From b21f9388ecab77f29eb364bd94ad113af868715b Mon Sep 17 00:00:00 2001 From: muodov <2726132+muodov@users.noreply.github.com> Date: Fri, 20 Dec 2024 09:48:22 +0000 Subject: [PATCH] Update autoconsent to v12.4.0 --- DuckDuckGo/Autoconsent/autoconsent-bundle.js | 4 ++-- package-lock.json | 8 ++++---- package.json | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/DuckDuckGo/Autoconsent/autoconsent-bundle.js b/DuckDuckGo/Autoconsent/autoconsent-bundle.js index e4ad773b04..32b9b9111b 100644 --- a/DuckDuckGo/Autoconsent/autoconsent-bundle.js +++ b/DuckDuckGo/Autoconsent/autoconsent-bundle.js @@ -1,4 +1,4 @@ -!function(){"use strict";var e=class e{static setBase(t){e.base=t}static findElement(t,o=null,i=!1){let n=null;return n=null!=o?Array.from(o.querySelectorAll(t.selector)):null!=e.base?Array.from(e.base.querySelectorAll(t.selector)):Array.from(document.querySelectorAll(t.selector)),null!=t.textFilter&&(n=n.filter((e=>{const o=e.textContent.toLowerCase();if(Array.isArray(t.textFilter)){let e=!1;for(const i of t.textFilter)if(-1!==o.indexOf(i.toLowerCase())){e=!0;break}return e}return null!=t.textFilter&&-1!==o.indexOf(t.textFilter.toLowerCase())}))),null!=t.styleFilters&&(n=n.filter((e=>{const o=window.getComputedStyle(e);let i=!0;for(const e of t.styleFilters){const t=o[e.option];i=e.negated?i&&t!==e.value:i&&t===e.value}return i}))),null!=t.displayFilter&&(n=n.filter((e=>t.displayFilter?0!==e.offsetHeight:0===e.offsetHeight))),null!=t.iframeFilter&&(n=n.filter((()=>t.iframeFilter?window.location!==window.parent.location:window.location===window.parent.location))),null!=t.childFilter&&(n=n.filter((o=>{const i=e.base;e.setBase(o);const n=e.find(t.childFilter);return e.setBase(i),null!=n.target}))),i?n:(n.length>1&&console.warn("Multiple possible targets: ",n,t,o),n[0])}static find(t,o=!1){const i=[];if(null!=t.parent){const n=e.findElement(t.parent,null,o);if(null!=n){if(n instanceof Array)return n.forEach((n=>{const s=e.findElement(t.target,n,o);s instanceof Array?s.forEach((e=>{i.push({parent:n,target:e})})):i.push({parent:n,target:s})})),i;{const s=e.findElement(t.target,n,o);s instanceof Array?s.forEach((e=>{i.push({parent:n,target:e})})):i.push({parent:n,target:s})}}}else{const n=e.findElement(t.target,null,o);n instanceof Array?n.forEach((e=>{i.push({parent:null,target:e})})):i.push({parent:null,target:n})}return 0===i.length&&i.push({parent:null,target:null}),o?i:(1!==i.length&&console.warn("Multiple results found, even though multiple false",i),i[0])}};e.base=null;var t=e;function o(e){const o=t.find(e);return"css"===e.type?!!o.target:"checkbox"===e.type?!!o.target&&o.target.checked:void 0}async function i(e,s){switch(e.type){case"click":return async function(e){const o=t.find(e);null!=o.target&&o.target.click();return n(0)}(e);case"list":return async function(e,t){for(const o of e.actions)await i(o,t)}(e,s);case"consent":return async function(e,t){for(const n of e.consents){const e=-1!==t.indexOf(n.type);if(n.matcher&&n.toggleAction){o(n.matcher)!==e&&await i(n.toggleAction)}else e?await i(n.trueAction):await i(n.falseAction)}}(e,s);case"ifcss":return async function(e,o){const n=t.find(e);n.target?e.falseAction&&await i(e.falseAction,o):e.trueAction&&await i(e.trueAction,o)}(e,s);case"waitcss":return async function(e){await new Promise((o=>{let i=e.retries||10;const n=e.waitTime||250,s=()=>{const c=t.find(e);(e.negated&&c.target||!e.negated&&!c.target)&&i>0?(i-=1,setTimeout(s,n)):o()};s()}))}(e);case"foreach":return async function(e,o){const n=t.find(e,!0),s=t.base;for(const s of n)s.target&&(t.setBase(s.target),await i(e.action,o));t.setBase(s)}(e,s);case"hide":return async function(e){const o=t.find(e);o.target&&o.target.classList.add("Autoconsent-Hidden")}(e);case"slide":return async function(e){const o=t.find(e),i=t.find(e.dragTarget);if(o.target){const e=o.target.getBoundingClientRect(),t=i.target.getBoundingClientRect();let n=t.top-e.top,s=t.left-e.left;"y"===this.config.axis.toLowerCase()&&(s=0),"x"===this.config.axis.toLowerCase()&&(n=0);const c=window.screenX+e.left+e.width/2,r=window.screenY+e.top+e.height/2,a=e.left+e.width/2,l=e.top+e.height/2,p=document.createEvent("MouseEvents");p.initMouseEvent("mousedown",!0,!0,window,0,c,r,a,l,!1,!1,!1,!1,0,o.target);const d=document.createEvent("MouseEvents");d.initMouseEvent("mousemove",!0,!0,window,0,c+s,r+n,a+s,l+n,!1,!1,!1,!1,0,o.target);const u=document.createEvent("MouseEvents");u.initMouseEvent("mouseup",!0,!0,window,0,c+s,r+n,a+s,l+n,!1,!1,!1,!1,0,o.target),o.target.dispatchEvent(p),await this.waitTimeout(10),o.target.dispatchEvent(d),await this.waitTimeout(10),o.target.dispatchEvent(u)}}(e);case"close":return async function(){window.close()}();case"wait":return async function(e){await n(e.waitTime)}(e);case"eval":return async function(e){return console.log("eval!",e.code),new Promise((t=>{try{e.async?(window.eval(e.code),setTimeout((()=>{t(window.eval("window.__consentCheckResult"))}),e.timeout||250)):t(window.eval(e.code))}catch(o){console.warn("eval error",o,e.code),t(!1)}}))}(e);default:throw new Error("Unknown action type: "+e.type)}}function n(e){return new Promise((t=>{setTimeout((()=>{t()}),e)}))}function s(){return crypto&&void 0!==crypto.randomUUID?crypto.randomUUID():Math.random().toString()}var c={pending:new Map,sendContentMessage:null};function r(e,t){const o=s();c.sendContentMessage({type:"eval",id:o,code:e,snippetId:t});const i=new class{constructor(e,t=1e3){this.id=e,this.promise=new Promise(((e,t)=>{this.resolve=e,this.reject=t})),this.timer=window.setTimeout((()=>{this.reject(new Error("timeout"))}),t)}}(o);return c.pending.set(i.id,i),i.promise}var a={EVAL_0:()=>console.log(1),EVAL_CONSENTMANAGER_1:()=>window.__cmp&&"object"==typeof __cmp("getCMPData"),EVAL_CONSENTMANAGER_2:()=>!__cmp("consentStatus").userChoiceExists,EVAL_CONSENTMANAGER_3:()=>__cmp("setConsent",0),EVAL_CONSENTMANAGER_4:()=>__cmp("setConsent",1),EVAL_CONSENTMANAGER_5:()=>__cmp("consentStatus").userChoiceExists,EVAL_COOKIEBOT_1:()=>!!window.Cookiebot,EVAL_COOKIEBOT_2:()=>!window.Cookiebot.hasResponse&&!0===window.Cookiebot.dialog?.visible,EVAL_COOKIEBOT_3:()=>window.Cookiebot.withdraw()||!0,EVAL_COOKIEBOT_4:()=>window.Cookiebot.hide()||!0,EVAL_COOKIEBOT_5:()=>!0===window.Cookiebot.declined,EVAL_KLARO_1:()=>{const e=globalThis.klaroConfig||globalThis.klaro?.getManager&&globalThis.klaro.getManager().config;if(!e)return!0;const t=(e.services||e.apps).filter((e=>!e.required)).map((e=>e.name));if(klaro&&klaro.getManager){const e=klaro.getManager();return t.every((t=>!e.consents[t]))}if(klaroConfig&&"cookie"===klaroConfig.storageMethod){const e=klaroConfig.cookieName||klaroConfig.storageName,o=JSON.parse(decodeURIComponent(document.cookie.split(";").find((t=>t.trim().startsWith(e))).split("=")[1]));return Object.keys(o).filter((e=>t.includes(e))).every((e=>!1===o[e]))}},EVAL_KLARO_OPEN_POPUP:()=>{klaro.show(void 0,!0)},EVAL_KLARO_TRY_API_OPT_OUT:()=>{if(window.klaro&&"function"==typeof klaro.show&&"function"==typeof klaro.getManager)try{return klaro.getManager().changeAll(!1),klaro.getManager().saveAndApplyConsents(),!0}catch(e){return console.warn(e),!1}return!1},EVAL_ONETRUST_1:()=>window.OnetrustActiveGroups.split(",").filter((e=>e.length>0)).length<=1,EVAL_TRUSTARC_TOP:()=>window&&window.truste&&"0"===window.truste.eu.bindMap.prefCookie,EVAL_TRUSTARC_FRAME_TEST:()=>window&&window.QueryString&&"0"===window.QueryString.preferences,EVAL_TRUSTARC_FRAME_GTM:()=>window&&window.QueryString&&"1"===window.QueryString.gtm,EVAL_ABC_TEST:()=>document.cookie.includes("trackingconsent"),EVAL_ADROLL_0:()=>!document.cookie.includes("__adroll_fpc"),EVAL_ALMACMP_0:()=>document.cookie.includes('"name":"Google","consent":false'),EVAL_AFFINITY_SERIF_COM_0:()=>document.cookie.includes("serif_manage_cookies_viewed")&&!document.cookie.includes("serif_allow_analytics"),EVAL_ARBEITSAGENTUR_TEST:()=>document.cookie.includes("cookie_consent=denied"),EVAL_AXEPTIO_0:()=>document.cookie.includes("axeptio_authorized_vendors=%2C%2C"),EVAL_BAHN_TEST:()=>1===utag.gdpr.getSelectedCategories().length,EVAL_BING_0:()=>document.cookie.includes("AD=0"),EVAL_BLOCKSY_0:()=>document.cookie.includes("blocksy_cookies_consent_accepted=no"),EVAL_BORLABS_0:()=>!JSON.parse(decodeURIComponent(document.cookie.split(";").find((e=>-1!==e.indexOf("borlabs-cookie"))).split("=",2)[1])).consents.statistics,EVAL_BUNDESREGIERUNG_DE_0:()=>document.cookie.match("cookie-allow-tracking=0"),EVAL_CANVA_0:()=>!document.cookie.includes("gtm_fpc_engagement_event"),EVAL_CC_BANNER2_0:()=>!!document.cookie.match(/sncc=[^;]+D%3Dtrue/),EVAL_CLICKIO_0:()=>document.cookie.includes("__lxG__consent__v2_daisybit="),EVAL_CLINCH_0:()=>document.cookie.includes("ctc_rejected=1"),EVAL_COOKIECONSENT2_TEST:()=>document.cookie.includes("cc_cookie="),EVAL_COOKIECONSENT3_TEST:()=>document.cookie.includes("cc_cookie="),EVAL_COINBASE_0:()=>JSON.parse(decodeURIComponent(document.cookie.match(/cm_(eu|default)_preferences=([0-9a-zA-Z\\{\\}\\[\\]%:]*);?/)[2])).consent.length<=1,EVAL_COMPLIANZ_BANNER_0:()=>document.cookie.includes("cmplz_banner-status=dismissed"),EVAL_COOKIE_LAW_INFO_0:()=>CLI.disableAllCookies()||CLI.reject_close()||!0,EVAL_COOKIE_LAW_INFO_1:()=>-1===document.cookie.indexOf("cookielawinfo-checkbox-non-necessary=yes"),EVAL_COOKIE_LAW_INFO_DETECT:()=>!!window.CLI,EVAL_COOKIE_MANAGER_POPUP_0:()=>!1===JSON.parse(document.cookie.split(";").find((e=>e.trim().startsWith("CookieLevel"))).split("=")[1]).social,EVAL_COOKIEALERT_0:()=>document.querySelector("body").removeAttribute("style")||!0,EVAL_COOKIEALERT_1:()=>document.querySelector("body").removeAttribute("style")||!0,EVAL_COOKIEALERT_2:()=>!0===window.CookieConsent.declined,EVAL_COOKIEFIRST_0:()=>{return!1===(e=JSON.parse(decodeURIComponent(document.cookie.split(";").find((e=>-1!==e.indexOf("cookiefirst"))).trim()).split("=")[1])).performance&&!1===e.functional&&!1===e.advertising;var e},EVAL_COOKIEFIRST_1:()=>document.querySelectorAll("button[data-cookiefirst-accent-color=true][role=checkbox]:not([disabled])").forEach((e=>"true"===e.getAttribute("aria-checked")&&e.click()))||!0,EVAL_COOKIEINFORMATION_0:()=>CookieInformation.declineAllCategories()||!0,EVAL_COOKIEINFORMATION_1:()=>CookieInformation.submitAllCategories()||!0,EVAL_COOKIEINFORMATION_2:()=>document.cookie.includes("CookieInformationConsent="),EVAL_COOKIEYES_0:()=>document.cookie.includes("advertisement:no"),EVAL_DAILYMOTION_0:()=>!!document.cookie.match("dm-euconsent-v2"),EVAL_DNDBEYOND_TEST:()=>document.cookie.includes("cookie-consent=denied"),EVAL_DSGVO_0:()=>!document.cookie.includes("sp_dsgvo_cookie_settings"),EVAL_DUNELM_0:()=>document.cookie.includes("cc_functional=0")&&document.cookie.includes("cc_targeting=0"),EVAL_ETSY_0:()=>document.querySelectorAll(".gdpr-overlay-body input").forEach((e=>{e.checked=!1}))||!0,EVAL_ETSY_1:()=>document.querySelector(".gdpr-overlay-view button[data-wt-overlay-close]").click()||!0,EVAL_EU_COOKIE_COMPLIANCE_0:()=>-1===document.cookie.indexOf("cookie-agreed=2"),EVAL_EU_COOKIE_LAW_0:()=>!document.cookie.includes("euCookie"),EVAL_EZOIC_0:()=>ezCMP.handleAcceptAllClick(),EVAL_EZOIC_1:()=>!!document.cookie.match(/ez-consent-tcf/),EVAL_FIDES_DETECT_POPUP:()=>window.Fides?.initialized,EVAL_GOOGLE_0:()=>!!document.cookie.match(/SOCS=CAE/),EVAL_HEMA_TEST_0:()=>document.cookie.includes("cookies_rejected=1"),EVAL_IUBENDA_0:()=>document.querySelectorAll(".purposes-item input[type=checkbox]:not([disabled])").forEach((e=>{e.checked&&e.click()}))||!0,EVAL_IUBENDA_1:()=>!!document.cookie.match(/_iub_cs-\d+=/),EVAL_IWINK_TEST:()=>document.cookie.includes("cookie_permission_granted=no"),EVAL_JQUERY_COOKIEBAR_0:()=>!document.cookie.includes("cookies-state=accepted"),EVAL_KETCH_TEST:()=>document.cookie.includes("_ketch_consent_v1_"),EVAL_MEDIAVINE_0:()=>document.querySelectorAll('[data-name="mediavine-gdpr-cmp"] input[type=checkbox]').forEach((e=>e.checked&&e.click()))||!0,EVAL_MICROSOFT_0:()=>Array.from(document.querySelectorAll("div > button")).filter((e=>e.innerText.match("Reject|Ablehnen")))[0].click()||!0,EVAL_MICROSOFT_1:()=>Array.from(document.querySelectorAll("div > button")).filter((e=>e.innerText.match("Accept|Annehmen")))[0].click()||!0,EVAL_MICROSOFT_2:()=>!!document.cookie.match("MSCC|GHCC"),EVAL_MOOVE_0:()=>document.querySelectorAll("#moove_gdpr_cookie_modal input").forEach((e=>{e.disabled||(e.checked="moove_gdpr_strict_cookies"===e.name||"moove_gdpr_strict_cookies"===e.id)}))||!0,EVAL_ONENINETWO_0:()=>document.cookie.includes("CC_ADVERTISING=NO")&&document.cookie.includes("CC_ANALYTICS=NO"),EVAL_OPENAI_TEST:()=>document.cookie.includes("oai-allow-ne=false"),EVAL_OPERA_0:()=>document.cookie.includes("cookie_consent_essential=true")&&!document.cookie.includes("cookie_consent_marketing=true"),EVAL_PAYPAL_0:()=>!0===document.cookie.includes("cookie_prefs"),EVAL_PRIMEBOX_0:()=>!document.cookie.includes("cb-enabled=accepted"),EVAL_PUBTECH_0:()=>document.cookie.includes("euconsent-v2")&&(document.cookie.match(/.YAAAAAAAAAAA/)||document.cookie.match(/.aAAAAAAAAAAA/)||document.cookie.match(/.YAAACFgAAAAA/)),EVAL_REDDIT_0:()=>document.cookie.includes("eu_cookie={%22opted%22:true%2C%22nonessential%22:false}"),EVAL_ROBLOX_TEST:()=>document.cookie.includes("RBXcb"),EVAL_SKYSCANNER_TEST:()=>document.cookie.match(/gdpr=[^;]*adverts:::false/)&&!document.cookie.match(/gdpr=[^;]*init:::true/),EVAL_SIRDATA_UNBLOCK_SCROLL:()=>(document.documentElement.classList.forEach((e=>{e.startsWith("sd-cmp-")&&document.documentElement.classList.remove(e)})),!0),EVAL_SNIGEL_0:()=>!!document.cookie.match("snconsent"),EVAL_STEAMPOWERED_0:()=>2===JSON.parse(decodeURIComponent(document.cookie.split(";").find((e=>e.trim().startsWith("cookieSettings"))).split("=")[1])).preference_state,EVAL_SVT_TEST:()=>document.cookie.includes('cookie-consent-1={"optedIn":true,"functionality":false,"statistics":false}'),EVAL_TAKEALOT_0:()=>document.body.classList.remove("freeze")||(document.body.style="")||!0,EVAL_TARTEAUCITRON_0:()=>tarteaucitron.userInterface.respondAll(!1)||!0,EVAL_TARTEAUCITRON_1:()=>tarteaucitron.userInterface.respondAll(!0)||!0,EVAL_TARTEAUCITRON_2:()=>document.cookie.match(/tarteaucitron=[^;]*/)?.[0].includes("false"),EVAL_TAUNTON_TEST:()=>document.cookie.includes("taunton_user_consent_submitted=true"),EVAL_TEALIUM_0:()=>void 0!==window.utag&&"object"==typeof utag.gdpr,EVAL_TEALIUM_1:()=>utag.gdpr.setConsentValue(!1)||!0,EVAL_TEALIUM_DONOTSELL:()=>utag.gdpr.dns?.setDnsState(!1)||!0,EVAL_TEALIUM_2:()=>utag.gdpr.setConsentValue(!0)||!0,EVAL_TEALIUM_3:()=>1!==utag.gdpr.getConsentState(),EVAL_TEALIUM_DONOTSELL_CHECK:()=>1!==utag.gdpr.dns?.getDnsState(),EVAL_TESLA_TEST:()=>document.cookie.includes("tsla-cookie-consent=rejected"),EVAL_TESTCMP_STEP:()=>!!document.querySelector("#reject-all"),EVAL_TESTCMP_0:()=>"button_clicked"===window.results.results[0],EVAL_TESTCMP_COSMETIC_0:()=>"banner_hidden"===window.results.results[0],EVAL_THEFREEDICTIONARY_0:()=>cmpUi.showPurposes()||cmpUi.rejectAll()||!0,EVAL_THEFREEDICTIONARY_1:()=>cmpUi.allowAll()||!0,EVAL_THEVERGE_0:()=>document.cookie.includes("_duet_gdpr_acknowledged=1"),EVAL_TWCC_TEST:()=>document.cookie.includes("twCookieConsent="),EVAL_UBUNTU_COM_0:()=>document.cookie.includes("_cookies_accepted=essential"),EVAL_UK_COOKIE_CONSENT_0:()=>!document.cookie.includes("catAccCookies"),EVAL_USERCENTRICS_API_0:()=>"object"==typeof UC_UI,EVAL_USERCENTRICS_API_1:()=>!!UC_UI.closeCMP(),EVAL_USERCENTRICS_API_2:()=>!!UC_UI.denyAllConsents(),EVAL_USERCENTRICS_API_3:()=>!!UC_UI.acceptAllConsents(),EVAL_USERCENTRICS_API_4:()=>!!UC_UI.closeCMP(),EVAL_USERCENTRICS_API_5:()=>!0===UC_UI.areAllConsentsAccepted(),EVAL_USERCENTRICS_API_6:()=>!1===UC_UI.areAllConsentsAccepted(),EVAL_USERCENTRICS_BUTTON_0:()=>JSON.parse(localStorage.getItem("usercentrics")).consents.every((e=>e.isEssential||!e.consentStatus)),EVAL_WAITROSE_0:()=>Array.from(document.querySelectorAll("label[id$=cookies-deny-label]")).forEach((e=>e.click()))||!0,EVAL_WAITROSE_1:()=>document.cookie.includes("wtr_cookies_advertising=0")&&document.cookie.includes("wtr_cookies_analytics=0"),EVAL_WP_COOKIE_NOTICE_0:()=>document.cookie.includes("wpl_viewed_cookie=no"),EVAL_XE_TEST:()=>document.cookie.includes("xeConsentState={%22performance%22:false%2C%22marketing%22:false%2C%22compliance%22:false}"),EVAL_XING_0:()=>document.cookie.includes("userConsent=%7B%22marketing%22%3Afalse"),EVAL_YOUTUBE_DESKTOP_0:()=>!!document.cookie.match(/SOCS=CAE/),EVAL_YOUTUBE_MOBILE_0:()=>!!document.cookie.match(/SOCS=CAE/)};var l={main:!0,frame:!1,urlPattern:""},p=class{constructor(e){this.runContext=l,this.autoconsent=e}get hasSelfTest(){throw new Error("Not Implemented")}get isIntermediate(){throw new Error("Not Implemented")}get isCosmetic(){throw new Error("Not Implemented")}mainWorldEval(e){const t=a[e];if(!t)return console.warn("Snippet not found",e),Promise.resolve(!1);const o=this.autoconsent.config.logs;if(this.autoconsent.config.isMainWorld){o.evals&&console.log("inline eval:",e,t);let i=!1;try{i=!!t.call(globalThis)}catch(t){o.evals&&console.error("error evaluating rule",e,t)}return Promise.resolve(i)}const i=`(${t.toString()})()`;return o.evals&&console.log("async eval:",e,i),r(i,e).catch((t=>(o.evals&&console.error("error evaluating rule",e,t),!1)))}checkRunContext(){const e={...l,...this.runContext},t=window.top===window;return!(t&&!e.main)&&(!(!t&&!e.frame)&&!(e.urlPattern&&!window.location.href.match(e.urlPattern)))}detectCmp(){throw new Error("Not Implemented")}async detectPopup(){return!1}optOut(){throw new Error("Not Implemented")}optIn(){throw new Error("Not Implemented")}openCmp(){throw new Error("Not Implemented")}async test(){return Promise.resolve(!0)}click(e,t=!1){return this.autoconsent.domActions.click(e,t)}elementExists(e){return this.autoconsent.domActions.elementExists(e)}elementVisible(e,t){return this.autoconsent.domActions.elementVisible(e,t)}waitForElement(e,t){return this.autoconsent.domActions.waitForElement(e,t)}waitForVisible(e,t,o){return this.autoconsent.domActions.waitForVisible(e,t,o)}waitForThenClick(e,t,o){return this.autoconsent.domActions.waitForThenClick(e,t,o)}wait(e){return this.autoconsent.domActions.wait(e)}hide(e,t){return this.autoconsent.domActions.hide(e,t)}prehide(e){return this.autoconsent.domActions.prehide(e)}undoPrehide(){return this.autoconsent.domActions.undoPrehide()}querySingleReplySelector(e,t){return this.autoconsent.domActions.querySingleReplySelector(e,t)}querySelectorChain(e){return this.autoconsent.domActions.querySelectorChain(e)}elementSelector(e){return this.autoconsent.domActions.elementSelector(e)}},d=class extends p{constructor(e,t){super(t),this.rule=e,this.name=e.name,this.runContext=e.runContext||l}get hasSelfTest(){return!!this.rule.test}get isIntermediate(){return!!this.rule.intermediate}get isCosmetic(){return!!this.rule.cosmetic}get prehideSelectors(){return this.rule.prehideSelectors}async detectCmp(){return!!this.rule.detectCmp&&this._runRulesParallel(this.rule.detectCmp)}async detectPopup(){return!!this.rule.detectPopup&&this._runRulesSequentially(this.rule.detectPopup)}async optOut(){const e=this.autoconsent.config.logs;return!!this.rule.optOut&&(e.lifecycle&&console.log("Initiated optOut()",this.rule.optOut),this._runRulesSequentially(this.rule.optOut))}async optIn(){const e=this.autoconsent.config.logs;return!!this.rule.optIn&&(e.lifecycle&&console.log("Initiated optIn()",this.rule.optIn),this._runRulesSequentially(this.rule.optIn))}async openCmp(){return!!this.rule.openCmp&&this._runRulesSequentially(this.rule.openCmp)}async test(){return this.hasSelfTest?this._runRulesSequentially(this.rule.test):super.test()}async evaluateRuleStep(e){const t=[],o=this.autoconsent.config.logs;if(e.exists&&t.push(this.elementExists(e.exists)),e.visible&&t.push(this.elementVisible(e.visible,e.check)),e.eval){const o=this.mainWorldEval(e.eval);t.push(o)}if(e.waitFor&&t.push(this.waitForElement(e.waitFor,e.timeout)),e.waitForVisible&&t.push(this.waitForVisible(e.waitForVisible,e.timeout,e.check)),e.click&&t.push(this.click(e.click,e.all)),e.waitForThenClick&&t.push(this.waitForThenClick(e.waitForThenClick,e.timeout,e.all)),e.wait&&t.push(this.wait(e.wait)),e.hide&&t.push(this.hide(e.hide,e.method)),e.if){if(!e.if.exists&&!e.if.visible)return console.error("invalid conditional rule",e.if),!1;const i=await this.evaluateRuleStep(e.if);o.rulesteps&&console.log("Condition is",i),i?t.push(this._runRulesSequentially(e.then)):e.else?t.push(this._runRulesSequentially(e.else)):t.push(!0)}if(e.any){for(const t of e.any)if(await this.evaluateRuleStep(t))return!0;return!1}if(0===t.length)return o.errors&&console.warn("Unrecognized rule",e),!1;return(await Promise.all(t)).reduce(((e,t)=>e&&t),!0)}async _runRulesParallel(e){const t=e.map((e=>this.evaluateRuleStep(e)));return(await Promise.all(t)).every((e=>!!e))}async _runRulesSequentially(e){const t=this.autoconsent.config.logs;for(const o of e){t.rulesteps&&console.log("Running rule...",o);const e=await this.evaluateRuleStep(o);if(t.rulesteps&&console.log("...rule result",e),!e&&!o.optional)return!1}return!0}};function u(e="autoconsent-css-rules"){const t=`style#${e}`,o=document.querySelector(t);if(o&&o instanceof HTMLStyleElement)return o;{const t=document.head||document.getElementsByTagName("head")[0]||document.documentElement,o=document.createElement("style");return o.id=e,t.appendChild(o),o}}function h(e){return`${"opacity"===e?"opacity: 0":"display: none"} !important; z-index: -1 !important; pointer-events: none !important;`}function m(e,t,o="display"){const i=`${t} { ${h(o)} } `;return e instanceof HTMLStyleElement&&(e.innerText+=i,t.length>0)}async function A(e,t,o){const i=await e();return!i&&t>0?new Promise((i=>{setTimeout((async()=>{i(A(e,t-1,o))}),o)})):Promise.resolve(i)}function g(e){if(!e)return!1;if(null!==e.offsetParent)return!0;{const t=window.getComputedStyle(e);if("fixed"===t.position&&"none"!==t.display)return!0}return!1}function f(e){const t={enabled:!0,autoAction:"optOut",disabledCmps:[],enablePrehide:!0,enableCosmeticRules:!0,enableHeuristicDetection:!1,detectRetries:20,isMainWorld:!1,prehideTimeout:2e3,enableFilterList:!1,logs:{lifecycle:!1,rulesteps:!1,evals:!1,errors:!0,messages:!1,waits:!1}},o=(i=t,globalThis.structuredClone?structuredClone(i):JSON.parse(JSON.stringify(i)));var i;for(const i of Object.keys(t))void 0!==e[i]&&(o[i]=e[i]);return o}var k="#truste-show-consent",b="#truste-consent-track",y=[class extends p{constructor(e){super(e),this.name="TrustArc-top",this.prehideSelectors=[".trustarc-banner-container",`.truste_popframe,.truste_overlay,.truste_box_overlay,${b}`],this.runContext={main:!0,frame:!1},this._shortcutButton=null,this._optInDone=!1}get hasSelfTest(){return!0}get isIntermediate(){return!this._optInDone&&!this._shortcutButton}get isCosmetic(){return!1}async detectCmp(){const e=this.elementExists(`${k},${b}`);return e&&(this._shortcutButton=document.querySelector("#truste-consent-required")),e}async detectPopup(){return this.elementVisible(`#truste-consent-content,#trustarc-banner-overlay,${b}`,"any")}openFrame(){this.click(k)}async optOut(){return this._shortcutButton?(this._shortcutButton.click(),!0):(m(u(),`.truste_popframe, .truste_overlay, .truste_box_overlay, ${b}`),this.click(k),setTimeout((()=>{u().remove()}),1e4),!0)}async optIn(){return this._optInDone=!0,this.click("#truste-consent-button")}async openCmp(){return!0}async test(){return await this.wait(500),await this.mainWorldEval("EVAL_TRUSTARC_TOP")}},class extends p{constructor(){super(...arguments),this.name="TrustArc-frame",this.runContext={main:!1,frame:!0,urlPattern:"^https://consent-pref\\.trustarc\\.com/\\?"}}get hasSelfTest(){return!0}get isIntermediate(){return!1}get isCosmetic(){return!1}async detectCmp(){return!0}async detectPopup(){return this.elementVisible("#defaultpreferencemanager","any")&&this.elementVisible(".mainContent","any")}async navigateToSettings(){return await A((async()=>this.elementExists(".shp")||this.elementVisible(".advance","any")||this.elementExists(".switch span:first-child")),10,500),this.elementExists(".shp")&&this.click(".shp"),await this.waitForElement(".prefPanel",5e3),this.elementVisible(".advance","any")&&this.click(".advance"),await A((()=>this.elementVisible(".switch span:first-child","any")),5,1e3)}async optOut(){if(await this.mainWorldEval("EVAL_TRUSTARC_FRAME_TEST"))return!0;let e=3e3;return await this.mainWorldEval("EVAL_TRUSTARC_FRAME_GTM")&&(e=1500),await A((()=>"complete"===document.readyState),20,100),await this.waitForElement(".mainContent[aria-hidden=false]",e),!!this.click(".rejectAll")||(this.elementExists(".prefPanel")&&await this.waitForElement('.prefPanel[style="visibility: visible;"]',e),this.click("#catDetails0")?(this.click(".submit"),this.waitForThenClick("#gwt-debug-close_id",e),!0):this.click(".required")?(this.waitForThenClick("#gwt-debug-close_id",e),!0):(await this.navigateToSettings(),this.click(".switch span:nth-child(1):not(.active)",!0),this.click(".submit"),this.waitForThenClick("#gwt-debug-close_id",10*e),!0))}async optIn(){return this.click(".call")||(await this.navigateToSettings(),this.click(".switch span:nth-child(2)",!0),this.click(".submit"),this.waitForElement("#gwt-debug-close_id",3e5).then((()=>{this.click("#gwt-debug-close_id")}))),!0}async test(){return await this.wait(500),await this.mainWorldEval("EVAL_TRUSTARC_FRAME_TEST")}},class extends p{constructor(){super(...arguments),this.name="Cybotcookiebot",this.prehideSelectors=["#CybotCookiebotDialog,#CybotCookiebotDialogBodyUnderlay,#dtcookie-container,#cookiebanner,#cb-cookieoverlay,.modal--cookie-banner,#cookiebanner_outer,#CookieBanner"]}get hasSelfTest(){return!0}get isIntermediate(){return!1}get isCosmetic(){return!1}async detectCmp(){return await this.mainWorldEval("EVAL_COOKIEBOT_1")}async detectPopup(){return this.mainWorldEval("EVAL_COOKIEBOT_2")}async optOut(){await this.wait(500);let e=await this.mainWorldEval("EVAL_COOKIEBOT_3");return await this.wait(500),e=e&&await this.mainWorldEval("EVAL_COOKIEBOT_4"),e}async optIn(){return this.elementExists("#dtcookie-container")?this.click(".h-dtcookie-accept"):(this.click(".CybotCookiebotDialogBodyLevelButton:not(:checked):enabled",!0),this.click("#CybotCookiebotDialogBodyLevelButtonAccept"),this.click("#CybotCookiebotDialogBodyButtonAccept"),!0)}async test(){return await this.wait(500),await this.mainWorldEval("EVAL_COOKIEBOT_5")}},class extends p{constructor(){super(...arguments),this.name="Sourcepoint-frame",this.prehideSelectors=["div[id^='sp_message_container_'],.message-overlay","#sp_privacy_manager_container"],this.ccpaNotice=!1,this.ccpaPopup=!1,this.runContext={main:!0,frame:!0}}get hasSelfTest(){return!1}get isIntermediate(){return!1}get isCosmetic(){return!1}async detectCmp(){const e=new URL(location.href);return e.searchParams.has("message_id")&&"ccpa-notice.sp-prod.net"===e.hostname?(this.ccpaNotice=!0,!0):"ccpa-pm.sp-prod.net"===e.hostname?(this.ccpaPopup=!0,!0):("/index.html"===e.pathname||"/privacy-manager/index.html"===e.pathname||"/ccpa_pm/index.html"===e.pathname)&&(e.searchParams.has("message_id")||e.searchParams.has("requestUUID")||e.searchParams.has("consentUUID"))}async detectPopup(){return!!this.ccpaNotice||(this.ccpaPopup?await this.waitForElement(".priv-save-btn",2e3):(await this.waitForElement(".sp_choice_type_11,.sp_choice_type_12,.sp_choice_type_13,.sp_choice_type_ACCEPT_ALL,.sp_choice_type_SAVE_AND_EXIT",2e3),!this.elementExists(".sp_choice_type_9")))}async optIn(){return await this.waitForElement(".sp_choice_type_11,.sp_choice_type_ACCEPT_ALL",2e3),!!this.click(".sp_choice_type_11")||!!this.click(".sp_choice_type_ACCEPT_ALL")}isManagerOpen(){return"/privacy-manager/index.html"===location.pathname||"/ccpa_pm/index.html"===location.pathname}async optOut(){const e=this.autoconsent.config.logs;if(this.ccpaPopup){const e=document.querySelectorAll(".priv-purpose-container .sp-switch-arrow-block a.neutral.on .right");for(const t of e)t.click();const t=document.querySelectorAll(".priv-purpose-container .sp-switch-arrow-block a.switch-bg.on");for(const e of t)e.click();return this.click(".priv-save-btn")}if(!this.isManagerOpen()){if(!await this.waitForElement(".sp_choice_type_12,.sp_choice_type_13"))return!1;if(!this.elementExists(".sp_choice_type_12"))return this.click(".sp_choice_type_13");this.click(".sp_choice_type_12"),await A((()=>this.isManagerOpen()),200,100)}await this.waitForElement(".type-modal",2e4),this.waitForThenClick(".ccpa-stack .pm-switch[aria-checked=true] .slider",500,!0);try{const e=".sp_choice_type_REJECT_ALL",t=".reject-toggle",o=await Promise.race([this.waitForElement(e,2e3).then((e=>e?0:-1)),this.waitForElement(t,2e3).then((e=>e?1:-1)),this.waitForElement(".pm-features",2e3).then((e=>e?2:-1))]);if(0===o)return await this.waitForVisible(e),this.click(e);1===o?this.click(t):2===o&&(await this.waitForElement(".pm-features",1e4),this.click(".checked > span",!0),this.click(".chevron"))}catch(t){e.errors&&console.warn(t)}return this.click(".sp_choice_type_SAVE_AND_EXIT")}},class extends p{constructor(){super(...arguments),this.name="consentmanager.net",this.prehideSelectors=["#cmpbox,#cmpbox2"],this.apiAvailable=!1}get hasSelfTest(){return this.apiAvailable}get isIntermediate(){return!1}get isCosmetic(){return!1}async detectCmp(){return this.apiAvailable=await this.mainWorldEval("EVAL_CONSENTMANAGER_1"),!!this.apiAvailable||this.elementExists("#cmpbox")}async detectPopup(){return this.apiAvailable?(await this.wait(500),await this.mainWorldEval("EVAL_CONSENTMANAGER_2")):this.elementVisible("#cmpbox .cmpmore","any")}async optOut(){return await this.wait(500),this.apiAvailable?await this.mainWorldEval("EVAL_CONSENTMANAGER_3"):!!this.click(".cmpboxbtnno")||(this.elementExists(".cmpwelcomeprpsbtn")?(this.click(".cmpwelcomeprpsbtn > a[aria-checked=true]",!0),this.click(".cmpboxbtnsave"),!0):(this.click(".cmpboxbtncustom"),await this.waitForElement(".cmptblbox",2e3),this.click(".cmptdchoice > a[aria-checked=true]",!0),this.click(".cmpboxbtnyescustomchoices"),this.hide("#cmpwrapper,#cmpbox","display"),!0))}async optIn(){return this.apiAvailable?await this.mainWorldEval("EVAL_CONSENTMANAGER_4"):this.click(".cmpboxbtnyes")}async test(){if(this.apiAvailable)return await this.mainWorldEval("EVAL_CONSENTMANAGER_5")}},class extends p{constructor(){super(...arguments),this.name="Evidon"}get hasSelfTest(){return!1}get isIntermediate(){return!1}get isCosmetic(){return!1}async detectCmp(){return this.elementExists("#_evidon_banner")}async detectPopup(){return this.elementVisible("#_evidon_banner","any")}async optOut(){return this.click("#_evidon-decline-button")||(m(u(),"#evidon-prefdiag-overlay,#evidon-prefdiag-background,#_evidon-background"),await this.waitForThenClick("#_evidon-option-button"),await this.waitForElement("#evidon-prefdiag-overlay",5e3),await this.wait(500),await this.waitForThenClick("#evidon-prefdiag-decline")),!0}async optIn(){return this.click("#_evidon-accept-button")}},class extends p{constructor(){super(...arguments),this.name="Onetrust",this.prehideSelectors=["#onetrust-banner-sdk,#onetrust-consent-sdk,.onetrust-pc-dark-filter,.js-consent-banner"],this.runContext={urlPattern:"^(?!.*https://www\\.nba\\.com/)"}}get hasSelfTest(){return!0}get isIntermediate(){return!1}get isCosmetic(){return!1}async detectCmp(){return this.elementExists("#onetrust-banner-sdk,#onetrust-pc-sdk")}async detectPopup(){return this.elementVisible("#onetrust-banner-sdk,#onetrust-pc-sdk","any")}async optOut(){return this.elementVisible("#onetrust-reject-all-handler,.ot-pc-refuse-all-handler,.js-reject-cookies","any")?this.click("#onetrust-reject-all-handler,.ot-pc-refuse-all-handler,.js-reject-cookies"):(this.elementExists("#onetrust-pc-btn-handler")?this.click("#onetrust-pc-btn-handler"):this.click(".ot-sdk-show-settings,button.js-cookie-settings"),await this.waitForElement("#onetrust-consent-sdk",2e3),await this.wait(1e3),this.click("#onetrust-consent-sdk input.category-switch-handler:checked,.js-editor-toggle-state:checked",!0),await this.wait(1e3),await this.waitForElement(".save-preference-btn-handler,.js-consent-save",2e3),this.click(".save-preference-btn-handler,.js-consent-save"),await this.waitForVisible("#onetrust-banner-sdk",5e3,"none"),!0)}async optIn(){return this.click("#onetrust-accept-btn-handler,#accept-recommended-btn-handler,.js-accept-cookies")}async test(){return await A((()=>this.mainWorldEval("EVAL_ONETRUST_1")),10,500)}},class extends p{constructor(){super(...arguments),this.name="Klaro",this.prehideSelectors=[".klaro"],this.settingsOpen=!1}get hasSelfTest(){return!0}get isIntermediate(){return!1}get isCosmetic(){return!1}async detectCmp(){return this.elementExists(".klaro > .cookie-modal")?(this.settingsOpen=!0,!0):this.elementExists(".klaro > .cookie-notice")}async detectPopup(){return this.elementVisible(".klaro > .cookie-notice,.klaro > .cookie-modal","any")}async optOut(){return!!await this.mainWorldEval("EVAL_KLARO_TRY_API_OPT_OUT")||(!!this.click(".klaro .cn-decline")||(await this.mainWorldEval("EVAL_KLARO_OPEN_POPUP"),!!this.click(".klaro .cn-decline")||(this.click(".cm-purpose:not(.cm-toggle-all) > input:not(.half-checked,.required,.only-required),.cm-purpose:not(.cm-toggle-all) > div > input:not(.half-checked,.required,.only-required)",!0),this.click(".cm-btn-accept,.cm-button"))))}async optIn(){return!!this.click(".klaro .cm-btn-accept-all")||(this.settingsOpen?(this.click(".cm-purpose:not(.cm-toggle-all) > input.half-checked",!0),this.click(".cm-btn-accept")):this.click(".klaro .cookie-notice .cm-btn-success"))}async test(){return await this.mainWorldEval("EVAL_KLARO_1")}},class extends p{constructor(){super(...arguments),this.name="Uniconsent"}get prehideSelectors(){return[".unic",".modal:has(.unic)"]}get hasSelfTest(){return!0}get isIntermediate(){return!1}get isCosmetic(){return!1}async detectCmp(){return this.elementExists(".unic .unic-box,.unic .unic-bar,.unic .unic-modal")}async detectPopup(){return this.elementVisible(".unic .unic-box,.unic .unic-bar,.unic .unic-modal","any")}async optOut(){if(await this.waitForElement(".unic button",1e3),document.querySelectorAll(".unic button").forEach((e=>{const t=e.textContent;(t.includes("Manage Options")||t.includes("Optionen verwalten"))&&e.click()})),await this.waitForElement(".unic input[type=checkbox]",1e3)){await this.waitForElement(".unic button",1e3),document.querySelectorAll(".unic input[type=checkbox]").forEach((e=>{e.checked&&e.click()}));for(const e of document.querySelectorAll(".unic button")){const t=e.textContent;for(const o of["Confirm Choices","Save Choices","Auswahl speichern"])if(t.includes(o))return e.click(),await this.wait(500),!0}}return!1}async optIn(){return this.waitForThenClick(".unic #unic-agree")}async test(){await this.wait(1e3);return!this.elementExists(".unic .unic-box,.unic .unic-bar")}},class extends p{constructor(){super(...arguments),this.prehideSelectors=[".cmp-root"],this.name="Conversant"}get hasSelfTest(){return!0}get isIntermediate(){return!1}get isCosmetic(){return!1}async detectCmp(){return this.elementExists(".cmp-root .cmp-receptacle")}async detectPopup(){return this.elementVisible(".cmp-root .cmp-receptacle","any")}async optOut(){if(!await this.waitForThenClick(".cmp-main-button:not(.cmp-main-button--primary)"))return!1;if(!await this.waitForElement(".cmp-view-tab-tabs"))return!1;await this.waitForThenClick(".cmp-view-tab-tabs > :first-child"),await this.waitForThenClick(".cmp-view-tab-tabs > .cmp-view-tab--active:first-child");for(const e of Array.from(document.querySelectorAll(".cmp-accordion-item"))){e.querySelector(".cmp-accordion-item-title").click(),await A((()=>!!e.querySelector(".cmp-accordion-item-content.cmp-active")),10,50);const t=e.querySelector(".cmp-accordion-item-content.cmp-active");t.querySelectorAll(".cmp-toggle-actions .cmp-toggle-deny:not(.cmp-toggle-deny--active)").forEach((e=>e.click())),t.querySelectorAll(".cmp-toggle-actions .cmp-toggle-checkbox:not(.cmp-toggle-checkbox--active)").forEach((e=>e.click()))}return await this.click(".cmp-main-button:not(.cmp-main-button--primary)"),!0}async optIn(){return this.waitForThenClick(".cmp-main-button.cmp-main-button--primary")}async test(){return document.cookie.includes("cmp-data=0")}},class extends p{constructor(){super(...arguments),this.name="tiktok.com",this.runContext={urlPattern:"tiktok"}}get hasSelfTest(){return!0}get isIntermediate(){return!1}get isCosmetic(){return!1}getShadowRoot(){const e=document.querySelector("tiktok-cookie-banner");return e?e.shadowRoot:null}async detectCmp(){return this.elementExists("tiktok-cookie-banner")}async detectPopup(){return g(this.getShadowRoot().querySelector(".tiktok-cookie-banner"))}async optOut(){const e=this.autoconsent.config.logs,t=this.getShadowRoot().querySelector(".button-wrapper button:first-child");return t?(e.rulesteps&&console.log("[clicking]",t),t.click(),!0):(e.errors&&console.log("no decline button found"),!1)}async optIn(){const e=this.autoconsent.config.logs,t=this.getShadowRoot().querySelector(".button-wrapper button:last-child");return t?(e.rulesteps&&console.log("[clicking]",t),t.click(),!0):(e.errors&&console.log("no accept button found"),!1)}async test(){const e=document.cookie.match(/cookie-consent=([^;]+)/);if(!e)return!1;const t=JSON.parse(decodeURIComponent(e[1]));return Object.values(t).every((e=>"boolean"!=typeof e||!1===e))}},class extends p{constructor(){super(...arguments),this.name="airbnb",this.runContext={urlPattern:"^https://(www\\.)?airbnb\\.[^/]+/"},this.prehideSelectors=["div[data-testid=main-cookies-banner-container]",'div:has(> div:first-child):has(> div:last-child):has(> section [data-testid="strictly-necessary-cookies"])']}get hasSelfTest(){return!0}get isIntermediate(){return!1}get isCosmetic(){return!1}async detectCmp(){return this.elementExists("div[data-testid=main-cookies-banner-container]")}async detectPopup(){return this.elementVisible("div[data-testid=main-cookies-banner-container","any")}async optOut(){let e;for(await this.waitForThenClick("div[data-testid=main-cookies-banner-container] button._snbhip0");e=document.querySelector("[data-testid=modal-container] button[aria-checked=true]:not([disabled])");)e.click();return this.waitForThenClick("button[data-testid=save-btn]")}async optIn(){return this.waitForThenClick("div[data-testid=main-cookies-banner-container] button._148dgdpk")}async test(){return await A((()=>!!document.cookie.match("OptanonAlertBoxClosed")),20,200)}},class extends p{constructor(){super(...arguments),this.name="tumblr-com",this.runContext={urlPattern:"^https://(www\\.)?tumblr\\.com/"}}get hasSelfTest(){return!1}get isIntermediate(){return!1}get isCosmetic(){return!1}get prehideSelectors(){return["#cmp-app-container"]}async detectCmp(){return this.elementExists("#cmp-app-container")}async detectPopup(){return this.elementVisible("#cmp-app-container","any")}async optOut(){let e=document.querySelector("#cmp-app-container iframe"),t=e.contentDocument?.querySelector(".cmp-components-button.is-secondary");return!!t&&(t.click(),await A((()=>!!document.querySelector("#cmp-app-container iframe").contentDocument?.querySelector(".cmp__dialog input")),5,500),e=document.querySelector("#cmp-app-container iframe"),t=e.contentDocument?.querySelector(".cmp-components-button.is-secondary"),!!t&&(t.click(),!0))}async optIn(){const e=document.querySelector("#cmp-app-container iframe").contentDocument.querySelector(".cmp-components-button.is-primary");return!!e&&(e.click(),!0)}},class extends p{constructor(){super(...arguments),this.name="Admiral"}get hasSelfTest(){return!1}get isIntermediate(){return!1}get isCosmetic(){return!1}async detectCmp(){return this.elementExists("div > div[class*=Card] > div[class*=Frame] > div[class*=Pills] > button[class*=Pills__StyledPill]")}async detectPopup(){return this.elementVisible("div > div[class*=Card] > div[class*=Frame] > div[class*=Pills] > button[class*=Pills__StyledPill]","any")}async optOut(){const e="xpath///button[contains(., 'Afvis alle') or contains(., 'Reject all') or contains(., 'Odbaci sve') or contains(., 'Rechazar todo') or contains(., 'Atmesti visus') or contains(., 'Odmítnout vše') or contains(., 'Απόρριψη όλων') or contains(., 'Rejeitar tudo') or contains(., 'Tümünü reddet') or contains(., 'Отклонить все') or contains(., 'Noraidīt visu') or contains(., 'Avvisa alla') or contains(., 'Odrzuć wszystkie') or contains(., 'Alles afwijzen') or contains(., 'Отхвърляне на всички') or contains(., 'Rifiuta tutto') or contains(., 'Zavrni vse') or contains(., 'Az összes elutasítása') or contains(., 'Respingeți tot') or contains(., 'Alles ablehnen') or contains(., 'Tout rejeter') or contains(., 'Odmietnuť všetko') or contains(., 'Lükka kõik tagasi') or contains(., 'Hylkää kaikki')]";if(await this.waitForElement(e,500))return this.click(e);const t="xpath///button[contains(., 'Spara & avsluta') or contains(., 'Save & exit') or contains(., 'Uložit a ukončit') or contains(., 'Enregistrer et quitter') or contains(., 'Speichern & Verlassen') or contains(., 'Tallenna ja poistu') or contains(., 'Išsaugoti ir išeiti') or contains(., 'Opslaan & afsluiten') or contains(., 'Guardar y salir') or contains(., 'Shrani in zapri') or contains(., 'Uložiť a ukončiť') or contains(., 'Kaydet ve çıkış yap') or contains(., 'Сохранить и выйти') or contains(., 'Salvesta ja välju') or contains(., 'Salva ed esci') or contains(., 'Gem & afslut') or contains(., 'Αποθήκευση και έξοδος') or contains(., 'Saglabāt un iziet') or contains(., 'Mentés és kilépés') or contains(., 'Guardar e sair') or contains(., 'Zapisz & zakończ') or contains(., 'Salvare și ieșire') or contains(., 'Spremi i izađi') or contains(., 'Запазване и изход')]";if(await this.waitForThenClick("xpath///button[contains(., 'Zwecke') or contains(., 'Σκοποί') or contains(., 'Purposes') or contains(., 'Цели') or contains(., 'Eesmärgid') or contains(., 'Tikslai') or contains(., 'Svrhe') or contains(., 'Cele') or contains(., 'Účely') or contains(., 'Finalidades') or contains(., 'Mērķi') or contains(., 'Scopuri') or contains(., 'Fines') or contains(., 'Ändamål') or contains(., 'Finalités') or contains(., 'Doeleinden') or contains(., 'Tarkoitukset') or contains(., 'Scopi') or contains(., 'Amaçlar') or contains(., 'Nameni') or contains(., 'Célok') or contains(., 'Formål')]")&&await this.waitForVisible(t)){return this.elementSelector(t)[0].parentElement.parentElement.querySelectorAll("input[type=checkbox]:checked").forEach((e=>e.click())),this.click(t)}return!1}async optIn(){return this.click("xpath///button[contains(., 'Sprejmi vse') or contains(., 'Prihvati sve') or contains(., 'Godkänn alla') or contains(., 'Prijať všetko') or contains(., 'Принять все') or contains(., 'Aceptar todo') or contains(., 'Αποδοχή όλων') or contains(., 'Zaakceptuj wszystkie') or contains(., 'Accetta tutto') or contains(., 'Priimti visus') or contains(., 'Pieņemt visu') or contains(., 'Tümünü kabul et') or contains(., 'Az összes elfogadása') or contains(., 'Accept all') or contains(., 'Приемане на всички') or contains(., 'Accepter alle') or contains(., 'Hyväksy kaikki') or contains(., 'Tout accepter') or contains(., 'Alles accepteren') or contains(., 'Aktsepteeri kõik') or contains(., 'Přijmout vše') or contains(., 'Alles akzeptieren') or contains(., 'Aceitar tudo') or contains(., 'Acceptați tot')]")}}];function w(){return{chars:new Map,code:void 0}}var v=new Uint8Array(0),_=class{constructor(e,t=3e4){this.codebook=e,this.compressor=new class{constructor(e,t=3e4){this.trie=function(e){const t=w();for(let o=0;o figure.wp-block-image:has(> img[class^="wp-image-"][src^="https://www.sinhasannews.com/"]','"]:not([style^="width: 1px; height: 1px; position: absolute; left: -10000px; top: -"])',"necessary%3Atrue%252Cpreferences%3Afalse%252Cstatistics%3Afalse%252Cmarketing%3A","acs, document.createElement, %2Fl%5C.parentNode%5C.insertBefore%5C(s%2F","%2Fvisit%2F%22%5D%5Btitle%5E%3D%22https%3A%2F%2F%22%5D, %5Btitle%5D",", OptanonConsent, groups%3DC0001%253A1%252CC0002%253A0%252CC000",", require.0.3.0.__bbox.require.%5B%5D.3.1.__bbox.result.data","rmnt, script, %2Fh%3DdecodeURIComponent%7CpopundersPerIP%",':not([style^="position: absolute; left: -5000px"])',"href-sanitizer, a%5Bhref%5E%3D%22https%3A%2F%2F",", OptanonAlertBoxClosed, %24currentDate%24","acs, document.querySelectorAll, popMagic","acs, addEventListener, google_ad_client","aost, String.prototype.charCodeAt, ai_","aopr, app_vars.force_disable_adblock",'img[src*="https://im.chip.de/ii/"]',"acs, document.addEventListener, ","taboola-below-article-thumbnails","acs, document.getElementById, ","no-fetch-if, googlesyndication","sgY, 1year, , domain, google.","aopr, document.dispatchEvent","no-xhr-if, googlesyndication",", document.createElement, ","%2522%253Afalse%252C%2522",", document.oncontextmenu","%2522%253Atrue%252C%2522","aeld, DOMContentLoaded, ","nosiif, visibility, 1000","set-local-storage-item, ","%2522%3Afalse%252C%2522","trusted-click-element, ","set, blurred, false","decodeURIComponent",'[target="_blank"]',"%22%3Afalse%2C%22","^script:has-text(",'[href^="https://','[href^="http://','[data-testid="',"modal-backdrop","rmnt, script, ","BlockDetected","2%3Afalse%7D","trusted-set-",".prototype.","contextmenu","leaderboard","no-fetch-if","otification",":has-text(","background",'[class*="','[class^="',"body,html","container","Container","decodeURI","div[class",'div[id^="',"div[style","document.","no-xhr-if","placehold","sbygoogle",'[href*="',"#wpsafe-","AAAAAAAA","Detector","disclaim","https://","nano-sib","nextFunc","noopFunc","nostif, ","nowebrtc",'.com/"]',"300x250","article","consent","Consent","content","display","keydown","message","Message","overlay","privacy","sidebar","sponsor","wrapper","-child","[data-","accept","Accept","aopr, ","banner","bottom","button","cookie","Cookie","nosiif","notice","nowoif","policy","Policy","script","widget",":has(",":not(","block","Block","click","disab","fixed","frame","modal","popup","video",".com","2%3A","aeld","body","foot","gdpr","goog","html","icky","ight","show","tion","true"," > ","%3D","%7C","age","box","div","ent","out","rap","set","__",", ",'"]',"%2","%5",'="',"00","ac","ad","Ad","al","an","ar","at","de","e-","ed","en","er","he","id","in","la","le","lo","om","on","op","or","re","ro","s_","s-","se","st","t-","te","ti","un"," ","_","-",";",":",".","(",")","[","]","*","/","#","^","0","1","2","3","4","5","6","7","8","9","b","B","c","C","d","D","e","E","f","F","g","G","h","H","I","j","J","k","l","L","m","M","n","N","O","p","P","q","Q","r","R","s","S","t","T","u","U","v","V","w","W","x","y","Y","z"],x=["sandbox allow-forms allow-same-origin allow-scripts allow-modals allow-orientation-lock allow-pointer-lock allow-presentation allow-top-navigation","script-src 'self' 'unsafe-eval' http: https: data: blob: mediastream: filesystem:","script-src 'self' data: 'unsafe-inline' 'unsafe-hashes' 'unsafe-eval'","script-src 'self' 'unsafe-inline' 'unsafe-eval' "," *.google.com *.gstatic.com *.googleapis.com",".com *.google.com *.googletagmanager.com *.","script-src 'self' '*' 'unsafe-inline'","default-src 'unsafe-inline' 'self'"," *.google.com *.gstatic.com *.","t-src 'self' 'unsafe-inline' ","script-src * 'unsafe-inline'",".com *.googleapis.com *."," *.googletagmanager.com",".com *.bootstrapcdn.com","default-src 'self'","frame-src 'self' *"," *.cloudflare.com","child-src 'none';","worker-src 'none'","'unsafe-inline'","googleapis.com","unsafe-eval' ","connect-src ","child-src *"," *.gstatic","google.com","script-src","style-src ","frame-src","facebook","https://"," allow-",".com *.",".net *.","addthis","captcha","gstatic","youtube"," blob:","'self'","defaul","disqus","google","jquery","ation","data:","media","scrip","-src",".com",".net","n.cc"," *.","age","avi","box","ent","ori","pic","str","yti"," '"," *",": ","*.","al","am","an","ap","cd","ck","er","es","il","im","in","lo","op","or","re","st","tt","wi","wp"," ","-",";",":",".","'","*","/","1","3","a","b","c","d","e","f","g","h","i","j","k","l","m","n","o","p","q","r","s","t","u","v","w","x","y"],S=["/homad-global-configs.schneevonmorgen.com/global_config","/videojs-vast-vpaid@2.0.2/bin/videojs_5.vast.vpaid.min","/etc.clientlibs/logitech-common/clientlibs/onetrust.","/^https?:\\/\\/[-a-z]{8,15}\\.(?:com|net)\\/401\\/\\d{7}","/pagead/managed/js/adsense/*/show_ads_impl","/pagead/managed/js/gpt/*/pubads_impl","/pagead/js/adsbygoogle.js","/js/sdkloader/ima3.js","/js/sdkloader/ima3_d","/videojs-contrib-ads","/wp-content/plugins/","/wp-content/uploads/","/wp-content/themes/","/detroitchicago/","*/satellitelib-","/appmeasurement","/413gkwmt/init","/cdn-cgi/trace","/^https?:\\/\\/","[a-zA-Z0-9]{","/^https:\\/\\/","notification","\\/[a-z0-9]{","fingerprint","impression","[0-9a-z]{","/plugins/","affiliate","analytics","telemetry","(.+?\\.)?","/assets/","/images/","/pagead/","pageview","template","tracking","/public","300x250","ampaign","collect","consent","content","counter","metrics","privacy","[a-z]{","/embed","728x90","banner","bundle","client","cookie","detect","dn-cgi","google","iframe","module","prebid","script","source","widget",".aspx",".cgi?",".com/",".html","/api/","/beac","/img/","/java","/stat","block","click","count","event","manag","media","pixel","popup","tegra","theme","track","type=","video","visit",".css",".gif",".jpg",".min",".php",".png","/jqu","/js/","/lib","/log","/web","/wp-","468x","data","gdpr","gi-b","ight","mail","play","plug","stat","uild","view",".js","/ad","/js","=*&","age","com","ext","jax","key","log","new","sdk","tag","web","ync",":/","*/","*^","/_","/?","/*","/d","/f","/g","/h","/l","/n","/o","/r","/u","/w","00","1/","20","ac","ad","al","am","an","ap","ar","as","at","bo","ce","ch","co","de","di","e-","e/","ec","ed","el","en","er","et","fi","g/","ic","id","im","in","is","it","js","la","le","li","lo","ma","mo","mp","ol","om","on","op","or","ot","re","ro","s_","s-","s?","s/","sp","ss","st","t/","ti","tm","tr","ub","un","ur","us","ut","ve","_","-",",","?",".","}","*","/","\\","&","^","=","0","1","2","3","4","5","6","7","8","9","a","b","c","d","e","f","g","h","i","j","k","l","m","n","o","p","q","r","s","t","u","v","w","x","y","z"],E=["securepubads.g.doubleclick","pagead2.googlesyndication",".actonservice.com","googlesyndication","imasdk.googleapis",".cloudfront.net","googletagmanag","-1.xx.fbcdn","analytics.","marketing.","tracking.","metrics.","images.",".co.uk","a8clk.","stats.","a8cv.","media","track",".com",".net",".xyz","www.",".io",".jp","a8.","app","cdn","new","web",".b",".c",".d",".f",".g",".h",".k",".m",".n",".p",".s",".t",".w","24","a-","a1","a2","a4","ab","ac","ad","af","ag","ah","ai","ak","al","am","an","ap","ar","as","at","au","av","aw","ax","ay","az","be","bi","bl","bo","br","bu","ca","ce","ch","ci","ck","cl","cr","ct","cu","de","di","do","dr","ds","du","dy","e-","eb","ec","ed","ef","eg","ek","el","em","en","ep","er","es","et","eu","ev","ew","ex","ey","fe","ff","fi","fo","fr","ge","gh","gi","gn","go","gr","gu","he","ho","ib","ic","id","ie","if","ig","ik","il","im","in","ip","ir","is","it","iv","ix","iz","jo","ks","la","ld","le","li","ll","lo","lu","ly","ma","me","mo","mp","my","no","ok","ol","om","on","oo","op","or","ot","ou","ph","pl","po","pr","pu","qu","re","ri","ro","ru","s-","sc","se","sh","si","sk","sn","so","sp","ss","st","su","sw","sy","t-","ta","te","th","ti","tn","to","tr","ts","tt","tu","ty","ub","ud","ul","um","un","up","ur","us","ut","ve","vi","vo","we","wn","-",".","0","1","2","3","4","5","6","7","8","9","a","b","c","d","e","f","g","h","i","j","k","l","m","n","o","p","q","r","s","t","u","v","w","x","y","z"],I=["google-analytics.com/analytics.js","googlesyndication_adsbygoogle.js","googletagmanager.com/gtm.js","googletagservices_gpt.js","googletagmanager_gtm.js","fuckadblock.js-3.2.0:5","amazon_apstag.js","google-analytics","fingerprint2.js","noop-1s.mp4:10","google-ima.js","noop-0.1s.mp3","prebid-ads.js","nobab2.js:10","noopmp3-0.1s","noop-1s.mp4","hd-main.js","noopmp4-1s","32x32.png","noop.html","noopframe","noop.txt","nooptext","1x1.gif","2x2.png","noop.js","noopjs",".com/",".js:5","none","noop","-3.",":10",".js","ads","bea","_a",":5",".0","ar","ch","ic","in","le","ma","re","st","_","-",":",".","/","0","1","2","3","4","5","a","b","c","d","e","f","g","h","i","j","k","l","m","n","o","p","r","s","t","u","v","w","x","y","z"],F=["/js/sdkloader/ima3.j","/wp-content/plugins/","/wp-content/uploads/","redirect=google-ima.",",redirect-rule=noop",".actonservice.com^",".com^$third-party","googlesyndication","imasdk.googleapis",".cloudfront.net^","$script,domain=",",3p,denyallow=",",redirect=noop","xmlhttprequest","^$third-party","||smetrics.","third-party","marketing.","$document","analytics",",domain=","/assets/","metrics.","subdocum","tracking","$script",".co.uk","$ghide","a8clk.","cookie","google","script",".com^",".top^",".xyz^","/api/","$doma","a8cv.","image","media","track",".com",".fr^",".gif",".jp^",".net","/js/","$doc","$xhr","stat","www.",",1p",",3p",".io",".jp",".js","app","cdn","ent","new","web",".b",".c",".f",".h",".m",".n",".p",".s",".t","@@","/*","/p","||","a-","a1","a2","a4","ab","ac","ad","af","ag","ai","ak","al","am","an","ap","ar","as","at","au","av","aw","ax","ay","az","be","bi","bo","br","ca","ce","ch","ci","ck","ct","cu","de","di","do","e-","e^","ed","el","em","en","ep","er","es","et","ev","ew","ex","fe","fi","fo","fr","g^","ge","gh","gi","go","gr","he","hi","ho","hp","ic","id","il","im","in","ip","ir","is","it","ix","js","ke","le","li","lo","lu","ly","me","mo","mp","ne","no","od","ok","ol","om","on","op","or","ot","pl","po","pr","qu","re","ri","ro","ru","s-","s/","sc","se","sh","si","so","sp","ss","st","te","th","ti","to","tr","ts","tu","ty","ub","ud","ul","um","un","up","ur","us","ut","ve","vi","_","-",",","?",".","*","/","^","=","|","~","$","0","1","2","3","4","5","6","7","8","9","a","b","c","d","e","f","g","h","i","j","k","l","m","n","o","p","q","r","s","t","u","v","w","x","y","z"],T=["-webkit-touch-callo",", 1year, , domain, ",", googlesyndication",", SOCS, CAISNQgQEit",":style(overflow: au","9udGVuZHVpc2VydmVyX","GgJmaSADGgYIgOu0sgY","ib3FfaWRlbnRpdHlmcm","position: initial !","set-local-storage-i","set, blurred, false","trusted-click-eleme","user-select: text !","zIwMjQwNTE0LjA2X3Aw","decodeURIComponent",'[href^="https://',"rmnt, script, ","ut: default !"," !important)","trusted-set-",", document.",", noopFunc)","##body,html","contextmenu","no-fetch-if","otification",":has-text(",".com##+js(",'="https://',"background","important;"," -webkit-","container","AAAAAAAA","nostif, ",",google",":style(","consent","message","nowoif)","privacy","-wrapp",",kayak",".co.uk","[class","##+js(","accept","aopr, ","banner","bottom","cookie","Cookie","google","notice","policy","widget",":has(","##div","block","cript","true)",".co.",".com",".de,",".fr,",".net",".nl,",".pl,",".xyz","#@#.","2%3A","gdpr","html","ight","news","to !","wrap","www."," > ",",xh","##.","###","%3D","%7C","ent","lay","web","__","-s",", ",",b",",c",",f",",g",",h",",m",",p",",s",",t",": ",".*",".b",".c",".m",".p",".s",'"]',"##","%2","%5",'="',"00","a-","ab","ac","ad","Ad","ag","ak","al","am","an","ap","ar","as","at","au","av","ay","az","bo","ch","ck","cl","ct","de","di","do","e-","ed","el","em","en","er","es","et","ex","fi","fo","he","ic","id","if","ig","il","im","in","is","it","iv","le","lo","mo","ol","om","on","op","or","ot","ov","ow","pl","po","re","ro","s_","s-","se","sh","si","sp","st","t-","th","ti","tr","tv","ub","ul","um","un","up","ur","us","ut","vi"," ","_","-",",",":",".","(",")","[","*","/","^","0","1","2","3","4","5","6","7","8","9","a","b","B","c","C","d","D","e","E","f","F","g","h","i","j","k","l","L","m","M","n","o","p","P","q","r","s","S","t","T","u","v","w","x","y","z"],O=(()=>{let e=0;const t=new Int32Array(256);for(let o=0;256!==o;o+=1)e=o,e=1&e?-306674912^e>>>1:e>>>1,e=1&e?-306674912^e>>>1:e>>>1,e=1&e?-306674912^e>>>1:e>>>1,e=1&e?-306674912^e>>>1:e>>>1,e=1&e?-306674912^e>>>1:e>>>1,e=1&e?-306674912^e>>>1:e>>>1,e=1&e?-306674912^e>>>1:e>>>1,e=1&e?-306674912^e>>>1:e>>>1,t[o]=e;return t})();var P=2147483647,R=36,z=/[^\0-\x7E]/,L=/[\x2E\u3002\uFF0E\uFF61]/g,B={"invalid-input":"Invalid input","not-basic":"Illegal input >= 0x80 (not a basic code point)",overflow:"Overflow: input needs wider integers to process"};function U(e){throw new RangeError(B[e])}function N(e,t){return e+22+75*(e<26?1:0)-((0!==t?1:0)<<5)}function V(e,t,o){let i=0;for(e=o?Math.floor(e/700):e>>1,e+=Math.floor(e/t);e>455;i+=R)e=Math.floor(e/35);return Math.floor(i+36*e/(e+38))}function j(e){const t=[],o=e.length;let i=0,n=128,s=72,c=e.lastIndexOf("-");c<0&&(c=0);for(let o=0;o=128&&U("not-basic"),t.push(e.charCodeAt(o));for(let a=c>0?c+1:0;a=o&&U("invalid-input");const c=(r=e.charCodeAt(a++))-48<10?r-22:r-65<26?r-65:r-97<26?r-97:R;(c>=R||c>Math.floor((P-i)/t))&&U("overflow"),i+=c*t;const l=n<=s?1:n>=s+26?26:n-s;if(cMath.floor(P/p)&&U("overflow"),t*=p}const l=t.length+1;s=V(i-c,l,0===c),Math.floor(i/l)>P-n&&U("overflow"),n+=Math.floor(i/l),i%=l,t.splice(i++,0,n)}var r;return String.fromCodePoint.apply(null,t)}function M(e){const t=[],o=function(e){const t=[];let o=0;const i=e.length;for(;o=55296&&n<=56319&&o=n&&iMath.floor((P-s)/i)&&U("overflow"),s+=(e-n)*i,n=e;for(let e=0;eP&&U("overflow"),l===n){let e=s;for(let o=R;;o+=R){const i=o<=c?1:o>=c+26?26:o-c;if(e{const e=new class{constructor(){this.cosmeticSelector=new _(C),this.networkCSP=new _(x),this.networkRedirect=new _(I),this.networkHostname=new _(E),this.networkFilter=new _(S),this.networkRaw=new _(F),this.cosmeticRaw=new _(T)}};return G=()=>e,e};function $(e){return e<=127?1:5}function K(e,t){return Q(e.length,t)}function Q(e,t){return(t?3:0)+e+$(e)}function Y(e){return e.length+$(e.length)}function X(e){const t=M(e).length;return t+$(t)}function Z(e){return e.byteLength+$(e.length)}var J,ee=class e{static empty(t){return e.fromUint8Array(H,t)}static fromUint8Array(t,o){return new e(t,o)}static allocate(t,o){return new e(new Uint8Array(t),o)}constructor(e,{enableCompression:t}){if(!1===q)throw new Error("Adblocker currently does not support Big-endian systems");!0===t&&this.enableCompression(),this.buffer=e,this.pos=0}enableCompression(){this.compression=G()}checksum(){return function(e,t,o){let i=-1;const n=o-7;let s=t;for(;s>>8^O[255&(i^e[s++])],i=i>>>8^O[255&(i^e[s++])],i=i>>>8^O[255&(i^e[s++])],i=i>>>8^O[255&(i^e[s++])],i=i>>>8^O[255&(i^e[s++])],i=i>>>8^O[255&(i^e[s++])],i=i>>>8^O[255&(i^e[s++])],i=i>>>8^O[255&(i^e[s++])];for(;s>>8^O[255&(i^e[s++])];return(-1^i)>>>0}(this.buffer,0,this.pos)}dataAvailable(){return this.pos>>8,this.buffer[this.pos++]=e}getUint16(){return(this.buffer[this.pos++]<<8|this.buffer[this.pos++])>>>0}pushUint32(e){this.buffer[this.pos++]=e>>>24,this.buffer[this.pos++]=e>>>16,this.buffer[this.pos++]=e>>>8,this.buffer[this.pos++]=e}getUint32(){return(this.buffer[this.pos++]<<24>>>0)+(this.buffer[this.pos++]<<16|this.buffer[this.pos++]<<8|this.buffer[this.pos++])>>>0}pushUint32Array(e){this.pushLength(e.length);for(const t of e)this.pushUint32(t)}getUint32Array(){const e=this.getLength(),t=new Uint32Array(e);for(let o=0;othis.buffer.byteLength)throw new Error(`StaticDataView too small: ${this.buffer.byteLength}, but required ${this.pos} bytes`)}pushLength(e){e<=127?this.pushUint8(e):(this.pushUint8(128),this.pushUint32(e))}getLength(){const e=this.getUint8();return 128===e?this.getUint32():e}},te=class e{static deserialize(t){return new e({debug:t.getBool(),enableCompression:t.getBool(),enableHtmlFiltering:t.getBool(),enableInMemoryCache:t.getBool(),enableMutationObserver:t.getBool(),enableOptimizations:t.getBool(),enablePushInjectionsOnNavigationEvents:t.getBool(),guessRequestTypeFromUrl:t.getBool(),integrityCheck:t.getBool(),loadCSPFilters:t.getBool(),loadCosmeticFilters:t.getBool(),loadExceptionFilters:t.getBool(),loadExtendedSelectors:t.getBool(),loadGenericCosmeticsFilters:t.getBool(),loadNetworkFilters:t.getBool(),loadPreprocessors:t.getBool()})}constructor({debug:e=!1,enableCompression:t=!1,enableHtmlFiltering:o=!1,enableInMemoryCache:i=!0,enableMutationObserver:n=!0,enableOptimizations:s=!0,enablePushInjectionsOnNavigationEvents:c=!0,guessRequestTypeFromUrl:r=!1,integrityCheck:a=!0,loadCSPFilters:l=!0,loadCosmeticFilters:p=!0,loadExceptionFilters:d=!0,loadExtendedSelectors:u=!1,loadGenericCosmeticsFilters:h=!0,loadNetworkFilters:m=!0,loadPreprocessors:A=!1}={}){this.debug=e,this.enableCompression=t,this.enableHtmlFiltering=o,this.enableInMemoryCache=i,this.enableMutationObserver=n,this.enableOptimizations=s,this.enablePushInjectionsOnNavigationEvents=c,this.guessRequestTypeFromUrl=r,this.integrityCheck=a,this.loadCSPFilters=l,this.loadCosmeticFilters=p,this.loadExceptionFilters=d,this.loadExtendedSelectors=u,this.loadGenericCosmeticsFilters=h,this.loadNetworkFilters=m,this.loadPreprocessors=A}getSerializedSize(){return 16}serialize(e){e.pushBool(this.debug),e.pushBool(this.enableCompression),e.pushBool(this.enableHtmlFiltering),e.pushBool(this.enableInMemoryCache),e.pushBool(this.enableMutationObserver),e.pushBool(this.enableOptimizations),e.pushBool(this.enablePushInjectionsOnNavigationEvents),e.pushBool(this.guessRequestTypeFromUrl),e.pushBool(this.integrityCheck),e.pushBool(this.loadCSPFilters),e.pushBool(this.loadCosmeticFilters),e.pushBool(this.loadExceptionFilters),e.pushBool(this.loadExtendedSelectors),e.pushBool(this.loadGenericCosmeticsFilters),e.pushBool(this.loadNetworkFilters),e.pushBool(this.loadPreprocessors)}},oe="undefined"!=typeof window&&"function"==typeof window.queueMicrotask?e=>window.queueMicrotask(e):e=>(J||(J=Promise.resolve())).then(e).catch((e=>setTimeout((()=>{throw e}),0)));function ie(e,t,o){let i=o.get(e);void 0===i&&(i=[],o.set(e,i)),i.push(t)}function ne(e,t,o){const i=o.get(e);if(void 0!==i){const e=i.indexOf(t);-1!==e&&i.splice(e,1)}}function se(e,t,o){if(0===o.size)return!1;const i=o.get(e);return void 0!==i&&(oe((()=>{for(const e of i)e(...t)})),!0)}var ce=class{constructor(){this.onceListeners=new Map,this.onListeners=new Map}on(e,t){ie(e,t,this.onListeners)}once(e,t){ie(e,t,this.onceListeners)}unsubscribe(e,t){ne(e,t,this.onListeners),ne(e,t,this.onceListeners)}emit(e,...t){se(e,t,this.onListeners),!0===se(e,t,this.onceListeners)&&this.onceListeners.delete(e)}};function re(e,t){return function(e,t){let o=3;const i=()=>e(t).catch((e=>{if(o>0)return o-=1,new Promise(((e,t)=>{setTimeout((()=>{i().then(e).catch(t)}),500)}));throw e}));return i()}(e,t).then((e=>e.text()))}var ae="https://raw.githubusercontent.com/ghostery/adblocker/master/packages/adblocker/assets",le=[`${ae}/easylist/easylist.txt`,`${ae}/peter-lowe/serverlist.txt`,`${ae}/ublock-origin/badware.txt`,`${ae}/ublock-origin/filters-2020.txt`,`${ae}/ublock-origin/filters-2021.txt`,`${ae}/ublock-origin/filters-2022.txt`,`${ae}/ublock-origin/filters-2023.txt`,`${ae}/ublock-origin/filters-2024.txt`,`${ae}/ublock-origin/filters.txt`,`${ae}/ublock-origin/quick-fixes.txt`,`${ae}/ublock-origin/resource-abuse.txt`,`${ae}/ublock-origin/unbreak.txt`],pe=[...le,`${ae}/easylist/easyprivacy.txt`,`${ae}/ublock-origin/privacy.txt`],de=[...pe,`${ae}/easylist/easylist-cookie.txt`,`${ae}/ublock-origin/annoyances-others.txt`,`${ae}/ublock-origin/annoyances-cookies.txt`];var ue=new Set(["any","dir","has","host-context","if","if-not","is","matches","not","where"]),he={attribute:/\[\s*(?:(?\*|[-\w]*)\|)?(?[-\w\u{0080}-\u{FFFF}]+)\s*(?:(?\W?=)\s*(?.+?)\s*(?[iIsS])?\s*)?\]/gu,id:/#(?(?:[-\w\u{0080}-\u{FFFF}]|\\.)+)/gu,class:/\.(?(?:[-\w\u{0080}-\u{FFFF}]|\\.)+)/gu,comma:/\s*,\s*/g,combinator:/\s*[\s>+~]\s*/g,"pseudo-element":/::(?[-\w\u{0080}-\u{FFFF}]+)(?:\((?:¶*)\))?/gu,"pseudo-class":/:(?[-\w\u{0080}-\u{FFFF}]+)(?:\((?¶*)\))?/gu,type:/(?:(?\*|[-\w]*)\|)?(?[-\w\u{0080}-\u{FFFF}]+)|\*/gu},me=new Set(["pseudo-class","pseudo-element"]),Ae=new Set([...me,"attribute"]),ge=new Set(["combinator","comma"]),fe=Object.assign({},he);function ke(e,t){e.lastIndex=0;const o=e.exec(t);if(null===o)return;const i=o.index-1,n=o[0],s=t.slice(0,i+1),c=t.slice(i+n.length+1);return[s,[n,o.groups||{}],c]}fe["pseudo-element"]=RegExp(he["pseudo-element"].source.replace("(?¶*)","(?.*?)"),"gu"),fe["pseudo-class"]=RegExp(he["pseudo-class"].source.replace("(?¶*)","(?.*)"),"gu");var be=[e=>{const t=ke(he.attribute,e);if(void 0===t)return;const[o,[i,{name:n,operator:s,value:c,namespace:r,caseSensitive:a}],l]=t;return void 0!==n?[o,{type:"attribute",content:i,length:i.length,namespace:r,caseSensitive:a,pos:[],name:n,operator:s,value:c},l]:void 0},e=>{const t=ke(he.id,e);if(void 0===t)return;const[o,[i,{name:n}],s]=t;return void 0!==n?[o,{type:"id",content:i,length:i.length,pos:[],name:n},s]:void 0},e=>{const t=ke(he.class,e);if(void 0===t)return;const[o,[i,{name:n}],s]=t;return void 0!==n?[o,{type:"class",content:i,length:i.length,pos:[],name:n},s]:void 0},e=>{const t=ke(he.comma,e);if(void 0===t)return;const[o,[i],n]=t;return[o,{type:"comma",content:i,length:i.length,pos:[]},n]},e=>{const t=ke(he.combinator,e);if(void 0===t)return;const[o,[i],n]=t;return[o,{type:"combinator",content:i,length:i.length,pos:[]},n]},e=>{const t=ke(he["pseudo-element"],e);if(void 0===t)return;const[o,[i,{name:n}],s]=t;return void 0!==n?[o,{type:"pseudo-element",content:i,length:i.length,pos:[],name:n},s]:void 0},e=>{const t=ke(he["pseudo-class"],e);if(void 0===t)return;const[o,[i,{name:n,argument:s}],c]=t;return void 0!==n?[o,{type:"pseudo-class",content:i,length:i.length,pos:[],name:n,argument:s,subtree:void 0},c]:void 0},e=>{const t=ke(he.type,e);if(void 0===t)return;const[o,[i,{name:n,namespace:s}],c]=t;return[o,{type:"type",content:i,length:i.length,namespace:s,pos:[],name:n},c]}];function ye(e,t,o,i){for(const n of t)for(const t of e)if(i.has(t.type)&&t.pos[0]=0&&"\\"===e[t];)o+=1,t-=1;return o%2!=0}function ve(e,t,o){let i=o+1;for(;-1!==(i=e.indexOf(t,i))&&!0===we(e,i);)i+=1;if(-1!==i)return e.slice(o,i+1)}function _e(e,t){let o=0;for(let i=t;i0))return;o-=1}if(0===o)return e.slice(t,i+1)}}function Ce(e,t,o,i){const n=[];let s=0;for(;-1!==(s=e.indexOf(o,s));){const o=i(e,s);if(void 0===o)break;n.push({str:o,start:s}),e=`${e.slice(0,s+1)}${t.repeat(o.length-2)}${e.slice(s+o.length-1)}`,s+=o.length}return[n,e]}function xe(e){if("string"!=typeof e)return[];if(0===(e=e.trim()).length)return[];const[t,o]=Ce(e,"§",'"',((e,t)=>ve(e,'"',t))),[i,n]=Ce(o,"§","'",((e,t)=>ve(e,"'",t))),[s,c]=Ce(n,"¶","(",_e),r=function(e){if(!e)return[];const t=[e];for(const e of be)for(let o=0;o0!==e.length)))}}let o=0;for(const e of t)"string"!=typeof e&&(e.pos=[o,o+e.length],ge.has(e.type)&&(e.content=e.content.trim()||" ")),o+=e.length;return t.every((e=>"string"!=typeof e))?t:[]}(c);return ye(r,s,/\(¶*\)/,me),ye(r,t,/"§*"/,Ae),ye(r,i,/'§*'/,Ae),r}function Se(e,{list:t=!0}={}){if(!0===t&&e.some((e=>"comma"===e.type))){const t=[],o=[];for(let i=0;i=0;t--){const o=e[t];if("combinator"===o.type){const i=Se(e.slice(0,t)),n=Se(e.slice(t+1));if(void 0===n)return;if(" "!==o.content&&"~"!==o.content&&"+"!==o.content&&">"!==o.content)return;return{type:"complex",combinator:o.content,left:i,right:n}}}if(0!==e.length)return function(e){return e.every((e=>"comma"!==e.type&&"combinator"!==e.type))}(e)?1===e.length?e[0]:{type:"compound",compound:[...e]}:void 0}function Ee(e,t,o,i){if(void 0!==e){if("complex"===e.type)Ee(e.left,t,o,e),Ee(e.right,t,o,e);else if("compound"===e.type)for(const i of e.compound)Ee(i,t,o,e);else"pseudo-class"===e.type&&void 0!==e.subtree&&void 0!==o&&"pseudo-class"===o.type&&void 0!==o.subtree&&Ee(e.subtree,t,o,e);t(e,i)}}function Ie(e,{recursive:t=!0,list:o=!0}={}){const i=xe(e);if(0===i.length)return;const n=Se(i,{list:o});return!0===t&&Ee(n,(e=>{"pseudo-class"===e.type&&e.argument&&void 0!==e.name&&ue.has(e.name)&&(e.subtree=Ie(e.argument,{recursive:!0,list:!0}))})),n}var Fe,Te,Oe=new Set(["has","has-text","if"]),Pe=new Set(["active","any","any-link","blank","checked","default","defined","dir","disabled","empty","enabled","first","first-child","first-of-type","focus","focus-visible","focus-within","fullscreen","host","host-context","hover","in-range","indeterminate","invalid","is","lang","last-child","last-of-type","left","link","matches","not","nth-child","nth-last-child","nth-last-of-type","nth-of-type","only-child","only-of-type","optional","out-of-range","placeholder-shown","read-only","read-write","required","right","root","scope","target","valid","visited","where"]),Re=new Set(["after","before","first-letter","first-line"]);function ze(e){if(-1===e.indexOf(":"))return Fe.Normal;const t=xe(e);let o=!1;for(const e of t)if("pseudo-class"===e.type){const{name:t}=e;if(!0===Oe.has(t))o=!0;else if(!1===Pe.has(t)&&!1===Re.has(t))return Fe.Invalid;if(!1===o&&void 0!==e.argument&&!0===ue.has(t)){const t=ze(e.argument);if(t===Fe.Invalid)return t;t===Fe.Extended&&(o=!0)}}return!0===o?Fe.Extended:Fe.Normal}(Te=Fe||(Fe={}))[Te.Normal=0]="Normal",Te[Te.Extended=1]="Extended",Te[Te.Invalid=2]="Invalid";var Le=new Set(["htm","html","xhtml"]),Be=new Set(["eot","otf","sfnt","ttf","woff","woff2"]),Ue=new Set(["apng","bmp","cur","dib","eps","gif","heic","heif","ico","j2k","jfi","jfif","jif","jp2","jpe","jpeg","jpf","jpg","jpm","jpx","mj2","pjp","pjpeg","png","svg","svgz","tif","tiff","webp"]),Ne=new Set(["avi","flv","mp3","mp4","ogg","wav","weba","webm","wmv"]),Ve=new Set(["js","ts","jsx","esm"]),je=new Set(["css","scss"]);function Me(e,t){let o=0,i=e.length,n=!1;if(!t){if(e.startsWith("data:"))return null;for(;oo+1&&e.charCodeAt(i-1)<=32;)i-=1;if(47===e.charCodeAt(o)&&47===e.charCodeAt(o+1))o+=2;else{const t=e.indexOf(":/",o);if(-1!==t){const i=t-o,n=e.charCodeAt(o),s=e.charCodeAt(o+1),c=e.charCodeAt(o+2),r=e.charCodeAt(o+3),a=e.charCodeAt(o+4);if(5===i&&104===n&&116===s&&116===c&&112===r&&115===a);else if(4===i&&104===n&&116===s&&116===c&&112===r);else if(3===i&&119===n&&115===s&&115===c);else if(2===i&&119===n&&115===s);else for(let i=o;i=97&&t<=122||t>=48&&t<=57||46===t||45===t||43===t))return null}for(o=t+2;47===e.charCodeAt(o);)o+=1}}let t=-1,s=-1,c=-1;for(let r=o;r=65&&o<=90&&(n=!0)}if(-1!==t&&t>o&&to&&co+1&&46===e.charCodeAt(i-1);)i-=1;const s=0!==o||i!==e.length?e.slice(o,i):e;return n?s.toLowerCase():s}function De(e){return e>=97&&e<=122||e>=48&&e<=57||e>127}function He(e){if(e.length>255)return!1;if(0===e.length)return!1;if(!De(e.charCodeAt(0))&&46!==e.charCodeAt(0)&&95!==e.charCodeAt(0))return!1;let t=-1,o=-1;const i=e.length;for(let n=0;n64||46===o||45===o||95===o)return!1;t=n}else if(!De(i)&&45!==i&&95!==i)return!1;o=i}return i-t-1<=63&&45!==o}var We=function({allowIcannDomains:e=!0,allowPrivateDomains:t=!1,detectIp:o=!0,extractHostname:i=!0,mixedInputs:n=!0,validHosts:s=null,validateHostname:c=!0}){return{allowIcannDomains:e,allowPrivateDomains:t,detectIp:o,extractHostname:i,mixedInputs:n,validHosts:s,validateHostname:c}}({});function qe(e,t,o,i,n){const s=function(e){return void 0===e?We:function({allowIcannDomains:e=!0,allowPrivateDomains:t=!1,detectIp:o=!0,extractHostname:i=!0,mixedInputs:n=!0,validHosts:s=null,validateHostname:c=!0}){return{allowIcannDomains:e,allowPrivateDomains:t,detectIp:o,extractHostname:i,mixedInputs:n,validHosts:s,validateHostname:c}}(e)}(i);return"string"!=typeof e?n:(s.extractHostname?s.mixedInputs?n.hostname=Me(e,He(e)):n.hostname=Me(e,!1):n.hostname=e,0===t||null===n.hostname||s.detectIp&&(n.isIp=function(e){if(e.length<3)return!1;let t=e.startsWith("[")?1:0,o=e.length;if("]"===e[o-1]&&(o-=1),o-t>39)return!1;let i=!1;for(;t=48&&o<=57||o>=97&&o<=102||o>=65&&o<=90))return!1}return i}(c=n.hostname)||function(e){if(e.length<7)return!1;if(e.length>15)return!1;let t=0;for(let o=0;o57)return!1}return 3===t&&46!==e.charCodeAt(0)&&46!==e.charCodeAt(e.length-1)}(c),n.isIp)?n:s.validateHostname&&s.extractHostname&&!He(n.hostname)?(n.hostname=null,n):(o(n.hostname,s,n),2===t||null===n.publicSuffix?n:(n.domain=function(e,t,o){if(null!==o.validHosts){const e=o.validHosts;for(const o of e)if(function(e,t){return!!e.endsWith(t)&&(e.length===t.length||"."===e[e.length-t.length-1])}(t,o))return o}let i=0;if(t.startsWith("."))for(;i=i)return!1;let n=o,s=i-1;for(;n<=s;){const o=n+s>>>1,i=e[o];if(it))return!0;s=o-1}}return!1}var Ke=new Uint32Array(20);function Qe(e,t,o){if(function(e,t,o){if(!t.allowPrivateDomains&&e.length>3){const t=e.length-1,i=e.charCodeAt(t),n=e.charCodeAt(t-1),s=e.charCodeAt(t-2),c=e.charCodeAt(t-3);if(109===i&&111===n&&99===s&&46===c)return o.isIcann=!0,o.isPrivate=!1,o.publicSuffix="com",!0;if(103===i&&114===n&&111===s&&46===c)return o.isIcann=!0,o.isPrivate=!1,o.publicSuffix="org",!0;if(117===i&&100===n&&101===s&&46===c)return o.isIcann=!0,o.isPrivate=!1,o.publicSuffix="edu",!0;if(118===i&&111===n&&103===s&&46===c)return o.isIcann=!0,o.isPrivate=!1,o.publicSuffix="gov",!0;if(116===i&&101===n&&110===s&&46===c)return o.isIcann=!0,o.isPrivate=!1,o.publicSuffix="net",!0;if(101===i&&100===n&&46===s)return o.isIcann=!0,o.isPrivate=!1,o.publicSuffix="de",!0}return!1}(e,t,o))return;const{allowIcannDomains:i,allowPrivateDomains:n}=t;let s=-1,c=0,r=0,a=1;const l=function(e,t){let o=5381,i=0;for(let n=e.length-1;n>=0;n-=1){const s=e.charCodeAt(n);if(46===s&&(Ke[i<<1]=o>>>0,Ke[1+(i<<1)]=n+1,i+=1,i===t))return i;o=33*o^s}return Ke[i<<1]=o>>>0,Ke[1+(i<<1)]=0,i+=1,i}(e,Ge[0]);for(let e=0;er;)t.shift();o.publicSuffix=t.join(".")}else o.publicSuffix=e.slice(Ke[1+(r-2<<1)]);else o.publicSuffix=1===l?e:e.slice(Ke[1])}function Ye(e,t={}){return qe(e,5,Qe,t,{domain:null,domainWithoutSuffix:null,hostname:null,isIcann:null,isIp:null,isPrivate:null,publicSuffix:null,subdomain:null})}var Xe=new class{constructor(e){this.pos=0,this.buffer=new Uint32Array(e)}reset(){this.pos=0}slice(){return this.buffer.slice(0,this.pos)}push(e){this.buffer[this.pos++]=e}empty(){return 0===this.pos}full(){return this.pos===this.buffer.length}remaining(){return this.buffer.length-this.pos}}(1024),Ze=37,Je=5011;function et(e){return 16843009*((e=(858993459&(e-=e>>1&1431655765))+(e>>2&858993459))+(e>>4)&252645135)>>24}function tt(e,t){return!!(e&t)}function ot(e,t){return e|t}function it(e,t){return e&~t}function nt(e,t,o){let i=Je;for(let n=t;n>>0}function st(e){return"string"!=typeof e||0===e.length?Je:nt(e,0,e.length)}function ct(e){const t=new Uint32Array(e.length);let o=0;for(const i of e)t[o++]=st(i);return t}function rt(e,t){if(e.length=48&&e<=57}function pt(e){return e>=97&&e<=122||e>=65&&e<=90}function dt(e){return pt(e)||lt(e)||37===e||function(e){return e>=192&&e<=450}(e)||function(e){return e>=1024&&e<=1279}(e)}function ut(e,t,o,i){const n=Math.min(e.length,2*i.remaining());let s=!1,c=0,r=Je;for(let o=0;o1&&(!1===t||0!==c)&&i.push(r>>>0))}!0===s&&!1===o&&e.length-c>1&&!1===i.full()&&i.push(r>>>0)}function ht(e,t){const o=Math.min(e.length,2*t.remaining());let i=!1,n=0,s=Je;for(let c=0;c1&&t.push(s>>>0))}!0===i&&e.length-n>1&&!1===t.full()&&t.push(s>>>0)}function mt(e,t){return-1!==function(e,t){if(0===e.length)return-1;let o=0,i=e.length-1;for(;o<=i;){const n=o+i>>>1,s=e[n];if(st))return n;i=n-1}}return-1}(e,t)}var At=/[^\u0000-\u00ff]/;function gt(e){return At.test(e)}var ft={extractHostname:!0,mixedInputs:!1,validateHostname:!1},kt={beacon:st("type:beacon"),cspReport:st("type:csp"),csp_report:st("type:csp"),cspviolationreport:st("type:cspviolationreport"),document:st("type:document"),eventsource:st("type:other"),fetch:st("type:xhr"),font:st("type:font"),image:st("type:image"),imageset:st("type:image"),mainFrame:st("type:document"),main_frame:st("type:document"),manifest:st("type:other"),media:st("type:media"),object:st("type:object"),object_subrequest:st("type:object"),other:st("type:other"),ping:st("type:ping"),prefetch:st("type:other"),preflight:st("type:preflight"),script:st("type:script"),signedexchange:st("type:signedexchange"),speculative:st("type:other"),stylesheet:st("type:stylesheet"),subFrame:st("type:subdocument"),sub_frame:st("type:subdocument"),texttrack:st("type:other"),webSocket:st("type:websocket"),web_manifest:st("type:other"),websocket:st("type:websocket"),xhr:st("type:xhr"),xml_dtd:st("type:other"),xmlhttprequest:st("type:xhr"),xslt:st("type:other")};function bt(e){let t=Je;for(let o=e.length-1;o>=0;o-=1)t=t*Ze^e.charCodeAt(o);return t>>>0}function yt(e,t,o){Xe.reset();let i=Je;for(let n=t-1;n>=0;n-=1){const t=e.charCodeAt(n);46===t&&n>>0),i=i*Ze^t}return Xe.push(i>>>0),Xe.slice()}function wt(e,t){const o=function(e,t){let o=null;const i=t.indexOf(".");if(-1!==i){const n=t.slice(i+1);o=e.slice(0,-n.length-1)}return o}(e,t);return null!==o?yt(o,o.length,o.length):W}function vt(e,t){return yt(e,e.length,e.length-t.length)}var _t=class e{static fromRawDetails({requestId:t="0",tabId:o=0,url:i="",hostname:n,domain:s,sourceUrl:c="",sourceHostname:r,sourceDomain:a,type:l="main_frame",_originalRequestDetails:p}){if(i=i.toLowerCase(),void 0===n||void 0===s){const e=Ye(i,ft);n=n||e.hostname||"",s=s||e.domain||""}if(void 0===r||void 0===a){const e=Ye(r||a||c,ft);r=r||e.hostname||"",a=a||e.domain||r||""}return new e({requestId:t,tabId:o,domain:s,hostname:n,url:i,sourceDomain:a,sourceHostname:r,sourceUrl:c,type:l,_originalRequestDetails:p})}constructor({requestId:e,tabId:t,type:o,domain:i,hostname:n,url:s,sourceDomain:c,sourceHostname:r,_originalRequestDetails:a}){if(this.tokens=void 0,this.hostnameHashes=void 0,this.entityHashes=void 0,this._originalRequestDetails=a,this.id=e,this.tabId=t,this.type=o,this.url=s,this.hostname=n,this.domain=i,this.sourceHostnameHashes=0===r.length?W:vt(r,c),this.sourceEntityHashes=0===r.length?W:wt(r,c),this.isThirdParty=function(e,t,o,i,n){return"main_frame"!==n&&"mainFrame"!==n&&(0!==t.length&&0!==i.length?t!==i:0!==t.length&&0!==o.length?t!==o:0!==i.length&&0!==e.length&&e!==i)}(n,i,r,c,o),this.isFirstParty=!this.isThirdParty,this.isSupported=!0,"websocket"===this.type||this.url.startsWith("ws:")||this.url.startsWith("wss:"))this.isHttp=!1,this.isHttps=!1,this.type="websocket",this.isSupported=!0;else if(this.url.startsWith("http:"))this.isHttp=!0,this.isHttps=!1;else if(this.url.startsWith("https:"))this.isHttps=!0,this.isHttp=!1;else if(this.url.startsWith("data:")){this.isHttp=!1,this.isHttps=!1;const e=this.url.indexOf(",");-1!==e&&(this.url=this.url.slice(0,e))}else this.isHttp=!1,this.isHttps=!1,this.isSupported=!1}getHostnameHashes(){return void 0===this.hostnameHashes&&(this.hostnameHashes=0===this.hostname.length?W:vt(this.hostname,this.domain)),this.hostnameHashes}getEntityHashes(){return void 0===this.entityHashes&&(this.entityHashes=0===this.hostname.length?W:wt(this.hostname,this.domain)),this.entityHashes}getTokens(){if(void 0===this.tokens){Xe.reset();for(const e of this.sourceHostnameHashes)Xe.push(e);Xe.push(kt[this.type]),ht(this.url,Xe),this.tokens=Xe.slice()}return this.tokens}isMainFrame(){return"main_frame"===this.type||"mainFrame"===this.type}isSubFrame(){return"sub_frame"===this.type||"subFrame"===this.type}guessTypeOfRequest(){const e=this.type;return this.type=function(e){const t=function(e){let t=e.length;const o=e.indexOf("#");-1!==o&&(t=o);const i=e.indexOf("?");-1!==i&&i=0&&(s=e.charCodeAt(n),0!=(s>=65&&s<=90||s>=97&&s<=122||s>=48&&s<=57));n-=1);return 46!==s||n<0||t-n>=10?"":e.slice(n+1,t)}(e);return Ue.has(t)||e.startsWith("data:image/")||e.startsWith("https://frog.wix.com/bt")?"image":Ne.has(t)||e.startsWith("data:audio/")||e.startsWith("data:video/")?"media":je.has(t)||e.startsWith("data:text/css")?"stylesheet":Ve.has(t)||e.startsWith("data:")&&(e.startsWith("data:application/ecmascript")||e.startsWith("data:application/javascript")||e.startsWith("data:application/x-ecmascript")||e.startsWith("data:application/x-javascript")||e.startsWith("data:text/ecmascript")||e.startsWith("data:text/javascript")||e.startsWith("data:text/javascript1.0")||e.startsWith("data:text/javascript1.1")||e.startsWith("data:text/javascript1.2")||e.startsWith("data:text/javascript1.3")||e.startsWith("data:text/javascript1.4")||e.startsWith("data:text/javascript1.5")||e.startsWith("data:text/jscript")||e.startsWith("data:text/livescript")||e.startsWith("data:text/x-ecmascript")||e.startsWith("data:text/x-javascript"))||e.startsWith("https://maps.googleapis.com/maps/api/js")||e.startsWith("https://www.googletagmanager.com/gtag/js")?"script":Le.has(t)||e.startsWith("data:text/html")||e.startsWith("data:application/xhtml")||e.startsWith("https://www.youtube.com/embed/")||e.startsWith("https://www.google.com/gen_204")?"document":Be.has(t)||e.startsWith("data:font/")?"font":"other"}(this.url),e!==this.type&&(this.tokens=void 0),this.type}},Ct=class e{static parse(t,o=!1){if(0===t.length)return;const i=[],n=[],s=[],c=[];for(let e of t){gt(e)&&(e=D(e));const t=126===e.charCodeAt(0),o=42===e.charCodeAt(e.length-1)&&46===e.charCodeAt(e.length-2),r=t?1:0,a=o?e.length-2:e.length,l=bt(!0===t||!0===o?e.slice(r,a):e);t?o?n.push(l):c.push(l):o?i.push(l):s.push(l)}return new e({entities:0!==i.length?new Uint32Array(i).sort():void 0,hostnames:0!==s.length?new Uint32Array(s).sort():void 0,notEntities:0!==n.length?new Uint32Array(n).sort():void 0,notHostnames:0!==c.length?new Uint32Array(c).sort():void 0,parts:!0===o?t.join(","):void 0})}static deserialize(t){const o=t.getUint8();return new e({entities:1==(1&o)?t.getUint32Array():void 0,hostnames:2==(2&o)?t.getUint32Array():void 0,notEntities:4==(4&o)?t.getUint32Array():void 0,notHostnames:8==(8&o)?t.getUint32Array():void 0,parts:16==(16&o)?t.getUTF8():void 0})}constructor({entities:e,hostnames:t,notEntities:o,notHostnames:i,parts:n}){this.entities=e,this.hostnames=t,this.notEntities=o,this.notHostnames=i,this.parts=n}updateId(e){const{hostnames:t,entities:o,notHostnames:i,notEntities:n}=this;if(void 0!==t)for(const o of t)e=e*Ze^o;if(void 0!==o)for(const t of o)e=e*Ze^t;if(void 0!==i)for(const t of i)e=e*Ze^t;if(void 0!==n)for(const t of n)e=e*Ze^t;return e}serialize(e){const t=e.getPos();e.pushUint8(0);let o=0;void 0!==this.entities&&(o|=1,e.pushUint32Array(this.entities)),void 0!==this.hostnames&&(o|=2,e.pushUint32Array(this.hostnames)),void 0!==this.notEntities&&(o|=4,e.pushUint32Array(this.notEntities)),void 0!==this.notHostnames&&(o|=8,e.pushUint32Array(this.notHostnames)),void 0!==this.parts&&(o|=16,e.pushUTF8(this.parts)),e.setByte(t,o)}getSerializedSize(){let e=1;return void 0!==this.entities&&(e+=Z(this.entities)),void 0!==this.hostnames&&(e+=Z(this.hostnames)),void 0!==this.notHostnames&&(e+=Z(this.notHostnames)),void 0!==this.notEntities&&(e+=Z(this.notEntities)),void 0!==this.parts&&(e+=X(this.parts)),e}match(e,t){if(void 0!==this.notHostnames)for(const t of e)if(mt(this.notHostnames,t))return!1;if(void 0!==this.notEntities)for(const e of t)if(mt(this.notEntities,e))return!1;if(void 0!==this.hostnames||void 0!==this.entities){if(void 0!==this.hostnames)for(const t of e)if(mt(this.hostnames,t))return!0;if(void 0!==this.entities)for(const e of t)if(mt(this.entities,e))return!0;return!1}return!0}};function xt(e){if(!1===e.startsWith("^script"))return;const t=":has-text(",o=[];let i=7;for(;e.startsWith(t,i);){i+=t.length;let n=1;const s=i;let c=-1;for(;i=48&&o<=57||o>=65&&o<=90||o>=97&&o<=122)){if(t{}},t=/^[#.]?[\w-.]+$/;return function(o){if(t.test(o))return!0;try{(t=>{e.matches(t)})(o)}catch(e){return!1}return!0}})();function Bt(e,t){let o=e.getSelector();if(void 0!==e.style&&(o+=e.style),!1===e.isScriptInject())return o;const i=e.parseScript();if(void 0===i)return o;const n=t(i.name);return void 0===n?o:o.replace(i.name,n)}(zt=Rt||(Rt={}))[zt.unhide=1]="unhide",zt[zt.scriptInject=2]="scriptInject",zt[zt.isUnicode=4]="isUnicode",zt[zt.isClassSelector=8]="isClassSelector",zt[zt.isIdSelector=16]="isIdSelector",zt[zt.isHrefSelector=32]="isHrefSelector",zt[zt.remove=64]="remove",zt[zt.extended=128]="extended",zt[zt.isPureHasSelector=256]="isPureHasSelector";var Ut=class e{static parse(t,o=!1){const i=t;let n,s,c,r=0;const a=t.indexOf("#"),l=a+1;let p=l+1;if(t.length>l&&("@"===t[l]?(r=ot(r,Rt.unhide),p+=1):"?"===t[l]&&(p+=1)),p>=t.length)return null;if(a>0&&(s=Ct.parse(t.slice(0,a).split(","),o)),t.endsWith(":remove()"))r=ot(r,Rt.remove),r=ot(r,Rt.extended),t=t.slice(0,-9);else if(t.length-p>=8&&t.endsWith(")")&&-1!==t.indexOf(":style(",p)){const e=t.indexOf(":style(",p);c=t.slice(e+7,-1),t=t.slice(0,e)}if(94===t.charCodeAt(p)){if(!1===at(t,"script:has-text(",p+1)||41!==t.charCodeAt(t.length-1))return null;if(n=t.slice(p,t.length),void 0===xt(n))return null}else if(t.length-p>4&&43===t.charCodeAt(p)&&at(t,"+js(",p)){if((void 0===s||void 0===s.hostnames&&void 0===s.entities)&&!1===tt(r,Rt.unhide))return null;if(r=ot(r,Rt.scriptInject),n=t.slice(p+4,t.length-1),!1===tt(r,Rt.unhide)&&0===n.length)return null}else{n=t.slice(p);const e=ze(n);if(e===Fe.Extended)r=ot(r,Rt.extended),function(e){const t=Ie(e);try{Ee(t,(e=>{if("pseudo-class"===e.type&&void 0!==e.name&&"has"!==e.name&&Oe.has(e.name))throw new Error("not a :has")}))}catch(e){return!1}return!0}(n)&&(r=ot(r,Rt.isPureHasSelector));else if(e===Fe.Invalid||!Lt(n))return null}if(void 0===s&&!0===tt(r,Rt.extended))return null;if(void 0!==n&&(gt(n)&&(r=ot(r,Rt.isUnicode)),!1===tt(r,Rt.scriptInject)&&!1===tt(r,Rt.remove)&&!1===tt(r,Rt.extended)&&!1===n.startsWith("^"))){const e=n.charCodeAt(0),t=n.charCodeAt(1),o=n.charCodeAt(2);!1===tt(r,Rt.scriptInject)&&(46===e&&Ot(n)?r=ot(r,Rt.isClassSelector):35===e&&Ot(n)?r=ot(r,Rt.isIdSelector):(97===e&&91===t&&104===o&&Pt(n,2)||91===e&&104===t&&Pt(n,1))&&(r=ot(r,Rt.isHrefSelector)))}return new e({mask:r,rawLine:!0===o?i:void 0,selector:n,style:c,domains:s})}static deserialize(t){const o=t.getUint16(),i=tt(o,Rt.isUnicode),n=t.getUint8(),s=i?t.getUTF8():t.getCosmeticSelector();return new e({mask:o,selector:s,domains:1==(1&n)?Ct.deserialize(t):void 0,rawLine:2==(2&n)?t.getRawCosmetic():void 0,style:4==(4&n)?t.getASCII():void 0})}constructor({mask:e,selector:t,domains:o,rawLine:i,style:n}){this.mask=e,this.selector=t,this.domains=o,this.style=n,this.id=void 0,this.rawLine=i,this.scriptletDetails=void 0}isCosmeticFilter(){return!0}isNetworkFilter(){return!1}serialize(e){e.pushUint16(this.mask);const t=e.getPos();e.pushUint8(0),this.isUnicode()?e.pushUTF8(this.selector):e.pushCosmeticSelector(this.selector);let o=0;void 0!==this.domains&&(o|=1,this.domains.serialize(e)),void 0!==this.rawLine&&(o|=2,e.pushRawCosmetic(this.rawLine)),void 0!==this.style&&(o|=4,e.pushASCII(this.style)),e.setByte(t,o)}getSerializedSize(e){let t=3;return this.isUnicode()?t+=X(this.selector):t+=function(e,t){return!0===t?Q(G().cosmeticSelector.getCompressedSize(e),!1):Y(e)}(this.selector,e),void 0!==this.domains&&(t+=this.domains.getSerializedSize()),void 0!==this.rawLine&&(t+=function(e,t){return!0===t?Q(G().cosmeticRaw.getCompressedSize(M(e)),!1):X(e)}(this.rawLine,e)),void 0!==this.style&&(t+=Y(this.style)),t}toString(){if(void 0!==this.rawLine)return this.rawLine;let e="";return void 0!==this.domains&&(void 0!==this.domains.parts?e+=this.domains.parts:e+=""),this.isUnhide()?e+="#@#":e+="##",this.isScriptInject()?(e+="+js(",e+=this.selector,e+=")"):e+=this.selector,this.hasCustomStyle()&&(e+=":style("+this.getStyle()+")"),e}match(e,t){return!1===this.hasHostnameConstraint()||!(!e&&this.hasHostnameConstraint())&&(void 0===this.domains||this.domains.match(0===e.length?W:vt(e,t),0===e.length?W:wt(e,t)))}getTokens(){const e=[];if(void 0!==this.domains){const{hostnames:t,entities:o}=this.domains;if(void 0!==t)for(const o of t)e.push(new Uint32Array([o]));if(void 0!==o)for(const t of o)e.push(new Uint32Array([t]))}if(0===e.length&&!1===this.isUnhide())if(this.isIdSelector()||this.isClassSelector()){let t=1;const o=this.selector;for(;t0?n=!0:"'"===p&&e.indexOf("'",o+1)>0?s=!0:"{"===p&&e.indexOf("}",o+1)>0?r+=1:"/"===p&&e.indexOf("/",o+1)>0?c=!0:l=!0)),","===p&&(t.push(e.slice(i+1,o).trim()),i=o,l=!1))),a="\\"===p}if(t.push(e.slice(i+1).trim()),0===t.length)return;const p=t.slice(1).map((e=>e.startsWith("'")&&e.endsWith("'")||e.startsWith('"')&&e.endsWith('"')?e.substring(1,e.length-1):e)).map((e=>e.replace(It,",").replace(Ft,"\\").replace(Tt,",")));return this.scriptletDetails={name:t[0],args:p},this.scriptletDetails}getScript(e){const t=this.parseScript();if(void 0===t)return;const{name:o,args:i}=t;let n=e(o);if(void 0!==n){for(let e=0;e>>0}(this.mask,this.selector,this.domains,this.style)),this.id}hasCustomStyle(){return void 0!==this.style}getStyle(e=Et){return this.style||e}getStyleAttributeHash(){return`s${st(this.getStyle())}`}getSelector(){return this.selector}getSelectorAST(){return Ie(this.getSelector())}getExtendedSelector(){return xt(this.selector)}isExtended(){return tt(this.mask,Rt.extended)}isRemove(){return tt(this.mask,Rt.remove)}isPureHasSelector(){return tt(this.mask,Rt.isPureHasSelector)}isUnhide(){return tt(this.mask,Rt.unhide)}isScriptInject(){return tt(this.mask,Rt.scriptInject)}isCSS(){return!1===this.isScriptInject()}isIdSelector(){return tt(this.mask,Rt.isIdSelector)}isClassSelector(){return tt(this.mask,Rt.isClassSelector)}isHrefSelector(){return tt(this.mask,Rt.isHrefSelector)}isUnicode(){return tt(this.mask,Rt.isUnicode)}isHtmlFiltering(){return this.getSelector().startsWith("^")}isGenericHide(){var e,t;return void 0===(null===(e=null==this?void 0:this.domains)||void 0===e?void 0:e.hostnames)&&void 0===(null===(t=null==this?void 0:this.domains)||void 0===t?void 0:t.entities)}};function Nt(){return new class{constructor(){this.options=new Set,this.prefix=void 0,this.infix=void 0,this.suffix=void 0,this.redirect=void 0}blockRequestsWithType(e){if(this.options.has(e))throw new Error(`Already blocking type ${e}`);return this.options.add(e),this}images(){return this.blockRequestsWithType("image")}scripts(){return this.blockRequestsWithType("script")}frames(){return this.blockRequestsWithType("frame")}fonts(){return this.blockRequestsWithType("font")}medias(){return this.blockRequestsWithType("media")}styles(){return this.blockRequestsWithType("css")}redirectTo(e){if(void 0!==this.redirect)throw new Error(`Already redirecting: ${this.redirect}`);return this.redirect=`redirect=${e}`,this}urlContains(e){if(void 0!==this.infix)throw new Error(`Already matching pattern: ${this.infix}`);return this.infix=e,this}urlStartsWith(e){if(void 0!==this.prefix)throw new Error(`Already matching prefix: ${this.prefix}`);return this.prefix=`|${e}`,this}urlEndsWith(e){if(void 0!==this.suffix)throw new Error(`Already matching suffix: ${this.suffix}`);return this.suffix=`${e}|`,this}withHostname(e){if(void 0!==this.prefix)throw new Error(`Cannot match hostname if filter already has prefix: ${this.prefix}`);return this.prefix=`||${e}^`,this}toString(){const e=[];void 0!==this.prefix&&e.push(this.prefix),void 0!==this.infix&&e.push(this.infix),void 0!==this.suffix&&e.push(this.suffix);const t=["important"];if(0!==this.options.size)for(const e of this.options)t.push(e);return void 0!==this.redirect&&t.push(this.redirect),`${0===e.length?"*":e.join("*")}$${t.join(",")}`}}}var Vt,jt,Mt=st("http"),Dt=st("https");(jt=Vt||(Vt={}))[jt.fromDocument=1]="fromDocument",jt[jt.fromFont=2]="fromFont",jt[jt.fromHttp=4]="fromHttp",jt[jt.fromHttps=8]="fromHttps",jt[jt.fromImage=16]="fromImage",jt[jt.fromMedia=32]="fromMedia",jt[jt.fromObject=64]="fromObject",jt[jt.fromOther=128]="fromOther",jt[jt.fromPing=256]="fromPing",jt[jt.fromScript=512]="fromScript",jt[jt.fromStylesheet=1024]="fromStylesheet",jt[jt.fromSubdocument=2048]="fromSubdocument",jt[jt.fromWebsocket=4096]="fromWebsocket",jt[jt.fromXmlHttpRequest=8192]="fromXmlHttpRequest",jt[jt.firstParty=16384]="firstParty",jt[jt.thirdParty=32768]="thirdParty",jt[jt.isReplace=65536]="isReplace",jt[jt.isBadFilter=131072]="isBadFilter",jt[jt.isCSP=262144]="isCSP",jt[jt.isGenericHide=524288]="isGenericHide",jt[jt.isImportant=1048576]="isImportant",jt[jt.isSpecificHide=2097152]="isSpecificHide",jt[jt.isFullRegex=4194304]="isFullRegex",jt[jt.isRegex=8388608]="isRegex",jt[jt.isUnicode=16777216]="isUnicode",jt[jt.isLeftAnchor=33554432]="isLeftAnchor",jt[jt.isRightAnchor=67108864]="isRightAnchor",jt[jt.isException=134217728]="isException",jt[jt.isHostnameAnchor=268435456]="isHostnameAnchor",jt[jt.isRedirectRule=536870912]="isRedirectRule",jt[jt.isRedirect=1073741824]="isRedirect";var Ht=Vt.fromDocument|Vt.fromFont|Vt.fromImage|Vt.fromMedia|Vt.fromObject|Vt.fromOther|Vt.fromPing|Vt.fromScript|Vt.fromStylesheet|Vt.fromSubdocument|Vt.fromWebsocket|Vt.fromXmlHttpRequest,Wt={beacon:Vt.fromPing,document:Vt.fromDocument,cspviolationreport:Vt.fromOther,fetch:Vt.fromXmlHttpRequest,font:Vt.fromFont,image:Vt.fromImage,imageset:Vt.fromImage,mainFrame:Vt.fromDocument,main_frame:Vt.fromDocument,media:Vt.fromMedia,object:Vt.fromObject,object_subrequest:Vt.fromObject,ping:Vt.fromPing,script:Vt.fromScript,stylesheet:Vt.fromStylesheet,subFrame:Vt.fromSubdocument,sub_frame:Vt.fromSubdocument,webSocket:Vt.fromWebsocket,websocket:Vt.fromWebsocket,xhr:Vt.fromXmlHttpRequest,xmlhttprequest:Vt.fromXmlHttpRequest,cspReport:Vt.fromOther,csp_report:Vt.fromOther,eventsource:Vt.fromOther,manifest:Vt.fromOther,other:Vt.fromOther,prefetch:Vt.fromOther,preflight:Vt.fromOther,signedexchange:Vt.fromOther,speculative:Vt.fromOther,texttrack:Vt.fromOther,web_manifest:Vt.fromOther,xml_dtd:Vt.fromOther,xslt:Vt.fromOther};function qt(e){const t=[];return e.fromDocument()&&t.push("document"),e.fromImage()&&t.push("image"),e.fromMedia()&&t.push("media"),e.fromObject()&&t.push("object"),e.fromOther()&&t.push("other"),e.fromPing()&&t.push("ping"),e.fromScript()&&t.push("script"),e.fromStylesheet()&&t.push("stylesheet"),e.fromSubdocument()&&t.push("sub_frame"),e.fromWebsocket()&&t.push("websocket"),e.fromXmlHttpRequest()&&t.push("xhr"),e.fromFont()&&t.push("font"),t}function Gt(e,t,o,i,n,s){let c=185407^e;if(void 0!==i&&(c=i.updateId(c)),void 0!==n&&(c=n.updateId(c)),void 0!==t)for(let e=0;e>>0}function $t(e,t,o,i){return!0===i?new RegExp(e.slice(1,e.length-1),"i"):(e=(e=(e=e.replace(/([|.$+?{}()[\]\\])/g,"\\$1")).replace(/\*/g,".*")).replace(/\^/g,"(?:[^\\w\\d_.%-]|$)"),o&&(e=`${e}$`),t&&(e=`^${e}`),new RegExp(e))}function Kt(e,t,o){const i=t;for(;t=48&&e<=57||e<=65&&e<=70||e>=97&&e<=102}function Zt(e,t,o){const i=e.charCodeAt(t+1);return 44===i||47===i?[t+1,!1]:function(e,t,o){const i=e.charCodeAt(t+1);if(44===i||Yt.has(i))return[t+1,!0];if(99===i){const o=e.charCodeAt(t+2);if(o>=65&&o<=90||o>=97&&o<=122)return[t+2,!0]}if(120===i&&Xt(e.charCodeAt(t+2))&&Xt(e.charCodeAt(t+3)))return[t+3,!0];if(117===i)if(123===e.charCodeAt(t+2)){const o=e.indexOf("}",t+3),i=o-t+3;if(i>=1&&i<=6)return[o,!0]}else if(Xt(e.charCodeAt(t+2))&&Xt(e.charCodeAt(t+3))&&Xt(e.charCodeAt(t+4))&&Xt(e.charCodeAt(t+5)))return[t+5,!0];return[t+1,!1]}(e,t)}function Jt(e,t,o){if(47!==e.charCodeAt(t++))return[o,void 0];const i=["","",""];let n=t,s=0;for(;t0&&92===e.charCodeAt(o-1);)o=e.lastIndexOf(t,o-1);return o}(t,"$");if(-1!==u&&47!==t.charCodeAt(u+1)){d=u;for(const e of function(e,t,o){const i=[];let n,s;for(;t0&&(c=p);break;case"ehide":case"elemhide":if(t)return null;r=ot(r,Vt.isGenericHide),r=ot(r,Vt.isSpecificHide);break;case"shide":case"specifichide":if(t)return null;r=ot(r,Vt.isSpecificHide);break;case"ghide":case"generichide":if(t)return null;r=ot(r,Vt.isGenericHide);break;case"inline-script":if(t)return null;r=ot(r,Vt.isCSP),c="script-src 'self' 'unsafe-eval' http: https: data: blob: mediastream: filesystem:";break;case"inline-font":if(t)return null;r=ot(r,Vt.isCSP),c="font-src 'self' 'unsafe-eval' http: https: data: blob: mediastream: filesystem:";break;case"replace":case"content":if(t||(0===p.length?!1===tt(r,Vt.isException):null===eo(p)))return null;r=ot(r,Vt.isReplace),c=p;break;default:{let e=0;switch(i){case"all":if(t)return null;break;case"image":e=Vt.fromImage;break;case"media":e=Vt.fromMedia;break;case"object":case"object-subrequest":e=Vt.fromObject;break;case"other":e=Vt.fromOther;break;case"ping":case"beacon":e=Vt.fromPing;break;case"script":e=Vt.fromScript;break;case"css":case"stylesheet":e=Vt.fromStylesheet;break;case"frame":case"subdocument":e=Vt.fromSubdocument;break;case"xhr":case"xmlhttprequest":e=Vt.fromXmlHttpRequest;break;case"websocket":e=Vt.fromWebsocket;break;case"font":e=Vt.fromFont;break;case"doc":case"document":e=Vt.fromDocument;break;default:return null}t?l=it(l,e):a=ot(a,e);break}}}}let h;if(r|=0===a?l:l===Ht?a:a&l,d-p>=2&&47===t.charCodeAt(p)&&47===t.charCodeAt(d-1)){h=t.slice(p,d);try{$t(h,!1,!1,!0)}catch(e){return null}r=ot(r,Vt.isFullRegex)}else{if(d>0&&124===t.charCodeAt(d-1)&&(r=ot(r,Vt.isRightAnchor),d-=1),p0&&42===t.charCodeAt(d-1)&&(d-=1),!1===tt(r,Vt.isHostnameAnchor)&&d-p>0&&42===t.charCodeAt(p)&&(r=it(r,Vt.isLeftAnchor),p+=1),tt(r,Vt.isLeftAnchor)&&(d-p==5&&at(t,"ws://",p)?(r=ot(r,Vt.fromWebsocket),r=it(r,Vt.isLeftAnchor),r=it(r,Vt.fromHttp),r=it(r,Vt.fromHttps),p=d):d-p==7&&at(t,"http://",p)?(r=ot(r,Vt.fromHttp),r=it(r,Vt.fromHttps),r=it(r,Vt.isLeftAnchor),p=d):d-p==8&&at(t,"https://",p)?(r=ot(r,Vt.fromHttps),r=it(r,Vt.fromHttp),r=it(r,Vt.isLeftAnchor),p=d):d-p==8&&at(t,"http*://",p)&&(r=ot(r,Vt.fromHttps),r=ot(r,Vt.fromHttp),r=it(r,Vt.isLeftAnchor),p=d)),d-p>0&&(h=t.slice(p,d).toLowerCase(),r=io(r,Vt.isUnicode,gt(h)),!1===tt(r,Vt.isRegex)&&(r=io(r,Vt.isRegex,function(e,t,o){const i=e.indexOf("^",t);if(-1!==i&&it.length)return!1;if(e.length===t.length)return e===t;const i=t.indexOf(e);if(-1===i)return!1;if(0===i)return!0===o||46===t.charCodeAt(e.length)||46===e.charCodeAt(e.length-1);if(t.length===i+e.length)return 46===t.charCodeAt(i-1)||46===e.charCodeAt(0);return!(!0!==o&&46!==t.charCodeAt(e.length)&&46!==e.charCodeAt(e.length-1)||46!==t.charCodeAt(i-1)&&46!==e.charCodeAt(0))}(i,t.hostname,void 0!==e.filter&&42===e.filter.charCodeAt(0)))return!1;if(e.isRegex())return e.getRegex().test(t.url.slice(t.url.indexOf(i)+i.length));if(e.isRightAnchor()&&e.isLeftAnchor()){return o===t.url.slice(t.url.indexOf(i)+i.length)}if(e.isRightAnchor()){const n=t.hostname;return!1===e.hasFilter()?i.length===n.length||n.endsWith(i):t.url.endsWith(o)}return e.isLeftAnchor()?at(t.url,o,t.url.indexOf(i)+i.length):!1===e.hasFilter()||-1!==t.url.indexOf(o,t.url.indexOf(i)+i.length)}if(e.isRegex())return e.getRegex().test(t.url);if(e.isLeftAnchor()&&e.isRightAnchor())return t.url===o;if(e.isLeftAnchor())return rt(t.url,o);if(e.isRightAnchor())return t.url.endsWith(o);if(!1===e.hasFilter())return!0;return-1!==t.url.indexOf(o)}(this,e)}serialize(e){e.pushUint32(this.mask);const t=e.getPos();e.pushUint8(0);let o=0;void 0!==this.filter&&(o|=1,this.isUnicode()?e.pushUTF8(this.filter):e.pushNetworkFilter(this.filter)),void 0!==this.hostname&&(o|=2,e.pushNetworkHostname(this.hostname)),void 0!==this.domains&&(o|=4,this.domains.serialize(e)),void 0!==this.rawLine&&(o|=8,e.pushRawNetwork(this.rawLine)),void 0!==this.denyallow&&(o|=16,this.denyallow.serialize(e)),void 0!==this.optionValue&&(o|=32,this.isCSP()?e.pushNetworkCSP(this.optionValue):this.isRedirect()?e.pushNetworkRedirect(this.optionValue):e.pushUTF8(this.optionValue)),e.setByte(t,o)}getSerializedSize(e){let t=5;return void 0!==this.filter&&(!0===this.isUnicode()?t+=X(this.filter):t+=function(e,t){return!0===t?Q(G().networkFilter.getCompressedSize(e),!1):Y(e)}(this.filter,e)),void 0!==this.hostname&&(t+=function(e,t){return!0===t?Q(G().networkHostname.getCompressedSize(e),!1):Y(e)}(this.hostname,e)),void 0!==this.domains&&(t+=this.domains.getSerializedSize()),void 0!==this.rawLine&&(t+=function(e,t){return!0===t?Q(G().networkRaw.getCompressedSize(M(e)),!1):X(e)}(this.rawLine,e)),void 0!==this.denyallow&&(t+=this.denyallow.getSerializedSize()),void 0!==this.optionValue&&(this.isCSP()?t+=function(e,t){return!0===t?Q(G().networkCSP.getCompressedSize(e),!1):Y(e)}(this.optionValue,e):this.isRedirect()?t+=function(e,t){return!0===t?Q(G().networkRedirect.getCompressedSize(e),!1):Y(e)}(this.optionValue,e):t+=X(this.optionValue)),t}toString(e){if(void 0!==this.rawLine)return this.rawLine;let t="";this.isException()&&(t+="@@"),this.isHostnameAnchor()?t+="||":this.fromHttp()!==this.fromHttps()?this.fromHttp()?t+="|http://":t+="|https://":this.isLeftAnchor()&&(t+="|"),this.hasHostname()&&(t+=this.getHostname(),t+="^"),this.isFullRegex()?t+=`/${this.getRegex().source}/`:this.isRegex()?t+=this.getRegex().source:t+=this.getFilter(),this.isRightAnchor()&&"^"!==t[t.length-1]&&(t+="|");const o=[];if(!1===this.fromAny()){const e=et(this.getCptMask());if(et(Ht)-e")),void 0!==this.denyallow&&(void 0!==this.denyallow.parts?o.push(`denyallow=${this.denyallow.parts}`):o.push("denyallow=")),this.isBadFilter()&&o.push("badfilter"),o.length>0&&(t+="function"==typeof e?`$${o.map(e).join(",")}`:`$${o.join(",")}`),t}getIdWithoutBadFilter(){return Gt(this.mask&~Vt.isBadFilter,this.filter,this.hostname,this.domains,this.denyallow,this.optionValue)}getId(){return void 0===this.id&&(this.id=Gt(this.mask,this.filter,this.hostname,this.domains,this.denyallow,this.optionValue)),this.id}hasFilter(){return void 0!==this.filter}hasDomains(){return void 0!==this.domains}getMask(){return this.mask}getCptMask(){return this.getMask()&Ht}isRedirect(){return tt(this.getMask(),Vt.isRedirect)}isRedirectRule(){return tt(this.mask,Vt.isRedirectRule)}getRedirect(){var e;return null!==(e=this.optionValue)&&void 0!==e?e:""}isReplace(){return tt(this.getMask(),Vt.isReplace)}getHtmlModifier(){var e;return 0===(null===(e=this.optionValue)||void 0===e?void 0:e.length)?null:eo(this.optionValue)}isHtmlFilteringRule(){return this.isReplace()}getRedirectResource(){const e=this.getRedirect(),t=e.lastIndexOf(":");return-1===t?e:e.slice(0,t)}getRedirectPriority(){const e=this.getRedirect(),t=e.lastIndexOf(":");return-1===t?0:Number(e.slice(t+1))}hasHostname(){return void 0!==this.hostname}getHostname(){return this.hostname||""}getFilter(){return this.filter||""}getRegex(){return void 0===this.regex&&(this.regex=void 0!==this.filter&&this.isRegex()?$t(this.filter,this.isLeftAnchor(),this.isRightAnchor(),this.isFullRegex()):to),this.regex}getTokens(){if(Xe.reset(),void 0!==this.domains&&void 0!==this.domains.hostnames&&void 0===this.domains.entities&&void 0===this.domains.notHostnames&&void 0===this.domains.notEntities&&1===this.domains.hostnames.length&&Xe.push(this.domains.hostnames[0]),!1===this.isFullRegex()){if(void 0!==this.filter){const e=!this.isRightAnchor(),t=!this.isLeftAnchor();!function(e,t,o,i){const n=Math.min(e.length,2*i.remaining());let s=!1,c=0,r=0,a=Je;for(let o=0;o1&&42!==n&&42!==c&&(!1===t||0!==r)&&i.push(a>>>0)),c=n)}!1===o&&!0===s&&42!==c&&e.length-r>1&&!1===i.full()&&i.push(a>>>0)}(this.filter,t,e,Xe)}void 0!==this.hostname&&ut(this.hostname,!1,void 0!==this.filter&&42===this.filter.charCodeAt(0),Xe)}else void 0!==this.filter&&function(e,t){let o=e.length-1,i=1,n=0;for(;i=i;o-=1){const t=e.charCodeAt(o);if(124===t)return;if(41===t||42===t||43===t||63===t||93===t||125===t||46===t&&92!==e.charCodeAt(o-1)||92===t&&pt(n))break;n=t}if(o1&&ut(e.slice(1,i),94!==e.charCodeAt(1),!0,t),oObject.prototype.hasOwnProperty.call(ho,e),Ao=(e,t)=>"true"===e&&!t.has("true")||!("false"===e&&!t.has("false"))&&!!t.get(e),go=(e,t)=>{if(0===e.length)return!1;if((e=>uo.test(e))(e))return"!"===e[0]?!Ao(e.slice(1),t):Ao(e,t);const o=(e=>e.match(po))(e);if(!o||0===o.length)return!1;if(e.length!==o.reduce(((e,t)=>e+t.length),0))return!1;const i=[],n=[];for(const e of o)if("("===e)n.push(e);else if(")"===e){for(;0!==n.length&&"("!==n[n.length-1];)i.push(n.pop());if(0===n.length)return!1;n.pop()}else if(mo(e)){for(;n.length&&mo(n[n.length-1])&&ho[e]<=ho[n[n.length-1]];)i.push(n.pop());n.push(e)}else i.push(Ao(e,t));if("("===n[0]||")"===n[0])return!1;for(;0!==n.length;)i.push(n.pop());for(const e of i)if(!0===e||!1===e)n.push(e);else if("!"===e)n.push(!n.pop());else if(mo(e)){const t=n.pop(),o=n.pop();"&&"===e?n.push(o&&t):n.push(o||t)}return!0===n[0]},fo=class e{static getCondition(e){return e.slice(5).replace(/\s/g,"")}static parse(t,o){return new this({condition:e.getCondition(t),filterIDs:o})}static deserialize(e){const t=e.getUTF8(),o=new Set;for(let t=0,i=e.getUint32();t2)for(;e4&&32===t.charCodeAt(0)&&32===t.charCodeAt(1)&&32===t.charCodeAt(2)&&32===t.charCodeAt(3)&&32!==t.charCodeAt(4)))break;a+=t.slice(4),e+=1}0!==a.length&&a.charCodeAt(a.length-1)<=32&&(a=a.trim());const l=ko(a,{extendedNonSupportedTypes:!0});if(l===ao.NETWORK&&!0===t.loadNetworkFilters){const i=oo.parse(a,t.debug);null!==i?(o.push(i),r.length>0&&r[r.length-1].filterIDs.add(i.getId())):n.push({lineNumber:e,filter:a,filterType:l})}else if(l===ao.COSMETIC&&!0===t.loadCosmeticFilters){const o=Ut.parse(a,t.debug);null!==o?!0!==t.loadGenericCosmeticsFilters&&!1!==o.isGenericHide()||(i.push(o),r.length>0&&r[r.length-1].filterIDs.add(o.getId())):n.push({lineNumber:e,filter:a,filterType:ao.COSMETIC})}else if(t.loadPreprocessors){const t=ro(a);if(t===no.BEGIF)r.length>0?r.push(new fo({condition:`(${r[r.length-1].condition})&&(${fo.getCondition(a)})`})):r.push(fo.parse(a));else if((t===no.ENDIF||t===no.ELSE)&&r.length>0){const e=r.pop();c.push(e),t===no.ELSE&&r.push(new fo({condition:`!(${e.condition})`}))}else l===ao.NOT_SUPPORTED_ADGUARD&&n.push({lineNumber:e,filter:a,filterType:l})}else l===ao.NOT_SUPPORTED_ADGUARD&&n.push({lineNumber:e,filter:a,filterType:l})}return{networkFilters:o,cosmeticFilters:i,preprocessors:c.filter((e=>e.filterIDs.size>0)),notSupportedFilters:n}}(lo=ao||(ao={}))[lo.NOT_SUPPORTED=0]="NOT_SUPPORTED",lo[lo.NETWORK=1]="NETWORK",lo[lo.COSMETIC=2]="COSMETIC",lo[lo.NOT_SUPPORTED_EMPTY=100]="NOT_SUPPORTED_EMPTY",lo[lo.NOT_SUPPORTED_COMMENT=101]="NOT_SUPPORTED_COMMENT",lo[lo.NOT_SUPPORTED_ADGUARD=102]="NOT_SUPPORTED_ADGUARD";var yo="video/flv",wo={contentType:`${yo};base64`,aliases:[yo,".flv","flv"],body:"RkxWAQEAAAAJAAAAABIAALgAAAAAAAAAAgAKb25NZXRhRGF0YQgAAAAIAAhkdXJhdGlvbgAAAAAAAAAAAAAFd2lkdGgAP/AAAAAAAAAABmhlaWdodAA/8AAAAAAAAAANdmlkZW9kYXRhcmF0ZQBAaGoAAAAAAAAJZnJhbWVyYXRlAEBZAAAAAAAAAAx2aWRlb2NvZGVjaWQAQAAAAAAAAAAAB2VuY29kZXICAA1MYXZmNTcuNDEuMTAwAAhmaWxlc2l6ZQBAaoAAAAAAAAAACQAAAMM="},vo="image/gif",_o={contentType:`${vo};base64`,aliases:[vo,".gif","gif"],body:"R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"},Co="text/html",xo={contentType:Co,aliases:[Co,".html","html",".htm","htm","noopframe","noop.html"],body:""},So="image/vnd.microsoft.icon",Eo={contentType:`${So};base64`,aliases:[So,".ico","ico"],body:"AAABAAEAAQEAAAEAGAAwAAAAFgAAACgAAAABAAAAAgAAAAEAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP8AAAAAAA=="},Io="image/jpeg",Fo={contentType:`${Io};base64`,aliases:[Io,".jpg","jpg",".jpeg","jpeg"],body:"/9j/2wBDAAMCAgICAgMCAgIDAwMDBAYEBAQEBAgGBgUGCQgKCgkICQkKDA8MCgsOCwkJDRENDg8QEBEQCgwSExIQEw8QEBD/yQALCAABAAEBAREA/8wABgAQEAX/2gAIAQEAAD8A0s8g/9k="},To="application/javascript",Oo={contentType:To,aliases:[To,".js","js","javascript",".jsx","jsx","typescript",".ts","ts","noop.js","noopjs"],body:""},Po="application/json",Ro={contentType:Po,aliases:[Po,".json","json"],body:"0"},zo="audio/mpeg",Lo={contentType:`${zo};base64`,aliases:[zo,".mp3","mp3","noop-0.1s.mp3","noopmp3-0.1s"],body:"/+MYxAAAAANIAAAAAExBTUUzLjk4LjIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA"},Bo="video/mp4",Uo={contentType:`${Bo};base64`,aliases:[Bo,".mp4","mp4",".m4a","m4a",".m4p","m4p",".m4b","m4b",".m4r","m4r",".m4v","m4v","noop-1s.mp4","noopmp4-1s"],body:"AAAAHGZ0eXBpc29tAAACAGlzb21pc28ybXA0MQAAAAhmcmVlAAAC721kYXQhEAUgpBv/wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA3pwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcCEQBSCkG//AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADengAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAsJtb292AAAAbG12aGQAAAAAAAAAAAAAAAAAAAPoAAAALwABAAABAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAB7HRyYWsAAABcdGtoZAAAAAMAAAAAAAAAAAAAAAIAAAAAAAAALwAAAAAAAAAAAAAAAQEAAAAAAQAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAACRlZHRzAAAAHGVsc3QAAAAAAAAAAQAAAC8AAAAAAAEAAAAAAWRtZGlhAAAAIG1kaGQAAAAAAAAAAAAAAAAAAKxEAAAIAFXEAAAAAAAtaGRscgAAAAAAAAAAc291bgAAAAAAAAAAAAAAAFNvdW5kSGFuZGxlcgAAAAEPbWluZgAAABBzbWhkAAAAAAAAAAAAAAAkZGluZgAAABxkcmVmAAAAAAAAAAEAAAAMdXJsIAAAAAEAAADTc3RibAAAAGdzdHNkAAAAAAAAAAEAAABXbXA0YQAAAAAAAAABAAAAAAAAAAAAAgAQAAAAAKxEAAAAAAAzZXNkcwAAAAADgICAIgACAASAgIAUQBUAAAAAAfQAAAHz+QWAgIACEhAGgICAAQIAAAAYc3R0cwAAAAAAAAABAAAAAgAABAAAAAAcc3RzYwAAAAAAAAABAAAAAQAAAAIAAAABAAAAHHN0c3oAAAAAAAAAAAAAAAIAAAFzAAABdAAAABRzdGNvAAAAAAAAAAEAAAAsAAAAYnVkdGEAAABabWV0YQAAAAAAAAAhaGRscgAAAAAAAAAAbWRpcmFwcGwAAAAAAAAAAAAAAAAtaWxzdAAAACWpdG9vAAAAHWRhdGEAAAABAAAAAExhdmY1Ni40MC4xMDE="},No="application/pdf",Vo={contentType:`${No};base64`,aliases:[No,".pdf","pdf"],body:"JVBERi0xLgoxIDAgb2JqPDwvUGFnZXMgMiAwIFI+PmVuZG9iagoyIDAgb2JqPDwvS2lkc1szIDAgUl0vQ291bnQgMT4+ZW5kb2JqCjMgMCBvYmo8PC9QYXJlbnQgMiAwIFI+PmVuZG9iagp0cmFpbGVyIDw8L1Jvb3QgMSAwIFI+Pg=="},jo="image/png",Mo={contentType:`${jo};base64`,aliases:[jo,".png","png"],body:"iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAACklEQVR4nGMAAQAABQABDQottAAAAABJRU5ErkJggg=="},Do="image/svg+xml",Ho={contentType:Do,aliases:[Do,".svg","svg"],body:"https://raw.githubusercontent.com/mathiasbynens/small/master/svg.svg"},Wo="text/plain",qo={contentType:Wo,aliases:[Wo,".txt","txt","text","nooptext","noop.txt"],body:""},Go="audio/wav",$o={contentType:`${Go};base64`,aliases:[Go,".wav","wav"],body:"UklGRiQAAABXQVZFZm10IBAAAAABAAEARKwAAIhYAQACABAAZGF0YQAAAAA="},Ko="video/webm",Qo={contentType:`${Ko};base64`,aliases:[Ko,".webm","webm"],body:"GkXfo0AgQoaBAUL3gQFC8oEEQvOBCEKCQAR3ZWJtQoeBAkKFgQIYU4BnQI0VSalmQCgq17FAAw9CQE2AQAZ3aGFtbXlXQUAGd2hhbW15RIlACECPQAAAAAAAFlSua0AxrkAu14EBY8WBAZyBACK1nEADdW5khkAFVl9WUDglhohAA1ZQOIOBAeBABrCBCLqBCB9DtnVAIueBAKNAHIEAAIAwAQCdASoIAAgAAUAmJaQAA3AA/vz0AAA="},Yo="image/webp",Xo={contentType:`${Yo};base64`,aliases:[Yo,".webp","webp"],body:"UklGRhIAAABXRUJQVlA4TAYAAAAvQWxvAGs="},Zo="video/wmv",Jo={contentType:`${Zo};base64`,aliases:[Zo,".wmv","wmv"],body:"MCaydY5mzxGm2QCqAGLObOUBAAAAAAAABQAAAAECodyrjEepzxGO5ADADCBTZWgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABcCAAAAAAAAAIA+1d6xnQEAAAAAAAAAAMAF2QEAAAAAAAAAAAAAAAAcDAAAAAAAAAIAAACADAAAgAwAAEANAwC1A79fLqnPEY7jAMAMIFNlLgAAAAAAAAAR0tOruqnPEY7mAMAMIFNlBgAAAAAAQKTQ0gfj0hGX8ACgyV6oUGQAAAAAAAAAAQAoAFcATQAvAEUAbgBjAG8AZABpAG4AZwBTAGUAdAB0AGkAbgBnAHMAAAAAABwATABhAHYAZgA1ADcALgA0ADEALgAxADAAMAAAAJEH3Le3qc8RjuYAwAwgU2WBAAAAAAAAAMDvGbxNW88RqP0AgF9cRCsAV/sgVVvPEaj9AIBfXEQrAAAAAAAAAAAzAAAAAAAAAAEAAAAAAAEAAAABAAAAAigAKAAAAAEAAAABAAAAAQAYAE1QNDMDAAAAAAAAAAAAAAAAAAAAAAAAAEBS0YYdMdARo6QAoMkDSPZMAAAAAAAAAEFS0YYdMdARo6QAoMkDSPYBAAAAAQAKAG0AcwBtAHAAZQBnADQAdgAzAAAAAAAEAE1QNDM2JrJ1jmbPEabZAKoAYs5sMgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAQ=="},ei=(()=>{const e={};for(const t of[wo,_o,xo,Eo,Fo,Oo,Ro,Lo,Uo,Vo,Mo,Ho,qo,$o,Qo,Xo,Jo])for(const o of t.aliases)e[o]=t;return e})();function ti(e){return ei[e]||qo}function oi(e){if(null===e)return!1;if("object"!=typeof e)return!1;const{name:t,aliases:o,body:i,contentType:n}=e;return"string"==typeof t&&(!(!Array.isArray(o)||!o.every((e=>"string"==typeof e)))&&("string"==typeof i&&"string"==typeof n))}function ii(e){if(null===e)return!1;if("object"!=typeof e)return!1;const{name:t,aliases:o,body:i,dependencies:n,executionWorld:s,requiresTrust:c}=e;return"string"==typeof t&&(!(!Array.isArray(o)||!o.every((e=>"string"==typeof e)))&&("string"==typeof i&&(!(!Array.isArray(n)||!n.every((e=>"string"==typeof e)))&&((void 0===s||"MAIN"===s||"ISOLATED"===s)&&(void 0===c||"boolean"==typeof c)))))}var ni=class e{static deserialize(t){const o=t.getASCII(),i=[],n=[];for(let e=0,o=t.getUint16();e["if (typeof scriptletGlobals === 'undefined') { var scriptletGlobals = {}; }",...t,`(${e})(...['{{1}}','{{2}}','{{3}}','{{4}}','{{5}}','{{6}}','{{7}}','{{8}}','{{9}}','{{10}}'].filter((a,i) => a !== '{{'+(i+1)+'}}').map((a) => decodeURIComponent(a)))`].join(";"))(t.body,i),this.scriptletsCache.set(t.name,o),o}getSurrogate(e){const t=this.resourcesByName.get(e.endsWith(".js")?e:`${e}.js`);if(void 0!==t&&"application/javascript"===t.contentType)return t.body}getScriptletCanonicalName(e){var t;return null===(t=this.getRawScriptlet(e))||void 0===t?void 0:t.name}getRawScriptlet(e){if(!e.endsWith(".fn"))return this.scriptletsByName.get(e.endsWith(".js")?e:`${e}.js`)}getScriptletDependencies(e){const t=new Map,o=[...e.dependencies];for(;o.length>0;){const e=o.pop();if(t.has(e))continue;const i=this.scriptletsByName.get(e);t.set(e,i.body),o.push(...i.dependencies)}return Array.from(t.values())}getSerializedSize(){let e=Y(this.checksum);e+=2;for(const{name:t,aliases:o,body:i,contentType:n}of this.resources)e+=Y(t),e+=o.reduce(((e,t)=>e+Y(t)),2),e+=X(i),e+=Y(n);e+=2;for(const{name:t,aliases:o,body:i,dependencies:n}of this.scriptlets)e+=Y(t),e+=o.reduce(((e,t)=>e+Y(t)),2),e+=X(i),e+=1,e+=1,e+=1,e+=1,e+=n.reduce(((e,t)=>e+Y(t)),2);return e}serialize(e){e.pushASCII(this.checksum),e.pushUint16(this.resources.length);for(const{name:t,aliases:o,body:i,contentType:n}of this.resources){e.pushASCII(t),e.pushUint16(o.length);for(const t of o)e.pushASCII(t);e.pushUTF8(i),e.pushASCII(n)}e.pushUint16(this.scriptlets.length);for(const{name:t,aliases:o,body:i,dependencies:n,executionWorld:s,requiresTrust:c}of this.scriptlets){e.pushASCII(t),e.pushUint16(o.length);for(const t of o)e.pushASCII(t);e.pushUTF8(i),e.pushBool(void 0!==s),e.pushBool("ISOLATED"===s),e.pushBool(void 0!==c),e.pushBool(!0===c),e.pushUint16(n.length),n.forEach((t=>e.pushASCII(t)))}}};var si=new Uint32Array(0);function ci(e){return`(?:${e.replace(/[-/\\^$*+?.()|[\]{}]/g,"\\$&")})`}function ri(e,t,o){let i=e.get(t);void 0===i&&(i=[],e.set(t,i)),i.push(o)}function ai(e,t){const o=new Map;for(const i of e)ri(o,t(i),i);return Array.from(o.values())}function li(e,t){const o=[],i=[];for(const n of e)t(n)?o.push(n):i.push(n);return{negative:i,positive:o}}var pi=[{description:"Remove duplicated filters by ID",fusion:e=>e[0],groupByCriteria:e=>""+e.getId(),select:()=>!0},{description:"Group idential filter with same mask but different domains in single filters",fusion:e=>{const t=[],o=new Set,i=new Set,n=new Set,s=new Set;for(const{domains:c}of e)if(void 0!==c){if(void 0!==c.parts&&t.push(c.parts),void 0!==c.hostnames)for(const e of c.hostnames)o.add(e);if(void 0!==c.entities)for(const e of c.entities)n.add(e);if(void 0!==c.notHostnames)for(const e of c.notHostnames)i.add(e);if(void 0!==c.notEntities)for(const e of c.notEntities)s.add(e)}return new oo(Object.assign({},e[0],{domains:new Ct({hostnames:0!==o.size?new Uint32Array(o).sort():void 0,entities:0!==n.size?new Uint32Array(n).sort():void 0,notHostnames:0!==i.size?new Uint32Array(i).sort():void 0,notEntities:0!==s.size?new Uint32Array(s).sort():void 0,parts:0!==t.length?t.join(","):void 0}),rawLine:void 0!==e[0].rawLine?e.map((({rawLine:e})=>e)).join(" <+> "):void 0}))},groupByCriteria:e=>{var t;return e.getHostname()+e.getFilter()+e.getMask()+(null!==(t=e.optionValue)&&void 0!==t?t:"")},select:e=>!e.isCSP()&&void 0===e.denyallow&&void 0!==e.domains},{description:"Group simple patterns, into a single filter",fusion:e=>{const t=[];for(const o of e)o.isRegex()?t.push(`(?:${o.getRegex().source})`):o.isRightAnchor()?t.push(`${ci(o.getFilter())}$`):o.isLeftAnchor()?t.push(`^${ci(o.getFilter())}`):t.push(ci(o.getFilter()));return new oo(Object.assign({},e[0],{mask:ot(e[0].mask,Vt.isRegex),rawLine:void 0!==e[0].rawLine?e.map((({rawLine:e})=>e)).join(" <+> "):void 0,regex:new RegExp(t.join("|"))}))},groupByCriteria:e=>""+(e.getMask()&~Vt.isRegex&~Vt.isFullRegex),select:e=>void 0===e.domains&&void 0===e.denyallow&&!e.isHostnameAnchor()&&!e.isRedirect()&&!e.isCSP()}];function di(e){return e}function ui(e){return e}function hi(e){const t=[];let o=e;for(const{select:e,fusion:i,groupByCriteria:n}of pi){const{positive:s,negative:c}=li(o,e);o=c;const r=ai(s,n);for(const e of r)e.length>1?t.push(i(e)):o.push(e[0])}for(const e of o)t.push(e);return t}function mi(e){return e--,e|=e>>1,e|=e>>2,e|=e>>4,e|=e>>8,e|=e>>16,++e}var Ai=1;var gi=Number.MAX_SAFE_INTEGER>>>0,fi=class e{static deserialize(t,o,i,n){const s=t.getUint32(),c=t.getUint32(),r=t.getUint32(),a=ee.fromUint8Array(t.getBytes(!0),n),l=a.getUint32ArrayView(s),p=a.getUint32ArrayView(c),d=a.pos;return a.seekZero(),new e({config:n,deserialize:o,filters:[],optimize:i}).updateInternals({bucketsIndex:p,filtersIndexStart:d,numberOfFilters:r,tokensLookupIndex:l,view:a})}constructor({deserialize:e,filters:t,optimize:o,config:i}){this.bucketsIndex=W,this.filtersIndexStart=0,this.numberOfFilters=0,this.tokensLookupIndex=W,this.cache=new Map,this.view=ee.empty(i),this.deserializeFilter=e,this.optimize=o,this.config=i,0!==t.length&&this.update(t,void 0)}getFilters(){const e=[];if(0===this.numberOfFilters)return e;this.view.setPos(this.filtersIndexStart);for(let t=0;t!t.has(e.getId())||(r-=e.getSerializedSize(o),!1))));for(const t of e)r+=t.getSerializedSize(o),a.push(t)}else{a=e;for(const t of e)r+=t.getSerializedSize(o)}if(0===a.length)return void this.updateInternals({bucketsIndex:W,filtersIndexStart:0,numberOfFilters:0,tokensLookupIndex:W,view:ee.empty(this.config)});!0===this.config.debug&&a.sort(((e,t)=>e.getId()-t.getId()));const l=new Uint32Array(Math.max(mi(2*a.length),256));for(const e of a){const t=e.getTokens();s.push(t),c+=2*t.length,n+=t.length;for(const e of t){i+=e.length;for(const t of e)l[t%l.length]+=1}}r+=4*c;const p=Math.max(2,mi(n)),d=p-1,u=[];for(let e=0;e1?this.optimize(c):c,lastRequestSeen:-1},!0===this.config.enableInMemoryCache&&this.cache.set(e,i)}if(i.lastRequestSeen!==t){i.lastRequestSeen=t;const e=i.filters;for(let t=0;t0){const o=e[t];e[t]=e[t-1],e[t-1]=o}return!1}}return!0}},ki=new Uint8Array(4),bi=class e{static deserialize(t,o,i){const n=new e({deserialize:o,config:i,filters:[]});return n.filters=t.getBytes(),n}constructor({config:e,deserialize:t,filters:o}){this.deserialize=t,this.filters=ki,this.config=e,0!==o.length&&this.update(o,void 0)}update(e,t){let o=this.filters.byteLength,i=[];const n=this.config.enableCompression,s=this.getFilters();if(0!==s.length)if(void 0===t||0===t.size)i=s;else for(const e of s)!1===t.has(e.getId())?i.push(e):o-=e.getSerializedSize(n);const c=i.length!==s.length,r=i.length;for(const t of e)o+=t.getSerializedSize(n),i.push(t);const a=i.length>r;if(0===i.length)this.filters=ki;else if(!0===a||!0===c){const e=ee.allocate(o,this.config);e.pushUint32(i.length),!0===this.config.debug&&i.sort(((e,t)=>e.getId()-t.getId()));for(const t of i)t.serialize(e);this.filters=e.buffer}}getSerializedSize(){return K(this.filters,!1)}serialize(e){e.pushBytes(this.filters)}getFilters(){if(this.filters.byteLength<=4)return[];const e=[],t=ee.fromUint8Array(this.filters,this.config),o=t.getUint32();for(let i=0;i(!0!==c&&!0!==o.isScriptInject()||!o.match(t,e)||(null==l?void 0:l(o))||d.push(o),!0))),!0===s&&!0===a){const o=this.getGenericRules();for(const i of o)!0!==i.match(t,e)||(null==l?void 0:l(i))||d.push(i)}!0===s&&!0===r&&0!==o.length&&this.classesIndex.iterMatchingFilters(ct(o),(o=>(o.match(t,e)&&!(null==l?void 0:l(o))&&d.push(o),!0))),!0===s&&!0===r&&0!==n.length&&this.idsIndex.iterMatchingFilters(ct(n),(o=>(o.match(t,e)&&!(null==l?void 0:l(o))&&d.push(o),!0))),!0===s&&!0===r&&0!==i.length&&this.hrefsIndex.iterMatchingFilters(function(e){const t=e.sort();let o=1;for(let e=1;e{return t=e,Xe.reset(),ht(t,Xe),Xe.slice();var t})))),(o=>(o.match(t,e)&&!(null==l?void 0:l(o))&&d.push(o),!0)));const u=[];return 0!==d.length&&this.unhideIndex.iterMatchingFilters(p,(o=>(o.match(t,e)&&!(null==l?void 0:l(o))&&u.push(o),!0))),{filters:d,unhides:u}}getStylesheetsFromFilters({filters:e,extendedFilters:t},{getBaseRules:o,allowGenericHides:i,hidingStyle:n=Et}){let s=!1===o||!1===i?"":this.getBaseStylesheet();n!==Et&&(s=s.replace(Et,n)),0!==e.length&&(0!==s.length&&(s+="\n\n"),s+=vi(e,n));const c=[];if(0!==t.length){const e=new Map;for(const o of t){const t=o.getSelectorAST();if(void 0!==t){const i=o.isRemove()?void 0:o.getStyleAttributeHash();void 0!==i&&e.set(o.getStyle(n),i),c.push({ast:t,remove:o.isRemove(),attribute:i})}}0!==e.size&&(0!==s.length&&(s+="\n\n"),s+=[...e.entries()].map((([e,t])=>`[${t}] { ${e} }`)).join("\n\n"))}return{stylesheet:s,extended:c}}getGenericRules(){return null===this.extraGenericRules?this.lazyPopulateGenericRulesCache().genericRules:this.extraGenericRules}getBaseStylesheet(){return null===this.baseStylesheet?this.lazyPopulateGenericRulesCache().baseStylesheet:this.baseStylesheet}lazyPopulateGenericRulesCache(){if(null===this.baseStylesheet||null===this.extraGenericRules){const e=this.unhideIndex.getFilters(),t=new Set;for(const o of e)t.add(o.getSelector());const o=this.genericRules.getFilters(),i=[],n=[];for(const e of o)e.hasCustomStyle()||e.isScriptInject()||e.hasHostnameConstraint()||t.has(e.getSelector())?n.push(e):i.push(e);this.baseStylesheet=vi(i),this.extraGenericRules=n}return{baseStylesheet:this.baseStylesheet,genericRules:this.extraGenericRules}}},xi=class e{static deserialize(t,o){const i=new e({config:o});return i.index=fi.deserialize(t,oo.deserialize,o.enableOptimizations?hi:di,o),i.badFilters=bi.deserialize(t,oo.deserialize,o),i}constructor({filters:e=[],config:t}){this.index=new fi({config:t,deserialize:oo.deserialize,filters:[],optimize:t.enableOptimizations?hi:di}),this.badFiltersIds=null,this.badFilters=new bi({config:t,deserialize:oo.deserialize,filters:[]}),0!==e.length&&this.update(e,void 0)}getFilters(){return[].concat(this.badFilters.getFilters(),this.index.getFilters())}update(e,t){const o=[],i=[];for(const t of e)t.isBadFilter()?o.push(t):i.push(t);this.badFilters.update(o,t),this.index.update(i,t),this.badFiltersIds=null}getSerializedSize(){return this.badFilters.getSerializedSize()+this.index.getSerializedSize()}serialize(e){this.index.serialize(e),this.badFilters.serialize(e)}matchAll(e,t){const o=[];return this.index.iterMatchingFilters(e.getTokens(),(i=>(i.match(e)&&!1===this.isFilterDisabled(i)&&!(null==t?void 0:t(i))&&o.push(i),!0))),o}match(e,t){let o;return this.index.iterMatchingFilters(e.getTokens(),(i=>!(i.match(e)&&!1===this.isFilterDisabled(i)&&!(null==t?void 0:t(i)))||(o=i,!1))),o}isFilterDisabled(e){if(null===this.badFiltersIds){const e=this.badFilters.getFilters();if(0===e.length)return!1;const t=new Set;for(const o of e)t.add(o.getIdWithoutBadFilter());this.badFiltersIds=t}return this.badFiltersIds.has(e.getId())}},Si=class e{static deserialize(t,o){const i=new e({config:o});return i.networkIndex=fi.deserialize(t,oo.deserialize,o.enableOptimizations?hi:di,o),i.exceptionsIndex=fi.deserialize(t,oo.deserialize,o.enableOptimizations?hi:di,o),i.cosmeticIndex=fi.deserialize(t,Ut.deserialize,ui,o),i.unhideIndex=fi.deserialize(t,Ut.deserialize,ui,o),i}constructor({filters:e=[],config:t}){this.config=t,this.networkIndex=new fi({config:t,deserialize:oo.deserialize,filters:[],optimize:t.enableOptimizations?hi:di}),this.exceptionsIndex=new fi({config:t,deserialize:oo.deserialize,filters:[],optimize:t.enableOptimizations?hi:di}),this.cosmeticIndex=new fi({config:t,deserialize:Ut.deserialize,filters:[],optimize:ui}),this.unhideIndex=new fi({config:t,deserialize:Ut.deserialize,filters:[],optimize:ui}),0!==e.length&&this.update(e,void 0)}update(e,t){const o=[],i=[],n=[],s=[];for(const t of e)t.isNetworkFilter()?t.isException()?i.push(t):o.push(t):t.isCosmeticFilter()&&(t.isUnhide()?s.push(t):n.push(t));this.networkIndex.update(o,t),this.exceptionsIndex.update(i,t),this.cosmeticIndex.update(n,t),this.unhideIndex.update(s,t)}serialize(e){this.networkIndex.serialize(e),this.exceptionsIndex.serialize(e),this.cosmeticIndex.serialize(e),this.unhideIndex.serialize(e)}getSerializedSize(){return this.networkIndex.getSerializedSize()+this.exceptionsIndex.getSerializedSize()+this.cosmeticIndex.getSerializedSize()+this.unhideIndex.getSerializedSize()}getHTMLFilters(e,t){const o=[],i=[],n=[],s=[];if(!0===this.config.loadNetworkFilters&&this.networkIndex.iterMatchingFilters(e.getTokens(),(i=>(i.match(e)&&!(null==t?void 0:t(i))&&o.push(i),!0))),0!==o.length&&this.exceptionsIndex.iterMatchingFilters(e.getTokens(),(o=>(o.match(e)&&!(null==t?void 0:t(o))&&n.push(o),!0))),!0===this.config.loadCosmeticFilters&&e.isMainFrame()){const{hostname:o,domain:n=""}=e,c=_i(o,n);this.cosmeticIndex.iterMatchingFilters(c,(e=>(e.match(o,n)&&!(null==t?void 0:t(e))&&i.push(e),!0))),0!==i.length&&this.unhideIndex.iterMatchingFilters(c,(e=>(e.match(o,n)&&!(null==t?void 0:t(e))&&s.push(e),!0)))}return{networkFilters:o,cosmeticFilters:i,unhides:s,exceptions:n}}getFilters(){return[].concat(this.networkIndex.getFilters(),this.exceptionsIndex.getFilters(),this.cosmeticIndex.getFilters(),this.unhideIndex.getFilters())}},Ei=Number.MAX_SAFE_INTEGER>>>0,Ii=class e{static deserialize(t,o){const i=t.getUint32(),n=t.getUint32(),s=t.getUint32(),c=ee.fromUint8Array(t.getBytes(!0),{enableCompression:!1}),r=c.getUint32ArrayView(i),a=c.getUint32ArrayView(n),l=c.pos;return c.seekZero(),new e({deserialize:o,values:[],getKeys:()=>[],getSerializedSize:()=>0,serialize:()=>{}}).updateInternals({bucketsIndex:a,valuesIndexStart:l,numberOfValues:s,tokensLookupIndex:r,view:c})}constructor({serialize:e,deserialize:t,getKeys:o,getSerializedSize:i,values:n}){if(this.cache=new Map,this.bucketsIndex=W,this.tokensLookupIndex=W,this.valuesIndexStart=0,this.numberOfValues=0,this.view=ee.empty({enableCompression:!1}),this.deserializeValue=t,0!==n.length){const t=[];let s=0,c=0;for(const e of n)c+=i(e);if(0===n.length)return void this.updateInternals({bucketsIndex:W,valuesIndexStart:0,numberOfValues:0,tokensLookupIndex:W,view:ee.empty({enableCompression:!1})});for(const e of n){const i=o(e);t.push(i),s+=2*i.length}c+=4*s;const r=Math.max(2,mi(n.length)),a=r-1,l=[];for(let e=0;e[Ti(e)],serialize:Pi,deserialize:Ri,values:e})}function Li(e){if(null===e)return!1;if("object"!=typeof e)return!1;const{key:t,name:o,description:i,country:n,website_url:s,privacy_policy_url:c,privacy_contact:r,ghostery_id:a}=e;return"string"==typeof t&&("string"==typeof o&&((null===i||"string"==typeof i)&&((null===n||"string"==typeof n)&&((null===s||"string"==typeof s)&&((null===c||"string"==typeof c)&&((null===r||"string"==typeof r)&&(null===a||"string"==typeof a)))))))}function Bi(e){return st(e.key)}function Ui(e){return X(e.key)+X(e.name)+X(e.description||"")+X(e.website_url||"")+X(e.country||"")+X(e.privacy_policy_url||"")+X(e.privacy_contact||"")+X(e.ghostery_id||"")}function Ni(e,t){t.pushUTF8(e.key),t.pushUTF8(e.name),t.pushUTF8(e.description||""),t.pushUTF8(e.website_url||""),t.pushUTF8(e.country||""),t.pushUTF8(e.privacy_policy_url||""),t.pushUTF8(e.privacy_contact||""),t.pushUTF8(e.ghostery_id||"")}function Vi(e){return{key:e.getUTF8(),name:e.getUTF8(),description:e.getUTF8()||null,website_url:e.getUTF8()||null,country:e.getUTF8()||null,privacy_policy_url:e.getUTF8()||null,privacy_contact:e.getUTF8()||null,ghostery_id:e.getUTF8()||null}}function ji(e){return new Ii({getSerializedSize:Ui,getKeys:e=>[Bi(e)],serialize:Ni,deserialize:Vi,values:e})}function Mi(e){if(null===e)return!1;if("object"!=typeof e)return!1;const{key:t,name:o,category:i,organization:n,alias:s,website_url:c,domains:r,filters:a}=e;return"string"==typeof t&&("string"==typeof o&&("string"==typeof i&&((null===n||"string"==typeof n)&&(("string"==typeof s||null===s)&&((null===c||"string"==typeof c)&&(!(!Array.isArray(r)||!r.every((e=>"string"==typeof e)))&&!(!Array.isArray(a)||!a.every((e=>"string"==typeof e)))))))))}function Di(e){const t=[];for(const o of e.filters){const e=oo.parse(o);null!==e&&t.push(e.getId())}for(const o of e.domains){const e=oo.parse(`||${o}^`);null!==e&&t.push(e.getId())}return[...new Set(t)]}function Hi(e){let t=$(e.domains.length);for(const o of e.domains)t+=X(o);let o=$(e.filters.length);for(const t of e.filters)o+=X(t);return X(e.key)+X(e.name)+X(e.category)+X(e.organization||"")+X(e.alias||"")+X(e.website_url||"")+X(e.ghostery_id||"")+t+o}function Wi(e,t){t.pushUTF8(e.key),t.pushUTF8(e.name),t.pushUTF8(e.category),t.pushUTF8(e.organization||""),t.pushUTF8(e.alias||""),t.pushUTF8(e.website_url||""),t.pushUTF8(e.ghostery_id||""),t.pushLength(e.domains.length);for(const o of e.domains)t.pushUTF8(o);t.pushLength(e.filters.length);for(const o of e.filters)t.pushUTF8(o)}function qi(e){const t=e.getUTF8(),o=e.getUTF8(),i=e.getUTF8(),n=e.getUTF8()||null,s=e.getUTF8()||null,c=e.getUTF8()||null,r=e.getUTF8()||null,a=e.getLength(),l=[];for(let t=0;t=2;t.shift()){const e=t.join("."),o=oo.parse(`||${e}^`);if(null===o)continue;const i=this.fromId(o.getId());if(i.length>0)return i}return[]}fromId(e){var t,o;const i=[];for(const n of this.patterns.get(e))i.push({pattern:n,category:null===(t=this.categories.get(Ti({key:n.category})))||void 0===t?void 0:t[0],organization:null!==n.organization?null===(o=this.organizations.get(Bi({key:n.organization})))||void 0===o?void 0:o[0]:null});return i}},Ki=class{static deserialize(e){const t=new Set;for(let o=0,i=e.getUint32();ot.condition===e.condition));if(t)for(const o of e.filterIDs)t.filterIDs.delete(o)}if(e)for(const t of e){const e=this.preprocessors.find((e=>e.condition===t.condition));if(e)for(const o of t.filterIDs)e.filterIDs.add(o);else this.preprocessors.push(t)}(t&&0!==t.length||e&&0!==e.length)&&this.updateEnv(o)}serialize(e){e.pushUint32(this.excluded.size);for(const t of this.excluded)e.pushUint32(t);e.pushUint32(this.preprocessors.length);for(const t of this.preprocessors)t.serialize(e)}getSerializedSize(){let e=4*(1+this.excluded.size);e+=4;for(const t of this.preprocessors)e+=t.getSerializedSize();return e}};function Qi(e){if(0===e.length)return!1;let t,o=0;for(const i of e){const e=(i.isImportant()?4:0)|(i.isException()?1:2);e>=o&&(o=e,t=i)}return void 0!==t&&t.isException()}var Yi=class extends ce{static fromCached(e,t){if(void 0===t)return e();const{path:o,read:i,write:n}=t;return i(o).then((e=>this.deserialize(e))).catch((()=>e().then((e=>n(o,e.serialize()).then((()=>e))))))}static empty(e={}){return new this({config:e})}static fromLists(e,t,o={},i){return this.fromCached((()=>{const i=function(e,t){return Promise.all(t.map((t=>re(e,t))))}(e,t),n=function(e){return re(e,`${ae}/ublock-origin/resources.json`)}(e);return Promise.all([i,n]).then((([e,t])=>{const i=this.parse(e.join("\n"),o);return void 0!==t&&i.updateResources(t,""+t.length),i}))}),i)}static fromPrebuiltAdsOnly(e=fetch,t){return this.fromLists(e,le,{},t)}static fromPrebuiltAdsAndTracking(e=fetch,t){return this.fromLists(e,pe,{},t)}static fromPrebuiltFull(e=fetch,t){return this.fromLists(e,de,{},t)}static fromTrackerDB(e,t={}){const o=new te(t),i=new $i(e),n=[];for(const e of i.getPatterns())n.push(...e.filters);const s=this.parse(n.join("\n"),o);return s.metadata=i,s}static merge(e,{skipResources:t=!1,overrideConfig:o={}}={}){if(!e||e.length<2)throw new Error("merging engines requires at least two engines");const i=e[0].config,n=new Map,s=new Map,c=new Map,r=[],a={organizations:{},categories:{},patterns:{}},l=[],p=Object.keys(i).filter((function(e){return"boolean"==typeof i[e]&&!l.includes(e)}));for(const t of e){for(const e of p)if(i[e]!==t.config[e])throw new Error(`config "${e}" of all merged engines must be the same`);const e=t.getFilters();for(const t of e.networkFilters)s.set(t.getId(),t);for(const t of e.cosmeticFilters)c.set(t.getId(),t);for(const e of t.preprocessors.preprocessors)r.push(e);for(const[e,o]of t.lists)n.has(e)||n.set(e,o);if(void 0!==t.metadata){for(const e of t.metadata.organizations.getValues())void 0===a.organizations[e.key]&&(a.organizations[e.key]=e);for(const e of t.metadata.categories.getValues())void 0===a.categories[e.key]&&(a.categories[e.key]=e);for(const e of t.metadata.patterns.getValues())void 0===a.patterns[e.key]&&(a.patterns[e.key]=e)}}const d=new this({networkFilters:Array.from(s.values()),cosmeticFilters:Array.from(c.values()),preprocessors:r,lists:n,config:new te({...i,...o})});if(Object.keys(a.categories).length+Object.keys(a.organizations).length+Object.keys(a.patterns).length!==0&&(d.metadata=new $i(a)),!0!==t){for(const t of e.slice(1))if(t.resources.checksum!==e[0].resources.checksum)throw new Error(`resource checksum of all merged engines must match with the first one: "${e[0].resources.checksum}" but got: "${t.resources.checksum}"`);d.resources=ni.copy(e[0].resources)}return d}static parse(e,t={}){const o=new te(t);return new this({...bo(e,o),config:o})}static deserialize(e){const t=ee.fromUint8Array(e,{enableCompression:!1}),o=t.getUint16();if(702!==o)throw new Error(`serialized engine version mismatch, expected 702 but got ${o}`);const i=te.deserialize(t);if(i.enableCompression&&t.enableCompression(),i.integrityCheck){const o=t.pos;t.pos=e.length-4;const i=t.checksum(),n=t.getUint32();if(i!==n)throw new Error(`serialized engine checksum mismatch, expected ${n} but got ${i}`);t.pos=o}const n=new this({config:i});n.resources=ni.deserialize(t);const s=new Map,c=t.getUint16();for(let e=0;ee.getId()))).concat(o.map((e=>e.getId()))));l.push(new fo({condition:e,filterIDs:n}))}if(void 0!==t.added&&0!==t.added.length){const{networkFilters:o,cosmeticFilters:i}=bo(t.added.join("\n"),this.config),n=new Set([].concat(i.map((e=>e.getId()))).concat(o.map((e=>e.getId()))));c.push(new fo({condition:e,filterIDs:n}))}}return this.update({newCosmeticFilters:n,newNetworkFilters:s,newPreprocessors:c,removedCosmeticFilters:r.map((e=>e.getId())),removedNetworkFilters:a.map((e=>e.getId())),removedPreprocessors:l},i)}getHtmlFilters(e){const t=[];if(!1===this.config.enableHtmlFiltering)return t;const{networkFilters:o,exceptions:i,cosmeticFilters:n,unhides:s}=this.htmlFilters.getHTMLFilters(e,this.isFilterExcluded.bind(this));if(0!==n.length){const o=new Map(s.map((e=>[e.getSelector(),e])));for(const i of n){const n=i.getExtendedSelector();if(void 0===n)continue;const s=o.get(i.getSelector());void 0===s&&t.push(n),this.emit("filter-matched",{filter:i,exception:s},{request:e,filterType:ao.COSMETIC})}}if(0!==o.length){const n=new Map;let s;for(const e of i){const t=e.optionValue;if(""===t){s=e;break}n.set(t,e)}for(const i of o){const o=i.getHtmlModifier();if(null===o)continue;const c=s||n.get(i.optionValue);this.emit("filter-matched",{filter:i,exception:c},{request:e,filterType:ao.NETWORK}),void 0===c&&t.push(["replace",o])}}return 0!==t.length&&this.emit("html-filtered",t,e.url),t}getCosmeticsFilters({url:e,hostname:t,domain:o,classes:i,hrefs:n,ids:s,getBaseRules:c=!0,getInjectionRules:r=!0,getExtendedRules:a=!0,getRulesFromDOM:l=!0,getRulesFromHostname:p=!0,injectPureHasSafely:d=!1,hidingStyle:u,callerContext:h}){if(!1===this.config.loadCosmeticFilters)return{active:!1,extended:[],scripts:[],styles:""};const{matches:m,allowGenericHides:A}=this.matchCosmeticFilters({url:e,hostname:t,domain:o,classes:i,hrefs:n,ids:s,getRulesFromDOM:l,getRulesFromHostname:p,getInjectionRules:r,getExtendedRules:a,getPureHasRules:d,callerContext:h}),g=[];for(const{filter:e,exception:t}of m)void 0===t&&g.push(e);const{extended:f,scripts:k,styles:b}=this.injectCosmeticFilters(g,{url:e,injectScriptlets:r,injectExtended:a,injectPureHasSafely:d,allowGenericHides:A,getBaseRules:c,hidingStyle:u});return{active:!0,extended:f,scripts:k,styles:b}}injectCosmeticFilters(e,{url:t,injectStyles:o=!0,injectScriptlets:i,injectExtended:n,injectPureHasSafely:s,allowGenericHides:c=!0,getBaseRules:r,hidingStyle:a}){const l=[],p=[],d=[],u=[];for(const t of e)if(i&&t.isScriptInject()){const e=t.getScript(this.resources.getScriptlet.bind(this.resources));void 0!==e&&l.push(e)}else t.isExtended()?(!0===n&&this.config.loadExtendedSelectors&&d.push(t),s&&t.isPureHasSelector()&&u.push(t)):!0===o&&p.push(t);const h=this.cosmetics.getStylesheetsFromFilters({filters:p,extendedFilters:d},{getBaseRules:r,allowGenericHides:c,hidingStyle:a});let m=h.stylesheet;for(const e of u)m+=`\n\n${yi([e.getSelector()],e.hasCustomStyle()?e.getStyle():a)}`;for(const e of l)this.emit("script-injected",e,t);return 0!==m.length&&this.emit("style-injected",m,t),{extended:h.extended,scripts:l,styles:m}}matchCosmeticFilters({url:e,hostname:t,domain:o,classes:i,hrefs:n,ids:s,getRulesFromDOM:c=!0,getRulesFromHostname:r=!0,getInjectionRules:a,getExtendedRules:l,getPureHasRules:p,callerContext:d}){o||(o="");let u=!0,h=!0;const m=this.hideExceptions.matchAll(_t.fromRawDetails({domain:o,hostname:t,url:e,sourceDomain:"",sourceHostname:"",sourceUrl:""}),this.isFilterExcluded.bind(this)),A=[],g=[];for(const e of m){if(e.isElemHide()){u=!1,h=!1;break}e.isSpecificHide()?g.push(e):e.isGenericHide()&&A.push(e)}!0===u&&(u=!1===Qi(A)),!0===h&&(h=!1===Qi(g));const{filters:f,unhides:k}=this.cosmetics.getCosmeticsFilters({domain:o,hostname:t,classes:i,hrefs:n,ids:s,allowGenericHides:u,allowSpecificHides:h,getRulesFromDOM:c,getRulesFromHostname:r,isFilterExcluded:this.isFilterExcluded.bind(this)});let b;const y=new Map;for(const e of k)!0===e.isScriptInject()&&!0===e.isUnhide()&&0===e.getSelector().length?b=e:y.set(Bt(e,this.resources.getScriptletCanonicalName.bind(this.resources)),e);const w=[];for(const t of f){let o=y.get(Bt(t,this.resources.getScriptletCanonicalName.bind(this.resources)));t.isScriptInject()&&(void 0!==b&&(o=b),!1===a)||(!t.isExtended()||!1!==l&&!1!==this.config.loadExtendedSelectors||p&&t.isPureHasSelector())&&(w.push({filter:t,exception:o}),this.emit("filter-matched",{filter:t,exception:o},{url:e,callerContext:d,filterType:ao.COSMETIC}))}return{matches:w,allowGenericHides:u}}matchAll(e){const t=[];return e.isSupported&&(Array.prototype.push.apply(t,this.importants.matchAll(e,this.isFilterExcluded.bind(this))),Array.prototype.push.apply(t,this.filters.matchAll(e,this.isFilterExcluded.bind(this))),Array.prototype.push.apply(t,this.exceptions.matchAll(e,this.isFilterExcluded.bind(this))),Array.prototype.push.apply(t,this.csp.matchAll(e,this.isFilterExcluded.bind(this))),Array.prototype.push.apply(t,this.hideExceptions.matchAll(e,this.isFilterExcluded.bind(this))),Array.prototype.push.apply(t,this.redirects.matchAll(e,this.isFilterExcluded.bind(this)))),new Set(t)}getCSPDirectives(e){if(!this.config.loadNetworkFilters)return;if(!0!==e.isSupported||!1===e.isMainFrame())return;const t=this.csp.matchAll(e,this.isFilterExcluded.bind(this));if(0===t.length)return;const o=new Map,i=[];for(const n of t)if(n.isException()){if(void 0===n.csp)return void this.emit("filter-matched",{exception:n},{request:e,filterType:ao.NETWORK});o.set(n.csp,n)}else i.push(n);if(0===i.length)return;const n=new Set;for(const t of i.values()){const i=o.get(t.csp);void 0===i&&n.add(t.csp),this.emit("filter-matched",{filter:t,exception:i},{request:e,filterType:ao.NETWORK})}const s=Array.from(n).join("; ");return s.length>0&&this.emit("csp-injected",e,s),s}match(e,t=!1){const o={exception:void 0,filter:void 0,match:!1,redirect:void 0,metadata:void 0};if(!this.config.loadNetworkFilters)return o;if(e.isSupported){let t,i;if(o.filter=this.importants.match(e,this.isFilterExcluded.bind(this)),void 0===o.filter){const n=this.redirects.matchAll(e,this.isFilterExcluded.bind(this)).sort(((e,t)=>t.getRedirectPriority()-e.getRedirectPriority()));if(0!==n.length)for(const e of n)"none"===e.getRedirectResource()?t=e:e.isRedirectRule()?void 0===i&&(i=e):void 0===o.filter&&(o.filter=e);void 0===o.filter&&(o.filter=this.filters.match(e,this.isFilterExcluded.bind(this)),void 0!==i&&void 0!==o.filter&&(o.filter=i)),void 0!==o.filter&&(o.exception=this.exceptions.match(e,this.isFilterExcluded.bind(this)))}void 0!==o.filter&&void 0===o.exception&&o.filter.isRedirect()&&(void 0!==t?o.exception=t:o.redirect=this.resources.getResource(o.filter.getRedirectResource()))}return o.match=void 0===o.exception&&void 0!==o.filter,o.filter&&this.emit("filter-matched",{filter:o.filter,exception:o.exception},{request:e,filterType:ao.NETWORK}),void 0!==o.exception?this.emit("request-whitelisted",e,o):void 0!==o.redirect?this.emit("request-redirected",e,o):void 0!==o.filter?this.emit("request-blocked",e,o):this.emit("request-allowed",e,o),!0===t&&void 0!==o.filter&&this.metadata&&(o.metadata=this.metadata.fromFilter(o.filter)),o}getPatternMetadata(e,{getDomainMetadata:t=!1}={}){if(void 0===this.metadata)return[];const o=new Set,i=[];for(const t of this.matchAll(e))for(const e of this.metadata.fromFilter(t))o.has(e.pattern.key)||(o.add(e.pattern.key),i.push(e));if(t)for(const t of this.metadata.fromDomain(e.hostname))o.has(t.pattern.key)||(o.add(t.pattern.key),i.push(t));return i}blockScripts(){return this.updateFromDiff({added:[Nt().scripts().redirectTo("javascript").toString()]}),this}blockImages(){return this.updateFromDiff({added:[Nt().images().redirectTo("png").toString()]}),this}blockMedias(){return this.updateFromDiff({added:[Nt().medias().redirectTo("mp4").toString()]}),this}blockFrames(){return this.updateFromDiff({added:[Nt().frames().redirectTo("html").toString()]}),this}blockFonts(){return this.updateFromDiff({added:[Nt().fonts().toString()]}),this}blockStyles(){return this.updateFromDiff({added:[Nt().styles().toString()]}),this}};function Xi(e){const t=new Set(["br","head","link","meta","script","style","s"]),o=new Set,i=new Set,n=new Set,s=new Set;for(const c of e)for(const e of[c,...c.querySelectorAll("[id]:not(html):not(body),[class]:not(html):not(body),[href]:not(html):not(body)")]){if(s.has(e))continue;if(s.add(e),t.has(e.nodeName.toLowerCase()))continue;const c=e.getAttribute("id");"string"==typeof c&&n.add(c);const r=e.classList;for(const e of r)o.add(e);const a=e.getAttribute("href");"string"==typeof a&&i.add(a)}return{classes:Array.from(o),hrefs:Array.from(i),ids:Array.from(n)}}function Zi(e){try{const t=Ye(location.href),o=t.hostname||"",i=t.domain||"";return e.getCosmeticsFilters({url:location.href,hostname:o,domain:i,...Xi([document.documentElement]),getBaseRules:!0,getInjectionRules:!1,getExtendedRules:!0,getRulesFromDOM:!0,getRulesFromHostname:!0,hidingStyle:h("opacity")}).styles}catch(e){return console.error("Error getting cosmetic rules",e),""}}function Ji(e){if(e){return e.replace(/\s*{[^\\}]*}\s*/g,",").replace(/,$/,"")}return""}var en=new Uint8Array([2,190,0,0,0,1,0,1,1,0,1,0,1,1,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,4,0,0,0,0,0,0,0,0,0,0,0,0,0,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,4,0,0,0,0,0,0,0,0,0,0,0,0,0,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,4,0,0,0,0,128,0,0,63,146,0,0,2,155,0,0,0,15,35,92,53,102,32,67,111,111,107,105,101,84,101,120,116,0,0,0,19,35,92,53,102,32,95,97,99,99,101,112,116,95,99,111,111,107,105,101,0,0,0,15,35,92,53,102,32,95,105,99,45,110,111,116,105,99,101,0,0,0,31,35,92,53,102,32,95,110,100,99,99,95,99,111,111,107,105,101,73,109,112,108,105,101,100,67,111,110,115,101,110,116,0,0,0,25,35,92,53,102,32,99,111,111,107,105,101,67,111,110,115,101,110,116,87,114,97,112,112,101,114,0,0,0,17,35,92,53,102,32,105,112,104,95,99,112,95,112,111,112,117,112,0,0,0,21,35,99,111,111,107,105,101,66,97,110,110,101,114,92,46,98,97,110,110,101,114,0,0,0,19,35,106,115,92,46,99,111,111,107,105,101,92,46,98,97,110,110,101,114,0,0,0,15,46,115,194,183,102,111,111,116,101,114,45,103,100,112,114,0,4,0,19,46,111,111,107,105,101,65,103,114,101,101,109,101,110,116,45,109,116,109,0,0,0,13,67,79,79,75,73,69,45,72,69,65,68,69,82,0,0,0,11,71,68,80,82,45,78,79,84,73,67,69,0,0,0,39,91,97,114,105,97,45,100,101,115,99,114,105,98,101,100,98,121,61,34,99,111,111,107,105,101,45,98,111,120,45,109,101,115,115,97,103,101,34,93,0,0,0,19,91,100,97,116,97,45,97,108,101,114,116,45,99,111,111,107,105,101,93,0,0,0,34,91,100,97,116,97,45,97,117,116,111,109,97,116,105,111,110,61,34,99,111,111,107,105,101,115,45,98,97,110,110,101,114,34,93,0,0,0,31,91,100,97,116,97,45,98,101,104,97,118,105,111,117,114,61,34,99,111,111,107,105,101,45,112,111,112,117,112,34,93,0,0,0,11,91,100,97,116,97,45,99,99,112,97,93,0,0,0,37,91,100,97,116,97,45,99,111,111,107,105,101,45,110,97,109,101,61,34,99,111,111,107,105,101,115,68,105,114,101,99,116,105,118,101,34,93,0,0,0,19,91,100,97,116,97,45,99,111,111,107,105,101,45,112,111,112,117,112,93,0,0,0,27,91,100,97,116,97,45,99,111,111,107,105,101,45,118,97,108,105,100,105,116,121,45,100,97,121,115,93,0,0,0,25,91,100,97,116,97,45,99,121,61,34,99,111,111,107,105,101,45,98,97,110,110,101,114,34,93,0,0,0,25,91,100,97,116,97,45,99,121,61,34,99,111,111,107,105,101,45,110,111,116,105,99,101,34,93,0,0,0,21,91,100,97,116,97,45,99,121,61,34,99,111,111,107,105,101,98,97,114,34,93,0,0,0,33,91,100,97,116,97,45,100,105,97,108,111,103,45,105,100,61,34,97,99,99,101,112,116,45,99,111,111,107,105,101,115,34,93,0,0,0,16,91,100,97,116,97,45,100,109,115,99,111,111,107,105,101,93,0,0,0,29,91,100,97,116,97,45,103,97,111,111,112,95,104,105,100,101,95,97,102,116,101,114,95,99,108,111,115,101,93,0,0,0,20,91,100,97,116,97,45,105,110,99,61,34,99,111,111,107,105,101,115,34,93,0,0,0,28,91,100,97,116,97,45,107,101,121,61,34,99,111,111,107,105,101,115,45,119,97,114,110,105,110,103,34,93,0,0,0,28,91,100,97,116,97,45,109,111,100,117,108,101,61,34,67,111,111,107,105,101,66,97,110,110,101,114,34,93,0,0,0,26,91,100,97,116,97,45,110,97,109,101,61,34,99,111,111,107,105,101,78,111,116,105,99,101,34,93,0,0,0,21,91,100,97,116,97,45,113,97,61,34,67,111,111,107,105,101,66,97,114,34,93,0,0,0,20,91,100,97,116,97,45,114,101,102,61,34,99,111,111,107,105,101,115,34,93,0,0,0,15,91,100,97,116,97,45,114,103,112,100,45,105,110,99,93,0,0,0,27,91,100,97,116,97,45,114,111,108,101,61,34,99,111,111,107,105,101,45,110,111,116,105,99,101,34,93,0,0,0,30,91,100,97,116,97,45,115,45,116,121,112,101,61,34,99,111,111,107,105,101,45,109,101,115,115,97,103,101,34,93,0,0,0,31,91,100,97,116,97,45,115,101,108,101,99,116,111,114,61,34,99,111,111,107,105,101,45,112,111,108,105,99,121,34,93,0,0,0,23,91,100,97,116,97,45,116,97,114,103,101,116,61,34,99,111,111,99,107,105,101,34,93,0,0,0,28,91,100,97,116,97,45,116,101,115,116,45,105,100,61,34,67,111,111,107,105,101,80,111,112,117,112,34,93,0,0,0,37,91,100,97,116,97,45,116,101,115,116,45,105,100,61,34,99,104,101,99,107,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,34,93,0,0,0,38,91,100,97,116,97,45,116,101,115,116,45,105,100,61,34,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,34,93,0,0,0,37,91,100,97,116,97,45,116,101,115,116,45,105,100,61,34,99,111,111,107,105,101,45,112,111,108,105,99,121,45,98,97,110,110,101,114,34,93,0,0,0,27,91,100,97,116,97,45,116,101,115,116,61,34,99,111,111,107,105,101,45,98,97,110,110,101,114,34,93,0,0,0,37,91,100,97,116,97,45,116,101,115,116,105,100,61,34,97,99,99,101,112,116,45,99,111,111,107,105,101,115,45,98,97,110,110,101,114,34,93,0,0,0,30,91,100,97,116,97,45,116,101,115,116,105,100,61,34,99,111,110,115,101,110,116,45,98,97,110,110,101,114,34,93,0,0,0,44,91,100,97,116,97,45,116,101,115,116,105,100,61,34,99,111,111,107,105,101,45,98,97,110,110,101,114,45,97,112,112,45,115,116,97,110,100,97,108,111,110,101,34,93,0,0,0,26,91,100,97,116,97,45,116,101,115,116,105,100,61,34,99,111,111,107,105,101,45,98,97,114,34,93,0,0,0,30,91,100,97,116,97,45,116,101,115,116,105,100,61,34,99,111,111,107,105,101,45,112,111,112,111,118,101,114,34,93,0,0,0,35,91,100,97,116,97,45,116,101,115,116,105,100,61,34,99,111,111,107,105,101,67,111,110,115,101,110,116,66,97,110,110,101,114,34,93,0,0,0,42,91,100,97,116,97,45,116,101,115,116,105,100,61,34,99,111,111,107,105,101,95,98,97,110,110,101,114,95,118,50,95,99,111,110,116,97,105,110,101,114,34,93,0,0,0,38,91,100,97,116,97,45,116,101,115,116,105,100,61,34,99,111,111,107,105,101,110,111,116,105,99,101,45,99,111,110,116,97,105,110,101,114,34,93,0,0,0,30,91,100,97,116,97,45,116,101,115,116,105,100,61,34,99,111,111,107,105,101,115,45,109,111,100,117,108,101,34,93,0,0,0,30,91,100,97,116,97,45,116,101,115,116,105,100,61,34,99,111,111,107,105,101,115,95,102,111,111,116,101,114,34,93,0,0,0,33,91,100,97,116,97,45,116,111,107,101,110,61,34,103,100,112,114,95,99,111,111,107,105,101,95,110,111,116,105,99,101,34,93,0,0,0,28,91,100,97,116,97,45,117,105,45,116,101,115,116,61,34,99,111,111,107,105,101,65,108,101,114,116,34,93,0,0,0,25,91,100,97,116,97,45,117,110,105,113,117,101,45,99,111,111,107,105,101,45,110,97,109,101,93,0,0,0,28,91,100,97,116,97,45,118,101,99,105,61,34,99,111,111,107,105,101,115,45,112,111,108,105,99,121,34,93,0,0,0,17,97,109,101,100,105,97,45,112,114,105,118,97,99,121,98,111,120,0,0,0,11,97,109,112,45,99,111,110,115,101,110,116,0,0,0,21,97,109,112,45,117,115,101,114,45,110,111,116,105,102,105,99,97,116,105,111,110,0,0,0,17,97,112,112,45,97,99,99,101,112,116,45,99,111,111,107,105,101,0,0,0,16,97,112,112,45,97,118,105,115,111,45,99,111,111,107,105,101,0,0,0,17,97,112,112,45,97,118,105,115,111,45,99,111,111,107,105,101,115,0,0,0,32,97,112,112,45,98,97,110,110,101,114,91,97,114,105,97,108,97,98,101,108,42,61,34,67,111,111,107,105,101,115,34,93,0,0,0,14,97,112,112,45,99,98,45,99,111,111,107,105,101,115,0,0,0,15,97,112,112,45,99,99,112,97,45,98,97,110,110,101,114,0,0,0,10,97,112,112,45,99,111,111,107,105,101,0,0,0,17,97,112,112,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,0,0,14,97,112,112,45,99,111,111,107,105,101,45,98,97,114,0,0,0,18,97,112,112,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,0,0,25,97,112,112,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,0,0,0,26,97,112,112,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,102,101,97,116,117,114,101,0,0,0,24,97,112,112,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,109,111,100,97,108,0,0,0,24,97,112,112,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,112,111,112,117,112,0,0,0,17,97,112,112,45,99,111,111,107,105,101,45,102,111,111,116,101,114,0,0,0,23,97,112,112,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,0,0,0,17,97,112,112,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,0,0,16,97,112,112,45,99,111,111,107,105,101,45,112,111,112,117,112,0,0,0,17,97,112,112,45,99,111,111,107,105,101,45,112,114,111,109,112,116,0,0,0,18,97,112,112,45,99,111,111,107,105,101,45,119,97,114,110,105,110,103,0,0,0,17,97,112,112,45,99,111,111,107,105,101,45,119,105,100,103,101,116,0,0,0,11,97,112,112,45,99,111,111,107,105,101,115,0,0,0,21,97,112,112,45,99,111,111,107,105,101,115,45,97,103,114,101,101,109,101,110,116,0,0,0,17,97,112,112,45,99,111,111,107,105,101,115,45,97,108,101,114,116,0,0,0,18,97,112,112,45,99,111,111,107,105,101,115,45,98,97,110,110,101,114,0,0,0,15,97,112,112,45,99,111,111,107,105,101,115,45,98,111,120,0,0,0,19,97,112,112,45,99,111,111,107,105,101,115,45,99,111,110,102,105,114,109,0,0,0,19,97,112,112,45,99,111,111,107,105,101,115,45,99,111,110,115,101,110,116,0,0,0,17,97,112,112,45,99,111,111,107,105,101,115,45,109,111,100,97,108,0,0,0,18,97,112,112,45,99,111,111,107,105,101,115,45,110,111,116,105,99,101,0,0,0,17,97,112,112,45,99,111,111,107,105,101,115,45,112,111,112,117,112,0,0,0,17,97,112,112,45,99,111,111,107,105,101,115,45,116,111,97,115,116,0,0,0,23,97,112,112,45,102,111,111,116,101,114,45,109,111,100,97,108,45,99,111,111,107,105,101,0,0,0,18,97,112,112,45,112,111,112,45,117,112,45,99,111,111,107,105,101,115,0,0,0,8,97,112,112,45,114,111,100,111,0,0,0,30,97,112,112,45,114,111,111,116,32,97,112,112,45,99,111,111,107,105,101,45,97,99,99,101,112,116,97,110,99,101,0,0,0,13,97,114,107,45,99,111,111,107,105,101,98,97,114,0,0,0,19,97,115,105,100,101,91,99,108,97,115,115,61,34,114,103,112,100,34,93,0,0,0,25,97,116,108,97,115,45,108,111,103,111,110,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,0,0,12,97,118,105,115,45,99,111,111,107,105,101,115,0,0,0,36,97,119,115,117,105,45,97,108,101,114,116,91,100,105,115,109,105,115,115,42,61,34,67,111,111,107,105,101,66,97,110,110,101,114,34,93,0,0,0,18,97,122,97,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,0,0,0,24,98,50,99,45,99,111,111,107,105,101,115,45,110,111,116,105,102,105,99,97,116,105,111,110,0,0,0,18,98,111,100,121,32,62,32,46,98,116,110,45,99,111,111,107,105,101,0,0,0,33,98,114,111,119,115,101,114,45,108,111,103,105,110,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,0,0,0,33,99,45,99,111,109,109,117,110,105,116,121,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,0,0,0,16,99,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,0,0,20,99,45,101,99,112,45,99,111,111,107,105,101,115,45,98,97,110,110,101,114,0,0,0,27,99,45,111,115,102,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,0,0,0,11,99,98,110,45,99,111,111,107,105,101,115,0,0,0,17,99,103,45,99,111,111,107,105,101,115,45,98,97,110,110,101,114,0,0,0,31,99,108,111,117,100,102,108,97,114,101,45,97,112,112,91,97,112,112,61,34,99,111,111,107,105,108,101,115,115,34,93,0,0,0,42,99,108,111,117,100,102,108,97,114,101,45,97,112,112,91,97,112,112,61,34,116,105,98,114,114,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,34,93,0,0,0,17,99,109,109,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,0,0,23,99,109,112,118,105,101,119,115,45,99,111,111,107,105,101,115,45,97,99,99,101,112,116,0,0,0,19,99,110,45,99,111,111,107,105,101,45,97,103,114,101,101,109,101,110,116,0,0,0,22,99,111,108,45,99,111,111,107,105,101,45,105,110,102,111,45,98,97,110,110,101,114,0,0,0,22,99,111,109,112,108,121,45,99,111,110,115,101,110,116,45,109,97,110,97,103,101,114,0,0,0,16,99,111,110,45,99,111,111,107,105,101,45,112,111,112,117,112,0,0,0,7,99,111,110,115,101,110,116,0,0,0,20,99,111,110,115,101,110,116,45,110,111,116,105,102,105,99,97,116,105,111,110,0,0,0,15,99,111,111,107,45,100,105,115,99,108,97,105,109,101,114,0,0,0,22,99,111,111,107,105,101,45,97,103,114,101,101,109,101,110,116,45,98,108,111,99,107,0,0,0,12,99,111,111,107,105,101,45,97,108,101,114,116,0,0,0,13,99,111,111,107,105,101,45,98,97,110,110,101,114,0,0,0,10,99,111,111,107,105,101,45,98,97,114,0,0,0,19,99,111,111,107,105,101,45,99,111,110,102,105,114,109,97,116,105,111,110,0,0,0,14,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,0,0,24,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,99,111,109,112,111,110,101,110,116,0,0,0,20,99,111,111,107,105,101,45,100,114,97,119,101,114,45,112,111,108,105,99,121,0,0,0,11,99,111,111,107,105,101,45,105,110,102,111,0,0,0,17,99,111,111,107,105,101,45,108,97,119,45,98,97,110,110,101,114,0,0,0,12,99,111,111,107,105,101,45,109,111,100,97,108,0,0,0,13,99,111,111,107,105,101,45,110,111,116,105,99,101,0,0,0,19,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,0,0,0,17,99,111,111,107,105,101,45,112,101,114,109,105,115,115,105,111,110,0,0,0,13,99,111,111,107,105,101,45,112,111,108,105,99,121,0,0,0,19,99,111,111,107,105,101,45,112,111,108,105,99,121,45,112,111,112,105,110,0,0,0,12,99,111,111,107,105,101,45,112,111,112,117,112,0,0,0,14,99,111,111,107,105,101,45,119,97,114,110,105,110,103,0,0,0,11,99,111,111,107,105,101,45,119,114,97,112,0,0,0,13,99,111,111,107,105,101,95,110,111,116,105,99,101,0,0,0,9,99,111,111,107,105,101,98,111,120,0,0,0,15,99,111,111,107,105,101,115,45,99,111,110,115,101,110,116,0,0,0,12,99,111,111,107,105,101,115,45,103,100,112,114,0,0,0,12,99,111,111,107,105,101,115,45,104,105,110,116,0,0,0,20,99,111,111,107,105,101,115,45,110,111,116,105,102,105,99,97,116,105,111,110,0,0,0,15,99,111,111,107,105,101,115,45,111,118,101,114,108,97,121,0,0,0,14,99,111,111,107,105,101,115,45,112,111,108,105,99,121,0,0,0,13,99,111,111,107,105,101,115,45,112,111,112,117,112,0,0,0,19,99,111,111,107,105,101,115,45,114,101,113,117,105,114,101,109,101,110,116,0,0,0,15,99,111,111,107,105,101,115,45,119,97,114,110,105,110,103,0,0,0,16,99,111,111,107,105,101,115,46,110,103,45,115,99,111,112,101,0,0,0,13,99,111,111,107,105,108,101,115,115,45,100,105,118,0,0,0,17,99,114,117,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,0,0,22,99,116,115,45,100,105,115,99,108,97,105,109,101,114,45,99,111,111,107,105,101,115,0,0,0,22,100,97,121,97,119,97,121,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,0,0,20,100,105,97,108,111,103,46,99,111,111,107,105,101,45,112,111,108,105,99,121,0,0,0,20,100,105,108,101,45,99,111,111,107,105,101,115,45,99,111,110,115,101,110,116,0,0,0,45,100,105,118,91,100,97,116,97,45,97,117,116,111,109,97,116,105,111,110,61,34,112,114,105,118,97,99,121,45,98,97,110,110,101,114,45,119,114,97,112,112,101,114,34,93,0,0,0,26,100,105,118,91,100,97,116,97,45,98,97,110,110,101,114,61,34,99,111,111,107,105,101,115,34,93,0,0,0,29,100,105,118,91,100,97,116,97,45,98,111,114,108,97,98,115,45,99,111,111,107,105,101,45,119,114,97,112,93,0,0,0,34,100,105,118,91,100,97,116,97,45,98,111,120,45,110,97,109,101,61,34,99,111,111,107,105,101,32,112,111,108,105,99,121,34,93,0,0,0,24,100,105,118,91,100,97,116,97,45,99,109,112,45,110,111,45,99,111,110,115,101,110,116,93,0,0,0,35,100,105,118,91,100,97,116,97,45,99,111,109,112,111,110,101,110,116,61,34,99,111,111,107,105,101,45,112,111,108,105,99,121,34,93,0,0,0,35,100,105,118,91,100,97,116,97,45,99,111,109,112,111,110,101,110,116,61,34,99,111,111,107,105,101,67,111,110,116,101,110,116,34,93,0,0,0,40,100,105,118,91,100,97,116,97,45,99,111,109,112,111,110,101,110,116,115,61,34,112,100,114,45,119,115,49,108,105,98,45,104,101,97,100,101,114,34,93,0,0,0,33,100,105,118,91,100,97,116,97,45,99,111,110,116,97,105,110,101,114,45,97,99,99,101,112,116,99,111,111,107,105,101,115,93,0,0,0,36,100,105,118,91,100,97,116,97,45,99,111,111,107,105,101,45,108,97,119,45,98,97,110,110,101,114,45,115,101,108,101,99,116,111,114,93,0,0,0,29,100,105,118,91,100,97,116,97,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,93,0,0,0,21,100,105,118,91,100,97,116,97,45,99,111,111,107,105,101,45,112,97,116,104,93,0,0,0,24,100,105,118,91,100,97,116,97,45,99,111,111,107,105,101,45,119,97,114,110,105,110,103,93,0,0,0,22,100,105,118,91,100,97,116,97,45,99,111,111,107,105,101,98,97,110,110,101,114,93,0,0,0,19,100,105,118,91,100,97,116,97,45,99,111,111,107,105,101,98,97,114,93,0,0,0,26,100,105,118,91,100,97,116,97,45,99,111,111,107,105,101,108,97,121,101,114,45,105,110,105,116,93,0,0,0,41,100,105,118,91,100,97,116,97,45,99,111,114,103,105,45,99,111,109,112,111,110,101,110,116,61,34,99,111,111,107,105,101,45,98,97,110,110,101,114,34,93,0,0,0,35,100,105,118,91,100,97,116,97,45,101,116,115,121,45,112,114,111,109,111,45,99,111,111,107,105,101,45,101,120,112,105,114,101,115,93,0,0,0,29,100,105,118,91,100,97,116,97,45,103,100,112,114,45,99,111,110,115,101,110,116,45,112,114,111,109,112,116,93,0,0,0,24,100,105,118,91,100,97,116,97,45,105,100,61,34,99,111,111,107,105,101,66,97,114,34,93,0,0,0,28,100,105,118,91,100,97,116,97,45,105,100,61,34,99,111,111,107,105,101,95,100,105,97,108,111,103,34,93,0,0,0,23,100,105,118,91,100,97,116,97,45,105,115,45,99,111,111,107,105,101,105,110,102,111,93,0,0,0,32,100,105,118,91,100,97,116,97,45,109,111,100,117,108,101,61,34,99,111,111,107,105,101,95,98,97,110,110,101,114,34,93,0,0,0,33,100,105,118,91,100,97,116,97,45,110,111,116,105,102,105,99,97,116,105,111,110,105,100,61,34,99,111,111,107,105,101,34,93,0,0,0,32,100,105,118,91,100,97,116,97,45,112,110,112,45,109,105,45,105,100,61,34,109,105,45,99,111,111,107,105,101,115,34,93,0,0,0,36,100,105,118,91,100,97,116,97,45,112,111,118,45,97,99,99,101,112,116,45,99,111,111,107,105,101,115,45,109,101,115,115,97,103,101,93,0,0,0,25,100,105,118,91,100,97,116,97,45,112,114,105,118,97,99,121,45,99,111,110,115,101,110,116,93,0,0,0,36,100,105,118,91,100,97,116,97,45,114,101,97,99,116,45,99,108,97,115,115,61,34,67,111,111,107,105,101,78,111,116,105,99,101,34,93,0,0,0,37,100,105,118,91,100,97,116,97,45,114,111,108,101,61,34,99,111,111,107,105,101,45,112,111,108,105,99,121,45,98,97,110,110,101,114,34,93,0,0,0,38,100,105,118,91,100,97,116,97,45,115,101,99,116,105,111,110,45,116,121,112,101,61,34,67,111,111,107,105,101,115,66,97,110,110,101,114,34,93,0,0,0,40,100,105,118,91,100,97,116,97,45,115,101,108,101,99,116,111,114,61,34,99,111,110,116,97,105,110,101,114,64,99,111,111,107,105,101,98,97,114,34,93,0,0,0,35,100,105,118,91,100,97,116,97,45,115,101,108,101,110,45,103,114,111,117,112,61,34,99,111,111,107,105,101,115,45,98,97,114,34,93,0,0,0,33,100,105,118,91,100,97,116,97,45,115,101,108,101,110,105,117,109,61,34,67,111,111,107,105,101,66,97,110,110,101,114,34,93,0,0,0,33,100,105,118,91,100,97,116,97,45,116,101,115,116,45,115,101,108,108,45,99,111,111,107,105,101,45,98,97,110,110,101,114,93,0,0,0,37,100,105,118,91,100,97,116,97,45,116,101,115,116,61,34,99,111,111,107,105,101,45,112,111,108,105,99,121,45,98,97,110,110,101,114,34,93,0,0,0,36,100,105,118,91,100,97,116,97,45,116,101,115,116,105,100,61,34,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,34,93,0,0,0,39,100,105,118,91,100,97,116,97,45,116,101,115,116,105,100,61,34,99,111,111,107,105,101,45,112,111,108,105,99,121,45,98,97,110,110,101,114,34,93,0,0,0,34,100,105,118,91,100,97,116,97,45,119,122,98,61,34,67,111,111,107,105,101,78,111,116,105,102,105,99,97,116,105,111,110,34,93,0,0,0,36,100,105,118,91,101,108,101,109,101,110,116,45,115,116,114,117,99,116,117,114,101,45,99,111,111,107,105,101,109,111,110,115,116,101,114,93,0,0,0,15,100,105,118,91,106,115,45,99,111,111,107,105,101,115,93,0,0,0,30,100,105,118,91,108,100,45,115,99,111,112,101,61,34,99,111,111,107,105,101,45,99,111,110,115,101,110,116,34,93,0,0,0,42,100,105,118,91,110,103,45,99,108,105,99,107,61,34,115,101,108,102,46,115,101,116,67,111,111,107,105,101,68,105,115,99,108,97,105,109,101,114,40,41,34,93,0,0,0,29,100,105,118,91,115,112,101,99,61,34,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,34,93,0,0,0,17,100,107,45,99,111,111,107,105,101,45,119,97,114,110,105,110,103,0,0,0,19,100,118,97,45,109,45,99,111,111,107,105,101,45,102,108,121,111,117,116,0,0,0,21,101,97,45,116,114,117,115,116,101,45,99,111,110,115,101,110,116,45,98,97,114,0,0,0,10,101,100,110,45,99,111,111,107,105,101,0,0,0,39,101,109,118,45,97,110,111,110,121,109,111,117,115,45,99,111,110,115,101,110,116,45,109,97,110,97,103,101,109,101,110,116,45,98,97,110,110,101,114,0,0,0,13,101,111,45,99,111,111,107,105,101,45,98,97,114,0,0,0,26,101,112,97,97,115,45,99,111,110,115,101,110,116,45,100,114,97,119,101,114,45,115,104,101,108,108,0,0,0,21,101,115,110,45,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,0,0,0,20,101,117,45,99,111,111,107,105,101,45,99,111,109,112,108,105,97,110,99,101,0,0,0,26,102,97,98,45,99,111,111,107,105,101,45,99,111,110,116,114,111,108,45,98,97,110,110,101,114,50,0,0,0,25,102,100,112,45,119,105,100,103,101,116,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,0,0,17,102,111,111,116,101,114,32,62,32,35,99,111,111,107,105,101,115,0,0,0,16,102,111,111,116,101,114,32,62,32,46,99,111,111,107,105,101,0,0,0,29,102,111,114,109,91,110,97,109,101,61,34,70,111,114,109,76,101,103,103,101,67,111,111,107,105,101,115,34,93,0,0,0,15,103,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,0,0,22,103,100,112,114,45,97,103,101,45,99,111,110,115,101,110,116,45,109,111,100,97,108,0,0,0,12,103,100,112,114,45,99,111,110,115,101,110,116,0,0,0,12,103,100,112,114,45,99,111,111,107,105,101,115,0,0,0,13,103,100,112,114,45,112,111,108,105,99,105,101,115,0,0,0,12,103,100,112,114,112,111,112,117,112,109,111,100,0,0,0,19,103,100,115,45,99,111,110,115,101,110,116,45,109,97,110,97,103,101,114,0,0,0,24,103,102,112,45,99,111,111,107,105,101,45,112,111,108,105,99,121,45,110,111,116,105,99,101,0,0,0,16,103,106,45,99,111,111,107,105,101,45,112,114,111,109,112,116,0,0,0,23,104,109,97,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,0,0,0,19,105,100,103,45,99,111,111,107,105,101,45,105,110,102,111,45,98,97,114,0,0,0,30,105,102,114,97,109,101,91,110,97,109,101,61,34,103,111,111,103,108,101,102,99,80,114,101,115,101,110,116,34,93,0,0,0,17,105,110,103,45,117,105,45,114,98,97,45,99,111,111,107,105,101,0,0,0,17,105,114,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,0,0,10,106,115,97,45,99,111,111,107,105,101,0,0,0,15,107,117,109,97,45,99,111,111,107,105,101,45,98,97,114,0,0,0,11,108,103,112,100,45,99,111,111,107,105,101,0,0,0,17,108,103,112,100,45,99,111,111,107,105,101,45,116,101,114,109,115,0,0,0,24,108,105,98,45,112,114,105,118,97,99,121,45,112,111,108,105,99,121,45,116,111,97,115,116,0,0,0,25,108,110,98,45,99,111,111,107,105,101,45,112,111,108,105,99,121,45,111,118,101,114,108,97,121,0,0,0,11,108,111,111,112,45,99,111,111,107,105,101,0,0,0,23,108,117,110,111,45,99,111,111,107,105,101,45,112,114,101,102,101,114,101,110,99,101,115,0,0,0,16,109,45,99,111,111,107,105,101,115,45,110,111,116,105,99,101,0,0,0,28,109,99,116,45,116,101,109,112,108,97,116,101,114,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,0,0,22,109,100,45,116,111,97,115,116,46,99,111,111,107,105,101,115,45,116,111,97,115,116,0,0,0,15,109,105,112,45,99,111,111,107,105,101,45,105,110,102,111,0,0,0,21,110,57,45,100,105,115,99,108,97,105,109,101,114,45,99,111,111,107,105,101,115,0,0,0,24,110,103,101,115,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,0,0,0,16,110,108,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,0,0,19,110,111,115,105,100,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,0,0,21,110,115,45,99,111,111,107,105,101,45,112,114,105,118,97,99,121,45,116,105,112,0,0,0,12,111,45,99,111,111,107,105,101,45,108,97,119,0,0,0,18,111,99,97,115,111,45,103,108,111,98,97,108,45,109,111,100,97,108,0,0,0,18,111,99,116,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,0,0,26,111,100,115,45,97,99,99,101,112,116,45,99,111,111,107,105,101,115,45,109,101,115,115,97,103,101,0,0,0,17,111,102,45,99,111,111,107,105,101,115,45,110,111,116,105,99,101,0,0,0,21,111,102,105,45,99,111,111,107,105,101,45,98,111,120,45,119,105,100,103,101,116,0,0,0,10,111,110,108,45,99,111,111,107,105,101,0,0,0,20,111,117,116,101,114,45,119,114,97,112,112,101,114,45,99,111,111,107,105,101,0,0,0,16,112,100,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,0,0,18,112,100,111,45,99,111,111,107,105,101,115,45,112,111,108,105,99,121,0,0,0,16,112,112,45,99,111,111,107,105,101,45,100,105,97,108,111,103,0,0,0,20,112,114,105,118,97,99,121,45,112,111,108,105,99,121,45,116,111,97,115,116,0,0,0,23,112,114,111,97,99,116,117,97,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,0,0,18,112,117,109,97,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,0,0,18,114,116,107,45,99,111,111,107,105,101,115,45,110,111,116,105,99,101,0,0,0,18,115,55,50,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,0,0,17,115,100,45,99,111,111,107,105,101,115,45,119,105,100,103,101,116,0,0,0,17,115,101,99,116,105,111,110,32,62,32,46,99,111,111,107,105,101,0,0,0,31,115,101,99,116,105,111,110,91,99,108,97,115,115,42,61,34,95,67,111,111,107,105,101,78,111,116,105,99,101,34,93,0,0,0,36,115,101,99,116,105,111,110,91,100,97,116,97,45,99,111,109,112,111,110,101,110,116,61,34,67,111,109,51,67,111,111,107,105,101,34,93,0,0,0,37,115,101,99,116,105,111,110,91,100,97,116,97,45,116,101,115,116,45,105,100,61,34,99,111,111,107,105,101,45,110,111,116,105,99,101,34,93,0,0,0,33,115,101,99,116,105,111,110,91,100,97,116,97,45,118,105,101,119,61,34,99,111,111,107,105,101,80,111,108,105,99,121,34,93,0,0,0,18,115,101,108,108,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,0,0,17,115,104,98,45,99,111,111,107,105,101,45,97,99,99,101,112,116,0,0,0,18,115,104,98,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,0,0,16,115,106,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,0,0,18,115,111,110,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,0,0,23,115,116,97,101,100,116,108,101,114,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,0,0,27,115,117,99,104,101,110,45,99,111,111,107,105,101,45,112,114,105,118,97,99,121,45,116,111,97,115,116,0,0,0,17,116,97,103,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,0,0,12,116,104,111,114,45,99,111,111,107,105,101,115,0,0,0,20,116,104,114,101,97,100,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,0,0,17,116,112,108,45,99,111,111,107,105,101,99,111,110,115,101,110,116,0,0,0,13,116,115,45,99,111,111,107,105,101,45,109,115,103,0,0,0,14,116,117,105,45,99,111,111,107,105,101,45,98,97,114,0,0,0,18,116,117,105,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,0,0,18,116,117,117,103,111,45,110,111,116,105,102,105,99,97,116,105,111,110,0,0,0,22,117,99,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,0,0,0,17,117,103,99,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,0,0,15,117,120,45,99,111,111,107,105,101,45,108,97,121,101,114,0,0,0,27,118,99,45,115,105,116,101,45,99,111,111,107,105,101,112,111,108,105,99,121,45,100,105,97,108,111,103,0,0,0,13,118,101,105,115,115,45,99,111,111,107,105,101,115,0,0,0,17,118,108,115,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,0,0,18,118,111,99,45,99,111,111,107,105,101,45,119,97,114,110,105,110,103,0,0,0,10,119,99,45,99,111,111,107,105,101,115,0,0,0,18,119,101,98,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,0,0,11,119,101,99,111,109,97,45,108,105,116,101,0,0,0,21,119,105,101,108,97,110,100,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,0,0,29,119,112,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,45,98,97,110,110,101,114,0,0,0,29,119,120,45,99,111,111,107,105,101,45,112,111,108,105,99,121,45,110,111,116,105,102,105,99,97,116,105,111,110,0,0,0,24,120,107,45,99,111,111,107,105,101,45,112,111,108,105,99,121,45,119,97,114,110,105,110,103,0,0,0,16,121,100,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,0,0,17,121,103,45,99,111,111,107,105,101,45,99,111,110,102,105,114,109,0,0,0,31,121,116,100,45,97,112,112,32,126,32,105,114,111,110,45,111,118,101,114,108,97,121,45,98,97,99,107,100,114,111,112,0,0,0,25,121,116,100,45,99,111,110,115,101,110,116,45,98,117,109,112,45,114,101,110,100,101,114,101,114,0,0,0,26,121,116,100,45,109,101,97,108,98,97,114,45,112,114,111,109,111,45,114,101,110,100,101,114,101,114,0,0,0,23,121,116,103,45,110,111,116,105,102,105,99,97,116,105,111,110,45,102,111,111,116,101,114,0,0,0,18,122,97,112,102,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,0,0,17,97,114,116,105,99,108,101,46,99,45,99,111,111,107,105,101,115,0,0,0,21,97,114,116,105,99,108,101,46,99,111,111,107,105,101,45,98,97,110,110,101,114,0,0,0,24,97,114,116,105,99,108,101,46,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,0,0,18,97,115,105,100,101,35,99,111,111,107,105,101,45,112,111,112,117,112,0,0,0,28,97,115,105,100,101,35,101,117,95,99,111,111,107,105,101,95,108,97,119,95,119,105,100,103,101,116,45,50,0,0,0,27,97,115,105,100,101,46,97,109,103,100,112,114,106,115,45,98,97,114,45,116,101,109,112,108,97,116,101,0,0,0,20,97,115,105,100,101,46,98,111,116,116,111,109,45,99,111,111,107,105,101,115,0,0,0,19,97,115,105,100,101,46,99,111,111,107,105,101,45,98,97,110,110,101,114,0,0,0,16,97,115,105,100,101,46,99,111,111,107,105,101,45,98,97,114,0,0,0,18,97,115,105,100,101,46,99,111,111,107,105,101,45,112,111,112,117,112,0,0,0,22,100,105,118,35,65,67,67,108,97,121,101,114,66,97,99,107,103,114,111,117,110,100,0,0,0,23,100,105,118,35,65,67,67,115,109,97,108,108,67,111,111,107,105,101,76,97,121,101,114,0,0,0,17,100,105,118,35,97,99,99,101,112,116,45,99,111,111,107,105,101,0,0,0,27,100,105,118,35,97,99,99,101,112,116,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,0,0,21,100,105,118,35,97,99,101,112,116,97,114,95,99,111,110,116,97,105,110,101,114,0,0,0,17,100,105,118,35,97,108,108,111,119,45,99,111,111,107,105,101,115,0,0,0,24,100,105,118,35,99,99,45,99,111,110,115,101,110,116,45,99,111,110,116,97,105,110,101,114,0,0,0,16,100,105,118,35,99,99,95,99,111,110,116,97,105,110,101,114,0,0,0,16,100,105,118,35,99,99,112,97,45,99,111,110,115,101,110,116,0,0,0,20,100,105,118,35,99,99,112,97,67,111,111,107,105,101,66,97,110,110,101,114,0,0,0,28,100,105,118,35,99,109,99,45,99,111,111,107,105,101,45,112,111,108,105,99,121,45,98,97,110,110,101,114,0,0,0,21,100,105,118,35,99,109,112,45,97,112,112,45,99,111,110,116,97,105,110,101,114,0,0,0,28,100,105,118,35,99,111,110,115,101,110,116,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,0,0,29,100,105,118,35,99,111,110,115,101,110,116,45,109,97,110,97,103,101,114,45,99,111,110,116,97,105,110,101,114,0,0,0,29,100,105,118,35,99,111,110,115,101,110,116,67,111,109,112,111,110,101,110,116,67,111,110,116,97,105,110,101,114,0,0,0,16,100,105,118,35,99,111,110,115,101,110,116,102,114,97,109,101,0,0,0,22,100,105,118,35,99,111,110,116,101,110,101,100,111,114,45,99,111,111,107,105,101,115,0,0,0,27,100,105,118,35,99,111,111,107,105,101,45,97,99,99,101,112,116,45,99,111,110,116,97,105,110,101,114,0,0,0,21,100,105,118,35,99,111,111,107,105,101,45,97,99,99,101,112,116,97,110,99,101,0,0,0,26,100,105,118,35,99,111,111,107,105,101,45,97,108,101,114,116,45,99,111,110,116,97,105,110,101,114,0,0,0,27,100,105,118,35,99,111,111,107,105,101,45,98,97,110,110,101,114,45,99,111,110,116,97,105,110,101,114,0,0,0,27,100,105,118,35,99,111,111,107,105,101,45,98,97,110,110,101,114,95,99,111,110,116,97,105,110,101,114,0,0,0,16,100,105,118,35,99,111,111,107,105,101,45,99,104,101,99,107,0,0,0,27,100,105,118,35,99,111,111,107,105,101,45,99,104,111,105,99,101,45,99,111,110,116,97,105,110,101,114,0,0,0,25,100,105,118,35,99,111,111,107,105,101,45,105,110,102,111,45,99,111,110,116,97,105,110,101,114,0,0,0,21,100,105,118,35,99,111,111,107,105,101,45,108,97,119,45,98,97,110,110,101,114,0,0,0,18,100,105,118,35,99,111,111,107,105,101,66,111,116,72,105,100,101,49,0,0,0,29,100,105,118,35,99,111,111,107,105,101,67,111,110,115,101,110,116,83,116,105,99,107,121,70,111,111,116,101,114,0,0,0,15,100,105,118,35,99,111,111,107,105,101,80,111,112,117,112,0,0,0,17,100,105,118,35,99,111,111,107,105,101,95,98,97,110,110,101,114,0,0,0,22,100,105,118,35,99,111,111,107,105,101,115,45,98,97,99,107,103,114,111,117,110,100,0,0,0,15,100,105,118,35,99,111,111,107,105,101,115,45,112,111,112,0,0,0,19,100,105,118,35,99,111,111,107,105,101,115,65,112,112,114,111,118,97,108,0,0,0,19,100,105,118,35,99,111,111,107,105,101,115,76,105,103,104,116,98,111,120,0,0,0,20,100,105,118,35,99,111,111,107,105,101,115,100,105,114,101,99,116,105,118,101,0,0,0,18,100,105,118,35,100,99,67,111,111,107,105,101,72,101,108,112,101,114,0,0,0,22,100,105,118,35,100,99,67,111,111,107,105,101,72,101,108,112,101,114,45,45,98,103,0,0,0,20,100,105,118,35,101,117,45,99,111,111,107,105,101,115,45,112,111,112,117,112,0,0,0,22,100,105,118,35,103,100,112,114,45,99,111,111,107,105,101,45,97,99,99,101,112,116,0,0,0,17,100,105,118,35,103,100,112,114,67,111,111,107,105,101,66,97,114,0,0,0,24,100,105,118,35,103,100,112,114,112,97,116,114,111,110,73,110,102,111,108,101,105,115,116,101,0,0,0,31,100,105,118,35,103,100,112,114,112,97,116,114,111,110,73,110,102,111,108,101,105,115,116,101,79,118,101,114,108,97,121,0,0,0,8,100,105,118,35,108,103,112,100,0,0,0,15,100,105,118,35,108,103,112,100,45,98,97,110,110,101,114,0,0,0,26,100,105,118,35,108,103,112,100,45,119,97,114,110,105,110,103,45,99,111,110,116,97,105,110,101,114,0,0,0,14,100,105,118,35,115,104,97,100,67,111,111,107,105,101,0,0,0,27,100,105,118,35,116,114,97,99,107,105,110,103,45,99,111,110,115,101,110,116,45,100,105,97,108,111,103,0,0,0,19,100,105,118,35,119,104,67,111,111,107,105,101,77,97,110,97,103,101,114,0,0,0,11,100,105,118,46,45,99,111,111,107,105,101,0,0,0,18,100,105,118,46,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,0,0,12,100,105,118,46,45,99,111,111,107,105,101,115,0,0,0,19,100,105,118,46,45,99,111,111,107,105,101,115,45,110,111,116,105,99,101,0,0,0,19,100,105,118,46,45,99,111,111,107,105,101,115,95,95,97,108,101,114,116,0,0,0,17,100,105,118,46,65,99,99,101,112,116,67,111,111,107,105,101,115,0,0,0,13,100,105,118,46,66,111,120,67,111,111,107,105,101,0,0,0,17,100,105,118,46,67,111,110,115,101,110,116,67,111,111,107,105,101,0,0,0,10,100,105,118,46,67,111,111,107,105,101,0,0,0,17,100,105,118,46,67,111,111,107,105,101,45,98,97,110,110,101,114,0,0,0,17,100,105,118,46,67,111,111,107,105,101,45,110,111,116,105,99,101,0,0,0,18,100,105,118,46,67,111,111,107,105,101,45,119,114,97,112,112,101,114,0,0,0,16,100,105,118,46,67,111,111,107,105,101,65,99,99,101,112,116,0,0,0,15,100,105,118,46,67,111,111,107,105,101,65,108,101,114,116,0,0,0,22,100,105,118,46,67,111,111,107,105,101,67,111,110,102,105,114,109,97,116,105,111,110,0,0,0,14,100,105,118,46,67,111,111,107,105,101,73,110,102,111,0,0,0,32,100,105,118,46,67,111,111,107,105,101,77,101,115,115,97,103,101,95,95,99,111,111,107,105,101,77,101,115,115,97,103,101,0,0,0,16,100,105,118,46,67,111,111,107,105,101,80,114,111,109,112,116,0,0,0,17,100,105,118,46,67,111,111,107,105,101,87,114,97,112,112,101,114,0,0,0,17,100,105,118,46,67,111,111,107,105,101,95,95,80,111,112,117,112,0,0,0,11,100,105,118,46,67,111,111,107,105,101,115,0,0,0,15,100,105,118,46,67,111,111,107,105,101,115,87,114,97,112,0,0,0,12,100,105,118,46,69,85,67,111,111,107,105,101,0,0,0,38,100,105,118,46,71,100,112,114,67,111,111,107,105,101,67,111,110,115,101,110,116,45,67,111,110,115,101,110,116,67,111,110,116,97,105,110,101,114,0,0,0,45,100,105,118,46,71,100,112,114,67,111,111,107,105,101,67,111,110,115,101,110,116,45,67,111,110,115,101,110,116,67,111,110,116,97,105,110,101,114,79,118,101,114,108,97,121,0,0,0,17,100,105,118,46,80,114,105,118,97,99,121,66,97,110,110,101,114,0,0,0,17,100,105,118,46,80,114,105,118,97,99,121,67,111,111,107,105,101,0,0,0,17,100,105,118,46,97,99,99,101,112,116,45,99,111,111,107,105,101,0,0,0,18,100,105,118,46,97,99,99,101,112,116,45,99,111,111,107,105,101,115,0,0,0,15,100,105,118,46,97,99,99,101,112,116,45,114,103,112,100,0,0,0,16,100,105,118,46,97,99,99,101,112,116,67,111,111,107,105,101,0,0,0,17,100,105,118,46,97,99,99,101,112,116,67,111,111,107,105,101,115,0,0,0,19,100,105,118,46,97,99,99,101,112,116,95,95,99,111,111,107,105,101,115,0,0,0,16,100,105,118,46,97,99,99,101,112,116,99,111,111,107,105,101,0,0,0,17,100,105,118,46,97,99,99,101,112,116,99,111,111,107,105,101,115,0,0,0,20,100,105,118,46,97,99,99,101,112,116,101,100,45,99,111,111,107,105,101,115,0,0,0,15,100,105,118,46,97,103,114,101,101,99,111,111,107,105,101,0,0,0,14,100,105,118,46,97,108,101,114,116,45,99,111,111,107,0,0,0,16,100,105,118,46,97,108,101,114,116,45,99,111,111,107,105,101,0,0,0,17,100,105,118,46,97,108,101,114,116,45,99,111,111,107,105,101,115,0,0,0,14,100,105,118,46,97,108,101,114,116,45,103,100,112,114,0,0,0,15,100,105,118,46,97,108,101,114,116,67,111,111,107,105,101,0,0,0,16,100,105,118,46,97,108,101,114,116,67,111,111,107,105,101,115,0,0,0,18,100,105,118,46,97,108,101,114,116,95,95,99,111,111,107,105,101,115,0,0,0,16,100,105,118,46,97,108,108,111,119,45,99,111,111,107,105,101,0,0,0,17,100,105,118,46,97,108,108,111,119,45,99,111,111,107,105,101,115,0,0,0,15,100,105,118,46,97,108,108,111,119,99,111,111,107,105,101,0,0,0,21,100,105,118,46,97,112,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,0,0,15,100,105,118,46,97,112,112,45,99,111,111,107,105,101,115,0,0,0,14,100,105,118,46,97,115,107,45,99,111,111,107,105,101,0,0,0,11,100,105,118,46,97,115,107,99,111,111,107,0,0,0,20,100,105,118,46,97,119,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,0,0,13,100,105,118,46,98,45,45,99,111,111,107,105,101,0,0,0,12,100,105,118,46,98,45,99,111,111,107,105,101,0,0,0,14,100,105,118,46,98,108,111,99,107,45,99,110,105,108,0,0,0,16,100,105,118,46,98,108,111,99,107,45,99,111,111,107,105,101,0,0,0,24,100,105,118,46,98,108,111,99,107,45,99,111,111,107,105,101,45,119,97,114,110,105,110,103,0,0,0,17,100,105,118,46,98,108,111,99,107,45,99,111,111,107,105,101,115,0,0,0,15,100,105,118,46,98,108,111,103,45,99,111,111,107,105,101,0,0,0,18,100,105,118,46,98,111,116,116,111,109,45,99,111,111,107,105,101,115,0,0,0,12,100,105,118,46,98,111,120,95,108,103,112,100,0,0,0,13,100,105,118,46,99,45,99,111,110,115,101,110,116,0,0,0,12,100,105,118,46,99,45,99,111,111,107,105,101,0,0,0,19,100,105,118,46,99,45,99,111,111,107,105,101,67,111,110,115,101,110,116,0,0,0,19,100,105,118,46,99,45,99,111,111,107,105,101,99,111,110,115,101,110,116,0,0,0,13,100,105,118,46,99,45,99,111,111,107,105,101,115,0,0,0,10,100,105,118,46,99,45,103,100,112,114,0,0,0,11,100,105,118,46,99,80,111,108,105,99,121,0,0,0,20,100,105,118,46,99,99,45,67,111,111,107,105,101,87,97,114,110,105,110,103,0,0,0,16,100,105,118,46,99,99,112,97,45,109,101,115,115,97,103,101,0,0,0,15,100,105,118,46,99,99,112,97,45,110,111,116,105,99,101,0,0,0,24,100,105,118,46,99,105,118,105,99,95,99,111,111,107,105,101,95,95,98,97,110,110,101,114,0,0,0,25,100,105,118,46,99,105,118,105,99,95,99,111,111,107,105,101,95,95,111,118,101,114,108,97,121,0,0,0,8,100,105,118,46,99,110,105,108,0,0,0,14,100,105,118,46,99,110,105,108,45,112,111,112,117,112,0,0,0,18,100,105,118,46,99,111,110,102,105,114,109,45,99,111,111,107,105,101,0,0,0,28,100,105,118,46,99,111,110,115,101,110,116,45,98,97,110,110,101,114,45,99,111,110,116,97,105,110,101,114,0,0,0,14,100,105,118,46,99,111,110,115,101,110,116,45,98,103,0,0,0,18,100,105,118,46,99,111,110,115,101,110,116,45,100,105,97,108,111,103,0,0,0,16,100,105,118,46,99,111,110,115,101,110,116,45,115,104,111,119,0,0,0,25,100,105,118,46,99,111,110,115,101,110,116,45,115,117,109,109,97,114,121,45,115,104,111,119,110,0,0,0,20,100,105,118,46,99,111,110,115,101,110,116,45,116,114,97,99,107,105,110,103,0,0,0,17,100,105,118,46,99,111,110,115,101,110,116,98,97,110,110,101,114,0,0,0,20,100,105,118,46,99,111,110,116,97,105,110,101,114,67,111,111,107,105,101,115,0,0,0,18,100,105,118,46,99,111,110,116,101,110,45,99,111,111,107,105,101,115,0,0,0,15,100,105,118,46,99,111,111,99,107,105,101,115,100,105,118,0,0,0,15,100,105,118,46,99,111,111,107,105,101,45,45,98,97,114,0,0,0,16,100,105,118,46,99,111,111,107,105,101,45,45,98,108,117,114,0,0,0,18,100,105,118,46,99,111,111,107,105,101,45,45,110,111,116,105,99,101,0,0,0,19,100,105,118,46,99,111,111,107,105,101,45,45,119,114,97,112,112,101,114,0,0,0,27,100,105,118,46,99,111,111,107,105,101,45,97,99,99,101,112,116,45,99,111,110,116,97,105,110,101,114,0,0,0,21,100,105,118,46,99,111,111,107,105,101,45,98,97,99,107,103,114,111,117,110,100,0,0,0,17,100,105,118,46,99,111,111,107,105,101,45,98,97,110,110,101,114,0,0,0,25,100,105,118,46,99,111,111,107,105,101,45,98,97,110,110,101,114,45,119,114,97,112,112,101,114,0,0,0,16,100,105,118,46,99,111,111,107,105,101,45,98,108,97,99,107,0,0,0,15,100,105,118,46,99,111,111,107,105,101,45,98,108,111,99,0,0,0,18,100,105,118,46,99,111,111,107,105,101,45,99,104,111,105,99,101,115,0,0,0,21,100,105,118,46,99,111,111,107,105,101,45,99,111,109,112,105,108,97,110,99,101,0,0,0,21,100,105,118,46,99,111,111,107,105,101,45,99,111,109,112,108,105,97,110,99,101,0,0,0,18,100,105,118,46,99,111,111,107,105,101,45,99,111,110,102,105,114,109,0,0,0,22,100,105,118,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,98,97,114,0,0,0,24,100,105,118,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,98,108,111,99,107,0,0,0,23,100,105,118,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,111,112,101,110,0,0,0,26,100,105,118,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,111,118,101,114,108,97,121,0,0,0,24,100,105,118,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,112,111,112,117,112,0,0,0,23,100,105,118,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,115,104,111,119,0,0,0,25,100,105,118,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,119,105,110,100,111,119,0,0,0,18,100,105,118,46,99,111,111,107,105,101,45,100,101,116,97,105,108,115,0,0,0,20,100,105,118,46,99,111,111,107,105,101,45,100,105,114,101,99,116,105,118,101,0,0,0,20,100,105,118,46,99,111,111,107,105,101,45,100,105,115,99,108,97,109,101,114,0,0,0,21,100,105,118,46,99,111,111,107,105,101,45,100,105,115,99,108,111,115,117,114,101,0,0,0,14,100,105,118,46,99,111,111,107,105,101,45,100,105,118,0,0,0,13,100,105,118,46,99,111,111,107,105,101,45,101,117,0,0,0,15,100,105,118,46,99,111,111,107,105,101,45,103,100,112,114,0,0,0,15,100,105,118,46,99,111,111,107,105,101,45,104,105,110,116,0,0,0,18,100,105,118,46,99,111,111,107,105,101,45,104,105,110,119,101,105,115,0,0,0,15,100,105,118,46,99,111,111,107,105,101,45,104,111,108,100,0,0,0,15,100,105,118,46,99,111,111,107,105,101,45,105,110,102,111,0,0,0,14,100,105,118,46,99,111,111,107,105,101,45,109,115,103,0,0,0,17,100,105,118,46,99,111,111,107,105,101,45,110,111,116,105,99,101,0,0,0,21,100,105,118,46,99,111,111,107,105,101,45,110,111,116,105,99,101,45,98,105,103,0,0,0,22,100,105,118,46,99,111,111,107,105,101,45,110,111,116,105,99,101,45,98,111,100,121,0,0,0,25,100,105,118,46,99,111,111,107,105,101,45,110,111,116,105,99,101,45,99,111,110,115,101,110,116,0,0,0,22,100,105,118,46,99,111,111,107,105,101,45,110,111,116,105,99,101,45,111,112,101,110,0,0,0,25,100,105,118,46,99,111,111,107,105,101,45,110,111,116,105,99,101,45,118,105,115,105,98,108,101,0,0,0,25,100,105,118,46,99,111,111,107,105,101,45,110,111,116,105,99,101,45,119,114,97,112,112,101,114,0,0,0,18,100,105,118,46,99,111,111,107,105,101,45,111,118,101,114,108,97,121,0,0,0,18,100,105,118,46,99,111,111,107,105,101,45,112,97,100,100,105,110,103,0,0,0,16,100,105,118,46,99,111,111,107,105,101,45,112,97,110,101,108,0,0,0,17,100,105,118,46,99,111,111,107,105,101,45,112,97,114,101,110,116,0,0,0,17,100,105,118,46,99,111,111,107,105,101,45,112,111,108,105,99,121,0,0,0,24,100,105,118,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,98,97,110,110,101,114,0,0,0,22,100,105,118,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,104,101,97,100,0,0,0,22,100,105,118,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,105,110,102,111,0,0,0,30,100,105,118,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,105,110,102,111,45,45,99,101,110,116,101,114,0,0,0,22,100,105,118,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,111,112,101,110,0,0,0,29,100,105,118,46,99,111,111,107,105,101,45,112,114,101,102,101,114,101,110,99,101,115,45,98,97,110,110,101,114,0,0,0,19,100,105,118,46,99,111,111,107,105,101,45,114,101,109,105,110,100,101,114,0,0,0,15,100,105,118,46,99,111,111,107,105,101,45,115,104,111,119,0,0,0,18,100,105,118,46,99,111,111,107,105,101,45,118,105,115,105,98,108,101,0,0,0,15,100,105,118,46,99,111,111,107,105,101,45,119,97,114,110,0,0,0,18,100,105,118,46,99,111,111,107,105,101,45,119,97,114,110,105,110,103,0,0,0,21,100,105,118,46,99,111,111,107,105,101,66,97,99,107,103,97,114,111,117,110,100,0,0,0,16,100,105,118,46,99,111,111,107,105,101,66,97,110,110,101,114,0,0,0,13,100,105,118,46,99,111,111,107,105,101,66,97,114,0,0,0,17,100,105,118,46,99,111,111,107,105,101,67,111,110,115,101,110,116,0,0,0,20,100,105,118,46,99,111,111,107,105,101,68,105,115,99,108,97,105,109,101,114,0,0,0,16,100,105,118,46,99,111,111,107,105,101,72,111,108,100,101,114,0,0,0,17,100,105,118,46,99,111,111,107,105,101,77,101,115,115,97,103,101,0,0,0,13,100,105,118,46,99,111,111,107,105,101,77,115,103,0,0,0,13,100,105,118,46,99,111,111,107,105,101,78,97,118,0,0,0,16,100,105,118,46,99,111,111,107,105,101,80,111,108,105,99,121,0,0,0,13,100,105,118,46,99,111,111,107,105,101,80,111,112,0,0,0,16,100,105,118,46,99,111,111,107,105,101,80,114,111,109,112,116,0,0,0,22,100,105,118,46,99,111,111,107,105,101,84,101,120,116,115,87,114,97,112,112,101,114,0,0,0,17,100,105,118,46,99,111,111,107,105,101,95,95,97,108,101,114,116,0,0,0,20,100,105,118,46,99,111,111,107,105,101,95,95,98,97,99,107,100,114,111,112,0,0,0,22,100,105,118,46,99,111,111,107,105,101,95,95,99,111,109,112,108,105,97,110,99,101,0,0,0,22,100,105,118,46,99,111,111,107,105,101,95,95,100,105,115,99,108,97,105,109,101,114,0,0,0,17,100,105,118,46,99,111,111,107,105,101,95,95,108,97,121,101,114,0,0,0,18,100,105,118,46,99,111,111,107,105,101,95,95,110,111,116,105,99,101,0,0,0,17,100,105,118,46,99,111,111,107,105,101,95,95,112,111,112,117,112,0,0,0,16,100,105,118,46,99,111,111,107,105,101,95,97,103,114,101,101,0,0,0,21,100,105,118,46,99,111,111,107,105,101,95,97,103,114,101,101,95,119,114,97,112,0,0,0,16,100,105,118,46,99,111,111,107,105,101,95,97,108,97,114,109,0,0,0,15,100,105,118,46,99,111,111,107,105,101,95,104,101,97,100,0,0,0,17,100,105,118,46,99,111,111,107,105,101,95,104,101,97,100,101,114,0,0,0,14,100,105,118,46,99,111,111,107,105,101,95,109,115,103,0,0,0,16,100,105,118,46,99,111,111,107,105,101,95,112,111,112,117,112,0,0,0,15,100,105,118,46,99,111,111,107,105,101,95,116,101,120,116,0,0,0,18,100,105,118,46,99,111,111,107,105,101,95,118,105,115,105,98,108,101,0,0,0,20,100,105,118,46,99,111,111,107,105,101,98,97,99,107,103,114,111,117,110,100,0,0,0,16,100,105,118,46,99,111,111,107,105,101,98,97,110,110,101,114,0,0,0,13,100,105,118,46,99,111,111,107,105,101,98,97,114,0,0,0,13,100,105,118,46,99,111,111,107,105,101,98,111,120,0,0,0,17,100,105,118,46,99,111,111,107,105,101,99,111,110,102,105,114,109,0,0,0,17,100,105,118,46,99,111,111,107,105,101,99,111,110,115,101,110,116,0,0,0,16,100,105,118,46,99,111,111,107,105,101,104,111,108,100,101,114,0,0,0,14,100,105,118,46,99,111,111,107,105,101,104,116,109,108,0,0,0,16,100,105,118,46,99,111,111,107,105,101,110,111,116,105,99,101,0,0,0,13,100,105,118,46,99,111,111,107,105,101,112,111,112,0,0,0,16,100,105,118,46,99,111,111,107,105,101,112,114,111,109,112,116,0,0,0,20,100,105,118,46,99,111,111,107,105,101,115,45,45,118,105,115,105,98,108,101,0,0,0,18,100,105,118,46,99,111,111,107,105,101,115,45,98,97,110,110,101,114,0,0,0,16,100,105,118,46,99,111,111,107,105,101,115,45,98,111,100,121,0,0,0,15,100,105,118,46,99,111,111,107,105,101,115,45,98,116,109,0,0,0,19,100,105,118,46,99,111,111,107,105,101,115,45,99,111,110,115,101,110,116,0,0,0,16,100,105,118,46,99,111,111,107,105,101,115,45,99,111,110,116,0,0,0,17,100,105,118,46,99,111,111,107,105,101,115,45,102,105,120,101,100,0,0,0,19,100,105,118,46,99,111,111,107,105,101,115,45,109,101,115,115,97,103,101,0,0,0,18,100,105,118,46,99,111,111,107,105,101,115,45,110,111,116,105,99,101,0,0,0,15,100,105,118,46,99,111,111,107,105,101,115,45,112,97,110,0,0,0,18,100,105,118,46,99,111,111,107,105,101,115,45,112,97,114,101,110,116,0,0,0,15,100,105,118,46,99,111,111,107,105,101,115,45,112,111,112,0,0,0,18,100,105,118,46,99,111,111,107,105,101,115,45,115,112,108,97,115,104,0,0,0,19,100,105,118,46,99,111,111,107,105,101,115,45,118,105,115,105,98,108,101,0,0,0,21,100,105,118,46,99,111,111,107,105,101,115,65,99,99,101,112,116,97,110,99,101,0,0,0,17,100,105,118,46,99,111,111,107,105,101,115,66,97,110,110,101,114,0,0,0,18,100,105,118,46,99,111,111,107,105,101,115,95,95,97,108,101,114,116,0,0,0,18,100,105,118,46,99,111,111,107,105,101,115,95,95,102,105,114,115,116,0,0,0,18,100,105,118,46,99,111,111,107,105,101,115,95,95,111,117,116,101,114,0,0,0,18,100,105,118,46,99,111,111,107,105,101,115,95,98,97,110,110,101,114,0,0,0,18,100,105,118,46,99,111,111,107,105,101,115,95,100,101,115,105,103,110,0,0,0,16,100,105,118,46,99,111,111,107,105,101,115,95,111,112,101,110,0,0,0,17,100,105,118,46,99,111,111,107,105,101,115,95,112,97,110,101,108,0,0,0,15,100,105,118,46,99,111,111,107,105,101,115,95,112,111,112,0,0,0,16,100,105,118,46,99,111,111,107,105,101,115,99,114,101,101,110,0,0,0,17,100,105,118,46,99,111,111,107,105,101,115,101,99,116,105,111,110,0,0,0,15,100,105,118,46,99,111,111,107,105,101,115,112,97,99,101,0,0,0,16,100,105,118,46,99,111,111,107,105,101,115,112,108,97,99,101,0,0,0,19,100,105,118,46,99,111,111,107,105,101,115,116,97,116,101,109,101,110,116,0,0,0,17,100,105,118,46,99,111,111,107,105,101,115,119,105,110,100,111,119,0,0,0,14,100,105,118,46,100,101,118,45,99,111,111,107,105,101,0,0,0,22,100,105,118,46,100,112,45,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,0,0,20,100,105,118,46,101,100,117,45,109,111,100,97,108,45,99,111,111,107,105,101,0,0,0,13,100,105,118,46,101,117,45,99,111,111,107,105,101,0,0,0,14,100,105,118,46,101,117,45,111,118,101,114,108,97,121,0,0,0,13,100,105,118,46,101,117,95,99,111,111,107,105,101,0,0,0,13,100,105,118,46,101,117,99,111,110,115,101,110,116,0,0,0,11,100,105,118,46,101,117,112,111,112,117,112,0,0,0,16,100,105,118,46,101,122,109,111,98,45,102,111,111,116,101,114,0,0,0,15,100,105,118,46,103,100,112,114,45,98,111,116,116,111,109,0,0,0,16,100,105,118,46,103,100,112,114,45,99,111,110,102,105,114,109,0,0,0,15,100,105,118,46,103,100,112,114,45,99,111,111,107,105,101,0,0,0,32,100,105,118,46,103,100,112,114,45,99,111,111,107,105,101,99,111,110,115,101,110,116,45,99,111,110,116,97,105,110,101,114,0,0,0,30,100,105,118,46,103,100,112,114,45,99,111,111,107,105,101,99,111,110,115,101,110,116,45,111,118,101,114,108,97,121,0,0,0,31,100,105,118,46,103,100,112,114,45,99,111,111,107,105,101,99,111,110,115,101,110,116,45,115,101,116,116,105,110,103,115,0,0,0,21,100,105,118,46,103,100,112,114,45,112,111,112,117,112,45,98,111,114,100,101,114,0,0,0,13,100,105,118,46,103,100,112,114,45,115,104,111,119,0,0,0,16,100,105,118,46,103,100,112,114,45,119,114,97,112,112,101,114,0,0,0,15,100,105,118,46,103,100,112,114,87,114,97,112,112,101,114,0,0,0,15,100,105,118,46,103,114,105,100,45,99,111,111,107,105,101,0,0,0,12,100,105,118,46,105,45,99,111,111,107,105,101,0,0,0,13,100,105,118,46,105,115,45,99,111,111,107,105,101,0,0,0,14,100,105,118,46,105,115,45,99,111,111,107,105,101,115,0,0,0,29,100,105,118,46,106,115,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,111,118,101,114,108,97,121,0,0,0,18,100,105,118,46,106,115,45,99,111,111,107,105,101,45,110,111,116,101,0,0,0,27,100,105,118,46,106,115,45,99,111,111,107,105,101,45,110,111,116,101,45,45,111,118,101,114,108,97,121,0,0,0,22,100,105,118,46,106,115,45,99,111,111,107,105,101,45,116,101,109,112,108,97,116,101,0,0,0,17,100,105,118,46,106,115,45,100,105,115,99,108,97,105,109,101,114,0,0,0,17,100,105,118,46,108,97,121,101,114,95,99,111,111,107,105,101,115,0,0,0,17,100,105,118,46,108,97,121,111,117,116,45,99,111,111,107,105,101,0,0,0,14,100,105,118,46,108,103,112,100,45,112,111,112,117,112,0,0,0,16,100,105,118,46,108,103,112,100,45,119,97,114,110,105,110,103,0,0,0,18,100,105,118,46,109,101,115,115,97,103,101,99,111,111,107,105,101,115,0,0,0,15,100,105,118,46,109,111,100,95,99,111,111,107,105,101,115,0,0,0,13,100,105,118,46,109,115,103,67,111,111,107,105,101,0,0,0,18,100,105,118,46,110,111,116,105,99,101,45,45,99,111,111,107,105,101,0,0,0,21,100,105,118,46,110,111,116,105,102,105,99,97,116,105,111,110,112,111,112,117,112,0,0,0,15,100,105,118,46,110,119,109,45,99,111,111,107,105,101,115,0,0,0,14,100,105,118,46,112,97,103,101,67,111,111,107,105,101,0,0,0,15,100,105,118,46,112,97,103,101,99,111,111,107,105,101,115,0,0,0,16,100,105,118,46,112,97,110,101,108,67,111,111,107,105,101,115,0,0,0,16,100,105,118,46,112,111,112,85,112,67,111,111,107,105,101,115,0,0,0,16,100,105,118,46,112,111,112,117,112,99,111,111,107,105,101,115,0,0,0,19,100,105,118,46,112,114,105,118,97,99,121,45,99,111,110,115,101,110,116,0,0,0,16,100,105,118,46,112,114,105,118,97,99,121,45,105,110,102,111,0,0,0,19,100,105,118,46,112,114,105,118,97,99,121,45,109,101,115,115,97,103,101,0,0,0,17,100,105,118,46,112,114,105,118,97,99,121,45,109,111,100,97,108,0,0,0,18,100,105,118,46,112,114,105,118,97,99,121,45,109,111,100,117,108,101,0,0,0,16,100,105,118,46,112,114,105,118,97,99,121,45,110,111,116,101,0,0,0,19,100,105,118,46,112,114,105,118,97,99,121,45,111,118,101,114,108,97,121,0,0,0,18,100,105,118,46,112,114,105,118,97,99,121,45,112,111,108,105,99,101,0,0,0,27,100,105,118,46,112,114,105,118,97,99,121,45,112,111,112,117,112,45,99,111,110,116,97,105,110,101,114,0,0,0,19,100,105,118,46,115,101,99,116,105,111,110,45,45,99,111,111,107,105,101,0,0,0,16,100,105,118,46,115,101,99,116,105,111,110,45,103,100,112,114,0,0,0,19,100,105,118,46,115,104,111,119,45,99,111,111,107,105,101,45,98,111,120,0,0,0,23,100,105,118,46,115,104,111,119,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,0,0,22,100,105,118,46,115,104,111,119,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,0,0,16,100,105,118,46,115,104,111,119,45,99,111,111,107,105,101,115,0,0,0,15,100,105,118,46,115,105,116,101,45,99,111,111,107,105,101,0,0,0,24,100,105,118,46,115,113,115,45,99,111,111,107,105,101,45,98,97,110,110,101,114,45,118,50,0,0,0,12,100,105,118,46,118,45,99,111,111,107,105,101,0,0,0,12,100,105,118,46,119,45,99,111,111,107,105,101,0,0,0,27,100,105,118,91,100,97,116,97,45,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,93,0,0,0,22,102,111,114,109,46,99,111,111,107,105,101,45,98,97,114,45,45,102,108,117,105,100,0,0,0,17,102,111,114,109,46,99,111,111,107,105,101,66,97,110,110,101,114,0,0,0,25,110,97,118,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,0,0,0,14,112,46,97,108,101,114,116,45,99,111,111,107,105,101,0,0,0,31,115,101,99,116,105,111,110,35,97,99,99,101,112,116,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,0,0,31,115,101,99,116,105,111,110,35,116,114,97,99,107,105,110,103,45,99,111,110,115,101,110,116,45,100,105,97,108,111,103,0,0,0,21,115,101,99,116,105,111,110,46,67,111,111,107,105,101,45,110,111,116,105,99,101,0,0,0,16,115,101,99,116,105,111,110,46,99,45,99,111,111,107,105,101,0,0,0,23,115,101,99,116,105,111,110,46,99,45,99,111,111,107,105,101,99,111,110,115,101,110,116,0,0,0,17,115,101,99,116,105,111,110,46,99,45,99,111,111,107,105,101,115,0,0,0,20,115,101,99,116,105,111,110,46,99,111,111,107,105,101,45,97,108,101,114,116,0,0,0,21,115,101,99,116,105,111,110,46,99,111,111,107,105,101,45,98,97,110,110,101,114,0,0,0,18,115,101,99,116,105,111,110,46,99,111,111,107,105,101,45,98,97,114,0,0,0,22,115,101,99,116,105,111,110,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,0,0,22,115,101,99,116,105,111,110,46,99,111,111,107,105,101,45,109,101,115,115,97,103,101,0,0,0,20,115,101,99,116,105,111,110,46,99,111,111,107,105,101,45,112,111,112,117,112,0,0,0,23,115,101,99,116,105,111,110,46,99,111,111,107,105,101,95,95,112,114,105,118,97,99,121,0,0,0,22,115,101,99,116,105,111,110,46,99,111,111,107,105,101,115,95,98,97,110,110,101,114,0,0,0,32,100,105,118,46,97,109,103,100,112,114,99,111,111,107,105,101,45,109,111,100,97,108,45,99,111,110,116,97,105,110,101,114,0,0,0,20,100,105,118,46,97,109,109,111,100,97,108,115,45,111,118,101,114,108,97,121,0,0,0,23,102,111,111,116,101,114,32,62,32,46,67,111,111,107,105,101,67,111,110,115,101,110,116,0,0,0,23,104,101,97,100,101,114,32,62,32,46,67,111,111,107,105,101,67,111,110,115,101,110,116,0,0,0,27,100,105,118,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,45,118,105,115,105,98,108,101,0,0,0,31,115,101,99,116,105,111,110,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,45,118,105,115,105,98,108,101,0,0,0,21,91,99,108,97,115,115,94,61,34,99,111,111,107,105,101,66,111,120,45,34,93,0,0,0,45,98,111,100,121,46,115,108,105,100,105,110,103,45,112,111,112,117,112,45,112,114,111,99,101,115,115,101,100,32,62,32,35,115,108,105,100,105,110,103,45,112,111,112,117,112,0,0,0,20,104,101,97,100,101,114,32,62,32,35,110,111,116,105,102,121,45,98,97,114,0,0,0,36,100,105,118,32,62,32,35,99,110,115,104,91,115,116,121,108,101,61,34,100,105,115,112,108,97,121,58,32,98,108,111,99,107,59,34,93,0,0,0,39,100,105,118,91,115,116,121,108,101,61,34,109,105,110,45,119,105,100,116,104,58,32,55,53,48,112,120,59,34,93,32,62,32,46,103,98,95,119,98,0,0,0,66,100,105,118,91,115,116,121,108,101,42,61,34,98,111,120,45,115,104,97,100,111,119,58,32,114,103,98,40,49,51,54,44,32,49,51,54,44,32,49,51,54,41,32,48,112,120,32,48,112,120,32,49,50,112,120,59,32,99,111,108,111,114,58,32,34,93,0,0,32,0,0,0,63,84,0,0,31,170,128,0,4,77,134,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,8,0,0,0,8,0,0,0,12,0,0,0,12,0,0,0,14,0,0,0,18,0,0,0,20,0,0,0,26,0,0,0,28,0,0,0,32,0,0,0,34,0,0,0,36,0,0,0,36,0,0,0,36,0,0,0,38,0,0,0,40,0,0,0,44,0,0,0,44,0,0,0,44,0,0,0,44,0,0,0,44,0,0,0,44,0,0,0,48,0,0,0,48,0,0,0,48,0,0,0,48,0,0,0,48,0,0,0,48,0,0,0,52,0,0,0,56,0,0,0,58,0,0,0,58,0,0,0,60,0,0,0,60,0,0,0,62,0,0,0,66,0,0,0,66,0,0,0,68,0,0,0,70,0,0,0,72,0,0,0,74,0,0,0,78,0,0,0,80,0,0,0,82,0,0,0,84,0,0,0,86,0,0,0,90,0,0,0,92,0,0,0,92,0,0,0,92,0,0,0,94,0,0,0,94,0,0,0,94,0,0,0,96,0,0,0,96,0,0,0,98,0,0,0,102,0,0,0,104,0,0,0,104,0,0,0,108,0,0,0,108,0,0,0,108,0,0,0,110,0,0,0,110,0,0,0,114,0,0,0,114,0,0,0,116,0,0,0,116,0,0,0,116,0,0,0,122,0,0,0,122,0,0,0,124,0,0,0,124,0,0,0,130,0,0,0,130,0,0,0,134,0,0,0,136,0,0,0,140,0,0,0,140,0,0,0,146,0,0,0,150,0,0,0,156,0,0,0,160,0,0,0,164,0,0,0,164,0,0,0,164,0,0,0,166,0,0,0,170,0,0,0,172,0,0,0,178,0,0,0,182,0,0,0,182,0,0,0,182,0,0,0,184,0,0,0,186,0,0,0,190,0,0,0,192,0,0,0,192,0,0,0,196,0,0,0,200,0,0,0,202,0,0,0,202,0,0,0,202,0,0,0,204,0,0,0,208,0,0,0,208,0,0,0,208,0,0,0,208,0,0,0,210,0,0,0,214,0,0,0,216,0,0,0,220,0,0,0,224,0,0,0,228,0,0,0,230,0,0,0,230,0,0,0,236,0,0,0,236,0,0,0,236,0,0,0,240,0,0,0,242,0,0,0,246,0,0,0,246,0,0,0,246,0,0,0,246,0,0,0,252,0,0,0,254,0,0,0,254,0,0,0,0,1,0,0,0,1,0,0,0,1,0,0,0,1,0,0,6,1,0,0,10,1,0,0,14,1,0,0,18,1,0,0,20,1,0,0,20,1,0,0,22,1,0,0,26,1,0,0,26,1,0,0,26,1,0,0,26,1,0,0,28,1,0,0,28,1,0,0,28,1,0,0,32,1,0,0,34,1,0,0,36,1,0,0,38,1,0,0,40,1,0,0,42,1,0,0,44,1,0,0,50,1,0,0,50,1,0,0,52,1,0,0,56,1,0,0,62,1,0,0,62,1,0,0,64,1,0,0,68,1,0,0,68,1,0,0,68,1,0,0,68,1,0,0,68,1,0,0,74,1,0,0,74,1,0,0,74,1,0,0,74,1,0,0,76,1,0,0,76,1,0,0,78,1,0,0,80,1,0,0,80,1,0,0,86,1,0,0,88,1,0,0,90,1,0,0,94,1,0,0,94,1,0,0,94,1,0,0,96,1,0,0,104,1,0,0,104,1,0,0,106,1,0,0,108,1,0,0,108,1,0,0,108,1,0,0,110,1,0,0,110,1,0,0,114,1,0,0,114,1,0,0,114,1,0,0,116,1,0,0,120,1,0,0,124,1,0,0,126,1,0,0,128,1,0,0,130,1,0,0,130,1,0,0,130,1,0,0,130,1,0,0,130,1,0,0,130,1,0,0,132,1,0,0,132,1,0,0,132,1,0,0,136,1,0,0,138,1,0,0,138,1,0,0,138,1,0,0,138,1,0,0,138,1,0,0,138,1,0,0,138,1,0,0,140,1,0,0,144,1,0,0,146,1,0,0,150,1,0,0,152,1,0,0,154,1,0,0,158,1,0,0,160,1,0,0,160,1,0,0,162,1,0,0,166,1,0,0,168,1,0,0,168,1,0,0,172,1,0,0,174,1,0,0,176,1,0,0,176,1,0,0,176,1,0,0,176,1,0,0,178,1,0,0,178,1,0,0,180,1,0,0,184,1,0,0,186,1,0,0,196,1,0,0,196,1,0,0,198,1,0,0,202,1,0,0,204,1,0,0,208,1,0,0,210,1,0,0,216,1,0,0,216,1,0,0,216,1,0,0,216,1,0,0,220,1,0,0,220,1,0,0,222,1,0,0,224,1,0,0,232,1,0,0,232,1,0,0,238,1,0,0,238,1,0,0,238,1,0,0,238,1,0,0,238,1,0,0,242,1,0,0,244,1,0,0,246,1,0,0,246,1,0,0,250,1,0,0,250,1,0,0,252,1,0,0,252,1,0,0,252,1,0,0,4,2,0,0,4,2,0,0,6,2,0,0,6,2,0,0,6,2,0,0,8,2,0,0,10,2,0,0,14,2,0,0,16,2,0,0,18,2,0,0,22,2,0,0,26,2,0,0,26,2,0,0,28,2,0,0,32,2,0,0,32,2,0,0,36,2,0,0,40,2,0,0,40,2,0,0,40,2,0,0,42,2,0,0,42,2,0,0,42,2,0,0,42,2,0,0,44,2,0,0,46,2,0,0,48,2,0,0,48,2,0,0,50,2,0,0,50,2,0,0,52,2,0,0,52,2,0,0,52,2,0,0,54,2,0,0,56,2,0,0,58,2,0,0,58,2,0,0,60,2,0,0,62,2,0,0,62,2,0,0,64,2,0,0,68,2,0,0,70,2,0,0,72,2,0,0,72,2,0,0,76,2,0,0,78,2,0,0,80,2,0,0,84,2,0,0,86,2,0,0,90,2,0,0,94,2,0,0,94,2,0,0,94,2,0,0,96,2,0,0,98,2,0,0,98,2,0,0,98,2,0,0,98,2,0,0,100,2,0,0,100,2,0,0,104,2,0,0,104,2,0,0,106,2,0,0,106,2,0,0,108,2,0,0,108,2,0,0,108,2,0,0,112,2,0,0,118,2,0,0,120,2,0,0,120,2,0,0,120,2,0,0,120,2,0,0,120,2,0,0,122,2,0,0,122,2,0,0,124,2,0,0,126,2,0,0,130,2,0,0,134,2,0,0,136,2,0,0,136,2,0,0,136,2,0,0,138,2,0,0,140,2,0,0,142,2,0,0,142,2,0,0,144,2,0,0,144,2,0,0,146,2,0,0,150,2,0,0,154,2,0,0,156,2,0,0,156,2,0,0,158,2,0,0,162,2,0,0,164,2,0,0,164,2,0,0,164,2,0,0,164,2,0,0,168,2,0,0,176,2,0,0,178,2,0,0,180,2,0,0,182,2,0,0,186,2,0,0,188,2,0,0,190,2,0,0,190,2,0,0,192,2,0,0,194,2,0,0,198,2,0,0,200,2,0,0,204,2,0,0,204,2,0,0,206,2,0,0,206,2,0,0,206,2,0,0,208,2,0,0,208,2,0,0,210,2,0,0,212,2,0,0,212,2,0,0,212,2,0,0,216,2,0,0,218,2,0,0,218,2,0,0,220,2,0,0,220,2,0,0,228,2,0,0,228,2,0,0,228,2,0,0,232,2,0,0,236,2,0,0,236,2,0,0,236,2,0,0,240,2,0,0,240,2,0,0,246,2,0,0,250,2,0,0,250,2,0,0,252,2,0,0,254,2,0,0,2,3,0,0,6,3,0,0,10,3,0,0,12,3,0,0,14,3,0,0,20,3,0,0,22,3,0,0,26,3,0,0,26,3,0,0,26,3,0,0,28,3,0,0,28,3,0,0,30,3,0,0,36,3,0,0,36,3,0,0,36,3,0,0,38,3,0,0,40,3,0,0,44,3,0,0,46,3,0,0,48,3,0,0,54,3,0,0,56,3,0,0,56,3,0,0,60,3,0,0,64,3,0,0,64,3,0,0,68,3,0,0,72,3,0,0,72,3,0,0,72,3,0,0,74,3,0,0,78,3,0,0,80,3,0,0,80,3,0,0,80,3,0,0,82,3,0,0,88,3,0,0,90,3,0,0,90,3,0,0,90,3,0,0,92,3,0,0,92,3,0,0,94,3,0,0,94,3,0,0,98,3,0,0,98,3,0,0,100,3,0,0,100,3,0,0,104,3,0,0,104,3,0,0,106,3,0,0,106,3,0,0,112,3,0,0,112,3,0,0,114,3,0,0,114,3,0,0,114,3,0,0,114,3,0,0,114,3,0,0,116,3,0,0,116,3,0,0,118,3,0,0,118,3,0,0,118,3,0,0,118,3,0,0,126,3,0,0,130,3,0,0,130,3,0,0,130,3,0,0,138,3,0,0,140,3,0,0,146,3,0,0,148,3,0,0,150,3,0,0,152,3,0,0,152,3,0,0,152,3,0,0,152,3,0,0,152,3,0,0,158,3,0,0,160,3,0,0,160,3,0,0,164,3,0,0,166,3,0,0,168,3,0,0,168,3,0,0,170,3,0,0,172,3,0,0,174,3,0,0,176,3,0,0,176,3,0,0,176,3,0,0,180,3,0,0,180,3,0,0,180,3,0,0,180,3,0,0,182,3,0,0,184,3,0,0,186,3,0,0,186,3,0,0,192,3,0,0,194,3,0,0,198,3,0,0,200,3,0,0,206,3,0,0,206,3,0,0,208,3,0,0,208,3,0,0,212,3,0,0,216,3,0,0,218,3,0,0,218,3,0,0,218,3,0,0,222,3,0,0,224,3,0,0,228,3,0,0,230,3,0,0,236,3,0,0,236,3,0,0,236,3,0,0,242,3,0,0,246,3,0,0,250,3,0,0,250,3,0,0,254,3,0,0,0,4,0,0,0,4,0,0,0,4,0,0,0,4,0,0,2,4,0,0,6,4,0,0,8,4,0,0,10,4,0,0,10,4,0,0,10,4,0,0,10,4,0,0,10,4,0,0,12,4,0,0,14,4,0,0,14,4,0,0,18,4,0,0,20,4,0,0,22,4,0,0,22,4,0,0,22,4,0,0,22,4,0,0,28,4,0,0,32,4,0,0,32,4,0,0,34,4,0,0,36,4,0,0,38,4,0,0,38,4,0,0,38,4,0,0,44,4,0,0,50,4,0,0,50,4,0,0,52,4,0,0,52,4,0,0,52,4,0,0,52,4,0,0,52,4,0,0,54,4,0,0,56,4,0,0,58,4,0,0,62,4,0,0,62,4,0,0,62,4,0,0,62,4,0,0,64,4,0,0,64,4,0,0,64,4,0,0,66,4,0,0,66,4,0,0,66,4,0,0,66,4,0,0,66,4,0,0,68,4,0,0,70,4,0,0,70,4,0,0,72,4,0,0,74,4,0,0,76,4,0,0,76,4,0,0,80,4,0,0,82,4,0,0,86,4,0,0,90,4,0,0,90,4,0,0,92,4,0,0,94,4,0,0,96,4,0,0,96,4,0,0,96,4,0,0,96,4,0,0,96,4,0,0,100,4,0,0,102,4,0,0,104,4,0,0,106,4,0,0,108,4,0,0,112,4,0,0,112,4,0,0,114,4,0,0,116,4,0,0,116,4,0,0,116,4,0,0,116,4,0,0,120,4,0,0,124,4,0,0,124,4,0,0,126,4,0,0,126,4,0,0,128,4,0,0,132,4,0,0,132,4,0,0,134,4,0,0,136,4,0,0,140,4,0,0,144,4,0,0,144,4,0,0,146,4,0,0,146,4,0,0,146,4,0,0,146,4,0,0,148,4,0,0,150,4,0,0,152,4,0,0,154,4,0,0,154,4,0,0,154,4,0,0,160,4,0,0,160,4,0,0,164,4,0,0,164,4,0,0,164,4,0,0,168,4,0,0,168,4,0,0,168,4,0,0,172,4,0,0,176,4,0,0,178,4,0,0,178,4,0,0,180,4,0,0,182,4,0,0,184,4,0,0,186,4,0,0,186,4,0,0,192,4,0,0,196,4,0,0,196,4,0,0,202,4,0,0,208,4,0,0,214,4,0,0,218,4,0,0,218,4,0,0,222,4,0,0,222,4,0,0,226,4,0,0,228,4,0,0,236,4,0,0,238,4,0,0,238,4,0,0,242,4,0,0,242,4,0,0,250,4,0,0,252,4,0,0,0,5,0,0,0,5,0,0,0,5,0,0,0,5,0,0,0,5,0,0,4,5,0,0,6,5,0,0,6,5,0,0,6,5,0,0,12,5,0,0,16,5,0,0,16,5,0,0,18,5,0,0,20,5,0,0,24,5,0,0,30,5,0,0,34,5,0,0,40,5,0,0,42,5,0,0,46,5,0,0,48,5,0,0,48,5,0,0,54,5,0,0,54,5,0,0,60,5,0,0,62,5,0,0,62,5,0,0,62,5,0,0,62,5,0,0,66,5,0,0,68,5,0,0,72,5,0,0,74,5,0,0,80,5,0,0,84,5,0,0,96,5,0,0,98,5,0,0,102,5,0,0,102,5,0,0,102,5,0,0,104,5,0,0,108,5,0,0,110,5,0,0,110,5,0,0,112,5,0,0,112,5,0,0,112,5,0,0,114,5,0,0,116,5,0,0,120,5,0,0,124,5,0,0,126,5,0,0,128,5,0,0,130,5,0,0,136,5,0,0,138,5,0,0,138,5,0,0,140,5,0,0,140,5,0,0,142,5,0,0,148,5,0,0,152,5,0,0,154,5,0,0,154,5,0,0,160,5,0,0,160,5,0,0,160,5,0,0,166,5,0,0,166,5,0,0,166,5,0,0,166,5,0,0,166,5,0,0,168,5,0,0,172,5,0,0,172,5,0,0,172,5,0,0,172,5,0,0,172,5,0,0,174,5,0,0,180,5,0,0,182,5,0,0,184,5,0,0,190,5,0,0,190,5,0,0,192,5,0,0,196,5,0,0,196,5,0,0,204,5,0,0,206,5,0,0,208,5,0,0,208,5,0,0,208,5,0,0,208,5,0,0,208,5,0,0,208,5,0,0,216,5,0,0,220,5,0,0,222,5,0,0,226,5,0,0,232,5,0,0,236,5,0,0,242,5,0,0,242,5,0,0,250,5,0,0,254,5,0,0,2,6,0,0,4,6,0,0,6,6,0,0,8,6,0,0,12,6,0,0,14,6,0,0,14,6,0,0,20,6,0,0,26,6,0,0,28,6,0,0,30,6,0,0,30,6,0,0,34,6,0,0,38,6,0,0,42,6,0,0,44,6,0,0,46,6,0,0,48,6,0,0,50,6,0,0,54,6,0,0,58,6,0,0,60,6,0,0,62,6,0,0,62,6,0,0,64,6,0,0,66,6,0,0,68,6,0,0,68,6,0,0,72,6,0,0,72,6,0,0,78,6,0,0,80,6,0,0,86,6,0,0,88,6,0,0,90,6,0,0,92,6,0,0,94,6,0,0,98,6,0,0,102,6,0,0,102,6,0,0,106,6,0,0,106,6,0,0,108,6,0,0,108,6,0,0,112,6,0,0,116,6,0,0,116,6,0,0,116,6,0,0,118,6,0,0,118,6,0,0,120,6,0,0,128,6,0,0,134,6,0,0,138,6,0,0,138,6,0,0,144,6,0,0,148,6,0,0,150,6,0,0,152,6,0,0,152,6,0,0,158,6,0,0,160,6,0,0,164,6,0,0,166,6,0,0,168,6,0,0,170,6,0,0,174,6,0,0,178,6,0,0,178,6,0,0,182,6,0,0,184,6,0,0,186,6,0,0,188,6,0,0,190,6,0,0,192,6,0,0,192,6,0,0,194,6,0,0,196,6,0,0,196,6,0,0,196,6,0,0,198,6,0,0,200,6,0,0,200,6,0,0,200,6,0,0,200,6,0,0,202,6,0,0,204,6,0,0,204,6,0,0,204,6,0,0,208,6,0,0,210,6,0,0,212,6,0,0,216,6,0,0,218,6,0,0,218,6,0,0,224,6,0,0,226,6,0,0,228,6,0,0,228,6,0,0,228,6,0,0,228,6,0,0,228,6,0,0,230,6,0,0,230,6,0,0,232,6,0,0,232,6,0,0,234,6,0,0,238,6,0,0,238,6,0,0,242,6,0,0,244,6,0,0,244,6,0,0,244,6,0,0,246,6,0,0,246,6,0,0,250,6,0,0,252,6,0,0,0,7,0,0,2,7,0,0,4,7,0,0,4,7,0,0,6,7,0,0,6,7,0,0,6,7,0,0,8,7,0,0,8,7,0,0,10,7,0,0,14,7,0,0,20,7,0,0,24,7,0,0,24,7,0,0,24,7,0,0,24,7,0,0,28,7,0,0,30,7,0,0,32,7,0,0,32,7,0,0,38,7,0,0,40,7,0,0,40,7,0,0,42,7,0,0,46,7,0,0,48,7,0,0,48,7,0,0,52,7,0,0,52,7,0,0,52,7,0,0,54,7,0,0,58,7,0,0,60,7,0,0,62,7,0,0,62,7,0,0,68,7,0,0,68,7,0,0,70,7,0,0,76,7,0,0,76,7,0,0,78,7,0,0,80,7,0,0,80,7,0,0,82,7,0,0,82,7,0,0,82,7,0,0,86,7,0,0,88,7,0,0,92,7,0,0,92,7,0,0,96,7,0,0,96,7,0,0,98,7,0,0,102,7,0,0,102,7,0,0,104,7,0,0,108,7,0,0,108,7,0,0,108,7,0,0,108,7,0,0,114,7,0,0,116,7,0,0,120,7,0,0,120,7,0,0,124,7,0,0,124,7,0,0,124,7,0,0,128,7,0,0,132,7,0,0,134,7,0,0,136,7,0,0,140,7,0,0,142,7,0,0,144,7,0,0,146,7,0,0,146,7,0,0,148,7,0,0,148,7,0,0,152,7,0,0,158,7,0,0,162,7,0,0,162,7,0,0,162,7,0,0,164,7,0,0,168,7,0,0,170,7,0,0,172,7,0,0,172,7,0,0,172,7,0,0,176,7,0,0,180,7,0,0,180,7,0,0,180,7,0,0,180,7,0,0,182,7,0,0,182,7,0,0,184,7,0,0,188,7,0,0,188,7,0,0,194,7,0,0,194,7,0,0,196,7,0,0,198,7,0,0,198,7,0,0,198,7,0,0,204,7,0,0,208,7,0,0,208,7,0,0,208,7,0,0,208,7,0,0,208,7,0,0,214,7,0,0,220,7,0,0,220,7,0,0,222,7,0,0,224,7,0,0,224,7,0,0,226,7,0,0,226,7,0,0,228,7,0,0,234,7,0,0,238,7,0,0,238,7,0,0,238,7,0,0,240,7,0,0,240,7,0,0,244,7,0,0,244,7,0,0,246,7,0,0,250,7,0,0,252,7,0,0,0,8,0,0,0,8,0,0,2,8,0,0,2,8,0,0,2,8,0,0,2,8,0,0,8,8,0,0,12,8,0,0,14,8,0,0,14,8,0,0,16,8,0,0,18,8,0,0,20,8,0,0,22,8,0,0,32,8,0,0,34,8,0,0,36,8,0,0,40,8,0,0,44,8,0,0,48,8,0,0,50,8,0,0,52,8,0,0,54,8,0,0,54,8,0,0,58,8,0,0,62,8,0,0,62,8,0,0,66,8,0,0,70,8,0,0,74,8,0,0,76,8,0,0,76,8,0,0,76,8,0,0,76,8,0,0,78,8,0,0,84,8,0,0,84,8,0,0,84,8,0,0,88,8,0,0,90,8,0,0,96,8,0,0,96,8,0,0,96,8,0,0,98,8,0,0,98,8,0,0,98,8,0,0,98,8,0,0,100,8,0,0,100,8,0,0,100,8,0,0,102,8,0,0,104,8,0,0,110,8,0,0,110,8,0,0,110,8,0,0,112,8,0,0,112,8,0,0,116,8,0,0,116,8,0,0,120,8,0,0,124,8,0,0,124,8,0,0,126,8,0,0,126,8,0,0,128,8,0,0,130,8,0,0,134,8,0,0,136,8,0,0,140,8,0,0,140,8,0,0,142,8,0,0,142,8,0,0,142,8,0,0,146,8,0,0,152,8,0,0,154,8,0,0,154,8,0,0,156,8,0,0,158,8,0,0,160,8,0,0,162,8,0,0,162,8,0,0,162,8,0,0,164,8,0,0,170,8,0,0,170,8,0,0,170,8,0,0,170,8,0,0,170,8,0,0,172,8,0,0,172,8,0,0,174,8,0,0,176,8,0,0,176,8,0,0,176,8,0,0,180,8,0,0,180,8,0,0,180,8,0,0,180,8,0,0,186,8,0,0,188,8,0,0,188,8,0,0,190,8,0,0,192,8,0,0,206,8,0,0,208,8,0,0,208,8,0,0,208,8,0,0,212,8,0,0,216,8,0,0,218,8,0,0,220,8,0,0,220,8,0,0,222,8,0,0,222,8,0,0,222,8,0,0,224,8,0,0,226,8,0,0,230,8,0,0,232,8,0,0,234,8,0,0,236,8,0,0,240,8,0,0,246,8,0,0,246,8,0,0,248,8,0,0,252,8,0,0,254,8,0,0,2,9,0,0,4,9,0,0,4,9,0,0,4,9,0,0,8,9,0,0,8,9,0,0,8,9,0,0,10,9,0,0,12,9,0,0,14,9,0,0,16,9,0,0,18,9,0,0,20,9,0,0,26,9,0,0,32,9,0,0,32,9,0,0,34,9,0,0,34,9,0,0,36,9,0,0,36,9,0,0,38,9,0,0,48,9,0,0,50,9,0,0,54,9,0,0,54,9,0,0,54,9,0,0,58,9,0,0,62,9,0,0,62,9,0,0,64,9,0,0,64,9,0,0,68,9,0,0,72,9,0,0,76,9,0,0,78,9,0,0,80,9,0,0,84,9,0,0,84,9,0,0,88,9,0,0,96,9,0,0,96,9,0,0,98,9,0,0,98,9,0,0,102,9,0,0,106,9,0,0,108,9,0,0,110,9,0,0,114,9,0,0,114,9,0,0,116,9,0,0,116,9,0,0,116,9,0,0,116,9,0,0,122,9,0,0,122,9,0,0,126,9,0,0,128,9,0,0,130,9,0,0,130,9,0,0,130,9,0,0,130,9,0,0,130,9,0,0,130,9,0,0,130,9,0,0,134,9,0,0,140,9,0,0,142,9,0,0,142,9,0,0,146,9,0,0,148,9,0,0,148,9,0,0,148,9,0,0,148,9,0,0,150,9,0,0,150,9,0,0,152,9,0,0,158,9,0,0,162,9,0,0,164,9,0,0,166,9,0,0,170,9,0,0,174,9,0,0,178,9,0,0,178,9,0,0,178,9,0,0,178,9,0,0,182,9,0,0,182,9,0,0,182,9,0,0,182,9,0,0,182,9,0,0,188,9,0,0,188,9,0,0,192,9,0,0,194,9,0,0,196,9,0,0,196,9,0,0,200,9,0,0,206,9,0,0,206,9,0,0,206,9,0,0,208,9,0,0,208,9,0,0,210,9,0,0,212,9,0,0,214,9,0,0,220,9,0,0,220,9,0,0,222,9,0,0,222,9,0,0,222,9,0,0,228,9,0,0,228,9,0,0,230,9,0,0,230,9,0,0,234,9,0,0,234,9,0,0,238,9,0,0,242,9,0,0,248,9,0,0,248,9,0,0,250,9,0,0,254,9,0,0,0,10,0,0,2,10,0,0,4,10,0,0,4,10,0,0,4,10,0,0,6,10,0,0,10,10,0,0,10,10,0,0,14,10,0,0,16,10,0,0,16,10,0,0,20,10,0,0,20,10,0,0,22,10,0,0,22,10,0,0,22,10,0,0,22,10,0,0,24,10,0,0,32,10,0,0,32,10,0,0,34,10,0,0,36,10,0,0,38,10,0,0,40,10,0,0,42,10,0,0,42,10,0,0,46,10,0,0,48,10,0,0,50,10,0,0,50,10,0,0,54,10,0,0,54,10,0,0,60,10,0,0,62,10,0,0,64,10,0,0,66,10,0,0,66,10,0,0,70,10,0,0,72,10,0,0,76,10,0,0,76,10,0,0,78,10,0,0,86,10,0,0,88,10,0,0,88,10,0,0,90,10,0,0,90,10,0,0,92,10,0,0,92,10,0,0,94,10,0,0,94,10,0,0,96,10,0,0,96,10,0,0,98,10,0,0,100,10,0,0,102,10,0,0,102,10,0,0,102,10,0,0,102,10,0,0,106,10,0,0,110,10,0,0,116,10,0,0,120,10,0,0,120,10,0,0,120,10,0,0,122,10,0,0,126,10,0,0,134,10,0,0,134,10,0,0,134,10,0,0,134,10,0,0,136,10,0,0,136,10,0,0,136,10,0,0,138,10,0,0,138,10,0,0,148,10,0,0,150,10,0,0,152,10,0,0,152,10,0,0,152,10,0,0,154,10,0,0,156,10,0,0,162,10,0,0,166,10,0,0,172,10,0,0,172,10,0,0,176,10,0,0,180,10,0,0,180,10,0,0,182,10,0,0,182,10,0,0,184,10,0,0,188,10,0,0,192,10,0,0,196,10,0,0,196,10,0,0,198,10,0,0,200,10,0,0,200,10,0,0,206,10,0,0,206,10,0,0,206,10,0,0,208,10,0,0,210,10,0,0,212,10,0,0,216,10,0,0,220,10,0,0,222,10,0,0,222,10,0,0,226,10,0,0,226,10,0,0,230,10,0,0,232,10,0,0,234,10,0,0,236,10,0,0,240,10,0,0,240,10,0,0,242,10,0,0,244,10,0,0,246,10,0,0,248,10,0,0,250,10,0,0,252,10,0,0,254,10,0,0,254,10,0,0,254,10,0,0,254,10,0,0,2,11,0,0,2,11,0,0,4,11,0,0,4,11,0,0,4,11,0,0,4,11,0,0,4,11,0,0,6,11,0,0,10,11,0,0,12,11,0,0,14,11,0,0,14,11,0,0,18,11,0,0,24,11,0,0,30,11,0,0,32,11,0,0,34,11,0,0,36,11,0,0,36,11,0,0,38,11,0,0,46,11,0,0,50,11,0,0,52,11,0,0,54,11,0,0,56,11,0,0,60,11,0,0,66,11,0,0,72,11,0,0,76,11,0,0,80,11,0,0,86,11,0,0,86,11,0,0,88,11,0,0,94,11,0,0,96,11,0,0,98,11,0,0,100,11,0,0,100,11,0,0,100,11,0,0,102,11,0,0,104,11,0,0,106,11,0,0,108,11,0,0,108,11,0,0,108,11,0,0,108,11,0,0,108,11,0,0,112,11,0,0,112,11,0,0,114,11,0,0,116,11,0,0,116,11,0,0,122,11,0,0,126,11,0,0,126,11,0,0,128,11,0,0,128,11,0,0,132,11,0,0,134,11,0,0,134,11,0,0,138,11,0,0,138,11,0,0,138,11,0,0,146,11,0,0,146,11,0,0,148,11,0,0,148,11,0,0,148,11,0,0,154,11,0,0,154,11,0,0,158,11,0,0,160,11,0,0,160,11,0,0,164,11,0,0,166,11,0,0,166,11,0,0,170,11,0,0,172,11,0,0,178,11,0,0,182,11,0,0,182,11,0,0,182,11,0,0,184,11,0,0,186,11,0,0,188,11,0,0,190,11,0,0,190,11,0,0,190,11,0,0,192,11,0,0,192,11,0,0,194,11,0,0,196,11,0,0,198,11,0,0,200,11,0,0,202,11,0,0,204,11,0,0,204,11,0,0,204,11,0,0,204,11,0,0,206,11,0,0,206,11,0,0,208,11,0,0,210,11,0,0,210,11,0,0,212,11,0,0,212,11,0,0,216,11,0,0,216,11,0,0,216,11,0,0,216,11,0,0,220,11,0,0,220,11,0,0,220,11,0,0,220,11,0,0,224,11,0,0,226,11,0,0,226,11,0,0,228,11,0,0,228,11,0,0,232,11,0,0,234,11,0,0,236,11,0,0,236,11,0,0,236,11,0,0,236,11,0,0,238,11,0,0,240,11,0,0,240,11,0,0,240,11,0,0,244,11,0,0,254,11,0,0,2,12,0,0,8,12,0,0,14,12,0,0,16,12,0,0,16,12,0,0,16,12,0,0,20,12,0,0,24,12,0,0,24,12,0,0,26,12,0,0,28,12,0,0,38,12,0,0,42,12,0,0,46,12,0,0,46,12,0,0,46,12,0,0,48,12,0,0,54,12,0,0,56,12,0,0,58,12,0,0,58,12,0,0,58,12,0,0,62,12,0,0,62,12,0,0,64,12,0,0,64,12,0,0,64,12,0,0,64,12,0,0,64,12,0,0,70,12,0,0,74,12,0,0,76,12,0,0,76,12,0,0,80,12,0,0,86,12,0,0,88,12,0,0,90,12,0,0,92,12,0,0,96,12,0,0,96,12,0,0,98,12,0,0,102,12,0,0,102,12,0,0,106,12,0,0,108,12,0,0,108,12,0,0,112,12,0,0,116,12,0,0,120,12,0,0,122,12,0,0,126,12,0,0,128,12,0,0,130,12,0,0,134,12,0,0,136,12,0,0,138,12,0,0,144,12,0,0,150,12,0,0,154,12,0,0,158,12,0,0,160,12,0,0,162,12,0,0,168,12,0,0,172,12,0,0,172,12,0,0,172,12,0,0,174,12,0,0,176,12,0,0,176,12,0,0,176,12,0,0,176,12,0,0,182,12,0,0,186,12,0,0,188,12,0,0,188,12,0,0,192,12,0,0,192,12,0,0,192,12,0,0,198,12,0,0,200,12,0,0,202,12,0,0,204,12,0,0,212,12,0,0,214,12,0,0,224,12,0,0,224,12,0,0,226,12,0,0,232,12,0,0,234,12,0,0,234,12,0,0,236,12,0,0,240,12,0,0,244,12,0,0,246,12,0,0,248,12,0,0,254,12,0,0,0,13,0,0,4,13,0,0,8,13,0,0,12,13,0,0,18,13,0,0,18,13,0,0,18,13,0,0,22,13,0,0,22,13,0,0,22,13,0,0,24,13,0,0,26,13,0,0,28,13,0,0,28,13,0,0,30,13,0,0,32,13,0,0,32,13,0,0,36,13,0,0,42,13,0,0,42,13,0,0,42,13,0,0,48,13,0,0,48,13,0,0,52,13,0,0,54,13,0,0,54,13,0,0,54,13,0,0,54,13,0,0,54,13,0,0,56,13,0,0,58,13,0,0,58,13,0,0,58,13,0,0,62,13,0,0,66,13,0,0,74,13,0,0,74,13,0,0,78,13,0,0,78,13,0,0,80,13,0,0,80,13,0,0,84,13,0,0,86,13,0,0,86,13,0,0,88,13,0,0,92,13,0,0,92,13,0,0,92,13,0,0,96,13,0,0,96,13,0,0,96,13,0,0,96,13,0,0,100,13,0,0,102,13,0,0,102,13,0,0,106,13,0,0,108,13,0,0,108,13,0,0,108,13,0,0,110,13,0,0,116,13,0,0,116,13,0,0,120,13,0,0,124,13,0,0,128,13,0,0,130,13,0,0,134,13,0,0,134,13,0,0,134,13,0,0,134,13,0,0,134,13,0,0,134,13,0,0,142,13,0,0,144,13,0,0,146,13,0,0,148,13,0,0,150,13,0,0,150,13,0,0,150,13,0,0,152,13,0,0,152,13,0,0,158,13,0,0,164,13,0,0,166,13,0,0,166,13,0,0,168,13,0,0,168,13,0,0,170,13,0,0,172,13,0,0,174,13,0,0,176,13,0,0,176,13,0,0,176,13,0,0,178,13,0,0,180,13,0,0,184,13,0,0,184,13,0,0,188,13,0,0,194,13,0,0,196,13,0,0,196,13,0,0,196,13,0,0,196,13,0,0,200,13,0,0,200,13,0,0,200,13,0,0,200,13,0,0,200,13,0,0,200,13,0,0,204,13,0,0,204,13,0,0,206,13,0,0,214,13,0,0,218,13,0,0,218,13,0,0,218,13,0,0,220,13,0,0,224,13,0,0,224,13,0,0,226,13,0,0,228,13,0,0,232,13,0,0,232,13,0,0,234,13,0,0,234,13,0,0,234,13,0,0,236,13,0,0,238,13,0,0,238,13,0,0,242,13,0,0,242,13,0,0,244,13,0,0,248,13,0,0,252,13,0,0,252,13,0,0,254,13,0,0,254,13,0,0,0,14,0,0,2,14,0,0,4,14,0,0,4,14,0,0,4,14,0,0,6,14,0,0,8,14,0,0,10,14,0,0,12,14,0,0,14,14,0,0,16,14,0,0,16,14,0,0,18,14,0,0,18,14,0,0,18,14,0,0,24,14,0,0,26,14,0,0,26,14,0,0,28,14,0,0,28,14,0,0,28,14,0,0,30,14,0,0,30,14,0,0,30,14,0,0,32,14,0,0,32,14,0,0,36,14,0,0,38,14,0,0,40,14,0,0,42,14,0,0,46,14,0,0,50,14,0,0,50,14,0,0,50,14,0,0,52,14,0,0,56,14,0,0,56,14,0,0,56,14,0,0,60,14,0,0,60,14,0,0,62,14,0,0,64,14,0,0,68,14,0,0,68,14,0,0,70,14,0,0,72,14,0,0,74,14,0,0,76,14,0,0,76,14,0,0,80,14,0,0,82,14,0,0,84,14,0,0,86,14,0,0,88,14,0,0,92,14,0,0,96,14,0,0,104,14,0,0,106,14,0,0,106,14,0,0,106,14,0,0,108,14,0,0,110,14,0,0,112,14,0,0,114,14,0,0,118,14,0,0,122,14,0,0,122,14,0,0,126,14,0,0,128,14,0,0,134,14,0,0,138,14,0,0,138,14,0,0,142,14,0,0,142,14,0,0,142,14,0,0,148,14,0,0,150,14,0,0,150,14,0,0,150,14,0,0,150,14,0,0,152,14,0,0,152,14,0,0,154,14,0,0,160,14,0,0,162,14,0,0,166,14,0,0,168,14,0,0,172,14,0,0,176,14,0,0,178,14,0,0,182,14,0,0,184,14,0,0,186,14,0,0,188,14,0,0,188,14,0,0,188,14,0,0,190,14,0,0,192,14,0,0,192,14,0,0,192,14,0,0,192,14,0,0,194,14,0,0,196,14,0,0,200,14,0,0,200,14,0,0,204,14,0,0,208,14,0,0,210,14,0,0,212,14,0,0,212,14,0,0,212,14,0,0,212,14,0,0,212,14,0,0,214,14,0,0,218,14,0,0,218,14,0,0,220,14,0,0,222,14,0,0,224,14,0,0,228,14,0,0,230,14,0,0,230,14,0,0,232,14,0,0,234,14,0,0,238,14,0,0,242,14,0,0,242,14,0,0,242,14,0,0,244,14,0,0,246,14,0,0,248,14,0,0,248,14,0,0,250,14,0,0,252,14,0,0,252,14,0,0,252,14,0,0,252,14,0,0,252,14,0,0,252,14,0,0,0,15,0,0,0,15,0,0,0,15,0,0,2,15,0,0,6,15,0,0,10,15,0,0,14,15,0,0,14,15,0,0,14,15,0,0,16,15,0,0,18,15,0,0,20,15,0,0,24,15,0,0,26,15,0,0,26,15,0,0,26,15,0,0,26,15,0,0,30,15,0,0,30,15,0,0,32,15,0,0,34,15,0,0,38,15,0,0,38,15,0,0,42,15,0,0,44,15,0,0,46,15,0,0,50,15,0,0,52,15,0,0,52,15,0,0,52,15,0,0,56,15,0,0,56,15,0,0,58,15,0,0,62,15,0,0,62,15,0,0,64,15,0,0,66,15,0,0,68,15,0,0,70,15,0,0,72,15,0,0,76,15,0,0,80,15,0,0,80,15,0,0,88,15,0,0,90,15,0,0,92,15,0,0,98,15,0,0,98,15,0,0,102,15,0,0,106,15,0,0,106,15,0,0,106,15,0,0,108,15,0,0,108,15,0,0,110,15,0,0,114,15,0,0,116,15,0,0,122,15,0,0,128,15,0,0,132,15,0,0,134,15,0,0,136,15,0,0,138,15,0,0,142,15,0,0,146,15,0,0,146,15,0,0,146,15,0,0,150,15,0,0,154,15,0,0,154,15,0,0,156,15,0,0,158,15,0,0,158,15,0,0,160,15,0,0,160,15,0,0,164,15,0,0,172,15,0,0,176,15,0,0,176,15,0,0,182,15,0,0,184,15,0,0,192,15,0,0,198,15,0,0,202,15,0,0,202,15,0,0,206,15,0,0,206,15,0,0,206,15,0,0,210,15,0,0,210,15,0,0,210,15,0,0,212,15,0,0,218,15,0,0,218,15,0,0,218,15,0,0,218,15,0,0,220,15,0,0,222,15,0,0,224,15,0,0,224,15,0,0,226,15,0,0,228,15,0,0,230,15,0,0,230,15,0,0,232,15,0,0,234,15,0,0,236,15,0,0,240,15,0,0,242,15,0,0,242,15,0,0,242,15,0,0,244,15,0,0,246,15,0,0,248,15,0,0,250,15,0,0,254,15,0,0,254,15,0,0,2,16,0,0,4,16,0,0,8,16,0,0,16,16,0,0,18,16,0,0,18,16,0,0,20,16,0,0,20,16,0,0,20,16,0,0,22,16,0,0,22,16,0,0,24,16,0,0,28,16,0,0,34,16,0,0,36,16,0,0,36,16,0,0,38,16,0,0,38,16,0,0,40,16,0,0,44,16,0,0,46,16,0,0,52,16,0,0,52,16,0,0,52,16,0,0,56,16,0,0,56,16,0,0,62,16,0,0,62,16,0,0,66,16,0,0,66,16,0,0,70,16,0,0,76,16,0,0,80,16,0,0,82,16,0,0,84,16,0,0,84,16,0,0,84,16,0,0,86,16,0,0,88,16,0,0,88,16,0,0,88,16,0,0,90,16,0,0,90,16,0,0,92,16,0,0,94,16,0,0,94,16,0,0,94,16,0,0,96,16,0,0,100,16,0,0,102,16,0,0,102,16,0,0,104,16,0,0,110,16,0,0,112,16,0,0,112,16,0,0,116,16,0,0,116,16,0,0,120,16,0,0,122,16,0,0,130,16,0,0,130,16,0,0,132,16,0,0,134,16,0,0,138,16,0,0,138,16,0,0,138,16,0,0,142,16,0,0,142,16,0,0,144,16,0,0,146,16,0,0,152,16,0,0,154,16,0,0,154,16,0,0,156,16,0,0,156,16,0,0,156,16,0,0,156,16,0,0,158,16,0,0,164,16,0,0,166,16,0,0,166,16,0,0,166,16,0,0,166,16,0,0,166,16,0,0,170,16,0,0,172,16,0,0,172,16,0,0,172,16,0,0,174,16,0,0,176,16,0,0,180,16,0,0,180,16,0,0,190,16,0,0,190,16,0,0,192,16,0,0,194,16,0,0,196,16,0,0,200,16,0,0,208,16,0,0,208,16,0,0,208,16,0,0,212,16,0,0,214,16,0,0,216,16,0,0,220,16,0,0,220,16,0,0,220,16,0,0,222,16,0,0,226,16,0,0,226,16,0,0,226,16,0,0,230,16,0,0,230,16,0,0,232,16,0,0,236,16,0,0,238,16,0,0,240,16,0,0,240,16,0,0,244,16,0,0,244,16,0,0,244,16,0,0,246,16,0,0,246,16,0,0,246,16,0,0,246,16,0,0,252,16,0,0,254,16,0,0,4,17,0,0,4,17,0,0,8,17,0,0,10,17,0,0,14,17,0,0,16,17,0,0,16,17,0,0,20,17,0,0,22,17,0,0,22,17,0,0,26,17,0,0,32,17,0,0,32,17,0,0,32,17,0,0,34,17,0,0,34,17,0,0,34,17,0,0,38,17,0,0,42,17,0,0,46,17,0,0,46,17,0,0,48,17,0,0,50,17,0,0,54,17,0,0,54,17,0,0,54,17,0,0,56,17,0,0,60,17,0,0,60,17,0,0,62,17,0,0,64,17,0,0,64,17,0,0,66,17,0,0,68,17,0,0,68,17,0,0,68,17,0,0,72,17,0,0,74,17,0,0,78,17,0,0,82,17,0,0,88,17,0,0,90,17,0,0,90,17,0,0,90,17,0,0,96,17,0,0,98,17,0,0,104,17,0,0,108,17,0,0,112,17,0,0,112,17,0,0,114,17,0,0,118,17,0,0,118,17,0,0,118,17,0,0,120,17,0,0,122,17,0,0,124,17,0,0,126,17,0,0,126,17,0,0,126,17,0,0,126,17,0,0,128,17,0,0,132,17,0,0,132,17,0,0,138,17,0,0,142,17,0,0,142,17,0,0,144,17,0,0,146,17,0,0,150,17,0,0,150,17,0,0,158,17,0,0,162,17,0,0,162,17,0,0,164,17,0,0,164,17,0,0,164,17,0,0,166,17,0,0,168,17,0,0,172,17,0,0,176,17,0,0,176,17,0,0,176,17,0,0,180,17,0,0,180,17,0,0,180,17,0,0,182,17,0,0,182,17,0,0,184,17,0,0,184,17,0,0,184,17,0,0,186,17,0,0,186,17,0,0,190,17,0,0,192,17,0,0,196,17,0,0,200,17,0,0,200,17,0,0,204,17,0,0,206,17,0,0,212,17,0,0,214,17,0,0,214,17,0,0,216,17,0,0,218,17,0,0,220,17,0,0,222,17,0,0,226,17,0,0,226,17,0,0,230,17,0,0,238,17,0,0,240,17,0,0,244,17,0,0,246,17,0,0,246,17,0,0,246,17,0,0,250,17,0,0,252,17,0,0,254,17,0,0,2,18,0,0,2,18,0,0,4,18,0,0,4,18,0,0,12,18,0,0,12,18,0,0,14,18,0,0,20,18,0,0,22,18,0,0,22,18,0,0,24,18,0,0,28,18,0,0,30,18,0,0,32,18,0,0,34,18,0,0,40,18,0,0,44,18,0,0,48,18,0,0,50,18,0,0,54,18,0,0,56,18,0,0,58,18,0,0,58,18,0,0,58,18,0,0,60,18,0,0,62,18,0,0,64,18,0,0,70,18,0,0,72,18,0,0,74,18,0,0,78,18,0,0,80,18,0,0,80,18,0,0,80,18,0,0,82,18,0,0,84,18,0,0,88,18,0,0,88,18,0,0,88,18,0,0,90,18,0,0,94,18,0,0,100,18,0,0,100,18,0,0,102,18,0,0,104,18,0,0,104,18,0,0,108,18,0,0,110,18,0,0,110,18,0,0,112,18,0,0,112,18,0,0,114,18,0,0,116,18,0,0,116,18,0,0,120,18,0,0,122,18,0,0,126,18,0,0,126,18,0,0,126,18,0,0,128,18,0,0,128,18,0,0,130,18,0,0,130,18,0,0,130,18,0,0,132,18,0,0,136,18,0,0,140,18,0,0,142,18,0,0,148,18,0,0,156,18,0,0,156,18,0,0,160,18,0,0,160,18,0,0,162,18,0,0,164,18,0,0,164,18,0,0,168,18,0,0,170,18,0,0,172,18,0,0,174,18,0,0,174,18,0,0,174,18,0,0,178,18,0,0,182,18,0,0,182,18,0,0,188,18,0,0,190,18,0,0,190,18,0,0,192,18,0,0,194,18,0,0,196,18,0,0,196,18,0,0,198,18,0,0,204,18,0,0,208,18,0,0,208,18,0,0,208,18,0,0,212,18,0,0,212,18,0,0,216,18,0,0,220,18,0,0,220,18,0,0,220,18,0,0,220,18,0,0,222,18,0,0,222,18,0,0,224,18,0,0,228,18,0,0,230,18,0,0,230,18,0,0,234,18,0,0,234,18,0,0,234,18,0,0,236,18,0,0,236,18,0,0,242,18,0,0,244,18,0,0,248,18,0,0,250,18,0,0,252,18,0,0,2,19,0,0,2,19,0,0,2,19,0,0,4,19,0,0,6,19,0,0,6,19,0,0,10,19,0,0,10,19,0,0,10,19,0,0,12,19,0,0,12,19,0,0,12,19,0,0,16,19,0,0,20,19,0,0,22,19,0,0,22,19,0,0,26,19,0,0,30,19,0,0,32,19,0,0,34,19,0,0,36,19,0,0,40,19,0,0,40,19,0,0,44,19,0,0,46,19,0,0,48,19,0,0,48,19,0,0,50,19,0,0,50,19,0,0,52,19,0,0,54,19,0,0,56,19,0,0,60,19,0,0,66,19,0,0,66,19,0,0,68,19,0,0,74,19,0,0,74,19,0,0,80,19,0,0,84,19,0,0,84,19,0,0,84,19,0,0,84,19,0,0,84,19,0,0,84,19,0,0,84,19,0,0,86,19,0,0,88,19,0,0,90,19,0,0,94,19,0,0,96,19,0,0,96,19,0,0,96,19,0,0,96,19,0,0,96,19,0,0,98,19,0,0,100,19,0,0,104,19,0,0,104,19,0,0,106,19,0,0,106,19,0,0,108,19,0,0,114,19,0,0,118,19,0,0,120,19,0,0,122,19,0,0,126,19,0,0,126,19,0,0,128,19,0,0,134,19,0,0,138,19,0,0,140,19,0,0,146,19,0,0,146,19,0,0,146,19,0,0,148,19,0,0,150,19,0,0,150,19,0,0,150,19,0,0,152,19,0,0,154,19,0,0,160,19,0,0,162,19,0,0,164,19,0,0,166,19,0,0,168,19,0,0,170,19,0,0,172,19,0,0,172,19,0,0,172,19,0,0,178,19,0,0,180,19,0,0,182,19,0,0,184,19,0,0,186,19,0,0,186,19,0,0,188,19,0,0,194,19,0,0,194,19,0,0,198,19,0,0,206,19,0,0,208,19,0,0,210,19,0,0,216,19,0,0,216,19,0,0,218,19,0,0,220,19,0,0,222,19,0,0,224,19,0,0,224,19,0,0,228,19,0,0,232,19,0,0,234,19,0,0,236,19,0,0,242,19,0,0,244,19,0,0,248,19,0,0,248,19,0,0,252,19,0,0,254,19,0,0,254,19,0,0,254,19,0,0,254,19,0,0,2,20,0,0,2,20,0,0,6,20,0,0,8,20,0,0,12,20,0,0,12,20,0,0,14,20,0,0,14,20,0,0,16,20,0,0,22,20,0,0,24,20,0,0,26,20,0,0,26,20,0,0,28,20,0,0,32,20,0,0,36,20,0,0,38,20,0,0,38,20,0,0,38,20,0,0,44,20,0,0,48,20,0,0,50,20,0,0,50,20,0,0,52,20,0,0,56,20,0,0,62,20,0,0,66,20,0,0,68,20,0,0,68,20,0,0,68,20,0,0,68,20,0,0,68,20,0,0,68,20,0,0,68,20,0,0,68,20,0,0,70,20,0,0,70,20,0,0,72,20,0,0,72,20,0,0,74,20,0,0,78,20,0,0,82,20,0,0,82,20,0,0,84,20,0,0,90,20,0,0,92,20,0,0,94,20,0,0,94,20,0,0,94,20,0,0,94,20,0,0,96,20,0,0,96,20,0,0,96,20,0,0,98,20,0,0,100,20,0,0,102,20,0,0,102,20,0,0,106,20,0,0,106,20,0,0,106,20,0,0,108,20,0,0,108,20,0,0,108,20,0,0,110,20,0,0,112,20,0,0,112,20,0,0,116,20,0,0,120,20,0,0,124,20,0,0,126,20,0,0,126,20,0,0,126,20,0,0,130,20,0,0,132,20,0,0,134,20,0,0,134,20,0,0,136,20,0,0,142,20,0,0,144,20,0,0,144,20,0,0,146,20,0,0,148,20,0,0,150,20,0,0,152,20,0,0,154,20,0,0,156,20,0,0,156,20,0,0,158,20,0,0,162,20,0,0,168,20,0,0,170,20,0,0,174,20,0,0,174,20,0,0,174,20,0,0,174,20,0,0,174,20,0,0,174,20,0,0,182,20,0,0,186,20,0,0,186,20,0,0,190,20,0,0,190,20,0,0,190,20,0,0,192,20,0,0,194,20,0,0,194,20,0,0,198,20,0,0,198,20,0,0,202,20,0,0,202,20,0,0,202,20,0,0,202,20,0,0,202,20,0,0,202,20,0,0,204,20,0,0,204,20,0,0,206,20,0,0,206,20,0,0,208,20,0,0,208,20,0,0,208,20,0,0,208,20,0,0,210,20,0,0,210,20,0,0,214,20,0,0,220,20,0,0,222,20,0,0,224,20,0,0,224,20,0,0,224,20,0,0,228,20,0,0,230,20,0,0,234,20,0,0,250,20,0,0,252,20,0,0,0,21,0,0,2,21,0,0,4,21,0,0,6,21,0,0,8,21,0,0,10,21,0,0,12,21,0,0,12,21,0,0,12,21,0,0,14,21,0,0,16,21,0,0,18,21,0,0,20,21,0,0,22,21,0,0,22,21,0,0,22,21,0,0,22,21,0,0,22,21,0,0,26,21,0,0,32,21,0,0,34,21,0,0,38,21,0,0,38,21,0,0,42,21,0,0,46,21,0,0,48,21,0,0,50,21,0,0,54,21,0,0,58,21,0,0,58,21,0,0,60,21,0,0,60,21,0,0,66,21,0,0,70,21,0,0,72,21,0,0,74,21,0,0,76,21,0,0,78,21,0,0,82,21,0,0,82,21,0,0,82,21,0,0,84,21,0,0,84,21,0,0,84,21,0,0,84,21,0,0,84,21,0,0,88,21,0,0,88,21,0,0,90,21,0,0,90,21,0,0,90,21,0,0,94,21,0,0,96,21,0,0,98,21,0,0,100,21,0,0,104,21,0,0,106,21,0,0,110,21,0,0,112,21,0,0,116,21,0,0,118,21,0,0,120,21,0,0,122,21,0,0,122,21,0,0,122,21,0,0,124,21,0,0,126,21,0,0,128,21,0,0,134,21,0,0,140,21,0,0,142,21,0,0,146,21,0,0,154,21,0,0,154,21,0,0,158,21,0,0,164,21,0,0,168,21,0,0,172,21,0,0,172,21,0,0,172,21,0,0,178,21,0,0,178,21,0,0,180,21,0,0,182,21,0,0,184,21,0,0,184,21,0,0,186,21,0,0,190,21,0,0,190,21,0,0,192,21,0,0,192,21,0,0,194,21,0,0,196,21,0,0,196,21,0,0,198,21,0,0,202,21,0,0,204,21,0,0,204,21,0,0,204,21,0,0,210,21,0,0,210,21,0,0,214,21,0,0,220,21,0,0,222,21,0,0,224,21,0,0,226,21,0,0,228,21,0,0,228,21,0,0,228,21,0,0,232,21,0,0,234,21,0,0,238,21,0,0,238,21,0,0,238,21,0,0,238,21,0,0,240,21,0,0,244,21,0,0,248,21,0,0,252,21,0,0,0,22,0,0,0,22,0,0,0,22,0,0,4,22,0,0,4,22,0,0,6,22,0,0,6,22,0,0,12,22,0,0,20,22,0,0,20,22,0,0,20,22,0,0,22,22,0,0,24,22,0,0,26,22,0,0,28,22,0,0,28,22,0,0,30,22,0,0,32,22,0,0,34,22,0,0,36,22,0,0,36,22,0,0,38,22,0,0,40,22,0,0,42,22,0,0,44,22,0,0,50,22,0,0,52,22,0,0,54,22,0,0,58,22,0,0,66,22,0,0,66,22,0,0,68,22,0,0,68,22,0,0,70,22,0,0,70,22,0,0,72,22,0,0,72,22,0,0,74,22,0,0,76,22,0,0,76,22,0,0,78,22,0,0,78,22,0,0,78,22,0,0,78,22,0,0,82,22,0,0,88,22,0,0,90,22,0,0,92,22,0,0,92,22,0,0,92,22,0,0,92,22,0,0,92,22,0,0,94,22,0,0,94,22,0,0,96,22,0,0,96,22,0,0,100,22,0,0,104,22,0,0,104,22,0,0,108,22,0,0,108,22,0,0,108,22,0,0,112,22,0,0,114,22,0,0,118,22,0,0,118,22,0,0,120,22,0,0,122,22,0,0,128,22,0,0,128,22,0,0,128,22,0,0,130,22,0,0,130,22,0,0,132,22,0,0,132,22,0,0,132,22,0,0,132,22,0,0,132,22,0,0,132,22,0,0,132,22,0,0,134,22,0,0,138,22,0,0,138,22,0,0,140,22,0,0,142,22,0,0,148,22,0,0,150,22,0,0,152,22,0,0,152,22,0,0,152,22,0,0,152,22,0,0,152,22,0,0,154,22,0,0,156,22,0,0,158,22,0,0,162,22,0,0,162,22,0,0,166,22,0,0,166,22,0,0,168,22,0,0,172,22,0,0,174,22,0,0,178,22,0,0,178,22,0,0,184,22,0,0,188,22,0,0,190,22,0,0,192,22,0,0,192,22,0,0,194,22,0,0,200,22,0,0,202,22,0,0,208,22,0,0,208,22,0,0,212,22,0,0,214,22,0,0,216,22,0,0,216,22,0,0,216,22,0,0,216,22,0,0,222,22,0,0,228,22,0,0,232,22,0,0,232,22,0,0,234,22,0,0,234,22,0,0,238,22,0,0,240,22,0,0,240,22,0,0,242,22,0,0,242,22,0,0,242,22,0,0,244,22,0,0,246,22,0,0,250,22,0,0,0,23,0,0,2,23,0,0,6,23,0,0,8,23,0,0,10,23,0,0,12,23,0,0,12,23,0,0,14,23,0,0,16,23,0,0,16,23,0,0,18,23,0,0,18,23,0,0,22,23,0,0,22,23,0,0,24,23,0,0,30,23,0,0,30,23,0,0,30,23,0,0,30,23,0,0,34,23,0,0,36,23,0,0,38,23,0,0,42,23,0,0,44,23,0,0,46,23,0,0,46,23,0,0,48,23,0,0,48,23,0,0,48,23,0,0,52,23,0,0,54,23,0,0,58,23,0,0,60,23,0,0,62,23,0,0,62,23,0,0,64,23,0,0,64,23,0,0,68,23,0,0,68,23,0,0,72,23,0,0,72,23,0,0,72,23,0,0,74,23,0,0,74,23,0,0,76,23,0,0,76,23,0,0,76,23,0,0,78,23,0,0,82,23,0,0,84,23,0,0,84,23,0,0,88,23,0,0,88,23,0,0,90,23,0,0,90,23,0,0,94,23,0,0,94,23,0,0,94,23,0,0,96,23,0,0,96,23,0,0,96,23,0,0,96,23,0,0,98,23,0,0,100,23,0,0,102,23,0,0,108,23,0,0,110,23,0,0,114,23,0,0,114,23,0,0,116,23,0,0,118,23,0,0,120,23,0,0,124,23,0,0,130,23,0,0,132,23,0,0,132,23,0,0,138,23,0,0,138,23,0,0,138,23,0,0,142,23,0,0,148,23,0,0,150,23,0,0,152,23,0,0,152,23,0,0,152,23,0,0,154,23,0,0,156,23,0,0,156,23,0,0,156,23,0,0,156,23,0,0,158,23,0,0,162,23,0,0,164,23,0,0,164,23,0,0,166,23,0,0,168,23,0,0,170,23,0,0,172,23,0,0,174,23,0,0,178,23,0,0,178,23,0,0,178,23,0,0,180,23,0,0,180,23,0,0,184,23,0,0,184,23,0,0,184,23,0,0,188,23,0,0,192,23,0,0,194,23,0,0,196,23,0,0,202,23,0,0,204,23,0,0,208,23,0,0,208,23,0,0,212,23,0,0,212,23,0,0,220,23,0,0,226,23,0,0,228,23,0,0,228,23,0,0,228,23,0,0,230,23,0,0,230,23,0,0,230,23,0,0,230,23,0,0,230,23,0,0,230,23,0,0,232,23,0,0,232,23,0,0,232,23,0,0,236,23,0,0,238,23,0,0,242,23,0,0,244,23,0,0,246,23,0,0,250,23,0,0,252,23,0,0,254,23,0,0,2,24,0,0,2,24,0,0,4,24,0,0,4,24,0,0,6,24,0,0,6,24,0,0,6,24,0,0,8,24,0,0,10,24,0,0,10,24,0,0,16,24,0,0,16,24,0,0,18,24,0,0,20,24,0,0,22,24,0,0,26,24,0,0,28,24,0,0,28,24,0,0,28,24,0,0,34,24,0,0,36,24,0,0,36,24,0,0,40,24,0,0,40,24,0,0,42,24,0,0,44,24,0,0,46,24,0,0,48,24,0,0,48,24,0,0,50,24,0,0,50,24,0,0,52,24,0,0,56,24,0,0,56,24,0,0,58,24,0,0,60,24,0,0,60,24,0,0,62,24,0,0,70,24,0,0,70,24,0,0,70,24,0,0,72,24,0,0,72,24,0,0,74,24,0,0,74,24,0,0,74,24,0,0,74,24,0,0,74,24,0,0,76,24,0,0,76,24,0,0,82,24,0,0,82,24,0,0,82,24,0,0,84,24,0,0,86,24,0,0,86,24,0,0,88,24,0,0,88,24,0,0,88,24,0,0,88,24,0,0,94,24,0,0,96,24,0,0,96,24,0,0,96,24,0,0,96,24,0,0,98,24,0,0,98,24,0,0,98,24,0,0,100,24,0,0,102,24,0,0,108,24,0,0,108,24,0,0,110,24,0,0,110,24,0,0,112,24,0,0,112,24,0,0,116,24,0,0,120,24,0,0,120,24,0,0,124,24,0,0,126,24,0,0,126,24,0,0,130,24,0,0,130,24,0,0,130,24,0,0,130,24,0,0,130,24,0,0,132,24,0,0,134,24,0,0,136,24,0,0,136,24,0,0,140,24,0,0,140,24,0,0,146,24,0,0,150,24,0,0,152,24,0,0,152,24,0,0,152,24,0,0,156,24,0,0,156,24,0,0,156,24,0,0,158,24,0,0,158,24,0,0,162,24,0,0,164,24,0,0,164,24,0,0,166,24,0,0,166,24,0,0,168,24,0,0,168,24,0,0,170,24,0,0,174,24,0,0,174,24,0,0,178,24,0,0,180,24,0,0,180,24,0,0,180,24,0,0,182,24,0,0,184,24,0,0,194,24,0,0,200,24,0,0,202,24,0,0,202,24,0,0,202,24,0,0,202,24,0,0,206,24,0,0,210,24,0,0,212,24,0,0,212,24,0,0,212,24,0,0,212,24,0,0,212,24,0,0,212,24,0,0,214,24,0,0,214,24,0,0,216,24,0,0,222,24,0,0,226,24,0,0,228,24,0,0,228,24,0,0,228,24,0,0,228,24,0,0,228,24,0,0,232,24,0,0,232,24,0,0,234,24,0,0,240,24,0,0,244,24,0,0,248,24,0,0,248,24,0,0,248,24,0,0,250,24,0,0,250,24,0,0,0,25,0,0,2,25,0,0,8,25,0,0,10,25,0,0,12,25,0,0,14,25,0,0,16,25,0,0,66,25,0,0,68,25,0,0,68,25,0,0,68,25,0,0,70,25,0,0,70,25,0,0,72,25,0,0,74,25,0,0,78,25,0,0,84,25,0,0,84,25,0,0,84,25,0,0,86,25,0,0,90,25,0,0,92,25,0,0,96,25,0,0,96,25,0,0,96,25,0,0,96,25,0,0,96,25,0,0,100,25,0,0,102,25,0,0,102,25,0,0,102,25,0,0,104,25,0,0,104,25,0,0,112,25,0,0,112,25,0,0,114,25,0,0,116,25,0,0,118,25,0,0,120,25,0,0,122,25,0,0,126,25,0,0,128,25,0,0,132,25,0,0,132,25,0,0,132,25,0,0,134,25,0,0,136,25,0,0,138,25,0,0,138,25,0,0,140,25,0,0,140,25,0,0,144,25,0,0,146,25,0,0,148,25,0,0,148,25,0,0,148,25,0,0,150,25,0,0,152,25,0,0,156,25,0,0,158,25,0,0,160,25,0,0,164,25,0,0,164,25,0,0,164,25,0,0,168,25,0,0,168,25,0,0,170,25,0,0,172,25,0,0,176,25,0,0,180,25,0,0,182,25,0,0,182,25,0,0,182,25,0,0,184,25,0,0,186,25,0,0,190,25,0,0,190,25,0,0,194,25,0,0,198,25,0,0,200,25,0,0,202,25,0,0,202,25,0,0,204,25,0,0,206,25,0,0,210,25,0,0,210,25,0,0,210,25,0,0,210,25,0,0,216,25,0,0,216,25,0,0,222,25,0,0,222,25,0,0,224,25,0,0,228,25,0,0,228,25,0,0,232,25,0,0,234,25,0,0,238,25,0,0,240,25,0,0,242,25,0,0,246,25,0,0,248,25,0,0,248,25,0,0,252,25,0,0,252,25,0,0,252,25,0,0,252,25,0,0,252,25,0,0,2,26,0,0,2,26,0,0,4,26,0,0,8,26,0,0,10,26,0,0,12,26,0,0,14,26,0,0,16,26,0,0,20,26,0,0,22,26,0,0,22,26,0,0,24,26,0,0,24,26,0,0,24,26,0,0,24,26,0,0,24,26,0,0,24,26,0,0,24,26,0,0,26,26,0,0,28,26,0,0,28,26,0,0,32,26,0,0,36,26,0,0,36,26,0,0,40,26,0,0,42,26,0,0,48,26,0,0,50,26,0,0,50,26,0,0,50,26,0,0,50,26,0,0,52,26,0,0,52,26,0,0,56,26,0,0,58,26,0,0,60,26,0,0,60,26,0,0,66,26,0,0,72,26,0,0,74,26,0,0,76,26,0,0,78,26,0,0,82,26,0,0,82,26,0,0,82,26,0,0,86,26,0,0,92,26,0,0,94,26,0,0,96,26,0,0,100,26,0,0,100,26,0,0,102,26,0,0,104,26,0,0,104,26,0,0,106,26,0,0,106,26,0,0,110,26,0,0,110,26,0,0,110,26,0,0,110,26,0,0,110,26,0,0,112,26,0,0,114,26,0,0,116,26,0,0,116,26,0,0,118,26,0,0,118,26,0,0,118,26,0,0,118,26,0,0,122,26,0,0,122,26,0,0,122,26,0,0,122,26,0,0,126,26,0,0,126,26,0,0,126,26,0,0,126,26,0,0,126,26,0,0,128,26,0,0,132,26,0,0,136,26,0,0,136,26,0,0,140,26,0,0,144,26,0,0,144,26,0,0,146,26,0,0,148,26,0,0,148,26,0,0,150,26,0,0,152,26,0,0,152,26,0,0,154,26,0,0,154,26,0,0,156,26,0,0,158,26,0,0,160,26,0,0,162,26,0,0,162,26,0,0,252,26,0,0,0,27,0,0,4,27,0,0,6,27,0,0,8,27,0,0,8,27,0,0,12,27,0,0,14,27,0,0,16,27,0,0,18,27,0,0,22,27,0,0,22,27,0,0,22,27,0,0,24,27,0,0,28,27,0,0,34,27,0,0,38,27,0,0,38,27,0,0,38,27,0,0,40,27,0,0,42,27,0,0,44,27,0,0,46,27,0,0,46,27,0,0,46,27,0,0,50,27,0,0,54,27,0,0,56,27,0,0,58,27,0,0,62,27,0,0,64,27,0,0,64,27,0,0,66,27,0,0,66,27,0,0,66,27,0,0,70,27,0,0,72,27,0,0,74,27,0,0,74,27,0,0,74,27,0,0,76,27,0,0,80,27,0,0,80,27,0,0,86,27,0,0,88,27,0,0,90,27,0,0,96,27,0,0,100,27,0,0,104,27,0,0,104,27,0,0,106,27,0,0,108,27,0,0,110,27,0,0,110,27,0,0,110,27,0,0,110,27,0,0,110,27,0,0,112,27,0,0,112,27,0,0,114,27,0,0,116,27,0,0,116,27,0,0,116,27,0,0,116,27,0,0,116,27,0,0,120,27,0,0,122,27,0,0,122,27,0,0,126,27,0,0,130,27,0,0,132,27,0,0,134,27,0,0,134,27,0,0,136,27,0,0,138,27,0,0,144,27,0,0,144,27,0,0,146,27,0,0,146,27,0,0,146,27,0,0,148,27,0,0,148,27,0,0,148,27,0,0,152,27,0,0,154,27,0,0,156,27,0,0,158,27,0,0,160,27,0,0,162,27,0,0,164,27,0,0,166,27,0,0,166,27,0,0,166,27,0,0,170,27,0,0,172,27,0,0,174,27,0,0,176,27,0,0,176,27,0,0,180,27,0,0,182,27,0,0,186,27,0,0,186,27,0,0,186,27,0,0,188,27,0,0,190,27,0,0,192,27,0,0,192,27,0,0,192,27,0,0,192,27,0,0,192,27,0,0,196,27,0,0,204,27,0,0,204,27,0,0,204,27,0,0,204,27,0,0,206,27,0,0,206,27,0,0,210,27,0,0,212,27,0,0,212,27,0,0,216,27,0,0,216,27,0,0,216,27,0,0,218,27,0,0,220,27,0,0,220,27,0,0,220,27,0,0,222,27,0,0,222,27,0,0,224,27,0,0,224,27,0,0,228,27,0,0,230,27,0,0,232,27,0,0,232,27,0,0,232,27,0,0,232,27,0,0,232,27,0,0,234,27,0,0,234,27,0,0,236,27,0,0,238,27,0,0,238,27,0,0,242,27,0,0,244,27,0,0,244,27,0,0,246,27,0,0,254,27,0,0,2,28,0,0,2,28,0,0,6,28,0,0,6,28,0,0,6,28,0,0,8,28,0,0,10,28,0,0,12,28,0,0,14,28,0,0,18,28,0,0,22,28,0,0,24,28,0,0,28,28,0,0,32,28,0,0,34,28,0,0,34,28,0,0,34,28,0,0,38,28,0,0,40,28,0,0,40,28,0,0,40,28,0,0,42,28,0,0,44,28,0,0,44,28,0,0,44,28,0,0,46,28,0,0,48,28,0,0,50,28,0,0,50,28,0,0,54,28,0,0,56,28,0,0,56,28,0,0,60,28,0,0,62,28,0,0,66,28,0,0,70,28,0,0,72,28,0,0,76,28,0,0,78,28,0,0,78,28,0,0,80,28,0,0,84,28,0,0,84,28,0,0,86,28,0,0,94,28,0,0,94,28,0,0,94,28,0,0,94,28,0,0,96,28,0,0,96,28,0,0,98,28,0,0,100,28,0,0,102,28,0,0,104,28,0,0,108,28,0,0,116,28,0,0,116,28,0,0,118,28,0,0,122,28,0,0,122,28,0,0,124,28,0,0,128,28,0,0,128,28,0,0,130,28,0,0,130,28,0,0,134,28,0,0,134,28,0,0,136,28,0,0,138,28,0,0,146,28,0,0,148,28,0,0,154,28,0,0,158,28,0,0,158,28,0,0,160,28,0,0,162,28,0,0,164,28,0,0,166,28,0,0,170,28,0,0,170,28,0,0,176,28,0,0,176,28,0,0,176,28,0,0,180,28,0,0,180,28,0,0,182,28,0,0,186,28,0,0,190,28,0,0,190,28,0,0,192,28,0,0,192,28,0,0,192,28,0,0,196,28,0,0,200,28,0,0,202,28,0,0,202,28,0,0,202,28,0,0,206,28,0,0,208,28,0,0,208,28,0,0,208,28,0,0,210,28,0,0,210,28,0,0,218,28,0,0,220,28,0,0,220,28,0,0,220,28,0,0,220,28,0,0,224,28,0,0,226,28,0,0,228,28,0,0,234,28,0,0,236,28,0,0,240,28,0,0,240,28,0,0,240,28,0,0,240,28,0,0,240,28,0,0,242,28,0,0,242,28,0,0,246,28,0,0,246,28,0,0,248,28,0,0,0,29,0,0,0,29,0,0,2,29,0,0,4,29,0,0,8,29,0,0,8,29,0,0,8,29,0,0,10,29,0,0,10,29,0,0,10,29,0,0,10,29,0,0,10,29,0,0,10,29,0,0,12,29,0,0,20,29,0,0,22,29,0,0,22,29,0,0,26,29,0,0,26,29,0,0,26,29,0,0,30,29,0,0,30,29,0,0,34,29,0,0,34,29,0,0,34,29,0,0,38,29,0,0,40,29,0,0,40,29,0,0,44,29,0,0,44,29,0,0,44,29,0,0,46,29,0,0,48,29,0,0,50,29,0,0,54,29,0,0,56,29,0,0,58,29,0,0,58,29,0,0,60,29,0,0,66,29,0,0,68,29,0,0,70,29,0,0,72,29,0,0,74,29,0,0,74,29,0,0,76,29,0,0,80,29,0,0,80,29,0,0,82,29,0,0,84,29,0,0,84,29,0,0,86,29,0,0,86,29,0,0,88,29,0,0,90,29,0,0,92,29,0,0,92,29,0,0,92,29,0,0,92,29,0,0,94,29,0,0,96,29,0,0,96,29,0,0,98,29,0,0,98,29,0,0,100,29,0,0,106,29,0,0,116,29,0,0,118,29,0,0,120,29,0,0,126,29,0,0,126,29,0,0,126,29,0,0,128,29,0,0,134,29,0,0,138,29,0,0,144,29,0,0,148,29,0,0,154,29,0,0,162,29,0,0,164,29,0,0,168,29,0,0,168,29,0,0,168,29,0,0,172,29,0,0,172,29,0,0,176,29,0,0,178,29,0,0,180,29,0,0,180,29,0,0,182,29,0,0,184,29,0,0,186,29,0,0,188,29,0,0,192,29,0,0,194,29,0,0,194,29,0,0,198,29,0,0,198,29,0,0,200,29,0,0,202,29,0,0,202,29,0,0,202,29,0,0,202,29,0,0,206,29,0,0,210,29,0,0,214,29,0,0,214,29,0,0,214,29,0,0,220,29,0,0,222,29,0,0,224,29,0,0,226,29,0,0,228,29,0,0,230,29,0,0,230,29,0,0,232,29,0,0,234,29,0,0,240,29,0,0,242,29,0,0,242,29,0,0,242,29,0,0,244,29,0,0,246,29,0,0,250,29,0,0,0,30,0,0,8,30,0,0,8,30,0,0,8,30,0,0,8,30,0,0,10,30,0,0,16,30,0,0,16,30,0,0,18,30,0,0,18,30,0,0,22,30,0,0,24,30,0,0,24,30,0,0,24,30,0,0,24,30,0,0,28,30,0,0,28,30,0,0,28,30,0,0,28,30,0,0,32,30,0,0,34,30,0,0,34,30,0,0,34,30,0,0,34,30,0,0,36,30,0,0,38,30,0,0,38,30,0,0,40,30,0,0,44,30,0,0,46,30,0,0,48,30,0,0,48,30,0,0,48,30,0,0,54,30,0,0,60,30,0,0,60,30,0,0,60,30,0,0,62,30,0,0,64,30,0,0,68,30,0,0,68,30,0,0,72,30,0,0,72,30,0,0,72,30,0,0,74,30,0,0,76,30,0,0,78,30,0,0,78,30,0,0,78,30,0,0,80,30,0,0,86,30,0,0,86,30,0,0,92,30,0,0,92,30,0,0,94,30,0,0,96,30,0,0,98,30,0,0,102,30,0,0,108,30,0,0,108,30,0,0,112,30,0,0,114,30,0,0,114,30,0,0,118,30,0,0,122,30,0,0,122,30,0,0,122,30,0,0,130,30,0,0,130,30,0,0,134,30,0,0,134,30,0,0,134,30,0,0,134,30,0,0,136,30,0,0,140,30,0,0,144,30,0,0,144,30,0,0,144,30,0,0,148,30,0,0,150,30,0,0,150,30,0,0,150,30,0,0,150,30,0,0,152,30,0,0,152,30,0,0,154,30,0,0,158,30,0,0,158,30,0,0,158,30,0,0,160,30,0,0,162,30,0,0,164,30,0,0,166,30,0,0,166,30,0,0,170,30,0,0,172,30,0,0,176,30,0,0,176,30,0,0,176,30,0,0,178,30,0,0,182,30,0,0,184,30,0,0,188,30,0,0,190,30,0,0,190,30,0,0,190,30,0,0,192,30,0,0,196,30,0,0,196,30,0,0,198,30,0,0,202,30,0,0,202,30,0,0,202,30,0,0,204,30,0,0,206,30,0,0,208,30,0,0,208,30,0,0,208,30,0,0,212,30,0,0,214,30,0,0,216,30,0,0,218,30,0,0,220,30,0,0,224,30,0,0,230,30,0,0,232,30,0,0,232,30,0,0,234,30,0,0,234,30,0,0,238,30,0,0,240,30,0,0,240,30,0,0,242,30,0,0,244,30,0,0,246,30,0,0,246,30,0,0,246,30,0,0,246,30,0,0,250,30,0,0,252,30,0,0,252,30,0,0,252,30,0,0,254,30,0,0,2,31,0,0,2,31,0,0,8,31,0,0,10,31,0,0,12,31,0,0,16,31,0,0,16,31,0,0,16,31,0,0,18,31,0,0,20,31,0,0,20,31,0,0,22,31,0,0,24,31,0,0,28,31,0,0,30,31,0,0,32,31,0,0,32,31,0,0,34,31,0,0,34,31,0,0,36,31,0,0,44,31,0,0,50,31,0,0,52,31,0,0,54,31,0,0,56,31,0,0,56,31,0,0,58,31,0,0,58,31,0,0,60,31,0,0,62,31,0,0,62,31,0,0,62,31,0,0,64,31,0,0,64,31,0,0,66,31,0,0,66,31,0,0,72,31,0,0,76,31,0,0,78,31,0,0,86,31,0,0,92,31,0,0,92,31,0,0,94,31,0,0,96,31,0,0,100,31,0,0,104,31,0,0,106,31,0,0,108,31,0,0,112,31,0,0,112,31,0,0,112,31,0,0,116,31,0,0,116,31,0,0,118,31,0,0,126,31,0,0,130,31,0,0,140,31,0,0,142,31,0,0,146,31,0,0,148,31,0,0,152,31,0,0,154,31,0,0,158,31,0,0,158,31,0,0,160,31,0,0,162,31,0,0,162,31,0,0,162,31,0,0,166,31,0,0,166,31,0,0,166,31,0,0,166,31,0,0,166,31,0,0,170,31,0,0,170,31,0,0,170,31,0,0,172,31,0,0,174,31,0,0,178,31,0,0,180,31,0,0,182,31,0,0,182,31,0,0,184,31,0,0,184,31,0,0,184,31,0,0,184,31,0,0,188,31,0,0,188,31,0,0,190,31,0,0,194,31,0,0,198,31,0,0,200,31,0,0,204,31,0,0,206,31,0,0,212,31,0,0,214,31,0,0,220,31,0,0,226,31,0,0,226,31,0,0,226,31,0,0,226,31,0,0,228,31,0,0,232,31,0,0,232,31,0,0,232,31,0,0,240,31,0,0,242,31,0,0,248,31,0,0,252,31,0,0,252,31,0,0,254,31,0,0,254,31,0,0,254,31,0,0,254,31,0,0,6,32,0,0,8,32,0,0,8,32,0,0,10,32,0,0,10,32,0,0,10,32,0,0,14,32,0,0,16,32,0,0,16,32,0,0,18,32,0,0,20,32,0,0,24,32,0,0,26,32,0,0,28,32,0,0,32,32,0,0,32,32,0,0,34,32,0,0,34,32,0,0,34,32,0,0,34,32,0,0,36,32,0,0,38,32,0,0,40,32,0,0,42,32,0,0,44,32,0,0,48,32,0,0,48,32,0,0,48,32,0,0,48,32,0,0,52,32,0,0,52,32,0,0,56,32,0,0,60,32,0,0,60,32,0,0,64,32,0,0,64,32,0,0,64,32,0,0,66,32,0,0,66,32,0,0,68,32,0,0,72,32,0,0,74,32,0,0,76,32,0,0,78,32,0,0,80,32,0,0,80,32,0,0,84,32,0,0,86,32,0,0,86,32,0,0,90,32,0,0,90,32,0,0,92,32,0,0,92,32,0,0,96,32,0,0,96,32,0,0,104,32,0,0,108,32,0,0,108,32,0,0,108,32,0,0,110,32,0,0,114,32,0,0,114,32,0,0,118,32,0,0,122,32,0,0,124,32,0,0,132,32,0,0,132,32,0,0,132,32,0,0,134,32,0,0,136,32,0,0,136,32,0,0,142,32,0,0,142,32,0,0,142,32,0,0,144,32,0,0,144,32,0,0,146,32,0,0,146,32,0,0,148,32,0,0,152,32,0,0,152,32,0,0,152,32,0,0,154,32,0,0,154,32,0,0,154,32,0,0,154,32,0,0,158,32,0,0,158,32,0,0,162,32,0,0,162,32,0,0,162,32,0,0,164,32,0,0,166,32,0,0,168,32,0,0,168,32,0,0,168,32,0,0,172,32,0,0,174,32,0,0,176,32,0,0,176,32,0,0,176,32,0,0,182,32,0,0,192,32,0,0,194,32,0,0,200,32,0,0,200,32,0,0,202,32,0,0,202,32,0,0,202,32,0,0,204,32,0,0,208,32,0,0,210,32,0,0,212,32,0,0,214,32,0,0,214,32,0,0,214,32,0,0,218,32,0,0,218,32,0,0,222,32,0,0,226,32,0,0,236,32,0,0,238,32,0,0,238,32,0,0,238,32,0,0,240,32,0,0,242,32,0,0,242,32,0,0,242,32,0,0,246,32,0,0,246,32,0,0,250,32,0,0,252,32,0,0,254,32,0,0,254,32,0,0,254,32,0,0,0,33,0,0,2,33,0,0,2,33,0,0,4,33,0,0,6,33,0,0,12,33,0,0,12,33,0,0,18,33,0,0,18,33,0,0,18,33,0,0,20,33,0,0,20,33,0,0,24,33,0,0,24,33,0,0,26,33,0,0,26,33,0,0,28,33,0,0,30,33,0,0,34,33,0,0,34,33,0,0,36,33,0,0,36,33,0,0,36,33,0,0,38,33,0,0,40,33,0,0,48,33,0,0,52,33,0,0,52,33,0,0,52,33,0,0,52,33,0,0,54,33,0,0,54,33,0,0,58,33,0,0,62,33,0,0,62,33,0,0,64,33,0,0,66,33,0,0,68,33,0,0,70,33,0,0,70,33,0,0,72,33,0,0,74,33,0,0,80,33,0,0,82,33,0,0,82,33,0,0,84,33,0,0,86,33,0,0,90,33,0,0,92,33,0,0,92,33,0,0,92,33,0,0,96,33,0,0,96,33,0,0,102,33,0,0,102,33,0,0,110,33,0,0,112,33,0,0,112,33,0,0,112,33,0,0,114,33,0,0,116,33,0,0,118,33,0,0,118,33,0,0,118,33,0,0,118,33,0,0,120,33,0,0,120,33,0,0,120,33,0,0,120,33,0,0,122,33,0,0,122,33,0,0,126,33,0,0,128,33,0,0,130,33,0,0,130,33,0,0,132,33,0,0,144,33,0,0,146,33,0,0,146,33,0,0,152,33,0,0,156,33,0,0,162,33,0,0,164,33,0,0,164,33,0,0,164,33,0,0,166,33,0,0,166,33,0,0,168,33,0,0,172,33,0,0,172,33,0,0,174,33,0,0,176,33,0,0,180,33,0,0,186,33,0,0,188,33,0,0,190,33,0,0,192,33,0,0,192,33,0,0,194,33,0,0,194,33,0,0,196,33,0,0,200,33,0,0,206,33,0,0,216,33,0,0,216,33,0,0,216,33,0,0,218,33,0,0,218,33,0,0,218,33,0,0,220,33,0,0,220,33,0,0,220,33,0,0,220,33,0,0,220,33,0,0,224,33,0,0,226,33,0,0,230,33,0,0,234,33,0,0,236,33,0,0,236,33,0,0,238,33,0,0,238,33,0,0,240,33,0,0,240,33,0,0,244,33,0,0,248,33,0,0,252,33,0,0,0,34,0,0,0,34,0,0,2,34,0,0,4,34,0,0,8,34,0,0,8,34,0,0,8,34,0,0,14,34,0,0,16,34,0,0,16,34,0,0,18,34,0,0,20,34,0,0,24,34,0,0,24,34,0,0,24,34,0,0,28,34,0,0,30,34,0,0,30,34,0,0,34,34,0,0,38,34,0,0,40,34,0,0,42,34,0,0,42,34,0,0,44,34,0,0,44,34,0,0,44,34,0,0,44,34,0,0,46,34,0,0,52,34,0,0,52,34,0,0,56,34,0,0,56,34,0,0,66,34,0,0,68,34,0,0,70,34,0,0,70,34,0,0,74,34,0,0,74,34,0,0,74,34,0,0,76,34,0,0,82,34,0,0,82,34,0,0,86,34,0,0,86,34,0,0,92,34,0,0,92,34,0,0,92,34,0,0,94,34,0,0,94,34,0,0,102,34,0,0,104,34,0,0,104,34,0,0,110,34,0,0,110,34,0,0,114,34,0,0,114,34,0,0,118,34,0,0,122,34,0,0,122,34,0,0,124,34,0,0,126,34,0,0,126,34,0,0,134,34,0,0,134,34,0,0,134,34,0,0,134,34,0,0,136,34,0,0,136,34,0,0,142,34,0,0,144,34,0,0,150,34,0,0,152,34,0,0,152,34,0,0,152,34,0,0,154,34,0,0,156,34,0,0,156,34,0,0,156,34,0,0,158,34,0,0,158,34,0,0,160,34,0,0,162,34,0,0,164,34,0,0,174,34,0,0,174,34,0,0,176,34,0,0,176,34,0,0,180,34,0,0,180,34,0,0,180,34,0,0,182,34,0,0,184,34,0,0,184,34,0,0,188,34,0,0,190,34,0,0,190,34,0,0,190,34,0,0,194,34,0,0,198,34,0,0,200,34,0,0,202,34,0,0,202,34,0,0,206,34,0,0,210,34,0,0,210,34,0,0,210,34,0,0,210,34,0,0,212,34,0,0,214,34,0,0,216,34,0,0,216,34,0,0,216,34,0,0,216,34,0,0,216,34,0,0,216,34,0,0,218,34,0,0,218,34,0,0,222,34,0,0,222,34,0,0,222,34,0,0,224,34,0,0,226,34,0,0,228,34,0,0,230,34,0,0,232,34,0,0,236,34,0,0,238,34,0,0,240,34,0,0,242,34,0,0,250,34,0,0,252,34,0,0,254,34,0,0,4,35,0,0,6,35,0,0,8,35,0,0,12,35,0,0,14,35,0,0,16,35,0,0,18,35,0,0,22,35,0,0,24,35,0,0,26,35,0,0,28,35,0,0,30,35,0,0,30,35,0,0,32,35,0,0,32,35,0,0,34,35,0,0,38,35,0,0,40,35,0,0,42,35,0,0,44,35,0,0,44,35,0,0,52,35,0,0,52,35,0,0,56,35,0,0,58,35,0,0,60,35,0,0,60,35,0,0,66,35,0,0,66,35,0,0,66,35,0,0,70,35,0,0,72,35,0,0,72,35,0,0,72,35,0,0,74,35,0,0,74,35,0,0,74,35,0,0,76,35,0,0,78,35,0,0,82,35,0,0,82,35,0,0,82,35,0,0,86,35,0,0,86,35,0,0,88,35,0,0,96,35,0,0,102,35,0,0,104,35,0,0,104,35,0,0,106,35,0,0,108,35,0,0,108,35,0,0,112,35,0,0,116,35,0,0,118,35,0,0,120,35,0,0,120,35,0,0,122,35,0,0,122,35,0,0,124,35,0,0,130,35,0,0,130,35,0,0,132,35,0,0,132,35,0,0,132,35,0,0,134,35,0,0,138,35,0,0,138,35,0,0,138,35,0,0,138,35,0,0,138,35,0,0,138,35,0,0,142,35,0,0,142,35,0,0,142,35,0,0,144,35,0,0,144,35,0,0,144,35,0,0,150,35,0,0,152,35,0,0,154,35,0,0,156,35,0,0,156,35,0,0,156,35,0,0,162,35,0,0,166,35,0,0,166,35,0,0,166,35,0,0,166,35,0,0,168,35,0,0,168,35,0,0,168,35,0,0,170,35,0,0,176,35,0,0,180,35,0,0,182,35,0,0,186,35,0,0,190,35,0,0,192,35,0,0,194,35,0,0,194,35,0,0,198,35,0,0,200,35,0,0,206,35,0,0,210,35,0,0,212,35,0,0,212,35,0,0,212,35,0,0,212,35,0,0,212,35,0,0,214,35,0,0,222,35,0,0,222,35,0,0,222,35,0,0,226,35,0,0,226,35,0,0,226,35,0,0,226,35,0,0,226,35,0,0,228,35,0,0,234,35,0,0,238,35,0,0,244,35,0,0,244,35,0,0,248,35,0,0,250,35,0,0,250,35,0,0,250,35,0,0,250,35,0,0,254,35,0,0,254,35,0,0,0,36,0,0,0,36,0,0,4,36,0,0,4,36,0,0,4,36,0,0,12,36,0,0,16,36,0,0,18,36,0,0,18,36,0,0,18,36,0,0,20,36,0,0,20,36,0,0,22,36,0,0,24,36,0,0,26,36,0,0,26,36,0,0,28,36,0,0,28,36,0,0,30,36,0,0,36,36,0,0,36,36,0,0,38,36,0,0,38,36,0,0,38,36,0,0,42,36,0,0,44,36,0,0,48,36,0,0,52,36,0,0,54,36,0,0,56,36,0,0,56,36,0,0,56,36,0,0,60,36,0,0,64,36,0,0,66,36,0,0,66,36,0,0,70,36,0,0,74,36,0,0,76,36,0,0,80,36,0,0,80,36,0,0,80,36,0,0,82,36,0,0,82,36,0,0,82,36,0,0,84,36,0,0,86,36,0,0,88,36,0,0,88,36,0,0,88,36,0,0,90,36,0,0,92,36,0,0,96,36,0,0,100,36,0,0,100,36,0,0,102,36,0,0,102,36,0,0,104,36,0,0,104,36,0,0,104,36,0,0,108,36,0,0,108,36,0,0,108,36,0,0,112,36,0,0,116,36,0,0,118,36,0,0,118,36,0,0,122,36,0,0,122,36,0,0,124,36,0,0,126,36,0,0,128,36,0,0,130,36,0,0,134,36,0,0,134,36,0,0,134,36,0,0,136,36,0,0,136,36,0,0,138,36,0,0,140,36,0,0,142,36,0,0,144,36,0,0,148,36,0,0,148,36,0,0,148,36,0,0,150,36,0,0,152,36,0,0,160,36,0,0,162,36,0,0,164,36,0,0,164,36,0,0,164,36,0,0,168,36,0,0,170,36,0,0,170,36,0,0,170,36,0,0,170,36,0,0,170,36,0,0,170,36,0,0,172,36,0,0,172,36,0,0,176,36,0,0,176,36,0,0,176,36,0,0,178,36,0,0,180,36,0,0,180,36,0,0,180,36,0,0,182,36,0,0,188,36,0,0,192,36,0,0,196,36,0,0,198,36,0,0,200,36,0,0,200,36,0,0,200,36,0,0,204,36,0,0,204,36,0,0,206,36,0,0,208,36,0,0,208,36,0,0,212,36,0,0,216,36,0,0,218,36,0,0,220,36,0,0,220,36,0,0,220,36,0,0,222,36,0,0,224,36,0,0,224,36,0,0,228,36,0,0,230,36,0,0,232,36,0,0,238,36,0,0,240,36,0,0,242,36,0,0,244,36,0,0,244,36,0,0,246,36,0,0,248,36,0,0,252,36,0,0,252,36,0,0,0,37,0,0,2,37,0,0,2,37,0,0,2,37,0,0,4,37,0,0,4,37,0,0,6,37,0,0,8,37,0,0,8,37,0,0,10,37,0,0,12,37,0,0,14,37,0,0,14,37,0,0,18,37,0,0,18,37,0,0,18,37,0,0,20,37,0,0,20,37,0,0,20,37,0,0,20,37,0,0,22,37,0,0,22,37,0,0,22,37,0,0,26,37,0,0,28,37,0,0,32,37,0,0,36,37,0,0,36,37,0,0,38,37,0,0,38,37,0,0,44,37,0,0,44,37,0,0,44,37,0,0,44,37,0,0,44,37,0,0,46,37,0,0,54,37,0,0,58,37,0,0,58,37,0,0,58,37,0,0,60,37,0,0,60,37,0,0,60,37,0,0,66,37,0,0,72,37,0,0,74,37,0,0,74,37,0,0,78,37,0,0,78,37,0,0,78,37,0,0,80,37,0,0,80,37,0,0,80,37,0,0,82,37,0,0,82,37,0,0,82,37,0,0,84,37,0,0,88,37,0,0,92,37,0,0,96,37,0,0,98,37,0,0,98,37,0,0,98,37,0,0,102,37,0,0,102,37,0,0,106,37,0,0,114,37,0,0,114,37,0,0,118,37,0,0,120,37,0,0,122,37,0,0,124,37,0,0,126,37,0,0,126,37,0,0,126,37,0,0,126,37,0,0,128,37,0,0,130,37,0,0,134,37,0,0,136,37,0,0,140,37,0,0,140,37,0,0,142,37,0,0,144,37,0,0,144,37,0,0,146,37,0,0,150,37,0,0,152,37,0,0,152,37,0,0,156,37,0,0,158,37,0,0,160,37,0,0,162,37,0,0,162,37,0,0,162,37,0,0,164,37,0,0,168,37,0,0,170,37,0,0,170,37,0,0,172,37,0,0,172,37,0,0,174,37,0,0,176,37,0,0,176,37,0,0,176,37,0,0,180,37,0,0,184,37,0,0,184,37,0,0,190,37,0,0,194,37,0,0,198,37,0,0,200,37,0,0,204,37,0,0,204,37,0,0,208,37,0,0,212,37,0,0,216,37,0,0,220,37,0,0,222,37,0,0,224,37,0,0,230,37,0,0,230,37,0,0,234,37,0,0,236,37,0,0,242,37,0,0,244,37,0,0,246,37,0,0,248,37,0,0,250,37,0,0,250,37,0,0,0,38,0,0,4,38,0,0,4,38,0,0,6,38,0,0,8,38,0,0,8,38,0,0,12,38,0,0,18,38,0,0,22,38,0,0,24,38,0,0,26,38,0,0,26,38,0,0,26,38,0,0,28,38,0,0,30,38,0,0,30,38,0,0,30,38,0,0,32,38,0,0,32,38,0,0,34,38,0,0,34,38,0,0,38,38,0,0,38,38,0,0,38,38,0,0,38,38,0,0,38,38,0,0,40,38,0,0,40,38,0,0,42,38,0,0,46,38,0,0,52,38,0,0,56,38,0,0,62,38,0,0,62,38,0,0,62,38,0,0,68,38,0,0,74,38,0,0,74,38,0,0,74,38,0,0,76,38,0,0,80,38,0,0,84,38,0,0,86,38,0,0,90,38,0,0,96,38,0,0,96,38,0,0,96,38,0,0,100,38,0,0,102,38,0,0,104,38,0,0,104,38,0,0,104,38,0,0,104,38,0,0,108,38,0,0,110,38,0,0,110,38,0,0,112,38,0,0,112,38,0,0,114,38,0,0,114,38,0,0,114,38,0,0,118,38,0,0,118,38,0,0,118,38,0,0,120,38,0,0,128,38,0,0,128,38,0,0,132,38,0,0,132,38,0,0,132,38,0,0,134,38,0,0,134,38,0,0,136,38,0,0,138,38,0,0,140,38,0,0,142,38,0,0,142,38,0,0,148,38,0,0,150,38,0,0,150,38,0,0,152,38,0,0,156,38,0,0,160,38,0,0,162,38,0,0,164,38,0,0,164,38,0,0,164,38,0,0,164,38,0,0,166,38,0,0,168,38,0,0,168,38,0,0,168,38,0,0,168,38,0,0,172,38,0,0,174,38,0,0,176,38,0,0,180,38,0,0,192,38,0,0,192,38,0,0,194,38,0,0,196,38,0,0,200,38,0,0,202,38,0,0,204,38,0,0,204,38,0,0,204,38,0,0,208,38,0,0,210,38,0,0,210,38,0,0,212,38,0,0,216,38,0,0,218,38,0,0,222,38,0,0,226,38,0,0,228,38,0,0,230,38,0,0,236,38,0,0,236,38,0,0,238,38,0,0,240,38,0,0,246,38,0,0,246,38,0,0,250,38,0,0,252,38,0,0,254,38,0,0,254,38,0,0,254,38,0,0,254,38,0,0,0,39,0,0,4,39,0,0,6,39,0,0,6,39,0,0,10,39,0,0,14,39,0,0,18,39,0,0,18,39,0,0,18,39,0,0,18,39,0,0,18,39,0,0,18,39,0,0,18,39,0,0,18,39,0,0,22,39,0,0,22,39,0,0,22,39,0,0,26,39,0,0,28,39,0,0,28,39,0,0,28,39,0,0,32,39,0,0,36,39,0,0,36,39,0,0,38,39,0,0,40,39,0,0,42,39,0,0,42,39,0,0,44,39,0,0,50,39,0,0,56,39,0,0,58,39,0,0,60,39,0,0,60,39,0,0,62,39,0,0,64,39,0,0,64,39,0,0,68,39,0,0,70,39,0,0,76,39,0,0,78,39,0,0,78,39,0,0,80,39,0,0,80,39,0,0,80,39,0,0,84,39,0,0,84,39,0,0,88,39,0,0,88,39,0,0,90,39,0,0,94,39,0,0,96,39,0,0,98,39,0,0,106,39,0,0,114,39,0,0,114,39,0,0,116,39,0,0,118,39,0,0,122,39,0,0,124,39,0,0,130,39,0,0,130,39,0,0,130,39,0,0,134,39,0,0,134,39,0,0,136,39,0,0,136,39,0,0,140,39,0,0,140,39,0,0,142,39,0,0,144,39,0,0,146,39,0,0,146,39,0,0,146,39,0,0,150,39,0,0,154,39,0,0,156,39,0,0,160,39,0,0,164,39,0,0,166,39,0,0,172,39,0,0,174,39,0,0,176,39,0,0,180,39,0,0,180,39,0,0,184,39,0,0,184,39,0,0,186,39,0,0,188,39,0,0,194,39,0,0,196,39,0,0,196,39,0,0,200,39,0,0,202,39,0,0,202,39,0,0,202,39,0,0,204,39,0,0,206,39,0,0,206,39,0,0,206,39,0,0,210,39,0,0,214,39,0,0,216,39,0,0,216,39,0,0,216,39,0,0,218,39,0,0,218,39,0,0,224,39,0,0,224,39,0,0,224,39,0,0,226,39,0,0,228,39,0,0,228,39,0,0,228,39,0,0,228,39,0,0,230,39,0,0,232,39,0,0,238,39,0,0,238,39,0,0,242,39,0,0,242,39,0,0,244,39,0,0,244,39,0,0,244,39,0,0,250,39,0,0,252,39,0,0,254,39,0,0,0,40,0,0,2,40,0,0,2,40,0,0,2,40,0,0,4,40,0,0,10,40,0,0,12,40,0,0,16,40,0,0,18,40,0,0,24,40,0,0,28,40,0,0,30,40,0,0,32,40,0,0,32,40,0,0,34,40,0,0,44,40,0,0,46,40,0,0,46,40,0,0,48,40,0,0,48,40,0,0,50,40,0,0,50,40,0,0,52,40,0,0,54,40,0,0,54,40,0,0,58,40,0,0,60,40,0,0,60,40,0,0,60,40,0,0,62,40,0,0,62,40,0,0,62,40,0,0,64,40,0,0,66,40,0,0,68,40,0,0,74,40,0,0,76,40,0,0,78,40,0,0,80,40,0,0,80,40,0,0,80,40,0,0,80,40,0,0,82,40,0,0,84,40,0,0,84,40,0,0,92,40,0,0,94,40,0,0,94,40,0,0,94,40,0,0,94,40,0,0,94,40,0,0,98,40,0,0,98,40,0,0,98,40,0,0,102,40,0,0,102,40,0,0,106,40,0,0,106,40,0,0,106,40,0,0,108,40,0,0,112,40,0,0,112,40,0,0,114,40,0,0,114,40,0,0,114,40,0,0,116,40,0,0,116,40,0,0,116,40,0,0,120,40,0,0,120,40,0,0,120,40,0,0,122,40,0,0,124,40,0,0,128,40,0,0,128,40,0,0,132,40,0,0,132,40,0,0,134,40,0,0,136,40,0,0,136,40,0,0,138,40,0,0,140,40,0,0,146,40,0,0,152,40,0,0,156,40,0,0,160,40,0,0,164,40,0,0,166,40,0,0,168,40,0,0,176,40,0,0,178,40,0,0,178,40,0,0,182,40,0,0,182,40,0,0,184,40,0,0,186,40,0,0,188,40,0,0,188,40,0,0,192,40,0,0,192,40,0,0,194,40,0,0,196,40,0,0,196,40,0,0,200,40,0,0,200,40,0,0,208,40,0,0,210,40,0,0,212,40,0,0,212,40,0,0,214,40,0,0,214,40,0,0,214,40,0,0,214,40,0,0,214,40,0,0,218,40,0,0,218,40,0,0,226,40,0,0,228,40,0,0,232,40,0,0,236,40,0,0,236,40,0,0,236,40,0,0,236,40,0,0,240,40,0,0,244,40,0,0,248,40,0,0,248,40,0,0,250,40,0,0,254,40,0,0,0,41,0,0,0,41,0,0,6,41,0,0,6,41,0,0,8,41,0,0,10,41,0,0,12,41,0,0,16,41,0,0,18,41,0,0,24,41,0,0,28,41,0,0,30,41,0,0,32,41,0,0,34,41,0,0,34,41,0,0,36,41,0,0,46,41,0,0,48,41,0,0,48,41,0,0,48,41,0,0,52,41,0,0,52,41,0,0,54,41,0,0,58,41,0,0,60,41,0,0,60,41,0,0,62,41,0,0,64,41,0,0,64,41,0,0,64,41,0,0,68,41,0,0,70,41,0,0,70,41,0,0,70,41,0,0,70,41,0,0,72,41,0,0,74,41,0,0,78,41,0,0,80,41,0,0,80,41,0,0,84,41,0,0,88,41,0,0,92,41,0,0,92,41,0,0,96,41,0,0,98,41,0,0,100,41,0,0,106,41,0,0,108,41,0,0,110,41,0,0,110,41,0,0,112,41,0,0,114,41,0,0,118,41,0,0,120,41,0,0,126,41,0,0,128,41,0,0,130,41,0,0,130,41,0,0,136,41,0,0,136,41,0,0,136,41,0,0,138,41,0,0,138,41,0,0,140,41,0,0,142,41,0,0,150,41,0,0,150,41,0,0,150,41,0,0,154,41,0,0,156,41,0,0,158,41,0,0,158,41,0,0,162,41,0,0,162,41,0,0,166,41,0,0,172,41,0,0,172,41,0,0,174,41,0,0,178,41,0,0,178,41,0,0,184,41,0,0,186,41,0,0,190,41,0,0,190,41,0,0,192,41,0,0,194,41,0,0,198,41,0,0,202,41,0,0,202,41,0,0,206,41,0,0,208,41,0,0,210,41,0,0,212,41,0,0,212,41,0,0,212,41,0,0,212,41,0,0,212,41,0,0,212,41,0,0,214,41,0,0,214,41,0,0,224,41,0,0,226,41,0,0,228,41,0,0,228,41,0,0,228,41,0,0,230,41,0,0,230,41,0,0,232,41,0,0,232,41,0,0,234,41,0,0,234,41,0,0,236,41,0,0,236,41,0,0,238,41,0,0,238,41,0,0,242,41,0,0,244,41,0,0,244,41,0,0,246,41,0,0,248,41,0,0,250,41,0,0,250,41,0,0,252,41,0,0,0,42,0,0,0,42,0,0,0,42,0,0,0,42,0,0,2,42,0,0,4,42,0,0,8,42,0,0,10,42,0,0,10,42,0,0,12,42,0,0,16,42,0,0,18,42,0,0,22,42,0,0,22,42,0,0,22,42,0,0,26,42,0,0,26,42,0,0,26,42,0,0,28,42,0,0,30,42,0,0,32,42,0,0,32,42,0,0,32,42,0,0,34,42,0,0,34,42,0,0,34,42,0,0,40,42,0,0,40,42,0,0,42,42,0,0,46,42,0,0,48,42,0,0,48,42,0,0,50,42,0,0,52,42,0,0,56,42,0,0,60,42,0,0,60,42,0,0,66,42,0,0,68,42,0,0,68,42,0,0,68,42,0,0,68,42,0,0,72,42,0,0,72,42,0,0,72,42,0,0,74,42,0,0,74,42,0,0,74,42,0,0,76,42,0,0,78,42,0,0,80,42,0,0,80,42,0,0,80,42,0,0,80,42,0,0,82,42,0,0,82,42,0,0,82,42,0,0,86,42,0,0,88,42,0,0,94,42,0,0,98,42,0,0,100,42,0,0,100,42,0,0,102,42,0,0,102,42,0,0,110,42,0,0,114,42,0,0,116,42,0,0,118,42,0,0,122,42,0,0,124,42,0,0,124,42,0,0,126,42,0,0,128,42,0,0,130,42,0,0,132,42,0,0,132,42,0,0,138,42,0,0,138,42,0,0,140,42,0,0,140,42,0,0,142,42,0,0,144,42,0,0,144,42,0,0,146,42,0,0,146,42,0,0,146,42,0,0,148,42,0,0,152,42,0,0,154,42,0,0,156,42,0,0,156,42,0,0,156,42,0,0,158,42,0,0,158,42,0,0,158,42,0,0,162,42,0,0,162,42,0,0,162,42,0,0,162,42,0,0,162,42,0,0,166,42,0,0,176,42,0,0,176,42,0,0,176,42,0,0,176,42,0,0,180,42,0,0,182,42,0,0,184,42,0,0,184,42,0,0,184,42,0,0,184,42,0,0,186,42,0,0,188,42,0,0,190,42,0,0,190,42,0,0,192,42,0,0,196,42,0,0,198,42,0,0,198,42,0,0,198,42,0,0,198,42,0,0,198,42,0,0,200,42,0,0,200,42,0,0,202,42,0,0,202,42,0,0,204,42,0,0,208,42,0,0,208,42,0,0,208,42,0,0,208,42,0,0,212,42,0,0,212,42,0,0,214,42,0,0,214,42,0,0,214,42,0,0,214,42,0,0,214,42,0,0,214,42,0,0,214,42,0,0,216,42,0,0,216,42,0,0,220,42,0,0,222,42,0,0,224,42,0,0,228,42,0,0,230,42,0,0,232,42,0,0,236,42,0,0,242,42,0,0,246,42,0,0,248,42,0,0,248,42,0,0,248,42,0,0,252,42,0,0,254,42,0,0,0,43,0,0,0,43,0,0,0,43,0,0,4,43,0,0,6,43,0,0,6,43,0,0,8,43,0,0,10,43,0,0,10,43,0,0,14,43,0,0,16,43,0,0,18,43,0,0,20,43,0,0,22,43,0,0,34,43,0,0,34,43,0,0,34,43,0,0,34,43,0,0,34,43,0,0,34,43,0,0,38,43,0,0,40,43,0,0,44,43,0,0,46,43,0,0,50,43,0,0,50,43,0,0,52,43,0,0,52,43,0,0,60,43,0,0,62,43,0,0,64,43,0,0,64,43,0,0,88,43,0,0,94,43,0,0,96,43,0,0,98,43,0,0,98,43,0,0,100,43,0,0,100,43,0,0,104,43,0,0,104,43,0,0,104,43,0,0,112,43,0,0,116,43,0,0,118,43,0,0,118,43,0,0,120,43,0,0,122,43,0,0,124,43,0,0,132,43,0,0,132,43,0,0,134,43,0,0,136,43,0,0,136,43,0,0,136,43,0,0,136,43,0,0,138,43,0,0,138,43,0,0,138,43,0,0,138,43,0,0,140,43,0,0,142,43,0,0,144,43,0,0,148,43,0,0,154,43,0,0,158,43,0,0,160,43,0,0,160,43,0,0,164,43,0,0,166,43,0,0,168,43,0,0,170,43,0,0,172,43,0,0,172,43,0,0,176,43,0,0,178,43,0,0,182,43,0,0,186,43,0,0,188,43,0,0,188,43,0,0,188,43,0,0,192,43,0,0,192,43,0,0,194,43,0,0,196,43,0,0,198,43,0,0,198,43,0,0,204,43,0,0,204,43,0,0,210,43,0,0,212,43,0,0,212,43,0,0,212,43,0,0,212,43,0,0,214,43,0,0,216,43,0,0,218,43,0,0,222,43,0,0,226,43,0,0,226,43,0,0,228,43,0,0,230,43,0,0,232,43,0,0,238,43,0,0,240,43,0,0,240,43,0,0,242,43,0,0,246,43,0,0,246,43,0,0,246,43,0,0,250,43,0,0,250,43,0,0,0,44,0,0,0,44,0,0,2,44,0,0,4,44,0,0,4,44,0,0,6,44,0,0,10,44,0,0,10,44,0,0,14,44,0,0,18,44,0,0,18,44,0,0,22,44,0,0,24,44,0,0,24,44,0,0,26,44,0,0,26,44,0,0,28,44,0,0,32,44,0,0,32,44,0,0,32,44,0,0,32,44,0,0,38,44,0,0,44,44,0,0,44,44,0,0,48,44,0,0,50,44,0,0,50,44,0,0,50,44,0,0,50,44,0,0,54,44,0,0,56,44,0,0,56,44,0,0,62,44,0,0,66,44,0,0,68,44,0,0,68,44,0,0,70,44,0,0,74,44,0,0,76,44,0,0,76,44,0,0,78,44,0,0,80,44,0,0,80,44,0,0,82,44,0,0,92,44,0,0,92,44,0,0,96,44,0,0,96,44,0,0,98,44,0,0,100,44,0,0,102,44,0,0,104,44,0,0,106,44,0,0,106,44,0,0,108,44,0,0,110,44,0,0,112,44,0,0,112,44,0,0,112,44,0,0,114,44,0,0,114,44,0,0,114,44,0,0,114,44,0,0,114,44,0,0,114,44,0,0,114,44,0,0,114,44,0,0,116,44,0,0,116,44,0,0,116,44,0,0,118,44,0,0,122,44,0,0,122,44,0,0,126,44,0,0,130,44,0,0,132,44,0,0,136,44,0,0,138,44,0,0,140,44,0,0,142,44,0,0,142,44,0,0,144,44,0,0,146,44,0,0,146,44,0,0,150,44,0,0,152,44,0,0,154,44,0,0,156,44,0,0,156,44,0,0,158,44,0,0,160,44,0,0,162,44,0,0,166,44,0,0,168,44,0,0,170,44,0,0,172,44,0,0,174,44,0,0,176,44,0,0,176,44,0,0,180,44,0,0,182,44,0,0,186,44,0,0,188,44,0,0,188,44,0,0,192,44,0,0,192,44,0,0,196,44,0,0,196,44,0,0,196,44,0,0,200,44,0,0,204,44,0,0,204,44,0,0,206,44,0,0,206,44,0,0,208,44,0,0,208,44,0,0,212,44,0,0,214,44,0,0,214,44,0,0,216,44,0,0,222,44,0,0,224,44,0,0,224,44,0,0,224,44,0,0,224,44,0,0,226,44,0,0,226,44,0,0,230,44,0,0,232,44,0,0,234,44,0,0,236,44,0,0,240,44,0,0,240,44,0,0,250,44,0,0,254,44,0,0,254,44,0,0,254,44,0,0,254,44,0,0,254,44,0,0,4,45,0,0,4,45,0,0,4,45,0,0,8,45,0,0,8,45,0,0,10,45,0,0,12,45,0,0,14,45,0,0,14,45,0,0,16,45,0,0,18,45,0,0,20,45,0,0,22,45,0,0,24,45,0,0,26,45,0,0,30,45,0,0,32,45,0,0,36,45,0,0,40,45,0,0,40,45,0,0,40,45,0,0,44,45,0,0,44,45,0,0,44,45,0,0,46,45,0,0,46,45,0,0,50,45,0,0,52,45,0,0,54,45,0,0,56,45,0,0,62,45,0,0,66,45,0,0,68,45,0,0,72,45,0,0,76,45,0,0,78,45,0,0,78,45,0,0,78,45,0,0,78,45,0,0,82,45,0,0,82,45,0,0,84,45,0,0,84,45,0,0,86,45,0,0,86,45,0,0,90,45,0,0,92,45,0,0,94,45,0,0,94,45,0,0,98,45,0,0,104,45,0,0,108,45,0,0,110,45,0,0,110,45,0,0,110,45,0,0,110,45,0,0,114,45,0,0,116,45,0,0,118,45,0,0,118,45,0,0,120,45,0,0,122,45,0,0,122,45,0,0,124,45,0,0,126,45,0,0,128,45,0,0,128,45,0,0,134,45,0,0,140,45,0,0,142,45,0,0,144,45,0,0,148,45,0,0,152,45,0,0,156,45,0,0,156,45,0,0,160,45,0,0,166,45,0,0,166,45,0,0,170,45,0,0,172,45,0,0,174,45,0,0,178,45,0,0,182,45,0,0,184,45,0,0,188,45,0,0,190,45,0,0,190,45,0,0,190,45,0,0,192,45,0,0,198,45,0,0,200,45,0,0,202,45,0,0,206,45,0,0,206,45,0,0,206,45,0,0,206,45,0,0,214,45,0,0,214,45,0,0,216,45,0,0,218,45,0,0,220,45,0,0,222,45,0,0,222,45,0,0,226,45,0,0,226,45,0,0,226,45,0,0,226,45,0,0,230,45,0,0,236,45,0,0,236,45,0,0,236,45,0,0,236,45,0,0,238,45,0,0,240,45,0,0,242,45,0,0,246,45,0,0,250,45,0,0,250,45,0,0,252,45,0,0,252,45,0,0,0,46,0,0,2,46,0,0,6,46,0,0,6,46,0,0,8,46,0,0,10,46,0,0,10,46,0,0,14,46,0,0,18,46,0,0,26,46,0,0,32,46,0,0,36,46,0,0,38,46,0,0,38,46,0,0,40,46,0,0,44,46,0,0,44,46,0,0,52,46,0,0,52,46,0,0,56,46,0,0,58,46,0,0,62,46,0,0,64,46,0,0,70,46,0,0,70,46,0,0,76,46,0,0,80,46,0,0,80,46,0,0,82,46,0,0,82,46,0,0,82,46,0,0,84,46,0,0,84,46,0,0,84,46,0,0,86,46,0,0,88,46,0,0,94,46,0,0,94,46,0,0,98,46,0,0,100,46,0,0,102,46,0,0,102,46,0,0,102,46,0,0,102,46,0,0,106,46,0,0,106,46,0,0,108,46,0,0,110,46,0,0,110,46,0,0,112,46,0,0,114,46,0,0,114,46,0,0,114,46,0,0,116,46,0,0,118,46,0,0,122,46,0,0,126,46,0,0,128,46,0,0,130,46,0,0,130,46,0,0,132,46,0,0,132,46,0,0,134,46,0,0,136,46,0,0,138,46,0,0,142,46,0,0,142,46,0,0,142,46,0,0,144,46,0,0,150,46,0,0,150,46,0,0,150,46,0,0,152,46,0,0,156,46,0,0,156,46,0,0,156,46,0,0,160,46,0,0,160,46,0,0,162,46,0,0,164,46,0,0,166,46,0,0,168,46,0,0,168,46,0,0,170,46,0,0,176,46,0,0,176,46,0,0,178,46,0,0,180,46,0,0,182,46,0,0,184,46,0,0,186,46,0,0,192,46,0,0,196,46,0,0,196,46,0,0,198,46,0,0,198,46,0,0,204,46,0,0,204,46,0,0,204,46,0,0,206,46,0,0,206,46,0,0,206,46,0,0,210,46,0,0,212,46,0,0,216,46,0,0,218,46,0,0,222,46,0,0,226,46,0,0,234,46,0,0,234,46,0,0,234,46,0,0,236,46,0,0,236,46,0,0,238,46,0,0,240,46,0,0,240,46,0,0,240,46,0,0,244,46,0,0,246,46,0,0,246,46,0,0,248,46,0,0,250,46,0,0,254,46,0,0,0,47,0,0,0,47,0,0,4,47,0,0,10,47,0,0,14,47,0,0,18,47,0,0,20,47,0,0,22,47,0,0,24,47,0,0,26,47,0,0,28,47,0,0,28,47,0,0,32,47,0,0,32,47,0,0,32,47,0,0,32,47,0,0,38,47,0,0,40,47,0,0,44,47,0,0,46,47,0,0,46,47,0,0,48,47,0,0,48,47,0,0,48,47,0,0,50,47,0,0,50,47,0,0,52,47,0,0,52,47,0,0,54,47,0,0,56,47,0,0,58,47,0,0,58,47,0,0,60,47,0,0,62,47,0,0,62,47,0,0,66,47,0,0,66,47,0,0,68,47,0,0,70,47,0,0,70,47,0,0,72,47,0,0,72,47,0,0,72,47,0,0,72,47,0,0,74,47,0,0,76,47,0,0,78,47,0,0,78,47,0,0,78,47,0,0,78,47,0,0,80,47,0,0,82,47,0,0,84,47,0,0,86,47,0,0,88,47,0,0,90,47,0,0,90,47,0,0,92,47,0,0,92,47,0,0,92,47,0,0,92,47,0,0,96,47,0,0,100,47,0,0,102,47,0,0,102,47,0,0,104,47,0,0,110,47,0,0,112,47,0,0,112,47,0,0,114,47,0,0,114,47,0,0,114,47,0,0,114,47,0,0,116,47,0,0,122,47,0,0,126,47,0,0,126,47,0,0,126,47,0,0,126,47,0,0,128,47,0,0,132,47,0,0,132,47,0,0,132,47,0,0,136,47,0,0,140,47,0,0,140,47,0,0,150,47,0,0,154,47,0,0,154,47,0,0,154,47,0,0,156,47,0,0,156,47,0,0,156,47,0,0,156,47,0,0,160,47,0,0,160,47,0,0,162,47,0,0,168,47,0,0,170,47,0,0,172,47,0,0,176,47,0,0,178,47,0,0,180,47,0,0,180,47,0,0,182,47,0,0,184,47,0,0,188,47,0,0,192,47,0,0,194,47,0,0,194,47,0,0,198,47,0,0,200,47,0,0,202,47,0,0,202,47,0,0,206,47,0,0,210,47,0,0,212,47,0,0,214,47,0,0,216,47,0,0,220,47,0,0,222,47,0,0,226,47,0,0,230,47,0,0,232,47,0,0,232,47,0,0,234,47,0,0,234,47,0,0,236,47,0,0,240,47,0,0,240,47,0,0,242,47,0,0,244,47,0,0,244,47,0,0,246,47,0,0,246,47,0,0,246,47,0,0,246,47,0,0,248,47,0,0,252,47,0,0,0,48,0,0,4,48,0,0,4,48,0,0,4,48,0,0,6,48,0,0,6,48,0,0,6,48,0,0,10,48,0,0,10,48,0,0,16,48,0,0,16,48,0,0,16,48,0,0,20,48,0,0,20,48,0,0,24,48,0,0,24,48,0,0,26,48,0,0,28,48,0,0,28,48,0,0,30,48,0,0,32,48,0,0,34,48,0,0,34,48,0,0,40,48,0,0,42,48,0,0,44,48,0,0,46,48,0,0,52,48,0,0,52,48,0,0,56,48,0,0,62,48,0,0,66,48,0,0,66,48,0,0,68,48,0,0,68,48,0,0,72,48,0,0,72,48,0,0,74,48,0,0,76,48,0,0,78,48,0,0,78,48,0,0,84,48,0,0,84,48,0,0,84,48,0,0,84,48,0,0,90,48,0,0,92,48,0,0,92,48,0,0,92,48,0,0,94,48,0,0,94,48,0,0,94,48,0,0,96,48,0,0,96,48,0,0,96,48,0,0,100,48,0,0,104,48,0,0,104,48,0,0,108,48,0,0,110,48,0,0,110,48,0,0,110,48,0,0,116,48,0,0,116,48,0,0,116,48,0,0,116,48,0,0,116,48,0,0,116,48,0,0,118,48,0,0,118,48,0,0,122,48,0,0,122,48,0,0,124,48,0,0,124,48,0,0,124,48,0,0,124,48,0,0,128,48,0,0,130,48,0,0,134,48,0,0,134,48,0,0,140,48,0,0,142,48,0,0,146,48,0,0,146,48,0,0,146,48,0,0,148,48,0,0,148,48,0,0,150,48,0,0,150,48,0,0,160,48,0,0,160,48,0,0,160,48,0,0,162,48,0,0,164,48,0,0,164,48,0,0,166,48,0,0,168,48,0,0,168,48,0,0,168,48,0,0,170,48,0,0,170,48,0,0,172,48,0,0,172,48,0,0,174,48,0,0,176,48,0,0,180,48,0,0,184,48,0,0,186,48,0,0,190,48,0,0,190,48,0,0,190,48,0,0,192,48,0,0,192,48,0,0,196,48,0,0,196,48,0,0,196,48,0,0,200,48,0,0,200,48,0,0,200,48,0,0,202,48,0,0,202,48,0,0,202,48,0,0,204,48,0,0,208,48,0,0,210,48,0,0,212,48,0,0,212,48,0,0,216,48,0,0,218,48,0,0,222,48,0,0,224,48,0,0,228,48,0,0,228,48,0,0,228,48,0,0,230,48,0,0,234,48,0,0,240,48,0,0,240,48,0,0,240,48,0,0,240,48,0,0,244,48,0,0,244,48,0,0,246,48,0,0,246,48,0,0,248,48,0,0,252,48,0,0,254,48,0,0,8,49,0,0,10,49,0,0,14,49,0,0,16,49,0,0,16,49,0,0,16,49,0,0,18,49,0,0,18,49,0,0,22,49,0,0,24,49,0,0,24,49,0,0,24,49,0,0,24,49,0,0,24,49,0,0,26,49,0,0,30,49,0,0,32,49,0,0,32,49,0,0,40,49,0,0,42,49,0,0,42,49,0,0,44,49,0,0,48,49,0,0,50,49,0,0,50,49,0,0,50,49,0,0,50,49,0,0,52,49,0,0,54,49,0,0,54,49,0,0,58,49,0,0,58,49,0,0,58,49,0,0,58,49,0,0,60,49,0,0,60,49,0,0,62,49,0,0,62,49,0,0,62,49,0,0,62,49,0,0,64,49,0,0,64,49,0,0,64,49,0,0,68,49,0,0,68,49,0,0,68,49,0,0,70,49,0,0,72,49,0,0,74,49,0,0,76,49,0,0,76,49,0,0,76,49,0,0,80,49,0,0,80,49,0,0,84,49,0,0,88,49,0,0,90,49,0,0,94,49,0,0,98,49,0,0,104,49,0,0,104,49,0,0,104,49,0,0,104,49,0,0,106,49,0,0,106,49,0,0,110,49,0,0,110,49,0,0,112,49,0,0,114,49,0,0,118,49,0,0,120,49,0,0,122,49,0,0,124,49,0,0,126,49,0,0,126,49,0,0,126,49,0,0,128,49,0,0,128,49,0,0,128,49,0,0,136,49,0,0,138,49,0,0,140,49,0,0,140,49,0,0,140,49,0,0,142,49,0,0,148,49,0,0,152,49,0,0,152,49,0,0,154,49,0,0,154,49,0,0,154,49,0,0,156,49,0,0,156,49,0,0,156,49,0,0,158,49,0,0,160,49,0,0,162,49,0,0,162,49,0,0,162,49,0,0,162,49,0,0,162,49,0,0,164,49,0,0,166,49,0,0,168,49,0,0,172,49,0,0,172,49,0,0,174,49,0,0,178,49,0,0,180,49,0,0,190,49,0,0,192,49,0,0,192,49,0,0,194,49,0,0,194,49,0,0,194,49,0,0,194,49,0,0,194,49,0,0,196,49,0,0,196,49,0,0,196,49,0,0,198,49,0,0,198,49,0,0,204,49,0,0,204,49,0,0,204,49,0,0,204,49,0,0,206,49,0,0,208,49,0,0,210,49,0,0,210,49,0,0,214,49,0,0,214,49,0,0,218,49,0,0,220,49,0,0,224,49,0,0,228,49,0,0,230,49,0,0,230,49,0,0,230,49,0,0,230,49,0,0,234,49,0,0,236,49,0,0,238,49,0,0,242,49,0,0,242,49,0,0,244,49,0,0,244,49,0,0,248,49,0,0,250,49,0,0,250,49,0,0,250,49,0,0,254,49,0,0,0,50,0,0,2,50,0,0,4,50,0,0,4,50,0,0,6,50,0,0,6,50,0,0,8,50,0,0,10,50,0,0,10,50,0,0,14,50,0,0,20,50,0,0,20,50,0,0,22,50,0,0,28,50,0,0,28,50,0,0,32,50,0,0,32,50,0,0,32,50,0,0,38,50,0,0,38,50,0,0,38,50,0,0,40,50,0,0,42,50,0,0,48,50,0,0,48,50,0,0,50,50,0,0,50,50,0,0,54,50,0,0,56,50,0,0,58,50,0,0,58,50,0,0,60,50,0,0,62,50,0,0,62,50,0,0,62,50,0,0,64,50,0,0,66,50,0,0,66,50,0,0,70,50,0,0,70,50,0,0,70,50,0,0,72,50,0,0,76,50,0,0,78,50,0,0,78,50,0,0,80,50,0,0,86,50,0,0,86,50,0,0,86,50,0,0,88,50,0,0,88,50,0,0,88,50,0,0,88,50,0,0,90,50,0,0,94,50,0,0,94,50,0,0,98,50,0,0,100,50,0,0,100,50,0,0,100,50,0,0,106,50,0,0,108,50,0,0,108,50,0,0,108,50,0,0,110,50,0,0,110,50,0,0,112,50,0,0,112,50,0,0,112,50,0,0,112,50,0,0,112,50,0,0,114,50,0,0,120,50,0,0,122,50,0,0,124,50,0,0,126,50,0,0,128,50,0,0,128,50,0,0,128,50,0,0,130,50,0,0,134,50,0,0,134,50,0,0,134,50,0,0,134,50,0,0,140,50,0,0,142,50,0,0,146,50,0,0,146,50,0,0,146,50,0,0,150,50,0,0,154,50,0,0,160,50,0,0,160,50,0,0,164,50,0,0,168,50,0,0,170,50,0,0,172,50,0,0,174,50,0,0,176,50,0,0,180,50,0,0,182,50,0,0,184,50,0,0,188,50,0,0,192,50,0,0,196,50,0,0,200,50,0,0,200,50,0,0,200,50,0,0,204,50,0,0,204,50,0,0,204,50,0,0,204,50,0,0,210,50,0,0,212,50,0,0,214,50,0,0,214,50,0,0,216,50,0,0,218,50,0,0,218,50,0,0,224,50,0,0,226,50,0,0,228,50,0,0,228,50,0,0,228,50,0,0,230,50,0,0,232,50,0,0,232,50,0,0,238,50,0,0,240,50,0,0,244,50,0,0,246,50,0,0,248,50,0,0,252,50,0,0,0,51,0,0,4,51,0,0,8,51,0,0,12,51,0,0,12,51,0,0,14,51,0,0,14,51,0,0,16,51,0,0,22,51,0,0,22,51,0,0,24,51,0,0,30,51,0,0,32,51,0,0,36,51,0,0,42,51,0,0,42,51,0,0,46,51,0,0,50,51,0,0,50,51,0,0,50,51,0,0,54,51,0,0,58,51,0,0,60,51,0,0,62,51,0,0,62,51,0,0,62,51,0,0,64,51,0,0,66,51,0,0,66,51,0,0,66,51,0,0,68,51,0,0,70,51,0,0,72,51,0,0,74,51,0,0,80,51,0,0,80,51,0,0,80,51,0,0,82,51,0,0,84,51,0,0,84,51,0,0,88,51,0,0,96,51,0,0,96,51,0,0,96,51,0,0,96,51,0,0,96,51,0,0,100,51,0,0,102,51,0,0,104,51,0,0,106,51,0,0,108,51,0,0,110,51,0,0,110,51,0,0,112,51,0,0,114,51,0,0,116,51,0,0,118,51,0,0,122,51,0,0,122,51,0,0,126,51,0,0,128,51,0,0,132,51,0,0,134,51,0,0,138,51,0,0,138,51,0,0,140,51,0,0,140,51,0,0,140,51,0,0,144,51,0,0,144,51,0,0,144,51,0,0,146,51,0,0,152,51,0,0,152,51,0,0,158,51,0,0,160,51,0,0,160,51,0,0,166,51,0,0,170,51,0,0,170,51,0,0,170,51,0,0,172,51,0,0,176,51,0,0,182,51,0,0,184,51,0,0,184,51,0,0,186,51,0,0,188,51,0,0,190,51,0,0,190,51,0,0,192,51,0,0,192,51,0,0,194,51,0,0,202,51,0,0,202,51,0,0,206,51,0,0,206,51,0,0,208,51,0,0,210,51,0,0,210,51,0,0,212,51,0,0,216,51,0,0,218,51,0,0,220,51,0,0,228,51,0,0,230,51,0,0,234,51,0,0,236,51,0,0,240,51,0,0,240,51,0,0,240,51,0,0,242,51,0,0,242,51,0,0,246,51,0,0,246,51,0,0,246,51,0,0,246,51,0,0,246,51,0,0,250,51,0,0,254,51,0,0,2,52,0,0,2,52,0,0,8,52,0,0,10,52,0,0,10,52,0,0,12,52,0,0,12,52,0,0,14,52,0,0,14,52,0,0,14,52,0,0,16,52,0,0,18,52,0,0,20,52,0,0,20,52,0,0,22,52,0,0,24,52,0,0,26,52,0,0,32,52,0,0,32,52,0,0,34,52,0,0,36,52,0,0,38,52,0,0,38,52,0,0,40,52,0,0,40,52,0,0,40,52,0,0,42,52,0,0,42,52,0,0,44,52,0,0,46,52,0,0,50,52,0,0,52,52,0,0,54,52,0,0,56,52,0,0,60,52,0,0,60,52,0,0,62,52,0,0,62,52,0,0,66,52,0,0,68,52,0,0,70,52,0,0,74,52,0,0,76,52,0,0,78,52,0,0,82,52,0,0,84,52,0,0,86,52,0,0,88,52,0,0,92,52,0,0,96,52,0,0,98,52,0,0,104,52,0,0,106,52,0,0,114,52,0,0,114,52,0,0,116,52,0,0,116,52,0,0,120,52,0,0,120,52,0,0,120,52,0,0,124,52,0,0,126,52,0,0,130,52,0,0,132,52,0,0,134,52,0,0,134,52,0,0,138,52,0,0,138,52,0,0,140,52,0,0,142,52,0,0,146,52,0,0,148,52,0,0,148,52,0,0,148,52,0,0,148,52,0,0,148,52,0,0,154,52,0,0,154,52,0,0,154,52,0,0,154,52,0,0,154,52,0,0,154,52,0,0,158,52,0,0,166,52,0,0,168,52,0,0,168,52,0,0,170,52,0,0,172,52,0,0,172,52,0,0,174,52,0,0,174,52,0,0,176,52,0,0,178,52,0,0,182,52,0,0,182,52,0,0,184,52,0,0,190,52,0,0,190,52,0,0,190,52,0,0,190,52,0,0,194,52,0,0,198,52,0,0,202,52,0,0,202,52,0,0,202,52,0,0,202,52,0,0,202,52,0,0,208,52,0,0,208,52,0,0,218,52,0,0,220,52,0,0,222,52,0,0,224,52,0,0,226,52,0,0,230,52,0,0,232,52,0,0,232,52,0,0,232,52,0,0,234,52,0,0,236,52,0,0,236,52,0,0,236,52,0,0,238,52,0,0,238,52,0,0,240,52,0,0,240,52,0,0,242,52,0,0,242,52,0,0,246,52,0,0,246,52,0,0,246,52,0,0,246,52,0,0,248,52,0,0,254,52,0,0,254,52,0,0,0,53,0,0,2,53,0,0,4,53,0,0,4,53,0,0,8,53,0,0,10,53,0,0,12,53,0,0,12,53,0,0,16,53,0,0,18,53,0,0,24,53,0,0,26,53,0,0,26,53,0,0,26,53,0,0,28,53,0,0,32,53,0,0,32,53,0,0,32,53,0,0,34,53,0,0,38,53,0,0,44,53,0,0,44,53,0,0,46,53,0,0,48,53,0,0,48,53,0,0,52,53,0,0,56,53,0,0,58,53,0,0,58,53,0,0,64,53,0,0,64,53,0,0,64,53,0,0,66,53,0,0,68,53,0,0,70,53,0,0,74,53,0,0,74,53,0,0,76,53,0,0,80,53,0,0,80,53,0,0,82,53,0,0,82,53,0,0,82,53,0,0,84,53,0,0,88,53,0,0,88,53,0,0,88,53,0,0,90,53,0,0,92,53,0,0,96,53,0,0,96,53,0,0,98,53,0,0,98,53,0,0,98,53,0,0,100,53,0,0,102,53,0,0,106,53,0,0,110,53,0,0,114,53,0,0,118,53,0,0,122,53,0,0,122,53,0,0,126,53,0,0,130,53,0,0,130,53,0,0,134,53,0,0,134,53,0,0,134,53,0,0,136,53,0,0,136,53,0,0,142,53,0,0,144,53,0,0,146,53,0,0,150,53,0,0,150,53,0,0,150,53,0,0,150,53,0,0,152,53,0,0,154,53,0,0,154,53,0,0,156,53,0,0,160,53,0,0,164,53,0,0,164,53,0,0,166,53,0,0,172,53,0,0,176,53,0,0,176,53,0,0,176,53,0,0,180,53,0,0,180,53,0,0,182,53,0,0,182,53,0,0,182,53,0,0,184,53,0,0,184,53,0,0,184,53,0,0,188,53,0,0,188,53,0,0,190,53,0,0,192,53,0,0,194,53,0,0,194,53,0,0,196,53,0,0,198,53,0,0,200,53,0,0,200,53,0,0,200,53,0,0,200,53,0,0,200,53,0,0,204,53,0,0,204,53,0,0,204,53,0,0,204,53,0,0,204,53,0,0,206,53,0,0,208,53,0,0,208,53,0,0,212,53,0,0,218,53,0,0,218,53,0,0,222,53,0,0,226,53,0,0,230,53,0,0,230,53,0,0,232,53,0,0,232,53,0,0,234,53,0,0,234,53,0,0,238,53,0,0,242,53,0,0,246,53,0,0,248,53,0,0,252,53,0,0,0,54,0,0,0,54,0,0,0,54,0,0,0,54,0,0,4,54,0,0,6,54,0,0,10,54,0,0,10,54,0,0,10,54,0,0,12,54,0,0,12,54,0,0,14,54,0,0,16,54,0,0,16,54,0,0,16,54,0,0,16,54,0,0,16,54,0,0,20,54,0,0,22,54,0,0,28,54,0,0,30,54,0,0,30,54,0,0,34,54,0,0,34,54,0,0,36,54,0,0,38,54,0,0,40,54,0,0,42,54,0,0,46,54,0,0,46,54,0,0,48,54,0,0,48,54,0,0,50,54,0,0,54,54,0,0,54,54,0,0,56,54,0,0,58,54,0,0,60,54,0,0,64,54,0,0,68,54,0,0,68,54,0,0,68,54,0,0,68,54,0,0,72,54,0,0,72,54,0,0,72,54,0,0,74,54,0,0,76,54,0,0,78,54,0,0,78,54,0,0,80,54,0,0,80,54,0,0,84,54,0,0,84,54,0,0,84,54,0,0,90,54,0,0,90,54,0,0,96,54,0,0,98,54,0,0,100,54,0,0,100,54,0,0,106,54,0,0,106,54,0,0,108,54,0,0,112,54,0,0,116,54,0,0,118,54,0,0,120,54,0,0,120,54,0,0,124,54,0,0,128,54,0,0,130,54,0,0,132,54,0,0,136,54,0,0,136,54,0,0,138,54,0,0,138,54,0,0,138,54,0,0,142,54,0,0,142,54,0,0,144,54,0,0,144,54,0,0,150,54,0,0,152,54,0,0,154,54,0,0,158,54,0,0,158,54,0,0,160,54,0,0,162,54,0,0,162,54,0,0,166,54,0,0,174,54,0,0,176,54,0,0,176,54,0,0,180,54,0,0,180,54,0,0,184,54,0,0,188,54,0,0,188,54,0,0,188,54,0,0,190,54,0,0,192,54,0,0,196,54,0,0,198,54,0,0,198,54,0,0,198,54,0,0,198,54,0,0,198,54,0,0,198,54,0,0,198,54,0,0,198,54,0,0,200,54,0,0,202,54,0,0,204,54,0,0,204,54,0,0,204,54,0,0,206,54,0,0,210,54,0,0,212,54,0,0,214,54,0,0,214,54,0,0,214,54,0,0,216,54,0,0,216,54,0,0,216,54,0,0,218,54,0,0,220,54,0,0,222,54,0,0,226,54,0,0,236,54,0,0,238,54,0,0,242,54,0,0,244,54,0,0,244,54,0,0,246,54,0,0,246,54,0,0,250,54,0,0,252,54,0,0,254,54,0,0,0,55,0,0,4,55,0,0,8,55,0,0,10,55,0,0,12,55,0,0,12,55,0,0,14,55,0,0,16,55,0,0,16,55,0,0,18,55,0,0,20,55,0,0,22,55,0,0,24,55,0,0,30,55,0,0,30,55,0,0,30,55,0,0,36,55,0,0,38,55,0,0,44,55,0,0,46,55,0,0,46,55,0,0,48,55,0,0,48,55,0,0,52,55,0,0,52,55,0,0,52,55,0,0,56,55,0,0,56,55,0,0,56,55,0,0,56,55,0,0,60,55,0,0,62,55,0,0,64,55,0,0,66,55,0,0,70,55,0,0,72,55,0,0,74,55,0,0,78,55,0,0,78,55,0,0,84,55,0,0,84,55,0,0,88,55,0,0,90,55,0,0,92,55,0,0,92,55,0,0,94,55,0,0,94,55,0,0,98,55,0,0,98,55,0,0,100,55,0,0,102,55,0,0,106,55,0,0,106,55,0,0,106,55,0,0,108,55,0,0,108,55,0,0,110,55,0,0,114,55,0,0,114,55,0,0,114,55,0,0,118,55,0,0,120,55,0,0,120,55,0,0,120,55,0,0,120,55,0,0,120,55,0,0,122,55,0,0,126,55,0,0,132,55,0,0,136,55,0,0,136,55,0,0,138,55,0,0,144,55,0,0,146,55,0,0,146,55,0,0,146,55,0,0,146,55,0,0,150,55,0,0,150,55,0,0,152,55,0,0,154,55,0,0,158,55,0,0,158,55,0,0,158,55,0,0,158,55,0,0,158,55,0,0,160,55,0,0,168,55,0,0,172,55,0,0,174,55,0,0,176,55,0,0,178,55,0,0,178,55,0,0,178,55,0,0,178,55,0,0,182,55,0,0,184,55,0,0,186,55,0,0,188,55,0,0,190,55,0,0,194,55,0,0,196,55,0,0,198,55,0,0,202,55,0,0,206,55,0,0,206,55,0,0,206,55,0,0,206,55,0,0,206,55,0,0,208,55,0,0,208,55,0,0,208,55,0,0,208,55,0,0,208,55,0,0,210,55,0,0,210,55,0,0,210,55,0,0,212,55,0,0,214,55,0,0,216,55,0,0,220,55,0,0,222,55,0,0,224,55,0,0,226,55,0,0,226,55,0,0,226,55,0,0,226,55,0,0,226,55,0,0,226,55,0,0,226,55,0,0,226,55,0,0,228,55,0,0,228,55,0,0,228,55,0,0,228,55,0,0,228,55,0,0,228,55,0,0,228,55,0,0,228,55,0,0,228,55,0,0,234,55,0,0,234,55,0,0,234,55,0,0,236,55,0,0,238,55,0,0,240,55,0,0,240,55,0,0,242,55,0,0,244,55,0,0,246,55,0,0,248,55,0,0,252,55,0,0,254,55,0,0,4,56,0,0,4,56,0,0,8,56,0,0,8,56,0,0,12,56,0,0,14,56,0,0,14,56,0,0,18,56,0,0,18,56,0,0,22,56,0,0,26,56,0,0,28,56,0,0,28,56,0,0,30,56,0,0,34,56,0,0,34,56,0,0,36,56,0,0,38,56,0,0,38,56,0,0,38,56,0,0,40,56,0,0,40,56,0,0,40,56,0,0,42,56,0,0,44,56,0,0,46,56,0,0,48,56,0,0,50,56,0,0,54,56,0,0,56,56,0,0,56,56,0,0,58,56,0,0,62,56,0,0,66,56,0,0,68,56,0,0,68,56,0,0,72,56,0,0,74,56,0,0,74,56,0,0,74,56,0,0,78,56,0,0,80,56,0,0,82,56,0,0,82,56,0,0,82,56,0,0,82,56,0,0,82,56,0,0,84,56,0,0,88,56,0,0,92,56,0,0,96,56,0,0,102,56,0,0,108,56,0,0,110,56,0,0,110,56,0,0,110,56,0,0,110,56,0,0,110,56,0,0,110,56,0,0,114,56,0,0,114,56,0,0,118,56,0,0,120,56,0,0,122,56,0,0,124,56,0,0,124,56,0,0,126,56,0,0,126,56,0,0,128,56,0,0,128,56,0,0,132,56,0,0,132,56,0,0,132,56,0,0,134,56,0,0,136,56,0,0,138,56,0,0,144,56,0,0,144,56,0,0,146,56,0,0,148,56,0,0,152,56,0,0,154,56,0,0,154,56,0,0,160,56,0,0,160,56,0,0,164,56,0,0,164,56,0,0,168,56,0,0,168,56,0,0,168,56,0,0,170,56,0,0,178,56,0,0,180,56,0,0,182,56,0,0,184,56,0,0,184,56,0,0,190,56,0,0,190,56,0,0,194,56,0,0,194,56,0,0,198,56,0,0,202,56,0,0,202,56,0,0,204,56,0,0,206,56,0,0,208,56,0,0,208,56,0,0,210,56,0,0,210,56,0,0,214,56,0,0,218,56,0,0,220,56,0,0,222,56,0,0,222,56,0,0,224,56,0,0,228,56,0,0,228,56,0,0,228,56,0,0,228,56,0,0,228,56,0,0,228,56,0,0,230,56,0,0,236,56,0,0,236,56,0,0,238,56,0,0,240,56,0,0,246,56,0,0,248,56,0,0,250,56,0,0,254,56,0,0,0,57,0,0,2,57,0,0,4,57,0,0,4,57,0,0,6,57,0,0,8,57,0,0,8,57,0,0,12,57,0,0,14,57,0,0,14,57,0,0,16,57,0,0,16,57,0,0,18,57,0,0,20,57,0,0,26,57,0,0,28,57,0,0,28,57,0,0,32,57,0,0,36,57,0,0,38,57,0,0,42,57,0,0,42,57,0,0,42,57,0,0,44,57,0,0,46,57,0,0,48,57,0,0,52,57,0,0,52,57,0,0,54,57,0,0,56,57,0,0,58,57,0,0,58,57,0,0,60,57,0,0,64,57,0,0,68,57,0,0,70,57,0,0,72,57,0,0,72,57,0,0,74,57,0,0,74,57,0,0,76,57,0,0,76,57,0,0,78,57,0,0,82,57,0,0,82,57,0,0,84,57,0,0,88,57,0,0,88,57,0,0,92,57,0,0,92,57,0,0,92,57,0,0,92,57,0,0,92,57,0,0,96,57,0,0,98,57,0,0,102,57,0,0,104,57,0,0,104,57,0,0,104,57,0,0,110,57,0,0,114,57,0,0,114,57,0,0,118,57,0,0,118,57,0,0,122,57,0,0,124,57,0,0,130,57,0,0,136,57,0,0,138,57,0,0,138,57,0,0,140,57,0,0,142,57,0,0,146,57,0,0,150,57,0,0,150,57,0,0,150,57,0,0,152,57,0,0,152,57,0,0,154,57,0,0,158,57,0,0,160,57,0,0,164,57,0,0,164,57,0,0,164,57,0,0,166,57,0,0,168,57,0,0,172,57,0,0,180,57,0,0,182,57,0,0,184,57,0,0,186,57,0,0,186,57,0,0,188,57,0,0,188,57,0,0,190,57,0,0,198,57,0,0,202,57,0,0,202,57,0,0,202,57,0,0,202,57,0,0,202,57,0,0,204,57,0,0,204,57,0,0,206,57,0,0,206,57,0,0,206,57,0,0,206,57,0,0,208,57,0,0,212,57,0,0,214,57,0,0,214,57,0,0,216,57,0,0,218,57,0,0,222,57,0,0,226,57,0,0,230,57,0,0,230,57,0,0,234,57,0,0,240,57,0,0,242,57,0,0,242,57,0,0,244,57,0,0,244,57,0,0,248,57,0,0,252,57,0,0,252,57,0,0,2,58,0,0,6,58,0,0,10,58,0,0,12,58,0,0,16,58,0,0,18,58,0,0,18,58,0,0,18,58,0,0,20,58,0,0,24,58,0,0,24,58,0,0,24,58,0,0,24,58,0,0,26,58,0,0,28,58,0,0,34,58,0,0,36,58,0,0,38,58,0,0,38,58,0,0,38,58,0,0,42,58,0,0,46,58,0,0,50,58,0,0,52,58,0,0,54,58,0,0,56,58,0,0,58,58,0,0,62,58,0,0,66,58,0,0,66,58,0,0,70,58,0,0,72,58,0,0,72,58,0,0,74,58,0,0,76,58,0,0,80,58,0,0,84,58,0,0,86,58,0,0,88,58,0,0,88,58,0,0,88,58,0,0,90,58,0,0,92,58,0,0,96,58,0,0,98,58,0,0,98,58,0,0,98,58,0,0,98,58,0,0,98,58,0,0,102,58,0,0,108,58,0,0,110,58,0,0,110,58,0,0,114,58,0,0,114,58,0,0,114,58,0,0,114,58,0,0,114,58,0,0,118,58,0,0,122,58,0,0,122,58,0,0,126,58,0,0,128,58,0,0,134,58,0,0,136,58,0,0,138,58,0,0,140,58,0,0,142,58,0,0,146,58,0,0,148,58,0,0,150,58,0,0,152,58,0,0,152,58,0,0,154,58,0,0,160,58,0,0,162,58,0,0,166,58,0,0,170,58,0,0,174,58,0,0,176,58,0,0,176,58,0,0,176,58,0,0,178,58,0,0,182,58,0,0,186,58,0,0,188,58,0,0,188,58,0,0,188,58,0,0,190,58,0,0,196,58,0,0,196,58,0,0,198,58,0,0,200,58,0,0,202,58,0,0,204,58,0,0,204,58,0,0,208,58,0,0,208,58,0,0,210,58,0,0,210,58,0,0,210,58,0,0,214,58,0,0,214,58,0,0,220,58,0,0,220,58,0,0,222,58,0,0,224,58,0,0,226,58,0,0,226,58,0,0,230,58,0,0,232,58,0,0,232,58,0,0,234,58,0,0,236,58,0,0,236,58,0,0,242,58,0,0,242,58,0,0,242,58,0,0,244,58,0,0,244,58,0,0,246,58,0,0,248,58,0,0,252,58,0,0,252,58,0,0,254,58,0,0,254,58,0,0,254,58,0,0,0,59,0,0,0,59,0,0,2,59,0,0,2,59,0,0,6,59,0,0,8,59,0,0,10,59,0,0,12,59,0,0,12,59,0,0,14,59,0,0,20,59,0,0,24,59,0,0,28,59,0,0,30,59,0,0,32,59,0,0,36,59,0,0,40,59,0,0,44,59,0,0,44,59,0,0,46,59,0,0,46,59,0,0,50,59,0,0,52,59,0,0,56,59,0,0,56,59,0,0,56,59,0,0,56,59,0,0,58,59,0,0,58,59,0,0,62,59,0,0,62,59,0,0,64,59,0,0,68,59,0,0,68,59,0,0,72,59,0,0,74,59,0,0,76,59,0,0,80,59,0,0,82,59,0,0,84,59,0,0,84,59,0,0,86,59,0,0,88,59,0,0,92,59,0,0,94,59,0,0,96,59,0,0,100,59,0,0,100,59,0,0,102,59,0,0,102,59,0,0,108,59,0,0,108,59,0,0,108,59,0,0,110,59,0,0,114,59,0,0,118,59,0,0,120,59,0,0,120,59,0,0,124,59,0,0,126,59,0,0,128,59,0,0,134,59,0,0,140,59,0,0,142,59,0,0,144,59,0,0,144,59,0,0,144,59,0,0,146,59,0,0,148,59,0,0,150,59,0,0,158,59,0,0,160,59,0,0,162,59,0,0,162,59,0,0,162,59,0,0,166,59,0,0,172,59,0,0,176,59,0,0,176,59,0,0,178,59,0,0,180,59,0,0,182,59,0,0,184,59,0,0,186,59,0,0,190,59,0,0,192,59,0,0,194,59,0,0,194,59,0,0,198,59,0,0,200,59,0,0,204,59,0,0,206,59,0,0,206,59,0,0,208,59,0,0,210,59,0,0,210,59,0,0,210,59,0,0,210,59,0,0,212,59,0,0,212,59,0,0,216,59,0,0,218,59,0,0,220,59,0,0,226,59,0,0,230,59,0,0,232,59,0,0,234,59,0,0,236,59,0,0,240,59,0,0,240,59,0,0,244,59,0,0,244,59,0,0,248,59,0,0,250,59,0,0,250,59,0,0,250,59,0,0,250,59,0,0,250,59,0,0,250,59,0,0,252,59,0,0,0,60,0,0,4,60,0,0,4,60,0,0,4,60,0,0,4,60,0,0,4,60,0,0,4,60,0,0,4,60,0,0,8,60,0,0,10,60,0,0,10,60,0,0,12,60,0,0,16,60,0,0,16,60,0,0,18,60,0,0,22,60,0,0,22,60,0,0,22,60,0,0,28,60,0,0,34,60,0,0,36,60,0,0,38,60,0,0,44,60,0,0,46,60,0,0,48,60,0,0,52,60,0,0,56,60,0,0,56,60,0,0,56,60,0,0,56,60,0,0,60,60,0,0,64,60,0,0,64,60,0,0,64,60,0,0,66,60,0,0,68,60,0,0,70,60,0,0,70,60,0,0,76,60,0,0,76,60,0,0,76,60,0,0,78,60,0,0,78,60,0,0,80,60,0,0,80,60,0,0,82,60,0,0,84,60,0,0,84,60,0,0,88,60,0,0,88,60,0,0,88,60,0,0,92,60,0,0,94,60,0,0,98,60,0,0,98,60,0,0,102,60,0,0,104,60,0,0,114,60,0,0,114,60,0,0,118,60,0,0,122,60,0,0,126,60,0,0,126,60,0,0,128,60,0,0,130,60,0,0,130,60,0,0,134,60,0,0,138,60,0,0,144,60,0,0,148,60,0,0,148,60,0,0,154,60,0,0,154,60,0,0,154,60,0,0,158,60,0,0,158,60,0,0,160,60,0,0,160,60,0,0,160,60,0,0,162,60,0,0,164,60,0,0,170,60,0,0,170,60,0,0,170,60,0,0,172,60,0,0,172,60,0,0,172,60,0,0,176,60,0,0,178,60,0,0,178,60,0,0,180,60,0,0,180,60,0,0,182,60,0,0,182,60,0,0,184,60,0,0,186,60,0,0,186,60,0,0,186,60,0,0,190,60,0,0,194,60,0,0,196,60,0,0,196,60,0,0,198,60,0,0,200,60,0,0,202,60,0,0,202,60,0,0,208,60,0,0,208,60,0,0,210,60,0,0,212,60,0,0,214,60,0,0,214,60,0,0,218,60,0,0,220,60,0,0,222,60,0,0,222,60,0,0,222,60,0,0,224,60,0,0,226,60,0,0,226,60,0,0,228,60,0,0,228,60,0,0,230,60,0,0,232,60,0,0,236,60,0,0,242,60,0,0,244,60,0,0,246,60,0,0,246,60,0,0,248,60,0,0,248,60,0,0,254,60,0,0,0,61,0,0,6,61,0,0,6,61,0,0,8,61,0,0,12,61,0,0,12,61,0,0,18,61,0,0,18,61,0,0,20,61,0,0,20,61,0,0,20,61,0,0,22,61,0,0,22,61,0,0,22,61,0,0,22,61,0,0,24,61,0,0,24,61,0,0,26,61,0,0,30,61,0,0,34,61,0,0,40,61,0,0,42,61,0,0,42,61,0,0,44,61,0,0,44,61,0,0,46,61,0,0,48,61,0,0,52,61,0,0,56,61,0,0,58,61,0,0,58,61,0,0,60,61,0,0,62,61,0,0,64,61,0,0,66,61,0,0,70,61,0,0,76,61,0,0,78,61,0,0,80,61,0,0,82,61,0,0,86,61,0,0,86,61,0,0,86,61,0,0,86,61,0,0,88,61,0,0,88,61,0,0,88,61,0,0,88,61,0,0,90,61,0,0,92,61,0,0,92,61,0,0,96,61,0,0,96,61,0,0,96,61,0,0,100,61,0,0,106,61,0,0,106,61,0,0,106,61,0,0,110,61,0,0,114,61,0,0,116,61,0,0,120,61,0,0,122,61,0,0,124,61,0,0,124,61,0,0,124,61,0,0,130,61,0,0,132,61,0,0,132,61,0,0,134,61,0,0,134,61,0,0,136,61,0,0,138,61,0,0,138,61,0,0,138,61,0,0,142,61,0,0,148,61,0,0,150,61,0,0,152,61,0,0,154,61,0,0,156,61,0,0,158,61,0,0,160,61,0,0,164,61,0,0,166,61,0,0,170,61,0,0,172,61,0,0,172,61,0,0,176,61,0,0,178,61,0,0,178,61,0,0,180,61,0,0,184,61,0,0,184,61,0,0,188,61,0,0,194,61,0,0,194,61,0,0,196,61,0,0,200,61,0,0,202,61,0,0,208,61,0,0,212,61,0,0,220,61,0,0,220,61,0,0,220,61,0,0,220,61,0,0,220,61,0,0,224,61,0,0,226,61,0,0,232,61,0,0,236,61,0,0,238,61,0,0,244,61,0,0,244,61,0,0,246,61,0,0,248,61,0,0,252,61,0,0,254,61,0,0,254,61,0,0,254,61,0,0,254,61,0,0,0,62,0,0,0,62,0,0,4,62,0,0,8,62,0,0,12,62,0,0,12,62,0,0,16,62,0,0,16,62,0,0,16,62,0,0,16,62,0,0,18,62,0,0,18,62,0,0,20,62,0,0,22,62,0,0,26,62,0,0,32,62,0,0,34,62,0,0,42,62,0,0,44,62,0,0,44,62,0,0,46,62,0,0,48,62,0,0,48,62,0,0,48,62,0,0,48,62,0,0,50,62,0,0,50,62,0,0,52,62,0,0,56,62,0,0,58,62,0,0,60,62,0,0,62,62,0,0,62,62,0,0,64,62,0,0,64,62,0,0,64,62,0,0,66,62,0,0,66,62,0,0,66,62,0,0,66,62,0,0,68,62,0,0,72,62,0,0,72,62,0,0,76,62,0,0,78,62,0,0,82,62,0,0,84,62,0,0,86,62,0,0,90,62,0,0,92,62,0,0,92,62,0,0,92,62,0,0,96,62,0,0,96,62,0,0,98,62,0,0,98,62,0,0,100,62,0,0,102,62,0,0,102,62,0,0,102,62,0,0,106,62,0,0,106,62,0,0,106,62,0,0,106,62,0,0,112,62,0,0,116,62,0,0,116,62,0,0,118,62,0,0,120,62,0,0,120,62,0,0,122,62,0,0,124,62,0,0,128,62,0,0,130,62,0,0,132,62,0,0,136,62,0,0,138,62,0,0,138,62,0,0,138,62,0,0,138,62,0,0,140,62,0,0,144,62,0,0,146,62,0,0,148,62,0,0,154,62,0,0,156,62,0,0,156,62,0,0,158,62,0,0,158,62,0,0,168,62,0,0,170,62,0,0,172,62,0,0,174,62,0,0,176,62,0,0,176,62,0,0,182,62,0,0,184,62,0,0,188,62,0,0,188,62,0,0,190,62,0,0,190,62,0,0,192,62,0,0,194,62,0,0,198,62,0,0,198,62,0,0,198,62,0,0,198,62,0,0,202,62,0,0,202,62,0,0,204,62,0,0,204,62,0,0,208,62,0,0,210,62,0,0,214,62,0,0,218,62,0,0,220,62,0,0,224,62,0,0,224,62,0,0,228,62,0,0,228,62,0,0,228,62,0,0,234,62,0,0,236,62,0,0,244,62,0,0,246,62,0,0,246,62,0,0,246,62,0,0,250,62,0,0,252,62,0,0,252,62,0,0,252,62,0,0,254,62,0,0,2,63,0,0,2,63,0,0,8,63,0,0,8,63,0,0,14,63,0,0,18,63,0,0,20,63,0,0,20,63,0,0,22,63,0,0,26,63,0,0,26,63,0,0,28,63,0,0,30,63,0,0,34,63,0,0,36,63,0,0,36,63,0,0,38,63,0,0,40,63,0,0,48,63,0,0,54,63,0,0,54,63,0,0,60,63,0,0,62,63,0,0,66,63,0,0,70,63,0,0,70,63,0,0,70,63,0,0,72,63,0,0,74,63,0,0,78,63,0,0,80,63,0,0,84,63,0,0,1,192,77,33,222,231,1,0,1,64,248,186,31,12,3,0,1,192,248,245,143,47,4,0,2,96,156,179,116,132,3,0,4,32,29,81,211,168,2,0,4,160,77,171,126,161,3,0,6,0,238,192,103,27,4,0,7,32,118,131,89,14,2,0,7,160,18,144,86,57,3,0,8,96,79,211,192,78,3,0,9,32,200,36,222,173,1,0,9,64,51,167,211,0,3,0,9,224,204,69,51,125,3,0,10,64,197,229,20,210,3,0,11,0,239,22,131,41,2,0,11,96,198,209,136,235,2,0,12,32,34,31,108,117,2,0,13,0,196,97,68,58,3,0,16,224,211,192,202,249,2,0,17,160,185,197,33,53,4,0,18,160,222,94,52,132,2,0,18,64,196,196,136,51,3,0,24,128,25,11,58,221,1,0,24,224,203,207,39,32,2,0,30,32,72,204,46,144,1,0,30,96,153,58,20,104,2,0,31,192,33,241,170,41,2,0,31,32,181,89,227,29,4,0,32,32,156,242,223,222,1,0,34,192,167,84,196,247,1,0,36,192,30,110,253,186,2,0,37,224,171,126,101,138,1,0,37,160,243,213,220,94,3,0,39,96,127,20,242,192,1,0,40,128,133,214,110,143,1,0,41,96,225,197,185,22,4,0,42,32,179,98,85,43,3,0,43,160,226,158,204,64,2,0,43,0,46,144,53,61,4,0,44,64,222,2,254,28,4,0,45,0,163,129,248,91,3,0,46,224,68,223,195,172,2,0,47,160,250,169,104,220,2,0,48,32,254,111,155,156,3,0,48,0,54,45,28,229,3,0,49,64,166,206,91,169,3,0,52,0,102,140,165,159,2,0,55,32,214,39,234,13,3,0,57,224,152,211,24,202,1,0,58,96,134,112,154,80,2,0,58,128,114,104,93,73,4,0,59,64,192,82,206,15,4,0,61,0,172,44,15,145,3,0,61,32,23,95,88,194,3,0,64,128,250,193,112,93,2,0,66,224,26,177,23,89,2,0,66,0,54,99,14,68,4,0,68,160,61,11,125,195,1,0,71,192,20,184,48,239,1,0,71,32,191,251,168,140,2,0,71,96,60,117,175,145,2,0,73,0,61,114,193,169,2,0,75,192,207,70,198,238,2,0,75,0,180,18,35,82,3,0,75,224,66,64,214,91,3,0,77,64,162,54,225,32,2,0,77,64,176,186,17,69,4,0,78,192,40,84,248,236,3,0,79,32,116,241,207,211,3,0,79,0,177,163,152,241,3,0,81,64,180,239,80,129,1,0,81,224,138,230,42,37,3,0,81,160,197,220,243,201,3,0,82,192,1,96,245,219,1,0,82,96,239,187,171,133,2,0,83,128,126,31,139,248,1,0,83,224,222,160,144,110,3,0,83,96,86,44,12,36,4,0,84,224,157,45,1,28,3,0,84,96,127,147,221,24,4,0,85,224,99,84,70,15,2,0,85,224,58,172,116,249,2,0,88,128,36,74,106,248,2,0,89,224,169,0,90,255,3,0,89,64,204,106,31,55,4,0,90,0,3,57,134,221,1,0,91,224,10,158,133,90,2,0,91,224,115,90,235,96,2,0,91,192,141,74,70,19,4,0,92,0,146,34,93,5,2,0,92,64,36,147,23,63,3,0,95,224,170,96,209,222,3,0,96,192,233,146,35,233,3,0,97,0,168,170,39,162,1,0,97,224,82,233,162,115,3,0,98,160,228,205,207,219,3,0,100,128,29,221,52,157,2,0,100,128,39,24,193,214,3,0,101,160,97,241,242,127,2,0,101,0,34,3,221,124,3,0,102,128,68,40,79,251,1,0,105,32,182,126,83,136,1,0,106,64,227,134,8,5,2,0,106,192,171,153,249,141,3,0,110,160,114,97,249,6,4,0,111,128,46,202,157,128,1,0,111,192,73,90,2,137,3,0,112,64,196,255,125,118,2,0,113,128,128,62,179,253,1,0,113,192,3,227,25,61,4,0,114,128,108,33,123,133,2,0,114,128,41,83,103,7,4,0,115,128,177,168,67,196,2,0,115,192,254,205,220,213,2,0,116,32,72,134,169,148,2,0,118,192,136,184,146,206,2,0,118,96,179,49,102,116,3,0,118,96,38,245,165,246,3,0,121,96,8,0,138,83,2,0,121,0,28,29,224,45,4,0,122,96,114,95,182,183,3,0,123,128,186,198,249,66,3,0,123,160,230,248,207,51,4,0,127,224,152,223,137,224,2,0,127,160,6,25,50,42,3,0,127,0,218,94,239,51,4,0,128,96,170,201,31,8,3,0,130,192,94,75,128,199,3,0,134,96,220,129,125,68,3,0,134,128,252,101,107,120,3,0,134,192,2,116,159,122,3,0,135,128,40,194,53,103,2,0,135,160,176,72,2,18,3,0,136,192,240,221,195,132,1,0,136,32,162,234,114,114,3,0,137,32,53,117,136,130,2,0,137,0,160,215,161,9,3,0,138,0,185,1,17,214,1,0,140,96,146,169,255,142,3,0,141,224,46,15,141,219,2,0,141,0,104,68,122,46,3,0,145,192,63,35,10,245,1,0,148,32,98,69,188,204,1,0,148,64,137,60,79,139,2,0,149,128,78,65,56,231,3,0,150,0,109,128,131,208,1,0,151,128,58,205,129,182,2,0,152,224,136,255,27,128,3,0,153,64,226,152,104,87,2,0,154,96,147,182,239,33,2,0,155,64,226,152,181,87,2,0,155,224,39,81,255,155,2,0,155,224,28,102,121,46,4,0,157,64,29,196,187,216,1,0,158,224,39,81,14,156,2,0,158,32,58,244,211,191,3,0,159,0,17,27,119,81,2,0,159,32,29,134,12,1,3,0,159,192,66,110,52,200,3,0,161,192,200,5,190,178,2,0,162,32,177,22,98,238,2,0,162,96,73,90,46,144,3,0,167,64,193,128,5,215,2,0,167,224,117,30,143,112,3,0,167,160,12,177,2,46,4,0,171,0,144,118,204,87,2,0,173,0,228,244,187,101,3,0,174,64,2,72,118,121,3,0,176,96,5,26,209,218,1,0,176,224,70,22,142,77,3,0,176,192,57,100,246,127,3,0,177,160,127,220,250,232,1,0,178,0,239,157,52,176,2,0,179,32,235,41,46,174,1,0,179,128,112,61,172,175,2,0,182,96,81,87,116,231,2,0,183,64,22,38,113,217,1,0,183,96,102,28,96,194,2,0,183,0,86,191,37,32,3,0,183,224,183,158,223,251,3,0,185,160,236,76,12,57,4,0,186,32,148,174,43,59,2,0,189,128,42,84,3,216,3,0,191,192,165,94,91,158,2,0,191,224,207,117,215,131,3,0,194,224,199,169,250,219,3,0,195,224,126,226,142,15,3,0,195,0,200,124,120,228,3,0,196,96,50,134,65,194,1,0,196,64,84,60,105,16,2,0,197,128,228,59,34,205,3,0,198,192,52,229,236,156,1,0,199,64,162,183,195,229,1,0,205,160,107,75,228,154,1,0,208,192,189,255,221,207,1,0,208,64,72,234,191,120,3,0,209,128,250,156,226,86,3,0,216,96,161,20,3,12,3,0,217,64,68,93,219,193,1,0,217,0,66,62,160,16,2,0,218,128,111,108,83,1,2,0,219,64,164,189,20,111,2,0,219,96,0,13,180,7,3,0,220,192,13,230,102,197,3,0,221,128,103,186,242,161,2,0,222,128,60,176,97,6,3,0,222,32,239,171,142,187,3,0,223,224,115,65,147,0,2,0,225,0,154,177,17,148,2,0,226,0,183,184,60,144,1,0,226,224,25,255,96,172,1,0,227,160,177,3,19,53,4,0,229,32,84,192,87,153,1,0,229,224,181,191,33,159,3,0,230,192,255,22,226,254,2,0,231,128,115,25,167,6,3,0,235,192,242,20,229,56,2,0,237,160,141,206,250,67,3,0,238,128,129,70,31,30,2,0,238,160,243,90,186,115,3,0,239,64,145,185,244,151,1,0,240,0,105,199,197,242,1,0,240,224,239,83,155,52,2,0,240,192,51,13,159,129,2,0,240,64,255,45,67,84,3,0,240,128,126,126,185,188,3,0,242,64,29,36,138,178,1,0,243,160,3,205,3,187,1,0,243,0,115,251,91,2,2,0,244,192,131,26,216,25,3,0,245,224,236,221,123,173,2,0,245,32,242,175,224,13,4,0,246,192,215,52,247,234,1,0,247,32,233,73,129,147,1,0,247,64,23,11,68,153,1,0,247,128,110,226,80,174,1,0,251,160,89,11,179,222,2,0,251,96,247,156,149,72,3,0,253,224,62,34,167,0,4,0,254,192,72,106,87,93,2,0,255,160,114,180,82,18,2,0,255,0,104,13,238,39,2,0,255,224,82,171,39,242,2,0,255,0,119,2,18,228,3,0,1,129,202,126,159,139,1,0,1,225,44,173,49,205,2,0,1,1,83,88,213,6,4,0,6,225,32,100,157,242,3,0,6,161,32,224,213,36,4,0,7,225,55,116,236,51,3,0,8,129,235,169,241,216,2,0,10,97,2,206,238,239,1,0,10,65,234,43,82,84,3,0,12,161,67,157,183,251,2,0,15,193,95,7,84,140,1,0,15,33,126,229,223,183,1,0,15,129,28,48,120,83,2,0,15,161,20,67,126,59,4,0,17,1,134,119,122,8,3,0,20,129,251,174,81,178,3,0,21,97,145,240,114,221,1,0,22,225,107,129,83,162,3,0,22,161,69,247,215,254,3,0,23,161,26,24,173,138,1,0,24,225,174,203,246,16,3,0,25,161,41,250,226,196,2,0,25,65,178,11,222,12,4,0,26,161,152,2,255,5,3,0,26,225,43,26,202,108,3,0,28,1,118,164,10,35,4,0,29,33,94,65,90,39,2,0,29,129,231,147,250,16,4,0,31,129,169,90,134,119,2,0,31,225,134,72,26,204,3,0,32,65,67,183,221,241,2,0,32,97,190,163,210,166,3,0,35,193,33,126,220,223,3,0,39,33,227,221,136,87,3,0,40,225,152,223,103,224,2,0,41,161,63,141,150,26,2,0,43,33,65,149,246,193,1,0,45,161,134,219,254,130,2,0,48,193,16,96,139,3,2,0,49,161,38,9,106,228,2,0,50,161,250,142,246,2,2,0,52,193,242,84,16,242,3,0,53,97,199,210,230,175,2,0,55,225,153,120,85,9,3,0,56,129,185,97,210,134,1,0,56,129,235,128,243,245,1,0,57,225,55,118,93,236,3,0,58,33,173,190,234,134,3,0,60,33,192,95,255,125,2,0,60,1,193,17,1,236,3,0,61,225,214,195,247,25,2,0,62,161,57,146,56,129,3,0,63,97,205,94,87,227,1,0,63,33,116,146,190,234,3,0,64,129,80,116,255,112,3,0,65,225,250,195,155,242,1,0,65,65,167,35,233,225,2,0,66,193,31,132,58,221,2,0,66,33,23,211,96,26,3,0,69,129,94,219,79,169,2,0,70,33,106,41,149,14,2,0,74,129,37,139,248,196,2,0,76,225,65,76,70,183,2,0,76,65,75,150,151,242,2,0,78,33,104,153,103,24,4,0,80,33,249,217,11,193,2,0,83,97,245,173,52,57,2,0,83,1,179,118,179,70,3,0,84,193,68,42,54,54,2,0,84,225,86,164,157,15,3,0,84,193,26,135,200,80,3,0,85,225,33,120,217,181,1,0,90,193,195,157,97,5,3,0,92,129,137,92,160,79,3,0,93,97,82,135,110,175,2,0,94,193,214,204,20,63,2,0,94,161,13,173,133,205,2,0,95,97,35,188,109,158,3,0,95,225,236,165,245,158,3,0,96,129,133,203,174,238,2,0,99,65,41,75,65,149,1,0,100,1,80,54,155,144,3,0,101,33,130,176,174,59,2,0,103,97,232,152,69,91,2,0,105,129,113,19,95,177,2,0,106,193,148,201,249,134,1,0,106,129,157,125,193,6,4,0,107,97,139,148,146,34,2,0,107,129,71,240,84,43,4,0,108,65,102,49,222,17,4,0,110,161,152,68,219,171,1,0,111,161,219,137,170,1,2,0,111,225,203,186,167,182,3,0,112,1,17,7,36,170,3,0,116,97,245,8,142,141,1,0,116,97,134,184,47,208,2,0,117,193,72,48,112,15,2,0,117,193,253,210,225,188,2,0,117,65,212,214,78,175,3,0,117,193,35,172,254,179,3,0,118,129,79,91,84,78,2,0,119,1,164,4,66,150,1,0,120,97,128,94,156,142,3,0,121,33,116,190,167,192,1,0,121,193,52,248,30,227,2,0,122,65,249,131,166,132,3,0,123,161,24,253,123,248,3,0,125,161,50,124,207,204,3,0,126,65,53,59,19,159,2,0,127,225,206,14,136,58,3,0,127,129,152,218,168,161,3,0,128,65,17,144,81,159,1,0,129,129,113,154,53,223,1,0,129,1,161,173,10,88,3,0,131,193,230,143,224,39,3,0,134,129,238,22,122,115,2,0,136,97,113,191,153,249,3,0,137,1,43,110,159,38,2,0,140,65,164,145,172,18,3,0,140,225,189,32,8,94,3,0,141,161,184,164,34,212,2,0,143,1,149,65,241,213,1,0,145,1,106,111,86,240,1,0,145,193,206,141,236,22,2,0,145,193,50,56,162,84,2,0,145,225,149,19,143,155,2,0,148,65,107,151,213,29,2,0,148,65,107,138,35,186,3,0,149,129,4,238,173,127,3,0,149,193,238,200,33,15,4,0,152,1,118,125,94,196,1,0,152,65,34,179,87,105,3,0,154,65,241,187,106,139,1,0,154,65,42,118,95,72,2,0,154,129,89,196,232,100,3,0,155,129,131,255,136,20,3,0,155,97,112,44,216,33,3,0,157,65,84,181,121,229,3,0,158,65,58,144,41,48,3,0,159,193,80,76,209,234,1,0,159,97,197,97,200,251,1,0,160,1,20,220,59,105,2,0,160,161,11,236,241,94,3,0,161,65,123,167,219,223,2,0,161,97,6,165,114,99,3,0,162,97,193,109,28,74,4,0,163,65,52,16,126,193,1,0,164,193,63,110,196,215,1,0,164,1,221,67,169,78,3,0,164,97,133,69,184,68,4,0,165,33,133,84,197,249,3,0,166,97,163,171,99,65,2,0,166,97,130,194,52,88,3,0,169,193,228,183,48,154,2,0,171,1,69,43,196,7,2,0,172,65,60,27,222,129,1,0,172,97,194,145,163,58,3,0,172,97,235,168,46,221,3,0,175,65,28,107,202,207,1,0,176,65,30,253,160,218,1,0,177,1,113,52,109,169,2,0,177,193,35,164,221,70,3,0,178,97,251,35,20,97,2,0,179,97,153,219,162,206,2,0,180,97,156,95,43,169,2,0,180,1,235,116,77,41,3,0,180,97,126,133,119,218,3,0,181,65,163,185,77,64,3,0,183,65,55,174,121,145,1,0,183,193,20,244,94,147,3,0,184,33,127,195,49,40,2,0,184,65,42,103,143,160,3,0,186,225,210,194,162,70,2,0,186,129,56,252,8,72,3,0,187,161,205,106,125,195,3,0,187,193,165,212,148,227,3,0,190,1,99,28,219,101,2,0,191,129,24,223,85,133,2,0,191,225,89,73,165,57,4,0,192,161,183,104,36,6,2,0,195,225,49,162,212,218,3,0,196,65,195,240,172,112,2,0,196,193,74,98,216,140,2,0,196,193,255,89,36,47,4,0,197,225,43,167,247,141,2,0,200,1,205,50,41,166,2,0,202,129,124,104,218,169,2,0,204,193,250,2,130,135,3,0,204,97,21,117,139,63,4,0,206,65,198,46,66,31,3,0,208,193,214,234,69,219,1,0,208,129,158,174,247,253,2,0,210,161,68,177,99,148,2,0,212,65,149,148,45,50,2,0,212,161,205,168,215,164,2,0,212,161,23,81,236,223,2,0,214,193,231,147,129,13,2,0,219,161,16,175,63,180,2,0,221,65,249,140,123,184,2,0,225,225,132,247,54,141,1,0,225,97,90,173,203,162,1,0,225,1,113,210,224,3,3,0,225,1,102,6,246,207,3,0,226,129,53,46,60,33,2,0,226,65,158,227,245,163,2,0,229,97,157,234,180,206,1,0,229,161,127,38,180,197,2,0,229,33,52,213,130,17,4,0,229,97,148,250,71,50,4,0,230,129,21,75,240,5,3,0,231,225,86,243,244,250,1,0,231,97,189,194,43,45,3,0,231,225,233,134,215,73,3,0,232,97,14,94,103,176,2,0,233,1,30,102,9,235,1,0,234,65,105,236,59,68,3,0,239,1,235,62,161,95,3,0,239,65,16,40,15,252,3,0,239,193,220,45,53,22,4,0,240,161,203,75,43,240,1,0,242,193,203,113,18,216,2,0,242,225,149,7,139,25,4,0,243,161,39,141,197,189,3,0,244,1,251,0,1,130,1,0,246,161,4,223,19,73,4,0,247,97,48,216,116,4,4,0,248,33,213,238,14,210,2,0,249,65,38,72,117,234,3,0,252,33,125,162,183,135,1,0,252,129,51,138,116,154,2,0,0,2,90,253,111,151,2,0,1,66,128,154,77,147,2,0,2,34,181,143,122,255,2,0,4,34,64,178,153,180,1,0,4,34,74,191,237,78,2,0,4,226,222,176,71,74,3,0,5,226,224,29,53,60,2,0,6,2,2,81,150,251,1,0,6,2,176,62,203,194,2,0,7,98,112,246,172,128,1,0,8,226,16,162,24,161,2,0,8,194,35,183,8,96,3,0,8,130,120,232,213,48,4,0,10,194,149,85,182,244,1,0,12,226,82,12,119,181,1,0,12,226,40,144,93,233,2,0,13,130,215,38,42,72,2,0,13,66,67,156,249,114,3,0,14,194,151,51,230,66,2,0,17,66,223,153,208,159,1,0,17,194,60,81,113,114,2,0,18,2,47,70,86,191,1,0,19,98,234,87,63,129,1,0,19,2,121,28,127,132,1,0,20,162,63,71,225,121,3,0,21,66,201,102,196,198,2,0,21,66,252,9,116,245,2,0,21,226,90,249,80,34,3,0,24,2,111,112,190,157,2,0,24,2,83,105,171,29,4,0,24,98,165,244,243,37,4,0,25,162,37,59,238,172,2,0,25,130,112,127,234,62,4,0,26,66,192,192,27,174,2,0,26,66,204,12,191,235,2,0,28,98,189,40,174,199,1,0,28,2,95,20,10,63,4,0,29,98,59,106,33,3,4,0,33,226,223,16,93,134,3,0,34,162,30,149,190,254,2,0,34,226,160,91,82,224,3,0,35,194,66,108,113,23,3,0,36,130,0,12,49,216,1,0,41,130,243,59,78,173,2,0,42,194,205,67,161,15,2,0,44,98,220,219,254,31,3,0,44,66,160,115,176,33,3,0,45,34,98,178,15,36,2,0,46,226,110,253,211,230,2,0,50,66,178,103,18,224,1,0,50,226,44,96,86,11,2,0,50,34,53,235,127,224,3,0,51,98,101,155,61,103,3,0,51,130,229,108,148,13,4,0,53,194,41,188,173,131,2,0,54,34,149,160,24,180,2,0,55,98,0,117,122,240,1,0,58,194,181,181,50,118,2,0,58,2,231,118,218,72,3,0,58,2,136,240,105,121,3,0,59,130,85,219,82,187,1,0,59,162,1,37,88,59,2,0,59,34,180,95,78,188,3,0,61,34,212,59,79,216,3,0,66,98,142,86,173,205,3,0,67,2,193,185,8,128,3,0,68,34,168,41,243,14,3,0,69,66,50,160,91,31,2,0,69,34,39,108,14,64,3,0,73,194,236,31,170,230,3,0,76,98,69,80,84,134,1,0,81,226,39,81,72,156,2,0,82,162,163,103,144,43,2,0,84,226,0,10,166,134,3,0,85,130,215,223,129,66,4,0,86,162,59,30,147,162,1,0,88,226,90,75,17,25,3,0,88,130,212,137,155,64,4,0,89,98,165,244,21,38,4,0,90,162,9,9,48,139,1,0,90,194,145,238,212,117,2,0,91,194,153,223,71,120,2,0,91,66,112,47,160,63,3,0,93,2,167,244,143,157,2,0,94,2,126,194,114,157,2,0,95,194,216,73,133,23,4,0,100,194,45,74,65,139,1,0,100,34,193,124,2,60,3,0,101,226,207,188,239,126,2,0,102,66,129,106,52,90,2,0,103,130,12,0,136,75,2,0,104,226,153,128,174,212,1,0,105,34,63,191,50,200,2,0,105,2,29,58,218,44,3,0,107,2,97,162,179,100,3,0,108,34,74,90,14,179,1,0,112,98,245,81,150,95,2,0,112,98,107,140,16,212,2,0,113,226,81,45,174,48,3,0,113,2,191,98,192,73,3,0,115,34,75,20,60,139,2,0,117,130,14,23,97,252,1,0,118,34,255,241,199,79,3,0,118,2,138,176,140,229,3,0,120,98,232,211,116,54,4,0,121,66,124,249,147,79,3,0,122,66,202,120,99,142,2,0,122,66,47,100,254,192,3,0,123,66,123,81,155,225,2,0,123,98,173,129,125,17,3,0,125,2,147,173,96,17,4,0,129,2,220,37,142,36,3,0,130,162,69,141,11,49,4,0,131,226,87,34,140,145,1,0,132,130,23,102,228,250,3,0,135,130,240,139,139,152,1,0,135,194,121,42,99,248,1,0,135,2,252,26,231,218,2,0,137,162,99,204,215,208,1,0,137,2,155,231,229,104,3,0,140,34,88,240,23,126,2,0,140,2,158,68,4,43,4,0,143,226,164,76,206,152,1,0,143,130,108,222,1,53,2,0,144,194,2,170,234,57,2,0,144,226,153,223,252,119,2,0,145,194,146,182,45,0,2,0,147,226,175,80,202,201,1,0,148,226,201,229,42,165,2,0,149,226,92,254,88,117,3,0,150,194,173,27,214,242,3,0,152,34,221,161,79,138,1,0,152,130,208,253,142,154,2,0,152,194,151,237,187,169,3,0,153,130,159,234,110,237,1,0,153,162,192,39,180,116,2,0,155,226,255,143,141,214,2,0,155,130,15,246,198,251,3,0,155,66,42,36,214,20,4,0,156,66,234,67,131,83,3,0,156,34,10,173,224,227,3,0,156,98,169,155,176,58,4,0,157,194,183,18,18,3,2,0,157,34,86,124,92,3,2,0,157,194,220,56,206,198,3,0,158,130,45,229,38,11,3,0,158,226,189,106,193,148,3,0,160,98,62,157,112,255,3,0,160,34,83,204,113,34,4,0,162,194,220,139,212,190,2,0,162,130,146,184,33,205,2,0,163,34,217,169,77,213,2,0,164,162,184,13,189,199,1,0,164,34,3,210,210,78,3,0,164,34,3,210,231,78,3,0,164,34,3,210,192,71,4,0,165,130,77,164,102,76,4,0,167,226,199,251,65,66,3,0,167,98,106,239,97,67,4,0,169,130,93,234,146,19,3,0,169,130,93,234,213,19,3,0,169,226,102,207,102,196,3,0,169,226,39,76,50,71,4,0,170,98,155,143,106,43,4,0,171,226,89,249,170,127,1,0,171,226,208,25,91,60,4,0,176,130,83,249,255,136,2,0,176,226,44,32,49,14,4,0,177,98,12,255,71,167,3,0,180,162,246,187,254,216,1,0,180,2,165,250,89,138,3,0,180,66,51,48,84,251,3,0,181,130,23,89,20,246,3,0,181,226,0,226,123,72,4,0,183,194,22,196,139,22,2,0,184,226,206,75,54,227,3,0,185,98,23,145,1,231,1,0,185,2,201,149,118,15,3,0,186,98,69,67,29,74,2,0,186,98,9,23,155,87,2,0,186,98,83,46,121,211,2,0,187,34,114,206,77,99,2,0,187,66,156,149,110,171,2,0,188,2,150,231,109,127,2,0,188,194,0,156,90,182,3,0,188,98,108,143,53,229,3,0,189,66,230,11,160,178,2,0,190,130,226,88,123,201,2,0,190,2,73,82,132,200,3,0,191,226,116,23,232,4,3,0,193,226,96,135,98,236,1,0,193,98,180,242,152,83,3,0,193,194,31,114,201,151,3,0,195,66,96,233,217,199,1,0,195,2,29,120,68,29,3,0,195,162,72,72,229,188,3,0,196,130,228,194,124,64,2,0,200,34,43,104,118,207,1,0,200,34,43,104,44,76,4,0,201,2,34,178,102,163,2,0,202,226,243,38,153,130,3,0,202,66,139,217,135,64,4,0,203,130,60,59,56,238,2,0,204,226,198,226,219,174,2,0,204,66,196,68,49,248,2,0,204,98,136,185,53,184,3,0,205,162,22,32,57,176,1,0,205,162,53,126,163,43,4,0,206,98,50,243,216,172,3,0,206,98,50,243,240,172,3,0,206,98,50,243,16,173,3,0,206,98,50,243,61,173,3,0,206,98,50,243,175,173,3,0,206,98,50,243,228,173,3,0,207,66,132,165,140,241,1,0,208,66,168,203,109,198,3,0,208,2,95,72,103,217,3,0,211,98,224,88,243,44,2,0,212,98,123,211,171,128,2,0,212,194,189,124,79,245,3,0,213,66,51,130,134,218,3,0,215,98,78,254,112,186,3,0,218,2,246,123,200,142,2,0,219,66,92,46,15,137,1,0,220,194,245,122,167,33,2,0,220,194,18,221,23,95,3,0,221,162,76,81,147,70,2,0,221,34,57,66,69,124,2,0,222,130,53,46,207,34,2,0,223,162,234,178,75,56,4,0,224,34,17,3,67,149,2,0,225,34,74,126,65,232,1,0,225,2,153,223,178,167,2,0,225,130,15,173,203,71,3,0,226,226,36,100,92,229,2,0,228,226,207,188,143,125,2,0,230,226,150,152,118,253,2,0,231,226,79,121,5,195,2,0,231,66,180,103,125,62,3,0,231,226,43,109,48,254,3,0,232,226,14,199,42,89,3,0,232,194,119,237,70,94,3,0,233,162,109,94,77,97,2,0,235,226,218,249,4,159,1,0,235,2,3,169,72,208,1,0,235,34,156,46,15,155,3,0,238,130,80,176,158,185,1,0,238,194,97,206,6,5,3,0,238,162,107,23,145,224,3,0,243,162,153,73,38,1,4,0,244,226,63,189,123,144,1,0,244,130,67,71,52,134,3,0,249,66,32,12,168,107,3,0,250,194,109,157,5,181,1,0,250,130,192,72,107,21,3,0,250,226,85,68,16,48,3,0,251,98,216,185,236,40,2,0,252,194,14,137,37,70,3,0,253,130,76,81,252,102,2,0,253,34,133,46,28,207,3,0,253,98,230,173,186,33,4,0,255,130,205,47,58,196,1,0,0,99,77,21,224,144,3,0,0,227,16,137,155,233,3,0,2,67,126,13,117,125,1,0,2,163,25,73,169,7,2,0,2,99,241,198,127,33,3,0,2,163,254,17,228,217,3,0,3,67,179,146,166,228,2,0,4,3,167,5,130,157,1,0,10,35,207,70,250,55,3,0,10,35,11,196,182,86,3,0,10,99,33,15,44,154,3,0,10,131,254,215,195,216,3,0,11,195,105,158,164,2,3,0,11,35,66,58,124,174,3,0,12,67,165,25,172,145,3,0,13,3,98,103,243,3,2,0,13,131,136,160,206,201,2,0,14,67,52,45,106,149,2,0,14,35,242,169,159,214,2,0,14,195,234,237,187,130,3,0,15,163,193,189,144,200,3,0,15,3,123,186,20,235,3,0,16,35,197,17,98,60,3,0,16,163,63,227,75,86,3,0,16,35,255,243,211,184,3,0,18,35,121,5,10,95,2,0,18,227,200,217,44,15,3,0,18,35,248,67,244,28,3,0,18,3,3,47,229,179,3,0,19,195,76,81,59,32,2,0,19,35,116,133,82,255,2,0,20,195,177,144,141,7,2,0,20,227,178,102,22,85,3,0,21,195,231,22,20,237,1,0,22,99,153,73,0,213,2,0,23,67,174,57,45,56,4,0,24,99,190,202,109,251,1,0,24,227,236,93,179,14,3,0,25,3,15,80,97,21,2,0,27,67,181,145,133,169,1,0,27,99,82,67,131,97,2,0,27,131,0,10,197,3,3,0,28,67,120,99,130,215,1,0,28,163,207,198,106,56,3,0,28,163,94,137,79,91,3,0,29,227,46,23,82,172,2,0,30,163,55,21,78,105,2,0,32,163,19,162,255,48,2,0,32,195,37,231,14,200,2,0,33,163,164,7,16,16,2,0,33,67,56,110,200,13,3,0,34,67,25,156,184,127,1,0,34,131,187,171,104,61,3,0,35,131,25,205,164,31,2,0,36,195,11,109,79,222,2,0,37,3,204,91,252,43,4,0,38,227,242,12,241,43,3,0,39,131,41,229,150,200,1,0,39,131,39,81,94,145,2,0,40,67,59,166,40,159,2,0,40,3,36,9,198,40,3,0,41,67,155,178,255,123,3,0,42,99,202,123,223,253,1,0,44,99,45,248,199,63,2,0,45,99,10,10,184,175,1,0,46,227,213,126,78,146,2,0,48,35,88,240,43,126,2,0,48,3,3,55,161,250,3,0,50,99,145,236,254,124,2,0,50,195,122,230,57,246,2,0,50,67,225,172,38,7,3,0,51,195,194,44,100,101,2,0,52,3,170,77,219,215,1,0,52,3,241,105,119,17,2,0,52,99,85,100,244,22,3,0,53,131,111,27,104,31,4,0,54,99,24,72,150,121,3,0,55,3,135,121,158,132,2,0,56,227,146,73,31,73,3,0,57,195,226,194,6,68,2,0,57,227,155,202,25,133,3,0,58,35,171,6,17,255,1,0,58,99,103,140,21,39,3,0,60,163,126,199,100,99,2,0,60,163,87,229,14,233,2,0,62,163,162,176,232,135,3,0,64,131,28,188,124,26,2,0,64,227,57,157,175,93,2,0,65,227,117,167,173,14,2,0,65,227,212,187,23,133,2,0,68,227,82,190,30,173,2,0,70,131,213,59,154,248,3,0,71,195,76,81,203,40,2,0,71,131,5,21,47,195,2,0,71,35,30,141,208,207,2,0,71,195,129,59,25,71,3,0,72,195,65,85,0,161,1,0,72,131,26,142,180,113,2,0,72,131,153,223,18,134,2,0,73,67,30,148,147,202,3,0,73,99,151,227,46,243,3,0,75,99,14,206,5,126,1,0,75,195,76,81,51,41,2,0,75,3,207,124,203,227,3,0,76,195,221,13,83,95,3,0,76,163,245,120,242,189,3,0,77,3,189,234,63,193,1,0,78,131,131,29,94,143,1,0,80,227,114,162,5,249,1,0,80,195,23,106,211,161,2,0,80,195,92,191,188,31,3,0,81,35,185,6,166,193,1,0,82,99,174,115,187,196,1,0,82,195,27,208,251,181,2,0,83,131,181,211,102,177,3,0,84,227,139,68,17,213,1,0,85,227,82,90,246,11,2,0,86,99,57,59,88,232,2,0,86,3,197,120,249,117,3,0,87,35,147,222,171,236,2,0,87,163,96,224,66,250,3,0,89,3,211,146,66,237,2,0,89,227,84,179,49,176,3,0,90,163,173,243,187,159,2,0,91,3,93,157,60,78,3,0,92,99,169,91,193,146,2,0,93,163,31,222,69,213,1,0,94,227,162,144,42,78,3,0,96,99,5,247,153,35,3,0,97,99,163,239,72,102,3,0,100,3,186,156,151,145,2,0,101,195,208,152,197,39,3,0,105,163,82,161,104,28,4,0,106,99,134,196,6,235,2,0,109,67,119,173,129,139,1,0,109,99,185,39,60,63,4,0,110,131,57,82,185,166,2,0,111,99,188,175,185,22,2,0,112,67,165,51,179,249,1,0,112,35,215,131,146,171,2,0,113,227,239,120,227,154,3,0,115,195,155,129,101,144,2,0,115,67,238,215,59,251,2,0,115,99,153,23,11,26,3,0,116,195,56,164,101,129,3,0,117,227,108,143,145,82,3,0,122,195,21,207,62,210,1,0,124,227,187,204,29,216,3,0,126,131,196,55,109,57,3,0,127,195,25,117,168,196,1,0,127,67,167,129,237,227,1,0,129,99,249,159,168,174,2,0,129,3,149,215,129,130,3,0,130,67,0,139,98,34,2,0,133,163,176,8,195,165,2,0,135,3,185,251,60,138,1,0,135,99,28,123,174,123,3,0,136,3,186,57,23,139,3,0,137,99,202,35,36,137,2,0,137,163,210,151,62,37,4,0,138,163,150,181,159,159,3,0,139,3,84,227,101,75,3,0,141,35,226,6,237,151,2,0,144,227,36,155,248,109,2,0,146,195,42,205,174,215,1,0,147,67,41,6,45,153,1,0,147,131,254,227,25,33,2,0,148,131,242,147,40,116,2,0,148,195,202,248,11,13,3,0,148,195,6,102,181,29,3,0,149,67,44,81,10,135,2,0,149,163,4,130,115,82,3,0,153,227,141,253,41,184,2,0,153,67,248,51,34,64,3,0,154,163,6,178,186,156,3,0,155,67,237,175,22,240,3,0,157,131,58,98,15,7,2,0,157,195,41,60,124,1,3,0,157,99,12,20,37,210,3,0,158,3,212,207,220,40,3,0,160,195,211,196,221,49,3,0,161,99,252,19,87,42,2,0,161,227,199,226,133,149,2,0,162,35,221,247,85,232,1,0,164,99,23,236,102,187,2,0,164,227,153,46,38,251,2,0,167,131,115,4,166,191,2,0,168,131,153,223,141,133,2,0,168,35,106,0,89,233,3,0,169,3,38,176,17,24,3,0,170,99,139,24,187,144,1,0,172,131,244,156,225,204,2,0,172,131,21,24,7,76,3,0,172,163,203,20,86,215,3,0,174,99,13,181,45,15,2,0,175,163,52,67,47,164,1,0,175,67,251,103,31,26,2,0,175,163,3,2,9,93,2,0,177,67,212,49,99,40,2,0,178,195,215,157,52,35,2,0,180,67,22,42,66,160,1,0,183,67,42,37,177,249,2,0,183,195,199,187,107,31,3,0,184,131,18,128,73,127,3,0,185,99,55,121,142,91,2,0,185,99,128,6,44,84,3,0,187,195,31,66,135,137,1,0,187,227,175,238,15,55,2,0,189,35,152,134,30,245,2,0,190,227,47,179,153,168,1,0,190,3,174,28,213,104,2,0,192,163,82,59,157,133,1,0,193,227,50,117,243,177,1,0,193,163,24,186,65,128,2,0,197,35,106,186,195,161,2,0,197,227,18,25,206,196,2,0,197,35,153,185,45,199,3,0,198,163,39,81,182,147,2,0,199,163,149,87,213,39,2,0,199,35,26,5,141,34,3,0,201,67,66,242,199,32,4,0,201,131,101,212,192,76,4,0,204,67,138,54,49,138,2,0,204,67,21,21,226,168,2,0,205,67,27,96,66,93,2,0,205,35,11,50,55,38,3,0,206,99,108,24,237,123,2,0,207,99,106,150,115,48,4,0,208,3,236,239,230,255,1,0,208,99,36,98,150,190,3,0,209,163,114,10,194,219,1,0,210,35,123,210,107,76,3,0,211,163,96,230,94,243,1,0,213,35,237,55,64,54,4,0,215,131,141,53,248,150,1,0,215,227,14,66,51,41,4,0,216,195,134,102,104,223,1,0,216,227,166,238,126,71,2,0,216,195,79,243,111,140,3,0,217,163,205,164,234,46,3,0,217,195,47,81,164,9,4,0,220,195,236,70,92,144,3,0,221,35,40,28,123,34,2,0,221,195,30,23,155,55,4,0,222,131,52,5,182,165,1,0,223,3,126,39,249,190,1,0,226,227,83,230,155,49,3,0,226,131,133,115,163,183,3,0,227,163,198,57,217,227,1,0,227,35,250,66,128,100,3,0,231,99,53,83,222,22,3,0,233,195,202,210,243,143,2,0,234,131,21,225,119,165,1,0,234,131,26,203,80,146,3,0,236,99,233,118,203,130,2,0,236,131,48,4,161,30,3,0,236,35,137,5,133,178,3,0,238,67,97,16,95,37,4,0,239,35,185,125,77,72,4,0,242,35,4,236,12,42,3,0,242,99,62,104,42,85,3,0,242,99,212,232,150,24,4,0,243,227,173,175,237,89,3,0,243,195,40,182,30,196,3,0,248,99,220,170,109,145,2,0,248,195,67,85,29,137,3,0,248,67,165,236,67,141,3,0,249,35,145,112,36,194,1,0,249,131,81,248,234,118,2,0,249,3,231,100,175,28,3,0,251,227,95,22,6,169,2,0,252,163,222,2,32,138,2,0,254,99,239,147,106,198,1,0,0,4,63,48,184,233,3,0,1,164,153,223,176,122,2,0,1,100,14,94,22,20,3,0,1,228,10,239,238,45,4,0,2,164,167,222,152,205,1,0,2,4,235,148,250,245,3,0,5,228,61,118,229,200,2,0,7,100,118,179,141,154,1,0,7,68,129,101,252,202,1,0,9,164,26,195,98,246,3,0,10,164,157,194,153,156,1,0,10,68,48,43,139,43,4,0,11,132,221,240,16,152,3,0,12,100,24,81,32,208,2,0,12,36,9,169,201,29,4,0,14,100,62,112,224,243,3,0,18,4,255,191,177,157,1,0,18,36,42,159,31,223,1,0,18,228,90,227,38,168,2,0,19,132,103,108,158,5,3,0,19,196,81,168,133,188,3,0,20,132,243,216,119,135,2,0,22,68,224,151,108,151,3,0,23,132,234,193,128,213,2,0,24,4,201,40,1,210,3,0,25,36,241,45,71,82,2,0,26,100,61,224,186,164,1,0,26,132,127,172,110,255,1,0,26,100,221,246,8,144,3,0,26,228,215,171,165,162,3,0,26,228,206,95,121,214,3,0,27,4,229,10,211,180,2,0,28,132,225,198,231,137,3,0,29,228,246,174,61,255,2,0,29,164,116,203,6,201,3,0,30,36,84,168,7,40,2,0,30,196,35,45,38,115,3,0,31,196,55,80,173,163,1,0,31,36,237,199,55,12,3,0,32,100,72,138,247,158,2,0,33,4,193,107,120,68,4,0,34,132,191,104,15,27,2,0,36,68,138,222,71,135,2,0,36,4,207,248,194,239,3,0,37,36,157,183,8,246,1,0,37,36,39,232,198,23,4,0,39,132,168,128,165,167,1,0,39,68,24,102,176,219,1,0,40,132,59,184,158,192,2,0,40,4,216,203,130,143,3,0,41,4,123,236,231,53,2,0,41,36,67,153,135,156,3,0,42,132,44,132,38,49,3,0,46,164,22,43,186,64,2,0,47,36,194,16,202,142,1,0,47,4,87,243,140,251,2,0,47,100,116,84,25,121,3,0,50,68,186,207,214,170,1,0,50,36,85,46,140,116,3,0,51,196,114,83,41,180,2,0,52,68,215,18,51,145,1,0,52,4,149,51,176,57,3,0,52,196,197,102,213,120,3,0,55,228,210,190,248,153,3,0,59,196,70,133,197,73,2,0,62,164,93,126,74,88,2,0,63,100,130,176,51,94,3,0,64,100,152,160,84,180,2,0,64,36,159,0,131,191,3,0,64,4,135,29,133,19,4,0,67,36,62,244,132,54,3,0,69,196,125,116,140,151,3,0,69,132,188,167,155,194,3,0,71,132,154,31,234,17,3,0,71,228,227,98,22,221,3,0,72,4,187,126,31,134,1,0,72,68,65,84,7,211,1,0,74,4,153,223,83,170,2,0,76,36,145,28,55,163,1,0,77,4,1,229,68,144,3,0,78,228,248,235,149,151,2,0,78,36,151,47,49,255,3,0,79,68,14,69,165,55,2,0,80,36,91,2,74,234,2,0,80,100,208,246,136,21,3,0,82,100,87,206,156,3,3,0,85,100,248,86,150,147,1,0,85,132,83,142,5,147,3,0,86,36,72,181,199,254,1,0,86,228,36,167,31,223,2,0,86,36,139,197,167,65,4,0,87,164,46,92,46,204,3,0,89,36,57,66,90,124,2,0,90,68,77,140,115,61,2,0,91,36,39,187,182,154,2,0,92,4,245,77,232,125,3,0,95,132,187,30,109,62,4,0,96,196,81,60,89,131,1,0,96,132,108,36,216,59,2,0,96,100,146,254,140,23,3,0,101,196,95,173,210,186,3,0,103,228,72,193,175,153,2,0,104,228,161,245,29,71,4,0,107,100,250,157,47,23,2,0,107,132,149,33,229,40,4,0,111,132,7,138,201,151,1,0,111,68,32,39,23,124,3,0,111,164,36,43,241,203,3,0,112,36,53,179,123,8,4,0,114,132,133,40,181,66,2,0,115,4,239,67,105,102,2,0,116,4,235,217,130,50,2,0,116,4,235,217,156,50,2,0,116,4,235,217,182,50,2,0,116,4,235,217,206,50,2,0,116,4,235,217,231,50,2,0,116,4,235,217,9,51,2,0,116,36,26,81,186,173,2,0,117,132,8,50,55,131,2,0,120,228,20,63,105,230,1,0,120,196,99,180,188,191,3,0,121,68,107,238,235,149,2,0,121,100,206,113,163,215,2,0,122,68,192,66,190,248,2,0,123,4,216,35,122,5,4,0,125,132,112,61,108,176,3,0,128,228,74,134,245,165,1,0,129,196,80,80,67,136,1,0,130,196,131,149,184,193,1,0,130,228,227,120,61,156,3,0,131,100,35,117,116,25,4,0,132,4,20,50,247,23,3,0,133,68,120,32,237,254,1,0,134,36,198,211,193,171,1,0,134,228,42,95,47,160,3,0,135,4,204,175,252,223,1,0,135,196,4,135,86,192,3,0,135,132,218,153,188,34,4,0,137,68,56,236,228,221,1,0,138,100,10,67,0,67,2,0,138,196,26,235,136,155,3,0,139,164,156,192,200,94,3,0,140,228,179,246,85,119,3,0,140,68,141,30,41,252,3,0,141,36,165,235,34,86,2,0,144,100,168,87,170,208,1,0,144,68,75,176,79,125,3,0,147,228,9,103,206,182,1,0,148,36,140,57,225,163,2,0,149,228,28,13,236,152,3,0,150,228,195,87,5,65,4,0,151,36,238,216,112,142,1,0,152,100,251,206,127,192,1,0,153,196,56,164,216,51,2,0,153,4,110,252,52,143,2,0,153,36,219,98,197,157,3,0,154,4,64,45,206,29,3,0,154,4,240,86,187,0,4,0,154,36,167,235,177,54,4,0,156,196,62,48,132,120,3,0,158,228,85,30,98,142,1,0,160,228,174,123,247,229,3,0,161,68,209,151,30,53,2,0,161,132,76,81,226,99,2,0,161,36,113,155,10,194,2,0,161,100,239,35,90,82,3,0,161,228,204,126,160,10,4,0,162,36,44,207,201,227,2,0,163,196,25,248,171,23,2,0,163,132,40,247,111,217,2,0,166,164,67,209,76,116,3,0,166,228,237,254,228,232,3,0,167,36,247,59,155,208,1,0,167,228,226,196,187,44,2,0,169,164,206,23,228,191,2,0,171,196,44,18,49,1,2,0,171,36,29,81,196,168,2,0,172,100,111,196,205,48,3,0,172,196,52,142,125,51,4,0,173,68,133,72,250,207,1,0,173,36,38,9,44,48,4,0,174,132,87,131,241,132,2,0,175,36,7,146,105,219,2,0,176,196,36,243,240,229,1,0,176,228,52,218,93,62,2,0,178,36,124,157,125,141,3,0,178,132,113,1,161,228,3,0,179,196,223,210,206,224,1,0,179,132,99,24,148,99,2,0,179,36,6,81,94,114,3,0,179,100,181,120,131,144,3,0,181,164,47,19,183,189,2,0,183,196,176,95,169,183,2,0,183,228,220,178,247,249,2,0,184,100,35,14,33,33,3,0,184,100,249,137,30,177,3,0,185,100,154,189,186,102,3,0,186,164,70,70,162,187,3,0,187,100,40,188,197,17,2,0,187,228,190,49,227,91,2,0,189,132,36,150,68,89,2,0,193,164,221,241,72,24,2,0,193,228,136,100,155,74,2,0,193,68,190,16,254,218,3,0,195,100,88,111,231,158,1,0,195,100,229,96,241,93,2,0,196,68,118,14,28,13,2,0,197,100,224,225,34,24,4,0,204,228,249,233,157,47,3,0,204,132,240,194,17,109,3,0,205,164,141,198,52,242,1,0,205,36,16,219,73,16,3,0,205,164,46,254,176,20,4,0,206,228,200,150,181,194,3,0,208,228,227,134,175,76,2,0,208,228,211,93,192,131,3,0,209,36,183,117,237,181,1,0,213,36,5,183,71,219,2,0,215,164,247,21,232,236,3,0,216,68,71,244,182,52,2,0,216,132,188,152,188,56,2,0,216,196,203,207,127,165,2,0,217,196,43,186,192,155,2,0,217,68,62,240,163,221,3,0,218,196,126,222,97,183,2,0,219,36,145,100,27,30,4,0,220,4,191,70,84,229,1,0,220,196,73,186,168,158,2,0,221,68,19,38,128,150,2,0,221,164,237,47,48,142,3,0,222,132,53,46,88,36,2,0,222,196,206,32,16,27,4,0,226,4,219,165,207,158,1,0,226,4,221,98,69,67,4,0,231,4,17,72,184,186,1,0,231,36,133,250,98,225,2,0,231,68,120,119,133,35,4,0,233,100,87,35,156,171,1,0,233,68,196,55,167,64,2,0,234,36,83,18,161,35,2,0,235,68,234,126,177,194,1,0,237,4,32,60,167,73,2,0,237,228,1,47,136,190,3,0,238,68,19,30,140,238,1,0,238,132,223,160,255,126,2,0,238,4,30,67,136,167,2,0,241,228,71,127,158,30,4,0,243,228,241,193,171,21,3,0,244,228,239,129,137,63,2,0,245,68,197,115,29,230,2,0,246,228,109,114,62,10,3,0,246,196,85,91,83,66,3,0,246,4,56,120,39,80,3,0,248,132,46,28,252,34,2,0,251,228,20,151,46,35,3,0,251,164,219,3,10,78,3,0,251,4,6,132,0,234,3,0,253,100,19,70,197,232,3,0,255,36,60,61,246,217,1,0,255,4,203,47,84,77,4,0,1,165,97,67,43,160,1,0,1,69,213,206,85,11,4,0,2,69,242,55,159,71,2,0,2,229,18,52,195,199,2,0,3,133,232,232,63,28,2,0,3,101,26,107,117,254,3,0,3,197,175,170,197,68,4,0,5,165,176,134,57,21,2,0,6,165,176,164,199,132,3,0,6,229,246,228,36,5,4,0,7,165,163,165,136,178,2,0,8,229,37,52,57,231,2,0,9,5,126,137,111,249,3,0,12,37,2,234,140,250,2,0,13,101,157,9,46,182,1,0,13,165,46,147,9,132,2,0,15,5,16,188,6,128,2,0,15,165,142,47,191,98,3,0,16,229,176,43,112,247,1,0,18,101,128,173,33,80,2,0,18,229,152,223,97,170,2,0,20,37,168,148,2,32,2,0,24,133,252,3,240,99,3,0,25,229,82,97,39,75,2,0,25,101,98,176,153,144,2,0,25,69,106,37,93,188,2,0,25,101,24,81,231,207,2,0,27,37,236,10,140,207,2,0,28,229,202,80,255,109,3,0,29,197,139,67,223,144,2,0,30,229,75,215,58,70,2,0,31,165,137,226,61,214,1,0,33,5,123,59,104,90,3,0,33,165,198,117,183,240,3,0,34,37,105,178,22,136,3,0,35,37,160,54,108,189,2,0,37,5,59,55,188,49,2,0,37,37,7,146,123,219,2,0,39,133,195,141,245,225,1,0,39,101,173,82,3,73,2,0,39,5,190,199,154,57,3,0,40,37,122,231,225,248,3,0,41,101,50,12,233,45,3,0,42,5,196,136,198,212,1,0,44,37,90,119,89,193,2,0,44,165,138,196,173,220,2,0,45,229,20,91,28,160,3,0,46,37,222,69,202,137,1,0,46,101,139,241,86,8,4,0,48,69,103,64,81,51,4,0,49,37,98,123,37,65,2,0,49,133,212,115,166,39,3,0,49,133,27,224,94,232,3,0,49,197,164,214,92,64,4,0,50,101,89,152,247,185,3,0,52,5,147,209,55,102,2,0,54,133,221,30,237,71,3,0,56,197,136,6,124,9,2,0,58,197,117,97,191,160,2,0,60,229,55,101,184,207,2,0,61,165,148,36,120,209,1,0,62,5,81,6,247,185,1,0,66,165,202,174,98,205,1,0,66,229,212,4,115,251,2,0,67,69,243,47,145,127,1,0,67,133,233,94,37,98,3,0,68,69,225,14,128,143,1,0,68,69,25,139,130,244,2,0,68,165,240,165,48,66,3,0,69,229,250,169,43,220,2,0,69,69,207,108,42,103,3,0,72,37,229,228,59,183,1,0,73,101,1,130,8,245,2,0,73,197,79,176,229,153,3,0,74,37,164,155,14,135,1,0,74,37,164,243,76,164,2,0,74,133,79,210,21,181,3,0,74,5,216,110,131,45,4,0,78,5,111,11,99,122,3,0,81,69,236,232,188,69,3,0,83,133,84,92,76,249,1,0,83,133,13,181,187,251,1,0,83,133,238,210,0,0,3,0,83,197,99,67,240,105,3,0,83,133,204,121,214,133,3,0,84,101,248,144,5,65,2,0,85,197,126,82,143,254,2,0,88,229,18,14,229,31,2,0,89,229,112,70,42,242,3,0,90,229,164,44,48,202,1,0,90,5,114,118,23,14,2,0,90,5,76,87,235,7,4,0,91,197,20,37,137,169,2,0,91,101,107,247,190,247,3,0,92,5,226,211,164,226,1,0,92,69,208,236,245,151,3,0,92,69,172,93,59,238,3,0,94,69,97,212,156,14,3,0,94,101,199,240,191,204,3,0,95,101,153,61,237,240,1,0,95,197,70,133,216,73,2,0,97,37,57,30,62,49,2,0,99,37,16,189,177,59,4,0,100,197,116,111,187,86,2,0,100,229,154,233,114,119,3,0,101,101,144,181,209,130,1,0,101,37,29,81,181,168,2,0,102,5,44,238,102,127,1,0,102,101,183,246,36,232,1,0,104,69,45,135,164,4,4,0,105,165,221,181,165,202,3,0,107,5,161,215,204,169,1,0,107,69,221,75,26,193,3,0,107,37,0,37,191,237,3,0,110,197,225,130,197,64,3,0,111,69,8,129,121,254,1,0,112,101,135,160,12,201,2,0,113,165,161,181,84,98,2,0,113,101,229,106,98,174,3,0,114,133,199,143,187,152,1,0,114,5,118,211,197,5,3,0,115,37,89,243,253,14,2,0,117,5,111,228,209,16,2,0,117,229,122,19,46,42,2,0,119,133,3,252,26,60,2,0,119,165,56,166,107,112,2,0,120,5,134,208,55,29,4,0,121,133,211,36,213,90,2,0,122,229,159,121,158,130,2,0,123,197,41,127,252,121,3,0,123,101,99,103,9,23,4,0,125,133,76,81,152,101,2,0,126,101,187,236,98,244,1,0,127,165,250,39,75,37,2,0,128,197,117,131,38,93,3,0,129,229,203,226,149,217,3,0,130,69,191,227,192,82,2,0,131,165,142,110,134,86,3,0,135,5,153,223,41,170,2,0,135,133,16,15,186,50,4,0,137,229,205,63,254,63,3,0,142,5,68,26,171,163,2,0,143,197,255,107,200,195,1,0,143,37,167,141,116,243,2,0,144,133,226,83,252,128,3,0,145,133,230,229,250,101,3,0,147,5,63,79,139,103,3,0,147,5,167,205,151,192,3,0,148,101,169,12,134,239,1,0,148,69,184,95,164,166,2,0,148,133,28,221,175,70,4,0,149,229,153,188,74,216,2,0,149,101,37,198,199,57,3,0,149,197,91,175,226,185,3,0,150,101,235,185,58,173,2,0,151,133,129,68,115,157,1,0,152,229,131,99,248,163,1,0,154,197,175,153,113,182,1,0,155,133,125,154,64,134,1,0,155,133,76,81,122,100,2,0,155,37,255,198,75,167,2,0,155,101,52,140,178,37,4,0,156,197,98,206,125,99,2,0,156,5,186,101,61,128,3,0,157,5,54,187,29,34,4,0,158,165,85,214,167,189,1,0,159,229,53,225,187,159,1,0,160,165,213,182,195,75,3,0,160,197,170,219,76,7,4,0,161,197,7,129,68,217,1,0,161,229,72,60,193,139,2,0,161,229,13,80,165,21,4,0,162,165,229,217,25,52,2,0,162,37,180,174,163,29,3,0,162,69,191,248,137,81,3,0,163,197,172,231,175,142,3,0,163,197,25,157,91,163,3,0,164,165,167,188,138,226,1,0,164,5,207,24,255,88,2,0,165,101,22,254,51,222,1,0,165,101,75,68,105,231,1,0,165,37,236,152,159,90,2,0,167,165,135,21,80,253,3,0,168,229,94,190,106,156,1,0,168,101,53,81,222,123,2,0,168,229,43,22,72,140,2,0,169,197,64,185,235,166,2,0,170,197,41,169,111,52,3,0,171,69,25,81,111,170,2,0,174,229,230,184,7,31,4,0,175,165,87,57,114,73,2,0,176,37,98,114,57,208,1,0,177,37,18,55,62,14,3,0,182,229,86,188,186,234,1,0,182,69,227,227,160,51,2,0,184,165,221,17,99,87,3,0,185,197,130,207,12,69,2,0,187,197,239,169,20,130,1,0,187,165,206,0,104,234,1,0,187,69,20,54,239,182,2,0,188,165,216,22,117,102,3,0,188,229,213,26,60,18,4,0,190,133,68,231,78,251,2,0,192,165,206,247,35,70,2,0,192,101,41,94,36,38,4,0,193,37,121,209,25,195,3,0,195,5,170,10,86,245,1,0,195,165,87,163,128,160,2,0,198,229,200,38,160,181,1,0,198,5,176,233,246,45,3,0,198,101,81,220,30,244,3,0,198,197,47,50,149,33,4,0,200,37,52,49,86,212,3,0,203,69,167,206,56,95,2,0,203,69,71,21,255,174,2,0,203,69,17,61,170,92,3,0,205,229,147,205,154,60,3,0,205,37,43,96,145,141,3,0,206,5,236,174,90,4,3,0,208,229,59,108,153,24,3,0,208,197,221,145,209,202,3,0,209,37,165,27,23,168,3,0,211,37,207,90,174,48,2,0,211,133,189,204,44,52,2,0,212,133,50,195,148,201,2,0,213,133,124,198,79,151,1,0,213,197,14,233,175,208,3,0,213,197,14,233,22,209,3,0,214,133,219,191,152,224,1,0,214,69,38,0,22,117,2,0,217,37,188,238,229,211,3,0,218,101,231,228,180,162,2,0,219,133,223,218,229,33,4,0,220,165,200,24,180,237,2,0,223,5,224,171,171,137,2,0,225,69,101,239,192,4,4,0,226,197,127,121,118,116,3,0,227,229,103,107,97,9,4,0,228,229,44,209,128,38,3,0,229,101,131,200,208,149,1,0,230,165,208,7,140,144,1,0,234,133,243,199,74,53,4,0,236,229,119,253,243,61,3,0,237,5,173,196,62,77,3,0,239,229,69,163,199,244,3,0,241,133,184,92,192,65,2,0,241,133,20,254,33,10,4,0,245,69,139,47,199,48,2,0,245,133,52,69,162,164,2,0,249,101,32,25,156,13,2,0,249,37,200,11,134,198,3,0,250,133,48,167,14,223,2,0,252,37,17,23,248,133,2,0,254,133,119,25,224,145,1,0,254,5,162,145,180,100,2,0,255,101,49,52,47,197,2,0,0,102,128,128,66,22,2,0,4,230,11,176,35,181,3,0,5,230,28,63,59,112,3,0,8,70,226,108,228,234,1,0,8,134,14,160,93,208,3,0,9,38,231,13,112,226,1,0,9,38,39,161,80,185,2,0,9,102,195,3,113,191,2,0,9,6,27,254,41,229,2,0,9,230,179,51,239,19,3,0,10,102,118,61,66,175,2,0,10,102,202,22,234,0,4,0,11,166,54,80,182,90,2,0,11,134,177,179,219,125,2,0,11,38,166,170,189,202,3,0,12,70,213,49,73,92,2,0,12,134,227,186,16,138,2,0,12,6,9,212,61,169,3,0,13,166,46,3,32,245,1,0,16,6,68,117,33,52,3,0,16,134,157,200,130,126,3,0,17,198,155,28,81,81,3,0,17,102,237,100,101,41,4,0,19,6,166,48,155,245,1,0,20,166,80,23,153,136,3,0,21,166,54,188,232,157,2,0,21,230,151,160,40,191,2,0,21,230,209,249,65,197,2,0,21,166,206,144,241,40,3,0,21,230,118,192,147,59,3,0,22,102,24,129,5,58,2,0,22,70,166,227,140,68,3,0,23,70,45,170,251,188,1,0,23,166,245,102,77,21,2,0,26,198,87,247,151,252,3,0,27,38,138,46,38,152,1,0,27,166,6,101,167,72,2,0,27,38,190,57,92,30,3,0,28,134,118,31,223,231,2,0,29,70,52,156,251,156,2,0,32,198,147,156,14,127,1,0,32,134,48,194,2,158,2,0,34,198,240,149,179,89,3,0,39,166,8,23,111,137,1,0,39,134,226,210,51,225,2,0,39,6,86,221,237,73,3,0,40,198,47,56,118,150,1,0,40,38,181,18,228,34,2,0,41,38,191,3,232,163,3,0,43,6,140,60,65,248,2,0,43,198,22,47,202,236,3,0,44,134,125,56,94,128,1,0,44,198,180,78,75,2,2,0,44,166,40,251,6,129,2,0,45,6,162,75,189,174,3,0,46,38,39,181,65,174,3,0,47,38,139,101,200,15,3,0,48,134,97,69,136,163,1,0,48,134,238,155,68,4,3,0,50,102,214,84,123,4,2,0,51,6,64,56,220,191,1,0,51,166,250,61,179,250,1,0,53,38,12,17,26,25,2,0,53,6,216,167,46,42,4,0,54,198,32,159,109,75,2,0,56,102,67,171,248,68,2,0,56,102,6,75,73,14,4,0,57,198,118,234,233,33,3,0,57,166,130,44,104,238,3,0,58,102,199,154,32,49,2,0,58,198,71,173,54,204,2,0,59,38,213,38,253,9,2,0,60,166,76,81,225,64,2,0,60,134,176,28,142,39,3,0,61,70,209,2,176,139,2,0,62,230,181,109,57,170,1,0,63,166,107,169,27,118,2,0,63,198,41,188,132,131,2,0,64,102,25,25,137,125,1,0,65,38,30,123,21,76,3,0,66,198,45,179,10,144,1,0,66,198,245,192,52,76,3,0,66,134,222,241,163,111,3,0,67,166,123,235,106,125,2,0,67,134,51,56,177,35,3,0,67,198,137,10,191,44,3,0,68,6,118,172,224,125,1,0,68,6,57,196,236,54,4,0,69,102,38,172,10,189,1,0,69,102,58,135,40,132,3,0,70,230,3,140,37,130,3,0,71,70,228,98,101,213,3,0,72,166,109,16,76,201,1,0,72,6,44,119,208,129,2,0,72,166,128,184,0,211,2,0,73,102,9,64,144,134,3,0,73,6,60,104,157,37,4,0,76,38,57,176,140,216,2,0,77,102,169,90,183,185,1,0,81,166,195,211,167,141,1,0,81,134,186,102,138,0,4,0,81,230,172,113,142,5,4,0,82,166,219,243,236,111,2,0,82,102,129,139,133,121,3,0,83,70,165,241,136,161,1,0,85,230,210,83,203,154,1,0,85,102,203,173,126,170,2,0,88,198,62,23,82,69,3,0,88,70,89,70,200,9,4,0,88,38,81,206,238,19,4,0,89,70,135,222,18,169,3,0,90,70,195,216,58,192,1,0,91,230,52,103,21,211,3,0,92,134,17,62,125,142,2,0,92,38,41,53,36,149,3,0,92,70,129,153,232,238,3,0,92,166,235,92,216,246,3,0,93,134,105,21,182,30,2,0,94,198,217,47,51,47,3,0,94,198,217,47,68,47,3,0,94,198,217,47,219,48,3,0,94,134,113,165,113,113,3,0,94,70,138,229,255,198,3,0,96,198,32,75,204,250,3,0,97,198,57,35,25,135,2,0,97,198,238,169,235,215,2,0,97,70,152,250,213,213,3,0,98,134,235,175,53,183,3,0,100,102,50,230,249,244,3,0,101,134,113,26,223,11,3,0,101,38,88,255,139,131,3,0,102,198,238,218,5,169,1,0,102,38,98,192,185,10,4,0,103,102,153,124,15,226,2,0,104,134,179,173,206,228,2,0,105,198,207,46,36,22,2,0,105,134,98,195,27,255,3,0,105,230,153,49,196,255,3,0,106,134,195,136,181,235,1,0,107,38,150,233,93,113,2,0,107,166,26,62,111,235,3,0,108,198,125,185,135,247,1,0,108,102,225,8,229,38,2,0,109,198,124,110,170,169,1,0,109,166,152,3,240,114,2,0,110,70,39,5,74,153,2,0,110,166,236,135,20,165,2,0,110,6,74,127,58,45,4,0,113,38,213,115,65,202,1,0,113,230,67,24,231,67,4,0,116,70,129,20,171,21,2,0,117,166,54,198,150,154,3,0,118,6,175,1,218,84,2,0,120,134,177,179,237,125,2,0,121,134,212,197,197,224,2,0,123,230,255,245,207,155,1,0,123,166,114,41,12,170,2,0,124,134,116,11,89,206,1,0,124,38,103,216,189,232,2,0,124,6,219,64,172,179,3,0,127,6,122,33,36,186,1,0,127,198,88,45,71,12,2,0,127,166,94,72,43,189,2,0,129,166,97,120,235,228,1,0,129,134,31,219,179,112,3,0,130,6,210,165,197,182,3,0,135,102,31,170,125,67,2,0,136,166,173,102,92,127,3,0,139,198,171,185,104,0,3,0,139,6,27,162,18,10,3,0,140,166,218,24,102,76,2,0,140,134,209,150,119,89,3,0,141,38,123,83,68,68,2,0,141,230,81,226,171,170,2,0,141,134,73,78,194,208,2,0,141,230,247,205,225,65,3,0,143,230,148,5,180,240,2,0,143,134,47,29,49,40,4,0,145,134,39,30,235,79,3,0,147,38,102,184,248,171,2,0,147,102,187,180,207,46,4,0,148,70,194,106,99,63,3,0,150,102,250,72,6,210,1,0,151,6,132,205,40,119,3,0,151,6,131,19,211,135,3,0,154,70,93,71,188,201,1,0,154,198,226,25,227,184,2,0,158,166,181,15,161,161,2,0,158,230,214,28,228,236,2,0,159,38,186,254,80,221,2,0,161,6,49,75,236,212,3,0,161,230,23,52,164,68,4,0,162,70,247,22,212,149,3,0,165,38,165,110,93,38,2,0,166,198,122,77,112,28,2,0,166,70,96,154,101,19,3,0,166,166,170,136,141,33,3,0,168,102,233,9,253,103,2,0,168,102,142,215,132,116,2,0,169,198,15,40,219,5,3,0,169,134,151,136,246,7,3,0,170,198,187,173,192,33,2,0,170,230,81,13,86,18,4,0,171,198,238,114,208,191,2,0,172,38,220,79,21,153,3,0,172,70,61,98,99,68,4,0,178,198,226,193,98,179,1,0,178,198,59,108,147,192,1,0,178,166,36,220,218,219,1,0,178,230,64,85,247,220,1,0,179,230,204,99,199,186,1,0,180,70,160,2,247,200,3,0,181,134,94,248,80,154,3,0,182,6,31,78,177,140,1,0,185,166,71,15,47,139,3,0,187,38,35,225,129,156,1,0,187,6,173,173,158,56,2,0,187,134,154,176,71,130,3,0,188,38,31,74,24,147,2,0,188,230,86,225,153,175,2,0,188,38,102,119,119,234,2,0,189,230,107,190,110,166,1,0,191,134,79,243,21,187,3,0,193,70,24,226,149,93,2,0,194,102,23,192,163,42,2,0,195,198,165,35,203,94,2,0,196,38,34,178,2,217,2,0,199,166,33,157,159,89,2,0,200,6,219,2,62,137,2,0,201,230,213,173,160,203,3,0,201,38,143,78,42,218,3,0,203,70,72,198,135,206,1,0,203,134,203,133,249,244,2,0,204,230,228,64,2,196,1,0,204,198,232,134,100,202,1,0,204,70,157,52,169,234,1,0,205,198,42,60,141,215,3,0,209,6,14,85,155,234,1,0,209,230,231,170,41,178,2,0,215,198,131,219,132,159,1,0,215,38,117,10,42,225,3,0,217,198,0,32,126,163,2,0,218,166,79,247,95,73,2,0,218,70,128,105,75,174,2,0,218,166,9,130,3,106,3,0,218,102,41,171,81,211,3,0,219,166,27,167,186,211,3,0,219,6,119,101,233,3,4,0,222,38,184,203,105,29,4,0,223,38,132,67,28,178,3,0,223,230,123,165,52,216,3,0,225,230,30,115,213,27,3,0,226,198,254,206,106,55,3,0,227,102,201,21,59,43,2,0,227,230,207,249,51,77,2,0,229,166,162,222,1,11,3,0,232,70,189,167,101,183,3,0,233,6,53,73,196,210,2,0,235,134,76,9,192,111,2,0,235,6,152,244,127,184,3,0,237,198,195,167,1,25,4,0,238,38,23,236,10,128,1,0,238,230,26,158,161,187,1,0,239,166,39,227,53,145,2,0,239,38,139,187,154,28,3,0,241,198,102,10,29,182,1,0,243,102,153,124,36,226,2,0,244,230,30,15,9,50,4,0,245,134,76,65,112,130,2,0,248,6,216,155,227,245,2,0,249,38,250,106,243,239,3,0,250,230,153,103,109,170,3,0,251,230,83,224,227,37,2,0,252,198,7,91,3,28,2,0,253,70,219,253,38,27,3,0,255,102,253,190,191,239,2,0,2,167,217,206,113,240,2,0,2,199,165,110,179,32,3,0,2,71,224,226,13,91,3,0,3,135,148,160,60,178,1,0,5,71,27,35,113,132,2,0,8,167,58,7,111,206,3,0,11,39,2,126,130,219,1,0,13,231,255,17,224,205,1,0,13,167,48,1,125,63,3,0,14,231,221,16,19,100,2,0,15,167,118,101,210,31,3,0,16,103,140,191,212,0,2,0,17,231,190,239,59,99,2,0,17,231,52,250,142,173,3,0,18,7,56,245,97,182,1,0,18,7,129,33,201,100,3,0,21,71,74,80,55,137,1,0,22,135,91,203,36,76,3,0,22,103,190,231,3,157,3,0,25,39,226,81,209,131,1,0,25,135,220,222,89,250,2,0,27,199,69,195,98,214,3,0,28,7,26,192,36,57,2,0,29,135,120,242,237,140,1,0,29,231,123,207,119,208,3,0,31,39,209,117,88,206,3,0,32,103,59,12,107,193,1,0,33,167,23,7,35,193,1,0,34,7,105,39,224,178,1,0,36,167,185,195,105,57,2,0,36,199,128,231,171,185,3,0,37,39,25,115,160,206,3,0,38,39,144,13,216,139,2,0,39,199,140,229,85,177,3,0,40,199,191,110,51,159,3,0,41,7,176,13,202,67,2,0,41,199,157,169,181,109,2,0,42,231,151,160,146,190,2,0,42,71,1,251,172,5,4,0,43,71,33,249,146,172,2,0,43,39,4,102,66,44,3,0,43,135,168,228,87,52,3,0,43,135,242,245,43,133,3,0,44,167,165,177,121,196,3,0,47,71,29,164,228,243,1,0,48,103,61,75,139,194,1,0,49,103,217,169,255,211,2,0,50,7,84,17,214,187,1,0,51,71,218,107,20,23,2,0,51,231,162,155,194,110,3,0,52,103,67,202,189,84,2,0,52,167,54,82,241,15,3,0,54,199,39,252,34,19,4,0,54,7,198,48,200,52,4,0,55,199,233,44,242,205,2,0,56,231,254,245,83,166,1,0,56,231,185,194,136,209,2,0,56,199,218,134,18,245,3,0,57,231,76,114,135,18,4,0,57,199,93,219,83,32,4,0,59,231,127,236,74,158,2,0,59,135,213,182,165,240,3,0,62,39,223,76,61,69,2,0,62,231,50,114,123,129,3,0,62,167,247,221,40,223,3,0,63,71,0,21,34,225,1,0,67,199,198,201,63,234,1,0,69,71,223,70,151,214,3,0,70,199,192,232,74,5,2,0,70,71,15,192,20,101,2,0,70,231,236,0,26,229,2,0,71,71,60,152,195,67,3,0,72,71,157,141,52,152,1,0,72,199,107,219,69,242,3,0,73,103,227,31,41,245,3,0,74,231,19,213,159,61,2,0,74,7,163,185,175,64,3,0,75,135,81,192,101,246,1,0,75,71,163,24,126,30,2,0,76,167,131,88,79,189,3,0,77,103,38,62,135,239,3,0,77,7,14,134,138,246,3,0,78,135,40,59,164,101,3,0,79,231,183,27,113,246,2,0,80,7,127,68,146,230,2,0,83,103,11,38,79,150,2,0,84,167,23,208,201,28,4,0,88,39,196,220,18,233,1,0,89,71,186,50,166,96,2,0,90,199,236,237,199,249,1,0,90,231,95,180,209,74,4,0,92,199,177,230,215,15,3,0,92,135,57,81,135,37,4,0,93,135,144,131,251,12,3,0,93,7,111,19,3,251,3,0,94,231,214,63,134,183,3,0,95,135,86,255,161,104,2,0,100,103,13,139,252,215,2,0,101,103,206,50,177,165,2,0,101,71,242,214,112,22,4,0,103,39,147,238,254,21,2,0,104,7,23,104,194,226,2,0,105,103,70,183,151,46,4,0,106,7,39,214,168,63,2,0,106,39,62,161,255,60,4,0,107,231,130,85,93,102,3,0,109,103,61,202,120,60,3,0,110,199,10,40,252,241,2,0,111,231,87,254,250,183,1,0,111,103,164,67,12,58,4,0,112,7,18,45,58,31,2,0,112,231,226,27,226,158,3,0,115,7,232,243,166,230,1,0,116,135,209,80,81,141,3,0,117,231,71,107,33,115,2,0,119,7,223,17,137,100,2,0,120,231,49,200,222,63,4,0,126,39,116,10,33,195,1,0,126,231,98,186,104,15,4,0,129,167,37,250,151,206,1,0,130,103,88,32,42,3,2,0,130,135,116,218,37,52,4,0,131,71,207,153,83,203,1,0,131,103,145,44,162,118,3,0,132,103,236,237,229,127,3,0,132,7,33,51,0,22,4,0,135,7,90,37,162,204,1,0,136,7,109,36,175,248,3,0,137,103,208,46,155,22,2,0,138,71,234,90,148,45,3,0,138,199,167,80,175,74,3,0,139,39,151,86,88,22,4,0,143,39,115,26,155,245,2,0,143,71,167,91,181,137,3,0,145,103,31,81,218,165,2,0,146,167,250,131,204,228,3,0,147,103,127,210,71,204,2,0,147,167,7,177,157,112,3,0,149,199,41,167,191,53,2,0,149,135,205,125,113,199,3,0,150,231,60,81,93,116,2,0,151,7,228,6,66,205,2,0,152,231,81,209,37,185,2,0,152,103,94,112,50,29,3,0,153,135,134,104,16,111,3,0,156,135,38,159,76,182,1,0,156,7,210,129,29,21,4,0,158,199,84,216,197,187,1,0,159,135,212,213,193,51,3,0,159,231,101,175,110,143,3,0,161,39,117,18,151,59,4,0,162,135,91,142,161,244,2,0,163,7,102,6,204,23,3,0,164,103,22,52,15,44,2,0,165,71,175,137,115,12,2,0,166,103,26,171,7,18,2,0,166,39,124,184,21,214,2,0,167,39,65,48,180,158,1,0,167,167,46,47,132,98,2,0,169,199,38,41,194,140,3,0,169,199,38,41,216,140,3,0,169,199,38,41,245,140,3,0,169,199,38,41,20,141,3,0,170,39,250,75,12,86,3,0,171,39,151,59,6,202,1,0,172,39,216,7,83,202,1,0,172,167,92,62,197,37,3,0,172,135,145,24,214,54,4,0,174,231,23,63,10,205,1,0,174,167,22,58,193,14,2,0,175,71,117,20,34,189,1,0,175,7,132,235,215,44,2,0,178,39,132,63,27,143,1,0,180,199,247,47,38,255,2,0,181,71,105,13,193,17,3,0,181,7,167,46,19,135,3,0,182,103,57,25,214,65,2,0,183,7,255,45,28,226,1,0,183,71,229,94,27,96,3,0,183,231,20,15,186,41,4,0,184,135,39,81,242,144,2,0,184,103,84,195,160,241,2,0,184,39,80,98,37,145,3,0,185,7,39,183,27,152,2,0,185,199,251,226,106,172,3,0,186,103,136,51,75,145,2,0,187,71,134,44,195,9,2,0,188,199,62,107,55,127,3,0,189,7,71,212,116,40,3,0,189,103,110,129,225,107,3,0,190,135,151,121,240,176,1,0,190,231,33,36,8,222,1,0,193,71,49,207,183,142,1,0,193,7,80,175,195,32,2,0,194,231,162,150,82,181,2,0,194,167,198,142,148,210,2,0,196,103,233,162,96,212,1,0,197,135,169,90,58,30,2,0,199,167,115,159,24,62,2,0,201,71,158,149,226,105,3,0,201,167,131,3,142,54,4,0,202,71,226,91,26,158,1,0,202,199,75,237,59,133,2,0,202,231,57,24,190,178,3,0,202,167,153,115,178,181,3,0,203,231,162,161,16,168,1,0,203,231,172,61,80,238,1,0,205,71,24,182,77,127,2,0,205,7,124,123,255,132,3,0,205,135,73,62,2,161,3,0,206,71,194,210,60,122,2,0,207,71,98,195,116,53,2,0,207,231,247,62,234,61,2,0,207,7,49,150,10,234,2,0,207,199,252,255,176,126,3,0,208,103,54,254,173,17,3,0,208,7,90,65,11,20,4,0,208,7,90,65,34,20,4,0,209,135,195,147,93,241,3,0,209,167,110,215,191,241,3,0,211,231,155,100,169,23,3,0,211,167,3,115,109,8,4,0,214,7,227,250,11,103,2,0,214,71,88,239,132,187,2,0,217,39,186,0,193,46,3,0,218,7,251,128,16,110,2,0,218,231,226,161,125,9,3,0,218,7,231,100,54,131,3,0,222,231,155,220,145,164,2,0,223,135,63,152,188,51,2,0,224,199,153,137,252,3,4,0,226,199,60,74,99,161,3,0,227,199,147,253,90,225,1,0,228,199,251,167,239,205,1,0,230,167,74,133,175,247,1,0,231,167,67,138,163,190,2,0,232,135,102,156,132,93,3,0,233,135,155,239,10,238,1,0,233,39,65,21,42,14,2,0,234,199,117,150,158,213,3,0,237,199,161,36,199,228,1,0,238,231,79,186,197,147,2,0,239,103,152,171,59,207,2,0,240,167,206,198,35,50,4,0,241,231,107,162,86,155,2,0,241,199,204,7,65,227,2,0,243,71,75,166,201,38,2,0,243,7,64,22,59,45,2,0,244,39,251,145,224,119,3,0,245,167,90,35,172,4,2,0,245,135,37,107,17,32,4,0,246,199,184,9,97,164,1,0,246,167,246,138,210,179,1,0,246,7,4,209,196,13,2,0,246,7,214,154,157,11,4,0,247,135,198,67,102,171,1,0,249,167,133,227,90,76,3,0,252,231,39,27,246,193,3,0,254,103,154,4,213,4,4,0,255,135,183,82,3,53,3,0,255,135,176,129,83,124,3,0,0,136,146,30,36,131,1,0,0,168,80,218,107,42,2,0,0,200,113,157,10,127,3,0,1,200,170,56,44,51,4,0,3,104,49,52,11,197,2,0,5,40,33,181,229,190,1,0,6,168,215,164,96,208,1,0,6,168,151,159,46,55,2,0,7,72,214,91,170,237,3,0,8,136,21,150,39,234,1,0,8,104,177,87,5,48,2,0,8,72,230,22,200,231,2,0,11,168,98,61,83,96,2,0,11,136,196,213,152,28,4,0,13,136,135,251,156,196,2,0,13,232,177,234,120,236,2,0,13,8,226,17,112,5,3,0,15,8,148,159,194,150,2,0,15,232,63,192,234,210,3,0,17,40,178,142,71,196,3,0,17,104,67,111,187,235,3,0,18,104,178,62,166,105,2,0,18,232,205,113,133,145,2,0,18,8,177,29,200,107,3,0,19,8,148,159,76,151,2,0,19,200,242,172,68,12,4,0,20,8,204,197,116,225,1,0,21,200,50,83,140,19,2,0,24,40,3,228,152,232,2,0,25,40,186,248,250,62,2,0,28,8,206,2,143,139,2,0,30,232,105,162,74,164,1,0,31,232,226,55,107,215,1,0,34,72,65,17,241,138,3,0,35,72,211,72,66,230,2,0,35,168,78,61,128,124,3,0,36,72,177,235,218,249,1,0,38,136,18,132,45,2,2,0,39,8,163,105,42,147,1,0,39,168,129,17,200,100,2,0,39,104,37,215,47,109,3,0,40,232,76,184,243,175,3,0,42,168,210,210,246,63,2,0,42,40,13,62,42,6,4,0,44,8,23,37,116,43,2,0,44,40,247,55,19,50,2,0,45,168,236,80,62,44,2,0,46,40,112,109,11,194,1,0,46,168,125,201,117,110,2,0,46,40,12,235,116,139,3,0,46,72,138,48,110,45,4,0,48,232,162,120,201,200,1,0,49,136,159,14,133,20,4,0,50,40,125,86,7,197,1,0,50,200,249,55,90,25,2,0,53,104,60,226,46,197,3,0,53,72,225,72,185,43,4,0,55,72,73,70,114,87,3,0,56,136,201,74,167,38,4,0,57,104,93,229,15,133,1,0,57,40,93,237,173,43,2,0,57,136,25,69,191,122,3,0,58,232,147,48,103,50,2,0,60,168,106,50,230,39,4,0,64,8,90,76,132,74,4,0,65,232,24,78,73,200,2,0,65,136,114,166,137,245,2,0,65,8,128,54,47,195,3,0,66,232,87,215,215,26,3,0,71,232,109,196,193,139,1,0,71,232,216,174,12,1,2,0,72,200,202,67,237,255,2,0,75,168,235,6,43,228,2,0,76,232,50,72,35,47,3,0,77,136,55,254,157,156,2,0,77,72,163,179,48,155,3,0,79,8,192,209,171,46,3,0,79,136,168,228,99,52,3,0,79,72,154,208,238,60,3,0,79,8,113,246,16,118,3,0,79,136,56,64,213,205,3,0,81,8,50,81,82,132,2,0,82,8,182,186,178,144,2,0,83,8,246,134,11,224,3,0,84,200,79,14,142,177,1,0,84,72,46,254,93,62,4,0,85,8,244,156,212,174,1,0,85,8,3,113,171,8,2,0,85,104,217,169,194,211,2,0,85,8,61,88,187,55,3,0,88,168,84,155,119,244,3,0,88,168,156,123,177,1,4,0,89,168,91,226,132,39,4,0,90,232,111,105,57,48,2,0,91,104,10,44,19,92,2,0,91,40,169,190,94,34,4,0,94,72,33,103,168,168,3,0,95,40,1,118,32,145,1,0,95,104,167,228,0,42,3,0,98,72,154,223,227,93,2,0,98,136,76,81,241,101,2,0,100,72,31,154,156,215,1,0,101,104,171,49,52,73,3,0,101,8,26,191,216,113,3,0,102,232,183,195,185,57,2,0,103,8,37,207,76,163,2,0,105,136,20,225,95,7,3,0,105,72,109,65,56,90,3,0,108,136,129,72,206,177,2,0,112,104,162,218,44,162,2,0,112,200,158,28,25,147,3,0,112,72,178,153,13,220,3,0,113,104,248,134,172,176,1,0,114,40,93,141,250,178,1,0,114,136,48,133,213,81,2,0,114,232,178,3,5,204,3,0,116,72,131,105,183,152,2,0,116,168,244,219,34,13,3,0,117,136,21,84,175,245,3,0,118,40,122,226,36,17,2,0,118,200,40,5,228,198,3,0,119,40,190,137,22,14,4,0,121,8,1,222,124,167,1,0,121,168,226,200,160,203,1,0,122,40,80,245,53,244,3,0,124,72,135,12,56,54,3,0,124,40,63,92,180,109,3,0,125,232,106,131,197,164,2,0,125,72,131,187,93,199,3,0,125,168,23,190,138,253,3,0,128,104,106,172,207,156,1,0,131,8,22,13,135,15,2,0,131,232,151,230,180,142,2,0,132,136,221,88,83,189,1,0,132,232,196,239,254,49,3,0,133,200,245,242,75,200,3,0,133,200,62,147,61,1,4,0,135,72,71,195,21,47,3,0,136,232,106,193,77,70,2,0,137,168,75,188,97,132,2,0,137,232,81,226,150,170,2,0,140,200,157,235,17,54,2,0,141,136,109,35,243,233,1,0,141,200,241,155,66,105,3,0,143,8,147,183,135,111,3,0,144,136,134,70,230,17,2,0,146,72,234,59,93,29,2,0,147,40,249,95,172,242,2,0,150,104,193,175,128,57,3,0,150,232,14,81,100,148,3,0,151,232,52,124,47,250,2,0,152,200,253,24,250,176,3,0,152,8,192,252,26,11,4,0,153,200,30,104,220,216,1,0,153,72,236,177,49,144,2,0,154,168,231,10,200,188,1,0,154,40,133,88,128,138,2,0,154,136,158,160,151,187,2,0,155,72,70,69,228,105,2,0,158,232,3,168,14,33,3,0,158,200,231,63,137,76,4,0,158,104,73,190,206,76,4,0,159,40,85,19,171,46,4,0,160,168,20,81,216,11,2,0,160,200,39,81,234,154,2,0,160,136,62,134,18,18,3,0,161,40,247,197,97,9,2,0,161,200,235,109,252,120,3,0,162,104,176,162,223,201,2,0,162,232,60,12,14,51,3,0,164,8,22,102,185,138,2,0,165,40,157,143,112,201,1,0,165,136,104,153,249,42,3,0,168,72,59,81,229,120,2,0,169,232,215,177,16,247,3,0,170,40,136,99,181,133,1,0,171,72,96,47,192,192,3,0,175,8,87,50,147,17,3,0,176,8,152,115,211,135,1,0,176,136,71,182,253,247,1,0,178,168,12,99,28,164,1,0,178,8,240,127,253,138,2,0,178,168,165,174,144,236,2,0,179,168,105,237,22,172,2,0,179,72,251,4,246,57,3,0,181,104,39,81,185,140,2,0,182,8,42,31,161,109,2,0,183,136,184,224,128,136,3,0,183,72,79,214,54,13,4,0,185,72,170,12,195,183,1,0,185,168,50,235,24,222,1,0,185,232,122,100,254,118,3,0,185,200,169,20,171,215,3,0,186,104,82,1,141,183,1,0,186,136,154,151,249,166,3,0,188,40,182,62,204,187,3,0,191,168,140,192,80,148,2,0,192,104,129,195,89,108,3,0,193,72,98,194,81,192,1,0,193,40,18,32,245,34,4,0,194,40,49,217,171,123,2,0,194,40,153,192,47,1,3,0,197,8,43,60,16,131,1,0,197,40,230,135,35,62,3,0,200,200,251,23,171,2,2,0,202,200,65,41,18,8,2,0,205,168,69,132,8,114,2,0,207,8,125,195,121,40,2,0,207,200,60,70,208,168,3,0,208,200,148,156,5,116,3,0,209,40,49,192,173,194,2,0,209,136,54,45,167,255,3,0,210,200,11,109,13,57,2,0,210,200,251,82,2,158,3,0,212,232,63,216,46,148,1,0,212,168,89,56,48,217,1,0,213,200,152,223,104,226,2,0,214,104,195,114,137,234,2,0,214,72,169,223,242,25,3,0,214,104,254,228,120,84,3,0,215,200,16,79,192,109,3,0,217,104,255,80,191,137,2,0,218,136,226,138,39,133,2,0,219,8,115,79,135,126,2,0,220,168,133,243,50,70,3,0,221,8,7,47,30,190,3,0,221,232,32,162,105,253,3,0,223,72,175,243,208,250,2,0,223,200,163,161,130,50,3,0,224,136,205,47,174,252,3,0,224,136,205,47,198,252,3,0,224,136,205,47,250,252,3,0,224,136,205,47,67,77,4,0,225,232,217,168,42,212,1,0,226,136,186,64,17,177,1,0,226,104,219,124,152,200,2,0,227,40,4,244,101,149,3,0,230,8,255,112,4,161,2,0,230,168,215,134,68,228,3,0,231,168,240,246,42,219,2,0,232,136,39,70,160,137,3,0,233,8,236,33,9,174,1,0,233,104,133,105,213,221,1,0,235,8,233,192,87,218,2,0,237,72,153,223,2,143,2,0,237,104,205,253,217,154,2,0,237,200,119,169,36,167,2,0,237,40,238,31,112,28,3,0,239,232,149,232,111,66,4,0,240,136,115,219,218,167,3,0,240,72,239,64,31,172,3,0,240,232,25,83,184,186,3,0,241,72,250,58,162,151,3,0,243,72,154,223,253,105,2,0,244,136,77,41,51,73,2,0,244,104,249,56,139,11,3,0,245,200,198,28,151,58,4,0,246,232,54,52,183,9,4,0,247,8,105,178,7,70,3,0,248,168,120,44,140,23,2,0,248,40,11,111,184,218,2,0,248,104,180,70,27,146,3,0,249,168,231,175,255,231,2,0,249,72,145,40,42,129,3,0,250,168,115,239,68,150,3,0,250,232,18,13,16,156,3,0,251,72,78,1,186,71,2,0,252,136,53,144,217,236,1,0,252,8,32,43,229,87,2,0,253,72,210,208,29,31,4,0,254,104,167,228,2,37,3,0,1,73,61,248,42,190,1,0,2,201,178,119,26,147,1,0,3,73,118,144,182,180,2,0,4,105,60,223,164,142,1,0,4,73,84,144,1,101,2,0,4,41,204,63,92,65,3,0,5,41,45,29,23,84,3,0,6,169,151,152,134,253,2,0,7,233,70,228,91,175,1,0,7,201,168,1,141,240,3,0,8,233,203,45,20,142,2,0,11,233,72,55,130,140,3,0,12,137,51,146,75,236,3,0,13,41,127,6,236,28,2,0,13,41,72,98,168,60,2,0,16,201,72,70,194,193,3,0,17,41,0,75,82,146,1,0,17,73,246,221,231,203,1,0,18,233,40,13,131,142,1,0,18,233,179,23,125,179,1,0,18,201,50,77,215,92,2,0,20,137,160,248,114,250,3,0,21,41,180,161,117,21,2,0,23,169,221,143,67,242,1,0,23,233,225,48,121,205,3,0,24,137,176,52,161,198,2,0,26,9,114,80,228,12,2,0,28,201,249,168,168,141,3,0,29,73,185,92,239,8,2,0,31,41,199,203,120,105,2,0,31,201,66,63,158,113,3,0,32,105,116,52,223,161,3,0,33,105,242,98,248,184,1,0,33,41,25,112,153,244,3,0,36,41,63,99,249,97,3,0,38,9,241,54,22,127,2,0,41,73,157,63,99,34,3,0,42,9,236,175,0,140,1,0,42,9,19,143,49,177,3,0,43,73,176,91,121,194,1,0,43,169,217,107,246,194,1,0,44,105,58,61,70,247,2,0,45,73,77,167,86,200,1,0,45,9,53,79,85,234,1,0,45,105,23,192,100,53,2,0,46,201,188,0,195,147,1,0,46,73,89,244,203,68,2,0,46,73,189,72,156,103,2,0,46,73,50,45,73,155,3,0,48,73,235,248,133,51,2,0,48,233,252,220,202,10,3,0,50,201,141,149,38,141,2,0,51,9,90,73,10,31,2,0,53,233,176,23,122,251,1,0,53,137,186,254,7,222,3,0,54,201,248,122,169,227,3,0,55,105,28,38,115,231,3,0,56,137,214,58,85,126,3,0,59,201,12,21,193,246,2,0,59,73,141,196,67,8,3,0,60,41,23,226,65,186,1,0,60,201,77,17,234,53,3,0,62,169,114,194,103,209,2,0,62,201,190,84,21,102,3,0,62,169,31,195,22,161,3,0,63,137,67,63,7,173,2,0,65,9,141,105,197,27,3,0,66,233,53,43,128,151,2,0,67,233,233,236,181,98,2,0,69,201,152,108,249,248,3,0,70,41,16,192,11,106,2,0,70,9,148,159,37,150,2,0,70,169,0,254,220,151,2,0,71,201,28,110,175,224,2,0,71,233,99,221,75,137,3,0,74,41,49,142,83,228,1,0,74,169,241,240,31,69,2,0,76,201,252,50,197,242,3,0,76,169,165,229,15,45,4,0,77,41,86,187,57,177,2,0,77,105,112,79,106,233,3,0,81,73,87,162,186,131,1,0,83,105,81,225,120,166,3,0,84,137,233,110,116,155,2,0,84,233,216,191,51,167,3,0,85,105,227,16,93,177,1,0,87,41,9,229,222,162,1,0,87,73,47,194,37,100,2,0,90,137,26,214,244,69,4,0,92,9,94,229,213,163,1,0,92,73,121,157,73,181,1,0,92,105,231,109,213,246,2,0,93,137,125,56,139,248,3,0,94,105,69,92,95,118,3,0,94,73,120,127,180,73,4,0,95,169,229,91,221,85,3,0,96,201,211,37,204,32,3,0,97,9,24,105,147,138,2,0,97,137,39,81,84,143,2,0,97,9,148,12,11,163,3,0,100,233,109,172,137,6,4,0,101,137,34,67,148,39,4,0,103,169,91,215,233,44,3,0,103,169,205,247,207,76,3,0,106,73,167,69,36,54,2,0,109,233,198,185,154,247,1,0,109,137,39,81,69,143,2,0,110,201,93,235,214,46,3,0,110,169,188,239,80,223,3,0,111,105,239,241,80,19,2,0,113,137,174,29,142,104,3,0,113,137,175,252,253,196,3,0,114,201,23,211,185,141,1,0,114,169,130,11,193,103,3,0,115,137,251,211,185,23,3,0,116,233,215,5,173,239,2,0,117,73,24,81,54,210,2,0,118,201,122,77,130,28,2,0,118,137,38,156,180,203,3,0,120,41,172,194,108,192,1,0,120,137,189,186,1,150,2,0,121,201,53,227,78,221,1,0,122,41,93,159,45,118,3,0,124,233,241,238,51,236,2,0,126,105,63,105,215,111,2,0,127,201,47,194,54,100,2,0,128,137,178,254,246,234,3,0,129,169,171,185,247,143,1,0,129,169,83,103,221,4,2,0,130,233,175,247,33,205,1,0,130,137,19,192,179,70,2,0,130,201,125,153,59,193,2,0,132,233,205,178,67,113,2,0,133,137,39,81,145,142,2,0,133,137,3,67,46,31,3,0,133,41,97,149,24,39,4,0,135,73,122,71,6,14,2,0,135,41,37,81,232,158,2,0,135,105,48,91,221,83,3,0,136,233,193,228,125,134,1,0,136,41,243,82,227,183,2,0,143,169,245,151,74,9,2,0,144,233,228,204,217,205,2,0,145,169,213,170,10,196,2,0,146,233,176,90,185,111,3,0,146,137,197,249,145,45,4,0,147,169,150,31,195,183,2,0,152,73,58,0,105,22,3,0,153,137,39,81,164,141,2,0,154,41,113,95,240,43,2,0,154,9,75,47,169,69,2,0,156,105,74,240,255,95,2,0,158,73,175,211,63,32,4,0,159,201,191,58,99,110,3,0,159,201,189,114,51,3,4,0,159,73,232,194,224,76,4,0,160,233,32,117,16,12,2,0,160,169,52,101,154,210,3,0,161,169,44,157,128,171,2,0,162,201,23,81,127,222,2,0,163,9,217,187,171,8,3,0,163,105,108,240,11,159,3,0,165,169,222,125,206,161,3,0,166,233,209,111,242,211,1,0,166,169,76,81,89,82,2,0,166,9,34,55,217,30,3,0,167,169,142,33,145,105,2,0,167,41,182,7,99,69,3,0,168,73,24,122,89,198,2,0,169,9,166,240,41,197,1,0,169,105,164,136,234,198,2,0,169,201,188,131,122,213,3,0,172,169,193,30,211,35,4,0,173,137,29,137,41,203,1,0,176,105,126,77,38,199,2,0,177,137,6,116,43,224,2,0,178,233,67,109,118,91,2,0,178,201,132,215,212,226,2,0,178,169,180,94,234,26,3,0,179,105,6,220,196,215,3,0,180,169,219,210,237,24,4,0,181,137,123,253,156,248,1,0,182,169,146,241,88,28,2,0,183,105,67,248,70,232,3,0,184,137,115,171,242,235,3,0,187,137,169,77,170,154,1,0,187,233,128,88,9,222,2,0,187,41,62,175,189,46,4,0,188,105,230,121,145,4,2,0,189,137,195,218,189,0,2,0,190,9,120,116,116,6,4,0,191,9,144,21,153,29,2,0,193,233,172,189,56,111,2,0,194,73,124,147,49,74,2,0,194,73,154,223,57,82,2,0,194,233,182,12,107,93,3,0,196,73,124,184,141,220,2,0,196,41,132,204,196,246,3,0,197,41,208,222,5,167,1,0,197,137,94,245,67,211,1,0,197,9,67,71,11,227,1,0,197,169,186,186,64,148,2,0,198,169,249,97,138,120,2,0,199,41,96,84,117,67,4,0,200,233,129,184,240,155,1,0,200,137,194,36,242,80,2,0,200,137,161,218,14,99,2,0,202,201,50,173,115,204,2,0,203,105,170,23,209,34,3,0,204,233,131,16,116,76,4,0,205,137,66,114,114,113,2,0,207,73,96,73,173,96,3,0,207,233,38,112,63,101,3,0,208,169,189,183,174,56,3,0,208,9,8,123,191,119,3,0,209,41,141,230,228,249,3,0,210,201,195,117,21,48,4,0,211,73,218,67,36,193,2,0,211,201,101,172,161,38,3,0,211,137,25,147,25,243,3,0,212,137,199,63,248,149,1,0,213,137,95,146,24,218,2,0,213,105,194,0,232,31,4,0,215,73,152,197,77,152,1,0,215,9,89,209,234,72,2,0,216,137,25,163,213,199,2,0,220,169,101,176,55,250,1,0,220,9,86,226,49,60,4,0,222,73,29,231,27,174,1,0,222,169,185,33,159,124,2,0,223,9,203,219,106,154,1,0,224,73,65,156,114,66,3,0,224,73,100,78,122,63,4,0,226,41,158,216,34,194,2,0,228,9,241,179,35,20,2,0,229,233,246,42,240,173,1,0,229,105,219,27,167,233,1,0,229,9,61,57,134,232,2,0,230,73,245,223,151,167,3,0,231,169,89,2,241,200,1,0,233,73,49,7,227,102,2,0,234,41,137,67,63,126,2,0,234,9,84,33,101,195,3,0,235,105,79,148,102,22,2,0,235,105,23,192,84,53,2,0,236,73,214,230,155,17,4,0,239,169,98,251,24,161,1,0,239,9,98,84,54,228,1,0,239,73,9,130,9,6,4,0,240,105,134,242,24,34,3,0,240,73,147,52,1,103,3,0,241,233,74,157,236,209,1,0,243,169,246,109,79,160,3,0,244,233,134,251,15,75,2,0,244,41,60,236,111,100,3,0,245,169,80,104,42,139,2,0,245,105,49,52,29,197,2,0,245,41,158,183,25,29,3,0,246,9,93,147,19,31,3,0,246,41,10,20,60,52,4,0,247,201,104,204,97,86,3,0,255,41,168,228,165,53,3,0,1,234,253,142,218,142,2,0,3,202,105,19,0,188,3,0,4,138,112,69,192,16,3,0,4,106,129,60,221,192,3,0,5,138,30,248,111,62,3,0,5,202,237,181,56,115,3,0,7,202,106,62,213,157,2,0,8,106,78,222,69,39,2,0,8,138,248,124,136,48,2,0,8,42,136,240,12,121,3,0,9,10,227,115,220,224,1,0,10,202,176,75,122,141,2,0,14,10,168,87,55,98,3,0,17,202,207,104,5,208,3,0,18,234,159,41,156,158,3,0,19,106,197,254,224,252,2,0,21,138,1,181,139,66,2,0,21,234,55,73,148,162,2,0,24,106,127,153,211,152,2,0,27,106,214,57,241,41,4,0,28,202,67,231,231,85,2,0,30,42,237,170,63,165,1,0,30,74,174,206,234,242,2,0,31,10,148,9,46,39,2,0,31,106,164,230,160,142,2,0,32,170,115,196,131,168,1,0,32,42,178,37,93,157,3,0,33,234,238,137,71,62,2,0,36,138,71,170,52,19,2,0,36,234,11,97,225,189,2,0,37,42,61,163,130,173,1,0,38,234,244,205,141,207,1,0,40,170,103,78,91,192,2,0,41,74,188,205,157,113,2,0,41,106,78,224,215,17,3,0,41,234,1,254,109,162,3,0,42,42,198,159,141,28,3,0,44,138,91,48,131,226,3,0,45,170,63,142,241,53,4,0,46,10,45,211,163,202,1,0,47,234,139,186,123,225,3,0,48,10,118,211,146,2,2,0,49,10,173,205,146,146,2,0,51,10,7,218,180,164,2,0,52,138,43,42,235,227,2,0,52,138,141,116,65,190,3,0,53,42,8,219,182,205,1,0,53,170,67,197,71,215,1,0,53,138,160,72,252,40,4,0,54,10,202,208,68,25,4,0,55,170,236,9,92,199,1,0,55,138,65,195,218,42,3,0,61,42,202,189,143,115,2,0,61,42,165,65,159,154,2,0,61,202,141,93,17,57,3,0,61,202,47,119,170,204,3,0,62,106,39,0,116,204,1,0,62,234,66,164,217,173,2,0,64,10,211,47,142,118,3,0,64,234,144,47,53,73,4,0,67,234,23,81,143,221,2,0,68,234,159,104,130,233,3,0,70,42,5,55,182,255,1,0,70,138,143,143,3,255,3,0,72,170,161,22,231,233,1,0,72,138,214,231,202,243,3,0,78,170,165,164,128,24,3,0,80,202,243,139,187,240,1,0,82,202,156,210,154,237,2,0,86,42,180,102,71,15,3,0,88,234,162,13,41,183,2,0,88,170,60,12,150,51,3,0,89,138,215,68,218,228,1,0,89,106,162,188,196,179,2,0,89,10,224,148,13,112,3,0,90,234,35,102,234,21,2,0,91,170,101,128,17,185,1,0,94,106,163,190,249,50,3,0,94,202,235,232,127,98,3,0,95,10,251,237,6,247,1,0,96,42,99,195,70,42,2,0,96,106,98,70,39,191,3,0,97,202,87,235,13,172,1,0,97,202,87,235,36,172,1,0,97,202,87,235,138,172,1,0,97,202,87,235,180,172,1,0,97,202,87,235,219,172,1,0,97,202,87,235,254,172,1,0,97,202,87,235,43,173,1,0,97,202,87,235,74,173,1,0,98,10,169,81,124,210,2,0,99,138,234,150,120,79,3,0,99,106,190,130,93,247,3,0,100,170,170,128,95,160,3,0,101,74,126,101,244,180,3,0,102,138,251,167,195,187,2,0,103,106,129,203,97,205,3,0,104,10,59,184,243,201,2,0,105,10,163,125,176,242,3,0,108,234,149,243,58,186,3,0,109,106,228,54,215,209,2,0,110,202,240,125,50,97,2,0,111,202,247,70,155,23,4,0,112,10,215,69,165,126,2,0,117,138,225,231,79,137,2,0,117,106,220,13,81,109,3,0,118,170,84,249,88,106,2,0,118,202,135,99,85,134,2,0,118,106,31,143,205,232,2,0,119,106,156,160,111,190,2,0,120,202,69,185,100,126,1,0,120,42,89,35,246,81,3,0,122,106,208,184,151,48,3,0,122,138,236,236,231,63,3,0,123,138,219,47,4,240,1,0,123,42,26,172,177,25,3,0,124,202,134,35,234,159,1,0,125,74,103,23,160,34,3,0,126,138,102,76,83,231,1,0,126,170,82,81,156,189,3,0,127,74,154,223,66,40,2,0,127,10,193,26,251,46,4,0,129,74,158,80,12,239,1,0,131,170,119,226,65,167,1,0,131,234,133,154,0,178,1,0,131,106,20,192,168,245,1,0,132,10,38,206,148,111,2,0,132,202,27,13,127,245,3,0,133,10,182,88,133,180,3,0,134,234,55,23,10,160,3,0,135,234,52,138,153,172,3,0,136,74,34,155,140,95,3,0,137,202,249,24,60,140,1,0,137,202,162,44,81,208,2,0,140,74,123,130,70,154,1,0,145,234,187,168,161,136,1,0,145,170,160,41,126,30,3,0,147,42,28,207,75,76,4,0,150,42,18,5,176,67,2,0,150,138,35,107,215,6,3,0,151,74,214,36,200,18,2,0,152,138,250,192,28,5,2,0,153,170,252,19,101,168,1,0,154,202,223,132,74,216,1,0,154,170,142,10,112,126,3,0,155,10,205,105,144,109,2,0,156,234,99,22,117,196,1,0,156,10,205,22,103,30,2,0,157,74,27,165,165,186,2,0,158,138,193,83,53,91,3,0,158,234,106,179,53,232,3,0,159,106,132,159,68,68,4,0,160,106,12,11,188,57,4,0,161,10,47,142,97,74,3,0,164,202,233,142,93,217,2,0,165,106,254,46,10,55,4,0,166,170,25,26,111,16,4,0,167,202,5,58,229,146,1,0,167,170,125,31,142,189,2,0,167,202,142,103,76,156,3,0,168,234,142,104,153,90,3,0,168,170,148,25,187,177,3,0,168,10,228,45,221,19,4,0,169,170,198,242,131,201,1,0,170,106,124,251,207,101,3,0,170,170,99,75,241,143,3,0,171,10,181,126,28,135,1,0,171,106,16,195,239,27,2,0,171,74,87,177,23,39,2,0,171,234,204,84,18,70,4,0,173,74,235,38,107,32,2,0,173,106,245,176,209,62,2,0,174,10,213,176,232,163,1,0,174,234,66,60,193,155,3,0,174,74,223,155,187,14,4,0,175,234,182,58,225,226,3,0,175,74,197,163,189,64,4,0,176,106,154,60,29,29,2,0,176,10,228,183,104,59,3,0,179,10,227,152,45,89,2,0,179,170,229,15,118,200,3,0,179,202,77,152,203,2,4,0,181,234,128,130,107,41,2,0,182,106,110,252,241,142,2,0,183,202,47,192,250,108,3,0,185,234,43,175,112,131,2,0,186,10,64,108,81,130,2,0,186,170,228,233,131,31,4,0,188,170,187,13,231,1,2,0,190,74,154,223,248,58,2,0,191,138,66,62,17,162,1,0,193,106,32,83,227,156,3,0,194,74,154,223,202,57,2,0,194,42,167,44,224,131,2,0,195,202,202,4,171,91,2,0,198,74,129,125,42,160,2,0,198,202,216,225,68,13,3,0,198,74,112,99,213,65,4,0,200,234,227,102,71,241,1,0,200,106,44,199,218,253,3,0,201,106,163,197,153,140,1,0,201,234,155,218,236,196,1,0,201,42,1,5,121,232,3,0,202,106,14,21,205,144,3,0,203,234,62,240,75,59,4,0,204,10,40,49,29,192,2,0,205,10,126,37,85,227,2,0,208,202,211,17,64,96,3,0,208,138,64,97,167,50,4,0,209,202,231,135,73,253,1,0,210,170,226,76,191,117,3,0,210,170,82,41,187,236,3,0,214,74,132,219,166,118,2,0,215,234,238,96,197,55,2,0,215,234,135,184,254,209,2,0,216,170,107,60,232,69,2,0,216,74,176,0,72,48,3,0,217,10,246,90,253,182,3,0,217,74,206,229,235,233,3,0,218,10,167,8,207,119,3,0,218,170,14,163,25,188,3,0,221,10,237,252,180,226,1,0,221,42,98,158,79,205,3,0,223,138,51,219,15,66,2,0,225,170,146,85,18,208,1,0,225,234,137,65,218,40,2,0,225,138,197,226,187,65,3,0,226,170,66,35,217,19,2,0,226,106,98,65,211,36,2,0,226,106,98,65,249,36,2,0,226,138,155,54,128,190,2,0,229,106,57,152,215,242,2,0,230,42,206,146,194,236,2,0,231,106,241,54,90,189,2,0,232,202,152,240,247,184,2,0,234,170,153,223,208,123,2,0,235,234,27,114,182,113,3,0,236,234,168,193,200,153,2,0,237,10,3,119,103,174,2,0,239,234,56,153,203,4,2,0,240,42,176,32,68,233,2,0,241,202,230,46,195,6,2,0,242,234,182,22,33,9,3,0,243,138,113,71,28,67,2,0,243,234,204,200,188,93,3,0,243,138,17,72,101,201,3,0,244,234,64,228,244,36,4,0,245,170,156,167,67,110,3,0,246,234,43,67,171,171,1,0,246,10,218,116,40,226,3,0,247,10,36,219,203,125,1,0,247,10,220,47,28,236,2,0,247,202,120,211,70,24,3,0,247,170,51,175,97,202,3,0,249,170,113,178,235,238,1,0,251,74,81,132,101,2,4,0,253,138,95,146,43,218,2,0,255,138,53,194,218,100,2,0,0,107,66,210,87,249,3,0,2,43,50,12,14,37,3,0,6,171,28,10,164,164,1,0,6,203,102,59,44,67,3,0,7,11,126,27,63,159,2,0,7,43,232,180,112,181,2,0,7,75,17,243,84,170,3,0,8,235,130,45,155,252,1,0,9,43,247,196,121,156,2,0,14,75,88,114,79,34,4,0,16,75,18,216,158,7,3,0,18,75,75,185,55,185,1,0,18,75,251,76,54,29,2,0,19,203,250,252,47,148,2,0,19,75,82,224,108,55,4,0,21,107,7,215,237,218,1,0,21,107,179,132,102,5,4,0,24,43,158,252,143,150,1,0,24,11,43,110,78,213,3,0,25,203,104,159,103,234,2,0,26,75,229,56,1,25,2,0,26,43,7,37,141,240,2,0,28,107,198,200,231,239,2,0,29,107,128,127,108,160,2,0,30,203,19,86,30,198,1,0,30,11,52,235,235,212,2,0,30,11,205,20,211,20,3,0,33,11,78,100,195,139,3,0,35,43,0,139,206,85,2,0,42,139,5,143,193,8,4,0,43,139,36,38,220,254,1,0,43,203,62,229,47,99,3,0,45,43,37,58,61,45,3,0,46,139,130,180,167,65,2,0,47,11,150,29,228,134,1,0,47,235,73,125,72,126,3,0,47,235,101,36,55,8,4,0,48,139,142,32,108,252,3,0,49,139,71,86,111,192,2,0,54,43,229,188,77,128,1,0,55,43,2,189,169,156,1,0,56,43,17,195,132,78,2,0,57,139,117,63,163,51,3,0,57,235,114,113,118,70,3,0,59,203,218,91,30,191,1,0,59,139,63,226,51,127,2,0,61,171,18,52,158,199,2,0,62,43,11,78,218,248,2,0,62,75,68,12,195,47,3,0,63,139,242,174,193,149,3,0,64,203,128,212,151,219,1,0,64,139,107,15,198,118,2,0,66,43,83,208,88,152,2,0,66,139,4,228,129,69,3,0,66,139,203,129,252,92,3,0,67,171,106,165,209,238,1,0,67,203,96,80,61,27,4,0,68,75,24,81,109,210,2,0,69,11,192,226,176,184,2,0,71,139,92,130,79,159,3,0,72,11,10,245,153,229,1,0,72,203,130,132,244,71,2,0,72,139,153,47,192,72,3,0,73,235,174,75,31,208,3,0,74,75,86,213,183,225,2,0,74,11,235,22,252,227,2,0,74,107,160,33,0,42,4,0,76,235,50,31,198,114,2,0,76,139,241,54,72,189,2,0,77,107,97,134,62,132,1,0,78,171,114,187,243,77,3,0,82,11,206,255,241,153,1,0,82,235,165,189,188,72,2,0,82,203,101,240,62,122,3,0,83,107,240,187,83,139,1,0,83,139,50,30,208,239,2,0,83,171,18,100,178,13,3,0,84,107,71,130,26,206,2,0,84,139,106,94,78,88,3,0,86,11,76,41,97,156,3,0,88,139,163,150,132,16,2,0,88,43,160,154,121,220,2,0,89,203,48,150,21,15,2,0,91,75,195,39,188,27,4,0,94,11,238,216,94,226,1,0,95,75,117,217,163,146,3,0,96,203,210,227,99,143,2,0,96,11,85,211,255,184,3,0,97,235,217,19,81,98,3,0,97,171,70,237,169,163,3,0,97,203,177,206,218,61,4,0,98,107,143,239,48,226,1,0,99,171,53,169,222,189,3,0,99,43,150,11,79,62,4,0,100,107,6,38,234,133,1,0,101,139,10,155,47,63,2,0,102,107,151,23,78,26,2,0,104,171,206,242,145,193,2,0,105,75,12,192,166,180,3,0,107,235,204,21,203,206,3,0,109,75,218,60,202,60,3,0,109,235,66,52,147,8,4,0,111,75,91,95,203,63,4,0,112,43,151,228,206,217,1,0,112,107,23,192,9,52,2,0,112,171,222,145,157,117,2,0,116,75,253,83,87,159,2,0,116,11,146,137,224,231,3,0,117,75,116,246,107,159,1,0,118,171,138,83,166,140,3,0,119,235,73,9,149,30,2,0,119,203,240,90,122,169,3,0,120,107,205,55,123,154,1,0,121,75,135,144,172,49,3,0,123,75,156,200,125,121,2,0,126,139,221,142,19,228,2,0,126,75,41,125,146,85,3,0,127,75,142,151,175,168,1,0,128,107,193,48,196,222,1,0,128,203,224,253,204,116,2,0,129,75,205,184,166,171,2,0,130,11,239,120,170,154,3,0,132,235,22,28,177,3,3,0,134,203,35,19,76,207,2,0,134,107,156,242,26,60,3,0,136,139,125,105,25,6,3,0,136,43,250,145,130,97,3,0,139,203,130,171,115,242,1,0,141,139,49,8,235,98,3,0,144,11,227,107,101,222,1,0,145,107,204,235,248,23,2,0,145,11,148,148,194,60,4,0,146,235,186,37,96,181,3,0,148,43,136,240,75,121,3,0,148,139,64,64,8,59,4,0,150,43,195,80,106,145,1,0,152,107,51,219,92,23,3,0,152,203,44,135,67,180,3,0,155,203,31,217,139,227,2,0,159,75,52,16,148,24,2,0,160,11,19,64,102,248,3,0,161,235,194,79,116,36,3,0,162,139,29,95,67,72,2,0,162,75,91,76,109,212,2,0,162,139,11,58,188,82,3,0,163,107,183,186,96,146,2,0,164,235,126,122,106,13,2,0,164,107,184,68,147,25,3,0,166,11,121,164,192,179,3,0,167,203,163,175,109,252,2,0,168,139,66,173,16,204,2,0,169,203,64,224,5,220,1,0,169,107,5,115,108,212,3,0,170,11,199,78,131,185,2,0,170,43,57,43,238,246,2,0,170,43,50,12,224,36,3,0,171,203,150,34,78,45,4,0,173,107,32,42,103,179,2,0,173,107,13,25,176,220,3,0,173,107,48,203,191,39,4,0,176,43,222,11,127,171,1,0,176,171,48,23,135,40,4,0,177,11,23,171,208,246,1,0,177,203,123,224,34,236,3,0,177,11,74,226,122,3,4,0,178,11,62,248,13,207,2,0,179,203,180,232,132,16,4,0,182,75,35,224,58,157,1,0,183,11,144,8,96,99,3,0,187,203,188,198,198,83,3,0,188,235,63,45,237,195,1,0,188,75,178,138,75,3,2,0,189,11,22,254,111,237,3,0,191,171,133,246,157,214,1,0,192,43,83,252,161,49,2,0,193,139,148,85,17,185,3,0,194,107,36,108,93,217,1,0,195,139,105,161,29,151,1,0,196,107,163,28,81,165,1,0,196,235,55,144,81,203,3,0,199,235,145,84,127,92,2,0,201,107,14,116,166,130,1,0,201,107,54,206,255,129,2,0,204,171,46,222,100,123,3,0,204,43,66,247,81,13,4,0,205,11,99,202,230,95,2,0,205,107,132,185,29,35,4,0,206,43,61,95,77,55,2,0,207,75,225,97,89,44,3,0,208,203,39,64,152,47,2,0,208,235,92,74,1,209,2,0,208,107,100,162,252,238,3,0,209,203,163,97,1,143,1,0,210,235,7,21,22,175,2,0,210,11,67,36,14,250,2,0,212,139,40,75,175,29,2,0,212,203,190,22,46,147,2,0,214,171,18,251,135,31,2,0,214,203,235,29,200,63,3,0,214,11,44,15,164,16,4,0,214,235,196,215,82,57,4,0,215,11,247,90,161,145,1,0,215,139,40,75,194,29,2,0,215,107,90,252,252,68,4,0,216,107,65,43,104,120,2,0,219,235,237,110,108,116,2,0,225,75,91,132,227,130,2,0,228,235,202,121,183,167,1,0,228,235,59,68,76,13,2,0,229,171,151,250,219,35,2,0,230,11,81,171,181,209,2,0,230,203,182,171,25,250,3,0,231,235,205,31,44,12,2,0,232,107,78,35,155,169,1,0,233,11,119,177,148,131,2,0,233,43,103,25,225,15,4,0,234,203,198,157,250,218,2,0,235,171,150,230,104,168,2,0,236,75,183,18,151,61,3,0,236,235,79,48,106,166,3,0,238,75,160,54,207,189,2,0,240,11,18,94,130,231,2,0,243,107,238,17,26,225,2,0,244,171,188,220,79,169,1,0,246,235,80,42,215,202,1,0,246,11,234,220,139,234,1,0,246,43,50,12,108,37,3,0,248,171,184,224,29,38,2,0,249,235,238,17,253,153,2,0,250,235,3,66,5,182,1,0,251,235,125,145,18,180,1,0,251,11,183,94,139,88,3,0,252,139,137,184,130,206,2,0,255,203,68,127,91,184,1,0,255,107,235,69,29,68,3,0,255,107,101,44,207,42,4,0,0,140,251,171,43,249,2,0,2,76,157,85,183,154,1,0,2,76,177,45,44,47,2,0,4,236,229,36,55,117,3,0,5,12,197,188,252,255,1,0,6,236,233,47,15,83,3,0,7,108,131,73,45,253,2,0,9,44,46,122,136,237,3,0,11,108,55,207,43,37,4,0,12,76,67,220,252,237,1,0,12,76,210,15,70,103,2,0,14,76,229,61,0,3,3,0,15,76,70,198,220,71,4,0,17,172,77,233,231,60,4,0,18,108,153,223,16,136,2,0,18,44,124,184,32,215,2,0,18,204,11,124,252,33,4,0,18,76,246,141,169,35,4,0,21,44,240,155,246,54,3,0,23,44,179,140,62,66,2,0,28,204,117,23,228,1,4,0,30,204,215,5,230,20,3,0,30,140,93,128,59,111,3,0,30,12,35,145,185,176,3,0,33,44,156,200,21,165,1,0,34,236,29,110,48,188,2,0,36,172,48,248,225,153,1,0,40,12,188,77,173,183,1,0,40,140,15,248,148,60,2,0,40,12,85,249,218,74,3,0,41,44,164,73,64,234,3,0,45,44,212,113,85,37,3,0,48,140,178,220,204,37,2,0,49,204,134,122,209,39,4,0,50,76,175,69,209,194,1,0,50,172,188,155,150,31,3,0,50,172,213,15,174,83,3,0,52,172,167,150,14,113,3,0,54,76,197,229,198,62,3,0,56,204,13,207,202,103,2,0,56,236,152,223,68,172,2,0,57,108,66,234,106,147,1,0,57,76,86,119,7,206,2,0,59,140,215,189,240,64,2,0,59,76,15,192,106,100,2,0,60,172,76,81,104,82,2,0,62,236,34,182,234,138,1,0,62,172,195,54,203,225,3,0,67,172,156,219,205,99,2,0,68,172,149,208,142,68,4,0,69,12,86,173,192,136,1,0,71,204,144,181,37,121,2,0,71,140,217,151,37,187,3,0,73,12,138,27,209,230,1,0,73,172,140,247,94,206,2,0,73,108,160,121,170,178,3,0,74,236,239,30,220,113,2,0,74,108,210,132,236,18,4,0,75,108,230,163,29,33,4,0,78,76,166,81,134,192,2,0,78,204,26,127,16,12,4,0,81,76,214,110,137,32,4,0,83,204,72,167,92,220,1,0,83,236,161,115,225,116,2,0,84,140,100,221,243,5,4,0,86,204,137,128,77,209,3,0,88,236,55,170,187,11,2,0,90,76,187,2,13,162,3,0,91,76,113,61,218,141,1,0,91,140,107,63,66,10,2,0,93,44,205,223,237,147,3,0,93,76,130,175,164,7,4,0,94,204,39,81,202,154,2,0,97,108,230,181,144,61,4,0,98,108,211,157,45,122,3,0,99,108,224,143,195,197,1,0,99,236,39,54,216,98,2,0,99,76,32,167,255,116,2,0,99,236,106,106,145,42,3,0,99,44,218,228,130,152,3,0,100,44,254,134,143,69,2,0,100,76,3,123,103,199,2,0,100,44,46,87,45,24,3,0,101,236,128,147,138,1,2,0,105,108,60,231,123,232,1,0,105,140,92,38,165,76,4,0,106,76,124,184,157,220,2,0,106,140,1,14,46,241,3,0,107,172,100,87,103,51,2,0,113,140,89,165,3,166,1,0,115,172,216,59,78,247,1,0,116,76,91,214,16,188,1,0,116,44,37,195,150,87,3,0,116,76,67,249,133,108,3,0,117,76,74,80,39,137,1,0,117,108,37,1,222,59,4,0,118,44,145,94,215,152,3,0,123,108,156,141,169,182,2,0,123,236,68,147,165,211,2,0,125,172,81,31,229,47,3,0,126,76,171,31,253,131,1,0,126,204,82,203,124,29,2,0,126,140,152,242,221,240,2,0,127,76,165,151,138,226,2,0,127,204,10,20,17,251,2,0,128,204,179,252,142,246,2,0,128,172,66,12,112,48,3,0,131,236,195,241,16,22,2,0,133,140,88,229,197,151,2,0,133,204,139,20,241,226,2,0,133,12,152,137,212,153,3,0,134,140,182,134,89,47,3,0,135,12,232,27,135,235,1,0,135,172,32,246,89,237,2,0,135,172,31,4,220,207,3,0,136,44,150,238,101,213,1,0,137,108,91,232,10,90,3,0,138,172,211,133,234,229,2,0,139,108,210,78,111,53,4,0,140,76,42,43,39,214,1,0,140,12,59,184,254,199,2,0,140,204,139,20,28,202,2,0,140,204,139,20,47,202,2,0,140,204,139,20,65,202,2,0,140,204,139,20,95,202,2,0,140,204,139,20,114,202,2,0,140,204,139,20,133,202,2,0,140,204,139,20,153,202,2,0,140,204,139,20,170,202,2,0,140,204,139,20,189,202,2,0,140,204,139,20,206,202,2,0,140,204,139,20,226,202,2,0,140,204,139,20,247,202,2,0,140,204,139,20,8,203,2,0,140,204,139,20,33,203,2,0,140,204,139,20,56,203,2,0,140,204,139,20,72,203,2,0,140,204,139,20,109,203,2,0,140,204,139,20,130,203,2,0,140,204,139,20,152,203,2,0,140,204,139,20,174,203,2,0,140,204,139,20,198,203,2,0,140,204,139,20,50,211,2,0,140,204,139,20,89,211,2,0,141,44,31,28,21,34,2,0,144,44,248,141,215,164,1,0,146,204,229,96,0,11,4,0,147,140,97,219,47,243,1,0,148,44,232,18,162,36,2,0,148,172,228,135,93,235,3,0,149,108,85,94,119,129,2,0,149,172,74,162,101,14,3,0,149,140,245,63,220,177,3,0,152,236,216,58,105,124,3,0,153,172,140,155,25,198,2,0,153,12,166,45,78,230,3,0,154,12,70,166,142,56,4,0,155,204,139,20,113,164,2,0,155,236,224,206,85,182,2,0,160,236,43,209,149,78,3,0,160,108,196,98,163,18,4,0,161,108,30,149,208,254,2,0,164,12,179,126,56,235,2,0,166,76,167,178,219,83,2,0,166,12,245,218,191,5,4,0,166,172,24,111,100,19,4,0,166,12,57,237,183,75,4,0,168,172,195,78,52,195,1,0,169,12,33,51,57,113,3,0,170,172,162,137,76,27,2,0,171,108,46,179,41,204,1,0,172,236,185,68,145,6,3,0,173,204,189,204,70,52,2,0,173,140,106,35,208,55,3,0,174,76,35,235,58,234,2,0,175,204,139,20,104,128,2,0,175,172,13,234,48,186,2,0,178,108,101,119,150,205,2,0,179,172,184,84,82,170,1,0,180,204,139,20,146,122,2,0,182,172,171,226,44,211,3,0,184,108,52,46,244,7,2,0,184,172,216,66,210,122,2,0,185,140,70,226,167,232,2,0,186,108,85,94,139,129,2,0,189,12,47,207,168,13,4,0,190,12,153,55,70,233,3,0,191,140,181,57,38,235,2,0,191,108,18,222,176,214,3,0,192,140,54,60,49,117,2,0,193,108,128,25,220,211,1,0,194,12,59,184,34,200,2,0,194,44,247,178,24,9,4,0,197,76,156,241,147,128,2,0,197,172,242,169,48,215,2,0,199,236,93,245,80,220,2,0,200,172,44,129,166,79,2,0,201,76,78,156,198,134,2,0,201,76,7,35,180,244,2,0,202,236,7,55,204,167,1,0,202,204,139,20,118,109,2,0,203,108,46,122,116,66,2,0,206,204,200,32,228,235,2,0,207,236,114,58,239,162,2,0,208,76,34,15,19,143,1,0,208,76,164,201,35,187,2,0,210,236,5,39,174,139,1,0,210,204,233,90,229,244,2,0,211,204,195,166,157,116,2,0,211,236,41,63,92,33,3,0,212,172,208,207,110,165,2,0,213,236,65,115,130,180,1,0,215,44,242,11,255,187,1,0,216,140,27,20,115,72,2,0,217,140,223,137,24,0,2,0,217,44,27,195,249,246,3,0,221,12,190,228,71,131,1,0,221,12,123,168,27,222,2,0,221,204,251,94,5,95,3,0,223,12,203,239,173,133,3,0,223,44,142,141,154,205,3,0,223,172,196,37,121,211,3,0,225,236,55,225,131,76,3,0,226,108,230,81,219,67,3,0,226,236,183,60,183,68,3,0,228,172,89,194,106,191,1,0,228,140,71,64,152,41,2,0,229,76,137,56,131,238,3,0,230,236,62,96,159,159,1,0,230,108,57,133,41,156,3,0,231,76,6,121,41,138,1,0,232,204,133,119,138,40,2,0,233,204,139,20,253,226,2,0,233,236,11,189,45,140,3,0,234,76,224,252,82,238,2,0,236,12,166,97,3,24,2,0,236,76,151,160,18,187,2,0,241,140,157,255,14,150,3,0,241,44,38,119,188,42,4,0,241,12,241,126,228,58,4,0,243,108,180,193,134,150,3,0,244,108,229,135,229,194,1,0,244,108,89,28,61,145,3,0,245,204,145,59,20,47,4,0,246,236,65,146,13,241,3,0,247,172,178,80,148,245,3,0,248,204,208,241,18,231,2,0,249,12,205,17,183,34,2,0,249,44,96,158,239,190,2,0,250,108,246,194,9,228,1,0,252,172,175,25,128,32,3,0,3,77,168,141,99,152,3,0,4,45,61,61,210,93,3,0,6,13,72,177,128,89,2,0,6,141,240,199,52,174,2,0,7,45,247,42,84,35,2,0,7,13,54,81,159,125,2,0,9,77,55,61,201,253,1,0,9,45,252,232,165,61,4,0,10,173,185,147,92,17,2,0,11,45,40,166,85,130,1,0,11,13,54,81,128,125,2,0,11,109,116,207,120,57,4,0,12,141,214,121,0,139,1,0,16,205,73,157,65,58,4,0,18,205,252,92,251,56,2,0,18,45,47,151,60,181,2,0,19,173,111,149,133,66,3,0,20,141,110,229,33,22,3,0,22,173,87,7,161,230,2,0,22,77,222,0,30,94,3,0,22,109,142,150,4,33,4,0,23,45,23,192,133,53,2,0,23,45,25,192,6,59,2,0,23,109,126,204,221,141,2,0,24,77,234,247,104,7,2,0,25,13,88,181,195,141,3,0,26,205,153,44,167,146,2,0,27,45,166,125,74,187,3,0,27,173,121,241,166,239,3,0,30,13,80,180,252,137,2,0,30,141,238,169,57,216,2,0,31,77,244,144,20,4,3,0,31,141,215,246,206,34,4,0,31,237,158,216,143,66,4,0,32,237,171,252,38,112,2,0,33,237,134,241,64,245,3,0,34,109,112,151,57,239,2,0,34,205,178,154,6,16,3,0,36,237,32,205,215,137,3,0,37,141,175,7,96,157,1,0,39,13,72,106,20,130,3,0,41,13,184,81,23,154,3,0,41,173,226,231,88,25,4,0,46,173,145,36,151,250,1,0,47,13,14,97,137,30,4,0,48,45,48,153,65,48,4,0,50,237,193,180,10,208,2,0,54,205,224,53,128,53,3,0,54,45,217,169,74,54,3,0,58,205,201,239,164,166,1,0,58,45,102,199,175,234,3,0,63,237,82,157,29,244,2,0,64,45,242,38,224,132,2,0,64,237,113,58,150,163,2,0,65,141,228,116,219,37,3,0,65,109,136,74,105,98,3,0,67,141,54,67,248,147,1,0,67,173,97,53,108,77,3,0,68,77,5,25,225,26,2,0,68,13,235,160,212,147,3,0,70,45,125,129,112,236,3,0,71,77,124,52,75,107,3,0,73,45,135,251,165,195,2,0,74,77,215,230,191,229,2,0,76,109,204,235,102,227,2,0,78,45,83,208,110,152,2,0,79,141,70,150,252,79,3,0,80,109,200,125,186,166,3,0,81,141,240,210,176,232,1,0,83,109,25,125,1,129,1,0,83,109,204,235,92,24,2,0,83,109,204,235,110,24,2,0,83,109,204,235,155,106,2,0,83,109,204,235,172,106,2,0,83,109,204,235,190,106,2,0,83,109,204,235,216,106,2,0,83,109,204,235,234,106,2,0,83,109,204,235,254,106,2,0,83,109,204,235,34,107,2,0,83,109,204,235,61,107,2,0,83,109,204,235,81,107,2,0,83,109,204,235,107,107,2,0,83,109,204,235,132,107,2,0,83,109,204,235,150,107,2,0,83,109,204,235,167,107,2,0,83,109,204,235,191,107,2,0,83,109,204,235,210,107,2,0,83,109,204,235,232,107,2,0,83,109,204,235,253,107,2,0,83,109,204,235,26,108,2,0,83,109,204,235,47,108,2,0,83,109,204,235,73,108,2,0,83,109,204,235,89,108,2,0,83,109,204,235,108,108,2,0,83,109,204,235,128,108,2,0,83,109,204,235,159,108,2,0,83,109,204,235,177,108,2,0,83,109,204,235,197,108,2,0,83,109,204,235,214,108,2,0,83,109,204,235,232,108,2,0,83,109,204,235,247,108,2,0,83,109,204,235,11,109,2,0,83,109,204,235,30,109,2,0,83,109,204,235,49,109,2,0,83,109,204,235,67,109,2,0,83,109,204,235,30,136,2,0,83,109,204,235,59,136,2,0,83,109,204,235,90,136,2,0,83,109,204,235,114,136,2,0,83,109,204,235,146,136,2,0,83,109,204,235,186,136,2,0,83,109,204,235,224,136,2,0,83,13,142,184,107,43,3,0,83,237,207,98,43,106,3,0,84,205,237,219,29,246,1,0,84,45,36,211,166,233,2,0,85,77,255,146,143,27,3,0,85,205,55,85,75,73,3,0,86,237,22,254,19,157,2,0,87,141,12,250,25,28,3,0,89,13,190,205,217,146,2,0,89,173,214,228,42,92,3,0,90,45,201,115,69,21,4,0,91,77,239,44,131,231,3,0,92,237,17,246,114,173,1,0,93,45,131,66,50,158,1,0,93,237,164,186,179,2,4,0,96,237,216,107,176,114,2,0,97,173,156,177,127,167,3,0,97,173,126,220,186,184,3,0,98,77,90,87,201,74,2,0,98,13,200,189,97,114,2,0,98,173,250,81,31,62,4,0,99,173,222,189,38,216,2,0,99,13,235,0,44,59,4,0,102,173,177,174,78,90,2,0,103,141,253,45,15,132,1,0,104,109,94,153,22,219,3,0,105,173,147,182,217,183,3,0,108,237,93,129,20,178,1,0,108,205,222,154,46,206,2,0,109,109,61,135,243,168,1,0,109,13,160,189,202,61,3,0,110,237,52,102,27,110,3,0,111,141,232,219,42,32,4,0,112,205,51,63,189,39,2,0,112,77,175,86,168,42,3,0,113,13,124,39,66,236,2,0,115,205,107,42,153,208,3,0,118,109,36,255,51,172,1,0,118,77,32,165,83,90,3,0,119,173,23,88,100,35,4,0,120,205,15,45,39,18,3,0,123,45,61,18,98,207,2,0,124,173,12,236,122,134,3,0,124,141,87,255,153,31,4,0,126,45,109,113,213,237,1,0,126,237,154,114,182,38,2,0,126,237,150,77,150,50,3,0,127,77,31,181,15,36,3,0,128,237,190,65,136,55,4,0,129,173,7,33,222,103,2,0,129,109,216,177,91,12,3,0,129,205,114,81,196,65,4,0,130,141,159,125,103,232,1,0,130,13,66,168,229,25,2,0,131,205,13,192,79,64,2,0,131,141,222,215,126,153,2,0,133,13,222,41,77,50,2,0,134,77,143,118,101,141,3,0,135,205,206,155,109,198,2,0,140,13,43,141,146,180,2,0,142,173,246,128,210,134,3,0,143,77,69,241,53,187,3,0,148,13,41,40,137,133,1,0,148,141,48,245,75,122,3,0,149,13,204,57,20,183,1,0,151,141,51,204,164,253,2,0,151,237,200,217,224,110,3,0,152,173,22,199,199,174,2,0,152,237,48,141,162,189,2,0,153,205,206,165,38,85,2,0,154,141,135,240,136,16,3,0,156,109,243,25,183,60,3,0,157,205,239,62,111,157,3,0,158,237,164,197,11,204,1,0,158,45,101,221,62,218,2,0,158,237,202,105,129,33,4,0,160,77,57,69,2,243,3,0,163,77,120,167,86,230,2,0,166,45,94,55,203,168,1,0,166,77,33,128,88,193,1,0,167,237,183,247,252,249,3,0,168,173,54,81,110,121,2,0,169,173,39,81,131,146,2,0,170,77,87,107,25,186,2,0,171,237,102,214,160,217,1,0,172,109,228,67,172,210,3,0,173,237,203,19,173,244,3,0,176,173,172,16,158,126,1,0,176,173,207,45,183,228,2,0,177,13,250,31,196,174,1,0,178,141,220,178,116,252,1,0,179,205,185,181,218,5,4,0,181,237,147,202,77,148,1,0,181,13,177,24,54,87,2,0,182,45,89,19,4,59,3,0,183,141,211,42,194,213,1,0,183,173,73,70,72,70,4,0,186,109,164,174,71,152,3,0,187,205,199,203,8,196,3,0,188,141,57,13,135,5,3,0,193,141,49,160,241,27,4,0,193,141,8,194,129,70,4,0,194,141,182,144,21,254,1,0,194,141,118,176,59,56,2,0,194,109,245,235,180,231,2,0,194,13,57,201,3,181,3,0,198,109,99,26,191,99,3,0,200,237,143,13,200,220,1,0,200,77,45,26,135,210,3,0,201,141,88,142,240,180,2,0,203,173,173,126,59,59,3,0,203,45,6,161,228,143,3,0,206,13,226,109,188,77,3,0,207,141,189,5,38,122,2,0,210,109,130,232,44,36,4,0,212,109,134,6,146,230,1,0,214,77,250,8,68,187,1,0,214,141,183,55,101,19,2,0,215,237,203,109,134,157,3,0,216,141,247,155,218,195,1,0,221,45,135,230,0,190,3,0,223,173,217,9,124,253,3,0,224,45,69,169,160,149,1,0,226,109,38,56,136,241,2,0,226,237,252,28,136,154,3,0,227,237,90,207,1,77,2,0,229,109,58,169,19,76,4,0,230,13,223,152,122,88,2,0,230,45,1,82,0,151,3,0,230,205,168,48,153,223,3,0,230,13,203,81,39,77,4,0,231,45,166,126,143,5,2,0,231,237,224,145,103,251,3,0,233,13,236,37,237,160,2,0,233,141,98,177,210,238,3,0,236,109,110,85,104,11,4,0,237,45,232,80,73,238,3,0,238,13,202,190,103,185,2,0,239,45,24,192,186,191,1,0,240,205,195,193,113,206,1,0,240,45,236,231,102,14,4,0,241,173,224,193,249,94,2,0,241,141,207,115,172,120,2,0,242,205,9,216,136,72,2,0,243,13,75,176,244,147,2,0,243,45,129,30,93,139,3,0,244,205,198,213,225,151,1,0,244,77,230,165,132,208,2,0,245,13,175,188,129,0,3,0,248,141,253,103,55,23,3,0,248,45,155,47,114,215,3,0,249,237,73,168,236,68,4,0,252,237,218,63,122,175,3,0,253,173,247,143,54,104,3,0,0,14,236,112,199,125,3,0,1,206,76,81,90,57,2,0,2,78,255,180,245,35,2,0,4,46,156,154,212,47,2,0,4,238,6,122,204,102,3,0,5,78,176,175,113,182,3,0,7,78,183,193,92,201,1,0,7,174,159,200,163,152,3,0,8,142,175,183,47,97,3,0,9,206,106,26,211,89,2,0,9,174,48,121,74,118,3,0,10,142,212,188,164,135,2,0,10,110,159,178,140,3,4,0,11,14,225,223,169,205,2,0,12,46,10,118,7,151,1,0,12,206,67,221,126,47,2,0,13,46,150,217,251,39,4,0,15,78,198,21,102,233,1,0,16,14,194,166,120,247,2,0,16,206,223,107,230,162,3,0,18,14,178,239,129,113,3,0,19,78,11,143,62,101,2,0,19,174,141,210,186,18,3,0,19,174,141,210,218,18,3,0,19,174,141,210,243,18,3,0,23,46,183,130,63,53,3,0,25,142,75,105,80,224,2,0,26,238,41,54,80,132,3,0,27,142,45,216,77,185,1,0,28,110,154,147,143,132,3,0,29,174,96,79,4,252,1,0,29,14,110,138,103,243,3,0,30,142,240,47,225,144,1,0,30,142,186,134,95,253,1,0,30,110,119,171,132,117,2,0,30,46,124,184,102,215,2,0,32,78,116,196,172,45,3,0,33,46,232,125,252,203,1,0,33,238,129,61,19,232,2,0,35,206,45,216,63,152,2,0,36,142,15,248,76,60,2,0,36,238,222,191,83,59,3,0,38,238,17,188,49,128,2,0,40,206,244,64,231,223,1,0,40,142,26,125,187,62,4,0,42,14,59,38,61,235,1,0,43,238,102,44,63,115,2,0,44,238,113,101,154,127,1,0,44,142,155,196,57,177,1,0,44,110,242,38,243,215,1,0,44,14,217,47,172,121,2,0,45,238,139,99,31,72,3,0,46,206,32,187,39,199,1,0,46,78,158,154,35,45,2,0,46,78,178,214,85,48,4,0,47,78,55,178,171,253,3,0,47,142,207,214,93,45,4,0,49,238,19,110,41,150,3,0,50,206,153,99,149,81,3,0,51,46,183,138,69,162,2,0,52,238,191,80,36,101,2,0,53,78,236,5,82,127,1,0,53,110,74,117,101,183,1,0,55,142,45,77,25,46,2,0,55,46,252,3,44,240,2,0,55,110,42,2,183,180,3,0,58,238,12,69,1,232,1,0,58,14,72,56,27,37,3,0,60,78,157,183,45,152,2,0,61,238,185,205,181,179,1,0,61,46,253,191,77,246,1,0,62,78,55,222,253,62,3,0,62,14,25,68,124,149,3,0,64,46,18,165,182,28,2,0,67,110,96,100,147,181,3,0,67,174,124,47,102,12,4,0,68,174,216,66,244,122,2,0,68,238,178,37,124,239,2,0,69,110,21,225,236,108,3,0,72,238,45,32,187,170,1,0,72,14,241,150,2,34,3,0,73,206,123,64,108,83,3,0,76,142,177,22,55,19,3,0,78,14,226,110,114,62,2,0,78,142,145,148,211,126,2,0,78,46,230,110,183,233,2,0,78,238,15,82,56,39,4,0,79,110,121,176,37,90,3,0,83,78,225,46,52,67,2,0,83,174,216,66,227,122,2,0,84,110,191,120,119,15,4,0,85,110,139,14,219,24,2,0,86,174,144,78,68,180,1,0,86,206,244,65,192,217,2,0,86,110,43,175,86,245,2,0,87,46,44,110,24,203,3,0,88,78,34,126,83,150,1,0,88,78,82,185,146,233,1,0,93,110,192,156,225,32,3,0,95,206,107,146,140,252,1,0,95,238,177,255,58,20,2,0,97,110,241,23,100,3,3,0,98,174,123,237,70,12,3,0,98,78,82,136,1,49,3,0,98,238,82,181,50,203,3,0,98,46,63,228,118,23,4,0,100,110,186,171,37,210,2,0,101,14,96,16,200,42,3,0,102,142,138,83,198,156,2,0,102,206,21,17,211,16,4,0,105,206,121,69,177,81,3,0,111,174,76,81,106,74,2,0,112,78,39,72,22,230,1,0,112,110,161,154,110,46,2,0,112,46,103,84,57,191,2,0,112,174,107,43,197,248,3,0,113,174,5,24,24,88,2,0,115,46,183,94,72,92,3,0,115,46,72,212,121,61,4,0,118,46,178,148,91,81,2,0,118,206,150,222,19,239,2,0,120,14,208,53,89,110,2,0,120,78,53,21,25,169,2,0,123,238,176,248,248,24,3,0,123,46,221,117,101,38,3,0,124,206,233,204,7,9,2,0,126,174,76,81,73,74,2,0,126,206,19,186,94,165,2,0,129,206,4,28,141,254,1,0,130,206,22,197,127,223,3,0,131,78,31,188,186,36,2,0,132,142,244,134,214,54,3,0,132,78,63,32,18,205,3,0,133,206,205,249,117,77,2,0,134,238,131,108,160,65,3,0,136,142,32,195,137,10,3,0,137,78,62,121,193,150,1,0,137,14,31,109,39,184,1,0,137,78,10,169,158,122,2,0,138,14,134,184,27,224,2,0,139,78,90,185,242,59,2,0,140,46,161,189,97,20,2,0,141,238,206,167,28,40,2,0,143,78,37,232,22,58,3,0,144,206,23,242,228,186,2,0,144,110,94,153,43,219,3,0,146,78,130,130,105,8,2,0,147,142,251,255,202,180,3,0,149,14,140,251,184,197,3,0,151,206,138,41,230,174,1,0,152,110,87,191,73,60,4,0,153,46,151,71,24,140,3,0,157,14,155,130,198,7,3,0,158,206,47,81,108,133,2,0,160,14,127,114,217,59,3,0,162,110,184,187,42,66,4,0,163,238,245,178,63,0,2,0,163,46,104,1,26,18,2,0,163,78,196,169,83,58,2,0,164,110,149,144,53,163,2,0,164,142,210,199,255,242,2,0,164,78,249,74,48,63,3,0,164,174,74,11,192,198,3,0,164,78,228,249,171,236,3,0,165,142,120,141,232,68,3,0,166,206,190,46,229,142,3,0,167,142,158,94,47,75,3,0,167,142,204,86,219,112,3,0,167,78,122,89,209,136,3,0,170,174,240,32,100,140,2,0,171,78,92,240,242,92,2,0,171,110,181,229,78,138,2,0,171,46,6,104,13,170,3,0,172,142,34,208,21,184,3,0,172,110,74,169,141,241,3,0,173,142,159,221,165,131,1,0,173,78,75,168,254,76,3,0,173,174,155,172,44,4,4,0,174,78,55,186,200,158,2,0,174,142,10,10,66,252,3,0,175,110,152,51,170,224,3,0,175,206,95,36,212,232,3,0,175,238,105,224,188,26,4,0,176,174,1,96,223,247,1,0,176,14,210,67,74,119,2,0,176,206,14,176,156,119,3,0,176,14,251,211,173,40,4,0,177,110,131,57,246,197,1,0,178,14,192,146,52,46,4,0,178,142,119,19,48,65,4,0,181,78,193,79,147,231,1,0,181,206,24,192,215,53,2,0,183,46,175,246,204,22,2,0,183,78,126,151,171,69,3,0,184,78,117,196,2,56,2,0,185,142,28,100,219,132,3,0,187,142,10,99,73,79,3,0,188,78,30,253,132,152,2,0,189,142,218,152,24,253,2,0,190,238,141,197,11,254,3,0,191,206,51,111,170,148,3,0,191,14,173,205,180,150,3,0,192,174,208,175,175,247,2,0,194,110,35,155,80,40,2,0,194,110,196,61,13,104,3,0,196,174,170,126,138,127,3,0,197,142,187,167,0,132,3,0,201,174,51,149,209,56,2,0,201,238,122,174,156,56,3,0,202,78,171,248,2,30,2,0,202,46,34,68,200,203,3,0,203,238,19,41,70,161,1,0,203,46,198,74,133,214,1,0,206,206,187,125,134,46,2,0,206,206,98,112,218,115,2,0,206,14,7,139,56,116,3,0,207,174,34,168,13,191,2,0,208,78,202,8,232,42,3,0,209,238,141,93,64,57,3,0,210,110,195,180,252,68,3,0,211,14,154,59,231,2,4,0,213,174,161,61,193,246,1,0,214,78,172,200,198,123,3,0,215,142,220,189,111,229,1,0,215,206,5,66,36,124,2,0,215,110,54,38,151,117,3,0,216,142,76,254,71,134,3,0,219,174,104,0,110,38,4,0,220,14,73,50,79,80,3,0,221,206,171,43,166,43,3,0,221,78,33,68,208,234,3,0,222,110,40,75,216,6,2,0,222,174,240,157,28,176,2,0,222,14,189,31,142,115,3,0,223,174,1,191,226,177,1,0,223,142,37,111,61,201,1,0,223,110,43,248,18,232,1,0,223,174,23,156,163,75,2,0,227,110,30,100,201,45,3,0,228,14,21,192,161,83,2,0,228,238,245,160,67,204,3,0,228,14,241,93,155,15,4,0,230,174,18,11,237,152,2,0,232,174,182,118,143,37,3,0,232,174,124,15,111,20,4,0,233,238,103,254,147,50,4,0,237,46,68,104,146,0,3,0,237,14,49,34,207,27,4,0,241,206,141,97,113,186,1,0,241,142,9,171,72,247,3,0,242,78,90,205,76,104,2,0,246,174,12,50,12,19,4,0,247,174,224,81,0,102,2,0,249,206,190,147,87,218,1,0,250,238,187,171,42,171,3,0,250,238,187,171,85,171,3,0,251,142,60,228,172,17,2,0,252,238,93,188,75,118,2,0,255,14,209,76,42,179,1,0,255,206,218,25,192,182,2,0,255,14,17,47,176,192,3,0,0,79,26,20,36,211,1,0,0,15,56,128,8,174,2,0,0,175,46,194,219,227,2,0,3,175,232,210,147,227,1,0,4,143,123,134,218,201,1,0,5,143,179,53,202,204,2,0,5,111,18,242,77,30,4,0,7,47,179,81,224,149,1,0,7,207,93,82,222,2,2,0,10,143,75,129,19,138,3,0,11,175,164,149,89,190,1,0,12,111,163,173,111,154,3,0,15,239,225,59,246,166,1,0,16,239,121,84,148,182,2,0,16,207,252,75,167,26,3,0,16,15,54,18,198,50,3,0,18,47,171,72,193,149,2,0,18,111,193,62,156,138,3,0,18,175,231,12,235,146,3,0,20,15,252,250,28,120,3,0,21,239,191,36,99,1,2,0,22,79,192,6,149,125,3,0,23,111,61,117,222,251,1,0,23,47,12,197,29,215,3,0,24,239,26,96,194,92,2,0,24,175,95,12,143,9,4,0,24,239,88,239,249,66,4,0,26,79,24,126,94,197,1,0,26,239,236,91,123,202,1,0,27,207,230,13,99,53,3,0,29,111,96,157,34,209,1,0,29,79,147,115,210,233,1,0,30,143,45,13,247,1,2,0,30,15,92,69,91,100,3,0,33,143,150,147,137,155,1,0,33,79,86,237,9,54,3,0,33,111,54,123,138,182,3,0,33,239,223,235,198,194,3,0,35,15,133,40,211,193,3,0,35,47,157,31,173,52,4,0,39,15,73,27,27,77,2,0,40,15,180,113,228,82,2,0,40,239,218,166,203,197,3,0,41,111,191,2,6,175,3,0,41,175,140,78,27,254,3,0,44,207,5,89,31,247,1,0,44,79,169,92,230,129,2,0,45,15,142,65,66,41,2,0,49,111,18,163,93,197,2,0,51,111,246,195,24,97,3,0,52,47,239,182,43,61,2,0,52,239,98,205,6,28,4,0,55,111,147,97,54,227,1,0,56,79,180,228,61,24,4,0,57,79,210,8,225,153,2,0,58,15,139,66,156,135,1,0,60,143,168,99,85,71,3,0,60,47,87,144,199,81,3,0,61,79,38,122,223,208,3,0,62,47,142,137,53,166,1,0,62,79,155,72,39,112,3,0,65,47,72,12,251,39,3,0,66,15,240,190,49,209,1,0,66,15,129,118,197,244,1,0,67,111,56,201,192,221,1,0,68,47,41,177,221,200,1,0,68,207,159,76,22,128,2,0,69,239,253,55,212,241,3,0,72,143,189,71,33,234,3,0,73,15,32,237,138,213,1,0,73,175,245,250,196,167,3,0,75,143,97,140,59,213,2,0,76,47,172,64,146,180,3,0,76,47,33,178,201,183,3,0,79,175,188,133,96,201,2,0,80,175,66,51,134,125,3,0,81,79,120,20,160,16,3,0,84,79,174,196,179,196,2,0,84,111,78,96,255,84,3,0,85,239,49,108,57,220,3,0,86,143,189,92,201,25,4,0,87,15,98,75,65,222,3,0,88,111,9,122,15,167,2,0,89,239,26,156,128,90,3,0,89,79,70,23,248,116,3,0,90,47,238,255,126,187,1,0,90,79,74,193,170,99,2,0,90,175,1,132,247,30,3,0,91,239,164,32,143,162,3,0,93,15,95,169,232,221,2,0,95,239,102,227,67,184,3,0,95,207,250,157,237,66,4,0,96,47,213,187,1,237,2,0,98,207,22,218,65,198,2,0,99,207,30,73,184,162,1,0,100,47,224,213,109,36,2,0,104,175,166,197,167,197,1,0,104,79,61,89,117,45,2,0,105,111,198,216,27,243,2,0,108,175,3,221,32,103,2,0,109,143,81,219,211,155,2,0,109,175,150,37,82,78,3,0,111,239,111,165,34,188,1,0,111,15,157,143,138,113,2,0,111,143,37,185,93,83,3,0,112,79,142,205,38,54,4,0,113,175,241,95,240,197,3,0,114,207,69,154,154,4,3,0,114,47,43,72,255,206,3,0,117,79,55,201,127,18,3,0,118,15,109,235,187,148,1,0,120,175,210,221,93,250,3,0,121,79,101,162,153,176,1,0,122,79,31,106,218,178,2,0,122,239,104,139,229,224,3,0,123,111,65,164,242,162,1,0,124,239,204,249,4,223,1,0,126,143,176,197,161,155,1,0,128,111,208,167,56,182,3,0,129,239,118,1,41,244,1,0,129,175,182,120,152,67,3,0,129,111,192,197,187,133,3,0,129,47,202,217,53,210,3,0,130,47,255,79,36,165,1,0,130,175,240,217,109,239,2,0,130,79,97,58,147,72,4,0,131,111,30,6,51,206,1,0,132,207,12,12,7,17,2,0,133,207,169,206,206,110,3,0,135,239,203,246,18,175,1,0,137,15,243,12,71,40,3,0,138,207,85,152,247,69,3,0,141,47,208,98,143,254,3,0,143,207,8,168,65,147,1,0,145,175,166,25,157,18,2,0,145,15,167,62,174,193,2,0,145,207,175,80,115,122,3,0,146,111,245,177,116,69,2,0,146,111,60,81,29,114,2,0,147,207,227,25,211,31,4,0,148,207,157,251,141,64,2,0,148,79,239,97,138,179,2,0,148,143,83,215,180,200,2,0,148,47,186,107,134,92,3,0,149,143,253,40,106,189,1,0,149,175,30,221,214,72,2,0,149,111,3,149,117,60,4,0,151,79,13,15,255,1,4,0,152,175,106,61,161,32,4,0,153,47,147,153,124,204,3,0,153,175,146,204,160,74,4,0,154,15,122,176,173,91,3,0,154,79,234,97,132,15,4,0,155,175,167,228,245,48,3,0,156,15,151,155,187,156,1,0,157,175,242,29,131,228,2,0,157,239,160,65,111,103,3,0,160,239,11,224,193,153,1,0,160,143,91,240,230,218,3,0,162,239,188,247,214,20,2,0,163,207,188,53,130,186,2,0,163,15,241,231,166,12,3,0,163,79,83,251,110,96,3,0,163,79,78,236,175,147,3,0,164,239,177,64,164,150,1,0,164,79,214,137,233,220,2,0,165,207,194,0,89,0,2,0,165,79,55,169,207,124,2,0,165,207,244,200,91,204,2,0,165,239,169,233,250,243,2,0,165,175,75,0,29,16,4,0,166,175,121,130,146,40,3,0,167,207,253,185,148,12,4,0,167,15,1,163,227,43,4,0,168,143,116,155,68,163,3,0,169,79,148,131,76,183,1,0,169,15,41,66,176,157,3,0,170,239,95,241,208,43,3,0,171,207,66,92,224,119,2,0,171,111,179,19,217,28,3,0,173,239,166,82,210,245,2,0,174,79,211,158,122,162,2,0,177,239,70,183,65,125,2,0,177,15,184,244,5,140,3,0,182,239,10,167,79,209,1,0,182,207,147,14,219,226,1,0,185,79,227,32,127,45,3,0,186,207,32,94,14,81,3,0,187,15,91,172,37,26,3,0,187,47,102,15,133,65,3,0,188,15,158,130,149,126,3,0,189,47,132,92,216,195,3,0,191,175,173,23,231,215,3,0,195,79,91,28,113,228,1,0,195,239,155,34,201,245,1,0,197,47,202,196,29,242,1,0,198,207,151,169,140,52,3,0,198,15,55,50,40,189,3,0,199,79,71,133,105,146,1,0,199,143,139,214,27,36,4,0,200,239,216,47,91,21,3,0,201,111,157,106,182,217,1,0,201,47,248,206,138,193,3,0,202,79,9,16,248,83,2,0,203,15,87,93,44,175,2,0,203,79,172,122,17,7,3,0,203,239,106,49,214,12,3,0,204,79,161,59,44,193,3,0,205,47,76,33,67,206,1,0,205,207,143,241,234,187,2,0,205,175,4,24,191,230,3,0,206,207,4,54,107,169,3,0,206,239,158,200,73,229,3,0,206,143,132,69,2,38,4,0,210,111,201,178,189,225,1,0,211,143,178,168,237,117,2,0,211,111,194,154,159,10,3,0,214,79,64,83,24,140,1,0,214,175,76,81,8,82,2,0,214,239,87,56,120,188,2,0,214,175,58,82,175,40,3,0,215,47,28,2,90,255,1,0,216,207,9,118,173,153,1,0,216,79,91,158,216,229,1,0,216,15,17,144,119,14,3,0,217,143,118,173,11,212,1,0,217,79,189,255,253,115,2,0,219,47,11,1,225,68,2,0,223,111,242,20,189,135,2,0,223,79,160,140,62,27,3,0,223,47,237,249,231,62,3,0,223,15,189,169,125,9,4,0,224,175,208,52,236,115,3,0,226,15,20,32,89,11,3,0,229,15,198,223,104,29,3,0,229,15,231,233,176,139,3,0,230,239,198,6,124,49,2,0,232,15,45,215,188,203,1,0,233,47,55,157,176,219,2,0,234,47,216,136,189,101,2,0,234,143,80,247,237,254,3,0,235,239,86,255,111,124,2,0,236,239,127,113,253,0,2,0,237,15,35,56,253,169,3,0,237,47,206,215,173,218,3,0,239,47,16,197,235,83,3,0,243,143,27,40,42,178,1,0,244,47,183,118,134,236,3,0,245,111,43,47,116,75,3,0,246,111,251,187,44,179,2,0,247,207,204,141,62,81,3,0,248,143,46,198,31,38,3,0,248,15,213,230,112,156,3,0,252,79,239,27,204,219,2,0,252,175,232,106,177,24,3,0,254,175,104,0,160,184,3,0,254,175,104,0,174,184,3,0,255,239,201,18,8,170,1,0,255,143,30,32,212,206,1,0,1,144,114,241,25,194,3,0,1,80,105,205,174,199,3,0,4,144,175,183,240,96,3,0,6,16,86,221,238,146,2,0,7,48,171,172,207,112,3,0,7,144,35,21,161,1,4,0,8,208,181,234,16,19,3,0,9,176,105,41,181,67,4,0,10,240,97,244,52,74,3,0,11,144,114,187,238,135,2,0,13,176,56,18,95,83,2,0,13,144,52,248,222,203,2,0,14,208,51,69,38,102,3,0,16,80,111,166,56,119,2,0,16,112,151,253,181,188,2,0,18,80,236,67,88,236,2,0,20,80,43,206,161,194,1,0,20,240,178,118,27,132,2,0,22,144,186,199,72,126,1,0,22,208,218,133,24,206,1,0,22,208,185,177,143,209,3,0,22,48,108,53,255,55,4,0,23,240,87,74,51,142,1,0,23,144,23,67,233,233,2,0,26,80,76,158,123,20,2,0,27,80,28,133,34,227,1,0,27,208,202,48,154,186,3,0,29,208,37,252,231,111,3,0,29,80,104,123,75,210,3,0,30,144,246,153,139,68,2,0,30,112,189,123,197,147,3,0,31,80,96,72,14,182,2,0,32,16,64,92,118,161,1,0,32,176,212,66,167,210,2,0,32,176,166,16,137,205,3,0,32,16,126,106,119,1,4,0,35,240,157,19,115,199,1,0,36,144,164,242,244,206,1,0,38,80,92,57,96,219,1,0,38,176,72,30,215,160,2,0,38,112,67,168,240,129,3,0,41,48,5,225,53,245,1,0,43,176,104,0,163,81,3,0,45,80,220,168,113,50,4,0,46,80,173,170,163,27,2,0,46,16,186,94,221,56,3,0,49,112,26,146,94,229,3,0,53,48,82,14,45,96,2,0,53,144,66,43,21,98,2,0,55,240,246,49,83,190,2,0,55,240,114,169,80,19,3,0,58,176,104,0,150,105,3,0,59,112,185,140,116,65,4,0,60,240,55,142,246,217,2,0,63,80,65,158,150,67,2,0,63,48,254,94,44,95,3,0,64,16,123,137,13,134,1,0,65,48,68,24,196,69,2,0,68,16,131,83,209,166,1,0,68,48,116,43,40,232,2,0,68,240,129,163,190,212,3,0,69,48,34,74,40,140,1,0,69,144,52,248,14,224,2,0,69,144,102,32,201,129,3,0,69,144,8,1,18,233,3,0,69,48,83,193,64,6,4,0,70,16,81,171,198,209,2,0,71,112,116,229,202,144,1,0,71,48,42,138,183,206,2,0,71,48,246,253,0,178,3,0,73,240,120,174,168,32,2,0,76,48,174,36,132,62,4,0,77,144,52,248,157,223,2,0,77,176,187,16,131,2,3,0,78,208,118,78,194,43,2,0,79,144,52,248,170,223,2,0,80,176,95,134,155,25,4,0,83,240,224,108,211,75,3,0,83,112,227,235,158,97,3,0,85,240,163,1,79,35,4,0,85,16,109,210,163,42,4,0,86,80,65,24,29,159,1,0,86,16,240,33,125,27,4,0,87,112,20,28,179,207,1,0,87,240,24,118,238,216,1,0,87,112,207,235,203,3,2,0,87,144,225,133,109,86,2,0,87,240,190,146,207,95,2,0,88,48,136,45,185,129,2,0,91,112,187,99,46,201,2,0,92,176,87,124,5,165,1,0,95,48,170,216,179,198,1,0,95,144,52,248,101,221,2,0,97,80,174,149,55,247,1,0,97,240,206,69,94,179,3,0,98,144,49,223,142,48,4,0,99,16,84,14,209,50,4,0,102,48,44,160,31,88,3,0,103,48,184,207,90,210,2,0,105,176,14,164,201,7,4,0,106,112,83,144,84,68,4,0,107,240,113,25,126,76,2,0,107,144,239,179,48,108,3,0,107,176,32,207,202,38,4,0,109,16,237,27,21,24,2,0,109,176,159,136,151,8,3,0,109,112,37,137,168,169,3,0,112,48,208,136,229,88,2,0,114,208,226,180,205,173,1,0,114,48,177,7,223,180,3,0,116,80,74,188,23,30,3,0,118,48,160,28,202,185,3,0,119,48,163,197,189,66,3,0,120,80,68,162,29,2,2,0,120,240,217,63,230,137,2,0,122,80,59,184,9,186,2,0,125,176,224,60,7,46,3,0,126,208,137,87,173,78,2,0,127,80,50,62,20,203,1,0,127,208,110,117,202,236,1,0,127,144,184,113,68,1,2,0,127,144,52,248,120,205,2,0,128,240,161,34,119,212,1,0,128,112,166,130,173,228,1,0,132,176,246,112,165,138,2,0,134,144,118,207,47,28,3,0,134,16,8,37,13,171,3,0,135,176,139,42,194,96,3,0,135,16,48,9,39,58,4,0,137,176,164,17,48,64,4,0,138,208,43,159,151,193,1,0,139,16,215,26,249,22,4,0,140,144,102,196,172,3,4,0,142,48,151,75,33,171,2,0,143,80,192,15,45,220,1,0,144,112,65,136,84,22,2,0,144,48,246,238,31,2,4,0,144,80,62,22,195,19,4,0,145,240,85,77,225,220,1,0,147,112,29,206,129,52,4,0,148,144,127,154,237,36,3,0,149,48,252,255,220,237,2,0,149,80,167,166,185,32,4,0,150,48,33,234,198,163,2,0,153,176,17,235,213,196,1,0,153,144,54,53,112,186,2,0,155,240,14,192,248,136,1,0,155,176,195,127,31,254,2,0,155,48,16,201,70,6,3,0,157,48,191,181,72,222,1,0,157,16,183,147,125,233,2,0,157,48,108,97,224,102,3,0,157,16,51,28,147,169,3,0,158,144,46,253,235,49,3,0,161,48,19,22,186,52,4,0,162,48,246,166,81,218,3,0,163,16,182,147,243,82,3,0,167,48,253,132,142,217,2,0,171,16,109,36,211,175,1,0,173,112,76,180,210,137,2,0,173,208,219,47,194,230,2,0,174,144,209,57,55,35,4,0,175,144,203,26,131,237,2,0,177,208,139,161,96,73,3,0,178,208,224,139,35,169,1,0,178,16,95,144,108,39,2,0,178,48,158,178,151,150,2,0,178,48,211,56,233,31,3,0,178,176,75,54,115,81,3,0,178,16,22,55,130,243,3,0,179,112,126,167,139,191,2,0,181,48,240,4,44,114,2,0,181,16,225,151,196,28,3,0,181,176,11,149,123,163,3,0,182,208,215,163,156,149,2,0,182,208,65,100,18,74,3,0,183,80,0,181,47,205,1,0,183,80,155,33,168,173,2,0,183,176,245,252,44,43,4,0,184,16,138,146,254,181,3,0,187,112,192,162,101,168,3,0,189,16,230,105,40,192,3,0,190,16,199,54,112,0,2,0,190,112,207,195,219,28,2,0,192,208,108,48,205,239,1,0,193,16,41,53,33,53,3,0,194,176,94,140,137,61,2,0,194,112,27,169,207,193,2,0,195,112,0,23,160,222,2,0,195,240,141,14,175,245,2,0,195,112,181,99,219,51,3,0,196,176,57,8,15,7,4,0,197,16,60,63,141,29,3,0,198,16,199,186,36,157,2,0,200,176,191,194,142,74,3,0,202,144,15,149,4,176,3,0,203,48,43,123,54,167,2,0,203,112,175,129,159,207,2,0,204,144,72,192,0,153,1,0,204,176,200,201,182,190,1,0,204,48,27,146,206,58,3,0,205,112,208,122,193,163,1,0,205,80,90,143,88,10,2,0,205,240,18,158,121,22,2,0,205,208,247,46,188,134,3,0,205,176,5,146,233,159,3,0,208,144,245,166,155,216,1,0,211,208,214,232,100,216,1,0,216,144,189,14,88,121,3,0,216,16,139,124,101,75,4,0,217,208,2,182,207,75,2,0,218,48,81,184,70,52,3,0,218,48,8,111,149,26,4,0,219,80,173,24,3,29,2,0,219,176,249,1,138,41,3,0,220,16,105,63,120,237,1,0,222,144,52,248,121,174,2,0,224,240,213,7,94,254,3,0,226,176,44,125,123,141,1,0,226,240,41,176,106,111,3,0,227,16,79,81,142,222,2,0,227,208,77,167,174,61,3,0,228,176,30,147,27,192,1,0,228,16,233,42,211,155,3,0,229,144,93,140,62,95,3,0,229,112,89,22,69,8,4,0,231,80,15,213,182,43,3,0,232,112,150,45,122,35,3,0,233,208,156,225,246,46,2,0,233,240,230,92,101,150,3,0,236,16,77,76,226,250,2,0,236,16,238,252,151,52,4,0,236,176,202,140,87,66,4,0,237,240,165,169,203,109,2,0,239,144,176,40,113,187,3,0,240,80,254,54,227,103,3,0,241,16,51,38,74,23,3,0,241,48,153,231,18,80,3,0,244,112,149,101,2,19,2,0,244,144,251,19,84,42,3,0,245,176,170,174,229,249,1,0,247,208,40,64,247,21,3,0,247,48,124,54,48,81,3,0,248,16,137,162,28,225,3,0,248,240,143,49,184,228,3,0,249,80,166,62,219,126,1,0,250,80,228,57,51,228,3,0,252,144,174,225,172,52,3,0,0,113,1,245,0,16,2,0,1,177,21,132,203,225,1,0,1,177,217,113,118,215,2,0,1,113,195,186,126,4,3,0,3,49,189,28,249,71,3,0,3,145,182,185,1,27,4,0,5,177,92,57,72,34,2,0,5,17,241,197,143,168,2,0,5,241,107,94,247,178,2,0,5,113,91,146,249,203,2,0,5,113,181,33,66,46,4,0,6,209,25,203,104,169,1,0,7,241,203,160,225,178,3,0,9,49,35,133,176,250,2,0,9,145,207,224,31,49,4,0,12,209,152,236,186,253,2,0,13,241,104,199,28,46,3,0,13,81,30,210,157,71,3,0,13,49,24,2,215,252,3,0,15,209,146,9,81,156,1,0,15,113,139,140,72,61,3,0,17,145,3,24,75,230,1,0,17,209,3,208,60,220,2,0,17,241,152,41,58,38,4,0,20,241,26,96,173,92,2,0,22,81,99,72,173,248,1,0,22,81,176,108,84,205,2,0,22,81,113,184,44,222,2,0,22,177,55,242,54,121,3,0,23,209,212,2,224,188,1,0,25,177,112,6,11,156,1,0,25,49,24,192,151,39,2,0,25,209,241,93,232,75,4,0,27,17,137,236,66,11,2,0,27,241,102,90,108,134,3,0,29,81,20,180,155,235,1,0,29,241,122,36,99,238,1,0,30,209,154,64,104,239,1,0,30,17,181,56,109,44,3,0,32,49,33,47,254,157,1,0,33,113,209,32,216,224,2,0,35,145,13,254,30,146,1,0,35,241,98,122,80,158,1,0,35,177,100,242,37,196,2,0,35,81,140,115,131,6,3,0,39,209,40,172,82,188,1,0,41,113,6,76,40,238,2,0,41,113,255,240,156,27,4,0,41,241,91,217,59,43,4,0,42,113,135,136,228,252,3,0,43,81,174,76,170,212,2,0,43,113,230,173,132,71,3,0,43,113,242,111,128,107,3,0,44,49,9,192,67,96,2,0,47,177,104,0,68,244,1,0,48,81,158,98,54,140,2,0,51,113,50,246,63,116,2,0,53,81,116,0,114,221,2,0,54,241,30,7,125,64,3,0,55,113,79,112,47,143,3,0,56,177,253,76,113,200,1,0,56,145,234,173,125,11,3,0,56,209,27,18,145,196,3,0,56,209,139,34,253,240,3,0,56,177,153,9,88,38,4,0,58,17,175,116,244,131,2,0,60,81,111,95,196,83,2,0,60,145,64,187,105,97,2,0,63,241,206,157,3,202,2,0,64,17,172,164,44,34,2,0,66,81,17,235,153,21,3,0,66,241,247,56,2,8,4,0,67,17,141,253,128,148,3,0,70,241,41,17,81,33,2,0,70,145,6,106,246,45,2,0,71,81,196,79,20,252,1,0,71,177,215,22,105,69,4,0,72,145,182,211,243,6,2,0,73,81,1,183,42,218,1,0,75,113,67,32,226,134,2,0,75,209,228,156,44,123,3,0,76,145,167,130,39,254,1,0,76,241,242,59,251,82,2,0,80,81,159,79,41,69,4,0,81,145,160,102,127,185,1,0,82,81,5,177,133,153,1,0,88,49,84,31,198,189,1,0,90,241,31,213,102,222,2,0,90,145,129,83,243,247,3,0,93,209,246,135,30,58,2,0,94,17,31,19,34,42,3,0,95,209,100,65,20,112,2,0,96,113,187,26,157,51,4,0,97,81,154,223,202,25,2,0,98,17,80,92,88,153,3,0,98,17,51,227,226,28,4,0,99,177,31,72,48,234,3,0,100,209,211,78,99,68,3,0,101,17,215,26,105,165,1,0,102,113,41,191,186,239,1,0,102,49,100,15,113,11,2,0,102,145,231,50,180,129,3,0,102,81,139,147,3,235,3,0,103,145,58,23,141,175,1,0,104,209,201,19,45,158,3,0,105,49,108,97,241,126,1,0,105,49,168,49,5,192,1,0,105,241,17,138,207,197,2,0,106,209,39,34,30,141,1,0,107,49,179,155,123,254,2,0,108,49,186,189,206,184,2,0,108,177,223,9,87,166,3,0,109,49,108,107,63,94,2,0,110,209,55,92,195,20,4,0,111,145,94,250,62,34,3,0,112,177,142,211,92,91,2,0,112,49,78,109,83,198,3,0,113,209,87,28,0,99,3,0,114,177,226,147,107,50,3,0,115,241,237,108,147,65,2,0,116,17,11,109,38,27,4,0,118,145,203,3,169,1,3,0,120,81,91,72,94,15,2,0,121,145,20,191,144,238,2,0,121,177,225,114,59,67,3,0,122,17,193,43,255,83,3,0,123,17,136,14,79,24,4,0,124,209,222,15,210,14,4,0,126,209,229,172,219,242,1,0,126,113,127,68,212,45,2,0,126,17,46,159,120,104,3,0,126,241,29,136,229,126,3,0,128,113,146,204,51,76,2,0,128,113,66,94,58,224,3,0,129,241,110,41,117,64,4,0,130,177,194,249,182,15,4,0,132,177,210,170,165,179,2,0,132,241,87,60,15,52,3,0,132,17,136,240,239,120,3,0,135,145,169,136,154,129,1,0,135,17,252,153,55,49,3,0,136,113,22,212,115,178,1,0,139,49,76,202,164,25,2,0,142,177,128,135,47,153,2,0,143,241,140,41,96,237,3,0,144,241,7,47,46,81,2,0,144,177,65,196,18,50,3,0,147,81,169,238,149,112,2,0,147,81,36,238,249,126,3,0,149,209,63,127,101,218,3,0,150,145,245,160,79,77,3,0,150,113,76,46,90,85,3,0,150,81,97,75,49,222,3,0,150,81,150,252,101,225,3,0,151,49,136,160,29,201,2,0,151,81,246,32,33,107,3,0,151,113,81,72,141,75,4,0,152,241,235,204,105,129,1,0,154,81,0,227,247,228,3,0,155,49,221,125,69,7,3,0,157,113,160,254,251,189,1,0,157,145,170,131,161,81,2,0,158,49,53,25,1,145,2,0,158,113,52,142,217,146,3,0,159,81,80,176,88,27,4,0,160,145,80,154,142,13,3,0,162,49,50,12,153,43,3,0,164,145,51,162,220,197,1,0,165,17,74,18,41,251,1,0,165,209,229,176,23,240,2,0,165,17,16,164,215,52,4,0,167,113,235,37,167,213,2,0,170,17,18,34,211,198,1,0,171,49,173,11,86,121,2,0,171,113,37,81,146,161,2,0,177,177,68,82,5,215,1,0,177,113,227,119,214,64,4,0,180,177,12,90,114,155,3,0,183,17,64,218,252,60,2,0,183,241,142,160,128,198,2,0,183,209,4,236,121,214,2,0,184,49,212,129,152,209,1,0,185,177,55,185,1,220,2,0,186,145,32,246,114,160,3,0,189,49,148,168,142,228,1,0,189,17,204,160,238,174,2,0,189,177,245,120,103,81,3,0,190,113,217,15,12,72,2,0,190,113,209,237,88,125,2,0,194,177,148,197,107,187,1,0,197,241,173,95,37,5,3,0,198,177,176,87,236,47,2,0,198,145,151,123,133,54,2,0,198,145,201,224,122,7,4,0,199,209,174,125,229,137,1,0,199,81,102,184,183,223,2,0,200,241,130,241,97,162,2,0,201,209,111,60,226,186,1,0,201,81,119,203,70,236,1,0,202,177,107,58,251,20,3,0,202,241,90,158,22,232,3,0,203,145,27,9,96,85,2,0,204,49,210,235,82,30,2,0,206,177,46,28,223,138,3,0,206,209,234,193,61,15,4,0,207,113,79,157,81,222,3,0,208,177,159,32,246,137,1,0,208,81,235,167,136,33,2,0,208,49,148,112,13,105,2,0,209,241,194,103,108,107,3,0,209,113,39,183,180,16,4,0,210,113,162,79,181,25,4,0,215,145,73,78,116,122,2,0,216,17,146,65,127,37,2,0,216,241,254,5,27,246,2,0,216,113,33,135,156,198,3,0,216,81,95,3,148,247,3,0,219,177,58,128,102,167,1,0,219,49,24,192,74,32,2,0,224,113,153,18,255,191,2,0,225,17,160,6,106,141,1,0,225,17,77,83,37,105,2,0,225,81,61,157,206,154,3,0,226,17,74,9,114,85,2,0,226,177,208,211,2,14,3,0,227,49,93,71,39,61,3,0,227,113,139,176,21,179,3,0,227,17,255,93,241,237,3,0,229,177,72,82,155,174,3,0,229,17,226,240,239,208,3,0,230,241,238,184,219,7,3,0,234,81,164,73,19,213,2,0,234,113,120,233,130,43,3,0,236,81,139,230,209,127,3,0,238,209,248,110,25,15,3,0,238,17,204,196,78,51,3,0,241,17,73,1,171,188,1,0,241,17,104,246,240,251,1,0,241,145,51,184,126,140,2,0,241,241,116,248,151,19,4,0,242,209,77,6,228,122,3,0,242,49,179,111,213,240,3,0,243,113,143,59,19,77,3,0,246,209,89,139,174,156,2,0,248,145,33,246,50,16,4,0,249,145,180,31,84,27,3,0,250,81,149,140,69,139,3,0,252,17,124,129,231,79,2,0,254,49,36,190,75,28,4,0,255,241,36,61,41,98,2,0,255,81,157,112,128,218,2,0,255,113,134,121,151,143,3,0,1,18,94,213,150,69,3,0,4,146,186,171,149,53,2,0,4,178,167,228,124,51,3,0,5,210,76,81,167,28,2,0,6,146,104,28,119,172,1,0,6,82,218,228,168,216,3,0,7,178,250,138,147,138,1,0,7,242,71,232,149,219,3,0,8,82,22,31,208,47,3,0,9,18,55,167,150,41,4,0,12,178,248,73,129,220,1,0,12,210,38,103,21,10,2,0,13,178,141,140,248,97,2,0,13,242,157,232,168,33,4,0,14,114,95,49,218,27,2,0,16,82,40,206,101,70,2,0,16,114,21,169,190,48,3,0,17,242,30,165,171,72,3,0,17,114,102,158,72,135,3,0,18,178,107,80,182,160,3,0,19,18,37,24,193,24,2,0,19,242,234,229,196,229,3,0,22,146,2,65,7,146,1,0,25,242,55,136,248,174,1,0,26,82,42,235,40,155,2,0,27,50,206,213,112,206,2,0,30,210,89,131,211,226,3,0,31,210,198,184,201,173,2,0,32,114,210,151,75,143,1,0,32,146,128,8,144,225,1,0,33,178,7,42,122,112,3,0,33,146,89,89,171,124,3,0,35,242,189,247,230,204,1,0,37,50,224,19,59,189,3,0,40,210,153,223,244,120,2,0,40,114,155,176,54,47,4,0,43,114,116,147,217,22,2,0,43,178,239,143,37,214,2,0,44,242,205,199,17,183,2,0,44,178,118,109,36,238,3,0,45,178,57,79,17,37,2,0,47,114,33,167,111,241,2,0,47,242,143,99,86,225,3,0,49,114,55,103,24,157,3,0,50,146,199,195,65,199,3,0,51,210,193,133,37,110,2,0,52,210,152,223,235,203,2,0,53,114,228,230,147,142,1,0,53,242,31,191,79,166,2,0,56,82,165,127,55,150,2,0,58,50,61,6,88,10,4,0,59,210,127,117,105,226,3,0,60,82,119,16,151,6,2,0,61,18,241,211,108,84,2,0,62,18,189,59,199,145,1,0,62,178,179,228,33,143,2,0,65,82,185,97,157,137,1,0,66,18,224,203,138,249,1,0,67,146,12,169,187,168,1,0,67,18,72,88,100,188,1,0,67,114,215,31,162,20,2,0,67,242,113,213,247,80,3,0,68,210,152,223,190,175,2,0,69,146,55,180,227,114,3,0,72,210,17,54,216,181,2,0,72,82,228,7,88,155,3,0,73,114,248,18,143,118,2,0,79,82,214,107,62,190,1,0,81,18,99,201,108,218,2,0,81,114,195,191,50,230,3,0,84,18,199,73,126,61,3,0,85,18,155,160,126,194,2,0,88,114,95,24,55,244,2,0,89,18,169,172,2,80,2,0,89,146,46,56,215,35,3,0,89,114,187,39,59,132,3,0,90,114,106,58,227,179,1,0,90,210,34,8,43,37,2,0,91,242,224,92,203,15,2,0,91,50,245,151,175,67,3,0,92,114,104,200,196,1,2,0,93,18,66,79,68,255,1,0,96,146,127,170,41,14,3,0,96,210,145,47,40,12,4,0,98,146,69,71,160,244,1,0,99,114,223,225,64,239,1,0,101,242,248,80,42,4,2,0,101,146,194,129,255,167,2,0,102,242,227,75,6,243,1,0,102,18,207,202,152,188,3,0,103,146,60,139,235,113,3,0,104,178,143,110,35,250,1,0,107,18,22,36,184,146,3,0,108,18,143,224,106,103,2,0,110,50,192,59,41,132,1,0,110,242,187,173,117,35,2,0,111,210,255,126,45,130,1,0,112,50,213,232,150,107,3,0,113,242,218,23,177,85,2,0,113,210,152,223,185,174,2,0,113,18,233,94,89,97,3,0,114,146,53,193,199,98,2,0,115,114,71,218,20,217,3,0,116,18,22,81,153,174,2,0,118,114,26,96,18,239,3,0,119,114,118,147,202,207,3,0,120,18,57,23,238,191,1,0,120,178,241,121,6,120,3,0,122,114,237,150,95,161,1,0,122,146,113,224,116,158,2,0,123,242,98,21,19,129,1,0,126,82,41,188,242,186,1,0,128,50,237,45,207,218,2,0,129,242,49,44,231,189,1,0,131,242,191,213,54,131,1,0,132,114,38,205,33,157,1,0,133,114,66,172,100,200,3,0,135,50,25,8,194,144,2,0,135,50,29,159,12,149,3,0,138,50,219,128,57,189,1,0,142,114,89,148,194,26,3,0,145,114,233,213,248,238,2,0,145,210,208,15,188,161,3,0,146,18,35,66,31,23,3,0,147,82,10,92,64,184,1,0,147,210,66,218,164,68,2,0,148,82,147,203,0,160,2,0,148,18,100,14,75,223,2,0,150,210,149,251,23,76,2,0,152,242,84,51,168,191,1,0,152,178,114,108,223,74,2,0,152,178,150,170,224,210,2,0,157,82,144,147,152,196,1,0,158,146,131,144,80,125,1,0,158,146,171,12,154,221,1,0,158,82,73,113,29,156,2,0,158,146,79,95,128,212,2,0,159,114,49,104,200,192,1,0,159,146,95,252,156,177,2,0,162,242,168,165,105,216,3,0,165,18,164,167,101,113,3,0,165,114,82,59,15,249,3,0,165,82,99,50,9,21,4,0,166,242,186,196,247,252,2,0,166,82,121,219,91,133,3,0,166,178,175,204,93,50,4,0,167,178,152,160,199,181,2,0,169,210,160,243,100,144,1,0,169,146,67,229,118,242,3,0,172,18,180,195,206,105,3,0,175,178,152,160,234,181,2,0,178,242,239,21,114,195,2,0,179,242,99,127,35,83,3,0,179,114,81,169,130,203,3,0,180,18,5,226,175,115,2,0,180,210,66,4,31,23,4,0,181,82,48,111,212,150,2,0,181,18,101,27,80,67,3,0,182,210,72,147,39,133,1,0,185,82,248,153,245,145,1,0,185,210,76,81,30,28,2,0,187,146,244,74,108,240,1,0,187,18,154,91,4,214,3,0,188,18,109,251,125,140,1,0,188,210,93,152,50,38,2,0,188,114,172,221,100,47,2,0,188,178,255,121,86,248,2,0,190,82,156,180,99,84,3,0,190,18,91,208,255,230,3,0,191,82,21,81,179,226,2,0,192,82,11,74,62,160,2,0,193,82,60,138,36,131,3,0,194,18,164,23,9,82,3,0,198,114,31,228,48,213,1,0,199,210,128,249,47,147,3,0,200,178,189,79,190,121,2,0,200,50,29,62,23,26,4,0,201,210,149,125,102,150,1,0,202,178,191,86,89,94,2,0,202,18,116,1,222,249,2,0,204,82,89,195,229,225,3,0,205,82,231,150,208,160,1,0,207,50,127,138,51,151,3,0,208,50,116,221,88,162,1,0,208,210,89,12,86,53,3,0,209,146,128,34,193,146,1,0,211,146,243,237,170,211,1,0,211,146,5,102,233,251,2,0,212,50,175,136,107,54,2,0,213,210,129,195,126,26,3,0,214,146,52,248,43,161,2,0,217,114,150,230,168,125,3,0,218,146,252,189,90,92,3,0,218,114,159,149,155,128,3,0,219,82,215,65,108,79,2,0,221,18,67,238,171,37,3,0,223,18,127,217,149,16,3,0,224,82,114,46,209,235,1,0,227,178,7,195,19,83,2,0,227,82,129,24,10,86,2,0,228,114,152,124,83,226,2,0,228,178,80,185,254,227,3,0,230,242,219,214,216,189,1,0,230,178,43,75,205,84,3,0,230,50,160,56,140,22,4,0,231,242,212,120,149,121,2,0,231,178,177,198,229,32,4,0,232,210,21,132,192,2,2,0,232,50,232,70,115,229,2,0,233,210,206,153,213,169,3,0,234,146,175,83,216,128,2,0,234,50,57,187,48,142,2,0,236,242,125,153,210,203,1,0,236,18,202,209,241,70,3,0,237,82,12,92,166,157,2,0,237,178,37,81,180,161,2,0,238,18,18,109,198,227,1,0,238,242,46,28,139,36,2,0,239,82,169,24,233,76,2,0,239,242,200,84,225,42,4,0,240,114,59,184,75,192,2,0,241,146,190,61,63,228,2,0,242,242,247,83,128,14,2,0,242,18,75,116,137,127,2,0,242,146,181,127,103,72,4,0,244,18,40,139,96,60,2,0,244,242,136,64,78,72,3,0,245,82,236,180,131,53,4,0,246,18,221,117,110,249,1,0,246,242,51,144,243,12,4,0,246,178,122,217,187,47,4,0,247,178,208,203,135,96,3,0,248,146,48,190,78,65,2,0,249,82,139,25,201,26,2,0,250,82,74,25,148,212,3,0,252,82,115,245,61,110,2,0,252,210,37,167,254,74,3,0,252,146,128,171,234,174,3,0,253,242,225,247,53,202,3,0,253,242,103,81,57,215,3,0,255,50,208,232,192,170,2,0,0,211,203,53,254,84,2,0,2,147,163,100,249,243,1,0,2,147,163,100,14,244,1,0,3,243,114,167,88,133,1,0,3,179,238,108,251,65,2,0,3,51,3,35,141,44,3,0,4,51,149,22,61,174,1,0,4,19,242,166,54,53,4,0,5,147,60,116,223,9,4,0,6,179,77,249,254,29,4,0,9,147,3,160,230,222,2,0,10,147,168,131,36,44,3,0,13,83,118,226,147,75,3,0,15,115,158,254,149,212,2,0,17,243,118,44,42,136,3,0,17,51,218,187,211,148,3,0,22,19,58,80,217,45,3,0,24,147,75,58,59,65,2,0,25,211,202,87,103,185,1,0,25,179,227,199,167,105,3,0,26,211,135,85,81,220,3,0,26,211,135,85,106,220,3,0,26,211,135,85,143,220,3,0,27,51,143,252,201,93,2,0,27,115,175,93,32,220,3,0,28,51,189,138,119,248,1,0,28,211,25,173,132,85,2,0,28,147,189,164,146,160,2,0,31,115,114,252,39,231,1,0,31,147,143,106,60,121,2,0,31,83,255,137,225,80,3,0,32,83,169,210,83,215,2,0,32,83,217,33,75,46,3,0,32,19,61,12,208,49,3,0,35,179,242,164,94,231,2,0,36,211,248,158,7,193,1,0,36,83,139,160,179,198,2,0,37,83,35,94,183,166,1,0,37,51,100,15,138,10,2,0,38,147,218,174,40,208,1,0,39,83,124,50,169,184,1,0,39,147,65,58,124,28,4,0,40,19,145,239,232,148,1,0,40,19,34,40,105,42,4,0,40,179,87,119,214,69,4,0,43,83,235,161,159,11,3,0,43,51,24,109,69,143,3,0,44,83,71,192,110,25,2,0,45,115,162,234,47,114,3,0,49,19,160,215,213,9,3,0,49,243,224,251,73,100,3,0,50,147,25,25,241,67,2,0,52,51,143,96,12,107,3,0,54,243,132,227,119,106,3,0,57,51,170,242,187,110,2,0,57,83,229,64,219,77,3,0,60,211,24,136,58,251,3,0,61,51,24,192,23,32,2,0,61,243,21,135,76,71,2,0,61,19,20,104,73,171,2,0,61,211,122,128,197,54,4,0,63,19,201,26,137,249,2,0,63,19,196,167,119,73,3,0,66,243,206,130,29,59,4,0,68,211,250,90,238,152,1,0,69,19,173,80,246,12,2,0,70,147,225,114,231,76,3,0,71,147,156,42,82,29,4,0,73,147,109,143,111,78,2,0,73,211,84,184,92,51,3,0,73,243,8,128,26,176,3,0,74,83,175,121,220,66,4,0,76,179,223,0,103,23,2,0,77,147,52,248,134,148,2,0,77,83,102,64,103,51,4,0,78,51,213,208,243,204,1,0,78,83,57,143,45,217,3,0,79,83,77,22,51,26,4,0,80,243,115,204,224,234,3,0,84,83,93,116,225,128,3,0,85,179,136,10,71,22,4,0,89,211,45,87,194,192,2,0,89,19,214,21,188,195,2,0,90,115,65,222,51,150,1,0,91,115,216,54,135,103,2,0,92,243,51,45,158,179,3,0,92,115,48,246,225,23,4,0,93,51,123,134,73,155,1,0,93,115,26,77,185,160,1,0,93,211,212,34,206,253,2,0,93,147,130,73,149,26,3,0,93,147,113,4,191,34,3,0,93,19,219,175,216,209,3,0,95,179,10,51,78,214,3,0,96,211,237,98,16,93,3,0,97,179,234,63,186,245,1,0,97,211,131,54,176,246,1,0,98,211,64,205,207,33,4,0,99,243,37,35,137,186,1,0,102,19,208,210,232,157,1,0,102,243,142,8,37,71,2,0,103,243,25,57,31,41,3,0,105,51,27,230,255,208,1,0,106,147,129,207,233,214,2,0,106,51,112,203,144,145,3,0,107,19,108,124,183,58,3,0,108,83,232,128,25,181,1,0,108,243,143,115,155,1,2,0,109,147,36,81,59,158,2,0,109,243,113,16,5,134,3,0,110,147,94,197,87,223,1,0,111,19,120,28,72,8,2,0,112,83,208,9,87,149,1,0,112,243,252,81,33,31,2,0,112,115,163,112,77,102,2,0,114,19,97,124,194,254,3,0,115,211,159,16,123,248,2,0,116,211,166,244,91,157,2,0,116,19,116,255,228,238,2,0,116,147,178,9,249,188,3,0,118,83,245,75,138,185,3,0,118,211,49,141,102,52,4,0,119,147,248,194,54,188,1,0,120,147,72,134,188,148,2,0,124,19,215,252,196,145,2,0,125,147,250,215,113,39,4,0,125,19,227,206,32,41,4,0,126,83,236,11,57,56,3,0,128,211,71,167,93,251,1,0,128,115,85,196,183,21,2,0,129,243,81,24,64,80,2,0,129,243,23,176,61,185,2,0,130,83,180,242,245,110,3,0,130,51,18,221,115,189,3,0,138,179,51,148,79,202,3,0,138,115,135,166,201,217,3,0,141,51,185,28,189,224,1,0,141,147,124,176,229,90,3,0,142,19,209,183,200,208,3,0,145,83,104,108,21,82,3,0,145,147,42,54,243,157,3,0,146,179,226,134,125,205,1,0,146,179,100,15,77,235,2,0,148,51,204,204,97,227,3,0,149,211,125,26,140,7,4,0,150,211,228,238,111,20,3,0,152,115,142,54,228,6,4,0,153,179,176,224,32,134,2,0,153,243,81,119,65,50,3,0,153,243,240,227,148,178,3,0,154,51,248,125,92,242,1,0,154,51,248,154,134,250,1,0,154,83,246,221,222,114,2,0,155,211,76,81,229,30,2,0,156,19,238,194,69,85,3,0,158,115,89,93,2,9,4,0,159,51,16,77,52,16,3,0,161,147,122,102,204,128,3,0,161,243,9,245,214,249,3,0,162,115,137,167,5,209,3,0,163,179,6,44,220,81,3,0,163,243,1,244,238,149,3,0,163,83,138,7,232,176,3,0,164,115,35,160,199,48,4,0,166,83,40,83,216,146,1,0,169,51,154,160,250,192,2,0,169,147,228,144,221,203,3,0,171,51,224,54,65,11,3,0,171,19,11,84,201,195,3,0,173,211,149,141,84,135,1,0,174,211,121,167,137,80,3,0,174,19,145,10,86,240,3,0,175,147,48,80,33,136,1,0,176,83,62,68,209,68,3,0,177,83,68,129,229,112,2,0,177,179,41,181,44,151,2,0,177,147,40,118,67,106,3,0,177,115,154,90,15,192,3,0,178,243,85,116,188,3,2,0,178,115,93,250,66,25,3,0,178,211,240,184,228,151,3,0,178,211,151,4,176,232,3,0,180,147,29,94,128,242,2,0,181,19,252,103,191,125,2,0,182,19,6,126,16,155,2,0,182,19,124,84,57,49,4,0,183,211,240,251,180,54,2,0,184,243,79,14,59,165,2,0,184,179,174,6,56,36,3,0,184,211,42,237,115,183,3,0,187,83,74,210,29,56,2,0,187,147,238,182,80,79,2,0,189,51,201,241,218,53,4,0,191,19,41,55,72,207,1,0,191,211,243,97,93,164,2,0,193,115,54,227,172,191,3,0,194,179,124,64,75,168,1,0,195,179,63,133,49,212,3,0,198,83,75,219,39,57,3,0,198,243,45,117,6,237,3,0,199,115,31,129,174,237,1,0,199,211,19,179,44,198,2,0,200,115,183,244,77,20,2,0,201,51,137,160,102,200,2,0,201,179,91,79,237,11,3,0,202,83,112,113,49,46,3,0,202,147,175,63,167,193,3,0,203,115,143,242,126,102,2,0,204,179,161,142,183,178,1,0,204,51,153,223,137,158,2,0,204,51,51,13,93,89,3,0,205,19,178,186,200,140,2,0,206,147,117,124,247,47,3,0,207,115,171,61,148,212,1,0,207,179,31,94,30,81,3,0,209,115,44,211,122,133,3,0,209,19,155,148,236,8,4,0,211,179,38,92,55,168,3,0,212,211,113,132,23,134,3,0,213,147,160,45,71,137,1,0,213,211,11,49,125,223,1,0,213,179,114,153,98,37,2,0,214,243,78,19,112,224,3,0,216,179,238,89,83,120,3,0,216,179,156,163,199,17,4,0,217,83,109,110,235,182,3,0,220,83,42,116,57,128,1,0,221,211,100,125,89,244,2,0,224,243,229,24,188,184,1,0,224,179,221,203,199,226,1,0,225,51,255,239,150,164,1,0,225,211,70,233,72,112,2,0,226,51,15,66,136,217,1,0,229,19,140,222,85,123,2,0,231,83,235,67,88,131,2,0,231,211,211,190,47,240,3,0,231,243,125,11,114,10,4,0,234,51,136,162,52,207,3,0,235,179,241,148,225,57,3,0,239,147,117,242,166,167,3,0,240,179,59,129,246,87,3,0,241,115,217,186,255,37,2,0,241,115,220,229,66,243,2,0,241,211,223,125,8,62,3,0,243,147,185,72,178,177,2,0,243,179,30,219,70,4,4,0,245,83,6,92,7,4,3,0,248,243,255,96,115,136,1,0,248,51,197,137,200,221,3,0,248,83,197,124,235,242,3,0,249,51,116,95,25,164,2,0,250,179,195,119,64,21,3,0,251,147,51,9,94,196,2,0,252,83,142,243,122,57,2,0,255,83,134,41,54,233,3,0,0,180,61,61,44,44,2,0,0,212,200,214,191,250,2,0,0,20,53,219,31,116,3,0,1,148,160,171,231,16,4,0,2,84,218,231,193,155,1,0,2,84,172,223,186,104,2,0,3,180,137,68,202,138,3,0,4,52,52,161,133,255,1,0,4,84,65,110,175,50,3,0,4,244,42,142,26,191,3,0,5,148,207,90,175,26,2,0,5,20,195,150,200,36,3,0,6,180,144,155,65,74,4,0,7,52,182,214,8,178,2,0,9,84,178,98,156,240,2,0,10,148,203,224,194,19,2,0,10,116,6,233,100,71,4,0,10,116,6,233,118,71,4,0,10,116,6,233,136,71,4,0,10,116,6,233,154,71,4,0,11,180,173,164,236,72,3,0,13,244,47,93,74,117,2,0,15,116,45,93,10,190,1,0,17,148,175,12,30,198,3,0,18,180,31,93,182,80,3,0,20,116,51,16,226,230,2,0,20,180,245,48,163,135,3,0,21,20,96,180,71,250,2,0,24,116,196,145,54,13,3,0,27,84,43,209,88,49,2,0,28,20,142,84,58,6,2,0,29,148,31,5,178,161,1,0,30,180,242,247,184,126,1,0,30,52,169,165,91,184,3,0,30,20,57,20,224,55,4,0,31,52,34,40,64,219,3,0,32,148,101,89,63,253,3,0,33,244,103,107,125,52,2,0,37,148,160,216,195,198,1,0,38,116,141,254,217,244,3,0,40,52,122,140,10,154,1,0,40,148,25,109,72,172,1,0,40,244,200,52,85,122,2,0,40,212,168,81,127,252,3,0,41,84,199,63,72,186,2,0,46,148,145,100,131,25,3,0,46,116,183,90,250,155,3,0,49,180,45,60,152,228,2,0,49,20,250,96,1,12,4,0,51,148,186,103,61,18,3,0,51,180,246,226,21,105,3,0,54,52,129,194,175,137,1,0,55,84,3,227,158,186,1,0,55,116,59,184,192,191,2,0,57,148,161,41,204,22,3,0,60,180,57,110,107,4,3,0,63,52,142,0,55,212,2,0,63,20,245,147,71,63,3,0,66,212,225,153,97,224,3,0,67,84,37,34,90,247,1,0,68,244,37,43,250,53,2,0,68,52,178,232,139,4,4,0,70,84,184,64,56,207,1,0,70,84,199,58,20,114,3,0,72,20,25,111,115,177,2,0,73,180,221,143,158,250,2,0,75,180,220,54,74,235,3,0,76,52,215,103,45,44,4,0,77,244,117,185,197,79,2,0,77,84,121,2,91,36,3,0,77,52,224,255,244,161,3,0,78,52,225,37,92,132,1,0,78,52,172,167,215,41,2,0,78,212,141,117,105,222,3,0,79,244,115,228,86,154,1,0,79,84,72,210,198,142,3,0,80,52,16,234,53,194,2,0,80,148,232,51,134,200,2,0,81,116,96,242,158,231,2,0,81,180,153,236,22,189,3,0,82,52,194,99,134,128,1,0,83,52,123,172,59,161,3,0,84,116,72,135,53,16,2,0,84,116,72,135,57,18,2,0,84,180,189,79,208,121,2,0,84,116,72,135,238,72,4,0,85,148,168,88,68,212,3,0,87,212,11,22,42,113,2,0,87,116,176,188,153,62,4,0,89,180,247,160,100,245,3,0,90,20,170,18,129,126,1,0,91,116,221,144,132,249,3,0,93,52,153,127,16,47,2,0,93,148,76,81,11,60,2,0,95,52,106,116,204,240,1,0,96,244,30,34,3,241,1,0,98,116,37,81,92,161,2,0,98,212,39,220,192,18,4,0,100,52,210,235,237,29,2,0,100,84,147,203,42,21,3,0,100,212,63,162,225,69,3,0,100,148,13,130,207,245,3,0,101,52,90,244,29,73,2,0,102,52,151,85,206,95,3,0,104,116,102,220,201,119,2,0,109,244,57,126,245,169,2,0,109,212,90,34,247,226,3,0,111,180,171,104,167,19,2,0,111,116,117,189,122,120,2,0,111,20,65,251,9,149,2,0,111,244,97,218,156,167,2,0,112,84,244,190,61,209,2,0,113,20,198,217,145,22,3,0,113,52,247,223,92,143,3,0,114,116,25,99,228,58,3,0,114,84,68,78,15,67,4,0,118,244,31,48,116,236,1,0,118,20,249,32,138,59,2,0,119,84,251,13,132,7,3,0,119,180,239,116,235,64,4,0,120,148,149,184,47,243,2,0,120,212,54,180,237,227,3,0,122,84,194,202,157,100,3,0,123,52,185,4,196,5,2,0,123,244,222,141,59,80,3,0,124,84,44,198,128,158,1,0,126,180,3,171,39,185,1,0,126,148,213,228,33,204,2,0,126,148,69,206,96,36,4,0,128,148,242,70,10,182,3,0,129,20,241,94,17,150,2,0,130,148,76,73,212,222,2,0,131,84,110,237,7,44,3,0,131,116,151,224,230,141,3,0,132,52,149,26,224,181,3,0,133,244,96,138,215,159,2,0,133,20,24,81,43,221,2,0,133,244,26,164,76,38,3,0,134,180,204,214,119,13,3,0,134,180,133,90,169,59,3,0,135,180,244,188,79,93,3,0,136,20,180,201,44,94,2,0,137,180,175,58,167,41,4,0,139,84,98,16,246,139,2,0,140,116,61,231,157,146,1,0,140,180,191,230,228,94,2,0,140,148,6,19,224,156,2,0,140,180,227,94,223,95,3,0,140,244,93,122,143,139,3,0,141,148,38,28,53,120,2,0,144,244,53,241,107,161,2,0,144,180,222,223,166,63,4,0,146,52,185,22,40,249,3,0,147,116,2,96,56,229,1,0,147,84,48,186,218,187,3,0,148,212,137,30,173,5,2,0,150,84,193,251,255,140,2,0,151,180,220,245,112,30,4,0,154,212,86,3,220,133,2,0,154,84,235,121,213,221,2,0,155,20,10,108,205,185,1,0,159,148,223,149,243,221,1,0,160,244,85,159,154,10,2,0,161,180,232,169,21,217,2,0,161,84,113,76,178,190,3,0,162,20,186,101,70,147,3,0,164,148,75,58,128,65,2,0,164,244,148,229,0,233,2,0,165,244,157,203,161,62,2,0,165,212,111,172,218,96,3,0,166,84,91,199,222,7,2,0,166,180,125,190,129,41,4,0,168,116,230,47,48,223,2,0,168,52,183,94,136,91,3,0,169,84,119,127,83,36,4,0,170,148,39,35,17,162,2,0,171,84,10,227,110,151,1,0,171,116,146,223,148,173,1,0,171,148,130,100,118,241,1,0,172,20,131,163,150,177,3,0,173,148,222,152,99,88,2,0,175,244,29,113,21,200,3,0,176,244,21,10,28,167,1,0,177,212,24,41,121,234,1,0,177,20,52,202,66,201,2,0,178,20,6,171,28,79,3,0,179,212,240,27,131,166,1,0,179,212,240,115,116,203,1,0,179,116,175,75,204,66,2,0,180,20,112,238,147,211,1,0,181,180,118,140,109,125,3,0,183,84,235,212,240,224,1,0,183,244,114,26,235,89,2,0,183,52,58,135,21,132,3,0,186,84,22,18,244,30,2,0,188,212,66,105,33,167,3,0,189,148,28,192,49,230,1,0,190,180,223,103,67,127,1,0,190,20,87,3,202,133,2,0,190,52,86,121,208,244,2,0,190,52,235,21,40,135,3,0,193,20,24,81,251,220,2,0,193,148,199,196,179,51,3,0,194,244,68,145,244,124,3,0,195,52,215,82,145,248,2,0,197,20,15,51,234,59,3,0,197,244,217,86,253,70,4,0,199,84,174,151,155,226,2,0,199,116,181,8,170,75,3,0,200,20,140,170,46,25,2,0,200,148,23,192,243,41,2,0,200,84,191,228,164,155,2,0,202,116,242,130,17,43,3,0,203,148,156,122,128,238,2,0,203,20,76,11,167,41,3,0,205,84,119,118,85,120,2,0,205,244,33,165,188,49,3,0,205,116,24,182,217,60,3,0,206,212,121,25,119,29,3,0,207,180,82,241,76,176,2,0,207,148,144,28,61,138,3,0,209,212,224,186,222,21,3,0,210,148,26,244,5,38,3,0,211,84,66,85,159,161,1,0,211,52,93,229,4,163,2,0,212,20,197,64,125,227,1,0,212,116,251,28,173,255,2,0,214,180,165,45,205,129,1,0,214,116,212,79,195,190,3,0,215,116,232,179,216,239,3,0,216,84,206,40,98,223,2,0,217,148,121,238,179,238,1,0,223,148,238,182,138,79,2,0,225,180,237,193,22,220,1,0,225,180,37,118,152,220,1,0,225,244,19,89,107,96,2,0,225,180,128,216,86,167,3,0,225,244,43,245,210,0,4,0,226,116,236,179,55,156,1,0,227,84,134,130,0,52,4,0,230,212,116,172,171,149,3,0,232,180,223,112,46,134,1,0,234,212,24,81,44,237,2,0,236,180,76,154,152,204,3,0,238,180,47,228,219,176,1,0,240,52,127,195,90,32,2,0,240,20,187,238,194,245,2,0,241,244,158,52,137,204,1,0,243,52,136,150,155,222,1,0,244,20,44,157,55,67,4,0,245,84,15,62,190,62,2,0,247,20,156,22,78,196,1,0,248,180,121,98,245,201,1,0,248,244,57,37,245,4,2,0,252,212,92,232,190,61,4,0,253,116,202,189,159,115,2,0,254,52,133,15,40,7,2,0,254,84,93,92,26,143,3,0,255,52,114,135,232,240,3,0,1,213,52,250,113,133,1,0,2,53,173,234,223,213,1,0,2,245,75,27,9,244,2,0,3,117,44,160,255,44,3,0,4,245,31,248,203,141,1,0,4,21,15,22,59,35,3,0,7,245,88,199,75,39,3,0,7,245,115,168,94,4,4,0,10,21,86,127,198,104,3,0,11,245,194,127,182,58,2,0,12,181,124,49,12,191,1,0,15,149,4,230,150,114,3,0,18,149,229,70,20,240,1,0,18,213,57,46,82,111,3,0,18,149,145,68,34,67,4,0,20,213,153,144,211,223,1,0,21,213,77,70,95,39,3,0,21,21,203,239,35,74,3,0,22,181,38,69,232,247,2,0,24,213,86,67,141,223,1,0,25,117,213,70,18,234,3,0,26,245,30,169,198,220,2,0,26,85,76,70,130,99,3,0,27,149,59,184,126,189,2,0,27,149,227,22,196,33,3,0,29,85,120,165,169,241,1,0,29,85,120,165,193,241,1,0,29,149,230,212,240,205,3,0,30,149,25,9,144,168,3,0,34,149,33,18,119,197,2,0,34,53,112,123,201,4,3,0,37,85,43,222,132,227,3,0,40,21,161,141,7,87,2,0,41,245,53,106,67,47,2,0,42,149,220,15,233,230,3,0,46,245,198,194,190,12,3,0,49,21,72,68,234,185,2,0,49,53,123,128,239,1,3,0,50,149,123,148,251,65,3,0,51,149,143,47,59,3,3,0,51,181,21,67,36,56,3,0,51,21,200,221,208,237,3,0,52,245,29,77,20,121,2,0,52,181,58,22,124,80,3,0,53,117,42,51,175,18,2,0,55,53,88,29,162,157,1,0,57,21,63,194,66,199,1,0,57,53,25,137,234,52,2,0,57,245,21,135,245,70,2,0,57,85,22,61,75,168,3,0,58,21,3,241,237,248,2,0,58,117,90,6,138,208,3,0,59,85,1,191,192,231,1,0,60,21,29,219,57,55,4,0,61,85,217,120,9,41,3,0,61,21,140,24,245,214,3,0,62,181,101,109,125,34,3,0,64,53,190,36,21,103,3,0,65,213,20,209,248,71,4,0,66,53,52,129,202,87,3,0,67,149,167,181,74,207,3,0,69,181,201,130,105,195,1,0,69,213,58,12,139,55,2,0,69,21,0,64,66,211,3,0,71,149,98,201,68,177,3,0,73,21,24,81,10,221,2,0,74,213,72,11,193,3,4,0,76,53,230,8,166,200,1,0,79,245,205,100,114,12,3,0,80,21,200,221,161,160,1,0,80,21,17,175,174,149,2,0,81,149,199,160,201,126,1,0,82,21,160,226,16,52,4,0,85,149,213,56,147,148,2,0,88,213,217,0,168,160,2,0,88,181,166,244,122,166,2,0,93,53,59,184,9,198,2,0,93,53,95,201,74,193,3,0,94,181,156,77,16,195,1,0,94,21,91,141,91,241,2,0,94,117,167,42,155,237,3,0,94,21,117,178,57,5,4,0,94,245,53,220,122,21,4,0,98,245,113,206,231,148,3,0,98,117,40,14,153,157,3,0,99,21,38,81,61,164,2,0,100,213,218,224,111,33,3,0,104,21,227,133,125,48,3,0,105,213,76,155,225,155,3,0,106,53,4,86,55,191,3,0,108,213,82,70,29,104,3,0,109,53,58,28,104,91,3,0,109,117,224,247,165,188,3,0,110,245,131,123,160,209,3,0,115,53,28,185,79,128,3,0,117,245,145,204,126,221,3,0,119,181,243,68,157,176,2,0,120,245,171,114,49,104,2,0,120,149,119,97,187,219,3,0,124,181,211,213,132,199,1,0,124,85,60,209,182,171,2,0,126,213,252,120,96,8,3,0,133,149,193,238,4,71,3,0,135,21,74,108,82,176,1,0,135,213,226,235,82,228,2,0,136,245,50,73,181,74,4,0,137,149,67,179,157,155,3,0,138,117,108,138,182,182,1,0,138,213,44,243,155,13,3,0,139,149,255,144,185,90,3,0,140,149,232,242,174,27,4,0,141,53,221,209,220,182,2,0,141,21,94,132,71,65,4,0,142,85,89,8,133,135,1,0,142,181,109,202,251,238,1,0,142,53,28,29,129,109,3,0,143,53,230,109,110,32,4,0,143,245,222,210,97,57,4,0,144,181,180,121,119,192,3,0,147,245,150,92,184,97,2,0,147,245,150,92,217,97,2,0,148,181,247,158,81,20,4,0,149,53,94,156,250,38,3,0,152,245,216,51,75,63,2,0,152,21,208,105,208,126,3,0,153,53,114,190,185,89,2,0,155,21,26,3,216,232,1,0,156,245,176,233,148,225,3,0,158,85,69,237,206,201,3,0,158,117,198,59,249,17,4,0,159,53,63,240,56,137,3,0,160,85,2,188,234,35,4,0,161,245,73,186,184,158,2,0,162,21,29,48,177,204,2,0,163,21,203,2,96,163,1,0,163,21,203,2,114,163,1,0,163,53,107,174,170,88,2,0,163,149,76,42,193,255,2,0,163,21,203,2,164,72,4,0,163,21,203,2,180,72,4,0,169,213,25,110,8,13,2,0,169,213,109,243,216,64,3,0,170,245,218,143,9,198,1,0,171,117,210,177,199,180,1,0,171,181,117,103,83,84,2,0,172,213,162,47,47,68,4,0,173,21,108,182,180,170,3,0,173,85,3,184,193,218,3,0,175,85,1,129,238,173,2,0,177,213,43,165,108,11,3,0,177,85,236,105,179,189,3,0,177,149,127,72,29,214,3,0,177,213,235,188,63,51,4,0,178,85,98,79,6,125,3,0,179,213,127,154,137,147,2,0,181,213,175,218,64,164,3,0,181,213,175,218,107,164,3,0,181,213,175,218,163,164,3,0,181,213,175,218,209,164,3,0,181,213,175,218,250,164,3,0,181,213,175,218,42,165,3,0,181,213,175,218,91,165,3,0,181,213,175,218,128,165,3,0,181,213,175,218,169,165,3,0,181,213,175,218,213,165,3,0,181,213,175,218,249,165,3,0,181,245,159,229,247,199,3,0,182,21,137,168,141,136,1,0,182,53,94,210,187,126,2,0,182,181,229,52,86,113,3,0,183,213,196,35,142,99,3,0,184,245,165,172,79,149,3,0,186,85,150,160,148,186,2,0,188,245,152,223,221,166,2,0,188,53,123,123,26,29,4,0,191,213,54,245,122,189,1,0,191,149,252,103,225,109,2,0,191,117,10,62,12,227,3,0,191,245,11,146,123,56,4,0,192,117,205,145,182,241,2,0,192,149,179,124,152,231,3,0,193,213,214,58,192,91,3,0,195,85,204,86,239,90,2,0,196,149,38,28,241,64,3,0,197,181,40,241,144,25,2,0,198,213,154,255,47,92,2,0,198,181,195,186,105,156,2,0,198,213,200,195,224,55,3,0,198,213,238,2,18,158,3,0,200,85,3,199,249,88,3,0,201,181,139,133,217,245,1,0,205,245,152,223,207,166,2,0,209,245,88,236,219,170,2,0,210,21,128,143,98,242,3,0,211,53,47,45,210,47,4,0,212,213,127,133,164,119,2,0,212,53,139,250,106,72,3,0,213,149,113,109,44,201,1,0,213,149,142,243,167,39,2,0,213,117,50,55,40,25,3,0,214,53,113,39,165,206,1,0,214,245,14,160,67,61,2,0,215,53,171,229,149,239,2,0,217,21,2,114,190,105,2,0,217,181,232,242,231,206,3,0,218,21,36,253,124,139,2,0,219,117,36,120,105,158,1,0,220,245,255,20,92,160,1,0,221,53,131,167,41,237,1,0,223,85,167,246,206,115,3,0,223,245,48,143,230,44,4,0,224,213,45,248,51,215,1,0,225,213,205,26,20,100,3,0,225,117,13,80,52,205,3,0,226,213,202,78,8,138,1,0,226,53,19,72,42,50,3,0,227,213,149,227,228,74,4,0,230,149,111,235,51,106,2,0,230,245,31,243,43,227,2,0,232,21,121,171,74,69,4,0,233,149,87,0,190,226,3,0,234,181,11,8,236,131,3,0,236,213,178,87,20,221,1,0,236,213,40,229,217,143,2,0,236,21,115,54,129,202,3,0,238,53,153,100,93,25,3,0,238,181,238,231,234,93,3,0,238,53,112,17,167,26,4,0,239,181,120,107,163,46,2,0,243,149,203,160,136,175,2,0,244,245,19,200,81,199,2,0,245,181,167,228,58,52,3,0,246,85,23,187,145,88,2,0,246,117,1,129,238,128,2,0,247,181,202,55,54,6,3,0,247,117,25,184,207,106,3,0,249,245,121,156,204,148,1,0,250,213,143,178,241,95,3,0,251,149,205,116,82,141,1,0,252,213,171,201,21,42,2,0,252,149,135,90,213,195,2,0,252,181,6,61,69,158,3,0,253,53,87,24,113,250,2,0,255,21,108,51,116,41,3,0,0,54,64,69,7,17,3,0,0,118,116,227,52,64,3,0,3,22,48,158,61,254,1,0,3,150,8,216,181,37,2,0,5,54,69,21,240,169,1,0,5,86,77,65,70,191,1,0,5,150,141,93,199,56,3,0,7,246,201,67,17,137,2,0,8,182,226,255,131,55,3,0,10,150,225,226,239,180,1,0,11,246,177,93,95,155,1,0,11,86,131,53,71,178,2,0,13,214,116,45,124,231,1,0,13,246,205,162,236,52,4,0,14,22,160,63,2,230,1,0,14,22,214,38,177,53,3,0,16,150,54,118,11,219,1,0,16,118,1,239,171,87,3,0,17,54,190,211,227,16,3,0,19,86,245,150,10,13,4,0,21,182,221,102,108,63,2,0,22,22,23,211,184,172,3,0,22,182,197,240,155,201,3,0,26,182,134,173,221,240,1,0,26,86,89,171,44,209,2,0,26,118,132,17,78,197,3,0,27,182,53,102,116,138,1,0,27,54,124,200,147,247,2,0,27,118,31,55,151,161,3,0,29,54,135,122,0,216,1,0,29,22,231,49,208,12,2,0,30,118,111,73,244,170,2,0,34,214,214,127,60,146,2,0,34,54,178,209,205,188,2,0,35,54,227,148,68,208,3,0,37,22,233,158,48,88,2,0,37,246,83,73,176,243,2,0,37,22,149,250,18,9,3,0,38,22,189,206,34,150,1,0,38,22,16,146,193,124,3,0,39,182,250,245,168,0,3,0,41,246,197,92,3,61,3,0,42,22,62,99,147,89,3,0,42,246,247,238,92,94,3,0,43,182,9,4,254,137,3,0,45,214,191,59,236,0,3,0,46,246,244,84,27,249,1,0,48,182,59,183,45,96,3,0,49,150,47,18,41,149,1,0,49,22,218,243,134,149,1,0,49,246,117,232,13,122,2,0,49,86,33,15,165,238,3,0,49,150,148,167,66,47,4,0,51,182,238,182,126,80,2,0,51,150,244,106,104,27,3,0,53,54,106,218,199,243,2,0,54,214,242,238,9,195,3,0,55,182,99,0,91,1,4,0,56,86,187,128,189,126,3,0,57,150,57,166,230,245,3,0,59,246,78,59,217,13,2,0,60,150,39,143,64,59,2,0,61,54,26,81,233,171,2,0,64,214,208,16,198,181,3,0,72,246,181,106,138,137,3,0,75,118,164,98,145,94,2,0,76,54,197,89,64,17,2,0,76,150,158,172,150,76,2,0,78,118,160,166,227,41,3,0,78,246,197,64,233,101,3,0,79,22,211,7,101,149,1,0,79,22,173,184,94,171,2,0,80,246,193,22,1,236,1,0,81,246,192,205,122,146,1,0,81,182,18,240,162,236,1,0,82,54,183,252,208,215,2,0,83,246,43,2,115,202,3,0,84,214,183,213,109,25,3,0,86,22,148,71,153,185,2,0,87,86,129,171,152,85,2,0,89,214,201,226,178,125,1,0,89,182,129,211,27,51,3,0,90,150,52,248,133,122,2,0,91,150,31,99,53,28,4,0,92,214,57,74,239,74,4,0,94,214,246,83,15,35,3,0,95,182,254,190,10,8,3,0,96,182,113,110,142,114,2,0,97,54,28,189,249,148,3,0,97,182,246,233,142,228,3,0,98,22,23,194,21,102,2,0,99,22,212,96,163,234,3,0,100,118,182,249,177,198,3,0,101,22,86,187,76,177,2,0,102,246,181,181,31,28,4,0,104,54,117,220,220,10,3,0,104,22,67,113,118,101,3,0,105,22,110,152,108,208,2,0,106,214,153,223,130,109,2,0,106,118,110,216,222,196,3,0,107,22,16,32,73,239,2,0,109,22,206,21,196,115,2,0,109,54,179,232,126,180,2,0,111,86,76,85,12,27,3,0,111,214,229,23,186,152,3,0,114,246,249,250,93,68,2,0,114,86,95,113,165,121,3,0,115,182,83,171,82,110,3,0,115,118,60,164,157,211,3,0,117,150,157,11,66,229,2,0,119,22,152,92,9,186,3,0,121,86,37,211,232,208,1,0,121,182,161,66,24,19,2,0,122,150,205,170,47,201,3,0,124,182,2,75,180,102,2,0,125,22,183,216,205,150,3,0,125,246,158,92,181,38,4,0,125,54,231,40,14,62,4,0,126,54,198,64,180,103,2,0,130,214,6,242,170,95,2,0,132,22,53,237,121,5,2,0,132,246,1,90,145,232,3,0,133,86,109,252,16,143,2,0,134,118,127,156,119,235,2,0,135,118,154,17,24,125,2,0,136,54,95,53,7,149,1,0,136,214,27,115,15,98,3,0,138,214,96,108,197,213,2,0,138,118,130,121,1,139,3,0,138,22,23,92,80,234,3,0,138,182,62,94,217,255,3,0,138,214,215,154,104,58,4,0,139,22,10,206,148,213,2,0,139,86,56,222,183,215,2,0,144,22,197,112,231,145,2,0,144,182,225,181,11,171,2,0,144,214,121,135,194,24,4,0,147,182,208,34,249,26,2,0,147,246,239,146,81,187,2,0,149,54,63,184,10,151,2,0,150,86,18,204,113,35,4,0,151,22,110,105,242,110,2,0,153,246,117,109,58,130,2,0,154,182,43,143,161,80,3,0,155,182,53,92,135,142,3,0,156,22,64,155,22,108,3,0,157,22,72,191,69,120,3,0,158,246,66,173,121,3,3,0,159,150,23,195,23,82,2,0,159,22,133,24,97,32,4,0,160,54,217,166,109,17,4,0,161,182,121,235,51,5,2,0,161,182,247,130,47,129,2,0,162,54,164,203,138,62,2,0,162,182,243,118,161,69,4,0,165,54,46,91,241,129,1,0,165,182,24,81,105,205,2,0,168,150,247,155,50,69,3,0,170,118,191,61,92,61,2,0,170,118,73,54,78,194,2,0,171,54,169,47,237,133,3,0,172,150,52,248,27,120,2,0,173,182,14,6,85,22,3,0,174,86,41,20,53,171,1,0,174,86,202,252,92,135,2,0,174,150,12,20,255,31,4,0,175,118,227,101,100,166,2,0,175,150,41,188,121,95,3,0,176,54,33,195,40,182,2,0,177,246,215,127,75,33,3,0,177,246,180,113,177,159,3,0,178,246,91,69,236,13,2,0,178,118,111,14,104,239,3,0,179,214,36,11,43,135,2,0,183,150,52,248,40,120,2,0,183,86,20,37,175,169,2,0,185,118,122,96,106,170,1,0,187,150,243,32,71,117,3,0,189,118,114,58,18,22,3,0,189,118,35,119,160,53,4,0,190,54,62,218,111,184,1,0,191,214,46,215,180,249,3,0,193,118,247,249,178,242,1,0,193,86,60,227,11,67,3,0,194,246,110,223,130,127,1,0,194,22,203,110,183,80,2,0,194,246,110,51,94,41,3,0,195,182,183,121,184,200,1,0,195,214,176,196,9,142,3,0,196,118,179,159,46,25,4,0,200,54,252,184,110,1,3,0,200,22,154,202,103,67,3,0,201,118,141,38,155,150,3,0,202,182,162,80,0,74,3,0,204,182,132,118,106,227,1,0,205,246,146,30,163,40,2,0,207,54,201,17,105,139,2,0,208,118,49,51,251,195,3,0,209,118,38,253,68,245,1,0,211,22,64,151,161,237,1,0,211,118,228,231,236,150,2,0,211,86,191,181,8,248,2,0,212,86,39,24,176,227,1,0,212,118,155,188,110,123,2,0,212,118,50,12,158,46,3,0,213,54,199,174,133,176,1,0,214,86,95,201,246,207,2,0,215,214,24,223,2,39,2,0,215,118,186,186,118,148,2,0,216,150,144,29,73,163,1,0,216,246,81,105,235,138,2,0,217,22,15,96,254,154,1,0,217,246,247,28,202,158,3,0,219,118,125,109,252,212,3,0,219,54,194,214,109,44,4,0,220,150,167,192,208,52,2,0,220,86,153,131,219,70,2,0,220,22,220,187,14,32,3,0,222,214,32,132,69,252,1,0,222,246,136,127,41,248,3,0,223,118,74,3,212,80,2,0,224,182,113,226,205,186,2,0,225,182,24,81,247,204,2,0,225,150,242,66,173,45,4,0,226,54,159,198,63,208,2,0,226,246,71,16,51,188,3,0,227,182,153,80,44,57,4,0,228,246,248,182,213,1,2,0,228,54,77,71,80,49,3,0,229,246,72,58,84,175,2,0,232,150,117,243,191,96,2,0,233,54,118,56,205,177,1,0,233,54,231,91,77,183,3,0,233,118,210,236,31,46,4,0,234,246,84,162,182,130,2,0,235,54,59,184,145,198,2,0,236,54,123,183,0,105,3,0,236,182,164,120,149,65,4,0,240,150,142,189,78,195,1,0,240,214,73,70,106,101,3,0,240,246,107,49,230,118,3,0,240,86,49,93,242,63,4,0,242,22,221,69,127,146,3,0,243,150,173,199,89,61,3,0,244,22,17,5,215,10,4,0,245,182,44,76,129,29,4,0,247,150,60,218,231,27,3,0,247,214,32,97,104,190,3,0,251,86,62,192,160,178,1,0,251,54,53,52,29,195,2,0,252,86,94,215,60,146,1,0,252,86,245,108,161,66,2,0,252,54,97,229,22,69,3,0,0,247,168,141,43,200,1,0,1,151,234,214,243,49,2,0,2,55,150,229,129,151,1,0,3,247,88,199,122,39,3,0,3,247,244,80,54,239,3,0,4,183,110,131,204,193,1,0,4,215,132,54,234,106,3,0,6,119,83,23,131,217,3,0,8,151,94,205,20,212,3,0,8,87,78,1,184,222,3,0,9,247,54,247,149,124,3,0,10,151,49,107,125,31,3,0,10,151,60,62,15,119,3,0,12,151,253,154,150,64,3,0,13,55,194,54,138,35,3,0,15,247,30,39,114,59,2,0,15,119,219,67,126,27,3,0,16,247,181,0,252,8,3,0,16,247,83,23,247,251,3,0,17,151,71,208,135,216,1,0,17,247,72,108,129,224,1,0,17,87,18,192,95,64,2,0,17,55,199,61,73,129,2,0,18,151,156,124,34,128,1,0,18,151,52,248,229,110,2,0,18,55,199,61,29,129,2,0,19,215,181,148,223,250,1,0,19,247,139,191,216,149,2,0,20,55,196,80,177,134,1,0,22,23,99,160,251,189,2,0,23,87,164,155,239,131,1,0,23,87,182,176,128,144,2,0,25,247,143,117,192,252,1,0,25,247,143,117,216,252,1,0,25,151,3,90,99,153,2,0,25,183,39,54,211,8,3,0,27,119,53,81,54,124,2,0,27,215,247,201,84,190,3,0,28,247,34,173,119,177,1,0,29,55,166,188,186,47,2,0,29,183,101,103,221,25,4,0,30,247,103,154,111,44,2,0,31,247,250,67,239,170,1,0,31,23,223,6,225,246,1,0,31,151,9,113,86,243,2,0,33,119,80,246,0,250,1,0,33,23,147,86,244,139,3,0,33,151,210,138,73,227,3,0,34,151,33,15,150,201,1,0,34,151,33,15,165,201,1,0,36,55,54,165,181,16,2,0,39,87,40,194,38,102,2,0,42,55,245,68,216,172,2,0,43,87,10,239,171,196,3,0,44,247,112,33,103,104,2,0,44,215,80,5,206,171,2,0,44,55,46,218,84,70,3,0,46,23,44,167,91,210,1,0,46,23,209,46,110,240,3,0,47,247,28,13,129,24,2,0,48,247,248,236,199,21,2,0,52,183,3,181,15,251,1,0,52,23,129,176,34,91,3,0,54,183,195,16,17,96,2,0,55,55,95,68,193,52,3,0,57,119,121,132,73,138,3,0,58,247,157,250,27,68,4,0,61,87,27,224,95,142,3,0,62,23,59,38,249,154,2,0,63,119,154,18,146,123,2,0,63,215,91,43,203,77,3,0,64,119,1,21,162,3,2,0,64,87,239,249,48,247,2,0,65,87,11,173,192,91,2,0,66,23,167,153,102,80,3,0,68,119,39,38,63,242,2,0,70,55,78,94,186,210,1,0,71,183,43,166,187,213,3,0,72,119,29,145,175,217,3,0,73,151,134,121,87,195,2,0,73,55,90,75,234,219,3,0,76,55,103,255,198,16,4,0,77,119,153,188,192,123,2,0,77,119,115,82,7,29,3,0,77,119,223,124,36,63,4,0,80,151,2,242,128,181,3,0,81,87,99,30,198,59,2,0,81,247,19,51,220,61,3,0,84,215,99,140,110,213,2,0,84,87,198,201,149,243,3,0,86,55,117,71,5,229,1,0,87,119,158,19,39,100,3,0,88,55,45,104,251,51,3,0,89,55,145,211,223,9,2,0,91,247,250,67,5,171,1,0,92,151,139,206,7,229,2,0,92,247,132,80,103,45,3,0,92,119,152,181,78,5,4,0,94,247,237,67,191,253,3,0,95,247,13,177,182,124,2,0,96,151,28,139,215,138,1,0,97,55,205,28,158,143,1,0,98,87,81,243,255,204,3,0,99,215,133,231,75,0,3,0,99,183,243,36,86,56,3,0,99,87,227,173,143,49,4,0,100,55,7,84,165,148,1,0,100,247,221,166,209,184,1,0,102,55,120,152,102,13,3,0,104,247,95,239,58,84,2,0,104,151,52,248,50,115,2,0,104,87,30,43,49,72,3,0,107,215,24,212,249,188,2,0,110,247,85,194,71,106,2,0,110,119,146,220,180,108,3,0,111,247,154,185,176,229,2,0,112,87,25,110,250,167,1,0,112,23,237,17,192,168,3,0,113,87,29,86,38,213,2,0,114,183,115,193,241,237,2,0,114,183,152,6,187,143,3,0,115,119,237,99,244,197,2,0,115,55,150,179,181,136,3,0,116,183,123,132,129,11,2,0,116,119,164,109,247,111,3,0,116,183,215,31,102,128,3,0,116,215,249,42,243,144,3,0,119,151,100,139,168,53,2,0,121,247,227,120,106,214,1,0,122,183,188,109,219,60,4,0,125,119,109,147,63,26,3,0,125,87,74,63,25,222,3,0,126,215,85,180,45,17,3,0,128,87,110,136,9,117,3,0,129,119,138,128,114,130,1,0,130,247,226,128,39,66,2,0,130,215,174,40,27,106,2,0,131,151,193,29,69,200,1,0,133,183,11,74,174,125,2,0,133,247,10,248,179,23,4,0,134,23,52,112,58,58,2,0,134,247,137,185,148,166,2,0,134,247,46,107,90,13,3,0,135,215,65,188,27,41,2,0,135,55,14,245,112,74,3,0,136,87,164,103,254,135,2,0,136,151,24,235,43,86,3,0,137,23,30,248,154,227,2,0,138,87,124,184,27,220,2,0,139,23,119,186,77,68,3,0,140,119,155,59,141,181,1,0,141,119,242,128,113,210,1,0,143,55,85,221,154,37,2,0,143,183,62,193,84,48,2,0,147,55,116,31,111,250,1,0,147,247,79,25,183,75,2,0,147,215,182,62,97,132,3,0,148,151,33,122,99,207,1,0,149,247,151,33,118,241,3,0,149,151,228,250,246,38,4,0,150,215,64,196,248,251,2,0,152,151,167,161,238,221,3,0,155,183,90,234,151,20,3,0,157,151,171,203,217,3,2,0,159,87,124,190,126,176,2,0,160,119,168,12,193,205,2,0,161,87,192,19,77,237,1,0,163,87,25,3,224,30,4,0,164,87,131,148,248,35,4,0,166,183,165,34,174,10,2,0,166,55,31,172,138,252,2,0,168,151,244,36,203,26,4,0,169,23,220,95,205,255,1,0,171,215,218,212,28,151,3,0,175,119,253,106,103,134,1,0,176,183,48,66,207,78,2,0,177,23,192,176,15,200,1,0,181,55,165,55,118,226,2,0,182,247,157,228,77,165,2,0,183,247,15,81,51,30,4,0,184,183,217,216,3,133,2,0,185,247,243,80,217,38,4,0,186,183,203,40,219,136,1,0,188,55,32,238,60,60,3,0,192,151,201,112,154,249,2,0,192,151,217,197,208,118,3,0,193,87,143,99,62,2,2,0,193,23,239,91,24,237,3,0,194,119,210,105,62,192,3,0,196,215,139,160,70,195,2,0,197,87,140,91,20,0,3,0,197,215,233,29,4,73,3,0,197,151,229,64,148,191,3,0,198,215,39,149,83,15,4,0,200,87,177,45,195,46,2,0,204,151,37,67,176,84,3,0,205,247,114,26,3,90,2,0,205,151,54,2,133,225,2,0,205,151,38,51,80,195,3,0,206,55,109,67,125,246,1,0,206,55,7,122,174,16,3,0,210,151,54,96,222,23,3,0,211,87,228,229,127,18,2,0,211,55,155,63,159,153,3,0,214,87,167,233,105,90,2,0,214,87,152,137,168,219,3,0,215,119,212,47,81,186,3,0,215,119,212,47,98,186,3,0,217,119,174,47,160,165,1,0,217,87,67,208,159,235,2,0,217,55,43,134,147,12,3,0,217,151,59,20,18,49,3,0,217,183,134,13,14,167,3,0,218,183,57,143,214,117,3,0,218,119,235,80,250,186,3,0,221,215,229,5,217,50,3,0,225,119,114,214,21,218,1,0,225,23,209,250,160,6,4,0,227,183,191,238,65,37,3,0,228,87,103,212,110,55,2,0,228,215,123,98,63,83,2,0,228,151,178,191,253,198,2,0,229,55,12,243,238,214,1,0,230,247,213,24,78,171,1,0,231,87,37,37,104,98,2,0,231,151,14,240,235,98,2,0,232,215,188,194,108,71,3,0,233,151,44,52,226,197,2,0,235,183,25,80,173,201,3,0,236,247,225,154,42,233,2,0,237,119,227,251,92,194,1,0,237,247,170,115,85,12,4,0,238,151,219,105,137,137,2,0,238,151,86,130,250,211,3,0,239,215,154,49,185,85,3,0,241,87,235,190,62,2,3,0,241,151,12,28,202,53,4,0,242,215,51,84,136,176,3,0,243,215,131,97,141,20,2,0,245,247,39,81,26,158,2,0,245,183,198,79,19,219,2,0,246,183,56,41,151,58,2,0,246,23,167,103,242,25,4,0,247,151,7,197,114,178,2,0,248,151,2,3,166,224,1,0,249,215,181,25,151,32,3,0,250,215,218,182,66,23,2,0,250,183,237,253,132,13,4,0,251,87,229,126,185,69,4,0,252,55,72,44,150,2,3,0,252,151,227,189,62,118,3,0,253,151,54,136,27,43,2,0,253,183,244,73,32,16,3,0,254,23,190,15,255,107,3,0,0,56,249,181,118,247,3,0,2,56,164,228,149,102,3,0,3,56,171,47,148,82,2,0,3,24,62,159,75,176,3,0,5,152,141,99,24,138,1,0,6,24,35,112,117,227,3,0,8,120,6,244,67,231,1,0,12,152,173,19,159,165,2,0,13,56,184,186,27,146,2,0,13,184,50,246,58,130,3,0,14,248,18,209,44,2,3,0,14,184,126,133,134,219,3,0,15,152,58,66,174,230,2,0,15,184,154,95,196,40,4,0,18,248,18,144,65,215,2,0,21,88,80,245,219,63,2,0,21,152,158,128,105,203,3,0,23,216,116,122,216,150,1,0,23,24,177,174,250,161,1,0,23,184,91,128,113,70,4,0,26,184,24,75,50,79,3,0,26,88,123,74,116,201,3,0,28,184,191,72,160,249,1,0,28,184,199,130,255,176,2,0,30,56,9,237,117,175,1,0,31,248,82,79,56,157,3,0,33,56,231,160,242,234,2,0,34,120,14,246,100,221,3,0,35,56,185,132,144,191,1,0,37,216,200,183,130,131,1,0,37,120,201,112,51,13,2,0,37,24,100,183,38,217,2,0,38,184,105,200,62,187,2,0,39,120,251,20,206,135,2,0,40,152,218,178,70,113,3,0,41,88,127,138,229,167,1,0,41,248,35,210,73,175,1,0,41,56,192,78,150,199,1,0,43,56,87,163,24,160,2,0,43,184,101,199,199,171,3,0,44,248,101,126,10,20,2,0,44,24,157,179,118,60,2,0,44,184,202,207,141,166,3,0,45,216,26,12,236,10,2,0,45,88,77,244,208,230,3,0,47,216,107,68,118,238,1,0,49,248,71,176,66,179,1,0,49,120,206,48,135,242,1,0,51,184,54,194,31,156,1,0,52,248,183,47,57,5,3,0,53,56,249,207,202,216,1,0,55,120,97,146,162,144,1,0,55,24,114,227,91,254,1,0,55,216,153,223,7,115,2,0,59,184,21,211,15,116,2,0,59,248,90,164,254,217,3,0,59,56,127,167,202,72,4,0,60,184,211,173,145,84,3,0,63,120,242,143,70,136,3,0,66,152,25,11,108,109,3,0,69,184,74,220,126,123,2,0,69,88,110,155,212,167,2,0,70,88,223,149,142,63,3,0,70,88,131,121,179,21,4,0,72,120,59,184,140,181,2,0,72,56,158,225,21,43,4,0,73,152,4,54,3,169,3,0,76,56,239,179,70,205,1,0,76,152,182,155,182,225,3,0,76,56,0,7,107,13,4,0,82,88,34,56,181,95,3,0,84,152,99,163,204,175,2,0,84,216,75,127,0,240,2,0,86,184,136,51,211,67,4,0,90,88,158,253,184,4,3,0,90,120,169,229,95,154,3,0,91,152,108,208,255,252,1,0,92,120,217,253,74,154,2,0,92,248,245,198,112,159,2,0,94,24,223,66,175,180,1,0,94,24,105,184,254,222,2,0,94,216,16,46,164,131,3,0,95,152,114,156,158,68,3,0,96,216,148,149,232,9,3,0,96,248,0,99,89,54,3,0,99,88,42,15,47,253,1,0,101,56,118,166,186,149,1,0,103,56,67,131,48,246,1,0,103,248,43,141,6,11,2,0,103,120,189,239,187,99,2,0,103,248,178,162,210,53,3,0,103,216,248,66,151,55,3,0,106,120,199,85,186,20,3,0,107,120,193,72,217,18,4,0,109,56,200,202,251,250,2,0,110,184,64,37,12,206,3,0,113,216,108,253,143,187,1,0,115,184,2,131,181,49,4,0,117,152,203,17,146,60,4,0,118,184,54,63,84,33,4,0,119,184,50,128,235,0,2,0,119,120,189,25,130,96,2,0,120,24,239,185,59,198,3,0,120,248,254,192,106,3,4,0,121,120,71,231,180,195,1,0,122,152,4,195,211,82,2,0,122,216,123,184,8,218,2,0,125,88,183,84,3,135,3,0,127,184,166,210,59,32,3,0,127,88,237,156,93,59,4,0,130,120,185,196,22,213,3,0,130,88,209,47,149,234,3,0,133,56,212,123,214,33,2,0,136,216,200,183,109,131,1,0,137,56,90,104,198,250,1,0,137,56,21,192,64,75,2,0,138,56,21,192,185,74,2,0,139,88,25,15,41,239,2,0,141,120,170,200,218,5,2,0,141,88,183,165,247,183,3,0,142,24,49,51,93,211,1,0,143,88,204,168,197,176,1,0,143,56,19,61,133,0,2,0,144,88,151,73,96,241,1,0,145,152,153,223,210,132,2,0,145,120,157,127,45,247,3,0,148,24,8,49,199,113,2,0,149,56,145,61,3,42,2,0,149,56,151,94,135,158,3,0,150,88,222,61,118,94,2,0,150,216,125,67,159,143,2,0,150,88,61,198,26,64,4,0,154,88,10,8,247,14,4,0,154,24,58,158,200,70,4,0,156,56,120,25,205,88,2,0,158,88,28,180,103,112,3,0,159,216,123,3,113,106,2,0,159,152,73,103,19,45,3,0,160,184,37,165,229,55,2,0,161,120,113,27,64,220,1,0,161,152,191,57,160,240,1,0,161,88,130,205,110,2,2,0,161,152,239,22,255,229,2,0,161,24,148,48,76,253,2,0,162,216,35,145,231,23,2,0,163,88,94,202,115,40,4,0,163,24,48,91,184,63,4,0,164,216,153,102,38,190,2,0,167,24,137,13,54,30,3,0,169,88,250,94,37,64,2,0,169,120,87,155,59,155,2,0,170,152,138,219,237,130,1,0,175,24,27,226,105,10,3,0,176,152,129,192,23,75,4,0,176,152,129,192,64,75,4,0,177,88,76,250,134,196,1,0,179,216,124,209,190,9,3,0,179,120,162,203,173,110,3,0,179,88,117,96,112,127,3,0,179,184,94,110,149,238,3,0,180,120,65,66,99,207,3,0,182,184,73,170,208,31,2,0,183,88,205,154,98,136,1,0,183,184,100,56,241,104,2,0,184,88,136,185,162,174,1,0,188,184,48,188,241,213,3,0,189,120,124,153,16,15,4,0,191,248,38,22,244,168,2,0,191,24,37,32,204,12,4,0,195,248,71,212,255,175,2,0,197,24,115,57,84,41,2,0,201,120,160,78,82,141,2,0,204,88,210,199,151,53,3,0,204,24,163,213,55,236,3,0,207,88,180,38,161,223,1,0,208,56,101,235,53,62,3,0,209,248,196,179,129,251,3,0,210,216,80,201,248,90,3,0,213,120,130,133,180,202,1,0,213,152,254,125,50,19,4,0,215,56,219,219,58,233,1,0,215,24,53,120,121,143,2,0,216,152,182,65,110,49,4,0,216,184,251,26,77,55,4,0,217,152,255,243,148,149,3,0,218,248,35,227,4,201,1,0,218,184,62,193,110,48,2,0,219,216,112,37,197,178,1,0,219,88,30,1,208,190,1,0,220,24,24,242,124,183,2,0,220,248,0,153,233,29,3,0,220,24,51,111,155,148,3,0,224,184,11,74,225,127,2,0,226,248,125,26,181,25,2,0,226,152,113,52,219,233,3,0,228,184,135,129,157,88,3,0,229,248,50,38,36,111,2,0,230,184,103,80,171,12,2,0,230,24,250,74,143,255,2,0,231,216,222,45,15,1,4,0,232,184,159,243,151,123,3,0,233,152,149,23,165,225,1,0,234,24,2,223,147,173,2,0,237,56,157,66,96,80,2,0,240,216,76,75,72,57,2,0,240,24,22,129,28,95,2,0,240,248,67,9,194,2,3,0,240,216,244,139,172,11,3,0,241,152,24,232,50,23,4,0,242,120,193,155,155,170,3,0,245,248,78,143,168,251,1,0,246,184,116,106,5,206,1,0,246,152,160,113,88,103,3,0,246,152,248,248,249,125,3,0,247,56,4,121,44,168,1,0,247,248,10,143,81,101,2,0,249,88,232,35,6,252,2,0,252,152,6,160,238,244,1,0,255,24,70,58,13,199,1,0,0,153,67,44,171,116,3,0,1,25,166,195,116,223,2,0,6,185,57,86,33,216,1,0,7,185,48,49,41,158,2,0,8,217,28,162,255,202,3,0,9,121,108,60,69,210,2,0,9,57,230,36,255,237,3,0,11,217,241,34,75,36,3,0,12,249,234,17,34,130,2,0,12,249,210,188,165,171,3,0,13,153,146,12,97,188,3,0,14,217,57,184,218,209,1,0,14,217,133,144,167,111,2,0,14,153,59,99,128,162,3,0,14,121,153,86,22,180,3,0,14,121,192,57,109,18,4,0,15,25,247,150,122,85,3,0,17,89,212,25,60,194,3,0,22,217,203,60,195,224,3,0,25,121,96,236,154,153,1,0,27,249,72,23,131,129,1,0,27,25,33,9,93,247,2,0,27,57,35,241,142,73,3,0,31,57,228,124,79,96,3,0,32,57,41,162,51,134,2,0,33,217,241,16,138,203,1,0,35,217,120,184,4,6,2,0,35,89,185,77,163,66,4,0,37,249,52,134,59,168,2,0,37,153,87,77,192,35,3,0,38,153,238,89,166,127,2,0,39,25,110,105,3,111,2,0,39,89,182,77,102,137,2,0,40,121,63,150,125,112,2,0,40,217,128,251,167,85,3,0,41,121,84,108,174,134,2,0,45,249,205,3,87,191,2,0,45,57,93,148,21,42,4,0,46,89,31,137,241,245,2,0,47,249,147,40,205,145,3,0,48,25,227,143,82,145,1,0,48,121,169,61,48,21,4,0,50,57,31,40,91,21,4,0,52,57,81,134,195,70,2,0,52,89,158,188,69,123,2,0,53,185,203,56,96,187,3,0,56,57,241,181,237,192,3,0,56,89,220,149,196,49,4,0,57,249,96,102,15,89,3,0,58,185,80,5,214,141,3,0,59,153,93,181,101,104,3,0,61,121,118,90,50,151,1,0,63,249,235,90,118,155,1,0,64,121,167,103,73,42,4,0,66,25,221,123,235,100,2,0,66,25,101,186,76,161,2,0,67,57,134,202,58,238,1,0,67,153,200,149,247,91,2,0,67,121,130,161,118,243,3,0,69,153,121,126,179,250,3,0,70,121,19,192,19,70,2,0,70,89,237,2,127,101,2,0,70,249,127,2,208,233,2,0,72,153,106,46,6,141,1,0,72,185,220,231,100,255,2,0,75,185,186,44,118,160,1,0,75,185,154,243,219,243,2,0,75,249,125,123,135,186,3,0,78,249,141,67,178,143,2,0,79,57,31,21,163,235,3,0,80,57,186,20,80,75,2,0,80,89,28,126,170,252,2,0,80,121,55,239,211,22,4,0,82,25,69,210,229,193,3,0,84,153,225,152,216,86,2,0,84,153,103,52,42,125,2,0,85,25,230,248,3,100,3,0,86,121,121,177,134,222,3,0,88,25,111,16,143,147,3,0,89,89,12,222,129,72,3,0,92,249,85,114,144,130,1,0,93,57,172,220,250,54,4,0,95,89,191,203,56,192,2,0,95,153,109,157,211,176,3,0,98,89,164,155,151,131,1,0,99,25,134,206,142,45,2,0,99,121,19,192,3,70,2,0,100,25,2,119,11,234,1,0,102,217,222,143,37,234,2,0,103,249,55,41,223,132,1,0,103,121,197,66,69,51,2,0,103,89,76,158,100,111,2,0,106,153,102,155,234,140,2,0,110,185,176,157,234,187,3,0,111,217,239,187,155,133,2,0,111,185,124,168,168,22,3,0,113,25,105,28,140,197,2,0,113,185,212,198,101,16,3,0,114,57,112,203,100,173,2,0,117,185,225,151,6,147,2,0,117,153,119,169,118,167,2,0,117,217,151,75,236,211,2,0,118,25,91,61,27,201,3,0,121,25,196,100,41,111,3,0,123,153,44,29,55,236,1,0,128,153,249,104,132,21,2,0,129,153,56,59,178,173,1,0,129,25,41,113,77,233,1,0,129,121,246,221,38,24,2,0,130,89,243,150,177,53,4,0,131,217,125,164,239,226,1,0,132,185,230,33,43,169,3,0,133,121,232,28,155,132,1,0,136,57,105,64,122,168,3,0,137,121,110,181,81,2,3,0,137,57,242,228,146,38,4,0,141,25,244,56,252,32,2,0,141,25,40,64,187,190,2,0,141,217,213,13,83,60,3,0,142,217,226,138,106,242,2,0,143,121,18,175,80,18,3,0,143,217,252,214,222,88,3,0,146,121,119,116,146,57,2,0,146,153,84,149,115,130,3,0,147,121,124,6,168,19,3,0,147,121,33,97,120,190,3,0,148,89,161,81,40,255,1,0,148,121,151,192,87,156,2,0,148,185,243,39,30,17,3,0,150,217,26,177,32,87,2,0,150,249,2,133,109,219,3,0,151,57,186,239,233,237,1,0,151,153,109,26,191,44,4,0,152,153,176,53,216,44,4,0,153,153,159,93,180,132,2,0,154,121,226,92,202,247,2,0,155,89,206,54,93,70,4,0,156,121,30,56,123,222,1,0,156,249,47,89,105,108,3,0,157,153,3,139,213,145,2,0,158,217,153,223,93,112,2,0,159,185,251,227,24,166,1,0,159,185,147,115,15,238,2,0,160,249,41,90,62,232,2,0,160,249,86,64,6,153,3,0,161,57,37,29,17,255,2,0,161,249,138,106,180,231,3,0,162,185,28,7,136,245,1,0,162,153,133,232,165,54,3,0,165,249,8,2,68,245,2,0,165,89,248,253,1,66,4,0,169,89,87,59,238,139,1,0,169,153,204,68,130,95,2,0,169,25,156,93,245,241,3,0,170,89,158,185,126,128,3,0,171,217,46,197,95,186,1,0,173,153,120,130,110,162,1,0,174,25,199,183,73,87,3,0,176,153,115,200,199,127,2,0,176,89,65,43,102,159,3,0,176,185,37,119,226,200,3,0,177,153,56,93,155,255,1,0,178,89,237,134,161,0,2,0,181,153,136,242,9,248,3,0,182,185,78,166,225,70,4,0,184,153,12,177,140,240,1,0,184,185,196,111,142,32,2,0,184,89,214,176,166,234,2,0,185,185,86,26,245,228,2,0,186,25,76,250,95,152,1,0,186,249,239,147,213,14,3,0,187,57,226,69,43,105,3,0,188,89,109,209,212,128,1,0,189,89,185,147,171,162,1,0,189,89,85,71,140,11,4,0,190,153,202,35,188,230,1,0,190,153,9,171,96,52,2,0,191,25,1,165,206,10,2,0,191,217,236,144,237,195,2,0,192,89,116,175,105,33,2,0,192,249,90,47,217,139,3,0,193,121,220,77,98,174,1,0,193,57,86,100,255,190,3,0,195,185,193,181,16,141,2,0,197,57,102,149,124,14,4,0,198,217,122,77,45,28,2,0,198,185,72,4,168,151,2,0,198,89,166,125,33,19,3,0,200,121,252,223,73,23,4,0,201,185,40,189,145,202,1,0,201,57,136,163,97,253,2,0,201,89,201,100,7,0,4,0,202,89,223,144,100,61,4,0,203,121,171,72,221,232,2,0,203,185,55,238,55,41,3,0,204,217,207,169,146,244,1,0,204,185,179,129,147,1,3,0,204,57,140,48,246,223,3,0,206,89,131,118,239,224,2,0,206,89,249,130,157,127,3,0,207,25,57,66,138,124,2,0,207,249,172,51,185,252,2,0,210,185,103,144,139,38,2,0,210,185,88,208,179,195,3,0,211,121,113,250,81,142,1,0,211,153,234,231,5,225,3,0,212,121,59,184,69,182,2,0,213,185,228,115,144,109,3,0,216,121,41,21,117,224,2,0,217,25,160,0,182,22,3,0,220,153,224,152,86,86,2,0,221,153,162,116,141,197,1,0,222,57,154,165,79,161,3,0,223,153,59,132,223,148,2,0,224,153,211,75,198,202,1,0,224,25,124,184,173,216,2,0,224,217,216,187,36,77,3,0,227,185,151,157,109,210,3,0,228,185,239,50,97,17,3,0,230,57,199,117,79,240,2,0,230,185,98,90,217,11,4,0,231,25,148,115,161,99,3,0,231,57,16,251,233,184,3,0,231,121,251,254,246,216,3,0,231,57,230,142,213,62,4,0,236,153,171,107,17,179,2,0,236,89,138,95,60,140,3,0,237,185,29,62,99,64,3,0,238,25,82,246,132,204,2,0,239,57,139,164,136,194,3,0,240,185,131,233,240,19,2,0,241,57,203,13,86,43,2,0,243,153,217,45,116,190,1,0,244,153,52,186,184,177,1,0,245,25,145,16,75,250,1,0,246,121,230,82,207,89,3,0,247,121,120,12,166,31,3,0,247,217,189,105,171,223,3,0,249,185,99,169,189,208,1,0,249,249,160,61,124,44,3,0,250,153,60,217,197,23,2,0,251,25,238,217,49,180,3,0,251,185,134,83,26,17,4,0,252,89,97,231,158,221,2,0,253,185,172,78,102,224,1,0,253,153,110,119,134,2,4,0,255,185,16,196,33,227,3,0,2,250,230,191,241,3,3,0,2,186,94,39,112,185,3,0,5,154,82,2,212,109,3,0,6,250,52,20,183,209,1,0,6,26,85,82,136,70,3,0,6,58,95,249,72,254,3,0,8,250,216,66,52,123,2,0,8,218,203,224,27,248,2,0,8,26,3,218,187,153,3,0,9,122,168,221,196,31,4,0,11,218,139,78,72,188,2,0,11,218,249,91,251,32,3,0,11,90,51,158,221,38,3,0,12,218,200,172,85,212,2,0,12,250,202,22,109,144,3,0,15,218,48,95,84,4,2,0,16,90,227,217,234,177,2,0,16,218,3,21,225,1,3,0,17,90,21,188,11,207,1,0,17,122,120,214,134,174,2,0,17,218,198,95,209,16,3,0,18,250,217,117,168,231,1,0,20,26,4,91,49,34,4,0,21,250,24,70,156,218,2,0,22,26,90,253,94,151,2,0,24,186,8,199,165,243,1,0,26,154,87,255,137,36,4,0,27,154,144,45,158,198,1,0,27,58,205,131,118,239,1,0,27,122,18,98,147,246,1,0,27,218,151,178,35,179,3,0,29,58,177,176,140,73,2,0,29,90,129,52,194,234,2,0,31,186,82,80,44,4,3,0,32,122,45,193,230,194,2,0,34,90,59,234,131,179,3,0,35,186,98,225,106,136,3,0,35,90,221,128,1,164,3,0,36,218,185,163,229,166,3,0,37,250,185,184,120,11,4,0,38,26,40,167,140,223,2,0,38,26,185,176,54,107,3,0,38,218,199,56,5,60,4,0,38,218,115,196,53,77,4,0,39,186,43,213,12,71,4,0,40,26,7,244,241,231,1,0,40,26,7,173,88,56,2,0,41,26,189,185,181,187,1,0,42,90,200,114,3,160,1,0,42,186,7,100,205,204,1,0,45,250,18,137,247,6,3,0,47,58,113,29,203,69,3,0,47,90,213,205,246,130,3,0,52,122,59,184,1,183,2,0,52,90,159,218,78,217,3,0,53,250,20,81,118,225,2,0,53,186,21,66,141,175,3,0,54,58,76,55,207,153,1,0,54,154,52,248,111,64,2,0,56,218,210,17,255,145,2,0,56,90,22,81,191,201,2,0,56,90,72,10,91,6,4,0,57,218,201,237,22,66,4,0,59,90,90,185,117,145,3,0,61,250,247,86,238,236,1,0,64,154,192,64,235,183,3,0,65,154,160,46,70,40,4,0,66,122,122,33,186,176,2,0,68,218,244,181,249,61,4,0,69,186,20,249,183,41,3,0,70,26,148,126,160,175,1,0,71,26,164,244,160,197,2,0,71,26,19,225,233,8,3,0,71,58,156,85,50,237,3,0,73,250,231,157,44,190,3,0,74,218,26,177,138,86,2,0,75,58,228,175,154,209,2,0,77,26,250,144,38,239,3,0,80,250,161,184,109,244,1,0,82,186,139,20,113,227,2,0,83,122,150,129,154,40,4,0,84,154,164,155,223,140,1,0,84,186,188,229,83,10,3,0,85,58,8,248,184,23,2,0,86,90,141,190,68,243,3,0,87,250,96,213,214,49,2,0,88,186,81,43,138,138,3,0,88,154,212,203,42,235,3,0,90,218,106,38,75,49,4,0,92,154,151,152,123,123,3,0,92,26,195,48,155,35,4,0,93,90,22,81,253,200,2,0,94,90,5,179,90,29,3,0,95,58,116,1,251,179,1,0,95,186,90,226,31,145,2,0,96,250,171,167,31,250,2,0,97,122,76,81,212,91,2,0,98,186,160,214,132,49,3,0,98,122,32,192,98,131,3,0,99,154,33,15,63,4,2,0,100,218,180,159,146,1,4,0,101,90,22,81,119,200,2,0,102,90,50,70,241,232,3,0,102,250,245,73,221,73,4,0,103,90,90,29,232,62,2,0,103,26,41,199,206,200,2,0,104,26,181,153,103,180,3,0,105,122,224,18,36,83,2,0,105,186,157,189,56,112,2,0,105,250,243,210,195,205,3,0,106,90,14,212,209,130,3,0,107,250,46,147,112,219,1,0,107,154,52,248,216,25,2,0,107,58,18,138,33,207,2,0,107,90,255,9,148,14,4,0,109,218,3,206,127,12,3,0,111,58,24,114,29,131,2,0,111,90,184,78,22,189,2,0,114,122,74,193,253,98,2,0,114,218,180,144,176,48,4,0,115,250,45,241,130,134,2,0,116,122,129,130,192,210,3,0,116,122,147,9,244,225,3,0,117,122,133,64,255,210,3,0,118,90,200,114,23,160,1,0,120,58,48,144,167,44,3,0,120,58,185,242,225,26,4,0,122,218,207,46,51,22,2,0,123,154,146,92,92,204,3,0,124,26,180,195,231,58,2,0,124,218,86,111,173,200,3,0,125,154,233,177,232,182,1,0,130,250,164,155,133,138,1,0,130,218,217,68,17,61,2,0,130,218,240,64,77,221,3,0,136,122,211,179,172,217,2,0,136,90,65,120,213,116,3,0,137,186,105,42,26,153,1,0,137,26,30,55,154,204,2,0,137,122,246,130,211,170,3,0,137,250,232,22,24,218,3,0,138,90,218,1,137,235,3,0,140,154,247,58,174,192,2,0,141,26,21,204,64,89,3,0,143,122,237,9,232,132,3,0,145,154,35,248,90,65,4,0,146,218,105,184,122,131,3,0,147,26,238,209,74,83,3,0,147,58,135,222,245,13,4,0,149,250,107,158,23,75,3,0,150,218,6,68,119,152,1,0,150,186,195,109,72,157,2,0,150,186,222,214,232,191,3,0,154,250,69,212,199,131,2,0,154,250,167,131,197,240,2,0,155,122,172,28,236,52,3,0,155,122,133,17,177,88,3,0,156,250,202,126,232,84,3,0,156,250,237,81,140,195,3,0,161,186,62,219,49,136,1,0,161,186,94,203,140,170,1,0,161,90,50,230,92,53,4,0,163,26,161,215,222,169,1,0,163,218,66,36,116,183,1,0,163,122,92,182,136,229,2,0,163,186,115,49,118,193,3,0,163,122,245,168,89,228,3,0,164,218,219,167,90,69,2,0,165,90,40,154,222,60,2,0,166,122,75,60,232,184,1,0,167,90,29,205,156,181,2,0,168,58,171,7,17,199,2,0,168,218,167,237,50,185,3,0,169,218,160,85,160,93,3,0,172,90,186,160,236,252,1,0,173,90,157,84,133,106,3,0,176,122,13,192,19,84,2,0,178,186,191,116,201,1,4,0,180,186,14,13,115,188,1,0,182,218,12,48,233,112,3,0,182,26,35,210,84,172,3,0,186,154,139,104,153,54,2,0,187,154,20,186,240,5,2,0,187,250,104,63,136,106,2,0,187,90,204,3,229,34,4,0,189,90,122,3,137,209,1,0,190,122,130,235,58,252,1,0,191,250,133,168,211,23,2,0,193,250,124,53,138,177,2,0,193,122,23,200,250,48,4,0,194,154,44,147,148,207,3,0,195,90,98,207,27,90,2,0,197,250,91,201,136,110,2,0,197,90,204,240,188,201,3,0,198,154,53,95,223,171,3,0,199,26,224,16,93,89,2,0,199,26,159,119,188,121,3,0,199,90,104,120,40,138,3,0,200,58,51,182,234,194,3,0,203,90,138,63,114,220,1,0,204,90,9,146,1,23,2,0,204,154,165,64,131,122,3,0,207,218,235,76,251,46,3,0,208,154,226,43,74,224,1,0,208,186,47,243,26,249,2,0,209,58,0,28,160,152,2,0,209,58,216,189,71,241,3,0,209,154,56,151,236,11,4,0,211,186,87,195,199,61,2,0,212,154,156,79,2,255,1,0,214,250,69,178,147,237,1,0,214,218,36,121,52,87,3,0,215,122,76,234,37,119,2,0,215,218,83,26,34,59,3,0,216,90,132,86,24,197,1,0,218,218,149,24,239,86,2,0,218,218,135,0,105,147,2,0,218,58,73,50,4,48,4,0,221,58,179,172,175,214,1,0,222,58,197,51,180,79,3,0,223,122,44,224,141,243,1,0,224,250,240,237,145,211,2,0,224,122,211,130,186,162,3,0,226,250,163,26,213,235,3,0,227,58,125,160,189,12,2,0,227,186,245,198,24,154,2,0,229,218,153,223,69,114,2,0,232,218,4,183,75,191,3,0,233,154,96,100,12,71,2,0,233,122,145,6,83,158,3,0,236,218,147,41,139,195,2,0,237,26,108,186,173,147,1,0,238,122,109,112,21,66,3,0,238,122,38,76,28,8,4,0,240,186,231,63,34,126,3,0,243,26,231,85,199,231,3,0,244,218,95,73,204,86,3,0,245,26,141,252,220,221,3,0,245,90,194,19,79,16,4,0,246,186,144,40,167,239,1,0,246,122,67,253,4,64,4,0,247,26,5,74,216,57,2,0,247,58,159,181,19,91,2,0,248,186,236,145,203,185,2,0,248,250,127,98,76,131,3,0,249,26,79,115,170,104,3,0,249,90,45,20,132,216,3,0,251,58,149,188,18,150,1,0,251,218,196,9,153,194,2,0,252,26,59,184,142,199,2,0,252,26,191,236,229,24,3,0,254,58,67,83,69,243,1,0,254,218,66,216,209,162,3,0,1,187,48,112,49,155,1,0,3,251,190,247,249,35,3,0,3,155,246,10,96,137,3,0,3,155,242,164,182,158,3,0,4,219,28,162,230,202,3,0,5,27,31,254,239,248,1,0,6,155,20,15,108,65,3,0,6,27,140,83,127,12,4,0,10,219,174,108,217,41,4,0,11,155,107,225,102,150,2,0,13,59,96,23,191,19,3,0,14,155,63,223,166,11,2,0,14,27,99,121,155,23,2,0,15,219,65,122,5,123,2,0,15,59,57,106,167,254,3,0,17,155,249,182,9,164,1,0,18,219,206,47,19,196,1,0,18,219,195,239,41,99,2,0,18,91,208,42,246,85,3,0,19,187,160,145,118,118,3,0,19,59,248,231,173,251,3,0,22,27,235,97,155,120,2,0,22,251,76,147,213,57,4,0,24,251,64,134,248,230,2,0,27,123,190,57,197,13,4,0,30,59,220,12,147,233,2,0,30,187,203,211,21,230,3,0,32,91,26,102,241,175,1,0,33,251,216,196,169,62,3,0,34,123,5,253,247,121,2,0,36,91,55,227,51,191,1,0,37,251,37,150,43,135,1,0,38,155,24,7,205,161,1,0,43,59,86,149,180,97,3,0,43,251,202,134,41,162,3,0,48,27,26,249,217,194,3,0,49,59,111,165,127,58,2,0,51,219,138,182,167,190,3,0,51,91,149,243,199,55,4,0,52,91,158,153,193,237,1,0,52,123,36,31,27,183,3,0,52,59,159,18,239,255,3,0,54,59,191,238,123,213,1,0,54,91,142,105,181,55,4,0,55,123,121,215,105,95,2,0,55,91,200,45,175,6,4,0,56,27,99,223,75,182,3,0,56,251,171,205,225,228,3,0,58,251,101,91,197,243,1,0,60,123,92,232,84,115,3,0,62,187,49,81,116,128,2,0,62,91,89,27,55,83,3,0,63,251,138,112,217,99,3,0,63,91,53,230,156,106,3,0,64,251,36,156,90,109,2,0,64,59,208,47,75,226,3,0,65,27,139,224,238,10,3,0,66,59,110,134,94,235,2,0,66,59,208,47,59,226,3,0,67,59,3,71,16,211,2,0,67,219,23,228,81,61,4,0,71,91,242,143,54,9,3,0,71,59,208,47,89,226,3,0,72,155,235,78,178,45,2,0,73,59,78,178,155,116,3,0,73,187,119,216,225,199,3,0,76,155,32,68,6,247,2,0,78,219,244,198,96,105,2,0,79,187,125,188,156,243,2,0,84,91,76,81,151,96,2,0,84,187,61,196,186,186,2,0,85,91,170,41,114,32,3,0,86,251,24,39,100,67,2,0,86,91,107,10,255,73,2,0,86,59,117,129,255,19,3,0,87,91,45,189,217,139,1,0,89,59,83,33,136,21,4,0,89,251,108,192,206,21,4,0,91,27,179,122,192,0,3,0,92,123,106,170,86,160,2,0,93,187,175,145,45,51,2,0,94,123,47,238,105,58,2,0,95,59,153,181,44,91,2,0,95,155,107,198,241,9,4,0,97,123,198,104,0,254,1,0,99,91,253,58,41,178,3,0,100,219,62,113,215,220,2,0,100,91,175,129,166,44,4,0,102,27,64,127,215,66,3,0,103,219,93,179,151,20,4,0,104,187,26,225,192,8,3,0,105,187,93,212,146,236,1,0,105,187,109,10,207,175,3,0,106,219,174,227,90,178,1,0,106,187,104,169,21,226,3,0,110,91,164,155,225,131,1,0,110,91,17,106,202,237,2,0,113,219,213,230,33,67,3,0,114,251,74,172,156,134,1,0,115,219,138,116,70,201,3,0,117,219,211,236,5,229,3,0,119,155,195,4,174,146,1,0,119,27,13,162,41,93,2,0,122,187,140,243,3,225,1,0,122,27,4,20,237,2,3,0,122,219,230,73,181,30,4,0,124,251,226,123,161,207,1,0,124,155,141,51,45,0,3,0,124,123,20,150,169,176,3,0,125,219,55,239,66,249,2,0,126,187,16,43,223,67,2,0,128,251,37,150,240,135,1,0,128,251,122,148,7,154,3,0,128,155,75,234,45,250,3,0,130,251,50,176,245,86,3,0,131,251,35,178,58,162,1,0,131,187,204,47,184,66,4,0,132,27,162,6,177,83,2,0,132,219,101,173,102,33,4,0,133,219,2,106,3,112,2,0,134,123,183,250,252,4,4,0,136,59,200,114,141,160,1,0,136,59,54,121,220,214,3,0,137,123,52,30,197,165,1,0,137,251,147,227,41,206,3,0,138,59,138,238,107,135,1,0,139,123,138,75,159,86,3,0,140,219,134,53,137,243,2,0,140,155,165,212,100,40,4,0,142,251,111,49,121,74,2,0,145,59,25,54,89,214,1,0,145,59,108,143,96,77,2,0,147,59,83,120,82,243,3,0,149,219,45,150,14,23,3,0,149,91,81,190,148,129,3,0,149,187,132,201,30,175,3,0,150,59,251,53,172,246,2,0,151,123,54,130,27,126,1,0,152,187,119,110,133,182,1,0,152,91,71,64,239,24,2,0,154,219,235,168,236,74,3,0,155,155,226,81,230,150,3,0,157,251,121,108,17,40,3,0,157,155,101,219,198,59,3,0,158,59,154,166,34,241,1,0,158,251,237,56,160,86,2,0,158,59,51,39,247,240,2,0,158,251,251,121,96,54,4,0,159,187,94,115,242,127,1,0,161,123,72,134,224,176,2,0,161,187,48,141,82,46,4,0,163,251,224,182,33,207,1,0,163,59,167,83,190,127,3,0,164,155,242,55,232,187,1,0,164,155,116,238,181,36,4,0,167,59,42,231,71,252,2,0,168,187,26,177,2,88,2,0,169,123,131,127,22,215,1,0,169,251,187,222,167,227,2,0,170,219,74,219,203,113,3,0,178,123,129,215,61,55,3,0,179,187,64,210,30,224,3,0,180,219,61,185,127,168,2,0,183,219,204,180,104,172,2,0,184,123,254,82,138,184,1,0,184,155,31,147,92,237,1,0,185,91,186,39,236,164,2,0,186,219,153,223,83,114,2,0,189,59,79,29,19,64,2,0,192,123,185,213,72,29,2,0,193,123,232,82,223,129,3,0,194,91,100,55,192,194,1,0,195,27,103,234,229,241,1,0,195,123,222,105,212,110,2,0,196,155,18,58,68,248,1,0,196,155,139,95,138,215,2,0,196,155,106,63,214,234,2,0,196,27,1,102,181,15,3,0,196,219,134,106,44,39,3,0,197,91,81,141,31,16,2,0,198,27,148,165,189,117,2,0,198,219,152,223,198,222,2,0,199,251,251,168,93,216,2,0,201,59,24,81,35,211,2,0,203,219,148,172,33,236,1,0,203,123,227,57,130,84,2,0,204,91,46,190,98,46,3,0,205,27,46,128,184,187,3,0,206,27,166,119,249,132,1,0,207,59,27,11,118,26,4,0,207,59,197,219,76,41,4,0,208,27,178,96,114,3,2,0,208,251,91,219,95,130,3,0,209,187,91,172,193,134,1,0,210,187,163,234,81,52,4,0,212,187,51,201,239,65,4,0,213,251,143,16,85,23,2,0,215,251,193,115,135,206,3,0,216,91,30,206,200,191,1,0,217,187,193,20,111,194,3,0,218,59,99,2,35,22,4,0,219,187,213,214,72,206,2,0,219,187,65,231,9,227,2,0,219,27,113,66,65,20,4,0,222,27,75,184,57,237,1,0,222,187,239,115,12,2,2,0,222,123,13,12,206,160,3,0,223,59,31,12,157,254,2,0,224,219,107,7,23,68,2,0,224,123,250,193,93,92,2,0,224,27,27,95,47,110,3,0,225,251,21,19,20,236,3,0,227,27,15,211,78,2,4,0,229,59,48,42,151,140,3,0,229,91,164,24,65,249,3,0,232,187,2,94,162,151,1,0,232,155,67,198,100,180,1,0,236,219,113,244,37,219,1,0,236,123,27,31,79,95,2,0,237,27,55,162,75,144,2,0,238,219,81,222,100,251,2,0,239,187,211,132,93,235,1,0,240,59,189,109,159,114,2,0,240,27,131,53,63,179,2,0,241,123,173,203,0,74,4,0,242,59,245,46,187,31,2,0,243,123,223,168,178,15,2,0,243,187,18,156,92,249,2,0,245,251,7,134,134,165,1,0,245,187,43,1,53,225,1,0,245,155,200,46,37,124,3,0,247,59,111,9,90,106,3,0,247,59,223,22,199,56,4,0,248,27,114,13,79,67,2,0,249,123,131,146,12,254,2,0,251,91,208,46,170,22,2,0,253,251,80,182,113,117,3,0,253,123,62,228,255,67,4,0,255,251,47,81,187,133,2,0,0,28,142,131,231,161,1,0,1,28,188,77,12,126,3,0,1,220,162,245,59,209,3,0,4,60,67,117,222,87,3,0,6,92,247,170,65,251,1,0,7,156,221,56,213,214,2,0,7,220,14,29,50,245,2,0,10,60,100,32,176,151,1,0,10,188,164,186,74,77,2,0,11,124,218,197,181,47,3,0,16,188,30,81,36,161,3,0,17,28,77,193,54,149,3,0,17,252,78,109,37,45,4,0,18,252,20,25,156,153,2,0,18,124,105,131,21,129,3,0,18,60,116,206,66,16,4,0,19,156,232,17,88,100,2,0,19,156,255,58,76,104,3,0,21,252,93,151,209,96,2,0,22,28,150,17,189,212,2,0,22,124,101,68,45,230,2,0,22,188,209,81,211,111,3,0,23,92,74,152,0,146,3,0,27,92,37,159,45,127,1,0,27,220,29,167,116,245,1,0,29,28,203,248,48,72,4,0,30,124,61,100,107,97,3,0,31,156,167,18,220,155,1,0,31,156,44,81,223,135,2,0,36,60,14,37,88,238,3,0,37,188,84,244,155,253,1,0,37,28,174,121,216,43,2,0,37,92,22,81,97,186,2,0,37,220,245,102,207,43,4,0,38,92,192,178,244,171,1,0,38,92,172,208,27,238,1,0,39,60,24,192,187,40,2,0,40,92,227,192,137,159,2,0,41,124,191,230,90,145,3,0,45,92,67,200,211,143,1,0,45,92,148,172,160,82,3,0,46,92,6,112,197,141,2,0,47,252,60,22,20,125,3,0,48,124,235,100,119,10,2,0,49,60,124,117,47,68,2,0,50,60,124,176,204,30,2,0,50,28,104,182,203,102,2,0,51,124,109,254,244,20,4,0,52,28,132,224,91,55,3,0,53,60,27,241,156,97,2,0,53,92,72,28,169,172,2,0,54,92,244,225,224,206,2,0,54,220,45,168,68,99,3,0,59,188,17,81,162,44,2,0,64,188,134,208,216,244,1,0,67,220,15,99,157,54,4,0,68,156,91,108,117,230,2,0,69,156,51,60,139,143,2,0,70,60,213,179,205,138,2,0,70,188,202,157,119,147,3,0,71,188,92,69,24,106,3,0,72,188,186,56,250,231,3,0,73,60,12,16,22,4,2,0,81,156,246,16,211,157,1,0,90,220,37,96,59,78,2,0,90,124,70,126,99,167,2,0,90,220,16,189,176,56,4,0,93,156,97,11,186,10,3,0,94,28,180,25,27,65,4,0,95,252,139,115,194,60,2,0,97,60,113,222,57,53,2,0,98,28,68,12,107,47,3,0,99,60,163,129,147,199,3,0,100,156,74,223,118,38,2,0,101,252,27,73,43,9,2,0,101,124,11,247,189,105,3,0,102,252,159,214,155,190,1,0,103,188,204,94,135,44,2,0,103,28,24,81,189,216,2,0,103,92,229,144,77,5,3,0,105,220,153,223,128,114,2,0,105,220,156,191,216,68,4,0,107,220,49,47,206,90,3,0,107,92,11,111,55,146,3,0,108,156,170,44,182,51,4,0,110,124,153,193,98,79,3,0,110,156,238,177,145,163,3,0,112,28,153,223,6,165,2,0,112,60,247,218,84,3,4,0,113,124,162,186,18,241,2,0,113,188,237,195,144,34,4,0,114,28,84,124,13,166,2,0,116,252,148,253,167,101,2,0,117,252,128,176,54,169,1,0,117,188,106,40,170,175,3,0,119,188,3,62,215,8,4,0,120,60,21,192,139,74,2,0,123,252,155,74,199,223,2,0,126,124,150,165,15,177,3,0,127,188,35,12,206,58,2,0,128,156,180,14,97,184,2,0,129,188,58,148,135,27,2,0,130,188,23,52,63,199,2,0,131,92,76,158,184,71,3,0,131,28,190,146,78,151,3,0,132,156,71,157,83,128,2,0,134,124,161,94,111,42,3,0,135,124,76,81,64,64,2,0,135,92,139,62,10,148,3,0,136,60,49,194,241,99,2,0,136,156,214,158,239,57,4,0,137,28,70,148,73,108,3,0,139,124,204,154,48,241,1,0,139,60,93,218,64,114,3,0,140,28,55,100,160,168,2,0,143,92,183,203,3,249,2,0,143,188,51,53,225,34,3,0,144,60,124,219,123,115,3,0,145,28,176,53,26,229,1,0,150,252,133,38,28,163,2,0,151,28,45,31,230,123,3,0,151,252,116,122,229,50,4,0,152,60,155,114,74,38,2,0,152,60,213,100,137,255,3,0,153,124,175,19,232,253,2,0,153,220,102,49,253,44,4,0,154,252,73,68,101,140,1,0,154,124,3,125,201,70,3,0,154,60,109,215,188,175,3,0,155,220,67,162,192,120,2,0,155,220,146,70,1,124,2,0,155,252,45,117,66,255,3,0,156,252,53,8,39,196,1,0,162,188,38,165,163,110,2,0,162,92,227,186,155,137,2,0,164,220,84,61,164,170,1,0,164,28,208,186,28,122,3,0,165,220,117,52,204,162,2,0,166,220,198,232,172,71,4,0,167,60,180,131,84,242,2,0,169,220,152,223,199,221,2,0,171,60,0,219,187,6,3,0,173,60,165,0,35,84,2,0,173,156,206,218,110,119,2,0,176,92,145,204,193,181,1,0,177,28,213,13,218,46,2,0,178,188,99,26,170,62,4,0,179,92,89,65,211,210,1,0,179,220,39,80,148,11,2,0,179,220,188,111,129,59,3,0,181,92,124,145,70,17,3,0,182,28,129,54,128,24,4,0,183,252,184,37,13,94,2,0,183,124,172,183,83,71,4,0,184,252,182,144,238,253,1,0,186,28,46,233,9,145,1,0,186,220,153,215,19,35,2,0,186,92,251,202,69,73,2,0,188,188,153,119,49,126,1,0,188,60,225,219,196,116,3,0,190,188,236,189,94,119,2,0,190,220,152,223,185,221,2,0,193,220,153,223,239,115,2,0,194,220,58,129,87,144,1,0,194,188,200,134,123,199,2,0,194,28,51,45,17,14,3,0,194,188,100,57,223,229,3,0,195,220,245,45,19,11,3,0,196,60,234,14,149,134,2,0,197,156,138,24,76,123,3,0,199,156,27,236,151,158,2,0,199,156,127,95,227,237,3,0,199,28,71,12,60,69,4,0,201,156,238,230,62,224,2,0,201,220,39,154,89,62,3,0,203,60,196,226,108,54,3,0,203,28,223,71,228,97,3,0,204,124,130,124,117,168,1,0,204,220,178,98,196,1,3,0,206,124,205,224,69,25,2,0,207,252,61,71,249,162,3,0,208,60,27,188,213,52,3,0,210,124,47,253,165,147,2,0,212,220,42,253,58,253,2,0,212,156,232,93,145,135,3,0,213,92,22,208,212,251,2,0,213,220,239,153,155,230,3,0,214,156,1,87,83,39,4,0,215,60,93,219,179,222,1,0,217,28,37,173,16,205,2,0,218,252,77,255,4,101,3,0,218,28,146,55,60,178,3,0,224,188,194,86,197,11,3,0,225,124,15,93,249,74,2,0,225,156,10,23,78,87,2,0,225,220,250,86,128,240,3,0,227,60,153,160,117,211,1,0,228,252,72,14,140,119,3,0,229,60,49,4,195,232,1,0,229,156,117,205,140,77,2,0,229,60,205,189,81,115,2,0,230,28,115,139,12,186,1,0,231,252,121,119,224,46,4,0,232,124,73,148,214,180,1,0,232,252,16,167,168,187,2,0,233,124,170,140,88,215,1,0,234,220,20,177,49,213,3,0,235,220,168,203,183,218,1,0,237,92,151,102,93,204,1,0,238,188,251,2,91,154,2,0,240,28,152,63,97,115,2,0,240,156,1,150,254,0,3,0,241,252,139,152,115,105,3,0,243,124,134,24,29,55,3,0,245,92,132,253,95,214,2,0,246,60,21,141,146,76,3,0,247,28,220,86,37,235,1,0,247,252,220,163,46,172,2,0,247,92,191,150,226,22,4,0,248,252,154,148,185,35,2,0,250,124,176,229,84,46,2,0,250,220,37,178,107,78,3,0,251,28,160,96,148,140,2,0,251,60,124,227,163,77,3,0,252,92,63,195,42,36,3,0,253,252,86,26,227,228,2,0,253,220,135,233,104,254,2,0,0,125,5,46,201,41,4,0,1,253,188,247,11,181,2,0,2,61,216,12,2,123,3,0,3,157,233,88,146,148,1,0,3,93,155,118,108,153,1,0,5,189,83,157,213,179,3,0,6,253,131,188,103,146,3,0,7,189,219,47,239,232,2,0,9,93,24,81,239,209,2,0,10,61,125,30,111,218,1,0,10,61,154,213,171,221,1,0,11,61,50,35,38,149,2,0,11,29,93,238,223,27,4,0,12,125,104,117,36,181,2,0,13,29,91,83,156,229,2,0,15,61,120,89,75,246,3,0,17,29,0,88,24,99,3,0,19,61,66,175,55,198,1,0,20,29,148,116,182,145,1,0,20,61,84,206,2,214,2,0,22,253,16,43,115,68,2,0,23,253,118,34,1,136,1,0,23,253,237,43,27,253,3,0,25,125,226,220,44,27,2,0,25,221,84,224,90,48,3,0,30,157,32,98,253,167,3,0,30,157,76,34,56,2,4,0,31,221,94,81,22,154,1,0,32,61,3,216,154,158,1,0,32,93,173,216,152,218,3,0,33,61,139,41,227,145,3,0,36,189,39,81,91,149,2,0,36,253,239,242,255,254,2,0,36,93,202,233,76,45,3,0,37,253,235,105,229,18,2,0,37,157,86,228,89,178,2,0,39,93,84,91,239,195,3,0,39,61,100,28,238,10,4,0,41,125,197,128,7,215,3,0,41,61,9,89,0,233,3,0,42,157,45,218,173,28,4,0,43,125,241,204,219,152,1,0,43,253,149,117,170,254,1,0,43,189,230,255,87,45,2,0,44,189,150,233,35,148,3,0,44,189,150,233,57,148,3,0,44,189,150,233,82,148,3,0,45,253,154,128,134,44,4,0,47,93,219,22,237,159,2,0,48,157,142,52,251,199,1,0,49,221,54,123,31,127,3,0,49,221,195,71,69,64,4,0,50,189,223,12,243,165,2,0,50,221,170,58,162,98,3,0,53,221,111,144,105,27,2,0,55,253,107,44,76,254,1,0,56,253,52,10,40,183,1,0,56,61,39,3,235,198,1,0,57,157,191,131,63,43,3,0,58,125,106,17,152,179,1,0,58,157,16,181,254,75,2,0,61,29,69,109,24,60,4,0,62,189,68,23,131,196,2,0,63,221,123,67,229,160,1,0,63,125,82,234,112,2,3,0,64,61,185,9,238,219,2,0,64,125,120,104,61,20,3,0,64,61,223,52,42,43,3,0,64,61,116,178,167,103,3,0,65,189,73,18,59,217,2,0,66,61,105,78,47,129,1,0,67,253,15,32,37,252,2,0,69,61,233,183,175,31,4,0,71,61,48,143,128,78,3,0,72,157,247,126,83,14,3,0,72,221,122,176,154,91,3,0,72,221,117,72,169,102,3,0,72,189,208,233,175,114,3,0,73,189,219,189,110,237,2,0,73,157,173,228,194,242,2,0,78,29,58,226,16,238,3,0,80,61,34,166,79,254,2,0,84,29,143,235,21,199,3,0,85,221,19,192,187,68,2,0,85,189,123,129,19,81,2,0,86,157,7,75,162,238,1,0,88,61,6,112,125,191,1,0,89,29,221,98,254,220,3,0,90,253,220,152,62,190,2,0,90,61,17,95,204,121,3,0,91,189,45,46,106,128,1,0,91,189,30,57,121,172,2,0,92,253,172,14,71,184,2,0,92,189,19,177,235,168,3,0,94,61,20,177,254,141,1,0,94,189,154,85,146,70,4,0,95,29,237,157,71,204,1,0,95,253,187,92,236,230,1,0,95,189,173,85,32,54,3,0,96,221,92,125,106,134,2,0,98,189,227,75,67,153,3,0,100,29,59,184,218,198,2,0,100,221,42,118,149,236,3,0,101,61,86,138,138,210,1,0,101,157,163,120,17,4,4,0,103,221,58,212,151,239,1,0,103,61,84,206,239,213,2,0,103,29,13,42,120,47,4,0,104,93,38,230,212,255,2,0,104,29,45,86,186,185,3,0,105,221,220,148,101,58,3,0,105,157,96,185,220,157,3,0,106,221,171,29,126,159,3,0,107,157,170,32,131,200,1,0,107,157,15,142,142,16,4,0,108,253,170,110,195,14,3,0,111,61,241,106,63,179,3,0,112,61,164,155,255,133,1,0,112,157,254,159,150,253,2,0,116,61,101,6,67,85,2,0,117,29,174,217,213,71,2,0,118,93,181,206,161,208,2,0,118,189,39,92,74,225,2,0,118,125,192,7,92,140,3,0,119,221,121,240,223,185,1,0,120,157,197,38,79,54,2,0,123,61,6,66,18,124,2,0,123,221,172,150,96,209,3,0,124,253,176,142,162,210,1,0,124,189,68,27,183,227,2,0,125,61,217,53,149,78,2,0,125,29,2,242,14,65,3,0,126,125,71,227,247,246,1,0,127,29,100,46,21,72,4,0,128,61,191,83,138,101,3,0,129,157,114,43,62,22,3,0,130,61,22,156,71,81,2,0,130,61,132,74,61,218,3,0,131,93,226,158,1,30,3,0,131,253,54,11,97,211,3,0,133,93,173,42,57,226,2,0,133,29,189,163,232,160,3,0,134,125,241,238,62,44,4,0,136,221,85,88,195,223,3,0,137,253,7,82,33,182,3,0,138,93,123,254,58,93,3,0,138,93,154,184,245,59,4,0,139,189,76,81,179,42,2,0,139,61,122,49,88,74,2,0,140,253,7,30,201,137,3,0,141,93,250,12,108,14,2,0,144,253,205,253,117,19,2,0,145,157,90,39,66,66,4,0,146,125,66,119,173,235,2,0,146,253,205,83,159,197,3,0,147,253,207,125,68,76,3,0,152,125,113,131,4,184,2,0,152,253,252,75,55,214,3,0,153,157,228,187,199,241,2,0,153,125,0,13,114,7,3,0,153,157,153,168,126,207,3,0,154,61,158,119,15,250,1,0,156,189,108,207,189,196,3,0,156,125,212,176,17,40,4,0,161,61,173,20,25,139,1,0,161,61,144,119,145,197,3,0,162,221,100,253,177,150,2,0,162,93,151,40,31,197,3,0,164,93,207,205,230,48,4,0,164,93,241,157,0,51,4,0,165,61,40,163,209,212,2,0,166,93,252,34,56,26,2,0,166,125,9,33,156,59,2,0,166,189,215,134,237,56,4,0,167,253,130,4,128,22,3,0,168,125,35,5,8,226,1,0,169,93,67,195,186,42,3,0,170,61,61,158,85,101,3,0,171,29,84,14,18,184,1,0,171,125,10,47,119,246,3,0,172,29,141,76,129,42,3,0,173,221,220,157,35,252,1,0,174,29,40,60,48,187,1,0,176,29,0,188,216,217,2,0,177,29,94,71,81,179,2,0,177,189,225,128,151,184,2,0,177,221,14,121,173,207,3,0,178,61,60,112,64,82,3,0,179,253,208,2,9,140,2,0,179,253,70,232,27,153,2,0,180,221,50,239,252,135,3,0,180,253,209,188,167,229,3,0,181,221,0,40,39,65,3,0,181,93,191,3,221,37,4,0,182,189,127,171,103,178,3,0,185,189,88,85,13,144,2,0,186,61,196,22,238,208,2,0,186,29,54,7,250,76,4,0,187,157,2,155,230,235,1,0,187,189,140,176,61,33,4,0,188,125,153,203,93,40,3,0,191,29,79,96,217,21,2,0,192,61,208,19,124,161,2,0,192,189,22,229,100,18,3,0,192,189,21,9,98,49,3,0,194,29,161,125,254,129,3,0,195,29,162,128,160,108,3,0,196,29,66,31,7,152,1,0,197,253,111,195,182,128,3,0,199,221,203,221,136,189,1,0,199,93,206,201,166,213,1,0,201,157,152,236,90,15,3,0,204,125,14,199,249,34,3,0,204,93,74,231,44,152,3,0,206,157,23,253,137,218,1,0,206,93,213,64,251,166,2,0,206,93,182,37,159,67,4,0,208,93,139,160,251,144,1,0,209,125,123,184,94,213,2,0,210,189,46,54,8,246,2,0,212,93,202,239,142,8,2,0,212,253,209,73,3,97,3,0,213,189,41,188,72,131,2,0,215,93,168,5,106,244,2,0,216,157,145,220,70,9,4,0,218,189,148,211,54,254,2,0,218,189,71,66,41,10,3,0,218,189,193,106,104,223,3,0,221,253,231,113,224,239,1,0,223,253,86,67,45,224,1,0,224,61,33,158,170,60,4,0,225,93,51,182,27,241,3,0,225,157,210,247,45,9,4,0,227,61,127,199,8,176,1,0,230,253,201,175,109,21,4,0,232,221,20,167,81,239,3,0,234,189,170,185,202,206,2,0,234,157,218,249,197,92,3,0,235,29,184,183,125,233,1,0,236,253,226,235,14,79,2,0,237,189,77,158,156,102,2,0,239,253,211,225,83,239,1,0,240,93,89,82,252,235,2,0,240,93,93,240,181,138,3,0,240,221,204,54,33,18,4,0,241,221,42,85,90,6,2,0,241,29,249,143,77,214,2,0,242,221,227,60,105,176,1,0,242,253,147,112,33,1,2,0,243,157,45,28,65,36,2,0,244,61,96,143,166,82,2,0,245,125,113,185,148,62,3,0,245,61,74,69,238,109,3,0,246,189,99,54,240,54,2,0,246,189,45,168,123,177,3,0,247,253,162,112,118,10,3,0,247,221,156,103,132,170,3,0,249,29,125,45,11,54,4,0,251,125,237,25,149,183,2,0,251,61,116,89,180,63,3,0,252,29,111,49,127,87,2,0,253,29,87,133,84,66,2,0,253,61,100,18,111,77,4,0,1,30,194,254,161,195,3,0,3,222,183,12,157,195,1,0,3,158,51,27,241,21,4,0,5,94,14,178,206,220,3,0,6,30,41,167,95,209,1,0,6,254,173,174,44,10,2,0,8,94,14,221,17,119,2,0,8,126,252,214,69,244,2,0,9,222,195,166,200,233,3,0,10,190,66,28,232,47,4,0,11,126,158,119,66,133,1,0,11,62,102,81,208,133,1,0,12,94,24,81,88,209,2,0,13,222,239,86,161,22,4,0,15,126,211,142,63,141,2,0,16,254,201,203,60,130,1,0,17,94,51,223,56,46,2,0,17,254,4,100,22,164,3,0,18,30,174,58,91,129,2,0,19,158,178,234,2,4,2,0,20,190,64,185,88,168,2,0,20,126,30,253,244,222,3,0,22,158,214,248,199,37,4,0,24,158,5,121,204,235,2,0,24,222,155,60,89,193,3,0,24,126,179,91,232,220,3,0,27,30,197,107,185,81,2,0,28,158,228,236,48,62,2,0,28,222,27,212,233,167,2,0,29,254,99,126,114,49,3,0,29,126,62,58,144,133,3,0,30,126,66,157,145,232,1,0,32,126,21,249,125,244,1,0,32,190,196,210,198,112,2,0,33,254,51,53,111,208,1,0,34,158,62,85,22,237,2,0,35,30,221,42,251,223,2,0,35,158,176,158,183,135,3,0,35,158,234,10,110,153,3,0,36,94,229,93,46,58,3,0,36,222,219,248,46,196,3,0,36,30,122,0,192,199,3,0,37,254,164,119,172,201,2,0,38,94,99,177,64,205,3,0,41,254,81,92,11,41,4,0,42,222,0,97,113,235,1,0,43,30,20,31,41,3,3,0,44,94,140,143,55,159,1,0,44,158,63,121,67,226,1,0,44,94,212,39,214,2,3,0,44,158,38,34,185,209,3,0,45,222,152,223,176,214,2,0,46,126,243,3,210,182,3,0,49,254,70,243,222,147,2,0,49,126,47,232,43,141,3,0,50,126,80,43,29,78,2,0,50,94,134,221,124,94,3,0,50,158,97,207,178,151,3,0,51,158,64,111,217,192,2,0,51,126,84,116,173,166,3,0,53,222,0,39,221,147,1,0,54,222,192,95,211,211,2,0,55,62,16,225,169,4,3,0,56,62,121,236,124,56,3,0,57,222,41,231,179,181,2,0,58,158,127,132,211,54,2,0,58,126,169,84,135,250,3,0,59,254,59,75,190,233,1,0,60,222,129,38,20,148,1,0,62,94,227,186,121,137,2,0,62,62,230,24,81,50,3,0,63,62,182,46,66,145,1,0,64,30,245,169,203,159,3,0,64,190,78,89,138,201,3,0,65,158,66,14,140,189,3,0,67,126,37,81,2,162,2,0,68,158,179,209,59,172,3,0,72,30,57,88,6,157,1,0,74,62,107,174,129,162,1,0,74,94,143,26,124,23,2,0,75,190,97,146,73,142,3,0,76,30,239,47,250,146,1,0,77,62,27,117,55,170,2,0,77,126,90,47,203,24,3,0,77,222,28,55,53,0,4,0,78,30,131,185,253,112,2,0,78,254,184,200,177,17,4,0,79,94,11,216,180,94,3,0,80,254,157,227,7,164,2,0,81,254,175,179,21,209,2,0,82,158,228,53,101,24,3,0,82,222,99,178,59,170,3,0,84,62,27,104,218,192,1,0,84,222,137,75,255,197,3,0,86,158,78,111,13,37,4,0,86,222,28,104,142,73,4,0,87,30,37,177,93,181,1,0,93,30,41,109,62,33,3,0,94,222,247,188,222,212,1,0,94,62,149,194,134,57,4,0,95,94,185,37,247,56,3,0,95,62,174,120,122,197,3,0,102,94,44,61,126,111,2,0,102,158,33,55,112,138,3,0,103,254,32,181,28,21,2,0,105,30,199,68,137,204,3,0,106,158,30,243,135,229,1,0,106,190,178,136,99,71,2,0,108,126,59,184,21,185,2,0,109,222,198,152,151,224,2,0,109,158,155,4,215,82,3,0,112,94,121,14,8,26,2,0,112,30,88,178,40,36,2,0,112,222,64,155,12,223,3,0,113,126,138,83,155,100,2,0,113,190,102,76,20,123,3,0,113,222,131,144,84,185,3,0,114,158,251,249,51,71,3,0,115,94,24,81,121,209,2,0,116,254,169,98,130,2,2,0,116,62,108,17,164,109,3,0,116,30,165,255,73,237,3,0,117,30,47,119,32,248,1,0,118,254,58,152,120,47,3,0,119,222,198,206,93,20,3,0,119,254,93,82,66,97,3,0,120,222,154,74,59,124,3,0,120,62,232,173,82,44,4,0,124,62,112,160,188,27,2,0,124,30,195,62,19,51,4,0,125,94,14,65,73,142,2,0,125,62,36,34,166,212,3,0,128,126,37,176,56,171,2,0,129,254,255,188,131,114,3,0,130,126,161,113,250,241,1,0,132,30,89,107,167,24,2,0,132,94,192,172,184,76,3,0,132,30,81,200,13,202,3,0,135,94,21,226,78,62,3,0,137,30,141,185,52,156,2,0,139,158,21,55,72,111,2,0,140,190,114,78,27,163,1,0,142,254,231,57,237,81,2,0,142,62,197,15,225,204,3,0,145,126,210,160,190,214,2,0,145,62,8,95,103,95,3,0,146,222,252,163,162,76,3,0,147,62,209,181,26,253,1,0,147,190,158,160,144,188,2,0,149,158,73,160,44,8,2,0,149,126,210,21,68,71,4,0,150,62,176,66,118,164,1,0,151,222,159,227,17,209,1,0,151,158,177,45,232,48,2,0,151,158,142,40,22,59,2,0,151,190,78,202,69,36,4,0,151,62,59,28,128,38,4,0,153,190,26,84,109,135,3,0,153,190,188,48,180,243,3,0,154,254,113,110,171,94,2,0,154,30,62,144,234,209,3,0,155,126,134,184,90,173,3,0,155,94,104,42,208,49,4,0,157,126,247,50,253,2,4,0,158,30,191,50,148,28,2,0,160,94,233,202,101,148,1,0,160,158,225,3,193,11,4,0,161,30,251,163,20,231,1,0,161,158,204,238,28,13,4,0,162,62,244,86,114,243,1,0,162,254,208,32,6,184,3,0,162,62,175,107,220,210,3,0,163,62,229,229,111,31,2,0,163,62,45,22,144,141,2,0,165,254,21,122,226,121,2,0,165,222,26,201,28,251,3,0,165,94,203,43,57,17,4,0,168,222,65,33,12,131,3,0,168,190,52,244,191,45,4,0,170,254,106,255,209,212,3,0,173,254,77,163,40,6,3,0,174,62,149,155,129,42,2,0,175,254,43,95,138,188,1,0,175,126,178,186,106,141,2,0,175,126,122,151,249,23,4,0,178,94,203,189,102,63,4,0,181,30,240,188,26,243,1,0,181,190,172,240,215,187,2,0,182,94,98,209,166,152,1,0,184,94,147,20,18,113,2,0,186,62,123,25,244,134,2,0,188,30,182,92,135,242,3,0,189,30,176,220,125,227,2,0,192,254,179,253,238,155,2,0,192,254,80,0,106,167,3,0,193,254,42,48,21,188,2,0,193,222,231,19,253,78,3,0,194,62,114,252,47,161,1,0,196,30,227,186,160,139,2,0,197,62,169,163,12,3,3,0,198,254,187,219,119,16,3,0,200,254,137,250,223,217,1,0,200,190,192,148,13,248,1,0,200,126,206,177,120,209,3,0,202,94,252,34,102,26,2,0,203,30,27,86,90,1,3,0,204,254,73,51,174,3,2,0,206,94,36,159,198,38,3,0,206,126,129,232,217,98,3,0,207,190,239,239,139,14,3,0,208,126,255,30,244,164,1,0,211,190,228,228,184,163,3,0,212,30,125,180,233,179,2,0,214,254,196,190,156,226,3,0,216,30,143,8,83,246,2,0,217,30,7,17,131,174,1,0,218,62,224,247,254,96,2,0,218,254,170,143,204,216,2,0,219,158,88,37,120,110,3,0,219,30,156,68,64,206,3,0,219,254,190,68,220,216,3,0,220,254,239,18,215,214,1,0,221,222,93,180,198,206,1,0,223,158,115,210,117,137,3,0,225,190,234,201,128,39,2,0,225,158,158,88,79,63,4,0,225,126,221,11,45,70,4,0,226,62,90,170,8,21,2,0,227,254,229,139,72,212,1,0,227,222,102,137,40,20,3,0,227,222,60,12,65,51,3,0,229,30,86,90,112,197,1,0,230,254,251,194,40,82,2,0,230,94,163,234,47,153,3,0,232,222,137,52,228,75,3,0,232,94,223,209,30,166,3,0,232,94,223,209,58,166,3,0,234,222,70,133,44,175,1,0,237,62,41,203,56,62,4,0,241,126,8,192,68,98,2,0,243,94,67,140,180,12,4,0,244,254,152,243,99,138,2,0,244,126,70,149,204,188,3,0,245,254,135,140,230,35,3,0,245,254,162,124,31,163,3,0,246,30,15,32,222,225,1,0,246,94,59,184,41,177,2,0,246,94,119,163,72,28,3,0,247,254,197,234,85,244,3,0,249,94,124,24,62,86,2,0,251,30,166,80,32,228,3,0,252,30,211,236,49,249,1,0,253,190,49,209,70,7,2,0,253,94,47,124,255,113,3,0,254,30,158,232,243,154,3,0,254,94,29,77,114,230,3,0,255,30,28,13,219,247,3,0,1,223,103,154,87,44,2,0,2,127,156,160,21,190,2,0,3,63,77,254,140,156,2,0,4,223,82,208,5,153,2,0,5,223,152,223,242,210,2,0,5,159,85,19,83,75,3,0,6,159,33,170,222,216,2,0,6,159,141,211,25,174,3,0,6,159,252,218,204,200,3,0,7,255,100,79,192,128,2,0,8,191,75,74,34,228,1,0,9,255,71,87,170,27,3,0,10,31,246,105,159,98,2,0,10,159,44,121,31,87,3,0,14,191,2,253,243,51,2,0,18,255,56,116,250,159,3,0,19,255,145,178,236,37,3,0,21,95,65,79,55,214,2,0,21,95,81,5,155,251,2,0,24,159,64,172,246,42,2,0,24,191,196,202,79,0,4,0,25,159,21,233,24,21,3,0,25,31,102,79,74,112,3,0,25,159,241,181,11,250,3,0,28,223,216,242,207,41,3,0,28,223,216,11,144,53,4,0,29,223,168,252,43,146,2,0,29,255,249,179,242,148,2,0,30,255,47,208,234,16,2,0,31,223,74,148,130,148,1,0,31,63,29,47,108,4,2,0,32,127,111,44,123,6,2,0,33,223,153,235,240,253,3,0,36,63,94,246,229,142,1,0,36,31,255,46,42,221,1,0,36,95,187,25,33,239,1,0,37,255,24,242,210,127,1,0,39,255,136,126,174,13,2,0,41,95,36,149,77,76,2,0,42,63,168,172,180,143,1,0,45,95,231,178,168,119,3,0,45,255,93,242,31,25,4,0,46,95,215,68,178,229,1,0,46,31,138,255,150,17,2,0,46,127,144,131,235,12,3,0,47,95,7,64,240,193,2,0,48,31,19,170,42,7,4,0,49,255,147,190,157,120,3,0,50,255,130,208,224,14,2,0,51,191,168,143,190,35,4,0,52,31,87,234,136,251,1,0,53,223,71,146,119,82,2,0,53,31,41,235,193,114,3,0,54,255,185,208,132,132,2,0,55,191,150,137,25,221,2,0,55,95,16,178,24,231,3,0,56,159,80,198,21,168,2,0,58,159,146,49,137,190,1,0,58,95,56,86,71,225,3,0,59,127,74,67,4,41,2,0,61,95,3,202,114,53,3,0,62,223,54,194,71,100,2,0,62,191,41,244,10,24,4,0,64,127,164,186,232,75,2,0,64,255,107,197,113,92,3,0,65,95,217,9,227,127,1,0,65,95,150,61,48,181,1,0,65,191,101,144,154,21,2,0,67,127,124,69,113,126,2,0,68,255,229,12,246,206,2,0,68,127,164,190,174,36,3,0,69,31,253,5,43,11,4,0,70,255,119,150,65,209,1,0,70,191,161,61,126,25,2,0,70,191,90,2,196,41,2,0,71,95,186,64,106,182,2,0,71,127,57,109,60,222,2,0,72,191,241,10,55,143,1,0,72,127,105,7,91,12,2,0,72,31,192,214,128,70,2,0,72,63,31,81,144,165,2,0,77,95,182,127,22,139,2,0,77,255,110,163,121,37,3,0,78,127,161,91,174,247,3,0,79,223,150,138,229,165,1,0,79,223,135,81,207,225,2,0,79,191,214,50,173,73,3,0,80,95,6,124,179,141,2,0,80,31,190,186,207,148,2,0,81,31,23,166,136,69,4,0,82,127,134,37,9,87,3,0,82,95,140,230,34,113,3,0,82,159,183,237,22,56,4,0,84,255,187,173,139,35,2,0,85,255,87,58,207,248,1,0,86,95,101,88,228,143,1,0,86,255,243,66,142,12,2,0,87,127,154,114,249,18,4,0,91,255,84,255,136,104,2,0,93,255,0,140,208,76,2,0,93,63,102,110,47,40,3,0,94,63,13,18,157,52,3,0,94,191,84,217,172,106,3,0,95,191,133,220,79,198,1,0,95,95,66,113,233,49,4,0,97,63,123,49,143,81,2,0,97,31,85,78,67,248,3,0,101,95,84,29,6,225,2,0,103,191,188,168,4,118,2,0,104,31,210,141,37,210,1,0,105,191,226,28,149,18,3,0,105,63,200,30,164,47,4,0,106,95,238,41,175,129,1,0,106,255,205,189,218,118,2,0,106,127,33,9,9,2,3,0,107,223,64,55,146,92,2,0,108,159,136,160,237,199,2,0,108,31,50,215,100,35,3,0,108,255,207,47,92,191,3,0,108,255,207,47,111,191,3,0,109,223,114,167,118,253,1,0,111,95,243,73,177,220,1,0,112,255,49,83,65,119,3,0,116,127,93,248,161,14,4,0,118,191,108,27,87,250,1,0,119,127,218,224,101,180,2,0,119,127,83,76,12,92,3,0,120,127,124,6,189,54,3,0,121,95,92,252,204,163,3,0,122,63,31,93,188,130,1,0,124,255,250,42,52,24,2,0,127,223,47,83,109,88,3,0,131,191,89,81,59,240,1,0,132,95,181,58,107,18,2,0,132,63,74,69,246,178,3,0,134,95,93,14,142,167,1,0,134,63,98,23,90,47,4,0,135,95,245,113,124,19,3,0,136,63,245,239,61,109,3,0,136,95,82,184,96,23,4,0,137,223,77,205,32,176,1,0,138,31,100,100,160,182,1,0,139,255,94,173,229,6,3,0,139,95,95,76,57,181,3,0,140,95,236,34,251,212,1,0,143,127,47,194,2,100,2,0,143,159,217,71,207,97,3,0,145,191,19,252,135,47,3,0,147,191,44,115,0,119,2,0,148,191,32,2,131,50,4,0,151,255,105,120,32,170,1,0,151,159,69,130,15,244,3,0,155,63,81,225,123,58,3,0,155,31,33,2,78,129,3,0,155,255,172,251,24,44,4,0,156,127,100,79,120,142,3,0,156,255,161,164,58,10,4,0,158,31,225,92,145,94,3,0,159,223,221,156,60,154,3,0,161,63,48,188,131,128,2,0,162,127,241,47,179,7,4,0,163,191,42,86,112,146,2,0,163,63,38,72,102,234,3,0,164,223,180,108,27,171,1,0,165,95,5,75,224,201,3,0,166,159,183,195,168,57,2,0,166,223,149,131,49,79,2,0,167,31,226,3,134,198,1,0,171,95,202,145,48,246,3,0,172,63,20,178,160,125,1,0,172,223,209,56,141,46,3,0,173,223,87,170,50,31,4,0,174,255,191,65,15,56,3,0,175,223,19,252,188,95,2,0,175,31,19,0,2,152,2,0,175,127,2,48,227,169,3,0,176,127,64,250,69,31,4,0,178,127,243,192,176,185,2,0,180,63,123,49,180,77,2,0,180,63,123,49,204,77,2,0,180,63,123,49,238,77,2,0,180,63,123,49,7,78,2,0,180,191,178,134,176,199,2,0,181,159,172,252,189,30,3,0,182,31,215,177,27,187,1,0,183,191,64,255,41,128,3,0,184,127,101,157,51,248,1,0,186,223,22,91,30,48,2,0,186,223,98,254,226,124,2,0,186,95,84,232,168,248,2,0,187,31,82,226,215,3,4,0,188,191,158,122,114,193,2,0,188,191,148,223,132,234,3,0,190,255,77,91,73,193,1,0,192,95,228,115,193,211,1,0,193,159,16,129,249,191,3,0,194,31,185,206,192,214,1,0,194,159,7,226,26,140,2,0,198,159,39,6,91,28,3,0,198,255,185,162,181,206,3,0,200,31,90,170,59,166,2,0,202,127,236,225,2,180,2,0,202,63,193,204,141,10,4,0,203,127,111,237,60,57,4,0,204,63,177,45,12,45,2,0,204,191,208,104,254,171,3,0,205,191,207,132,51,154,1,0,205,223,48,108,247,113,2,0,206,223,145,106,192,106,3,0,207,31,61,105,80,147,1,0,207,191,117,250,21,18,4,0,209,191,201,34,146,251,3,0,209,159,121,104,4,16,4,0,212,255,208,183,37,233,1,0,212,127,20,172,221,208,2,0,212,223,113,184,249,221,2,0,213,223,15,220,144,135,2,0,214,63,79,227,24,201,1,0,214,255,126,186,233,210,1,0,214,223,38,85,39,11,2,0,214,255,224,147,39,34,3,0,215,127,26,12,228,15,2,0,218,255,136,106,207,8,2,0,218,31,236,225,114,0,4,0,219,63,12,43,60,135,1,0,222,31,201,34,127,230,1,0,223,95,45,42,254,9,3,0,223,191,132,5,153,66,3,0,225,127,230,6,67,241,2,0,225,191,209,177,213,114,3,0,225,223,54,93,91,26,4,0,227,223,187,47,128,56,2,0,227,223,159,67,102,230,2,0,227,191,20,72,10,115,3,0,228,63,242,115,10,120,2,0,228,127,94,173,117,216,2,0,229,255,179,240,91,135,3,0,231,127,64,17,247,243,3,0,232,255,82,242,103,118,2,0,232,191,225,6,24,123,2,0,234,223,94,186,216,158,2,0,235,223,10,15,88,103,2,0,236,31,88,9,71,197,1,0,236,159,160,17,89,126,2,0,237,255,107,197,231,92,3,0,239,127,85,27,2,121,2,0,240,255,220,147,218,190,3,0,241,127,106,1,3,147,1,0,241,159,29,172,121,1,2,0,241,159,48,82,83,31,3,0,241,31,255,127,128,42,4,0,242,31,86,176,166,9,2,0,242,127,250,193,110,92,2,0,242,191,121,91,182,144,3,0,244,95,65,67,235,73,2,0,244,255,91,37,211,120,2,0,244,95,185,186,38,101,3,0,245,223,25,84,43,120,3,0,246,95,109,189,194,42,2,0,246,159,117,144,217,42,2,0,247,31,175,140,237,170,3,0,247,159,149,42,87,219,3,0,250,223,22,97,253,187,2,0,251,191,66,224,209,143,3,0,252,159,90,80,95,137,1,0,252,191,74,1,91,239,2,0,253,223,179,17,134,171,3,0,254,191,48,115,64,218,1,0,254,191,206,196,80,35,3,0,0,8,0,33,46,45,45,102,114,97,109,101,114,45,99,111,111,107,105,101,45,98,97,110,110,101,114,45,99,111,110,116,97,105,110,101,114,0,8,0,16,46,45,97,99,116,105,118,101,46,99,111,111,107,105,101,115,0,8,0,19,46,45,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,0,8,0,14,46,45,115,45,99,111,111,107,105,101,45,98,97,114,0,8,0,21,46,45,115,104,111,119,46,112,114,105,118,97,99,121,45,112,111,108,105,99,121,0,8,0,17,46,65,53,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,33,46,65,66,84,97,115,116,121,80,108,117,103,105,110,67,111,111,107,105,101,67,111,110,115,101,110,116,66,97,110,110,101,114,0,8,0,18,46,65,80,95,109,111,100,45,98,109,45,99,111,111,107,105,101,115,0,8,0,18,46,65,87,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,19,46,65,99,99,101,112,116,67,111,111,107,105,101,45,70,105,120,101,100,0,8,0,24,46,65,99,99,101,112,116,67,111,111,107,105,101,115,45,99,111,110,116,97,105,110,101,114,0,8,0,25,46,65,99,99,101,112,116,67,111,111,107,105,101,115,77,111,100,117,108,101,80,111,112,85,112,0,8,0,25,46,65,103,114,101,101,109,101,110,116,66,97,110,110,101,114,95,95,119,114,97,112,112,101,114,0,8,0,22,46,65,110,97,108,121,116,105,99,67,111,111,107,105,101,67,111,110,115,101,110,116,0,8,0,13,46,65,118,105,115,111,67,111,111,107,105,101,115,0,8,0,14,46,65,118,105,115,111,95,99,111,111,107,105,101,115,0,8,0,18,46,66,97,110,100,101,97,117,67,111,111,107,105,101,71,108,111,98,0,8,0,25,46,66,97,110,110,101,114,80,114,105,118,97,99,121,73,110,102,111,114,109,97,116,105,111,110,0,8,0,27,46,66,108,111,103,72,101,97,100,101,114,95,95,99,111,111,107,105,101,115,45,98,97,110,110,101,114,0,8,0,18,46,67,50,49,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,11,46,67,67,80,65,66,97,110,110,101,114,0,8,0,16,46,67,67,99,111,111,107,105,101,119,97,114,110,105,110,103,0,8,0,24,46,67,73,110,102,111,91,100,97,116,97,45,99,111,111,107,105,101,45,105,110,102,111,93,0,8,0,11,46,67,76,97,119,66,97,110,110,101,114,0,8,0,5,46,67,78,73,76,0,8,0,12,46,67,79,49,49,95,99,111,111,107,105,101,0,8,0,10,46,67,79,79,75,73,69,45,105,116,0,8,0,22,46,67,79,79,75,73,69,67,79,78,83,69,78,84,95,66,65,78,68,69,65,85,0,8,0,13,46,67,79,79,75,73,69,78,79,84,73,67,69,0,8,0,11,46,67,79,79,75,73,69,95,66,79,88,0,8,0,20,46,67,79,79,75,73,69,95,80,82,73,86,65,67,89,95,67,79,78,84,0,8,0,20,46,67,79,79,75,73,69,95,85,83,65,71,69,95,65,67,67,69,80,84,0,8,0,19,46,67,84,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,8,0,16,46,67,95,67,111,111,107,105,101,95,80,111,108,105,99,121,0,8,0,13,46,67,97,105,120,97,67,111,111,107,105,101,115,0,8,0,8,46,67,101,114,101,122,80,112,0,8,0,24,46,67,110,105,108,67,111,111,107,105,101,115,67,111,110,102,105,114,109,97,116,105,111,110,0,8,0,19,46,67,110,105,108,67,111,111,107,105,101,115,87,97,114,110,105,110,103,0,8,0,11,46,67,111,67,104,79,117,116,66,111,120,0,8,0,36,46,67,111,109,109,111,110,45,80,114,105,118,97,99,121,45,72,101,97,100,101,114,67,111,111,107,105,101,115,77,101,115,115,97,103,101,0,8,0,41,46,67,111,109,112,111,110,101,110,116,91,100,97,116,97,45,99,111,109,112,111,110,101,110,116,61,34,67,111,111,107,105,101,70,111,111,116,101,114,34,93,0,8,0,14,46,67,111,110,67,111,111,107,105,101,73,110,102,111,0,8,0,24,46,67,111,110,102,105,114,109,67,111,111,107,105,101,77,101,115,115,97,103,101,66,111,120,0,8,0,12,46,67,111,110,115,101,110,116,72,105,110,116,0,8,0,13,46,67,111,110,115,101,110,116,80,97,110,101,108,0,8,0,21,46,67,111,110,115,101,110,116,101,100,67,111,111,107,105,101,66,108,111,99,107,0,8,0,22,46,67,111,110,115,101,110,116,115,66,97,110,110,101,114,79,118,101,114,108,97,121,0,8,0,19,46,67,111,110,116,97,105,110,101,114,45,45,99,111,111,107,105,101,115,0,8,0,17,46,67,111,110,116,97,105,110,101,114,67,111,111,107,105,101,115,0,8,0,26,46,67,111,110,116,114,111,108,67,111,111,107,105,101,115,45,97,108,101,114,116,45,115,104,111,119,0,8,0,13,46,67,111,111,107,105,101,45,45,98,97,115,101,0,8,0,15,46,67,111,111,107,105,101,45,45,98,111,116,116,111,109,0,8,0,12,46,67,111,111,107,105,101,45,45,105,98,101,0,8,0,15,46,67,111,111,107,105,101,45,67,111,110,115,101,110,116,0,8,0,21,46,67,111,111,107,105,101,45,67,111,110,115,101,110,116,45,45,115,104,111,119,0,8,0,11,46,67,111,111,107,105,101,45,98,97,114,0,8,0,21,46,67,111,111,107,105,101,45,99,111,110,115,101,110,116,45,98,108,111,99,107,0,8,0,25,46,67,111,111,107,105,101,45,110,111,116,105,99,101,95,95,99,111,110,116,97,105,110,101,114,0,8,0,26,46,67,111,111,107,105,101,65,99,99,101,112,116,73,109,97,103,101,68,105,118,67,108,97,115,115,0,8,0,18,46,67,111,111,107,105,101,65,99,99,101,112,116,76,97,121,101,114,0,8,0,18,46,67,111,111,107,105,101,65,99,99,101,112,116,80,97,110,101,108,0,8,0,17,46,67,111,111,107,105,101,65,99,99,101,112,116,97,110,99,101,0,8,0,24,46,67,111,111,107,105,101,65,99,99,101,112,116,97,110,99,101,87,114,97,112,112,101,114,0,8,0,31,46,67,111,111,107,105,101,65,99,107,110,111,119,108,100,101,103,101,109,101,110,116,67,111,110,116,97,105,110,101,114,0,8,0,16,46,67,111,111,107,105,101,65,103,114,101,101,109,101,110,116,0,8,0,14,46,67,111,111,107,105,101,65,112,112,114,111,118,101,0,8,0,13,46,67,111,111,107,105,101,66,97,110,110,101,114,0,8,0,14,46,67,111,111,107,105,101,66,97,110,110,101,114,50,0,8,0,16,46,67,111,111,107,105,101,66,97,110,110,101,114,68,105,118,0,8,0,17,46,67,111,111,107,105,101,66,97,110,110,101,114,79,102,77,119,0,8,0,17,46,67,111,111,107,105,101,66,97,110,110,101,114,79,102,80,99,0,8,0,10,46,67,111,111,107,105,101,66,97,114,0,8,0,17,46,67,111,111,107,105,101,66,97,114,87,114,97,112,112,101,114,0,8,0,19,46,67,111,111,107,105,101,66,97,114,95,95,87,114,97,112,112,101,114,0,8,0,12,46,67,111,111,107,105,101,66,97,120,71,114,0,8,0,10,46,67,111,111,107,105,101,66,111,120,0,8,0,10,46,67,111,111,107,105,101,66,116,110,0,8,0,14,46,67,111,111,107,105,101,67,104,101,99,107,101,114,0,8,0,22,46,67,111,111,107,105,101,67,104,111,105,99,101,67,111,110,116,97,105,110,101,114,0,8,0,17,46,67,111,111,107,105,101,67,111,109,112,108,105,97,110,99,101,0,8,0,26,46,67,111,111,107,105,101,67,111,109,112,108,105,97,110,99,101,67,111,110,116,97,105,110,101,114,0,8,0,31,46,67,111,111,107,105,101,67,111,109,112,108,105,97,110,99,101,67,111,110,116,97,105,110,101,114,45,118,101,105,108,0,8,0,24,46,67,111,111,107,105,101,67,111,110,115,101,110,116,45,67,111,110,116,97,105,110,101,114,0,8,0,36,46,67,111,111,107,105,101,67,111,110,115,101,110,116,45,87,114,97,112,112,101,114,45,66,97,99,107,103,114,111,117,110,100,66,111,120,0,8,0,24,46,67,111,111,107,105,101,67,111,110,115,101,110,116,45,102,105,114,115,116,105,110,102,111,0,8,0,22,46,67,111,111,107,105,101,67,111,110,115,101,110,116,45,119,114,97,112,112,101,114,0,8,0,18,46,67,111,111,107,105,101,67,111,110,115,101,110,116,65,114,101,97,0,8,0,20,46,67,111,111,107,105,101,67,111,110,115,101,110,116,66,97,110,110,101,114,0,8,0,23,46,67,111,111,107,105,101,67,111,110,115,101,110,116,67,111,110,116,97,105,110,101,114,0,8,0,18,46,67,111,111,107,105,101,67,111,110,115,101,110,116,77,101,109,111,0,8,0,21,46,67,111,111,107,105,101,67,111,110,115,101,110,116,79,118,101,114,108,97,121,0,8,0,20,46,67,111,111,107,105,101,67,111,110,115,101,110,116,95,95,104,111,115,116,0,8,0,16,46,67,111,111,107,105,101,67,111,110,116,97,105,110,101,114,0,8,0,20,46,67,111,111,107,105,101,67,111,110,116,114,111,108,66,97,110,110,101,114,0,8,0,23,46,67,111,111,107,105,101,68,105,114,101,99,116,105,118,101,68,105,115,112,108,97,121,0,8,0,22,46,67,111,111,107,105,101,68,105,114,101,99,116,105,118,101,72,101,105,103,104,116,0,8,0,17,46,67,111,111,107,105,101,68,105,115,99,108,111,115,117,114,101,0,8,0,10,46,67,111,111,107,105,101,68,105,118,0,8,0,14,46,67,111,111,107,105,101,69,66,117,116,116,111,110,0,8,0,11,46,67,111,111,107,105,101,72,105,110,116,0,8,0,14,46,67,111,111,107,105,101,73,110,102,111,66,97,114,0,8,0,16,46,67,111,111,107,105,101,73,110,102,111,80,97,110,101,108,0,8,0,15,46,67,111,111,107,105,101,73,110,102,111,84,101,120,116,0,8,0,18,46,67,111,111,107,105,101,73,110,102,111,114,109,97,116,105,111,110,0,8,0,27,46,67,111,111,107,105,101,73,110,102,111,114,109,97,116,105,111,110,67,111,110,116,97,105,110,101,114,0,8,0,17,46,67,111,111,107,105,101,76,97,119,87,114,97,112,112,101,114,0,8,0,12,46,67,111,111,107,105,101,76,97,121,101,114,0,8,0,13,46,67,111,111,107,105,101,76,97,121,111,117,116,0,8,0,14,46,67,111,111,107,105,101,77,101,115,115,97,103,101,0,8,0,17,46,67,111,111,107,105,101,77,101,115,115,97,103,101,68,105,118,0,8,0,17,46,67,111,111,107,105,101,77,111,110,115,116,101,114,66,111,120,0,8,0,10,46,67,111,111,107,105,101,77,115,103,0,8,0,11,46,67,111,111,107,105,101,78,111,116,101,0,8,0,13,46,67,111,111,107,105,101,78,111,116,105,99,101,0,8,0,20,46,67,111,111,107,105,101,78,111,116,105,99,101,45,68,114,97,119,101,114,0,8,0,19,46,67,111,111,107,105,101,78,111,116,105,99,101,66,97,110,110,101,114,0,8,0,22,46,67,111,111,107,105,101,78,111,116,105,99,101,67,111,110,116,97,105,110,101,114,0,8,0,19,46,67,111,111,107,105,101,78,111,116,105,102,105,99,97,116,105,111,110,0,8,0,23,46,67,111,111,107,105,101,78,111,116,105,102,105,99,97,116,105,111,110,45,98,97,114,0,8,0,24,46,67,111,111,107,105,101,78,111,116,105,102,105,99,97,116,105,111,110,80,111,112,85,112,0,8,0,25,46,67,111,111,107,105,101,78,111,116,105,102,105,99,97,116,105,111,110,84,111,112,66,97,114,0,8,0,13,46,67,111,111,107,105,101,78,111,116,105,102,121,0,8,0,28,46,67,111,111,107,105,101,78,111,116,105,102,121,87,105,100,103,101,116,95,95,119,114,97,112,112,101,114,0,8,0,12,46,67,111,111,107,105,101,79,112,116,73,110,0,8,0,14,46,67,111,111,107,105,101,79,118,101,114,108,97,121,0,8,0,12,46,67,111,111,107,105,101,80,97,110,101,108,0,8,0,11,46,67,111,111,107,105,101,80,101,114,109,0,8,0,13,46,67,111,111,107,105,101,80,111,108,105,99,121,0,8,0,22,46,67,111,111,107,105,101,80,111,108,105,99,121,45,67,111,110,116,101,110,101,114,0,8,0,16,46,67,111,111,107,105,101,80,111,108,105,99,121,66,97,114,0,8,0,27,46,67,111,111,107,105,101,80,111,108,105,99,121,77,97,110,97,103,101,114,45,66,97,110,110,101,114,0,8,0,23,46,67,111,111,107,105,101,80,111,108,105,99,121,77,101,115,115,97,103,101,66,111,120,0,8,0,25,46,67,111,111,107,105,101,80,111,108,105,99,121,78,111,116,105,102,105,99,97,116,105,111,110,0,8,0,19,46,67,111,111,107,105,101,80,111,108,105,99,121,87,105,100,103,101,116,0,8,0,20,46,67,111,111,107,105,101,80,111,108,105,99,121,95,115,117,98,100,105,118,0,8,0,12,46,67,111,111,107,105,101,80,111,112,85,112,0,8,0,12,46,67,111,111,107,105,101,80,111,112,117,112,0,8,0,20,46,67,111,111,107,105,101,80,114,105,118,97,99,121,66,97,110,110,101,114,0,8,0,12,46,67,111,111,107,105,101,80,114,111,109,111,0,8,0,20,46,67,111,111,107,105,101,84,111,112,68,105,115,99,108,97,105,109,101,114,0,8,0,18,46,67,111,111,107,105,101,85,115,101,65,112,112,114,111,118,97,108,0,8,0,14,46,67,111,111,107,105,101,87,97,114,110,105,110,103,0,8,0,23,46,67,111,111,107,105,101,87,97,114,110,105,110,103,67,111,109,112,111,110,101,110,116,0,8,0,23,46,67,111,111,107,105,101,87,97,114,110,105,110,103,95,95,119,114,97,112,112,101,114,0,8,0,13,46,67,111,111,107,105,101,87,105,110,100,111,119,0,8,0,14,46,67,111,111,107,105,101,95,66,97,110,110,101,114,0,8,0,12,46,67,111,111,107,105,101,95,80,97,110,101,0,8,0,13,46,67,111,111,107,105,101,95,84,101,114,109,115,0,8,0,15,46,67,111,111,107,105,101,95,95,66,97,110,110,101,114,0,8,0,15,46,67,111,111,107,105,101,95,95,98,97,110,110,101,114,0,8,0,18,46,67,111,111,107,105,101,95,95,99,111,110,116,97,105,110,101,114,0,8,0,11,46,67,111,111,107,105,101,95,98,97,114,0,8,0,13,46,67,111,111,107,105,101,95,109,111,100,97,108,0,8,0,10,46,67,111,111,107,105,101,98,97,114,0,8,0,22,46,67,111,111,107,105,101,99,111,110,115,101,110,116,45,119,114,97,112,112,101,114,0,8,0,38,46,67,111,111,107,105,101,112,111,108,105,99,121,91,100,97,116,97,45,105,100,61,34,99,111,111,107,105,101,45,112,111,108,105,99,121,34,93,0,8,0,15,46,67,111,111,107,105,101,112,111,112,117,112,98,111,120,0,8,0,18,46,67,111,111,107,105,101,115,45,67,111,110,116,97,105,110,101,114,0,8,0,21,46,67,111,111,107,105,101,115,45,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,19,46,67,111,111,107,105,101,115,65,99,99,101,112,116,45,66,111,100,121,0,8,0,13,46,67,111,111,107,105,101,115,65,108,101,114,116,0,8,0,14,46,67,111,111,107,105,101,115,66,97,110,110,101,114,0,8,0,19,46,67,111,111,107,105,101,115,66,97,110,110,101,114,45,114,111,111,116,0,8,0,19,46,67,111,111,107,105,101,115,66,97,110,110,101,114,45,115,104,111,119,0,8,0,26,46,67,111,111,107,105,101,115,66,97,110,110,101,114,77,111,100,97,108,79,118,101,114,108,97,121,0,8,0,11,46,67,111,111,107,105,101,115,66,97,114,0,8,0,15,46,67,111,111,107,105,101,115,67,111,110,115,101,110,116,0,8,0,20,46,67,111,111,107,105,101,115,67,111,110,115,101,110,116,95,114,111,111,116,0,8,0,17,46,67,111,111,107,105,101,115,67,111,110,116,97,105,110,101,114,0,8,0,14,46,67,111,111,107,105,101,115,70,111,111,116,101,114,0,8,0,20,46,67,111,111,107,105,101,115,72,105,110,119,101,105,115,79,117,116,101,114,0,8,0,12,46,67,111,111,107,105,101,115,73,110,102,111,0,8,0,16,46,67,111,111,107,105,101,115,73,110,102,111,77,97,105,110,0,8,0,20,46,67,111,111,107,105,101,115,76,97,119,67,111,110,116,97,105,110,101,114,0,8,0,13,46,67,111,111,107,105,101,115,76,97,121,101,114,0,8,0,20,46,67,111,111,107,105,101,115,77,101,115,115,97,103,101,66,108,111,99,107,0,8,0,24,46,67,111,111,107,105,101,115,77,101,115,115,97,103,101,67,111,110,116,97,105,110,101,114,0,8,0,20,46,67,111,111,107,105,101,115,78,111,116,105,102,105,99,97,116,105,111,110,0,8,0,42,46,67,111,111,107,105,101,115,78,111,116,105,102,105,99,97,116,105,111,110,115,80,111,112,85,112,95,95,79,117,116,101,114,67,111,110,116,97,105,110,101,114,0,8,0,10,46,67,111,111,107,105,101,115,79,107,0,8,0,21,46,67,111,111,107,105,101,115,80,111,108,105,99,121,45,98,97,110,110,101,114,0,8,0,20,46,67,111,111,107,105,101,115,80,111,108,105,99,121,66,97,110,110,101,114,0,8,0,20,46,67,111,111,107,105,101,115,80,111,112,117,112,45,109,105,100,100,108,101,0,8,0,24,46,67,111,111,107,105,101,115,80,111,112,117,112,95,95,67,111,110,116,97,105,110,101,114,0,8,0,20,46,67,111,111,107,105,101,115,84,101,114,109,115,67,111,110,115,101,110,116,0,8,0,13,46,67,111,111,107,105,101,115,85,115,97,103,101,0,8,0,15,46,67,111,111,107,105,101,115,87,97,114,110,105,110,103,0,8,0,21,46,67,111,111,107,105,101,115,95,67,111,111,107,105,101,115,80,111,112,105,110,0,8,0,14,46,67,111,111,107,105,101,115,95,97,108,101,114,116,0,8,0,14,46,67,111,111,107,105,101,115,95,98,108,111,99,107,0,8,0,11,46,67,111,114,101,67,111,111,107,105,101,0,8,0,32,46,68,86,87,101,98,78,111,100,101,45,99,111,111,107,105,101,45,98,97,110,110,101,114,45,119,114,97,112,112,101,114,0,8,0,49,46,68,86,87,101,98,78,111,100,101,45,99,111,111,107,105,101,45,99,111,109,112,108,105,97,110,99,101,45,110,111,116,105,102,105,99,97,116,105,111,110,45,119,114,97,112,112,101,114,0,8,0,26,46,68,105,115,99,108,97,105,109,101,114,67,111,111,107,105,101,67,111,109,112,111,110,101,110,116,0,8,0,13,46,68,109,120,108,97,98,115,75,111,111,107,101,0,8,0,10,46,69,85,45,99,111,111,107,105,101,0,8,0,15,46,69,85,67,111,111,107,105,101,66,97,110,110,101,114,0,8,0,12,46,69,85,67,111,111,107,105,101,66,111,120,0,8,0,13,46,69,85,67,111,111,107,105,101,73,110,102,111,0,8,0,15,46,69,85,67,111,111,107,105,101,76,97,119,66,97,114,0,8,0,15,46,69,85,67,111,111,107,105,101,78,111,116,105,99,101,0,8,0,23,46,69,85,67,111,111,107,105,101,78,111,116,105,99,101,95,99,111,110,116,101,110,116,0,8,0,24,46,69,85,67,111,111,107,105,101,80,111,108,105,99,121,67,111,110,116,97,105,110,101,114,0,8,0,14,46,69,85,67,111,111,107,105,101,80,111,112,117,112,0,8,0,4,46,69,85,99,0,8,0,24,46,69,87,83,67,111,111,107,105,101,67,111,110,115,101,110,116,79,118,101,114,108,97,121,0,8,0,16,46,69,110,97,98,108,105,110,103,67,111,111,107,105,101,115,0,8,0,15,46,69,112,114,105,118,97,99,121,66,97,110,110,101,114,0,8,0,12,46,69,117,67,111,111,107,105,101,66,97,114,0,8,0,14,46,69,117,67,111,111,107,105,101,83,104,101,101,116,0,8,0,26,46,69,117,67,111,111,107,105,101,115,78,111,116,105,102,105,99,97,116,105,111,110,86,105,101,119,0,8,0,18,46,69,117,114,111,112,101,97,110,67,111,111,107,105,101,66,97,114,0,8,0,27,46,70,54,45,99,111,111,107,105,101,115,95,119,95,106,115,45,101,110,116,114,121,112,111,105,110,116,0,8,0,13,46,70,69,95,67,79,79,75,73,69,76,65,87,0,8,0,15,46,70,79,79,84,69,82,95,67,79,79,75,73,69,83,0,8,0,15,46,70,111,111,116,101,114,67,111,111,107,105,101,71,76,0,8,0,32,46,71,48,48,53,45,103,108,111,98,97,108,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,10,46,71,65,99,111,111,107,105,101,115,0,8,0,23,46,71,66,97,115,101,71,68,80,82,67,111,110,115,101,110,116,68,105,97,108,111,103,0,8,0,9,46,71,68,80,82,45,77,115,103,0,8,0,19,46,71,68,80,82,45,87,101,108,99,111,109,101,66,97,110,110,101,114,0,8,0,13,46,71,68,80,82,45,99,111,111,107,105,101,115,0,8,0,18,46,71,68,80,82,45,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,21,46,71,68,80,82,45,112,111,112,117,112,45,99,111,110,116,97,105,110,101,114,0,8,0,11,46,71,68,80,82,45,116,111,97,115,116,0,8,0,19,46,71,68,80,82,45,116,111,111,108,115,45,99,111,110,115,101,110,116,0,8,0,22,46,71,68,80,82,46,110,103,45,115,116,97,114,45,105,110,115,101,114,116,101,100,0,8,0,10,46,71,68,80,82,80,97,110,101,108,0,8,0,19,46,71,68,80,82,80,97,110,101,108,45,45,118,105,115,105,98,108,101,0,8,0,15,46,71,68,80,82,80,97,110,101,108,45,114,111,111,116,0,8,0,11,46,71,82,85,95,98,97,110,110,101,114,0,8,0,12,46,71,100,112,114,45,112,111,108,105,99,121,0,8,0,20,46,71,100,112,114,45,112,111,108,105,99,121,45,100,101,115,107,116,111,112,0,8,0,11,46,71,100,112,114,66,97,110,110,101,114,0,8,0,15,46,71,100,112,114,66,97,110,110,101,114,95,95,98,103,0,8,0,17,46,71,100,112,114,67,111,111,107,105,101,115,80,111,112,117,112,0,8,0,17,46,71,108,111,98,97,108,67,111,110,115,101,110,116,66,97,114,0,8,0,13,46,71,108,111,98,97,108,67,111,111,107,105,101,0,8,0,21,46,71,114,111,119,109,97,114,107,71,68,80,82,95,87,114,97,112,112,101,114,0,8,0,17,46,72,85,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,8,0,14,46,72,101,97,100,101,114,45,99,111,111,107,105,101,0,8,0,19,46,72,114,83,121,115,45,71,105,112,115,45,68,105,118,73,66,111,120,0,8,0,26,46,72,114,83,121,115,45,71,105,112,115,45,105,66,111,120,68,105,118,67,111,110,116,101,110,116,0,8,0,18,46,73,80,95,95,67,111,111,107,105,101,67,111,110,115,101,110,116,0,8,0,19,46,73,84,80,67,111,111,107,105,101,67,111,110,116,97,105,110,101,114,0,8,0,13,46,73,84,80,99,111,111,107,105,101,98,97,114,0,8,0,31,46,73,109,112,111,114,116,97,110,116,91,109,115,103,105,100,61,34,99,111,111,107,105,101,45,105,110,102,111,34,93,0,8,0,13,46,74,83,95,99,111,111,107,105,101,66,97,114,0,8,0,15,46,74,83,99,111,111,107,105,101,115,45,112,97,114,116,0,8,0,19,46,74,95,97,103,114,101,101,67,111,111,107,105,101,77,111,100,97,108,0,8,0,9,46,75,111,108,97,99,105,107,121,0,8,0,17,46,76,65,87,95,99,111,111,107,105,101,95,97,108,101,114,116,0,8,0,5,46,76,71,80,68,0,8,0,19,46,76,71,80,68,45,112,111,112,117,112,45,119,114,97,112,112,101,114,0,8,0,12,46,76,71,80,68,87,97,114,110,105,110,103,0,8,0,19,46,76,111,111,112,114,67,111,111,107,105,101,67,111,110,115,101,110,116,0,8,0,11,46,77,52,84,45,99,111,111,107,105,101,0,8,0,22,46,77,66,45,49,48,56,45,99,111,111,107,105,101,45,104,105,110,119,101,105,115,0,8,0,19,46,77,67,111,111,107,105,101,81,117,101,115,116,105,111,110,66,111,120,0,8,0,17,46,77,101,115,115,97,103,101,45,45,99,111,111,107,105,101,115,0,8,0,19,46,77,101,115,115,97,103,101,66,108,111,99,107,67,111,111,107,105,101,0,8,0,18,46,77,111,100,84,104,111,109,97,115,67,111,111,107,105,101,115,67,0,8,0,22,46,77,111,100,97,108,45,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,0,8,0,23,46,77,111,100,97,108,67,111,111,107,105,101,115,66,97,99,107,103,114,111,117,110,100,0,8,0,24,46,78,97,118,98,97,114,45,99,111,111,107,105,101,67,111,109,112,108,105,97,110,99,101,0,8,0,22,46,78,97,118,98,97,114,45,116,111,97,115,116,67,111,110,116,97,105,110,101,114,0,8,0,27,46,78,111,116,105,102,105,99,97,116,105,111,110,45,45,99,111,111,107,105,101,78,111,116,105,99,101,0,8,0,20,46,78,111,116,105,102,105,99,97,116,105,111,110,67,111,111,107,105,101,115,0,8,0,25,46,78,111,118,101,109,101,100,105,97,67,111,111,107,105,101,80,111,108,105,99,121,66,111,120,0,8,0,12,46,79,45,67,111,111,107,105,101,76,97,119,0,8,0,15,46,79,98,115,67,110,105,108,87,97,114,110,105,110,103,0,8,0,18,46,80,80,111,108,105,99,121,68,105,115,99,108,97,105,109,101,114,0,8,0,13,46,80,97,103,101,45,99,111,111,107,105,101,115,0,8,0,24,46,80,97,114,116,105,97,108,67,111,111,107,105,101,67,111,109,112,108,105,97,110,99,101,0,8,0,27,46,80,97,114,116,105,97,108,67,111,111,107,105,101,67,111,109,112,108,105,97,110,99,101,45,104,112,0,8,0,30,46,80,105,119,105,107,80,82,79,67,111,110,115,101,110,116,70,111,114,109,45,99,111,110,116,97,105,110,101,114,0,8,0,20,46,80,111,108,105,99,121,78,111,116,105,102,105,99,97,116,105,111,110,115,0,8,0,18,46,80,111,112,77,101,115,115,97,103,101,46,99,111,111,107,105,101,0,8,0,10,46,80,111,112,117,112,71,68,80,82,0,8,0,29,46,80,111,114,116,108,101,116,71,101,115,116,105,111,110,68,101,115,67,111,111,107,105,101,115,67,78,73,76,0,8,0,22,46,80,111,115,105,116,105,111,110,66,111,116,116,111,109,46,97,115,45,111,105,108,0,8,0,22,46,80,114,105,118,97,99,121,67,111,111,107,105,101,65,99,99,101,112,116,101,100,0,8,0,18,46,80,114,105,118,97,99,121,77,111,100,101,72,101,97,100,101,114,0,8,0,12,46,80,114,105,118,97,99,121,78,111,116,101,0,8,0,20,46,80,114,105,118,97,99,121,80,111,108,105,99,121,78,111,116,105,99,101,0,8,0,22,46,80,114,105,118,97,99,121,83,101,116,116,105,110,103,115,66,97,110,110,101,114,0,8,0,12,46,82,65,67,75,87,114,97,112,112,101,114,0,8,0,13,46,82,71,80,68,95,109,101,115,115,97,103,101,0,8,0,11,46,82,71,80,68,99,111,111,107,105,101,0,8,0,13,46,82,86,95,99,111,111,107,105,101,100,105,114,0,8,0,15,46,82,103,112,100,45,99,111,109,112,111,110,101,110,116,0,8,0,12,46,82,103,112,100,45,110,111,116,105,99,101,0,8,0,21,46,82,103,112,100,66,97,110,110,101,114,45,99,111,109,112,111,110,101,110,116,0,8,0,17,46,82,111,100,111,78,111,116,121,102,105,99,97,116,105,111,110,0,8,0,25,46,82,111,111,116,95,99,111,111,107,105,101,67,111,110,115,101,110,116,66,97,110,110,101,114,0,8,0,19,46,83,48,49,77,57,55,45,67,111,111,107,105,101,65,108,101,114,116,0,8,0,28,46,83,48,49,77,57,55,45,67,111,111,107,105,101,65,108,101,114,116,45,45,111,118,101,114,108,97,121,0,8,0,11,46,83,67,75,95,66,97,110,110,101,114,0,8,0,18,46,83,76,78,111,116,105,102,105,99,97,116,105,111,110,66,97,114,0,8,0,17,46,83,80,45,67,111,110,115,101,110,116,66,97,110,110,101,114,0,8,0,25,46,83,80,45,67,111,110,115,101,110,116,66,97,110,110,101,114,95,95,115,112,97,99,101,114,0,8,0,27,46,83,80,45,67,111,111,107,105,101,85,115,97,103,101,78,111,116,105,102,105,99,97,116,105,111,110,0,8,0,15,46,83,101,99,116,105,111,110,45,67,111,111,107,105,101,0,8,0,29,46,83,101,101,101,109,115,45,69,117,67,111,111,107,105,101,45,78,111,116,105,102,105,99,97,116,105,111,110,0,8,0,10,46,83,105,116,101,45,114,103,112,100,0,8,0,21,46,83,105,116,101,76,97,121,111,117,116,45,99,111,111,107,105,101,66,97,114,0,8,0,20,46,83,105,116,101,77,101,115,115,97,103,101,45,45,99,111,111,107,105,101,0,8,0,15,46,83,105,116,101,85,115,101,67,111,111,107,105,101,115,0,8,0,15,46,83,105,116,101,87,105,100,101,67,111,111,107,105,101,0,8,0,27,46,83,105,116,101,99,111,111,107,105,101,109,101,115,115,97,103,101,67,111,110,116,97,105,110,101,114,0,8,0,10,46,84,79,83,66,97,110,110,101,114,0,8,0,21,46,84,83,45,67,111,111,107,105,101,76,101,103,97,108,78,111,116,105,99,101,0,8,0,14,46,84,100,107,83,104,111,119,67,111,111,107,105,101,0,8,0,20,46,84,101,109,112,108,97,116,101,95,67,111,111,107,105,101,115,66,111,120,0,8,0,16,46,84,104,101,67,111,111,107,105,101,66,97,110,110,101,114,0,8,0,23,46,84,104,105,114,100,80,97,114,116,121,67,111,111,107,105,101,115,65,108,101,114,116,0,8,0,17,46,84,111,119,97,45,71,100,112,114,45,80,108,117,103,105,110,0,8,0,15,46,84,120,72,102,67,111,111,107,105,101,72,105,110,116,0,8,0,9,46,85,69,67,111,111,107,105,101,0,8,0,15,46,85,73,67,111,111,107,105,101,66,97,110,110,101,114,0,8,0,14,46,85,78,95,70,82,65,77,69,95,103,100,112,114,0,8,0,22,46,87,48,51,52,95,67,111,111,107,105,101,95,68,105,114,101,99,116,105,118,101,0,8,0,15,46,87,87,45,99,111,111,107,105,101,109,111,100,117,108,0,8,0,19,46,87,101,85,115,101,67,111,111,107,105,101,115,78,111,116,105,99,101,0,8,0,15,46,87,101,98,115,105,116,101,67,111,111,107,105,101,115,0,8,0,17,46,95,51,54,48,99,111,111,107,105,101,68,105,97,108,111,103,0,8,0,21,46,95,67,111,111,107,105,101,66,111,120,95,99,111,111,107,105,101,66,111,120,0,8,0,17,46,95,95,95,101,117,99,111,111,107,105,101,80,111,112,117,112,0,8,0,15,46,95,95,99,111,111,107,105,101,78,111,116,105,99,101,0,8,0,16,46,95,95,99,111,111,107,105,101,95,112,111,108,105,99,121,0,8,0,10,46,95,95,99,111,111,107,105,101,115,0,8,0,14,46,95,95,99,111,111,107,105,101,115,95,109,115,103,0,8,0,12,46,95,95,103,100,112,114,45,109,97,105,110,0,8,0,21,46,95,95,103,100,112,114,67,111,110,102,105,114,109,79,118,101,114,108,97,121,0,8,0,8,46,95,99,111,111,107,105,101,0,8,0,25,46,95,99,111,111,107,105,101,45,97,100,118,97,110,99,101,100,45,45,97,99,116,105,118,101,0,8,0,15,46,95,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,12,46,95,99,111,111,107,105,101,45,98,97,114,0,8,0,16,46,95,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,13,46,95,99,111,111,107,105,101,45,105,110,102,111,0,8,0,14,46,95,99,111,111,107,105,101,66,97,110,110,101,114,0,8,0,25,46,95,99,111,111,107,105,101,98,97,110,110,101,114,45,111,112,116,45,105,110,45,111,117,116,0,8,0,9,46,95,99,111,111,107,105,101,115,0,8,0,16,46,95,99,111,111,107,105,101,115,45,99,111,111,107,105,101,0,8,0,21,46,95,99,111,111,107,105,101,115,45,99,111,111,107,105,101,115,45,98,97,114,0,8,0,22,46,95,99,111,111,107,105,101,115,95,112,111,108,105,99,121,95,112,111,112,117,112,0,8,0,47,46,95,102,108,111,97,116,105,110,103,45,98,97,110,110,101,114,91,102,108,111,97,116,105,110,103,45,98,97,110,110,101,114,45,105,100,61,34,99,111,111,107,105,101,115,34,93,0,8,0,20,46,95,103,100,112,114,45,110,111,116,105,102,121,45,104,101,97,100,101,114,0,8,0,18,46,95,103,100,112,114,67,111,111,107,105,101,66,97,110,110,101,114,0,8,0,19,46,95,105,112,104,95,99,112,95,115,116,97,110,100,97,108,111,110,101,0,8,0,15,46,95,106,115,67,111,111,107,105,101,80,111,112,117,112,0,8,0,20,46,95,108,101,103,97,108,45,97,108,101,114,116,95,101,114,121,108,101,49,0,8,0,28,46,95,120,117,105,45,99,111,111,107,105,101,115,45,110,111,116,105,99,101,45,111,118,101,114,108,97,121,0,8,0,10,46,97,45,45,99,111,111,107,105,101,0,8,0,9,46,97,45,99,111,111,107,105,101,0,8,0,16,46,97,45,100,101,114,105,118,101,45,99,111,111,107,105,101,0,8,0,23,46,97,51,112,45,99,111,111,107,105,101,45,98,97,110,110,101,114,45,119,114,97,112,0,8,0,16,46,97,97,45,99,111,111,107,105,101,45,97,108,101,114,116,0,8,0,20,46,97,97,51,48,45,99,111,111,107,105,101,115,45,112,111,108,105,99,121,0,8,0,22,46,97,97,114,100,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,8,0,21,46,97,98,45,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,0,8,0,19,46,97,98,98,114,95,95,99,111,111,107,105,101,98,97,110,110,101,114,0,8,0,20,46,97,98,99,45,99,111,111,107,105,101,115,45,119,114,97,112,112,101,114,0,8,0,12,46,97,98,99,111,111,107,105,101,108,97,119,0,8,0,14,46,97,98,99,111,111,107,105,101,108,97,119,98,103,0,8,0,16,46,97,98,101,45,103,100,112,114,45,98,97,110,110,101,114,0,8,0,25,46,97,98,110,111,114,109,77,101,100,105,97,67,111,111,107,105,101,67,111,110,115,101,110,116,0,8,0,22,46,97,98,115,116,114,97,99,116,67,109,112,68,105,115,99,108,97,105,109,101,114,0,8,0,23,46,97,98,116,45,99,111,111,107,105,101,78,111,116,105,102,105,99,97,116,105,111,110,0,8,0,21,46,97,99,45,99,111,111,107,105,101,45,99,111,109,112,108,105,97,110,99,101,0,8,0,34,46,97,99,45,99,111,111,107,105,101,45,112,111,108,105,99,121,45,98,97,110,110,101,114,45,99,111,110,116,97,105,110,101,114,0,8,0,15,46,97,99,45,99,111,111,107,105,101,45,119,114,97,112,0,8,0,11,46,97,99,45,99,111,111,107,105,101,115,0,8,0,28,46,97,99,97,115,116,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,112,111,114,116,97,108,0,8,0,11,46,97,99,99,45,99,111,111,107,105,101,0,8,0,30,46,97,99,99,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,45,98,97,99,107,103,114,111,117,110,100,0,8,0,17,46,97,99,99,101,112,116,45,98,111,120,45,45,114,111,100,111,0,8,0,18,46,97,99,99,101,112,116,45,99,111,111,107,105,101,45,98,97,114,0,8,0,24,46,97,99,99,101,112,116,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,8,0,20,46,97,99,99,101,112,116,45,99,111,111,107,105,101,45,111,117,116,101,114,0,8,0,26,46,97,99,99,101,112,116,45,99,111,111,107,105,101,45,119,97,114,110,105,110,103,45,98,111,120,0,8,0,21,46,97,99,99,101,112,116,45,99,111,111,107,105,101,45,119,105,110,100,111,119,0,8,0,19,46,97,99,99,101,112,116,45,99,111,111,107,105,101,45,119,114,97,112,0,8,0,22,46,97,99,99,101,112,116,45,99,111,111,107,105,101,45,119,114,97,112,112,101,114,0,8,0,22,46,97,99,99,101,112,116,45,99,111,111,107,105,101,115,45,98,97,110,110,101,114,0,8,0,23,46,97,99,99,101,112,116,45,99,111,111,107,105,101,115,45,98,108,111,99,107,117,107,0,8,0,20,46,97,99,99,101,112,116,45,99,111,111,107,105,101,115,45,99,111,110,116,0,8,0,25,46,97,99,99,101,112,116,45,99,111,111,107,105,101,115,45,99,111,110,116,97,105,110,101,114,0,8,0,21,46,97,99,99,101,112,116,45,99,111,111,107,105,101,115,45,109,111,100,97,108,0,8,0,22,46,97,99,99,101,112,116,45,99,111,111,107,105,101,115,45,110,111,116,105,99,101,0,8,0,22,46,97,99,99,101,112,116,45,99,111,111,107,105,101,115,45,112,111,108,105,99,121,0,8,0,22,46,97,99,99,101,112,116,45,99,111,111,107,105,101,115,45,112,114,111,109,112,116,0,8,0,21,46,97,99,99,101,112,116,45,99,111,111,107,105,101,115,45,116,111,97,115,116,0,8,0,23,46,97,99,99,101,112,116,45,99,111,111,107,105,101,115,45,119,114,97,112,112,101,114,0,8,0,24,46,97,99,99,101,112,116,45,99,111,111,107,105,101,115,95,95,119,114,97,112,112,101,114,0,8,0,17,46,97,99,99,101,112,116,45,109,121,45,99,111,111,107,105,101,0,8,0,22,46,97,99,99,101,112,116,45,112,114,105,118,97,99,121,45,112,111,108,105,99,121,0,8,0,21,46,97,99,99,101,112,116,45,112,114,105,118,97,99,121,112,111,108,105,99,121,0,8,0,16,46,97,99,99,101,112,116,67,111,111,107,105,101,66,97,114,0,8,0,16,46,97,99,99,101,112,116,67,111,111,107,105,101,66,111,120,0,8,0,19,46,97,99,99,101,112,116,67,111,111,107,105,101,66,117,116,116,111,110,0,8,0,22,46,97,99,99,101,112,116,67,111,111,107,105,101,67,111,109,112,111,110,101,110,116,0,8,0,22,46,97,99,99,101,112,116,67,111,111,107,105,101,67,111,110,116,97,105,110,101,114,0,8,0,19,46,97,99,99,101,112,116,67,111,111,107,105,101,68,105,97,108,111,103,0,8,0,16,46,97,99,99,101,112,116,67,111,111,107,105,101,68,105,118,0,8,0,20,46,97,99,99,101,112,116,67,111,111,107,105,101,77,101,115,115,97,103,101,0,8,0,19,46,97,99,99,101,112,116,67,111,111,107,105,101,78,111,116,105,99,101,0,8,0,17,46,97,99,99,101,112,116,67,111,111,107,105,101,115,66,111,120,0,8,0,23,46,97,99,99,101,112,116,67,111,111,107,105,101,115,67,111,110,116,97,105,110,101,114,0,8,0,20,46,97,99,99,101,112,116,67,111,111,107,105,101,115,77,111,98,105,108,101,0,8,0,19,46,97,99,99,101,112,116,67,111,111,107,105,101,115,77,111,100,97,108,0,8,0,19,46,97,99,99,101,112,116,67,111,111,107,105,101,115,80,97,110,101,108,0,8,0,21,46,97,99,99,101,112,116,67,111,111,107,105,101,115,87,114,97,112,112,101,114,0,8,0,19,46,97,99,99,101,112,116,95,97,100,97,116,118,101,100,101,108,101,109,0,8,0,14,46,97,99,99,101,112,116,95,99,111,111,107,105,101,0,8,0,19,46,97,99,99,101,112,116,95,99,111,111,107,105,101,95,115,108,111,116,0,8,0,15,46,97,99,99,101,112,116,95,99,111,111,107,105,101,115,0,8,0,23,46,97,99,99,101,112,116,95,99,111,111,107,105,101,115,45,119,114,97,112,112,101,114,0,8,0,22,46,97,99,99,101,112,116,95,99,111,111,107,105,101,115,95,97,99,116,105,111,110,0,8,0,15,46,97,99,99,101,112,116,101,114,67,111,111,107,105,101,0,8,0,19,46,97,99,99,101,112,116,109,121,99,111,111,107,105,101,45,98,97,114,0,8,0,18,46,97,99,99,101,112,116,115,105,116,101,99,111,111,107,105,101,115,0,8,0,15,46,97,99,99,101,115,115,45,99,111,111,107,105,101,115,0,8,0,26,46,97,99,99,101,115,115,105,98,105,108,105,116,121,45,98,97,114,45,99,111,111,107,105,101,115,0,8,0,18,46,97,99,99,101,116,116,97,45,99,111,110,116,97,105,110,101,114,0,8,0,15,46,97,99,99,101,116,116,97,95,99,111,111,107,105,101,0,8,0,14,46,97,99,99,101,116,116,97,99,111,111,107,105,101,0,8,0,20,46,97,99,99,101,116,116,97,122,105,111,110,101,67,111,111,107,105,101,115,0,8,0,9,46,97,99,99,111,111,107,105,101,0,8,0,15,46,97,99,99,111,114,100,95,99,111,111,107,105,101,115,0,8,0,15,46,97,99,101,112,116,97,95,99,111,111,107,105,101,115,0,8,0,16,46,97,99,101,112,116,97,114,95,99,111,111,107,105,101,115,0,8,0,37,46,97,99,114,105,115,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,58,110,111,116,40,46,105,115,45,45,109,111,100,97,108,41,0,8,0,24,46,97,99,116,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,14,46,97,99,116,105,111,110,45,99,111,111,107,105,101,0,8,0,19,46,97,99,116,105,118,101,45,99,111,111,107,105,101,45,109,101,110,117,0,8,0,14,46,97,99,116,105,118,101,46,99,111,111,107,105,101,0,8,0,18,46,97,99,116,105,118,101,46,114,103,112,100,45,109,111,100,97,108,0,8,0,33,46,97,99,116,105,118,101,98,97,114,45,99,111,110,116,97,105,110,101,114,46,95,112,114,105,118,97,99,121,95,102,105,120,0,8,0,16,46,97,99,116,105,118,105,116,121,45,99,111,111,107,105,101,0,8,0,16,46,97,100,98,108,111,99,107,45,99,111,111,107,105,101,115,0,8,0,15,46,97,100,100,45,103,101,116,45,99,111,111,107,105,101,0,8,0,12,46,97,100,100,95,99,111,111,107,105,101,115,0,8,0,13,46,97,100,100,99,111,111,107,105,101,108,97,119,0,8,0,15,46,97,100,100,116,104,105,115,45,99,111,111,107,105,101,0,8,0,15,46,97,100,101,45,99,111,111,107,105,101,45,98,97,114,0,8,0,23,46,97,100,101,111,45,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,0,8,0,19,46,97,100,107,45,99,111,111,107,105,101,45,119,114,97,112,112,101,114,0,8,0,17,46,97,100,110,45,99,111,111,107,105,101,45,112,97,110,101,108,0,8,0,28,46,97,100,110,45,99,111,111,107,105,101,45,112,97,110,110,101,108,45,99,111,110,116,97,105,110,101,114,0,8,0,10,46,97,100,112,45,112,111,112,117,112,0,8,0,18,46,97,100,112,45,112,111,112,117,112,45,111,118,101,114,108,97,121,0,8,0,25,46,97,100,114,111,108,108,95,99,111,110,115,101,110,116,95,99,111,110,116,97,105,110,101,114,0,8,0,25,46,97,100,115,107,45,103,100,112,114,45,102,111,111,116,101,114,45,119,114,97,112,112,101,114,0,8,0,13,46,97,100,118,45,45,51,48,48,120,50,53,48,0,8,0,12,46,97,100,118,45,45,55,50,56,120,57,48,0,8,0,11,46,97,100,118,45,99,111,111,107,105,101,0,8,0,23,46,97,100,118,101,114,116,105,115,105,110,103,45,99,111,111,107,105,101,45,117,115,101,0,8,0,14,46,97,100,118,105,99,101,45,99,111,111,107,105,101,0,8,0,20,46,97,100,118,109,99,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,10,46,97,102,45,99,111,111,107,105,101,0,8,0,11,46,97,102,45,99,111,111,107,105,101,115,0,8,0,22,46,97,102,45,99,111,111,107,105,101,115,45,98,97,99,107,103,114,111,117,110,100,0,8,0,18,46,97,102,101,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,11,46,97,102,102,101,110,107,101,107,115,101,0,8,0,28,46,97,102,105,99,105,111,110,97,100,111,45,45,99,111,111,107,105,101,115,45,119,114,97,112,112,101,114,0,8,0,12,46,97,102,109,45,67,111,111,107,105,101,115,0,8,0,10,46,97,103,45,99,111,111,107,105,101,0,8,0,17,46,97,103,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,8,0,25,46,97,103,45,99,111,111,107,105,101,45,112,111,108,105,99,121,45,119,114,97,112,112,101,114,0,8,0,26,46,97,103,45,99,111,111,107,105,101,45,112,111,108,105,99,121,95,95,119,114,97,112,112,101,114,0,8,0,23,46,97,103,95,99,111,111,107,105,101,95,97,108,101,114,116,95,119,105,110,100,111,119,0,8,0,17,46,97,103,95,99,111,111,107,105,101,95,98,97,110,110,101,114,0,8,0,29,46,97,103,95,117,115,101,114,95,97,108,101,114,116,95,119,105,110,100,111,119,95,99,111,110,116,101,110,116,0,8,0,15,46,97,103,101,103,97,116,101,45,99,111,111,107,105,101,0,8,0,22,46,97,103,101,110,100,97,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,33,46,97,103,103,45,119,97,114,110,105,110,103,45,98,97,110,110,101,114,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,8,0,11,46,97,103,105,99,111,111,107,105,101,115,0,8,0,19,46,97,103,110,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,33,46,97,103,110,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,105,110,110,101,114,45,119,114,97,112,112,101,114,0,8,0,33,46,97,103,110,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,111,117,116,101,114,45,119,114,97,112,112,101,114,0,8,0,18,46,97,103,114,101,101,45,99,111,111,107,105,101,45,119,114,97,112,0,8,0,14,46,97,103,114,101,101,45,99,111,111,107,105,101,115,0,8,0,19,46,97,103,114,101,101,45,119,105,116,104,45,99,111,111,107,105,101,115,0,8,0,14,46,97,103,114,101,101,99,111,111,107,105,101,115,99,0,8,0,17,46,97,103,114,101,101,109,101,110,116,45,99,111,111,107,105,101,0,8,0,21,46,97,103,114,101,101,109,101,110,116,45,101,117,45,99,111,111,107,105,101,115,0,8,0,17,46,97,104,98,45,99,111,111,107,105,101,98,97,110,110,101,114,0,8,0,18,46,97,105,45,109,45,99,111,111,107,105,101,45,108,97,121,101,114,0,8,0,24,46,97,105,45,109,45,111,118,101,114,108,97,121,45,98,97,99,107,103,114,111,117,110,100,0,8,0,27,46,97,105,109,45,99,111,111,107,105,101,45,110,111,116,105,99,101,45,45,119,114,97,112,112,101,114,0,8,0,22,46,97,106,97,120,95,99,111,111,107,105,101,95,99,111,110,116,97,105,110,101,114,0,8,0,12,46,97,106,115,45,109,101,115,115,97,103,101,0,8,0,10,46,97,107,45,99,111,111,107,105,101,0,8,0,18,46,97,107,45,99,111,111,107,105,101,95,95,98,97,110,110,101,114,0,8,0,18,46,97,107,45,99,111,111,107,105,101,115,45,98,97,110,110,101,114,0,8,0,8,46,97,107,95,114,103,112,100,0,8,0,12,46,97,107,102,95,95,99,111,111,107,105,101,0,8,0,36,46,97,107,105,115,109,101,116,95,99,111,109,109,101,110,116,95,102,111,114,109,95,112,114,105,118,97,99,121,95,110,111,116,105,99,101,0,8,0,14,46,97,108,101,114,116,45,45,99,111,111,107,105,101,0,8,0,26,46,97,108,101,114,116,45,45,99,111,111,107,105,101,99,111,110,115,101,110,116,98,108,111,99,107,0,8,0,15,46,97,108,101,114,116,45,45,99,111,111,107,105,101,115,0,8,0,21,46,97,108,101,114,116,45,98,97,110,100,101,97,117,45,99,111,111,107,105,101,0,8,0,21,46,97,108,101,114,116,45,98,97,110,110,101,114,45,45,99,111,111,107,105,101,0,8,0,25,46,97,108,101,114,116,45,98,111,120,45,99,111,111,107,105,101,95,95,108,97,121,111,117,116,0,8,0,18,46,97,108,101,114,116,45,98,111,120,45,99,111,111,107,105,101,115,0,8,0,11,46,97,108,101,114,116,45,99,110,105,108,0,8,0,30,46,97,108,101,114,116,45,99,111,109,112,108,105,97,110,99,101,46,102,105,120,101,100,45,98,111,116,116,111,109,0,8,0,14,46,97,108,101,114,116,45,99,111,111,99,105,101,115,0,8,0,14,46,97,108,101,114,116,45,99,111,111,99,107,105,101,0,8,0,20,46,97,108,101,114,116,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,20,46,97,108,101,114,116,45,99,111,111,107,105,101,45,98,117,116,116,111,110,0,8,0,21,46,97,108,101,114,116,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,21,46,97,108,101,114,116,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,0,8,0,20,46,97,108,101,114,116,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,30,46,97,108,101,114,116,45,99,111,111,107,105,101,45,110,111,116,105,99,101,45,99,111,110,116,97,105,110,101,114,0,8,0,20,46,97,108,101,114,116,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,8,0,19,46,97,108,101,114,116,45,99,111,111,107,105,101,45,117,115,97,103,101,0,8,0,23,46,97,108,101,114,116,45,99,111,111,107,105,101,115,45,98,97,99,107,100,114,111,112,0,8,0,21,46,97,108,101,114,116,45,99,111,111,107,105,101,115,45,98,97,110,110,101,114,0,8,0,18,46,97,108,101,114,116,45,99,111,111,107,105,101,115,45,98,97,114,0,8,0,18,46,97,108,101,114,116,45,99,111,111,107,105,101,115,45,98,111,120,0,8,0,22,46,97,108,101,114,116,45,99,111,111,107,105,101,115,45,99,111,110,115,101,110,116,0,8,0,21,46,97,108,101,114,116,45,99,111,111,107,105,101,115,45,112,111,108,105,99,121,0,8,0,20,46,97,108,101,114,116,45,99,111,111,107,105,101,119,97,114,110,105,110,103,0,8,0,21,46,97,108,101,114,116,45,109,101,115,115,97,103,101,46,99,111,111,107,105,101,0,8,0,25,46,97,108,101,114,116,45,112,114,105,118,97,99,121,45,100,105,115,99,108,97,105,109,101,114,0,8,0,11,46,97,108,101,114,116,45,114,103,112,100,0,8,0,18,46,97,108,101,114,116,45,115,105,116,101,45,99,111,111,107,105,101,0,8,0,22,46,97,108,101,114,116,45,116,114,97,99,107,105,110,103,45,99,111,111,107,105,101,0,8,0,21,46,97,108,101,114,116,45,119,97,114,110,105,110,103,45,102,111,111,116,101,114,0,8,0,21,46,97,108,101,114,116,45,119,114,97,112,112,101,114,45,99,111,111,107,105,101,0,8,0,19,46,97,108,101,114,116,46,99,99,112,97,45,109,101,115,115,97,103,101,0,8,0,11,46,97,108,101,114,116,46,114,103,112,100,0,8,0,17,46,97,108,101,114,116,67,111,111,107,105,101,115,67,110,105,108,0,8,0,20,46,97,108,101,114,116,76,68,71,80,66,97,99,107,103,114,111,117,110,100,0,8,0,19,46,97,108,101,114,116,80,111,108,105,99,121,67,111,111,107,105,101,115,0,8,0,15,46,97,108,101,114,116,86,105,101,80,114,105,118,101,101,0,8,0,38,46,97,108,101,114,116,91,100,97,116,97,45,98,101,104,97,118,105,111,117,114,61,34,99,111,111,107,105,101,45,98,97,110,110,101,114,34,93,0,8,0,35,46,97,108,101,114,116,91,100,97,116,97,45,99,111,111,107,105,101,61,34,98,97,110,110,101,114,45,99,111,111,107,105,101,34,93,0,8,0,31,46,97,108,101,114,116,91,100,97,116,97,45,110,97,109,101,61,34,101,117,95,98,105,115,99,117,105,116,115,34,93,0,8,0,41,46,97,108,101,114,116,91,100,97,116,97,45,110,103,45,105,102,61,34,115,104,111,119,67,111,111,107,105,101,68,105,115,99,108,97,105,109,101,114,34,93,0,8,0,27,46,97,108,101,114,116,91,110,103,45,105,102,61,34,99,111,111,107,105,101,65,108,101,114,116,34,93,0,8,0,36,46,97,108,101,114,116,91,110,103,45,105,102,61,34,115,104,111,119,67,111,111,107,105,101,68,105,115,99,108,97,105,109,101,114,34,93,0,8,0,12,46,97,108,101,114,116,95,95,82,71,80,68,0,8,0,14,46,97,108,101,114,116,95,95,99,111,111,107,105,101,0,8,0,26,46,97,108,101,114,116,95,98,97,99,107,103,114,111,117,110,100,95,99,111,111,99,107,105,101,115,0,8,0,23,46,97,108,101,114,116,95,99,111,110,116,97,105,110,101,114,46,99,111,111,107,105,101,0,8,0,13,46,97,108,101,114,116,95,99,111,111,107,105,101,0,8,0,14,46,97,108,101,114,116,95,99,111,111,107,105,101,115,0,8,0,21,46,97,108,101,114,116,95,119,114,97,112,112,101,114,46,99,111,111,107,105,101,0,8,0,14,46,97,108,101,114,116,97,45,99,111,111,107,105,101,0,8,0,15,46,97,108,101,114,116,97,45,99,111,111,107,105,101,115,0,8,0,11,46,97,108,101,114,116,97,76,71,80,68,0,8,0,15,46,97,108,101,114,116,97,95,99,111,111,107,105,101,115,0,8,0,14,46,97,108,101,114,116,97,99,111,111,107,105,101,115,0,8,0,29,46,97,108,101,114,116,98,97,114,45,45,116,114,97,99,107,105,110,103,72,111,114,105,122,111,110,116,97,108,0,8,0,27,46,97,108,101,114,116,98,97,114,45,45,116,114,97,99,107,105,110,103,86,101,114,116,105,99,97,108,0,8,0,30,46,97,108,101,114,116,98,97,114,91,100,97,116,97,45,97,108,101,114,116,61,34,99,111,111,107,105,101,34,93,0,8,0,12,46,97,108,101,114,116,99,111,111,107,105,101,0,8,0,14,46,97,108,101,114,116,101,45,99,111,111,107,105,101,0,8,0,14,46,97,108,101,114,116,101,95,99,111,111,107,105,101,0,8,0,22,46,97,108,101,114,116,101,95,99,111,111,107,105,101,95,99,111,110,116,101,110,116,0,8,0,22,46,97,108,101,114,116,115,45,45,101,117,45,99,111,111,107,105,101,45,98,97,114,0,8,0,25,46,97,108,101,114,116,115,45,109,97,110,97,103,101,114,45,99,111,110,116,97,105,110,101,114,0,8,0,14,46,97,108,102,95,99,111,111,107,105,101,76,97,119,0,8,0,22,46,97,108,105,101,110,115,97,110,105,109,97,116,101,99,111,111,107,105,101,105,110,0,8,0,20,46,97,108,105,101,110,115,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,15,46,97,108,108,101,114,116,45,99,111,111,107,105,101,115,0,8,0,20,46,97,108,108,111,119,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,23,46,97,108,108,111,119,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,8,0,26,46,97,108,108,111,119,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,19,46,97,108,108,111,119,45,99,111,111,107,105,101,45,112,97,110,101,108,0,8,0,20,46,97,108,108,111,119,45,99,111,111,107,105,101,45,115,116,114,105,112,101,0,8,0,21,46,97,108,108,111,119,45,99,111,111,107,105,101,45,119,114,97,112,112,101,114,0,8,0,21,46,97,108,108,111,119,45,99,111,111,107,105,101,115,45,100,105,97,108,111,103,0,8,0,19,46,97,108,108,111,119,45,99,111,111,107,105,101,115,45,105,110,102,111,0,8,0,24,46,97,108,108,111,119,95,99,111,111,107,105,101,115,95,99,111,110,116,97,105,110,101,114,0,8,0,16,46,97,108,108,111,119,101,100,45,99,111,111,107,105,101,115,0,8,0,15,46,97,108,108,114,101,97,100,121,99,111,111,107,105,101,0,8,0,21,46,97,108,108,116,114,105,99,107,115,45,67,110,105,108,82,105,98,98,111,110,0,8,0,18,46,97,108,115,45,99,111,111,107,105,101,45,98,117,116,116,111,110,0,8,0,17,46,97,108,116,95,108,103,112,100,95,99,111,111,107,105,101,115,0,8,0,29,46,97,108,116,97,109,105,114,97,45,103,100,112,114,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,36,46,97,108,116,101,114,110,97,116,105,118,101,95,99,111,111,107,105,101,95,108,97,121,101,114,95,98,97,99,107,103,114,111,117,110,100,0,8,0,32,46,97,108,116,101,114,110,97,116,105,118,101,95,99,111,111,107,105,101,95,108,97,121,101,114,95,104,111,108,100,101,114,0,8,0,22,46,97,108,116,101,114,110,101,116,67,111,111,107,105,101,77,101,115,115,97,103,101,0,8,0,19,46,97,108,116,105,117,109,45,112,114,105,118,97,99,121,45,98,97,114,0,8,0,38,46,97,108,116,117,109,99,111,100,101,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,45,119,114,97,112,112,101,114,0,8,0,17,46,97,108,118,105,110,101,99,111,111,107,105,101,105,110,102,111,0,8,0,17,46,97,109,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,13,46,97,109,45,99,111,111,107,105,101,98,97,114,0,8,0,9,46,97,109,50,45,103,100,112,114,0,8,0,16,46,97,109,99,98,45,99,111,111,107,105,101,45,98,97,110,0,8,0,18,46,97,109,100,98,45,108,103,112,100,45,99,111,110,115,101,110,116,0,8,0,14,46,97,109,103,100,112,114,45,99,111,111,107,105,101,0,8,0,26,46,97,109,103,100,112,114,99,111,111,107,105,101,45,98,97,114,45,116,101,109,112,108,97,116,101,0,8,0,21,46,97,109,115,45,109,45,99,111,111,107,105,101,45,119,97,114,110,105,110,103,0,8,0,19,46,97,109,122,45,99,111,111,107,105,101,115,45,110,111,116,105,99,101,0,8,0,18,46,97,110,97,108,121,116,105,99,115,45,99,111,110,115,101,110,116,0,8,0,19,46,97,110,97,108,121,116,105,99,115,95,95,99,111,110,115,101,110,116,0,8,0,10,46,97,110,100,99,111,111,107,105,101,0,8,0,23,46,97,110,105,109,97,116,101,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,0,8,0,22,46,97,110,105,109,97,116,101,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,16,46,97,110,105,109,97,116,101,45,99,111,111,107,105,101,115,0,8,0,24,46,97,110,105,109,97,116,101,100,46,103,100,112,114,45,99,111,110,116,97,105,110,101,114,0,8,0,20,46,97,110,110,111,117,110,99,101,109,101,110,116,45,99,111,111,107,105,101,0,8,0,28,46,97,110,110,111,117,110,99,101,109,101,110,116,45,99,111,111,107,105,101,45,119,114,97,112,112,101,114,0,8,0,23,46,97,110,110,111,117,110,99,101,109,101,110,116,45,101,117,45,99,111,111,107,105,101,0,8,0,23,46,97,110,110,121,116,97,98,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,25,46,97,110,111,110,121,109,111,117,115,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,0,8,0,25,46,97,110,111,110,121,109,111,117,115,84,111,83,67,111,110,115,101,110,116,95,109,97,115,107,0,8,0,13,46,97,110,117,110,116,45,99,111,111,107,105,101,0,8,0,20,46,97,111,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,8,0,19,46,97,111,100,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,46,46,97,112,45,99,45,109,101,115,115,97,103,101,45,119,114,97,112,91,100,97,116,97,45,99,111,110,116,114,111,108,108,101,114,61,34,99,109,101,115,115,97,103,101,34,93,0,8,0,28,46,97,112,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,99,111,110,116,97,105,110,101,114,0,8,0,26,46,97,112,45,99,111,111,107,105,101,115,97,108,101,114,116,45,99,111,110,116,97,105,110,101,114,0,8,0,19,46,97,112,97,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,0,8,0,18,46,97,112,97,45,99,111,110,115,101,110,116,45,114,101,115,101,116,0,8,0,20,46,97,112,97,45,99,111,110,115,101,110,116,45,119,114,97,112,112,101,114,0,8,0,11,46,97,112,112,45,99,111,111,107,105,101,0,8,0,21,46,97,112,112,45,99,111,111,107,105,101,45,97,103,114,101,101,109,101,110,116,0,8,0,18,46,97,112,112,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,16,46,97,112,112,45,99,111,111,107,105,101,45,99,97,114,100,0,8,0,19,46,97,112,112,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,21,46,97,112,112,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,8,0,16,46,97,112,112,45,99,111,111,107,105,101,45,108,105,110,101,0,8,0,22,46,97,112,112,45,99,111,111,107,105,101,45,108,105,110,101,45,105,110,110,101,114,0,8,0,18,46,97,112,112,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,15,46,97,112,112,45,99,111,111,107,105,101,45,114,111,119,0,8,0,29,46,97,112,112,45,99,111,111,107,105,101,115,45,97,103,114,101,101,109,101,110,116,45,98,97,110,110,101,114,0,8,0,20,46,97,112,112,45,100,105,115,99,108,97,105,109,101,114,45,114,103,112,100,0,8,0,16,46,97,112,112,45,103,100,112,114,45,110,111,116,105,99,101,0,8,0,20,46,97,112,112,45,114,111,111,116,32,62,32,46,99,111,111,107,105,101,115,0,8,0,20,46,97,112,112,45,119,114,97,112,112,101,114,45,99,111,111,107,105,101,115,0,8,0,13,46,97,112,112,95,95,99,111,111,107,105,101,115,0,8,0,26,46,97,112,112,95,95,109,105,115,99,45,99,111,111,107,105,101,95,95,99,111,110,115,101,110,116,0,8,0,17,46,97,112,112,95,99,111,111,107,105,101,95,97,108,101,114,116,0,8,0,12,46,97,112,112,95,103,100,112,114,45,45,50,0,8,0,16,46,97,112,112,114,111,118,101,45,99,111,111,107,105,101,115,0,8,0,23,46,97,112,112,114,111,118,101,45,99,111,111,107,105,101,115,45,104,101,97,100,101,114,0,8,0,18,46,97,112,112,114,111,118,101,67,111,111,107,105,101,115,66,97,114,0,8,0,20,46,97,112,112,116,105,107,101,114,45,99,111,111,107,105,101,45,98,97,114,0,8,0,22,46,97,112,112,120,45,99,111,111,107,105,101,45,98,97,110,110,101,114,45,101,117,0,8,0,40,46,97,112,114,111,112,111,45,119,105,100,103,101,116,115,45,116,111,111,108,98,97,114,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,8,0,16,46,97,114,95,95,99,111,111,107,105,101,95,105,110,102,111,0,8,0,15,46,97,114,103,101,110,116,95,99,111,111,107,105,101,115,0,8,0,13,46,97,114,111,117,110,100,67,111,111,107,105,101,0,8,0,21,46,97,114,115,111,114,115,67,111,111,107,105,101,95,119,114,97,112,112,101,114,0,8,0,11,46,97,114,116,45,99,111,111,107,105,101,0,8,0,21,46,97,114,118,45,99,111,111,107,105,101,115,95,95,119,114,97,112,112,101,114,0,8,0,28,46,97,115,45,111,105,108,91,100,97,116,97,45,113,97,61,34,111,105,108,45,76,97,121,101,114,34,93,0,8,0,18,46,97,115,95,95,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,24,46,97,115,97,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,23,46,97,115,115,101,116,95,98,97,108,97,78,111,116,105,102,105,99,97,116,105,111,110,0,8,0,20,46,97,115,115,105,103,110,109,101,110,116,45,45,99,111,111,107,105,101,115,0,8,0,17,46,97,115,122,102,76,97,121,101,114,67,111,110,116,101,110,116,0,8,0,21,46,97,116,108,97,110,116,115,95,99,111,111,107,95,119,114,97,112,112,101,114,0,8,0,23,46,97,116,109,45,99,111,111,107,105,101,115,45,100,105,115,99,108,97,105,109,101,114,0,8,0,16,46,97,116,118,105,45,98,97,110,110,101,114,45,99,109,112,0,8,0,23,46,97,116,118,105,45,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,0,8,0,27,46,97,116,118,105,45,112,114,105,118,97,99,121,45,112,111,108,105,99,121,45,109,111,100,117,108,101,0,8,0,15,46,97,117,114,111,114,97,45,110,97,110,111,98,97,114,0,8,0,17,46,97,117,115,107,117,110,102,116,45,99,111,111,107,105,101,115,0,8,0,19,46,97,117,115,116,114,105,97,95,99,111,111,107,105,101,95,108,97,119,0,8,0,12,46,97,117,116,104,45,99,111,111,107,105,101,0,8,0,21,46,97,117,116,111,109,97,114,116,45,99,111,111,107,105,101,97,108,101,114,116,0,8,0,18,46,97,118,45,99,111,111,107,105,101,45,119,114,97,112,112,101,114,0,8,0,12,46,97,118,67,111,111,107,105,101,76,97,119,0,8,0,18,46,97,118,97,108,97,110,99,104,101,45,109,101,115,115,97,103,101,0,8,0,22,46,97,118,101,114,116,105,115,115,101,109,101,110,116,45,99,111,111,107,105,101,115,0,8,0,20,46,97,118,101,114,116,105,115,115,101,109,101,110,116,67,111,111,107,105,101,0,8,0,27,46,97,118,101,114,116,105,115,115,101,109,101,110,116,67,111,111,107,105,101,67,111,110,116,101,110,117,0,8,0,21,46,97,118,101,114,116,105,115,115,101,109,101,110,116,67,111,111,107,105,101,115,0,8,0,18,46,97,118,103,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,14,46,97,118,103,45,99,111,111,107,105,101,98,97,114,0,8,0,20,46,97,118,103,45,99,111,111,107,105,101,115,95,95,116,111,103,103,108,101,0,8,0,17,46,97,118,104,99,111,111,107,105,101,99,111,110,115,101,110,116,0,8,0,20,46,97,118,105,97,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,25,46,97,118,105,97,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,119,114,97,112,0,8,0,26,46,97,118,105,97,45,99,111,111,107,105,101,109,101,115,115,97,103,101,45,98,111,116,116,111,109,0,8,0,14,46,97,118,105,115,111,45,99,111,111,107,105,101,115,0,8,0,20,46,97,118,105,115,111,45,99,111,111,107,105,101,115,45,108,97,121,101,114,0,8,0,17,46,97,118,105,115,111,45,100,101,45,99,111,111,107,105,101,115,0,8,0,22,46,97,118,105,115,111,45,103,101,115,116,105,111,110,45,99,111,111,107,105,101,115,0,8,0,11,46,97,118,105,115,111,45,108,103,112,100,0,8,0,23,46,97,118,105,115,111,45,112,111,108,105,116,105,99,97,45,99,111,111,107,105,101,115,0,8,0,12,46,97,118,105,115,111,67,111,111,107,105,101,0,8,0,13,46,97,118,105,115,111,67,111,111,107,105,101,115,0,8,0,20,46,97,118,105,115,111,67,111,111,107,105,101,115,67,111,110,116,101,110,116,0,8,0,17,46,97,118,105,115,111,67,111,111,107,105,101,115,70,105,120,111,0,8,0,16,46,97,118,105,115,111,67,111,111,107,105,101,115,84,120,116,0,8,0,10,46,97,118,105,115,111,76,71,80,68,0,8,0,21,46,97,118,105,115,111,80,111,108,105,116,105,99,97,99,111,111,107,105,101,115,0,8,0,15,46,97,118,105,115,111,95,95,99,111,111,107,105,101,115,0,8,0,13,46,97,118,105,115,111,95,99,111,111,107,105,101,0,8,0,14,46,97,118,105,115,111,95,99,111,111,107,105,101,115,0,8,0,16,46,97,118,105,115,111,95,108,103,112,100,95,98,111,100,121,0,8,0,12,46,97,118,105,115,111,99,111,111,107,105,101,0,8,0,13,46,97,118,105,115,111,99,111,111,107,105,101,115,0,8,0,14,46,97,118,105,115,111,108,103,112,100,45,98,97,114,0,8,0,19,46,97,118,115,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,0,8,0,13,46,97,118,118,105,115,111,67,111,111,107,105,101,0,8,0,14,46,97,118,118,105,115,111,95,99,111,111,107,105,101,0,8,0,16,46,97,119,45,99,111,111,107,105,101,45,97,108,101,114,116,0,8,0,24,46,97,119,45,99,111,111,107,105,101,45,98,97,110,110,101,114,45,111,118,101,114,108,121,0,8,0,14,46,97,119,45,99,111,111,107,105,101,45,108,97,119,0,8,0,11,46,97,119,45,99,111,111,107,105,101,115,0,8,0,19,46,97,119,50,45,110,97,118,45,116,111,112,45,99,111,111,107,105,101,0,8,0,29,46,97,119,97,118,101,95,99,111,110,115,101,110,116,95,109,111,100,97,108,95,98,97,99,107,100,114,111,112,0,8,0,25,46,97,119,97,118,101,95,99,111,110,115,101,110,116,95,109,111,100,97,108,95,111,112,101,110,0,8,0,20,46,97,119,101,45,112,111,112,107,105,101,115,45,99,111,110,116,101,110,116,0,8,0,23,46,97,119,101,45,112,111,112,107,105,101,115,45,108,97,121,101,114,95,100,97,114,107,0,8,0,11,46,97,119,101,95,99,111,111,107,105,101,0,8,0,20,46,97,119,101,95,99,111,111,107,105,101,95,115,101,116,116,105,110,103,115,0,8,0,19,46,97,119,101,115,111,109,101,45,101,117,45,99,111,111,107,105,101,115,0,8,0,22,46,97,119,110,45,99,111,111,107,105,101,45,99,111,109,112,108,105,97,110,99,101,0,8,0,19,46,97,119,115,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,12,46,97,120,97,45,99,111,111,107,105,101,115,0,8,0,10,46,97,120,97,67,111,111,107,105,101,0,8,0,27,46,97,120,105,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,119,114,97,112,112,101,114,0,8,0,27,46,97,120,109,99,111,111,107,105,101,45,110,111,116,105,99,101,45,99,111,110,116,97,105,110,101,114,0,8,0,14,46,97,120,115,45,109,100,45,99,111,111,107,105,101,0,8,0,11,46,98,45,45,99,111,111,107,105,101,115,0,8,0,16,46,98,45,97,99,99,101,112,116,45,99,111,111,107,105,101,0,8,0,11,46,98,45,99,99,111,110,115,101,110,116,0,8,0,28,46,98,45,99,111,110,116,101,110,116,45,97,115,115,101,116,95,99,111,111,107,105,101,95,104,105,110,116,0,8,0,16,46,98,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,23,46,98,45,99,111,111,107,105,101,45,98,97,110,110,101,114,45,45,102,105,120,101,100,0,8,0,23,46,98,45,99,111,111,107,105,101,45,98,97,110,110,101,114,95,95,105,110,110,101,114,0,8,0,17,46,98,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,14,46,98,45,99,111,111,107,105,101,45,104,105,110,116,0,8,0,23,46,98,45,99,111,111,107,105,101,45,110,111,116,105,99,101,45,98,97,110,110,101,114,0,8,0,22,46,98,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,17,46,98,45,99,111,111,107,105,101,45,111,118,101,114,108,97,121,0,8,0,16,46,98,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,8,0,15,46,98,45,99,111,111,107,105,101,45,112,111,112,117,112,0,8,0,14,46,98,45,99,111,111,107,105,101,45,116,101,120,116,0,8,0,17,46,98,45,99,111,111,107,105,101,45,119,97,114,110,105,110,103,0,8,0,15,46,98,45,99,111,111,107,105,101,66,97,110,110,101,114,0,8,0,12,46,98,45,99,111,111,107,105,101,66,111,120,0,8,0,16,46,98,45,99,111,111,107,105,101,67,111,110,115,101,110,116,0,8,0,15,46,98,45,99,111,111,107,105,101,68,105,97,108,111,103,0,8,0,15,46,98,45,99,111,111,107,105,101,95,95,98,111,100,121,0,8,0,20,46,98,45,99,111,111,107,105,101,95,95,99,111,110,116,97,105,110,101,114,0,8,0,14,46,98,45,99,111,111,107,105,101,95,104,105,110,116,0,8,0,10,46,98,45,99,111,111,107,105,101,115,0,8,0,16,46,98,45,99,111,111,107,105,101,115,45,97,108,101,114,116,0,8,0,14,46,98,45,99,111,111,107,105,101,115,45,98,97,114,0,8,0,19,46,98,45,99,111,111,107,105,101,115,45,105,110,102,111,114,109,101,114,0,8,0,18,46,98,45,99,111,111,107,105,101,115,45,109,101,115,115,97,103,101,0,8,0,27,46,98,45,99,111,111,107,105,101,115,95,98,97,110,110,101,114,95,99,111,110,116,97,105,110,101,114,0,8,0,19,46,98,45,99,111,111,107,105,101,115,95,105,110,102,111,114,109,101,114,0,8,0,23,46,98,45,99,111,111,107,105,101,115,95,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,15,46,98,45,100,115,103,118,111,45,98,97,110,110,101,114,0,8,0,16,46,98,45,102,111,111,116,101,114,45,99,111,111,107,105,101,0,8,0,16,46,98,45,104,101,97,100,101,114,45,99,111,111,107,105,101,0,8,0,29,46,98,45,110,111,116,105,102,105,99,97,116,105,111,110,45,112,117,115,104,95,95,119,114,97,112,112,101,114,0,8,0,14,46,98,45,112,111,108,105,99,121,45,105,110,102,111,0,8,0,20,46,98,45,112,111,112,117,112,45,99,111,111,107,105,101,95,119,114,97,112,0,8,0,17,46,98,45,112,114,105,118,97,99,121,45,112,111,108,105,99,121,0,8,0,24,46,98,45,115,116,114,105,112,101,95,99,111,110,116,101,110,116,95,99,111,111,107,105,101,0,8,0,24,46,98,49,48,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,6,46,98,67,110,105,108,0,8,0,11,46,98,95,95,99,111,111,107,105,101,115,0,8,0,15,46,98,95,99,111,111,107,105,101,66,97,110,110,101,114,0,8,0,15,46,98,95,99,111,111,107,105,101,110,111,116,105,99,101,0,8,0,21,46,98,97,45,98,97,110,110,101,114,45,100,105,115,99,108,97,105,109,101,114,0,8,0,11,46,98,97,45,99,111,111,107,105,101,115,0,8,0,14,46,98,97,95,99,111,111,107,105,101,95,98,97,114,0,8,0,16,46,98,97,95,112,111,112,117,112,95,99,111,111,107,105,101,0,8,0,11,46,98,97,99,107,99,111,111,107,105,101,0,8,0,23,46,98,97,99,107,100,114,111,112,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,8,0,17,46,98,97,99,107,100,114,111,112,45,99,111,111,107,105,101,115,0,8,0,21,46,98,97,99,107,100,114,111,112,45,108,101,121,45,99,111,111,107,105,101,115,0,8,0,25,46,98,97,99,107,103,114,111,117,110,100,45,112,101,116,114,111,108,45,99,111,111,107,105,101,0,8,0,23,46,98,97,99,107,103,114,111,117,110,100,95,97,108,101,114,116,99,111,111,107,105,101,0,8,0,25,46,98,97,99,107,103,114,111,117,110,100,95,99,111,111,107,105,101,95,98,97,110,110,101,114,0,8,0,14,46,98,97,100,103,101,95,112,114,105,118,97,99,121,0,8,0,18,46,98,97,107,101,100,45,99,111,111,107,105,101,115,45,98,97,114,0,8,0,12,46,98,97,110,45,99,111,111,107,105,101,115,0,8,0,11,46,98,97,110,100,45,45,103,100,112,114,0,8,0,13,46,98,97,110,100,97,45,99,111,111,107,105,101,0,8,0,16,46,98,97,110,100,97,65,99,101,112,116,97,99,105,111,110,0,8,0,13,46,98,97,110,100,97,99,111,111,107,105,101,115,0,8,0,22,46,98,97,110,100,101,97,117,45,97,99,99,101,112,116,45,99,111,111,107,105,101,0,8,0,13,46,98,97,110,100,101,97,117,45,99,110,105,108,0,8,0,15,46,98,97,110,100,101,97,117,45,99,111,111,107,105,101,0,8,0,22,46,98,97,110,100,101,97,117,45,99,111,111,107,105,101,45,98,111,116,116,111,109,0,8,0,23,46,98,97,110,100,101,97,117,45,99,111,111,107,105,101,45,119,114,97,112,112,101,114,0,8,0,16,46,98,97,110,100,101,97,117,45,99,111,111,107,105,101,115,0,8,0,28,46,98,97,110,100,101,97,117,45,105,110,102,111,114,109,97,116,105,111,110,45,99,111,111,107,105,101,115,0,8,0,19,46,98,97,110,100,101,97,117,45,115,101,108,108,115,101,99,117,114,101,0,8,0,16,46,98,97,110,100,101,97,117,45,119,114,97,112,112,101,114,0,8,0,14,46,98,97,110,100,101,97,117,67,111,111,107,105,101,0,8,0,15,46,98,97,110,100,101,97,117,67,111,111,107,105,101,115,0,8,0,17,46,98,97,110,100,101,97,117,95,95,99,111,111,107,105,101,115,0,8,0,13,46,98,97,110,100,101,97,117,95,99,110,105,108,0,8,0,16,46,98,97,110,100,101,97,117,95,99,111,110,115,101,110,116,0,8,0,15,46,98,97,110,100,101,97,117,95,99,111,111,107,105,101,0,8,0,16,46,98,97,110,100,101,97,117,95,99,111,111,107,105,101,115,0,8,0,12,46,98,97,110,100,101,97,117,99,110,105,108,0,8,0,19,46,98,97,110,100,101,97,117,99,110,105,108,99,111,111,107,105,101,115,0,8,0,13,46,98,97,110,101,114,45,99,111,111,107,105,101,0,8,0,14,46,98,97,110,107,105,100,45,99,111,111,107,105,101,0,8,0,12,46,98,97,110,110,45,99,111,111,107,105,101,0,8,0,15,46,98,97,110,110,101,114,45,45,99,111,111,107,105,101,0,8,0,22,46,98,97,110,110,101,114,45,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,8,0,19,46,98,97,110,110,101,114,45,45,99,111,111,107,105,101,115,45,101,117,0,8,0,23,46,98,97,110,110,101,114,45,45,99,111,111,107,105,101,115,45,112,111,108,105,99,121,0,8,0,13,46,98,97,110,110,101,114,45,45,103,100,112,114,0,8,0,13,46,98,97,110,110,101,114,45,45,108,103,112,100,0,8,0,26,46,98,97,110,110,101,114,45,97,99,101,112,116,97,99,105,111,110,45,99,111,111,107,105,101,115,0,8,0,19,46,98,97,110,110,101,114,45,99,111,110,115,101,110,116,45,97,108,108,0,8,0,14,46,98,97,110,110,101,114,45,99,111,111,107,105,101,0,8,0,25,46,98,97,110,110,101,114,45,99,111,111,107,105,101,45,98,97,99,107,103,114,111,117,110,100,0,8,0,22,46,98,97,110,110,101,114,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,24,46,98,97,110,110,101,114,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,8,0,21,46,98,97,110,110,101,114,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,8,0,22,46,98,97,110,110,101,114,45,99,111,111,107,105,101,45,119,114,97,112,112,101,114,0,8,0,15,46,98,97,110,110,101,114,45,99,111,111,107,105,101,115,0,8,0,17,46,98,97,110,110,101,114,45,99,111,111,107,105,101,115,45,50,0,8,0,21,46,98,97,110,110,101,114,45,99,111,111,107,105,101,115,45,97,108,101,114,116,0,8,0,20,46,98,97,110,110,101,114,45,99,111,111,107,105,101,115,45,115,104,111,119,0,8,0,23,46,98,97,110,110,101,114,45,99,111,111,107,105,101,115,45,119,114,97,112,112,101,114,0,8,0,24,46,98,97,110,110,101,114,45,99,111,111,107,105,101,115,95,95,119,114,97,112,112,101,114,0,8,0,20,46,98,97,110,110,101,114,45,101,115,112,97,45,119,114,97,112,112,101,114,0,8,0,17,46,98,97,110,110,101,114,45,101,117,45,99,111,111,107,105,101,0,8,0,12,46,98,97,110,110,101,114,45,103,100,112,114,0,8,0,12,46,98,97,110,110,101,114,45,108,103,112,100,0,8,0,20,46,98,97,110,110,101,114,45,108,103,112,100,45,99,111,110,115,101,110,116,0,8,0,30,46,98,97,110,110,101,114,45,108,103,112,100,45,99,111,110,115,101,110,116,45,99,111,110,116,97,105,110,101,114,0,8,0,22,46,98,97,110,110,101,114,45,108,103,112,100,45,99,111,110,116,97,105,110,101,114,0,8,0,23,46,98,97,110,110,101,114,45,108,103,112,100,95,95,99,111,110,116,97,105,110,101,114,0,8,0,22,46,98,97,110,110,101,114,45,109,101,115,115,97,103,101,45,99,112,111,112,117,112,0,8,0,19,46,98,97,110,110,101,114,45,112,111,108,105,99,121,45,119,114,97,112,0,8,0,13,46,98,97,110,110,101,114,67,111,111,107,105,101,0,8,0,14,46,98,97,110,110,101,114,67,111,111,107,105,101,115,0,8,0,20,46,98,97,110,110,101,114,73,110,102,111,114,109,97,116,105,118,97,69,85,0,8,0,11,46,98,97,110,110,101,114,76,71,80,68,0,8,0,24,46,98,97,110,110,101,114,80,114,105,118,97,99,121,65,99,99,101,112,116,97,110,99,101,0,8,0,30,46,98,97,110,110,101,114,91,100,97,116,97,45,98,97,110,110,101,114,61,34,99,111,111,107,105,101,115,34,93,0,8,0,16,46,98,97,110,110,101,114,95,95,99,111,111,107,105,101,115,0,8,0,24,46,98,97,110,110,101,114,95,95,111,118,101,114,108,97,121,45,45,99,111,111,107,105,101,0,8,0,22,46,98,97,110,110,101,114,95,97,99,99,101,112,116,95,99,111,111,107,105,101,115,0,8,0,13,46,98,97,110,110,101,114,95,99,111,107,105,101,0,8,0,23,46,98,97,110,110,101,114,95,99,111,110,115,101,110,115,111,95,99,111,111,107,105,101,0,8,0,14,46,98,97,110,110,101,114,95,99,111,111,107,105,101,0,8,0,15,46,98,97,110,110,101,114,95,99,111,111,107,105,101,115,0,8,0,12,46,98,97,110,110,101,114,95,108,103,112,100,0,8,0,14,46,98,97,110,110,101,114,95,112,111,108,105,99,121,0,8,0,13,46,98,97,110,110,101,114,99,111,111,107,105,101,0,8,0,16,46,98,97,110,110,105,101,114,101,67,111,111,107,105,101,115,0,8,0,16,46,98,97,110,110,105,101,114,101,95,99,111,111,107,105,101,0,8,0,15,46,98,97,110,110,105,101,114,101,99,111,111,107,105,101,0,8,0,16,46,98,97,114,45,45,99,111,111,107,105,101,45,98,97,114,0,8,0,16,46,98,97,114,45,45,99,111,111,107,105,101,110,111,116,101,0,8,0,13,46,98,97,114,45,45,99,111,111,107,105,101,115,0,8,0,11,46,98,97,114,45,99,111,111,107,105,101,0,8,0,12,46,98,97,114,45,99,111,111,107,105,101,115,0,8,0,16,46,98,97,114,45,99,111,111,107,105,101,115,45,103,116,109,0,8,0,15,46,98,97,114,45,99,111,111,107,105,101,115,45,112,104,0,8,0,15,46,98,97,114,45,101,117,45,99,111,111,107,105,101,115,0,8,0,11,46,98,97,114,46,99,111,111,107,105,101,0,8,0,19,46,98,97,114,46,117,100,99,45,98,97,114,45,104,111,108,100,101,114,0,8,0,10,46,98,97,114,67,111,111,107,105,101,0,8,0,12,46,98,97,114,95,112,114,105,118,97,99,121,0,8,0,23,46,98,97,114,114,97,45,97,118,105,115,111,45,112,114,105,118,97,99,105,100,97,100,0,8,0,13,46,98,97,114,114,97,45,99,111,111,107,105,101,0,8,0,14,46,98,97,114,114,97,45,99,111,111,107,105,101,115,0,8,0,20,46,98,97,114,114,97,45,99,111,111,107,105,101,115,45,109,111,100,97,108,0,8,0,13,46,98,97,114,114,97,95,99,111,111,107,105,101,0,8,0,14,46,98,97,114,114,97,95,99,111,111,107,105,101,115,0,8,0,13,46,98,97,114,114,101,45,99,111,111,107,105,101,0,8,0,19,46,98,97,114,114,101,45,105,110,102,111,45,99,111,111,107,105,101,115,0,8,0,18,46,98,97,114,114,101,73,110,102,111,67,111,111,107,105,101,115,50,0,8,0,14,46,98,97,114,114,101,95,95,99,111,111,107,105,101,0,8,0,13,46,98,97,114,114,101,95,99,111,111,107,105,101,0,8,0,14,46,98,97,114,114,101,95,99,111,111,107,105,101,115,0,8,0,13,46,98,97,115,101,45,99,111,111,107,105,101,115,0,8,0,33,46,98,97,115,101,95,112,114,105,118,97,99,121,95,112,111,108,105,99,121,95,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,20,46,98,97,115,101,108,45,99,111,111,107,105,101,115,45,112,111,112,117,112,0,8,0,17,46,98,97,115,101,108,95,99,111,111,107,105,101,95,98,97,114,0,8,0,38,46,98,97,115,105,99,45,45,100,114,97,119,45,109,101,115,115,97,103,101,45,98,97,114,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,29,46,98,97,115,105,99,95,102,101,97,116,117,114,101,115,45,99,111,111,107,105,101,109,101,115,115,97,103,101,0,8,0,18,46,98,97,117,49,48,48,95,99,111,111,107,105,101,45,98,97,114,0,8,0,18,46,98,97,117,95,95,99,111,111,107,105,101,98,97,110,110,101,114,0,8,0,24,46,98,97,121,101,114,45,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,0,8,0,18,46,98,98,45,97,99,99,101,112,116,45,99,111,111,107,105,101,115,0,8,0,17,46,98,98,45,99,111,110,115,101,110,116,98,97,110,110,101,114,0,8,0,17,46,98,98,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,11,46,98,98,45,99,111,111,107,105,101,115,0,8,0,26,46,98,98,45,99,111,111,107,105,101,115,45,100,105,97,108,111,103,45,119,114,97,112,112,101,114,0,8,0,26,46,98,98,45,104,101,97,100,101,114,95,95,97,99,99,101,112,116,45,99,111,111,107,105,101,115,0,8,0,18,46,98,98,97,45,112,111,112,117,112,45,99,111,111,107,105,101,115,0,8,0,19,46,98,98,108,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,17,46,98,99,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,21,46,98,99,45,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,0,8,0,22,46,98,99,79,112,116,73,110,79,112,116,111,117,116,78,111,116,105,102,105,101,114,0,8,0,13,46,98,99,101,101,45,99,111,111,107,105,101,115,0,8,0,21,46,98,99,101,107,109,101,99,101,95,99,111,111,107,105,101,115,95,100,105,118,0,8,0,9,46,98,99,111,111,107,105,101,122,0,8,0,19,46,98,99,112,78,111,116,105,102,105,99,97,116,105,111,110,66,97,114,0,8,0,19,46,98,100,66,117,122,122,67,111,111,107,105,101,80,111,108,105,99,121,0,8,0,10,46,98,100,99,111,111,107,105,101,115,0,8,0,19,46,98,100,101,119,95,95,99,111,111,107,105,101,98,97,110,110,101,114,0,8,0,24,46,98,100,102,45,99,111,111,107,105,101,45,112,111,108,105,99,121,45,112,111,112,117,112,0,8,0,23,46,98,100,115,95,109,105,110,105,95,99,111,111,107,105,101,95,112,111,108,105,99,121,0,8,0,23,46,98,100,117,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,98,97,114,0,8,0,26,46,98,101,45,103,100,112,114,45,99,111,111,107,105,101,45,110,111,116,105,99,101,45,98,97,114,0,8,0,38,46,98,101,97,110,115,45,99,111,111,107,105,101,115,45,110,111,116,105,102,105,99,97,116,105,111,110,95,95,99,111,110,116,97,105,110,101,114,0,8,0,11,46,98,101,108,45,99,111,111,107,105,101,0,8,0,18,46,98,101,108,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,15,46,98,101,110,103,111,114,45,99,111,111,107,105,101,115,0,8,0,23,46,98,101,116,116,101,114,119,112,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,12,46,98,101,117,99,45,99,111,111,107,105,101,0,8,0,18,46,98,101,122,122,111,45,99,111,111,107,105,101,115,45,98,97,114,0,8,0,20,46,98,102,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,8,0,18,46,98,102,45,99,111,111,107,105,101,45,119,114,97,112,112,101,114,0,8,0,12,46,98,102,95,103,100,112,114,95,98,111,120,0,8,0,10,46,98,103,95,99,111,111,107,105,101,0,8,0,11,46,98,103,95,99,111,111,107,105,101,115,0,8,0,14,46,98,103,95,103,100,112,114,95,112,111,112,117,112,0,8,0,10,46,98,103,99,111,111,107,105,101,115,0,8,0,28,46,98,104,45,99,111,111,107,105,101,115,45,112,111,112,117,112,45,98,97,99,107,103,114,111,117,110,100,0,8,0,19,46,98,104,45,99,111,111,107,105,101,115,45,119,97,114,110,105,110,103,0,8,0,18,46,98,104,45,108,97,121,101,114,67,111,111,107,105,101,76,97,119,0,8,0,19,46,98,104,67,111,111,107,105,101,66,111,120,87,114,97,112,112,101,114,0,8,0,12,46,98,105,99,97,45,105,110,108,105,110,101,0,8,0,23,46,98,105,99,101,118,105,100,97,95,102,105,120,101,100,45,99,111,111,107,105,101,115,0,8,0,15,46,98,105,112,80,97,115,101,107,67,111,111,107,105,101,0,8,0,19,46,98,105,115,99,111,116,116,111,46,115,99,45,98,111,116,116,111,109,0,8,0,16,46,98,105,115,99,117,105,116,45,109,101,115,115,97,103,101,0,8,0,14,46,98,105,115,99,117,105,116,45,117,115,97,103,101,0,8,0,19,46,98,105,115,99,117,105,116,98,111,120,45,119,114,97,112,112,101,114,0,8,0,15,46,98,105,115,99,117,105,116,115,45,117,115,97,103,101,0,8,0,25,46,98,107,45,99,111,111,107,105,101,45,97,108,101,114,116,45,115,110,97,99,107,98,97,114,0,8,0,20,46,98,107,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,8,0,18,46,98,107,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,0,8,0,13,46,98,107,45,99,111,111,107,105,101,66,97,114,0,8,0,11,46,98,107,45,99,111,111,107,105,101,115,0,8,0,20,46,98,107,45,99,111,111,107,105,101,115,95,95,119,114,97,112,112,101,114,0,8,0,11,46,98,107,103,95,99,111,111,107,105,101,0,8,0,16,46,98,108,97,99,107,45,98,103,45,99,111,111,107,105,101,0,8,0,20,46,98,108,105,110,100,116,111,111,108,98,111,120,45,99,111,111,107,105,101,0,8,0,11,46,98,108,107,45,67,111,111,107,105,101,0,8,0,15,46,98,108,107,45,68,105,115,99,108,97,105,109,101,114,0,8,0,22,46,98,108,107,45,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,0,8,0,13,46,98,108,107,95,99,111,111,99,107,105,101,115,0,8,0,19,46,98,108,111,99,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,14,46,98,108,111,99,45,99,111,111,107,105,101,45,100,0,8,0,13,46,98,108,111,99,45,99,111,111,107,105,101,115,0,8,0,11,46,98,108,111,99,67,111,111,107,105,101,0,8,0,12,46,98,108,111,99,67,111,111,107,105,101,115,0,8,0,10,46,98,108,111,99,95,99,110,105,108,0,8,0,12,46,98,108,111,99,95,99,111,111,107,105,101,0,8,0,21,46,98,108,111,99,95,99,111,111,107,105,101,95,116,114,97,99,107,105,110,103,0,8,0,13,46,98,108,111,99,95,99,111,111,107,105,101,115,0,8,0,11,46,98,108,111,99,99,111,111,107,105,101,0,8,0,27,46,98,108,111,99,107,45,45,98,101,97,110,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,31,46,98,108,111,99,107,45,45,98,108,111,99,107,45,109,119,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,14,46,98,108,111,99,107,45,45,99,111,111,107,105,101,0,8,0,22,46,98,108,111,99,107,45,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,27,46,98,108,111,99,107,45,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,21,46,98,108,111,99,107,45,45,99,111,111,107,105,101,99,111,110,115,101,110,116,0,8,0,25,46,98,108,111,99,107,45,45,109,119,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,18,46,98,108,111,99,107,45,67,111,111,107,105,101,66,108,111,99,107,0,8,0,21,46,98,108,111,99,107,45,97,99,99,101,112,116,45,99,111,111,107,105,101,115,0,8,0,20,46,98,108,111,99,107,45,97,114,116,119,104,101,114,101,45,103,100,112,114,0,8,0,20,46,98,108,111,99,107,45,97,119,97,118,101,45,99,111,110,115,101,110,116,0,8,0,21,46,98,108,111,99,107,45,98,52,110,45,99,111,111,107,105,101,45,98,97,114,0,8,0,18,46,98,108,111,99,107,45,98,110,102,45,99,111,111,107,105,101,115,0,8,0,26,46,98,108,111,99,107,45,99,105,112,105,120,45,99,111,111,107,105,101,99,111,110,116,114,111,108,0,8,0,25,46,98,108,111,99,107,45,99,108,99,45,99,111,111,107,105,101,115,45,112,111,108,105,99,121,0,8,0,27,46,98,108,111,99,107,45,99,111,111,107,105,101,45,97,99,99,101,112,116,45,110,111,116,105,102,121,0,8,0,22,46,98,108,111,99,107,45,99,111,111,107,105,101,45,97,112,112,114,111,118,97,108,0,8,0,20,46,98,108,111,99,107,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,26,46,98,108,111,99,107,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,19,46,98,108,111,99,107,45,99,111,111,107,105,101,45,112,111,112,117,112,0,8,0,19,46,98,108,111,99,107,45,99,111,111,107,105,101,45,117,115,97,103,101,0,8,0,23,46,98,108,111,99,107,45,99,111,111,107,105,101,100,105,115,99,108,97,105,109,101,114,0,8,0,18,46,98,108,111,99,107,45,99,111,111,107,105,101,112,111,112,117,112,0,8,0,21,46,98,108,111,99,107,45,99,111,111,107,105,101,115,45,97,108,101,114,116,101,0,8,0,27,46,98,108,111,99,107,45,99,111,111,107,105,101,115,45,100,105,97,108,111,103,45,98,108,111,99,107,0,8,0,26,46,98,108,111,99,107,45,99,111,111,107,105,101,115,45,105,110,102,111,114,109,97,116,105,111,110,0,8,0,20,46,98,108,111,99,107,45,99,111,111,107,105,101,115,45,112,111,112,117,112,0,8,0,19,46,98,108,111,99,107,45,99,111,111,107,105,101,115,45,114,103,112,100,0,8,0,25,46,98,108,111,99,107,45,99,111,111,107,105,101,115,45,114,103,112,100,45,98,108,111,99,107,0,8,0,22,46,98,108,111,99,107,45,99,111,111,107,105,101,115,45,119,97,114,110,105,110,103,0,8,0,20,46,98,108,111,99,107,45,99,111,111,107,105,101,115,97,99,116,105,118,101,0,8,0,20,46,98,108,111,99,107,45,101,117,99,111,111,107,105,101,98,108,111,99,107,0,8,0,25,46,98,108,111,99,107,45,103,100,112,114,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,18,46,98,108,111,99,107,45,105,110,102,111,45,99,111,111,107,105,101,0,8,0,27,46,98,108,111,99,107,45,107,104,115,116,45,99,111,111,107,105,101,45,97,112,112,114,111,118,97,108,0,8,0,17,46,98,108,111,99,107,45,108,115,119,45,99,111,111,107,105,101,0,8,0,28,46,98,108,111,99,107,45,110,111,116,105,102,105,99,97,116,105,111,110,45,45,99,111,111,107,105,101,115,0,8,0,18,46,98,108,111,99,107,45,112,111,114,45,99,111,111,107,105,101,115,0,8,0,11,46,98,108,111,99,107,45,114,103,112,100,0,8,0,24,46,98,108,111,99,107,45,118,105,116,111,45,99,111,111,107,105,101,45,112,111,112,117,112,0,8,0,24,46,98,108,111,99,107,45,119,97,120,45,99,111,111,107,105,101,45,99,111,110,115,101,110,0,8,0,25,46,98,108,111,99,107,45,119,97,120,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,14,46,98,108,111,99,107,46,99,111,111,107,105,101,115,0,8,0,28,46,98,108,111,99,107,67,111,111,107,105,101,65,103,114,101,101,109,101,110,116,87,114,97,112,112,101,114,0,8,0,18,46,98,108,111,99,107,67,111,111,107,105,101,66,97,110,110,101,114,0,8,0,18,46,98,108,111,99,107,67,111,111,107,105,101,78,111,116,105,99,101,0,8,0,24,46,98,108,111,99,107,67,111,111,107,105,101,78,111,116,105,102,105,99,97,116,105,111,110,0,8,0,13,46,98,108,111,99,107,67,111,111,107,105,101,115,0,8,0,23,46,98,108,111,99,107,95,95,99,111,110,116,101,110,116,45,99,111,111,107,105,101,115,0,8,0,20,46,98,108,111,99,107,95,95,119,105,110,100,111,119,45,45,103,100,112,114,0,8,0,14,46,98,108,111,99,107,95,99,111,110,115,101,110,116,0,8,0,13,46,98,108,111,99,107,95,99,111,111,107,105,101,0,8,0,19,46,98,108,111,99,107,95,99,111,111,107,105,101,45,45,115,104,111,119,0,8,0,19,46,98,108,111,99,107,95,99,111,111,107,105,101,95,112,111,112,117,112,0,8,0,19,46,98,108,111,99,107,95,109,101,115,115,95,99,111,111,107,105,101,115,0,8,0,13,46,98,108,111,99,107,99,111,111,107,105,101,115,0,8,0,25,46,98,108,111,99,107,110,97,118,45,103,101,115,116,105,111,110,45,99,111,111,107,105,101,115,0,8,0,16,46,98,108,111,103,67,111,111,107,105,101,67,111,118,101,114,0,8,0,13,46,98,108,111,103,95,95,99,111,111,107,105,101,0,8,0,15,46,98,108,111,113,117,101,45,99,111,111,107,105,101,115,0,8,0,19,46,98,108,111,113,117,101,76,101,103,97,108,67,111,111,107,105,101,115,0,8,0,22,46,98,108,111,113,117,101,95,118,101,110,116,97,110,97,67,111,111,107,105,101,115,0,8,0,14,46,98,108,111,113,117,101,99,111,111,107,105,101,115,0,8,0,18,46,98,108,115,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,8,0,19,46,98,108,117,101,108,97,98,115,45,103,100,112,114,95,95,98,97,114,0,8,0,20,46,98,108,117,114,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,9,46,98,109,99,111,111,107,105,101,0,8,0,29,46,98,109,106,45,99,111,111,107,105,101,45,110,111,116,105,99,101,98,97,114,45,99,111,110,116,101,110,116,0,8,0,12,46,98,109,112,45,99,111,111,107,105,101,115,0,8,0,21,46,98,109,115,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,8,0,22,46,98,109,117,45,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,0,8,0,31,46,98,109,119,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,45,104,111,108,100,101,114,0,8,0,16,46,98,110,45,99,111,111,107,105,101,45,112,97,110,101,108,0,8,0,28,46,98,110,45,99,111,111,107,105,101,45,112,114,111,109,112,116,95,95,99,111,110,116,97,105,110,101,114,0,8,0,11,46,98,110,45,99,111,111,107,105,101,115,0,8,0,14,46,98,110,45,99,111,111,107,105,101,115,45,119,114,0,8,0,14,46,98,110,116,95,99,111,111,107,105,101,66,97,114,0,8,0,12,46,98,111,99,45,99,111,111,107,105,101,115,0,8,0,46,46,98,111,100,121,45,111,118,101,114,108,97,121,91,100,97,116,97,45,115,104,111,119,45,99,111,111,107,105,101,45,98,97,110,110,101,114,45,111,118,101,114,108,97,121,93,0,8,0,16,46,98,111,100,121,45,119,97,114,110,67,111,111,107,105,101,0,8,0,21,46,98,111,108,100,99,111,111,107,105,101,66,97,114,79,118,101,114,108,97,121,0,8,0,16,46,98,111,110,105,97,108,67,109,112,66,97,110,110,101,114,0,8,0,19,46,98,111,111,116,111,109,45,99,111,111,107,105,101,45,119,114,97,112,0,8,0,20,46,98,111,114,100,101,114,45,99,111,111,107,105,101,66,111,114,100,101,114,0,8,0,18,46,98,111,114,108,97,98,115,67,111,111,107,105,101,83,104,111,119,0,8,0,20,46,98,111,114,110,45,99,111,111,107,105,101,45,119,114,97,112,112,101,114,0,8,0,13,46,98,111,114,110,45,99,111,111,107,105,101,115,0,8,0,19,46,98,111,116,116,111,109,45,45,99,111,111,107,105,101,45,98,97,114,0,8,0,27,46,98,111,116,116,111,109,45,45,99,111,111,107,105,101,45,98,97,114,45,111,118,101,114,108,97,121,0,8,0,17,46,98,111,116,116,111,109,45,48,46,99,111,111,107,105,101,115,0,8,0,18,46,98,111,116,116,111,109,45,98,97,114,45,99,111,111,107,105,101,0,8,0,19,46,98,111,116,116,111,109,45,98,97,114,45,99,111,111,107,105,101,115,0,8,0,20,46,98,111,116,116,111,109,45,99,111,111,107,105,101,45,98,108,111,99,107,0,8,0,22,46,98,111,116,116,111,109,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,19,46,98,111,116,116,111,109,45,99,111,111,107,105,101,45,105,110,102,111,0,8,0,19,46,98,111,116,116,111,109,45,99,111,111,107,105,101,45,119,114,97,112,0,8,0,22,46,98,111,116,116,111,109,45,99,111,111,107,105,101,45,119,114,97,112,112,101,114,0,8,0,24,46,98,111,116,116,111,109,45,99,111,111,107,105,101,45,119,114,97,112,112,101,114,45,50,0,8,0,26,46,98,111,116,116,111,109,45,99,111,111,107,105,101,115,45,98,97,99,107,103,114,111,117,110,100,0,8,0,22,46,98,111,116,116,111,109,45,99,111,111,107,105,101,115,45,111,114,101,100,101,114,0,8,0,28,46,98,111,116,116,111,109,45,122,111,110,101,95,95,112,114,105,118,97,99,121,45,112,111,108,105,99,121,0,8,0,23,46,98,111,116,116,111,109,46,99,111,111,107,105,101,95,95,115,101,99,116,105,111,110,0,8,0,12,46,98,111,116,116,111,109,65,108,101,114,116,0,8,0,14,46,98,111,116,116,111,109,67,111,111,107,105,101,115,0,8,0,17,46,98,111,116,116,111,109,80,114,105,118,97,99,121,65,108,108,0,8,0,21,46,98,111,116,116,111,109,95,95,99,111,111,107,105,101,45,98,108,111,99,107,0,8,0,14,46,98,111,116,116,111,109,95,99,111,111,107,105,101,0,8,0,20,46,98,111,116,116,111,109,95,99,111,111,107,105,101,95,98,108,111,99,107,0,8,0,23,46,98,111,116,116,111,109,95,111,112,116,111,117,116,95,97,110,110,111,117,110,99,101,0,8,0,12,46,98,111,120,45,45,99,111,111,107,105,101,0,8,0,13,46,98,111,120,45,45,99,111,111,107,105,101,115,0,8,0,19,46,98,111,120,45,97,99,99,101,112,116,45,99,111,111,107,105,101,115,0,8,0,15,46,98,111,120,45,97,103,114,101,101,45,103,100,112,114,0,8,0,24,46,98,111,120,45,97,108,101,114,116,45,99,111,111,107,105,101,45,105,110,115,105,100,101,0,8,0,18,46,98,111,120,45,97,118,105,115,111,45,99,111,111,107,105,101,115,0,8,0,11,46,98,111,120,45,99,111,111,107,105,101,0,8,0,19,46,98,111,120,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,21,46,98,111,120,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,8,0,19,46,98,111,120,45,99,111,111,107,105,101,45,99,111,110,116,101,110,116,0,8,0,21,46,98,111,120,45,99,111,111,107,105,101,45,100,105,115,99,108,97,109,101,114,0,8,0,18,46,98,111,120,45,99,111,111,107,105,101,45,101,117,45,108,97,119,0,8,0,25,46,98,111,120,45,99,111,111,107,105,101,45,105,110,102,111,45,45,111,118,101,114,108,97,121,0,8,0,18,46,98,111,120,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,12,46,98,111,120,45,99,111,111,107,105,101,115,0,8,0,16,46,98,111,120,45,105,110,102,111,45,99,111,111,107,105,101,0,8,0,32,46,98,111,120,45,112,111,108,105,116,105,99,97,45,112,114,105,118,97,99,105,100,97,100,101,45,102,111,111,116,101,114,0,8,0,16,46,98,111,120,45,116,120,116,45,99,111,111,107,105,101,115,0,8,0,16,46,98,111,120,65,118,118,105,115,111,67,111,111,107,105,101,0,8,0,13,46,98,111,120,67,104,107,67,111,111,107,105,101,0,8,0,17,46,98,111,120,67,104,107,67,111,111,107,105,101,87,114,97,112,0,8,0,17,46,98,111,120,67,111,110,116,101,110,116,67,111,111,107,105,101,0,8,0,11,46,98,111,120,95,67,111,111,107,105,101,0,8,0,11,46,98,111,120,95,99,111,111,107,105,101,0,8,0,17,46,98,111,120,95,99,111,111,107,105,101,95,97,108,108,111,119,0,8,0,12,46,98,111,120,95,99,111,111,107,105,101,115,0,8,0,23,46,98,111,120,122,105,108,108,97,45,99,111,111,107,105,101,115,45,112,111,112,117,112,0,8,0,17,46,98,112,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,25,46,98,112,45,99,111,111,107,105,101,45,110,111,116,105,99,101,45,119,114,97,112,112,101,114,0,8,0,18,46,98,112,97,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,28,46,98,112,120,45,114,103,112,100,45,99,111,111,107,105,101,45,98,111,116,116,111,109,80,97,110,101,108,0,8,0,20,46,98,113,103,108,111,98,97,108,114,103,112,100,45,98,97,110,110,101,114,0,8,0,13,46,98,114,45,99,111,111,107,105,101,98,97,114,0,8,0,23,46,98,114,97,98,111,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,8,0,33,46,98,114,101,119,115,116,101,114,45,99,111,111,107,105,101,45,98,97,114,45,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,23,46,98,114,105,110,103,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,8,0,18,46,98,114,107,95,101,117,95,99,111,111,107,105,101,95,109,115,103,0,8,0,30,46,98,114,111,119,115,101,114,102,101,97,116,117,114,101,115,45,99,111,111,107,105,101,115,110,101,101,100,101,100,0,8,0,13,46,98,114,117,117,116,45,99,111,111,107,105,101,0,8,0,17,46,98,115,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,12,46,98,115,45,103,100,112,114,45,108,97,119,0,8,0,16,46,98,115,45,112,111,112,117,112,45,99,111,111,107,105,101,0,8,0,46,46,98,115,45,112,114,105,118,97,99,121,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,109,119,45,112,114,111,118,105,100,101,114,45,111,118,101,114,108,97,121,0,8,0,16,46,98,115,45,115,117,111,112,45,99,111,111,107,105,101,115,0,8,0,17,46,98,115,45,119,114,97,112,45,103,100,112,114,45,108,97,119,0,8,0,18,46,98,115,116,97,114,45,99,111,111,107,105,101,45,105,110,102,111,0,8,0,23,46,98,115,116,99,109,102,119,45,99,111,111,107,105,101,45,119,114,97,112,112,101,114,0,8,0,25,46,98,116,119,45,99,111,111,107,105,101,45,112,111,108,105,99,121,45,119,105,100,103,101,116,0,8,0,24,46,98,116,120,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,23,46,98,116,122,45,99,111,111,107,105,101,45,112,111,112,117,112,95,95,99,97,114,100,0,8,0,19,46,98,117,104,97,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,10,46,98,117,116,116,101,114,66,97,114,0,8,0,19,46,98,117,116,116,101,114,66,97,114,45,45,112,114,105,118,97,99,121,0,8,0,13,46,98,118,67,111,111,107,105,101,115,66,97,114,0,8,0,10,46,98,119,45,99,111,111,107,105,101,0,8,0,16,46,98,119,67,111,111,107,105,101,77,101,115,115,97,103,101,0,8,0,15,46,98,119,112,45,99,111,111,107,105,101,45,98,97,114,0,8,0,27,46,98,119,120,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,119,114,97,112,112,101,114,0,8,0,15,46,98,120,45,105,110,102,111,45,99,111,111,107,105,101,0,8,0,33,46,98,120,45,108,97,110,100,105,110,103,45,99,111,111,107,105,101,115,45,112,111,112,117,112,45,119,97,114,110,105,110,103,0,8,0,22,46,98,120,45,109,97,105,110,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,8,0,24,46,98,120,115,116,45,109,97,105,110,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,8,0,17,46,98,121,95,99,111,111,107,105,101,95,112,111,108,105,99,121,0,8,0,20,46,98,121,99,111,111,107,105,101,115,45,99,111,110,116,97,105,110,101,114,0,8,0,10,46,98,122,45,99,111,111,107,105,101,0,8,0,15,46,99,45,67,111,111,107,105,101,66,97,110,110,101,114,0,8,0,19,46,99,45,67,111,111,107,105,101,68,105,115,99,108,97,105,109,101,114,0,8,0,15,46,99,45,67,111,111,107,105,101,78,111,116,105,99,101,0,8,0,16,46,99,45,97,99,99,101,112,116,45,99,111,111,107,105,101,0,8,0,16,46,99,45,97,108,101,114,116,45,45,99,111,111,107,105,101,0,8,0,15,46,99,45,97,108,101,114,116,45,99,111,111,107,105,101,0,8,0,23,46,99,45,97,110,110,111,117,110,99,101,109,101,110,116,45,45,99,111,111,107,105,101,0,8,0,14,46,99,45,97,112,112,45,99,111,111,107,105,101,115,0,8,0,22,46,99,45,97,112,112,45,99,111,111,107,105,101,115,45,45,98,111,116,116,111,109,0,8,0,22,46,99,45,97,112,112,45,99,111,111,107,105,101,115,45,45,114,105,98,98,111,110,0,8,0,12,46,99,45,97,112,112,66,97,110,110,101,114,0,8,0,15,46,99,45,98,97,110,100,101,97,117,45,114,103,112,100,0,8,0,16,46,99,45,98,97,110,110,101,114,45,99,111,111,107,105,101,0,8,0,16,46,99,45,98,97,110,110,101,114,99,111,111,107,105,101,115,0,8,0,24,46,99,45,98,97,110,110,101,114,99,111,111,107,105,101,115,45,45,111,112,101,110,101,100,0,8,0,19,46,99,45,98,97,110,110,101,114,115,95,95,119,114,97,112,112,101,114,0,8,0,16,46,99,45,98,97,114,114,97,95,99,111,111,107,105,101,115,0,8,0,29,46,99,45,98,103,45,115,101,99,111,110,100,97,114,121,46,99,99,45,98,111,116,116,111,109,45,98,97,114,0,8,0,15,46,99,45,99,110,105,108,45,119,114,97,112,112,101,114,0,8,0,15,46,99,45,99,111,110,115,101,110,116,45,102,111,114,109,0,8,0,18,46,99,45,99,111,110,115,101,110,116,45,111,118,101,114,108,97,121,0,8,0,25,46,99,45,99,111,110,115,101,110,116,76,97,121,101,114,95,95,105,110,110,101,114,66,111,120,0,8,0,18,46,99,45,99,111,110,115,101,110,116,84,114,97,99,107,105,110,103,0,8,0,15,46,99,45,99,111,110,115,101,110,116,95,95,98,97,114,0,8,0,16,46,99,45,99,111,110,115,101,110,116,99,111,111,107,105,101,0,8,0,24,46,99,45,99,111,110,115,101,110,116,99,111,111,107,105,101,45,45,97,99,116,105,118,101,0,8,0,21,46,99,45,99,111,111,107,105,101,45,45,100,105,115,99,108,97,105,109,101,114,0,8,0,16,46,99,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,25,46,99,45,99,111,111,107,105,101,45,98,97,110,110,101,114,45,45,100,101,102,97,117,108,116,0,8,0,26,46,99,45,99,111,111,107,105,101,45,98,97,110,110,101,114,45,99,111,110,116,97,105,110,101,114,0,8,0,25,46,99,45,99,111,111,107,105,101,45,98,97,110,110,101,114,95,95,119,114,97,112,112,101,114,0,8,0,27,46,99,45,99,111,111,107,105,101,45,98,97,110,110,101,114,95,98,97,99,107,103,114,111,117,110,100,0,8,0,22,46,99,45,99,111,111,107,105,101,45,98,97,110,110,101,114,95,109,111,100,97,108,0,8,0,15,46,99,45,99,111,111,107,105,101,45,98,108,111,99,107,0,8,0,13,46,99,45,99,111,111,107,105,101,45,98,111,120,0,8,0,22,46,99,45,99,111,111,107,105,101,45,99,111,110,102,105,103,117,114,97,116,111,114,0,8,0,17,46,99,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,26,46,99,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,45,100,101,102,97,117,108,116,0,8,0,24,46,99,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,0,8,0,23,46,99,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,109,111,100,97,108,0,8,0,20,46,99,45,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,0,8,0,14,46,99,45,99,111,111,107,105,101,45,105,110,102,111,0,8,0,21,46,99,45,99,111,111,107,105,101,45,105,110,102,111,114,109,97,116,105,111,110,0,8,0,13,46,99,45,99,111,111,107,105,101,45,108,97,119,0,8,0,17,46,99,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,0,8,0,20,46,99,45,99,111,111,107,105,101,45,109,115,103,45,104,111,108,100,101,114,0,8,0,14,46,99,45,99,111,111,107,105,101,45,110,111,116,101,0,8,0,16,46,99,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,23,46,99,45,99,111,111,107,105,101,45,110,111,116,105,99,101,95,95,112,111,112,117,112,0,8,0,22,46,99,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,26,46,99,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,45,98,97,114,0,8,0,18,46,99,45,99,111,111,107,105,101,45,110,111,116,105,102,105,101,114,0,8,0,15,46,99,45,99,111,111,107,105,101,45,112,97,110,101,108,0,8,0,16,46,99,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,8,0,18,46,99,45,99,111,111,107,105,101,45,112,111,112,117,110,100,101,114,0,8,0,17,46,99,45,99,111,111,107,105,101,45,119,97,114,110,105,110,103,0,8,0,23,46,99,45,99,111,111,107,105,101,45,119,97,114,110,105,110,103,45,112,97,110,101,108,0,8,0,17,46,99,45,99,111,111,107,105,101,45,119,114,97,112,112,101,114,0,8,0,15,46,99,45,99,111,111,107,105,101,65,99,99,101,112,116,0,8,0,15,46,99,45,99,111,111,107,105,101,66,97,110,110,101,114,0,8,0,24,46,99,45,99,111,111,107,105,101,66,97,110,110,101,114,45,45,111,118,101,114,108,97,121,0,8,0,12,46,99,45,99,111,111,107,105,101,66,97,114,0,8,0,18,46,99,45,99,111,111,107,105,101,67,111,110,116,97,105,110,101,114,0,8,0,15,46,99,45,99,111,111,107,105,101,80,111,108,105,99,121,0,8,0,19,46,99,45,99,111,111,107,105,101,80,111,108,105,99,121,45,98,111,120,0,8,0,17,46,99,45,99,111,111,107,105,101,95,95,98,97,110,110,101,114,0,8,0,20,46,99,45,99,111,111,107,105,101,95,95,99,111,110,116,97,105,110,101,114,0,8,0,26,46,99,45,99,111,111,107,105,101,95,95,109,101,115,115,97,103,101,45,45,109,105,100,100,108,101,0,8,0,15,46,99,45,99,111,111,107,105,101,98,97,110,110,101,114,0,8,0,12,46,99,45,99,111,111,107,105,101,98,97,114,0,8,0,13,46,99,45,99,111,111,107,105,101,104,105,110,116,0,8,0,14,46,99,45,99,111,111,107,105,101,112,111,112,117,112,0,8,0,25,46,99,45,99,111,111,107,105,101,115,45,97,99,99,101,112,116,97,110,99,101,45,109,115,103,0,8,0,16,46,99,45,99,111,111,107,105,101,115,45,97,108,101,114,116,0,8,0,14,46,99,45,99,111,111,107,105,101,115,45,98,97,114,0,8,0,16,46,99,45,99,111,111,107,105,101,115,45,98,108,111,99,107,0,8,0,18,46,99,45,99,111,111,107,105,101,115,45,99,111,110,115,101,110,116,0,8,0,27,46,99,45,99,111,111,107,105,101,115,45,100,105,115,99,108,97,105,109,101,114,45,109,111,100,97,108,0,8,0,15,46,99,45,99,111,111,107,105,101,115,45,105,110,102,111,0,8,0,17,46,99,45,99,111,111,107,105,101,115,45,110,111,116,105,99,101,0,8,0,30,46,99,45,99,111,111,107,105,101,115,45,110,111,116,105,102,105,99,97,116,105,111,110,45,98,97,110,110,101,114,0,8,0,20,46,99,45,99,111,111,107,105,101,115,68,105,115,99,108,97,105,109,101,114,0,8,0,15,46,99,45,99,111,111,107,105,101,115,80,97,110,101,108,0,8,0,17,46,99,45,99,111,111,107,105,101,115,95,95,97,108,101,114,116,0,8,0,15,46,99,45,99,111,111,107,105,101,115,95,95,98,97,114,0,8,0,21,46,99,45,99,111,111,107,105,101,115,95,95,99,111,110,116,97,105,110,101,114,0,8,0,19,46,99,45,99,111,111,107,105,101,115,95,95,99,111,110,116,101,110,116,0,8,0,17,46,99,45,99,111,111,107,105,101,115,95,95,102,114,97,109,101,0,8,0,17,46,99,45,99,111,111,107,105,101,115,95,95,112,111,112,117,112,0,8,0,19,46,99,45,99,111,111,107,105,101,115,95,95,119,114,97,112,112,101,114,0,8,0,16,46,99,45,99,111,111,107,105,101,119,97,114,110,105,110,103,0,8,0,17,46,99,45,100,105,97,108,111,103,45,45,99,111,111,107,105,101,0,8,0,8,46,99,45,100,115,103,118,111,0,8,0,20,46,99,45,102,108,111,97,116,105,110,103,46,99,45,119,105,110,100,111,119,0,8,0,24,46,99,45,102,110,100,45,99,111,111,107,105,101,45,97,99,99,101,112,116,97,110,99,101,0,8,0,20,46,99,45,102,111,111,116,101,114,45,99,111,111,107,105,101,45,98,105,103,0,8,0,18,46,99,45,102,111,111,116,101,114,95,95,99,111,111,107,105,101,115,0,8,0,15,46,99,45,103,99,45,99,111,111,107,105,101,98,97,114,0,8,0,13,46,99,45,103,100,112,114,45,97,108,101,114,116,0,8,0,14,46,99,45,103,100,112,114,45,98,97,110,110,101,114,0,8,0,12,46,99,45,103,100,112,114,80,111,112,117,112,0,8,0,10,46,99,45,103,100,112,114,98,97,114,0,8,0,13,46,99,45,103,100,112,114,99,111,111,107,105,101,0,8,0,19,46,99,45,104,101,97,100,98,97,110,100,45,99,111,111,107,105,101,115,0,8,0,15,46,99,45,105,110,102,111,45,45,99,111,111,107,105,101,0,8,0,15,46,99,45,106,115,45,99,111,111,107,105,101,98,111,120,0,8,0,14,46,99,45,108,101,103,97,108,66,97,110,110,101,114,0,8,0,24,46,99,45,109,101,115,115,97,103,101,45,45,99,111,111,107,105,101,45,97,108,101,114,116,0,8,0,20,46,99,45,110,111,116,105,99,101,46,99,45,102,108,111,97,116,105,110,103,0,8,0,28,46,99,45,110,111,116,105,102,105,99,97,116,105,111,110,45,98,97,114,95,95,111,118,101,114,108,97,121,0,8,0,16,46,99,45,110,111,116,105,102,121,45,99,111,111,107,105,101,0,8,0,18,46,99,45,111,110,101,116,114,117,115,116,45,98,97,99,107,117,112,0,8,0,16,46,99,45,112,111,112,105,110,45,99,111,111,107,105,101,115,0,8,0,22,46,99,45,112,111,112,117,112,45,99,111,111,107,105,101,45,115,105,109,112,108,101,0,8,0,24,46,99,45,112,114,105,118,97,99,121,45,99,111,110,115,101,110,116,45,109,111,100,97,108,0,8,0,17,46,99,45,112,114,105,118,97,99,121,45,109,111,100,117,108,101,0,8,0,23,46,99,45,112,114,105,118,97,99,121,45,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,28,46,99,45,112,114,105,118,97,99,121,45,112,114,111,116,101,99,116,105,111,110,45,98,97,110,110,101,114,0,8,0,18,46,99,45,114,109,45,99,111,111,107,105,101,98,97,110,110,101,114,0,8,0,11,46,99,45,114,111,100,111,45,98,97,114,0,8,0,24,46,99,45,115,105,109,112,108,101,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,14,46,99,45,116,111,97,115,116,45,45,103,100,112,114,0,8,0,26,46,99,45,117,110,105,113,117,101,95,99,111,111,107,105,101,45,97,116,116,101,110,116,105,111,110,0,8,0,12,46,99,48,57,45,45,99,111,111,107,105,101,0,8,0,36,46,99,50,50,95,99,111,111,107,105,101,95,99,111,110,115,101,110,116,95,98,97,110,110,101,114,95,99,111,110,116,97,105,110,101,114,0,8,0,11,46,99,50,52,45,99,111,111,107,105,101,0,8,0,17,46,99,50,99,111,111,107,105,101,98,97,110,110,101,114,115,109,0,8,0,34,46,99,50,103,95,100,97,105,109,108,101,114,95,99,111,111,107,105,101,95,100,105,97,108,111,103,95,111,118,101,114,108,97,121,0,8,0,17,46,99,51,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,12,46,99,51,112,111,45,98,97,110,110,101,114,0,8,0,16,46,99,54,50,45,99,111,111,107,105,101,115,45,98,97,114,0,8,0,11,46,99,65,99,99,101,112,116,66,97,114,0,8,0,14,46,99,67,111,111,107,105,101,80,111,108,105,99,121,0,8,0,6,46,99,71,68,80,82,0,8,0,23,46,99,71,68,80,82,95,78,111,116,105,99,101,95,67,111,109,109,117,110,105,116,121,0,8,0,10,46,99,83,45,99,111,111,107,105,101,0,8,0,9,46,99,95,99,111,111,107,105,101,0,8,0,15,46,99,95,99,111,111,107,105,101,45,98,97,100,103,101,0,8,0,16,46,99,95,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,16,46,99,95,99,111,111,107,105,101,45,112,111,108,105,99,121,0,8,0,15,46,99,95,99,111,111,107,105,101,80,111,108,105,99,121,0,8,0,10,46,99,95,99,111,111,107,105,101,115,0,8,0,13,46,99,95,99,111,111,107,105,101,119,97,108,108,0,8,0,27,46,99,97,45,99,111,110,115,101,110,116,45,99,111,111,107,105,101,45,98,97,114,45,119,114,97,112,0,8,0,18,46,99,97,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,15,46,99,97,98,101,99,101,114,97,67,111,111,107,105,101,0,8,0,15,46,99,97,98,111,115,115,101,97,100,115,98,108,111,99,0,8,0,18,46,99,97,100,114,101,67,111,111,107,105,101,70,111,111,116,101,114,0,8,0,18,46,99,97,105,120,97,95,109,105,110,105,109,97,108,105,115,116,97,0,8,0,13,46,99,97,106,97,95,99,111,111,107,105,101,115,0,8,0,26,46,99,97,108,105,98,114,56,45,99,111,111,107,105,101,45,99,111,109,112,108,105,97,110,99,101,0,8,0,22,46,99,97,110,95,103,100,112,114,95,102,105,120,101,100,95,98,97,110,110,101,114,0,8,0,12,46,99,97,112,97,45,99,111,111,107,105,101,0,8,0,13,46,99,97,112,97,45,99,111,111,107,105,101,115,0,8,0,17,46,99,97,112,97,65,118,105,115,111,67,111,111,107,105,101,115,0,8,0,11,46,99,97,112,97,67,111,111,107,105,101,0,8,0,12,46,99,97,112,97,67,111,111,107,105,101,115,0,8,0,15,46,99,97,112,97,67,111,111,107,105,101,115,78,101,119,0,8,0,17,46,99,97,112,97,70,111,110,100,111,67,111,111,107,105,101,115,0,8,0,10,46,99,97,112,97,80,111,112,117,112,0,8,0,12,46,99,97,112,97,95,99,111,111,107,105,101,0,8,0,13,46,99,97,112,97,95,99,111,111,107,105,101,115,0,8,0,12,46,99,97,112,97,99,111,111,107,105,101,115,0,8,0,15,46,99,97,112,116,105,102,121,45,105,102,114,97,109,101,0,8,0,15,46,99,97,112,116,105,102,121,45,119,105,100,103,101,116,0,8,0,15,46,99,97,112,116,105,111,110,45,99,111,111,107,105,101,0,8,0,10,46,99,97,114,100,45,108,103,112,100,0,8,0,18,46,99,97,114,100,45,108,103,112,100,45,111,118,101,114,108,97,121,0,8,0,12,46,99,97,114,100,46,99,111,111,107,105,101,0,8,0,19,46,99,97,114,100,95,95,119,105,110,100,111,119,45,45,103,100,112,114,0,8,0,12,46,99,97,114,116,95,99,111,111,107,105,101,0,8,0,23,46,99,97,114,116,119,97,114,101,95,99,111,111,107,105,101,99,111,110,115,101,110,116,0,8,0,18,46,99,97,115,101,45,99,111,111,107,105,101,45,97,108,101,114,116,0,8,0,10,46,99,98,45,98,97,110,110,101,114,0,8,0,14,46,99,98,45,99,111,111,107,105,101,45,98,97,114,0,8,0,16,46,99,98,45,99,111,111,107,105,101,45,112,111,112,117,112,0,8,0,23,46,99,98,45,99,111,111,107,105,101,67,111,110,115,101,110,116,66,97,110,110,101,114,0,8,0,13,46,99,98,95,109,115,103,67,111,111,107,105,101,0,8,0,13,46,99,98,97,114,45,119,114,97,112,112,101,114,0,8,0,12,46,99,98,97,114,95,98,97,110,110,101,114,0,8,0,18,46,99,98,99,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,27,46,99,98,99,45,99,111,111,107,105,101,45,110,111,116,105,99,101,95,95,119,114,97,112,112,101,114,0,8,0,10,46,99,99,45,98,97,110,110,101,114,0,8,0,19,46,99,99,45,98,97,110,110,101,114,45,103,114,97,110,117,108,97,114,0,8,0,21,46,99,99,45,98,97,110,110,101,114,45,112,111,112,117,112,45,119,114,97,112,0,8,0,18,46,99,99,45,98,97,110,110,101,114,45,119,114,97,112,112,101,114,0,8,0,18,46,99,99,45,98,108,111,99,107,105,110,103,83,99,114,101,101,110,0,8,0,25,46,99,99,45,98,111,116,116,111,109,45,108,101,102,116,46,99,99,45,119,105,110,100,111,119,0,8,0,20,46,99,99,45,98,111,116,116,111,109,46,99,99,45,98,97,110,110,101,114,0,8,0,32,46,99,99,45,98,111,116,116,111,109,46,99,99,45,102,108,111,97,116,105,110,103,46,99,99,45,119,105,110,100,111,119,0,8,0,17,46,99,99,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,31,46,99,99,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,45,109,111,100,97,108,0,8,0,19,46,99,99,45,99,111,111,107,105,101,99,111,110,116,97,105,110,101,114,0,8,0,11,46,99,99,45,99,111,111,107,105,101,115,0,8,0,21,46,99,99,45,99,111,111,107,105,101,115,45,99,111,110,116,97,105,110,101,114,0,8,0,19,46,99,99,45,99,111,111,107,105,101,115,45,111,118,101,114,108,97,121,0,8,0,16,46,99,99,45,99,111,111,107,105,101,115,45,112,97,103,101,0,8,0,16,46,99,99,45,99,117,115,116,111,109,100,105,97,108,111,103,0,8,0,19,46,99,99,45,100,105,97,108,111,103,45,98,97,99,107,100,114,111,112,0,8,0,15,46,99,99,45,100,105,97,108,111,103,45,112,97,110,101,0,8,0,18,46,99,99,45,100,105,97,108,111,103,45,119,114,97,112,112,101,114,0,8,0,39,46,99,99,45,100,105,97,108,111,103,91,97,114,105,97,45,108,97,98,101,108,61,34,99,111,111,107,105,101,45,99,111,110,115,101,110,116,34,93,0,8,0,16,46,99,99,45,102,105,120,101,100,45,98,111,116,116,111,109,0,8,0,17,46,99,99,45,102,117,108,108,115,99,114,101,101,110,45,98,103,0,8,0,18,46,99,99,45,109,101,115,115,97,103,101,45,98,111,116,116,111,109,0,8,0,21,46,99,99,45,110,98,45,109,97,105,110,45,99,111,110,116,97,105,110,101,114,0,8,0,16,46,99,99,45,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,23,46,99,99,45,111,110,99,111,110,115,101,110,116,45,97,110,97,108,121,116,105,99,115,0,8,0,20,46,99,99,45,111,110,99,111,110,115,101,110,116,45,115,111,99,105,97,108,0,8,0,28,46,99,99,45,112,114,105,118,97,99,121,45,98,111,116,116,111,109,45,99,111,110,116,97,105,110,101,114,0,8,0,27,46,99,99,45,116,121,112,101,45,111,112,116,45,105,110,46,99,99,45,102,108,111,97,116,105,110,103,0,8,0,17,46,99,99,45,119,105,110,100,111,119,45,98,97,110,110,101,114,0,8,0,17,46,99,99,45,119,105,110,100,111,119,46,99,111,111,107,105,101,0,8,0,23,46,99,99,45,119,105,110,100,111,119,46,99,111,111,107,105,101,45,109,111,100,101,108,0,8,0,23,46,99,99,45,119,114,97,112,112,101,114,32,62,32,46,99,99,45,105,110,110,101,114,0,8,0,26,46,99,99,91,100,97,116,97,45,110,111,116,105,99,101,61,34,99,111,111,107,105,101,115,34,93,0,8,0,7,46,99,99,95,95,98,103,0,8,0,12,46,99,99,95,95,119,114,97,112,112,101,114,0,8,0,17,46,99,99,95,98,97,110,101,114,45,119,114,97,112,112,101,114,0,8,0,10,46,99,99,95,98,97,110,110,101,114,0,8,0,18,46,99,99,95,98,97,110,110,101,114,45,119,114,97,112,112,101,114,0,8,0,11,46,99,99,95,99,111,110,115,101,110,116,0,8,0,15,46,99,99,95,99,111,111,107,105,101,65,108,101,114,116,0,8,0,18,46,99,99,95,99,111,111,107,105,101,95,109,101,115,115,97,103,101,0,8,0,24,46,99,99,95,100,105,97,108,111,103,46,99,99,95,99,115,115,95,114,101,98,111,111,116,0,8,0,18,46,99,99,95,100,105,115,99,108,97,105,109,101,114,95,98,111,120,0,8,0,17,46,99,99,98,97,114,95,112,111,115,95,98,111,116,116,111,109,0,8,0,11,46,99,99,99,45,119,105,100,103,101,116,0,8,0,14,46,99,99,99,111,111,107,105,101,45,97,114,101,97,0,8,0,26,46,99,99,103,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,0,8,0,16,46,99,99,107,45,99,111,110,115,101,110,116,45,98,97,114,0,8,0,15,46,99,99,107,66,97,110,110,101,114,73,110,110,101,114,0,8,0,9,46,99,99,107,108,97,121,101,114,0,8,0,14,46,99,99,108,97,121,101,114,66,111,116,116,111,109,0,8,0,11,46,99,99,112,97,45,97,108,101,114,116,0,8,0,12,46,99,99,112,97,45,98,97,110,110,101,114,0,8,0,22,46,99,99,112,97,45,98,97,110,110,101,114,45,99,111,110,116,97,105,110,101,114,0,8,0,17,46,99,99,112,97,45,98,97,110,110,101,114,45,114,111,111,116,0,8,0,17,46,99,99,112,97,45,99,111,110,115,101,110,116,45,98,97,114,0,8,0,15,46,99,99,112,97,45,99,111,110,116,97,105,110,101,114,0,8,0,25,46,99,99,112,97,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,20,46,99,99,112,97,45,109,101,115,115,97,103,101,45,98,97,110,110,101,114,0,8,0,20,46,99,99,112,97,45,110,111,116,105,99,101,45,119,114,97,112,112,101,114,0,8,0,18,46,99,99,112,97,45,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,25,46,99,99,112,97,45,110,111,116,105,102,105,99,97,116,105,111,110,45,98,97,110,110,101,114,0,8,0,13,46,99,99,112,97,45,111,118,101,114,108,97,121,0,8,0,11,46,99,99,112,97,45,112,111,112,117,112,0,8,0,13,46,99,99,112,97,45,115,108,105,100,101,117,112,0,8,0,18,46,99,99,112,97,45,115,108,105,100,101,117,112,45,45,114,111,119,0,8,0,11,46,99,99,112,97,66,97,110,110,101,114,0,8,0,21,46,99,99,112,97,95,99,111,110,116,97,105,110,101,114,95,99,108,97,115,115,0,8,0,20,46,99,99,112,97,95,111,112,116,95,111,117,116,95,98,97,110,110,101,114,0,8,0,19,46,99,99,112,97,95,111,112,116,95,111,117,116,95,114,101,115,101,116,0,8,0,8,46,99,99,112,97,98,97,114,0,8,0,18,46,99,99,112,97,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,19,46,99,100,112,45,99,111,111,107,105,101,115,45,97,108,101,114,116,97,0,8,0,15,46,99,101,45,98,97,110,110,101,114,45,104,116,109,108,0,8,0,17,46,99,101,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,17,46,99,101,45,99,111,111,107,105,101,99,111,110,115,101,110,116,0,8,0,23,46,99,101,95,114,115,99,101,95,116,97,111,95,102,105,120,101,100,95,110,111,116,101,0,8,0,26,46,99,101,95,114,115,99,101,95,118,105,115,105,111,110,95,102,105,120,101,100,95,110,111,116,101,0,8,0,12,46,99,101,110,116,101,114,45,103,100,112,114,0,8,0,15,46,99,101,110,116,101,114,95,99,111,111,107,105,101,115,0,8,0,15,46,99,101,114,101,122,45,98,105,108,100,105,114,105,109,0,8,0,13,46,99,101,114,101,122,45,109,101,115,97,106,105,0,8,0,27,46,99,101,114,101,122,45,112,111,108,105,116,105,107,97,115,105,45,99,111,110,116,97,105,110,101,114,0,8,0,16,46,99,101,114,101,122,45,112,111,112,117,112,45,98,111,120,0,8,0,16,46,99,101,114,101,122,80,111,112,117,112,85,121,97,114,105,0,8,0,13,46,99,101,114,101,122,98,105,108,103,105,115,105,0,8,0,13,46,99,101,114,101,122,115,111,114,103,117,108,97,0,8,0,30,46,99,102,45,97,110,110,111,121,105,110,103,45,101,117,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,0,8,0,28,46,99,103,45,99,111,111,107,105,101,45,112,111,108,105,99,121,45,100,105,115,99,108,97,105,109,101,114,0,8,0,18,46,99,103,45,99,111,111,107,105,101,45,119,97,114,110,105,110,103,0,8,0,18,46,99,103,45,99,111,111,107,105,101,115,45,98,97,110,110,101,114,0,8,0,18,46,99,104,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,23,46,99,104,97,110,103,101,45,99,111,111,107,105,101,45,115,101,116,116,105,110,103,115,0,8,0,30,46,99,104,101,99,107,45,97,99,99,101,112,116,45,103,111,111,103,108,101,45,97,110,97,108,121,116,105,99,115,0,8,0,24,46,99,104,105,109,117,110,116,104,117,45,108,103,112,100,45,98,97,114,45,109,97,105,110,0,8,0,18,46,99,104,114,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,15,46,99,104,115,111,102,116,45,99,111,111,107,105,101,115,0,8,0,16,46,99,105,45,112,114,105,118,97,99,121,45,104,105,110,116,0,8,0,15,46,99,105,45,114,111,100,111,45,102,111,111,116,101,114,0,8,0,7,46,99,105,97,99,104,111,0,8,0,23,46,99,105,97,99,104,111,50,45,119,114,97,112,45,99,111,110,116,97,105,110,101,114,0,8,0,11,46,99,105,97,115,116,101,99,122,107,97,0,8,0,16,46,99,105,97,115,116,101,99,122,107,97,45,105,110,102,111,0,8,0,16,46,99,105,97,115,116,101,99,122,107,97,95,105,110,102,111,0,8,0,16,46,99,105,97,115,116,101,99,122,107,111,45,105,110,102,111,0,8,0,8,46,99,105,97,115,116,107,97,0,8,0,20,46,99,105,97,115,116,107,97,95,111,115,116,114,122,101,122,101,110,105,101,0,8,0,19,46,99,105,103,105,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,13,46,99,105,108,105,45,99,111,111,107,105,101,115,0,8,0,24,46,99,105,110,95,99,111,111,107,105,101,95,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,15,46,99,105,110,116,45,99,111,111,107,105,101,98,111,116,0,8,0,21,46,99,105,112,66,97,99,107,103,114,111,117,110,100,79,118,101,114,108,97,121,0,8,0,17,46,99,105,112,67,111,111,107,105,101,79,118,101,114,108,97,121,0,8,0,23,46,99,105,114,99,117,115,45,103,100,112,114,45,99,111,111,107,105,101,45,98,97,114,0,8,0,22,46,99,105,121,97,115,104,111,112,45,99,111,111,107,105,101,115,45,105,110,102,111,0,8,0,20,46,99,106,45,112,114,105,118,97,99,121,45,115,101,116,116,105,110,103,115,0,8,0,10,46,99,107,45,66,97,110,110,101,114,0,8,0,10,46,99,107,45,98,97,110,110,101,114,0,8,0,12,46,99,107,45,99,111,111,107,105,101,45,119,0,8,0,9,46,99,107,45,110,111,116,105,122,0,8,0,10,46,99,107,87,97,114,110,105,110,103,0,8,0,10,46,99,107,95,98,97,110,110,101,114,0,8,0,14,46,99,107,95,105,110,102,111,99,111,111,107,105,101,0,8,0,15,46,99,107,105,45,117,110,97,99,99,101,112,116,101,100,0,8,0,9,46,99,107,105,45,119,114,97,112,0,8,0,18,46,99,107,108,111,119,112,111,112,67,111,110,116,97,105,110,101,114,0,8,0,14,46,99,107,110,45,99,111,110,116,97,105,110,101,114,0,8,0,16,46,99,107,121,45,99,111,110,115,101,110,116,45,98,97,114,0,8,0,12,46,99,107,121,45,111,118,101,114,108,97,121,0,8,0,11,46,99,108,45,99,111,110,115,101,110,116,0,8,0,19,46,99,108,45,116,101,114,116,105,97,114,121,46,99,111,111,107,105,101,0,8,0,7,46,99,108,95,98,97,114,0,8,0,24,46,99,108,95,99,111,111,107,105,101,95,112,114,105,118,97,99,121,95,108,97,121,101,114,0,8,0,15,46,99,108,95,103,100,112,114,95,98,97,110,110,101,114,0,8,0,20,46,99,108,97,115,115,45,99,111,111,107,105,101,99,111,110,115,101,110,116,0,8,0,11,46,99,108,97,115,115,95,114,103,112,100,0,8,0,33,46,99,108,98,45,99,111,111,107,105,101,45,110,111,116,105,99,101,45,108,103,112,100,45,99,111,110,116,97,105,110,101,114,0,8,0,20,46,99,108,101,97,114,102,105,120,32,62,32,35,99,111,111,107,105,101,115,0,8,0,16,46,99,108,101,97,114,102,105,120,46,99,111,111,107,105,101,0,8,0,15,46,99,108,101,97,114,102,121,45,99,111,111,107,105,101,0,8,0,23,46,99,108,101,97,114,102,121,45,99,111,111,107,105,101,45,45,98,111,116,116,111,109,0,8,0,17,46,99,108,101,118,101,114,45,99,111,111,107,105,101,108,97,119,0,8,0,22,46,99,108,105,101,110,116,45,99,111,111,107,105,101,115,45,110,111,116,105,99,101,0,8,0,18,46,99,108,109,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,19,46,99,108,111,110,101,45,99,111,111,107,105,101,45,97,108,101,114,116,0,8,0,33,46,99,108,111,115,101,45,99,101,110,116,101,114,101,100,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,45,108,113,0,8,0,20,46,99,108,111,115,101,45,109,111,98,105,108,101,45,99,111,111,107,105,101,0,8,0,18,46,99,108,111,115,101,67,111,111,107,105,101,80,97,114,101,110,116,0,8,0,18,46,99,108,111,115,101,67,111,111,107,105,101,80,111,108,105,99,121,0,8,0,11,46,99,108,115,45,99,111,111,107,105,101,0,8,0,14,46,99,109,45,99,111,111,107,105,101,45,103,101,111,0,8,0,17,46,99,109,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,8,0,14,46,99,109,45,99,111,111,107,105,101,45,112,111,112,0,8,0,18,46,99,109,45,99,111,111,107,105,101,95,95,112,114,111,109,112,116,0,8,0,11,46,99,109,45,99,111,111,107,105,101,115,0,8,0,11,46,99,109,45,109,101,115,115,97,103,101,0,8,0,26,46,99,109,45,110,111,116,105,102,105,99,97,116,105,111,110,45,99,111,110,116,97,105,110,101,114,0,8,0,16,46,99,109,45,117,115,101,114,45,109,101,115,115,97,103,101,0,8,0,25,46,99,109,45,119,114,97,112,112,101,114,45,119,114,97,112,112,101,114,46,105,110,110,101,114,0,8,0,25,46,99,109,99,45,99,111,111,107,105,101,45,112,111,108,105,99,121,45,98,97,110,110,101,114,0,8,0,17,46,99,109,110,115,116,114,45,97,99,116,105,118,97,116,101,100,0,8,0,13,46,99,109,112,45,97,112,112,95,103,100,112,114,0,8,0,17,46,99,109,112,45,98,97,110,45,110,111,99,111,111,107,105,101,0,8,0,11,46,99,109,112,45,99,111,111,107,105,101,0,8,0,19,46,99,109,112,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,0,8,0,24,46,99,109,112,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,18,46,99,109,112,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,8,0,16,46,99,109,112,45,99,111,111,107,105,101,45,115,116,109,116,0,8,0,19,46,99,109,112,45,99,111,111,107,105,101,45,119,114,97,112,112,101,114,0,8,0,18,46,99,109,112,45,112,111,112,117,112,45,99,111,111,107,105,101,115,0,8,0,23,46,99,109,112,45,116,101,97,115,101,114,95,95,115,117,98,99,111,110,116,101,110,116,0,8,0,19,46,99,109,112,66,111,120,87,101,108,99,111,109,101,79,112,116,73,110,0,8,0,21,46,99,109,112,95,99,111,111,107,105,101,115,95,117,115,97,103,101,95,119,114,0,8,0,18,46,99,109,112,108,122,45,115,104,111,119,45,98,97,110,110,101,114,0,8,0,24,46,99,109,112,108,122,45,116,99,102,45,98,97,110,110,101,114,45,104,105,100,100,101,110,0,8,0,17,46,99,109,115,45,99,111,111,107,105,101,45,108,97,121,101,114,0,8,0,14,46,99,109,115,45,99,111,111,107,105,101,108,97,119,0,8,0,22,46,99,109,115,67,111,111,107,105,101,78,111,116,105,102,105,99,97,116,105,111,110,0,8,0,19,46,99,109,115,95,99,111,111,107,105,101,95,119,114,97,112,112,101,114,0,8,0,17,46,99,109,115,95,100,112,95,98,97,114,95,102,105,120,101,100,0,8,0,10,46,99,110,45,98,97,110,110,101,114,0,8,0,10,46,99,110,45,99,111,111,107,105,101,0,8,0,24,46,99,110,45,100,115,103,118,111,45,112,114,105,118,97,99,121,45,110,111,116,105,99,101,0,8,0,19,46,99,110,45,102,105,114,115,116,45,116,105,109,101,45,115,101,101,110,0,8,0,19,46,99,110,45,112,111,115,105,116,105,111,110,45,98,111,116,116,111,109,0,8,0,14,46,99,110,99,116,95,108,103,112,100,95,98,111,120,0,8,0,11,46,99,110,105,108,45,97,108,101,114,116,0,8,0,17,46,99,110,105,108,45,97,108,101,114,116,45,105,110,110,101,114,0,8,0,12,46,99,110,105,108,45,98,97,110,110,101,114,0,8,0,15,46,99,110,105,108,45,98,97,110,110,101,114,45,118,50,0,8,0,11,46,99,110,105,108,45,98,108,111,99,107,0,8,0,12,46,99,110,105,108,45,99,111,111,107,105,101,0,8,0,18,46,99,110,105,108,45,99,111,111,107,105,101,45,97,108,101,114,116,0,8,0,13,46,99,110,105,108,45,99,111,111,107,105,101,115,0,8,0,13,46,99,110,105,108,45,109,101,115,115,97,103,101,0,8,0,11,46,99,110,105,108,45,112,97,110,101,108,0,8,0,22,46,99,110,105,108,45,112,97,110,101,108,45,45,100,105,115,112,108,97,121,101,100,0,8,0,13,46,99,110,105,108,45,119,97,114,110,105,110,103,0,8,0,14,46,99,110,105,108,67,111,110,116,97,105,110,101,114,0,8,0,12,46,99,110,105,108,67,111,111,107,105,101,115,0,8,0,17,46,99,110,105,108,78,111,116,105,102,105,99,97,116,105,111,110,0,8,0,13,46,99,110,105,108,95,99,111,110,115,101,110,116,0,8,0,12,46,99,110,105,108,95,99,111,111,107,105,101,0,8,0,13,46,99,110,105,108,95,119,97,114,110,105,110,103,0,8,0,9,46,99,110,105,108,105,110,102,111,0,8,0,12,46,99,110,108,45,99,111,111,107,105,101,115,0,8,0,15,46,99,110,115,116,45,99,111,110,116,97,105,110,101,114,0,8,0,16,46,99,110,116,45,99,107,99,110,115,110,116,109,110,103,114,0,8,0,12,46,99,110,116,45,99,111,111,107,105,101,115,0,8,0,21,46,99,110,116,45,116,101,120,116,45,105,110,102,111,45,99,111,111,107,105,101,0,8,0,17,46,99,110,116,120,45,99,111,111,107,105,101,45,105,110,102,111,0,8,0,26,46,99,110,116,120,45,99,111,111,107,105,101,45,109,111,100,97,108,45,104,97,110,100,108,101,114,0,8,0,20,46,99,111,45,99,111,111,107,78,111,116,105,102,105,99,97,116,105,111,110,0,8,0,24,46,99,111,45,99,111,111,107,105,101,45,112,111,108,105,99,121,45,98,97,110,110,101,114,0,8,0,20,46,99,111,45,99,111,111,107,105,101,115,45,100,105,115,99,45,98,97,114,0,8,0,29,46,99,111,95,99,111,110,115,101,110,116,95,109,101,115,115,97,103,101,95,99,111,110,116,97,105,110,101,114,0,8,0,13,46,99,111,99,107,105,101,45,112,111,112,117,112,0,8,0,18,46,99,111,99,107,105,101,45,112,111,112,117,112,45,119,114,97,112,0,8,0,21,46,99,111,100,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,8,0,19,46,99,111,105,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,0,8,0,8,46,99,111,107,87,114,97,112,0,8,0,10,46,99,111,107,105,101,45,98,111,120,0,8,0,11,46,99,111,107,105,101,65,108,101,114,116,0,8,0,10,46,99,111,107,105,101,115,46,112,102,0,8,0,22,46,99,111,107,107,105,101,45,99,111,110,115,101,110,116,45,100,105,97,108,111,103,0,8,0,11,46,99,111,107,107,105,101,45,108,121,114,0,8,0,16,46,99,111,108,45,57,32,62,32,35,99,111,111,107,105,101,0,8,0,16,46,99,111,108,45,115,109,45,56,46,99,111,111,107,105,101,0,8,0,17,46,99,111,108,45,120,115,45,49,48,46,99,111,111,107,105,101,0,8,0,17,46,99,111,108,46,109,111,100,97,108,45,99,111,111,107,105,101,0,8,0,20,46,99,111,108,111,114,45,116,101,120,116,111,45,99,111,111,107,105,101,115,0,8,0,11,46,99,111,109,45,99,111,111,107,105,101,0,8,0,18,46,99,111,109,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,8,0,23,46,99,111,109,98,105,110,101,100,67,111,110,115,101,110,116,95,98,111,116,116,111,109,0,8,0,27,46,99,111,109,98,105,110,101,100,95,99,111,110,115,101,110,116,95,106,115,95,105,110,105,116,101,100,0,8,0,14,46,99,111,109,109,111,110,45,99,111,111,107,105,101,0,8,0,20,46,99,111,109,109,111,110,45,99,111,111,107,105,101,78,111,116,105,99,101,0,8,0,15,46,99,111,109,109,111,110,45,99,111,111,107,105,101,115,0,8,0,16,46,99,111,109,109,111,110,45,103,100,112,114,45,98,111,120,0,8,0,19,46,99,111,109,109,111,110,45,104,101,97,100,101,114,45,103,100,112,114,0,8,0,19,46,99,111,109,109,111,110,80,114,105,118,97,99,121,95,95,98,97,114,0,8,0,15,46,99,111,109,109,111,110,95,95,99,111,111,107,105,101,0,8,0,24,46,99,111,109,109,111,110,95,112,114,111,109,112,116,45,99,111,111,107,105,101,45,98,103,0,8,0,18,46,99,111,109,109,117,110,105,107,97,116,95,99,111,111,107,105,101,0,8,0,26,46,99,111,109,112,45,99,111,111,107,105,101,45,112,111,108,105,99,121,45,98,97,110,110,101,114,0,8,0,19,46,99,111,109,112,45,99,111,111,107,105,101,95,98,97,110,110,101,114,0,8,0,18,46,99,111,109,112,45,100,115,103,118,111,45,98,97,110,110,101,114,0,8,0,18,46,99,111,109,112,45,109,111,100,97,108,45,99,111,111,107,105,101,0,8,0,16,46,99,111,109,112,95,95,99,111,111,107,105,101,66,97,114,0,8,0,28,46,99,111,109,112,108,105,97,110,99,101,45,101,117,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,18,46,99,111,109,112,108,105,97,110,99,101,111,118,101,114,108,97,121,0,8,0,28,46,99,111,109,112,111,110,101,110,116,45,45,109,101,115,115,97,103,101,95,95,99,111,111,107,105,101,115,0,8,0,29,46,99,111,109,112,111,110,101,110,116,45,69,120,112,111,114,116,115,45,67,111,111,107,105,101,115,66,97,114,0,8,0,24,46,99,111,109,112,111,110,101,110,116,45,98,97,110,110,101,114,45,99,111,111,107,105,101,0,8,0,40,46,99,111,109,112,111,110,101,110,116,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,0,8,0,17,46,99,111,109,112,111,110,101,110,116,45,99,111,111,107,105,101,0,8,0,23,46,99,111,109,112,111,110,101,110,116,45,99,111,111,107,105,101,45,97,108,101,114,116,0,8,0,24,46,99,111,109,112,111,110,101,110,116,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,21,46,99,111,109,112,111,110,101,110,116,45,99,111,111,107,105,101,45,98,97,114,0,8,0,26,46,99,111,109,112,111,110,101,110,116,45,99,111,111,107,105,101,45,105,110,102,111,45,98,97,114,0,8,0,30,46,99,111,109,112,111,110,101,110,116,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,33,46,99,111,109,112,111,110,101,110,116,45,99,111,111,107,105,101,45,111,118,101,114,108,97,121,45,119,114,97,112,112,101,114,0,8,0,24,46,99,111,109,112,111,110,101,110,116,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,8,0,23,46,99,111,109,112,111,110,101,110,116,45,99,111,111,107,105,101,45,112,111,112,117,112,0,8,0,22,46,99,111,109,112,111,110,101,110,116,45,99,111,111,107,105,101,97,108,101,114,116,0,8,0,18,46,99,111,109,112,111,110,101,110,116,45,99,111,111,107,105,101,115,0,8,0,26,46,99,111,109,112,111,110,101,110,116,45,99,111,111,107,105,101,115,45,109,101,115,115,97,103,101,0,8,0,22,46,99,111,109,112,111,110,101,110,116,45,99,111,111,107,105,101,115,45,109,115,103,0,8,0,24,46,99,111,109,112,111,110,101,110,116,45,99,111,111,107,105,101,115,45,112,111,112,117,112,0,8,0,29,46,99,111,109,112,111,110,101,110,116,95,101,117,95,101,112,114,105,118,97,99,121,95,111,112,116,105,111,110,0,8,0,33,46,99,111,109,112,111,110,101,110,116,95,103,100,112,114,77,101,115,115,97,103,101,95,95,99,111,110,116,97,105,110,101,114,0,8,0,25,46,99,111,109,112,111,110,101,110,116,101,45,97,118,105,115,111,45,99,111,111,107,105,101,115,0,8,0,32,46,99,111,109,112,111,110,101,110,116,101,45,97,118,105,115,111,45,99,111,111,107,105,101,115,45,98,111,116,111,101,115,0,8,0,28,46,99,111,109,112,111,110,101,110,116,115,45,99,111,111,107,105,101,45,108,97,119,45,98,97,115,105,99,0,8,0,20,46,99,111,109,120,45,99,111,111,107,105,101,115,45,98,97,110,110,101,114,0,8,0,32,46,99,111,110,45,107,105,116,45,99,111,109,112,111,110,101,110,116,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,27,46,99,111,110,45,107,105,116,45,103,100,112,114,45,99,111,111,107,105,101,45,112,111,112,45,117,112,0,8,0,19,46,99,111,110,100,95,117,116,105,108,105,115,95,99,111,111,107,105,101,0,8,0,23,46,99,111,110,102,105,100,101,110,116,105,97,108,105,116,101,95,104,101,97,100,101,114,0,8,0,38,46,99,111,110,102,105,103,77,101,115,115,97,103,101,115,95,95,102,111,111,116,101,114,46,99,111,110,102,105,103,77,101,115,115,97,103,101,115,0,8,0,25,46,99,111,110,102,105,114,109,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,8,0,24,46,99,111,110,102,105,114,109,45,99,111,111,107,105,101,95,95,119,114,97,112,112,101,114,0,8,0,26,46,99,111,110,102,105,114,109,45,99,111,111,107,105,101,115,45,99,111,110,116,97,105,110,101,114,0,8,0,20,46,99,111,110,102,105,114,109,95,99,111,111,107,105,101,115,95,98,111,120,0,8,0,19,46,99,111,110,110,101,99,116,45,99,111,111,107,105,101,45,98,97,114,0,8,0,18,46,99,111,110,115,101,110,116,45,97,110,105,109,97,116,105,111,110,0,8,0,18,46,99,111,110,115,101,110,116,45,97,116,45,98,111,116,116,111,109,0,8,0,27,46,99,111,110,115,101,110,116,45,98,97,99,107,103,114,111,117,110,100,45,111,118,101,114,108,97,121,0,8,0,15,46,99,111,110,115,101,110,116,45,98,97,110,110,101,114,0,8,0,12,46,99,111,110,115,101,110,116,45,98,97,114,0,8,0,16,46,99,111,110,115,101,110,116,45,98,103,45,100,97,114,107,0,8,0,28,46,99,111,110,115,101,110,116,45,99,111,110,102,105,114,109,97,116,105,111,110,45,98,97,110,110,101,114,0,8,0,26,46,99,111,110,115,101,110,116,45,99,111,110,116,97,105,110,101,114,45,45,98,97,110,110,101,114,0,8,0,22,46,99,111,110,115,101,110,116,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,29,46,99,111,110,115,101,110,116,45,99,111,111,107,105,101,45,98,111,120,45,45,108,105,103,104,116,98,111,120,0,8,0,23,46,99,111,110,115,101,110,116,45,99,111,111,107,105,101,45,119,114,97,112,112,101,114,0,8,0,16,46,99,111,110,115,101,110,116,45,99,111,111,107,105,101,115,0,8,0,23,46,99,111,110,115,101,110,116,45,99,111,111,107,105,101,115,45,100,105,97,108,111,103,0,8,0,12,46,99,111,110,115,101,110,116,45,99,116,97,0,8,0,15,46,99,111,110,115,101,110,116,45,104,111,108,100,101,114,0,8,0,14,46,99,111,110,115,101,110,116,45,108,97,121,101,114,0,8,0,17,46,99,111,110,115,101,110,116,45,108,97,121,101,114,45,118,50,0,8,0,25,46,99,111,110,115,101,110,116,45,109,97,110,97,103,101,109,101,110,116,45,97,108,101,114,116,0,8,0,26,46,99,111,110,115,101,110,116,45,109,97,110,97,103,101,109,101,110,116,45,115,105,109,112,108,101,0,8,0,22,46,99,111,110,115,101,110,116,45,109,97,110,97,103,101,114,45,108,97,121,101,114,0,8,0,24,46,99,111,110,115,101,110,116,45,109,97,110,97,103,101,114,45,111,118,101,114,108,97,121,0,8,0,23,46,99,111,110,115,101,110,116,45,109,97,110,97,103,101,114,46,98,97,110,110,101,114,0,8,0,16,46,99,111,110,115,101,110,116,45,109,101,115,115,97,103,101,0,8,0,20,46,99,111,110,115,101,110,116,45,109,111,100,97,108,45,102,105,114,115,116,0,8,0,23,46,99,111,110,115,101,110,116,45,109,111,100,97,108,95,95,111,118,101,114,108,97,121,0,8,0,25,46,99,111,110,115,101,110,116,45,109,111,100,117,108,101,45,114,111,97,100,98,108,111,99,107,0,8,0,14,46,99,111,110,115,101,110,116,45,112,97,110,101,108,0,8,0,15,46,99,111,110,115,101,110,116,45,112,111,112,45,117,112,0,8,0,16,46,99,111,110,115,101,110,116,45,112,111,112,111,118,101,114,0,8,0,14,46,99,111,110,115,101,110,116,45,112,111,112,117,112,0,8,0,14,46,99,111,110,115,101,110,116,45,116,111,97,115,116,0,8,0,16,46,99,111,110,115,101,110,116,45,116,111,111,108,98,97,114,0,8,0,19,46,99,111,110,115,101,110,116,45,117,105,45,45,98,97,110,110,101,114,0,8,0,21,46,99,111,110,115,101,110,116,45,119,97,108,108,45,111,118,101,114,108,97,121,0,8,0,26,46,99,111,110,115,101,110,116,45,119,97,114,110,105,110,103,45,99,111,110,116,97,105,110,101,114,0,8,0,19,46,99,111,110,115,101,110,116,45,119,114,97,112,45,111,117,116,101,114,0,8,0,23,46,99,111,110,115,101,110,116,45,119,114,97,112,112,101,114,45,97,99,116,105,118,101,0,8,0,14,46,99,111,110,115,101,110,116,66,97,110,110,101,114,0,8,0,18,46,99,111,110,115,101,110,116,66,97,114,87,114,97,112,112,101,114,0,8,0,17,46,99,111,110,115,101,110,116,67,111,110,116,97,105,110,101,114,0,8,0,15,46,99,111,110,115,101,110,116,76,97,121,111,118,101,114,0,8,0,22,46,99,111,110,115,101,110,116,79,118,101,114,108,97,121,67,111,110,116,101,110,116,0,8,0,13,46,99,111,110,115,101,110,116,80,111,112,117,112,0,8,0,15,46,99,111,110,115,101,110,116,87,114,97,112,112,101,114,0,8,0,43,46,99,111,110,115,101,110,116,91,110,103,45,99,111,110,116,114,111,108,108,101,114,61,34,99,111,111,107,105,101,67,111,110,115,101,110,116,67,116,114,108,34,93,0,8,0,15,46,99,111,110,115,101,110,116,95,95,97,108,101,114,116,0,8,0,16,46,99,111,110,115,101,110,116,95,95,98,97,110,110,101,114,0,8,0,17,46,99,111,110,115,101,110,116,95,95,99,111,111,107,105,101,115,0,8,0,20,46,99,111,110,115,101,110,116,95,98,114,101,97,100,99,114,117,109,98,115,0,8,0,16,46,99,111,110,115,101,110,116,95,99,111,111,107,105,101,115,0,8,0,27,46,99,111,110,115,101,110,116,95,109,97,110,97,103,101,114,45,98,97,99,107,103,114,111,117,110,100,0,8,0,25,46,99,111,110,115,101,110,116,95,114,101,113,117,105,114,101,100,95,111,118,101,114,108,97,121,0,8,0,20,46,99,111,110,115,101,110,116,98,97,114,99,111,110,116,97,105,110,101,114,0,8,0,20,46,99,111,110,115,101,110,116,101,109,101,110,116,95,99,111,111,107,105,101,0,8,0,21,46,99,111,110,115,101,110,116,101,109,101,110,116,95,99,111,111,107,105,101,115,0,8,0,20,46,99,111,110,115,101,110,116,105,109,101,110,116,111,67,111,111,107,105,101,0,8,0,14,46,99,111,110,115,101,110,116,108,121,45,98,97,114,0,8,0,19,46,99,111,110,115,101,110,116,114,45,99,111,110,116,97,105,110,101,114,0,8,0,22,46,99,111,110,115,101,110,116,114,45,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,13,46,99,111,110,115,101,110,116,115,45,98,97,114,0,8,0,21,46,99,111,110,115,111,108,101,45,104,101,97,100,45,99,111,111,107,105,101,115,0,8,0,21,46,99,111,110,115,116,95,95,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,24,46,99,111,110,115,117,109,101,114,45,112,114,105,118,97,99,121,45,98,97,110,110,101,114,0,8,0,12,46,99,111,110,116,45,99,111,111,107,105,101,0,8,0,11,46,99,111,110,116,67,111,111,107,105,101,0,8,0,18,46,99,111,110,116,95,97,118,105,115,95,103,97,108,101,116,101,115,0,8,0,48,46,99,111,110,116,97,105,110,101,114,32,126,32,100,105,118,91,100,97,116,97,45,114,101,97,99,116,45,99,108,97,115,115,61,34,67,111,111,107,105,101,65,103,114,101,101,34,93,0,8,0,23,46,99,111,110,116,97,105,110,101,114,45,97,118,105,115,111,99,111,111,107,105,101,115,0,8,0,24,46,99,111,110,116,97,105,110,101,114,45,98,97,110,110,101,114,45,99,111,111,107,105,101,0,8,0,17,46,99,111,110,116,97,105,110,101,114,45,99,111,111,107,105,101,0,8,0,24,46,99,111,110,116,97,105,110,101,114,45,99,111,111,107,105,101,45,97,100,118,105,115,101,0,8,0,21,46,99,111,110,116,97,105,110,101,114,45,99,111,111,107,105,101,45,98,97,114,0,8,0,25,46,99,111,110,116,97,105,110,101,114,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,25,46,99,111,110,116,97,105,110,101,114,45,99,111,111,107,105,101,45,109,101,108,100,105,110,103,0,8,0,24,46,99,111,110,116,97,105,110,101,114,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,24,46,99,111,110,116,97,105,110,101,114,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,8,0,23,46,99,111,110,116,97,105,110,101,114,45,99,111,111,107,105,101,45,112,111,112,117,112,0,8,0,27,46,99,111,110,116,97,105,110,101,114,45,99,111,111,107,105,101,45,119,112,45,112,97,108,109,97,115,0,8,0,18,46,99,111,110,116,97,105,110,101,114,45,99,111,111,107,105,101,115,0,8,0,21,46,99,111,110,116,97,105,110,101,114,45,99,111,111,107,105,101,115,66,97,114,0,8,0,29,46,99,111,110,116,97,105,110,101,114,45,102,108,117,105,100,46,99,111,111,107,105,101,45,109,111,100,97,108,0,8,0,29,46,99,111,110,116,97,105,110,101,114,45,103,100,112,114,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,15,46,99,111,110,116,97,105,110,101,114,45,108,103,112,100,0,8,0,27,46,99,111,110,116,97,105,110,101,114,45,110,111,116,105,102,105,99,97,99,97,111,45,108,103,112,100,0,8,0,21,46,99,111,110,116,97,105,110,101,114,46,99,111,111,107,105,101,105,110,102,111,0,8,0,21,46,99,111,110,116,97,105,110,101,114,66,111,120,45,99,111,111,107,105,101,115,0,8,0,16,46,99,111,110,116,97,105,110,101,114,67,111,111,107,105,101,0,8,0,26,46,99,111,110,116,97,105,110,101,114,67,111,111,107,105,101,68,105,115,99,108,97,105,109,101,114,0,8,0,14,46,99,111,110,116,97,105,110,101,114,71,68,80,82,0,8,0,21,46,99,111,110,116,97,105,110,101,114,79,117,116,101,114,67,111,111,107,105,101,0,8,0,25,46,99,111,110,116,97,105,110,101,114,95,95,99,111,111,107,105,101,115,80,111,108,105,99,121,0,8,0,25,46,99,111,110,116,97,105,110,101,114,95,99,111,110,116,101,110,116,95,99,111,111,107,105,101,0,8,0,18,46,99,111,110,116,97,105,110,101,114,95,99,111,111,107,105,101,115,0,8,0,24,46,99,111,110,116,97,105,110,101,114,95,99,111,111,107,105,101,115,95,97,108,101,114,116,0,8,0,24,46,99,111,110,116,97,105,110,101,114,95,109,111,100,97,108,95,99,111,111,107,105,101,115,0,8,0,17,46,99,111,110,116,97,111,45,99,111,111,107,105,101,98,97,114,0,8,0,12,46,99,111,110,116,99,111,111,107,105,101,115,0,8,0,19,46,99,111,110,116,101,110,101,100,111,114,45,99,111,111,107,105,101,115,0,8,0,23,46,99,111,110,116,101,110,101,100,111,114,45,108,101,121,45,99,111,111,107,105,101,115,0,8,0,23,46,99,111,110,116,101,110,101,100,111,114,65,118,105,115,111,67,111,111,107,105,101,115,0,8,0,19,46,99,111,110,116,101,110,101,100,111,114,95,99,111,111,107,105,101,115,0,8,0,19,46,99,111,110,116,101,110,116,45,45,99,111,111,107,105,101,45,106,115,0,8,0,22,46,99,111,110,116,101,110,116,45,97,108,101,114,116,45,98,114,111,119,115,101,114,0,8,0,21,46,99,111,110,116,101,110,116,45,97,108,101,114,116,45,99,111,111,107,105,101,0,8,0,19,46,99,111,110,116,101,110,116,45,99,111,110,45,99,111,111,107,105,101,0,8,0,15,46,99,111,110,116,101,110,116,45,99,111,111,107,105,101,0,8,0,16,46,99,111,110,116,101,110,116,45,99,111,111,107,105,101,115,0,8,0,22,46,99,111,110,116,101,110,116,45,108,101,103,97,108,101,45,99,111,111,107,105,101,0,8,0,14,46,99,111,110,116,101,110,116,67,111,111,107,105,101,0,8,0,17,46,99,111,110,116,101,110,116,67,111,111,107,105,101,66,111,120,0,8,0,48,46,99,111,110,116,101,110,116,82,101,110,100,101,114,95,110,97,109,101,95,112,108,117,103,105,110,115,95,99,111,109,109,111,110,95,99,111,111,107,105,101,95,98,97,110,110,101,114,0,8,0,46,46,99,111,110,116,101,110,116,82,101,110,100,101,114,95,110,97,109,101,95,112,108,117,103,105,110,115,95,99,111,109,109,111,110,95,103,100,112,114,95,98,97,110,110,101,114,0,8,0,16,46,99,111,110,116,101,110,116,95,99,111,111,107,105,101,115,0,8,0,25,46,99,111,110,116,101,117,100,111,45,99,111,111,107,105,101,45,97,99,99,101,112,116,101,100,0,8,0,16,46,99,111,110,116,101,117,100,111,67,111,111,107,105,101,115,0,8,0,16,46,99,111,110,116,105,101,110,101,45,99,111,111,107,105,101,0,8,0,16,46,99,111,110,116,105,101,110,101,67,111,111,107,105,101,115,0,8,0,11,46,99,111,111,45,98,97,110,110,101,114,0,8,0,18,46,99,111,111,95,98,97,110,110,101,114,45,110,111,116,105,99,101,0,8,0,13,46,99,111,111,99,101,115,95,95,119,114,97,112,0,8,0,8,46,99,111,111,99,107,105,101,0,8,0,12,46,99,111,111,99,107,105,101,45,98,97,114,0,8,0,14,46,99,111,111,99,107,105,101,45,98,108,111,99,107,0,8,0,13,46,99,111,111,99,107,105,101,45,108,105,110,101,0,8,0,16,46,99,111,111,99,107,105,101,45,109,101,115,115,97,103,101,0,8,0,14,46,99,111,111,99,107,105,101,45,112,111,112,117,112,0,8,0,16,46,99,111,111,99,107,105,101,45,119,97,114,110,105,110,103,0,8,0,11,46,99,111,111,99,107,105,101,66,97,114,0,8,0,11,46,99,111,111,99,107,105,101,76,97,119,0,8,0,14,46,99,111,111,99,107,105,101,80,111,108,105,99,121,0,8,0,14,46,99,111,111,99,107,105,101,87,105,110,100,111,119,0,8,0,15,46,99,111,111,99,107,105,101,95,98,97,110,110,101,114,0,8,0,14,46,99,111,111,99,107,105,101,95,112,111,112,117,112,0,8,0,12,46,99,111,111,99,107,105,101,95,116,120,116,0,8,0,11,46,99,111,111,99,107,105,101,98,97,114,0,8,0,11,46,99,111,111,99,107,105,101,100,105,118,0,8,0,15,46,99,111,111,99,107,105,101,104,105,110,119,101,105,115,0,8,0,9,46,99,111,111,99,107,105,101,115,0,8,0,15,46,99,111,111,99,107,105,101,115,45,98,108,111,99,107,0,8,0,17,46,99,111,111,99,107,105,101,115,45,109,101,115,115,97,103,101,0,8,0,15,46,99,111,111,99,107,105,101,115,45,112,111,112,117,112,0,8,0,23,46,99,111,111,99,107,105,101,115,77,111,100,97,108,67,111,110,116,97,105,110,101,114,0,8,0,15,46,99,111,111,99,107,105,101,115,80,111,108,105,99,121,0,8,0,15,46,99,111,111,99,107,105,101,115,95,97,108,101,114,116,0,8,0,14,46,99,111,111,99,107,105,101,115,102,105,120,101,100,0,8,0,17,46,99,111,111,105,107,101,95,97,108,101,114,116,95,98,111,120,0,8,0,12,46,99,111,111,107,45,97,99,99,101,112,116,0,8,0,11,46,99,111,111,107,45,112,111,112,117,112,0,8,0,12,46,99,111,111,107,45,119,105,110,100,111,119,0,8,0,9,46,99,111,111,107,76,105,110,107,0,8,0,9,46,99,111,111,107,95,109,115,103,0,8,0,10,46,99,111,111,107,95,112,108,99,121,0,8,0,16,46,99,111,111,107,95,117,115,105,110,103,95,112,101,114,109,0,8,0,13,46,99,111,111,107,97,99,99,101,112,116,111,114,0,8,0,7,46,99,111,111,107,98,120,0,8,0,14,46,99,111,111,107,99,111,110,116,97,105,110,101,114,0,8,0,13,46,99,111,111,107,101,69,110,97,98,108,101,114,0,8,0,10,46,99,111,111,107,101,72,105,110,116,0,8,0,16,46,99,111,111,107,105,45,99,111,110,116,97,105,110,101,114,0,8,0,16,46,99,111,111,107,105,95,98,97,110,101,114,95,119,114,112,0,8,0,14,46,99,111,111,107,105,101,32,62,32,46,98,111,120,0,8,0,15,46,99,111,111,107,105,101,32,62,32,46,114,103,112,100,0,8,0,15,46,99,111,111,107,105,101,45,45,97,99,116,105,118,101,0,8,0,15,46,99,111,111,107,105,101,45,45,98,97,110,110,101,114,0,8,0,22,46,99,111,111,107,105,101,45,45,98,97,114,45,99,111,110,116,97,105,110,101,114,0,8,0,22,46,99,111,111,107,105,101,45,45,99,111,110,115,101,110,116,45,45,114,111,111,116,0,8,0,16,46,99,111,111,107,105,101,45,45,100,101,115,107,116,111,112,0,8,0,14,46,99,111,111,107,105,101,45,45,108,97,121,101,114,0,8,0,21,46,99,111,111,107,105,101,45,45,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,16,46,99,111,111,107,105,101,45,45,111,118,101,114,108,97,121,0,8,0,19,46,99,111,111,107,105,101,45,45,112,101,114,109,105,115,115,105,111,110,0,8,0,17,46,99,111,111,107,105,101,45,45,112,111,108,105,116,121,107,97,0,8,0,16,46,99,111,111,107,105,101,45,45,115,101,99,116,105,111,110,0,8,0,12,46,99,111,111,107,105,101,45,45,116,111,112,0,8,0,14,46,99,111,111,107,105,101,45,45,117,110,115,101,116,0,8,0,16,46,99,111,111,107,105,101,45,45,118,105,115,105,98,108,101,0,8,0,13,46,99,111,111,107,105,101,45,45,119,114,97,112,0,8,0,17,46,99,111,111,107,105,101,45,45,119,114,97,112,95,95,111,110,0,8,0,10,46,99,111,111,107,105,101,45,48,51,0,8,0,9,46,99,111,111,107,105,101,45,49,0,8,0,14,46,99,111,111,107,105,101,45,66,97,110,110,101,114,0,8,0,13,46,99,111,111,107,105,101,45,97,98,111,118,101,0,8,0,19,46,99,111,111,107,105,101,45,97,99,99,101,112,116,45,97,114,101,97,0,8,0,21,46,99,111,111,107,105,101,45,97,99,99,101,112,116,45,98,97,110,110,101,114,0,8,0,18,46,99,111,111,107,105,101,45,97,99,99,101,112,116,45,98,97,114,0,8,0,20,46,99,111,111,107,105,101,45,97,99,99,101,112,116,45,98,108,111,99,107,0,8,0,18,46,99,111,111,107,105,101,45,97,99,99,101,112,116,45,98,111,120,0,8,0,22,46,99,111,111,107,105,101,45,97,99,99,101,112,116,45,100,101,102,97,117,108,116,0,8,0,21,46,99,111,111,107,105,101,45,97,99,99,101,112,116,45,110,111,116,105,99,101,0,8,0,22,46,99,111,111,107,105,101,45,97,99,99,101,112,116,45,111,118,101,114,108,97,121,0,8,0,20,46,99,111,111,107,105,101,45,97,99,99,101,112,116,45,112,111,112,117,112,0,8,0,20,46,99,111,111,107,105,101,45,97,99,99,101,112,116,45,115,116,121,108,101,0,8,0,18,46,99,111,111,107,105,101,45,97,99,99,101,112,116,97,110,99,101,0,8,0,25,46,99,111,111,107,105,101,45,97,99,99,101,112,116,97,110,99,101,45,98,97,110,110,101,114,0,8,0,28,46,99,111,111,107,105,101,45,97,99,99,101,112,116,97,110,99,101,45,99,111,110,116,97,105,110,101,114,0,8,0,25,46,99,111,111,107,105,101,45,97,99,99,101,112,116,97,110,99,101,45,100,105,97,108,111,103,0,8,0,26,46,99,111,111,107,105,101,45,97,99,99,101,112,116,97,110,99,101,45,109,101,115,115,97,103,101,0,8,0,24,46,99,111,111,107,105,101,45,97,99,99,101,112,116,97,110,99,101,45,109,111,100,97,108,0,8,0,21,46,99,111,111,107,105,101,45,97,99,99,101,112,116,97,110,99,101,98,111,120,0,8,0,26,46,99,111,111,107,105,101,45,97,99,99,101,112,116,97,116,105,111,110,45,109,111,100,117,108,101,0,8,0,17,46,99,111,111,107,105,101,45,97,99,99,101,112,116,105,111,110,0,8,0,16,46,99,111,111,107,105,101,45,97,99,99,101,112,116,111,114,0,8,0,23,46,99,111,111,107,105,101,45,97,99,107,110,111,119,108,101,100,103,101,109,101,110,116,0,8,0,11,46,99,111,111,107,105,101,45,97,100,118,0,8,0,14,46,99,111,111,107,105,101,45,97,100,118,101,114,116,0,8,0,21,46,99,111,111,107,105,101,45,97,100,118,101,114,116,105,115,101,109,101,110,116,0,8,0,20,46,99,111,111,107,105,101,45,97,100,118,101,114,116,105,115,109,101,110,116,0,8,0,14,46,99,111,111,107,105,101,45,97,100,118,105,99,101,0,8,0,14,46,99,111,111,107,105,101,45,97,100,118,105,115,101,0,8,0,15,46,99,111,111,107,105,101,45,97,100,118,105,115,111,114,0,8,0,11,46,99,111,111,107,105,101,45,97,103,101,0,8,0,33,46,99,111,111,107,105,101,45,97,103,103,114,101,109,101,110,116,45,98,108,111,99,107,45,99,111,110,116,97,105,110,101,114,0,8,0,13,46,99,111,111,107,105,101,45,97,103,114,101,101,0,8,0,19,46,99,111,111,107,105,101,45,97,103,114,101,101,45,112,111,112,117,112,0,8,0,22,46,99,111,111,107,105,101,45,97,103,114,101,101,45,119,105,116,104,45,117,115,101,0,8,0,21,46,99,111,111,107,105,101,45,97,103,114,101,101,45,119,114,97,112,112,101,114,0,8,0,14,46,99,111,111,107,105,101,45,97,103,114,101,101,100,0,8,0,17,46,99,111,111,107,105,101,45,97,103,114,101,101,109,101,110,116,0,8,0,27,46,99,111,111,107,105,101,45,97,103,114,101,101,109,101,110,116,45,99,111,110,116,97,105,110,101,114,0,8,0,25,46,99,111,111,107,105,101,45,97,103,114,101,101,109,101,110,116,45,119,114,97,112,112,101,114,0,8,0,18,46,99,111,111,107,105,101,45,97,108,101,114,116,45,45,116,111,112,0,8,0,15,46,99,111,111,107,105,101,45,97,108,101,114,116,45,49,0,8,0,15,46,99,111,111,107,105,101,45,97,108,101,114,116,45,50,0,8,0,20,46,99,111,111,107,105,101,45,97,108,101,114,116,45,50,48,49,56,45,99,0,8,0,17,46,99,111,111,107,105,101,45,97,108,101,114,116,45,98,111,120,0,8,0,25,46,99,111,111,107,105,101,45,97,108,101,114,116,45,98,111,120,45,119,114,97,112,112,101,114,0,8,0,23,46,99,111,111,107,105,101,45,97,108,101,114,116,45,99,111,110,116,97,105,110,101,114,0,8,0,20,46,99,111,111,107,105,101,45,97,108,101,114,116,45,104,111,108,100,101,114,0,8,0,17,46,99,111,111,107,105,101,45,97,108,101,114,116,45,109,115,107,0,8,0,19,46,99,111,111,107,105,101,45,97,108,101,114,116,45,111,117,116,101,114,0,8,0,19,46,99,111,111,107,105,101,45,97,108,101,114,116,45,112,97,110,101,108,0,8,0,29,46,99,111,111,107,105,101,45,97,108,101,114,116,45,115,116,114,105,112,45,99,111,110,116,97,105,110,101,114,0,8,0,18,46,99,111,111,107,105,101,45,97,108,101,114,116,45,119,114,97,112,0,8,0,21,46,99,111,111,107,105,101,45,97,108,101,114,116,45,119,114,97,112,112,101,114,0,8,0,11,46,99,111,111,107,105,101,45,97,108,108,0,8,0,18,46,99,111,111,107,105,101,45,97,108,108,99,111,110,116,101,110,116,0,8,0,19,46,99,111,111,107,105,101,45,97,108,108,111,119,45,98,108,111,99,107,0,8,0,21,46,99,111,111,107,105,101,45,97,108,108,111,119,45,99,111,110,102,105,114,109,0,8,0,29,46,99,111,111,107,105,101,45,97,110,100,45,112,114,105,118,97,99,121,45,99,111,110,116,97,105,110,101,114,0,8,0,16,46,99,111,111,107,105,101,45,97,110,110,111,117,110,99,101,0,8,0,20,46,99,111,111,107,105,101,45,97,110,110,111,117,110,99,101,109,101,110,116,0,8,0,25,46,99,111,111,107,105,101,45,97,112,112,114,111,118,97,108,95,95,119,114,97,112,112,101,114,0,8,0,19,46,99,111,111,107,105,101,45,97,112,112,114,111,118,101,109,101,110,116,0,8,0,17,46,99,111,111,107,105,101,45,97,114,107,115,105,103,110,101,114,0,8,0,17,46,99,111,111,107,105,101,45,97,115,115,105,115,116,97,110,116,0,8,0,25,46,99,111,111,107,105,101,45,97,115,115,105,115,116,97,110,116,45,119,114,97,112,112,101,114,0,8,0,17,46,99,111,111,107,105,101,45,97,116,116,101,110,116,105,111,110,0,8,0,12,46,99,111,111,107,105,101,45,98,97,99,107,0,8,0,16,46,99,111,111,107,105,101,45,98,97,99,107,100,114,111,112,0,8,0,11,46,99,111,111,107,105,101,45,98,97,110,0,8,0,12,46,99,111,111,107,105,101,45,98,97,110,100,0,8,0,13,46,99,111,111,107,105,101,45,98,97,110,101,114,0,8,0,31,46,99,111,111,107,105,101,45,98,97,110,110,101,114,45,45,100,105,115,97,98,108,101,45,111,118,101,114,108,97,121,0,8,0,22,46,99,111,111,107,105,101,45,98,97,110,110,101,114,45,45,115,105,109,112,108,101,0,8,0,23,46,99,111,111,107,105,101,45,98,97,110,110,101,114,45,45,119,114,97,112,112,101,114,0,8,0,26,46,99,111,111,107,105,101,45,98,97,110,110,101,114,45,45,119,114,97,112,112,101,114,45,106,115,0,8,0,23,46,99,111,111,107,105,101,45,98,97,110,110,101,114,45,98,97,99,107,100,114,111,112,0,8,0,25,46,99,111,111,107,105,101,45,98,97,110,110,101,114,45,98,97,99,107,103,114,111,117,110,100,0,8,0,31,46,99,111,111,107,105,101,45,98,97,110,110,101,114,45,98,97,99,107,115,105,100,101,45,116,101,97,108,105,117,109,0,8,0,17,46,99,111,111,107,105,101,45,98,97,110,110,101,114,45,98,103,0,8,0,20,46,99,111,111,107,105,101,45,98,97,110,110,101,114,45,98,108,111,99,107,0,8,0,27,46,99,111,111,107,105,101,45,98,97,110,110,101,114,45,98,108,111,99,107,105,110,103,45,100,105,118,0,8,0,27,46,99,111,111,107,105,101,45,98,97,110,110,101,114,45,98,111,100,121,45,111,118,101,114,108,97,121,0,8,0,21,46,99,111,111,107,105,101,45,98,97,110,110,101,114,45,98,111,116,116,111,109,0,8,0,18,46,99,111,111,107,105,101,45,98,97,110,110,101,114,45,98,111,120,0,8,0,21,46,99,111,111,107,105,101,45,98,97,110,110,101,114,45,98,117,116,116,111,110,0,8,0,34,46,99,111,111,107,105,101,45,98,97,110,110,101,114,45,99,111,109,112,111,110,101,110,116,45,99,111,110,116,97,105,110,101,114,0,8,0,19,46,99,111,111,107,105,101,45,98,97,110,110,101,114,45,99,111,110,116,0,8,0,24,46,99,111,111,107,105,101,45,98,97,110,110,101,114,45,99,111,110,116,97,105,110,101,114,0,8,0,22,46,99,111,111,107,105,101,45,98,97,110,110,101,114,45,100,101,115,107,116,111,112,0,8,0,21,46,99,111,111,107,105,101,45,98,97,110,110,101,114,45,102,111,111,116,101,114,0,8,0,19,46,99,111,111,107,105,101,45,98,97,110,110,101,114,45,105,110,102,111,0,8,0,33,46,99,111,111,107,105,101,45,98,97,110,110,101,114,45,105,110,102,111,45,98,97,114,45,99,111,110,116,97,105,110,101,114,0,8,0,20,46,99,111,111,107,105,101,45,98,97,110,110,101,114,45,105,110,110,101,114,0,8,0,17,46,99,111,111,107,105,101,45,98,97,110,110,101,114,45,106,115,0,8,0,20,46,99,111,111,107,105,101,45,98,97,110,110,101,114,45,108,97,121,101,114,0,8,0,19,46,99,111,111,107,105,101,45,98,97,110,110,101,114,45,108,103,112,100,0,8,0,29,46,99,111,111,107,105,101,45,98,97,110,110,101,114,45,108,103,112,100,45,99,111,110,116,97,105,110,101,114,0,8,0,28,46,99,111,111,107,105,101,45,98,97,110,110,101,114,45,108,103,112,100,95,116,101,120,116,45,98,111,120,0,8,0,29,46,99,111,111,107,105,101,45,98,97,110,110,101,114,45,109,111,100,97,108,45,98,97,99,107,100,114,111,112,0,8,0,18,46,99,111,111,107,105,101,45,98,97,110,110,101,114,45,109,115,103,0,8,0,18,46,99,111,111,107,105,101,45,98,97,110,110,101,114,45,111,108,100,0,8,0,20,46,99,111,111,107,105,101,45,98,97,110,110,101,114,45,111,117,116,101,114,0,8,0,30,46,99,111,111,107,105,101,45,98,97,110,110,101,114,45,111,117,116,101,114,45,99,111,110,116,97,105,110,101,114,0,8,0,22,46,99,111,111,107,105,101,45,98,97,110,110,101,114,45,111,118,101,114,108,97,121,0,8,0,22,46,99,111,111,107,105,101,45,98,97,110,110,101,114,45,115,101,99,116,105,111,110,0,8,0,21,46,99,111,111,107,105,101,45,98,97,110,110,101,114,45,115,104,97,100,111,119,0,8,0,21,46,99,111,111,107,105,101,45,98,97,110,110,101,114,45,115,104,114,111,117,100,0,8,0,19,46,99,111,111,107,105,101,45,98,97,110,110,101,114,45,115,116,121,114,0,8,0,17,46,99,111,111,107,105,101,45,98,97,110,110,101,114,45,116,109,0,8,0,26,46,99,111,111,107,105,101,45,98,97,110,110,101,114,45,116,109,95,95,111,118,101,114,108,97,121,0,8,0,19,46,99,111,111,107,105,101,45,98,97,110,110,101,114,45,118,105,101,119,0,8,0,20,46,99,111,111,107,105,101,45,98,97,110,110,101,114,45,119,104,105,116,101,0,8,0,21,46,99,111,111,107,105,101,45,98,97,110,110,101,114,45,119,105,110,100,111,119,0,8,0,34,46,99,111,111,107,105,101,45,98,97,110,110,101,114,46,110,97,118,98,97,114,45,102,105,120,101,100,45,98,111,116,116,111,109,0,8,0,20,46,99,111,111,107,105,101,45,98,97,110,110,101,114,46,116,111,97,115,116,0,8,0,22,46,99,111,111,107,105,101,45,98,97,110,110,101,114,95,95,98,111,116,116,111,109,0,8,0,28,46,99,111,111,107,105,101,45,98,97,110,110,101,114,95,95,98,111,116,116,111,109,45,112,97,110,101,108,0,8,0,19,46,99,111,111,107,105,101,45,98,97,110,110,101,114,95,95,99,110,116,0,8,0,25,46,99,111,111,107,105,101,45,98,97,110,110,101,114,95,95,99,111,110,116,97,105,110,101,114,0,8,0,23,46,99,111,111,107,105,101,45,98,97,110,110,101,114,95,95,111,118,101,114,108,97,121,0,8,0,23,46,99,111,111,107,105,101,45,98,97,110,110,101,114,95,95,115,101,99,116,105,111,110,0,8,0,19,46,99,111,111,107,105,101,45,98,97,114,45,45,97,99,116,105,118,101,0,8,0,19,46,99,111,111,107,105,101,45,98,97,114,45,45,98,111,116,116,111,109,0,8,0,24,46,99,111,111,107,105,101,45,98,97,114,45,45,116,121,112,101,45,109,97,110,97,103,101,0,8,0,26,46,99,111,111,107,105,101,45,98,97,114,45,97,99,116,105,118,101,45,98,108,111,99,107,101,114,0,8,0,17,46,99,111,111,107,105,101,45,98,97,114,45,97,108,101,114,116,0,8,0,20,46,99,111,111,107,105,101,45,98,97,114,45,98,97,99,107,100,114,111,112,0,8,0,15,46,99,111,111,107,105,101,45,98,97,114,45,99,111,110,0,8,0,21,46,99,111,111,107,105,101,45,98,97,114,45,99,111,110,116,97,105,110,101,114,0,8,0,17,46,99,111,111,107,105,101,45,98,97,114,45,105,110,110,101,114,0,8,0,16,46,99,111,111,107,105,101,45,98,97,114,45,109,97,115,107,0,8,0,19,46,99,111,111,107,105,101,45,98,97,114,45,109,101,115,115,97,103,101,0,8,0,15,46,99,111,111,107,105,101,45,98,97,114,45,110,101,119,0,8,0,24,46,99,111,111,107,105,101,45,98,97,114,45,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,25,46,99,111,111,107,105,101,45,98,97,114,45,110,111,116,105,102,105,99,97,116,105,111,110,115,0,8,0,17,46,99,111,111,107,105,101,45,98,97,114,45,111,117,116,101,114,0,8,0,19,46,99,111,111,107,105,101,45,98,97,114,45,112,111,112,111,118,101,114,0,8,0,19,46,99,111,111,107,105,101,45,98,97,114,45,115,101,99,116,105,111,110,0,8,0,17,46,99,111,111,107,105,101,45,98,97,114,45,117,110,105,113,97,0,8,0,14,46,99,111,111,107,105,101,45,98,97,114,45,119,112,0,8,0,16,46,99,111,111,107,105,101,45,98,97,114,45,119,114,97,112,0,8,0,19,46,99,111,111,107,105,101,45,98,97,114,45,119,114,97,112,112,101,114,0,8,0,12,46,99,111,111,107,105,101,45,98,97,114,50,0,8,0,18,46,99,111,111,107,105,101,45,98,97,114,95,95,105,110,110,101,114,0,8,0,20,46,99,111,111,107,105,101,45,98,97,114,95,95,119,114,97,112,112,101,114,0,8,0,21,46,99,111,111,107,105,101,45,98,97,114,95,99,111,109,112,111,110,101,110,116,0,8,0,21,46,99,111,111,107,105,101,45,98,97,114,95,99,111,110,116,97,105,110,101,114,0,8,0,17,46,99,111,111,107,105,101,45,98,97,114,95,105,110,110,101,114,0,8,0,17,46,99,111,111,107,105,101,45,98,97,114,95,111,117,116,101,114,0,8,0,13,46,99,111,111,107,105,101,45,98,97,114,114,101,0,8,0,10,46,99,111,111,107,105,101,45,98,103,0,8,0,15,46,99,111,111,107,105,101,45,98,103,45,119,114,97,112,0,8,0,18,46,99,111,111,107,105,101,45,98,103,45,119,114,97,112,112,101,114,0,8,0,13,46,99,111,111,107,105,101,45,98,108,111,99,107,0,8,0,21,46,99,111,111,107,105,101,45,98,108,111,99,107,45,118,105,115,105,98,108,101,0,8,0,20,46,99,111,111,107,105,101,45,98,111,100,121,45,111,118,101,114,108,97,121,0,8,0,12,46,99,111,111,107,105,101,45,98,111,111,107,0,8,0,11,46,99,111,111,107,105,101,45,98,111,116,0,8,0,14,46,99,111,111,107,105,101,45,98,111,116,116,111,109,0,8,0,20,46,99,111,111,107,105,101,45,98,111,116,116,111,109,45,108,97,121,101,114,0,8,0,19,46,99,111,111,107,105,101,45,98,111,116,116,111,109,45,109,97,105,110,0,8,0,20,46,99,111,111,107,105,101,45,98,111,116,116,111,109,45,112,108,97,99,101,0,8,0,11,46,99,111,111,107,105,101,45,98,111,120,0,8,0,14,46,99,111,111,107,105,101,45,98,111,120,45,101,110,0,8,0,19,46,99,111,111,107,105,101,45,98,111,120,45,119,114,97,112,112,101,114,0,8,0,20,46,99,111,111,107,105,101,45,98,111,120,95,95,111,118,101,114,108,97,121,0,8,0,17,46,99,111,111,107,105,101,45,98,111,120,95,95,119,114,97,112,0,8,0,14,46,99,111,111,107,105,101,45,98,117,98,98,108,101,0,8,0,22,46,99,111,111,107,105,101,45,98,117,116,116,111,110,45,99,111,110,115,101,110,116,0,8,0,15,46,99,111,111,107,105,101,45,99,97,108,108,111,117,116,0,8,0,24,46,99,111,111,107,105,101,45,99,97,114,100,95,112,111,112,117,112,95,102,105,120,101,100,0,8,0,12,46,99,111,111,107,105,101,45,99,101,108,108,0,8,0,14,46,99,111,111,107,105,101,45,99,104,111,105,99,101,0,8,0,21,46,99,111,111,107,105,101,45,99,104,111,105,99,101,115,45,45,105,110,102,111,0,8,0,20,46,99,111,111,107,105,101,45,99,104,111,105,99,101,115,45,105,110,102,111,0,8,0,13,46,99,111,111,107,105,101,45,99,108,97,115,115,0,8,0,16,46,99,111,111,107,105,101,45,99,108,105,99,107,97,108,108,0,8,0,18,46,99,111,111,107,105,101,45,99,110,102,45,98,97,110,110,101,114,0,8,0,30,46,99,111,111,107,105,101,45,99,110,102,45,98,97,110,110,101,114,45,45,98,97,99,107,103,114,111,117,110,100,0,8,0,12,46,99,111,111,107,105,101,45,99,110,105,108,0,8,0,11,46,99,111,111,107,105,101,45,99,110,116,0,8,0,19,46,99,111,111,107,105,101,45,99,111,108,108,97,112,115,105,98,108,101,0,8,0,25,46,99,111,111,107,105,101,45,99,111,109,112,108,105,97,110,99,101,45,98,97,110,110,101,114,0,8,0,33,46,99,111,111,107,105,101,45,99,111,109,112,108,105,97,110,99,101,45,98,97,110,110,101,114,45,119,114,97,112,112,101,114,0,8,0,28,46,99,111,111,107,105,101,45,99,111,109,112,108,105,97,110,99,101,45,99,111,110,116,97,105,110,101,114,0,8,0,23,46,99,111,111,107,105,101,45,99,111,109,112,108,105,97,110,99,101,45,100,101,115,107,0,8,0,26,46,99,111,111,107,105,101,45,99,111,109,112,108,105,97,110,99,101,45,109,101,115,115,97,103,101,0,8,0,24,46,99,111,111,107,105,101,45,99,111,109,112,108,105,97,110,99,101,45,112,111,112,117,112,0,8,0,25,46,99,111,111,107,105,101,45,99,111,109,112,108,105,101,110,99,101,45,98,97,110,110,101,114,0,8,0,17,46,99,111,111,107,105,101,45,99,111,110,100,105,116,105,111,110,0,8,0,18,46,99,111,111,107,105,101,45,99,111,110,100,105,116,105,111,110,115,0,8,0,20,46,99,111,111,107,105,101,45,99,111,110,102,105,114,109,97,116,105,111,110,0,8,0,27,46,99,111,111,107,105,101,45,99,111,110,102,105,114,109,97,116,105,111,110,45,110,111,116,105,99,101,0,8,0,25,46,99,111,111,107,105,101,45,99,111,110,102,105,114,109,97,116,105,111,110,95,95,98,111,120,0,8,0,14,46,99,111,111,107,105,101,45,99,111,110,115,101,110,0,8,0,21,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,45,71,68,80,82,0,8,0,20,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,45,98,111,120,0,8,0,20,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,45,101,112,51,0,8,0,23,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,45,110,111,114,109,97,108,0,8,0,21,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,45,115,104,111,119,0,8,0,24,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,45,119,114,97,112,112,101,114,0,8,0,24,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,97,100,118,97,110,99,101,100,0,8,0,21,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,97,108,101,114,116,0,8,0,19,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,97,112,112,0,8,0,20,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,97,114,101,97,0,8,0,24,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,98,97,99,107,100,114,111,112,0,8,0,26,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,98,97,99,107,103,114,111,117,110,100,0,8,0,21,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,98,97,100,103,101,0,8,0,32,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,45,99,111,110,116,97,105,110,101,114,0,8,0,30,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,45,111,112,116,45,111,117,116,0,8,0,30,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,45,111,118,101,114,108,97,121,0,8,0,31,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,95,95,119,114,97,112,112,101,114,0,8,0,27,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,98,97,114,45,111,118,101,114,108,97,121,0,8,0,24,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,98,97,114,45,119,114,97,112,0,8,0,22,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,98,111,116,116,111,109,0,8,0,20,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,99,111,109,112,0,8,0,25,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,99,111,109,112,111,110,101,110,116,0,8,0,28,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,99,111,110,116,97,105,110,101,114,45,118,50,0,8,0,19,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,99,116,114,0,8,0,24,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,100,97,114,107,101,110,101,114,0,8,0,22,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,100,105,97,108,111,103,0,8,0,24,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,100,105,97,108,111,103,117,101,0,8,0,19,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,100,105,118,0,8,0,29,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,101,109,98,101,100,45,111,118,101,114,108,97,121,0,8,0,22,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,102,108,121,111,117,116,0,8,0,22,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,102,111,111,116,101,114,0,8,0,30,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,104,101,97,100,101,114,45,119,114,97,112,112,101,114,0,8,0,22,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,104,111,108,100,101,114,0,8,0,20,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,106,111,108,116,0,8,0,21,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,108,97,121,101,114,0,8,0,21,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,108,111,99,97,108,0,8,0,23,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,109,97,110,97,103,101,114,0,8,0,23,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,109,101,115,115,97,103,101,0,8,0,22,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,110,111,116,105,99,101,0,8,0,22,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,110,111,116,105,102,121,0,8,0,34,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,111,118,101,114,108,97,121,45,98,97,99,107,103,114,111,117,110,100,0,8,0,21,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,112,97,110,101,108,0,8,0,29,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,112,97,110,101,108,45,109,101,115,115,97,103,101,0,8,0,19,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,112,110,108,0,8,0,29,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,112,111,112,117,112,45,111,118,101,114,108,97,121,0,8,0,26,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,112,111,112,117,112,45,119,114,97,112,0,8,0,22,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,112,114,111,109,112,116,0,8,0,32,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,112,114,111,109,112,116,45,99,111,110,116,97,105,110,101,114,0,8,0,33,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,114,101,99,116,97,110,103,108,101,45,119,114,97,112,112,101,114,0,8,0,23,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,114,101,113,117,101,115,116,0,8,0,22,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,114,101,118,111,107,101,0,8,0,25,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,115,104,97,100,111,119,45,98,103,0,8,0,28,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,115,104,97,100,111,119,45,108,97,121,101,114,0,8,0,22,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,115,112,108,97,115,104,0,8,0,28,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,119,97,108,108,45,111,118,101,114,108,97,121,0,8,0,22,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,119,105,100,103,101,116,0,8,0,23,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,119,114,97,112,112,101,114,0,8,0,22,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,46,98,111,116,116,111,109,0,8,0,22,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,46,105,110,118,101,114,115,0,8,0,20,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,46,115,104,111,119,0,8,0,21,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,46,115,104,111,119,110,0,8,0,30,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,91,100,97,116,97,45,99,108,111,115,97,98,108,101,93,0,8,0,32,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,91,100,97,116,97,45,99,111,110,116,114,111,108,108,101,114,93,0,8,0,20,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,95,95,98,97,114,0,8,0,30,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,95,95,98,97,114,45,99,111,110,116,97,105,110,101,114,0,8,0,26,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,95,95,99,111,110,116,97,105,110,101,114,0,8,0,23,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,95,95,100,105,97,108,111,103,0,8,0,24,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,95,95,111,118,101,114,108,97,121,0,8,0,24,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,95,95,119,114,97,112,112,101,114,0,8,0,23,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,95,111,118,101,114,108,97,121,0,8,0,18,46,99,111,111,107,105,101,45,99,111,110,115,101,116,45,98,97,114,0,8,0,12,46,99,111,111,107,105,101,45,99,111,110,116,0,8,0,15,46,99,111,111,107,105,101,45,99,111,110,116,97,105,110,0,8,0,22,46,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,45,109,97,105,110,0,8,0,22,46,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,45,109,111,115,116,0,8,0,25,46,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,45,111,118,101,114,108,97,121,0,8,0,26,46,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,45,115,101,108,101,99,116,111,114,0,8,0,23,46,99,111,111,107,105,101,45,99,111,110,116,101,110,116,45,111,118,101,114,108,97,121,0,8,0,22,46,99,111,111,107,105,101,45,99,111,110,116,101,110,116,45,114,105,98,98,111,110,0,8,0,22,46,99,111,111,107,105,101,45,99,111,110,116,114,111,108,45,98,97,110,110,101,114,0,8,0,19,46,99,111,111,107,105,101,45,99,111,110,116,114,111,108,45,98,97,114,0,8,0,25,46,99,111,111,107,105,101,45,99,111,110,116,114,111,108,45,99,111,110,116,97,105,110,101,114,0,8,0,23,46,99,111,111,107,105,101,45,99,111,110,116,114,111,108,45,99,111,110,116,101,110,116,0,8,0,23,46,99,111,111,107,105,101,45,99,111,110,116,114,111,108,95,95,98,97,110,110,101,114,0,8,0,12,46,99,111,111,107,105,101,45,99,111,112,121,0,8,0,12,46,99,111,111,107,105,101,45,99,111,114,101,0,8,0,13,46,99,111,111,107,105,101,45,99,111,118,101,114,0,8,0,12,46,99,111,111,107,105,101,45,99,117,98,101,0,8,0,15,46,99,111,111,107,105,101,45,99,117,114,116,97,105,110,0,8,0,19,46,99,111,111,107,105,101,45,100,97,114,107,45,102,105,108,116,101,114,0,8,0,20,46,99,111,111,107,105,101,45,100,97,116,97,45,119,97,114,110,105,110,103,0,8,0,12,46,99,111,111,107,105,101,45,100,101,109,111,0,8,0,15,46,99,111,111,107,105,101,45,100,101,109,111,45,111,110,0,8,0,19,46,99,111,111,107,105,101,45,100,101,115,99,114,105,112,116,105,111,110,0,8,0,15,46,99,111,111,107,105,101,45,100,101,115,107,116,111,112,0,8,0,14,46,99,111,111,107,105,101,45,100,105,97,108,111,103,0,8,0,21,46,99,111,111,107,105,101,45,100,105,97,108,111,103,45,99,101,110,116,101,114,0,8,0,24,46,99,111,111,107,105,101,45,100,105,97,108,111,103,45,99,111,110,116,97,105,110,101,114,0,8,0,22,46,99,111,111,107,105,101,45,100,105,97,108,111,103,45,119,114,97,112,112,101,114,0,8,0,16,46,99,111,111,107,105,101,45,100,105,97,108,111,103,117,101,0,8,0,23,46,99,111,111,107,105,101,45,100,105,114,101,99,116,105,118,101,45,97,108,101,114,116,0,8,0,27,46,99,111,111,107,105,101,45,100,105,114,101,99,116,105,118,101,45,99,111,110,116,97,105,110,101,114,0,8,0,25,46,99,111,111,107,105,101,45,100,105,114,101,99,116,105,118,101,45,111,118,101,114,108,97,121,0,8,0,27,46,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,45,45,100,101,102,97,117,108,116,0,8,0,27,46,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,45,45,111,118,101,114,108,97,121,0,8,0,27,46,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,45,98,97,99,107,100,114,111,112,0,8,0,29,46,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,45,98,97,99,107,103,114,111,117,110,100,0,8,0,25,46,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,45,98,97,110,110,101,114,0,8,0,22,46,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,45,98,111,120,0,8,0,28,46,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,45,99,111,109,112,111,110,101,110,116,0,8,0,28,46,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,45,99,111,110,116,97,105,110,101,114,0,8,0,25,46,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,45,104,111,108,100,101,114,0,8,0,23,46,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,45,109,97,115,107,0,8,0,26,46,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,45,109,101,115,115,97,103,101,0,8,0,25,46,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,45,110,111,116,105,99,101,0,8,0,36,46,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,45,111,118,101,114,108,97,121,45,99,111,110,116,97,105,110,101,114,0,8,0,26,46,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,45,119,114,97,112,112,101,114,0,8,0,26,46,99,111,111,107,105,101,45,100,105,115,99,108,111,115,117,114,101,45,109,101,115,115,97,103,101,0,8,0,17,46,99,111,111,107,105,101,45,100,114,111,112,45,100,111,119,110,0,8,0,16,46,99,111,111,107,105,101,45,100,114,111,112,100,111,119,110,0,8,0,18,46,99,111,111,107,105,101,45,101,110,116,101,114,45,100,111,110,101,0,8,0,14,46,99,111,111,107,105,101,45,101,117,45,109,115,103,0,8,0,19,46,99,111,111,107,105,101,45,101,118,101,110,116,45,98,108,111,99,107,0,8,0,12,46,99,111,111,107,105,101,45,102,97,100,101,0,8,0,16,46,99,111,111,107,105,101,45,102,98,45,116,105,116,108,101,0,8,0,14,46,99,111,111,107,105,101,45,102,98,45,116,111,112,0,8,0,11,46,99,111,111,107,105,101,45,102,105,120,0,8,0,13,46,99,111,111,107,105,101,45,102,105,120,101,100,0,8,0,20,46,99,111,111,107,105,101,45,102,105,120,101,100,45,102,111,111,116,101,114,0,8,0,18,46,99,111,111,107,105,101,45,102,105,120,101,100,45,104,105,110,116,0,8,0,13,46,99,111,111,107,105,101,45,102,108,97,115,104,0,8,0,13,46,99,111,111,107,105,101,45,102,108,111,97,116,0,8,0,10,46,99,111,111,107,105,101,45,102,110,0,8,0,14,46,99,111,111,107,105,101,45,102,111,111,116,101,114,0,8,0,23,46,99,111,111,107,105,101,45,102,111,111,116,101,114,45,45,119,114,97,112,112,101,114,0,8,0,21,46,99,111,111,107,105,101,45,102,111,111,116,101,114,45,98,97,110,110,101,114,0,8,0,24,46,99,111,111,107,105,101,45,102,111,111,116,101,114,45,99,111,110,116,97,105,110,101,114,0,8,0,21,46,99,111,111,107,105,101,45,102,111,111,116,101,114,45,100,105,97,108,111,103,0,8,0,18,46,99,111,111,107,105,101,45,102,111,111,116,101,114,45,109,115,103,0,8,0,18,46,99,111,111,107,105,101,45,102,117,108,108,45,98,108,101,101,100,0,8,0,20,46,99,111,111,107,105,101,45,102,119,45,99,111,110,116,97,105,110,101,114,0,8,0,27,46,99,111,111,107,105,101,45,103,100,112,114,45,112,111,112,117,112,45,111,118,101,108,97,121,101,114,0,8,0,20,46,99,111,111,107,105,101,45,103,100,112,114,95,95,98,97,110,110,101,114,0,8,0,21,46,99,111,111,107,105,101,45,103,100,112,114,95,95,102,97,100,101,45,105,110,0,8,0,13,46,99,111,111,107,105,101,45,103,105,111,100,111,0,8,0,10,46,99,111,111,107,105,101,45,103,111,0,8,0,12,46,99,111,111,107,105,101,45,103,114,111,119,0,8,0,17,46,99,111,111,107,105,101,45,103,117,97,114,100,45,109,115,103,0,8,0,17,46,99,111,111,107,105,101,45,103,117,105,100,101,108,105,110,101,0,8,0,20,46,99,111,111,107,105,101,45,104,97,110,100,108,105,110,103,45,110,101,119,0,8,0,22,46,99,111,111,107,105,101,45,104,105,110,116,45,99,111,110,116,97,105,110,101,114,0,8,0,20,46,99,111,111,107,105,101,45,104,105,110,116,45,119,114,97,112,112,101,114,0,8,0,14,46,99,111,111,107,105,101,45,104,111,108,100,101,114,0,8,0,14,46,99,111,111,107,105,101,45,104,111,112,112,101,114,0,8,0,20,46,99,111,111,107,105,101,45,104,117,45,99,111,110,116,97,105,110,101,114,0,8,0,14,46,99,111,111,107,105,101,45,105,99,101,114,105,107,0,8,0,22,46,99,111,111,107,105,101,45,105,100,101,110,116,105,102,105,99,97,116,105,111,110,0,8,0,21,46,99,111,111,107,105,101,45,105,109,97,103,101,45,119,114,97,112,112,101,114,0,8,0,11,46,99,111,111,107,105,101,45,105,109,103,0,8,0,23,46,99,111,111,107,105,101,45,105,110,102,111,45,98,97,99,107,103,114,111,117,110,100,0,8,0,19,46,99,111,111,107,105,101,45,105,110,102,111,45,98,97,110,110,101,114,0,8,0,16,46,99,111,111,107,105,101,45,105,110,102,111,45,98,97,114,0,8,0,18,46,99,111,111,107,105,101,45,105,110,102,111,45,98,108,111,99,107,0,8,0,26,46,99,111,111,107,105,101,45,105,110,102,111,45,98,108,111,99,107,45,115,101,99,116,105,111,110,0,8,0,16,46,99,111,111,107,105,101,45,105,110,102,111,45,98,111,120,0,8,0,22,46,99,111,111,107,105,101,45,105,110,102,111,45,98,111,120,45,97,103,114,101,101,0,8,0,24,46,99,111,111,107,105,101,45,105,110,102,111,45,98,111,120,45,111,118,101,114,108,97,121,0,8,0,26,46,99,111,111,107,105,101,45,105,110,102,111,45,99,108,111,115,101,45,119,114,97,112,112,101,114,0,8,0,17,46,99,111,111,107,105,101,45,105,110,102,111,45,99,111,110,116,0,8,0,22,46,99,111,111,107,105,101,45,105,110,102,111,45,99,111,110,116,97,105,110,101,114,0,8,0,20,46,99,111,111,107,105,101,45,105,110,102,111,45,99,111,110,116,101,110,116,0,8,0,21,46,99,111,111,107,105,101,45,105,110,102,111,45,100,114,111,112,100,111,119,110,0,8,0,19,46,99,111,111,107,105,101,45,105,110,102,111,45,104,101,97,100,101,114,0,8,0,18,46,99,111,111,107,105,101,45,105,110,102,111,45,108,97,121,101,114,0,8,0,18,46,99,111,111,107,105,101,45,105,110,102,111,45,109,111,100,97,108,0,8,0,36,46,99,111,111,107,105,101,45,105,110,102,111,45,109,111,114,101,45,111,112,116,105,111,110,115,45,98,97,99,107,103,114,111,117,110,100,0,8,0,31,46,99,111,111,107,105,101,45,105,110,102,111,45,109,111,114,101,45,111,112,116,105,111,110,115,45,108,97,121,101,114,0,8,0,42,46,99,111,111,107,105,101,45,105,110,102,111,45,110,111,116,105,102,105,99,97,116,105,111,110,45,119,105,110,100,111,119,45,99,111,110,97,116,105,110,101,114,0,8,0,20,46,99,111,111,107,105,101,45,105,110,102,111,45,111,118,101,114,108,97,121,0,8,0,19,46,99,111,111,107,105,101,45,105,110,102,111,45,115,108,105,100,101,114,0,8,0,18,46,99,111,111,107,105,101,45,105,110,102,111,45,115,116,114,105,112,0,8,0,17,46,99,111,111,107,105,101,45,105,110,102,111,45,116,101,120,116,0,8,0,20,46,99,111,111,107,105,101,45,105,110,102,111,45,119,114,97,112,112,101,114,0,8,0,19,46,99,111,111,107,105,101,45,105,110,102,111,95,95,112,97,110,101,108,0,8,0,25,46,99,111,111,107,105,101,45,105,110,102,111,95,95,112,97,110,101,108,45,45,115,104,111,119,0,8,0,15,46,99,111,111,107,105,101,45,105,110,102,111,98,97,114,0,8,0,19,46,99,111,111,107,105,101,45,105,110,102,111,98,111,120,45,119,114,112,0,8,0,14,46,99,111,111,107,105,101,45,105,110,102,111,114,109,0,8,0,22,46,99,111,111,107,105,101,45,105,110,102,111,114,109,45,97,110,100,45,97,115,107,0,8,0,23,46,99,111,111,107,105,101,45,105,110,102,111,114,109,97,116,105,111,110,45,98,97,114,0,8,0,24,46,99,111,111,107,105,101,45,105,110,102,111,114,109,97,116,105,111,110,45,99,111,110,116,0,8,0,29,46,99,111,111,107,105,101,45,105,110,102,111,114,109,97,116,105,111,110,45,99,111,110,116,97,105,110,101,114,0,8,0,25,46,99,111,111,107,105,101,45,105,110,102,111,114,109,97,116,105,111,110,45,112,97,110,101,108,0,8,0,27,46,99,111,111,107,105,101,45,105,110,102,111,114,109,97,116,105,111,110,45,119,114,97,112,112,101,114,0,8,0,27,46,99,111,111,107,105,101,45,105,110,102,111,114,109,97,116,105,118,101,45,109,101,115,115,97,103,101,0,8,0,16,46,99,111,111,107,105,101,45,105,110,102,111,114,109,101,114,0,8,0,23,46,99,111,111,107,105,101,45,105,110,102,111,114,109,101,114,45,104,111,108,100,101,114,0,8,0,25,46,99,111,111,107,105,101,45,105,110,113,117,105,114,121,45,45,115,101,116,116,105,110,103,115,0,8,0,14,46,99,111,111,107,105,101,45,105,110,115,101,114,116,0,8,0,23,46,99,111,111,107,105,101,45,105,116,101,109,45,112,114,111,116,101,99,116,105,111,110,0,8,0,11,46,99,111,111,107,105,101,45,106,97,114,0,8,0,12,46,99,111,111,107,105,101,45,106,118,110,115,0,8,0,12,46,99,111,111,107,105,101,45,107,117,116,117,0,8,0,9,46,99,111,111,107,105,101,45,108,0,8,0,13,46,99,111,111,107,105,101,45,108,97,98,101,108,0,8,0,22,46,99,111,111,107,105,101,45,108,97,98,101,108,45,119,114,97,112,112,114,101,114,0,8,0,15,46,99,111,111,107,105,101,45,108,97,110,100,105,110,103,0,8,0,14,46,99,111,111,107,105,101,45,108,97,115,99,104,101,0,8,0,17,46,99,111,111,107,105,101,45,108,97,115,99,104,101,45,104,112,0,8,0,11,46,99,111,111,107,105,101,45,108,97,119,0,8,0,17,46,99,111,111,107,105,101,45,108,97,119,45,97,108,101,114,116,0,8,0,28,46,99,111,111,107,105,101,45,108,97,119,45,97,112,112,114,111,118,97,108,45,119,114,97,112,112,101,114,0,8,0,18,46,99,111,111,107,105,101,45,108,97,119,45,98,97,110,110,101,114,0,8,0,15,46,99,111,111,107,105,101,45,108,97,119,45,98,97,114,0,8,0,17,46,99,111,111,107,105,101,45,108,97,119,45,98,108,111,99,107,0,8,0,25,46,99,111,111,107,105,101,45,108,97,119,45,98,108,111,99,107,45,119,114,97,112,112,101,114,0,8,0,15,46,99,111,111,107,105,101,45,108,97,119,45,98,111,120,0,8,0,16,46,99,111,111,107,105,101,45,108,97,119,45,99,111,110,116,0,8,0,21,46,99,111,111,107,105,101,45,108,97,119,45,99,111,110,116,97,105,110,101,114,0,8,0,18,46,99,111,111,107,105,101,45,108,97,119,45,100,105,97,108,111,103,0,8,0,33,46,99,111,111,107,105,101,45,108,97,119,45,100,105,97,108,111,103,45,99,111,110,116,101,110,116,119,114,97,112,112,101,114,0,8,0,16,46,99,111,111,107,105,101,45,108,97,119,45,105,110,102,111,0,8,0,20,46,99,111,111,107,105,101,45,108,97,119,45,105,110,102,111,45,98,97,114,0,8,0,19,46,99,111,111,107,105,101,45,108,97,119,45,109,101,115,115,97,103,101,0,8,0,18,46,99,111,111,107,105,101,45,108,97,119,45,110,111,116,105,99,101,0,8,0,28,46,99,111,111,107,105,101,45,108,97,119,45,110,111,116,105,99,101,45,99,111,110,116,97,105,110,101,114,0,8,0,19,46,99,111,111,107,105,101,45,108,97,119,45,111,118,101,114,108,97,121,0,8,0,18,46,99,111,111,107,105,101,45,108,97,119,45,112,111,108,105,99,121,0,8,0,16,46,99,111,111,107,105,101,45,108,97,119,45,116,101,120,116,0,8,0,19,46,99,111,111,107,105,101,45,108,97,119,45,119,114,97,112,112,101,114,0,8,0,22,46,99,111,111,107,105,101,45,108,97,119,95,95,99,111,110,116,97,105,110,101,114,0,8,0,22,46,99,111,111,107,105,101,45,108,97,121,101,114,45,97,100,118,97,110,99,101,100,0,8,0,24,46,99,111,111,107,105,101,45,108,97,121,101,114,45,98,97,99,107,103,114,111,117,110,100,0,8,0,20,46,99,111,111,107,105,101,45,108,97,121,101,114,45,98,111,116,116,111,109,0,8,0,23,46,99,111,111,107,105,101,45,108,97,121,101,114,45,99,111,110,116,97,105,110,101,114,0,8,0,17,46,99,111,111,107,105,101,45,108,97,121,101,114,45,110,101,119,0,8,0,21,46,99,111,111,107,105,101,45,108,97,121,101,114,45,118,105,115,105,98,108,101,0,8,0,21,46,99,111,111,107,105,101,45,108,97,121,101,114,45,119,114,97,112,112,101,114,0,8,0,22,46,99,111,111,107,105,101,45,108,97,121,101,114,95,95,111,118,101,114,108,97,121,0,8,0,22,46,99,111,111,107,105,101,45,108,97,121,101,114,95,95,119,114,97,112,112,101,114,0,8,0,17,46,99,111,111,107,105,101,45,108,97,121,101,114,98,111,100,121,0,8,0,14,46,99,111,111,107,105,101,45,108,97,121,101,114,115,0,8,0,17,46,99,111,111,107,105,101,45,108,98,45,98,111,116,116,111,109,0,8,0,13,46,99,111,111,107,105,101,45,108,101,103,97,108,0,8,0,20,46,99,111,111,107,105,101,45,108,101,103,97,108,45,98,97,110,110,101,114,0,8,0,17,46,99,111,111,107,105,101,45,108,101,103,97,108,45,98,111,120,0,8,0,21,46,99,111,111,107,105,101,45,108,101,103,97,108,45,99,111,110,116,101,110,116,0,8,0,18,46,99,111,111,107,105,101,45,108,101,103,97,108,45,105,110,102,111,0,8,0,20,46,99,111,111,107,105,101,45,108,101,103,97,108,45,110,111,116,105,99,101,0,8,0,21,46,99,111,111,107,105,101,45,108,101,103,97,108,45,111,118,101,114,108,97,121,0,8,0,19,46,99,111,111,107,105,101,45,108,101,103,105,115,108,97,116,105,111,110,0,8,0,12,46,99,111,111,107,105,101,45,108,103,112,100,0,8,0,18,46,99,111,111,107,105,101,45,108,103,112,100,45,112,111,112,117,112,0,8,0,19,46,99,111,111,107,105,101,45,108,105,110,101,95,95,108,97,121,101,114,0,8,0,16,46,99,111,111,107,105,101,45,108,105,115,116,101,110,101,114,0,8,0,15,46,99,111,111,107,105,101,45,109,97,100,110,101,115,115,0,8,0,26,46,99,111,111,107,105,101,45,109,97,110,97,103,101,109,101,110,116,45,111,118,101,114,108,97,121,0,8,0,25,46,99,111,111,107,105,101,45,109,97,110,97,103,101,114,45,45,101,120,116,101,110,100,101,100,0,8,0,22,46,99,111,111,107,105,101,45,109,97,110,97,103,101,114,45,98,97,110,110,101,114,0,8,0,23,46,99,111,111,107,105,101,45,109,97,110,97,103,101,114,45,99,111,110,115,101,110,116,0,8,0,22,46,99,111,111,107,105,101,45,109,97,110,97,103,101,114,45,100,105,97,108,111,103,0,8,0,23,46,99,111,111,107,105,101,45,109,97,110,97,103,101,114,45,111,118,101,114,108,97,121,0,8,0,32,46,99,111,111,107,105,101,45,109,97,110,97,103,101,114,45,112,111,112,117,112,95,95,99,111,110,116,97,105,110,101,114,0,8,0,23,46,99,111,111,107,105,101,45,109,97,110,97,103,101,114,45,112,111,114,116,108,101,116,0,8,0,12,46,99,111,111,107,105,101,45,109,97,114,107,0,8,0,12,46,99,111,111,107,105,101,45,109,97,115,107,0,8,0,19,46,99,111,111,107,105,101,45,109,97,116,45,119,114,97,112,112,101,114,0,8,0,15,46,99,111,111,107,105,101,45,109,101,108,100,105,110,103,0,8,0,20,46,99,111,111,107,105,101,45,109,101,108,100,105,110,103,45,102,111,110,100,0,8,0,23,46,99,111,111,107,105,101,45,109,101,108,100,105,110,103,45,119,114,97,112,112,101,114,0,8,0,15,46,99,111,111,107,105,101,45,109,101,110,116,105,111,110,0,8,0,11,46,99,111,111,107,105,101,45,109,101,115,0,8,0,13,46,99,111,111,107,105,101,45,109,101,115,97,106,0,8,0,12,46,99,111,111,107,105,101,45,109,101,115,115,0,8,0,20,46,99,111,111,107,105,101,45,109,101,115,115,97,103,101,45,50,48,50,48,0,8,0,22,46,99,111,111,107,105,101,45,109,101,115,115,97,103,101,45,98,97,110,110,101,114,0,8,0,19,46,99,111,111,107,105,101,45,109,101,115,115,97,103,101,45,98,97,114,0,8,0,21,46,99,111,111,107,105,101,45,109,101,115,115,97,103,101,45,98,108,111,99,107,0,8,0,35,46,99,111,111,107,105,101,45,109,101,115,115,97,103,101,45,98,108,111,99,107,105,110,103,45,98,97,99,107,103,114,111,117,110,100,0,8,0,19,46,99,111,111,107,105,101,45,109,101,115,115,97,103,101,45,98,111,120,0,8,0,23,46,99,111,111,107,105,101,45,109,101,115,115,97,103,101,45,100,101,115,107,116,111,112,0,8,0,29,46,99,111,111,107,105,101,45,109,101,115,115,97,103,101,45,109,111,100,97,108,45,111,118,101,114,108,97,121,0,8,0,23,46,99,111,111,107,105,101,45,109,101,115,115,97,103,101,45,111,118,101,114,108,97,121,0,8,0,23,46,99,111,111,107,105,101,45,109,101,115,115,97,103,101,45,119,114,97,112,112,101,114,0,8,0,27,46,99,111,111,107,105,101,45,109,101,115,115,97,103,101,46,99,109,115,70,108,101,120,105,98,108,101,0,8,0,20,46,99,111,111,107,105,101,45,109,101,115,115,97,103,101,95,95,98,97,114,0,8,0,26,46,99,111,111,107,105,101,45,109,101,115,115,97,103,101,95,95,99,111,110,116,97,105,110,101,114,0,8,0,21,46,99,111,111,107,105,101,45,109,101,115,115,97,103,101,95,95,119,114,97,112,0,8,0,24,46,99,111,111,107,105,101,45,109,101,115,115,97,103,101,95,95,119,114,97,112,112,101,114,0,8,0,16,46,99,111,111,107,105,101,45,109,101,115,115,97,103,101,115,0,8,0,17,46,99,111,111,107,105,101,45,109,101,115,115,97,103,105,110,103,0,8,0,27,46,99,111,111,107,105,101,45,109,101,115,115,97,103,105,110,103,45,99,111,109,112,111,110,101,110,116,0,8,0,17,46,99,111,111,107,105,101,45,109,105,110,45,112,97,110,101,108,0,8,0,22,46,99,111,111,107,105,101,45,109,111,100,97,108,45,98,97,99,107,100,114,111,112,0,8,0,16,46,99,111,111,107,105,101,45,109,111,100,97,108,45,98,103,0,8,0,21,46,99,111,111,107,105,101,45,109,111,100,97,108,45,109,101,115,115,97,103,101,0,8,0,22,46,99,111,111,107,105,101,45,109,111,100,97,108,95,95,111,118,101,114,108,97,121,0,8,0,18,46,99,111,111,107,105,101,45,109,111,100,101,95,95,119,114,97,112,0,8,0,14,46,99,111,111,107,105,101,45,109,111,100,117,108,101,0,8,0,22,46,99,111,111,107,105,101,45,109,111,100,117,108,101,45,119,114,97,112,112,101,114,0,8,0,15,46,99,111,111,107,105,101,45,109,111,110,115,116,101,114,0,8,0,22,46,99,111,111,107,105,101,45,109,111,110,115,116,101,114,45,100,105,97,108,111,103,0,8,0,23,46,99,111,111,107,105,101,45,109,111,110,115,116,101,114,45,111,118,101,114,108,97,121,0,8,0,26,46,99,111,111,107,105,101,45,109,111,110,115,116,101,114,95,95,99,111,110,116,97,105,110,101,114,0,8,0,15,46,99,111,111,107,105,101,45,109,115,103,45,98,97,114,0,8,0,15,46,99,111,111,107,105,101,45,109,115,103,45,98,111,120,0,8,0,16,46,99,111,111,107,105,101,45,109,115,103,45,105,110,102,111,0,8,0,26,46,99,111,111,107,105,101,45,109,115,103,45,105,110,102,111,45,99,111,110,116,97,105,110,101,114,0,8,0,16,46,99,111,111,107,105,101,45,109,115,103,45,119,114,97,112,0,8,0,20,46,99,111,111,107,105,101,45,109,115,103,95,95,99,111,110,116,101,110,116,0,8,0,11,46,99,111,111,107,105,101,45,110,97,103,0,8,0,14,46,99,111,111,107,105,101,45,110,97,103,98,97,114,0,8,0,11,46,99,111,111,107,105,101,45,110,97,118,0,8,0,14,46,99,111,111,107,105,101,45,110,97,118,98,97,114,0,8,0,12,46,99,111,111,107,105,101,45,110,111,110,101,0,8,0,26,46,99,111,111,107,105,101,45,110,111,116,45,99,111,110,102,105,114,109,45,98,97,110,110,101,114,0,8,0,12,46,99,111,111,107,105,101,45,110,111,116,101,0,8,0,18,46,99,111,111,107,105,101,45,110,111,116,101,45,45,119,114,97,112,0,8,0,22,46,99,111,111,107,105,101,45,110,111,116,101,45,99,111,110,116,97,105,110,101,114,0,8,0,18,46,99,111,111,107,105,101,45,110,111,116,101,45,112,111,112,117,112,0,8,0,20,46,99,111,111,107,105,101,45,110,111,116,101,45,119,114,97,112,112,101,114,0,8,0,21,46,99,111,111,107,105,101,45,110,111,116,101,95,95,119,114,97,112,112,101,114,0,8,0,12,46,99,111,111,107,105,101,45,110,111,116,102,0,8,0,25,46,99,111,111,107,105,101,45,110,111,116,105,99,101,45,45,105,115,86,105,115,105,98,108,101,0,8,0,23,46,99,111,111,107,105,101,45,110,111,116,105,99,101,45,45,118,105,115,105,98,108,101,0,8,0,23,46,99,111,111,107,105,101,45,110,111,116,105,99,101,45,45,119,114,97,112,112,101,114,0,8,0,16,46,99,111,111,107,105,101,45,110,111,116,105,99,101,45,50,0,8,0,20,46,99,111,111,107,105,101,45,110,111,116,105,99,101,45,97,108,101,114,116,0,8,0,21,46,99,111,111,107,105,101,45,110,111,116,105,99,101,45,98,97,110,110,101,114,0,8,0,18,46,99,111,111,107,105,101,45,110,111,116,105,99,101,45,98,97,114,0,8,0,21,46,99,111,111,107,105,101,45,110,111,116,105,99,101,45,98,111,116,116,111,109,0,8,0,24,46,99,111,111,107,105,101,45,110,111,116,105,99,101,45,99,111,110,116,97,105,110,101,114,0,8,0,22,46,99,111,111,107,105,101,45,110,111,116,105,99,101,45,99,111,110,116,101,110,116,0,8,0,21,46,99,111,111,107,105,101,45,110,111,116,105,99,101,45,100,105,97,108,111,103,0,8,0,20,46,99,111,111,107,105,101,45,110,111,116,105,99,101,45,100,115,118,103,111,0,8,0,20,46,99,111,111,107,105,101,45,110,111,116,105,99,101,45,102,105,120,101,100,0,8,0,21,46,99,111,111,107,105,101,45,110,111,116,105,99,101,45,102,111,111,116,101,114,0,8,0,29,46,99,111,111,107,105,101,45,110,111,116,105,99,101,45,102,117,108,108,45,99,111,110,116,97,105,110,101,114,0,8,0,21,46,99,111,111,107,105,101,45,110,111,116,105,99,101,45,104,111,108,100,101,114,0,8,0,20,46,99,111,111,107,105,101,45,110,111,116,105,99,101,45,105,110,110,101,114,0,8,0,22,46,99,111,111,107,105,101,45,110,111,116,105,99,101,45,111,118,101,114,108,97,121,0,8,0,20,46,99,111,111,107,105,101,45,110,111,116,105,99,101,45,112,111,112,117,112,0,8,0,19,46,99,111,111,107,105,101,45,110,111,116,105,99,101,45,114,111,111,116,0,8,0,18,46,99,111,111,107,105,101,45,110,111,116,105,99,101,45,116,111,112,0,8,0,17,46,99,111,111,107,105,101,45,110,111,116,105,99,101,45,117,105,0,8,0,19,46,99,111,111,107,105,101,45,110,111,116,105,99,101,45,119,114,97,112,0,8,0,36,46,99,111,111,107,105,101,45,110,111,116,105,99,101,45,119,114,97,112,112,101,114,45,112,114,105,118,97,99,121,112,111,108,105,99,121,0,8,0,20,46,99,111,111,107,105,101,45,110,111,116,105,99,101,46,97,108,101,114,116,0,8,0,30,46,99,111,111,107,105,101,45,110,111,116,105,99,101,46,97,108,101,114,116,45,115,101,99,111,110,100,97,114,121,0,8,0,21,46,99,111,111,107,105,101,45,110,111,116,105,99,101,46,98,111,116,116,111,109,0,8,0,18,46,99,111,111,107,105,101,45,110,111,116,105,99,101,46,116,111,112,0,8,0,26,46,99,111,111,107,105,101,45,110,111,116,105,99,101,95,95,98,97,99,107,103,114,111,117,110,100,0,8,0,21,46,99,111,111,107,105,101,45,110,111,116,105,99,101,95,95,105,110,110,101,114,0,8,0,23,46,99,111,111,107,105,101,45,110,111,116,105,99,101,95,95,111,118,101,114,108,97,121,0,8,0,17,46,99,111,111,107,105,101,45,110,111,116,105,99,101,98,97,114,0,8,0,13,46,99,111,111,107,105,101,45,110,111,116,105,102,0,8,0,20,46,99,111,111,107,105,101,45,110,111,116,105,102,45,98,97,110,110,101,114,0,8,0,30,46,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,45,45,101,120,116,101,114,110,97,108,0,8,0,26,46,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,45,97,108,101,114,116,0,8,0,29,46,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,45,98,97,99,107,100,114,111,112,0,8,0,31,46,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,45,98,97,99,107,103,114,111,117,110,100,0,8,0,27,46,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,45,98,97,110,110,101,114,0,8,0,24,46,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,45,98,97,114,0,8,0,26,46,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,45,98,108,111,99,107,0,8,0,24,46,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,45,98,111,120,0,8,0,27,46,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,45,98,117,98,98,108,101,0,8,0,30,46,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,45,99,111,110,116,97,105,110,101,114,0,8,0,23,46,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,45,101,115,0,8,0,27,46,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,45,104,101,97,100,101,114,0,8,0,27,46,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,45,104,111,108,100,101,114,0,8,0,28,46,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,45,109,101,115,115,97,103,101,0,8,0,26,46,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,45,109,111,100,97,108,0,8,0,24,46,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,45,109,115,103,0,8,0,25,46,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,45,119,114,97,112,0,8,0,25,46,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,95,95,98,97,114,0,8,0,26,46,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,95,95,119,114,97,112,0,8,0,29,46,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,95,95,119,114,97,112,112,101,114,0,8,0,23,46,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,95,119,114,0,8,0,21,46,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,115,0,8,0,16,46,99,111,111,107,105,101,45,110,111,116,105,102,105,101,114,0,8,0,24,46,99,111,111,107,105,101,45,110,111,116,105,102,105,101,114,45,99,111,110,116,101,110,116,0,8,0,20,46,99,111,111,107,105,101,45,110,111,116,105,102,105,107,97,115,106,111,110,0,8,0,14,46,99,111,111,107,105,101,45,110,111,116,105,102,121,0,8,0,20,46,99,111,111,107,105,101,45,110,111,116,105,102,121,45,98,108,111,99,107,0,8,0,24,46,99,111,111,107,105,101,45,110,111,116,105,102,121,45,99,111,110,116,97,105,110,101,114,0,8,0,20,46,99,111,111,107,105,101,45,110,111,116,105,102,121,45,112,111,112,117,112,0,8,0,23,46,99,111,111,107,105,101,45,110,111,116,105,102,121,95,95,119,114,97,112,112,101,114,0,8,0,11,46,99,111,111,107,105,101,45,110,116,102,0,8,0,13,46,99,111,111,107,105,101,45,110,117,100,103,101,0,8,0,13,46,99,111,111,107,105,101,45,111,102,102,101,114,0,8,0,10,46,99,111,111,107,105,101,45,111,107,0,8,0,14,46,99,111,111,107,105,101,45,111,110,45,116,111,112,0,8,0,11,46,99,111,111,107,105,101,45,111,110,101,0,8,0,11,46,99,111,111,107,105,101,45,111,112,97,0,8,0,25,46,99,111,111,107,105,101,45,111,112,101,114,97,116,105,111,110,45,109,101,115,115,97,103,101,0,8,0,14,46,99,111,111,107,105,101,45,111,112,116,45,105,110,0,8,0,22,46,99,111,111,107,105,101,45,111,112,116,45,105,110,45,111,118,101,114,108,97,121,0,8,0,15,46,99,111,111,107,105,101,45,111,112,116,45,111,117,116,0,8,0,13,46,99,111,111,107,105,101,45,111,112,116,105,110,0,8,0,19,46,99,111,111,107,105,101,45,111,112,116,105,110,45,109,111,100,97,108,0,8,0,20,46,99,111,111,107,105,101,45,111,112,116,105,111,110,115,45,104,111,111,107,0,8,0,13,46,99,111,111,107,105,101,45,111,117,116,101,114,0,8,0,23,46,99,111,111,107,105,101,45,111,117,116,101,114,45,99,111,110,116,97,105,110,101,114,0,8,0,28,46,99,111,111,107,105,101,45,111,117,116,101,114,45,99,111,110,116,97,105,110,101,114,45,119,114,97,112,0,8,0,21,46,99,111,111,107,105,101,45,111,117,116,101,114,45,119,114,97,112,112,101,114,0,8,0,14,46,99,111,111,107,105,101,45,111,117,116,116,101,114,0,8,0,19,46,99,111,111,107,105,101,45,111,118,101,110,45,119,105,100,103,101,116,0,8,0,12,46,99,111,111,107,105,101,45,111,118,101,114,0,8,0,15,46,99,111,111,107,105,101,45,111,118,101,114,76,97,121,0,8,0,19,46,99,111,111,107,105,101,45,111,118,101,114,108,97,121,45,98,111,120,0,8,0,25,46,99,111,111,107,105,101,45,111,118,101,114,108,97,121,45,109,111,100,97,108,45,98,111,120,0,8,0,23,46,99,111,111,107,105,101,45,111,118,101,114,108,97,121,45,119,114,97,112,112,101,114,0,8,0,12,46,99,111,111,107,105,101,45,112,97,110,101,0,8,0,19,46,99,111,111,107,105,101,45,112,97,110,101,45,45,115,104,111,119,110,0,8,0,21,46,99,111,111,107,105,101,45,112,97,110,101,108,45,99,111,110,116,101,110,116,0,8,0,21,46,99,111,111,107,105,101,45,112,97,110,101,108,45,111,118,101,114,108,97,121,0,8,0,18,46,99,111,111,107,105,101,45,112,101,114,109,105,115,115,105,111,110,0,8,0,28,46,99,111,111,107,105,101,45,112,101,114,109,105,115,115,105,111,110,45,45,98,97,99,107,100,114,111,112,0,8,0,23,46,99,111,111,107,105,101,45,112,101,114,109,105,115,115,105,111,110,45,45,100,105,109,0,8,0,25,46,99,111,111,107,105,101,45,112,101,114,109,105,115,115,105,111,110,45,98,97,110,110,101,114,0,8,0,32,46,99,111,111,107,105,101,45,112,101,114,109,105,115,115,105,111,110,45,99,111,110,116,97,105,110,101,114,45,98,105,103,0,8,0,36,46,99,111,111,107,105,101,45,112,101,114,109,105,115,115,105,111,110,45,99,111,110,116,97,105,110,101,114,45,111,118,101,114,108,97,121,0,8,0,25,46,99,111,111,107,105,101,45,112,101,114,109,105,115,115,105,111,110,45,102,111,111,116,101,114,0,8,0,25,46,99,111,111,107,105,101,45,112,101,114,109,105,115,115,105,111,110,45,112,114,111,109,112,116,0,8,0,14,46,99,111,111,107,105,101,45,112,108,117,103,105,110,0,8,0,14,46,99,111,111,107,105,101,45,112,111,108,105,99,101,0,8,0,16,46,99,111,111,107,105,101,45,112,111,108,105,99,105,101,115,0,8,0,21,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,45,98,108,111,99,107,0,8,0,25,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,45,99,111,110,116,97,105,110,101,114,0,8,0,21,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,97,99,99,101,112,116,0,8,0,31,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,97,103,103,114,101,115,115,105,118,101,45,112,111,112,117,112,0,8,0,20,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,97,103,114,101,101,0,8,0,24,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,97,103,114,101,101,109,101,110,116,0,8,0,20,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,97,108,101,114,116,0,8,0,19,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,97,114,101,97,0,8,0,25,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,98,97,110,110,101,114,45,98,97,114,0,8,0,18,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,98,97,114,0,8,0,23,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,98,97,114,45,98,97,115,101,0,8,0,25,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,98,97,114,45,98,111,116,116,111,109,0,8,0,19,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,98,101,108,116,0,8,0,20,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,98,108,111,99,107,0,8,0,21,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,98,111,116,116,111,109,0,8,0,18,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,98,111,120,0,8,0,20,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,99,108,97,115,115,0,8,0,22,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,99,111,110,115,101,110,116,0,8,0,19,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,99,111,110,116,0,8,0,24,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,99,111,110,116,97,105,110,101,114,0,8,0,22,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,99,111,110,116,101,110,116,0,8,0,19,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,99,111,110,118,0,8,0,21,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,100,105,97,108,111,103,0,8,0,25,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,100,105,115,99,108,97,105,109,101,114,0,8,0,18,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,100,105,118,0,8,0,20,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,100,117,114,101,120,0,8,0,22,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,101,108,101,109,101,110,116,0,8,0,21,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,102,111,111,116,101,114,0,8,0,19,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,102,111,114,109,0,8,0,19,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,103,100,112,114,0,8,0,21,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,105,110,102,111,114,109,0,8,0,31,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,106,117,110,101,45,50,48,49,57,45,110,111,116,105,99,101,0,8,0,20,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,108,97,121,101,114,0,8,0,22,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,109,101,115,115,97,103,101,0,8,0,20,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,109,111,100,97,108,0,8,0,18,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,109,115,103,0,8,0,19,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,110,111,116,101,0,8,0,21,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,110,111,116,105,99,101,0,8,0,31,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,110,111,116,105,99,101,45,99,111,110,116,97,105,110,101,114,0,8,0,27,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,22,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,111,112,116,45,111,117,116,0,8,0,22,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,111,118,101,114,108,97,121,0,8,0,20,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,112,97,110,101,108,0,8,0,20,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,112,111,112,105,110,0,8,0,20,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,112,111,112,117,112,0,8,0,21,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,112,114,111,109,112,116,0,8,0,22,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,115,101,99,116,105,111,110,0,8,0,23,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,115,110,97,99,107,98,97,114,0,8,0,24,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,115,116,97,116,101,109,101,110,116,0,8,0,22,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,115,117,109,109,97,114,121,0,8,0,19,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,116,105,112,115,0,8,0,27,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,116,105,112,115,45,119,114,97,112,112,101,114,0,8,0,22,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,119,97,114,110,105,110,103,0,8,0,32,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,119,97,114,110,105,110,103,45,99,111,110,116,97,105,110,101,114,0,8,0,21,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,119,105,100,103,101,116,0,8,0,21,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,119,105,110,100,111,119,0,8,0,19,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,119,114,97,112,0,8,0,22,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,119,114,97,112,112,101,114,0,8,0,20,46,99,111,111,107,105,101,45,112,111,108,105,99,121,95,95,99,97,114,100,0,8,0,25,46,99,111,111,107,105,101,45,112,111,108,105,99,121,95,95,99,111,110,116,97,105,110,101,114,0,8,0,17,46,99,111,111,107,105,101,45,112,111,108,105,99,121,109,115,103,0,8,0,16,46,99,111,111,107,105,101,45,112,111,108,105,116,105,99,115,0,8,0,11,46,99,111,111,107,105,101,45,112,111,112,0,8,0,16,46,99,111,111,107,105,101,45,112,111,112,45,109,97,105,110,0,8,0,24,46,99,111,111,107,105,101,45,112,111,112,45,117,112,45,99,111,109,112,111,110,101,110,116,0,8,0,24,46,99,111,111,107,105,101,45,112,111,112,45,117,112,45,99,111,110,116,97,105,110,101,114,0,8,0,22,46,99,111,111,107,105,101,45,112,111,112,45,117,112,45,111,118,101,114,108,97,121,0,8,0,16,46,99,111,111,107,105,101,45,112,111,112,45,119,114,97,112,0,8,0,13,46,99,111,111,107,105,101,45,112,111,112,85,112,0,8,0,13,46,99,111,111,107,105,101,45,112,111,112,105,110,0,8,0,15,46,99,111,111,107,105,101,45,112,111,112,111,118,101,114,0,8,0,23,46,99,111,111,107,105,101,45,112,111,112,111,118,101,114,45,45,97,99,116,105,118,101,0,8,0,17,46,99,111,111,107,105,101,45,112,111,112,117,112,45,98,97,114,0,8,0,17,46,99,111,111,107,105,101,45,112,111,112,117,112,45,98,111,120,0,8,0,23,46,99,111,111,107,105,101,45,112,111,112,117,112,45,99,111,110,116,97,105,110,101,114,0,8,0,19,46,99,111,111,107,105,101,45,112,111,112,117,112,45,102,105,114,115,116,0,8,0,28,46,99,111,111,107,105,101,45,112,111,112,117,112,45,109,111,98,105,108,101,45,119,114,97,112,112,101,114,0,8,0,21,46,99,111,111,107,105,101,45,112,111,112,117,112,45,111,118,101,114,108,97,121,0,8,0,17,46,99,111,111,107,105,101,45,112,111,112,117,112,45,119,105,110,0,8,0,21,46,99,111,111,107,105,101,45,112,111,112,117,112,45,119,114,97,112,112,101,114,0,8,0,33,46,99,111,111,107,105,101,45,112,111,112,117,112,46,118,97,114,105,97,110,116,83,101,108,101,99,116,77,111,98,105,108,101,0,8,0,22,46,99,111,111,107,105,101,45,112,111,112,117,112,95,95,99,111,110,116,101,110,116,0,8,0,22,46,99,111,111,107,105,101,45,112,111,112,117,112,95,95,104,101,97,100,105,110,103,0,8,0,22,46,99,111,111,107,105,101,45,112,111,112,117,112,95,95,119,114,97,112,112,101,114,0,8,0,10,46,99,111,111,107,105,101,45,112,112,0,8,0,24,46,99,111,111,107,105,101,45,112,114,101,102,101,114,101,110,99,101,45,109,111,100,97,108,0,8,0,27,46,99,111,111,107,105,101,45,112,114,101,102,101,114,101,110,99,101,95,95,111,118,101,114,108,97,121,0,8,0,15,46,99,111,111,107,105,101,45,112,114,105,118,97,99,121,0,8,0,22,46,99,111,111,107,105,101,45,112,114,105,118,97,99,121,45,98,97,110,110,101,114,0,8,0,25,46,99,111,111,107,105,101,45,112,114,105,118,97,99,121,45,99,111,110,116,97,105,110,101,114,0,8,0,23,46,99,111,111,107,105,101,45,112,114,105,118,97,99,121,45,109,101,115,115,97,103,101,0,8,0,22,46,99,111,111,107,105,101,45,112,114,105,118,97,99,121,45,110,111,116,105,99,101,0,8,0,28,46,99,111,111,107,105,101,45,112,114,105,118,97,99,121,45,112,111,108,105,99,121,45,112,111,112,117,112,0,8,0,21,46,99,111,111,107,105,101,45,112,114,105,118,97,99,121,45,112,111,112,117,112,0,8,0,17,46,99,111,111,107,105,101,45,112,114,111,99,101,115,115,101,100,0,8,0,13,46,99,111,111,107,105,101,45,112,114,111,109,111,0,8,0,14,46,99,111,111,107,105,101,45,112,114,111,109,112,116,0,8,0,24,46,99,111,111,107,105,101,45,112,114,111,109,112,116,45,99,111,110,116,97,105,110,101,114,0,8,0,19,46,99,111,111,107,105,101,45,112,114,111,109,112,116,45,119,114,97,112,0,8,0,22,46,99,111,111,107,105,101,45,112,114,111,109,112,116,45,119,114,97,112,112,101,114,0,8,0,21,46,99,111,111,107,105,101,45,112,114,111,109,112,116,95,95,111,117,116,101,114,0,8,0,16,46,99,111,111,107,105,101,45,112,114,111,109,112,116,101,114,0,8,0,16,46,99,111,111,107,105,101,45,113,117,101,115,116,105,111,110,0,8,0,14,46,99,111,111,107,105,101,45,114,101,103,105,111,110,0,8,0,15,46,99,111,111,107,105,101,45,114,101,113,117,101,115,116,0,8,0,19,46,99,111,111,107,105,101,45,114,101,113,117,101,115,116,45,99,116,110,0,8,0,21,46,99,111,111,107,105,101,45,114,101,118,111,107,101,45,104,105,100,100,101,110,0,8,0,14,46,99,111,111,107,105,101,45,114,105,98,98,111,110,0,8,0,24,46,99,111,111,107,105,101,45,114,105,98,98,111,110,45,99,111,109,112,111,110,101,110,116,0,8,0,18,46,99,111,111,107,105,101,45,114,105,99,104,116,108,105,110,105,101,0,8,0,12,46,99,111,111,107,105,101,45,114,111,100,111,0,8,0,20,46,99,111,111,107,105,101,45,114,111,100,111,45,45,99,101,110,116,101,114,0,8,0,19,46,99,111,111,107,105,101,45,114,111,100,111,45,100,105,97,108,111,103,0,8,0,17,46,99,111,111,107,105,101,45,114,111,103,108,97,45,100,105,118,0,8,0,11,46,99,111,111,107,105,101,45,114,111,119,0,8,0,21,46,99,111,111,107,105,101,45,114,117,108,101,115,45,119,114,97,112,112,101,114,0,8,0,14,46,99,111,111,107,105,101,45,114,117,110,119,97,121,0,8,0,22,46,99,111,111,107,105,101,45,115,99,114,105,112,116,45,99,111,110,116,101,110,116,0,8,0,15,46,99,111,111,107,105,101,45,115,101,99,116,105,111,110,0,8,0,18,46,99,111,111,107,105,101,45,115,101,116,45,112,111,112,45,117,112,0,8,0,26,46,99,111,111,107,105,101,45,115,101,116,116,105,110,103,45,98,111,116,116,111,109,45,98,97,114,0,8,0,23,46,99,111,111,107,105,101,45,115,101,116,116,105,110,103,45,109,101,115,115,97,103,101,0,8,0,24,46,99,111,111,107,105,101,45,115,101,116,116,105,110,103,115,45,45,115,105,109,112,108,101,0,8,0,22,46,99,111,111,107,105,101,45,115,101,116,116,105,110,103,115,45,97,108,101,114,116,0,8,0,21,46,99,111,111,107,105,101,45,115,101,116,116,105,110,103,115,45,98,97,110,100,0,8,0,24,46,99,111,111,107,105,101,45,115,101,116,116,105,110,103,115,45,109,101,115,115,97,103,101,0,8,0,29,46,99,111,111,107,105,101,45,115,101,116,116,105,110,103,115,46,102,105,120,101,100,45,98,111,116,116,111,109,0,8,0,27,46,99,111,111,107,105,101,45,115,101,116,116,105,110,103,115,46,105,115,45,118,105,115,105,98,108,101,0,8,0,25,46,99,111,111,107,105,101,45,115,101,116,116,105,110,103,115,95,95,111,118,101,114,108,97,121,0,8,0,16,46,99,111,111,107,105,101,45,115,104,111,119,45,98,97,114,0,8,0,23,46,99,111,111,107,105,101,45,115,104,111,119,45,98,97,114,45,98,111,116,116,111,109,0,8,0,12,46,99,111,111,107,105,101,45,115,105,103,110,0,8,0,16,46,99,111,111,107,105,101,45,115,105,103,110,98,111,100,121,0,8,0,24,46,99,111,111,107,105,101,45,115,105,116,101,117,115,97,103,101,45,110,111,116,105,99,101,0,8,0,23,46,99,111,111,107,105,101,45,115,108,105,100,101,45,99,111,110,116,97,105,110,101,114,0,8,0,18,46,99,111,111,107,105,101,45,115,108,105,100,101,45,100,111,119,110,0,8,0,14,46,99,111,111,107,105,101,45,115,108,105,100,101,114,0,8,0,13,46,99,111,111,107,105,101,45,115,110,97,99,107,0,8,0,15,46,99,111,111,107,105,101,45,115,110,105,112,112,101,116,0,8,0,14,46,99,111,111,107,105,101,45,115,112,108,97,115,104,0,8,0,13,46,99,111,111,107,105,101,45,115,116,97,103,101,0,8,0,23,46,99,111,111,107,105,101,45,115,116,97,116,101,109,101,110,116,45,112,111,112,117,112,0,8,0,14,46,99,111,111,107,105,101,45,115,116,97,116,117,115,0,8,0,14,46,99,111,111,107,105,101,45,115,116,105,99,107,121,0,8,0,19,46,99,111,111,107,105,101,45,115,116,105,99,107,121,45,102,108,101,120,0,8,0,21,46,99,111,111,107,105,101,45,115,116,105,99,107,121,45,104,111,108,100,101,114,0,8,0,19,46,99,111,111,107,105,101,45,115,116,105,99,107,121,45,119,114,97,112,0,8,0,18,46,99,111,111,107,105,101,45,115,116,105,107,101,121,45,110,97,118,0,8,0,13,46,99,111,111,107,105,101,45,115,116,114,105,112,0,8,0,14,46,99,111,111,107,105,101,45,115,116,114,105,112,101,0,8,0,17,46,99,111,111,107,105,101,45,115,117,98,115,116,114,97,116,101,0,8,0,11,46,99,111,111,107,105,101,45,116,97,98,0,8,0,13,46,99,111,111,107,105,101,45,116,97,98,108,101,0,8,0,13,46,99,111,111,107,105,101,45,116,101,97,100,101,0,8,0,14,46,99,111,111,107,105,101,45,116,101,97,115,101,114,0,8,0,13,46,99,111,111,107,105,101,45,116,101,107,115,116,0,8,0,13,46,99,111,111,107,105,101,45,116,101,114,109,115,0,8,0,13,46,99,111,111,107,105,101,45,116,104,105,110,103,0,8,0,14,46,99,111,111,107,105,101,45,116,104,111,117,103,104,0,8,0,12,46,99,111,111,107,105,101,45,116,105,109,101,0,8,0,11,46,99,111,111,107,105,101,45,116,105,112,0,8,0,14,46,99,111,111,107,105,101,45,116,105,112,45,98,103,0,8,0,21,46,99,111,111,107,105,101,45,116,105,112,45,99,111,110,116,97,105,110,101,114,0,8,0,16,46,99,111,111,107,105,101,45,116,105,112,45,119,114,97,112,0,8,0,14,46,99,111,111,107,105,101,45,116,111,45,116,111,112,0,8,0,13,46,99,111,111,107,105,101,45,116,111,97,115,116,0,8,0,18,46,99,111,111,107,105,101,45,116,111,97,115,116,45,119,114,97,112,0,8,0,15,46,99,111,111,107,105,101,45,116,111,97,115,116,101,114,0,8,0,12,46,99,111,111,107,105,101,45,116,111,111,108,0,8,0,22,46,99,111,111,107,105,101,45,116,111,111,108,45,99,111,110,116,97,105,110,101,114,0,8,0,15,46,99,111,111,107,105,101,45,116,111,111,108,98,97,114,0,8,0,15,46,99,111,111,107,105,101,45,116,111,111,108,116,105,112,0,8,0,23,46,99,111,111,107,105,101,45,116,111,111,108,116,105,112,45,99,111,110,116,101,110,116,0,8,0,21,46,99,111,111,107,105,101,45,116,111,111,108,116,105,112,95,112,111,112,117,112,0,8,0,11,46,99,111,111,107,105,101,45,116,111,112,0,8,0,18,46,99,111,111,107,105,101,45,116,111,112,45,98,97,110,110,101,114,0,8,0,26,46,99,111,111,107,105,101,45,116,111,112,98,97,110,110,101,114,99,111,110,116,97,105,110,101,114,0,8,0,18,46,99,111,111,107,105,101,45,116,111,115,45,102,111,111,116,101,114,0,8,0,11,46,99,111,111,107,105,101,45,116,120,116,0,8,0,17,46,99,111,111,107,105,101,45,117,105,45,100,105,97,108,111,103,0,8,0,13,46,99,111,111,107,105,101,45,117,110,100,105,122,0,8,0,13,46,99,111,111,107,105,101,45,117,115,97,103,101,0,8,0,18,46,99,111,111,107,105,101,45,117,115,97,103,101,45,105,110,102,111,0,8,0,24,46,99,111,111,107,105,101,45,117,115,97,103,101,45,105,110,102,111,45,98,108,111,99,107,0,8,0,17,46,99,111,111,107,105,101,45,117,115,97,103,101,45,109,115,103,0,8,0,26,46,99,111,111,107,105,101,45,117,115,97,103,101,45,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,20,46,99,111,111,107,105,101,45,117,115,97,103,101,45,110,111,116,105,102,121,0,8,0,19,46,99,111,111,107,105,101,45,117,115,97,103,101,45,112,111,112,117,112,0,8,0,20,46,99,111,111,107,105,101,45,117,115,97,103,101,45,119,105,100,103,101,116,0,8,0,21,46,99,111,111,107,105,101,45,117,115,97,103,101,45,119,114,97,112,112,101,114,0,8,0,11,46,99,111,111,107,105,101,45,117,115,101,0,8,0,17,46,99,111,111,107,105,101,45,117,115,101,45,112,111,112,117,112,0,8,0,17,46,99,111,111,107,105,101,45,117,115,101,100,45,110,111,116,101,0,8,0,13,46,99,111,111,107,105,101,45,117,115,103,97,101,0,8,0,14,46,99,111,111,107,105,101,45,117,115,108,111,118,105,0,8,0,14,46,99,111,111,107,105,101,45,117,122,101,110,101,116,0,8,0,25,46,99,111,111,107,105,101,45,118,101,114,112,108,105,99,104,116,45,109,101,108,100,105,110,103,0,8,0,17,46,99,111,111,107,105,101,45,119,97,108,108,45,102,111,114,109,0,8,0,20,46,99,111,111,107,105,101,45,119,97,108,108,45,119,114,97,112,112,101,114,0,8,0,18,46,99,111,111,107,105,101,45,119,97,114,110,45,109,111,100,97,108,0,8,0,16,46,99,111,111,107,105,101,45,119,97,114,110,45,109,115,103,0,8,0,27,46,99,111,111,107,105,101,45,119,97,114,110,105,110,103,45,98,97,110,110,101,114,45,118,105,101,119,0,8,0,19,46,99,111,111,107,105,101,45,119,97,114,110,105,110,103,45,98,97,114,0,8,0,25,46,99,111,111,107,105,101,45,119,97,114,110,105,110,103,45,99,111,110,116,97,105,110,101,114,0,8,0,23,46,99,111,111,107,105,101,45,119,97,114,110,105,110,103,45,99,111,110,116,101,110,116,0,8,0,23,46,99,111,111,107,105,101,45,119,97,114,110,105,110,103,45,109,101,115,115,97,103,101,0,8,0,29,46,99,111,111,107,105,101,45,119,97,114,110,105,110,103,45,109,111,100,97,108,45,45,114,105,98,98,111,110,0,8,0,21,46,99,111,111,107,105,101,45,119,97,114,110,105,110,103,45,112,97,110,101,108,0,8,0,21,46,99,111,111,107,105,101,45,119,97,114,110,105,110,103,45,112,111,112,117,112,0,8,0,23,46,99,111,111,107,105,101,45,119,97,114,110,105,110,103,45,119,114,97,112,112,101,114,0,8,0,24,46,99,111,111,107,105,101,45,119,97,114,110,105,110,103,95,95,111,118,101,114,108,97,121,0,8,0,24,46,99,111,111,107,105,101,45,119,97,114,110,105,110,103,95,95,119,114,97,112,112,101,114,0,8,0,20,46,99,111,111,107,105,101,45,119,97,114,110,105,110,103,95,115,104,111,119,0,8,0,18,46,99,111,111,107,105,101,45,119,97,114,110,105,110,103,98,97,114,0,8,0,15,46,99,111,111,107,105,101,45,119,97,114,110,117,110,103,0,8,0,14,46,99,111,111,107,105,101,45,119,105,100,103,101,116,0,8,0,20,46,99,111,111,107,105,101,45,119,105,100,103,101,116,45,45,111,112,101,110,0,8,0,21,46,99,111,111,107,105,101,45,119,105,100,103,101,116,45,104,111,108,100,101,114,0,8,0,17,46,99,111,111,107,105,101,45,119,105,100,103,101,116,45,118,50,0,8,0,20,46,99,111,111,107,105,101,45,119,105,110,100,111,119,45,98,108,111,99,107,0,8,0,34,46,99,111,111,107,105,101,45,119,105,110,100,111,119,45,111,118,101,114,108,97,121,45,110,111,45,115,101,116,116,105,110,103,115,0,8,0,21,46,99,111,111,107,105,101,45,119,105,110,100,111,119,45,115,101,108,101,99,116,0,8,0,10,46,99,111,111,107,105,101,45,119,114,0,8,0,12,46,99,111,111,107,105,101,45,119,114,97,112,0,8,0,20,46,99,111,111,107,105,101,45,119,114,97,112,45,99,111,110,116,101,110,116,0,8,0,16,46,99,111,111,107,105,101,45,119,114,97,112,45,116,105,112,0,8,0,13,46,99,111,111,107,105,101,45,119,114,97,112,112,0,8,0,21,46,99,111,111,107,105,101,45,119,114,97,112,112,101,114,45,112,111,112,117,112,0,8,0,19,46,99,111,111,107,105,101,45,119,114,110,45,119,114,97,112,112,101,114,0,8,0,15,46,99,111,111,107,105,101,45,122,45,105,110,100,101,120,0,8,0,13,46,99,111,111,107,105,101,46,97,108,101,114,116,0,8,0,14,46,99,111,111,107,105,101,46,97,108,101,114,116,101,0,8,0,22,46,99,111,111,107,105,101,46,97,110,99,104,111,114,101,100,45,116,111,97,115,116,0,8,0,14,46,99,111,111,107,105,101,46,98,97,110,110,101,114,0,8,0,16,46,99,111,111,107,105,101,46,98,103,45,119,104,105,116,101,0,8,0,32,46,99,111,111,107,105,101,46,99,104,97,110,103,101,45,109,101,115,115,97,103,101,45,45,111,110,45,99,108,105,99,107,0,8,0,23,46,99,111,111,107,105,101,46,99,111,110,116,97,105,110,101,114,45,102,108,117,105,100,0,8,0,16,46,99,111,111,107,105,101,46,99,111,110,116,101,117,100,111,0,8,0,22,46,99,111,111,107,105,101,46,99,111,111,107,105,101,45,102,117,108,108,102,97,116,0,8,0,21,46,99,111,111,107,105,101,46,99,111,111,107,105,101,45,108,111,119,102,97,116,0,8,0,14,46,99,111,111,107,105,101,46,99,117,115,116,111,109,0,8,0,13,46,99,111,111,107,105,101,46,102,105,120,101,100,0,8,0,20,46,99,111,111,107,105,101,46,102,105,120,101,100,45,98,111,116,116,111,109,0,8,0,15,46,99,111,111,107,105,101,46,105,115,45,115,104,111,119,0,8,0,18,46,99,111,111,107,105,101,46,105,115,45,118,105,115,105,98,108,101,0,8,0,17,46,99,111,111,107,105,101,46,105,115,86,105,115,105,98,108,101,0,8,0,25,46,99,111,111,107,105,101,46,106,113,117,101,114,121,45,110,111,116,105,102,121,45,98,97,114,0,8,0,17,46,99,111,111,107,105,101,46,106,115,45,98,97,110,110,101,114,0,8,0,22,46,99,111,111,107,105,101,46,107,111,122,101,112,114,101,95,105,103,97,122,105,116,0,8,0,12,46,99,111,111,107,105,101,46,109,98,45,48,0,8,0,15,46,99,111,111,107,105,101,46,109,101,115,115,97,103,101,0,8,0,16,46,99,111,111,107,105,101,46,109,101,115,115,97,103,101,115,0,8,0,27,46,99,111,111,107,105,101,46,110,97,118,98,97,114,45,102,105,120,101,100,45,98,111,116,116,111,109,0,8,0,14,46,99,111,111,107,105,101,46,111,112,116,45,105,110,0,8,0,16,46,99,111,111,107,105,101,46,112,45,97,99,116,105,118,101,0,8,0,13,46,99,111,111,107,105,101,46,112,111,112,117,112,0,8,0,14,46,99,111,111,107,105,101,46,114,101,119,111,107,101,0,8,0,11,46,99,111,111,107,105,101,46,114,111,119,0,8,0,16,46,99,111,111,107,105,101,46,116,111,112,45,105,110,102,111,0,8,0,15,46,99,111,111,107,105,101,46,118,45,97,108,101,114,116,0,8,0,15,46,99,111,111,107,105,101,46,118,105,115,105,98,108,101,0,8,0,14,46,99,111,111,107,105,101,46,119,105,100,103,101,116,0,8,0,19,46,99,111,111,107,105,101,46,119,105,100,103,101,116,95,116,101,120,116,0,8,0,24,46,99,111,111,107,105,101,50,52,95,98,97,110,110,101,114,45,119,114,97,112,112,101,114,0,8,0,8,46,99,111,111,107,105,101,53,0,8,0,10,46,99,111,111,107,105,101,65,99,99,0,8,0,13,46,99,111,111,107,105,101,65,99,99,101,112,116,0,8,0,16,46,99,111,111,107,105,101,65,99,99,101,112,116,66,111,120,0,8,0,18,46,99,111,111,107,105,101,65,99,99,101,112,116,80,97,110,101,108,0,8,0,18,46,99,111,111,107,105,101,65,99,99,101,112,116,80,111,112,117,112,0,8,0,19,46,99,111,111,107,105,101,65,99,99,101,112,116,87,105,110,100,111,119,0,8,0,20,46,99,111,111,107,105,101,65,99,99,101,112,116,87,114,97,112,112,101,114,0,8,0,17,46,99,111,111,107,105,101,65,99,99,101,112,116,97,110,99,101,0,8,0,20,46,99,111,111,107,105,101,65,99,99,101,112,116,97,110,99,101,66,111,120,0,8,0,24,46,99,111,111,107,105,101,65,99,99,101,112,116,97,110,99,101,79,118,101,114,108,97,121,0,8,0,24,46,99,111,111,107,105,101,65,99,99,101,112,116,97,116,105,111,110,77,111,100,117,108,101,0,8,0,15,46,99,111,111,107,105,101,65,99,99,101,112,116,101,100,0,8,0,23,46,99,111,111,107,105,101,65,99,99,101,112,116,101,114,71,114,97,121,66,111,100,121,0,8,0,20,46,99,111,111,107,105,101,65,99,99,101,112,116,101,114,80,111,112,117,112,0,8,0,21,46,99,111,111,107,105,101,65,99,99,101,112,116,101,114,83,108,105,100,101,114,0,8,0,13,46,99,111,111,107,105,101,65,99,116,105,118,101,0,8,0,9,46,99,111,111,107,105,101,65,100,0,8,0,13,46,99,111,111,107,105,101,65,100,118,105,99,101,0,8,0,13,46,99,111,111,107,105,101,65,100,118,105,115,101,0,8,0,12,46,99,111,111,107,105,101,65,103,114,101,101,0,8,0,16,46,99,111,111,107,105,101,65,103,114,101,101,109,101,110,116,0,8,0,12,46,99,111,111,107,105,101,65,108,101,114,116,0,8,0,24,46,99,111,111,107,105,101,65,108,101,114,116,66,97,114,67,111,110,116,97,105,110,101,114,0,8,0,22,46,99,111,111,107,105,101,65,108,101,114,116,66,97,114,77,101,115,115,97,103,101,0,8,0,18,46,99,111,111,107,105,101,65,108,101,114,116,66,105,103,84,111,112,0,8,0,15,46,99,111,111,107,105,101,65,108,101,114,116,66,111,120,0,8,0,21,46,99,111,111,107,105,101,65,108,101,114,116,67,111,110,116,97,105,110,101,114,0,8,0,19,46,99,111,111,107,105,101,65,108,101,114,116,68,101,115,107,116,111,112,0,8,0,17,46,99,111,111,107,105,101,65,108,101,114,116,76,97,121,101,114,0,8,0,19,46,99,111,111,107,105,101,65,108,101,114,116,87,114,97,112,112,101,114,0,8,0,13,46,99,111,111,107,105,101,65,108,108,101,114,116,0,8,0,14,46,99,111,111,107,105,101,65,110,110,111,121,101,114,0,8,0,14,46,99,111,111,107,105,101,65,112,112,114,111,118,101,0,8,0,12,46,99,111,111,107,105,101,65,115,107,101,114,0,8,0,17,46,99,111,111,107,105,101,66,97,99,107,103,114,111,117,110,100,0,8,0,10,46,99,111,111,107,105,101,66,97,110,0,8,0,14,46,99,111,111,107,105,101,66,97,110,100,101,97,117,0,8,0,20,46,99,111,111,107,105,101,66,97,110,110,101,114,45,45,108,97,121,101,114,0,8,0,19,46,99,111,111,107,105,101,66,97,110,110,101,114,65,99,116,105,118,101,0,8,0,22,46,99,111,111,107,105,101,66,97,110,110,101,114,67,111,110,116,97,105,110,101,114,0,8,0,27,46,99,111,111,107,105,101,66,97,110,110,101,114,68,105,115,99,108,97,105,109,101,114,87,114,97,112,0,8,0,20,46,99,111,111,107,105,101,66,97,110,110,101,114,79,118,101,114,108,97,121,0,8,0,17,46,99,111,111,107,105,101,66,97,110,110,101,114,84,101,120,116,0,8,0,20,46,99,111,111,107,105,101,66,97,110,110,101,114,87,114,97,112,112,101,114,0,8,0,21,46,99,111,111,107,105,101,66,97,110,110,101,114,95,95,98,97,110,110,101,114,0,8,0,22,46,99,111,111,107,105,101,66,97,110,110,101,114,95,95,119,114,97,112,112,101,114,0,8,0,17,46,99,111,111,107,105,101,66,97,114,45,102,105,108,108,101,114,0,8,0,20,46,99,111,111,107,105,101,66,97,114,45,110,101,119,45,115,116,121,108,101,0,8,0,15,46,99,111,111,107,105,101,66,97,114,65,110,105,73,110,0,8,0,19,46,99,111,111,107,105,101,66,97,114,67,111,110,116,97,105,110,101,114,0,8,0,15,46,99,111,111,107,105,101,66,97,114,73,110,110,101,114,0,8,0,17,46,99,111,111,107,105,101,66,97,114,79,118,101,114,108,97,121,0,8,0,23,46,99,111,111,107,105,101,66,97,114,82,101,118,105,101,119,68,101,115,107,116,111,112,0,8,0,13,46,99,111,111,107,105,101,66,97,114,84,111,112,0,8,0,17,46,99,111,111,107,105,101,66,97,114,87,114,97,112,112,101,114,0,8,0,11,46,99,111,111,107,105,101,66,97,114,88,0,8,0,21,46,99,111,111,107,105,101,66,97,114,95,95,99,111,110,116,97,105,110,101,114,0,8,0,10,46,99,111,111,107,105,101,66,101,97,0,8,0,10,46,99,111,111,107,105,101,66,108,107,0,8,0,12,46,99,111,111,107,105,101,66,108,111,99,107,0,8,0,11,46,99,111,111,107,105,101,66,108,111,103,0,8,0,10,46,99,111,111,107,105,101,66,110,114,0,8,0,13,46,99,111,111,107,105,101,66,110,114,87,114,112,0,8,0,13,46,99,111,111,107,105,101,66,111,116,116,111,109,0,8,0,18,46,99,111,111,107,105,101,66,111,120,45,119,114,97,112,112,101,114,0,8,0,20,46,99,111,111,107,105,101,66,111,120,66,97,99,107,103,114,111,117,110,100,0,8,0,14,46,99,111,111,107,105,101,66,111,120,87,114,97,112,0,8,0,19,46,99,111,111,107,105,101,66,111,120,95,95,119,114,97,112,112,101,114,0,8,0,22,46,99,111,111,107,105,101,66,116,110,58,110,111,116,40,98,117,116,116,111,110,41,0,8,0,13,46,99,111,111,107,105,101,66,117,98,98,108,101,0,8,0,9,46,99,111,111,107,105,101,67,68,0,8,0,14,46,99,111,111,107,105,101,67,97,108,108,111,117,116,0,8,0,12,46,99,111,111,107,105,101,67,104,101,99,107,0,8,0,21,46,99,111,111,107,105,101,67,104,101,99,107,77,97,105,110,80,97,110,101,108,0,8,0,17,46,99,111,111,107,105,101,67,104,111,105,99,101,73,110,102,111,0,8,0,12,46,99,111,111,107,105,101,67,108,97,115,115,0,8,0,12,46,99,111,111,107,105,101,67,108,111,115,101,0,8,0,17,46,99,111,111,107,105,101,67,110,105,108,67,117,115,116,111,109,0,8,0,18,46,99,111,111,107,105,101,67,110,105,108,77,97,107,104,101,105,97,0,8,0,17,46,99,111,111,107,105,101,67,111,109,112,108,105,97,110,99,101,0,8,0,10,46,99,111,111,107,105,101,67,111,110,0,8,0,14,46,99,111,111,107,105,101,67,111,110,99,101,110,116,0,8,0,21,46,99,111,111,107,105,101,67,111,110,102,105,114,109,79,118,101,114,108,97,121,0,8,0,19,46,99,111,111,107,105,101,67,111,110,102,105,114,109,97,116,105,111,110,0,8,0,26,46,99,111,111,107,105,101,67,111,110,102,105,114,109,97,116,105,111,110,77,101,115,115,97,103,101,0,8,0,11,46,99,111,111,107,105,101,67,111,110,115,0,8,0,20,46,99,111,111,107,105,101,67,111,110,115,101,110,116,45,48,45,50,45,49,0,8,0,21,46,99,111,111,107,105,101,67,111,110,115,101,110,116,45,100,105,97,108,111,103,0,8,0,19,46,99,111,111,107,105,101,67,111,110,115,101,110,116,65,108,101,114,116,0,8,0,20,46,99,111,111,107,105,101,67,111,110,115,101,110,116,66,97,110,110,101,114,0,8,0,17,46,99,111,111,107,105,101,67,111,110,115,101,110,116,66,97,114,0,8,0,26,46,99,111,111,107,105,101,67,111,110,115,101,110,116,66,97,114,67,111,110,116,97,105,110,101,114,0,8,0,19,46,99,111,111,107,105,101,67,111,110,115,101,110,116,66,97,114,87,112,0,8,0,23,46,99,111,111,107,105,101,67,111,110,115,101,110,116,67,111,110,116,97,105,110,101,114,0,8,0,21,46,99,111,111,107,105,101,67,111,110,115,101,110,116,67,111,110,116,101,110,116,0,8,0,30,46,99,111,111,107,105,101,67,111,110,115,101,110,116,67,117,115,116,111,109,105,122,101,45,100,105,97,108,111,103,0,8,0,20,46,99,111,111,107,105,101,67,111,110,115,101,110,116,70,111,111,116,101,114,0,8,0,21,46,99,111,111,107,105,101,67,111,110,115,101,110,116,72,105,110,119,101,105,115,0,8,0,28,46,99,111,111,107,105,101,67,111,110,115,101,110,116,72,105,110,119,101,105,115,79,118,101,114,108,97,121,0,8,0,19,46,99,111,111,107,105,101,67,111,110,115,101,110,116,76,97,121,101,114,0,8,0,21,46,99,111,111,107,105,101,67,111,110,115,101,110,116,77,101,115,115,97,103,101,0,8,0,19,46,99,111,111,107,105,101,67,111,110,115,101,110,116,80,97,110,101,108,0,8,0,19,46,99,111,111,107,105,101,67,111,110,115,101,110,116,80,111,112,117,112,0,8,0,19,46,99,111,111,107,105,101,67,111,110,115,101,110,116,83,104,111,114,116,0,8,0,21,46,99,111,111,107,105,101,67,111,110,115,101,110,116,87,114,97,112,112,101,114,0,8,0,24,46,99,111,111,107,105,101,67,111,110,115,101,110,116,87,114,97,112,112,101,114,67,111,110,0,8,0,18,46,99,111,111,107,105,101,67,111,110,116,97,105,110,101,114,86,50,0,8,0,14,46,99,111,111,107,105,101,67,111,110,116,114,111,108,0,8,0,19,46,99,111,111,107,105,101,67,111,110,116,114,111,108,95,95,66,97,114,0,8,0,28,46,99,111,111,107,105,101,67,111,110,116,114,111,108,95,95,66,97,114,67,111,110,116,97,105,110,101,114,0,8,0,16,46,99,111,111,107,105,101,67,111,114,114,101,99,116,111,114,0,8,0,12,46,99,111,111,107,105,101,67,111,118,101,114,0,8,0,18,46,99,111,111,107,105,101,68,101,116,97,105,108,115,87,114,97,112,0,8,0,13,46,99,111,111,107,105,101,68,105,97,108,111,103,0,8,0,16,46,99,111,111,107,105,101,68,105,97,108,111,103,84,111,112,0,8,0,15,46,99,111,111,107,105,101,68,105,97,108,111,103,117,101,0,8,0,14,46,99,111,111,107,105,101,68,105,114,87,114,97,112,0,8,0,16,46,99,111,111,107,105,101,68,105,114,101,99,116,105,118,101,0,8,0,12,46,99,111,111,107,105,101,68,105,115,99,108,0,8,0,20,46,99,111,111,107,105,101,68,105,115,99,108,97,105,109,101,114,66,111,120,0,8,0,26,46,99,111,111,107,105,101,68,105,115,99,108,97,105,109,101,114,67,111,110,116,97,105,110,101,114,0,8,0,33,46,99,111,111,107,105,101,68,105,115,99,108,97,105,109,101,114,67,111,110,116,97,105,110,101,114,87,114,97,112,112,101,114,0,8,0,19,46,99,111,111,107,105,101,68,105,115,99,108,97,105,109,101,114,86,50,0,8,0,24,46,99,111,111,107,105,101,68,105,115,99,108,97,105,109,101,114,87,114,97,112,112,101,114,0,8,0,10,46,99,111,111,107,105,101,68,105,118,0,8,0,13,46,99,111,111,107,105,101,68,114,97,119,101,114,0,8,0,9,46,99,111,111,107,105,101,69,78,0,8,0,9,46,99,111,111,107,105,101,69,85,0,8,0,14,46,99,111,111,107,105,101,69,108,101,109,101,110,116,0,8,0,10,46,99,111,111,107,105,101,69,110,103,0,8,0,15,46,99,111,111,107,105,101,70,97,110,99,121,98,111,120,0,8,0,14,46,99,111,111,107,105,101,70,108,111,97,116,101,114,0,8,0,12,46,99,111,111,107,105,101,70,108,121,101,114,0,8,0,13,46,99,111,111,107,105,101,70,108,121,111,117,116,0,8,0,13,46,99,111,111,107,105,101,70,111,111,116,101,114,0,8,0,16,46,99,111,111,107,105,101,70,111,111,116,101,114,68,105,118,0,8,0,15,46,99,111,111,107,105,101,70,111,111,116,101,114,98,103,0,8,0,14,46,99,111,111,107,105,101,70,111,114,119,97,114,100,0,8,0,11,46,99,111,111,107,105,101,71,97,116,101,0,8,0,10,46,99,111,111,107,105,101,71,99,111,0,8,0,14,46,99,111,111,107,105,101,72,97,110,100,108,101,114,0,8,0,13,46,99,111,111,107,105,101,72,101,97,100,101,114,0,8,0,19,46,99,111,111,107,105,101,72,101,97,100,101,114,67,101,110,116,101,114,0,8,0,22,46,99,111,111,107,105,101,72,101,97,100,101,114,67,111,110,116,97,105,110,101,114,0,8,0,20,46,99,111,111,107,105,101,72,101,97,100,101,114,87,114,97,112,112,101,114,0,8,0,11,46,99,111,111,107,105,101,72,105,110,116,0,8,0,20,46,99,111,111,107,105,101,72,105,110,116,67,111,110,116,97,105,110,101,114,0,8,0,19,46,99,111,111,107,105,101,72,105,110,116,69,120,116,101,110,100,101,100,0,8,0,14,46,99,111,111,107,105,101,72,105,110,119,101,105,115,0,8,0,14,46,99,111,111,107,105,101,73,110,102,111,66,97,114,0,8,0,14,46,99,111,111,107,105,101,73,110,102,111,66,111,120,0,8,0,17,46,99,111,111,107,105,101,73,110,102,111,87,105,110,100,111,119,0,8,0,18,46,99,111,111,107,105,101,73,110,102,111,87,114,97,112,112,101,114,0,8,0,21,46,99,111,111,107,105,101,73,110,102,111,95,99,111,110,116,97,105,110,101,114,0,8,0,18,46,99,111,111,107,105,101,73,110,102,111,114,109,97,116,105,111,110,0,8,0,21,46,99,111,111,107,105,101,73,110,102,111,114,109,97,116,105,111,110,66,97,114,0,8,0,27,46,99,111,111,107,105,101,73,110,102,111,114,109,97,116,105,111,110,67,111,110,116,97,105,110,101,114,0,8,0,13,46,99,111,111,107,105,101,73,110,115,105,100,101,0,8,0,9,46,99,111,111,107,105,101,74,115,0,8,0,8,46,99,111,111,107,105,101,75,0,8,0,14,46,99,111,111,107,105,101,76,97,119,45,98,111,120,0,8,0,30,46,99,111,111,107,105,101,76,97,119,58,110,111,116,40,98,111,100,121,41,58,110,111,116,40,104,116,109,108,41,0,8,0,13,46,99,111,111,107,105,101,76,97,119,66,97,114,0,8,0,13,46,99,111,111,107,105,101,76,97,119,66,111,111,0,8,0,13,46,99,111,111,107,105,101,76,97,119,66,111,120,0,8,0,15,46,99,111,111,107,105,101,76,97,119,80,111,112,117,112,0,8,0,24,46,99,111,111,107,105,101,76,97,119,80,111,112,117,112,67,111,110,116,97,105,110,101,114,0,8,0,13,46,99,111,111,107,105,101,76,97,119,80,114,111,0,8,0,12,46,99,111,111,107,105,101,76,97,121,101,114,0,8,0,21,46,99,111,111,107,105,101,76,97,121,101,114,95,95,99,111,110,116,101,110,116,0,8,0,12,46,99,111,111,107,105,101,76,101,103,97,108,0,8,0,16,46,99,111,111,107,105,101,76,101,103,97,108,67,111,109,112,0,8,0,21,46,99,111,111,107,105,101,76,101,103,97,108,67,111,110,116,97,105,110,101,114,0,8,0,17,46,99,111,111,107,105,101,76,101,103,97,108,95,99,111,109,112,0,8,0,12,46,99,111,111,107,105,101,76,105,103,104,116,0,8,0,10,46,99,111,111,107,105,101,77,83,71,0,8,0,11,46,99,111,111,107,105,101,77,97,105,110,0,8,0,16,46,99,111,111,107,105,101,77,97,105,110,80,97,110,101,108,0,8,0,13,46,99,111,111,107,105,101,77,97,115,116,101,114,0,8,0,14,46,99,111,111,107,105,101,77,101,108,100,105,110,103,0,8,0,14,46,99,111,111,107,105,101,77,101,108,100,117,110,103,0,8,0,11,46,99,111,111,107,105,101,77,101,115,115,0,8,0,17,46,99,111,111,107,105,101,77,101,115,115,97,103,101,66,97,114,0,8,0,17,46,99,111,111,107,105,101,77,101,115,115,97,103,101,66,111,120,0,8,0,23,46,99,111,111,107,105,101,77,101,115,115,97,103,101,67,111,110,116,97,105,110,101,114,0,8,0,17,46,99,111,111,107,105,101,77,101,115,115,97,103,101,68,105,118,0,8,0,19,46,99,111,111,107,105,101,77,101,115,115,97,103,101,80,97,110,101,108,0,8,0,21,46,99,111,111,107,105,101,77,101,115,115,97,103,101,87,114,97,112,112,101,114,0,8,0,15,46,99,111,111,107,105,101,77,111,100,97,108,66,111,120,0,8,0,24,46,99,111,111,107,105,101,77,111,100,97,108,95,95,98,97,99,107,103,114,111,117,110,100,0,8,0,22,46,99,111,111,107,105,101,77,111,100,117,108,101,67,111,110,116,97,105,110,101,114,0,8,0,14,46,99,111,111,107,105,101,77,111,110,115,116,101,114,0,8,0,19,46,99,111,111,107,105,101,77,111,110,115,116,101,114,45,105,110,102,111,0,8,0,19,46,99,111,111,107,105,101,77,115,103,67,111,110,116,97,105,110,101,114,0,8,0,14,46,99,111,111,107,105,101,77,115,103,87,114,97,112,0,8,0,18,46,99,111,111,107,105,101,78,111,116,65,99,99,101,112,116,101,100,0,8,0,11,46,99,111,111,107,105,101,78,111,116,101,0,8,0,12,46,99,111,111,107,105,101,78,111,116,101,115,0,8,0,11,46,99,111,111,107,105,101,78,111,116,105,0,8,0,13,46,99,111,111,107,105,101,78,111,116,105,99,101,0,8,0,24,46,99,111,111,107,105,101,78,111,116,105,99,101,45,45,105,115,86,105,115,105,98,108,101,0,8,0,14,46,99,111,111,107,105,101,78,111,116,105,99,101,50,0,8,0,14,46,99,111,111,107,105,101,78,111,116,105,99,101,65,0,8,0,20,46,99,111,111,107,105,101,78,111,116,105,99,101,66,97,108,108,111,111,110,0,8,0,16,46,99,111,111,107,105,101,78,111,116,105,99,101,66,97,114,0,8,0,16,46,99,111,111,107,105,101,78,111,116,105,99,101,66,111,120,0,8,0,22,46,99,111,111,107,105,101,78,111,116,105,99,101,67,111,110,116,97,105,110,101,114,0,8,0,20,46,99,111,111,107,105,101,78,111,116,105,99,101,67,111,110,116,101,110,116,0,8,0,18,46,99,111,111,107,105,101,78,111,116,105,99,101,80,111,112,85,112,0,8,0,26,46,99,111,111,107,105,101,78,111,116,105,99,101,84,101,120,116,67,111,110,116,97,105,110,101,114,0,8,0,18,46,99,111,111,107,105,101,78,111,116,105,99,101,84,121,112,101,49,0,8,0,20,46,99,111,111,107,105,101,78,111,116,105,99,101,87,114,97,112,112,101,114,0,8,0,24,46,99,111,111,107,105,101,78,111,116,105,99,101,95,95,99,111,110,116,97,105,110,101,114,0,8,0,12,46,99,111,111,107,105,101,78,111,116,105,102,0,8,0,19,46,99,111,111,107,105,101,78,111,116,105,102,105,99,97,116,105,111,110,0,8,0,25,46,99,111,111,107,105,101,78,111,116,105,102,105,99,97,116,105,111,110,66,97,110,110,101,114,0,8,0,22,46,99,111,111,107,105,101,78,111,116,105,102,105,99,97,116,105,111,110,66,97,114,0,8,0,28,46,99,111,111,107,105,101,78,111,116,105,102,105,99,97,116,105,111,110,67,111,110,116,97,105,110,101,114,0,8,0,24,46,99,111,111,107,105,101,78,111,116,105,102,105,99,97,116,105,111,110,80,111,112,117,112,0,8,0,25,46,99,111,111,107,105,101,78,111,116,105,102,105,99,97,116,105,111,110,87,105,100,103,101,116,0,8,0,29,46,99,111,111,107,105,101,78,111,116,105,102,105,99,97,116,105,111,110,95,99,111,110,116,97,105,110,101,114,0,8,0,22,46,99,111,111,107,105,101,78,111,116,105,102,105,101,114,87,114,97,112,112,101,114,0,8,0,13,46,99,111,111,107,105,101,78,111,116,105,102,121,0,8,0,16,46,99,111,111,107,105,101,78,111,116,105,102,121,66,97,114,0,8,0,12,46,99,111,111,107,105,101,79,112,116,73,110,0,8,0,23,46,99,111,111,107,105,101,79,112,116,79,117,116,66,111,120,87,114,97,112,112,101,114,0,8,0,12,46,99,111,111,107,105,101,79,117,116,101,114,0,8,0,14,46,99,111,111,107,105,101,79,118,101,114,108,97,121,0,8,0,17,46,99,111,111,107,105,101,79,118,101,114,108,97,121,66,111,120,0,8,0,8,46,99,111,111,107,105,101,80,0,8,0,11,46,99,111,111,107,105,101,80,97,99,107,0,8,0,12,46,99,111,111,107,105,101,80,97,110,101,108,0,8,0,20,46,99,111,111,107,105,101,80,101,114,109,105,115,105,111,110,73,110,102,111,0,8,0,17,46,99,111,111,107,105,101,80,101,114,109,105,115,115,105,111,110,0,8,0,20,46,99,111,111,107,105,101,80,101,114,109,105,116,87,114,97,112,112,101,114,0,8,0,18,46,99,111,111,107,105,101,80,111,108,105,99,101,66,108,111,99,107,0,8,0,20,46,99,111,111,107,105,101,80,111,108,105,99,121,45,98,97,110,110,101,114,0,8,0,19,46,99,111,111,107,105,101,80,111,108,105,99,121,45,112,111,112,117,112,0,8,0,14,46,99,111,111,107,105,101,80,111,108,105,99,121,65,0,8,0,22,46,99,111,111,107,105,101,80,111,108,105,99,121,65,103,114,101,101,109,101,110,116,0,8,0,14,46,99,111,111,107,105,101,80,111,108,105,99,121,66,0,8,0,24,46,99,111,111,107,105,101,80,111,108,105,99,121,66,97,110,110,101,114,79,117,116,101,114,0,8,0,16,46,99,111,111,107,105,101,80,111,108,105,99,121,66,110,114,0,8,0,16,46,99,111,111,107,105,101,80,111,108,105,99,121,66,111,120,0,8,0,22,46,99,111,111,107,105,101,80,111,108,105,99,121,67,111,110,116,97,105,110,101,114,0,8,0,19,46,99,111,111,107,105,101,80,111,108,105,99,121,67,117,115,116,111,109,0,8,0,18,46,99,111,111,107,105,101,80,111,108,105,99,121,71,111,109,97,103,0,8,0,21,46,99,111,111,107,105,101,80,111,108,105,99,121,76,105,103,104,116,66,111,120,0,8,0,31,46,99,111,111,107,105,101,80,111,108,105,99,121,76,105,103,104,116,66,111,120,79,118,101,114,102,108,111,119,66,103,0,8,0,20,46,99,111,111,107,105,101,80,111,108,105,99,121,77,101,115,115,97,103,101,0,8,0,19,46,99,111,111,107,105,101,80,111,108,105,99,121,78,111,116,105,99,101,0,8,0,27,46,99,111,111,107,105,101,80,111,108,105,99,121,78,111,116,105,102,121,45,119,114,97,112,112,101,114,0,8,0,20,46,99,111,111,107,105,101,80,111,108,105,99,121,79,118,101,114,108,97,121,0,8,0,18,46,99,111,111,107,105,101,80,111,108,105,99,121,80,111,112,117,112,0,8,0,20,46,99,111,111,107,105,101,80,111,108,105,99,121,83,110,105,112,112,101,116,0,8,0,17,46,99,111,111,107,105,101,80,111,108,105,99,121,84,101,120,116,0,8,0,20,46,99,111,111,107,105,101,80,111,108,105,99,121,87,114,97,112,112,101,114,0,8,0,23,46,99,111,111,107,105,101,80,111,108,105,99,121,95,95,102,105,120,66,108,111,99,107,0,8,0,27,46,99,111,111,107,105,101,80,111,108,105,116,105,99,115,78,111,116,105,102,105,99,97,116,105,111,110,0,8,0,22,46,99,111,111,107,105,101,80,111,108,105,116,105,99,115,87,114,97,112,112,101,114,0,8,0,13,46,99,111,111,107,105,101,80,111,112,80,117,112,0,8,0,12,46,99,111,111,107,105,101,80,111,112,85,112,0,8,0,20,46,99,111,111,107,105,101,80,111,112,85,112,79,117,116,101,114,68,105,118,0,8,0,16,46,99,111,111,107,105,101,80,111,112,85,112,87,114,97,112,0,8,0,12,46,99,111,111,107,105,101,80,111,112,105,110,0,8,0,21,46,99,111,111,107,105,101,80,111,112,105,110,95,95,111,118,101,114,108,97,121,0,8,0,22,46,99,111,111,107,105,101,80,111,112,117,112,58,110,111,116,40,98,111,100,121,41,0,8,0,21,46,99,111,111,107,105,101,80,111,112,117,112,67,111,110,116,97,105,110,101,114,0,8,0,16,46,99,111,111,107,105,101,80,111,112,117,112,80,97,114,116,0,8,0,17,46,99,111,111,107,105,101,80,111,112,117,112,83,109,97,108,108,0,8,0,14,46,99,111,111,107,105,101,80,114,105,118,97,99,121,0,8,0,21,46,99,111,111,107,105,101,80,114,105,118,97,99,121,73,110,102,111,68,105,118,0,8,0,26,46,99,111,111,107,105,101,80,114,111,109,112,116,95,111,117,116,101,114,87,114,97,112,112,101,114,0,8,0,11,46,99,111,111,107,105,101,80,117,115,104,0,8,0,12,46,99,111,111,107,105,101,81,117,101,114,121,0,8,0,15,46,99,111,111,107,105,101,82,101,109,105,110,100,101,114,0,8,0,22,46,99,111,111,107,105,101,82,101,109,105,110,100,101,114,87,114,97,112,112,101,114,0,8,0,18,46,99,111,111,107,105,101,82,101,115,116,114,105,99,116,105,111,110,0,8,0,26,46,99,111,111,107,105,101,82,105,99,104,116,108,105,110,101,95,99,111,110,116,97,105,110,101,114,0,8,0,10,46,99,111,111,107,105,101,82,111,119,0,8,0,13,46,99,111,111,107,105,101,83,99,114,105,112,116,0,8,0,14,46,99,111,111,107,105,101,83,101,99,116,105,111,110,0,8,0,16,46,99,111,111,107,105,101,83,101,108,101,99,116,68,105,118,0,8,0,12,46,99,111,111,107,105,101,83,104,101,108,108,0,8,0,16,46,99,111,111,107,105,101,83,104,111,119,67,108,97,115,115,0,8,0,22,46,99,111,111,107,105,101,83,116,97,116,101,109,101,110,116,45,98,108,111,99,107,0,8,0,19,46,99,111,111,107,105,101,84,101,114,109,115,67,111,110,116,101,110,116,0,8,0,11,46,99,111,111,107,105,101,84,101,120,116,0,8,0,14,46,99,111,111,107,105,101,84,105,112,87,114,97,112,0,8,0,10,46,99,111,111,107,105,101,84,107,100,0,8,0,12,46,99,111,111,107,105,101,84,111,84,111,112,0,8,0,12,46,99,111,111,107,105,101,84,111,97,115,116,0,8,0,11,46,99,111,111,107,105,101,84,111,111,108,0,8,0,14,46,99,111,111,107,105,101,84,111,111,108,98,97,114,0,8,0,24,46,99,111,111,107,105,101,84,111,111,108,116,105,112,58,110,111,116,40,104,116,109,108,41,0,8,0,22,46,99,111,111,107,105,101,84,111,111,108,116,105,112,75,111,110,116,101,110,101,114,0,8,0,10,46,99,111,111,107,105,101,84,111,112,0,8,0,15,46,99,111,111,107,105,101,84,114,105,97,110,103,108,101,0,8,0,30,46,99,111,111,107,105,101,85,115,97,103,101,65,108,101,114,116,77,97,105,110,67,111,110,116,97,105,110,101,114,0,8,0,17,46,99,111,111,107,105,101,85,115,101,87,97,114,110,105,110,103,0,8,0,20,46,99,111,111,107,105,101,85,115,101,114,65,103,114,101,101,109,101,110,116,0,8,0,15,46,99,111,111,107,105,101,86,105,111,108,97,116,111,114,0,8,0,21,46,99,111,111,107,105,101,86,105,111,108,97,116,111,114,45,102,105,120,101,100,0,8,0,20,46,99,111,111,107,105,101,86,105,111,108,97,116,111,114,70,105,120,101,100,0,8,0,24,46,99,111,111,107,105,101,86,105,115,105,98,108,101,58,110,111,116,40,98,111,100,121,41,0,8,0,14,46,99,111,111,107,105,101,87,97,108,97,68,105,118,0,8,0,18,46,99,111,111,107,105,101,87,97,108,108,87,114,97,112,112,101,114,0,8,0,11,46,99,111,111,107,105,101,87,97,114,110,0,8,0,14,46,99,111,111,107,105,101,87,97,114,110,105,110,103,0,8,0,24,46,99,111,111,107,105,101,87,97,114,110,105,110,103,66,97,99,107,103,114,111,117,110,100,0,8,0,17,46,99,111,111,107,105,101,87,97,114,110,105,110,103,66,111,120,0,8,0,23,46,99,111,111,107,105,101,87,97,114,110,105,110,103,67,111,110,116,97,105,110,101,114,0,8,0,21,46,99,111,111,107,105,101,87,97,114,110,105,110,103,83,101,99,116,105,111,110,0,8,0,16,46,99,111,111,107,105,101,87,101,116,103,101,118,105,110,103,0,8,0,21,46,99,111,111,107,105,101,87,101,116,103,101,118,105,110,103,77,111,100,97,108,0,8,0,13,46,99,111,111,107,105,101,87,105,100,103,101,116,0,8,0,13,46,99,111,111,107,105,101,87,105,110,100,111,119,0,8,0,11,46,99,111,111,107,105,101,87,114,97,112,0,8,0,12,46,99,111,111,107,105,101,87,114,97,112,112,0,8,0,14,46,99,111,111,107,105,101,87,114,97,112,112,101,114,0,8,0,10,46,99,111,111,107,105,101,87,114,112,0,8,0,25,46,99,111,111,107,105,101,91,100,97,116,97,45,99,111,111,107,105,101,45,105,110,102,111,93,0,8,0,27,46,99,111,111,107,105,101,91,100,97,116,97,45,99,111,111,107,105,101,45,110,111,116,105,99,101,93,0,8,0,20,46,99,111,111,107,105,101,91,100,97,116,97,45,99,111,111,107,105,101,93,0,8,0,28,46,99,111,111,107,105,101,91,100,97,116,97,45,112,114,105,118,97,99,121,45,112,111,108,105,99,121,93,0,8,0,36,46,99,111,111,107,105,101,91,100,97,116,97,45,115,101,108,101,99,116,111,114,61,34,99,111,111,107,105,101,115,45,98,97,114,34,93,0,8,0,34,46,99,111,111,107,105,101,91,110,103,45,104,105,100,101,61,34,99,111,111,107,105,101,115,65,99,99,101,112,116,101,100,34,93,0,8,0,27,46,99,111,111,107,105,101,91,114,111,108,101,61,34,97,108,101,114,116,100,105,97,108,111,103,34,93,0,8,0,14,46,99,111,111,107,105,101,95,66,97,110,110,101,114,0,8,0,15,46,99,111,111,107,105,101,95,95,97,99,99,101,112,116,0,8,0,22,46,99,111,111,107,105,101,95,95,97,108,101,114,116,45,45,97,99,116,105,118,101,0,8,0,13,46,99,111,111,107,105,101,95,95,97,114,101,97,0,8,0,19,46,99,111,111,107,105,101,95,95,98,97,99,107,103,114,111,117,110,100,0,8,0,15,46,99,111,111,107,105,101,95,95,98,97,110,110,101,114,0,8,0,12,46,99,111,111,107,105,101,95,95,98,97,114,0,8,0,14,46,99,111,111,107,105,101,95,95,98,108,111,99,107,0,8,0,12,46,99,111,111,107,105,101,95,95,98,111,120,0,8,0,16,46,99,111,111,107,105,101,95,95,99,97,108,108,111,117,116,0,8,0,15,46,99,111,111,107,105,101,95,95,99,111,108,117,109,110,0,8,0,16,46,99,111,111,107,105,101,95,95,99,111,110,115,101,110,116,0,8,0,18,46,99,111,111,107,105,101,95,95,99,111,110,116,97,105,110,101,114,0,8,0,16,46,99,111,111,107,105,101,95,95,99,111,110,116,101,110,116,0,8,0,12,46,99,111,111,107,105,101,95,95,100,105,118,0,8,0,13,46,99,111,111,107,105,101,95,95,102,108,101,120,0,8,0,25,46,99,111,111,107,105,101,95,95,102,108,111,97,116,45,45,99,111,110,116,97,105,110,101,114,0,8,0,17,46,99,111,111,107,105,101,95,95,102,108,111,97,116,105,110,103,0,8,0,25,46,99,111,111,107,105,101,95,95,102,108,111,97,116,105,110,103,45,45,98,111,116,116,111,109,0,8,0,15,46,99,111,111,107,105,101,95,95,102,111,111,116,101,114,0,8,0,14,46,99,111,111,107,105,101,95,95,105,110,110,101,114,0,8,0,16,46,99,111,111,107,105,101,95,95,109,97,110,97,103,101,114,0,8,0,16,46,99,111,111,107,105,101,95,95,109,101,115,115,97,103,101,0,8,0,26,46,99,111,111,107,105,101,95,95,109,101,115,115,97,103,101,45,99,111,110,116,97,105,110,101,114,0,8,0,14,46,99,111,111,107,105,101,95,95,109,111,100,97,108,0,8,0,21,46,99,111,111,107,105,101,95,95,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,16,46,99,111,111,107,105,101,95,95,111,118,101,114,108,97,121,0,8,0,14,46,99,111,111,107,105,101,95,95,112,97,110,101,108,0,8,0,15,46,99,111,111,107,105,101,95,95,112,111,108,105,99,121,0,8,0,22,46,99,111,111,107,105,101,95,95,112,111,108,105,99,121,45,110,111,116,105,99,101,0,8,0,15,46,99,111,111,107,105,101,95,95,112,114,111,109,112,116,0,8,0,15,46,99,111,111,107,105,101,95,95,114,101,118,101,97,108,0,8,0,13,46,99,111,111,107,105,101,95,95,115,104,111,119,0,8,0,12,46,99,111,111,107,105,101,95,95,116,111,112,0,8,0,13,46,99,111,111,107,105,101,95,95,119,97,108,108,0,8,0,19,46,99,111,111,107,105,101,95,95,119,97,114,110,95,95,119,114,97,112,0,8,0,26,46,99,111,111,107,105,101,95,95,119,97,114,110,105,110,103,45,109,101,115,115,97,103,105,110,103,0,8,0,15,46,99,111,111,107,105,101,95,95,119,105,110,100,111,119,0,8,0,13,46,99,111,111,107,105,101,95,95,119,114,97,112,0,8,0,24,46,99,111,111,107,105,101,95,95,119,114,97,112,112,101,114,95,110,111,110,101,117,117,107,0,8,0,14,46,99,111,111,107,105,101,95,97,99,99,101,112,116,0,8,0,24,46,99,111,111,107,105,101,95,97,99,99,101,112,116,95,99,111,110,116,97,105,110,101,114,0,8,0,22,46,99,111,111,107,105,101,95,97,99,99,101,112,116,95,110,111,116,101,98,111,120,0,8,0,18,46,99,111,111,107,105,101,95,97,99,99,101,112,116,97,110,99,101,0,8,0,16,46,99,111,111,107,105,101,95,97,99,99,101,112,116,101,114,0,8,0,13,46,99,111,111,107,105,101,95,97,99,101,112,116,0,8,0,11,46,99,111,111,107,105,101,95,97,99,107,0,8,0,12,46,99,111,111,107,105,101,95,97,100,118,50,0,8,0,14,46,99,111,111,107,105,101,95,97,100,118,105,99,101,0,8,0,17,46,99,111,111,107,105,101,95,97,103,114,101,101,109,101,110,116,0,8,0,13,46,99,111,111,107,105,101,95,97,108,101,114,116,0,8,0,18,46,99,111,111,107,105,101,95,97,108,101,114,116,95,99,111,110,116,0,8,0,21,46,99,111,111,107,105,101,95,97,108,101,114,116,95,109,101,115,115,97,103,101,0,8,0,15,46,99,111,111,107,105,101,95,97,112,112,114,111,118,101,0,8,0,20,46,99,111,111,107,105,101,95,97,112,112,114,111,118,101,100,95,98,97,114,0,8,0,12,46,99,111,111,107,105,101,95,97,114,101,97,0,8,0,18,46,99,111,111,107,105,101,95,98,97,99,107,103,114,111,117,110,100,0,8,0,16,46,99,111,111,107,105,101,95,98,97,99,107,119,114,97,112,0,8,0,11,46,99,111,111,107,105,101,95,98,97,110,0,8,0,14,46,99,111,111,107,105,101,95,98,97,110,110,101,114,0,8,0,20,46,99,111,111,107,105,101,95,98,97,110,110,101,114,45,45,114,111,111,116,0,8,0,22,46,99,111,111,107,105,101,95,98,97,110,110,101,114,45,104,97,110,100,108,101,100,0,8,0,25,46,99,111,111,107,105,101,95,98,97,110,110,101,114,95,98,97,99,107,103,114,111,117,110,100,0,8,0,24,46,99,111,111,107,105,101,95,98,97,110,110,101,114,95,99,111,110,116,97,105,110,101,114,0,8,0,21,46,99,111,111,107,105,101,95,98,97,110,110,101,114,95,102,111,111,116,101,114,0,8,0,22,46,99,111,111,107,105,101,95,98,97,110,110,101,114,95,111,118,101,114,108,97,121,0,8,0,22,46,99,111,111,107,105,101,95,98,97,110,110,101,114,95,115,101,99,116,105,111,110,0,8,0,16,46,99,111,111,107,105,101,95,98,97,110,110,105,101,114,101,0,8,0,11,46,99,111,111,107,105,101,95,98,97,114,0,8,0,16,46,99,111,111,107,105,101,95,98,97,114,95,98,97,115,101,0,8,0,16,46,99,111,111,107,105,101,95,98,97,114,95,116,101,120,116,0,8,0,14,46,99,111,111,107,105,101,95,98,97,114,95,118,50,0,8,0,19,46,99,111,111,107,105,101,95,98,97,114,95,119,114,97,112,112,101,114,0,8,0,13,46,99,111,111,107,105,101,95,98,97,114,114,97,0,8,0,10,46,99,111,111,107,105,101,95,98,103,0,8,0,13,46,99,111,111,107,105,101,95,98,108,111,99,107,0,8,0,15,46,99,111,111,107,105,101,95,98,108,111,99,107,101,114,0,8,0,13,46,99,111,111,107,105,101,95,98,111,108,99,107,0,8,0,11,46,99,111,111,107,105,101,95,98,111,116,0,8,0,11,46,99,111,111,107,105,101,95,98,111,120,0,8,0,18,46,99,111,111,107,105,101,95,98,111,120,95,115,104,97,100,111,119,0,8,0,14,46,99,111,111,107,105,101,95,99,104,111,105,99,101,0,8,0,16,46,99,111,111,107,105,101,95,99,110,116,110,114,95,115,116,0,8,0,15,46,99,111,111,107,105,101,95,99,111,110,102,105,114,109,0,8,0,35,46,99,111,111,107,105,101,95,99,111,110,115,101,110,116,58,110,111,116,40,98,111,100,121,41,58,110,111,116,40,104,116,109,108,41,0,8,0,22,46,99,111,111,107,105,101,95,99,111,110,115,101,110,116,95,95,97,108,101,114,116,0,8,0,22,46,99,111,111,107,105,101,95,99,111,110,115,101,110,116,95,98,97,110,110,101,114,0,8,0,32,46,99,111,111,107,105,101,95,99,111,110,115,101,110,116,95,98,97,110,110,101,114,95,99,111,110,116,97,105,110,101,114,0,8,0,22,46,99,111,111,107,105,101,95,99,111,110,115,101,110,116,95,100,105,97,108,111,103,0,8,0,22,46,99,111,111,107,105,101,95,99,111,110,115,101,110,116,95,104,111,108,100,101,114,0,8,0,23,46,99,111,111,107,105,101,95,99,111,110,115,101,110,116,95,111,118,101,114,108,97,121,0,8,0,21,46,99,111,111,107,105,101,95,99,111,110,115,101,110,116,95,112,111,112,117,112,0,8,0,21,46,99,111,111,107,105,101,95,99,111,110,115,101,110,116,95,116,105,116,108,101,0,8,0,12,46,99,111,111,107,105,101,95,99,111,110,116,0,8,0,25,46,99,111,111,107,105,101,95,99,111,110,116,97,105,110,101,114,95,119,114,97,112,112,101,114,0,8,0,15,46,99,111,111,107,105,101,95,99,111,110,116,101,110,116,0,8,0,11,46,99,111,111,107,105,101,95,99,115,116,0,8,0,26,46,99,111,111,107,105,101,95,100,105,115,99,97,108,105,109,101,114,95,101,110,103,108,105,115,104,0,8,0,18,46,99,111,111,107,105,101,95,100,105,115,99,108,97,105,109,101,114,0,8,0,18,46,99,111,111,107,105,101,95,100,105,115,99,108,111,115,117,114,101,0,8,0,15,46,99,111,111,107,105,101,95,100,105,115,112,108,97,121,0,8,0,11,46,99,111,111,107,105,101,95,100,105,118,0,8,0,20,46,99,111,111,107,105,101,95,101,110,97,98,108,101,95,112,111,112,117,112,0,8,0,14,46,99,111,111,107,105,101,95,101,117,95,98,97,114,0,8,0,20,46,99,111,111,107,105,101,95,101,117,95,99,111,110,116,97,105,110,101,114,0,8,0,17,46,99,111,111,107,105,101,95,101,118,105,108,95,111,118,101,114,0,8,0,13,46,99,111,111,107,105,101,95,102,108,111,97,116,0,8,0,14,46,99,111,111,107,105,101,95,102,108,121,111,117,116,0,8,0,20,46,99,111,111,107,105,101,95,102,111,111,116,101,114,95,102,105,120,101,100,0,8,0,24,46,99,111,111,107,105,101,95,102,114,97,109,101,95,98,97,99,107,103,114,111,117,110,100,0,8,0,12,46,99,111,111,107,105,101,95,103,100,112,114,0,8,0,13,46,99,111,111,107,105,101,95,103,114,97,121,76,0,8,0,14,46,99,111,111,107,105,101,95,104,101,108,112,101,114,0,8,0,14,46,99,111,111,107,105,101,95,104,105,100,100,101,110,0,8,0,12,46,99,111,111,107,105,101,95,104,105,110,116,0,8,0,15,46,99,111,111,107,105,101,95,104,105,110,119,101,105,115,0,8,0,11,46,99,111,111,107,105,101,95,105,110,102,0,8,0,17,46,99,111,111,107,105,101,95,105,110,102,111,95,98,111,120,49,0,8,0,22,46,99,111,111,107,105,101,95,105,110,102,111,95,99,111,110,116,97,105,110,101,114,0,8,0,20,46,99,111,111,107,105,101,95,105,110,102,111,95,99,111,110,116,101,110,116,0,8,0,17,46,99,111,111,107,105,101,95,105,110,102,111,95,119,114,97,112,0,8,0,20,46,99,111,111,107,105,101,95,105,110,102,111,95,119,114,97,112,112,101,114,0,8,0,14,46,99,111,111,107,105,101,95,105,110,102,111,114,109,0,8,0,18,46,99,111,111,107,105,101,95,105,110,102,111,114,109,97,116,105,101,0,8,0,27,46,99,111,111,107,105,101,95,105,110,102,111,114,109,97,116,105,111,110,45,45,97,99,116,105,118,101,0,8,0,24,46,99,111,111,107,105,101,95,105,110,102,111,114,109,97,116,105,111,110,45,45,98,97,114,0,8,0,28,46,99,111,111,107,105,101,95,105,110,102,111,114,109,97,116,105,111,110,45,45,111,118,101,114,108,97,121,0,8,0,24,46,99,111,111,107,105,101,95,105,110,102,111,114,109,97,116,105,111,110,45,45,116,111,112,0,8,0,13,46,99,111,111,107,105,101,95,105,110,110,101,114,0,8,0,11,46,99,111,111,107,105,101,95,108,97,119,0,8,0,21,46,99,111,111,107,105,101,95,108,97,119,95,99,111,110,116,97,105,110,101,114,0,8,0,18,46,99,111,111,107,105,101,95,108,97,119,95,100,105,97,108,111,103,0,8,0,25,46,99,111,111,107,105,101,95,108,97,119,95,114,101,118,101,97,108,95,100,105,97,108,111,103,0,8,0,26,46,99,111,111,107,105,101,95,108,97,119,95,114,101,118,101,97,108,95,111,118,101,114,108,97,121,0,8,0,13,46,99,111,111,107,105,101,95,108,97,121,101,114,0,8,0,12,46,99,111,111,107,105,101,95,108,98,111,120,0,8,0,15,46,99,111,111,107,105,101,95,108,105,99,101,110,99,101,0,8,0,15,46,99,111,111,107,105,101,95,108,111,97,100,105,110,103,0,8,0,12,46,99,111,111,107,105,101,95,108,111,103,111,0,8,0,9,46,99,111,111,107,105,101,95,109,0,8,0,18,46,99,111,111,107,105,101,95,109,97,105,110,95,98,108,111,99,107,0,8,0,15,46,99,111,111,107,105,101,95,109,101,108,100,105,110,103,0,8,0,15,46,99,111,111,107,105,101,95,109,101,108,100,117,110,103,0,8,0,12,46,99,111,111,107,105,101,95,109,101,115,115,0,8,0,15,46,99,111,111,107,105,101,95,109,101,115,115,97,103,101,0,8,0,19,46,99,111,111,107,105,101,95,109,101,115,115,97,103,101,95,98,111,120,0,8,0,25,46,99,111,111,107,105,101,95,109,101,115,115,97,103,101,95,99,111,110,116,97,105,110,101,114,0,8,0,25,46,99,111,111,107,105,101,95,109,101,115,115,97,103,101,95,100,105,115,112,108,97,121,101,100,0,8,0,20,46,99,111,111,107,105,101,95,109,101,115,115,97,103,101,95,119,114,97,112,0,8,0,11,46,99,111,111,107,105,101,95,109,111,98,0,8,0,23,46,99,111,111,107,105,101,95,109,111,100,97,108,95,98,117,116,116,111,110,95,118,53,0,8,0,19,46,99,111,111,107,105,101,95,109,111,100,97,108,95,111,117,116,101,114,0,8,0,14,46,99,111,111,107,105,101,95,109,111,100,117,108,101,0,8,0,15,46,99,111,111,107,105,101,95,109,111,110,115,116,101,114,0,8,0,19,46,99,111,111,107,105,101,95,109,111,110,115,116,101,114,95,98,111,120,0,8,0,15,46,99,111,111,107,105,101,95,109,115,103,95,98,108,107,0,8,0,18,46,99,111,111,107,105,101,95,110,101,119,115,108,101,116,116,101,114,0,8,0,12,46,99,111,111,107,105,101,95,110,111,116,101,0,8,0,16,46,99,111,111,107,105,101,95,110,111,116,101,95,98,107,103,0,8,0,14,46,99,111,111,107,105,101,95,110,111,116,105,99,101,0,8,0,20,46,99,111,111,107,105,101,95,110,111,116,105,99,101,95,98,108,111,99,107,0,8,0,19,46,99,111,111,107,105,101,95,110,111,116,105,99,101,95,98,108,117,101,0,8,0,22,46,99,111,111,107,105,101,95,110,111,116,105,99,101,95,111,118,101,114,108,97,121,0,8,0,19,46,99,111,111,107,105,101,95,110,111,116,105,99,101,95,119,114,97,112,0,8,0,22,46,99,111,111,107,105,101,95,110,111,116,105,99,101,95,119,114,97,112,112,101,114,0,8,0,13,46,99,111,111,107,105,101,95,110,111,116,105,102,0,8,0,14,46,99,111,111,107,105,101,95,110,111,116,105,102,101,0,8,0,20,46,99,111,111,107,105,101,95,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,26,46,99,111,111,107,105,101,95,110,111,116,105,102,105,99,97,116,105,111,110,95,98,108,111,99,107,0,8,0,30,46,99,111,111,107,105,101,95,110,111,116,105,102,105,99,97,116,105,111,110,95,99,111,110,116,97,105,110,101,114,0,8,0,28,46,99,111,111,107,105,101,95,110,111,116,105,102,105,99,97,116,105,111,110,95,119,114,97,112,112,101,114,0,8,0,14,46,99,111,111,107,105,101,95,110,111,116,105,102,121,0,8,0,13,46,99,111,111,107,105,101,95,111,112,114,117,122,0,8,0,13,46,99,111,111,107,105,101,95,111,112,116,105,110,0,8,0,17,46,99,111,111,107,105,101,95,111,112,116,105,110,95,98,111,120,0,8,0,15,46,99,111,111,107,105,101,95,111,118,101,114,108,97,121,0,8,0,25,46,99,111,111,107,105,101,95,111,118,101,114,108,97,121,95,99,111,110,116,97,105,110,101,114,0,8,0,19,46,99,111,111,107,105,101,95,111,118,101,114,108,97,121,115,104,111,119,0,8,0,13,46,99,111,111,107,105,101,95,112,97,110,101,108,0,8,0,17,46,99,111,111,107,105,101,95,112,97,110,101,108,95,110,101,119,0,8,0,21,46,99,111,111,107,105,101,95,112,105,99,107,105,110,103,95,98,108,111,99,107,0,8,0,14,46,99,111,111,107,105,101,95,112,108,117,103,105,110,0,8,0,14,46,99,111,111,107,105,101,95,112,111,108,105,99,121,0,8,0,21,46,99,111,111,107,105,101,95,112,111,108,105,99,121,95,98,97,110,110,101,114,0,8,0,18,46,99,111,111,107,105,101,95,112,111,108,105,99,121,95,98,97,114,0,8,0,18,46,99,111,111,107,105,101,95,112,111,108,105,99,121,95,98,111,120,0,8,0,24,46,99,111,111,107,105,101,95,112,111,108,105,99,121,95,99,111,109,112,111,110,101,110,116,0,8,0,19,46,99,111,111,107,105,101,95,112,111,108,105,99,121,95,99,111,110,116,0,8,0,24,46,99,111,111,107,105,101,95,112,111,108,105,99,121,95,99,111,110,116,97,105,110,101,114,0,8,0,22,46,99,111,111,107,105,101,95,112,111,108,105,99,121,95,109,101,115,115,97,103,101,0,8,0,20,46,99,111,111,107,105,101,95,112,111,108,105,99,121,95,111,117,116,101,114,0,8,0,18,46,99,111,111,107,105,101,95,112,111,108,105,99,121,95,112,111,112,0,8,0,16,46,99,111,111,107,105,101,95,112,111,108,105,116,105,99,115,0,8,0,23,46,99,111,111,107,105,101,95,112,111,112,117,112,95,97,108,105,103,110,109,101,110,116,0,8,0,21,46,99,111,111,107,105,101,95,112,111,112,117,112,95,119,114,97,112,112,101,114,0,8,0,23,46,99,111,111,107,105,101,95,112,111,115,105,116,105,111,110,95,98,111,116,116,111,109,0,8,0,26,46,99,111,111,107,105,101,95,112,114,101,102,101,114,101,110,99,101,115,95,98,97,110,110,101,114,0,8,0,15,46,99,111,111,107,105,101,95,112,114,105,118,97,99,121,0,8,0,21,46,99,111,111,107,105,101,95,112,114,105,118,97,99,121,95,97,108,101,114,116,0,8,0,21,46,99,111,111,107,105,101,95,112,114,105,118,97,99,121,95,98,108,111,99,107,0,8,0,24,46,99,111,111,107,105,101,95,112,114,105,118,97,99,121,95,105,110,102,111,95,98,97,114,0,8,0,23,46,99,111,111,107,105,101,95,112,114,105,118,97,99,121,95,108,97,119,95,98,97,114,0,8,0,20,46,99,111,111,107,105,101,95,112,114,105,118,97,99,121,95,108,105,110,101,0,8,0,22,46,99,111,111,107,105,101,95,112,114,105,118,97,99,121,95,112,111,108,105,99,121,0,8,0,13,46,99,111,111,107,105,101,95,114,97,109,107,97,0,8,0,21,46,99,111,111,107,105,101,95,114,102,95,116,121,112,101,95,112,97,110,101,108,0,8,0,22,46,99,111,111,107,105,101,95,114,102,95,116,121,112,101,95,119,105,110,100,111,119,0,8,0,13,46,99,111,111,107,105,101,95,114,105,98,111,110,0,8,0,19,46,99,111,111,107,105,101,95,114,105,99,104,116,108,105,110,105,101,110,0,8,0,16,46,99,111,111,107,105,101,95,114,111,108,108,100,111,119,110,0,8,0,11,46,99,111,111,107,105,101,95,114,111,119,0,8,0,13,46,99,111,111,107,105,101,95,114,117,108,101,115,0,8,0,11,46,99,111,111,107,105,101,95,115,97,118,0,8,0,19,46,99,111,111,107,105,101,95,115,99,104,101,109,97,95,100,97,114,107,0,8,0,20,46,99,111,111,107,105,101,95,115,101,99,111,110,100,95,98,108,111,99,107,0,8,0,15,46,99,111,111,107,105,101,95,115,101,116,116,105,110,103,0,8,0,23,46,99,111,111,107,105,101,95,115,101,116,116,105,110,103,115,95,98,111,116,116,111,109,0,8,0,26,46,99,111,111,107,105,101,95,115,101,116,116,105,110,103,115,95,99,111,110,116,97,105,110,101,114,0,8,0,23,46,99,111,111,107,105,101,95,115,101,116,116,105,110,103,115,95,116,111,103,103,108,101,0,8,0,17,46,99,111,111,107,105,101,95,115,116,97,116,101,109,101,110,116,0,8,0,24,46,99,111,111,107,105,101,95,115,116,97,116,101,109,101,110,116,95,115,112,97,99,101,114,0,8,0,15,46,99,111,111,107,105,101,95,115,116,105,99,107,101,114,0,8,0,23,46,99,111,111,107,105,101,95,115,116,105,99,107,101,114,95,119,114,97,112,112,101,114,0,8,0,13,46,99,111,111,107,105,101,95,115,116,114,105,112,0,8,0,11,46,99,111,111,107,105,101,95,116,97,98,0,8,0,11,46,99,111,111,107,105,101,95,116,97,103,0,8,0,19,46,99,111,111,107,105,101,95,116,97,106,101,107,111,122,116,97,116,111,0,8,0,16,46,99,111,111,107,105,101,95,116,97,107,101,111,118,101,114,0,8,0,11,46,99,111,111,107,105,101,95,116,105,112,0,8,0,14,46,99,111,111,107,105,101,95,116,105,112,98,111,120,0,8,0,12,46,99,111,111,107,105,101,95,116,105,112,115,0,8,0,15,46,99,111,111,107,105,101,95,116,111,111,108,98,97,114,0,8,0,13,46,99,111,111,107,105,101,95,116,114,97,99,107,0,8,0,13,46,99,111,111,107,105,101,95,117,115,97,103,101,0,8,0,20,46,99,111,111,107,105,101,95,117,115,97,103,101,95,98,97,110,110,101,114,0,8,0,22,46,99,111,111,107,105,101,95,117,115,97,103,101,95,110,111,116,105,102,105,101,114,0,8,0,23,46,99,111,111,107,105,101,95,117,115,97,103,101,95,110,111,116,105,102,105,101,114,50,0,8,0,20,46,99,111,111,107,105,101,95,117,115,97,103,101,95,110,111,116,105,102,121,0,8,0,13,46,99,111,111,107,105,101,95,118,101,114,105,102,0,8,0,12,46,99,111,111,107,105,101,95,119,97,114,110,0,8,0,16,46,99,111,111,107,105,101,95,119,97,114,110,95,98,111,120,0,8,0,15,46,99,111,111,107,105,101,95,119,97,114,110,105,110,103,0,8,0,19,46,99,111,111,107,105,101,95,119,97,114,110,105,110,103,95,98,111,120,0,8,0,25,46,99,111,111,107,105,101,95,119,97,114,110,105,110,103,95,99,111,110,116,97,105,110,101,114,0,8,0,19,46,99,111,111,107,105,101,95,119,97,114,110,105,110,103,95,110,101,119,0,8,0,20,46,99,111,111,107,105,101,95,119,97,114,110,105,110,103,95,119,114,97,112,0,8,0,19,46,99,111,111,107,105,101,95,119,114,97,112,95,98,111,116,116,111,109,0,8,0,15,46,99,111,111,107,105,101,95,119,114,97,112,112,101,114,0,8,0,22,46,99,111,111,107,105,101,95,119,114,97,112,112,101,114,45,98,111,116,116,111,109,0,8,0,20,46,99,111,111,107,105,101,95,119,114,97,112,112,101,114,95,116,111,111,108,0,8,0,11,46,99,111,111,107,105,101,95,119,114,112,0,8,0,14,46,99,111,111,107,105,101,97,98,102,114,97,103,101,0,8,0,11,46,99,111,111,107,105,101,97,98,108,101,0,8,0,13,46,99,111,111,107,105,101,97,99,99,101,112,116,0,8,0,21,46,99,111,111,107,105,101,97,99,99,101,112,116,95,119,114,97,112,112,101,114,0,8,0,17,46,99,111,111,107,105,101,97,99,99,101,112,116,97,110,99,101,0,8,0,10,46,99,111,111,107,105,101,97,100,118,0,8,0,13,46,99,111,111,107,105,101,97,100,118,105,115,101,0,8,0,12,46,99,111,111,107,105,101,97,108,97,114,109,0,8,0,12,46,99,111,111,107,105,101,97,108,101,114,116,0,8,0,12,46,99,111,111,107,105,101,97,116,97,116,97,0,8,0,12,46,99,111,111,107,105,101,98,97,100,103,101,0,8,0,11,46,99,111,111,107,105,101,98,97,108,107,0,8,0,24,46,99,111,111,107,105,101,98,97,110,110,101,114,45,45,99,111,110,116,97,105,110,101,114,0,8,0,17,46,99,111,111,107,105,101,98,97,110,110,101,114,45,45,106,115,0,8,0,19,46,99,111,111,107,105,101,98,97,110,110,101,114,45,105,110,110,101,114,0,8,0,20,46,99,111,111,107,105,101,98,97,110,110,101,114,45,108,101,103,97,99,121,0,8,0,21,46,99,111,111,107,105,101,98,97,110,110,101,114,45,111,118,101,114,108,97,121,0,8,0,21,46,99,111,111,107,105,101,98,97,110,110,101,114,45,119,97,114,110,105,110,103,0,8,0,24,46,99,111,111,107,105,101,98,97,110,110,101,114,95,95,99,111,110,116,97,105,110,101,114,0,8,0,18,46,99,111,111,107,105,101,98,97,110,110,101,114,95,95,116,111,112,0,8,0,24,46,99,111,111,107,105,101,98,97,110,110,101,114,95,98,97,99,107,103,114,111,117,110,100,0,8,0,18,46,99,111,111,107,105,101,98,97,110,110,101,114,112,111,112,117,112,0,8,0,15,46,99,111,111,107,105,101,98,97,110,110,101,114,118,50,0,8,0,20,46,99,111,111,107,105,101,98,97,114,45,45,118,97,114,105,97,110,116,49,0,8,0,14,46,99,111,111,107,105,101,98,97,114,45,97,100,109,0,8,0,16,46,99,111,111,107,105,101,98,97,114,45,98,108,111,99,107,0,8,0,20,46,99,111,111,107,105,101,98,97,114,45,99,111,110,116,97,105,110,101,114,0,8,0,18,46,99,111,111,107,105,101,98,97,114,45,109,101,115,115,97,103,101,0,8,0,16,46,99,111,111,107,105,101,98,97,114,45,112,97,110,101,108,0,8,0,14,46,99,111,111,107,105,101,98,97,114,45,116,112,108,0,8,0,18,46,99,111,111,107,105,101,98,97,114,45,119,114,97,112,112,101,114,0,8,0,19,46,99,111,111,107,105,101,98,97,114,95,95,111,118,101,114,108,97,121,0,8,0,20,46,99,111,111,107,105,101,98,97,114,95,99,111,110,116,97,105,110,101,114,0,8,0,18,46,99,111,111,107,105,101,98,97,114,95,119,114,97,112,112,101,114,0,8,0,19,46,99,111,111,107,105,101,98,97,114,99,111,110,116,97,105,110,101,114,0,8,0,16,46,99,111,111,107,105,101,98,97,114,104,111,108,100,101,114,0,8,0,15,46,99,111,111,107,105,101,98,97,114,105,110,110,101,114,0,8,0,29,46,99,111,111,107,105,101,98,103,58,110,111,116,40,98,111,100,121,41,58,110,111,116,40,104,116,109,108,41,0,8,0,12,46,99,111,111,107,105,101,98,108,111,99,107,0,8,0,11,46,99,111,111,107,105,101,98,111,107,115,0,8,0,13,46,99,111,111,107,105,101,98,111,116,116,111,109,0,8,0,18,46,99,111,111,107,105,101,98,111,120,45,119,114,97,112,112,101,114,0,8,0,11,46,99,111,111,107,105,101,98,111,120,77,0,8,0,15,46,99,111,111,107,105,101,98,111,120,83,116,97,114,116,0,8,0,11,46,99,111,111,107,105,101,99,97,108,108,0,8,0,12,46,99,111,111,107,105,101,99,104,101,99,107,0,8,0,27,46,99,111,111,107,105,101,99,104,101,99,107,95,98,97,110,110,101,114,45,119,114,97,112,112,101,114,0,8,0,12,46,99,111,111,107,105,101,99,108,111,115,101,0,8,0,11,46,99,111,111,107,105,101,99,110,105,108,0,8,0,23,46,99,111,111,107,105,101,99,111,110,115,101,110,116,45,98,97,99,107,100,114,111,112,0,8,0,21,46,99,111,111,107,105,101,99,111,110,115,101,110,116,45,98,97,110,110,101,114,0,8,0,24,46,99,111,111,107,105,101,99,111,110,115,101,110,116,45,99,111,110,116,97,105,110,101,114,0,8,0,21,46,99,111,111,107,105,101,99,111,110,115,101,110,116,45,100,105,97,108,111,103,0,8,0,22,46,99,111,111,107,105,101,99,111,110,115,101,110,116,45,111,118,101,114,108,97,121,0,8,0,28,46,99,111,111,107,105,101,99,111,110,115,101,110,116,45,111,118,101,114,108,97,121,45,108,105,103,104,116,0,8,0,20,46,99,111,111,107,105,101,99,111,110,115,101,110,116,45,112,111,112,117,112,0,8,0,31,46,99,111,111,107,105,101,99,111,110,115,101,110,116,45,112,111,112,117,112,45,98,97,99,107,103,114,111,117,110,100,0,8,0,17,46,99,111,111,107,105,101,99,111,110,115,101,110,116,45,114,117,0,8,0,20,46,99,111,111,107,105,101,99,111,110,115,101,110,116,45,115,104,97,100,101,0,8,0,21,46,99,111,111,107,105,101,99,111,110,115,101,110,116,45,115,105,109,112,108,101,0,8,0,19,46,99,111,111,107,105,101,99,111,110,115,101,110,116,45,119,114,97,112,0,8,0,22,46,99,111,111,107,105,101,99,111,110,115,101,110,116,45,119,114,97,112,112,101,114,0,8,0,20,46,99,111,111,107,105,101,99,111,110,115,101,110,116,95,95,119,114,97,112,0,8,0,20,46,99,111,111,107,105,101,99,111,110,115,101,110,116,98,97,110,110,101,114,0,8,0,17,46,99,111,111,107,105,101,99,111,110,115,101,110,116,98,97,114,0,8,0,23,46,99,111,111,107,105,101,99,111,110,115,101,110,116,99,111,109,112,111,110,101,110,116,0,8,0,23,46,99,111,111,107,105,101,99,111,110,115,101,110,116,99,111,110,116,97,105,110,101,114,0,8,0,16,46,99,111,111,107,105,101,99,111,110,116,97,105,110,101,114,0,8,0,14,46,99,111,111,107,105,101,99,111,110,116,101,110,116,0,8,0,14,46,99,111,111,107,105,101,99,111,110,116,114,111,108,0,8,0,32,46,99,111,111,107,105,101,99,111,110,116,114,111,108,45,97,108,101,114,116,45,98,111,120,45,119,114,97,112,112,101,114,0,8,0,11,46,99,111,111,107,105,101,99,114,97,112,0,8,0,13,46,99,111,111,107,105,101,99,117,116,116,101,114,0,8,0,16,46,99,111,111,107,105,101,100,45,99,111,110,116,101,110,116,0,8,0,28,46,99,111,111,107,105,101,100,58,110,111,116,40,98,111,100,121,41,58,110,111,116,40,104,116,109,108,41,0,8,0,13,46,99,111,111,107,105,101,100,79,117,116,101,114,0,8,0,14,46,99,111,111,107,105,101,100,101,116,97,105,108,115,0,8,0,13,46,99,111,111,107,105,101,100,105,97,108,111,103,0,8,0,14,46,99,111,111,107,105,101,100,105,109,101,114,100,97,0,8,0,17,46,99,111,111,107,105,101,100,105,115,99,108,97,105,109,101,114,0,8,0,22,46,99,111,111,107,105,101,100,105,115,99,108,97,105,109,101,114,98,108,111,99,107,0,8,0,10,46,99,111,111,107,105,101,100,105,118,0,8,0,18,46,99,111,111,107,105,101,100,111,111,114,95,112,97,100,100,101,100,0,8,0,13,46,99,111,111,107,105,101,102,97,115,99,105,97,0,8,0,14,46,99,111,111,107,105,101,102,108,111,97,116,101,114,0,8,0,13,46,99,111,111,107,105,101,102,111,111,116,101,114,0,8,0,12,46,99,111,111,107,105,101,102,114,97,109,101,0,8,0,13,46,99,111,111,107,105,101,104,101,97,100,101,114,0,8,0,13,46,99,111,111,107,105,101,104,101,105,103,104,116,0,8,0,11,46,99,111,111,107,105,101,104,105,110,116,0,8,0,14,46,99,111,111,107,105,101,104,105,110,119,101,105,115,0,8,0,14,46,99,111,111,107,105,101,105,110,102,111,45,98,103,0,8,0,19,46,99,111,111,107,105,101,105,110,102,111,45,99,111,110,116,101,110,116,0,8,0,21,46,99,111,111,107,105,101,105,110,102,111,58,110,111,116,40,98,111,100,121,41,0,8,0,22,46,99,111,111,107,105,101,105,110,102,111,95,95,99,111,110,116,97,105,110,101,114,0,8,0,24,46,99,111,111,107,105,101,105,110,102,111,98,97,110,110,101,114,87,114,97,112,112,101,114,0,8,0,14,46,99,111,111,107,105,101,105,110,102,111,98,97,114,0,8,0,16,46,99,111,111,107,105,101,105,110,102,111,98,108,111,99,107,0,8,0,17,46,99,111,111,107,105,101,105,110,102,111,104,111,108,100,101,114,0,8,0,18,46,99,111,111,107,105,101,105,110,102,111,114,109,97,116,105,111,110,0,8,0,22,46,99,111,111,107,105,101,105,110,102,111,114,109,97,116,105,111,110,97,114,101,97,0,8,0,12,46,99,111,111,107,105,101,105,110,102,111,115,0,8,0,17,46,99,111,111,107,105,101,106,97,114,45,98,111,116,116,111,109,0,8,0,18,46,99,111,111,107,105,101,106,97,114,45,99,111,110,116,101,110,116,0,8,0,10,46,99,111,111,107,105,101,107,97,116,0,8,0,10,46,99,111,111,107,105,101,107,98,98,0,8,0,12,46,99,111,111,107,105,101,108,97,98,101,108,0,8,0,16,46,99,111,111,107,105,101,108,97,119,45,97,108,101,114,116,0,8,0,17,46,99,111,111,107,105,101,108,97,119,45,98,97,110,110,101,114,0,8,0,14,46,99,111,111,107,105,101,108,97,119,45,98,97,114,0,8,0,17,46,99,111,111,107,105,101,108,97,119,45,98,111,116,116,111,109,0,8,0,20,46,99,111,111,107,105,101,108,97,119,45,99,111,110,116,97,105,110,101,114,0,8,0,15,46,99,111,111,107,105,101,108,97,119,45,105,110,102,111,0,8,0,14,46,99,111,111,107,105,101,108,97,119,45,109,115,103,0,8,0,16,46,99,111,111,107,105,101,108,97,119,45,112,97,110,101,108,0,8,0,18,46,99,111,111,107,105,101,108,97,119,45,119,114,97,112,112,101,114,0,8,0,30,46,99,111,111,107,105,101,108,97,119,58,110,111,116,40,98,111,100,121,41,58,110,111,116,40,104,116,109,108,41,0,8,0,17,46,99,111,111,107,105,101,108,97,119,72,105,110,116,116,111,112,0,8,0,18,46,99,111,111,107,105,101,108,97,119,95,111,118,101,114,108,97,121,0,8,0,18,46,99,111,111,107,105,101,108,97,119,95,119,114,97,112,112,101,114,0,8,0,13,46,99,111,111,107,105,101,108,97,119,98,97,114,0,8,0,17,46,99,111,111,107,105,101,108,97,119,105,110,102,111,98,97,114,0,8,0,25,46,99,111,111,107,105,101,108,97,119,112,111,112,117,112,45,99,111,110,116,97,105,110,101,114,0,8,0,12,46,99,111,111,107,105,101,108,97,121,101,114,0,8,0,19,46,99,111,111,107,105,101,108,97,121,101,114,95,95,108,97,121,101,114,0,8,0,12,46,99,111,111,107,105,101,108,101,103,97,108,0,8,0,13,46,99,111,111,107,105,101,108,101,105,115,116,101,0,8,0,17,46,99,111,111,107,105,101,108,101,118,101,108,95,95,98,97,114,0,8,0,11,46,99,111,111,107,105,101,108,105,110,101,0,8,0,11,46,99,111,111,107,105,101,108,111,111,112,0,8,0,11,46,99,111,111,107,105,101,108,111,112,100,0,8,0,14,46,99,111,111,107,105,101,109,97,100,110,101,115,115,0,8,0,14,46,99,111,111,107,105,101,109,97,105,110,100,105,118,0,8,0,15,46,99,111,111,107,105,101,109,97,110,45,115,104,111,119,0,8,0,14,46,99,111,111,107,105,101,109,97,110,97,103,101,114,0,8,0,32,46,99,111,111,107,105,101,109,97,110,97,103,101,114,95,98,97,110,110,101,114,45,45,99,111,110,116,97,105,110,101,114,0,8,0,26,46,99,111,111,107,105,101,109,97,110,97,103,101,114,95,115,104,111,119,95,115,105,109,112,108,101,0,8,0,24,46,99,111,111,107,105,101,109,101,108,100,105,110,103,45,99,111,110,116,97,105,110,101,114,0,8,0,34,46,99,111,111,107,105,101,109,101,108,100,105,110,103,58,110,111,116,40,104,116,109,108,41,58,110,111,116,40,98,111,100,121,41,0,8,0,14,46,99,111,111,107,105,101,109,101,108,100,117,110,103,0,8,0,21,46,99,111,111,107,105,101,109,101,115,115,97,103,101,45,104,111,108,100,101,114,0,8,0,23,46,99,111,111,107,105,101,109,101,115,115,97,103,101,95,95,111,118,101,114,108,97,121,0,8,0,19,46,99,111,111,107,105,101,109,101,115,115,97,103,101,98,108,111,99,107,0,8,0,25,46,99,111,111,107,105,101,109,101,115,115,97,103,101,112,108,97,99,101,104,111,108,100,101,114,0,8,0,10,46,99,111,111,107,105,101,109,111,110,0,8,0,24,46,99,111,111,107,105,101,109,111,110,115,116,101,114,45,99,111,110,116,97,105,110,101,114,0,8,0,10,46,99,111,111,107,105,101,109,115,103,0,8,0,10,46,99,111,111,107,105,101,110,97,118,0,8,0,11,46,99,111,111,107,105,101,110,111,116,101,0,8,0,20,46,99,111,111,107,105,101,110,111,116,101,95,95,111,118,101,114,108,97,121,0,8,0,17,46,99,111,111,107,105,101,110,111,116,105,99,101,45,98,97,114,0,8,0,17,46,99,111,111,107,105,101,110,111,116,105,99,101,45,98,111,120,0,8,0,23,46,99,111,111,107,105,101,110,111,116,105,99,101,45,99,111,110,116,97,105,110,101,114,0,8,0,21,46,99,111,111,107,105,101,110,111,116,105,99,101,45,99,111,110,116,101,110,116,0,8,0,19,46,99,111,111,107,105,101,110,111,116,105,99,101,45,105,110,110,101,114,0,8,0,18,46,99,111,111,107,105,101,110,111,116,105,99,101,45,119,114,97,112,0,8,0,19,46,99,111,111,107,105,101,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,13,46,99,111,111,107,105,101,110,111,116,105,102,121,0,8,0,17,46,99,111,111,107,105,101,111,112,116,45,104,111,108,100,101,114,0,8,0,12,46,99,111,111,107,105,101,111,112,116,105,110,0,8,0,14,46,99,111,111,107,105,101,111,112,116,105,111,110,115,0,8,0,14,46,99,111,111,107,105,101,111,118,101,114,108,97,121,0,8,0,16,46,99,111,111,107,105,101,111,118,101,114,108,97,121,45,120,0,8,0,12,46,99,111,111,107,105,101,112,97,110,101,108,0,8,0,20,46,99,111,111,107,105,101,112,97,110,101,108,95,111,118,101,114,108,97,121,0,8,0,23,46,99,111,111,107,105,101,112,101,114,109,105,115,115,105,111,110,112,114,111,109,112,116,0,8,0,11,46,99,111,111,107,105,101,112,108,117,115,0,8,0,26,46,99,111,111,107,105,101,112,108,117,115,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,20,46,99,111,111,107,105,101,112,108,117,115,45,101,120,116,101,110,100,101,100,0,8,0,18,46,99,111,111,107,105,101,112,108,117,115,45,109,111,100,101,114,110,0,8,0,10,46,99,111,111,107,105,101,112,111,108,0,8,0,18,46,99,111,111,107,105,101,112,111,108,105,99,101,112,111,112,117,112,0,8,0,13,46,99,111,111,107,105,101,112,111,108,105,99,121,0,8,0,21,46,99,111,111,107,105,101,112,111,108,105,99,121,45,45,97,99,116,105,118,101,0,8,0,19,46,99,111,111,107,105,101,112,111,108,105,99,121,45,98,108,111,99,107,0,8,0,22,46,99,111,111,107,105,101,112,111,108,105,99,121,45,100,114,111,112,100,111,119,110,0,8,0,17,46,99,111,111,107,105,101,112,111,108,105,99,121,45,116,120,116,0,8,0,18,46,99,111,111,107,105,101,112,111,108,105,99,121,45,119,114,97,112,0,8,0,21,46,99,111,111,107,105,101,112,111,108,105,99,121,45,119,114,97,112,112,101,114,0,8,0,19,46,99,111,111,107,105,101,112,111,108,105,99,121,66,97,110,110,101,114,0,8,0,24,46,99,111,111,107,105,101,112,111,108,105,99,121,95,95,99,111,110,116,97,105,110,101,114,0,8,0,16,46,99,111,111,107,105,101,112,111,108,105,99,121,98,97,114,0,8,0,18,46,99,111,111,107,105,101,112,111,108,105,99,121,99,108,97,115,115,0,8,0,19,46,99,111,111,107,105,101,112,111,108,105,99,121,102,111,111,116,101,114,0,8,0,20,46,99,111,111,107,105,101,112,111,108,105,99,121,111,118,101,114,108,97,121,0,8,0,17,46,99,111,111,107,105,101,112,111,108,105,99,121,116,101,120,116,0,8,0,14,46,99,111,111,107,105,101,112,111,108,105,116,105,107,0,8,0,11,46,99,111,111,107,105,101,112,111,108,108,0,8,0,12,46,99,111,111,107,105,101,112,111,112,105,110,0,8,0,17,46,99,111,111,107,105,101,112,111,112,117,112,45,99,111,110,116,0,8,0,22,46,99,111,111,107,105,101,112,111,112,117,112,45,99,111,110,116,97,105,110,101,114,0,8,0,15,46,99,111,111,107,105,101,112,111,112,117,112,98,111,120,0,8,0,21,46,99,111,111,107,105,101,112,111,112,117,112,99,111,110,116,97,105,110,101,114,0,8,0,19,46,99,111,111,107,105,101,112,111,112,117,112,119,114,97,112,112,101,114,0,8,0,24,46,99,111,111,107,105,101,112,114,101,102,101,114,101,110,99,101,115,95,112,111,112,117,112,0,8,0,14,46,99,111,111,107,105,101,112,114,105,118,97,99,121,0,8,0,9,46,99,111,111,107,105,101,112,117,0,8,0,15,46,99,111,111,107,105,101,113,117,101,115,116,105,111,110,0,8,0,11,46,99,111,111,107,105,101,114,98,97,114,0,8,0,13,46,99,111,111,107,105,101,114,105,110,102,111,114,0,8,0,10,46,99,111,111,107,105,101,114,111,119,0,8,0,16,46,99,111,111,107,105,101,115,45,45,97,99,116,105,118,101,0,8,0,15,46,99,111,111,107,105,101,115,45,45,97,103,114,101,101,0,8,0,13,46,99,111,111,107,105,101,115,45,45,98,97,114,0,8,0,19,46,99,111,111,107,105,101,115,45,45,99,111,110,116,97,105,110,101,114,0,8,0,18,46,99,111,111,107,105,101,115,45,45,101,120,112,108,105,99,105,116,0,8,0,18,46,99,111,111,107,105,101,115,45,45,105,109,112,108,105,99,105,116,0,8,0,14,46,99,111,111,107,105,101,115,45,45,105,110,102,111,0,8,0,22,46,99,111,111,107,105,101,115,45,45,110,111,116,45,97,99,99,101,112,116,101,100,0,8,0,22,46,99,111,111,107,105,101,115,45,45,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,13,46,99,111,111,107,105,101,115,45,45,112,111,112,0,8,0,15,46,99,111,111,107,105,101,115,45,45,114,105,103,104,116,0,8,0,14,46,99,111,111,107,105,101,115,45,45,115,104,111,119,0,8,0,10,46,99,111,111,107,105,101,115,45,49,0,8,0,22,46,99,111,111,107,105,101,115,45,97,99,99,101,112,116,45,45,98,108,111,99,107,0,8,0,21,46,99,111,111,107,105,101,115,45,97,99,99,101,112,116,45,98,108,111,99,107,0,8,0,25,46,99,111,111,107,105,101,115,45,97,99,99,101,112,116,45,99,111,110,116,97,105,110,101,114,0,8,0,20,46,99,111,111,107,105,101,115,45,97,99,99,101,112,116,45,102,111,114,109,0,8,0,20,46,99,111,111,107,105,101,115,45,97,99,99,101,112,116,45,105,110,102,111,0,8,0,23,46,99,111,111,107,105,101,115,45,97,99,99,101,112,116,45,109,101,115,115,97,103,101,0,8,0,19,46,99,111,111,107,105,101,115,45,97,99,99,101,112,116,97,110,99,101,0,8,0,27,46,99,111,111,107,105,101,115,45,97,99,99,101,112,116,97,110,99,101,45,111,118,101,114,108,97,121,0,8,0,25,46,99,111,111,107,105,101,115,45,97,99,99,101,112,116,97,110,99,101,45,112,97,110,101,108,0,8,0,34,46,99,111,111,107,105,101,115,45,97,99,99,101,112,116,97,110,99,101,45,119,114,97,112,112,101,114,45,99,111,109,109,111,110,0,8,0,27,46,99,111,111,107,105,101,115,45,97,99,99,101,112,116,97,116,105,111,110,45,98,97,110,110,101,114,0,8,0,38,46,99,111,111,107,105,101,115,45,97,99,99,101,112,116,101,100,58,110,111,116,40,98,111,100,121,41,58,110,111,116,40,46,112,97,103,101,41,0,8,0,12,46,99,111,111,107,105,101,115,45,97,100,118,0,8,0,15,46,99,111,111,107,105,101,115,45,97,100,118,101,114,116,0,8,0,15,46,99,111,111,107,105,101,115,45,97,100,118,105,99,101,0,8,0,16,46,99,111,111,107,105,101,115,45,97,100,118,105,115,111,114,0,8,0,19,46,99,111,111,107,105,101,115,45,97,103,103,114,101,101,109,101,110,116,0,8,0,14,46,99,111,111,107,105,101,115,45,97,103,114,101,101,0,8,0,18,46,99,111,111,107,105,101,115,45,97,103,114,101,101,109,101,110,116,0,8,0,24,46,99,111,111,107,105,101,115,45,97,103,114,101,101,109,101,110,116,45,98,108,111,99,107,0,8,0,24,46,99,111,111,107,105,101,115,45,97,103,114,101,101,109,101,110,116,45,99,108,97,115,115,0,8,0,26,46,99,111,111,107,105,101,115,45,97,103,114,101,101,109,101,110,116,45,100,101,115,107,116,111,112,0,8,0,29,46,99,111,111,107,105,101,115,45,97,103,114,101,101,109,101,110,116,45,101,110,116,101,114,45,100,111,110,101,0,8,0,26,46,99,111,111,107,105,101,115,45,97,103,114,101,101,109,101,110,116,45,119,114,97,112,112,101,114,0,8,0,14,46,99,111,111,107,105,101,115,45,97,108,101,114,116,0,8,0,21,46,99,111,111,107,105,101,115,45,97,108,101,114,116,45,97,108,101,114,116,97,0,8,0,18,46,99,111,111,107,105,101,115,45,97,108,101,114,116,45,98,97,114,0,8,0,20,46,99,111,111,107,105,101,115,45,97,108,101,114,116,45,98,108,111,99,107,0,8,0,26,46,99,111,111,107,105,101,115,45,97,108,101,114,116,45,98,111,120,45,119,114,97,112,112,101,114,0,8,0,24,46,99,111,111,107,105,101,115,45,97,108,101,114,116,45,99,111,110,116,97,105,110,101,114,0,8,0,25,46,99,111,111,107,105,101,115,45,97,108,101,114,116,45,119,105,100,101,114,45,119,114,97,112,0,8,0,22,46,99,111,111,107,105,101,115,45,97,108,101,114,116,45,119,114,97,112,112,101,114,0,8,0,23,46,99,111,111,107,105,101,115,45,97,108,101,114,116,95,95,119,114,97,112,112,101,114,0,8,0,15,46,99,111,111,107,105,101,115,45,97,108,101,114,116,97,0,8,0,14,46,99,111,111,107,105,101,115,45,97,108,108,111,119,0,8,0,18,46,99,111,111,107,105,101,115,45,97,108,108,111,119,97,110,99,101,0,8,0,31,46,99,111,111,107,105,101,115,45,97,108,108,111,119,101,100,91,114,111,108,101,61,34,100,105,97,108,111,103,34,93,0,8,0,23,46,99,111,111,107,105,101,115,45,97,110,97,108,121,116,105,99,115,45,105,110,102,111,0,8,0,27,46,99,111,111,107,105,101,115,45,97,110,100,45,112,114,105,118,97,99,121,45,98,111,114,100,101,114,0,8,0,33,46,99,111,111,107,105,101,115,45,97,110,100,45,112,114,105,118,97,99,121,45,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,21,46,99,111,111,107,105,101,115,45,97,110,100,45,116,114,97,99,107,105,110,103,0,8,0,18,46,99,111,111,107,105,101,115,45,97,110,100,114,111,109,101,100,97,0,8,0,13,46,99,111,111,107,105,101,115,45,97,114,101,97,0,8,0,18,46,99,111,111,107,105,101,115,45,98,97,99,107,45,98,111,100,121,0,8,0,17,46,99,111,111,107,105,101,115,45,98,97,99,107,100,114,111,112,0,8,0,13,46,99,111,111,107,105,101,115,45,98,97,110,100,0,8,0,21,46,99,111,111,107,105,101,115,45,98,97,110,100,45,111,118,101,114,108,97,121,0,8,0,16,46,99,111,111,107,105,101,115,45,98,97,110,100,101,97,117,0,8,0,32,46,99,111,111,107,105,101,115,45,98,97,110,110,101,114,45,98,97,99,107,100,114,111,112,45,119,114,97,112,112,101,114,0,8,0,25,46,99,111,111,107,105,101,115,45,98,97,110,110,101,114,45,99,111,109,112,111,110,101,110,116,0,8,0,25,46,99,111,111,107,105,101,115,45,98,97,110,110,101,114,45,99,111,110,116,97,105,110,101,114,0,8,0,23,46,99,111,111,107,105,101,115,45,98,97,110,110,101,114,45,101,110,97,98,108,101,100,0,8,0,21,46,99,111,111,107,105,101,115,45,98,97,110,110,101,114,45,115,104,111,119,110,0,8,0,20,46,99,111,111,107,105,101,115,45,98,97,110,110,101,114,45,119,114,97,112,0,8,0,18,46,99,111,111,107,105,101,115,45,98,97,110,110,101,114,95,95,99,0,8,0,26,46,99,111,111,107,105,101,115,45,98,97,110,110,101,114,95,95,99,111,110,116,97,105,110,101,114,0,8,0,24,46,99,111,111,107,105,101,115,45,98,97,110,110,101,114,95,95,111,118,101,114,108,97,121,0,8,0,12,46,99,111,111,107,105,101,115,45,98,97,114,0,8,0,19,46,99,111,111,107,105,101,115,45,98,97,114,45,108,97,121,111,117,116,0,8,0,16,46,99,111,111,107,105,101,115,45,98,97,114,45,110,101,119,0,8,0,13,46,99,111,111,107,105,101,115,45,98,108,111,99,0,8,0,14,46,99,111,111,107,105,101,115,45,98,108,111,99,107,0,8,0,13,46,99,111,111,107,105,101,115,45,98,108,111,107,0,8,0,15,46,99,111,111,107,105,101,115,45,98,111,116,116,111,109,0,8,0,22,46,99,111,111,107,105,101,115,45,98,111,116,116,111,109,45,98,97,110,110,101,114,0,8,0,25,46,99,111,111,107,105,101,115,45,98,111,116,116,111,109,45,99,111,110,116,97,105,110,101,114,0,8,0,12,46,99,111,111,107,105,101,115,45,98,111,120,0,8,0,17,46,99,111,111,107,105,101,115,45,98,111,120,45,105,110,102,111,0,8,0,19,46,99,111,111,107,105,101,115,45,98,111,120,45,109,111,100,117,108,101,0,8,0,15,46,99,111,111,107,105,101,115,45,98,117,98,98,108,101,0,8,0,17,46,99,111,111,107,105,101,115,45,98,117,108,108,115,104,105,116,0,8,0,19,46,99,111,111,107,105,101,115,45,99,97,106,97,45,116,101,120,116,111,0,8,0,24,46,99,111,111,107,105,101,115,45,99,97,108,108,111,117,116,45,119,114,97,112,112,101,114,0,8,0,15,46,99,111,111,107,105,101,115,45,99,97,118,101,97,116,0,8,0,14,46,99,111,111,107,105,101,115,45,99,108,97,105,109,0,8,0,12,46,99,111,111,107,105,101,115,45,99,110,116,0,8,0,20,46,99,111,111,107,105,101,115,45,99,111,109,109,117,110,105,99,97,116,101,0,8,0,25,46,99,111,111,107,105,101,115,45,99,111,109,112,108,105,97,110,99,101,45,98,108,111,99,107,0,8,0,23,46,99,111,111,107,105,101,115,45,99,111,109,112,111,110,101,110,116,45,108,103,112,100,0,8,0,23,46,99,111,111,107,105,101,115,45,99,111,110,99,101,110,116,45,100,105,97,108,111,103,0,8,0,21,46,99,111,111,107,105,101,115,45,99,111,110,102,105,103,45,97,118,105,115,111,0,8,0,16,46,99,111,111,107,105,101,115,45,99,111,110,102,105,114,109,0,8,0,22,46,99,111,111,107,105,101,115,45,99,111,110,102,105,114,109,45,98,108,111,99,107,0,8,0,28,46,99,111,111,107,105,101,115,45,99,111,110,102,105,114,109,97,116,105,111,110,45,100,105,97,108,111,103,0,8,0,29,46,99,111,111,107,105,101,115,45,99,111,110,102,105,114,109,97,116,105,111,110,45,119,114,97,112,112,101,114,0,8,0,33,46,99,111,111,107,105,101,115,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,45,99,111,109,112,111,110,101,110,116,0,8,0,26,46,99,111,111,107,105,101,115,45,99,111,110,115,101,110,116,45,99,111,110,116,97,105,110,101,114,0,8,0,22,46,99,111,111,107,105,101,115,45,99,111,110,115,101,110,116,45,112,97,110,101,108,0,8,0,22,46,99,111,111,107,105,101,115,45,99,111,110,115,101,110,116,45,112,111,112,117,112,0,8,0,24,46,99,111,111,107,105,101,115,45,99,111,110,115,101,110,116,45,119,114,97,112,112,101,114,0,8,0,21,46,99,111,111,107,105,101,115,45,99,111,110,116,97,105,110,101,114,45,117,107,0,8,0,26,46,99,111,111,107,105,101,115,45,99,111,110,116,97,105,110,101,114,95,105,110,118,101,114,115,101,0,8,0,17,46,99,111,111,107,105,101,115,45,99,111,110,116,101,117,100,111,0,8,0,16,46,99,111,111,107,105,101,115,45,99,111,110,116,114,111,108,0,8,0,26,46,99,111,111,107,105,101,115,45,99,111,110,116,114,111,108,45,99,111,110,116,97,105,110,101,114,0,8,0,12,46,99,111,111,107,105,101,115,45,99,116,110,0,8,0,20,46,99,111,111,107,105,101,115,45,100,97,114,107,45,102,105,108,116,101,114,0,8,0,15,46,99,111,111,107,105,101,115,45,100,105,97,108,111,103,0,8,0,19,46,99,111,111,107,105,101,115,45,100,105,97,108,111,103,45,98,111,120,0,8,0,24,46,99,111,111,107,105,101,115,45,100,105,97,108,111,103,95,95,119,114,97,112,112,101,114,0,8,0,18,46,99,111,111,107,105,101,115,45,100,105,114,101,99,116,105,118,101,0,8,0,19,46,99,111,111,107,105,101,115,45,100,105,115,99,108,97,105,109,101,114,0,8,0,23,46,99,111,111,107,105,101,115,45,100,105,115,99,108,97,105,109,101,114,45,98,97,114,0,8,0,27,46,99,111,111,107,105,101,115,45,100,105,115,99,108,97,105,109,101,114,45,119,114,97,112,112,101,114,0,8,0,27,46,99,111,111,107,105,101,115,45,100,105,115,99,108,111,115,117,114,101,45,111,118,101,114,108,97,121,0,8,0,12,46,99,111,111,107,105,101,115,45,100,105,118,0,8,0,19,46,99,111,111,107,105,101,115,45,100,105,118,45,102,111,111,116,101,114,0,8,0,20,46,99,111,111,107,105,101,115,45,101,108,105,120,114,101,103,116,101,99,104,0,8,0,21,46,99,111,111,107,105,101,115,45,101,115,45,99,111,110,116,97,105,110,101,114,0,8,0,11,46,99,111,111,107,105,101,115,45,101,117,0,8,0,14,46,99,111,111,107,105,101,115,45,101,117,45,98,103,0,8,0,14,46,99,111,111,107,105,101,115,45,102,105,101,108,100,0,8,0,13,46,99,111,111,107,105,101,115,45,102,108,101,120,0,8,0,17,46,99,111,111,107,105,101,115,45,102,108,111,97,116,105,110,103,0,8,0,15,46,99,111,111,107,105,101,115,45,102,111,111,116,101,114,0,8,0,19,46,99,111,111,107,105,101,115,45,102,111,111,116,101,114,45,98,97,114,0,8,0,21,46,99,111,111,107,105,101,115,45,102,111,111,116,101,114,45,98,108,111,99,107,0,8,0,17,46,99,111,111,107,105,101,115,45,102,111,111,116,101,114,45,105,0,8,0,13,46,99,111,111,107,105,101,115,45,103,100,112,114,0,8,0,23,46,99,111,111,107,105,101,115,45,103,105,111,111,100,111,45,114,101,113,117,105,114,101,0,8,0,15,46,99,111,111,107,105,101,115,45,103,108,111,98,97,108,0,8,0,17,46,99,111,111,107,105,101,115,45,103,114,97,100,105,101,110,116,0,8,0,26,46,99,111,111,107,105,101,115,45,104,97,110,100,115,104,97,107,101,45,119,114,97,112,112,101,114,0,8,0,15,46,99,111,111,107,105,101,115,45,104,101,97,100,101,114,0,8,0,13,46,99,111,111,107,105,101,115,45,104,105,110,116,0,8,0,23,46,99,111,111,107,105,101,115,45,104,105,110,116,45,99,111,110,116,97,105,110,101,114,0,8,0,16,46,99,111,111,107,105,101,115,45,104,105,110,119,101,105,115,0,8,0,15,46,99,111,111,107,105,101,115,45,104,111,108,100,101,114,0,8,0,15,46,99,111,111,107,105,101,115,45,105,102,114,97,109,101,0,8,0,20,46,99,111,111,107,105,101,115,45,105,110,85,115,101,45,97,108,101,114,116,0,8,0,23,46,99,111,111,107,105,101,115,45,105,110,102,111,45,98,97,99,107,103,114,111,110,100,0,8,0,20,46,99,111,111,107,105,101,115,45,105,110,102,111,45,98,97,110,110,101,114,0,8,0,17,46,99,111,111,107,105,101,115,45,105,110,102,111,45,98,111,120,0,8,0,23,46,99,111,111,107,105,101,115,45,105,110,102,111,45,99,111,110,116,97,105,110,101,114,0,8,0,20,46,99,111,111,107,105,101,115,45,105,110,102,111,45,115,116,97,116,105,99,0,8,0,33,46,99,111,111,107,105,101,115,45,105,110,102,111,58,110,111,116,40,104,116,109,108,41,58,110,111,116,40,98,111,100,121,41,0,8,0,20,46,99,111,111,107,105,101,115,45,105,110,102,111,95,98,97,110,110,101,114,0,8,0,16,46,99,111,111,107,105,101,115,45,105,110,102,111,98,97,114,0,8,0,20,46,99,111,111,107,105,101,115,45,105,110,102,111,114,109,97,116,105,111,110,0,8,0,25,46,99,111,111,107,105,101,115,45,105,110,102,111,114,109,97,116,105,111,110,45,97,114,101,97,0,8,0,17,46,99,111,111,107,105,101,115,45,105,110,102,111,114,109,101,114,0,8,0,25,46,99,111,111,107,105,101,115,45,105,110,102,111,114,109,101,114,45,115,101,99,116,105,111,110,0,8,0,14,46,99,111,111,107,105,101,115,45,105,110,102,111,115,0,8,0,14,46,99,111,111,107,105,101,115,45,105,110,110,101,114,0,8,0,14,46,99,111,111,107,105,101,115,45,108,97,98,101,108,0,8,0,12,46,99,111,111,107,105,101,115,45,108,97,119,0,8,0,16,46,99,111,111,107,105,101,115,45,108,97,119,45,98,97,114,0,8,0,17,46,99,111,111,107,105,101,115,45,108,97,119,45,105,110,102,111,0,8,0,20,46,99,111,111,107,105,101,115,45,108,97,119,45,119,114,97,112,112,101,114,0,8,0,14,46,99,111,111,107,105,101,115,45,108,97,121,101,114,0,8,0,22,46,99,111,111,107,105,101,115,45,108,97,121,111,117,116,45,109,111,100,117,108,101,0,8,0,22,46,99,111,111,107,105,101,115,45,108,97,121,111,117,116,45,112,97,103,105,110,97,0,8,0,13,46,99,111,111,107,105,101,115,45,108,101,102,116,0,8,0,20,46,99,111,111,107,105,101,115,45,108,101,103,105,115,108,97,116,105,111,110,0,8,0,17,46,99,111,111,107,105,101,115,45,108,105,103,104,116,98,111,120,0,8,0,24,46,99,111,111,107,105,101,115,45,108,105,103,104,116,98,111,120,45,97,99,99,101,112,116,0,8,0,13,46,99,111,111,107,105,101,115,45,108,105,110,101,0,8,0,14,46,99,111,111,107,105,101,115,45,108,105,115,116,97,0,8,0,13,46,99,111,111,107,105,101,115,45,109,97,105,110,0,8,0,20,46,99,111,111,107,105,101,115,45,109,97,105,110,45,98,97,110,110,101,114,0,8,0,21,46,99,111,111,107,105,101,115,45,109,97,105,110,45,111,118,101,114,108,97,121,0,8,0,23,46,99,111,111,107,105,101,115,45,109,97,110,97,103,101,109,101,110,116,45,98,97,114,0,8,0,26,46,99,111,111,107,105,101,115,45,109,97,110,97,103,101,109,101,110,116,45,98,117,116,116,111,110,0,8,0,23,46,99,111,111,107,105,101,115,45,109,97,110,97,103,101,114,45,98,97,110,110,101,114,0,8,0,13,46,99,111,111,107,105,101,115,45,109,97,115,115,0,8,0,26,46,99,111,111,107,105,101,115,45,109,101,115,115,97,103,101,45,99,111,110,116,97,105,110,101,114,0,8,0,22,46,99,111,111,107,105,101,115,45,109,101,115,115,97,103,101,45,112,97,110,101,108,0,8,0,22,46,99,111,111,107,105,101,115,45,109,101,115,115,97,103,101,45,112,111,112,117,112,0,8,0,23,46,99,111,111,107,105,101,115,45,109,101,115,115,97,103,101,45,119,105,110,100,111,119,0,8,0,22,46,99,111,111,107,105,101,115,45,109,101,115,115,97,103,101,45,119,114,97,112,112,0,8,0,12,46,99,111,111,107,105,101,115,45,109,111,100,0,8,0,16,46,99,111,111,107,105,101,115,45,109,111,100,45,98,97,114,0,8,0,23,46,99,111,111,107,105,101,115,45,109,111,100,97,108,45,98,97,99,107,100,114,111,112,0,8,0,26,46,99,111,111,107,105,101,115,45,109,111,100,97,108,95,95,98,97,99,107,103,114,111,117,110,100,0,8,0,23,46,99,111,111,107,105,101,115,45,109,111,100,97,108,95,95,111,118,101,114,108,97,121,0,8,0,15,46,99,111,111,107,105,101,115,45,109,111,100,117,108,101,0,8,0,12,46,99,111,111,107,105,101,115,45,109,115,103,0,8,0,16,46,99,111,111,107,105,101,115,45,109,115,103,45,98,111,120,0,8,0,19,46,99,111,111,107,105,101,115,45,109,115,103,45,119,105,100,103,101,116,0,8,0,20,46,99,111,111,107,105,101,115,45,109,115,103,45,119,114,97,112,112,101,114,0,8,0,12,46,99,111,111,107,105,101,115,45,110,97,118,0,8,0,16,46,99,111,111,107,105,101,115,45,110,97,118,45,98,97,114,0,8,0,19,46,99,111,111,107,105,101,115,45,110,111,102,105,99,97,116,105,111,110,0,8,0,29,46,99,111,111,107,105,101,115,45,110,111,114,109,97,116,105,118,101,95,95,99,111,110,116,97,105,110,101,114,0,8,0,13,46,99,111,111,107,105,101,115,45,110,111,116,101,0,8,0,21,46,99,111,111,107,105,101,115,45,110,111,116,105,99,101,45,97,108,101,114,116,0,8,0,19,46,99,111,111,107,105,101,115,45,110,111,116,105,99,101,45,109,115,103,0,8,0,26,46,99,111,111,107,105,101,115,45,110,111,116,105,99,101,115,45,99,111,110,116,97,105,110,101,114,0,8,0,21,46,99,111,111,107,105,101,115,45,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,27,46,99,111,111,107,105,101,115,45,110,111,116,105,102,105,99,97,116,105,111,110,45,45,119,114,97,112,0,8,0,25,46,99,111,111,107,105,101,115,45,110,111,116,105,102,105,99,97,116,105,111,110,45,98,97,114,0,8,0,29,46,99,111,111,107,105,101,115,45,110,111,116,105,102,105,99,97,116,105,111,110,45,112,111,114,116,108,101,116,0,8,0,29,46,99,111,111,107,105,101,115,45,110,111,116,105,102,105,99,97,116,105,111,110,45,119,114,97,112,112,101,114,0,8,0,22,46,99,111,111,107,105,101,115,45,110,111,116,105,102,105,99,97,116,105,111,110,115,0,8,0,20,46,99,111,111,107,105,101,115,45,110,111,116,105,102,105,99,97,116,111,114,0,8,0,15,46,99,111,111,107,105,101,115,45,110,111,116,105,102,121,0,8,0,21,46,99,111,111,107,105,101,115,45,110,111,116,105,102,121,45,109,111,100,97,108,0,8,0,14,46,99,111,111,107,105,101,115,45,110,111,116,105,115,0,8,0,26,46,99,111,111,107,105,101,115,45,111,98,108,105,103,97,116,105,111,110,45,99,108,97,117,115,101,0,8,0,23,46,99,111,111,107,105,101,115,45,111,112,101,110,58,110,111,116,40,98,111,100,121,41,0,8,0,16,46,99,111,111,107,105,101,115,45,111,118,101,114,108,97,121,0,8,0,26,46,99,111,111,107,105,101,115,45,111,118,101,114,108,97,121,45,99,111,110,116,97,105,110,101,114,0,8,0,23,46,99,111,111,107,105,101,115,45,111,118,101,114,108,97,121,45,119,105,100,103,101,116,0,8,0,27,46,99,111,111,107,105,101,115,45,111,118,101,114,108,97,121,95,95,99,111,110,116,97,105,110,101,114,0,8,0,20,46,99,111,111,107,105,101,115,45,112,97,103,101,45,102,105,108,116,101,114,0,8,0,14,46,99,111,111,107,105,101,115,45,112,97,110,101,108,0,8,0,19,46,99,111,111,107,105,101,115,45,112,97,110,101,108,45,103,100,112,114,0,8,0,13,46,99,111,111,107,105,101,115,45,112,100,112,97,0,8,0,23,46,99,111,111,107,105,101,115,45,112,111,108,105,99,121,45,45,97,99,116,105,118,101,0,8,0,21,46,99,111,111,107,105,101,115,45,112,111,108,105,99,121,45,97,108,101,114,116,0,8,0,22,46,99,111,111,107,105,101,115,45,112,111,108,105,99,121,45,98,97,110,110,101,114,0,8,0,19,46,99,111,111,107,105,101,115,45,112,111,108,105,99,121,45,98,97,114,0,8,0,21,46,99,111,111,107,105,101,115,45,112,111,108,105,99,121,45,98,108,111,99,107,0,8,0,20,46,99,111,111,107,105,101,115,45,112,111,108,105,99,121,45,99,97,114,100,0,8,0,25,46,99,111,111,107,105,101,115,45,112,111,108,105,99,121,45,99,111,110,116,97,105,110,101,114,0,8,0,23,46,99,111,111,107,105,101,115,45,112,111,108,105,99,121,45,99,111,110,116,101,110,116,0,8,0,26,46,99,111,111,107,105,101,115,45,112,111,108,105,99,121,45,100,105,115,99,108,97,105,109,101,114,0,8,0,23,46,99,111,111,107,105,101,115,45,112,111,108,105,99,121,45,109,101,115,115,97,103,101,0,8,0,33,46,99,111,111,107,105,101,115,45,112,111,108,105,99,121,45,112,111,112,111,118,101,114,45,99,111,110,116,97,105,110,101,114,0,8,0,21,46,99,111,111,107,105,101,115,45,112,111,108,105,99,121,45,112,111,112,117,112,0,8,0,19,46,99,111,111,107,105,101,115,45,112,111,108,105,99,121,45,115,101,99,0,8,0,23,46,99,111,111,107,105,101,115,45,112,111,108,105,99,121,45,116,114,105,103,103,101,114,0,8,0,16,46,99,111,111,107,105,101,115,45,112,111,108,105,116,105,99,0,8,0,18,46,99,111,111,107,105,101,115,45,112,111,112,45,97,108,101,114,116,0,8,0,15,46,99,111,111,107,105,101,115,45,112,111,112,45,117,112,0,8,0,14,46,99,111,111,107,105,101,115,45,112,111,112,97,112,0,8,0,14,46,99,111,111,107,105,101,115,45,112,111,112,105,110,0,8,0,14,46,99,111,111,107,105,101,115,45,112,111,112,117,112,0,8,0,24,46,99,111,111,107,105,101,115,45,112,111,112,117,112,45,99,111,110,116,97,105,110,101,114,0,8,0,22,46,99,111,111,107,105,101,115,45,112,111,112,117,112,45,119,114,97,112,112,101,114,0,8,0,17,46,99,111,111,107,105,101,115,45,112,111,112,117,112,98,111,120,0,8,0,16,46,99,111,111,107,105,101,115,45,112,111,114,116,108,101,116,0,8,0,16,46,99,111,111,107,105,101,115,45,112,114,105,118,97,99,121,0,8,0,23,46,99,111,111,107,105,101,115,45,112,114,105,118,97,99,121,45,115,116,105,99,107,121,0,8,0,15,46,99,111,111,107,105,101,115,45,112,114,111,109,112,116,0,8,0,14,46,99,111,111,107,105,101,115,45,112,119,114,97,112,0,8,0,17,46,99,111,111,107,105,101,115,45,113,117,101,115,116,105,111,110,0,8,0,12,46,99,111,111,107,105,101,115,45,114,97,119,0,8,0,15,46,99,111,111,107,105,101,115,45,114,101,103,105,111,110,0,8,0,17,46,99,111,111,107,105,101,115,45,114,101,109,105,110,100,101,114,0,8,0,20,46,99,111,111,107,105,101,115,45,114,101,109,105,110,100,101,114,45,118,50,0,8,0,16,46,99,111,111,107,105,101,115,45,114,101,113,117,101,115,116,0,8,0,15,46,99,111,111,107,105,101,115,45,114,105,98,98,111,110,0,8,0,13,46,99,111,111,107,105,101,115,45,114,111,100,111,0,8,0,12,46,99,111,111,107,105,101,115,45,114,111,119,0,8,0,14,46,99,111,111,107,105,101,115,45,114,117,108,101,115,0,8,0,13,46,99,111,111,107,105,101,115,45,115,97,118,101,0,8,0,18,46,99,111,111,107,105,101,115,45,115,99,114,111,108,108,98,97,114,0,8,0,12,46,99,111,111,107,105,101,115,45,115,101,99,0,8,0,15,46,99,111,111,107,105,101,115,45,115,101,99,111,110,100,0,8,0,16,46,99,111,111,107,105,101,115,45,115,101,99,116,105,111,110,0,8,0,17,46,99,111,111,107,105,101,115,45,115,101,116,116,105,110,103,115,0,8,0,21,46,99,111,111,107,105,101,115,45,115,101,116,116,105,110,103,115,45,98,111,120,0,8,0,14,46,99,111,111,107,105,101,115,45,115,108,105,100,101,0,8,0,18,46,99,111,111,107,105,101,115,45,115,116,97,116,101,109,101,110,116,0,8,0,16,46,99,111,111,107,105,101,115,45,115,116,105,99,107,101,114,0,8,0,15,46,99,111,111,107,105,101,115,45,115,116,105,99,107,121,0,8,0,12,46,99,111,111,107,105,101,115,45,115,116,110,0,8,0,14,46,99,111,111,107,105,101,115,45,115,116,114,105,112,0,8,0,15,46,99,111,111,107,105,101,115,45,115,116,114,105,112,101,0,8,0,14,46,99,111,111,107,105,101,115,45,115,116,121,108,101,0,8,0,20,46,99,111,111,107,105,101,115,45,116,101,109,97,45,98,108,97,110,99,111,0,8,0,13,46,99,111,111,107,105,101,115,45,116,101,120,116,0,8,0,12,46,99,111,111,107,105,101,115,45,116,105,112,0,8,0,16,46,99,111,111,107,105,101,115,45,116,111,111,108,116,105,112,0,8,0,12,46,99,111,111,107,105,101,115,45,116,111,112,0,8,0,19,46,99,111,111,107,105,101,115,45,116,111,112,45,110,111,116,105,99,101,0,8,0,25,46,99,111,111,107,105,101,115,45,116,114,97,99,107,105,110,103,45,45,98,111,116,116,111,109,0,8,0,13,46,99,111,111,107,105,101,115,45,116,121,112,101,0,8,0,11,46,99,111,111,107,105,101,115,45,117,101,0,8,0,14,46,99,111,111,107,105,101,115,45,117,115,97,103,101,0,8,0,24,46,99,111,111,107,105,101,115,45,117,115,97,103,101,45,99,111,110,116,97,105,110,101,114,0,8,0,22,46,99,111,111,107,105,101,115,45,117,115,97,103,101,45,99,111,110,116,101,110,116,0,8,0,19,46,99,111,111,107,105,101,115,45,117,115,97,103,101,45,105,110,102,111,0,8,0,20,46,99,111,111,107,105,101,115,45,117,115,101,100,45,110,111,116,105,99,101,0,8,0,11,46,99,111,111,107,105,101,115,45,118,50,0,8,0,13,46,99,111,111,107,105,101,115,45,118,105,101,119,0,8,0,13,46,99,111,111,107,105,101,115,45,119,97,114,110,0,8,0,16,46,99,111,111,107,105,101,115,45,119,97,114,110,105,110,103,0,8,0,26,46,99,111,111,107,105,101,115,45,119,97,114,110,105,110,103,45,99,111,110,116,97,105,110,101,114,0,8,0,23,46,99,111,111,107,105,101,115,45,119,97,114,110,105,110,103,45,102,111,111,116,101,114,0,8,0,21,46,99,111,111,107,105,101,115,45,119,97,114,110,105,110,103,45,119,114,97,112,0,8,0,20,46,99,111,111,107,105,101,115,45,119,105,100,103,101,116,45,98,111,100,121,0,8,0,15,46,99,111,111,107,105,101,115,45,119,105,110,100,111,119,0,8,0,11,46,99,111,111,107,105,101,115,45,119,114,0,8,0,13,46,99,111,111,107,105,101,115,45,119,114,97,112,0,8,0,16,46,99,111,111,107,105,101,115,45,119,114,97,112,112,101,114,0,8,0,12,46,99,111,111,107,105,101,115,45,119,114,112,0,8,0,21,46,99,111,111,107,105,101,115,45,119,114,112,95,95,99,111,111,107,105,101,115,0,8,0,15,46,99,111,111,107,105,101,115,46,97,99,116,105,118,101,0,8,0,14,46,99,111,111,107,105,101,115,46,97,108,101,114,116,0,8,0,26,46,99,111,111,107,105,101,115,46,97,108,101,114,116,45,100,105,115,109,105,115,115,105,98,108,101,0,8,0,15,46,99,111,111,107,105,101,115,46,98,97,110,110,101,114,0,8,0,15,46,99,111,111,107,105,101,115,46,98,111,116,116,111,109,0,8,0,16,46,99,111,111,107,105,101,115,46,99,97,108,108,111,117,116,0,8,0,13,46,99,111,111,107,105,101,115,46,100,97,114,107,0,8,0,15,46,99,111,111,107,105,101,115,46,100,105,97,108,111,103,0,8,0,13,46,99,111,111,107,105,101,115,46,105,110,102,111,0,8,0,16,46,99,111,111,107,105,101,115,46,105,115,45,111,112,101,110,0,8,0,17,46,99,111,111,107,105,101,115,46,105,115,45,115,104,111,119,110,0,8,0,13,46,99,111,111,107,105,101,115,46,112,98,45,48,0,8,0,21,46,99,111,111,107,105,101,115,46,112,114,105,110,116,45,104,105,100,100,101,110,0,8,0,19,46,99,111,111,107,105,101,115,46,112,114,105,118,97,99,121,76,97,119,0,8,0,12,46,99,111,111,107,105,101,115,46,114,111,119,0,8,0,33,46,99,111,111,107,105,101,115,46,115,104,111,119,58,110,111,116,40,104,116,109,108,41,58,110,111,116,40,98,111,100,121,41,0,8,0,17,46,99,111,111,107,105,101,115,46,115,105,116,101,45,109,115,103,0,8,0,18,46,99,111,111,107,105,101,115,46,115,108,105,100,101,73,110,85,112,0,8,0,18,46,99,111,111,107,105,101,115,46,115,118,45,108,97,121,111,117,116,0,8,0,20,46,99,111,111,107,105,101,115,46,115,118,45,118,101,114,116,105,99,97,108,0,8,0,20,46,99,111,111,107,105,101,115,46,116,101,120,116,45,99,101,110,116,101,114,0,8,0,9,46,99,111,111,107,105,101,115,49,0,8,0,10,46,99,111,111,107,105,101,115,50,50,0,8,0,19,46,99,111,111,107,105,101,115,65,99,99,101,112,116,97,116,105,111,110,0,8,0,13,46,99,111,111,107,105,101,115,65,103,114,101,101,0,8,0,17,46,99,111,111,107,105,101,115,65,103,114,101,101,109,101,110,116,0,8,0,13,46,99,111,111,107,105,101,115,65,108,101,114,116,0,8,0,16,46,99,111,111,107,105,101,115,65,108,101,114,116,66,111,120,0,8,0,20,46,99,111,111,107,105,101,115,65,108,101,114,116,87,114,97,112,112,101,114,0,8,0,13,46,99,111,111,107,105,101,115,65,118,105,115,111,0,8,0,18,46,99,111,111,107,105,101,115,66,97,99,107,103,114,111,117,110,100,0,8,0,19,46,99,111,111,107,105,101,115,66,97,110,110,101,114,66,108,111,99,107,0,8,0,21,46,99,111,111,107,105,101,115,66,97,110,110,101,114,79,118,101,114,108,97,121,0,8,0,19,46,99,111,111,107,105,101,115,66,97,110,110,101,114,83,104,111,119,110,0,8,0,18,46,99,111,111,107,105,101,115,66,97,114,45,104,111,108,100,101,114,0,8,0,21,46,99,111,111,107,105,101,115,66,97,114,58,110,111,116,40,98,111,100,121,41,0,8,0,13,46,99,111,111,107,105,101,115,66,103,67,108,115,0,8,0,12,46,99,111,111,107,105,101,115,66,108,111,99,0,8,0,13,46,99,111,111,107,105,101,115,66,108,111,99,107,0,8,0,14,46,99,111,111,107,105,101,115,66,111,116,116,111,109,0,8,0,17,46,99,111,111,107,105,101,115,66,111,116,116,111,109,66,97,114,0,8,0,11,46,99,111,111,107,105,101,115,66,111,120,0,8,0,9,46,99,111,111,107,105,101,115,67,0,8,0,13,46,99,111,111,107,105,101,115,67,108,97,115,115,0,8,0,15,46,99,111,111,107,105,101,115,67,111,110,102,105,114,109,0,8,0,20,46,99,111,111,107,105,101,115,67,111,110,102,105,114,109,97,116,105,111,110,0,8,0,20,46,99,111,111,107,105,101,115,67,111,110,115,101,110,116,80,111,112,85,112,0,8,0,21,46,99,111,111,107,105,101,115,67,111,110,115,101,110,116,95,111,117,116,101,114,0,8,0,17,46,99,111,111,107,105,101,115,67,111,110,116,97,105,110,101,114,0,8,0,15,46,99,111,111,107,105,101,115,67,111,110,116,101,110,116,0,8,0,16,46,99,111,111,107,105,101,115,67,111,114,114,101,105,111,115,0,8,0,22,46,99,111,111,107,105,101,115,68,105,115,97,98,108,101,100,66,97,110,110,101,114,0,8,0,18,46,99,111,111,107,105,101,115,68,105,115,99,108,97,105,109,101,114,0,8,0,14,46,99,111,111,107,105,101,115,70,111,111,116,101,114,0,8,0,14,46,99,111,111,107,105,101,115,72,101,97,100,101,114,0,8,0,12,46,99,111,111,107,105,101,115,72,105,100,101,0,8,0,12,46,99,111,111,107,105,101,115,73,110,102,111,0,8,0,17,46,99,111,111,107,105,101,115,73,110,102,111,66,108,111,99,107,0,8,0,15,46,99,111,111,107,105,101,115,73,110,102,111,66,111,120,0,8,0,18,46,99,111,111,107,105,101,115,73,110,102,111,72,111,108,100,101,114,0,8,0,18,46,99,111,111,107,105,101,115,73,110,102,111,95,109,111,100,97,108,0,8,0,19,46,99,111,111,107,105,101,115,73,110,102,111,114,109,97,116,105,111,110,0,8,0,16,46,99,111,111,107,105,101,115,73,110,102,111,114,109,101,114,0,8,0,22,46,99,111,111,107,105,101,115,76,97,119,65,99,99,101,112,116,97,116,105,111,110,0,8,0,13,46,99,111,111,107,105,101,115,76,97,121,101,114,0,8,0,18,46,99,111,111,107,105,101,115,76,101,103,97,108,82,117,108,101,115,0,8,0,38,46,99,111,111,107,105,101,115,77,97,110,97,103,101,109,101,110,116,58,110,111,116,40,98,111,100,121,41,58,110,111,116,40,104,116,109,108,41,0,8,0,15,46,99,111,111,107,105,101,115,77,101,115,115,97,103,101,0,8,0,21,46,99,111,111,107,105,101,115,77,101,115,115,97,103,101,66,97,110,110,101,114,0,8,0,20,46,99,111,111,107,105,101,115,77,101,115,115,97,103,101,76,97,121,101,114,0,8,0,19,46,99,111,111,107,105,101,115,77,101,115,115,97,103,101,87,114,97,112,0,8,0,11,46,99,111,111,107,105,101,115,77,115,103,0,8,0,16,46,99,111,111,107,105,101,115,77,115,103,95,119,114,97,112,0,8,0,18,46,99,111,111,107,105,101,115,78,97,118,77,101,115,115,97,103,101,0,8,0,11,46,99,111,111,107,105,101,115,78,101,119,0,8,0,12,46,99,111,111,107,105,101,115,78,111,116,101,0,8,0,14,46,99,111,111,107,105,101,115,78,111,116,105,99,101,0,8,0,23,46,99,111,111,107,105,101,115,78,111,116,105,99,101,67,111,110,116,97,105,110,101,114,0,8,0,20,46,99,111,111,107,105,101,115,78,111,116,105,102,105,99,97,116,105,111,110,0,8,0,25,46,99,111,111,107,105,101,115,78,111,116,105,102,105,99,97,116,105,111,110,79,117,116,101,114,0,8,0,29,46,99,111,111,107,105,101,115,78,111,116,105,102,105,99,97,116,105,111,110,95,95,119,114,97,112,112,101,114,0,8,0,23,46,99,111,111,107,105,101,115,78,111,116,105,102,105,99,97,116,105,111,110,95,118,49,0,8,0,13,46,99,111,111,107,105,101,115,79,112,116,105,110,0,8,0,15,46,99,111,111,107,105,101,115,79,118,101,114,108,97,121,0,8,0,16,46,99,111,111,107,105,101,115,79,118,101,114,108,97,121,50,0,8,0,19,46,99,111,111,107,105,101,115,79,118,101,114,108,97,121,50,66,111,120,0,8,0,13,46,99,111,111,107,105,101,115,80,97,110,101,108,0,8,0,23,46,99,111,111,107,105,101,115,80,97,110,101,108,66,97,99,107,103,114,111,117,110,100,0,8,0,11,46,99,111,111,107,105,101,115,80,105,101,0,8,0,14,46,99,111,111,107,105,101,115,80,105,115,107,111,116,0,8,0,11,46,99,111,111,107,105,101,115,80,111,108,0,8,0,14,46,99,111,111,107,105,101,115,80,111,108,105,99,121,0,8,0,23,46,99,111,111,107,105,101,115,80,111,108,105,99,121,67,111,110,116,97,105,110,101,114,0,8,0,13,46,99,111,111,107,105,101,115,80,111,112,85,112,0,8,0,13,46,99,111,111,107,105,101,115,80,111,112,117,112,0,8,0,20,46,99,111,111,107,105,101,115,80,114,105,118,97,99,121,76,97,121,101,114,0,8,0,11,46,99,111,111,107,105,101,115,80,114,111,0,8,0,12,46,99,111,111,107,105,101,115,83,104,111,119,0,8,0,19,46,99,111,111,107,105,101,115,83,105,116,101,77,101,115,115,97,103,101,0,8,0,13,46,99,111,111,107,105,101,115,83,116,114,105,112,0,8,0,11,46,99,111,111,107,105,101,115,84,105,112,0,8,0,17,46,99,111,111,107,105,101,115,84,105,112,73,102,114,97,109,101,0,8,0,15,46,99,111,111,107,105,101,115,84,111,112,95,100,105,118,0,8,0,11,46,99,111,111,107,105,101,115,84,120,116,0,8,0,20,46,99,111,111,107,105,101,115,85,115,97,103,101,77,101,115,115,97,103,101,0,8,0,15,46,99,111,111,107,105,101,115,87,97,114,110,105,110,103,0,8,0,25,46,99,111,111,107,105,101,115,87,97,114,110,105,110,103,45,99,111,110,116,97,105,110,101,114,0,8,0,24,46,99,111,111,107,105,101,115,87,97,114,110,105,110,103,67,111,110,116,97,105,110,101,114,0,8,0,14,46,99,111,111,107,105,101,115,87,105,110,100,111,119,0,8,0,10,46,99,111,111,107,105,101,115,87,114,0,8,0,12,46,99,111,111,107,105,101,115,87,114,97,112,0,8,0,15,46,99,111,111,107,105,101,115,87,114,97,112,112,101,114,0,8,0,11,46,99,111,111,107,105,101,115,87,114,112,0,8,0,35,46,99,111,111,107,105,101,115,91,100,97,116,97,45,112,108,117,103,105,110,45,97,99,99,101,112,116,99,111,111,107,105,101,115,93,0,8,0,28,46,99,111,111,107,105,101,115,91,100,97,116,97,45,112,108,117,103,105,110,45,99,111,111,107,105,101,93,0,8,0,20,46,99,111,111,107,105,101,115,95,95,98,97,99,107,103,114,111,117,110,100,0,8,0,16,46,99,111,111,107,105,101,115,95,95,98,97,110,110,101,114,0,8,0,25,46,99,111,111,107,105,101,115,95,95,98,97,110,110,101,114,95,95,119,114,97,112,112,101,114,0,8,0,13,46,99,111,111,107,105,101,115,95,95,98,97,114,0,8,0,21,46,99,111,111,107,105,101,115,95,95,98,97,114,95,95,104,101,97,100,101,114,0,8,0,15,46,99,111,111,107,105,101,115,95,95,98,108,111,99,107,0,8,0,13,46,99,111,111,107,105,101,115,95,95,98,111,120,0,8,0,14,46,99,111,111,107,105,101,115,95,95,99,97,114,100,0,8,0,17,46,99,111,111,107,105,101,115,95,95,99,111,110,116,101,110,116,0,8,0,26,46,99,111,111,107,105,101,115,95,95,100,105,118,45,45,100,105,118,45,111,118,101,114,108,97,121,0,8,0,20,46,99,111,111,107,105,101,115,95,95,105,110,102,111,95,98,108,111,99,107,0,8,0,15,46,99,111,111,107,105,101,115,95,95,105,110,110,101,114,0,8,0,17,46,99,111,111,107,105,101,115,95,95,108,97,121,111,118,101,114,0,8,0,17,46,99,111,111,107,105,101,115,95,95,109,101,115,115,97,103,101,0,8,0,15,46,99,111,111,107,105,101,115,95,95,109,111,100,97,108,0,8,0,16,46,99,111,111,107,105,101,115,95,95,110,111,116,105,99,101,0,8,0,22,46,99,111,111,107,105,101,115,95,95,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,17,46,99,111,111,107,105,101,115,95,95,111,118,101,114,108,97,121,0,8,0,15,46,99,111,111,107,105,101,115,95,95,112,97,110,101,108,0,8,0,15,46,99,111,111,107,105,101,115,95,95,112,111,112,117,112,0,8,0,17,46,99,111,111,107,105,101,115,95,95,115,101,99,116,105,111,110,0,8,0,14,46,99,111,111,107,105,101,115,95,95,115,104,111,119,0,8,0,13,46,99,111,111,107,105,101,115,95,95,115,116,100,0,8,0,12,46,99,111,111,107,105,101,115,95,95,119,114,0,8,0,14,46,99,111,111,107,105,101,115,95,95,119,114,97,112,0,8,0,16,46,99,111,111,107,105,101,115,95,95,119,114,97,112,101,114,0,8,0,15,46,99,111,111,107,105,101,115,95,97,99,99,101,112,116,0,8,0,26,46,99,111,111,107,105,101,115,95,97,99,99,101,112,116,95,99,111,110,116,97,105,110,116,101,114,0,8,0,19,46,99,111,111,107,105,101,115,95,97,99,99,101,112,116,97,110,99,101,0,8,0,15,46,99,111,111,107,105,101,115,95,97,99,116,105,118,101,0,8,0,15,46,99,111,111,107,105,101,115,95,97,100,118,105,99,101,0,8,0,15,46,99,111,111,107,105,101,115,95,97,100,118,105,100,101,0,8,0,12,46,99,111,111,107,105,101,115,95,97,102,102,0,8,0,14,46,99,111,111,107,105,101,115,95,97,103,114,101,101,0,8,0,18,46,99,111,111,107,105,101,115,95,97,103,114,101,101,109,101,110,116,0,8,0,14,46,99,111,111,107,105,101,115,95,97,108,101,114,116,0,8,0,22,46,99,111,111,107,105,101,115,95,97,108,101,114,116,95,119,114,97,112,112,101,114,0,8,0,16,46,99,111,111,107,105,101,115,95,97,108,108,111,119,101,100,0,8,0,14,46,99,111,111,107,105,101,115,95,97,112,112,108,121,0,8,0,13,46,99,111,111,107,105,101,115,95,97,118,105,115,0,8,0,10,46,99,111,111,107,105,101,115,95,98,0,8,0,19,46,99,111,111,107,105,101,115,95,98,97,99,107,103,114,111,117,110,100,0,8,0,16,46,99,111,111,107,105,101,115,95,98,97,110,100,101,97,117,0,8,0,24,46,99,111,111,107,105,101,115,95,98,97,110,110,101,114,95,98,97,99,107,100,114,111,112,0,8,0,23,46,99,111,111,107,105,101,115,95,98,97,110,110,101,114,95,119,114,97,112,112,101,114,0,8,0,12,46,99,111,111,107,105,101,115,95,98,97,114,0,8,0,13,46,99,111,111,107,105,101,115,95,98,108,111,99,0,8,0,14,46,99,111,111,107,105,101,115,95,98,108,111,99,107,0,8,0,15,46,99,111,111,107,105,101,115,95,98,111,116,116,111,109,0,8,0,12,46,99,111,111,107,105,101,115,95,98,111,120,0,8,0,16,46,99,111,111,107,105,101,115,95,99,111,110,102,105,114,109,0,8,0,21,46,99,111,111,107,105,101,115,95,99,111,110,102,105,114,109,97,116,105,111,110,0,8,0,16,46,99,111,111,107,105,101,115,95,99,111,110,115,101,110,116,0,8,0,21,46,99,111,111,107,105,101,115,95,99,111,110,115,101,110,116,45,115,104,111,119,0,8,0,23,46,99,111,111,107,105,101,115,95,99,111,110,115,101,110,116,95,98,97,110,110,101,114,0,8,0,13,46,99,111,111,107,105,101,115,95,99,111,110,116,0,8,0,18,46,99,111,111,107,105,101,115,95,99,111,110,116,97,105,110,101,114,0,8,0,16,46,99,111,111,107,105,101,115,95,99,111,110,116,101,110,116,0,8,0,15,46,99,111,111,107,105,101,115,95,99,111,111,107,105,101,0,8,0,13,46,99,111,111,107,105,101,115,95,99,116,97,115,0,8,0,15,46,99,111,111,107,105,101,115,95,99,117,101,114,112,111,0,8,0,20,46,99,111,111,107,105,101,115,95,100,101,99,108,97,114,97,116,105,111,110,0,8,0,19,46,99,111,111,107,105,101,115,95,100,105,115,99,108,97,105,109,101,114,0,8,0,29,46,99,111,111,107,105,101,115,95,100,105,115,99,108,97,105,109,101,114,95,99,111,110,116,97,105,110,101,114,0,8,0,12,46,99,111,111,107,105,101,115,95,100,105,118,0,8,0,11,46,99,111,111,107,105,101,115,95,101,117,0,8,0,14,46,99,111,111,107,105,101,115,95,101,117,95,115,97,0,8,0,15,46,99,111,111,107,105,101,115,95,102,111,111,116,101,114,0,8,0,13,46,99,111,111,107,105,101,115,95,102,117,108,108,0,8,0,15,46,99,111,111,107,105,101,115,95,104,101,97,100,101,114,0,8,0,13,46,99,111,111,107,105,101,115,95,105,110,102,111,0,8,0,17,46,99,111,111,107,105,101,115,95,107,111,110,116,101,110,101,114,0,8,0,30,46,99,111,111,107,105,101,115,95,108,97,119,95,99,111,109,112,108,105,97,110,99,101,95,102,111,111,116,101,114,0,8,0,14,46,99,111,111,107,105,101,115,95,108,97,121,101,114,0,8,0,27,46,99,111,111,107,105,101,115,95,109,97,110,97,103,101,109,101,110,116,45,111,118,101,114,108,97,121,0,8,0,26,46,99,111,111,107,105,101,115,95,109,97,110,97,103,101,109,101,110,116,45,116,111,112,98,97,114,0,8,0,16,46,99,111,111,107,105,101,115,95,109,101,115,115,97,103,101,0,8,0,20,46,99,111,111,107,105,101,115,95,109,101,115,115,97,103,101,95,98,97,114,0,8,0,26,46,99,111,111,107,105,101,115,95,109,101,115,115,97,103,101,95,99,111,110,116,97,105,110,101,114,0,8,0,14,46,99,111,111,107,105,101,115,95,109,111,100,97,108,0,8,0,12,46,99,111,111,107,105,101,115,95,109,115,103,0,8,0,15,46,99,111,111,107,105,101,115,95,110,111,116,105,99,101,0,8,0,15,46,99,111,111,107,105,101,115,95,110,111,116,105,101,115,0,8,0,21,46,99,111,111,107,105,101,115,95,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,17,46,99,111,111,107,105,101,115,95,110,111,116,105,102,105,101,114,0,8,0,16,46,99,111,111,107,105,101,115,95,111,118,101,114,108,97,121,0,8,0,24,46,99,111,111,107,105,101,115,95,111,118,101,114,108,97,121,45,119,114,97,112,112,101,114,0,8,0,24,46,99,111,111,107,105,101,115,95,111,118,101,114,108,97,121,95,119,114,97,112,112,101,114,0,8,0,19,46,99,111,111,107,105,101,115,95,112,97,110,101,108,95,50,48,50,50,0,8,0,20,46,99,111,111,107,105,101,115,95,112,100,105,115,99,108,97,105,109,101,114,0,8,0,15,46,99,111,111,107,105,101,115,95,112,111,108,105,99,121,0,8,0,21,46,99,111,111,107,105,101,115,95,112,111,108,105,99,121,95,97,108,101,114,116,0,8,0,19,46,99,111,111,107,105,101,115,95,112,111,108,105,99,121,95,98,111,120,0,8,0,25,46,99,111,111,107,105,101,115,95,112,111,108,105,99,121,95,99,111,110,116,97,105,110,101,114,0,8,0,30,46,99,111,111,107,105,101,115,95,112,111,108,105,99,121,95,105,110,102,111,114,109,95,119,114,97,112,112,101,114,0,8,0,14,46,99,111,111,107,105,101,115,95,112,111,112,105,110,0,8,0,14,46,99,111,111,107,105,101,115,95,112,111,112,117,112,0,8,0,31,46,99,111,111,107,105,101,115,95,112,111,112,117,112,95,98,111,116,116,111,109,95,99,111,110,116,97,105,110,101,114,0,8,0,24,46,99,111,111,107,105,101,115,95,112,114,105,118,97,99,121,95,119,114,97,112,112,101,114,0,8,0,30,46,99,111,111,107,105,101,115,95,114,101,103,117,108,97,116,105,111,110,95,95,99,111,110,116,97,105,110,101,114,0,8,0,15,46,99,111,111,107,105,101,115,95,115,116,105,99,107,121,0,8,0,22,46,99,111,111,107,105,101,115,95,115,116,114,105,112,45,119,114,97,112,112,101,114,0,8,0,12,46,99,111,111,107,105,101,115,95,118,49,54,0,8,0,13,46,99,111,111,107,105,101,115,95,119,97,114,110,0,8,0,16,46,99,111,111,107,105,101,115,95,119,97,114,110,105,110,103,0,8,0,20,46,99,111,111,107,105,101,115,95,119,97,114,110,105,110,103,95,98,97,114,0,8,0,13,46,99,111,111,107,105,101,115,95,119,114,97,112,0,8,0,16,46,99,111,111,107,105,101,115,95,119,114,97,112,112,101,114,0,8,0,12,46,99,111,111,107,105,101,115,95,121,101,115,0,8,0,12,46,99,111,111,107,105,101,115,95,121,117,109,0,8,0,21,46,99,111,111,107,105,101,115,97,99,99,101,112,116,97,110,99,101,109,115,103,0,8,0,13,46,99,111,111,107,105,101,115,97,108,101,114,116,0,8,0,14,46,99,111,111,107,105,101,115,97,110,115,119,101,114,0,8,0,14,46,99,111,111,107,105,101,115,98,97,110,110,101,114,0,8,0,11,46,99,111,111,107,105,101,115,98,97,114,0,8,0,11,46,99,111,111,107,105,101,115,98,108,107,0,8,0,14,46,99,111,111,107,105,101,115,98,111,116,116,111,109,0,8,0,11,46,99,111,111,107,105,101,115,98,111,120,0,8,0,18,46,99,111,111,107,105,101,115,98,111,120,45,98,117,98,98,108,101,0,8,0,17,46,99,111,111,107,105,101,115,98,121,116,104,101,98,111,111,107,0,8,0,9,46,99,111,111,107,105,101,115,99,0,8,0,25,46,99,111,111,107,105,101,115,100,105,114,101,99,116,105,118,101,45,119,114,97,112,112,101,114,0,8,0,11,46,99,111,111,107,105,101,115,100,105,118,0,8,0,23,46,99,111,111,107,105,101,115,101,97,108,45,98,97,110,110,101,114,45,98,111,100,121,0,8,0,10,46,99,111,111,107,105,101,115,101,99,0,8,0,10,46,99,111,111,107,105,101,115,101,116,0,8,0,15,46,99,111,111,107,105,101,115,101,116,116,105,110,103,115,0,8,0,13,46,99,111,111,107,105,101,115,102,114,97,109,101,0,8,0,12,46,99,111,111,107,105,101,115,104,97,100,101,0,8,0,14,46,99,111,111,107,105,101,115,104,101,97,100,101,114,0,8,0,13,46,99,111,111,107,105,101,115,104,111,121,101,114,0,8,0,12,46,99,111,111,107,105,101,115,105,110,102,111,0,8,0,15,46,99,111,111,107,105,101,115,105,110,102,111,98,111,120,0,8,0,19,46,99,111,111,107,105,101,115,105,110,102,111,114,109,97,116,105,111,110,0,8,0,21,46,99,111,111,107,105,101,115,105,116,101,95,109,97,105,110,112,111,112,117,112,0,8,0,11,46,99,111,111,107,105,101,115,108,97,119,0,8,0,14,46,99,111,111,107,105,101,115,108,111,97,100,101,100,0,8,0,15,46,99,111,111,107,105,101,115,109,97,110,97,103,101,114,0,8,0,15,46,99,111,111,107,105,101,115,109,101,115,115,97,103,101,0,8,0,10,46,99,111,111,107,105,101,115,109,115,0,8,0,14,46,99,111,111,107,105,101,115,110,111,116,105,99,101,0,8,0,20,46,99,111,111,107,105,101,115,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,12,46,99,111,111,107,105,101,115,112,97,110,101,0,8,0,13,46,99,111,111,107,105,101,115,112,97,110,101,108,0,8,0,13,46,99,111,111,107,105,101,115,112,108,97,115,104,0,8,0,23,46,99,111,111,107,105,101,115,112,108,117,101,45,97,99,98,45,98,97,110,110,101,114,0,8,0,19,46,99,111,111,107,105,101,115,112,108,117,115,45,99,101,110,116,101,114,0,8,0,14,46,99,111,111,107,105,101,115,112,111,108,105,99,121,0,8,0,20,46,99,111,111,107,105,101,115,112,111,112,45,99,111,110,97,105,110,101,114,0,8,0,13,46,99,111,111,107,105,101,115,112,111,112,117,112,0,8,0,9,46,99,111,111,107,105,101,115,113,0,8,0,9,46,99,111,111,107,105,101,115,115,0,8,0,12,46,99,111,111,107,105,101,115,116,114,105,112,0,8,0,16,46,99,111,111,107,105,101,115,116,114,105,112,119,114,97,112,0,8,0,13,46,99,111,111,107,105,101,115,117,115,97,103,101,0,8,0,11,46,99,111,111,107,105,101,115,118,105,115,0,8,0,15,46,99,111,111,107,105,101,115,119,114,97,112,112,101,114,0,8,0,9,46,99,111,111,107,105,101,115,121,0,8,0,12,46,99,111,111,107,105,101,116,101,114,109,115,0,8,0,15,46,99,111,111,107,105,101,116,101,115,116,95,98,110,111,0,8,0,14,46,99,111,111,107,105,101,116,111,97,115,116,101,114,0,8,0,19,46,99,111,111,107,105,101,116,111,111,108,45,109,101,115,115,97,103,101,0,8,0,10,46,99,111,111,107,105,101,116,111,112,0,8,0,16,46,99,111,111,107,105,101,116,111,112,98,97,110,110,101,114,0,8,0,10,46,99,111,111,107,105,101,116,120,116,0,8,0,20,46,99,111,111,107,105,101,117,115,97,103,101,45,99,111,110,102,105,114,109,0,8,0,18,46,99,111,111,107,105,101,117,115,97,103,101,95,95,98,97,115,101,0,8,0,15,46,99,111,111,107,105,101,117,115,101,45,111,112,101,110,0,8,0,19,46,99,111,111,107,105,101,118,97,114,110,105,110,103,45,119,114,97,112,0,8,0,19,46,99,111,111,107,105,101,119,45,108,97,119,45,98,97,110,110,101,114,0,8,0,16,46,99,111,111,107,105,101,119,76,97,119,76,97,121,101,114,0,8,0,21,46,99,111,111,107,105,101,119,97,108,108,45,99,111,110,116,97,105,110,101,114,0,8,0,19,46,99,111,111,107,105,101,119,97,108,108,45,119,114,97,112,112,101,114,0,8,0,20,46,99,111,111,107,105,101,119,97,108,108,95,95,119,114,97,112,112,101,114,0,8,0,16,46,99,111,111,107,105,101,119,97,108,108,112,111,112,117,112,0,8,0,11,46,99,111,111,107,105,101,119,97,114,110,0,8,0,18,46,99,111,111,107,105,101,119,97,114,110,105,110,103,45,98,97,114,0,8,0,24,46,99,111,111,107,105,101,119,97,114,110,105,110,103,45,99,111,110,116,97,105,110,101,114,0,8,0,20,46,99,111,111,107,105,101,119,97,114,110,105,110,103,45,105,110,110,101,114,0,8,0,22,46,99,111,111,107,105,101,119,97,114,110,105,110,103,45,119,114,97,112,112,101,114,0,8,0,34,46,99,111,111,107,105,101,119,97,114,110,105,110,103,58,110,111,116,40,98,111,100,121,41,58,110,111,116,40,104,116,109,108,41,0,8,0,17,46,99,111,111,107,105,101,119,97,114,110,105,110,103,95,98,103,0,8,0,17,46,99,111,111,107,105,101,119,97,114,110,105,110,103,95,102,103,0,8,0,22,46,99,111,111,107,105,101,119,97,114,110,105,110,103,95,119,114,97,112,112,101,114,0,8,0,17,46,99,111,111,107,105,101,119,97,114,110,105,110,103,98,111,120,0,8,0,10,46,99,111,111,107,105,101,119,101,116,0,8,0,16,46,99,111,111,107,105,101,119,101,116,103,101,118,105,110,103,0,8,0,13,46,99,111,111,107,105,101,119,105,100,103,101,116,0,8,0,20,46,99,111,111,107,105,101,119,105,110,100,111,119,46,116,111,97,115,116,49,0,8,0,11,46,99,111,111,107,105,101,119,114,97,112,0,8,0,14,46,99,111,111,107,105,101,119,114,97,112,112,101,114,0,8,0,25,46,99,111,111,107,105,101,119,114,97,112,112,101,114,45,100,105,115,99,108,111,115,117,114,101,0,8,0,8,46,99,111,111,107,105,101,122,0,8,0,8,46,99,111,111,107,105,102,121,0,8,0,17,46,99,111,111,107,105,108,108,105,97,110,45,97,108,101,114,116,0,8,0,9,46,99,111,111,107,105,110,102,111,0,8,0,18,46,99,111,111,107,105,110,102,111,95,95,119,114,97,112,112,101,114,0,8,0,16,46,99,111,111,107,105,110,102,111,95,98,111,116,116,111,109,0,8,0,13,46,99,111,111,107,105,110,102,111,95,116,111,112,0,8,0,7,46,99,111,111,107,105,122,0,8,0,8,46,99,111,111,107,109,115,103,0,8,0,10,46,99,111,111,107,112,111,112,117,112,0,8,0,11,46,99,111,111,107,115,105,101,100,105,118,0,8,0,9,46,99,111,111,107,115,107,111,109,0,8,0,12,46,99,111,111,107,119,97,114,110,105,110,103,0,8,0,14,46,99,111,111,107,119,97,114,110,105,110,103,99,122,0,8,0,14,46,99,111,111,107,121,45,112,111,108,105,99,105,121,0,8,0,12,46,99,111,111,111,111,111,111,111,107,105,101,0,8,0,13,46,99,111,112,107,105,101,80,111,108,105,99,121,0,8,0,19,46,99,111,114,101,45,67,111,111,107,105,101,115,80,111,108,105,99,121,0,8,0,20,46,99,111,114,101,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,16,46,99,111,114,110,101,114,80,111,108,105,99,121,84,97,98,0,8,0,15,46,99,111,114,114,101,111,115,67,111,111,107,105,101,115,0,8,0,20,46,99,111,117,99,111,117,46,99,111,111,107,105,101,95,115,108,105,100,101,0,8,0,21,46,99,112,45,67,111,111,107,105,101,115,68,105,115,99,108,97,105,109,101,114,0,8,0,17,46,99,112,45,97,108,101,114,116,45,109,101,115,115,97,103,101,0,8,0,10,46,99,112,45,98,97,110,110,101,114,0,8,0,13,46,99,112,45,98,111,120,45,97,108,101,114,116,0,8,0,19,46,99,112,45,98,111,120,45,97,108,101,114,116,45,112,111,112,117,112,0,8,0,17,46,99,112,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,14,46,99,112,45,99,111,111,107,105,101,45,98,97,114,0,8,0,14,46,99,112,45,99,111,111,107,105,101,45,116,105,112,0,8,0,15,46,99,112,45,99,111,111,107,105,101,45,119,114,97,112,0,8,0,11,46,99,112,45,99,111,111,107,105,101,115,0,8,0,21,46,99,112,45,99,117,114,116,97,105,110,45,99,111,110,116,97,105,110,101,114,0,8,0,22,46,99,112,45,105,110,102,111,45,98,97,114,45,99,111,110,116,97,105,110,101,114,0,8,0,19,46,99,112,45,109,111,100,117,108,101,45,105,110,102,111,95,98,97,114,0,8,0,17,46,99,112,45,112,111,112,117,112,45,111,118,101,114,108,97,121,0,8,0,16,46,99,112,45,115,108,105,100,101,114,45,112,111,112,117,112,0,8,0,16,46,99,112,49,67,111,111,107,105,101,66,97,110,110,101,114,0,8,0,11,46,99,112,77,111,100,97,108,87,105,110,0,8,0,39,46,99,112,79,118,101,114,108,97,121,91,100,97,116,97,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,111,118,101,114,108,97,121,93,0,8,0,17,46,99,112,95,99,111,111,107,105,101,45,100,105,97,108,111,103,0,8,0,26,46,99,112,98,45,112,114,105,118,97,99,121,45,112,111,108,105,99,121,45,119,105,100,103,101,116,0,8,0,12,46,99,112,99,107,45,98,97,110,110,101,114,0,8,0,17,46,99,112,103,95,109,101,115,115,97,103,101,95,105,110,102,111,0,8,0,16,46,99,112,104,45,99,99,112,97,95,98,97,110,110,101,114,0,8,0,12,46,99,112,109,45,99,111,111,107,105,101,115,0,8,0,11,46,99,112,110,98,45,105,110,110,101,114,0,8,0,25,46,99,112,110,98,45,109,111,100,97,108,45,115,104,111,119,45,102,97,100,101,45,111,117,116,0,8,0,11,46,99,112,110,98,45,111,117,116,101,114,0,8,0,9,46,99,112,110,98,45,116,111,112,0,8,0,16,46,99,112,111,108,105,99,121,45,119,97,114,110,105,110,103,0,8,0,13,46,99,112,112,97,46,115,101,99,116,105,111,110,0,8,0,11,46,99,112,115,45,98,97,110,110,101,114,0,8,0,18,46,99,112,116,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,22,46,99,114,101,97,116,105,109,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,35,46,99,114,101,97,118,101,97,45,98,97,110,110,101,114,45,99,111,110,115,101,110,116,101,109,101,110,116,45,99,111,111,107,105,101,0,8,0,33,46,99,114,101,97,118,101,97,45,99,111,110,116,97,105,110,101,114,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,18,46,99,114,117,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,8,0,10,46,99,115,45,99,111,111,107,105,101,0,8,0,24,46,99,115,45,99,111,111,107,105,101,45,98,97,114,45,99,111,110,116,97,105,110,101,114,0,8,0,18,46,99,115,45,99,111,111,107,105,101,45,111,118,101,114,108,97,121,0,8,0,16,46,99,115,45,105,110,102,111,45,119,114,97,112,112,101,114,0,8,0,19,46,99,115,45,114,111,119,95,95,99,111,111,107,105,101,45,98,97,114,0,8,0,28,46,99,115,105,45,99,111,111,107,105,101,45,98,97,110,110,101,114,45,99,111,110,116,97,105,110,101,114,0,8,0,16,46,99,115,112,112,112,45,99,111,110,116,97,105,110,101,114,0,8,0,17,46,99,115,112,120,45,99,111,111,107,105,101,115,45,98,97,114,0,8,0,18,46,99,115,115,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,22,46,99,116,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,112,111,112,0,8,0,42,46,99,116,45,117,108,116,105,109,97,116,101,45,103,100,112,114,45,99,111,111,107,105,101,45,102,117,108,108,80,97,110,101,108,45,111,118,101,114,108,97,121,0,8,0,14,46,99,116,67,111,111,107,105,101,84,101,114,109,115,0,8,0,11,46,99,116,97,45,99,111,111,107,105,101,0,8,0,18,46,99,116,108,95,67,111,111,107,105,101,87,97,114,110,105,110,103,0,8,0,12,46,99,116,110,45,99,111,111,107,105,101,115,0,8,0,12,46,99,116,110,95,99,111,111,107,105,101,115,0,8,0,14,46,99,116,114,108,67,111,111,107,105,101,66,97,114,0,8,0,13,46,99,117,107,105,46,99,117,107,105,112,114,101,0,8,0,10,46,99,117,115,116,45,101,115,112,97,0,8,0,24,46,99,117,115,116,111,109,45,99,104,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,22,46,99,117,115,116,111,109,45,99,111,110,116,97,105,110,101,114,45,108,103,112,100,0,8,0,21,46,99,117,115,116,111,109,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,28,46,99,117,115,116,111,109,45,99,111,111,107,105,101,45,102,111,111,116,101,114,45,98,97,110,110,101,114,0,8,0,18,46,99,117,115,116,111,109,45,99,111,111,107,105,101,45,109,115,103,0,8,0,15,46,99,117,115,116,111,109,45,99,111,111,107,105,101,115,0,8,0,13,46,99,117,115,116,111,109,67,111,111,107,105,101,0,8,0,21,46,99,117,115,116,111,109,67,111,111,107,105,101,66,97,99,107,100,114,111,112,0,8,0,21,46,99,117,115,116,111,109,95,99,111,111,107,105,101,45,112,111,108,105,99,121,0,8,0,29,46,99,117,115,116,111,109,101,114,45,105,110,102,111,45,98,108,111,99,107,95,95,99,111,111,99,107,105,101,0,8,0,23,46,99,117,115,116,111,109,105,115,101,45,99,111,111,107,105,101,115,45,109,97,105,110,0,8,0,17,46,99,118,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,12,46,99,118,50,45,119,114,97,112,112,101,114,0,8,0,25,46,99,119,99,45,99,111,111,107,105,101,45,98,97,110,110,101,114,45,117,105,45,115,100,107,0,8,0,12,46,99,119,99,111,111,107,105,101,108,97,119,0,8,0,14,46,99,119,99,111,111,107,105,101,108,97,119,98,103,0,8,0,25,46,99,119,115,45,99,111,111,107,105,101,115,45,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,24,46,99,119,116,45,99,111,111,107,105,101,45,99,111,110,102,105,114,109,97,116,105,111,110,0,8,0,16,46,99,120,95,99,111,111,107,105,101,78,111,116,105,99,101,0,8,0,24,46,99,120,97,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,16,46,99,121,45,112,111,112,105,110,45,99,111,111,107,105,101,0,8,0,28,46,99,121,98,111,116,45,99,111,111,107,105,101,98,111,116,45,112,108,97,99,101,104,111,108,100,101,114,0,8,0,14,46,99,122,45,99,111,111,107,105,101,45,98,97,114,0,8,0,17,46,99,122,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,13,46,99,122,45,99,111,111,107,105,101,98,97,114,0,8,0,21,46,100,45,99,99,45,45,109,111,100,97,108,45,98,97,99,107,100,114,111,112,0,8,0,13,46,100,45,99,111,111,107,105,101,45,98,97,114,0,8,0,19,46,100,45,99,111,111,107,105,101,66,97,110,110,101,114,86,105,101,119,0,8,0,10,46,100,45,99,111,111,107,105,101,115,0,8,0,14,46,100,67,111,111,107,105,101,115,65,108,101,114,116,0,8,0,9,46,100,95,99,111,95,98,111,120,0,8,0,20,46,100,97,97,99,45,100,101,115,107,116,111,112,45,110,111,116,105,99,101,0,8,0,20,46,100,97,103,67,111,111,107,105,101,68,105,115,99,108,97,105,109,101,114,0,8,0,28,46,100,97,104,45,99,111,110,115,101,110,116,45,109,97,110,97,103,101,114,45,111,118,101,114,108,97,121,0,8,0,19,46,100,97,114,107,46,103,100,112,114,45,115,101,116,116,105,110,103,115,0,8,0,11,46,100,97,115,45,99,111,111,107,105,101,0,8,0,18,46,100,97,115,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,28,46,100,97,115,104,98,108,111,103,45,99,111,111,107,105,101,45,98,97,110,110,101,114,45,119,114,97,112,0,8,0,20,46,100,97,116,97,45,112,114,105,118,97,99,121,45,98,97,110,110,101,114,0,8,0,23,46,100,97,116,97,45,112,114,111,116,101,99,116,105,111,110,45,110,111,116,105,99,101,0,8,0,19,46,100,97,116,97,80,114,105,118,97,99,121,79,118,101,114,108,97,121,0,8,0,30,46,100,97,116,97,80,114,111,116,101,99,116,105,111,110,83,101,116,116,105,110,103,115,87,114,97,112,112,101,114,0,8,0,25,46,100,97,116,97,112,114,105,118,97,99,121,45,99,111,111,107,105,101,115,45,110,111,116,101,0,8,0,17,46,100,97,116,101,98,111,111,107,45,99,111,111,107,105,101,115,0,8,0,18,46,100,97,116,101,110,115,99,104,117,116,122,98,97,110,110,101,114,0,8,0,18,46,100,97,116,101,110,115,99,104,117,116,122,99,111,111,107,105,101,0,8,0,19,46,100,97,116,101,110,115,99,104,117,116,122,104,105,110,119,101,105,115,0,8,0,17,46,100,98,45,99,111,111,107,105,101,45,114,101,109,97,114,107,0,8,0,17,46,100,98,97,121,67,111,111,107,105,101,83,101,108,101,99,116,0,8,0,19,46,100,98,101,45,99,111,110,116,101,110,116,95,99,111,111,107,105,101,0,8,0,22,46,100,98,104,45,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,0,8,0,18,46,100,98,105,95,95,99,111,111,107,105,101,98,97,110,110,101,114,0,8,0,14,46,100,98,107,45,99,111,111,107,105,101,98,97,114,0,8,0,17,46,100,98,116,102,121,45,99,111,111,107,105,101,95,98,111,120,0,8,0,26,46,100,99,45,99,111,111,107,105,101,45,99,111,110,116,114,111,108,45,116,111,103,103,108,101,114,0,8,0,21,46,100,99,45,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,0,8,0,12,46,100,99,67,111,111,107,105,101,66,97,114,0,8,0,22,46,100,99,67,111,111,107,105,101,66,97,114,66,97,99,107,103,114,111,117,110,100,0,8,0,12,46,100,99,101,45,112,114,105,118,97,99,121,0,8,0,26,46,100,99,105,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,0,8,0,12,46,100,99,109,45,99,111,111,107,105,101,115,0,8,0,26,46,100,99,110,45,112,114,105,118,97,99,121,45,112,111,108,105,99,121,45,99,111,111,107,105,101,0,8,0,20,46,100,99,120,45,99,111,111,107,105,101,45,99,111,110,115,101,110,115,101,0,8,0,26,46,100,99,120,97,45,110,111,116,105,102,105,99,97,116,105,111,110,45,99,111,111,107,105,101,115,0,8,0,16,46,100,101,45,99,111,111,107,105,101,45,112,111,112,117,112,0,8,0,23,46,100,101,45,99,111,111,107,105,101,45,119,97,114,110,105,110,103,45,119,114,97,112,0,8,0,18,46,100,101,45,102,111,111,116,101,114,95,95,99,111,111,107,105,101,0,8,0,12,46,100,101,97,99,111,111,107,105,101,100,116,0,8,0,12,46,100,101,97,108,45,99,111,111,107,105,101,0,8,0,14,46,100,101,98,97,116,45,99,111,111,107,105,101,115,0,8,0,14,46,100,101,102,97,117,108,116,67,111,111,107,105,101,0,8,0,11,46,100,101,107,114,97,45,103,100,112,114,0,8,0,21,46,100,101,108,105,109,105,116,97,84,101,114,109,111,115,67,111,111,107,105,101,0,8,0,20,46,100,101,108,116,97,95,100,111,109,97,105,110,95,99,111,111,107,105,101,0,8,0,14,46,100,101,110,116,114,111,45,99,111,111,107,105,101,0,8,0,13,46,100,101,112,111,45,99,111,111,107,105,101,115,0,8,0,19,46,100,101,114,105,118,101,45,99,111,111,107,105,101,45,100,114,111,112,0,8,0,21,46,100,101,115,107,116,111,112,95,99,111,111,107,105,101,95,98,108,111,99,107,0,8,0,19,46,100,101,115,112,114,101,45,99,111,111,107,105,101,45,105,110,102,111,0,8,0,17,46,100,101,118,114,111,99,107,101,116,45,99,111,111,107,105,101,0,8,0,31,46,100,101,118,115,105,116,101,45,110,111,116,105,102,105,99,97,116,105,111,110,45,101,117,45,99,111,111,107,105,101,0,8,0,30,46,100,102,99,45,99,111,111,107,105,101,45,105,110,102,111,45,98,97,114,45,99,111,110,116,97,105,110,101,114,0,8,0,24,46,100,102,120,45,99,111,111,107,105,101,115,78,111,116,105,102,105,99,97,116,105,111,110,0,8,0,11,46,100,103,45,99,111,111,107,105,101,115,0,8,0,20,46,100,103,45,99,111,111,107,105,101,115,95,95,119,114,97,112,112,101,114,0,8,0,13,46,100,103,116,108,45,99,111,110,115,101,110,116,0,8,0,20,46,100,104,95,99,111,111,107,105,101,95,109,97,110,97,103,101,114,95,49,0,8,0,22,46,100,105,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,112,111,112,0,8,0,23,46,100,105,97,108,111,103,45,99,111,111,107,105,101,45,115,101,116,116,105,110,103,115,0,8,0,45,46,100,105,97,108,111,103,66,97,110,110,101,114,95,95,105,110,110,101,114,91,100,97,116,97,45,113,97,61,34,99,111,111,107,105,101,45,98,97,110,110,101,114,34,93,0,8,0,20,46,100,105,97,108,111,103,67,111,111,107,105,101,87,97,114,110,105,110,103,0,8,0,16,46,100,105,97,108,111,103,117,101,45,99,111,111,107,105,101,0,8,0,21,46,100,105,100,111,109,105,45,110,111,116,105,99,101,45,98,97,110,110,101,114,0,8,0,20,46,100,105,103,105,109,97,100,105,45,99,99,45,119,114,97,112,112,101,114,0,8,0,18,46,100,105,110,97,45,99,111,111,107,105,101,98,97,110,110,101,114,0,8,0,13,46,100,105,115,99,45,99,111,111,107,105,101,115,0,8,0,18,46,100,105,115,99,108,97,105,109,101,114,45,99,111,111,107,105,101,0,8,0,27,46,100,105,115,99,108,97,105,109,101,114,45,99,111,111,107,105,101,115,45,109,101,115,115,97,103,101,0,8,0,39,46,100,105,115,99,108,97,105,109,101,114,45,99,111,111,107,105,101,115,58,110,111,116,40,98,111,100,121,41,58,110,111,116,40,104,116,109,108,41,0,8,0,20,46,100,105,115,99,108,97,105,109,101,114,67,111,110,116,97,105,110,101,114,0,8,0,17,46,100,105,115,99,108,97,105,109,101,114,67,111,111,107,105,101,0,8,0,18,46,100,105,115,99,108,97,105,109,101,114,67,111,111,107,105,101,115,0,8,0,18,46,100,105,115,99,108,97,105,109,101,114,80,114,105,118,97,99,121,0,8,0,19,46,100,105,115,99,108,97,105,109,101,114,95,99,111,111,107,105,101,115,0,8,0,17,46,100,105,115,99,108,97,105,109,101,114,98,97,110,110,101,114,0,8,0,18,46,100,105,115,99,108,97,105,109,101,114,109,101,115,115,97,103,101,0,8,0,17,46,100,105,115,99,108,97,105,109,101,114,115,45,108,103,112,100,0,8,0,15,46,100,105,115,99,108,97,109,101,95,98,108,111,99,107,0,8,0,17,46,100,105,115,99,108,97,109,101,114,95,99,111,111,107,105,101,0,8,0,24,46,100,105,115,99,108,111,115,117,114,101,45,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,16,46,100,105,115,99,114,101,116,101,45,99,111,111,107,105,101,0,8,0,15,46,100,105,115,109,105,115,115,45,99,111,111,107,105,101,0,8,0,16,46,100,105,115,109,105,115,115,95,99,111,111,107,105,101,115,0,8,0,26,46,100,105,115,109,105,115,115,97,98,108,101,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,8,0,17,46,100,105,115,111,102,108,101,120,45,99,111,111,107,105,101,115,0,8,0,15,46,100,105,115,112,108,97,121,45,99,111,111,107,105,101,0,8,0,16,46,100,105,115,112,108,97,121,45,99,111,111,107,105,101,115,0,8,0,19,46,100,105,115,112,108,97,121,95,99,111,111,107,105,101,95,98,116,110,0,8,0,16,46,100,105,115,112,108,97,121,95,99,111,111,107,105,101,115,0,8,0,27,46,100,105,118,45,98,97,110,110,101,114,45,99,111,111,107,105,101,45,99,101,110,116,114,97,108,101,0,8,0,11,46,100,105,118,45,99,111,111,107,105,101,0,8,0,16,46,100,105,118,65,108,108,111,119,67,111,111,107,105,101,115,0,8,0,22,46,100,105,118,67,111,110,116,101,110,105,116,111,114,101,67,111,111,107,105,101,115,0,8,0,10,46,100,105,118,67,111,111,107,105,101,0,8,0,16,46,100,105,118,67,111,111,107,105,101,66,97,110,110,101,114,0,8,0,13,46,100,105,118,67,111,111,107,105,101,66,97,114,0,8,0,20,46,100,105,118,67,111,111,107,105,101,68,105,115,99,108,97,105,109,101,114,0,8,0,27,46,100,105,118,67,111,111,107,105,101,80,111,108,105,99,121,80,111,112,111,117,116,79,117,116,101,114,0,8,0,15,46,100,105,118,67,111,111,107,105,101,80,111,112,85,112,0,8,0,24,46,100,105,118,67,111,111,107,105,101,80,111,112,85,112,67,111,110,116,97,105,110,101,114,0,8,0,17,46,100,105,118,67,111,111,107,105,101,87,97,114,110,105,110,103,0,8,0,16,46,100,105,118,67,111,111,107,105,101,98,111,116,84,97,98,0,8,0,11,46,100,105,118,67,111,111,107,105,101,115,0,8,0,18,46,100,105,118,67,111,111,107,105,101,115,87,97,114,110,105,110,103,0,8,0,16,46,100,105,118,70,111,111,116,101,114,67,111,111,107,105,101,0,8,0,14,46,100,105,118,76,101,121,67,111,111,107,105,101,115,0,8,0,14,46,100,105,118,95,67,111,111,107,105,101,76,97,119,0,8,0,26,46,100,105,118,95,67,111,111,107,105,101,78,111,116,105,99,101,67,111,110,116,97,105,110,101,114,0,8,0,17,46,100,105,118,95,97,108,101,114,116,46,99,111,111,107,105,101,0,8,0,14,46,100,105,118,95,99,111,111,107,105,101,95,98,103,0,8,0,16,46,100,105,118,95,99,111,111,107,105,101,95,104,105,110,116,0,8,0,15,46,100,105,118,95,99,111,111,107,105,101,95,116,111,112,0,8,0,12,46,100,105,118,95,99,111,111,107,105,101,115,0,8,0,13,46,100,105,118,97,115,99,111,111,107,105,101,115,0,8,0,10,46,100,105,118,99,111,111,107,105,101,0,8,0,19,46,100,106,45,99,111,111,107,105,101,45,45,118,105,115,105,98,108,101,0,8,0,15,46,100,107,45,99,111,111,107,105,101,115,45,98,97,114,0,8,0,26,46,100,108,95,99,111,111,107,105,101,66,97,110,110,101,114,95,99,111,110,116,97,105,110,101,114,0,8,0,22,46,100,108,95,99,111,111,107,105,101,66,97,110,110,101,114,95,111,117,116,101,114,0,8,0,26,46,100,108,95,99,111,111,107,105,101,95,102,111,111,116,101,114,45,45,118,105,115,105,98,108,101,0,8,0,25,46,100,108,95,99,111,111,107,105,101,115,95,112,111,108,105,99,121,95,97,100,118,101,114,116,0,8,0,26,46,100,109,45,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,0,8,0,17,46,100,109,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,16,46,100,109,103,45,99,111,111,107,105,101,45,105,110,102,111,0,8,0,21,46,100,110,45,99,111,111,107,105,101,45,97,99,99,101,112,116,97,110,99,101,0,8,0,20,46,100,110,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,8,0,38,46,100,110,105,45,110,111,116,105,102,105,99,97,116,105,111,110,115,95,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,18,46,100,110,116,45,117,115,105,110,103,45,99,111,111,107,105,101,115,0,8,0,19,46,100,110,116,95,98,97,110,110,101,114,45,119,114,97,112,112,101,114,0,8,0,23,46,100,110,118,103,108,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,8,0,23,46,100,111,109,45,99,111,110,116,101,110,116,45,45,101,117,45,98,97,110,110,101,114,0,8,0,24,46,100,111,109,97,99,105,99,97,45,99,111,111,107,105,101,115,45,112,111,108,105,99,121,0,8,0,23,46,100,111,110,101,45,103,100,112,114,45,97,108,101,114,116,45,98,111,120,45,98,103,0,8,0,26,46,100,111,110,101,45,103,100,112,114,45,97,108,101,114,116,45,98,111,120,45,109,111,100,97,108,0,8,0,28,46,100,111,110,101,45,103,100,112,114,45,97,108,101,114,116,45,98,111,120,45,119,114,97,112,112,101,114,0,8,0,15,46,100,111,116,45,99,99,45,119,114,97,112,112,101,114,0,8,0,18,46,100,111,116,45,99,111,111,107,105,101,45,112,114,111,109,112,116,0,8,0,12,46,100,111,116,95,99,111,111,107,105,101,115,0,8,0,17,46,100,111,121,111,117,108,105,107,101,99,111,111,107,105,101,115,0,8,0,16,46,100,112,45,99,111,111,107,105,101,45,108,101,103,97,108,0,8,0,13,46,100,112,100,112,97,45,45,112,111,112,117,112,0,8,0,18,46,100,112,108,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,19,46,100,114,45,99,111,111,107,105,101,45,105,110,102,111,45,98,111,120,0,8,0,18,46,100,114,45,109,101,115,115,97,103,101,45,99,111,111,107,105,101,0,8,0,24,46,100,114,95,99,111,111,107,105,101,115,95,118,50,95,99,111,110,116,97,105,110,101,114,0,8,0,15,46,100,114,97,119,101,114,45,99,111,111,107,105,101,115,0,8,0,18,46,100,114,99,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,8,0,19,46,100,114,105,45,110,99,111,111,107,105,101,115,45,97,108,101,114,116,0,8,0,13,46,100,115,45,99,111,111,107,105,101,98,97,114,0,8,0,19,46,100,115,45,99,111,111,107,105,101,115,45,119,114,97,112,112,101,114,0,8,0,22,46,100,115,50,45,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,0,8,0,20,46,100,115,100,118,111,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,17,46,100,115,103,45,99,111,111,107,105,101,45,97,108,101,114,116,0,8,0,13,46,100,115,103,118,111,45,98,97,110,110,101,114,0,8,0,19,46,100,115,103,118,111,45,99,111,110,102,105,114,109,97,116,105,111,110,0,8,0,21,46,100,115,103,118,111,45,99,111,110,115,101,110,116,45,45,112,111,112,117,112,0,8,0,16,46,100,115,103,118,111,45,99,111,110,116,97,105,110,101,114,0,8,0,21,46,100,115,103,118,111,45,99,111,111,107,105,101,95,99,111,110,115,101,110,116,0,8,0,19,46,100,115,103,118,111,45,99,111,111,107,105,101,98,97,110,110,101,114,0,8,0,13,46,100,115,103,118,111,45,102,111,111,116,101,114,0,8,0,12,46,100,115,103,118,111,45,109,111,100,97,108,0,8,0,20,46,100,115,103,118,111,45,109,111,100,97,108,45,111,118,101,114,108,97,121,0,8,0,14,46,100,115,103,118,111,45,111,118,101,114,108,97,121,0,8,0,20,46,100,115,103,118,111,45,119,105,100,103,101,116,95,95,112,111,112,117,112,0,8,0,23,46,100,115,103,118,111,45,119,105,100,103,101,116,95,95,112,111,112,117,112,45,98,103,0,8,0,14,46,100,115,103,118,111,45,119,114,97,112,112,101,114,0,8,0,14,46,100,115,103,118,111,65,112,112,114,111,118,97,108,0,8,0,11,46,100,115,103,118,111,76,97,121,101,114,0,8,0,13,46,100,115,103,118,111,95,102,111,111,116,101,114,0,8,0,14,46,100,115,103,118,111,95,111,118,101,114,108,97,121,0,8,0,21,46,100,115,118,103,111,45,99,111,111,107,105,101,45,111,118,101,114,108,97,121,0,8,0,18,46,100,116,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,17,46,100,116,45,99,111,111,107,105,101,45,100,105,97,108,111,103,0,8,0,17,46,100,116,99,111,111,107,105,101,45,111,118,101,114,108,97,121,0,8,0,15,46,100,116,99,111,111,107,105,101,95,95,119,114,97,112,0,8,0,18,46,100,116,109,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,11,46,100,116,120,45,99,111,111,107,105,101,0,8,0,21,46,100,116,121,114,100,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,11,46,100,117,95,99,111,110,115,101,110,116,0,8,0,24,46,100,117,99,45,98,97,115,101,95,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,25,46,100,117,101,116,45,45,99,116,97,45,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,17,46,100,118,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,11,46,100,118,45,99,111,111,107,105,101,115,0,8,0,10,46,100,118,67,111,111,107,105,101,115,0,8,0,27,46,100,118,99,111,111,107,105,101,115,45,98,97,110,110,101,114,45,99,111,110,116,97,105,110,101,114,0,8,0,30,46,100,118,111,114,101,45,97,99,99,101,112,116,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,8,0,34,46,100,118,111,114,101,95,112,114,103,95,97,99,99,101,112,116,95,99,111,111,107,105,101,95,99,111,110,116,97,105,110,101,114,0,8,0,25,46,100,118,115,99,111,111,107,105,101,115,45,98,97,110,110,101,114,45,99,111,110,116,97,105,0,8,0,28,46,100,118,115,99,111,111,107,105,101,115,45,98,97,110,110,101,114,45,99,111,110,116,97,105,110,101,114,0,8,0,11,46,100,119,95,99,111,111,107,105,101,115,0,8,0,35,46,100,119,97,45,101,109,98,101,100,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,99,111,110,116,97,105,110,101,114,0,8,0,19,46,100,119,99,99,45,99,111,111,107,105,101,99,111,110,115,101,110,116,0,8,0,29,46,100,120,109,108,45,99,111,111,107,105,101,45,109,111,100,97,108,45,98,97,99,107,103,114,111,117,110,100,0,8,0,17,46,101,45,99,111,110,115,101,110,116,115,45,97,108,101,114,116,0,8,0,9,46,101,45,99,111,111,107,105,101,0,8,0,14,46,101,45,99,111,111,107,105,101,45,105,110,102,111,0,8,0,17,46,101,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,0,8,0,17,46,101,45,99,111,111,107,105,101,45,119,114,97,112,112,101,114,0,8,0,12,46,101,45,99,111,111,107,105,101,66,97,114,0,8,0,12,46,101,45,99,111,111,107,105,101,98,97,114,0,8,0,10,46,101,45,99,111,111,107,105,101,115,0,8,0,18,46,101,45,99,111,111,107,105,101,115,45,119,97,114,110,105,110,103,0,8,0,16,46,101,45,110,111,116,101,95,95,99,111,111,107,105,101,115,0,8,0,22,46,101,45,116,114,111,110,45,99,111,111,107,105,101,115,45,110,111,116,105,99,101,0,8,0,11,46,101,51,95,99,111,111,107,105,101,115,0,8,0,17,46,101,51,110,95,99,111,111,107,105,101,98,97,110,110,101,114,0,8,0,15,46,101,67,111,111,107,105,101,115,66,97,110,110,101,114,0,8,0,19,46,101,71,68,83,67,111,111,107,105,101,115,79,118,101,114,108,97,121,0,8,0,21,46,101,80,114,105,118,97,99,121,79,117,116,101,114,87,114,97,112,112,101,114,0,8,0,21,46,101,97,45,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,0,8,0,15,46,101,97,45,99,111,111,107,105,101,115,45,98,97,114,0,8,0,16,46,101,97,118,45,99,111,111,107,105,101,108,97,121,101,114,0,8,0,10,46,101,98,45,99,111,111,107,105,101,0,8,0,29,46,101,98,99,45,99,111,111,107,105,101,45,99,111,109,112,108,105,97,110,99,101,45,98,97,110,110,101,114,0,8,0,14,46,101,98,111,120,67,111,111,107,105,101,66,97,114,0,8,0,14,46,101,98,111,120,67,111,111,107,105,101,76,97,119,0,8,0,25,46,101,98,117,45,99,111,111,107,105,101,115,45,108,97,121,101,114,95,95,109,111,100,97,108,0,8,0,14,46,101,99,45,99,111,111,107,105,101,45,98,97,114,0,8,0,17,46,101,99,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,8,0,19,46,101,99,45,110,111,116,105,99,101,45,45,119,97,114,110,105,110,103,0,8,0,17,46,101,99,45,110,111,116,105,99,101,115,95,95,119,114,97,112,0,8,0,14,46,101,99,97,117,112,111,45,99,111,111,107,105,101,0,8,0,18,46,101,99,98,45,99,111,111,107,105,101,67,111,110,115,101,110,116,0,8,0,17,46,101,99,100,99,67,111,111,107,105,101,80,111,108,105,99,121,0,8,0,26,46,101,99,109,116,45,110,111,116,105,102,105,99,97,116,105,111,110,45,99,111,111,107,105,101,115,0,8,0,16,46,101,99,111,109,45,99,111,111,107,105,101,95,98,111,120,0,8,0,15,46,101,99,111,109,45,99,111,111,107,105,101,98,97,114,0,8,0,21,46,101,99,111,109,99,111,111,107,105,101,108,97,119,45,104,111,108,100,101,114,0,8,0,15,46,101,100,45,99,111,111,107,105,101,115,45,98,97,114,0,8,0,16,46,101,100,99,99,45,99,111,111,107,105,101,45,98,97,114,0,8,0,21,46,101,100,115,45,110,111,116,105,102,105,99,97,116,105,111,110,45,98,97,114,0,8,0,26,46,101,100,120,45,99,111,111,107,105,101,45,98,97,110,110,101,114,45,119,114,97,112,112,101,114,0,8,0,25,46,101,101,45,105,110,116,114,111,45,98,97,110,110,101,114,95,95,99,111,110,115,101,110,116,0,8,0,21,46,101,102,105,108,108,105,45,108,97,121,111,117,116,45,108,101,103,97,99,121,0,8,0,13,46,101,103,45,99,99,45,98,97,110,110,101,114,0,8,0,18,46,101,103,109,45,99,111,111,107,105,101,45,102,108,121,111,117,116,0,8,0,20,46,101,103,109,111,110,116,45,99,111,111,107,105,101,45,97,108,101,114,116,0,8,0,15,46,101,103,109,111,110,116,45,99,111,111,107,105,101,115,0,8,0,21,46,101,104,45,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,0,8,0,14,46,101,104,45,99,111,111,107,105,101,105,110,102,111,0,8,0,10,46,101,105,95,99,111,111,107,105,101,0,8,0,31,46,101,105,103,104,116,119,111,114,107,115,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,112,108,117,115,0,8,0,39,46,101,105,103,104,116,119,111,114,107,115,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,112,108,117,115,45,116,111,103,103,108,101,114,0,8,0,16,46,101,105,105,45,99,99,112,97,45,99,111,111,107,105,101,0,8,0,10,46,101,107,45,99,111,111,107,105,101,0,8,0,19,46,101,107,115,67,111,111,107,105,101,67,111,110,116,97,105,110,101,114,0,8,0,18,46,101,108,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,23,46,101,108,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,97,114,101,97,0,8,0,25,46,101,108,97,110,52,50,45,100,105,115,99,108,97,105,109,101,114,45,98,97,110,110,101,114,0,8,0,10,46,101,108,99,97,45,103,100,112,114,0,8,0,22,46,101,108,101,109,101,110,116,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,31,46,101,108,102,115,105,103,104,116,45,119,105,100,103,101,116,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,14,46,101,109,98,45,99,112,45,100,105,97,108,111,103,0,8,0,15,46,101,109,98,45,99,112,45,119,114,97,112,112,101,114,0,8,0,27,46,101,109,98,101,100,100,101,100,67,111,111,107,105,101,67,111,110,115,101,110,116,80,111,112,117,112,0,8,0,15,46,101,109,101,114,115,111,110,45,99,111,111,107,105,101,0,8,0,15,46,101,109,103,45,99,111,111,107,105,101,45,98,97,114,0,8,0,10,46,101,109,103,99,111,111,107,105,101,0,8,0,26,46,101,109,107,97,45,99,111,111,107,105,101,115,45,98,111,116,116,111,109,45,108,97,121,101,114,0,8,0,16,46,101,109,109,45,99,111,111,107,105,101,45,105,110,102,111,0,8,0,19,46,101,109,112,45,99,111,111,107,105,101,115,45,112,111,108,105,99,121,0,8,0,15,46,101,109,115,45,99,111,111,107,105,101,45,98,110,114,0,8,0,8,46,101,110,95,103,100,112,114,0,8,0,25,46,101,110,97,98,108,101,95,109,97,114,107,101,116,105,110,103,95,99,111,111,107,105,101,115,0,8,0,14,46,101,110,99,97,114,116,95,99,111,111,107,105,101,0,8,0,37,46,101,110,101,114,106,105,115,97,45,99,101,114,101,122,45,112,111,108,105,116,105,107,97,115,105,45,99,111,111,107,105,101,45,98,97,114,0,8,0,17,46,101,110,103,95,99,111,111,107,105,101,95,105,110,110,101,114,0,8,0,31,46,101,110,104,97,110,99,101,100,45,112,114,105,118,97,99,121,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,8,0,17,46,101,110,115,77,111,100,97,108,66,97,99,107,100,114,111,112,0,8,0,16,46,101,110,115,78,111,116,105,102,121,66,97,110,110,101,114,0,8,0,23,46,101,110,115,78,111,116,105,102,121,66,97,110,110,101,114,87,114,97,112,112,101,114,0,8,0,13,46,101,110,115,117,114,101,67,111,111,107,105,101,0,8,0,18,46,101,110,118,45,109,111,100,97,108,45,99,111,111,107,105,101,115,0,8,0,9,46,101,111,99,111,111,107,105,101,0,8,0,20,46,101,111,110,101,45,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,20,46,101,111,115,45,99,111,111,107,105,101,115,45,119,97,114,110,105,110,103,0,8,0,18,46,101,112,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,13,46,101,112,45,99,111,111,107,105,101,98,97,114,0,8,0,15,46,101,112,45,99,111,111,107,105,101,115,45,98,97,114,0,8,0,24,46,101,112,45,99,111,111,107,105,101,115,45,105,110,102,111,45,119,114,97,112,112,101,114,0,8,0,11,46,101,112,95,99,111,111,107,105,101,115,0,8,0,11,46,101,112,112,45,99,111,111,107,105,101,0,8,0,13,46,101,112,112,45,108,98,45,105,110,110,101,114,0,8,0,27,46,101,112,114,105,118,97,99,121,45,98,97,110,110,101,114,45,45,100,105,115,112,108,97,121,101,100,0,8,0,26,46,101,112,114,105,118,97,99,121,45,98,97,110,110,101,114,45,99,111,110,116,97,105,110,101,114,0,8,0,27,46,101,112,114,105,118,97,99,121,45,98,97,110,110,101,114,95,95,99,111,110,116,97,105,110,101,114,0,8,0,16,46,101,112,114,105,118,97,99,121,45,99,111,111,107,105,101,0,8,0,16,46,101,112,114,105,118,97,99,121,45,112,108,117,103,105,110,0,8,0,16,46,101,112,114,105,118,97,99,121,95,99,111,111,107,105,101,0,8,0,11,46,101,112,114,106,99,111,111,107,105,101,0,8,0,19,46,101,112,115,111,110,95,99,111,111,107,105,101,110,111,116,105,99,101,0,8,0,19,46,101,115,45,99,111,111,107,105,101,45,115,111,108,117,116,105,111,110,0,8,0,35,46,101,115,105,108,45,103,108,111,98,97,108,45,115,101,99,116,105,111,110,95,95,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,18,46,101,115,112,97,45,98,97,110,110,101,114,45,102,105,120,101,100,0,8,0,17,46,101,115,112,97,45,104,111,118,101,114,45,105,109,97,103,101,0,8,0,11,46,101,115,112,97,45,105,109,97,103,101,0,8,0,22,46,101,115,112,97,45,108,111,103,111,115,95,95,99,111,110,116,97,105,110,101,114,0,8,0,11,46,101,115,112,97,98,97,110,110,101,114,0,8,0,10,46,101,115,112,99,111,111,107,105,101,0,8,0,12,46,101,115,114,105,45,99,111,111,107,105,101,0,8,0,23,46,101,115,116,114,97,116,101,103,121,45,99,111,111,107,105,101,45,112,111,112,117,112,0,8,0,30,46,101,115,116,114,97,116,101,103,121,45,99,111,111,107,105,101,45,112,111,112,117,112,45,109,111,98,105,108,101,0,8,0,10,46,101,116,45,99,111,111,107,105,101,0,8,0,18,46,101,116,95,99,111,111,107,105,101,95,99,111,110,115,101,110,116,0,8,0,16,46,101,116,105,67,111,111,107,105,101,66,97,110,110,101,114,0,8,0,24,46,101,116,115,95,99,111,111,107,105,101,95,98,97,110,98,101,114,95,98,108,111,99,107,0,8,0,10,46,101,117,45,98,97,110,110,101,114,0,8,0,14,46,101,117,45,99,111,109,112,108,105,97,110,99,101,0,8,0,22,46,101,117,45,99,111,109,112,108,105,97,110,99,101,45,109,101,115,115,97,103,101,0,8,0,17,46,101,117,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,27,46,101,117,45,99,111,111,107,105,101,45,98,97,114,45,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,22,46,101,117,45,99,111,111,107,105,101,45,100,105,118,45,105,110,105,116,105,97,108,0,8,0,15,46,101,117,45,99,111,111,107,105,101,45,105,110,102,111,0,8,0,14,46,101,117,45,99,111,111,107,105,101,45,108,97,119,0,8,0,22,46,101,117,45,99,111,111,107,105,101,45,108,97,119,45,119,114,97,112,112,101,114,0,8,0,18,46,101,117,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,0,8,0,14,46,101,117,45,99,111,111,107,105,101,45,110,97,103,0,8,0,17,46,101,117,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,23,46,101,117,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,16,46,101,117,45,99,111,111,107,105,101,45,112,97,110,101,108,0,8,0,17,46,101,117,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,8,0,32,46,101,117,45,99,111,111,107,105,101,45,112,111,108,105,99,121,45,98,97,110,110,101,114,45,119,114,97,112,112,101,114,0,8,0,25,46,101,117,45,99,111,111,107,105,101,45,112,111,108,105,99,121,45,99,111,110,116,101,110,116,0,8,0,22,46,101,117,45,99,111,111,107,105,101,45,112,111,108,105,99,121,45,110,111,116,101,0,8,0,25,46,101,117,45,99,111,111,107,105,101,45,112,111,108,105,99,121,45,119,114,97,112,112,101,114,0,8,0,16,46,101,117,45,99,111,111,107,105,101,45,112,111,112,117,112,0,8,0,17,46,101,117,45,99,111,111,107,105,101,45,112,114,111,109,112,116,0,8,0,15,46,101,117,45,99,111,111,107,105,101,45,115,104,111,119,0,8,0,18,46,101,117,45,99,111,111,107,105,101,45,119,97,114,110,105,110,103,0,8,0,15,46,101,117,45,99,111,111,107,105,101,45,119,114,97,112,0,8,0,18,46,101,117,45,99,111,111,107,105,101,45,119,114,97,112,112,101,114,0,8,0,11,46,101,117,45,99,111,111,107,105,101,115,0,8,0,17,46,101,117,45,99,111,111,107,105,101,115,45,97,108,101,114,116,0,8,0,27,46,101,117,45,99,111,111,107,105,101,115,45,98,97,114,45,99,111,111,107,105,101,115,45,98,97,114,0,8,0,36,46,101,117,45,99,111,111,107,105,101,115,45,98,97,114,45,99,111,111,107,105,101,115,45,98,97,114,45,115,101,116,116,105,110,103,115,0,8,0,32,46,101,117,45,99,111,111,107,105,101,115,45,98,97,114,45,99,111,111,107,105,101,115,45,98,97,114,45,119,114,97,112,0,8,0,25,46,101,117,45,99,111,111,107,105,101,115,45,98,97,114,58,110,111,116,40,98,111,100,121,41,0,8,0,19,46,101,117,45,99,111,111,107,105,101,115,45,109,101,115,115,97,103,101,0,8,0,15,46,101,117,45,99,111,111,107,105,101,115,45,109,115,103,0,8,0,18,46,101,117,45,99,111,111,107,105,101,115,45,112,111,108,105,99,121,0,8,0,16,46,101,117,45,99,111,111,107,105,101,115,45,115,104,111,119,0,8,0,19,46,101,117,45,99,111,111,107,105,101,115,45,119,114,97,112,112,101,114,0,8,0,17,46,101,117,45,108,97,119,45,99,111,110,116,97,105,110,101,114,0,8,0,17,46,101,117,45,112,114,117,100,97,45,99,111,111,107,105,101,115,0,8,0,18,46,101,117,45,115,117,99,107,45,109,121,45,99,111,111,107,105,101,0,8,0,9,46,101,117,67,111,111,107,105,101,0,8,0,15,46,101,117,67,111,111,107,105,101,45,111,117,116,101,114,0,8,0,18,46,101,117,67,111,111,107,105,101,67,111,110,116,97,105,110,101,114,0,8,0,23,46,101,117,67,111,111,107,105,101,73,110,102,111,98,97,114,87,114,97,112,112,101,114,0,8,0,12,46,101,117,67,111,111,107,105,101,76,97,119,0,8,0,14,46,101,117,67,111,111,107,105,101,76,97,121,101,114,0,8,0,14,46,101,117,67,111,111,107,105,101,77,111,100,97,108,0,8,0,15,46,101,117,67,111,111,107,105,101,78,111,116,105,99,101,0,8,0,14,46,101,117,67,111,111,107,105,101,80,97,110,101,108,0,8,0,15,46,101,117,67,111,111,107,105,101,80,111,108,105,99,121,0,8,0,23,46,101,117,67,111,111,107,105,101,80,111,112,117,112,67,111,110,116,97,105,110,101,114,0,8,0,20,46,101,117,67,111,111,107,105,101,80,111,112,117,112,83,112,97,99,101,114,0,8,0,15,46,101,117,67,111,111,107,105,101,83,116,114,105,112,101,0,8,0,13,46,101,117,67,111,111,107,105,101,87,97,114,110,0,8,0,10,46,101,117,67,111,111,107,105,101,115,0,8,0,16,46,101,117,67,111,111,107,105,101,115,80,111,108,105,99,121,0,8,0,9,46,101,117,80,111,108,105,99,121,0,8,0,21,46,101,117,80,114,105,118,97,99,121,95,99,111,111,107,105,101,115,77,115,103,0,8,0,22,46,101,117,95,95,99,111,111,107,105,101,45,45,99,111,110,116,97,105,110,101,114,0,8,0,10,46,101,117,95,99,99,95,108,97,119,0,8,0,18,46,101,117,95,99,111,111,107,105,101,95,99,111,110,115,101,110,116,0,8,0,24,46,101,117,95,99,111,111,107,105,101,95,119,97,114,110,105,110,103,95,112,111,112,117,112,0,8,0,20,46,101,117,95,99,111,111,107,105,101,95,119,114,97,112,112,101,114,95,50,0,8,0,11,46,101,117,95,99,111,111,107,105,101,115,0,8,0,17,46,101,117,95,99,111,111,107,105,101,115,95,97,108,101,114,116,0,8,0,19,46,101,117,95,99,111,111,111,107,105,101,95,116,111,111,108,98,97,114,0,8,0,9,46,101,117,99,111,111,107,105,101,0,8,0,16,46,101,117,99,111,111,107,105,101,45,112,111,112,45,117,112,0,8,0,15,46,101,117,99,111,111,107,105,101,95,98,108,111,99,107,0,8,0,20,46,101,117,99,111,111,107,105,101,95,100,105,115,99,108,97,105,109,101,114,0,8,0,20,46,101,117,99,111,111,107,105,101,95,110,111,116,105,99,97,116,105,111,110,0,8,0,17,46,101,117,99,111,111,107,105,101,95,119,114,97,112,112,101,114,0,8,0,12,46,101,117,99,111,111,107,105,101,98,97,114,0,8,0,12,46,101,117,99,111,111,107,105,101,108,97,119,0,8,0,19,46,101,117,99,111,111,107,105,101,108,97,119,45,98,97,110,110,101,114,0,8,0,16,46,101,117,99,111,111,107,105,101,109,97,110,97,103,101,114,0,8,0,10,46,101,117,99,111,111,107,105,101,115,0,8,0,18,46,101,117,99,111,111,107,105,101,115,45,119,114,97,112,112,101,114,0,8,0,8,46,101,117,100,115,103,118,111,0,8,0,13,46,101,117,103,100,112,114,45,98,108,111,99,107,0,8,0,19,46,101,117,108,97,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,9,46,101,117,108,97,119,98,111,120,0,8,0,19,46,101,117,112,111,112,117,112,45,98,97,99,107,103,114,111,117,110,100,0,8,0,18,46,101,117,112,111,112,117,112,45,99,111,110,116,97,105,110,101,114,0,8,0,30,46,101,117,112,111,112,117,112,45,99,111,110,116,97,105,110,101,114,45,98,111,116,116,111,109,114,105,103,104,116,0,8,0,20,46,101,117,112,111,112,117,112,45,99,111,110,116,97,105,110,101,114,101,117,0,8,0,11,46,101,117,114,111,99,111,111,107,105,101,0,8,0,20,46,101,117,116,45,112,114,105,118,97,99,121,45,119,114,97,112,112,101,114,0,8,0,17,46,101,118,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,17,46,101,118,97,115,116,101,45,99,111,110,116,97,105,110,101,114,0,8,0,14,46,101,118,97,115,116,101,115,101,108,111,115,116,101,0,8,0,14,46,101,118,105,100,111,110,45,98,97,110,110,101,114,0,8,0,16,46,101,118,105,108,45,99,111,111,107,105,101,45,98,97,114,0,8,0,13,46,101,118,111,45,103,100,112,114,45,98,111,120,0,8,0,19,46,101,118,116,45,99,111,111,107,105,101,45,101,108,101,109,101,110,116,0,8,0,12,46,101,120,112,45,99,111,111,107,105,101,115,0,8,0,14,46,101,120,112,97,110,100,101,100,46,103,100,112,114,0,8,0,26,46,101,120,112,108,105,99,105,116,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,8,0,34,46,101,120,112,108,105,99,105,116,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,45,119,114,97,112,112,101,114,0,8,0,15,46,101,120,112,111,110,101,97,45,98,97,110,110,101,114,0,8,0,23,46,101,120,112,111,110,101,97,45,98,97,110,110,101,114,45,45,99,111,111,107,105,101,0,8,0,15,46,101,120,112,111,110,101,97,45,99,111,111,107,105,101,0,8,0,24,46,101,120,112,111,110,101,97,45,99,111,111,107,105,101,45,98,97,99,107,100,114,111,112,0,8,0,20,46,101,120,112,114,101,115,115,99,111,110,115,101,110,116,65,108,101,114,116,0,8,0,11,46,101,120,116,45,99,111,111,107,105,101,0,8,0,20,46,101,120,116,114,97,45,99,111,111,107,105,101,115,45,112,111,112,117,112,0,8,0,15,46,101,120,116,114,101,109,101,45,99,111,111,107,105,101,0,8,0,11,46,101,120,122,111,99,111,111,107,105,101,0,8,0,22,46,101,121,103,45,99,111,111,107,105,101,45,112,111,108,105,99,121,45,109,115,103,0,8,0,17,46,101,122,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,22,46,101,122,111,105,99,45,102,108,111,97,116,105,110,103,45,98,111,116,116,111,109,0,8,0,16,46,102,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,17,46,102,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,24,46,102,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,98,111,116,116,111,109,0,8,0,14,46,102,45,100,97,116,97,45,112,111,108,105,99,121,0,8,0,13,46,102,45,101,117,45,99,111,111,107,105,101,115,0,8,0,9,46,102,95,99,111,111,107,105,101,0,8,0,7,46,102,95,103,100,112,114,0,8,0,10,46,102,97,45,99,111,111,107,105,101,0,8,0,14,46,102,97,108,100,111,110,67,111,111,107,105,101,115,0,8,0,13,46,102,97,115,99,105,97,67,111,111,107,105,101,0,8,0,14,46,102,98,45,99,111,111,107,105,101,45,108,97,119,0,8,0,15,46,102,98,45,99,111,111,107,105,101,115,45,98,97,114,0,8,0,13,46,102,98,80,97,103,101,66,97,110,110,101,114,0,8,0,19,46,102,98,97,114,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,8,0,11,46,102,99,45,99,111,111,107,105,101,115,0,8,0,21,46,102,99,115,45,99,111,111,107,105,101,45,99,111,109,112,111,110,101,110,116,0,8,0,23,46,102,101,97,116,117,114,101,45,99,111,110,115,101,110,116,45,100,105,97,108,111,103,0,8,0,24,46,102,101,101,100,98,97,99,107,45,109,101,115,115,97,103,101,46,99,111,111,107,105,101,0,8,0,18,46,102,101,108,100,45,99,111,111,107,105,101,110,111,116,105,99,101,0,8,0,22,46,102,101,111,95,115,104,97,114,101,95,99,111,111,107,105,101,115,95,98,97,114,0,8,0,16,46,102,101,115,116,105,118,97,108,45,99,111,111,107,105,101,0,8,0,18,46,102,101,118,101,114,45,99,111,111,107,105,101,95,95,98,97,114,0,8,0,15,46,102,102,67,111,111,107,105,101,45,109,111,100,97,108,0,8,0,20,46,102,103,45,99,111,111,107,105,101,115,100,105,114,101,99,116,105,118,101,0,8,0,12,46,102,104,67,111,111,107,105,101,76,97,119,0,8,0,17,46,102,105,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,18,46,102,105,108,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,8,0,15,46,102,105,108,67,111,111,107,105,101,115,67,110,105,108,0,8,0,16,46,102,105,110,101,120,45,99,111,111,107,105,101,98,97,114,0,8,0,23,46,102,105,116,45,99,111,111,107,105,101,87,97,108,108,45,111,118,101,114,108,97,121,0,8,0,18,46,102,105,117,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,19,46,102,105,120,45,99,111,111,107,105,101,45,109,115,103,45,98,97,114,0,8,0,10,46,102,105,120,99,111,111,107,105,101,0,8,0,28,46,102,105,120,101,100,45,98,111,116,116,111,109,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,21,46,102,105,120,101,100,45,98,111,116,116,111,109,46,99,111,111,107,105,101,115,0,8,0,25,46,102,105,120,101,100,45,98,111,116,116,111,109,46,115,104,111,119,80,114,105,118,97,99,121,0,8,0,13,46,102,105,120,101,100,45,99,111,111,107,105,101,0,8,0,18,46,102,105,120,101,100,45,99,111,111,107,105,101,45,97,114,105,97,0,8,0,21,46,102,105,120,101,100,45,99,111,111,107,105,101,45,99,111,110,116,101,110,116,0,8,0,17,46,102,105,120,101,100,45,99,111,111,107,105,101,45,112,114,108,0,8,0,19,46,102,105,120,101,100,45,109,115,103,45,45,99,111,111,107,105,101,115,0,8,0,18,46,102,105,120,101,100,45,116,111,112,46,99,111,111,107,105,101,115,0,8,0,18,46,102,105,120,101,100,46,99,111,111,107,105,101,115,95,108,97,119,0,8,0,19,46,102,105,120,101,100,67,111,111,107,105,101,79,118,101,114,108,97,121,0,8,0,18,46,102,105,120,101,100,67,111,111,107,105,101,80,111,108,105,99,121,0,8,0,22,46,102,105,120,101,100,91,100,97,116,97,45,99,111,111,107,105,101,98,97,114,93,0,8,0,12,46,102,105,120,101,100,95,99,101,114,101,122,0,8,0,19,46,102,105,120,101,100,95,99,111,111,107,105,101,80,111,108,105,99,121,0,8,0,14,46,102,105,120,101,100,95,99,111,111,107,105,101,115,0,8,0,17,46,102,108,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,28,46,102,108,45,99,111,111,107,105,101,45,110,111,116,105,99,101,45,45,99,111,110,116,97,105,110,101,114,0,8,0,14,46,102,108,97,115,104,45,45,99,111,111,107,105,101,0,8,0,21,46,102,108,97,115,104,45,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,11,46,102,108,97,115,104,45,114,103,112,100,0,8,0,31,46,102,108,97,115,104,91,100,97,116,97,45,99,111,111,107,105,101,61,34,101,117,95,99,111,111,107,105,101,34,93,0,8,0,21,46,102,108,97,115,104,109,101,115,115,97,103,101,45,99,111,111,107,105,101,115,0,8,0,15,46,102,108,97,116,45,99,109,45,99,111,111,107,105,101,0,8,0,17,46,102,108,97,116,115,111,109,101,45,99,111,111,107,105,101,115,0,8,0,25,46,102,108,97,116,115,111,109,101,45,99,111,111,107,105,101,115,45,45,97,99,116,105,118,101,0,8,0,14,46,102,108,97,122,105,111,45,99,111,111,107,105,101,0,8,0,18,46,102,108,99,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,23,46,102,108,101,120,45,99,111,111,107,105,101,115,45,115,116,97,116,101,109,101,110,116,0,8,0,12,46,102,108,101,120,46,99,111,111,107,105,101,0,8,0,25,46,102,108,101,120,95,99,111,111,107,105,101,95,112,111,112,117,112,95,98,111,116,116,111,109,0,8,0,13,46,102,108,101,120,105,45,99,111,111,107,105,101,0,8,0,14,46,102,108,101,120,105,116,95,99,111,111,107,105,101,0,8,0,47,46,102,108,111,97,116,105,110,103,45,98,97,114,91,100,97,116,97,45,99,111,111,107,105,101,45,110,97,109,101,61,34,99,111,111,107,105,101,95,110,111,116,105,99,101,34,93,0,8,0,21,46,102,108,111,97,116,105,110,103,45,99,111,111,107,105,101,45,105,110,102,111,0,8,0,23,46,102,108,111,97,116,105,110,103,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,8,0,11,46,102,108,111,119,67,111,111,107,105,101,0,8,0,25,46,102,108,117,118,45,101,117,45,99,111,111,99,107,105,101,115,45,119,114,97,112,112,101,114,0,8,0,19,46,102,108,117,120,101,100,67,111,110,115,101,110,116,80,111,112,117,112,0,8,0,16,46,102,109,45,99,111,111,107,105,101,66,97,110,110,101,114,0,8,0,19,46,102,110,45,99,111,111,107,105,101,45,115,104,111,119,45,98,97,114,0,8,0,13,46,102,110,45,99,111,111,107,105,101,98,97,114,0,8,0,19,46,102,110,45,99,111,111,107,105,101,98,97,114,45,115,116,121,108,101,0,8,0,10,46,102,111,45,99,111,111,107,105,101,0,8,0,18,46,102,111,45,99,111,111,107,105,101,115,45,112,111,108,105,99,121,0,8,0,14,46,102,111,99,117,115,45,99,111,111,107,105,101,115,0,8,0,18,46,102,111,105,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,22,46,102,111,110,100,95,98,97,110,100,101,97,117,95,99,111,111,99,107,105,101,115,0,8,0,13,46,102,111,110,100,99,111,111,107,105,101,115,50,0,8,0,20,46,102,111,110,100,111,45,97,118,105,115,111,45,99,111,111,107,105,101,115,0,8,0,15,46,102,111,111,45,98,97,114,45,99,111,111,107,105,101,0,8,0,14,46,102,111,111,98,97,114,45,99,111,111,107,105,101,0,8,0,17,46,102,111,111,108,95,116,101,120,116,95,99,111,111,107,105,101,0,8,0,23,46,102,111,111,111,116,101,114,45,112,114,105,118,97,99,121,45,112,111,108,105,99,121,0,8,0,25,46,102,111,111,116,101,114,45,98,111,116,116,111,109,32,62,32,35,99,111,111,107,105,101,115,0,8,0,12,46,102,111,111,116,101,114,45,99,110,105,108,0,8,0,15,46,102,111,111,116,101,114,45,99,110,105,108,45,119,114,0,8,0,14,46,102,111,111,116,101,114,45,99,111,111,107,105,101,0,8,0,21,46,102,111,111,116,101,114,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,22,46,102,111,111,116,101,114,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,24,46,102,111,111,116,101,114,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,8,0,21,46,102,111,111,116,101,114,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,27,46,102,111,111,116,101,114,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,23,46,102,111,111,116,101,114,45,99,111,111,107,105,101,45,110,111,116,105,102,105,101,114,0,8,0,21,46,102,111,111,116,101,114,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,8,0,20,46,102,111,111,116,101,114,45,99,111,111,107,105,101,45,112,111,112,117,112,0,8,0,22,46,102,111,111,116,101,114,45,99,111,111,107,105,101,45,119,97,114,110,105,110,103,0,8,0,22,46,102,111,111,116,101,114,45,99,111,111,107,105,101,45,119,114,97,112,112,101,114,0,8,0,15,46,102,111,111,116,101,114,45,99,111,111,107,105,101,115,0,8,0,21,46,102,111,111,116,101,114,45,99,111,111,107,105,101,115,45,97,108,101,114,116,0,8,0,19,46,102,111,111,116,101,114,45,99,111,111,107,105,101,115,45,98,97,114,0,8,0,22,46,102,111,111,116,101,114,45,99,111,111,107,105,101,115,45,112,111,108,105,99,121,0,8,0,23,46,102,111,111,116,101,114,45,99,111,111,107,105,101,115,45,119,114,97,112,112,101,114,0,8,0,12,46,102,111,111,116,101,114,45,103,100,112,114,0,8,0,18,46,102,111,111,116,101,114,45,103,100,112,114,45,109,111,100,97,108,0,8,0,12,46,102,111,111,116,101,114,45,107,118,107,107,0,8,0,26,46,102,111,111,116,101,114,45,110,101,119,95,95,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,35,46,102,111,111,116,101,114,45,110,111,116,105,102,105,99,97,116,105,111,110,45,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,8,0,22,46,102,111,111,116,101,114,45,112,114,105,118,97,99,121,45,98,97,110,110,101,114,0,8,0,21,46,102,111,111,116,101,114,45,112,114,105,118,97,99,121,45,112,111,112,117,112,0,8,0,22,46,102,111,111,116,101,114,45,112,114,105,118,97,116,101,45,112,111,108,105,99,121,0,8,0,22,46,102,111,111,116,101,114,45,115,101,99,116,105,111,110,45,99,111,111,107,105,101,0,8,0,29,46,102,111,111,116,101,114,45,115,116,105,99,107,121,95,95,99,111,111,107,105,101,45,112,111,108,105,99,121,0,8,0,26,46,102,111,111,116,101,114,45,116,101,114,109,115,45,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,19,46,102,111,111,116,101,114,45,118,50,95,95,112,114,105,118,97,99,121,0,8,0,14,46,102,111,111,116,101,114,67,111,111,107,105,101,115,0,8,0,23,46,102,111,111,116,101,114,95,95,97,99,99,101,112,116,45,99,111,111,107,105,101,115,0,8,0,17,46,102,111,111,116,101,114,95,95,99,111,111,99,107,105,101,115,0,8,0,15,46,102,111,111,116,101,114,95,95,99,111,111,107,105,101,0,8,0,30,46,102,111,111,116,101,114,95,95,99,111,111,107,105,101,45,97,108,101,114,116,45,45,119,114,97,112,112,101,114,0,8,0,22,46,102,111,111,116,101,114,95,95,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,20,46,102,111,111,116,101,114,95,95,99,111,111,107,105,101,45,105,110,102,111,0,8,0,18,46,102,111,111,116,101,114,95,95,99,111,111,107,105,101,98,97,114,0,8,0,16,46,102,111,111,116,101,114,95,95,99,111,111,107,105,101,115,0,8,0,18,46,102,111,111,116,101,114,95,95,101,117,45,99,111,111,107,105,101,0,8,0,13,46,102,111,111,116,101,114,95,95,103,100,114,112,0,8,0,23,46,102,111,111,116,101,114,95,95,112,114,105,118,97,99,121,45,99,111,111,107,105,101,0,8,0,23,46,102,111,111,116,101,114,95,99,101,114,101,122,112,111,108,105,116,105,107,97,115,105,0,8,0,12,46,102,111,111,116,101,114,95,99,110,105,108,0,8,0,14,46,102,111,111,116,101,114,95,99,111,111,107,105,101,0,8,0,22,46,102,111,111,116,101,114,95,99,111,111,107,105,101,82,101,109,105,110,100,101,114,0,8,0,20,46,102,111,111,116,101,114,95,99,111,111,107,105,101,95,97,108,101,114,116,0,8,0,18,46,102,111,111,116,101,114,95,99,111,111,107,105,101,95,98,97,114,0,8,0,21,46,102,111,111,116,101,114,95,99,111,111,107,105,101,95,112,111,108,105,99,121,0,8,0,15,46,102,111,111,116,101,114,95,99,111,111,107,105,101,115,0,8,0,17,46,102,111,111,116,101,114,95,101,117,95,99,111,111,107,105,101,0,8,0,25,46,102,111,111,116,101,114,95,112,114,105,118,97,99,121,45,99,111,110,116,97,105,110,101,114,0,8,0,9,46,102,111,111,116,101,114,99,107,0,8,0,17,46,102,111,111,116,112,114,105,110,116,95,99,111,111,107,105,101,0,8,0,17,46,102,111,114,99,101,45,101,117,45,99,111,111,107,105,101,115,0,8,0,17,46,102,111,114,109,45,45,99,111,111,107,105,101,45,98,97,114,0,8,0,23,46,102,111,114,109,45,98,111,120,45,99,111,111,107,105,101,109,101,115,115,97,103,101,0,8,0,15,46,102,111,114,109,98,97,114,67,111,110,115,101,110,116,0,8,0,14,46,102,111,114,109,105,100,97,67,111,111,107,105,101,0,8,0,21,46,102,111,114,117,109,45,99,111,111,107,105,101,45,110,111,116,105,99,101,115,0,8,0,14,46,102,112,45,99,111,111,107,105,101,45,98,97,114,0,8,0,18,46,102,112,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,10,46,102,112,95,99,111,111,107,105,101,0,8,0,11,46,102,112,95,99,111,111,107,105,101,115,0,8,0,18,46,102,114,45,99,45,109,101,115,115,97,103,101,45,119,114,97,112,0,8,0,18,46,102,114,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,0,8,0,14,46,102,114,45,99,111,111,107,105,101,45,98,97,114,0,8,0,21,46,102,114,45,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,0,8,0,23,46,102,114,95,115,104,111,119,67,111,111,107,105,101,76,101,103,97,108,73,110,102,111,0,8,0,20,46,102,114,97,109,101,45,115,109,97,108,108,46,99,111,111,107,105,101,115,0,8,0,18,46,102,114,97,109,101,119,111,114,107,95,99,111,111,107,105,101,115,0,8,0,27,46,102,114,101,101,112,114,105,118,97,99,121,112,111,108,105,99,121,45,99,111,109,45,45,45,110,98,0,8,0,34,46,102,114,101,101,112,114,105,118,97,99,121,112,111,108,105,99,121,45,99,111,109,45,45,45,110,98,45,115,105,109,112,108,101,0,8,0,30,46,102,114,105,103,103,45,99,111,111,107,105,101,119,97,114,110,105,110,103,45,99,111,110,116,97,105,110,101,114,0,8,0,31,46,102,114,111,110,116,101,110,100,80,114,105,118,97,99,121,95,95,99,111,110,115,101,110,116,66,97,110,110,101,114,0,8,0,24,46,102,115,45,99,99,45,98,97,110,110,101,114,50,95,99,111,109,112,111,110,101,110,116,0,8,0,24,46,102,115,45,99,99,45,98,97,110,110,101,114,51,95,99,111,109,112,111,110,101,110,116,0,8,0,26,46,102,115,45,99,99,45,98,97,110,110,101,114,51,95,99,111,109,112,111,110,101,110,116,45,50,0,8,0,24,46,102,115,45,99,99,45,98,97,110,110,101,114,52,95,99,111,109,112,111,110,101,110,116,0,8,0,23,46,102,115,45,99,99,45,98,97,110,110,101,114,95,99,111,109,112,111,110,101,110,116,0,8,0,16,46,102,115,45,99,99,45,99,111,109,112,111,110,101,110,116,0,8,0,13,46,102,115,45,99,99,45,99,111,111,107,105,101,0,8,0,20,46,102,115,45,99,99,45,99,111,111,107,105,101,45,115,121,109,98,111,108,0,8,0,14,46,102,115,45,99,111,111,107,105,101,45,98,97,114,0,8,0,21,46,102,116,45,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,0,8,0,12,46,102,116,95,95,99,111,111,107,105,101,115,0,8,0,18,46,102,116,99,45,99,111,111,107,105,101,115,45,112,111,112,117,112,0,8,0,18,46,102,116,105,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,19,46,102,117,99,107,105,110,103,45,101,117,45,99,111,111,107,105,101,115,0,8,0,17,46,102,117,108,108,119,105,100,116,104,46,99,111,111,107,105,101,0,8,0,12,46,102,117,110,99,45,99,111,111,107,105,101,0,8,0,19,46,102,117,115,105,111,110,45,112,114,105,118,97,99,121,45,98,97,114,0,8,0,18,46,102,117,116,117,114,101,45,99,111,111,107,105,101,45,98,97,114,0,8,0,51,46,102,119,45,100,105,97,108,111,103,91,97,114,105,97,45,108,97,98,101,108,108,101,100,98,121,61,34,99,111,111,107,105,101,45,112,111,108,105,99,121,45,99,111,110,116,101,110,116,34,93,0,8,0,10,46,102,119,95,99,111,111,107,105,101,0,8,0,19,46,102,119,111,114,107,115,95,99,111,110,115,101,110,116,95,98,97,114,0,8,0,24,46,102,119,111,114,107,115,95,99,111,110,115,101,110,116,95,98,97,114,95,105,110,105,116,0,8,0,21,46,102,119,115,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,8,0,17,46,102,120,115,95,97,108,101,114,116,67,111,111,107,105,101,115,0,8,0,22,46,102,120,120,108,45,99,111,111,107,105,101,45,109,97,105,110,109,111,100,97,108,0,8,0,15,46,102,122,45,117,115,101,45,99,111,111,107,105,101,115,0,8,0,15,46,103,45,97,108,101,114,116,45,99,111,111,107,105,101,0,8,0,25,46,103,45,99,111,110,115,101,110,116,45,109,97,110,97,103,101,114,45,98,97,110,110,101,114,0,8,0,9,46,103,45,99,111,111,107,105,101,0,8,0,13,46,103,45,99,111,111,107,105,101,45,98,97,114,0,8,0,15,46,103,45,99,111,111,107,105,101,78,111,116,105,99,101,0,8,0,12,46,103,45,99,111,111,107,105,101,98,97,114,0,8,0,10,46,103,45,99,111,111,107,105,101,115,0,8,0,31,46,103,97,45,103,111,111,103,108,101,45,97,110,97,108,121,116,105,99,115,45,112,114,111,45,111,112,116,111,117,116,0,8,0,16,46,103,97,45,117,105,45,99,111,111,107,105,101,98,97,114,0,8,0,16,46,103,97,67,111,111,107,105,101,67,111,110,115,101,110,116,0,8,0,13,46,103,97,105,99,111,77,101,115,115,97,103,101,0,8,0,21,46,103,97,111,111,112,91,100,97,116,97,45,103,97,111,111,112,95,117,97,93,0,8,0,18,46,103,98,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,11,46,103,98,45,99,111,111,107,105,101,115,0,8,0,19,46,103,98,45,103,110,98,95,95,110,111,116,105,99,101,45,98,97,114,0,8,0,14,46,103,98,105,45,99,111,111,107,105,101,98,97,114,0,8,0,15,46,103,98,112,45,99,111,111,107,105,101,105,110,102,111,0,8,0,22,46,103,99,95,109,101,115,115,97,103,101,95,98,97,114,95,98,111,116,116,111,109,0,8,0,12,46,103,99,99,45,99,111,111,107,105,101,115,0,8,0,15,46,103,99,112,114,105,118,97,99,121,45,104,105,110,116,0,8,0,27,46,103,99,117,115,101,115,99,111,111,107,105,101,115,95,98,97,110,110,101,114,95,98,108,111,99,107,0,8,0,14,46,103,100,45,99,111,111,107,105,101,45,98,97,114,0,8,0,12,46,103,100,98,114,95,98,97,110,110,101,114,0,8,0,20,46,103,100,98,114,95,98,97,110,110,101,114,95,119,114,97,112,112,101,114,0,8,0,18,46,103,100,108,45,99,111,111,107,105,101,45,100,105,97,108,111,103,0,8,0,27,46,103,100,108,114,45,99,111,114,101,45,112,114,105,118,97,99,121,45,98,111,120,45,119,114,97,112,0,8,0,9,46,103,100,110,45,119,114,97,112,0,8,0,17,46,103,100,110,45,119,114,97,112,45,100,101,115,107,116,111,112,0,8,0,16,46,103,100,110,45,119,114,97,112,45,109,111,98,105,108,101,0,8,0,18,46,103,100,112,95,99,111,111,107,105,101,95,119,105,100,103,101,116,0,8,0,12,46,103,100,112,114,45,45,112,111,112,117,112,0,8,0,11,46,103,100,112,114,45,80,111,112,117,112,0,8,0,20,46,103,100,112,114,45,97,100,118,105,99,101,45,100,101,115,107,116,111,112,0,8,0,11,46,103,100,112,114,45,97,103,114,101,101,0,8,0,19,46,103,100,112,114,45,97,103,114,101,101,109,101,110,116,45,98,111,120,0,8,0,11,46,103,100,112,114,45,97,108,101,114,116,0,8,0,15,46,103,100,112,114,45,97,108,101,114,116,45,98,97,114,0,8,0,18,46,103,100,112,114,45,97,108,101,114,116,45,98,111,116,116,111,109,0,8,0,23,46,103,100,112,114,45,97,108,101,114,116,45,98,111,120,45,119,114,97,112,112,101,114,0,8,0,10,46,103,100,112,114,45,97,114,101,97,0,8,0,15,46,103,100,112,114,45,97,115,107,45,109,111,100,97,108,0,8,0,12,46,103,100,112,114,45,98,97,110,110,101,114,0,8,0,21,46,103,100,112,114,45,98,97,110,110,101,114,45,45,115,108,105,100,101,117,112,0,8,0,22,46,103,100,112,114,45,98,97,110,110,101,114,45,99,111,110,116,97,105,110,101,114,0,8,0,28,46,103,100,112,114,45,98,97,110,110,101,114,45,99,111,110,116,101,110,116,45,119,114,97,112,112,101,114,0,8,0,22,46,103,100,112,114,45,98,97,110,110,101,114,45,112,114,111,99,101,115,115,101,100,0,8,0,20,46,103,100,112,114,45,98,97,110,110,101,114,45,119,114,97,112,112,101,114,0,8,0,9,46,103,100,112,114,45,98,97,114,0,8,0,17,46,103,100,112,114,45,98,97,114,45,119,114,97,112,112,101,114,0,8,0,8,46,103,100,112,114,45,98,103,0,8,0,9,46,103,100,112,114,45,98,108,107,0,8,0,11,46,103,100,112,114,45,98,108,111,99,107,0,8,0,19,46,103,100,112,114,45,98,108,111,99,107,45,112,114,105,118,97,99,121,0,8,0,16,46,103,100,112,114,45,98,108,111,99,107,45,119,114,97,112,0,8,0,19,46,103,100,112,114,45,98,111,116,116,111,109,45,98,97,110,110,101,114,0,8,0,9,46,103,100,112,114,45,98,111,120,0,8,0,18,46,103,100,112,114,45,99,97,114,100,45,119,114,97,112,112,101,114,0,8,0,24,46,103,100,112,114,45,99,111,109,112,108,105,97,110,99,101,45,119,114,97,112,112,101,114,0,8,0,22,46,103,100,112,114,45,99,111,109,112,111,110,101,110,116,45,104,111,108,100,101,114,0,8,0,18,46,103,100,112,114,45,99,111,110,102,105,114,109,97,116,105,111,110,0,8,0,13,46,103,100,112,114,45,99,111,110,115,101,110,116,0,8,0,21,46,103,100,112,114,45,99,111,110,115,101,110,116,45,45,104,105,100,100,101,110,0,8,0,22,46,103,100,112,114,45,99,111,110,115,101,110,116,45,98,97,99,107,100,114,111,112,0,8,0,20,46,103,100,112,114,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,0,8,0,17,46,103,100,112,114,45,99,111,110,115,101,110,116,45,98,97,114,0,8,0,21,46,103,100,112,114,45,99,111,110,115,101,110,116,45,98,97,114,45,98,111,120,0,8,0,23,46,103,100,112,114,45,99,111,110,115,101,110,116,45,99,111,110,116,97,105,110,101,114,0,8,0,29,46,103,100,112,114,45,99,111,110,115,101,110,116,45,101,108,101,109,101,110,116,45,119,114,97,112,112,101,114,0,8,0,33,46,103,100,112,114,45,99,111,110,115,101,110,116,45,103,117,97,114,100,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,19,46,103,100,112,114,45,99,111,110,115,101,110,116,45,112,97,110,101,108,0,8,0,25,46,103,100,112,114,45,99,111,110,116,101,110,116,95,98,108,107,45,105,110,100,101,112,116,104,0,8,0,23,46,103,100,112,114,45,99,111,111,107,105,101,45,97,108,101,114,116,45,119,114,97,112,0,8,0,19,46,103,100,112,114,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,27,46,103,100,112,114,45,99,111,111,107,105,101,45,98,97,110,110,101,114,45,119,114,97,112,112,101,114,0,8,0,16,46,103,100,112,114,45,99,111,111,107,105,101,45,98,97,114,0,8,0,23,46,103,100,112,114,45,99,111,111,107,105,101,45,98,97,114,45,98,111,116,116,111,109,0,8,0,16,46,103,100,112,114,45,99,111,111,107,105,101,45,98,111,120,0,8,0,20,46,103,100,112,114,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,27,46,103,100,112,114,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,0,8,0,23,46,103,100,112,114,45,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,0,8,0,23,46,103,100,112,114,45,99,111,111,107,105,101,45,102,105,110,115,119,101,101,116,45,49,0,8,0,18,46,103,100,112,114,45,99,111,111,107,105,101,45,108,97,121,101,114,0,8,0,26,46,103,100,112,114,45,99,111,111,107,105,101,45,108,97,121,101,114,45,45,97,99,116,105,118,101,0,8,0,20,46,103,100,112,114,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,0,8,0,18,46,103,100,112,114,45,99,111,111,107,105,101,45,109,111,100,97,108,0,8,0,19,46,103,100,112,114,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,26,46,103,100,112,114,45,99,111,111,107,105,101,45,110,111,116,105,99,101,45,102,105,108,116,101,114,0,8,0,25,46,103,100,112,114,45,99,111,111,107,105,101,45,110,111,116,105,99,101,45,109,111,100,97,108,0,8,0,19,46,103,100,112,114,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,8,0,18,46,103,100,112,114,45,99,111,111,107,105,101,45,112,111,112,117,112,0,8,0,17,46,103,100,112,114,45,99,111,111,107,105,101,45,119,114,97,112,0,8,0,20,46,103,100,112,114,45,99,111,111,107,105,101,45,119,114,97,112,112,101,114,0,8,0,18,46,103,100,112,114,45,99,111,111,107,105,101,78,111,116,105,99,101,0,8,0,20,46,103,100,112,114,45,99,111,111,107,105,101,95,109,101,115,115,97,103,101,0,8,0,18,46,103,100,112,114,45,99,111,111,107,105,101,98,97,110,110,101,114,0,8,0,13,46,103,100,112,114,45,99,111,111,107,105,101,115,0,8,0,18,46,103,100,112,114,45,99,111,111,107,105,101,115,45,104,105,110,116,0,8,0,18,46,103,100,112,114,45,99,111,111,107,105,101,115,45,108,105,110,101,0,8,0,25,46,103,100,112,114,45,99,111,111,107,105,101,115,45,119,101,108,99,111,109,101,45,98,111,120,0,8,0,12,46,103,100,112,114,45,100,105,97,108,111,103,0,8,0,20,46,103,100,112,114,45,100,105,97,108,111,103,45,119,114,97,112,112,101,114,0,8,0,16,46,103,100,112,114,45,100,105,115,99,108,97,105,109,101,114,0,8,0,25,46,103,100,112,114,45,100,105,115,99,108,97,105,109,101,114,95,95,111,118,101,114,108,97,121,0,8,0,8,46,103,100,112,114,45,101,117,0,8,0,18,46,103,100,112,114,45,102,108,111,97,116,45,98,97,110,110,101,114,0,8,0,12,46,103,100,112,114,45,102,111,111,116,101,114,0,8,0,30,46,103,100,112,114,45,102,111,111,116,101,114,45,97,108,101,114,116,45,98,111,120,45,119,114,97,112,112,101,114,0,8,0,23,46,103,100,112,114,45,102,117,108,108,45,112,97,103,101,45,119,114,97,112,112,101,114,0,8,0,14,46,103,100,112,114,45,104,101,97,100,98,97,110,100,0,8,0,12,46,103,100,112,114,45,104,101,97,100,101,114,0,8,0,19,46,103,100,112,114,45,104,101,97,100,101,114,87,114,97,112,112,101,114,0,8,0,14,46,103,100,112,114,45,104,101,108,108,111,98,97,114,0,8,0,10,46,103,100,112,114,45,105,110,102,111,0,8,0,14,46,103,100,112,114,45,105,110,102,111,45,98,97,114,0,8,0,10,46,103,100,112,114,45,109,97,115,107,0,8,0,13,46,103,100,112,114,45,109,101,115,115,97,103,101,0,8,0,20,46,103,100,112,114,45,109,101,115,115,97,103,101,45,98,97,110,110,101,114,0,8,0,21,46,103,100,112,114,45,109,101,115,115,101,110,103,101,114,45,109,111,100,97,108,0,8,0,17,46,103,100,112,114,45,109,111,100,97,108,45,98,108,111,99,107,0,8,0,18,46,103,100,112,114,45,109,111,100,97,108,45,100,105,97,108,111,103,0,8,0,18,46,103,100,112,114,45,109,111,100,97,108,45,110,111,116,105,102,121,0,8,0,19,46,103,100,112,114,45,109,111,100,97,108,45,111,118,101,114,108,97,121,0,8,0,19,46,103,100,112,114,45,109,111,100,97,108,45,119,114,97,112,112,101,114,0,8,0,9,46,103,100,112,114,45,109,115,103,0,8,0,12,46,103,100,112,114,45,110,111,116,105,99,101,0,8,0,22,46,103,100,112,114,45,110,111,116,105,99,101,45,99,111,110,116,97,105,110,101,114,0,8,0,29,46,103,100,112,114,45,110,111,116,105,99,101,45,112,111,108,105,99,121,45,99,111,110,116,97,105,110,101,114,0,8,0,18,46,103,100,112,114,45,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,25,46,103,100,112,114,45,110,111,116,105,102,105,99,97,116,105,111,110,45,98,97,110,110,101,114,0,8,0,26,46,103,100,112,114,45,111,110,98,111,97,114,100,105,110,103,45,99,111,110,116,97,105,110,101,114,0,8,0,19,46,103,100,112,114,45,111,112,116,45,105,110,45,119,105,100,103,101,116,0,8,0,16,46,103,100,112,114,45,111,112,116,105,110,45,118,105,101,119,0,8,0,11,46,103,100,112,114,45,111,117,116,101,114,0,8,0,13,46,103,100,112,114,45,111,118,101,114,108,97,121,0,8,0,22,46,103,100,112,114,45,111,118,101,114,108,97,121,45,45,105,110,105,116,105,97,108,0,8,0,20,46,103,100,112,114,45,111,118,101,114,108,97,121,45,45,118,105,100,101,111,0,8,0,23,46,103,100,112,114,45,111,118,101,114,108,97,121,45,99,111,110,116,97,105,110,101,114,0,8,0,11,46,103,100,112,114,45,112,97,110,101,108,0,8,0,18,46,103,100,112,114,45,112,110,45,99,111,110,116,97,105,110,101,114,0,8,0,16,46,103,100,112,114,45,112,111,108,105,99,121,45,98,97,114,0,8,0,20,46,103,100,112,114,45,112,111,108,105,99,121,46,116,111,97,115,116,101,114,0,8,0,14,46,103,100,112,114,45,112,111,112,45,111,118,101,114,0,8,0,11,46,103,100,112,114,45,112,111,112,117,112,0,8,0,23,46,103,100,112,114,45,112,111,112,117,112,45,109,111,100,97,108,45,99,108,97,115,115,0,8,0,20,46,103,100,112,114,45,112,114,105,118,97,99,121,45,98,97,110,110,101,114,0,8,0,17,46,103,100,112,114,45,112,114,105,118,97,99,121,45,98,97,114,0,8,0,20,46,103,100,112,114,45,112,114,105,118,97,99,121,45,110,111,116,105,99,101,0,8,0,25,46,103,100,112,114,45,112,114,105,118,97,99,121,45,112,114,101,102,101,114,101,110,99,101,115,0,8,0,12,46,103,100,112,114,45,112,114,111,109,112,116,0,8,0,12,46,103,100,112,114,45,114,101,118,101,97,108,0,8,0,9,46,103,100,112,114,45,114,111,119,0,8,0,13,46,103,100,112,114,45,115,101,99,116,105,111,110,0,8,0,17,46,103,100,112,114,45,115,101,116,116,105,110,103,115,45,115,109,0,8,0,17,46,103,100,112,114,45,115,116,97,116,117,115,45,104,111,108,100,0,8,0,22,46,103,100,112,114,45,115,116,105,99,107,121,45,99,111,110,116,97,105,110,101,114,0,8,0,19,46,103,100,112,114,45,115,116,105,99,107,121,45,102,111,111,116,101,114,0,8,0,20,46,103,100,112,114,45,115,116,105,99,107,121,95,109,101,115,115,97,103,101,0,8,0,15,46,103,100,112,114,45,115,116,105,99,107,121,98,97,114,0,8,0,13,46,103,100,112,114,45,115,117,112,112,111,114,116,0,8,0,9,46,103,100,112,114,45,116,97,98,0,8,0,18,46,103,100,112,114,45,116,101,114,109,115,45,98,97,110,110,101,114,0,8,0,17,46,103,100,112,114,45,116,101,114,109,115,45,112,111,112,117,112,0,8,0,16,46,103,100,112,114,45,116,101,120,116,45,97,108,105,103,110,0,8,0,13,46,103,100,112,114,45,119,97,114,110,105,110,103,0,8,0,22,46,103,100,112,114,45,119,97,114,110,105,110,103,45,115,108,105,100,101,45,117,112,0,8,0,10,46,103,100,112,114,45,119,114,97,112,0,8,0,12,46,103,100,112,114,45,119,114,97,112,101,114,0,8,0,13,46,103,100,112,114,46,99,111,110,115,101,110,116,0,8,0,17,46,103,100,112,114,46,112,97,103,101,45,119,105,110,100,111,119,0,8,0,14,46,103,100,112,114,66,97,99,107,103,111,117,110,100,0,8,0,9,46,103,100,112,114,66,97,108,107,0,8,0,11,46,103,100,112,114,66,97,110,110,101,114,0,8,0,18,46,103,100,112,114,66,97,110,110,101,114,87,114,97,112,112,101,114,0,8,0,20,46,103,100,112,114,66,97,110,110,101,114,95,95,111,118,101,114,108,97,121,0,8,0,10,46,103,100,112,114,66,108,111,99,107,0,8,0,9,46,103,100,112,114,66,110,110,114,0,8,0,17,46,103,100,112,114,66,111,120,67,111,110,116,97,105,110,101,114,0,8,0,14,46,103,100,112,114,67,111,110,116,97,105,110,101,114,0,8,0,21,46,103,100,112,114,67,111,110,116,97,105,110,101,114,87,114,97,112,112,101,114,0,8,0,21,46,103,100,112,114,67,111,111,107,105,101,65,108,101,114,116,80,111,112,117,112,0,8,0,27,46,103,100,112,114,67,111,111,107,105,101,66,97,110,110,101,114,95,99,111,110,116,97,105,110,101,114,0,8,0,14,46,103,100,112,114,67,111,111,107,105,101,76,97,119,0,8,0,18,46,103,100,112,114,67,111,111,107,105,101,87,114,97,112,112,101,114,0,8,0,9,46,103,100,112,114,70,111,114,109,0,8,0,22,46,103,100,112,114,76,101,103,97,108,78,111,116,105,102,105,99,97,116,105,111,110,0,8,0,19,46,103,100,112,114,77,97,110,97,103,101,114,77,101,115,115,97,103,101,0,8,0,12,46,103,100,112,114,77,101,115,115,97,103,101,0,8,0,11,46,103,100,112,114,78,111,116,105,99,101,0,8,0,10,46,103,100,112,114,80,111,112,117,112,0,8,0,22,46,103,100,112,114,91,100,97,116,97,45,103,100,112,114,45,112,111,112,117,112,93,0,8,0,8,46,103,100,112,114,95,95,65,0,8,0,13,46,103,100,112,114,95,95,98,97,110,110,101,114,0,8,0,16,46,103,100,112,114,95,95,99,111,110,116,97,105,110,101,114,0,8,0,13,46,103,100,112,114,95,95,99,111,111,107,105,101,0,8,0,21,46,103,100,112,114,95,95,99,111,111,107,105,101,95,99,111,110,115,101,110,116,0,8,0,14,46,103,100,112,114,95,95,111,118,101,114,108,97,121,0,8,0,12,46,103,100,112,114,95,95,112,111,112,117,112,0,8,0,14,46,103,100,112,114,95,95,119,114,97,112,112,101,114,0,8,0,19,46,103,100,112,114,95,97,99,99,101,112,116,95,99,111,111,107,105,101,0,8,0,13,46,103,100,112,114,95,97,112,112,114,111,118,101,0,8,0,12,46,103,100,112,114,95,98,97,110,110,101,114,0,8,0,16,46,103,100,112,114,95,98,97,110,110,101,114,95,116,111,112,0,8,0,9,46,103,100,112,114,95,98,97,114,0,8,0,10,46,103,100,112,114,95,98,97,115,101,0,8,0,15,46,103,100,112,114,95,99,110,45,98,111,116,116,111,109,0,8,0,16,46,103,100,112,114,95,99,111,109,112,108,105,97,110,99,101,0,8,0,20,46,103,100,112,114,95,99,111,110,115,101,110,116,95,100,105,97,108,111,103,0,8,0,19,46,103,100,112,114,95,99,111,110,115,101,110,116,95,112,111,112,117,112,0,8,0,12,46,103,100,112,114,95,99,111,111,107,105,101,0,8,0,22,46,103,100,112,114,95,99,111,111,107,105,101,95,97,108,101,114,116,95,98,111,120,0,8,0,19,46,103,100,112,114,95,99,111,111,107,105,101,95,98,97,110,110,101,114,0,8,0,16,46,103,100,112,114,95,99,111,111,107,105,101,95,98,97,114,0,8,0,21,46,103,100,112,114,95,99,111,111,107,105,101,95,98,97,114,95,99,111,110,116,0,8,0,19,46,103,100,112,114,95,99,111,111,107,105,101,95,110,111,116,105,99,101,0,8,0,15,46,103,100,112,114,95,99,111,111,107,105,101,98,97,114,0,8,0,28,46,103,100,112,114,95,99,111,111,107,105,101,115,95,98,97,110,110,101,114,95,119,114,97,112,112,101,114,0,8,0,17,46,103,100,112,114,95,100,105,115,99,112,108,97,105,109,101,114,0,8,0,9,46,103,100,112,114,95,100,105,118,0,8,0,34,46,103,100,112,114,95,103,100,112,114,45,99,111,109,112,111,115,101,114,45,112,97,110,101,108,95,95,116,111,111,108,98,97,114,0,8,0,9,46,103,100,112,114,95,104,100,114,0,8,0,10,46,103,100,112,114,95,104,111,111,107,0,8,0,28,46,103,100,112,114,95,105,110,102,111,98,97,114,95,112,111,115,116,105,111,110,95,98,111,116,116,111,109,0,8,0,8,46,103,100,112,114,95,105,112,0,8,0,10,46,103,100,112,114,95,109,97,105,110,0,8,0,9,46,103,100,112,114,95,109,115,103,0,8,0,12,46,103,100,112,114,95,109,115,103,98,111,120,0,8,0,10,46,103,100,112,114,95,110,111,116,101,0,8,0,22,46,103,100,112,114,95,110,111,116,105,99,101,95,99,111,110,116,97,105,110,101,114,0,8,0,13,46,103,100,112,114,95,111,118,101,114,108,97,121,0,8,0,11,46,103,100,112,114,95,112,111,112,117,112,0,8,0,16,46,103,100,112,114,95,112,111,112,117,112,95,119,114,97,112,0,8,0,14,46,103,100,112,114,95,114,101,100,101,115,105,103,110,0,8,0,21,46,103,100,112,114,95,116,104,101,109,101,95,97,110,111,110,121,109,111,117,115,0,8,0,8,46,103,100,112,114,95,118,50,0,8,0,13,46,103,100,112,114,95,119,114,97,112,112,101,114,0,8,0,8,46,103,100,112,114,98,97,114,0,8,0,8,46,103,100,112,114,98,111,120,0,8,0,25,46,103,100,112,114,98,111,120,95,95,119,114,97,112,112,101,114,45,45,115,105,109,112,108,101,0,8,0,13,46,103,100,112,114,98,111,120,99,111,108,111,114,0,8,0,11,46,103,100,112,114,99,111,111,107,105,101,0,8,0,17,46,103,100,112,114,99,111,111,107,105,101,45,108,97,121,101,114,0,8,0,16,46,103,100,112,114,99,111,111,107,105,101,45,109,97,115,107,0,8,0,19,46,103,100,112,114,99,111,111,107,105,101,45,119,114,97,112,112,101,114,0,8,0,19,46,103,100,112,114,99,111,111,107,105,101,95,98,108,111,99,107,101,114,0,8,0,26,46,103,100,112,114,99,111,111,107,105,101,115,45,109,111,100,97,108,45,115,101,99,116,105,111,110,0,8,0,26,46,103,100,112,114,99,111,111,107,105,101,115,45,109,111,100,97,108,45,119,114,97,112,112,101,114,0,8,0,19,46,103,100,112,114,99,112,45,99,111,111,107,105,101,115,45,98,97,114,0,8,0,9,46,103,100,112,114,102,97,100,101,0,8,0,11,46,103,100,112,114,102,111,111,116,101,114,0,8,0,10,46,103,100,112,114,109,111,100,97,108,0,8,0,19,46,103,100,112,114,109,111,100,97,108,45,98,97,99,107,100,114,111,112,0,8,0,10,46,103,100,112,114,112,111,112,117,112,0,8,0,8,46,103,100,112,114,114,104,115,0,8,0,29,46,103,100,112,114,115,117,105,116,101,45,99,111,111,107,105,101,45,98,97,114,45,100,105,115,112,108,97,121,0,8,0,20,46,103,100,114,112,45,98,97,110,110,101,114,45,99,111,110,116,101,110,116,0,8,0,27,46,103,100,114,112,45,99,111,111,107,105,101,45,98,97,110,110,101,114,45,119,114,97,112,112,101,114,0,8,0,19,46,103,100,114,112,45,112,111,112,117,112,45,99,111,110,116,101,110,116,0,8,0,20,46,103,100,114,112,45,119,114,97,112,46,103,100,114,112,45,115,104,111,119,0,8,0,14,46,103,100,114,112,95,95,111,118,101,114,108,97,121,0,8,0,11,46,103,100,115,45,99,111,111,107,105,101,0,8,0,15,46,103,101,98,97,101,99,107,45,110,111,116,105,99,101,0,8,0,20,46,103,101,99,107,111,45,99,111,111,107,105,101,115,45,112,111,112,117,112,0,8,0,29,46,103,101,105,115,116,108,105,99,104,100,101,50,52,120,45,99,111,111,107,105,101,45,111,112,116,45,105,110,0,8,0,20,46,103,101,109,45,99,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,21,46,103,101,110,101,114,97,108,45,98,108,111,99,107,45,99,111,111,107,105,101,0,8,0,28,46,103,101,110,101,114,97,108,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,35,46,103,101,110,101,114,97,108,95,100,97,116,97,95,112,114,111,116,101,99,116,105,111,110,95,114,101,103,117,108,97,116,105,111,110,0,8,0,28,46,103,101,110,101,114,105,99,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,26,46,103,101,116,116,99,111,111,107,105,101,45,98,97,110,110,101,114,45,119,114,97,112,112,101,114,0,8,0,11,46,103,102,45,99,111,111,107,105,101,115,0,8,0,21,46,103,102,108,45,119,105,100,103,101,116,45,103,100,112,114,45,119,114,97,112,0,8,0,16,46,103,104,111,115,116,45,99,111,111,107,105,101,98,97,114,0,8,0,32,46,103,104,111,115,116,101,114,121,45,105,109,112,108,105,101,100,45,99,111,110,115,101,110,116,45,110,111,116,105,99,101,0,8,0,17,46,103,105,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,12,46,103,105,103,121,97,78,111,116,105,102,121,0,8,0,22,46,103,105,110,103,101,114,95,98,97,110,110,101,114,45,119,114,97,112,112,101,114,0,8,0,17,46,103,105,122,108,105,108,105,107,45,99,111,111,107,105,101,115,0,8,0,17,46,103,106,45,99,111,111,107,105,101,45,112,114,111,109,112,116,0,8,0,17,46,103,107,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,8,0,25,46,103,108,45,99,111,111,107,105,101,45,98,97,110,110,101,114,45,119,114,97,112,112,101,114,0,8,0,16,46,103,108,67,111,111,107,105,101,77,101,115,115,97,103,101,0,8,0,14,46,103,108,97,116,67,111,111,107,105,101,66,97,114,0,8,0,28,46,103,108,111,98,97,108,45,97,108,101,114,116,45,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,14,46,103,108,111,98,97,108,45,99,111,111,107,105,101,0,8,0,21,46,103,108,111,98,97,108,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,18,46,103,108,111,98,97,108,45,99,111,111,107,105,101,45,98,97,114,0,8,0,22,46,103,108,111,98,97,108,45,99,111,111,107,105,101,45,99,117,114,116,97,105,110,0,8,0,22,46,103,108,111,98,97,108,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,0,8,0,18,46,103,108,111,98,97,108,45,99,111,111,107,105,101,45,109,115,103,0,8,0,21,46,103,108,111,98,97,108,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,18,46,103,108,111,98,97,108,45,99,111,111,107,105,101,45,116,105,112,0,8,0,19,46,103,108,111,98,97,108,45,99,111,111,107,105,101,112,111,112,117,112,0,8,0,15,46,103,108,111,98,97,108,45,99,111,111,107,105,101,115,0,8,0,22,46,103,108,111,98,97,108,45,103,100,112,114,45,99,111,110,116,97,105,110,101,114,0,8,0,18,46,103,108,111,98,97,108,45,103,100,112,114,45,112,111,112,117,112,0,8,0,19,46,103,108,111,98,97,108,45,108,101,118,101,108,45,97,108,101,114,116,0,8,0,22,46,103,108,111,98,97,108,45,109,101,115,115,97,103,101,95,99,111,111,107,105,101,0,8,0,17,46,103,108,111,98,97,108,80,114,105,118,97,99,121,66,97,114,0,8,0,28,46,103,108,111,98,97,108,99,111,111,107,105,101,112,111,108,105,99,121,99,111,110,116,97,105,110,101,114,0,8,0,20,46,103,108,111,119,67,111,111,107,105,101,115,95,95,98,97,110,110,101,114,0,8,0,18,46,103,108,111,119,67,111,111,107,105,101,115,95,95,115,104,111,119,0,8,0,29,46,103,108,117,101,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,45,98,97,114,0,8,0,18,46,103,109,116,95,99,111,110,115,101,110,116,95,112,111,112,117,112,0,8,0,9,46,103,109,116,95,103,100,112,114,0,8,0,23,46,103,109,116,95,103,100,112,114,95,98,117,116,116,111,110,95,99,111,110,102,105,103,0,8,0,16,46,103,110,45,99,111,111,107,105,101,45,97,108,101,114,116,0,8,0,19,46,103,110,45,99,111,111,107,105,101,115,45,119,97,114,110,105,110,103,0,8,0,18,46,103,110,111,45,99,111,111,107,105,101,115,45,112,97,110,101,108,0,8,0,28,46,103,111,45,109,100,108,45,99,111,111,107,105,101,115,45,100,114,99,116,45,119,97,114,110,105,110,103,0,8,0,26,46,103,111,111,103,108,101,45,100,105,115,99,108,97,105,109,101,114,45,119,114,97,112,112,101,114,0,8,0,21,46,103,111,111,103,108,101,95,108,105,110,101,95,116,114,97,99,107,105,110,103,0,8,0,20,46,103,111,118,117,107,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,17,46,103,112,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,21,46,103,112,45,99,111,111,107,105,101,115,45,99,111,110,116,97,105,110,101,114,0,8,0,14,46,103,112,45,103,100,112,114,95,95,98,101,108,116,0,8,0,18,46,103,112,45,109,111,100,97,108,95,95,99,111,111,107,105,101,115,0,8,0,25,46,103,112,45,112,108,117,103,105,110,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,15,46,103,112,100,114,45,97,103,114,101,101,109,101,110,116,0,8,0,13,46,103,112,100,114,45,119,114,97,112,112,101,114,0,8,0,20,46,103,112,100,114,66,97,110,110,101,114,67,111,110,116,97,105,110,101,114,0,8,0,20,46,103,112,109,45,99,111,111,107,105,101,45,97,99,99,101,112,116,101,100,0,8,0,30,46,103,112,109,45,99,111,111,107,105,101,45,97,99,99,101,112,116,101,100,45,99,111,110,116,97,105,110,101,114,0,8,0,19,46,103,112,110,45,103,100,112,114,45,99,111,110,116,97,105,110,101,114,0,8,0,11,46,103,114,45,99,111,110,115,101,110,116,0,8,0,18,46,103,114,45,99,111,111,107,105,101,45,111,118,101,114,108,97,121,0,8,0,30,46,103,114,97,118,105,116,111,67,77,80,45,98,97,99,107,103,114,111,117,110,100,45,111,118,101,114,108,97,121,0,8,0,25,46,103,114,97,121,45,119,105,116,104,45,98,103,45,105,109,103,45,99,111,111,107,105,101,115,0,8,0,15,46,103,114,100,112,45,99,111,110,116,97,105,110,101,114,0,8,0,11,46,103,114,100,112,45,112,111,112,117,112,0,8,0,17,46,103,114,101,97,116,45,101,117,45,99,111,111,107,105,101,115,0,8,0,17,46,103,114,101,99,97,112,116,99,104,97,45,98,97,100,103,101,0,8,0,32,46,103,114,111,117,112,45,104,101,97,100,101,114,45,112,108,97,99,101,104,111,108,100,101,114,45,99,111,111,107,105,101,0,8,0,29,46,103,114,112,45,104,101,97,100,101,114,95,95,99,111,111,107,105,101,100,105,115,99,108,97,105,109,101,114,0,8,0,13,46,103,114,115,78,111,116,105,102,121,66,97,114,0,8,0,11,46,103,114,116,45,99,111,111,107,105,101,0,8,0,18,46,103,114,116,45,99,111,111,107,105,101,45,97,99,116,105,118,101,0,8,0,21,46,103,114,118,101,45,112,114,105,118,97,99,121,45,119,114,97,112,112,101,114,0,8,0,19,46,103,115,67,111,111,107,105,101,68,105,115,99,108,97,105,109,101,114,0,8,0,24,46,103,115,107,45,99,111,111,107,105,101,99,111,110,115,101,110,116,45,111,117,116,101,114,0,8,0,14,46,103,116,45,99,111,111,107,105,101,45,98,97,114,0,8,0,19,46,103,116,45,99,111,111,107,105,101,115,45,119,97,114,110,105,110,103,0,8,0,17,46,103,116,45,117,105,45,99,111,111,107,105,101,45,98,97,114,0,8,0,23,46,103,116,101,99,45,112,111,112,117,112,45,100,97,116,101,110,115,99,104,117,116,122,0,8,0,14,46,103,117,100,95,99,111,111,107,105,101,95,112,108,0,8,0,21,46,103,117,101,115,116,121,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,7,46,103,117,106,45,99,98,0,8,0,18,46,103,119,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,10,46,104,45,99,111,111,107,105,101,115,0,8,0,19,46,104,76,105,98,67,111,111,107,105,101,69,120,112,97,110,100,101,100,0,8,0,17,46,104,97,108,45,99,111,111,107,105,101,110,111,116,105,99,101,0,8,0,25,46,104,97,110,100,108,101,45,99,111,111,107,105,101,115,45,99,111,110,116,97,105,110,101,114,0,8,0,29,46,104,97,115,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,58,110,111,116,40,98,111,100,121,41,0,8,0,18,46,104,98,99,111,109,45,99,111,111,107,105,101,112,97,110,101,108,0,8,0,22,46,104,99,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,98,97,114,0,8,0,21,46,104,99,45,112,114,105,118,97,99,121,100,105,115,99,108,97,105,109,101,114,0,8,0,19,46,104,100,101,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,24,46,104,100,108,105,110,116,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,8,0,22,46,104,101,97,100,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,8,0,13,46,104,101,97,100,45,99,111,111,107,105,101,115,0,8,0,14,46,104,101,97,100,67,111,111,107,105,101,66,97,114,0,8,0,16,46,104,101,97,100,98,97,110,100,45,99,111,111,107,105,101,0,8,0,16,46,104,101,97,100,101,114,45,45,99,111,111,107,105,101,115,0,8,0,27,46,104,101,97,100,101,114,45,45,119,111,114,108,100,119,105,100,101,95,95,99,111,111,107,105,101,115,0,8,0,19,46,104,101,97,100,101,114,45,98,97,114,45,99,111,111,107,105,101,115,0,8,0,12,46,104,101,97,100,101,114,45,99,110,105,108,0,8,0,16,46,104,101,97,100,101,114,45,99,110,105,108,45,98,97,114,0,8,0,14,46,104,101,97,100,101,114,45,99,111,111,107,105,101,0,8,0,21,46,104,101,97,100,101,114,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,18,46,104,101,97,100,101,114,45,99,111,111,107,105,101,45,98,97,114,0,8,0,22,46,104,101,97,100,101,114,45,99,111,111,107,105,101,45,99,111,110,116,101,110,116,0,8,0,21,46,104,101,97,100,101,114,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,21,46,104,101,97,100,101,114,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,8,0,18,46,104,101,97,100,101,114,45,99,111,111,107,105,101,45,119,101,116,0,8,0,15,46,104,101,97,100,101,114,45,99,111,111,107,105,101,115,0,8,0,21,46,104,101,97,100,101,114,45,99,111,111,107,105,101,115,45,97,108,101,114,116,0,8,0,25,46,104,101,97,100,101,114,45,99,111,111,107,105,101,115,45,99,111,109,112,111,110,101,110,116,0,8,0,21,46,104,101,97,100,101,114,45,99,111,111,107,105,101,115,45,112,111,112,117,112,0,8,0,49,46,104,101,97,100,101,114,45,100,101,99,108,97,114,97,116,105,111,110,91,100,97,116,97,45,99,117,115,116,111,109,101,114,45,112,111,112,117,112,61,34,99,111,111,107,105,101,34,93,0,8,0,12,46,104,101,97,100,101,114,45,103,100,112,114,0,8,0,21,46,104,101,97,100,101,114,45,103,100,112,114,45,45,118,105,115,105,98,108,101,0,8,0,23,46,104,101,97,100,101,114,45,103,100,112,114,95,95,99,111,110,116,97,105,110,101,114,0,8,0,23,46,104,101,97,100,101,114,45,109,101,115,115,97,103,101,45,45,99,111,111,107,105,101,0,8,0,34,46,104,101,97,100,101,114,45,109,101,115,115,97,103,101,45,45,99,111,111,107,105,101,95,95,99,111,110,116,97,105,110,101,114,0,8,0,22,46,104,101,97,100,101,114,45,110,111,116,105,99,101,45,99,111,111,107,105,101,115,0,8,0,22,46,104,101,97,100,101,114,45,112,114,105,118,97,99,121,45,112,111,108,105,99,121,0,8,0,23,46,104,101,97,100,101,114,45,119,114,97,112,112,101,114,95,95,99,111,111,107,105,101,0,8,0,13,46,104,101,97,100,101,114,67,111,111,107,105,101,0,8,0,14,46,104,101,97,100,101,114,67,111,111,107,105,101,115,0,8,0,27,46,104,101,97,100,101,114,95,95,97,99,99,101,112,116,45,99,111,111,107,105,101,115,45,98,97,114,0,8,0,15,46,104,101,97,100,101,114,95,95,99,111,111,107,105,101,0,8,0,16,46,104,101,97,100,101,114,95,95,99,111,111,107,105,101,115,0,8,0,32,46,104,101,97,100,101,114,95,95,99,111,111,107,105,101,115,45,110,111,116,105,99,101,95,95,119,114,97,112,112,101,114,0,8,0,22,46,104,101,97,100,101,114,95,95,99,111,111,107,105,101,115,112,111,108,105,99,121,0,8,0,30,46,104,101,97,100,101,114,95,95,114,100,99,45,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,0,8,0,14,46,104,101,97,100,101,114,95,99,111,111,107,105,101,0,8,0,18,46,104,101,97,100,101,114,98,97,114,95,99,111,111,107,105,101,115,0,8,0,7,46,104,101,97,114,121,101,0,8,0,11,46,104,101,108,108,111,45,114,111,100,111,0,8,0,17,46,104,101,108,108,111,45,114,111,100,111,45,45,115,104,111,119,0,8,0,19,46,104,101,114,98,121,67,111,111,107,105,101,67,111,110,115,101,110,116,0,8,0,45,46,104,101,114,110,101,95,99,111,111,107,105,101,95,99,111,110,115,101,110,116,95,99,111,110,116,97,105,110,101,114,95,112,114,101,95,111,117,116,101,114,98,111,120,50,0,8,0,19,46,104,102,115,95,112,97,103,101,67,111,111,107,105,101,72,105,110,116,0,8,0,16,46,104,105,45,99,111,111,107,105,101,45,98,108,111,99,107,0,8,0,20,46,104,105,100,100,101,110,45,120,115,46,101,117,45,112,111,108,105,99,121,0,8,0,27,46,104,105,100,101,45,99,111,111,107,105,101,45,115,101,116,116,105,110,103,45,98,117,116,116,111,110,0,8,0,31,46,104,105,100,101,70,105,114,115,116,76,111,97,100,80,111,112,85,112,67,111,111,107,105,101,80,111,108,105,99,121,0,8,0,26,46,104,105,103,45,99,111,111,107,105,101,45,98,97,114,95,95,99,111,110,116,97,105,110,101,114,0,8,0,14,46,104,105,114,109,97,45,99,111,111,107,105,101,115,0,8,0,18,46,104,108,45,99,111,111,107,105,101,115,45,104,101,97,100,101,114,0,8,0,22,46,104,108,100,45,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,0,8,0,11,46,104,111,45,99,111,111,107,105,101,115,0,8,0,14,46,104,111,102,45,67,111,111,107,105,101,66,97,114,0,8,0,21,46,104,111,109,101,45,102,111,111,116,101,114,95,95,99,111,111,107,105,101,115,0,8,0,22,46,104,111,109,101,45,112,114,105,118,97,99,121,45,99,111,111,111,107,105,101,115,0,8,0,19,46,104,111,109,101,95,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,16,46,104,111,109,101,95,99,111,111,107,105,101,95,98,111,120,0,8,0,22,46,104,111,109,101,112,97,103,101,45,99,111,111,107,105,101,45,98,108,111,99,107,0,8,0,24,46,104,111,109,101,112,103,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,8,0,28,46,104,111,110,103,111,45,99,111,111,107,105,101,45,112,111,108,105,99,121,45,119,114,97,112,112,101,114,0,8,0,13,46,104,111,111,107,45,45,99,111,111,107,105,101,0,8,0,26,46,104,111,111,107,45,45,99,111,111,107,105,101,45,45,112,108,97,99,101,104,111,108,100,101,114,0,8,0,17,46,104,111,111,107,45,99,111,111,107,105,101,115,45,109,115,103,0,8,0,17,46,104,112,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,13,46,104,112,45,99,111,111,107,105,101,98,97,114,0,8,0,11,46,104,112,45,99,111,111,107,105,101,115,0,8,0,18,46,104,112,109,45,97,108,101,114,116,45,99,111,111,107,105,101,115,0,8,0,18,46,104,115,104,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,12,46,104,115,112,45,99,111,111,107,105,101,115,0,8,0,26,46,104,116,45,110,97,118,45,99,111,111,107,105,101,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,9,46,104,116,115,45,114,103,112,100,0,8,0,30,46,104,117,45,112,111,115,105,116,105,111,110,45,98,111,116,116,111,109,46,104,117,45,119,114,97,112,112,101,114,0,8,0,30,46,104,117,45,112,111,115,105,116,105,111,110,45,99,101,110,116,101,114,46,104,117,45,119,114,97,112,112,101,114,0,8,0,14,46,104,117,97,119,101,105,45,99,111,111,107,105,101,0,8,0,39,46,104,117,105,115,104,117,45,99,111,111,107,105,101,45,109,111,110,115,116,101,114,45,98,97,110,110,101,114,45,99,111,110,116,97,105,110,101,114,0,8,0,18,46,104,118,95,112,114,105,118,97,99,121,95,112,114,111,109,112,116,0,8,0,16,46,104,119,45,99,111,111,107,105,101,45,112,111,112,117,112,0,8,0,16,46,104,119,99,99,95,99,111,111,107,105,101,95,98,97,114,0,8,0,15,46,104,119,99,111,111,107,105,101,98,97,110,110,101,114,0,8,0,17,46,104,120,95,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,22,46,104,120,95,99,111,111,107,105,101,45,98,97,110,110,101,114,45,109,97,105,110,0,8,0,30,46,104,121,98,114,105,100,45,99,111,111,107,105,101,45,109,111,100,97,108,45,99,111,110,116,97,105,110,101,114,0,8,0,19,46,104,122,45,99,111,110,115,101,110,116,115,45,98,97,110,110,101,114,0,8,0,20,46,104,122,45,118,105,115,105,116,111,114,45,99,111,110,115,101,110,116,115,0,8,0,21,46,105,45,97,109,45,111,107,45,119,105,116,104,45,99,111,111,107,105,101,115,0,8,0,23,46,105,45,99,111,111,107,105,101,45,112,111,108,105,99,121,45,110,111,116,105,99,101,0,8,0,15,46,105,45,99,111,111,107,105,101,68,105,97,108,111,103,0,8,0,30,46,105,45,108,97,121,111,117,116,95,95,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,8,46,105,67,111,111,107,105,101,0,8,0,11,46,105,67,111,111,107,105,101,66,97,114,0,8,0,19,46,105,97,45,109,45,99,111,111,107,105,101,45,102,108,121,111,117,116,0,8,0,14,46,105,98,45,99,111,111,107,105,101,45,98,97,114,0,8,0,25,46,105,98,45,99,111,111,107,105,101,45,105,110,102,111,45,99,111,110,116,97,105,110,101,114,0,8,0,24,46,105,98,45,103,108,111,98,97,108,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,19,46,105,98,45,109,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,16,46,105,98,101,67,111,111,107,105,101,66,97,110,110,101,114,0,8,0,18,46,105,98,120,45,99,111,111,99,107,105,101,45,97,103,114,101,101,0,8,0,17,46,105,99,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,22,46,105,99,45,99,111,111,107,105,101,115,45,97,108,101,114,116,45,116,101,120,116,0,8,0,14,46,105,99,45,103,100,112,114,45,112,111,112,117,112,0,8,0,20,46,105,99,97,97,108,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,23,46,105,99,108,45,76,101,103,97,108,67,111,110,115,101,110,116,66,97,110,110,101,114,0,8,0,17,46,105,99,109,115,45,99,111,111,107,105,101,97,108,101,114,116,0,8,0,19,46,105,99,111,45,99,111,111,107,105,101,45,119,114,97,112,112,101,114,0,8,0,17,46,105,100,45,67,111,111,107,105,101,67,111,110,115,101,110,116,0,8,0,19,46,105,100,99,45,112,114,105,118,97,99,121,45,110,111,116,105,99,101,0,8,0,19,46,105,100,101,110,116,105,116,121,45,110,111,116,105,99,101,98,97,114,0,8,0,27,46,105,100,101,110,116,105,116,121,45,110,111,116,105,99,101,98,97,114,45,99,111,110,116,101,110,116,0,8,0,15,46,105,100,103,99,112,95,95,115,101,99,116,105,111,110,0,8,0,19,46,105,100,109,45,99,111,111,107,105,101,45,111,118,101,114,108,97,121,0,8,0,18,46,105,100,109,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,8,0,15,46,105,102,114,97,109,101,95,99,111,111,107,105,101,115,0,8,0,14,46,105,103,114,111,119,108,45,99,111,111,107,105,101,0,8,0,13,46,105,108,105,107,101,99,111,111,107,105,101,115,0,8,0,13,46,105,108,111,118,101,99,111,111,107,105,101,115,0,8,0,15,46,105,108,116,101,109,112,111,99,111,111,107,105,101,115,0,8,0,22,46,105,109,80,111,108,105,99,121,99,111,111,107,105,101,109,101,115,115,97,103,101,0,8,0,11,46,105,109,99,45,99,111,111,107,105,101,0,8,0,26,46,105,109,112,111,114,116,97,110,116,45,98,97,110,110,101,114,45,45,99,111,111,107,105,101,115,0,8,0,29,46,105,109,112,117,108,115,45,99,111,111,107,105,101,45,109,111,110,115,116,101,114,45,98,97,110,110,101,114,0,8,0,39,46,105,109,112,117,108,115,45,99,111,111,107,105,101,45,109,111,110,115,116,101,114,45,98,97,110,110,101,114,45,99,111,110,116,97,105,110,101,114,0,8,0,14,46,105,110,98,101,110,116,97,67,111,111,107,105,101,0,8,0,14,46,105,110,99,111,110,115,101,110,116,45,98,97,114,0,8,0,21,46,105,110,99,114,121,112,116,101,100,45,99,111,111,107,105,101,45,98,97,114,0,8,0,20,46,105,110,100,101,120,95,95,99,111,111,107,105,101,95,95,98,111,100,121,0,8,0,32,46,105,110,100,101,120,95,99,111,111,107,105,101,78,111,116,105,102,105,99,97,116,105,111,110,95,95,49,45,86,76,78,0,8,0,14,46,105,110,100,101,120,95,99,111,111,107,105,101,115,0,8,0,11,46,105,110,101,114,67,111,111,107,105,101,0,8,0,27,46,105,110,102,111,45,98,97,110,110,101,114,95,95,99,111,111,107,105,101,45,112,111,108,105,99,121,0,8,0,19,46,105,110,102,111,45,98,108,111,99,107,46,99,111,111,107,105,101,115,0,8,0,21,46,105,110,102,111,45,99,111,110,116,101,110,116,45,99,111,111,107,105,101,115,0,8,0,12,46,105,110,102,111,45,99,111,111,107,105,101,0,8,0,13,46,105,110,102,111,45,99,111,111,107,105,101,115,0,8,0,31,46,105,110,102,111,45,109,101,115,115,97,103,101,45,45,99,111,111,107,105,101,45,97,103,114,101,101,109,101,110,116,0,8,0,10,46,105,110,102,111,67,111,99,107,101,0,8,0,11,46,105,110,102,111,67,111,111,107,105,101,0,8,0,12,46,105,110,102,111,67,111,111,107,105,101,115,0,8,0,12,46,105,110,102,111,95,99,111,111,107,105,101,0,8,0,18,46,105,110,102,111,95,99,111,111,107,105,101,95,112,111,112,117,112,0,8,0,13,46,105,110,102,111,95,99,111,111,107,105,101,115,0,8,0,20,46,105,110,102,111,95,99,111,111,107,105,101,115,95,98,97,110,110,101,114,0,8,0,11,46,105,110,102,111,99,111,111,107,105,101,0,8,0,12,46,105,110,102,111,99,111,111,107,105,101,115,0,8,0,18,46,105,110,102,111,114,109,97,116,105,118,97,45,98,114,101,118,101,0,8,0,19,46,105,110,102,111,114,109,97,116,105,118,97,45,99,111,111,107,105,101,0,8,0,20,46,105,110,102,111,114,109,97,116,105,118,97,45,99,111,111,107,105,101,115,0,8,0,19,46,105,110,102,111,114,109,97,116,105,118,97,95,99,111,111,107,105,101,0,8,0,17,46,105,110,102,111,114,109,97,116,105,118,111,45,108,103,112,100,0,8,0,13,46,105,110,102,111,115,45,99,111,111,107,105,101,0,8,0,22,46,105,110,102,111,115,45,103,101,115,116,105,111,110,45,99,111,111,107,105,101,115,0,8,0,13,46,105,110,102,111,115,99,111,111,107,105,101,115,0,8,0,25,46,105,110,103,45,67,111,111,107,105,101,77,97,110,97,103,101,109,101,110,116,78,101,120,116,0,8,0,30,46,105,110,105,116,105,97,108,45,99,109,112,45,99,111,110,116,97,105,110,101,114,45,111,118,101,114,108,97,121,0,8,0,17,46,105,110,107,116,104,101,109,101,45,99,111,111,107,105,101,115,0,8,0,21,46,105,110,108,105,110,101,45,99,111,111,107,105,101,115,45,112,97,110,101,108,0,8,0,11,46,105,110,110,101,114,95,99,110,105,108,0,8,0,12,46,105,110,110,111,80,114,105,118,97,99,121,0,8,0,20,46,105,110,115,45,101,108,45,99,111,111,107,105,101,45,97,108,101,114,116,0,8,0,19,46,105,110,115,45,118,45,99,111,111,107,105,101,45,97,108,101,114,116,0,8,0,28,46,105,110,115,99,111,111,107,105,101,115,45,98,97,110,110,101,114,45,99,111,110,116,97,105,110,101,114,0,8,0,14,46,105,110,115,105,100,101,45,99,111,111,107,105,101,0,8,0,18,46,105,110,116,101,114,99,101,112,116,45,99,111,111,107,105,101,115,0,8,0,21,46,105,110,116,103,114,116,110,45,99,111,111,107,105,101,45,112,111,112,117,112,0,8,0,17,46,105,112,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,17,46,105,112,97,114,67,111,111,107,105,101,78,111,116,105,99,101,0,8,0,16,46,105,112,97,114,115,121,115,46,99,111,111,107,105,101,115,0,8,0,19,46,105,112,120,95,99,111,111,107,105,101,95,111,118,101,114,108,97,121,0,8,0,14,46,105,114,95,99,111,111,107,105,101,104,105,110,116,0,8,0,17,46,105,115,45,97,99,116,105,118,101,46,99,111,111,107,105,101,0,8,0,18,46,105,115,45,97,99,116,105,118,101,46,99,111,111,107,105,101,115,0,8,0,27,46,105,115,45,99,111,111,107,105,101,45,98,97,110,110,101,114,58,110,111,116,40,98,111,100,121,41,0,8,0,18,46,105,115,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,0,8,0,19,46,105,115,45,118,105,115,105,98,108,101,46,99,111,111,107,105,101,115,0,8,0,21,46,105,116,45,101,112,114,105,118,97,99,121,45,98,97,99,107,100,114,111,112,0,8,0,18,46,105,116,95,112,114,105,118,97,99,121,95,110,111,116,105,99,101,0,8,0,23,46,105,116,98,108,45,99,45,99,111,111,107,105,101,115,45,99,111,110,115,101,110,116,0,8,0,9,46,105,116,101,109,108,103,112,100,0,8,0,16,46,105,117,98,101,110,100,97,45,99,115,45,108,101,102,116,0,8,0,15,46,105,117,98,101,110,100,97,45,105,98,97,100,103,101,0,8,0,32,46,105,118,45,117,105,45,119,101,98,115,105,116,101,45,99,111,111,107,105,101,45,99,111,109,112,108,105,97,110,99,101,0,8,0,13,46,105,119,45,99,99,45,98,97,110,110,101,114,0,8,0,18,46,105,119,45,99,111,111,107,105,101,45,111,118,101,114,108,97,121,0,8,0,17,46,105,119,45,99,111,111,107,105,101,45,119,105,110,100,111,119,0,8,0,16,46,105,119,99,99,45,98,97,99,107,103,114,111,117,110,100,0,8,0,16,46,105,119,101,98,45,99,111,111,107,105,101,45,98,97,114,0,8,0,19,46,105,120,105,95,97,99,99,101,112,116,95,99,111,111,107,105,101,115,0,8,0,18,46,105,122,101,101,45,99,111,111,107,105,101,45,97,108,101,114,116,0,8,0,9,46,106,45,99,111,111,107,105,101,0,8,0,20,46,106,45,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,0,8,0,17,46,106,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,0,8,0,14,46,106,45,99,111,111,107,105,101,65,108,101,114,116,0,8,0,21,46,106,45,99,111,111,107,105,101,67,111,110,115,101,110,116,80,97,110,101,108,0,8,0,18,46,106,45,99,111,111,107,105,101,67,111,110,116,97,105,110,101,114,0,8,0,19,46,106,45,99,111,111,107,105,101,68,105,115,99,108,97,105,109,101,114,0,8,0,12,46,106,45,99,111,111,107,105,101,76,97,119,0,8,0,14,46,106,45,99,111,111,107,105,101,77,111,100,97,108,0,8,0,10,46,106,45,99,111,111,107,105,101,115,0,8,0,15,46,106,45,103,100,112,114,45,109,101,115,115,97,103,101,0,8,0,18,46,106,45,119,101,108,99,111,109,101,45,112,114,105,118,97,99,121,0,8,0,8,46,106,67,111,111,107,105,101,0,8,0,18,46,106,97,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,8,46,106,97,95,103,100,112,114,0,8,0,10,46,106,98,45,99,111,111,107,105,101,0,8,0,10,46,106,98,46,99,111,111,107,105,101,0,8,0,18,46,106,98,114,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,17,46,106,99,45,99,111,111,107,105,101,109,97,110,97,103,101,114,0,8,0,22,46,106,99,98,45,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,0,8,0,15,46,106,99,111,111,107,105,101,45,110,97,118,98,97,114,0,8,0,8,46,106,100,45,114,111,100,111,0,8,0,10,46,106,100,45,114,111,100,111,45,50,0,8,0,25,46,106,103,45,99,104,114,111,109,101,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,22,46,106,105,120,95,97,99,99,101,112,116,99,111,111,107,105,101,115,95,98,111,120,0,8,0,21,46,106,108,99,45,119,109,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,8,0,26,46,106,108,112,45,99,111,111,107,105,101,45,105,110,102,111,45,99,111,110,116,97,105,110,101,114,0,8,0,11,46,106,110,99,45,99,111,111,107,105,101,0,8,0,24,46,106,110,101,119,115,45,99,111,111,107,105,101,45,108,97,119,45,112,111,108,105,99,121,0,8,0,23,46,106,111,104,110,110,121,115,45,99,111,111,107,105,101,45,119,97,114,110,105,110,103,0,8,0,24,46,106,112,99,111,111,107,105,101,112,111,112,117,112,45,99,111,110,116,97,105,110,101,114,0,8,0,24,46,106,113,67,111,111,107,105,101,65,99,99,101,112,116,67,111,110,116,97,105,110,101,114,0,8,0,16,46,106,113,95,99,111,111,107,105,101,45,115,116,114,105,112,0,8,0,16,46,106,113,95,99,111,111,107,105,101,80,111,108,105,99,121,0,8,0,15,46,106,113,95,99,111,111,107,105,101,115,95,109,115,103,0,8,0,15,46,106,113,109,65,108,101,114,116,87,105,110,100,111,119,0,8,0,11,46,106,113,109,79,118,101,114,108,97,121,0,8,0,19,46,106,115,45,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,17,46,106,115,45,45,99,111,111,107,105,101,95,111,117,116,101,114,0,8,0,18,46,106,115,45,45,99,111,111,107,105,101,99,111,110,116,114,111,108,0,8,0,20,46,106,115,45,45,99,111,111,107,105,101,115,45,99,111,110,115,101,110,116,0,8,0,19,46,106,115,45,45,108,103,112,100,45,99,111,110,116,97,105,110,101,114,0,8,0,10,46,106,115,45,67,111,111,107,105,101,0,8,0,16,46,106,115,45,67,111,111,107,105,101,66,97,110,110,101,114,0,8,0,20,46,106,115,45,67,111,111,107,105,101,67,111,109,112,108,105,97,110,99,101,0,8,0,17,46,106,115,45,67,111,111,107,105,101,67,111,110,115,101,110,116,0,8,0,19,46,106,115,45,67,111,111,107,105,101,67,111,110,115,101,110,116,86,50,0,8,0,11,46,106,115,45,67,111,111,107,105,101,115,0,8,0,13,46,106,115,45,69,85,45,99,111,111,107,105,101,0,8,0,17,46,106,115,45,97,99,99,101,112,116,45,99,111,111,107,105,101,0,8,0,21,46,106,115,45,97,99,99,101,112,116,45,99,111,111,107,105,101,45,98,111,120,0,8,0,27,46,106,115,45,97,99,99,101,112,116,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,8,0,25,46,106,115,45,97,99,99,101,112,116,45,99,111,111,107,105,101,115,45,98,97,110,110,101,114,0,8,0,23,46,106,115,45,97,99,99,101,112,116,45,116,101,114,109,115,45,104,111,108,100,101,114,0,8,0,19,46,106,115,45,97,99,99,101,112,116,67,111,111,107,105,101,68,105,118,0,8,0,19,46,106,115,45,97,99,99,101,112,116,85,115,101,67,111,111,107,105,101,0,8,0,16,46,106,115,45,97,108,101,114,116,45,99,111,111,107,105,101,0,8,0,23,46,106,115,45,97,108,108,111,119,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,17,46,106,115,45,97,108,108,111,119,45,99,111,111,107,105,101,115,0,8,0,28,46,106,115,45,97,116,116,101,110,116,105,111,110,45,119,101,45,117,115,101,45,99,111,111,107,105,101,115,0,8,0,20,46,106,115,45,98,97,100,103,101,45,99,111,111,107,105,101,45,109,115,103,0,8,0,17,46,106,115,45,98,97,110,110,101,114,45,99,111,111,107,105,101,0,8,0,14,46,106,115,45,98,97,110,110,101,114,76,71,80,68,0,8,0,32,46,106,115,45,98,97,115,105,99,95,102,101,97,116,117,114,101,115,45,99,111,111,107,105,101,109,101,115,115,97,103,101,0,8,0,21,46,106,115,45,98,99,111,111,107,105,101,45,45,98,111,120,45,105,110,102,111,0,8,0,18,46,106,115,45,98,101,110,103,111,114,45,99,111,111,107,105,101,115,0,8,0,27,46,106,115,45,98,111,116,116,111,109,45,110,111,116,105,102,45,109,115,103,45,99,111,111,107,105,101,0,8,0,28,46,106,115,45,98,111,116,116,111,109,45,110,111,116,105,102,45,109,115,103,45,112,114,105,118,97,99,121,0,8,0,18,46,106,115,45,98,111,120,45,116,101,114,109,111,45,108,103,112,100,0,8,0,33,46,106,115,45,99,45,99,111,111,107,105,101,115,45,110,111,116,105,102,105,99,97,116,105,111,110,45,98,97,110,110,101,114,0,8,0,21,46,106,115,45,99,98,99,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,19,46,106,115,45,99,99,45,97,110,110,111,117,110,99,101,109,101,110,116,0,8,0,18,46,106,115,45,99,109,112,45,99,111,111,107,105,101,115,66,97,114,0,8,0,18,46,106,115,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,0,8,0,15,46,106,115,45,99,111,110,115,101,110,116,45,98,97,114,0,8,0,16,46,106,115,45,99,111,110,115,101,110,116,45,102,111,114,109,0,8,0,18,46,106,115,45,99,111,110,115,101,110,116,45,110,111,116,105,99,101,0,8,0,17,46,106,115,45,99,111,110,115,101,110,116,45,112,97,110,101,108,0,8,0,17,46,106,115,45,99,111,110,115,101,110,116,45,112,111,112,117,112,0,8,0,22,46,106,115,45,99,111,110,115,101,110,116,45,114,101,97,99,116,45,114,111,111,116,0,8,0,11,46,106,115,45,99,111,111,99,107,105,101,0,8,0,18,46,106,115,45,99,111,111,107,46,112,97,103,101,45,99,111,111,107,0,8,0,10,46,106,115,45,99,111,111,107,105,101,0,8,0,17,46,106,115,45,99,111,111,107,105,101,45,45,109,111,100,97,108,0,8,0,27,46,106,115,45,99,111,111,107,105,101,45,97,100,118,101,114,116,45,99,111,110,116,97,105,110,101,114,0,8,0,16,46,106,115,45,99,111,111,107,105,101,45,97,103,114,101,101,0,8,0,20,46,106,115,45,99,111,111,107,105,101,45,97,103,114,101,101,109,101,110,116,0,8,0,16,46,106,115,45,99,111,111,107,105,101,45,97,108,101,114,116,0,8,0,17,46,106,115,45,99,111,111,107,105,101,45,97,108,101,114,116,49,0,8,0,17,46,106,115,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,22,46,106,115,45,99,111,111,107,105,101,45,98,97,110,110,101,114,45,98,108,117,114,0,8,0,27,46,106,115,45,99,111,111,107,105,101,45,98,97,110,110,101,114,45,99,111,110,116,97,105,110,101,114,0,8,0,26,46,106,115,45,99,111,111,107,105,101,45,98,97,110,110,101,114,45,116,101,114,109,105,110,97,108,0,8,0,14,46,106,115,45,99,111,111,107,105,101,45,98,97,114,0,8,0,16,46,106,115,45,99,111,111,107,105,101,45,99,108,111,115,101,0,8,0,41,46,106,115,45,99,111,111,107,105,101,45,99,111,109,112,108,105,97,110,99,101,58,110,111,116,40,104,116,109,108,41,58,110,111,116,40,98,111,100,121,41,0,8,0,23,46,106,115,45,99,111,111,107,105,101,45,99,111,110,102,105,103,117,114,97,116,111,114,0,8,0,18,46,106,115,45,99,111,111,107,105,101,45,99,111,110,102,105,114,109,0,8,0,23,46,106,115,45,99,111,111,107,105,101,45,99,111,110,102,105,114,109,97,116,105,111,110,0,8,0,18,46,106,115,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,25,46,106,115,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,0,8,0,22,46,106,115,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,98,97,114,0,8,0,24,46,106,115,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,98,108,111,99,107,0,8,0,28,46,106,115,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,99,111,110,116,97,105,110,101,114,0,8,0,24,46,106,115,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,108,97,121,101,114,0,8,0,26,46,106,115,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,109,101,115,115,97,103,101,0,8,0,25,46,106,115,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,109,111,100,117,108,101,0,8,0,23,46,106,115,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,119,114,97,112,0,8,0,15,46,106,115,45,99,111,111,107,105,101,45,99,111,112,121,0,8,0,23,46,106,115,45,99,111,111,107,105,101,45,100,97,116,97,45,119,97,114,110,105,110,103,0,8,0,17,46,106,115,45,99,111,111,107,105,101,45,100,105,97,108,111,103,0,8,0,20,46,106,115,45,99,111,111,107,105,101,45,100,105,114,101,99,116,105,118,101,0,8,0,21,46,106,115,45,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,0,8,0,28,46,106,115,45,99,111,111,107,105,101,45,100,105,115,99,108,111,115,117,114,101,45,98,97,110,110,101,114,0,8,0,17,46,106,115,45,99,111,111,107,105,101,45,102,111,111,116,101,114,0,8,0,19,46,106,115,45,99,111,111,107,105,101,45,104,101,97,100,98,97,110,100,0,8,0,15,46,106,115,45,99,111,111,107,105,101,45,104,105,110,116,0,8,0,17,46,106,115,45,99,111,111,107,105,101,45,104,111,108,100,101,114,0,8,0,17,46,106,115,45,99,111,111,107,105,101,45,105,102,114,97,109,101,0,8,0,15,46,106,115,45,99,111,111,107,105,101,45,105,110,102,111,0,8,0,22,46,106,115,45,99,111,111,107,105,101,45,105,110,102,111,95,95,112,97,110,101,108,0,8,0,21,46,106,115,45,99,111,111,107,105,101,45,105,110,102,111,109,97,116,105,111,110,0,8,0,28,46,106,115,45,99,111,111,107,105,101,45,105,110,102,111,114,109,97,116,105,111,110,45,112,111,112,117,112,0,8,0,14,46,106,115,45,99,111,111,107,105,101,45,108,97,119,0,8,0,15,46,106,115,45,99,111,111,107,105,101,45,108,105,110,101,0,8,0,15,46,106,115,45,99,111,111,107,105,101,45,109,97,115,107,0,8,0,18,46,106,115,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,0,8,0,30,46,106,115,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,45,112,108,97,99,101,104,111,108,100,101,114,0,8,0,16,46,106,115,45,99,111,111,107,105,101,45,109,111,100,97,108,0,8,0,26,46,106,115,45,99,111,111,107,105,101,45,109,111,100,97,108,45,99,111,110,116,97,105,110,101,114,0,8,0,26,46,106,115,45,99,111,111,107,105,101,45,109,111,110,115,116,101,114,45,111,118,101,114,108,97,121,0,8,0,14,46,106,115,45,99,111,111,107,105,101,45,109,115,103,0,8,0,19,46,106,115,45,99,111,111,107,105,101,45,110,111,116,97,116,105,111,110,0,8,0,17,46,106,115,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,32,46,106,115,45,99,111,111,107,105,101,45,110,111,116,105,99,101,45,102,117,108,108,45,99,111,110,116,97,105,110,101,114,0,8,0,23,46,106,115,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,30,46,106,115,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,45,98,97,110,110,101,114,0,8,0,17,46,106,115,45,99,111,111,107,105,101,45,110,111,116,105,102,121,0,8,0,16,46,106,115,45,99,111,111,107,105,101,45,111,102,102,101,114,0,8,0,18,46,106,115,45,99,111,111,107,105,101,45,111,118,101,114,108,97,121,0,8,0,16,46,106,115,45,99,111,111,107,105,101,45,112,97,110,101,108,0,8,0,17,46,106,115,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,8,0,24,46,106,115,45,99,111,111,107,105,101,45,112,111,108,105,99,121,45,98,97,110,110,101,114,0,8,0,21,46,106,115,45,99,111,111,107,105,101,45,112,111,108,105,99,121,45,98,111,120,0,8,0,24,46,106,115,45,99,111,111,107,105,101,45,112,111,108,105,99,121,45,104,101,97,100,101,114,0,8,0,24,46,106,115,45,99,111,111,107,105,101,45,112,111,112,105,110,45,111,118,101,114,108,97,121,0,8,0,18,46,106,115,45,99,111,111,107,105,101,45,112,111,112,111,118,101,114,0,8,0,20,46,106,115,45,99,111,111,107,105,101,45,112,111,112,117,112,45,97,112,112,0,8,0,26,46,106,115,45,99,111,111,107,105,101,45,112,111,112,117,112,45,99,111,110,116,97,105,110,101,114,0,8,0,18,46,106,115,45,99,111,111,107,105,101,45,112,114,105,118,97,99,121,0,8,0,17,46,106,115,45,99,111,111,107,105,101,45,112,114,111,109,112,116,0,8,0,15,46,106,115,45,99,111,111,107,105,101,45,114,103,112,100,0,8,0,18,46,106,115,45,99,111,111,107,105,101,45,119,97,114,110,105,110,103,0,8,0,28,46,106,115,45,99,111,111,107,105,101,45,119,97,114,110,105,110,103,45,99,111,110,116,97,105,110,101,114,0,8,0,17,46,106,115,45,99,111,111,107,105,101,45,119,105,100,103,101,116,0,8,0,31,46,106,115,45,99,111,111,107,105,101,65,99,99,101,112,116,97,110,99,101,73,110,102,111,114,109,97,116,105,111,110,0,8,0,16,46,106,115,45,99,111,111,107,105,101,66,97,110,110,101,114,0,8,0,16,46,106,115,45,99,111,111,107,105,101,67,111,109,112,108,121,0,8,0,17,46,106,115,45,99,111,111,107,105,101,67,111,110,115,101,110,116,0,8,0,16,46,106,115,45,99,111,111,107,105,101,72,101,97,100,101,114,0,8,0,14,46,106,115,45,99,111,111,107,105,101,73,110,102,111,0,8,0,17,46,106,115,45,99,111,111,107,105,101,77,101,115,115,97,103,101,0,8,0,14,46,106,115,45,99,111,111,107,105,101,78,111,116,101,0,8,0,17,46,106,115,45,99,111,111,107,105,101,79,118,101,114,108,97,121,0,8,0,16,46,106,115,45,99,111,111,107,105,101,83,116,105,99,107,121,0,8,0,14,46,106,115,45,99,111,111,107,105,101,95,98,97,114,0,8,0,15,46,106,115,45,99,111,111,107,105,101,95,104,105,110,116,0,8,0,17,46,106,115,45,99,111,111,107,105,101,95,112,111,108,105,99,121,0,8,0,16,46,106,115,45,99,111,111,107,105,101,98,97,110,110,101,114,0,8,0,21,46,106,115,45,99,111,111,107,105,101,98,97,110,110,101,114,45,119,114,97,112,0,8,0,13,46,106,115,45,99,111,111,107,105,101,98,97,114,0,8,0,14,46,106,115,45,99,111,111,107,105,101,104,105,110,116,0,8,0,19,46,106,115,45,99,111,111,107,105,101,105,110,102,111,108,97,121,101,114,0,8,0,15,46,106,115,45,99,111,111,107,105,101,108,97,121,101,114,0,8,0,14,46,106,115,45,99,111,111,107,105,101,108,111,111,112,0,8,0,15,46,106,115,45,99,111,111,107,105,101,109,111,100,97,108,0,8,0,11,46,106,115,45,99,111,111,107,105,101,115,0,8,0,27,46,106,115,45,99,111,111,107,105,101,115,45,97,103,114,101,101,45,99,111,110,116,97,105,110,101,114,0,8,0,21,46,106,115,45,99,111,111,107,105,101,115,45,97,103,114,101,101,109,101,110,116,0,8,0,34,46,106,115,45,99,111,111,107,105,101,115,45,97,103,114,101,101,109,101,110,116,45,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,17,46,106,115,45,99,111,111,107,105,101,115,45,97,108,101,114,116,0,8,0,20,46,106,115,45,99,111,111,107,105,101,115,45,98,97,99,107,100,114,111,112,0,8,0,18,46,106,115,45,99,111,111,107,105,101,115,45,98,97,110,110,101,114,0,8,0,15,46,106,115,45,99,111,111,107,105,101,115,45,98,97,114,0,8,0,17,46,106,115,45,99,111,111,107,105,101,115,45,98,108,111,99,107,0,8,0,19,46,106,115,45,99,111,111,107,105,101,115,45,98,108,111,99,107,95,116,0,8,0,15,46,106,115,45,99,111,111,107,105,101,115,45,98,111,120,0,8,0,19,46,106,115,45,99,111,111,107,105,101,115,45,99,111,110,115,101,110,116,0,8,0,14,46,106,115,45,99,111,111,107,105,101,115,45,101,117,0,8,0,19,46,106,115,45,99,111,111,107,105,101,115,45,109,101,115,115,97,103,101,0,8,0,24,46,106,115,45,99,111,111,107,105,101,115,45,110,111,116,45,97,99,99,101,112,116,101,100,0,8,0,18,46,106,115,45,99,111,111,107,105,101,115,45,110,111,116,105,99,101,0,8,0,23,46,106,115,45,99,111,111,107,105,101,115,45,112,97,103,101,45,102,105,108,116,101,114,0,8,0,17,46,106,115,45,99,111,111,107,105,101,115,45,112,97,110,101,108,0,8,0,17,46,106,115,45,99,111,111,107,105,101,115,45,112,111,112,117,112,0,8,0,18,46,106,115,45,99,111,111,107,105,101,115,45,112,111,112,117,112,115,0,8,0,18,46,106,115,45,99,111,111,107,105,101,115,45,116,97,114,103,101,116,0,8,0,14,46,106,115,45,99,111,111,107,105,101,115,65,100,118,0,8,0,22,46,106,115,45,99,111,111,107,105,101,115,95,95,100,105,115,99,108,97,109,101,114,0,8,0,20,46,106,115,45,99,111,111,107,105,101,115,95,105,110,102,111,114,109,101,114,0,8,0,18,46,106,115,45,99,111,111,107,105,101,115,95,110,111,116,105,99,101,0,8,0,31,46,106,115,45,99,121,98,111,116,45,99,111,111,107,105,101,98,111,116,45,112,108,97,99,101,104,111,108,100,101,114,0,8,0,25,46,106,115,45,100,97,116,97,45,112,114,111,116,101,99,116,105,111,110,45,112,111,112,117,112,0,8,0,22,46,106,115,45,100,105,115,99,108,97,105,109,101,114,45,100,105,115,109,105,115,115,0,8,0,14,46,106,115,45,101,117,45,99,111,48,107,49,101,115,0,8,0,17,46,106,115,45,101,117,45,99,111,111,107,105,101,45,108,97,119,0,8,0,20,46,106,115,45,101,117,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,19,46,106,115,45,102,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,17,46,106,115,45,102,101,118,101,114,45,99,111,111,107,105,101,115,0,8,0,24,46,106,115,45,102,111,111,116,101,114,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,14,46,106,115,45,102,116,45,99,111,111,107,105,101,115,0,8,0,12,46,106,115,45,103,45,99,111,111,107,105,101,0,8,0,8,46,106,115,45,103,100,112,114,0,8,0,15,46,106,115,45,103,100,112,114,45,98,97,110,110,101,114,0,8,0,26,46,106,115,45,103,100,112,114,45,99,111,110,115,101,110,116,45,99,111,110,116,97,105,110,101,114,0,8,0,22,46,106,115,45,103,100,112,114,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,19,46,106,115,45,103,100,112,114,45,99,111,111,107,105,101,45,98,111,120,0,8,0,15,46,106,115,45,103,100,112,114,45,104,101,97,100,101,114,0,8,0,13,46,106,115,45,103,100,112,114,45,105,110,102,111,0,8,0,15,46,106,115,45,103,100,112,114,45,110,111,116,105,99,101,0,8,0,30,46,106,115,45,103,100,112,114,45,110,111,116,105,99,101,45,100,105,97,108,111,103,45,111,118,101,114,108,97,121,0,8,0,14,46,106,115,45,103,100,112,114,45,112,111,112,117,112,0,8,0,16,46,106,115,45,103,100,112,114,45,116,111,111,108,116,105,112,0,8,0,13,46,106,115,45,103,100,112,114,65,108,101,114,116,0,8,0,25,46,106,115,45,103,108,111,98,97,108,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,0,8,0,18,46,106,115,45,103,108,111,98,97,108,45,99,111,111,107,105,101,115,0,8,0,18,46,106,115,45,103,108,111,98,97,108,45,112,114,105,118,97,99,121,0,8,0,27,46,106,115,45,103,108,111,98,97,108,45,112,114,105,118,97,99,121,45,109,101,115,115,97,103,101,115,0,8,0,24,46,106,115,45,103,108,111,98,97,108,45,115,107,114,112,45,109,101,115,115,97,103,101,115,0,8,0,30,46,106,115,45,103,108,111,98,97,108,45,116,111,112,45,109,101,115,115,97,103,101,45,99,111,111,107,105,101,115,0,8,0,21,46,106,115,45,105,100,45,45,99,111,111,107,105,101,99,111,110,115,101,110,116,0,8,0,18,46,106,115,45,105,110,102,111,66,97,114,67,111,111,107,105,101,115,0,8,0,17,46,106,115,45,108,97,121,101,114,45,99,111,111,107,105,101,115,0,8,0,8,46,106,115,45,108,103,112,100,0,8,0,16,46,106,115,45,108,119,112,99,110,103,78,111,116,105,99,101,0,8,0,22,46,106,115,45,109,97,105,110,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,19,46,106,115,45,109,101,115,115,97,103,101,45,99,111,111,107,105,101,115,0,8,0,16,46,106,115,45,109,111,100,97,108,45,99,111,111,107,105,101,0,8,0,22,46,106,115,45,109,111,100,97,108,45,102,105,114,115,116,45,99,111,111,107,105,101,0,8,0,13,46,106,115,45,109,121,45,99,111,111,107,105,101,0,8,0,23,46,106,115,45,110,97,110,111,98,97,114,45,102,105,114,115,116,45,108,111,103,105,110,0,8,0,13,46,106,115,45,110,110,45,99,111,111,107,105,101,0,8,0,30,46,106,115,45,110,111,116,105,102,105,99,97,116,105,111,110,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,17,46,106,115,45,110,111,116,105,102,121,45,99,111,111,107,105,101,0,8,0,20,46,106,115,45,110,112,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,28,46,106,115,45,111,99,99,108,115,115,45,97,108,101,114,116,45,99,111,111,107,105,101,112,111,112,117,112,0,8,0,16,46,106,115,45,112,97,103,101,45,99,111,111,107,105,101,115,0,8,0,13,46,106,115,45,112,97,103,101,45,107,118,107,107,0,8,0,14,46,106,115,45,112,97,103,101,95,95,103,100,112,114,0,8,0,16,46,106,115,45,112,97,110,101,108,45,99,111,111,107,105,101,0,8,0,29,46,106,115,45,112,101,114,115,111,110,97,108,73,110,102,111,114,109,97,116,105,111,110,78,111,116,105,99,101,0,8,0,16,46,106,115,45,112,111,108,105,99,121,45,112,111,112,117,112,0,8,0,17,46,106,115,45,112,111,108,105,99,121,95,98,97,110,110,101,114,0,8,0,15,46,106,115,45,112,111,108,105,99,121,112,111,112,117,112,0,8,0,23,46,106,115,45,112,111,112,117,112,45,99,111,111,107,105,101,45,115,105,109,112,108,101,0,8,0,19,46,106,115,45,112,114,105,118,97,99,121,45,99,111,110,115,101,110,116,0,8,0,24,46,106,115,45,112,114,105,118,97,99,121,45,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,24,46,106,115,45,112,114,105,118,97,99,121,45,112,111,108,105,99,121,45,97,108,101,114,116,0,8,0,22,46,106,115,45,112,114,105,118,97,99,121,45,112,111,108,105,99,121,45,98,97,114,0,8,0,30,46,106,115,45,112,114,105,118,97,99,121,45,112,111,108,105,99,121,45,109,101,115,115,97,103,101,45,98,111,120,0,8,0,38,46,106,115,45,114,101,97,99,116,45,99,111,109,112,111,110,101,110,116,45,67,111,111,107,105,101,78,111,116,105,102,105,99,97,116,105,111,110,0,8,0,12,46,106,115,45,114,115,116,45,103,100,112,114,0,8,0,21,46,106,115,45,115,104,111,119,46,99,111,111,107,105,101,45,109,111,100,97,108,0,8,0,18,46,106,115,45,115,105,108,101,110,116,45,99,111,110,115,101,110,116,0,8,0,21,46,106,115,45,115,105,116,101,45,99,111,111,107,105,101,95,95,105,110,102,111,0,8,0,15,46,106,115,45,115,105,116,101,67,111,111,107,105,101,115,0,8,0,18,46,106,115,45,115,116,105,99,107,121,45,99,111,111,107,105,101,115,0,8,0,24,46,106,115,45,115,116,105,99,107,121,45,102,111,111,116,101,114,45,99,111,111,107,105,101,0,8,0,24,46,106,115,45,115,117,110,100,105,111,45,99,111,111,107,105,101,45,100,105,97,108,111,103,0,8,0,27,46,106,115,45,116,101,114,109,115,45,111,102,45,117,115,101,45,100,105,115,99,108,97,105,109,101,114,0,8,0,23,46,106,115,45,116,109,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,8,0,17,46,106,115,45,116,111,97,115,116,45,99,111,111,107,105,101,115,0,8,0,18,46,106,115,45,116,114,97,99,107,105,110,103,45,112,111,112,117,112,0,8,0,19,46,106,115,45,117,103,45,97,108,101,114,116,45,99,111,111,107,105,101,0,8,0,17,46,106,115,45,118,105,115,105,116,111,114,78,111,116,105,99,101,0,8,0,24,46,106,115,45,119,97,114,110,105,110,103,45,116,111,112,45,45,99,111,111,107,105,101,115,0,8,0,31,46,106,115,45,119,101,98,115,105,116,101,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,13,46,106,115,46,116,99,45,98,97,110,110,101,114,0,8,0,18,46,106,115,67,111,111,107,105,101,67,111,110,116,97,105,110,101,114,0,8,0,13,46,106,115,67,111,111,107,105,101,68,105,97,103,0,8,0,16,46,106,115,67,111,111,107,105,101,87,97,114,110,105,110,103,0,8,0,10,46,106,115,67,111,111,107,105,101,115,0,8,0,15,46,106,115,67,111,111,107,105,101,115,65,108,101,114,116,0,8,0,17,46,106,115,67,111,111,107,105,101,115,77,101,115,115,97,103,101,0,8,0,15,46,106,115,67,111,111,107,105,101,115,80,111,112,85,112,0,8,0,20,46,106,115,67,117,115,116,111,109,67,108,111,115,101,67,111,111,107,105,101,0,8,0,19,46,106,115,67,117,115,116,111,109,67,111,111,107,105,101,87,114,97,112,0,8,0,25,46,106,115,69,85,67,111,111,107,105,101,73,110,102,111,98,97,114,68,105,115,112,108,97,121,0,8,0,10,46,106,115,71,100,112,114,66,97,114,0,8,0,19,46,106,115,71,100,112,114,78,111,116,105,99,101,72,111,108,100,101,114,0,8,0,12,46,106,115,77,111,100,97,108,82,111,100,111,0,8,0,16,46,106,115,95,95,98,97,110,110,101,114,45,103,100,112,114,0,8,0,11,46,106,115,95,95,99,111,111,107,105,101,0,8,0,23,46,106,115,95,95,99,111,111,107,105,101,45,105,110,102,111,114,109,97,116,105,111,110,0,8,0,30,46,106,115,95,95,99,111,111,107,105,101,45,105,110,102,111,114,109,97,116,105,111,110,95,98,97,110,110,101,114,0,8,0,17,46,106,115,95,95,99,111,111,107,105,101,45,109,111,100,97,108,0,8,0,17,46,106,115,95,95,99,111,111,107,105,101,95,112,111,112,117,112,0,8,0,17,46,106,115,95,97,99,99,101,112,116,95,99,111,111,107,105,101,0,8,0,29,46,106,115,95,97,108,101,114,116,67,111,111,107,105,101,67,78,73,76,95,99,111,110,116,97,105,110,101,114,0,8,0,16,46,106,115,95,99,107,95,99,111,110,116,97,105,110,101,114,0,8,0,18,46,106,115,95,99,111,111,107,105,101,45,109,97,110,97,103,101,114,0,8,0,14,46,106,115,95,99,111,111,107,105,101,95,108,97,119,0,8,0,28,46,106,115,95,99,111,111,107,105,101,95,109,101,115,115,97,103,101,95,99,111,110,116,97,105,110,101,114,0,8,0,21,46,106,115,95,99,111,111,107,105,101,115,95,99,111,110,116,97,105,110,101,114,0,8,0,26,46,106,115,95,99,111,111,107,105,101,115,95,100,105,115,97,98,108,101,100,95,108,97,121,101,114,0,8,0,19,46,106,115,95,99,111,111,107,105,101,115,95,119,114,97,112,112,101,114,0,8,0,22,46,106,115,95,103,100,112,114,95,99,111,111,107,105,101,95,98,97,110,110,101,114,0,8,0,21,46,106,115,95,104,101,97,100,101,114,45,99,111,111,107,105,101,45,98,97,114,0,8,0,12,46,106,115,98,100,45,67,111,111,107,105,101,0,8,0,12,46,106,117,98,67,111,111,107,87,97,114,110,0,8,0,24,46,106,117,109,45,110,111,116,105,102,105,99,97,116,105,111,110,45,99,111,111,107,105,101,0,8,0,23,46,106,117,109,98,111,116,114,111,110,45,45,99,111,111,107,105,101,108,97,121,101,114,0,8,0,16,46,106,117,110,101,50,48,49,56,99,111,111,107,105,101,115,0,8,0,18,46,106,117,110,105,116,104,45,99,111,111,107,105,101,110,111,116,101,0,8,0,30,46,106,119,45,119,105,100,103,101,116,45,115,104,111,119,45,99,111,111,107,105,101,115,45,112,111,108,105,99,121,0,8,0,10,46,107,52,45,99,111,111,107,105,101,0,8,0,19,46,107,97,99,111,111,107,105,101,45,99,109,45,119,105,110,100,111,119,0,8,0,26,46,107,97,100,101,110,99,101,45,99,111,110,118,101,114,115,105,111,110,45,98,97,110,110,101,114,0,8,0,10,46,107,97,107,111,114,45,98,97,114,0,8,0,16,46,107,97,108,105,45,99,99,45,98,97,110,100,101,97,117,0,8,0,23,46,107,98,45,99,107,45,98,97,114,45,110,111,116,105,102,121,45,98,108,111,99,107,0,8,0,17,46,107,98,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,11,46,107,98,99,95,99,111,111,107,105,101,0,8,0,16,46,107,98,99,95,99,111,111,107,105,101,95,119,114,97,112,0,8,0,12,46,107,101,99,107,115,101,45,105,110,102,111,0,8,0,8,46,107,101,107,115,98,97,114,0,8,0,16,46,107,101,107,115,98,111,120,45,111,118,101,114,108,97,121,0,8,0,22,46,107,101,107,115,98,111,120,45,111,118,101,114,108,97,121,45,108,97,121,101,114,0,8,0,13,46,107,101,107,115,105,45,98,97,110,110,101,114,0,8,0,24,46,107,101,107,115,105,107,121,115,101,108,121,77,111,100,97,108,69,108,101,109,101,110,116,0,8,0,16,46,107,101,110,116,45,99,111,111,107,105,101,45,98,97,114,0,8,0,16,46,107,103,109,77,111,100,97,108,45,99,111,111,107,105,101,0,8,0,11,46,107,105,97,45,99,111,111,107,105,101,0,8,0,13,46,107,105,103,111,45,99,111,111,107,105,101,115,0,8,0,17,46,107,105,107,45,99,111,111,107,105,101,98,97,110,110,101,114,0,8,0,20,46,107,105,116,116,45,99,111,111,107,105,101,45,119,97,114,110,105,110,103,0,8,0,25,46,107,105,116,116,45,99,111,111,107,105,101,45,119,97,114,110,105,110,103,95,115,104,111,119,0,8,0,17,46,107,106,102,67,111,111,107,105,101,73,110,102,111,66,111,120,0,8,0,8,46,107,107,45,103,100,112,114,0,8,0,14,46,107,108,45,99,111,111,107,105,101,110,111,116,101,0,8,0,17,46,107,108,97,114,111,80,108,97,99,101,104,111,108,100,101,114,0,8,0,23,46,107,108,105,99,107,101,100,45,112,114,105,118,97,99,121,45,98,97,110,110,101,114,0,8,0,21,46,107,109,45,99,111,111,107,105,101,115,45,99,111,109,112,111,110,101,110,116,0,8,0,14,46,107,111,101,107,105,101,109,101,108,100,105,110,103,0,8,0,19,46,107,111,101,107,106,101,95,98,97,114,95,99,111,110,116,101,110,116,0,8,0,20,46,107,111,107,107,117,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,25,46,107,111,109,95,112,111,108,105,116,121,107,97,95,112,114,121,119,97,116,110,111,115,99,105,0,8,0,24,46,107,111,109,117,110,105,107,97,116,45,112,97,110,101,108,45,99,111,111,107,105,101,115,0,8,0,18,46,107,111,109,117,110,105,107,97,116,95,99,111,111,107,105,101,115,0,8,0,22,46,107,111,110,105,110,103,45,99,111,111,107,105,101,45,99,111,110,116,114,111,108,0,8,0,16,46,107,111,110,116,101,110,101,114,95,99,111,111,107,105,101,0,8,0,12,46,107,111,111,107,105,101,99,104,101,99,107,0,8,0,18,46,107,112,45,99,111,111,107,105,101,115,95,95,99,108,111,97,107,0,8,0,22,46,107,114,97,107,101,110,45,99,111,111,107,105,101,45,119,97,114,110,105,110,103,0,8,0,16,46,107,114,104,67,111,111,107,105,101,66,97,110,110,101,114,0,8,0,11,46,107,115,45,99,111,111,107,105,101,115,0,8,0,25,46,107,115,109,97,45,98,108,111,99,107,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,15,46,107,116,45,99,111,111,107,105,101,115,45,98,97,114,0,8,0,17,46,107,116,45,99,111,111,107,105,101,115,45,112,111,112,117,112,0,8,0,10,46,107,116,95,99,111,111,107,105,101,0,8,0,18,46,107,116,104,45,116,111,97,115,116,45,45,98,111,116,116,111,109,0,8,0,24,46,107,117,101,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,8,46,107,117,107,105,45,106,115,0,8,0,10,46,107,117,107,105,119,114,97,112,120,0,8,0,18,46,107,118,45,101,101,45,103,100,112,114,45,98,97,110,110,101,114,0,8,0,11,46,107,118,107,45,99,111,111,107,105,101,0,8,0,16,46,107,118,107,45,102,111,111,116,101,114,45,98,111,100,121,0,8,0,19,46,107,118,107,45,102,111,111,116,101,114,45,119,97,114,110,105,110,103,0,8,0,9,46,107,118,107,45,111,110,97,121,0,8,0,12,46,107,118,107,107,45,98,111,116,116,111,109,0,8,0,11,46,107,118,107,107,45,102,114,97,109,101,0,8,0,8,46,107,118,107,107,112,111,112,0,8,0,12,46,107,118,118,107,45,99,111,111,107,105,101,0,8,0,25,46,107,119,45,115,108,105,100,101,114,95,95,99,111,111,99,107,105,101,45,108,97,121,101,114,0,8,0,20,46,107,119,112,99,99,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,17,46,108,45,99,111,110,115,101,110,116,95,98,97,110,110,101,114,0,8,0,9,46,108,45,99,111,111,107,105,101,0,8,0,15,46,108,45,99,111,111,107,105,101,45,97,108,101,114,116,0,8,0,16,46,108,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,17,46,108,45,99,111,111,107,105,101,45,99,111,110,102,105,114,109,0,8,0,23,46,108,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,112,111,112,117,112,0,8,0,13,46,108,45,99,111,111,107,105,101,45,108,97,119,0,8,0,26,46,108,45,99,111,111,107,105,101,45,110,111,116,105,99,101,45,99,111,110,116,97,105,110,101,114,0,8,0,16,46,108,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,8,0,13,46,108,45,99,111,111,107,105,101,45,112,111,112,0,8,0,15,46,108,45,99,111,111,107,105,101,45,112,111,112,117,112,0,8,0,21,46,108,45,99,111,111,107,105,101,78,111,116,105,102,105,99,97,116,105,111,110,0,8,0,14,46,108,45,99,111,111,107,105,101,80,111,112,117,112,0,8,0,16,46,108,45,99,111,111,107,105,101,87,114,97,112,112,101,114,0,8,0,10,46,108,45,99,111,111,107,105,101,115,0,8,0,18,46,108,45,99,111,111,107,105,101,115,95,95,98,97,110,110,101,114,0,8,0,13,46,108,45,100,105,115,99,108,97,105,109,101,114,0,8,0,24,46,108,45,102,111,111,116,101,114,95,99,111,111,107,105,101,65,108,101,114,116,66,111,120,0,8,0,14,46,108,45,103,100,112,114,45,98,97,110,110,101,114,0,8,0,24,46,108,45,103,108,111,98,97,108,45,102,111,111,116,101,114,95,95,99,111,111,107,105,101,0,8,0,35,46,108,45,104,101,97,100,101,114,45,99,111,110,116,97,105,110,101,114,95,95,112,114,105,118,97,99,121,45,112,114,111,109,112,116,0,8,0,15,46,108,45,109,111,100,97,108,45,99,111,111,107,105,101,0,8,0,16,46,108,45,112,97,103,101,95,95,99,111,111,107,105,101,115,0,8,0,20,46,108,45,115,116,105,99,107,121,45,103,102,95,95,97,99,99,101,112,116,0,8,0,16,46,108,52,119,45,99,111,111,107,105,101,115,45,98,97,114,0,8,0,26,46,108,97,103,45,99,111,111,107,105,101,45,112,111,108,105,99,121,45,119,114,97,112,112,101,114,0,8,0,21,46,108,97,109,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,8,0,22,46,108,97,109,105,117,109,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,21,46,108,97,110,100,101,110,100,45,105,110,102,111,98,97,114,45,100,97,114,107,0,8,0,16,46,108,97,110,100,105,110,103,45,99,111,111,107,105,101,115,0,8,0,22,46,108,97,110,100,105,110,103,45,99,111,111,107,105,101,115,98,97,110,110,101,114,0,8,0,12,46,108,97,110,103,45,99,111,111,107,105,101,0,8,0,18,46,108,97,110,110,101,98,111,45,99,111,111,107,105,101,98,111,116,0,8,0,11,46,108,97,119,95,99,111,111,107,105,101,0,8,0,12,46,108,97,119,95,99,111,111,107,105,101,115,0,8,0,21,46,108,97,119,95,99,111,111,107,105,101,115,95,116,101,115,116,95,65,67,77,0,8,0,13,46,108,97,119,115,45,99,111,111,107,105,101,115,0,8,0,31,46,108,97,121,101,114,45,45,102,105,120,101,100,45,98,111,116,116,111,109,91,99,111,111,107,105,101,98,97,114,93,0,8,0,13,46,108,97,121,101,114,45,99,111,111,107,105,101,0,8,0,42,46,108,97,121,101,114,45,99,111,111,107,105,101,115,45,119,114,97,112,112,101,114,58,110,111,116,40,104,116,109,108,41,58,110,111,116,40,98,111,100,121,41,0,8,0,12,46,108,97,121,101,114,67,111,111,107,105,101,0,8,0,13,46,108,97,121,101,114,95,99,111,111,107,105,101,0,8,0,21,46,108,97,121,111,117,116,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,34,46,108,97,121,111,117,116,70,108,111,97,116,105,110,103,91,105,115,61,34,98,97,115,105,115,45,99,111,111,107,105,101,34,93,0,8,0,36,46,108,97,121,111,117,116,95,95,99,111,111,107,105,101,115,45,112,111,108,105,99,121,45,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,19,46,108,97,121,111,117,116,95,95,100,105,115,99,108,97,105,109,101,114,0,8,0,31,46,108,97,121,111,117,116,95,95,111,118,101,114,108,97,121,115,95,95,99,111,111,107,105,101,78,111,116,105,99,101,0,8,0,19,46,108,97,122,105,109,45,99,111,111,107,105,101,45,97,108,101,114,116,0,8,0,25,46,108,98,45,99,111,111,107,105,101,45,98,97,110,110,101,114,45,119,114,97,112,112,101,114,0,8,0,13,46,108,98,120,45,45,99,111,111,107,105,101,115,0,8,0,8,46,108,99,45,103,100,112,114,0,8,0,17,46,108,100,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,19,46,108,100,115,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,20,46,108,100,115,95,95,112,114,105,118,97,99,121,45,112,111,108,105,99,121,0,8,0,16,46,108,101,102,116,46,117,100,99,45,104,111,108,100,101,114,0,8,0,42,46,108,101,103,97,108,45,97,99,107,110,111,119,108,101,100,103,101,109,101,110,116,58,110,111,116,40,98,111,100,121,41,58,110,111,116,40,104,116,109,108,41,0,8,0,18,46,108,101,103,97,108,45,97,108,101,114,116,45,112,111,112,117,112,0,8,0,20,46,108,101,103,97,108,45,98,97,110,110,101,114,45,114,101,103,105,111,110,0,8,0,13,46,108,101,103,97,108,45,99,111,111,107,105,101,0,8,0,21,46,108,101,103,97,108,45,99,111,111,107,105,101,45,101,117,45,104,105,110,116,0,8,0,21,46,108,101,103,97,108,45,99,111,111,107,105,101,45,119,114,97,112,112,101,114,0,8,0,16,46,108,101,103,97,108,45,99,111,111,107,105,101,98,97,114,0,8,0,25,46,108,101,103,97,108,45,105,110,102,111,95,95,97,108,101,114,116,45,99,111,111,107,105,101,0,8,0,22,46,108,101,103,97,108,45,109,101,115,115,97,103,101,45,119,114,97,112,112,101,114,0,8,0,12,46,108,101,103,97,108,67,111,111,107,105,101,0,8,0,8,46,108,101,103,97,108,85,69,0,8,0,19,46,108,101,103,97,108,95,99,111,111,107,105,101,95,98,108,111,99,107,0,8,0,12,46,108,101,103,97,108,97,100,118,105,99,101,0,8,0,13,46,108,101,103,97,108,119,97,114,110,105,110,103,0,8,0,34,46,108,101,109,111,110,95,99,111,111,107,105,101,95,119,105,110,100,111,119,95,111,117,116,101,114,95,119,114,97,112,112,101,114,0,8,0,18,46,108,101,116,117,115,45,117,115,101,45,99,111,111,107,105,101,115,0,8,0,11,46,108,101,121,67,111,111,107,105,101,115,0,8,0,22,46,108,102,45,99,111,111,107,105,101,45,108,97,119,45,100,101,102,97,117,108,116,0,8,0,10,46,108,103,45,99,111,111,107,105,101,0,8,0,20,46,108,103,99,111,111,107,105,101,115,108,97,119,45,98,97,110,110,101,114,0,8,0,21,46,108,103,99,111,111,107,105,101,115,108,97,119,45,111,118,101,114,108,97,121,0,8,0,21,46,108,103,99,111,111,107,105,101,115,108,97,119,95,111,118,101,114,108,97,121,0,8,0,30,46,108,103,105,45,98,103,99,111,110,116,97,105,110,101,114,45,112,114,105,118,97,99,121,98,97,110,110,101,114,0,8,0,18,46,108,103,105,95,112,114,105,118,97,99,121,98,97,110,110,101,114,0,8,0,22,46,108,103,112,100,45,97,99,101,105,116,101,45,99,111,110,116,97,105,110,101,114,0,8,0,9,46,108,103,112,100,45,97,108,108,0,8,0,12,46,108,103,112,100,45,98,97,110,110,101,114,0,8,0,9,46,108,103,112,100,45,98,97,114,0,8,0,25,46,108,103,112,100,45,98,97,114,45,102,108,111,97,116,45,99,111,110,116,97,105,110,101,114,0,8,0,17,46,108,103,112,100,45,98,97,114,45,119,114,97,112,112,101,114,0,8,0,9,46,108,103,112,100,45,98,111,120,0,8,0,13,46,108,103,112,100,45,99,111,110,116,101,110,116,0,8,0,9,46,108,103,112,100,45,100,105,118,0,8,0,11,46,108,103,112,100,45,108,97,121,101,114,0,8,0,13,46,108,103,112,100,45,109,101,115,115,97,103,101,0,8,0,11,46,108,103,112,100,45,109,111,100,97,108,0,8,0,19,46,108,103,112,100,45,109,111,100,97,108,45,99,111,110,116,101,110,116,0,8,0,12,46,108,103,112,100,45,110,111,116,105,99,101,0,8,0,17,46,108,103,112,100,45,110,111,116,105,99,101,45,119,114,97,112,0,8,0,23,46,108,103,112,100,45,110,111,116,105,99,101,95,95,99,111,110,116,97,105,110,101,114,0,8,0,28,46,108,103,112,100,45,112,111,108,105,99,121,45,99,111,109,112,108,105,97,110,99,101,45,109,97,105,110,0,8,0,13,46,108,103,112,100,45,115,101,99,116,105,111,110,0,8,0,13,46,108,103,112,100,45,119,114,97,112,112,101,114,0,8,0,9,46,108,103,112,100,95,98,97,114,0,8,0,20,46,108,103,112,100,95,99,111,111,107,105,101,45,111,118,101,114,108,97,121,0,8,0,12,46,108,103,112,100,95,119,100,95,98,111,120,0,8,0,12,46,108,105,67,111,111,107,105,101,80,111,108,0,8,0,24,46,108,105,97,45,99,111,111,107,105,101,45,98,97,110,110,101,114,45,97,108,101,114,116,0,8,0,28,46,108,105,98,45,112,114,105,118,97,99,121,45,99,111,111,107,105,101,45,114,101,103,105,115,116,114,121,0,8,0,33,46,108,105,103,104,116,98,111,120,45,98,97,99,107,100,114,111,112,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,26,46,108,105,108,97,121,111,117,116,45,104,101,97,100,101,114,45,99,111,111,107,105,101,98,97,114,0,8,0,14,46,108,105,115,116,97,45,99,111,111,107,105,101,115,0,8,0,20,46,108,105,116,101,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,28,46,108,105,116,104,111,45,99,111,111,107,105,101,45,112,111,108,105,99,121,45,119,114,97,112,112,101,114,0,8,0,20,46,108,108,95,99,111,111,107,105,101,98,97,114,95,98,111,116,116,111,109,0,8,0,19,46,108,108,95,99,111,111,107,105,101,98,97,114,95,108,105,103,104,116,0,8,0,24,46,108,108,100,45,99,111,111,107,105,101,99,111,110,115,101,110,116,98,97,110,110,101,114,0,8,0,19,46,108,109,115,45,110,111,116,105,99,101,45,119,114,97,112,112,101,114,0,8,0,20,46,108,110,100,45,67,111,111,107,105,101,115,95,87,114,97,112,112,101,114,0,8,0,28,46,108,111,97,100,105,110,103,95,99,111,111,107,105,101,95,109,97,105,110,107,117,97,110,103,106,105,97,0,8,0,21,46,108,111,103,105,110,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,0,8,0,20,46,108,111,105,95,99,111,111,107,105,101,95,95,119,114,97,112,112,101,114,0,8,0,10,46,108,111,105,95,104,97,109,111,110,0,8,0,18,46,108,111,118,105,110,103,45,101,117,45,99,111,111,107,105,101,115,0,8,0,20,46,108,111,119,101,114,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,18,46,108,112,45,99,111,100,101,32,62,32,35,99,111,111,107,105,101,0,8,0,19,46,108,112,45,99,111,111,107,105,101,45,97,112,112,114,111,118,97,108,0,8,0,17,46,108,112,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,18,46,108,112,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,18,46,108,112,45,99,111,111,107,105,101,45,119,97,114,110,105,110,103,0,8,0,24,46,108,112,45,119,105,100,103,101,116,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,19,46,108,112,95,95,99,111,111,107,105,101,95,116,111,111,108,116,105,112,0,8,0,14,46,108,112,115,67,111,111,107,105,101,73,110,102,111,0,8,0,10,46,108,115,67,111,110,115,101,110,116,0,8,0,27,46,108,117,97,110,97,45,109,111,100,117,108,101,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,8,0,24,46,108,117,99,105,100,45,99,111,111,107,105,101,45,99,111,109,112,108,105,97,110,99,101,0,8,0,26,46,108,117,109,105,115,45,115,101,114,118,105,99,101,45,112,114,105,118,97,99,121,116,101,114,109,0,8,0,21,46,108,117,112,99,111,109,95,99,111,111,107,105,101,95,115,119,105,116,99,104,0,8,0,11,46,108,117,115,45,99,111,111,107,105,101,0,8,0,15,46,108,117,115,45,99,111,111,107,105,101,45,112,114,101,0,8,0,27,46,108,117,120,97,114,95,100,105,115,99,108,97,105,109,101,114,95,99,111,110,116,97,105,110,101,114,0,8,0,29,46,108,118,109,45,99,111,109,112,108,105,97,110,99,101,45,99,111,110,102,105,114,109,45,97,108,101,114,116,0,8,0,13,46,108,119,112,99,110,103,78,111,116,105,99,101,0,8,0,15,46,108,120,98,95,99,109,45,109,101,115,115,97,103,101,0,8,0,18,46,109,45,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,34,46,109,45,48,52,56,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,45,119,114,97,112,112,101,114,0,8,0,9,46,109,45,67,111,111,107,105,101,0,8,0,23,46,109,45,97,108,101,114,116,45,98,97,110,110,101,114,45,45,99,111,111,107,105,101,0,8,0,14,46,109,45,98,97,114,45,45,99,111,111,107,105,101,0,8,0,15,46,109,45,98,97,115,105,99,45,99,111,111,107,105,101,0,8,0,23,46,109,45,98,97,115,105,99,45,99,111,111,107,105,101,45,114,101,102,114,101,115,104,0,8,0,9,46,109,45,99,111,111,107,105,101,0,8,0,15,46,109,45,99,111,111,107,105,101,45,97,108,101,114,116,0,8,0,17,46,109,45,99,111,111,107,105,101,45,97,108,101,114,116,45,49,0,8,0,16,46,109,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,13,46,109,45,99,111,111,107,105,101,45,98,97,114,0,8,0,17,46,109,45,99,111,111,107,105,101,45,99,111,110,102,105,114,109,0,8,0,20,46,109,45,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,0,8,0,14,46,109,45,99,111,111,107,105,101,45,105,110,102,111,0,8,0,15,46,109,45,99,111,111,107,105,101,45,105,110,116,114,111,0,8,0,16,46,109,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,22,46,109,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,15,46,109,45,99,111,111,107,105,101,45,112,111,112,117,112,0,8,0,12,46,109,45,99,111,111,107,105,101,66,97,114,0,8,0,13,46,109,45,99,111,111,107,105,101,73,110,102,111,0,8,0,15,46,109,45,99,111,111,107,105,101,80,111,108,105,99,121,0,8,0,16,46,109,45,99,111,111,107,105,101,95,98,97,110,110,101,114,0,8,0,13,46,109,45,99,111,111,107,105,101,104,105,110,116,0,8,0,14,46,109,45,99,111,111,107,105,101,108,97,121,101,114,0,8,0,15,46,109,45,99,111,111,107,105,101,112,111,108,105,99,121,0,8,0,10,46,109,45,99,111,111,107,105,101,115,0,8,0,16,46,109,45,99,111,111,107,105,101,115,45,97,108,101,114,116,0,8,0,14,46,109,45,99,111,111,107,105,101,115,45,98,97,114,0,8,0,19,46,109,45,99,111,111,107,105,101,115,95,95,119,114,97,112,112,101,114,0,8,0,20,46,109,45,103,100,112,114,45,97,108,101,114,116,45,98,97,110,110,101,114,0,8,0,25,46,109,45,103,108,111,98,97,108,45,109,101,115,115,97,103,101,45,45,99,111,111,107,105,101,0,8,0,23,46,109,45,104,101,97,100,101,114,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,18,46,109,45,104,101,97,100,115,45,117,112,45,98,97,110,110,101,114,0,8,0,17,46,109,45,109,101,115,115,97,103,101,45,98,97,110,110,101,114,0,8,0,23,46,109,45,110,111,116,105,99,101,95,80,114,105,118,97,99,121,80,111,108,105,99,121,0,8,0,21,46,109,45,110,111,116,105,102,105,99,97,116,105,111,110,45,108,97,121,101,114,0,8,0,17,46,109,45,112,111,112,117,112,95,95,99,111,111,107,105,101,115,0,8,0,10,46,109,45,112,114,105,118,97,99,121,0,8,0,18,46,109,45,112,114,105,118,97,99,121,45,99,111,110,115,101,110,116,0,8,0,19,46,109,45,112,114,105,118,97,99,121,45,108,105,103,104,116,98,111,120,0,8,0,18,46,109,45,112,114,105,118,97,99,121,45,111,112,116,105,111,110,115,0,8,0,21,46,109,45,112,114,105,118,97,99,121,45,112,111,108,105,99,121,45,112,111,112,0,8,0,28,46,109,45,114,101,97,99,116,45,99,99,109,95,95,115,101,116,116,105,110,103,115,45,108,97,121,101,114,0,8,0,17,46,109,45,115,116,114,105,112,101,45,45,99,111,111,107,105,101,0,8,0,18,46,109,45,116,114,97,99,107,105,110,103,45,98,97,110,110,101,114,0,8,0,13,46,109,49,53,57,45,99,111,111,107,105,101,115,0,8,0,10,46,109,53,45,99,111,111,107,105,101,0,8,0,18,46,109,54,67,111,111,107,105,101,115,95,111,118,101,114,108,97,121,0,8,0,13,46,109,67,67,70,45,45,98,111,116,116,111,109,0,8,0,17,46,109,83,117,105,116,101,67,111,111,107,105,101,70,97,100,101,0,8,0,9,46,109,95,99,111,111,107,105,101,0,8,0,20,46,109,95,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,0,8,0,16,46,109,95,99,111,111,107,105,101,95,110,111,116,105,99,101,0,8,0,10,46,109,95,99,111,111,107,105,101,115,0,8,0,20,46,109,95,112,114,105,118,97,99,121,95,115,116,97,116,101,109,101,110,116,0,8,0,30,46,109,97,45,67,111,111,107,105,101,115,68,105,114,101,99,116,105,118,101,95,67,111,110,116,97,105,110,101,114,0,8,0,18,46,109,97,95,99,111,111,107,105,101,95,112,111,112,111,118,101,114,0,8,0,33,46,109,97,99,45,104,101,97,100,101,114,45,99,111,111,107,105,101,45,98,97,110,110,101,114,45,115,101,99,116,105,111,110,0,8,0,18,46,109,97,100,95,99,111,111,107,105,101,95,98,97,110,110,101,114,0,8,0,20,46,109,97,103,101,110,105,111,95,97,108,101,114,116,99,111,111,107,105,101,0,8,0,14,46,109,97,103,110,117,115,45,99,111,111,107,105,101,0,8,0,18,46,109,97,105,110,45,99,111,111,107,105,101,45,97,108,101,114,116,0,8,0,18,46,109,97,105,110,45,99,111,111,107,105,101,45,116,105,116,108,101,0,8,0,20,46,109,97,105,110,45,99,111,111,107,105,101,45,119,97,114,110,105,110,103,0,8,0,13,46,109,97,105,110,45,99,111,111,107,105,101,115,0,8,0,21,46,109,97,105,110,45,99,111,111,107,105,101,115,45,119,97,114,110,105,110,103,0,8,0,24,46,109,97,105,110,45,102,111,111,116,101,114,45,99,111,111,107,105,101,45,105,110,102,111,0,8,0,19,46,109,97,105,110,45,112,114,105,118,97,99,121,45,112,111,112,117,112,0,8,0,17,46,109,97,105,110,67,111,111,107,105,101,65,108,101,114,116,97,0,8,0,16,46,109,97,105,110,67,111,111,107,105,101,80,111,112,117,112,0,8,0,17,46,109,97,105,110,67,111,111,107,105,101,115,80,111,112,85,112,0,8,0,15,46,109,97,105,110,80,114,105,118,97,99,121,66,97,114,0,8,0,15,46,109,97,105,110,80,114,105,118,97,99,121,68,105,118,0,8,0,17,46,109,97,105,110,80,114,105,118,97,99,121,77,111,100,97,108,0,8,0,13,46,109,97,110,97,103,101,99,111,111,107,105,101,0,8,0,15,46,109,97,110,97,103,101,114,67,111,111,107,105,101,115,0,8,0,23,46,109,97,110,116,105,110,103,97,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,19,46,109,97,114,99,111,45,99,105,118,105,108,45,98,97,110,110,101,114,0,8,0,29,46,109,97,114,107,101,100,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,95,95,109,111,100,97,108,0,8,0,16,46,109,97,115,101,114,97,116,105,45,99,111,111,107,105,101,0,8,0,9,46,109,97,115,107,82,111,100,111,0,8,0,19,46,109,97,115,113,117,101,95,99,111,111,107,105,101,95,119,97,108,108,0,8,0,22,46,109,97,115,116,45,99,45,98,97,110,110,101,114,115,45,99,111,111,107,105,101,0,8,0,14,46,109,97,116,111,109,111,95,98,97,110,110,101,114,0,8,0,44,46,109,97,116,114,105,122,50,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,45,112,111,115,105,116,105,111,110,45,98,111,116,116,111,109,0,8,0,27,46,109,97,120,95,119,112,95,99,111,111,107,105,101,95,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,18,46,109,98,45,99,111,110,116,101,110,116,45,99,111,111,107,105,101,0,8,0,25,46,109,98,45,111,108,45,112,114,105,118,97,99,121,45,98,111,120,45,102,111,111,116,101,114,0,8,0,10,46,109,98,95,99,111,111,107,105,101,0,8,0,23,46,109,98,95,105,110,102,111,114,109,97,116,105,118,97,95,99,111,111,107,105,101,115,0,8,0,19,46,109,98,116,45,99,111,111,107,105,101,95,95,110,111,116,105,99,101,0,8,0,20,46,109,99,45,99,111,110,115,101,110,116,115,45,119,114,97,112,112,101,114,0,8,0,14,46,109,99,65,112,105,95,99,111,111,107,105,101,115,0,8,0,25,46,109,99,100,45,99,111,111,107,105,101,45,109,97,110,97,103,101,114,45,108,97,121,101,114,0,8,0,15,46,109,99,108,45,99,111,111,107,105,101,45,98,97,114,0,8,0,18,46,109,99,113,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,11,46,109,100,45,99,111,110,115,101,110,116,0,8,0,10,46,109,100,45,99,111,111,107,105,101,0,8,0,18,46,109,100,45,99,111,111,107,105,101,45,98,108,111,99,107,101,114,0,8,0,18,46,109,100,45,99,111,111,107,105,101,45,100,101,102,97,117,108,116,0,8,0,18,46,109,100,45,99,111,111,107,105,101,45,119,97,114,110,105,110,103,0,8,0,18,46,109,100,45,99,111,111,107,105,101,115,45,97,100,118,105,99,101,0,8,0,20,46,109,100,115,116,114,67,111,111,107,105,101,76,111,99,97,116,105,111,110,0,8,0,21,46,109,100,120,45,115,116,100,45,99,111,111,107,105,101,45,112,111,112,117,112,0,8,0,12,46,109,101,100,45,99,111,111,107,105,101,115,0,8,0,17,46,109,101,108,105,110,100,114,101,115,45,98,97,110,110,101,114,0,8,0,28,46,109,101,108,105,115,45,103,100,112,114,45,98,97,110,110,101,114,45,99,111,110,116,97,105,110,101,114,0,8,0,15,46,109,101,110,115,97,106,101,45,99,111,111,107,105,101,0,8,0,14,46,109,101,110,116,105,111,110,67,111,111,107,105,101,0,8,0,17,46,109,101,110,117,45,99,111,110,45,99,111,111,107,105,101,115,0,8,0,11,46,109,101,110,117,67,111,111,107,105,101,0,8,0,14,46,109,101,115,115,97,103,101,45,45,99,110,105,108,0,8,0,16,46,109,101,115,115,97,103,101,45,45,99,111,111,107,105,101,0,8,0,24,46,109,101,115,115,97,103,101,45,45,99,111,111,107,105,101,45,119,97,114,110,105,110,103,0,8,0,17,46,109,101,115,115,97,103,101,45,45,99,111,111,107,105,101,115,0,8,0,16,46,109,101,115,115,97,103,101,45,99,111,99,107,105,101,115,0,8,0,22,46,109,101,115,115,97,103,101,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,16,46,109,101,115,115,97,103,101,45,99,111,111,107,105,101,115,0,8,0,24,46,109,101,115,115,97,103,101,45,100,101,109,97,110,100,101,45,99,111,111,107,105,101,115,0,8,0,32,46,109,101,115,115,97,103,101,45,100,101,109,97,110,100,101,45,99,111,111,107,105,101,115,45,119,114,97,112,112,101,114,0,8,0,18,46,109,101,115,115,97,103,101,45,101,117,119,97,114,110,105,110,103,0,8,0,21,46,109,101,115,115,97,103,101,45,109,111,100,97,108,45,99,111,111,107,105,101,0,8,0,24,46,109,101,115,115,97,103,101,45,110,111,116,105,102,105,99,97,116,105,111,110,95,99,116,0,8,0,24,46,109,101,115,115,97,103,101,45,111,118,101,114,108,97,121,45,45,99,111,111,107,105,101,0,8,0,45,46,109,101,115,115,97,103,101,45,112,97,110,101,108,91,100,97,116,97,45,110,111,116,105,99,101,45,105,100,61,34,99,111,111,107,105,101,78,111,116,105,99,101,34,93,0,8,0,23,46,109,101,115,115,97,103,101,45,119,101,45,117,115,101,45,99,111,111,107,105,101,115,0,8,0,23,46,109,101,115,115,97,103,101,91,100,97,116,97,45,99,99,45,109,111,100,97,108,93,0,8,0,15,46,109,101,115,115,97,103,101,95,99,111,111,107,105,101,0,8,0,17,46,109,101,115,115,97,103,101,115,45,45,99,111,111,107,105,101,0,8,0,17,46,109,101,115,115,97,103,101,115,95,99,111,111,107,105,101,115,0,8,0,17,46,109,101,115,115,97,103,103,105,111,95,99,111,111,107,105,101,0,8,0,18,46,109,101,115,115,97,103,103,105,111,95,99,111,111,107,105,101,115,0,8,0,17,46,109,102,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,16,46,109,102,45,99,111,111,107,105,101,45,109,111,100,101,108,0,8,0,10,46,109,103,45,99,111,111,107,105,101,0,8,0,12,46,109,103,100,112,114,45,112,111,112,117,112,0,8,0,19,46,109,103,118,45,99,111,111,107,105,101,115,45,98,97,110,110,101,114,0,8,0,17,46,109,103,120,67,111,111,107,105,101,67,111,110,115,101,110,116,0,8,0,17,46,109,104,53,95,67,111,111,107,105,101,78,111,116,105,99,101,0,8,0,17,46,109,105,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,8,46,109,105,45,103,100,112,114,0,8,0,12,46,109,105,100,45,99,111,111,107,105,101,115,0,8,0,19,46,109,105,104,111,121,111,45,99,111,111,107,105,101,45,116,105,112,115,0,8,0,22,46,109,105,107,105,116,95,98,97,110,100,101,97,117,95,99,111,111,107,105,101,115,0,8,0,14,46,109,105,108,105,98,111,111,67,111,111,107,105,101,0,8,0,21,46,109,105,110,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,8,0,17,46,109,105,110,45,99,111,111,107,105,101,98,97,110,110,101,114,0,8,0,17,46,109,105,110,80,112,112,87,114,112,95,99,111,111,107,105,101,0,8,0,14,46,109,105,110,80,112,112,95,99,111,111,107,105,101,0,8,0,12,46,109,105,110,105,67,111,110,115,101,110,116,0,8,0,18,46,109,105,110,105,95,99,111,111,107,105,101,95,115,116,97,99,107,0,8,0,20,46,109,105,112,114,111,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,18,46,109,105,115,99,45,112,111,112,117,112,45,99,111,111,107,105,101,0,8,0,20,46,109,106,45,98,111,120,45,99,111,111,107,105,101,45,97,108,101,114,116,0,8,0,19,46,109,106,45,99,111,110,115,101,110,116,95,95,98,97,110,110,101,114,0,8,0,23,46,109,106,45,103,100,112,114,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,0,8,0,29,46,109,106,45,106,115,45,99,111,110,116,97,105,110,101,114,45,99,111,111,107,105,101,45,97,108,101,114,116,0,8,0,15,46,109,106,95,103,100,112,114,95,98,97,110,110,101,114,0,8,0,18,46,109,106,115,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,23,46,109,107,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,13,46,109,107,45,99,111,111,107,105,101,66,111,120,0,8,0,15,46,109,107,67,111,111,107,105,101,66,97,110,110,101,114,0,8,0,17,46,109,107,95,99,111,111,107,105,101,95,112,111,108,105,99,121,0,8,0,11,46,109,107,111,99,111,111,107,105,101,115,0,8,0,28,46,109,107,116,95,99,111,110,115,101,110,116,95,109,97,110,97,103,101,114,95,119,114,97,112,112,101,114,0,8,0,15,46,109,108,45,99,111,111,107,105,101,45,119,114,97,112,0,8,0,15,46,109,108,97,45,103,100,112,114,45,108,105,103,104,116,0,8,0,17,46,109,109,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,11,46,109,109,45,99,111,111,107,105,101,115,0,8,0,24,46,109,109,45,109,111,100,97,108,45,97,99,99,101,112,116,45,99,111,111,107,105,101,115,0,8,0,18,46,109,109,45,112,97,103,101,32,62,32,35,99,111,111,107,105,101,0,8,0,25,46,109,109,45,112,97,103,101,32,62,32,35,99,111,111,107,105,101,104,105,110,119,101,105,115,0,8,0,27,46,109,109,45,112,97,103,101,32,62,32,46,99,111,111,107,105,101,45,115,101,116,116,105,110,103,115,0,8,0,19,46,109,109,45,112,97,103,101,32,62,32,46,99,111,111,107,105,101,115,0,8,0,20,46,109,109,67,111,111,107,105,101,73,110,102,111,66,111,120,85,115,101,114,0,8,0,10,46,109,109,67,111,111,107,105,101,115,0,8,0,16,46,109,109,95,99,111,111,107,105,101,95,108,97,121,101,114,0,8,0,20,46,109,109,99,111,111,107,105,101,112,114,101,102,45,112,108,117,103,105,110,0,8,0,16,46,109,109,115,45,99,111,111,107,105,101,108,97,121,101,114,0,8,0,19,46,109,109,116,111,111,108,115,45,99,111,111,107,105,101,45,98,97,114,0,8,0,23,46,109,109,117,105,45,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,0,8,0,15,46,109,110,100,45,99,111,111,107,105,101,45,98,97,114,0,8,0,12,46,109,110,100,45,99,111,111,107,105,101,115,0,8,0,15,46,109,111,45,99,111,109,45,99,111,111,107,105,101,115,0,8,0,12,46,109,111,45,115,105,116,101,80,114,105,118,0,8,0,35,46,109,111,98,114,111,103,45,118,49,45,99,109,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,0,8,0,21,46,109,111,99,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,8,0,18,46,109,111,100,45,67,111,111,107,105,101,77,101,115,115,97,103,101,0,8,0,21,46,109,111,100,45,97,119,95,99,111,111,107,105,101,97,98,102,114,97,103,101,0,8,0,11,46,109,111,100,45,99,111,111,107,105,101,0,8,0,17,46,109,111,100,45,99,111,111,107,105,101,45,97,108,101,114,116,0,8,0,15,46,109,111,100,45,99,111,111,107,105,101,45,98,97,114,0,8,0,19,46,109,111,100,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,27,46,109,111,100,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,95,95,100,105,97,108,111,103,0,8,0,22,46,109,111,100,45,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,0,8,0,23,46,109,111,100,45,99,111,111,107,105,101,45,108,97,119,45,99,111,110,115,101,110,116,0,8,0,17,46,109,111,100,45,99,111,111,107,105,101,45,108,97,121,101,114,0,8,0,18,46,109,111,100,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,19,46,109,111,100,45,99,111,111,107,105,101,45,119,97,114,110,105,110,103,0,8,0,14,46,109,111,100,45,99,111,111,107,105,101,98,97,114,0,8,0,16,46,109,111,100,45,99,111,111,107,105,101,108,97,121,101,114,0,8,0,17,46,109,111,100,45,99,111,111,107,105,101,112,111,108,105,99,121,0,8,0,32,46,109,111,100,45,99,111,111,107,105,101,115,58,110,111,116,40,98,111,100,121,41,58,110,111,116,40,104,116,109,108,41,0,8,0,18,46,109,111,100,45,99,111,111,107,105,101,119,97,114,110,105,110,103,0,8,0,15,46,109,111,100,45,100,105,115,99,108,97,105,109,101,114,0,8,0,9,46,109,111,100,45,108,103,112,100,0,8,0,19,46,109,111,100,45,108,103,112,100,45,99,97,98,101,99,97,108,104,111,0,8,0,34,46,109,111,100,45,111,118,101,114,108,97,121,91,100,97,116,97,45,116,111,112,105,99,61,34,99,111,110,115,101,110,116,34,93,0,8,0,18,46,109,111,100,45,112,114,105,118,97,99,121,112,111,108,105,99,121,0,8,0,20,46,109,111,100,45,119,101,98,115,105,116,101,45,99,111,111,107,105,101,115,0,8,0,13,46,109,111,100,67,111,111,107,105,101,66,97,114,0,8,0,18,46,109,111,100,67,111,111,107,105,101,115,67,111,110,115,101,110,116,0,8,0,20,46,109,111,100,70,105,110,97,110,99,105,97,108,67,111,111,107,105,101,115,0,8,0,23,46,109,111,100,85,116,95,99,111,111,107,105,101,95,112,114,105,118,97,99,121,95,49,0,8,0,19,46,109,111,100,95,99,109,115,95,99,111,111,107,105,101,95,98,97,114,0,8,0,15,46,109,111,100,95,99,111,111,107,105,101,45,98,97,114,0,8,0,15,46,109,111,100,95,99,111,111,107,105,101,95,98,97,114,0,8,0,24,46,109,111,100,95,99,111,111,107,105,101,95,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,18,46,109,111,100,95,99,111,111,107,105,101,95,112,111,108,105,99,121,0,8,0,20,46,109,111,100,95,99,111,111,107,105,101,98,97,114,95,111,112,116,105,110,0,8,0,25,46,109,111,100,95,99,111,111,107,105,101,98,97,114,95,111,112,116,105,110,95,115,108,105,109,0,8,0,23,46,109,111,100,95,99,111,111,107,105,101,99,111,110,102,105,114,109,97,116,105,111,110,0,8,0,23,46,109,111,100,95,99,111,111,107,105,101,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,24,46,109,111,100,95,105,120,99,110,98,95,99,111,111,107,105,101,95,110,111,116,105,99,101,0,8,0,29,46,109,111,100,95,107,97,95,99,111,110,116,97,111,95,99,111,111,107,105,101,115,95,98,97,110,110,101,114,0,8,0,18,46,109,111,100,95,112,114,105,118,97,99,121,95,111,112,116,105,110,0,8,0,25,46,109,111,100,95,112,114,105,118,97,99,121,95,111,112,116,105,110,95,109,101,100,105,117,109,0,8,0,23,46,109,111,100,95,112,114,105,118,97,99,121,95,111,112,116,105,110,95,115,108,105,109,0,8,0,24,46,109,111,100,97,108,45,45,99,111,111,107,105,101,115,45,98,97,99,107,100,114,111,112,0,8,0,21,46,109,111,100,97,108,45,97,99,99,101,112,116,45,99,111,111,107,105,101,115,0,8,0,19,46,109,111,100,97,108,45,97,118,105,115,111,45,99,111,111,107,105,101,0,8,0,20,46,109,111,100,97,108,45,98,97,110,110,101,114,99,111,111,107,105,101,115,0,8,0,32,46,109,111,100,97,108,45,98,111,120,45,99,111,111,107,105,101,45,112,111,108,105,99,121,45,109,101,115,115,97,103,101,0,8,0,17,46,109,111,100,97,108,45,99,99,45,99,111,111,107,105,101,115,0,8,0,29,46,109,111,100,97,108,45,99,111,110,116,101,110,116,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,0,8,0,14,46,109,111,100,97,108,45,99,111,111,99,107,105,101,0,8,0,22,46,109,111,100,97,108,45,99,111,111,107,105,101,45,98,97,99,107,100,114,111,112,0,8,0,16,46,109,111,100,97,108,45,99,111,111,107,105,101,45,98,103,0,8,0,18,46,109,111,100,97,108,45,99,111,111,107,105,101,45,98,111,100,121,0,8,0,19,46,109,111,100,97,108,45,99,111,111,107,105,101,95,98,108,111,99,107,0,8,0,20,46,109,111,100,97,108,45,99,111,111,107,105,101,115,45,99,111,108,111,114,0,8,0,21,46,109,111,100,97,108,45,99,111,111,107,105,101,115,45,119,105,110,100,111,119,0,8,0,20,46,109,111,100,97,108,45,100,105,97,108,111,103,67,111,111,107,105,101,115,0,8,0,28,46,109,111,100,97,108,45,101,110,116,101,114,45,100,111,110,101,46,114,103,112,100,45,109,111,100,97,108,0,8,0,18,46,109,111,100,97,108,45,108,101,121,45,99,111,111,107,105,101,115,0,8,0,11,46,109,111,100,97,108,45,108,103,112,100,0,8,0,21,46,109,111,100,97,108,45,112,114,105,118,97,99,121,95,97,99,116,105,118,101,0,8,0,25,46,109,111,100,97,108,45,115,116,114,105,112,91,100,97,116,97,45,99,111,111,107,105,101,93,0,8,0,21,46,109,111,100,97,108,45,119,105,110,100,111,119,45,99,111,111,107,105,101,115,0,8,0,18,46,109,111,100,97,108,46,115,109,95,111,112,116,105,110,95,98,103,0,8,0,21,46,109,111,100,97,108,46,117,100,99,45,98,97,114,45,104,111,108,100,101,114,0,8,0,14,46,109,111,100,97,108,46,117,100,99,45,111,118,114,0,8,0,24,46,109,111,100,97,108,95,95,99,111,110,116,101,110,116,45,45,99,111,111,107,105,101,115,0,8,0,23,46,109,111,100,97,108,95,95,99,111,111,107,105,101,45,45,109,101,115,115,97,103,101,0,8,0,11,46,109,111,100,97,108,95,108,103,112,100,0,8,0,19,46,109,111,100,97,108,95,109,97,115,107,46,99,111,111,107,105,101,115,0,8,0,14,46,109,111,100,97,108,101,67,111,111,107,105,101,115,0,8,0,16,46,109,111,100,101,45,99,111,111,107,105,101,45,116,105,112,0,8,0,14,46,109,111,100,101,108,45,99,111,111,107,105,101,115,0,8,0,15,46,109,111,100,117,108,101,45,45,99,111,111,107,105,101,0,8,0,20,46,109,111,100,117,108,101,45,97,108,101,114,116,45,99,111,111,107,105,101,0,8,0,14,46,109,111,100,117,108,101,45,99,111,111,107,105,101,0,8,0,21,46,109,111,100,117,108,101,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,18,46,109,111,100,117,108,101,45,99,111,111,107,105,101,45,98,97,114,0,8,0,19,46,109,111,100,117,108,101,45,99,111,111,107,105,101,45,105,110,102,111,0,8,0,20,46,109,111,100,117,108,101,45,99,111,111,107,105,101,45,108,97,121,101,114,0,8,0,19,46,109,111,100,117,108,101,45,99,111,111,107,105,101,45,110,111,116,101,0,8,0,18,46,109,111,100,117,108,101,45,99,111,111,107,105,101,105,110,102,111,0,8,0,15,46,109,111,100,117,108,101,45,99,111,111,107,105,101,115,0,8,0,22,46,109,111,100,117,108,101,45,99,111,111,107,105,101,115,45,97,100,118,105,99,101,0,8,0,28,46,109,111,100,117,108,101,45,99,111,111,107,105,101,115,45,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,23,46,109,111,100,117,108,101,45,99,111,111,107,105,101,115,45,119,114,97,112,112,101,114,0,8,0,23,46,109,111,100,117,108,101,45,103,100,112,114,45,97,99,99,101,112,116,97,110,99,101,0,8,0,29,46,109,111,100,117,108,101,45,110,111,116,105,102,105,99,97,116,105,111,110,45,45,99,111,111,107,105,101,115,0,8,0,29,46,109,111,100,117,108,101,45,115,112,101,99,105,97,108,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,17,46,109,111,100,117,108,101,67,111,111,107,105,101,115,66,111,120,0,8,0,21,46,109,111,100,117,108,101,95,95,99,111,111,107,105,101,98,97,110,110,101,114,0,8,0,21,46,109,111,100,117,108,101,95,99,111,110,115,101,110,116,95,95,109,97,105,110,0,8,0,21,46,109,111,100,117,108,101,95,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,22,46,109,111,100,117,108,101,95,99,111,111,107,105,101,95,99,111,110,115,101,110,116,0,8,0,24,46,109,111,100,117,108,101,95,109,101,115,115,97,103,101,115,95,99,111,111,107,105,101,115,0,8,0,19,46,109,111,100,117,108,101,115,45,45,99,111,111,107,105,101,98,97,114,0,8,0,23,46,109,111,100,117,108,101,115,100,101,110,45,99,111,111,107,105,101,115,45,98,97,114,0,8,0,26,46,109,111,100,117,108,101,116,97,98,108,101,45,112,114,105,118,97,99,121,45,112,111,112,117,112,0,8,0,28,46,109,111,100,117,108,111,45,97,99,99,101,116,116,97,122,105,111,110,101,45,99,111,111,107,105,101,115,0,8,0,18,46,109,111,100,117,108,111,67,111,111,107,105,101,65,108,101,114,116,0,8,0,12,46,109,111,108,45,97,100,115,45,99,109,112,0,8,0,19,46,109,111,108,97,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,23,46,109,111,108,101,99,117,108,101,45,99,111,111,107,105,101,109,101,115,115,97,103,101,0,8,0,13,46,109,111,110,107,45,99,111,111,107,105,101,115,0,8,0,23,46,109,111,111,110,50,45,115,116,97,116,105,115,116,105,99,115,79,112,116,66,111,120,0,8,0,24,46,109,111,111,118,101,45,103,100,112,114,45,97,108,105,103,110,45,99,101,110,116,101,114,0,8,0,23,46,109,111,111,118,101,45,103,100,112,114,45,100,97,114,107,45,115,99,104,101,109,101,0,8,0,24,46,109,111,111,118,101,45,103,100,112,114,45,108,105,103,104,116,45,115,99,104,101,109,101,0,8,0,27,46,109,111,111,118,101,95,103,100,112,114,95,99,111,111,107,105,101,95,105,110,102,111,95,98,97,114,0,8,0,29,46,109,111,111,118,101,95,103,100,112,114,95,99,111,111,107,105,101,95,109,111,100,97,108,95,111,112,101,110,0,8,0,19,46,109,111,115,116,114,97,114,67,97,112,97,99,111,111,107,105,101,115,0,8,0,25,46,109,111,116,111,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,17,46,109,112,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,22,46,109,112,45,99,111,111,107,105,101,45,112,108,97,99,101,104,111,108,100,101,114,0,8,0,11,46,109,112,45,99,111,111,107,105,101,115,0,8,0,22,46,109,112,45,99,111,111,107,105,101,115,45,105,110,102,111,114,109,45,98,97,114,0,8,0,16,46,109,112,45,115,104,111,119,45,99,111,111,107,105,101,115,0,8,0,17,46,109,112,115,112,45,108,103,112,100,45,98,97,110,110,101,114,0,8,0,18,46,109,112,116,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,45,46,109,114,112,105,120,45,45,99,111,111,107,105,101,45,112,101,114,109,105,115,115,105,111,110,45,45,111,118,101,114,104,101,97,100,45,99,111,110,116,97,105,110,101,114,0,8,0,24,46,109,114,116,110,45,99,111,111,107,105,101,45,112,111,108,105,99,121,45,110,111,116,121,0,8,0,21,46,109,115,45,99,111,111,107,105,101,45,99,111,109,112,108,105,97,110,99,101,0,8,0,13,46,109,115,45,99,111,111,107,105,101,45,111,107,0,8,0,15,46,109,115,67,111,111,107,105,101,66,97,110,110,101,114,0,8,0,11,46,109,115,103,45,99,111,111,107,105,101,0,8,0,12,46,109,115,103,45,99,111,111,107,105,101,115,0,8,0,17,46,109,115,103,45,116,114,97,121,45,45,99,111,111,107,105,101,0,8,0,12,46,109,115,103,46,99,111,111,107,105,101,115,0,8,0,16,46,109,115,103,65,118,105,115,111,67,111,111,107,105,101,115,0,8,0,11,46,109,115,103,95,99,111,111,107,105,101,0,8,0,12,46,109,115,103,95,99,111,111,107,105,101,115,0,8,0,21,46,109,115,103,98,111,120,45,67,111,111,107,105,101,67,111,110,115,101,110,116,0,8,0,10,46,109,115,103,99,111,111,107,105,101,0,8,0,16,46,109,115,103,119,114,97,112,112,101,114,46,103,100,112,114,0,8,0,32,46,109,115,105,116,45,99,111,111,107,105,101,45,105,110,102,111,114,109,97,116,105,111,110,45,119,114,97,112,112,101,114,0,8,0,17,46,109,115,108,50,67,111,111,107,105,101,78,111,116,105,99,101,0,8,0,12,46,109,115,110,45,99,111,111,107,105,101,115,0,8,0,24,46,109,115,114,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,29,46,109,115,116,45,103,100,112,114,95,95,99,111,111,107,105,101,45,98,97,114,45,119,114,97,112,112,101,114,0,8,0,21,46,109,116,45,83,104,97,114,101,100,67,111,111,107,105,101,76,97,121,101,114,0,8,0,11,46,109,116,45,99,99,45,98,110,110,114,0,8,0,22,46,109,116,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,98,97,114,0,8,0,18,46,109,116,99,111,111,107,105,101,45,45,118,105,115,105,98,108,101,0,8,0,17,46,109,116,100,101,45,114,103,112,100,45,119,105,110,100,111,119,0,8,0,32,46,109,116,118,99,111,111,107,105,101,110,111,116,105,102,105,99,97,116,105,111,110,115,99,111,110,116,97,105,110,101,114,0,8,0,14,46,109,117,45,99,111,111,107,105,101,45,98,111,120,0,8,0,10,46,109,117,95,99,111,111,107,105,101,0,8,0,21,46,109,117,95,99,111,111,107,105,101,95,98,97,99,107,103,114,111,117,110,100,0,8,0,18,46,109,117,105,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,21,46,109,117,105,45,106,115,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,16,46,109,117,110,105,119,101,98,45,99,111,111,107,105,101,115,0,8,0,11,46,109,117,112,45,99,111,111,107,105,101,0,8,0,17,46,109,117,115,116,95,115,104,111,119,95,99,111,111,107,105,101,0,8,0,11,46,109,118,45,99,111,111,107,105,101,115,0,8,0,19,46,109,118,45,99,111,111,107,105,101,115,45,119,114,97,112,112,101,114,0,8,0,16,46,109,118,104,45,103,100,112,114,45,98,97,110,110,101,114,0,8,0,27,46,109,119,45,99,111,111,107,105,101,119,97,114,110,105,110,103,45,99,111,110,116,97,105,110,101,114,0,8,0,37,46,109,119,45,100,115,103,118,111,45,99,111,111,107,105,101,45,115,108,105,100,101,98,97,114,45,102,105,120,101,100,45,98,103,95,48,49,0,8,0,28,46,109,119,45,100,115,103,118,111,45,99,111,111,107,105,101,45,115,108,105,100,101,98,97,114,95,48,49,0,8,0,17,46,109,119,45,100,115,103,118,111,45,111,118,101,114,108,97,121,0,8,0,28,46,109,119,45,100,115,103,118,111,45,111,118,101,114,108,97,121,45,98,97,99,107,103,114,111,117,110,100,0,8,0,33,46,109,119,45,110,111,116,105,102,105,99,97,116,105,111,110,45,116,97,103,45,99,111,111,107,105,101,80,111,108,105,99,121,0,8,0,14,46,109,119,95,99,111,111,107,105,101,95,98,97,114,0,8,0,19,46,109,119,95,99,111,111,107,105,101,95,105,110,102,111,95,98,97,114,0,8,0,15,46,109,120,100,45,99,111,111,107,105,101,45,98,97,114,0,8,0,19,46,109,120,100,45,110,101,119,45,99,111,111,107,105,101,45,98,97,114,0,8,0,17,46,109,120,109,45,99,111,111,107,105,101,45,97,108,101,114,116,0,8,0,19,46,109,120,117,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,19,46,109,121,45,99,111,111,107,105,101,95,95,119,114,97,112,112,101,114,0,8,0,11,46,109,121,45,99,111,111,107,105,101,115,0,8,0,12,46,109,121,67,111,111,107,105,101,66,97,114,0,8,0,23,46,109,121,95,99,111,111,107,105,101,108,97,121,101,114,95,111,118,101,114,108,97,121,0,8,0,20,46,109,121,99,109,112,65,108,101,114,116,66,105,103,66,111,116,116,111,109,0,8,0,10,46,109,121,99,111,111,107,105,101,115,0,8,0,22,46,109,121,115,104,112,95,99,111,111,107,105,101,115,95,119,97,114,110,105,110,103,0,8,0,22,46,109,122,45,99,111,111,107,105,101,115,45,112,111,108,105,99,121,45,98,97,114,0,8,0,17,46,109,122,95,99,111,111,107,105,101,67,111,110,115,101,110,116,0,8,0,22,46,110,45,45,104,101,108,112,95,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,16,46,110,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,20,46,110,45,99,111,111,107,105,101,115,45,99,111,110,116,97,105,110,101,114,0,8,0,15,46,110,45,99,111,111,107,105,101,115,45,105,110,102,111,0,8,0,18,46,110,48,52,48,45,99,111,111,107,105,101,45,97,108,101,114,116,0,8,0,18,46,110,97,102,45,99,111,111,107,105,101,115,45,112,111,112,117,112,0,8,0,14,46,110,97,103,109,115,103,95,99,111,111,107,105,101,0,8,0,24,46,110,97,109,101,115,112,97,99,101,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,8,0,19,46,110,97,110,111,98,97,114,45,99,111,111,107,105,101,45,99,111,103,0,8,0,20,46,110,97,114,105,122,101,110,105,45,101,117,45,99,111,111,107,105,101,115,0,8,0,29,46,110,97,115,97,45,99,111,111,107,105,101,45,110,111,116,105,99,101,45,99,111,110,116,97,105,110,101,114,0,8,0,14,46,110,97,116,67,111,111,107,105,101,73,110,102,111,0,8,0,22,46,110,97,118,45,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,0,8,0,26,46,110,97,118,45,110,101,119,45,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,0,8,0,13,46,110,97,118,95,95,99,111,111,107,105,101,115,0,8,0,12,46,110,97,118,95,99,111,111,107,105,101,115,0,8,0,14,46,110,97,118,98,97,114,45,99,111,111,107,105,101,0,8,0,15,46,110,97,118,98,97,114,45,99,111,111,107,105,101,115,0,8,0,28,46,110,97,118,98,97,114,45,102,105,120,101,100,45,98,111,116,116,111,109,46,99,111,111,107,105,101,115,0,8,0,12,46,110,97,118,98,97,114,45,103,100,112,114,0,8,0,15,46,110,97,118,98,97,114,45,112,114,105,118,97,99,121,0,8,0,25,46,110,97,118,105,103,97,116,105,111,110,45,99,111,111,107,105,101,98,98,97,110,110,101,114,0,8,0,35,46,110,97,118,105,103,97,116,105,111,110,45,110,111,116,105,102,105,99,97,116,105,111,110,95,95,99,111,111,107,105,101,98,97,114,0,8,0,20,46,110,97,118,105,103,97,116,105,111,110,95,95,99,111,111,107,105,101,115,0,8,0,22,46,110,97,121,108,111,114,45,112,114,105,118,97,99,121,45,98,97,110,110,101,114,0,8,0,22,46,110,97,122,97,114,45,99,111,111,107,105,101,115,45,109,101,115,115,97,103,101,0,8,0,16,46,110,98,45,45,99,111,111,107,105,101,112,111,112,117,112,0,8,0,10,46,110,98,45,99,111,111,107,105,101,0,8,0,19,46,110,98,100,45,99,111,111,107,105,101,45,119,114,97,112,112,101,114,0,8,0,16,46,110,98,110,45,99,111,111,107,105,101,45,105,110,102,111,0,8,0,16,46,110,98,115,67,111,111,107,105,101,78,111,116,105,99,101,0,8,0,23,46,110,99,97,45,99,111,111,107,105,101,115,97,99,99,101,112,116,45,108,105,110,101,0,8,0,21,46,110,99,103,87,101,65,114,101,85,115,105,110,103,67,111,111,107,105,101,115,0,8,0,13,46,110,99,109,112,95,95,98,97,110,110,101,114,0,8,0,16,46,110,99,109,112,95,95,110,111,114,109,97,108,105,115,101,0,8,0,14,46,110,99,111,105,45,45,45,98,101,104,105,110,100,0,8,0,13,46,110,100,45,99,111,111,107,105,101,66,97,114,0,8,0,17,46,110,101,67,111,111,107,105,101,115,77,101,115,115,97,103,101,0,8,0,21,46,110,101,98,111,116,104,101,109,101,45,99,111,111,107,105,101,45,98,97,114,0,8,0,24,46,110,101,100,45,109,111,100,97,108,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,38,46,110,101,100,102,105,110,105,116,121,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,22,46,110,101,111,45,102,111,111,116,101,114,95,95,99,111,111,107,105,101,66,97,114,0,8,0,15,46,110,101,111,110,45,99,111,111,107,105,101,98,97,114,0,8,0,11,46,110,101,119,45,99,111,111,107,105,101,0,8,0,18,46,110,101,119,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,17,46,110,101,119,45,99,111,111,107,105,101,45,114,117,108,101,115,0,8,0,19,46,110,101,119,45,99,111,111,107,105,101,45,119,114,97,112,112,101,114,0,8,0,17,46,110,101,119,45,99,111,111,107,105,101,115,45,105,110,102,111,0,8,0,15,46,110,101,119,45,101,117,45,99,111,111,107,105,101,115,0,8,0,14,46,110,101,119,67,110,105,108,66,97,110,110,101,114,0,8,0,16,46,110,101,119,95,99,111,111,107,105,101,95,105,110,102,111,0,8,0,33,46,110,101,119,115,108,101,116,116,101,114,45,110,111,116,105,102,105,99,97,116,105,111,110,45,45,99,111,111,107,105,101,115,0,8,0,19,46,110,101,120,116,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,28,46,110,101,120,116,45,99,111,111,107,105,101,45,98,97,110,110,101,114,95,95,119,114,97,112,112,101,114,0,8,0,18,46,110,101,120,116,45,99,111,111,107,105,101,104,111,108,100,101,114,0,8,0,20,46,110,101,120,117,115,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,11,46,110,102,45,99,111,111,107,105,101,115,0,8,0,16,46,110,102,45,106,115,45,99,111,111,107,105,101,98,111,120,0,8,0,24,46,110,102,45,112,114,111,99,111,111,107,105,101,45,98,111,116,116,111,109,45,98,97,114,0,8,0,21,46,110,102,45,112,114,111,99,111,111,107,105,101,45,119,114,97,112,112,101,114,0,8,0,17,46,110,103,45,99,111,111,107,105,101,45,102,111,111,116,101,114,0,8,0,38,46,110,103,45,105,115,111,108,97,116,101,45,115,99,111,112,101,91,100,97,116,97,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,93,0,8,0,39,46,110,103,45,115,99,111,112,101,91,100,97,116,97,45,99,111,111,107,105,101,45,112,111,108,105,99,121,45,100,105,114,101,99,116,105,118,101,93,0,8,0,52,46,110,103,45,115,99,111,112,101,91,100,97,116,97,45,110,103,45,99,111,110,116,114,111,108,108,101,114,61,34,67,111,111,107,105,101,83,105,103,110,67,111,110,116,114,111,108,108,101,114,34,93,0,8,0,42,46,110,103,45,115,99,111,112,101,91,100,97,116,97,45,110,103,45,115,104,111,119,61,34,115,104,111,119,67,111,111,107,105,101,66,97,110,110,101,114,34,93,0,8,0,37,46,110,103,45,115,99,111,112,101,91,110,103,45,99,111,110,116,114,111,108,108,101,114,61,34,67,111,111,107,105,101,67,116,114,108,34,93,0,8,0,44,46,110,103,45,115,99,111,112,101,91,110,103,45,99,111,110,116,114,111,108,108,101,114,61,34,67,111,111,107,105,101,115,65,99,99,101,112,116,67,116,114,108,34,93,0,8,0,45,46,110,103,45,115,99,111,112,101,91,110,103,45,99,111,110,116,114,111,108,108,101,114,61,34,67,111,111,107,105,101,115,67,111,110,115,101,110,116,67,116,114,108,34,93,0,8,0,33,46,110,103,45,115,99,111,112,101,91,110,103,45,99,111,110,116,114,111,108,108,101,114,61,34,99,111,111,107,105,101,34,93,0,8,0,37,46,110,103,45,115,99,111,112,101,91,110,103,45,99,111,110,116,114,111,108,108,101,114,61,34,99,111,111,107,105,101,67,116,114,108,34,93,0,8,0,40,46,110,103,45,115,99,111,112,101,91,110,103,45,99,111,110,116,114,111,108,108,101,114,61,34,99,111,111,107,105,101,76,97,119,67,116,114,108,34,93,0,8,0,32,46,110,103,45,115,99,111,112,101,91,110,103,45,105,102,61,34,99,111,111,107,105,101,87,97,114,110,105,110,103,34,93,0,8,0,33,46,110,103,45,115,99,111,112,101,91,110,103,45,105,102,61,34,115,104,111,119,67,111,111,107,105,101,73,110,102,111,34,93,0,8,0,24,46,110,103,45,115,116,97,114,45,105,110,115,101,114,116,101,100,46,99,111,111,107,105,101,0,8,0,25,46,110,103,45,115,116,97,114,45,105,110,115,101,114,116,101,100,46,99,111,111,107,105,101,115,0,8,0,15,46,110,103,115,45,99,111,111,107,105,101,45,98,97,114,0,8,0,10,46,110,104,45,99,111,111,107,105,101,0,8,0,17,46,110,105,45,99,111,111,107,105,101,67,111,110,115,101,110,116,0,8,0,28,46,110,105,116,101,97,45,99,111,111,107,105,101,45,105,110,102,111,45,99,111,110,116,97,105,110,101,114,0,8,0,9,46,110,106,116,45,103,100,112,114,0,8,0,20,46,110,106,116,45,103,100,112,114,45,102,117,108,108,95,119,105,100,116,104,0,8,0,15,46,110,106,116,45,103,100,112,114,45,112,111,112,117,112,0,8,0,16,46,110,107,45,99,111,111,107,105,101,45,97,108,101,114,116,0,8,0,17,46,110,107,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,15,46,110,107,109,99,111,111,107,105,101,97,108,101,114,116,0,8,0,14,46,110,108,45,99,111,111,107,105,101,45,98,97,114,0,8,0,16,46,110,108,45,99,111,111,107,105,101,112,111,108,105,99,121,0,8,0,11,46,110,108,95,99,111,111,107,105,101,115,0,8,0,16,46,110,109,45,99,111,111,107,105,101,112,111,108,105,99,121,0,8,0,17,46,110,109,67,111,111,107,105,101,78,111,116,105,102,105,101,114,0,8,0,20,46,110,110,112,45,97,112,112,45,99,111,111,107,105,101,45,105,110,102,111,0,8,0,11,46,110,111,45,45,99,111,111,107,105,101,0,8,0,26,46,110,111,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,119,97,114,110,105,110,103,0,8,0,18,46,110,111,45,99,111,111,107,105,101,45,119,114,97,112,112,101,114,0,8,0,31,46,110,111,45,99,111,111,107,105,101,115,58,110,111,116,40,98,111,100,121,41,58,110,111,116,40,104,116,109,108,41,0,8,0,22,46,110,111,45,101,105,107,97,45,99,111,111,107,105,101,99,111,110,115,101,110,116,0,8,0,28,46,110,111,97,116,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,95,95,98,97,110,110,101,114,0,8,0,16,46,110,111,101,95,99,111,111,107,105,101,95,99,110,105,108,0,8,0,22,46,110,111,107,105,97,45,99,111,111,107,105,101,115,45,119,114,97,112,112,101,114,0,8,0,17,46,110,111,110,109,111,100,97,108,45,45,99,111,111,107,105,101,0,8,0,18,46,110,111,114,109,97,116,105,118,97,45,99,111,111,107,105,101,115,0,8,0,20,46,110,111,114,115,95,99,111,111,107,105,101,115,95,110,111,116,105,99,101,0,8,0,20,46,110,111,116,45,97,99,99,101,112,116,101,100,46,99,111,111,107,105,101,0,8,0,12,46,110,111,116,101,95,99,111,111,107,105,101,0,8,0,23,46,110,111,116,105,99,101,45,45,99,111,111,107,105,101,115,45,112,111,108,105,99,121,0,8,0,20,46,110,111,116,105,99,101,45,45,105,110,116,45,99,111,111,107,105,101,115,0,8,0,11,46,110,111,116,105,99,101,45,98,97,114,0,8,0,21,46,110,111,116,105,99,101,45,98,108,111,99,107,46,99,111,111,107,105,101,115,0,8,0,14,46,110,111,116,105,99,101,45,99,111,111,107,105,101,0,8,0,26,46,110,111,116,105,99,101,45,99,111,111,107,105,101,115,45,104,111,114,105,122,111,110,116,97,108,0,8,0,12,46,110,111,116,105,99,101,45,103,100,112,114,0,8,0,11,46,110,111,116,105,99,101,45,116,111,117,0,8,0,21,46,110,111,116,105,99,101,67,111,111,107,105,101,115,67,111,110,116,101,110,116,0,8,0,17,46,110,111,116,105,99,101,67,111,111,107,105,101,115,85,115,101,0,8,0,15,46,110,111,116,105,99,101,95,99,111,111,107,105,101,115,0,8,0,22,46,110,111,116,105,99,101,95,110,111,116,105,99,101,95,99,111,111,107,105,101,115,0,8,0,10,46,110,111,116,105,102,45,98,97,114,0,8,0,22,46,110,111,116,105,102,45,99,111,111,107,105,101,95,95,119,114,97,112,112,101,114,0,8,0,12,46,110,111,116,105,102,67,111,111,107,105,101,0,8,0,19,46,110,111,116,105,102,95,99,111,111,107,105,101,95,112,97,110,101,108,0,8,0,19,46,110,111,116,105,102,105,99,97,95,99,111,111,107,105,101,98,97,114,0,8,0,21,46,110,111,116,105,102,105,99,97,99,97,111,45,101,115,116,97,116,105,99,97,0,8,0,21,46,110,111,116,105,102,105,99,97,99,105,111,110,45,99,111,111,107,105,101,115,0,8,0,19,46,110,111,116,105,102,105,99,97,116,105,111,110,45,45,67,78,73,76,0,8,0,19,46,110,111,116,105,102,105,99,97,116,105,111,110,45,45,71,68,80,82,0,8,0,21,46,110,111,116,105,102,105,99,97,116,105,111,110,45,45,99,111,111,107,105,101,0,8,0,27,46,110,111,116,105,102,105,99,97,116,105,111,110,45,45,99,111,111,107,105,101,45,97,108,101,114,116,0,8,0,22,46,110,111,116,105,102,105,99,97,116,105,111,110,45,45,99,111,111,107,105,101,115,0,8,0,28,46,110,111,116,105,102,105,99,97,116,105,111,110,45,98,97,110,110,101,114,45,45,99,111,111,107,105,101,0,8,0,25,46,110,111,116,105,102,105,99,97,116,105,111,110,45,98,97,114,45,45,99,111,111,107,105,101,0,8,0,39,46,110,111,116,105,102,105,99,97,116,105,111,110,45,98,97,114,91,100,97,116,97,45,98,97,114,45,116,121,112,101,61,34,103,100,112,114,34,93,0,8,0,45,46,110,111,116,105,102,105,99,97,116,105,111,110,45,98,97,114,91,100,97,116,97,45,105,100,61,34,99,111,111,107,105,101,100,105,115,99,108,97,105,109,101,114,34,93,0,8,0,27,46,110,111,116,105,102,105,99,97,116,105,111,110,45,98,97,115,101,95,95,99,111,111,107,105,101,115,0,8,0,30,46,110,111,116,105,102,105,99,97,116,105,111,110,45,99,111,110,116,97,105,110,101,114,46,99,111,111,107,105,101,0,8,0,20,46,110,111,116,105,102,105,99,97,116,105,111,110,45,99,111,111,107,105,101,0,8,0,27,46,110,111,116,105,102,105,99,97,116,105,111,110,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,8,0,29,46,110,111,116,105,102,105,99,97,116,105,111,110,45,99,111,111,107,105,101,95,95,119,114,97,112,112,101,114,0,8,0,24,46,110,111,116,105,102,105,99,97,116,105,111,110,45,99,111,111,107,105,101,104,105,110,116,0,8,0,21,46,110,111,116,105,102,105,99,97,116,105,111,110,45,99,111,111,107,105,101,115,0,8,0,18,46,110,111,116,105,102,105,99,97,116,105,111,110,45,103,100,112,114,0,8,0,43,46,110,111,116,105,102,105,99,97,116,105,111,110,45,108,97,121,111,117,116,91,110,103,45,99,108,97,115,115,61,34,99,111,111,107,105,101,45,98,97,114,34,93,0,8,0,27,46,110,111,116,105,102,105,99,97,116,105,111,110,45,119,105,100,103,101,116,46,99,111,111,107,105,101,0,8,0,28,46,110,111,116,105,102,105,99,97,116,105,111,110,45,119,114,97,112,112,101,114,45,98,111,116,116,111,109,0,8,0,20,46,110,111,116,105,102,105,99,97,116,105,111,110,46,99,111,111,107,105,101,0,8,0,28,46,110,111,116,105,102,105,99,97,116,105,111,110,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,41,46,110,111,116,105,102,105,99,97,116,105,111,110,46,99,111,111,107,105,101,115,58,110,111,116,40,98,111,100,121,41,58,110,111,116,40,104,116,109,108,41,0,8,0,25,46,110,111,116,105,102,105,99,97,116,105,111,110,46,115,104,111,119,45,99,111,111,107,105,101,0,8,0,48,46,110,111,116,105,102,105,99,97,116,105,111,110,66,97,114,91,100,97,116,97,45,110,111,116,105,102,105,99,97,116,105,111,110,45,99,111,111,107,105,101,112,111,108,105,99,121,93,0,8,0,29,46,110,111,116,105,102,105,99,97,116,105,111,110,80,97,110,101,108,45,45,99,111,111,107,105,101,66,97,114,0,8,0,49,46,110,111,116,105,102,105,99,97,116,105,111,110,91,100,97,116,97,45,110,111,116,105,102,105,99,97,116,105,111,110,61,34,97,99,99,101,112,116,45,99,111,111,107,105,101,115,34,93,0,8,0,49,46,110,111,116,105,102,105,99,97,116,105,111,110,91,100,97,116,97,45,110,111,116,105,102,105,99,97,116,105,111,110,61,34,99,111,111,99,107,105,101,67,111,110,115,101,110,116,34,93,0,8,0,36,46,110,111,116,105,102,105,99,97,116,105,111,110,95,95,98,111,120,45,45,112,101,114,115,105,115,116,101,110,116,99,111,111,107,105,101,0,8,0,29,46,110,111,116,105,102,105,99,97,116,105,111,110,95,95,99,111,110,116,101,110,116,45,99,111,111,107,105,101,0,8,0,22,46,110,111,116,105,102,105,99,97,116,105,111,110,95,95,99,111,111,107,105,101,115,0,8,0,27,46,110,111,116,105,102,105,99,97,116,105,111,110,95,95,105,116,101,109,45,45,99,111,111,107,105,101,0,8,0,30,46,110,111,116,105,102,105,99,97,116,105,111,110,95,95,109,101,115,115,97,103,101,46,99,111,111,107,105,101,115,0,8,0,41,46,110,111,116,105,102,105,99,97,116,105,111,110,95,95,119,114,97,112,112,101,114,91,100,97,116,97,45,105,100,61,34,99,111,111,107,105,101,115,34,93,0,8,0,24,46,110,111,116,105,102,105,99,97,116,105,111,110,95,98,111,120,46,99,111,111,107,105,101,0,8,0,20,46,110,111,116,105,102,105,99,97,116,105,111,110,95,99,111,111,107,105,101,0,8,0,44,46,110,111,116,105,102,105,99,97,116,105,111,110,95,119,114,97,112,91,100,97,116,97,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,93,0,8,0,40,46,110,111,116,105,102,105,99,97,116,105,111,110,115,45,98,97,114,95,95,105,110,102,111,45,109,101,115,115,97,103,101,45,45,99,111,111,107,105,101,0,8,0,15,46,110,111,116,105,102,121,45,45,99,111,111,107,105,101,0,8,0,25,46,110,111,116,105,102,121,45,98,97,110,110,101,114,91,105,114,45,110,111,116,105,102,121,93,0,8,0,14,46,110,111,116,105,102,121,45,99,111,111,107,105,101,0,8,0,15,46,110,111,116,105,102,121,45,99,111,111,107,105,101,115,0,8,0,32,46,110,111,116,105,102,121,45,99,111,111,107,105,101,115,45,112,111,108,105,99,121,45,99,111,110,116,97,105,110,101,114,0,8,0,13,46,110,111,116,105,102,121,67,111,111,107,105,101,0,8,0,18,46,110,111,116,105,102,121,67,111,111,107,105,101,73,110,110,101,114,0,8,0,19,46,110,111,116,105,102,121,67,111,111,107,105,101,115,80,97,110,101,108,0,8,0,22,46,110,111,116,105,102,121,95,99,111,111,107,105,101,45,119,114,97,112,112,101,114,0,8,0,29,46,110,111,116,105,102,121,95,99,111,111,107,105,101,45,119,114,97,112,112,101,114,45,98,111,116,116,111,109,0,8,0,24,46,110,111,116,105,102,121,106,115,45,99,111,111,107,105,101,98,97,114,45,98,97,115,101,0,8,0,29,46,110,111,116,105,102,121,106,115,45,110,111,116,105,102,121,45,99,111,111,107,105,101,115,45,105,110,102,111,0,8,0,12,46,110,111,116,121,95,99,111,111,107,105,101,0,8,0,22,46,110,111,117,110,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,8,0,17,46,110,112,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,14,46,110,112,45,103,100,112,114,45,109,111,100,97,108,0,8,0,17,46,110,112,95,68,105,97,108,111,103,67,111,110,115,101,110,116,0,8,0,11,46,110,112,110,45,99,111,111,107,105,101,0,8,0,15,46,110,112,111,95,99,99,95,114,101,103,117,108,97,114,0,8,0,15,46,110,113,45,99,45,67,111,111,107,105,101,66,97,114,0,8,0,13,46,110,113,45,99,45,82,103,112,100,66,97,114,0,8,0,13,46,110,113,45,99,45,114,103,112,100,66,97,114,0,8,0,17,46,110,114,45,99,111,111,107,105,101,45,97,99,99,101,112,116,0,8,0,23,46,110,114,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,33,46,110,114,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,45,99,111,109,112,111,110,101,110,116,0,8,0,29,46,110,114,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,95,95,119,97,108,108,0,8,0,32,46,110,114,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,95,95,119,114,97,112,112,101,114,0,8,0,24,46,110,114,45,112,114,105,118,97,99,121,45,109,111,100,97,108,45,98,111,120,45,118,50,0,8,0,9,46,110,114,99,111,111,107,105,101,0,8,0,15,46,110,114,102,45,100,105,115,99,108,97,105,109,101,114,0,8,0,17,46,110,114,103,45,99,111,111,107,105,101,45,112,111,112,117,112,0,8,0,18,46,110,115,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,26,46,110,115,45,99,111,111,107,105,101,45,112,114,105,118,97,99,121,45,119,114,97,112,112,101,114,0,8,0,11,46,110,115,45,99,111,111,107,105,101,115,0,8,0,18,46,110,115,45,99,111,111,107,105,101,115,45,97,99,99,101,112,116,0,8,0,16,46,110,115,45,116,121,112,101,45,99,111,111,107,105,101,115,0,8,0,31,46,110,115,103,45,45,99,111,111,107,105,101,115,46,110,115,103,45,45,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,17,46,110,115,107,45,99,111,111,107,105,101,45,112,111,112,117,112,0,8,0,27,46,110,116,45,102,111,111,116,101,114,45,99,111,111,107,105,101,45,115,116,97,116,101,109,101,110,116,0,8,0,10,46,110,116,102,67,111,111,107,105,101,0,8,0,24,46,110,116,115,45,110,111,116,105,102,105,99,97,116,105,111,110,45,99,111,111,107,105,101,0,8,0,27,46,110,117,45,99,111,111,107,105,101,115,45,97,108,101,114,116,45,99,111,110,116,97,105,110,101,114,0,8,0,33,46,110,117,120,45,115,105,103,110,117,112,45,99,111,111,107,105,101,45,110,111,116,105,99,101,45,99,111,110,116,101,110,116,0,8,0,23,46,110,118,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,10,46,110,118,99,111,111,107,105,101,115,0,8,0,16,46,110,118,99,111,111,107,105,101,115,45,111,117,116,101,114,0,8,0,17,46,110,118,116,95,99,111,111,107,105,101,110,111,116,105,99,101,0,8,0,12,46,110,118,120,45,99,111,111,107,105,101,115,0,8,0,21,46,110,118,120,45,99,111,111,107,105,101,115,95,95,119,114,97,112,112,101,114,0,8,0,20,46,110,119,106,115,95,99,111,111,107,105,101,95,99,111,110,115,101,110,116,0,8,0,23,46,110,120,45,99,111,111,107,105,101,45,112,111,108,105,99,121,45,112,111,112,117,112,0,8,0,14,46,110,120,109,50,67,111,111,107,105,101,66,97,114,0,8,0,32,46,110,121,116,99,45,45,45,99,111,111,107,105,101,98,97,110,110,101,114,45,45,45,99,111,110,116,97,105,110,101,114,0,8,0,26,46,111,45,67,111,111,107,105,101,115,66,97,110,110,101,114,45,99,111,110,116,97,105,110,101,114,0,8,0,9,46,111,45,99,111,111,107,105,101,0,8,0,16,46,111,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,13,46,111,45,99,111,111,107,105,101,45,98,97,114,0,8,0,15,46,111,45,99,111,111,107,105,101,45,108,97,121,101,114,0,8,0,17,46,111,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,0,8,0,17,46,111,45,99,111,111,107,105,101,45,111,118,101,114,108,97,121,0,8,0,11,46,111,45,99,111,111,107,105,101,79,107,0,8,0,14,46,111,45,99,111,111,107,105,101,108,97,121,101,114,0,8,0,10,46,111,45,99,111,111,107,105,101,115,0,8,0,18,46,111,45,99,111,111,107,105,101,115,45,109,101,115,115,97,103,101,0,8,0,35,46,111,45,99,111,111,107,105,101,115,45,110,111,116,105,99,101,45,119,105,100,103,101,116,95,95,99,111,110,116,97,105,110,101,114,0,8,0,28,46,111,45,99,111,111,107,105,101,115,45,110,111,116,105,99,101,95,95,99,111,110,116,97,105,110,101,114,0,8,0,15,46,111,45,99,111,111,107,105,101,115,95,95,114,111,119,0,8,0,27,46,111,45,99,111,114,101,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,16,46,111,45,100,115,103,118,111,45,119,114,97,112,112,101,114,0,8,0,22,46,111,50,120,45,99,111,111,107,105,101,98,97,114,45,119,114,97,112,112,101,114,0,8,0,26,46,111,55,99,111,111,107,105,101,45,105,110,102,111,45,112,114,111,109,112,116,45,119,114,97,112,0,8,0,8,46,111,67,111,111,107,105,101,0,8,0,19,46,111,95,99,111,111,107,105,101,115,95,100,105,115,99,114,101,116,101,0,8,0,19,46,111,97,118,101,97,99,111,111,107,105,101,99,111,110,115,101,110,116,0,8,0,15,46,111,97,120,45,99,111,111,107,105,101,45,109,115,103,0,8,0,11,46,111,98,45,99,111,111,107,105,101,115,0,8,0,19,46,111,98,45,99,111,111,107,105,101,115,45,99,111,110,116,101,110,116,0,8,0,21,46,111,98,45,101,117,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,25,46,111,98,45,112,117,98,108,105,99,45,119,105,100,103,101,116,45,99,111,111,107,105,101,115,0,8,0,26,46,111,98,102,120,45,99,111,111,107,105,101,45,98,97,114,45,99,111,110,116,97,105,110,101,114,0,8,0,9,46,111,98,115,95,99,110,105,108,0,8,0,21,46,111,99,45,100,105,115,99,108,97,105,109,101,114,77,101,115,115,97,103,101,0,8,0,14,46,111,99,95,99,98,95,119,114,97,112,112,101,114,0,8,0,26,46,111,99,99,108,115,115,45,97,108,101,114,116,45,45,99,111,111,107,105,101,112,111,112,117,112,0,8,0,22,46,111,99,109,45,99,111,110,116,97,105,110,101,114,45,45,98,97,110,110,101,114,0,8,0,20,46,111,99,116,111,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,20,46,111,100,97,118,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,10,46,111,100,100,99,111,111,107,105,101,0,8,0,15,46,111,101,45,99,111,111,107,105,101,115,45,108,97,119,0,8,0,25,46,111,104,95,99,111,111,107,105,101,95,110,111,116,105,99,101,95,119,114,97,112,112,101,114,0,8,0,15,46,111,105,45,99,99,112,97,45,110,111,116,105,99,101,0,8,0,15,46,111,105,45,99,99,112,97,45,116,111,103,103,108,101,0,8,0,12,46,111,106,99,95,99,111,110,115,101,110,116,0,8,0,14,46,111,107,67,111,111,107,105,101,80,97,110,101,108,0,8,0,8,46,111,107,111,111,107,105,101,0,8,0,11,46,111,108,100,45,99,111,111,107,105,101,0,8,0,11,46,111,108,119,45,99,111,111,107,105,101,0,8,0,28,46,111,108,121,45,119,101,98,45,117,105,95,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,8,0,10,46,111,109,45,99,111,111,107,105,101,0,8,0,20,46,111,109,45,99,111,111,107,105,101,45,97,103,114,101,101,109,101,110,116,0,8,0,32,46,111,109,99,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,45,112,111,112,117,112,0,8,0,29,46,111,109,110,105,117,109,95,99,111,111,107,105,101,115,95,112,111,112,117,112,95,119,114,97,112,112,101,114,0,8,0,10,46,111,110,46,99,111,111,107,105,101,0,8,0,8,46,111,110,46,114,103,112,100,0,8,0,21,46,111,110,99,101,45,117,112,111,110,45,103,97,45,99,111,110,115,101,110,116,0,8,0,18,46,111,110,101,45,97,108,101,114,116,45,45,99,111,111,107,105,101,0,8,0,18,46,111,110,101,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,14,46,111,110,101,84,114,117,115,116,76,97,121,101,114,0,8,0,29,46,111,110,101,105,110,100,105,97,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,30,46,111,110,101,112,97,103,101,114,95,103,101,110,101,114,97,108,95,99,111,111,107,105,101,112,111,108,105,99,121,0,8,0,24,46,111,110,101,116,114,117,115,116,45,112,99,45,100,97,114,107,45,102,105,108,116,101,114,0,8,0,22,46,111,110,108,105,110,101,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,29,46,111,110,112,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,99,111,110,116,97,105,110,101,114,0,8,0,11,46,111,110,115,45,99,111,111,107,105,101,0,8,0,12,46,111,110,116,45,99,111,111,107,105,101,115,0,8,0,20,46,111,110,116,45,99,111,111,107,105,101,115,45,119,114,97,112,112,101,114,0,8,0,17,46,111,111,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,14,46,111,111,110,45,100,115,45,98,97,110,110,101,114,0,8,0,22,46,111,112,97,99,105,116,121,95,108,97,121,101,114,95,99,111,110,115,101,110,116,0,8,0,19,46,111,112,99,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,0,8,0,19,46,111,112,99,45,109,97,110,97,103,101,114,45,99,111,111,107,105,101,0,8,0,13,46,111,112,101,110,46,99,111,111,107,105,101,115,0,8,0,10,46,111,112,101,110,46,114,103,112,100,0,8,0,19,46,111,112,108,45,99,111,111,107,105,101,45,99,111,110,116,114,111,108,0,8,0,15,46,111,112,116,45,97,99,116,105,111,110,45,98,97,114,0,8,0,26,46,111,112,116,97,110,111,110,45,97,108,101,114,116,45,98,111,120,45,119,114,97,112,112,101,114,0,8,0,22,46,111,112,116,97,110,111,110,45,115,104,111,119,45,115,101,116,116,105,110,103,115,0,8,0,36,46,111,112,116,97,110,111,110,45,115,104,111,119,45,115,101,116,116,105,110,103,115,45,112,111,112,117,112,45,119,114,97,112,112,101,114,0,8,0,23,46,111,112,116,97,110,111,110,45,116,111,103,103,108,101,45,100,105,115,112,108,97,121,0,8,0,12,46,111,112,116,105,110,45,115,116,97,116,115,0,8,0,12,46,111,112,116,105,110,67,111,111,107,105,101,0,8,0,17,46,111,112,116,111,109,97,67,111,111,107,105,101,87,114,97,112,0,8,0,18,46,111,114,45,99,111,111,107,105,101,95,95,98,97,110,110,101,114,0,8,0,13,46,111,114,97,107,101,108,65,100,118,105,99,101,0,8,0,25,46,111,114,98,105,115,45,99,111,111,107,105,101,45,110,111,116,105,99,101,45,102,111,114,109,0,8,0,16,46,111,114,103,45,99,111,111,107,105,101,45,109,105,110,105,0,8,0,18,46,111,114,116,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,16,46,111,115,97,110,111,45,99,109,45,119,105,110,100,111,119,0,8,0,10,46,111,115,99,111,111,107,105,101,115,0,8,0,12,46,111,115,119,45,112,114,105,118,97,99,121,0,8,0,18,46,111,116,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,21,46,111,116,45,115,100,107,45,115,104,111,119,45,115,101,116,116,105,110,103,115,0,8,0,22,46,111,116,67,111,111,107,105,101,115,78,111,116,105,102,105,99,97,116,105,111,110,0,8,0,23,46,111,116,95,99,111,111,107,105,101,95,115,101,116,116,105,110,103,115,95,98,116,110,0,8,0,15,46,111,117,45,99,111,111,107,105,101,115,45,98,97,114,0,8,0,32,46,111,117,116,101,114,45,112,114,105,118,97,99,121,45,116,111,112,45,110,97,118,105,103,97,116,105,111,110,66,97,114,0,8,0,15,46,111,117,116,101,114,67,111,111,107,105,101,66,97,114,0,8,0,9,46,111,118,99,111,111,107,105,101,0,8,0,16,46,111,118,101,114,108,97,121,45,45,99,111,111,107,105,101,0,8,0,15,46,111,118,101,114,108,97,121,45,99,111,111,107,105,101,0,8,0,21,46,111,118,101,114,108,97,121,45,99,111,111,107,105,101,45,98,108,111,99,107,0,8,0,16,46,111,118,101,114,108,97,121,45,99,111,111,107,105,101,115,0,8,0,25,46,111,118,101,114,108,97,121,45,109,101,115,115,97,103,101,45,45,99,111,111,107,105,101,115,0,8,0,14,46,111,118,101,114,108,97,121,67,111,111,107,105,101,0,8,0,15,46,111,118,101,114,108,97,121,67,111,111,107,105,101,115,0,8,0,16,46,111,118,101,114,108,97,121,95,95,99,111,111,107,105,101,0,8,0,32,46,111,118,101,114,108,97,121,95,95,115,104,97,100,111,119,45,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,21,46,111,118,101,114,108,97,121,95,99,111,111,107,105,101,98,97,110,110,101,114,0,8,0,12,46,111,118,101,114,108,97,121,95,112,114,105,0,8,0,19,46,111,118,101,114,108,97,121,98,108,97,99,107,67,111,111,107,105,101,0,8,0,14,46,111,118,101,114,108,97,121,99,111,111,107,105,101,0,8,0,21,46,111,118,101,114,108,97,121,99,111,111,107,105,101,99,111,110,115,101,110,116,0,8,0,16,46,111,119,45,99,111,111,107,105,101,45,119,114,97,112,112,0,8,0,10,46,111,119,95,99,111,111,107,105,101,0,8,0,26,46,111,119,108,95,99,111,111,107,105,101,95,105,110,102,111,114,109,97,116,105,111,110,95,106,115,0,8,0,10,46,112,45,99,111,111,99,107,105,101,0,8,0,17,46,112,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,15,46,112,45,99,111,111,107,105,101,45,108,97,121,101,114,0,8,0,16,46,112,45,99,111,111,107,105,101,45,112,114,111,109,112,116,0,8,0,12,46,112,45,99,111,111,107,105,101,66,111,120,0,8,0,12,46,112,45,99,111,111,107,105,101,98,97,114,0,8,0,10,46,112,45,99,111,111,107,105,101,115,0,8,0,13,46,112,45,102,105,120,101,100,46,114,103,112,100,0,8,0,7,46,112,45,103,100,112,114,0,8,0,13,46,112,45,103,100,112,114,45,109,111,100,97,108,0,8,0,19,46,112,45,109,97,120,45,119,105,100,116,104,95,99,111,111,107,105,101,0,8,0,33,46,112,45,110,111,116,105,102,105,99,97,116,105,111,110,45,98,97,114,45,99,111,111,107,105,101,99,111,110,115,101,110,116,0,8,0,23,46,112,45,116,111,112,95,99,111,111,107,105,101,45,97,103,114,101,101,109,101,110,116,0,8,0,9,46,112,95,99,111,111,107,105,101,0,8,0,12,46,112,97,98,107,95,99,111,111,107,105,101,0,8,0,16,46,112,97,100,100,105,110,103,46,99,111,111,107,105,101,115,0,8,0,13,46,112,97,100,100,105,110,103,95,103,100,112,114,0,8,0,15,46,112,97,103,101,32,62,32,46,99,111,111,107,105,101,0,8,0,16,46,112,97,103,101,32,62,32,46,99,111,111,107,105,101,115,0,8,0,13,46,112,97,103,101,45,45,99,111,111,107,105,101,0,8,0,20,46,112,97,103,101,45,98,97,110,110,101,114,95,95,99,111,111,107,105,101,0,8,0,12,46,112,97,103,101,45,99,111,111,107,105,101,0,8,0,19,46,112,97,103,101,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,17,46,112,97,103,101,45,99,111,111,107,105,101,45,119,97,114,110,0,8,0,13,46,112,97,103,101,45,99,111,111,107,105,101,115,0,8,0,18,46,112,97,103,101,45,99,111,111,107,105,101,115,45,105,110,102,111,0,8,0,21,46,112,97,103,101,45,99,111,111,107,105,101,115,45,111,118,101,114,108,97,121,0,8,0,18,46,112,97,103,101,45,100,105,97,108,111,103,45,100,115,103,118,111,0,8,0,20,46,112,97,103,101,45,104,101,97,100,101,114,95,95,99,111,111,107,105,101,0,8,0,29,46,112,97,103,101,45,104,101,97,100,101,114,95,95,99,111,111,107,105,101,45,110,111,116,105,102,121,101,114,0,8,0,28,46,112,97,103,101,45,112,114,105,118,97,99,121,95,95,100,105,97,108,111,103,95,98,97,110,110,101,114,0,8,0,21,46,112,97,103,101,45,119,97,114,110,105,110,103,95,99,111,111,107,105,101,115,0,8,0,12,46,112,97,103,101,67,111,111,107,105,101,115,0,8,0,25,46,112,97,103,101,70,111,111,116,101,114,45,97,99,99,101,112,116,67,111,111,107,105,101,115,0,8,0,12,46,112,97,103,101,72,67,111,111,107,105,101,0,8,0,13,46,112,97,103,101,95,95,99,111,111,107,105,101,0,8,0,24,46,112,97,103,101,95,95,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,0,8,0,14,46,112,97,103,101,95,95,99,111,111,107,105,101,115,0,8,0,26,46,112,97,103,101,95,95,100,105,115,99,108,97,105,109,101,114,45,45,99,111,111,107,105,101,115,0,8,0,11,46,112,97,103,101,95,95,103,100,112,114,0,8,0,25,46,112,97,103,101,95,95,115,117,114,118,101,121,45,99,111,111,107,105,101,45,105,110,102,111,0,8,0,16,46,112,97,103,101,105,110,102,111,45,99,111,111,107,105,101,0,8,0,25,46,112,97,110,101,45,99,111,111,107,105,101,45,99,111,110,116,101,110,116,45,116,121,112,101,0,8,0,23,46,112,97,110,101,45,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,0,8,0,13,46,112,97,110,101,108,45,99,111,111,107,105,101,0,8,0,14,46,112,97,110,101,108,45,99,111,111,107,105,101,115,0,8,0,13,46,112,97,110,101,108,95,99,111,111,107,105,101,0,8,0,31,46,112,97,110,116,97,45,106,115,45,99,111,111,107,105,101,78,111,116,105,102,105,99,97,116,105,111,110,66,97,114,0,8,0,31,46,112,97,112,101,114,45,99,108,105,101,110,116,45,112,114,105,118,97,99,121,45,97,103,114,101,101,109,101,110,116,0,8,0,24,46,112,97,114,45,112,114,105,118,97,99,121,45,112,111,108,105,99,121,45,105,110,102,111,0,8,0,19,46,112,97,114,101,110,116,45,98,111,120,45,99,111,111,107,105,101,115,0,8,0,21,46,112,97,114,105,115,45,99,111,111,107,105,101,115,45,98,97,110,110,101,114,0,8,0,15,46,112,97,114,107,45,99,111,111,107,105,101,98,97,114,0,8,0,22,46,112,97,114,107,45,115,110,97,99,107,98,97,114,45,99,111,111,107,105,101,115,0,8,0,13,46,112,97,114,116,45,99,111,111,107,105,101,115,0,8,0,15,46,112,97,114,116,105,97,108,45,99,111,111,107,105,101,0,8,0,13,46,112,97,115,101,107,95,99,111,111,107,105,101,0,8,0,27,46,112,97,115,119,50,48,49,53,99,111,111,107,105,101,115,45,99,111,111,107,105,101,45,112,111,112,0,8,0,12,46,112,97,118,101,67,111,111,107,105,101,115,0,8,0,18,46,112,98,45,67,111,111,107,105,101,115,67,111,110,115,101,110,116,0,8,0,29,46,112,98,45,97,112,112,95,95,97,99,99,101,112,116,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,17,46,112,98,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,20,46,112,98,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,8,0,11,46,112,98,45,99,111,111,107,105,101,115,0,8,0,17,46,112,99,45,99,111,111,107,105,101,45,97,99,99,101,112,116,0,8,0,14,46,112,99,45,99,111,111,107,105,101,45,98,97,114,0,8,0,18,46,112,99,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,11,46,112,99,102,45,99,111,111,107,105,101,0,8,0,19,46,112,99,105,45,103,108,111,98,97,108,45,99,111,111,107,105,101,115,0,8,0,8,46,112,99,111,111,107,105,101,0,8,0,9,46,112,99,111,111,107,105,101,115,0,8,0,18,46,112,99,121,95,99,111,111,107,105,101,95,110,111,116,105,99,101,0,8,0,12,46,112,100,112,97,45,99,111,111,107,105,101,0,8,0,21,46,112,101,97,95,99,111,111,107,95,98,111,116,116,111,109,114,105,103,104,116,0,8,0,27,46,112,101,97,95,99,111,111,107,95,109,111,114,101,95,105,110,102,111,95,112,111,112,111,118,101,114,0,8,0,15,46,112,101,110,99,105,45,103,112,114,100,45,108,97,119,0,8,0,20,46,112,101,110,99,105,45,119,114,97,112,45,103,112,114,100,45,108,97,119,0,8,0,22,46,112,101,114,45,99,111,111,107,105,101,115,45,97,110,100,45,116,101,114,109,115,0,8,0,14,46,112,101,114,115,111,110,97,67,111,111,107,105,101,0,8,0,29,46,112,101,114,115,111,110,97,108,45,100,97,116,97,45,112,114,111,116,101,99,116,105,111,110,45,98,97,114,0,8,0,27,46,112,101,114,115,111,110,97,108,68,97,116,97,67,111,110,102,105,114,109,87,114,97,112,112,101,114,0,8,0,30,46,112,101,114,115,111,110,97,108,105,122,97,116,105,111,110,77,101,115,115,97,103,101,87,114,97,112,112,101,114,0,8,0,11,46,112,101,115,99,111,111,107,105,101,115,0,8,0,28,46,112,101,116,114,97,45,99,111,111,107,105,101,45,105,110,102,111,45,99,111,110,116,97,105,110,101,114,0,8,0,20,46,112,102,45,99,111,111,107,105,101,45,100,105,114,101,99,116,105,118,101,0,8,0,16,46,112,102,115,45,99,111,111,107,105,101,115,45,98,97,114,0,8,0,19,46,112,102,120,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,10,46,112,103,45,99,111,111,107,105,101,0,8,0,21,46,112,104,45,99,111,111,107,105,101,45,99,111,109,112,108,105,97,110,99,101,0,8,0,15,46,112,104,45,99,111,111,107,105,101,45,105,110,102,111,0,8,0,33,46,112,104,45,99,111,111,107,105,101,45,112,111,112,117,112,45,118,50,45,118,105,101,119,50,45,100,101,102,97,117,108,116,0,8,0,11,46,112,104,45,99,111,111,107,105,101,115,0,8,0,27,46,112,104,105,108,97,100,101,108,112,104,105,97,45,111,112,116,105,110,45,118,105,115,105,98,108,101,0,8,0,25,46,112,104,105,108,111,114,111,95,99,111,111,107,105,101,115,45,45,112,111,112,111,118,101,114,0,8,0,20,46,112,104,112,114,111,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,22,46,112,104,115,45,99,111,111,107,105,101,45,112,111,112,117,112,45,97,114,101,97,0,8,0,21,46,112,104,117,110,107,45,99,111,111,107,105,101,45,119,114,97,112,112,101,114,0,8,0,18,46,112,105,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,0,8,0,17,46,112,105,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,11,46,112,105,101,95,99,111,111,107,105,101,0,8,0,10,46,112,105,101,100,95,99,110,105,108,0,8,0,18,46,112,105,116,99,111,110,115,101,110,116,45,98,97,110,110,101,114,0,8,0,23,46,112,105,119,105,107,45,110,111,116,105,99,101,45,99,111,110,116,97,105,110,101,114,0,8,0,18,46,112,105,120,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,20,46,112,106,45,117,105,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,16,46,112,107,111,45,99,111,111,107,105,101,45,114,111,100,111,0,8,0,24,46,112,107,111,45,99,111,111,107,105,101,45,114,111,100,111,45,111,118,101,114,108,97,121,0,8,0,16,46,112,108,45,99,111,111,107,105,101,45,112,111,112,117,112,0,8,0,11,46,112,108,45,99,111,111,107,105,101,115,0,8,0,15,46,112,108,45,99,111,111,107,105,101,115,45,99,116,97,0,8,0,23,46,112,108,45,99,111,111,107,105,101,115,45,99,116,97,45,99,111,110,116,97,105,110,0,8,0,14,46,112,108,97,116,101,45,99,111,111,107,105,101,115,0,8,0,29,46,112,108,97,116,102,111,114,109,45,45,99,111,111,107,105,101,115,45,45,99,111,110,116,97,105,110,101,114,0,8,0,18,46,112,108,97,122,109,97,45,99,111,111,107,105,101,45,98,97,114,0,8,0,26,46,112,108,97,122,109,97,45,99,111,111,107,105,101,45,98,97,114,45,45,97,99,116,105,118,101,0,8,0,27,46,112,108,103,95,115,121,115,116,101,109,95,101,112,114,105,118,97,99,121,95,109,111,100,117,108,101,0,8,0,19,46,112,108,114,95,99,111,111,107,105,101,95,119,97,114,110,105,110,103,0,8,0,21,46,112,108,117,103,105,110,45,99,111,111,107,105,101,99,111,110,115,101,110,116,0,8,0,14,46,112,108,117,103,105,110,95,99,111,111,107,105,101,0,8,0,10,46,112,109,45,99,111,111,107,105,101,0,8,0,8,46,112,109,45,103,100,112,114,0,8,0,25,46,112,109,99,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,98,108,111,99,107,0,8,0,27,46,112,109,119,45,45,99,111,111,107,105,101,115,45,99,111,111,107,105,101,45,98,117,116,116,111,110,0,8,0,18,46,112,110,45,99,111,111,107,105,101,115,45,98,97,110,110,101,114,0,8,0,17,46,112,110,95,99,111,111,107,105,101,99,111,110,115,101,110,116,0,8,0,11,46,112,110,108,45,99,111,111,107,105,101,0,8,0,17,46,112,110,108,67,111,111,107,105,101,109,101,108,100,105,110,103,0,8,0,16,46,112,110,111,116,105,102,121,45,99,111,111,107,105,101,115,0,8,0,19,46,112,110,121,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,27,46,112,111,102,111,45,99,111,111,107,105,101,45,112,111,108,105,99,121,45,119,114,97,112,112,101,114,0,8,0,11,46,112,111,108,99,111,111,107,105,101,115,0,8,0,18,46,112,111,108,105,99,121,45,97,99,99,101,112,116,45,98,97,114,0,8,0,13,46,112,111,108,105,99,121,45,97,108,101,114,116,0,8,0,14,46,112,111,108,105,99,121,45,98,97,110,110,101,114,0,8,0,11,46,112,111,108,105,99,121,45,98,97,114,0,8,0,14,46,112,111,108,105,99,121,45,98,111,116,116,111,109,0,8,0,14,46,112,111,108,105,99,121,45,99,111,111,107,105,101,0,8,0,15,46,112,111,108,105,99,121,45,99,111,111,107,105,101,115,0,8,0,22,46,112,111,108,105,99,121,45,109,101,115,115,97,103,101,46,99,111,111,107,105,101,0,8,0,36,46,112,111,108,105,99,121,45,110,111,116,105,102,105,99,97,116,105,111,110,45,45,112,114,105,118,97,99,121,45,112,111,108,105,99,121,0,8,0,22,46,112,111,108,105,99,121,45,119,97,114,110,105,110,103,45,98,97,110,110,101,114,0,8,0,14,46,112,111,108,105,99,121,45,119,105,110,100,111,119,0,8,0,14,46,112,111,108,105,99,121,46,99,111,111,107,105,101,0,8,0,10,46,112,111,108,105,99,121,67,104,107,0,8,0,14,46,112,111,108,105,99,121,77,101,115,115,97,103,101,0,8,0,14,46,112,111,108,105,99,121,95,102,111,111,116,101,114,0,8,0,20,46,112,111,108,105,99,121,95,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,16,46,112,111,108,105,116,105,99,95,95,99,111,111,107,105,101,0,8,0,17,46,112,111,108,105,116,105,99,97,45,99,111,111,107,105,101,115,0,8,0,21,46,112,111,108,105,116,105,99,97,45,99,111,111,107,105,101,115,45,98,97,114,0,8,0,21,46,112,111,108,105,116,105,99,97,45,99,111,111,107,105,101,115,45,98,111,120,0,8,0,22,46,112,111,108,105,116,105,99,97,45,99,111,111,107,105,101,115,45,99,111,110,116,0,8,0,27,46,112,111,108,105,116,105,99,97,45,99,111,111,107,105,101,115,45,99,111,110,116,97,105,110,101,114,0,8,0,20,46,112,111,108,105,116,105,99,97,45,100,101,45,99,111,111,107,105,101,115,0,8,0,21,46,112,111,108,105,116,105,99,97,45,112,114,105,118,97,99,105,100,97,100,101,0,8,0,26,46,112,111,108,105,116,105,99,97,45,112,114,105,118,97,99,105,100,97,100,101,45,108,103,112,100,0,8,0,16,46,112,111,108,105,116,105,99,97,67,111,111,107,105,101,115,0,8,0,16,46,112,111,108,105,116,105,99,97,82,101,119,97,114,100,115,0,8,0,17,46,112,111,108,105,116,105,99,97,95,99,111,111,107,105,101,115,0,8,0,16,46,112,111,108,105,116,105,99,97,99,111,111,107,105,101,115,0,8,0,16,46,112,111,108,105,116,105,99,115,95,99,111,111,107,105,101,0,8,0,17,46,112,111,108,105,116,105,113,117,101,95,99,111,111,107,105,101,0,8,0,16,46,112,111,108,105,116,121,107,97,45,99,111,111,107,105,101,0,8,0,17,46,112,111,108,105,116,121,107,97,95,99,105,97,115,116,101,107,0,8,0,21,46,112,111,108,105,116,121,107,97,95,112,114,121,119,97,116,110,111,115,99,105,0,8,0,28,46,112,111,108,105,116,121,107,97,95,112,114,121,119,97,116,110,111,115,99,105,87,114,97,112,112,101,114,0,8,0,9,46,112,111,112,45,99,110,105,108,0,8,0,11,46,112,111,112,45,99,111,111,107,105,101,0,8,0,14,46,112,111,112,45,99,111,111,107,105,101,98,111,120,0,8,0,17,46,112,111,112,45,99,111,111,107,105,101,112,111,108,105,99,121,0,8,0,12,46,112,111,112,45,99,111,111,107,105,101,115,0,8,0,14,46,112,111,112,45,117,112,45,99,111,111,107,105,101,0,8,0,26,46,112,111,112,45,117,112,45,99,111,111,107,105,101,45,97,108,101,114,116,45,98,108,111,99,107,0,8,0,15,46,112,111,112,45,117,112,45,99,111,111,107,105,101,115,0,8,0,12,46,112,111,112,95,99,111,111,107,105,101,115,0,8,0,14,46,112,111,112,95,117,112,95,99,111,111,107,105,101,0,8,0,8,46,112,111,112,103,100,112,114,0,8,0,11,46,112,111,112,105,110,45,99,110,105,108,0,8,0,14,46,112,111,112,105,110,45,99,111,111,107,105,101,115,0,8,0,20,46,112,111,112,105,110,45,99,111,111,107,105,101,115,45,109,111,100,97,108,0,8,0,12,46,112,111,112,105,110,67,111,111,107,105,101,0,8,0,13,46,112,111,112,105,110,67,111,111,107,105,101,115,0,8,0,15,46,112,111,112,111,118,101,114,45,99,111,111,107,105,101,0,8,0,18,46,112,111,112,111,118,101,114,45,109,100,46,99,111,111,107,105,101,0,8,0,14,46,112,111,112,117,112,45,45,99,111,111,107,105,101,0,8,0,23,46,112,111,112,117,112,45,45,99,111,111,107,105,101,45,104,97,110,100,108,105,110,103,0,8,0,24,46,112,111,112,117,112,45,45,99,111,111,107,105,101,115,95,95,119,114,97,112,112,101,114,0,8,0,25,46,112,111,112,117,112,45,45,112,111,108,105,99,121,45,97,98,115,111,108,117,116,101,108,121,0,8,0,19,46,112,111,112,117,112,45,97,108,101,114,116,45,110,111,116,105,99,101,0,8,0,20,46,112,111,112,117,112,45,97,108,108,111,119,45,99,111,111,107,105,101,115,0,8,0,19,46,112,111,112,117,112,45,97,118,105,115,111,45,99,111,111,107,105,101,0,8,0,20,46,112,111,112,117,112,45,97,118,105,115,111,45,99,111,111,107,105,101,115,0,8,0,21,46,112,111,112,117,112,45,99,104,111,111,115,101,45,99,111,111,107,105,101,115,0,8,0,17,46,112,111,112,117,112,45,99,111,111,107,105,101,45,45,111,110,0,8,0,18,46,112,111,112,117,112,45,99,111,111,107,105,101,45,50,48,49,56,0,8,0,24,46,112,111,112,117,112,45,99,111,111,107,105,101,45,98,97,99,107,103,114,111,117,110,100,0,8,0,20,46,112,111,112,117,112,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,25,46,112,111,112,117,112,45,99,111,111,107,105,101,45,110,111,116,105,99,101,45,119,114,97,112,0,8,0,20,46,112,111,112,117,112,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,8,0,18,46,112,111,112,117,112,45,99,111,111,107,105,101,45,115,104,111,119,0,8,0,21,46,112,111,112,117,112,45,99,111,111,107,105,101,45,119,97,114,110,105,110,103,0,8,0,23,46,112,111,112,117,112,45,99,111,111,107,105,101,58,110,111,116,40,98,111,100,121,41,0,8,0,18,46,112,111,112,117,112,45,99,111,111,107,105,101,95,95,98,111,120,0,8,0,21,46,112,111,112,117,112,45,99,111,111,107,105,101,95,95,115,104,97,100,111,119,0,8,0,25,46,112,111,112,117,112,45,99,111,111,107,105,101,99,111,110,115,101,110,116,45,100,111,119,110,0,8,0,14,46,112,111,112,117,112,45,99,111,111,107,105,101,115,0,8,0,22,46,112,111,112,117,112,45,99,111,111,107,105,101,115,45,115,101,99,116,105,111,110,0,8,0,11,46,112,111,112,117,112,45,103,100,112,114,0,8,0,22,46,112,111,112,117,112,45,109,101,115,115,97,103,101,45,99,111,111,107,105,101,115,0,8,0,33,46,112,111,112,117,112,45,109,101,115,115,97,103,101,45,99,111,111,107,105,101,115,45,105,115,45,118,105,115,105,98,108,101,0,8,0,21,46,112,111,112,117,112,45,109,101,115,115,97,103,101,46,99,111,111,107,105,101,0,8,0,22,46,112,111,112,117,112,45,111,118,101,114,108,97,121,45,99,111,111,107,105,101,115,0,8,0,15,46,112,111,112,117,112,45,112,111,108,105,116,105,99,97,0,8,0,11,46,112,111,112,117,112,45,114,111,100,111,0,8,0,18,46,112,111,112,117,112,45,115,99,114,101,101,110,45,114,111,100,111,0,8,0,21,46,112,111,112,117,112,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,19,46,112,111,112,117,112,66,97,110,110,101,114,87,114,97,112,112,101,114,0,8,0,12,46,112,111,112,117,112,67,111,111,107,105,101,0,8,0,18,46,112,111,112,117,112,67,111,111,107,105,101,65,99,99,101,112,116,0,8,0,13,46,112,111,112,117,112,67,111,111,107,105,101,115,0,8,0,33,46,112,111,112,117,112,91,100,97,116,97,45,112,111,112,117,112,61,34,112,111,112,117,112,45,99,111,111,107,105,101,34,93,0,8,0,14,46,112,111,112,117,112,95,95,99,111,111,107,105,101,0,8,0,15,46,112,111,112,117,112,95,95,99,111,111,107,105,101,115,0,8,0,20,46,112,111,112,117,112,95,98,108,111,99,107,95,67,111,111,107,105,101,115,0,8,0,19,46,112,111,112,117,112,95,98,108,111,99,107,95,99,111,111,107,105,101,0,8,0,13,46,112,111,112,117,112,95,99,111,111,107,105,101,0,8,0,21,46,112,111,112,117,112,95,99,111,111,107,105,101,95,97,100,115,101,110,115,101,0,8,0,27,46,112,111,112,117,112,95,99,111,111,107,105,101,95,112,111,115,105,116,105,111,110,95,108,101,102,116,0,8,0,14,46,112,111,112,117,112,95,99,111,111,107,105,101,115,0,8,0,19,46,112,111,112,117,112,95,99,111,111,107,105,101,115,95,119,114,97,112,0,8,0,15,46,112,111,112,117,112,95,112,111,108,105,99,105,101,115,0,8,0,13,46,112,111,112,117,112,99,111,111,99,107,105,101,0,8,0,12,46,112,111,112,117,112,99,111,111,107,105,101,0,8,0,18,46,112,111,112,117,112,102,111,114,109,45,99,111,111,107,105,101,115,0,8,0,30,46,112,111,114,116,97,108,45,121,111,117,65,114,101,72,101,114,101,45,99,111,111,107,105,101,45,119,114,97,112,0,8,0,22,46,112,111,114,116,108,101,116,95,99,111,111,107,105,101,95,112,111,108,105,99,121,0,8,0,15,46,112,111,115,116,101,108,45,99,111,111,107,105,101,115,0,8,0,14,46,112,111,115,119,112,45,100,97,116,97,98,97,114,0,8,0,16,46,112,111,118,111,108,101,110,105,67,111,111,107,105,101,115,0,8,0,24,46,112,112,45,97,99,99,101,112,116,45,99,111,111,107,105,101,115,45,98,108,111,99,107,0,8,0,10,46,112,112,45,99,111,111,107,105,101,0,8,0,17,46,112,112,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,18,46,112,112,45,99,111,111,107,105,101,45,119,97,114,110,105,110,103,0,8,0,19,46,112,112,45,99,111,111,107,105,101,95,95,99,111,110,116,101,110,116,0,8,0,18,46,112,112,45,99,111,111,107,105,101,115,45,110,111,116,105,99,101,0,8,0,11,46,112,112,97,45,110,111,116,105,99,101,0,8,0,12,46,112,112,103,45,99,111,111,107,105,101,115,0,8,0,20,46,112,112,109,115,95,99,109,95,99,111,110,115,101,110,116,95,98,97,114,0,8,0,32,46,112,112,114,95,112,114,105,118,95,100,111,99,117,109,101,110,116,95,99,111,111,107,105,101,95,98,97,110,110,101,114,0,8,0,25,46,112,112,115,45,112,114,105,118,97,99,121,45,112,111,108,105,99,121,45,115,116,114,105,112,0,8,0,17,46,112,114,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,18,46,112,114,45,99,111,111,107,105,101,45,111,118,101,114,108,97,121,0,8,0,17,46,112,114,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,8,0,22,46,112,114,101,45,104,101,97,100,95,95,99,111,111,107,105,101,45,105,110,102,111,0,8,0,25,46,112,114,101,45,104,101,97,100,101,114,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,15,46,112,114,101,77,111,100,97,108,67,111,111,107,105,101,0,8,0,14,46,112,114,101,99,111,107,105,101,105,110,110,101,114,0,8,0,18,46,112,114,101,118,101,110,116,65,99,99,101,112,116,97,110,99,101,0,8,0,36,46,112,114,105,109,111,45,99,111,111,107,105,101,45,99,111,109,112,108,105,97,110,99,101,45,112,108,97,99,101,104,111,108,100,101,114,0,8,0,14,46,112,114,105,118,97,99,121,45,97,108,101,114,116,0,8,0,20,46,112,114,105,118,97,99,121,45,97,110,100,45,99,111,111,107,105,101,115,0,8,0,15,46,112,114,105,118,97,99,121,45,98,97,110,110,101,114,0,8,0,23,46,112,114,105,118,97,99,121,45,98,97,110,110,101,114,45,119,114,97,112,112,101,114,0,8,0,12,46,112,114,105,118,97,99,121,45,98,97,114,0,8,0,22,46,112,114,105,118,97,99,121,45,98,97,114,45,99,111,110,116,97,105,110,101,114,0,8,0,23,46,112,114,105,118,97,99,121,45,98,97,114,95,95,99,111,110,116,97,105,110,101,114,0,8,0,25,46,112,114,105,118,97,99,121,45,98,108,111,99,107,105,110,103,45,111,118,101,114,108,97,121,0,8,0,19,46,112,114,105,118,97,99,121,45,99,101,110,116,101,114,45,99,116,97,0,8,0,17,46,112,114,105,118,97,99,121,45,99,111,110,99,101,114,110,115,0,8,0,32,46,112,114,105,118,97,99,121,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,95,95,111,118,101,114,108,97,121,0,8,0,25,46,112,114,105,118,97,99,121,45,99,111,110,115,101,110,116,45,105,110,102,111,45,99,116,97,0,8,0,22,46,112,114,105,118,97,99,121,45,99,111,110,116,114,111,108,45,98,97,100,103,101,0,8,0,24,46,112,114,105,118,97,99,121,45,99,111,110,116,114,111,108,115,45,98,97,110,110,101,114,0,8,0,15,46,112,114,105,118,97,99,121,45,99,111,111,107,105,101,0,8,0,21,46,112,114,105,118,97,99,121,45,99,111,111,107,105,101,45,97,108,101,114,116,0,8,0,22,46,112,114,105,118,97,99,121,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,19,46,112,114,105,118,97,99,121,45,99,111,111,107,105,101,45,98,97,114,0,8,0,16,46,112,114,105,118,97,99,121,45,99,111,111,107,105,101,115,0,8,0,19,46,112,114,105,118,97,99,121,45,100,105,115,99,108,97,105,109,101,114,0,8,0,26,46,112,114,105,118,97,99,121,45,100,105,115,99,108,97,105,109,101,114,45,98,97,110,110,101,114,0,8,0,21,46,112,114,105,118,97,99,121,45,102,111,111,116,101,114,45,98,108,111,99,107,0,8,0,13,46,112,114,105,118,97,99,121,45,104,105,110,116,0,8,0,23,46,112,114,105,118,97,99,121,45,105,110,102,111,45,99,111,110,116,97,105,110,101,114,0,8,0,21,46,112,114,105,118,97,99,121,45,105,110,102,111,45,109,101,115,115,97,103,101,0,8,0,14,46,112,114,105,118,97,99,121,45,105,110,102,111,115,0,8,0,18,46,112,114,105,118,97,99,121,45,105,110,105,116,45,119,97,108,108,0,8,0,24,46,112,114,105,118,97,99,121,45,109,97,110,97,103,101,114,95,95,98,97,110,110,101,114,0,8,0,25,46,112,114,105,118,97,99,121,45,109,97,110,97,103,101,114,95,95,111,118,101,114,108,97,121,0,8,0,24,46,112,114,105,118,97,99,121,45,109,101,115,115,97,103,101,45,111,118,101,114,108,97,121,0,8,0,23,46,112,114,105,118,97,99,121,45,110,111,116,105,99,101,45,45,115,105,109,112,108,101,0,8,0,26,46,112,114,105,118,97,99,121,45,110,111,116,105,99,101,45,98,97,99,107,103,114,111,117,110,100,0,8,0,21,46,112,114,105,118,97,99,121,45,110,111,116,105,99,101,45,105,110,110,101,114,0,8,0,31,46,112,114,105,118,97,99,121,45,110,111,116,105,102,105,99,97,116,105,111,110,45,99,111,110,116,97,105,110,101,114,0,8,0,24,46,112,114,105,118,97,99,121,45,112,111,108,105,99,105,101,115,45,98,97,110,110,101,114,0,8,0,22,46,112,114,105,118,97,99,121,45,112,111,108,105,99,121,45,98,97,110,110,101,114,0,8,0,19,46,112,114,105,118,97,99,121,45,112,111,108,105,99,121,45,98,97,114,0,8,0,23,46,112,114,105,118,97,99,121,45,112,111,108,105,99,121,45,99,111,110,115,101,110,116,0,8,0,22,46,112,114,105,118,97,99,121,45,112,111,108,105,99,121,45,99,111,111,107,105,101,0,8,0,23,46,112,114,105,118,97,99,121,45,112,111,108,105,99,121,45,99,111,111,107,105,101,115,0,8,0,32,46,112,114,105,118,97,99,121,45,112,111,108,105,99,121,45,99,111,111,107,105,101,115,45,105,110,102,111,114,109,101,114,0,8,0,23,46,112,114,105,118,97,99,121,45,112,111,108,105,99,121,45,109,101,115,115,97,103,101,0,8,0,21,46,112,114,105,118,97,99,121,45,112,111,108,105,99,121,45,109,111,100,97,108,0,8,0,22,46,112,114,105,118,97,99,121,45,112,111,108,105,99,121,45,110,111,116,105,99,101,0,8,0,26,46,112,114,105,118,97,99,121,45,112,111,108,105,99,121,45,110,111,116,105,99,101,45,98,97,114,0,8,0,21,46,112,114,105,118,97,99,121,45,112,111,108,105,99,121,45,112,111,112,117,112,0,8,0,29,46,112,114,105,118,97,99,121,45,112,111,108,105,99,121,45,112,114,111,109,112,116,45,45,109,111,100,97,108,0,8,0,21,46,112,114,105,118,97,99,121,45,112,111,108,105,99,121,45,116,111,97,115,116,0,8,0,24,46,112,114,105,118,97,99,121,45,112,111,108,105,99,121,105,115,45,115,116,105,99,107,121,0,8,0,14,46,112,114,105,118,97,99,121,45,112,111,112,117,112,0,8,0,22,46,112,114,105,118,97,99,121,45,112,111,112,117,112,45,111,118,101,114,108,97,121,0,8,0,22,46,112,114,105,118,97,99,121,45,112,111,112,117,112,45,119,114,97,112,112,101,114,0,8,0,23,46,112,114,105,118,97,99,121,45,112,114,111,109,112,116,45,119,114,97,112,112,101,114,0,8,0,22,46,112,114,105,118,97,99,121,45,115,104,105,101,108,100,45,98,97,110,110,101,114,0,8,0,22,46,112,114,105,118,97,99,121,45,116,101,114,109,115,45,99,111,111,107,105,101,115,0,8,0,14,46,112,114,105,118,97,99,121,45,116,111,97,115,116,0,8,0,15,46,112,114,105,118,97,99,121,45,117,112,100,97,116,101,0,8,0,16,46,112,114,105,118,97,99,121,45,119,97,114,110,105,110,103,0,8,0,16,46,112,114,105,118,97,99,121,65,108,101,114,116,66,111,120,0,8,0,14,46,112,114,105,118,97,99,121,66,97,110,110,101,114,0,8,0,11,46,112,114,105,118,97,99,121,66,97,114,0,8,0,14,46,112,114,105,118,97,99,121,67,111,111,107,105,101,0,8,0,17,46,112,114,105,118,97,99,121,67,111,111,107,105,101,66,111,120,0,8,0,16,46,112,114,105,118,97,99,121,76,97,119,65,108,101,114,116,0,8,0,15,46,112,114,105,118,97,99,121,77,101,108,100,105,110,103,0,8,0,14,46,112,114,105,118,97,99,121,78,111,116,105,99,101,0,8,0,20,46,112,114,105,118,97,99,121,78,111,116,105,102,105,99,97,116,105,111,110,0,8,0,20,46,112,114,105,118,97,99,121,80,111,108,105,99,121,66,97,110,110,101,114,0,8,0,17,46,112,114,105,118,97,99,121,80,111,108,105,99,121,66,97,114,0,8,0,17,46,112,114,105,118,97,99,121,80,111,108,105,99,121,66,108,107,0,8,0,19,46,112,114,105,118,97,99,121,80,111,108,105,99,121,80,111,112,117,112,0,8,0,18,46,112,114,105,118,97,99,121,80,111,108,105,99,121,87,97,114,110,0,8,0,21,46,112,114,105,118,97,99,121,83,101,116,116,105,110,103,115,80,111,112,117,112,0,8,0,11,46,112,114,105,118,97,99,121,84,111,112,0,8,0,15,46,112,114,105,118,97,99,121,95,95,112,111,112,117,112,0,8,0,15,46,112,114,105,118,97,99,121,95,98,97,110,110,101,114,0,8,0,16,46,112,114,105,118,97,99,121,95,99,111,110,115,101,110,116,0,8,0,23,46,112,114,105,118,97,99,121,95,99,111,111,107,105,101,115,95,112,111,108,105,99,121,0,8,0,12,46,112,114,105,118,97,99,121,95,100,105,118,0,8,0,15,46,112,114,105,118,97,99,121,95,108,97,119,95,98,103,0,8,0,15,46,112,114,105,118,97,99,121,95,110,111,116,105,99,101,0,8,0,21,46,112,114,105,118,97,99,121,95,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,20,46,112,114,105,118,97,99,121,95,112,111,108,105,99,121,45,105,110,102,111,0,8,0,21,46,112,114,105,118,97,99,121,95,112,111,108,105,99,121,46,97,108,101,114,116,0,8,0,33,46,112,114,105,118,97,99,121,95,112,111,108,105,99,121,46,97,108,101,114,116,45,100,105,115,109,105,115,115,105,98,108,101,0,8,0,29,46,112,114,105,118,97,99,121,95,112,111,108,105,99,121,46,97,108,101,114,116,45,119,97,114,110,105,110,103,0,8,0,26,46,112,114,105,118,97,99,121,95,112,111,108,105,99,121,95,95,99,111,110,116,97,105,110,101,114,0,8,0,22,46,112,114,105,118,97,99,121,95,112,111,108,105,99,121,95,98,97,110,110,101,114,0,8,0,18,46,112,114,105,118,97,99,121,95,112,111,108,105,99,121,95,98,103,0,8,0,20,46,112,114,105,118,97,99,121,95,112,111,108,105,99,121,95,98,111,116,109,0,8,0,20,46,112,114,105,118,97,99,121,95,112,111,108,105,99,121,95,105,110,102,111,0,8,0,27,46,112,114,105,118,97,99,121,95,112,111,108,105,99,121,95,109,101,115,115,97,103,101,95,98,111,120,0,8,0,19,46,112,114,105,118,97,99,121,95,112,111,108,105,99,121,95,112,111,112,0,8,0,22,46,112,114,105,118,97,99,121,95,112,114,111,109,112,116,95,98,111,116,116,111,109,0,8,0,33,46,112,114,105,118,97,99,121,95,112,114,111,116,101,99,116,105,111,110,95,99,111,111,107,105,101,95,98,97,110,110,101,114,0,8,0,33,46,112,114,105,118,97,99,121,95,115,101,116,116,105,110,103,115,95,105,110,116,101,114,102,97,99,101,46,112,111,112,117,112,0,8,0,16,46,112,114,105,118,97,99,121,95,119,97,114,110,105,110,103,0,8,0,14,46,112,114,105,118,97,99,121,98,97,110,110,101,114,0,8,0,21,46,112,114,105,118,97,99,121,98,97,110,110,101,114,95,110,111,116,105,99,101,0,8,0,14,46,112,114,105,118,97,99,121,99,111,111,107,105,101,0,8,0,20,46,112,114,105,118,97,99,121,99,111,111,107,105,101,98,97,110,110,101,114,0,8,0,12,46,112,114,105,118,97,99,121,104,105,110,116,0,8,0,12,46,112,114,105,118,97,99,121,105,110,102,111,0,8,0,20,46,112,114,105,118,97,99,121,111,117,116,101,114,119,114,97,112,112,101,114,0,8,0,25,46,112,114,105,118,97,99,121,112,111,108,105,99,105,101,115,45,99,111,109,45,45,45,110,98,0,8,0,46,46,112,114,105,118,97,99,121,112,111,108,105,99,105,101,115,45,99,111,109,45,45,45,110,98,45,105,110,116,101,114,115,116,105,116,105,97,108,45,111,118,101,114,108,97,121,0,8,0,21,46,112,114,105,118,97,99,121,112,111,108,105,99,121,45,97,99,99,101,112,116,0,8,0,31,46,112,114,105,118,97,99,121,112,111,108,105,99,121,109,101,115,115,97,103,101,98,111,120,95,104,101,97,100,101,114,0,8,0,20,46,112,114,105,118,97,99,121,112,111,108,105,99,121,115,116,114,105,112,101,0,8,0,24,46,112,114,105,118,97,99,121,115,101,116,116,105,110,103,115,95,95,98,97,110,110,101,114,0,8,0,36,46,112,114,105,118,97,99,121,119,97,108,108,45,98,97,110,110,101,114,91,100,97,116,97,45,105,115,45,118,105,115,105,98,108,101,93,0,8,0,20,46,112,114,105,118,97,99,121,119,105,114,101,45,119,114,97,112,112,101,114,0,8,0,19,46,112,114,105,118,97,115,121,112,111,108,105,99,121,45,105,110,102,111,0,8,0,22,46,112,114,105,118,97,116,101,45,99,111,111,107,105,101,115,45,109,111,100,97,108,0,8,0,14,46,112,114,105,118,97,116,101,80,111,108,105,99,121,0,8,0,20,46,112,114,111,95,99,111,111,107,105,101,45,108,97,121,101,114,45,110,103,0,8,0,21,46,112,114,111,107,111,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,22,46,112,114,111,109,111,65,108,101,114,116,45,99,111,111,107,105,101,112,111,112,115,0,8,0,17,46,112,114,111,109,112,116,45,99,111,111,107,105,101,108,97,119,0,8,0,15,46,112,114,111,109,112,116,95,99,111,111,107,105,101,115,0,8,0,24,46,112,114,111,112,101,108,108,101,114,45,99,111,111,107,105,101,99,111,110,115,101,110,116,0,8,0,20,46,112,114,111,116,101,99,116,67,111,111,107,105,101,66,97,110,110,101,114,0,8,0,11,46,112,115,45,67,111,111,107,105,101,115,0,8,0,11,46,112,115,45,99,111,111,107,105,101,115,0,8,0,11,46,112,115,103,45,99,111,111,107,105,101,0,8,0,14,46,112,116,45,99,111,111,107,105,101,45,98,97,114,0,8,0,21,46,112,117,98,108,105,99,95,108,101,103,97,108,95,99,111,111,107,105,101,115,0,8,0,21,46,112,117,112,112,101,116,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,30,46,112,117,114,101,45,99,111,111,107,105,101,115,45,110,111,116,105,99,101,45,99,111,110,116,97,105,110,101,114,0,8,0,28,46,112,117,114,101,45,99,111,111,107,105,101,115,45,110,111,116,105,99,101,45,119,114,97,112,112,101,114,0,8,0,19,46,112,117,114,112,108,101,45,99,111,111,107,105,101,45,105,110,102,111,0,8,0,10,46,112,117,115,104,45,99,110,105,108,0,8,0,25,46,112,117,115,104,101,114,112,97,110,101,108,45,99,111,111,107,105,101,110,111,116,105,99,101,0,8,0,11,46,112,117,117,45,99,111,111,107,105,101,0,8,0,11,46,112,118,45,99,111,111,107,105,101,115,0,8,0,18,46,112,119,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,21,46,112,119,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,118,50,0,8,0,30,46,112,119,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,118,50,45,98,97,99,107,100,114,111,112,0,8,0,17,46,112,119,45,99,111,111,107,105,101,45,119,105,110,100,111,119,0,8,0,22,46,112,119,95,99,111,110,115,101,110,116,95,109,101,115,115,97,103,101,100,105,118,0,8,0,11,46,112,119,95,99,111,111,107,105,101,115,0,8,0,29,46,112,119,101,98,98,111,120,45,112,108,117,103,105,110,45,99,111,111,107,105,101,95,112,111,108,105,99,121,0,8,0,15,46,112,119,115,95,99,111,111,107,105,101,95,98,97,114,0,8,0,15,46,112,120,108,95,99,111,111,107,105,101,95,98,97,114,0,8,0,12,46,112,121,45,49,46,99,111,111,107,105,101,0,8,0,10,46,112,121,45,51,46,114,103,112,100,0,8,0,12,46,112,121,45,52,46,99,111,111,107,105,101,0,8,0,22,46,112,122,45,100,105,115,99,108,97,105,109,101,114,45,45,99,111,111,107,105,101,0,8,0,21,46,113,45,108,101,103,97,108,45,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,30,46,113,45,110,111,116,105,102,105,99,97,116,105,111,110,91,99,108,97,115,115,42,61,34,103,100,112,114,34,93,0,8,0,17,46,113,45,115,105,108,101,110,116,45,99,111,110,115,101,110,116,0,8,0,10,46,113,95,99,111,111,107,105,101,115,0,8,0,18,46,113,97,45,97,108,101,114,116,45,45,99,111,111,107,105,101,115,0,8,0,17,46,113,97,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,17,46,113,97,45,115,110,97,99,107,98,97,114,45,99,99,112,97,0,8,0,17,46,113,98,45,99,111,111,107,105,101,108,97,119,45,98,97,114,0,8,0,15,46,113,99,45,99,109,112,45,115,104,111,119,105,110,103,0,8,0,20,46,113,99,45,99,109,112,45,117,105,45,99,111,110,116,97,105,110,101,114,0,8,0,16,46,113,100,45,99,111,111,107,105,101,45,112,111,112,117,112,0,8,0,11,46,113,103,45,99,111,110,115,101,110,116,0,8,0,12,46,113,110,105,45,99,111,111,107,109,115,103,0,8,0,17,46,113,112,45,99,111,111,107,105,101,115,45,97,108,101,114,116,0,8,0,30,46,113,116,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,98,111,120,45,119,114,97,112,112,101,114,0,8,0,17,46,113,117,105,99,107,45,99,111,111,107,105,101,45,98,97,114,0,8,0,9,46,114,45,99,111,111,107,105,101,0,8,0,13,46,114,45,99,111,111,107,105,101,45,98,97,114,0,8,0,16,46,114,45,99,111,111,107,105,101,45,102,111,111,116,101,114,0,8,0,10,46,114,45,99,111,111,107,105,101,115,0,8,0,15,46,114,45,103,100,112,114,45,99,111,111,107,105,101,115,0,8,0,13,46,114,45,103,100,112,114,45,112,111,112,117,112,0,8,0,17,46,114,97,100,105,111,112,108,97,121,101,114,45,97,110,110,111,0,8,0,27,46,114,97,100,105,111,112,108,97,121,101,114,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,18,46,114,97,100,105,115,104,45,99,111,111,107,105,101,45,98,97,114,0,8,0,15,46,114,97,100,105,115,104,45,114,99,99,45,98,97,114,0,8,0,19,46,114,97,104,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,16,46,114,97,110,107,45,99,111,111,107,105,101,45,98,97,114,0,8,0,17,46,114,97,115,116,104,97,98,101,114,45,99,111,111,107,105,101,0,8,0,18,46,114,98,45,97,99,99,101,112,116,45,99,111,111,107,105,101,115,0,8,0,10,46,114,98,45,99,111,111,107,105,101,0,8,0,19,46,114,98,45,99,111,111,107,105,101,45,98,97,99,107,100,114,111,112,0,8,0,21,46,114,98,45,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,0,8,0,16,46,114,98,45,99,111,111,107,105,110,103,97,108,101,114,116,0,8,0,17,46,114,99,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,23,46,114,99,119,45,99,45,99,111,111,107,105,101,100,105,115,99,108,97,105,109,101,114,0,8,0,15,46,114,100,95,95,99,111,111,107,105,101,45,98,97,114,0,8,0,23,46,114,100,103,100,112,114,97,111,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,25,46,114,100,109,45,100,97,97,99,45,110,111,116,105,99,101,45,116,101,109,112,108,97,116,101,0,8,0,23,46,114,101,97,99,116,45,45,109,111,100,117,108,101,95,95,99,111,111,107,105,101,115,0,8,0,20,46,114,101,97,99,116,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,26,46,114,101,97,99,116,45,99,111,111,107,105,101,45,103,100,112,114,45,98,108,111,99,107,101,114,0,8,0,25,46,114,101,97,99,116,45,99,111,111,107,105,101,45,103,100,112,114,45,100,105,97,108,111,103,0,8,0,24,46,114,101,97,99,116,45,99,111,111,107,105,101,45,108,97,119,45,100,105,97,108,111,103,0,8,0,32,46,114,101,97,99,116,45,110,97,118,105,45,101,97,45,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,0,8,0,37,46,114,101,97,99,116,45,114,101,118,101,97,108,91,99,108,97,115,115,42,61,34,99,111,111,107,105,101,45,98,97,110,110,101,114,34,93,0,8,0,11,46,114,101,97,100,99,111,111,107,105,101,0,8,0,17,46,114,101,99,116,97,110,103,108,101,67,111,111,107,105,101,115,0,8,0,13,46,114,101,99,117,114,108,121,45,103,100,112,114,0,8,0,21,46,114,101,100,104,97,116,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,18,46,114,101,103,105,111,110,45,99,111,111,107,105,101,45,98,97,110,0,8,0,21,46,114,101,103,105,111,110,45,99,111,111,107,105,101,109,101,108,100,105,110,103,0,8,0,28,46,114,101,103,105,111,110,45,100,105,115,99,108,97,105,109,101,114,45,99,111,109,112,111,110,101,110,116,0,8,0,55,46,114,101,103,105,111,110,45,100,105,115,99,108,97,105,109,101,114,91,100,97,116,97,45,99,111,111,107,105,101,95,110,97,109,101,61,34,99,111,111,107,105,101,100,105,115,99,108,97,105,109,101,114,34,93,0,8,0,12,46,114,101,103,105,111,110,45,103,100,112,114,0,8,0,17,46,114,101,103,105,111,110,45,114,111,100,111,45,105,110,102,111,0,8,0,24,46,114,101,103,105,111,110,97,108,45,99,111,111,107,105,101,45,119,97,114,110,105,110,103,0,8,0,15,46,114,101,113,117,101,115,116,67,111,111,107,105,101,115,0,8,0,21,46,114,101,115,67,111,111,107,105,101,99,111,110,45,119,114,97,112,112,101,114,0,8,0,22,46,114,101,115,104,97,114,101,95,99,111,111,107,105,101,119,97,114,110,105,110,103,0,8,0,24,46,114,101,115,112,111,110,115,105,118,101,45,97,112,112,95,95,99,111,111,107,105,101,115,0,8,0,27,46,114,101,115,112,111,110,115,105,118,101,70,111,111,116,101,114,66,97,114,67,111,110,116,101,110,116,0,8,0,13,46,114,101,115,117,108,116,67,111,111,107,105,101,0,8,0,20,46,114,101,116,97,105,108,45,99,111,111,107,105,101,45,108,97,121,101,114,0,8,0,23,46,114,101,118,101,97,108,45,109,111,100,97,108,45,98,103,45,99,111,111,107,105,101,0,8,0,20,46,114,101,118,101,97,108,45,109,111,100,97,108,45,99,111,111,107,105,101,0,8,0,27,46,114,101,118,101,97,108,45,109,111,100,97,108,91,105,100,42,61,34,99,111,111,107,105,101,34,93,0,8,0,17,46,114,101,121,45,99,111,111,107,105,101,78,111,116,105,99,101,0,8,0,11,46,114,103,112,100,45,97,108,101,114,116,0,8,0,12,46,114,103,112,100,45,98,97,110,110,101,114,0,8,0,9,46,114,103,112,100,45,98,97,114,0,8,0,11,46,114,103,112,100,45,98,108,111,99,107,0,8,0,14,46,114,103,112,100,45,98,108,111,99,107,97,103,101,0,8,0,13,46,114,103,112,100,45,99,111,110,115,101,110,116,0,8,0,15,46,114,103,112,100,45,99,111,110,116,97,105,110,101,114,0,8,0,12,46,114,103,112,100,45,99,111,111,107,105,101,0,8,0,15,46,114,103,112,100,45,99,111,111,107,105,101,98,97,114,0,8,0,13,46,114,103,112,100,45,99,111,111,107,105,101,115,0,8,0,20,46,114,103,112,100,45,99,111,111,107,105,101,115,45,98,97,110,110,101,114,0,8,0,21,46,114,103,112,100,45,99,111,111,107,105,101,115,45,116,111,111,108,98,111,120,0,8,0,25,46,114,103,112,100,45,100,97,116,97,45,99,111,110,116,114,111,108,45,98,97,110,110,101,114,0,8,0,12,46,114,103,112,100,45,101,110,99,97,114,116,0,8,0,15,46,114,103,112,100,45,102,105,120,101,100,45,98,97,114,0,8,0,12,46,114,103,112,100,45,102,111,111,116,101,114,0,8,0,17,46,114,103,112,100,45,103,101,110,101,114,97,108,45,98,111,120,0,8,0,14,46,114,103,112,100,45,105,110,102,111,95,98,97,114,0,8,0,11,46,114,103,112,100,45,105,110,110,101,114,0,8,0,11,46,114,103,112,100,45,108,97,121,101,114,0,8,0,12,46,114,103,112,100,45,110,97,118,98,97,114,0,8,0,12,46,114,103,112,100,45,110,111,116,105,99,101,0,8,0,18,46,114,103,112,100,45,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,11,46,114,103,112,100,45,112,111,112,105,110,0,8,0,11,46,114,103,112,100,45,112,111,112,117,112,0,8,0,13,46,114,103,112,100,45,119,114,97,112,112,101,114,0,8,0,10,46,114,103,112,100,46,118,105,101,119,0,8,0,8,46,114,103,112,100,66,97,110,0,8,0,11,46,114,103,112,100,67,111,111,107,105,101,0,8,0,14,46,114,103,112,100,95,98,97,99,107,100,114,111,112,0,8,0,12,46,114,103,112,100,95,98,97,110,110,101,114,0,8,0,18,46,114,103,112,100,95,98,97,110,110,101,114,95,97,108,101,114,116,0,8,0,9,46,114,103,112,100,95,98,111,120,0,8,0,13,46,114,103,112,100,95,109,101,115,115,97,103,101,0,8,0,18,46,114,104,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,28,46,114,104,119,101,98,45,111,118,101,114,108,97,121,45,99,111,111,107,105,101,45,99,104,97,110,103,101,0,8,0,15,46,114,105,98,98,111,110,45,95,99,111,111,107,105,101,0,8,0,14,46,114,105,98,98,111,110,45,99,111,111,107,105,101,0,8,0,22,46,114,105,103,104,116,45,102,108,111,97,116,105,110,103,45,99,111,111,107,105,101,0,8,0,22,46,114,105,113,117,97,100,114,111,65,118,118,105,115,111,80,114,105,118,97,99,121,0,8,0,20,46,114,105,115,99,109,115,95,99,111,111,107,105,101,108,101,105,115,116,101,0,8,0,22,46,114,106,119,112,45,99,111,111,107,105,101,45,108,97,119,45,112,111,112,117,112,0,8,0,25,46,114,108,116,99,112,95,105,110,102,111,114,109,97,116,105,111,110,95,99,111,111,107,105,101,0,8,0,11,46,114,108,120,45,99,111,111,107,105,101,0,8,0,15,46,114,108,120,45,99,111,111,107,105,101,45,98,97,114,0,8,0,10,46,114,109,45,99,111,111,107,105,101,0,8,0,17,46,114,109,45,99,111,111,107,105,101,115,45,97,108,101,114,116,0,8,0,16,46,114,109,45,99,111,111,107,105,101,115,45,98,101,108,116,0,8,0,14,46,114,109,45,99,111,111,107,105,101,115,45,111,108,0,8,0,15,46,114,109,103,67,111,111,107,105,101,65,108,101,114,116,0,8,0,18,46,114,110,107,45,67,111,111,107,105,101,115,80,111,108,105,99,121,0,8,0,11,46,114,110,116,95,99,111,111,107,105,101,0,8,0,18,46,114,111,99,107,45,99,111,111,107,105,101,45,112,111,112,117,112,0,8,0,12,46,114,111,100,111,45,97,99,99,101,112,116,0,8,0,11,46,114,111,100,111,45,97,108,101,114,116,0,8,0,26,46,114,111,100,111,45,99,111,111,107,105,101,115,45,112,97,110,101,108,45,109,111,100,117,108,101,0,8,0,12,46,114,111,100,111,45,104,101,105,103,104,116,0,8,0,10,46,114,111,100,111,45,105,110,102,111,0,8,0,14,46,114,111,100,111,45,105,110,102,111,45,98,111,120,0,8,0,22,46,114,111,100,111,45,105,110,102,111,45,98,111,120,45,111,118,101,114,108,97,121,0,8,0,19,46,114,111,100,111,45,105,110,102,111,95,95,99,111,110,116,101,110,116,0,8,0,19,46,114,111,100,111,45,105,110,102,111,95,95,111,118,101,114,108,97,121,0,8,0,11,46,114,111,100,111,45,109,111,100,97,108,0,8,0,21,46,114,111,100,111,45,110,111,116,45,115,109,97,108,108,45,109,111,100,97,108,0,8,0,15,46,114,111,100,111,45,111,118,101,114,108,97,121,101,114,0,8,0,11,46,114,111,100,111,45,112,111,112,117,112,0,8,0,17,46,114,111,100,111,45,112,111,112,117,112,95,112,111,112,117,112,0,8,0,13,46,114,111,100,111,45,119,114,97,112,112,101,114,0,8,0,15,46,114,111,100,111,45,119,114,97,112,112,101,114,45,49,0,8,0,10,46,114,111,100,111,65,108,101,114,116,0,8,0,10,46,114,111,100,111,80,111,112,117,112,0,8,0,13,46,114,111,100,111,95,95,97,99,99,101,112,116,0,8,0,16,46,114,111,100,111,95,95,99,111,110,116,97,105,110,101,114,0,8,0,19,46,114,111,100,111,95,99,111,111,107,105,101,115,95,112,111,112,117,112,0,8,0,10,46,114,111,100,111,95,105,110,102,111,0,8,0,11,46,114,111,100,111,97,99,99,101,112,116,0,8,0,12,46,114,111,104,45,99,111,111,107,105,101,115,0,8,0,23,46,114,111,119,45,45,99,111,111,107,105,101,45,99,111,109,112,108,105,97,110,99,101,0,8,0,14,46,114,111,119,45,99,111,111,107,105,101,98,97,114,0,8,0,12,46,114,111,119,45,99,111,111,107,105,101,115,0,8,0,41,46,114,111,119,91,100,97,116,97,45,116,101,115,116,45,115,101,108,101,99,116,111,114,42,61,34,99,111,111,107,105,101,45,98,97,110,110,101,114,34,93,0,8,0,18,46,114,112,45,67,111,111,107,105,101,115,67,111,110,115,101,110,116,0,8,0,16,46,114,115,45,97,108,101,114,116,45,99,111,111,107,105,101,0,8,0,18,46,114,115,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,16,46,114,115,116,98,111,120,67,111,111,107,105,101,66,97,114,0,8,0,12,46,114,115,117,45,99,111,111,107,105,101,115,0,8,0,23,46,114,116,45,99,111,111,107,105,101,112,111,108,105,99,121,45,110,111,116,105,99,101,0,8,0,19,46,114,116,115,45,99,111,111,107,105,101,45,119,97,114,110,105,110,103,0,8,0,27,46,114,116,115,45,99,111,111,107,105,101,115,45,119,97,114,110,105,110,103,45,112,97,110,110,101,108,0,8,0,27,46,114,116,115,45,109,111,100,117,108,101,45,99,111,111,107,105,101,115,45,109,101,115,115,97,103,101,0,8,0,24,46,114,118,108,45,66,97,110,110,101,114,45,99,111,111,107,105,101,66,97,110,110,101,114,0,8,0,18,46,114,119,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,23,46,114,119,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,31,46,114,120,116,99,111,111,107,105,101,100,105,115,99,108,97,105,109,101,114,95,95,99,111,110,116,97,105,110,101,114,0,8,0,21,46,114,121,45,99,111,111,107,105,101,45,112,101,114,109,105,115,115,105,111,110,0,8,0,35,46,115,45,45,109,101,115,115,97,103,101,91,99,108,97,115,115,42,61,34,99,111,111,107,105,101,45,110,111,116,105,99,101,34,93,0,8,0,20,46,115,45,49,48,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,14,46,115,45,97,112,112,45,99,111,111,107,105,101,115,0,8,0,9,46,115,45,99,111,111,107,105,101,0,8,0,20,46,115,45,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,0,8,0,14,46,115,45,99,111,111,107,105,101,45,104,105,110,116,0,8,0,26,46,115,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,45,98,97,114,0,8,0,15,46,115,45,99,111,111,107,105,101,45,112,111,112,117,112,0,8,0,17,46,115,45,99,111,111,107,105,101,95,95,109,111,100,97,108,53,0,8,0,12,46,115,45,99,111,111,107,105,101,98,97,114,0,8,0,10,46,115,45,99,111,111,107,105,101,115,0,8,0,15,46,115,45,99,111,111,107,105,101,115,45,105,110,102,111,0,8,0,21,46,115,45,99,111,111,107,105,101,115,45,105,110,102,111,45,105,110,110,101,114,0,8,0,18,46,115,45,99,111,111,107,105,101,115,45,119,97,114,110,105,110,103,0,8,0,21,46,115,45,99,111,111,107,105,101,115,95,95,99,111,110,116,97,105,110,101,114,0,8,0,19,46,115,45,99,111,111,107,105,101,115,95,95,119,114,97,112,112,101,114,0,8,0,7,46,115,45,103,100,112,114,0,8,0,35,46,115,45,110,97,118,105,103,97,116,105,111,110,45,116,111,111,108,45,112,97,110,101,108,45,100,105,115,99,108,97,105,109,101,114,0,8,0,17,46,115,49,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,29,46,115,50,48,45,99,111,111,107,105,101,45,98,97,110,110,101,114,95,95,99,111,110,116,97,105,110,101,114,0,8,0,23,46,115,50,48,50,50,45,99,111,111,107,105,101,45,98,97,114,95,95,118,101,105,108,0,8,0,22,46,115,50,109,67,111,111,107,105,101,115,79,112,116,105,110,68,105,97,108,111,103,0,8,0,23,46,115,51,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,45,119,114,97,112,0,8,0,25,46,115,51,54,48,45,99,111,111,107,105,101,45,104,105,110,116,45,119,114,97,112,112,101,114,0,8,0,16,46,115,95,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,13,46,115,97,103,101,45,99,111,111,107,105,101,115,0,8,0,18,46,115,97,109,115,45,99,111,111,107,105,101,45,109,111,100,97,108,0,8,0,15,46,115,97,110,97,45,99,111,111,107,105,101,98,97,114,0,8,0,17,46,115,97,110,111,109,97,45,111,112,116,105,110,45,98,97,114,0,8,0,13,46,115,97,118,101,45,99,111,111,107,105,101,115,0,8,0,17,46,115,97,118,101,45,99,111,111,107,105,101,115,45,114,116,101,0,8,0,19,46,115,98,45,98,97,110,110,101,114,115,45,45,99,111,111,107,105,101,0,8,0,19,46,115,98,45,99,111,111,107,105,101,45,105,110,102,111,45,98,111,120,0,8,0,17,46,115,98,45,99,111,111,107,105,101,115,45,97,108,101,114,116,0,8,0,18,46,115,98,45,110,99,111,111,107,105,101,115,45,97,108,101,114,116,0,8,0,10,46,115,99,45,99,111,111,107,105,101,0,8,0,17,46,115,99,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,11,46,115,99,45,99,111,111,107,105,101,115,0,8,0,8,46,115,99,45,103,100,112,114,0,8,0,15,46,115,99,45,103,100,112,114,45,98,97,110,110,101,114,0,8,0,27,46,115,99,45,109,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,0,8,0,18,46,115,99,45,112,114,105,118,97,99,121,45,98,97,110,110,101,114,0,8,0,18,46,115,99,103,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,19,46,115,99,104,45,100,97,116,97,99,111,110,116,114,111,108,108,101,114,0,8,0,20,46,115,99,104,97,95,95,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,11,46,115,99,109,112,45,112,111,112,105,110,0,8,0,19,46,115,99,111,45,99,111,111,107,105,101,45,99,111,110,102,105,114,109,0,8,0,28,46,115,99,111,109,109,101,114,99,101,45,103,100,112,114,45,99,111,111,107,105,101,110,111,116,105,99,101,0,8,0,30,46,115,99,111,114,101,45,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,45,97,108,101,114,116,0,8,0,30,46,115,99,112,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,111,117,116,101,114,45,119,114,97,112,0,8,0,16,46,115,99,114,45,97,100,118,45,99,111,111,107,105,101,115,0,8,0,22,46,115,99,114,101,101,110,45,111,118,101,114,108,97,121,45,99,111,111,107,105,101,0,8,0,14,46,115,99,114,101,101,110,46,99,111,111,107,105,101,0,8,0,28,46,115,99,114,105,112,116,45,112,114,105,118,97,99,121,80,111,108,105,99,121,45,99,111,111,107,105,101,0,8,0,21,46,115,99,114,105,112,116,95,99,111,111,107,105,101,95,98,97,110,110,101,114,0,8,0,19,46,115,99,114,111,108,108,45,102,105,120,46,99,111,111,107,105,101,115,0,8,0,19,46,115,99,114,111,108,108,101,114,32,62,32,46,99,111,111,107,105,101,0,8,0,11,46,115,99,119,45,99,111,111,107,105,101,0,8,0,17,46,115,100,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,23,46,115,100,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,17,46,115,100,95,99,111,111,107,105,101,115,112,111,108,105,99,121,0,8,0,23,46,115,100,99,45,115,105,116,101,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,28,46,115,100,108,45,110,111,116,105,102,105,99,97,116,105,111,110,45,99,111,111,107,105,101,45,98,97,114,0,8,0,19,46,115,100,108,45,119,101,98,45,99,111,111,107,105,101,45,98,97,114,0,8,0,16,46,115,101,97,116,95,99,111,111,107,105,101,95,98,97,114,0,8,0,22,46,115,101,99,116,105,111,110,45,45,98,97,110,110,101,114,67,111,111,107,105,101,0,8,0,24,46,115,101,99,116,105,111,110,45,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,23,46,115,101,99,116,105,111,110,45,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,8,0,19,46,115,101,99,116,105,111,110,45,45,99,111,111,107,105,101,66,97,114,0,8,0,17,46,115,101,99,116,105,111,110,45,45,99,111,111,107,105,101,115,0,8,0,15,46,115,101,99,116,105,111,110,45,99,111,111,107,105,101,0,8,0,23,46,115,101,99,116,105,111,110,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,0,8,0,27,46,115,101,99,116,105,111,110,45,99,111,111,107,105,101,78,111,116,105,102,105,99,97,116,105,111,110,0,8,0,16,46,115,101,99,116,105,111,110,45,99,111,111,107,105,101,115,0,8,0,29,46,115,101,99,116,105,111,110,45,110,111,116,105,102,105,99,97,116,105,111,110,45,99,111,111,107,105,101,115,0,8,0,19,46,115,101,99,116,105,111,110,45,112,111,112,117,112,45,103,100,112,114,0,8,0,25,46,115,101,99,116,105,111,110,95,95,99,111,111,107,105,101,45,45,109,101,115,115,97,103,101,0,8,0,23,46,115,101,99,116,105,111,110,95,95,99,111,111,107,105,101,45,116,111,103,103,108,101,0,8,0,17,46,115,101,99,116,105,111,110,95,95,99,111,111,107,105,101,115,0,8,0,21,46,115,101,101,114,115,45,99,109,112,45,98,97,110,110,101,114,45,98,97,114,0,8,0,26,46,115,101,101,114,115,45,99,109,112,45,99,111,111,107,105,101,45,100,97,116,97,45,104,111,108,0,8,0,22,46,115,101,103,98,45,99,111,111,107,105,101,99,111,109,112,108,105,97,110,99,101,0,8,0,12,46,115,101,105,99,45,99,111,111,107,105,101,0,8,0,25,46,115,101,108,101,99,116,111,114,67,111,111,107,105,101,76,97,119,77,101,115,115,97,103,101,0,8,0,20,46,115,101,108,102,45,99,111,110,116,97,105,110,45,99,111,111,107,105,101,0,8,0,18,46,115,101,109,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,28,46,115,101,110,116,101,110,99,101,45,45,99,111,111,107,105,101,45,45,99,111,110,116,97,105,110,101,114,0,8,0,22,46,115,101,111,112,114,101,115,115,45,117,115,101,114,45,99,111,110,115,101,110,116,0,8,0,31,46,115,101,111,112,114,101,115,115,45,117,115,101,114,45,99,111,110,115,101,110,116,45,98,97,99,107,100,114,111,112,0,8,0,17,46,115,101,116,114,97,112,112,101,108,99,111,111,107,105,101,115,0,8,0,12,46,115,101,116,115,45,99,111,111,107,105,101,0,8,0,11,46,115,102,45,99,111,110,115,101,110,116,0,8,0,17,46,115,102,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,18,46,115,102,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,24,46,115,102,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,111,117,116,101,114,0,8,0,20,46,115,102,45,99,111,111,107,105,101,100,105,115,99,108,97,105,109,101,114,0,8,0,18,46,115,102,45,99,111,111,107,105,101,115,45,98,97,110,110,101,114,0,8,0,21,46,115,102,95,119,105,100,103,101,116,95,112,101,114,109,105,115,115,105,111,110,0,8,0,21,46,115,102,115,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,8,0,18,46,115,103,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,20,46,115,103,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,8,0,17,46,115,103,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,17,46,115,103,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,8,0,23,46,115,103,45,99,111,111,107,105,101,45,112,111,108,105,99,121,45,112,111,112,117,112,0,8,0,13,46,115,103,45,99,119,45,99,111,111,107,105,101,0,8,0,13,46,115,103,99,99,45,99,111,111,107,105,101,115,0,8,0,10,46,115,103,100,112,114,45,98,111,120,0,8,0,20,46,115,103,115,45,99,111,111,107,105,101,115,45,99,111,110,115,101,110,116,0,8,0,11,46,115,103,115,67,111,111,107,105,101,115,0,8,0,10,46,115,104,45,99,111,111,107,105,101,0,8,0,16,46,115,104,45,99,111,111,107,105,101,45,97,108,101,114,116,0,8,0,17,46,115,104,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,23,46,115,104,45,99,111,111,107,105,101,45,99,111,110,102,105,114,109,97,116,105,111,110,0,8,0,17,46,115,104,45,99,111,111,107,105,101,45,100,105,97,108,111,103,0,8,0,17,46,115,104,45,99,111,111,107,105,101,115,45,116,114,97,99,107,0,8,0,22,46,115,104,45,115,104,111,119,45,99,111,111,107,105,101,115,45,116,114,97,99,107,0,8,0,14,46,115,104,97,100,111,119,45,99,111,111,107,105,101,0,8,0,21,46,115,104,97,100,111,119,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,20,46,115,104,97,100,111,119,45,99,111,111,107,105,101,66,97,110,110,101,114,0,8,0,27,46,115,104,97,114,101,97,104,111,108,105,99,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,21,46,115,104,97,114,101,100,45,97,108,101,114,116,95,95,99,111,111,107,105,101,0,8,0,26,46,115,104,97,114,101,100,45,99,111,109,112,111,110,101,110,116,115,45,99,111,111,107,105,101,115,0,8,0,22,46,115,104,97,114,101,100,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,15,46,115,104,97,114,101,100,45,99,111,111,107,105,101,115,0,8,0,22,46,115,104,97,114,101,100,95,95,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,13,46,115,104,97,114,107,45,99,111,111,107,105,101,0,8,0,23,46,115,104,98,45,97,99,99,101,112,116,45,99,111,111,107,105,101,115,45,98,111,120,0,8,0,21,46,115,104,105,102,116,114,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,21,46,115,104,111,112,117,105,45,101,117,45,99,111,111,107,105,101,45,98,97,114,0,8,0,20,46,115,104,111,119,45,98,97,110,110,101,114,45,99,111,111,107,105,101,115,0,8,0,20,46,115,104,111,119,45,99,111,110,99,111,114,100,45,98,97,110,110,101,114,0,8,0,22,46,115,104,111,119,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,8,0,21,46,115,104,111,119,45,99,111,111,107,105,101,45,110,111,116,105,102,121,101,114,0,8,0,38,46,115,104,111,119,45,99,111,111,107,105,101,45,112,111,112,117,112,58,110,111,116,40,98,111,100,121,41,58,110,111,116,40,104,116,109,108,41,0,8,0,15,46,115,104,111,119,45,101,117,45,99,111,111,107,105,101,0,8,0,20,46,115,104,111,119,45,103,100,112,114,58,110,111,116,40,98,111,100,121,41,0,8,0,19,46,115,104,111,119,45,110,111,116,105,99,101,45,99,111,111,107,105,101,0,8,0,20,46,115,104,111,119,46,117,100,99,45,98,97,114,45,104,111,108,100,101,114,0,8,0,13,46,115,104,111,119,46,117,100,99,45,111,118,114,0,8,0,9,46,115,104,111,119,71,68,80,82,0,8,0,18,46,115,104,111,119,80,114,105,118,97,99,121,67,111,111,107,105,101,0,8,0,29,46,115,104,111,119,91,99,108,97,115,115,42,61,34,99,111,111,107,105,101,45,110,111,116,105,99,101,34,93,0,8,0,32,46,115,104,111,119,95,99,111,111,107,105,101,58,110,111,116,40,98,111,100,121,41,58,110,111,116,40,104,116,109,108,41,0,8,0,13,46,115,104,111,119,95,99,111,111,107,105,101,115,0,8,0,21,46,115,104,111,119,101,100,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,15,46,115,104,111,119,101,100,46,99,111,111,107,105,101,115,0,8,0,10,46,115,104,114,109,45,103,100,112,114,0,8,0,29,46,115,105,103,45,99,111,111,107,105,101,45,98,97,110,110,101,114,95,95,99,111,110,116,97,105,110,101,114,0,8,0,16,46,115,105,103,110,97,116,117,45,99,111,110,115,101,110,116,0,8,0,23,46,115,105,107,111,45,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,0,8,0,18,46,115,105,109,112,108,101,45,99,111,111,107,105,101,45,98,97,114,0,8,0,23,46,115,105,109,112,108,101,45,99,111,111,107,105,101,115,45,119,114,97,112,112,101,114,0,8,0,12,46,115,105,115,117,45,99,111,111,107,105,101,0,8,0,17,46,115,105,116,101,45,71,68,80,82,45,98,97,110,110,101,114,0,8,0,20,46,115,105,116,101,45,98,101,97,99,111,110,45,99,111,111,107,105,101,115,0,8,0,18,46,115,105,116,101,45,99,111,111,107,105,101,45,97,108,101,114,116,0,8,0,19,46,115,105,116,101,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,22,46,115,105,116,101,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,8,0,20,46,115,105,116,101,45,99,111,111,107,105,101,45,99,111,110,116,101,110,116,0,8,0,23,46,115,105,116,101,45,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,0,8,0,17,46,115,105,116,101,45,99,111,111,107,105,101,45,105,110,102,111,0,8,0,18,46,115,105,116,101,45,99,111,111,107,105,101,45,112,97,110,101,108,0,8,0,18,46,115,105,116,101,45,99,111,111,107,105,101,45,112,111,112,117,112,0,8,0,20,46,115,105,116,101,45,99,111,111,107,105,101,45,119,97,114,110,105,110,103,0,8,0,18,46,115,105,116,101,45,99,111,111,107,105,101,66,97,110,110,101,114,0,8,0,13,46,115,105,116,101,45,99,111,111,107,105,101,115,0,8,0,20,46,115,105,116,101,45,99,111,111,107,105,101,115,45,98,97,110,110,101,114,0,8,0,18,46,115,105,116,101,45,99,111,111,107,105,101,115,45,105,110,102,111,0,8,0,21,46,115,105,116,101,45,99,111,111,107,105,101,115,45,119,114,97,112,112,101,114,0,8,0,26,46,115,105,116,101,45,102,111,111,116,101,114,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,25,46,115,105,116,101,45,102,111,111,116,101,114,45,99,111,111,107,105,101,98,97,110,110,101,114,0,8,0,17,46,115,105,116,101,45,103,100,112,114,45,98,97,110,110,101,114,0,8,0,18,46,115,105,116,101,45,103,100,112,114,45,109,101,115,115,97,103,101,0,8,0,20,46,115,105,116,101,45,104,101,97,100,101,114,45,99,111,111,107,105,101,115,0,8,0,42,46,115,105,116,101,45,104,101,97,100,101,114,45,114,101,97,99,116,95,95,99,111,111,107,105,101,115,45,110,111,116,105,99,101,45,100,101,115,107,116,111,112,0,8,0,22,46,115,105,116,101,45,109,101,115,115,97,103,101,45,45,99,111,111,107,105,101,115,0,8,0,31,46,115,105,116,101,45,109,101,115,115,97,103,101,45,45,102,105,114,115,116,45,112,118,45,99,111,110,115,101,110,116,0,8,0,20,46,115,105,116,101,45,109,101,115,115,97,103,101,46,99,111,111,107,105,101,0,8,0,25,46,115,105,116,101,45,109,111,100,117,108,101,45,45,115,105,116,101,45,99,111,111,107,105,101,0,8,0,16,46,115,105,116,101,45,109,115,103,45,99,111,111,107,105,101,0,8,0,19,46,115,105,116,101,45,110,101,101,100,115,45,99,111,111,107,105,101,115,0,8,0,20,46,115,105,116,101,45,110,111,116,105,99,101,45,119,114,97,112,112,101,114,0,8,0,33,46,115,105,116,101,45,112,111,108,105,99,121,45,99,111,110,115,101,110,116,45,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,19,46,115,105,116,101,45,112,111,112,117,112,46,99,111,110,115,101,110,116,0,8,0,19,46,115,105,116,101,45,112,114,105,118,97,99,121,112,111,108,105,99,121,0,8,0,26,46,115,105,116,101,45,117,115,101,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,8,0,24,46,115,105,116,101,45,117,115,101,115,45,99,111,111,107,105,101,115,45,98,108,111,99,107,0,8,0,23,46,115,105,116,101,45,119,105,100,101,45,110,111,116,105,99,101,45,45,103,100,112,114,0,8,0,11,46,115,105,116,101,67,111,111,107,105,101,0,8,0,12,46,115,105,116,101,67,111,111,107,105,101,115,0,8,0,20,46,115,105,116,101,67,111,111,107,105,101,115,45,45,98,111,116,116,111,109,0,8,0,23,46,115,105,116,101,95,98,108,111,99,107,95,119,114,97,112,95,99,111,111,107,105,101,0,8,0,23,46,115,105,116,101,95,99,111,111,107,105,101,115,95,99,111,110,116,97,105,110,101,114,0,8,0,28,46,115,105,116,101,95,99,111,111,107,105,101,115,95,99,111,110,116,97,105,110,101,114,95,111,112,101,110,0,8,0,21,46,115,105,116,101,95,99,111,111,107,105,101,115,95,109,101,115,115,97,103,101,0,8,0,18,46,115,105,116,101,95,99,111,111,107,105,101,115,112,108,97,115,104,0,8,0,19,46,115,105,116,101,95,104,101,97,100,101,114,95,99,111,111,107,105,101,0,8,0,29,46,115,105,116,101,95,112,114,105,118,97,99,121,99,111,111,107,105,101,115,95,95,99,111,110,116,101,110,116,0,8,0,41,46,115,105,116,101,112,108,97,110,110,101,114,45,109,111,100,117,108,101,115,45,99,111,111,107,105,101,45,112,111,108,105,99,121,45,110,111,116,105,99,101,0,8,0,20,46,115,105,116,101,115,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,24,46,115,105,116,101,115,45,99,111,111,107,105,101,45,110,111,116,105,99,101,45,102,105,116,0,8,0,18,46,115,105,116,101,115,109,97,114,116,45,99,111,111,107,105,101,115,0,8,0,32,46,115,105,116,101,119,105,100,101,45,98,97,110,110,101,114,45,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,14,46,115,106,115,45,101,117,45,99,111,111,107,105,101,0,8,0,29,46,115,107,45,99,111,109,112,111,110,101,110,116,45,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,0,8,0,18,46,115,107,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,0,8,0,12,46,115,107,97,45,99,111,111,107,105,101,115,0,8,0,14,46,115,107,114,45,99,111,111,107,105,101,66,111,120,0,8,0,28,46,115,107,121,45,99,111,109,112,111,110,101,110,116,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,17,46,115,108,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,18,46,115,108,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,14,46,115,108,105,99,101,95,67,111,111,107,105,101,115,0,8,0,15,46,115,108,105,100,101,73,110,46,99,111,111,107,105,101,0,8,0,17,46,115,108,105,100,101,111,117,116,45,99,111,111,107,105,101,115,0,8,0,23,46,115,108,105,100,105,110,103,45,99,111,111,107,105,101,115,45,98,111,116,116,111,109,0,8,0,22,46,115,108,105,100,105,110,103,45,112,114,105,118,97,99,121,45,112,111,112,117,112,0,8,0,20,46,115,109,45,99,111,111,107,105,101,45,97,103,114,101,101,109,101,110,116,0,8,0,18,46,115,109,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,19,46,115,109,97,45,99,111,111,107,105,101,45,119,114,97,112,112,101,114,0,8,0,21,46,115,109,97,108,108,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,24,46,115,109,97,108,108,95,103,100,112,114,95,112,111,112,117,112,95,104,111,108,100,101,114,0,8,0,17,46,115,109,97,114,116,45,101,117,45,99,111,111,107,105,101,115,0,8,0,35,46,115,109,99,99,95,98,111,116,116,111,109,95,99,111,111,107,105,101,97,99,99,101,112,116,95,99,111,110,116,97,105,110,101,114,0,8,0,36,46,115,109,105,108,101,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,45,99,111,110,116,97,105,110,101,114,0,8,0,17,46,115,109,108,95,99,111,111,107,105,101,112,111,108,105,99,121,0,8,0,17,46,115,109,111,111,116,104,105,101,45,99,111,110,115,101,110,116,0,8,0,20,46,115,109,114,116,45,110,99,111,111,107,105,101,115,45,97,108,101,114,116,0,8,0,16,46,115,109,116,45,99,111,111,107,105,101,45,110,111,116,101,0,8,0,16,46,115,110,97,99,107,98,97,114,45,99,111,111,107,105,101,0,8,0,26,46,115,110,97,99,107,98,97,114,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,8,0,15,46,115,110,99,109,112,45,97,112,112,95,103,100,112,114,0,8,0,23,46,115,110,101,97,107,121,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,8,0,21,46,115,110,105,103,101,108,45,99,109,112,45,102,114,97,109,101,119,111,114,107,0,8,0,18,46,115,111,45,99,111,111,107,105,101,45,119,114,97,112,112,101,114,0,8,0,29,46,115,111,45,103,100,112,114,95,95,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,18,46,115,111,101,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,8,0,23,46,115,111,107,45,99,111,110,115,101,110,116,45,98,111,116,116,111,109,45,98,97,114,0,8,0,21,46,115,111,108,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,8,0,17,46,115,111,108,45,99,111,111,107,105,101,45,99,111,118,101,114,0,8,0,19,46,115,111,108,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,0,8,0,11,46,115,111,115,45,99,111,111,107,105,101,0,8,0,14,46,115,111,116,105,99,45,99,111,111,107,105,101,115,0,8,0,16,46,115,111,117,104,108,97,115,45,99,111,111,107,105,101,115,0,8,0,11,46,115,111,118,114,110,45,103,100,112,114,0,8,0,17,46,115,112,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,18,46,115,112,45,99,111,111,107,105,101,45,119,97,114,110,105,110,103,0,8,0,23,46,115,112,45,100,115,103,118,111,45,112,111,112,117,112,45,111,118,101,114,108,97,121,0,8,0,30,46,115,112,45,103,100,112,114,45,99,111,111,107,105,101,45,110,111,116,105,99,101,45,119,114,97,112,112,101,114,0,8,0,23,46,115,112,45,109,45,99,111,111,107,105,101,115,45,99,111,110,116,97,105,110,101,114,0,8,0,15,46,115,112,67,111,111,107,105,101,78,111,116,105,99,101,0,8,0,14,46,115,112,95,97,100,95,119,114,97,112,112,101,114,0,8,0,20,46,115,112,97,99,101,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,11,46,115,112,100,45,99,111,111,107,105,101,0,8,0,18,46,115,112,101,99,45,99,111,111,107,105,101,45,111,112,116,105,110,0,8,0,30,46,115,112,101,99,116,114,117,109,45,99,111,111,107,105,101,45,112,111,108,105,99,121,45,98,97,110,110,101,114,0,8,0,19,46,115,112,101,120,45,99,111,111,107,105,101,67,111,110,115,101,110,116,0,8,0,22,46,115,112,105,99,121,45,99,111,110,115,101,110,116,45,119,114,97,112,112,101,114,0,8,0,23,46,115,112,107,45,99,111,111,107,105,101,45,98,97,110,110,101,114,45,119,114,97,112,0,8,0,10,46,115,112,107,99,111,111,107,105,101,0,8,0,13,46,115,112,114,100,45,99,111,110,115,101,110,116,0,8,0,19,46,115,112,114,100,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,10,46,115,113,114,99,111,111,107,105,101,0,8,0,20,46,115,114,97,120,45,97,99,99,101,112,116,45,99,111,111,107,105,101,115,0,8,0,42,46,115,114,99,45,99,111,109,112,111,110,101,110,116,115,45,67,111,111,107,105,101,80,111,108,105,99,121,45,95,95,115,116,121,108,101,95,95,114,111,111,116,0,8,0,18,46,115,114,102,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,17,46,115,115,45,109,111,100,97,108,45,99,111,111,107,105,101,115,0,8,0,18,46,115,115,102,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,18,46,115,116,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,0,8,0,17,46,115,116,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,21,46,115,116,95,110,111,116,105,102,105,99,97,116,105,111,110,95,119,114,97,112,0,8,0,23,46,115,116,97,109,112,101,110,67,111,111,107,105,101,67,111,110,116,97,105,110,101,114,0,8,0,24,46,115,116,97,112,102,111,116,111,45,99,111,111,107,105,101,45,109,101,108,100,105,110,103,0,8,0,14,46,115,116,97,116,101,45,105,115,45,99,99,112,97,0,8,0,17,46,115,116,97,116,105,115,116,105,99,115,79,112,116,66,111,120,0,8,0,15,46,115,116,97,116,117,115,45,99,111,111,107,105,101,115,0,8,0,13,46,115,116,105,99,107,101,114,45,103,100,112,114,0,8,0,19,46,115,116,105,99,107,121,45,98,97,114,45,45,99,111,111,107,105,101,0,8,0,14,46,115,116,105,99,107,121,45,99,111,111,107,105,101,0,8,0,44,46,115,116,105,99,107,121,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,58,110,111,116,40,104,116,109,108,41,58,110,111,116,40,98,111,100,121,41,0,8,0,21,46,115,116,105,99,107,121,45,99,111,111,107,105,101,45,102,111,111,116,101,114,0,8,0,26,46,115,116,105,99,107,121,45,99,111,111,107,105,101,45,105,110,102,111,114,109,97,116,105,111,110,0,8,0,22,46,115,116,105,99,107,121,45,99,111,111,107,105,101,45,119,97,114,110,105,110,103,0,8,0,23,46,115,116,105,99,107,121,45,99,111,111,107,105,101,108,97,119,98,97,110,110,101,114,0,8,0,15,46,115,116,105,99,107,121,45,99,111,111,107,105,101,115,0,8,0,21,46,115,116,105,99,107,121,45,99,111,111,107,105,101,115,45,112,111,112,117,112,0,8,0,26,46,115,116,105,99,107,121,45,102,111,111,116,101,114,45,99,111,111,107,105,101,45,105,110,102,111,0,8,0,19,46,115,116,105,99,107,121,67,111,111,107,105,101,80,111,108,105,99,121,0,8,0,14,46,115,116,105,99,107,121,95,99,111,111,107,105,101,0,8,0,22,46,115,116,105,99,107,121,95,99,111,111,107,105,101,95,119,97,114,110,105,110,103,0,8,0,13,46,115,116,105,99,107,121,99,111,111,107,105,101,0,8,0,38,46,115,116,105,99,107,121,102,111,111,116,101,114,45,99,111,111,107,105,101,45,97,108,101,114,116,45,98,111,120,45,119,114,97,112,112,101,114,0,8,0,15,46,115,116,108,67,111,111,107,105,101,84,111,97,115,116,0,8,0,12,46,115,116,110,45,99,111,111,107,105,101,115,0,8,0,16,46,115,116,110,95,99,111,111,107,105,101,111,112,116,105,110,0,8,0,13,46,115,116,111,114,109,45,99,111,111,107,105,101,0,8,0,32,46,115,116,111,114,109,100,105,103,105,116,97,108,45,99,111,111,107,105,101,87,97,108,108,45,111,118,101,114,108,97,121,0,8,0,20,46,115,116,114,105,112,101,45,99,108,97,105,109,45,99,111,111,107,105,101,0,8,0,15,46,115,116,114,105,112,101,95,99,111,111,107,105,101,115,0,8,0,17,46,115,116,114,105,115,99,105,97,45,99,111,111,107,105,101,115,0,8,0,11,46,115,116,116,45,99,111,111,107,105,101,0,8,0,20,46,115,116,117,112,105,100,67,111,111,107,105,101,67,111,110,115,101,110,116,0,8,0,24,46,115,116,121,95,99,111,111,107,105,101,95,109,111,110,115,116,101,114,95,99,111,110,116,0,8,0,13,46,115,116,121,108,101,67,111,111,107,105,101,115,0,8,0,13,46,115,117,45,99,111,111,107,105,101,98,97,114,0,8,0,21,46,115,117,98,45,102,111,111,116,101,114,32,62,32,46,99,111,111,107,105,101,0,8,0,17,46,115,117,98,115,99,114,105,98,101,45,99,111,111,107,105,101,0,8,0,28,46,115,117,99,104,101,110,45,99,111,111,107,105,101,45,112,114,105,118,97,99,121,45,116,111,97,115,116,0,8,0,20,46,115,117,103,45,110,111,116,105,99,101,45,45,112,114,105,118,97,99,121,0,8,0,14,46,115,117,105,45,67,109,112,66,97,110,110,101,114,0,8,0,17,46,115,117,105,45,67,111,111,107,105,101,66,97,110,110,101,114,0,8,0,19,46,115,117,105,45,99,111,111,107,105,101,45,119,97,114,110,105,110,103,0,8,0,14,46,115,117,108,99,111,45,99,111,111,107,105,101,115,0,8,0,22,46,115,117,110,100,97,121,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,23,46,115,117,112,101,114,112,119,97,45,115,116,105,99,107,121,45,98,97,110,110,101,114,0,8,0,22,46,115,117,112,112,111,114,116,45,98,111,111,116,111,109,45,99,111,111,107,105,101,0,8,0,21,46,115,117,114,115,45,99,111,111,107,105,101,115,45,119,114,97,112,112,101,114,0,8,0,12,46,115,117,116,105,119,97,114,110,105,110,103,0,8,0,16,46,115,118,45,67,111,111,107,105,101,87,105,110,100,111,119,0,8,0,25,46,115,118,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,0,8,0,23,46,115,118,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,17,46,115,118,45,99,111,111,107,105,101,67,111,110,115,101,110,116,0,8,0,29,46,115,118,45,115,101,45,115,111,108,101,105,108,105,116,45,67,111,111,107,105,101,77,101,115,115,97,103,101,0,8,0,23,46,115,118,45,116,101,120,116,45,112,111,114,116,108,101,116,46,99,111,111,107,105,101,0,8,0,20,46,115,119,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,8,0,25,46,115,119,45,99,111,111,107,105,101,66,97,110,110,101,114,95,95,111,118,101,114,108,97,121,0,8,0,18,46,115,119,45,99,111,111,107,105,101,115,45,98,97,110,110,101,114,0,8,0,20,46,115,119,49,57,98,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,9,46,115,119,67,111,111,107,105,101,0,8,0,22,46,115,119,67,111,111,107,105,101,66,97,110,110,101,114,87,97,114,112,112,101,114,0,8,0,19,46,115,119,103,45,111,118,101,114,108,97,121,45,99,111,111,107,105,101,0,8,0,33,46,115,119,105,99,45,99,111,111,107,105,101,45,112,101,114,109,105,115,115,105,111,110,45,99,111,110,116,97,105,110,101,114,0,8,0,21,46,115,119,105,102,116,76,101,103,97,108,67,111,109,112,108,105,97,110,99,101,0,8,0,13,46,115,119,110,122,97,95,98,97,110,110,101,114,0,8,0,24,46,115,119,115,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,18,46,115,120,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,17,46,115,120,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,11,46,115,120,45,99,111,111,107,105,101,115,0,8,0,9,46,115,120,99,111,111,107,105,101,0,8,0,19,46,115,121,109,97,110,116,101,99,45,99,112,45,98,97,110,110,101,114,0,8,0,23,46,115,121,109,112,111,115,105,97,45,99,111,111,107,105,101,45,97,99,99,101,112,116,0,8,0,20,46,115,121,110,111,95,99,111,111,107,105,101,95,101,108,101,109,101,110,116,0,8,0,15,46,115,121,115,95,99,99,45,99,111,111,107,105,101,115,0,8,0,31,46,115,121,115,95,104,101,97,100,101,114,95,116,111,111,108,98,97,114,95,99,111,111,107,105,101,95,116,101,120,116,0,8,0,21,46,115,121,115,116,101,109,45,110,111,116,105,99,101,46,99,111,111,107,105,101,0,8,0,17,46,115,122,45,109,101,116,97,95,95,99,111,111,107,105,101,115,0,8,0,12,46,115,122,99,95,119,105,100,101,98,111,120,0,8,0,9,46,116,45,99,111,111,107,105,101,0,8,0,28,46,116,45,102,111,111,116,101,114,95,95,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,0,8,0,17,46,116,51,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,6,46,116,67,111,111,107,0,8,0,18,46,116,67,111,111,107,105,101,115,73,110,102,111,98,108,111,99,107,0,8,0,12,46,116,97,98,45,99,111,111,107,105,101,115,0,8,0,14,46,116,97,98,50,45,114,111,100,111,45,98,97,114,0,8,0,9,46,116,97,110,99,109,98,110,114,0,8,0,16,46,116,97,111,45,99,111,111,107,105,101,45,104,105,110,116,0,8,0,15,46,116,97,114,95,99,111,111,107,105,101,115,66,97,114,0,8,0,28,46,116,97,114,116,101,97,117,99,105,116,114,111,110,65,108,101,114,116,66,105,103,66,111,116,116,111,109,0,8,0,27,46,116,97,114,116,101,97,117,99,105,116,114,111,110,66,101,102,111,114,101,86,105,115,105,98,108,101,0,8,0,35,46,116,97,120,99,111,100,101,97,110,100,112,114,105,118,97,99,121,45,99,111,111,107,105,101,110,111,116,105,99,101,45,98,97,114,0,8,0,9,46,116,98,99,111,111,107,105,101,0,8,0,17,46,116,99,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,21,46,116,99,45,99,111,111,107,105,101,45,99,111,109,112,108,105,97,110,99,101,0,8,0,18,46,116,99,45,99,111,111,107,105,101,115,45,97,108,101,114,116,97,0,8,0,18,46,116,99,45,112,114,105,118,97,99,121,45,98,97,110,110,101,114,0,8,0,19,46,116,99,45,112,114,105,118,97,99,121,45,111,118,101,114,108,97,121,0,8,0,23,46,116,99,67,111,111,107,105,101,115,68,105,97,108,111,103,87,114,97,112,112,101,114,0,8,0,24,46,116,99,117,45,99,111,111,107,105,101,115,45,100,112,103,114,45,98,97,110,110,101,114,0,8,0,8,46,116,100,45,103,100,112,114,0,8,0,23,46,116,100,45,103,100,112,114,95,95,99,111,111,107,105,101,109,101,115,115,97,103,101,0,8,0,22,46,116,100,95,95,110,97,118,95,95,99,111,111,107,105,101,78,111,116,105,99,101,0,8,0,19,46,116,100,95,114,113,95,109,111,100,97,108,45,99,111,111,107,105,101,0,8,0,22,46,116,101,97,108,105,117,109,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,24,46,116,101,109,112,108,97,116,101,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,25,46,116,101,109,112,108,97,116,101,45,102,111,111,116,101,114,95,95,99,111,111,107,105,101,115,0,8,0,21,46,116,101,110,99,45,104,101,97,100,101,114,95,95,99,111,111,107,105,101,115,0,8,0,15,46,116,101,110,100,105,110,97,45,99,111,111,107,105,101,0,8,0,9,46,116,101,114,109,76,71,80,68,0,8,0,15,46,116,101,114,109,108,121,45,99,111,110,115,101,110,116,0,8,0,18,46,116,101,114,109,111,45,97,99,101,105,116,101,45,108,103,112,100,0,8,0,12,46,116,101,114,109,111,67,111,111,107,105,101,0,8,0,16,46,116,101,114,109,111,115,45,112,111,108,105,116,105,99,97,0,8,0,26,46,116,101,114,109,111,115,95,99,111,111,107,105,101,95,112,114,105,118,97,99,105,100,97,100,101,0,8,0,29,46,116,101,114,109,115,45,99,111,110,100,105,116,105,111,110,115,45,98,111,116,116,111,109,45,108,105,110,101,0,8,0,14,46,116,101,114,109,115,45,99,111,111,107,105,101,115,0,8,0,40,46,116,101,114,109,115,102,101,101,100,45,99,111,109,45,45,45,110,98,45,105,110,116,101,114,115,116,105,116,105,97,108,45,111,118,101,114,108,97,121,0,8,0,22,46,116,101,114,109,115,102,101,101,100,45,99,111,109,45,45,45,114,101,115,101,116,0,8,0,13,46,116,101,115,99,111,45,99,111,111,107,105,101,0,8,0,25,46,116,101,115,116,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,19,46,116,101,120,116,45,99,101,110,116,101,114,46,99,111,111,107,105,101,0,8,0,27,46,116,101,120,116,45,99,101,110,116,101,114,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,12,46,116,101,120,116,45,99,111,111,107,105,101,0,8,0,26,46,116,101,120,116,45,99,111,111,107,105,101,115,45,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,18,46,116,101,120,116,101,65,108,101,114,116,101,67,111,111,107,105,101,0,8,0,14,46,116,101,120,116,111,95,99,111,111,107,105,101,115,0,8,0,21,46,116,102,45,99,111,111,107,105,101,80,111,108,105,99,121,77,111,100,97,108,0,8,0,15,46,116,102,116,108,45,48,56,45,99,111,111,107,105,101,0,8,0,15,46,116,103,45,105,110,102,111,45,99,111,111,107,105,101,0,8,0,26,46,116,103,100,112,114,99,45,99,111,111,107,105,101,45,98,97,114,45,100,105,115,112,108,97,121,0,8,0,17,46,116,104,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,16,46,116,104,45,99,111,111,107,105,101,45,112,111,112,117,112,0,8,0,15,46,116,104,98,45,99,111,111,107,105,101,45,98,97,114,0,8,0,17,46,116,104,99,111,111,107,105,101,45,111,118,101,114,108,97,121,0,8,0,18,46,116,104,101,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,14,46,116,104,101,45,99,111,111,107,105,101,106,97,114,0,8,0,9,46,116,104,101,45,103,100,112,114,0,8,0,10,46,116,104,101,67,111,111,107,105,101,0,8,0,25,46,116,104,101,70,114,105,101,110,100,108,121,67,111,111,107,105,101,77,111,110,115,116,101,114,0,8,0,10,46,116,104,101,101,99,108,98,111,120,0,8,0,23,46,116,104,105,115,95,115,105,116,101,95,117,115,101,115,95,99,111,111,107,105,101,115,0,8,0,31,46,116,104,111,109,97,110,110,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,111,118,101,114,108,97,121,0,8,0,11,46,116,104,115,99,111,111,107,105,101,115,0,8,0,31,46,116,105,98,114,114,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,99,111,110,116,97,105,110,101,114,0,8,0,14,46,116,105,99,107,101,114,95,99,111,111,107,105,101,0,8,0,14,46,116,105,101,116,111,115,117,111,106,97,98,111,120,0,8,0,13,46,116,107,45,70,111,111,116,101,114,45,99,99,0,8,0,20,46,116,107,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,8,0,24,46,116,107,110,45,99,111,111,107,105,101,45,97,99,99,101,112,116,95,95,97,114,101,97,0,8,0,17,46,116,109,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,20,46,116,109,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,8,0,22,46,116,109,45,99,111,111,107,105,101,45,100,105,97,108,111,103,45,114,111,111,116,0,8,0,11,46,116,109,45,99,111,111,107,105,101,115,0,8,0,19,46,116,109,45,99,111,111,107,105,101,115,45,99,111,110,115,101,110,116,0,8,0,12,46,116,109,67,111,111,107,105,101,66,111,120,0,8,0,18,46,116,109,98,45,99,111,111,107,105,101,45,99,104,111,105,99,101,0,8,0,15,46,116,109,99,111,111,107,105,101,110,111,116,105,99,101,0,8,0,19,46,116,109,111,45,99,111,111,107,105,101,45,109,101,108,100,105,110,103,0,8,0,19,46,116,110,45,99,111,111,107,105,101,73,110,102,111,45,97,114,101,97,0,8,0,18,46,116,110,97,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,11,46,116,110,102,45,99,111,111,107,105,101,0,8,0,18,46,116,110,119,95,99,111,111,107,105,101,99,111,110,115,101,110,116,0,8,0,20,46,116,110,122,99,111,111,107,105,101,95,99,111,110,116,97,105,110,101,114,0,8,0,15,46,116,111,97,115,116,45,45,99,111,111,107,105,101,115,0,8,0,23,46,116,111,97,115,116,45,45,109,111,100,45,99,111,111,107,105,101,45,100,101,115,99,0,8,0,20,46,116,111,97,115,116,45,98,108,111,99,107,45,99,111,111,107,105,101,115,0,8,0,13,46,116,111,97,115,116,45,99,111,111,107,105,101,0,8,0,20,46,116,111,97,115,116,45,99,111,111,107,105,101,45,97,99,116,105,118,101,0,8,0,23,46,116,111,97,115,116,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,8,0,14,46,116,111,97,115,116,45,99,111,111,107,105,101,115,0,8,0,20,46,116,111,97,115,116,45,112,114,105,109,97,114,121,46,116,111,97,115,116,0,8,0,21,46,116,111,97,115,116,45,116,121,112,101,45,110,101,119,67,111,111,107,105,101,0,8,0,18,46,116,111,97,115,116,67,111,111,107,105,101,80,111,108,105,99,121,0,8,0,40,46,116,111,97,115,116,91,100,97,116,97,45,100,105,115,109,105,115,115,97,98,108,101,45,105,100,61,34,99,111,111,107,105,101,105,110,102,111,34,93,0,8,0,23,46,116,111,97,115,116,101,114,45,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,8,0,12,46,116,111,102,45,99,111,111,107,105,101,115,0,8,0,16,46,116,111,111,108,98,97,114,45,99,111,111,107,105,101,115,0,8,0,26,46,116,111,112,45,97,108,101,114,116,45,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,0,8,0,11,46,116,111,112,45,99,111,111,107,105,101,0,8,0,18,46,116,111,112,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,16,46,116,111,112,45,99,111,111,107,105,101,45,105,110,102,111,0,8,0,24,46,116,111,112,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,19,46,116,111,112,45,99,111,111,107,105,101,45,119,114,97,112,112,101,114,0,8,0,12,46,116,111,112,45,99,111,111,107,105,101,115,0,8,0,22,46,116,111,112,45,99,111,111,107,105,101,115,45,99,111,110,116,97,105,110,101,114,0,8,0,16,46,116,111,112,45,104,101,97,100,101,114,45,103,100,112,114,0,8,0,16,46,116,111,112,45,105,110,102,111,45,99,111,111,107,105,101,0,8,0,17,46,116,111,112,45,105,110,102,111,45,99,111,111,107,105,101,115,0,8,0,33,46,116,111,112,45,109,101,115,115,97,103,101,91,100,97,116,97,45,118,99,118,45,116,111,112,45,98,97,110,110,101,114,93,0,8,0,24,46,116,111,112,45,112,111,112,45,109,101,115,115,97,103,101,45,45,99,111,111,107,105,101,0,8,0,36,46,116,111,112,45,114,111,119,91,100,97,116,97,45,99,111,110,116,97,105,110,101,114,61,34,99,111,111,107,105,101,98,111,120,34,93,0,8,0,23,46,116,111,112,45,119,114,97,112,112,101,114,45,99,111,111,107,105,101,105,110,102,111,0,8,0,27,46,116,111,112,67,111,109,112,111,110,101,110,116,95,95,99,111,111,107,105,101,66,97,110,110,101,114,0,8,0,14,46,116,111,112,67,111,111,107,105,101,115,77,115,103,0,8,0,17,46,116,111,112,95,98,97,110,110,101,114,45,45,103,100,112,114,0,8,0,11,46,116,111,112,95,99,111,111,107,105,101,0,8,0,18,46,116,111,112,95,99,111,111,107,105,101,95,112,97,110,110,101,108,0,8,0,28,46,116,111,112,95,109,101,115,115,97,103,101,95,99,111,111,107,105,101,115,95,109,101,115,115,97,103,101,0,8,0,11,46,116,111,112,99,111,111,107,105,101,115,0,8,0,18,46,116,111,112,109,101,115,115,97,103,101,45,99,111,111,107,105,101,0,8,0,19,46,116,111,112,115,108,105,100,101,105,110,46,99,111,111,107,105,101,115,0,8,0,23,46,116,111,115,45,66,97,110,110,101,114,45,100,105,115,109,105,115,115,97,98,108,101,0,8,0,11,46,116,111,115,45,102,111,111,116,101,114,0,8,0,18,46,116,111,115,45,117,112,100,97,116,101,45,98,97,110,110,101,114,0,8,0,27,46,116,111,117,99,104,100,101,115,105,103,110,45,99,111,111,107,105,101,45,112,114,105,118,97,99,121,0,8,0,14,46,116,112,45,99,111,111,107,105,101,45,108,97,119,0,8,0,10,46,116,112,95,99,111,111,107,105,101,0,8,0,15,46,116,112,99,97,45,99,111,110,116,97,105,110,101,114,0,8,0,12,46,116,112,108,45,99,111,111,107,105,101,115,0,8,0,14,46,116,112,108,45,103,45,99,111,111,107,105,101,115,0,8,0,17,46,116,112,108,105,115,45,99,108,45,99,111,111,107,105,101,115,0,8,0,21,46,116,114,45,68,105,115,109,105,115,115,105,98,108,101,66,97,110,110,101,114,0,8,0,18,46,116,114,45,99,111,111,107,105,101,115,45,98,97,110,110,101,114,0,8,0,18,46,116,114,45,112,114,105,118,97,99,121,45,98,97,110,110,101,114,0,8,0,25,46,116,114,45,112,114,105,118,97,99,121,45,112,111,108,105,99,121,45,98,97,110,110,101,114,0,8,0,16,46,116,114,97,99,107,105,110,103,45,98,97,110,110,101,114,0,8,0,24,46,116,114,97,99,107,105,110,103,45,98,97,110,110,101,114,45,119,114,97,112,112,101,114,0,8,0,17,46,116,114,97,99,107,105,110,103,45,99,111,110,115,101,110,116,0,8,0,24,46,116,114,97,99,107,105,110,103,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,0,8,0,21,46,116,114,97,99,107,105,110,103,45,99,111,110,115,101,110,116,45,99,116,97,0,8,0,24,46,116,114,97,99,107,105,110,103,45,99,111,110,115,101,110,116,45,100,105,97,108,111,103,0,8,0,24,46,116,114,97,99,107,105,110,103,45,99,111,110,115,101,110,116,45,110,111,116,105,99,101,0,8,0,25,46,116,114,97,99,107,105,110,103,45,99,111,110,115,101,110,116,45,111,118,101,114,108,97,121,0,8,0,23,46,116,114,97,99,107,105,110,103,45,99,111,110,115,101,110,116,45,112,111,112,117,112,0,8,0,19,46,116,114,97,99,107,105,110,103,45,99,111,110,116,101,110,97,110,116,0,8,0,20,46,116,114,97,99,107,105,110,103,45,100,105,115,99,108,97,105,109,101,114,0,8,0,38,46,116,114,97,99,107,105,110,103,45,119,105,100,103,101,116,91,100,97,116,97,45,116,114,97,99,107,105,110,103,45,119,105,100,103,101,116,93,0,8,0,26,46,116,114,97,99,107,105,110,103,67,111,111,107,105,101,115,68,105,115,99,108,97,105,109,101,114,0,8,0,22,46,116,114,97,99,107,105,110,103,78,111,116,105,99,101,79,118,101,114,108,97,121,0,8,0,23,46,116,114,97,99,107,105,110,103,95,99,111,111,107,105,101,95,104,101,97,100,101,114,0,8,0,25,46,116,114,97,99,107,105,110,103,95,99,111,111,107,105,101,95,104,105,100,101,97,98,108,101,0,8,0,20,46,116,114,100,45,99,111,111,107,105,101,45,98,97,99,107,100,114,111,112,0,8,0,22,46,116,114,101,45,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,0,8,0,31,46,116,114,105,108,108,105,97,110,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,0,8,0,21,46,116,114,111,120,45,99,111,110,115,101,110,116,45,109,97,110,97,103,101,114,0,8,0,17,46,116,114,117,115,116,101,45,115,102,45,98,97,110,110,101,114,0,8,0,19,46,116,114,117,115,116,101,95,98,111,120,95,111,118,101,114,108,97,121,0,8,0,39,46,116,114,117,115,116,101,95,99,109,95,111,117,116,101,114,100,105,118,58,110,111,116,40,98,111,100,121,41,58,110,111,116,40,104,116,109,108,41,0,8,0,35,46,116,114,117,115,116,101,95,111,118,101,114,108,97,121,58,110,111,116,40,98,111,100,121,41,58,110,111,116,40,104,116,109,108,41,0,8,0,18,46,116,115,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,17,46,116,115,51,45,99,111,111,107,105,101,45,112,111,112,117,112,0,8,0,15,46,116,115,95,112,114,105,118,97,99,121,95,97,100,118,0,8,0,31,46,116,115,99,85,105,78,111,116,105,102,105,99,97,116,105,111,110,77,105,100,100,108,101,87,114,97,112,112,101,114,0,8,0,23,46,116,115,99,99,98,45,98,97,110,110,101,114,45,99,111,110,116,97,105,110,101,114,0,8,0,18,46,116,115,100,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,18,46,116,115,100,45,99,111,111,107,105,101,95,95,111,117,116,101,114,0,8,0,17,46,116,115,108,45,99,111,111,107,105,101,98,97,110,110,101,114,0,8,0,11,46,116,115,112,45,99,111,111,107,105,101,0,8,0,17,46,116,116,45,98,115,104,45,99,111,111,107,105,101,98,97,114,0,8,0,19,46,116,116,45,99,111,111,107,105,101,45,98,97,99,107,100,114,111,112,0,8,0,14,46,116,116,45,99,111,111,107,105,101,45,98,97,114,0,8,0,21,46,116,116,45,99,111,111,107,105,101,45,98,97,114,45,109,111,100,117,108,101,0,8,0,17,46,116,116,95,99,111,111,107,105,101,95,98,97,110,110,101,114,0,8,0,16,46,116,116,97,99,106,115,95,95,111,118,101,114,108,97,121,0,8,0,10,46,116,116,99,111,110,115,101,110,116,0,8,0,9,46,116,117,105,45,103,100,112,114,0,8,0,23,46,116,117,116,111,114,105,97,108,95,98,97,110,110,101,114,95,99,111,111,107,105,101,0,8,0,20,46,116,118,50,45,106,115,45,99,111,111,107,105,101,45,97,108,101,114,116,0,8,0,20,46,116,118,99,109,115,99,111,111,107,105,101,115,45,110,111,116,105,99,101,0,8,0,10,46,116,119,45,99,111,111,107,105,101,0,8,0,26,46,116,119,45,117,115,101,114,45,99,111,110,115,101,110,116,45,99,111,110,116,97,105,110,101,114,0,8,0,27,46,116,119,105,110,100,105,103,105,116,97,108,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,21,46,116,119,111,100,111,100,105,103,105,116,97,108,45,45,99,111,111,107,105,101,0,8,0,28,46,116,119,115,45,97,99,99,101,112,116,45,99,111,111,107,105,101,115,45,45,119,114,97,112,112,101,114,0,8,0,19,46,116,119,116,45,99,111,111,107,105,101,115,45,98,97,110,110,101,114,0,8,0,14,46,116,120,45,98,115,100,45,99,111,111,107,105,101,0,8,0,23,46,116,120,45,99,111,110,110,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,16,46,116,120,45,99,111,111,107,105,101,98,97,110,110,101,114,0,8,0,15,46,116,120,45,99,111,111,107,105,101,111,112,116,105,110,0,8,0,14,46,116,120,45,100,109,45,99,111,111,107,105,101,115,0,8,0,17,46,116,120,45,101,119,105,45,101,121,101,99,111,111,107,105,101,0,8,0,18,46,116,120,45,103,103,99,111,111,107,105,101,98,97,110,110,101,114,0,8,0,19,46,116,120,45,105,116,50,52,99,111,111,107,105,101,115,45,112,105,49,0,8,0,29,46,116,120,45,109,111,100,97,108,99,111,111,107,105,101,98,97,110,110,101,114,45,111,118,101,114,108,97,121,0,8,0,16,46,116,120,45,112,97,110,100,97,45,99,111,111,107,105,101,0,8,0,26,46,116,120,45,112,97,115,99,111,101,45,99,111,110,115,101,110,116,45,109,97,110,97,103,101,114,0,8,0,11,46,116,120,45,112,110,102,99,110,105,108,0,8,0,15,46,116,120,45,116,97,110,100,110,99,111,111,107,105,101,0,8,0,27,46,116,120,45,119,104,122,99,111,111,107,105,101,99,111,110,115,101,110,116,45,98,97,110,110,101,114,0,8,0,40,46,116,120,95,99,111,111,107,105,101,109,111,110,115,116,101,114,95,100,97,116,97,112,114,111,116,101,99,116,105,111,110,95,111,118,101,114,108,97,121,0,8,0,14,46,116,120,95,102,101,95,99,111,111,107,105,101,115,0,8,0,19,46,116,120,99,95,99,111,111,107,105,101,95,105,110,102,111,98,111,120,0,8,0,12,46,116,120,116,99,111,111,99,107,105,101,115,0,8,0,17,46,116,121,103,104,45,116,111,112,45,99,111,111,107,105,101,115,0,8,0,15,46,116,121,112,101,45,99,111,111,107,105,101,76,97,119,0,8,0,22,46,116,121,112,101,45,99,111,111,107,105,101,97,99,99,101,112,116,112,97,103,101,0,8,0,20,46,116,121,112,105,102,121,45,99,111,111,107,105,101,45,112,111,112,117,112,0,8,0,17,46,117,45,98,97,110,110,101,114,45,99,111,111,107,105,101,115,0,8,0,9,46,117,45,99,111,111,107,105,101,0,8,0,16,46,117,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,18,46,117,45,99,111,111,107,105,101,115,45,99,111,110,115,101,110,116,0,8,0,10,46,117,45,108,97,98,45,98,97,114,0,8,0,17,46,117,45,108,97,98,45,99,111,111,107,105,101,45,108,97,119,0,8,0,17,46,117,98,45,101,109,98,45,98,97,114,45,102,114,97,109,101,0,8,0,19,46,117,98,103,45,99,111,111,107,105,101,115,45,98,97,110,110,101,114,0,8,0,10,46,117,99,45,99,111,111,107,105,101,0,8,0,16,46,117,99,45,99,111,111,107,105,101,45,98,108,111,99,107,0,8,0,11,46,117,99,45,99,111,111,107,105,101,115,0,8,0,13,46,117,99,103,67,111,111,107,105,101,66,97,114,0,8,0,21,46,117,99,109,45,98,97,110,110,101,114,45,112,111,115,45,45,112,117,115,104,0,8,0,10,46,117,99,110,45,98,108,111,99,107,0,8,0,9,46,117,99,111,111,107,105,101,67,0,8,0,37,46,117,100,45,99,111,109,112,111,110,101,110,116,45,45,101,117,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,45,45,97,112,112,0,8,0,40,46,117,100,45,99,111,109,112,111,110,101,110,116,45,45,102,111,111,116,101,114,45,45,101,117,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,0,8,0,28,46,117,100,103,100,112,114,45,99,111,111,107,105,101,45,112,111,108,105,99,121,45,110,111,116,105,99,101,0,8,0,27,46,117,101,45,99,45,115,105,116,101,45,109,101,115,115,97,103,101,45,45,99,111,111,107,105,101,115,0,8,0,21,46,117,101,108,116,106,101,45,99,111,111,107,105,101,45,97,99,99,101,112,116,0,8,0,26,46,117,103,51,45,99,111,111,107,105,101,45,105,110,102,111,45,99,111,110,116,97,105,110,101,114,0,8,0,15,46,117,103,99,45,99,111,111,107,105,101,45,98,97,114,0,8,0,29,46,117,105,45,99,111,111,107,105,101,45,98,108,111,99,107,101,100,45,112,97,103,101,45,99,111,118,101,114,0,8,0,36,46,117,105,45,99,111,111,107,105,101,45,98,108,111,99,107,101,100,45,119,97,114,110,105,110,103,45,99,111,110,116,97,105,110,101,114,0,8,0,18,46,117,105,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,0,8,0,17,46,117,105,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,17,46,117,105,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,8,0,18,46,117,105,45,99,111,111,107,105,101,45,116,111,111,108,116,105,112,0,8,0,18,46,117,105,45,99,111,111,107,105,101,45,119,97,114,110,105,110,103,0,8,0,11,46,117,105,45,99,111,111,107,105,101,50,0,8,0,15,46,117,105,45,99,111,111,107,105,101,65,103,114,101,101,0,8,0,11,46,117,105,45,99,111,111,107,105,101,115,0,8,0,18,46,117,105,45,99,111,111,107,105,101,115,45,98,97,110,110,101,114,0,8,0,26,46,117,105,45,99,111,111,107,105,101,115,45,110,111,116,105,99,101,45,111,118,101,114,108,97,121,0,8,0,18,46,117,105,45,100,105,97,108,111,103,45,99,111,111,107,105,101,115,0,8,0,14,46,117,105,46,99,111,111,107,105,101,46,110,97,103,0,8,0,14,46,117,105,67,111,111,107,105,101,115,72,105,110,116,0,8,0,17,46,117,105,116,107,45,103,100,112,114,45,98,97,110,110,101,114,0,8,0,10,46,117,107,45,99,111,111,107,105,101,0,8,0,17,46,117,107,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,11,46,117,107,45,99,111,111,107,105,101,115,0,8,0,25,46,117,107,45,102,105,114,115,116,45,99,111,108,117,109,110,46,117,107,45,97,108,101,114,116,0,8,0,30,46,117,107,45,110,111,116,105,102,105,99,97,116,105,111,110,45,98,111,116,116,111,109,45,99,101,110,116,101,114,0,8,0,28,46,117,107,45,110,111,116,105,102,105,99,97,116,105,111,110,45,98,111,116,116,111,109,45,108,101,102,116,0,8,0,23,46,117,107,45,110,111,116,105,102,121,45,109,101,115,115,97,103,101,45,105,110,102,111,0,8,0,26,46,117,107,45,112,111,115,105,116,105,111,110,45,102,105,120,101,100,46,99,111,111,107,105,101,115,0,8,0,15,46,117,107,67,111,111,107,105,101,80,111,108,105,99,121,0,8,0,12,46,117,108,67,111,111,107,105,101,80,111,108,0,8,0,39,46,117,108,116,105,109,105,122,101,95,99,111,111,107,105,101,95,110,111,116,105,102,105,99,97,116,105,111,110,95,99,111,110,116,97,105,110,101,114,0,8,0,14,46,117,109,117,67,111,111,107,105,101,77,97,105,110,0,8,0,17,46,117,110,95,99,111,111,107,105,101,67,111,110,102,105,114,109,0,8,0,17,46,117,110,95,99,111,111,107,105,101,95,112,111,108,105,99,121,0,8,0,18,46,117,110,105,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,8,0,28,46,117,110,105,110,97,118,45,99,111,111,107,105,101,45,108,97,119,45,99,111,110,116,97,105,110,101,114,0,8,0,17,46,117,110,105,116,99,111,111,107,105,101,111,110,112,97,103,101,0,8,0,26,46,117,110,105,118,101,114,115,97,108,99,111,111,107,105,101,100,105,115,99,108,97,105,109,101,114,0,8,0,11,46,117,110,113,45,99,111,111,107,105,101,0,8,0,16,46,117,111,45,102,105,114,115,116,45,99,111,111,107,105,101,0,8,0,15,46,117,112,45,102,111,114,109,45,99,111,111,107,105,101,0,8,0,15,46,117,112,50,45,99,111,111,107,105,101,45,100,105,118,0,8,0,19,46,117,112,115,100,95,95,108,103,112,100,95,95,114,101,110,100,101,114,0,8,0,29,46,117,112,115,101,108,108,45,103,100,112,114,45,98,97,110,110,101,114,45,99,111,110,116,97,105,110,101,114,0,8,0,19,46,117,113,118,50,45,99,111,110,115,101,110,116,45,112,111,112,117,112,0,8,0,11,46,117,115,101,45,99,111,111,107,105,101,0,8,0,17,46,117,115,101,45,99,111,111,107,105,101,45,98,108,111,99,107,0,8,0,15,46,117,115,101,45,99,111,111,107,105,101,45,98,111,120,0,8,0,21,46,117,115,101,45,99,111,111,107,105,101,45,99,111,109,112,111,110,101,110,116,0,8,0,21,46,117,115,101,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,8,0,24,46,117,115,101,45,99,111,111,107,105,101,115,45,98,108,111,99,107,45,102,105,120,101,100,0,8,0,17,46,117,115,101,45,99,111,111,107,105,101,115,95,109,97,105,110,0,8,0,13,46,117,115,101,67,111,111,107,105,101,66,111,120,0,8,0,15,46,117,115,101,67,111,111,107,105,101,115,73,110,102,111,0,8,0,11,46,117,115,101,95,99,111,111,107,105,101,0,8,0,12,46,117,115,101,95,99,111,111,107,105,101,115,0,8,0,20,46,117,115,101,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,8,0,11,46,117,115,101,99,111,111,107,105,101,115,0,8,0,17,46,117,115,101,111,102,99,111,111,107,105,101,115,45,116,105,112,0,8,0,21,46,117,115,101,114,45,97,108,101,114,116,115,95,95,99,111,111,107,105,101,115,0,8,0,23,46,117,115,101,114,45,99,111,110,115,101,110,116,46,117,105,45,100,105,97,108,111,103,0,8,0,28,46,117,115,101,114,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,115,101,99,116,105,111,110,0,8,0,19,46,117,115,101,114,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,31,46,117,115,101,114,84,105,112,66,97,110,110,101,114,45,45,97,103,114,101,101,100,95,116,111,95,116,101,114,109,115,0,8,0,21,46,117,115,101,114,99,111,111,107,105,101,109,97,110,97,103,101,109,101,110,116,0,8,0,15,46,117,115,101,114,99,111,111,107,105,101,115,104,111,119,0,8,0,14,46,117,115,101,114,109,115,103,67,111,111,107,105,101,0,8,0,31,46,117,115,101,114,110,111,116,105,102,105,99,97,116,105,111,110,45,45,99,111,111,107,105,101,45,117,115,97,103,101,0,8,0,13,46,117,115,105,110,103,45,99,111,111,107,105,101,0,8,0,19,46,117,115,105,110,103,45,99,111,111,107,105,101,45,98,108,111,99,107,0,8,0,11,46,117,115,111,45,99,111,111,107,105,101,0,8,0,21,46,117,116,95,99,111,111,107,105,101,95,112,114,105,118,97,99,121,95,99,49,0,8,0,18,46,117,116,119,101,110,116,101,45,99,111,111,107,105,101,98,97,114,0,8,0,29,46,117,117,53,45,98,114,105,99,107,115,45,99,111,111,107,105,101,45,98,97,114,45,98,111,116,116,111,109,0,8,0,20,46,117,117,99,111,111,107,105,101,115,45,99,111,110,116,97,105,110,101,114,0,8,0,18,46,117,119,112,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,18,46,117,120,45,97,99,99,101,112,116,45,99,111,111,107,105,101,115,0,8,0,16,46,117,120,45,99,111,111,107,105,101,45,108,97,121,101,114,0,8,0,21,46,118,45,65,95,45,99,111,111,107,105,101,95,95,109,111,110,115,116,101,114,0,8,0,24,46,118,45,97,112,112,45,80,111,114,116,108,101,116,67,111,111,107,105,101,115,76,97,119,0,8,0,17,46,118,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,0,8,0,13,46,118,45,99,111,111,107,105,101,45,98,97,114,0,8,0,16,46,118,45,99,111,111,107,105,101,99,111,110,115,101,110,116,0,8,0,23,46,118,45,112,114,105,118,97,99,121,45,112,111,108,105,99,121,45,112,111,112,117,112,0,8,0,21,46,118,45,115,105,116,101,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,28,46,118,45,119,105,110,100,111,119,45,99,111,111,107,105,101,68,105,97,108,111,103,87,105,110,100,111,119,0,8,0,21,46,118,50,45,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,0,8,0,21,46,118,50,95,99,111,111,107,105,101,115,95,99,111,110,116,97,105,110,101,114,0,8,0,10,46,118,97,108,105,100,114,103,112,100,0,8,0,19,46,118,97,108,117,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,14,46,118,98,99,110,45,98,97,99,107,100,114,111,112,0,8,0,18,46,118,99,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,17,46,118,99,45,99,111,111,107,105,101,99,111,110,115,101,110,116,0,8,0,16,46,118,101,110,116,97,110,97,45,99,111,111,107,105,101,115,0,8,0,11,46,118,101,114,105,65,108,116,66,97,114,0,8,0,13,46,118,102,45,67,111,111,107,105,101,66,97,114,0,8,0,17,46,118,102,45,97,108,101,114,116,45,99,111,111,107,105,101,115,0,8,0,10,46,118,102,45,98,97,110,110,101,114,0,8,0,24,46,118,102,45,112,114,105,118,97,99,121,45,112,111,108,105,99,121,45,112,111,112,117,112,0,8,0,14,46,118,102,99,99,95,95,111,118,101,114,108,97,121,0,8,0,29,46,118,103,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,45,112,111,112,117,112,0,8,0,10,46,118,103,99,111,111,107,105,101,115,0,8,0,16,46,118,105,97,99,111,109,99,111,111,107,105,101,98,97,114,0,8,0,25,46,118,105,97,99,111,109,99,111,111,107,105,101,98,97,114,45,101,120,116,101,110,100,101,100,0,8,0,17,46,118,105,98,114,97,110,116,45,97,112,112,95,103,100,112,114,0,8,0,10,46,118,105,101,119,45,103,100,112,114,0,8,0,12,46,118,105,105,97,45,99,111,111,107,105,101,0,8,0,35,46,118,105,114,116,117,97,108,103,114,111,117,112,45,99,111,111,107,105,101,45,110,111,116,105,99,101,45,119,114,97,112,112,101,114,0,8,0,26,46,118,105,115,105,98,108,101,45,99,111,111,107,105,101,115,58,110,111,116,40,98,111,100,121,41,0,8,0,16,46,118,105,115,105,98,108,101,46,99,111,111,107,105,101,115,0,8,0,14,46,118,105,115,105,116,111,114,99,111,111,107,105,101,0,8,0,14,46,118,105,115,109,111,45,99,111,111,107,105,101,115,0,8,0,13,46,118,105,116,111,45,45,99,111,111,107,105,101,0,8,0,23,46,118,107,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,21,46,118,107,95,99,111,111,107,105,101,95,99,111,109,112,108,105,97,110,99,101,0,8,0,12,46,118,108,98,45,99,111,111,107,105,101,115,0,8,0,14,46,118,108,99,111,111,107,105,101,115,95,98,111,120,0,8,0,8,46,118,109,45,103,100,112,114,0,8,0,20,46,118,109,95,99,111,111,107,105,101,66,97,114,87,114,97,112,112,101,114,0,8,0,26,46,118,109,97,112,105,45,105,110,102,111,99,111,111,107,105,101,115,45,119,114,97,112,112,101,114,0,8,0,19,46,118,109,110,95,98,97,110,110,101,114,45,119,114,97,112,112,101,114,0,8,0,17,46,118,110,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,19,46,118,110,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,8,0,19,46,118,111,99,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,0,8,0,18,46,118,112,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,24,46,118,115,45,110,111,116,105,102,105,99,97,116,105,111,110,45,45,99,111,111,107,105,101,0,8,0,13,46,118,116,101,120,45,99,111,111,107,105,101,115,0,8,0,19,46,118,116,108,45,99,98,45,109,97,105,110,45,119,105,100,103,101,116,0,8,0,17,46,118,116,109,45,99,111,111,107,105,101,98,97,110,110,101,114,0,8,0,16,46,118,119,45,99,111,111,107,105,101,45,97,108,101,114,116,0,8,0,26,46,118,119,45,104,101,97,100,101,114,45,45,97,99,99,101,112,116,45,99,111,111,107,105,101,115,0,8,0,23,46,118,119,95,106,115,95,99,111,111,107,105,101,95,101,117,95,112,111,108,105,99,121,0,8,0,30,46,118,119,95,115,121,115,116,101,109,95,110,111,116,105,102,105,99,97,116,105,111,110,95,111,112,116,95,105,110,0,8,0,19,46,118,119,100,52,95,99,111,111,107,105,101,95,112,111,108,105,99,121,0,8,0,10,46,119,45,45,99,111,111,107,105,101,0,8,0,13,46,119,45,49,48,48,46,99,111,111,107,105,101,0,8,0,16,46,119,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,13,46,119,45,99,111,111,107,105,101,45,98,97,114,0,8,0,16,46,119,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,22,46,119,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,14,46,119,45,105,110,102,111,45,99,111,111,107,105,101,0,8,0,31,46,119,45,109,111,100,97,108,91,99,108,97,115,115,42,61,34,112,114,105,118,97,99,121,97,108,101,114,116,34,93,0,8,0,29,46,119,45,110,111,116,105,102,105,99,97,116,105,111,110,115,95,95,110,111,116,121,95,99,111,111,107,105,101,0,8,0,34,46,119,49,56,108,97,114,97,95,116,103,112,108,117,103,105,110,95,99,111,110,115,101,110,116,95,98,111,100,121,98,97,99,107,0,8,0,11,46,119,50,116,45,98,97,110,110,101,114,0,8,0,8,46,119,51,95,99,110,105,108,0,8,0,21,46,119,97,71,68,80,82,95,99,111,110,115,101,110,116,66,117,116,116,111,110,0,8,0,28,46,119,97,71,68,80,82,95,109,111,100,97,108,70,114,97,109,101,66,97,99,107,103,114,111,117,110,100,0,8,0,22,46,119,97,99,111,110,99,111,111,107,105,101,109,97,110,97,103,101,109,101,110,116,0,8,0,32,46,119,97,99,111,110,99,111,111,107,105,101,109,97,110,97,103,101,109,101,110,116,45,99,111,111,107,105,101,98,97,114,0,8,0,18,46,119,97,100,45,98,97,110,110,101,114,45,99,111,111,107,105,101,0,8,0,16,46,119,97,109,105,95,99,111,111,107,105,101,95,100,105,118,0,8,0,14,46,119,97,110,100,101,114,45,99,111,111,107,105,101,0,8,0,12,46,119,97,114,110,45,99,111,111,107,105,101,0,8,0,16,46,119,97,114,110,105,110,103,45,45,112,111,108,105,99,121,0,8,0,15,46,119,97,114,110,105,110,103,45,99,111,111,107,105,101,0,8,0,19,46,119,97,114,110,105,110,103,45,99,111,111,107,105,101,45,108,97,119,0,8,0,16,46,119,97,114,110,105,110,103,45,99,111,111,107,105,101,115,0,8,0,23,46,119,97,114,110,105,110,103,45,109,101,115,115,97,103,101,46,99,111,111,107,105,101,0,8,0,15,46,119,97,114,110,105,110,103,45,112,111,108,105,99,121,0,8,0,21,46,119,97,114,110,105,110,103,45,116,111,112,45,45,99,111,111,107,105,101,115,0,8,0,15,46,119,97,114,110,105,110,103,46,99,111,111,107,105,101,0,8,0,14,46,119,97,114,110,105,110,103,67,111,111,107,105,101,0,8,0,18,46,119,97,114,110,105,110,103,67,111,111,107,105,101,82,103,112,100,0,8,0,18,46,119,97,114,110,105,110,103,67,111,111,107,105,101,87,114,97,112,0,8,0,28,46,119,97,114,110,105,110,103,77,101,115,115,97,103,101,80,97,110,101,108,46,99,111,111,107,105,101,115,0,8,0,21,46,119,97,114,110,105,110,103,95,69,85,95,99,111,111,107,105,101,109,115,103,0,8,0,21,46,119,97,114,110,105,110,103,95,99,111,111,107,105,101,95,98,108,111,99,107,0,8,0,28,46,119,97,114,112,95,99,111,111,107,105,101,95,119,97,114,110,105,110,103,95,98,97,114,114,105,101,114,0,8,0,13,46,119,97,115,97,95,99,111,111,107,105,101,115,0,8,0,12,46,119,98,85,75,67,111,111,107,105,101,115,0,8,0,17,46,119,98,95,99,111,111,107,105,101,95,112,111,108,105,99,121,0,8,0,19,46,119,98,117,95,99,111,111,107,105,101,45,119,114,97,112,112,101,114,0,8,0,17,46,119,99,45,100,101,102,97,117,108,116,115,45,103,100,112,114,0,8,0,17,46,119,99,45,103,100,112,114,45,116,101,109,112,108,97,116,101,0,8,0,23,46,119,99,45,103,100,112,114,45,116,101,109,112,108,97,116,101,45,108,97,114,103,101,0,8,0,18,46,119,99,95,112,114,105,118,97,99,121,95,110,111,116,105,99,101,0,8,0,18,46,119,99,99,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,8,0,9,46,119,99,111,111,107,105,101,115,0,8,0,10,46,119,100,45,99,111,111,107,105,101,0,8,0,11,46,119,100,45,99,111,111,107,105,101,115,0,8,0,17,46,119,100,45,99,111,111,107,105,101,115,45,112,111,112,117,112,0,8,0,35,46,119,100,45,119,105,100,103,101,116,45,106,115,46,119,100,45,100,97,116,97,45,117,115,97,103,101,45,99,111,110,102,105,114,109,0,8,0,10,46,119,100,95,99,111,111,107,105,101,0,8,0,17,46,119,101,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,16,46,119,101,45,104,97,118,101,45,99,111,111,107,105,101,115,0,8,0,14,46,119,101,45,117,115,101,45,99,111,111,107,105,101,0,8,0,15,46,119,101,45,117,115,101,45,99,111,111,107,105,101,115,0,8,0,16,46,119,101,45,117,115,105,110,103,45,99,111,111,107,105,101,0,8,0,9,46,119,101,67,111,111,107,105,101,0,8,0,12,46,119,101,67,111,111,107,105,101,66,97,114,0,8,0,13,46,119,101,85,115,101,67,111,111,107,105,101,115,0,8,0,21,46,119,101,97,108,100,45,103,100,112,114,45,99,111,110,116,97,105,110,101,114,0,8,0,12,46,119,101,98,45,99,111,111,107,105,101,115,0,8,0,19,46,119,101,98,45,99,111,111,107,105,101,115,45,105,110,108,105,110,101,0,8,0,22,46,119,101,98,103,97,116,104,97,45,99,111,111,107,105,101,115,45,105,110,102,111,0,8,0,23,46,119,101,98,115,104,111,112,45,99,111,111,107,105,101,45,119,97,114,110,105,110,103,0,8,0,22,46,119,101,98,115,105,116,101,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,28,46,119,101,98,115,105,116,101,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,16,46,119,101,98,115,105,116,101,45,99,111,111,107,105,101,115,0,8,0,22,46,119,101,99,111,111,107,105,101,112,111,112,45,99,111,110,116,97,105,110,101,114,0,8,0,11,46,119,101,101,45,99,111,111,107,105,101,0,8,0,16,46,119,101,108,99,111,109,101,45,99,111,111,107,105,101,115,0,8,0,16,46,119,101,108,99,111,109,101,45,112,114,105,118,97,99,121,0,8,0,13,46,119,101,117,115,101,99,111,111,107,105,101,115,0,8,0,18,46,119,102,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,10,46,119,103,95,99,111,111,107,105,101,0,8,0,12,46,119,103,116,45,99,111,111,107,105,101,115,0,8,0,17,46,119,105,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,22,46,119,105,100,103,101,116,45,45,99,111,111,107,105,101,67,111,110,115,101,110,116,0,8,0,16,46,119,105,100,103,101,116,45,45,99,111,111,107,105,101,115,0,8,0,27,46,119,105,100,103,101,116,45,45,101,110,97,98,108,101,45,99,111,111,107,105,101,115,45,98,111,120,0,8,0,24,46,119,105,100,103,101,116,45,71,100,112,114,67,111,111,107,105,101,66,97,110,110,101,114,0,8,0,15,46,119,105,100,103,101,116,45,99,111,110,115,101,110,116,0,8,0,22,46,119,105,100,103,101,116,45,99,111,110,115,101,110,116,45,100,105,97,108,111,103,0,8,0,14,46,119,105,100,103,101,116,45,99,111,111,107,105,101,0,8,0,21,46,119,105,100,103,101,116,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,27,46,119,105,100,103,101,116,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,19,46,119,105,100,103,101,116,45,99,111,111,107,105,101,79,112,116,73,110,0,8,0,19,46,119,105,100,103,101,116,45,103,100,112,114,45,98,97,110,110,101,114,0,8,0,26,46,119,105,100,103,101,116,45,103,100,112,114,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,44,46,119,105,100,103,101,116,45,116,121,112,101,95,115,121,115,116,101,109,95,119,105,100,103,101,116,95,118,52,95,109,111,100,97,108,95,99,111,111,107,105,101,95,49,0,8,0,15,46,119,105,100,103,101,116,46,99,111,111,107,105,101,115,0,8,0,30,46,119,105,100,103,101,116,95,95,99,111,110,116,97,99,116,95,95,105,116,101,109,45,45,99,111,111,107,105,101,0,8,0,19,46,119,105,100,103,101,116,95,97,108,101,114,116,99,111,111,107,105,101,0,8,0,34,46,119,105,100,103,101,116,95,99,111,97,108,97,45,119,105,100,103,101,116,45,99,111,111,107,105,101,95,98,97,110,110,101,114,0,8,0,27,46,119,105,100,103,101,116,95,99,111,111,107,105,101,99,111,110,115,101,110,116,119,105,100,103,101,116,0,8,0,28,46,119,105,100,103,101,116,95,101,117,95,99,111,111,107,105,101,95,108,97,119,95,119,105,100,103,101,116,0,8,0,12,46,119,105,110,95,99,111,111,107,105,101,115,0,8,0,18,46,119,107,100,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,8,0,11,46,119,107,112,45,99,111,111,107,105,101,0,8,0,19,46,119,108,45,45,45,99,111,111,107,105,101,87,97,114,110,105,110,103,0,8,0,10,46,119,108,95,99,111,111,107,105,101,0,8,0,27,46,119,109,100,107,45,99,111,111,107,105,101,45,110,111,116,105,99,101,45,119,114,97,112,112,101,114,0,8,0,19,46,119,110,101,116,95,99,111,111,107,105,101,115,112,111,108,105,99,121,0,8,0,21,46,119,111,108,102,45,99,111,110,115,101,110,116,109,101,110,116,45,98,97,114,0,8,0,22,46,119,111,108,102,111,114,100,45,97,108,108,111,119,45,99,111,111,107,105,101,115,0,8,0,25,46,119,111,111,99,111,109,109,101,114,99,101,45,115,116,111,114,101,45,110,111,116,105,99,101,0,8,0,23,46,119,111,111,100,109,97,114,116,45,99,111,111,107,105,101,115,45,112,111,112,117,112,0,8,0,22,46,119,111,111,100,121,45,99,111,111,107,105,101,115,45,116,111,111,108,98,111,120,0,8,0,35,46,119,111,114,100,112,114,101,115,115,45,99,111,110,115,101,110,116,45,109,97,110,97,103,101,114,95,95,119,114,97,112,112,101,114,0,8,0,43,46,119,111,114,100,112,114,101,115,115,45,103,100,112,114,45,111,112,101,110,45,112,114,105,118,97,99,121,45,115,101,116,116,105,110,103,115,45,109,111,100,97,108,0,8,0,21,46,119,111,114,100,112,114,101,115,115,45,103,100,112,114,45,112,111,112,117,112,0,8,0,48,46,119,111,114,100,112,114,101,115,115,45,103,100,112,114,45,112,114,105,118,97,99,121,45,115,101,116,116,105,110,103,115,45,112,111,112,117,112,45,99,111,110,116,97,105,110,101,114,0,8,0,32,46,119,112,45,98,108,111,99,107,45,106,101,116,112,97,99,107,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,17,46,119,112,45,99,111,111,107,105,101,45,112,114,111,109,112,116,0,8,0,11,46,119,112,45,99,111,111,107,105,101,115,0,8,0,27,46,119,112,45,103,100,112,114,45,99,111,111,107,105,101,45,110,111,116,105,99,101,45,119,114,97,112,0,8,0,14,46,119,112,45,103,100,112,114,45,112,111,112,117,112,0,8,0,29,46,119,112,45,112,114,105,118,97,99,121,45,112,114,111,109,112,116,45,100,105,97,108,111,103,45,98,111,120,0,8,0,21,46,119,112,45,112,116,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,22,46,119,112,45,115,116,97,116,105,115,116,105,99,115,45,111,112,116,45,111,117,116,0,8,0,41,46,119,112,95,112,114,105,118,97,99,121,95,99,111,111,107,105,101,95,119,97,108,108,45,112,114,111,109,112,116,45,100,105,97,108,111,103,45,98,111,120,0,8,0,19,46,119,112,99,45,99,111,111,107,105,101,45,119,97,114,110,105,110,103,0,8,0,12,46,119,112,99,99,45,98,111,116,116,111,109,0,8,0,15,46,119,112,99,99,45,99,111,110,116,97,105,110,101,114,0,8,0,21,46,119,112,99,103,45,98,114,46,119,112,99,103,45,108,97,121,45,111,117,116,0,8,0,20,46,119,112,99,110,95,98,97,110,110,101,114,45,119,114,97,112,112,101,114,0,8,0,14,46,119,112,99,111,111,107,105,101,45,115,101,101,110,0,8,0,22,46,119,112,99,117,105,45,99,111,111,107,105,101,45,98,97,114,45,98,111,100,121,0,8,0,25,46,119,112,99,117,105,45,99,111,111,107,105,101,45,98,97,114,45,100,105,115,112,108,97,121,0,8,0,20,46,119,112,102,114,101,115,104,52,45,99,111,111,107,105,101,45,112,111,112,0,8,0,20,46,119,112,102,114,101,115,104,53,45,99,111,111,107,105,101,45,112,111,112,0,8,0,21,46,119,112,103,100,112,114,45,109,111,100,97,108,45,100,105,97,108,111,103,103,0,8,0,8,46,119,112,103,100,112,114,99,0,8,0,20,46,119,112,103,100,112,114,99,45,99,111,110,115,101,110,116,45,98,97,114,0,8,0,22,46,119,112,104,97,99,107,45,99,111,111,107,105,101,45,119,114,97,112,112,101,114,0,8,0,24,46,119,112,109,97,115,116,101,114,45,99,111,111,107,105,101,45,99,111,110,116,101,110,116,0,8,0,24,46,119,112,109,97,115,116,101,114,45,99,111,111,107,105,101,45,119,114,97,112,112,101,114,0,8,0,15,46,119,112,114,45,99,111,111,107,105,101,98,97,108,107,0,8,0,17,46,119,112,114,99,98,45,99,111,111,107,105,101,45,98,97,114,0,8,0,19,46,119,114,97,112,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,17,46,119,114,97,112,45,99,111,111,107,105,101,45,105,110,102,111,0,8,0,21,46,119,114,97,112,45,99,111,111,107,105,101,45,105,110,102,111,45,101,120,116,0,8,0,24,46,119,114,97,112,45,99,111,111,107,105,101,45,112,108,97,99,101,104,111,108,100,101,114,0,8,0,27,46,119,114,97,112,45,99,111,111,107,105,101,45,112,111,108,105,99,121,45,109,101,115,115,97,103,101,0,8,0,17,46,119,114,97,112,45,99,111,111,107,105,101,45,115,105,116,101,0,8,0,13,46,119,114,97,112,45,99,111,111,107,105,101,115,0,8,0,21,46,119,114,97,112,45,99,111,111,107,105,101,115,45,100,101,115,107,116,111,112,0,8,0,19,46,119,114,97,112,45,99,111,111,107,105,101,115,45,105,110,102,111,115,0,8,0,10,46,119,114,97,112,45,103,100,112,114,0,8,0,12,46,119,114,97,112,95,99,111,111,107,105,101,0,8,0,19,46,119,114,97,112,95,99,111,111,107,105,101,95,112,111,108,105,99,121,0,8,0,17,46,119,114,97,112,95,99,111,111,107,105,101,95,115,105,116,101,0,8,0,13,46,119,114,97,112,95,99,111,111,107,105,101,115,0,8,0,13,46,119,114,97,112,112,45,99,111,111,107,105,101,0,8,0,22,46,119,114,97,112,112,101,114,32,62,32,35,111,116,45,115,100,107,45,98,116,110,0,8,0,17,46,119,114,97,112,112,101,114,45,45,99,111,111,107,105,101,115,0,8,0,28,46,119,114,97,112,112,101,114,45,45,99,111,111,107,105,101,115,45,100,105,115,99,108,97,105,109,101,114,0,8,0,22,46,119,114,97,112,112,101,114,45,98,97,110,110,101,114,45,99,111,111,107,105,101,0,8,0,20,46,119,114,97,112,112,101,114,45,98,97,110,110,101,114,45,114,103,112,100,0,8,0,15,46,119,114,97,112,112,101,114,45,99,111,111,107,105,101,0,8,0,19,46,119,114,97,112,112,101,114,45,99,111,111,107,105,101,45,98,97,114,0,8,0,16,46,119,114,97,112,112,101,114,45,99,111,111,107,105,101,115,0,8,0,13,46,119,114,97,112,112,101,114,45,103,100,112,114,0,8,0,23,46,119,114,97,112,112,101,114,45,110,111,116,105,102,121,45,99,111,111,107,105,101,115,0,8,0,14,46,119,114,97,112,112,101,114,67,111,111,107,105,101,0,8,0,15,46,119,114,97,112,112,101,114,67,111,111,107,105,101,115,0,8,0,15,46,119,114,97,112,112,101,114,95,99,111,111,107,105,101,0,8,0,16,46,119,114,97,112,112,101,114,95,99,111,111,107,105,101,115,0,8,0,14,46,119,114,97,112,112,101,114,99,111,111,107,105,101,0,8,0,18,46,119,114,97,112,115,45,99,111,111,107,105,101,45,105,110,102,111,0,8,0,18,46,119,115,45,99,111,111,107,105,101,45,99,111,110,116,101,110,116,0,8,0,17,46,119,115,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,19,46,119,115,45,99,111,111,107,105,101,95,95,119,114,97,112,112,101,114,0,8,0,21,46,119,115,45,99,111,111,107,105,101,98,97,114,45,119,114,97,112,112,101,114,0,8,0,14,46,119,115,97,45,99,111,111,107,105,101,108,97,119,0,8,0,16,46,119,115,99,45,99,111,111,107,105,101,115,45,98,97,114,0,8,0,30,46,119,115,105,116,101,45,99,111,111,107,105,101,45,111,112,116,45,111,117,116,45,45,119,114,97,112,112,101,114,0,8,0,21,46,119,115,114,45,45,100,97,116,97,45,112,114,111,116,101,99,116,105,111,110,0,8,0,17,46,119,116,45,99,111,110,102,105,114,109,45,108,97,121,101,114,0,8,0,22,46,119,116,45,99,111,111,107,105,101,45,98,111,120,45,119,114,97,112,112,101,114,0,8,0,18,46,119,116,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,17,46,119,116,45,110,111,116,105,99,101,45,99,111,111,107,105,101,0,8,0,19,46,119,116,97,45,99,111,111,107,105,101,115,45,112,111,108,105,99,121,0,8,0,15,46,119,117,67,111,111,107,105,101,66,97,110,110,101,114,0,8,0,22,46,119,117,110,100,101,114,121,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,29,46,119,117,110,100,101,114,121,45,99,111,111,107,105,101,45,98,97,110,110,101,114,45,98,111,116,116,111,109,0,8,0,14,46,119,119,45,99,111,111,107,105,101,119,97,108,108,0,8,0,25,46,119,119,100,106,45,99,111,111,107,105,101,45,97,99,99,101,112,116,95,95,97,114,101,97,0,8,0,13,46,119,119,112,45,103,100,112,114,95,98,97,114,0,8,0,22,46,119,119,119,115,99,104,117,116,122,95,99,109,112,95,115,104,111,119,105,110,103,0,8,0,14,46,119,120,45,99,111,111,107,105,101,45,112,112,112,0,8,0,17,46,119,120,95,99,111,110,115,101,110,116,98,97,110,110,101,114,0,8,0,16,46,119,122,45,99,99,45,99,111,110,116,97,105,110,101,114,0,8,0,20,46,120,45,99,111,111,107,105,101,45,97,99,99,101,112,116,97,110,99,101,0,8,0,17,46,120,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,20,46,120,45,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,0,8,0,14,46,120,45,99,111,111,107,105,101,45,111,112,101,110,0,8,0,10,46,120,45,99,111,111,107,105,101,115,0,8,0,16,46,120,45,99,111,111,107,105,101,115,45,109,111,100,97,108,0,8,0,17,46,120,45,100,97,110,111,110,101,45,99,111,111,107,105,101,115,0,8,0,32,46,120,45,101,108,91,100,97,116,97,45,97,105,100,42,61,34,67,79,79,75,73,69,95,66,65,78,78,69,82,34,93,0,8,0,13,46,120,45,108,103,112,100,45,112,111,112,117,112,0,8,0,8,46,120,99,111,111,107,105,101,0,8,0,18,46,120,101,110,111,102,105,116,45,99,111,111,107,105,101,98,97,114,0,8,0,15,46,120,102,45,99,111,111,107,105,101,45,104,105,110,116,0,8,0,17,46,120,108,50,45,99,111,111,107,105,101,45,108,97,121,101,114,0,8,0,10,46,120,109,95,109,97,116,111,109,111,0,8,0,24,46,120,111,108,97,45,112,105,105,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,0,8,0,16,46,120,112,114,45,99,111,111,107,105,101,77,111,100,97,108,0,8,0,38,46,120,115,45,102,105,120,101,100,91,100,97,116,97,45,109,111,100,117,108,101,61,34,99,111,111,107,105,101,95,98,97,110,110,101,114,34,93,0,8,0,18,46,120,115,52,97,108,108,45,99,111,111,107,105,101,87,97,108,108,0,8,0,26,46,120,115,52,97,108,108,45,99,111,111,107,105,101,87,97,108,108,45,111,118,101,114,108,97,121,0,8,0,16,46,120,115,67,111,111,107,105,101,67,111,110,115,101,110,116,0,8,0,20,46,120,120,120,45,99,111,111,107,105,101,115,45,116,111,111,108,116,105,112,0,8,0,11,46,120,121,45,99,111,110,115,101,110,116,0,8,0,9,46,120,122,108,103,99,111,111,107,0,8,0,16,46,121,97,45,97,108,108,111,119,45,99,111,111,107,105,101,0,8,0,17,46,121,100,45,106,105,103,45,99,111,111,107,105,101,108,97,119,0,8,0,12,46,121,101,108,108,111,119,46,114,103,112,100,0,8,0,11,46,121,110,45,99,111,111,107,105,101,115,0,8,0,17,46,121,115,100,98,45,99,111,111,107,105,101,97,108,101,114,116,0,8,0,18,46,121,115,111,108,67,111,111,107,105,101,73,110,102,111,66,111,120,0,8,0,18,46,121,116,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,0,8,0,16,46,122,45,98,97,110,110,101,114,45,99,111,111,107,105,101,0,8,0,9,46,122,45,99,111,111,107,105,101,0,8,0,15,46,122,45,99,111,111,107,105,101,45,97,108,101,114,116,0,8,0,16,46,122,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,12,46,122,45,99,111,111,107,105,101,66,97,114,0,8,0,17,46,122,45,99,111,111,107,105,101,66,97,114,95,116,101,120,116,0,8,0,20,46,122,45,99,111,111,107,105,101,66,97,114,95,119,114,97,112,112,101,114,0,8,0,15,46,122,45,99,111,111,107,105,101,112,111,108,105,99,121,0,8,0,10,46,122,45,99,111,111,107,105,101,115,0,8,0,27,46,122,45,110,97,118,105,99,97,116,45,104,101,97,100,101,114,45,99,111,111,107,105,101,66,97,114,0,8,0,27,46,122,49,54,95,99,111,111,107,105,101,115,95,98,97,110,110,101,114,45,119,114,97,112,112,101,114,0,8,0,21,46,122,97,108,114,116,45,122,99,111,111,107,105,101,115,45,97,108,101,114,116,0,8,0,20,46,122,97,112,112,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,25,46,122,97,112,112,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,119,114,97,112,0,8,0,26,46,122,97,112,112,45,99,111,111,107,105,101,109,101,115,115,97,103,101,45,98,111,116,116,111,109,0,8,0,26,46,122,101,98,114,97,45,99,111,111,107,105,101,45,98,97,110,110,101,114,45,112,111,112,117,112,0,8,0,23,46,122,101,110,45,112,114,105,118,97,99,121,112,111,108,105,99,121,112,111,112,117,112,0,8,0,23,46,122,101,110,97,114,105,111,95,99,111,111,107,105,101,95,99,111,110,115,101,110,116,0,8,0,17,46,122,101,110,99,111,110,115,101,110,116,45,112,111,112,117,112,0,8,0,16,46,122,103,111,100,97,95,110,97,95,99,111,111,107,105,101,0,8,0,12,46,122,103,111,100,121,45,112,111,112,117,112,0,8,0,13,46,122,104,45,99,111,111,107,105,101,66,111,120,0,8,0,25,46,122,105,103,45,108,105,115,116,115,45,97,116,116,101,110,116,105,101,114,101,103,101,108,115,0,8,0,21,46,122,105,108,99,104,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,0,8,0,21,46,122,107,45,99,111,111,107,105,101,115,45,99,111,110,116,97,105,110,101,114,0,8,0,24,46,122,109,45,99,111,111,107,105,101,115,45,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,11,46,122,110,45,99,111,111,107,105,101,115,0,8,0,13,46,122,111,110,101,45,99,111,111,107,105,101,115,0,8,0,17,46,122,112,87,105,110,84,104,101,109,101,67,111,111,107,105,101,0,8,0,14,46,122,112,99,111,110,115,101,110,116,105,110,102,111,0,8,0,11,46,122,112,109,45,99,111,111,107,105,101,0,8,0,13,46,122,121,114,111,45,99,111,111,107,105,101,115,0,8,0,14,46,116,45,114,101,99,32,62,32,46,116,54,53,55,0,8,0,14,46,116,45,114,101,99,32,62,32,46,116,56,56,54,0,8,0,14,46,116,45,114,101,99,32,62,32,46,116,56,56,55,0,8,0,14,46,116,45,114,101,99,32,62,32,46,116,57,55,50,0,8,0,16,46,102,112,45,99,111,111,107,105,101,45,109,111,100,97,108,0,8,0,24,46,105,115,45,97,99,116,105,118,101,46,67,111,111,107,105,101,67,111,110,115,101,110,116,0,8,0,24,46,110,97,118,98,97,114,32,62,32,46,67,111,111,107,105,101,67,111,110,115,101,110,116,0,8,0,25,46,106,115,45,110,111,116,105,99,101,46,110,111,116,105,99,101,45,45,99,111,111,107,105,101,0,8,0,23,46,110,111,116,105,99,101,45,45,99,111,111,107,105,101,65,100,118,97,110,99,101,100,0,8,0,25,46,99,111,111,107,105,101,95,99,111,111,107,105,101,45,98,97,114,95,95,50,99,51,74,113,0,8,0,22,46,100,97,114,107,118,99,108,111,98,46,98,99,46,109,105,110,118,99,108,111,98,0,8,0,16,46,99,97,106,97,78,101,103,114,97,65,108,101,114,116,97,0,8,0,20,46,109,111,100,97,108,78,117,101,115,116,114,97,67,111,111,107,105,101,115,0,8,0,13,46,99,99,109,95,115,104,111,119,46,99,99,109,0,8,0,12,46,97,99,116,105,118,101,46,71,68,80,82,0,8,0,18,46,97,99,116,105,118,101,46,100,105,115,99,108,97,105,109,101,114,0,8,0,32,46,116,104,101,109,101,49,46,95,49,111,112,104,57,102,57,46,95,51,104,109,115,106,46,95,49,120,98,55,103,97,109,0,8,0,33,46,99,111,110,116,97,105,110,101,114,32,62,32,35,99,111,111,107,105,101,45,108,97,119,45,105,110,102,111,45,98,97,114,0,8,0,30,46,102,111,111,116,101,114,32,62,32,35,99,111,111,107,105,101,45,108,97,119,45,105,110,102,111,45,98,97,114,0,8,0,36,46,115,105,116,101,45,99,111,110,116,101,110,116,32,62,32,35,99,111,111,107,105,101,45,108,97,119,45,105,110,102,111,45,98,97,114,0,8,0,45,46,99,117,114,114,101,110,116,46,98,108,111,99,107,101,114,46,98,108,111,99,107,101,114,45,99,111,111,107,105,101,115,46,106,113,117,101,114,121,45,109,111,100,97,108,0,8,0,34,46,109,112,112,45,99,111,110,116,97,105,110,101,114,45,112,111,115,105,116,105,111,110,45,98,111,116,116,111,109,45,98,97,114,0,8,0,37,46,109,112,112,45,99,111,110,116,97,105,110,101,114,45,112,111,115,105,116,105,111,110,45,109,105,100,100,108,101,45,99,101,110,116,101,114,0,8,0,31,46,109,112,112,45,99,111,110,116,97,105,110,101,114,45,112,111,115,105,116,105,111,110,45,116,111,112,45,98,97,114,0,8,0,24,46,112,105,120,101,108,109,97,116,101,45,98,97,110,110,101,114,45,98,111,116,116,111,109,0,8,0,33,46,112,105,120,101,108,109,97,116,101,45,103,101,110,101,114,97,108,45,98,97,110,110,101,114,45,119,114,97,112,112,101,114,0,8,0,63,46,115,114,99,45,99,111,110,116,97,105,110,101,114,115,45,99,111,111,107,105,101,45,110,111,116,105,99,101,45,115,116,121,108,101,95,95,99,111,111,107,105,101,78,111,116,105,99,101,87,114,97,112,112,101,114,45,45,49,112,81,116,75,0,8,0,24,46,99,109,112,45,45,118,97,114,45,101,46,99,109,112,95,95,119,114,97,112,112,101,114,0,8,0,17,46,121,117,105,51,45,119,105,100,103,101,116,45,109,97,115,107,0,8,0,24,46,121,117,105,51,45,119,105,100,103,101,116,46,99,111,111,107,101,45,112,111,112,117,112,0,8,0,15,46,95,103,104,120,102,107,104,46,95,51,104,109,115,106,0,8,0,7,46,103,100,112,114,66,71,0,8,0,36,46,112,114,105,118,97,99,121,83,101,116,116,105,110,103,115,58,110,111,116,40,104,116,109,108,41,58,110,111,116,40,98,111,100,121,41,0,8,0,37,46,109,97,105,110,95,99,111,110,116,97,105,110,101,114,32,62,32,46,99,111,110,115,101,110,116,95,115,105,116,101,95,99,111,118,101,114,0,8,0,33,46,109,97,105,110,95,99,111,110,116,97,105,110,101,114,32,62,32,46,99,111,110,115,101,110,116,95,119,105,110,100,111,119,0,8,0,36,46,115,116,105,99,107,121,45,102,111,111,116,101,114,32,62,32,100,105,118,32,62,32,100,105,118,32,62,32,46,99,45,99,101,108,108,0,8,0,38,46,115,117,105,45,67,109,112,85,105,32,62,32,46,115,117,105,45,77,111,108,101,99,117,108,101,78,111,116,105,102,105,99,97,116,105,111,110,0,8,0,45,46,110,111,116,121,95,99,111,110,116,32,62,32,108,105,32,62,32,46,110,111,116,121,95,97,108,101,114,116,32,62,32,46,110,111,116,121,95,109,101,115,115,97,103,101,0,8,0,39,46,117,107,45,112,111,115,105,116,105,111,110,45,122,45,105,110,100,101,120,46,117,107,45,112,111,115,105,116,105,111,110,45,98,111,116,116,111,109,0,8,0,21,46,118,119,53,45,115,116,97,116,105,115,116,105,99,115,79,112,116,66,111,120,0,8,0,27,46,98,105,115,99,111,116,116,111,32,62,32,46,98,105,115,99,111,116,116,111,45,105,110,110,101,114,0,8,0,23,46,100,111,99,107,101,100,45,98,111,116,116,111,109,46,105,110,102,111,45,98,97,114,0,8,0,10,46,103,104,45,98,97,110,110,101,114,0,8,0,17,46,103,104,45,98,97,110,110,101,114,45,97,99,116,105,118,101,0,8,0,24,46,115,107,111,100,97,53,45,115,116,97,116,105,115,116,105,99,115,79,112,116,66,111,120,0,8,0,23,46,97,115,45,111,105,108,45,99,111,110,116,101,110,116,45,111,118,101,114,108,97,121,0,8,0,10,46,98,115,116,45,112,97,110,101,108,0,8,0,14,46,99,95,105,95,99,111,110,116,97,105,110,101,114,0,8,0,22,46,99,109,112,108,122,45,115,111,102,116,45,99,111,111,107,105,101,119,97,108,108,0,8,0,41,46,101,108,105,115,97,45,110,97,118,105,45,99,111,111,107,105,101,45,97,110,100,45,99,111,110,115,101,110,116,45,100,105,115,99,108,97,105,109,101,114,0,8,0,10,46,114,99,99,45,112,97,110,101,108,0,8,0,10,46,114,101,99,111,99,108,105,118,50,0,8,0,13,46,115,104,111,119,46,99,112,45,119,114,97,112,0,8,0,23,46,119,114,97,112,32,62,32,46,99,111,110,115,101,110,116,45,119,105,100,103,101,116,0,8,0,19,46,106,115,45,99,111,110,115,101,110,116,46,99,111,110,115,101,110,116,0,0,128,0,0,0,246,28,0,0,36,110,128,0,12,1,56,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,4,0,0,0,4,0,0,0,10,0,0,0,10,0,0,0,10,0,0,0,10,0,0,0,12,0,0,0,14,0,0,0,18,0,0,0,22,0,0,0,22,0,0,0,22,0,0,0,22,0,0,0,22,0,0,0,22,0,0,0,24,0,0,0,24,0,0,0,26,0,0,0,26,0,0,0,26,0,0,0,26,0,0,0,26,0,0,0,28,0,0,0,34,0,0,0,34,0,0,0,38,0,0,0,50,0,0,0,50,0,0,0,50,0,0,0,50,0,0,0,52,0,0,0,54,0,0,0,60,0,0,0,66,0,0,0,66,0,0,0,66,0,0,0,68,0,0,0,76,0,0,0,76,0,0,0,78,0,0,0,78,0,0,0,78,0,0,0,80,0,0,0,80,0,0,0,82,0,0,0,82,0,0,0,82,0,0,0,84,0,0,0,84,0,0,0,88,0,0,0,88,0,0,0,88,0,0,0,90,0,0,0,90,0,0,0,92,0,0,0,92,0,0,0,92,0,0,0,92,0,0,0,92,0,0,0,92,0,0,0,92,0,0,0,92,0,0,0,100,0,0,0,100,0,0,0,102,0,0,0,104,0,0,0,106,0,0,0,114,0,0,0,116,0,0,0,116,0,0,0,118,0,0,0,118,0,0,0,118,0,0,0,118,0,0,0,118,0,0,0,124,0,0,0,130,0,0,0,132,0,0,0,136,0,0,0,136,0,0,0,138,0,0,0,140,0,0,0,142,0,0,0,146,0,0,0,146,0,0,0,146,0,0,0,146,0,0,0,148,0,0,0,156,0,0,0,162,0,0,0,164,0,0,0,164,0,0,0,164,0,0,0,174,0,0,0,178,0,0,0,180,0,0,0,180,0,0,0,184,0,0,0,184,0,0,0,186,0,0,0,188,0,0,0,188,0,0,0,188,0,0,0,190,0,0,0,190,0,0,0,192,0,0,0,192,0,0,0,194,0,0,0,194,0,0,0,194,0,0,0,196,0,0,0,200,0,0,0,204,0,0,0,204,0,0,0,208,0,0,0,210,0,0,0,212,0,0,0,214,0,0,0,214,0,0,0,214,0,0,0,216,0,0,0,216,0,0,0,218,0,0,0,218,0,0,0,222,0,0,0,226,0,0,0,228,0,0,0,228,0,0,0,228,0,0,0,232,0,0,0,234,0,0,0,234,0,0,0,234,0,0,0,236,0,0,0,236,0,0,0,246,0,0,0,248,0,0,0,248,0,0,0,2,1,0,0,2,1,0,0,4,1,0,0,12,1,0,0,14,1,0,0,18,1,0,0,18,1,0,0,20,1,0,0,20,1,0,0,44,1,0,0,46,1,0,0,46,1,0,0,52,1,0,0,60,1,0,0,62,1,0,0,62,1,0,0,64,1,0,0,64,1,0,0,64,1,0,0,64,1,0,0,64,1,0,0,64,1,0,0,66,1,0,0,68,1,0,0,72,1,0,0,72,1,0,0,76,1,0,0,76,1,0,0,88,1,0,0,88,1,0,0,90,1,0,0,90,1,0,0,90,1,0,0,90,1,0,0,90,1,0,0,90,1,0,0,92,1,0,0,96,1,0,0,96,1,0,0,96,1,0,0,102,1,0,0,102,1,0,0,102,1,0,0,102,1,0,0,102,1,0,0,104,1,0,0,106,1,0,0,106,1,0,0,106,1,0,0,106,1,0,0,108,1,0,0,108,1,0,0,116,1,0,0,118,1,0,0,120,1,0,0,130,1,0,0,138,1,0,0,138,1,0,0,142,1,0,0,148,1,0,0,148,1,0,0,150,1,0,0,154,1,0,0,154,1,0,0,154,1,0,0,162,1,0,0,162,1,0,0,164,1,0,0,166,1,0,0,168,1,0,0,168,1,0,0,170,1,0,0,172,1,0,0,178,1,0,0,178,1,0,0,180,1,0,0,180,1,0,0,180,1,0,0,180,1,0,0,180,1,0,0,182,1,0,0,182,1,0,0,182,1,0,0,186,1,0,0,186,1,0,0,188,1,0,0,188,1,0,0,188,1,0,0,196,1,0,0,202,1,0,0,202,1,0,0,206,1,0,0,206,1,0,0,208,1,0,0,208,1,0,0,208,1,0,0,208,1,0,0,218,1,0,0,218,1,0,0,218,1,0,0,224,1,0,0,230,1,0,0,232,1,0,0,242,1,0,0,242,1,0,0,246,1,0,0,246,1,0,0,246,1,0,0,246,1,0,0,250,1,0,0,250,1,0,0,254,1,0,0,2,2,0,0,2,2,0,0,2,2,0,0,2,2,0,0,4,2,0,0,4,2,0,0,6,2,0,0,10,2,0,0,12,2,0,0,12,2,0,0,12,2,0,0,12,2,0,0,14,2,0,0,14,2,0,0,14,2,0,0,14,2,0,0,14,2,0,0,14,2,0,0,14,2,0,0,22,2,0,0,24,2,0,0,26,2,0,0,26,2,0,0,28,2,0,0,38,2,0,0,38,2,0,0,38,2,0,0,46,2,0,0,46,2,0,0,50,2,0,0,50,2,0,0,50,2,0,0,50,2,0,0,50,2,0,0,52,2,0,0,54,2,0,0,54,2,0,0,54,2,0,0,54,2,0,0,54,2,0,0,54,2,0,0,58,2,0,0,58,2,0,0,64,2,0,0,66,2,0,0,66,2,0,0,70,2,0,0,72,2,0,0,76,2,0,0,78,2,0,0,78,2,0,0,78,2,0,0,78,2,0,0,88,2,0,0,88,2,0,0,88,2,0,0,90,2,0,0,90,2,0,0,90,2,0,0,90,2,0,0,92,2,0,0,94,2,0,0,94,2,0,0,94,2,0,0,98,2,0,0,98,2,0,0,98,2,0,0,100,2,0,0,100,2,0,0,100,2,0,0,108,2,0,0,108,2,0,0,108,2,0,0,108,2,0,0,108,2,0,0,114,2,0,0,114,2,0,0,114,2,0,0,114,2,0,0,120,2,0,0,124,2,0,0,124,2,0,0,124,2,0,0,124,2,0,0,126,2,0,0,134,2,0,0,134,2,0,0,134,2,0,0,138,2,0,0,138,2,0,0,138,2,0,0,150,2,0,0,150,2,0,0,150,2,0,0,156,2,0,0,160,2,0,0,160,2,0,0,162,2,0,0,164,2,0,0,164,2,0,0,164,2,0,0,164,2,0,0,170,2,0,0,174,2,0,0,176,2,0,0,178,2,0,0,178,2,0,0,178,2,0,0,184,2,0,0,184,2,0,0,188,2,0,0,188,2,0,0,188,2,0,0,196,2,0,0,196,2,0,0,196,2,0,0,196,2,0,0,198,2,0,0,198,2,0,0,198,2,0,0,200,2,0,0,200,2,0,0,200,2,0,0,200,2,0,0,200,2,0,0,200,2,0,0,210,2,0,0,212,2,0,0,216,2,0,0,218,2,0,0,218,2,0,0,218,2,0,0,218,2,0,0,222,2,0,0,228,2,0,0,234,2,0,0,234,2,0,0,234,2,0,0,234,2,0,0,234,2,0,0,234,2,0,0,234,2,0,0,234,2,0,0,236,2,0,0,236,2,0,0,238,2,0,0,244,2,0,0,244,2,0,0,250,2,0,0,252,2,0,0,252,2,0,0,4,3,0,0,10,3,0,0,10,3,0,0,10,3,0,0,12,3,0,0,12,3,0,0,14,3,0,0,18,3,0,0,18,3,0,0,22,3,0,0,22,3,0,0,32,3,0,0,40,3,0,0,50,3,0,0,54,3,0,0,56,3,0,0,56,3,0,0,56,3,0,0,60,3,0,0,60,3,0,0,64,3,0,0,64,3,0,0,66,3,0,0,72,3,0,0,78,3,0,0,80,3,0,0,80,3,0,0,82,3,0,0,82,3,0,0,88,3,0,0,90,3,0,0,90,3,0,0,90,3,0,0,92,3,0,0,96,3,0,0,98,3,0,0,98,3,0,0,98,3,0,0,98,3,0,0,100,3,0,0,102,3,0,0,104,3,0,0,110,3,0,0,112,3,0,0,114,3,0,0,130,3,0,0,130,3,0,0,130,3,0,0,136,3,0,0,136,3,0,0,138,3,0,0,138,3,0,0,142,3,0,0,144,3,0,0,144,3,0,0,144,3,0,0,144,3,0,0,146,3,0,0,148,3,0,0,150,3,0,0,150,3,0,0,150,3,0,0,150,3,0,0,150,3,0,0,152,3,0,0,152,3,0,0,152,3,0,0,154,3,0,0,154,3,0,0,154,3,0,0,156,3,0,0,156,3,0,0,156,3,0,0,156,3,0,0,158,3,0,0,170,3,0,0,170,3,0,0,170,3,0,0,174,3,0,0,174,3,0,0,176,3,0,0,184,3,0,0,190,3,0,0,196,3,0,0,196,3,0,0,196,3,0,0,198,3,0,0,204,3,0,0,204,3,0,0,206,3,0,0,206,3,0,0,206,3,0,0,208,3,0,0,208,3,0,0,214,3,0,0,216,3,0,0,220,3,0,0,220,3,0,0,222,3,0,0,222,3,0,0,222,3,0,0,224,3,0,0,224,3,0,0,224,3,0,0,224,3,0,0,224,3,0,0,230,3,0,0,232,3,0,0,232,3,0,0,236,3,0,0,236,3,0,0,236,3,0,0,236,3,0,0,240,3,0,0,240,3,0,0,240,3,0,0,240,3,0,0,240,3,0,0,240,3,0,0,240,3,0,0,240,3,0,0,240,3,0,0,244,3,0,0,244,3,0,0,244,3,0,0,246,3,0,0,252,3,0,0,254,3,0,0,2,4,0,0,6,4,0,0,10,4,0,0,12,4,0,0,12,4,0,0,14,4,0,0,14,4,0,0,22,4,0,0,28,4,0,0,30,4,0,0,30,4,0,0,30,4,0,0,36,4,0,0,38,4,0,0,38,4,0,0,40,4,0,0,40,4,0,0,42,4,0,0,42,4,0,0,42,4,0,0,44,4,0,0,44,4,0,0,50,4,0,0,50,4,0,0,50,4,0,0,50,4,0,0,50,4,0,0,50,4,0,0,50,4,0,0,50,4,0,0,54,4,0,0,56,4,0,0,56,4,0,0,56,4,0,0,56,4,0,0,56,4,0,0,58,4,0,0,58,4,0,0,58,4,0,0,58,4,0,0,62,4,0,0,66,4,0,0,68,4,0,0,70,4,0,0,74,4,0,0,78,4,0,0,80,4,0,0,80,4,0,0,88,4,0,0,88,4,0,0,88,4,0,0,88,4,0,0,88,4,0,0,92,4,0,0,92,4,0,0,96,4,0,0,100,4,0,0,108,4,0,0,108,4,0,0,116,4,0,0,116,4,0,0,116,4,0,0,116,4,0,0,116,4,0,0,124,4,0,0,128,4,0,0,130,4,0,0,132,4,0,0,136,4,0,0,136,4,0,0,138,4,0,0,138,4,0,0,144,4,0,0,144,4,0,0,144,4,0,0,144,4,0,0,150,4,0,0,150,4,0,0,150,4,0,0,150,4,0,0,152,4,0,0,152,4,0,0,154,4,0,0,156,4,0,0,156,4,0,0,164,4,0,0,164,4,0,0,164,4,0,0,164,4,0,0,166,4,0,0,168,4,0,0,170,4,0,0,174,4,0,0,174,4,0,0,174,4,0,0,178,4,0,0,180,4,0,0,180,4,0,0,182,4,0,0,184,4,0,0,184,4,0,0,188,4,0,0,200,4,0,0,200,4,0,0,206,4,0,0,206,4,0,0,206,4,0,0,212,4,0,0,212,4,0,0,212,4,0,0,214,4,0,0,214,4,0,0,214,4,0,0,214,4,0,0,216,4,0,0,216,4,0,0,218,4,0,0,218,4,0,0,220,4,0,0,222,4,0,0,228,4,0,0,228,4,0,0,228,4,0,0,228,4,0,0,228,4,0,0,228,4,0,0,230,4,0,0,234,4,0,0,242,4,0,0,242,4,0,0,0,5,0,0,4,5,0,0,4,5,0,0,10,5,0,0,10,5,0,0,10,5,0,0,14,5,0,0,14,5,0,0,16,5,0,0,18,5,0,0,18,5,0,0,18,5,0,0,20,5,0,0,20,5,0,0,20,5,0,0,20,5,0,0,24,5,0,0,28,5,0,0,28,5,0,0,28,5,0,0,32,5,0,0,36,5,0,0,36,5,0,0,40,5,0,0,42,5,0,0,42,5,0,0,46,5,0,0,46,5,0,0,50,5,0,0,52,5,0,0,58,5,0,0,58,5,0,0,66,5,0,0,66,5,0,0,68,5,0,0,72,5,0,0,72,5,0,0,74,5,0,0,82,5,0,0,88,5,0,0,88,5,0,0,90,5,0,0,90,5,0,0,90,5,0,0,92,5,0,0,96,5,0,0,100,5,0,0,100,5,0,0,102,5,0,0,106,5,0,0,110,5,0,0,112,5,0,0,114,5,0,0,116,5,0,0,116,5,0,0,118,5,0,0,118,5,0,0,118,5,0,0,118,5,0,0,122,5,0,0,122,5,0,0,128,5,0,0,128,5,0,0,134,5,0,0,136,5,0,0,136,5,0,0,142,5,0,0,144,5,0,0,146,5,0,0,148,5,0,0,148,5,0,0,150,5,0,0,156,5,0,0,156,5,0,0,156,5,0,0,160,5,0,0,160,5,0,0,160,5,0,0,160,5,0,0,166,5,0,0,170,5,0,0,172,5,0,0,172,5,0,0,172,5,0,0,172,5,0,0,172,5,0,0,174,5,0,0,174,5,0,0,174,5,0,0,174,5,0,0,178,5,0,0,178,5,0,0,186,5,0,0,194,5,0,0,194,5,0,0,194,5,0,0,194,5,0,0,196,5,0,0,198,5,0,0,198,5,0,0,198,5,0,0,204,5,0,0,206,5,0,0,206,5,0,0,208,5,0,0,210,5,0,0,210,5,0,0,210,5,0,0,214,5,0,0,216,5,0,0,216,5,0,0,216,5,0,0,218,5,0,0,218,5,0,0,218,5,0,0,220,5,0,0,220,5,0,0,220,5,0,0,222,5,0,0,222,5,0,0,234,5,0,0,234,5,0,0,234,5,0,0,244,5,0,0,246,5,0,0,248,5,0,0,250,5,0,0,250,5,0,0,252,5,0,0,252,5,0,0,254,5,0,0,254,5,0,0,254,5,0,0,254,5,0,0,254,5,0,0,254,5,0,0,0,6,0,0,0,6,0,0,4,6,0,0,4,6,0,0,4,6,0,0,4,6,0,0,4,6,0,0,4,6,0,0,10,6,0,0,10,6,0,0,10,6,0,0,10,6,0,0,10,6,0,0,10,6,0,0,10,6,0,0,10,6,0,0,10,6,0,0,16,6,0,0,22,6,0,0,22,6,0,0,22,6,0,0,24,6,0,0,26,6,0,0,26,6,0,0,26,6,0,0,32,6,0,0,32,6,0,0,36,6,0,0,40,6,0,0,40,6,0,0,40,6,0,0,46,6,0,0,54,6,0,0,54,6,0,0,56,6,0,0,56,6,0,0,56,6,0,0,58,6,0,0,60,6,0,0,64,6,0,0,64,6,0,0,64,6,0,0,68,6,0,0,68,6,0,0,68,6,0,0,68,6,0,0,68,6,0,0,70,6,0,0,70,6,0,0,70,6,0,0,78,6,0,0,82,6,0,0,82,6,0,0,82,6,0,0,82,6,0,0,88,6,0,0,94,6,0,0,94,6,0,0,100,6,0,0,100,6,0,0,102,6,0,0,104,6,0,0,106,6,0,0,106,6,0,0,114,6,0,0,120,6,0,0,122,6,0,0,122,6,0,0,122,6,0,0,122,6,0,0,122,6,0,0,122,6,0,0,130,6,0,0,130,6,0,0,130,6,0,0,134,6,0,0,134,6,0,0,136,6,0,0,138,6,0,0,140,6,0,0,142,6,0,0,142,6,0,0,146,6,0,0,146,6,0,0,148,6,0,0,148,6,0,0,150,6,0,0,150,6,0,0,156,6,0,0,156,6,0,0,156,6,0,0,158,6,0,0,158,6,0,0,164,6,0,0,166,6,0,0,168,6,0,0,168,6,0,0,168,6,0,0,170,6,0,0,170,6,0,0,170,6,0,0,174,6,0,0,178,6,0,0,184,6,0,0,184,6,0,0,184,6,0,0,188,6,0,0,190,6,0,0,194,6,0,0,194,6,0,0,200,6,0,0,200,6,0,0,204,6,0,0,204,6,0,0,206,6,0,0,208,6,0,0,208,6,0,0,208,6,0,0,212,6,0,0,216,6,0,0,216,6,0,0,216,6,0,0,216,6,0,0,216,6,0,0,216,6,0,0,218,6,0,0,218,6,0,0,218,6,0,0,218,6,0,0,220,6,0,0,220,6,0,0,222,6,0,0,226,6,0,0,228,6,0,0,228,6,0,0,230,6,0,0,232,6,0,0,236,6,0,0,236,6,0,0,236,6,0,0,238,6,0,0,238,6,0,0,240,6,0,0,240,6,0,0,240,6,0,0,242,6,0,0,244,6,0,0,246,6,0,0,246,6,0,0,246,6,0,0,248,6,0,0,0,7,0,0,0,7,0,0,0,7,0,0,2,7,0,0,4,7,0,0,4,7,0,0,10,7,0,0,12,7,0,0,14,7,0,0,14,7,0,0,14,7,0,0,14,7,0,0,18,7,0,0,30,7,0,0,30,7,0,0,32,7,0,0,34,7,0,0,36,7,0,0,38,7,0,0,48,7,0,0,48,7,0,0,48,7,0,0,48,7,0,0,48,7,0,0,48,7,0,0,48,7,0,0,48,7,0,0,52,7,0,0,52,7,0,0,52,7,0,0,52,7,0,0,52,7,0,0,60,7,0,0,66,7,0,0,70,7,0,0,82,7,0,0,82,7,0,0,82,7,0,0,84,7,0,0,88,7,0,0,88,7,0,0,88,7,0,0,88,7,0,0,92,7,0,0,92,7,0,0,92,7,0,0,92,7,0,0,92,7,0,0,92,7,0,0,92,7,0,0,94,7,0,0,96,7,0,0,96,7,0,0,100,7,0,0,100,7,0,0,106,7,0,0,110,7,0,0,112,7,0,0,112,7,0,0,112,7,0,0,112,7,0,0,112,7,0,0,114,7,0,0,118,7,0,0,120,7,0,0,122,7,0,0,122,7,0,0,128,7,0,0,128,7,0,0,128,7,0,0,132,7,0,0,134,7,0,0,136,7,0,0,136,7,0,0,136,7,0,0,136,7,0,0,136,7,0,0,138,7,0,0,140,7,0,0,142,7,0,0,144,7,0,0,148,7,0,0,148,7,0,0,148,7,0,0,150,7,0,0,154,7,0,0,160,7,0,0,162,7,0,0,162,7,0,0,162,7,0,0,164,7,0,0,166,7,0,0,166,7,0,0,170,7,0,0,172,7,0,0,174,7,0,0,174,7,0,0,176,7,0,0,180,7,0,0,186,7,0,0,192,7,0,0,192,7,0,0,194,7,0,0,196,7,0,0,196,7,0,0,196,7,0,0,196,7,0,0,196,7,0,0,196,7,0,0,198,7,0,0,208,7,0,0,208,7,0,0,214,7,0,0,216,7,0,0,216,7,0,0,218,7,0,0,218,7,0,0,218,7,0,0,218,7,0,0,224,7,0,0,224,7,0,0,224,7,0,0,230,7,0,0,232,7,0,0,234,7,0,0,236,7,0,0,236,7,0,0,244,7,0,0,244,7,0,0,244,7,0,0,244,7,0,0,244,7,0,0,244,7,0,0,244,7,0,0,246,7,0,0,4,8,0,0,8,8,0,0,8,8,0,0,8,8,0,0,8,8,0,0,8,8,0,0,8,8,0,0,8,8,0,0,10,8,0,0,10,8,0,0,10,8,0,0,10,8,0,0,12,8,0,0,18,8,0,0,18,8,0,0,22,8,0,0,22,8,0,0,30,8,0,0,36,8,0,0,36,8,0,0,36,8,0,0,42,8,0,0,46,8,0,0,46,8,0,0,46,8,0,0,48,8,0,0,54,8,0,0,58,8,0,0,64,8,0,0,64,8,0,0,64,8,0,0,64,8,0,0,66,8,0,0,66,8,0,0,66,8,0,0,68,8,0,0,70,8,0,0,72,8,0,0,72,8,0,0,72,8,0,0,72,8,0,0,74,8,0,0,76,8,0,0,82,8,0,0,86,8,0,0,86,8,0,0,92,8,0,0,92,8,0,0,96,8,0,0,96,8,0,0,96,8,0,0,100,8,0,0,104,8,0,0,104,8,0,0,108,8,0,0,108,8,0,0,108,8,0,0,108,8,0,0,110,8,0,0,110,8,0,0,112,8,0,0,112,8,0,0,116,8,0,0,116,8,0,0,120,8,0,0,120,8,0,0,120,8,0,0,124,8,0,0,134,8,0,0,138,8,0,0,138,8,0,0,142,8,0,0,144,8,0,0,144,8,0,0,148,8,0,0,156,8,0,0,158,8,0,0,162,8,0,0,162,8,0,0,166,8,0,0,166,8,0,0,170,8,0,0,174,8,0,0,180,8,0,0,180,8,0,0,184,8,0,0,184,8,0,0,186,8,0,0,194,8,0,0,196,8,0,0,196,8,0,0,198,8,0,0,200,8,0,0,202,8,0,0,208,8,0,0,216,8,0,0,216,8,0,0,218,8,0,0,220,8,0,0,222,8,0,0,222,8,0,0,222,8,0,0,226,8,0,0,226,8,0,0,226,8,0,0,228,8,0,0,230,8,0,0,230,8,0,0,232,8,0,0,234,8,0,0,234,8,0,0,234,8,0,0,236,8,0,0,236,8,0,0,238,8,0,0,238,8,0,0,240,8,0,0,240,8,0,0,242,8,0,0,246,8,0,0,246,8,0,0,246,8,0,0,246,8,0,0,246,8,0,0,246,8,0,0,248,8,0,0,248,8,0,0,0,9,0,0,0,9,0,0,4,9,0,0,4,9,0,0,4,9,0,0,4,9,0,0,8,9,0,0,8,9,0,0,8,9,0,0,10,9,0,0,10,9,0,0,12,9,0,0,12,9,0,0,18,9,0,0,20,9,0,0,22,9,0,0,22,9,0,0,22,9,0,0,22,9,0,0,32,9,0,0,40,9,0,0,44,9,0,0,44,9,0,0,46,9,0,0,46,9,0,0,46,9,0,0,46,9,0,0,46,9,0,0,50,9,0,0,52,9,0,0,58,9,0,0,64,9,0,0,64,9,0,0,70,9,0,0,70,9,0,0,74,9,0,0,76,9,0,0,76,9,0,0,76,9,0,0,78,9,0,0,78,9,0,0,80,9,0,0,84,9,0,0,84,9,0,0,84,9,0,0,86,9,0,0,86,9,0,0,90,9,0,0,90,9,0,0,96,9,0,0,104,9,0,0,106,9,0,0,106,9,0,0,106,9,0,0,106,9,0,0,108,9,0,0,108,9,0,0,108,9,0,0,108,9,0,0,108,9,0,0,112,9,0,0,114,9,0,0,116,9,0,0,126,9,0,0,126,9,0,0,126,9,0,0,128,9,0,0,128,9,0,0,128,9,0,0,136,9,0,0,136,9,0,0,140,9,0,0,140,9,0,0,140,9,0,0,140,9,0,0,140,9,0,0,146,9,0,0,146,9,0,0,148,9,0,0,152,9,0,0,158,9,0,0,178,9,0,0,178,9,0,0,178,9,0,0,182,9,0,0,182,9,0,0,184,9,0,0,184,9,0,0,184,9,0,0,188,9,0,0,188,9,0,0,188,9,0,0,190,9,0,0,192,9,0,0,192,9,0,0,192,9,0,0,192,9,0,0,192,9,0,0,192,9,0,0,196,9,0,0,198,9,0,0,202,9,0,0,202,9,0,0,208,9,0,0,212,9,0,0,212,9,0,0,214,9,0,0,216,9,0,0,222,9,0,0,222,9,0,0,222,9,0,0,224,9,0,0,226,9,0,0,228,9,0,0,230,9,0,0,230,9,0,0,230,9,0,0,234,9,0,0,234,9,0,0,234,9,0,0,236,9,0,0,236,9,0,0,238,9,0,0,238,9,0,0,238,9,0,0,246,9,0,0,246,9,0,0,250,9,0,0,254,9,0,0,0,10,0,0,2,10,0,0,2,10,0,0,4,10,0,0,6,10,0,0,10,10,0,0,10,10,0,0,10,10,0,0,10,10,0,0,12,10,0,0,14,10,0,0,14,10,0,0,14,10,0,0,16,10,0,0,16,10,0,0,22,10,0,0,28,10,0,0,32,10,0,0,32,10,0,0,34,10,0,0,38,10,0,0,38,10,0,0,46,10,0,0,50,10,0,0,50,10,0,0,52,10,0,0,52,10,0,0,56,10,0,0,56,10,0,0,56,10,0,0,56,10,0,0,56,10,0,0,56,10,0,0,56,10,0,0,60,10,0,0,64,10,0,0,64,10,0,0,66,10,0,0,72,10,0,0,72,10,0,0,72,10,0,0,72,10,0,0,74,10,0,0,74,10,0,0,74,10,0,0,76,10,0,0,76,10,0,0,76,10,0,0,76,10,0,0,78,10,0,0,86,10,0,0,90,10,0,0,92,10,0,0,96,10,0,0,96,10,0,0,100,10,0,0,102,10,0,0,102,10,0,0,102,10,0,0,102,10,0,0,106,10,0,0,106,10,0,0,108,10,0,0,108,10,0,0,110,10,0,0,114,10,0,0,122,10,0,0,124,10,0,0,124,10,0,0,126,10,0,0,126,10,0,0,138,10,0,0,140,10,0,0,142,10,0,0,142,10,0,0,144,10,0,0,144,10,0,0,144,10,0,0,144,10,0,0,146,10,0,0,146,10,0,0,146,10,0,0,146,10,0,0,148,10,0,0,150,10,0,0,152,10,0,0,152,10,0,0,152,10,0,0,152,10,0,0,156,10,0,0,156,10,0,0,164,10,0,0,166,10,0,0,172,10,0,0,174,10,0,0,174,10,0,0,178,10,0,0,178,10,0,0,180,10,0,0,180,10,0,0,180,10,0,0,198,10,0,0,200,10,0,0,202,10,0,0,202,10,0,0,202,10,0,0,210,10,0,0,210,10,0,0,210,10,0,0,210,10,0,0,210,10,0,0,210,10,0,0,212,10,0,0,214,10,0,0,214,10,0,0,216,10,0,0,218,10,0,0,220,10,0,0,222,10,0,0,222,10,0,0,222,10,0,0,226,10,0,0,228,10,0,0,230,10,0,0,240,10,0,0,248,10,0,0,252,10,0,0,254,10,0,0,8,11,0,0,10,11,0,0,10,11,0,0,10,11,0,0,10,11,0,0,14,11,0,0,18,11,0,0,18,11,0,0,18,11,0,0,18,11,0,0,22,11,0,0,28,11,0,0,28,11,0,0,32,11,0,0,32,11,0,0,34,11,0,0,34,11,0,0,36,11,0,0,36,11,0,0,36,11,0,0,36,11,0,0,36,11,0,0,36,11,0,0,36,11,0,0,36,11,0,0,44,11,0,0,44,11,0,0,44,11,0,0,46,11,0,0,50,11,0,0,50,11,0,0,52,11,0,0,52,11,0,0,54,11,0,0,54,11,0,0,58,11,0,0,60,11,0,0,62,11,0,0,62,11,0,0,62,11,0,0,64,11,0,0,66,11,0,0,66,11,0,0,66,11,0,0,74,11,0,0,78,11,0,0,80,11,0,0,80,11,0,0,80,11,0,0,82,11,0,0,82,11,0,0,82,11,0,0,82,11,0,0,84,11,0,0,84,11,0,0,84,11,0,0,84,11,0,0,84,11,0,0,86,11,0,0,96,11,0,0,98,11,0,0,102,11,0,0,104,11,0,0,106,11,0,0,106,11,0,0,112,11,0,0,112,11,0,0,112,11,0,0,116,11,0,0,128,11,0,0,128,11,0,0,128,11,0,0,132,11,0,0,132,11,0,0,136,11,0,0,136,11,0,0,138,11,0,0,138,11,0,0,140,11,0,0,140,11,0,0,140,11,0,0,140,11,0,0,142,11,0,0,144,11,0,0,144,11,0,0,144,11,0,0,144,11,0,0,148,11,0,0,152,11,0,0,156,11,0,0,158,11,0,0,166,11,0,0,170,11,0,0,176,11,0,0,178,11,0,0,178,11,0,0,178,11,0,0,178,11,0,0,182,11,0,0,182,11,0,0,182,11,0,0,184,11,0,0,184,11,0,0,184,11,0,0,184,11,0,0,184,11,0,0,186,11,0,0,186,11,0,0,186,11,0,0,188,11,0,0,188,11,0,0,188,11,0,0,188,11,0,0,196,11,0,0,196,11,0,0,196,11,0,0,198,11,0,0,204,11,0,0,204,11,0,0,206,11,0,0,206,11,0,0,208,11,0,0,208,11,0,0,208,11,0,0,208,11,0,0,210,11,0,0,210,11,0,0,212,11,0,0,214,11,0,0,214,11,0,0,214,11,0,0,214,11,0,0,214,11,0,0,214,11,0,0,214,11,0,0,218,11,0,0,220,11,0,0,220,11,0,0,226,11,0,0,228,11,0,0,230,11,0,0,230,11,0,0,230,11,0,0,232,11,0,0,232,11,0,0,238,11,0,0,238,11,0,0,238,11,0,0,240,11,0,0,240,11,0,0,240,11,0,0,244,11,0,0,244,11,0,0,250,11,0,0,252,11,0,0,252,11,0,0,252,11,0,0,0,12,0,0,4,12,0,0,4,12,0,0,4,12,0,0,8,12,0,0,16,12,0,0,20,12,0,0,20,12,0,0,22,12,0,0,22,12,0,0,24,12,0,0,24,12,0,0,24,12,0,0,30,12,0,0,30,12,0,0,30,12,0,0,30,12,0,0,30,12,0,0,38,12,0,0,40,12,0,0,40,12,0,0,42,12,0,0,44,12,0,0,44,12,0,0,44,12,0,0,44,12,0,0,46,12,0,0,46,12,0,0,52,12,0,0,52,12,0,0,52,12,0,0,54,12,0,0,54,12,0,0,54,12,0,0,56,12,0,0,58,12,0,0,58,12,0,0,58,12,0,0,64,12,0,0,66,12,0,0,66,12,0,0,68,12,0,0,68,12,0,0,68,12,0,0,70,12,0,0,74,12,0,0,74,12,0,0,74,12,0,0,74,12,0,0,74,12,0,0,76,12,0,0,78,12,0,0,78,12,0,0,80,12,0,0,80,12,0,0,82,12,0,0,82,12,0,0,84,12,0,0,84,12,0,0,92,12,0,0,96,12,0,0,98,12,0,0,98,12,0,0,112,12,0,0,116,12,0,0,116,12,0,0,122,12,0,0,122,12,0,0,122,12,0,0,122,12,0,0,122,12,0,0,124,12,0,0,128,12,0,0,130,12,0,0,140,12,0,0,148,12,0,0,148,12,0,0,156,12,0,0,156,12,0,0,158,12,0,0,160,12,0,0,162,12,0,0,162,12,0,0,162,12,0,0,164,12,0,0,164,12,0,0,164,12,0,0,166,12,0,0,166,12,0,0,170,12,0,0,170,12,0,0,170,12,0,0,170,12,0,0,170,12,0,0,172,12,0,0,176,12,0,0,176,12,0,0,176,12,0,0,176,12,0,0,178,12,0,0,178,12,0,0,180,12,0,0,180,12,0,0,186,12,0,0,186,12,0,0,190,12,0,0,190,12,0,0,190,12,0,0,194,12,0,0,196,12,0,0,196,12,0,0,196,12,0,0,200,12,0,0,200,12,0,0,200,12,0,0,208,12,0,0,210,12,0,0,210,12,0,0,210,12,0,0,216,12,0,0,220,12,0,0,220,12,0,0,222,12,0,0,222,12,0,0,224,12,0,0,226,12,0,0,228,12,0,0,230,12,0,0,230,12,0,0,230,12,0,0,230,12,0,0,234,12,0,0,234,12,0,0,234,12,0,0,240,12,0,0,248,12,0,0,248,12,0,0,248,12,0,0,248,12,0,0,250,12,0,0,6,13,0,0,10,13,0,0,10,13,0,0,10,13,0,0,10,13,0,0,10,13,0,0,10,13,0,0,14,13,0,0,14,13,0,0,14,13,0,0,14,13,0,0,16,13,0,0,20,13,0,0,20,13,0,0,22,13,0,0,22,13,0,0,22,13,0,0,22,13,0,0,24,13,0,0,30,13,0,0,30,13,0,0,32,13,0,0,32,13,0,0,32,13,0,0,42,13,0,0,42,13,0,0,44,13,0,0,44,13,0,0,46,13,0,0,46,13,0,0,46,13,0,0,48,13,0,0,48,13,0,0,48,13,0,0,50,13,0,0,52,13,0,0,52,13,0,0,52,13,0,0,52,13,0,0,54,13,0,0,62,13,0,0,64,13,0,0,70,13,0,0,70,13,0,0,72,13,0,0,74,13,0,0,74,13,0,0,74,13,0,0,76,13,0,0,80,13,0,0,80,13,0,0,84,13,0,0,84,13,0,0,92,13,0,0,92,13,0,0,92,13,0,0,96,13,0,0,100,13,0,0,100,13,0,0,104,13,0,0,104,13,0,0,104,13,0,0,108,13,0,0,108,13,0,0,110,13,0,0,112,13,0,0,112,13,0,0,114,13,0,0,118,13,0,0,118,13,0,0,118,13,0,0,118,13,0,0,118,13,0,0,120,13,0,0,120,13,0,0,120,13,0,0,122,13,0,0,122,13,0,0,122,13,0,0,122,13,0,0,122,13,0,0,124,13,0,0,124,13,0,0,126,13,0,0,130,13,0,0,132,13,0,0,132,13,0,0,136,13,0,0,142,13,0,0,146,13,0,0,146,13,0,0,150,13,0,0,150,13,0,0,154,13,0,0,160,13,0,0,160,13,0,0,160,13,0,0,164,13,0,0,164,13,0,0,168,13,0,0,168,13,0,0,170,13,0,0,174,13,0,0,174,13,0,0,178,13,0,0,182,13,0,0,182,13,0,0,182,13,0,0,192,13,0,0,198,13,0,0,202,13,0,0,202,13,0,0,204,13,0,0,206,13,0,0,208,13,0,0,210,13,0,0,212,13,0,0,220,13,0,0,224,13,0,0,224,13,0,0,226,13,0,0,228,13,0,0,232,13,0,0,236,13,0,0,240,13,0,0,246,13,0,0,246,13,0,0,252,13,0,0,252,13,0,0,2,14,0,0,2,14,0,0,10,14,0,0,10,14,0,0,10,14,0,0,10,14,0,0,14,14,0,0,14,14,0,0,14,14,0,0,14,14,0,0,20,14,0,0,22,14,0,0,24,14,0,0,24,14,0,0,30,14,0,0,30,14,0,0,32,14,0,0,34,14,0,0,34,14,0,0,34,14,0,0,34,14,0,0,44,14,0,0,44,14,0,0,44,14,0,0,52,14,0,0,56,14,0,0,58,14,0,0,58,14,0,0,58,14,0,0,60,14,0,0,62,14,0,0,64,14,0,0,64,14,0,0,64,14,0,0,70,14,0,0,72,14,0,0,72,14,0,0,78,14,0,0,80,14,0,0,80,14,0,0,84,14,0,0,92,14,0,0,100,14,0,0,104,14,0,0,104,14,0,0,106,14,0,0,110,14,0,0,110,14,0,0,118,14,0,0,118,14,0,0,118,14,0,0,120,14,0,0,120,14,0,0,122,14,0,0,122,14,0,0,124,14,0,0,124,14,0,0,126,14,0,0,130,14,0,0,140,14,0,0,146,14,0,0,146,14,0,0,146,14,0,0,148,14,0,0,148,14,0,0,148,14,0,0,148,14,0,0,148,14,0,0,158,14,0,0,158,14,0,0,158,14,0,0,160,14,0,0,160,14,0,0,160,14,0,0,162,14,0,0,162,14,0,0,164,14,0,0,164,14,0,0,164,14,0,0,164,14,0,0,170,14,0,0,170,14,0,0,174,14,0,0,174,14,0,0,180,14,0,0,180,14,0,0,182,14,0,0,186,14,0,0,188,14,0,0,190,14,0,0,196,14,0,0,202,14,0,0,202,14,0,0,202,14,0,0,204,14,0,0,206,14,0,0,206,14,0,0,208,14,0,0,210,14,0,0,210,14,0,0,210,14,0,0,210,14,0,0,210,14,0,0,210,14,0,0,210,14,0,0,210,14,0,0,212,14,0,0,214,14,0,0,216,14,0,0,216,14,0,0,216,14,0,0,216,14,0,0,216,14,0,0,218,14,0,0,218,14,0,0,218,14,0,0,220,14,0,0,220,14,0,0,220,14,0,0,230,14,0,0,230,14,0,0,230,14,0,0,230,14,0,0,230,14,0,0,234,14,0,0,234,14,0,0,234,14,0,0,234,14,0,0,236,14,0,0,236,14,0,0,236,14,0,0,236,14,0,0,240,14,0,0,244,14,0,0,244,14,0,0,246,14,0,0,246,14,0,0,248,14,0,0,248,14,0,0,250,14,0,0,252,14,0,0,252,14,0,0,252,14,0,0,254,14,0,0,2,15,0,0,4,15,0,0,10,15,0,0,12,15,0,0,16,15,0,0,16,15,0,0,16,15,0,0,18,15,0,0,18,15,0,0,22,15,0,0,22,15,0,0,22,15,0,0,24,15,0,0,24,15,0,0,28,15,0,0,28,15,0,0,28,15,0,0,28,15,0,0,28,15,0,0,28,15,0,0,28,15,0,0,28,15,0,0,30,15,0,0,38,15,0,0,44,15,0,0,46,15,0,0,48,15,0,0,50,15,0,0,50,15,0,0,50,15,0,0,50,15,0,0,50,15,0,0,54,15,0,0,56,15,0,0,56,15,0,0,56,15,0,0,56,15,0,0,56,15,0,0,56,15,0,0,58,15,0,0,58,15,0,0,58,15,0,0,62,15,0,0,62,15,0,0,66,15,0,0,72,15,0,0,74,15,0,0,78,15,0,0,78,15,0,0,80,15,0,0,80,15,0,0,82,15,0,0,82,15,0,0,82,15,0,0,82,15,0,0,84,15,0,0,84,15,0,0,84,15,0,0,86,15,0,0,90,15,0,0,90,15,0,0,92,15,0,0,94,15,0,0,94,15,0,0,94,15,0,0,96,15,0,0,96,15,0,0,96,15,0,0,98,15,0,0,98,15,0,0,100,15,0,0,100,15,0,0,104,15,0,0,106,15,0,0,106,15,0,0,108,15,0,0,108,15,0,0,110,15,0,0,114,15,0,0,114,15,0,0,118,15,0,0,124,15,0,0,124,15,0,0,124,15,0,0,124,15,0,0,124,15,0,0,126,15,0,0,130,15,0,0,130,15,0,0,130,15,0,0,130,15,0,0,130,15,0,0,132,15,0,0,132,15,0,0,136,15,0,0,138,15,0,0,138,15,0,0,146,15,0,0,150,15,0,0,150,15,0,0,150,15,0,0,150,15,0,0,154,15,0,0,160,15,0,0,166,15,0,0,166,15,0,0,166,15,0,0,172,15,0,0,172,15,0,0,172,15,0,0,172,15,0,0,174,15,0,0,174,15,0,0,174,15,0,0,180,15,0,0,188,15,0,0,188,15,0,0,192,15,0,0,194,15,0,0,196,15,0,0,196,15,0,0,198,15,0,0,198,15,0,0,198,15,0,0,198,15,0,0,198,15,0,0,204,15,0,0,204,15,0,0,204,15,0,0,210,15,0,0,218,15,0,0,218,15,0,0,218,15,0,0,218,15,0,0,220,15,0,0,222,15,0,0,226,15,0,0,230,15,0,0,230,15,0,0,232,15,0,0,234,15,0,0,236,15,0,0,236,15,0,0,246,15,0,0,250,15,0,0,254,15,0,0,254,15,0,0,254,15,0,0,254,15,0,0,2,16,0,0,2,16,0,0,2,16,0,0,4,16,0,0,10,16,0,0,10,16,0,0,10,16,0,0,14,16,0,0,16,16,0,0,16,16,0,0,16,16,0,0,18,16,0,0,24,16,0,0,24,16,0,0,24,16,0,0,24,16,0,0,26,16,0,0,32,16,0,0,36,16,0,0,38,16,0,0,40,16,0,0,44,16,0,0,44,16,0,0,44,16,0,0,44,16,0,0,44,16,0,0,44,16,0,0,48,16,0,0,50,16,0,0,52,16,0,0,54,16,0,0,58,16,0,0,58,16,0,0,58,16,0,0,58,16,0,0,64,16,0,0,64,16,0,0,64,16,0,0,66,16,0,0,72,16,0,0,72,16,0,0,76,16,0,0,76,16,0,0,82,16,0,0,84,16,0,0,84,16,0,0,84,16,0,0,86,16,0,0,96,16,0,0,100,16,0,0,100,16,0,0,100,16,0,0,106,16,0,0,110,16,0,0,110,16,0,0,116,16,0,0,118,16,0,0,118,16,0,0,118,16,0,0,118,16,0,0,118,16,0,0,120,16,0,0,120,16,0,0,124,16,0,0,128,16,0,0,134,16,0,0,134,16,0,0,140,16,0,0,140,16,0,0,142,16,0,0,142,16,0,0,142,16,0,0,142,16,0,0,144,16,0,0,146,16,0,0,146,16,0,0,146,16,0,0,146,16,0,0,150,16,0,0,150,16,0,0,150,16,0,0,150,16,0,0,150,16,0,0,152,16,0,0,152,16,0,0,152,16,0,0,154,16,0,0,156,16,0,0,156,16,0,0,158,16,0,0,158,16,0,0,158,16,0,0,162,16,0,0,162,16,0,0,164,16,0,0,164,16,0,0,168,16,0,0,168,16,0,0,168,16,0,0,172,16,0,0,178,16,0,0,190,16,0,0,190,16,0,0,190,16,0,0,194,16,0,0,194,16,0,0,200,16,0,0,200,16,0,0,200,16,0,0,208,16,0,0,208,16,0,0,210,16,0,0,210,16,0,0,210,16,0,0,210,16,0,0,214,16,0,0,214,16,0,0,218,16,0,0,222,16,0,0,222,16,0,0,224,16,0,0,224,16,0,0,224,16,0,0,226,16,0,0,230,16,0,0,232,16,0,0,232,16,0,0,232,16,0,0,232,16,0,0,244,16,0,0,244,16,0,0,246,16,0,0,250,16,0,0,252,16,0,0,0,17,0,0,4,17,0,0,4,17,0,0,10,17,0,0,12,17,0,0,12,17,0,0,12,17,0,0,12,17,0,0,12,17,0,0,12,17,0,0,14,17,0,0,14,17,0,0,14,17,0,0,14,17,0,0,18,17,0,0,20,17,0,0,22,17,0,0,28,17,0,0,28,17,0,0,28,17,0,0,28,17,0,0,30,17,0,0,30,17,0,0,30,17,0,0,30,17,0,0,40,17,0,0,44,17,0,0,46,17,0,0,48,17,0,0,48,17,0,0,48,17,0,0,54,17,0,0,62,17,0,0,64,17,0,0,68,17,0,0,70,17,0,0,70,17,0,0,70,17,0,0,76,17,0,0,80,17,0,0,80,17,0,0,82,17,0,0,86,17,0,0,86,17,0,0,92,17,0,0,98,17,0,0,98,17,0,0,98,17,0,0,104,17,0,0,114,17,0,0,118,17,0,0,118,17,0,0,118,17,0,0,126,17,0,0,126,17,0,0,132,17,0,0,134,17,0,0,138,17,0,0,140,17,0,0,142,17,0,0,142,17,0,0,144,17,0,0,146,17,0,0,152,17,0,0,152,17,0,0,152,17,0,0,158,17,0,0,160,17,0,0,162,17,0,0,162,17,0,0,164,17,0,0,164,17,0,0,166,17,0,0,166,17,0,0,168,17,0,0,168,17,0,0,168,17,0,0,176,17,0,0,176,17,0,0,176,17,0,0,178,17,0,0,180,17,0,0,184,17,0,0,184,17,0,0,184,17,0,0,192,17,0,0,192,17,0,0,194,17,0,0,198,17,0,0,202,17,0,0,202,17,0,0,212,17,0,0,212,17,0,0,212,17,0,0,212,17,0,0,212,17,0,0,212,17,0,0,214,17,0,0,214,17,0,0,216,17,0,0,218,17,0,0,226,17,0,0,226,17,0,0,232,17,0,0,232,17,0,0,232,17,0,0,232,17,0,0,232,17,0,0,234,17,0,0,234,17,0,0,236,17,0,0,246,17,0,0,252,17,0,0,254,17,0,0,0,18,0,0,2,18,0,0,6,18,0,0,6,18,0,0,10,18,0,0,10,18,0,0,12,18,0,0,18,18,0,0,18,18,0,0,18,18,0,0,26,18,0,0,26,18,0,0,36,18,0,0,40,18,0,0,42,18,0,0,42,18,0,0,42,18,0,0,42,18,0,0,44,18,0,0,44,18,0,0,44,18,0,0,46,18,0,0,48,18,0,0,52,18,0,0,52,18,0,0,54,18,0,0,54,18,0,0,54,18,0,0,54,18,0,0,54,18,0,0,60,18,0,0,60,18,0,0,64,18,0,0,68,18,0,0,70,18,0,0,80,18,0,0,82,18,0,0,84,18,0,0,84,18,0,0,88,18,0,0,90,18,0,0,90,18,0,0,90,18,0,0,90,18,0,0,92,18,0,0,92,18,0,0,92,18,0,0,92,18,0,0,92,18,0,0,92,18,0,0,92,18,0,0,94,18,0,0,94,18,0,0,96,18,0,0,102,18,0,0,112,18,0,0,112,18,0,0,112,18,0,0,126,18,0,0,130,18,0,0,130,18,0,0,130,18,0,0,132,18,0,0,142,18,0,0,144,18,0,0,144,18,0,0,146,18,0,0,146,18,0,0,146,18,0,0,156,18,0,0,156,18,0,0,160,18,0,0,164,18,0,0,168,18,0,0,174,18,0,0,176,18,0,0,186,18,0,0,190,18,0,0,190,18,0,0,196,18,0,0,196,18,0,0,202,18,0,0,204,18,0,0,204,18,0,0,206,18,0,0,210,18,0,0,212,18,0,0,216,18,0,0,220,18,0,0,222,18,0,0,224,18,0,0,224,18,0,0,228,18,0,0,228,18,0,0,244,18,0,0,246,18,0,0,248,18,0,0,252,18,0,0,252,18,0,0,0,19,0,0,0,19,0,0,2,19,0,0,6,19,0,0,6,19,0,0,20,19,0,0,20,19,0,0,20,19,0,0,20,19,0,0,20,19,0,0,26,19,0,0,26,19,0,0,26,19,0,0,26,19,0,0,34,19,0,0,36,19,0,0,46,19,0,0,46,19,0,0,46,19,0,0,46,19,0,0,54,19,0,0,58,19,0,0,60,19,0,0,60,19,0,0,60,19,0,0,60,19,0,0,62,19,0,0,62,19,0,0,64,19,0,0,70,19,0,0,76,19,0,0,78,19,0,0,78,19,0,0,86,19,0,0,86,19,0,0,86,19,0,0,86,19,0,0,86,19,0,0,88,19,0,0,92,19,0,0,92,19,0,0,96,19,0,0,96,19,0,0,100,19,0,0,100,19,0,0,102,19,0,0,102,19,0,0,104,19,0,0,104,19,0,0,104,19,0,0,116,19,0,0,120,19,0,0,120,19,0,0,120,19,0,0,126,19,0,0,130,19,0,0,134,19,0,0,144,19,0,0,148,19,0,0,148,19,0,0,148,19,0,0,152,19,0,0,152,19,0,0,154,19,0,0,154,19,0,0,154,19,0,0,156,19,0,0,156,19,0,0,156,19,0,0,156,19,0,0,160,19,0,0,166,19,0,0,168,19,0,0,168,19,0,0,168,19,0,0,168,19,0,0,168,19,0,0,172,19,0,0,172,19,0,0,180,19,0,0,180,19,0,0,184,19,0,0,184,19,0,0,184,19,0,0,186,19,0,0,192,19,0,0,192,19,0,0,194,19,0,0,198,19,0,0,200,19,0,0,200,19,0,0,200,19,0,0,200,19,0,0,200,19,0,0,208,19,0,0,212,19,0,0,214,19,0,0,214,19,0,0,214,19,0,0,220,19,0,0,220,19,0,0,224,19,0,0,226,19,0,0,228,19,0,0,228,19,0,0,232,19,0,0,236,19,0,0,236,19,0,0,236,19,0,0,240,19,0,0,240,19,0,0,242,19,0,0,246,19,0,0,248,19,0,0,248,19,0,0,248,19,0,0,252,19,0,0,254,19,0,0,0,20,0,0,0,20,0,0,0,20,0,0,0,20,0,0,0,20,0,0,0,20,0,0,0,20,0,0,0,20,0,0,8,20,0,0,10,20,0,0,10,20,0,0,12,20,0,0,12,20,0,0,22,20,0,0,30,20,0,0,30,20,0,0,30,20,0,0,30,20,0,0,32,20,0,0,34,20,0,0,38,20,0,0,38,20,0,0,40,20,0,0,40,20,0,0,40,20,0,0,40,20,0,0,42,20,0,0,42,20,0,0,42,20,0,0,44,20,0,0,46,20,0,0,46,20,0,0,48,20,0,0,50,20,0,0,52,20,0,0,54,20,0,0,54,20,0,0,54,20,0,0,56,20,0,0,58,20,0,0,58,20,0,0,62,20,0,0,62,20,0,0,62,20,0,0,62,20,0,0,64,20,0,0,66,20,0,0,70,20,0,0,72,20,0,0,72,20,0,0,74,20,0,0,84,20,0,0,88,20,0,0,96,20,0,0,96,20,0,0,100,20,0,0,102,20,0,0,102,20,0,0,102,20,0,0,104,20,0,0,106,20,0,0,106,20,0,0,106,20,0,0,106,20,0,0,106,20,0,0,106,20,0,0,106,20,0,0,106,20,0,0,106,20,0,0,110,20,0,0,112,20,0,0,112,20,0,0,112,20,0,0,112,20,0,0,114,20,0,0,118,20,0,0,120,20,0,0,120,20,0,0,122,20,0,0,122,20,0,0,126,20,0,0,126,20,0,0,126,20,0,0,126,20,0,0,130,20,0,0,132,20,0,0,132,20,0,0,136,20,0,0,140,20,0,0,140,20,0,0,140,20,0,0,140,20,0,0,146,20,0,0,154,20,0,0,156,20,0,0,158,20,0,0,158,20,0,0,158,20,0,0,162,20,0,0,162,20,0,0,162,20,0,0,164,20,0,0,168,20,0,0,168,20,0,0,168,20,0,0,168,20,0,0,168,20,0,0,174,20,0,0,186,20,0,0,186,20,0,0,188,20,0,0,200,20,0,0,200,20,0,0,212,20,0,0,220,20,0,0,220,20,0,0,220,20,0,0,220,20,0,0,220,20,0,0,224,20,0,0,226,20,0,0,226,20,0,0,226,20,0,0,226,20,0,0,226,20,0,0,228,20,0,0,230,20,0,0,230,20,0,0,230,20,0,0,232,20,0,0,234,20,0,0,234,20,0,0,238,20,0,0,238,20,0,0,238,20,0,0,240,20,0,0,242,20,0,0,242,20,0,0,242,20,0,0,242,20,0,0,242,20,0,0,242,20,0,0,252,20,0,0,254,20,0,0,254,20,0,0,254,20,0,0,254,20,0,0,254,20,0,0,0,21,0,0,2,21,0,0,4,21,0,0,10,21,0,0,10,21,0,0,12,21,0,0,16,21,0,0,22,21,0,0,22,21,0,0,26,21,0,0,28,21,0,0,28,21,0,0,38,21,0,0,40,21,0,0,40,21,0,0,46,21,0,0,46,21,0,0,46,21,0,0,48,21,0,0,48,21,0,0,48,21,0,0,52,21,0,0,54,21,0,0,56,21,0,0,56,21,0,0,56,21,0,0,56,21,0,0,66,21,0,0,66,21,0,0,70,21,0,0,72,21,0,0,76,21,0,0,76,21,0,0,76,21,0,0,76,21,0,0,78,21,0,0,80,21,0,0,80,21,0,0,80,21,0,0,84,21,0,0,86,21,0,0,86,21,0,0,88,21,0,0,90,21,0,0,92,21,0,0,94,21,0,0,100,21,0,0,100,21,0,0,102,21,0,0,102,21,0,0,102,21,0,0,104,21,0,0,104,21,0,0,106,21,0,0,106,21,0,0,108,21,0,0,110,21,0,0,110,21,0,0,110,21,0,0,110,21,0,0,110,21,0,0,110,21,0,0,114,21,0,0,114,21,0,0,114,21,0,0,114,21,0,0,118,21,0,0,118,21,0,0,118,21,0,0,118,21,0,0,128,21,0,0,140,21,0,0,140,21,0,0,142,21,0,0,142,21,0,0,144,21,0,0,148,21,0,0,158,21,0,0,158,21,0,0,162,21,0,0,162,21,0,0,162,21,0,0,162,21,0,0,162,21,0,0,166,21,0,0,178,21,0,0,178,21,0,0,182,21,0,0,182,21,0,0,182,21,0,0,182,21,0,0,190,21,0,0,192,21,0,0,194,21,0,0,196,21,0,0,196,21,0,0,198,21,0,0,198,21,0,0,208,21,0,0,208,21,0,0,210,21,0,0,210,21,0,0,210,21,0,0,210,21,0,0,212,21,0,0,216,21,0,0,216,21,0,0,218,21,0,0,220,21,0,0,220,21,0,0,220,21,0,0,222,21,0,0,222,21,0,0,222,21,0,0,222,21,0,0,222,21,0,0,226,21,0,0,226,21,0,0,226,21,0,0,226,21,0,0,230,21,0,0,230,21,0,0,230,21,0,0,234,21,0,0,238,21,0,0,242,21,0,0,244,21,0,0,244,21,0,0,244,21,0,0,244,21,0,0,244,21,0,0,248,21,0,0,248,21,0,0,248,21,0,0,248,21,0,0,250,21,0,0,252,21,0,0,254,21,0,0,0,22,0,0,2,22,0,0,2,22,0,0,4,22,0,0,4,22,0,0,4,22,0,0,4,22,0,0,6,22,0,0,8,22,0,0,8,22,0,0,10,22,0,0,10,22,0,0,10,22,0,0,18,22,0,0,20,22,0,0,20,22,0,0,22,22,0,0,22,22,0,0,26,22,0,0,36,22,0,0,36,22,0,0,36,22,0,0,48,22,0,0,54,22,0,0,54,22,0,0,62,22,0,0,64,22,0,0,64,22,0,0,64,22,0,0,64,22,0,0,70,22,0,0,72,22,0,0,80,22,0,0,86,22,0,0,86,22,0,0,88,22,0,0,88,22,0,0,88,22,0,0,88,22,0,0,88,22,0,0,90,22,0,0,94,22,0,0,98,22,0,0,98,22,0,0,102,22,0,0,102,22,0,0,108,22,0,0,108,22,0,0,114,22,0,0,114,22,0,0,114,22,0,0,120,22,0,0,120,22,0,0,120,22,0,0,120,22,0,0,124,22,0,0,124,22,0,0,126,22,0,0,126,22,0,0,132,22,0,0,134,22,0,0,138,22,0,0,140,22,0,0,140,22,0,0,140,22,0,0,140,22,0,0,140,22,0,0,140,22,0,0,140,22,0,0,140,22,0,0,140,22,0,0,146,22,0,0,150,22,0,0,150,22,0,0,162,22,0,0,172,22,0,0,176,22,0,0,176,22,0,0,180,22,0,0,180,22,0,0,184,22,0,0,184,22,0,0,184,22,0,0,184,22,0,0,186,22,0,0,186,22,0,0,190,22,0,0,190,22,0,0,196,22,0,0,196,22,0,0,200,22,0,0,200,22,0,0,200,22,0,0,206,22,0,0,206,22,0,0,210,22,0,0,210,22,0,0,216,22,0,0,220,22,0,0,220,22,0,0,222,22,0,0,222,22,0,0,222,22,0,0,224,22,0,0,228,22,0,0,236,22,0,0,246,22,0,0,246,22,0,0,252,22,0,0,254,22,0,0,254,22,0,0,254,22,0,0,254,22,0,0,0,23,0,0,2,23,0,0,6,23,0,0,6,23,0,0,12,23,0,0,12,23,0,0,14,23,0,0,16,23,0,0,22,23,0,0,24,23,0,0,26,23,0,0,26,23,0,0,26,23,0,0,30,23,0,0,34,23,0,0,34,23,0,0,36,23,0,0,38,23,0,0,38,23,0,0,40,23,0,0,46,23,0,0,46,23,0,0,46,23,0,0,46,23,0,0,46,23,0,0,46,23,0,0,46,23,0,0,46,23,0,0,46,23,0,0,46,23,0,0,46,23,0,0,48,23,0,0,48,23,0,0,50,23,0,0,52,23,0,0,52,23,0,0,54,23,0,0,54,23,0,0,54,23,0,0,56,23,0,0,56,23,0,0,56,23,0,0,64,23,0,0,70,23,0,0,70,23,0,0,70,23,0,0,76,23,0,0,88,23,0,0,90,23,0,0,90,23,0,0,90,23,0,0,94,23,0,0,102,23,0,0,102,23,0,0,102,23,0,0,106,23,0,0,106,23,0,0,112,23,0,0,112,23,0,0,114,23,0,0,120,23,0,0,124,23,0,0,124,23,0,0,128,23,0,0,130,23,0,0,130,23,0,0,130,23,0,0,134,23,0,0,138,23,0,0,140,23,0,0,140,23,0,0,142,23,0,0,142,23,0,0,150,23,0,0,154,23,0,0,156,23,0,0,160,23,0,0,160,23,0,0,164,23,0,0,164,23,0,0,168,23,0,0,176,23,0,0,184,23,0,0,188,23,0,0,188,23,0,0,192,23,0,0,198,23,0,0,198,23,0,0,198,23,0,0,198,23,0,0,200,23,0,0,210,23,0,0,212,23,0,0,220,23,0,0,220,23,0,0,222,23,0,0,222,23,0,0,224,23,0,0,224,23,0,0,224,23,0,0,226,23,0,0,228,23,0,0,230,23,0,0,230,23,0,0,230,23,0,0,230,23,0,0,230,23,0,0,236,23,0,0,246,23,0,0,248,23,0,0,248,23,0,0,250,23,0,0,250,23,0,0,250,23,0,0,252,23,0,0,0,24,0,0,0,24,0,0,2,24,0,0,2,24,0,0,2,24,0,0,2,24,0,0,2,24,0,0,2,24,0,0,2,24,0,0,2,24,0,0,8,24,0,0,8,24,0,0,10,24,0,0,10,24,0,0,10,24,0,0,10,24,0,0,14,24,0,0,14,24,0,0,18,24,0,0,24,24,0,0,24,24,0,0,24,24,0,0,30,24,0,0,30,24,0,0,30,24,0,0,32,24,0,0,36,24,0,0,42,24,0,0,42,24,0,0,44,24,0,0,44,24,0,0,50,24,0,0,50,24,0,0,52,24,0,0,52,24,0,0,52,24,0,0,58,24,0,0,60,24,0,0,60,24,0,0,60,24,0,0,60,24,0,0,60,24,0,0,60,24,0,0,64,24,0,0,74,24,0,0,76,24,0,0,76,24,0,0,78,24,0,0,78,24,0,0,78,24,0,0,78,24,0,0,82,24,0,0,86,24,0,0,86,24,0,0,88,24,0,0,90,24,0,0,92,24,0,0,92,24,0,0,92,24,0,0,96,24,0,0,100,24,0,0,100,24,0,0,100,24,0,0,102,24,0,0,110,24,0,0,110,24,0,0,112,24,0,0,112,24,0,0,112,24,0,0,112,24,0,0,112,24,0,0,120,24,0,0,124,24,0,0,124,24,0,0,136,24,0,0,138,24,0,0,138,24,0,0,142,24,0,0,148,24,0,0,148,24,0,0,154,24,0,0,154,24,0,0,154,24,0,0,156,24,0,0,156,24,0,0,158,24,0,0,158,24,0,0,158,24,0,0,158,24,0,0,158,24,0,0,160,24,0,0,160,24,0,0,164,24,0,0,166,24,0,0,166,24,0,0,166,24,0,0,166,24,0,0,166,24,0,0,166,24,0,0,168,24,0,0,170,24,0,0,174,24,0,0,178,24,0,0,178,24,0,0,182,24,0,0,188,24,0,0,188,24,0,0,192,24,0,0,194,24,0,0,194,24,0,0,194,24,0,0,206,24,0,0,208,24,0,0,212,24,0,0,212,24,0,0,212,24,0,0,212,24,0,0,212,24,0,0,216,24,0,0,216,24,0,0,218,24,0,0,222,24,0,0,222,24,0,0,226,24,0,0,228,24,0,0,232,24,0,0,232,24,0,0,234,24,0,0,240,24,0,0,240,24,0,0,242,24,0,0,242,24,0,0,242,24,0,0,246,24,0,0,246,24,0,0,246,24,0,0,246,24,0,0,246,24,0,0,246,24,0,0,250,24,0,0,254,24,0,0,254,24,0,0,0,25,0,0,0,25,0,0,0,25,0,0,6,25,0,0,8,25,0,0,10,25,0,0,10,25,0,0,16,25,0,0,16,25,0,0,24,25,0,0,26,25,0,0,26,25,0,0,26,25,0,0,26,25,0,0,26,25,0,0,28,25,0,0,32,25,0,0,32,25,0,0,38,25,0,0,38,25,0,0,42,25,0,0,44,25,0,0,44,25,0,0,52,25,0,0,54,25,0,0,54,25,0,0,60,25,0,0,62,25,0,0,62,25,0,0,62,25,0,0,62,25,0,0,64,25,0,0,70,25,0,0,72,25,0,0,72,25,0,0,88,25,0,0,90,25,0,0,98,25,0,0,102,25,0,0,102,25,0,0,102,25,0,0,102,25,0,0,108,25,0,0,110,25,0,0,110,25,0,0,112,25,0,0,114,25,0,0,114,25,0,0,114,25,0,0,114,25,0,0,116,25,0,0,116,25,0,0,118,25,0,0,118,25,0,0,118,25,0,0,122,25,0,0,122,25,0,0,122,25,0,0,126,25,0,0,126,25,0,0,126,25,0,0,134,25,0,0,134,25,0,0,134,25,0,0,134,25,0,0,134,25,0,0,134,25,0,0,142,25,0,0,142,25,0,0,148,25,0,0,154,25,0,0,158,25,0,0,166,25,0,0,166,25,0,0,166,25,0,0,168,25,0,0,180,25,0,0,182,25,0,0,182,25,0,0,182,25,0,0,182,25,0,0,184,25,0,0,184,25,0,0,186,25,0,0,186,25,0,0,188,25,0,0,188,25,0,0,190,25,0,0,192,25,0,0,196,25,0,0,200,25,0,0,200,25,0,0,200,25,0,0,200,25,0,0,200,25,0,0,200,25,0,0,200,25,0,0,202,25,0,0,202,25,0,0,202,25,0,0,202,25,0,0,206,25,0,0,206,25,0,0,206,25,0,0,208,25,0,0,208,25,0,0,208,25,0,0,210,25,0,0,210,25,0,0,210,25,0,0,216,25,0,0,216,25,0,0,218,25,0,0,218,25,0,0,218,25,0,0,220,25,0,0,220,25,0,0,220,25,0,0,220,25,0,0,222,25,0,0,222,25,0,0,222,25,0,0,232,25,0,0,232,25,0,0,236,25,0,0,236,25,0,0,236,25,0,0,236,25,0,0,236,25,0,0,238,25,0,0,240,25,0,0,248,25,0,0,250,25,0,0,250,25,0,0,250,25,0,0,250,25,0,0,252,25,0,0,252,25,0,0,252,25,0,0,254,25,0,0,254,25,0,0,0,26,0,0,14,26,0,0,20,26,0,0,20,26,0,0,24,26,0,0,24,26,0,0,30,26,0,0,30,26,0,0,30,26,0,0,30,26,0,0,30,26,0,0,30,26,0,0,30,26,0,0,30,26,0,0,34,26,0,0,34,26,0,0,34,26,0,0,34,26,0,0,38,26,0,0,40,26,0,0,40,26,0,0,40,26,0,0,42,26,0,0,44,26,0,0,48,26,0,0,50,26,0,0,56,26,0,0,56,26,0,0,62,26,0,0,66,26,0,0,68,26,0,0,74,26,0,0,74,26,0,0,74,26,0,0,74,26,0,0,78,26,0,0,80,26,0,0,80,26,0,0,84,26,0,0,84,26,0,0,86,26,0,0,86,26,0,0,86,26,0,0,88,26,0,0,88,26,0,0,90,26,0,0,94,26,0,0,98,26,0,0,98,26,0,0,100,26,0,0,106,26,0,0,106,26,0,0,106,26,0,0,106,26,0,0,106,26,0,0,106,26,0,0,106,26,0,0,106,26,0,0,114,26,0,0,120,26,0,0,120,26,0,0,132,26,0,0,138,26,0,0,140,26,0,0,140,26,0,0,146,26,0,0,148,26,0,0,150,26,0,0,150,26,0,0,152,26,0,0,152,26,0,0,154,26,0,0,158,26,0,0,158,26,0,0,162,26,0,0,162,26,0,0,162,26,0,0,166,26,0,0,166,26,0,0,166,26,0,0,166,26,0,0,170,26,0,0,174,26,0,0,178,26,0,0,180,26,0,0,180,26,0,0,184,26,0,0,184,26,0,0,184,26,0,0,184,26,0,0,184,26,0,0,184,26,0,0,184,26,0,0,184,26,0,0,184,26,0,0,186,26,0,0,188,26,0,0,192,26,0,0,194,26,0,0,194,26,0,0,198,26,0,0,202,26,0,0,202,26,0,0,204,26,0,0,204,26,0,0,204,26,0,0,204,26,0,0,204,26,0,0,204,26,0,0,206,26,0,0,206,26,0,0,208,26,0,0,210,26,0,0,214,26,0,0,216,26,0,0,216,26,0,0,216,26,0,0,216,26,0,0,220,26,0,0,226,26,0,0,228,26,0,0,228,26,0,0,228,26,0,0,234,26,0,0,236,26,0,0,236,26,0,0,236,26,0,0,238,26,0,0,238,26,0,0,238,26,0,0,242,26,0,0,244,26,0,0,244,26,0,0,244,26,0,0,244,26,0,0,244,26,0,0,244,26,0,0,246,26,0,0,246,26,0,0,246,26,0,0,246,26,0,0,246,26,0,0,246,26,0,0,248,26,0,0,248,26,0,0,252,26,0,0,254,26,0,0,8,27,0,0,8,27,0,0,14,27,0,0,14,27,0,0,14,27,0,0,14,27,0,0,14,27,0,0,18,27,0,0,20,27,0,0,20,27,0,0,20,27,0,0,26,27,0,0,26,27,0,0,26,27,0,0,26,27,0,0,26,27,0,0,26,27,0,0,28,27,0,0,28,27,0,0,28,27,0,0,28,27,0,0,28,27,0,0,32,27,0,0,34,27,0,0,34,27,0,0,38,27,0,0,42,27,0,0,44,27,0,0,48,27,0,0,48,27,0,0,52,27,0,0,52,27,0,0,52,27,0,0,52,27,0,0,52,27,0,0,56,27,0,0,56,27,0,0,56,27,0,0,68,27,0,0,68,27,0,0,70,27,0,0,70,27,0,0,70,27,0,0,70,27,0,0,72,27,0,0,72,27,0,0,72,27,0,0,78,27,0,0,78,27,0,0,80,27,0,0,92,27,0,0,94,27,0,0,98,27,0,0,100,27,0,0,100,27,0,0,112,27,0,0,112,27,0,0,122,27,0,0,126,27,0,0,126,27,0,0,130,27,0,0,130,27,0,0,130,27,0,0,132,27,0,0,136,27,0,0,136,27,0,0,138,27,0,0,138,27,0,0,140,27,0,0,142,27,0,0,142,27,0,0,146,27,0,0,150,27,0,0,150,27,0,0,150,27,0,0,150,27,0,0,150,27,0,0,152,27,0,0,162,27,0,0,162,27,0,0,162,27,0,0,162,27,0,0,164,27,0,0,164,27,0,0,172,27,0,0,176,27,0,0,176,27,0,0,176,27,0,0,176,27,0,0,182,27,0,0,182,27,0,0,182,27,0,0,186,27,0,0,190,27,0,0,190,27,0,0,190,27,0,0,192,27,0,0,192,27,0,0,194,27,0,0,200,27,0,0,204,27,0,0,204,27,0,0,204,27,0,0,208,27,0,0,210,27,0,0,210,27,0,0,212,27,0,0,216,27,0,0,216,27,0,0,216,27,0,0,218,27,0,0,218,27,0,0,220,27,0,0,222,27,0,0,226,27,0,0,230,27,0,0,232,27,0,0,234,27,0,0,244,27,0,0,246,27,0,0,246,27,0,0,246,27,0,0,246,27,0,0,246,27,0,0,246,27,0,0,252,27,0,0,252,27,0,0,252,27,0,0,254,27,0,0,0,28,0,0,0,28,0,0,8,28,0,0,8,28,0,0,8,28,0,0,8,28,0,0,14,28,0,0,14,28,0,0,18,28,0,0,20,28,0,0,20,28,0,0,20,28,0,0,20,28,0,0,26,28,0,0,28,28,0,0,28,28,0,0,30,28,0,0,32,28,0,0,32,28,0,0,32,28,0,0,32,28,0,0,34,28,0,0,34,28,0,0,36,28,0,0,36,28,0,0,44,28,0,0,44,28,0,0,46,28,0,0,46,28,0,0,46,28,0,0,46,28,0,0,52,28,0,0,54,28,0,0,54,28,0,0,54,28,0,0,54,28,0,0,54,28,0,0,58,28,0,0,60,28,0,0,62,28,0,0,66,28,0,0,66,28,0,0,74,28,0,0,74,28,0,0,74,28,0,0,78,28,0,0,84,28,0,0,84,28,0,0,84,28,0,0,86,28,0,0,90,28,0,0,90,28,0,0,92,28,0,0,92,28,0,0,94,28,0,0,96,28,0,0,98,28,0,0,98,28,0,0,98,28,0,0,98,28,0,0,98,28,0,0,104,28,0,0,106,28,0,0,110,28,0,0,110,28,0,0,110,28,0,0,110,28,0,0,114,28,0,0,120,28,0,0,126,28,0,0,128,28,0,0,130,28,0,0,130,28,0,0,130,28,0,0,130,28,0,0,130,28,0,0,132,28,0,0,138,28,0,0,142,28,0,0,142,28,0,0,150,28,0,0,150,28,0,0,158,28,0,0,158,28,0,0,160,28,0,0,160,28,0,0,160,28,0,0,164,28,0,0,164,28,0,0,164,28,0,0,170,28,0,0,172,28,0,0,176,28,0,0,180,28,0,0,186,28,0,0,190,28,0,0,190,28,0,0,192,28,0,0,192,28,0,0,196,28,0,0,198,28,0,0,198,28,0,0,200,28,0,0,200,28,0,0,202,28,0,0,202,28,0,0,210,28,0,0,210,28,0,0,216,28,0,0,218,28,0,0,220,28,0,0,224,28,0,0,224,28,0,0,226,28,0,0,226,28,0,0,230,28,0,0,230,28,0,0,236,28,0,0,236,28,0,0,236,28,0,0,236,28,0,0,236,28,0,0,238,28,0,0,240,28,0,0,246,28,0,0,246,28,0,0,246,28,0,0,252,28,0,0,252,28,0,0,0,29,0,0,0,29,0,0,2,29,0,0,2,29,0,0,2,29,0,0,2,29,0,0,2,29,0,0,6,29,0,0,6,29,0,0,6,29,0,0,6,29,0,0,6,29,0,0,8,29,0,0,10,29,0,0,16,29,0,0,16,29,0,0,16,29,0,0,18,29,0,0,18,29,0,0,18,29,0,0,18,29,0,0,18,29,0,0,18,29,0,0,20,29,0,0,24,29,0,0,24,29,0,0,24,29,0,0,26,29,0,0,28,29,0,0,30,29,0,0,30,29,0,0,32,29,0,0,34,29,0,0,38,29,0,0,38,29,0,0,42,29,0,0,42,29,0,0,44,29,0,0,44,29,0,0,56,29,0,0,56,29,0,0,56,29,0,0,58,29,0,0,58,29,0,0,64,29,0,0,70,29,0,0,70,29,0,0,70,29,0,0,74,29,0,0,74,29,0,0,76,29,0,0,76,29,0,0,80,29,0,0,80,29,0,0,80,29,0,0,80,29,0,0,80,29,0,0,82,29,0,0,88,29,0,0,90,29,0,0,94,29,0,0,98,29,0,0,98,29,0,0,102,29,0,0,112,29,0,0,116,29,0,0,116,29,0,0,116,29,0,0,116,29,0,0,116,29,0,0,122,29,0,0,126,29,0,0,126,29,0,0,128,29,0,0,128,29,0,0,128,29,0,0,134,29,0,0,140,29,0,0,140,29,0,0,142,29,0,0,144,29,0,0,150,29,0,0,152,29,0,0,152,29,0,0,152,29,0,0,154,29,0,0,158,29,0,0,158,29,0,0,166,29,0,0,166,29,0,0,168,29,0,0,172,29,0,0,178,29,0,0,178,29,0,0,180,29,0,0,180,29,0,0,180,29,0,0,192,29,0,0,192,29,0,0,192,29,0,0,192,29,0,0,192,29,0,0,192,29,0,0,196,29,0,0,210,29,0,0,214,29,0,0,216,29,0,0,220,29,0,0,220,29,0,0,224,29,0,0,232,29,0,0,234,29,0,0,234,29,0,0,234,29,0,0,234,29,0,0,234,29,0,0,236,29,0,0,238,29,0,0,238,29,0,0,238,29,0,0,248,29,0,0,250,29,0,0,250,29,0,0,0,30,0,0,0,30,0,0,0,30,0,0,8,30,0,0,16,30,0,0,18,30,0,0,24,30,0,0,24,30,0,0,24,30,0,0,24,30,0,0,24,30,0,0,24,30,0,0,24,30,0,0,24,30,0,0,26,30,0,0,26,30,0,0,28,30,0,0,30,30,0,0,30,30,0,0,30,30,0,0,32,30,0,0,36,30,0,0,42,30,0,0,44,30,0,0,46,30,0,0,50,30,0,0,52,30,0,0,64,30,0,0,64,30,0,0,68,30,0,0,70,30,0,0,70,30,0,0,70,30,0,0,72,30,0,0,76,30,0,0,78,30,0,0,80,30,0,0,82,30,0,0,84,30,0,0,84,30,0,0,84,30,0,0,88,30,0,0,92,30,0,0,94,30,0,0,96,30,0,0,98,30,0,0,98,30,0,0,100,30,0,0,100,30,0,0,102,30,0,0,102,30,0,0,102,30,0,0,102,30,0,0,106,30,0,0,106,30,0,0,106,30,0,0,108,30,0,0,108,30,0,0,108,30,0,0,108,30,0,0,110,30,0,0,110,30,0,0,112,30,0,0,112,30,0,0,112,30,0,0,118,30,0,0,124,30,0,0,124,30,0,0,130,30,0,0,130,30,0,0,142,30,0,0,142,30,0,0,144,30,0,0,148,30,0,0,148,30,0,0,148,30,0,0,148,30,0,0,150,30,0,0,150,30,0,0,152,30,0,0,156,30,0,0,156,30,0,0,156,30,0,0,156,30,0,0,158,30,0,0,166,30,0,0,166,30,0,0,168,30,0,0,168,30,0,0,168,30,0,0,168,30,0,0,170,30,0,0,170,30,0,0,170,30,0,0,170,30,0,0,172,30,0,0,172,30,0,0,174,30,0,0,180,30,0,0,180,30,0,0,182,30,0,0,182,30,0,0,182,30,0,0,184,30,0,0,186,30,0,0,188,30,0,0,188,30,0,0,192,30,0,0,192,30,0,0,194,30,0,0,200,30,0,0,200,30,0,0,202,30,0,0,202,30,0,0,206,30,0,0,208,30,0,0,208,30,0,0,214,30,0,0,214,30,0,0,214,30,0,0,214,30,0,0,216,30,0,0,216,30,0,0,216,30,0,0,218,30,0,0,236,30,0,0,238,30,0,0,238,30,0,0,240,30,0,0,240,30,0,0,240,30,0,0,244,30,0,0,244,30,0,0,244,30,0,0,246,30,0,0,248,30,0,0,248,30,0,0,250,30,0,0,252,30,0,0,252,30,0,0,252,30,0,0,252,30,0,0,2,31,0,0,4,31,0,0,4,31,0,0,4,31,0,0,4,31,0,0,4,31,0,0,6,31,0,0,6,31,0,0,6,31,0,0,6,31,0,0,8,31,0,0,10,31,0,0,14,31,0,0,16,31,0,0,16,31,0,0,16,31,0,0,16,31,0,0,16,31,0,0,16,31,0,0,18,31,0,0,18,31,0,0,18,31,0,0,18,31,0,0,20,31,0,0,20,31,0,0,20,31,0,0,22,31,0,0,24,31,0,0,24,31,0,0,24,31,0,0,26,31,0,0,30,31,0,0,30,31,0,0,30,31,0,0,38,31,0,0,46,31,0,0,46,31,0,0,48,31,0,0,52,31,0,0,60,31,0,0,70,31,0,0,72,31,0,0,72,31,0,0,72,31,0,0,72,31,0,0,74,31,0,0,74,31,0,0,74,31,0,0,74,31,0,0,74,31,0,0,74,31,0,0,76,31,0,0,76,31,0,0,76,31,0,0,76,31,0,0,82,31,0,0,82,31,0,0,82,31,0,0,82,31,0,0,82,31,0,0,82,31,0,0,84,31,0,0,86,31,0,0,86,31,0,0,86,31,0,0,86,31,0,0,86,31,0,0,86,31,0,0,90,31,0,0,92,31,0,0,94,31,0,0,94,31,0,0,96,31,0,0,96,31,0,0,108,31,0,0,110,31,0,0,110,31,0,0,110,31,0,0,114,31,0,0,114,31,0,0,114,31,0,0,114,31,0,0,114,31,0,0,116,31,0,0,118,31,0,0,124,31,0,0,124,31,0,0,126,31,0,0,126,31,0,0,128,31,0,0,128,31,0,0,132,31,0,0,132,31,0,0,136,31,0,0,136,31,0,0,136,31,0,0,140,31,0,0,144,31,0,0,150,31,0,0,150,31,0,0,150,31,0,0,150,31,0,0,150,31,0,0,156,31,0,0,156,31,0,0,156,31,0,0,158,31,0,0,162,31,0,0,162,31,0,0,162,31,0,0,162,31,0,0,164,31,0,0,164,31,0,0,164,31,0,0,166,31,0,0,166,31,0,0,170,31,0,0,170,31,0,0,172,31,0,0,178,31,0,0,178,31,0,0,178,31,0,0,178,31,0,0,178,31,0,0,182,31,0,0,182,31,0,0,182,31,0,0,182,31,0,0,184,31,0,0,184,31,0,0,186,31,0,0,186,31,0,0,186,31,0,0,188,31,0,0,190,31,0,0,200,31,0,0,202,31,0,0,202,31,0,0,208,31,0,0,212,31,0,0,214,31,0,0,224,31,0,0,228,31,0,0,232,31,0,0,232,31,0,0,232,31,0,0,236,31,0,0,236,31,0,0,236,31,0,0,240,31,0,0,240,31,0,0,250,31,0,0,250,31,0,0,250,31,0,0,250,31,0,0,250,31,0,0,250,31,0,0,250,31,0,0,0,32,0,0,2,32,0,0,2,32,0,0,2,32,0,0,2,32,0,0,10,32,0,0,12,32,0,0,12,32,0,0,18,32,0,0,20,32,0,0,20,32,0,0,20,32,0,0,20,32,0,0,26,32,0,0,26,32,0,0,30,32,0,0,30,32,0,0,30,32,0,0,30,32,0,0,32,32,0,0,32,32,0,0,34,32,0,0,38,32,0,0,44,32,0,0,50,32,0,0,50,32,0,0,56,32,0,0,58,32,0,0,58,32,0,0,60,32,0,0,64,32,0,0,68,32,0,0,68,32,0,0,74,32,0,0,74,32,0,0,76,32,0,0,76,32,0,0,76,32,0,0,76,32,0,0,80,32,0,0,82,32,0,0,82,32,0,0,82,32,0,0,84,32,0,0,84,32,0,0,86,32,0,0,88,32,0,0,90,32,0,0,92,32,0,0,96,32,0,0,98,32,0,0,98,32,0,0,98,32,0,0,98,32,0,0,100,32,0,0,100,32,0,0,102,32,0,0,104,32,0,0,106,32,0,0,120,32,0,0,120,32,0,0,120,32,0,0,120,32,0,0,128,32,0,0,132,32,0,0,132,32,0,0,132,32,0,0,132,32,0,0,132,32,0,0,136,32,0,0,136,32,0,0,136,32,0,0,136,32,0,0,136,32,0,0,144,32,0,0,144,32,0,0,146,32,0,0,146,32,0,0,156,32,0,0,158,32,0,0,158,32,0,0,162,32,0,0,162,32,0,0,164,32,0,0,164,32,0,0,164,32,0,0,164,32,0,0,164,32,0,0,164,32,0,0,164,32,0,0,170,32,0,0,172,32,0,0,174,32,0,0,174,32,0,0,174,32,0,0,174,32,0,0,174,32,0,0,174,32,0,0,176,32,0,0,176,32,0,0,178,32,0,0,178,32,0,0,184,32,0,0,186,32,0,0,186,32,0,0,190,32,0,0,190,32,0,0,190,32,0,0,190,32,0,0,190,32,0,0,190,32,0,0,194,32,0,0,196,32,0,0,196,32,0,0,196,32,0,0,198,32,0,0,200,32,0,0,208,32,0,0,208,32,0,0,212,32,0,0,214,32,0,0,214,32,0,0,220,32,0,0,230,32,0,0,230,32,0,0,230,32,0,0,230,32,0,0,230,32,0,0,240,32,0,0,242,32,0,0,244,32,0,0,244,32,0,0,244,32,0,0,250,32,0,0,0,33,0,0,0,33,0,0,2,33,0,0,2,33,0,0,2,33,0,0,2,33,0,0,2,33,0,0,8,33,0,0,10,33,0,0,10,33,0,0,12,33,0,0,12,33,0,0,14,33,0,0,14,33,0,0,14,33,0,0,14,33,0,0,14,33,0,0,18,33,0,0,20,33,0,0,20,33,0,0,20,33,0,0,22,33,0,0,24,33,0,0,24,33,0,0,26,33,0,0,30,33,0,0,30,33,0,0,42,33,0,0,44,33,0,0,52,33,0,0,52,33,0,0,56,33,0,0,62,33,0,0,62,33,0,0,64,33,0,0,68,33,0,0,68,33,0,0,68,33,0,0,70,33,0,0,74,33,0,0,78,33,0,0,78,33,0,0,78,33,0,0,84,33,0,0,84,33,0,0,84,33,0,0,96,33,0,0,100,33,0,0,102,33,0,0,106,33,0,0,106,33,0,0,106,33,0,0,108,33,0,0,116,33,0,0,116,33,0,0,116,33,0,0,116,33,0,0,116,33,0,0,126,33,0,0,130,33,0,0,130,33,0,0,134,33,0,0,136,33,0,0,136,33,0,0,138,33,0,0,138,33,0,0,138,33,0,0,138,33,0,0,144,33,0,0,150,33,0,0,150,33,0,0,152,33,0,0,152,33,0,0,156,33,0,0,164,33,0,0,166,33,0,0,166,33,0,0,166,33,0,0,170,33,0,0,174,33,0,0,174,33,0,0,182,33,0,0,184,33,0,0,184,33,0,0,184,33,0,0,188,33,0,0,188,33,0,0,190,33,0,0,196,33,0,0,196,33,0,0,198,33,0,0,200,33,0,0,204,33,0,0,204,33,0,0,204,33,0,0,204,33,0,0,206,33,0,0,208,33,0,0,212,33,0,0,212,33,0,0,212,33,0,0,214,33,0,0,226,33,0,0,226,33,0,0,232,33,0,0,234,33,0,0,236,33,0,0,238,33,0,0,238,33,0,0,244,33,0,0,244,33,0,0,252,33,0,0,254,33,0,0,254,33,0,0,254,33,0,0,0,34,0,0,0,34,0,0,0,34,0,0,4,34,0,0,4,34,0,0,12,34,0,0,12,34,0,0,12,34,0,0,12,34,0,0,12,34,0,0,16,34,0,0,18,34,0,0,20,34,0,0,20,34,0,0,24,34,0,0,28,34,0,0,30,34,0,0,30,34,0,0,32,34,0,0,38,34,0,0,38,34,0,0,40,34,0,0,44,34,0,0,44,34,0,0,46,34,0,0,60,34,0,0,62,34,0,0,64,34,0,0,66,34,0,0,66,34,0,0,72,34,0,0,72,34,0,0,72,34,0,0,72,34,0,0,74,34,0,0,76,34,0,0,84,34,0,0,90,34,0,0,94,34,0,0,100,34,0,0,108,34,0,0,110,34,0,0,110,34,0,0,116,34,0,0,118,34,0,0,122,34,0,0,122,34,0,0,122,34,0,0,126,34,0,0,136,34,0,0,136,34,0,0,138,34,0,0,140,34,0,0,142,34,0,0,142,34,0,0,150,34,0,0,160,34,0,0,160,34,0,0,160,34,0,0,160,34,0,0,160,34,0,0,160,34,0,0,160,34,0,0,160,34,0,0,160,34,0,0,166,34,0,0,166,34,0,0,176,34,0,0,176,34,0,0,176,34,0,0,176,34,0,0,176,34,0,0,186,34,0,0,190,34,0,0,190,34,0,0,190,34,0,0,190,34,0,0,190,34,0,0,194,34,0,0,194,34,0,0,196,34,0,0,196,34,0,0,196,34,0,0,196,34,0,0,196,34,0,0,196,34,0,0,198,34,0,0,202,34,0,0,202,34,0,0,204,34,0,0,204,34,0,0,204,34,0,0,210,34,0,0,214,34,0,0,214,34,0,0,216,34,0,0,216,34,0,0,218,34,0,0,222,34,0,0,222,34,0,0,222,34,0,0,222,34,0,0,224,34,0,0,224,34,0,0,224,34,0,0,224,34,0,0,224,34,0,0,230,34,0,0,230,34,0,0,230,34,0,0,230,34,0,0,238,34,0,0,242,34,0,0,244,34,0,0,244,34,0,0,244,34,0,0,254,34,0,0,254,34,0,0,254,34,0,0,0,35,0,0,0,35,0,0,2,35,0,0,6,35,0,0,6,35,0,0,10,35,0,0,10,35,0,0,10,35,0,0,10,35,0,0,12,35,0,0,12,35,0,0,12,35,0,0,14,35,0,0,14,35,0,0,14,35,0,0,14,35,0,0,16,35,0,0,18,35,0,0,22,35,0,0,26,35,0,0,26,35,0,0,28,35,0,0,28,35,0,0,28,35,0,0,28,35,0,0,28,35,0,0,28,35,0,0,28,35,0,0,28,35,0,0,28,35,0,0,28,35,0,0,32,35,0,0,32,35,0,0,40,35,0,0,42,35,0,0,42,35,0,0,42,35,0,0,46,35,0,0,50,35,0,0,54,35,0,0,58,35,0,0,60,35,0,0,64,35,0,0,64,35,0,0,68,35,0,0,72,35,0,0,72,35,0,0,72,35,0,0,74,35,0,0,74,35,0,0,74,35,0,0,76,35,0,0,76,35,0,0,76,35,0,0,76,35,0,0,76,35,0,0,76,35,0,0,80,35,0,0,80,35,0,0,86,35,0,0,88,35,0,0,88,35,0,0,90,35,0,0,98,35,0,0,98,35,0,0,100,35,0,0,106,35,0,0,108,35,0,0,112,35,0,0,116,35,0,0,116,35,0,0,124,35,0,0,124,35,0,0,124,35,0,0,124,35,0,0,128,35,0,0,130,35,0,0,132,35,0,0,140,35,0,0,140,35,0,0,140,35,0,0,140,35,0,0,142,35,0,0,142,35,0,0,142,35,0,0,144,35,0,0,146,35,0,0,150,35,0,0,152,35,0,0,154,35,0,0,158,35,0,0,158,35,0,0,158,35,0,0,160,35,0,0,164,35,0,0,168,35,0,0,168,35,0,0,168,35,0,0,168,35,0,0,170,35,0,0,174,35,0,0,174,35,0,0,174,35,0,0,176,35,0,0,176,35,0,0,176,35,0,0,178,35,0,0,178,35,0,0,188,35,0,0,190,35,0,0,200,35,0,0,204,35,0,0,214,35,0,0,214,35,0,0,214,35,0,0,218,35,0,0,226,35,0,0,230,35,0,0,230,35,0,0,230,35,0,0,232,35,0,0,234,35,0,0,236,35,0,0,236,35,0,0,238,35,0,0,240,35,0,0,240,35,0,0,242,35,0,0,242,35,0,0,242,35,0,0,244,35,0,0,246,35,0,0,246,35,0,0,246,35,0,0,246,35,0,0,248,35,0,0,252,35,0,0,252,35,0,0,0,36,0,0,0,36,0,0,2,36,0,0,2,36,0,0,2,36,0,0,14,36,0,0,14,36,0,0,14,36,0,0,14,36,0,0,22,36,0,0,22,36,0,0,22,36,0,0,22,36,0,0,22,36,0,0,26,36,0,0,26,36,0,0,30,36,0,0,34,36,0,0,34,36,0,0,34,36,0,0,34,36,0,0,34,36,0,0,36,36,0,0,36,36,0,0,38,36,0,0,38,36,0,0,44,36,0,0,44,36,0,0,44,36,0,0,44,36,0,0,44,36,0,0,48,36,0,0,54,36,0,0,54,36,0,0,54,36,0,0,56,36,0,0,58,36,0,0,58,36,0,0,58,36,0,0,58,36,0,0,60,36,0,0,62,36,0,0,64,36,0,0,64,36,0,0,66,36,0,0,68,36,0,0,70,36,0,0,70,36,0,0,74,36,0,0,76,36,0,0,76,36,0,0,76,36,0,0,82,36,0,0,82,36,0,0,88,36,0,0,90,36,0,0,92,36,0,0,98,36,0,0,106,36,0,0,106,36,0,0,112,36,0,0,112,36,0,0,112,36,0,0,116,36,0,0,116,36,0,0,124,36,0,0,128,36,0,0,128,36,0,0,130,36,0,0,136,36,0,0,140,36,0,0,142,36,0,0,144,36,0,0,144,36,0,0,144,36,0,0,144,36,0,0,148,36,0,0,154,36,0,0,156,36,0,0,160,36,0,0,160,36,0,0,160,36,0,0,160,36,0,0,160,36,0,0,160,36,0,0,164,36,0,0,164,36,0,0,166,36,0,0,166,36,0,0,166,36,0,0,166,36,0,0,166,36,0,0,166,36,0,0,174,36,0,0,174,36,0,0,178,36,0,0,178,36,0,0,180,36,0,0,180,36,0,0,180,36,0,0,180,36,0,0,184,36,0,0,190,36,0,0,192,36,0,0,192,36,0,0,196,36,0,0,198,36,0,0,200,36,0,0,200,36,0,0,206,36,0,0,206,36,0,0,208,36,0,0,208,36,0,0,210,36,0,0,210,36,0,0,214,36,0,0,214,36,0,0,216,36,0,0,216,36,0,0,216,36,0,0,218,36,0,0,220,36,0,0,220,36,0,0,224,36,0,0,224,36,0,0,224,36,0,0,224,36,0,0,224,36,0,0,226,36,0,0,226,36,0,0,228,36,0,0,228,36,0,0,228,36,0,0,230,36,0,0,234,36,0,0,240,36,0,0,240,36,0,0,240,36,0,0,240,36,0,0,244,36,0,0,252,36,0,0,254,36,0,0,254,36,0,0,4,37,0,0,4,37,0,0,4,37,0,0,8,37,0,0,8,37,0,0,8,37,0,0,8,37,0,0,12,37,0,0,14,37,0,0,14,37,0,0,16,37,0,0,16,37,0,0,18,37,0,0,22,37,0,0,22,37,0,0,28,37,0,0,30,37,0,0,30,37,0,0,30,37,0,0,30,37,0,0,30,37,0,0,32,37,0,0,34,37,0,0,34,37,0,0,42,37,0,0,42,37,0,0,42,37,0,0,44,37,0,0,48,37,0,0,48,37,0,0,48,37,0,0,50,37,0,0,50,37,0,0,52,37,0,0,52,37,0,0,52,37,0,0,70,37,0,0,70,37,0,0,70,37,0,0,70,37,0,0,70,37,0,0,72,37,0,0,78,37,0,0,78,37,0,0,78,37,0,0,86,37,0,0,88,37,0,0,88,37,0,0,88,37,0,0,88,37,0,0,88,37,0,0,90,37,0,0,90,37,0,0,90,37,0,0,90,37,0,0,94,37,0,0,98,37,0,0,98,37,0,0,100,37,0,0,100,37,0,0,106,37,0,0,108,37,0,0,108,37,0,0,108,37,0,0,108,37,0,0,108,37,0,0,118,37,0,0,118,37,0,0,122,37,0,0,124,37,0,0,124,37,0,0,124,37,0,0,126,37,0,0,126,37,0,0,128,37,0,0,132,37,0,0,132,37,0,0,132,37,0,0,132,37,0,0,132,37,0,0,134,37,0,0,136,37,0,0,136,37,0,0,136,37,0,0,144,37,0,0,144,37,0,0,148,37,0,0,148,37,0,0,150,37,0,0,152,37,0,0,156,37,0,0,156,37,0,0,162,37,0,0,166,37,0,0,170,37,0,0,172,37,0,0,172,37,0,0,176,37,0,0,176,37,0,0,178,37,0,0,182,37,0,0,182,37,0,0,182,37,0,0,182,37,0,0,184,37,0,0,184,37,0,0,184,37,0,0,184,37,0,0,186,37,0,0,186,37,0,0,186,37,0,0,188,37,0,0,190,37,0,0,190,37,0,0,196,37,0,0,196,37,0,0,200,37,0,0,200,37,0,0,204,37,0,0,210,37,0,0,216,37,0,0,218,37,0,0,222,37,0,0,228,37,0,0,230,37,0,0,230,37,0,0,230,37,0,0,230,37,0,0,236,37,0,0,242,37,0,0,242,37,0,0,242,37,0,0,246,37,0,0,248,37,0,0,248,37,0,0,248,37,0,0,248,37,0,0,250,37,0,0,250,37,0,0,250,37,0,0,250,37,0,0,252,37,0,0,2,38,0,0,2,38,0,0,6,38,0,0,8,38,0,0,8,38,0,0,12,38,0,0,14,38,0,0,14,38,0,0,14,38,0,0,14,38,0,0,18,38,0,0,18,38,0,0,20,38,0,0,24,38,0,0,26,38,0,0,30,38,0,0,34,38,0,0,34,38,0,0,34,38,0,0,36,38,0,0,36,38,0,0,36,38,0,0,38,38,0,0,44,38,0,0,46,38,0,0,48,38,0,0,52,38,0,0,52,38,0,0,52,38,0,0,58,38,0,0,58,38,0,0,58,38,0,0,58,38,0,0,62,38,0,0,62,38,0,0,68,38,0,0,70,38,0,0,70,38,0,0,70,38,0,0,74,38,0,0,76,38,0,0,80,38,0,0,80,38,0,0,80,38,0,0,80,38,0,0,80,38,0,0,84,38,0,0,84,38,0,0,90,38,0,0,90,38,0,0,90,38,0,0,90,38,0,0,90,38,0,0,92,38,0,0,92,38,0,0,96,38,0,0,96,38,0,0,102,38,0,0,102,38,0,0,102,38,0,0,102,38,0,0,104,38,0,0,106,38,0,0,106,38,0,0,106,38,0,0,108,38,0,0,108,38,0,0,108,38,0,0,114,38,0,0,118,38,0,0,118,38,0,0,118,38,0,0,120,38,0,0,120,38,0,0,126,38,0,0,126,38,0,0,130,38,0,0,130,38,0,0,130,38,0,0,130,38,0,0,132,38,0,0,132,38,0,0,134,38,0,0,134,38,0,0,136,38,0,0,138,38,0,0,138,38,0,0,144,38,0,0,144,38,0,0,144,38,0,0,146,38,0,0,146,38,0,0,146,38,0,0,146,38,0,0,146,38,0,0,146,38,0,0,148,38,0,0,148,38,0,0,148,38,0,0,150,38,0,0,156,38,0,0,162,38,0,0,162,38,0,0,162,38,0,0,162,38,0,0,162,38,0,0,164,38,0,0,164,38,0,0,164,38,0,0,168,38,0,0,172,38,0,0,180,38,0,0,182,38,0,0,190,38,0,0,196,38,0,0,198,38,0,0,200,38,0,0,202,38,0,0,204,38,0,0,206,38,0,0,208,38,0,0,208,38,0,0,208,38,0,0,208,38,0,0,208,38,0,0,208,38,0,0,208,38,0,0,208,38,0,0,208,38,0,0,208,38,0,0,208,38,0,0,208,38,0,0,210,38,0,0,210,38,0,0,210,38,0,0,214,38,0,0,214,38,0,0,216,38,0,0,220,38,0,0,224,38,0,0,228,38,0,0,228,38,0,0,232,38,0,0,234,38,0,0,240,38,0,0,240,38,0,0,240,38,0,0,242,38,0,0,244,38,0,0,244,38,0,0,244,38,0,0,244,38,0,0,244,38,0,0,244,38,0,0,244,38,0,0,244,38,0,0,254,38,0,0,8,39,0,0,12,39,0,0,16,39,0,0,18,39,0,0,18,39,0,0,18,39,0,0,18,39,0,0,20,39,0,0,20,39,0,0,28,39,0,0,34,39,0,0,36,39,0,0,58,39,0,0,58,39,0,0,58,39,0,0,58,39,0,0,58,39,0,0,58,39,0,0,58,39,0,0,60,39,0,0,60,39,0,0,64,39,0,0,66,39,0,0,68,39,0,0,72,39,0,0,78,39,0,0,78,39,0,0,82,39,0,0,82,39,0,0,82,39,0,0,94,39,0,0,94,39,0,0,94,39,0,0,98,39,0,0,98,39,0,0,100,39,0,0,112,39,0,0,114,39,0,0,114,39,0,0,116,39,0,0,116,39,0,0,116,39,0,0,120,39,0,0,120,39,0,0,128,39,0,0,128,39,0,0,130,39,0,0,132,39,0,0,132,39,0,0,132,39,0,0,132,39,0,0,134,39,0,0,138,39,0,0,138,39,0,0,142,39,0,0,144,39,0,0,146,39,0,0,152,39,0,0,152,39,0,0,154,39,0,0,154,39,0,0,154,39,0,0,162,39,0,0,162,39,0,0,164,39,0,0,164,39,0,0,168,39,0,0,174,39,0,0,174,39,0,0,174,39,0,0,174,39,0,0,176,39,0,0,176,39,0,0,176,39,0,0,178,39,0,0,178,39,0,0,182,39,0,0,184,39,0,0,192,39,0,0,194,39,0,0,196,39,0,0,196,39,0,0,196,39,0,0,200,39,0,0,212,39,0,0,212,39,0,0,212,39,0,0,214,39,0,0,214,39,0,0,214,39,0,0,214,39,0,0,214,39,0,0,218,39,0,0,218,39,0,0,218,39,0,0,220,39,0,0,220,39,0,0,222,39,0,0,222,39,0,0,222,39,0,0,222,39,0,0,226,39,0,0,230,39,0,0,238,39,0,0,240,39,0,0,240,39,0,0,240,39,0,0,240,39,0,0,240,39,0,0,244,39,0,0,244,39,0,0,246,39,0,0,250,39,0,0,250,39,0,0,252,39,0,0,2,40,0,0,8,40,0,0,10,40,0,0,12,40,0,0,18,40,0,0,24,40,0,0,24,40,0,0,32,40,0,0,34,40,0,0,36,40,0,0,36,40,0,0,48,40,0,0,50,40,0,0,50,40,0,0,50,40,0,0,50,40,0,0,50,40,0,0,54,40,0,0,56,40,0,0,56,40,0,0,60,40,0,0,64,40,0,0,66,40,0,0,66,40,0,0,66,40,0,0,72,40,0,0,72,40,0,0,72,40,0,0,72,40,0,0,72,40,0,0,74,40,0,0,76,40,0,0,76,40,0,0,82,40,0,0,84,40,0,0,88,40,0,0,88,40,0,0,88,40,0,0,90,40,0,0,90,40,0,0,90,40,0,0,92,40,0,0,94,40,0,0,96,40,0,0,104,40,0,0,108,40,0,0,112,40,0,0,112,40,0,0,112,40,0,0,116,40,0,0,116,40,0,0,120,40,0,0,120,40,0,0,120,40,0,0,130,40,0,0,136,40,0,0,136,40,0,0,136,40,0,0,140,40,0,0,140,40,0,0,140,40,0,0,140,40,0,0,142,40,0,0,146,40,0,0,146,40,0,0,148,40,0,0,150,40,0,0,156,40,0,0,156,40,0,0,156,40,0,0,160,40,0,0,160,40,0,0,162,40,0,0,168,40,0,0,168,40,0,0,168,40,0,0,176,40,0,0,176,40,0,0,176,40,0,0,184,40,0,0,186,40,0,0,190,40,0,0,198,40,0,0,198,40,0,0,198,40,0,0,198,40,0,0,202,40,0,0,204,40,0,0,214,40,0,0,214,40,0,0,214,40,0,0,222,40,0,0,224,40,0,0,224,40,0,0,224,40,0,0,224,40,0,0,230,40,0,0,230,40,0,0,232,40,0,0,232,40,0,0,232,40,0,0,232,40,0,0,232,40,0,0,232,40,0,0,236,40,0,0,240,40,0,0,242,40,0,0,244,40,0,0,244,40,0,0,244,40,0,0,244,40,0,0,244,40,0,0,244,40,0,0,244,40,0,0,250,40,0,0,250,40,0,0,250,40,0,0,250,40,0,0,0,41,0,0,0,41,0,0,0,41,0,0,6,41,0,0,6,41,0,0,6,41,0,0,6,41,0,0,6,41,0,0,12,41,0,0,14,41,0,0,14,41,0,0,20,41,0,0,20,41,0,0,22,41,0,0,24,41,0,0,28,41,0,0,30,41,0,0,30,41,0,0,30,41,0,0,30,41,0,0,30,41,0,0,34,41,0,0,36,41,0,0,36,41,0,0,36,41,0,0,42,41,0,0,42,41,0,0,42,41,0,0,48,41,0,0,52,41,0,0,52,41,0,0,56,41,0,0,56,41,0,0,58,41,0,0,58,41,0,0,62,41,0,0,66,41,0,0,72,41,0,0,76,41,0,0,82,41,0,0,84,41,0,0,84,41,0,0,84,41,0,0,92,41,0,0,92,41,0,0,92,41,0,0,98,41,0,0,100,41,0,0,104,41,0,0,104,41,0,0,112,41,0,0,112,41,0,0,116,41,0,0,116,41,0,0,116,41,0,0,130,41,0,0,136,41,0,0,140,41,0,0,140,41,0,0,140,41,0,0,142,41,0,0,146,41,0,0,150,41,0,0,150,41,0,0,150,41,0,0,150,41,0,0,150,41,0,0,154,41,0,0,154,41,0,0,156,41,0,0,156,41,0,0,162,41,0,0,162,41,0,0,164,41,0,0,164,41,0,0,164,41,0,0,166,41,0,0,168,41,0,0,170,41,0,0,170,41,0,0,170,41,0,0,176,41,0,0,176,41,0,0,176,41,0,0,196,41,0,0,200,41,0,0,204,41,0,0,206,41,0,0,210,41,0,0,210,41,0,0,210,41,0,0,210,41,0,0,210,41,0,0,214,41,0,0,216,41,0,0,216,41,0,0,216,41,0,0,218,41,0,0,230,41,0,0,230,41,0,0,230,41,0,0,232,41,0,0,236,41,0,0,236,41,0,0,246,41,0,0,248,41,0,0,252,41,0,0,252,41,0,0,2,42,0,0,4,42,0,0,6,42,0,0,6,42,0,0,12,42,0,0,12,42,0,0,12,42,0,0,12,42,0,0,14,42,0,0,14,42,0,0,14,42,0,0,22,42,0,0,26,42,0,0,32,42,0,0,34,42,0,0,36,42,0,0,36,42,0,0,42,42,0,0,42,42,0,0,44,42,0,0,46,42,0,0,52,42,0,0,62,42,0,0,64,42,0,0,64,42,0,0,66,42,0,0,66,42,0,0,66,42,0,0,68,42,0,0,70,42,0,0,72,42,0,0,72,42,0,0,72,42,0,0,72,42,0,0,72,42,0,0,86,42,0,0,86,42,0,0,88,42,0,0,88,42,0,0,88,42,0,0,88,42,0,0,88,42,0,0,90,42,0,0,94,42,0,0,94,42,0,0,94,42,0,0,94,42,0,0,94,42,0,0,94,42,0,0,98,42,0,0,98,42,0,0,104,42,0,0,104,42,0,0,104,42,0,0,104,42,0,0,106,42,0,0,110,42,0,0,110,42,0,0,112,42,0,0,116,42,0,0,118,42,0,0,126,42,0,0,126,42,0,0,126,42,0,0,132,42,0,0,144,42,0,0,144,42,0,0,144,42,0,0,148,42,0,0,148,42,0,0,148,42,0,0,148,42,0,0,148,42,0,0,150,42,0,0,152,42,0,0,152,42,0,0,152,42,0,0,152,42,0,0,152,42,0,0,152,42,0,0,152,42,0,0,152,42,0,0,152,42,0,0,152,42,0,0,152,42,0,0,158,42,0,0,162,42,0,0,166,42,0,0,168,42,0,0,168,42,0,0,168,42,0,0,178,42,0,0,178,42,0,0,180,42,0,0,180,42,0,0,180,42,0,0,182,42,0,0,182,42,0,0,186,42,0,0,186,42,0,0,188,42,0,0,188,42,0,0,190,42,0,0,190,42,0,0,198,42,0,0,198,42,0,0,198,42,0,0,200,42,0,0,200,42,0,0,200,42,0,0,202,42,0,0,202,42,0,0,202,42,0,0,202,42,0,0,202,42,0,0,204,42,0,0,208,42,0,0,212,42,0,0,212,42,0,0,212,42,0,0,212,42,0,0,212,42,0,0,212,42,0,0,212,42,0,0,212,42,0,0,220,42,0,0,224,42,0,0,226,42,0,0,230,42,0,0,238,42,0,0,238,42,0,0,244,42,0,0,252,42,0,0,252,42,0,0,0,43,0,0,2,43,0,0,2,43,0,0,2,43,0,0,2,43,0,0,4,43,0,0,4,43,0,0,8,43,0,0,10,43,0,0,12,43,0,0,12,43,0,0,12,43,0,0,16,43,0,0,16,43,0,0,20,43,0,0,20,43,0,0,22,43,0,0,28,43,0,0,28,43,0,0,30,43,0,0,34,43,0,0,34,43,0,0,36,43,0,0,42,43,0,0,42,43,0,0,42,43,0,0,42,43,0,0,44,43,0,0,44,43,0,0,54,43,0,0,54,43,0,0,54,43,0,0,58,43,0,0,58,43,0,0,58,43,0,0,64,43,0,0,64,43,0,0,64,43,0,0,64,43,0,0,64,43,0,0,66,43,0,0,70,43,0,0,76,43,0,0,78,43,0,0,78,43,0,0,80,43,0,0,84,43,0,0,84,43,0,0,84,43,0,0,84,43,0,0,86,43,0,0,86,43,0,0,86,43,0,0,86,43,0,0,86,43,0,0,88,43,0,0,94,43,0,0,98,43,0,0,104,43,0,0,106,43,0,0,106,43,0,0,108,43,0,0,110,43,0,0,110,43,0,0,110,43,0,0,110,43,0,0,114,43,0,0,118,43,0,0,118,43,0,0,118,43,0,0,124,43,0,0,128,43,0,0,128,43,0,0,132,43,0,0,136,43,0,0,136,43,0,0,136,43,0,0,138,43,0,0,138,43,0,0,138,43,0,0,142,43,0,0,142,43,0,0,146,43,0,0,150,43,0,0,156,43,0,0,156,43,0,0,160,43,0,0,160,43,0,0,160,43,0,0,160,43,0,0,164,43,0,0,164,43,0,0,164,43,0,0,164,43,0,0,164,43,0,0,168,43,0,0,168,43,0,0,170,43,0,0,172,43,0,0,172,43,0,0,174,43,0,0,180,43,0,0,182,43,0,0,190,43,0,0,190,43,0,0,190,43,0,0,194,43,0,0,194,43,0,0,196,43,0,0,200,43,0,0,200,43,0,0,200,43,0,0,210,43,0,0,212,43,0,0,212,43,0,0,212,43,0,0,212,43,0,0,214,43,0,0,216,43,0,0,218,43,0,0,218,43,0,0,222,43,0,0,222,43,0,0,222,43,0,0,224,43,0,0,226,43,0,0,226,43,0,0,228,43,0,0,228,43,0,0,228,43,0,0,232,43,0,0,236,43,0,0,238,43,0,0,238,43,0,0,238,43,0,0,238,43,0,0,250,43,0,0,250,43,0,0,250,43,0,0,250,43,0,0,6,44,0,0,8,44,0,0,14,44,0,0,14,44,0,0,14,44,0,0,16,44,0,0,20,44,0,0,26,44,0,0,26,44,0,0,26,44,0,0,26,44,0,0,32,44,0,0,32,44,0,0,34,44,0,0,34,44,0,0,36,44,0,0,38,44,0,0,44,44,0,0,48,44,0,0,48,44,0,0,48,44,0,0,54,44,0,0,54,44,0,0,54,44,0,0,58,44,0,0,58,44,0,0,58,44,0,0,58,44,0,0,58,44,0,0,60,44,0,0,60,44,0,0,64,44,0,0,64,44,0,0,64,44,0,0,64,44,0,0,64,44,0,0,68,44,0,0,68,44,0,0,68,44,0,0,68,44,0,0,74,44,0,0,74,44,0,0,78,44,0,0,78,44,0,0,80,44,0,0,80,44,0,0,82,44,0,0,82,44,0,0,82,44,0,0,84,44,0,0,84,44,0,0,86,44,0,0,90,44,0,0,90,44,0,0,96,44,0,0,96,44,0,0,100,44,0,0,100,44,0,0,100,44,0,0,102,44,0,0,102,44,0,0,102,44,0,0,102,44,0,0,106,44,0,0,106,44,0,0,106,44,0,0,112,44,0,0,112,44,0,0,112,44,0,0,112,44,0,0,112,44,0,0,112,44,0,0,118,44,0,0,126,44,0,0,128,44,0,0,128,44,0,0,132,44,0,0,132,44,0,0,134,44,0,0,146,44,0,0,146,44,0,0,146,44,0,0,152,44,0,0,152,44,0,0,152,44,0,0,152,44,0,0,154,44,0,0,156,44,0,0,156,44,0,0,158,44,0,0,158,44,0,0,164,44,0,0,164,44,0,0,164,44,0,0,164,44,0,0,166,44,0,0,168,44,0,0,168,44,0,0,168,44,0,0,168,44,0,0,176,44,0,0,180,44,0,0,182,44,0,0,182,44,0,0,182,44,0,0,182,44,0,0,184,44,0,0,184,44,0,0,184,44,0,0,184,44,0,0,184,44,0,0,186,44,0,0,198,44,0,0,198,44,0,0,202,44,0,0,206,44,0,0,214,44,0,0,220,44,0,0,220,44,0,0,226,44,0,0,228,44,0,0,228,44,0,0,228,44,0,0,230,44,0,0,234,44,0,0,234,44,0,0,234,44,0,0,238,44,0,0,238,44,0,0,238,44,0,0,238,44,0,0,238,44,0,0,242,44,0,0,244,44,0,0,254,44,0,0,0,45,0,0,0,45,0,0,4,45,0,0,6,45,0,0,8,45,0,0,10,45,0,0,10,45,0,0,12,45,0,0,12,45,0,0,16,45,0,0,16,45,0,0,20,45,0,0,28,45,0,0,34,45,0,0,34,45,0,0,36,45,0,0,36,45,0,0,36,45,0,0,36,45,0,0,36,45,0,0,36,45,0,0,36,45,0,0,38,45,0,0,38,45,0,0,38,45,0,0,38,45,0,0,38,45,0,0,40,45,0,0,40,45,0,0,44,45,0,0,44,45,0,0,44,45,0,0,48,45,0,0,54,45,0,0,54,45,0,0,56,45,0,0,62,45,0,0,62,45,0,0,64,45,0,0,64,45,0,0,64,45,0,0,66,45,0,0,68,45,0,0,68,45,0,0,68,45,0,0,70,45,0,0,70,45,0,0,72,45,0,0,72,45,0,0,72,45,0,0,72,45,0,0,72,45,0,0,78,45,0,0,80,45,0,0,82,45,0,0,82,45,0,0,88,45,0,0,94,45,0,0,94,45,0,0,98,45,0,0,98,45,0,0,98,45,0,0,102,45,0,0,102,45,0,0,102,45,0,0,102,45,0,0,104,45,0,0,104,45,0,0,106,45,0,0,108,45,0,0,110,45,0,0,110,45,0,0,110,45,0,0,110,45,0,0,110,45,0,0,112,45,0,0,116,45,0,0,118,45,0,0,118,45,0,0,118,45,0,0,126,45,0,0,130,45,0,0,130,45,0,0,130,45,0,0,130,45,0,0,132,45,0,0,138,45,0,0,138,45,0,0,138,45,0,0,140,45,0,0,146,45,0,0,146,45,0,0,148,45,0,0,150,45,0,0,154,45,0,0,154,45,0,0,154,45,0,0,154,45,0,0,156,45,0,0,156,45,0,0,158,45,0,0,160,45,0,0,160,45,0,0,160,45,0,0,166,45,0,0,166,45,0,0,168,45,0,0,172,45,0,0,174,45,0,0,178,45,0,0,182,45,0,0,188,45,0,0,188,45,0,0,190,45,0,0,190,45,0,0,190,45,0,0,190,45,0,0,190,45,0,0,190,45,0,0,192,45,0,0,196,45,0,0,198,45,0,0,198,45,0,0,204,45,0,0,204,45,0,0,208,45,0,0,208,45,0,0,208,45,0,0,208,45,0,0,210,45,0,0,210,45,0,0,210,45,0,0,210,45,0,0,210,45,0,0,212,45,0,0,214,45,0,0,214,45,0,0,214,45,0,0,214,45,0,0,214,45,0,0,218,45,0,0,220,45,0,0,222,45,0,0,224,45,0,0,224,45,0,0,224,45,0,0,224,45,0,0,224,45,0,0,234,45,0,0,234,45,0,0,234,45,0,0,234,45,0,0,238,45,0,0,238,45,0,0,238,45,0,0,242,45,0,0,242,45,0,0,242,45,0,0,242,45,0,0,242,45,0,0,242,45,0,0,242,45,0,0,242,45,0,0,244,45,0,0,244,45,0,0,244,45,0,0,248,45,0,0,2,46,0,0,6,46,0,0,8,46,0,0,10,46,0,0,20,46,0,0,24,46,0,0,32,46,0,0,34,46,0,0,36,46,0,0,36,46,0,0,40,46,0,0,48,46,0,0,48,46,0,0,50,46,0,0,56,46,0,0,56,46,0,0,58,46,0,0,64,46,0,0,64,46,0,0,68,46,0,0,68,46,0,0,68,46,0,0,70,46,0,0,74,46,0,0,80,46,0,0,80,46,0,0,80,46,0,0,84,46,0,0,84,46,0,0,84,46,0,0,84,46,0,0,88,46,0,0,88,46,0,0,88,46,0,0,88,46,0,0,88,46,0,0,88,46,0,0,90,46,0,0,92,46,0,0,94,46,0,0,94,46,0,0,94,46,0,0,94,46,0,0,102,46,0,0,112,46,0,0,116,46,0,0,116,46,0,0,124,46,0,0,124,46,0,0,128,46,0,0,128,46,0,0,128,46,0,0,128,46,0,0,130,46,0,0,134,46,0,0,136,46,0,0,136,46,0,0,138,46,0,0,140,46,0,0,140,46,0,0,142,46,0,0,144,46,0,0,156,46,0,0,158,46,0,0,160,46,0,0,160,46,0,0,160,46,0,0,164,46,0,0,166,46,0,0,170,46,0,0,176,46,0,0,186,46,0,0,190,46,0,0,190,46,0,0,196,46,0,0,196,46,0,0,196,46,0,0,196,46,0,0,196,46,0,0,196,46,0,0,200,46,0,0,200,46,0,0,200,46,0,0,200,46,0,0,200,46,0,0,204,46,0,0,228,46,0,0,228,46,0,0,234,46,0,0,238,46,0,0,238,46,0,0,238,46,0,0,240,46,0,0,240,46,0,0,240,46,0,0,240,46,0,0,240,46,0,0,242,46,0,0,244,46,0,0,248,46,0,0,248,46,0,0,248,46,0,0,2,47,0,0,2,47,0,0,2,47,0,0,4,47,0,0,6,47,0,0,8,47,0,0,8,47,0,0,8,47,0,0,10,47,0,0,12,47,0,0,18,47,0,0,18,47,0,0,26,47,0,0,36,47,0,0,36,47,0,0,38,47,0,0,40,47,0,0,40,47,0,0,42,47,0,0,42,47,0,0,42,47,0,0,42,47,0,0,42,47,0,0,44,47,0,0,52,47,0,0,54,47,0,0,54,47,0,0,56,47,0,0,58,47,0,0,60,47,0,0,60,47,0,0,60,47,0,0,62,47,0,0,62,47,0,0,74,47,0,0,74,47,0,0,74,47,0,0,74,47,0,0,80,47,0,0,80,47,0,0,82,47,0,0,86,47,0,0,86,47,0,0,88,47,0,0,90,47,0,0,90,47,0,0,90,47,0,0,90,47,0,0,90,47,0,0,94,47,0,0,94,47,0,0,94,47,0,0,100,47,0,0,104,47,0,0,104,47,0,0,104,47,0,0,106,47,0,0,106,47,0,0,106,47,0,0,106,47,0,0,106,47,0,0,110,47,0,0,112,47,0,0,112,47,0,0,114,47,0,0,114,47,0,0,120,47,0,0,120,47,0,0,124,47,0,0,124,47,0,0,126,47,0,0,126,47,0,0,126,47,0,0,128,47,0,0,128,47,0,0,132,47,0,0,134,47,0,0,134,47,0,0,134,47,0,0,136,47,0,0,136,47,0,0,136,47,0,0,136,47,0,0,138,47,0,0,144,47,0,0,148,47,0,0,150,47,0,0,150,47,0,0,152,47,0,0,154,47,0,0,154,47,0,0,154,47,0,0,154,47,0,0,154,47,0,0,156,47,0,0,156,47,0,0,156,47,0,0,160,47,0,0,160,47,0,0,164,47,0,0,170,47,0,0,172,47,0,0,172,47,0,0,172,47,0,0,172,47,0,0,172,47,0,0,174,47,0,0,176,47,0,0,176,47,0,0,176,47,0,0,178,47,0,0,178,47,0,0,184,47,0,0,190,47,0,0,192,47,0,0,194,47,0,0,196,47,0,0,198,47,0,0,202,47,0,0,206,47,0,0,206,47,0,0,206,47,0,0,208,47,0,0,216,47,0,0,216,47,0,0,218,47,0,0,218,47,0,0,218,47,0,0,218,47,0,0,218,47,0,0,218,47,0,0,218,47,0,0,220,47,0,0,220,47,0,0,220,47,0,0,230,47,0,0,232,47,0,0,232,47,0,0,236,47,0,0,240,47,0,0,246,47,0,0,246,47,0,0,246,47,0,0,246,47,0,0,254,47,0,0,0,48,0,0,0,48,0,0,0,48,0,0,2,48,0,0,2,48,0,0,2,48,0,0,4,48,0,0,6,48,0,0,6,48,0,0,6,48,0,0,10,48,0,0,12,48,0,0,16,48,0,0,18,48,0,0,20,48,0,0,20,48,0,0,24,48,0,0,24,48,0,0,28,48,0,0,28,48,0,0,30,48,0,0,30,48,0,0,30,48,0,0,32,48,0,0,32,48,0,0,32,48,0,0,32,48,0,0,32,48,0,0,32,48,0,0,32,48,0,0,32,48,0,0,40,48,0,0,46,48,0,0,46,48,0,0,46,48,0,0,48,48,0,0,52,48,0,0,52,48,0,0,52,48,0,0,52,48,0,0,52,48,0,0,54,48,0,0,56,48,0,0,56,48,0,0,62,48,0,0,66,48,0,0,70,48,0,0,74,48,0,0,74,48,0,0,78,48,0,0,78,48,0,0,78,48,0,0,78,48,0,0,78,48,0,0,78,48,0,0,84,48,0,0,86,48,0,0,86,48,0,0,88,48,0,0,88,48,0,0,88,48,0,0,90,48,0,0,94,48,0,0,96,48,0,0,98,48,0,0,100,48,0,0,126,48,0,0,128,48,0,0,138,48,0,0,142,48,0,0,150,48,0,0,152,48,0,0,152,48,0,0,152,48,0,0,154,48,0,0,154,48,0,0,156,48,0,0,158,48,0,0,166,48,0,0,172,48,0,0,174,48,0,0,174,48,0,0,174,48,0,0,174,48,0,0,176,48,0,0,176,48,0,0,186,48,0,0,186,48,0,0,186,48,0,0,186,48,0,0,188,48,0,0,202,48,0,0,206,48,0,0,208,48,0,0,208,48,0,0,216,48,0,0,216,48,0,0,216,48,0,0,216,48,0,0,216,48,0,0,216,48,0,0,216,48,0,0,220,48,0,0,222,48,0,0,222,48,0,0,224,48,0,0,224,48,0,0,226,48,0,0,230,48,0,0,230,48,0,0,232,48,0,0,238,48,0,0,242,48,0,0,242,48,0,0,244,48,0,0,244,48,0,0,248,48,0,0,250,48,0,0,250,48,0,0,250,48,0,0,252,48,0,0,254,48,0,0,254,48,0,0,0,49,0,0,6,49,0,0,12,49,0,0,12,49,0,0,14,49,0,0,14,49,0,0,18,49,0,0,28,49,0,0,28,49,0,0,28,49,0,0,28,49,0,0,32,49,0,0,32,49,0,0,34,49,0,0,36,49,0,0,46,49,0,0,46,49,0,0,46,49,0,0,46,49,0,0,46,49,0,0,46,49,0,0,50,49,0,0,50,49,0,0,62,49,0,0,64,49,0,0,66,49,0,0,66,49,0,0,66,49,0,0,66,49,0,0,70,49,0,0,72,49,0,0,78,49,0,0,82,49,0,0,86,49,0,0,88,49,0,0,88,49,0,0,88,49,0,0,88,49,0,0,88,49,0,0,88,49,0,0,92,49,0,0,94,49,0,0,94,49,0,0,94,49,0,0,94,49,0,0,94,49,0,0,104,49,0,0,104,49,0,0,104,49,0,0,110,49,0,0,110,49,0,0,116,49,0,0,116,49,0,0,118,49,0,0,118,49,0,0,118,49,0,0,118,49,0,0,120,49,0,0,122,49,0,0,126,49,0,0,128,49,0,0,130,49,0,0,134,49,0,0,134,49,0,0,134,49,0,0,134,49,0,0,134,49,0,0,136,49,0,0,140,49,0,0,142,49,0,0,144,49,0,0,144,49,0,0,144,49,0,0,144,49,0,0,144,49,0,0,144,49,0,0,144,49,0,0,144,49,0,0,150,49,0,0,152,49,0,0,152,49,0,0,152,49,0,0,152,49,0,0,152,49,0,0,154,49,0,0,154,49,0,0,160,49,0,0,162,49,0,0,162,49,0,0,162,49,0,0,162,49,0,0,164,49,0,0,164,49,0,0,164,49,0,0,164,49,0,0,176,49,0,0,176,49,0,0,182,49,0,0,182,49,0,0,182,49,0,0,184,49,0,0,184,49,0,0,184,49,0,0,184,49,0,0,184,49,0,0,184,49,0,0,184,49,0,0,186,49,0,0,186,49,0,0,188,49,0,0,192,49,0,0,192,49,0,0,194,49,0,0,202,49,0,0,204,49,0,0,204,49,0,0,204,49,0,0,206,49,0,0,206,49,0,0,208,49,0,0,212,49,0,0,212,49,0,0,214,49,0,0,214,49,0,0,214,49,0,0,214,49,0,0,216,49,0,0,216,49,0,0,218,49,0,0,224,49,0,0,224,49,0,0,228,49,0,0,228,49,0,0,228,49,0,0,228,49,0,0,228,49,0,0,232,49,0,0,232,49,0,0,232,49,0,0,234,49,0,0,234,49,0,0,234,49,0,0,236,49,0,0,240,49,0,0,242,49,0,0,244,49,0,0,244,49,0,0,248,49,0,0,248,49,0,0,254,49,0,0,254,49,0,0,0,50,0,0,0,50,0,0,0,50,0,0,2,50,0,0,2,50,0,0,2,50,0,0,6,50,0,0,8,50,0,0,10,50,0,0,10,50,0,0,10,50,0,0,14,50,0,0,14,50,0,0,16,50,0,0,16,50,0,0,18,50,0,0,18,50,0,0,18,50,0,0,20,50,0,0,20,50,0,0,24,50,0,0,24,50,0,0,32,50,0,0,32,50,0,0,32,50,0,0,34,50,0,0,42,50,0,0,42,50,0,0,42,50,0,0,42,50,0,0,42,50,0,0,44,50,0,0,44,50,0,0,46,50,0,0,50,50,0,0,50,50,0,0,50,50,0,0,52,50,0,0,52,50,0,0,52,50,0,0,54,50,0,0,62,50,0,0,62,50,0,0,64,50,0,0,66,50,0,0,66,50,0,0,72,50,0,0,72,50,0,0,72,50,0,0,76,50,0,0,76,50,0,0,80,50,0,0,86,50,0,0,86,50,0,0,88,50,0,0,88,50,0,0,90,50,0,0,92,50,0,0,94,50,0,0,96,50,0,0,96,50,0,0,106,50,0,0,110,50,0,0,110,50,0,0,110,50,0,0,110,50,0,0,110,50,0,0,110,50,0,0,114,50,0,0,114,50,0,0,120,50,0,0,120,50,0,0,132,50,0,0,132,50,0,0,132,50,0,0,134,50,0,0,140,50,0,0,140,50,0,0,142,50,0,0,146,50,0,0,146,50,0,0,146,50,0,0,146,50,0,0,148,50,0,0,152,50,0,0,152,50,0,0,164,50,0,0,164,50,0,0,164,50,0,0,164,50,0,0,174,50,0,0,174,50,0,0,178,50,0,0,182,50,0,0,186,50,0,0,186,50,0,0,188,50,0,0,190,50,0,0,190,50,0,0,192,50,0,0,192,50,0,0,192,50,0,0,192,50,0,0,198,50,0,0,198,50,0,0,198,50,0,0,198,50,0,0,204,50,0,0,208,50,0,0,208,50,0,0,208,50,0,0,208,50,0,0,210,50,0,0,210,50,0,0,210,50,0,0,222,50,0,0,226,50,0,0,236,50,0,0,236,50,0,0,236,50,0,0,236,50,0,0,236,50,0,0,238,50,0,0,238,50,0,0,238,50,0,0,238,50,0,0,238,50,0,0,238,50,0,0,240,50,0,0,244,50,0,0,244,50,0,0,244,50,0,0,244,50,0,0,246,50,0,0,246,50,0,0,246,50,0,0,250,50,0,0,0,51,0,0,8,51,0,0,8,51,0,0,8,51,0,0,8,51,0,0,8,51,0,0,8,51,0,0,12,51,0,0,12,51,0,0,12,51,0,0,14,51,0,0,16,51,0,0,16,51,0,0,16,51,0,0,16,51,0,0,18,51,0,0,20,51,0,0,20,51,0,0,24,51,0,0,26,51,0,0,26,51,0,0,30,51,0,0,30,51,0,0,30,51,0,0,36,51,0,0,36,51,0,0,36,51,0,0,40,51,0,0,40,51,0,0,50,51,0,0,52,51,0,0,56,51,0,0,56,51,0,0,56,51,0,0,56,51,0,0,58,51,0,0,58,51,0,0,64,51,0,0,66,51,0,0,70,51,0,0,70,51,0,0,70,51,0,0,70,51,0,0,72,51,0,0,72,51,0,0,72,51,0,0,72,51,0,0,76,51,0,0,84,51,0,0,88,51,0,0,88,51,0,0,88,51,0,0,88,51,0,0,90,51,0,0,90,51,0,0,90,51,0,0,92,51,0,0,94,51,0,0,96,51,0,0,98,51,0,0,98,51,0,0,98,51,0,0,98,51,0,0,100,51,0,0,102,51,0,0,102,51,0,0,104,51,0,0,106,51,0,0,108,51,0,0,108,51,0,0,108,51,0,0,114,51,0,0,114,51,0,0,114,51,0,0,118,51,0,0,118,51,0,0,120,51,0,0,124,51,0,0,124,51,0,0,126,51,0,0,126,51,0,0,138,51,0,0,138,51,0,0,138,51,0,0,140,51,0,0,150,51,0,0,150,51,0,0,150,51,0,0,150,51,0,0,150,51,0,0,150,51,0,0,156,51,0,0,156,51,0,0,156,51,0,0,156,51,0,0,156,51,0,0,156,51,0,0,156,51,0,0,158,51,0,0,158,51,0,0,158,51,0,0,170,51,0,0,172,51,0,0,172,51,0,0,172,51,0,0,174,51,0,0,178,51,0,0,178,51,0,0,178,51,0,0,180,51,0,0,180,51,0,0,180,51,0,0,180,51,0,0,182,51,0,0,188,51,0,0,188,51,0,0,200,51,0,0,200,51,0,0,202,51,0,0,202,51,0,0,204,51,0,0,204,51,0,0,204,51,0,0,210,51,0,0,210,51,0,0,210,51,0,0,210,51,0,0,210,51,0,0,212,51,0,0,212,51,0,0,212,51,0,0,214,51,0,0,214,51,0,0,214,51,0,0,214,51,0,0,216,51,0,0,222,51,0,0,224,51,0,0,224,51,0,0,226,51,0,0,228,51,0,0,232,51,0,0,234,51,0,0,240,51,0,0,240,51,0,0,242,51,0,0,244,51,0,0,246,51,0,0,254,51,0,0,254,51,0,0,2,52,0,0,2,52,0,0,2,52,0,0,4,52,0,0,8,52,0,0,8,52,0,0,10,52,0,0,10,52,0,0,14,52,0,0,14,52,0,0,16,52,0,0,22,52,0,0,22,52,0,0,22,52,0,0,28,52,0,0,28,52,0,0,36,52,0,0,38,52,0,0,40,52,0,0,48,52,0,0,50,52,0,0,52,52,0,0,54,52,0,0,54,52,0,0,58,52,0,0,58,52,0,0,64,52,0,0,64,52,0,0,72,52,0,0,72,52,0,0,72,52,0,0,72,52,0,0,76,52,0,0,78,52,0,0,78,52,0,0,84,52,0,0,84,52,0,0,84,52,0,0,86,52,0,0,88,52,0,0,88,52,0,0,88,52,0,0,90,52,0,0,92,52,0,0,96,52,0,0,96,52,0,0,102,52,0,0,102,52,0,0,104,52,0,0,108,52,0,0,108,52,0,0,108,52,0,0,108,52,0,0,110,52,0,0,120,52,0,0,120,52,0,0,122,52,0,0,122,52,0,0,122,52,0,0,128,52,0,0,128,52,0,0,128,52,0,0,128,52,0,0,128,52,0,0,134,52,0,0,136,52,0,0,136,52,0,0,138,52,0,0,140,52,0,0,146,52,0,0,146,52,0,0,146,52,0,0,150,52,0,0,154,52,0,0,156,52,0,0,156,52,0,0,172,52,0,0,178,52,0,0,178,52,0,0,180,52,0,0,186,52,0,0,188,52,0,0,190,52,0,0,190,52,0,0,190,52,0,0,190,52,0,0,192,52,0,0,192,52,0,0,196,52,0,0,196,52,0,0,198,52,0,0,198,52,0,0,198,52,0,0,198,52,0,0,198,52,0,0,198,52,0,0,200,52,0,0,200,52,0,0,202,52,0,0,202,52,0,0,202,52,0,0,202,52,0,0,204,52,0,0,204,52,0,0,206,52,0,0,210,52,0,0,210,52,0,0,210,52,0,0,212,52,0,0,212,52,0,0,212,52,0,0,214,52,0,0,214,52,0,0,214,52,0,0,214,52,0,0,214,52,0,0,224,52,0,0,224,52,0,0,228,52,0,0,228,52,0,0,234,52,0,0,236,52,0,0,238,52,0,0,240,52,0,0,242,52,0,0,242,52,0,0,242,52,0,0,242,52,0,0,248,52,0,0,248,52,0,0,252,52,0,0,4,53,0,0,12,53,0,0,12,53,0,0,12,53,0,0,12,53,0,0,12,53,0,0,12,53,0,0,14,53,0,0,14,53,0,0,14,53,0,0,20,53,0,0,20,53,0,0,20,53,0,0,24,53,0,0,24,53,0,0,30,53,0,0,32,53,0,0,40,53,0,0,40,53,0,0,40,53,0,0,40,53,0,0,40,53,0,0,40,53,0,0,42,53,0,0,48,53,0,0,50,53,0,0,50,53,0,0,50,53,0,0,50,53,0,0,54,53,0,0,54,53,0,0,56,53,0,0,58,53,0,0,60,53,0,0,60,53,0,0,60,53,0,0,60,53,0,0,60,53,0,0,60,53,0,0,60,53,0,0,60,53,0,0,60,53,0,0,68,53,0,0,70,53,0,0,74,53,0,0,74,53,0,0,74,53,0,0,74,53,0,0,76,53,0,0,76,53,0,0,78,53,0,0,78,53,0,0,78,53,0,0,82,53,0,0,86,53,0,0,86,53,0,0,94,53,0,0,96,53,0,0,96,53,0,0,96,53,0,0,96,53,0,0,98,53,0,0,102,53,0,0,102,53,0,0,102,53,0,0,110,53,0,0,114,53,0,0,114,53,0,0,114,53,0,0,114,53,0,0,122,53,0,0,124,53,0,0,124,53,0,0,126,53,0,0,128,53,0,0,128,53,0,0,128,53,0,0,130,53,0,0,130,53,0,0,132,53,0,0,132,53,0,0,132,53,0,0,132,53,0,0,134,53,0,0,134,53,0,0,134,53,0,0,148,53,0,0,150,53,0,0,154,53,0,0,158,53,0,0,160,53,0,0,160,53,0,0,160,53,0,0,162,53,0,0,162,53,0,0,166,53,0,0,170,53,0,0,170,53,0,0,180,53,0,0,182,53,0,0,182,53,0,0,182,53,0,0,184,53,0,0,188,53,0,0,188,53,0,0,188,53,0,0,192,53,0,0,198,53,0,0,204,53,0,0,208,53,0,0,210,53,0,0,212,53,0,0,214,53,0,0,228,53,0,0,230,53,0,0,230,53,0,0,230,53,0,0,232,53,0,0,236,53,0,0,236,53,0,0,236,53,0,0,240,53,0,0,240,53,0,0,240,53,0,0,240,53,0,0,240,53,0,0,250,53,0,0,250,53,0,0,254,53,0,0,0,54,0,0,0,54,0,0,8,54,0,0,8,54,0,0,14,54,0,0,16,54,0,0,30,54,0,0,32,54,0,0,34,54,0,0,36,54,0,0,36,54,0,0,36,54,0,0,40,54,0,0,40,54,0,0,40,54,0,0,44,54,0,0,44,54,0,0,44,54,0,0,48,54,0,0,48,54,0,0,50,54,0,0,50,54,0,0,56,54,0,0,56,54,0,0,60,54,0,0,60,54,0,0,60,54,0,0,62,54,0,0,66,54,0,0,68,54,0,0,68,54,0,0,72,54,0,0,74,54,0,0,74,54,0,0,78,54,0,0,80,54,0,0,84,54,0,0,84,54,0,0,84,54,0,0,90,54,0,0,90,54,0,0,90,54,0,0,96,54,0,0,96,54,0,0,96,54,0,0,96,54,0,0,96,54,0,0,98,54,0,0,102,54,0,0,104,54,0,0,104,54,0,0,114,54,0,0,116,54,0,0,126,54,0,0,126,54,0,0,126,54,0,0,128,54,0,0,136,54,0,0,136,54,0,0,136,54,0,0,138,54,0,0,140,54,0,0,140,54,0,0,144,54,0,0,144,54,0,0,144,54,0,0,150,54,0,0,158,54,0,0,160,54,0,0,160,54,0,0,166,54,0,0,168,54,0,0,168,54,0,0,170,54,0,0,176,54,0,0,182,54,0,0,184,54,0,0,184,54,0,0,190,54,0,0,194,54,0,0,196,54,0,0,196,54,0,0,198,54,0,0,198,54,0,0,200,54,0,0,200,54,0,0,200,54,0,0,200,54,0,0,204,54,0,0,208,54,0,0,208,54,0,0,212,54,0,0,220,54,0,0,220,54,0,0,230,54,0,0,230,54,0,0,230,54,0,0,232,54,0,0,236,54,0,0,238,54,0,0,246,54,0,0,246,54,0,0,246,54,0,0,246,54,0,0,246,54,0,0,252,54,0,0,252,54,0,0,252,54,0,0,252,54,0,0,252,54,0,0,0,55,0,0,0,55,0,0,6,55,0,0,12,55,0,0,12,55,0,0,18,55,0,0,18,55,0,0,18,55,0,0,18,55,0,0,24,55,0,0,24,55,0,0,24,55,0,0,24,55,0,0,26,55,0,0,34,55,0,0,34,55,0,0,34,55,0,0,38,55,0,0,38,55,0,0,42,55,0,0,42,55,0,0,44,55,0,0,46,55,0,0,48,55,0,0,54,55,0,0,56,55,0,0,58,55,0,0,62,55,0,0,62,55,0,0,64,55,0,0,66,55,0,0,68,55,0,0,68,55,0,0,68,55,0,0,68,55,0,0,68,55,0,0,68,55,0,0,70,55,0,0,76,55,0,0,82,55,0,0,82,55,0,0,82,55,0,0,82,55,0,0,84,55,0,0,84,55,0,0,84,55,0,0,84,55,0,0,84,55,0,0,88,55,0,0,88,55,0,0,90,55,0,0,90,55,0,0,90,55,0,0,100,55,0,0,104,55,0,0,104,55,0,0,108,55,0,0,114,55,0,0,114,55,0,0,118,55,0,0,118,55,0,0,118,55,0,0,118,55,0,0,118,55,0,0,120,55,0,0,120,55,0,0,120,55,0,0,126,55,0,0,130,55,0,0,130,55,0,0,130,55,0,0,134,55,0,0,134,55,0,0,144,55,0,0,148,55,0,0,154,55,0,0,158,55,0,0,166,55,0,0,166,55,0,0,166,55,0,0,168,55,0,0,168,55,0,0,168,55,0,0,168,55,0,0,168,55,0,0,168,55,0,0,170,55,0,0,170,55,0,0,176,55,0,0,180,55,0,0,182,55,0,0,184,55,0,0,184,55,0,0,186,55,0,0,188,55,0,0,190,55,0,0,190,55,0,0,194,55,0,0,202,55,0,0,206,55,0,0,208,55,0,0,214,55,0,0,214,55,0,0,218,55,0,0,218,55,0,0,222,55,0,0,222,55,0,0,222,55,0,0,222,55,0,0,228,55,0,0,230,55,0,0,242,55,0,0,242,55,0,0,242,55,0,0,242,55,0,0,248,55,0,0,248,55,0,0,248,55,0,0,252,55,0,0,252,55,0,0,0,56,0,0,0,56,0,0,4,56,0,0,4,56,0,0,6,56,0,0,12,56,0,0,12,56,0,0,12,56,0,0,12,56,0,0,16,56,0,0,18,56,0,0,18,56,0,0,18,56,0,0,22,56,0,0,22,56,0,0,22,56,0,0,22,56,0,0,34,56,0,0,34,56,0,0,34,56,0,0,34,56,0,0,34,56,0,0,34,56,0,0,38,56,0,0,42,56,0,0,46,56,0,0,46,56,0,0,46,56,0,0,46,56,0,0,46,56,0,0,46,56,0,0,46,56,0,0,50,56,0,0,52,56,0,0,52,56,0,0,58,56,0,0,62,56,0,0,62,56,0,0,62,56,0,0,62,56,0,0,62,56,0,0,64,56,0,0,66,56,0,0,66,56,0,0,66,56,0,0,66,56,0,0,68,56,0,0,72,56,0,0,80,56,0,0,82,56,0,0,82,56,0,0,82,56,0,0,88,56,0,0,88,56,0,0,88,56,0,0,98,56,0,0,98,56,0,0,98,56,0,0,98,56,0,0,98,56,0,0,102,56,0,0,114,56,0,0,114,56,0,0,116,56,0,0,116,56,0,0,120,56,0,0,120,56,0,0,122,56,0,0,122,56,0,0,124,56,0,0,126,56,0,0,128,56,0,0,132,56,0,0,134,56,0,0,136,56,0,0,144,56,0,0,148,56,0,0,148,56,0,0,148,56,0,0,150,56,0,0,154,56,0,0,164,56,0,0,168,56,0,0,170,56,0,0,176,56,0,0,176,56,0,0,176,56,0,0,178,56,0,0,178,56,0,0,178,56,0,0,182,56,0,0,182,56,0,0,188,56,0,0,188,56,0,0,190,56,0,0,198,56,0,0,202,56,0,0,206,56,0,0,206,56,0,0,208,56,0,0,210,56,0,0,212,56,0,0,212,56,0,0,214,56,0,0,214,56,0,0,214,56,0,0,218,56,0,0,220,56,0,0,220,56,0,0,220,56,0,0,220,56,0,0,220,56,0,0,220,56,0,0,220,56,0,0,224,56,0,0,230,56,0,0,236,56,0,0,238,56,0,0,238,56,0,0,240,56,0,0,240,56,0,0,242,56,0,0,242,56,0,0,242,56,0,0,242,56,0,0,242,56,0,0,246,56,0,0,246,56,0,0,246,56,0,0,246,56,0,0,250,56,0,0,2,57,0,0,4,57,0,0,4,57,0,0,4,57,0,0,6,57,0,0,8,57,0,0,8,57,0,0,8,57,0,0,8,57,0,0,8,57,0,0,8,57,0,0,8,57,0,0,14,57,0,0,16,57,0,0,16,57,0,0,22,57,0,0,22,57,0,0,28,57,0,0,30,57,0,0,30,57,0,0,32,57,0,0,42,57,0,0,42,57,0,0,46,57,0,0,48,57,0,0,50,57,0,0,50,57,0,0,52,57,0,0,52,57,0,0,58,57,0,0,58,57,0,0,58,57,0,0,62,57,0,0,66,57,0,0,66,57,0,0,66,57,0,0,66,57,0,0,70,57,0,0,78,57,0,0,78,57,0,0,80,57,0,0,82,57,0,0,82,57,0,0,84,57,0,0,86,57,0,0,88,57,0,0,92,57,0,0,92,57,0,0,94,57,0,0,94,57,0,0,98,57,0,0,98,57,0,0,98,57,0,0,100,57,0,0,102,57,0,0,104,57,0,0,104,57,0,0,104,57,0,0,104,57,0,0,106,57,0,0,106,57,0,0,106,57,0,0,110,57,0,0,110,57,0,0,110,57,0,0,110,57,0,0,110,57,0,0,116,57,0,0,118,57,0,0,120,57,0,0,120,57,0,0,122,57,0,0,122,57,0,0,124,57,0,0,126,57,0,0,126,57,0,0,126,57,0,0,126,57,0,0,128,57,0,0,130,57,0,0,134,57,0,0,136,57,0,0,136,57,0,0,136,57,0,0,138,57,0,0,138,57,0,0,138,57,0,0,138,57,0,0,138,57,0,0,138,57,0,0,138,57,0,0,140,57,0,0,140,57,0,0,142,57,0,0,142,57,0,0,142,57,0,0,142,57,0,0,144,57,0,0,144,57,0,0,144,57,0,0,144,57,0,0,144,57,0,0,144,57,0,0,148,57,0,0,152,57,0,0,152,57,0,0,152,57,0,0,156,57,0,0,156,57,0,0,158,57,0,0,158,57,0,0,158,57,0,0,158,57,0,0,164,57,0,0,164,57,0,0,168,57,0,0,172,57,0,0,174,57,0,0,174,57,0,0,178,57,0,0,178,57,0,0,178,57,0,0,178,57,0,0,178,57,0,0,180,57,0,0,180,57,0,0,182,57,0,0,190,57,0,0,190,57,0,0,190,57,0,0,196,57,0,0,200,57,0,0,202,57,0,0,206,57,0,0,206,57,0,0,208,57,0,0,210,57,0,0,210,57,0,0,218,57,0,0,218,57,0,0,222,57,0,0,228,57,0,0,240,57,0,0,244,57,0,0,244,57,0,0,246,57,0,0,246,57,0,0,248,57,0,0,250,57,0,0,254,57,0,0,2,58,0,0,2,58,0,0,2,58,0,0,6,58,0,0,8,58,0,0,8,58,0,0,8,58,0,0,8,58,0,0,8,58,0,0,8,58,0,0,8,58,0,0,8,58,0,0,10,58,0,0,12,58,0,0,16,58,0,0,16,58,0,0,18,58,0,0,18,58,0,0,24,58,0,0,24,58,0,0,28,58,0,0,28,58,0,0,28,58,0,0,28,58,0,0,28,58,0,0,36,58,0,0,38,58,0,0,38,58,0,0,38,58,0,0,38,58,0,0,40,58,0,0,40,58,0,0,40,58,0,0,42,58,0,0,42,58,0,0,42,58,0,0,46,58,0,0,46,58,0,0,48,58,0,0,48,58,0,0,48,58,0,0,50,58,0,0,52,58,0,0,54,58,0,0,54,58,0,0,54,58,0,0,54,58,0,0,54,58,0,0,54,58,0,0,54,58,0,0,54,58,0,0,56,58,0,0,58,58,0,0,60,58,0,0,68,58,0,0,68,58,0,0,68,58,0,0,68,58,0,0,78,58,0,0,78,58,0,0,78,58,0,0,78,58,0,0,78,58,0,0,80,58,0,0,90,58,0,0,90,58,0,0,90,58,0,0,96,58,0,0,96,58,0,0,100,58,0,0,102,58,0,0,104,58,0,0,104,58,0,0,108,58,0,0,112,58,0,0,122,58,0,0,122,58,0,0,122,58,0,0,122,58,0,0,122,58,0,0,124,58,0,0,124,58,0,0,126,58,0,0,128,58,0,0,132,58,0,0,134,58,0,0,134,58,0,0,134,58,0,0,136,58,0,0,136,58,0,0,136,58,0,0,140,58,0,0,140,58,0,0,144,58,0,0,144,58,0,0,148,58,0,0,150,58,0,0,154,58,0,0,154,58,0,0,160,58,0,0,160,58,0,0,160,58,0,0,160,58,0,0,160,58,0,0,162,58,0,0,162,58,0,0,168,58,0,0,168,58,0,0,170,58,0,0,170,58,0,0,170,58,0,0,174,58,0,0,174,58,0,0,174,58,0,0,176,58,0,0,176,58,0,0,180,58,0,0,180,58,0,0,186,58,0,0,188,58,0,0,188,58,0,0,190,58,0,0,190,58,0,0,190,58,0,0,190,58,0,0,192,58,0,0,196,58,0,0,196,58,0,0,196,58,0,0,200,58,0,0,202,58,0,0,204,58,0,0,204,58,0,0,204,58,0,0,206,58,0,0,206,58,0,0,208,58,0,0,218,58,0,0,224,58,0,0,224,58,0,0,228,58,0,0,236,58,0,0,242,58,0,0,244,58,0,0,244,58,0,0,244,58,0,0,248,58,0,0,254,58,0,0,6,59,0,0,8,59,0,0,8,59,0,0,10,59,0,0,10,59,0,0,10,59,0,0,14,59,0,0,14,59,0,0,14,59,0,0,18,59,0,0,20,59,0,0,22,59,0,0,22,59,0,0,22,59,0,0,22,59,0,0,22,59,0,0,22,59,0,0,22,59,0,0,24,59,0,0,26,59,0,0,26,59,0,0,26,59,0,0,26,59,0,0,26,59,0,0,30,59,0,0,30,59,0,0,32,59,0,0,34,59,0,0,34,59,0,0,34,59,0,0,38,59,0,0,38,59,0,0,40,59,0,0,40,59,0,0,42,59,0,0,46,59,0,0,46,59,0,0,50,59,0,0,50,59,0,0,54,59,0,0,54,59,0,0,56,59,0,0,56,59,0,0,56,59,0,0,58,59,0,0,62,59,0,0,62,59,0,0,62,59,0,0,62,59,0,0,62,59,0,0,64,59,0,0,66,59,0,0,74,59,0,0,74,59,0,0,82,59,0,0,82,59,0,0,86,59,0,0,86,59,0,0,90,59,0,0,92,59,0,0,92,59,0,0,94,59,0,0,94,59,0,0,100,59,0,0,100,59,0,0,104,59,0,0,104,59,0,0,104,59,0,0,106,59,0,0,106,59,0,0,110,59,0,0,110,59,0,0,110,59,0,0,118,59,0,0,122,59,0,0,124,59,0,0,126,59,0,0,126,59,0,0,134,59,0,0,134,59,0,0,142,59,0,0,146,59,0,0,146,59,0,0,152,59,0,0,160,59,0,0,162,59,0,0,166,59,0,0,170,59,0,0,170,59,0,0,172,59,0,0,172,59,0,0,172,59,0,0,174,59,0,0,184,59,0,0,184,59,0,0,186,59,0,0,188,59,0,0,188,59,0,0,190,59,0,0,190,59,0,0,194,59,0,0,196,59,0,0,196,59,0,0,200,59,0,0,202,59,0,0,202,59,0,0,202,59,0,0,202,59,0,0,204,59,0,0,204,59,0,0,204,59,0,0,204,59,0,0,204,59,0,0,204,59,0,0,206,59,0,0,206,59,0,0,206,59,0,0,208,59,0,0,208,59,0,0,208,59,0,0,208,59,0,0,216,59,0,0,224,59,0,0,224,59,0,0,224,59,0,0,224,59,0,0,228,59,0,0,232,59,0,0,232,59,0,0,234,59,0,0,234,59,0,0,234,59,0,0,236,59,0,0,236,59,0,0,236,59,0,0,236,59,0,0,236,59,0,0,236,59,0,0,242,59,0,0,254,59,0,0,254,59,0,0,6,60,0,0,8,60,0,0,8,60,0,0,8,60,0,0,8,60,0,0,10,60,0,0,12,60,0,0,12,60,0,0,12,60,0,0,12,60,0,0,12,60,0,0,16,60,0,0,16,60,0,0,18,60,0,0,20,60,0,0,22,60,0,0,22,60,0,0,24,60,0,0,26,60,0,0,28,60,0,0,30,60,0,0,32,60,0,0,38,60,0,0,38,60,0,0,42,60,0,0,42,60,0,0,42,60,0,0,44,60,0,0,50,60,0,0,50,60,0,0,50,60,0,0,54,60,0,0,54,60,0,0,54,60,0,0,56,60,0,0,56,60,0,0,62,60,0,0,64,60,0,0,64,60,0,0,66,60,0,0,66,60,0,0,72,60,0,0,72,60,0,0,74,60,0,0,78,60,0,0,78,60,0,0,80,60,0,0,84,60,0,0,88,60,0,0,88,60,0,0,90,60,0,0,90,60,0,0,90,60,0,0,92,60,0,0,92,60,0,0,92,60,0,0,92,60,0,0,98,60,0,0,100,60,0,0,102,60,0,0,102,60,0,0,102,60,0,0,104,60,0,0,104,60,0,0,104,60,0,0,104,60,0,0,112,60,0,0,114,60,0,0,114,60,0,0,114,60,0,0,114,60,0,0,120,60,0,0,120,60,0,0,120,60,0,0,122,60,0,0,122,60,0,0,122,60,0,0,124,60,0,0,124,60,0,0,124,60,0,0,128,60,0,0,128,60,0,0,128,60,0,0,128,60,0,0,128,60,0,0,128,60,0,0,136,60,0,0,136,60,0,0,136,60,0,0,136,60,0,0,136,60,0,0,136,60,0,0,136,60,0,0,138,60,0,0,150,60,0,0,156,60,0,0,160,60,0,0,174,60,0,0,174,60,0,0,178,60,0,0,178,60,0,0,184,60,0,0,184,60,0,0,190,60,0,0,190,60,0,0,190,60,0,0,190,60,0,0,190,60,0,0,194,60,0,0,194,60,0,0,194,60,0,0,194,60,0,0,196,60,0,0,196,60,0,0,196,60,0,0,202,60,0,0,202,60,0,0,206,60,0,0,206,60,0,0,206,60,0,0,214,60,0,0,218,60,0,0,222,60,0,0,228,60,0,0,232,60,0,0,234,60,0,0,234,60,0,0,240,60,0,0,244,60,0,0,246,60,0,0,252,60,0,0,254,60,0,0,4,61,0,0,6,61,0,0,12,61,0,0,12,61,0,0,12,61,0,0,14,61,0,0,14,61,0,0,16,61,0,0,20,61,0,0,30,61,0,0,32,61,0,0,36,61,0,0,38,61,0,0,38,61,0,0,38,61,0,0,44,61,0,0,52,61,0,0,54,61,0,0,56,61,0,0,56,61,0,0,56,61,0,0,56,61,0,0,56,61,0,0,56,61,0,0,60,61,0,0,64,61,0,0,66,61,0,0,72,61,0,0,72,61,0,0,74,61,0,0,74,61,0,0,80,61,0,0,80,61,0,0,80,61,0,0,80,61,0,0,88,61,0,0,90,61,0,0,90,61,0,0,94,61,0,0,94,61,0,0,94,61,0,0,94,61,0,0,94,61,0,0,96,61,0,0,96,61,0,0,96,61,0,0,96,61,0,0,100,61,0,0,104,61,0,0,104,61,0,0,104,61,0,0,104,61,0,0,112,61,0,0,114,61,0,0,114,61,0,0,114,61,0,0,116,61,0,0,118,61,0,0,120,61,0,0,120,61,0,0,126,61,0,0,126,61,0,0,126,61,0,0,126,61,0,0,126,61,0,0,126,61,0,0,130,61,0,0,130,61,0,0,130,61,0,0,130,61,0,0,134,61,0,0,134,61,0,0,134,61,0,0,138,61,0,0,138,61,0,0,138,61,0,0,142,61,0,0,142,61,0,0,144,61,0,0,146,61,0,0,146,61,0,0,146,61,0,0,148,61,0,0,152,61,0,0,154,61,0,0,154,61,0,0,154,61,0,0,160,61,0,0,160,61,0,0,160,61,0,0,160,61,0,0,160,61,0,0,170,61,0,0,170,61,0,0,178,61,0,0,178,61,0,0,178,61,0,0,184,61,0,0,186,61,0,0,186,61,0,0,186,61,0,0,186,61,0,0,186,61,0,0,186,61,0,0,186,61,0,0,186,61,0,0,186,61,0,0,188,61,0,0,188,61,0,0,194,61,0,0,198,61,0,0,202,61,0,0,204,61,0,0,204,61,0,0,206,61,0,0,206,61,0,0,206,61,0,0,210,61,0,0,216,61,0,0,216,61,0,0,220,61,0,0,224,61,0,0,226,61,0,0,228,61,0,0,228,61,0,0,228,61,0,0,230,61,0,0,232,61,0,0,232,61,0,0,232,61,0,0,232,61,0,0,232,61,0,0,232,61,0,0,232,61,0,0,232,61,0,0,232,61,0,0,232,61,0,0,234,61,0,0,234,61,0,0,236,61,0,0,240,61,0,0,244,61,0,0,244,61,0,0,244,61,0,0,250,61,0,0,252,61,0,0,254,61,0,0,2,62,0,0,4,62,0,0,4,62,0,0,4,62,0,0,6,62,0,0,8,62,0,0,8,62,0,0,8,62,0,0,8,62,0,0,8,62,0,0,14,62,0,0,18,62,0,0,28,62,0,0,28,62,0,0,32,62,0,0,32,62,0,0,38,62,0,0,40,62,0,0,40,62,0,0,40,62,0,0,42,62,0,0,44,62,0,0,44,62,0,0,46,62,0,0,46,62,0,0,52,62,0,0,52,62,0,0,52,62,0,0,54,62,0,0,54,62,0,0,54,62,0,0,54,62,0,0,58,62,0,0,58,62,0,0,62,62,0,0,64,62,0,0,70,62,0,0,92,62,0,0,94,62,0,0,98,62,0,0,98,62,0,0,104,62,0,0,104,62,0,0,104,62,0,0,104,62,0,0,104,62,0,0,112,62,0,0,116,62,0,0,118,62,0,0,120,62,0,0,120,62,0,0,122,62,0,0,124,62,0,0,124,62,0,0,126,62,0,0,126,62,0,0,126,62,0,0,130,62,0,0,130,62,0,0,130,62,0,0,134,62,0,0,136,62,0,0,136,62,0,0,144,62,0,0,144,62,0,0,144,62,0,0,146,62,0,0,150,62,0,0,152,62,0,0,152,62,0,0,152,62,0,0,154,62,0,0,164,62,0,0,168,62,0,0,178,62,0,0,182,62,0,0,182,62,0,0,194,62,0,0,198,62,0,0,200,62,0,0,202,62,0,0,202,62,0,0,202,62,0,0,202,62,0,0,204,62,0,0,204,62,0,0,206,62,0,0,206,62,0,0,206,62,0,0,206,62,0,0,206,62,0,0,208,62,0,0,218,62,0,0,218,62,0,0,218,62,0,0,222,62,0,0,224,62,0,0,224,62,0,0,224,62,0,0,226,62,0,0,230,62,0,0,242,62,0,0,246,62,0,0,250,62,0,0,250,62,0,0,250,62,0,0,252,62,0,0,252,62,0,0,254,62,0,0,0,63,0,0,0,63,0,0,2,63,0,0,2,63,0,0,2,63,0,0,6,63,0,0,6,63,0,0,6,63,0,0,6,63,0,0,10,63,0,0,10,63,0,0,10,63,0,0,18,63,0,0,18,63,0,0,20,63,0,0,22,63,0,0,24,63,0,0,30,63,0,0,30,63,0,0,30,63,0,0,30,63,0,0,36,63,0,0,36,63,0,0,36,63,0,0,36,63,0,0,40,63,0,0,42,63,0,0,42,63,0,0,46,63,0,0,46,63,0,0,48,63,0,0,48,63,0,0,48,63,0,0,48,63,0,0,54,63,0,0,54,63,0,0,54,63,0,0,56,63,0,0,60,63,0,0,64,63,0,0,64,63,0,0,66,63,0,0,68,63,0,0,68,63,0,0,68,63,0,0,68,63,0,0,68,63,0,0,72,63,0,0,72,63,0,0,74,63,0,0,74,63,0,0,80,63,0,0,80,63,0,0,80,63,0,0,86,63,0,0,86,63,0,0,88,63,0,0,88,63,0,0,88,63,0,0,88,63,0,0,88,63,0,0,94,63,0,0,104,63,0,0,106,63,0,0,110,63,0,0,110,63,0,0,110,63,0,0,110,63,0,0,110,63,0,0,114,63,0,0,116,63,0,0,116,63,0,0,116,63,0,0,124,63,0,0,128,63,0,0,132,63,0,0,132,63,0,0,138,63,0,0,140,63,0,0,144,63,0,0,144,63,0,0,146,63,0,0,146,63,0,0,150,63,0,0,154,63,0,0,156,63,0,0,156,63,0,0,156,63,0,0,164,63,0,0,164,63,0,0,164,63,0,0,164,63,0,0,164,63,0,0,164,63,0,0,172,63,0,0,172,63,0,0,172,63,0,0,174,63,0,0,178,63,0,0,178,63,0,0,180,63,0,0,182,63,0,0,182,63,0,0,182,63,0,0,182,63,0,0,188,63,0,0,188,63,0,0,190,63,0,0,192,63,0,0,192,63,0,0,194,63,0,0,194,63,0,0,194,63,0,0,200,63,0,0,200,63,0,0,202,63,0,0,202,63,0,0,204,63,0,0,208,63,0,0,208,63,0,0,208,63,0,0,216,63,0,0,220,63,0,0,222,63,0,0,222,63,0,0,222,63,0,0,222,63,0,0,226,63,0,0,226,63,0,0,226,63,0,0,226,63,0,0,226,63,0,0,226,63,0,0,228,63,0,0,230,63,0,0,230,63,0,0,230,63,0,0,230,63,0,0,230,63,0,0,236,63,0,0,236,63,0,0,238,63,0,0,238,63,0,0,238,63,0,0,240,63,0,0,240,63,0,0,242,63,0,0,244,63,0,0,246,63,0,0,254,63,0,0,0,64,0,0,0,64,0,0,6,64,0,0,10,64,0,0,16,64,0,0,20,64,0,0,22,64,0,0,22,64,0,0,22,64,0,0,24,64,0,0,24,64,0,0,30,64,0,0,36,64,0,0,36,64,0,0,40,64,0,0,42,64,0,0,42,64,0,0,42,64,0,0,56,64,0,0,56,64,0,0,56,64,0,0,58,64,0,0,58,64,0,0,58,64,0,0,58,64,0,0,58,64,0,0,64,64,0,0,64,64,0,0,66,64,0,0,76,64,0,0,76,64,0,0,78,64,0,0,78,64,0,0,78,64,0,0,78,64,0,0,78,64,0,0,80,64,0,0,82,64,0,0,88,64,0,0,90,64,0,0,92,64,0,0,92,64,0,0,98,64,0,0,98,64,0,0,104,64,0,0,106,64,0,0,106,64,0,0,106,64,0,0,110,64,0,0,112,64,0,0,114,64,0,0,114,64,0,0,118,64,0,0,118,64,0,0,118,64,0,0,118,64,0,0,122,64,0,0,122,64,0,0,122,64,0,0,122,64,0,0,126,64,0,0,126,64,0,0,128,64,0,0,128,64,0,0,130,64,0,0,130,64,0,0,132,64,0,0,138,64,0,0,142,64,0,0,142,64,0,0,144,64,0,0,146,64,0,0,150,64,0,0,154,64,0,0,154,64,0,0,156,64,0,0,156,64,0,0,158,64,0,0,158,64,0,0,160,64,0,0,160,64,0,0,160,64,0,0,162,64,0,0,166,64,0,0,166,64,0,0,170,64,0,0,170,64,0,0,170,64,0,0,170,64,0,0,176,64,0,0,176,64,0,0,176,64,0,0,176,64,0,0,176,64,0,0,178,64,0,0,178,64,0,0,180,64,0,0,190,64,0,0,196,64,0,0,196,64,0,0,196,64,0,0,196,64,0,0,198,64,0,0,198,64,0,0,198,64,0,0,200,64,0,0,200,64,0,0,200,64,0,0,204,64,0,0,204,64,0,0,204,64,0,0,206,64,0,0,206,64,0,0,210,64,0,0,214,64,0,0,214,64,0,0,216,64,0,0,216,64,0,0,218,64,0,0,218,64,0,0,220,64,0,0,220,64,0,0,220,64,0,0,220,64,0,0,220,64,0,0,220,64,0,0,222,64,0,0,222,64,0,0,222,64,0,0,222,64,0,0,224,64,0,0,224,64,0,0,224,64,0,0,224,64,0,0,226,64,0,0,226,64,0,0,226,64,0,0,230,64,0,0,234,64,0,0,242,64,0,0,246,64,0,0,252,64,0,0,0,65,0,0,0,65,0,0,0,65,0,0,0,65,0,0,2,65,0,0,4,65,0,0,4,65,0,0,6,65,0,0,12,65,0,0,12,65,0,0,14,65,0,0,14,65,0,0,16,65,0,0,20,65,0,0,20,65,0,0,20,65,0,0,20,65,0,0,24,65,0,0,24,65,0,0,24,65,0,0,24,65,0,0,24,65,0,0,26,65,0,0,26,65,0,0,26,65,0,0,28,65,0,0,28,65,0,0,30,65,0,0,30,65,0,0,34,65,0,0,38,65,0,0,46,65,0,0,46,65,0,0,46,65,0,0,48,65,0,0,58,65,0,0,58,65,0,0,62,65,0,0,66,65,0,0,70,65,0,0,74,65,0,0,76,65,0,0,76,65,0,0,78,65,0,0,78,65,0,0,78,65,0,0,78,65,0,0,80,65,0,0,80,65,0,0,80,65,0,0,80,65,0,0,80,65,0,0,80,65,0,0,82,65,0,0,84,65,0,0,84,65,0,0,84,65,0,0,84,65,0,0,84,65,0,0,84,65,0,0,88,65,0,0,90,65,0,0,92,65,0,0,102,65,0,0,104,65,0,0,104,65,0,0,106,65,0,0,106,65,0,0,106,65,0,0,108,65,0,0,112,65,0,0,114,65,0,0,116,65,0,0,122,65,0,0,134,65,0,0,138,65,0,0,146,65,0,0,146,65,0,0,146,65,0,0,146,65,0,0,146,65,0,0,150,65,0,0,150,65,0,0,152,65,0,0,154,65,0,0,156,65,0,0,160,65,0,0,160,65,0,0,162,65,0,0,172,65,0,0,172,65,0,0,178,65,0,0,178,65,0,0,180,65,0,0,188,65,0,0,188,65,0,0,188,65,0,0,192,65,0,0,192,65,0,0,192,65,0,0,194,65,0,0,202,65,0,0,202,65,0,0,202,65,0,0,202,65,0,0,212,65,0,0,212,65,0,0,214,65,0,0,214,65,0,0,216,65,0,0,218,65,0,0,224,65,0,0,230,65,0,0,232,65,0,0,232,65,0,0,236,65,0,0,236,65,0,0,236,65,0,0,238,65,0,0,240,65,0,0,250,65,0,0,250,65,0,0,250,65,0,0,250,65,0,0,250,65,0,0,250,65,0,0,6,66,0,0,6,66,0,0,6,66,0,0,6,66,0,0,8,66,0,0,14,66,0,0,14,66,0,0,14,66,0,0,14,66,0,0,14,66,0,0,14,66,0,0,16,66,0,0,20,66,0,0,26,66,0,0,28,66,0,0,28,66,0,0,32,66,0,0,32,66,0,0,32,66,0,0,32,66,0,0,34,66,0,0,34,66,0,0,38,66,0,0,38,66,0,0,40,66,0,0,42,66,0,0,46,66,0,0,46,66,0,0,46,66,0,0,46,66,0,0,46,66,0,0,46,66,0,0,50,66,0,0,52,66,0,0,52,66,0,0,56,66,0,0,58,66,0,0,58,66,0,0,66,66,0,0,68,66,0,0,68,66,0,0,68,66,0,0,68,66,0,0,68,66,0,0,70,66,0,0,86,66,0,0,86,66,0,0,86,66,0,0,92,66,0,0,96,66,0,0,96,66,0,0,96,66,0,0,96,66,0,0,98,66,0,0,108,66,0,0,108,66,0,0,110,66,0,0,110,66,0,0,110,66,0,0,114,66,0,0,118,66,0,0,124,66,0,0,124,66,0,0,124,66,0,0,124,66,0,0,124,66,0,0,126,66,0,0,128,66,0,0,128,66,0,0,128,66,0,0,128,66,0,0,128,66,0,0,128,66,0,0,128,66,0,0,128,66,0,0,132,66,0,0,132,66,0,0,132,66,0,0,132,66,0,0,132,66,0,0,132,66,0,0,132,66,0,0,132,66,0,0,136,66,0,0,136,66,0,0,136,66,0,0,136,66,0,0,142,66,0,0,144,66,0,0,146,66,0,0,150,66,0,0,150,66,0,0,160,66,0,0,162,66,0,0,168,66,0,0,168,66,0,0,170,66,0,0,176,66,0,0,180,66,0,0,186,66,0,0,186,66,0,0,188,66,0,0,188,66,0,0,188,66,0,0,188,66,0,0,194,66,0,0,194,66,0,0,194,66,0,0,194,66,0,0,194,66,0,0,194,66,0,0,194,66,0,0,200,66,0,0,202,66,0,0,202,66,0,0,204,66,0,0,208,66,0,0,210,66,0,0,210,66,0,0,210,66,0,0,210,66,0,0,212,66,0,0,218,66,0,0,218,66,0,0,218,66,0,0,222,66,0,0,222,66,0,0,222,66,0,0,222,66,0,0,224,66,0,0,224,66,0,0,226,66,0,0,226,66,0,0,230,66,0,0,230,66,0,0,232,66,0,0,232,66,0,0,232,66,0,0,234,66,0,0,236,66,0,0,246,66,0,0,246,66,0,0,250,66,0,0,250,66,0,0,252,66,0,0,252,66,0,0,252,66,0,0,254,66,0,0,254,66,0,0,254,66,0,0,4,67,0,0,18,67,0,0,18,67,0,0,22,67,0,0,22,67,0,0,24,67,0,0,24,67,0,0,24,67,0,0,24,67,0,0,24,67,0,0,26,67,0,0,30,67,0,0,30,67,0,0,30,67,0,0,36,67,0,0,40,67,0,0,40,67,0,0,42,67,0,0,44,67,0,0,48,67,0,0,48,67,0,0,50,67,0,0,50,67,0,0,54,67,0,0,60,67,0,0,62,67,0,0,66,67,0,0,66,67,0,0,66,67,0,0,66,67,0,0,66,67,0,0,76,67,0,0,78,67,0,0,84,67,0,0,84,67,0,0,92,67,0,0,92,67,0,0,94,67,0,0,96,67,0,0,96,67,0,0,96,67,0,0,98,67,0,0,104,67,0,0,106,67,0,0,106,67,0,0,110,67,0,0,110,67,0,0,112,67,0,0,112,67,0,0,116,67,0,0,116,67,0,0,122,67,0,0,122,67,0,0,132,67,0,0,132,67,0,0,134,67,0,0,136,67,0,0,136,67,0,0,138,67,0,0,138,67,0,0,138,67,0,0,138,67,0,0,140,67,0,0,140,67,0,0,144,67,0,0,150,67,0,0,150,67,0,0,156,67,0,0,160,67,0,0,160,67,0,0,164,67,0,0,166,67,0,0,168,67,0,0,172,67,0,0,176,67,0,0,180,67,0,0,180,67,0,0,180,67,0,0,180,67,0,0,184,67,0,0,192,67,0,0,192,67,0,0,192,67,0,0,192,67,0,0,192,67,0,0,194,67,0,0,194,67,0,0,194,67,0,0,196,67,0,0,202,67,0,0,202,67,0,0,202,67,0,0,204,67,0,0,206,67,0,0,206,67,0,0,206,67,0,0,210,67,0,0,210,67,0,0,214,67,0,0,214,67,0,0,218,67,0,0,220,67,0,0,224,67,0,0,224,67,0,0,224,67,0,0,228,67,0,0,228,67,0,0,228,67,0,0,228,67,0,0,228,67,0,0,228,67,0,0,228,67,0,0,228,67,0,0,230,67,0,0,236,67,0,0,242,67,0,0,246,67,0,0,246,67,0,0,250,67,0,0,2,68,0,0,6,68,0,0,6,68,0,0,8,68,0,0,10,68,0,0,12,68,0,0,12,68,0,0,12,68,0,0,12,68,0,0,14,68,0,0,14,68,0,0,14,68,0,0,14,68,0,0,14,68,0,0,16,68,0,0,16,68,0,0,32,68,0,0,32,68,0,0,32,68,0,0,32,68,0,0,32,68,0,0,40,68,0,0,40,68,0,0,40,68,0,0,40,68,0,0,46,68,0,0,46,68,0,0,46,68,0,0,46,68,0,0,54,68,0,0,54,68,0,0,54,68,0,0,60,68,0,0,62,68,0,0,72,68,0,0,72,68,0,0,74,68,0,0,80,68,0,0,80,68,0,0,80,68,0,0,84,68,0,0,84,68,0,0,84,68,0,0,88,68,0,0,90,68,0,0,92,68,0,0,92,68,0,0,92,68,0,0,94,68,0,0,94,68,0,0,94,68,0,0,94,68,0,0,96,68,0,0,96,68,0,0,96,68,0,0,98,68,0,0,98,68,0,0,98,68,0,0,102,68,0,0,104,68,0,0,104,68,0,0,110,68,0,0,110,68,0,0,110,68,0,0,110,68,0,0,110,68,0,0,110,68,0,0,112,68,0,0,114,68,0,0,114,68,0,0,116,68,0,0,116,68,0,0,116,68,0,0,118,68,0,0,118,68,0,0,120,68,0,0,128,68,0,0,130,68,0,0,136,68,0,0,140,68,0,0,144,68,0,0,146,68,0,0,148,68,0,0,160,68,0,0,160,68,0,0,162,68,0,0,170,68,0,0,170,68,0,0,174,68,0,0,174,68,0,0,174,68,0,0,180,68,0,0,182,68,0,0,196,68,0,0,196,68,0,0,196,68,0,0,196,68,0,0,196,68,0,0,200,68,0,0,200,68,0,0,200,68,0,0,200,68,0,0,200,68,0,0,200,68,0,0,200,68,0,0,202,68,0,0,204,68,0,0,210,68,0,0,210,68,0,0,212,68,0,0,218,68,0,0,220,68,0,0,222,68,0,0,224,68,0,0,224,68,0,0,226,68,0,0,232,68,0,0,232,68,0,0,232,68,0,0,234,68,0,0,234,68,0,0,236,68,0,0,236,68,0,0,236,68,0,0,240,68,0,0,240,68,0,0,242,68,0,0,242,68,0,0,244,68,0,0,244,68,0,0,244,68,0,0,244,68,0,0,244,68,0,0,244,68,0,0,248,68,0,0,248,68,0,0,248,68,0,0,252,68,0,0,252,68,0,0,6,69,0,0,6,69,0,0,6,69,0,0,6,69,0,0,6,69,0,0,6,69,0,0,6,69,0,0,6,69,0,0,14,69,0,0,14,69,0,0,24,69,0,0,24,69,0,0,24,69,0,0,24,69,0,0,24,69,0,0,24,69,0,0,24,69,0,0,26,69,0,0,30,69,0,0,30,69,0,0,32,69,0,0,32,69,0,0,36,69,0,0,40,69,0,0,42,69,0,0,50,69,0,0,50,69,0,0,58,69,0,0,58,69,0,0,58,69,0,0,66,69,0,0,66,69,0,0,66,69,0,0,66,69,0,0,68,69,0,0,68,69,0,0,74,69,0,0,80,69,0,0,84,69,0,0,84,69,0,0,84,69,0,0,86,69,0,0,88,69,0,0,88,69,0,0,88,69,0,0,88,69,0,0,88,69,0,0,88,69,0,0,96,69,0,0,100,69,0,0,108,69,0,0,112,69,0,0,120,69,0,0,120,69,0,0,120,69,0,0,120,69,0,0,120,69,0,0,122,69,0,0,122,69,0,0,122,69,0,0,128,69,0,0,130,69,0,0,130,69,0,0,130,69,0,0,132,69,0,0,134,69,0,0,144,69,0,0,144,69,0,0,146,69,0,0,146,69,0,0,154,69,0,0,154,69,0,0,154,69,0,0,154,69,0,0,156,69,0,0,156,69,0,0,160,69,0,0,162,69,0,0,168,69,0,0,170,69,0,0,174,69,0,0,178,69,0,0,178,69,0,0,178,69,0,0,178,69,0,0,178,69,0,0,178,69,0,0,182,69,0,0,184,69,0,0,184,69,0,0,186,69,0,0,186,69,0,0,186,69,0,0,188,69,0,0,188,69,0,0,194,69,0,0,194,69,0,0,196,69,0,0,198,69,0,0,200,69,0,0,202,69,0,0,202,69,0,0,204,69,0,0,204,69,0,0,204,69,0,0,206,69,0,0,208,69,0,0,210,69,0,0,212,69,0,0,216,69,0,0,218,69,0,0,222,69,0,0,224,69,0,0,228,69,0,0,228,69,0,0,238,69,0,0,238,69,0,0,238,69,0,0,238,69,0,0,240,69,0,0,242,69,0,0,246,69,0,0,246,69,0,0,248,69,0,0,4,70,0,0,4,70,0,0,4,70,0,0,20,70,0,0,22,70,0,0,22,70,0,0,24,70,0,0,26,70,0,0,28,70,0,0,34,70,0,0,38,70,0,0,40,70,0,0,42,70,0,0,48,70,0,0,48,70,0,0,48,70,0,0,48,70,0,0,48,70,0,0,54,70,0,0,56,70,0,0,56,70,0,0,56,70,0,0,66,70,0,0,68,70,0,0,72,70,0,0,76,70,0,0,78,70,0,0,78,70,0,0,78,70,0,0,86,70,0,0,88,70,0,0,90,70,0,0,90,70,0,0,92,70,0,0,92,70,0,0,92,70,0,0,94,70,0,0,96,70,0,0,96,70,0,0,96,70,0,0,98,70,0,0,98,70,0,0,98,70,0,0,108,70,0,0,116,70,0,0,116,70,0,0,118,70,0,0,118,70,0,0,130,70,0,0,132,70,0,0,134,70,0,0,136,70,0,0,136,70,0,0,138,70,0,0,138,70,0,0,138,70,0,0,138,70,0,0,138,70,0,0,138,70,0,0,140,70,0,0,140,70,0,0,144,70,0,0,144,70,0,0,144,70,0,0,148,70,0,0,152,70,0,0,152,70,0,0,156,70,0,0,158,70,0,0,160,70,0,0,162,70,0,0,162,70,0,0,168,70,0,0,170,70,0,0,172,70,0,0,174,70,0,0,180,70,0,0,182,70,0,0,182,70,0,0,192,70,0,0,192,70,0,0,196,70,0,0,196,70,0,0,196,70,0,0,202,70,0,0,204,70,0,0,204,70,0,0,206,70,0,0,206,70,0,0,206,70,0,0,208,70,0,0,208,70,0,0,214,70,0,0,216,70,0,0,216,70,0,0,216,70,0,0,216,70,0,0,218,70,0,0,222,70,0,0,222,70,0,0,228,70,0,0,228,70,0,0,228,70,0,0,228,70,0,0,228,70,0,0,228,70,0,0,228,70,0,0,230,70,0,0,232,70,0,0,236,70,0,0,238,70,0,0,238,70,0,0,238,70,0,0,238,70,0,0,244,70,0,0,244,70,0,0,246,70,0,0,246,70,0,0,246,70,0,0,246,70,0,0,248,70,0,0,248,70,0,0,250,70,0,0,250,70,0,0,250,70,0,0,250,70,0,0,250,70,0,0,250,70,0,0,0,71,0,0,0,71,0,0,2,71,0,0,2,71,0,0,2,71,0,0,2,71,0,0,2,71,0,0,2,71,0,0,4,71,0,0,4,71,0,0,4,71,0,0,6,71,0,0,8,71,0,0,10,71,0,0,14,71,0,0,14,71,0,0,16,71,0,0,20,71,0,0,28,71,0,0,28,71,0,0,28,71,0,0,32,71,0,0,34,71,0,0,34,71,0,0,36,71,0,0,36,71,0,0,40,71,0,0,40,71,0,0,40,71,0,0,44,71,0,0,44,71,0,0,46,71,0,0,46,71,0,0,54,71,0,0,54,71,0,0,64,71,0,0,76,71,0,0,76,71,0,0,80,71,0,0,86,71,0,0,88,71,0,0,88,71,0,0,96,71,0,0,96,71,0,0,98,71,0,0,98,71,0,0,100,71,0,0,104,71,0,0,104,71,0,0,104,71,0,0,104,71,0,0,108,71,0,0,108,71,0,0,108,71,0,0,108,71,0,0,114,71,0,0,116,71,0,0,116,71,0,0,120,71,0,0,128,71,0,0,128,71,0,0,128,71,0,0,130,71,0,0,130,71,0,0,130,71,0,0,132,71,0,0,132,71,0,0,132,71,0,0,132,71,0,0,132,71,0,0,134,71,0,0,134,71,0,0,134,71,0,0,138,71,0,0,140,71,0,0,144,71,0,0,144,71,0,0,148,71,0,0,152,71,0,0,162,71,0,0,164,71,0,0,170,71,0,0,174,71,0,0,176,71,0,0,176,71,0,0,176,71,0,0,178,71,0,0,180,71,0,0,180,71,0,0,180,71,0,0,182,71,0,0,182,71,0,0,188,71,0,0,192,71,0,0,192,71,0,0,192,71,0,0,192,71,0,0,192,71,0,0,192,71,0,0,194,71,0,0,194,71,0,0,194,71,0,0,194,71,0,0,196,71,0,0,200,71,0,0,200,71,0,0,200,71,0,0,204,71,0,0,204,71,0,0,204,71,0,0,206,71,0,0,210,71,0,0,210,71,0,0,210,71,0,0,214,71,0,0,216,71,0,0,216,71,0,0,216,71,0,0,216,71,0,0,222,71,0,0,224,71,0,0,226,71,0,0,226,71,0,0,228,71,0,0,228,71,0,0,234,71,0,0,234,71,0,0,234,71,0,0,234,71,0,0,236,71,0,0,240,71,0,0,240,71,0,0,240,71,0,0,242,71,0,0,244,71,0,0,244,71,0,0,248,71,0,0,10,72,0,0,10,72,0,0,10,72,0,0,12,72,0,0,14,72,0,0,20,72,0,0,22,72,0,0,26,72,0,0,34,72,0,0,38,72,0,0,44,72,0,0,44,72,0,0,46,72,0,0,46,72,0,0,46,72,0,0,46,72,0,0,46,72,0,0,48,72,0,0,50,72,0,0,50,72,0,0,50,72,0,0,56,72,0,0,56,72,0,0,58,72,0,0,58,72,0,0,58,72,0,0,60,72,0,0,60,72,0,0,64,72,0,0,64,72,0,0,64,72,0,0,64,72,0,0,64,72,0,0,66,72,0,0,70,72,0,0,70,72,0,0,72,72,0,0,74,72,0,0,74,72,0,0,82,72,0,0,82,72,0,0,84,72,0,0,84,72,0,0,86,72,0,0,90,72,0,0,90,72,0,0,92,72,0,0,98,72,0,0,98,72,0,0,100,72,0,0,100,72,0,0,100,72,0,0,102,72,0,0,102,72,0,0,104,72,0,0,104,72,0,0,104,72,0,0,106,72,0,0,106,72,0,0,106,72,0,0,106,72,0,0,108,72,0,0,108,72,0,0,110,72,0,0,116,72,0,0,116,72,0,0,116,72,0,0,116,72,0,0,122,72,0,0,122,72,0,0,122,72,0,0,124,72,0,0,124,72,0,0,128,72,0,0,128,72,0,0,134,72,0,0,138,72,0,0,138,72,0,0,138,72,0,0,138,72,0,0,138,72,0,0,138,72,0,0,146,72,0,0,148,72,0,0,148,72,0,0,148,72,0,0,150,72,0,0,150,72,0,0,150,72,0,0,150,72,0,0,154,72,0,0,162,72,0,0,164,72,0,0,170,72,0,0,170,72,0,0,170,72,0,0,176,72,0,0,176,72,0,0,176,72,0,0,176,72,0,0,176,72,0,0,176,72,0,0,178,72,0,0,204,72,0,0,204,72,0,0,204,72,0,0,204,72,0,0,206,72,0,0,208,72,0,0,208,72,0,0,214,72,0,0,216,72,0,0,218,72,0,0,218,72,0,0,218,72,0,0,218,72,0,0,218,72,0,0,220,72,0,0,222,72,0,0,222,72,0,0,226,72,0,0,226,72,0,0,228,72,0,0,230,72,0,0,232,72,0,0,232,72,0,0,232,72,0,0,234,72,0,0,236,72,0,0,238,72,0,0,238,72,0,0,238,72,0,0,242,72,0,0,246,72,0,0,250,72,0,0,250,72,0,0,250,72,0,0,250,72,0,0,252,72,0,0,252,72,0,0,254,72,0,0,8,73,0,0,8,73,0,0,8,73,0,0,14,73,0,0,14,73,0,0,14,73,0,0,14,73,0,0,14,73,0,0,14,73,0,0,16,73,0,0,16,73,0,0,20,73,0,0,20,73,0,0,28,73,0,0,28,73,0,0,32,73,0,0,38,73,0,0,38,73,0,0,40,73,0,0,40,73,0,0,42,73,0,0,42,73,0,0,48,73,0,0,50,73,0,0,50,73,0,0,52,73,0,0,54,73,0,0,54,73,0,0,64,73,0,0,68,73,0,0,68,73,0,0,70,73,0,0,70,73,0,0,70,73,0,0,74,73,0,0,74,73,0,0,76,73,0,0,78,73,0,0,82,73,0,0,84,73,0,0,88,73,0,0,90,73,0,0,94,73,0,0,94,73,0,0,94,73,0,0,100,73,0,0,106,73,0,0,106,73,0,0,106,73,0,0,106,73,0,0,106,73,0,0,110,73,0,0,110,73,0,0,110,73,0,0,112,73,0,0,112,73,0,0,112,73,0,0,112,73,0,0,112,73,0,0,112,73,0,0,114,73,0,0,114,73,0,0,114,73,0,0,114,73,0,0,118,73,0,0,118,73,0,0,120,73,0,0,124,73,0,0,124,73,0,0,130,73,0,0,132,73,0,0,136,73,0,0,136,73,0,0,140,73,0,0,140,73,0,0,140,73,0,0,142,73,0,0,142,73,0,0,142,73,0,0,142,73,0,0,144,73,0,0,144,73,0,0,148,73,0,0,148,73,0,0,150,73,0,0,152,73,0,0,156,73,0,0,156,73,0,0,158,73,0,0,158,73,0,0,158,73,0,0,158,73,0,0,158,73,0,0,162,73,0,0,162,73,0,0,162,73,0,0,162,73,0,0,164,73,0,0,168,73,0,0,168,73,0,0,168,73,0,0,180,73,0,0,180,73,0,0,184,73,0,0,186,73,0,0,186,73,0,0,196,73,0,0,196,73,0,0,198,73,0,0,198,73,0,0,198,73,0,0,212,73,0,0,214,73,0,0,214,73,0,0,214,73,0,0,214,73,0,0,214,73,0,0,216,73,0,0,222,73,0,0,226,73,0,0,226,73,0,0,226,73,0,0,236,73,0,0,236,73,0,0,238,73,0,0,238,73,0,0,246,73,0,0,246,73,0,0,248,73,0,0,250,73,0,0,252,73,0,0,0,74,0,0,2,74,0,0,2,74,0,0,2,74,0,0,8,74,0,0,12,74,0,0,26,74,0,0,28,74,0,0,28,74,0,0,28,74,0,0,34,74,0,0,36,74,0,0,36,74,0,0,36,74,0,0,36,74,0,0,40,74,0,0,42,74,0,0,42,74,0,0,44,74,0,0,44,74,0,0,48,74,0,0,54,74,0,0,58,74,0,0,60,74,0,0,60,74,0,0,60,74,0,0,60,74,0,0,64,74,0,0,66,74,0,0,66,74,0,0,66,74,0,0,72,74,0,0,80,74,0,0,82,74,0,0,82,74,0,0,82,74,0,0,84,74,0,0,86,74,0,0,86,74,0,0,88,74,0,0,88,74,0,0,88,74,0,0,92,74,0,0,102,74,0,0,102,74,0,0,102,74,0,0,102,74,0,0,102,74,0,0,104,74,0,0,104,74,0,0,110,74,0,0,110,74,0,0,110,74,0,0,114,74,0,0,114,74,0,0,118,74,0,0,120,74,0,0,122,74,0,0,128,74,0,0,128,74,0,0,128,74,0,0,132,74,0,0,136,74,0,0,136,74,0,0,138,74,0,0,142,74,0,0,146,74,0,0,148,74,0,0,150,74,0,0,152,74,0,0,152,74,0,0,158,74,0,0,162,74,0,0,166,74,0,0,166,74,0,0,166,74,0,0,168,74,0,0,170,74,0,0,176,74,0,0,180,74,0,0,182,74,0,0,182,74,0,0,182,74,0,0,186,74,0,0,194,74,0,0,194,74,0,0,196,74,0,0,202,74,0,0,202,74,0,0,202,74,0,0,202,74,0,0,202,74,0,0,204,74,0,0,208,74,0,0,208,74,0,0,210,74,0,0,210,74,0,0,216,74,0,0,222,74,0,0,226,74,0,0,226,74,0,0,226,74,0,0,226,74,0,0,230,74,0,0,230,74,0,0,230,74,0,0,238,74,0,0,240,74,0,0,242,74,0,0,250,74,0,0,6,75,0,0,12,75,0,0,18,75,0,0,26,75,0,0,28,75,0,0,28,75,0,0,28,75,0,0,28,75,0,0,36,75,0,0,36,75,0,0,38,75,0,0,40,75,0,0,40,75,0,0,40,75,0,0,40,75,0,0,40,75,0,0,40,75,0,0,42,75,0,0,46,75,0,0,46,75,0,0,46,75,0,0,50,75,0,0,50,75,0,0,52,75,0,0,52,75,0,0,52,75,0,0,52,75,0,0,60,75,0,0,64,75,0,0,68,75,0,0,68,75,0,0,72,75,0,0,72,75,0,0,74,75,0,0,80,75,0,0,80,75,0,0,80,75,0,0,80,75,0,0,80,75,0,0,80,75,0,0,82,75,0,0,82,75,0,0,82,75,0,0,84,75,0,0,84,75,0,0,88,75,0,0,90,75,0,0,90,75,0,0,94,75,0,0,96,75,0,0,98,75,0,0,104,75,0,0,108,75,0,0,112,75,0,0,112,75,0,0,114,75,0,0,114,75,0,0,118,75,0,0,118,75,0,0,120,75,0,0,122,75,0,0,122,75,0,0,124,75,0,0,124,75,0,0,124,75,0,0,128,75,0,0,130,75,0,0,130,75,0,0,130,75,0,0,132,75,0,0,132,75,0,0,132,75,0,0,132,75,0,0,132,75,0,0,132,75,0,0,134,75,0,0,136,75,0,0,140,75,0,0,146,75,0,0,146,75,0,0,148,75,0,0,152,75,0,0,152,75,0,0,152,75,0,0,154,75,0,0,158,75,0,0,170,75,0,0,170,75,0,0,170,75,0,0,174,75,0,0,178,75,0,0,178,75,0,0,182,75,0,0,184,75,0,0,190,75,0,0,190,75,0,0,190,75,0,0,192,75,0,0,194,75,0,0,200,75,0,0,200,75,0,0,200,75,0,0,200,75,0,0,200,75,0,0,202,75,0,0,202,75,0,0,202,75,0,0,202,75,0,0,202,75,0,0,226,75,0,0,226,75,0,0,228,75,0,0,230,75,0,0,230,75,0,0,230,75,0,0,230,75,0,0,230,75,0,0,230,75,0,0,230,75,0,0,234,75,0,0,234,75,0,0,234,75,0,0,234,75,0,0,242,75,0,0,242,75,0,0,248,75,0,0,248,75,0,0,252,75,0,0,254,75,0,0,254,75,0,0,254,75,0,0,254,75,0,0,4,76,0,0,4,76,0,0,6,76,0,0,10,76,0,0,10,76,0,0,14,76,0,0,14,76,0,0,14,76,0,0,14,76,0,0,16,76,0,0,16,76,0,0,20,76,0,0,20,76,0,0,20,76,0,0,20,76,0,0,22,76,0,0,22,76,0,0,30,76,0,0,30,76,0,0,32,76,0,0,34,76,0,0,34,76,0,0,40,76,0,0,44,76,0,0,48,76,0,0,48,76,0,0,48,76,0,0,48,76,0,0,48,76,0,0,50,76,0,0,50,76,0,0,50,76,0,0,50,76,0,0,54,76,0,0,54,76,0,0,54,76,0,0,56,76,0,0,56,76,0,0,56,76,0,0,60,76,0,0,60,76,0,0,60,76,0,0,62,76,0,0,66,76,0,0,70,76,0,0,76,76,0,0,76,76,0,0,76,76,0,0,76,76,0,0,76,76,0,0,80,76,0,0,80,76,0,0,80,76,0,0,80,76,0,0,80,76,0,0,84,76,0,0,88,76,0,0,92,76,0,0,92,76,0,0,92,76,0,0,94,76,0,0,96,76,0,0,96,76,0,0,98,76,0,0,98,76,0,0,106,76,0,0,108,76,0,0,108,76,0,0,114,76,0,0,116,76,0,0,116,76,0,0,116,76,0,0,118,76,0,0,118,76,0,0,122,76,0,0,122,76,0,0,122,76,0,0,124,76,0,0,128,76,0,0,128,76,0,0,130,76,0,0,130,76,0,0,138,76,0,0,138,76,0,0,138,76,0,0,146,76,0,0,148,76,0,0,150,76,0,0,152,76,0,0,154,76,0,0,158,76,0,0,158,76,0,0,158,76,0,0,158,76,0,0,164,76,0,0,166,76,0,0,166,76,0,0,168,76,0,0,170,76,0,0,174,76,0,0,174,76,0,0,174,76,0,0,180,76,0,0,182,76,0,0,182,76,0,0,184,76,0,0,190,76,0,0,192,76,0,0,192,76,0,0,198,76,0,0,200,76,0,0,204,76,0,0,212,76,0,0,212,76,0,0,218,76,0,0,218,76,0,0,218,76,0,0,224,76,0,0,224,76,0,0,224,76,0,0,224,76,0,0,224,76,0,0,224,76,0,0,228,76,0,0,230,76,0,0,230,76,0,0,230,76,0,0,230,76,0,0,232,76,0,0,232,76,0,0,232,76,0,0,232,76,0,0,234,76,0,0,234,76,0,0,234,76,0,0,234,76,0,0,234,76,0,0,234,76,0,0,240,76,0,0,242,76,0,0,244,76,0,0,246,76,0,0,250,76,0,0,250,76,0,0,2,77,0,0,4,77,0,0,4,77,0,0,4,77,0,0,10,77,0,0,12,77,0,0,12,77,0,0,16,77,0,0,22,77,0,0,22,77,0,0,22,77,0,0,22,77,0,0,22,77,0,0,24,77,0,0,38,77,0,0,40,77,0,0,42,77,0,0,46,77,0,0,46,77,0,0,46,77,0,0,48,77,0,0,50,77,0,0,50,77,0,0,50,77,0,0,50,77,0,0,54,77,0,0,54,77,0,0,54,77,0,0,54,77,0,0,54,77,0,0,60,77,0,0,62,77,0,0,62,77,0,0,64,77,0,0,66,77,0,0,72,77,0,0,74,77,0,0,74,77,0,0,74,77,0,0,80,77,0,0,86,77,0,0,90,77,0,0,96,77,0,0,96,77,0,0,96,77,0,0,98,77,0,0,98,77,0,0,98,77,0,0,98,77,0,0,98,77,0,0,98,77,0,0,98,77,0,0,98,77,0,0,98,77,0,0,102,77,0,0,104,77,0,0,104,77,0,0,104,77,0,0,104,77,0,0,104,77,0,0,106,77,0,0,106,77,0,0,108,77,0,0,134,77,0,0,134,77,0,0,134,77,0,0,134,77,0,0,142,77,0,0,150,77,0,0,150,77,0,0,150,77,0,0,150,77,0,0,150,77,0,0,152,77,0,0,154,77,0,0,154,77,0,0,156,77,0,0,160,77,0,0,160,77,0,0,160,77,0,0,166,77,0,0,166,77,0,0,166,77,0,0,166,77,0,0,166,77,0,0,180,77,0,0,180,77,0,0,184,77,0,0,184,77,0,0,184,77,0,0,184,77,0,0,184,77,0,0,188,77,0,0,190,77,0,0,190,77,0,0,192,77,0,0,194,77,0,0,196,77,0,0,198,77,0,0,202,77,0,0,210,77,0,0,210,77,0,0,214,77,0,0,216,77,0,0,216,77,0,0,220,77,0,0,234,77,0,0,234,77,0,0,234,77,0,0,234,77,0,0,238,77,0,0,238,77,0,0,244,77,0,0,244,77,0,0,250,77,0,0,250,77,0,0,250,77,0,0,250,77,0,0,250,77,0,0,250,77,0,0,250,77,0,0,250,77,0,0,250,77,0,0,250,77,0,0,250,77,0,0,4,78,0,0,4,78,0,0,4,78,0,0,4,78,0,0,4,78,0,0,6,78,0,0,16,78,0,0,18,78,0,0,18,78,0,0,18,78,0,0,20,78,0,0,22,78,0,0,24,78,0,0,26,78,0,0,26,78,0,0,26,78,0,0,26,78,0,0,28,78,0,0,28,78,0,0,34,78,0,0,34,78,0,0,40,78,0,0,40,78,0,0,44,78,0,0,44,78,0,0,46,78,0,0,48,78,0,0,48,78,0,0,48,78,0,0,50,78,0,0,50,78,0,0,50,78,0,0,54,78,0,0,54,78,0,0,58,78,0,0,58,78,0,0,62,78,0,0,62,78,0,0,62,78,0,0,62,78,0,0,66,78,0,0,66,78,0,0,66,78,0,0,68,78,0,0,70,78,0,0,70,78,0,0,70,78,0,0,70,78,0,0,70,78,0,0,72,78,0,0,80,78,0,0,80,78,0,0,80,78,0,0,92,78,0,0,96,78,0,0,96,78,0,0,96,78,0,0,104,78,0,0,106,78,0,0,118,78,0,0,118,78,0,0,118,78,0,0,118,78,0,0,122,78,0,0,122,78,0,0,122,78,0,0,122,78,0,0,124,78,0,0,124,78,0,0,128,78,0,0,132,78,0,0,134,78,0,0,134,78,0,0,134,78,0,0,134,78,0,0,136,78,0,0,138,78,0,0,142,78,0,0,144,78,0,0,144,78,0,0,146,78,0,0,146,78,0,0,146,78,0,0,146,78,0,0,152,78,0,0,156,78,0,0,156,78,0,0,156,78,0,0,156,78,0,0,162,78,0,0,162,78,0,0,168,78,0,0,174,78,0,0,176,78,0,0,176,78,0,0,176,78,0,0,188,78,0,0,190,78,0,0,196,78,0,0,196,78,0,0,196,78,0,0,196,78,0,0,198,78,0,0,202,78,0,0,202,78,0,0,202,78,0,0,204,78,0,0,204,78,0,0,204,78,0,0,206,78,0,0,214,78,0,0,214,78,0,0,218,78,0,0,220,78,0,0,222,78,0,0,222,78,0,0,230,78,0,0,230,78,0,0,234,78,0,0,242,78,0,0,244,78,0,0,248,78,0,0,248,78,0,0,252,78,0,0,0,79,0,0,0,79,0,0,0,79,0,0,0,79,0,0,0,79,0,0,2,79,0,0,2,79,0,0,2,79,0,0,2,79,0,0,2,79,0,0,14,79,0,0,24,79,0,0,24,79,0,0,26,79,0,0,26,79,0,0,28,79,0,0,28,79,0,0,34,79,0,0,34,79,0,0,34,79,0,0,34,79,0,0,36,79,0,0,38,79,0,0,38,79,0,0,38,79,0,0,38,79,0,0,38,79,0,0,38,79,0,0,38,79,0,0,38,79,0,0,38,79,0,0,38,79,0,0,38,79,0,0,38,79,0,0,40,79,0,0,40,79,0,0,42,79,0,0,42,79,0,0,42,79,0,0,44,79,0,0,48,79,0,0,48,79,0,0,48,79,0,0,48,79,0,0,48,79,0,0,48,79,0,0,50,79,0,0,54,79,0,0,54,79,0,0,58,79,0,0,62,79,0,0,62,79,0,0,62,79,0,0,62,79,0,0,62,79,0,0,66,79,0,0,66,79,0,0,66,79,0,0,70,79,0,0,70,79,0,0,70,79,0,0,76,79,0,0,76,79,0,0,76,79,0,0,78,79,0,0,84,79,0,0,90,79,0,0,98,79,0,0,100,79,0,0,108,79,0,0,110,79,0,0,110,79,0,0,110,79,0,0,118,79,0,0,118,79,0,0,120,79,0,0,120,79,0,0,120,79,0,0,120,79,0,0,120,79,0,0,122,79,0,0,122,79,0,0,126,79,0,0,128,79,0,0,128,79,0,0,132,79,0,0,132,79,0,0,132,79,0,0,132,79,0,0,136,79,0,0,142,79,0,0,150,79,0,0,150,79,0,0,152,79,0,0,152,79,0,0,154,79,0,0,154,79,0,0,154,79,0,0,154,79,0,0,160,79,0,0,160,79,0,0,160,79,0,0,160,79,0,0,160,79,0,0,160,79,0,0,160,79,0,0,160,79,0,0,160,79,0,0,162,79,0,0,162,79,0,0,168,79,0,0,168,79,0,0,172,79,0,0,176,79,0,0,178,79,0,0,178,79,0,0,178,79,0,0,178,79,0,0,178,79,0,0,178,79,0,0,178,79,0,0,178,79,0,0,178,79,0,0,190,79,0,0,192,79,0,0,194,79,0,0,194,79,0,0,194,79,0,0,194,79,0,0,198,79,0,0,200,79,0,0,200,79,0,0,200,79,0,0,200,79,0,0,200,79,0,0,200,79,0,0,200,79,0,0,200,79,0,0,204,79,0,0,206,79,0,0,208,79,0,0,208,79,0,0,208,79,0,0,210,79,0,0,210,79,0,0,214,79,0,0,214,79,0,0,214,79,0,0,214,79,0,0,216,79,0,0,220,79,0,0,220,79,0,0,222,79,0,0,224,79,0,0,232,79,0,0,242,79,0,0,244,79,0,0,244,79,0,0,248,79,0,0,248,79,0,0,4,80,0,0,4,80,0,0,4,80,0,0,4,80,0,0,4,80,0,0,10,80,0,0,10,80,0,0,16,80,0,0,16,80,0,0,16,80,0,0,26,80,0,0,30,80,0,0,30,80,0,0,30,80,0,0,34,80,0,0,38,80,0,0,38,80,0,0,38,80,0,0,54,80,0,0,62,80,0,0,62,80,0,0,70,80,0,0,72,80,0,0,76,80,0,0,76,80,0,0,80,80,0,0,80,80,0,0,88,80,0,0,92,80,0,0,94,80,0,0,96,80,0,0,100,80,0,0,102,80,0,0,104,80,0,0,104,80,0,0,104,80,0,0,108,80,0,0,108,80,0,0,110,80,0,0,110,80,0,0,110,80,0,0,112,80,0,0,116,80,0,0,116,80,0,0,116,80,0,0,116,80,0,0,116,80,0,0,126,80,0,0,128,80,0,0,128,80,0,0,132,80,0,0,138,80,0,0,142,80,0,0,144,80,0,0,144,80,0,0,146,80,0,0,146,80,0,0,150,80,0,0,154,80,0,0,160,80,0,0,160,80,0,0,166,80,0,0,174,80,0,0,178,80,0,0,180,80,0,0,184,80,0,0,188,80,0,0,188,80,0,0,190,80,0,0,194,80,0,0,200,80,0,0,200,80,0,0,204,80,0,0,206,80,0,0,208,80,0,0,208,80,0,0,208,80,0,0,218,80,0,0,218,80,0,0,220,80,0,0,220,80,0,0,220,80,0,0,224,80,0,0,224,80,0,0,224,80,0,0,224,80,0,0,226,80,0,0,226,80,0,0,226,80,0,0,226,80,0,0,230,80,0,0,230,80,0,0,230,80,0,0,232,80,0,0,238,80,0,0,238,80,0,0,242,80,0,0,250,80,0,0,250,80,0,0,250,80,0,0,252,80,0,0,254,80,0,0,2,81,0,0,2,81,0,0,2,81,0,0,4,81,0,0,4,81,0,0,8,81,0,0,8,81,0,0,8,81,0,0,8,81,0,0,10,81,0,0,10,81,0,0,10,81,0,0,12,81,0,0,12,81,0,0,18,81,0,0,18,81,0,0,24,81,0,0,28,81,0,0,28,81,0,0,32,81,0,0,32,81,0,0,32,81,0,0,32,81,0,0,32,81,0,0,32,81,0,0,32,81,0,0,36,81,0,0,36,81,0,0,36,81,0,0,40,81,0,0,46,81,0,0,48,81,0,0,50,81,0,0,54,81,0,0,54,81,0,0,54,81,0,0,54,81,0,0,56,81,0,0,56,81,0,0,56,81,0,0,56,81,0,0,62,81,0,0,68,81,0,0,72,81,0,0,74,81,0,0,74,81,0,0,76,81,0,0,78,81,0,0,78,81,0,0,78,81,0,0,78,81,0,0,84,81,0,0,92,81,0,0,92,81,0,0,92,81,0,0,94,81,0,0,94,81,0,0,94,81,0,0,98,81,0,0,102,81,0,0,102,81,0,0,102,81,0,0,104,81,0,0,112,81,0,0,114,81,0,0,118,81,0,0,124,81,0,0,126,81,0,0,130,81,0,0,130,81,0,0,134,81,0,0,134,81,0,0,134,81,0,0,134,81,0,0,134,81,0,0,134,81,0,0,134,81,0,0,134,81,0,0,138,81,0,0,138,81,0,0,138,81,0,0,152,81,0,0,152,81,0,0,156,81,0,0,160,81,0,0,164,81,0,0,166,81,0,0,166,81,0,0,170,81,0,0,170,81,0,0,174,81,0,0,176,81,0,0,176,81,0,0,176,81,0,0,178,81,0,0,178,81,0,0,184,81,0,0,186,81,0,0,186,81,0,0,186,81,0,0,192,81,0,0,196,81,0,0,196,81,0,0,196,81,0,0,202,81,0,0,204,81,0,0,208,81,0,0,214,81,0,0,216,81,0,0,224,81,0,0,224,81,0,0,224,81,0,0,224,81,0,0,224,81,0,0,224,81,0,0,236,81,0,0,238,81,0,0,240,81,0,0,240,81,0,0,240,81,0,0,242,81,0,0,244,81,0,0,246,81,0,0,246,81,0,0,248,81,0,0,248,81,0,0,250,81,0,0,250,81,0,0,252,81,0,0,252,81,0,0,252,81,0,0,4,82,0,0,8,82,0,0,8,82,0,0,8,82,0,0,10,82,0,0,10,82,0,0,10,82,0,0,10,82,0,0,10,82,0,0,12,82,0,0,12,82,0,0,12,82,0,0,12,82,0,0,12,82,0,0,14,82,0,0,16,82,0,0,16,82,0,0,22,82,0,0,22,82,0,0,24,82,0,0,24,82,0,0,32,82,0,0,32,82,0,0,34,82,0,0,34,82,0,0,34,82,0,0,34,82,0,0,34,82,0,0,38,82,0,0,38,82,0,0,38,82,0,0,38,82,0,0,38,82,0,0,38,82,0,0,44,82,0,0,50,82,0,0,50,82,0,0,50,82,0,0,56,82,0,0,56,82,0,0,56,82,0,0,62,82,0,0,62,82,0,0,62,82,0,0,62,82,0,0,64,82,0,0,64,82,0,0,66,82,0,0,66,82,0,0,66,82,0,0,66,82,0,0,68,82,0,0,68,82,0,0,70,82,0,0,70,82,0,0,70,82,0,0,70,82,0,0,74,82,0,0,82,82,0,0,88,82,0,0,90,82,0,0,90,82,0,0,90,82,0,0,90,82,0,0,90,82,0,0,92,82,0,0,94,82,0,0,98,82,0,0,100,82,0,0,102,82,0,0,102,82,0,0,110,82,0,0,110,82,0,0,110,82,0,0,110,82,0,0,110,82,0,0,110,82,0,0,110,82,0,0,110,82,0,0,110,82,0,0,110,82,0,0,112,82,0,0,118,82,0,0,122,82,0,0,122,82,0,0,124,82,0,0,124,82,0,0,126,82,0,0,130,82,0,0,136,82,0,0,138,82,0,0,138,82,0,0,138,82,0,0,138,82,0,0,140,82,0,0,140,82,0,0,140,82,0,0,140,82,0,0,146,82,0,0,146,82,0,0,148,82,0,0,148,82,0,0,150,82,0,0,150,82,0,0,150,82,0,0,166,82,0,0,166,82,0,0,168,82,0,0,172,82,0,0,176,82,0,0,178,82,0,0,180,82,0,0,182,82,0,0,184,82,0,0,184,82,0,0,188,82,0,0,188,82,0,0,188,82,0,0,190,82,0,0,190,82,0,0,190,82,0,0,190,82,0,0,200,82,0,0,200,82,0,0,200,82,0,0,206,82,0,0,206,82,0,0,208,82,0,0,208,82,0,0,208,82,0,0,214,82,0,0,214,82,0,0,216,82,0,0,218,82,0,0,218,82,0,0,218,82,0,0,220,82,0,0,220,82,0,0,220,82,0,0,220,82,0,0,220,82,0,0,222,82,0,0,222,82,0,0,230,82,0,0,232,82,0,0,234,82,0,0,236,82,0,0,250,82,0,0,250,82,0,0,250,82,0,0,0,83,0,0,4,83,0,0,4,83,0,0,4,83,0,0,10,83,0,0,16,83,0,0,24,83,0,0,24,83,0,0,24,83,0,0,24,83,0,0,30,83,0,0,30,83,0,0,36,83,0,0,36,83,0,0,36,83,0,0,36,83,0,0,44,83,0,0,44,83,0,0,44,83,0,0,44,83,0,0,48,83,0,0,50,83,0,0,50,83,0,0,50,83,0,0,52,83,0,0,54,83,0,0,60,83,0,0,60,83,0,0,62,83,0,0,62,83,0,0,68,83,0,0,72,83,0,0,72,83,0,0,72,83,0,0,74,83,0,0,74,83,0,0,76,83,0,0,78,83,0,0,80,83,0,0,80,83,0,0,88,83,0,0,96,83,0,0,100,83,0,0,100,83,0,0,112,83,0,0,114,83,0,0,114,83,0,0,118,83,0,0,130,83,0,0,130,83,0,0,134,83,0,0,140,83,0,0,140,83,0,0,140,83,0,0,140,83,0,0,140,83,0,0,140,83,0,0,140,83,0,0,140,83,0,0,142,83,0,0,142,83,0,0,144,83,0,0,148,83,0,0,152,83,0,0,152,83,0,0,152,83,0,0,152,83,0,0,152,83,0,0,152,83,0,0,154,83,0,0,162,83,0,0,166,83,0,0,172,83,0,0,172,83,0,0,184,83,0,0,186,83,0,0,188,83,0,0,188,83,0,0,202,83,0,0,210,83,0,0,210,83,0,0,216,83,0,0,216,83,0,0,216,83,0,0,216,83,0,0,216,83,0,0,216,83,0,0,216,83,0,0,220,83,0,0,222,83,0,0,230,83,0,0,230,83,0,0,236,83,0,0,236,83,0,0,240,83,0,0,244,83,0,0,244,83,0,0,246,83,0,0,252,83,0,0,252,83,0,0,0,84,0,0,2,84,0,0,2,84,0,0,4,84,0,0,6,84,0,0,8,84,0,0,8,84,0,0,8,84,0,0,8,84,0,0,10,84,0,0,10,84,0,0,10,84,0,0,10,84,0,0,10,84,0,0,14,84,0,0,14,84,0,0,18,84,0,0,18,84,0,0,20,84,0,0,20,84,0,0,20,84,0,0,20,84,0,0,24,84,0,0,24,84,0,0,26,84,0,0,28,84,0,0,28,84,0,0,32,84,0,0,38,84,0,0,40,84,0,0,44,84,0,0,50,84,0,0,52,84,0,0,52,84,0,0,54,84,0,0,54,84,0,0,54,84,0,0,54,84,0,0,58,84,0,0,60,84,0,0,60,84,0,0,60,84,0,0,60,84,0,0,62,84,0,0,62,84,0,0,68,84,0,0,70,84,0,0,70,84,0,0,72,84,0,0,72,84,0,0,72,84,0,0,72,84,0,0,76,84,0,0,84,84,0,0,84,84,0,0,84,84,0,0,84,84,0,0,84,84,0,0,84,84,0,0,88,84,0,0,88,84,0,0,88,84,0,0,100,84,0,0,102,84,0,0,104,84,0,0,104,84,0,0,108,84,0,0,112,84,0,0,112,84,0,0,122,84,0,0,124,84,0,0,128,84,0,0,130,84,0,0,132,84,0,0,132,84,0,0,132,84,0,0,140,84,0,0,142,84,0,0,144,84,0,0,144,84,0,0,144,84,0,0,144,84,0,0,146,84,0,0,146,84,0,0,148,84,0,0,148,84,0,0,148,84,0,0,156,84,0,0,158,84,0,0,164,84,0,0,164,84,0,0,166,84,0,0,170,84,0,0,170,84,0,0,170,84,0,0,170,84,0,0,170,84,0,0,170,84,0,0,180,84,0,0,180,84,0,0,182,84,0,0,182,84,0,0,182,84,0,0,188,84,0,0,188,84,0,0,188,84,0,0,190,84,0,0,192,84,0,0,192,84,0,0,198,84,0,0,198,84,0,0,202,84,0,0,202,84,0,0,202,84,0,0,202,84,0,0,204,84,0,0,206,84,0,0,208,84,0,0,208,84,0,0,210,84,0,0,214,84,0,0,214,84,0,0,216,84,0,0,216,84,0,0,216,84,0,0,216,84,0,0,220,84,0,0,222,84,0,0,224,84,0,0,224,84,0,0,228,84,0,0,232,84,0,0,236,84,0,0,242,84,0,0,242,84,0,0,244,84,0,0,248,84,0,0,248,84,0,0,250,84,0,0,254,84,0,0,2,85,0,0,4,85,0,0,16,85,0,0,18,85,0,0,18,85,0,0,22,85,0,0,24,85,0,0,24,85,0,0,26,85,0,0,26,85,0,0,26,85,0,0,26,85,0,0,26,85,0,0,28,85,0,0,28,85,0,0,38,85,0,0,38,85,0,0,38,85,0,0,38,85,0,0,38,85,0,0,38,85,0,0,48,85,0,0,54,85,0,0,54,85,0,0,54,85,0,0,58,85,0,0,62,85,0,0,66,85,0,0,74,85,0,0,74,85,0,0,74,85,0,0,76,85,0,0,80,85,0,0,80,85,0,0,80,85,0,0,80,85,0,0,80,85,0,0,80,85,0,0,80,85,0,0,82,85,0,0,82,85,0,0,82,85,0,0,86,85,0,0,86,85,0,0,88,85,0,0,88,85,0,0,88,85,0,0,88,85,0,0,94,85,0,0,94,85,0,0,94,85,0,0,100,85,0,0,100,85,0,0,104,85,0,0,104,85,0,0,104,85,0,0,108,85,0,0,108,85,0,0,112,85,0,0,112,85,0,0,112,85,0,0,112,85,0,0,112,85,0,0,114,85,0,0,114,85,0,0,114,85,0,0,116,85,0,0,124,85,0,0,124,85,0,0,126,85,0,0,126,85,0,0,128,85,0,0,128,85,0,0,128,85,0,0,128,85,0,0,132,85,0,0,138,85,0,0,138,85,0,0,142,85,0,0,150,85,0,0,152,85,0,0,166,85,0,0,166,85,0,0,166,85,0,0,168,85,0,0,170,85,0,0,174,85,0,0,178,85,0,0,178,85,0,0,184,85,0,0,186,85,0,0,186,85,0,0,192,85,0,0,192,85,0,0,192,85,0,0,192,85,0,0,192,85,0,0,192,85,0,0,192,85,0,0,196,85,0,0,196,85,0,0,196,85,0,0,196,85,0,0,196,85,0,0,196,85,0,0,200,85,0,0,200,85,0,0,200,85,0,0,202,85,0,0,202,85,0,0,202,85,0,0,204,85,0,0,210,85,0,0,214,85,0,0,214,85,0,0,216,85,0,0,216,85,0,0,218,85,0,0,224,85,0,0,230,85,0,0,230,85,0,0,232,85,0,0,234,85,0,0,236,85,0,0,236,85,0,0,242,85,0,0,242,85,0,0,248,85,0,0,250,85,0,0,250,85,0,0,250,85,0,0,252,85,0,0,252,85,0,0,252,85,0,0,254,85,0,0,254,85,0,0,254,85,0,0,0,86,0,0,0,86,0,0,0,86,0,0,0,86,0,0,0,86,0,0,0,86,0,0,0,86,0,0,2,86,0,0,4,86,0,0,6,86,0,0,6,86,0,0,6,86,0,0,6,86,0,0,6,86,0,0,6,86,0,0,12,86,0,0,12,86,0,0,12,86,0,0,12,86,0,0,12,86,0,0,12,86,0,0,12,86,0,0,12,86,0,0,12,86,0,0,16,86,0,0,16,86,0,0,18,86,0,0,20,86,0,0,22,86,0,0,22,86,0,0,22,86,0,0,22,86,0,0,22,86,0,0,22,86,0,0,24,86,0,0,26,86,0,0,26,86,0,0,26,86,0,0,26,86,0,0,26,86,0,0,30,86,0,0,32,86,0,0,32,86,0,0,34,86,0,0,34,86,0,0,34,86,0,0,42,86,0,0,52,86,0,0,54,86,0,0,56,86,0,0,56,86,0,0,56,86,0,0,56,86,0,0,56,86,0,0,58,86,0,0,60,86,0,0,62,86,0,0,66,86,0,0,68,86,0,0,68,86,0,0,68,86,0,0,82,86,0,0,82,86,0,0,82,86,0,0,84,86,0,0,86,86,0,0,86,86,0,0,88,86,0,0,90,86,0,0,90,86,0,0,94,86,0,0,98,86,0,0,98,86,0,0,100,86,0,0,100,86,0,0,102,86,0,0,104,86,0,0,106,86,0,0,106,86,0,0,110,86,0,0,110,86,0,0,114,86,0,0,116,86,0,0,116,86,0,0,124,86,0,0,124,86,0,0,124,86,0,0,124,86,0,0,126,86,0,0,126,86,0,0,126,86,0,0,126,86,0,0,132,86,0,0,134,86,0,0,140,86,0,0,140,86,0,0,140,86,0,0,140,86,0,0,140,86,0,0,140,86,0,0,142,86,0,0,142,86,0,0,146,86,0,0,146,86,0,0,150,86,0,0,150,86,0,0,154,86,0,0,158,86,0,0,160,86,0,0,160,86,0,0,164,86,0,0,164,86,0,0,168,86,0,0,170,86,0,0,170,86,0,0,170,86,0,0,172,86,0,0,178,86,0,0,180,86,0,0,182,86,0,0,192,86,0,0,194,86,0,0,202,86,0,0,204,86,0,0,204,86,0,0,210,86,0,0,210,86,0,0,210,86,0,0,212,86,0,0,212,86,0,0,212,86,0,0,214,86,0,0,214,86,0,0,216,86,0,0,218,86,0,0,220,86,0,0,220,86,0,0,220,86,0,0,220,86,0,0,220,86,0,0,222,86,0,0,222,86,0,0,222,86,0,0,222,86,0,0,222,86,0,0,222,86,0,0,224,86,0,0,224,86,0,0,226,86,0,0,230,86,0,0,230,86,0,0,232,86,0,0,234,86,0,0,234,86,0,0,236,86,0,0,250,86,0,0,250,86,0,0,250,86,0,0,2,87,0,0,4,87,0,0,8,87,0,0,10,87,0,0,12,87,0,0,16,87,0,0,16,87,0,0,18,87,0,0,24,87,0,0,24,87,0,0,24,87,0,0,26,87,0,0,26,87,0,0,30,87,0,0,32,87,0,0,32,87,0,0,32,87,0,0,38,87,0,0,38,87,0,0,38,87,0,0,38,87,0,0,38,87,0,0,38,87,0,0,42,87,0,0,44,87,0,0,46,87,0,0,54,87,0,0,56,87,0,0,62,87,0,0,66,87,0,0,66,87,0,0,66,87,0,0,66,87,0,0,66,87,0,0,68,87,0,0,72,87,0,0,72,87,0,0,74,87,0,0,74,87,0,0,74,87,0,0,74,87,0,0,80,87,0,0,82,87,0,0,82,87,0,0,82,87,0,0,82,87,0,0,84,87,0,0,90,87,0,0,100,87,0,0,108,87,0,0,110,87,0,0,114,87,0,0,116,87,0,0,118,87,0,0,130,87,0,0,134,87,0,0,138,87,0,0,144,87,0,0,144,87,0,0,148,87,0,0,150,87,0,0,150,87,0,0,150,87,0,0,150,87,0,0,152,87,0,0,156,87,0,0,162,87,0,0,168,87,0,0,170,87,0,0,170,87,0,0,170,87,0,0,174,87,0,0,174,87,0,0,176,87,0,0,184,87,0,0,186,87,0,0,192,87,0,0,192,87,0,0,192,87,0,0,192,87,0,0,192,87,0,0,196,87,0,0,196,87,0,0,196,87,0,0,196,87,0,0,202,87,0,0,210,87,0,0,210,87,0,0,216,87,0,0,216,87,0,0,216,87,0,0,220,87,0,0,220,87,0,0,234,87,0,0,236,87,0,0,246,87,0,0,246,87,0,0,246,87,0,0,248,87,0,0,250,87,0,0,250,87,0,0,250,87,0,0,254,87,0,0,2,88,0,0,2,88,0,0,2,88,0,0,2,88,0,0,10,88,0,0,12,88,0,0,14,88,0,0,14,88,0,0,16,88,0,0,18,88,0,0,24,88,0,0,34,88,0,0,38,88,0,0,40,88,0,0,42,88,0,0,42,88,0,0,44,88,0,0,46,88,0,0,48,88,0,0,50,88,0,0,56,88,0,0,60,88,0,0,62,88,0,0,62,88,0,0,64,88,0,0,70,88,0,0,72,88,0,0,74,88,0,0,76,88,0,0,76,88,0,0,78,88,0,0,80,88,0,0,80,88,0,0,80,88,0,0,80,88,0,0,80,88,0,0,84,88,0,0,84,88,0,0,90,88,0,0,90,88,0,0,92,88,0,0,92,88,0,0,92,88,0,0,94,88,0,0,96,88,0,0,100,88,0,0,100,88,0,0,100,88,0,0,102,88,0,0,102,88,0,0,102,88,0,0,110,88,0,0,110,88,0,0,110,88,0,0,110,88,0,0,110,88,0,0,114,88,0,0,114,88,0,0,114,88,0,0,114,88,0,0,114,88,0,0,114,88,0,0,120,88,0,0,124,88,0,0,128,88,0,0,128,88,0,0,128,88,0,0,128,88,0,0,128,88,0,0,134,88,0,0,136,88,0,0,138,88,0,0,138,88,0,0,142,88,0,0,144,88,0,0,148,88,0,0,150,88,0,0,152,88,0,0,156,88,0,0,158,88,0,0,158,88,0,0,164,88,0,0,164,88,0,0,164,88,0,0,166,88,0,0,166,88,0,0,170,88,0,0,172,88,0,0,172,88,0,0,176,88,0,0,182,88,0,0,184,88,0,0,184,88,0,0,184,88,0,0,188,88,0,0,192,88,0,0,192,88,0,0,194,88,0,0,196,88,0,0,198,88,0,0,198,88,0,0,208,88,0,0,208,88,0,0,212,88,0,0,212,88,0,0,212,88,0,0,214,88,0,0,214,88,0,0,214,88,0,0,214,88,0,0,214,88,0,0,214,88,0,0,216,88,0,0,216,88,0,0,216,88,0,0,216,88,0,0,216,88,0,0,216,88,0,0,216,88,0,0,216,88,0,0,218,88,0,0,220,88,0,0,220,88,0,0,222,88,0,0,228,88,0,0,228,88,0,0,228,88,0,0,230,88,0,0,236,88,0,0,240,88,0,0,240,88,0,0,240,88,0,0,242,88,0,0,244,88,0,0,248,88,0,0,254,88,0,0,254,88,0,0,2,89,0,0,2,89,0,0,2,89,0,0,2,89,0,0,2,89,0,0,2,89,0,0,8,89,0,0,12,89,0,0,12,89,0,0,18,89,0,0,18,89,0,0,18,89,0,0,18,89,0,0,18,89,0,0,18,89,0,0,18,89,0,0,18,89,0,0,20,89,0,0,24,89,0,0,24,89,0,0,30,89,0,0,32,89,0,0,34,89,0,0,36,89,0,0,36,89,0,0,36,89,0,0,42,89,0,0,48,89,0,0,48,89,0,0,48,89,0,0,48,89,0,0,48,89,0,0,50,89,0,0,50,89,0,0,50,89,0,0,52,89,0,0,52,89,0,0,60,89,0,0,60,89,0,0,60,89,0,0,60,89,0,0,60,89,0,0,60,89,0,0,62,89,0,0,62,89,0,0,62,89,0,0,62,89,0,0,62,89,0,0,64,89,0,0,72,89,0,0,72,89,0,0,72,89,0,0,76,89,0,0,78,89,0,0,78,89,0,0,78,89,0,0,78,89,0,0,82,89,0,0,82,89,0,0,82,89,0,0,90,89,0,0,94,89,0,0,96,89,0,0,98,89,0,0,108,89,0,0,108,89,0,0,108,89,0,0,110,89,0,0,110,89,0,0,110,89,0,0,110,89,0,0,110,89,0,0,110,89,0,0,110,89,0,0,110,89,0,0,110,89,0,0,110,89,0,0,110,89,0,0,110,89,0,0,114,89,0,0,114,89,0,0,122,89,0,0,124,89,0,0,126,89,0,0,126,89,0,0,126,89,0,0,128,89,0,0,128,89,0,0,136,89,0,0,138,89,0,0,146,89,0,0,146,89,0,0,150,89,0,0,150,89,0,0,150,89,0,0,154,89,0,0,162,89,0,0,172,89,0,0,174,89,0,0,174,89,0,0,180,89,0,0,182,89,0,0,182,89,0,0,186,89,0,0,186,89,0,0,188,89,0,0,188,89,0,0,188,89,0,0,188,89,0,0,190,89,0,0,196,89,0,0,196,89,0,0,196,89,0,0,200,89,0,0,204,89,0,0,204,89,0,0,204,89,0,0,204,89,0,0,204,89,0,0,204,89,0,0,204,89,0,0,204,89,0,0,206,89,0,0,220,89,0,0,220,89,0,0,220,89,0,0,224,89,0,0,224,89,0,0,224,89,0,0,232,89,0,0,232,89,0,0,232,89,0,0,232,89,0,0,232,89,0,0,242,89,0,0,242,89,0,0,242,89,0,0,242,89,0,0,242,89,0,0,244,89,0,0,248,89,0,0,248,89,0,0,250,89,0,0,250,89,0,0,250,89,0,0,0,90,0,0,4,90,0,0,4,90,0,0,8,90,0,0,8,90,0,0,10,90,0,0,10,90,0,0,12,90,0,0,12,90,0,0,14,90,0,0,14,90,0,0,14,90,0,0,14,90,0,0,14,90,0,0,14,90,0,0,22,90,0,0,22,90,0,0,22,90,0,0,22,90,0,0,22,90,0,0,24,90,0,0,26,90,0,0,28,90,0,0,32,90,0,0,32,90,0,0,32,90,0,0,34,90,0,0,40,90,0,0,40,90,0,0,40,90,0,0,42,90,0,0,42,90,0,0,44,90,0,0,44,90,0,0,44,90,0,0,44,90,0,0,44,90,0,0,46,90,0,0,54,90,0,0,56,90,0,0,56,90,0,0,62,90,0,0,64,90,0,0,64,90,0,0,64,90,0,0,64,90,0,0,66,90,0,0,66,90,0,0,66,90,0,0,66,90,0,0,66,90,0,0,74,90,0,0,76,90,0,0,76,90,0,0,76,90,0,0,82,90,0,0,94,90,0,0,94,90,0,0,98,90,0,0,102,90,0,0,114,90,0,0,114,90,0,0,116,90,0,0,116,90,0,0,118,90,0,0,124,90,0,0,126,90,0,0,126,90,0,0,126,90,0,0,128,90,0,0,130,90,0,0,134,90,0,0,136,90,0,0,138,90,0,0,138,90,0,0,138,90,0,0,142,90,0,0,142,90,0,0,146,90,0,0,146,90,0,0,146,90,0,0,148,90,0,0,150,90,0,0,156,90,0,0,158,90,0,0,160,90,0,0,160,90,0,0,160,90,0,0,160,90,0,0,170,90,0,0,176,90,0,0,178,90,0,0,178,90,0,0,180,90,0,0,180,90,0,0,182,90,0,0,182,90,0,0,182,90,0,0,182,90,0,0,182,90,0,0,182,90,0,0,182,90,0,0,184,90,0,0,190,90,0,0,190,90,0,0,190,90,0,0,192,90,0,0,194,90,0,0,196,90,0,0,202,90,0,0,202,90,0,0,202,90,0,0,202,90,0,0,206,90,0,0,206,90,0,0,208,90,0,0,208,90,0,0,208,90,0,0,208,90,0,0,208,90,0,0,208,90,0,0,208,90,0,0,208,90,0,0,208,90,0,0,208,90,0,0,208,90,0,0,210,90,0,0,210,90,0,0,210,90,0,0,212,90,0,0,212,90,0,0,212,90,0,0,212,90,0,0,214,90,0,0,218,90,0,0,220,90,0,0,220,90,0,0,222,90,0,0,224,90,0,0,224,90,0,0,224,90,0,0,224,90,0,0,226,90,0,0,226,90,0,0,226,90,0,0,228,90,0,0,228,90,0,0,232,90,0,0,232,90,0,0,232,90,0,0,232,90,0,0,232,90,0,0,236,90,0,0,248,90,0,0,248,90,0,0,8,91,0,0,8,91,0,0,8,91,0,0,10,91,0,0,10,91,0,0,10,91,0,0,10,91,0,0,10,91,0,0,10,91,0,0,20,91,0,0,20,91,0,0,20,91,0,0,20,91,0,0,22,91,0,0,22,91,0,0,24,91,0,0,26,91,0,0,28,91,0,0,34,91,0,0,34,91,0,0,40,91,0,0,40,91,0,0,44,91,0,0,48,91,0,0,50,91,0,0,50,91,0,0,50,91,0,0,50,91,0,0,50,91,0,0,50,91,0,0,50,91,0,0,50,91,0,0,58,91,0,0,58,91,0,0,58,91,0,0,58,91,0,0,62,91,0,0,62,91,0,0,62,91,0,0,66,91,0,0,68,91,0,0,70,91,0,0,74,91,0,0,74,91,0,0,80,91,0,0,86,91,0,0,86,91,0,0,90,91,0,0,90,91,0,0,90,91,0,0,90,91,0,0,90,91,0,0,90,91,0,0,90,91,0,0,90,91,0,0,90,91,0,0,92,91,0,0,92,91,0,0,96,91,0,0,100,91,0,0,100,91,0,0,100,91,0,0,104,91,0,0,104,91,0,0,106,91,0,0,106,91,0,0,106,91,0,0,106,91,0,0,106,91,0,0,106,91,0,0,106,91,0,0,106,91,0,0,106,91,0,0,112,91,0,0,112,91,0,0,114,91,0,0,114,91,0,0,116,91,0,0,116,91,0,0,118,91,0,0,128,91,0,0,130,91,0,0,132,91,0,0,134,91,0,0,136,91,0,0,136,91,0,0,138,91,0,0,142,91,0,0,154,91,0,0,154,91,0,0,154,91,0,0,154,91,0,0,156,91,0,0,158,91,0,0,158,91,0,0,160,91,0,0,164,91,0,0,166,91,0,0,166,91,0,0,166,91,0,0,166,91,0,0,166,91,0,0,166,91,0,0,168,91,0,0,168,91,0,0,168,91,0,0,168,91,0,0,168,91,0,0,170,91,0,0,170,91,0,0,172,91,0,0,172,91,0,0,174,91,0,0,174,91,0,0,174,91,0,0,180,91,0,0,180,91,0,0,180,91,0,0,182,91,0,0,182,91,0,0,186,91,0,0,186,91,0,0,186,91,0,0,190,91,0,0,192,91,0,0,192,91,0,0,194,91,0,0,198,91,0,0,200,91,0,0,202,91,0,0,202,91,0,0,202,91,0,0,204,91,0,0,204,91,0,0,204,91,0,0,204,91,0,0,204,91,0,0,214,91,0,0,214,91,0,0,220,91,0,0,220,91,0,0,226,91,0,0,232,91,0,0,240,91,0,0,242,91,0,0,242,91,0,0,244,91,0,0,244,91,0,0,244,91,0,0,244,91,0,0,244,91,0,0,244,91,0,0,244,91,0,0,244,91,0,0,248,91,0,0,250,91,0,0,252,91,0,0,2,92,0,0,2,92,0,0,2,92,0,0,2,92,0,0,4,92,0,0,6,92,0,0,6,92,0,0,6,92,0,0,6,92,0,0,6,92,0,0,10,92,0,0,14,92,0,0,16,92,0,0,18,92,0,0,26,92,0,0,26,92,0,0,28,92,0,0,28,92,0,0,28,92,0,0,30,92,0,0,30,92,0,0,30,92,0,0,34,92,0,0,34,92,0,0,40,92,0,0,40,92,0,0,46,92,0,0,50,92,0,0,52,92,0,0,52,92,0,0,52,92,0,0,54,92,0,0,54,92,0,0,54,92,0,0,56,92,0,0,56,92,0,0,56,92,0,0,56,92,0,0,56,92,0,0,56,92,0,0,56,92,0,0,62,92,0,0,62,92,0,0,62,92,0,0,62,92,0,0,66,92,0,0,68,92,0,0,68,92,0,0,68,92,0,0,68,92,0,0,68,92,0,0,70,92,0,0,70,92,0,0,70,92,0,0,70,92,0,0,72,92,0,0,72,92,0,0,74,92,0,0,76,92,0,0,82,92,0,0,82,92,0,0,86,92,0,0,88,92,0,0,88,92,0,0,88,92,0,0,94,92,0,0,94,92,0,0,94,92,0,0,94,92,0,0,96,92,0,0,96,92,0,0,104,92,0,0,106,92,0,0,106,92,0,0,106,92,0,0,112,92,0,0,116,92,0,0,116,92,0,0,118,92,0,0,120,92,0,0,122,92,0,0,122,92,0,0,122,92,0,0,122,92,0,0,122,92,0,0,126,92,0,0,126,92,0,0,126,92,0,0,126,92,0,0,126,92,0,0,126,92,0,0,128,92,0,0,136,92,0,0,136,92,0,0,142,92,0,0,142,92,0,0,142,92,0,0,142,92,0,0,142,92,0,0,142,92,0,0,152,92,0,0,152,92,0,0,152,92,0,0,158,92,0,0,158,92,0,0,160,92,0,0,160,92,0,0,160,92,0,0,160,92,0,0,160,92,0,0,160,92,0,0,160,92,0,0,166,92,0,0,166,92,0,0,166,92,0,0,170,92,0,0,170,92,0,0,174,92,0,0,174,92,0,0,178,92,0,0,188,92,0,0,188,92,0,0,192,92,0,0,192,92,0,0,194,92,0,0,196,92,0,0,200,92,0,0,202,92,0,0,202,92,0,0,202,92,0,0,206,92,0,0,208,92,0,0,210,92,0,0,212,92,0,0,220,92,0,0,224,92,0,0,224,92,0,0,224,92,0,0,224,92,0,0,224,92,0,0,224,92,0,0,228,92,0,0,228,92,0,0,230,92,0,0,230,92,0,0,234,92,0,0,234,92,0,0,238,92,0,0,240,92,0,0,240,92,0,0,246,92,0,0,0,93,0,0,0,93,0,0,0,93,0,0,4,93,0,0,8,93,0,0,8,93,0,0,10,93,0,0,16,93,0,0,18,93,0,0,22,93,0,0,28,93,0,0,28,93,0,0,28,93,0,0,30,93,0,0,40,93,0,0,46,93,0,0,48,93,0,0,52,93,0,0,52,93,0,0,52,93,0,0,54,93,0,0,58,93,0,0,58,93,0,0,58,93,0,0,58,93,0,0,60,93,0,0,60,93,0,0,60,93,0,0,66,93,0,0,68,93,0,0,74,93,0,0,74,93,0,0,78,93,0,0,78,93,0,0,78,93,0,0,80,93,0,0,86,93,0,0,98,93,0,0,106,93,0,0,106,93,0,0,110,93,0,0,110,93,0,0,114,93,0,0,118,93,0,0,124,93,0,0,124,93,0,0,124,93,0,0,126,93,0,0,130,93,0,0,130,93,0,0,132,93,0,0,138,93,0,0,140,93,0,0,146,93,0,0,146,93,0,0,146,93,0,0,148,93,0,0,152,93,0,0,152,93,0,0,152,93,0,0,152,93,0,0,154,93,0,0,154,93,0,0,162,93,0,0,164,93,0,0,166,93,0,0,176,93,0,0,176,93,0,0,176,93,0,0,176,93,0,0,176,93,0,0,176,93,0,0,178,93,0,0,178,93,0,0,178,93,0,0,178,93,0,0,180,93,0,0,180,93,0,0,182,93,0,0,182,93,0,0,184,93,0,0,192,93,0,0,192,93,0,0,192,93,0,0,192,93,0,0,194,93,0,0,194,93,0,0,194,93,0,0,194,93,0,0,194,93,0,0,194,93,0,0,196,93,0,0,196,93,0,0,198,93,0,0,198,93,0,0,198,93,0,0,198,93,0,0,198,93,0,0,200,93,0,0,204,93,0,0,204,93,0,0,204,93,0,0,204,93,0,0,204,93,0,0,204,93,0,0,212,93,0,0,212,93,0,0,212,93,0,0,214,93,0,0,214,93,0,0,214,93,0,0,214,93,0,0,216,93,0,0,218,93,0,0,220,93,0,0,220,93,0,0,220,93,0,0,232,93,0,0,234,93,0,0,236,93,0,0,236,93,0,0,238,93,0,0,238,93,0,0,238,93,0,0,238,93,0,0,246,93,0,0,254,93,0,0,0,94,0,0,4,94,0,0,4,94,0,0,6,94,0,0,6,94,0,0,6,94,0,0,12,94,0,0,18,94,0,0,24,94,0,0,26,94,0,0,30,94,0,0,34,94,0,0,36,94,0,0,36,94,0,0,48,94,0,0,54,94,0,0,58,94,0,0,60,94,0,0,70,94,0,0,70,94,0,0,70,94,0,0,70,94,0,0,74,94,0,0,76,94,0,0,78,94,0,0,78,94,0,0,78,94,0,0,80,94,0,0,80,94,0,0,80,94,0,0,80,94,0,0,84,94,0,0,86,94,0,0,94,94,0,0,96,94,0,0,96,94,0,0,100,94,0,0,102,94,0,0,102,94,0,0,104,94,0,0,104,94,0,0,106,94,0,0,108,94,0,0,116,94,0,0,116,94,0,0,120,94,0,0,120,94,0,0,120,94,0,0,124,94,0,0,124,94,0,0,124,94,0,0,126,94,0,0,126,94,0,0,128,94,0,0,130,94,0,0,136,94,0,0,136,94,0,0,140,94,0,0,152,94,0,0,162,94,0,0,162,94,0,0,162,94,0,0,166,94,0,0,170,94,0,0,170,94,0,0,170,94,0,0,174,94,0,0,174,94,0,0,176,94,0,0,178,94,0,0,180,94,0,0,180,94,0,0,182,94,0,0,182,94,0,0,182,94,0,0,186,94,0,0,188,94,0,0,188,94,0,0,188,94,0,0,194,94,0,0,196,94,0,0,196,94,0,0,196,94,0,0,196,94,0,0,198,94,0,0,204,94,0,0,210,94,0,0,210,94,0,0,220,94,0,0,220,94,0,0,220,94,0,0,220,94,0,0,230,94,0,0,240,94,0,0,242,94,0,0,250,94,0,0,250,94,0,0,0,95,0,0,0,95,0,0,0,95,0,0,2,95,0,0,2,95,0,0,4,95,0,0,4,95,0,0,8,95,0,0,8,95,0,0,12,95,0,0,16,95,0,0,18,95,0,0,28,95,0,0,30,95,0,0,32,95,0,0,34,95,0,0,38,95,0,0,38,95,0,0,38,95,0,0,38,95,0,0,38,95,0,0,38,95,0,0,40,95,0,0,40,95,0,0,40,95,0,0,40,95,0,0,44,95,0,0,44,95,0,0,48,95,0,0,48,95,0,0,48,95,0,0,50,95,0,0,50,95,0,0,50,95,0,0,58,95,0,0,60,95,0,0,60,95,0,0,72,95,0,0,74,95,0,0,82,95,0,0,84,95,0,0,88,95,0,0,90,95,0,0,90,95,0,0,92,95,0,0,92,95,0,0,92,95,0,0,92,95,0,0,94,95,0,0,96,95,0,0,100,95,0,0,100,95,0,0,102,95,0,0,110,95,0,0,110,95,0,0,110,95,0,0,116,95,0,0,122,95,0,0,124,95,0,0,126,95,0,0,126,95,0,0,130,95,0,0,130,95,0,0,140,95,0,0,140,95,0,0,140,95,0,0,140,95,0,0,142,95,0,0,144,95,0,0,144,95,0,0,144,95,0,0,150,95,0,0,150,95,0,0,154,95,0,0,156,95,0,0,160,95,0,0,170,95,0,0,170,95,0,0,174,95,0,0,174,95,0,0,176,95,0,0,176,95,0,0,176,95,0,0,176,95,0,0,184,95,0,0,184,95,0,0,184,95,0,0,192,95,0,0,192,95,0,0,192,95,0,0,192,95,0,0,192,95,0,0,192,95,0,0,194,95,0,0,196,95,0,0,196,95,0,0,198,95,0,0,206,95,0,0,212,95,0,0,212,95,0,0,216,95,0,0,220,95,0,0,222,95,0,0,222,95,0,0,224,95,0,0,226,95,0,0,228,95,0,0,228,95,0,0,228,95,0,0,230,95,0,0,232,95,0,0,236,95,0,0,244,95,0,0,244,95,0,0,244,95,0,0,246,95,0,0,246,95,0,0,248,95,0,0,252,95,0,0,252,95,0,0,254,95,0,0,0,96,0,0,0,96,0,0,0,96,0,0,6,96,0,0,6,96,0,0,14,96,0,0,14,96,0,0,14,96,0,0,18,96,0,0,22,96,0,0,22,96,0,0,24,96,0,0,24,96,0,0,26,96,0,0,26,96,0,0,28,96,0,0,28,96,0,0,30,96,0,0,30,96,0,0,32,96,0,0,38,96,0,0,40,96,0,0,40,96,0,0,44,96,0,0,44,96,0,0,44,96,0,0,44,96,0,0,52,96,0,0,56,96,0,0,56,96,0,0,58,96,0,0,64,96,0,0,72,96,0,0,74,96,0,0,76,96,0,0,76,96,0,0,78,96,0,0,78,96,0,0,78,96,0,0,82,96,0,0,84,96,0,0,86,96,0,0,90,96,0,0,90,96,0,0,90,96,0,0,96,96,0,0,96,96,0,0,96,96,0,0,96,96,0,0,96,96,0,0,96,96,0,0,98,96,0,0,98,96,0,0,98,96,0,0,98,96,0,0,100,96,0,0,102,96,0,0,110,96,0,0,110,96,0,0,116,96,0,0,116,96,0,0,120,96,0,0,120,96,0,0,122,96,0,0,122,96,0,0,126,96,0,0,126,96,0,0,126,96,0,0,130,96,0,0,130,96,0,0,130,96,0,0,130,96,0,0,132,96,0,0,136,96,0,0,140,96,0,0,140,96,0,0,146,96,0,0,148,96,0,0,152,96,0,0,152,96,0,0,154,96,0,0,162,96,0,0,162,96,0,0,168,96,0,0,170,96,0,0,174,96,0,0,174,96,0,0,176,96,0,0,178,96,0,0,180,96,0,0,182,96,0,0,182,96,0,0,186,96,0,0,186,96,0,0,194,96,0,0,196,96,0,0,198,96,0,0,198,96,0,0,198,96,0,0,198,96,0,0,200,96,0,0,200,96,0,0,200,96,0,0,208,96,0,0,210,96,0,0,210,96,0,0,214,96,0,0,214,96,0,0,214,96,0,0,214,96,0,0,214,96,0,0,214,96,0,0,220,96,0,0,220,96,0,0,220,96,0,0,224,96,0,0,224,96,0,0,224,96,0,0,224,96,0,0,230,96,0,0,230,96,0,0,230,96,0,0,230,96,0,0,230,96,0,0,230,96,0,0,234,96,0,0,238,96,0,0,240,96,0,0,240,96,0,0,244,96,0,0,250,96,0,0,250,96,0,0,250,96,0,0,0,97,0,0,0,97,0,0,0,97,0,0,6,97,0,0,18,97,0,0,18,97,0,0,18,97,0,0,18,97,0,0,18,97,0,0,18,97,0,0,18,97,0,0,18,97,0,0,18,97,0,0,18,97,0,0,18,97,0,0,26,97,0,0,26,97,0,0,36,97,0,0,38,97,0,0,38,97,0,0,38,97,0,0,38,97,0,0,38,97,0,0,40,97,0,0,48,97,0,0,50,97,0,0,50,97,0,0,50,97,0,0,54,97,0,0,58,97,0,0,58,97,0,0,60,97,0,0,60,97,0,0,60,97,0,0,60,97,0,0,60,97,0,0,60,97,0,0,68,97,0,0,68,97,0,0,68,97,0,0,74,97,0,0,74,97,0,0,78,97,0,0,78,97,0,0,78,97,0,0,78,97,0,0,78,97,0,0,78,97,0,0,88,97,0,0,96,97,0,0,96,97,0,0,98,97,0,0,106,97,0,0,106,97,0,0,110,97,0,0,112,97,0,0,116,97,0,0,120,97,0,0,120,97,0,0,124,97,0,0,126,97,0,0,128,97,0,0,128,97,0,0,132,97,0,0,136,97,0,0,140,97,0,0,142,97,0,0,142,97,0,0,144,97,0,0,148,97,0,0,148,97,0,0,150,97,0,0,152,97,0,0,154,97,0,0,154,97,0,0,162,97,0,0,162,97,0,0,164,97,0,0,164,97,0,0,164,97,0,0,164,97,0,0,168,97,0,0,170,97,0,0,182,97,0,0,182,97,0,0,182,97,0,0,182,97,0,0,184,97,0,0,186,97,0,0,188,97,0,0,188,97,0,0,188,97,0,0,188,97,0,0,188,97,0,0,188,97,0,0,190,97,0,0,190,97,0,0,190,97,0,0,192,97,0,0,194,97,0,0,198,97,0,0,198,97,0,0,200,97,0,0,200,97,0,0,200,97,0,0,200,97,0,0,200,97,0,0,200,97,0,0,200,97,0,0,200,97,0,0,204,97,0,0,206,97,0,0,206,97,0,0,206,97,0,0,206,97,0,0,210,97,0,0,216,97,0,0,220,97,0,0,220,97,0,0,220,97,0,0,226,97,0,0,228,97,0,0,228,97,0,0,228,97,0,0,228,97,0,0,230,97,0,0,230,97,0,0,230,97,0,0,234,97,0,0,236,97,0,0,236,97,0,0,238,97,0,0,238,97,0,0,238,97,0,0,240,97,0,0,250,97,0,0,250,97,0,0,250,97,0,0,250,97,0,0,0,98,0,0,0,98,0,0,0,98,0,0,0,98,0,0,4,98,0,0,4,98,0,0,6,98,0,0,10,98,0,0,10,98,0,0,10,98,0,0,10,98,0,0,10,98,0,0,10,98,0,0,12,98,0,0,12,98,0,0,18,98,0,0,20,98,0,0,20,98,0,0,20,98,0,0,20,98,0,0,24,98,0,0,26,98,0,0,26,98,0,0,26,98,0,0,26,98,0,0,40,98,0,0,40,98,0,0,48,98,0,0,52,98,0,0,52,98,0,0,52,98,0,0,54,98,0,0,54,98,0,0,60,98,0,0,68,98,0,0,68,98,0,0,68,98,0,0,68,98,0,0,68,98,0,0,68,98,0,0,72,98,0,0,76,98,0,0,82,98,0,0,86,98,0,0,86,98,0,0,94,98,0,0,94,98,0,0,100,98,0,0,108,98,0,0,110,98,0,0,110,98,0,0,114,98,0,0,118,98,0,0,120,98,0,0,122,98,0,0,126,98,0,0,126,98,0,0,128,98,0,0,128,98,0,0,130,98,0,0,130,98,0,0,130,98,0,0,130,98,0,0,134,98,0,0,134,98,0,0,138,98,0,0,140,98,0,0,140,98,0,0,142,98,0,0,142,98,0,0,142,98,0,0,142,98,0,0,142,98,0,0,146,98,0,0,146,98,0,0,146,98,0,0,148,98,0,0,148,98,0,0,152,98,0,0,152,98,0,0,158,98,0,0,158,98,0,0,162,98,0,0,162,98,0,0,168,98,0,0,168,98,0,0,178,98,0,0,180,98,0,0,182,98,0,0,188,98,0,0,194,98,0,0,194,98,0,0,198,98,0,0,204,98,0,0,206,98,0,0,208,98,0,0,208,98,0,0,208,98,0,0,210,98,0,0,210,98,0,0,214,98,0,0,216,98,0,0,220,98,0,0,222,98,0,0,222,98,0,0,230,98,0,0,232,98,0,0,234,98,0,0,234,98,0,0,234,98,0,0,240,98,0,0,240,98,0,0,240,98,0,0,240,98,0,0,240,98,0,0,246,98,0,0,246,98,0,0,246,98,0,0,250,98,0,0,250,98,0,0,252,98,0,0,0,99,0,0,2,99,0,0,2,99,0,0,2,99,0,0,6,99,0,0,6,99,0,0,10,99,0,0,10,99,0,0,10,99,0,0,16,99,0,0,18,99,0,0,24,99,0,0,26,99,0,0,28,99,0,0,28,99,0,0,30,99,0,0,34,99,0,0,42,99,0,0,42,99,0,0,44,99,0,0,44,99,0,0,48,99,0,0,54,99,0,0,54,99,0,0,56,99,0,0,56,99,0,0,56,99,0,0,56,99,0,0,58,99,0,0,70,99,0,0,70,99,0,0,70,99,0,0,70,99,0,0,70,99,0,0,70,99,0,0,70,99,0,0,70,99,0,0,74,99,0,0,76,99,0,0,76,99,0,0,76,99,0,0,76,99,0,0,80,99,0,0,80,99,0,0,84,99,0,0,84,99,0,0,94,99,0,0,100,99,0,0,100,99,0,0,102,99,0,0,106,99,0,0,114,99,0,0,118,99,0,0,120,99,0,0,122,99,0,0,122,99,0,0,122,99,0,0,124,99,0,0,124,99,0,0,126,99,0,0,128,99,0,0,128,99,0,0,128,99,0,0,130,99,0,0,130,99,0,0,130,99,0,0,134,99,0,0,138,99,0,0,142,99,0,0,144,99,0,0,148,99,0,0,150,99,0,0,150,99,0,0,152,99,0,0,152,99,0,0,152,99,0,0,158,99,0,0,160,99,0,0,162,99,0,0,164,99,0,0,168,99,0,0,168,99,0,0,172,99,0,0,172,99,0,0,174,99,0,0,176,99,0,0,176,99,0,0,178,99,0,0,178,99,0,0,184,99,0,0,184,99,0,0,186,99,0,0,186,99,0,0,186,99,0,0,190,99,0,0,194,99,0,0,194,99,0,0,194,99,0,0,198,99,0,0,198,99,0,0,198,99,0,0,198,99,0,0,198,99,0,0,202,99,0,0,202,99,0,0,202,99,0,0,202,99,0,0,204,99,0,0,204,99,0,0,204,99,0,0,206,99,0,0,206,99,0,0,206,99,0,0,206,99,0,0,206,99,0,0,206,99,0,0,206,99,0,0,208,99,0,0,208,99,0,0,208,99,0,0,210,99,0,0,216,99,0,0,218,99,0,0,222,99,0,0,222,99,0,0,224,99,0,0,224,99,0,0,224,99,0,0,224,99,0,0,230,99,0,0,232,99,0,0,232,99,0,0,232,99,0,0,232,99,0,0,236,99,0,0,238,99,0,0,238,99,0,0,240,99,0,0,240,99,0,0,244,99,0,0,252,99,0,0,254,99,0,0,2,100,0,0,2,100,0,0,2,100,0,0,2,100,0,0,2,100,0,0,4,100,0,0,8,100,0,0,10,100,0,0,14,100,0,0,14,100,0,0,14,100,0,0,14,100,0,0,16,100,0,0,16,100,0,0,16,100,0,0,16,100,0,0,16,100,0,0,26,100,0,0,36,100,0,0,44,100,0,0,44,100,0,0,44,100,0,0,44,100,0,0,44,100,0,0,60,100,0,0,60,100,0,0,60,100,0,0,60,100,0,0,60,100,0,0,60,100,0,0,60,100,0,0,60,100,0,0,62,100,0,0,68,100,0,0,72,100,0,0,78,100,0,0,82,100,0,0,88,100,0,0,88,100,0,0,94,100,0,0,96,100,0,0,96,100,0,0,98,100,0,0,108,100,0,0,112,100,0,0,112,100,0,0,112,100,0,0,118,100,0,0,118,100,0,0,120,100,0,0,120,100,0,0,124,100,0,0,124,100,0,0,126,100,0,0,126,100,0,0,128,100,0,0,128,100,0,0,130,100,0,0,132,100,0,0,136,100,0,0,136,100,0,0,136,100,0,0,136,100,0,0,136,100,0,0,138,100,0,0,150,100,0,0,154,100,0,0,156,100,0,0,156,100,0,0,156,100,0,0,158,100,0,0,160,100,0,0,160,100,0,0,164,100,0,0,168,100,0,0,170,100,0,0,180,100,0,0,180,100,0,0,182,100,0,0,190,100,0,0,190,100,0,0,196,100,0,0,198,100,0,0,198,100,0,0,198,100,0,0,198,100,0,0,198,100,0,0,198,100,0,0,202,100,0,0,210,100,0,0,214,100,0,0,214,100,0,0,218,100,0,0,220,100,0,0,220,100,0,0,222,100,0,0,222,100,0,0,222,100,0,0,222,100,0,0,222,100,0,0,222,100,0,0,224,100,0,0,224,100,0,0,230,100,0,0,230,100,0,0,230,100,0,0,232,100,0,0,232,100,0,0,232,100,0,0,232,100,0,0,232,100,0,0,238,100,0,0,240,100,0,0,240,100,0,0,244,100,0,0,248,100,0,0,252,100,0,0,2,101,0,0,8,101,0,0,12,101,0,0,14,101,0,0,14,101,0,0,18,101,0,0,18,101,0,0,24,101,0,0,24,101,0,0,24,101,0,0,24,101,0,0,24,101,0,0,26,101,0,0,28,101,0,0,32,101,0,0,32,101,0,0,36,101,0,0,40,101,0,0,40,101,0,0,44,101,0,0,54,101,0,0,58,101,0,0,64,101,0,0,64,101,0,0,66,101,0,0,66,101,0,0,66,101,0,0,66,101,0,0,66,101,0,0,66,101,0,0,68,101,0,0,70,101,0,0,72,101,0,0,72,101,0,0,76,101,0,0,76,101,0,0,76,101,0,0,76,101,0,0,82,101,0,0,84,101,0,0,90,101,0,0,90,101,0,0,90,101,0,0,90,101,0,0,94,101,0,0,96,101,0,0,106,101,0,0,112,101,0,0,112,101,0,0,114,101,0,0,116,101,0,0,118,101,0,0,118,101,0,0,124,101,0,0,136,101,0,0,138,101,0,0,138,101,0,0,138,101,0,0,140,101,0,0,140,101,0,0,150,101,0,0,150,101,0,0,150,101,0,0,150,101,0,0,150,101,0,0,150,101,0,0,152,101,0,0,152,101,0,0,160,101,0,0,160,101,0,0,162,101,0,0,162,101,0,0,162,101,0,0,162,101,0,0,164,101,0,0,166,101,0,0,166,101,0,0,166,101,0,0,168,101,0,0,168,101,0,0,168,101,0,0,168,101,0,0,168,101,0,0,168,101,0,0,170,101,0,0,170,101,0,0,170,101,0,0,172,101,0,0,174,101,0,0,174,101,0,0,180,101,0,0,186,101,0,0,186,101,0,0,186,101,0,0,188,101,0,0,188,101,0,0,192,101,0,0,198,101,0,0,198,101,0,0,200,101,0,0,204,101,0,0,204,101,0,0,204,101,0,0,208,101,0,0,210,101,0,0,210,101,0,0,210,101,0,0,210,101,0,0,210,101,0,0,210,101,0,0,212,101,0,0,214,101,0,0,216,101,0,0,216,101,0,0,216,101,0,0,218,101,0,0,218,101,0,0,218,101,0,0,220,101,0,0,224,101,0,0,226,101,0,0,226,101,0,0,228,101,0,0,232,101,0,0,234,101,0,0,236,101,0,0,242,101,0,0,242,101,0,0,242,101,0,0,246,101,0,0,254,101,0,0,2,102,0,0,4,102,0,0,4,102,0,0,6,102,0,0,8,102,0,0,8,102,0,0,10,102,0,0,14,102,0,0,18,102,0,0,18,102,0,0,22,102,0,0,26,102,0,0,26,102,0,0,26,102,0,0,26,102,0,0,26,102,0,0,30,102,0,0,30,102,0,0,36,102,0,0,38,102,0,0,40,102,0,0,40,102,0,0,40,102,0,0,44,102,0,0,50,102,0,0,54,102,0,0,54,102,0,0,56,102,0,0,60,102,0,0,64,102,0,0,64,102,0,0,70,102,0,0,76,102,0,0,76,102,0,0,76,102,0,0,76,102,0,0,76,102,0,0,80,102,0,0,80,102,0,0,86,102,0,0,86,102,0,0,86,102,0,0,86,102,0,0,90,102,0,0,90,102,0,0,98,102,0,0,100,102,0,0,104,102,0,0,106,102,0,0,106,102,0,0,110,102,0,0,110,102,0,0,110,102,0,0,118,102,0,0,118,102,0,0,124,102,0,0,124,102,0,0,126,102,0,0,128,102,0,0,134,102,0,0,134,102,0,0,136,102,0,0,136,102,0,0,136,102,0,0,138,102,0,0,138,102,0,0,146,102,0,0,150,102,0,0,152,102,0,0,156,102,0,0,160,102,0,0,160,102,0,0,160,102,0,0,160,102,0,0,162,102,0,0,162,102,0,0,164,102,0,0,164,102,0,0,166,102,0,0,166,102,0,0,168,102,0,0,170,102,0,0,172,102,0,0,174,102,0,0,180,102,0,0,180,102,0,0,180,102,0,0,182,102,0,0,182,102,0,0,186,102,0,0,188,102,0,0,188,102,0,0,188,102,0,0,192,102,0,0,192,102,0,0,198,102,0,0,198,102,0,0,198,102,0,0,200,102,0,0,200,102,0,0,202,102,0,0,202,102,0,0,204,102,0,0,204,102,0,0,208,102,0,0,208,102,0,0,212,102,0,0,220,102,0,0,220,102,0,0,224,102,0,0,228,102,0,0,230,102,0,0,230,102,0,0,230,102,0,0,236,102,0,0,242,102,0,0,246,102,0,0,252,102,0,0,0,103,0,0,2,103,0,0,4,103,0,0,4,103,0,0,4,103,0,0,4,103,0,0,4,103,0,0,4,103,0,0,10,103,0,0,10,103,0,0,18,103,0,0,24,103,0,0,24,103,0,0,24,103,0,0,28,103,0,0,36,103,0,0,38,103,0,0,38,103,0,0,38,103,0,0,38,103,0,0,40,103,0,0,40,103,0,0,40,103,0,0,44,103,0,0,44,103,0,0,46,103,0,0,46,103,0,0,48,103,0,0,60,103,0,0,62,103,0,0,62,103,0,0,62,103,0,0,62,103,0,0,68,103,0,0,74,103,0,0,76,103,0,0,78,103,0,0,78,103,0,0,80,103,0,0,80,103,0,0,80,103,0,0,84,103,0,0,84,103,0,0,90,103,0,0,92,103,0,0,98,103,0,0,98,103,0,0,98,103,0,0,98,103,0,0,98,103,0,0,98,103,0,0,98,103,0,0,98,103,0,0,106,103,0,0,106,103,0,0,106,103,0,0,110,103,0,0,110,103,0,0,120,103,0,0,122,103,0,0,128,103,0,0,130,103,0,0,130,103,0,0,130,103,0,0,130,103,0,0,134,103,0,0,138,103,0,0,138,103,0,0,142,103,0,0,142,103,0,0,144,103,0,0,148,103,0,0,148,103,0,0,148,103,0,0,148,103,0,0,148,103,0,0,152,103,0,0,152,103,0,0,152,103,0,0,156,103,0,0,156,103,0,0,156,103,0,0,156,103,0,0,162,103,0,0,162,103,0,0,162,103,0,0,164,103,0,0,168,103,0,0,168,103,0,0,172,103,0,0,172,103,0,0,176,103,0,0,176,103,0,0,176,103,0,0,178,103,0,0,180,103,0,0,180,103,0,0,182,103,0,0,184,103,0,0,186,103,0,0,190,103,0,0,192,103,0,0,194,103,0,0,204,103,0,0,204,103,0,0,204,103,0,0,206,103,0,0,210,103,0,0,210,103,0,0,210,103,0,0,210,103,0,0,212,103,0,0,212,103,0,0,214,103,0,0,214,103,0,0,214,103,0,0,214,103,0,0,214,103,0,0,214,103,0,0,224,103,0,0,226,103,0,0,228,103,0,0,228,103,0,0,230,103,0,0,240,103,0,0,240,103,0,0,240,103,0,0,240,103,0,0,240,103,0,0,244,103,0,0,248,103,0,0,248,103,0,0,252,103,0,0,254,103,0,0,254,103,0,0,0,104,0,0,0,104,0,0,8,104,0,0,8,104,0,0,14,104,0,0,14,104,0,0,14,104,0,0,16,104,0,0,16,104,0,0,20,104,0,0,28,104,0,0,30,104,0,0,32,104,0,0,32,104,0,0,36,104,0,0,40,104,0,0,40,104,0,0,40,104,0,0,44,104,0,0,44,104,0,0,44,104,0,0,46,104,0,0,48,104,0,0,52,104,0,0,52,104,0,0,58,104,0,0,60,104,0,0,60,104,0,0,64,104,0,0,66,104,0,0,70,104,0,0,70,104,0,0,70,104,0,0,72,104,0,0,72,104,0,0,76,104,0,0,80,104,0,0,86,104,0,0,86,104,0,0,88,104,0,0,88,104,0,0,94,104,0,0,96,104,0,0,96,104,0,0,98,104,0,0,98,104,0,0,98,104,0,0,98,104,0,0,100,104,0,0,106,104,0,0,106,104,0,0,112,104,0,0,112,104,0,0,112,104,0,0,112,104,0,0,112,104,0,0,114,104,0,0,114,104,0,0,114,104,0,0,114,104,0,0,114,104,0,0,116,104,0,0,116,104,0,0,116,104,0,0,116,104,0,0,116,104,0,0,116,104,0,0,118,104,0,0,122,104,0,0,128,104,0,0,128,104,0,0,128,104,0,0,128,104,0,0,128,104,0,0,142,104,0,0,144,104,0,0,144,104,0,0,146,104,0,0,152,104,0,0,158,104,0,0,158,104,0,0,158,104,0,0,166,104,0,0,170,104,0,0,170,104,0,0,170,104,0,0,170,104,0,0,174,104,0,0,174,104,0,0,174,104,0,0,186,104,0,0,186,104,0,0,186,104,0,0,186,104,0,0,190,104,0,0,190,104,0,0,192,104,0,0,194,104,0,0,196,104,0,0,196,104,0,0,196,104,0,0,208,104,0,0,210,104,0,0,210,104,0,0,210,104,0,0,210,104,0,0,214,104,0,0,214,104,0,0,216,104,0,0,216,104,0,0,226,104,0,0,226,104,0,0,228,104,0,0,228,104,0,0,228,104,0,0,232,104,0,0,236,104,0,0,238,104,0,0,238,104,0,0,238,104,0,0,238,104,0,0,238,104,0,0,238,104,0,0,238,104,0,0,238,104,0,0,242,104,0,0,250,104,0,0,0,105,0,0,8,105,0,0,14,105,0,0,14,105,0,0,14,105,0,0,14,105,0,0,14,105,0,0,18,105,0,0,24,105,0,0,24,105,0,0,24,105,0,0,26,105,0,0,26,105,0,0,28,105,0,0,28,105,0,0,28,105,0,0,28,105,0,0,30,105,0,0,30,105,0,0,32,105,0,0,32,105,0,0,32,105,0,0,34,105,0,0,36,105,0,0,38,105,0,0,38,105,0,0,40,105,0,0,42,105,0,0,42,105,0,0,44,105,0,0,44,105,0,0,44,105,0,0,44,105,0,0,54,105,0,0,58,105,0,0,58,105,0,0,64,105,0,0,66,105,0,0,68,105,0,0,68,105,0,0,72,105,0,0,74,105,0,0,74,105,0,0,82,105,0,0,82,105,0,0,82,105,0,0,82,105,0,0,86,105,0,0,86,105,0,0,94,105,0,0,94,105,0,0,94,105,0,0,94,105,0,0,94,105,0,0,98,105,0,0,104,105,0,0,114,105,0,0,114,105,0,0,116,105,0,0,128,105,0,0,128,105,0,0,128,105,0,0,128,105,0,0,128,105,0,0,128,105,0,0,128,105,0,0,128,105,0,0,132,105,0,0,132,105,0,0,136,105,0,0,136,105,0,0,138,105,0,0,138,105,0,0,144,105,0,0,146,105,0,0,146,105,0,0,152,105,0,0,152,105,0,0,152,105,0,0,156,105,0,0,156,105,0,0,156,105,0,0,156,105,0,0,156,105,0,0,156,105,0,0,156,105,0,0,156,105,0,0,158,105,0,0,166,105,0,0,172,105,0,0,172,105,0,0,172,105,0,0,178,105,0,0,178,105,0,0,180,105,0,0,180,105,0,0,180,105,0,0,180,105,0,0,180,105,0,0,186,105,0,0,186,105,0,0,186,105,0,0,186,105,0,0,188,105,0,0,188,105,0,0,188,105,0,0,190,105,0,0,190,105,0,0,190,105,0,0,190,105,0,0,194,105,0,0,202,105,0,0,208,105,0,0,208,105,0,0,210,105,0,0,210,105,0,0,212,105,0,0,216,105,0,0,216,105,0,0,220,105,0,0,220,105,0,0,220,105,0,0,220,105,0,0,226,105,0,0,228,105,0,0,228,105,0,0,230,105,0,0,234,105,0,0,234,105,0,0,238,105,0,0,238,105,0,0,246,105,0,0,246,105,0,0,252,105,0,0,252,105,0,0,252,105,0,0,252,105,0,0,252,105,0,0,252,105,0,0,254,105,0,0,0,106,0,0,4,106,0,0,4,106,0,0,10,106,0,0,10,106,0,0,10,106,0,0,16,106,0,0,16,106,0,0,16,106,0,0,16,106,0,0,18,106,0,0,20,106,0,0,22,106,0,0,24,106,0,0,26,106,0,0,30,106,0,0,32,106,0,0,32,106,0,0,32,106,0,0,34,106,0,0,38,106,0,0,38,106,0,0,40,106,0,0,40,106,0,0,40,106,0,0,40,106,0,0,40,106,0,0,40,106,0,0,40,106,0,0,40,106,0,0,40,106,0,0,42,106,0,0,42,106,0,0,44,106,0,0,48,106,0,0,50,106,0,0,50,106,0,0,50,106,0,0,56,106,0,0,62,106,0,0,70,106,0,0,72,106,0,0,72,106,0,0,72,106,0,0,78,106,0,0,84,106,0,0,84,106,0,0,84,106,0,0,86,106,0,0,94,106,0,0,94,106,0,0,94,106,0,0,94,106,0,0,94,106,0,0,98,106,0,0,98,106,0,0,98,106,0,0,100,106,0,0,102,106,0,0,102,106,0,0,102,106,0,0,104,106,0,0,106,106,0,0,106,106,0,0,108,106,0,0,108,106,0,0,108,106,0,0,110,106,0,0,110,106,0,0,110,106,0,0,110,106,0,0,110,106,0,0,116,106,0,0,120,106,0,0,122,106,0,0,126,106,0,0,128,106,0,0,132,106,0,0,140,106,0,0,142,106,0,0,146,106,0,0,150,106,0,0,160,106,0,0,162,106,0,0,162,106,0,0,162,106,0,0,164,106,0,0,164,106,0,0,164,106,0,0,164,106,0,0,166,106,0,0,170,106,0,0,172,106,0,0,172,106,0,0,174,106,0,0,174,106,0,0,174,106,0,0,174,106,0,0,184,106,0,0,184,106,0,0,190,106,0,0,194,106,0,0,194,106,0,0,200,106,0,0,200,106,0,0,200,106,0,0,208,106,0,0,216,106,0,0,220,106,0,0,222,106,0,0,222,106,0,0,224,106,0,0,224,106,0,0,226,106,0,0,230,106,0,0,230,106,0,0,230,106,0,0,232,106,0,0,234,106,0,0,236,106,0,0,240,106,0,0,242,106,0,0,242,106,0,0,242,106,0,0,242,106,0,0,242,106,0,0,244,106,0,0,252,106,0,0,252,106,0,0,0,107,0,0,0,107,0,0,4,107,0,0,8,107,0,0,8,107,0,0,14,107,0,0,20,107,0,0,20,107,0,0,22,107,0,0,24,107,0,0,24,107,0,0,30,107,0,0,30,107,0,0,40,107,0,0,42,107,0,0,44,107,0,0,48,107,0,0,50,107,0,0,50,107,0,0,52,107,0,0,52,107,0,0,58,107,0,0,64,107,0,0,64,107,0,0,64,107,0,0,66,107,0,0,66,107,0,0,68,107,0,0,68,107,0,0,68,107,0,0,68,107,0,0,68,107,0,0,72,107,0,0,72,107,0,0,74,107,0,0,74,107,0,0,74,107,0,0,74,107,0,0,76,107,0,0,76,107,0,0,78,107,0,0,82,107,0,0,84,107,0,0,84,107,0,0,94,107,0,0,106,107,0,0,110,107,0,0,110,107,0,0,110,107,0,0,118,107,0,0,118,107,0,0,118,107,0,0,122,107,0,0,122,107,0,0,124,107,0,0,124,107,0,0,124,107,0,0,124,107,0,0,130,107,0,0,136,107,0,0,136,107,0,0,136,107,0,0,136,107,0,0,136,107,0,0,142,107,0,0,144,107,0,0,144,107,0,0,144,107,0,0,144,107,0,0,144,107,0,0,146,107,0,0,152,107,0,0,160,107,0,0,162,107,0,0,170,107,0,0,170,107,0,0,172,107,0,0,180,107,0,0,180,107,0,0,182,107,0,0,182,107,0,0,182,107,0,0,182,107,0,0,190,107,0,0,194,107,0,0,198,107,0,0,200,107,0,0,200,107,0,0,200,107,0,0,202,107,0,0,204,107,0,0,208,107,0,0,210,107,0,0,210,107,0,0,214,107,0,0,214,107,0,0,214,107,0,0,214,107,0,0,214,107,0,0,218,107,0,0,218,107,0,0,222,107,0,0,226,107,0,0,226,107,0,0,226,107,0,0,226,107,0,0,228,107,0,0,234,107,0,0,236,107,0,0,236,107,0,0,238,107,0,0,238,107,0,0,238,107,0,0,238,107,0,0,238,107,0,0,238,107,0,0,238,107,0,0,240,107,0,0,242,107,0,0,250,107,0,0,254,107,0,0,0,108,0,0,0,108,0,0,4,108,0,0,4,108,0,0,4,108,0,0,6,108,0,0,10,108,0,0,10,108,0,0,14,108,0,0,14,108,0,0,24,108,0,0,26,108,0,0,28,108,0,0,28,108,0,0,28,108,0,0,28,108,0,0,34,108,0,0,36,108,0,0,36,108,0,0,38,108,0,0,48,108,0,0,48,108,0,0,52,108,0,0,56,108,0,0,56,108,0,0,56,108,0,0,56,108,0,0,56,108,0,0,60,108,0,0,64,108,0,0,64,108,0,0,70,108,0,0,74,108,0,0,74,108,0,0,74,108,0,0,74,108,0,0,78,108,0,0,78,108,0,0,82,108,0,0,84,108,0,0,84,108,0,0,90,108,0,0,94,108,0,0,94,108,0,0,104,108,0,0,108,108,0,0,108,108,0,0,110,108,0,0,110,108,0,0,112,108,0,0,112,108,0,0,112,108,0,0,114,108,0,0,116,108,0,0,116,108,0,0,116,108,0,0,116,108,0,0,124,108,0,0,132,108,0,0,140,108,0,0,140,108,0,0,140,108,0,0,140,108,0,0,140,108,0,0,140,108,0,0,142,108,0,0,142,108,0,0,142,108,0,0,142,108,0,0,144,108,0,0,146,108,0,0,148,108,0,0,148,108,0,0,148,108,0,0,148,108,0,0,148,108,0,0,150,108,0,0,150,108,0,0,156,108,0,0,156,108,0,0,156,108,0,0,158,108,0,0,158,108,0,0,160,108,0,0,164,108,0,0,166,108,0,0,168,108,0,0,170,108,0,0,170,108,0,0,170,108,0,0,170,108,0,0,170,108,0,0,176,108,0,0,176,108,0,0,176,108,0,0,178,108,0,0,182,108,0,0,182,108,0,0,182,108,0,0,182,108,0,0,182,108,0,0,182,108,0,0,182,108,0,0,184,108,0,0,186,108,0,0,186,108,0,0,186,108,0,0,186,108,0,0,186,108,0,0,186,108,0,0,188,108,0,0,188,108,0,0,188,108,0,0,190,108,0,0,190,108,0,0,194,108,0,0,194,108,0,0,194,108,0,0,194,108,0,0,200,108,0,0,202,108,0,0,208,108,0,0,208,108,0,0,210,108,0,0,212,108,0,0,212,108,0,0,216,108,0,0,218,108,0,0,222,108,0,0,222,108,0,0,222,108,0,0,222,108,0,0,226,108,0,0,226,108,0,0,226,108,0,0,228,108,0,0,228,108,0,0,228,108,0,0,234,108,0,0,238,108,0,0,244,108,0,0,252,108,0,0,252,108,0,0,252,108,0,0,4,109,0,0,4,109,0,0,4,109,0,0,14,109,0,0,16,109,0,0,16,109,0,0,16,109,0,0,16,109,0,0,18,109,0,0,20,109,0,0,32,109,0,0,40,109,0,0,40,109,0,0,46,109,0,0,48,109,0,0,48,109,0,0,48,109,0,0,48,109,0,0,54,109,0,0,56,109,0,0,62,109,0,0,62,109,0,0,62,109,0,0,62,109,0,0,62,109,0,0,62,109,0,0,64,109,0,0,66,109,0,0,68,109,0,0,68,109,0,0,68,109,0,0,70,109,0,0,72,109,0,0,78,109,0,0,78,109,0,0,80,109,0,0,80,109,0,0,80,109,0,0,82,109,0,0,88,109,0,0,88,109,0,0,88,109,0,0,88,109,0,0,88,109,0,0,96,109,0,0,96,109,0,0,102,109,0,0,104,109,0,0,104,109,0,0,104,109,0,0,106,109,0,0,108,109,0,0,112,109,0,0,112,109,0,0,112,109,0,0,114,109,0,0,114,109,0,0,114,109,0,0,118,109,0,0,118,109,0,0,124,109,0,0,124,109,0,0,124,109,0,0,124,109,0,0,126,109,0,0,134,109,0,0,136,109,0,0,136,109,0,0,136,109,0,0,136,109,0,0,136,109,0,0,136,109,0,0,140,109,0,0,140,109,0,0,142,109,0,0,144,109,0,0,144,109,0,0,144,109,0,0,146,109,0,0,148,109,0,0,148,109,0,0,148,109,0,0,150,109,0,0,150,109,0,0,162,109,0,0,162,109,0,0,162,109,0,0,162,109,0,0,162,109,0,0,162,109,0,0,162,109,0,0,164,109,0,0,164,109,0,0,164,109,0,0,166,109,0,0,168,109,0,0,172,109,0,0,172,109,0,0,174,109,0,0,174,109,0,0,174,109,0,0,174,109,0,0,174,109,0,0,176,109,0,0,176,109,0,0,180,109,0,0,180,109,0,0,184,109,0,0,184,109,0,0,190,109,0,0,196,109,0,0,196,109,0,0,198,109,0,0,200,109,0,0,200,109,0,0,202,109,0,0,206,109,0,0,206,109,0,0,208,109,0,0,210,109,0,0,218,109,0,0,224,109,0,0,224,109,0,0,224,109,0,0,224,109,0,0,224,109,0,0,226,109,0,0,226,109,0,0,226,109,0,0,226,109,0,0,228,109,0,0,234,109,0,0,234,109,0,0,238,109,0,0,242,109,0,0,242,109,0,0,242,109,0,0,242,109,0,0,242,109,0,0,244,109,0,0,244,109,0,0,246,109,0,0,250,109,0,0,250,109,0,0,10,110,0,0,10,110,0,0,10,110,0,0,10,110,0,0,10,110,0,0,10,110,0,0,10,110,0,0,12,110,0,0,16,110,0,0,18,110,0,0,22,110,0,0,24,110,0,0,24,110,0,0,24,110,0,0,24,110,0,0,24,110,0,0,26,110,0,0,28,110,0,0,36,110,0,0,42,110,0,0,42,110,0,0,44,110,0,0,48,110,0,0,50,110,0,0,50,110,0,0,50,110,0,0,50,110,0,0,52,110,0,0,60,110,0,0,62,110,0,0,62,110,0,0,62,110,0,0,62,110,0,0,64,110,0,0,66,110,0,0,66,110,0,0,66,110,0,0,66,110,0,0,68,110,0,0,68,110,0,0,68,110,0,0,72,110,0,0,76,110,0,0,76,110,0,0,82,110,0,0,82,110,0,0,86,110,0,0,86,110,0,0,90,110,0,0,90,110,0,0,90,110,0,0,92,110,0,0,94,110,0,0,114,110,0,0,114,110,0,0,116,110,0,0,118,110,0,0,118,110,0,0,122,110,0,0,130,110,0,0,134,110,0,0,134,110,0,0,134,110,0,0,134,110,0,0,136,110,0,0,136,110,0,0,136,110,0,0,138,110,0,0,142,110,0,0,142,110,0,0,144,110,0,0,144,110,0,0,144,110,0,0,146,110,0,0,148,110,0,0,148,110,0,0,150,110,0,0,150,110,0,0,152,110,0,0,154,110,0,0,154,110,0,0,154,110,0,0,156,110,0,0,160,110,0,0,160,110,0,0,160,110,0,0,160,110,0,0,166,110,0,0,166,110,0,0,166,110,0,0,166,110,0,0,166,110,0,0,166,110,0,0,166,110,0,0,168,110,0,0,170,110,0,0,170,110,0,0,170,110,0,0,174,110,0,0,188,110,0,0,188,110,0,0,190,110,0,0,194,110,0,0,198,110,0,0,200,110,0,0,200,110,0,0,202,110,0,0,202,110,0,0,206,110,0,0,208,110,0,0,210,110,0,0,212,110,0,0,212,110,0,0,216,110,0,0,216,110,0,0,220,110,0,0,222,110,0,0,226,110,0,0,228,110,0,0,232,110,0,0,234,110,0,0,234,110,0,0,234,110,0,0,234,110,0,0,236,110,0,0,236,110,0,0,236,110,0,0,240,110,0,0,240,110,0,0,244,110,0,0,244,110,0,0,246,110,0,0,246,110,0,0,246,110,0,0,246,110,0,0,248,110,0,0,252,110,0,0,254,110,0,0,4,111,0,0,4,111,0,0,8,111,0,0,14,111,0,0,18,111,0,0,18,111,0,0,18,111,0,0,24,111,0,0,24,111,0,0,24,111,0,0,24,111,0,0,30,111,0,0,32,111,0,0,32,111,0,0,32,111,0,0,34,111,0,0,38,111,0,0,38,111,0,0,38,111,0,0,38,111,0,0,38,111,0,0,38,111,0,0,40,111,0,0,40,111,0,0,40,111,0,0,40,111,0,0,40,111,0,0,40,111,0,0,48,111,0,0,48,111,0,0,48,111,0,0,54,111,0,0,58,111,0,0,58,111,0,0,58,111,0,0,62,111,0,0,62,111,0,0,66,111,0,0,68,111,0,0,70,111,0,0,70,111,0,0,72,111,0,0,74,111,0,0,74,111,0,0,74,111,0,0,74,111,0,0,78,111,0,0,78,111,0,0,78,111,0,0,80,111,0,0,80,111,0,0,82,111,0,0,86,111,0,0,86,111,0,0,88,111,0,0,94,111,0,0,94,111,0,0,96,111,0,0,96,111,0,0,96,111,0,0,98,111,0,0,98,111,0,0,100,111,0,0,106,111,0,0,110,111,0,0,112,111,0,0,118,111,0,0,120,111,0,0,120,111,0,0,122,111,0,0,122,111,0,0,124,111,0,0,126,111,0,0,126,111,0,0,126,111,0,0,126,111,0,0,130,111,0,0,132,111,0,0,136,111,0,0,138,111,0,0,140,111,0,0,140,111,0,0,140,111,0,0,140,111,0,0,140,111,0,0,144,111,0,0,148,111,0,0,150,111,0,0,150,111,0,0,150,111,0,0,150,111,0,0,152,111,0,0,152,111,0,0,156,111,0,0,156,111,0,0,156,111,0,0,156,111,0,0,158,111,0,0,158,111,0,0,166,111,0,0,168,111,0,0,168,111,0,0,168,111,0,0,168,111,0,0,170,111,0,0,170,111,0,0,170,111,0,0,170,111,0,0,174,111,0,0,176,111,0,0,178,111,0,0,180,111,0,0,180,111,0,0,182,111,0,0,182,111,0,0,184,111,0,0,184,111,0,0,184,111,0,0,188,111,0,0,188,111,0,0,188,111,0,0,188,111,0,0,188,111,0,0,188,111,0,0,190,111,0,0,194,111,0,0,196,111,0,0,204,111,0,0,204,111,0,0,204,111,0,0,204,111,0,0,208,111,0,0,210,111,0,0,210,111,0,0,210,111,0,0,210,111,0,0,210,111,0,0,210,111,0,0,210,111,0,0,212,111,0,0,214,111,0,0,214,111,0,0,214,111,0,0,224,111,0,0,224,111,0,0,228,111,0,0,228,111,0,0,232,111,0,0,234,111,0,0,236,111,0,0,236,111,0,0,244,111,0,0,246,111,0,0,246,111,0,0,246,111,0,0,248,111,0,0,248,111,0,0,248,111,0,0,248,111,0,0,250,111,0,0,250,111,0,0,252,111,0,0,252,111,0,0,254,111,0,0,254,111,0,0,254,111,0,0,0,112,0,0,0,112,0,0,0,112,0,0,0,112,0,0,8,112,0,0,8,112,0,0,8,112,0,0,8,112,0,0,10,112,0,0,10,112,0,0,10,112,0,0,14,112,0,0,18,112,0,0,24,112,0,0,26,112,0,0,26,112,0,0,34,112,0,0,34,112,0,0,34,112,0,0,40,112,0,0,42,112,0,0,42,112,0,0,44,112,0,0,44,112,0,0,48,112,0,0,52,112,0,0,58,112,0,0,62,112,0,0,66,112,0,0,66,112,0,0,72,112,0,0,72,112,0,0,72,112,0,0,74,112,0,0,76,112,0,0,76,112,0,0,76,112,0,0,76,112,0,0,78,112,0,0,78,112,0,0,84,112,0,0,84,112,0,0,86,112,0,0,88,112,0,0,92,112,0,0,92,112,0,0,92,112,0,0,92,112,0,0,94,112,0,0,100,112,0,0,100,112,0,0,100,112,0,0,106,112,0,0,106,112,0,0,110,112,0,0,110,112,0,0,110,112,0,0,114,112,0,0,120,112,0,0,120,112,0,0,122,112,0,0,122,112,0,0,126,112,0,0,126,112,0,0,130,112,0,0,134,112,0,0,134,112,0,0,136,112,0,0,144,112,0,0,144,112,0,0,146,112,0,0,148,112,0,0,148,112,0,0,148,112,0,0,150,112,0,0,150,112,0,0,150,112,0,0,156,112,0,0,156,112,0,0,164,112,0,0,166,112,0,0,168,112,0,0,174,112,0,0,174,112,0,0,180,112,0,0,182,112,0,0,186,112,0,0,186,112,0,0,188,112,0,0,190,112,0,0,190,112,0,0,200,112,0,0,200,112,0,0,200,112,0,0,204,112,0,0,210,112,0,0,212,112,0,0,216,112,0,0,216,112,0,0,216,112,0,0,218,112,0,0,218,112,0,0,218,112,0,0,218,112,0,0,218,112,0,0,220,112,0,0,224,112,0,0,228,112,0,0,232,112,0,0,234,112,0,0,234,112,0,0,238,112,0,0,246,112,0,0,248,112,0,0,254,112,0,0,0,113,0,0,0,113,0,0,8,113,0,0,8,113,0,0,16,113,0,0,16,113,0,0,16,113,0,0,18,113,0,0,20,113,0,0,20,113,0,0,30,113,0,0,34,113,0,0,38,113,0,0,40,113,0,0,46,113,0,0,46,113,0,0,52,113,0,0,58,113,0,0,58,113,0,0,62,113,0,0,62,113,0,0,62,113,0,0,66,113,0,0,72,113,0,0,78,113,0,0,78,113,0,0,84,113,0,0,86,113,0,0,86,113,0,0,86,113,0,0,86,113,0,0,88,113,0,0,88,113,0,0,88,113,0,0,92,113,0,0,94,113,0,0,94,113,0,0,94,113,0,0,96,113,0,0,98,113,0,0,102,113,0,0,106,113,0,0,106,113,0,0,108,113,0,0,110,113,0,0,110,113,0,0,112,113,0,0,112,113,0,0,112,113,0,0,118,113,0,0,124,113,0,0,124,113,0,0,126,113,0,0,128,113,0,0,128,113,0,0,130,113,0,0,130,113,0,0,134,113,0,0,134,113,0,0,134,113,0,0,136,113,0,0,136,113,0,0,136,113,0,0,138,113,0,0,140,113,0,0,144,113,0,0,148,113,0,0,150,113,0,0,150,113,0,0,152,113,0,0,156,113,0,0,158,113,0,0,162,113,0,0,162,113,0,0,162,113,0,0,162,113,0,0,162,113,0,0,162,113,0,0,162,113,0,0,162,113,0,0,162,113,0,0,166,113,0,0,166,113,0,0,166,113,0,0,168,113,0,0,168,113,0,0,174,113,0,0,180,113,0,0,182,113,0,0,190,113,0,0,190,113,0,0,190,113,0,0,190,113,0,0,192,113,0,0,192,113,0,0,194,113,0,0,194,113,0,0,196,113,0,0,196,113,0,0,198,113,0,0,198,113,0,0,198,113,0,0,202,113,0,0,202,113,0,0,202,113,0,0,202,113,0,0,202,113,0,0,204,113,0,0,204,113,0,0,206,113,0,0,206,113,0,0,206,113,0,0,206,113,0,0,206,113,0,0,206,113,0,0,206,113,0,0,210,113,0,0,212,113,0,0,216,113,0,0,216,113,0,0,220,113,0,0,220,113,0,0,220,113,0,0,222,113,0,0,222,113,0,0,224,113,0,0,224,113,0,0,224,113,0,0,224,113,0,0,224,113,0,0,224,113,0,0,224,113,0,0,224,113,0,0,226,113,0,0,226,113,0,0,228,113,0,0,230,113,0,0,230,113,0,0,230,113,0,0,230,113,0,0,230,113,0,0,230,113,0,0,230,113,0,0,230,113,0,0,232,113,0,0,234,113,0,0,234,113,0,0,234,113,0,0,240,113,0,0,246,113,0,0,246,113,0,0,246,113,0,0,246,113,0,0,246,113,0,0,246,113,0,0,248,113,0,0,250,113,0,0,250,113,0,0,2,114,0,0,4,114,0,0,8,114,0,0,10,114,0,0,10,114,0,0,16,114,0,0,16,114,0,0,20,114,0,0,26,114,0,0,26,114,0,0,26,114,0,0,34,114,0,0,34,114,0,0,34,114,0,0,34,114,0,0,36,114,0,0,38,114,0,0,38,114,0,0,38,114,0,0,40,114,0,0,48,114,0,0,48,114,0,0,50,114,0,0,50,114,0,0,54,114,0,0,62,114,0,0,62,114,0,0,66,114,0,0,68,114,0,0,68,114,0,0,68,114,0,0,74,114,0,0,80,114,0,0,84,114,0,0,84,114,0,0,86,114,0,0,90,114,0,0,90,114,0,0,90,114,0,0,90,114,0,0,90,114,0,0,94,114,0,0,94,114,0,0,94,114,0,0,94,114,0,0,94,114,0,0,94,114,0,0,94,114,0,0,96,114,0,0,98,114,0,0,98,114,0,0,104,114,0,0,104,114,0,0,112,114,0,0,112,114,0,0,114,114,0,0,114,114,0,0,116,114,0,0,122,114,0,0,122,114,0,0,124,114,0,0,124,114,0,0,128,114,0,0,128,114,0,0,128,114,0,0,134,114,0,0,138,114,0,0,138,114,0,0,140,114,0,0,142,114,0,0,142,114,0,0,142,114,0,0,142,114,0,0,148,114,0,0,148,114,0,0,148,114,0,0,148,114,0,0,148,114,0,0,148,114,0,0,148,114,0,0,150,114,0,0,154,114,0,0,156,114,0,0,162,114,0,0,164,114,0,0,164,114,0,0,166,114,0,0,170,114,0,0,170,114,0,0,172,114,0,0,184,114,0,0,184,114,0,0,184,114,0,0,186,114,0,0,188,114,0,0,190,114,0,0,190,114,0,0,190,114,0,0,190,114,0,0,190,114,0,0,190,114,0,0,192,114,0,0,198,114,0,0,200,114,0,0,204,114,0,0,208,114,0,0,212,114,0,0,212,114,0,0,212,114,0,0,212,114,0,0,212,114,0,0,212,114,0,0,212,114,0,0,216,114,0,0,218,114,0,0,218,114,0,0,218,114,0,0,218,114,0,0,218,114,0,0,224,114,0,0,224,114,0,0,226,114,0,0,226,114,0,0,228,114,0,0,232,114,0,0,232,114,0,0,232,114,0,0,234,114,0,0,234,114,0,0,234,114,0,0,234,114,0,0,238,114,0,0,238,114,0,0,242,114,0,0,242,114,0,0,242,114,0,0,242,114,0,0,242,114,0,0,244,114,0,0,244,114,0,0,244,114,0,0,244,114,0,0,244,114,0,0,248,114,0,0,248,114,0,0,248,114,0,0,252,114,0,0,254,114,0,0,254,114,0,0,2,115,0,0,2,115,0,0,12,115,0,0,12,115,0,0,12,115,0,0,12,115,0,0,14,115,0,0,18,115,0,0,18,115,0,0,22,115,0,0,24,115,0,0,26,115,0,0,30,115,0,0,36,115,0,0,36,115,0,0,38,115,0,0,38,115,0,0,38,115,0,0,40,115,0,0,42,115,0,0,42,115,0,0,46,115,0,0,48,115,0,0,48,115,0,0,50,115,0,0,50,115,0,0,50,115,0,0,52,115,0,0,58,115,0,0,58,115,0,0,60,115,0,0,60,115,0,0,66,115,0,0,68,115,0,0,74,115,0,0,78,115,0,0,78,115,0,0,78,115,0,0,80,115,0,0,82,115,0,0,82,115,0,0,84,115,0,0,86,115,0,0,86,115,0,0,90,115,0,0,94,115,0,0,94,115,0,0,96,115,0,0,98,115,0,0,100,115,0,0,102,115,0,0,104,115,0,0,104,115,0,0,108,115,0,0,108,115,0,0,108,115,0,0,110,115,0,0,112,115,0,0,112,115,0,0,118,115,0,0,128,115,0,0,130,115,0,0,130,115,0,0,132,115,0,0,132,115,0,0,134,115,0,0,138,115,0,0,140,115,0,0,146,115,0,0,146,115,0,0,146,115,0,0,148,115,0,0,148,115,0,0,148,115,0,0,148,115,0,0,154,115,0,0,154,115,0,0,156,115,0,0,156,115,0,0,156,115,0,0,160,115,0,0,164,115,0,0,164,115,0,0,166,115,0,0,166,115,0,0,166,115,0,0,166,115,0,0,166,115,0,0,166,115,0,0,172,115,0,0,172,115,0,0,172,115,0,0,172,115,0,0,176,115,0,0,176,115,0,0,178,115,0,0,182,115,0,0,184,115,0,0,186,115,0,0,190,115,0,0,198,115,0,0,200,115,0,0,200,115,0,0,200,115,0,0,200,115,0,0,200,115,0,0,200,115,0,0,202,115,0,0,204,115,0,0,204,115,0,0,204,115,0,0,204,115,0,0,206,115,0,0,210,115,0,0,210,115,0,0,210,115,0,0,210,115,0,0,210,115,0,0,210,115,0,0,212,115,0,0,212,115,0,0,218,115,0,0,218,115,0,0,218,115,0,0,222,115,0,0,222,115,0,0,222,115,0,0,222,115,0,0,222,115,0,0,222,115,0,0,224,115,0,0,224,115,0,0,224,115,0,0,224,115,0,0,224,115,0,0,224,115,0,0,224,115,0,0,224,115,0,0,232,115,0,0,232,115,0,0,238,115,0,0,246,115,0,0,246,115,0,0,246,115,0,0,252,115,0,0,252,115,0,0,252,115,0,0,252,115,0,0,254,115,0,0,0,116,0,0,2,116,0,0,4,116,0,0,4,116,0,0,4,116,0,0,8,116,0,0,8,116,0,0,16,116,0,0,20,116,0,0,20,116,0,0,20,116,0,0,20,116,0,0,28,116,0,0,28,116,0,0,28,116,0,0,28,116,0,0,28,116,0,0,28,116,0,0,28,116,0,0,32,116,0,0,32,116,0,0,32,116,0,0,32,116,0,0,34,116,0,0,36,116,0,0,38,116,0,0,42,116,0,0,42,116,0,0,44,116,0,0,46,116,0,0,46,116,0,0,48,116,0,0,50,116,0,0,50,116,0,0,52,116,0,0,54,116,0,0,60,116,0,0,62,116,0,0,62,116,0,0,62,116,0,0,70,116,0,0,70,116,0,0,76,116,0,0,76,116,0,0,76,116,0,0,76,116,0,0,76,116,0,0,78,116,0,0,78,116,0,0,78,116,0,0,78,116,0,0,84,116,0,0,86,116,0,0,86,116,0,0,86,116,0,0,88,116,0,0,92,116,0,0,96,116,0,0,106,116,0,0,108,116,0,0,108,116,0,0,114,116,0,0,114,116,0,0,114,116,0,0,116,116,0,0,116,116,0,0,116,116,0,0,118,116,0,0,128,116,0,0,138,116,0,0,140,116,0,0,140,116,0,0,140,116,0,0,140,116,0,0,144,116,0,0,144,116,0,0,146,116,0,0,150,116,0,0,152,116,0,0,156,116,0,0,158,116,0,0,158,116,0,0,158,116,0,0,160,116,0,0,166,116,0,0,166,116,0,0,166,116,0,0,166,116,0,0,166,116,0,0,174,116,0,0,176,116,0,0,176,116,0,0,180,116,0,0,180,116,0,0,182,116,0,0,182,116,0,0,182,116,0,0,182,116,0,0,190,116,0,0,190,116,0,0,190,116,0,0,190,116,0,0,190,116,0,0,194,116,0,0,196,116,0,0,196,116,0,0,196,116,0,0,200,116,0,0,200,116,0,0,200,116,0,0,200,116,0,0,202,116,0,0,208,116,0,0,210,116,0,0,210,116,0,0,210,116,0,0,212,116,0,0,212,116,0,0,212,116,0,0,212,116,0,0,212,116,0,0,214,116,0,0,216,116,0,0,216,116,0,0,216,116,0,0,216,116,0,0,216,116,0,0,218,116,0,0,218,116,0,0,222,116,0,0,222,116,0,0,224,116,0,0,224,116,0,0,224,116,0,0,228,116,0,0,228,116,0,0,230,116,0,0,232,116,0,0,232,116,0,0,234,116,0,0,234,116,0,0,234,116,0,0,234,116,0,0,234,116,0,0,234,116,0,0,234,116,0,0,236,116,0,0,236,116,0,0,236,116,0,0,242,116,0,0,244,116,0,0,248,116,0,0,252,116,0,0,2,117,0,0,2,117,0,0,4,117,0,0,4,117,0,0,8,117,0,0,10,117,0,0,10,117,0,0,10,117,0,0,10,117,0,0,12,117,0,0,12,117,0,0,14,117,0,0,14,117,0,0,16,117,0,0,18,117,0,0,30,117,0,0,30,117,0,0,30,117,0,0,36,117,0,0,40,117,0,0,40,117,0,0,42,117,0,0,50,117,0,0,52,117,0,0,54,117,0,0,54,117,0,0,54,117,0,0,60,117,0,0,60,117,0,0,62,117,0,0,62,117,0,0,64,117,0,0,64,117,0,0,64,117,0,0,68,117,0,0,72,117,0,0,72,117,0,0,84,117,0,0,84,117,0,0,88,117,0,0,88,117,0,0,88,117,0,0,90,117,0,0,90,117,0,0,90,117,0,0,90,117,0,0,90,117,0,0,92,117,0,0,94,117,0,0,98,117,0,0,98,117,0,0,100,117,0,0,102,117,0,0,102,117,0,0,102,117,0,0,102,117,0,0,102,117,0,0,102,117,0,0,104,117,0,0,106,117,0,0,106,117,0,0,106,117,0,0,106,117,0,0,106,117,0,0,106,117,0,0,112,117,0,0,116,117,0,0,118,117,0,0,118,117,0,0,118,117,0,0,120,117,0,0,120,117,0,0,120,117,0,0,122,117,0,0,126,117,0,0,126,117,0,0,126,117,0,0,130,117,0,0,130,117,0,0,134,117,0,0,140,117,0,0,142,117,0,0,150,117,0,0,158,117,0,0,158,117,0,0,158,117,0,0,158,117,0,0,158,117,0,0,158,117,0,0,158,117,0,0,158,117,0,0,160,117,0,0,160,117,0,0,160,117,0,0,160,117,0,0,160,117,0,0,160,117,0,0,160,117,0,0,162,117,0,0,166,117,0,0,168,117,0,0,172,117,0,0,174,117,0,0,176,117,0,0,176,117,0,0,176,117,0,0,180,117,0,0,180,117,0,0,180,117,0,0,182,117,0,0,184,117,0,0,186,117,0,0,186,117,0,0,186,117,0,0,190,117,0,0,192,117,0,0,196,117,0,0,196,117,0,0,200,117,0,0,200,117,0,0,200,117,0,0,208,117,0,0,208,117,0,0,208,117,0,0,214,117,0,0,216,117,0,0,222,117,0,0,224,117,0,0,230,117,0,0,240,117,0,0,242,117,0,0,244,117,0,0,244,117,0,0,244,117,0,0,244,117,0,0,244,117,0,0,244,117,0,0,250,117,0,0,250,117,0,0,250,117,0,0,250,117,0,0,252,117,0,0,2,118,0,0,4,118,0,0,4,118,0,0,4,118,0,0,4,118,0,0,6,118,0,0,6,118,0,0,14,118,0,0,24,118,0,0,28,118,0,0,32,118,0,0,40,118,0,0,42,118,0,0,42,118,0,0,48,118,0,0,50,118,0,0,50,118,0,0,50,118,0,0,56,118,0,0,58,118,0,0,58,118,0,0,62,118,0,0,62,118,0,0,62,118,0,0,62,118,0,0,62,118,0,0,62,118,0,0,64,118,0,0,66,118,0,0,70,118,0,0,72,118,0,0,72,118,0,0,72,118,0,0,78,118,0,0,78,118,0,0,78,118,0,0,78,118,0,0,84,118,0,0,84,118,0,0,86,118,0,0,90,118,0,0,94,118,0,0,94,118,0,0,94,118,0,0,94,118,0,0,96,118,0,0,100,118,0,0,102,118,0,0,102,118,0,0,108,118,0,0,108,118,0,0,108,118,0,0,108,118,0,0,108,118,0,0,108,118,0,0,108,118,0,0,108,118,0,0,118,118,0,0,118,118,0,0,118,118,0,0,120,118,0,0,130,118,0,0,130,118,0,0,130,118,0,0,130,118,0,0,130,118,0,0,132,118,0,0,132,118,0,0,132,118,0,0,132,118,0,0,134,118,0,0,134,118,0,0,134,118,0,0,136,118,0,0,142,118,0,0,150,118,0,0,152,118,0,0,152,118,0,0,152,118,0,0,152,118,0,0,152,118,0,0,154,118,0,0,154,118,0,0,154,118,0,0,154,118,0,0,154,118,0,0,154,118,0,0,154,118,0,0,162,118,0,0,166,118,0,0,172,118,0,0,176,118,0,0,176,118,0,0,182,118,0,0,182,118,0,0,186,118,0,0,188,118,0,0,188,118,0,0,192,118,0,0,192,118,0,0,194,118,0,0,194,118,0,0,196,118,0,0,196,118,0,0,196,118,0,0,196,118,0,0,196,118,0,0,200,118,0,0,200,118,0,0,220,118,0,0,226,118,0,0,228,118,0,0,236,118,0,0,246,118,0,0,246,118,0,0,246,118,0,0,246,118,0,0,246,118,0,0,0,119,0,0,6,119,0,0,12,119,0,0,16,119,0,0,24,119,0,0,26,119,0,0,28,119,0,0,28,119,0,0,30,119,0,0,30,119,0,0,30,119,0,0,34,119,0,0,38,119,0,0,42,119,0,0,42,119,0,0,46,119,0,0,46,119,0,0,48,119,0,0,50,119,0,0,50,119,0,0,52,119,0,0,52,119,0,0,60,119,0,0,60,119,0,0,60,119,0,0,60,119,0,0,64,119,0,0,64,119,0,0,68,119,0,0,72,119,0,0,72,119,0,0,74,119,0,0,74,119,0,0,74,119,0,0,78,119,0,0,80,119,0,0,88,119,0,0,98,119,0,0,98,119,0,0,100,119,0,0,100,119,0,0,100,119,0,0,100,119,0,0,106,119,0,0,108,119,0,0,114,119,0,0,122,119,0,0,122,119,0,0,122,119,0,0,122,119,0,0,130,119,0,0,130,119,0,0,130,119,0,0,134,119,0,0,148,119,0,0,150,119,0,0,150,119,0,0,150,119,0,0,150,119,0,0,156,119,0,0,162,119,0,0,162,119,0,0,162,119,0,0,162,119,0,0,164,119,0,0,164,119,0,0,176,119,0,0,176,119,0,0,176,119,0,0,188,119,0,0,190,119,0,0,200,119,0,0,202,119,0,0,206,119,0,0,214,119,0,0,216,119,0,0,216,119,0,0,220,119,0,0,220,119,0,0,222,119,0,0,224,119,0,0,224,119,0,0,224,119,0,0,234,119,0,0,236,119,0,0,236,119,0,0,238,119,0,0,238,119,0,0,238,119,0,0,244,119,0,0,244,119,0,0,244,119,0,0,246,119,0,0,252,119,0,0,252,119,0,0,252,119,0,0,252,119,0,0,254,119,0,0,254,119,0,0,4,120,0,0,12,120,0,0,14,120,0,0,14,120,0,0,16,120,0,0,20,120,0,0,22,120,0,0,24,120,0,0,26,120,0,0,26,120,0,0,26,120,0,0,30,120,0,0,30,120,0,0,32,120,0,0,32,120,0,0,36,120,0,0,36,120,0,0,38,120,0,0,38,120,0,0,38,120,0,0,38,120,0,0,40,120,0,0,42,120,0,0,48,120,0,0,48,120,0,0,52,120,0,0,54,120,0,0,56,120,0,0,56,120,0,0,58,120,0,0,58,120,0,0,58,120,0,0,68,120,0,0,68,120,0,0,68,120,0,0,68,120,0,0,70,120,0,0,74,120,0,0,74,120,0,0,74,120,0,0,76,120,0,0,76,120,0,0,76,120,0,0,76,120,0,0,76,120,0,0,82,120,0,0,82,120,0,0,82,120,0,0,88,120,0,0,90,120,0,0,94,120,0,0,98,120,0,0,100,120,0,0,100,120,0,0,104,120,0,0,106,120,0,0,106,120,0,0,108,120,0,0,108,120,0,0,108,120,0,0,108,120,0,0,110,120,0,0,110,120,0,0,110,120,0,0,114,120,0,0,118,120,0,0,128,120,0,0,130,120,0,0,136,120,0,0,136,120,0,0,136,120,0,0,136,120,0,0,142,120,0,0,144,120,0,0,146,120,0,0,148,120,0,0,150,120,0,0,152,120,0,0,152,120,0,0,154,120,0,0,156,120,0,0,156,120,0,0,156,120,0,0,156,120,0,0,160,120,0,0,164,120,0,0,166,120,0,0,166,120,0,0,170,120,0,0,170,120,0,0,170,120,0,0,170,120,0,0,172,120,0,0,184,120,0,0,188,120,0,0,190,120,0,0,190,120,0,0,190,120,0,0,196,120,0,0,196,120,0,0,198,120,0,0,198,120,0,0,198,120,0,0,198,120,0,0,204,120,0,0,204,120,0,0,204,120,0,0,206,120,0,0,208,120,0,0,208,120,0,0,208,120,0,0,208,120,0,0,212,120,0,0,216,120,0,0,220,120,0,0,224,120,0,0,224,120,0,0,226,120,0,0,226,120,0,0,226,120,0,0,230,120,0,0,232,120,0,0,232,120,0,0,232,120,0,0,232,120,0,0,234,120,0,0,240,120,0,0,242,120,0,0,242,120,0,0,242,120,0,0,242,120,0,0,242,120,0,0,246,120,0,0,246,120,0,0,246,120,0,0,246,120,0,0,250,120,0,0,250,120,0,0,250,120,0,0,250,120,0,0,250,120,0,0,250,120,0,0,250,120,0,0,254,120,0,0,8,121,0,0,8,121,0,0,12,121,0,0,14,121,0,0,16,121,0,0,16,121,0,0,16,121,0,0,22,121,0,0,24,121,0,0,24,121,0,0,24,121,0,0,24,121,0,0,30,121,0,0,36,121,0,0,46,121,0,0,46,121,0,0,46,121,0,0,50,121,0,0,54,121,0,0,54,121,0,0,54,121,0,0,62,121,0,0,64,121,0,0,64,121,0,0,66,121,0,0,78,121,0,0,78,121,0,0,78,121,0,0,78,121,0,0,78,121,0,0,82,121,0,0,84,121,0,0,86,121,0,0,86,121,0,0,86,121,0,0,86,121,0,0,88,121,0,0,90,121,0,0,90,121,0,0,90,121,0,0,94,121,0,0,94,121,0,0,94,121,0,0,98,121,0,0,102,121,0,0,104,121,0,0,108,121,0,0,112,121,0,0,126,121,0,0,128,121,0,0,128,121,0,0,128,121,0,0,144,121,0,0,144,121,0,0,144,121,0,0,144,121,0,0,146,121,0,0,148,121,0,0,148,121,0,0,150,121,0,0,152,121,0,0,156,121,0,0,162,121,0,0,162,121,0,0,164,121,0,0,164,121,0,0,166,121,0,0,170,121,0,0,170,121,0,0,170,121,0,0,176,121,0,0,176,121,0,0,176,121,0,0,176,121,0,0,176,121,0,0,176,121,0,0,180,121,0,0,180,121,0,0,180,121,0,0,184,121,0,0,184,121,0,0,184,121,0,0,186,121,0,0,192,121,0,0,192,121,0,0,198,121,0,0,198,121,0,0,198,121,0,0,198,121,0,0,198,121,0,0,198,121,0,0,198,121,0,0,198,121,0,0,200,121,0,0,204,121,0,0,206,121,0,0,208,121,0,0,208,121,0,0,208,121,0,0,208,121,0,0,210,121,0,0,210,121,0,0,214,121,0,0,218,121,0,0,220,121,0,0,220,121,0,0,222,121,0,0,224,121,0,0,224,121,0,0,226,121,0,0,230,121,0,0,230,121,0,0,236,121,0,0,242,121,0,0,242,121,0,0,242,121,0,0,242,121,0,0,246,121,0,0,248,121,0,0,248,121,0,0,0,122,0,0,2,122,0,0,2,122,0,0,4,122,0,0,4,122,0,0,4,122,0,0,4,122,0,0,4,122,0,0,4,122,0,0,6,122,0,0,6,122,0,0,10,122,0,0,10,122,0,0,10,122,0,0,12,122,0,0,18,122,0,0,18,122,0,0,18,122,0,0,20,122,0,0,22,122,0,0,22,122,0,0,22,122,0,0,22,122,0,0,24,122,0,0,24,122,0,0,24,122,0,0,28,122,0,0,32,122,0,0,32,122,0,0,32,122,0,0,36,122,0,0,38,122,0,0,38,122,0,0,40,122,0,0,42,122,0,0,44,122,0,0,44,122,0,0,44,122,0,0,44,122,0,0,44,122,0,0,44,122,0,0,50,122,0,0,50,122,0,0,52,122,0,0,54,122,0,0,62,122,0,0,62,122,0,0,62,122,0,0,62,122,0,0,62,122,0,0,62,122,0,0,62,122,0,0,66,122,0,0,66,122,0,0,66,122,0,0,66,122,0,0,66,122,0,0,66,122,0,0,66,122,0,0,70,122,0,0,70,122,0,0,70,122,0,0,70,122,0,0,70,122,0,0,72,122,0,0,72,122,0,0,72,122,0,0,72,122,0,0,72,122,0,0,72,122,0,0,76,122,0,0,76,122,0,0,76,122,0,0,80,122,0,0,80,122,0,0,84,122,0,0,90,122,0,0,90,122,0,0,90,122,0,0,90,122,0,0,94,122,0,0,98,122,0,0,104,122,0,0,106,122,0,0,110,122,0,0,112,122,0,0,114,122,0,0,114,122,0,0,114,122,0,0,114,122,0,0,114,122,0,0,116,122,0,0,118,122,0,0,122,122,0,0,124,122,0,0,124,122,0,0,126,122,0,0,128,122,0,0,138,122,0,0,140,122,0,0,142,122,0,0,144,122,0,0,144,122,0,0,146,122,0,0,146,122,0,0,150,122,0,0,150,122,0,0,154,122,0,0,154,122,0,0,154,122,0,0,154,122,0,0,160,122,0,0,160,122,0,0,160,122,0,0,160,122,0,0,164,122,0,0,164,122,0,0,164,122,0,0,164,122,0,0,168,122,0,0,168,122,0,0,172,122,0,0,176,122,0,0,182,122,0,0,184,122,0,0,192,122,0,0,194,122,0,0,194,122,0,0,194,122,0,0,194,122,0,0,198,122,0,0,208,122,0,0,208,122,0,0,208,122,0,0,208,122,0,0,208,122,0,0,208,122,0,0,210,122,0,0,210,122,0,0,214,122,0,0,214,122,0,0,214,122,0,0,214,122,0,0,214,122,0,0,220,122,0,0,220,122,0,0,220,122,0,0,220,122,0,0,226,122,0,0,230,122,0,0,230,122,0,0,230,122,0,0,234,122,0,0,236,122,0,0,236,122,0,0,236,122,0,0,236,122,0,0,242,122,0,0,242,122,0,0,242,122,0,0,242,122,0,0,244,122,0,0,244,122,0,0,248,122,0,0,250,122,0,0,250,122,0,0,250,122,0,0,254,122,0,0,0,123,0,0,0,123,0,0,0,123,0,0,2,123,0,0,2,123,0,0,6,123,0,0,6,123,0,0,18,123,0,0,20,123,0,0,20,123,0,0,24,123,0,0,24,123,0,0,24,123,0,0,24,123,0,0,24,123,0,0,24,123,0,0,32,123,0,0,36,123,0,0,40,123,0,0,40,123,0,0,40,123,0,0,40,123,0,0,46,123,0,0,54,123,0,0,58,123,0,0,58,123,0,0,58,123,0,0,58,123,0,0,58,123,0,0,58,123,0,0,62,123,0,0,62,123,0,0,62,123,0,0,62,123,0,0,64,123,0,0,72,123,0,0,76,123,0,0,78,123,0,0,84,123,0,0,84,123,0,0,88,123,0,0,88,123,0,0,88,123,0,0,88,123,0,0,90,123,0,0,92,123,0,0,96,123,0,0,96,123,0,0,96,123,0,0,98,123,0,0,102,123,0,0,106,123,0,0,110,123,0,0,116,123,0,0,116,123,0,0,116,123,0,0,116,123,0,0,116,123,0,0,116,123,0,0,124,123,0,0,124,123,0,0,124,123,0,0,124,123,0,0,124,123,0,0,126,123,0,0,126,123,0,0,126,123,0,0,132,123,0,0,132,123,0,0,138,123,0,0,138,123,0,0,138,123,0,0,138,123,0,0,140,123,0,0,140,123,0,0,142,123,0,0,142,123,0,0,142,123,0,0,142,123,0,0,144,123,0,0,144,123,0,0,146,123,0,0,158,123,0,0,160,123,0,0,162,123,0,0,166,123,0,0,166,123,0,0,168,123,0,0,168,123,0,0,168,123,0,0,172,123,0,0,176,123,0,0,176,123,0,0,178,123,0,0,178,123,0,0,178,123,0,0,178,123,0,0,178,123,0,0,180,123,0,0,184,123,0,0,186,123,0,0,186,123,0,0,194,123,0,0,196,123,0,0,198,123,0,0,198,123,0,0,198,123,0,0,198,123,0,0,198,123,0,0,198,123,0,0,200,123,0,0,200,123,0,0,202,123,0,0,202,123,0,0,202,123,0,0,202,123,0,0,202,123,0,0,202,123,0,0,202,123,0,0,202,123,0,0,202,123,0,0,206,123,0,0,208,123,0,0,210,123,0,0,212,123,0,0,216,123,0,0,216,123,0,0,216,123,0,0,216,123,0,0,218,123,0,0,220,123,0,0,220,123,0,0,220,123,0,0,220,123,0,0,220,123,0,0,220,123,0,0,220,123,0,0,220,123,0,0,220,123,0,0,228,123,0,0,228,123,0,0,230,123,0,0,232,123,0,0,232,123,0,0,232,123,0,0,236,123,0,0,236,123,0,0,238,123,0,0,238,123,0,0,238,123,0,0,238,123,0,0,238,123,0,0,238,123,0,0,238,123,0,0,242,123,0,0,242,123,0,0,242,123,0,0,242,123,0,0,242,123,0,0,242,123,0,0,242,123,0,0,244,123,0,0,244,123,0,0,244,123,0,0,244,123,0,0,244,123,0,0,244,123,0,0,244,123,0,0,250,123,0,0,0,124,0,0,2,124,0,0,2,124,0,0,2,124,0,0,4,124,0,0,10,124,0,0,12,124,0,0,16,124,0,0,16,124,0,0,16,124,0,0,16,124,0,0,16,124,0,0,18,124,0,0,18,124,0,0,20,124,0,0,32,124,0,0,34,124,0,0,36,124,0,0,38,124,0,0,38,124,0,0,38,124,0,0,38,124,0,0,46,124,0,0,46,124,0,0,48,124,0,0,48,124,0,0,52,124,0,0,52,124,0,0,70,124,0,0,74,124,0,0,74,124,0,0,86,124,0,0,86,124,0,0,88,124,0,0,92,124,0,0,92,124,0,0,92,124,0,0,92,124,0,0,94,124,0,0,100,124,0,0,100,124,0,0,102,124,0,0,102,124,0,0,106,124,0,0,108,124,0,0,114,124,0,0,114,124,0,0,114,124,0,0,120,124,0,0,124,124,0,0,124,124,0,0,124,124,0,0,126,124,0,0,128,124,0,0,130,124,0,0,132,124,0,0,140,124,0,0,140,124,0,0,140,124,0,0,148,124,0,0,152,124,0,0,154,124,0,0,154,124,0,0,156,124,0,0,156,124,0,0,160,124,0,0,160,124,0,0,160,124,0,0,162,124,0,0,164,124,0,0,166,124,0,0,168,124,0,0,168,124,0,0,178,124,0,0,184,124,0,0,186,124,0,0,192,124,0,0,192,124,0,0,192,124,0,0,194,124,0,0,196,124,0,0,196,124,0,0,196,124,0,0,198,124,0,0,198,124,0,0,202,124,0,0,202,124,0,0,202,124,0,0,202,124,0,0,204,124,0,0,204,124,0,0,206,124,0,0,208,124,0,0,208,124,0,0,214,124,0,0,216,124,0,0,220,124,0,0,224,124,0,0,224,124,0,0,226,124,0,0,228,124,0,0,234,124,0,0,234,124,0,0,234,124,0,0,240,124,0,0,240,124,0,0,240,124,0,0,240,124,0,0,240,124,0,0,242,124,0,0,244,124,0,0,248,124,0,0,248,124,0,0,0,125,0,0,4,125,0,0,4,125,0,0,6,125,0,0,8,125,0,0,12,125,0,0,12,125,0,0,12,125,0,0,14,125,0,0,14,125,0,0,14,125,0,0,14,125,0,0,18,125,0,0,24,125,0,0,30,125,0,0,36,125,0,0,36,125,0,0,40,125,0,0,40,125,0,0,42,125,0,0,42,125,0,0,42,125,0,0,44,125,0,0,44,125,0,0,50,125,0,0,50,125,0,0,50,125,0,0,52,125,0,0,52,125,0,0,52,125,0,0,52,125,0,0,52,125,0,0,54,125,0,0,56,125,0,0,58,125,0,0,62,125,0,0,62,125,0,0,64,125,0,0,64,125,0,0,64,125,0,0,66,125,0,0,66,125,0,0,68,125,0,0,72,125,0,0,72,125,0,0,76,125,0,0,78,125,0,0,78,125,0,0,78,125,0,0,78,125,0,0,78,125,0,0,88,125,0,0,88,125,0,0,88,125,0,0,88,125,0,0,90,125,0,0,92,125,0,0,92,125,0,0,92,125,0,0,92,125,0,0,94,125,0,0,94,125,0,0,96,125,0,0,96,125,0,0,96,125,0,0,100,125,0,0,100,125,0,0,106,125,0,0,106,125,0,0,110,125,0,0,110,125,0,0,110,125,0,0,112,125,0,0,116,125,0,0,120,125,0,0,120,125,0,0,122,125,0,0,124,125,0,0,126,125,0,0,128,125,0,0,132,125,0,0,134,125,0,0,140,125,0,0,140,125,0,0,142,125,0,0,142,125,0,0,142,125,0,0,146,125,0,0,156,125,0,0,156,125,0,0,162,125,0,0,162,125,0,0,162,125,0,0,168,125,0,0,170,125,0,0,170,125,0,0,170,125,0,0,176,125,0,0,176,125,0,0,180,125,0,0,186,125,0,0,188,125,0,0,188,125,0,0,190,125,0,0,190,125,0,0,192,125,0,0,192,125,0,0,192,125,0,0,194,125,0,0,198,125,0,0,198,125,0,0,200,125,0,0,202,125,0,0,206,125,0,0,208,125,0,0,210,125,0,0,210,125,0,0,214,125,0,0,214,125,0,0,214,125,0,0,214,125,0,0,218,125,0,0,218,125,0,0,218,125,0,0,218,125,0,0,218,125,0,0,224,125,0,0,228,125,0,0,228,125,0,0,234,125,0,0,234,125,0,0,244,125,0,0,244,125,0,0,244,125,0,0,246,125,0,0,246,125,0,0,246,125,0,0,246,125,0,0,246,125,0,0,248,125,0,0,254,125,0,0,254,125,0,0,0,126,0,0,4,126,0,0,4,126,0,0,4,126,0,0,8,126,0,0,14,126,0,0,14,126,0,0,16,126,0,0,16,126,0,0,24,126,0,0,24,126,0,0,26,126,0,0,26,126,0,0,26,126,0,0,30,126,0,0,32,126,0,0,34,126,0,0,36,126,0,0,40,126,0,0,40,126,0,0,42,126,0,0,42,126,0,0,42,126,0,0,42,126,0,0,42,126,0,0,42,126,0,0,42,126,0,0,42,126,0,0,44,126,0,0,44,126,0,0,46,126,0,0,46,126,0,0,46,126,0,0,46,126,0,0,46,126,0,0,46,126,0,0,48,126,0,0,50,126,0,0,50,126,0,0,56,126,0,0,58,126,0,0,58,126,0,0,58,126,0,0,58,126,0,0,58,126,0,0,58,126,0,0,58,126,0,0,58,126,0,0,60,126,0,0,62,126,0,0,70,126,0,0,70,126,0,0,74,126,0,0,76,126,0,0,84,126,0,0,84,126,0,0,84,126,0,0,84,126,0,0,84,126,0,0,86,126,0,0,88,126,0,0,92,126,0,0,92,126,0,0,92,126,0,0,92,126,0,0,92,126,0,0,96,126,0,0,98,126,0,0,98,126,0,0,100,126,0,0,100,126,0,0,100,126,0,0,102,126,0,0,102,126,0,0,104,126,0,0,104,126,0,0,104,126,0,0,104,126,0,0,110,126,0,0,116,126,0,0,116,126,0,0,116,126,0,0,122,126,0,0,122,126,0,0,122,126,0,0,124,126,0,0,124,126,0,0,124,126,0,0,126,126,0,0,134,126,0,0,138,126,0,0,138,126,0,0,138,126,0,0,142,126,0,0,142,126,0,0,148,126,0,0,150,126,0,0,150,126,0,0,152,126,0,0,156,126,0,0,156,126,0,0,156,126,0,0,156,126,0,0,162,126,0,0,162,126,0,0,164,126,0,0,168,126,0,0,174,126,0,0,174,126,0,0,178,126,0,0,182,126,0,0,182,126,0,0,184,126,0,0,190,126,0,0,190,126,0,0,190,126,0,0,196,126,0,0,198,126,0,0,204,126,0,0,204,126,0,0,204,126,0,0,206,126,0,0,206,126,0,0,206,126,0,0,206,126,0,0,212,126,0,0,214,126,0,0,222,126,0,0,222,126,0,0,226,126,0,0,226,126,0,0,226,126,0,0,226,126,0,0,230,126,0,0,230,126,0,0,230,126,0,0,230,126,0,0,230,126,0,0,230,126,0,0,232,126,0,0,234,126,0,0,236,126,0,0,238,126,0,0,238,126,0,0,240,126,0,0,240,126,0,0,244,126,0,0,252,126,0,0,254,126,0,0,2,127,0,0,8,127,0,0,8,127,0,0,10,127,0,0,12,127,0,0,14,127,0,0,14,127,0,0,20,127,0,0,28,127,0,0,34,127,0,0,34,127,0,0,34,127,0,0,34,127,0,0,34,127,0,0,34,127,0,0,40,127,0,0,40,127,0,0,40,127,0,0,44,127,0,0,44,127,0,0,44,127,0,0,46,127,0,0,46,127,0,0,46,127,0,0,46,127,0,0,48,127,0,0,48,127,0,0,54,127,0,0,54,127,0,0,60,127,0,0,60,127,0,0,66,127,0,0,68,127,0,0,68,127,0,0,78,127,0,0,82,127,0,0,84,127,0,0,88,127,0,0,88,127,0,0,90,127,0,0,90,127,0,0,96,127,0,0,96,127,0,0,104,127,0,0,104,127,0,0,108,127,0,0,108,127,0,0,108,127,0,0,112,127,0,0,112,127,0,0,112,127,0,0,114,127,0,0,114,127,0,0,118,127,0,0,124,127,0,0,124,127,0,0,124,127,0,0,124,127,0,0,124,127,0,0,126,127,0,0,126,127,0,0,126,127,0,0,126,127,0,0,128,127,0,0,130,127,0,0,132,127,0,0,132,127,0,0,132,127,0,0,132,127,0,0,134,127,0,0,134,127,0,0,134,127,0,0,134,127,0,0,134,127,0,0,134,127,0,0,136,127,0,0,136,127,0,0,138,127,0,0,138,127,0,0,140,127,0,0,142,127,0,0,148,127,0,0,156,127,0,0,156,127,0,0,162,127,0,0,164,127,0,0,164,127,0,0,164,127,0,0,166,127,0,0,172,127,0,0,172,127,0,0,176,127,0,0,176,127,0,0,176,127,0,0,180,127,0,0,180,127,0,0,180,127,0,0,180,127,0,0,182,127,0,0,190,127,0,0,190,127,0,0,190,127,0,0,192,127,0,0,192,127,0,0,192,127,0,0,192,127,0,0,198,127,0,0,200,127,0,0,204,127,0,0,204,127,0,0,206,127,0,0,206,127,0,0,208,127,0,0,208,127,0,0,212,127,0,0,214,127,0,0,216,127,0,0,220,127,0,0,220,127,0,0,226,127,0,0,228,127,0,0,230,127,0,0,236,127,0,0,250,127,0,0,254,127,0,0,4,128,0,0,4,128,0,0,4,128,0,0,4,128,0,0,18,128,0,0,18,128,0,0,18,128,0,0,18,128,0,0,18,128,0,0,18,128,0,0,20,128,0,0,22,128,0,0,28,128,0,0,32,128,0,0,32,128,0,0,32,128,0,0,38,128,0,0,40,128,0,0,40,128,0,0,40,128,0,0,44,128,0,0,50,128,0,0,50,128,0,0,50,128,0,0,50,128,0,0,56,128,0,0,58,128,0,0,58,128,0,0,58,128,0,0,58,128,0,0,58,128,0,0,58,128,0,0,58,128,0,0,60,128,0,0,66,128,0,0,66,128,0,0,66,128,0,0,68,128,0,0,76,128,0,0,76,128,0,0,78,128,0,0,78,128,0,0,78,128,0,0,78,128,0,0,78,128,0,0,78,128,0,0,78,128,0,0,82,128,0,0,86,128,0,0,86,128,0,0,92,128,0,0,92,128,0,0,94,128,0,0,94,128,0,0,94,128,0,0,98,128,0,0,98,128,0,0,106,128,0,0,112,128,0,0,118,128,0,0,122,128,0,0,122,128,0,0,124,128,0,0,128,128,0,0,130,128,0,0,130,128,0,0,134,128,0,0,136,128,0,0,136,128,0,0,138,128,0,0,138,128,0,0,142,128,0,0,142,128,0,0,142,128,0,0,144,128,0,0,144,128,0,0,144,128,0,0,144,128,0,0,154,128,0,0,154,128,0,0,158,128,0,0,164,128,0,0,166,128,0,0,172,128,0,0,174,128,0,0,174,128,0,0,178,128,0,0,178,128,0,0,180,128,0,0,180,128,0,0,182,128,0,0,186,128,0,0,190,128,0,0,190,128,0,0,192,128,0,0,192,128,0,0,192,128,0,0,192,128,0,0,192,128,0,0,194,128,0,0,194,128,0,0,194,128,0,0,196,128,0,0,196,128,0,0,196,128,0,0,198,128,0,0,198,128,0,0,198,128,0,0,198,128,0,0,198,128,0,0,198,128,0,0,198,128,0,0,198,128,0,0,198,128,0,0,198,128,0,0,198,128,0,0,198,128,0,0,200,128,0,0,202,128,0,0,204,128,0,0,204,128,0,0,208,128,0,0,208,128,0,0,210,128,0,0,212,128,0,0,216,128,0,0,216,128,0,0,222,128,0,0,222,128,0,0,224,128,0,0,224,128,0,0,224,128,0,0,226,128,0,0,226,128,0,0,226,128,0,0,226,128,0,0,228,128,0,0,228,128,0,0,230,128,0,0,230,128,0,0,230,128,0,0,230,128,0,0,232,128,0,0,232,128,0,0,234,128,0,0,238,128,0,0,238,128,0,0,238,128,0,0,238,128,0,0,238,128,0,0,244,128,0,0,246,128,0,0,248,128,0,0,248,128,0,0,252,128,0,0,6,129,0,0,8,129,0,0,10,129,0,0,12,129,0,0,12,129,0,0,14,129,0,0,20,129,0,0,20,129,0,0,20,129,0,0,22,129,0,0,26,129,0,0,28,129,0,0,32,129,0,0,34,129,0,0,40,129,0,0,44,129,0,0,46,129,0,0,64,129,0,0,68,129,0,0,68,129,0,0,70,129,0,0,72,129,0,0,80,129,0,0,80,129,0,0,80,129,0,0,80,129,0,0,84,129,0,0,86,129,0,0,90,129,0,0,96,129,0,0,100,129,0,0,106,129,0,0,106,129,0,0,106,129,0,0,112,129,0,0,112,129,0,0,126,129,0,0,126,129,0,0,128,129,0,0,128,129,0,0,128,129,0,0,130,129,0,0,136,129,0,0,144,129,0,0,144,129,0,0,146,129,0,0,148,129,0,0,148,129,0,0,152,129,0,0,152,129,0,0,152,129,0,0,156,129,0,0,156,129,0,0,156,129,0,0,156,129,0,0,156,129,0,0,158,129,0,0,164,129,0,0,164,129,0,0,164,129,0,0,168,129,0,0,170,129,0,0,174,129,0,0,176,129,0,0,178,129,0,0,178,129,0,0,182,129,0,0,182,129,0,0,188,129,0,0,190,129,0,0,190,129,0,0,202,129,0,0,204,129,0,0,204,129,0,0,212,129,0,0,212,129,0,0,216,129,0,0,218,129,0,0,224,129,0,0,228,129,0,0,230,129,0,0,232,129,0,0,232,129,0,0,236,129,0,0,236,129,0,0,242,129,0,0,242,129,0,0,242,129,0,0,244,129,0,0,250,129,0,0,250,129,0,0,250,129,0,0,250,129,0,0,2,130,0,0,4,130,0,0,8,130,0,0,12,130,0,0,16,130,0,0,18,130,0,0,20,130,0,0,20,130,0,0,22,130,0,0,30,130,0,0,32,130,0,0,32,130,0,0,34,130,0,0,36,130,0,0,38,130,0,0,38,130,0,0,40,130,0,0,44,130,0,0,46,130,0,0,46,130,0,0,52,130,0,0,52,130,0,0,52,130,0,0,52,130,0,0,56,130,0,0,56,130,0,0,56,130,0,0,60,130,0,0,60,130,0,0,60,130,0,0,62,130,0,0,62,130,0,0,66,130,0,0,66,130,0,0,66,130,0,0,68,130,0,0,68,130,0,0,68,130,0,0,68,130,0,0,78,130,0,0,80,130,0,0,80,130,0,0,92,130,0,0,92,130,0,0,96,130,0,0,98,130,0,0,102,130,0,0,102,130,0,0,104,130,0,0,108,130,0,0,116,130,0,0,118,130,0,0,120,130,0,0,126,130,0,0,128,130,0,0,128,130,0,0,132,130,0,0,134,130,0,0,134,130,0,0,136,130,0,0,136,130,0,0,138,130,0,0,138,130,0,0,146,130,0,0,152,130,0,0,160,130,0,0,160,130,0,0,164,130,0,0,164,130,0,0,164,130,0,0,164,130,0,0,166,130,0,0,166,130,0,0,170,130,0,0,170,130,0,0,172,130,0,0,172,130,0,0,176,130,0,0,176,130,0,0,180,130,0,0,182,130,0,0,184,130,0,0,184,130,0,0,186,130,0,0,186,130,0,0,190,130,0,0,192,130,0,0,202,130,0,0,204,130,0,0,204,130,0,0,204,130,0,0,204,130,0,0,204,130,0,0,210,130,0,0,210,130,0,0,214,130,0,0,218,130,0,0,220,130,0,0,224,130,0,0,224,130,0,0,232,130,0,0,232,130,0,0,236,130,0,0,244,130,0,0,250,130,0,0,250,130,0,0,250,130,0,0,254,130,0,0,254,130,0,0,0,131,0,0,2,131,0,0,8,131,0,0,8,131,0,0,10,131,0,0,10,131,0,0,18,131,0,0,18,131,0,0,18,131,0,0,18,131,0,0,20,131,0,0,20,131,0,0,20,131,0,0,20,131,0,0,24,131,0,0,24,131,0,0,26,131,0,0,26,131,0,0,26,131,0,0,28,131,0,0,36,131,0,0,36,131,0,0,36,131,0,0,36,131,0,0,44,131,0,0,44,131,0,0,46,131,0,0,46,131,0,0,50,131,0,0,52,131,0,0,52,131,0,0,54,131,0,0,56,131,0,0,56,131,0,0,58,131,0,0,60,131,0,0,60,131,0,0,62,131,0,0,64,131,0,0,66,131,0,0,68,131,0,0,74,131,0,0,74,131,0,0,74,131,0,0,74,131,0,0,76,131,0,0,84,131,0,0,84,131,0,0,84,131,0,0,86,131,0,0,86,131,0,0,86,131,0,0,86,131,0,0,96,131,0,0,98,131,0,0,104,131,0,0,104,131,0,0,104,131,0,0,104,131,0,0,104,131,0,0,104,131,0,0,104,131,0,0,110,131,0,0,112,131,0,0,114,131,0,0,120,131,0,0,122,131,0,0,130,131,0,0,130,131,0,0,130,131,0,0,130,131,0,0,136,131,0,0,146,131,0,0,150,131,0,0,150,131,0,0,154,131,0,0,154,131,0,0,154,131,0,0,156,131,0,0,156,131,0,0,158,131,0,0,158,131,0,0,164,131,0,0,164,131,0,0,172,131,0,0,174,131,0,0,178,131,0,0,178,131,0,0,178,131,0,0,178,131,0,0,178,131,0,0,178,131,0,0,178,131,0,0,178,131,0,0,178,131,0,0,180,131,0,0,184,131,0,0,184,131,0,0,184,131,0,0,184,131,0,0,186,131,0,0,188,131,0,0,190,131,0,0,190,131,0,0,192,131,0,0,192,131,0,0,192,131,0,0,192,131,0,0,192,131,0,0,192,131,0,0,194,131,0,0,198,131,0,0,198,131,0,0,200,131,0,0,208,131,0,0,208,131,0,0,208,131,0,0,210,131,0,0,218,131,0,0,224,131,0,0,224,131,0,0,232,131,0,0,234,131,0,0,236,131,0,0,242,131,0,0,246,131,0,0,246,131,0,0,246,131,0,0,248,131,0,0,254,131,0,0,0,132,0,0,0,132,0,0,2,132,0,0,4,132,0,0,8,132,0,0,10,132,0,0,14,132,0,0,14,132,0,0,16,132,0,0,16,132,0,0,16,132,0,0,16,132,0,0,16,132,0,0,18,132,0,0,22,132,0,0,22,132,0,0,22,132,0,0,26,132,0,0,26,132,0,0,26,132,0,0,26,132,0,0,30,132,0,0,30,132,0,0,30,132,0,0,36,132,0,0,36,132,0,0,36,132,0,0,38,132,0,0,40,132,0,0,40,132,0,0,44,132,0,0,48,132,0,0,52,132,0,0,52,132,0,0,52,132,0,0,52,132,0,0,58,132,0,0,60,132,0,0,66,132,0,0,68,132,0,0,76,132,0,0,76,132,0,0,76,132,0,0,76,132,0,0,76,132,0,0,76,132,0,0,78,132,0,0,84,132,0,0,88,132,0,0,88,132,0,0,88,132,0,0,88,132,0,0,88,132,0,0,88,132,0,0,90,132,0,0,90,132,0,0,92,132,0,0,94,132,0,0,94,132,0,0,96,132,0,0,96,132,0,0,98,132,0,0,100,132,0,0,100,132,0,0,100,132,0,0,100,132,0,0,102,132,0,0,104,132,0,0,104,132,0,0,112,132,0,0,112,132,0,0,112,132,0,0,114,132,0,0,114,132,0,0,114,132,0,0,114,132,0,0,114,132,0,0,114,132,0,0,118,132,0,0,118,132,0,0,120,132,0,0,124,132,0,0,124,132,0,0,126,132,0,0,126,132,0,0,126,132,0,0,126,132,0,0,128,132,0,0,128,132,0,0,132,132,0,0,132,132,0,0,136,132,0,0,136,132,0,0,138,132,0,0,140,132,0,0,142,132,0,0,148,132,0,0,148,132,0,0,152,132,0,0,152,132,0,0,152,132,0,0,154,132,0,0,154,132,0,0,156,132,0,0,158,132,0,0,160,132,0,0,162,132,0,0,162,132,0,0,162,132,0,0,166,132,0,0,166,132,0,0,166,132,0,0,168,132,0,0,168,132,0,0,168,132,0,0,172,132,0,0,178,132,0,0,182,132,0,0,182,132,0,0,184,132,0,0,188,132,0,0,192,132,0,0,192,132,0,0,192,132,0,0,192,132,0,0,194,132,0,0,194,132,0,0,194,132,0,0,194,132,0,0,194,132,0,0,194,132,0,0,200,132,0,0,204,132,0,0,204,132,0,0,204,132,0,0,206,132,0,0,210,132,0,0,216,132,0,0,216,132,0,0,216,132,0,0,216,132,0,0,216,132,0,0,222,132,0,0,222,132,0,0,224,132,0,0,224,132,0,0,230,132,0,0,246,132,0,0,246,132,0,0,246,132,0,0,246,132,0,0,246,132,0,0,250,132,0,0,250,132,0,0,250,132,0,0,250,132,0,0,0,133,0,0,0,133,0,0,10,133,0,0,12,133,0,0,12,133,0,0,12,133,0,0,14,133,0,0,16,133,0,0,16,133,0,0,32,133,0,0,34,133,0,0,34,133,0,0,34,133,0,0,38,133,0,0,38,133,0,0,38,133,0,0,40,133,0,0,44,133,0,0,44,133,0,0,44,133,0,0,48,133,0,0,54,133,0,0,58,133,0,0,60,133,0,0,62,133,0,0,64,133,0,0,78,133,0,0,78,133,0,0,80,133,0,0,80,133,0,0,84,133,0,0,90,133,0,0,94,133,0,0,100,133,0,0,100,133,0,0,106,133,0,0,108,133,0,0,114,133,0,0,118,133,0,0,120,133,0,0,122,133,0,0,122,133,0,0,136,133,0,0,136,133,0,0,140,133,0,0,140,133,0,0,142,133,0,0,142,133,0,0,146,133,0,0,146,133,0,0,148,133,0,0,154,133,0,0,154,133,0,0,160,133,0,0,166,133,0,0,166,133,0,0,172,133,0,0,174,133,0,0,174,133,0,0,174,133,0,0,174,133,0,0,174,133,0,0,178,133,0,0,182,133,0,0,182,133,0,0,182,133,0,0,184,133,0,0,196,133,0,0,202,133,0,0,206,133,0,0,206,133,0,0,206,133,0,0,206,133,0,0,206,133,0,0,206,133,0,0,214,133,0,0,214,133,0,0,216,133,0,0,216,133,0,0,218,133,0,0,220,133,0,0,224,133,0,0,224,133,0,0,228,133,0,0,230,133,0,0,234,133,0,0,234,133,0,0,234,133,0,0,234,133,0,0,234,133,0,0,236,133,0,0,240,133,0,0,240,133,0,0,240,133,0,0,248,133,0,0,6,134,0,0,8,134,0,0,12,134,0,0,14,134,0,0,22,134,0,0,22,134,0,0,22,134,0,0,26,134,0,0,32,134,0,0,32,134,0,0,32,134,0,0,36,134,0,0,36,134,0,0,36,134,0,0,38,134,0,0,40,134,0,0,46,134,0,0,46,134,0,0,52,134,0,0,54,134,0,0,54,134,0,0,54,134,0,0,56,134,0,0,58,134,0,0,58,134,0,0,64,134,0,0,68,134,0,0,74,134,0,0,74,134,0,0,74,134,0,0,78,134,0,0,78,134,0,0,78,134,0,0,84,134,0,0,86,134,0,0,86,134,0,0,90,134,0,0,90,134,0,0,90,134,0,0,94,134,0,0,94,134,0,0,94,134,0,0,96,134,0,0,96,134,0,0,96,134,0,0,96,134,0,0,102,134,0,0,102,134,0,0,102,134,0,0,106,134,0,0,106,134,0,0,110,134,0,0,120,134,0,0,124,134,0,0,126,134,0,0,126,134,0,0,130,134,0,0,130,134,0,0,134,134,0,0,134,134,0,0,134,134,0,0,134,134,0,0,134,134,0,0,134,134,0,0,134,134,0,0,134,134,0,0,134,134,0,0,134,134,0,0,136,134,0,0,136,134,0,0,136,134,0,0,138,134,0,0,138,134,0,0,142,134,0,0,146,134,0,0,154,134,0,0,154,134,0,0,154,134,0,0,156,134,0,0,158,134,0,0,158,134,0,0,158,134,0,0,160,134,0,0,160,134,0,0,160,134,0,0,160,134,0,0,160,134,0,0,164,134,0,0,164,134,0,0,170,134,0,0,170,134,0,0,172,134,0,0,174,134,0,0,182,134,0,0,190,134,0,0,190,134,0,0,190,134,0,0,190,134,0,0,190,134,0,0,190,134,0,0,190,134,0,0,190,134,0,0,192,134,0,0,194,134,0,0,194,134,0,0,194,134,0,0,206,134,0,0,208,134,0,0,208,134,0,0,208,134,0,0,208,134,0,0,208,134,0,0,210,134,0,0,212,134,0,0,212,134,0,0,216,134,0,0,216,134,0,0,218,134,0,0,218,134,0,0,218,134,0,0,218,134,0,0,218,134,0,0,224,134,0,0,228,134,0,0,236,134,0,0,236,134,0,0,236,134,0,0,238,134,0,0,238,134,0,0,240,134,0,0,242,134,0,0,242,134,0,0,248,134,0,0,252,134,0,0,252,134,0,0,4,135,0,0,6,135,0,0,8,135,0,0,8,135,0,0,8,135,0,0,10,135,0,0,10,135,0,0,12,135,0,0,14,135,0,0,20,135,0,0,20,135,0,0,22,135,0,0,22,135,0,0,22,135,0,0,22,135,0,0,26,135,0,0,26,135,0,0,28,135,0,0,34,135,0,0,38,135,0,0,46,135,0,0,46,135,0,0,46,135,0,0,48,135,0,0,56,135,0,0,58,135,0,0,58,135,0,0,60,135,0,0,64,135,0,0,64,135,0,0,66,135,0,0,66,135,0,0,68,135,0,0,70,135,0,0,70,135,0,0,70,135,0,0,70,135,0,0,70,135,0,0,70,135,0,0,72,135,0,0,74,135,0,0,74,135,0,0,78,135,0,0,78,135,0,0,78,135,0,0,78,135,0,0,84,135,0,0,86,135,0,0,88,135,0,0,88,135,0,0,88,135,0,0,88,135,0,0,88,135,0,0,88,135,0,0,88,135,0,0,88,135,0,0,90,135,0,0,92,135,0,0,96,135,0,0,96,135,0,0,96,135,0,0,96,135,0,0,98,135,0,0,98,135,0,0,98,135,0,0,102,135,0,0,104,135,0,0,106,135,0,0,106,135,0,0,114,135,0,0,116,135,0,0,118,135,0,0,122,135,0,0,122,135,0,0,134,135,0,0,140,135,0,0,146,135,0,0,146,135,0,0,146,135,0,0,146,135,0,0,146,135,0,0,146,135,0,0,146,135,0,0,146,135,0,0,146,135,0,0,148,135,0,0,148,135,0,0,156,135,0,0,158,135,0,0,160,135,0,0,160,135,0,0,160,135,0,0,164,135,0,0,172,135,0,0,172,135,0,0,182,135,0,0,184,135,0,0,184,135,0,0,184,135,0,0,194,135,0,0,194,135,0,0,196,135,0,0,196,135,0,0,200,135,0,0,208,135,0,0,210,135,0,0,210,135,0,0,210,135,0,0,210,135,0,0,210,135,0,0,214,135,0,0,222,135,0,0,224,135,0,0,228,135,0,0,230,135,0,0,230,135,0,0,234,135,0,0,234,135,0,0,238,135,0,0,238,135,0,0,242,135,0,0,244,135,0,0,244,135,0,0,248,135,0,0,252,135,0,0,252,135,0,0,252,135,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,4,136,0,0,8,136,0,0,8,136,0,0,10,136,0,0,10,136,0,0,10,136,0,0,10,136,0,0,18,136,0,0,20,136,0,0,22,136,0,0,24,136,0,0,30,136,0,0,32,136,0,0,36,136,0,0,36,136,0,0,38,136,0,0,42,136,0,0,42,136,0,0,46,136,0,0,46,136,0,0,46,136,0,0,46,136,0,0,46,136,0,0,46,136,0,0,48,136,0,0,48,136,0,0,50,136,0,0,52,136,0,0,58,136,0,0,58,136,0,0,58,136,0,0,58,136,0,0,58,136,0,0,58,136,0,0,60,136,0,0,64,136,0,0,64,136,0,0,64,136,0,0,66,136,0,0,66,136,0,0,68,136,0,0,68,136,0,0,70,136,0,0,70,136,0,0,70,136,0,0,76,136,0,0,80,136,0,0,84,136,0,0,86,136,0,0,86,136,0,0,90,136,0,0,92,136,0,0,92,136,0,0,92,136,0,0,92,136,0,0,92,136,0,0,92,136,0,0,92,136,0,0,94,136,0,0,94,136,0,0,94,136,0,0,94,136,0,0,94,136,0,0,96,136,0,0,98,136,0,0,100,136,0,0,104,136,0,0,104,136,0,0,104,136,0,0,106,136,0,0,108,136,0,0,108,136,0,0,110,136,0,0,112,136,0,0,118,136,0,0,118,136,0,0,122,136,0,0,122,136,0,0,122,136,0,0,124,136,0,0,128,136,0,0,134,136,0,0,134,136,0,0,140,136,0,0,140,136,0,0,140,136,0,0,140,136,0,0,140,136,0,0,144,136,0,0,158,136,0,0,158,136,0,0,160,136,0,0,166,136,0,0,168,136,0,0,174,136,0,0,178,136,0,0,178,136,0,0,178,136,0,0,180,136,0,0,180,136,0,0,180,136,0,0,180,136,0,0,184,136,0,0,184,136,0,0,184,136,0,0,184,136,0,0,188,136,0,0,188,136,0,0,196,136,0,0,196,136,0,0,200,136,0,0,200,136,0,0,200,136,0,0,200,136,0,0,200,136,0,0,200,136,0,0,202,136,0,0,202,136,0,0,206,136,0,0,206,136,0,0,206,136,0,0,206,136,0,0,206,136,0,0,206,136,0,0,208,136,0,0,210,136,0,0,216,136,0,0,216,136,0,0,226,136,0,0,226,136,0,0,228,136,0,0,236,136,0,0,242,136,0,0,244,136,0,0,248,136,0,0,250,136,0,0,250,136,0,0,250,136,0,0,250,136,0,0,252,136,0,0,252,136,0,0,254,136,0,0,254,136,0,0,254,136,0,0,254,136,0,0,2,137,0,0,4,137,0,0,4,137,0,0,8,137,0,0,12,137,0,0,14,137,0,0,14,137,0,0,18,137,0,0,20,137,0,0,20,137,0,0,20,137,0,0,22,137,0,0,22,137,0,0,22,137,0,0,28,137,0,0,30,137,0,0,30,137,0,0,40,137,0,0,40,137,0,0,42,137,0,0,42,137,0,0,46,137,0,0,50,137,0,0,50,137,0,0,52,137,0,0,52,137,0,0,54,137,0,0,54,137,0,0,60,137,0,0,60,137,0,0,62,137,0,0,66,137,0,0,66,137,0,0,72,137,0,0,72,137,0,0,76,137,0,0,76,137,0,0,76,137,0,0,76,137,0,0,82,137,0,0,82,137,0,0,86,137,0,0,86,137,0,0,88,137,0,0,88,137,0,0,90,137,0,0,92,137,0,0,92,137,0,0,92,137,0,0,92,137,0,0,92,137,0,0,92,137,0,0,92,137,0,0,94,137,0,0,96,137,0,0,100,137,0,0,102,137,0,0,102,137,0,0,104,137,0,0,108,137,0,0,108,137,0,0,114,137,0,0,114,137,0,0,114,137,0,0,114,137,0,0,120,137,0,0,120,137,0,0,120,137,0,0,120,137,0,0,120,137,0,0,120,137,0,0,120,137,0,0,124,137,0,0,128,137,0,0,132,137,0,0,134,137,0,0,138,137,0,0,138,137,0,0,140,137,0,0,140,137,0,0,148,137,0,0,154,137,0,0,154,137,0,0,154,137,0,0,158,137,0,0,164,137,0,0,168,137,0,0,170,137,0,0,170,137,0,0,174,137,0,0,178,137,0,0,180,137,0,0,180,137,0,0,180,137,0,0,184,137,0,0,184,137,0,0,186,137,0,0,186,137,0,0,186,137,0,0,186,137,0,0,186,137,0,0,188,137,0,0,198,137,0,0,198,137,0,0,198,137,0,0,200,137,0,0,204,137,0,0,206,137,0,0,206,137,0,0,206,137,0,0,208,137,0,0,208,137,0,0,208,137,0,0,212,137,0,0,212,137,0,0,214,137,0,0,220,137,0,0,220,137,0,0,220,137,0,0,222,137,0,0,226,137,0,0,230,137,0,0,232,137,0,0,232,137,0,0,232,137,0,0,232,137,0,0,232,137,0,0,236,137,0,0,244,137,0,0,244,137,0,0,244,137,0,0,244,137,0,0,246,137,0,0,248,137,0,0,252,137,0,0,252,137,0,0,252,137,0,0,2,138,0,0,4,138,0,0,4,138,0,0,4,138,0,0,8,138,0,0,8,138,0,0,8,138,0,0,8,138,0,0,10,138,0,0,14,138,0,0,16,138,0,0,16,138,0,0,16,138,0,0,16,138,0,0,20,138,0,0,22,138,0,0,22,138,0,0,22,138,0,0,22,138,0,0,22,138,0,0,24,138,0,0,24,138,0,0,34,138,0,0,34,138,0,0,34,138,0,0,34,138,0,0,34,138,0,0,34,138,0,0,34,138,0,0,36,138,0,0,38,138,0,0,46,138,0,0,48,138,0,0,48,138,0,0,48,138,0,0,48,138,0,0,54,138,0,0,64,138,0,0,66,138,0,0,68,138,0,0,68,138,0,0,68,138,0,0,68,138,0,0,68,138,0,0,70,138,0,0,70,138,0,0,70,138,0,0,72,138,0,0,78,138,0,0,80,138,0,0,84,138,0,0,86,138,0,0,86,138,0,0,88,138,0,0,88,138,0,0,94,138,0,0,94,138,0,0,102,138,0,0,104,138,0,0,106,138,0,0,106,138,0,0,106,138,0,0,106,138,0,0,106,138,0,0,112,138,0,0,116,138,0,0,118,138,0,0,122,138,0,0,126,138,0,0,128,138,0,0,134,138,0,0,136,138,0,0,136,138,0,0,138,138,0,0,138,138,0,0,138,138,0,0,138,138,0,0,138,138,0,0,140,138,0,0,140,138,0,0,140,138,0,0,140,138,0,0,146,138,0,0,150,138,0,0,150,138,0,0,152,138,0,0,152,138,0,0,160,138,0,0,162,138,0,0,166,138,0,0,172,138,0,0,172,138,0,0,172,138,0,0,172,138,0,0,172,138,0,0,172,138,0,0,174,138,0,0,174,138,0,0,174,138,0,0,176,138,0,0,178,138,0,0,180,138,0,0,180,138,0,0,180,138,0,0,180,138,0,0,180,138,0,0,180,138,0,0,180,138,0,0,182,138,0,0,182,138,0,0,184,138,0,0,184,138,0,0,188,138,0,0,188,138,0,0,188,138,0,0,188,138,0,0,188,138,0,0,188,138,0,0,188,138,0,0,188,138,0,0,194,138,0,0,198,138,0,0,200,138,0,0,200,138,0,0,200,138,0,0,200,138,0,0,200,138,0,0,204,138,0,0,206,138,0,0,208,138,0,0,208,138,0,0,214,138,0,0,214,138,0,0,216,138,0,0,216,138,0,0,216,138,0,0,216,138,0,0,216,138,0,0,216,138,0,0,216,138,0,0,216,138,0,0,224,138,0,0,224,138,0,0,224,138,0,0,224,138,0,0,226,138,0,0,226,138,0,0,226,138,0,0,226,138,0,0,228,138,0,0,232,138,0,0,234,138,0,0,238,138,0,0,242,138,0,0,248,138,0,0,254,138,0,0,4,139,0,0,4,139,0,0,4,139,0,0,4,139,0,0,6,139,0,0,6,139,0,0,8,139,0,0,14,139,0,0,14,139,0,0,14,139,0,0,16,139,0,0,20,139,0,0,20,139,0,0,22,139,0,0,28,139,0,0,28,139,0,0,34,139,0,0,36,139,0,0,44,139,0,0,44,139,0,0,46,139,0,0,52,139,0,0,52,139,0,0,54,139,0,0,54,139,0,0,58,139,0,0,58,139,0,0,58,139,0,0,62,139,0,0,62,139,0,0,62,139,0,0,62,139,0,0,64,139,0,0,66,139,0,0,70,139,0,0,74,139,0,0,76,139,0,0,76,139,0,0,76,139,0,0,76,139,0,0,76,139,0,0,76,139,0,0,80,139,0,0,80,139,0,0,86,139,0,0,86,139,0,0,86,139,0,0,88,139,0,0,88,139,0,0,90,139,0,0,90,139,0,0,90,139,0,0,90,139,0,0,90,139,0,0,96,139,0,0,100,139,0,0,100,139,0,0,102,139,0,0,102,139,0,0,102,139,0,0,102,139,0,0,102,139,0,0,104,139,0,0,106,139,0,0,106,139,0,0,106,139,0,0,106,139,0,0,106,139,0,0,108,139,0,0,108,139,0,0,108,139,0,0,108,139,0,0,108,139,0,0,110,139,0,0,114,139,0,0,116,139,0,0,116,139,0,0,116,139,0,0,118,139,0,0,122,139,0,0,122,139,0,0,126,139,0,0,126,139,0,0,130,139,0,0,136,139,0,0,136,139,0,0,136,139,0,0,138,139,0,0,138,139,0,0,138,139,0,0,140,139,0,0,142,139,0,0,142,139,0,0,142,139,0,0,144,139,0,0,146,139,0,0,146,139,0,0,146,139,0,0,146,139,0,0,146,139,0,0,152,139,0,0,162,139,0,0,162,139,0,0,162,139,0,0,162,139,0,0,162,139,0,0,162,139,0,0,164,139,0,0,168,139,0,0,170,139,0,0,172,139,0,0,172,139,0,0,172,139,0,0,172,139,0,0,180,139,0,0,182,139,0,0,184,139,0,0,188,139,0,0,188,139,0,0,190,139,0,0,190,139,0,0,190,139,0,0,190,139,0,0,192,139,0,0,192,139,0,0,192,139,0,0,194,139,0,0,198,139,0,0,200,139,0,0,202,139,0,0,202,139,0,0,208,139,0,0,210,139,0,0,212,139,0,0,212,139,0,0,212,139,0,0,212,139,0,0,216,139,0,0,228,139,0,0,238,139,0,0,244,139,0,0,248,139,0,0,252,139,0,0,252,139,0,0,252,139,0,0,252,139,0,0,252,139,0,0,252,139,0,0,252,139,0,0,254,139,0,0,254,139,0,0,254,139,0,0,0,140,0,0,2,140,0,0,4,140,0,0,6,140,0,0,6,140,0,0,6,140,0,0,10,140,0,0,16,140,0,0,16,140,0,0,16,140,0,0,16,140,0,0,16,140,0,0,16,140,0,0,18,140,0,0,18,140,0,0,18,140,0,0,18,140,0,0,18,140,0,0,18,140,0,0,18,140,0,0,20,140,0,0,24,140,0,0,26,140,0,0,26,140,0,0,26,140,0,0,28,140,0,0,34,140,0,0,34,140,0,0,38,140,0,0,40,140,0,0,44,140,0,0,46,140,0,0,54,140,0,0,56,140,0,0,56,140,0,0,62,140,0,0,62,140,0,0,62,140,0,0,70,140,0,0,72,140,0,0,72,140,0,0,74,140,0,0,80,140,0,0,80,140,0,0,84,140,0,0,84,140,0,0,88,140,0,0,98,140,0,0,98,140,0,0,98,140,0,0,98,140,0,0,104,140,0,0,104,140,0,0,104,140,0,0,104,140,0,0,104,140,0,0,104,140,0,0,104,140,0,0,106,140,0,0,106,140,0,0,106,140,0,0,110,140,0,0,114,140,0,0,114,140,0,0,114,140,0,0,114,140,0,0,122,140,0,0,124,140,0,0,126,140,0,0,126,140,0,0,128,140,0,0,132,140,0,0,136,140,0,0,136,140,0,0,142,140,0,0,142,140,0,0,146,140,0,0,146,140,0,0,146,140,0,0,148,140,0,0,148,140,0,0,150,140,0,0,150,140,0,0,150,140,0,0,154,140,0,0,156,140,0,0,158,140,0,0,162,140,0,0,162,140,0,0,164,140,0,0,164,140,0,0,166,140,0,0,166,140,0,0,168,140,0,0,168,140,0,0,168,140,0,0,170,140,0,0,170,140,0,0,174,140,0,0,174,140,0,0,174,140,0,0,178,140,0,0,178,140,0,0,178,140,0,0,180,140,0,0,186,140,0,0,194,140,0,0,194,140,0,0,196,140,0,0,200,140,0,0,202,140,0,0,212,140,0,0,216,140,0,0,216,140,0,0,216,140,0,0,218,140,0,0,218,140,0,0,226,140,0,0,226,140,0,0,226,140,0,0,228,140,0,0,228,140,0,0,228,140,0,0,232,140,0,0,236,140,0,0,238,140,0,0,238,140,0,0,250,140,0,0,250,140,0,0,252,140,0,0,254,140,0,0,254,140,0,0,254,140,0,0,4,141,0,0,14,141,0,0,14,141,0,0,16,141,0,0,16,141,0,0,22,141,0,0,28,141,0,0,34,141,0,0,34,141,0,0,40,141,0,0,40,141,0,0,40,141,0,0,50,141,0,0,50,141,0,0,54,141,0,0,56,141,0,0,56,141,0,0,58,141,0,0,60,141,0,0,60,141,0,0,62,141,0,0,62,141,0,0,66,141,0,0,68,141,0,0,70,141,0,0,70,141,0,0,70,141,0,0,70,141,0,0,70,141,0,0,70,141,0,0,74,141,0,0,74,141,0,0,76,141,0,0,78,141,0,0,82,141,0,0,82,141,0,0,82,141,0,0,82,141,0,0,86,141,0,0,86,141,0,0,86,141,0,0,86,141,0,0,90,141,0,0,90,141,0,0,104,141,0,0,104,141,0,0,106,141,0,0,106,141,0,0,106,141,0,0,108,141,0,0,110,141,0,0,110,141,0,0,118,141,0,0,120,141,0,0,120,141,0,0,120,141,0,0,124,141,0,0,124,141,0,0,130,141,0,0,134,141,0,0,134,141,0,0,136,141,0,0,136,141,0,0,142,141,0,0,144,141,0,0,144,141,0,0,144,141,0,0,148,141,0,0,148,141,0,0,148,141,0,0,148,141,0,0,150,141,0,0,158,141,0,0,160,141,0,0,160,141,0,0,160,141,0,0,166,141,0,0,166,141,0,0,168,141,0,0,168,141,0,0,170,141,0,0,170,141,0,0,172,141,0,0,172,141,0,0,172,141,0,0,172,141,0,0,174,141,0,0,174,141,0,0,174,141,0,0,174,141,0,0,180,141,0,0,180,141,0,0,182,141,0,0,182,141,0,0,186,141,0,0,188,141,0,0,190,141,0,0,196,141,0,0,196,141,0,0,198,141,0,0,202,141,0,0,202,141,0,0,206,141,0,0,206,141,0,0,206,141,0,0,208,141,0,0,216,141,0,0,216,141,0,0,216,141,0,0,220,141,0,0,222,141,0,0,232,141,0,0,232,141,0,0,232,141,0,0,232,141,0,0,236,141,0,0,236,141,0,0,236,141,0,0,236,141,0,0,242,141,0,0,242,141,0,0,246,141,0,0,0,142,0,0,8,142,0,0,8,142,0,0,8,142,0,0,8,142,0,0,8,142,0,0,12,142,0,0,12,142,0,0,12,142,0,0,14,142,0,0,14,142,0,0,16,142,0,0,16,142,0,0,16,142,0,0,16,142,0,0,18,142,0,0,18,142,0,0,18,142,0,0,18,142,0,0,18,142,0,0,24,142,0,0,28,142,0,0,38,142,0,0,42,142,0,0,44,142,0,0,44,142,0,0,44,142,0,0,48,142,0,0,48,142,0,0,48,142,0,0,54,142,0,0,66,142,0,0,68,142,0,0,68,142,0,0,68,142,0,0,68,142,0,0,68,142,0,0,68,142,0,0,70,142,0,0,70,142,0,0,72,142,0,0,72,142,0,0,72,142,0,0,76,142,0,0,76,142,0,0,76,142,0,0,76,142,0,0,76,142,0,0,76,142,0,0,78,142,0,0,78,142,0,0,80,142,0,0,84,142,0,0,86,142,0,0,86,142,0,0,86,142,0,0,86,142,0,0,92,142,0,0,92,142,0,0,92,142,0,0,96,142,0,0,100,142,0,0,100,142,0,0,100,142,0,0,102,142,0,0,108,142,0,0,120,142,0,0,126,142,0,0,126,142,0,0,126,142,0,0,132,142,0,0,140,142,0,0,140,142,0,0,142,142,0,0,146,142,0,0,154,142,0,0,156,142,0,0,158,142,0,0,158,142,0,0,160,142,0,0,160,142,0,0,160,142,0,0,160,142,0,0,160,142,0,0,162,142,0,0,172,142,0,0,172,142,0,0,172,142,0,0,172,142,0,0,172,142,0,0,182,142,0,0,184,142,0,0,184,142,0,0,184,142,0,0,186,142,0,0,186,142,0,0,190,142,0,0,190,142,0,0,196,142,0,0,196,142,0,0,198,142,0,0,200,142,0,0,200,142,0,0,200,142,0,0,200,142,0,0,202,142,0,0,202,142,0,0,202,142,0,0,210,142,0,0,210,142,0,0,210,142,0,0,212,142,0,0,212,142,0,0,214,142,0,0,214,142,0,0,216,142,0,0,226,142,0,0,226,142,0,0,234,142,0,0,246,142,0,0,248,142,0,0,250,142,0,0,250,142,0,0,0,143,0,0,4,143,0,0,6,143,0,0,6,143,0,0,6,143,0,0,8,143,0,0,12,143,0,0,16,143,0,0,22,143,0,0,22,143,0,0,22,143,0,0,24,143,0,0,24,143,0,0,24,143,0,0,26,143,0,0,28,143,0,0,28,143,0,0,28,143,0,0,30,143,0,0,30,143,0,0,30,143,0,0,34,143,0,0,34,143,0,0,34,143,0,0,34,143,0,0,34,143,0,0,34,143,0,0,36,143,0,0,40,143,0,0,40,143,0,0,40,143,0,0,42,143,0,0,44,143,0,0,44,143,0,0,44,143,0,0,48,143,0,0,48,143,0,0,50,143,0,0,50,143,0,0,52,143,0,0,56,143,0,0,62,143,0,0,68,143,0,0,70,143,0,0,70,143,0,0,74,143,0,0,74,143,0,0,74,143,0,0,74,143,0,0,74,143,0,0,74,143,0,0,76,143,0,0,76,143,0,0,78,143,0,0,78,143,0,0,78,143,0,0,78,143,0,0,78,143,0,0,78,143,0,0,84,143,0,0,84,143,0,0,84,143,0,0,92,143,0,0,98,143,0,0,100,143,0,0,104,143,0,0,104,143,0,0,106,143,0,0,106,143,0,0,106,143,0,0,112,143,0,0,114,143,0,0,114,143,0,0,118,143,0,0,122,143,0,0,126,143,0,0,128,143,0,0,128,143,0,0,134,143,0,0,134,143,0,0,134,143,0,0,134,143,0,0,142,143,0,0,150,143,0,0,162,143,0,0,162,143,0,0,162,143,0,0,164,143,0,0,164,143,0,0,174,143,0,0,176,143,0,0,180,143,0,0,184,143,0,0,184,143,0,0,192,143,0,0,196,143,0,0,202,143,0,0,202,143,0,0,202,143,0,0,204,143,0,0,204,143,0,0,206,143,0,0,210,143,0,0,216,143,0,0,222,143,0,0,222,143,0,0,224,143,0,0,226,143,0,0,226,143,0,0,226,143,0,0,226,143,0,0,232,143,0,0,232,143,0,0,232,143,0,0,234,143,0,0,234,143,0,0,234,143,0,0,236,143,0,0,236,143,0,0,242,143,0,0,244,143,0,0,244,143,0,0,250,143,0,0,250,143,0,0,250,143,0,0,252,143,0,0,6,144,0,0,6,144,0,0,6,144,0,0,8,144,0,0,8,144,0,0,12,144,0,0,12,144,0,0,12,144,0,0,12,144,0,0,18,144,0,0,20,144,0,0,20,144,0,0,20,144,0,0,22,144,0,0,22,144,0,0,22,144,0,0,24,144,0,0,24,144,0,0,32,144,0,0,40,144,0,0,40,144,0,0,46,144,0,0,46,144,0,0,46,144,0,0,46,144,0,0,46,144,0,0,46,144,0,0,46,144,0,0,46,144,0,0,48,144,0,0,48,144,0,0,52,144,0,0,58,144,0,0,58,144,0,0,60,144,0,0,62,144,0,0,64,144,0,0,72,144,0,0,78,144,0,0,86,144,0,0,88,144,0,0,92,144,0,0,92,144,0,0,92,144,0,0,92,144,0,0,92,144,0,0,92,144,0,0,92,144,0,0,96,144,0,0,96,144,0,0,96,144,0,0,100,144,0,0,104,144,0,0,104,144,0,0,104,144,0,0,106,144,0,0,106,144,0,0,114,144,0,0,122,144,0,0,122,144,0,0,136,144,0,0,138,144,0,0,138,144,0,0,138,144,0,0,140,144,0,0,144,144,0,0,144,144,0,0,150,144,0,0,152,144,0,0,152,144,0,0,154,144,0,0,156,144,0,0,160,144,0,0,162,144,0,0,164,144,0,0,164,144,0,0,164,144,0,0,168,144,0,0,172,144,0,0,174,144,0,0,174,144,0,0,176,144,0,0,184,144,0,0,188,144,0,0,188,144,0,0,188,144,0,0,190,144,0,0,190,144,0,0,190,144,0,0,190,144,0,0,190,144,0,0,190,144,0,0,190,144,0,0,190,144,0,0,192,144,0,0,192,144,0,0,198,144,0,0,198,144,0,0,198,144,0,0,198,144,0,0,204,144,0,0,204,144,0,0,204,144,0,0,204,144,0,0,204,144,0,0,206,144,0,0,206,144,0,0,206,144,0,0,220,144,0,0,220,144,0,0,222,144,0,0,222,144,0,0,226,144,0,0,226,144,0,0,226,144,0,0,232,144,0,0,232,144,0,0,232,144,0,0,232,144,0,0,232,144,0,0,232,144,0,0,234,144,0,0,234,144,0,0,234,144,0,0,234,144,0,0,238,144,0,0,240,144,0,0,246,144,0,0,246,144,0,0,250,144,0,0,250,144,0,0,0,145,0,0,0,145,0,0,4,145,0,0,6,145,0,0,8,145,0,0,8,145,0,0,12,145,0,0,16,145,0,0,16,145,0,0,22,145,0,0,22,145,0,0,22,145,0,0,22,145,0,0,26,145,0,0,28,145,0,0,28,145,0,0,34,145,0,0,36,145,0,0,38,145,0,0,38,145,0,0,50,145,0,0,50,145,0,0,54,145,0,0,58,145,0,0,58,145,0,0,58,145,0,0,58,145,0,0,58,145,0,0,60,145,0,0,60,145,0,0,60,145,0,0,60,145,0,0,62,145,0,0,66,145,0,0,66,145,0,0,70,145,0,0,74,145,0,0,74,145,0,0,76,145,0,0,82,145,0,0,86,145,0,0,90,145,0,0,90,145,0,0,90,145,0,0,90,145,0,0,90,145,0,0,96,145,0,0,96,145,0,0,106,145,0,0,106,145,0,0,108,145,0,0,108,145,0,0,108,145,0,0,116,145,0,0,116,145,0,0,116,145,0,0,116,145,0,0,116,145,0,0,118,145,0,0,118,145,0,0,118,145,0,0,118,145,0,0,120,145,0,0,122,145,0,0,126,145,0,0,132,145,0,0,132,145,0,0,140,145,0,0,142,145,0,0,144,145,0,0,144,145,0,0,146,145,0,0,146,145,0,0,146,145,0,0,152,145,0,0,152,145,0,0,152,145,0,0,156,145,0,0,158,145,0,0,164,145,0,0,164,145,0,0,168,145,0,0,168,145,0,0,168,145,0,0,168,145,0,0,174,145,0,0,180,145,0,0,180,145,0,0,182,145,0,0,184,145,0,0,192,145,0,0,194,145,0,0,196,145,0,0,200,145,0,0,200,145,0,0,200,145,0,0,200,145,0,0,200,145,0,0,200,145,0,0,202,145,0,0,206,145,0,0,208,145,0,0,212,145,0,0,212,145,0,0,212,145,0,0,212,145,0,0,212,145,0,0,212,145,0,0,216,145,0,0,216,145,0,0,218,145,0,0,220,145,0,0,224,145,0,0,224,145,0,0,228,145,0,0,228,145,0,0,232,145,0,0,232,145,0,0,234,145,0,0,240,145,0,0,242,145,0,0,242,145,0,0,242,145,0,0,242,145,0,0,242,145,0,0,242,145,0,0,244,145,0,0,244,145,0,0,246,145,0,0,246,145,0,0,0,146,0,0,2,146,0,0,8,146,0,0,8,146,0,0,8,146,0,0,8,146,0,0,10,146,0,0,18,146,0,0,18,146,0,0,22,146,0,0,22,146,0,0,22,146,0,0,24,146,0,0,30,146,0,0,30,146,0,0,34,146,0,0,40,146,0,0,44,146,0,0,46,146,0,0,46,146,0,0,50,146,0,0,52,146,0,0,56,146,0,0,58,146,0,0,58,146,0,0,60,146,0,0,70,146,0,0,70,146,0,0,72,146,0,0,72,146,0,0,76,146,0,0,78,146,0,0,78,146,0,0,82,146,0,0,82,146,0,0,84,146,0,0,84,146,0,0,84,146,0,0,84,146,0,0,88,146,0,0,90,146,0,0,92,146,0,0,92,146,0,0,100,146,0,0,104,146,0,0,104,146,0,0,104,146,0,0,106,146,0,0,106,146,0,0,110,146,0,0,110,146,0,0,110,146,0,0,110,146,0,0,110,146,0,0,110,146,0,0,112,146,0,0,112,146,0,0,114,146,0,0,114,146,0,0,120,146,0,0,120,146,0,0,120,146,0,0,126,146,0,0,126,146,0,0,128,146,0,0,130,146,0,0,138,146,0,0,142,146,0,0,144,146,0,0,150,146,0,0,150,146,0,0,154,146,0,0,154,146,0,0,156,146,0,0,156,146,0,0,156,146,0,0,162,146,0,0,168,146,0,0,170,146,0,0,170,146,0,0,170,146,0,0,174,146,0,0,178,146,0,0,178,146,0,0,180,146,0,0,180,146,0,0,184,146,0,0,184,146,0,0,184,146,0,0,186,146,0,0,186,146,0,0,190,146,0,0,190,146,0,0,194,146,0,0,200,146,0,0,200,146,0,0,206,146,0,0,208,146,0,0,208,146,0,0,212,146,0,0,212,146,0,0,214,146,0,0,226,146,0,0,226,146,0,0,228,146,0,0,228,146,0,0,228,146,0,0,228,146,0,0,228,146,0,0,234,146,0,0,236,146,0,0,236,146,0,0,236,146,0,0,236,146,0,0,242,146,0,0,246,146,0,0,250,146,0,0,250,146,0,0,250,146,0,0,250,146,0,0,250,146,0,0,254,146,0,0,254,146,0,0,6,147,0,0,6,147,0,0,6,147,0,0,6,147,0,0,6,147,0,0,10,147,0,0,10,147,0,0,10,147,0,0,18,147,0,0,18,147,0,0,18,147,0,0,18,147,0,0,18,147,0,0,18,147,0,0,18,147,0,0,20,147,0,0,20,147,0,0,22,147,0,0,30,147,0,0,36,147,0,0,46,147,0,0,50,147,0,0,62,147,0,0,64,147,0,0,66,147,0,0,70,147,0,0,74,147,0,0,76,147,0,0,80,147,0,0,84,147,0,0,84,147,0,0,94,147,0,0,94,147,0,0,96,147,0,0,96,147,0,0,102,147,0,0,102,147,0,0,104,147,0,0,106,147,0,0,110,147,0,0,112,147,0,0,112,147,0,0,118,147,0,0,120,147,0,0,124,147,0,0,128,147,0,0,132,147,0,0,132,147,0,0,138,147,0,0,138,147,0,0,138,147,0,0,138,147,0,0,142,147,0,0,144,147,0,0,146,147,0,0,148,147,0,0,148,147,0,0,150,147,0,0,150,147,0,0,154,147,0,0,154,147,0,0,154,147,0,0,154,147,0,0,154,147,0,0,154,147,0,0,160,147,0,0,168,147,0,0,168,147,0,0,174,147,0,0,174,147,0,0,178,147,0,0,178,147,0,0,180,147,0,0,180,147,0,0,180,147,0,0,184,147,0,0,188,147,0,0,192,147,0,0,192,147,0,0,194,147,0,0,196,147,0,0,206,147,0,0,206,147,0,0,212,147,0,0,212,147,0,0,212,147,0,0,216,147,0,0,230,147,0,0,230,147,0,0,234,147,0,0,238,147,0,0,238,147,0,0,238,147,0,0,240,147,0,0,246,147,0,0,246,147,0,0,250,147,0,0,250,147,0,0,250,147,0,0,254,147,0,0,0,148,0,0,0,148,0,0,0,148,0,0,0,148,0,0,4,148,0,0,4,148,0,0,4,148,0,0,4,148,0,0,4,148,0,0,12,148,0,0,22,148,0,0,22,148,0,0,22,148,0,0,22,148,0,0,24,148,0,0,24,148,0,0,24,148,0,0,26,148,0,0,26,148,0,0,26,148,0,0,26,148,0,0,30,148,0,0,30,148,0,0,34,148,0,0,40,148,0,0,40,148,0,0,40,148,0,0,40,148,0,0,42,148,0,0,42,148,0,0,42,148,0,0,42,148,0,0,44,148,0,0,44,148,0,0,46,148,0,0,46,148,0,0,50,148,0,0,52,148,0,0,52,148,0,0,56,148,0,0,56,148,0,0,60,148,0,0,60,148,0,0,60,148,0,0,62,148,0,0,62,148,0,0,70,148,0,0,72,148,0,0,72,148,0,0,72,148,0,0,76,148,0,0,78,148,0,0,78,148,0,0,80,148,0,0,80,148,0,0,84,148,0,0,84,148,0,0,86,148,0,0,86,148,0,0,86,148,0,0,86,148,0,0,86,148,0,0,86,148,0,0,86,148,0,0,86,148,0,0,92,148,0,0,92,148,0,0,92,148,0,0,94,148,0,0,94,148,0,0,98,148,0,0,100,148,0,0,102,148,0,0,102,148,0,0,102,148,0,0,110,148,0,0,110,148,0,0,110,148,0,0,110,148,0,0,116,148,0,0,118,148,0,0,118,148,0,0,120,148,0,0,120,148,0,0,122,148,0,0,124,148,0,0,124,148,0,0,126,148,0,0,126,148,0,0,126,148,0,0,132,148,0,0,138,148,0,0,138,148,0,0,138,148,0,0,138,148,0,0,138,148,0,0,140,148,0,0,140,148,0,0,140,148,0,0,140,148,0,0,140,148,0,0,144,148,0,0,148,148,0,0,150,148,0,0,154,148,0,0,154,148,0,0,154,148,0,0,154,148,0,0,154,148,0,0,154,148,0,0,154,148,0,0,154,148,0,0,154,148,0,0,156,148,0,0,160,148,0,0,160,148,0,0,164,148,0,0,164,148,0,0,166,148,0,0,166,148,0,0,168,148,0,0,168,148,0,0,170,148,0,0,170,148,0,0,170,148,0,0,170,148,0,0,170,148,0,0,170,148,0,0,174,148,0,0,178,148,0,0,180,148,0,0,182,148,0,0,184,148,0,0,186,148,0,0,186,148,0,0,186,148,0,0,186,148,0,0,186,148,0,0,186,148,0,0,186,148,0,0,190,148,0,0,192,148,0,0,192,148,0,0,192,148,0,0,198,148,0,0,198,148,0,0,198,148,0,0,200,148,0,0,206,148,0,0,206,148,0,0,208,148,0,0,208,148,0,0,208,148,0,0,208,148,0,0,208,148,0,0,212,148,0,0,212,148,0,0,212,148,0,0,212,148,0,0,212,148,0,0,214,148,0,0,218,148,0,0,222,148,0,0,228,148,0,0,228,148,0,0,230,148,0,0,234,148,0,0,234,148,0,0,234,148,0,0,240,148,0,0,240,148,0,0,240,148,0,0,244,148,0,0,246,148,0,0,246,148,0,0,246,148,0,0,250,148,0,0,252,148,0,0,0,149,0,0,0,149,0,0,2,149,0,0,6,149,0,0,10,149,0,0,10,149,0,0,10,149,0,0,10,149,0,0,10,149,0,0,14,149,0,0,14,149,0,0,14,149,0,0,14,149,0,0,18,149,0,0,20,149,0,0,26,149,0,0,26,149,0,0,26,149,0,0,26,149,0,0,28,149,0,0,36,149,0,0,38,149,0,0,38,149,0,0,42,149,0,0,46,149,0,0,52,149,0,0,56,149,0,0,58,149,0,0,62,149,0,0,62,149,0,0,62,149,0,0,62,149,0,0,64,149,0,0,66,149,0,0,70,149,0,0,70,149,0,0,70,149,0,0,70,149,0,0,70,149,0,0,70,149,0,0,70,149,0,0,70,149,0,0,70,149,0,0,70,149,0,0,70,149,0,0,70,149,0,0,70,149,0,0,70,149,0,0,72,149,0,0,72,149,0,0,74,149,0,0,76,149,0,0,76,149,0,0,76,149,0,0,78,149,0,0,78,149,0,0,78,149,0,0,90,149,0,0,92,149,0,0,92,149,0,0,92,149,0,0,92,149,0,0,98,149,0,0,100,149,0,0,100,149,0,0,102,149,0,0,104,149,0,0,104,149,0,0,106,149,0,0,106,149,0,0,106,149,0,0,110,149,0,0,112,149,0,0,114,149,0,0,114,149,0,0,118,149,0,0,118,149,0,0,118,149,0,0,120,149,0,0,130,149,0,0,130,149,0,0,132,149,0,0,132,149,0,0,136,149,0,0,140,149,0,0,140,149,0,0,140,149,0,0,140,149,0,0,142,149,0,0,144,149,0,0,152,149,0,0,152,149,0,0,156,149,0,0,156,149,0,0,156,149,0,0,156,149,0,0,160,149,0,0,160,149,0,0,166,149,0,0,166,149,0,0,172,149,0,0,172,149,0,0,174,149,0,0,174,149,0,0,174,149,0,0,174,149,0,0,182,149,0,0,186,149,0,0,186,149,0,0,186,149,0,0,190,149,0,0,190,149,0,0,194,149,0,0,204,149,0,0,204,149,0,0,204,149,0,0,204,149,0,0,208,149,0,0,210,149,0,0,210,149,0,0,210,149,0,0,212,149,0,0,212,149,0,0,212,149,0,0,216,149,0,0,224,149,0,0,226,149,0,0,230,149,0,0,234,149,0,0,234,149,0,0,234,149,0,0,234,149,0,0,238,149,0,0,238,149,0,0,240,149,0,0,240,149,0,0,240,149,0,0,240,149,0,0,250,149,0,0,250,149,0,0,250,149,0,0,250,149,0,0,2,150,0,0,6,150,0,0,6,150,0,0,6,150,0,0,6,150,0,0,6,150,0,0,8,150,0,0,8,150,0,0,8,150,0,0,8,150,0,0,12,150,0,0,12,150,0,0,12,150,0,0,14,150,0,0,22,150,0,0,22,150,0,0,24,150,0,0,26,150,0,0,26,150,0,0,28,150,0,0,28,150,0,0,28,150,0,0,36,150,0,0,36,150,0,0,36,150,0,0,36,150,0,0,38,150,0,0,44,150,0,0,44,150,0,0,46,150,0,0,46,150,0,0,46,150,0,0,48,150,0,0,50,150,0,0,50,150,0,0,50,150,0,0,50,150,0,0,52,150,0,0,54,150,0,0,54,150,0,0,54,150,0,0,54,150,0,0,58,150,0,0,60,150,0,0,60,150,0,0,64,150,0,0,66,150,0,0,66,150,0,0,70,150,0,0,72,150,0,0,72,150,0,0,72,150,0,0,76,150,0,0,76,150,0,0,76,150,0,0,76,150,0,0,76,150,0,0,80,150,0,0,82,150,0,0,84,150,0,0,84,150,0,0,84,150,0,0,86,150,0,0,86,150,0,0,90,150,0,0,92,150,0,0,92,150,0,0,92,150,0,0,94,150,0,0,94,150,0,0,98,150,0,0,98,150,0,0,100,150,0,0,100,150,0,0,102,150,0,0,104,150,0,0,104,150,0,0,104,150,0,0,104,150,0,0,106,150,0,0,106,150,0,0,112,150,0,0,112,150,0,0,120,150,0,0,124,150,0,0,124,150,0,0,124,150,0,0,134,150,0,0,134,150,0,0,136,150,0,0,136,150,0,0,138,150,0,0,142,150,0,0,144,150,0,0,144,150,0,0,144,150,0,0,146,150,0,0,146,150,0,0,146,150,0,0,150,150,0,0,150,150,0,0,150,150,0,0,150,150,0,0,150,150,0,0,150,150,0,0,154,150,0,0,154,150,0,0,154,150,0,0,154,150,0,0,170,150,0,0,170,150,0,0,180,150,0,0,180,150,0,0,182,150,0,0,182,150,0,0,182,150,0,0,182,150,0,0,182,150,0,0,182,150,0,0,182,150,0,0,184,150,0,0,184,150,0,0,186,150,0,0,190,150,0,0,190,150,0,0,190,150,0,0,190,150,0,0,194,150,0,0,198,150,0,0,198,150,0,0,200,150,0,0,200,150,0,0,200,150,0,0,200,150,0,0,200,150,0,0,204,150,0,0,210,150,0,0,210,150,0,0,212,150,0,0,212,150,0,0,212,150,0,0,212,150,0,0,214,150,0,0,216,150,0,0,220,150,0,0,220,150,0,0,220,150,0,0,222,150,0,0,222,150,0,0,228,150,0,0,228,150,0,0,228,150,0,0,234,150,0,0,234,150,0,0,234,150,0,0,234,150,0,0,236,150,0,0,240,150,0,0,244,150,0,0,244,150,0,0,250,150,0,0,252,150,0,0,254,150,0,0,0,151,0,0,0,151,0,0,4,151,0,0,4,151,0,0,6,151,0,0,6,151,0,0,12,151,0,0,12,151,0,0,20,151,0,0,20,151,0,0,24,151,0,0,26,151,0,0,26,151,0,0,34,151,0,0,34,151,0,0,38,151,0,0,38,151,0,0,42,151,0,0,48,151,0,0,48,151,0,0,48,151,0,0,50,151,0,0,52,151,0,0,64,151,0,0,64,151,0,0,66,151,0,0,70,151,0,0,74,151,0,0,74,151,0,0,80,151,0,0,80,151,0,0,88,151,0,0,92,151,0,0,92,151,0,0,94,151,0,0,94,151,0,0,96,151,0,0,100,151,0,0,102,151,0,0,106,151,0,0,108,151,0,0,108,151,0,0,108,151,0,0,108,151,0,0,110,151,0,0,116,151,0,0,116,151,0,0,116,151,0,0,116,151,0,0,116,151,0,0,116,151,0,0,122,151,0,0,124,151,0,0,124,151,0,0,128,151,0,0,128,151,0,0,128,151,0,0,132,151,0,0,138,151,0,0,142,151,0,0,142,151,0,0,142,151,0,0,144,151,0,0,146,151,0,0,150,151,0,0,152,151,0,0,152,151,0,0,152,151,0,0,156,151,0,0,158,151,0,0,162,151,0,0,164,151,0,0,164,151,0,0,164,151,0,0,164,151,0,0,166,151,0,0,170,151,0,0,176,151,0,0,176,151,0,0,178,151,0,0,184,151,0,0,186,151,0,0,190,151,0,0,190,151,0,0,190,151,0,0,192,151,0,0,194,151,0,0,194,151,0,0,194,151,0,0,198,151,0,0,202,151,0,0,206,151,0,0,208,151,0,0,208,151,0,0,214,151,0,0,214,151,0,0,218,151,0,0,218,151,0,0,218,151,0,0,220,151,0,0,220,151,0,0,226,151,0,0,226,151,0,0,226,151,0,0,232,151,0,0,238,151,0,0,240,151,0,0,246,151,0,0,246,151,0,0,254,151,0,0,254,151,0,0,254,151,0,0,254,151,0,0,254,151,0,0,254,151,0,0,2,152,0,0,4,152,0,0,4,152,0,0,4,152,0,0,4,152,0,0,6,152,0,0,6,152,0,0,6,152,0,0,10,152,0,0,10,152,0,0,10,152,0,0,12,152,0,0,12,152,0,0,12,152,0,0,16,152,0,0,20,152,0,0,20,152,0,0,20,152,0,0,20,152,0,0,22,152,0,0,24,152,0,0,24,152,0,0,38,152,0,0,38,152,0,0,38,152,0,0,40,152,0,0,42,152,0,0,42,152,0,0,42,152,0,0,44,152,0,0,44,152,0,0,46,152,0,0,46,152,0,0,46,152,0,0,46,152,0,0,50,152,0,0,52,152,0,0,54,152,0,0,58,152,0,0,58,152,0,0,58,152,0,0,58,152,0,0,58,152,0,0,58,152,0,0,62,152,0,0,62,152,0,0,62,152,0,0,66,152,0,0,68,152,0,0,70,152,0,0,78,152,0,0,84,152,0,0,84,152,0,0,86,152,0,0,86,152,0,0,90,152,0,0,90,152,0,0,98,152,0,0,98,152,0,0,98,152,0,0,102,152,0,0,102,152,0,0,106,152,0,0,112,152,0,0,112,152,0,0,114,152,0,0,120,152,0,0,120,152,0,0,120,152,0,0,122,152,0,0,122,152,0,0,122,152,0,0,122,152,0,0,122,152,0,0,122,152,0,0,122,152,0,0,124,152,0,0,124,152,0,0,124,152,0,0,124,152,0,0,124,152,0,0,126,152,0,0,126,152,0,0,130,152,0,0,130,152,0,0,138,152,0,0,140,152,0,0,142,152,0,0,146,152,0,0,148,152,0,0,150,152,0,0,150,152,0,0,152,152,0,0,156,152,0,0,156,152,0,0,162,152,0,0,162,152,0,0,162,152,0,0,162,152,0,0,168,152,0,0,168,152,0,0,172,152,0,0,172,152,0,0,174,152,0,0,182,152,0,0,190,152,0,0,190,152,0,0,192,152,0,0,192,152,0,0,196,152,0,0,196,152,0,0,200,152,0,0,202,152,0,0,206,152,0,0,214,152,0,0,216,152,0,0,216,152,0,0,220,152,0,0,222,152,0,0,226,152,0,0,230,152,0,0,234,152,0,0,236,152,0,0,238,152,0,0,238,152,0,0,240,152,0,0,244,152,0,0,246,152,0,0,246,152,0,0,248,152,0,0,248,152,0,0,254,152,0,0,254,152,0,0,254,152,0,0,6,153,0,0,8,153,0,0,8,153,0,0,8,153,0,0,8,153,0,0,12,153,0,0,14,153,0,0,20,153,0,0,26,153,0,0,26,153,0,0,28,153,0,0,28,153,0,0,28,153,0,0,28,153,0,0,36,153,0,0,36,153,0,0,36,153,0,0,38,153,0,0,40,153,0,0,46,153,0,0,46,153,0,0,46,153,0,0,52,153,0,0,56,153,0,0,56,153,0,0,58,153,0,0,60,153,0,0,64,153,0,0,68,153,0,0,74,153,0,0,80,153,0,0,80,153,0,0,86,153,0,0,90,153,0,0,90,153,0,0,90,153,0,0,92,153,0,0,92,153,0,0,96,153,0,0,96,153,0,0,96,153,0,0,96,153,0,0,98,153,0,0,100,153,0,0,100,153,0,0,102,153,0,0,106,153,0,0,106,153,0,0,112,153,0,0,112,153,0,0,114,153,0,0,116,153,0,0,116,153,0,0,116,153,0,0,116,153,0,0,118,153,0,0,120,153,0,0,124,153,0,0,128,153,0,0,130,153,0,0,130,153,0,0,132,153,0,0,132,153,0,0,134,153,0,0,134,153,0,0,138,153,0,0,140,153,0,0,140,153,0,0,146,153,0,0,148,153,0,0,148,153,0,0,156,153,0,0,156,153,0,0,158,153,0,0,164,153,0,0,164,153,0,0,164,153,0,0,164,153,0,0,170,153,0,0,170,153,0,0,170,153,0,0,170,153,0,0,170,153,0,0,172,153,0,0,174,153,0,0,176,153,0,0,180,153,0,0,182,153,0,0,182,153,0,0,182,153,0,0,182,153,0,0,186,153,0,0,188,153,0,0,188,153,0,0,188,153,0,0,188,153,0,0,192,153,0,0,192,153,0,0,196,153,0,0,196,153,0,0,196,153,0,0,196,153,0,0,208,153,0,0,212,153,0,0,212,153,0,0,212,153,0,0,212,153,0,0,212,153,0,0,214,153,0,0,214,153,0,0,214,153,0,0,214,153,0,0,220,153,0,0,220,153,0,0,222,153,0,0,222,153,0,0,226,153,0,0,232,153,0,0,232,153,0,0,232,153,0,0,240,153,0,0,240,153,0,0,240,153,0,0,244,153,0,0,244,153,0,0,244,153,0,0,244,153,0,0,244,153,0,0,246,153,0,0,248,153,0,0,248,153,0,0,252,153,0,0,8,154,0,0,8,154,0,0,8,154,0,0,14,154,0,0,14,154,0,0,14,154,0,0,16,154,0,0,16,154,0,0,16,154,0,0,16,154,0,0,16,154,0,0,18,154,0,0,20,154,0,0,20,154,0,0,20,154,0,0,32,154,0,0,36,154,0,0,36,154,0,0,36,154,0,0,36,154,0,0,36,154,0,0,42,154,0,0,42,154,0,0,48,154,0,0,48,154,0,0,54,154,0,0,54,154,0,0,56,154,0,0,56,154,0,0,56,154,0,0,56,154,0,0,62,154,0,0,64,154,0,0,64,154,0,0,64,154,0,0,66,154,0,0,68,154,0,0,70,154,0,0,70,154,0,0,72,154,0,0,74,154,0,0,74,154,0,0,78,154,0,0,78,154,0,0,82,154,0,0,82,154,0,0,84,154,0,0,84,154,0,0,88,154,0,0,92,154,0,0,94,154,0,0,94,154,0,0,94,154,0,0,94,154,0,0,96,154,0,0,106,154,0,0,108,154,0,0,110,154,0,0,112,154,0,0,112,154,0,0,122,154,0,0,126,154,0,0,132,154,0,0,138,154,0,0,138,154,0,0,144,154,0,0,146,154,0,0,148,154,0,0,150,154,0,0,150,154,0,0,150,154,0,0,158,154,0,0,162,154,0,0,164,154,0,0,166,154,0,0,168,154,0,0,170,154,0,0,170,154,0,0,172,154,0,0,172,154,0,0,176,154,0,0,182,154,0,0,182,154,0,0,182,154,0,0,186,154,0,0,188,154,0,0,190,154,0,0,190,154,0,0,194,154,0,0,194,154,0,0,196,154,0,0,196,154,0,0,196,154,0,0,198,154,0,0,200,154,0,0,200,154,0,0,200,154,0,0,204,154,0,0,206,154,0,0,206,154,0,0,212,154,0,0,214,154,0,0,216,154,0,0,218,154,0,0,218,154,0,0,220,154,0,0,220,154,0,0,220,154,0,0,222,154,0,0,222,154,0,0,222,154,0,0,222,154,0,0,230,154,0,0,238,154,0,0,246,154,0,0,246,154,0,0,250,154,0,0,250,154,0,0,252,154,0,0,2,155,0,0,2,155,0,0,2,155,0,0,4,155,0,0,4,155,0,0,4,155,0,0,20,155,0,0,20,155,0,0,20,155,0,0,20,155,0,0,20,155,0,0,20,155,0,0,20,155,0,0,20,155,0,0,28,155,0,0,30,155,0,0,30,155,0,0,30,155,0,0,34,155,0,0,38,155,0,0,42,155,0,0,46,155,0,0,48,155,0,0,50,155,0,0,52,155,0,0,56,155,0,0,56,155,0,0,58,155,0,0,58,155,0,0,60,155,0,0,60,155,0,0,60,155,0,0,60,155,0,0,64,155,0,0,68,155,0,0,70,155,0,0,70,155,0,0,70,155,0,0,70,155,0,0,70,155,0,0,70,155,0,0,72,155,0,0,72,155,0,0,74,155,0,0,76,155,0,0,76,155,0,0,78,155,0,0,78,155,0,0,80,155,0,0,82,155,0,0,86,155,0,0,86,155,0,0,86,155,0,0,94,155,0,0,96,155,0,0,96,155,0,0,98,155,0,0,98,155,0,0,104,155,0,0,104,155,0,0,104,155,0,0,112,155,0,0,112,155,0,0,112,155,0,0,112,155,0,0,114,155,0,0,116,155,0,0,116,155,0,0,118,155,0,0,118,155,0,0,118,155,0,0,118,155,0,0,118,155,0,0,118,155,0,0,120,155,0,0,126,155,0,0,126,155,0,0,130,155,0,0,130,155,0,0,130,155,0,0,130,155,0,0,136,155,0,0,136,155,0,0,136,155,0,0,150,155,0,0,156,155,0,0,158,155,0,0,160,155,0,0,162,155,0,0,162,155,0,0,162,155,0,0,162,155,0,0,164,155,0,0,164,155,0,0,164,155,0,0,164,155,0,0,164,155,0,0,164,155,0,0,164,155,0,0,164,155,0,0,168,155,0,0,168,155,0,0,172,155,0,0,174,155,0,0,174,155,0,0,178,155,0,0,180,155,0,0,182,155,0,0,188,155,0,0,190,155,0,0,196,155,0,0,202,155,0,0,204,155,0,0,204,155,0,0,204,155,0,0,206,155,0,0,210,155,0,0,220,155,0,0,222,155,0,0,224,155,0,0,228,155,0,0,230,155,0,0,230,155,0,0,234,155,0,0,236,155,0,0,238,155,0,0,238,155,0,0,238,155,0,0,238,155,0,0,238,155,0,0,238,155,0,0,240,155,0,0,244,155,0,0,250,155,0,0,250,155,0,0,250,155,0,0,250,155,0,0,252,155,0,0,252,155,0,0,2,156,0,0,2,156,0,0,8,156,0,0,8,156,0,0,8,156,0,0,8,156,0,0,8,156,0,0,8,156,0,0,8,156,0,0,12,156,0,0,18,156,0,0,18,156,0,0,18,156,0,0,18,156,0,0,18,156,0,0,18,156,0,0,18,156,0,0,24,156,0,0,24,156,0,0,28,156,0,0,28,156,0,0,34,156,0,0,36,156,0,0,36,156,0,0,38,156,0,0,38,156,0,0,44,156,0,0,46,156,0,0,50,156,0,0,58,156,0,0,58,156,0,0,60,156,0,0,60,156,0,0,60,156,0,0,60,156,0,0,64,156,0,0,64,156,0,0,64,156,0,0,64,156,0,0,70,156,0,0,74,156,0,0,74,156,0,0,74,156,0,0,74,156,0,0,74,156,0,0,74,156,0,0,82,156,0,0,86,156,0,0,86,156,0,0,88,156,0,0,88,156,0,0,88,156,0,0,88,156,0,0,88,156,0,0,88,156,0,0,90,156,0,0,90,156,0,0,90,156,0,0,90,156,0,0,90,156,0,0,92,156,0,0,94,156,0,0,94,156,0,0,94,156,0,0,94,156,0,0,100,156,0,0,100,156,0,0,100,156,0,0,100,156,0,0,104,156,0,0,108,156,0,0,108,156,0,0,108,156,0,0,108,156,0,0,108,156,0,0,110,156,0,0,114,156,0,0,124,156,0,0,124,156,0,0,128,156,0,0,132,156,0,0,132,156,0,0,134,156,0,0,142,156,0,0,146,156,0,0,148,156,0,0,156,156,0,0,156,156,0,0,160,156,0,0,164,156,0,0,164,156,0,0,164,156,0,0,164,156,0,0,164,156,0,0,166,156,0,0,170,156,0,0,174,156,0,0,174,156,0,0,174,156,0,0,174,156,0,0,174,156,0,0,176,156,0,0,176,156,0,0,176,156,0,0,178,156,0,0,178,156,0,0,178,156,0,0,180,156,0,0,180,156,0,0,182,156,0,0,182,156,0,0,182,156,0,0,184,156,0,0,188,156,0,0,192,156,0,0,196,156,0,0,196,156,0,0,196,156,0,0,198,156,0,0,198,156,0,0,198,156,0,0,202,156,0,0,204,156,0,0,204,156,0,0,204,156,0,0,204,156,0,0,206,156,0,0,206,156,0,0,208,156,0,0,208,156,0,0,208,156,0,0,208,156,0,0,208,156,0,0,212,156,0,0,214,156,0,0,216,156,0,0,224,156,0,0,224,156,0,0,224,156,0,0,226,156,0,0,230,156,0,0,240,156,0,0,242,156,0,0,242,156,0,0,248,156,0,0,0,157,0,0,6,157,0,0,10,157,0,0,10,157,0,0,16,157,0,0,20,157,0,0,22,157,0,0,24,157,0,0,28,157,0,0,30,157,0,0,30,157,0,0,30,157,0,0,30,157,0,0,30,157,0,0,36,157,0,0,38,157,0,0,38,157,0,0,40,157,0,0,40,157,0,0,44,157,0,0,44,157,0,0,44,157,0,0,44,157,0,0,44,157,0,0,44,157,0,0,46,157,0,0,46,157,0,0,48,157,0,0,50,157,0,0,62,157,0,0,62,157,0,0,68,157,0,0,70,157,0,0,70,157,0,0,70,157,0,0,70,157,0,0,70,157,0,0,72,157,0,0,72,157,0,0,72,157,0,0,74,157,0,0,76,157,0,0,80,157,0,0,82,157,0,0,84,157,0,0,86,157,0,0,86,157,0,0,88,157,0,0,90,157,0,0,94,157,0,0,94,157,0,0,96,157,0,0,100,157,0,0,100,157,0,0,100,157,0,0,100,157,0,0,100,157,0,0,110,157,0,0,110,157,0,0,112,157,0,0,112,157,0,0,112,157,0,0,112,157,0,0,114,157,0,0,120,157,0,0,120,157,0,0,120,157,0,0,120,157,0,0,130,157,0,0,134,157,0,0,142,157,0,0,142,157,0,0,142,157,0,0,146,157,0,0,148,157,0,0,148,157,0,0,150,157,0,0,150,157,0,0,152,157,0,0,154,157,0,0,154,157,0,0,158,157,0,0,158,157,0,0,164,157,0,0,166,157,0,0,168,157,0,0,172,157,0,0,172,157,0,0,172,157,0,0,176,157,0,0,176,157,0,0,178,157,0,0,180,157,0,0,184,157,0,0,190,157,0,0,194,157,0,0,194,157,0,0,194,157,0,0,194,157,0,0,194,157,0,0,194,157,0,0,198,157,0,0,200,157,0,0,202,157,0,0,202,157,0,0,202,157,0,0,202,157,0,0,202,157,0,0,206,157,0,0,206,157,0,0,206,157,0,0,206,157,0,0,206,157,0,0,210,157,0,0,210,157,0,0,212,157,0,0,216,157,0,0,220,157,0,0,220,157,0,0,224,157,0,0,230,157,0,0,232,157,0,0,232,157,0,0,234,157,0,0,242,157,0,0,244,157,0,0,244,157,0,0,244,157,0,0,248,157,0,0,248,157,0,0,252,157,0,0,252,157,0,0,252,157,0,0,254,157,0,0,254,157,0,0,254,157,0,0,4,158,0,0,4,158,0,0,12,158,0,0,14,158,0,0,14,158,0,0,22,158,0,0,22,158,0,0,28,158,0,0,34,158,0,0,36,158,0,0,36,158,0,0,40,158,0,0,42,158,0,0,42,158,0,0,42,158,0,0,42,158,0,0,42,158,0,0,46,158,0,0,46,158,0,0,46,158,0,0,50,158,0,0,54,158,0,0,56,158,0,0,56,158,0,0,56,158,0,0,58,158,0,0,58,158,0,0,58,158,0,0,58,158,0,0,58,158,0,0,62,158,0,0,62,158,0,0,64,158,0,0,64,158,0,0,70,158,0,0,70,158,0,0,72,158,0,0,76,158,0,0,76,158,0,0,88,158,0,0,96,158,0,0,98,158,0,0,98,158,0,0,98,158,0,0,104,158,0,0,106,158,0,0,106,158,0,0,108,158,0,0,110,158,0,0,114,158,0,0,114,158,0,0,116,158,0,0,116,158,0,0,122,158,0,0,126,158,0,0,134,158,0,0,136,158,0,0,136,158,0,0,136,158,0,0,144,158,0,0,144,158,0,0,144,158,0,0,144,158,0,0,144,158,0,0,146,158,0,0,146,158,0,0,148,158,0,0,150,158,0,0,150,158,0,0,150,158,0,0,152,158,0,0,156,158,0,0,158,158,0,0,158,158,0,0,160,158,0,0,160,158,0,0,170,158,0,0,170,158,0,0,172,158,0,0,174,158,0,0,174,158,0,0,180,158,0,0,182,158,0,0,184,158,0,0,184,158,0,0,184,158,0,0,184,158,0,0,186,158,0,0,188,158,0,0,188,158,0,0,194,158,0,0,200,158,0,0,202,158,0,0,202,158,0,0,202,158,0,0,204,158,0,0,204,158,0,0,204,158,0,0,204,158,0,0,206,158,0,0,206,158,0,0,210,158,0,0,210,158,0,0,212,158,0,0,218,158,0,0,218,158,0,0,218,158,0,0,220,158,0,0,220,158,0,0,220,158,0,0,222,158,0,0,222,158,0,0,222,158,0,0,222,158,0,0,222,158,0,0,222,158,0,0,226,158,0,0,226,158,0,0,226,158,0,0,226,158,0,0,226,158,0,0,226,158,0,0,226,158,0,0,226,158,0,0,228,158,0,0,234,158,0,0,234,158,0,0,236,158,0,0,244,158,0,0,244,158,0,0,248,158,0,0,248,158,0,0,254,158,0,0,0,159,0,0,2,159,0,0,4,159,0,0,4,159,0,0,4,159,0,0,4,159,0,0,4,159,0,0,4,159,0,0,6,159,0,0,12,159,0,0,16,159,0,0,16,159,0,0,18,159,0,0,20,159,0,0,22,159,0,0,24,159,0,0,24,159,0,0,28,159,0,0,28,159,0,0,28,159,0,0,32,159,0,0,32,159,0,0,34,159,0,0,34,159,0,0,34,159,0,0,34,159,0,0,34,159,0,0,38,159,0,0,38,159,0,0,38,159,0,0,42,159,0,0,42,159,0,0,44,159,0,0,48,159,0,0,50,159,0,0,54,159,0,0,60,159,0,0,64,159,0,0,70,159,0,0,70,159,0,0,70,159,0,0,72,159,0,0,78,159,0,0,84,159,0,0,86,159,0,0,86,159,0,0,86,159,0,0,88,159,0,0,88,159,0,0,90,159,0,0,96,159,0,0,96,159,0,0,102,159,0,0,102,159,0,0,104,159,0,0,104,159,0,0,104,159,0,0,104,159,0,0,110,159,0,0,110,159,0,0,110,159,0,0,110,159,0,0,110,159,0,0,110,159,0,0,110,159,0,0,112,159,0,0,112,159,0,0,112,159,0,0,114,159,0,0,114,159,0,0,116,159,0,0,116,159,0,0,120,159,0,0,124,159,0,0,124,159,0,0,124,159,0,0,128,159,0,0,128,159,0,0,132,159,0,0,132,159,0,0,136,159,0,0,138,159,0,0,138,159,0,0,138,159,0,0,142,159,0,0,148,159,0,0,152,159,0,0,154,159,0,0,164,159,0,0,164,159,0,0,166,159,0,0,166,159,0,0,168,159,0,0,178,159,0,0,178,159,0,0,180,159,0,0,184,159,0,0,186,159,0,0,186,159,0,0,190,159,0,0,190,159,0,0,190,159,0,0,192,159,0,0,192,159,0,0,192,159,0,0,192,159,0,0,198,159,0,0,200,159,0,0,202,159,0,0,206,159,0,0,212,159,0,0,212,159,0,0,214,159,0,0,214,159,0,0,216,159,0,0,216,159,0,0,216,159,0,0,220,159,0,0,222,159,0,0,222,159,0,0,222,159,0,0,222,159,0,0,222,159,0,0,222,159,0,0,230,159,0,0,232,159,0,0,242,159,0,0,242,159,0,0,246,159,0,0,246,159,0,0,252,159,0,0,252,159,0,0,252,159,0,0,252,159,0,0,254,159,0,0,0,160,0,0,0,160,0,0,0,160,0,0,0,160,0,0,0,160,0,0,0,160,0,0,0,160,0,0,0,160,0,0,0,160,0,0,0,160,0,0,2,160,0,0,10,160,0,0,10,160,0,0,12,160,0,0,12,160,0,0,14,160,0,0,14,160,0,0,22,160,0,0,24,160,0,0,24,160,0,0,24,160,0,0,24,160,0,0,24,160,0,0,24,160,0,0,24,160,0,0,24,160,0,0,26,160,0,0,28,160,0,0,30,160,0,0,32,160,0,0,38,160,0,0,38,160,0,0,40,160,0,0,42,160,0,0,42,160,0,0,42,160,0,0,42,160,0,0,50,160,0,0,52,160,0,0,52,160,0,0,52,160,0,0,52,160,0,0,52,160,0,0,52,160,0,0,56,160,0,0,64,160,0,0,66,160,0,0,70,160,0,0,72,160,0,0,78,160,0,0,78,160,0,0,82,160,0,0,82,160,0,0,82,160,0,0,82,160,0,0,82,160,0,0,88,160,0,0,88,160,0,0,88,160,0,0,88,160,0,0,88,160,0,0,90,160,0,0,90,160,0,0,90,160,0,0,92,160,0,0,92,160,0,0,96,160,0,0,96,160,0,0,104,160,0,0,110,160,0,0,118,160,0,0,118,160,0,0,118,160,0,0,118,160,0,0,118,160,0,0,118,160,0,0,122,160,0,0,130,160,0,0,134,160,0,0,136,160,0,0,140,160,0,0,142,160,0,0,142,160,0,0,142,160,0,0,144,160,0,0,146,160,0,0,146,160,0,0,146,160,0,0,146,160,0,0,148,160,0,0,154,160,0,0,154,160,0,0,156,160,0,0,156,160,0,0,160,160,0,0,160,160,0,0,160,160,0,0,160,160,0,0,162,160,0,0,168,160,0,0,172,160,0,0,174,160,0,0,176,160,0,0,178,160,0,0,178,160,0,0,178,160,0,0,178,160,0,0,180,160,0,0,180,160,0,0,184,160,0,0,186,160,0,0,188,160,0,0,190,160,0,0,196,160,0,0,196,160,0,0,196,160,0,0,202,160,0,0,202,160,0,0,202,160,0,0,204,160,0,0,206,160,0,0,210,160,0,0,210,160,0,0,214,160,0,0,216,160,0,0,216,160,0,0,220,160,0,0,220,160,0,0,220,160,0,0,228,160,0,0,234,160,0,0,234,160,0,0,238,160,0,0,238,160,0,0,238,160,0,0,240,160,0,0,240,160,0,0,242,160,0,0,244,160,0,0,246,160,0,0,246,160,0,0,246,160,0,0,250,160,0,0,254,160,0,0,254,160,0,0,254,160,0,0,254,160,0,0,254,160,0,0,254,160,0,0,0,161,0,0,0,161,0,0,12,161,0,0,20,161,0,0,20,161,0,0,30,161,0,0,32,161,0,0,38,161,0,0,42,161,0,0,42,161,0,0,44,161,0,0,46,161,0,0,46,161,0,0,46,161,0,0,46,161,0,0,46,161,0,0,46,161,0,0,46,161,0,0,48,161,0,0,52,161,0,0,52,161,0,0,52,161,0,0,56,161,0,0,60,161,0,0,62,161,0,0,62,161,0,0,76,161,0,0,76,161,0,0,82,161,0,0,82,161,0,0,82,161,0,0,82,161,0,0,82,161,0,0,86,161,0,0,86,161,0,0,86,161,0,0,86,161,0,0,86,161,0,0,86,161,0,0,86,161,0,0,94,161,0,0,94,161,0,0,96,161,0,0,104,161,0,0,108,161,0,0,108,161,0,0,108,161,0,0,110,161,0,0,110,161,0,0,112,161,0,0,114,161,0,0,114,161,0,0,114,161,0,0,116,161,0,0,118,161,0,0,118,161,0,0,120,161,0,0,122,161,0,0,126,161,0,0,130,161,0,0,144,161,0,0,144,161,0,0,144,161,0,0,146,161,0,0,148,161,0,0,148,161,0,0,152,161,0,0,154,161,0,0,154,161,0,0,154,161,0,0,154,161,0,0,154,161,0,0,154,161,0,0,154,161,0,0,154,161,0,0,154,161,0,0,156,161,0,0,158,161,0,0,158,161,0,0,158,161,0,0,160,161,0,0,164,161,0,0,178,161,0,0,178,161,0,0,178,161,0,0,188,161,0,0,190,161,0,0,192,161,0,0,192,161,0,0,194,161,0,0,194,161,0,0,198,161,0,0,202,161,0,0,202,161,0,0,202,161,0,0,202,161,0,0,208,161,0,0,210,161,0,0,210,161,0,0,210,161,0,0,210,161,0,0,210,161,0,0,210,161,0,0,212,161,0,0,212,161,0,0,224,161,0,0,224,161,0,0,226,161,0,0,232,161,0,0,234,161,0,0,240,161,0,0,240,161,0,0,242,161,0,0,246,161,0,0,248,161,0,0,248,161,0,0,252,161,0,0,254,161,0,0,2,162,0,0,2,162,0,0,2,162,0,0,2,162,0,0,2,162,0,0,2,162,0,0,8,162,0,0,10,162,0,0,12,162,0,0,12,162,0,0,12,162,0,0,16,162,0,0,20,162,0,0,24,162,0,0,24,162,0,0,24,162,0,0,24,162,0,0,26,162,0,0,28,162,0,0,28,162,0,0,28,162,0,0,28,162,0,0,28,162,0,0,30,162,0,0,36,162,0,0,38,162,0,0,48,162,0,0,56,162,0,0,58,162,0,0,58,162,0,0,62,162,0,0,62,162,0,0,74,162,0,0,74,162,0,0,74,162,0,0,82,162,0,0,90,162,0,0,92,162,0,0,94,162,0,0,94,162,0,0,100,162,0,0,100,162,0,0,112,162,0,0,112,162,0,0,116,162,0,0,116,162,0,0,116,162,0,0,116,162,0,0,118,162,0,0,118,162,0,0,120,162,0,0,120,162,0,0,122,162,0,0,128,162,0,0,136,162,0,0,136,162,0,0,140,162,0,0,140,162,0,0,140,162,0,0,142,162,0,0,142,162,0,0,144,162,0,0,152,162,0,0,160,162,0,0,162,162,0,0,162,162,0,0,162,162,0,0,174,162,0,0,174,162,0,0,174,162,0,0,182,162,0,0,184,162,0,0,184,162,0,0,184,162,0,0,184,162,0,0,186,162,0,0,186,162,0,0,186,162,0,0,186,162,0,0,186,162,0,0,186,162,0,0,194,162,0,0,202,162,0,0,204,162,0,0,208,162,0,0,208,162,0,0,208,162,0,0,208,162,0,0,210,162,0,0,210,162,0,0,212,162,0,0,216,162,0,0,226,162,0,0,228,162,0,0,230,162,0,0,232,162,0,0,234,162,0,0,234,162,0,0,234,162,0,0,234,162,0,0,236,162,0,0,236,162,0,0,244,162,0,0,244,162,0,0,248,162,0,0,252,162,0,0,0,163,0,0,4,163,0,0,4,163,0,0,4,163,0,0,6,163,0,0,10,163,0,0,10,163,0,0,10,163,0,0,10,163,0,0,10,163,0,0,10,163,0,0,12,163,0,0,12,163,0,0,12,163,0,0,18,163,0,0,18,163,0,0,18,163,0,0,20,163,0,0,20,163,0,0,20,163,0,0,22,163,0,0,26,163,0,0,26,163,0,0,26,163,0,0,28,163,0,0,28,163,0,0,28,163,0,0,34,163,0,0,34,163,0,0,34,163,0,0,36,163,0,0,40,163,0,0,40,163,0,0,40,163,0,0,42,163,0,0,52,163,0,0,52,163,0,0,52,163,0,0,52,163,0,0,54,163,0,0,54,163,0,0,54,163,0,0,54,163,0,0,64,163,0,0,64,163,0,0,64,163,0,0,64,163,0,0,64,163,0,0,64,163,0,0,66,163,0,0,68,163,0,0,68,163,0,0,72,163,0,0,72,163,0,0,72,163,0,0,72,163,0,0,72,163,0,0,78,163,0,0,84,163,0,0,90,163,0,0,98,163,0,0,100,163,0,0,100,163,0,0,104,163,0,0,106,163,0,0,108,163,0,0,108,163,0,0,108,163,0,0,108,163,0,0,110,163,0,0,110,163,0,0,110,163,0,0,110,163,0,0,114,163,0,0,114,163,0,0,120,163,0,0,126,163,0,0,130,163,0,0,130,163,0,0,130,163,0,0,132,163,0,0,134,163,0,0,142,163,0,0,146,163,0,0,146,163,0,0,146,163,0,0,148,163,0,0,152,163,0,0,154,163,0,0,154,163,0,0,154,163,0,0,154,163,0,0,156,163,0,0,156,163,0,0,156,163,0,0,158,163,0,0,158,163,0,0,162,163,0,0,170,163,0,0,180,163,0,0,180,163,0,0,182,163,0,0,182,163,0,0,182,163,0,0,184,163,0,0,184,163,0,0,186,163,0,0,196,163,0,0,196,163,0,0,198,163,0,0,200,163,0,0,200,163,0,0,200,163,0,0,200,163,0,0,200,163,0,0,204,163,0,0,204,163,0,0,204,163,0,0,204,163,0,0,210,163,0,0,210,163,0,0,210,163,0,0,216,163,0,0,220,163,0,0,220,163,0,0,220,163,0,0,220,163,0,0,220,163,0,0,220,163,0,0,224,163,0,0,226,163,0,0,226,163,0,0,236,163,0,0,238,163,0,0,238,163,0,0,238,163,0,0,248,163,0,0,248,163,0,0,248,163,0,0,248,163,0,0,252,163,0,0,252,163,0,0,254,163,0,0,0,164,0,0,0,164,0,0,0,164,0,0,0,164,0,0,0,164,0,0,6,164,0,0,8,164,0,0,8,164,0,0,10,164,0,0,10,164,0,0,10,164,0,0,10,164,0,0,10,164,0,0,10,164,0,0,12,164,0,0,12,164,0,0,18,164,0,0,24,164,0,0,24,164,0,0,24,164,0,0,24,164,0,0,28,164,0,0,28,164,0,0,28,164,0,0,28,164,0,0,28,164,0,0,28,164,0,0,28,164,0,0,30,164,0,0,30,164,0,0,32,164,0,0,32,164,0,0,32,164,0,0,32,164,0,0,42,164,0,0,42,164,0,0,46,164,0,0,46,164,0,0,46,164,0,0,48,164,0,0,48,164,0,0,48,164,0,0,48,164,0,0,52,164,0,0,52,164,0,0,52,164,0,0,52,164,0,0,56,164,0,0,60,164,0,0,62,164,0,0,62,164,0,0,62,164,0,0,62,164,0,0,72,164,0,0,72,164,0,0,74,164,0,0,78,164,0,0,78,164,0,0,80,164,0,0,80,164,0,0,80,164,0,0,80,164,0,0,80,164,0,0,80,164,0,0,82,164,0,0,88,164,0,0,88,164,0,0,90,164,0,0,90,164,0,0,92,164,0,0,92,164,0,0,94,164,0,0,94,164,0,0,94,164,0,0,96,164,0,0,96,164,0,0,96,164,0,0,96,164,0,0,98,164,0,0,100,164,0,0,100,164,0,0,100,164,0,0,100,164,0,0,100,164,0,0,104,164,0,0,104,164,0,0,106,164,0,0,106,164,0,0,106,164,0,0,108,164,0,0,108,164,0,0,108,164,0,0,120,164,0,0,120,164,0,0,120,164,0,0,120,164,0,0,120,164,0,0,122,164,0,0,124,164,0,0,124,164,0,0,124,164,0,0,124,164,0,0,126,164,0,0,126,164,0,0,126,164,0,0,126,164,0,0,126,164,0,0,130,164,0,0,130,164,0,0,130,164,0,0,134,164,0,0,134,164,0,0,134,164,0,0,136,164,0,0,136,164,0,0,136,164,0,0,142,164,0,0,142,164,0,0,146,164,0,0,146,164,0,0,146,164,0,0,146,164,0,0,146,164,0,0,152,164,0,0,152,164,0,0,152,164,0,0,154,164,0,0,156,164,0,0,160,164,0,0,160,164,0,0,160,164,0,0,160,164,0,0,166,164,0,0,170,164,0,0,180,164,0,0,182,164,0,0,182,164,0,0,186,164,0,0,186,164,0,0,186,164,0,0,188,164,0,0,188,164,0,0,192,164,0,0,192,164,0,0,192,164,0,0,192,164,0,0,192,164,0,0,192,164,0,0,192,164,0,0,192,164,0,0,192,164,0,0,192,164,0,0,194,164,0,0,196,164,0,0,196,164,0,0,198,164,0,0,200,164,0,0,200,164,0,0,202,164,0,0,202,164,0,0,204,164,0,0,214,164,0,0,216,164,0,0,222,164,0,0,228,164,0,0,230,164,0,0,236,164,0,0,236,164,0,0,242,164,0,0,246,164,0,0,250,164,0,0,254,164,0,0,2,165,0,0,6,165,0,0,6,165,0,0,8,165,0,0,8,165,0,0,8,165,0,0,14,165,0,0,16,165,0,0,20,165,0,0,26,165,0,0,28,165,0,0,28,165,0,0,28,165,0,0,28,165,0,0,34,165,0,0,34,165,0,0,34,165,0,0,38,165,0,0,40,165,0,0,44,165,0,0,46,165,0,0,50,165,0,0,50,165,0,0,50,165,0,0,50,165,0,0,50,165,0,0,50,165,0,0,52,165,0,0,52,165,0,0,54,165,0,0,60,165,0,0,66,165,0,0,68,165,0,0,72,165,0,0,80,165,0,0,82,165,0,0,84,165,0,0,84,165,0,0,88,165,0,0,94,165,0,0,94,165,0,0,94,165,0,0,100,165,0,0,104,165,0,0,104,165,0,0,108,165,0,0,108,165,0,0,116,165,0,0,116,165,0,0,118,165,0,0,118,165,0,0,124,165,0,0,128,165,0,0,132,165,0,0,134,165,0,0,134,165,0,0,138,165,0,0,138,165,0,0,138,165,0,0,148,165,0,0,148,165,0,0,148,165,0,0,148,165,0,0,150,165,0,0,154,165,0,0,158,165,0,0,158,165,0,0,168,165,0,0,170,165,0,0,174,165,0,0,176,165,0,0,176,165,0,0,180,165,0,0,180,165,0,0,182,165,0,0,184,165,0,0,184,165,0,0,184,165,0,0,184,165,0,0,196,165,0,0,196,165,0,0,200,165,0,0,206,165,0,0,208,165,0,0,210,165,0,0,210,165,0,0,218,165,0,0,228,165,0,0,230,165,0,0,232,165,0,0,232,165,0,0,232,165,0,0,234,165,0,0,240,165,0,0,240,165,0,0,250,165,0,0,250,165,0,0,0,166,0,0,0,166,0,0,4,166,0,0,4,166,0,0,6,166,0,0,10,166,0,0,10,166,0,0,10,166,0,0,14,166,0,0,14,166,0,0,14,166,0,0,18,166,0,0,22,166,0,0,22,166,0,0,22,166,0,0,26,166,0,0,28,166,0,0,28,166,0,0,30,166,0,0,30,166,0,0,30,166,0,0,32,166,0,0,32,166,0,0,32,166,0,0,34,166,0,0,34,166,0,0,34,166,0,0,36,166,0,0,36,166,0,0,36,166,0,0,36,166,0,0,42,166,0,0,42,166,0,0,44,166,0,0,50,166,0,0,50,166,0,0,50,166,0,0,52,166,0,0,52,166,0,0,60,166,0,0,60,166,0,0,60,166,0,0,60,166,0,0,62,166,0,0,62,166,0,0,64,166,0,0,64,166,0,0,64,166,0,0,66,166,0,0,72,166,0,0,72,166,0,0,84,166,0,0,88,166,0,0,90,166,0,0,94,166,0,0,96,166,0,0,96,166,0,0,96,166,0,0,96,166,0,0,96,166,0,0,96,166,0,0,96,166,0,0,98,166,0,0,98,166,0,0,98,166,0,0,98,166,0,0,100,166,0,0,108,166,0,0,112,166,0,0,116,166,0,0,116,166,0,0,116,166,0,0,116,166,0,0,124,166,0,0,126,166,0,0,128,166,0,0,130,166,0,0,130,166,0,0,130,166,0,0,130,166,0,0,130,166,0,0,130,166,0,0,132,166,0,0,136,166,0,0,142,166,0,0,146,166,0,0,148,166,0,0,152,166,0,0,152,166,0,0,160,166,0,0,160,166,0,0,166,166,0,0,166,166,0,0,172,166,0,0,184,166,0,0,186,166,0,0,186,166,0,0,186,166,0,0,186,166,0,0,190,166,0,0,194,166,0,0,196,166,0,0,200,166,0,0,200,166,0,0,200,166,0,0,200,166,0,0,200,166,0,0,200,166,0,0,208,166,0,0,208,166,0,0,210,166,0,0,210,166,0,0,218,166,0,0,220,166,0,0,226,166,0,0,228,166,0,0,232,166,0,0,234,166,0,0,234,166,0,0,234,166,0,0,234,166,0,0,234,166,0,0,248,166,0,0,250,166,0,0,250,166,0,0,254,166,0,0,2,167,0,0,8,167,0,0,12,167,0,0,18,167,0,0,18,167,0,0,20,167,0,0,20,167,0,0,20,167,0,0,20,167,0,0,22,167,0,0,22,167,0,0,24,167,0,0,24,167,0,0,24,167,0,0,24,167,0,0,26,167,0,0,26,167,0,0,28,167,0,0,28,167,0,0,28,167,0,0,28,167,0,0,30,167,0,0,30,167,0,0,32,167,0,0,32,167,0,0,34,167,0,0,34,167,0,0,38,167,0,0,42,167,0,0,50,167,0,0,54,167,0,0,54,167,0,0,62,167,0,0,62,167,0,0,62,167,0,0,64,167,0,0,64,167,0,0,64,167,0,0,68,167,0,0,70,167,0,0,70,167,0,0,72,167,0,0,76,167,0,0,82,167,0,0,84,167,0,0,86,167,0,0,86,167,0,0,86,167,0,0,90,167,0,0,96,167,0,0,96,167,0,0,96,167,0,0,102,167,0,0,106,167,0,0,114,167,0,0,122,167,0,0,122,167,0,0,124,167,0,0,126,167,0,0,128,167,0,0,128,167,0,0,132,167,0,0,138,167,0,0,138,167,0,0,138,167,0,0,138,167,0,0,138,167,0,0,138,167,0,0,140,167,0,0,140,167,0,0,142,167,0,0,144,167,0,0,144,167,0,0,144,167,0,0,150,167,0,0,154,167,0,0,158,167,0,0,162,167,0,0,166,167,0,0,166,167,0,0,174,167,0,0,174,167,0,0,178,167,0,0,182,167,0,0,186,167,0,0,192,167,0,0,192,167,0,0,192,167,0,0,192,167,0,0,194,167,0,0,202,167,0,0,206,167,0,0,210,167,0,0,210,167,0,0,212,167,0,0,212,167,0,0,216,167,0,0,222,167,0,0,222,167,0,0,222,167,0,0,222,167,0,0,222,167,0,0,228,167,0,0,230,167,0,0,232,167,0,0,236,167,0,0,236,167,0,0,236,167,0,0,244,167,0,0,246,167,0,0,246,167,0,0,246,167,0,0,246,167,0,0,248,167,0,0,250,167,0,0,250,167,0,0,250,167,0,0,250,167,0,0,250,167,0,0,250,167,0,0,0,168,0,0,0,168,0,0,0,168,0,0,0,168,0,0,2,168,0,0,2,168,0,0,2,168,0,0,6,168,0,0,6,168,0,0,8,168,0,0,12,168,0,0,22,168,0,0,26,168,0,0,26,168,0,0,28,168,0,0,32,168,0,0,32,168,0,0,34,168,0,0,34,168,0,0,34,168,0,0,34,168,0,0,34,168,0,0,34,168,0,0,34,168,0,0,34,168,0,0,38,168,0,0,46,168,0,0,46,168,0,0,48,168,0,0,50,168,0,0,52,168,0,0,54,168,0,0,58,168,0,0,60,168,0,0,60,168,0,0,60,168,0,0,62,168,0,0,62,168,0,0,66,168,0,0,68,168,0,0,68,168,0,0,68,168,0,0,68,168,0,0,72,168,0,0,76,168,0,0,76,168,0,0,76,168,0,0,76,168,0,0,76,168,0,0,78,168,0,0,78,168,0,0,80,168,0,0,82,168,0,0,82,168,0,0,82,168,0,0,82,168,0,0,86,168,0,0,86,168,0,0,86,168,0,0,86,168,0,0,90,168,0,0,90,168,0,0,92,168,0,0,102,168,0,0,106,168,0,0,110,168,0,0,110,168,0,0,112,168,0,0,112,168,0,0,114,168,0,0,114,168,0,0,114,168,0,0,114,168,0,0,114,168,0,0,118,168,0,0,118,168,0,0,120,168,0,0,122,168,0,0,122,168,0,0,122,168,0,0,124,168,0,0,124,168,0,0,130,168,0,0,130,168,0,0,132,168,0,0,132,168,0,0,136,168,0,0,136,168,0,0,140,168,0,0,142,168,0,0,146,168,0,0,146,168,0,0,146,168,0,0,152,168,0,0,154,168,0,0,154,168,0,0,154,168,0,0,154,168,0,0,154,168,0,0,154,168,0,0,154,168,0,0,156,168,0,0,156,168,0,0,156,168,0,0,156,168,0,0,158,168,0,0,158,168,0,0,164,168,0,0,166,168,0,0,168,168,0,0,168,168,0,0,168,168,0,0,174,168,0,0,174,168,0,0,174,168,0,0,174,168,0,0,174,168,0,0,174,168,0,0,174,168,0,0,178,168,0,0,178,168,0,0,190,168,0,0,190,168,0,0,192,168,0,0,192,168,0,0,194,168,0,0,194,168,0,0,194,168,0,0,194,168,0,0,198,168,0,0,202,168,0,0,202,168,0,0,202,168,0,0,204,168,0,0,212,168,0,0,212,168,0,0,214,168,0,0,220,168,0,0,220,168,0,0,222,168,0,0,224,168,0,0,236,168,0,0,236,168,0,0,236,168,0,0,236,168,0,0,240,168,0,0,240,168,0,0,246,168,0,0,248,168,0,0,248,168,0,0,4,169,0,0,4,169,0,0,4,169,0,0,4,169,0,0,12,169,0,0,12,169,0,0,16,169,0,0,16,169,0,0,16,169,0,0,20,169,0,0,20,169,0,0,22,169,0,0,26,169,0,0,26,169,0,0,32,169,0,0,32,169,0,0,42,169,0,0,46,169,0,0,46,169,0,0,46,169,0,0,46,169,0,0,52,169,0,0,52,169,0,0,52,169,0,0,56,169,0,0,58,169,0,0,58,169,0,0,68,169,0,0,68,169,0,0,68,169,0,0,70,169,0,0,70,169,0,0,74,169,0,0,74,169,0,0,74,169,0,0,74,169,0,0,74,169,0,0,74,169,0,0,74,169,0,0,74,169,0,0,74,169,0,0,78,169,0,0,78,169,0,0,78,169,0,0,82,169,0,0,92,169,0,0,96,169,0,0,96,169,0,0,96,169,0,0,96,169,0,0,96,169,0,0,98,169,0,0,98,169,0,0,100,169,0,0,100,169,0,0,100,169,0,0,100,169,0,0,100,169,0,0,104,169,0,0,104,169,0,0,112,169,0,0,116,169,0,0,120,169,0,0,120,169,0,0,122,169,0,0,130,169,0,0,130,169,0,0,132,169,0,0,132,169,0,0,136,169,0,0,146,169,0,0,150,169,0,0,156,169,0,0,156,169,0,0,160,169,0,0,160,169,0,0,164,169,0,0,168,169,0,0,168,169,0,0,168,169,0,0,168,169,0,0,168,169,0,0,174,169,0,0,174,169,0,0,174,169,0,0,174,169,0,0,174,169,0,0,176,169,0,0,180,169,0,0,180,169,0,0,180,169,0,0,180,169,0,0,184,169,0,0,184,169,0,0,190,169,0,0,190,169,0,0,194,169,0,0,200,169,0,0,202,169,0,0,202,169,0,0,202,169,0,0,206,169,0,0,208,169,0,0,210,169,0,0,214,169,0,0,218,169,0,0,218,169,0,0,218,169,0,0,218,169,0,0,222,169,0,0,224,169,0,0,224,169,0,0,232,169,0,0,234,169,0,0,240,169,0,0,240,169,0,0,240,169,0,0,240,169,0,0,242,169,0,0,242,169,0,0,242,169,0,0,242,169,0,0,246,169,0,0,250,169,0,0,252,169,0,0,254,169,0,0,6,170,0,0,10,170,0,0,10,170,0,0,18,170,0,0,28,170,0,0,28,170,0,0,36,170,0,0,38,170,0,0,40,170,0,0,44,170,0,0,52,170,0,0,54,170,0,0,54,170,0,0,58,170,0,0,60,170,0,0,60,170,0,0,62,170,0,0,62,170,0,0,62,170,0,0,62,170,0,0,62,170,0,0,64,170,0,0,64,170,0,0,68,170,0,0,68,170,0,0,70,170,0,0,72,170,0,0,72,170,0,0,74,170,0,0,74,170,0,0,74,170,0,0,74,170,0,0,74,170,0,0,74,170,0,0,78,170,0,0,78,170,0,0,78,170,0,0,80,170,0,0,84,170,0,0,84,170,0,0,84,170,0,0,86,170,0,0,88,170,0,0,88,170,0,0,88,170,0,0,88,170,0,0,90,170,0,0,90,170,0,0,90,170,0,0,92,170,0,0,92,170,0,0,94,170,0,0,94,170,0,0,94,170,0,0,98,170,0,0,100,170,0,0,102,170,0,0,104,170,0,0,104,170,0,0,114,170,0,0,116,170,0,0,116,170,0,0,118,170,0,0,118,170,0,0,118,170,0,0,118,170,0,0,120,170,0,0,120,170,0,0,124,170,0,0,124,170,0,0,128,170,0,0,128,170,0,0,132,170,0,0,134,170,0,0,134,170,0,0,134,170,0,0,134,170,0,0,134,170,0,0,136,170,0,0,142,170,0,0,142,170,0,0,144,170,0,0,144,170,0,0,146,170,0,0,152,170,0,0,154,170,0,0,158,170,0,0,158,170,0,0,158,170,0,0,164,170,0,0,166,170,0,0,176,170,0,0,178,170,0,0,178,170,0,0,178,170,0,0,178,170,0,0,178,170,0,0,184,170,0,0,184,170,0,0,184,170,0,0,192,170,0,0,192,170,0,0,198,170,0,0,198,170,0,0,198,170,0,0,198,170,0,0,198,170,0,0,200,170,0,0,202,170,0,0,202,170,0,0,202,170,0,0,202,170,0,0,202,170,0,0,202,170,0,0,202,170,0,0,204,170,0,0,204,170,0,0,204,170,0,0,208,170,0,0,208,170,0,0,210,170,0,0,216,170,0,0,216,170,0,0,216,170,0,0,216,170,0,0,218,170,0,0,218,170,0,0,218,170,0,0,226,170,0,0,226,170,0,0,226,170,0,0,228,170,0,0,228,170,0,0,228,170,0,0,228,170,0,0,228,170,0,0,228,170,0,0,230,170,0,0,234,170,0,0,234,170,0,0,234,170,0,0,238,170,0,0,238,170,0,0,238,170,0,0,244,170,0,0,244,170,0,0,246,170,0,0,246,170,0,0,246,170,0,0,246,170,0,0,252,170,0,0,0,171,0,0,2,171,0,0,2,171,0,0,8,171,0,0,10,171,0,0,10,171,0,0,16,171,0,0,20,171,0,0,22,171,0,0,22,171,0,0,24,171,0,0,24,171,0,0,28,171,0,0,32,171,0,0,32,171,0,0,44,171,0,0,44,171,0,0,46,171,0,0,46,171,0,0,48,171,0,0,50,171,0,0,52,171,0,0,52,171,0,0,54,171,0,0,56,171,0,0,58,171,0,0,62,171,0,0,70,171,0,0,70,171,0,0,74,171,0,0,74,171,0,0,78,171,0,0,78,171,0,0,78,171,0,0,84,171,0,0,84,171,0,0,90,171,0,0,92,171,0,0,102,171,0,0,104,171,0,0,106,171,0,0,106,171,0,0,106,171,0,0,108,171,0,0,108,171,0,0,108,171,0,0,108,171,0,0,108,171,0,0,108,171,0,0,112,171,0,0,114,171,0,0,122,171,0,0,124,171,0,0,128,171,0,0,128,171,0,0,128,171,0,0,128,171,0,0,132,171,0,0,138,171,0,0,138,171,0,0,142,171,0,0,144,171,0,0,146,171,0,0,150,171,0,0,154,171,0,0,154,171,0,0,154,171,0,0,154,171,0,0,158,171,0,0,162,171,0,0,162,171,0,0,162,171,0,0,168,171,0,0,176,171,0,0,178,171,0,0,180,171,0,0,180,171,0,0,182,171,0,0,182,171,0,0,182,171,0,0,182,171,0,0,182,171,0,0,182,171,0,0,182,171,0,0,186,171,0,0,186,171,0,0,188,171,0,0,190,171,0,0,190,171,0,0,190,171,0,0,192,171,0,0,192,171,0,0,192,171,0,0,192,171,0,0,194,171,0,0,194,171,0,0,196,171,0,0,196,171,0,0,196,171,0,0,196,171,0,0,200,171,0,0,200,171,0,0,200,171,0,0,204,171,0,0,204,171,0,0,208,171,0,0,208,171,0,0,208,171,0,0,208,171,0,0,210,171,0,0,210,171,0,0,212,171,0,0,212,171,0,0,214,171,0,0,218,171,0,0,222,171,0,0,224,171,0,0,224,171,0,0,224,171,0,0,226,171,0,0,236,171,0,0,240,171,0,0,240,171,0,0,248,171,0,0,248,171,0,0,250,171,0,0,250,171,0,0,250,171,0,0,252,171,0,0,252,171,0,0,254,171,0,0,254,171,0,0,2,172,0,0,4,172,0,0,8,172,0,0,8,172,0,0,10,172,0,0,12,172,0,0,14,172,0,0,14,172,0,0,14,172,0,0,14,172,0,0,16,172,0,0,16,172,0,0,16,172,0,0,18,172,0,0,22,172,0,0,22,172,0,0,32,172,0,0,32,172,0,0,34,172,0,0,34,172,0,0,34,172,0,0,36,172,0,0,36,172,0,0,40,172,0,0,46,172,0,0,52,172,0,0,54,172,0,0,58,172,0,0,58,172,0,0,68,172,0,0,70,172,0,0,72,172,0,0,72,172,0,0,82,172,0,0,82,172,0,0,82,172,0,0,84,172,0,0,86,172,0,0,98,172,0,0,104,172,0,0,108,172,0,0,110,172,0,0,118,172,0,0,128,172,0,0,132,172,0,0,136,172,0,0,136,172,0,0,140,172,0,0,144,172,0,0,154,172,0,0,154,172,0,0,154,172,0,0,154,172,0,0,154,172,0,0,154,172,0,0,154,172,0,0,156,172,0,0,160,172,0,0,162,172,0,0,162,172,0,0,162,172,0,0,164,172,0,0,164,172,0,0,166,172,0,0,166,172,0,0,168,172,0,0,174,172,0,0,174,172,0,0,174,172,0,0,174,172,0,0,174,172,0,0,174,172,0,0,176,172,0,0,180,172,0,0,180,172,0,0,188,172,0,0,188,172,0,0,190,172,0,0,190,172,0,0,190,172,0,0,190,172,0,0,190,172,0,0,196,172,0,0,200,172,0,0,200,172,0,0,200,172,0,0,200,172,0,0,204,172,0,0,208,172,0,0,208,172,0,0,210,172,0,0,210,172,0,0,210,172,0,0,212,172,0,0,214,172,0,0,218,172,0,0,220,172,0,0,222,172,0,0,224,172,0,0,230,172,0,0,230,172,0,0,234,172,0,0,234,172,0,0,236,172,0,0,242,172,0,0,244,172,0,0,244,172,0,0,244,172,0,0,0,173,0,0,0,173,0,0,0,173,0,0,2,173,0,0,2,173,0,0,2,173,0,0,2,173,0,0,4,173,0,0,6,173,0,0,6,173,0,0,6,173,0,0,16,173,0,0,16,173,0,0,18,173,0,0,18,173,0,0,24,173,0,0,30,173,0,0,32,173,0,0,36,173,0,0,36,173,0,0,42,173,0,0,50,173,0,0,62,173,0,0,62,173,0,0,62,173,0,0,66,173,0,0,66,173,0,0,66,173,0,0,76,173,0,0,76,173,0,0,76,173,0,0,90,173,0,0,94,173,0,0,94,173,0,0,98,173,0,0,100,173,0,0,102,173,0,0,102,173,0,0,104,173,0,0,104,173,0,0,106,173,0,0,108,173,0,0,124,173,0,0,124,173,0,0,128,173,0,0,140,173,0,0,152,173,0,0,154,173,0,0,154,173,0,0,156,173,0,0,162,173,0,0,164,173,0,0,166,173,0,0,166,173,0,0,166,173,0,0,166,173,0,0,166,173,0,0,168,173,0,0,168,173,0,0,168,173,0,0,170,173,0,0,172,173,0,0,172,173,0,0,172,173,0,0,174,173,0,0,180,173,0,0,180,173,0,0,180,173,0,0,186,173,0,0,188,173,0,0,194,173,0,0,194,173,0,0,198,173,0,0,198,173,0,0,198,173,0,0,198,173,0,0,198,173,0,0,202,173,0,0,206,173,0,0,206,173,0,0,210,173,0,0,210,173,0,0,210,173,0,0,210,173,0,0,216,173,0,0,216,173,0,0,218,173,0,0,222,173,0,0,226,173,0,0,226,173,0,0,226,173,0,0,226,173,0,0,228,173,0,0,230,173,0,0,234,173,0,0,236,173,0,0,238,173,0,0,238,173,0,0,238,173,0,0,238,173,0,0,238,173,0,0,244,173,0,0,248,173,0,0,250,173,0,0,250,173,0,0,2,174,0,0,2,174,0,0,2,174,0,0,2,174,0,0,6,174,0,0,6,174,0,0,6,174,0,0,8,174,0,0,10,174,0,0,20,174,0,0,26,174,0,0,28,174,0,0,30,174,0,0,32,174,0,0,34,174,0,0,36,174,0,0,36,174,0,0,36,174,0,0,38,174,0,0,38,174,0,0,38,174,0,0,38,174,0,0,38,174,0,0,42,174,0,0,56,174,0,0,56,174,0,0,56,174,0,0,56,174,0,0,56,174,0,0,60,174,0,0,62,174,0,0,62,174,0,0,62,174,0,0,66,174,0,0,66,174,0,0,68,174,0,0,74,174,0,0,74,174,0,0,80,174,0,0,82,174,0,0,82,174,0,0,82,174,0,0,82,174,0,0,84,174,0,0,88,174,0,0,92,174,0,0,92,174,0,0,92,174,0,0,100,174,0,0,100,174,0,0,100,174,0,0,100,174,0,0,106,174,0,0,110,174,0,0,112,174,0,0,116,174,0,0,116,174,0,0,122,174,0,0,126,174,0,0,126,174,0,0,126,174,0,0,128,174,0,0,128,174,0,0,128,174,0,0,128,174,0,0,130,174,0,0,132,174,0,0,136,174,0,0,144,174,0,0,144,174,0,0,146,174,0,0,146,174,0,0,148,174,0,0,148,174,0,0,152,174,0,0,152,174,0,0,158,174,0,0,158,174,0,0,162,174,0,0,162,174,0,0,162,174,0,0,162,174,0,0,162,174,0,0,164,174,0,0,174,174,0,0,178,174,0,0,178,174,0,0,184,174,0,0,184,174,0,0,186,174,0,0,196,174,0,0,198,174,0,0,198,174,0,0,200,174,0,0,200,174,0,0,200,174,0,0,200,174,0,0,202,174,0,0,202,174,0,0,214,174,0,0,214,174,0,0,224,174,0,0,226,174,0,0,236,174,0,0,236,174,0,0,238,174,0,0,238,174,0,0,240,174,0,0,240,174,0,0,244,174,0,0,246,174,0,0,248,174,0,0,250,174,0,0,0,175,0,0,2,175,0,0,2,175,0,0,6,175,0,0,6,175,0,0,6,175,0,0,6,175,0,0,6,175,0,0,20,175,0,0,24,175,0,0,26,175,0,0,28,175,0,0,30,175,0,0,34,175,0,0,34,175,0,0,34,175,0,0,34,175,0,0,40,175,0,0,46,175,0,0,56,175,0,0,56,175,0,0,56,175,0,0,64,175,0,0,66,175,0,0,68,175,0,0,68,175,0,0,68,175,0,0,68,175,0,0,72,175,0,0,72,175,0,0,72,175,0,0,74,175,0,0,74,175,0,0,74,175,0,0,76,175,0,0,80,175,0,0,82,175,0,0,82,175,0,0,82,175,0,0,84,175,0,0,90,175,0,0,100,175,0,0,100,175,0,0,100,175,0,0,102,175,0,0,102,175,0,0,102,175,0,0,102,175,0,0,102,175,0,0,102,175,0,0,104,175,0,0,104,175,0,0,104,175,0,0,104,175,0,0,104,175,0,0,104,175,0,0,108,175,0,0,108,175,0,0,108,175,0,0,108,175,0,0,108,175,0,0,108,175,0,0,108,175,0,0,114,175,0,0,114,175,0,0,118,175,0,0,118,175,0,0,118,175,0,0,118,175,0,0,118,175,0,0,118,175,0,0,120,175,0,0,120,175,0,0,122,175,0,0,124,175,0,0,124,175,0,0,124,175,0,0,126,175,0,0,130,175,0,0,132,175,0,0,138,175,0,0,138,175,0,0,142,175,0,0,142,175,0,0,144,175,0,0,146,175,0,0,146,175,0,0,148,175,0,0,152,175,0,0,152,175,0,0,156,175,0,0,156,175,0,0,156,175,0,0,156,175,0,0,162,175,0,0,162,175,0,0,162,175,0,0,162,175,0,0,166,175,0,0,168,175,0,0,168,175,0,0,172,175,0,0,174,175,0,0,178,175,0,0,178,175,0,0,178,175,0,0,178,175,0,0,180,175,0,0,186,175,0,0,190,175,0,0,192,175,0,0,192,175,0,0,192,175,0,0,200,175,0,0,202,175,0,0,206,175,0,0,206,175,0,0,206,175,0,0,206,175,0,0,206,175,0,0,206,175,0,0,208,175,0,0,208,175,0,0,210,175,0,0,212,175,0,0,214,175,0,0,224,175,0,0,224,175,0,0,224,175,0,0,224,175,0,0,228,175,0,0,228,175,0,0,228,175,0,0,234,175,0,0,246,175,0,0,248,175,0,0,248,175,0,0,252,175,0,0,254,175,0,0,2,176,0,0,2,176,0,0,2,176,0,0,2,176,0,0,2,176,0,0,2,176,0,0,8,176,0,0,8,176,0,0,8,176,0,0,12,176,0,0,12,176,0,0,12,176,0,0,18,176,0,0,18,176,0,0,18,176,0,0,20,176,0,0,20,176,0,0,24,176,0,0,24,176,0,0,24,176,0,0,28,176,0,0,30,176,0,0,34,176,0,0,34,176,0,0,36,176,0,0,44,176,0,0,44,176,0,0,46,176,0,0,46,176,0,0,46,176,0,0,48,176,0,0,48,176,0,0,48,176,0,0,48,176,0,0,54,176,0,0,54,176,0,0,58,176,0,0,58,176,0,0,58,176,0,0,62,176,0,0,64,176,0,0,72,176,0,0,74,176,0,0,78,176,0,0,86,176,0,0,86,176,0,0,86,176,0,0,86,176,0,0,94,176,0,0,96,176,0,0,96,176,0,0,96,176,0,0,98,176,0,0,106,176,0,0,106,176,0,0,106,176,0,0,106,176,0,0,110,176,0,0,110,176,0,0,110,176,0,0,112,176,0,0,116,176,0,0,118,176,0,0,120,176,0,0,124,176,0,0,128,176,0,0,132,176,0,0,134,176,0,0,134,176,0,0,134,176,0,0,138,176,0,0,138,176,0,0,138,176,0,0,138,176,0,0,138,176,0,0,140,176,0,0,144,176,0,0,144,176,0,0,144,176,0,0,144,176,0,0,144,176,0,0,144,176,0,0,144,176,0,0,148,176,0,0,148,176,0,0,150,176,0,0,150,176,0,0,150,176,0,0,150,176,0,0,156,176,0,0,156,176,0,0,160,176,0,0,160,176,0,0,164,176,0,0,166,176,0,0,166,176,0,0,166,176,0,0,166,176,0,0,168,176,0,0,170,176,0,0,172,176,0,0,172,176,0,0,172,176,0,0,174,176,0,0,176,176,0,0,182,176,0,0,182,176,0,0,186,176,0,0,190,176,0,0,190,176,0,0,192,176,0,0,196,176,0,0,196,176,0,0,198,176,0,0,198,176,0,0,198,176,0,0,200,176,0,0,204,176,0,0,206,176,0,0,206,176,0,0,206,176,0,0,206,176,0,0,210,176,0,0,212,176,0,0,214,176,0,0,216,176,0,0,222,176,0,0,222,176,0,0,226,176,0,0,228,176,0,0,228,176,0,0,228,176,0,0,230,176,0,0,248,176,0,0,248,176,0,0,250,176,0,0,252,176,0,0,252,176,0,0,0,177,0,0,0,177,0,0,0,177,0,0,4,177,0,0,8,177,0,0,14,177,0,0,14,177,0,0,18,177,0,0,18,177,0,0,18,177,0,0,20,177,0,0,30,177,0,0,30,177,0,0,32,177,0,0,34,177,0,0,38,177,0,0,40,177,0,0,42,177,0,0,46,177,0,0,46,177,0,0,46,177,0,0,50,177,0,0,50,177,0,0,50,177,0,0,50,177,0,0,52,177,0,0,56,177,0,0,56,177,0,0,56,177,0,0,56,177,0,0,56,177,0,0,56,177,0,0,58,177,0,0,58,177,0,0,58,177,0,0,60,177,0,0,60,177,0,0,64,177,0,0,64,177,0,0,64,177,0,0,68,177,0,0,68,177,0,0,70,177,0,0,70,177,0,0,72,177,0,0,72,177,0,0,76,177,0,0,78,177,0,0,82,177,0,0,82,177,0,0,84,177,0,0,84,177,0,0,86,177,0,0,86,177,0,0,88,177,0,0,90,177,0,0,100,177,0,0,102,177,0,0,104,177,0,0,110,177,0,0,110,177,0,0,116,177,0,0,116,177,0,0,122,177,0,0,122,177,0,0,122,177,0,0,128,177,0,0,128,177,0,0,128,177,0,0,128,177,0,0,128,177,0,0,128,177,0,0,128,177,0,0,140,177,0,0,140,177,0,0,142,177,0,0,144,177,0,0,146,177,0,0,146,177,0,0,146,177,0,0,146,177,0,0,146,177,0,0,146,177,0,0,146,177,0,0,148,177,0,0,148,177,0,0,148,177,0,0,148,177,0,0,148,177,0,0,148,177,0,0,148,177,0,0,148,177,0,0,148,177,0,0,150,177,0,0,150,177,0,0,150,177,0,0,152,177,0,0,156,177,0,0,158,177,0,0,158,177,0,0,158,177,0,0,168,177,0,0,170,177,0,0,174,177,0,0,174,177,0,0,176,177,0,0,176,177,0,0,176,177,0,0,180,177,0,0,182,177,0,0,186,177,0,0,194,177,0,0,196,177,0,0,196,177,0,0,202,177,0,0,204,177,0,0,208,177,0,0,212,177,0,0,212,177,0,0,218,177,0,0,220,177,0,0,222,177,0,0,222,177,0,0,224,177,0,0,224,177,0,0,230,177,0,0,230,177,0,0,232,177,0,0,232,177,0,0,232,177,0,0,232,177,0,0,232,177,0,0,232,177,0,0,232,177,0,0,236,177,0,0,236,177,0,0,250,177,0,0,252,177,0,0,252,177,0,0,252,177,0,0,4,178,0,0,4,178,0,0,8,178,0,0,8,178,0,0,10,178,0,0,12,178,0,0,16,178,0,0,20,178,0,0,22,178,0,0,26,178,0,0,26,178,0,0,38,178,0,0,44,178,0,0,44,178,0,0,44,178,0,0,44,178,0,0,46,178,0,0,46,178,0,0,46,178,0,0,50,178,0,0,52,178,0,0,56,178,0,0,56,178,0,0,58,178,0,0,62,178,0,0,64,178,0,0,64,178,0,0,70,178,0,0,82,178,0,0,82,178,0,0,82,178,0,0,82,178,0,0,82,178,0,0,92,178,0,0,92,178,0,0,92,178,0,0,94,178,0,0,94,178,0,0,96,178,0,0,96,178,0,0,96,178,0,0,100,178,0,0,104,178,0,0,106,178,0,0,106,178,0,0,108,178,0,0,108,178,0,0,108,178,0,0,108,178,0,0,108,178,0,0,108,178,0,0,110,178,0,0,110,178,0,0,118,178,0,0,118,178,0,0,118,178,0,0,120,178,0,0,122,178,0,0,122,178,0,0,128,178,0,0,128,178,0,0,128,178,0,0,134,178,0,0,134,178,0,0,134,178,0,0,134,178,0,0,134,178,0,0,134,178,0,0,134,178,0,0,134,178,0,0,138,178,0,0,142,178,0,0,146,178,0,0,146,178,0,0,146,178,0,0,156,178,0,0,160,178,0,0,164,178,0,0,166,178,0,0,166,178,0,0,168,178,0,0,176,178,0,0,176,178,0,0,178,178,0,0,180,178,0,0,182,178,0,0,182,178,0,0,184,178,0,0,190,178,0,0,190,178,0,0,190,178,0,0,190,178,0,0,192,178,0,0,192,178,0,0,192,178,0,0,192,178,0,0,192,178,0,0,194,178,0,0,194,178,0,0,194,178,0,0,194,178,0,0,194,178,0,0,194,178,0,0,194,178,0,0,196,178,0,0,200,178,0,0,208,178,0,0,214,178,0,0,216,178,0,0,224,178,0,0,224,178,0,0,228,178,0,0,228,178,0,0,228,178,0,0,228,178,0,0,228,178,0,0,238,178,0,0,238,178,0,0,242,178,0,0,244,178,0,0,244,178,0,0,246,178,0,0,246,178,0,0,246,178,0,0,246,178,0,0,246,178,0,0,246,178,0,0,246,178,0,0,246,178,0,0,248,178,0,0,248,178,0,0,248,178,0,0,250,178,0,0,250,178,0,0,250,178,0,0,250,178,0,0,250,178,0,0,0,179,0,0,2,179,0,0,2,179,0,0,2,179,0,0,2,179,0,0,6,179,0,0,10,179,0,0,12,179,0,0,14,179,0,0,16,179,0,0,16,179,0,0,26,179,0,0,28,179,0,0,34,179,0,0,34,179,0,0,42,179,0,0,42,179,0,0,44,179,0,0,44,179,0,0,54,179,0,0,54,179,0,0,54,179,0,0,60,179,0,0,60,179,0,0,60,179,0,0,60,179,0,0,60,179,0,0,60,179,0,0,60,179,0,0,60,179,0,0,60,179,0,0,60,179,0,0,62,179,0,0,62,179,0,0,62,179,0,0,62,179,0,0,66,179,0,0,68,179,0,0,68,179,0,0,72,179,0,0,80,179,0,0,84,179,0,0,86,179,0,0,86,179,0,0,86,179,0,0,90,179,0,0,90,179,0,0,92,179,0,0,92,179,0,0,92,179,0,0,92,179,0,0,98,179,0,0,98,179,0,0,98,179,0,0,102,179,0,0,108,179,0,0,108,179,0,0,110,179,0,0,110,179,0,0,112,179,0,0,112,179,0,0,112,179,0,0,112,179,0,0,112,179,0,0,112,179,0,0,116,179,0,0,116,179,0,0,116,179,0,0,116,179,0,0,118,179,0,0,118,179,0,0,118,179,0,0,120,179,0,0,126,179,0,0,128,179,0,0,130,179,0,0,130,179,0,0,130,179,0,0,138,179,0,0,144,179,0,0,144,179,0,0,144,179,0,0,152,179,0,0,158,179,0,0,158,179,0,0,158,179,0,0,158,179,0,0,158,179,0,0,166,179,0,0,166,179,0,0,168,179,0,0,170,179,0,0,170,179,0,0,170,179,0,0,170,179,0,0,172,179,0,0,172,179,0,0,172,179,0,0,176,179,0,0,176,179,0,0,182,179,0,0,182,179,0,0,182,179,0,0,182,179,0,0,184,179,0,0,184,179,0,0,184,179,0,0,192,179,0,0,196,179,0,0,200,179,0,0,200,179,0,0,210,179,0,0,210,179,0,0,210,179,0,0,210,179,0,0,216,179,0,0,218,179,0,0,218,179,0,0,224,179,0,0,224,179,0,0,228,179,0,0,232,179,0,0,232,179,0,0,232,179,0,0,232,179,0,0,232,179,0,0,236,179,0,0,238,179,0,0,240,179,0,0,240,179,0,0,244,179,0,0,244,179,0,0,250,179,0,0,250,179,0,0,254,179,0,0,254,179,0,0,4,180,0,0,4,180,0,0,4,180,0,0,4,180,0,0,4,180,0,0,12,180,0,0,14,180,0,0,16,180,0,0,16,180,0,0,18,180,0,0,22,180,0,0,22,180,0,0,24,180,0,0,28,180,0,0,34,180,0,0,34,180,0,0,36,180,0,0,38,180,0,0,40,180,0,0,40,180,0,0,42,180,0,0,44,180,0,0,44,180,0,0,48,180,0,0,52,180,0,0,54,180,0,0,56,180,0,0,60,180,0,0,62,180,0,0,66,180,0,0,70,180,0,0,70,180,0,0,74,180,0,0,76,180,0,0,82,180,0,0,84,180,0,0,84,180,0,0,88,180,0,0,100,180,0,0,100,180,0,0,100,180,0,0,104,180,0,0,110,180,0,0,112,180,0,0,112,180,0,0,112,180,0,0,112,180,0,0,114,180,0,0,116,180,0,0,118,180,0,0,122,180,0,0,122,180,0,0,122,180,0,0,128,180,0,0,130,180,0,0,130,180,0,0,130,180,0,0,130,180,0,0,132,180,0,0,134,180,0,0,134,180,0,0,136,180,0,0,138,180,0,0,146,180,0,0,148,180,0,0,156,180,0,0,156,180,0,0,156,180,0,0,156,180,0,0,156,180,0,0,158,180,0,0,160,180,0,0,160,180,0,0,160,180,0,0,160,180,0,0,164,180,0,0,166,180,0,0,170,180,0,0,170,180,0,0,170,180,0,0,178,180,0,0,180,180,0,0,180,180,0,0,180,180,0,0,184,180,0,0,184,180,0,0,188,180,0,0,188,180,0,0,190,180,0,0,190,180,0,0,198,180,0,0,204,180,0,0,206,180,0,0,206,180,0,0,210,180,0,0,214,180,0,0,218,180,0,0,220,180,0,0,220,180,0,0,220,180,0,0,226,180,0,0,226,180,0,0,226,180,0,0,232,180,0,0,232,180,0,0,232,180,0,0,232,180,0,0,234,180,0,0,236,180,0,0,236,180,0,0,244,180,0,0,244,180,0,0,244,180,0,0,244,180,0,0,244,180,0,0,244,180,0,0,244,180,0,0,244,180,0,0,244,180,0,0,244,180,0,0,244,180,0,0,244,180,0,0,244,180,0,0,246,180,0,0,250,180,0,0,4,181,0,0,4,181,0,0,4,181,0,0,4,181,0,0,8,181,0,0,8,181,0,0,8,181,0,0,16,181,0,0,20,181,0,0,22,181,0,0,32,181,0,0,34,181,0,0,36,181,0,0,36,181,0,0,36,181,0,0,36,181,0,0,36,181,0,0,36,181,0,0,36,181,0,0,36,181,0,0,36,181,0,0,38,181,0,0,38,181,0,0,38,181,0,0,40,181,0,0,40,181,0,0,48,181,0,0,48,181,0,0,48,181,0,0,48,181,0,0,48,181,0,0,48,181,0,0,56,181,0,0,56,181,0,0,60,181,0,0,64,181,0,0,64,181,0,0,64,181,0,0,68,181,0,0,68,181,0,0,68,181,0,0,70,181,0,0,70,181,0,0,70,181,0,0,72,181,0,0,72,181,0,0,74,181,0,0,76,181,0,0,78,181,0,0,86,181,0,0,90,181,0,0,98,181,0,0,100,181,0,0,102,181,0,0,102,181,0,0,102,181,0,0,106,181,0,0,112,181,0,0,116,181,0,0,118,181,0,0,118,181,0,0,120,181,0,0,120,181,0,0,120,181,0,0,120,181,0,0,120,181,0,0,120,181,0,0,120,181,0,0,122,181,0,0,130,181,0,0,130,181,0,0,134,181,0,0,134,181,0,0,138,181,0,0,138,181,0,0,140,181,0,0,142,181,0,0,142,181,0,0,142,181,0,0,142,181,0,0,144,181,0,0,144,181,0,0,144,181,0,0,146,181,0,0,146,181,0,0,146,181,0,0,146,181,0,0,148,181,0,0,156,181,0,0,156,181,0,0,156,181,0,0,162,181,0,0,162,181,0,0,164,181,0,0,164,181,0,0,164,181,0,0,164,181,0,0,164,181,0,0,164,181,0,0,164,181,0,0,166,181,0,0,166,181,0,0,170,181,0,0,178,181,0,0,184,181,0,0,184,181,0,0,188,181,0,0,190,181,0,0,196,181,0,0,202,181,0,0,202,181,0,0,206,181,0,0,206,181,0,0,206,181,0,0,212,181,0,0,212,181,0,0,212,181,0,0,214,181,0,0,218,181,0,0,218,181,0,0,220,181,0,0,220,181,0,0,220,181,0,0,230,181,0,0,230,181,0,0,234,181,0,0,236,181,0,0,236,181,0,0,236,181,0,0,238,181,0,0,254,181,0,0,254,181,0,0,0,182,0,0,4,182,0,0,8,182,0,0,8,182,0,0,8,182,0,0,8,182,0,0,10,182,0,0,10,182,0,0,10,182,0,0,12,182,0,0,12,182,0,0,16,182,0,0,18,182,0,0,22,182,0,0,28,182,0,0,32,182,0,0,40,182,0,0,42,182,0,0,48,182,0,0,48,182,0,0,50,182,0,0,52,182,0,0,54,182,0,0,54,182,0,0,56,182,0,0,56,182,0,0,56,182,0,0,58,182,0,0,58,182,0,0,58,182,0,0,58,182,0,0,62,182,0,0,64,182,0,0,64,182,0,0,64,182,0,0,64,182,0,0,66,182,0,0,68,182,0,0,70,182,0,0,70,182,0,0,72,182,0,0,72,182,0,0,78,182,0,0,78,182,0,0,78,182,0,0,84,182,0,0,88,182,0,0,88,182,0,0,88,182,0,0,88,182,0,0,90,182,0,0,90,182,0,0,90,182,0,0,90,182,0,0,98,182,0,0,98,182,0,0,98,182,0,0,98,182,0,0,98,182,0,0,110,182,0,0,112,182,0,0,112,182,0,0,114,182,0,0,114,182,0,0,114,182,0,0,118,182,0,0,120,182,0,0,124,182,0,0,124,182,0,0,126,182,0,0,128,182,0,0,128,182,0,0,132,182,0,0,134,182,0,0,134,182,0,0,134,182,0,0,134,182,0,0,134,182,0,0,138,182,0,0,138,182,0,0,142,182,0,0,144,182,0,0,144,182,0,0,144,182,0,0,150,182,0,0,152,182,0,0,152,182,0,0,152,182,0,0,154,182,0,0,156,182,0,0,156,182,0,0,158,182,0,0,158,182,0,0,162,182,0,0,162,182,0,0,168,182,0,0,168,182,0,0,168,182,0,0,170,182,0,0,172,182,0,0,178,182,0,0,182,182,0,0,186,182,0,0,188,182,0,0,192,182,0,0,196,182,0,0,202,182,0,0,208,182,0,0,208,182,0,0,212,182,0,0,212,182,0,0,214,182,0,0,218,182,0,0,234,182,0,0,234,182,0,0,236,182,0,0,242,182,0,0,242,182,0,0,242,182,0,0,248,182,0,0,248,182,0,0,252,182,0,0,252,182,0,0,254,182,0,0,0,183,0,0,2,183,0,0,2,183,0,0,2,183,0,0,2,183,0,0,4,183,0,0,4,183,0,0,8,183,0,0,18,183,0,0,20,183,0,0,26,183,0,0,28,183,0,0,28,183,0,0,28,183,0,0,30,183,0,0,30,183,0,0,36,183,0,0,36,183,0,0,40,183,0,0,42,183,0,0,42,183,0,0,42,183,0,0,42,183,0,0,46,183,0,0,54,183,0,0,54,183,0,0,54,183,0,0,60,183,0,0,60,183,0,0,64,183,0,0,66,183,0,0,72,183,0,0,76,183,0,0,80,183,0,0,80,183,0,0,80,183,0,0,80,183,0,0,80,183,0,0,82,183,0,0,82,183,0,0,82,183,0,0,82,183,0,0,82,183,0,0,86,183,0,0,94,183,0,0,102,183,0,0,102,183,0,0,102,183,0,0,102,183,0,0,106,183,0,0,110,183,0,0,110,183,0,0,110,183,0,0,110,183,0,0,110,183,0,0,110,183,0,0,112,183,0,0,112,183,0,0,112,183,0,0,122,183,0,0,124,183,0,0,126,183,0,0,130,183,0,0,130,183,0,0,134,183,0,0,134,183,0,0,136,183,0,0,136,183,0,0,136,183,0,0,136,183,0,0,138,183,0,0,138,183,0,0,138,183,0,0,142,183,0,0,142,183,0,0,142,183,0,0,142,183,0,0,144,183,0,0,144,183,0,0,158,183,0,0,158,183,0,0,158,183,0,0,158,183,0,0,164,183,0,0,164,183,0,0,176,183,0,0,176,183,0,0,180,183,0,0,184,183,0,0,186,183,0,0,186,183,0,0,186,183,0,0,186,183,0,0,186,183,0,0,186,183,0,0,186,183,0,0,192,183,0,0,198,183,0,0,202,183,0,0,202,183,0,0,202,183,0,0,204,183,0,0,206,183,0,0,206,183,0,0,206,183,0,0,206,183,0,0,206,183,0,0,210,183,0,0,210,183,0,0,214,183,0,0,216,183,0,0,220,183,0,0,220,183,0,0,224,183,0,0,226,183,0,0,226,183,0,0,226,183,0,0,226,183,0,0,232,183,0,0,232,183,0,0,232,183,0,0,236,183,0,0,236,183,0,0,236,183,0,0,236,183,0,0,236,183,0,0,240,183,0,0,240,183,0,0,240,183,0,0,242,183,0,0,244,183,0,0,252,183,0,0,254,183,0,0,6,184,0,0,6,184,0,0,6,184,0,0,6,184,0,0,8,184,0,0,8,184,0,0,12,184,0,0,12,184,0,0,12,184,0,0,20,184,0,0,20,184,0,0,22,184,0,0,22,184,0,0,32,184,0,0,32,184,0,0,34,184,0,0,36,184,0,0,36,184,0,0,36,184,0,0,44,184,0,0,44,184,0,0,44,184,0,0,48,184,0,0,52,184,0,0,54,184,0,0,54,184,0,0,58,184,0,0,58,184,0,0,58,184,0,0,58,184,0,0,62,184,0,0,66,184,0,0,68,184,0,0,68,184,0,0,68,184,0,0,68,184,0,0,68,184,0,0,68,184,0,0,68,184,0,0,68,184,0,0,68,184,0,0,70,184,0,0,70,184,0,0,70,184,0,0,72,184,0,0,72,184,0,0,72,184,0,0,72,184,0,0,74,184,0,0,76,184,0,0,78,184,0,0,78,184,0,0,78,184,0,0,78,184,0,0,78,184,0,0,80,184,0,0,84,184,0,0,84,184,0,0,84,184,0,0,98,184,0,0,100,184,0,0,100,184,0,0,100,184,0,0,102,184,0,0,102,184,0,0,102,184,0,0,114,184,0,0,118,184,0,0,120,184,0,0,120,184,0,0,122,184,0,0,124,184,0,0,124,184,0,0,124,184,0,0,134,184,0,0,134,184,0,0,138,184,0,0,138,184,0,0,138,184,0,0,138,184,0,0,140,184,0,0,140,184,0,0,140,184,0,0,142,184,0,0,150,184,0,0,150,184,0,0,150,184,0,0,152,184,0,0,152,184,0,0,154,184,0,0,154,184,0,0,154,184,0,0,156,184,0,0,156,184,0,0,158,184,0,0,158,184,0,0,158,184,0,0,158,184,0,0,158,184,0,0,158,184,0,0,158,184,0,0,158,184,0,0,160,184,0,0,162,184,0,0,162,184,0,0,164,184,0,0,164,184,0,0,164,184,0,0,170,184,0,0,172,184,0,0,172,184,0,0,176,184,0,0,182,184,0,0,182,184,0,0,182,184,0,0,182,184,0,0,184,184,0,0,184,184,0,0,186,184,0,0,192,184,0,0,192,184,0,0,192,184,0,0,192,184,0,0,192,184,0,0,192,184,0,0,192,184,0,0,196,184,0,0,198,184,0,0,200,184,0,0,202,184,0,0,204,184,0,0,206,184,0,0,206,184,0,0,208,184,0,0,212,184,0,0,214,184,0,0,218,184,0,0,218,184,0,0,218,184,0,0,218,184,0,0,228,184,0,0,230,184,0,0,232,184,0,0,232,184,0,0,236,184,0,0,238,184,0,0,240,184,0,0,248,184,0,0,248,184,0,0,248,184,0,0,252,184,0,0,252,184,0,0,252,184,0,0,252,184,0,0,252,184,0,0,0,185,0,0,0,185,0,0,0,185,0,0,2,185,0,0,2,185,0,0,2,185,0,0,6,185,0,0,10,185,0,0,12,185,0,0,16,185,0,0,16,185,0,0,20,185,0,0,26,185,0,0,26,185,0,0,28,185,0,0,30,185,0,0,32,185,0,0,32,185,0,0,40,185,0,0,40,185,0,0,44,185,0,0,50,185,0,0,54,185,0,0,54,185,0,0,54,185,0,0,62,185,0,0,62,185,0,0,66,185,0,0,70,185,0,0,70,185,0,0,70,185,0,0,70,185,0,0,70,185,0,0,74,185,0,0,74,185,0,0,74,185,0,0,74,185,0,0,78,185,0,0,80,185,0,0,80,185,0,0,82,185,0,0,82,185,0,0,82,185,0,0,82,185,0,0,82,185,0,0,82,185,0,0,88,185,0,0,90,185,0,0,90,185,0,0,90,185,0,0,90,185,0,0,90,185,0,0,100,185,0,0,104,185,0,0,104,185,0,0,106,185,0,0,108,185,0,0,108,185,0,0,110,185,0,0,110,185,0,0,110,185,0,0,112,185,0,0,114,185,0,0,120,185,0,0,120,185,0,0,124,185,0,0,126,185,0,0,126,185,0,0,126,185,0,0,128,185,0,0,128,185,0,0,128,185,0,0,128,185,0,0,128,185,0,0,128,185,0,0,130,185,0,0,130,185,0,0,134,185,0,0,134,185,0,0,134,185,0,0,134,185,0,0,134,185,0,0,134,185,0,0,144,185,0,0,150,185,0,0,154,185,0,0,160,185,0,0,160,185,0,0,164,185,0,0,164,185,0,0,164,185,0,0,170,185,0,0,176,185,0,0,182,185,0,0,182,185,0,0,182,185,0,0,184,185,0,0,184,185,0,0,184,185,0,0,184,185,0,0,184,185,0,0,184,185,0,0,186,185,0,0,188,185,0,0,188,185,0,0,188,185,0,0,190,185,0,0,194,185,0,0,200,185,0,0,202,185,0,0,202,185,0,0,204,185,0,0,204,185,0,0,204,185,0,0,204,185,0,0,204,185,0,0,208,185,0,0,214,185,0,0,218,185,0,0,218,185,0,0,218,185,0,0,218,185,0,0,218,185,0,0,218,185,0,0,218,185,0,0,224,185,0,0,226,185,0,0,228,185,0,0,228,185,0,0,230,185,0,0,230,185,0,0,232,185,0,0,234,185,0,0,238,185,0,0,238,185,0,0,238,185,0,0,246,185,0,0,248,185,0,0,252,185,0,0,252,185,0,0,252,185,0,0,0,186,0,0,0,186,0,0,0,186,0,0,0,186,0,0,0,186,0,0,0,186,0,0,0,186,0,0,0,186,0,0,0,186,0,0,2,186,0,0,2,186,0,0,2,186,0,0,2,186,0,0,4,186,0,0,10,186,0,0,14,186,0,0,16,186,0,0,30,186,0,0,30,186,0,0,30,186,0,0,34,186,0,0,36,186,0,0,40,186,0,0,40,186,0,0,40,186,0,0,40,186,0,0,42,186,0,0,42,186,0,0,42,186,0,0,42,186,0,0,42,186,0,0,42,186,0,0,42,186,0,0,48,186,0,0,56,186,0,0,56,186,0,0,56,186,0,0,56,186,0,0,58,186,0,0,60,186,0,0,60,186,0,0,60,186,0,0,60,186,0,0,60,186,0,0,60,186,0,0,62,186,0,0,64,186,0,0,64,186,0,0,68,186,0,0,68,186,0,0,72,186,0,0,80,186,0,0,82,186,0,0,82,186,0,0,82,186,0,0,84,186,0,0,86,186,0,0,88,186,0,0,88,186,0,0,92,186,0,0,92,186,0,0,96,186,0,0,98,186,0,0,104,186,0,0,106,186,0,0,112,186,0,0,116,186,0,0,120,186,0,0,124,186,0,0,124,186,0,0,124,186,0,0,124,186,0,0,128,186,0,0,134,186,0,0,134,186,0,0,134,186,0,0,134,186,0,0,134,186,0,0,140,186,0,0,144,186,0,0,144,186,0,0,146,186,0,0,156,186,0,0,156,186,0,0,158,186,0,0,168,186,0,0,168,186,0,0,168,186,0,0,168,186,0,0,170,186,0,0,170,186,0,0,170,186,0,0,172,186,0,0,176,186,0,0,182,186,0,0,184,186,0,0,190,186,0,0,196,186,0,0,196,186,0,0,198,186,0,0,198,186,0,0,204,186,0,0,210,186,0,0,216,186,0,0,216,186,0,0,218,186,0,0,218,186,0,0,224,186,0,0,228,186,0,0,230,186,0,0,232,186,0,0,232,186,0,0,232,186,0,0,234,186,0,0,244,186,0,0,244,186,0,0,244,186,0,0,246,186,0,0,246,186,0,0,250,186,0,0,250,186,0,0,250,186,0,0,252,186,0,0,252,186,0,0,254,186,0,0,0,187,0,0,2,187,0,0,4,187,0,0,4,187,0,0,6,187,0,0,6,187,0,0,20,187,0,0,20,187,0,0,20,187,0,0,20,187,0,0,20,187,0,0,24,187,0,0,24,187,0,0,26,187,0,0,26,187,0,0,28,187,0,0,36,187,0,0,36,187,0,0,40,187,0,0,50,187,0,0,50,187,0,0,50,187,0,0,50,187,0,0,50,187,0,0,52,187,0,0,52,187,0,0,58,187,0,0,60,187,0,0,60,187,0,0,66,187,0,0,66,187,0,0,70,187,0,0,70,187,0,0,74,187,0,0,78,187,0,0,78,187,0,0,78,187,0,0,78,187,0,0,78,187,0,0,78,187,0,0,78,187,0,0,80,187,0,0,82,187,0,0,84,187,0,0,90,187,0,0,90,187,0,0,90,187,0,0,90,187,0,0,90,187,0,0,90,187,0,0,90,187,0,0,94,187,0,0,96,187,0,0,96,187,0,0,100,187,0,0,100,187,0,0,100,187,0,0,102,187,0,0,102,187,0,0,102,187,0,0,108,187,0,0,108,187,0,0,110,187,0,0,112,187,0,0,112,187,0,0,114,187,0,0,116,187,0,0,116,187,0,0,118,187,0,0,122,187,0,0,126,187,0,0,126,187,0,0,126,187,0,0,134,187,0,0,138,187,0,0,138,187,0,0,142,187,0,0,142,187,0,0,142,187,0,0,142,187,0,0,142,187,0,0,150,187,0,0,150,187,0,0,158,187,0,0,158,187,0,0,170,187,0,0,170,187,0,0,170,187,0,0,170,187,0,0,170,187,0,0,172,187,0,0,174,187,0,0,174,187,0,0,174,187,0,0,174,187,0,0,176,187,0,0,178,187,0,0,178,187,0,0,178,187,0,0,178,187,0,0,180,187,0,0,180,187,0,0,188,187,0,0,188,187,0,0,190,187,0,0,190,187,0,0,190,187,0,0,194,187,0,0,200,187,0,0,202,187,0,0,206,187,0,0,210,187,0,0,212,187,0,0,212,187,0,0,212,187,0,0,212,187,0,0,212,187,0,0,212,187,0,0,212,187,0,0,214,187,0,0,214,187,0,0,216,187,0,0,218,187,0,0,218,187,0,0,222,187,0,0,222,187,0,0,222,187,0,0,224,187,0,0,228,187,0,0,230,187,0,0,236,187,0,0,240,187,0,0,242,187,0,0,242,187,0,0,242,187,0,0,246,187,0,0,250,187,0,0,250,187,0,0,252,187,0,0,252,187,0,0,0,188,0,0,6,188,0,0,6,188,0,0,6,188,0,0,12,188,0,0,16,188,0,0,16,188,0,0,18,188,0,0,22,188,0,0,24,188,0,0,28,188,0,0,28,188,0,0,32,188,0,0,32,188,0,0,32,188,0,0,32,188,0,0,34,188,0,0,34,188,0,0,34,188,0,0,38,188,0,0,40,188,0,0,44,188,0,0,48,188,0,0,48,188,0,0,48,188,0,0,50,188,0,0,54,188,0,0,54,188,0,0,54,188,0,0,54,188,0,0,56,188,0,0,58,188,0,0,58,188,0,0,58,188,0,0,64,188,0,0,66,188,0,0,68,188,0,0,72,188,0,0,74,188,0,0,74,188,0,0,76,188,0,0,80,188,0,0,80,188,0,0,80,188,0,0,80,188,0,0,80,188,0,0,82,188,0,0,82,188,0,0,82,188,0,0,88,188,0,0,94,188,0,0,96,188,0,0,102,188,0,0,104,188,0,0,108,188,0,0,112,188,0,0,116,188,0,0,116,188,0,0,116,188,0,0,116,188,0,0,118,188,0,0,118,188,0,0,128,188,0,0,132,188,0,0,136,188,0,0,142,188,0,0,142,188,0,0,142,188,0,0,146,188,0,0,150,188,0,0,152,188,0,0,152,188,0,0,152,188,0,0,152,188,0,0,154,188,0,0,154,188,0,0,156,188,0,0,156,188,0,0,158,188,0,0,158,188,0,0,158,188,0,0,160,188,0,0,164,188,0,0,164,188,0,0,164,188,0,0,164,188,0,0,164,188,0,0,164,188,0,0,164,188,0,0,170,188,0,0,170,188,0,0,172,188,0,0,182,188,0,0,184,188,0,0,196,188,0,0,196,188,0,0,198,188,0,0,198,188,0,0,200,188,0,0,200,188,0,0,204,188,0,0,204,188,0,0,204,188,0,0,206,188,0,0,206,188,0,0,206,188,0,0,206,188,0,0,206,188,0,0,206,188,0,0,206,188,0,0,210,188,0,0,210,188,0,0,210,188,0,0,218,188,0,0,218,188,0,0,220,188,0,0,220,188,0,0,220,188,0,0,222,188,0,0,226,188,0,0,228,188,0,0,232,188,0,0,232,188,0,0,234,188,0,0,234,188,0,0,234,188,0,0,238,188,0,0,240,188,0,0,240,188,0,0,246,188,0,0,248,188,0,0,248,188,0,0,248,188,0,0,248,188,0,0,248,188,0,0,254,188,0,0,254,188,0,0,254,188,0,0,2,189,0,0,4,189,0,0,4,189,0,0,4,189,0,0,6,189,0,0,12,189,0,0,12,189,0,0,12,189,0,0,12,189,0,0,12,189,0,0,12,189,0,0,14,189,0,0,14,189,0,0,16,189,0,0,28,189,0,0,28,189,0,0,36,189,0,0,36,189,0,0,36,189,0,0,40,189,0,0,40,189,0,0,48,189,0,0,60,189,0,0,62,189,0,0,64,189,0,0,64,189,0,0,64,189,0,0,70,189,0,0,70,189,0,0,70,189,0,0,70,189,0,0,70,189,0,0,74,189,0,0,74,189,0,0,74,189,0,0,74,189,0,0,74,189,0,0,80,189,0,0,92,189,0,0,96,189,0,0,96,189,0,0,96,189,0,0,96,189,0,0,96,189,0,0,96,189,0,0,98,189,0,0,102,189,0,0,102,189,0,0,106,189,0,0,114,189,0,0,116,189,0,0,116,189,0,0,130,189,0,0,130,189,0,0,132,189,0,0,134,189,0,0,134,189,0,0,136,189,0,0,136,189,0,0,156,189,0,0,158,189,0,0,160,189,0,0,162,189,0,0,164,189,0,0,166,189,0,0,168,189,0,0,168,189,0,0,178,189,0,0,178,189,0,0,178,189,0,0,178,189,0,0,180,189,0,0,182,189,0,0,184,189,0,0,184,189,0,0,184,189,0,0,184,189,0,0,184,189,0,0,184,189,0,0,184,189,0,0,184,189,0,0,190,189,0,0,194,189,0,0,196,189,0,0,196,189,0,0,196,189,0,0,196,189,0,0,196,189,0,0,196,189,0,0,202,189,0,0,204,189,0,0,210,189,0,0,210,189,0,0,210,189,0,0,210,189,0,0,212,189,0,0,216,189,0,0,216,189,0,0,220,189,0,0,222,189,0,0,222,189,0,0,226,189,0,0,228,189,0,0,234,189,0,0,236,189,0,0,236,189,0,0,236,189,0,0,236,189,0,0,238,189,0,0,238,189,0,0,238,189,0,0,238,189,0,0,244,189,0,0,248,189,0,0,248,189,0,0,248,189,0,0,250,189,0,0,4,190,0,0,4,190,0,0,12,190,0,0,14,190,0,0,24,190,0,0,26,190,0,0,28,190,0,0,34,190,0,0,34,190,0,0,34,190,0,0,36,190,0,0,36,190,0,0,36,190,0,0,40,190,0,0,48,190,0,0,48,190,0,0,48,190,0,0,52,190,0,0,52,190,0,0,54,190,0,0,56,190,0,0,60,190,0,0,64,190,0,0,64,190,0,0,66,190,0,0,76,190,0,0,82,190,0,0,84,190,0,0,88,190,0,0,88,190,0,0,88,190,0,0,92,190,0,0,94,190,0,0,100,190,0,0,102,190,0,0,106,190,0,0,106,190,0,0,108,190,0,0,110,190,0,0,110,190,0,0,110,190,0,0,114,190,0,0,114,190,0,0,114,190,0,0,116,190,0,0,118,190,0,0,118,190,0,0,120,190,0,0,122,190,0,0,122,190,0,0,122,190,0,0,122,190,0,0,124,190,0,0,128,190,0,0,132,190,0,0,132,190,0,0,134,190,0,0,136,190,0,0,144,190,0,0,144,190,0,0,144,190,0,0,144,190,0,0,144,190,0,0,146,190,0,0,150,190,0,0,150,190,0,0,150,190,0,0,150,190,0,0,150,190,0,0,156,190,0,0,160,190,0,0,166,190,0,0,166,190,0,0,180,190,0,0,180,190,0,0,180,190,0,0,182,190,0,0,182,190,0,0,182,190,0,0,184,190,0,0,192,190,0,0,192,190,0,0,192,190,0,0,194,190,0,0,196,190,0,0,202,190,0,0,202,190,0,0,202,190,0,0,202,190,0,0,204,190,0,0,206,190,0,0,206,190,0,0,212,190,0,0,212,190,0,0,212,190,0,0,216,190,0,0,222,190,0,0,224,190,0,0,224,190,0,0,224,190,0,0,224,190,0,0,224,190,0,0,226,190,0,0,228,190,0,0,230,190,0,0,230,190,0,0,230,190,0,0,230,190,0,0,236,190,0,0,240,190,0,0,242,190,0,0,246,190,0,0,246,190,0,0,250,190,0,0,250,190,0,0,250,190,0,0,250,190,0,0,250,190,0,0,254,190,0,0,0,191,0,0,0,191,0,0,0,191,0,0,0,191,0,0,0,191,0,0,0,191,0,0,0,191,0,0,0,191,0,0,0,191,0,0,6,191,0,0,18,191,0,0,20,191,0,0,24,191,0,0,30,191,0,0,36,191,0,0,38,191,0,0,40,191,0,0,46,191,0,0,46,191,0,0,50,191,0,0,50,191,0,0,52,191,0,0,54,191,0,0,56,191,0,0,56,191,0,0,58,191,0,0,62,191,0,0,68,191,0,0,72,191,0,0,74,191,0,0,74,191,0,0,74,191,0,0,76,191,0,0,76,191,0,0,76,191,0,0,76,191,0,0,82,191,0,0,84,191,0,0,88,191,0,0,94,191,0,0,94,191,0,0,94,191,0,0,102,191,0,0,110,191,0,0,110,191,0,0,110,191,0,0,116,191,0,0,120,191,0,0,122,191,0,0,122,191,0,0,124,191,0,0,124,191,0,0,124,191,0,0,124,191,0,0,126,191,0,0,128,191,0,0,128,191,0,0,128,191,0,0,128,191,0,0,136,191,0,0,138,191,0,0,138,191,0,0,140,191,0,0,140,191,0,0,140,191,0,0,146,191,0,0,150,191,0,0,150,191,0,0,150,191,0,0,156,191,0,0,156,191,0,0,158,191,0,0,162,191,0,0,164,191,0,0,170,191,0,0,170,191,0,0,172,191,0,0,178,191,0,0,178,191,0,0,178,191,0,0,178,191,0,0,178,191,0,0,182,191,0,0,184,191,0,0,184,191,0,0,190,191,0,0,190,191,0,0,194,191,0,0,194,191,0,0,200,191,0,0,202,191,0,0,202,191,0,0,202,191,0,0,202,191,0,0,202,191,0,0,202,191,0,0,202,191,0,0,208,191,0,0,208,191,0,0,210,191,0,0,210,191,0,0,210,191,0,0,210,191,0,0,210,191,0,0,210,191,0,0,212,191,0,0,216,191,0,0,218,191,0,0,220,191,0,0,222,191,0,0,222,191,0,0,226,191,0,0,226,191,0,0,226,191,0,0,226,191,0,0,226,191,0,0,230,191,0,0,230,191,0,0,230,191,0,0,230,191,0,0,234,191,0,0,234,191,0,0,234,191,0,0,234,191,0,0,234,191,0,0,234,191,0,0,242,191,0,0,244,191,0,0,250,191,0,0,254,191,0,0,254,191,0,0,254,191,0,0,2,192,0,0,6,192,0,0,8,192,0,0,14,192,0,0,24,192,0,0,30,192,0,0,30,192,0,0,30,192,0,0,32,192,0,0,32,192,0,0,32,192,0,0,32,192,0,0,42,192,0,0,46,192,0,0,50,192,0,0,50,192,0,0,50,192,0,0,62,192,0,0,64,192,0,0,64,192,0,0,64,192,0,0,66,192,0,0,66,192,0,0,66,192,0,0,72,192,0,0,76,192,0,0,76,192,0,0,80,192,0,0,82,192,0,0,84,192,0,0,90,192,0,0,90,192,0,0,90,192,0,0,94,192,0,0,94,192,0,0,104,192,0,0,104,192,0,0,104,192,0,0,104,192,0,0,106,192,0,0,110,192,0,0,110,192,0,0,114,192,0,0,114,192,0,0,114,192,0,0,114,192,0,0,114,192,0,0,116,192,0,0,116,192,0,0,116,192,0,0,118,192,0,0,122,192,0,0,122,192,0,0,128,192,0,0,130,192,0,0,130,192,0,0,132,192,0,0,132,192,0,0,134,192,0,0,134,192,0,0,134,192,0,0,140,192,0,0,140,192,0,0,140,192,0,0,142,192,0,0,144,192,0,0,144,192,0,0,146,192,0,0,146,192,0,0,152,192,0,0,156,192,0,0,158,192,0,0,158,192,0,0,158,192,0,0,158,192,0,0,158,192,0,0,164,192,0,0,166,192,0,0,174,192,0,0,174,192,0,0,176,192,0,0,176,192,0,0,176,192,0,0,180,192,0,0,180,192,0,0,182,192,0,0,184,192,0,0,184,192,0,0,194,192,0,0,194,192,0,0,194,192,0,0,196,192,0,0,198,192,0,0,198,192,0,0,198,192,0,0,198,192,0,0,198,192,0,0,200,192,0,0,202,192,0,0,202,192,0,0,202,192,0,0,202,192,0,0,202,192,0,0,202,192,0,0,202,192,0,0,208,192,0,0,210,192,0,0,216,192,0,0,220,192,0,0,222,192,0,0,224,192,0,0,228,192,0,0,230,192,0,0,230,192,0,0,230,192,0,0,230,192,0,0,230,192,0,0,230,192,0,0,234,192,0,0,234,192,0,0,238,192,0,0,238,192,0,0,238,192,0,0,240,192,0,0,246,192,0,0,248,192,0,0,252,192,0,0,252,192,0,0,254,192,0,0,2,193,0,0,2,193,0,0,2,193,0,0,2,193,0,0,4,193,0,0,6,193,0,0,10,193,0,0,14,193,0,0,20,193,0,0,22,193,0,0,22,193,0,0,24,193,0,0,26,193,0,0,26,193,0,0,28,193,0,0,30,193,0,0,30,193,0,0,32,193,0,0,32,193,0,0,32,193,0,0,36,193,0,0,36,193,0,0,40,193,0,0,42,193,0,0,42,193,0,0,42,193,0,0,44,193,0,0,44,193,0,0,56,193,0,0,56,193,0,0,56,193,0,0,60,193,0,0,66,193,0,0,66,193,0,0,70,193,0,0,70,193,0,0,72,193,0,0,72,193,0,0,72,193,0,0,72,193,0,0,76,193,0,0,78,193,0,0,78,193,0,0,82,193,0,0,84,193,0,0,84,193,0,0,84,193,0,0,90,193,0,0,90,193,0,0,92,193,0,0,94,193,0,0,96,193,0,0,98,193,0,0,98,193,0,0,98,193,0,0,112,193,0,0,116,193,0,0,116,193,0,0,118,193,0,0,122,193,0,0,126,193,0,0,132,193,0,0,136,193,0,0,138,193,0,0,142,193,0,0,142,193,0,0,142,193,0,0,144,193,0,0,148,193,0,0,150,193,0,0,150,193,0,0,150,193,0,0,150,193,0,0,152,193,0,0,152,193,0,0,152,193,0,0,154,193,0,0,160,193,0,0,162,193,0,0,164,193,0,0,164,193,0,0,164,193,0,0,166,193,0,0,168,193,0,0,174,193,0,0,178,193,0,0,178,193,0,0,186,193,0,0,186,193,0,0,188,193,0,0,192,193,0,0,194,193,0,0,204,193,0,0,204,193,0,0,204,193,0,0,208,193,0,0,208,193,0,0,214,193,0,0,214,193,0,0,218,193,0,0,220,193,0,0,226,193,0,0,226,193,0,0,226,193,0,0,230,193,0,0,230,193,0,0,242,193,0,0,244,193,0,0,244,193,0,0,244,193,0,0,248,193,0,0,248,193,0,0,252,193,0,0,252,193,0,0,252,193,0,0,252,193,0,0,2,194,0,0,2,194,0,0,2,194,0,0,4,194,0,0,4,194,0,0,10,194,0,0,10,194,0,0,10,194,0,0,10,194,0,0,10,194,0,0,10,194,0,0,12,194,0,0,18,194,0,0,24,194,0,0,24,194,0,0,26,194,0,0,28,194,0,0,30,194,0,0,30,194,0,0,38,194,0,0,40,194,0,0,42,194,0,0,46,194,0,0,46,194,0,0,46,194,0,0,46,194,0,0,48,194,0,0,54,194,0,0,54,194,0,0,56,194,0,0,64,194,0,0,76,194,0,0,76,194,0,0,82,194,0,0,86,194,0,0,90,194,0,0,90,194,0,0,90,194,0,0,90,194,0,0,90,194,0,0,94,194,0,0,96,194,0,0,96,194,0,0,110,194,0,0,114,194,0,0,114,194,0,0,114,194,0,0,114,194,0,0,114,194,0,0,114,194,0,0,114,194,0,0,114,194,0,0,120,194,0,0,120,194,0,0,122,194,0,0,122,194,0,0,122,194,0,0,130,194,0,0,132,194,0,0,134,194,0,0,134,194,0,0,136,194,0,0,136,194,0,0,136,194,0,0,146,194,0,0,148,194,0,0,148,194,0,0,150,194,0,0,150,194,0,0,152,194,0,0,156,194,0,0,156,194,0,0,156,194,0,0,156,194,0,0,158,194,0,0,160,194,0,0,160,194,0,0,162,194,0,0,166,194,0,0,172,194,0,0,176,194,0,0,176,194,0,0,178,194,0,0,178,194,0,0,180,194,0,0,180,194,0,0,180,194,0,0,184,194,0,0,184,194,0,0,184,194,0,0,186,194,0,0,186,194,0,0,188,194,0,0,188,194,0,0,198,194,0,0,208,194,0,0,208,194,0,0,208,194,0,0,208,194,0,0,216,194,0,0,216,194,0,0,220,194,0,0,220,194,0,0,228,194,0,0,228,194,0,0,228,194,0,0,230,194,0,0,240,194,0,0,240,194,0,0,254,194,0,0,0,195,0,0,0,195,0,0,0,195,0,0,0,195,0,0,0,195,0,0,0,195,0,0,6,195,0,0,6,195,0,0,10,195,0,0,12,195,0,0,12,195,0,0,12,195,0,0,12,195,0,0,12,195,0,0,16,195,0,0,16,195,0,0,16,195,0,0,16,195,0,0,16,195,0,0,16,195,0,0,22,195,0,0,22,195,0,0,22,195,0,0,24,195,0,0,32,195,0,0,32,195,0,0,34,195,0,0,38,195,0,0,38,195,0,0,40,195,0,0,40,195,0,0,40,195,0,0,40,195,0,0,46,195,0,0,50,195,0,0,52,195,0,0,52,195,0,0,54,195,0,0,56,195,0,0,62,195,0,0,64,195,0,0,64,195,0,0,64,195,0,0,64,195,0,0,66,195,0,0,68,195,0,0,70,195,0,0,74,195,0,0,76,195,0,0,82,195,0,0,84,195,0,0,84,195,0,0,84,195,0,0,84,195,0,0,84,195,0,0,88,195,0,0,88,195,0,0,94,195,0,0,96,195,0,0,104,195,0,0,104,195,0,0,104,195,0,0,108,195,0,0,122,195,0,0,126,195,0,0,128,195,0,0,130,195,0,0,136,195,0,0,138,195,0,0,138,195,0,0,146,195,0,0,146,195,0,0,146,195,0,0,146,195,0,0,146,195,0,0,150,195,0,0,150,195,0,0,156,195,0,0,156,195,0,0,158,195,0,0,160,195,0,0,160,195,0,0,160,195,0,0,162,195,0,0,166,195,0,0,168,195,0,0,170,195,0,0,170,195,0,0,170,195,0,0,170,195,0,0,172,195,0,0,172,195,0,0,176,195,0,0,182,195,0,0,182,195,0,0,182,195,0,0,182,195,0,0,184,195,0,0,184,195,0,0,184,195,0,0,188,195,0,0,188,195,0,0,190,195,0,0,190,195,0,0,192,195,0,0,192,195,0,0,194,195,0,0,194,195,0,0,204,195,0,0,204,195,0,0,204,195,0,0,204,195,0,0,206,195,0,0,206,195,0,0,206,195,0,0,208,195,0,0,208,195,0,0,208,195,0,0,212,195,0,0,212,195,0,0,214,195,0,0,214,195,0,0,214,195,0,0,214,195,0,0,218,195,0,0,222,195,0,0,224,195,0,0,224,195,0,0,228,195,0,0,228,195,0,0,228,195,0,0,228,195,0,0,228,195,0,0,232,195,0,0,238,195,0,0,244,195,0,0,246,195,0,0,246,195,0,0,246,195,0,0,248,195,0,0,248,195,0,0,250,195,0,0,250,195,0,0,4,196,0,0,8,196,0,0,10,196,0,0,10,196,0,0,16,196,0,0,16,196,0,0,16,196,0,0,20,196,0,0,20,196,0,0,20,196,0,0,24,196,0,0,24,196,0,0,24,196,0,0,30,196,0,0,32,196,0,0,36,196,0,0,36,196,0,0,36,196,0,0,40,196,0,0,40,196,0,0,42,196,0,0,42,196,0,0,42,196,0,0,44,196,0,0,50,196,0,0,50,196,0,0,50,196,0,0,52,196,0,0,52,196,0,0,52,196,0,0,54,196,0,0,60,196,0,0,62,196,0,0,62,196,0,0,64,196,0,0,66,196,0,0,66,196,0,0,72,196,0,0,74,196,0,0,74,196,0,0,76,196,0,0,76,196,0,0,78,196,0,0,78,196,0,0,86,196,0,0,92,196,0,0,94,196,0,0,96,196,0,0,96,196,0,0,102,196,0,0,102,196,0,0,102,196,0,0,104,196,0,0,106,196,0,0,114,196,0,0,116,196,0,0,116,196,0,0,116,196,0,0,118,196,0,0,118,196,0,0,122,196,0,0,124,196,0,0,124,196,0,0,126,196,0,0,126,196,0,0,126,196,0,0,126,196,0,0,128,196,0,0,128,196,0,0,130,196,0,0,132,196,0,0,132,196,0,0,132,196,0,0,132,196,0,0,136,196,0,0,136,196,0,0,142,196,0,0,142,196,0,0,142,196,0,0,152,196,0,0,154,196,0,0,154,196,0,0,154,196,0,0,154,196,0,0,154,196,0,0,154,196,0,0,158,196,0,0,162,196,0,0,162,196,0,0,162,196,0,0,162,196,0,0,168,196,0,0,170,196,0,0,170,196,0,0,172,196,0,0,174,196,0,0,180,196,0,0,180,196,0,0,180,196,0,0,180,196,0,0,180,196,0,0,184,196,0,0,184,196,0,0,186,196,0,0,186,196,0,0,186,196,0,0,186,196,0,0,190,196,0,0,190,196,0,0,192,196,0,0,196,196,0,0,200,196,0,0,204,196,0,0,204,196,0,0,206,196,0,0,210,196,0,0,212,196,0,0,218,196,0,0,220,196,0,0,220,196,0,0,228,196,0,0,228,196,0,0,230,196,0,0,232,196,0,0,236,196,0,0,240,196,0,0,242,196,0,0,242,196,0,0,244,196,0,0,244,196,0,0,244,196,0,0,244,196,0,0,252,196,0,0,4,197,0,0,8,197,0,0,8,197,0,0,8,197,0,0,14,197,0,0,14,197,0,0,14,197,0,0,14,197,0,0,14,197,0,0,14,197,0,0,14,197,0,0,16,197,0,0,22,197,0,0,22,197,0,0,24,197,0,0,28,197,0,0,28,197,0,0,28,197,0,0,28,197,0,0,28,197,0,0,32,197,0,0,32,197,0,0,34,197,0,0,34,197,0,0,42,197,0,0,46,197,0,0,46,197,0,0,52,197,0,0,56,197,0,0,56,197,0,0,60,197,0,0,64,197,0,0,64,197,0,0,72,197,0,0,72,197,0,0,72,197,0,0,72,197,0,0,72,197,0,0,72,197,0,0,74,197,0,0,74,197,0,0,74,197,0,0,78,197,0,0,78,197,0,0,80,197,0,0,82,197,0,0,82,197,0,0,82,197,0,0,82,197,0,0,84,197,0,0,86,197,0,0,88,197,0,0,88,197,0,0,90,197,0,0,92,197,0,0,92,197,0,0,92,197,0,0,92,197,0,0,92,197,0,0,92,197,0,0,92,197,0,0,92,197,0,0,92,197,0,0,92,197,0,0,94,197,0,0,94,197,0,0,94,197,0,0,104,197,0,0,104,197,0,0,104,197,0,0,110,197,0,0,112,197,0,0,116,197,0,0,118,197,0,0,118,197,0,0,118,197,0,0,120,197,0,0,120,197,0,0,120,197,0,0,120,197,0,0,122,197,0,0,122,197,0,0,126,197,0,0,128,197,0,0,128,197,0,0,130,197,0,0,134,197,0,0,142,197,0,0,144,197,0,0,146,197,0,0,146,197,0,0,146,197,0,0,146,197,0,0,146,197,0,0,148,197,0,0,148,197,0,0,152,197,0,0,152,197,0,0,152,197,0,0,152,197,0,0,154,197,0,0,154,197,0,0,154,197,0,0,154,197,0,0,158,197,0,0,158,197,0,0,162,197,0,0,162,197,0,0,162,197,0,0,164,197,0,0,164,197,0,0,168,197,0,0,176,197,0,0,184,197,0,0,184,197,0,0,184,197,0,0,188,197,0,0,190,197,0,0,192,197,0,0,194,197,0,0,194,197,0,0,196,197,0,0,200,197,0,0,200,197,0,0,200,197,0,0,200,197,0,0,202,197,0,0,204,197,0,0,206,197,0,0,208,197,0,0,208,197,0,0,216,197,0,0,216,197,0,0,216,197,0,0,220,197,0,0,220,197,0,0,220,197,0,0,220,197,0,0,220,197,0,0,222,197,0,0,224,197,0,0,224,197,0,0,224,197,0,0,224,197,0,0,224,197,0,0,224,197,0,0,224,197,0,0,224,197,0,0,226,197,0,0,226,197,0,0,226,197,0,0,226,197,0,0,230,197,0,0,232,197,0,0,232,197,0,0,242,197,0,0,242,197,0,0,244,197,0,0,246,197,0,0,248,197,0,0,250,197,0,0,250,197,0,0,250,197,0,0,0,198,0,0,0,198,0,0,0,198,0,0,0,198,0,0,0,198,0,0,0,198,0,0,0,198,0,0,0,198,0,0,10,198,0,0,10,198,0,0,18,198,0,0,18,198,0,0,18,198,0,0,20,198,0,0,20,198,0,0,20,198,0,0,22,198,0,0,22,198,0,0,22,198,0,0,22,198,0,0,22,198,0,0,22,198,0,0,22,198,0,0,26,198,0,0,30,198,0,0,30,198,0,0,30,198,0,0,30,198,0,0,30,198,0,0,32,198,0,0,32,198,0,0,38,198,0,0,48,198,0,0,48,198,0,0,50,198,0,0,58,198,0,0,58,198,0,0,58,198,0,0,58,198,0,0,62,198,0,0,62,198,0,0,62,198,0,0,76,198,0,0,78,198,0,0,78,198,0,0,78,198,0,0,78,198,0,0,80,198,0,0,80,198,0,0,82,198,0,0,84,198,0,0,84,198,0,0,84,198,0,0,84,198,0,0,84,198,0,0,84,198,0,0,86,198,0,0,90,198,0,0,94,198,0,0,94,198,0,0,96,198,0,0,96,198,0,0,100,198,0,0,102,198,0,0,104,198,0,0,108,198,0,0,116,198,0,0,124,198,0,0,136,198,0,0,138,198,0,0,140,198,0,0,144,198,0,0,144,198,0,0,144,198,0,0,146,198,0,0,156,198,0,0,156,198,0,0,164,198,0,0,168,198,0,0,168,198,0,0,172,198,0,0,176,198,0,0,180,198,0,0,184,198,0,0,186,198,0,0,188,198,0,0,190,198,0,0,190,198,0,0,190,198,0,0,192,198,0,0,194,198,0,0,194,198,0,0,196,198,0,0,196,198,0,0,196,198,0,0,198,198,0,0,198,198,0,0,208,198,0,0,208,198,0,0,212,198,0,0,214,198,0,0,216,198,0,0,220,198,0,0,220,198,0,0,222,198,0,0,222,198,0,0,224,198,0,0,224,198,0,0,224,198,0,0,224,198,0,0,224,198,0,0,226,198,0,0,226,198,0,0,226,198,0,0,226,198,0,0,228,198,0,0,230,198,0,0,232,198,0,0,234,198,0,0,238,198,0,0,242,198,0,0,244,198,0,0,244,198,0,0,252,198,0,0,2,199,0,0,6,199,0,0,12,199,0,0,12,199,0,0,12,199,0,0,12,199,0,0,18,199,0,0,18,199,0,0,30,199,0,0,36,199,0,0,38,199,0,0,38,199,0,0,46,199,0,0,46,199,0,0,46,199,0,0,48,199,0,0,52,199,0,0,58,199,0,0,66,199,0,0,66,199,0,0,68,199,0,0,68,199,0,0,68,199,0,0,72,199,0,0,72,199,0,0,72,199,0,0,72,199,0,0,74,199,0,0,74,199,0,0,74,199,0,0,76,199,0,0,78,199,0,0,80,199,0,0,80,199,0,0,84,199,0,0,84,199,0,0,86,199,0,0,86,199,0,0,88,199,0,0,92,199,0,0,92,199,0,0,92,199,0,0,98,199,0,0,100,199,0,0,100,199,0,0,104,199,0,0,104,199,0,0,104,199,0,0,104,199,0,0,104,199,0,0,106,199,0,0,108,199,0,0,108,199,0,0,108,199,0,0,108,199,0,0,108,199,0,0,114,199,0,0,114,199,0,0,114,199,0,0,118,199,0,0,122,199,0,0,122,199,0,0,124,199,0,0,126,199,0,0,130,199,0,0,130,199,0,0,132,199,0,0,134,199,0,0,136,199,0,0,142,199,0,0,142,199,0,0,150,199,0,0,150,199,0,0,152,199,0,0,152,199,0,0,152,199,0,0,154,199,0,0,162,199,0,0,162,199,0,0,184,199,0,0,186,199,0,0,190,199,0,0,190,199,0,0,190,199,0,0,190,199,0,0,190,199,0,0,190,199,0,0,190,199,0,0,190,199,0,0,192,199,0,0,196,199,0,0,196,199,0,0,196,199,0,0,196,199,0,0,196,199,0,0,202,199,0,0,202,199,0,0,202,199,0,0,202,199,0,0,206,199,0,0,208,199,0,0,210,199,0,0,212,199,0,0,212,199,0,0,216,199,0,0,216,199,0,0,218,199,0,0,218,199,0,0,218,199,0,0,218,199,0,0,218,199,0,0,220,199,0,0,220,199,0,0,222,199,0,0,230,199,0,0,242,199,0,0,246,199,0,0,246,199,0,0,252,199,0,0,252,199,0,0,254,199,0,0,4,200,0,0,4,200,0,0,6,200,0,0,6,200,0,0,6,200,0,0,16,200,0,0,16,200,0,0,16,200,0,0,24,200,0,0,24,200,0,0,24,200,0,0,24,200,0,0,24,200,0,0,26,200,0,0,28,200,0,0,28,200,0,0,36,200,0,0,36,200,0,0,36,200,0,0,36,200,0,0,36,200,0,0,36,200,0,0,44,200,0,0,48,200,0,0,48,200,0,0,54,200,0,0,56,200,0,0,64,200,0,0,68,200,0,0,70,200,0,0,72,200,0,0,72,200,0,0,72,200,0,0,72,200,0,0,72,200,0,0,72,200,0,0,74,200,0,0,74,200,0,0,74,200,0,0,74,200,0,0,88,200,0,0,88,200,0,0,90,200,0,0,94,200,0,0,94,200,0,0,94,200,0,0,94,200,0,0,98,200,0,0,98,200,0,0,104,200,0,0,106,200,0,0,106,200,0,0,106,200,0,0,108,200,0,0,112,200,0,0,116,200,0,0,120,200,0,0,120,200,0,0,120,200,0,0,120,200,0,0,120,200,0,0,122,200,0,0,124,200,0,0,126,200,0,0,128,200,0,0,128,200,0,0,128,200,0,0,136,200,0,0,140,200,0,0,142,200,0,0,142,200,0,0,142,200,0,0,142,200,0,0,142,200,0,0,142,200,0,0,142,200,0,0,142,200,0,0,142,200,0,0,142,200,0,0,142,200,0,0,142,200,0,0,144,200,0,0,146,200,0,0,146,200,0,0,150,200,0,0,152,200,0,0,152,200,0,0,152,200,0,0,152,200,0,0,154,200,0,0,154,200,0,0,154,200,0,0,154,200,0,0,154,200,0,0,156,200,0,0,156,200,0,0,156,200,0,0,158,200,0,0,160,200,0,0,160,200,0,0,162,200,0,0,164,200,0,0,164,200,0,0,164,200,0,0,170,200,0,0,172,200,0,0,174,200,0,0,182,200,0,0,182,200,0,0,184,200,0,0,184,200,0,0,184,200,0,0,184,200,0,0,184,200,0,0,186,200,0,0,190,200,0,0,196,200,0,0,198,200,0,0,198,200,0,0,198,200,0,0,202,200,0,0,202,200,0,0,206,200,0,0,210,200,0,0,216,200,0,0,216,200,0,0,216,200,0,0,216,200,0,0,216,200,0,0,222,200,0,0,222,200,0,0,222,200,0,0,226,200,0,0,228,200,0,0,230,200,0,0,236,200,0,0,236,200,0,0,238,200,0,0,240,200,0,0,242,200,0,0,246,200,0,0,246,200,0,0,246,200,0,0,246,200,0,0,248,200,0,0,252,200,0,0,252,200,0,0,254,200,0,0,0,201,0,0,2,201,0,0,2,201,0,0,2,201,0,0,2,201,0,0,2,201,0,0,6,201,0,0,8,201,0,0,18,201,0,0,18,201,0,0,18,201,0,0,20,201,0,0,28,201,0,0,36,201,0,0,48,201,0,0,48,201,0,0,48,201,0,0,50,201,0,0,52,201,0,0,52,201,0,0,56,201,0,0,60,201,0,0,60,201,0,0,62,201,0,0,62,201,0,0,64,201,0,0,68,201,0,0,68,201,0,0,72,201,0,0,78,201,0,0,80,201,0,0,82,201,0,0,82,201,0,0,82,201,0,0,84,201,0,0,86,201,0,0,88,201,0,0,90,201,0,0,90,201,0,0,90,201,0,0,96,201,0,0,96,201,0,0,96,201,0,0,104,201,0,0,104,201,0,0,106,201,0,0,106,201,0,0,110,201,0,0,114,201,0,0,116,201,0,0,122,201,0,0,122,201,0,0,122,201,0,0,140,201,0,0,142,201,0,0,144,201,0,0,144,201,0,0,146,201,0,0,146,201,0,0,146,201,0,0,154,201,0,0,156,201,0,0,158,201,0,0,166,201,0,0,170,201,0,0,170,201,0,0,170,201,0,0,170,201,0,0,170,201,0,0,170,201,0,0,170,201,0,0,170,201,0,0,170,201,0,0,170,201,0,0,172,201,0,0,172,201,0,0,176,201,0,0,180,201,0,0,182,201,0,0,184,201,0,0,186,201,0,0,186,201,0,0,194,201,0,0,198,201,0,0,200,201,0,0,200,201,0,0,200,201,0,0,200,201,0,0,202,201,0,0,202,201,0,0,202,201,0,0,202,201,0,0,206,201,0,0,206,201,0,0,206,201,0,0,206,201,0,0,206,201,0,0,208,201,0,0,210,201,0,0,212,201,0,0,212,201,0,0,212,201,0,0,212,201,0,0,216,201,0,0,216,201,0,0,218,201,0,0,218,201,0,0,218,201,0,0,218,201,0,0,220,201,0,0,222,201,0,0,222,201,0,0,224,201,0,0,228,201,0,0,228,201,0,0,228,201,0,0,228,201,0,0,228,201,0,0,228,201,0,0,228,201,0,0,230,201,0,0,238,201,0,0,240,201,0,0,248,201,0,0,0,202,0,0,2,202,0,0,6,202,0,0,12,202,0,0,18,202,0,0,20,202,0,0,20,202,0,0,22,202,0,0,22,202,0,0,24,202,0,0,30,202,0,0,34,202,0,0,34,202,0,0,36,202,0,0,42,202,0,0,42,202,0,0,42,202,0,0,46,202,0,0,46,202,0,0,52,202,0,0,54,202,0,0,54,202,0,0,56,202,0,0,56,202,0,0,56,202,0,0,56,202,0,0,70,202,0,0,74,202,0,0,78,202,0,0,78,202,0,0,82,202,0,0,86,202,0,0,86,202,0,0,86,202,0,0,88,202,0,0,88,202,0,0,92,202,0,0,92,202,0,0,92,202,0,0,102,202,0,0,104,202,0,0,104,202,0,0,108,202,0,0,112,202,0,0,112,202,0,0,116,202,0,0,116,202,0,0,116,202,0,0,118,202,0,0,124,202,0,0,128,202,0,0,138,202,0,0,140,202,0,0,140,202,0,0,140,202,0,0,140,202,0,0,142,202,0,0,142,202,0,0,146,202,0,0,146,202,0,0,148,202,0,0,152,202,0,0,152,202,0,0,156,202,0,0,158,202,0,0,160,202,0,0,160,202,0,0,162,202,0,0,162,202,0,0,166,202,0,0,166,202,0,0,168,202,0,0,174,202,0,0,174,202,0,0,174,202,0,0,180,202,0,0,186,202,0,0,188,202,0,0,188,202,0,0,192,202,0,0,196,202,0,0,200,202,0,0,200,202,0,0,202,202,0,0,204,202,0,0,216,202,0,0,216,202,0,0,216,202,0,0,216,202,0,0,218,202,0,0,218,202,0,0,218,202,0,0,218,202,0,0,218,202,0,0,222,202,0,0,222,202,0,0,228,202,0,0,232,202,0,0,232,202,0,0,234,202,0,0,234,202,0,0,234,202,0,0,246,202,0,0,246,202,0,0,246,202,0,0,246,202,0,0,246,202,0,0,248,202,0,0,248,202,0,0,248,202,0,0,250,202,0,0,250,202,0,0,254,202,0,0,254,202,0,0,254,202,0,0,0,203,0,0,0,203,0,0,0,203,0,0,0,203,0,0,2,203,0,0,4,203,0,0,4,203,0,0,4,203,0,0,6,203,0,0,6,203,0,0,6,203,0,0,6,203,0,0,8,203,0,0,8,203,0,0,10,203,0,0,14,203,0,0,16,203,0,0,16,203,0,0,18,203,0,0,22,203,0,0,26,203,0,0,26,203,0,0,26,203,0,0,26,203,0,0,28,203,0,0,32,203,0,0,34,203,0,0,36,203,0,0,38,203,0,0,42,203,0,0,44,203,0,0,44,203,0,0,44,203,0,0,44,203,0,0,54,203,0,0,54,203,0,0,54,203,0,0,60,203,0,0,60,203,0,0,66,203,0,0,70,203,0,0,78,203,0,0,82,203,0,0,82,203,0,0,82,203,0,0,82,203,0,0,82,203,0,0,82,203,0,0,82,203,0,0,82,203,0,0,82,203,0,0,92,203,0,0,92,203,0,0,96,203,0,0,96,203,0,0,98,203,0,0,102,203,0,0,102,203,0,0,102,203,0,0,108,203,0,0,110,203,0,0,112,203,0,0,112,203,0,0,116,203,0,0,118,203,0,0,118,203,0,0,118,203,0,0,118,203,0,0,118,203,0,0,122,203,0,0,124,203,0,0,126,203,0,0,128,203,0,0,128,203,0,0,130,203,0,0,132,203,0,0,136,203,0,0,136,203,0,0,136,203,0,0,138,203,0,0,138,203,0,0,146,203,0,0,156,203,0,0,156,203,0,0,162,203,0,0,164,203,0,0,166,203,0,0,168,203,0,0,170,203,0,0,174,203,0,0,174,203,0,0,176,203,0,0,176,203,0,0,176,203,0,0,176,203,0,0,178,203,0,0,178,203,0,0,182,203,0,0,184,203,0,0,184,203,0,0,184,203,0,0,184,203,0,0,190,203,0,0,190,203,0,0,192,203,0,0,194,203,0,0,198,203,0,0,202,203,0,0,216,203,0,0,216,203,0,0,216,203,0,0,216,203,0,0,222,203,0,0,224,203,0,0,236,203,0,0,236,203,0,0,236,203,0,0,240,203,0,0,242,203,0,0,242,203,0,0,246,203,0,0,252,203,0,0,252,203,0,0,252,203,0,0,252,203,0,0,252,203,0,0,254,203,0,0,254,203,0,0,4,204,0,0,6,204,0,0,6,204,0,0,12,204,0,0,20,204,0,0,20,204,0,0,26,204,0,0,26,204,0,0,26,204,0,0,26,204,0,0,26,204,0,0,26,204,0,0,26,204,0,0,32,204,0,0,32,204,0,0,34,204,0,0,36,204,0,0,38,204,0,0,38,204,0,0,38,204,0,0,40,204,0,0,40,204,0,0,42,204,0,0,44,204,0,0,48,204,0,0,48,204,0,0,56,204,0,0,58,204,0,0,58,204,0,0,58,204,0,0,62,204,0,0,62,204,0,0,62,204,0,0,66,204,0,0,70,204,0,0,72,204,0,0,74,204,0,0,74,204,0,0,74,204,0,0,74,204,0,0,76,204,0,0,80,204,0,0,82,204,0,0,82,204,0,0,88,204,0,0,88,204,0,0,92,204,0,0,92,204,0,0,92,204,0,0,98,204,0,0,98,204,0,0,98,204,0,0,98,204,0,0,100,204,0,0,104,204,0,0,106,204,0,0,106,204,0,0,106,204,0,0,106,204,0,0,106,204,0,0,110,204,0,0,112,204,0,0,112,204,0,0,114,204,0,0,114,204,0,0,116,204,0,0,118,204,0,0,120,204,0,0,120,204,0,0,120,204,0,0,122,204,0,0,122,204,0,0,122,204,0,0,128,204,0,0,128,204,0,0,132,204,0,0,132,204,0,0,132,204,0,0,132,204,0,0,136,204,0,0,136,204,0,0,136,204,0,0,136,204,0,0,146,204,0,0,148,204,0,0,150,204,0,0,158,204,0,0,160,204,0,0,160,204,0,0,160,204,0,0,160,204,0,0,160,204,0,0,162,204,0,0,162,204,0,0,162,204,0,0,162,204,0,0,162,204,0,0,164,204,0,0,166,204,0,0,170,204,0,0,176,204,0,0,176,204,0,0,182,204,0,0,182,204,0,0,182,204,0,0,182,204,0,0,184,204,0,0,184,204,0,0,190,204,0,0,194,204,0,0,194,204,0,0,200,204,0,0,200,204,0,0,202,204,0,0,204,204,0,0,206,204,0,0,206,204,0,0,212,204,0,0,214,204,0,0,216,204,0,0,218,204,0,0,220,204,0,0,222,204,0,0,222,204,0,0,222,204,0,0,222,204,0,0,228,204,0,0,228,204,0,0,228,204,0,0,230,204,0,0,230,204,0,0,232,204,0,0,232,204,0,0,234,204,0,0,234,204,0,0,234,204,0,0,236,204,0,0,240,204,0,0,240,204,0,0,240,204,0,0,242,204,0,0,242,204,0,0,242,204,0,0,254,204,0,0,254,204,0,0,254,204,0,0,254,204,0,0,254,204,0,0,254,204,0,0,0,205,0,0,0,205,0,0,2,205,0,0,4,205,0,0,4,205,0,0,4,205,0,0,4,205,0,0,6,205,0,0,6,205,0,0,6,205,0,0,8,205,0,0,10,205,0,0,12,205,0,0,12,205,0,0,12,205,0,0,12,205,0,0,12,205,0,0,12,205,0,0,12,205,0,0,12,205,0,0,12,205,0,0,12,205,0,0,12,205,0,0,14,205,0,0,20,205,0,0,20,205,0,0,30,205,0,0,30,205,0,0,30,205,0,0,32,205,0,0,36,205,0,0,36,205,0,0,38,205,0,0,38,205,0,0,38,205,0,0,38,205,0,0,38,205,0,0,38,205,0,0,40,205,0,0,40,205,0,0,50,205,0,0,50,205,0,0,50,205,0,0,50,205,0,0,52,205,0,0,56,205,0,0,56,205,0,0,56,205,0,0,58,205,0,0,62,205,0,0,62,205,0,0,64,205,0,0,64,205,0,0,64,205,0,0,66,205,0,0,68,205,0,0,72,205,0,0,76,205,0,0,78,205,0,0,80,205,0,0,84,205,0,0,86,205,0,0,92,205,0,0,100,205,0,0,100,205,0,0,102,205,0,0,102,205,0,0,102,205,0,0,102,205,0,0,102,205,0,0,106,205,0,0,106,205,0,0,108,205,0,0,110,205,0,0,114,205,0,0,116,205,0,0,128,205,0,0,128,205,0,0,128,205,0,0,128,205,0,0,130,205,0,0,132,205,0,0,134,205,0,0,140,205,0,0,142,205,0,0,142,205,0,0,142,205,0,0,142,205,0,0,144,205,0,0,150,205,0,0,150,205,0,0,160,205,0,0,160,205,0,0,162,205,0,0,162,205,0,0,164,205,0,0,164,205,0,0,166,205,0,0,174,205,0,0,182,205,0,0,182,205,0,0,182,205,0,0,184,205,0,0,184,205,0,0,186,205,0,0,186,205,0,0,186,205,0,0,186,205,0,0,188,205,0,0,192,205,0,0,192,205,0,0,192,205,0,0,192,205,0,0,192,205,0,0,194,205,0,0,194,205,0,0,194,205,0,0,196,205,0,0,196,205,0,0,196,205,0,0,196,205,0,0,202,205,0,0,202,205,0,0,204,205,0,0,204,205,0,0,204,205,0,0,204,205,0,0,210,205,0,0,212,205,0,0,214,205,0,0,222,205,0,0,224,205,0,0,224,205,0,0,230,205,0,0,234,205,0,0,234,205,0,0,234,205,0,0,234,205,0,0,236,205,0,0,236,205,0,0,244,205,0,0,244,205,0,0,244,205,0,0,250,205,0,0,250,205,0,0,250,205,0,0,250,205,0,0,252,205,0,0,252,205,0,0,254,205,0,0,0,206,0,0,8,206,0,0,14,206,0,0,16,206,0,0,22,206,0,0,26,206,0,0,28,206,0,0,28,206,0,0,28,206,0,0,32,206,0,0,34,206,0,0,36,206,0,0,36,206,0,0,36,206,0,0,44,206,0,0,48,206,0,0,54,206,0,0,56,206,0,0,56,206,0,0,62,206,0,0,64,206,0,0,68,206,0,0,70,206,0,0,70,206,0,0,70,206,0,0,70,206,0,0,70,206,0,0,70,206,0,0,74,206,0,0,78,206,0,0,80,206,0,0,82,206,0,0,82,206,0,0,82,206,0,0,88,206,0,0,88,206,0,0,90,206,0,0,92,206,0,0,92,206,0,0,94,206,0,0,96,206,0,0,104,206,0,0,106,206,0,0,110,206,0,0,112,206,0,0,112,206,0,0,112,206,0,0,112,206,0,0,112,206,0,0,114,206,0,0,114,206,0,0,114,206,0,0,114,206,0,0,116,206,0,0,116,206,0,0,118,206,0,0,120,206,0,0,120,206,0,0,120,206,0,0,124,206,0,0,124,206,0,0,124,206,0,0,128,206,0,0,128,206,0,0,128,206,0,0,132,206,0,0,132,206,0,0,132,206,0,0,132,206,0,0,132,206,0,0,136,206,0,0,136,206,0,0,142,206,0,0,144,206,0,0,144,206,0,0,166,206,0,0,166,206,0,0,166,206,0,0,166,206,0,0,166,206,0,0,166,206,0,0,170,206,0,0,170,206,0,0,172,206,0,0,172,206,0,0,172,206,0,0,180,206,0,0,186,206,0,0,186,206,0,0,188,206,0,0,188,206,0,0,190,206,0,0,190,206,0,0,194,206,0,0,194,206,0,0,194,206,0,0,196,206,0,0,196,206,0,0,208,206,0,0,216,206,0,0,218,206,0,0,218,206,0,0,224,206,0,0,228,206,0,0,230,206,0,0,230,206,0,0,230,206,0,0,230,206,0,0,230,206,0,0,234,206,0,0,234,206,0,0,236,206,0,0,236,206,0,0,238,206,0,0,238,206,0,0,240,206,0,0,242,206,0,0,242,206,0,0,242,206,0,0,242,206,0,0,244,206,0,0,248,206,0,0,248,206,0,0,248,206,0,0,254,206,0,0,254,206,0,0,2,207,0,0,4,207,0,0,4,207,0,0,10,207,0,0,10,207,0,0,12,207,0,0,12,207,0,0,18,207,0,0,18,207,0,0,26,207,0,0,32,207,0,0,38,207,0,0,38,207,0,0,38,207,0,0,40,207,0,0,42,207,0,0,42,207,0,0,44,207,0,0,46,207,0,0,46,207,0,0,48,207,0,0,48,207,0,0,48,207,0,0,52,207,0,0,52,207,0,0,54,207,0,0,54,207,0,0,56,207,0,0,58,207,0,0,60,207,0,0,60,207,0,0,60,207,0,0,62,207,0,0,68,207,0,0,68,207,0,0,70,207,0,0,76,207,0,0,78,207,0,0,78,207,0,0,78,207,0,0,80,207,0,0,82,207,0,0,82,207,0,0,84,207,0,0,86,207,0,0,86,207,0,0,86,207,0,0,88,207,0,0,92,207,0,0,92,207,0,0,92,207,0,0,94,207,0,0,98,207,0,0,100,207,0,0,104,207,0,0,106,207,0,0,110,207,0,0,116,207,0,0,116,207,0,0,116,207,0,0,116,207,0,0,118,207,0,0,118,207,0,0,126,207,0,0,126,207,0,0,126,207,0,0,126,207,0,0,130,207,0,0,132,207,0,0,132,207,0,0,132,207,0,0,132,207,0,0,132,207,0,0,134,207,0,0,134,207,0,0,134,207,0,0,142,207,0,0,142,207,0,0,142,207,0,0,146,207,0,0,146,207,0,0,146,207,0,0,148,207,0,0,148,207,0,0,148,207,0,0,150,207,0,0,150,207,0,0,156,207,0,0,158,207,0,0,162,207,0,0,168,207,0,0,170,207,0,0,180,207,0,0,188,207,0,0,194,207,0,0,196,207,0,0,198,207,0,0,202,207,0,0,206,207,0,0,206,207,0,0,208,207,0,0,208,207,0,0,208,207,0,0,208,207,0,0,210,207,0,0,210,207,0,0,212,207,0,0,212,207,0,0,212,207,0,0,214,207,0,0,222,207,0,0,222,207,0,0,222,207,0,0,222,207,0,0,222,207,0,0,224,207,0,0,228,207,0,0,236,207,0,0,238,207,0,0,238,207,0,0,244,207,0,0,246,207,0,0,250,207,0,0,250,207,0,0,250,207,0,0,250,207,0,0,250,207,0,0,254,207,0,0,254,207,0,0,254,207,0,0,2,208,0,0,2,208,0,0,2,208,0,0,6,208,0,0,6,208,0,0,8,208,0,0,8,208,0,0,8,208,0,0,8,208,0,0,10,208,0,0,10,208,0,0,10,208,0,0,10,208,0,0,12,208,0,0,12,208,0,0,20,208,0,0,26,208,0,0,26,208,0,0,26,208,0,0,36,208,0,0,40,208,0,0,40,208,0,0,40,208,0,0,40,208,0,0,40,208,0,0,40,208,0,0,42,208,0,0,42,208,0,0,42,208,0,0,42,208,0,0,54,208,0,0,54,208,0,0,54,208,0,0,56,208,0,0,62,208,0,0,62,208,0,0,62,208,0,0,62,208,0,0,62,208,0,0,66,208,0,0,70,208,0,0,70,208,0,0,70,208,0,0,74,208,0,0,76,208,0,0,80,208,0,0,84,208,0,0,84,208,0,0,84,208,0,0,86,208,0,0,88,208,0,0,88,208,0,0,88,208,0,0,88,208,0,0,88,208,0,0,88,208,0,0,98,208,0,0,98,208,0,0,100,208,0,0,100,208,0,0,100,208,0,0,106,208,0,0,118,208,0,0,120,208,0,0,120,208,0,0,120,208,0,0,120,208,0,0,120,208,0,0,120,208,0,0,120,208,0,0,122,208,0,0,122,208,0,0,124,208,0,0,132,208,0,0,132,208,0,0,132,208,0,0,138,208,0,0,140,208,0,0,140,208,0,0,142,208,0,0,144,208,0,0,146,208,0,0,148,208,0,0,148,208,0,0,148,208,0,0,152,208,0,0,152,208,0,0,152,208,0,0,160,208,0,0,162,208,0,0,166,208,0,0,174,208,0,0,184,208,0,0,188,208,0,0,188,208,0,0,190,208,0,0,190,208,0,0,196,208,0,0,198,208,0,0,206,208,0,0,206,208,0,0,208,208,0,0,208,208,0,0,212,208,0,0,214,208,0,0,214,208,0,0,218,208,0,0,222,208,0,0,222,208,0,0,222,208,0,0,222,208,0,0,226,208,0,0,228,208,0,0,228,208,0,0,232,208,0,0,244,208,0,0,244,208,0,0,244,208,0,0,244,208,0,0,244,208,0,0,246,208,0,0,246,208,0,0,246,208,0,0,250,208,0,0,252,208,0,0,2,209,0,0,2,209,0,0,12,209,0,0,12,209,0,0,14,209,0,0,14,209,0,0,20,209,0,0,22,209,0,0,26,209,0,0,28,209,0,0,34,209,0,0,36,209,0,0,36,209,0,0,36,209,0,0,42,209,0,0,42,209,0,0,42,209,0,0,42,209,0,0,44,209,0,0,44,209,0,0,46,209,0,0,46,209,0,0,50,209,0,0,50,209,0,0,52,209,0,0,54,209,0,0,54,209,0,0,58,209,0,0,58,209,0,0,58,209,0,0,58,209,0,0,58,209,0,0,58,209,0,0,62,209,0,0,62,209,0,0,68,209,0,0,76,209,0,0,76,209,0,0,76,209,0,0,76,209,0,0,76,209,0,0,78,209,0,0,80,209,0,0,82,209,0,0,82,209,0,0,82,209,0,0,82,209,0,0,84,209,0,0,86,209,0,0,88,209,0,0,88,209,0,0,88,209,0,0,94,209,0,0,96,209,0,0,96,209,0,0,96,209,0,0,100,209,0,0,100,209,0,0,106,209,0,0,106,209,0,0,106,209,0,0,110,209,0,0,110,209,0,0,118,209,0,0,118,209,0,0,118,209,0,0,118,209,0,0,118,209,0,0,120,209,0,0,120,209,0,0,122,209,0,0,126,209,0,0,126,209,0,0,126,209,0,0,128,209,0,0,130,209,0,0,134,209,0,0,138,209,0,0,140,209,0,0,140,209,0,0,140,209,0,0,140,209,0,0,140,209,0,0,140,209,0,0,140,209,0,0,142,209,0,0,142,209,0,0,144,209,0,0,144,209,0,0,146,209,0,0,148,209,0,0,150,209,0,0,152,209,0,0,152,209,0,0,152,209,0,0,156,209,0,0,156,209,0,0,170,209,0,0,172,209,0,0,172,209,0,0,172,209,0,0,182,209,0,0,182,209,0,0,182,209,0,0,182,209,0,0,182,209,0,0,184,209,0,0,184,209,0,0,190,209,0,0,190,209,0,0,192,209,0,0,198,209,0,0,198,209,0,0,202,209,0,0,202,209,0,0,204,209,0,0,208,209,0,0,210,209,0,0,210,209,0,0,214,209,0,0,214,209,0,0,216,209,0,0,216,209,0,0,222,209,0,0,226,209,0,0,226,209,0,0,228,209,0,0,230,209,0,0,230,209,0,0,238,209,0,0,238,209,0,0,242,209,0,0,246,209,0,0,246,209,0,0,252,209,0,0,252,209,0,0,252,209,0,0,252,209,0,0,0,210,0,0,4,210,0,0,4,210,0,0,4,210,0,0,10,210,0,0,10,210,0,0,16,210,0,0,16,210,0,0,20,210,0,0,26,210,0,0,30,210,0,0,32,210,0,0,32,210,0,0,32,210,0,0,32,210,0,0,32,210,0,0,40,210,0,0,40,210,0,0,40,210,0,0,48,210,0,0,50,210,0,0,50,210,0,0,50,210,0,0,52,210,0,0,52,210,0,0,52,210,0,0,62,210,0,0,62,210,0,0,62,210,0,0,64,210,0,0,66,210,0,0,68,210,0,0,68,210,0,0,68,210,0,0,72,210,0,0,74,210,0,0,76,210,0,0,78,210,0,0,78,210,0,0,82,210,0,0,84,210,0,0,84,210,0,0,84,210,0,0,90,210,0,0,90,210,0,0,100,210,0,0,100,210,0,0,100,210,0,0,106,210,0,0,108,210,0,0,110,210,0,0,112,210,0,0,118,210,0,0,120,210,0,0,120,210,0,0,120,210,0,0,120,210,0,0,122,210,0,0,122,210,0,0,122,210,0,0,126,210,0,0,132,210,0,0,136,210,0,0,136,210,0,0,138,210,0,0,144,210,0,0,144,210,0,0,146,210,0,0,146,210,0,0,146,210,0,0,146,210,0,0,148,210,0,0,148,210,0,0,150,210,0,0,152,210,0,0,156,210,0,0,156,210,0,0,164,210,0,0,166,210,0,0,172,210,0,0,176,210,0,0,176,210,0,0,176,210,0,0,182,210,0,0,182,210,0,0,186,210,0,0,188,210,0,0,188,210,0,0,188,210,0,0,194,210,0,0,194,210,0,0,196,210,0,0,196,210,0,0,200,210,0,0,206,210,0,0,208,210,0,0,208,210,0,0,218,210,0,0,222,210,0,0,224,210,0,0,224,210,0,0,224,210,0,0,224,210,0,0,228,210,0,0,228,210,0,0,234,210,0,0,238,210,0,0,240,210,0,0,246,210,0,0,250,210,0,0,0,211,0,0,0,211,0,0,0,211,0,0,0,211,0,0,0,211,0,0,4,211,0,0,8,211,0,0,8,211,0,0,18,211,0,0,20,211,0,0,24,211,0,0,26,211,0,0,28,211,0,0,32,211,0,0,40,211,0,0,40,211,0,0,40,211,0,0,40,211,0,0,40,211,0,0,40,211,0,0,42,211,0,0,42,211,0,0,44,211,0,0,44,211,0,0,48,211,0,0,48,211,0,0,50,211,0,0,50,211,0,0,50,211,0,0,50,211,0,0,50,211,0,0,54,211,0,0,56,211,0,0,56,211,0,0,58,211,0,0,62,211,0,0,68,211,0,0,68,211,0,0,68,211,0,0,68,211,0,0,68,211,0,0,68,211,0,0,70,211,0,0,80,211,0,0,82,211,0,0,86,211,0,0,88,211,0,0,90,211,0,0,92,211,0,0,96,211,0,0,96,211,0,0,96,211,0,0,96,211,0,0,98,211,0,0,100,211,0,0,100,211,0,0,102,211,0,0,102,211,0,0,108,211,0,0,108,211,0,0,108,211,0,0,112,211,0,0,112,211,0,0,118,211,0,0,124,211,0,0,124,211,0,0,124,211,0,0,124,211,0,0,124,211,0,0,124,211,0,0,124,211,0,0,124,211,0,0,124,211,0,0,124,211,0,0,126,211,0,0,126,211,0,0,126,211,0,0,126,211,0,0,126,211,0,0,126,211,0,0,126,211,0,0,126,211,0,0,126,211,0,0,128,211,0,0,128,211,0,0,128,211,0,0,130,211,0,0,144,211,0,0,146,211,0,0,150,211,0,0,154,211,0,0,154,211,0,0,156,211,0,0,156,211,0,0,162,211,0,0,162,211,0,0,162,211,0,0,162,211,0,0,162,211,0,0,162,211,0,0,172,211,0,0,176,211,0,0,178,211,0,0,180,211,0,0,182,211,0,0,182,211,0,0,182,211,0,0,182,211,0,0,186,211,0,0,194,211,0,0,200,211,0,0,200,211,0,0,200,211,0,0,202,211,0,0,210,211,0,0,210,211,0,0,210,211,0,0,210,211,0,0,212,211,0,0,212,211,0,0,218,211,0,0,218,211,0,0,224,211,0,0,230,211,0,0,230,211,0,0,232,211,0,0,232,211,0,0,234,211,0,0,234,211,0,0,242,211,0,0,248,211,0,0,248,211,0,0,248,211,0,0,252,211,0,0,2,212,0,0,2,212,0,0,8,212,0,0,10,212,0,0,14,212,0,0,20,212,0,0,24,212,0,0,24,212,0,0,24,212,0,0,26,212,0,0,28,212,0,0,28,212,0,0,30,212,0,0,30,212,0,0,30,212,0,0,30,212,0,0,30,212,0,0,38,212,0,0,46,212,0,0,52,212,0,0,52,212,0,0,52,212,0,0,56,212,0,0,56,212,0,0,60,212,0,0,60,212,0,0,62,212,0,0,62,212,0,0,66,212,0,0,66,212,0,0,68,212,0,0,70,212,0,0,70,212,0,0,80,212,0,0,90,212,0,0,92,212,0,0,92,212,0,0,92,212,0,0,102,212,0,0,102,212,0,0,102,212,0,0,102,212,0,0,102,212,0,0,108,212,0,0,108,212,0,0,112,212,0,0,114,212,0,0,114,212,0,0,118,212,0,0,118,212,0,0,118,212,0,0,120,212,0,0,120,212,0,0,120,212,0,0,122,212,0,0,124,212,0,0,124,212,0,0,128,212,0,0,128,212,0,0,130,212,0,0,130,212,0,0,130,212,0,0,130,212,0,0,142,212,0,0,142,212,0,0,146,212,0,0,152,212,0,0,152,212,0,0,152,212,0,0,154,212,0,0,154,212,0,0,154,212,0,0,154,212,0,0,156,212,0,0,158,212,0,0,160,212,0,0,160,212,0,0,162,212,0,0,162,212,0,0,162,212,0,0,168,212,0,0,168,212,0,0,168,212,0,0,178,212,0,0,178,212,0,0,180,212,0,0,184,212,0,0,186,212,0,0,186,212,0,0,196,212,0,0,196,212,0,0,202,212,0,0,206,212,0,0,214,212,0,0,214,212,0,0,214,212,0,0,214,212,0,0,216,212,0,0,220,212,0,0,220,212,0,0,222,212,0,0,230,212,0,0,232,212,0,0,232,212,0,0,236,212,0,0,236,212,0,0,242,212,0,0,246,212,0,0,246,212,0,0,248,212,0,0,248,212,0,0,248,212,0,0,250,212,0,0,250,212,0,0,252,212,0,0,254,212,0,0,254,212,0,0,254,212,0,0,254,212,0,0,254,212,0,0,6,213,0,0,18,213,0,0,18,213,0,0,22,213,0,0,22,213,0,0,22,213,0,0,22,213,0,0,22,213,0,0,22,213,0,0,22,213,0,0,26,213,0,0,26,213,0,0,28,213,0,0,30,213,0,0,30,213,0,0,30,213,0,0,30,213,0,0,32,213,0,0,32,213,0,0,34,213,0,0,34,213,0,0,34,213,0,0,34,213,0,0,36,213,0,0,36,213,0,0,46,213,0,0,50,213,0,0,50,213,0,0,50,213,0,0,50,213,0,0,54,213,0,0,54,213,0,0,54,213,0,0,56,213,0,0,56,213,0,0,60,213,0,0,60,213,0,0,64,213,0,0,64,213,0,0,64,213,0,0,64,213,0,0,66,213,0,0,68,213,0,0,68,213,0,0,68,213,0,0,72,213,0,0,72,213,0,0,72,213,0,0,76,213,0,0,78,213,0,0,78,213,0,0,78,213,0,0,84,213,0,0,90,213,0,0,90,213,0,0,96,213,0,0,96,213,0,0,96,213,0,0,96,213,0,0,98,213,0,0,100,213,0,0,106,213,0,0,106,213,0,0,108,213,0,0,108,213,0,0,108,213,0,0,108,213,0,0,108,213,0,0,108,213,0,0,118,213,0,0,120,213,0,0,120,213,0,0,122,213,0,0,122,213,0,0,122,213,0,0,136,213,0,0,138,213,0,0,142,213,0,0,144,213,0,0,146,213,0,0,150,213,0,0,150,213,0,0,150,213,0,0,150,213,0,0,150,213,0,0,150,213,0,0,150,213,0,0,152,213,0,0,156,213,0,0,162,213,0,0,162,213,0,0,166,213,0,0,170,213,0,0,170,213,0,0,170,213,0,0,172,213,0,0,176,213,0,0,188,213,0,0,188,213,0,0,190,213,0,0,190,213,0,0,190,213,0,0,190,213,0,0,190,213,0,0,198,213,0,0,202,213,0,0,202,213,0,0,202,213,0,0,204,213,0,0,204,213,0,0,210,213,0,0,210,213,0,0,212,213,0,0,216,213,0,0,216,213,0,0,216,213,0,0,216,213,0,0,216,213,0,0,218,213,0,0,222,213,0,0,222,213,0,0,222,213,0,0,222,213,0,0,222,213,0,0,224,213,0,0,224,213,0,0,228,213,0,0,230,213,0,0,232,213,0,0,234,213,0,0,238,213,0,0,238,213,0,0,240,213,0,0,250,213,0,0,252,213,0,0,2,214,0,0,2,214,0,0,2,214,0,0,2,214,0,0,8,214,0,0,10,214,0,0,12,214,0,0,14,214,0,0,18,214,0,0,18,214,0,0,18,214,0,0,18,214,0,0,20,214,0,0,24,214,0,0,30,214,0,0,32,214,0,0,44,214,0,0,44,214,0,0,44,214,0,0,46,214,0,0,46,214,0,0,48,214,0,0,48,214,0,0,50,214,0,0,52,214,0,0,54,214,0,0,54,214,0,0,56,214,0,0,56,214,0,0,56,214,0,0,58,214,0,0,60,214,0,0,60,214,0,0,60,214,0,0,60,214,0,0,60,214,0,0,60,214,0,0,60,214,0,0,60,214,0,0,60,214,0,0,60,214,0,0,66,214,0,0,66,214,0,0,66,214,0,0,66,214,0,0,66,214,0,0,66,214,0,0,66,214,0,0,66,214,0,0,76,214,0,0,76,214,0,0,78,214,0,0,78,214,0,0,80,214,0,0,82,214,0,0,82,214,0,0,82,214,0,0,86,214,0,0,86,214,0,0,86,214,0,0,92,214,0,0,96,214,0,0,96,214,0,0,96,214,0,0,98,214,0,0,102,214,0,0,102,214,0,0,104,214,0,0,106,214,0,0,106,214,0,0,110,214,0,0,114,214,0,0,114,214,0,0,114,214,0,0,114,214,0,0,114,214,0,0,114,214,0,0,114,214,0,0,120,214,0,0,120,214,0,0,122,214,0,0,124,214,0,0,128,214,0,0,130,214,0,0,130,214,0,0,132,214,0,0,140,214,0,0,144,214,0,0,146,214,0,0,148,214,0,0,150,214,0,0,152,214,0,0,156,214,0,0,158,214,0,0,158,214,0,0,164,214,0,0,168,214,0,0,168,214,0,0,168,214,0,0,170,214,0,0,170,214,0,0,170,214,0,0,172,214,0,0,174,214,0,0,174,214,0,0,178,214,0,0,178,214,0,0,178,214,0,0,180,214,0,0,180,214,0,0,182,214,0,0,182,214,0,0,188,214,0,0,198,214,0,0,200,214,0,0,204,214,0,0,208,214,0,0,212,214,0,0,218,214,0,0,224,214,0,0,224,214,0,0,224,214,0,0,224,214,0,0,230,214,0,0,230,214,0,0,230,214,0,0,230,214,0,0,232,214,0,0,232,214,0,0,234,214,0,0,234,214,0,0,240,214,0,0,240,214,0,0,240,214,0,0,244,214,0,0,246,214,0,0,248,214,0,0,248,214,0,0,252,214,0,0,252,214,0,0,254,214,0,0,2,215,0,0,4,215,0,0,14,215,0,0,14,215,0,0,22,215,0,0,28,215,0,0,32,215,0,0,32,215,0,0,34,215,0,0,38,215,0,0,40,215,0,0,40,215,0,0,42,215,0,0,50,215,0,0,50,215,0,0,50,215,0,0,52,215,0,0,56,215,0,0,56,215,0,0,56,215,0,0,60,215,0,0,60,215,0,0,60,215,0,0,64,215,0,0,66,215,0,0,72,215,0,0,76,215,0,0,80,215,0,0,80,215,0,0,86,215,0,0,86,215,0,0,86,215,0,0,86,215,0,0,88,215,0,0,90,215,0,0,92,215,0,0,94,215,0,0,96,215,0,0,98,215,0,0,98,215,0,0,100,215,0,0,106,215,0,0,106,215,0,0,106,215,0,0,106,215,0,0,106,215,0,0,108,215,0,0,108,215,0,0,108,215,0,0,112,215,0,0,112,215,0,0,124,215,0,0,128,215,0,0,128,215,0,0,128,215,0,0,128,215,0,0,128,215,0,0,130,215,0,0,132,215,0,0,134,215,0,0,140,215,0,0,140,215,0,0,142,215,0,0,142,215,0,0,142,215,0,0,146,215,0,0,148,215,0,0,148,215,0,0,148,215,0,0,152,215,0,0,156,215,0,0,156,215,0,0,158,215,0,0,166,215,0,0,166,215,0,0,172,215,0,0,172,215,0,0,174,215,0,0,174,215,0,0,178,215,0,0,180,215,0,0,180,215,0,0,180,215,0,0,180,215,0,0,182,215,0,0,182,215,0,0,184,215,0,0,184,215,0,0,184,215,0,0,184,215,0,0,188,215,0,0,188,215,0,0,190,215,0,0,190,215,0,0,192,215,0,0,200,215,0,0,200,215,0,0,202,215,0,0,206,215,0,0,206,215,0,0,208,215,0,0,212,215,0,0,212,215,0,0,212,215,0,0,216,215,0,0,216,215,0,0,216,215,0,0,218,215,0,0,218,215,0,0,218,215,0,0,218,215,0,0,218,215,0,0,220,215,0,0,224,215,0,0,226,215,0,0,230,215,0,0,230,215,0,0,230,215,0,0,230,215,0,0,230,215,0,0,234,215,0,0,234,215,0,0,236,215,0,0,238,215,0,0,240,215,0,0,240,215,0,0,240,215,0,0,242,215,0,0,246,215,0,0,250,215,0,0,250,215,0,0,252,215,0,0,254,215,0,0,0,216,0,0,0,216,0,0,2,216,0,0,2,216,0,0,2,216,0,0,2,216,0,0,2,216,0,0,2,216,0,0,2,216,0,0,6,216,0,0,6,216,0,0,8,216,0,0,12,216,0,0,16,216,0,0,16,216,0,0,20,216,0,0,22,216,0,0,22,216,0,0,24,216,0,0,26,216,0,0,32,216,0,0,36,216,0,0,48,216,0,0,48,216,0,0,48,216,0,0,50,216,0,0,54,216,0,0,62,216,0,0,66,216,0,0,66,216,0,0,72,216,0,0,72,216,0,0,74,216,0,0,74,216,0,0,78,216,0,0,80,216,0,0,86,216,0,0,86,216,0,0,88,216,0,0,90,216,0,0,90,216,0,0,90,216,0,0,90,216,0,0,90,216,0,0,96,216,0,0,98,216,0,0,98,216,0,0,98,216,0,0,100,216,0,0,100,216,0,0,106,216,0,0,106,216,0,0,108,216,0,0,108,216,0,0,112,216,0,0,114,216,0,0,114,216,0,0,114,216,0,0,114,216,0,0,116,216,0,0,118,216,0,0,120,216,0,0,120,216,0,0,120,216,0,0,120,216,0,0,120,216,0,0,120,216,0,0,122,216,0,0,122,216,0,0,122,216,0,0,124,216,0,0,126,216,0,0,126,216,0,0,126,216,0,0,126,216,0,0,128,216,0,0,128,216,0,0,128,216,0,0,136,216,0,0,138,216,0,0,140,216,0,0,140,216,0,0,140,216,0,0,140,216,0,0,140,216,0,0,140,216,0,0,140,216,0,0,146,216,0,0,148,216,0,0,150,216,0,0,150,216,0,0,150,216,0,0,162,216,0,0,162,216,0,0,162,216,0,0,162,216,0,0,162,216,0,0,164,216,0,0,164,216,0,0,164,216,0,0,170,216,0,0,174,216,0,0,174,216,0,0,174,216,0,0,174,216,0,0,178,216,0,0,180,216,0,0,180,216,0,0,182,216,0,0,184,216,0,0,184,216,0,0,186,216,0,0,188,216,0,0,188,216,0,0,188,216,0,0,190,216,0,0,190,216,0,0,202,216,0,0,202,216,0,0,204,216,0,0,204,216,0,0,206,216,0,0,210,216,0,0,212,216,0,0,212,216,0,0,212,216,0,0,226,216,0,0,226,216,0,0,228,216,0,0,228,216,0,0,228,216,0,0,228,216,0,0,228,216,0,0,230,216,0,0,232,216,0,0,232,216,0,0,234,216,0,0,234,216,0,0,238,216,0,0,240,216,0,0,240,216,0,0,240,216,0,0,240,216,0,0,240,216,0,0,240,216,0,0,242,216,0,0,248,216,0,0,248,216,0,0,248,216,0,0,252,216,0,0,252,216,0,0,252,216,0,0,252,216,0,0,252,216,0,0,254,216,0,0,254,216,0,0,2,217,0,0,4,217,0,0,4,217,0,0,6,217,0,0,8,217,0,0,8,217,0,0,14,217,0,0,14,217,0,0,16,217,0,0,18,217,0,0,20,217,0,0,20,217,0,0,22,217,0,0,24,217,0,0,28,217,0,0,30,217,0,0,36,217,0,0,36,217,0,0,36,217,0,0,40,217,0,0,40,217,0,0,40,217,0,0,44,217,0,0,44,217,0,0,44,217,0,0,48,217,0,0,54,217,0,0,54,217,0,0,54,217,0,0,54,217,0,0,54,217,0,0,58,217,0,0,58,217,0,0,58,217,0,0,60,217,0,0,60,217,0,0,66,217,0,0,66,217,0,0,76,217,0,0,78,217,0,0,78,217,0,0,82,217,0,0,82,217,0,0,82,217,0,0,90,217,0,0,90,217,0,0,90,217,0,0,92,217,0,0,94,217,0,0,96,217,0,0,100,217,0,0,102,217,0,0,102,217,0,0,102,217,0,0,104,217,0,0,110,217,0,0,110,217,0,0,112,217,0,0,112,217,0,0,112,217,0,0,112,217,0,0,112,217,0,0,114,217,0,0,116,217,0,0,116,217,0,0,120,217,0,0,120,217,0,0,120,217,0,0,124,217,0,0,128,217,0,0,128,217,0,0,128,217,0,0,130,217,0,0,134,217,0,0,138,217,0,0,140,217,0,0,142,217,0,0,142,217,0,0,142,217,0,0,144,217,0,0,148,217,0,0,152,217,0,0,152,217,0,0,154,217,0,0,156,217,0,0,160,217,0,0,160,217,0,0,160,217,0,0,164,217,0,0,166,217,0,0,178,217,0,0,180,217,0,0,180,217,0,0,186,217,0,0,190,217,0,0,194,217,0,0,194,217,0,0,198,217,0,0,198,217,0,0,208,217,0,0,208,217,0,0,208,217,0,0,216,217,0,0,218,217,0,0,224,217,0,0,224,217,0,0,230,217,0,0,230,217,0,0,230,217,0,0,232,217,0,0,238,217,0,0,244,217,0,0,246,217,0,0,246,217,0,0,248,217,0,0,254,217,0,0,254,217,0,0,0,218,0,0,2,218,0,0,4,218,0,0,4,218,0,0,4,218,0,0,4,218,0,0,6,218,0,0,6,218,0,0,8,218,0,0,8,218,0,0,10,218,0,0,10,218,0,0,10,218,0,0,10,218,0,0,10,218,0,0,12,218,0,0,16,218,0,0,16,218,0,0,16,218,0,0,16,218,0,0,18,218,0,0,18,218,0,0,18,218,0,0,22,218,0,0,22,218,0,0,22,218,0,0,24,218,0,0,24,218,0,0,24,218,0,0,24,218,0,0,26,218,0,0,26,218,0,0,28,218,0,0,28,218,0,0,28,218,0,0,28,218,0,0,32,218,0,0,36,218,0,0,44,218,0,0,44,218,0,0,44,218,0,0,48,218,0,0,48,218,0,0,48,218,0,0,48,218,0,0,52,218,0,0,52,218,0,0,54,218,0,0,54,218,0,0,54,218,0,0,56,218,0,0,56,218,0,0,58,218,0,0,58,218,0,0,58,218,0,0,60,218,0,0,60,218,0,0,62,218,0,0,64,218,0,0,70,218,0,0,70,218,0,0,72,218,0,0,72,218,0,0,72,218,0,0,72,218,0,0,74,218,0,0,78,218,0,0,80,218,0,0,84,218,0,0,84,218,0,0,88,218,0,0,88,218,0,0,90,218,0,0,90,218,0,0,90,218,0,0,92,218,0,0,92,218,0,0,94,218,0,0,94,218,0,0,102,218,0,0,104,218,0,0,106,218,0,0,106,218,0,0,108,218,0,0,108,218,0,0,120,218,0,0,120,218,0,0,120,218,0,0,124,218,0,0,128,218,0,0,128,218,0,0,128,218,0,0,136,218,0,0,136,218,0,0,136,218,0,0,138,218,0,0,138,218,0,0,138,218,0,0,140,218,0,0,140,218,0,0,142,218,0,0,142,218,0,0,142,218,0,0,144,218,0,0,146,218,0,0,148,218,0,0,148,218,0,0,164,218,0,0,166,218,0,0,166,218,0,0,176,218,0,0,178,218,0,0,184,218,0,0,186,218,0,0,188,218,0,0,190,218,0,0,194,218,0,0,208,218,0,0,208,218,0,0,208,218,0,0,210,218,0,0,214,218,0,0,214,218,0,0,228,218,0,0,228,218,0,0,232,218,0,0,232,218,0,0,234,218,0,0,234,218,0,0,236,218,0,0,242,218,0,0,246,218,0,0,250,218,0,0,252,218,0,0,252,218,0,0,2,219,0,0,8,219,0,0,8,219,0,0,10,219,0,0,10,219,0,0,10,219,0,0,10,219,0,0,12,219,0,0,12,219,0,0,12,219,0,0,14,219,0,0,14,219,0,0,22,219,0,0,24,219,0,0,32,219,0,0,32,219,0,0,32,219,0,0,32,219,0,0,34,219,0,0,34,219,0,0,36,219,0,0,36,219,0,0,42,219,0,0,44,219,0,0,44,219,0,0,46,219,0,0,46,219,0,0,46,219,0,0,46,219,0,0,46,219,0,0,50,219,0,0,54,219,0,0,56,219,0,0,60,219,0,0,60,219,0,0,62,219,0,0,62,219,0,0,62,219,0,0,64,219,0,0,64,219,0,0,64,219,0,0,64,219,0,0,66,219,0,0,66,219,0,0,66,219,0,0,74,219,0,0,74,219,0,0,74,219,0,0,74,219,0,0,78,219,0,0,78,219,0,0,80,219,0,0,82,219,0,0,84,219,0,0,84,219,0,0,86,219,0,0,86,219,0,0,90,219,0,0,96,219,0,0,98,219,0,0,106,219,0,0,108,219,0,0,108,219,0,0,116,219,0,0,116,219,0,0,116,219,0,0,118,219,0,0,120,219,0,0,124,219,0,0,124,219,0,0,126,219,0,0,132,219,0,0,132,219,0,0,132,219,0,0,134,219,0,0,136,219,0,0,138,219,0,0,138,219,0,0,138,219,0,0,144,219,0,0,146,219,0,0,148,219,0,0,148,219,0,0,150,219,0,0,152,219,0,0,154,219,0,0,158,219,0,0,160,219,0,0,160,219,0,0,160,219,0,0,162,219,0,0,164,219,0,0,164,219,0,0,164,219,0,0,164,219,0,0,166,219,0,0,166,219,0,0,166,219,0,0,170,219,0,0,172,219,0,0,176,219,0,0,176,219,0,0,180,219,0,0,180,219,0,0,180,219,0,0,182,219,0,0,182,219,0,0,182,219,0,0,182,219,0,0,182,219,0,0,182,219,0,0,188,219,0,0,188,219,0,0,192,219,0,0,192,219,0,0,202,219,0,0,204,219,0,0,204,219,0,0,204,219,0,0,208,219,0,0,208,219,0,0,208,219,0,0,212,219,0,0,212,219,0,0,212,219,0,0,214,219,0,0,214,219,0,0,216,219,0,0,218,219,0,0,224,219,0,0,224,219,0,0,228,219,0,0,228,219,0,0,234,219,0,0,234,219,0,0,236,219,0,0,238,219,0,0,244,219,0,0,244,219,0,0,244,219,0,0,254,219,0,0,0,220,0,0,0,220,0,0,0,220,0,0,0,220,0,0,0,220,0,0,0,220,0,0,6,220,0,0,6,220,0,0,10,220,0,0,10,220,0,0,12,220,0,0,12,220,0,0,14,220,0,0,14,220,0,0,14,220,0,0,14,220,0,0,16,220,0,0,18,220,0,0,18,220,0,0,28,220,0,0,30,220,0,0,32,220,0,0,34,220,0,0,34,220,0,0,40,220,0,0,40,220,0,0,46,220,0,0,46,220,0,0,46,220,0,0,46,220,0,0,50,220,0,0,52,220,0,0,52,220,0,0,54,220,0,0,54,220,0,0,54,220,0,0,54,220,0,0,54,220,0,0,54,220,0,0,56,220,0,0,56,220,0,0,56,220,0,0,62,220,0,0,72,220,0,0,72,220,0,0,72,220,0,0,72,220,0,0,72,220,0,0,72,220,0,0,74,220,0,0,74,220,0,0,78,220,0,0,82,220,0,0,88,220,0,0,96,220,0,0,102,220,0,0,106,220,0,0,108,220,0,0,110,220,0,0,114,220,0,0,116,220,0,0,118,220,0,0,118,220,0,0,118,220,0,0,120,220,0,0,122,220,0,0,122,220,0,0,122,220,0,0,122,220,0,0,122,220,0,0,122,220,0,0,128,220,0,0,128,220,0,0,130,220,0,0,130,220,0,0,134,220,0,0,134,220,0,0,136,220,0,0,142,220,0,0,144,220,0,0,144,220,0,0,148,220,0,0,150,220,0,0,150,220,0,0,154,220,0,0,154,220,0,0,156,220,0,0,162,220,0,0,162,220,0,0,162,220,0,0,164,220,0,0,178,220,0,0,184,220,0,0,186,220,0,0,190,220,0,0,190,220,0,0,190,220,0,0,190,220,0,0,196,220,0,0,196,220,0,0,196,220,0,0,202,220,0,0,204,220,0,0,206,220,0,0,206,220,0,0,206,220,0,0,208,220,0,0,210,220,0,0,212,220,0,0,214,220,0,0,220,220,0,0,220,220,0,0,222,220,0,0,222,220,0,0,222,220,0,0,224,220,0,0,224,220,0,0,226,220,0,0,226,220,0,0,230,220,0,0,230,220,0,0,230,220,0,0,234,220,0,0,236,220,0,0,236,220,0,0,238,220,0,0,238,220,0,0,238,220,0,0,240,220,0,0,244,220,0,0,244,220,0,0,246,220,0,0,246,220,0,0,246,220,0,0,252,220,0,0,252,220,0,0,254,220,0,0,10,221,0,0,10,221,0,0,16,221,0,0,16,221,0,0,16,221,0,0,16,221,0,0,16,221,0,0,20,221,0,0,22,221,0,0,22,221,0,0,22,221,0,0,24,221,0,0,60,221,0,0,62,221,0,0,68,221,0,0,70,221,0,0,78,221,0,0,78,221,0,0,78,221,0,0,84,221,0,0,86,221,0,0,90,221,0,0,90,221,0,0,90,221,0,0,90,221,0,0,90,221,0,0,90,221,0,0,90,221,0,0,90,221,0,0,92,221,0,0,94,221,0,0,96,221,0,0,96,221,0,0,100,221,0,0,112,221,0,0,112,221,0,0,112,221,0,0,112,221,0,0,114,221,0,0,118,221,0,0,128,221,0,0,130,221,0,0,130,221,0,0,130,221,0,0,132,221,0,0,134,221,0,0,134,221,0,0,134,221,0,0,134,221,0,0,138,221,0,0,138,221,0,0,144,221,0,0,150,221,0,0,150,221,0,0,150,221,0,0,152,221,0,0,152,221,0,0,154,221,0,0,154,221,0,0,160,221,0,0,164,221,0,0,164,221,0,0,168,221,0,0,168,221,0,0,172,221,0,0,176,221,0,0,178,221,0,0,180,221,0,0,182,221,0,0,194,221,0,0,194,221,0,0,200,221,0,0,204,221,0,0,208,221,0,0,210,221,0,0,212,221,0,0,212,221,0,0,212,221,0,0,216,221,0,0,220,221,0,0,220,221,0,0,224,221,0,0,224,221,0,0,228,221,0,0,230,221,0,0,230,221,0,0,230,221,0,0,232,221,0,0,242,221,0,0,244,221,0,0,244,221,0,0,244,221,0,0,246,221,0,0,246,221,0,0,250,221,0,0,254,221,0,0,4,222,0,0,4,222,0,0,4,222,0,0,4,222,0,0,6,222,0,0,6,222,0,0,6,222,0,0,14,222,0,0,22,222,0,0,22,222,0,0,22,222,0,0,22,222,0,0,22,222,0,0,24,222,0,0,24,222,0,0,26,222,0,0,34,222,0,0,42,222,0,0,42,222,0,0,44,222,0,0,44,222,0,0,50,222,0,0,52,222,0,0,52,222,0,0,52,222,0,0,52,222,0,0,58,222,0,0,62,222,0,0,62,222,0,0,62,222,0,0,62,222,0,0,62,222,0,0,66,222,0,0,70,222,0,0,72,222,0,0,72,222,0,0,72,222,0,0,76,222,0,0,76,222,0,0,76,222,0,0,76,222,0,0,78,222,0,0,80,222,0,0,86,222,0,0,86,222,0,0,86,222,0,0,88,222,0,0,98,222,0,0,102,222,0,0,102,222,0,0,106,222,0,0,114,222,0,0,118,222,0,0,118,222,0,0,122,222,0,0,122,222,0,0,132,222,0,0,132,222,0,0,132,222,0,0,134,222,0,0,134,222,0,0,134,222,0,0,136,222,0,0,136,222,0,0,142,222,0,0,142,222,0,0,142,222,0,0,142,222,0,0,146,222,0,0,148,222,0,0,148,222,0,0,156,222,0,0,156,222,0,0,158,222,0,0,158,222,0,0,158,222,0,0,158,222,0,0,158,222,0,0,158,222,0,0,158,222,0,0,160,222,0,0,168,222,0,0,172,222,0,0,174,222,0,0,178,222,0,0,180,222,0,0,182,222,0,0,184,222,0,0,188,222,0,0,194,222,0,0,198,222,0,0,202,222,0,0,202,222,0,0,202,222,0,0,206,222,0,0,206,222,0,0,210,222,0,0,216,222,0,0,218,222,0,0,218,222,0,0,220,222,0,0,220,222,0,0,222,222,0,0,222,222,0,0,226,222,0,0,226,222,0,0,228,222,0,0,228,222,0,0,228,222,0,0,236,222,0,0,236,222,0,0,238,222,0,0,238,222,0,0,242,222,0,0,246,222,0,0,246,222,0,0,246,222,0,0,246,222,0,0,248,222,0,0,248,222,0,0,252,222,0,0,252,222,0,0,4,223,0,0,4,223,0,0,4,223,0,0,6,223,0,0,10,223,0,0,14,223,0,0,18,223,0,0,18,223,0,0,18,223,0,0,18,223,0,0,20,223,0,0,30,223,0,0,32,223,0,0,42,223,0,0,42,223,0,0,48,223,0,0,48,223,0,0,50,223,0,0,54,223,0,0,54,223,0,0,58,223,0,0,60,223,0,0,60,223,0,0,70,223,0,0,70,223,0,0,72,223,0,0,74,223,0,0,74,223,0,0,76,223,0,0,76,223,0,0,76,223,0,0,76,223,0,0,80,223,0,0,86,223,0,0,88,223,0,0,88,223,0,0,90,223,0,0,94,223,0,0,104,223,0,0,104,223,0,0,106,223,0,0,106,223,0,0,116,223,0,0,122,223,0,0,122,223,0,0,134,223,0,0,138,223,0,0,138,223,0,0,138,223,0,0,144,223,0,0,144,223,0,0,146,223,0,0,148,223,0,0,150,223,0,0,150,223,0,0,152,223,0,0,160,223,0,0,166,223,0,0,170,223,0,0,174,223,0,0,174,223,0,0,174,223,0,0,174,223,0,0,174,223,0,0,180,223,0,0,182,223,0,0,188,223,0,0,188,223,0,0,188,223,0,0,190,223,0,0,190,223,0,0,190,223,0,0,190,223,0,0,196,223,0,0,200,223,0,0,200,223,0,0,206,223,0,0,210,223,0,0,210,223,0,0,212,223,0,0,214,223,0,0,214,223,0,0,214,223,0,0,216,223,0,0,216,223,0,0,218,223,0,0,222,223,0,0,224,223,0,0,228,223,0,0,228,223,0,0,232,223,0,0,232,223,0,0,232,223,0,0,234,223,0,0,236,223,0,0,240,223,0,0,240,223,0,0,252,223,0,0,0,224,0,0,6,224,0,0,6,224,0,0,12,224,0,0,12,224,0,0,12,224,0,0,12,224,0,0,12,224,0,0,14,224,0,0,14,224,0,0,14,224,0,0,14,224,0,0,14,224,0,0,14,224,0,0,14,224,0,0,14,224,0,0,16,224,0,0,16,224,0,0,16,224,0,0,24,224,0,0,24,224,0,0,26,224,0,0,26,224,0,0,30,224,0,0,32,224,0,0,32,224,0,0,32,224,0,0,32,224,0,0,32,224,0,0,38,224,0,0,40,224,0,0,40,224,0,0,40,224,0,0,40,224,0,0,40,224,0,0,40,224,0,0,42,224,0,0,44,224,0,0,46,224,0,0,46,224,0,0,48,224,0,0,48,224,0,0,50,224,0,0,60,224,0,0,70,224,0,0,72,224,0,0,78,224,0,0,80,224,0,0,80,224,0,0,82,224,0,0,86,224,0,0,88,224,0,0,90,224,0,0,96,224,0,0,96,224,0,0,100,224,0,0,104,224,0,0,108,224,0,0,108,224,0,0,110,224,0,0,118,224,0,0,120,224,0,0,124,224,0,0,128,224,0,0,128,224,0,0,130,224,0,0,130,224,0,0,134,224,0,0,134,224,0,0,144,224,0,0,146,224,0,0,146,224,0,0,146,224,0,0,150,224,0,0,150,224,0,0,156,224,0,0,156,224,0,0,166,224,0,0,166,224,0,0,168,224,0,0,170,224,0,0,170,224,0,0,172,224,0,0,176,224,0,0,180,224,0,0,182,224,0,0,182,224,0,0,182,224,0,0,182,224,0,0,190,224,0,0,200,224,0,0,200,224,0,0,206,224,0,0,212,224,0,0,214,224,0,0,214,224,0,0,214,224,0,0,214,224,0,0,222,224,0,0,222,224,0,0,222,224,0,0,226,224,0,0,226,224,0,0,226,224,0,0,228,224,0,0,232,224,0,0,232,224,0,0,232,224,0,0,232,224,0,0,232,224,0,0,232,224,0,0,232,224,0,0,238,224,0,0,240,224,0,0,242,224,0,0,242,224,0,0,246,224,0,0,246,224,0,0,246,224,0,0,246,224,0,0,246,224,0,0,248,224,0,0,248,224,0,0,248,224,0,0,248,224,0,0,250,224,0,0,0,225,0,0,0,225,0,0,0,225,0,0,0,225,0,0,0,225,0,0,0,225,0,0,0,225,0,0,0,225,0,0,0,225,0,0,0,225,0,0,4,225,0,0,6,225,0,0,6,225,0,0,18,225,0,0,18,225,0,0,20,225,0,0,26,225,0,0,26,225,0,0,26,225,0,0,26,225,0,0,26,225,0,0,26,225,0,0,26,225,0,0,28,225,0,0,34,225,0,0,34,225,0,0,34,225,0,0,36,225,0,0,36,225,0,0,36,225,0,0,36,225,0,0,40,225,0,0,40,225,0,0,42,225,0,0,42,225,0,0,42,225,0,0,44,225,0,0,52,225,0,0,56,225,0,0,56,225,0,0,56,225,0,0,56,225,0,0,56,225,0,0,56,225,0,0,58,225,0,0,60,225,0,0,60,225,0,0,60,225,0,0,64,225,0,0,66,225,0,0,72,225,0,0,72,225,0,0,74,225,0,0,80,225,0,0,80,225,0,0,80,225,0,0,80,225,0,0,82,225,0,0,86,225,0,0,86,225,0,0,88,225,0,0,94,225,0,0,96,225,0,0,98,225,0,0,100,225,0,0,100,225,0,0,104,225,0,0,104,225,0,0,104,225,0,0,108,225,0,0,108,225,0,0,108,225,0,0,112,225,0,0,114,225,0,0,114,225,0,0,116,225,0,0,118,225,0,0,122,225,0,0,124,225,0,0,126,225,0,0,132,225,0,0,132,225,0,0,136,225,0,0,136,225,0,0,136,225,0,0,136,225,0,0,136,225,0,0,136,225,0,0,136,225,0,0,136,225,0,0,136,225,0,0,136,225,0,0,140,225,0,0,140,225,0,0,142,225,0,0,142,225,0,0,144,225,0,0,150,225,0,0,150,225,0,0,156,225,0,0,158,225,0,0,160,225,0,0,164,225,0,0,166,225,0,0,166,225,0,0,168,225,0,0,168,225,0,0,168,225,0,0,168,225,0,0,172,225,0,0,172,225,0,0,172,225,0,0,172,225,0,0,178,225,0,0,178,225,0,0,178,225,0,0,178,225,0,0,182,225,0,0,188,225,0,0,190,225,0,0,194,225,0,0,202,225,0,0,204,225,0,0,204,225,0,0,204,225,0,0,208,225,0,0,212,225,0,0,212,225,0,0,212,225,0,0,214,225,0,0,216,225,0,0,216,225,0,0,216,225,0,0,216,225,0,0,218,225,0,0,218,225,0,0,220,225,0,0,220,225,0,0,222,225,0,0,222,225,0,0,226,225,0,0,226,225,0,0,226,225,0,0,228,225,0,0,232,225,0,0,232,225,0,0,238,225,0,0,244,225,0,0,248,225,0,0,248,225,0,0,254,225,0,0,254,225,0,0,2,226,0,0,8,226,0,0,8,226,0,0,10,226,0,0,10,226,0,0,10,226,0,0,12,226,0,0,12,226,0,0,14,226,0,0,14,226,0,0,22,226,0,0,24,226,0,0,24,226,0,0,30,226,0,0,30,226,0,0,34,226,0,0,34,226,0,0,36,226,0,0,36,226,0,0,36,226,0,0,36,226,0,0,40,226,0,0,44,226,0,0,44,226,0,0,46,226,0,0,46,226,0,0,50,226,0,0,54,226,0,0,58,226,0,0,64,226,0,0,68,226,0,0,68,226,0,0,74,226,0,0,76,226,0,0,82,226,0,0,82,226,0,0,82,226,0,0,84,226,0,0,84,226,0,0,88,226,0,0,88,226,0,0,90,226,0,0,90,226,0,0,90,226,0,0,98,226,0,0,98,226,0,0,102,226,0,0,104,226,0,0,106,226,0,0,114,226,0,0,114,226,0,0,114,226,0,0,114,226,0,0,116,226,0,0,116,226,0,0,116,226,0,0,116,226,0,0,126,226,0,0,128,226,0,0,130,226,0,0,132,226,0,0,134,226,0,0,134,226,0,0,134,226,0,0,136,226,0,0,136,226,0,0,136,226,0,0,140,226,0,0,140,226,0,0,144,226,0,0,144,226,0,0,146,226,0,0,148,226,0,0,148,226,0,0,152,226,0,0,152,226,0,0,154,226,0,0,162,226,0,0,170,226,0,0,170,226,0,0,178,226,0,0,178,226,0,0,182,226,0,0,182,226,0,0,182,226,0,0,182,226,0,0,190,226,0,0,190,226,0,0,196,226,0,0,196,226,0,0,202,226,0,0,202,226,0,0,202,226,0,0,206,226,0,0,208,226,0,0,208,226,0,0,210,226,0,0,210,226,0,0,210,226,0,0,210,226,0,0,214,226,0,0,216,226,0,0,222,226,0,0,222,226,0,0,224,226,0,0,224,226,0,0,224,226,0,0,224,226,0,0,230,226,0,0,234,226,0,0,234,226,0,0,234,226,0,0,236,226,0,0,236,226,0,0,236,226,0,0,236,226,0,0,236,226,0,0,240,226,0,0,240,226,0,0,242,226,0,0,248,226,0,0,252,226,0,0,2,227,0,0,6,227,0,0,6,227,0,0,8,227,0,0,8,227,0,0,8,227,0,0,8,227,0,0,8,227,0,0,8,227,0,0,10,227,0,0,10,227,0,0,14,227,0,0,18,227,0,0,20,227,0,0,20,227,0,0,20,227,0,0,20,227,0,0,20,227,0,0,24,227,0,0,24,227,0,0,24,227,0,0,26,227,0,0,26,227,0,0,28,227,0,0,32,227,0,0,32,227,0,0,34,227,0,0,34,227,0,0,34,227,0,0,34,227,0,0,36,227,0,0,38,227,0,0,38,227,0,0,38,227,0,0,38,227,0,0,38,227,0,0,40,227,0,0,40,227,0,0,40,227,0,0,40,227,0,0,40,227,0,0,42,227,0,0,42,227,0,0,48,227,0,0,52,227,0,0,52,227,0,0,52,227,0,0,52,227,0,0,52,227,0,0,54,227,0,0,58,227,0,0,78,227,0,0,78,227,0,0,84,227,0,0,84,227,0,0,84,227,0,0,84,227,0,0,88,227,0,0,88,227,0,0,88,227,0,0,88,227,0,0,90,227,0,0,90,227,0,0,92,227,0,0,96,227,0,0,96,227,0,0,96,227,0,0,98,227,0,0,98,227,0,0,98,227,0,0,98,227,0,0,102,227,0,0,106,227,0,0,108,227,0,0,108,227,0,0,108,227,0,0,108,227,0,0,110,227,0,0,112,227,0,0,118,227,0,0,120,227,0,0,122,227,0,0,122,227,0,0,132,227,0,0,132,227,0,0,132,227,0,0,142,227,0,0,150,227,0,0,154,227,0,0,154,227,0,0,154,227,0,0,158,227,0,0,158,227,0,0,158,227,0,0,158,227,0,0,158,227,0,0,160,227,0,0,160,227,0,0,160,227,0,0,162,227,0,0,164,227,0,0,164,227,0,0,166,227,0,0,168,227,0,0,172,227,0,0,172,227,0,0,172,227,0,0,174,227,0,0,174,227,0,0,180,227,0,0,180,227,0,0,180,227,0,0,180,227,0,0,188,227,0,0,198,227,0,0,200,227,0,0,200,227,0,0,200,227,0,0,200,227,0,0,200,227,0,0,200,227,0,0,200,227,0,0,202,227,0,0,204,227,0,0,204,227,0,0,206,227,0,0,206,227,0,0,206,227,0,0,206,227,0,0,210,227,0,0,212,227,0,0,212,227,0,0,212,227,0,0,212,227,0,0,214,227,0,0,218,227,0,0,218,227,0,0,220,227,0,0,220,227,0,0,220,227,0,0,222,227,0,0,224,227,0,0,228,227,0,0,230,227,0,0,232,227,0,0,236,227,0,0,236,227,0,0,236,227,0,0,236,227,0,0,246,227,0,0,246,227,0,0,250,227,0,0,252,227,0,0,254,227,0,0,0,228,0,0,2,228,0,0,4,228,0,0,6,228,0,0,8,228,0,0,8,228,0,0,8,228,0,0,8,228,0,0,12,228,0,0,12,228,0,0,12,228,0,0,12,228,0,0,16,228,0,0,20,228,0,0,22,228,0,0,22,228,0,0,28,228,0,0,28,228,0,0,30,228,0,0,30,228,0,0,32,228,0,0,34,228,0,0,34,228,0,0,36,228,0,0,36,228,0,0,36,228,0,0,36,228,0,0,36,228,0,0,42,228,0,0,42,228,0,0,42,228,0,0,46,228,0,0,48,228,0,0,48,228,0,0,56,228,0,0,56,228,0,0,56,228,0,0,60,228,0,0,62,228,0,0,62,228,0,0,64,228,0,0,64,228,0,0,68,228,0,0,74,228,0,0,80,228,0,0,80,228,0,0,82,228,0,0,82,228,0,0,84,228,0,0,84,228,0,0,84,228,0,0,84,228,0,0,90,228,0,0,92,228,0,0,92,228,0,0,94,228,0,0,94,228,0,0,94,228,0,0,98,228,0,0,100,228,0,0,102,228,0,0,102,228,0,0,102,228,0,0,106,228,0,0,110,228,0,0,112,228,0,0,112,228,0,0,118,228,0,0,118,228,0,0,120,228,0,0,120,228,0,0,126,228,0,0,126,228,0,0,128,228,0,0,128,228,0,0,128,228,0,0,132,228,0,0,132,228,0,0,134,228,0,0,136,228,0,0,136,228,0,0,136,228,0,0,138,228,0,0,140,228,0,0,142,228,0,0,142,228,0,0,142,228,0,0,142,228,0,0,142,228,0,0,142,228,0,0,142,228,0,0,152,228,0,0,152,228,0,0,152,228,0,0,152,228,0,0,156,228,0,0,160,228,0,0,160,228,0,0,160,228,0,0,160,228,0,0,162,228,0,0,166,228,0,0,166,228,0,0,168,228,0,0,168,228,0,0,168,228,0,0,168,228,0,0,174,228,0,0,178,228,0,0,178,228,0,0,178,228,0,0,178,228,0,0,180,228,0,0,186,228,0,0,186,228,0,0,186,228,0,0,186,228,0,0,186,228,0,0,192,228,0,0,194,228,0,0,194,228,0,0,194,228,0,0,194,228,0,0,194,228,0,0,194,228,0,0,196,228,0,0,196,228,0,0,196,228,0,0,198,228,0,0,208,228,0,0,208,228,0,0,208,228,0,0,208,228,0,0,208,228,0,0,208,228,0,0,210,228,0,0,212,228,0,0,212,228,0,0,212,228,0,0,212,228,0,0,224,228,0,0,224,228,0,0,224,228,0,0,224,228,0,0,224,228,0,0,226,228,0,0,226,228,0,0,226,228,0,0,226,228,0,0,230,228,0,0,230,228,0,0,230,228,0,0,230,228,0,0,236,228,0,0,242,228,0,0,244,228,0,0,244,228,0,0,246,228,0,0,246,228,0,0,248,228,0,0,248,228,0,0,248,228,0,0,248,228,0,0,250,228,0,0,250,228,0,0,252,228,0,0,252,228,0,0,252,228,0,0,0,229,0,0,0,229,0,0,2,229,0,0,2,229,0,0,2,229,0,0,4,229,0,0,16,229,0,0,20,229,0,0,22,229,0,0,26,229,0,0,28,229,0,0,28,229,0,0,28,229,0,0,28,229,0,0,28,229,0,0,32,229,0,0,34,229,0,0,34,229,0,0,36,229,0,0,36,229,0,0,36,229,0,0,36,229,0,0,36,229,0,0,38,229,0,0,38,229,0,0,38,229,0,0,42,229,0,0,46,229,0,0,46,229,0,0,46,229,0,0,46,229,0,0,46,229,0,0,48,229,0,0,50,229,0,0,50,229,0,0,50,229,0,0,50,229,0,0,50,229,0,0,50,229,0,0,50,229,0,0,50,229,0,0,52,229,0,0,52,229,0,0,54,229,0,0,54,229,0,0,54,229,0,0,54,229,0,0,54,229,0,0,58,229,0,0,66,229,0,0,66,229,0,0,70,229,0,0,70,229,0,0,74,229,0,0,74,229,0,0,74,229,0,0,74,229,0,0,82,229,0,0,84,229,0,0,84,229,0,0,84,229,0,0,84,229,0,0,86,229,0,0,88,229,0,0,88,229,0,0,88,229,0,0,102,229,0,0,102,229,0,0,102,229,0,0,104,229,0,0,104,229,0,0,108,229,0,0,108,229,0,0,108,229,0,0,116,229,0,0,118,229,0,0,122,229,0,0,122,229,0,0,128,229,0,0,128,229,0,0,138,229,0,0,138,229,0,0,138,229,0,0,144,229,0,0,144,229,0,0,150,229,0,0,154,229,0,0,156,229,0,0,162,229,0,0,166,229,0,0,166,229,0,0,170,229,0,0,174,229,0,0,176,229,0,0,176,229,0,0,184,229,0,0,184,229,0,0,188,229,0,0,194,229,0,0,196,229,0,0,196,229,0,0,198,229,0,0,198,229,0,0,200,229,0,0,208,229,0,0,208,229,0,0,208,229,0,0,210,229,0,0,214,229,0,0,214,229,0,0,220,229,0,0,226,229,0,0,226,229,0,0,228,229,0,0,232,229,0,0,232,229,0,0,236,229,0,0,238,229,0,0,238,229,0,0,242,229,0,0,244,229,0,0,244,229,0,0,246,229,0,0,246,229,0,0,246,229,0,0,252,229,0,0,254,229,0,0,254,229,0,0,2,230,0,0,8,230,0,0,18,230,0,0,18,230,0,0,22,230,0,0,22,230,0,0,22,230,0,0,22,230,0,0,24,230,0,0,26,230,0,0,26,230,0,0,32,230,0,0,32,230,0,0,34,230,0,0,36,230,0,0,40,230,0,0,48,230,0,0,48,230,0,0,50,230,0,0,50,230,0,0,52,230,0,0,52,230,0,0,56,230,0,0,56,230,0,0,56,230,0,0,60,230,0,0,62,230,0,0,62,230,0,0,64,230,0,0,68,230,0,0,74,230,0,0,78,230,0,0,78,230,0,0,78,230,0,0,84,230,0,0,84,230,0,0,84,230,0,0,86,230,0,0,86,230,0,0,86,230,0,0,88,230,0,0,88,230,0,0,92,230,0,0,94,230,0,0,94,230,0,0,96,230,0,0,96,230,0,0,108,230,0,0,108,230,0,0,108,230,0,0,112,230,0,0,112,230,0,0,112,230,0,0,112,230,0,0,112,230,0,0,112,230,0,0,114,230,0,0,114,230,0,0,116,230,0,0,118,230,0,0,118,230,0,0,118,230,0,0,118,230,0,0,118,230,0,0,120,230,0,0,120,230,0,0,124,230,0,0,130,230,0,0,130,230,0,0,130,230,0,0,130,230,0,0,132,230,0,0,132,230,0,0,134,230,0,0,136,230,0,0,136,230,0,0,136,230,0,0,136,230,0,0,136,230,0,0,142,230,0,0,142,230,0,0,142,230,0,0,144,230,0,0,150,230,0,0,152,230,0,0,154,230,0,0,158,230,0,0,158,230,0,0,158,230,0,0,160,230,0,0,162,230,0,0,170,230,0,0,172,230,0,0,180,230,0,0,182,230,0,0,184,230,0,0,186,230,0,0,188,230,0,0,188,230,0,0,196,230,0,0,200,230,0,0,200,230,0,0,200,230,0,0,200,230,0,0,208,230,0,0,212,230,0,0,212,230,0,0,214,230,0,0,214,230,0,0,218,230,0,0,218,230,0,0,218,230,0,0,218,230,0,0,224,230,0,0,226,230,0,0,226,230,0,0,228,230,0,0,230,230,0,0,230,230,0,0,242,230,0,0,242,230,0,0,248,230,0,0,248,230,0,0,248,230,0,0,250,230,0,0,252,230,0,0,254,230,0,0,0,231,0,0,0,231,0,0,2,231,0,0,6,231,0,0,6,231,0,0,8,231,0,0,8,231,0,0,8,231,0,0,12,231,0,0,12,231,0,0,18,231,0,0,18,231,0,0,20,231,0,0,26,231,0,0,42,231,0,0,42,231,0,0,46,231,0,0,46,231,0,0,48,231,0,0,48,231,0,0,52,231,0,0,54,231,0,0,64,231,0,0,64,231,0,0,64,231,0,0,76,231,0,0,82,231,0,0,82,231,0,0,84,231,0,0,90,231,0,0,92,231,0,0,98,231,0,0,98,231,0,0,98,231,0,0,98,231,0,0,98,231,0,0,98,231,0,0,98,231,0,0,98,231,0,0,98,231,0,0,108,231,0,0,110,231,0,0,114,231,0,0,118,231,0,0,118,231,0,0,120,231,0,0,124,231,0,0,128,231,0,0,136,231,0,0,136,231,0,0,138,231,0,0,144,231,0,0,144,231,0,0,148,231,0,0,148,231,0,0,150,231,0,0,152,231,0,0,152,231,0,0,154,231,0,0,156,231,0,0,156,231,0,0,158,231,0,0,158,231,0,0,160,231,0,0,164,231,0,0,164,231,0,0,164,231,0,0,166,231,0,0,170,231,0,0,170,231,0,0,170,231,0,0,170,231,0,0,170,231,0,0,174,231,0,0,174,231,0,0,178,231,0,0,178,231,0,0,180,231,0,0,180,231,0,0,180,231,0,0,182,231,0,0,182,231,0,0,184,231,0,0,184,231,0,0,186,231,0,0,188,231,0,0,188,231,0,0,188,231,0,0,192,231,0,0,192,231,0,0,192,231,0,0,194,231,0,0,196,231,0,0,208,231,0,0,208,231,0,0,212,231,0,0,212,231,0,0,218,231,0,0,224,231,0,0,224,231,0,0,224,231,0,0,224,231,0,0,226,231,0,0,226,231,0,0,226,231,0,0,226,231,0,0,226,231,0,0,226,231,0,0,232,231,0,0,234,231,0,0,236,231,0,0,238,231,0,0,240,231,0,0,240,231,0,0,240,231,0,0,240,231,0,0,242,231,0,0,242,231,0,0,246,231,0,0,246,231,0,0,246,231,0,0,246,231,0,0,246,231,0,0,252,231,0,0,0,232,0,0,2,232,0,0,2,232,0,0,4,232,0,0,6,232,0,0,10,232,0,0,12,232,0,0,12,232,0,0,12,232,0,0,12,232,0,0,12,232,0,0,14,232,0,0,14,232,0,0,16,232,0,0,16,232,0,0,16,232,0,0,16,232,0,0,18,232,0,0,18,232,0,0,18,232,0,0,18,232,0,0,26,232,0,0,26,232,0,0,30,232,0,0,30,232,0,0,30,232,0,0,36,232,0,0,46,232,0,0,46,232,0,0,46,232,0,0,46,232,0,0,46,232,0,0,46,232,0,0,46,232,0,0,46,232,0,0,46,232,0,0,52,232,0,0,52,232,0,0,58,232,0,0,58,232,0,0,58,232,0,0,60,232,0,0,60,232,0,0,62,232,0,0,62,232,0,0,66,232,0,0,68,232,0,0,68,232,0,0,68,232,0,0,72,232,0,0,74,232,0,0,76,232,0,0,76,232,0,0,78,232,0,0,82,232,0,0,84,232,0,0,86,232,0,0,86,232,0,0,96,232,0,0,96,232,0,0,96,232,0,0,96,232,0,0,96,232,0,0,100,232,0,0,108,232,0,0,114,232,0,0,114,232,0,0,118,232,0,0,120,232,0,0,124,232,0,0,128,232,0,0,132,232,0,0,134,232,0,0,134,232,0,0,136,232,0,0,136,232,0,0,136,232,0,0,136,232,0,0,136,232,0,0,136,232,0,0,136,232,0,0,148,232,0,0,148,232,0,0,152,232,0,0,152,232,0,0,156,232,0,0,156,232,0,0,160,232,0,0,160,232,0,0,160,232,0,0,160,232,0,0,160,232,0,0,160,232,0,0,160,232,0,0,160,232,0,0,160,232,0,0,168,232,0,0,172,232,0,0,172,232,0,0,172,232,0,0,172,232,0,0,176,232,0,0,178,232,0,0,178,232,0,0,178,232,0,0,178,232,0,0,180,232,0,0,182,232,0,0,182,232,0,0,188,232,0,0,190,232,0,0,192,232,0,0,192,232,0,0,206,232,0,0,206,232,0,0,206,232,0,0,206,232,0,0,206,232,0,0,210,232,0,0,210,232,0,0,210,232,0,0,210,232,0,0,210,232,0,0,210,232,0,0,216,232,0,0,216,232,0,0,218,232,0,0,218,232,0,0,220,232,0,0,220,232,0,0,224,232,0,0,224,232,0,0,224,232,0,0,226,232,0,0,226,232,0,0,226,232,0,0,232,232,0,0,234,232,0,0,238,232,0,0,242,232,0,0,242,232,0,0,242,232,0,0,242,232,0,0,242,232,0,0,244,232,0,0,252,232,0,0,252,232,0,0,4,233,0,0,6,233,0,0,20,233,0,0,20,233,0,0,26,233,0,0,26,233,0,0,28,233,0,0,28,233,0,0,28,233,0,0,32,233,0,0,32,233,0,0,32,233,0,0,32,233,0,0,32,233,0,0,32,233,0,0,32,233,0,0,34,233,0,0,36,233,0,0,38,233,0,0,40,233,0,0,42,233,0,0,42,233,0,0,44,233,0,0,44,233,0,0,44,233,0,0,44,233,0,0,44,233,0,0,46,233,0,0,46,233,0,0,54,233,0,0,54,233,0,0,56,233,0,0,56,233,0,0,56,233,0,0,56,233,0,0,58,233,0,0,58,233,0,0,58,233,0,0,58,233,0,0,58,233,0,0,58,233,0,0,58,233,0,0,58,233,0,0,58,233,0,0,58,233,0,0,58,233,0,0,62,233,0,0,62,233,0,0,62,233,0,0,64,233,0,0,64,233,0,0,64,233,0,0,66,233,0,0,72,233,0,0,78,233,0,0,80,233,0,0,84,233,0,0,92,233,0,0,92,233,0,0,92,233,0,0,96,233,0,0,96,233,0,0,96,233,0,0,96,233,0,0,96,233,0,0,96,233,0,0,96,233,0,0,96,233,0,0,102,233,0,0,102,233,0,0,106,233,0,0,110,233,0,0,110,233,0,0,112,233,0,0,114,233,0,0,114,233,0,0,116,233,0,0,116,233,0,0,120,233,0,0,124,233,0,0,124,233,0,0,126,233,0,0,126,233,0,0,126,233,0,0,128,233,0,0,128,233,0,0,128,233,0,0,130,233,0,0,134,233,0,0,136,233,0,0,142,233,0,0,146,233,0,0,146,233,0,0,146,233,0,0,150,233,0,0,152,233,0,0,152,233,0,0,154,233,0,0,158,233,0,0,162,233,0,0,164,233,0,0,166,233,0,0,168,233,0,0,168,233,0,0,170,233,0,0,172,233,0,0,174,233,0,0,178,233,0,0,180,233,0,0,188,233,0,0,188,233,0,0,188,233,0,0,192,233,0,0,192,233,0,0,192,233,0,0,192,233,0,0,192,233,0,0,192,233,0,0,192,233,0,0,192,233,0,0,194,233,0,0,194,233,0,0,194,233,0,0,200,233,0,0,204,233,0,0,204,233,0,0,204,233,0,0,206,233,0,0,208,233,0,0,208,233,0,0,216,233,0,0,220,233,0,0,222,233,0,0,222,233,0,0,226,233,0,0,226,233,0,0,226,233,0,0,228,233,0,0,232,233,0,0,232,233,0,0,234,233,0,0,234,233,0,0,234,233,0,0,234,233,0,0,234,233,0,0,234,233,0,0,234,233,0,0,236,233,0,0,236,233,0,0,236,233,0,0,236,233,0,0,240,233,0,0,244,233,0,0,246,233,0,0,246,233,0,0,246,233,0,0,246,233,0,0,246,233,0,0,248,233,0,0,248,233,0,0,248,233,0,0,248,233,0,0,252,233,0,0,254,233,0,0,4,234,0,0,6,234,0,0,6,234,0,0,8,234,0,0,8,234,0,0,10,234,0,0,10,234,0,0,10,234,0,0,12,234,0,0,16,234,0,0,22,234,0,0,28,234,0,0,32,234,0,0,32,234,0,0,32,234,0,0,32,234,0,0,34,234,0,0,36,234,0,0,38,234,0,0,38,234,0,0,38,234,0,0,42,234,0,0,42,234,0,0,42,234,0,0,44,234,0,0,54,234,0,0,54,234,0,0,58,234,0,0,58,234,0,0,64,234,0,0,64,234,0,0,64,234,0,0,68,234,0,0,68,234,0,0,76,234,0,0,78,234,0,0,82,234,0,0,82,234,0,0,90,234,0,0,94,234,0,0,96,234,0,0,96,234,0,0,96,234,0,0,100,234,0,0,100,234,0,0,102,234,0,0,102,234,0,0,102,234,0,0,104,234,0,0,110,234,0,0,114,234,0,0,120,234,0,0,120,234,0,0,122,234,0,0,124,234,0,0,128,234,0,0,130,234,0,0,132,234,0,0,134,234,0,0,136,234,0,0,138,234,0,0,146,234,0,0,148,234,0,0,152,234,0,0,152,234,0,0,152,234,0,0,152,234,0,0,152,234,0,0,158,234,0,0,158,234,0,0,158,234,0,0,162,234,0,0,162,234,0,0,162,234,0,0,164,234,0,0,164,234,0,0,164,234,0,0,168,234,0,0,168,234,0,0,174,234,0,0,174,234,0,0,174,234,0,0,174,234,0,0,178,234,0,0,180,234,0,0,180,234,0,0,180,234,0,0,182,234,0,0,182,234,0,0,184,234,0,0,184,234,0,0,188,234,0,0,188,234,0,0,188,234,0,0,188,234,0,0,188,234,0,0,188,234,0,0,190,234,0,0,194,234,0,0,198,234,0,0,202,234,0,0,206,234,0,0,208,234,0,0,208,234,0,0,208,234,0,0,208,234,0,0,210,234,0,0,210,234,0,0,212,234,0,0,216,234,0,0,216,234,0,0,216,234,0,0,220,234,0,0,224,234,0,0,226,234,0,0,226,234,0,0,226,234,0,0,226,234,0,0,228,234,0,0,228,234,0,0,234,234,0,0,234,234,0,0,234,234,0,0,236,234,0,0,236,234,0,0,244,234,0,0,244,234,0,0,250,234,0,0,250,234,0,0,250,234,0,0,254,234,0,0,254,234,0,0,254,234,0,0,12,235,0,0,20,235,0,0,24,235,0,0,24,235,0,0,24,235,0,0,28,235,0,0,32,235,0,0,32,235,0,0,40,235,0,0,42,235,0,0,46,235,0,0,46,235,0,0,50,235,0,0,50,235,0,0,54,235,0,0,54,235,0,0,54,235,0,0,54,235,0,0,54,235,0,0,58,235,0,0,60,235,0,0,60,235,0,0,64,235,0,0,64,235,0,0,68,235,0,0,74,235,0,0,74,235,0,0,74,235,0,0,74,235,0,0,74,235,0,0,74,235,0,0,74,235,0,0,80,235,0,0,80,235,0,0,84,235,0,0,84,235,0,0,88,235,0,0,88,235,0,0,96,235,0,0,98,235,0,0,106,235,0,0,108,235,0,0,108,235,0,0,110,235,0,0,112,235,0,0,118,235,0,0,118,235,0,0,118,235,0,0,120,235,0,0,122,235,0,0,122,235,0,0,126,235,0,0,132,235,0,0,138,235,0,0,142,235,0,0,144,235,0,0,148,235,0,0,148,235,0,0,148,235,0,0,148,235,0,0,158,235,0,0,158,235,0,0,160,235,0,0,164,235,0,0,166,235,0,0,166,235,0,0,168,235,0,0,168,235,0,0,168,235,0,0,174,235,0,0,176,235,0,0,180,235,0,0,184,235,0,0,190,235,0,0,192,235,0,0,192,235,0,0,192,235,0,0,198,235,0,0,198,235,0,0,200,235,0,0,200,235,0,0,204,235,0,0,204,235,0,0,204,235,0,0,204,235,0,0,204,235,0,0,204,235,0,0,208,235,0,0,212,235,0,0,216,235,0,0,218,235,0,0,218,235,0,0,218,235,0,0,218,235,0,0,220,235,0,0,220,235,0,0,220,235,0,0,226,235,0,0,226,235,0,0,226,235,0,0,226,235,0,0,226,235,0,0,226,235,0,0,226,235,0,0,232,235,0,0,234,235,0,0,234,235,0,0,234,235,0,0,246,235,0,0,246,235,0,0,246,235,0,0,248,235,0,0,6,236,0,0,12,236,0,0,16,236,0,0,20,236,0,0,20,236,0,0,20,236,0,0,22,236,0,0,22,236,0,0,28,236,0,0,36,236,0,0,44,236,0,0,44,236,0,0,46,236,0,0,46,236,0,0,46,236,0,0,48,236,0,0,50,236,0,0,52,236,0,0,56,236,0,0,56,236,0,0,56,236,0,0,56,236,0,0,56,236,0,0,56,236,0,0,60,236,0,0,62,236,0,0,64,236,0,0,64,236,0,0,66,236,0,0,66,236,0,0,68,236,0,0,72,236,0,0,72,236,0,0,72,236,0,0,72,236,0,0,76,236,0,0,76,236,0,0,84,236,0,0,86,236,0,0,90,236,0,0,90,236,0,0,90,236,0,0,90,236,0,0,92,236,0,0,92,236,0,0,96,236,0,0,96,236,0,0,96,236,0,0,96,236,0,0,102,236,0,0,102,236,0,0,102,236,0,0,106,236,0,0,110,236,0,0,118,236,0,0,122,236,0,0,122,236,0,0,122,236,0,0,130,236,0,0,132,236,0,0,132,236,0,0,134,236,0,0,134,236,0,0,134,236,0,0,134,236,0,0,134,236,0,0,136,236,0,0,144,236,0,0,148,236,0,0,148,236,0,0,150,236,0,0,152,236,0,0,152,236,0,0,156,236,0,0,160,236,0,0,168,236,0,0,172,236,0,0,172,236,0,0,172,236,0,0,172,236,0,0,172,236,0,0,180,236,0,0,182,236,0,0,188,236,0,0,188,236,0,0,188,236,0,0,190,236,0,0,194,236,0,0,194,236,0,0,194,236,0,0,194,236,0,0,194,236,0,0,194,236,0,0,196,236,0,0,198,236,0,0,198,236,0,0,198,236,0,0,198,236,0,0,198,236,0,0,200,236,0,0,200,236,0,0,200,236,0,0,206,236,0,0,214,236,0,0,214,236,0,0,224,236,0,0,224,236,0,0,224,236,0,0,224,236,0,0,224,236,0,0,226,236,0,0,228,236,0,0,228,236,0,0,230,236,0,0,234,236,0,0,238,236,0,0,238,236,0,0,238,236,0,0,238,236,0,0,238,236,0,0,240,236,0,0,242,236,0,0,242,236,0,0,246,236,0,0,246,236,0,0,248,236,0,0,248,236,0,0,254,236,0,0,14,237,0,0,14,237,0,0,16,237,0,0,20,237,0,0,22,237,0,0,22,237,0,0,26,237,0,0,28,237,0,0,28,237,0,0,34,237,0,0,34,237,0,0,36,237,0,0,36,237,0,0,36,237,0,0,36,237,0,0,36,237,0,0,36,237,0,0,42,237,0,0,44,237,0,0,44,237,0,0,46,237,0,0,46,237,0,0,46,237,0,0,50,237,0,0,52,237,0,0,54,237,0,0,60,237,0,0,60,237,0,0,60,237,0,0,66,237,0,0,66,237,0,0,82,237,0,0,84,237,0,0,86,237,0,0,88,237,0,0,88,237,0,0,88,237,0,0,96,237,0,0,100,237,0,0,100,237,0,0,100,237,0,0,102,237,0,0,108,237,0,0,108,237,0,0,112,237,0,0,112,237,0,0,114,237,0,0,118,237,0,0,118,237,0,0,124,237,0,0,126,237,0,0,128,237,0,0,130,237,0,0,136,237,0,0,140,237,0,0,140,237,0,0,140,237,0,0,140,237,0,0,140,237,0,0,142,237,0,0,142,237,0,0,142,237,0,0,144,237,0,0,146,237,0,0,146,237,0,0,146,237,0,0,148,237,0,0,154,237,0,0,156,237,0,0,162,237,0,0,164,237,0,0,168,237,0,0,178,237,0,0,188,237,0,0,190,237,0,0,192,237,0,0,192,237,0,0,196,237,0,0,196,237,0,0,196,237,0,0,200,237,0,0,202,237,0,0,202,237,0,0,202,237,0,0,202,237,0,0,206,237,0,0,210,237,0,0,210,237,0,0,216,237,0,0,218,237,0,0,218,237,0,0,218,237,0,0,218,237,0,0,218,237,0,0,218,237,0,0,222,237,0,0,224,237,0,0,226,237,0,0,226,237,0,0,232,237,0,0,234,237,0,0,236,237,0,0,236,237,0,0,236,237,0,0,238,237,0,0,238,237,0,0,240,237,0,0,240,237,0,0,244,237,0,0,244,237,0,0,250,237,0,0,250,237,0,0,250,237,0,0,250,237,0,0,6,238,0,0,6,238,0,0,6,238,0,0,8,238,0,0,10,238,0,0,10,238,0,0,10,238,0,0,12,238,0,0,14,238,0,0,14,238,0,0,14,238,0,0,22,238,0,0,24,238,0,0,26,238,0,0,26,238,0,0,26,238,0,0,28,238,0,0,36,238,0,0,36,238,0,0,38,238,0,0,38,238,0,0,40,238,0,0,40,238,0,0,46,238,0,0,46,238,0,0,46,238,0,0,52,238,0,0,52,238,0,0,54,238,0,0,58,238,0,0,58,238,0,0,62,238,0,0,62,238,0,0,68,238,0,0,68,238,0,0,68,238,0,0,70,238,0,0,74,238,0,0,74,238,0,0,76,238,0,0,88,238,0,0,88,238,0,0,88,238,0,0,94,238,0,0,94,238,0,0,94,238,0,0,94,238,0,0,96,238,0,0,98,238,0,0,98,238,0,0,98,238,0,0,100,238,0,0,100,238,0,0,100,238,0,0,100,238,0,0,100,238,0,0,100,238,0,0,102,238,0,0,102,238,0,0,102,238,0,0,102,238,0,0,102,238,0,0,104,238,0,0,104,238,0,0,106,238,0,0,106,238,0,0,108,238,0,0,116,238,0,0,116,238,0,0,118,238,0,0,118,238,0,0,120,238,0,0,124,238,0,0,124,238,0,0,126,238,0,0,130,238,0,0,136,238,0,0,136,238,0,0,136,238,0,0,138,238,0,0,138,238,0,0,138,238,0,0,138,238,0,0,138,238,0,0,138,238,0,0,138,238,0,0,138,238,0,0,138,238,0,0,138,238,0,0,142,238,0,0,144,238,0,0,144,238,0,0,144,238,0,0,148,238,0,0,148,238,0,0,150,238,0,0,154,238,0,0,158,238,0,0,158,238,0,0,160,238,0,0,160,238,0,0,162,238,0,0,166,238,0,0,170,238,0,0,170,238,0,0,176,238,0,0,176,238,0,0,178,238,0,0,182,238,0,0,182,238,0,0,184,238,0,0,184,238,0,0,194,238,0,0,196,238,0,0,196,238,0,0,202,238,0,0,204,238,0,0,204,238,0,0,206,238,0,0,212,238,0,0,212,238,0,0,212,238,0,0,216,238,0,0,222,238,0,0,230,238,0,0,230,238,0,0,234,238,0,0,236,238,0,0,236,238,0,0,236,238,0,0,238,238,0,0,238,238,0,0,244,238,0,0,244,238,0,0,250,238,0,0,252,238,0,0,252,238,0,0,252,238,0,0,254,238,0,0,0,239,0,0,0,239,0,0,0,239,0,0,4,239,0,0,6,239,0,0,6,239,0,0,12,239,0,0,14,239,0,0,22,239,0,0,26,239,0,0,28,239,0,0,30,239,0,0,34,239,0,0,36,239,0,0,36,239,0,0,36,239,0,0,38,239,0,0,38,239,0,0,38,239,0,0,38,239,0,0,38,239,0,0,40,239,0,0,44,239,0,0,44,239,0,0,48,239,0,0,50,239,0,0,50,239,0,0,50,239,0,0,50,239,0,0,56,239,0,0,56,239,0,0,56,239,0,0,64,239,0,0,64,239,0,0,68,239,0,0,72,239,0,0,74,239,0,0,74,239,0,0,74,239,0,0,78,239,0,0,78,239,0,0,84,239,0,0,84,239,0,0,84,239,0,0,86,239,0,0,86,239,0,0,88,239,0,0,90,239,0,0,90,239,0,0,92,239,0,0,92,239,0,0,92,239,0,0,92,239,0,0,92,239,0,0,92,239,0,0,96,239,0,0,102,239,0,0,102,239,0,0,102,239,0,0,104,239,0,0,104,239,0,0,104,239,0,0,106,239,0,0,106,239,0,0,110,239,0,0,116,239,0,0,116,239,0,0,118,239,0,0,120,239,0,0,120,239,0,0,130,239,0,0,136,239,0,0,136,239,0,0,142,239,0,0,148,239,0,0,148,239,0,0,148,239,0,0,150,239,0,0,150,239,0,0,154,239,0,0,154,239,0,0,158,239,0,0,162,239,0,0,162,239,0,0,164,239,0,0,164,239,0,0,164,239,0,0,164,239,0,0,170,239,0,0,172,239,0,0,176,239,0,0,180,239,0,0,180,239,0,0,180,239,0,0,180,239,0,0,180,239,0,0,180,239,0,0,182,239,0,0,194,239,0,0,198,239,0,0,200,239,0,0,200,239,0,0,202,239,0,0,208,239,0,0,210,239,0,0,210,239,0,0,210,239,0,0,212,239,0,0,216,239,0,0,220,239,0,0,220,239,0,0,220,239,0,0,222,239,0,0,222,239,0,0,224,239,0,0,224,239,0,0,224,239,0,0,224,239,0,0,224,239,0,0,224,239,0,0,234,239,0,0,236,239,0,0,236,239,0,0,240,239,0,0,242,239,0,0,242,239,0,0,242,239,0,0,242,239,0,0,244,239,0,0,244,239,0,0,246,239,0,0,246,239,0,0,246,239,0,0,246,239,0,0,248,239,0,0,248,239,0,0,248,239,0,0,250,239,0,0,252,239,0,0,252,239,0,0,8,240,0,0,8,240,0,0,8,240,0,0,8,240,0,0,10,240,0,0,12,240,0,0,12,240,0,0,16,240,0,0,18,240,0,0,18,240,0,0,18,240,0,0,26,240,0,0,26,240,0,0,26,240,0,0,30,240,0,0,30,240,0,0,32,240,0,0,34,240,0,0,46,240,0,0,46,240,0,0,46,240,0,0,48,240,0,0,48,240,0,0,48,240,0,0,50,240,0,0,50,240,0,0,50,240,0,0,50,240,0,0,50,240,0,0,54,240,0,0,54,240,0,0,54,240,0,0,56,240,0,0,56,240,0,0,56,240,0,0,56,240,0,0,56,240,0,0,56,240,0,0,56,240,0,0,56,240,0,0,62,240,0,0,62,240,0,0,62,240,0,0,62,240,0,0,62,240,0,0,68,240,0,0,68,240,0,0,70,240,0,0,74,240,0,0,76,240,0,0,84,240,0,0,84,240,0,0,94,240,0,0,96,240,0,0,96,240,0,0,100,240,0,0,102,240,0,0,104,240,0,0,106,240,0,0,108,240,0,0,108,240,0,0,108,240,0,0,108,240,0,0,108,240,0,0,110,240,0,0,110,240,0,0,116,240,0,0,116,240,0,0,118,240,0,0,126,240,0,0,126,240,0,0,126,240,0,0,126,240,0,0,130,240,0,0,130,240,0,0,134,240,0,0,136,240,0,0,138,240,0,0,144,240,0,0,144,240,0,0,152,240,0,0,152,240,0,0,156,240,0,0,160,240,0,0,162,240,0,0,162,240,0,0,162,240,0,0,164,240,0,0,166,240,0,0,166,240,0,0,168,240,0,0,168,240,0,0,168,240,0,0,172,240,0,0,172,240,0,0,176,240,0,0,178,240,0,0,178,240,0,0,178,240,0,0,186,240,0,0,186,240,0,0,186,240,0,0,186,240,0,0,186,240,0,0,186,240,0,0,186,240,0,0,186,240,0,0,188,240,0,0,188,240,0,0,188,240,0,0,192,240,0,0,192,240,0,0,192,240,0,0,196,240,0,0,196,240,0,0,198,240,0,0,198,240,0,0,200,240,0,0,206,240,0,0,216,240,0,0,216,240,0,0,216,240,0,0,216,240,0,0,216,240,0,0,216,240,0,0,218,240,0,0,220,240,0,0,226,240,0,0,232,240,0,0,232,240,0,0,232,240,0,0,232,240,0,0,238,240,0,0,238,240,0,0,238,240,0,0,242,240,0,0,242,240,0,0,246,240,0,0,248,240,0,0,248,240,0,0,248,240,0,0,248,240,0,0,248,240,0,0,248,240,0,0,248,240,0,0,248,240,0,0,252,240,0,0,254,240,0,0,0,241,0,0,0,241,0,0,0,241,0,0,0,241,0,0,0,241,0,0,2,241,0,0,6,241,0,0,6,241,0,0,14,241,0,0,16,241,0,0,16,241,0,0,16,241,0,0,18,241,0,0,18,241,0,0,18,241,0,0,18,241,0,0,20,241,0,0,20,241,0,0,20,241,0,0,20,241,0,0,20,241,0,0,20,241,0,0,20,241,0,0,22,241,0,0,22,241,0,0,28,241,0,0,30,241,0,0,34,241,0,0,34,241,0,0,34,241,0,0,38,241,0,0,44,241,0,0,46,241,0,0,50,241,0,0,50,241,0,0,52,241,0,0,52,241,0,0,54,241,0,0,58,241,0,0,64,241,0,0,66,241,0,0,68,241,0,0,68,241,0,0,68,241,0,0,72,241,0,0,78,241,0,0,80,241,0,0,86,241,0,0,86,241,0,0,86,241,0,0,86,241,0,0,86,241,0,0,86,241,0,0,86,241,0,0,90,241,0,0,90,241,0,0,90,241,0,0,90,241,0,0,96,241,0,0,96,241,0,0,96,241,0,0,98,241,0,0,102,241,0,0,106,241,0,0,108,241,0,0,108,241,0,0,110,241,0,0,110,241,0,0,114,241,0,0,114,241,0,0,114,241,0,0,116,241,0,0,116,241,0,0,120,241,0,0,132,241,0,0,132,241,0,0,132,241,0,0,144,241,0,0,144,241,0,0,146,241,0,0,146,241,0,0,146,241,0,0,148,241,0,0,148,241,0,0,152,241,0,0,156,241,0,0,156,241,0,0,156,241,0,0,158,241,0,0,158,241,0,0,160,241,0,0,160,241,0,0,160,241,0,0,160,241,0,0,164,241,0,0,164,241,0,0,164,241,0,0,164,241,0,0,166,241,0,0,170,241,0,0,172,241,0,0,180,241,0,0,180,241,0,0,184,241,0,0,184,241,0,0,184,241,0,0,186,241,0,0,186,241,0,0,188,241,0,0,192,241,0,0,196,241,0,0,196,241,0,0,200,241,0,0,204,241,0,0,204,241,0,0,204,241,0,0,204,241,0,0,206,241,0,0,208,241,0,0,208,241,0,0,208,241,0,0,212,241,0,0,222,241,0,0,228,241,0,0,230,241,0,0,232,241,0,0,232,241,0,0,234,241,0,0,234,241,0,0,238,241,0,0,238,241,0,0,240,241,0,0,240,241,0,0,242,241,0,0,250,241,0,0,252,241,0,0,254,241,0,0,254,241,0,0,254,241,0,0,2,242,0,0,2,242,0,0,4,242,0,0,14,242,0,0,14,242,0,0,20,242,0,0,20,242,0,0,20,242,0,0,24,242,0,0,24,242,0,0,24,242,0,0,24,242,0,0,24,242,0,0,28,242,0,0,30,242,0,0,32,242,0,0,38,242,0,0,38,242,0,0,38,242,0,0,42,242,0,0,42,242,0,0,44,242,0,0,48,242,0,0,48,242,0,0,60,242,0,0,60,242,0,0,62,242,0,0,64,242,0,0,64,242,0,0,66,242,0,0,66,242,0,0,66,242,0,0,66,242,0,0,68,242,0,0,74,242,0,0,74,242,0,0,76,242,0,0,76,242,0,0,76,242,0,0,78,242,0,0,82,242,0,0,82,242,0,0,82,242,0,0,88,242,0,0,90,242,0,0,94,242,0,0,94,242,0,0,100,242,0,0,100,242,0,0,102,242,0,0,102,242,0,0,106,242,0,0,108,242,0,0,116,242,0,0,118,242,0,0,124,242,0,0,124,242,0,0,128,242,0,0,128,242,0,0,130,242,0,0,132,242,0,0,134,242,0,0,138,242,0,0,148,242,0,0,150,242,0,0,150,242,0,0,150,242,0,0,150,242,0,0,152,242,0,0,156,242,0,0,156,242,0,0,160,242,0,0,160,242,0,0,160,242,0,0,160,242,0,0,160,242,0,0,160,242,0,0,160,242,0,0,164,242,0,0,166,242,0,0,166,242,0,0,168,242,0,0,170,242,0,0,172,242,0,0,172,242,0,0,174,242,0,0,174,242,0,0,176,242,0,0,176,242,0,0,178,242,0,0,178,242,0,0,178,242,0,0,188,242,0,0,188,242,0,0,188,242,0,0,188,242,0,0,192,242,0,0,194,242,0,0,194,242,0,0,194,242,0,0,194,242,0,0,194,242,0,0,194,242,0,0,194,242,0,0,194,242,0,0,196,242,0,0,198,242,0,0,198,242,0,0,200,242,0,0,202,242,0,0,202,242,0,0,202,242,0,0,202,242,0,0,202,242,0,0,204,242,0,0,204,242,0,0,206,242,0,0,208,242,0,0,208,242,0,0,210,242,0,0,210,242,0,0,210,242,0,0,210,242,0,0,218,242,0,0,220,242,0,0,222,242,0,0,230,242,0,0,240,242,0,0,248,242,0,0,254,242,0,0,254,242,0,0,254,242,0,0,2,243,0,0,4,243,0,0,10,243,0,0,12,243,0,0,14,243,0,0,14,243,0,0,14,243,0,0,14,243,0,0,20,243,0,0,20,243,0,0,20,243,0,0,22,243,0,0,22,243,0,0,22,243,0,0,24,243,0,0,24,243,0,0,24,243,0,0,24,243,0,0,30,243,0,0,34,243,0,0,34,243,0,0,34,243,0,0,34,243,0,0,36,243,0,0,36,243,0,0,38,243,0,0,40,243,0,0,40,243,0,0,40,243,0,0,46,243,0,0,48,243,0,0,48,243,0,0,48,243,0,0,52,243,0,0,54,243,0,0,56,243,0,0,58,243,0,0,58,243,0,0,60,243,0,0,60,243,0,0,64,243,0,0,64,243,0,0,68,243,0,0,70,243,0,0,72,243,0,0,72,243,0,0,76,243,0,0,78,243,0,0,78,243,0,0,90,243,0,0,92,243,0,0,94,243,0,0,94,243,0,0,94,243,0,0,96,243,0,0,100,243,0,0,100,243,0,0,100,243,0,0,100,243,0,0,100,243,0,0,102,243,0,0,104,243,0,0,104,243,0,0,104,243,0,0,106,243,0,0,110,243,0,0,110,243,0,0,110,243,0,0,110,243,0,0,110,243,0,0,110,243,0,0,110,243,0,0,110,243,0,0,110,243,0,0,110,243,0,0,120,243,0,0,122,243,0,0,122,243,0,0,122,243,0,0,126,243,0,0,128,243,0,0,132,243,0,0,132,243,0,0,132,243,0,0,132,243,0,0,140,243,0,0,140,243,0,0,144,243,0,0,144,243,0,0,144,243,0,0,144,243,0,0,146,243,0,0,150,243,0,0,150,243,0,0,150,243,0,0,150,243,0,0,150,243,0,0,150,243,0,0,150,243,0,0,150,243,0,0,150,243,0,0,156,243,0,0,156,243,0,0,156,243,0,0,158,243,0,0,162,243,0,0,168,243,0,0,170,243,0,0,170,243,0,0,170,243,0,0,170,243,0,0,170,243,0,0,176,243,0,0,180,243,0,0,180,243,0,0,180,243,0,0,180,243,0,0,184,243,0,0,184,243,0,0,190,243,0,0,190,243,0,0,192,243,0,0,194,243,0,0,216,243,0,0,216,243,0,0,216,243,0,0,222,243,0,0,226,243,0,0,226,243,0,0,226,243,0,0,228,243,0,0,234,243,0,0,234,243,0,0,234,243,0,0,238,243,0,0,242,243,0,0,242,243,0,0,244,243,0,0,248,243,0,0,248,243,0,0,252,243,0,0,252,243,0,0,0,244,0,0,0,244,0,0,0,244,0,0,0,244,0,0,0,244,0,0,0,244,0,0,0,244,0,0,6,244,0,0,12,244,0,0,14,244,0,0,14,244,0,0,14,244,0,0,18,244,0,0,20,244,0,0,22,244,0,0,26,244,0,0,26,244,0,0,28,244,0,0,30,244,0,0,38,244,0,0,38,244,0,0,44,244,0,0,46,244,0,0,48,244,0,0,48,244,0,0,52,244,0,0,58,244,0,0,58,244,0,0,60,244,0,0,60,244,0,0,60,244,0,0,60,244,0,0,60,244,0,0,60,244,0,0,60,244,0,0,60,244,0,0,60,244,0,0,60,244,0,0,60,244,0,0,60,244,0,0,62,244,0,0,62,244,0,0,62,244,0,0,66,244,0,0,68,244,0,0,68,244,0,0,68,244,0,0,70,244,0,0,70,244,0,0,74,244,0,0,78,244,0,0,78,244,0,0,80,244,0,0,90,244,0,0,90,244,0,0,90,244,0,0,90,244,0,0,94,244,0,0,94,244,0,0,98,244,0,0,104,244,0,0,104,244,0,0,104,244,0,0,104,244,0,0,104,244,0,0,104,244,0,0,104,244,0,0,104,244,0,0,104,244,0,0,108,244,0,0,108,244,0,0,112,244,0,0,120,244,0,0,120,244,0,0,122,244,0,0,128,244,0,0,128,244,0,0,128,244,0,0,130,244,0,0,130,244,0,0,132,244,0,0,134,244,0,0,138,244,0,0,142,244,0,0,148,244,0,0,152,244,0,0,152,244,0,0,152,244,0,0,152,244,0,0,154,244,0,0,156,244,0,0,156,244,0,0,156,244,0,0,158,244,0,0,158,244,0,0,162,244,0,0,164,244,0,0,166,244,0,0,166,244,0,0,166,244,0,0,168,244,0,0,168,244,0,0,174,244,0,0,174,244,0,0,178,244,0,0,180,244,0,0,180,244,0,0,182,244,0,0,188,244,0,0,188,244,0,0,188,244,0,0,190,244,0,0,192,244,0,0,196,244,0,0,196,244,0,0,198,244,0,0,206,244,0,0,210,244,0,0,212,244,0,0,212,244,0,0,212,244,0,0,216,244,0,0,220,244,0,0,220,244,0,0,220,244,0,0,226,244,0,0,232,244,0,0,232,244,0,0,234,244,0,0,238,244,0,0,240,244,0,0,240,244,0,0,240,244,0,0,244,244,0,0,244,244,0,0,244,244,0,0,246,244,0,0,254,244,0,0,2,245,0,0,2,245,0,0,2,245,0,0,2,245,0,0,2,245,0,0,4,245,0,0,10,245,0,0,12,245,0,0,12,245,0,0,14,245,0,0,24,245,0,0,26,245,0,0,32,245,0,0,32,245,0,0,32,245,0,0,34,245,0,0,36,245,0,0,38,245,0,0,46,245,0,0,46,245,0,0,48,245,0,0,48,245,0,0,48,245,0,0,48,245,0,0,52,245,0,0,52,245,0,0,54,245,0,0,56,245,0,0,56,245,0,0,60,245,0,0,60,245,0,0,62,245,0,0,66,245,0,0,66,245,0,0,72,245,0,0,78,245,0,0,78,245,0,0,78,245,0,0,78,245,0,0,80,245,0,0,80,245,0,0,82,245,0,0,84,245,0,0,84,245,0,0,90,245,0,0,90,245,0,0,92,245,0,0,92,245,0,0,94,245,0,0,94,245,0,0,100,245,0,0,100,245,0,0,100,245,0,0,100,245,0,0,100,245,0,0,100,245,0,0,100,245,0,0,100,245,0,0,100,245,0,0,100,245,0,0,104,245,0,0,104,245,0,0,110,245,0,0,112,245,0,0,114,245,0,0,122,245,0,0,122,245,0,0,124,245,0,0,126,245,0,0,132,245,0,0,132,245,0,0,134,245,0,0,134,245,0,0,142,245,0,0,142,245,0,0,142,245,0,0,144,245,0,0,146,245,0,0,146,245,0,0,146,245,0,0,150,245,0,0,152,245,0,0,160,245,0,0,160,245,0,0,160,245,0,0,160,245,0,0,166,245,0,0,166,245,0,0,168,245,0,0,168,245,0,0,170,245,0,0,170,245,0,0,172,245,0,0,174,245,0,0,174,245,0,0,174,245,0,0,174,245,0,0,176,245,0,0,176,245,0,0,180,245,0,0,180,245,0,0,180,245,0,0,180,245,0,0,180,245,0,0,186,245,0,0,186,245,0,0,188,245,0,0,194,245,0,0,198,245,0,0,198,245,0,0,208,245,0,0,216,245,0,0,216,245,0,0,216,245,0,0,218,245,0,0,220,245,0,0,224,245,0,0,224,245,0,0,230,245,0,0,232,245,0,0,232,245,0,0,234,245,0,0,236,245,0,0,236,245,0,0,236,245,0,0,236,245,0,0,240,245,0,0,240,245,0,0,242,245,0,0,242,245,0,0,244,245,0,0,246,245,0,0,250,245,0,0,0,246,0,0,0,246,0,0,8,246,0,0,8,246,0,0,10,246,0,0,10,246,0,0,12,246,0,0,12,246,0,0,14,246,0,0,18,246,0,0,18,246,0,0,18,246,0,0,18,246,0,0,20,246,0,0,22,246,0,0,22,246,0,0,22,246,0,0,26,246,0,0,26,246,0,0,2,128,175,22,86,119,7,0,3,128,95,208,81,66,8,0,5,0,246,29,55,228,8,0,5,0,246,29,39,237,8,0,5,0,246,29,32,246,8,0,9,0,9,60,5,143,7,0,10,128,205,131,83,81,6,0,11,0,69,152,231,4,10,0,11,0,69,152,6,5,10,0,12,128,41,238,236,30,7,0,12,128,121,27,68,165,7,0,18,0,45,122,117,47,6,0,20,128,135,177,85,234,5,0,25,128,79,239,68,165,7,0,26,128,97,35,144,137,7,0,26,128,185,133,138,85,9,0,26,128,185,133,93,87,9,0,28,128,222,12,186,229,5,0,28,128,136,62,45,243,11,0,29,128,195,116,55,228,8,0,29,128,195,116,39,237,8,0,29,128,195,116,32,246,8,0,29,0,120,139,200,176,9,0,29,0,120,139,6,177,9,0,29,0,120,139,87,177,9,0,33,128,218,4,255,110,10,0,34,0,179,82,133,127,6,0,35,0,189,146,55,228,8,0,35,0,189,146,39,237,8,0,35,0,189,146,32,246,8,0,36,128,192,231,174,116,6,0,36,128,165,124,111,45,9,0,36,128,165,124,159,45,9,0,39,0,148,29,12,206,6,0,40,0,248,69,51,109,7,0,40,128,123,247,72,255,8,0,40,128,123,247,168,255,8,0,40,128,123,247,17,0,9,0,42,128,126,91,27,86,6,0,45,0,6,52,59,41,7,0,47,128,123,2,228,196,9,0,50,0,62,121,28,238,7,0,52,128,95,33,89,231,5,0,52,128,217,200,144,137,7,0,55,0,36,172,255,110,10,0,57,0,6,164,176,5,8,0,65,128,189,174,232,121,7,0,65,0,195,0,177,27,9,0,65,0,195,0,254,28,9,0,65,0,195,0,77,30,9,0,67,128,135,19,246,15,7,0,68,0,112,167,233,193,11,0,69,0,118,201,79,4,7,0,70,128,230,36,99,70,7,0,70,128,93,65,240,74,9,0,70,128,93,65,25,75,9,0,70,128,93,65,42,75,9,0,71,0,170,242,197,48,7,0,73,0,39,154,69,135,7,0,78,0,72,20,141,43,8,0,78,128,174,13,133,213,10,0,78,0,79,51,33,160,11,0,79,128,215,157,55,228,8,0,79,128,215,157,39,237,8,0,79,128,215,157,32,246,8,0,80,0,141,124,181,160,7,0,81,128,83,34,59,41,7,0,81,128,221,59,241,199,7,0,83,0,168,16,207,132,7,0,84,0,227,247,108,65,8,0,85,0,66,132,255,110,10,0,86,0,94,198,59,41,7,0,86,0,189,70,191,213,11,0,90,0,126,16,244,73,6,0,91,0,125,27,185,113,8,0,91,0,125,27,240,113,8,0,91,0,125,27,38,114,8,0,91,0,207,58,189,99,11,0,92,128,151,49,53,144,6,0,92,128,26,15,22,38,7,0,92,0,25,247,59,41,7,0,93,0,168,26,132,41,6,0,96,0,254,83,81,179,7,0,96,128,212,147,98,42,8,0,96,0,254,83,110,153,8,0,96,0,35,124,109,216,9,0,96,0,35,124,99,217,9,0,97,0,15,170,161,29,7,0,97,0,172,59,69,110,7,0,98,0,251,192,255,110,10,0,100,0,220,247,218,159,10,0,100,0,220,247,111,162,10,0,102,128,214,223,197,48,7,0,103,0,58,238,54,69,7,0,106,128,96,181,102,166,11,0,108,0,33,116,213,28,7,0,110,128,156,99,255,110,10,0,113,0,176,45,151,236,6,0,114,128,28,219,10,99,9,0,114,128,28,219,226,99,9,0,115,0,166,41,195,139,6,0,115,128,197,5,68,165,7,0,117,0,239,10,223,39,7,0,117,0,239,10,68,165,7,0,118,0,17,186,68,165,7,0,119,0,99,244,182,94,7,0,120,128,230,207,34,1,8,0,123,0,83,229,27,244,5,0,125,128,222,213,197,48,7,0,127,128,52,85,232,121,7,0,127,128,184,138,10,116,11,0,128,0,148,130,168,3,9,0,128,0,148,130,73,7,9,0,129,128,73,206,68,165,7,0,132,128,70,198,92,15,9,0,132,128,70,198,130,20,9,0,133,0,187,118,148,210,10,0,136,128,17,67,116,66,7,0,138,0,10,184,178,93,7,0,138,0,227,160,118,1,9,0,138,0,227,160,6,2,9,0,138,0,53,145,238,66,9,0,138,0,53,145,8,69,9,0,139,128,216,106,232,121,7,0,141,128,152,199,187,87,7,0,141,128,134,130,38,139,9,0,141,128,134,130,118,139,9,0,141,128,134,130,213,139,9,0,141,128,134,130,39,140,9,0,143,128,134,96,2,107,11,0,144,128,112,5,5,143,7,0,144,128,212,198,72,255,8,0,144,128,212,198,168,255,8,0,144,128,212,198,17,0,9,0,145,0,89,203,75,224,7,0,146,0,192,42,203,81,9,0,146,0,192,42,169,82,9,0,148,128,13,185,178,93,7,0,150,128,125,205,23,39,7,0,150,128,161,7,49,193,8,0,150,128,161,7,126,193,8,0,150,128,161,7,204,193,8,0,150,128,225,30,55,228,8,0,150,128,131,105,55,228,8,0,150,128,225,30,39,237,8,0,150,128,131,105,39,237,8,0,150,128,225,30,32,246,8,0,150,128,131,105,32,246,8,0,150,128,13,60,109,198,10,0,150,128,13,60,163,198,10,0,151,128,184,177,204,35,7,0,153,0,171,135,177,27,9,0,153,0,171,135,254,28,9,0,153,0,171,135,77,30,9,0,154,0,135,28,69,249,5,0,154,128,157,226,168,3,9,0,154,128,157,226,73,7,9,0,154,128,157,226,95,14,11,0,155,128,110,0,255,110,10,0,157,0,192,104,8,217,7,0,163,128,102,114,5,143,7,0,164,128,123,198,246,15,7,0,165,0,164,160,30,191,6,0,165,0,136,201,5,143,7,0,167,0,6,253,100,222,8,0,167,0,6,253,176,222,8,0,169,128,198,142,244,3,8,0,169,0,53,234,55,228,8,0,169,0,53,234,39,237,8,0,169,0,53,234,32,246,8,0,169,0,173,77,10,99,9,0,169,0,173,77,226,99,9,0,171,0,253,45,245,166,11,0,177,128,67,114,224,12,11,0,178,0,123,146,205,169,10,0,178,0,123,146,47,171,10,0,181,128,228,148,121,34,7,0,181,128,227,26,61,72,11,0,181,128,227,26,77,72,11,0,186,0,234,105,128,134,7,0,187,0,94,82,122,74,6,0,191,128,37,236,162,158,8,0,193,128,56,31,37,63,7,0,193,128,190,64,55,228,8,0,193,128,190,64,39,237,8,0,193,128,190,64,32,246,8,0,194,0,191,26,146,124,6,0,195,0,178,55,189,12,6,0,196,0,22,142,166,23,10,0,196,0,22,142,181,24,10,0,196,0,22,142,184,25,10,0,196,0,22,142,214,26,10,0,196,0,22,142,224,218,10,0,197,128,105,239,239,239,5,0,197,128,80,3,238,66,9,0,197,128,80,3,8,69,9,0,197,0,168,209,111,208,10,0,199,0,200,85,77,61,9,0,199,0,200,85,55,62,9,0,200,0,195,104,110,21,8,0,200,0,189,76,168,3,9,0,200,0,189,76,73,7,9,0,202,0,82,253,173,35,6,0,203,128,155,134,75,107,7,0,203,128,155,134,158,128,7,0,206,0,184,30,37,46,10,0,206,0,184,30,103,47,10,0,206,0,184,30,172,48,10,0,206,128,40,148,243,121,11,0,208,128,240,192,36,135,11,0,209,128,42,180,68,165,7,0,210,0,76,134,54,97,6,0,212,0,161,94,137,178,7,0,213,128,101,42,216,25,7,0,214,0,141,193,205,137,6,0,214,0,141,193,17,138,6,0,214,0,188,65,233,21,11,0,216,0,209,71,154,103,11,0,221,0,203,141,122,19,8,0,224,0,188,208,205,169,10,0,224,0,188,208,47,171,10,0,226,0,7,16,197,48,7,0,229,0,111,83,185,2,7,0,229,128,176,25,59,41,7,0,229,128,225,137,168,3,9,0,229,128,225,137,73,7,9,0,230,0,6,209,190,253,5,0,230,128,19,204,201,24,6,0,230,128,19,204,35,156,7,0,232,0,151,144,172,229,9,0,232,0,151,144,201,229,9,0,234,0,252,82,13,89,7,0,238,128,234,183,68,165,7,0,238,0,220,247,91,121,9,0,238,0,220,247,171,122,9,0,238,0,220,247,253,123,9,0,238,0,220,247,84,125,9,0,241,0,80,174,128,98,7,0,241,0,87,0,209,222,10,0,241,0,87,0,236,222,10,0,242,0,24,243,92,79,10,0,242,0,24,243,129,79,10,0,242,0,24,243,154,79,10,0,243,0,76,196,207,167,8,0,244,128,40,84,165,187,9,0,244,128,40,84,32,188,9,0,244,128,40,84,149,188,9,0,244,128,40,84,61,189,9,0,244,128,40,84,215,189,9,0,246,128,196,139,161,29,7,0,246,0,10,76,244,41,11,0,250,128,196,65,197,48,7,0,250,128,13,99,144,137,7,0,252,0,76,202,205,169,10,0,252,0,76,202,47,171,10,0,253,0,69,196,162,56,10,0,253,0,69,196,197,56,10,0,1,129,253,136,216,25,7,0,3,129,206,242,181,139,11,0,4,1,196,224,118,1,9,0,4,1,196,224,6,2,9,0,5,1,162,9,183,116,7,0,9,1,237,6,39,90,11,0,16,1,86,135,17,40,7,0,16,129,186,183,92,15,9,0,16,129,186,183,130,20,9,0,16,1,86,135,72,238,10,0,17,129,17,176,110,119,8,0,18,129,157,38,225,251,7,0,20,1,31,235,71,115,7,0,21,1,49,103,170,79,7,0,21,1,49,103,68,165,7,0,21,1,171,201,68,165,7,0,21,1,171,201,156,176,7,0,21,129,65,29,146,78,10,0,24,1,152,103,236,30,7,0,24,1,0,79,55,228,8,0,24,1,0,79,39,237,8,0,24,1,0,79,32,246,8,0,26,129,16,162,150,144,9,0,26,129,16,162,178,144,9,0,31,129,205,175,254,242,11,0,32,1,83,126,22,251,5,0,38,129,23,101,232,121,7,0,38,129,23,101,68,165,7,0,40,129,224,45,53,6,7,0,40,129,224,45,119,110,9,0,40,129,224,45,158,110,9,0,41,1,59,77,255,110,10,0,43,1,127,223,210,13,9,0,43,1,127,223,132,14,9,0,44,129,163,28,95,25,11,0,45,129,254,166,143,87,11,0,45,129,254,166,158,96,11,0,46,129,26,177,224,102,7,0,50,1,157,128,70,146,6,0,50,1,50,105,135,47,8,0,50,1,157,128,38,139,8,0,50,1,157,128,90,139,8,0,50,1,157,128,141,139,8,0,53,129,241,106,28,188,11,0,57,129,82,93,7,139,6,0,58,1,20,200,197,48,7,0,61,129,39,149,145,73,10,0,61,129,39,149,57,74,10,0,64,1,226,40,158,128,7,0,67,1,253,161,156,176,7,0,67,1,253,161,236,158,10,0,67,1,253,161,45,159,10,0,67,1,253,161,106,159,10,0,72,1,43,28,84,127,6,0,72,129,54,197,238,66,9,0,72,129,54,197,8,69,9,0,76,129,64,127,208,2,6,0,76,129,5,118,68,165,7,0,76,1,52,150,156,130,9,0,77,1,109,134,77,61,9,0,77,1,109,134,55,62,9,0,81,1,222,100,69,135,7,0,82,129,122,250,250,12,8,0,82,129,114,223,55,228,8,0,82,129,114,223,39,237,8,0,82,129,114,223,32,246,8,0,85,1,88,233,42,36,9,0,85,1,88,233,135,36,9,0,88,1,239,9,9,93,7,0,88,129,197,29,177,27,9,0,88,129,197,29,254,28,9,0,88,129,197,29,77,30,9,0,88,1,7,81,109,216,9,0,88,1,7,81,99,217,9,0,91,1,171,122,81,179,7,0,91,1,171,122,96,223,7,0,91,1,171,122,26,58,10,0,92,1,77,159,168,3,9,0,92,1,77,159,73,7,9,0,94,1,42,4,244,229,6,0,95,1,106,220,52,28,7,0,99,129,19,246,40,168,10,0,99,129,19,246,70,168,10,0,99,129,19,246,97,168,10,0,100,1,153,167,218,159,10,0,100,1,153,167,111,162,10,0,101,1,47,102,144,37,7,0,102,1,102,215,139,83,7,0,105,129,75,105,106,36,8,0,105,1,161,212,135,218,9,0,105,1,161,212,242,218,9,0,107,129,111,51,139,246,9,0,107,129,111,51,215,246,9,0,110,129,61,103,185,11,9,0,110,129,61,103,89,12,9,0,110,129,61,103,254,12,9,0,110,129,32,217,255,110,10,0,114,1,34,176,78,39,11,0,117,1,46,190,235,99,7,0,123,129,148,255,240,249,7,0,123,129,153,249,161,190,9,0,123,129,153,249,93,191,9,0,123,1,79,209,199,172,10,0,123,1,79,209,74,173,10,0,124,1,93,21,45,105,7,0,125,1,4,110,170,7,7,0,125,1,65,72,102,29,7,0,126,1,14,105,228,90,7,0,130,1,216,47,240,59,7,0,130,129,186,148,181,204,8,0,131,129,7,64,20,146,10,0,131,129,7,64,86,146,10,0,131,129,64,233,65,68,11,0,132,129,5,182,156,176,7,0,132,129,5,182,118,195,7,0,132,129,10,12,6,207,11,0,140,129,11,27,240,59,7,0,142,129,108,106,217,166,11,0,143,129,121,28,238,66,9,0,143,129,121,28,8,69,9,0,143,129,123,42,154,251,11,0,145,129,231,242,194,129,9,0,145,129,231,242,251,129,9,0,145,129,231,242,53,130,9,0,146,1,84,148,221,53,8,0,148,1,122,234,166,23,10,0,148,1,122,234,181,24,10,0,148,1,122,234,184,25,10,0,148,1,122,234,214,26,10,0,149,1,231,178,69,179,9,0,149,1,231,178,155,179,9,0,149,1,231,178,43,180,9,0,152,129,51,51,24,191,11,0,154,129,65,29,183,116,7,0,155,1,217,248,179,239,9,0,155,1,217,248,233,239,9,0,157,129,182,163,113,49,9,0,157,129,182,163,44,51,9,0,159,1,3,41,36,166,9,0,159,1,3,41,133,166,9,0,159,1,3,41,235,166,9,0,159,1,3,41,74,167,9,0,159,1,3,41,178,167,9,0,160,129,160,236,55,228,8,0,160,129,160,236,39,237,8,0,160,129,160,236,32,246,8,0,160,129,215,6,148,163,11,0,161,1,76,206,250,103,7,0,161,1,33,219,81,179,7,0,161,1,33,219,197,186,7,0,161,1,33,219,222,186,7,0,161,1,33,219,68,192,7,0,162,129,27,167,168,3,9,0,162,129,27,167,73,7,9,0,163,129,69,242,253,222,5,0,166,129,25,41,37,63,7,0,166,129,25,41,170,64,7,0,168,129,127,254,158,46,6,0,168,129,174,250,210,112,7,0,170,129,237,101,6,97,7,0,171,129,172,97,185,11,9,0,171,129,172,97,89,12,9,0,171,129,172,97,254,12,9,0,172,1,93,158,213,28,7,0,172,129,194,5,175,140,10,0,172,1,93,158,183,75,11,0,173,129,66,237,5,143,7,0,175,129,28,79,68,165,7,0,177,129,155,235,177,27,9,0,177,129,155,235,254,28,9,0,177,129,155,235,77,30,9,0,178,129,213,252,197,48,7,0,181,1,252,92,236,23,7,0,182,1,233,114,138,85,9,0,182,1,233,114,93,87,9,0,183,1,136,84,151,28,11,0,187,1,170,7,76,9,7,0,188,1,169,29,144,137,7,0,189,129,111,245,236,65,7,0,190,129,6,73,119,92,7,0,190,1,80,187,112,204,9,0,190,1,80,187,152,204,9,0,191,129,64,233,55,62,7,0,192,1,207,28,190,251,11,0,193,129,17,91,125,73,7,0,193,129,17,91,120,75,7,0,193,129,17,91,75,163,7,0,193,1,223,69,81,179,7,0,193,1,223,69,68,192,7,0,193,129,17,91,218,204,7,0,193,1,103,126,238,66,9,0,193,1,103,126,8,69,9,0,196,1,252,179,68,165,7,0,196,1,215,38,151,97,9,0,196,1,215,38,175,97,9,0,198,129,57,154,68,165,7,0,200,1,44,77,156,176,7,0,200,1,44,77,44,77,10,0,201,129,111,40,182,94,7,0,205,129,210,151,224,91,6,0,206,1,102,36,8,217,7,0,207,129,105,115,46,27,8,0,212,129,97,251,68,165,7,0,215,1,46,126,168,93,8,0,218,129,137,17,19,28,7,0,222,129,140,172,255,110,10,0,223,1,52,208,10,37,7,0,223,1,24,69,235,111,7,0,223,1,24,69,227,114,7,0,223,129,56,12,92,15,9,0,223,129,56,12,130,20,9,0,223,1,248,133,218,233,11,0,226,129,112,37,108,57,7,0,226,129,112,37,168,57,7,0,228,1,220,145,146,78,10,0,229,1,195,121,81,179,7,0,229,1,195,121,68,192,7,0,229,129,41,157,133,47,9,0,229,129,41,157,46,48,9,0,230,1,84,157,158,96,6,0,230,129,230,175,170,79,7,0,230,1,18,54,22,78,11,0,231,1,36,255,47,184,6,0,231,1,118,58,48,94,10,0,231,1,118,58,77,94,10,0,234,129,3,72,114,155,8,0,235,129,14,99,36,242,7,0,235,129,14,99,100,242,7,0,235,129,14,99,144,242,7,0,237,129,33,119,197,48,7,0,240,1,240,1,59,41,7,0,242,1,16,36,55,228,8,0,242,1,16,36,39,237,8,0,242,1,16,36,32,246,8,0,243,129,82,182,245,68,11,0,244,1,226,154,213,31,9,0,244,1,226,154,198,32,9,0,246,129,171,122,238,234,5,0,249,1,15,22,223,103,7,0,254,1,25,190,230,25,6,0,254,129,138,219,75,174,6,0,254,129,155,6,88,1,7,0,255,129,171,92,72,17,7,0,1,2,81,248,169,105,7,0,1,2,178,11,163,78,11,0,5,130,19,79,195,38,9,0,5,130,19,79,223,38,9,0,14,130,155,43,92,15,9,0,14,130,155,43,130,20,9,0,17,2,217,184,71,115,7,0,18,2,221,28,10,77,7,0,18,2,43,113,53,198,9,0,18,2,43,113,97,198,9,0,19,130,78,1,204,35,7,0,20,2,234,2,144,37,7,0,20,130,201,108,142,65,7,0,21,130,59,28,108,215,7,0,21,130,240,89,255,110,10,0,22,2,17,249,230,33,9,0,22,2,17,249,32,34,9,0,23,2,130,180,57,25,7,0,25,130,160,228,245,5,6,0,27,130,133,76,94,41,6,0,27,2,93,133,94,175,7,0,27,2,93,133,230,185,7,0,27,2,37,120,207,18,11,0,28,2,220,43,68,165,7,0,28,2,220,43,138,103,9,0,28,2,220,43,62,104,9,0,29,2,81,101,108,19,7,0,32,130,81,190,69,179,9,0,32,130,81,190,155,179,9,0,32,130,81,190,43,180,9,0,33,130,23,101,218,163,11,0,35,2,122,35,130,27,7,0,37,130,4,141,75,107,7,0,40,2,11,146,71,115,7,0,42,130,122,27,138,85,9,0,42,130,122,27,93,87,9,0,42,130,28,81,114,123,11,0,50,130,224,248,77,94,9,0,50,130,224,248,93,95,9,0,51,2,106,212,224,37,11,0,56,130,86,69,75,12,8,0,60,2,169,166,236,23,7,0,60,2,169,166,112,24,7,0,61,130,81,190,15,133,10,0,61,130,81,190,35,133,10,0,62,2,63,193,35,127,7,0,63,130,89,53,86,119,7,0,64,2,59,78,92,230,5,0,64,130,79,239,56,41,8,0,65,2,132,159,10,99,9,0,65,2,132,159,226,99,9,0,66,130,139,152,60,237,6,0,68,2,163,187,68,165,7,0,68,130,204,241,115,41,8,0,68,130,116,253,185,106,8,0,68,130,116,253,236,106,8,0,73,130,58,255,31,32,7,0,73,130,42,40,114,241,7,0,75,130,121,42,92,15,9,0,75,130,121,42,130,20,9,0,76,2,52,36,57,25,7,0,76,2,83,207,235,99,7,0,77,130,215,120,84,36,7,0,77,130,18,237,72,255,8,0,77,130,18,237,168,255,8,0,77,130,18,237,17,0,9,0,79,130,8,137,168,3,9,0,79,130,8,137,73,7,9,0,79,130,25,135,2,126,10,0,79,130,25,135,203,126,10,0,84,130,163,236,170,79,7,0,84,2,126,241,41,217,8,0,84,2,116,174,210,13,9,0,84,2,116,174,132,14,9,0,85,2,215,90,42,117,9,0,85,2,215,90,178,117,9,0,86,2,99,38,5,143,7,0,87,2,180,148,68,165,7,0,88,130,56,30,235,135,10,0,88,130,56,30,152,136,10,0,90,2,46,80,255,110,10,0,92,2,73,106,104,139,6,0,92,130,65,130,81,179,7,0,92,130,65,130,185,63,10,0,96,2,174,170,206,238,6,0,96,2,231,242,144,137,7,0,96,130,142,120,183,127,11,0,100,2,37,144,205,85,8,0,102,130,171,158,73,3,7,0,103,2,7,237,86,119,7,0,105,2,234,2,180,224,5,0,105,2,234,2,195,180,6,0,105,2,234,2,100,182,6,0,105,130,132,120,228,225,6,0,109,2,246,157,144,137,7,0,110,130,98,27,209,56,6,0,111,130,157,38,129,94,6,0,112,2,141,58,182,94,7,0,112,2,116,104,206,0,12,0,115,2,188,148,59,41,7,0,115,130,154,109,144,137,7,0,116,130,123,198,40,132,8,0,118,130,32,157,121,121,8,0,119,2,41,4,197,48,7,0,121,130,112,179,213,44,10,0,121,130,112,179,213,44,10,0,122,130,150,83,168,3,9,0,122,130,150,83,73,7,9,0,122,130,64,96,233,118,10,0,122,130,64,96,125,119,10,0,122,130,64,96,21,120,10,0,122,130,241,134,45,208,10,0,124,130,67,47,55,228,8,0,124,130,67,47,39,237,8,0,124,130,67,47,32,246,8,0,127,130,206,229,10,73,10,0,127,130,206,229,44,73,10,0,127,130,206,229,69,73,10,0,130,2,154,37,232,121,7,0,134,2,94,45,244,239,6,0,136,2,73,139,178,93,7,0,138,130,153,239,167,61,7,0,139,2,99,244,119,218,7,0,140,130,113,46,55,228,8,0,140,130,113,46,39,237,8,0,140,130,113,46,32,246,8,0,146,2,240,127,238,219,10,0,147,130,202,188,172,18,6,0,147,130,202,188,202,191,6,0,148,130,1,123,166,23,10,0,148,130,1,123,181,24,10,0,148,130,1,123,184,25,10,0,148,130,1,123,214,26,10,0,150,2,96,108,59,41,7,0,150,2,90,97,92,15,9,0,150,130,55,220,92,15,9,0,150,2,90,97,130,20,9,0,150,130,55,220,130,20,9,0,150,2,203,55,77,61,9,0,150,2,203,55,55,62,9,0,151,2,241,26,138,85,9,0,151,2,241,26,93,87,9,0,153,2,232,3,197,48,7,0,153,130,102,205,113,49,9,0,153,130,102,205,44,51,9,0,156,130,46,128,152,65,9,0,156,130,46,128,36,66,9,0,158,2,73,203,13,89,7,0,159,130,240,45,18,181,11,0,162,2,202,251,190,206,9,0,166,2,168,247,30,131,7,0,166,130,224,239,125,154,8,0,167,130,81,91,152,13,6,0,167,130,113,196,108,19,7,0,170,130,186,148,228,247,5,0,170,130,4,171,73,202,8,0,171,2,100,146,75,213,9,0,171,2,100,146,151,213,9,0,173,2,201,154,193,21,11,0,173,2,109,139,41,51,11,0,174,2,94,252,255,110,10,0,176,130,165,55,5,235,5,0,176,130,186,148,50,30,6,0,178,2,139,50,69,110,7,0,178,2,139,50,56,39,8,0,179,130,181,202,255,32,7,0,180,130,231,242,218,159,10,0,180,130,231,242,111,162,10,0,180,130,177,189,80,84,11,0,182,130,233,195,68,165,7,0,182,2,15,28,222,159,8,0,182,2,15,28,29,160,8,0,182,2,15,28,99,160,8,0,184,2,39,157,34,156,11,0,185,2,208,138,35,127,7,0,185,2,127,223,144,137,7,0,187,130,226,49,175,140,10,0,188,2,232,54,238,66,9,0,188,2,232,54,8,69,9,0,188,2,38,126,135,147,10,0,188,2,38,126,56,148,10,0,189,2,209,154,221,219,7,0,189,2,209,231,92,15,9,0,189,2,209,231,130,20,9,0,191,130,99,194,242,19,7,0,194,2,188,7,132,40,7,0,195,2,200,226,138,85,9,0,195,2,200,226,93,87,9,0,196,130,55,167,92,15,9,0,196,130,55,167,130,20,9,0,198,130,128,171,217,45,11,0,199,2,99,244,22,38,7,0,199,2,99,244,129,237,11,0,200,130,201,200,71,27,7,0,200,130,81,82,236,65,7,0,201,2,101,12,188,123,6,0,202,2,160,197,144,137,7,0,203,2,63,153,59,41,7,0,205,130,60,82,75,177,6,0,209,2,195,243,204,35,7,0,209,2,192,181,68,165,7,0,211,130,23,156,200,176,9,0,211,130,23,156,6,177,9,0,211,130,23,156,87,177,9,0,213,130,100,68,130,233,9,0,213,130,100,68,156,233,9,0,213,130,19,69,50,82,11,0,214,2,182,219,241,215,6,0,216,2,130,158,255,57,6,0,216,130,170,37,100,222,8,0,216,130,170,37,176,222,8,0,217,130,200,146,173,178,8,0,218,2,250,209,215,216,11,0,219,2,235,194,24,71,6,0,221,130,190,167,91,107,11,0,222,130,178,11,14,63,6,0,222,2,238,103,238,66,9,0,222,2,238,103,8,69,9,0,225,2,129,14,10,77,7,0,225,130,160,33,182,94,7,0,229,2,192,148,112,43,6,0,229,130,217,173,205,169,10,0,229,130,217,173,47,171,10,0,230,130,102,27,94,175,7,0,230,130,102,27,251,190,7,0,231,2,192,148,235,99,7,0,236,130,124,132,5,143,7,0,240,130,60,216,238,66,9,0,240,130,60,216,8,69,9,0,242,2,171,31,113,49,9,0,242,2,171,31,113,49,9,0,242,2,171,31,44,51,9,0,242,2,171,31,44,51,9,0,243,2,212,134,110,119,8,0,243,130,5,116,0,89,10,0,243,130,5,116,96,89,10,0,243,130,5,116,189,89,10,0,247,130,78,213,68,165,7,0,248,2,56,189,142,65,7,0,251,2,78,70,97,63,8,0,251,2,78,70,184,63,8,0,251,2,78,70,233,63,8,0,252,130,120,238,151,203,10,0,254,2,154,109,228,38,7,0,255,130,208,199,71,115,7,0,2,3,45,178,138,85,9,0,2,3,45,178,93,87,9,0,3,131,165,21,144,137,7,0,6,3,64,91,68,165,7,0,9,3,92,128,220,27,8,0,12,131,86,135,68,165,7,0,14,3,244,147,72,90,6,0,14,131,213,0,71,27,7,0,14,3,251,210,168,3,9,0,14,3,251,210,73,7,9,0,14,131,215,203,129,183,10,0,14,131,215,203,198,183,10,0,17,3,52,44,10,77,7,0,17,3,52,44,170,79,7,0,17,131,114,244,232,121,7,0,17,3,12,194,202,50,8,0,17,3,52,44,2,222,11,0,18,3,92,128,16,135,6,0,19,3,234,174,89,231,5,0,20,131,39,127,2,72,7,0,22,131,27,136,47,52,8,0,24,131,143,138,237,212,10,0,30,3,66,60,125,195,6,0,32,131,87,51,35,158,11,0,32,131,87,51,102,166,11,0,38,131,98,87,55,228,8,0,38,131,98,87,39,237,8,0,38,131,98,87,32,246,8,0,47,131,175,124,1,159,7,0,47,3,84,146,210,2,9,0,47,3,84,146,246,2,9,0,48,131,132,136,81,179,7,0,48,131,132,136,34,26,9,0,48,3,140,16,120,189,11,0,51,131,94,124,22,211,11,0,52,3,248,165,207,132,7,0,55,3,121,242,108,71,7,0,55,3,121,242,206,1,8,0,55,3,246,187,252,169,11,0,57,131,208,28,107,15,6,0,57,131,206,6,255,110,10,0,58,131,111,97,137,178,7,0,58,131,157,39,18,14,8,0,61,131,11,94,117,59,9,0,61,131,11,94,221,59,9,0,61,131,211,225,203,155,11,0,62,3,255,178,250,13,10,0,62,3,255,178,121,14,10,0,62,3,255,178,5,15,10,0,62,3,22,57,73,159,11,0,64,131,124,149,245,82,11,0,67,131,84,107,59,41,7,0,68,131,102,92,29,220,6,0,69,131,76,247,161,98,6,0,69,3,235,148,29,114,6,0,72,131,217,123,149,181,6,0,72,131,132,113,224,18,7,0,77,3,19,246,197,48,7,0,80,131,142,249,68,165,7,0,80,3,193,50,81,179,7,0,80,3,193,50,144,58,9,0,80,3,193,50,174,58,9,0,81,3,128,34,168,3,9,0,81,3,128,34,73,7,9,0,85,3,15,110,122,231,5,0,85,131,214,26,87,125,6,0,85,3,15,110,170,79,7,0,86,3,125,148,203,81,9,0,86,3,125,148,169,82,9,0,86,3,211,104,50,200,11,0,88,3,255,180,81,179,7,0,88,3,255,180,246,191,7,0,88,3,255,180,68,192,7,0,90,131,191,117,61,228,11,0,91,3,158,220,235,99,7,0,92,131,83,127,132,245,7,0,94,3,5,61,75,105,8,0,94,131,20,185,32,246,8,0,94,3,1,251,20,146,10,0,94,3,1,251,86,146,10,0,95,131,31,190,233,118,10,0,95,131,31,190,125,119,10,0,95,131,31,190,21,120,10,0,96,3,231,230,39,227,11,0,102,3,186,148,18,36,6,0,102,3,155,196,244,113,6,0,102,131,122,227,81,179,7,0,102,131,122,227,242,181,9,0,105,3,18,1,203,88,7,0,105,3,41,165,207,167,8,0,107,3,175,222,33,158,8,0,108,3,23,107,162,158,8,0,109,131,36,56,37,154,8,0,110,131,29,104,135,47,8,0,112,131,167,216,238,66,9,0,112,131,167,216,8,69,9,0,114,131,87,198,255,110,10,0,116,3,3,165,232,197,7,0,118,3,223,168,81,179,7,0,118,131,177,168,193,247,9,0,118,131,177,168,240,247,9,0,121,131,114,135,235,99,7,0,123,3,84,171,59,41,7,0,123,3,227,89,168,3,9,0,123,3,227,89,73,7,9,0,124,3,71,170,215,220,10,0,125,131,217,232,116,192,11,0,128,131,136,37,74,61,7,0,131,131,43,140,238,66,9,0,131,131,43,140,8,69,9,0,132,3,9,0,244,239,6,0,132,131,72,128,128,133,7,0,133,131,52,216,24,53,9,0,133,131,52,216,252,53,9,0,133,131,52,216,216,54,9,0,136,3,234,28,94,175,7,0,136,3,234,28,68,192,7,0,137,131,106,148,84,87,7,0,138,131,72,108,193,240,6,0,138,131,72,108,166,2,11,0,140,131,242,253,125,73,7,0,140,131,242,253,120,75,7,0,140,131,242,253,110,161,8,0,142,3,180,147,6,97,7,0,142,3,59,76,44,49,8,0,144,131,177,37,197,48,7,0,145,131,116,136,59,41,7,0,148,3,135,165,92,15,9,0,148,3,135,165,130,20,9,0,149,3,57,176,67,43,9,0,149,3,57,176,101,43,9,0,155,131,25,142,45,9,7,0,159,131,91,18,30,131,7,0,161,131,162,106,144,137,7,0,162,3,62,32,92,15,9,0,162,3,62,32,130,20,9,0,163,131,23,154,59,23,7,0,165,131,140,8,59,41,7,0,166,3,180,55,84,152,6,0,167,3,84,219,203,131,9,0,167,3,84,219,97,132,9,0,170,3,91,99,182,10,7,0,172,3,36,149,42,136,7,0,175,131,149,3,255,110,10,0,176,3,46,254,2,72,7,0,177,3,157,247,183,116,7,0,180,3,43,52,37,63,7,0,181,131,169,138,29,64,8,0,181,131,215,213,55,228,8,0,181,131,215,213,39,237,8,0,181,131,215,213,32,246,8,0,184,3,62,127,80,215,7,0,185,3,150,253,169,71,8,0,187,131,135,102,229,120,8,0,187,131,223,94,6,246,9,0,187,131,223,94,51,246,9,0,188,3,65,76,37,63,7,0,189,131,20,144,174,218,10,0,193,131,2,105,10,77,7,0,193,131,140,231,197,63,11,0,194,131,189,120,66,227,8,0,194,3,240,11,55,228,8,0,194,3,240,11,39,237,8,0,194,3,240,11,32,246,8,0,194,3,126,33,235,135,10,0,194,3,126,33,152,136,10,0,196,3,233,77,223,20,7,0,197,3,80,167,173,246,5,0,198,131,242,25,197,48,7,0,199,131,192,126,135,47,8,0,200,3,1,123,121,34,7,0,200,131,16,14,89,226,9,0,200,131,16,14,121,226,9,0,200,3,100,214,127,196,11,0,200,3,1,123,76,235,11,0,208,3,198,148,127,233,5,0,208,3,157,238,243,236,10,0,213,3,87,102,115,64,8,0,213,131,144,68,74,150,10,0,213,131,144,68,106,150,10,0,213,3,150,49,42,104,11,0,214,3,12,30,45,39,9,0,214,3,12,30,63,39,9,0,214,131,54,158,131,40,10,0,215,3,159,96,180,228,7,0,215,3,215,36,249,101,11,0,216,3,105,40,216,25,7,0,216,131,76,162,59,41,7,0,216,3,230,27,95,227,8,0,216,131,133,36,197,133,10,0,216,131,133,36,223,133,10,0,216,131,133,36,248,133,10,0,219,3,103,163,221,217,5,0,220,131,185,67,235,111,7,0,220,3,216,54,175,140,10,0,224,3,229,186,203,131,9,0,224,3,229,186,97,132,9,0,231,131,167,10,220,253,7,0,232,131,145,128,65,218,8,0,234,3,203,13,5,143,7,0,234,131,147,26,143,116,11,0,236,3,22,79,68,165,7,0,236,131,39,128,15,163,8,0,236,131,39,128,102,58,11,0,237,3,148,190,2,126,10,0,237,3,148,190,203,126,10,0,238,3,76,120,68,165,7,0,243,3,141,202,130,206,11,0,244,3,83,156,131,236,10,0,244,3,83,156,157,236,10,0,245,131,66,151,204,195,10,0,246,131,170,19,219,255,11,0,248,131,142,11,24,53,9,0,248,131,142,11,252,53,9,0,248,131,142,11,216,54,9,0,251,3,58,4,143,39,9,0,251,3,58,4,176,39,9,0,252,131,145,254,221,219,7,0,253,131,27,243,30,170,6,0,2,4,75,163,255,110,10,0,3,132,73,193,149,75,11,0,4,4,161,15,255,110,10,0,5,4,217,167,216,25,7,0,6,132,211,16,98,94,7,0,6,4,184,232,132,78,11,0,9,132,30,191,5,143,7,0,10,132,85,166,196,4,6,0,10,132,85,166,127,93,6,0,11,4,74,124,40,63,9,0,11,4,74,124,226,63,9,0,11,4,74,124,144,64,9,0,12,4,22,126,29,241,6,0,15,132,20,20,51,109,7,0,16,4,168,9,22,6,7,0,18,132,245,54,243,104,10,0,18,132,245,54,64,105,10,0,19,4,133,212,5,143,7,0,20,132,7,71,92,227,6,0,22,132,66,120,144,137,7,0,23,132,82,126,216,25,7,0,23,4,184,232,197,48,7,0,24,132,56,198,30,111,6,0,24,132,112,101,104,149,6,0,24,132,56,198,236,19,11,0,25,132,14,192,158,96,6,0,25,132,235,151,168,3,9,0,25,132,235,151,73,7,9,0,27,132,121,27,255,110,10,0,28,4,118,181,151,244,5,0,34,132,59,78,45,105,7,0,35,4,254,7,242,19,7,0,35,132,49,190,236,23,7,0,35,132,49,190,112,24,7,0,35,4,190,59,235,99,7,0,35,132,49,190,5,143,7,0,37,4,92,236,233,118,10,0,37,4,92,236,125,119,10,0,37,4,92,236,21,120,10,0,38,132,77,240,211,34,7,0,40,132,110,49,136,108,11,0,44,4,74,139,68,165,7,0,44,4,157,251,231,206,9,0,44,4,157,251,219,19,11,0,47,4,198,6,157,51,10,0,47,4,198,6,1,52,10,0,47,4,198,6,98,52,10,0,48,132,193,148,83,200,6,0,49,4,188,236,119,8,7,0,50,132,219,241,130,86,7,0,52,4,28,237,33,240,5,0,52,4,192,199,68,165,7,0,52,4,72,203,68,165,7,0,52,4,72,203,48,41,9,0,59,132,34,243,108,32,7,0,60,132,157,38,232,121,7,0,60,132,157,96,207,132,7,0,60,4,244,197,164,209,8,0,60,4,214,14,10,99,9,0,60,4,214,14,226,99,9,0,60,4,11,136,205,169,10,0,60,4,11,136,47,171,10,0,61,132,142,227,203,81,9,0,61,132,142,227,169,82,9,0,68,132,169,223,138,194,11,0,72,4,223,1,214,239,10,0,73,132,197,227,116,118,6,0,73,4,192,250,138,85,9,0,73,4,192,250,93,87,9,0,75,4,231,118,201,44,6,0,75,4,184,7,53,249,10,0,77,4,207,50,166,23,10,0,77,4,207,50,181,24,10,0,77,4,207,50,184,25,10,0,77,4,207,50,214,26,10,0,78,4,202,133,226,127,6,0,78,132,132,170,182,10,7,0,78,132,132,170,59,41,7,0,81,132,73,175,55,228,8,0,81,132,73,175,39,237,8,0,81,132,73,175,32,246,8,0,82,4,146,47,69,110,7,0,82,132,67,1,95,227,8,0,85,132,187,144,144,137,7,0,86,4,29,83,55,228,8,0,86,4,29,83,39,237,8,0,86,4,29,83,32,246,8,0,87,4,48,209,204,35,7,0,87,132,122,143,15,41,7,0,88,4,212,252,81,179,7,0,88,4,212,252,182,186,7,0,88,4,212,252,68,192,7,0,92,132,145,0,251,214,6,0,95,4,15,127,215,219,5,0,96,132,117,172,54,193,10,0,97,4,7,185,5,143,7,0,101,132,36,182,183,8,11,0,102,132,143,166,255,197,6,0,103,132,48,72,37,46,10,0,103,132,48,72,103,47,10,0,103,132,48,72,172,48,10,0,104,132,171,152,144,137,7,0,104,132,119,151,156,126,11,0,106,132,155,123,180,17,8,0,106,132,155,123,182,191,8,0,106,132,61,103,195,182,11,0,108,132,34,129,82,113,6,0,108,132,250,24,110,119,8,0,111,132,151,52,124,94,7,0,111,4,180,120,5,143,7,0,112,132,7,116,235,135,10,0,112,132,7,116,152,136,10,0,114,132,128,163,17,83,6,0,114,132,225,249,59,41,7,0,118,4,97,216,13,89,7,0,120,4,136,129,27,141,6,0,122,132,24,253,226,14,7,0,122,4,94,195,14,125,11,0,124,132,118,46,113,49,9,0,124,132,118,46,44,51,9,0,127,4,52,244,81,179,7,0,127,4,52,244,175,174,10,0,128,132,16,246,113,49,9,0,128,132,16,246,44,51,9,0,128,132,47,44,77,61,9,0,128,132,47,44,55,62,9,0,128,132,170,162,174,67,10,0,129,4,61,126,150,164,7,0,129,4,61,126,49,195,7,0,131,132,218,227,174,75,6,0,131,132,218,227,246,168,6,0,132,132,112,70,247,224,10,0,134,132,31,114,140,50,10,0,134,132,31,114,170,50,10,0,135,4,22,150,177,27,9,0,135,4,22,150,254,28,9,0,135,4,22,150,77,30,9,0,135,132,47,157,234,79,11,0,136,132,109,109,187,87,7,0,137,132,182,94,161,166,10,0,137,132,182,94,238,166,10,0,139,132,116,108,10,77,7,0,139,132,116,108,170,79,7,0,141,132,37,139,161,190,9,0,141,132,37,139,93,191,9,0,142,132,171,51,51,250,10,0,142,132,217,232,169,190,11,0,143,132,46,49,55,228,8,0,143,132,46,49,39,237,8,0,143,132,46,49,32,246,8,0,145,4,15,64,108,20,6,0,145,132,29,85,242,133,7,0,147,4,51,126,3,146,6,0,148,4,129,240,204,35,7,0,148,132,126,33,37,46,10,0,148,132,126,33,103,47,10,0,148,132,126,33,172,48,10,0,149,132,113,153,202,50,8,0,151,132,4,12,181,58,7,0,152,132,253,158,228,90,7,0,153,132,19,246,119,10,7,0,154,4,185,140,138,29,10,0,154,4,185,140,156,29,10,0,154,4,185,140,177,29,10,0,155,132,151,217,170,79,7,0,155,4,180,148,108,178,10,0,155,4,180,148,121,178,10,0,155,132,151,217,208,198,10,0,157,132,159,126,4,161,7,0,158,132,118,239,225,79,6,0,159,4,27,97,204,35,7,0,162,132,157,92,168,3,9,0,162,132,157,92,73,7,9,0,165,4,192,0,207,167,8,0,166,132,9,77,128,20,7,0,168,4,151,239,102,224,10,0,169,4,131,232,183,116,7,0,172,4,68,75,178,93,7,0,174,4,181,218,71,115,7,0,176,132,179,205,30,131,7,0,178,4,194,179,5,143,7,0,179,4,188,229,101,13,7,0,179,4,39,86,2,72,7,0,185,132,11,36,148,210,10,0,187,132,140,15,125,73,7,0,187,132,140,15,120,75,7,0,187,4,100,158,150,164,7,0,187,4,100,158,32,72,11,0,189,4,34,119,106,182,9,0,189,4,34,119,186,182,9,0,193,132,92,221,218,159,10,0,193,132,92,221,111,162,10,0,196,4,86,53,144,137,7,0,198,132,105,51,166,196,11,0,200,132,168,46,55,228,8,0,200,132,168,46,39,237,8,0,200,132,168,46,32,246,8,0,201,4,148,165,201,67,11,0,202,132,57,104,197,48,7,0,206,132,54,30,14,227,8,0,206,4,117,204,213,31,9,0,206,4,117,204,198,32,9,0,206,4,90,58,138,85,9,0,206,4,90,58,93,87,9,0,207,4,166,157,144,137,7,0,207,4,127,231,55,228,8,0,207,4,127,231,39,237,8,0,207,4,127,231,32,246,8,0,208,132,150,144,93,92,6,0,208,132,244,239,6,8,7,0,210,4,174,239,65,78,6,0,215,4,34,153,204,58,9,0,215,4,34,153,5,59,9,0,216,4,252,28,213,199,10,0,217,4,168,239,31,35,7,0,217,132,74,57,255,110,10,0,217,4,115,0,10,90,11,0,218,132,82,102,37,63,7,0,218,4,86,162,69,110,7,0,218,132,82,102,85,199,11,0,220,4,62,3,156,39,7,0,220,4,32,2,86,119,7,0,220,4,32,2,68,165,7,0,222,4,214,101,227,136,9,0,222,4,214,101,38,137,9,0,223,132,184,54,59,41,7,0,226,4,20,179,156,130,9,0,228,4,226,252,255,110,10,0,229,4,133,82,138,85,9,0,229,4,133,82,93,87,9,0,232,4,118,48,76,22,7,0,234,132,180,213,10,77,7,0,234,4,243,106,226,116,11,0,236,132,201,214,2,142,6,0,236,4,185,146,2,126,10,0,236,4,185,146,203,126,10,0,237,132,61,139,57,25,7,0,237,132,94,219,59,41,7,0,237,132,131,130,47,174,8,0,237,132,94,219,171,181,11,0,238,4,236,196,197,48,7,0,242,4,234,189,197,48,7,0,247,132,128,142,128,224,7,0,247,132,128,142,227,224,7,0,248,132,156,6,202,50,8,0,249,4,149,25,37,63,7,0,250,132,135,128,165,27,7,0,250,4,17,54,137,178,7,0,250,4,17,54,129,186,7,0,250,4,90,233,199,79,11,0,250,132,115,209,179,225,11,0,253,132,82,218,59,41,7,0,0,5,76,104,11,62,6,0,0,5,47,5,238,66,9,0,0,5,47,5,8,69,9,0,0,5,163,185,253,206,10,0,2,133,156,85,52,221,6,0,2,5,162,234,68,165,7,0,7,133,100,89,49,22,6,0,7,133,55,91,130,86,7,0,7,133,187,143,144,137,7,0,9,133,155,251,68,165,7,0,10,5,248,110,138,85,9,0,10,5,248,110,93,87,9,0,11,133,86,3,156,176,7,0,11,133,86,3,94,159,9,0,11,5,190,15,110,134,11,0,12,5,161,194,228,75,9,0,12,5,161,194,142,76,9,0,12,5,58,185,165,187,9,0,12,5,58,185,32,188,9,0,12,5,58,185,149,188,9,0,12,5,58,185,61,189,9,0,12,5,58,185,215,189,9,0,12,5,146,39,113,135,10,0,12,5,146,39,140,135,10,0,12,5,146,39,165,135,10,0,15,5,91,240,5,143,7,0,15,133,0,212,68,165,7,0,17,133,103,181,68,165,7,0,20,5,165,204,213,31,9,0,20,5,165,204,198,32,9,0,23,133,43,4,59,41,7,0,24,133,59,135,184,4,7,0,30,5,56,52,205,47,6,0,30,5,93,224,130,86,7,0,31,5,174,2,156,243,5,0,32,133,143,166,22,38,7,0,32,5,238,90,30,131,7,0,34,5,183,27,197,48,7,0,34,133,89,44,213,31,9,0,34,133,89,44,198,32,9,0,35,133,109,172,86,119,7,0,35,133,238,145,5,143,7,0,37,5,83,42,150,175,9,0,38,5,26,125,59,41,7,0,39,133,142,74,170,79,7,0,39,133,142,74,106,111,9,0,39,133,142,74,144,111,9,0,42,133,176,193,235,8,7,0,43,133,179,224,226,253,10,0,44,5,24,73,188,227,5,0,45,5,76,94,155,89,7,0,48,133,192,5,223,209,11,0,48,133,192,5,162,210,11,0,51,5,106,202,89,231,5,0,53,133,216,252,39,15,11,0,56,5,128,143,92,15,9,0,56,5,128,143,130,20,9,0,56,5,114,17,124,143,10,0,56,5,114,17,183,143,10,0,58,5,190,144,216,25,7,0,58,133,217,232,197,48,7,0,59,133,193,66,238,66,9,0,59,133,193,66,8,69,9,0,60,133,3,92,5,143,7,0,61,5,148,77,24,18,7,0,63,133,119,166,255,110,10,0,64,5,5,152,216,25,7,0,65,5,188,161,81,179,7,0,65,5,188,161,252,44,8,0,69,5,131,218,89,73,7,0,70,133,243,183,154,220,5,0,73,5,151,81,151,87,7,0,75,133,11,140,144,137,7,0,75,5,193,29,24,198,10,0,75,133,11,140,251,246,10,0,76,5,164,17,15,67,10,0,76,5,164,17,50,67,10,0,76,5,164,17,95,67,10,0,77,133,75,26,113,49,9,0,77,133,75,26,44,51,9,0,79,133,150,68,163,130,6,0,80,133,192,2,59,41,7,0,80,133,90,220,5,143,7,0,82,5,98,34,91,121,9,0,82,5,98,34,171,122,9,0,82,5,98,34,253,123,9,0,82,5,98,34,84,125,9,0,83,5,122,100,239,251,5,0,83,5,200,193,183,116,7,0,85,133,164,1,228,90,7,0,87,5,68,140,163,149,9,0,87,5,68,140,246,149,9,0,94,5,40,164,59,41,7,0,94,133,87,65,13,225,7,0,95,5,152,197,210,13,9,0,95,5,152,197,132,14,9,0,97,133,211,135,236,66,6,0,98,133,201,121,178,93,7,0,98,133,55,189,218,159,10,0,98,133,55,189,111,162,10,0,102,5,221,8,232,121,7,0,105,133,197,74,246,15,7,0,109,133,191,213,158,128,7,0,110,5,169,50,5,143,7,0,110,5,170,131,5,220,8,0,110,133,157,38,218,159,10,0,110,133,157,38,111,162,10,0,111,133,130,40,52,28,7,0,111,133,9,243,23,39,7,0,112,5,83,14,234,115,11,0,113,5,58,49,85,192,6,0,113,5,178,81,144,137,7,0,115,133,212,106,246,230,9,0,115,133,212,106,18,231,9,0,116,5,159,128,232,197,7,0,120,5,67,129,190,176,6,0,120,133,73,8,232,121,7,0,122,133,218,29,182,94,7,0,124,133,8,160,212,238,5,0,125,133,21,240,92,15,9,0,125,133,21,240,130,20,9,0,126,133,82,4,203,131,9,0,126,133,82,4,97,132,9,0,126,5,109,247,202,64,10,0,126,5,109,247,0,65,10,0,127,133,38,94,46,91,11,0,129,133,11,132,128,103,7,0,131,5,57,11,67,132,6,0,131,5,39,116,108,215,7,0,131,133,34,66,92,15,9,0,131,133,34,66,130,20,9,0,131,5,67,195,238,66,9,0,131,5,67,195,8,69,9,0,132,5,54,150,84,77,6,0,133,133,44,97,71,27,7,0,135,133,59,93,197,48,7,0,139,133,19,36,130,86,7,0,143,133,161,131,220,246,5,0,144,133,8,192,52,120,11,0,145,5,83,6,207,213,10,0,149,133,155,83,132,40,7,0,149,5,17,189,245,232,7,0,151,5,160,175,168,3,9,0,151,5,160,175,73,7,9,0,151,5,17,253,220,126,9,0,151,5,17,253,138,127,9,0,152,5,186,61,69,110,7,0,153,133,188,3,223,20,7,0,153,5,55,129,54,241,9,0,153,5,55,129,213,241,9,0,154,5,163,134,197,48,7,0,156,5,127,15,199,172,10,0,156,5,127,15,74,173,10,0,158,133,44,150,48,142,11,0,161,133,125,17,35,55,6,0,161,5,3,7,91,121,9,0,161,5,3,7,171,122,9,0,161,5,3,7,253,123,9,0,161,5,3,7,84,125,9,0,161,5,3,7,109,134,9,0,161,5,3,7,163,134,9,0,161,5,67,45,165,42,11,0,161,5,67,45,218,42,11,0,162,5,84,248,235,99,7,0,163,5,128,130,68,165,7,0,166,133,117,42,5,143,7,0,166,133,158,210,37,46,10,0,166,133,158,210,103,47,10,0,166,133,158,210,172,48,10,0,172,5,46,206,183,116,7,0,173,133,137,128,106,131,6,0,175,133,23,112,250,21,7,0,176,133,153,122,144,37,7,0,177,5,72,28,215,5,7,0,178,5,153,140,240,59,7,0,181,133,156,187,10,99,9,0,181,133,156,187,226,99,9,0,182,5,216,43,154,123,11,0,183,133,89,237,158,221,10,0,184,133,37,213,101,213,8,0,184,133,37,213,216,213,8,0,184,5,117,27,255,110,10,0,184,5,195,40,160,122,10,0,184,5,195,40,227,122,10,0,185,133,150,192,22,38,7,0,185,5,249,60,232,71,7,0,185,133,150,192,68,165,7,0,185,133,150,192,99,249,11,0,186,133,103,97,197,48,7,0,186,133,207,87,205,209,11,0,187,5,213,34,6,91,11,0,188,133,154,199,81,179,7,0,188,133,154,199,45,164,8,0,188,133,154,199,195,164,8,0,188,133,154,199,101,165,8,0,188,133,154,199,205,92,10,0,189,133,171,4,232,121,7,0,193,5,25,132,220,126,9,0,193,5,25,132,138,127,9,0,194,5,79,177,108,19,7,0,194,5,204,7,184,227,11,0,198,133,93,126,10,77,7,0,198,133,93,126,170,79,7,0,199,133,174,152,42,72,9,0,199,133,174,152,233,72,9,0,199,133,174,152,162,73,9,0,201,133,32,232,228,75,9,0,201,133,32,232,142,76,9,0,203,133,127,34,231,218,5,0,205,5,246,69,129,219,10,0,213,133,154,58,163,149,9,0,213,133,154,58,246,149,9,0,213,5,27,237,101,213,10,0,213,5,119,93,47,52,11,0,216,5,10,238,182,94,7,0,217,5,167,200,92,15,9,0,217,5,167,200,130,20,9,0,219,133,163,71,242,216,8,0,221,133,122,161,59,41,7,0,223,133,200,204,177,133,11,0,223,133,125,60,207,206,11,0,224,5,75,25,179,179,6,0,225,133,162,34,197,48,7,0,228,5,157,63,103,139,11,0,229,5,0,157,59,41,7,0,232,5,97,205,55,228,8,0,232,5,97,205,39,237,8,0,232,5,97,205,32,246,8,0,232,5,116,112,231,206,9,0,233,133,229,10,218,159,10,0,233,133,229,10,111,162,10,0,234,133,167,197,215,5,7,0,237,5,23,182,6,196,8,0,241,133,209,2,252,6,11,0,246,133,85,170,5,143,7,0,247,5,162,199,197,48,7,0,247,5,209,204,2,72,7,0,247,5,143,238,92,15,9,0,247,5,143,238,130,20,9,0,247,133,77,42,6,231,10,0,248,133,84,36,197,48,7,0,249,133,73,141,138,103,9,0,249,133,73,141,62,104,9,0,250,133,137,149,146,78,10,0,251,133,4,29,120,236,7,0,253,5,188,240,228,33,6,0,253,133,7,92,151,87,7,0,253,5,86,131,255,110,10,0,0,6,202,2,92,15,9,0,0,6,202,2,130,20,9,0,1,134,155,56,118,1,9,0,1,134,155,56,6,2,9,0,1,6,18,2,91,121,9,0,1,6,18,2,171,122,9,0,1,6,18,2,253,123,9,0,1,6,18,2,84,125,9,0,4,6,112,57,128,20,7,0,4,6,112,57,200,130,11,0,6,6,17,233,10,77,7,0,6,6,17,233,170,79,7,0,8,6,135,126,146,78,10,0,10,6,119,215,86,119,7,0,14,6,239,77,135,47,8,0,15,134,107,99,144,137,7,0,19,134,104,36,205,169,10,0,19,134,104,36,47,171,10,0,20,134,138,107,197,48,7,0,20,6,54,254,204,195,11,0,21,6,81,128,92,15,9,0,21,6,81,128,130,20,9,0,22,134,150,69,49,7,7,0,23,134,117,117,40,63,9,0,23,134,117,117,226,63,9,0,23,134,117,117,144,64,9,0,23,134,123,7,252,180,11,0,24,6,67,143,144,42,11,0,24,6,129,160,72,254,11,0,25,134,143,21,136,110,6,0,25,6,172,133,117,59,9,0,25,6,172,133,221,59,9,0,26,6,128,170,213,44,10,0,30,134,117,48,124,6,7,0,30,6,51,93,255,110,10,0,33,134,249,121,34,121,11,0,38,6,123,230,218,82,11,0,41,134,70,215,95,53,11,0,45,134,201,163,75,107,7,0,45,6,9,93,110,119,8,0,45,134,201,163,245,40,10,0,45,134,201,163,90,41,10,0,48,6,83,126,255,32,7,0,49,134,193,148,228,247,5,0,49,134,103,27,47,14,7,0,49,6,95,33,59,41,7,0,51,134,230,149,228,90,7,0,53,134,121,108,227,191,8,0,57,134,112,133,213,44,10,0,59,6,14,190,82,219,8,0,60,134,51,39,213,44,10,0,67,134,125,250,204,35,7,0,67,6,164,160,5,143,7,0,68,134,205,182,82,43,10,0,70,6,253,141,210,159,7,0,70,134,248,243,220,126,9,0,70,134,248,243,138,127,9,0,71,6,112,31,50,29,10,0,72,6,254,233,211,222,6,0,75,134,13,125,166,132,7,0,77,6,133,173,5,143,7,0,77,6,9,126,16,96,10,0,77,6,9,126,41,96,10,0,80,134,109,102,135,80,8,0,83,134,2,114,59,41,7,0,83,134,109,62,24,106,11,0,85,6,164,160,161,77,9,0,85,6,164,160,188,77,9,0,85,134,82,182,16,61,11,0,86,134,137,218,162,8,7,0,89,6,155,235,183,116,7,0,89,134,183,18,158,128,7,0,90,134,126,95,205,169,10,0,90,134,126,95,47,171,10,0,93,134,78,220,197,48,7,0,93,134,151,246,68,165,7,0,94,134,119,109,59,92,6,0,94,134,121,27,250,93,7,0,94,134,119,109,68,165,7,0,94,134,119,109,216,216,10,0,95,6,78,154,205,169,10,0,95,6,78,154,47,171,10,0,97,6,187,190,132,40,7,0,99,134,254,46,33,167,6,0,102,6,105,33,55,228,8,0,102,6,105,33,39,237,8,0,102,6,105,33,32,246,8,0,107,134,225,28,212,221,6,0,107,134,133,111,55,228,8,0,107,134,133,111,39,237,8,0,107,134,133,111,32,246,8,0,108,6,213,54,69,110,7,0,110,134,23,207,146,78,10,0,111,6,17,183,246,228,11,0,115,6,233,92,227,133,11,0,117,6,18,248,57,10,7,0,117,6,134,231,156,176,7,0,117,6,134,231,81,179,7,0,120,6,209,107,251,69,6,0,123,6,7,52,5,143,7,0,124,134,157,38,2,34,6,0,127,134,48,7,125,73,7,0,127,134,191,254,203,81,9,0,127,134,191,254,169,82,9,0,128,6,211,173,70,247,5,0,130,134,58,151,207,244,11,0,133,134,136,10,197,48,7,0,134,6,196,172,67,127,6,0,134,134,68,153,135,47,8,0,139,6,159,231,5,143,7,0,140,6,149,161,56,57,7,0,142,6,243,153,255,110,10,0,144,6,51,184,210,112,7,0,146,134,208,6,43,81,6,0,148,134,55,195,236,65,7,0,148,6,85,143,62,177,10,0,148,6,85,143,119,177,10,0,148,134,127,61,117,231,10,0,149,134,16,230,193,247,9,0,149,134,16,230,240,247,9,0,150,6,137,148,238,219,5,0,152,6,157,62,49,115,6,0,152,6,61,164,55,228,8,0,152,6,61,164,39,237,8,0,152,6,61,164,32,246,8,0,152,6,83,217,138,85,9,0,152,6,83,217,93,87,9,0,152,6,114,226,179,119,11,0,153,134,7,200,118,112,7,0,153,134,7,200,210,112,7,0,155,134,122,87,34,29,7,0,155,134,222,46,168,3,9,0,155,134,222,46,73,7,9,0,160,134,45,108,232,121,7,0,161,134,224,14,241,237,7,0,161,134,112,103,138,194,11,0,162,6,160,126,5,143,7,0,163,6,219,16,81,179,7,0,163,6,219,16,68,192,7,0,163,134,157,6,154,229,7,0,163,134,125,129,218,159,10,0,163,134,125,129,111,162,10,0,164,6,22,48,219,194,6,0,164,6,22,48,4,58,7,0,164,6,81,190,68,165,7,0,164,6,98,130,129,219,10,0,166,134,155,19,62,134,10,0,166,134,155,19,85,134,10,0,166,134,155,74,34,250,10,0,166,6,164,254,240,0,11,0,168,134,193,148,235,99,7,0,169,6,2,83,124,6,7,0,170,134,250,193,253,28,7,0,173,134,201,148,73,44,6,0,176,134,242,214,95,227,8,0,178,6,164,77,81,139,11,0,178,134,185,206,94,215,11,0,183,134,148,164,118,82,11,0,184,134,147,95,197,48,7,0,184,6,114,117,94,102,11,0,188,6,14,76,59,41,7,0,190,134,60,132,166,195,6,0,192,6,173,234,75,105,8,0,192,6,173,234,147,249,11,0,192,6,173,234,103,251,11,0,194,134,132,182,238,66,9,0,194,134,132,182,8,69,9,0,197,134,20,67,31,153,9,0,197,134,20,67,214,153,9,0,198,6,132,216,182,94,7,0,201,134,223,81,102,237,9,0,201,134,223,81,115,238,9,0,204,6,7,11,183,116,7,0,204,6,167,241,251,97,9,0,204,6,167,241,65,98,9,0,204,6,167,241,142,98,9,0,205,134,145,130,232,121,7,0,208,6,70,37,18,107,8,0,208,6,148,190,161,190,9,0,208,6,148,190,93,191,9,0,209,134,160,116,77,61,9,0,209,134,160,116,55,62,9,0,211,134,254,82,235,99,7,0,213,134,186,4,139,83,7,0,214,134,214,107,116,66,7,0,215,134,29,86,17,233,11,0,216,6,236,38,205,203,8,0,220,6,237,252,166,195,6,0,220,134,194,179,64,88,10,0,223,134,157,38,226,33,7,0,223,134,198,66,170,79,7,0,223,134,198,66,66,218,11,0,224,134,127,242,24,53,9,0,224,134,127,242,252,53,9,0,224,134,127,242,216,54,9,0,224,134,201,86,231,206,9,0,228,134,145,39,160,79,6,0,229,134,169,63,55,228,8,0,229,134,169,63,39,237,8,0,229,134,169,63,32,246,8,0,229,6,20,162,18,115,9,0,229,6,20,162,57,115,9,0,229,6,20,162,90,115,9,0,230,134,253,189,113,194,9,0,230,134,253,189,142,194,9,0,236,134,206,229,2,126,10,0,236,134,206,229,203,126,10,0,240,134,217,129,254,188,11,0,241,6,172,112,251,179,6,0,241,6,64,193,5,143,7,0,243,134,75,196,81,58,8,0,247,134,128,62,255,112,6,0,248,134,190,227,99,158,6,0,248,134,215,242,92,15,9,0,248,134,215,242,130,20,9,0,250,6,131,182,125,73,7,0,253,6,101,23,34,16,8,0,253,6,242,3,55,228,8,0,253,6,242,3,39,237,8,0,253,6,242,3,32,246,8,0,253,134,240,233,191,201,11,0,255,134,34,211,63,205,7,0,1,7,224,253,144,137,7,0,4,135,39,141,210,194,10,0,7,7,46,86,158,161,11,0,8,7,6,7,5,143,7,0,12,7,239,188,197,48,7,0,13,7,134,169,250,218,6,0,13,135,237,96,163,149,9,0,13,135,237,96,246,149,9,0,13,7,149,180,255,110,10,0,14,7,127,222,167,85,7,0,15,135,141,250,68,165,7,0,15,135,141,250,46,57,11,0,15,135,141,250,71,57,11,0,17,135,232,158,197,48,7,0,18,7,142,140,176,5,8,0,21,135,201,42,83,201,8,0,22,135,1,79,197,48,7,0,22,135,230,251,144,137,7,0,24,7,66,187,53,6,7,0,24,135,188,59,23,87,7,0,26,7,220,109,22,38,7,0,26,135,230,91,182,94,7,0,26,7,192,5,213,31,9,0,26,7,192,5,198,32,9,0,29,135,10,158,168,3,9,0,29,135,10,158,73,7,9,0,30,7,188,29,10,77,7,0,30,7,188,29,170,79,7,0,32,7,215,89,25,34,6,0,32,135,186,46,119,97,7,0,35,135,170,6,10,235,7,0,35,7,18,3,75,58,11,0,37,135,223,246,116,66,7,0,38,7,170,228,31,155,6,0,40,135,13,125,49,26,6,0,41,7,141,131,29,244,6,0,41,135,54,10,86,119,7,0,46,7,7,146,68,165,7,0,49,7,194,52,51,109,7,0,54,7,193,144,32,241,11,0,56,135,33,16,255,231,5,0,57,7,135,186,228,75,9,0,57,7,135,186,142,76,9,0,58,7,3,163,236,220,11,0,60,135,157,38,147,154,6,0,60,135,174,136,255,110,10,0,61,135,105,24,81,179,7,0,61,135,105,24,48,41,9,0,61,7,148,56,142,184,11,0,62,7,26,125,219,24,7,0,62,7,26,125,242,207,11,0,64,7,116,143,232,121,7,0,64,7,38,52,0,156,8,0,66,135,139,105,64,43,6,0,66,135,53,113,99,70,7,0,67,7,147,18,68,93,6,0,67,135,229,1,10,77,7,0,67,135,229,1,170,79,7,0,70,135,1,84,203,131,9,0,70,135,1,84,97,132,9,0,72,7,185,176,192,130,10,0,72,7,185,176,42,131,10,0,74,7,108,177,135,47,8,0,75,7,87,149,218,159,10,0,75,7,87,149,111,162,10,0,77,135,114,224,68,223,6,0,77,135,25,76,71,115,7,0,78,135,106,100,106,96,8,0,78,135,106,100,154,96,8,0,81,135,244,220,81,179,7,0,81,135,244,220,45,164,8,0,81,135,244,220,195,164,8,0,81,135,244,220,101,165,8,0,81,135,244,220,205,92,10,0,82,135,164,226,208,122,6,0,82,7,163,45,105,9,10,0,82,7,163,45,130,9,10,0,83,7,208,5,130,149,10,0,83,7,208,5,163,149,10,0,85,7,2,197,231,206,9,0,86,135,202,170,142,71,7,0,87,7,169,198,76,22,7,0,88,7,5,55,167,15,6,0,89,135,228,215,110,119,8,0,90,135,244,158,59,41,7,0,90,7,19,246,206,159,9,0,90,7,19,246,235,159,9,0,90,7,100,38,227,43,11,0,91,7,87,225,79,59,11,0,91,7,87,225,240,64,11,0,93,7,117,216,5,143,7,0,94,7,138,3,71,115,7,0,95,135,253,128,209,103,6,0,95,7,26,149,189,157,6,0,96,135,242,113,235,99,7,0,96,7,138,239,131,41,9,0,97,135,148,120,5,143,7,0,97,135,48,235,32,213,10,0,98,7,46,113,69,179,9,0,98,7,46,113,155,179,9,0,98,7,46,113,43,180,9,0,100,135,52,147,55,228,8,0,100,135,52,147,39,237,8,0,100,135,52,147,32,246,8,0,102,135,176,79,233,118,10,0,102,135,176,79,125,119,10,0,102,135,176,79,21,120,10,0,104,135,236,25,192,27,7,0,104,135,176,39,55,228,8,0,104,135,176,39,39,237,8,0,104,135,176,39,32,246,8,0,108,7,81,34,7,181,8,0,108,7,81,34,110,181,8,0,112,135,148,150,55,228,8,0,112,135,148,150,39,237,8,0,112,135,148,150,32,246,8,0,113,135,246,31,75,107,7,0,114,7,144,255,132,98,11,0,116,7,248,30,156,176,7,0,116,7,36,151,27,239,7,0,116,7,248,30,156,130,9,0,118,135,92,74,114,88,7,0,119,7,33,208,240,59,7,0,123,135,69,18,250,13,10,0,123,135,69,18,121,14,10,0,123,135,69,18,5,15,10,0,123,135,80,100,213,44,10,0,123,135,162,247,18,130,11,0,126,135,5,197,195,180,6,0,126,7,134,14,199,0,7,0,126,135,16,41,5,143,7,0,126,7,212,89,203,88,11,0,127,135,106,139,161,190,9,0,127,135,106,139,93,191,9,0,128,135,22,174,5,143,7,0,131,135,72,226,45,105,7,0,132,7,202,54,110,119,8,0,133,7,37,142,146,31,11,0,136,135,234,33,199,0,7,0,136,135,149,50,220,126,9,0,136,135,149,50,138,127,9,0,137,7,65,137,81,179,7,0,139,7,228,57,95,227,8,0,139,135,154,154,92,197,10,0,139,135,154,154,113,197,10,0,140,135,201,190,5,143,7,0,142,135,33,249,23,195,6,0,142,135,11,220,246,141,8,0,143,7,115,122,86,119,7,0,143,7,39,131,55,228,8,0,143,7,39,131,39,237,8,0,143,7,39,131,32,246,8,0,144,7,139,197,15,59,6,0,144,7,139,197,119,97,7,0,144,135,172,124,68,165,7,0,144,135,192,203,94,54,8,0,145,135,239,179,150,61,6,0,145,7,202,92,68,165,7,0,147,135,254,22,144,137,7,0,148,135,191,143,222,38,8,0,148,135,191,143,12,39,8,0,150,135,32,237,108,32,7,0,150,7,212,43,59,41,7,0,150,7,60,225,238,100,9,0,150,7,60,225,126,101,9,0,153,7,205,137,6,76,6,0,155,7,81,49,68,165,7,0,157,135,126,201,150,164,7,0,159,135,104,175,59,41,7,0,160,7,64,161,166,232,6,0,160,7,64,161,50,234,6,0,161,135,173,26,81,179,7,0,161,135,173,26,25,144,8,0,161,135,173,26,141,144,8,0,161,135,173,26,247,144,8,0,161,135,173,26,18,104,10,0,162,135,189,32,197,48,7,0,162,7,115,24,210,13,9,0,162,7,115,24,132,14,9,0,165,7,226,149,255,110,10,0,170,135,147,136,192,58,6,0,170,135,147,136,125,73,7,0,170,135,147,136,120,75,7,0,170,135,241,147,2,126,10,0,170,135,241,147,203,126,10,0,173,7,94,199,5,143,7,0,176,135,235,31,232,121,7,0,178,7,231,242,116,66,7,0,182,135,81,95,144,137,7,0,182,135,126,11,92,15,9,0,182,135,126,11,130,20,9,0,184,135,91,202,224,11,8,0,184,135,91,202,15,12,8,0,186,135,97,56,5,143,7,0,186,135,239,163,54,215,8,0,186,135,239,163,18,13,11,0,188,135,169,215,53,78,11,0,189,135,136,154,92,15,9,0,189,135,136,154,130,20,9,0,190,7,73,145,128,20,7,0,191,7,194,24,241,12,7,0,192,7,10,46,70,202,6,0,192,135,243,252,68,165,7,0,192,135,240,28,8,217,7,0,193,7,195,125,45,15,7,0,193,135,209,34,232,121,7,0,193,7,31,29,255,110,10,0,196,7,148,25,86,119,7,0,197,135,15,154,5,143,7,0,199,135,81,242,197,48,7,0,200,135,138,39,118,61,11,0,208,135,249,200,59,41,7,0,209,135,23,30,244,41,11,0,210,135,255,193,116,192,11,0,215,7,36,116,35,127,7,0,218,135,199,84,141,213,11,0,221,7,155,125,92,203,6,0,221,7,27,118,122,163,7,0,221,7,27,118,206,195,7,0,221,7,27,118,239,195,7,0,221,7,211,82,255,110,10,0,226,7,71,209,81,179,7,0,226,7,71,209,68,192,7,0,230,135,200,47,222,31,7,0,234,7,252,206,125,73,7,0,234,7,252,206,120,75,7,0,235,135,94,78,199,195,6,0,235,7,166,30,151,246,10,0,237,7,216,228,90,59,6,0,239,7,228,151,246,15,7,0,241,7,69,101,50,29,10,0,242,135,196,134,255,110,10,0,245,135,63,191,183,68,7,0,246,135,58,201,170,79,7,0,246,135,58,201,75,107,7,0,247,7,19,73,116,66,7,0,248,135,107,19,238,100,9,0,248,135,107,19,126,101,9,0,248,7,111,206,18,154,11,0,249,7,254,38,45,209,8,0,250,7,200,129,62,133,11,0,250,7,200,129,143,138,11,0,253,135,131,142,94,152,11,0,255,135,185,100,213,31,9,0,255,135,185,100,198,32,9,0,2,136,0,55,207,228,5,0,4,136,219,152,113,49,9,0,4,136,219,152,44,51,9,0,12,136,75,89,124,138,11,0,13,8,107,103,39,252,5,0,13,136,126,201,176,76,6,0,13,136,67,239,178,93,7,0,13,8,146,94,183,116,7,0,14,136,26,126,55,228,8,0,14,136,26,126,39,237,8,0,14,136,26,126,32,246,8,0,15,136,41,77,207,167,8,0,16,136,178,8,251,84,7,0,17,8,211,248,178,196,10,0,22,8,106,168,255,110,10,0,22,8,37,116,12,32,11,0,23,8,179,229,119,134,6,0,29,136,15,55,69,88,7,0,32,8,228,98,30,131,7,0,32,8,62,156,68,165,7,0,34,8,207,89,168,177,10,0,34,8,207,89,246,177,10,0,35,8,96,3,197,48,7,0,35,8,144,84,218,159,10,0,35,8,144,84,111,162,10,0,36,8,209,179,144,137,7,0,37,136,133,216,203,81,9,0,37,136,133,216,169,82,9,0,39,8,234,229,35,230,5,0,41,8,101,228,202,62,7,0,45,8,238,19,115,24,6,0,48,8,64,245,66,112,7,0,49,136,198,191,228,164,6,0,49,136,154,247,231,206,9,0,51,136,178,193,250,218,6,0,52,8,183,223,29,154,6,0,55,8,127,192,163,111,11,0,58,136,144,105,94,215,11,0,60,136,87,74,214,113,7,0,62,8,24,101,33,230,6,0,62,8,24,101,189,126,8,0,63,8,131,13,86,119,7,0,65,136,133,83,61,190,10,0,67,136,52,51,255,181,11,0,68,8,200,167,81,3,9,0,68,8,200,167,97,3,9,0,70,8,58,130,136,123,11,0,70,136,14,193,229,136,11,0,71,136,133,242,177,27,9,0,71,136,133,242,254,28,9,0,71,136,133,242,77,30,9,0,76,136,81,242,223,39,7,0,77,8,76,152,121,120,9,0,77,8,76,152,159,120,9,0,82,8,97,52,214,113,7,0,84,136,11,171,117,59,9,0,84,136,11,171,221,59,9,0,85,136,111,91,59,41,7,0,87,136,252,79,221,93,9,0,87,136,252,79,2,94,9,0,87,136,109,205,205,169,10,0,87,136,109,205,47,171,10,0,88,8,31,24,106,89,7,0,88,8,109,231,248,213,10,0,92,8,236,177,77,61,9,0,92,8,236,177,55,62,9,0,93,136,50,232,103,103,8,0,93,136,209,191,113,49,9,0,93,136,209,191,44,51,9,0,94,136,112,150,37,63,7,0,94,136,60,90,245,80,11,0,94,136,60,90,75,85,11,0,97,136,67,160,108,32,7,0,97,136,224,98,72,14,8,0,97,136,229,17,135,47,8,0,101,136,224,91,207,167,8,0,104,136,230,166,55,228,8,0,104,136,230,166,39,237,8,0,104,136,230,166,32,246,8,0,105,8,30,114,242,19,7,0,105,8,108,53,23,39,7,0,105,8,6,126,221,26,9,0,105,8,6,126,51,27,9,0,107,8,226,226,186,8,6,0,107,136,183,96,255,110,10,0,108,136,168,22,116,66,7,0,109,8,156,31,18,107,8,0,111,8,192,136,0,134,11,0,116,136,107,129,177,27,9,0,116,136,107,129,254,28,9,0,116,136,107,129,77,30,9,0,119,8,8,181,102,29,7,0,119,8,95,120,238,66,9,0,119,8,95,120,8,69,9,0,120,136,45,184,186,104,7,0,120,8,205,37,55,228,8,0,120,8,205,37,39,237,8,0,120,8,205,37,32,246,8,0,124,136,165,97,102,233,6,0,125,8,23,131,109,225,8,0,126,8,243,99,106,182,9,0,126,8,243,99,186,182,9,0,127,8,234,94,250,25,6,0,127,8,234,94,119,97,7,0,129,8,79,237,2,8,6,0,130,136,39,161,153,78,8,0,131,136,26,126,137,178,7,0,133,8,98,102,87,178,7,0,133,136,13,161,37,46,10,0,133,136,13,161,103,47,10,0,133,136,13,161,172,48,10,0,133,8,98,102,166,87,10,0,134,136,139,108,30,131,7,0,134,8,154,141,158,200,11,0,135,136,136,122,86,108,6,0,135,8,152,66,255,110,10,0,139,136,107,90,161,190,9,0,139,136,107,90,93,191,9,0,142,136,223,170,68,165,7,0,143,136,4,207,169,90,6,0,143,136,76,65,172,71,9,0,143,136,76,65,227,71,9,0,146,8,19,252,31,32,7,0,146,8,19,252,170,79,7,0,147,8,194,8,151,251,10,0,150,136,103,184,243,80,6,0,151,136,206,65,81,137,8,0,151,136,206,65,145,137,8,0,151,136,206,65,199,137,8,0,155,136,140,95,125,73,7,0,156,8,94,61,137,108,7,0,156,8,94,61,187,108,7,0,156,8,170,242,5,143,7,0,157,8,97,166,238,66,9,0,157,8,97,166,8,69,9,0,158,8,76,50,116,66,7,0,159,8,225,246,182,94,7,0,160,136,92,79,23,39,7,0,160,136,145,22,10,77,7,0,166,8,114,79,166,36,7,0,166,136,74,4,35,127,7,0,167,8,245,69,197,48,7,0,168,8,84,64,145,93,11,0,169,136,215,178,79,147,8,0,170,136,45,229,252,5,10,0,170,136,45,229,20,6,10,0,174,136,67,142,55,228,8,0,174,136,67,142,39,237,8,0,174,136,67,142,32,246,8,0,177,136,164,174,101,22,6,0,178,136,125,113,92,15,9,0,178,136,125,113,130,20,9,0,178,136,121,182,255,110,10,0,180,8,203,148,108,71,6,0,180,8,75,200,5,143,7,0,182,8,66,5,58,200,6,0,182,8,66,5,37,63,7,0,182,136,68,42,166,19,11,0,183,136,173,111,15,103,7,0,186,8,12,250,68,165,7,0,187,136,120,101,16,22,6,0,187,136,114,6,156,176,7,0,187,136,114,6,168,157,10,0,187,136,114,6,193,157,10,0,187,136,114,6,220,157,10,0,188,136,157,1,123,21,6,0,188,8,6,166,116,66,7,0,191,136,68,117,177,27,9,0,191,136,68,117,254,28,9,0,191,136,68,117,77,30,9,0,192,136,98,168,81,179,7,0,192,136,98,168,110,153,8,0,194,136,220,148,81,179,7,0,194,136,220,148,34,26,9,0,194,8,118,144,111,145,9,0,195,8,164,160,125,73,7,0,200,136,252,93,242,133,7,0,202,136,127,12,59,41,7,0,202,8,136,161,240,68,7,0,203,8,1,228,95,227,8,0,203,8,87,170,34,16,11,0,204,8,146,149,119,49,11,0,204,8,146,149,136,49,11,0,204,8,146,149,172,54,11,0,206,136,95,52,187,87,7,0,206,136,8,172,229,27,10,0,206,136,8,172,114,28,10,0,208,136,244,28,232,26,6,0,212,136,206,149,138,194,11,0,213,136,50,30,128,98,7,0,217,136,103,27,108,19,7,0,217,8,33,131,59,41,7,0,222,8,202,67,247,245,5,0,225,136,155,247,197,48,7,0,226,8,156,61,94,242,5,0,228,136,189,183,159,192,6,0,231,136,125,46,89,202,7,0,231,136,125,46,207,202,7,0,233,136,89,254,248,17,6,0,235,136,77,223,68,165,7,0,235,136,23,89,255,110,10,0,238,8,231,105,68,165,7,0,238,8,231,105,216,6,11,0,239,136,48,120,37,63,7,0,239,8,77,203,235,99,7,0,239,136,213,129,204,186,8,0,240,136,137,197,81,179,7,0,240,136,137,197,30,104,8,0,240,136,137,197,73,104,8,0,240,136,137,197,83,174,10,0,240,136,137,197,120,174,10,0,240,136,137,197,144,174,10,0,243,136,26,120,210,13,9,0,243,136,26,120,132,14,9,0,245,136,214,54,203,131,9,0,245,136,214,54,97,132,9,0,245,8,19,182,255,110,10,0,248,136,58,58,37,63,7,0,248,8,106,156,139,83,7,0,248,136,37,103,168,3,9,0,248,136,37,103,73,7,9,0,250,8,254,48,68,165,7,0,254,8,18,0,144,37,7,0,254,136,75,20,67,247,11,0,0,9,132,102,246,15,7,0,0,137,136,224,146,78,10,0,1,9,161,75,250,93,7,0,1,9,161,75,93,222,10,0,3,9,86,193,122,11,8,0,6,9,124,9,235,99,7,0,7,9,169,125,92,15,9,0,7,9,169,125,130,20,9,0,8,9,119,27,161,17,7,0,12,9,112,211,37,63,7,0,12,137,247,136,232,121,7,0,12,9,107,48,55,228,8,0,12,9,107,48,39,237,8,0,12,9,107,48,32,246,8,0,12,9,0,26,81,90,11,0,14,9,216,132,202,50,8,0,15,9,227,145,242,19,7,0,15,9,182,60,224,160,11,0,16,9,53,191,157,253,6,0,17,137,173,20,75,107,7,0,17,137,31,47,138,116,7,0,18,9,123,102,250,1,8,0,18,9,62,235,202,50,8,0,20,137,208,126,55,228,8,0,20,137,208,126,39,237,8,0,20,137,208,126,32,246,8,0,21,9,107,229,144,137,7,0,27,9,198,47,197,48,7,0,31,9,176,34,228,90,7,0,31,9,192,171,69,110,7,0,32,9,182,103,216,25,7,0,33,137,30,4,152,30,7,0,34,137,140,65,184,92,9,0,34,137,140,65,53,93,9,0,34,9,239,176,231,206,9,0,38,9,193,107,144,137,7,0,42,9,211,241,235,8,7,0,42,137,241,215,161,29,7,0,42,9,6,231,210,112,7,0,42,137,223,60,92,15,9,0,42,137,223,60,130,20,9,0,43,137,233,60,161,190,9,0,43,137,233,60,93,191,9,0,44,9,181,166,202,174,11,0,45,9,151,167,238,161,7,0,48,9,181,10,206,37,6,0,48,9,69,42,139,16,7,0,48,137,41,202,155,89,7,0,49,9,6,39,69,135,7,0,49,137,217,138,129,52,8,0,49,137,217,138,159,52,8,0,49,137,217,138,200,52,8,0,50,9,153,117,59,41,7,0,51,137,189,209,205,169,10,0,51,137,189,209,47,171,10,0,52,9,180,45,205,30,11,0,55,9,195,65,190,154,9,0,55,9,195,65,221,154,9,0,55,9,195,65,248,154,9,0,56,9,193,223,24,53,9,0,56,9,193,223,252,53,9,0,58,9,145,217,76,124,8,0,59,9,35,33,144,137,7,0,59,9,140,192,255,110,10,0,61,9,201,238,5,143,7,0,61,137,226,31,81,179,7,0,61,137,226,31,68,192,7,0,62,137,231,100,55,228,8,0,62,137,231,100,39,237,8,0,62,137,231,100,32,246,8,0,65,9,172,51,238,9,7,0,65,137,1,241,44,86,11,0,65,137,1,241,64,86,11,0,66,9,24,77,183,116,7,0,66,137,233,141,232,121,7,0,66,137,16,3,55,228,8,0,66,137,16,3,39,237,8,0,66,137,16,3,32,246,8,0,67,137,14,191,201,24,6,0,67,137,14,191,35,156,7,0,70,137,3,18,59,41,7,0,70,9,223,251,151,187,8,0,70,137,104,61,92,15,9,0,70,137,104,61,130,20,9,0,72,9,186,148,242,155,6,0,72,9,104,214,102,237,9,0,72,9,104,214,115,238,9,0,73,9,25,46,8,115,7,0,74,9,214,208,197,48,7,0,74,9,38,18,86,119,7,0,75,9,35,208,159,129,6,0,76,137,4,16,5,143,7,0,78,9,115,10,27,248,5,0,79,137,144,160,2,72,7,0,80,9,149,6,59,23,7,0,80,9,14,157,238,66,9,0,80,9,14,157,8,69,9,0,83,137,152,61,37,46,10,0,83,137,152,61,103,47,10,0,83,137,152,61,172,48,10,0,84,137,114,27,225,32,8,0,85,137,81,82,238,235,11,0,87,137,62,214,240,68,7,0,89,137,178,70,125,73,7,0,91,9,86,238,155,34,11,0,94,137,15,80,157,51,10,0,94,137,15,80,1,52,10,0,94,137,15,80,98,52,10,0,94,137,55,19,86,163,11,0,97,137,245,126,255,110,10,0,98,9,6,13,206,235,10,0,99,137,153,38,23,39,7,0,99,9,252,93,175,58,8,0,102,9,98,83,32,96,6,0,102,9,255,177,125,73,7,0,102,9,255,177,120,75,7,0,102,9,255,177,75,191,7,0,104,9,82,198,255,204,7,0,105,137,35,57,75,247,6,0,105,137,59,59,183,116,7,0,106,137,250,197,124,6,7,0,106,9,39,3,62,161,7,0,108,137,201,148,181,159,8,0,108,137,201,148,202,160,8,0,108,137,201,148,40,63,9,0,108,137,201,148,226,63,9,0,108,137,201,148,144,64,9,0,114,9,186,247,22,38,7,0,116,137,78,149,176,218,11,0,117,9,162,76,82,233,11,0,118,9,35,22,4,191,6,0,118,9,127,143,55,228,8,0,118,9,127,143,39,237,8,0,118,9,127,143,32,246,8,0,120,137,158,204,139,253,10,0,120,9,180,237,9,131,11,0,120,9,180,237,141,136,11,0,125,9,134,131,81,179,7,0,127,9,37,29,154,130,10,0,128,137,29,72,143,209,7,0,128,9,94,127,166,23,10,0,128,9,94,127,181,24,10,0,128,9,94,127,184,25,10,0,128,9,94,127,214,26,10,0,129,9,111,92,55,228,8,0,129,9,111,92,39,237,8,0,129,9,111,92,32,246,8,0,130,9,230,26,91,230,7,0,131,9,26,188,52,38,6,0,132,137,115,27,237,29,8,0,133,9,207,58,107,163,8,0,133,9,207,58,164,163,8,0,135,137,41,129,30,131,7,0,135,9,167,194,81,249,11,0,137,9,123,132,255,110,10,0,138,137,248,51,209,3,10,0,138,137,248,51,245,3,10,0,138,137,248,51,37,4,10,0,141,137,221,139,91,121,9,0,141,137,221,139,171,122,9,0,141,137,221,139,253,123,9,0,141,137,221,139,84,125,9,0,143,9,196,130,175,58,8,0,143,9,68,82,37,46,10,0,143,9,68,82,103,47,10,0,143,9,68,82,172,48,10,0,143,9,201,238,159,137,11,0,144,137,62,37,182,94,7,0,144,9,255,177,222,222,9,0,145,137,205,234,142,11,7,0,149,9,116,211,226,33,7,0,152,9,203,143,221,135,6,0,153,9,216,10,86,11,7,0,154,9,188,118,209,53,6,0,154,9,230,200,214,29,11,0,156,9,168,105,240,59,7,0,161,9,105,188,222,135,9,0,161,9,105,188,2,136,9,0,161,9,105,188,40,136,9,0,163,9,46,175,109,53,8,0,163,9,46,175,160,53,8,0,164,137,15,208,183,116,7,0,164,137,148,44,150,164,7,0,165,137,184,234,185,84,6,0,166,137,79,150,129,46,9,0,166,137,79,150,184,46,9,0,166,137,153,66,37,46,10,0,166,137,153,66,103,47,10,0,166,137,153,66,172,48,10,0,167,137,173,15,10,77,7,0,168,9,76,115,68,165,7,0,170,137,151,133,213,44,10,0,170,9,25,95,94,208,11,0,171,9,229,66,70,9,8,0,175,137,72,82,21,69,8,0,182,9,125,248,235,99,7,0,184,137,175,248,119,26,8,0,185,9,150,164,81,179,7,0,185,9,150,164,34,26,9,0,185,137,63,51,138,198,11,0,186,137,144,114,182,78,8,0,186,137,20,27,166,23,10,0,186,137,20,27,181,24,10,0,186,137,20,27,184,25,10,0,186,137,20,27,214,26,10,0,189,9,96,130,228,90,7,0,189,9,11,181,142,136,7,0,189,137,51,12,202,50,8,0,189,9,247,9,74,162,8,0,189,137,217,181,0,89,10,0,189,137,217,181,96,89,10,0,189,137,217,181,189,89,10,0,190,137,86,206,10,77,7,0,190,137,86,206,170,79,7,0,193,9,169,99,108,32,7,0,194,137,249,96,68,165,7,0,194,9,179,68,92,15,9,0,194,9,179,68,130,20,9,0,194,9,33,144,24,21,10,0,194,9,33,144,109,21,10,0,195,137,138,209,197,48,7,0,197,9,40,40,197,48,7,0,200,9,134,2,203,229,5,0,200,9,128,143,239,39,10,0,200,9,128,143,45,40,10,0,200,9,128,143,89,40,10,0,200,137,13,147,255,110,10,0,202,9,67,234,168,3,9,0,202,9,67,234,73,7,9,0,203,9,150,23,74,61,7,0,203,9,218,94,135,47,8,0,204,137,77,105,138,85,9,0,204,137,77,105,93,87,9,0,205,137,76,137,176,228,5,0,205,9,191,173,2,126,10,0,205,9,191,173,203,126,10,0,206,137,199,94,9,61,6,0,207,9,74,176,55,228,8,0,207,9,74,176,39,237,8,0,207,9,74,176,32,246,8,0,207,137,66,43,168,3,9,0,207,137,66,43,73,7,9,0,208,137,92,210,211,224,8,0,208,137,92,210,4,225,8,0,210,9,188,148,41,207,6,0,210,9,188,148,125,73,7,0,210,9,188,148,120,75,7,0,212,137,52,189,55,228,8,0,212,137,52,189,39,237,8,0,212,137,52,189,32,246,8,0,213,137,30,43,84,87,7,0,215,9,158,214,213,44,10,0,216,9,137,199,135,218,9,0,216,9,137,199,242,218,9,0,217,9,120,40,59,41,7,0,218,137,196,78,219,24,7,0,218,137,196,78,5,143,7,0,219,9,71,153,235,99,7,0,219,9,181,245,247,228,10,0,220,9,125,169,255,110,10,0,221,9,217,200,202,50,8,0,223,9,31,36,124,6,7,0,223,9,112,28,242,19,7,0,225,9,148,67,87,125,6,0,225,9,1,188,84,36,7,0,225,9,208,148,92,15,9,0,225,9,208,148,130,20,9,0,225,9,96,76,31,8,10,0,225,9,96,76,58,8,10,0,225,9,96,76,83,8,10,0,225,137,212,190,174,115,11,0,226,9,2,186,139,83,7,0,227,137,160,111,59,41,7,0,228,9,96,164,28,133,9,0,228,9,96,164,62,133,9,0,230,9,63,51,203,81,9,0,230,9,63,51,169,82,9,0,232,9,143,185,54,193,10,0,233,137,3,126,92,15,9,0,233,137,3,126,130,20,9,0,235,137,4,163,92,15,9,0,235,137,4,163,130,20,9,0,235,9,117,79,77,61,9,0,235,9,117,79,55,62,9,0,235,137,77,121,42,72,9,0,235,137,77,121,233,72,9,0,235,137,77,121,162,73,9,0,240,137,3,204,55,228,8,0,240,137,3,204,39,237,8,0,240,137,3,204,32,246,8,0,244,9,46,201,75,107,7,0,244,137,134,86,76,248,9,0,244,137,134,86,126,248,9,0,244,137,134,86,163,248,9,0,245,137,85,44,206,176,11,0,246,9,22,52,81,179,7,0,246,9,22,52,45,164,8,0,246,9,22,52,195,164,8,0,246,9,22,52,101,165,8,0,246,9,22,52,205,92,10,0,250,137,34,202,202,7,6,0,250,9,153,38,55,228,8,0,250,9,153,38,39,237,8,0,250,9,153,38,32,246,8,0,251,137,244,56,21,219,5,0,251,9,247,90,225,57,7,0,252,137,54,8,129,190,8,0,0,10,131,149,255,110,10,0,2,10,155,126,97,247,5,0,3,10,148,217,238,66,9,0,3,10,148,217,8,69,9,0,3,10,232,88,85,126,11,0,4,10,16,56,29,119,6,0,4,138,121,3,92,15,9,0,4,138,121,3,130,20,9,0,5,138,214,23,38,19,8,0,7,138,133,63,168,3,9,0,7,138,133,63,73,7,9,0,7,10,19,245,220,126,9,0,7,10,19,245,138,127,9,0,12,10,80,126,183,116,7,0,13,138,84,242,13,220,5,0,13,138,5,98,68,165,7,0,15,10,160,248,202,62,7,0,15,138,174,76,59,249,11,0,17,10,243,3,245,40,10,0,17,10,243,3,90,41,10,0,19,138,118,31,109,224,5,0,21,138,85,170,130,72,11,0,24,138,90,246,197,48,7,0,24,10,3,128,165,187,9,0,24,10,3,128,32,188,9,0,24,10,3,128,149,188,9,0,24,10,3,128,61,189,9,0,24,10,3,128,215,189,9,0,25,10,148,190,117,14,7,0,25,138,127,6,194,136,7,0,28,10,229,148,219,24,7,0,28,138,242,54,168,3,9,0,28,138,242,54,73,7,9,0,29,10,241,27,195,180,6,0,29,10,221,191,16,2,7,0,30,10,254,109,125,73,7,0,30,10,254,109,120,75,7,0,31,138,227,150,222,194,9,0,31,138,227,150,76,195,9,0,31,10,46,190,173,201,9,0,31,10,46,190,211,201,9,0,31,10,46,190,244,201,9,0,32,138,113,159,113,49,9,0,32,138,113,159,44,51,9,0,35,10,149,249,168,3,9,0,35,10,149,249,73,7,9,0,37,10,168,176,197,48,7,0,40,10,77,168,58,207,7,0,44,10,223,68,230,244,5,0,44,138,181,171,255,110,10,0,45,10,216,1,116,66,7,0,45,10,89,12,23,47,9,0,45,10,89,12,53,47,9,0,46,138,47,145,5,143,7,0,51,10,10,208,233,60,6,0,51,10,10,208,124,94,7,0,53,10,43,161,160,161,9,0,53,10,43,161,178,161,9,0,53,10,43,161,196,161,9,0,53,10,43,161,11,162,9,0,55,138,33,50,9,93,7,0,55,138,234,167,86,119,7,0,58,138,189,115,247,228,10,0,59,138,28,116,55,228,8,0,59,138,28,116,39,237,8,0,59,138,28,116,32,246,8,0,61,138,120,140,121,69,7,0,62,10,215,33,75,213,9,0,62,10,215,33,151,213,9,0,63,138,172,3,144,137,7,0,68,10,215,111,112,24,7,0,68,10,153,137,144,137,7,0,68,138,220,11,138,85,9,0,68,138,220,11,93,87,9,0,69,138,49,8,211,222,6,0,69,10,158,58,111,119,11,0,70,138,52,158,99,70,7,0,73,138,225,22,81,179,7,0,73,138,225,22,127,187,7,0,73,138,225,22,68,192,7,0,75,10,197,138,250,218,6,0,75,138,181,136,35,127,7,0,76,10,212,45,214,113,7,0,77,10,116,85,30,131,7,0,79,138,49,35,228,90,7,0,79,138,44,127,144,219,7,0,80,138,168,144,64,218,5,0,80,138,231,242,47,14,7,0,83,10,208,253,41,140,6,0,83,10,157,242,255,110,10,0,85,10,104,128,13,206,7,0,86,138,126,177,55,154,10,0,86,138,126,177,144,154,10,0,87,138,42,33,144,137,7,0,90,138,85,65,59,41,7,0,90,10,51,106,255,110,10,0,91,10,137,232,111,220,5,0,92,138,174,230,202,50,8,0,100,10,104,196,167,83,10,0,100,10,104,196,239,83,10,0,100,10,104,196,51,84,10,0,100,10,104,196,113,84,10,0,101,10,2,138,54,69,7,0,103,10,205,71,216,25,7,0,105,10,158,76,168,3,9,0,105,10,158,76,73,7,9,0,105,138,18,148,108,163,9,0,105,138,18,148,138,163,9,0,105,138,18,148,165,163,9,0,106,138,38,62,50,79,8,0,106,10,148,190,55,228,8,0,106,10,148,190,39,237,8,0,106,10,148,190,32,246,8,0,110,138,7,199,23,239,6,0,111,10,253,181,30,131,7,0,112,138,133,252,106,182,9,0,112,138,133,252,186,182,9,0,114,10,211,206,203,88,7,0,118,10,14,93,140,41,11,0,121,10,8,177,106,171,11,0,122,10,100,27,49,210,11,0,124,138,130,81,221,146,10,0,125,10,134,68,156,39,7,0,126,10,72,169,161,29,7,0,127,138,141,146,59,41,7,0,130,10,46,50,10,85,11,0,131,138,22,200,255,110,10,0,133,10,52,99,10,37,7,0,133,10,232,84,255,110,10,0,137,138,55,245,217,21,11,0,138,138,250,35,109,195,11,0,139,138,227,40,92,15,9,0,139,138,227,40,130,20,9,0,140,10,90,41,224,18,7,0,142,138,207,132,158,128,7,0,143,138,208,80,185,210,7,0,143,138,208,80,244,210,7,0,143,138,52,138,100,222,8,0,143,138,52,138,176,222,8,0,143,138,104,202,126,219,11,0,144,138,48,200,197,48,7,0,144,10,62,80,83,126,7,0,145,10,5,255,166,23,10,0,145,10,5,255,181,24,10,0,145,10,5,255,184,25,10,0,145,10,5,255,214,26,10,0,147,10,62,213,86,119,7,0,147,138,134,181,156,126,11,0,148,10,93,187,51,38,11,0,151,10,67,16,97,6,7,0,152,138,10,175,194,136,7,0,161,10,75,68,235,99,7,0,161,10,181,197,144,137,7,0,162,10,186,171,75,107,7,0,166,10,116,151,74,254,5,0,167,138,225,218,125,73,7,0,167,138,225,218,120,75,7,0,168,138,61,82,255,110,10,0,170,138,83,50,187,46,6,0,172,10,29,78,95,60,8,0,172,10,29,78,136,60,8,0,176,138,71,27,5,143,7,0,176,10,75,178,174,67,10,0,177,138,63,51,23,186,11,0,179,10,163,169,231,98,6,0,179,10,163,169,240,59,7,0,180,10,142,51,59,41,7,0,180,138,44,127,232,121,7,0,184,138,58,88,59,52,6,0,184,138,46,26,132,40,7,0,184,138,165,112,220,249,10,0,185,138,201,236,135,142,10,0,185,138,201,236,162,142,10,0,185,138,11,102,28,217,11,0,185,138,240,13,39,233,11,0,186,138,134,233,86,119,7,0,187,10,143,185,68,165,7,0,190,138,99,230,161,29,7,0,190,138,177,74,77,203,10,0,193,10,81,190,189,124,11,0,194,10,181,135,135,218,9,0,194,10,181,135,242,218,9,0,199,10,230,83,86,119,7,0,199,138,42,185,186,131,11,0,199,138,42,185,230,131,11,0,200,10,148,98,207,167,8,0,200,10,148,98,99,169,8,0,200,10,148,98,207,169,8,0,200,10,148,98,148,170,8,0,200,10,148,98,41,171,8,0,200,10,148,98,119,171,8,0,202,10,240,186,207,132,7,0,203,10,48,135,107,102,8,0,203,10,48,135,238,118,8,0,203,10,114,29,168,3,9,0,203,10,114,29,73,7,9,0,203,10,58,150,133,47,9,0,203,10,58,150,46,48,9,0,205,138,104,249,74,24,8,0,205,138,104,249,129,24,8,0,205,138,104,249,184,24,8,0,205,10,215,240,104,87,8,0,205,10,215,240,144,87,8,0,205,138,113,57,162,158,8,0,206,10,244,24,22,38,7,0,206,138,77,129,119,97,7,0,206,138,175,23,92,15,9,0,206,138,175,23,130,20,9,0,211,138,16,3,31,153,9,0,211,138,16,3,214,153,9,0,212,10,204,250,108,215,7,0,217,138,134,172,43,1,6,0,218,10,55,69,224,102,7,0,221,10,221,25,31,198,8,0,222,10,166,6,71,27,7,0,224,10,141,129,119,97,7,0,224,10,141,129,235,99,7,0,227,138,203,151,38,104,7,0,228,10,103,231,113,5,6,0,234,10,77,225,210,13,9,0,234,10,77,225,132,14,9,0,234,10,53,124,40,63,9,0,234,10,53,124,226,63,9,0,234,10,53,124,144,64,9,0,235,10,218,128,174,110,11,0,240,10,181,211,170,7,7,0,241,138,211,192,68,165,7,0,242,10,181,87,97,199,10,0,243,138,211,14,109,134,9,0,243,138,211,14,163,134,9,0,243,138,211,14,150,229,10,0,245,138,100,168,13,89,7,0,246,138,200,45,112,204,9,0,246,138,200,45,152,204,9,0,247,10,46,21,7,27,8,0,247,138,178,230,113,49,9,0,247,138,178,230,44,51,9,0,249,10,49,154,77,61,9,0,249,10,49,154,55,62,9,0,250,10,254,167,5,143,7,0,252,138,197,184,6,86,7,0,252,138,197,184,33,86,7,0,252,138,146,115,175,172,9,0,252,138,146,115,220,172,9,0,252,138,146,115,104,0,11,0,253,10,1,214,162,95,8,0,255,138,69,152,55,228,8,0,255,138,69,152,39,237,8,0,255,138,69,152,32,246,8,0,2,11,106,100,235,99,7,0,5,11,147,254,54,241,9,0,5,11,147,254,213,241,9,0,6,139,160,109,19,162,11,0,7,139,114,75,182,94,7,0,11,11,201,247,81,179,7,0,11,11,201,247,68,192,7,0,11,139,115,77,210,13,9,0,11,139,115,77,132,14,9,0,11,11,34,239,38,99,11,0,13,139,174,141,207,167,8,0,13,139,58,50,221,146,10,0,14,139,46,44,29,241,6,0,15,139,1,110,42,117,9,0,15,139,1,110,178,117,9,0,19,11,133,206,44,211,11,0,20,11,48,158,71,27,7,0,23,11,142,94,162,158,8,0,23,139,226,109,138,169,11,0,24,139,118,164,30,131,7,0,26,139,33,212,183,116,7,0,27,11,63,253,195,66,8,0,28,11,69,108,219,64,11,0,29,11,49,14,59,41,7,0,30,11,63,253,170,79,7,0,30,11,217,224,68,165,7,0,30,139,104,38,97,246,11,0,32,139,19,221,235,99,7,0,35,11,133,147,91,97,6,0,37,139,75,77,156,224,5,0,39,11,7,16,108,108,6,0,40,139,42,145,251,69,6,0,46,11,133,161,139,83,7,0,46,11,237,54,205,129,11,0,50,139,123,255,113,49,9,0,50,139,123,255,44,51,9,0,54,139,69,57,49,193,8,0,54,139,69,57,126,193,8,0,54,139,69,57,204,193,8,0,54,11,85,99,255,110,10,0,54,139,14,60,46,42,11,0,55,11,215,67,226,129,8,0,55,11,215,67,15,130,8,0,55,11,215,67,61,130,8,0,55,11,215,67,108,130,8,0,55,11,121,27,168,3,9,0,55,11,121,27,73,7,9,0,57,139,178,64,20,137,11,0,59,139,220,14,54,123,11,0,60,139,121,169,183,221,8,0,60,139,121,169,232,221,8,0,61,11,132,182,2,72,7,0,61,139,205,31,68,165,7,0,61,11,109,4,202,50,8,0,61,139,189,128,54,241,9,0,61,139,189,128,213,241,9,0,63,139,243,57,56,30,7,0,63,11,133,246,116,66,7,0,68,139,146,50,71,115,7,0,68,139,10,140,82,75,8,0,69,11,129,243,137,108,7,0,69,11,129,243,187,108,7,0,69,11,205,128,91,121,9,0,69,11,205,128,171,122,9,0,69,11,205,128,253,123,9,0,69,11,205,128,84,125,9,0,71,139,199,56,182,94,7,0,71,139,83,140,101,27,11,0,75,139,149,148,79,245,6,0,75,139,149,148,94,37,7,0,75,139,28,116,75,107,7,0,75,139,49,98,242,156,11,0,76,11,213,151,136,0,6,0,77,11,163,235,235,99,7,0,78,11,164,47,68,165,7,0,80,11,41,19,0,80,11,0,82,11,163,150,65,107,9,0,82,11,163,150,92,107,9,0,82,139,100,98,109,134,9,0,82,139,100,98,163,134,9,0,82,139,142,58,227,167,11,0,84,11,40,191,232,121,7,0,88,139,162,20,139,120,11,0,89,139,53,237,92,15,9,0,89,139,53,237,130,20,9,0,91,11,217,218,213,241,10,0,92,11,65,232,121,140,11,0,95,11,32,32,37,223,10,0,100,139,42,208,102,237,9,0,100,139,42,208,115,238,9,0,104,139,43,192,89,231,5,0,104,139,175,237,208,69,7,0,107,139,180,255,116,23,7,0,107,11,138,255,116,66,7,0,108,11,43,211,229,27,10,0,108,11,43,211,114,28,10,0,109,139,225,57,231,206,9,0,109,11,221,48,23,186,11,0,110,11,164,160,118,4,6,0,115,139,167,212,228,75,9,0,115,139,167,212,142,76,9,0,119,11,73,101,167,85,7,0,120,139,156,169,231,206,9,0,121,139,74,3,44,51,6,0,122,11,35,53,130,86,7,0,123,139,143,109,19,65,7,0,125,139,94,77,43,202,7,0,129,139,206,61,118,132,6,0,130,11,81,81,36,78,6,0,132,139,181,82,255,110,10,0,135,139,205,31,254,137,6,0,135,11,138,173,13,89,7,0,135,139,201,200,92,15,9,0,135,139,201,200,130,20,9,0,136,139,210,230,204,23,11,0,138,11,5,87,204,210,11,0,140,139,157,144,20,44,9,0,140,139,157,144,94,44,9,0,141,139,171,152,37,63,7,0,141,139,156,217,155,89,7,0,141,139,33,120,156,176,7,0,141,11,146,97,168,3,9,0,141,11,146,97,73,7,9,0,144,11,194,153,254,8,6,0,144,139,232,207,86,119,7,0,144,139,64,69,81,137,8,0,144,139,64,69,145,137,8,0,144,139,64,69,199,137,8,0,144,11,245,4,204,195,10,0,145,11,185,251,144,65,6,0,145,11,145,116,59,41,7,0,145,139,225,73,144,137,7,0,147,139,88,177,3,130,7,0,147,139,88,177,102,130,7,0,147,139,85,37,168,3,9,0,147,139,85,37,73,7,9,0,148,11,15,205,151,179,11,0,152,11,241,28,153,128,8,0,152,139,240,247,138,85,9,0,152,139,240,247,93,87,9,0,153,139,0,52,182,94,7,0,154,139,75,90,242,238,6,0,154,11,52,246,246,15,7,0,154,11,95,209,5,143,7,0,154,139,75,90,255,104,8,0,155,139,118,63,178,226,5,0,155,139,118,63,135,236,5,0,155,11,146,19,210,112,7,0,157,11,164,160,165,44,8,0,162,11,148,190,42,55,11,0,163,11,19,80,2,72,7,0,163,139,76,238,204,126,7,0,164,11,171,100,197,48,7,0,164,139,173,133,232,121,7,0,166,11,33,83,241,1,7,0,166,11,33,83,94,251,7,0,168,11,13,131,240,59,7,0,168,11,154,228,234,214,10,0,168,11,13,131,33,163,11,0,170,11,53,189,77,178,6,0,170,11,223,245,218,159,10,0,170,11,223,245,111,162,10,0,173,11,59,152,81,179,7,0,173,11,59,152,110,153,8,0,173,11,143,165,96,57,11,0,177,11,133,120,230,141,10,0,177,11,133,120,9,142,10,0,179,139,240,119,245,177,11,0,181,139,238,57,69,179,9,0,181,139,238,57,155,179,9,0,181,139,238,57,43,180,9,0,182,11,201,241,106,46,6,0,183,11,106,55,19,65,7,0,183,11,154,214,124,94,7,0,184,139,120,232,59,41,7,0,193,11,254,253,168,212,8,0,193,11,254,253,232,212,8,0,193,11,254,253,37,213,8,0,194,139,59,243,92,15,9,0,194,139,59,243,130,20,9,0,196,11,82,129,76,11,6,0,196,139,86,178,86,119,7,0,196,139,216,207,156,176,7,0,196,139,185,69,236,145,9,0,196,139,185,69,6,146,9,0,196,11,116,201,133,24,11,0,197,11,2,89,144,37,7,0,197,11,227,239,74,61,7,0,197,11,85,93,55,228,8,0,197,11,85,93,39,237,8,0,197,11,85,93,32,246,8,0,198,11,168,247,167,25,9,0,198,11,168,247,206,25,9,0,200,139,63,9,8,187,6,0,200,11,223,59,6,61,7,0,202,139,253,239,56,113,6,0,202,139,253,239,253,37,7,0,206,11,128,180,69,110,7,0,208,11,243,239,232,121,7,0,208,11,250,173,155,250,11,0,210,139,20,94,35,127,7,0,210,11,15,204,253,29,10,0,210,11,15,204,40,30,10,0,212,11,20,234,132,37,10,0,212,11,20,234,167,37,10,0,215,139,235,179,30,131,7,0,215,139,247,190,31,153,9,0,215,139,247,190,214,153,9,0,217,11,28,234,116,66,7,0,217,11,105,189,110,119,8,0,219,139,187,72,168,3,9,0,219,139,187,72,73,7,9,0,219,139,73,24,144,27,11,0,220,139,81,242,2,126,10,0,220,139,81,242,203,126,10,0,222,11,153,162,46,79,11,0,225,11,169,47,116,66,7,0,226,11,46,210,210,13,9,0,226,11,46,210,132,14,9,0,227,11,139,224,124,6,7,0,227,11,211,29,232,121,7,0,227,11,118,92,248,128,11,0,227,11,118,92,10,129,11,0,228,139,170,166,228,13,8,0,228,139,87,250,55,228,8,0,228,139,87,250,39,237,8,0,228,139,87,250,32,246,8,0,228,11,180,242,183,84,11,0,230,11,7,189,177,27,9,0,230,11,7,189,254,28,9,0,230,11,7,189,77,30,9,0,231,11,87,172,222,147,8,0,235,139,154,101,154,180,11,0,236,11,164,160,216,25,7,0,237,11,63,101,78,136,7,0,237,139,1,21,172,251,10,0,239,11,94,121,205,192,6,0,239,11,1,124,197,48,7,0,239,11,130,194,23,251,10,0,241,11,85,232,255,110,10,0,242,11,75,127,0,54,11,0,243,139,38,90,155,89,7,0,243,139,70,175,42,117,9,0,243,139,70,175,178,117,9,0,244,11,189,86,59,214,11,0,245,11,131,173,197,48,7,0,248,11,153,134,10,40,9,0,248,11,153,134,23,40,9,0,249,11,241,46,234,115,6,0,249,139,115,37,213,217,8,0,251,11,29,110,59,41,7,0,252,139,192,222,255,110,10,0,254,11,79,253,177,48,8,0,255,11,23,1,55,228,8,0,255,11,23,1,39,237,8,0,255,11,23,1,32,246,8,0,10,140,78,136,207,189,11,0,12,140,107,215,232,197,7,0,13,140,112,90,150,175,9,0,15,12,106,63,5,143,7,0,18,140,244,145,216,64,6,0,21,140,11,131,53,6,7,0,21,140,106,65,203,88,7,0,21,140,11,131,119,110,9,0,21,140,11,131,158,110,9,0,22,140,196,86,55,228,8,0,22,140,196,86,39,237,8,0,22,140,196,86,32,246,8,0,25,140,81,242,156,176,7,0,25,140,81,242,81,179,7,0,25,140,81,242,18,91,9,0,26,140,102,153,238,137,9,0,26,140,102,153,73,138,9,0,26,140,102,153,158,138,9,0,26,140,82,58,37,46,10,0,26,140,82,58,103,47,10,0,26,140,82,58,172,48,10,0,27,140,148,88,35,127,7,0,30,12,149,43,168,3,9,0,30,12,149,43,73,7,9,0,31,140,133,227,148,68,10,0,31,140,133,227,166,68,10,0,31,140,133,227,182,68,10,0,31,140,149,27,255,110,10,0,34,140,236,36,232,121,7,0,34,12,49,131,68,165,7,0,36,12,199,28,55,228,8,0,36,12,199,28,39,237,8,0,36,12,199,28,32,246,8,0,38,12,35,190,2,220,11,0,39,140,132,106,144,137,7,0,39,12,45,208,229,54,10,0,39,12,45,208,247,54,10,0,40,140,25,96,192,130,10,0,40,140,25,96,42,131,10,0,42,12,82,98,124,199,7,0,42,140,85,200,255,110,10,0,43,12,89,16,139,16,7,0,46,12,7,103,229,27,10,0,46,12,7,103,114,28,10,0,47,12,20,234,168,224,10,0,47,12,20,234,208,224,10,0,48,140,209,181,207,19,6,0,50,12,158,132,175,199,8,0,52,12,110,161,167,25,9,0,52,12,110,161,206,25,9,0,52,12,88,136,218,159,10,0,52,12,88,136,111,162,10,0,53,140,62,253,37,63,7,0,53,140,62,253,170,64,7,0,54,12,6,110,57,25,7,0,55,12,77,243,52,152,6,0,55,12,36,251,119,92,7,0,57,140,31,193,135,47,8,0,57,12,95,139,175,140,10,0,59,12,109,102,125,73,7,0,59,12,109,102,120,75,7,0,60,12,237,0,26,30,8,0,60,12,237,0,69,30,8,0,60,140,122,111,238,100,9,0,60,140,122,111,126,101,9,0,61,12,107,235,156,130,9,0,61,140,179,242,205,169,10,0,61,140,179,242,47,171,10,0,61,12,254,110,83,91,11,0,62,12,21,236,238,66,9,0,62,12,21,236,8,69,9,0,64,12,168,102,22,180,11,0,64,12,168,102,116,192,11,0,65,140,210,17,177,27,9,0,65,140,210,17,254,28,9,0,65,140,210,17,77,30,9,0,69,12,191,93,42,103,7,0,70,12,72,80,10,77,7,0,70,12,72,80,170,79,7,0,70,140,13,102,92,145,8,0,70,140,13,102,234,145,8,0,70,140,13,102,109,146,8,0,71,12,242,18,255,110,10,0,72,12,220,234,53,146,6,0,72,140,183,152,200,176,9,0,72,140,183,152,6,177,9,0,72,140,183,152,87,177,9,0,74,140,21,125,81,244,7,0,76,140,204,25,255,110,10,0,79,140,183,45,93,56,6,0,80,140,155,242,224,108,6,0,81,12,187,215,35,127,7,0,86,12,204,122,59,41,7,0,86,12,168,9,238,66,9,0,86,12,168,9,8,69,9,0,87,140,65,77,81,179,7,0,87,140,65,77,45,164,8,0,87,140,65,77,195,164,8,0,87,140,65,77,101,165,8,0,87,140,65,77,205,92,10,0,88,12,228,33,4,58,7,0,90,12,21,223,116,226,5,0,93,12,248,137,234,183,6,0,94,140,14,205,243,191,6,0,94,140,14,205,24,192,6,0,96,12,2,22,118,77,6,0,104,12,189,115,45,15,7,0,104,12,120,171,176,103,8,0,104,140,125,156,255,110,10,0,106,12,61,23,59,41,7,0,110,140,116,221,250,61,6,0,110,140,116,221,26,137,6,0,112,12,115,242,156,231,5,0,112,12,115,242,128,133,7,0,113,140,219,47,226,11,7,0,113,140,230,127,54,241,9,0,113,140,230,127,213,241,9,0,116,12,22,77,55,228,8,0,116,12,22,77,39,237,8,0,116,12,22,77,32,246,8,0,119,140,85,210,251,84,7,0,120,140,196,148,88,76,6,0,120,12,143,86,35,127,7,0,121,12,152,215,5,143,7,0,121,140,128,130,56,204,10,0,121,140,128,130,111,204,10,0,123,12,139,232,68,165,7,0,125,12,11,210,54,241,9,0,125,12,11,210,213,241,9,0,125,12,7,196,153,68,11,0,127,12,61,9,167,208,10,0,130,12,46,131,146,55,8,0,130,140,8,34,213,31,9,0,130,140,8,34,198,32,9,0,131,140,103,102,207,167,8,0,137,140,206,96,172,219,5,0,137,12,9,198,132,40,7,0,138,140,28,142,7,46,6,0,138,12,101,88,103,47,11,0,138,12,101,88,165,47,11,0,138,12,101,88,15,48,11,0,138,12,101,88,102,52,11,0,139,140,222,126,220,27,8,0,141,140,42,62,60,248,5,0,145,12,201,132,88,202,10,0,145,12,201,132,113,202,10,0,146,12,164,160,144,137,7,0,146,140,154,39,231,206,9,0,148,140,18,116,170,32,11,0,149,140,253,137,16,28,6,0,150,12,137,13,35,127,7,0,153,140,37,195,45,39,9,0,153,140,37,195,63,39,9,0,154,12,159,138,218,159,10,0,154,12,159,138,111,162,10,0,157,12,227,205,106,178,11,0,158,12,211,2,235,99,7,0,158,12,150,4,55,228,8,0,158,12,150,4,39,237,8,0,158,12,150,4,32,246,8,0,160,140,123,21,116,66,7,0,165,140,82,158,201,24,6,0,165,12,10,172,88,1,7,0,165,140,82,158,35,156,7,0,165,140,17,150,255,110,10,0,166,12,172,62,161,29,7,0,166,12,82,132,255,110,10,0,168,140,254,53,158,240,6,0,168,140,254,53,31,35,7,0,168,140,254,53,144,37,7,0,168,12,222,255,68,165,7,0,168,140,254,53,33,184,10,0,168,140,254,53,50,184,10,0,169,12,170,17,82,233,11,0,171,12,161,241,201,24,6,0,171,12,161,241,35,156,7,0,172,12,55,161,20,106,8,0,172,12,156,140,255,110,10,0,172,12,55,161,60,254,10,0,174,12,29,180,172,185,11,0,174,12,29,180,137,186,11,0,174,12,29,180,71,196,11,0,177,140,46,78,202,35,11,0,179,140,121,181,104,126,11,0,184,12,185,247,170,79,7,0,186,140,22,83,107,141,10,0,186,140,22,83,146,141,10,0,187,140,157,38,191,0,6,0,193,140,174,65,119,137,6,0,194,12,112,167,157,201,11,0,195,12,185,120,139,83,7,0,195,12,109,20,138,194,11,0,196,140,85,210,149,106,7,0,196,140,85,210,239,106,7,0,198,12,164,160,63,175,6,0,198,12,119,227,197,48,7,0,199,12,43,211,55,228,8,0,199,12,43,211,39,237,8,0,199,12,43,211,32,246,8,0,201,12,168,138,71,115,7,0,201,140,181,148,91,195,11,0,202,12,207,170,97,220,5,0,205,140,175,229,163,9,7,0,205,140,56,139,94,175,7,0,205,140,56,139,68,192,7,0,205,12,204,81,238,66,9,0,205,12,204,81,8,69,9,0,205,12,220,89,255,110,10,0,206,12,155,120,121,69,7,0,207,140,0,206,113,49,9,0,207,140,0,206,44,51,9,0,212,140,51,23,149,106,7,0,212,140,51,23,239,106,7,0,214,12,207,192,255,110,10,0,215,140,212,58,170,79,7,0,215,12,220,213,69,110,7,0,217,12,243,12,61,173,6,0,217,140,135,105,197,48,7,0,218,12,207,245,183,116,7,0,219,12,97,7,243,17,7,0,219,140,73,214,128,98,7,0,221,140,233,126,121,116,8,0,222,12,161,38,118,112,7,0,222,12,161,38,210,112,7,0,222,140,222,126,227,201,11,0,224,140,233,249,255,110,10,0,227,140,126,144,227,209,7,0,227,140,126,144,46,211,7,0,233,140,82,54,102,237,9,0,233,140,82,54,115,238,9,0,234,12,198,97,143,176,6,0,234,12,22,187,235,99,7,0,236,140,137,173,172,12,7,0,239,140,39,95,55,228,8,0,239,140,39,95,39,237,8,0,239,140,39,95,32,246,8,0,240,12,102,10,183,28,6,0,241,12,186,189,158,135,11,0,243,12,203,43,89,103,7,0,243,12,105,19,168,3,9,0,243,12,105,19,73,7,9,0,245,140,189,92,236,254,7,0,245,140,169,201,55,228,8,0,245,140,169,201,39,237,8,0,245,140,169,201,32,246,8,0,246,140,69,137,10,27,7,0,251,140,169,131,6,63,7,0,252,140,152,228,168,3,9,0,252,140,152,228,73,7,9,0,254,140,141,102,35,22,7,0,254,12,171,53,116,23,7,0,254,12,177,101,216,25,7,0,0,13,87,34,238,66,9,0,0,13,87,34,8,69,9,0,1,141,132,171,255,110,10,0,3,13,99,171,40,63,9,0,3,13,99,171,226,63,9,0,3,13,99,171,144,64,9,0,3,13,201,136,101,229,10,0,4,13,215,30,59,23,7,0,6,13,9,212,0,89,10,0,6,13,9,212,96,89,10,0,6,13,9,212,189,89,10,0,7,141,171,10,221,219,7,0,11,141,152,6,69,110,7,0,12,141,104,156,55,228,8,0,12,141,104,156,39,237,8,0,12,141,104,156,32,246,8,0,13,141,36,103,23,39,7,0,15,13,129,202,60,80,6,0,15,13,146,232,59,41,7,0,15,13,10,73,58,54,8,0,15,13,205,112,165,187,9,0,15,13,205,112,32,188,9,0,15,13,205,112,149,188,9,0,15,13,205,112,61,189,9,0,15,13,205,112,215,189,9,0,16,13,187,191,197,48,7,0,17,13,215,203,221,26,9,0,17,13,215,203,51,27,9,0,17,141,16,227,202,148,9,0,17,141,16,227,235,148,9,0,18,13,161,174,128,103,7,0,18,13,161,174,27,164,11,0,22,141,81,190,59,41,7,0,22,13,142,10,86,119,7,0,22,141,179,168,68,165,7,0,23,141,87,227,156,176,7,0,25,13,56,51,201,191,11,0,26,141,229,141,232,121,7,0,30,13,155,120,53,13,11,0,32,141,61,81,209,81,6,0,35,13,223,23,78,228,5,0,35,13,239,38,252,212,6,0,38,13,190,13,223,39,7,0,38,13,95,64,183,116,7,0,41,13,10,206,182,94,7,0,41,13,153,236,109,216,9,0,41,13,153,236,99,217,9,0,41,141,49,178,146,78,10,0,47,141,74,10,76,248,9,0,47,141,74,10,126,248,9,0,47,141,74,10,163,248,9,0,47,13,110,249,16,249,11,0,49,141,30,127,182,217,7,0,49,141,18,175,52,123,10,0,49,141,18,175,83,123,10,0,50,141,237,232,10,77,7,0,50,141,237,232,170,79,7,0,50,141,110,0,255,110,10,0,51,13,73,145,235,135,10,0,51,13,73,145,152,136,10,0,52,141,95,9,218,192,9,0,52,141,95,9,241,192,9,0,52,141,95,9,27,193,9,0,52,141,95,9,59,193,9,0,55,141,99,56,240,38,6,0,56,13,253,6,92,164,7,0,56,13,253,6,218,204,7,0,56,13,212,110,55,228,8,0,56,13,212,110,39,237,8,0,56,13,212,110,32,246,8,0,56,141,164,125,245,217,11,0,57,13,87,184,182,94,7,0,61,141,216,153,59,41,7,0,63,13,151,130,59,41,7,0,65,13,63,127,100,251,10,0,67,13,157,253,108,195,10,0,68,141,133,18,59,41,7,0,69,13,62,181,26,124,6,0,69,13,141,154,16,207,10,0,70,141,230,250,143,209,9,0,70,141,230,250,164,209,9,0,77,141,228,131,255,110,10,0,81,141,100,244,15,136,7,0,81,141,100,244,103,136,7,0,84,141,14,70,154,174,6,0,87,141,233,52,28,38,6,0,90,141,151,150,59,41,7,0,90,141,231,242,161,102,9,0,90,141,231,242,198,102,9,0,92,13,239,109,197,48,7,0,95,141,179,214,101,13,7,0,99,13,9,148,182,94,7,0,102,13,94,175,55,228,8,0,102,13,94,175,39,237,8,0,102,13,94,175,32,246,8,0,102,141,106,112,135,147,10,0,102,141,106,112,56,148,10,0,104,141,86,60,181,62,8,0,104,141,86,60,216,62,8,0,109,13,34,106,2,72,7,0,110,13,188,87,255,110,10,0,111,13,163,139,197,48,7,0,111,13,210,174,10,77,7,0,111,13,210,174,170,79,7,0,111,141,61,116,144,137,7,0,112,13,221,246,125,60,9,0,116,13,119,46,253,0,12,0,119,141,11,135,37,63,7,0,121,141,226,230,193,205,11,0,122,141,41,160,59,41,7,0,122,141,213,133,139,83,7,0,122,13,116,46,55,228,8,0,122,13,116,46,39,237,8,0,122,13,116,46,32,246,8,0,122,13,9,201,12,37,9,0,122,13,9,201,124,37,9,0,123,13,35,246,86,119,7,0,123,13,64,59,124,143,10,0,123,13,64,59,183,143,10,0,125,141,216,18,32,173,8,0,125,141,216,18,93,173,8,0,127,141,15,190,170,242,5,0,127,141,28,162,188,11,11,0,127,141,28,162,227,11,11,0,135,13,214,4,51,218,10,0,135,13,214,4,199,242,10,0,139,13,50,125,17,143,6,0,139,141,170,122,164,239,7,0,140,13,108,36,213,44,10,0,143,13,1,190,150,164,7,0,144,141,87,248,255,110,10,0,145,141,102,78,0,81,9,0,145,141,102,78,28,81,9,0,146,141,124,79,68,165,7,0,147,141,187,236,221,219,7,0,147,13,149,176,191,223,11,0,147,141,113,15,234,245,11,0,149,13,209,198,232,121,7,0,149,13,209,198,81,179,7,0,149,13,209,198,207,167,8,0,150,141,235,36,187,151,6,0,150,141,146,155,86,119,7,0,151,141,124,197,250,218,6,0,152,141,82,195,10,77,7,0,152,141,82,195,170,79,7,0,152,141,241,126,239,54,8,0,156,13,99,74,92,15,9,0,156,13,99,74,130,20,9,0,157,13,227,32,96,252,6,0,159,141,23,126,152,158,9,0,159,141,23,126,173,158,9,0,161,141,15,190,185,132,6,0,164,141,99,183,99,68,11,0,166,13,51,126,27,134,6,0,167,141,152,112,168,3,9,0,167,141,152,112,73,7,9,0,168,141,26,87,106,182,9,0,168,141,26,87,186,182,9,0,170,141,87,74,68,165,7,0,171,141,168,109,170,111,7,0,171,141,178,242,168,3,9,0,171,141,178,242,73,7,9,0,179,13,134,248,232,197,7,0,179,141,165,235,84,179,8,0,179,13,33,124,124,238,10,0,179,13,33,124,157,238,10,0,180,13,168,201,59,41,7,0,180,13,3,121,213,31,9,0,180,13,3,121,198,32,9,0,182,141,218,20,165,0,6,0,182,141,149,181,160,86,6,0,182,141,149,181,25,142,6,0,182,141,95,221,159,123,10,0,182,141,95,221,181,123,10,0,182,141,95,221,206,123,10,0,183,13,21,168,42,72,9,0,183,13,21,168,233,72,9,0,183,13,21,168,162,73,9,0,184,141,205,198,79,15,6,0,186,13,243,27,37,46,10,0,186,13,243,27,103,47,10,0,186,13,243,27,172,48,10,0,187,13,15,221,197,48,7,0,188,141,46,227,202,50,8,0,190,13,239,17,143,212,6,0,192,141,117,25,202,50,8,0,193,13,223,33,103,162,7,0,193,13,223,33,49,195,7,0,195,13,221,8,130,233,9,0,195,13,221,8,156,233,9,0,198,13,88,168,247,2,7,0,198,141,78,50,24,39,11,0,202,141,93,240,52,28,7,0,202,13,40,203,5,143,7,0,203,141,84,24,124,6,7,0,203,141,48,33,59,41,7,0,204,13,226,180,149,104,7,0,204,13,143,212,68,165,7,0,205,13,215,158,211,222,6,0,207,13,209,241,59,41,7,0,207,141,28,59,5,143,7,0,216,13,229,69,255,110,10,0,217,13,233,147,110,119,8,0,218,141,50,130,201,24,6,0,218,141,50,130,35,156,7,0,219,13,32,196,144,137,7,0,221,13,203,110,59,41,7,0,221,13,209,166,5,143,7,0,222,141,201,94,59,41,7,0,222,141,190,181,255,110,10,0,224,13,89,243,86,119,7,0,230,141,136,235,209,152,7,0,232,13,53,20,116,66,7,0,233,141,109,69,232,121,7,0,234,13,207,62,81,179,7,0,234,13,207,62,34,26,9,0,235,141,29,61,156,220,11,0,239,13,142,228,68,165,7,0,239,141,33,8,159,110,11,0,240,13,189,157,34,236,9,0,240,13,189,157,84,236,9,0,240,13,189,157,154,236,9,0,241,13,196,248,59,41,7,0,244,13,121,44,37,46,10,0,244,13,121,44,103,47,10,0,244,13,121,44,172,48,10,0,245,141,78,189,197,48,7,0,248,13,197,38,81,179,7,0,251,141,25,32,86,39,6,0,251,141,251,203,224,218,10,0,252,141,40,149,235,99,7,0,2,142,163,186,5,143,7,0,8,142,206,100,41,132,6,0,10,14,75,27,92,15,9,0,10,14,75,27,130,20,9,0,11,14,47,116,155,89,7,0,12,142,67,176,156,176,7,0,12,142,67,176,81,179,7,0,12,142,67,176,187,191,7,0,12,14,176,40,199,172,10,0,12,14,176,40,74,173,10,0,14,14,226,82,117,145,6,0,14,142,203,231,51,185,8,0,14,142,203,231,103,185,8,0,19,14,231,126,118,112,7,0,19,14,231,126,210,112,7,0,20,142,68,201,240,59,7,0,23,142,43,219,81,179,7,0,23,142,43,219,34,26,9,0,23,14,43,84,79,44,11,0,29,14,52,163,114,175,8,0,34,142,252,82,130,93,7,0,34,142,131,213,59,78,8,0,35,142,165,195,59,41,7,0,37,14,115,214,147,119,11,0,37,14,115,214,119,122,11,0,38,14,114,242,6,86,7,0,38,14,114,242,33,86,7,0,39,14,63,207,183,116,7,0,40,142,170,173,65,12,7,0,40,142,18,232,35,127,7,0,42,14,196,5,102,237,9,0,42,14,196,5,115,238,9,0,47,142,242,167,28,74,6,0,47,142,169,214,239,240,6,0,50,142,35,217,243,104,10,0,50,142,35,217,64,105,10,0,50,14,242,0,218,159,10,0,50,14,242,0,218,159,10,0,50,14,242,0,111,162,10,0,50,14,242,0,111,162,10,0,52,14,30,4,235,99,7,0,56,14,197,55,195,180,6,0,59,14,43,16,238,31,6,0,59,14,138,90,197,48,7,0,59,14,138,90,240,59,7,0,61,142,172,212,66,245,10,0,62,142,217,68,92,15,9,0,62,142,217,68,130,20,9,0,62,142,195,129,213,31,9,0,62,142,195,129,198,32,9,0,62,14,4,151,96,6,10,0,62,14,4,151,112,6,10,0,63,14,249,22,59,41,7,0,64,14,142,162,77,94,9,0,64,14,142,162,93,95,9,0,65,142,240,33,72,31,7,0,67,142,196,53,59,41,7,0,67,14,87,99,165,187,9,0,67,14,87,99,32,188,9,0,67,14,87,99,149,188,9,0,67,14,87,99,61,189,9,0,67,14,87,99,215,189,9,0,69,142,213,234,197,48,7,0,69,142,30,172,156,176,7,0,69,142,30,172,55,228,8,0,69,142,30,172,39,237,8,0,69,142,30,172,32,246,8,0,70,142,134,254,10,77,7,0,70,142,134,254,170,79,7,0,72,142,107,249,120,190,10,0,72,142,107,249,226,229,10,0,75,14,202,148,41,201,10,0,76,14,56,147,59,41,7,0,76,142,247,13,197,48,7,0,78,142,5,41,16,17,11,0,80,142,231,134,83,7,6,0,81,14,21,93,151,197,10,0,83,142,0,77,242,133,7,0,83,14,200,180,144,137,7,0,84,14,44,128,161,166,10,0,84,14,44,128,238,166,10,0,89,14,207,119,2,72,7,0,90,14,116,140,121,69,7,0,90,14,53,35,166,23,10,0,90,14,53,35,181,24,10,0,90,14,53,35,184,25,10,0,90,14,53,35,214,26,10,0,94,142,239,96,115,64,8,0,96,14,47,54,121,69,7,0,96,14,99,51,55,228,8,0,96,14,99,51,39,237,8,0,96,14,99,51,32,246,8,0,97,14,244,184,238,66,9,0,97,14,244,184,8,69,9,0,101,14,37,17,125,73,7,0,101,14,37,17,120,75,7,0,101,142,195,129,156,126,11,0,104,14,99,18,9,29,6,0,104,14,55,82,115,209,6,0,105,14,152,158,96,92,7,0,105,142,216,118,75,61,11,0,108,142,85,17,179,79,6,0,110,14,112,45,250,255,11,0,111,14,134,250,55,228,8,0,111,14,134,250,39,237,8,0,111,14,134,250,32,246,8,0,112,14,24,190,129,46,9,0,112,14,24,190,184,46,9,0,115,14,185,146,218,159,10,0,115,14,185,146,111,162,10,0,116,14,106,165,14,99,7,0,118,14,58,98,203,22,6,0,119,142,88,30,218,159,10,0,119,142,88,30,111,162,10,0,122,142,73,225,75,195,8,0,124,14,159,139,194,40,6,0,125,142,150,208,47,52,8,0,126,14,83,11,58,45,11,0,126,14,83,11,125,51,11,0,127,14,244,101,131,68,6,0,127,14,244,101,52,179,6,0,128,14,46,139,255,110,10,0,129,14,248,210,187,192,10,0,130,14,175,227,81,179,7,0,130,14,175,227,5,49,9,0,130,14,175,227,55,49,9,0,130,142,5,84,138,85,9,0,130,142,5,84,93,87,9,0,131,142,47,7,55,231,10,0,137,142,164,63,238,66,9,0,137,142,164,63,8,69,9,0,137,142,118,74,66,199,10,0,140,14,74,64,139,83,7,0,141,14,194,122,149,104,7,0,143,142,201,201,78,11,8,0,143,142,230,89,149,70,8,0,143,142,230,89,191,70,8,0,143,142,230,89,245,70,8,0,147,142,250,100,42,72,9,0,147,142,250,100,233,72,9,0,147,142,250,100,162,73,9,0,149,142,30,227,129,46,9,0,149,142,30,227,184,46,9,0,150,142,119,115,210,223,10,0,154,14,87,232,150,246,5,0,154,14,158,49,115,17,6,0,154,142,147,8,103,99,11,0,155,14,19,184,12,206,6,0,157,14,62,169,61,198,11,0,158,142,65,227,186,104,7,0,162,14,95,250,107,102,8,0,164,142,135,133,127,7,7,0,166,142,233,23,232,121,7,0,166,14,193,93,151,119,9,0,166,14,193,93,246,119,9,0,166,142,217,232,248,199,11,0,168,142,21,103,144,242,5,0,172,14,33,139,215,5,7,0,172,142,28,249,218,159,10,0,172,142,28,249,111,162,10,0,173,142,1,187,183,116,7,0,178,142,144,202,205,169,10,0,178,142,144,202,47,171,10,0,179,14,52,219,210,112,7,0,180,142,195,5,68,165,7,0,181,14,56,102,52,184,9,0,181,14,56,102,87,184,9,0,183,14,193,214,166,23,10,0,183,14,193,214,181,24,10,0,183,14,193,214,184,25,10,0,183,14,193,214,214,26,10,0,186,14,152,9,165,216,6,0,186,14,129,236,51,109,7,0,187,14,190,169,55,228,8,0,187,14,190,169,39,237,8,0,187,14,190,169,32,246,8,0,190,142,132,159,35,127,7,0,191,14,121,137,117,47,6,0,191,142,198,87,32,25,8,0,193,142,125,222,157,235,6,0,195,142,121,31,178,93,7,0,196,142,23,53,59,41,7,0,197,14,246,254,123,132,11,0,202,14,99,139,112,204,9,0,202,14,99,139,152,204,9,0,202,142,245,91,19,139,11,0,203,142,207,210,188,80,11,0,204,14,120,127,25,11,9,0,204,14,120,127,82,11,9,0,208,14,12,114,29,119,8,0,208,14,12,114,144,156,11,0,209,14,101,17,210,112,7,0,209,14,101,17,192,130,10,0,209,14,101,17,42,131,10,0,210,142,152,23,232,121,7,0,210,142,194,214,39,184,11,0,210,142,194,214,206,185,11,0,211,14,233,25,221,219,7,0,212,142,224,160,177,192,11,0,217,14,2,61,84,134,7,0,218,142,209,159,37,46,10,0,218,142,209,159,103,47,10,0,218,142,209,159,172,48,10,0,219,142,24,226,230,141,10,0,219,142,24,226,9,142,10,0,221,14,241,245,166,23,10,0,221,14,241,245,181,24,10,0,221,14,241,245,184,25,10,0,221,14,241,245,214,26,10,0,223,14,58,76,194,129,9,0,223,14,58,76,251,129,9,0,223,14,58,76,53,130,9,0,223,14,25,128,160,79,11,0,225,14,198,156,238,56,6,0,228,14,225,156,77,94,9,0,228,14,225,156,93,95,9,0,231,142,231,250,40,63,9,0,231,142,231,250,226,63,9,0,231,142,231,250,144,64,9,0,232,14,187,220,108,215,7,0,233,14,232,17,120,22,7,0,233,142,98,121,228,218,8,0,234,14,185,71,132,37,10,0,234,14,185,71,167,37,10,0,235,14,205,33,156,39,7,0,235,14,155,128,1,186,8,0,235,14,155,128,136,186,8,0,236,142,93,107,34,64,6,0,236,14,89,171,232,121,7,0,238,142,42,250,182,94,7,0,240,142,162,179,135,218,9,0,240,142,162,179,242,218,9,0,241,14,33,247,145,73,10,0,243,14,219,86,197,48,7,0,245,14,60,81,86,78,6,0,247,14,234,26,19,151,8,0,247,14,234,26,82,151,8,0,247,14,234,26,144,151,8,0,247,14,234,26,205,151,8,0,249,142,172,193,61,101,10,0,249,142,172,193,84,101,10,0,249,142,172,193,99,101,10,0,250,14,14,0,45,208,10,0,251,142,86,122,255,110,10,0,252,142,32,249,219,100,10,0,252,142,32,249,241,100,10,0,254,142,67,153,31,5,7,0,0,15,50,127,131,121,6,0,0,15,50,127,252,235,6,0,2,15,76,188,55,228,8,0,2,15,76,188,39,237,8,0,2,15,76,188,32,246,8,0,7,143,97,66,81,179,7,0,8,15,250,194,191,247,11,0,9,15,15,3,5,143,7,0,9,143,132,73,152,65,9,0,9,143,132,73,36,66,9,0,12,15,226,137,55,228,8,0,12,15,226,137,39,237,8,0,12,15,226,137,32,246,8,0,14,143,65,221,81,179,7,0,14,143,65,221,34,26,9,0,16,143,0,150,255,110,10,0,21,15,104,147,20,146,10,0,21,15,104,147,86,146,10,0,26,15,96,26,5,143,7,0,27,143,55,106,52,28,7,0,28,15,210,208,125,73,7,0,28,15,210,208,120,75,7,0,28,15,210,208,75,191,7,0,31,143,119,30,123,44,6,0,37,143,231,242,161,17,7,0,38,15,33,243,145,73,10,0,38,15,33,243,57,74,10,0,41,143,50,170,207,84,6,0,42,15,58,192,79,95,11,0,43,15,74,113,232,121,7,0,45,15,1,128,232,121,7,0,46,143,109,98,6,61,7,0,47,143,130,243,232,121,7,0,47,143,241,3,158,128,7,0,49,143,29,26,41,133,7,0,49,143,29,26,86,133,7,0,51,143,79,157,19,47,11,0,53,143,59,172,55,228,8,0,53,143,59,172,39,237,8,0,53,143,59,172,32,246,8,0,53,143,145,205,233,118,10,0,53,143,145,205,125,119,10,0,53,143,145,205,21,120,10,0,56,15,2,231,136,82,11,0,58,143,79,66,55,154,10,0,58,143,79,66,144,154,10,0,58,15,121,188,141,228,11,0,59,15,18,197,148,53,6,0,59,143,207,121,168,3,9,0,59,143,207,121,73,7,9,0,62,15,164,160,116,66,7,0,62,15,60,246,221,146,10,0,64,15,100,46,202,110,6,0,66,143,180,243,102,61,6,0,66,143,9,164,191,247,11,0,71,143,195,85,68,165,7,0,72,15,55,127,9,33,6,0,72,15,55,127,177,41,6,0,72,15,55,127,9,137,6,0,73,143,217,203,5,143,7,0,74,143,27,197,113,49,9,0,74,143,27,197,44,51,9,0,75,143,118,68,197,48,7,0,75,15,69,182,98,108,7,0,77,15,233,205,92,230,5,0,77,15,39,82,104,12,6,0,78,143,118,22,95,57,6,0,78,15,227,173,0,223,8,0,78,15,36,44,24,53,9,0,78,15,36,44,252,53,9,0,78,15,36,44,216,54,9,0,79,15,28,61,168,3,9,0,79,15,28,61,73,7,9,0,84,15,184,77,121,69,7,0,84,143,212,253,210,112,7,0,84,143,212,253,30,220,10,0,85,143,9,185,243,17,7,0,85,143,9,185,57,25,7,0,87,143,26,144,247,228,10,0,90,15,104,9,10,77,7,0,90,15,104,9,170,79,7,0,90,15,104,9,68,192,7,0,91,143,71,199,197,48,7,0,91,15,210,219,113,49,9,0,91,15,210,219,44,51,9,0,93,143,71,90,70,9,6,0,94,143,236,106,183,116,7,0,95,143,124,159,39,10,6,0,95,143,114,192,156,176,7,0,95,143,114,192,87,178,7,0,96,15,84,34,118,111,11,0,99,15,160,120,113,175,6,0,100,15,63,207,84,36,7,0,100,143,254,175,49,92,11,0,102,15,38,77,235,99,7,0,102,143,10,201,5,143,7,0,102,143,139,30,168,3,9,0,102,143,139,30,73,7,9,0,104,143,50,44,29,224,11,0,105,15,253,103,178,93,7,0,105,15,62,165,144,137,7,0,106,15,6,59,81,179,7,0,106,15,6,59,92,169,10,0,106,15,6,59,155,169,10,0,108,15,215,149,54,69,7,0,111,143,237,232,94,175,7,0,111,143,237,232,49,195,7,0,111,143,28,229,86,25,8,0,111,143,237,232,71,56,8,0,111,143,237,232,116,56,8,0,111,143,237,232,161,56,8,0,117,15,253,190,80,106,6,0,117,15,121,254,73,216,10,0,118,15,200,202,224,18,7,0,118,15,120,87,132,40,7,0,118,143,74,175,186,104,7,0,118,143,74,175,94,175,7,0,118,143,74,175,68,192,7,0,118,143,148,203,113,49,9,0,118,143,148,203,44,51,9,0,119,143,132,219,149,106,7,0,119,143,132,219,239,106,7,0,120,143,105,61,86,119,7,0,121,15,174,241,253,2,10,0,121,15,174,241,38,3,10,0,123,15,28,244,235,99,7,0,123,15,28,244,52,194,10,0,124,15,47,115,92,15,9,0,124,15,47,115,130,20,9,0,124,15,228,190,184,92,9,0,124,15,228,190,53,93,9,0,125,143,240,89,68,165,7,0,130,143,233,233,81,179,7,0,131,15,5,137,116,66,7,0,134,15,221,55,42,103,7,0,134,143,227,150,227,166,8,0,134,143,227,150,16,167,8,0,134,143,227,150,74,167,8,0,134,143,227,150,119,167,8,0,135,143,57,173,144,137,7,0,137,15,130,87,10,99,9,0,137,15,130,87,226,99,9,0,137,143,104,48,174,207,10,0,140,143,30,54,49,26,6,0,140,15,216,223,219,24,7,0,140,143,196,179,99,70,7,0,140,15,160,238,182,94,7,0,141,143,25,224,68,165,7,0,141,143,25,224,52,185,7,0,141,15,73,248,92,15,9,0,141,15,73,248,130,20,9,0,142,15,225,86,88,207,6,0,143,15,85,198,42,72,9,0,143,15,85,198,233,72,9,0,143,15,85,198,162,73,9,0,151,143,42,120,218,222,11,0,153,143,203,140,197,48,7,0,154,143,11,241,216,25,7,0,157,143,153,198,59,115,11,0,158,143,168,233,68,165,7,0,158,15,242,255,0,132,8,0,159,15,215,163,135,47,8,0,159,143,54,212,113,49,9,0,159,143,54,212,44,51,9,0,160,143,51,22,22,247,10,0,161,15,6,103,67,156,8,0,162,15,44,47,223,20,7,0,162,143,4,55,119,97,7,0,163,15,144,138,51,109,7,0,164,15,49,235,170,79,7,0,164,15,49,235,91,121,9,0,164,15,49,235,171,122,9,0,164,15,49,235,253,123,9,0,164,15,49,235,84,125,9,0,164,15,207,52,132,223,11,0,166,143,230,146,220,34,6,0,166,15,213,7,110,119,8,0,167,15,160,212,59,41,7,0,170,143,84,116,108,32,7,0,171,15,117,24,102,237,9,0,171,15,117,24,115,238,9,0,172,143,68,82,246,15,7,0,173,143,127,127,51,109,7,0,174,15,43,7,231,206,9,0,175,143,21,219,206,162,6,0,178,15,180,123,199,172,10,0,178,15,180,123,74,173,10,0,179,143,64,5,102,58,11,0,179,15,244,122,159,205,11,0,180,143,21,165,68,165,7,0,181,15,6,126,205,56,8,0,182,15,223,193,232,121,7,0,184,143,133,62,135,47,8,0,186,143,172,105,195,66,8,0,190,15,64,114,168,3,9,0,190,15,64,114,73,7,9,0,193,143,154,12,222,155,8,0,197,143,30,96,255,110,10,0,199,15,118,50,127,241,5,0,202,15,210,63,158,128,7,0,202,15,118,157,10,99,9,0,202,15,118,157,226,99,9,0,203,143,131,202,113,155,10,0,203,143,131,202,172,155,10,0,203,143,131,202,225,155,10,0,205,143,118,145,79,90,7,0,205,15,59,163,31,153,9,0,205,15,59,163,214,153,9,0,207,15,252,64,182,94,7,0,207,143,183,97,55,228,8,0,207,143,183,97,39,237,8,0,207,143,183,97,32,246,8,0,207,143,190,10,72,200,10,0,207,143,178,63,178,112,11,0,209,15,83,163,232,121,7,0,210,143,36,72,59,41,7,0,210,15,225,48,202,50,8,0,214,143,51,239,59,97,7,0,216,15,153,0,144,137,7,0,217,15,164,177,163,149,9,0,217,15,164,177,246,149,9,0,221,15,6,216,156,126,11,0,222,15,76,219,10,77,7,0,222,15,76,219,170,79,7,0,222,143,24,39,213,31,9,0,222,143,24,39,198,32,9,0,224,15,192,134,144,137,7,0,228,15,8,7,156,130,9,0,232,143,52,241,180,50,6,0,234,15,49,4,5,143,7,0,235,15,68,70,5,143,7,0,235,15,159,123,83,247,9,0,235,15,159,123,113,247,9,0,237,143,108,248,197,48,7,0,240,143,133,246,37,63,7,0,241,143,199,132,234,9,8,0,242,143,214,31,144,137,7,0,244,15,202,6,20,44,9,0,244,15,202,6,94,44,9,0,246,15,25,63,156,176,7,0,247,15,24,131,71,115,7,0,247,143,109,99,144,137,7,0,247,143,118,50,255,110,10,0,249,15,220,22,128,98,7,0,251,15,46,172,235,99,7,0,251,15,132,97,75,107,7,0,252,15,197,172,144,137,7,0,254,15,99,78,5,143,7,0,254,15,70,244,2,126,10,0,254,15,70,244,203,126,10,0,2,144,56,251,87,211,10,0,5,144,254,16,231,206,9,0,6,144,171,135,222,203,6,0,6,144,171,135,55,228,8,0,6,144,171,135,39,237,8,0,6,144,171,135,32,246,8,0,6,16,185,21,75,213,9,0,6,16,185,21,151,213,9,0,6,144,44,105,250,13,10,0,6,144,44,105,121,14,10,0,6,144,44,105,5,15,10,0,7,144,16,187,232,108,11,0,9,16,178,67,212,234,5,0,12,16,168,131,92,15,9,0,12,16,168,131,130,20,9,0,15,144,252,170,223,53,11,0,16,144,15,9,29,109,7,0,18,144,88,85,161,122,6,0,19,16,16,174,5,143,7,0,23,16,226,126,42,72,9,0,23,16,226,126,233,72,9,0,23,16,226,126,162,73,9,0,24,16,7,98,149,208,7,0,29,16,143,233,202,50,8,0,33,16,15,55,235,99,7,0,34,16,134,29,104,168,11,0,35,16,232,109,79,33,6,0,35,144,88,255,205,6,8,0,36,144,55,51,176,5,8,0,42,16,244,187,59,41,7,0,46,16,61,35,189,76,8,0,49,16,145,33,158,128,7,0,50,16,202,226,57,25,7,0,53,144,158,16,144,137,7,0,54,16,170,239,223,20,7,0,54,16,118,37,197,48,7,0,57,144,14,44,132,40,7,0,57,144,131,48,37,46,10,0,57,144,131,48,103,47,10,0,57,144,131,48,172,48,10,0,58,16,212,160,201,24,6,0,58,144,20,52,79,68,7,0,58,144,62,237,235,99,7,0,58,16,212,160,35,156,7,0,60,144,147,221,119,170,6,0,61,16,136,251,92,15,9,0,61,16,136,251,130,20,9,0,62,16,174,45,86,119,7,0,62,144,148,159,55,228,8,0,62,144,148,159,39,237,8,0,62,144,148,159,32,246,8,0,63,16,51,64,246,15,7,0,63,16,10,53,222,31,7,0,63,144,227,101,68,165,7,0,63,144,14,163,148,215,10,0,63,16,10,53,70,165,11,0,64,16,214,249,144,137,7,0,68,144,253,117,3,234,10,0,74,16,60,204,50,73,7,0,78,16,226,141,37,46,10,0,78,16,226,141,103,47,10,0,78,16,226,141,172,48,10,0,84,144,104,211,5,143,7,0,85,16,48,238,206,241,6,0,91,144,236,96,130,251,10,0,91,144,236,96,172,251,10,0,92,144,0,35,118,112,7,0,93,16,205,63,116,192,11,0,95,144,47,126,71,115,7,0,97,16,146,200,182,94,7,0,97,16,150,99,213,31,9,0,97,16,150,99,198,32,9,0,97,16,72,201,229,27,10,0,97,16,72,201,114,28,10,0,97,16,174,45,123,207,11,0,98,144,148,227,236,30,7,0,101,144,143,68,138,103,9,0,101,144,143,68,62,104,9,0,106,144,33,170,197,48,7,0,107,16,12,251,67,229,10,0,108,16,155,255,197,48,7,0,108,16,35,185,168,3,9,0,108,16,35,185,73,7,9,0,110,16,238,42,124,6,7,0,112,16,52,129,235,211,10,0,114,16,46,169,112,90,8,0,114,144,6,241,37,23,11,0,116,144,231,242,168,3,9,0,116,144,231,242,73,7,9,0,119,144,39,115,117,14,7,0,119,16,81,95,241,240,10,0,120,144,118,237,92,15,9,0,120,144,118,237,130,20,9,0,121,16,0,228,135,47,8,0,121,16,244,183,92,15,9,0,121,16,244,183,130,20,9,0,126,144,171,108,238,219,5,0,126,16,139,16,203,81,9,0,126,16,139,16,169,82,9,0,129,144,241,96,197,48,7,0,130,16,74,75,77,94,9,0,130,16,74,75,93,95,9,0,134,144,130,243,68,165,7,0,137,16,247,4,61,198,11,0,139,16,4,214,31,153,9,0,139,16,4,214,214,153,9,0,141,16,33,25,197,48,7,0,142,16,25,177,59,41,7,0,142,16,144,221,222,194,9,0,142,16,144,221,76,195,9,0,147,144,169,148,81,242,6,0,147,144,169,148,132,185,9,0,151,144,240,187,148,85,6,0,153,144,227,118,68,165,7,0,156,16,98,4,86,119,7,0,157,16,191,226,116,2,6,0,158,16,93,34,144,137,7,0,158,144,150,101,75,105,8,0,158,144,150,101,88,185,11,0,158,144,150,101,150,188,11,0,158,144,150,101,55,194,11,0,159,144,29,142,158,128,7,0,161,16,228,125,55,228,8,0,161,16,228,125,39,237,8,0,161,16,228,125,32,246,8,0,162,144,245,7,113,49,9,0,162,144,245,7,44,51,9,0,163,16,158,162,182,94,7,0,164,144,162,68,79,68,7,0,164,16,167,50,219,213,7,0,164,16,167,50,1,214,7,0,164,16,154,177,218,159,10,0,164,16,154,177,111,162,10,0,165,144,166,170,138,85,9,0,165,144,166,170,93,87,9,0,166,16,105,31,121,34,7,0,166,144,85,40,141,86,8,0,169,144,79,149,67,169,6,0,169,144,79,149,94,137,7,0,172,144,135,227,144,137,7,0,172,16,227,173,77,13,11,0,174,144,51,142,25,191,7,0,174,144,51,142,202,174,10,0,174,144,51,142,250,174,10,0,174,144,51,142,41,175,10,0,174,144,51,142,101,175,10,0,181,144,205,229,216,25,7,0,181,144,120,112,81,179,7,0,181,144,120,112,7,187,7,0,182,16,233,57,226,33,7,0,186,16,186,55,147,136,6,0,186,144,83,114,92,15,9,0,186,144,83,114,130,20,9,0,186,16,190,232,131,41,9,0,187,144,250,90,92,99,8,0,189,16,186,3,95,252,5,0,189,16,186,3,20,73,6,0,189,16,186,3,45,73,6,0,190,144,196,127,32,130,6,0,194,144,188,105,144,129,10,0,194,144,188,105,233,129,10,0,194,144,188,105,65,130,10,0,196,144,247,81,92,15,9,0,196,144,247,81,130,20,9,0,200,16,167,0,198,87,11,0,202,16,235,93,16,230,5,0,203,144,102,228,202,126,6,0,203,144,80,89,53,159,6,0,204,144,221,3,68,165,7,0,204,144,221,3,89,202,7,0,204,144,221,3,207,202,7,0,205,144,51,181,177,27,9,0,205,144,51,181,254,28,9,0,205,144,51,181,77,30,9,0,207,16,170,149,177,27,9,0,207,16,170,149,254,28,9,0,207,16,170,149,77,30,9,0,208,16,27,250,72,31,7,0,210,144,192,148,60,58,7,0,211,144,94,78,2,72,7,0,211,16,190,226,231,206,9,0,212,16,222,28,234,175,6,0,212,16,207,123,182,94,7,0,214,16,198,161,254,90,6,0,214,144,227,150,170,79,7,0,214,144,227,150,215,124,11,0,216,16,156,190,186,122,6,0,220,144,89,70,185,28,7,0,220,144,162,119,59,41,7,0,221,16,64,112,86,119,7,0,224,144,60,166,30,211,10,0,226,16,221,57,126,12,7,0,227,144,214,23,68,165,7,0,228,16,52,129,5,143,7,0,229,16,168,176,68,165,7,0,230,144,198,160,207,94,8,0,230,144,198,160,249,94,8,0,231,144,149,50,255,110,10,0,235,16,12,202,244,102,10,0,237,144,18,142,106,96,6,0,238,144,4,219,255,110,10,0,239,144,101,11,59,41,7,0,240,16,248,245,204,70,7,0,240,16,248,245,91,121,9,0,240,16,248,245,171,122,9,0,240,16,248,245,253,123,9,0,240,16,248,245,84,125,9,0,240,144,8,227,135,218,9,0,240,144,8,227,242,218,9,0,244,16,190,201,91,121,9,0,244,16,190,201,171,122,9,0,244,16,190,201,253,123,9,0,244,16,190,201,84,125,9,0,245,144,190,243,0,35,10,0,245,144,190,243,44,35,10,0,250,144,159,145,58,254,5,0,250,144,138,220,255,110,10,0,255,144,154,171,181,225,5,0,255,16,226,205,116,66,7,0,255,144,96,245,220,126,9,0,255,144,96,245,138,127,9,0,1,145,132,181,42,9,11,0,3,17,67,68,66,172,6,0,3,17,56,0,38,139,9,0,3,17,56,0,118,139,9,0,3,17,56,0,213,139,9,0,3,17,56,0,39,140,9,0,4,17,58,234,43,1,7,0,6,17,213,121,81,179,7,0,6,145,63,194,204,195,10,0,8,145,203,105,197,48,7,0,15,145,207,126,116,240,5,0,15,17,19,202,133,47,9,0,15,17,19,202,46,48,9,0,16,17,3,88,115,41,8,0,17,145,62,192,108,32,7,0,23,17,124,10,45,105,7,0,25,17,147,242,255,110,10,0,27,145,171,15,201,24,6,0,27,145,171,15,35,156,7,0,27,17,11,100,17,83,8,0,28,17,100,117,162,71,7,0,30,145,179,125,35,97,9,0,30,145,179,125,67,97,9,0,36,17,152,33,199,0,7,0,36,17,241,192,195,23,7,0,37,145,220,55,68,165,7,0,40,17,6,170,170,79,7,0,41,17,134,122,76,9,7,0,42,145,16,7,197,48,7,0,42,17,209,77,106,98,8,0,42,17,209,77,107,94,11,0,42,17,209,77,124,94,11,0,44,145,67,188,10,99,9,0,44,145,67,188,226,99,9,0,45,145,66,125,175,63,6,0,47,17,156,240,144,129,10,0,47,17,156,240,233,129,10,0,47,17,156,240,65,130,10,0,48,145,15,244,197,48,7,0,48,145,66,59,92,145,8,0,48,145,66,59,234,145,8,0,48,145,66,59,109,146,8,0,48,17,200,22,255,110,10,0,53,145,166,222,38,139,9,0,53,145,166,222,118,139,9,0,53,145,166,222,213,139,9,0,53,145,166,222,39,140,9,0,53,145,203,253,255,110,10,0,54,17,67,36,197,48,7,0,55,145,224,251,68,165,7,0,58,145,107,135,24,18,7,0,58,145,90,118,238,100,9,0,58,145,90,118,126,101,9,0,59,145,103,98,116,66,7,0,59,145,46,197,92,15,9,0,59,145,46,197,130,20,9,0,61,145,47,184,72,18,6,0,66,145,20,251,3,130,7,0,66,145,20,251,102,130,7,0,66,17,184,11,251,116,11,0,67,17,20,7,224,18,7,0,69,145,30,111,251,152,8,0,71,17,62,172,255,32,7,0,76,17,233,127,200,146,10,0,76,17,233,127,221,146,10,0,77,145,135,139,140,71,6,0,80,145,172,103,62,229,7,0,81,145,51,91,71,115,7,0,83,17,107,5,5,143,7,0,84,17,87,206,235,135,10,0,84,17,87,206,152,136,10,0,86,145,78,10,81,179,7,0,86,145,78,10,25,144,8,0,86,145,78,10,141,144,8,0,86,145,78,10,247,144,8,0,86,145,165,67,69,208,8,0,86,145,78,10,18,104,10,0,87,145,207,100,181,58,7,0,88,17,100,74,60,136,6,0,88,17,232,253,59,41,7,0,88,145,218,52,235,135,10,0,88,145,218,52,152,136,10,0,90,17,214,175,197,48,7,0,90,145,88,14,22,29,11,0,91,145,58,46,55,228,8,0,91,145,58,46,39,237,8,0,91,145,58,46,32,246,8,0,93,145,186,55,94,137,7,0,94,17,203,13,2,72,7,0,94,17,123,72,249,170,11,0,97,145,162,198,101,189,10,0,98,17,236,114,232,71,10,0,98,17,236,114,5,72,10,0,99,145,133,104,221,26,9,0,99,145,133,104,51,27,9,0,102,145,178,55,202,50,8,0,102,17,138,147,199,172,10,0,102,17,138,147,74,173,10,0,105,145,63,95,185,11,9,0,105,145,63,95,89,12,9,0,105,145,63,95,254,12,9,0,105,145,151,254,146,142,9,0,105,145,151,254,222,142,9,0,105,145,151,254,39,143,9,0,106,145,57,180,150,164,7,0,106,17,68,250,231,206,9,0,107,17,46,220,247,224,10,0,108,145,219,91,145,73,10,0,108,145,219,91,57,74,10,0,111,145,176,148,107,240,7,0,112,17,210,160,144,137,7,0,112,17,49,77,204,209,9,0,112,17,49,77,225,209,9,0,112,17,49,77,255,209,9,0,117,17,166,148,220,58,6,0,117,17,116,247,83,126,7,0,117,145,46,150,92,15,9,0,117,145,46,150,130,20,9,0,117,17,166,148,120,65,9,0,118,145,67,182,37,63,7,0,118,145,86,232,131,41,9,0,120,145,223,66,156,176,7,0,120,145,223,66,81,179,7,0,121,17,37,77,123,208,6,0,123,145,223,40,89,247,11,0,127,145,166,154,156,176,7,0,127,145,166,154,82,129,9,0,127,145,166,154,114,129,9,0,128,145,237,193,55,228,8,0,128,145,237,193,39,237,8,0,128,145,237,193,32,246,8,0,130,145,140,13,162,158,8,0,132,145,248,226,238,66,9,0,132,145,248,226,8,69,9,0,133,17,197,54,144,137,7,0,133,17,225,194,218,159,10,0,133,17,225,194,111,162,10,0,133,145,68,70,79,237,11,0,134,145,0,101,202,50,8,0,137,145,3,142,92,15,9,0,137,145,3,142,130,20,9,0,138,145,118,166,92,15,9,0,138,145,118,166,130,20,9,0,140,17,183,223,59,41,7,0,140,17,77,175,67,42,9,0,140,17,77,175,104,42,9,0,140,17,77,175,136,42,9,0,141,145,251,219,255,32,7,0,144,145,102,149,24,149,10,0,144,145,102,149,56,149,10,0,146,17,132,187,167,85,7,0,147,17,180,148,139,16,7,0,147,145,206,98,125,73,7,0,147,145,206,98,120,75,7,0,149,17,116,103,17,103,11,0,150,17,231,242,83,126,7,0,151,17,36,18,71,115,7,0,151,145,125,16,205,212,11,0,155,145,204,106,68,165,7,0,156,145,153,57,255,110,10,0,157,145,209,12,139,16,7,0,157,17,132,115,51,109,7,0,160,145,37,252,220,255,10,0,161,145,142,119,221,63,6,0,161,17,157,40,34,134,7,0,161,145,177,172,138,85,9,0,161,145,177,172,93,87,9,0,161,17,83,126,105,253,9,0,161,17,83,126,133,253,9,0,163,145,234,115,88,248,7,0,163,17,148,7,92,15,9,0,163,17,148,7,130,20,9,0,164,145,33,111,135,47,8,0,165,145,106,5,84,134,7,0,166,17,216,156,2,72,7,0,168,17,167,18,209,3,10,0,168,17,167,18,245,3,10,0,168,17,167,18,37,4,10,0,170,145,132,201,68,165,7,0,170,17,114,174,55,228,8,0,170,17,114,174,39,237,8,0,170,17,114,174,32,246,8,0,171,17,19,243,107,35,7,0,174,17,180,128,242,19,7,0,177,17,200,166,119,110,9,0,177,17,200,166,158,110,9,0,179,17,111,86,67,42,9,0,179,17,111,86,104,42,9,0,179,17,111,86,136,42,9,0,179,145,152,143,237,60,11,0,184,145,194,208,81,179,7,0,184,145,194,208,173,178,11,0,185,145,115,82,193,202,6,0,186,17,124,138,57,25,7,0,188,17,58,59,62,177,10,0,188,17,58,59,119,177,10,0,189,145,231,242,238,66,9,0,189,145,231,242,8,69,9,0,190,17,126,5,30,131,7,0,192,145,37,112,5,143,7,0,193,145,78,176,55,228,8,0,193,145,78,176,39,237,8,0,193,145,78,176,32,246,8,0,195,145,196,57,8,179,11,0,196,17,23,53,245,40,10,0,196,17,23,53,90,41,10,0,198,17,179,196,5,143,7,0,199,145,107,73,30,131,7,0,199,145,210,226,165,187,9,0,199,145,210,226,32,188,9,0,199,145,210,226,149,188,9,0,199,145,210,226,61,189,9,0,199,145,210,226,215,189,9,0,199,145,20,193,137,124,11,0,200,145,62,109,59,41,7,0,201,145,40,15,187,136,11,0,202,17,138,37,255,110,10,0,204,145,86,136,224,55,9,0,204,145,86,136,248,55,9,0,204,145,86,136,24,56,9,0,208,145,10,175,116,66,7,0,209,145,185,16,193,45,11,0,210,17,24,93,181,58,7,0,210,17,24,93,92,145,8,0,210,17,24,93,234,145,8,0,210,17,24,93,109,146,8,0,211,17,173,150,24,53,9,0,211,17,173,150,252,53,9,0,211,17,173,150,216,54,9,0,212,17,118,240,219,24,7,0,212,17,185,210,59,41,7,0,213,145,249,198,185,11,9,0,213,145,249,198,89,12,9,0,213,145,249,198,254,12,9,0,214,17,237,65,101,11,6,0,214,17,240,74,55,228,8,0,214,17,240,74,39,237,8,0,214,17,240,74,32,246,8,0,215,145,7,57,207,167,8,0,217,145,61,171,68,165,7,0,217,145,61,171,68,192,7,0,217,145,61,171,138,193,7,0,218,145,130,207,83,159,6,0,219,145,55,62,197,48,7,0,219,145,55,62,227,167,11,0,222,145,45,115,161,190,9,0,222,145,45,115,93,191,9,0,223,17,182,211,144,137,7,0,223,17,175,128,68,165,7,0,223,145,197,18,133,115,8,0,223,145,94,171,117,59,9,0,223,145,94,171,221,59,9,0,225,17,76,241,122,19,8,0,226,145,21,21,232,121,7,0,227,17,14,243,182,94,7,0,229,145,6,248,116,151,6,0,229,17,49,197,241,94,10,0,229,17,49,197,39,95,10,0,229,17,220,160,29,195,11,0,230,145,155,31,13,220,6,0,230,145,155,31,192,139,8,0,230,17,41,118,218,97,10,0,230,17,41,118,255,97,10,0,230,145,60,53,132,33,11,0,239,17,99,107,55,228,8,0,239,17,99,107,39,237,8,0,239,17,99,107,32,246,8,0,241,145,197,227,35,127,7,0,241,145,252,133,185,11,9,0,241,145,252,133,89,12,9,0,241,145,252,133,254,12,9,0,241,17,70,215,120,47,11,0,246,17,191,150,81,179,7,0,246,145,245,88,23,5,8,0,246,145,175,244,46,110,8,0,246,17,191,150,92,169,10,0,246,17,191,150,155,169,10,0,247,145,130,97,182,94,7,0,247,17,240,96,3,193,8,0,252,17,59,246,197,48,7,0,252,145,210,230,236,65,7,0,254,17,107,186,10,77,7,0,4,146,183,128,86,112,6,0,5,146,133,53,200,40,11,0,5,18,92,85,62,160,11,0,7,18,122,156,182,94,7,0,10,18,125,34,81,179,7,0,10,18,125,34,5,49,9,0,10,18,125,34,55,49,9,0,11,18,81,92,228,90,7,0,11,18,81,92,240,146,8,0,13,146,109,243,42,103,7,0,15,146,196,93,126,31,7,0,16,146,35,89,109,216,9,0,16,146,35,89,99,217,9,0,20,146,54,73,30,131,7,0,25,18,49,167,0,88,7,0,25,18,139,253,92,15,9,0,25,18,139,253,130,20,9,0,29,146,103,173,36,158,7,0,29,146,103,173,66,158,7,0,29,18,86,159,253,29,10,0,29,18,86,159,40,30,10,0,30,18,227,20,114,184,6,0,30,18,83,253,255,110,10,0,31,18,114,21,183,116,7,0,34,146,252,245,185,210,7,0,34,146,252,245,244,210,7,0,34,18,227,27,135,147,10,0,34,18,227,27,56,148,10,0,34,146,85,170,90,73,11,0,37,18,79,27,142,216,7,0,39,18,217,43,231,206,9,0,40,18,112,178,10,77,7,0,40,18,112,178,170,79,7,0,42,146,197,220,133,47,9,0,42,146,197,220,46,48,9,0,46,18,59,96,142,179,8,0,49,18,84,199,81,194,6,0,53,146,60,188,61,255,11,0,54,146,160,30,204,195,10,0,55,18,218,173,226,33,7,0,55,146,59,9,139,83,7,0,56,18,216,34,152,77,6,0,56,18,55,159,214,113,7,0,58,146,116,207,1,245,10,0,68,18,43,1,124,199,7,0,68,18,34,228,220,27,8,0,70,18,115,40,55,228,8,0,70,18,115,40,39,237,8,0,70,18,115,40,32,246,8,0,70,146,109,21,78,39,11,0,71,18,67,74,197,48,7,0,74,18,163,157,163,149,9,0,74,18,163,157,246,149,9,0,75,146,240,244,205,131,6,0,75,18,193,197,141,4,7,0,76,146,78,96,35,127,7,0,76,146,77,0,59,197,10,0,77,146,178,169,255,110,10,0,77,18,29,104,230,191,11,0,78,146,181,33,5,143,7,0,79,146,113,52,92,15,9,0,79,146,113,52,130,20,9,0,81,18,213,78,92,15,9,0,81,18,213,78,130,20,9,0,82,146,187,63,204,253,9,0,82,146,187,63,242,253,9,0,85,18,40,146,110,119,8,0,88,18,2,46,73,3,7,0,94,18,74,113,246,15,7,0,94,18,74,113,240,59,7,0,96,18,60,99,245,40,10,0,96,18,60,99,90,41,10,0,96,146,113,154,255,110,10,0,97,146,105,68,86,119,7,0,99,146,249,107,235,99,7,0,100,18,220,215,166,23,10,0,100,18,220,215,181,24,10,0,100,18,220,215,184,25,10,0,100,18,220,215,214,26,10,0,102,146,5,229,246,203,6,0,103,18,117,182,10,77,7,0,103,18,117,182,170,79,7,0,103,18,180,128,231,206,9,0,104,146,7,79,197,48,7,0,105,146,18,167,135,132,6,0,105,146,177,91,170,79,7,0,106,18,55,29,51,110,10,0,106,18,55,29,113,110,10,0,108,146,50,95,202,50,8,0,108,18,42,188,55,228,8,0,108,18,42,188,39,237,8,0,108,18,42,188,32,246,8,0,112,18,171,145,60,251,6,0,112,18,175,7,26,23,7,0,113,146,159,161,112,9,11,0,114,18,223,117,140,72,6,0,115,146,192,85,81,179,7,0,115,146,192,85,204,187,7,0,115,146,254,7,199,172,10,0,115,146,254,7,74,173,10,0,119,18,16,3,83,126,7,0,122,18,32,249,116,193,10,0,123,18,154,250,202,50,8,0,124,146,5,228,42,36,9,0,124,146,5,228,135,36,9,0,125,146,172,228,255,110,10,0,126,146,29,150,96,66,6,0,127,18,17,122,138,103,9,0,127,18,17,122,62,104,9,0,130,146,196,148,151,178,11,0,131,18,59,185,134,126,8,0,131,18,59,185,34,127,8,0,132,18,164,135,77,94,9,0,132,18,164,135,93,95,9,0,136,18,91,14,105,173,11,0,137,18,21,177,135,190,11,0,137,18,60,1,20,252,11,0,140,146,178,6,175,22,7,0,143,18,24,25,68,165,7,0,145,146,80,33,10,77,7,0,145,146,80,33,170,79,7,0,145,146,80,33,55,228,8,0,145,146,80,33,39,237,8,0,145,146,80,33,32,246,8,0,146,18,25,35,196,6,6,0,147,18,122,224,202,56,7,0,147,146,201,212,166,23,10,0,147,146,201,212,181,24,10,0,147,146,201,212,184,25,10,0,147,146,201,212,214,26,10,0,148,18,231,129,29,87,6,0,148,18,195,170,86,119,7,0,149,18,99,139,55,228,8,0,149,18,99,139,39,237,8,0,149,18,99,139,32,246,8,0,149,146,63,6,92,15,9,0,149,146,63,6,130,20,9,0,152,18,78,198,92,15,9,0,152,18,78,198,130,20,9,0,153,146,244,19,42,72,9,0,153,146,244,19,233,72,9,0,153,146,244,19,162,73,9,0,153,18,119,170,255,110,10,0,154,18,247,40,104,79,6,0,154,18,247,40,21,109,6,0,157,146,43,14,101,208,6,0,158,18,39,87,229,33,11,0,159,18,22,168,142,152,11,0,161,146,227,234,253,137,11,0,162,18,7,31,31,159,8,0,164,146,252,165,214,71,11,0,167,146,240,89,81,179,7,0,168,18,96,216,235,99,7,0,172,18,84,56,207,167,8,0,173,18,116,27,251,84,7,0,173,18,185,148,5,143,7,0,175,146,255,86,218,159,10,0,175,146,255,86,111,162,10,0,177,146,196,170,232,121,7,0,180,146,139,5,92,15,9,0,180,146,254,39,92,15,9,0,180,146,139,5,130,20,9,0,180,146,254,39,130,20,9,0,180,146,219,104,235,135,10,0,180,146,219,104,152,136,10,0,184,146,64,223,218,159,10,0,184,146,64,223,111,162,10,0,184,146,151,90,210,44,11,0,184,146,151,90,226,44,11,0,189,18,170,156,86,119,7,0,189,146,160,107,231,206,9,0,191,18,34,228,243,96,8,0,191,18,237,52,26,97,11,0,192,146,63,240,226,161,6,0,192,146,63,240,251,161,6,0,197,146,139,247,88,99,7,0,199,146,101,78,112,192,10,0,201,18,72,88,55,228,8,0,201,18,72,88,39,237,8,0,201,18,72,88,32,246,8,0,206,146,192,76,69,135,7,0,206,18,42,208,43,88,11,0,207,18,189,6,55,228,8,0,207,18,189,6,39,237,8,0,207,18,189,6,32,246,8,0,210,146,246,23,254,125,6,0,211,146,201,95,116,66,7,0,215,146,123,43,159,247,6,0,216,18,236,204,144,137,7,0,217,146,103,28,144,137,7,0,219,18,38,234,53,232,6,0,220,146,188,215,226,33,7,0,221,18,109,233,46,142,6,0,223,146,120,29,235,99,7,0,223,146,120,29,128,133,7,0,224,146,207,132,242,211,6,0,227,146,45,146,246,185,9,0,227,146,45,146,45,186,9,0,227,146,45,146,187,186,9,0,229,146,172,20,117,59,9,0,229,146,172,20,221,59,9,0,229,146,84,196,83,167,11,0,230,146,54,74,97,203,11,0,231,18,132,55,242,19,7,0,232,18,185,148,86,119,7,0,232,146,224,32,102,237,9,0,232,146,224,32,115,238,9,0,233,18,231,154,226,33,7,0,233,18,231,154,10,37,7,0,233,18,232,130,238,66,9,0,233,18,232,130,8,69,9,0,235,18,74,67,225,7,7,0,235,146,183,236,172,71,9,0,235,146,183,236,227,71,9,0,238,146,151,157,81,242,6,0,238,146,151,157,132,185,9,0,240,146,111,240,139,67,6,0,240,146,239,84,5,143,7,0,240,18,23,210,168,3,9,0,240,18,23,210,73,7,9,0,241,18,63,71,114,240,6,0,241,18,60,31,108,19,7,0,243,146,230,6,76,9,7,0,244,146,207,150,128,133,7,0,244,18,110,166,160,241,7,0,244,18,110,166,200,241,7,0,245,146,14,7,30,131,7,0,245,18,249,8,68,165,7,0,246,146,184,177,2,57,6,0,247,146,110,66,178,233,10,0,251,18,180,17,92,15,9,0,251,18,180,17,130,20,9,0,252,18,21,233,24,53,9,0,252,18,21,233,252,53,9,0,252,18,21,233,216,54,9,0,253,18,97,60,50,77,6,0,254,146,241,64,81,179,7,0,254,146,241,64,128,44,8,0,4,147,195,38,204,126,7,0,4,147,63,127,95,209,10,0,6,19,185,139,174,67,10,0,12,19,193,87,228,247,5,0,12,147,94,136,155,43,6,0,12,19,193,87,7,134,6,0,12,19,193,87,4,151,6,0,14,147,16,133,92,15,9,0,14,147,16,133,130,20,9,0,16,19,157,5,116,66,7,0,20,147,68,7,5,143,7,0,20,19,142,95,255,120,11,0,21,19,110,3,157,48,6,0,21,147,124,123,55,208,6,0,21,19,28,171,34,16,8,0,22,19,74,46,95,14,11,0,24,19,221,78,149,91,10,0,24,19,221,78,231,91,10,0,25,19,56,185,81,179,7,0,26,147,205,32,59,41,7,0,28,147,181,44,197,48,7,0,28,147,205,150,21,230,9,0,28,147,205,150,73,230,9,0,30,147,230,138,66,104,7,0,32,147,164,55,178,232,5,0,34,147,83,83,210,13,9,0,34,147,83,83,132,14,9,0,36,19,22,239,146,78,10,0,39,19,94,7,202,56,7,0,40,19,2,233,182,94,7,0,42,19,201,78,2,67,8,0,42,19,201,78,43,67,8,0,47,147,71,219,12,206,6,0,49,19,30,36,83,126,7,0,52,19,182,148,235,82,6,0,53,19,19,28,201,24,6,0,53,19,19,28,35,156,7,0,54,19,220,202,86,119,7,0,54,147,4,220,228,75,9,0,54,147,4,220,142,76,9,0,58,147,224,57,218,159,10,0,58,147,224,57,111,162,10,0,59,147,124,231,92,15,9,0,59,147,124,231,130,20,9,0,59,147,39,132,133,47,9,0,59,147,39,132,46,48,9,0,60,19,100,154,120,117,11,0,62,147,231,31,205,169,10,0,62,147,231,31,47,171,10,0,62,19,128,109,202,174,11,0,65,147,224,133,201,24,6,0,65,147,224,133,35,156,7,0,69,147,165,96,143,39,9,0,69,147,165,96,176,39,9,0,70,147,84,13,21,201,10,0,72,147,200,150,255,110,10,0,74,19,220,35,255,110,10,0,75,19,36,248,224,102,7,0,75,147,190,142,112,110,11,0,77,147,115,56,219,24,7,0,77,19,73,187,77,61,9,0,77,19,73,187,55,62,9,0,78,19,109,205,231,206,9,0,83,19,213,126,86,119,7,0,84,147,63,218,82,132,11,0,86,147,238,21,166,23,10,0,86,147,238,21,181,24,10,0,86,147,238,21,184,25,10,0,86,147,238,21,214,26,10,0,89,147,99,129,156,176,7,0,90,19,240,189,37,63,7,0,90,19,240,189,170,64,7,0,93,147,14,146,61,200,7,0,95,19,161,26,109,195,11,0,98,19,86,2,55,228,8,0,98,19,86,2,39,237,8,0,98,19,86,2,32,246,8,0,98,19,112,74,177,27,9,0,98,19,145,179,177,27,9,0,98,19,112,74,254,28,9,0,98,19,145,179,254,28,9,0,98,19,112,74,77,30,9,0,98,19,145,179,77,30,9,0,103,19,98,74,139,28,6,0,104,147,156,220,168,3,9,0,104,147,156,220,73,7,9,0,104,147,156,220,212,49,11,0,107,19,84,2,233,3,7,0,107,19,194,124,185,11,9,0,107,19,194,124,89,12,9,0,107,19,194,124,254,12,9,0,108,147,121,200,5,143,7,0,113,19,141,41,93,63,6,0,117,19,124,80,62,202,9,0,117,19,124,80,96,202,9,0,118,147,235,194,144,137,7,0,118,147,156,86,5,143,7,0,120,147,252,117,16,207,10,0,122,19,44,106,81,179,7,0,122,19,44,106,5,49,9,0,122,19,44,106,55,49,9,0,123,19,193,129,60,131,11,0,128,147,214,215,95,68,6,0,128,19,76,72,92,15,9,0,128,19,76,72,130,20,9,0,128,19,175,147,3,134,9,0,128,19,175,147,29,134,9,0,130,19,124,111,92,15,9,0,130,19,124,111,130,20,9,0,131,147,237,209,30,126,6,0,134,19,180,148,149,221,6,0,136,19,121,30,71,115,7,0,137,147,74,42,117,31,10,0,137,147,74,42,132,31,10,0,142,147,13,9,158,128,7,0,143,147,34,124,52,28,7,0,146,19,220,215,138,85,9,0,146,19,220,215,93,87,9,0,146,147,37,151,235,135,10,0,146,147,37,151,152,136,10,0,148,19,147,75,1,104,6,0,148,147,213,94,48,45,8,0,150,147,57,35,142,65,7,0,151,19,112,248,170,218,7,0,152,147,66,176,5,143,7,0,152,147,32,220,224,235,11,0,154,147,189,248,37,46,10,0,154,147,189,248,103,47,10,0,154,147,189,248,172,48,10,0,155,19,249,196,113,49,9,0,155,19,249,196,44,51,9,0,156,19,203,176,148,83,6,0,156,19,107,54,232,121,7,0,157,19,254,85,212,139,6,0,159,147,210,193,99,70,7,0,159,19,157,242,50,60,8,0,161,19,6,108,62,157,6,0,162,19,181,109,112,228,9,0,162,19,181,109,127,228,9,0,166,147,63,166,250,218,6,0,170,147,11,147,219,234,10,0,173,147,34,11,150,175,9,0,174,147,95,212,206,89,6,0,176,19,124,10,251,97,9,0,176,19,124,10,65,98,9,0,176,19,124,10,142,98,9,0,178,147,222,220,217,105,6,0,178,147,222,220,216,25,7,0,180,147,175,219,42,117,9,0,180,147,175,219,178,117,9,0,181,19,223,222,81,179,7,0,181,147,114,17,247,175,8,0,181,19,223,222,34,26,9,0,182,19,154,251,170,79,7,0,182,19,0,170,172,71,9,0,182,19,0,170,227,71,9,0,183,19,136,135,157,48,6,0,184,19,88,242,213,182,8,0,184,19,88,242,153,214,11,0,185,19,251,225,46,27,6,0,185,19,114,69,197,48,7,0,185,19,7,27,139,83,7,0,186,147,5,56,99,94,6,0,190,147,196,64,197,48,7,0,190,19,41,205,43,235,10,0,190,19,41,205,70,235,10,0,191,147,115,193,5,167,6,0,191,147,27,154,119,92,7,0,191,19,165,144,156,126,11,0,194,147,150,179,113,49,9,0,194,147,150,179,44,51,9,0,195,19,83,126,71,115,7,0,199,19,61,143,110,92,11,0,203,19,179,135,68,165,7,0,204,19,33,203,24,145,6,0,204,19,33,203,219,24,7,0,204,147,178,154,26,242,11,0,206,19,180,53,131,40,10,0,206,19,180,53,42,43,10,0,207,19,128,236,208,69,7,0,209,147,174,185,226,22,7,0,209,147,167,249,32,71,11,0,210,147,9,247,119,97,7,0,214,19,241,167,197,48,7,0,214,147,236,97,71,115,7,0,216,19,73,60,166,84,11,0,217,147,45,144,235,135,10,0,217,147,45,144,152,136,10,0,218,19,137,22,73,3,7,0,219,19,221,190,167,228,6,0,219,19,233,95,69,229,11,0,220,19,139,249,68,165,7,0,220,147,174,129,6,97,11,0,223,19,106,5,115,133,11,0,226,19,158,228,77,133,6,0,227,147,223,0,55,228,8,0,227,147,223,0,39,237,8,0,227,147,223,0,32,246,8,0,228,147,96,39,165,222,11,0,229,147,73,41,255,204,7,0,230,147,146,92,77,94,9,0,230,147,146,92,93,95,9,0,233,19,155,26,55,228,8,0,233,19,155,26,39,237,8,0,233,19,155,26,32,246,8,0,237,19,250,186,117,59,9,0,237,19,250,186,221,59,9,0,239,19,137,155,81,0,7,0,239,147,193,176,170,79,7,0,239,147,193,176,167,85,7,0,240,147,72,245,158,96,6,0,243,147,139,48,253,233,6,0,243,147,73,238,197,48,7,0,244,147,223,162,110,119,8,0,245,147,203,67,197,48,7,0,245,19,14,50,74,29,8,0,250,19,197,94,109,134,9,0,250,19,197,94,163,134,9,0,252,19,105,170,197,48,7,0,252,19,117,13,149,91,10,0,252,19,117,13,231,91,10,0,1,20,20,58,39,110,7,0,3,148,242,192,204,195,10,0,3,20,49,94,72,210,11,0,5,148,6,51,239,8,8,0,5,148,5,255,21,230,9,0,5,148,5,255,73,230,9,0,9,20,163,38,197,48,7,0,10,20,188,148,169,147,6,0,13,148,79,83,197,48,7,0,16,20,168,31,55,228,8,0,16,20,168,31,39,237,8,0,16,20,168,31,32,246,8,0,17,20,138,252,10,77,7,0,17,20,138,252,170,79,7,0,20,20,180,128,182,94,7,0,22,148,195,61,30,131,7,0,22,148,104,209,68,165,7,0,22,148,104,209,80,154,8,0,24,20,34,184,183,116,7,0,24,148,211,33,255,110,10,0,28,148,172,170,182,94,7,0,30,148,4,130,246,18,11,0,32,20,169,231,68,165,7,0,33,20,1,159,120,47,11,0,35,148,44,44,81,179,7,0,35,148,44,44,158,185,7,0,35,148,44,44,68,192,7,0,38,148,153,48,129,229,5,0,44,148,50,147,9,223,10,0,47,20,192,108,59,41,7,0,48,148,31,88,31,174,6,0,48,20,217,105,54,241,9,0,48,20,217,105,213,241,9,0,49,148,163,224,37,46,10,0,49,148,163,224,103,47,10,0,49,148,163,224,172,48,10,0,54,20,191,232,202,50,8,0,57,20,1,93,110,79,9,0,57,20,1,93,186,79,9,0,58,20,115,244,109,216,9,0,58,20,115,244,99,217,9,0,59,148,133,71,144,137,7,0,59,148,208,163,55,228,8,0,59,148,208,163,39,237,8,0,59,148,208,163,32,246,8,0,60,20,97,12,102,191,11,0,61,20,205,191,207,52,6,0,61,148,217,139,37,46,10,0,61,148,217,139,103,47,10,0,61,148,217,139,172,48,10,0,62,148,185,94,201,24,6,0,62,20,252,127,3,124,6,0,62,148,185,94,35,156,7,0,63,20,103,234,32,231,6,0,64,148,227,230,232,121,7,0,65,20,60,30,70,243,10,0,66,148,128,137,19,236,11,0,67,148,173,169,255,110,10,0,68,148,76,249,55,238,11,0,80,20,10,48,208,153,6,0,83,148,48,117,92,15,9,0,83,148,48,117,130,20,9,0,85,148,232,156,127,158,7,0,86,20,97,82,242,19,7,0,86,20,170,151,90,30,11,0,87,148,137,125,233,89,6,0,87,20,197,41,142,8,8,0,88,148,195,48,132,40,7,0,88,148,126,211,144,137,7,0,90,20,255,49,224,147,6,0,90,20,188,97,101,229,11,0,91,148,169,232,254,58,8,0,92,148,94,222,247,224,10,0,92,148,6,64,44,35,11,0,92,20,184,58,39,41,11,0,95,148,73,18,144,137,7,0,96,20,208,66,150,63,8,0,104,148,186,64,236,23,7,0,104,148,186,64,112,24,7,0,104,148,144,17,163,184,9,0,104,148,144,17,186,184,9,0,104,148,239,154,105,129,11,0,105,148,239,125,70,57,6,0,105,148,239,125,19,190,6,0,105,20,53,138,168,3,9,0,105,20,53,138,73,7,9,0,105,20,53,138,170,228,10,0,106,20,231,242,150,164,7,0,106,148,142,120,68,165,7,0,107,148,73,18,92,15,9,0,107,148,73,18,130,20,9,0,108,148,58,193,53,253,5,0,112,148,45,106,80,71,7,0,114,148,244,168,132,163,6,0,114,148,244,168,164,163,6,0,114,20,88,103,218,159,10,0,114,20,88,103,111,162,10,0,115,20,162,126,248,47,6,0,115,20,114,62,113,49,9,0,115,20,114,62,44,51,9,0,116,148,3,97,94,175,7,0,117,148,139,20,168,107,9,0,117,148,139,20,255,107,9,0,117,148,139,20,63,108,9,0,117,148,139,20,133,108,9,0,117,148,139,20,190,108,9,0,117,148,139,20,251,108,9,0,117,148,139,20,64,109,9,0,117,148,139,20,111,109,9,0,117,148,139,20,153,109,9,0,117,20,211,80,146,104,11,0,117,20,211,80,189,106,11,0,124,148,121,148,135,192,6,0,126,20,29,247,251,102,9,0,126,20,29,247,48,103,9,0,127,20,243,213,232,198,10,0,128,20,20,180,68,165,7,0,129,148,6,237,145,88,7,0,129,148,122,94,108,33,11,0,130,148,132,193,255,110,10,0,130,20,98,245,205,169,10,0,130,20,98,245,47,171,10,0,132,20,42,218,94,175,7,0,132,20,42,218,230,185,7,0,135,20,164,38,177,27,9,0,135,20,164,38,254,28,9,0,135,20,164,38,77,30,9,0,135,20,176,55,24,53,9,0,135,20,176,55,252,53,9,0,135,20,176,55,216,54,9,0,138,148,0,171,126,96,6,0,138,148,0,171,121,204,8,0,140,148,93,247,191,212,6,0,141,148,30,73,182,94,7,0,141,148,85,143,40,63,9,0,141,148,85,143,226,63,9,0,141,148,85,143,144,64,9,0,141,20,192,228,165,42,11,0,141,20,192,228,218,42,11,0,142,20,100,155,62,171,6,0,144,20,157,38,95,67,8,0,147,20,64,230,129,46,9,0,147,20,64,230,184,46,9,0,149,148,211,106,209,227,5,0,149,20,44,134,130,27,7,0,149,20,166,12,54,241,9,0,149,20,166,12,213,241,9,0,151,20,168,237,197,48,7,0,152,20,169,219,250,1,8,0,156,148,79,102,239,192,11,0,157,20,157,38,218,159,10,0,157,20,157,38,111,162,10,0,159,148,1,66,29,212,6,0,159,148,237,51,5,143,7,0,160,20,47,30,126,127,8,0,161,148,210,190,150,250,5,0,162,20,131,182,203,81,9,0,162,20,131,182,169,82,9,0,162,20,46,39,193,181,11,0,164,20,26,20,255,32,7,0,167,148,235,17,67,39,10,0,167,148,235,17,95,39,10,0,167,148,235,17,126,39,10,0,167,148,235,17,163,39,10,0,169,20,56,117,181,58,7,0,171,148,123,2,22,211,6,0,171,20,148,190,174,45,8,0,172,148,125,235,2,72,7,0,172,148,27,95,113,49,9,0,172,148,27,95,44,51,9,0,176,20,78,170,27,70,7,0,179,148,1,126,250,122,6,0,181,20,76,105,179,230,9,0,181,20,76,105,201,230,9,0,182,20,137,238,120,163,11,0,183,148,167,255,243,137,10,0,183,148,167,255,63,138,10,0,183,148,167,255,140,138,10,0,183,20,213,75,107,203,10,0,184,20,143,91,36,28,6,0,185,148,176,3,163,170,11,0,188,20,237,119,203,81,9,0,188,20,237,119,169,82,9,0,189,20,245,194,170,79,7,0,189,148,253,90,232,121,7,0,189,20,245,194,91,121,9,0,189,20,245,194,171,122,9,0,189,20,245,194,253,123,9,0,189,20,245,194,84,125,9,0,192,20,221,240,122,167,6,0,197,148,156,20,108,32,7,0,197,20,103,32,5,52,11,0,200,148,36,5,235,99,7,0,202,148,247,86,76,45,6,0,206,20,148,225,94,175,7,0,206,20,1,42,6,201,10,0,207,20,155,205,216,25,7,0,207,148,240,52,29,100,8,0,208,20,137,135,91,121,9,0,208,20,137,135,171,122,9,0,208,20,137,135,253,123,9,0,208,20,137,135,84,125,9,0,209,148,120,183,86,119,7,0,214,148,174,69,180,22,6,0,214,20,154,89,37,63,7,0,216,148,178,102,125,60,9,0,217,20,59,254,204,58,9,0,217,20,59,254,5,59,9,0,219,20,126,10,224,99,6,0,220,148,153,226,170,79,7,0,220,148,153,226,245,40,10,0,220,148,153,226,90,41,10,0,221,20,156,251,201,24,6,0,221,148,243,126,197,48,7,0,221,20,156,251,35,156,7,0,222,20,99,88,197,48,7,0,223,20,95,149,196,97,11,0,224,148,118,182,102,118,9,0,224,148,118,182,164,118,9,0,224,148,118,182,174,39,11,0,225,20,184,84,233,118,10,0,225,20,184,84,125,119,10,0,225,20,184,84,21,120,10,0,227,148,38,217,90,79,8,0,227,148,107,245,40,63,9,0,227,148,107,245,226,63,9,0,227,148,107,245,144,64,9,0,228,20,182,93,231,206,9,0,229,20,180,60,59,41,7,0,231,148,121,143,84,16,8,0,231,20,61,38,55,228,8,0,231,20,61,38,39,237,8,0,231,20,61,38,32,246,8,0,231,20,231,242,141,183,9,0,231,20,231,242,168,183,9,0,232,20,173,102,95,227,8,0,237,20,254,148,218,159,10,0,237,20,254,148,111,162,10,0,238,20,66,38,255,110,10,0,240,148,40,0,12,37,9,0,240,148,40,0,124,37,9,0,241,20,5,6,228,75,9,0,241,20,5,6,142,76,9,0,242,148,120,136,121,69,7,0,245,148,176,47,55,228,8,0,245,148,176,47,39,237,8,0,245,148,176,47,32,246,8,0,250,148,96,153,146,151,6,0,251,20,231,242,175,3,7,0,253,148,67,152,115,159,7,0,253,20,190,211,92,15,9,0,253,20,190,211,130,20,9,0,254,148,250,126,149,190,10,0,255,20,169,222,81,179,7,0,255,20,169,222,138,194,7,0,2,21,175,105,250,1,8,0,5,21,146,177,144,137,7,0,6,149,112,119,25,58,8,0,7,149,4,9,88,252,10,0,8,149,71,71,168,3,9,0,8,149,71,71,73,7,9,0,8,149,231,242,218,159,10,0,8,149,231,242,111,162,10,0,9,149,68,22,42,117,9,0,9,149,68,22,178,117,9,0,10,21,195,227,63,103,10,0,10,21,195,227,85,103,10,0,13,149,244,103,154,250,9,0,13,149,244,103,183,250,9,0,15,21,39,116,36,26,11,0,15,21,123,55,108,118,11,0,18,21,155,112,165,187,9,0,18,21,155,112,32,188,9,0,18,21,155,112,149,188,9,0,18,21,155,112,61,189,9,0,18,21,155,112,215,189,9,0,19,21,99,244,219,24,7,0,19,21,214,111,109,216,9,0,19,21,214,111,99,217,9,0,22,21,226,50,92,15,9,0,22,21,226,50,130,20,9,0,26,149,231,242,68,165,7,0,27,21,157,69,153,2,7,0,27,21,157,69,140,187,11,0,29,21,168,237,156,130,9,0,30,21,143,205,125,73,7,0,31,21,122,94,5,143,7,0,31,149,65,35,224,218,10,0,31,149,65,35,225,227,10,0,34,21,234,70,62,115,8,0,34,21,234,70,142,10,11,0,36,21,184,148,158,128,7,0,37,149,133,8,17,199,7,0,37,149,229,14,106,182,9,0,37,149,229,14,186,182,9,0,40,21,198,65,95,60,6,0,40,21,9,177,150,164,7,0,40,149,240,0,81,179,7,0,40,21,145,20,155,33,8,0,43,21,136,194,55,228,8,0,43,21,136,194,39,237,8,0,43,21,136,194,32,246,8,0,43,21,220,235,191,77,11,0,44,149,79,28,50,108,6,0,45,21,100,152,199,172,10,0,45,21,100,152,74,173,10,0,46,21,88,71,59,41,7,0,46,149,223,190,246,248,9,0,46,149,223,190,18,249,9,0,46,149,229,223,216,162,11,0,50,149,175,107,216,25,7,0,50,21,149,225,68,165,7,0,51,21,40,200,166,239,10,0,52,149,131,32,253,76,6,0,52,149,209,154,139,83,7,0,52,149,132,1,134,85,7,0,52,149,132,1,102,237,9,0,52,149,132,1,115,238,9,0,55,21,144,60,71,115,7,0,55,21,104,44,113,3,8,0,55,149,216,144,92,15,9,0,55,149,216,144,130,20,9,0,56,149,34,73,255,110,10,0,60,21,79,147,24,53,9,0,60,21,79,147,252,53,9,0,60,21,79,147,216,54,9,0,62,21,162,243,18,125,6,0,68,21,79,226,207,167,8,0,68,21,26,103,91,182,11,0,69,149,161,29,92,15,9,0,69,149,161,29,130,20,9,0,70,21,66,31,18,40,8,0,71,21,213,35,15,105,11,0,78,149,84,165,59,41,7,0,78,21,17,98,240,59,7,0,78,149,84,165,68,165,7,0,82,21,153,114,56,108,8,0,82,149,205,13,55,154,10,0,82,149,205,13,144,154,10,0,85,149,143,32,47,52,8,0,85,149,101,27,218,159,10,0,85,149,101,27,111,162,10,0,90,149,240,33,92,15,9,0,90,149,240,33,130,20,9,0,90,149,145,107,22,218,11,0,91,149,13,55,224,102,7,0,93,149,239,60,5,143,7,0,93,21,7,119,92,15,9,0,93,21,7,119,130,20,9,0,95,21,250,45,68,165,7,0,96,149,90,64,75,107,7,0,97,21,70,127,118,4,6,0,97,21,147,190,222,39,11,0,98,21,186,18,174,115,11,0,103,149,121,208,125,73,7,0,103,149,121,208,120,75,7,0,104,21,13,192,186,104,7,0,107,21,131,206,68,165,7,0,107,149,104,78,102,237,9,0,107,149,104,78,115,238,9,0,110,149,55,105,161,138,6,0,110,21,232,176,20,44,9,0,110,21,232,176,94,44,9,0,111,21,21,174,81,179,7,0,111,21,21,174,98,187,7,0,113,21,227,36,182,94,7,0,113,149,124,118,68,248,10,0,115,149,160,142,201,67,11,0,117,149,64,1,59,41,7,0,117,21,244,84,197,48,7,0,118,149,83,239,125,73,7,0,118,149,235,7,30,131,7,0,119,149,133,58,55,228,8,0,119,149,133,58,39,237,8,0,119,149,133,58,32,246,8,0,120,21,149,42,168,3,9,0,120,21,149,42,73,7,9,0,121,149,46,51,2,126,10,0,121,149,46,51,203,126,10,0,121,21,33,32,204,83,11,0,122,149,52,187,195,189,8,0,125,149,134,171,139,83,7,0,125,21,231,235,40,63,9,0,125,21,231,235,226,63,9,0,125,21,231,235,144,64,9,0,128,21,112,219,209,76,6,0,128,21,112,219,122,203,6,0,128,21,173,17,87,51,11,0,129,149,94,145,68,165,7,0,130,21,197,88,235,135,10,0,130,21,197,88,152,136,10,0,132,21,211,13,125,233,6,0,132,21,72,64,68,165,7,0,132,149,162,128,95,227,8,0,132,21,72,64,254,214,11,0,134,149,105,27,251,44,9,0,134,149,105,27,27,45,9,0,137,21,213,213,159,18,7,0,137,21,213,213,81,179,7,0,137,21,213,213,36,166,9,0,137,21,213,213,133,166,9,0,137,21,213,213,235,166,9,0,137,21,213,213,74,167,9,0,137,21,213,213,178,167,9,0,138,149,136,35,161,34,9,0,138,149,136,35,191,34,9,0,138,149,136,35,216,34,9,0,139,149,18,86,149,107,8,0,139,149,57,92,151,245,11,0,142,21,21,242,57,25,7,0,143,149,245,25,109,216,9,0,143,149,245,25,99,217,9,0,144,21,231,160,92,15,9,0,144,21,231,160,130,20,9,0,149,21,59,23,144,137,7,0,149,21,22,249,5,143,7,0,151,21,254,162,75,80,11,0,153,21,77,36,79,68,7,0,153,149,43,159,255,110,10,0,153,149,213,233,90,209,11,0,155,149,2,82,59,41,7,0,158,21,178,191,121,34,7,0,159,21,209,173,85,199,6,0,160,149,67,193,182,94,7,0,163,21,22,172,92,15,9,0,163,21,22,172,130,20,9,0,163,21,174,61,62,199,11,0,166,149,193,113,231,123,6,0,166,21,148,148,202,62,7,0,166,21,138,209,183,116,7,0,166,149,12,22,238,66,9,0,166,149,12,22,8,69,9,0,166,149,99,114,38,139,9,0,166,149,99,114,118,139,9,0,166,149,99,114,213,139,9,0,166,149,99,114,39,140,9,0,166,21,194,252,102,224,10,0,167,149,245,114,236,65,7,0,167,21,71,172,46,96,11,0,168,149,255,235,179,239,9,0,168,149,255,235,233,239,9,0,169,149,140,92,95,82,11,0,170,21,179,225,183,116,7,0,170,149,178,27,204,126,7,0,175,21,192,121,242,19,7,0,175,21,182,37,149,104,7,0,176,21,230,228,37,63,7,0,179,149,105,77,136,42,6,0,180,149,59,195,159,18,7,0,180,149,59,195,36,166,9,0,180,149,59,195,133,166,9,0,180,149,59,195,235,166,9,0,180,149,59,195,74,167,9,0,180,149,59,195,178,167,9,0,183,149,216,214,221,146,10,0,184,21,126,148,197,48,7,0,184,21,126,148,240,59,7,0,186,149,38,142,56,173,9,0,186,149,38,142,71,173,9,0,186,149,38,142,97,173,9,0,186,149,38,142,87,7,10,0,186,149,38,142,112,7,10,0,187,21,116,95,2,72,7,0,188,21,88,144,92,15,9,0,188,21,88,144,130,20,9,0,190,149,225,116,55,228,8,0,190,149,225,116,39,237,8,0,190,149,225,116,32,246,8,0,191,149,85,194,235,99,7,0,192,21,229,212,182,94,7,0,194,21,11,237,238,65,6,0,194,149,33,203,137,1,10,0,194,149,33,203,180,1,10,0,198,21,109,139,139,83,7,0,201,21,113,182,213,31,9,0,201,21,113,182,198,32,9,0,201,21,245,200,77,140,10,0,201,21,245,200,99,140,10,0,202,149,0,84,5,143,7,0,202,149,0,84,32,122,11,0,203,21,91,43,22,38,7,0,203,21,108,69,203,81,9,0,203,21,108,69,169,82,9,0,204,21,206,232,175,58,8,0,205,21,112,124,235,244,6,0,207,21,38,3,114,52,6,0,207,149,157,46,109,216,9,0,207,149,157,46,99,217,9,0,209,21,243,58,231,206,9,0,210,21,5,8,68,165,7,0,211,149,254,125,139,16,7,0,211,149,69,95,144,137,7,0,211,21,138,177,206,168,11,0,212,149,221,78,182,94,7,0,212,21,146,111,30,131,7,0,212,149,221,78,144,137,7,0,212,21,51,254,138,62,8,0,212,21,51,254,49,63,8,0,213,21,197,52,231,206,9,0,215,21,202,210,136,237,10,0,218,21,211,195,45,15,7,0,219,21,64,255,13,89,7,0,220,21,85,123,68,207,11,0,225,149,115,77,197,48,7,0,225,21,239,130,55,228,8,0,225,21,239,130,39,237,8,0,225,21,239,130,32,246,8,0,225,149,217,25,132,60,10,0,225,149,217,25,155,60,10,0,225,149,217,25,176,60,10,0,227,149,74,176,235,99,7,0,232,21,17,1,106,89,7,0,233,149,220,121,201,120,6,0,233,149,81,242,54,39,11,0,239,149,129,229,93,152,10,0,239,149,129,229,144,152,10,0,241,149,42,127,55,228,8,0,241,149,42,127,39,237,8,0,241,149,42,127,32,246,8,0,245,149,87,79,231,206,9,0,246,149,138,47,204,205,9,0,246,149,138,47,242,205,9,0,248,21,124,148,68,60,11,0,249,21,65,68,22,252,9,0,249,21,65,68,63,252,9,0,250,21,99,73,179,129,7,0,251,149,195,42,181,157,9,0,251,149,195,42,209,157,9,0,251,149,179,207,161,190,9,0,251,149,179,207,93,191,9,0,254,149,78,49,10,99,9,0,254,149,78,49,226,99,9,0,254,149,78,49,14,219,11,0,255,149,195,159,152,230,5,0,255,21,226,184,165,187,9,0,255,21,226,184,32,188,9,0,255,21,226,184,149,188,9,0,255,21,226,184,61,189,9,0,255,21,226,184,215,189,9,0,2,22,138,190,138,85,9,0,2,22,138,190,93,87,9,0,7,150,134,231,146,78,10,0,8,22,239,136,150,1,6,0,19,22,207,82,167,68,8,0,19,22,207,82,223,68,8,0,19,22,207,82,21,69,8,0,20,22,247,61,86,212,6,0,20,150,107,15,236,65,7,0,21,150,82,3,95,62,7,0,21,150,57,22,135,47,8,0,22,22,77,136,255,110,10,0,25,22,36,155,19,179,7,0,25,22,36,155,186,43,8,0,25,22,36,155,243,43,8,0,25,22,36,155,40,44,8,0,25,150,88,45,27,120,11,0,27,22,178,115,188,14,7,0,30,150,237,133,23,29,8,0,32,150,67,39,197,48,7,0,32,150,113,61,232,121,7,0,34,22,52,74,226,14,7,0,36,150,215,207,241,129,6,0,38,150,253,85,166,23,10,0,38,150,253,85,181,24,10,0,38,150,253,85,184,25,10,0,38,150,253,85,214,26,10,0,41,22,139,251,132,160,6,0,44,22,59,244,157,235,6,0,49,150,223,122,65,109,11,0,50,150,245,201,210,13,9,0,50,150,245,201,132,14,9,0,51,22,129,114,163,198,6,0,51,22,128,186,204,33,11,0,59,150,56,3,177,27,9,0,59,150,56,3,254,28,9,0,59,150,56,3,77,30,9,0,59,150,126,204,247,228,10,0,60,150,140,128,168,3,9,0,60,150,140,128,73,7,9,0,61,22,40,62,22,160,6,0,62,150,64,231,186,105,10,0,62,150,151,202,44,248,10,0,63,150,4,126,37,63,7,0,63,22,91,29,77,61,9,0,63,22,91,29,55,62,9,0,63,22,198,100,64,88,10,0,65,22,32,111,51,109,7,0,65,22,109,27,218,159,10,0,65,22,109,27,111,162,10,0,66,150,68,186,187,87,7,0,66,22,214,226,68,165,7,0,66,22,214,226,31,153,9,0,66,22,214,226,214,153,9,0,68,22,141,243,92,15,9,0,68,22,141,243,130,20,9,0,69,22,171,189,255,223,5,0,73,150,186,148,143,114,8,0,75,150,142,5,219,24,7,0,75,150,142,5,216,25,7,0,76,22,47,146,83,126,7,0,77,150,87,42,232,121,7,0,80,150,228,79,102,148,6,0,80,22,255,6,110,119,8,0,82,150,210,239,43,222,8,0,82,150,210,239,201,67,11,0,84,150,32,0,162,158,8,0,85,22,148,8,55,228,8,0,85,22,148,8,39,237,8,0,85,22,148,8,32,246,8,0,87,150,73,31,197,48,7,0,88,150,47,8,51,109,7,0,88,150,245,88,96,140,8,0,90,150,99,192,228,38,7,0,91,22,202,52,170,242,5,0,91,22,174,206,145,73,10,0,91,22,174,206,57,74,10,0,95,150,187,254,102,62,6,0,97,150,188,76,74,61,7,0,97,22,121,180,212,37,8,0,97,22,121,180,15,38,8,0,97,22,121,180,84,38,8,0,97,22,121,180,154,38,8,0,100,22,252,21,200,92,7,0,100,22,252,21,233,92,7,0,103,22,96,28,177,27,9,0,103,22,96,28,254,28,9,0,103,22,96,28,77,30,9,0,108,150,157,38,57,25,7,0,109,22,150,95,246,50,6,0,109,150,102,103,212,69,11,0,110,150,117,38,37,46,10,0,110,150,117,38,103,47,10,0,110,150,117,38,172,48,10,0,111,22,157,106,31,35,7,0,113,150,100,200,232,121,7,0,114,22,84,245,218,159,10,0,114,22,84,245,111,162,10,0,118,150,19,69,76,45,6,0,123,22,168,144,255,32,7,0,124,22,221,134,59,41,7,0,124,22,199,11,2,126,10,0,124,22,199,11,203,126,10,0,125,150,55,134,192,130,10,0,125,150,55,134,42,131,10,0,126,150,13,134,156,153,6,0,126,150,255,46,68,165,7,0,126,150,255,46,75,141,11,0,127,150,208,38,59,41,7,0,129,150,233,90,197,48,7,0,130,22,99,244,59,41,7,0,134,22,244,110,92,15,9,0,134,22,244,110,130,20,9,0,135,22,171,72,80,119,6,0,135,22,198,105,152,14,7,0,138,22,142,101,177,27,9,0,138,22,142,101,254,28,9,0,138,22,142,101,77,30,9,0,139,22,21,159,84,36,7,0,139,22,137,187,109,198,10,0,141,22,75,136,170,79,7,0,141,22,75,136,75,107,7,0,142,150,217,40,70,2,7,0,142,150,252,21,166,36,7,0,145,22,158,235,146,82,6,0,148,22,93,111,125,73,7,0,148,22,93,111,120,75,7,0,150,22,160,134,5,143,7,0,150,22,166,42,135,47,8,0,151,150,247,187,92,15,9,0,151,150,247,187,130,20,9,0,152,150,49,200,223,20,7,0,152,150,209,131,51,110,10,0,152,150,209,131,113,110,10,0,154,150,247,21,155,202,10,0,154,150,247,21,185,202,10,0,158,150,37,19,42,117,9,0,158,150,37,19,178,117,9,0,163,150,143,99,113,49,9,0,163,150,143,99,44,51,9,0,165,150,135,13,191,116,6,0,166,22,82,176,247,206,7,0,168,150,56,161,172,189,6,0,169,22,117,230,145,73,10,0,169,22,117,230,57,74,10,0,169,150,233,163,119,170,11,0,170,22,174,193,197,48,7,0,171,150,56,16,235,111,7,0,171,22,129,174,185,113,8,0,171,150,56,16,227,136,9,0,171,150,56,16,38,137,9,0,174,150,3,214,255,29,7,0,174,22,232,94,183,116,7,0,176,22,113,19,144,137,7,0,177,150,118,81,159,244,7,0,177,150,48,199,231,206,9,0,180,150,9,146,200,233,6,0,180,22,99,110,92,15,9,0,180,22,99,110,130,20,9,0,180,22,184,138,231,206,9,0,180,150,9,146,183,231,11,0,181,22,195,148,110,119,8,0,185,22,142,180,176,218,11,0,186,150,128,13,0,88,7,0,187,22,146,248,242,19,7,0,189,22,182,47,67,207,6,0,189,22,59,144,232,121,7,0,192,22,143,248,190,241,10,0,193,22,76,115,210,229,11,0,195,150,98,203,228,90,7,0,198,150,172,211,42,117,9,0,198,150,172,211,178,117,9,0,199,150,232,111,236,247,10,0,199,150,232,111,13,248,10,0,200,150,87,138,247,198,8,0,204,22,27,45,183,116,7,0,204,150,44,36,81,179,7,0,204,150,44,36,45,164,8,0,204,150,44,36,195,164,8,0,204,150,44,36,101,165,8,0,204,150,44,36,205,92,10,0,208,150,238,246,114,69,8,0,208,150,238,246,160,69,8,0,208,150,238,246,217,69,8,0,208,22,129,228,204,58,9,0,208,22,129,228,5,59,9,0,208,22,72,172,226,187,11,0,209,150,61,163,246,133,6,0,210,150,43,161,197,48,7,0,210,22,204,138,138,103,9,0,210,22,204,138,62,104,9,0,213,150,175,226,59,41,7,0,214,22,188,51,59,41,7,0,214,150,205,156,37,63,7,0,215,22,171,114,183,116,7,0,215,150,206,139,26,208,11,0,215,150,206,139,49,209,11,0,219,22,194,24,55,228,8,0,219,22,194,24,39,237,8,0,219,22,194,24,32,246,8,0,221,150,208,98,189,126,8,0,223,150,19,12,158,128,7,0,224,22,231,242,155,89,7,0,225,150,157,128,55,228,8,0,225,150,157,128,39,237,8,0,225,150,157,128,32,246,8,0,226,150,122,6,108,32,7,0,226,150,180,162,63,98,7,0,229,22,172,213,250,13,10,0,229,22,172,213,121,14,10,0,229,22,172,213,5,15,10,0,232,22,9,193,214,113,7,0,232,150,16,80,112,34,11,0,237,150,18,127,138,9,11,0,239,22,83,196,109,216,9,0,239,22,83,196,99,217,9,0,244,22,168,210,197,48,7,0,244,22,187,202,119,218,7,0,248,150,37,167,156,176,7,0,248,150,152,165,150,175,9,0,248,150,37,167,62,55,10,0,250,22,14,30,10,77,7,0,250,150,224,104,13,89,7,0,252,150,101,139,245,37,11,0,254,150,131,32,66,51,11,0,1,151,218,47,2,72,7,0,3,151,255,99,7,67,11,0,4,23,184,135,229,27,10,0,4,23,184,135,114,28,10,0,6,151,103,72,108,247,7,0,6,151,103,72,170,247,7,0,6,151,103,72,235,247,7,0,8,23,5,231,110,79,9,0,8,23,5,231,186,79,9,0,11,151,20,214,42,9,11,0,15,151,176,117,202,56,7,0,15,151,119,31,5,143,7,0,18,23,187,7,73,3,7,0,18,23,39,32,188,83,9,0,18,23,39,32,215,83,9,0,24,151,241,244,244,108,7,0,24,23,208,194,229,27,10,0,24,23,208,194,114,28,10,0,25,23,242,101,154,121,6,0,25,23,134,241,92,15,9,0,25,23,134,241,130,20,9,0,25,23,107,138,94,17,11,0,26,23,122,188,127,7,7,0,28,23,185,148,109,197,9,0,28,23,185,148,133,197,9,0,30,151,146,228,202,50,8,0,31,23,128,94,232,121,7,0,31,151,255,195,81,179,7,0,31,151,255,195,25,144,8,0,31,151,255,195,141,144,8,0,31,151,255,195,247,144,8,0,31,151,255,195,18,104,10,0,34,151,123,84,55,228,8,0,34,151,123,84,39,237,8,0,34,151,123,84,32,246,8,0,38,23,133,67,69,135,7,0,39,151,208,104,72,122,11,0,41,23,70,102,58,232,5,0,43,151,238,31,151,141,9,0,43,151,238,31,181,141,9,0,43,151,206,193,218,82,11,0,47,151,122,209,145,23,6,0,48,151,237,128,116,66,7,0,52,23,140,5,144,37,7,0,52,23,140,5,81,179,7,0,52,151,209,71,148,94,10,0,52,151,209,71,165,94,10,0,53,23,23,146,235,135,10,0,53,23,23,146,152,136,10,0,54,23,245,143,75,59,6,0,58,23,133,206,84,87,7,0,63,151,208,31,183,116,7,0,64,23,75,252,213,44,10,0,64,23,31,152,124,143,10,0,64,23,31,152,183,143,10,0,64,151,231,242,102,224,10,0,64,151,89,140,28,252,10,0,64,23,30,118,240,65,11,0,66,151,235,24,162,80,11,0,66,151,235,24,243,91,11,0,67,151,111,93,235,135,10,0,67,151,111,93,152,136,10,0,68,151,159,86,75,107,7,0,68,151,5,91,24,21,10,0,68,151,5,91,109,21,10,0,68,151,31,58,110,197,11,0,69,23,157,38,138,85,9,0,69,23,157,38,93,87,9,0,69,23,72,236,138,244,11,0,71,151,68,93,207,167,8,0,71,151,68,93,99,169,8,0,71,151,68,93,207,169,8,0,72,151,234,78,18,25,11,0,75,151,161,15,231,206,9,0,76,23,97,157,81,179,7,0,76,23,97,157,17,75,10,0,79,23,3,108,13,197,9,0,79,23,3,108,38,197,9,0,84,151,10,87,198,130,7,0,84,151,100,25,86,127,8,0,85,23,231,242,67,241,10,0,86,23,8,62,179,239,9,0,86,23,8,62,233,239,9,0,86,23,157,254,37,46,10,0,86,23,157,254,103,47,10,0,86,23,157,254,172,48,10,0,87,151,116,227,31,5,7,0,89,151,207,150,168,177,10,0,89,151,207,150,246,177,10,0,90,23,121,137,50,137,11,0,91,23,120,254,255,110,10,0,92,23,224,36,197,48,7,0,94,23,194,219,39,15,11,0,96,23,130,166,150,99,7,0,96,23,231,242,68,165,7,0,98,151,175,137,238,66,9,0,98,151,175,137,8,69,9,0,99,23,243,66,156,176,7,0,99,23,243,66,55,228,8,0,99,23,243,66,39,237,8,0,99,23,243,66,32,246,8,0,100,151,245,24,40,63,9,0,100,151,245,24,226,63,9,0,100,151,245,24,144,64,9,0,102,23,31,246,208,231,10,0,109,151,61,94,228,90,7,0,114,23,30,97,143,234,11,0,116,23,41,167,203,81,9,0,116,23,41,167,169,82,9,0,119,151,6,33,234,253,5,0,119,151,10,155,75,113,11,0,120,23,89,78,209,187,8,0,120,151,228,86,255,110,10,0,120,151,18,106,222,120,11,0,122,23,45,9,0,16,11,0,123,23,99,244,68,165,7,0,123,23,118,24,213,89,9,0,123,23,118,24,252,89,9,0,125,23,248,96,76,77,10,0,128,151,174,165,232,248,10,0,129,23,24,233,37,63,7,0,132,23,93,139,68,165,7,0,134,151,119,37,162,23,6,0,139,23,233,202,77,182,6,0,139,23,233,202,183,183,6,0,139,151,176,166,247,161,11,0,140,151,160,153,76,232,5,0,141,151,86,212,10,77,7,0,143,23,25,250,55,228,8,0,143,23,25,250,39,237,8,0,143,23,25,250,32,246,8,0,144,151,87,2,72,255,8,0,144,151,87,2,168,255,8,0,144,151,87,2,17,0,9,0,146,23,171,226,21,57,7,0,146,151,74,9,255,110,10,0,149,151,111,84,102,237,9,0,149,151,111,84,115,238,9,0,153,23,198,194,31,21,6,0,155,23,27,2,255,110,10,0,156,23,141,173,187,87,7,0,157,151,60,174,196,142,6,0,162,151,21,145,60,251,6,0,163,151,106,90,161,190,9,0,163,151,106,90,93,191,9,0,164,151,254,104,177,72,8,0,167,151,37,47,145,73,10,0,167,151,37,47,57,74,10,0,167,151,106,28,199,172,10,0,167,151,106,28,74,173,10,0,168,23,172,12,228,90,7,0,168,151,81,15,182,94,7,0,172,23,96,136,183,116,7,0,173,23,82,177,68,165,7,0,173,23,82,177,164,194,7,0,173,23,26,102,209,122,11,0,176,151,175,222,163,170,11,0,177,23,208,89,29,100,8,0,177,23,103,242,54,241,9,0,177,23,103,242,213,241,9,0,179,23,150,248,124,6,7,0,180,23,141,105,183,116,7,0,181,151,16,71,102,237,9,0,181,151,16,71,115,238,9,0,185,23,29,205,23,222,11,0,187,23,217,235,157,235,6,0,188,151,219,41,179,230,5,0,191,151,112,231,155,9,8,0,191,151,208,242,184,92,9,0,191,151,208,242,53,93,9,0,193,151,130,37,42,126,7,0,194,151,37,189,230,204,10,0,194,151,121,233,78,39,11,0,195,23,32,101,222,197,11,0,196,23,49,245,49,26,6,0,196,151,193,80,59,41,7,0,197,23,246,31,59,41,7,0,197,23,175,129,90,180,8,0,198,23,40,113,59,41,7,0,198,23,160,135,133,47,9,0,198,23,160,135,46,48,9,0,200,23,170,133,184,91,11,0,206,23,175,182,5,143,7,0,207,23,185,223,135,147,10,0,207,23,185,223,56,148,10,0,208,23,8,89,255,110,10,0,210,151,234,144,38,107,6,0,210,23,237,143,207,167,8,0,210,151,29,252,255,110,10,0,212,23,233,20,81,179,7,0,212,23,233,20,68,192,7,0,216,151,41,38,22,102,8,0,221,23,132,70,5,143,7,0,222,23,102,172,21,212,10,0,227,151,223,44,77,94,9,0,227,151,223,44,93,95,9,0,228,151,26,33,150,164,7,0,229,151,24,165,85,126,6,0,230,23,57,7,221,219,7,0,235,151,8,146,32,117,6,0,235,151,243,126,68,165,7,0,235,23,205,239,40,63,9,0,235,23,205,239,226,63,9,0,235,23,205,239,144,64,9,0,239,23,56,78,187,121,6,0,239,23,12,25,221,219,7,0,242,23,46,119,12,98,6,0,242,151,143,124,30,131,7,0,250,151,208,216,128,98,7,0,253,151,220,18,255,110,10,0,253,23,80,35,85,157,11,0,254,151,186,148,102,31,6,0,254,151,186,148,197,48,7,0,254,151,186,148,68,165,7,0,254,23,180,54,218,159,10,0,254,23,180,54,111,162,10,0,255,23,73,136,238,100,9,0,255,23,73,136,126,101,9,0,0,24,77,117,49,200,10,0,1,152,140,128,32,25,8,0,2,152,140,213,81,179,7,0,2,152,140,213,45,164,8,0,2,152,140,213,195,164,8,0,2,152,140,213,101,165,8,0,2,152,140,213,205,92,10,0,3,24,111,201,238,66,9,0,3,24,111,201,8,69,9,0,4,152,171,226,209,217,6,0,4,152,171,226,52,229,6,0,4,152,171,226,59,41,7,0,4,152,171,226,72,92,8,0,5,24,9,166,75,107,7,0,6,152,164,34,79,68,7,0,8,152,14,57,130,86,7,0,8,152,201,99,5,143,7,0,9,24,248,96,75,107,7,0,9,24,248,96,81,179,7,0,9,24,248,96,68,192,7,0,9,152,181,123,75,195,8,0,11,24,164,160,91,114,6,0,12,24,157,211,55,228,8,0,12,24,157,211,39,237,8,0,12,24,157,211,32,246,8,0,14,24,246,112,255,110,10,0,15,24,172,122,55,228,8,0,15,24,172,122,39,237,8,0,15,24,172,122,32,246,8,0,17,152,129,229,59,41,7,0,17,24,78,85,27,125,8,0,20,24,9,38,141,198,10,0,21,24,93,42,235,193,10,0,21,152,24,105,222,206,11,0,22,152,219,227,102,237,9,0,22,152,219,227,115,238,9,0,22,152,128,247,201,225,11,0,25,152,35,2,142,134,6,0,25,24,112,167,1,191,11,0,29,152,47,7,228,90,7,0,29,24,86,47,144,137,7,0,35,152,104,58,237,189,10,0,36,24,48,175,5,143,7,0,37,152,106,152,68,165,7,0,41,152,212,247,69,135,7,0,41,152,159,138,55,228,8,0,41,152,159,138,39,237,8,0,41,152,159,138,32,246,8,0,42,152,118,128,10,37,7,0,42,152,118,128,213,31,9,0,42,152,118,128,198,32,9,0,42,152,206,200,152,65,9,0,42,152,206,200,36,66,9,0,43,24,14,129,203,27,6,0,43,152,213,109,107,114,7,0,45,24,52,52,91,121,9,0,45,24,52,52,171,122,9,0,45,24,52,52,253,123,9,0,45,24,52,52,84,125,9,0,47,152,179,73,5,143,7,0,47,24,40,52,61,198,11,0,51,152,36,226,232,121,7,0,52,152,142,15,3,130,7,0,52,152,142,15,102,130,7,0,53,24,220,138,45,11,7,0,55,152,210,9,224,18,7,0,56,24,78,243,5,168,6,0,58,24,198,255,197,48,7,0,59,152,86,129,68,165,7,0,60,152,200,29,184,73,6,0,60,152,227,65,5,143,7,0,60,152,76,165,163,149,9,0,60,152,76,165,246,149,9,0,60,24,112,167,2,126,10,0,60,24,112,167,203,126,10,0,61,24,245,199,86,64,6,0,62,24,245,165,7,84,6,0,65,24,50,222,228,242,7,0,65,152,231,242,255,110,10,0,66,24,199,228,232,121,7,0,67,24,130,118,239,223,7,0,67,152,175,240,231,206,9,0,68,24,229,140,55,228,8,0,68,24,229,140,39,237,8,0,68,24,229,140,32,246,8,0,69,152,69,195,10,77,7,0,69,152,197,165,175,58,8,0,69,152,66,43,168,3,9,0,69,152,66,43,73,7,9,0,69,24,99,139,38,47,11,0,70,24,74,208,218,159,10,0,70,24,74,208,111,162,10,0,72,152,50,244,177,27,9,0,72,152,50,244,254,28,9,0,72,152,50,244,77,30,9,0,78,24,128,236,75,107,7,0,78,152,135,78,186,105,10,0,83,24,192,148,210,2,9,0,83,24,192,148,246,2,9,0,84,152,222,233,168,107,9,0,84,152,222,233,168,107,9,0,84,152,222,233,255,107,9,0,84,152,222,233,255,107,9,0,84,152,222,233,63,108,9,0,84,152,222,233,63,108,9,0,84,152,222,233,133,108,9,0,84,152,222,233,133,108,9,0,84,152,222,233,190,108,9,0,84,152,222,233,190,108,9,0,84,152,222,233,251,108,9,0,84,152,222,233,251,108,9,0,86,24,202,208,55,228,8,0,86,24,202,208,39,237,8,0,86,24,202,208,32,246,8,0,87,24,230,31,135,47,8,0,87,24,76,136,41,189,10,0,90,152,210,157,221,173,11,0,95,24,114,27,44,166,8,0,96,152,101,116,144,137,7,0,97,152,25,156,213,31,9,0,97,152,25,156,198,32,9,0,100,152,236,223,55,228,8,0,100,152,236,223,39,237,8,0,100,152,236,223,32,246,8,0,100,152,253,3,92,15,9,0,100,152,253,3,130,20,9,0,103,24,185,146,108,232,5,0,104,24,252,6,183,116,7,0,105,24,73,9,158,183,6,0,108,152,241,75,130,86,7,0,109,152,113,0,107,253,5,0,110,152,28,45,19,151,8,0,110,152,28,45,82,151,8,0,110,152,28,45,144,151,8,0,112,152,135,240,42,72,9,0,112,152,135,240,233,72,9,0,112,152,135,240,162,73,9,0,112,152,56,75,73,159,11,0,113,152,201,148,86,119,7,0,113,152,234,19,123,176,10,0,113,152,234,19,165,176,10,0,113,152,164,209,39,98,11,0,113,152,164,209,59,98,11,0,115,152,19,5,68,165,7,0,116,24,44,161,183,116,7,0,118,152,98,254,5,143,7,0,123,152,148,202,4,139,11,0,124,24,152,215,68,165,7,0,124,24,245,14,55,228,8,0,124,24,245,14,39,237,8,0,124,24,245,14,32,246,8,0,125,24,123,152,159,19,6,0,127,152,48,120,172,14,6,0,128,152,105,43,130,86,7,0,129,152,232,89,2,72,7,0,132,152,3,221,175,22,7,0,134,152,89,154,241,1,7,0,134,152,233,163,156,176,7,0,134,152,89,154,94,251,7,0,134,152,233,163,236,158,10,0,134,152,233,163,45,159,10,0,134,152,233,163,106,159,10,0,138,24,139,5,128,133,7,0,138,24,254,225,213,31,9,0,138,24,254,225,198,32,9,0,140,152,105,123,195,160,6,0,141,24,134,148,194,11,7,0,141,152,89,186,135,47,8,0,143,24,168,100,37,103,6,0,144,24,238,216,184,4,7,0,149,24,219,130,232,197,7,0,149,152,231,242,142,216,7,0,152,24,94,141,243,137,10,0,152,24,94,141,63,138,10,0,152,24,94,141,140,138,10,0,153,152,101,144,126,31,7,0,153,152,55,217,103,84,11,0,156,24,25,109,5,143,7,0,161,24,177,9,22,38,7,0,161,24,233,90,69,135,7,0,162,152,101,180,161,29,7,0,164,152,93,136,197,48,7,0,166,24,236,3,24,53,9,0,166,24,236,3,252,53,9,0,166,24,236,3,216,54,9,0,168,24,154,143,205,169,10,0,168,24,154,143,47,171,10,0,170,24,4,242,111,247,10,0,173,24,91,172,228,90,7,0,175,152,136,139,213,31,9,0,175,152,136,139,198,32,9,0,176,152,154,167,13,238,5,0,179,152,251,183,86,201,6,0,183,24,164,160,254,226,5,0,184,152,41,95,170,79,7,0,184,24,202,0,232,121,7,0,184,24,113,202,46,97,11,0,185,152,232,113,216,25,7,0,185,24,187,23,255,110,10,0,186,24,164,160,52,152,6,0,188,24,164,160,153,21,6,0,189,24,8,83,69,110,7,0,194,152,239,241,255,110,10,0,197,24,242,4,10,77,7,0,197,24,242,4,170,79,7,0,199,152,53,33,168,3,9,0,199,152,53,33,73,7,9,0,200,152,243,109,161,156,10,0,200,152,243,109,187,156,10,0,200,152,243,109,242,156,10,0,201,152,50,175,197,48,7,0,206,24,38,129,250,132,11,0,207,152,83,73,182,94,7,0,210,152,242,126,244,239,6,0,212,24,125,19,200,231,5,0,212,152,252,236,92,15,9,0,212,152,252,236,130,20,9,0,213,152,251,198,55,228,8,0,213,152,251,198,39,237,8,0,213,152,251,198,32,246,8,0,214,152,70,194,171,112,6,0,215,152,120,127,197,48,7,0,216,152,11,27,120,55,6,0,217,24,22,229,158,128,7,0,218,152,162,84,166,113,9,0,218,152,162,84,197,113,9,0,219,24,207,88,232,200,9,0,219,24,207,88,55,201,9,0,222,152,42,185,96,138,11,0,223,152,249,126,87,125,6,0,223,152,38,46,203,131,9,0,223,152,38,46,97,132,9,0,223,152,154,98,255,110,10,0,225,152,137,47,116,193,10,0,232,24,194,240,124,199,7,0,235,152,25,204,16,2,7,0,235,24,121,8,98,108,7,0,235,24,188,148,89,202,7,0,235,24,188,148,207,202,7,0,235,152,177,186,212,113,11,0,236,24,210,27,134,236,11,0,238,24,16,135,183,116,7,0,238,152,62,69,77,230,10,0,239,152,223,227,56,57,7,0,239,24,44,255,8,217,7,0,240,24,38,255,55,228,8,0,240,24,38,255,39,237,8,0,240,24,38,255,32,246,8,0,244,152,68,21,146,142,9,0,244,152,68,21,222,142,9,0,244,152,68,21,39,143,9,0,244,152,160,127,90,30,11,0,245,152,28,222,197,48,7,0,248,24,101,174,125,60,9,0,251,24,63,98,231,206,9,0,252,152,149,237,204,98,11,0,255,152,144,105,177,26,6,0,255,152,165,141,250,36,8,0,0,153,148,128,84,191,6,0,1,25,33,118,81,179,7,0,1,25,33,118,14,61,8,0,2,153,188,15,97,20,8,0,3,25,132,142,173,71,11,0,5,25,96,2,113,49,9,0,5,25,96,2,44,51,9,0,7,25,33,69,100,182,6,0,7,153,128,194,255,197,6,0,9,153,144,238,183,116,7,0,12,25,119,26,225,153,11,0,20,25,104,128,46,70,6,0,20,153,163,186,11,86,8,0,20,25,202,110,23,70,11,0,20,25,202,110,105,71,11,0,21,25,67,190,5,143,7,0,21,25,59,103,213,31,9,0,21,25,59,103,198,32,9,0,24,25,157,38,144,137,7,0,25,153,244,192,138,85,9,0,25,153,244,192,93,87,9,0,30,25,83,119,247,206,7,0,31,153,188,87,10,247,11,0,33,153,126,141,101,250,5,0,33,153,220,168,228,90,7,0,33,25,163,60,8,217,7,0,34,25,122,252,81,179,7,0,34,25,122,252,34,26,9,0,35,153,170,31,254,22,7,0,35,25,199,210,187,13,11,0,36,25,153,7,213,31,9,0,36,25,153,7,198,32,9,0,38,25,123,180,89,202,7,0,38,25,123,180,207,202,7,0,44,25,209,238,182,94,7,0,44,25,245,158,199,172,10,0,44,25,245,158,74,173,10,0,45,25,117,21,124,6,7,0,47,153,89,170,55,149,9,0,50,25,109,195,182,10,7,0,51,153,20,207,232,250,5,0,51,153,239,16,144,137,7,0,52,25,248,4,59,41,7,0,53,25,170,254,16,214,8,0,54,153,103,209,223,20,7,0,55,25,157,38,89,5,6,0,55,25,157,38,47,6,6,0,55,25,157,38,245,46,6,0,55,25,157,38,161,49,6,0,55,25,157,38,189,83,6,0,55,25,157,38,100,179,6,0,55,153,5,121,84,204,6,0,55,25,157,38,56,205,6,0,55,25,157,38,253,213,6,0,55,25,157,38,125,73,7,0,55,25,157,38,120,75,7,0,55,25,157,38,89,202,7,0,55,25,157,38,207,202,7,0,56,25,207,144,217,6,6,0,57,153,237,199,59,41,7,0,57,153,91,165,45,105,7,0,57,153,71,189,55,228,8,0,57,153,71,189,39,237,8,0,57,153,71,189,32,246,8,0,58,153,7,22,53,214,9,0,58,153,7,22,78,214,9,0,59,25,178,21,156,176,7,0,59,153,23,77,115,64,8,0,59,25,178,21,208,31,10,0,59,25,178,21,224,31,10,0,60,25,1,81,119,97,7,0,63,25,45,101,11,38,11,0,65,25,255,160,224,178,11,0,66,153,189,237,170,79,7,0,67,153,52,70,228,90,7,0,67,153,255,29,37,46,10,0,67,153,255,29,103,47,10,0,67,153,255,29,172,48,10,0,68,25,202,72,2,72,7,0,68,153,230,222,228,75,9,0,68,153,230,222,142,76,9,0,69,25,159,179,197,48,7,0,73,153,112,236,247,228,10,0,75,153,166,164,67,51,6,0,75,153,145,178,51,83,6,0,75,153,145,178,238,135,7,0,75,153,174,183,238,66,9,0,75,153,174,183,8,69,9,0,79,25,41,65,152,30,7,0,80,153,213,77,204,70,7,0,80,153,132,150,10,99,9,0,80,153,132,150,226,99,9,0,80,153,213,77,91,121,9,0,80,153,213,77,171,122,9,0,80,153,213,77,253,123,9,0,80,153,213,77,84,125,9,0,81,25,91,124,255,32,7,0,81,25,91,124,102,174,11,0,82,25,148,149,123,226,8,0,84,25,188,148,134,153,6,0,84,25,188,148,125,73,7,0,84,25,188,148,120,75,7,0,84,153,231,242,255,190,10,0,91,25,209,177,155,89,7,0,91,25,106,102,51,181,8,0,92,25,127,94,30,235,5,0,94,25,236,141,69,135,7,0,96,153,87,29,231,206,9,0,97,25,71,252,203,81,9,0,97,25,71,252,169,82,9,0,99,25,178,42,106,204,6,0,100,25,142,247,55,228,8,0,100,25,142,247,39,237,8,0,100,25,142,247,32,246,8,0,101,153,71,79,71,115,7,0,101,153,80,49,232,121,7,0,103,25,131,164,1,177,8,0,105,25,82,51,222,31,7,0,105,153,7,198,232,197,7,0,106,25,35,167,242,19,7,0,109,25,229,212,166,23,7,0,110,25,47,236,174,67,10,0,112,153,150,95,6,8,7,0,113,153,5,213,231,122,6,0,113,25,25,56,204,145,6,0,113,25,219,198,70,222,10,0,114,25,190,7,119,92,7,0,114,153,200,44,238,66,9,0,114,153,200,44,8,69,9,0,116,25,187,202,21,112,11,0,118,25,9,162,107,114,7,0,118,25,22,126,37,247,11,0,119,25,5,77,55,228,8,0,119,25,5,77,39,237,8,0,119,25,5,77,32,246,8,0,119,153,73,31,2,126,10,0,119,153,73,31,203,126,10,0,123,153,190,209,10,99,9,0,123,153,190,209,226,99,9,0,125,25,245,249,54,152,11,0,126,25,18,205,83,126,7,0,127,25,195,29,231,27,7,0,127,153,169,133,66,106,8,0,127,153,121,167,2,126,10,0,127,153,121,167,203,126,10,0,127,25,98,218,130,233,11,0,133,25,143,118,139,3,7,0,133,153,5,187,86,119,7,0,135,153,225,128,36,166,9,0,135,153,225,128,133,166,9,0,135,153,225,128,235,166,9,0,135,153,225,128,74,167,9,0,135,153,225,128,178,167,9,0,135,25,60,171,255,110,10,0,136,25,156,23,11,236,5,0,137,153,255,1,31,32,7,0,141,25,213,176,218,159,10,0,141,25,213,176,111,162,10,0,142,25,143,222,255,110,10,0,143,153,151,99,19,65,7,0,143,153,182,93,238,66,9,0,143,153,182,93,8,69,9,0,144,25,246,229,203,131,9,0,144,25,246,229,97,132,9,0,145,153,162,248,68,165,7,0,145,25,24,54,245,40,10,0,146,153,118,24,125,60,9,0,152,153,180,148,235,104,6,0,152,153,200,129,173,138,11,0,153,25,101,72,209,91,11,0,158,153,29,153,89,231,5,0,158,25,134,9,91,121,9,0,158,25,134,9,171,122,9,0,158,25,134,9,253,123,9,0,158,25,134,9,84,125,9,0,161,153,14,60,236,238,5,0,161,153,14,60,250,51,6,0,161,153,75,42,161,84,6,0,163,153,196,193,57,25,7,0,163,25,153,23,255,110,10,0,163,25,231,242,116,210,10,0,165,153,56,66,96,2,6,0,169,153,120,242,233,205,10,0,170,25,76,80,96,193,11,0,171,25,212,1,133,248,7,0,171,25,212,1,170,248,7,0,172,25,67,129,158,96,6,0,173,25,234,231,75,107,7,0,174,153,131,155,112,28,6,0,174,25,77,185,158,128,7,0,179,25,20,77,246,156,6,0,180,153,28,121,90,118,6,0,180,153,28,121,255,110,10,0,181,153,113,27,87,27,8,0,182,153,156,186,197,48,7,0,190,25,30,180,4,158,6,0,190,153,242,212,31,153,9,0,190,153,242,212,214,153,9,0,191,153,176,42,111,168,6,0,196,153,244,116,232,121,7,0,198,25,57,79,177,27,9,0,198,25,57,79,254,28,9,0,198,25,57,79,77,30,9,0,199,25,196,148,35,124,8,0,203,25,109,195,232,121,7,0,207,153,137,179,204,70,7,0,207,153,96,77,144,137,7,0,207,153,137,179,91,121,9,0,207,153,137,179,171,122,9,0,207,153,137,179,253,123,9,0,207,153,137,179,84,125,9,0,209,153,244,75,166,36,7,0,209,153,148,148,168,3,9,0,209,153,148,148,73,7,9,0,212,153,46,59,70,197,6,0,219,25,178,79,104,126,11,0,221,25,186,148,83,153,8,0,222,25,12,77,197,48,7,0,222,153,125,241,247,206,7,0,224,25,233,130,59,41,7,0,225,25,73,167,77,75,9,0,225,25,73,167,119,75,9,0,225,25,215,5,222,194,9,0,225,25,215,5,76,195,9,0,226,25,32,8,116,66,7,0,229,25,240,109,253,15,8,0,231,153,241,226,2,63,8,0,232,25,252,102,205,169,10,0,232,25,252,102,47,171,10,0,234,153,108,234,232,121,7,0,238,25,131,182,158,128,7,0,240,25,56,51,197,48,7,0,241,153,195,147,190,17,7,0,241,153,77,130,235,99,7,0,241,153,120,248,55,149,9,0,243,153,6,91,118,154,7,0,243,153,6,91,63,155,7,0,248,153,30,124,168,3,9,0,248,153,30,124,73,7,9,0,251,25,247,34,116,66,7,0,254,153,62,71,4,59,11,0,255,153,9,157,133,47,9,0,255,153,9,157,46,48,9,0,0,154,94,112,232,22,11,0,1,26,111,87,75,107,7,0,3,154,58,189,131,41,9,0,3,154,120,212,255,110,10,0,5,154,61,57,248,196,6,0,5,154,182,116,168,3,9,0,5,154,182,116,73,7,9,0,7,154,212,78,5,143,7,0,10,26,83,197,140,188,6,0,13,154,35,44,203,131,9,0,13,154,35,44,97,132,9,0,14,154,219,178,5,143,7,0,15,26,201,63,128,70,11,0,18,26,124,154,213,31,9,0,18,26,124,154,198,32,9,0,20,154,158,29,214,42,8,0,22,154,191,149,128,227,10,0,25,26,105,166,219,42,9,0,27,154,202,45,99,224,8,0,27,26,226,36,1,98,11,0,29,154,71,203,202,50,8,0,29,26,116,238,161,190,9,0,29,26,116,238,93,191,9,0,29,154,224,105,245,40,10,0,32,26,191,111,22,202,8,0,33,26,115,149,69,88,7,0,33,154,90,71,55,228,8,0,33,154,90,71,39,237,8,0,33,154,90,71,32,246,8,0,38,26,233,211,86,65,6,0,40,26,28,119,147,48,11,0,41,154,136,150,252,81,11,0,41,154,136,150,197,82,11,0,44,154,189,173,81,179,7,0,47,154,180,227,128,133,7,0,48,154,27,102,201,24,6,0,48,26,42,230,87,222,6,0,48,26,42,230,179,227,6,0,48,154,27,102,35,156,7,0,50,154,102,79,51,109,7,0,51,26,86,103,148,85,6,0,53,154,126,242,157,235,6,0,53,154,23,191,31,153,9,0,53,154,23,191,214,153,9,0,56,26,209,93,92,15,9,0,56,26,209,93,130,20,9,0,58,154,0,238,133,47,9,0,58,154,0,238,46,48,9,0,59,26,203,182,168,3,9,0,59,26,203,182,73,7,9,0,59,26,73,111,85,42,11,0,61,154,88,13,235,99,7,0,63,154,158,12,30,131,7,0,64,26,87,214,30,131,7,0,65,154,129,143,175,140,10,0,66,154,248,205,255,110,10,0,68,26,41,223,189,55,8,0,68,154,221,221,140,116,9,0,68,154,221,221,173,116,9,0,68,154,221,221,210,116,9,0,68,154,80,150,214,29,11,0,69,154,243,218,236,23,7,0,69,154,243,218,112,24,7,0,75,26,144,199,92,15,9,0,75,26,144,199,130,20,9,0,77,154,85,157,0,89,10,0,77,154,85,157,96,89,10,0,77,154,85,157,189,89,10,0,79,26,243,150,177,27,9,0,79,26,243,150,254,28,9,0,79,26,243,150,77,30,9,0,79,26,128,189,69,179,9,0,79,26,128,189,155,179,9,0,79,26,128,189,43,180,9,0,82,26,143,112,178,201,7,0,83,154,10,114,255,110,10,0,83,154,88,246,55,154,10,0,83,154,88,246,144,154,10,0,85,26,120,198,5,143,7,0,86,154,127,140,92,15,9,0,86,154,127,140,130,20,9,0,90,154,149,101,68,165,7,0,91,154,184,92,81,179,7,0,91,154,184,92,94,190,7,0,93,154,195,148,80,48,6,0,93,154,195,148,141,49,6,0,93,154,195,148,109,50,6,0,93,154,195,148,125,183,8,0,93,154,195,148,181,183,8,0,93,154,195,148,170,201,8,0,97,26,204,44,125,73,7,0,97,26,204,44,120,75,7,0,97,26,73,134,55,228,8,0,97,26,73,134,39,237,8,0,97,26,73,134,32,246,8,0,99,26,220,142,216,25,7,0,99,154,23,129,6,97,7,0,100,26,1,152,201,24,6,0,100,26,1,152,35,156,7,0,101,26,170,90,167,118,6,0,101,154,71,200,43,226,6,0,103,26,42,130,215,232,5,0,104,154,114,84,119,92,7,0,106,26,156,135,144,137,7,0,110,26,157,38,253,79,6,0,110,26,126,231,37,63,7,0,110,26,157,38,232,197,7,0,114,26,0,184,86,19,6,0,114,154,74,229,201,24,6,0,114,154,74,229,35,156,7,0,115,26,99,244,59,41,7,0,115,154,10,192,171,123,11,0,119,154,94,58,227,167,11,0,122,26,151,131,86,119,7,0,122,26,234,219,81,179,7,0,122,26,234,219,45,164,8,0,122,26,234,219,195,164,8,0,122,26,234,219,101,165,8,0,122,26,234,219,205,92,10,0,123,26,16,100,201,24,6,0,123,26,16,100,35,156,7,0,124,26,237,215,55,228,8,0,124,26,237,215,39,237,8,0,124,26,237,215,32,246,8,0,124,154,86,124,10,99,9,0,124,154,86,124,226,99,9,0,129,26,89,115,198,205,6,0,135,26,201,214,69,110,7,0,136,154,7,111,134,85,7,0,136,26,224,30,86,119,7,0,140,26,37,172,10,37,7,0,143,154,201,233,8,217,7,0,143,154,244,51,67,64,11,0,144,26,82,237,49,7,7,0,144,154,9,46,133,58,11,0,144,26,79,65,106,218,11,0,145,154,216,47,116,66,7,0,145,26,157,38,83,212,7,0,145,154,149,48,67,107,8,0,145,154,149,48,185,184,11,0,151,154,145,228,68,165,7,0,151,26,185,185,21,134,11,0,154,154,60,11,1,135,7,0,155,26,115,162,203,88,7,0,159,154,39,34,144,137,7,0,160,154,113,173,197,48,7,0,162,26,236,234,196,45,6,0,162,26,31,128,187,69,11,0,163,26,2,102,6,97,7,0,165,154,175,39,124,238,10,0,165,154,175,39,157,238,10,0,168,154,233,10,86,119,7,0,168,26,34,174,68,165,7,0,168,154,28,145,109,255,10,0,171,26,53,58,68,165,7,0,171,154,83,176,224,176,11,0,173,26,32,211,81,179,7,0,173,26,32,211,45,164,8,0,173,26,32,211,195,164,8,0,173,26,32,211,101,165,8,0,173,26,32,211,205,92,10,0,174,26,246,97,170,79,7,0,175,154,44,92,254,1,6,0,175,154,110,251,240,59,7,0,179,154,180,239,204,195,10,0,181,154,126,33,72,255,8,0,181,154,126,33,168,255,8,0,181,154,126,33,17,0,9,0,182,26,186,148,119,97,7,0,183,26,253,47,59,211,11,0,183,26,253,47,84,211,11,0,187,154,76,4,110,119,8,0,191,26,215,221,135,218,9,0,191,26,215,221,242,218,9,0,192,26,94,19,238,137,9,0,192,26,94,19,73,138,9,0,192,26,94,19,158,138,9,0,192,26,126,146,213,44,10,0,193,154,106,231,47,14,7,0,193,154,96,155,197,48,7,0,197,26,249,213,95,14,11,0,200,26,157,38,181,181,6,0,201,26,168,18,59,41,7,0,202,154,130,215,225,130,6,0,203,26,119,153,255,110,10,0,207,26,43,19,232,121,7,0,208,26,5,86,30,131,7,0,210,26,162,88,101,56,11,0,211,26,109,132,232,121,7,0,212,26,70,184,234,223,10,0,215,154,7,164,68,165,7,0,215,154,7,164,202,254,10,0,215,154,7,164,48,3,11,0,218,26,140,244,42,117,9,0,218,26,140,244,178,117,9,0,220,154,185,130,37,63,7,0,221,26,233,28,111,45,9,0,221,26,233,28,159,45,9,0,223,26,160,10,43,172,11,0,225,154,232,107,128,103,7,0,225,154,61,121,81,179,7,0,225,154,61,121,150,130,8,0,225,154,61,121,198,130,8,0,225,154,61,121,245,130,8,0,225,154,61,121,37,131,8,0,228,26,113,85,59,41,7,0,229,26,180,177,165,187,9,0,229,26,180,177,32,188,9,0,229,26,180,177,149,188,9,0,229,26,180,177,61,189,9,0,229,26,180,177,215,189,9,0,235,26,142,209,145,73,10,0,235,26,142,209,57,74,10,0,235,26,74,17,175,140,10,0,242,154,9,77,223,173,6,0,245,26,46,127,227,209,7,0,245,26,46,127,46,211,7,0,245,154,36,230,195,66,8,0,245,26,111,172,34,236,9,0,245,26,111,172,84,236,9,0,245,26,111,172,154,236,9,0,246,154,86,74,215,123,6,0,249,154,236,126,244,177,6,0,250,154,179,123,27,159,6,0,250,154,149,125,251,84,7,0,253,154,41,102,50,169,6,0,1,27,101,72,197,48,7,0,2,27,141,209,186,104,7,0,2,27,143,254,132,43,11,0,2,27,143,254,83,50,11,0,4,155,34,247,92,227,6,0,4,155,46,153,69,110,7,0,4,27,140,200,144,129,10,0,4,27,140,200,233,129,10,0,4,27,140,200,65,130,10,0,4,155,172,185,109,254,11,0,6,155,169,177,46,143,10,0,8,27,229,109,108,65,7,0,11,27,45,14,255,110,10,0,11,155,167,130,25,4,11,0,11,155,167,130,50,4,11,0,16,27,107,212,35,127,7,0,19,155,255,63,156,126,11,0,23,155,140,235,253,29,6,0,24,155,199,214,0,89,10,0,24,155,199,214,96,89,10,0,24,155,199,214,189,89,10,0,25,155,169,201,200,130,11,0,27,27,50,128,116,66,7,0,28,155,172,7,230,52,8,0,29,155,205,161,144,137,7,0,29,155,209,69,255,110,10,0,30,155,251,2,52,7,8,0,31,27,210,193,86,28,6,0,31,155,108,109,198,130,7,0,31,27,81,68,10,155,11,0,33,155,233,34,116,66,7,0,34,27,15,27,26,23,7,0,35,27,18,20,216,25,7,0,36,27,57,231,93,36,6,0,36,155,169,139,221,26,9,0,36,155,169,139,51,27,9,0,36,27,57,231,219,42,9,0,38,27,97,16,197,48,7,0,38,155,26,235,144,137,7,0,41,27,86,45,193,208,10,0,42,155,231,242,2,126,10,0,42,155,231,242,203,126,10,0,44,155,44,110,226,14,7,0,46,27,22,176,55,154,10,0,46,27,22,176,144,154,10,0,48,27,189,232,186,105,10,0,49,27,139,231,72,81,10,0,49,27,139,231,128,81,10,0,49,27,139,231,185,81,10,0,52,27,110,137,202,56,7,0,52,27,178,160,8,28,11,0,52,27,178,160,64,28,11,0,54,155,189,115,18,115,9,0,54,155,189,115,57,115,9,0,54,155,189,115,90,115,9,0,54,155,99,222,21,134,11,0,55,155,227,253,231,205,6,0,56,27,207,16,232,121,7,0,57,27,41,156,37,46,10,0,57,27,41,156,103,47,10,0,57,27,41,156,172,48,10,0,57,155,215,54,207,233,10,0,58,155,70,132,5,143,7,0,59,27,104,13,61,250,5,0,60,27,117,82,122,19,8,0,62,27,59,174,13,238,5,0,62,155,87,58,118,207,10,0,64,27,43,71,53,6,7,0,64,27,43,71,119,110,9,0,64,27,43,71,158,110,9,0,66,155,161,148,128,222,9,0,66,155,161,148,151,222,9,0,66,155,196,73,139,246,9,0,66,155,196,73,215,246,9,0,70,155,140,186,218,159,10,0,70,155,140,186,111,162,10,0,71,155,191,14,59,41,7,0,73,155,201,202,109,134,9,0,73,155,201,202,163,134,9,0,73,155,201,202,150,229,10,0,76,155,137,150,156,39,7,0,77,155,83,243,210,112,7,0,80,27,45,224,63,103,6,0,81,155,205,88,6,123,11,0,82,27,231,94,220,126,9,0,82,27,231,94,138,127,9,0,84,155,87,92,238,137,9,0,84,155,87,92,73,138,9,0,84,155,87,92,158,138,9,0,86,27,216,178,146,17,6,0,87,155,32,158,79,253,5,0,87,27,225,137,5,143,7,0,91,27,35,222,197,48,7,0,92,27,240,209,2,72,7,0,92,155,186,148,167,85,7,0,92,27,92,94,55,228,8,0,92,27,92,94,39,237,8,0,92,27,92,94,32,246,8,0,94,27,251,241,255,110,10,0,97,155,135,0,55,228,8,0,97,155,135,0,39,237,8,0,97,155,135,0,32,246,8,0,102,155,118,240,183,116,7,0,102,27,247,227,232,197,7,0,102,27,93,85,61,198,11,0,103,27,91,22,144,137,7,0,105,155,13,19,8,115,7,0,106,155,150,15,142,207,8,0,107,27,86,96,246,27,6,0,107,155,214,242,138,85,9,0,107,155,214,242,93,87,9,0,110,155,100,183,255,32,7,0,110,155,74,220,68,165,7,0,111,155,50,127,218,159,10,0,111,155,50,127,111,162,10,0,112,155,100,43,139,83,7,0,114,27,132,93,42,4,6,0,114,155,29,65,35,127,7,0,114,27,203,239,251,97,9,0,114,27,203,239,65,98,9,0,114,27,203,239,142,98,9,0,114,155,108,149,173,120,10,0,114,155,108,149,197,120,10,0,114,155,108,149,239,120,10,0,115,155,84,144,223,20,7,0,115,155,233,20,64,235,7,0,115,155,233,20,223,185,11,0,117,27,175,182,59,41,7,0,118,155,163,160,62,55,6,0,118,155,189,126,197,48,7,0,118,155,10,126,120,177,8,0,119,155,129,19,181,16,11,0,120,155,111,199,144,137,7,0,124,27,73,100,62,160,11,0,126,27,63,153,67,252,5,0,126,27,59,137,154,59,6,0,128,155,52,94,251,175,11,0,134,27,37,105,162,158,8,0,136,155,60,166,85,233,9,0,140,27,59,46,80,192,10,0,142,155,233,32,88,49,6,0,143,27,46,210,77,61,9,0,143,27,46,210,55,62,9,0,146,155,103,250,5,143,7,0,149,27,75,86,232,121,7,0,154,27,150,107,166,23,10,0,154,27,150,107,181,24,10,0,154,27,150,107,184,25,10,0,154,27,150,107,214,26,10,0,154,27,236,171,101,27,11,0,156,27,228,137,163,250,5,0,156,27,81,60,214,206,6,0,158,27,195,5,102,237,9,0,158,27,195,5,115,238,9,0,158,27,124,80,62,136,11,0,159,155,110,14,19,65,7,0,160,27,183,203,100,106,7,0,161,155,197,153,255,110,10,0,162,27,180,138,197,48,7,0,166,155,63,100,60,123,6,0,166,27,153,134,2,126,10,0,166,27,153,134,203,126,10,0,168,155,216,203,15,136,7,0,168,155,216,203,103,136,7,0,169,27,137,247,197,48,7,0,169,27,30,193,68,165,7,0,169,27,30,193,50,121,11,0,169,27,30,193,38,131,11,0,170,155,159,191,106,182,9,0,170,155,159,191,186,182,9,0,170,27,3,226,205,169,10,0,170,27,3,226,47,171,10,0,176,27,165,207,224,7,6,0,179,155,103,121,59,41,7,0,179,155,210,20,81,179,7,0,179,155,210,20,110,153,8,0,182,27,47,93,170,79,7,0,182,27,47,93,69,110,7,0,184,155,16,241,110,119,8,0,184,27,143,74,109,216,9,0,184,27,143,74,99,217,9,0,185,155,111,231,124,199,7,0,186,155,178,254,182,94,7,0,186,27,126,8,55,228,8,0,186,27,126,8,39,237,8,0,186,27,126,8,32,246,8,0,192,155,92,93,166,36,7,0,193,155,175,182,235,99,7,0,193,155,36,252,109,216,9,0,193,155,36,252,99,217,9,0,194,155,20,77,64,88,10,0,198,155,213,227,51,109,7,0,198,27,238,46,144,137,7,0,200,155,119,131,69,135,7,0,201,27,178,218,255,110,10,0,202,155,175,182,37,214,7,0,211,27,216,201,249,85,6,0,211,27,182,26,55,228,8,0,211,27,182,26,39,237,8,0,211,27,182,26,32,246,8,0,212,155,199,53,20,192,10,0,213,155,72,220,143,39,9,0,213,155,72,220,176,39,9,0,217,155,49,213,240,59,7,0,219,155,85,77,244,239,6,0,222,155,216,159,77,99,10,0,222,155,216,159,105,99,10,0,223,27,62,193,92,15,9,0,223,27,62,193,130,20,9,0,225,155,154,214,124,6,7,0,225,27,163,225,5,143,7,0,225,155,156,255,94,175,7,0,225,155,156,255,131,205,7,0,226,155,119,251,24,18,7,0,230,155,151,247,255,110,10,0,231,27,212,109,92,15,9,0,231,27,212,109,130,20,9,0,234,27,214,152,166,23,10,0,234,27,214,152,181,24,10,0,234,27,214,152,184,25,10,0,234,27,214,152,214,26,10,0,235,155,210,189,77,94,9,0,235,155,210,189,93,95,9,0,239,155,185,53,225,226,6,0,239,155,247,148,203,131,9,0,239,155,247,148,97,132,9,0,239,27,232,114,45,208,10,0,240,155,243,150,5,166,8,0,242,27,221,31,30,131,7,0,243,27,219,254,71,115,7,0,246,27,137,90,67,40,7,0,248,155,166,9,68,165,7,0,252,27,17,58,148,170,6,0,255,155,32,226,211,34,7,0,255,27,174,127,125,73,7,0,255,27,174,127,120,75,7,0,255,155,228,215,166,23,10,0,255,155,228,215,181,24,10,0,255,155,228,215,184,25,10,0,255,155,228,215,214,26,10,0,0,28,139,5,116,66,7,0,1,156,162,38,139,83,7,0,1,156,254,25,235,232,10,0,2,156,233,236,68,192,7,0,2,156,233,236,179,198,7,0,3,156,157,38,59,41,7,0,6,28,85,66,245,86,11,0,8,156,159,181,85,228,6,0,8,156,159,181,119,97,7,0,9,28,241,255,192,112,9,0,9,28,241,255,213,112,9,0,11,28,13,175,236,65,7,0,11,28,36,175,91,121,9,0,11,28,36,175,171,122,9,0,11,28,36,175,253,123,9,0,11,28,36,175,84,125,9,0,12,156,126,80,187,87,7,0,15,156,231,242,184,219,10,0,16,156,120,235,245,62,6,0,16,156,132,241,58,205,10,0,19,156,132,236,131,40,10,0,19,156,132,236,90,41,10,0,20,28,169,126,55,228,8,0,20,28,169,126,39,237,8,0,20,28,169,126,32,246,8,0,21,28,195,181,37,46,10,0,21,28,195,181,103,47,10,0,21,28,195,181,172,48,10,0,22,156,251,118,197,48,7,0,22,156,13,9,232,121,7,0,23,156,14,35,27,245,10,0,24,156,232,253,255,110,10,0,25,156,217,23,240,59,7,0,26,28,4,169,44,164,6,0,26,28,184,66,226,33,7,0,26,28,40,137,202,205,7,0,26,156,166,31,238,66,9,0,26,156,166,31,8,69,9,0,26,28,86,47,235,135,10,0,26,28,86,47,152,136,10,0,27,28,168,247,35,127,7,0,30,28,116,125,110,107,6,0,31,28,12,67,210,13,9,0,31,28,12,67,132,14,9,0,34,156,250,67,35,127,7,0,34,156,16,171,254,230,11,0,39,156,56,230,36,166,9,0,39,156,56,230,133,166,9,0,39,156,56,230,235,166,9,0,39,156,56,230,74,167,9,0,39,156,56,230,178,167,9,0,41,28,56,248,81,179,7,0,41,28,56,248,68,192,7,0,42,156,230,61,18,208,6,0,44,28,75,95,234,175,6,0,44,156,255,98,133,182,6,0,44,156,200,233,138,250,7,0,44,156,200,233,182,250,7,0,46,156,200,6,55,228,8,0,46,156,200,6,39,237,8,0,46,156,200,6,32,246,8,0,47,156,186,148,35,72,8,0,48,28,157,38,155,233,5,0,48,28,157,38,17,127,6,0,48,28,157,38,230,169,6,0,48,28,157,38,125,73,7,0,48,28,157,38,120,75,7,0,48,156,83,150,5,143,7,0,48,28,157,38,39,160,7,0,49,28,245,205,108,19,7,0,50,28,94,77,255,32,7,0,51,156,218,46,76,5,7,0,54,28,223,233,186,196,6,0,54,28,223,233,218,196,6,0,57,28,79,12,206,250,11,0,57,28,79,12,48,252,11,0,60,28,129,99,68,165,7,0,60,156,85,28,49,222,10,0,62,28,232,61,59,41,7,0,64,156,124,111,132,74,8,0,64,156,124,111,166,74,8,0,64,156,124,111,200,74,8,0,66,28,76,213,113,49,9,0,66,28,76,213,44,51,9,0,69,156,10,82,71,115,7,0,70,156,221,211,61,181,6,0,70,28,28,152,228,90,7,0,71,28,12,97,59,41,7,0,73,28,69,59,192,130,10,0,73,28,69,59,42,131,10,0,74,156,150,250,197,48,7,0,76,156,218,31,168,3,9,0,76,156,218,31,73,7,9,0,77,28,128,244,189,126,8,0,78,28,56,114,170,79,7,0,78,28,56,114,126,12,8,0,81,156,57,228,37,46,10,0,81,156,57,228,103,47,10,0,81,156,57,228,172,48,10,0,84,156,129,228,24,53,9,0,84,156,129,228,252,53,9,0,84,156,129,228,216,54,9,0,89,28,133,157,144,137,7,0,90,28,193,120,210,112,7,0,90,28,193,120,11,226,11,0,91,28,108,89,8,224,6,0,93,156,94,79,71,115,7,0,93,156,94,79,110,79,9,0,93,156,94,79,186,79,9,0,93,28,43,78,138,85,9,0,93,28,43,78,93,87,9,0,94,28,67,180,235,99,7,0,95,156,185,245,185,11,9,0,95,156,185,245,89,12,9,0,95,156,185,245,254,12,9,0,95,156,237,161,190,36,10,0,95,156,237,161,224,36,10,0,98,156,237,241,216,25,7,0,99,28,149,9,84,36,7,0,99,28,125,139,69,179,9,0,99,28,125,139,155,179,9,0,99,28,125,139,43,180,9,0,102,28,196,21,240,59,7,0,103,28,121,27,42,126,7,0,105,28,99,244,44,234,11,0,105,28,99,244,215,236,11,0,108,28,27,78,125,73,7,0,108,28,27,78,120,75,7,0,108,156,139,251,5,143,7,0,109,28,175,226,91,121,9,0,109,28,175,226,171,122,9,0,109,28,175,226,253,123,9,0,109,28,175,226,84,125,9,0,110,28,63,150,215,129,6,0,112,156,217,251,28,5,6,0,112,28,214,214,224,160,9,0,112,28,214,214,239,160,9,0,113,28,172,111,186,104,7,0,115,28,65,116,232,121,7,0,116,28,159,248,157,175,10,0,116,28,159,248,172,175,10,0,116,28,159,248,187,175,10,0,117,28,217,248,164,127,6,0,117,28,211,126,5,143,7,0,117,28,205,239,219,42,9,0,118,156,219,126,219,24,7,0,120,28,231,242,222,135,9,0,120,28,231,242,2,136,9,0,120,28,231,242,40,136,9,0,121,156,135,199,113,49,9,0,121,156,135,199,44,51,9,0,122,28,113,163,114,83,11,0,124,156,198,229,55,53,8,0,126,156,115,117,166,36,7,0,130,156,97,168,146,179,6,0,130,156,122,155,223,242,11,0,131,156,70,251,87,116,6,0,131,28,254,229,187,207,7,0,133,28,89,5,255,110,10,0,133,156,228,251,181,229,10,0,134,28,241,38,198,223,7,0,134,28,87,190,135,47,8,0,134,28,199,117,138,103,9,0,134,28,199,117,62,104,9,0,136,156,125,135,41,9,6,0,136,28,80,95,57,54,6,0,136,28,174,168,55,228,8,0,136,28,174,168,39,237,8,0,136,28,174,168,32,246,8,0,139,156,1,208,30,131,7,0,140,28,5,145,109,216,9,0,140,28,5,145,99,217,9,0,141,156,169,137,188,104,6,0,142,156,182,68,108,32,7,0,142,28,54,18,118,112,7,0,142,28,54,18,210,112,7,0,142,28,18,109,126,216,11,0,147,28,14,246,92,15,9,0,147,28,14,246,130,20,9,0,147,28,215,255,176,249,11,0,152,28,86,202,77,109,10,0,152,28,86,202,105,109,10,0,154,156,99,102,55,228,8,0,154,156,99,102,39,237,8,0,154,156,99,102,32,246,8,0,155,156,141,219,235,237,5,0,155,156,25,156,241,1,7,0,155,156,25,156,94,251,7,0,157,156,74,231,116,66,7,0,157,156,148,92,124,143,10,0,157,156,148,92,183,143,10,0,161,28,21,143,55,228,8,0,161,28,21,143,39,237,8,0,161,28,21,143,32,246,8,0,165,156,237,113,232,121,7,0,166,156,153,124,75,177,6,0,166,28,159,61,0,89,10,0,166,28,159,61,96,89,10,0,166,28,159,61,189,89,10,0,169,28,58,154,138,103,9,0,169,28,58,154,62,104,9,0,171,28,30,158,96,140,8,0,171,28,30,158,246,157,8,0,173,156,21,37,135,47,8,0,174,28,178,248,95,151,6,0,175,156,91,102,255,32,7,0,176,156,161,115,18,115,9,0,176,156,161,115,57,115,9,0,176,156,161,115,90,115,9,0,177,28,168,133,68,165,7,0,178,28,38,99,255,110,10,0,179,156,194,20,167,251,5,0,179,28,118,54,75,107,7,0,181,156,171,199,143,112,6,0,182,156,73,197,7,221,7,0,183,28,252,196,255,110,10,0,189,156,238,55,161,105,11,0,190,156,89,195,216,25,7,0,190,156,170,172,116,66,7,0,190,156,208,72,86,119,7,0,191,28,72,92,180,206,7,0,191,28,210,60,168,3,9,0,191,28,210,60,73,7,9,0,195,28,45,12,48,56,6,0,200,28,65,203,181,5,7,0,200,28,222,175,227,9,11,0,202,156,220,35,103,61,8,0,205,28,25,130,81,179,7,0,205,28,25,130,45,164,8,0,205,28,25,130,195,164,8,0,205,28,25,130,101,165,8,0,205,28,25,130,205,92,10,0,206,28,222,20,202,56,7,0,206,156,174,127,176,137,11,0,208,156,36,172,201,24,6,0,208,156,36,172,35,156,7,0,209,28,49,83,12,119,9,0,209,28,49,83,59,119,9,0,209,28,172,94,205,128,11,0,211,156,239,150,164,71,6,0,211,28,19,14,192,214,11,0,216,28,208,116,31,218,6,0,219,156,219,212,71,115,7,0,219,28,196,24,199,172,10,0,219,28,196,24,74,173,10,0,220,28,146,204,111,151,9,0,220,28,146,204,135,151,9,0,223,156,43,81,201,103,11,0,223,156,103,157,39,115,11,0,225,28,73,37,59,41,7,0,225,28,78,124,181,58,7,0,225,28,42,237,239,221,7,0,225,28,73,37,141,216,8,0,225,28,73,37,192,216,8,0,226,156,60,141,197,48,7,0,226,28,227,115,144,137,7,0,227,156,81,194,191,0,9,0,227,156,81,194,223,0,9,0,227,156,81,194,8,1,9,0,228,156,96,114,172,92,6,0,228,28,161,126,255,228,7,0,229,156,128,42,126,96,6,0,229,156,128,42,69,239,7,0,229,156,128,42,121,204,8,0,229,28,209,77,44,217,11,0,232,156,251,126,86,119,7,0,238,156,179,223,68,165,7,0,240,156,70,38,121,34,7,0,240,156,121,255,59,41,7,0,240,156,226,223,165,209,10,0,241,28,111,249,138,85,9,0,241,28,111,249,93,87,9,0,242,156,204,213,51,109,7,0,243,156,15,58,239,9,6,0,245,28,100,45,96,48,11,0,246,28,83,184,146,78,10,0,247,28,46,131,72,214,6,0,249,28,58,127,119,216,6,0,249,156,248,112,1,135,7,0,250,28,173,85,236,23,7,0,250,28,173,85,112,24,7,0,250,28,173,85,248,14,8,0,250,156,201,107,221,146,10,0,251,156,162,79,92,15,9,0,251,156,162,79,130,20,9,0,252,28,49,175,157,235,6,0,253,156,109,127,55,228,8,0,253,156,109,127,39,237,8,0,253,156,109,127,32,246,8,0,255,28,76,24,77,61,9,0,255,28,76,24,55,62,9,0,1,29,76,71,227,128,9,0,1,29,76,71,6,129,9,0,5,29,125,78,57,124,6,0,5,157,21,179,139,83,7,0,5,29,77,196,251,105,7,0,6,29,162,193,30,131,7,0,7,157,157,38,69,105,6,0,7,157,157,38,247,139,6,0,7,157,157,38,43,143,6,0,7,157,157,38,67,143,6,0,7,157,157,38,125,37,8,0,7,29,56,237,72,92,8,0,11,29,118,250,246,185,9,0,11,29,118,250,45,186,9,0,11,29,118,250,112,186,9,0,14,157,205,223,246,15,7,0,14,157,97,153,183,206,8,0,16,29,86,71,232,200,9,0,16,29,86,71,55,201,9,0,18,29,174,83,68,165,7,0,18,29,174,83,14,54,8,0,20,157,176,55,59,41,7,0,21,157,7,86,232,121,7,0,21,29,114,221,131,105,9,0,21,29,114,221,180,105,9,0,25,157,5,156,181,58,7,0,25,157,22,77,144,137,7,0,26,157,123,189,68,165,7,0,29,29,27,0,197,48,7,0,29,29,27,0,60,131,11,0,33,157,165,86,53,66,6,0,33,157,165,86,183,66,6,0,33,29,184,10,204,70,7,0,33,29,53,14,69,110,7,0,33,29,184,10,54,226,10,0,33,29,74,246,166,1,11,0,39,29,169,76,168,3,9,0,39,29,169,76,73,7,9,0,40,29,244,240,222,31,7,0,40,29,244,240,70,165,11,0,41,157,178,102,89,202,7,0,41,157,178,102,207,202,7,0,48,157,217,129,51,110,10,0,48,157,217,129,113,110,10,0,49,29,93,168,198,194,6,0,51,29,147,41,55,228,8,0,51,29,147,41,39,237,8,0,51,29,147,41,32,246,8,0,52,29,168,162,113,49,9,0,52,29,168,162,44,51,9,0,57,29,125,53,65,106,7,0,58,29,233,63,59,41,7,0,62,157,138,123,134,135,6,0,63,157,216,53,235,135,10,0,63,157,216,53,152,136,10,0,64,29,161,220,81,179,7,0,64,29,161,220,68,192,7,0,64,29,89,178,221,26,9,0,64,29,89,178,51,27,9,0,65,29,227,206,20,79,8,0,68,157,227,240,233,118,10,0,68,157,227,240,125,119,10,0,68,157,227,240,21,120,10,0,71,29,136,107,102,237,9,0,71,29,136,107,115,238,9,0,71,157,4,134,55,154,10,0,71,157,4,134,144,154,10,0,71,157,143,67,111,119,11,0,76,157,213,56,24,18,7,0,76,29,227,88,144,137,7,0,77,157,166,62,177,27,9,0,77,157,166,62,177,27,9,0,77,157,166,62,254,28,9,0,77,157,166,62,254,28,9,0,77,157,166,62,77,30,9,0,77,157,166,62,77,30,9,0,79,29,17,39,63,98,7,0,81,157,13,215,246,15,6,0,81,29,177,151,38,249,11,0,83,157,144,226,253,14,11,0,85,157,92,151,128,133,7,0,86,29,158,144,135,47,8,0,87,29,149,101,86,163,11,0,88,157,37,63,29,144,6,0,88,157,37,63,63,196,8,0,89,29,36,196,95,241,10,0,90,29,1,52,239,223,7,0,91,157,143,56,156,176,7,0,91,157,143,56,236,158,10,0,91,157,143,56,45,159,10,0,91,157,143,56,106,159,10,0,92,157,65,61,218,159,10,0,92,157,65,61,111,162,10,0,95,157,205,158,228,90,7,0,96,29,149,158,10,77,7,0,96,29,149,158,170,79,7,0,97,157,86,20,238,137,9,0,97,157,86,20,73,138,9,0,97,157,86,20,158,138,9,0,97,157,226,171,205,169,10,0,97,157,226,171,47,171,10,0,98,29,76,20,45,22,10,0,98,29,76,20,73,22,10,0,99,157,106,126,229,99,11,0,100,29,132,79,55,228,8,0,100,29,132,79,39,237,8,0,100,29,132,79,32,246,8,0,103,29,38,215,35,122,6,0,106,157,172,181,213,31,9,0,106,157,172,181,198,32,9,0,108,157,34,124,92,15,9,0,108,157,34,124,130,20,9,0,108,29,196,175,40,109,11,0,110,29,11,13,59,41,7,0,111,157,110,56,166,23,10,0,111,157,110,56,181,24,10,0,111,157,110,56,184,25,10,0,111,157,110,56,214,26,10,0,112,29,5,159,72,66,6,0,112,29,194,187,106,89,7,0,113,157,18,19,223,224,6,0,113,157,18,19,103,103,8,0,115,29,150,60,69,110,7,0,116,29,243,35,59,41,7,0,117,157,36,105,21,252,5,0,119,157,76,95,135,47,8,0,122,29,17,237,117,59,9,0,122,29,17,237,221,59,9,0,123,29,231,89,217,233,5,0,130,157,17,109,113,49,9,0,130,157,17,109,44,51,9,0,131,29,198,139,177,27,9,0,131,29,198,139,254,28,9,0,131,29,198,139,77,30,9,0,132,29,176,94,72,255,8,0,132,29,176,94,168,255,8,0,132,29,176,94,17,0,9,0,133,29,146,10,59,41,7,0,135,29,192,111,250,1,8,0,137,157,124,141,182,94,7,0,142,29,211,57,201,152,6,0,142,157,129,143,131,41,9,0,146,29,48,194,238,100,9,0,146,29,48,194,126,101,9,0,147,157,184,220,125,51,6,0,147,29,212,6,57,61,8,0,147,29,193,165,194,42,11,0,147,29,193,165,247,42,11,0,148,29,61,247,221,180,11,0,151,29,112,189,78,226,6,0,152,157,54,111,71,115,7,0,159,157,177,199,233,118,10,0,159,157,177,199,125,119,10,0,159,157,177,199,21,120,10,0,160,157,170,2,18,104,7,0,162,29,235,111,254,126,6,0,162,157,92,224,9,93,7,0,162,157,139,14,255,110,10,0,164,29,187,136,84,187,10,0,164,29,187,136,109,187,10,0,164,29,187,136,141,187,10,0,165,29,198,90,116,30,6,0,167,29,10,50,203,193,10,0,168,29,121,199,142,111,6,0,168,29,121,199,23,39,7,0,168,29,123,71,59,41,7,0,168,157,141,81,243,104,10,0,168,157,141,81,64,105,10,0,170,29,132,49,92,15,9,0,170,29,132,49,130,20,9,0,171,157,174,216,71,115,7,0,172,29,204,72,255,57,6,0,174,29,108,156,37,63,7,0,176,29,5,82,125,73,7,0,176,29,5,82,120,75,7,0,176,29,151,222,251,84,7,0,179,29,42,118,111,45,9,0,179,29,42,118,159,45,9,0,180,29,107,219,203,81,9,0,180,29,107,219,169,82,9,0,184,29,211,95,249,232,9,0,184,29,211,95,14,233,9,0,185,29,47,103,223,2,8,0,185,29,47,103,12,3,8,0,185,29,47,103,63,3,8,0,185,29,170,136,149,5,11,0,187,157,18,158,75,238,5,0,188,29,14,15,254,61,11,0,190,157,197,219,142,5,7,0,191,157,228,126,255,110,10,0,192,157,244,112,185,2,7,0,193,29,115,92,102,237,9,0,193,29,115,92,115,238,9,0,195,29,85,188,206,241,6,0,197,157,120,111,227,40,6,0,197,157,35,187,213,44,10,0,200,29,170,231,228,90,7,0,201,29,164,85,126,245,11,0,202,29,91,46,183,116,7,0,206,157,84,92,215,219,10,0,209,157,248,174,95,227,8,0,209,29,129,32,255,110,10,0,214,157,3,187,240,59,7,0,214,157,135,225,81,179,7,0,214,29,178,20,231,206,9,0,215,157,98,71,5,143,7,0,216,157,127,200,6,63,7,0,218,29,213,45,232,121,7,0,220,29,190,151,207,167,8,0,221,157,217,4,197,48,7,0,225,29,229,247,81,189,10,0,226,29,87,63,23,39,7,0,227,29,64,192,19,142,9,0,227,29,64,192,63,142,9,0,228,29,215,79,197,48,7,0,231,157,94,12,186,135,6,0,238,157,129,72,231,206,9,0,240,29,73,42,115,56,6,0,244,157,93,191,135,47,8,0,250,29,117,173,138,85,9,0,250,29,117,173,93,87,9,0,251,29,68,101,186,105,10,0,251,29,216,114,46,108,11,0,254,157,199,200,194,68,6,0,254,157,199,200,214,68,6,0,0,30,139,162,104,87,11,0,4,30,120,134,238,137,9,0,4,30,120,134,73,138,9,0,4,30,120,134,158,138,9,0,6,158,159,4,132,110,8,0,6,158,162,191,213,44,10,0,7,158,203,171,149,91,10,0,7,158,203,171,231,91,10,0,8,158,212,51,186,105,10,0,10,30,157,38,111,244,5,0,10,30,157,38,191,136,6,0,15,30,85,114,139,83,7,0,17,158,40,94,165,167,11,0,18,30,226,126,55,228,8,0,18,30,226,126,39,237,8,0,18,30,226,126,32,246,8,0,18,158,18,43,204,205,10,0,21,30,174,230,83,126,7,0,21,30,209,27,5,143,7,0,21,30,97,35,44,6,8,0,22,30,117,108,59,41,7,0,22,30,25,73,5,143,7,0,23,158,150,59,186,8,6,0,24,158,87,120,138,85,9,0,24,158,87,120,93,87,9,0,26,30,41,61,182,94,7,0,27,30,9,146,14,156,6,0,29,158,98,165,91,121,9,0,29,158,98,165,171,122,9,0,29,158,98,165,253,123,9,0,29,158,98,165,84,125,9,0,31,158,96,27,142,133,9,0,31,158,96,27,183,133,9,0,32,30,72,76,118,7,6,0,32,30,87,243,28,221,6,0,32,158,149,161,204,195,10,0,33,30,118,112,86,119,7,0,33,30,92,58,0,152,8,0,33,30,92,58,46,152,8,0,33,30,92,58,90,152,8,0,33,30,92,58,133,152,8,0,33,30,92,58,175,152,8,0,34,158,196,170,2,126,10,0,34,158,196,170,203,126,10,0,36,158,19,145,5,143,7,0,38,30,227,107,147,255,6,0,39,30,0,164,71,115,7,0,40,158,201,148,139,28,8,0,40,158,201,148,188,28,8,0,41,30,112,5,152,162,9,0,41,30,112,5,186,162,9,0,44,30,46,51,92,15,9,0,44,30,46,51,130,20,9,0,45,158,140,255,181,190,8,0,53,30,172,167,235,99,7,0,54,158,84,175,125,73,7,0,55,30,153,134,59,41,7,0,55,158,245,97,108,215,7,0,57,30,150,116,238,9,7,0,59,30,56,26,10,77,7,0,59,30,104,0,235,99,7,0,59,30,240,251,144,137,7,0,61,158,248,111,22,38,7,0,61,158,88,160,198,130,7,0,66,30,235,241,180,211,9,0,66,30,235,241,226,211,9,0,66,30,216,245,208,153,10,0,66,30,216,245,241,153,10,0,67,30,183,141,197,48,7,0,71,158,245,126,236,30,7,0,74,30,157,38,126,213,6,0,77,158,66,152,92,15,9,0,77,158,66,152,130,20,9,0,79,30,236,23,116,66,7,0,82,158,3,253,202,56,7,0,83,30,198,125,33,165,6,0,84,30,195,130,5,143,7,0,92,30,147,0,61,190,10,0,93,158,1,145,56,92,7,0,94,30,202,19,51,109,7,0,95,158,20,246,255,32,7,0,95,30,213,200,71,115,7,0,95,30,166,224,19,179,7,0,95,30,166,224,150,196,7,0,99,30,189,167,35,127,7,0,99,30,6,185,91,121,9,0,99,30,6,185,171,122,9,0,99,30,6,185,253,123,9,0,99,30,6,185,84,125,9,0,104,30,152,118,68,165,7,0,105,158,100,252,232,121,7,0,105,30,122,27,194,129,9,0,105,30,122,27,251,129,9,0,105,30,122,27,53,130,9,0,105,158,54,167,74,251,10,0,108,158,34,35,197,48,7,0,108,158,198,151,203,81,9,0,108,158,198,151,169,82,9,0,110,30,50,153,123,69,10,0,110,30,50,153,149,69,10,0,111,30,240,161,228,90,7,0,112,158,75,129,5,143,7,0,114,30,184,109,31,153,9,0,114,30,184,109,214,153,9,0,115,30,238,76,57,10,7,0,115,30,214,148,204,70,7,0,116,30,125,135,88,34,7,0,116,30,15,24,150,164,7,0,116,30,15,24,137,178,7,0,116,158,188,129,17,227,9,0,116,158,188,129,45,227,9,0,121,30,42,188,255,110,10,0,123,158,37,106,102,166,11,0,124,30,224,25,92,249,10,0,125,158,175,188,3,130,7,0,125,158,175,188,102,130,7,0,126,30,49,37,225,88,8,0,129,158,2,67,255,32,7,0,132,30,253,14,197,48,7,0,132,30,231,115,92,55,11,0,134,158,84,127,239,16,11,0,134,158,19,248,35,255,11,0,136,30,56,203,247,109,7,0,136,30,56,203,10,110,7,0,137,30,217,111,177,13,7,0,138,30,82,22,5,143,7,0,138,30,58,201,255,110,10,0,140,158,88,27,75,107,7,0,140,158,88,128,168,3,9,0,140,158,88,128,73,7,9,0,145,158,223,142,166,36,7,0,147,158,46,101,122,177,6,0,147,158,161,99,181,58,7,0,147,158,94,203,16,250,10,0,149,158,23,134,170,79,7,0,152,158,175,210,220,126,9,0,152,158,175,210,138,127,9,0,155,30,154,77,75,107,7,0,157,158,248,125,230,33,9,0,157,158,248,125,32,34,9,0,159,158,220,234,38,236,6,0,159,30,76,6,168,3,9,0,159,30,76,6,73,7,9,0,160,158,213,130,212,157,7,0,162,158,37,63,182,94,7,0,166,30,205,32,104,222,11,0,167,158,26,171,51,110,10,0,167,158,26,171,113,110,10,0,170,30,97,155,162,158,8,0,170,158,137,84,75,195,8,0,171,158,221,40,144,137,7,0,172,158,114,149,144,137,7,0,175,158,251,120,144,27,11,0,177,158,165,230,37,94,11,0,178,30,222,3,120,156,8,0,178,30,222,3,170,156,8,0,178,30,222,3,232,156,8,0,178,30,222,3,25,157,8,0,178,30,222,3,92,157,8,0,179,158,107,195,222,194,9,0,179,158,107,195,76,195,9,0,179,30,174,83,255,110,10,0,181,30,194,236,75,213,9,0,181,30,194,236,151,213,9,0,182,30,167,40,233,189,6,0,182,158,196,187,232,121,7,0,182,158,133,254,92,15,9,0,182,158,133,254,130,20,9,0,183,158,252,145,176,5,8,0,183,158,165,7,168,3,9,0,183,158,165,7,73,7,9,0,184,158,41,186,197,48,7,0,187,30,18,123,125,73,7,0,187,30,18,123,120,75,7,0,188,158,74,177,185,11,9,0,188,158,74,177,89,12,9,0,188,158,74,177,254,12,9,0,189,30,164,47,202,174,10,0,189,30,164,47,250,174,10,0,189,30,164,47,41,175,10,0,189,30,164,47,101,175,10,0,190,30,65,57,204,35,7,0,192,158,153,51,34,16,11,0,195,30,63,90,116,66,7,0,195,158,110,174,172,22,8,0,198,30,221,143,170,111,7,0,198,30,55,255,207,167,8,0,199,158,114,89,164,191,10,0,200,158,21,91,38,236,5,0,207,158,154,199,111,150,6,0,208,30,12,179,254,220,8,0,213,30,255,231,197,48,7,0,213,158,30,167,155,185,11,0,215,158,158,254,116,66,7,0,216,158,89,31,5,12,6,0,219,158,244,228,139,83,7,0,219,30,29,129,232,121,7,0,221,30,154,98,202,224,5,0,223,30,5,8,101,91,11,0,224,30,121,17,125,73,7,0,224,30,121,17,120,75,7,0,226,158,243,115,46,122,10,0,226,158,243,115,80,122,10,0,228,158,183,11,24,21,10,0,228,158,183,11,71,21,10,0,230,30,210,102,130,215,11,0,233,30,21,252,235,99,7,0,234,30,144,108,138,85,9,0,234,30,144,108,93,87,9,0,239,30,110,209,200,252,6,0,240,158,169,199,6,61,7,0,241,158,120,83,30,131,7,0,241,30,213,138,55,228,8,0,241,30,213,138,39,237,8,0,241,30,213,138,32,246,8,0,243,158,36,62,91,121,9,0,243,158,36,62,171,122,9,0,243,158,36,62,253,123,9,0,243,158,36,62,84,125,9,0,245,30,39,2,124,238,10,0,245,30,39,2,157,238,10,0,247,158,237,95,92,15,9,0,247,158,237,95,130,20,9,0,248,30,38,255,62,126,11,0,250,158,86,183,107,90,7,0,252,158,107,237,55,228,8,0,252,158,107,237,39,237,8,0,252,158,107,237,32,246,8,0,254,158,64,53,235,99,7,0,254,30,163,162,232,121,7,0,1,31,70,82,69,110,7,0,3,31,54,138,68,165,7,0,3,31,54,138,52,185,7,0,6,31,5,94,87,178,8,0,6,31,114,159,139,246,9,0,6,31,114,159,215,246,9,0,6,159,212,194,242,90,11,0,7,159,107,223,86,65,6,0,7,159,65,251,104,117,11,0,8,31,132,8,65,12,7,0,9,31,42,209,216,25,7,0,11,31,99,244,92,15,9,0,11,31,99,244,130,20,9,0,11,31,84,182,152,65,9,0,11,31,84,182,36,66,9,0,13,159,135,86,164,145,6,0,13,31,213,213,235,135,10,0,13,31,213,213,152,136,10,0,13,31,185,250,78,39,11,0,14,159,44,56,175,172,9,0,14,159,44,56,220,172,9,0,16,31,85,32,187,164,6,0,16,31,96,166,166,36,7,0,16,31,209,211,51,109,7,0,17,159,229,217,115,104,7,0,17,31,85,136,110,119,8,0,17,31,238,204,77,61,9,0,17,31,238,204,55,62,9,0,18,159,178,193,182,94,7,0,19,31,83,200,220,126,9,0,19,31,83,200,138,127,9,0,20,31,187,202,232,121,7,0,20,31,198,222,179,40,11,0,22,31,17,127,130,46,6,0,25,159,242,111,241,210,11,0,26,159,200,5,23,87,7,0,26,31,220,8,156,176,7,0,26,31,220,8,81,179,7,0,26,31,21,107,144,99,8,0,26,31,220,8,18,91,9,0,28,159,33,73,69,110,7,0,29,159,55,180,182,94,7,0,31,31,188,87,236,65,7,0,33,31,151,11,100,222,8,0,33,31,151,11,176,222,8,0,34,159,211,229,60,233,11,0,36,159,115,124,102,237,9,0,36,159,115,124,115,238,9,0,37,31,27,126,232,121,7,0,41,159,179,72,151,158,6,0,47,159,106,132,73,241,5,0,50,31,158,243,232,121,7,0,54,31,200,57,218,159,10,0,54,31,200,57,111,162,10,0,54,159,203,89,204,195,10,0,54,31,187,129,60,131,11,0,55,159,241,39,238,21,6,0,55,31,228,197,177,27,9,0,55,31,228,197,254,28,9,0,55,31,228,197,77,30,9,0,59,31,172,69,168,3,9,0,59,31,172,69,73,7,9,0,60,31,116,137,218,159,10,0,60,31,116,137,111,162,10,0,62,31,124,94,146,40,11,0,65,31,57,233,81,179,7,0,71,159,78,75,109,37,6,0,71,159,96,54,203,81,9,0,71,159,96,54,169,82,9,0,72,31,42,90,55,228,8,0,72,31,42,90,39,237,8,0,72,31,42,90,32,246,8,0,72,31,42,90,243,137,10,0,72,31,42,90,63,138,10,0,72,31,42,90,140,138,10,0,74,159,83,108,10,77,7,0,74,159,83,108,170,79,7,0,74,159,92,34,81,179,7,0,74,159,92,34,42,191,7,0,75,159,62,153,28,219,8,0,79,31,170,254,222,225,11,0,80,31,22,63,156,201,6,0,85,159,233,197,106,182,9,0,85,159,233,197,186,182,9,0,87,159,192,129,97,145,11,0,88,159,147,27,201,193,6,0,89,31,51,35,2,11,7,0,91,31,9,209,235,99,7,0,92,31,44,93,60,90,11,0,93,159,162,16,205,26,8,0,94,159,108,93,149,193,10,0,95,31,17,127,86,119,7,0,96,159,215,166,199,230,5,0,96,159,215,89,81,179,7,0,96,159,215,89,34,26,9,0,98,31,175,24,10,77,7,0,98,31,175,24,170,79,7,0,101,31,228,157,121,97,6,0,102,159,65,194,55,228,8,0,102,159,65,194,39,237,8,0,102,159,65,194,32,246,8,0,105,159,113,72,21,230,9,0,105,159,113,72,73,230,9,0,108,31,108,57,86,119,7,0,110,159,95,199,203,81,9,0,110,159,95,199,169,82,9,0,110,159,130,44,191,247,11,0,111,31,65,39,235,99,7,0,113,159,11,70,247,27,11,0,115,31,228,189,94,175,7,0,115,31,228,189,214,191,7,0,115,31,203,58,29,255,10,0,117,31,243,95,135,47,8,0,118,159,207,11,156,176,7,0,118,159,207,11,87,178,7,0,120,159,76,253,231,69,11,0,121,31,167,125,124,6,7,0,121,31,237,31,5,143,7,0,122,159,23,253,68,165,7,0,122,159,23,253,136,206,7,0,124,159,93,51,234,241,11,0,127,159,163,132,224,102,7,0,131,31,251,129,183,251,6,0,131,31,237,93,50,58,9,0,131,31,237,93,73,58,9,0,132,159,217,84,220,245,6,0,133,159,41,221,16,72,11,0,136,31,208,248,5,143,7,0,140,31,139,36,72,81,10,0,140,31,139,36,128,81,10,0,140,31,139,36,185,81,10,0,140,159,213,151,89,219,11,0,141,31,154,64,144,137,7,0,145,31,237,29,19,28,7,0,145,159,11,207,5,143,7,0,145,159,194,214,5,143,7,0,148,31,2,73,231,206,9,0,151,31,252,145,59,41,7,0,154,31,117,78,5,143,7,0,154,31,45,129,255,16,11,0,160,159,97,128,250,195,6,0,160,31,49,238,124,6,7,0,160,159,118,154,3,130,7,0,160,159,118,154,102,130,7,0,167,159,117,197,182,94,7,0,168,31,158,3,125,73,7,0,168,31,158,3,120,75,7,0,168,159,201,129,5,143,7,0,168,31,158,3,92,164,7,0,168,31,158,3,218,204,7,0,168,159,201,129,88,217,7,0,169,31,77,82,37,46,10,0,169,31,77,82,103,47,10,0,169,31,77,82,172,48,10,0,170,31,172,176,205,169,10,0,170,31,172,176,47,171,10,0,171,31,208,41,60,14,6,0,171,31,208,41,82,77,8,0,171,31,208,41,116,77,8,0,171,31,208,41,152,77,8,0,171,31,208,41,53,229,9,0,171,31,208,41,73,229,9,0,171,31,208,41,226,251,10,0,173,159,163,191,92,15,9,0,173,159,163,191,130,20,9,0,175,159,207,142,59,41,7,0,175,31,206,173,81,179,7,0,175,31,206,173,110,153,8,0,177,31,157,38,116,66,7,0,177,159,187,129,119,97,7,0,177,31,3,127,5,143,7,0,182,31,105,78,92,15,9,0,182,31,105,78,130,20,9,0,186,159,8,198,114,13,6,0,189,31,111,98,236,23,7,0,189,31,111,98,112,24,7,0,189,159,244,38,125,73,7,0,191,159,73,33,197,48,7,0,191,31,40,74,26,21,11,0,194,31,135,34,35,127,7,0,194,31,69,232,1,135,7,0,194,31,135,34,92,15,9,0,194,31,135,34,130,20,9,0,195,31,177,133,92,15,9,0,195,31,177,133,130,20,9,0,196,159,63,48,173,198,9,0,196,159,63,48,199,198,9,0,197,159,177,69,27,20,6,0,197,31,227,51,251,186,8,0,197,31,227,51,93,170,11,0,198,31,53,118,45,105,7,0,198,31,25,110,215,220,10,0,199,31,73,180,5,143,7,0,201,159,45,127,152,45,6,0,201,159,45,127,166,219,6,0,201,159,45,127,117,233,7,0,202,31,30,110,92,15,9,0,202,31,30,110,130,20,9,0,203,31,245,90,69,221,5,0,204,159,236,105,30,131,7,0,204,159,69,3,247,224,10,0,204,31,126,231,54,129,11,0,205,31,73,64,65,221,10,0,206,159,17,225,86,11,7,0,206,31,113,49,71,27,7,0,206,159,17,225,138,239,10,0,207,159,61,165,173,148,6,0,208,159,141,142,157,51,10,0,208,159,141,142,1,52,10,0,208,159,141,142,98,52,10,0,211,31,136,84,142,136,7,0,213,31,248,136,38,217,6,0,214,159,235,65,10,99,9,0,214,159,235,65,226,99,9,0,215,31,134,149,102,237,9,0,215,31,134,149,115,238,9,0,215,159,78,221,229,27,10,0,215,159,78,221,114,28,10,0,215,31,9,88,255,110,10,0,216,31,231,137,157,230,7,0,217,159,234,129,210,13,9,0,217,159,234,129,132,14,9,0,218,31,20,54,68,195,6,0,221,31,15,76,250,13,10,0,221,31,15,76,121,14,10,0,221,31,15,76,5,15,10,0,222,31,5,199,75,107,7,0,222,159,101,91,230,141,10,0,222,159,101,91,9,142,10,0,222,159,157,18,175,34,11,0,223,31,231,32,156,243,5,0,224,31,248,13,146,78,10,0,230,159,168,67,54,241,9,0,230,159,168,67,213,241,9,0,231,31,80,181,203,81,9,0,231,31,80,181,169,82,9,0,232,31,255,93,45,15,7,0,233,159,215,56,172,202,9,0,233,159,215,56,194,202,9,0,233,159,106,35,213,44,10,0,235,159,10,64,5,143,7,0,237,159,24,182,55,228,8,0,237,159,24,182,39,237,8,0,237,159,24,182,32,246,8,0,241,31,217,85,42,117,9,0,241,31,217,85,178,117,9,0,241,31,3,145,41,228,10,0,241,159,99,241,245,252,10,0,242,159,169,181,133,105,11,0,244,159,191,253,79,99,6,0,244,31,129,86,232,121,7,0,249,31,13,4,234,115,11,0,253,159,122,81,219,217,10,0,253,159,122,81,248,217,10,0,254,159,93,157,45,15,7,0,254,159,249,62,157,200,10,0,2,160,141,254,30,131,7,0,2,32,53,87,55,228,8,0,2,32,53,87,39,237,8,0,2,32,53,87,32,246,8,0,3,160,98,141,19,65,7,0,6,32,59,109,219,24,7,0,7,160,61,16,71,115,7,0,8,32,187,142,255,110,10,0,10,160,117,229,18,32,10,0,10,160,117,229,56,32,10,0,10,160,117,229,99,32,10,0,16,160,17,201,41,133,7,0,16,160,17,201,86,133,7,0,20,160,147,226,59,41,7,0,20,160,3,227,207,167,8,0,23,32,208,73,92,15,9,0,23,32,208,73,130,20,9,0,26,160,83,43,43,246,5,0,26,160,83,43,61,246,5,0,28,160,121,233,232,121,7,0,29,160,156,11,142,65,7,0,32,32,233,2,197,48,7,0,33,160,13,138,92,15,9,0,33,160,13,138,130,20,9,0,34,160,164,1,46,217,5,0,37,32,48,242,156,176,7,0,37,32,48,242,81,179,7,0,37,32,48,242,226,44,9,0,42,160,46,66,233,106,6,0,42,160,46,66,254,115,6,0,42,160,46,66,159,206,6,0,42,160,46,66,139,83,7,0,42,160,46,66,208,161,7,0,44,32,143,241,218,4,7,0,44,32,118,66,185,28,7,0,44,32,231,242,138,85,9,0,44,32,231,242,93,87,9,0,47,160,177,95,92,145,8,0,47,160,177,95,234,145,8,0,47,160,177,95,109,146,8,0,48,32,67,220,93,5,11,0,57,160,231,242,173,188,10,0,59,32,234,43,68,165,7,0,59,160,161,251,112,204,9,0,59,160,161,251,152,204,9,0,60,160,215,169,97,80,6,0,60,160,242,156,68,165,7,0,61,32,146,95,37,193,6,0,61,160,164,247,83,126,7,0,62,32,240,168,125,60,9,0,64,32,205,232,231,206,9,0,67,32,239,18,30,131,7,0,67,32,69,202,159,244,11,0,68,160,115,187,125,73,7,0,68,160,115,187,120,75,7,0,68,160,115,187,75,191,7,0,70,32,219,4,213,31,9,0,70,32,219,4,198,32,9,0,71,160,209,76,5,143,7,0,71,32,6,113,5,143,7,0,72,160,97,79,51,109,7,0,73,160,106,177,53,84,11,0,76,32,244,198,228,224,5,0,77,160,147,222,59,81,11,0,87,160,70,193,35,127,7,0,89,32,104,164,221,146,10,0,90,160,101,143,212,15,6,0,90,160,230,197,206,186,6,0,91,160,246,151,10,37,7,0,91,32,214,176,68,165,7,0,94,32,160,204,81,179,7,0,94,32,160,204,62,190,7,0,94,32,160,204,68,192,7,0,95,160,72,109,5,143,7,0,96,160,178,80,81,179,7,0,97,32,25,83,135,147,10,0,97,32,25,83,56,148,10,0,98,160,64,80,235,99,7,0,101,160,223,83,59,41,7,0,102,32,57,169,200,246,11,0,107,160,158,115,74,24,8,0,107,160,158,115,129,24,8,0,107,160,158,115,184,24,8,0,108,32,141,204,218,159,10,0,108,32,141,204,111,162,10,0,109,32,66,116,138,85,9,0,109,32,66,116,93,87,9,0,109,160,148,103,12,119,9,0,109,160,148,103,59,119,9,0,109,160,13,63,129,240,10,0,111,160,59,244,128,20,7,0,111,160,59,244,200,130,11,0,113,160,221,28,55,228,8,0,113,160,221,28,39,237,8,0,113,160,221,28,32,246,8,0,114,32,206,204,76,9,7,0,117,32,179,91,117,30,7,0,118,32,156,74,216,25,7,0,120,32,96,66,35,250,7,0,122,32,228,190,55,228,8,0,122,32,228,190,39,237,8,0,122,32,228,190,32,246,8,0,125,32,63,188,59,41,7,0,129,160,135,158,6,160,11,0,129,32,155,44,152,197,11,0,131,160,30,245,77,166,6,0,131,32,198,39,92,101,8,0,132,32,193,234,69,135,7,0,133,32,133,221,213,31,9,0,133,32,133,221,198,32,9,0,133,32,199,96,168,91,11,0,134,32,44,242,137,147,6,0,134,160,231,37,92,15,9,0,134,160,231,37,130,20,9,0,134,160,231,141,177,27,9,0,134,160,231,141,254,28,9,0,134,160,231,141,77,30,9,0,134,32,133,126,38,139,9,0,134,32,133,126,118,139,9,0,134,32,133,126,213,139,9,0,134,32,133,126,39,140,9,0,134,32,202,26,31,24,11,0,135,160,0,77,108,19,7,0,136,32,27,33,191,168,6,0,136,32,27,33,129,198,6,0,138,32,179,129,85,117,11,0,138,32,188,217,130,225,11,0,138,32,188,217,150,225,11,0,143,160,176,42,138,85,9,0,143,160,176,42,93,87,9,0,143,160,160,7,236,247,10,0,143,160,160,7,13,248,10,0,144,32,62,231,205,169,10,0,144,32,62,231,47,171,10,0,145,160,241,234,162,158,8,0,146,160,83,143,211,222,6,0,148,160,41,190,128,98,7,0,149,32,217,244,123,159,6,0,151,32,168,22,115,41,8,0,154,160,132,182,228,158,7,0,154,160,132,182,150,164,7,0,157,32,208,17,159,18,7,0,157,32,113,57,255,110,10,0,158,160,146,126,5,143,7,0,160,160,122,143,157,220,7,0,160,160,122,143,89,93,10,0,160,160,122,143,143,93,10,0,160,160,122,143,204,93,10,0,163,32,5,253,232,121,7,0,164,160,194,47,95,97,8,0,164,32,125,130,89,187,8,0,165,32,103,118,21,134,11,0,168,160,205,234,59,41,7,0,169,160,124,154,179,129,7,0,169,160,115,199,91,121,9,0,169,160,115,199,171,122,9,0,169,160,115,199,253,123,9,0,169,160,115,199,84,125,9,0,170,32,147,177,125,73,7,0,170,32,147,177,120,75,7,0,171,160,73,77,38,139,9,0,171,160,73,77,118,139,9,0,171,160,73,77,213,139,9,0,171,160,73,77,39,140,9,0,171,160,213,80,173,214,11,0,172,160,179,161,119,246,11,0,172,160,179,161,251,250,11,0,174,32,183,10,57,25,7,0,174,32,172,156,125,73,7,0,174,32,172,156,120,75,7,0,174,160,251,250,81,179,7,0,174,32,172,156,75,191,7,0,174,160,251,250,110,153,8,0,175,160,127,100,168,3,9,0,175,160,127,100,73,7,9,0,176,160,106,249,75,174,6,0,177,32,178,168,24,18,7,0,181,160,22,156,229,94,11,0,183,32,229,94,178,241,5,0,188,160,110,239,68,165,7,0,189,32,136,159,236,87,8,0,189,32,136,159,29,88,8,0,189,32,136,159,80,88,8,0,189,32,136,159,135,88,8,0,189,32,136,159,181,88,8,0,192,160,130,243,217,6,6,0,192,160,17,246,230,232,6,0,193,32,22,171,9,255,5,0,196,32,21,227,68,165,7,0,197,32,66,39,117,59,9,0,197,32,66,39,221,59,9,0,198,160,97,40,17,199,7,0,198,160,71,249,69,179,9,0,198,160,71,249,155,179,9,0,198,160,71,249,43,180,9,0,198,32,79,179,135,147,10,0,198,32,79,179,56,148,10,0,199,32,239,89,158,128,7,0,199,32,239,89,127,69,11,0,200,32,218,196,10,77,7,0,200,32,218,196,170,79,7,0,203,32,88,202,203,88,7,0,205,160,214,69,202,62,7,0,206,160,146,144,62,20,11,0,208,160,142,13,225,226,5,0,211,160,163,69,202,69,6,0,211,160,163,69,70,214,8,0,215,160,190,244,77,61,9,0,215,160,190,244,55,62,9,0,218,160,160,195,202,50,8,0,218,160,214,243,103,205,8,0,218,32,143,189,113,49,9,0,218,32,143,189,44,51,9,0,220,32,84,207,37,232,11,0,221,32,50,103,144,137,7,0,222,160,67,211,46,73,11,0,223,32,18,231,17,199,7,0,223,32,18,231,151,203,9,0,223,32,18,231,197,203,9,0,227,32,104,135,250,13,10,0,227,32,104,135,121,14,10,0,227,32,104,135,5,15,10,0,231,32,119,251,35,127,7,0,231,160,85,188,184,31,11,0,232,160,239,227,87,204,7,0,234,32,157,38,170,242,5,0,234,32,190,176,255,32,7,0,236,32,46,58,232,121,7,0,240,160,247,10,3,130,7,0,240,160,247,10,102,130,7,0,240,160,247,10,224,68,11,0,243,32,188,137,114,7,8,0,244,32,41,4,179,239,9,0,244,32,41,4,233,239,9,0,245,32,213,56,59,41,7,0,245,160,128,192,95,14,11,0,247,160,60,19,213,44,10,0,248,160,188,45,207,167,8,0,253,160,231,242,119,92,7,0,253,160,234,244,221,146,10,0,255,160,163,225,198,230,10,0,1,33,207,69,69,135,7,0,1,161,230,30,109,216,9,0,1,161,230,30,99,217,9,0,4,161,57,120,55,228,8,0,4,161,57,120,39,237,8,0,4,161,57,120,32,246,8,0,6,33,39,33,5,143,7,0,11,33,198,199,0,83,6,0,11,161,131,207,10,77,7,0,11,33,196,115,101,189,10,0,12,33,67,47,92,15,9,0,12,33,67,47,130,20,9,0,12,161,33,206,135,147,10,0,12,161,33,206,56,148,10,0,12,33,202,249,204,195,10,0,13,161,134,45,22,38,7,0,14,33,23,7,113,49,9,0,14,33,23,7,44,51,9,0,19,161,187,103,205,14,6,0,19,33,81,103,135,47,8,0,20,33,24,155,117,14,7,0,23,161,168,35,107,95,6,0,23,161,168,35,14,197,6,0,23,161,248,216,102,118,9,0,23,161,248,216,164,118,9,0,24,33,234,64,34,29,7,0,24,161,111,63,119,97,7,0,25,161,57,51,63,98,7,0,25,33,8,55,255,110,10,0,27,33,239,111,218,159,10,0,27,33,239,111,111,162,10,0,27,33,38,58,194,109,11,0,28,33,59,68,255,110,10,0,29,161,40,94,184,92,9,0,29,161,40,94,53,93,9,0,31,33,211,239,132,40,7,0,33,33,239,24,77,94,9,0,33,33,239,24,93,95,9,0,34,33,177,48,108,232,5,0,34,33,51,38,69,229,11,0,35,161,6,28,247,62,11,0,38,33,89,185,216,25,7,0,38,33,39,170,235,99,7,0,38,33,52,102,168,3,9,0,38,33,52,102,73,7,9,0,44,161,77,28,116,66,7,0,44,33,191,107,226,152,10,0,44,33,191,107,0,153,10,0,44,33,191,107,21,153,10,0,47,33,172,82,63,37,8,0,48,161,186,68,67,132,6,0,48,33,65,250,82,188,10,0,50,33,46,78,236,65,7,0,51,33,185,214,95,227,8,0,55,161,231,242,55,228,8,0,55,161,231,242,39,237,8,0,55,161,231,242,32,246,8,0,57,33,9,85,68,165,7,0,58,161,253,35,37,80,6,0,60,33,62,240,41,43,11,0,63,33,80,38,81,179,7,0,63,33,80,38,110,153,8,0,63,33,17,88,125,60,9,0,65,161,222,6,223,20,7,0,67,161,100,0,100,106,7,0,68,33,148,204,131,40,10,0,68,33,148,204,90,41,10,0,71,161,44,122,130,117,8,0,71,161,44,122,91,184,11,0,71,161,44,122,120,185,11,0,71,161,44,122,57,203,11,0,72,33,88,171,177,190,6,0,72,33,91,81,202,50,8,0,73,161,61,8,204,70,7,0,77,33,117,242,56,92,7,0,77,33,82,54,71,115,7,0,83,161,173,114,232,121,7,0,84,161,145,38,235,99,7,0,89,33,32,20,10,77,7,0,89,33,32,20,170,79,7,0,89,161,103,117,5,143,7,0,91,161,112,124,255,110,10,0,94,33,182,213,182,94,7,0,96,161,214,152,165,6,8,0,97,33,140,142,102,195,6,0,98,33,122,172,115,244,11,0,99,161,121,47,91,121,9,0,99,161,121,47,171,122,9,0,99,161,121,47,253,123,9,0,99,161,121,47,84,125,9,0,100,161,209,163,135,11,11,0,102,33,155,206,144,137,7,0,102,33,151,70,138,85,9,0,102,33,151,70,93,87,9,0,103,33,106,28,109,216,9,0,103,33,106,28,99,217,9,0,104,33,35,252,255,32,7,0,104,161,55,37,149,106,7,0,104,161,55,37,239,106,7,0,105,161,180,46,10,77,7,0,105,161,180,46,67,46,11,0,106,161,85,170,144,137,7,0,109,161,35,248,68,165,7,0,111,161,99,139,197,48,7,0,111,161,99,139,68,165,7,0,111,161,168,133,234,9,8,0,112,161,195,147,42,72,9,0,112,161,195,147,233,72,9,0,112,161,195,147,162,73,9,0,114,33,229,212,170,79,7,0,114,161,218,246,248,213,10,0,115,161,39,218,139,83,7,0,118,33,10,211,162,101,6,0,118,33,10,211,7,217,6,0,118,161,182,140,223,20,7,0,118,161,163,128,37,243,9,0,118,161,163,128,54,243,9,0,118,161,4,126,140,5,10,0,118,161,4,126,176,5,10,0,121,33,207,50,19,192,11,0,126,161,130,11,35,17,6,0,126,161,209,55,205,169,10,0,126,161,209,55,47,171,10,0,128,161,250,17,130,93,7,0,129,161,167,126,156,176,7,0,129,33,225,218,69,179,9,0,129,33,225,218,155,179,9,0,129,33,225,218,43,180,9,0,129,161,167,126,116,78,10,0,131,33,233,57,174,244,5,0,136,33,235,246,227,167,11,0,137,161,108,56,255,110,10,0,138,33,148,204,24,53,9,0,138,33,148,204,252,53,9,0,138,33,148,204,216,54,9,0,139,161,213,117,37,63,7,0,140,33,247,188,182,94,7,0,142,161,7,170,209,95,8,0,142,161,31,63,92,15,9,0,142,161,31,63,130,20,9,0,144,33,125,202,55,228,8,0,144,33,125,202,39,237,8,0,144,33,125,202,32,246,8,0,145,161,74,108,15,249,5,0,148,33,224,19,138,184,6,0,148,33,102,168,140,86,11,0,149,161,172,86,158,128,7,0,150,161,32,109,116,192,11,0,152,161,114,27,168,3,9,0,152,161,114,27,73,7,9,0,156,161,172,24,12,37,9,0,156,161,172,24,124,37,9,0,160,33,30,156,138,85,9,0,160,33,30,156,93,87,9,0,162,33,84,141,232,49,11,0,164,161,15,78,240,152,11,0,166,161,211,29,255,110,10,0,167,33,167,67,81,179,7,0,167,33,167,67,13,194,7,0,167,161,226,43,231,206,9,0,168,161,52,167,87,244,5,0,168,33,76,254,5,143,7,0,170,33,160,122,207,167,8,0,171,161,164,3,162,242,10,0,172,33,80,230,139,83,7,0,172,33,85,130,68,165,7,0,173,33,244,40,177,29,6,0,173,161,32,104,236,65,7,0,175,33,1,40,31,203,8,0,177,161,219,113,183,116,7,0,179,33,163,133,40,88,6,0,182,161,133,225,98,238,10,0,183,161,155,54,223,20,7,0,183,161,209,226,251,105,7,0,185,33,182,16,211,4,6,0,185,33,175,250,182,94,7,0,189,161,76,247,71,31,6,0,189,33,23,68,66,14,11,0,189,161,190,53,40,167,11,0,194,33,213,162,204,70,7,0,196,33,37,199,166,132,7,0,197,33,39,159,69,249,5,0,197,33,39,159,221,158,6,0,197,33,39,159,254,158,6,0,197,33,115,28,75,164,6,0,197,33,109,54,71,115,7,0,198,161,97,52,17,186,6,0,198,161,97,52,115,201,6,0,198,33,221,190,255,110,10,0,202,33,225,3,68,165,7,0,205,33,34,123,58,93,7,0,208,161,47,242,108,19,7,0,208,33,37,105,214,237,10,0,211,161,103,27,255,110,10,0,213,33,69,179,110,119,8,0,213,161,63,248,41,192,10,0,214,33,79,150,129,46,9,0,214,33,79,150,184,46,9,0,216,161,156,217,181,58,7,0,218,161,237,163,226,33,7,0,220,161,9,94,231,218,5,0,226,161,109,178,47,114,11,0,230,161,77,207,206,248,7,0,234,33,155,2,161,189,10,0,237,161,209,5,57,10,7,0,237,161,65,212,235,211,10,0,238,33,130,107,234,186,6,0,238,33,220,119,167,61,7,0,239,161,95,156,140,79,6,0,239,161,154,156,176,141,6,0,239,33,88,250,222,194,9,0,239,33,88,250,76,195,9,0,240,33,48,18,137,178,7,0,240,33,48,18,217,189,7,0,241,161,89,122,165,134,8,0,241,161,89,122,214,134,8,0,241,161,89,122,9,135,8,0,242,161,120,102,59,41,7,0,242,161,188,6,175,140,10,0,246,161,127,39,255,110,10,0,247,161,167,213,232,121,7,0,249,33,128,37,158,128,7,0,250,161,100,222,37,63,7,0,250,33,213,121,174,115,9,0,250,33,213,121,211,115,9,0,252,161,21,126,15,128,11,0,254,161,151,226,51,109,7,0,255,161,117,80,198,63,6,0,255,33,164,126,22,38,7,0,3,162,148,177,170,79,7,0,3,34,168,239,232,197,7,0,8,162,24,133,175,58,8,0,11,34,0,97,220,27,8,0,13,162,117,43,27,125,8,0,15,34,237,5,5,143,7,0,15,162,164,251,68,165,7,0,16,34,109,251,139,16,7,0,16,34,49,100,108,19,7,0,17,34,88,204,62,157,6,0,17,34,88,204,170,79,7,0,17,34,88,204,14,80,8,0,17,34,88,204,59,80,8,0,20,162,231,242,226,33,7,0,21,162,188,187,151,87,7,0,21,34,23,96,113,49,9,0,21,34,23,96,44,51,9,0,21,162,162,110,203,81,9,0,21,162,162,110,169,82,9,0,23,34,242,13,106,182,9,0,23,34,242,13,186,182,9,0,24,34,244,125,113,49,9,0,24,34,244,125,44,51,9,0,25,162,53,34,59,41,7,0,25,162,215,65,94,175,7,0,26,162,23,112,10,99,9,0,26,162,23,112,226,99,9,0,27,34,134,200,223,20,7,0,29,162,122,57,173,194,6,0,33,162,189,170,68,165,7,0,39,34,165,4,4,58,7,0,40,162,108,136,49,252,10,0,46,162,109,42,75,107,7,0,46,34,203,110,71,115,7,0,47,34,219,61,216,25,7,0,48,162,134,125,232,121,7,0,49,162,168,104,191,168,6,0,49,162,168,104,129,198,6,0,49,162,168,104,125,161,7,0,49,162,191,191,137,178,7,0,49,34,150,96,41,161,11,0,50,162,36,65,68,165,7,0,52,34,192,225,197,48,7,0,55,162,238,107,51,109,7,0,56,34,206,229,193,107,8,0,56,34,206,229,209,108,8,0,57,34,0,84,199,133,7,0,58,34,62,166,190,239,10,0,59,162,160,32,40,63,9,0,59,162,160,32,226,63,9,0,59,162,160,32,144,64,9,0,60,162,71,3,197,48,7,0,60,34,22,187,38,139,9,0,60,34,22,187,118,139,9,0,60,34,22,187,213,139,9,0,60,34,22,187,39,140,9,0,60,162,223,127,130,91,11,0,61,162,4,108,238,66,9,0,61,162,4,108,8,69,9,0,62,162,241,208,30,197,8,0,62,34,87,87,55,228,8,0,62,34,87,87,39,237,8,0,62,34,87,87,32,246,8,0,67,34,180,148,51,223,8,0,67,34,1,219,203,28,11,0,69,34,234,35,139,16,7,0,70,162,151,126,213,44,10,0,71,34,109,162,32,231,10,0,72,162,69,169,72,31,7,0,72,162,115,160,234,36,11,0,74,34,219,4,213,44,10,0,75,162,182,120,94,88,6,0,75,162,182,120,178,152,6,0,75,34,90,48,30,116,9,0,75,34,90,48,56,116,9,0,75,162,201,76,181,65,10,0,77,34,201,85,155,217,8,0,77,162,38,192,220,126,9,0,77,162,38,192,138,127,9,0,79,34,253,194,235,99,7,0,80,34,204,80,233,3,7,0,80,34,215,91,55,228,8,0,80,34,215,91,39,237,8,0,80,34,215,91,32,246,8,0,83,34,98,254,210,136,6,0,83,34,220,149,204,126,7,0,86,34,147,191,197,48,7,0,87,162,3,252,158,139,6,0,87,162,3,252,170,79,7,0,87,34,14,144,150,164,7,0,87,34,14,144,214,191,7,0,91,34,96,86,220,27,8,0,91,162,62,70,77,61,9,0,91,162,62,70,55,62,9,0,91,34,86,48,204,195,10,0,91,162,106,171,48,230,10,0,93,34,26,202,186,104,7,0,95,162,164,222,64,88,10,0,96,162,141,34,41,43,11,0,97,34,23,187,197,48,7,0,97,34,47,199,232,121,7,0,97,34,73,129,210,249,11,0,98,162,231,242,251,84,7,0,98,34,17,173,119,97,7,0,98,34,113,27,255,110,10,0,99,34,89,230,175,238,7,0,101,34,59,134,165,42,11,0,101,34,59,134,218,42,11,0,104,34,102,185,127,179,6,0,105,34,10,64,197,48,7,0,106,162,76,92,55,228,8,0,106,162,76,92,39,237,8,0,106,162,76,92,32,246,8,0,106,34,54,238,199,172,10,0,106,34,54,238,74,173,10,0,112,34,11,174,124,199,7,0,112,34,72,218,91,121,9,0,112,34,72,218,171,122,9,0,112,34,72,218,253,123,9,0,112,34,72,218,84,125,9,0,112,34,216,185,213,44,10,0,116,34,255,121,44,215,6,0,117,34,4,216,43,243,5,0,117,34,4,216,138,157,6,0,117,34,82,23,151,87,7,0,123,162,81,24,196,6,6,0,124,162,122,108,125,73,7,0,124,162,122,108,120,75,7,0,125,34,69,104,109,216,9,0,125,34,69,104,99,217,9,0,125,34,74,13,10,44,11,0,126,162,147,228,83,145,6,0,128,162,188,190,10,99,9,0,128,162,188,190,226,99,9,0,132,162,123,21,59,41,7,0,134,162,162,230,205,169,10,0,134,162,162,230,47,171,10,0,136,34,123,15,179,177,11,0,137,162,108,242,121,69,7,0,138,34,71,170,124,6,7,0,138,34,190,137,139,83,7,0,144,34,109,109,118,112,7,0,144,34,109,109,210,112,7,0,145,162,34,216,119,92,7,0,147,162,137,218,199,172,10,0,147,162,137,218,74,173,10,0,148,162,233,105,30,131,7,0,150,34,224,81,183,74,6,0,150,34,224,81,67,104,6,0,150,34,224,81,218,159,10,0,150,34,224,81,111,162,10,0,151,162,245,240,219,24,7,0,156,162,228,112,232,35,11,0,157,34,13,162,221,219,7,0,157,34,149,237,55,228,8,0,157,34,149,237,39,237,8,0,157,34,149,237,32,246,8,0,157,34,75,232,166,23,10,0,157,34,75,232,181,24,10,0,157,34,75,232,184,25,10,0,157,34,75,232,214,26,10,0,160,162,42,27,125,89,6,0,160,162,187,165,211,34,7,0,160,162,42,27,59,41,7,0,161,34,131,251,138,85,9,0,161,34,131,251,93,87,9,0,165,34,241,11,3,220,10,0,166,162,216,54,85,233,6,0,166,162,136,88,68,165,7,0,166,34,82,115,250,13,10,0,166,34,82,115,121,14,10,0,166,34,82,115,5,15,10,0,168,34,102,194,27,159,11,0,171,162,153,179,146,180,9,0,171,162,153,179,205,180,9,0,172,162,231,242,68,165,7,0,172,162,8,89,28,222,7,0,173,34,17,140,197,48,7,0,173,162,34,125,131,105,9,0,173,162,34,125,180,105,9,0,178,34,42,23,79,4,7,0,179,34,187,254,129,33,6,0,187,34,137,157,76,70,8,0,187,34,137,157,112,70,8,0,195,34,192,151,17,209,6,0,195,34,192,151,11,216,6,0,199,34,202,92,185,11,9,0,199,34,202,92,89,12,9,0,199,34,202,92,254,12,9,0,200,34,32,7,158,96,6,0,201,162,247,126,139,16,7,0,202,34,35,149,138,85,9,0,202,34,35,149,93,87,9,0,204,34,119,142,68,165,7,0,204,162,252,143,228,75,9,0,204,162,252,143,142,76,9,0,204,162,252,143,42,117,9,0,204,162,252,143,178,117,9,0,205,34,182,148,117,30,7,0,206,162,189,38,58,156,9,0,206,162,189,38,85,156,9,0,206,162,189,38,114,156,9,0,208,34,156,78,38,216,6,0,209,34,248,7,156,176,7,0,209,34,248,7,73,58,10,0,209,34,248,7,118,58,10,0,210,162,32,248,102,237,9,0,210,162,32,248,115,238,9,0,211,34,217,49,36,161,6,0,211,34,217,49,10,77,7,0,211,34,217,49,170,79,7,0,213,162,233,90,193,167,6,0,217,162,81,190,144,137,7,0,217,34,144,33,138,85,9,0,217,34,144,33,93,87,9,0,224,162,57,127,178,11,10,0,224,162,57,127,203,11,10,0,224,162,57,127,228,11,10,0,225,34,242,206,231,206,9,0,227,162,156,35,255,110,10,0,228,34,203,101,176,17,6,0,228,34,203,101,223,39,7,0,229,34,113,17,105,127,6,0,233,162,84,226,254,61,11,0,234,162,71,75,37,46,10,0,234,162,71,75,103,47,10,0,234,162,71,75,172,48,10,0,237,34,158,23,5,143,7,0,237,162,112,33,150,240,9,0,241,162,148,206,197,48,7,0,243,162,116,125,146,125,6,0,245,162,5,50,151,119,9,0,245,162,5,50,246,119,9,0,247,162,67,115,192,27,7,0,250,34,135,143,97,100,6,0,251,162,191,136,197,48,7,0,252,162,123,87,197,48,7,0,252,34,129,96,42,72,9,0,252,34,129,96,233,72,9,0,252,34,129,96,162,73,9,0,252,34,22,111,72,38,11,0,254,34,134,230,197,48,7,0,254,34,134,230,235,99,7,0,0,163,54,116,201,29,6,0,3,163,122,21,32,179,8,0,6,163,102,69,209,230,7,0,6,35,235,146,34,185,10,0,6,35,235,146,96,185,10,0,7,163,151,104,120,156,8,0,7,163,151,104,170,156,8,0,7,163,151,104,232,156,8,0,7,163,151,104,25,157,8,0,7,163,151,104,92,157,8,0,7,163,151,104,119,46,11,0,7,163,151,104,154,46,11,0,9,163,86,126,38,105,9,0,9,163,86,126,56,105,9,0,11,163,205,136,207,167,8,0,16,35,234,53,77,74,11,0,17,163,255,149,5,143,7,0,17,163,72,63,116,192,11,0,20,163,104,47,108,19,7,0,20,35,2,170,59,41,7,0,20,163,100,126,144,137,7,0,21,163,199,213,231,98,6,0,21,163,199,213,240,59,7,0,23,35,78,51,192,162,11,0,24,163,198,88,95,62,7,0,25,163,101,116,102,118,9,0,25,163,101,116,164,118,9,0,27,35,244,73,58,93,7,0,29,163,75,124,5,143,7,0,29,163,178,129,5,143,7,0,30,35,139,251,10,77,7,0,30,35,139,251,170,79,7,0,30,35,200,34,247,206,7,0,31,163,130,84,5,143,7,0,32,35,132,223,220,126,9,0,32,35,132,223,138,127,9,0,37,35,83,81,166,36,7,0,37,35,68,15,106,111,9,0,37,35,68,15,144,111,9,0,37,163,225,162,35,144,10,0,37,163,225,162,58,144,10,0,38,35,1,97,47,52,8,0,39,35,183,252,5,143,7,0,39,163,45,199,92,15,9,0,39,163,45,199,130,20,9,0,41,35,61,28,116,66,7,0,41,163,64,54,116,66,7,0,41,163,64,54,144,137,7,0,41,35,156,19,151,230,10,0,43,163,239,9,35,127,7,0,44,163,37,147,139,16,7,0,47,163,176,212,29,96,11,0,48,35,240,198,56,204,10,0,48,35,240,198,111,204,10,0,48,163,7,140,188,38,11,0,49,35,213,245,31,200,10,0,51,35,3,1,113,49,9,0,51,35,3,1,44,51,9,0,53,163,174,115,224,102,7,0,55,35,47,232,168,3,9,0,55,35,47,232,73,7,9,0,57,35,193,240,55,228,8,0,57,35,193,240,39,237,8,0,57,35,193,240,32,246,8,0,59,163,9,50,37,63,7,0,59,163,202,78,35,127,7,0,59,163,191,21,55,228,8,0,59,163,191,21,39,237,8,0,59,163,191,21,32,246,8,0,61,163,222,240,68,165,7,0,62,163,240,226,179,129,7,0,64,163,5,14,110,119,8,0,68,35,224,127,149,231,10,0,70,163,45,69,81,242,6,0,70,163,178,129,109,200,7,0,71,163,185,237,25,26,6,0,71,163,232,20,54,13,7,0,71,35,242,245,32,231,10,0,73,35,139,8,249,45,9,0,73,35,139,8,33,46,9,0,73,163,158,141,255,110,10,0,74,163,241,192,127,245,6,0,74,163,28,115,15,41,7,0,76,163,62,45,138,103,9,0,76,163,62,45,62,104,9,0,77,35,216,19,252,138,8,0,78,163,74,93,73,3,7,0,79,163,244,115,138,103,9,0,79,163,244,115,62,104,9,0,80,163,85,170,18,74,11,0,80,163,85,170,44,74,11,0,81,35,193,148,77,29,6,0,81,35,127,50,22,38,7,0,85,35,134,199,235,99,7,0,85,163,117,47,68,165,7,0,86,163,48,183,161,104,6,0,86,35,209,230,55,228,8,0,86,35,209,230,39,237,8,0,86,35,209,230,32,246,8,0,91,163,161,197,197,48,7,0,94,35,143,78,221,219,7,0,95,35,162,54,214,221,5,0,95,35,117,100,210,13,9,0,95,35,117,100,132,14,9,0,98,163,222,35,138,38,6,0,99,35,118,69,144,137,7,0,102,163,94,213,205,169,10,0,102,163,94,213,47,171,10,0,104,163,141,82,49,91,10,0,104,163,141,82,73,91,10,0,106,35,15,99,146,78,10,0,106,35,127,227,249,170,11,0,107,163,236,89,128,98,7,0,108,35,147,9,235,166,6,0,108,35,186,93,171,199,10,0,111,163,95,248,204,229,6,0,111,35,182,166,144,137,7,0,119,35,157,38,171,103,11,0,120,35,164,76,86,119,7,0,120,163,105,125,3,130,7,0,120,163,105,125,102,130,7,0,121,163,28,6,230,79,10,0,121,163,28,6,2,80,10,0,121,163,28,6,27,80,10,0,122,163,113,51,77,61,9,0,122,163,113,51,55,62,9,0,124,163,70,91,9,29,6,0,124,35,81,217,55,125,11,0,125,163,163,248,168,154,6,0,125,35,165,213,55,228,8,0,125,35,165,213,39,237,8,0,125,35,165,213,32,246,8,0,126,35,95,163,34,228,9,0,126,35,95,163,66,228,9,0,128,35,254,251,95,62,7,0,129,163,115,71,127,53,11,0,130,163,149,110,69,135,7,0,134,163,73,31,197,48,7,0,139,35,198,132,135,47,8,0,141,163,73,31,255,32,7,0,141,163,203,48,55,228,8,0,141,163,203,48,39,237,8,0,141,163,203,48,32,246,8,0,141,163,156,8,91,121,9,0,141,163,156,8,171,122,9,0,141,163,156,8,253,123,9,0,141,163,156,8,84,125,9,0,146,35,31,19,19,34,8,0,146,35,31,19,62,34,8,0,146,35,31,19,104,34,8,0,146,35,31,19,156,34,8,0,150,163,248,93,72,81,10,0,150,163,248,93,128,81,10,0,150,163,248,93,185,81,10,0,154,35,236,253,212,37,8,0,154,35,236,253,15,38,8,0,154,35,236,253,84,38,8,0,154,35,236,253,154,38,8,0,157,163,93,99,37,82,10,0,157,163,93,99,54,82,10,0,157,163,93,99,71,82,10,0,158,163,231,242,85,234,10,0,159,163,150,60,134,148,6,0,159,35,168,131,236,30,7,0,159,35,168,34,55,228,8,0,159,35,168,34,39,237,8,0,159,35,168,34,32,246,8,0,161,163,216,98,30,131,7,0,162,35,253,168,183,116,7,0,162,35,98,62,81,179,7,0,162,35,98,62,43,192,7,0,165,163,109,18,75,247,6,0,165,163,109,18,9,60,11,0,168,35,2,55,59,97,7,0,168,35,2,55,227,79,8,0,169,35,174,134,6,159,11,0,170,35,131,118,29,139,6,0,173,163,193,244,229,240,7,0,177,35,236,54,61,21,11,0,180,35,155,161,57,10,7,0,183,163,96,22,235,135,6,0,183,163,233,203,5,143,7,0,184,163,216,196,5,143,7,0,186,35,21,223,68,165,7,0,186,35,197,134,12,119,9,0,186,35,197,134,59,119,9,0,192,163,156,114,75,107,7,0,193,35,14,63,153,109,6,0,195,35,92,164,117,238,7,0,198,35,227,1,200,14,8,0,200,163,167,231,197,48,7,0,201,35,80,132,146,142,9,0,201,35,80,132,222,142,9,0,201,35,80,132,39,143,9,0,201,163,39,20,201,61,11,0,202,35,215,158,5,143,7,0,203,35,193,188,55,228,8,0,203,35,193,188,39,237,8,0,203,35,193,188,32,246,8,0,204,35,222,192,201,24,6,0,204,35,222,192,35,156,7,0,205,35,185,219,228,90,7,0,205,163,91,149,213,44,10,0,206,35,216,38,153,90,7,0,207,163,246,59,86,119,7,0,208,163,85,210,102,237,9,0,208,163,85,210,115,238,9,0,208,35,217,192,166,23,10,0,208,35,217,192,181,24,10,0,208,35,217,192,184,25,10,0,208,35,217,192,214,26,10,0,210,35,76,39,207,132,7,0,211,163,148,9,183,116,7,0,211,163,0,172,55,228,8,0,211,163,0,172,39,237,8,0,211,163,0,172,32,246,8,0,213,35,66,30,59,41,7,0,213,163,68,45,8,116,8,0,216,35,232,137,150,164,7,0,216,163,192,27,229,27,10,0,216,163,192,27,114,28,10,0,217,35,80,166,37,63,7,0,218,35,175,122,160,203,7,0,218,35,226,173,240,140,8,0,218,163,77,221,25,11,9,0,218,163,77,221,82,11,9,0,218,35,188,110,177,27,9,0,218,35,188,110,254,28,9,0,218,35,188,110,77,30,9,0,223,163,91,55,243,104,10,0,223,163,91,55,64,105,10,0,230,163,177,228,58,121,8,0,231,163,175,234,184,145,11,0,232,35,84,174,232,121,7,0,232,35,216,166,184,249,9,0,232,35,216,166,217,249,9,0,234,163,199,134,37,173,6,0,235,35,94,15,197,48,7,0,235,163,50,83,48,45,8,0,235,35,69,89,104,222,11,0,236,35,109,5,195,66,8,0,237,35,21,54,156,176,7,0,238,35,69,94,207,167,8,0,240,35,117,27,162,226,10,0,241,163,133,12,240,59,7,0,241,35,79,106,35,127,7,0,241,35,107,51,138,194,11,0,244,163,210,191,185,90,7,0,246,35,239,59,252,214,8,0,249,163,52,20,197,48,7,0,249,163,186,6,144,137,7,0,251,163,140,148,33,82,6,0,253,35,236,198,94,175,7,0,3,164,18,3,255,110,10,0,3,36,109,251,207,89,11,0,6,36,146,249,202,56,7,0,6,36,59,92,183,206,8,0,8,36,83,103,69,110,7,0,8,36,163,63,30,131,7,0,8,36,155,110,75,189,7,0,8,36,155,110,107,189,7,0,8,164,85,141,252,32,11,0,16,164,244,211,155,229,6,0,16,36,190,126,177,27,9,0,16,36,190,126,254,28,9,0,16,36,190,126,77,30,9,0,18,164,134,41,165,187,9,0,18,164,134,41,32,188,9,0,18,164,134,41,149,188,9,0,18,164,134,41,61,189,9,0,18,164,134,41,215,189,9,0,25,36,46,60,43,202,7,0,26,164,21,118,75,213,9,0,26,164,21,118,151,213,9,0,28,36,18,193,128,20,7,0,30,164,129,101,77,94,9,0,30,164,129,101,93,95,9,0,31,164,53,33,166,113,9,0,31,164,53,33,197,113,9,0,32,164,124,116,102,224,10,0,33,164,5,100,68,165,7,0,33,164,243,140,255,110,10,0,33,164,51,118,117,151,10,0,33,164,51,118,165,151,10,0,35,164,190,88,34,29,7,0,35,164,231,76,55,149,9,0,35,36,111,222,242,212,9,0,35,36,111,222,5,213,9,0,38,36,200,29,91,121,9,0,38,36,200,29,171,122,9,0,38,36,200,29,253,123,9,0,38,36,200,29,84,125,9,0,42,164,6,154,232,121,7,0,44,36,37,19,157,51,10,0,44,36,37,19,1,52,10,0,44,36,37,19,98,52,10,0,45,164,32,171,179,7,6,0,45,36,122,145,166,136,11,0,45,36,122,145,136,137,11,0,46,164,92,156,197,48,7,0,46,36,146,98,65,210,8,0,49,164,221,167,68,165,7,0,50,164,80,11,145,88,7,0,56,36,20,219,230,202,6,0,56,36,20,219,123,160,7,0,56,36,20,219,68,165,7,0,56,36,80,181,15,203,10,0,57,164,227,97,177,13,7,0,57,164,227,97,220,227,7,0,58,164,139,73,5,143,7,0,58,36,152,248,55,228,8,0,58,36,152,248,39,237,8,0,58,36,152,248,32,246,8,0,59,36,147,174,201,24,6,0,59,36,147,174,35,156,7,0,60,164,250,65,231,123,6,0,60,36,102,195,59,41,7,0,60,164,13,102,148,215,9,0,60,164,13,102,170,215,9,0,65,36,218,107,197,48,7,0,68,36,44,38,16,2,7,0,68,36,180,152,196,114,7,0,68,36,16,17,5,143,7,0,69,164,242,229,98,108,7,0,72,164,244,168,102,29,7,0,73,164,129,99,202,62,7,0,74,36,250,125,181,58,7,0,74,36,173,222,59,148,9,0,74,36,173,222,86,148,9,0,74,36,173,222,111,148,9,0,74,36,173,222,126,148,9,0,76,36,192,148,196,232,5,0,78,36,250,241,202,174,10,0,78,36,250,241,250,174,10,0,78,36,250,241,41,175,10,0,78,36,250,241,101,175,10,0,82,164,153,223,224,18,7,0,84,164,212,173,190,245,5,0,84,164,2,0,227,167,11,0,85,36,53,86,54,118,6,0,86,164,78,54,214,54,6,0,86,36,179,17,22,6,7,0,86,36,209,196,127,129,11,0,87,36,57,213,68,165,7,0,88,164,53,2,175,172,9,0,88,164,53,2,220,172,9,0,89,164,0,97,75,213,9,0,89,164,0,97,151,213,9,0,95,36,115,10,235,135,10,0,95,36,115,10,152,136,10,0,96,36,40,105,51,109,7,0,98,164,33,131,179,129,7,0,101,36,223,186,170,79,7,0,103,164,95,116,181,58,7,0,103,164,30,54,168,3,9,0,103,164,30,54,73,7,9,0,105,36,22,92,197,48,7,0,106,36,57,79,7,211,11,0,107,36,136,161,57,124,6,0,108,164,90,56,75,247,6,0,110,164,130,243,173,27,8,0,113,36,229,189,75,208,6,0,114,36,121,31,142,11,7,0,115,164,130,205,232,121,7,0,116,164,248,224,48,58,11,0,117,164,71,199,167,61,7,0,117,36,154,9,5,143,7,0,118,36,179,68,59,41,7,0,119,164,101,57,57,154,6,0,119,36,144,80,230,163,6,0,120,36,45,162,68,165,7,0,121,36,250,15,201,24,6,0,121,36,250,15,35,156,7,0,123,164,52,178,221,101,6,0,123,164,149,172,158,128,7,0,123,164,159,54,175,32,10,0,123,164,159,54,206,32,10,0,123,164,159,54,231,32,10,0,127,36,90,28,206,220,6,0,128,36,104,210,49,26,6,0,129,36,52,5,222,194,9,0,129,36,52,5,76,195,9,0,131,164,135,218,45,105,7,0,132,164,242,61,57,222,5,0,132,164,129,181,243,137,10,0,132,164,129,181,63,138,10,0,132,164,129,181,140,138,10,0,132,164,129,181,164,250,10,0,132,164,129,181,198,4,11,0,135,164,15,100,141,181,10,0,135,164,15,100,205,181,10,0,135,164,15,100,15,182,10,0,135,164,15,100,81,182,10,0,135,164,15,100,144,182,10,0,135,164,15,100,209,182,10,0,135,164,15,100,18,183,10,0,135,164,15,100,82,183,10,0,136,36,156,141,35,127,7,0,138,36,4,218,224,18,7,0,139,164,219,237,69,110,7,0,140,36,224,126,5,143,7,0,141,36,27,3,138,85,9,0,141,36,27,3,93,87,9,0,141,36,73,113,231,83,11,0,142,36,250,135,153,143,6,0,142,36,250,135,103,103,8,0,143,164,40,14,214,113,7,0,144,36,58,17,157,39,6,0,145,36,205,90,10,77,7,0,145,36,205,90,170,79,7,0,145,36,205,90,68,165,7,0,150,36,52,115,147,145,6,0,150,36,76,36,220,126,9,0,150,36,76,36,138,127,9,0,151,164,184,148,57,25,7,0,154,164,200,18,211,12,6,0,154,164,200,18,203,179,6,0,154,164,204,144,124,6,7,0,154,36,51,198,92,15,9,0,154,36,51,198,130,20,9,0,155,164,72,115,34,16,11,0,156,164,166,6,201,24,6,0,156,164,166,6,35,156,7,0,157,36,240,231,58,32,11,0,157,36,240,231,90,32,11,0,158,36,254,58,8,47,8,0,161,164,186,214,71,72,6,0,161,164,202,36,28,74,6,0,161,164,202,36,119,97,7,0,161,164,99,243,51,252,7,0,162,164,112,66,221,146,10,0,163,36,88,223,28,238,7,0,165,164,208,232,221,219,7,0,168,36,25,21,235,99,7,0,169,164,74,240,5,143,7,0,172,164,241,122,68,165,7,0,175,164,199,81,99,70,7,0,175,36,30,11,179,103,10,0,175,36,30,11,204,103,10,0,175,36,63,114,39,237,10,0,175,36,63,114,68,237,10,0,176,164,80,126,162,225,8,0,176,36,183,219,113,194,9,0,176,36,183,219,142,194,9,0,176,164,80,126,51,251,11,0,178,164,10,44,59,41,7,0,180,164,201,55,165,187,9,0,180,164,201,55,32,188,9,0,180,164,201,55,149,188,9,0,180,164,201,55,61,189,9,0,180,164,201,55,215,189,9,0,180,36,224,149,255,110,10,0,181,36,158,89,51,109,7,0,182,164,166,29,203,88,7,0,183,36,66,58,108,32,7,0,185,36,214,235,57,25,7,0,191,164,250,159,106,212,8,0,193,164,100,227,119,97,7,0,193,164,201,48,241,136,8,0,196,164,46,145,181,58,7,0,196,36,126,255,135,47,8,0,197,164,209,27,77,94,9,0,197,164,209,27,93,95,9,0,199,36,37,202,72,31,7,0,199,36,37,202,197,48,7,0,200,36,42,175,255,110,10,0,201,164,76,247,47,113,8,0,202,36,22,219,191,238,11,0,204,36,63,131,146,142,9,0,204,36,63,131,222,142,9,0,204,36,63,131,39,143,9,0,205,36,16,64,218,4,7,0,206,36,171,46,44,13,6,0,207,164,133,142,144,137,7,0,208,164,27,136,18,223,9,0,208,164,27,136,58,223,9,0,208,164,27,136,107,223,9,0,209,164,192,128,108,19,7,0,211,36,253,22,3,130,7,0,211,36,253,22,102,130,7,0,211,36,42,91,177,27,9,0,211,36,42,91,254,28,9,0,211,36,42,91,77,30,9,0,213,164,23,11,168,3,9,0,213,164,23,11,73,7,9,0,216,36,237,203,40,63,9,0,216,36,237,203,226,63,9,0,216,36,237,203,144,64,9,0,217,36,60,117,187,87,7,0,219,36,138,171,6,121,6,0,222,164,232,88,29,114,11,0,224,164,164,159,55,228,8,0,224,164,164,159,39,237,8,0,224,164,164,159,32,246,8,0,225,36,100,66,172,219,5,0,229,36,116,211,255,110,10,0,230,164,152,188,10,37,7,0,230,36,162,78,35,127,7,0,232,164,16,176,238,137,9,0,232,164,16,176,73,138,9,0,232,164,16,176,158,138,9,0,239,36,42,79,205,70,6,0,240,36,219,251,216,25,7,0,241,164,93,110,135,224,5,0,241,36,178,128,204,195,10,0,242,164,245,66,181,108,11,0,246,164,32,233,55,228,8,0,246,164,32,233,39,237,8,0,246,164,32,233,32,246,8,0,248,36,62,86,196,86,11,0,252,164,166,125,239,216,6,0,254,164,248,166,165,83,6,0,4,165,160,117,191,0,9,0,4,165,160,117,223,0,9,0,4,165,160,117,8,1,9,0,6,165,208,38,48,216,11,0,12,165,45,121,233,3,7,0,15,165,195,127,166,222,7,0,16,165,143,248,223,204,11,0,17,37,181,26,42,103,7,0,18,37,85,147,121,69,7,0,18,37,85,147,227,5,11,0,20,165,222,68,235,101,8,0,21,165,78,56,170,79,7,0,21,165,78,56,151,39,11,0,22,165,28,136,91,121,9,0,22,165,28,136,171,122,9,0,22,165,28,136,253,123,9,0,22,165,28,136,84,125,9,0,25,37,207,99,238,100,9,0,25,37,207,99,126,101,9,0,26,165,163,199,144,137,7,0,28,37,239,246,8,68,8,0,30,37,186,148,72,83,10,0,30,37,186,148,97,83,10,0,33,165,231,240,228,29,6,0,33,165,204,38,46,73,11,0,35,37,197,131,71,115,7,0,37,165,129,8,156,176,7,0,37,165,129,8,73,58,10,0,37,165,129,8,118,58,10,0,37,165,228,149,109,211,11,0,39,37,187,132,165,187,9,0,39,37,187,132,32,188,9,0,39,37,187,132,149,188,9,0,39,37,187,132,61,189,9,0,39,37,187,132,215,189,9,0,40,165,21,211,253,235,5,0,40,165,41,58,95,31,8,0,40,165,41,58,166,31,8,0,40,165,41,58,233,31,8,0,40,165,143,64,92,15,9,0,40,165,143,64,130,20,9,0,42,37,157,234,137,178,7,0,42,37,157,234,129,186,7,0,43,37,116,216,13,162,7,0,43,37,116,216,156,176,7,0,43,37,193,148,34,105,8,0,44,165,251,106,2,72,7,0,46,37,252,137,235,99,7,0,46,165,231,248,55,228,8,0,46,165,231,248,39,237,8,0,46,165,231,248,32,246,8,0,48,37,131,96,38,32,11,0,50,37,214,158,77,102,6,0,51,165,43,88,170,79,7,0,51,165,43,88,251,105,7,0,55,37,78,99,177,61,6,0,55,37,78,99,26,76,6,0,59,37,224,133,92,15,9,0,59,37,224,133,130,20,9,0,59,165,0,27,255,110,10,0,60,165,255,246,224,18,7,0,62,37,243,157,48,244,9,0,62,37,243,157,100,244,9,0,63,37,10,46,94,175,7,0,63,165,193,162,94,175,7,0,63,165,193,162,42,188,7,0,63,165,193,162,69,188,7,0,66,165,160,81,12,211,10,0,69,165,236,80,52,208,11,0,74,37,192,148,117,47,6,0,77,165,60,29,201,24,6,0,77,165,60,29,35,156,7,0,78,165,27,119,155,166,11,0,79,37,26,68,157,74,11,0,79,165,155,205,102,219,11,0,81,165,8,220,183,219,6,0,81,165,8,220,223,219,6,0,82,165,186,196,168,3,9,0,82,165,186,196,73,7,9,0,83,37,110,237,55,228,8,0,83,37,110,237,39,237,8,0,83,37,110,237,32,246,8,0,83,165,10,80,222,194,9,0,83,165,10,80,76,195,9,0,84,165,168,178,95,53,11,0,85,165,197,5,239,39,10,0,85,165,197,5,45,40,10,0,85,165,197,5,89,40,10,0,86,37,154,78,135,147,10,0,86,37,154,78,56,148,10,0,87,37,35,126,237,172,6,0,90,165,58,193,0,124,11,0,91,37,162,246,107,253,5,0,94,37,162,106,5,143,7,0,96,37,115,98,177,27,9,0,96,37,115,98,254,28,9,0,96,37,115,98,77,30,9,0,97,165,240,104,76,209,7,0,97,165,155,30,48,41,9,0,103,37,187,244,255,110,10,0,107,165,38,182,152,77,6,0,108,37,187,176,0,35,10,0,108,37,187,176,44,35,10,0,111,37,148,85,102,237,9,0,111,37,148,85,115,238,9,0,114,165,46,63,217,243,11,0,115,37,188,43,68,165,7,0,115,37,237,110,189,20,11,0,118,37,45,154,139,16,7,0,118,37,111,162,240,225,11,0,119,165,237,120,54,71,7,0,123,37,23,57,68,165,7,0,123,37,121,167,54,241,9,0,123,37,121,167,213,241,9,0,124,37,67,80,231,206,9,0,125,37,20,37,192,27,7,0,127,37,89,244,0,118,11,0,129,37,54,155,55,228,8,0,129,37,54,155,39,237,8,0,129,37,54,155,32,246,8,0,133,37,100,148,90,79,8,0,134,165,128,57,113,49,9,0,134,165,128,57,44,51,9,0,137,37,239,203,19,65,7,0,138,165,113,65,79,68,7,0,140,165,117,57,100,128,6,0,140,37,89,77,35,194,11,0,141,165,208,18,250,13,10,0,141,165,208,18,250,13,10,0,141,165,208,18,121,14,10,0,141,165,208,18,121,14,10,0,141,165,208,18,5,15,10,0,141,165,208,18,5,15,10,0,141,37,64,242,20,146,10,0,141,37,64,242,86,146,10,0,141,165,80,103,174,21,11,0,144,37,136,125,153,218,11,0,145,37,20,44,0,16,11,0,146,37,160,1,92,145,8,0,146,37,160,1,234,145,8,0,146,37,160,1,109,146,8,0,147,165,224,103,135,126,6,0,148,165,173,202,108,70,6,0,148,165,110,153,59,41,7,0,149,37,20,28,139,83,7,0,149,37,168,97,55,228,8,0,149,37,168,97,39,237,8,0,149,37,168,97,32,246,8,0,150,165,161,99,106,182,9,0,150,165,161,99,186,182,9,0,151,165,197,249,92,15,9,0,151,165,197,249,130,20,9,0,151,37,243,117,255,110,10,0,153,37,59,197,237,221,6,0,158,37,23,35,179,86,8,0,159,165,158,177,59,41,7,0,162,165,62,181,156,176,7,0,162,165,80,224,220,126,9,0,162,165,80,224,138,127,9,0,164,37,100,102,66,74,6,0,167,37,133,3,21,20,11,0,169,37,103,242,116,66,7,0,169,165,191,171,68,165,7,0,174,37,192,117,236,168,11,0,175,37,56,6,75,107,7,0,175,37,8,162,71,115,7,0,177,165,102,52,240,59,7,0,178,37,83,180,208,69,7,0,180,37,215,206,232,121,7,0,180,37,24,46,146,142,9,0,180,37,24,46,222,142,9,0,180,37,24,46,39,143,9,0,182,37,203,148,71,115,7,0,184,37,196,16,124,6,7,0,185,165,216,173,163,123,6,0,185,37,218,136,232,121,7,0,187,37,158,115,69,88,7,0,188,165,119,84,21,234,6,0,188,165,104,209,42,117,9,0,188,165,104,209,178,117,9,0,190,37,66,168,83,4,11,0,193,165,25,186,64,88,10,0,195,37,254,43,33,194,6,0,198,165,115,57,232,121,7,0,202,165,171,117,20,230,10,0,204,165,59,103,24,189,11,0,205,165,60,58,45,105,7,0,205,37,56,144,77,94,9,0,205,37,56,144,93,95,9,0,209,37,213,166,75,247,6,0,209,165,85,88,218,159,10,0,209,165,85,88,111,162,10,0,212,37,135,227,35,127,7,0,214,37,79,82,218,159,10,0,214,37,79,82,111,162,10,0,216,165,192,25,92,145,8,0,216,165,192,25,234,145,8,0,216,165,192,25,109,146,8,0,217,165,130,243,157,43,10,0,217,165,130,243,185,43,10,0,223,37,25,227,86,119,7,0,223,165,42,222,55,228,8,0,223,165,42,222,39,237,8,0,223,165,42,222,32,246,8,0,224,37,223,252,152,30,7,0,227,165,34,188,59,41,7,0,231,37,199,20,8,217,7,0,231,37,73,70,65,240,11,0,232,165,183,32,77,94,9,0,232,165,183,32,93,95,9,0,232,37,31,51,161,190,9,0,232,37,31,51,93,191,9,0,233,165,38,121,62,64,6,0,234,165,151,220,226,14,7,0,234,37,45,16,72,17,7,0,234,37,22,153,237,124,8,0,237,165,76,244,63,188,8,0,237,165,76,244,121,188,8,0,237,165,76,244,177,188,8,0,243,165,203,166,223,20,7,0,244,165,150,233,243,149,7,0,244,165,150,233,33,150,7,0,244,165,150,233,90,150,7,0,244,165,150,233,220,150,7,0,244,165,150,233,65,151,7,0,244,165,150,233,165,151,7,0,244,165,150,233,9,152,7,0,244,165,150,233,108,152,7,0,244,165,150,233,168,152,7,0,244,165,150,233,88,161,7,0,244,165,167,9,81,179,7,0,244,165,146,231,145,73,10,0,244,165,146,231,57,74,10,0,248,37,181,227,232,121,7,0,249,165,236,16,212,239,5,0,251,165,212,246,149,104,7,0,251,37,245,113,198,169,9,0,251,37,245,113,225,169,9,0,252,37,89,35,172,124,6,0,253,165,176,233,52,159,11,0,2,38,10,70,251,105,7,0,3,166,56,250,152,77,6,0,5,166,215,131,137,178,7,0,5,166,215,131,129,186,7,0,7,38,194,228,254,73,11,0,8,38,112,116,49,7,7,0,9,166,207,173,139,83,7,0,12,166,79,223,68,165,7,0,13,166,91,6,119,97,7,0,14,38,93,209,197,48,7,0,17,166,40,118,120,22,7,0,17,166,178,50,45,254,11,0,18,166,201,209,232,121,7,0,18,166,17,49,68,165,7,0,19,38,18,36,63,39,6,0,19,38,80,169,5,143,7,0,23,166,61,205,79,1,11,0,25,38,247,27,71,115,7,0,26,166,233,66,166,23,10,0,26,166,233,66,181,24,10,0,26,166,233,66,184,25,10,0,26,166,233,66,214,26,10,0,26,166,55,149,98,72,11,0,29,38,78,38,168,3,8,0,29,38,78,38,208,3,8,0,29,166,26,13,66,15,11,0,35,166,38,126,128,103,7,0,37,166,6,6,218,159,10,0,37,166,6,6,111,162,10,0,39,166,117,78,91,73,8,0,39,166,117,78,141,73,8,0,39,166,117,78,186,73,8,0,39,166,117,78,227,73,8,0,41,166,87,109,195,38,9,0,41,166,87,109,223,38,9,0,42,38,46,153,185,60,6,0,42,38,46,153,165,65,6,0,42,38,46,153,1,131,6,0,44,38,44,185,5,143,7,0,46,38,249,22,138,194,11,0,48,166,159,36,118,112,7,0,48,166,159,36,210,112,7,0,48,38,67,58,48,232,7,0,49,38,130,24,155,204,6,0,51,166,204,1,105,241,11,0,52,38,3,152,86,119,7,0,54,166,60,166,55,228,8,0,54,166,60,166,39,237,8,0,54,166,60,166,32,246,8,0,54,38,230,218,204,197,10,0,54,38,230,218,73,220,10,0,55,166,125,165,10,99,9,0,55,166,125,165,226,99,9,0,57,38,22,197,5,143,7,0,60,38,223,104,221,26,9,0,60,38,223,104,51,27,9,0,62,38,164,63,68,165,7,0,63,38,112,242,68,165,7,0,64,38,180,8,42,36,9,0,64,38,180,8,135,36,9,0,65,38,68,201,12,206,6,0,66,166,214,125,201,22,7,0,66,166,229,106,100,176,8,0,67,166,137,125,232,121,7,0,68,38,77,98,203,81,9,0,68,38,77,98,169,82,9,0,71,166,75,86,186,98,10,0,71,166,75,86,224,98,10,0,71,166,75,86,253,98,10,0,72,38,205,68,140,116,9,0,72,38,205,68,173,116,9,0,72,38,205,68,210,116,9,0,77,38,115,40,34,134,7,0,77,38,19,88,32,116,11,0,80,166,140,138,89,103,7,0,86,38,236,113,247,254,11,0,90,38,240,141,117,151,10,0,90,38,240,141,165,151,10,0,92,166,140,5,207,132,7,0,93,38,183,37,22,0,10,0,93,38,183,37,42,0,10,0,95,166,78,137,177,120,6,0,95,166,201,110,54,241,9,0,95,166,201,110,213,241,9,0,96,38,45,47,255,110,10,0,97,38,106,43,246,15,7,0,97,38,175,52,37,63,7,0,99,38,21,243,238,66,9,0,99,38,21,243,8,69,9,0,102,38,55,243,223,208,10,0,106,166,20,141,109,191,10,0,108,166,205,80,31,153,9,0,108,166,205,80,214,153,9,0,110,38,234,89,245,64,7,0,111,38,6,234,59,54,11,0,112,166,8,60,77,94,9,0,112,166,8,60,93,95,9,0,114,166,34,203,230,94,6,0,119,38,234,220,59,41,7,0,119,166,115,27,225,32,8,0,123,166,88,202,49,7,7,0,124,166,193,148,154,10,10,0,124,166,193,148,199,10,10,0,127,166,37,144,59,41,7,0,127,166,173,134,167,83,10,0,127,166,173,134,239,83,10,0,127,166,173,134,51,84,10,0,127,166,173,134,113,84,10,0,127,166,173,134,82,205,10,0,129,166,179,39,135,147,10,0,129,166,179,39,56,148,10,0,130,38,95,206,232,121,7,0,132,38,162,129,221,219,7,0,132,166,85,22,232,200,9,0,132,166,85,22,55,201,9,0,132,38,7,198,205,169,10,0,132,38,7,198,47,171,10,0,134,38,190,25,237,105,8,0,137,38,123,37,222,134,6,0,137,166,201,132,211,222,6,0,137,166,154,143,238,66,9,0,137,166,154,143,8,69,9,0,137,166,46,3,37,46,10,0,137,166,46,3,103,47,10,0,137,166,46,3,172,48,10,0,138,38,67,82,35,127,7,0,143,38,187,144,139,16,7,0,144,38,147,194,10,77,7,0,144,38,147,194,170,79,7,0,144,38,197,118,135,47,8,0,145,38,71,236,73,61,6,0,145,166,235,96,228,246,11,0,148,38,29,31,37,46,10,0,148,38,29,31,103,47,10,0,148,38,29,31,172,48,10,0,148,38,221,128,218,159,10,0,148,38,221,128,111,162,10,0,150,166,77,213,210,112,7,0,152,38,145,187,10,99,9,0,152,38,145,187,226,99,9,0,152,166,124,198,161,190,9,0,152,166,124,198,93,191,9,0,154,166,56,180,107,114,7,0,155,166,2,248,139,83,7,0,156,38,196,217,195,66,8,0,157,166,251,99,85,19,7,0,157,38,188,148,235,99,7,0,158,38,34,75,59,70,7,0,161,38,146,80,206,245,5,0,161,166,75,202,235,99,7,0,161,38,7,17,183,116,7,0,162,166,41,129,172,199,6,0,162,166,85,170,212,72,11,0,163,38,23,120,44,16,6,0,163,38,231,208,201,24,6,0,163,38,231,208,35,156,7,0,163,166,109,82,166,23,10,0,163,166,109,82,181,24,10,0,163,166,109,82,184,25,10,0,163,166,109,82,214,26,10,0,164,38,236,102,71,115,7,0,167,166,181,218,10,77,7,0,167,166,181,218,170,79,7,0,167,166,207,222,213,44,10,0,168,38,241,206,186,105,10,0,172,38,120,226,205,169,10,0,172,38,120,226,47,171,10,0,173,38,146,40,62,203,10,0,175,38,150,136,149,216,10,0,177,38,120,101,92,15,9,0,177,38,120,101,130,20,9,0,178,38,3,255,135,47,8,0,178,166,208,224,163,149,9,0,178,166,208,224,246,149,9,0,179,38,186,79,168,177,10,0,179,38,186,79,246,177,10,0,180,166,122,87,34,3,6,0,184,166,41,129,106,58,7,0,184,38,77,180,139,83,7,0,185,38,85,71,182,94,7,0,188,166,11,157,246,185,9,0,188,166,11,157,45,186,9,0,188,166,11,157,187,186,9,0,189,38,45,152,38,139,9,0,189,38,45,152,118,139,9,0,189,38,45,152,213,139,9,0,189,38,45,152,39,140,9,0,190,166,185,7,48,240,10,0,193,38,217,157,71,72,6,0,194,166,154,196,12,44,6,0,196,38,46,143,30,131,7,0,199,166,232,88,90,27,6,0,199,166,148,138,2,234,11,0,200,38,176,183,221,26,9,0,200,38,176,183,51,27,9,0,200,38,134,203,250,6,10,0,200,38,134,203,29,7,10,0,200,38,134,203,112,7,10,0,205,166,237,58,170,64,7,0,207,38,32,178,168,3,9,0,207,38,32,178,73,7,9,0,207,166,199,173,188,122,11,0,210,38,180,47,109,216,9,0,210,38,180,47,99,217,9,0,212,166,56,100,77,94,9,0,212,166,56,100,93,95,9,0,213,166,15,249,204,195,10,0,214,38,212,16,57,25,7,0,215,38,139,171,77,94,9,0,215,38,139,171,93,95,9,0,215,166,237,201,238,186,11,0,218,166,31,178,109,216,9,0,218,166,31,178,99,217,9,0,219,38,82,110,92,15,9,0,219,38,82,110,130,20,9,0,221,38,208,2,52,177,6,0,222,38,12,73,117,59,9,0,222,38,12,73,221,59,9,0,223,166,223,53,81,179,7,0,223,166,223,53,34,26,9,0,224,166,234,216,76,6,6,0,225,166,41,213,255,110,10,0,226,38,151,137,141,243,11,0,228,166,229,241,238,66,9,0,228,166,229,241,8,69,9,0,228,166,164,40,181,152,11,0,229,166,238,98,130,86,7,0,229,38,55,152,232,121,7,0,230,38,63,140,184,92,9,0,230,38,63,140,53,93,9,0,233,166,113,31,2,96,6,0,234,166,239,139,183,233,5,0,235,166,173,247,42,72,9,0,235,166,173,247,233,72,9,0,235,166,173,247,162,73,9,0,236,166,184,148,174,115,9,0,236,166,184,148,211,115,9,0,237,166,71,202,68,165,7,0,240,166,60,182,254,203,7,0,240,166,166,98,174,129,11,0,241,38,202,179,89,103,7,0,241,166,29,207,125,60,9,0,241,166,152,36,213,24,11,0,241,166,152,36,233,24,11,0,243,166,185,24,59,41,7,0,244,38,13,190,144,137,7,0,244,166,10,243,238,66,9,0,244,166,10,243,8,69,9,0,249,166,67,193,175,58,8,0,250,38,101,253,84,134,8,0,250,166,33,7,127,134,11,0,252,38,194,129,59,115,11,0,254,38,149,164,223,20,7,0,254,38,108,89,12,37,9,0,254,38,108,89,124,37,9,0,255,38,253,42,42,72,9,0,255,38,253,42,233,72,9,0,255,38,253,42,162,73,9,0,0,167,40,117,37,63,7,0,0,167,30,144,54,49,11,0,4,167,149,27,232,121,7,0,4,167,149,27,207,167,8,0,7,167,156,133,41,132,6,0,7,167,253,98,86,119,7,0,7,39,120,221,135,147,10,0,7,39,120,221,56,148,10,0,8,39,220,24,68,165,7,0,9,39,107,105,68,155,11,0,10,167,26,150,5,143,7,0,10,39,45,154,55,228,8,0,10,39,45,154,39,237,8,0,10,39,45,154,32,246,8,0,11,167,201,107,17,181,6,0,11,167,201,107,215,207,6,0,11,39,174,189,92,15,9,0,11,39,174,189,130,20,9,0,11,167,122,198,235,135,10,0,11,167,122,198,152,136,10,0,12,39,41,152,92,145,8,0,12,39,41,152,234,145,8,0,12,39,41,152,109,146,8,0,13,39,103,217,228,90,7,0,13,167,165,91,86,119,7,0,13,39,32,106,149,171,11,0,14,167,101,162,170,79,7,0,14,167,126,185,129,46,9,0,14,167,126,185,184,46,9,0,14,167,101,162,90,227,11,0,15,39,31,105,202,219,5,0,19,167,27,233,42,117,9,0,19,167,27,233,178,117,9,0,19,39,143,135,207,89,11,0,19,167,101,225,92,196,11,0,21,167,144,201,128,149,6,0,22,167,32,136,255,110,10,0,28,167,132,19,120,22,7,0,29,39,98,204,47,14,7,0,29,39,118,200,71,115,7,0,32,167,107,80,138,85,9,0,32,167,107,80,93,87,9,0,34,39,45,29,115,64,8,0,38,167,132,135,153,96,9,0,38,167,132,135,185,96,9,0,38,167,132,135,215,96,9,0,38,167,26,118,82,20,11,0,39,39,93,17,199,235,7,0,39,167,98,4,84,134,8,0,40,167,233,207,26,218,7,0,40,167,233,207,79,218,7,0,42,39,232,255,210,223,10,0,42,167,22,236,211,231,11,0,44,167,51,51,69,110,7,0,45,167,203,125,94,137,7,0,45,39,226,122,218,159,10,0,45,39,226,122,111,162,10,0,51,167,93,45,106,207,11,0,54,39,21,169,116,66,7,0,56,167,68,64,156,218,5,0,56,39,214,180,94,175,7,0,57,167,217,126,5,143,7,0,59,167,159,148,150,164,7,0,59,167,244,229,94,175,7,0,60,167,56,49,80,189,11,0,61,39,172,249,155,9,8,0,62,39,166,117,59,41,7,0,62,39,56,85,184,92,9,0,62,39,56,85,53,93,9,0,63,167,67,2,59,121,10,0,63,167,67,2,97,121,10,0,64,167,112,11,167,61,7,0,64,167,155,71,65,106,7,0,66,167,12,178,145,88,7,0,68,167,75,142,185,2,7,0,68,167,102,139,210,112,7,0,70,39,133,29,76,22,7,0,71,167,214,229,32,25,8,0,73,39,162,165,39,213,7,0,76,167,153,206,92,15,9,0,76,167,153,206,130,20,9,0,77,39,209,68,115,198,11,0,80,167,115,84,67,63,6,0,86,39,3,134,86,119,7,0,87,167,144,45,170,79,7,0,88,39,41,86,224,102,7,0,88,167,16,151,232,121,7,0,89,167,107,17,144,14,6,0,89,167,107,17,51,190,6,0,89,39,237,39,232,121,7,0,91,39,64,51,228,183,11,0,92,167,213,91,144,14,6,0,92,167,93,224,62,178,11,0,95,167,189,35,71,27,7,0,96,167,63,166,59,41,7,0,96,167,75,221,197,48,7,0,97,39,175,3,123,220,8,0,97,39,175,3,36,166,9,0,97,39,175,3,133,166,9,0,97,39,175,3,235,166,9,0,97,39,175,3,74,167,9,0,97,39,175,3,178,167,9,0,100,167,41,37,255,32,7,0,100,167,214,122,183,116,7,0,101,167,107,69,118,164,6,0,101,167,148,155,255,110,10,0,103,39,70,225,199,172,10,0,103,39,70,225,74,173,10,0,104,167,200,194,120,202,8,0,105,39,10,247,77,61,9,0,105,39,10,247,55,62,9,0,105,39,187,90,61,239,10,0,108,167,32,224,125,73,7,0,109,39,21,33,66,16,6,0,110,167,13,109,200,176,9,0,110,167,13,109,6,177,9,0,110,167,13,109,87,177,9,0,115,167,39,159,208,130,6,0,120,167,16,76,168,107,9,0,120,167,16,76,255,107,9,0,120,167,16,76,63,108,9,0,120,167,16,76,133,108,9,0,120,167,16,76,190,108,9,0,120,167,16,76,251,108,9,0,120,167,16,76,193,109,9,0,120,167,16,76,240,109,9,0,120,167,16,76,29,110,9,0,120,167,16,76,71,110,9,0,120,39,60,17,52,211,9,0,120,39,60,17,100,211,9,0,122,39,198,214,47,14,7,0,123,167,231,105,235,111,7,0,130,39,187,34,109,216,9,0,130,39,187,34,99,217,9,0,134,167,231,181,4,58,7,0,134,167,37,30,139,83,7,0,134,39,58,141,133,47,9,0,134,39,58,141,46,48,9,0,136,167,250,126,48,33,6,0,136,39,146,217,235,99,7,0,136,39,242,38,83,129,11,0,138,167,86,213,124,199,7,0,138,39,83,128,24,191,8,0,139,39,174,94,170,79,7,0,143,39,170,211,108,19,7,0,143,39,136,67,102,237,9,0,143,39,136,67,115,238,9,0,145,167,126,33,59,41,7,0,146,39,28,127,168,3,9,0,146,39,28,127,73,7,9,0,148,167,193,165,146,232,5,0,148,39,94,94,110,194,7,0,152,39,111,52,251,105,7,0,154,39,148,190,144,137,7,0,154,39,148,190,81,179,7,0,158,39,1,97,109,200,7,0,160,39,54,81,59,85,10,0,160,39,54,81,94,85,10,0,160,39,223,3,64,88,10,0,160,167,121,182,102,224,10,0,162,39,78,108,106,102,6,0,163,167,140,1,179,128,6,0,165,167,35,129,68,165,7,0,165,39,102,100,218,159,10,0,165,39,102,100,111,162,10,0,166,167,160,196,213,31,9,0,166,167,160,196,198,32,9,0,167,39,16,51,213,31,9,0,167,39,16,51,198,32,9,0,172,39,93,53,51,190,6,0,176,167,155,2,19,142,9,0,176,167,155,2,63,142,9,0,179,39,16,61,166,61,11,0,182,39,18,156,81,179,7,0,182,39,18,156,110,153,8,0,185,39,76,123,68,165,7,0,186,39,45,79,158,128,7,0,186,167,33,18,30,131,7,0,187,39,74,72,197,48,7,0,187,167,153,97,129,195,10,0,188,39,175,138,243,16,8,0,188,39,175,138,33,17,8,0,188,39,175,138,83,17,8,0,193,39,74,0,82,145,10,0,193,39,74,0,104,145,10,0,198,39,165,125,5,44,10,0,198,39,165,125,30,44,10,0,199,39,26,202,238,66,9,0,199,39,26,202,8,69,9,0,200,167,205,143,182,94,7,0,200,39,34,41,113,211,10,0,203,39,246,151,231,206,9,0,204,39,27,46,162,158,8,0,206,39,177,149,144,137,7,0,208,167,180,148,74,162,8,0,208,167,27,171,55,228,8,0,208,167,27,171,39,237,8,0,208,167,27,171,32,246,8,0,209,39,173,191,226,33,7,0,211,39,127,166,108,32,7,0,211,39,248,109,183,116,7,0,211,39,40,248,6,159,11,0,212,167,167,231,166,36,7,0,215,39,207,233,255,110,10,0,217,167,28,229,125,18,7,0,217,167,62,193,144,137,7,0,220,167,71,213,192,207,10,0,221,39,225,136,221,26,9,0,221,39,225,136,51,27,9,0,223,39,220,190,192,71,7,0,225,39,184,255,130,93,7,0,225,39,161,29,55,228,8,0,225,39,161,29,39,237,8,0,225,39,161,29,32,246,8,0,228,167,173,145,246,117,8,0,228,167,173,145,90,118,8,0,228,39,0,239,12,204,9,0,228,39,0,239,36,204,9,0,229,39,43,52,254,227,11,0,230,39,33,100,59,41,7,0,231,167,157,112,75,107,7,0,232,39,70,166,75,107,7,0,233,39,63,142,10,99,9,0,233,39,63,142,226,99,9,0,237,167,148,128,55,228,8,0,237,167,148,128,39,237,8,0,237,167,148,128,32,246,8,0,238,39,62,102,142,207,8,0,240,39,101,45,247,228,10,0,241,167,128,182,211,48,8,0,242,39,139,10,138,128,6,0,242,39,139,204,154,254,11,0,245,39,238,170,24,140,6,0,245,39,238,170,115,196,9,0,245,39,238,170,152,196,9,0,246,39,133,240,134,34,6,0,248,167,38,213,15,163,6,0,249,167,225,81,35,125,10,0,249,167,225,81,58,125,10,0,249,167,225,81,83,125,10,0,250,39,225,137,5,143,7,0,252,167,200,31,102,237,9,0,252,167,200,31,115,238,9,0,252,39,91,169,8,4,11,0,253,167,229,33,214,112,11,0,254,39,35,216,176,150,10,0,254,39,35,216,207,150,10,0,255,167,164,101,149,252,6,0,255,167,37,180,86,119,7,0,255,167,162,44,124,199,7,0,255,167,61,33,127,27,8,0,1,168,242,195,21,230,9,0,1,168,242,195,73,230,9,0,1,40,55,3,188,172,11,0,4,168,106,173,37,46,10,0,4,168,106,173,103,47,10,0,4,168,106,173,172,48,10,0,10,168,201,189,5,212,6,0,10,168,50,240,23,39,7,0,11,40,54,12,89,10,6,0,15,168,179,220,6,61,7,0,19,168,188,98,75,247,6,0,25,40,111,178,92,15,9,0,25,40,111,178,130,20,9,0,25,168,229,186,156,130,9,0,26,168,205,93,79,68,7,0,27,168,132,182,54,69,7,0,28,40,24,244,139,83,7,0,29,168,131,9,191,213,11,0,29,168,131,9,44,217,11,0,31,168,20,154,23,39,7,0,31,168,24,64,209,3,10,0,31,168,24,64,245,3,10,0,31,168,24,64,37,4,10,0,32,40,174,30,83,0,6,0,35,168,202,62,157,51,10,0,35,168,202,62,1,52,10,0,35,168,202,62,98,52,10,0,36,40,43,70,144,137,7,0,38,168,184,45,56,230,5,0,38,40,10,58,51,250,10,0,39,168,73,153,32,128,10,0,39,168,73,153,53,128,10,0,39,168,62,49,113,29,11,0,44,40,144,180,183,116,7,0,45,40,172,111,185,11,9,0,45,40,172,111,185,11,9,0,45,40,172,111,89,12,9,0,45,40,172,111,89,12,9,0,45,40,172,111,254,12,9,0,45,40,172,111,254,12,9,0,45,40,128,76,255,110,10,0,46,168,232,208,59,41,7,0,47,40,191,143,132,76,8,0,48,40,5,78,110,8,6,0,48,168,20,202,122,19,8,0,51,168,183,22,114,88,7,0,52,40,164,93,44,19,6,0,56,168,134,216,114,251,9,0,56,168,134,216,141,251,9,0,61,168,222,60,224,18,7,0,61,40,226,220,31,153,9,0,61,40,226,220,214,153,9,0,62,168,194,209,202,199,6,0,64,168,229,212,129,208,11,0,65,40,158,172,139,83,7,0,66,40,20,236,167,125,6,0,66,168,237,96,197,48,7,0,66,40,169,203,108,215,7,0,67,168,183,87,133,235,11,0,70,40,81,150,243,137,10,0,70,40,81,150,63,138,10,0,70,40,81,150,140,138,10,0,71,40,148,16,51,109,7,0,71,168,0,251,33,231,7,0,71,168,100,214,118,61,11,0,72,40,81,190,145,88,7,0,72,168,32,134,86,119,7,0,73,168,136,186,249,45,9,0,73,168,136,186,33,46,9,0,73,168,246,117,175,140,10,0,76,168,42,189,251,84,7,0,85,40,120,136,116,66,7,0,85,168,72,222,86,119,7,0,86,168,79,66,13,119,11,0,91,168,95,219,162,36,11,0,93,168,67,152,135,126,6,0,94,40,1,217,144,137,7,0,94,40,12,99,92,15,9,0,94,40,12,99,130,20,9,0,94,40,1,217,74,212,9,0,94,40,1,217,104,212,9,0,94,40,1,217,135,212,9,0,94,40,1,217,172,212,9,0,94,40,1,217,209,212,9,0,94,168,114,94,146,78,10,0,94,40,1,217,131,130,11,0,94,40,1,217,14,132,11,0,94,40,1,217,40,132,11,0,94,40,1,217,28,141,11,0,98,168,133,224,59,41,7,0,98,168,235,235,246,185,9,0,98,168,235,235,45,186,9,0,98,168,235,235,112,186,9,0,99,40,195,103,146,186,6,0,99,40,195,103,3,163,7,0,99,40,195,103,43,163,7,0,99,40,195,103,241,163,7,0,104,40,107,159,199,113,6,0,105,168,12,220,37,133,11,0,107,168,35,129,238,76,6,0,108,168,249,96,113,49,9,0,108,168,249,96,44,51,9,0,111,40,5,80,238,66,9,0,111,40,5,80,8,69,9,0,111,40,201,143,32,181,11,0,116,40,60,120,58,10,6,0,116,168,138,120,220,132,6,0,116,168,149,13,197,190,6,0,116,168,149,13,218,190,6,0,116,168,129,186,59,41,7,0,116,40,38,118,89,202,7,0,116,40,38,118,207,202,7,0,118,40,239,123,124,6,7,0,118,168,172,59,144,137,7,0,123,40,152,235,203,81,9,0,123,40,152,235,169,82,9,0,124,40,39,252,207,167,8,0,126,40,192,148,175,140,10,0,127,40,144,90,215,194,8,0,128,168,60,188,13,89,7,0,129,40,121,44,28,50,11,0,130,40,195,3,235,99,7,0,130,40,220,6,143,98,8,0,131,168,15,151,34,37,6,0,131,168,209,74,181,58,7,0,131,40,130,33,168,3,9,0,131,40,130,33,73,7,9,0,133,40,188,41,168,3,9,0,133,40,188,41,73,7,9,0,134,168,242,251,120,23,6,0,136,40,22,198,1,193,6,0,136,40,89,180,45,218,11,0,137,40,247,220,197,48,7,0,137,168,219,151,56,92,7,0,137,40,201,221,118,112,7,0,137,168,194,45,113,49,9,0,137,168,194,45,44,51,9,0,137,40,119,49,113,193,11,0,137,40,119,49,14,203,11,0,141,168,99,180,218,159,10,0,141,168,99,180,111,162,10,0,143,40,59,149,2,152,10,0,143,40,59,149,36,152,10,0,143,40,59,149,93,152,10,0,145,40,166,230,177,27,9,0,145,40,166,230,254,28,9,0,145,40,166,230,77,30,9,0,156,40,236,187,197,48,7,0,156,168,24,179,232,121,7,0,156,40,141,220,37,46,10,0,156,40,141,220,103,47,10,0,156,40,141,220,172,48,10,0,161,40,152,93,95,62,7,0,162,40,0,112,81,179,7,0,162,40,0,112,25,144,8,0,162,40,0,112,141,144,8,0,162,40,0,112,247,144,8,0,162,40,0,112,18,104,10,0,163,40,180,148,199,75,6,0,166,40,185,148,19,104,11,0,167,40,100,61,196,191,10,0,168,40,41,13,255,110,10,0,169,40,241,8,79,68,7,0,173,168,13,44,156,176,7,0,175,168,35,129,81,179,7,0,175,168,35,129,23,189,7,0,175,168,35,129,50,189,7,0,177,168,133,1,218,5,6,0,177,168,108,167,128,20,7,0,177,40,95,34,69,110,7,0,179,40,160,20,68,165,7,0,179,168,99,46,132,46,8,0,181,40,187,148,33,127,6,0,182,40,1,220,172,89,8,0,185,40,166,188,218,215,6,0,188,40,185,148,14,88,6,0,188,40,107,90,197,48,7,0,190,40,16,27,92,15,9,0,190,40,16,27,130,20,9,0,192,40,158,18,128,103,7,0,192,40,57,34,190,240,10,0,196,40,3,70,230,33,9,0,196,40,3,70,32,34,9,0,199,168,21,111,211,152,8,0,200,40,148,71,86,119,7,0,205,168,150,42,202,50,8,0,206,40,13,237,53,2,6,0,206,40,202,59,24,53,9,0,206,40,202,59,252,53,9,0,206,40,202,59,216,54,9,0,209,168,117,112,55,228,8,0,209,168,117,112,39,237,8,0,209,168,117,112,32,246,8,0,209,168,195,202,24,53,9,0,209,168,195,202,252,53,9,0,209,168,195,202,216,54,9,0,210,40,31,124,108,215,7,0,210,40,3,128,42,154,11,0,213,40,26,233,81,179,7,0,213,40,26,233,34,26,9,0,213,40,231,242,218,159,10,0,213,40,231,242,111,162,10,0,214,168,144,247,17,69,11,0,215,168,112,4,152,77,6,0,215,40,150,228,119,97,7,0,215,40,150,44,59,177,8,0,215,40,125,27,246,37,10,0,215,40,125,27,13,38,10,0,215,40,125,27,34,38,10,0,219,40,53,51,169,195,11,0,219,40,53,51,187,203,11,0,223,40,128,254,119,97,7,0,225,168,148,65,81,179,7,0,225,168,148,65,17,75,10,0,226,40,180,8,77,61,9,0,226,40,180,8,55,62,9,0,227,168,209,6,109,200,7,0,231,40,19,229,107,114,7,0,232,40,100,210,59,115,11,0,233,40,15,161,223,20,7,0,233,168,227,110,59,41,7,0,234,168,176,89,228,208,6,0,236,40,143,142,218,4,7,0,240,168,105,57,183,116,7,0,240,40,42,94,229,27,10,0,240,40,42,94,114,28,10,0,241,168,106,152,109,134,9,0,241,168,106,152,163,134,9,0,245,168,82,198,63,4,6,0,245,168,12,156,110,79,9,0,245,168,12,156,186,79,9,0,247,168,197,146,235,99,7,0,247,40,251,220,236,193,9,0,247,40,251,220,13,194,9,0,248,168,255,94,231,93,8,0,248,168,255,94,55,228,8,0,248,168,255,94,39,237,8,0,249,40,187,136,162,56,6,0,252,168,95,107,69,179,9,0,252,168,95,107,69,179,9,0,252,168,95,107,155,179,9,0,252,168,95,107,155,179,9,0,252,168,95,107,43,180,9,0,252,168,95,107,43,180,9,0,253,40,32,240,45,9,7,0,254,40,151,212,185,90,7,0,254,168,208,106,133,64,11,0,254,168,208,106,60,67,11,0,2,41,238,89,158,128,7,0,3,169,207,202,172,12,7,0,3,169,162,187,255,110,10,0,6,41,53,166,68,165,7,0,9,41,55,230,59,41,7,0,10,41,51,234,178,195,7,0,10,41,51,234,185,11,9,0,10,41,51,234,89,12,9,0,10,41,51,234,254,12,9,0,12,169,194,109,150,219,9,0,12,169,194,109,176,219,9,0,13,41,16,69,29,233,6,0,14,41,33,149,228,73,6,0,16,41,225,4,92,145,8,0,16,41,225,4,234,145,8,0,16,41,225,4,109,146,8,0,16,41,222,4,88,215,10,0,18,41,109,248,3,130,7,0,18,41,109,248,102,130,7,0,19,169,235,170,116,57,6,0,19,169,106,228,68,165,7,0,19,169,70,198,229,27,10,0,19,169,70,198,114,28,10,0,20,169,251,88,144,137,7,0,21,41,19,86,125,73,7,0,21,41,19,86,120,75,7,0,23,169,76,144,55,154,10,0,23,169,76,144,144,154,10,0,24,41,247,6,113,49,9,0,24,41,247,6,44,51,9,0,29,41,105,121,48,117,11,0,34,169,160,114,213,31,9,0,34,169,160,114,198,32,9,0,34,169,24,180,73,192,9,0,34,169,24,180,111,192,9,0,34,169,24,180,181,192,9,0,34,169,254,166,5,95,11,0,35,169,169,213,100,222,8,0,35,169,169,213,176,222,8,0,35,41,27,152,172,35,9,0,35,41,27,152,194,35,9,0,35,41,27,152,227,35,9,0,37,41,172,227,144,137,7,0,39,41,156,80,55,85,6,0,41,41,136,3,0,89,10,0,41,41,136,3,96,89,10,0,41,41,136,3,189,89,10,0,45,169,227,50,250,93,7,0,46,169,190,117,226,155,11,0,58,169,157,38,59,41,7,0,60,169,83,192,59,41,7,0,63,169,107,209,39,214,11,0,64,169,35,224,94,175,7,0,64,41,189,108,132,255,10,0,70,169,212,23,255,110,10,0,71,41,187,148,125,73,7,0,71,41,187,148,120,75,7,0,73,41,137,232,249,45,9,0,73,41,137,232,33,46,9,0,74,41,144,126,168,3,9,0,74,41,144,126,73,7,9,0,79,41,8,157,156,176,7,0,79,41,236,96,175,140,10,0,82,41,221,14,26,161,8,0,82,41,221,14,68,161,8,0,85,41,239,174,144,137,7,0,85,41,188,148,112,204,9,0,85,41,188,148,152,204,9,0,88,41,137,203,132,83,11,0,89,41,79,7,211,12,6,0,89,169,63,35,182,137,6,0,89,169,79,125,49,168,6,0,90,41,226,101,197,48,7,0,90,41,132,172,125,73,7,0,90,41,132,172,120,75,7,0,91,169,205,63,91,73,8,0,91,169,205,63,141,73,8,0,91,169,205,63,186,73,8,0,91,169,205,63,227,73,8,0,92,169,29,155,144,137,7,0,93,169,218,151,59,70,7,0,93,169,249,197,40,63,9,0,93,169,249,197,226,63,9,0,93,169,249,197,144,64,9,0,94,169,13,157,22,38,7,0,97,169,162,107,191,34,8,0,97,169,162,107,234,34,8,0,97,169,162,107,26,35,8,0,97,169,162,107,73,35,8,0,99,169,224,200,159,29,11,0,104,169,94,140,31,5,7,0,106,169,11,6,147,72,11,0,106,169,11,6,121,73,11,0,107,41,127,72,170,111,7,0,109,169,163,215,135,218,9,0,109,169,163,215,242,218,9,0,113,169,86,190,229,27,10,0,113,169,86,190,114,28,10,0,114,169,35,157,61,180,6,0,114,169,223,104,116,66,7,0,114,41,243,51,11,161,11,0,115,169,184,207,55,228,8,0,115,169,184,207,39,237,8,0,115,169,184,207,32,246,8,0,115,169,131,220,30,238,11,0,117,169,93,110,29,89,6,0,119,169,132,89,39,103,11,0,123,41,82,1,138,85,9,0,123,41,82,1,93,87,9,0,123,41,85,106,10,166,11,0,132,169,194,222,64,22,11,0,134,41,175,120,200,176,9,0,134,41,175,120,6,177,9,0,134,41,175,120,87,177,9,0,136,169,51,155,218,96,6,0,136,169,104,233,134,34,11,0,137,41,13,35,59,41,7,0,137,169,227,234,5,143,7,0,138,169,171,24,88,153,11,0,147,41,123,45,68,165,7,0,147,41,121,242,68,165,7,0,147,169,92,35,55,228,8,0,147,169,92,35,39,237,8,0,147,169,92,35,32,246,8,0,147,41,33,116,90,28,11,0,148,169,148,93,121,138,6,0,149,169,225,81,56,30,7,0,153,169,108,187,255,110,10,0,153,169,117,132,69,41,11,0,154,169,115,7,86,207,8,0,162,41,34,45,22,38,7,0,162,169,138,111,59,41,7,0,163,41,69,175,89,207,10,0,164,169,196,30,145,88,7,0,167,41,14,81,212,226,11,0,169,41,230,197,77,61,9,0,169,41,230,197,55,62,9,0,173,41,207,40,95,62,7,0,174,169,45,1,238,100,9,0,174,169,45,1,126,101,9,0,176,169,253,168,5,143,7,0,177,41,118,45,1,87,7,0,178,169,210,202,182,94,7,0,178,169,16,98,133,47,9,0,178,169,16,98,46,48,9,0,178,41,215,203,126,67,11,0,179,169,203,125,55,228,8,0,179,169,203,125,39,237,8,0,179,169,203,125,32,246,8,0,179,41,9,60,213,139,11,0,179,41,9,60,5,140,11,0,180,41,47,175,68,165,7,0,182,169,214,223,151,33,10,0,182,169,214,223,166,33,10,0,184,169,157,38,126,123,6,0,184,41,81,190,197,48,7,0,184,169,197,170,232,121,7,0,184,169,157,38,137,178,7,0,184,41,161,24,92,15,9,0,184,41,161,24,130,20,9,0,189,169,160,179,94,128,9,0,189,169,160,179,125,128,9,0,189,169,160,179,156,128,9,0,191,169,157,38,57,10,7,0,191,41,131,198,113,93,11,0,191,41,131,198,242,93,11,0,194,169,157,38,99,221,5,0,194,41,65,90,142,65,7,0,194,169,151,48,207,167,8,0,194,169,151,48,99,169,8,0,194,169,151,48,207,169,8,0,195,169,225,20,236,23,7,0,195,169,225,20,112,24,7,0,198,41,156,9,92,15,9,0,198,41,156,9,130,20,9,0,199,169,84,27,18,121,8,0,199,169,126,248,248,213,10,0,202,41,124,141,196,187,6,0,202,41,124,141,76,221,6,0,202,41,185,250,214,10,7,0,202,169,72,86,68,165,7,0,202,41,185,250,64,172,8,0,202,41,185,250,122,172,8,0,202,41,185,250,178,172,8,0,202,41,17,99,101,243,11,0,203,41,96,111,182,217,7,0,203,169,12,5,55,228,8,0,203,169,12,5,39,237,8,0,203,169,12,5,32,246,8,0,205,169,126,40,211,218,7,0,205,41,14,134,42,36,9,0,205,41,14,134,135,36,9,0,205,41,46,211,56,122,11,0,206,169,112,16,202,50,8,0,207,41,148,210,69,110,7,0,207,169,99,214,219,223,11,0,209,41,49,240,35,55,6,0,209,41,75,249,51,109,7,0,211,41,26,125,187,103,6,0,211,41,232,238,35,127,7,0,211,41,190,183,192,130,10,0,211,41,190,183,42,131,10,0,212,41,58,115,81,179,7,0,212,41,177,22,135,47,8,0,213,169,222,28,59,41,7,0,214,169,121,213,6,187,11,0,215,169,142,214,133,47,9,0,215,169,142,214,46,48,9,0,216,41,27,220,46,164,11,0,217,169,105,128,51,109,7,0,220,41,231,149,180,211,9,0,220,41,231,149,226,211,9,0,222,169,80,15,184,219,10,0,225,41,215,171,144,6,6,0,226,169,220,255,109,216,9,0,226,169,220,255,99,217,9,0,231,41,209,121,239,119,6,0,231,169,118,215,71,115,7,0,231,169,248,238,55,228,8,0,231,169,248,238,39,237,8,0,231,169,248,238,32,246,8,0,232,41,158,200,86,119,7,0,234,169,214,70,62,171,6,0,234,169,77,2,59,41,7,0,235,169,100,210,106,233,5,0,235,169,135,142,77,61,9,0,235,169,135,142,55,62,9,0,236,169,201,49,125,73,7,0,236,169,201,49,120,75,7,0,237,41,54,52,255,110,10,0,239,41,93,94,198,130,7,0,241,169,202,117,203,81,9,0,241,169,202,117,169,82,9,0,242,41,61,120,118,1,9,0,242,41,61,120,6,2,9,0,243,169,80,11,39,170,9,0,243,169,80,11,65,170,9,0,243,169,80,11,98,170,9,0,245,169,102,224,62,94,8,0,245,169,102,224,106,94,8,0,245,169,102,224,150,94,8,0,246,41,131,182,54,69,7,0,246,41,110,230,55,228,8,0,246,41,110,230,39,237,8,0,246,41,110,230,32,246,8,0,247,169,58,253,228,90,7,0,247,41,5,165,8,217,7,0,248,169,98,20,8,94,6,0,249,41,161,45,218,159,10,0,249,41,161,45,111,162,10,0,250,41,20,172,177,13,7,0,250,169,65,117,68,165,7,0,252,41,241,36,197,48,7,0,253,41,84,92,89,128,10,0,253,41,84,92,128,128,10,0,254,41,124,77,186,104,7,0,254,169,249,187,209,197,9,0,254,169,249,187,233,197,9,0,0,170,84,108,89,202,7,0,0,170,84,108,207,202,7,0,1,42,130,157,182,94,7,0,2,170,233,69,30,131,7,0,5,42,219,239,251,84,7,0,5,170,250,78,82,5,10,0,5,170,250,78,105,5,10,0,5,170,225,77,149,91,10,0,5,170,225,77,231,91,10,0,7,170,34,143,183,116,7,0,10,170,164,151,156,176,7,0,10,42,81,190,46,124,11,0,14,170,7,55,186,51,6,0,18,42,17,160,117,59,9,0,18,42,17,160,221,59,9,0,21,42,84,176,228,18,6,0,22,170,31,11,81,179,7,0,22,170,31,11,18,192,7,0,22,170,31,11,68,192,7,0,24,170,8,125,79,2,10,0,24,170,8,125,116,2,10,0,25,42,51,181,67,5,6,0,25,170,225,154,218,61,6,0,25,170,225,154,67,81,6,0,25,42,112,37,105,177,6,0,28,42,178,54,59,41,7,0,29,42,15,52,13,156,11,0,30,42,193,155,31,153,9,0,30,42,193,155,214,153,9,0,33,42,7,107,224,202,11,0,35,42,36,177,135,218,9,0,35,42,36,177,242,218,9,0,39,170,87,158,144,137,7,0,42,42,99,224,79,68,7,0,44,42,108,61,55,228,8,0,44,42,108,61,39,237,8,0,44,42,108,61,32,246,8,0,46,170,198,84,201,24,6,0,46,170,198,84,35,156,7,0,46,170,123,101,221,146,10,0,47,42,185,44,59,161,9,0,47,42,185,44,84,161,9,0,49,170,220,106,228,75,9,0,49,170,220,106,142,76,9,0,56,42,64,239,202,56,7,0,56,42,64,239,170,79,7,0,59,170,196,77,152,51,6,0,59,170,213,187,130,86,7,0,60,170,157,38,254,1,6,0,60,170,131,19,86,62,11,0,60,170,131,19,127,62,11,0,61,42,10,84,135,101,8,0,62,42,113,182,125,221,8,0,63,42,139,201,131,40,10,0,63,42,139,201,90,41,10,0,67,42,29,180,197,48,7,0,71,170,1,66,152,30,7,0,71,42,176,138,31,153,9,0,71,42,176,138,214,153,9,0,72,170,17,190,200,102,6,0,72,42,55,13,189,169,6,0,72,170,131,150,59,41,7,0,73,42,254,67,163,149,9,0,73,42,254,67,246,149,9,0,74,170,182,7,86,119,7,0,76,42,65,229,96,140,8,0,77,42,207,36,163,159,7,0,81,170,145,2,250,13,10,0,81,170,145,2,121,14,10,0,81,170,145,2,5,15,10,0,82,42,89,211,37,46,10,0,82,42,89,211,103,47,10,0,82,42,89,211,172,48,10,0,82,170,157,48,85,176,11,0,85,42,184,81,51,109,7,0,88,170,23,151,98,174,8,0,88,170,13,205,168,248,10,0,89,42,0,170,81,179,7,0,89,42,0,170,189,193,7,0,92,170,229,212,220,207,11,0,93,42,96,23,197,48,7,0,93,42,31,161,235,99,7,0,93,42,96,23,81,179,7,0,93,42,96,23,149,187,7,0,94,42,178,111,30,172,6,0,95,170,250,64,203,81,9,0,95,170,250,64,169,82,9,0,96,42,65,53,55,228,8,0,96,42,65,53,39,237,8,0,96,42,65,53,32,246,8,0,97,170,4,192,183,68,7,0,98,42,128,76,187,182,6,0,98,170,157,38,125,73,7,0,100,170,157,38,109,147,6,0,100,42,39,52,81,179,7,0,108,170,164,133,197,48,7,0,108,42,177,105,207,211,10,0,111,170,158,182,253,21,8,0,111,170,158,182,52,22,8,0,111,170,158,182,107,22,8,0,111,170,126,215,12,37,9,0,111,170,126,215,124,37,9,0,111,42,43,87,238,66,9,0,111,42,43,87,8,69,9,0,113,170,246,197,68,165,7,0,113,170,246,197,214,227,8,0,114,170,80,36,156,176,7,0,114,170,80,36,94,159,9,0,115,170,227,234,188,244,9,0,115,170,227,234,219,244,9,0,116,170,47,161,248,149,6,0,118,170,141,84,109,216,9,0,118,170,141,84,99,217,9,0,120,170,14,118,74,61,7,0,120,170,233,188,183,116,7,0,121,42,190,26,183,116,7,0,124,42,87,198,37,123,6,0,126,42,113,150,120,111,8,0,126,42,240,16,251,10,11,0,126,170,130,131,135,79,11,0,127,170,182,159,57,126,6,0,130,42,113,5,55,228,8,0,130,42,113,5,39,237,8,0,130,42,113,5,32,246,8,0,131,42,195,47,250,218,6,0,131,42,197,157,99,70,7,0,134,170,254,166,177,27,9,0,134,170,254,166,254,28,9,0,134,170,254,166,77,30,9,0,135,170,207,235,148,163,11,0,136,170,230,10,151,119,9,0,136,170,230,10,246,119,9,0,137,170,191,225,10,77,7,0,137,170,40,173,81,179,7,0,137,170,40,173,110,153,8,0,138,170,102,255,86,119,7,0,139,170,202,169,59,70,7,0,139,42,32,113,88,99,7,0,139,170,2,3,218,159,10,0,139,170,2,3,111,162,10,0,145,170,164,7,92,145,8,0,145,170,164,7,234,145,8,0,145,170,164,7,109,146,8,0,145,170,224,166,210,13,9,0,145,170,224,166,132,14,9,0,145,42,190,93,176,218,11,0,146,170,78,85,119,8,7,0,147,42,170,55,173,178,8,0,150,170,72,178,228,90,7,0,151,42,178,142,255,110,10,0,152,42,91,143,231,206,9,0,154,170,143,138,45,105,7,0,156,170,39,48,70,183,6,0,158,170,68,91,11,236,5,0,161,42,102,227,55,228,8,0,161,42,102,227,39,237,8,0,161,42,102,227,32,246,8,0,161,170,50,255,133,0,11,0,162,170,183,188,170,79,7,0,162,42,64,104,5,143,7,0,165,170,129,169,137,214,6,0,170,42,155,17,255,32,7,0,175,170,6,33,242,141,11,0,176,42,184,124,31,24,8,0,178,42,241,53,249,230,6,0,178,42,211,227,2,215,10,0,178,42,182,102,4,195,11,0,180,42,29,237,255,110,10,0,182,170,193,99,55,228,8,0,182,170,193,99,39,237,8,0,182,170,193,99,32,246,8,0,182,170,201,49,247,218,11,0,184,170,214,40,241,130,6,0,189,42,92,100,138,92,6,0,189,170,218,87,179,0,12,0,195,170,212,236,170,79,7,0,195,170,212,236,70,157,10,0,195,170,212,236,146,157,10,0,196,42,185,166,55,228,8,0,196,42,185,166,39,237,8,0,196,42,185,166,32,246,8,0,199,42,183,132,55,228,8,0,199,42,183,132,39,237,8,0,199,42,183,132,32,246,8,0,202,42,55,247,203,250,5,0,202,42,55,247,188,99,8,0,202,170,84,112,252,105,11,0,206,42,98,154,54,193,10,0,208,170,96,61,3,249,7,0,212,42,90,62,59,115,11,0,214,42,26,43,204,60,11,0,218,170,170,38,118,1,9,0,218,170,170,38,6,2,9,0,219,42,25,118,6,65,11,0,219,42,25,118,72,65,11,0,219,42,25,118,134,65,11,0,219,170,130,169,215,179,11,0,220,42,7,40,233,118,10,0,220,42,7,40,125,119,10,0,220,42,7,40,21,120,10,0,221,42,146,111,197,48,7,0,226,42,91,110,40,203,10,0,227,170,14,28,96,228,10,0,228,42,187,202,228,224,5,0,228,42,187,202,118,111,11,0,229,42,180,255,58,189,6,0,230,42,192,52,242,19,7,0,232,42,58,56,155,255,5,0,232,42,58,56,188,255,5,0,232,42,58,56,197,48,7,0,232,42,100,120,255,110,10,0,242,42,225,10,187,87,7,0,243,42,53,149,144,242,5,0,243,42,75,9,81,179,7,0,243,42,75,9,34,26,9,0,244,170,95,42,197,48,7,0,244,170,125,140,5,143,7,0,246,170,53,127,194,207,6,0,248,170,218,215,207,127,8,0,249,170,227,234,168,125,8,0,249,42,237,216,174,230,10,0,250,170,53,149,161,141,8,0,250,170,162,1,207,167,8,0,250,170,90,59,58,119,11,0,251,42,138,9,253,78,6,0,255,170,227,234,255,110,10,0,3,171,128,209,74,124,10,0,3,171,128,209,96,124,10,0,3,171,128,209,121,124,10,0,5,43,220,216,5,143,7,0,7,171,2,230,181,58,7,0,10,171,43,226,135,47,8,0,10,43,81,172,123,179,10,0,10,43,81,172,197,179,10,0,10,43,81,172,12,180,10,0,10,43,81,172,90,180,10,0,10,43,81,172,167,180,10,0,10,43,81,172,244,180,10,0,10,43,81,172,65,181,10,0,12,43,121,46,68,165,7,0,13,43,27,59,109,65,6,0,13,43,36,249,68,165,7,0,14,43,243,216,113,49,9,0,14,43,243,216,44,51,9,0,15,43,189,127,53,245,5,0,16,43,164,116,166,252,11,0,17,171,43,42,6,227,6,0,18,43,54,204,144,137,7,0,20,171,215,136,170,79,7,0,20,171,30,76,232,121,7,0,23,43,36,176,138,194,11,0,27,171,247,249,250,93,7,0,27,43,145,101,5,143,7,0,27,43,12,116,20,44,9,0,27,43,12,116,94,44,9,0,27,43,41,48,111,72,11,0,30,43,194,167,210,112,7,0,30,171,7,141,29,119,7,0,30,171,7,141,86,119,7,0,32,171,119,82,5,143,7,0,35,43,42,242,75,107,7,0,35,171,64,64,238,66,9,0,35,171,64,64,8,69,9,0,37,43,199,150,158,128,7,0,38,43,87,88,156,130,9,0,41,171,35,189,206,44,8,0,46,171,193,148,220,143,6,0,48,171,212,68,91,121,9,0,48,171,212,68,171,122,9,0,48,171,212,68,253,123,9,0,48,171,212,68,84,125,9,0,49,43,221,96,46,139,6,0,50,43,63,107,68,165,7,0,51,43,247,84,11,250,5,0,52,171,183,180,118,154,7,0,52,171,183,180,63,155,7,0,52,43,164,171,81,179,7,0,52,43,79,246,89,202,7,0,52,43,79,246,207,202,7,0,52,43,164,171,4,169,10,0,52,43,164,171,33,169,10,0,55,43,205,2,216,16,6,0,55,43,104,109,109,216,9,0,55,43,104,109,99,217,9,0,56,43,190,36,228,90,7,0,56,43,254,168,42,71,8,0,59,43,2,225,26,97,6,0,59,43,108,205,125,73,7,0,59,43,108,205,120,75,7,0,60,171,203,6,217,225,9,0,60,171,203,6,242,225,9,0,60,171,203,6,19,226,9,0,61,43,185,73,125,143,6,0,61,171,237,56,107,35,7,0,61,43,185,73,68,165,7,0,61,171,164,133,207,167,8,0,65,171,110,22,59,41,7,0,65,171,128,254,246,117,8,0,65,171,128,254,90,118,8,0,67,171,24,120,209,3,10,0,67,171,24,120,245,3,10,0,67,171,24,120,37,4,10,0,71,171,32,32,92,15,9,0,71,171,32,32,130,20,9,0,71,43,227,97,238,100,9,0,71,43,227,97,126,101,9,0,75,43,140,187,229,27,10,0,75,43,140,187,114,28,10,0,76,171,67,71,64,88,10,0,79,43,205,188,86,119,7,0,80,171,75,108,155,89,7,0,81,43,160,203,25,177,6,0,81,171,225,227,161,166,10,0,81,171,225,227,238,166,10,0,83,43,155,10,223,20,7,0,85,171,99,216,233,118,10,0,85,171,99,216,125,119,10,0,85,171,99,216,21,120,10,0,86,43,130,114,86,119,7,0,86,43,40,31,144,137,7,0,89,171,166,58,231,206,9,0,91,171,236,3,14,23,6,0,92,43,145,128,132,165,6,0,93,43,81,207,182,22,11,0,95,43,147,143,91,121,9,0,95,43,147,143,171,122,9,0,95,43,147,143,253,123,9,0,95,43,147,143,84,125,9,0,96,171,47,170,82,150,6,0,96,43,220,245,68,165,7,0,96,171,42,40,54,241,9,0,96,171,42,40,213,241,9,0,97,171,36,207,5,143,7,0,97,43,237,245,253,238,10,0,99,171,124,159,236,30,7,0,99,171,124,159,59,41,7,0,99,171,124,159,156,176,7,0,99,171,124,159,81,179,7,0,99,171,116,169,207,167,8,0,99,171,124,159,239,177,9,0,100,171,169,177,188,222,10,0,102,171,174,85,228,75,9,0,102,171,174,85,142,76,9,0,103,171,144,173,171,240,5,0,103,171,35,129,95,241,5,0,103,171,144,173,76,79,6,0,103,43,158,48,55,228,8,0,103,43,158,48,39,237,8,0,103,43,158,48,32,246,8,0,105,171,13,184,184,92,9,0,105,171,13,184,53,93,9,0,106,43,155,88,72,255,8,0,106,43,155,88,168,255,8,0,106,43,155,88,17,0,9,0,114,171,211,2,247,197,11,0,116,171,231,136,22,218,11,0,117,171,208,125,204,35,7,0,117,171,211,53,183,206,8,0,118,43,196,133,210,112,7,0,118,171,204,116,97,74,11,0,124,171,65,208,72,31,7,0,125,171,207,154,233,142,8,0,125,43,211,217,39,235,9,0,125,43,211,217,74,235,9,0,125,43,211,217,107,235,9,0,126,43,217,65,138,103,9,0,126,43,217,65,62,104,9,0,127,43,244,145,144,137,7,0,127,43,36,157,168,3,9,0,127,43,36,157,73,7,9,0,129,171,226,127,170,242,5,0,129,43,61,202,235,212,6,0,129,43,225,24,177,27,9,0,129,43,225,24,254,28,9,0,129,43,225,24,77,30,9,0,129,171,177,114,218,50,11,0,130,43,29,10,155,89,7,0,131,43,167,179,199,244,7,0,133,171,2,160,133,220,6,0,133,171,206,31,206,241,6,0,133,43,11,1,68,165,7,0,133,171,2,160,183,206,8,0,133,43,56,132,125,107,10,0,133,43,56,132,142,107,10,0,133,43,56,132,166,107,10,0,134,43,89,111,30,131,7,0,134,43,17,244,37,46,10,0,134,43,17,244,103,47,10,0,134,43,17,244,172,48,10,0,136,43,169,92,205,169,10,0,136,43,169,92,47,171,10,0,136,171,145,227,173,71,11,0,143,43,2,55,38,93,6,0,143,171,60,98,237,117,6,0,144,171,5,171,1,135,7,0,145,43,127,22,197,48,7,0,145,171,85,156,139,83,7,0,145,171,162,26,10,99,9,0,145,171,162,26,226,99,9,0,147,171,199,8,17,98,8,0,147,43,73,90,92,15,9,0,147,43,73,90,130,20,9,0,149,171,78,97,125,162,6,0,149,43,167,26,153,213,10,0,150,43,204,105,235,135,10,0,150,43,204,105,152,136,10,0,152,43,175,89,235,99,7,0,153,171,89,4,40,63,9,0,153,171,89,4,226,63,9,0,153,171,89,4,144,64,9,0,155,171,34,29,197,48,7,0,155,43,177,48,144,137,7,0,156,43,88,104,19,77,6,0,158,43,200,202,175,3,7,0,159,171,65,199,5,143,7,0,160,43,239,252,197,48,7,0,164,43,209,214,210,112,7,0,169,171,89,50,139,56,6,0,169,171,205,89,235,99,7,0,171,171,0,167,113,49,9,0,171,171,0,167,44,51,9,0,173,43,148,88,17,107,6,0,177,171,126,254,240,59,7,0,177,171,126,254,242,60,7,0,179,43,8,248,153,1,7,0,180,171,150,242,119,97,7,0,182,171,186,180,246,15,7,0,182,171,247,106,117,158,11,0,183,171,221,168,250,13,10,0,183,171,221,168,121,14,10,0,183,171,221,168,5,15,10,0,184,171,188,35,25,1,6,0,185,43,21,98,132,43,11,0,185,43,21,98,83,50,11,0,186,43,125,88,177,27,9,0,186,43,125,88,254,28,9,0,186,43,125,88,77,30,9,0,187,171,92,169,68,165,7,0,189,171,166,229,71,115,7,0,193,171,187,11,132,136,9,0,193,171,187,11,156,136,9,0,194,171,123,109,45,15,7,0,198,171,64,160,232,121,7,0,200,171,157,38,250,229,5,0,200,171,157,38,21,185,6,0,200,171,157,38,236,23,7,0,201,171,157,38,166,36,7,0,203,171,170,119,146,78,10,0,207,43,25,166,242,33,10,0,207,43,25,166,13,34,10,0,208,43,245,185,92,145,8,0,208,43,245,185,234,145,8,0,208,43,245,185,109,146,8,0,208,171,158,21,148,246,11,0,214,171,170,133,43,137,6,0,214,171,51,51,197,48,7,0,217,43,95,154,208,104,6,0,217,171,244,192,232,121,7,0,217,171,142,164,55,228,8,0,217,171,142,164,39,237,8,0,217,171,142,164,32,246,8,0,217,43,211,43,150,240,9,0,218,171,31,62,246,15,7,0,219,171,99,252,56,223,7,0,221,171,1,103,161,190,9,0,221,171,1,103,93,191,9,0,222,171,157,38,125,73,7,0,222,171,157,38,120,75,7,0,224,171,168,78,55,228,8,0,224,171,168,78,39,237,8,0,224,171,168,78,32,246,8,0,224,171,134,138,203,131,9,0,224,171,134,138,97,132,9,0,225,43,56,169,251,84,7,0,226,171,151,47,108,19,7,0,226,43,252,218,56,199,8,0,227,43,12,190,250,153,6,0,228,171,213,5,232,121,7,0,231,43,120,104,77,94,9,0,231,43,120,104,93,95,9,0,231,171,212,43,175,140,10,0,231,171,145,206,217,234,11,0,232,171,188,4,246,15,7,0,233,171,221,4,125,60,9,0,237,43,29,77,35,169,6,0,239,43,16,108,5,143,7,0,242,171,34,35,254,140,6,0,242,171,34,35,253,170,6,0,242,171,47,38,77,94,9,0,242,171,47,38,93,95,9,0,243,43,64,162,59,41,7,0,244,43,214,28,31,32,7,0,244,43,47,64,92,15,9,0,244,43,47,64,130,20,9,0,246,171,134,125,116,66,7,0,247,171,25,217,181,58,7,0,247,171,92,9,213,44,10,0,253,43,11,152,66,171,9,0,253,43,11,152,82,171,9,0,253,43,11,152,107,171,9,0,253,43,196,154,45,208,10,0,253,43,212,113,213,246,10,0,255,43,143,55,255,110,10,0,2,172,121,27,177,27,9,0,2,172,121,27,254,28,9,0,2,172,121,27,77,30,9,0,5,172,145,101,233,21,11,0,6,44,223,217,170,79,7,0,8,44,188,152,128,20,7,0,8,44,172,106,118,112,7,0,8,44,172,106,210,112,7,0,10,44,0,85,121,69,7,0,10,172,212,65,196,119,11,0,14,172,237,89,199,248,10,0,15,172,235,47,175,22,7,0,16,44,106,92,2,72,7,0,18,172,44,216,248,248,10,0,19,44,124,164,118,112,7,0,19,44,124,164,210,112,7,0,21,172,39,93,86,119,7,0,25,44,86,170,210,13,9,0,25,44,86,170,132,14,9,0,26,44,90,120,183,35,11,0,27,44,232,186,75,107,7,0,29,44,242,42,169,45,6,0,29,44,194,214,243,157,7,0,30,172,111,245,166,238,6,0,30,172,133,94,68,165,7,0,31,172,252,151,203,131,9,0,31,172,252,151,97,132,9,0,32,172,211,199,223,20,7,0,32,44,176,7,255,174,9,0,32,44,176,7,33,175,9,0,34,172,169,62,93,205,7,0,35,44,95,127,246,52,10,0,35,44,95,127,15,53,10,0,37,172,180,229,21,45,11,0,38,44,120,248,129,196,10,0,38,44,94,199,141,227,11,0,39,172,240,133,174,78,6,0,39,44,221,120,216,25,7,0,40,172,16,134,161,29,7,0,41,172,236,14,55,228,8,0,41,44,246,215,55,228,8,0,41,172,236,14,39,237,8,0,41,44,246,215,39,237,8,0,41,172,236,14,32,246,8,0,41,44,246,215,32,246,8,0,42,172,38,224,123,226,6,0,44,44,101,139,182,47,11,0,44,44,101,139,210,47,11,0,45,44,186,238,70,2,7,0,47,172,33,239,35,127,7,0,52,44,127,241,208,2,11,0,54,172,134,37,228,90,7,0,54,44,110,37,92,15,9,0,54,44,110,37,130,20,9,0,54,172,46,149,137,253,11,0,54,172,46,149,170,253,11,0,60,44,145,28,102,18,8,0,60,44,145,28,142,18,8,0,60,44,145,28,178,18,8,0,60,44,145,28,218,18,8,0,60,44,145,28,2,19,8,0,61,172,0,103,77,94,9,0,61,172,0,103,93,95,9,0,61,172,213,10,255,110,10,0,64,44,103,138,197,48,7,0,64,44,99,244,137,240,11,0,65,172,91,154,161,190,9,0,65,172,91,154,93,191,9,0,66,44,96,139,77,94,9,0,66,44,96,139,93,95,9,0,67,172,24,217,197,48,7,0,67,172,9,120,81,179,7,0,67,172,9,120,68,192,7,0,67,172,49,2,122,52,11,0,70,44,126,39,34,21,8,0,71,172,73,147,92,15,9,0,71,172,73,147,130,20,9,0,78,172,98,90,248,199,11,0,81,172,157,189,205,169,10,0,81,172,157,189,47,171,10,0,83,44,84,106,144,137,7,0,87,44,188,59,89,202,7,0,87,44,188,59,207,202,7,0,87,44,190,66,104,126,11,0,90,44,90,170,68,165,7,0,90,172,53,254,118,1,9,0,90,172,53,254,6,2,9,0,92,172,247,96,218,159,10,0,92,172,247,96,111,162,10,0,95,172,240,133,109,216,9,0,95,172,240,133,99,217,9,0,97,172,194,6,26,218,7,0,97,172,194,6,79,218,7,0,102,44,95,128,255,208,11,0,105,44,240,216,232,121,7,0,106,44,50,244,57,10,7,0,106,44,89,207,55,228,8,0,106,44,89,207,39,237,8,0,106,44,89,207,32,246,8,0,108,172,89,140,0,35,7,0,110,172,254,166,65,12,7,0,114,44,45,157,139,246,9,0,114,44,45,157,215,246,9,0,115,44,71,254,144,137,7,0,115,44,251,91,92,15,9,0,115,44,251,91,130,20,9,0,117,44,188,246,207,132,7,0,117,44,221,160,5,143,7,0,118,44,36,150,5,143,7,0,118,44,61,145,0,89,10,0,118,44,61,145,96,89,10,0,118,44,61,145,189,89,10,0,119,172,133,49,30,131,7,0,120,44,57,110,109,37,6,0,120,44,57,110,201,154,6,0,120,44,57,110,218,154,6,0,120,44,57,110,152,30,7,0,120,172,68,144,202,50,8,0,120,44,9,152,135,193,9,0,120,44,9,152,160,193,9,0,123,172,161,133,1,252,5,0,124,44,57,174,40,54,6,0,125,172,44,109,124,83,6,0,125,44,66,239,157,235,6,0,126,44,242,31,25,11,9,0,126,44,242,31,82,11,9,0,128,44,60,244,224,55,6,0,128,44,44,101,169,177,9,0,128,44,44,101,203,177,9,0,129,44,217,89,208,237,6,0,131,172,191,234,204,67,6,0,131,172,89,228,219,83,8,0,131,172,89,228,95,127,11,0,138,172,252,16,42,36,9,0,138,172,252,16,135,36,9,0,144,172,0,0,81,179,7,0,144,172,0,0,110,153,8,0,147,44,1,138,170,79,7,0,150,44,188,56,168,3,9,0,151,172,166,16,59,41,7,0,151,44,92,13,98,221,11,0,151,44,92,13,146,221,11,0,152,172,84,196,5,212,10,0,152,172,84,196,16,221,10,0,154,44,201,172,186,105,10,0,156,172,66,157,232,121,7,0,157,44,128,19,177,27,9,0,157,44,128,19,254,28,9,0,157,44,128,19,77,30,9,0,158,44,206,40,142,16,8,0,158,44,206,40,168,3,9,0,158,44,206,40,73,7,9,0,160,172,250,29,187,186,10,0,161,44,27,68,144,137,7,0,162,44,178,239,182,94,7,0,164,172,19,55,106,54,10,0,164,172,19,55,131,54,10,0,164,172,19,55,153,54,10,0,166,172,196,107,55,228,8,0,166,172,196,107,39,237,8,0,166,172,196,107,32,246,8,0,167,172,47,107,255,110,10,0,170,44,178,219,197,48,7,0,173,44,58,122,219,24,7,0,176,172,194,179,204,195,10,0,183,44,115,27,43,202,7,0,184,172,254,97,255,225,8,0,185,44,41,99,181,108,6,0,191,44,46,81,3,130,7,0,191,44,46,81,102,130,7,0,191,172,121,27,110,119,8,0,200,172,5,237,68,165,7,0,200,172,179,148,17,240,7,0,202,172,127,254,66,245,10,0,203,44,157,214,59,41,7,0,204,44,156,220,147,109,11,0,210,172,224,226,140,195,6,0,211,172,131,141,211,85,11,0,216,44,184,148,177,43,6,0,216,44,24,5,158,96,6,0,217,44,224,217,144,137,7,0,219,172,204,241,255,110,10,0,222,172,150,63,115,114,6,0,222,172,105,36,185,90,7,0,222,172,214,19,133,47,9,0,222,172,214,19,46,48,9,0,223,44,52,91,98,229,6,0,223,44,52,91,125,73,7,0,223,44,52,91,120,75,7,0,223,44,115,27,51,33,10,0,223,44,115,27,75,33,10,0,224,172,135,182,12,206,6,0,225,44,114,165,219,254,10,0,230,172,4,126,36,250,5,0,231,44,180,148,235,99,7,0,232,172,25,61,76,78,11,0,233,44,57,98,199,82,6,0,233,44,116,174,201,22,7,0,234,44,14,78,2,72,7,0,237,44,36,229,81,153,6,0,237,44,145,29,202,50,8,0,237,172,51,232,165,34,10,0,237,172,51,232,182,34,10,0,237,44,135,69,37,46,10,0,237,44,135,69,103,47,10,0,237,44,135,69,172,48,10,0,240,172,56,58,38,178,11,0,241,172,58,115,203,27,6,0,243,44,221,202,231,206,9,0,244,172,205,214,3,129,6,0,246,172,105,250,181,58,7,0,246,172,189,47,160,203,7,0,247,172,202,20,7,3,6,0,247,172,202,20,141,3,6,0,249,44,160,224,103,162,7,0,251,172,1,164,54,13,7,0,252,172,106,229,2,11,7,0,253,172,109,195,183,116,7,0,255,172,107,176,59,41,7,0,255,172,128,0,210,206,10,0,1,173,197,121,195,115,6,0,1,173,62,180,2,72,7,0,2,45,148,190,46,3,7,0,4,173,181,219,81,179,7,0,4,173,222,126,52,7,8,0,4,173,222,126,34,16,8,0,4,173,181,219,34,26,9,0,8,45,32,141,88,209,6,0,12,173,154,254,155,223,6,0,12,173,154,254,178,224,6,0,12,45,223,138,75,107,7,0,13,45,153,41,75,107,7,0,14,45,136,103,197,48,7,0,14,45,105,82,213,31,9,0,14,45,105,82,198,32,9,0,20,45,251,67,244,239,6,0,22,45,167,3,168,3,9,0,22,45,167,3,73,7,9,0,24,45,112,17,149,91,10,0,24,45,112,17,231,91,10,0,26,45,87,83,220,126,9,0,26,45,87,83,138,127,9,0,27,173,140,219,205,169,10,0,27,173,140,219,47,171,10,0,28,173,88,71,195,49,11,0,30,45,208,163,210,13,9,0,30,45,208,163,132,14,9,0,32,173,151,159,197,48,7,0,32,173,179,234,18,14,11,0,33,45,116,121,52,28,7,0,36,173,29,55,197,48,7,0,37,173,233,107,55,228,8,0,37,173,233,107,39,237,8,0,37,173,233,107,32,246,8,0,38,173,109,149,134,171,6,0,39,45,8,107,99,113,11,0,40,45,97,19,165,187,9,0,40,45,97,19,32,188,9,0,40,45,97,19,149,188,9,0,40,45,97,19,61,189,9,0,40,45,97,19,215,189,9,0,41,173,64,99,136,207,11,0,42,45,73,3,228,90,7,0,42,173,4,225,5,143,7,0,42,45,231,242,42,217,10,0,42,173,4,225,57,116,11,0,43,45,231,11,166,36,7,0,45,173,72,54,178,84,10,0,45,173,72,54,219,84,10,0,45,173,72,54,244,84,10,0,48,45,89,51,102,166,11,0,51,45,221,74,52,133,6,0,53,173,237,154,24,13,7,0,54,45,228,20,133,15,11,0,55,45,180,248,48,230,10,0,60,173,161,86,228,90,7,0,66,173,21,129,10,218,6,0,68,45,63,118,183,116,7,0,69,45,57,201,175,58,8,0,69,173,174,18,255,110,10,0,71,45,29,121,94,215,11,0,72,45,148,142,128,98,7,0,74,173,149,29,243,251,11,0,75,45,205,45,57,25,7,0,75,173,32,106,55,228,8,0,75,173,32,106,39,237,8,0,75,173,32,106,32,246,8,0,75,45,35,33,233,118,10,0,75,45,35,33,125,119,10,0,75,45,35,33,21,120,10,0,78,45,144,127,135,156,6,0,78,45,144,127,161,156,6,0,78,45,144,127,189,156,6,0,78,45,133,75,50,241,11,0,79,45,183,227,5,143,7,0,80,45,90,243,43,86,10,0,80,45,58,130,189,142,11,0,81,45,103,200,89,19,8,0,82,173,76,141,197,48,7,0,83,173,52,68,68,165,7,0,83,173,175,241,202,50,8,0,85,173,215,6,128,146,6,0,86,45,157,38,233,243,5,0,86,45,157,38,3,244,5,0,86,45,157,38,123,160,7,0,89,173,144,235,125,212,10,0,91,173,3,95,5,143,7,0,91,173,214,125,5,143,7,0,92,173,242,65,224,18,7,0,95,173,166,32,68,165,7,0,95,173,166,32,218,159,10,0,95,173,166,32,111,162,10,0,101,173,233,151,205,169,10,0,101,173,233,151,47,171,10,0,102,45,217,227,151,28,11,0,103,45,92,121,101,110,6,0,104,173,89,136,185,2,7,0,104,173,120,18,242,107,10,0,104,173,120,18,15,108,10,0,104,173,120,18,40,108,10,0,105,173,152,58,170,79,7,0,106,45,66,166,177,27,9,0,106,45,66,166,254,28,9,0,106,45,66,166,77,30,9,0,107,45,64,57,133,47,9,0,107,45,64,57,46,48,9,0,112,45,203,208,236,23,7,0,113,173,7,9,218,159,10,0,113,173,7,9,111,162,10,0,115,45,96,19,232,121,7,0,119,173,45,135,76,22,7,0,119,45,206,100,55,154,10,0,119,45,206,100,144,154,10,0,120,45,115,27,171,37,8,0,124,173,157,38,90,216,11,0,125,45,11,171,207,167,8,0,125,45,11,171,207,169,8,0,125,45,11,171,82,170,8,0,126,173,186,148,236,120,6,0,126,173,186,148,6,121,6,0,126,45,140,79,155,89,7,0,126,45,93,242,30,131,7,0,126,173,5,60,146,78,10,0,127,45,99,18,182,94,7,0,127,173,27,3,42,72,9,0,127,173,27,3,233,72,9,0,127,173,27,3,162,73,9,0,128,173,216,31,121,69,7,0,129,45,173,133,140,24,6,0,129,173,69,248,161,29,7,0,130,173,34,200,255,110,10,0,131,173,124,188,59,41,7,0,132,45,95,139,81,179,7,0,132,45,225,112,10,99,9,0,132,45,225,112,226,99,9,0,132,45,11,176,201,12,10,0,132,45,11,176,235,12,10,0,132,173,187,237,77,246,11,0,133,45,192,92,107,253,5,0,133,173,192,74,57,25,7,0,134,45,27,177,92,15,9,0,134,45,27,177,130,20,9,0,135,173,53,96,15,246,6,0,135,173,53,96,159,125,10,0,135,173,53,96,182,125,10,0,137,173,151,64,130,154,11,0,137,173,59,43,203,157,11,0,138,45,254,97,250,153,11,0,142,45,205,101,255,110,10,0,143,45,95,139,168,3,9,0,143,45,95,139,73,7,9,0,144,173,207,28,185,11,9,0,144,173,207,28,89,12,9,0,144,173,207,28,254,12,9,0,145,173,81,102,250,13,10,0,145,173,81,102,121,14,10,0,145,173,81,102,5,15,10,0,146,45,4,24,75,58,11,0,149,173,13,154,141,183,9,0,149,173,13,154,168,183,9,0,151,173,97,37,232,197,7,0,152,45,187,57,169,3,6,0,152,45,182,30,55,228,8,0,152,45,182,30,39,237,8,0,152,45,182,30,32,246,8,0,153,173,253,103,252,189,11,0,154,173,57,61,170,31,7,0,154,45,38,25,145,88,7,0,154,173,203,88,227,190,8,0,159,45,217,180,107,35,7,0,159,45,49,184,5,143,7,0,163,45,231,242,225,32,8,0,163,45,162,202,238,66,9,0,163,45,162,202,8,69,9,0,164,45,203,120,29,52,6,0,164,45,203,120,36,146,6,0,164,45,203,120,106,205,6,0,164,45,203,120,108,253,7,0,166,45,190,223,24,53,9,0,166,45,190,223,252,53,9,0,166,45,190,223,216,54,9,0,169,173,225,167,238,100,9,0,169,173,225,167,126,101,9,0,171,45,74,91,236,30,7,0,171,45,141,94,5,143,7,0,171,45,74,91,36,166,9,0,171,45,74,91,133,166,9,0,171,45,74,91,235,166,9,0,171,45,74,91,74,167,9,0,171,45,74,91,178,167,9,0,172,173,239,9,249,239,10,0,173,45,100,106,245,99,6,0,173,173,36,48,170,79,7,0,173,45,114,27,168,3,9,0,173,45,114,27,73,7,9,0,173,173,36,48,75,247,10,0,176,45,212,90,167,61,7,0,177,45,74,45,159,18,7,0,180,45,190,179,113,49,9,0,180,45,190,179,44,51,9,0,181,45,231,242,245,236,9,0,181,45,231,242,22,237,9,0,185,173,105,14,88,141,8,0,185,45,114,27,244,84,9,0,185,45,114,27,22,85,9,0,185,45,114,27,62,85,9,0,186,173,55,41,180,206,7,0,187,45,127,6,76,36,11,0,189,45,165,33,128,69,6,0,190,173,96,33,59,41,7,0,191,173,98,244,37,46,10,0,191,173,98,244,103,47,10,0,191,173,98,244,172,48,10,0,192,173,164,11,133,227,7,0,192,173,164,11,180,227,7,0,192,45,58,151,251,97,9,0,192,45,58,151,65,98,9,0,192,45,58,151,142,98,9,0,193,173,48,22,18,125,6,0,193,45,224,97,34,248,11,0,194,173,140,175,172,251,10,0,195,173,42,90,5,143,7,0,197,173,111,37,2,72,7,0,198,45,244,216,247,27,7,0,199,173,188,117,166,132,7,0,200,45,244,89,49,69,11,0,201,45,157,38,55,228,8,0,201,45,157,38,39,237,8,0,201,45,157,38,32,246,8,0,202,45,142,167,235,99,7,0,202,45,142,167,56,199,8,0,203,45,163,126,232,121,7,0,205,45,79,196,4,163,11,0,206,173,56,183,42,72,9,0,206,173,56,183,233,72,9,0,206,173,56,183,162,73,9,0,207,173,254,74,246,15,7,0,208,173,48,7,43,149,6,0,209,45,57,126,57,223,5,0,211,45,34,110,121,57,11,0,212,45,221,19,131,41,9,0,217,173,105,27,68,165,7,0,217,173,170,135,131,178,8,0,219,45,149,95,198,26,6,0,219,173,237,123,221,146,10,0,219,173,237,123,134,50,11,0,221,45,132,119,82,245,11,0,224,45,180,207,144,137,7,0,225,173,128,155,5,143,7,0,226,173,148,178,220,126,9,0,226,173,148,178,138,127,9,0,229,173,205,194,10,77,7,0,232,45,13,40,155,10,6,0,232,45,159,68,228,75,9,0,232,45,159,68,142,76,9,0,232,173,158,171,40,205,10,0,237,173,227,0,218,159,10,0,237,173,227,0,111,162,10,0,243,173,242,10,35,127,7,0,243,45,126,59,92,15,9,0,243,45,126,59,130,20,9,0,244,173,100,231,169,105,7,0,244,45,170,138,191,247,11,0,245,173,236,242,92,15,9,0,245,173,236,242,130,20,9,0,250,45,125,135,228,13,7,0,250,173,98,56,58,93,7,0,250,173,8,201,68,165,7,0,251,173,45,192,197,48,7,0,252,45,90,6,5,143,7,0,254,173,207,77,203,190,10,0,254,173,207,77,216,190,10,0,255,45,232,132,255,110,10,0,0,174,143,212,228,90,7,0,0,174,86,34,75,105,8,0,1,46,185,52,66,112,7,0,2,174,68,129,176,218,11,0,3,46,80,80,37,63,7,0,3,174,54,135,94,175,7,0,4,46,64,245,78,146,11,0,6,174,198,185,185,11,9,0,6,174,198,185,89,12,9,0,6,174,198,185,254,12,9,0,9,174,174,60,224,18,7,0,11,46,171,175,92,15,9,0,11,46,171,175,130,20,9,0,12,46,100,218,8,105,6,0,14,174,193,78,132,46,8,0,14,174,193,78,178,46,8,0,15,46,151,113,119,92,7,0,15,46,115,178,37,46,10,0,15,46,115,178,103,47,10,0,16,46,16,244,162,25,11,0,19,174,134,51,118,1,9,0,19,174,134,51,6,2,9,0,20,174,41,4,125,73,7,0,20,174,41,4,120,75,7,0,22,46,102,7,190,178,11,0,23,46,74,188,127,27,8,0,24,174,140,90,156,126,11,0,26,174,188,151,14,17,6,0,26,174,66,97,55,228,8,0,26,174,66,97,39,237,8,0,26,174,66,97,32,246,8,0,26,174,85,170,45,75,11,0,28,46,212,45,57,174,6,0,28,46,95,66,37,63,7,0,31,46,124,221,32,30,11,0,37,46,57,7,255,110,10,0,45,46,102,5,4,228,7,0,46,46,214,103,119,97,7,0,48,46,134,248,216,25,7,0,49,46,231,10,37,63,7,0,49,46,92,240,138,85,9,0,49,46,92,240,93,87,9,0,52,46,39,7,145,91,11,0,53,174,180,126,227,121,6,0,53,46,16,2,236,30,7,0,53,46,104,54,182,94,7,0,54,46,100,65,2,72,7,0,54,174,105,139,181,51,11,0,57,174,182,158,57,25,7,0,58,174,249,189,192,15,7,0,59,174,252,96,251,44,9,0,59,174,252,96,27,45,9,0,60,46,170,62,251,97,9,0,60,46,170,62,65,98,9,0,60,46,170,62,142,98,9,0,62,174,247,208,97,23,6,0,62,174,247,208,100,98,6,0,68,46,74,232,13,89,7,0,68,174,19,207,42,36,9,0,68,174,19,207,135,36,9,0,69,46,72,222,77,61,9,0,69,46,72,222,55,62,9,0,71,46,26,254,146,142,9,0,71,46,26,254,222,142,9,0,71,46,26,254,39,143,9,0,79,174,30,4,119,97,7,0,80,174,64,41,227,136,9,0,80,174,64,41,38,137,9,0,82,46,77,225,246,50,10,0,82,46,77,225,30,51,10,0,82,46,77,225,69,51,10,0,83,174,243,37,249,91,8,0,84,46,150,34,183,116,7,0,85,174,164,212,92,8,8,0,88,174,224,186,161,156,10,0,88,174,224,186,187,156,10,0,88,174,224,186,242,156,10,0,89,174,233,4,55,228,8,0,89,174,233,4,39,237,8,0,89,174,233,4,32,246,8,0,94,174,1,131,28,73,11,0,97,46,244,176,45,105,7,0,99,174,123,21,204,141,6,0,99,46,220,101,185,11,9,0,99,46,220,101,89,12,9,0,99,46,220,101,254,12,9,0,105,174,111,140,220,3,11,0,110,46,90,71,97,6,7,0,111,46,54,250,251,97,9,0,111,46,54,250,65,98,9,0,111,46,54,250,142,98,9,0,111,174,128,199,165,241,10,0,114,46,1,221,156,243,5,0,114,46,236,94,53,29,11,0,115,46,249,143,160,203,7,0,119,46,243,229,68,165,7,0,119,46,243,229,247,184,7,0,122,46,134,213,168,3,9,0,122,46,134,213,168,3,9,0,122,46,134,213,73,7,9,0,122,46,134,213,73,7,9,0,123,46,50,202,2,72,7,0,123,46,198,190,144,137,7,0,124,46,88,181,54,182,6,0,125,46,72,202,170,79,7,0,126,174,29,72,168,3,9,0,126,174,29,72,73,7,9,0,126,174,70,196,239,39,10,0,126,174,70,196,45,40,10,0,126,174,70,196,89,40,10,0,129,46,18,212,21,134,11,0,141,46,70,245,168,3,9,0,141,46,70,245,73,7,9,0,143,174,42,82,156,176,7,0,143,174,42,82,236,158,10,0,143,174,42,82,45,159,10,0,143,174,42,82,106,159,10,0,144,46,36,254,161,29,7,0,145,174,223,92,60,225,7,0,148,174,100,16,242,19,7,0,150,46,248,132,197,48,7,0,150,174,127,248,177,27,9,0,150,174,127,248,254,28,9,0,150,174,127,248,77,30,9,0,151,46,197,165,68,165,7,0,152,174,160,35,191,114,6,0,152,174,160,35,121,128,6,0,152,174,128,229,156,176,7,0,152,174,128,229,81,179,7,0,154,174,254,201,250,77,6,0,154,174,237,38,67,137,6,0,157,174,211,124,168,3,9,0,157,174,211,124,73,7,9,0,158,46,15,240,197,48,7,0,158,46,151,232,250,13,10,0,158,46,151,232,121,14,10,0,158,46,151,232,5,15,10,0,159,174,73,171,165,4,6,0,159,174,231,63,59,41,7,0,159,46,235,168,110,119,8,0,159,174,57,107,222,194,9,0,159,174,57,107,76,195,9,0,160,46,238,137,139,16,7,0,162,174,121,11,233,241,5,0,162,174,121,11,8,242,5,0,162,46,125,185,241,12,7,0,163,46,110,105,70,2,7,0,165,46,217,74,151,119,9,0,165,46,217,74,246,119,9,0,167,174,232,20,171,216,5,0,171,174,189,209,144,16,6,0,172,174,116,26,49,7,7,0,172,46,157,198,128,133,7,0,172,46,157,198,236,172,8,0,175,174,48,14,118,39,6,0,175,174,48,14,55,43,8,0,176,46,181,148,238,54,6,0,176,46,181,148,148,185,6,0,184,46,45,5,35,245,5,0,185,174,1,127,244,239,6,0,185,46,171,254,59,41,7,0,185,174,1,127,125,73,7,0,185,174,1,127,120,75,7,0,185,46,171,254,61,64,8,0,185,46,171,254,221,26,9,0,185,46,171,254,51,27,9,0,188,174,62,85,213,28,7,0,188,46,247,143,68,165,7,0,191,46,8,170,232,197,7,0,191,46,239,41,40,63,9,0,191,46,239,41,226,63,9,0,191,46,239,41,144,64,9,0,196,174,220,135,81,179,7,0,196,174,220,135,25,144,8,0,196,174,220,135,141,144,8,0,196,174,220,135,247,144,8,0,196,174,220,135,18,104,10,0,201,174,9,184,247,27,7,0,202,174,185,124,176,5,8,0,202,174,23,235,46,91,11,0,204,46,246,189,68,165,7,0,207,46,214,241,231,206,9,0,207,46,103,52,235,135,10,0,207,46,103,52,152,136,10,0,208,174,140,73,168,3,9,0,208,174,140,73,73,7,9,0,210,174,163,133,107,141,10,0,210,174,163,133,146,141,10,0,212,46,236,8,237,194,10,0,214,174,130,138,107,225,6,0,216,46,198,148,171,154,8,0,222,174,58,69,69,110,7,0,222,46,109,9,81,179,7,0,222,46,109,9,5,49,9,0,222,46,109,9,55,49,9,0,227,46,189,134,62,86,6,0,228,46,107,54,134,211,7,0,229,174,248,218,202,62,7,0,230,174,182,4,86,119,7,0,230,174,194,95,137,178,7,0,233,46,187,200,199,139,11,0,234,174,8,237,37,46,10,0,234,174,8,237,103,47,10,0,234,174,8,237,172,48,10,0,237,46,220,46,110,119,8,0,239,174,97,127,144,137,7,0,244,46,90,27,221,219,7,0,245,46,223,64,139,83,7,0,245,174,250,2,55,228,8,0,245,174,250,2,39,237,8,0,245,174,250,2,32,246,8,0,246,174,235,126,213,157,6,0,248,46,13,214,42,126,7,0,248,174,179,133,113,49,9,0,248,174,179,133,44,51,9,0,249,174,218,136,116,66,7,0,253,174,46,195,88,11,11,0,2,47,217,144,59,41,7,0,2,47,169,142,5,143,7,0,2,47,241,88,238,100,9,0,2,47,241,88,126,101,9,0,3,175,172,125,224,86,11,0,6,47,199,46,172,62,7,0,6,175,217,26,102,237,9,0,6,175,217,26,115,238,9,0,7,47,211,143,203,131,9,0,7,47,211,143,97,132,9,0,7,175,14,169,59,75,10,0,7,175,14,169,95,75,10,0,7,175,14,169,130,75,10,0,7,175,255,100,255,110,10,0,9,47,241,190,232,200,9,0,9,47,241,190,55,201,9,0,10,47,14,137,175,3,7,0,10,175,172,72,5,143,7,0,11,47,9,9,12,37,9,0,11,47,9,9,124,37,9,0,11,47,15,100,38,139,9,0,11,47,15,100,118,139,9,0,11,47,15,100,213,139,9,0,11,47,15,100,39,140,9,0,13,47,195,191,59,41,7,0,15,47,75,33,181,58,7,0,16,175,128,19,232,121,7,0,16,47,35,97,205,169,10,0,16,47,35,97,47,171,10,0,17,47,50,204,255,110,10,0,20,175,233,209,60,204,6,0,21,175,91,156,44,178,6,0,22,47,24,100,203,131,9,0,22,47,24,100,97,132,9,0,23,47,216,89,255,110,10,0,24,47,19,190,160,244,10,0,27,47,54,141,191,168,6,0,27,47,54,141,129,198,6,0,29,47,170,157,200,105,7,0,29,175,182,221,84,134,7,0,32,175,250,222,10,77,7,0,33,175,224,120,52,28,7,0,34,47,34,103,202,50,8,0,34,47,65,35,238,66,9,0,34,47,65,35,8,69,9,0,35,47,141,196,35,127,7,0,36,47,36,21,183,206,10,0,40,175,237,56,36,166,9,0,40,175,237,56,133,166,9,0,40,175,237,56,235,166,9,0,40,175,237,56,74,167,9,0,40,175,237,56,178,167,9,0,41,47,191,166,193,124,6,0,41,175,147,142,238,100,9,0,41,175,147,142,126,101,9,0,42,47,3,136,246,210,10,0,44,47,213,103,59,41,7,0,46,47,11,132,9,231,5,0,53,47,32,252,139,16,7,0,54,175,225,190,144,137,7,0,54,175,138,142,117,59,9,0,54,175,138,142,221,59,9,0,57,47,232,86,204,195,10,0,58,47,65,129,244,239,6,0,59,47,92,72,249,69,7,0,60,175,29,108,163,9,7,0,60,175,122,191,84,36,7,0,60,175,29,108,215,232,10,0,64,175,241,131,218,21,7,0,64,175,241,131,29,119,7,0,66,175,91,14,247,224,10,0,77,175,206,234,170,79,7,0,80,175,244,76,118,61,11,0,84,47,237,139,238,9,7,0,85,175,149,24,133,47,9,0,85,175,149,24,46,48,9,0,86,175,105,139,12,53,11,0,88,175,53,65,70,75,11,0,89,47,144,235,59,41,7,0,93,175,47,51,40,185,11,0,96,47,225,6,59,41,7,0,98,175,36,233,162,234,6,0,98,47,31,44,158,108,11,0,103,47,54,188,46,142,6,0,103,175,240,77,5,143,7,0,104,47,79,36,188,217,6,0,104,47,41,78,55,228,8,0,104,47,41,78,39,237,8,0,104,47,41,78,32,246,8,0,104,47,34,55,168,3,9,0,104,47,34,55,73,7,9,0,106,175,234,247,86,119,7,0,106,175,239,205,168,3,9,0,106,175,239,205,73,7,9,0,106,175,37,103,92,15,9,0,106,175,37,103,130,20,9,0,106,47,35,86,42,72,9,0,106,47,35,86,233,72,9,0,106,47,35,86,162,73,9,0,109,175,174,190,174,82,6,0,115,47,111,150,118,112,7,0,115,47,111,150,210,112,7,0,115,47,234,81,40,63,9,0,115,47,234,81,226,63,9,0,115,47,234,81,144,64,9,0,119,175,122,80,208,153,6,0,121,175,137,233,136,199,10,0,122,47,0,170,197,48,7,0,123,175,38,145,27,125,8,0,124,47,202,32,239,13,6,0,124,47,202,32,246,44,6,0,124,47,202,32,15,33,8,0,126,47,19,183,68,165,7,0,126,47,110,164,107,203,10,0,126,175,226,33,77,233,10,0,128,47,3,145,220,126,9,0,128,47,3,145,138,127,9,0,129,175,55,127,250,21,7,0,129,47,88,239,226,33,7,0,130,175,161,231,47,52,8,0,138,47,86,179,182,94,7,0,138,47,214,13,81,179,7,0,138,47,214,13,5,49,9,0,138,47,214,13,55,49,9,0,142,175,65,32,48,244,9,0,142,175,65,32,100,244,9,0,145,175,218,215,245,236,9,0,145,175,218,215,22,237,9,0,146,175,78,253,86,119,7,0,147,47,70,59,130,254,10,0,148,47,58,130,59,41,7,0,148,47,213,88,191,236,11,0,150,47,152,38,139,16,7,0,150,47,60,188,113,49,9,0,150,47,60,188,44,51,9,0,151,47,200,33,19,65,7,0,151,175,67,210,124,143,10,0,151,175,67,210,183,143,10,0,153,47,99,0,213,31,9,0,153,47,99,0,198,32,9,0,162,47,162,241,54,13,7,0,164,175,190,181,168,3,9,0,164,175,190,181,73,7,9,0,165,47,91,108,45,15,7,0,165,47,125,234,116,66,7,0,168,47,166,96,218,4,7,0,168,175,175,133,144,137,7,0,170,175,176,140,255,110,10,0,179,47,117,61,77,61,9,0,179,47,117,61,55,62,9,0,179,47,142,111,82,233,11,0,181,175,252,165,35,200,6,0,183,47,3,197,69,110,7,0,185,47,245,135,194,206,6,0,186,47,124,129,45,15,7,0,186,175,46,84,167,61,7,0,186,47,124,129,227,114,7,0,186,47,91,59,150,164,7,0,186,47,91,59,65,219,7,0,187,175,221,35,131,58,6,0,188,47,94,15,155,43,6,0,189,47,29,33,207,132,7,0,190,47,62,110,189,189,10,0,192,47,147,120,38,90,6,0,193,47,194,98,168,3,9,0,193,47,194,98,73,7,9,0,194,47,186,227,55,228,8,0,194,47,186,227,39,237,8,0,194,47,186,227,32,246,8,0,194,47,13,137,69,179,9,0,194,47,13,137,155,179,9,0,194,47,13,137,43,180,9,0,198,175,247,135,192,27,7,0,199,175,57,185,250,218,6,0,201,47,102,255,8,115,7,0,202,175,191,31,218,159,10,0,202,175,191,31,111,162,10,0,203,47,70,124,45,105,7,0,209,47,75,5,125,73,7,0,214,175,218,169,100,167,10,0,216,47,111,45,69,130,11,0,218,47,146,30,144,137,7,0,221,175,172,8,57,161,6,0,221,47,206,181,35,84,9,0,221,47,206,181,65,84,9,0,224,47,100,14,197,48,7,0,226,175,8,32,93,40,9,0,226,175,8,32,125,40,9,0,229,175,194,243,233,139,10,0,229,175,194,243,7,140,10,0,230,175,188,13,5,143,7,0,232,47,157,212,128,98,7,0,233,47,34,126,238,145,6,0,233,47,34,126,178,152,6,0,234,175,89,210,49,26,6,0,235,175,98,230,235,99,7,0,238,47,179,213,50,47,8,0,243,47,60,241,138,85,9,0,243,47,60,241,93,87,9,0,243,47,4,175,238,120,9,0,243,47,4,175,16,121,9,0,243,175,159,25,112,9,11,0,245,175,86,200,197,48,7,0,245,47,27,150,204,70,7,0,245,175,215,212,255,110,10,0,247,175,143,44,234,30,10,0,247,175,143,44,14,31,10,0,247,175,143,44,41,31,10,0,248,175,51,170,170,64,6,0,248,47,149,226,92,15,9,0,248,47,149,226,130,20,9,0,249,175,72,172,182,94,7,0,249,175,17,24,110,119,8,0,249,175,79,228,31,153,9,0,249,175,79,228,214,153,9,0,250,47,238,40,165,27,6,0,252,175,243,20,5,143,7,0,4,48,219,7,102,224,10,0,4,48,5,29,172,251,10,0,5,176,44,186,178,93,7,0,6,48,231,211,58,93,7,0,7,48,70,82,37,46,10,0,7,48,70,82,103,47,10,0,7,48,70,82,172,48,10,0,11,48,157,244,177,13,7,0,12,176,215,173,107,35,7,0,17,176,88,195,168,3,9,0,17,176,88,195,73,7,9,0,18,48,52,76,229,160,6,0,18,48,133,29,231,206,9,0,19,48,100,115,114,223,8,0,20,48,29,70,179,129,7,0,21,176,189,144,176,89,6,0,21,176,243,87,55,228,8,0,21,176,243,87,39,237,8,0,21,176,243,87,32,246,8,0,23,176,227,175,57,61,8,0,26,48,190,251,130,86,7,0,29,176,127,15,138,103,9,0,29,176,127,15,62,104,9,0,31,48,239,41,197,48,7,0,31,176,87,158,195,32,11,0,31,48,73,7,186,134,11,0,33,176,53,244,232,121,7,0,33,48,142,181,205,169,10,0,33,48,142,181,47,171,10,0,34,48,13,225,10,77,7,0,34,48,13,225,158,128,7,0,35,48,180,188,5,143,7,0,38,176,89,130,59,41,7,0,41,176,157,38,167,247,5,0,48,48,20,223,174,172,6,0,48,48,243,95,130,86,7,0,48,48,16,233,183,116,7,0,52,48,65,196,113,49,9,0,52,48,65,196,44,51,9,0,53,176,214,159,68,165,7,0,58,176,147,61,232,121,7,0,62,48,120,36,232,121,7,0,64,48,153,134,170,79,7,0,65,176,6,70,59,41,7,0,66,48,22,255,168,212,8,0,66,48,22,255,232,212,8,0,66,48,22,255,37,213,8,0,68,48,191,49,203,131,9,0,68,48,191,49,97,132,9,0,69,176,72,222,171,199,10,0,72,176,146,42,144,137,7,0,72,176,132,110,77,61,9,0,72,176,132,110,55,62,9,0,76,48,21,237,3,216,11,0,78,176,155,247,156,39,7,0,78,176,180,195,55,228,8,0,78,176,180,195,39,237,8,0,78,176,180,195,32,246,8,0,79,176,242,209,197,48,7,0,82,176,66,93,146,142,9,0,82,176,66,93,222,142,9,0,82,176,66,93,39,143,9,0,83,48,231,237,238,66,9,0,83,48,231,237,8,69,9,0,85,176,172,62,59,41,7,0,86,176,69,12,79,70,6,0,87,48,144,195,213,44,10,0,92,176,53,193,218,159,10,0,92,176,53,193,111,162,10,0,98,176,85,210,119,218,7,0,99,48,167,17,232,121,7,0,99,48,167,17,207,167,8,0,99,176,14,63,78,227,9,0,99,176,14,63,106,227,9,0,101,176,147,153,185,46,11,0,101,48,180,230,175,68,11,0,101,48,46,120,216,135,11,0,107,48,26,40,79,237,5,0,107,176,93,218,221,26,9,0,107,176,93,218,51,27,9,0,107,176,12,246,56,220,10,0,107,176,93,218,57,5,11,0,110,176,219,127,94,137,7,0,110,176,219,127,81,179,7,0,110,176,219,127,220,187,7,0,112,176,216,5,121,242,10,0,119,48,197,5,68,165,7,0,119,48,69,144,124,238,10,0,119,48,69,144,157,238,10,0,122,176,143,161,2,72,7,0,122,176,46,57,45,245,11,0,124,176,228,0,235,99,7,0,124,176,99,158,255,204,10,0,126,176,60,101,92,74,6,0,126,48,129,169,252,212,6,0,127,176,44,67,55,228,8,0,127,176,44,67,39,237,8,0,127,176,44,67,32,246,8,0,127,176,246,224,210,13,9,0,127,176,246,224,132,14,9,0,129,176,100,124,238,66,9,0,129,176,100,124,8,69,9,0,131,48,205,135,210,112,7,0,132,48,4,241,235,99,7,0,133,48,80,174,139,246,9,0,133,48,80,174,215,246,9,0,134,176,1,4,116,66,7,0,137,176,86,22,204,35,7,0,137,48,125,118,203,137,11,0,138,176,208,200,144,137,7,0,139,176,63,222,122,19,8,0,140,48,17,170,110,119,8,0,141,48,168,57,186,43,8,0,141,48,168,57,243,43,8,0,141,48,168,57,40,44,8,0,141,48,168,57,131,218,11,0,142,48,71,93,93,63,6,0,142,176,201,143,52,170,6,0,148,176,70,139,163,149,9,0,148,176,70,139,246,149,9,0,150,48,27,198,255,32,7,0,152,176,148,8,255,29,7,0,152,48,133,204,116,66,7,0,154,176,206,187,18,40,11,0,154,176,206,187,42,40,11,0,155,176,160,25,223,20,7,0,157,176,231,237,72,255,8,0,157,176,231,237,168,255,8,0,157,176,231,237,17,0,9,0,158,48,1,219,57,25,7,0,158,176,33,46,228,90,7,0,158,176,238,68,55,228,8,0,158,176,238,68,39,237,8,0,158,176,238,68,32,246,8,0,161,176,49,102,10,77,7,0,161,176,49,102,170,79,7,0,162,176,185,111,35,230,5,0,162,48,74,32,148,237,5,0,164,48,216,126,252,28,11,0,165,176,157,38,95,227,8,0,165,176,238,181,31,153,9,0,165,176,238,181,214,153,9,0,166,48,128,13,150,175,9,0,167,48,38,202,210,0,6,0,167,176,85,10,135,249,10,0,168,176,30,86,58,227,5,0,168,48,100,103,139,16,7,0,168,48,100,103,255,32,7,0,171,176,160,199,210,186,11,0,172,48,80,230,179,129,7,0,172,176,202,230,166,23,10,0,172,176,202,230,181,24,10,0,172,176,202,230,184,25,10,0,172,176,202,230,214,26,10,0,173,176,35,118,152,30,7,0,173,48,84,39,92,15,9,0,173,48,84,39,130,20,9,0,174,176,177,159,68,165,7,0,175,176,110,170,183,206,8,0,175,48,108,11,57,34,11,0,178,48,151,182,59,41,7,0,179,176,235,86,102,237,9,0,179,176,235,86,115,238,9,0,183,48,112,89,124,199,7,0,186,48,28,64,177,21,7,0,186,48,13,254,118,1,9,0,186,48,13,254,6,2,9,0,187,176,49,90,29,234,5,0,188,176,118,51,156,176,7,0,188,176,118,51,81,179,7,0,188,176,118,51,18,91,9,0,190,48,22,243,151,148,6,0,190,176,38,0,137,3,11,0,193,48,171,116,158,128,7,0,194,48,212,105,102,237,9,0,194,48,212,105,115,238,9,0,194,176,251,38,37,105,11,0,195,48,175,235,51,109,7,0,195,48,246,253,67,156,8,0,195,48,246,253,184,92,9,0,195,48,246,253,53,93,9,0,195,48,122,69,109,216,9,0,195,48,122,69,99,217,9,0,196,48,191,27,155,89,7,0,196,176,57,222,213,89,8,0,196,176,137,247,168,3,9,0,196,176,137,247,73,7,9,0,198,176,92,69,139,83,7,0,198,48,80,126,31,85,8,0,200,48,77,126,168,3,9,0,200,48,77,126,73,7,9,0,201,176,47,51,156,176,7,0,201,176,47,51,81,179,7,0,202,176,106,162,42,67,6,0,202,176,106,162,187,145,6,0,202,176,106,162,119,97,7,0,205,48,105,37,235,99,7,0,206,48,38,100,168,3,9,0,206,48,38,100,73,7,9,0,208,176,62,126,149,19,11,0,209,176,22,127,79,174,7,0,209,176,22,127,68,192,7,0,209,176,22,127,21,204,7,0,210,176,101,93,255,182,6,0,211,176,105,27,68,165,7,0,211,48,63,39,102,237,9,0,211,48,63,39,115,238,9,0,214,176,167,128,142,136,7,0,215,48,125,143,42,201,6,0,215,48,14,189,138,45,8,0,219,48,66,12,197,48,7,0,221,176,39,14,118,1,9,0,221,176,39,14,6,2,9,0,221,48,25,86,218,159,10,0,221,48,25,86,111,162,10,0,222,48,55,25,107,201,11,0,223,48,47,243,170,79,7,0,224,48,47,46,55,228,8,0,224,48,47,46,39,237,8,0,224,48,47,46,32,246,8,0,224,176,73,146,138,85,9,0,224,176,73,146,93,87,9,0,230,48,222,103,174,197,11,0,234,176,39,171,255,110,10,0,236,176,68,185,110,51,6,0,238,48,8,142,70,212,10,0,239,48,244,147,113,49,9,0,239,48,244,147,44,51,9,0,239,176,2,188,10,99,9,0,239,176,2,188,226,99,9,0,243,48,110,137,182,94,7,0,249,48,198,63,179,226,11,0,251,176,85,140,59,41,7,0,0,177,125,28,182,94,7,0,1,177,49,202,43,202,7,0,1,177,69,235,230,254,11,0,7,177,21,154,135,32,6,0,7,177,21,154,146,33,6,0,7,49,84,167,129,212,6,0,7,177,170,137,144,137,7,0,10,177,212,54,5,143,7,0,14,177,107,41,75,76,8,0,15,49,218,5,59,41,7,0,16,49,32,105,19,241,5,0,19,177,25,63,177,27,9,0,19,177,25,63,254,28,9,0,19,177,25,63,77,30,9,0,19,177,120,233,24,53,9,0,19,177,120,233,252,53,9,0,19,177,120,233,216,54,9,0,20,49,170,230,229,200,6,0,21,49,48,49,159,158,7,0,23,49,99,26,35,127,7,0,27,177,149,103,45,221,5,0,27,49,113,238,71,27,7,0,27,177,185,27,59,41,7,0,27,49,48,197,203,157,11,0,28,177,108,2,169,253,5,0,28,49,44,1,42,72,9,0,28,49,44,1,233,72,9,0,28,49,44,1,162,73,9,0,29,177,203,241,92,50,6,0,30,49,84,24,192,146,6,0,30,49,43,193,23,39,7,0,32,49,203,153,46,217,5,0,35,177,131,10,138,55,10,0,35,177,131,10,173,55,10,0,35,177,131,10,200,55,10,0,36,49,247,200,42,72,9,0,36,49,247,200,233,72,9,0,36,49,247,200,162,73,9,0,37,49,141,98,142,136,7,0,37,49,213,95,81,179,7,0,37,49,213,95,43,192,7,0,38,49,157,38,53,35,6,0,39,177,45,218,92,15,9,0,39,177,45,218,130,20,9,0,40,49,183,127,119,213,7,0,40,177,6,113,131,121,11,0,41,49,63,125,12,206,6,0,43,49,4,114,17,118,6,0,43,49,174,75,165,187,9,0,43,49,174,75,32,188,9,0,43,49,174,75,149,188,9,0,43,49,174,75,61,189,9,0,43,49,174,75,215,189,9,0,44,177,184,35,10,77,7,0,44,177,184,35,170,79,7,0,44,177,125,77,68,165,7,0,45,49,58,129,118,1,9,0,45,49,58,129,6,2,9,0,46,177,220,110,102,228,5,0,47,49,241,167,168,3,9,0,47,49,241,167,73,7,9,0,47,49,241,14,133,47,9,0,47,49,241,14,46,48,9,0,47,49,8,234,237,4,11,0,51,177,163,243,18,74,11,0,51,177,163,243,44,74,11,0,52,49,226,163,116,66,7,0,53,177,113,111,113,157,7,0,56,177,250,159,52,28,7,0,60,177,206,34,170,79,7,0,60,177,206,34,7,83,11,0,61,177,230,249,69,135,7,0,62,177,163,2,91,121,9,0,62,177,163,2,171,122,9,0,62,177,163,2,253,123,9,0,62,177,163,2,84,125,9,0,63,49,157,38,232,155,7,0,65,177,80,245,21,57,7,0,65,177,80,245,46,221,10,0,66,177,253,100,35,127,7,0,68,49,237,62,68,165,7,0,70,177,105,2,44,233,5,0,71,49,216,21,96,235,11,0,72,49,19,193,55,228,8,0,72,49,19,193,39,237,8,0,72,49,19,193,32,246,8,0,72,177,2,77,147,52,11,0,74,177,94,11,101,169,6,0,74,177,94,11,197,48,7,0,77,49,58,157,176,166,6,0,77,49,52,198,92,236,10,0,80,49,1,4,86,119,7,0,82,177,198,127,81,179,7,0,83,177,201,152,8,218,8,0,84,177,239,220,47,14,7,0,84,177,172,68,92,15,9,0,84,177,172,68,130,20,9,0,86,177,203,146,186,236,6,0,86,49,212,106,69,110,7,0,87,49,202,152,81,179,7,0,87,49,208,54,135,47,8,0,87,49,202,152,25,144,8,0,87,49,202,152,141,144,8,0,87,49,202,152,247,144,8,0,87,49,202,152,18,104,10,0,88,49,244,127,55,228,8,0,88,49,244,127,39,237,8,0,88,49,244,127,32,246,8,0,88,177,131,46,168,3,9,0,88,177,131,46,73,7,9,0,91,177,196,229,114,255,5,0,91,49,132,221,68,165,7,0,92,177,36,90,145,73,10,0,92,177,36,90,57,74,10,0,95,49,68,19,59,41,7,0,95,177,24,149,139,83,7,0,97,49,134,72,131,41,9,0,98,177,241,243,59,115,11,0,99,49,140,158,100,13,8,0,101,49,148,1,59,41,7,0,104,49,93,94,131,58,6,0,104,177,188,129,5,143,7,0,105,49,247,12,249,96,6,0,108,49,154,250,243,16,8,0,108,49,154,250,33,17,8,0,108,49,154,250,83,17,8,0,109,49,113,186,114,38,11,0,113,177,10,251,158,128,7,0,114,177,135,84,55,228,8,0,114,177,135,84,39,237,8,0,114,177,135,84,32,246,8,0,115,177,63,187,181,58,7,0,115,49,144,194,99,70,7,0,115,49,77,121,181,219,7,0,117,49,214,49,81,179,7,0,117,49,214,49,45,164,8,0,117,49,214,49,195,164,8,0,117,49,214,49,101,165,8,0,117,49,214,49,205,92,10,0,121,49,201,11,235,99,7,0,121,49,253,148,238,137,9,0,121,49,253,148,73,138,9,0,121,49,253,148,158,138,9,0,121,49,70,2,177,109,11,0,122,177,186,196,37,63,7,0,122,49,60,38,145,73,10,0,122,49,60,38,57,74,10,0,122,49,200,60,140,250,10,0,122,177,111,240,181,14,11,0,123,49,169,47,211,222,6,0,124,177,104,216,203,131,9,0,124,177,104,216,97,132,9,0,124,49,209,34,218,159,10,0,124,49,209,34,111,162,10,0,126,49,231,247,81,179,7,0,126,49,231,247,34,26,9,0,126,49,83,178,55,149,9,0,129,49,185,80,159,56,11,0,131,177,26,58,59,41,7,0,133,49,112,52,81,179,7,0,133,49,112,52,18,104,10,0,135,49,99,236,210,112,7,0,135,49,121,32,68,165,7,0,136,177,24,161,234,175,6,0,136,49,192,148,235,99,7,0,137,49,155,115,71,238,6,0,138,49,48,56,5,143,7,0,138,177,101,15,68,165,7,0,138,49,117,203,37,46,10,0,138,49,117,203,103,47,10,0,138,49,117,203,172,48,10,0,139,49,150,197,75,107,7,0,140,177,157,78,55,235,5,0,141,177,76,33,82,233,11,0,142,177,106,13,184,92,9,0,142,177,106,13,53,93,9,0,148,49,11,207,64,88,10,0,152,177,70,106,238,66,9,0,152,177,70,106,8,69,9,0,154,177,8,120,77,61,9,0,154,177,8,120,55,62,9,0,157,49,252,194,75,107,7,0,160,177,207,178,152,65,9,0,160,177,207,178,36,66,9,0,160,177,11,196,138,85,9,0,160,177,11,196,93,87,9,0,161,49,177,94,158,128,7,0,163,49,219,56,187,164,6,0,163,49,199,126,223,20,7,0,163,177,156,57,69,110,7,0,163,177,41,238,62,254,9,0,163,177,41,238,89,254,9,0,163,177,41,238,114,254,9,0,164,49,156,196,221,219,7,0,165,49,77,17,92,15,9,0,165,49,77,17,130,20,9,0,165,177,89,101,113,49,9,0,165,177,89,101,44,51,9,0,166,49,217,46,30,131,7,0,167,177,164,166,10,77,7,0,167,177,164,166,170,79,7,0,168,177,33,98,228,90,7,0,170,49,196,148,77,217,6,0,174,49,127,99,68,165,7,0,175,177,50,124,198,161,6,0,176,177,219,62,110,238,5,0,176,49,158,203,228,90,7,0,178,49,202,34,135,197,10,0,179,177,38,246,240,59,7,0,179,49,152,206,55,228,8,0,179,49,152,206,39,237,8,0,179,49,152,206,32,246,8,0,182,177,191,225,197,48,7,0,182,177,94,174,81,179,7,0,182,177,94,174,34,26,9,0,183,49,81,199,64,88,10,0,183,177,99,128,218,159,10,0,183,177,99,128,111,162,10,0,184,177,200,80,59,41,7,0,185,177,50,221,68,165,7,0,187,177,151,53,228,75,9,0,187,177,151,53,142,76,9,0,189,49,239,1,240,59,7,0,189,49,246,13,232,121,7,0,189,177,138,206,117,49,8,0,189,177,138,206,155,49,8,0,189,177,138,206,193,49,8,0,193,177,143,166,207,167,8,0,194,49,10,220,170,79,7,0,197,49,151,133,124,106,6,0,197,49,151,133,94,193,6,0,197,177,134,39,170,31,7,0,199,49,245,80,65,193,11,0,199,49,34,52,166,212,11,0,200,49,131,235,144,137,7,0,201,49,215,123,155,202,10,0,201,49,215,123,185,202,10,0,202,177,115,42,92,15,9,0,202,177,115,42,130,20,9,0,202,177,3,154,79,70,10,0,202,177,3,154,103,70,10,0,202,177,3,154,130,70,10,0,204,49,195,146,196,221,10,0,204,177,55,224,132,139,11,0,206,177,38,215,6,61,7,0,210,49,45,74,210,13,9,0,210,49,45,74,132,14,9,0,210,49,45,74,131,64,10,0,210,177,50,175,255,110,10,0,213,177,17,154,92,15,9,0,213,177,17,154,130,20,9,0,213,49,122,184,77,94,9,0,213,49,122,184,93,95,9,0,219,49,175,68,170,111,7,0,220,177,226,36,144,27,11,0,222,49,3,178,108,20,6,0,223,177,95,131,69,135,7,0,223,177,78,34,96,223,11,0,223,177,78,34,26,230,11,0,223,177,78,34,58,230,11,0,224,177,34,215,233,118,10,0,224,177,34,215,125,119,10,0,224,177,34,215,21,120,10,0,226,177,205,184,110,78,8,0,226,49,136,198,255,110,10,0,227,177,208,1,38,1,11,0,227,177,208,1,54,7,11,0,228,177,198,227,86,119,7,0,230,49,82,215,71,115,7,0,231,49,108,50,137,230,5,0,232,49,13,145,79,168,11,0,235,177,171,137,100,26,6,0,236,49,153,183,11,170,6,0,237,49,20,136,236,23,7,0,237,49,20,136,112,24,7,0,238,177,40,201,246,15,7,0,238,177,239,7,166,121,8,0,238,49,93,189,235,135,10,0,238,49,93,189,152,136,10,0,241,49,206,70,197,48,7,0,243,49,113,60,203,229,5,0,244,177,134,82,213,31,9,0,244,177,134,82,198,32,9,0,246,177,246,252,84,1,8,0,247,177,170,249,51,231,5,0,250,49,252,98,78,161,6,0,250,49,252,98,76,65,10,0,250,49,252,98,105,65,10,0,252,49,170,4,132,58,8,0,252,177,226,23,177,27,9,0,252,177,226,23,254,28,9,0,252,177,226,23,77,30,9,0,255,177,167,133,217,255,5,0,255,49,123,108,166,195,6,0,0,178,191,254,46,97,8,0,0,178,252,86,198,170,11,0,2,178,175,191,228,13,7,0,4,178,217,49,197,48,7,0,6,50,165,235,37,63,7,0,8,178,220,126,165,176,11,0,10,178,25,130,144,137,7,0,11,50,19,9,79,4,7,0,11,50,76,251,144,137,7,0,11,50,19,9,198,16,8,0,12,50,133,230,107,90,7,0,14,50,132,47,92,15,9,0,14,50,132,47,130,20,9,0,18,178,129,196,232,121,7,0,18,178,124,206,156,176,7,0,18,178,124,206,130,112,9,0,18,178,124,206,160,112,9,0,19,178,188,94,197,48,7,0,19,50,79,156,45,101,8,0,21,178,195,67,255,110,10,0,22,50,91,142,103,103,8,0,22,50,98,20,55,154,10,0,22,50,98,20,144,154,10,0,23,178,149,169,38,139,9,0,23,178,149,169,118,139,9,0,23,178,149,169,213,139,9,0,23,178,149,169,39,140,9,0,24,50,232,232,5,143,7,0,25,50,37,228,19,237,11,0,27,178,196,3,150,174,8,0,30,50,33,115,37,63,7,0,30,178,58,99,232,121,7,0,31,178,41,140,23,39,7,0,32,178,199,148,238,160,7,0,33,178,17,109,12,37,9,0,33,178,17,109,124,37,9,0,36,50,78,188,108,32,7,0,36,50,92,145,238,66,9,0,36,50,92,145,8,69,9,0,42,50,45,113,33,10,7,0,46,50,162,65,135,47,8,0,47,50,208,139,13,210,8,0,48,50,181,86,25,47,6,0,48,50,110,7,238,137,9,0,48,50,110,7,73,138,9,0,48,50,110,7,158,138,9,0,50,50,211,194,45,105,7,0,50,50,211,194,233,149,10,0,50,50,211,194,4,150,10,0,52,178,169,193,119,172,9,0,52,178,169,193,135,172,9,0,54,178,249,7,69,110,7,0,56,50,103,48,197,48,7,0,56,50,27,87,11,117,11,0,59,178,229,212,2,126,10,0,59,178,229,212,203,126,10,0,63,50,239,198,213,44,10,0,64,178,203,49,254,125,6,0,64,178,1,254,110,119,8,0,65,50,57,36,220,126,9,0,65,50,57,36,138,127,9,0,67,50,193,104,55,228,8,0,67,50,193,104,39,237,8,0,67,50,193,104,32,246,8,0,68,178,98,244,81,32,8,0,69,178,33,170,81,179,7,0,69,178,33,170,68,192,7,0,71,50,145,245,255,110,10,0,72,178,57,50,166,23,10,0,72,178,57,50,181,24,10,0,72,178,57,50,184,25,10,0,72,178,57,50,214,26,10,0,74,50,175,204,141,119,6,0,74,50,49,54,44,197,6,0,74,178,21,77,68,165,7,0,75,178,16,209,126,12,7,0,76,50,113,27,168,3,9,0,76,50,113,27,73,7,9,0,78,50,101,179,45,208,10,0,79,50,127,151,253,187,11,0,80,178,98,244,158,128,7,0,81,50,57,235,144,137,7,0,83,50,46,127,45,15,7,0,83,178,30,192,69,110,7,0,85,178,229,20,206,174,6,0,85,178,229,20,0,242,6,0,85,50,165,242,113,49,9,0,85,50,165,242,44,51,9,0,86,50,66,160,159,19,6,0,87,50,23,126,205,162,8,0,91,178,101,209,231,206,9,0,94,178,203,26,197,48,7,0,94,178,12,188,24,53,9,0,94,178,12,188,252,53,9,0,94,178,12,188,216,54,9,0,95,178,22,201,144,137,7,0,97,178,34,202,110,126,6,0,97,50,145,56,240,59,7,0,103,178,57,130,177,27,9,0,103,178,57,130,254,28,9,0,103,178,57,130,77,30,9,0,106,178,142,160,168,3,9,0,106,178,142,160,73,7,9,0,110,178,79,197,55,228,8,0,110,178,79,197,39,237,8,0,110,178,79,197,32,246,8,0,116,50,88,119,37,63,7,0,116,178,250,181,182,94,7,0,117,50,28,200,83,225,9,0,117,50,28,200,118,225,9,0,118,50,33,239,114,205,10,0,120,178,5,75,232,102,8,0,120,178,5,75,165,160,8,0,121,50,54,14,161,156,10,0,121,50,54,14,187,156,10,0,121,50,54,14,242,156,10,0,124,178,200,165,157,51,10,0,124,178,200,165,1,52,10,0,124,178,200,165,98,52,10,0,127,178,19,61,200,176,9,0,127,178,19,61,6,177,9,0,127,178,19,61,87,177,9,0,128,178,157,246,157,51,10,0,128,178,157,246,1,52,10,0,128,178,157,246,98,52,10,0,128,50,239,233,243,137,10,0,128,50,239,233,63,138,10,0,128,50,239,233,140,138,10,0,139,178,230,60,168,3,9,0,139,178,230,60,73,7,9,0,139,178,213,11,213,31,9,0,139,178,213,11,198,32,9,0,141,178,59,72,231,98,6,0,141,178,106,73,206,128,6,0,141,178,59,72,240,59,7,0,141,178,33,239,10,99,9,0,141,178,33,239,226,99,9,0,142,50,230,22,2,72,7,0,147,178,147,46,197,48,7,0,148,50,229,115,235,99,7,0,148,50,237,50,55,228,8,0,148,50,237,50,39,237,8,0,148,50,237,50,32,246,8,0,149,178,148,57,241,240,5,0,152,178,126,215,133,47,9,0,152,178,126,215,46,48,9,0,153,178,230,133,72,17,7,0,153,178,46,207,69,252,10,0,155,50,199,174,45,15,7,0,161,50,64,130,122,75,6,0,161,178,163,211,55,228,8,0,161,178,163,211,39,237,8,0,161,178,163,211,32,246,8,0,164,178,235,28,10,99,9,0,164,178,235,28,226,99,9,0,164,178,192,219,186,194,10,0,166,50,150,74,118,112,7,0,166,50,150,74,210,112,7,0,172,178,154,178,4,65,6,0,172,50,178,216,166,23,10,0,172,50,178,216,181,24,10,0,172,50,178,216,184,25,10,0,172,50,178,216,214,26,10,0,173,178,114,251,59,41,7,0,173,50,200,15,137,178,7,0,173,50,226,70,150,219,9,0,173,50,226,70,176,219,9,0,175,50,125,194,230,39,6,0,176,178,245,183,214,113,7,0,176,50,162,159,27,251,7,0,176,50,226,199,163,149,9,0,176,50,226,199,246,149,9,0,178,178,168,255,55,154,10,0,178,178,168,255,144,154,10,0,179,178,143,173,5,18,11,0,180,178,231,51,86,11,7,0,180,50,145,103,35,127,7,0,181,50,152,77,193,76,6,0,181,50,246,49,240,77,11,0,183,178,47,42,206,9,10,0,183,178,47,42,245,9,10,0,184,50,44,44,68,165,7,0,185,178,63,119,205,14,11,0,187,50,80,108,238,138,6,0,187,50,33,38,22,38,7,0,188,178,44,118,2,126,10,0,188,178,44,118,203,126,10,0,189,178,231,234,170,79,7,0,189,178,231,234,198,215,11,0,190,178,185,227,57,124,6,0,192,178,130,8,232,121,7,0,193,178,215,26,92,15,9,0,193,178,215,26,130,20,9,0,195,178,158,174,203,88,7,0,196,178,153,164,73,12,11,0,197,178,166,225,5,143,7,0,199,178,226,188,147,207,7,0,199,50,40,222,66,206,9,0,199,50,40,222,105,206,9,0,199,50,40,222,147,206,9,0,201,178,79,96,155,234,7,0,205,178,253,181,39,44,6,0,205,50,81,18,204,126,7,0,206,178,149,101,207,167,8,0,207,178,181,167,45,105,7,0,207,178,115,178,55,228,8,0,207,178,115,178,39,237,8,0,207,178,115,178,32,246,8,0,207,50,167,210,168,107,9,0,207,50,167,210,251,108,9,0,211,50,62,16,152,30,7,0,212,178,97,69,197,48,7,0,213,50,32,73,161,134,11,0,219,50,155,51,211,222,6,0,222,178,199,148,225,242,6,0,223,50,172,217,215,220,10,0,224,178,106,96,218,159,10,0,224,178,106,96,111,162,10,0,226,50,162,93,210,112,7,0,234,178,221,104,254,1,6,0,234,178,48,38,183,68,7,0,235,50,32,231,99,70,7,0,239,178,226,217,247,146,6,0,239,50,166,182,214,71,11,0,240,178,99,230,247,27,7,0,240,178,141,253,5,143,7,0,240,178,99,230,68,165,7,0,241,50,245,170,20,146,10,0,241,50,245,170,86,146,10,0,244,50,157,204,10,77,7,0,244,50,157,204,170,79,7,0,244,50,195,68,6,97,7,0,245,50,90,115,247,224,10,0,249,178,125,229,68,165,7,0,252,50,182,191,95,219,6,0,252,50,216,171,59,41,7,0,253,178,245,244,59,41,7,0,255,178,191,174,59,41,7,0,2,179,151,182,167,61,7,0,3,51,26,157,249,0,7,0,3,179,38,47,197,48,7,0,3,51,26,157,64,231,9,0,3,51,26,157,82,231,9,0,3,179,22,84,45,208,10,0,7,51,81,133,55,228,8,0,7,51,81,133,39,237,8,0,7,51,81,133,32,246,8,0,11,51,74,83,81,179,7,0,11,51,74,83,206,71,10,0,13,51,10,58,84,36,7,0,14,51,203,43,205,169,10,0,14,51,203,43,47,171,10,0,20,179,154,64,136,17,7,0,22,51,29,52,149,106,7,0,22,51,29,52,239,106,7,0,22,179,153,23,249,165,11,0,23,51,77,13,76,5,7,0,27,179,75,59,238,66,9,0,27,179,75,59,8,69,9,0,28,51,135,177,114,13,6,0,32,51,79,132,81,179,7,0,32,179,200,126,55,228,8,0,32,179,200,126,39,237,8,0,32,179,200,126,32,246,8,0,32,51,79,132,92,169,10,0,32,51,79,132,155,169,10,0,32,179,95,73,0,196,11,0,34,179,28,3,156,176,7,0,34,179,28,3,250,150,9,0,34,179,28,3,10,151,9,0,34,179,28,3,35,151,9,0,35,179,236,26,47,0,11,0,35,51,33,116,67,24,11,0,38,51,250,154,139,3,7,0,40,179,182,2,224,11,8,0,40,179,182,2,15,12,8,0,40,51,85,174,67,56,11,0,41,179,31,7,9,42,6,0,41,179,31,7,242,48,6,0,41,179,31,7,113,162,8,0,41,179,253,208,221,146,10,0,47,51,18,83,22,250,11,0,47,51,18,83,42,250,11,0,48,179,172,123,113,6,6,0,48,179,172,123,115,121,6,0,49,51,253,124,5,143,7,0,49,179,130,247,138,85,9,0,49,179,130,247,93,87,9,0,50,179,73,190,102,141,6,0,50,179,73,190,126,141,6,0,52,51,88,0,139,83,7,0,52,179,230,19,121,197,7,0,52,51,88,0,43,245,9,0,52,51,88,0,72,245,9,0,54,179,200,45,55,228,8,0,54,179,200,45,39,237,8,0,54,179,200,45,32,246,8,0,55,51,145,207,59,41,7,0,55,179,130,247,138,85,9,0,55,179,130,247,93,87,9,0,55,179,128,223,255,110,10,0,56,51,61,95,71,72,6,0,58,51,224,200,131,40,10,0,58,51,224,200,90,41,10,0,59,179,80,166,137,135,9,0,59,179,80,166,168,135,9,0,60,51,235,2,197,48,7,0,61,179,189,8,220,27,8,0,62,51,18,1,203,88,7,0,62,51,179,96,212,252,11,0,64,51,76,8,144,137,7,0,66,179,76,82,255,32,7,0,70,179,227,43,108,57,7,0,70,179,227,43,168,57,7,0,72,51,249,21,176,18,11,0,72,179,129,184,148,246,11,0,73,179,189,134,183,116,7,0,75,51,150,178,1,135,7,0,80,179,131,93,181,58,7,0,80,51,83,39,2,72,7,0,83,179,53,51,114,2,7,0,85,51,39,190,138,103,9,0,85,51,39,190,62,104,9,0,87,51,242,221,175,172,9,0,87,51,242,221,220,172,9,0,87,179,187,172,96,200,11,0,89,51,50,247,109,216,9,0,89,51,50,247,99,217,9,0,91,179,198,235,40,63,9,0,91,179,198,235,226,63,9,0,91,179,198,235,144,64,9,0,93,51,66,14,10,77,7,0,93,51,66,14,170,79,7,0,93,51,66,14,55,228,8,0,93,51,66,14,39,237,8,0,93,51,66,14,32,246,8,0,94,179,172,2,0,16,11,0,95,179,100,179,142,65,7,0,96,51,217,135,40,63,9,0,96,51,217,135,226,63,9,0,96,51,217,135,144,64,9,0,97,179,83,222,86,119,7,0,97,179,83,89,149,22,10,0,97,179,83,89,231,22,10,0,99,51,123,158,50,82,6,0,99,51,123,158,120,81,8,0,100,179,193,71,55,228,8,0,100,179,193,71,39,237,8,0,100,179,193,71,32,246,8,0,101,179,112,17,59,41,7,0,102,51,110,137,13,115,11,0,105,51,197,8,178,201,7,0,107,179,49,251,219,120,6,0,107,179,49,251,144,138,6,0,108,179,238,208,156,176,7,0,109,179,75,0,128,18,6,0,109,179,232,96,173,245,11,0,110,51,117,212,235,99,7,0,112,179,6,27,99,70,7,0,112,179,79,36,55,228,8,0,112,179,79,36,39,237,8,0,112,179,79,36,32,246,8,0,113,51,32,127,238,202,10,0,114,179,0,63,110,119,8,0,117,51,188,148,26,38,9,0,117,51,188,148,85,38,9,0,117,51,188,148,140,38,9,0,122,51,225,86,146,142,9,0,122,51,225,86,222,142,9,0,122,51,225,86,39,143,9,0,125,51,155,196,238,66,9,0,125,51,155,196,8,69,9,0,127,179,87,116,192,15,7,0,128,179,179,170,54,241,9,0,128,179,179,170,213,241,9,0,129,51,28,197,181,244,11,0,132,179,130,247,138,85,9,0,132,179,130,247,93,87,9,0,134,51,255,220,191,213,11,0,134,51,255,220,44,217,11,0,137,179,153,93,90,240,5,0,137,179,153,93,117,72,6,0,137,179,21,163,35,127,7,0,138,51,176,204,232,121,7,0,139,179,253,44,55,228,8,0,139,179,253,44,39,237,8,0,139,179,253,44,32,246,8,0,140,179,245,30,68,165,7,0,141,51,101,6,86,119,7,0,143,179,16,55,183,210,11,0,144,51,81,190,197,48,7,0,144,179,118,94,221,200,11,0,145,179,244,209,192,223,5,0,145,51,200,82,128,20,7,0,145,179,165,117,170,79,7,0,145,179,165,117,68,165,7,0,147,179,157,38,97,159,7,0,149,179,114,33,138,85,9,0,149,179,114,33,93,87,9,0,150,179,90,6,55,228,8,0,150,179,90,6,39,237,8,0,150,179,90,6,32,246,8,0,152,51,40,48,120,156,11,0,156,179,250,136,245,114,11,0,157,51,206,6,5,143,7,0,157,51,8,220,156,176,7,0,157,51,205,100,155,9,8,0,157,51,8,220,136,159,9,0,157,51,83,67,145,73,10,0,157,51,83,67,57,74,10,0,165,179,212,194,132,40,7,0,165,179,114,139,232,121,7,0,166,51,143,33,255,151,6,0,170,51,74,27,238,66,9,0,170,51,74,27,8,69,9,0,172,179,229,211,68,165,7,0,172,51,172,227,215,115,11,0,174,51,112,171,59,41,7,0,174,51,230,133,183,116,7,0,174,179,13,198,131,41,9,0,174,51,3,100,238,100,9,0,174,51,3,100,126,101,9,0,175,179,91,209,52,28,7,0,175,51,164,214,197,48,7,0,175,179,192,172,255,110,10,0,177,51,99,34,68,165,7,0,178,179,123,216,171,187,11,0,178,179,123,216,11,197,11,0,179,179,131,0,137,108,7,0,179,179,131,0,187,108,7,0,179,179,187,201,30,131,7,0,179,51,88,38,68,165,7,0,180,51,193,142,131,7,11,0,180,51,160,80,253,135,11,0,181,51,57,138,5,143,7,0,182,179,154,34,5,143,7,0,185,179,115,167,110,119,8,0,187,51,255,229,217,6,6,0,188,51,83,46,227,213,10,0,191,179,201,196,255,110,10,0,194,179,25,116,58,32,11,0,194,179,25,116,90,32,11,0,195,51,247,12,197,48,7,0,195,51,40,116,139,83,7,0,196,179,205,233,0,88,7,0,196,51,122,247,232,121,7,0,197,179,42,30,156,243,5,0,198,51,33,82,10,77,7,0,198,51,33,82,170,79,7,0,199,51,190,131,185,90,7,0,201,179,47,110,59,41,7,0,204,179,255,169,55,228,8,0,204,179,255,169,39,237,8,0,204,179,255,169,32,246,8,0,205,179,84,43,210,112,7,0,206,179,80,230,155,89,7,0,207,51,91,52,235,99,7,0,208,51,3,31,59,41,7,0,208,51,213,34,154,213,8,0,210,179,4,16,10,7,8,0,210,179,239,50,118,200,11,0,212,179,226,29,235,99,7,0,213,179,216,250,100,106,7,0,215,51,11,206,93,46,11,0,217,179,107,56,59,148,6,0,217,179,107,56,82,148,6,0,217,51,215,234,110,119,8,0,219,179,6,194,99,70,7,0,222,51,149,160,201,240,5,0,222,51,180,121,197,48,7,0,223,179,66,220,175,111,6,0,223,179,66,220,30,131,7,0,226,179,219,240,81,179,7,0,226,179,219,240,68,192,7,0,231,51,156,38,85,200,7,0,231,51,156,38,160,203,7,0,235,51,33,242,11,73,8,0,238,51,13,135,145,88,7,0,245,179,99,236,184,239,5,0,248,179,43,186,89,84,8,0,249,51,6,91,55,228,8,0,249,51,6,91,39,237,8,0,249,51,6,91,32,246,8,0,250,51,242,124,221,219,7,0,251,179,80,56,37,63,7,0,251,51,167,71,153,181,11,0,253,179,195,56,170,79,7,0,1,180,102,145,81,179,7,0,1,52,232,126,25,11,9,0,1,52,232,126,82,11,9,0,2,180,224,154,5,143,7,0,6,180,10,27,57,25,7,0,6,52,37,238,175,179,11,0,7,180,2,126,70,69,8,0,9,52,109,175,71,115,7,0,11,180,242,46,201,24,6,0,11,180,242,46,35,156,7,0,12,52,5,162,77,61,9,0,12,52,5,162,55,62,9,0,12,180,251,238,222,194,9,0,12,180,251,238,76,195,9,0,13,52,170,170,154,140,8,0,14,180,175,122,181,185,6,0,14,52,105,125,20,243,6,0,19,180,80,55,232,121,7,0,20,180,176,217,113,49,9,0,20,180,176,217,44,51,9,0,21,52,140,206,84,87,7,0,22,180,227,144,6,200,6,0,22,180,140,98,68,165,7,0,26,180,46,11,110,119,8,0,31,52,38,124,3,194,6,0,31,180,238,86,226,213,6,0,31,180,25,143,210,173,8,0,31,180,238,86,137,220,11,0,31,180,11,30,85,253,11,0,32,180,144,121,170,79,7,0,32,52,135,227,168,3,9,0,32,52,135,227,73,7,9,0,32,180,144,121,193,252,10,0,32,180,81,141,38,199,11,0,33,52,145,204,168,3,9,0,33,52,145,204,73,7,9,0,33,52,145,204,84,125,9,0,33,52,145,204,74,226,10,0,38,52,32,136,81,179,7,0,38,52,32,136,45,164,8,0,38,52,32,136,195,164,8,0,38,52,32,136,101,165,8,0,38,52,94,69,24,53,9,0,38,52,94,69,252,53,9,0,38,52,94,69,216,54,9,0,38,52,32,136,205,92,10,0,46,180,117,163,85,33,11,0,47,180,0,97,55,228,8,0,47,180,0,97,39,237,8,0,47,180,0,97,32,246,8,0,48,180,233,111,218,159,10,0,48,180,233,111,111,162,10,0,49,180,54,29,55,228,8,0,49,180,54,29,39,237,8,0,49,180,54,29,32,246,8,0,50,180,198,158,94,175,7,0,50,180,198,158,230,185,7,0,51,52,81,190,184,216,7,0,51,52,81,190,19,142,9,0,51,52,81,190,63,142,9,0,53,52,98,162,108,19,7,0,53,180,181,214,235,99,7,0,53,180,157,254,86,119,7,0,54,52,45,144,144,27,11,0,56,52,252,159,182,94,7,0,57,52,141,144,233,118,10,0,57,52,141,144,125,119,10,0,57,52,141,144,21,120,10,0,57,180,246,245,218,159,10,0,57,180,246,245,111,162,10,0,58,52,71,173,10,77,7,0,58,52,71,173,170,79,7,0,61,52,240,127,2,72,7,0,61,52,186,148,218,159,10,0,61,52,186,148,111,162,10,0,63,180,160,123,95,89,6,0,65,180,173,16,205,169,10,0,65,180,173,16,47,171,10,0,67,180,219,247,183,116,7,0,69,52,81,190,54,123,11,0,71,180,98,199,184,235,10,0,72,52,79,107,18,8,11,0,73,180,136,75,213,44,10,0,73,52,23,60,71,37,11,0,78,180,163,160,107,114,7,0,79,180,102,3,126,211,6,0,79,180,172,101,156,176,7,0,79,52,153,151,157,51,10,0,79,52,153,151,1,52,10,0,79,52,153,151,98,52,10,0,79,52,187,202,234,112,11,0,80,180,254,144,203,81,9,0,80,180,254,144,169,82,9,0,81,52,182,241,23,39,7,0,84,180,40,170,204,70,7,0,85,52,157,38,81,179,7,0,87,180,140,115,194,243,6,0,87,180,140,115,68,165,7,0,88,52,161,239,210,13,9,0,88,52,161,239,132,14,9,0,89,52,68,250,231,206,9,0,90,180,52,218,167,83,10,0,90,180,52,218,239,83,10,0,90,180,52,218,51,84,10,0,90,180,52,218,113,84,10,0,90,180,52,218,82,205,10,0,92,52,166,69,97,6,7,0,93,180,14,58,254,125,6,0,93,52,84,90,55,228,8,0,93,52,84,90,39,237,8,0,93,52,84,90,32,246,8,0,95,180,207,135,55,228,8,0,95,180,207,135,39,237,8,0,95,180,207,135,32,246,8,0,96,180,143,66,255,110,10,0,102,180,249,54,70,34,6,0,102,180,249,54,67,122,6,0,103,52,63,219,197,48,7,0,103,180,133,173,37,46,10,0,103,180,133,173,103,47,10,0,103,180,133,173,172,48,10,0,104,52,108,2,10,99,9,0,104,52,108,2,226,99,9,0,106,52,93,203,94,175,7,0,106,52,93,203,254,193,7,0,107,52,100,241,68,165,7,0,109,180,29,100,11,24,11,0,115,180,250,132,84,18,11,0,117,52,16,224,42,72,9,0,117,52,16,224,233,72,9,0,117,52,16,224,162,73,9,0,120,52,242,221,197,48,7,0,125,52,61,130,40,63,9,0,125,52,61,130,226,63,9,0,125,52,61,130,144,64,9,0,126,180,179,63,59,41,7,0,128,52,124,217,113,49,9,0,128,52,124,217,44,51,9,0,129,52,241,30,135,218,9,0,129,52,241,30,242,218,9,0,130,180,182,180,59,41,7,0,130,180,59,70,232,121,7,0,131,180,72,20,55,228,8,0,131,180,72,20,39,237,8,0,131,180,72,20,32,246,8,0,132,180,245,19,59,41,7,0,132,180,211,100,221,146,10,0,132,180,211,100,221,146,10,0,133,52,212,217,186,56,6,0,133,52,212,217,24,113,6,0,134,180,5,40,68,165,7,0,136,180,202,56,133,47,9,0,136,180,202,56,46,48,9,0,138,180,193,103,79,68,7,0,138,180,193,103,113,49,9,0,138,180,193,103,44,51,9,0,143,52,237,64,232,121,7,0,144,52,46,129,48,56,6,0,145,180,41,46,76,5,7,0,145,52,90,36,216,25,7,0,147,52,61,129,171,38,6,0,147,52,61,129,137,54,8,0,148,52,34,70,69,163,8,0,148,52,44,60,178,36,11,0,150,52,152,167,15,59,6,0,150,52,152,167,246,208,8,0,151,180,175,212,52,28,7,0,151,180,235,19,182,79,8,0,151,180,235,19,216,53,10,0,151,180,235,19,241,53,10,0,151,180,235,19,250,63,11,0,152,52,166,193,5,143,7,0,152,52,48,226,136,199,10,0,153,180,57,40,55,228,8,0,153,180,57,40,39,237,8,0,153,180,57,40,32,246,8,0,155,180,26,140,206,240,10,0,161,180,13,147,167,61,7,0,162,52,46,24,197,48,7,0,163,180,94,57,56,57,7,0,165,52,247,92,55,154,10,0,165,52,247,92,144,154,10,0,169,52,207,192,228,90,7,0,169,52,92,176,138,85,9,0,169,52,92,176,93,87,9,0,170,52,112,167,107,184,11,0,171,180,224,215,76,248,9,0,171,180,224,215,126,248,9,0,171,180,224,215,163,248,9,0,175,52,33,191,203,81,9,0,175,52,33,191,169,82,9,0,176,180,45,165,110,119,8,0,177,52,102,240,162,171,6,0,177,52,124,3,91,121,9,0,177,52,124,3,171,122,9,0,177,52,124,3,253,123,9,0,177,52,124,3,84,125,9,0,178,180,111,226,72,81,10,0,178,180,111,226,128,81,10,0,178,180,111,226,185,81,10,0,180,52,207,182,8,115,7,0,181,52,186,148,236,65,7,0,182,180,236,93,108,32,7,0,184,52,105,155,95,227,8,0,184,180,22,182,208,201,10,0,184,180,22,182,238,201,10,0,185,180,129,47,75,107,7,0,185,52,249,43,177,27,9,0,185,52,249,43,254,28,9,0,185,52,249,43,77,30,9,0,185,52,249,43,193,247,9,0,185,52,249,43,240,247,9,0,186,52,75,175,205,226,8,0,189,52,248,74,121,34,7,0,191,180,27,112,135,47,8,0,191,180,130,247,138,85,9,0,191,180,130,247,93,87,9,0,191,180,25,179,199,172,10,0,191,180,25,179,74,173,10,0,197,52,179,239,114,38,11,0,199,52,103,123,32,153,6,0,199,180,3,64,42,72,9,0,199,180,3,64,233,72,9,0,199,180,3,64,162,73,9,0,201,52,231,203,179,129,7,0,205,52,219,111,255,110,10,0,206,180,196,40,181,83,11,0,209,52,142,173,12,27,11,0,215,180,167,160,19,132,6,0,218,180,241,15,144,137,7,0,219,52,77,202,146,78,10,0,221,52,95,31,201,24,6,0,221,52,95,31,35,156,7,0,221,180,160,68,80,236,7,0,222,180,237,96,239,39,10,0,222,180,237,96,45,40,10,0,222,180,237,96,89,40,10,0,225,52,234,3,46,214,6,0,227,52,204,248,213,223,9,0,227,52,204,248,250,223,9,0,228,180,200,247,238,66,9,0,228,180,200,247,8,69,9,0,228,52,96,29,153,181,11,0,230,52,27,48,5,143,7,0,231,180,161,113,185,93,6,0,231,180,79,116,255,110,10,0,234,180,183,154,42,36,9,0,234,180,183,154,135,36,9,0,235,180,184,195,127,91,6,0,241,52,24,122,146,238,5,0,242,180,164,71,207,89,11,0,243,180,142,54,168,213,7,0,246,52,94,91,255,127,11,0,249,52,3,163,176,218,11,0,250,180,172,164,92,15,9,0,250,180,172,164,130,20,9,0,251,52,37,84,235,122,11,0,253,52,181,189,204,195,10,0,254,52,123,96,143,39,9,0,254,52,123,96,176,39,9,0,255,52,158,182,33,165,6,0,0,53,245,158,116,92,6,0,1,53,149,13,190,17,7,0,1,53,149,13,57,25,7,0,1,53,211,72,59,41,7,0,4,53,7,207,175,140,10,0,4,53,119,114,144,27,11,0,5,53,139,130,197,48,7,0,5,181,123,121,235,99,7,0,5,181,154,214,211,151,9,0,5,181,154,214,238,151,9,0,6,181,38,91,156,106,9,0,6,181,38,91,213,106,9,0,7,181,168,223,45,241,5,0,9,181,158,98,84,194,10,0,10,181,152,162,214,113,7,0,12,53,181,87,135,47,8,0,13,53,199,130,57,10,7,0,13,53,32,215,130,86,7,0,14,181,131,60,5,167,6,0,14,53,146,201,58,93,7,0,16,53,187,235,92,15,9,0,16,53,187,235,130,20,9,0,17,181,237,66,151,119,9,0,17,181,237,66,246,119,9,0,22,181,54,196,161,166,10,0,22,181,54,196,238,166,10,0,24,181,83,27,188,143,6,0,24,181,83,27,227,114,7,0,24,181,101,237,150,164,7,0,25,53,81,148,155,89,7,0,26,181,16,193,112,206,11,0,29,53,135,26,106,182,9,0,29,53,135,26,186,182,9,0,30,53,241,195,114,13,6,0,30,181,235,13,54,241,9,0,30,181,235,13,213,241,9,0,31,181,95,16,114,251,5,0,31,53,90,231,112,137,11,0,33,53,187,0,5,143,7,0,34,181,250,16,138,85,9,0,34,181,250,16,93,87,9,0,35,181,63,80,253,88,6,0,35,181,137,60,190,98,11,0,37,181,20,29,110,119,8,0,37,181,199,222,21,230,9,0,37,181,199,222,73,230,9,0,38,53,129,143,35,127,7,0,38,53,66,254,42,36,9,0,38,53,66,254,135,36,9,0,43,181,250,89,48,57,8,0,43,181,250,89,182,57,8,0,45,181,61,68,86,62,10,0,45,181,61,68,110,62,10,0,45,181,61,68,135,62,10,0,49,53,63,15,90,6,8,0,49,53,63,15,132,6,8,0,51,53,23,224,45,42,6,0,51,53,23,224,210,42,6,0,51,53,23,224,93,162,6,0,51,53,23,224,245,57,8,0,52,53,207,146,83,126,7,0,53,53,28,126,106,58,7,0,53,53,80,177,113,239,10,0,54,53,50,85,248,121,8,0,56,181,234,71,253,168,9,0,56,181,234,71,19,169,9,0,59,181,120,27,157,220,7,0,59,181,120,27,89,93,10,0,59,181,120,27,143,93,10,0,59,181,120,27,204,93,10,0,61,53,16,220,55,228,8,0,61,53,16,220,39,237,8,0,61,53,16,220,32,246,8,0,63,181,46,97,116,66,7,0,64,181,133,139,255,110,10,0,65,181,9,171,250,13,10,0,65,181,9,171,121,14,10,0,65,181,9,171,5,15,10,0,67,181,43,139,109,190,6,0,70,53,132,213,33,233,7,0,72,53,117,149,68,165,7,0,72,181,13,55,194,156,9,0,72,181,13,55,220,156,9,0,72,181,13,55,237,156,9,0,73,53,196,144,106,182,9,0,73,53,196,144,186,182,9,0,74,181,114,11,143,180,6,0,75,181,137,117,26,3,7,0,75,181,172,247,50,42,8,0,76,181,30,66,232,197,7,0,76,53,138,210,230,171,11,0,80,53,65,41,60,221,8,0,82,181,232,251,255,110,10,0,84,181,205,233,228,224,5,0,86,53,158,248,146,78,11,0,87,53,57,228,156,176,7,0,88,53,166,53,29,201,8,0,89,181,44,23,122,19,8,0,90,53,71,211,231,98,6,0,90,53,71,211,240,59,7,0,90,181,48,142,30,131,7,0,93,181,55,86,220,27,8,0,95,53,251,65,41,228,7,0,95,53,222,142,238,0,8,0,96,181,158,126,50,73,7,0,99,181,185,234,3,130,7,0,99,181,185,234,102,130,7,0,101,181,190,190,167,85,7,0,101,181,190,190,81,179,7,0,101,181,190,190,68,192,7,0,104,181,155,97,53,12,6,0,106,53,217,103,197,48,7,0,108,181,77,121,62,18,11,0,110,53,177,202,223,20,7,0,110,53,43,168,172,134,7,0,112,181,32,143,168,3,9,0,112,181,32,143,73,7,9,0,113,181,214,140,54,241,9,0,113,181,214,140,213,241,9,0,113,181,173,130,212,78,11,0,113,181,173,130,104,79,11,0,115,181,165,22,20,146,10,0,115,181,165,22,86,146,10,0,116,53,58,146,170,79,7,0,116,53,58,146,60,64,10,0,117,181,228,88,86,119,7,0,120,181,29,90,161,29,7,0,120,181,17,150,21,230,9,0,120,181,17,150,73,230,9,0,121,53,157,38,63,48,6,0,121,181,83,118,92,15,9,0,121,181,83,118,130,20,9,0,122,53,157,38,102,198,6,0,122,53,116,161,86,119,7,0,123,181,72,40,160,203,7,0,123,181,190,254,193,245,11,0,123,53,150,147,167,247,11,0,124,53,205,104,92,15,9,0,124,53,205,104,130,20,9,0,125,181,199,98,73,54,6,0,126,181,136,166,54,69,7,0,132,181,254,42,119,170,6,0,132,53,25,159,88,99,7,0,132,181,107,35,196,86,11,0,134,53,181,38,216,25,7,0,134,181,165,52,113,49,9,0,134,181,165,52,44,51,9,0,134,53,203,5,180,56,11,0,135,181,36,136,139,83,7,0,135,181,46,30,184,92,9,0,135,181,46,30,53,93,9,0,138,181,57,12,144,137,7,0,138,181,124,164,12,71,11,0,139,181,193,148,123,248,5,0,139,181,193,148,30,179,6,0,139,53,188,235,98,232,7,0,139,53,188,235,207,167,8,0,140,53,191,126,181,181,6,0,144,181,91,151,124,17,11,0,147,181,116,104,232,121,7,0,147,53,166,225,232,121,7,0,149,181,134,37,59,41,7,0,151,53,177,50,202,50,8,0,152,181,219,177,236,87,8,0,152,181,219,177,29,88,8,0,152,181,219,177,80,88,8,0,152,181,219,177,135,88,8,0,152,181,219,177,181,88,8,0,152,181,155,32,215,115,11,0,153,53,192,13,235,99,7,0,157,181,220,45,26,4,6,0,157,53,146,254,117,59,9,0,157,53,146,254,221,59,9,0,158,53,108,76,228,90,7,0,158,181,154,239,255,110,10,0,158,53,59,46,109,36,11,0,159,181,192,189,255,110,10,0,160,181,71,99,207,107,11,0,162,181,72,136,162,120,11,0,165,181,166,103,59,41,7,0,165,181,195,76,68,165,7,0,167,53,63,148,55,228,8,0,167,53,63,148,39,237,8,0,167,53,63,148,32,246,8,0,168,181,229,210,130,86,7,0,169,181,6,46,168,177,10,0,169,181,6,46,246,177,10,0,169,181,211,179,123,42,11,0,177,181,231,242,10,77,7,0,177,181,231,242,170,79,7,0,177,181,142,13,31,153,9,0,177,181,142,13,214,153,9,0,180,181,111,15,216,25,7,0,180,53,208,8,144,20,8,0,182,181,148,91,81,179,7,0,182,181,148,91,25,144,8,0,182,181,148,91,141,144,8,0,182,181,148,91,247,144,8,0,182,181,148,91,18,104,10,0,183,181,71,78,151,87,7,0,184,181,205,79,37,232,5,0,184,181,135,184,66,220,8,0,184,181,85,170,87,75,11,0,185,181,238,243,173,11,8,0,189,181,152,66,139,83,7,0,189,53,250,48,221,228,11,0,190,181,194,162,167,168,10,0,190,181,194,162,189,168,10,0,192,181,227,176,92,15,9,0,192,181,227,176,130,20,9,0,194,53,142,224,207,89,11,0,195,53,244,166,140,74,11,0,195,53,244,166,132,75,11,0,200,53,48,245,138,248,5,0,200,181,148,39,146,78,10,0,203,181,223,140,222,208,9,0,203,181,72,149,11,236,10,0,207,181,26,136,4,221,5,0,207,53,118,31,137,108,7,0,207,53,118,31,187,108,7,0,210,53,203,104,5,127,11,0,211,181,0,159,197,48,7,0,211,181,145,151,62,85,8,0,213,53,252,216,165,12,8,0,213,53,252,216,186,13,8,0,215,53,136,209,238,100,9,0,215,53,136,209,126,101,9,0,218,53,53,15,170,79,7,0,219,53,159,102,78,27,11,0,221,181,105,126,229,86,6,0,222,181,60,163,51,109,7,0,223,181,86,41,108,215,7,0,224,181,116,108,92,15,9,0,224,181,116,108,130,20,9,0,225,181,250,221,152,203,8,0,226,53,141,76,35,237,7,0,227,181,168,85,26,188,6,0,227,181,140,95,120,22,7,0,227,181,38,254,233,118,10,0,227,181,38,254,125,119,10,0,227,181,38,254,21,120,10,0,230,181,128,80,226,33,7,0,231,53,187,142,199,133,7,0,231,181,90,215,127,196,11,0,235,53,84,110,59,41,7,0,237,181,231,242,166,36,7,0,243,53,157,38,174,82,6,0,243,53,157,38,218,179,6,0,243,181,83,177,182,94,7,0,243,53,81,190,144,137,7,0,243,53,81,190,5,143,7,0,244,181,210,106,205,163,6,0,245,181,204,237,221,219,7,0,247,53,157,38,71,115,7,0,248,181,245,57,250,13,10,0,248,181,245,57,121,14,10,0,248,181,245,57,5,15,10,0,248,181,203,6,142,16,10,0,248,181,203,6,161,16,10,0,253,53,118,6,207,132,7,0,253,181,202,97,66,241,11,0,254,53,140,196,203,131,9,0,254,53,140,196,97,132,9,0,0,182,134,147,236,53,6,0,0,182,134,147,180,252,7,0,1,54,102,26,144,137,7,0,3,54,77,6,233,102,11,0,5,182,222,7,197,48,7,0,5,54,115,57,37,46,10,0,5,54,115,57,103,47,10,0,5,54,115,57,172,48,10,0,7,54,66,6,249,69,7,0,7,54,201,88,54,241,9,0,7,54,201,88,213,241,9,0,10,54,198,111,5,143,7,0,12,54,191,98,2,126,10,0,12,54,191,98,203,126,10,0,13,54,196,186,124,6,7,0,13,54,15,17,233,118,10,0,13,54,15,17,125,119,10,0,13,54,15,17,21,120,10,0,14,182,78,190,189,85,6,0,15,54,231,164,103,75,6,0,17,182,59,115,10,77,7,0,17,182,59,115,170,79,7,0,18,54,201,58,81,179,7,0,18,54,201,58,34,26,9,0,21,54,105,206,17,121,11,0,21,182,190,234,145,128,11,0,24,182,85,130,246,249,11,0,25,54,29,9,235,99,7,0,26,182,192,233,239,118,11,0,26,54,233,12,17,136,11,0,28,182,247,24,43,226,8,0,28,182,30,141,213,31,9,0,28,182,30,141,198,32,9,0,29,54,106,66,223,20,7,0,31,54,47,83,218,159,10,0,31,54,47,83,111,162,10,0,32,182,113,12,177,241,11,0,33,182,165,133,241,94,10,0,33,182,165,133,39,95,10,0,36,54,104,205,113,234,10,0,38,54,151,75,103,80,10,0,38,54,151,75,169,80,10,0,39,54,178,6,117,59,9,0,39,54,178,6,221,59,9,0,40,182,2,145,255,32,7,0,40,54,112,88,221,26,9,0,40,54,112,88,51,27,9,0,42,182,229,66,125,139,6,0,44,182,46,80,86,119,7,0,44,54,49,70,221,219,7,0,44,54,189,39,44,207,11,0,45,54,239,57,110,119,8,0,47,182,31,191,142,5,7,0,51,54,211,249,255,110,10,0,52,182,180,31,55,228,8,0,52,182,180,31,39,237,8,0,52,182,180,31,32,246,8,0,54,54,29,74,161,190,9,0,54,54,29,74,93,191,9,0,54,182,125,102,43,189,11,0,59,182,102,27,70,212,10,0,64,54,234,242,126,180,11,0,70,182,226,139,67,40,7,0,71,54,78,177,68,165,7,0,71,54,78,177,133,117,11,0,72,182,111,157,228,90,7,0,72,182,35,48,231,206,9,0,72,182,180,148,255,110,10,0,77,182,138,215,168,107,9,0,77,182,138,215,255,107,9,0,77,182,138,215,63,108,9,0,77,182,138,215,133,108,9,0,77,182,138,215,190,108,9,0,77,182,138,215,251,108,9,0,77,54,116,214,104,126,11,0,78,54,200,126,59,97,7,0,80,54,194,92,226,33,7,0,81,182,232,126,208,153,6,0,81,182,232,126,125,73,7,0,81,182,232,126,120,75,7,0,82,182,223,29,235,99,7,0,82,54,44,57,113,49,9,0,82,54,44,57,44,51,9,0,85,54,249,162,10,77,7,0,85,54,249,162,170,79,7,0,85,54,183,126,203,165,9,0,85,54,183,126,221,165,9,0,86,54,66,151,223,20,7,0,86,54,72,189,245,87,11,0,90,182,177,180,113,49,9,0,90,182,177,180,44,51,9,0,93,182,165,55,55,228,8,0,93,182,199,171,55,228,8,0,93,182,165,55,39,237,8,0,93,182,199,171,39,237,8,0,93,182,165,55,32,246,8,0,93,182,199,171,32,246,8,0,97,182,127,203,190,3,6,0,97,182,127,203,170,79,7,0,99,54,13,143,167,61,7,0,100,54,36,166,197,48,7,0,101,54,116,143,5,143,7,0,104,54,182,92,55,228,8,0,104,54,182,92,39,237,8,0,104,54,182,92,32,246,8,0,104,182,218,79,72,255,8,0,104,182,218,79,168,255,8,0,104,182,218,79,17,0,9,0,105,54,205,220,3,4,6,0,109,54,89,35,67,40,7,0,109,182,128,114,236,17,11,0,111,182,95,19,67,243,11,0,113,182,222,177,207,167,8,0,113,182,222,177,207,169,8,0,113,182,222,177,148,170,8,0,113,182,222,177,41,171,8,0,113,182,222,177,119,171,8,0,115,182,163,127,255,110,10,0,118,182,236,88,42,224,6,0,118,182,236,88,190,208,8,0,119,182,84,144,249,158,9,0,119,182,84,144,18,159,9,0,120,182,206,185,110,119,8,0,128,54,249,110,135,218,9,0,128,54,249,110,242,218,9,0,129,54,250,73,225,171,9,0,129,54,250,73,246,171,9,0,129,54,15,28,131,40,10,0,129,54,15,28,90,41,10,0,130,182,196,50,34,236,9,0,130,182,196,50,84,236,9,0,130,182,196,50,154,236,9,0,131,54,87,138,232,121,7,0,131,182,120,8,37,46,10,0,131,182,120,8,103,47,10,0,131,182,120,8,172,48,10,0,132,182,135,227,55,228,8,0,132,182,135,227,39,237,8,0,132,182,135,227,32,246,8,0,137,54,27,55,20,44,9,0,137,54,27,55,94,44,9,0,138,182,7,22,175,180,6,0,138,182,17,240,183,116,7,0,138,54,235,19,111,63,11,0,141,54,18,202,135,47,8,0,143,182,87,247,156,29,6,0,147,182,68,165,202,50,8,0,149,182,168,94,68,165,7,0,152,182,227,244,13,89,7,0,153,182,205,40,243,251,11,0,154,54,41,104,170,79,7,0,156,182,72,188,204,35,7,0,157,54,47,132,172,73,11,0,159,54,103,45,103,86,7,0,163,54,115,45,23,39,7,0,163,54,248,119,67,43,9,0,163,54,248,119,101,43,9,0,163,54,226,14,218,159,10,0,163,54,226,14,111,162,10,0,164,182,128,112,205,169,10,0,164,182,128,112,47,171,10,0,166,54,128,243,177,27,9,0,166,54,128,243,254,28,9,0,166,54,128,243,77,30,9,0,167,54,196,148,189,12,6,0,168,54,44,43,98,220,11,0,170,54,251,13,10,99,9,0,170,54,251,13,226,99,9,0,171,182,136,163,182,94,7,0,173,182,203,129,37,63,7,0,173,182,217,35,161,134,10,0,173,182,217,35,186,134,10,0,173,182,217,35,206,134,10,0,177,182,117,157,133,9,7,0,177,54,15,122,244,139,8,0,179,182,43,9,166,23,10,0,179,182,43,9,181,24,10,0,179,182,43,9,184,25,10,0,179,182,43,9,214,26,10,0,184,182,127,98,69,110,7,0,184,182,205,140,221,219,7,0,185,182,201,0,55,228,8,0,185,182,201,0,39,237,8,0,185,182,201,0,32,246,8,0,186,54,134,9,241,167,6,0,186,54,99,143,55,228,8,0,186,54,99,143,39,237,8,0,186,54,99,143,32,246,8,0,186,182,99,106,129,84,11,0,188,54,183,136,220,27,8,0,189,182,98,244,203,208,7,0,189,182,143,151,166,23,10,0,189,182,143,151,181,24,10,0,189,182,143,151,184,25,10,0,189,182,143,151,214,26,10,0,189,54,194,201,189,120,11,0,197,54,131,206,139,16,7,0,197,54,131,206,156,176,7,0,199,182,74,199,234,115,11,0,199,182,74,199,33,125,11,0,201,54,119,96,186,229,5,0,203,54,11,209,110,119,8,0,203,54,233,60,77,94,9,0,203,54,233,60,93,95,9,0,204,182,101,103,125,21,11,0,206,54,207,63,223,20,7,0,206,182,150,34,17,89,8,0,206,182,150,34,68,89,8,0,209,182,231,242,218,159,10,0,209,182,231,242,111,162,10,0,217,54,11,238,84,206,6,0,218,182,162,39,255,216,5,0,218,182,161,86,10,248,6,0,218,182,244,104,107,90,7,0,218,182,115,27,255,110,10,0,219,182,18,186,1,135,7,0,219,54,124,27,31,153,9,0,219,54,124,27,214,153,9,0,222,182,95,35,82,198,6,0,222,182,246,56,246,215,9,0,222,182,246,56,39,216,9,0,224,54,197,85,204,208,6,0,229,54,77,231,32,187,6,0,229,54,77,231,224,204,6,0,229,54,90,155,186,104,7,0,233,54,203,43,239,106,7,0,236,182,236,229,207,167,8,0,240,54,101,224,109,34,6,0,240,182,98,47,146,78,10,0,241,54,170,163,163,149,9,0,241,54,170,163,246,149,9,0,241,182,213,198,54,241,9,0,241,182,213,198,213,241,9,0,242,54,10,117,110,119,8,0,242,182,196,67,92,15,9,0,242,182,196,67,130,20,9,0,244,182,3,165,183,116,7,0,246,182,236,167,126,127,8,0,247,54,57,133,163,149,9,0,247,54,57,133,246,149,9,0,249,54,64,43,81,242,6,0,249,54,64,43,132,185,9,0,253,182,164,241,102,237,9,0,253,182,164,241,115,238,9,0,253,54,95,139,228,38,11,0,254,54,234,125,232,121,7,0,0,183,137,248,183,116,7,0,1,55,185,163,197,48,7,0,1,183,235,130,87,216,10,0,3,183,190,166,162,118,11,0,3,183,190,166,202,118,11,0,5,55,42,246,71,115,7,0,5,55,224,163,68,165,7,0,5,55,42,246,110,79,9,0,5,55,42,246,186,79,9,0,7,55,194,132,168,3,9,0,7,55,194,132,73,7,9,0,7,183,102,223,55,149,9,0,13,55,124,196,5,143,7,0,14,55,45,163,21,210,10,0,15,55,130,14,29,234,5,0,15,183,207,34,45,15,7,0,17,183,211,55,201,24,6,0,17,183,36,116,144,137,7,0,17,183,211,55,35,156,7,0,20,183,37,82,5,143,7,0,20,55,153,134,131,40,10,0,20,55,153,134,90,41,10,0,24,55,219,127,250,218,6,0,25,55,0,61,184,4,7,0,26,183,4,226,33,236,7,0,27,55,214,186,59,41,7,0,28,183,232,169,197,48,7,0,29,183,127,11,201,226,5,0,29,55,59,209,235,99,7,0,30,183,253,55,56,57,7,0,33,55,35,108,21,212,10,0,34,55,236,7,81,179,7,0,34,55,236,7,110,153,8,0,36,55,27,126,144,137,7,0,45,183,144,239,37,63,7,0,47,55,67,205,130,86,7,0,48,55,1,101,109,216,9,0,48,55,1,101,99,217,9,0,49,183,15,167,170,79,7,0,52,183,225,150,55,228,8,0,52,183,225,150,39,237,8,0,52,183,225,150,32,246,8,0,53,183,15,120,40,63,9,0,53,183,15,120,226,63,9,0,53,183,15,120,144,64,9,0,54,55,7,141,213,31,9,0,54,55,7,141,198,32,9,0,54,55,166,77,191,213,11,0,54,55,166,77,44,217,11,0,55,183,58,193,188,123,11,0,58,183,174,204,157,51,10,0,58,183,174,204,1,52,10,0,58,183,174,204,98,52,10,0,59,183,135,227,5,143,7,0,59,55,80,18,192,130,10,0,59,55,80,18,42,131,10,0,62,55,36,228,162,239,11,0,63,55,207,163,187,87,7,0,63,183,254,107,55,228,8,0,63,183,254,107,39,237,8,0,63,183,254,107,32,246,8,0,68,55,210,58,11,236,5,0,68,183,195,40,10,210,7,0,71,55,84,131,31,60,11,0,72,55,15,138,68,165,7,0,75,183,131,250,15,224,5,0,76,55,31,81,255,110,10,0,78,55,118,36,39,92,8,0,81,183,236,182,22,38,7,0,86,55,37,102,197,48,7,0,86,183,169,39,13,89,7,0,86,183,211,113,71,106,11,0,87,55,114,61,206,186,6,0,87,55,206,191,183,251,6,0,88,55,32,253,255,110,10,0,89,183,217,48,142,5,7,0,89,55,157,144,235,99,7,0,90,55,47,117,183,116,7,0,91,183,113,143,154,10,10,0,91,183,113,143,199,10,10,0,92,183,240,80,63,1,6,0,92,55,52,50,161,29,7,0,92,55,153,109,213,31,9,0,92,55,153,109,198,32,9,0,93,183,82,11,107,114,7,0,94,183,228,250,59,97,7,0,94,55,184,156,246,25,11,0,95,183,249,113,160,245,9,0,95,183,249,113,186,245,9,0,96,55,113,171,156,254,6,0,96,55,127,21,81,179,7,0,96,55,127,21,110,153,8,0,96,183,57,235,152,65,9,0,96,183,57,235,36,66,9,0,97,55,100,27,255,110,10,0,100,183,18,75,140,225,6,0,104,183,193,106,5,143,7,0,105,55,128,124,240,59,7,0,105,183,229,55,236,65,7,0,106,55,92,134,213,44,10,0,108,55,249,141,94,135,11,0,112,55,146,189,59,41,7,0,112,183,43,215,133,47,9,0,112,183,43,215,46,48,9,0,112,183,148,2,109,216,9,0,112,183,148,2,99,217,9,0,114,183,90,67,29,158,9,0,114,183,90,67,57,158,9,0,114,183,90,67,81,158,9,0,115,183,99,161,221,93,9,0,115,183,99,161,2,94,9,0,117,55,160,149,232,121,7,0,117,183,86,90,203,131,9,0,117,183,86,90,97,132,9,0,120,183,106,226,81,179,7,0,120,183,106,226,252,60,10,0,120,183,106,226,33,61,10,0,120,183,106,226,65,61,10,0,121,55,208,11,120,55,6,0,121,55,240,101,145,88,7,0,121,55,187,12,98,108,7,0,121,183,61,142,112,232,11,0,122,183,147,240,197,48,7,0,122,55,189,156,155,89,7,0,123,183,76,92,214,113,7,0,125,183,248,56,183,116,7,0,127,55,56,73,213,44,10,0,128,183,202,120,205,169,10,0,128,183,202,120,47,171,10,0,131,183,168,141,183,251,6,0,132,183,36,131,197,48,7,0,133,183,105,52,19,28,7,0,134,55,52,171,181,49,6,0,134,183,58,206,84,87,7,0,135,55,98,128,71,115,7,0,140,183,67,205,235,99,7,0,141,55,101,132,207,33,6,0,141,55,194,95,182,94,7,0,141,183,192,0,128,98,7,0,141,55,101,132,30,76,8,0,143,183,107,187,213,31,9,0,143,183,107,187,198,32,9,0,145,55,120,27,138,103,9,0,145,55,120,27,62,104,9,0,146,55,40,251,135,47,8,0,146,183,127,105,103,103,8,0,148,183,165,193,81,179,7,0,148,183,165,193,246,191,7,0,148,183,165,193,68,192,7,0,149,55,19,197,238,211,7,0,149,183,157,92,218,159,10,0,149,183,157,92,111,162,10,0,151,55,250,94,62,19,6,0,152,55,99,125,235,188,11,0,154,55,172,72,218,116,6,0,154,55,194,32,92,15,9,0,154,55,194,32,130,20,9,0,156,55,168,133,247,27,7,0,156,55,168,133,81,46,8,0,156,183,105,120,211,62,10,0,156,183,105,120,234,62,10,0,156,183,105,120,255,62,10,0,157,183,119,71,221,4,8,0,158,55,160,45,99,35,11,0,159,55,157,38,30,162,6,0,159,55,61,51,145,191,11,0,160,55,94,20,122,19,8,0,162,55,233,183,144,14,11,0,164,183,100,235,40,63,9,0,164,183,100,235,226,63,9,0,164,183,100,235,144,64,9,0,165,183,236,42,55,228,8,0,165,183,236,42,39,237,8,0,165,183,236,42,32,246,8,0,168,55,247,191,79,118,11,0,170,55,147,249,202,80,11,0,175,55,118,92,95,62,7,0,175,55,10,49,234,96,11,0,177,55,143,199,207,132,7,0,181,183,252,82,136,42,8,0,183,55,116,136,183,116,7,0,184,55,128,172,179,159,11,0,184,55,128,172,86,164,11,0,185,55,207,120,139,83,7,0,187,183,206,64,201,24,6,0,187,183,206,64,35,156,7,0,187,183,251,81,0,89,10,0,187,183,251,81,96,89,10,0,187,183,251,81,189,89,10,0,188,55,56,109,221,151,6,0,188,183,139,50,35,127,7,0,188,55,112,167,90,110,8,0,188,183,31,237,92,145,8,0,188,183,31,237,234,145,8,0,188,183,31,237,109,146,8,0,189,55,60,127,204,255,6,0,189,55,27,88,128,133,7,0,192,55,26,58,235,111,7,0,192,183,201,84,200,176,9,0,192,183,201,84,6,177,9,0,192,183,201,84,87,177,9,0,195,183,35,102,6,61,7,0,195,183,126,223,86,119,7,0,197,183,170,210,131,41,9,0,201,55,212,230,144,137,7,0,201,55,209,107,202,50,8,0,201,183,107,238,220,69,10,0,202,55,215,130,192,128,8,0,202,55,215,130,227,128,8,0,202,55,215,130,6,129,8,0,207,55,104,241,238,66,9,0,207,55,104,241,8,69,9,0,207,55,234,52,78,39,11,0,208,183,48,69,93,55,6,0,213,183,142,38,32,176,11,0,214,183,58,206,50,215,7,0,214,183,248,12,63,232,11,0,214,183,248,12,83,232,11,0,215,183,221,184,166,23,10,0,215,183,221,184,181,24,10,0,215,183,221,184,184,25,10,0,215,183,221,184,214,26,10,0,216,55,113,231,224,18,7,0,217,55,197,177,170,7,7,0,217,183,67,153,35,127,7,0,217,55,197,177,26,218,7,0,217,55,197,177,79,218,7,0,219,55,176,116,24,17,7,0,220,55,255,175,96,90,9,0,220,55,255,175,122,90,9,0,220,55,255,175,171,90,9,0,220,55,255,175,122,8,11,0,222,55,214,223,51,250,10,0,226,55,29,245,254,1,6,0,226,183,187,205,27,159,6,0,226,55,29,245,5,143,7,0,226,183,156,236,68,165,7,0,227,183,74,88,244,177,6,0,227,55,97,44,236,23,7,0,228,183,99,158,241,94,10,0,228,183,99,158,39,95,10,0,229,55,252,47,197,48,7,0,232,55,0,99,75,107,7,0,233,55,42,238,116,66,7,0,234,55,211,204,149,91,10,0,234,55,211,204,231,91,10,0,235,55,39,165,185,2,7,0,237,183,113,144,202,50,8,0,237,55,225,42,186,216,11,0,242,183,98,127,100,186,6,0,242,183,73,129,223,20,7,0,244,183,52,202,156,106,9,0,244,183,52,202,213,106,9,0,245,183,30,103,218,159,10,0,245,183,30,103,111,162,10,0,249,55,28,88,235,99,7,0,250,55,222,115,182,94,7,0,250,55,77,49,92,15,9,0,250,55,77,49,130,20,9,0,251,183,174,55,37,63,7,0,253,183,49,244,107,114,7,0,4,184,159,132,9,93,7,0,5,184,126,223,232,121,7,0,6,184,89,101,91,121,9,0,6,184,89,101,171,122,9,0,6,184,89,101,253,123,9,0,6,184,89,101,84,125,9,0,7,56,188,72,98,47,6,0,7,56,132,110,68,165,7,0,8,184,181,102,130,86,7,0,10,184,114,27,138,85,9,0,10,184,114,27,93,87,9,0,13,184,255,2,89,123,6,0,14,56,112,38,92,15,9,0,14,56,112,38,130,20,9,0,16,184,84,67,5,143,7,0,16,184,232,13,142,248,11,0,18,184,172,120,38,139,9,0,18,184,172,120,118,139,9,0,18,184,172,120,213,139,9,0,18,184,172,120,39,140,9,0,18,184,11,28,204,195,10,0,19,56,245,199,59,41,7,0,20,56,133,252,10,77,7,0,24,56,25,177,247,2,7,0,24,56,25,177,197,48,7,0,24,56,23,79,123,241,10,0,25,184,222,124,4,10,6,0,27,184,22,127,59,41,7,0,28,56,38,210,201,24,6,0,28,56,38,210,35,156,7,0,28,184,191,4,81,179,7,0,28,184,191,4,175,60,8,0,28,184,191,4,220,60,8,0,30,56,239,67,77,94,9,0,30,56,239,67,93,95,9,0,31,184,250,125,29,241,6,0,31,56,92,224,202,50,8,0,36,184,247,126,95,254,6,0,36,184,247,126,124,254,6,0,37,56,42,91,24,18,7,0,37,184,168,71,116,66,7,0,39,56,223,81,40,63,9,0,39,56,223,81,226,63,9,0,39,56,223,81,144,64,9,0,40,184,157,243,235,99,7,0,40,184,193,25,203,235,11,0,44,184,97,128,136,109,6,0,44,184,97,128,254,233,7,0,46,184,51,55,89,202,7,0,46,184,51,55,207,202,7,0,47,56,40,25,193,221,5,0,49,56,72,173,59,41,7,0,49,184,119,79,233,154,11,0,49,184,80,81,176,218,11,0,50,56,151,234,149,91,10,0,50,56,151,234,231,91,10,0,52,56,169,127,91,121,9,0,52,56,169,127,171,122,9,0,52,56,169,127,253,123,9,0,52,56,169,127,84,125,9,0,52,56,226,108,255,110,10,0,53,56,94,247,255,110,10,0,53,56,116,229,179,153,11,0,55,184,128,79,128,103,7,0,57,184,14,108,227,167,11,0,60,56,75,134,170,79,7,0,61,56,148,132,149,208,7,0,65,56,204,131,241,227,5,0,65,184,72,226,135,47,8,0,65,56,204,131,92,15,9,0,65,56,204,131,130,20,9,0,66,184,241,130,170,79,7,0,66,184,221,139,221,146,10,0,66,56,0,164,218,159,10,0,66,56,0,164,111,162,10,0,67,184,138,123,37,46,10,0,67,184,138,123,103,47,10,0,67,184,138,123,172,48,10,0,67,184,85,61,220,250,10,0,73,184,123,219,5,143,7,0,77,184,189,28,0,251,10,0,78,56,79,28,74,61,7,0,79,56,68,182,186,104,7,0,84,184,80,12,125,60,9,0,86,184,78,140,147,95,10,0,86,184,78,140,169,95,10,0,86,184,78,140,196,95,10,0,89,56,24,203,233,21,11,0,91,184,210,88,56,39,8,0,92,184,36,8,19,81,6,0,92,184,208,28,59,41,7,0,93,56,54,198,197,48,7,0,94,184,84,196,74,40,11,0,95,184,93,238,230,246,10,0,100,56,62,91,166,132,7,0,100,56,62,91,116,235,11,0,100,56,62,91,164,237,11,0,103,184,77,220,110,119,8,0,104,184,168,185,246,246,11,0,104,184,168,185,117,250,11,0,111,184,83,253,214,113,7,0,112,184,42,121,68,165,7,0,118,184,88,107,5,143,7,0,121,56,63,123,249,69,7,0,123,56,83,112,238,66,9,0,123,56,83,112,8,69,9,0,127,56,187,190,72,81,10,0,127,56,187,190,128,81,10,0,127,56,187,190,185,81,10,0,128,184,237,155,166,195,6,0,129,184,235,233,55,228,8,0,129,184,235,233,39,237,8,0,129,184,235,233,32,246,8,0,131,184,137,173,42,118,8,0,132,184,24,167,217,233,5,0,134,56,94,247,5,217,10,0,134,56,169,234,141,60,11,0,135,56,60,134,179,129,7,0,136,56,216,149,92,15,9,0,136,56,216,149,130,20,9,0,140,184,78,18,190,233,7,0,140,184,78,18,202,234,7,0,143,56,156,141,235,99,7,0,146,56,251,65,101,196,6,0,146,184,126,66,135,47,8,0,146,56,220,243,183,206,8,0,147,184,55,127,160,120,6,0,147,184,121,89,181,58,7,0,148,56,180,220,54,13,7,0,148,184,137,43,4,231,7,0,148,184,82,98,220,27,8,0,149,56,250,182,244,239,6,0,149,184,184,32,0,88,7,0,149,184,203,174,10,99,9,0,149,184,203,174,226,99,9,0,152,56,3,239,55,228,8,0,152,56,3,239,39,237,8,0,152,56,3,239,32,246,8,0,152,184,68,71,220,230,10,0,155,184,228,140,81,179,7,0,155,56,206,87,45,204,7,0,155,184,228,140,34,26,9,0,155,184,193,110,243,104,10,0,155,184,193,110,64,105,10,0,156,184,104,201,75,199,7,0,160,184,6,125,255,110,10,0,161,56,212,167,59,41,7,0,162,184,19,247,159,18,7,0,162,184,19,247,36,166,9,0,162,184,19,247,133,166,9,0,162,184,19,247,235,166,9,0,162,184,19,247,74,167,9,0,162,184,19,247,178,167,9,0,163,184,228,139,46,48,6,0,163,184,228,139,163,50,6,0,163,56,238,229,192,130,10,0,163,56,238,229,42,131,10,0,165,56,153,235,139,171,9,0,165,56,153,235,160,171,9,0,165,56,227,86,102,140,11,0,166,184,97,158,148,159,8,0,170,56,159,110,249,211,11,0,170,56,159,110,109,212,11,0,170,56,159,110,136,212,11,0,171,184,10,176,124,6,7,0,172,184,192,98,201,185,6,0,172,56,133,253,170,187,6,0,172,184,87,218,197,48,7,0,178,184,100,199,51,166,6,0,179,56,214,34,182,94,7,0,180,56,216,223,255,110,10,0,183,184,242,45,239,20,8,0,184,184,149,96,19,214,10,0,185,184,180,2,68,165,7,0,185,184,12,114,102,237,9,0,185,184,12,114,115,238,9,0,187,56,186,164,54,194,6,0,190,184,147,153,5,143,7,0,191,56,156,59,117,225,5,0,191,56,226,36,161,248,5,0,191,184,94,19,182,217,7,0,196,184,63,220,152,65,9,0,196,184,63,220,36,66,9,0,196,184,53,252,192,130,10,0,196,184,53,252,42,131,10,0,198,56,15,112,183,116,7,0,198,56,214,126,92,15,9,0,198,56,214,126,130,20,9,0,199,184,223,7,58,93,7,0,202,184,200,20,58,50,11,0,203,56,19,27,110,119,8,0,204,184,218,147,138,85,9,0,204,184,218,147,93,87,9,0,207,56,235,177,105,99,6,0,210,184,45,12,150,240,9,0,210,184,45,12,84,119,11,0,212,56,192,114,5,143,7,0,212,184,23,192,168,177,10,0,212,184,23,192,246,177,10,0,216,56,173,246,183,116,7,0,217,56,110,168,91,121,9,0,217,56,110,168,171,122,9,0,217,56,110,168,253,123,9,0,217,56,110,168,84,125,9,0,218,56,116,141,228,90,7,0,224,184,248,131,77,94,9,0,224,184,248,131,93,95,9,0,226,56,246,194,50,11,6,0,227,56,180,109,189,85,6,0,230,184,145,141,45,15,7,0,231,56,136,118,117,200,10,0,234,184,171,230,54,49,6,0,236,56,218,54,182,94,7,0,236,184,50,65,55,228,8,0,236,184,50,65,39,237,8,0,236,184,50,65,32,246,8,0,236,56,218,54,204,165,10,0,236,56,218,54,224,165,10,0,243,184,160,248,219,30,6,0,246,184,137,116,63,4,6,0,247,184,128,251,242,19,7,0,248,184,127,23,141,9,6,0,248,56,53,57,3,5,11,0,250,184,115,12,197,48,7,0,255,56,213,92,170,31,7,0,1,57,112,146,205,169,10,0,1,57,112,146,47,171,10,0,3,185,145,200,35,127,7,0,3,57,78,100,163,243,11,0,5,185,15,123,195,180,6,0,5,57,221,204,59,41,7,0,5,57,170,36,182,94,7,0,6,57,0,1,251,97,9,0,6,57,0,1,65,98,9,0,6,57,0,1,142,98,9,0,8,57,53,8,58,239,5,0,9,57,188,148,241,215,10,0,11,57,235,217,144,137,7,0,12,185,27,71,94,51,6,0,12,185,116,32,177,28,11,0,14,57,58,155,118,112,7,0,15,57,81,190,169,122,11,0,16,185,111,143,202,236,5,0,16,57,49,14,158,128,7,0,16,57,249,19,152,65,9,0,16,57,249,19,36,66,9,0,17,57,197,107,37,46,10,0,17,57,197,107,103,47,10,0,17,57,197,107,172,48,10,0,22,57,96,46,68,165,7,0,26,57,230,151,94,175,7,0,27,185,251,176,35,127,7,0,27,185,76,47,138,103,9,0,27,185,76,47,62,104,9,0,29,185,210,2,30,131,7,0,29,185,31,36,117,102,11,0,30,185,26,234,59,41,7,0,30,185,72,251,5,143,7,0,35,185,117,40,243,17,7,0,37,185,84,124,187,30,11,0,38,185,199,227,102,237,9,0,38,185,199,227,115,238,9,0,40,185,182,232,72,231,7,0,40,57,230,104,135,147,10,0,40,57,230,104,135,147,10,0,40,57,230,104,135,147,10,0,40,57,230,104,56,148,10,0,40,57,230,104,56,148,10,0,40,57,230,104,56,148,10,0,40,185,194,179,189,73,11,0,47,57,186,170,68,165,7,0,48,57,188,49,109,134,9,0,48,57,188,49,163,134,9,0,49,57,33,51,255,110,10,0,50,57,154,112,180,211,9,0,50,57,154,112,226,211,9,0,51,185,80,241,35,127,7,0,56,57,115,11,5,143,7,0,57,57,123,21,135,87,6,0,58,57,58,67,196,94,6,0,58,57,58,132,223,20,7,0,58,185,235,207,238,66,9,0,58,185,235,207,8,69,9,0,59,57,109,197,118,154,7,0,59,57,109,197,63,155,7,0,59,57,174,221,192,93,11,0,61,57,242,178,68,165,7,0,62,57,98,126,181,58,7,0,62,185,25,249,68,165,7,0,63,57,41,34,197,48,7,0,67,185,195,133,191,62,11,0,68,57,33,203,135,97,8,0,68,185,127,73,55,228,8,0,68,185,127,73,39,237,8,0,68,185,127,73,32,246,8,0,69,57,221,183,161,211,10,0,73,57,42,59,79,133,11,0,74,185,40,40,202,50,8,0,78,185,95,8,167,52,11,0,81,185,216,16,131,197,6,0,81,185,216,16,232,197,6,0,82,57,246,234,163,149,9,0,82,57,246,234,246,149,9,0,84,185,81,242,59,41,7,0,84,57,74,110,218,159,10,0,84,57,74,110,111,162,10,0,86,57,35,93,28,115,6,0,86,185,17,53,37,63,7,0,88,57,17,112,232,197,7,0,88,57,76,103,93,36,11,0,91,185,4,109,2,72,7,0,92,185,186,234,180,15,11,0,93,185,214,177,166,52,6,0,93,185,91,72,6,166,6,0,93,185,214,177,39,181,6,0,93,185,91,72,246,15,7,0,93,57,115,168,81,179,7,0,93,185,45,6,222,135,9,0,93,185,45,6,2,136,9,0,93,185,45,6,40,136,9,0,93,57,115,168,113,190,9,0,93,57,115,168,141,190,9,0,95,57,10,69,45,15,7,0,96,185,187,203,83,246,5,0,98,57,229,246,81,179,7,0,98,57,229,246,34,26,9,0,99,57,164,184,55,228,8,0,99,57,164,184,39,237,8,0,99,57,164,184,32,246,8,0,99,185,7,101,108,188,11,0,100,57,32,121,223,20,7,0,100,57,175,200,143,124,8,0,104,57,9,126,182,94,7,0,107,57,37,152,199,133,7,0,108,57,25,193,201,24,6,0,108,57,25,193,35,156,7,0,110,185,165,84,196,23,8,0,113,57,44,4,158,96,6,0,114,185,229,184,5,84,8,0,116,57,211,200,22,38,7,0,118,185,58,3,144,27,11,0,119,185,81,45,92,187,6,0,122,57,162,214,231,206,9,0,123,57,127,98,128,98,7,0,123,185,45,9,144,210,7,0,127,185,107,139,144,129,10,0,127,185,107,139,233,129,10,0,127,185,107,139,65,130,10,0,134,57,81,170,149,249,5,0,135,185,127,212,197,48,7,0,138,185,215,68,218,159,10,0,138,185,215,68,111,162,10,0,139,185,198,231,204,126,7,0,139,185,198,231,68,165,7,0,139,57,160,40,81,179,7,0,139,57,160,40,45,164,8,0,139,57,160,40,195,164,8,0,139,57,160,40,101,165,8,0,139,57,160,40,205,92,10,0,141,185,143,186,108,232,6,0,142,185,234,65,150,175,9,0,142,185,32,126,0,20,11,0,143,57,255,204,170,31,7,0,143,185,108,254,172,210,8,0,144,185,45,100,56,79,6,0,146,185,182,47,197,48,7,0,148,57,107,189,178,93,7,0,148,57,102,232,68,165,7,0,149,185,184,49,68,165,7,0,150,185,105,69,116,66,7,0,151,185,139,229,207,167,8,0,153,57,22,26,21,230,9,0,153,57,22,26,73,230,9,0,155,185,39,93,216,11,6,0,155,185,39,93,237,11,6,0,156,185,166,225,127,142,11,0,157,57,66,161,20,44,9,0,157,57,66,161,94,44,9,0,158,185,135,227,5,143,7,0,159,185,99,159,160,114,11,0,159,185,99,159,185,114,11,0,160,185,50,127,144,137,7,0,164,185,46,35,54,127,11,0,167,57,225,67,145,73,10,0,167,57,225,67,57,74,10,0,169,57,191,29,59,41,7,0,169,185,98,244,81,179,7,0,171,57,23,183,239,223,7,0,175,57,123,26,54,69,7,0,176,57,144,158,181,143,9,0,176,57,144,158,209,143,9,0,177,57,244,136,110,239,5,0,178,185,69,218,68,165,7,0,178,57,72,76,106,97,10,0,178,57,72,76,148,97,10,0,180,185,207,217,216,25,7,0,180,185,207,217,21,237,10,0,181,185,71,82,92,15,9,0,181,185,71,82,130,20,9,0,181,57,128,153,158,232,11,0,182,185,34,65,0,35,10,0,182,185,34,65,44,35,10,0,185,185,193,176,55,228,8,0,185,185,193,176,39,237,8,0,185,185,193,176,32,246,8,0,189,185,173,129,93,254,7,0,189,185,173,129,147,254,7,0,189,185,173,129,191,254,7,0,190,185,69,13,74,61,7,0,193,57,17,97,255,110,10,0,194,185,58,206,19,210,11,0,194,185,58,206,90,210,11,0,200,57,4,222,255,110,10,0,206,185,251,36,91,121,9,0,206,185,251,36,171,122,9,0,206,185,251,36,253,123,9,0,206,185,251,36,84,125,9,0,209,185,226,161,138,103,9,0,209,185,226,161,62,104,9,0,209,185,121,16,191,247,11,0,210,57,4,53,222,194,9,0,210,57,4,53,76,195,9,0,213,57,37,136,92,15,9,0,213,57,37,136,130,20,9,0,215,57,238,177,220,126,9,0,215,57,238,177,138,127,9,0,216,57,38,85,172,134,7,0,217,185,78,153,184,155,11,0,219,185,64,62,232,121,7,0,220,185,60,75,67,156,8,0,224,57,28,48,156,106,9,0,224,57,28,48,213,106,9,0,227,185,138,73,110,119,8,0,229,57,135,128,46,249,5,0,230,57,109,23,146,251,5,0,230,185,4,233,61,128,11,0,232,185,236,135,86,54,11,0,233,57,228,124,91,112,8,0,233,57,228,124,149,112,8,0,233,57,228,124,203,112,8,0,235,57,236,164,99,70,7,0,238,57,11,58,60,202,10,0,240,57,215,237,139,21,11,0,241,185,110,170,18,223,9,0,241,185,110,170,58,223,9,0,241,185,110,170,107,223,9,0,242,185,132,235,58,93,7,0,242,57,87,186,12,199,10,0,243,57,120,218,69,110,7,0,244,185,239,19,55,228,8,0,244,185,239,19,39,237,8,0,244,185,239,19,32,246,8,0,245,57,51,205,197,48,7,0,247,185,79,35,40,209,7,0,249,185,172,30,75,208,11,0,250,57,94,63,223,195,6,0,254,185,209,229,218,4,7,0,254,185,18,1,108,255,11,0,255,57,198,4,69,249,5,0,0,58,9,48,146,203,6,0,0,58,9,48,204,220,8,0,1,186,203,199,135,88,11,0,2,186,81,171,190,148,6,0,7,58,108,16,103,103,8,0,7,58,108,16,222,103,8,0,8,186,168,224,135,147,10,0,8,186,168,224,56,148,10,0,9,58,215,203,204,198,7,0,13,58,248,83,144,137,7,0,15,58,113,181,113,49,9,0,15,58,113,181,44,51,9,0,19,186,97,211,200,222,5,0,21,58,110,230,55,228,8,0,21,58,110,230,39,237,8,0,21,58,110,230,32,246,8,0,21,58,197,212,181,3,11,0,22,186,106,132,121,34,7,0,26,186,214,88,231,206,9,0,30,186,46,38,23,51,11,0,30,186,179,197,86,206,11,0,31,58,65,53,168,191,11,0,32,186,60,239,228,78,6,0,33,58,157,200,185,29,11,0,35,58,255,109,68,165,7,0,37,58,146,194,255,110,10,0,40,186,223,190,232,121,7,0,40,58,237,137,204,195,10,0,46,186,4,51,164,154,11,0,47,186,119,176,145,73,10,0,47,186,119,176,57,74,10,0,48,58,12,164,183,116,7,0,49,58,61,39,91,121,9,0,49,58,61,39,171,122,9,0,49,58,61,39,253,123,9,0,49,58,61,39,84,125,9,0,53,186,41,82,68,165,7,0,53,186,209,133,9,122,11,0,54,58,10,165,155,89,7,0,61,186,83,102,123,59,11,0,62,58,37,183,157,21,11,0,65,58,239,52,194,129,9,0,65,58,239,52,251,129,9,0,65,58,239,52,53,130,9,0,65,186,85,120,109,216,9,0,65,186,85,120,99,217,9,0,67,58,154,20,101,158,11,0,67,58,154,20,210,167,11,0,69,58,231,250,252,56,11,0,69,58,231,250,13,57,11,0,70,58,81,116,192,27,7,0,71,58,66,170,137,165,11,0,73,58,196,104,183,116,7,0,73,186,140,197,121,133,8,0,73,186,140,197,172,133,8,0,73,58,196,104,104,221,10,0,74,186,29,157,144,137,7,0,77,58,197,98,186,85,11,0,81,186,14,79,164,163,7,0,83,186,27,248,78,211,6,0,85,186,44,202,144,137,7,0,88,186,204,99,89,68,8,0,92,186,88,81,2,72,7,0,92,58,165,90,139,83,7,0,92,58,38,135,232,197,7,0,92,186,222,15,207,167,8,0,96,186,119,198,106,89,7,0,99,186,60,166,10,77,7,0,99,186,60,166,170,79,7,0,100,186,224,185,202,50,8,0,100,186,227,90,139,180,8,0,101,186,76,214,229,27,10,0,101,186,76,214,114,28,10,0,101,186,62,68,255,110,10,0,102,186,135,78,43,202,7,0,104,58,8,52,185,11,9,0,104,58,8,52,89,12,9,0,104,58,8,52,254,12,9,0,104,58,126,15,138,115,11,0,107,58,172,238,13,117,6,0,107,58,237,149,155,89,7,0,107,186,98,157,22,190,7,0,108,186,223,71,5,143,7,0,110,186,109,117,133,15,11,0,112,58,181,221,94,175,7,0,112,58,181,221,214,191,7,0,113,58,147,95,197,21,10,0,113,58,147,95,230,21,10,0,114,186,113,82,45,105,7,0,114,186,203,44,235,101,8,0,114,186,28,224,255,110,10,0,115,58,18,12,201,24,6,0,115,58,18,12,35,156,7,0,116,186,67,251,66,212,6,0,116,58,41,70,128,20,7,0,118,58,252,111,55,228,8,0,118,58,252,111,39,237,8,0,118,58,252,111,32,246,8,0,121,186,87,63,133,105,6,0,122,58,148,192,144,137,7,0,126,58,195,3,30,131,7,0,128,58,52,139,195,180,6,0,128,58,94,52,203,131,9,0,128,58,94,52,97,132,9,0,130,58,94,188,40,54,11,0,131,58,148,190,237,51,11,0,132,58,50,253,137,108,7,0,132,58,50,253,187,108,7,0,136,58,82,41,255,110,10,0,137,58,92,216,99,84,6,0,137,186,92,124,97,201,7,0,137,58,95,235,255,110,10,0,140,58,248,149,236,65,7,0,140,186,118,214,170,79,7,0,140,58,38,131,255,110,10,0,142,58,12,219,168,3,9,0,142,58,12,219,73,7,9,0,145,186,223,56,57,222,5,0,145,58,152,10,241,129,6,0,146,58,154,245,55,228,8,0,146,58,154,245,39,237,8,0,146,58,154,245,32,246,8,0,148,58,123,65,43,202,10,0,150,58,119,13,59,41,7,0,150,58,163,137,186,104,7,0,152,58,57,126,92,15,9,0,152,58,57,126,130,20,9,0,153,58,186,152,137,178,7,0,153,58,186,152,129,186,7,0,155,58,132,71,131,41,9,0,156,58,184,212,124,6,7,0,156,58,98,39,86,119,7,0,156,58,24,31,68,165,7,0,156,58,178,15,255,110,10,0,158,58,101,107,130,230,11,0,159,58,215,203,24,64,11,0,162,58,253,237,42,89,11,0,165,58,212,93,210,112,7,0,165,186,149,142,232,200,9,0,165,186,149,142,55,201,9,0,167,186,7,29,68,165,7,0,167,58,216,188,138,85,9,0,167,58,216,188,93,87,9,0,167,186,25,115,177,225,10,0,168,58,64,178,240,59,7,0,169,186,253,94,86,119,7,0,170,186,192,189,55,228,8,0,170,186,192,189,39,237,8,0,170,186,192,189,32,246,8,0,172,58,93,11,42,72,9,0,172,58,93,11,233,72,9,0,172,58,93,11,162,73,9,0,173,58,101,210,86,119,7,0,174,58,216,92,137,214,6,0,174,58,30,3,21,57,7,0,176,186,2,94,220,27,8,0,177,58,181,31,27,159,6,0,179,186,180,129,38,139,9,0,179,186,180,129,118,139,9,0,179,186,180,129,213,139,9,0,179,186,180,129,39,140,9,0,179,186,12,31,179,25,11,0,182,186,67,134,110,79,9,0,182,186,67,134,186,79,9,0,183,58,45,203,109,216,9,0,183,58,45,203,99,217,9,0,183,58,211,48,7,238,11,0,184,186,26,243,82,228,7,0,185,58,152,177,231,206,9,0,185,58,152,177,202,19,11,0,188,58,220,33,206,46,11,0,193,58,1,81,204,195,10,0,194,58,200,108,92,15,9,0,194,58,200,108,130,20,9,0,195,186,241,214,138,85,9,0,195,186,241,214,93,87,9,0,196,186,1,163,138,103,9,0,196,186,1,163,62,104,9,0,197,58,58,126,171,199,10,0,199,186,116,33,92,15,9,0,199,186,116,33,130,20,9,0,200,186,158,160,55,228,8,0,200,186,158,160,39,237,8,0,200,186,158,160,32,246,8,0,200,58,216,199,247,224,10,0,201,58,96,236,116,192,11,0,202,186,96,228,33,9,8,0,202,186,193,110,205,169,10,0,202,186,193,110,47,171,10,0,203,186,149,17,81,179,7,0,205,186,74,4,197,48,7,0,205,58,170,85,27,125,8,0,205,58,166,154,54,241,9,0,205,58,166,154,213,241,9,0,207,58,168,24,129,232,5,0,207,58,162,202,86,119,7,0,207,58,23,54,35,127,7,0,207,186,147,49,156,255,10,0,210,186,248,115,26,85,11,0,211,186,151,219,5,143,7,0,213,58,170,53,170,203,6,0,213,186,166,140,169,223,8,0,213,58,253,71,185,11,9,0,213,58,253,71,89,12,9,0,213,58,253,71,254,12,9,0,214,186,171,126,235,99,7,0,214,186,164,77,5,143,7,0,215,58,114,168,98,226,5,0,215,58,114,168,119,97,7,0,216,58,170,93,196,204,10,0,217,186,136,13,20,56,10,0,217,186,136,13,55,56,10,0,217,186,136,13,86,56,10,0,219,58,121,55,225,41,6,0,219,58,121,55,144,37,7,0,219,58,121,55,220,58,11,0,220,186,86,186,144,137,7,0,220,186,170,93,48,45,8,0,220,186,170,93,184,97,8,0,222,58,205,121,235,99,7,0,222,58,239,186,144,137,7,0,225,186,73,176,197,48,7,0,225,58,236,61,202,50,8,0,226,186,48,167,24,18,7,0,226,186,140,61,240,59,7,0,226,186,140,61,214,113,7,0,227,58,231,108,37,63,7,0,227,58,59,182,92,15,9,0,227,58,59,182,130,20,9,0,229,186,189,1,81,179,7,0,229,186,54,60,254,212,10,0,229,186,54,60,57,224,10,0,230,58,223,89,116,66,7,0,234,58,210,107,203,237,5,0,237,58,13,180,226,33,7,0,237,186,123,169,94,166,8,0,238,186,44,55,51,109,7,0,241,186,237,44,197,48,7,0,242,186,100,121,133,237,6,0,243,58,82,121,39,109,6,0,243,58,82,121,61,109,6,0,244,58,173,63,138,103,9,0,244,58,173,63,62,104,9,0,246,186,71,13,59,41,7,0,247,58,216,149,59,41,7,0,249,58,238,103,16,2,7,0,252,186,202,36,131,107,6,0,252,186,70,70,92,15,9,0,252,186,70,70,130,20,9,0,253,186,250,41,37,46,10,0,253,186,250,41,103,47,10,0,253,186,250,41,172,48,10,0,255,58,142,141,202,50,8,0,0,187,144,211,181,58,7,0,2,59,201,224,24,198,10,0,4,59,158,44,248,69,10,0,4,59,158,44,9,70,10,0,7,59,82,238,170,79,7,0,10,59,108,53,244,239,6,0,11,59,232,67,255,110,10,0,12,59,40,14,89,187,8,0,12,59,67,82,98,240,11,0,13,59,160,1,52,28,7,0,13,187,214,107,155,89,7,0,14,59,173,226,224,18,7,0,16,187,121,56,15,93,6,0,17,59,165,252,68,165,7,0,17,187,185,165,95,227,8,0,18,59,174,120,110,222,7,0,19,59,79,211,182,94,7,0,19,187,196,208,53,13,11,0,28,187,25,116,69,110,7,0,28,187,252,107,67,156,8,0,31,59,218,42,228,90,7,0,33,187,193,11,62,47,6,0,33,59,236,93,59,41,7,0,33,187,83,230,19,195,8,0,34,187,193,51,92,145,8,0,34,187,193,51,234,145,8,0,34,187,193,51,109,146,8,0,35,187,240,134,255,110,10,0,36,187,105,91,55,228,8,0,36,187,105,91,39,237,8,0,36,187,105,91,32,246,8,0,36,59,128,212,29,117,11,0,40,187,115,146,1,1,6,0,42,187,122,77,105,101,6,0,44,59,105,139,162,45,11,0,46,187,8,79,186,104,7,0,49,187,238,46,72,17,7,0,49,187,238,46,10,77,7,0,54,59,107,89,227,78,8,0,56,187,171,126,110,40,6,0,63,59,22,125,69,110,7,0,63,59,22,125,94,175,7,0,64,187,75,114,197,48,7,0,65,59,223,41,99,136,6,0,65,59,223,41,253,90,8,0,67,59,85,139,205,169,10,0,67,59,85,139,47,171,10,0,70,187,218,11,221,177,11,0,72,187,218,159,124,6,7,0,80,187,126,217,151,129,11,0,82,59,255,174,50,181,11,0,83,187,196,70,214,176,6,0,91,187,226,99,95,227,8,0,92,59,146,67,255,110,10,0,95,187,166,212,68,165,7,0,95,59,215,203,168,177,10,0,95,59,215,203,246,177,10,0,96,59,100,207,42,72,9,0,96,59,100,207,233,72,9,0,96,59,100,207,162,73,9,0,102,59,191,126,59,41,7,0,103,187,29,72,75,130,6,0,105,187,101,14,156,176,7,0,105,187,101,14,152,231,9,0,105,187,101,14,177,231,9,0,105,187,101,14,193,231,9,0,106,187,209,159,42,244,5,0,107,59,39,197,116,23,7,0,107,59,93,191,255,204,7,0,108,187,70,178,108,215,7,0,110,187,25,115,55,228,8,0,110,187,25,115,39,237,8,0,110,187,25,115,32,246,8,0,112,187,76,202,81,179,7,0,112,187,76,202,110,153,8,0,113,59,145,243,96,117,8,0,113,59,145,243,213,117,8,0,113,187,77,41,104,222,11,0,116,59,158,116,175,58,8,0,116,187,122,111,182,234,9,0,116,187,122,111,211,234,9,0,116,187,70,108,31,244,10,0,120,187,99,253,255,110,10,0,121,187,60,251,55,185,6,0,124,187,192,148,62,171,6,0,125,59,252,203,156,176,7,0,125,59,252,203,168,157,10,0,125,59,252,203,193,157,10,0,125,59,252,203,220,157,10,0,127,187,170,210,99,70,7,0,129,187,169,208,59,41,7,0,129,59,26,41,255,110,10,0,130,187,254,166,2,126,10,0,130,187,254,166,203,126,10,0,130,187,59,167,200,146,10,0,130,187,59,167,221,146,10,0,132,187,26,182,180,5,11,0,132,59,137,27,207,84,11,0,133,59,67,122,180,242,7,0,136,59,67,200,228,13,7,0,136,187,180,213,68,165,7,0,136,187,180,213,137,178,7,0,137,187,208,149,195,222,11,0,137,187,139,5,12,224,11,0,137,187,139,5,74,224,11,0,138,59,182,5,238,66,9,0,138,59,182,5,8,69,9,0,140,59,209,1,189,126,8,0,141,187,110,191,250,218,6,0,141,59,102,99,235,99,7,0,146,187,146,111,64,76,6,0,146,187,146,111,73,159,7,0,153,187,227,42,247,70,11,0,154,59,239,20,116,66,7,0,156,59,222,189,55,228,8,0,156,59,222,189,39,237,8,0,156,59,222,189,32,246,8,0,158,187,22,155,91,121,9,0,158,187,22,155,171,122,9,0,158,187,22,155,253,123,9,0,158,187,22,155,84,125,9,0,160,187,55,32,255,110,10,0,162,187,107,108,151,28,11,0,163,187,176,148,120,16,6,0,163,59,225,86,2,11,7,0,163,187,139,54,25,211,8,0,165,187,152,137,50,180,11,0,167,187,38,139,1,135,7,0,167,59,191,63,221,219,7,0,170,59,21,183,146,219,6,0,170,187,144,92,135,47,8,0,170,59,21,183,86,209,9,0,171,187,35,182,148,4,6,0,171,187,149,66,24,18,7,0,173,59,250,136,155,217,8,0,174,59,92,36,238,9,7,0,178,59,244,1,67,2,8,0,178,59,151,90,228,75,9,0,178,59,151,90,142,76,9,0,185,59,132,30,204,107,6,0,186,59,246,114,228,75,9,0,186,59,246,114,142,76,9,0,187,59,157,38,158,128,7,0,188,59,217,195,207,167,8,0,188,59,217,195,148,170,8,0,188,59,157,38,212,214,11,0,189,59,231,200,154,23,11,0,191,59,209,40,68,165,7,0,192,59,72,15,81,242,6,0,192,59,72,15,132,185,9,0,194,59,192,149,239,118,11,0,195,59,177,153,207,167,8,0,195,59,177,153,99,169,8,0,195,59,177,153,207,169,8,0,195,59,177,153,148,170,8,0,195,59,177,153,41,171,8,0,195,59,177,153,119,171,8,0,198,59,130,94,58,93,7,0,199,187,186,15,120,213,10,0,200,187,200,58,198,43,6,0,206,59,205,105,102,224,10,0,207,59,170,147,55,228,8,0,207,59,170,147,39,237,8,0,207,59,170,147,32,246,8,0,208,187,26,220,59,41,7,0,209,59,150,86,219,42,9,0,209,187,245,205,204,195,10,0,210,187,120,143,82,186,11,0,210,59,51,126,238,244,11,0,211,59,69,98,228,38,7,0,211,59,97,153,45,105,7,0,218,187,133,128,92,15,9,0,218,187,133,128,130,20,9,0,219,187,24,161,120,23,6,0,224,187,255,240,72,255,8,0,224,187,255,240,168,255,8,0,224,187,255,240,17,0,9,0,226,59,58,106,201,81,11,0,228,187,78,137,207,127,8,0,229,187,99,19,232,121,7,0,229,59,51,142,131,175,11,0,232,187,116,139,204,35,7,0,236,59,248,18,138,85,9,0,236,59,248,18,93,87,9,0,238,59,30,105,108,19,7,0,238,187,119,23,134,132,7,0,243,59,91,201,74,207,10,0,248,187,100,156,232,121,7,0,248,59,242,250,56,199,8,0,251,187,255,65,125,73,7,0,251,187,255,65,120,75,7,0,252,59,125,160,149,104,7,0,254,187,166,222,205,169,10,0,254,187,166,222,47,171,10,0,0,188,230,243,5,143,7,0,0,60,109,225,81,179,7,0,0,60,109,225,34,26,9,0,0,60,4,193,106,182,9,0,0,60,4,193,186,182,9,0,4,60,231,54,231,103,11,0,5,188,52,99,238,100,9,0,5,188,52,99,126,101,9,0,7,188,245,230,75,107,7,0,7,188,51,29,213,24,11,0,8,60,66,25,59,41,7,0,9,60,129,143,175,140,10,0,10,60,198,210,10,77,7,0,10,60,198,210,170,79,7,0,11,188,213,45,186,98,10,0,11,188,213,45,224,98,10,0,11,188,213,45,253,98,10,0,13,188,128,14,231,206,9,0,16,188,86,189,167,61,7,0,17,60,196,60,207,1,6,0,19,188,145,23,77,61,9,0,19,188,145,23,55,62,9,0,20,188,108,40,116,231,7,0,22,60,191,225,157,150,6,0,25,188,163,89,232,121,7,0,26,60,223,20,185,11,9,0,26,60,223,20,89,12,9,0,26,60,223,20,254,12,9,0,28,60,58,166,101,174,6,0,30,188,17,127,22,38,7,0,30,60,0,160,102,237,9,0,30,60,0,160,115,238,9,0,31,60,121,231,228,134,7,0,32,60,204,168,177,27,9,0,32,60,204,168,254,28,9,0,32,60,204,168,77,30,9,0,33,188,171,196,184,99,6,0,33,188,31,159,232,197,7,0,36,60,192,161,71,115,7,0,37,60,21,246,250,93,7,0,39,60,71,236,255,110,10,0,40,188,67,184,139,83,7,0,42,188,255,162,231,98,6,0,42,188,255,162,240,59,7,0,43,188,83,195,149,106,7,0,43,188,83,195,239,106,7,0,45,60,57,89,25,245,6,0,46,60,92,113,100,145,6,0,47,188,83,195,197,48,7,0,48,60,89,240,247,224,10,0,49,188,60,230,115,246,5,0,51,188,68,171,113,49,9,0,51,188,68,171,44,51,9,0,54,188,33,202,194,136,7,0,55,60,172,136,215,5,7,0,57,188,188,107,170,79,7,0,57,188,188,107,106,111,9,0,57,188,188,107,144,111,9,0,58,188,56,147,149,217,7,0,58,60,167,78,40,63,9,0,58,60,167,78,226,63,9,0,58,60,167,78,144,64,9,0,58,60,11,65,19,204,11,0,59,188,16,197,135,47,8,0,61,188,200,103,117,207,6,0,63,188,190,190,187,130,6,0,64,188,144,231,133,47,9,0,64,188,144,231,46,48,9,0,65,188,209,215,192,70,11,0,66,188,1,243,55,228,8,0,66,188,1,243,39,237,8,0,66,188,1,243,32,246,8,0,69,60,8,207,144,13,11,0,73,188,204,18,7,245,5,0,73,188,158,61,235,135,10,0,73,188,158,61,152,136,10,0,75,60,222,19,119,10,7,0,78,60,80,127,236,221,5,0,78,60,80,127,126,53,6,0,79,60,80,18,22,151,6,0,79,188,212,133,137,29,11,0,81,188,93,10,249,208,7,0,87,188,154,161,59,41,7,0,87,60,62,0,24,21,10,0,87,60,62,0,71,21,10,0,91,188,239,247,248,231,11,0,91,188,239,247,15,232,11,0,93,188,186,148,212,212,6,0,94,188,14,229,234,164,9,0,94,188,14,229,11,165,9,0,95,60,162,238,232,22,11,0,96,188,26,154,3,157,11,0,97,188,242,163,26,152,6,0,97,60,221,230,45,15,7,0,98,60,166,212,213,89,9,0,98,60,166,212,252,89,9,0,98,188,179,79,135,218,9,0,98,188,179,79,242,218,9,0,99,188,52,51,35,197,11,0,105,188,210,226,197,37,11,0,106,188,245,3,232,121,7,0,110,60,159,122,94,144,6,0,111,60,102,187,113,49,9,0,111,60,102,187,44,51,9,0,117,60,149,60,232,137,6,0,119,60,134,127,38,68,6,0,119,60,134,127,242,131,6,0,119,188,239,116,255,32,7,0,122,188,0,254,203,81,9,0,122,188,0,254,169,82,9,0,128,188,97,109,197,48,7,0,136,60,221,79,170,79,7,0,136,60,122,217,55,228,8,0,136,60,122,217,39,237,8,0,136,60,122,217,32,246,8,0,138,188,14,123,68,165,7,0,138,60,125,229,238,66,9,0,138,60,125,229,8,69,9,0,139,188,73,51,197,48,7,0,139,60,162,54,68,165,7,0,139,188,239,20,205,169,10,0,139,188,239,20,47,171,10,0,142,60,159,3,10,77,7,0,142,60,159,3,170,79,7,0,142,188,180,11,103,103,8,0,146,60,105,202,183,116,7,0,147,188,109,188,131,205,10,0,148,188,237,174,150,1,6,0,149,188,182,138,231,206,9,0,152,60,54,132,197,48,7,0,152,60,183,122,92,191,10,0,154,60,28,38,149,106,7,0,154,60,28,38,239,106,7,0,154,60,234,45,172,71,9,0,154,60,234,45,227,71,9,0,155,188,90,51,138,85,9,0,155,188,90,51,93,87,9,0,159,188,76,132,5,143,7,0,159,188,231,35,37,46,10,0,159,188,231,35,103,47,10,0,159,188,231,35,172,48,10,0,166,188,23,199,47,31,11,0,166,188,23,199,86,31,11,0,170,60,174,16,61,48,11,0,171,60,103,216,81,179,7,0,172,188,233,40,58,106,6,0,173,60,57,13,62,171,6,0,173,188,85,158,144,137,7,0,175,188,230,91,109,195,11,0,176,188,91,158,235,99,7,0,178,188,9,191,5,143,7,0,179,60,88,171,128,133,7,0,181,188,195,129,37,63,7,0,182,188,136,121,172,229,11,0,183,188,216,137,251,97,9,0,183,188,216,137,65,98,9,0,183,188,216,137,142,98,9,0,184,188,109,237,154,130,10,0,187,60,89,186,207,167,8,0,187,60,97,139,157,114,9,0,187,60,97,139,180,114,9,0,187,60,97,139,198,114,9,0,189,188,114,117,235,135,10,0,189,188,114,117,152,136,10,0,189,60,47,111,53,23,11,0,194,188,112,147,75,107,7,0,198,188,20,99,125,104,6,0,198,188,126,11,168,3,9,0,198,188,126,11,73,7,9,0,199,60,158,85,135,252,10,0,202,188,219,228,75,246,10,0,203,60,147,33,118,1,9,0,203,60,147,33,6,2,9,0,204,188,241,42,24,21,10,0,204,188,241,42,109,21,10,0,205,60,133,238,3,130,7,0,205,60,133,238,102,130,7,0,205,188,121,82,199,1,11,0,205,188,121,82,230,1,11,0,205,60,37,191,153,186,11,0,206,60,60,157,181,204,10,0,208,188,106,88,126,12,7,0,208,188,208,122,232,121,7,0,208,60,66,186,144,137,7,0,211,188,17,77,156,39,7,0,214,188,134,207,36,205,11,0,215,188,13,59,120,22,7,0,215,60,251,180,197,48,7,0,215,188,26,93,233,118,10,0,215,188,26,93,125,119,10,0,215,188,26,93,21,120,10,0,216,60,66,252,23,39,7,0,216,60,212,26,168,3,9,0,216,60,212,26,73,7,9,0,216,60,184,139,113,49,9,0,216,60,184,139,44,51,9,0,217,60,175,75,55,98,8,0,221,188,13,127,59,255,5,0,221,60,127,86,92,82,6,0,223,188,3,42,88,170,6,0,224,188,144,184,218,159,10,0,224,188,144,184,111,162,10,0,225,60,113,60,160,203,7,0,226,188,120,248,117,151,10,0,226,188,120,248,165,151,10,0,227,60,174,19,46,217,5,0,230,60,234,235,32,231,10,0,231,188,24,20,251,97,9,0,231,188,24,20,65,98,9,0,231,188,24,20,142,98,9,0,236,60,135,127,217,71,6,0,236,60,55,23,238,66,9,0,236,60,55,23,8,69,9,0,236,60,162,98,255,110,10,0,237,60,251,144,86,119,7,0,239,188,19,186,218,170,6,0,239,188,168,67,36,239,11,0,241,188,90,204,156,39,7,0,245,188,123,191,228,90,7,0,245,60,75,144,110,119,8,0,245,188,238,68,138,103,9,0,245,188,238,68,62,104,9,0,250,188,13,134,161,190,9,0,250,188,13,134,93,191,9,0,251,188,181,38,197,48,7,0,254,188,96,90,205,204,6,0,254,188,6,14,134,211,11,0,2,189,229,9,132,70,6,0,3,189,19,246,233,118,10,0,3,189,19,246,125,119,10,0,3,189,19,246,21,120,10,0,4,189,187,156,69,135,7,0,7,189,100,126,71,27,7,0,12,61,134,77,213,44,10,0,13,61,255,236,68,165,7,0,18,61,222,54,144,137,7,0,20,61,52,181,218,235,5,0,20,189,153,241,232,121,7,0,22,189,192,230,24,226,5,0,25,189,75,23,42,117,9,0,25,189,75,23,178,117,9,0,27,189,136,153,197,48,7,0,28,61,88,65,209,140,6,0,30,189,51,191,232,121,7,0,37,61,102,249,116,210,8,0,40,189,147,199,139,16,7,0,40,189,204,54,168,3,9,0,40,189,204,54,73,7,9,0,41,189,161,25,182,94,7,0,42,189,32,203,63,196,8,0,42,189,32,203,123,196,8,0,43,61,196,77,77,94,9,0,43,61,196,77,93,95,9,0,44,189,43,68,30,161,7,0,44,61,193,183,139,246,9,0,44,61,193,183,215,246,9,0,46,189,63,2,160,181,8,0,48,61,106,52,114,2,7,0,48,61,130,238,30,131,7,0,49,61,158,41,57,25,7,0,53,61,150,35,144,137,7,0,55,61,0,183,59,41,7,0,57,61,204,195,251,132,6,0,58,61,83,4,232,121,7,0,59,189,33,124,210,112,7,0,59,189,44,236,81,179,7,0,59,189,44,236,45,164,8,0,59,189,44,236,195,164,8,0,59,189,44,236,101,165,8,0,59,189,44,236,205,92,10,0,62,61,85,185,43,120,6,0,62,189,249,66,137,135,9,0,62,189,249,66,168,135,9,0,63,61,171,36,119,193,6,0,63,61,199,220,40,242,6,0,65,61,154,244,216,25,7,0,66,189,40,13,235,99,7,0,66,61,195,193,207,167,8,0,66,61,195,193,99,169,8,0,66,61,195,193,207,169,8,0,67,61,101,246,45,235,6,0,68,61,161,182,57,25,7,0,71,189,254,68,55,228,8,0,71,189,254,68,39,237,8,0,71,189,254,68,32,246,8,0,73,189,43,247,144,137,7,0,75,61,162,130,147,85,8,0,78,61,152,41,24,174,7,0,78,61,152,41,69,204,7,0,79,61,36,225,250,218,6,0,79,61,180,215,81,179,7,0,81,61,161,81,47,15,6,0,81,189,13,40,81,179,7,0,81,189,13,40,42,187,7,0,81,61,163,191,161,166,10,0,81,61,163,191,238,166,10,0,81,189,134,120,230,124,11,0,83,61,131,72,94,253,5,0,83,189,171,209,134,39,6,0,86,61,76,123,65,195,11,0,91,61,24,106,116,66,7,0,92,189,16,249,59,41,7,0,93,189,68,123,183,116,7,0,93,189,163,112,120,104,11,0,95,189,30,95,68,165,7,0,96,61,168,231,59,41,7,0,102,189,188,31,114,18,6,0,103,61,70,36,220,27,8,0,109,61,157,38,139,254,5,0,109,189,171,161,92,15,9,0,109,189,171,161,130,20,9,0,110,189,172,21,94,175,7,0,110,189,172,21,68,192,7,0,111,61,76,99,22,38,7,0,114,189,178,80,125,60,9,0,117,61,48,86,247,224,10,0,118,61,27,237,31,153,9,0,118,61,27,237,214,153,9,0,121,189,204,58,84,36,7,0,121,189,142,232,251,84,7,0,123,61,191,225,17,157,6,0,123,61,139,200,71,27,7,0,124,189,173,149,75,63,10,0,124,189,173,149,109,63,10,0,124,61,105,232,220,121,11,0,125,61,176,0,5,143,7,0,126,61,143,220,92,15,9,0,126,61,143,220,130,20,9,0,126,61,156,38,62,106,10,0,126,61,156,38,99,106,10,0,127,189,96,158,157,220,7,0,127,189,96,158,89,93,10,0,127,189,96,158,143,93,10,0,127,189,96,158,204,93,10,0,135,189,193,129,37,63,7,0,142,189,144,55,59,41,7,0,143,61,160,70,177,242,9,0,143,61,160,70,210,242,9,0,144,61,211,86,50,59,6,0,145,61,251,245,81,179,7,0,145,61,125,141,91,70,11,0,146,61,233,110,197,48,7,0,147,61,216,54,133,210,6,0,150,61,87,24,250,227,8,0,150,61,87,24,15,228,8,0,153,61,142,48,57,74,10,0,154,189,205,175,30,131,7,0,155,61,129,229,175,102,8,0,158,61,250,104,38,68,6,0,158,61,250,104,242,131,6,0,159,61,162,7,68,165,7,0,160,61,143,149,156,176,7,0,160,61,143,149,69,119,8,0,162,61,64,36,5,143,7,0,162,61,112,149,239,223,7,0,165,61,160,90,81,179,7,0,165,189,73,33,168,3,9,0,165,189,73,33,73,7,9,0,165,61,160,90,34,26,9,0,168,189,76,241,55,228,8,0,168,189,76,241,39,237,8,0,168,189,76,241,32,246,8,0,169,189,54,125,45,15,7,0,170,189,34,95,177,27,9,0,170,189,34,95,254,28,9,0,170,189,34,95,77,30,9,0,171,189,141,86,0,88,7,0,172,189,58,98,35,138,6,0,172,189,122,249,231,206,9,0,172,189,115,122,241,223,11,0,173,61,112,167,156,176,7,0,173,61,112,167,55,228,8,0,173,61,112,167,39,237,8,0,173,61,112,167,32,246,8,0,173,189,127,52,124,68,11,0,174,189,50,213,108,19,7,0,175,61,155,34,228,114,8,0,181,189,44,44,19,142,9,0,181,189,44,44,63,142,9,0,181,189,16,6,101,27,11,0,185,189,200,156,139,83,7,0,186,189,180,226,185,159,6,0,186,189,43,146,79,245,6,0,186,61,86,173,226,41,11,0,187,61,99,243,204,56,11,0,191,189,66,189,107,114,7,0,193,189,230,193,59,41,7,0,193,189,105,157,72,255,8,0,193,189,105,157,168,255,8,0,193,189,105,157,17,0,9,0,194,189,85,71,144,137,7,0,194,61,214,86,38,139,9,0,194,61,214,86,118,139,9,0,194,61,214,86,213,139,9,0,194,61,214,86,39,140,9,0,195,61,245,113,135,147,10,0,195,61,245,113,56,148,10,0,196,189,232,230,128,98,7,0,196,61,179,4,232,121,7,0,197,61,237,167,34,225,6,0,197,189,157,108,119,10,7,0,197,61,237,167,81,179,7,0,197,61,237,167,65,193,7,0,198,61,164,106,237,16,6,0,200,189,66,37,194,178,9,0,200,189,66,37,234,178,9,0,200,189,66,37,22,179,9,0,201,189,88,131,85,108,11,0,204,189,193,151,251,105,7,0,204,189,193,151,158,128,7,0,204,189,193,151,68,165,7,0,205,61,108,137,253,220,10,0,207,189,244,13,168,223,5,0,207,61,6,91,68,165,7,0,213,61,137,84,187,198,10,0,214,61,87,31,241,183,10,0,215,61,250,249,5,143,7,0,215,61,9,109,146,78,10,0,216,61,238,124,232,121,7,0,219,61,66,178,110,119,8,0,219,189,36,170,253,29,10,0,219,189,36,170,40,30,10,0,223,189,223,90,187,24,7,0,223,61,200,56,59,41,7,0,223,61,183,126,5,143,7,0,225,189,90,13,138,194,11,0,226,189,170,107,54,241,9,0,226,189,170,107,213,241,9,0,227,189,108,23,100,43,8,0,227,189,108,23,188,123,11,0,231,61,164,142,148,53,6,0,232,61,112,111,48,226,11,0,232,61,112,111,83,226,11,0,233,189,204,134,23,39,7,0,235,61,234,243,55,228,8,0,235,61,234,243,39,237,8,0,235,61,234,243,32,246,8,0,243,61,47,215,255,70,6,0,243,189,60,65,102,29,7,0,243,61,254,31,182,94,7,0,243,61,76,31,135,147,10,0,243,61,76,31,56,148,10,0,246,61,1,237,45,105,7,0,247,61,199,120,166,23,10,0,247,61,199,120,181,24,10,0,247,61,199,120,184,25,10,0,247,61,199,120,214,26,10,0,247,61,226,183,47,8,11,0,252,189,58,111,59,41,7,0,0,62,175,106,88,91,8,0,3,190,203,165,251,84,7,0,4,190,245,231,192,170,9,0,4,190,245,231,219,170,9,0,4,190,245,231,246,170,9,0,5,190,213,149,205,169,10,0,5,190,213,149,47,171,10,0,5,190,19,208,241,199,10,0,5,62,86,138,55,233,10,0,6,62,103,27,19,159,7,0,11,190,105,137,44,205,8,0,18,62,200,166,124,199,7,0,18,62,200,166,166,167,8,0,18,62,102,27,90,41,11,0,18,62,102,27,223,53,11,0,19,190,71,105,45,221,5,0,19,190,108,37,24,17,7,0,20,62,148,190,197,48,7,0,20,62,254,178,192,130,10,0,20,62,254,178,42,131,10,0,21,62,66,70,135,147,10,0,21,62,66,70,56,148,10,0,23,62,46,21,206,65,7,0,23,62,184,148,110,119,8,0,23,62,184,148,110,119,8,0,25,190,193,201,71,215,6,0,25,190,193,201,86,11,7,0,26,62,102,68,115,205,11,0,28,62,234,228,168,3,9,0,28,62,234,228,73,7,9,0,30,62,157,38,45,15,7,0,32,62,33,116,68,165,7,0,37,190,251,105,226,223,6,0,37,62,244,63,110,119,8,0,39,190,201,26,125,73,7,0,39,190,201,26,120,75,7,0,39,190,144,248,42,248,7,0,39,62,96,213,55,228,8,0,39,62,96,213,39,237,8,0,39,62,96,213,32,246,8,0,39,62,138,99,241,163,9,0,39,62,138,99,24,164,9,0,39,62,138,99,55,164,9,0,39,62,112,17,176,58,11,0,40,190,125,36,55,228,8,0,40,190,125,36,39,237,8,0,40,190,125,36,32,246,8,0,41,190,44,103,197,48,7,0,42,190,99,172,156,176,7,0,42,190,99,172,236,158,10,0,42,190,99,172,45,159,10,0,42,190,99,172,106,159,10,0,43,190,130,41,168,3,9,0,43,190,130,41,73,7,9,0,43,62,211,34,239,39,10,0,43,62,211,34,45,40,10,0,43,62,211,34,89,40,10,0,48,62,255,4,122,19,8,0,48,190,234,167,37,46,10,0,48,190,234,167,103,47,10,0,48,190,234,167,172,48,10,0,48,190,28,50,229,230,11,0,49,62,39,181,251,105,7,0,49,62,39,181,81,179,7,0,49,62,39,181,68,192,7,0,50,190,105,49,40,63,9,0,50,190,105,49,226,63,9,0,50,190,105,49,144,64,9,0,51,190,91,184,54,13,7,0,51,190,249,24,166,36,7,0,52,190,172,223,177,61,6,0,52,190,92,206,167,176,6,0,52,190,172,223,41,180,6,0,52,62,33,196,197,48,7,0,53,190,20,13,64,182,11,0,54,190,29,85,199,235,7,0,56,62,100,92,255,110,10,0,59,190,205,234,68,165,7,0,59,190,205,234,150,240,9,0,60,62,252,229,139,83,7,0,60,190,22,249,156,176,7,0,61,190,203,221,118,1,9,0,61,190,203,221,6,2,9,0,63,62,29,251,109,216,9,0,63,62,29,251,99,217,9,0,65,190,241,147,68,165,7,0,66,62,162,245,164,117,11,0,68,62,170,151,210,112,7,0,70,190,192,12,77,94,9,0,70,190,192,12,93,95,9,0,70,190,244,190,199,172,10,0,70,190,244,190,74,173,10,0,74,190,225,94,145,73,10,0,74,190,225,94,57,74,10,0,76,190,19,229,5,70,8,0,76,190,135,20,1,51,11,0,77,190,159,54,118,1,9,0,77,190,159,54,6,2,9,0,79,62,72,196,236,111,11,0,82,62,74,110,92,15,9,0,82,62,74,110,130,20,9,0,83,62,51,32,111,204,7,0,84,62,219,176,125,73,7,0,84,62,219,176,120,75,7,0,84,62,219,176,235,205,7,0,84,62,78,94,136,138,8,0,85,190,214,189,216,25,7,0,85,190,80,36,81,179,7,0,85,190,80,36,52,186,7,0,85,190,80,36,68,192,7,0,85,190,120,161,124,199,7,0,87,62,104,77,207,167,8,0,91,62,76,16,183,116,7,0,91,62,234,225,138,85,9,0,91,62,234,225,93,87,9,0,92,62,176,51,109,152,6,0,93,62,58,127,182,94,7,0,93,62,247,24,213,31,9,0,93,62,247,24,198,32,9,0,94,62,186,120,176,170,6,0,94,62,145,183,54,241,9,0,94,62,145,183,213,241,9,0,94,190,85,1,234,241,11,0,98,190,17,179,212,37,8,0,98,190,17,179,15,38,8,0,98,190,17,179,84,38,8,0,98,190,17,179,154,38,8,0,101,190,199,148,196,249,6,0,101,62,222,90,68,165,7,0,102,62,63,101,81,179,7,0,102,62,155,89,17,115,8,0,102,62,166,186,166,121,8,0,102,62,63,101,45,164,8,0,102,62,63,101,195,164,8,0,102,62,63,101,101,165,8,0,102,62,63,101,205,92,10,0,103,62,57,244,142,136,7,0,107,62,3,126,95,211,6,0,107,190,39,100,205,169,10,0,107,190,39,100,47,171,10,0,108,190,175,105,55,228,8,0,108,190,175,105,39,237,8,0,108,190,175,105,32,246,8,0,112,190,233,40,68,165,7,0,114,62,93,46,78,236,5,0,114,62,252,109,44,189,6,0,114,62,49,109,81,179,7,0,114,62,49,109,222,194,7,0,114,190,58,79,21,230,9,0,114,190,58,79,73,230,9,0,117,62,125,135,197,170,6,0,117,62,163,38,23,39,7,0,117,62,136,204,128,98,7,0,117,190,16,249,161,166,10,0,117,190,16,249,238,166,10,0,117,62,174,217,189,215,10,0,118,190,153,74,236,65,7,0,119,190,58,213,232,254,6,0,119,190,155,140,5,143,7,0,119,62,124,217,185,11,9,0,119,62,124,217,89,12,9,0,119,62,124,217,254,12,9,0,120,62,235,138,255,110,10,0,121,62,244,210,201,24,6,0,121,62,244,210,35,156,7,0,122,190,161,237,177,139,6,0,122,190,161,237,204,35,7,0,122,62,180,160,42,117,9,0,122,62,180,160,178,117,9,0,123,62,44,86,124,6,7,0,125,190,95,102,92,15,9,0,125,190,95,102,130,20,9,0,127,190,71,40,75,142,6,0,128,62,74,36,68,165,7,0,131,62,171,141,42,36,9,0,131,62,171,141,135,36,9,0,131,62,191,198,255,110,10,0,131,62,191,198,255,110,10,0,131,62,55,12,35,197,11,0,132,62,157,38,202,56,7,0,134,190,119,40,120,47,11,0,137,190,49,104,2,152,10,0,137,190,49,104,36,152,10,0,137,190,49,104,93,152,10,0,140,190,243,128,109,245,5,0,141,190,244,70,156,176,7,0,141,190,244,70,81,179,7,0,141,62,7,29,62,183,8,0,145,190,72,105,255,110,10,0,147,190,14,76,177,27,9,0,147,190,14,76,254,28,9,0,147,190,14,76,77,30,9,0,148,190,163,87,231,206,9,0,148,190,130,50,209,3,10,0,148,190,130,50,245,3,10,0,148,190,130,50,37,4,10,0,149,62,115,224,197,48,7,0,151,62,230,16,208,192,10,0,152,190,233,87,152,77,6,0,152,62,29,88,142,57,8,0,153,62,188,187,228,90,7,0,154,190,21,79,214,113,7,0,155,190,58,98,221,146,10,0,158,190,173,237,170,79,7,0,158,190,173,237,166,247,10,0,160,62,252,66,96,42,6,0,162,62,207,47,187,164,6,0,162,190,213,57,137,178,7,0,164,190,111,239,192,11,6,0,168,62,55,93,144,90,11,0,169,190,59,68,171,245,10,0,170,190,154,140,18,223,9,0,170,190,154,140,58,223,9,0,170,190,154,140,107,223,9,0,172,62,95,191,184,96,11,0,172,190,165,16,233,100,11,0,173,62,240,211,50,211,6,0,174,190,91,113,144,137,7,0,176,62,106,102,204,35,7,0,179,190,14,55,59,41,7,0,179,190,81,61,10,77,7,0,179,190,81,61,170,79,7,0,179,62,1,210,81,179,7,0,179,62,1,210,34,26,9,0,183,190,128,1,5,143,7,0,184,62,138,61,59,41,7,0,184,190,142,7,75,191,7,0,187,62,249,97,155,89,7,0,192,62,118,73,124,6,7,0,192,62,88,216,88,34,7,0,192,190,185,36,202,80,11,0,195,190,131,53,18,54,6,0,195,190,113,19,11,66,6,0,195,190,131,53,236,30,7,0,196,190,53,31,181,58,7,0,197,62,99,22,77,94,9,0,197,62,99,22,93,95,9,0,198,190,50,87,18,158,11,0,198,190,50,87,123,173,11,0,199,62,68,162,6,9,7,0,201,62,210,24,205,169,10,0,201,62,210,24,47,171,10,0,202,190,186,92,93,83,11,0,204,190,113,208,5,195,10,0,208,62,133,13,5,143,7,0,211,62,81,58,238,100,9,0,211,62,81,58,126,101,9,0,212,190,178,230,135,147,10,0,212,190,178,230,56,148,10,0,213,190,37,63,9,235,6,0,213,190,37,63,118,154,7,0,213,190,37,63,63,155,7,0,213,190,37,63,183,206,8,0,213,62,148,190,98,44,11,0,214,62,145,154,222,31,7,0,215,190,181,209,28,62,6,0,215,190,181,209,78,120,6,0,215,190,150,207,247,206,7,0,219,62,163,42,29,234,5,0,219,190,249,118,166,31,11,0,219,190,251,214,120,32,11,0,220,62,169,245,169,10,11,0,221,62,152,86,6,61,7,0,222,190,239,47,75,58,11,0,223,62,71,24,56,57,7,0,224,62,246,194,59,41,7,0,226,62,55,163,5,143,7,0,227,62,191,225,236,65,7,0,231,190,240,215,75,163,6,0,231,190,211,161,66,9,11,0,232,190,190,143,5,143,7,0,232,190,190,143,54,8,8,0,233,190,53,158,255,110,10,0,235,190,226,59,138,85,9,0,235,190,226,59,93,87,9,0,239,190,73,88,183,116,7,0,240,190,103,146,116,143,8,0,240,62,217,13,55,228,8,0,240,62,217,13,39,237,8,0,240,62,217,13,32,246,8,0,240,190,176,12,203,81,9,0,240,190,176,12,169,82,9,0,241,62,197,98,229,27,10,0,241,62,197,98,114,28,10,0,242,62,242,96,232,121,7,0,245,190,157,33,144,84,6,0,245,190,211,226,168,3,9,0,245,190,211,226,73,7,9,0,247,190,65,50,255,110,10,0,251,62,30,159,141,207,6,0,251,190,168,231,69,110,7,0,251,62,214,34,115,64,8,0,254,62,60,141,54,13,7,0,255,62,216,219,22,38,7,0,3,63,139,48,30,131,7,0,3,191,40,178,213,44,10,0,4,63,235,205,180,211,9,0,4,63,235,205,226,211,9,0,5,191,54,95,197,48,7,0,5,191,54,95,240,59,7,0,6,63,157,152,205,169,10,0,6,63,157,152,47,171,10,0,8,191,69,149,117,47,6,0,11,63,91,196,117,59,9,0,11,63,91,196,221,59,9,0,12,63,122,46,59,41,7,0,16,191,34,138,35,98,6,0,17,63,175,247,5,143,7,0,17,191,164,30,156,176,7,0,17,191,164,30,156,130,9,0,18,63,160,228,201,18,6,0,23,63,235,232,221,26,9,0,23,63,235,232,51,27,9,0,27,63,69,29,184,92,9,0,27,63,69,29,53,93,9,0,34,63,62,247,210,13,9,0,34,63,62,247,132,14,9,0,35,191,38,29,197,48,7,0,35,191,23,126,81,179,7,0,35,191,23,126,117,196,7,0,35,63,41,34,238,66,9,0,35,63,41,34,8,69,9,0,37,191,26,130,131,105,9,0,37,191,26,130,180,105,9,0,38,191,111,115,75,228,10,0,39,191,174,253,213,59,11,0,42,191,205,211,24,53,9,0,42,191,205,211,252,53,9,0,42,191,205,211,216,54,9,0,43,191,100,8,185,106,8,0,47,191,149,170,30,158,6,0,47,63,133,14,191,213,11,0,47,63,133,14,44,217,11,0,48,191,222,177,8,232,9,0,48,191,222,177,33,232,9,0,48,191,222,177,49,232,9,0,49,191,23,126,236,23,7,0,49,191,23,126,112,24,7,0,49,191,84,63,89,202,7,0,49,191,84,63,207,202,7,0,49,191,188,28,108,215,7,0,52,63,115,183,205,169,10,0,52,63,115,183,47,171,10,0,53,191,6,38,183,245,6,0,53,191,6,38,67,40,7,0,56,191,189,129,170,113,6,0,56,191,189,129,125,73,7,0,56,191,189,129,120,75,7,0,56,63,16,252,139,83,7,0,57,191,195,46,36,220,5,0,59,191,102,22,137,178,7,0,60,191,123,115,5,143,7,0,60,63,39,23,81,179,7,0,60,63,39,23,45,164,8,0,60,63,39,23,195,164,8,0,60,63,39,23,101,165,8,0,60,63,39,23,205,92,10,0,65,191,145,121,94,175,7,0,65,191,145,121,16,186,7,0,66,191,175,20,150,175,9,0,67,191,3,236,222,84,11,0,71,191,234,65,85,232,10,0,72,191,211,238,69,70,11,0,75,63,127,111,255,110,10,0,75,191,236,78,119,100,11,0,78,63,222,82,126,12,7,0,78,63,221,196,59,41,7,0,79,191,84,68,232,121,7,0,79,191,153,1,101,221,7,0,80,191,39,29,255,32,7,0,81,191,131,3,89,202,7,0,81,191,131,3,207,202,7,0,82,63,154,247,107,35,7,0,82,191,38,45,197,48,7,0,83,191,82,89,10,37,7,0,83,191,67,206,94,175,7,0,83,63,134,86,55,228,8,0,83,63,134,86,39,237,8,0,83,63,134,86,32,246,8,0,83,63,251,76,20,146,10,0,83,63,251,76,86,146,10,0,84,191,200,80,71,115,7,0,87,191,69,102,125,73,7,0,87,191,69,102,120,75,7,0,87,63,132,101,10,77,7,0,87,63,132,101,55,228,8,0,87,63,132,101,39,237,8,0,87,63,132,101,32,246,8,0,87,63,131,174,138,85,9,0,87,63,131,174,93,87,9,0,91,191,140,209,188,15,6,0,92,63,212,180,144,37,7,0,94,63,209,50,112,216,5,0,95,63,54,68,131,41,9,0,96,191,88,108,218,159,10,0,96,191,88,108,111,162,10,0,97,63,162,225,55,228,8,0,97,63,162,225,39,237,8,0,97,63,162,225,32,246,8,0,99,191,29,73,5,143,7,0,101,191,237,96,177,21,7,0,102,191,19,241,224,218,10,0,102,191,19,241,225,227,10,0,105,191,246,45,55,228,8,0,105,191,246,45,39,237,8,0,105,191,246,45,32,246,8,0,111,191,181,220,122,19,8,0,111,63,72,232,50,29,10,0,114,191,224,29,161,190,9,0,114,191,224,29,93,191,9,0,117,191,247,85,245,40,10,0,118,63,32,92,55,228,8,0,118,63,32,92,39,237,8,0,118,63,32,92,32,246,8,0,120,63,131,34,10,77,7,0,120,191,179,101,7,198,10,0,120,63,46,63,12,244,11,0,128,63,204,47,251,105,7,0,129,63,163,62,106,182,9,0,129,63,163,62,186,182,9,0,130,63,222,184,151,32,11,0,131,63,232,6,117,54,6,0,135,191,2,178,231,206,9,0,137,63,64,241,253,83,11,0,137,63,64,241,27,95,11,0,138,191,150,117,139,246,9,0,138,191,150,117,215,246,9,0,139,191,3,204,226,11,7,0,141,63,230,143,197,48,7,0,142,63,153,198,126,161,11,0,144,63,41,233,236,126,11,0,145,63,192,86,204,239,7,0,145,63,192,86,224,104,11,0,147,191,244,38,108,19,7,0,147,191,170,240,172,71,9,0,147,191,170,240,227,71,9,0,148,63,172,122,35,205,6,0,148,63,107,249,168,3,9,0,148,63,107,249,73,7,9,0,152,63,11,80,157,235,6,0,152,63,125,60,242,19,7,0,153,63,151,87,68,165,7,0,155,191,175,83,202,61,8,0,155,191,175,83,244,61,8,0,155,191,175,83,42,62,8,0,155,191,175,83,90,62,8,0,156,63,213,55,2,72,7,0,158,63,65,18,224,26,11,0,164,63,8,21,197,48,7,0,166,191,40,170,231,224,9,0,166,191,40,170,12,225,9,0,169,191,220,206,96,18,7,0,170,63,95,253,10,77,7,0,170,63,13,240,228,90,7,0,170,63,117,122,183,116,7,0,173,191,66,242,197,48,7,0,174,63,79,135,144,137,7,0,178,63,226,230,207,132,7,0,181,191,151,179,160,169,6,0,181,63,11,35,59,41,7,0,182,63,186,169,138,85,9,0,182,63,186,169,93,87,9,0,185,191,95,26,201,24,6,0,185,191,95,26,35,156,7,0,186,191,164,65,116,66,7,0,188,191,23,146,250,93,7,0,189,191,146,19,68,165,7,0,190,191,133,69,13,49,11,0,196,191,119,240,232,200,9,0,196,191,119,240,55,201,9,0,196,63,180,41,78,39,11,0,198,63,218,20,70,226,8,0,199,191,227,169,148,85,6,0,200,63,164,180,91,121,9,0,200,63,164,180,171,122,9,0,200,63,164,180,253,123,9,0,200,63,164,180,84,125,9,0,207,191,74,48,24,21,10,0,207,191,74,48,109,21,10,0,214,191,8,244,23,39,7,0,214,63,196,214,240,59,7,0,219,191,155,101,139,200,11,0,225,63,232,167,6,61,7,0,225,191,238,51,14,201,7,0,228,191,210,110,92,15,9,0,228,191,210,110,130,20,9,0,230,191,242,46,226,14,7,0,230,191,158,102,158,37,11,0,231,63,236,155,108,32,7,0,231,191,213,102,197,48,7,0,231,63,137,130,214,113,7,0,235,191,241,125,81,242,6,0,235,191,241,125,132,185,9,0,236,191,146,119,60,251,6,0,236,191,203,98,68,165,7,0,237,63,220,142,213,44,10,0,237,63,9,99,210,214,10,0,237,63,9,99,35,239,10,0,238,63,242,210,8,217,7,0,239,63,161,132,113,49,9,0,239,63,161,132,44,51,9,0,240,63,241,186,216,25,7,0,241,191,130,79,156,176,7,0,246,191,75,114,197,48,7,0,247,63,73,30,10,196,6,0,248,191,33,15,170,79,7,0,248,191,33,15,35,22,11,0,249,191,204,70,2,72,7,0,251,63,151,145,95,227,8,0,252,63,39,153,169,12,6,0,253,63,104,110,170,79,7,0,253,63,104,110,91,121,9,0,253,63,104,110,171,122,9,0,253,63,104,110,253,123,9,0,253,63,104,110,84,125,9,0,254,63,59,146,71,115,7,0,255,191,117,210,59,41,7,0,0,64,168,198,24,254,10,0,2,192,57,130,134,153,11,0,4,192,225,126,135,218,9,0,4,192,225,126,242,218,9,0,6,192,214,83,10,77,7,0,6,192,214,83,170,79,7,0,10,64,99,94,246,50,10,0,10,64,99,94,30,51,10,0,10,64,99,94,69,51,10,0,14,64,58,70,152,77,6,0,14,192,28,115,183,116,7,0,18,64,69,193,19,199,9,0,18,64,69,193,39,199,9,0,20,192,57,106,235,135,10,0,20,192,57,106,152,136,10,0,21,64,105,154,246,15,7,0,21,192,40,226,228,90,7,0,22,64,166,14,59,41,7,0,22,64,133,135,81,179,7,0,22,64,133,135,68,192,7,0,23,192,239,96,232,121,7,0,24,192,31,172,128,103,7,0,24,64,66,155,55,228,8,0,24,64,66,155,39,237,8,0,24,64,66,155,32,246,8,0,25,192,54,132,76,5,7,0,29,192,127,76,226,11,7,0,29,192,34,89,204,244,10,0,30,64,42,138,226,93,6,0,30,192,86,173,59,41,7,0,30,64,199,54,144,137,7,0,30,64,42,138,166,168,9,0,30,64,42,138,196,168,9,0,36,64,96,48,65,121,6,0,38,192,66,151,139,16,7,0,38,192,223,7,228,90,7,0,43,192,115,225,71,115,7,0,43,192,62,135,110,119,8,0,43,64,153,222,255,110,10,0,47,64,46,81,73,231,5,0,47,192,196,5,156,106,9,0,47,192,196,5,213,106,9,0,48,192,19,241,168,3,9,0,48,192,19,241,73,7,9,0,51,192,197,226,232,121,7,0,51,64,19,44,255,110,10,0,52,192,105,188,202,50,8,0,56,64,6,65,210,46,6,0,56,192,78,2,0,35,10,0,56,192,78,2,44,35,10,0,60,192,37,201,201,105,11,0,62,192,235,70,238,66,9,0,62,192,235,70,8,69,9,0,63,192,234,198,14,99,7,0,66,64,223,26,119,32,6,0,66,192,30,172,7,255,10,0,67,192,0,214,167,61,7,0,70,64,52,149,255,110,10,0,72,192,179,16,31,153,9,0,72,192,179,16,214,153,9,0,74,192,95,93,87,139,6,0,74,192,95,93,39,145,6,0,74,64,160,247,10,77,7,0,74,64,160,247,170,79,7,0,74,192,95,93,239,116,8,0,74,64,213,13,255,110,10,0,75,192,129,207,182,94,7,0,77,192,11,153,236,65,7,0,77,192,11,153,116,66,7,0,83,64,85,13,37,63,7,0,83,64,85,13,170,64,7,0,83,192,77,229,168,3,9,0,83,192,77,229,73,7,9,0,84,64,249,67,235,135,10,0,84,64,249,67,152,136,10,0,85,64,87,150,138,103,9,0,85,64,87,150,62,104,9,0,89,192,81,54,2,181,9,0,89,192,81,54,52,181,9,0,89,192,81,54,100,181,9,0,90,64,225,57,10,77,7,0,90,64,225,57,158,128,7,0,90,64,225,57,68,165,7,0,90,192,220,77,13,209,9,0,91,64,189,144,26,9,6,0,91,192,142,127,75,50,6,0,97,192,27,146,126,12,7,0,97,64,139,137,197,48,7,0,101,64,158,119,68,165,7,0,102,192,222,90,81,179,7,0,102,192,207,86,32,113,9,0,102,192,207,86,65,113,9,0,102,192,207,86,90,113,9,0,103,192,72,188,119,97,7,0,103,192,195,171,29,100,8,0,104,192,84,216,199,222,7,0,105,64,125,161,55,228,8,0,105,64,125,161,39,237,8,0,105,64,125,161,32,246,8,0,107,192,119,32,151,69,6,0,107,192,191,34,109,200,7,0,111,64,109,165,148,215,10,0,112,64,185,57,5,143,7,0,113,64,42,176,133,47,9,0,113,64,42,176,46,48,9,0,116,192,75,112,102,29,7,0,117,192,158,112,123,12,11,0,117,64,125,193,200,40,11,0,118,192,20,202,68,165,7,0,118,192,168,253,110,119,8,0,119,64,143,227,171,215,6,0,119,64,143,227,86,11,7,0,120,192,119,124,55,228,8,0,120,192,119,124,39,237,8,0,120,192,119,124,32,246,8,0,126,64,51,218,127,98,6,0,126,192,97,234,68,165,7,0,126,192,214,211,31,153,9,0,126,192,214,211,214,153,9,0,131,64,129,127,95,88,11,0,134,192,226,187,177,27,9,0,134,192,226,187,254,28,9,0,134,192,226,187,77,30,9,0,136,192,105,84,59,41,7,0,136,192,133,150,81,179,7,0,136,192,133,150,110,153,8,0,140,64,216,89,94,175,7,0,142,64,243,8,51,141,6,0,146,64,200,163,58,93,7,0,148,64,251,129,11,236,5,0,149,192,27,171,81,179,7,0,149,192,27,171,254,71,8,0,149,192,34,182,243,137,10,0,149,192,34,182,63,138,10,0,149,192,34,182,140,138,10,0,149,192,27,171,199,108,11,0,150,64,77,218,130,249,11,0,151,64,206,56,123,199,8,0,152,192,60,51,204,35,7,0,152,64,134,29,234,28,11,0,154,192,184,103,59,41,7,0,157,192,50,197,213,28,7,0,157,192,221,247,253,238,10,0,158,192,136,91,143,209,7,0,158,192,220,209,34,105,8,0,160,192,74,70,23,222,11,0,165,64,71,129,75,107,7,0,166,192,8,94,162,223,10,0,166,64,108,248,194,234,10,0,167,64,203,201,228,90,7,0,169,192,116,96,91,121,9,0,169,192,116,96,171,122,9,0,169,192,116,96,253,123,9,0,169,192,116,96,84,125,9,0,170,64,139,70,28,31,6,0,171,64,245,54,71,115,7,0,177,64,53,51,230,191,11,0,179,192,161,147,79,238,11,0,188,192,34,127,91,189,8,0,188,64,123,18,255,110,10,0,189,192,19,14,66,9,11,0,190,192,63,47,14,245,11,0,191,64,224,36,110,119,8,0,192,64,206,229,81,179,7,0,192,64,206,229,225,220,7,0,196,192,58,206,110,119,8,0,197,192,97,56,217,201,6,0,206,192,223,232,201,24,6,0,206,192,223,232,35,156,7,0,206,64,227,234,168,3,9,0,206,64,227,234,73,7,9,0,208,192,157,232,69,134,11,0,209,64,177,74,138,194,11,0,212,64,187,227,152,77,6,0,212,192,181,78,76,9,7,0,214,192,121,176,5,55,6,0,221,192,148,194,74,4,8,0,221,192,148,194,115,4,8,0,228,64,153,114,5,143,7,0,235,192,204,70,55,228,8,0,235,192,204,70,39,237,8,0,235,192,204,70,32,246,8,0,236,192,19,86,24,53,9,0,236,192,19,86,252,53,9,0,236,192,19,86,216,54,9,0,237,192,28,190,143,120,6,0,240,192,89,42,144,137,7,0,241,192,238,98,21,57,6,0,241,64,140,161,203,131,9,0,241,64,140,161,97,132,9,0,242,192,50,124,247,228,10,0,243,64,23,214,33,93,11,0,243,64,134,255,38,113,11,0,248,64,174,133,119,97,7,0,250,192,176,148,79,250,5,0,251,64,85,205,231,98,6,0,251,64,85,205,240,59,7,0,251,192,62,224,144,137,7,0,251,64,129,40,55,228,8,0,251,64,129,40,39,237,8,0,251,64,129,40,32,246,8,0,252,192,51,138,59,41,7,0,253,192,23,18,59,41,7,0,254,64,157,4,227,128,11,0,2,193,38,70,92,15,9,0,2,193,38,70,130,20,9,0,2,65,59,213,102,237,9,0,2,65,59,213,115,238,9,0,4,193,207,223,186,27,6,0,6,65,236,230,229,27,10,0,6,65,236,230,114,28,10,0,8,193,36,11,159,18,7,0,8,193,44,30,12,37,9,0,8,193,44,30,124,37,9,0,8,193,36,11,36,166,9,0,8,193,36,11,133,166,9,0,8,193,36,11,235,166,9,0,8,193,36,11,74,167,9,0,8,193,36,11,178,167,9,0,8,193,43,104,191,247,11,0,9,193,204,12,197,48,7,0,9,193,15,100,219,123,11,0,11,65,77,4,185,210,7,0,11,65,77,4,244,210,7,0,11,193,1,89,227,78,8,0,11,65,26,130,71,147,9,0,11,65,26,130,108,147,9,0,11,65,26,130,135,147,9,0,13,65,37,238,51,109,7,0,14,65,74,159,246,15,7,0,14,193,186,29,144,137,7,0,18,193,129,40,27,245,10,0,19,193,119,123,122,228,5,0,19,193,13,192,131,40,10,0,19,193,13,192,90,41,10,0,21,65,18,195,162,158,8,0,23,65,54,86,182,94,7,0,23,65,129,134,144,137,7,0,24,65,240,180,59,41,7,0,25,193,201,26,125,73,7,0,25,193,201,26,120,75,7,0,25,65,123,127,127,214,10,0,28,65,87,101,10,77,7,0,28,65,87,101,170,79,7,0,28,193,185,4,232,121,7,0,29,193,3,215,144,62,6,0,29,65,79,154,59,41,7,0,32,65,214,75,68,165,7,0,33,65,197,127,87,115,6,0,34,193,205,29,154,128,6,0,35,65,115,167,213,44,10,0,36,193,114,250,144,137,7,0,36,65,102,235,55,228,8,0,36,65,102,235,39,237,8,0,36,65,102,235,32,246,8,0,39,193,224,191,48,216,7,0,39,65,130,197,202,50,8,0,39,193,187,53,238,66,9,0,39,193,187,53,8,69,9,0,40,193,121,138,160,188,6,0,40,65,28,128,255,32,7,0,41,193,121,182,16,2,7,0,43,193,210,101,203,57,6,0,45,193,12,4,10,99,9,0,45,193,12,4,226,99,9,0,48,65,141,10,215,125,11,0,49,65,146,76,197,48,7,0,50,193,12,181,203,239,11,0,51,65,15,226,13,14,6,0,53,193,123,35,102,237,9,0,53,193,123,35,115,238,9,0,53,65,178,61,157,51,10,0,53,65,178,61,1,52,10,0,53,65,178,61,98,52,10,0,54,65,181,148,81,128,6,0,54,65,181,148,99,143,6,0,54,65,181,148,40,176,6,0,55,65,239,126,135,29,6,0,56,193,235,92,168,3,9,0,56,193,235,92,73,7,9,0,56,65,11,148,141,252,11,0,59,193,187,10,35,127,7,0,60,65,235,26,24,198,11,0,63,193,89,129,112,124,11,0,65,65,194,77,5,143,7,0,65,65,194,77,57,116,11,0,69,65,3,46,150,164,7,0,71,193,154,198,231,206,9,0,72,193,13,156,89,218,5,0,74,193,236,174,68,165,7,0,74,193,236,174,247,234,10,0,74,65,118,221,23,124,11,0,75,65,235,221,14,174,9,0,76,65,141,29,66,104,7,0,76,193,227,126,45,70,8,0,77,65,80,147,207,209,10,0,77,65,80,147,123,228,10,0,79,193,196,58,141,140,11,0,80,65,43,47,28,127,11,0,81,65,86,14,55,228,8,0,81,65,86,14,39,237,8,0,81,65,86,14,32,246,8,0,84,193,56,91,228,75,6,0,84,193,40,144,205,169,10,0,84,193,40,144,47,171,10,0,89,65,119,225,71,115,7,0,90,65,105,99,74,140,11,0,91,193,185,37,249,45,9,0,91,193,185,37,33,46,9,0,93,193,65,55,232,121,7,0,93,193,172,168,102,237,9,0,93,193,172,168,115,238,9,0,93,193,117,139,187,250,11,0,94,65,63,255,138,85,9,0,94,65,63,255,93,87,9,0,96,65,181,125,250,93,7,0,97,193,188,181,65,12,7,0,98,65,208,68,220,126,9,0,98,65,208,68,138,127,9,0,101,65,181,55,4,20,8,0,105,65,182,89,133,47,9,0,105,65,182,89,46,48,9,0,106,193,252,237,195,180,6,0,106,193,112,150,171,207,6,0,106,193,210,69,228,90,7,0,107,65,52,205,51,109,7,0,107,193,183,211,144,137,7,0,107,65,20,157,68,165,7,0,108,65,125,76,207,108,6,0,108,65,125,76,251,84,7,0,108,65,125,76,236,223,8,0,110,193,170,148,191,124,10,0,110,193,170,148,215,124,10,0,112,193,196,3,197,48,7,0,115,65,200,39,176,99,7,0,117,193,159,175,108,19,7,0,117,193,129,187,77,94,9,0,117,193,129,187,93,95,9,0,120,65,106,61,27,118,11,0,125,193,248,100,68,165,7,0,126,193,32,248,197,48,7,0,127,193,204,26,75,247,6,0,128,193,191,250,142,16,10,0,128,193,191,250,161,16,10,0,130,193,73,91,80,192,10,0,133,193,209,116,255,110,10,0,135,65,229,112,35,127,7,0,136,65,115,57,113,250,10,0,136,65,115,57,196,250,10,0,138,65,201,97,121,34,7,0,138,65,201,97,43,235,10,0,139,193,67,236,59,41,7,0,144,65,104,194,125,73,7,0,144,65,104,194,120,75,7,0,144,65,38,247,3,134,9,0,144,65,38,247,29,134,9,0,144,65,98,191,53,36,11,0,148,65,69,25,108,32,7,0,149,193,253,240,197,48,7,0,153,193,181,180,195,68,11,0,155,65,98,128,0,88,7,0,158,193,229,91,230,33,9,0,158,193,229,91,32,34,9,0,160,65,245,215,197,48,7,0,160,193,189,1,232,200,9,0,160,193,189,1,55,201,9,0,162,65,188,83,255,110,10,0,162,193,135,48,35,200,11,0,165,193,118,255,138,194,11,0,166,193,221,162,233,3,7,0,166,65,137,58,6,8,7,0,167,193,252,185,188,232,11,0,167,193,252,185,202,233,11,0,169,65,224,11,246,15,7,0,170,65,34,109,170,111,7,0,171,65,40,220,255,110,10,0,172,65,39,54,240,242,5,0,173,193,251,127,139,83,7,0,173,193,90,59,228,90,7,0,174,193,125,123,5,143,7,0,175,65,13,5,92,15,9,0,175,65,13,5,130,20,9,0,175,65,107,0,131,41,9,0,177,65,55,47,229,86,6,0,180,65,102,139,168,3,9,0,180,65,102,139,73,7,9,0,181,65,91,210,37,63,7,0,181,65,51,95,68,165,7,0,181,65,51,95,206,30,8,0,181,65,51,95,247,30,8,0,181,65,51,95,43,31,8,0,183,193,41,178,94,144,6,0,183,193,41,178,124,144,6,0,183,193,41,178,155,144,6,0,186,65,237,117,55,228,8,0,186,65,237,117,39,237,8,0,186,65,237,117,32,246,8,0,187,65,101,21,216,25,7,0,190,65,8,30,89,202,7,0,190,65,8,30,207,202,7,0,190,65,220,47,125,60,9,0,192,193,215,192,146,151,6,0,192,193,223,65,5,143,7,0,193,193,22,215,57,124,6,0,193,65,85,98,203,81,9,0,193,65,85,98,169,82,9,0,194,65,79,57,168,113,11,0,196,65,195,253,118,29,8,0,198,193,36,13,5,143,7,0,201,65,32,116,181,58,7,0,202,65,106,119,196,8,8,0,202,193,170,214,156,126,11,0,204,65,217,203,223,200,7,0,205,193,95,48,144,137,7,0,206,193,144,207,208,253,5,0,206,193,177,147,183,116,7,0,207,65,235,140,232,121,7,0,208,193,25,96,204,195,10,0,210,193,197,250,2,72,7,0,210,193,158,70,229,170,11,0,214,193,206,88,81,179,7,0,214,193,206,88,85,187,7,0,219,193,58,94,165,167,10,0,219,193,58,94,187,167,10,0,219,193,58,94,220,167,10,0,220,193,94,72,222,194,9,0,220,193,94,72,76,195,9,0,222,65,143,68,238,137,9,0,222,65,143,68,73,138,9,0,222,65,143,68,158,138,9,0,224,193,47,4,92,15,9,0,224,193,47,4,130,20,9,0,224,193,98,102,67,42,9,0,224,193,98,102,104,42,9,0,224,193,98,102,136,42,9,0,227,65,235,51,135,101,8,0,232,65,82,16,107,30,11,0,233,193,135,155,118,1,9,0,233,193,135,155,6,2,9,0,233,65,106,240,255,110,10,0,235,193,4,248,246,200,7,0,236,65,167,24,221,219,7,0,236,65,181,148,99,20,11,0,239,193,159,175,181,175,8,0,239,193,159,175,211,205,8,0,240,65,173,44,144,137,7,0,240,65,157,38,165,34,10,0,240,65,157,38,182,34,10,0,242,193,253,210,12,206,6,0,244,65,182,148,254,110,9,0,244,65,182,148,30,111,9,0,244,193,74,198,106,182,9,0,244,193,74,198,186,182,9,0,246,65,82,100,49,160,6,0,249,193,252,30,89,202,7,0,249,193,252,30,207,202,7,0,250,193,69,182,253,0,12,0,251,65,239,219,172,251,10,0,252,193,100,89,47,170,11,0,253,65,70,161,103,165,11,0,253,193,64,179,108,190,11,0,255,193,104,152,183,116,7,0,7,66,174,150,68,73,6,0,9,194,50,171,213,44,10,0,15,66,244,20,5,143,7,0,16,66,142,105,60,163,11,0,18,194,80,235,77,61,9,0,18,194,80,235,55,62,9,0,18,66,105,28,119,44,11,0,19,194,220,197,204,118,6,0,27,66,225,110,240,59,7,0,28,194,113,34,255,110,10,0,29,194,39,146,72,255,8,0,29,194,39,146,168,255,8,0,29,194,39,146,17,0,9,0,29,194,152,162,207,15,11,0,31,66,8,98,210,13,9,0,31,66,8,98,132,14,9,0,32,194,159,129,59,41,7,0,33,194,58,160,191,77,8,0,33,194,58,160,234,77,8,0,33,194,58,160,17,78,8,0,33,66,129,95,163,170,11,0,38,66,193,115,223,20,7,0,39,66,130,207,62,69,11,0,40,66,215,150,68,165,7,0,40,66,19,210,220,27,8,0,45,194,229,117,156,222,5,0,45,194,30,236,49,176,8,0,46,66,146,174,197,48,7,0,48,194,165,75,92,74,6,0,51,66,202,130,239,148,6,0,53,194,235,119,87,128,11,0,57,66,141,158,102,237,9,0,57,66,141,158,115,238,9,0,57,194,1,103,30,220,11,0,58,66,112,212,67,40,7,0,58,66,40,190,138,85,9,0,58,66,40,190,93,87,9,0,61,66,155,110,30,131,7,0,61,66,28,235,165,42,11,0,61,66,28,235,218,42,11,0,64,66,74,27,208,106,11,0,67,66,52,143,154,226,8,0,68,194,181,120,91,121,9,0,68,194,181,120,171,122,9,0,68,194,181,120,253,123,9,0,68,194,181,120,84,125,9,0,69,66,1,144,6,165,6,0,69,194,72,171,213,44,10,0,72,66,129,44,102,237,9,0,72,66,129,44,115,238,9,0,74,194,7,111,55,228,8,0,74,194,7,111,39,237,8,0,74,194,7,111,32,246,8,0,75,66,218,134,181,58,7,0,77,194,88,24,32,10,11,0,78,66,173,103,139,83,7,0,78,66,33,128,5,143,7,0,82,194,171,32,100,57,8,0,82,66,237,18,103,103,8,0,82,66,237,18,222,103,8,0,84,194,91,170,30,131,7,0,85,194,252,198,93,152,10,0,85,194,252,198,144,152,10,0,86,66,128,189,135,84,9,0,86,66,128,189,180,84,9,0,86,66,128,189,202,84,9,0,88,66,64,10,12,119,9,0,88,66,64,10,59,119,9,0,89,66,125,102,135,244,5,0,89,194,90,14,65,186,11,0,91,66,204,80,145,113,6,0,92,194,227,89,207,167,8,0,92,194,227,89,99,169,8,0,92,194,227,89,207,169,8,0,95,194,238,68,55,228,8,0,95,194,238,68,39,237,8,0,95,194,238,68,32,246,8,0,96,194,44,28,180,227,10,0,97,66,87,247,17,40,7,0,97,194,80,91,81,179,7,0,97,194,80,91,247,90,9,0,100,194,117,56,22,38,7,0,104,194,89,27,144,129,10,0,104,194,89,27,233,129,10,0,104,194,89,27,65,130,10,0,105,66,195,98,228,90,7,0,106,66,219,171,128,20,7,0,106,66,184,200,55,228,8,0,106,66,184,200,39,237,8,0,106,66,184,200,32,246,8,0,108,194,110,86,77,94,9,0,108,194,110,86,93,95,9,0,112,66,219,146,145,73,10,0,112,66,219,146,57,74,10,0,118,66,92,21,100,48,6,0,119,66,175,79,235,99,7,0,120,66,44,158,232,197,7,0,121,194,149,243,186,197,8,0,123,66,66,20,197,48,7,0,125,194,12,170,218,159,10,0,125,194,12,170,111,162,10,0,126,66,231,129,57,25,7,0,126,194,22,42,55,228,8,0,126,194,22,42,39,237,8,0,126,194,22,42,32,246,8,0,127,66,147,93,255,110,10,0,128,66,97,96,59,41,7,0,128,194,122,104,235,99,7,0,129,194,236,70,81,179,7,0,129,194,236,70,172,212,7,0,129,194,147,241,35,195,10,0,131,194,233,178,162,158,8,0,132,194,184,83,86,119,7,0,133,66,104,61,136,60,6,0,135,194,210,8,37,46,10,0,135,194,210,8,103,47,10,0,135,194,210,8,172,48,10,0,136,66,208,124,52,28,7,0,136,66,180,23,34,236,9,0,136,66,180,23,84,236,9,0,136,66,180,23,154,236,9,0,137,194,69,236,55,228,8,0,137,194,69,236,39,237,8,0,137,194,69,236,32,246,8,0,143,66,190,29,46,217,5,0,143,66,202,172,149,22,10,0,143,66,202,172,231,22,10,0,146,66,98,44,68,165,7,0,146,194,123,51,21,147,8,0,149,194,133,150,4,58,7,0,153,194,225,239,232,197,7,0,155,66,178,194,198,48,6,0,155,66,178,194,107,246,6,0,155,66,82,147,180,117,8,0,157,66,187,119,185,254,9,0,157,66,187,119,226,254,9,0,157,194,200,74,255,110,10,0,159,66,1,6,51,156,6,0,159,66,1,6,76,156,6,0,159,194,214,36,153,135,8,0,160,66,83,75,160,36,8,0,162,194,242,76,81,179,7,0,162,194,242,76,45,164,8,0,162,194,242,76,195,164,8,0,162,194,242,76,101,165,8,0,162,194,242,76,205,92,10,0,163,194,171,156,72,69,6,0,163,194,81,9,154,218,10,0,164,194,228,1,68,165,7,0,165,194,106,134,77,94,9,0,165,194,106,134,93,95,9,0,167,66,80,224,68,165,7,0,169,194,225,214,42,72,9,0,169,194,225,214,233,72,9,0,169,194,225,214,162,73,9,0,171,66,188,92,156,176,7,0,171,66,188,92,236,158,10,0,171,66,188,92,45,159,10,0,171,66,188,92,106,159,10,0,173,194,211,226,242,19,7,0,173,194,190,92,180,206,7,0,176,194,41,177,125,73,7,0,176,194,41,177,120,75,7,0,179,194,8,205,5,143,7,0,181,66,19,48,228,75,9,0,181,66,19,48,142,76,9,0,182,66,244,86,201,24,6,0,182,194,8,90,45,15,7,0,182,66,244,86,35,156,7,0,187,194,11,124,54,69,7,0,191,194,129,211,31,99,8,0,192,66,231,72,129,125,11,0,193,66,207,212,162,158,8,0,197,194,13,108,4,58,7,0,203,66,191,131,107,0,8,0,205,66,240,200,232,121,7,0,207,66,41,75,197,48,7,0,208,66,12,205,56,30,7,0,209,66,191,185,161,248,5,0,209,66,191,185,147,63,6,0,209,66,60,247,202,50,8,0,210,194,18,51,177,254,5,0,210,194,18,51,35,14,6,0,210,194,115,135,86,119,7,0,210,66,208,107,69,135,7,0,212,194,134,245,68,165,7,0,212,66,206,119,113,49,9,0,212,66,206,119,44,51,9,0,213,194,222,148,197,48,7,0,216,66,7,143,255,32,7,0,217,66,177,121,90,243,5,0,217,66,171,96,197,48,7,0,217,66,76,42,127,84,8,0,219,194,137,170,179,179,6,0,219,66,81,22,220,27,8,0,222,66,151,243,39,242,5,0,222,194,188,117,163,7,8,0,226,194,120,54,246,15,7,0,227,194,207,34,157,220,7,0,227,194,207,34,89,93,10,0,227,194,207,34,143,93,10,0,227,194,207,34,204,93,10,0,230,66,85,58,235,99,7,0,234,66,228,171,55,228,8,0,234,66,228,171,39,237,8,0,234,66,228,171,32,246,8,0,235,194,243,191,95,62,7,0,236,194,63,107,45,105,7,0,236,194,92,248,183,116,7,0,238,66,222,145,113,253,10,0,240,194,30,63,255,110,10,0,242,194,138,187,204,195,10,0,242,66,159,210,19,197,10,0,243,194,50,130,202,50,8,0,244,194,26,45,66,112,7,0,245,194,93,196,213,44,10,0,245,66,119,214,250,48,11,0,247,194,6,83,55,228,8,0,247,194,6,83,39,237,8,0,247,194,6,83,32,246,8,0,248,66,156,44,220,251,11,0,249,194,98,66,148,108,8,0,250,66,92,235,197,48,7,0,250,194,85,201,115,104,7,0,250,66,239,109,68,165,7,0,251,194,164,64,141,3,6,0,251,194,164,64,213,3,6,0,251,194,164,64,10,77,7,0,251,194,164,64,170,79,7,0,251,194,97,24,81,179,7,0,251,194,97,24,190,208,8,0,251,194,97,24,175,106,10,0,252,194,44,146,35,127,7,0,252,66,179,74,213,44,10,0,253,66,65,157,80,96,6,0,253,66,143,14,59,255,6,0,253,194,141,4,255,110,10,0,1,67,140,158,139,83,7,0,1,195,106,212,184,92,9,0,1,195,106,212,53,93,9,0,1,195,184,203,166,23,10,0,1,195,184,203,181,24,10,0,1,195,184,203,184,25,10,0,1,195,184,203,214,26,10,0,7,67,203,240,59,97,7,0,8,195,250,117,57,25,7,0,9,195,50,51,182,94,7,0,9,195,50,51,176,99,7,0,9,195,50,51,66,104,7,0,10,195,141,201,135,147,10,0,10,195,141,201,56,148,10,0,13,67,189,118,5,143,7,0,13,195,152,54,238,66,9,0,13,195,152,54,8,69,9,0,14,195,178,166,59,41,7,0,17,67,50,75,113,49,9,0,17,67,50,75,44,51,9,0,18,195,44,214,176,155,6,0,18,67,38,228,203,81,9,0,18,67,38,228,169,82,9,0,22,195,165,165,55,228,8,0,22,195,165,165,39,237,8,0,22,195,165,165,32,246,8,0,23,67,255,108,208,192,11,0,30,67,43,171,27,125,8,0,31,67,188,148,255,32,7,0,31,67,1,144,194,179,8,0,31,67,1,144,250,179,8,0,34,195,124,96,197,48,7,0,35,67,249,20,144,137,7,0,35,195,252,130,55,228,8,0,35,195,252,130,39,237,8,0,35,195,252,130,32,246,8,0,37,195,52,111,144,137,7,0,44,67,140,24,172,71,9,0,44,67,140,24,227,71,9,0,45,195,15,6,197,35,6,0,45,195,15,6,239,35,6,0,47,67,218,86,197,48,7,0,47,67,8,56,92,15,9,0,47,67,8,56,130,20,9,0,49,195,233,7,246,58,6,0,52,195,49,89,199,172,10,0,52,195,49,89,74,173,10,0,54,67,68,207,45,238,5,0,54,195,147,33,162,158,8,0,54,195,96,248,218,159,10,0,54,195,96,248,111,162,10,0,55,67,83,224,246,15,7,0,55,195,111,103,102,29,7,0,55,67,240,88,235,99,7,0,56,195,75,237,177,27,9,0,56,195,75,237,254,28,9,0,56,195,75,237,77,30,9,0,57,67,131,139,102,237,9,0,57,67,131,139,115,238,9,0,59,67,139,224,235,99,7,0,60,67,229,89,168,3,9,0,60,67,229,89,73,7,9,0,61,195,98,27,5,143,7,0,63,67,58,228,10,77,7,0,63,67,58,228,170,79,7,0,64,195,53,22,49,7,7,0,66,67,213,42,197,249,7,0,68,195,3,67,192,2,10,0,68,195,3,67,222,2,10,0,71,67,30,251,54,96,6,0,75,195,115,75,113,49,9,0,75,195,115,75,44,51,9,0,75,195,152,95,228,75,9,0,75,195,152,95,142,76,9,0,75,195,227,235,227,167,11,0,77,195,165,11,238,66,9,0,77,195,165,11,8,69,9,0,78,67,216,108,250,13,10,0,78,67,216,108,121,14,10,0,78,67,216,108,5,15,10,0,79,67,167,193,83,130,11,0,80,67,125,199,42,72,9,0,80,67,125,199,233,72,9,0,80,67,125,199,162,73,9,0,81,195,122,215,135,47,8,0,83,67,234,53,238,66,9,0,83,67,234,53,8,69,9,0,85,67,26,132,228,250,7,0,87,67,84,140,25,83,11,0,88,67,86,6,116,66,7,0,88,67,243,162,151,161,7,0,89,195,53,28,183,116,7,0,89,195,139,72,68,165,7,0,91,67,160,1,228,90,7,0,96,195,197,160,181,58,7,0,99,67,187,1,5,143,7,0,102,67,15,30,144,137,7,0,114,195,56,85,23,112,6,0,115,195,149,198,202,50,8,0,116,67,112,152,20,137,11,0,118,67,116,18,77,94,9,0,118,67,116,18,93,95,9,0,120,195,191,176,36,231,5,0,121,195,239,96,92,248,10,0,122,195,127,53,204,58,9,0,122,195,127,53,5,59,9,0,124,67,93,118,8,67,6,0,124,195,222,252,238,66,9,0,124,195,222,252,8,69,9,0,126,67,210,10,56,57,7,0,129,195,33,15,5,143,7,0,133,195,104,140,181,176,11,0,135,195,84,177,68,165,7,0,139,67,124,226,6,236,7,0,141,195,87,107,170,79,7,0,142,67,252,199,206,31,6,0,142,67,252,199,255,202,6,0,147,67,252,154,59,41,7,0,147,67,3,55,69,88,7,0,147,67,250,145,121,242,10,0,148,195,158,10,34,204,6,0,149,195,16,87,217,6,6,0,151,67,187,202,108,19,7,0,151,67,187,202,242,19,7,0,152,195,34,102,55,228,8,0,152,195,34,102,39,237,8,0,152,195,34,102,32,246,8,0,152,195,175,55,92,15,9,0,152,195,175,55,130,20,9,0,153,67,249,229,236,220,6,0,154,195,165,37,163,40,11,0,155,67,105,112,35,127,7,0,157,195,125,11,153,82,11,0,158,195,124,249,35,11,10,0,158,195,124,249,58,11,10,0,158,67,249,96,255,110,10,0,161,67,51,209,255,110,10,0,162,67,212,72,55,154,10,0,162,67,212,72,144,154,10,0,163,67,83,23,71,115,7,0,164,67,25,78,131,40,10,0,164,67,25,78,90,41,10,0,165,195,223,217,242,133,7,0,166,67,2,172,204,35,7,0,166,67,245,11,95,53,10,0,166,67,245,11,132,53,10,0,167,67,3,73,30,24,6,0,167,67,126,225,55,233,10,0,168,67,73,82,93,239,11,0,169,67,235,15,81,179,7,0,169,67,175,105,57,86,8,0,169,67,235,15,25,144,8,0,169,67,235,15,141,144,8,0,169,67,235,15,247,144,8,0,169,67,235,15,18,104,10,0,169,67,235,15,165,104,10,0,169,67,235,15,201,104,10,0,169,67,217,203,20,251,11,0,170,67,237,223,138,43,6,0,170,67,14,135,228,90,7,0,172,67,23,83,255,110,10,0,173,67,248,82,197,48,7,0,174,67,123,93,81,179,7,0,174,195,214,55,75,55,8,0,174,67,123,93,34,26,9,0,174,195,57,215,76,240,10,0,178,195,86,234,157,235,6,0,178,67,20,179,203,96,8,0,179,195,103,253,175,11,6,0,180,67,137,125,116,66,7,0,180,67,231,68,174,110,8,0,181,67,57,179,77,61,9,0,181,67,57,179,55,62,9,0,181,195,155,103,231,206,9,0,182,195,81,23,2,126,10,0,182,195,81,23,203,126,10,0,183,195,18,81,155,89,7,0,183,195,121,91,4,73,11,0,183,195,121,91,152,73,11,0,186,195,177,90,108,32,7,0,186,195,46,233,79,198,10,0,186,195,177,90,147,208,10,0,188,67,224,92,142,136,7,0,188,195,123,138,213,31,9,0,188,195,123,138,198,32,9,0,188,67,212,171,91,121,9,0,188,67,212,171,171,122,9,0,188,67,212,171,253,123,9,0,188,67,212,171,84,125,9,0,190,67,250,224,168,24,6,0,193,195,177,41,32,48,11,0,194,195,108,10,55,228,8,0,194,195,108,10,39,237,8,0,194,195,108,10,32,246,8,0,195,195,154,159,81,179,7,0,195,195,154,159,110,153,8,0,195,195,183,23,58,32,11,0,195,195,183,23,90,32,11,0,197,67,147,187,35,127,7,0,198,195,112,49,224,227,5,0,200,67,134,125,125,73,7,0,200,67,134,125,163,159,7,0,203,195,129,206,187,87,7,0,203,195,16,59,228,134,7,0,208,195,187,207,181,58,7,0,209,67,88,1,121,12,6,0,209,67,88,1,168,126,6,0,209,195,228,236,204,195,10,0,212,195,68,86,25,11,9,0,212,195,68,86,82,11,9,0,213,195,202,97,194,200,7,0,214,195,180,213,102,237,9,0,214,195,180,213,115,238,9,0,215,67,207,234,244,74,11,0,216,67,148,171,100,200,6,0,218,67,165,209,128,20,7,0,218,195,16,234,255,110,10,0,220,195,217,201,59,41,7,0,220,67,120,56,228,75,9,0,220,67,120,56,142,76,9,0,221,195,62,39,203,229,5,0,223,195,101,132,10,77,7,0,223,195,101,132,170,79,7,0,223,195,89,227,5,143,7,0,223,67,111,36,68,165,7,0,223,195,202,153,238,66,9,0,223,195,202,153,8,69,9,0,224,67,135,122,197,48,7,0,226,67,115,141,168,241,6,0,226,195,3,16,250,13,10,0,226,195,3,16,121,14,10,0,226,195,3,16,5,15,10,0,228,195,98,61,90,176,6,0,228,195,1,192,146,78,10,0,229,67,49,133,219,93,11,0,230,195,98,210,40,63,9,0,230,195,98,210,226,63,9,0,230,195,98,210,144,64,9,0,231,67,17,205,190,17,7,0,231,195,199,111,121,141,8,0,232,67,242,19,68,165,7,0,233,67,239,107,5,143,7,0,235,67,34,102,46,122,10,0,235,67,34,102,80,122,10,0,237,67,72,22,92,15,9,0,237,67,72,22,130,20,9,0,237,67,131,182,21,1,11,0,240,67,203,241,197,48,7,0,241,195,162,238,139,16,7,0,241,67,130,39,199,1,11,0,241,67,130,39,230,1,11,0,245,195,92,175,40,63,9,0,245,195,92,175,226,63,9,0,245,195,92,175,144,64,9,0,245,195,254,98,192,6,11,0,246,195,252,68,183,116,7,0,247,67,77,152,25,26,6,0,247,67,167,14,103,61,11,0,248,67,183,255,174,82,6,0,248,67,50,175,121,34,7,0,249,67,215,55,240,59,7,0,249,67,215,55,34,168,11,0,250,67,199,118,192,120,8,0,251,67,171,202,110,119,8,0,253,67,75,20,58,98,6,0,254,67,73,20,166,23,10,0,254,67,73,20,181,24,10,0,254,67,73,20,184,25,10,0,254,67,73,20,214,26,10,0,255,67,3,127,247,252,6,0,1,196,160,68,39,214,11,0,2,68,244,39,254,61,11,0,3,196,246,192,114,88,7,0,5,68,99,10,123,12,11,0,6,68,121,27,138,85,9,0,6,68,121,27,93,87,9,0,7,196,156,150,217,92,11,0,9,196,187,129,213,31,9,0,9,196,187,129,198,32,9,0,9,68,47,149,255,110,10,0,13,68,45,213,102,237,9,0,13,68,45,213,115,238,9,0,16,196,9,34,218,159,10,0,16,196,9,34,111,162,10,0,19,68,75,51,164,99,6,0,21,68,181,221,128,20,7,0,21,68,37,235,197,48,7,0,24,68,44,187,158,128,7,0,28,196,63,21,91,121,9,0,28,196,63,21,171,122,9,0,28,196,63,21,253,123,9,0,28,196,63,21,84,125,9,0,28,68,217,203,255,248,11,0,29,68,102,35,61,79,11,0,31,196,198,152,86,119,7,0,31,68,24,109,95,31,8,0,31,68,24,109,166,31,8,0,31,68,24,109,233,31,8,0,31,196,198,152,207,167,8,0,31,68,112,60,231,206,9,0,33,196,122,87,93,28,8,0,33,68,254,138,85,155,11,0,34,196,81,23,22,229,6,0,35,196,207,43,72,17,7,0,35,196,207,43,38,20,11,0,37,68,10,118,145,195,11,0,38,196,60,77,113,49,9,0,38,196,60,77,44,51,9,0,39,196,74,9,177,27,9,0,39,196,74,9,254,28,9,0,39,196,74,9,77,30,9,0,39,68,236,237,189,120,11,0,40,196,205,42,134,220,5,0,41,196,44,183,136,198,8,0,42,68,11,135,207,167,8,0,42,68,11,135,207,169,8,0,42,68,11,135,82,170,8,0,43,68,51,6,68,165,7,0,45,196,35,200,145,73,10,0,45,196,35,200,57,74,10,0,46,68,23,165,144,137,7,0,48,68,20,32,183,116,7,0,50,196,129,133,255,110,10,0,52,68,38,161,221,219,7,0,52,196,227,0,157,51,10,0,52,196,227,0,1,52,10,0,52,196,227,0,98,52,10,0,53,196,209,39,156,176,7,0,53,196,209,39,82,129,9,0,53,196,209,39,114,129,9,0,54,68,126,80,116,5,7,0,54,196,213,179,94,37,7,0,54,196,143,74,149,106,7,0,54,196,143,74,239,106,7,0,56,196,168,169,77,94,9,0,56,196,168,169,93,95,9,0,60,196,226,228,253,92,11,0,62,196,146,184,235,135,10,0,62,196,146,184,152,136,10,0,64,196,174,241,107,114,7,0,66,68,23,208,235,101,8,0,66,68,35,60,254,24,11,0,68,68,211,175,20,44,9,0,68,68,211,175,94,44,9,0,69,68,21,132,237,234,6,0,70,196,154,178,156,70,6,0,72,68,106,119,197,48,7,0,74,68,146,137,117,111,6,0,74,68,146,137,194,210,6,0,75,68,172,216,255,110,10,0,76,196,136,52,91,121,9,0,76,196,136,52,171,122,9,0,76,196,136,52,253,123,9,0,76,196,136,52,84,125,9,0,76,196,57,183,59,47,11,0,77,68,94,147,226,33,7,0,82,196,5,220,55,228,8,0,82,196,5,220,39,237,8,0,82,196,5,220,32,246,8,0,84,68,218,243,152,65,9,0,84,68,218,243,36,66,9,0,85,68,252,134,24,106,9,0,85,68,252,134,51,106,9,0,86,196,188,18,251,110,11,0,87,68,16,254,68,68,6,0,87,68,16,254,238,136,6,0,89,68,200,0,94,175,7,0,89,68,200,0,68,192,7,0,89,68,200,0,252,45,8,0,89,68,200,0,37,46,8,0,91,196,37,143,54,241,9,0,91,196,37,143,213,241,9,0,92,196,189,237,3,130,7,0,92,196,189,237,102,130,7,0,92,68,184,134,218,159,10,0,92,68,184,134,111,162,10,0,93,68,25,53,55,228,8,0,93,68,25,53,39,237,8,0,93,68,25,53,32,246,8,0,96,68,195,193,59,41,7,0,96,196,221,197,86,119,7,0,98,68,159,101,163,205,8,0,99,68,117,27,115,64,8,0,100,68,180,225,249,225,7,0,100,68,180,225,30,226,7,0,100,68,180,225,69,226,7,0,102,196,196,49,255,110,10,0,104,68,171,114,156,176,7,0,104,68,171,114,81,179,7,0,104,68,171,114,18,91,9,0,104,68,66,15,81,111,11,0,108,68,204,3,124,6,7,0,112,68,125,135,240,231,5,0,112,196,147,190,158,128,7,0,114,196,84,70,188,226,6,0,117,196,54,40,146,124,6,0,118,196,143,199,168,3,9,0,118,196,143,199,73,7,9,0,118,68,208,105,106,43,11,0,118,68,76,152,63,177,11,0,122,68,173,15,38,139,9,0,122,68,173,15,118,139,9,0,122,68,173,15,213,139,9,0,122,68,173,15,39,140,9,0,124,196,9,220,106,58,7,0,126,68,188,148,64,88,10,0,126,196,116,32,101,27,11,0,127,196,37,44,206,131,8,0,129,68,169,13,5,143,7,0,130,196,79,13,62,76,11,0,132,68,27,190,255,110,10,0,133,196,36,131,158,128,7,0,135,196,82,37,158,128,7,0,136,68,85,144,254,8,6,0,137,196,16,22,255,32,7,0,138,68,211,78,152,30,7,0,139,68,239,174,197,48,7,0,139,196,112,164,2,126,10,0,139,196,112,164,203,126,10,0,143,68,241,14,48,107,11,0,144,68,18,145,227,136,9,0,144,68,18,145,38,137,9,0,144,196,77,99,28,52,11,0,144,68,246,123,104,126,11,0,147,196,128,122,51,224,11,0,151,196,160,192,146,105,6,0,151,196,160,192,68,165,7,0,151,196,160,192,63,187,7,0,151,68,84,243,113,49,9,0,151,68,84,243,44,51,9,0,152,196,169,135,128,98,7,0,153,196,52,252,177,27,9,0,153,196,52,252,254,28,9,0,153,196,52,252,77,30,9,0,160,68,38,173,82,157,7,0,160,196,153,174,231,206,9,0,160,68,170,149,176,218,11,0,161,68,50,204,5,143,7,0,162,196,147,158,36,166,9,0,163,68,171,186,68,165,7,0,163,68,128,96,220,126,9,0,163,68,128,96,138,127,9,0,164,196,128,98,75,158,11,0,165,68,164,79,72,255,8,0,165,68,164,79,168,255,8,0,165,68,164,79,17,0,9,0,165,68,147,7,203,3,11,0,169,196,213,63,235,99,7,0,169,196,204,254,90,188,11,0,169,196,204,254,109,195,11,0,170,196,2,126,113,235,5,0,170,68,99,2,68,165,7,0,170,68,193,97,37,46,10,0,170,68,193,97,103,47,10,0,170,68,193,97,172,48,10,0,171,68,131,182,2,126,10,0,171,68,131,182,203,126,10,0,173,68,182,199,120,76,6,0,173,68,112,249,144,137,7,0,176,68,68,128,80,252,9,0,178,196,17,20,84,87,7,0,180,68,14,32,175,3,7,0,180,68,14,32,110,119,8,0,180,68,14,32,58,121,8,0,182,196,21,110,142,5,7,0,182,68,61,157,177,27,9,0,182,68,61,157,254,28,9,0,182,68,61,157,77,30,9,0,183,196,60,166,68,165,7,0,184,68,249,122,125,73,7,0,184,68,249,122,120,75,7,0,193,196,144,192,185,220,11,0,194,196,219,54,238,4,6,0,194,196,219,54,5,5,6,0,198,196,111,175,127,201,10,0,199,196,89,52,226,22,7,0,200,68,203,27,251,105,7,0,202,196,11,67,119,10,7,0,208,196,117,196,254,209,11,0,209,68,77,95,181,58,7,0,209,196,211,248,183,116,7,0,211,68,9,116,235,99,7,0,212,68,76,141,92,15,9,0,212,68,76,141,130,20,9,0,212,196,205,40,168,177,10,0,212,196,205,40,246,177,10,0,215,196,127,170,110,119,8,0,216,68,136,42,166,23,10,0,216,68,136,42,181,24,10,0,216,68,136,42,184,25,10,0,216,68,136,42,214,26,10,0,217,196,254,212,68,165,7,0,217,68,15,71,110,232,10,0,217,68,212,28,106,245,11,0,219,196,253,51,170,40,8,0,219,196,253,51,216,40,8,0,219,196,253,51,8,41,8,0,219,196,72,15,19,214,11,0,220,196,198,67,212,138,11,0,221,68,55,142,197,48,7,0,222,196,120,49,177,27,9,0,222,196,120,49,254,28,9,0,222,196,120,49,77,30,9,0,223,68,34,117,59,41,7,0,223,196,165,55,5,143,7,0,226,196,204,104,94,3,6,0,227,196,10,145,136,111,7,0,227,196,6,201,161,190,9,0,227,196,6,201,93,191,9,0,228,196,171,78,204,126,7,0,230,68,19,160,119,10,7,0,231,68,158,155,128,134,7,0,232,196,65,105,240,59,7,0,232,196,65,105,214,113,7,0,233,68,53,22,75,107,7,0,234,196,110,242,159,195,10,0,234,68,156,116,199,226,10,0,236,68,163,143,79,245,6,0,241,68,72,21,119,199,10,0,242,68,203,221,123,30,10,0,242,68,203,221,154,30,10,0,245,68,139,76,58,105,11,0,245,196,199,129,70,117,11,0,249,196,163,160,228,90,7,0,249,196,149,85,232,121,7,0,252,68,186,153,232,35,10,0,252,68,186,153,15,36,10,0,252,68,186,153,34,36,10,0,255,196,40,170,26,23,7,0,0,69,100,148,95,86,6,0,2,69,86,218,238,66,9,0,2,69,86,218,8,69,9,0,3,69,131,145,203,81,9,0,3,69,131,145,169,82,9,0,4,69,224,27,19,65,7,0,4,197,48,188,110,76,11,0,8,69,47,55,4,58,7,0,8,197,124,57,111,45,9,0,8,197,124,57,159,45,9,0,9,69,4,55,115,230,6,0,10,69,89,210,216,25,7,0,10,197,32,169,118,1,9,0,10,197,32,169,6,2,9,0,11,197,172,17,102,29,7,0,12,197,150,230,166,23,10,0,12,197,150,230,181,24,10,0,12,197,150,230,184,25,10,0,12,197,150,230,214,26,10,0,18,197,225,148,144,137,7,0,19,197,17,165,0,89,10,0,19,197,17,165,96,89,10,0,19,197,17,165,189,89,10,0,20,197,195,80,210,112,7,0,20,197,93,187,251,229,10,0,26,197,215,210,5,143,7,0,28,69,53,51,64,88,10,0,29,69,160,117,93,58,6,0,31,197,254,241,22,55,8,0,33,69,48,18,156,176,7,0,34,197,61,73,98,180,6,0,38,197,188,112,255,29,7,0,39,69,205,107,186,105,10,0,41,197,179,61,129,86,6,0,41,69,108,41,24,53,9,0,41,69,108,41,252,53,9,0,41,69,108,41,216,54,9,0,44,197,193,22,5,143,7,0,50,69,145,248,68,165,7,0,50,69,145,248,164,194,7,0,52,197,15,74,214,113,7,0,53,69,3,163,2,126,10,0,53,69,3,163,203,126,10,0,55,197,225,231,232,197,7,0,59,197,81,146,75,253,10,0,61,69,78,32,226,14,7,0,61,197,94,158,235,99,7,0,63,69,173,218,117,151,10,0,63,69,173,218,165,151,10,0,65,69,182,25,77,223,10,0,66,69,29,98,123,243,5,0,67,69,218,13,204,126,7,0,68,197,7,68,55,228,8,0,68,197,7,68,39,237,8,0,68,197,7,68,32,246,8,0,70,197,86,127,183,116,7,0,70,69,19,21,0,58,11,0,73,69,85,2,136,202,10,0,75,69,89,161,174,115,11,0,76,197,203,8,221,219,7,0,77,69,183,55,164,157,6,0,78,197,33,221,33,123,11,0,81,69,114,239,200,100,6,0,81,69,195,10,6,63,7,0,84,197,219,146,35,127,7,0,87,197,139,66,149,106,7,0,87,197,139,66,239,106,7,0,88,69,153,105,55,228,8,0,88,69,153,105,39,237,8,0,88,69,153,105,32,246,8,0,89,69,189,3,116,23,7,0,89,69,184,170,54,123,11,0,91,69,242,241,68,165,7,0,92,69,81,222,125,60,9,0,92,69,246,17,145,195,11,0,93,69,177,4,192,130,10,0,93,69,177,4,42,131,10,0,97,69,214,211,100,85,11,0,103,197,95,142,128,103,7,0,103,69,193,70,77,94,9,0,103,69,193,70,93,95,9,0,104,197,75,243,38,104,7,0,104,197,79,75,68,165,7,0,107,197,181,37,191,247,11,0,108,197,237,134,93,34,10,0,108,197,237,134,124,34,10,0,109,69,91,220,74,61,7,0,109,69,197,227,109,216,9,0,109,69,197,227,99,217,9,0,114,69,200,47,116,66,7,0,114,69,199,102,135,147,10,0,114,69,199,102,56,148,10,0,116,197,94,135,217,32,11,0,118,69,4,149,152,0,8,0,118,197,143,95,161,190,9,0,118,197,143,95,93,191,9,0,119,69,211,141,10,77,7,0,119,69,160,221,55,228,8,0,119,69,160,221,39,237,8,0,119,69,160,221,32,246,8,0,119,69,224,79,203,81,9,0,119,69,224,79,203,81,9,0,119,69,224,79,169,82,9,0,119,69,224,79,169,82,9,0,124,69,136,7,26,84,11,0,124,69,136,7,96,86,11,0,128,69,2,46,0,89,10,0,128,69,2,46,96,89,10,0,128,69,2,46,189,89,10,0,130,69,156,84,244,177,6,0,130,197,24,195,77,197,8,0,130,69,128,174,59,178,9,0,130,69,128,174,93,178,9,0,130,69,128,174,118,178,9,0,131,197,140,180,45,15,7,0,134,197,151,217,197,48,7,0,135,197,160,219,144,37,7,0,137,69,131,29,253,28,7,0,137,69,131,29,68,165,7,0,137,69,131,29,156,176,7,0,137,69,131,29,239,222,7,0,137,69,131,29,18,223,7,0,137,69,108,233,17,57,10,0,137,69,108,233,48,57,10,0,137,69,108,233,73,57,10,0,138,69,221,230,69,135,7,0,141,69,98,230,118,112,7,0,141,69,98,230,210,112,7,0,144,197,133,210,76,190,8,0,145,69,25,187,10,77,7,0,145,69,247,36,232,121,7,0,148,197,190,117,144,37,7,0,148,69,253,219,222,217,11,0,149,197,79,118,2,72,7,0,149,69,52,144,182,94,7,0,149,69,92,229,104,126,11,0,150,69,83,110,220,209,8,0,150,69,163,138,231,206,9,0,151,197,216,226,139,83,7,0,152,197,177,70,112,9,8,0,153,69,99,80,200,105,7,0,154,197,50,193,215,80,6,0,154,69,22,126,36,166,9,0,154,69,22,126,133,166,9,0,154,69,22,126,235,166,9,0,154,69,22,126,74,167,9,0,154,69,22,126,178,167,9,0,154,69,148,195,255,110,10,0,156,69,192,105,132,40,7,0,158,69,212,193,38,104,7,0,158,69,212,193,16,43,8,0,159,69,141,254,68,165,7,0,159,69,227,137,92,15,9,0,159,69,227,137,130,20,9,0,160,69,6,152,181,58,7,0,160,69,55,185,144,137,7,0,161,69,69,237,77,94,9,0,161,69,69,237,93,95,9,0,161,69,167,4,117,245,10,0,163,69,169,134,228,247,5,0,163,69,223,242,255,110,10,0,163,69,105,3,116,193,10,0,164,197,98,127,144,137,7,0,165,197,211,158,224,91,6,0,165,69,107,136,238,66,9,0,165,69,107,136,8,69,9,0,166,69,154,191,213,31,9,0,166,69,154,191,198,32,9,0,167,69,62,192,171,143,6,0,168,197,29,33,83,126,7,0,170,197,66,97,197,48,7,0,170,197,66,97,81,179,7,0,170,197,66,97,68,192,7,0,170,197,198,148,251,44,9,0,170,197,198,148,27,45,9,0,170,197,66,97,170,49,11,0,170,197,89,195,139,120,11,0,172,197,23,170,123,30,10,0,172,197,23,170,154,30,10,0,174,69,224,45,238,97,6,0,176,69,80,148,253,68,6,0,176,69,107,119,22,177,11,0,178,197,170,48,172,12,7,0,179,197,43,112,42,103,7,0,179,69,38,176,68,165,7,0,179,197,60,167,90,79,8,0,181,197,220,156,116,66,7,0,181,197,47,214,81,179,7,0,181,197,192,211,255,110,10,0,182,197,12,143,145,73,10,0,182,197,12,143,57,74,10,0,182,69,206,103,194,193,11,0,184,69,29,154,118,4,6,0,184,197,252,18,77,75,9,0,184,197,252,18,119,75,9,0,185,197,93,33,59,41,7,0,190,197,116,184,81,179,7,0,190,197,116,184,110,153,8,0,191,197,196,232,235,99,7,0,191,197,196,232,156,173,8,0,194,197,4,187,137,223,5,0,195,197,159,144,85,230,6,0,195,197,159,144,81,179,7,0,195,197,159,144,25,144,8,0,195,197,159,144,141,144,8,0,195,197,159,144,247,144,8,0,195,197,159,144,18,104,10,0,196,197,193,115,145,240,5,0,196,197,193,115,120,31,6,0,196,197,251,21,231,206,9,0,197,69,121,249,59,41,7,0,197,69,138,149,156,176,7,0,203,197,141,196,81,179,7,0,203,197,141,196,110,153,8,0,203,197,110,49,203,81,9,0,203,197,110,49,169,82,9,0,205,69,52,186,35,127,7,0,207,197,146,83,81,179,7,0,208,69,239,142,238,109,6,0,209,69,93,170,125,73,7,0,209,69,93,170,120,75,7,0,211,69,218,83,167,61,7,0,211,197,131,174,183,102,11,0,212,197,234,211,139,83,7,0,213,69,170,17,255,110,10,0,213,197,102,18,255,110,10,0,218,197,94,26,238,228,5,0,219,197,167,28,71,115,7,0,219,69,30,217,110,119,8,0,222,69,246,252,45,5,6,0,222,197,252,202,24,53,9,0,222,197,252,202,252,53,9,0,222,197,252,202,216,54,9,0,223,197,105,78,242,45,6,0,223,197,105,78,155,135,6,0,223,197,105,78,125,73,7,0,223,197,105,78,120,75,7,0,223,197,36,36,128,133,7,0,223,69,39,34,168,3,9,0,223,69,39,34,73,7,9,0,224,69,126,98,224,18,7,0,225,197,32,36,226,33,7,0,225,197,126,115,35,127,7,0,226,197,29,244,20,110,6,0,227,69,120,21,152,65,9,0,227,69,120,21,36,66,9,0,227,69,138,231,161,190,9,0,227,69,138,231,93,191,9,0,230,197,14,78,190,221,6,0,230,69,189,132,233,154,11,0,231,69,104,220,185,11,9,0,231,69,104,220,89,12,9,0,231,69,104,220,254,12,9,0,234,197,97,3,89,173,6,0,234,197,97,3,152,30,7,0,237,69,229,250,49,7,7,0,238,69,127,44,128,98,7,0,239,197,228,28,55,228,8,0,239,197,228,28,39,237,8,0,239,197,228,28,32,246,8,0,241,69,227,40,55,228,8,0,241,69,227,40,39,237,8,0,241,69,227,40,32,246,8,0,242,197,113,248,237,29,8,0,245,197,237,32,204,70,7,0,246,69,135,2,126,127,8,0,248,197,156,199,250,93,7,0,248,69,57,50,242,160,8,0,248,69,77,14,255,110,10,0,249,69,18,112,92,15,9,0,249,69,18,112,130,20,9,0,250,197,2,128,197,48,7,0,250,197,101,208,118,154,7,0,250,197,101,208,63,155,7,0,253,197,120,241,147,85,8,0,253,69,207,10,13,88,11,0,0,70,139,220,51,109,7,0,0,70,244,20,240,185,11,0,0,70,104,137,176,218,11,0,1,70,72,49,125,60,9,0,3,198,21,199,68,165,7,0,3,198,204,132,159,58,11,0,6,198,184,149,22,38,7,0,6,70,83,228,68,192,7,0,9,70,171,122,119,109,6,0,13,198,229,188,74,100,6,0,13,70,191,125,197,48,7,0,13,70,106,0,89,6,11,0,16,198,204,6,154,10,10,0,16,198,204,6,199,10,10,0,18,70,51,21,172,251,10,0,18,198,127,168,74,82,11,0,19,70,211,4,81,179,7,0,19,70,211,4,45,164,8,0,19,70,211,4,195,164,8,0,19,70,211,4,101,165,8,0,19,70,211,4,205,92,10,0,20,70,153,162,242,19,7,0,20,70,5,12,221,202,10,0,21,198,59,113,126,127,8,0,23,198,84,247,50,4,7,0,23,70,43,215,255,110,10,0,25,198,25,244,168,3,9,0,25,198,25,244,73,7,9,0,35,198,159,73,138,166,8,0,38,198,165,107,182,94,7,0,40,198,9,53,197,48,7,0,40,198,144,1,228,90,7,0,41,198,146,77,92,15,9,0,41,198,146,77,130,20,9,0,42,198,118,253,38,139,9,0,42,198,118,253,118,139,9,0,42,198,118,253,213,139,9,0,42,198,118,253,39,140,9,0,45,70,219,86,59,41,7,0,46,70,255,176,18,14,7,0,49,70,231,242,81,179,7,0,54,70,180,92,138,103,9,0,54,70,180,92,62,104,9,0,56,70,23,59,81,242,6,0,56,70,129,19,181,58,7,0,56,70,23,59,132,185,9,0,58,70,103,142,232,121,7,0,59,198,49,18,86,119,7,0,60,70,70,91,81,242,6,0,60,70,70,91,132,185,9,0,60,198,240,143,109,216,9,0,60,198,240,143,99,217,9,0,61,198,200,211,6,90,6,0,61,198,66,116,52,28,7,0,61,198,137,116,234,183,8,0,61,198,137,116,37,184,8,0,69,198,223,145,107,246,6,0,70,198,5,83,232,193,6,0,73,198,53,39,21,175,6,0,73,198,105,143,59,41,7,0,73,198,160,63,92,15,9,0,73,198,160,63,130,20,9,0,73,70,253,158,12,37,9,0,73,70,253,158,124,37,9,0,74,198,207,28,175,140,10,0,79,70,228,117,197,48,7,0,80,198,101,36,185,88,11,0,82,70,102,218,92,15,9,0,82,70,102,218,130,20,9,0,84,198,25,121,124,6,7,0,89,70,73,183,201,24,6,0,89,70,73,183,35,156,7,0,89,70,92,197,138,194,11,0,90,70,103,58,203,176,8,0,90,198,207,247,70,183,9,0,91,198,206,168,157,220,7,0,91,198,206,168,89,93,10,0,91,198,206,168,143,93,10,0,91,198,206,168,204,93,10,0,94,70,65,161,182,94,7,0,96,70,241,96,18,40,8,0,97,70,86,226,12,228,10,0,99,70,179,94,72,2,6,0,99,198,163,229,81,179,7,0,99,198,163,229,110,153,8,0,100,70,103,171,92,15,9,0,100,70,103,171,130,20,9,0,102,70,36,253,156,176,7,0,102,70,36,253,55,228,8,0,102,70,36,253,39,237,8,0,102,70,36,253,32,246,8,0,103,198,239,196,202,174,11,0,104,198,169,150,5,143,7,0,107,198,194,127,49,116,6,0,109,198,207,127,230,239,10,0,110,198,201,148,68,165,7,0,111,70,231,242,55,228,8,0,111,70,231,242,39,237,8,0,111,70,231,242,32,246,8,0,113,198,182,18,144,137,7,0,117,198,124,220,255,110,10,0,117,70,209,137,185,220,11,0,119,198,192,196,18,107,8,0,120,198,116,172,139,16,7,0,120,198,243,33,168,3,9,0,120,198,243,33,73,7,9,0,121,198,43,15,238,66,9,0,121,198,43,15,8,69,9,0,122,198,179,194,55,228,8,0,122,198,179,194,39,237,8,0,122,198,179,194,32,246,8,0,122,198,63,221,233,154,11,0,125,70,153,8,235,99,7,0,126,198,104,203,55,228,8,0,126,198,104,203,39,237,8,0,126,198,104,203,32,246,8,0,126,70,115,40,96,226,10,0,127,198,77,132,181,116,11,0,129,70,72,76,5,217,10,0,130,198,125,216,8,217,7,0,130,198,34,253,135,97,8,0,132,198,82,182,88,34,7,0,134,198,138,111,26,184,6,0,135,198,8,255,87,111,6,0,141,198,79,160,202,62,7,0,142,198,247,38,174,115,11,0,144,198,93,59,201,24,6,0,144,198,93,59,35,156,7,0,148,198,246,177,125,73,7,0,148,198,246,177,120,75,7,0,148,70,211,26,61,170,11,0,149,198,79,67,128,98,7,0,150,70,64,135,249,225,10,0,158,198,160,175,197,48,7,0,159,70,33,138,232,152,6,0,160,70,214,173,88,99,7,0,160,70,115,171,4,240,11,0,164,198,123,22,110,119,8,0,167,198,33,193,161,166,10,0,167,198,33,193,238,166,10,0,168,70,82,28,197,48,7,0,169,198,133,57,197,48,7,0,171,70,60,56,201,24,6,0,171,70,60,56,35,156,7,0,171,70,138,39,10,99,9,0,171,70,138,39,226,99,9,0,172,70,212,23,204,70,7,0,173,198,122,119,169,57,6,0,174,198,29,96,235,135,10,0,174,198,29,96,152,136,10,0,176,198,64,66,5,143,7,0,176,70,215,83,81,179,7,0,176,70,215,83,249,31,10,0,176,70,181,166,218,159,10,0,176,70,181,166,111,162,10,0,176,70,113,63,51,250,10,0,177,70,117,196,251,97,9,0,177,70,117,196,65,98,9,0,177,70,117,196,142,98,9,0,178,70,49,190,72,81,10,0,178,70,49,190,128,81,10,0,178,70,49,190,185,81,10,0,187,70,103,168,202,50,8,0,189,70,69,248,144,137,7,0,189,70,157,38,224,210,8,0,189,70,157,38,74,211,8,0,189,198,184,54,47,219,11,0,190,70,152,1,110,119,8,0,191,198,22,96,239,71,6,0,194,70,87,71,92,15,9,0,194,70,87,71,130,20,9,0,195,70,251,247,168,3,9,0,195,70,251,247,73,7,9,0,195,70,31,13,92,15,9,0,195,70,31,13,130,20,9,0,197,198,13,189,81,179,7,0,197,198,13,189,45,164,8,0,197,198,13,189,195,164,8,0,197,198,13,189,101,165,8,0,197,198,13,189,205,92,10,0,198,198,203,159,19,146,6,0,201,70,183,169,127,147,8,0,201,198,161,198,92,15,9,0,201,198,161,198,130,20,9,0,201,198,71,192,190,121,11,0,201,198,57,130,151,133,11,0,203,70,115,137,12,218,5,0,205,198,117,37,109,171,6,0,205,198,189,129,11,133,11,0,206,198,236,225,140,116,9,0,206,198,236,225,173,116,9,0,206,198,236,225,210,116,9,0,206,70,239,233,111,70,11,0,207,70,13,41,210,112,7,0,212,198,79,197,92,15,9,0,212,198,79,197,130,20,9,0,213,70,21,237,221,26,9,0,213,70,21,237,51,27,9,0,213,198,185,60,238,66,9,0,213,198,185,60,8,69,9,0,214,198,177,79,247,240,11,0,215,198,224,138,94,175,7,0,215,198,224,138,214,191,7,0,216,198,147,190,197,48,7,0,218,70,221,210,114,13,6,0,218,70,27,245,2,72,7,0,220,70,169,116,10,99,9,0,220,70,169,116,226,99,9,0,222,198,115,250,149,201,7,0,222,198,173,51,202,50,8,0,223,70,241,56,93,38,11,0,225,70,137,10,35,97,9,0,225,70,137,10,67,97,9,0,226,198,183,161,24,106,9,0,226,198,183,161,51,106,9,0,229,70,121,148,108,90,6,0,229,70,139,203,69,222,11,0,235,70,141,248,5,143,7,0,235,198,28,223,156,130,9,0,236,198,218,223,192,130,10,0,236,198,218,223,42,131,10,0,238,70,112,168,178,191,10,0,242,198,181,148,63,117,6,0,242,70,170,5,203,81,9,0,242,70,170,5,169,82,9,0,242,70,128,59,149,193,10,0,243,70,39,22,154,130,10,0,244,198,157,93,34,16,11,0,245,198,4,138,153,90,7,0,246,70,80,74,194,109,8,0,246,198,181,196,102,237,9,0,246,198,181,196,115,238,9,0,247,198,15,232,46,222,11,0,248,198,155,123,71,115,7,0,248,70,246,179,68,165,7,0,250,70,123,232,255,32,7,0,251,198,190,223,205,169,10,0,251,198,190,223,47,171,10,0,253,70,224,46,31,153,9,0,253,70,224,46,214,153,9,0,3,199,173,87,204,35,7,0,5,199,47,111,54,193,10,0,6,71,175,254,206,162,6,0,7,199,67,55,58,156,9,0,7,199,67,55,85,156,9,0,7,199,67,55,114,156,9,0,13,199,119,27,239,216,10,0,14,71,40,231,144,80,6,0,14,71,40,231,79,90,7,0,17,199,85,144,111,248,10,0,19,71,112,145,59,41,7,0,21,199,254,18,88,34,7,0,24,199,144,125,165,246,6,0,24,71,9,124,113,49,9,0,24,71,9,124,44,51,9,0,25,71,215,203,69,110,7,0,25,71,215,203,64,63,11,0,26,199,158,201,252,65,10,0,26,199,158,201,35,66,10,0,27,199,58,15,37,63,7,0,29,71,100,2,238,66,9,0,29,71,100,2,8,69,9,0,30,71,251,206,228,90,7,0,37,199,229,20,129,96,11,0,42,199,119,227,146,78,10,0,43,71,137,24,108,32,7,0,44,71,80,203,2,233,5,0,45,71,62,167,92,15,9,0,45,71,62,167,130,20,9,0,48,199,62,122,253,253,10,0,49,199,128,213,204,195,10,0,51,71,214,173,116,66,7,0,52,199,164,68,122,19,8,0,53,199,113,244,30,131,7,0,53,199,173,95,41,133,7,0,53,199,173,95,86,133,7,0,55,199,214,114,153,229,5,0,55,199,214,114,42,147,6,0,58,71,113,137,103,86,7,0,59,71,101,158,228,75,9,0,59,71,101,158,142,76,9,0,60,199,37,229,37,46,10,0,60,199,37,229,103,47,10,0,60,199,37,229,172,48,10,0,62,71,215,177,40,63,9,0,62,71,215,177,226,63,9,0,62,71,215,177,144,64,9,0,67,199,222,75,170,79,7,0,67,199,222,75,146,191,10,0,68,71,74,189,144,137,7,0,68,199,239,245,81,179,7,0,68,199,239,245,33,194,7,0,68,199,239,245,73,194,7,0,68,199,232,103,185,11,9,0,68,199,232,103,89,12,9,0,68,199,232,103,254,12,9,0,70,199,133,45,235,99,7,0,71,199,189,191,28,228,5,0,71,71,251,95,135,122,11,0,71,71,251,95,152,122,11,0,72,71,107,73,134,155,6,0,73,71,81,242,55,228,8,0,73,71,81,242,39,237,8,0,73,71,81,242,32,246,8,0,74,71,183,169,125,73,7,0,74,71,183,169,120,75,7,0,77,71,246,7,5,143,7,0,81,71,233,54,142,207,10,0,81,71,233,54,158,207,10,0,85,199,203,156,57,251,5,0,85,199,52,190,86,119,7,0,87,199,46,170,94,175,7,0,87,199,46,170,230,185,7,0,87,199,95,187,12,37,9,0,87,199,95,187,124,37,9,0,89,71,80,135,203,81,9,0,89,71,80,135,169,82,9,0,95,199,38,173,185,118,6,0,97,199,60,163,77,94,9,0,97,199,60,163,93,95,9,0,103,199,180,17,36,239,11,0,104,199,203,15,59,41,7,0,105,71,94,139,81,179,7,0,105,71,134,249,232,197,7,0,105,71,94,139,24,38,11,0,107,71,55,243,188,178,6,0,107,199,214,181,91,121,9,0,107,199,214,181,171,122,9,0,107,199,214,181,253,123,9,0,107,199,214,181,84,125,9,0,109,71,194,45,179,205,10,0,110,71,79,69,182,94,7,0,110,71,39,141,55,228,8,0,110,71,39,141,39,237,8,0,110,71,39,141,32,246,8,0,111,199,173,196,108,32,7,0,111,199,173,196,147,208,10,0,111,71,188,52,63,1,11,0,112,71,161,117,203,88,7,0,113,199,38,56,72,95,6,0,113,199,197,176,135,10,8,0,114,71,21,150,144,227,5,0,118,71,91,108,62,30,11,0,120,199,210,43,231,206,9,0,124,199,129,143,75,213,9,0,124,199,129,143,151,213,9,0,125,199,209,150,87,142,8,0,127,199,135,48,168,3,9,0,127,199,135,48,73,7,9,0,128,199,112,40,168,3,9,0,128,199,112,40,73,7,9,0,129,199,104,0,187,130,6,0,131,199,230,17,139,246,9,0,131,199,230,17,215,246,9,0,132,71,100,141,201,8,7,0,135,199,1,178,197,48,7,0,138,199,50,204,91,121,9,0,138,199,50,204,171,122,9,0,138,199,50,204,253,123,9,0,139,199,248,107,5,143,7,0,141,71,29,250,68,165,7,0,141,199,23,82,78,206,10,0,141,199,23,82,45,232,10,0,141,71,213,107,6,55,11,0,141,199,146,134,145,71,11,0,143,199,183,3,223,20,7,0,145,71,224,72,255,110,10,0,145,199,98,244,239,233,11,0,146,199,135,248,232,121,7,0,146,199,161,194,135,200,10,0,148,199,128,101,54,127,11,0,150,199,196,232,59,41,7,0,152,199,86,115,225,82,8,0,152,71,157,83,227,136,9,0,152,71,157,83,38,137,9,0,154,199,165,247,59,41,7,0,155,199,227,47,128,20,7,0,155,199,20,193,68,165,7,0,157,71,103,27,172,202,9,0,157,71,103,27,194,202,9,0,157,71,49,130,77,5,11,0,159,199,245,217,92,15,9,0,159,199,245,217,130,20,9,0,163,71,181,148,55,228,8,0,163,71,181,148,39,237,8,0,163,71,181,148,32,246,8,0,165,71,210,200,168,3,9,0,165,71,210,200,73,7,9,0,167,71,8,206,69,110,7,0,169,71,151,23,175,228,11,0,170,199,176,230,235,99,7,0,177,199,135,114,15,78,6,0,178,71,227,95,40,45,6,0,179,199,91,226,204,58,9,0,179,199,91,226,5,59,9,0,180,199,131,193,198,136,8,0,182,71,213,191,202,56,7,0,183,199,233,10,179,129,7,0,183,71,33,237,255,110,10,0,185,71,226,56,94,249,5,0,185,71,169,18,59,41,7,0,185,199,160,68,5,143,7,0,189,199,175,230,226,248,5,0,189,71,57,65,218,159,10,0,189,71,57,65,111,162,10,0,196,199,211,54,145,73,10,0,196,199,211,54,57,74,10,0,197,71,95,46,245,40,10,0,197,71,95,46,90,41,10,0,198,71,239,127,21,128,6,0,198,199,23,152,84,87,7,0,199,71,47,152,162,8,7,0,200,199,244,147,95,62,7,0,200,199,244,147,81,179,7,0,202,199,16,244,165,13,11,0,204,71,224,83,57,124,6,0,204,199,78,205,128,185,6,0,204,71,197,106,152,215,6,0,204,71,197,106,86,11,7,0,205,71,145,93,139,83,7,0,205,199,187,254,35,127,7,0,205,199,228,159,135,47,8,0,208,71,231,242,168,3,9,0,208,71,231,242,73,7,9,0,209,199,182,203,177,27,9,0,209,199,182,203,254,28,9,0,209,199,182,203,77,30,9,0,210,199,205,131,68,165,7,0,210,199,181,21,206,12,8,0,211,71,157,38,57,10,7,0,213,199,180,230,226,14,7,0,213,199,16,13,45,15,7,0,214,71,57,202,102,237,9,0,214,71,57,202,115,238,9,0,215,71,53,176,35,22,7,0,218,199,215,72,108,57,7,0,218,199,215,72,168,57,7,0,220,71,118,51,156,243,5,0,225,71,220,251,144,137,7,0,226,199,50,90,55,228,8,0,226,199,50,90,39,237,8,0,226,199,50,90,32,246,8,0,226,199,78,179,168,3,9,0,226,199,78,179,73,7,9,0,229,199,94,188,107,114,7,0,230,71,36,168,155,89,7,0,230,71,36,168,68,165,7,0,231,199,150,105,158,216,11,0,234,199,102,209,144,137,7,0,237,199,5,201,245,40,10,0,237,199,5,201,90,41,10,0,239,71,213,151,132,78,6,0,240,199,151,111,5,143,7,0,240,199,198,101,135,147,10,0,240,199,198,101,56,148,10,0,243,199,188,77,174,115,11,0,244,199,79,251,10,77,7,0,244,199,79,251,170,79,7,0,245,71,108,20,107,35,7,0,245,71,157,38,197,48,7,0,246,71,233,59,37,63,7,0,251,71,81,63,201,24,6,0,251,71,81,63,35,156,7,0,252,199,102,2,6,112,6,0,252,199,102,2,87,15,8,0,252,199,102,2,139,15,8,0,252,199,102,2,190,15,8,0,0,200,26,84,144,137,7,0,1,200,29,183,22,38,7,0,2,200,67,59,203,81,9,0,2,200,67,59,169,82,9,0,5,72,112,167,197,48,7,0,5,72,146,134,152,65,9,0,5,72,146,134,36,66,9,0,6,72,165,122,204,195,10,0,9,72,188,109,245,45,11,0,9,72,5,85,204,127,11,0,13,72,190,175,31,35,7,0,14,200,143,100,218,159,10,0,14,200,143,100,111,162,10,0,15,72,47,254,145,88,7,0,19,72,155,2,154,18,6,0,19,72,220,241,85,181,11,0,20,200,209,80,142,11,7,0,25,72,82,232,159,127,11,0,27,200,44,209,201,24,6,0,27,72,180,54,10,77,7,0,27,72,180,54,170,79,7,0,27,200,214,66,51,109,7,0,27,200,44,209,35,156,7,0,34,200,2,46,135,47,8,0,35,200,102,139,51,109,7,0,36,72,110,33,55,228,8,0,36,72,110,33,39,237,8,0,36,72,110,33,32,246,8,0,36,72,183,131,82,53,11,0,37,72,40,253,59,41,7,0,41,72,234,149,136,205,6,0,41,72,215,203,168,177,10,0,41,72,215,203,246,177,10,0,42,200,34,176,112,27,6,0,42,200,243,125,233,118,10,0,42,200,243,125,125,119,10,0,42,200,243,125,21,120,10,0,42,72,146,247,3,45,11,0,43,72,75,111,12,63,11,0,44,72,63,139,5,143,7,0,49,72,165,166,99,70,7,0,52,72,117,81,37,63,7,0,53,200,202,128,223,20,7,0,53,72,112,84,233,155,9,0,53,72,112,84,19,156,9,0,54,200,97,72,218,4,7,0,55,72,61,22,168,3,9,0,55,72,61,22,73,7,9,0,56,72,19,239,200,130,11,0,58,72,179,209,123,40,11,0,60,200,84,113,166,36,7,0,60,72,208,193,183,116,7,0,60,200,19,51,232,121,7,0,62,72,116,7,131,40,10,0,62,72,116,7,90,41,10,0,62,200,236,209,218,159,10,0,62,200,236,209,111,162,10,0,63,72,249,114,183,116,7,0,64,72,156,38,55,221,11,0,69,72,2,43,92,15,9,0,69,72,2,43,130,20,9,0,69,200,214,34,22,87,11,0,70,72,180,81,226,11,7,0,70,200,4,9,255,32,7,0,71,72,253,98,59,41,7,0,72,200,143,156,102,237,9,0,72,200,143,156,115,238,9,0,73,72,234,2,2,126,10,0,73,72,234,2,203,126,10,0,74,72,146,205,107,102,8,0,75,200,82,126,180,129,6,0,75,200,166,142,138,85,9,0,75,200,166,142,93,87,9,0,76,72,157,38,107,221,6,0,78,72,160,133,154,103,6,0,83,72,140,200,197,48,7,0,87,200,35,86,125,73,7,0,87,200,35,86,219,42,9,0,87,200,114,47,31,193,11,0,88,72,9,146,221,156,6,0,88,72,62,5,197,48,7,0,90,200,112,8,68,165,7,0,92,72,14,12,55,228,8,0,92,72,14,12,39,237,8,0,92,72,14,12,32,246,8,0,92,72,226,200,26,3,11,0,93,200,89,220,71,115,7,0,94,200,150,58,138,85,9,0,94,200,150,58,93,87,9,0,95,200,99,35,197,48,7,0,95,200,98,244,127,105,8,0,95,200,98,244,229,239,11,0,101,72,214,148,101,206,6,0,104,200,80,143,20,222,5,0,105,200,71,159,216,25,7,0,106,72,70,211,36,79,6,0,113,72,137,251,69,135,7,0,115,200,175,75,35,127,7,0,117,200,250,237,234,175,6,0,117,72,203,138,127,212,7,0,125,200,234,33,240,59,7,0,125,200,119,226,35,127,7,0,125,200,223,110,120,191,11,0,126,72,153,70,228,90,7,0,126,200,163,111,207,89,11,0,127,72,35,183,130,135,11,0,132,72,215,203,2,126,10,0,132,72,215,203,203,126,10,0,133,200,146,14,73,49,8,0,134,200,97,174,135,47,8,0,136,200,66,202,172,12,7,0,136,72,206,38,59,41,7,0,136,72,228,11,119,97,7,0,138,200,202,227,232,121,7,0,146,72,137,172,166,23,10,0,146,72,137,172,181,24,10,0,146,72,137,172,184,25,10,0,146,72,137,172,214,26,10,0,150,200,240,237,59,41,7,0,154,72,218,80,139,83,7,0,155,72,34,62,168,3,9,0,155,72,34,62,73,7,9,0,156,72,66,245,89,73,7,0,157,72,14,182,231,206,9,0,157,200,188,202,170,94,11,0,158,200,26,20,10,77,7,0,158,200,113,18,21,81,11,0,159,200,124,147,5,143,7,0,159,72,229,167,109,216,9,0,159,72,229,167,99,217,9,0,160,72,235,65,247,162,6,0,160,200,46,24,197,48,7,0,160,200,113,218,21,57,7,0,161,200,49,34,238,137,9,0,161,200,49,34,73,138,9,0,161,200,49,34,158,138,9,0,165,72,241,78,250,93,7,0,167,72,249,96,154,40,6,0,168,200,46,0,207,167,8,0,168,200,46,0,99,169,8,0,168,200,46,0,207,169,8,0,171,72,142,7,59,41,7,0,172,200,107,136,104,126,11,0,172,200,107,136,156,126,11,0,174,72,139,27,170,7,7,0,175,72,108,77,68,165,7,0,175,72,217,232,55,154,10,0,175,72,217,232,144,154,10,0,177,72,40,144,216,25,7,0,177,200,120,60,71,115,7,0,177,72,189,111,215,17,11,0,178,200,254,211,247,206,7,0,179,200,13,107,5,143,7,0,179,200,154,199,55,228,8,0,179,200,154,199,39,237,8,0,179,200,154,199,32,246,8,0,181,72,132,248,59,41,7,0,182,72,170,78,92,145,8,0,182,72,170,78,234,145,8,0,182,72,170,78,109,146,8,0,184,200,224,142,154,209,11,0,186,72,76,114,35,127,7,0,186,72,219,1,249,196,11,0,189,200,32,199,93,197,6,0,189,200,208,221,236,65,7,0,193,72,180,222,186,8,6,0,194,200,170,191,160,20,6,0,195,72,224,36,170,85,10,0,195,72,224,36,223,85,10,0,196,200,167,127,247,224,10,0,196,72,253,145,230,137,11,0,197,72,173,214,82,213,10,0,203,200,169,33,238,66,9,0,203,200,169,33,8,69,9,0,205,72,230,63,226,159,6,0,205,200,187,161,59,41,7,0,205,72,48,30,240,181,8,0,208,72,212,219,253,92,11,0,210,72,216,42,12,12,11,0,215,200,56,188,202,50,8,0,215,200,49,149,77,94,9,0,215,200,49,149,93,95,9,0,216,200,89,91,168,3,9,0,216,200,89,91,73,7,9,0,218,72,70,225,162,8,7,0,223,72,88,80,255,110,10,0,224,200,14,23,59,41,7,0,229,72,7,84,214,234,6,0,234,72,43,62,197,48,7,0,235,72,128,182,232,121,7,0,235,200,84,249,144,137,7,0,236,200,225,9,51,109,7,0,239,72,120,15,207,127,8,0,240,72,3,126,59,41,7,0,240,72,119,188,101,27,11,0,242,72,171,236,182,217,7,0,242,72,132,112,116,239,7,0,244,200,126,112,152,77,6,0,244,72,202,244,37,63,7,0,245,72,55,127,96,210,7,0,245,200,61,198,238,100,9,0,245,200,61,198,126,101,9,0,248,72,196,178,125,60,9,0,251,200,176,3,202,50,8,0,252,72,172,28,5,143,7,0,255,200,232,234,147,12,6,0,0,73,106,114,188,158,7,0,5,201,82,230,68,165,7,0,5,73,119,114,213,89,9,0,5,73,119,114,252,89,9,0,6,73,94,132,17,40,7,0,6,73,254,69,31,153,9,0,6,73,254,69,214,153,9,0,6,201,226,220,213,44,10,0,6,201,169,55,85,76,11,0,12,73,31,203,234,175,6,0,13,201,124,32,232,200,9,0,13,201,124,32,55,201,9,0,14,201,249,51,57,167,11,0,15,201,89,166,3,36,8,0,19,201,127,171,236,14,6,0,19,201,40,71,55,228,8,0,19,201,40,71,39,237,8,0,19,201,40,71,32,246,8,0,20,73,5,77,55,149,9,0,21,201,44,114,19,135,11,0,22,201,209,186,110,79,9,0,22,201,209,186,186,79,9,0,24,201,20,12,30,131,7,0,28,73,218,29,152,77,6,0,31,73,181,230,232,121,7,0,32,73,196,81,168,3,9,0,32,73,196,81,73,7,9,0,33,73,42,142,197,48,7,0,34,201,223,67,62,62,11,0,36,73,157,38,31,35,7,0,36,73,172,242,58,195,10,0,36,73,157,38,103,21,11,0,37,73,217,147,104,117,6,0,38,73,18,48,59,41,7,0,42,73,156,38,15,136,7,0,42,73,156,38,103,136,7,0,43,73,52,78,236,30,7,0,43,201,35,237,183,116,7,0,43,73,60,211,238,66,9,0,43,73,60,211,8,69,9,0,43,201,19,241,159,8,10,0,43,201,19,241,184,8,10,0,44,73,213,1,130,245,5,0,44,201,189,210,101,89,9,0,44,201,189,210,133,89,9,0,44,73,213,151,145,132,11,0,44,73,213,151,208,132,11,0,45,73,75,233,70,27,6,0,45,201,165,96,205,169,10,0,45,201,165,96,47,171,10,0,46,201,134,54,232,121,7,0,46,73,166,109,232,121,7,0,47,201,236,107,201,24,6,0,47,201,236,107,35,156,7,0,54,201,30,46,109,218,6,0,57,73,154,60,22,38,7,0,58,201,240,149,251,84,7,0,59,73,28,213,213,44,10,0,60,73,6,159,255,110,10,0,63,201,204,179,197,48,7,0,63,73,226,25,35,127,7,0,64,73,72,6,24,53,9,0,64,73,72,6,252,53,9,0,64,73,72,6,216,54,9,0,70,73,26,19,150,1,6,0,77,201,52,185,197,48,7,0,78,73,123,188,125,73,7,0,78,73,123,188,120,75,7,0,79,201,204,76,238,161,7,0,82,201,13,122,253,213,6,0,83,201,173,4,55,228,8,0,83,201,173,4,39,237,8,0,83,201,173,4,32,246,8,0,85,201,236,71,77,94,9,0,85,201,236,71,93,95,9,0,86,73,124,204,255,110,10,0,87,73,56,123,118,1,9,0,87,73,56,123,6,2,9,0,88,73,194,23,144,137,7,0,89,201,198,33,228,224,5,0,89,201,136,94,38,63,6,0,89,201,198,33,118,111,11,0,89,201,198,33,62,112,11,0,90,201,150,228,194,242,11,0,92,73,34,83,207,167,8,0,92,73,34,83,207,169,8,0,92,73,34,83,148,170,8,0,95,201,176,131,91,121,9,0,95,201,176,131,171,122,9,0,95,201,176,131,253,123,9,0,95,201,176,131,84,125,9,0,96,73,85,210,177,95,6,0,98,73,175,37,3,128,8,0,99,73,252,99,55,228,8,0,99,73,252,99,39,237,8,0,99,73,252,99,32,246,8,0,101,201,178,92,168,3,9,0,101,201,178,92,73,7,9,0,103,73,89,149,161,166,10,0,103,73,89,149,238,166,10,0,104,201,156,238,191,216,5,0,104,201,255,67,138,85,9,0,104,201,255,67,93,87,9,0,104,73,243,23,77,94,9,0,104,73,243,23,93,95,9,0,108,201,25,220,5,143,7,0,108,73,138,63,203,81,9,0,108,73,138,63,169,82,9,0,115,201,22,106,68,165,7,0,118,201,243,54,59,41,7,0,118,201,221,104,5,143,7,0,119,201,86,71,228,90,7,0,119,201,237,130,186,183,11,0,123,201,38,73,139,83,7,0,123,201,3,241,55,228,8,0,123,201,3,241,39,237,8,0,123,201,3,241,32,246,8,0,124,73,182,161,68,165,7,0,125,73,56,45,189,138,6,0,127,201,188,91,95,93,6,0,128,73,58,134,114,137,10,0,128,73,58,134,140,137,10,0,129,73,203,253,77,61,9,0,129,73,203,253,55,62,9,0,131,73,125,254,237,254,5,0,131,73,171,55,180,22,6,0,131,73,125,254,5,143,7,0,133,73,102,153,168,3,9,0,133,73,102,153,73,7,9,0,136,201,74,64,183,116,7,0,138,201,97,146,68,165,7,0,141,73,200,44,215,5,7,0,141,73,12,18,188,14,7,0,142,73,69,20,242,134,6,0,143,201,38,128,144,137,7,0,144,201,132,222,158,157,8,0,144,201,132,222,235,188,8,0,146,201,151,58,99,227,10,0,148,201,251,209,49,234,10,0,150,73,31,248,235,99,7,0,153,73,107,181,83,126,7,0,155,73,131,80,2,72,7,0,155,73,187,85,155,9,8,0,158,201,90,138,6,121,6,0,158,201,90,138,41,121,6,0,161,201,199,70,138,255,5,0,162,73,40,208,55,228,8,0,162,73,40,208,39,237,8,0,162,73,40,208,32,246,8,0,163,73,137,190,56,30,7,0,163,201,60,68,55,228,8,0,163,201,60,68,39,237,8,0,163,201,60,68,32,246,8,0,165,201,163,217,156,176,7,0,166,73,8,250,187,109,6,0,166,201,137,61,120,22,7,0,167,201,195,47,40,14,11,0,168,201,242,252,55,228,8,0,168,201,242,252,39,237,8,0,168,201,242,252,32,246,8,0,168,73,109,5,12,37,9,0,168,73,109,5,124,37,9,0,169,201,63,182,92,15,9,0,169,201,63,182,130,20,9,0,172,201,58,243,181,58,7,0,174,201,188,11,168,3,9,0,174,201,188,11,73,7,9,0,174,73,213,87,102,237,9,0,174,73,213,87,115,238,9,0,177,201,38,91,68,165,7,0,180,201,1,22,1,135,7,0,180,73,117,88,64,99,11,0,181,73,119,200,228,220,9,0,181,73,119,200,2,221,9,0,182,73,248,96,116,66,7,0,184,73,74,35,55,228,8,0,184,73,171,126,55,228,8,0,184,73,74,35,39,237,8,0,184,73,171,126,39,237,8,0,184,73,74,35,32,246,8,0,184,73,171,126,32,246,8,0,186,73,112,158,94,137,7,0,187,201,195,140,192,179,11,0,190,201,76,247,108,1,6,0,190,201,76,247,11,153,6,0,190,201,76,247,108,19,7,0,191,73,122,86,228,75,9,0,191,73,122,86,142,76,9,0,191,73,223,6,90,61,10,0,191,73,223,6,110,61,10,0,191,73,223,6,135,61,10,0,193,73,137,88,75,107,7,0,195,73,109,8,193,33,8,0,195,73,148,243,124,143,10,0,195,73,148,243,183,143,10,0,196,73,12,90,92,15,9,0,196,73,12,90,130,20,9,0,196,201,112,234,255,110,10,0,197,73,18,2,55,228,8,0,197,73,18,2,39,237,8,0,197,73,18,2,32,246,8,0,199,201,71,207,231,206,9,0,199,73,231,235,244,96,10,0,199,73,231,235,26,97,10,0,202,73,116,78,55,228,8,0,202,73,116,78,39,237,8,0,202,73,116,78,32,246,8,0,202,201,183,148,168,3,9,0,202,201,183,148,73,7,9,0,204,201,25,179,52,28,7,0,204,201,201,148,69,110,7,0,205,73,71,92,155,89,7,0,207,73,213,158,247,228,10,0,208,201,201,148,236,65,7,0,210,201,160,161,144,14,11,0,212,201,183,148,168,3,9,0,212,201,183,148,73,7,9,0,213,201,185,144,57,25,7,0,214,201,72,23,211,175,6,0,220,73,233,67,138,103,9,0,220,73,233,67,62,104,9,0,222,201,153,65,144,37,7,0,223,201,120,168,26,23,7,0,224,201,67,60,82,251,5,0,224,201,243,91,138,194,11,0,228,73,196,126,81,242,6,0,228,201,247,231,86,119,7,0,232,201,215,14,251,105,7,0,232,201,215,14,158,128,7,0,234,73,251,0,125,104,6,0,234,201,75,46,123,158,8,0,234,201,96,205,55,228,8,0,234,201,96,205,39,237,8,0,234,201,96,205,32,246,8,0,234,73,160,8,21,238,10,0,234,201,75,46,87,222,11,0,236,73,223,47,116,253,11,0,239,201,250,126,163,9,6,0,240,73,237,242,5,143,7,0,242,201,154,184,217,251,9,0,242,201,154,184,248,251,9,0,242,73,66,163,174,67,10,0,242,201,58,244,126,188,10,0,243,73,175,182,197,48,7,0,246,201,161,255,242,174,6,0,246,201,161,255,106,89,7,0,248,73,197,5,55,228,8,0,248,73,197,5,39,237,8,0,248,73,197,5,32,246,8,0,249,73,64,150,202,56,7,0,249,201,10,1,56,109,8,0,251,73,43,216,58,119,11,0,253,201,15,173,168,3,9,0,253,201,15,173,73,7,9,0,253,73,49,174,119,86,11,0,254,201,173,248,107,114,7,0,1,74,205,130,216,25,7,0,1,74,231,227,37,63,7,0,5,202,76,177,59,47,11,0,6,202,241,37,197,48,7,0,6,202,122,188,37,46,10,0,6,202,122,188,103,47,10,0,6,202,122,188,172,48,10,0,7,74,247,161,232,121,7,0,10,74,169,44,177,242,9,0,10,74,169,44,210,242,9,0,10,202,18,66,155,124,11,0,12,74,118,51,183,116,7,0,14,202,137,42,144,137,7,0,16,74,60,175,177,161,7,0,20,202,109,189,84,47,11,0,24,202,157,159,110,119,8,0,24,202,141,238,54,241,9,0,24,202,141,238,213,241,9,0,26,202,247,216,5,143,7,0,28,202,67,162,234,175,6,0,28,202,198,103,232,121,7,0,29,74,210,11,33,126,11,0,30,202,17,254,100,106,7,0,31,202,199,243,183,116,7,0,31,74,140,231,145,73,10,0,31,74,140,231,57,74,10,0,33,74,25,3,255,110,10,0,34,74,226,124,252,34,11,0,34,74,226,124,18,35,11,0,36,202,228,143,102,118,9,0,36,202,228,143,164,118,9,0,39,74,192,229,99,70,7,0,40,202,204,220,86,119,7,0,40,74,106,137,199,172,10,0,40,74,106,137,74,173,10,0,40,74,181,57,27,245,10,0,43,74,54,151,144,208,6,0,43,74,113,170,202,50,8,0,44,74,106,226,144,137,7,0,45,202,2,183,204,126,7,0,45,74,196,209,22,55,8,0,45,202,195,148,42,72,9,0,45,202,195,148,233,72,9,0,45,202,195,148,162,73,9,0,49,202,106,120,166,132,7,0,49,74,186,180,202,50,8,0,53,202,134,147,55,228,8,0,53,202,134,147,39,237,8,0,53,202,134,147,32,246,8,0,55,74,145,199,149,91,10,0,55,74,145,199,231,91,10,0,56,74,126,146,81,32,8,0,56,74,222,55,55,228,8,0,56,74,222,55,39,237,8,0,56,74,222,55,32,246,8,0,56,202,76,248,247,228,10,0,57,202,120,66,70,60,6,0,57,74,49,142,175,102,6,0,57,74,152,111,139,83,7,0,57,74,49,142,127,100,8,0,62,202,167,39,10,37,7,0,62,74,115,175,221,219,7,0,65,74,71,190,59,41,7,0,67,74,246,184,142,209,6,0,71,74,94,206,139,83,7,0,76,202,68,247,240,59,7,0,76,202,101,244,170,79,7,0,76,202,101,244,126,194,10,0,77,202,41,80,203,231,6,0,77,202,41,80,2,72,7,0,78,74,89,165,195,23,7,0,78,74,137,228,79,68,7,0,78,202,165,116,183,116,7,0,78,74,137,228,113,49,9,0,78,74,137,228,44,51,9,0,79,202,147,190,240,59,7,0,79,202,147,190,203,118,8,0,80,74,98,192,68,165,7,0,83,202,140,184,123,160,7,0,83,202,191,113,182,217,7,0,86,74,110,140,59,41,7,0,86,202,127,145,92,15,9,0,86,202,127,145,130,20,9,0,87,202,242,137,177,68,6,0,87,74,109,174,132,40,7,0,87,74,253,75,10,77,7,0,87,202,242,137,40,73,8,0,87,74,253,75,245,40,10,0,87,74,253,75,90,41,10,0,88,202,102,118,154,251,11,0,94,74,253,166,125,87,11,0,96,74,89,220,124,94,7,0,99,74,86,150,68,165,7,0,99,74,229,200,131,142,8,0,105,202,217,141,190,17,7,0,107,74,94,245,8,235,11,0,108,74,1,101,197,48,7,0,108,202,228,120,137,185,11,0,109,74,177,100,216,16,11,0,113,202,127,63,113,49,9,0,113,202,127,63,44,51,9,0,113,74,242,122,2,224,10,0,116,74,157,37,109,216,9,0,116,74,157,37,99,217,9,0,117,74,5,122,75,213,9,0,117,74,5,122,151,213,9,0,120,74,205,79,101,243,11,0,121,202,0,105,255,32,7,0,121,74,208,236,138,85,9,0,121,74,208,236,93,87,9,0,122,202,166,136,203,22,6,0,122,202,30,148,173,201,9,0,122,202,30,148,211,201,9,0,122,202,30,148,244,201,9,0,122,74,176,11,218,159,10,0,122,74,176,11,111,162,10,0,123,202,24,91,254,1,6,0,123,202,24,91,194,16,6,0,123,74,191,220,189,48,11,0,126,74,215,203,232,121,7,0,126,74,240,108,77,94,9,0,126,74,240,108,93,95,9,0,127,202,133,26,117,59,9,0,127,202,133,26,221,59,9,0,127,74,78,205,168,177,10,0,127,74,78,205,246,177,10,0,129,202,33,239,107,167,11,0,130,74,156,252,192,130,10,0,130,74,156,252,42,131,10,0,131,202,131,85,244,19,6,0,131,202,215,197,125,73,7,0,131,202,215,197,120,75,7,0,131,202,215,197,19,179,7,0,132,202,11,174,212,254,5,0,133,74,210,242,222,31,7,0,135,202,46,107,68,165,7,0,140,74,151,81,34,29,7,0,141,202,215,229,55,228,8,0,141,202,215,229,39,237,8,0,141,202,215,229,32,246,8,0,141,202,215,229,243,104,10,0,141,202,215,229,64,105,10,0,146,202,202,76,200,92,7,0,146,202,202,76,233,92,7,0,146,202,141,245,55,228,8,0,146,202,141,245,39,237,8,0,146,202,141,245,32,246,8,0,147,74,201,167,128,98,7,0,150,202,191,161,144,137,7,0,152,202,52,129,13,144,6,0,152,202,108,247,86,119,7,0,154,74,42,5,233,118,10,0,154,74,42,5,125,119,10,0,154,74,42,5,21,120,10,0,156,202,147,87,138,102,11,0,157,74,46,51,191,243,11,0,161,202,185,131,69,110,7,0,164,202,7,252,23,39,7,0,164,74,37,2,55,228,8,0,164,74,37,2,39,237,8,0,164,74,37,2,32,246,8,0,167,74,187,251,197,48,7,0,169,202,89,27,182,94,7,0,171,202,36,87,110,119,8,0,172,74,16,193,30,131,7,0,172,74,191,70,91,121,9,0,172,74,191,70,171,122,9,0,172,74,191,70,253,123,9,0,172,74,191,70,84,125,9,0,174,74,215,21,91,121,9,0,174,74,215,21,171,122,9,0,174,74,215,21,253,123,9,0,174,74,215,21,84,125,9,0,175,202,132,214,109,216,9,0,175,202,132,214,99,217,9,0,175,74,242,96,18,102,10,0,175,74,242,96,38,102,10,0,175,74,242,96,56,102,10,0,175,74,242,96,222,4,11,0,176,202,244,46,156,176,7,0,177,202,144,243,59,41,7,0,179,202,70,132,55,228,8,0,179,202,70,132,39,237,8,0,179,202,70,132,32,246,8,0,180,74,215,96,206,243,7,0,180,74,215,96,245,243,7,0,181,74,139,238,97,23,11,0,184,202,0,34,255,110,10,0,185,202,72,195,121,69,7,0,185,202,170,246,139,83,7,0,186,202,243,8,92,15,9,0,186,202,243,8,130,20,9,0,187,202,67,103,102,237,9,0,187,202,67,103,115,238,9,0,187,74,215,203,29,63,11,0,190,202,78,57,107,250,6,0,193,74,225,182,144,137,7,0,194,74,238,244,128,20,7,0,197,202,252,123,70,226,8,0,200,202,107,193,100,164,6,0,200,74,185,207,119,92,7,0,206,74,167,189,181,58,7,0,207,202,39,192,152,65,9,0,207,202,39,192,36,66,9,0,210,202,143,22,138,194,11,0,211,74,109,212,94,104,11,0,214,202,248,200,56,86,7,0,214,74,121,220,236,126,11,0,216,74,160,145,147,172,11,0,218,202,37,159,59,115,11,0,219,74,209,193,218,159,10,0,219,74,209,193,111,162,10,0,220,202,2,126,55,228,8,0,220,202,2,126,39,237,8,0,220,202,2,126,32,246,8,0,221,74,224,151,55,228,8,0,221,74,224,151,39,237,8,0,221,74,224,151,32,246,8,0,222,202,188,50,255,32,7,0,224,74,246,196,132,40,7,0,224,202,172,126,210,112,7,0,230,74,175,182,182,22,11,0,232,74,239,20,197,48,7,0,238,202,105,230,172,71,9,0,238,202,105,230,227,71,9,0,238,202,231,236,213,44,10,0,241,202,180,116,218,159,10,0,241,202,180,116,111,162,10,0,241,74,47,86,154,212,10,0,241,74,47,86,133,222,10,0,242,202,23,225,182,94,7,0,242,202,75,142,38,191,10,0,242,202,75,142,66,191,10,0,243,202,187,73,5,143,7,0,244,74,78,233,106,182,9,0,244,74,78,233,186,182,9,0,246,74,218,39,201,8,7,0,249,202,88,40,242,133,7,0,249,202,144,201,229,27,10,0,249,202,144,201,114,28,10,0,250,74,45,12,144,137,7,0,252,74,110,137,2,126,10,0,252,74,110,137,203,126,10,0,253,202,127,6,31,153,9,0,253,202,127,6,214,153,9,0,254,74,102,124,155,89,7,0,254,74,67,57,231,206,9,0,255,74,246,224,88,254,11,0,1,75,181,252,216,25,7,0,1,203,93,223,56,94,7,0,1,75,81,242,158,128,7,0,5,203,193,205,146,142,9,0,5,203,193,205,222,142,9,0,5,203,193,205,39,143,9,0,5,203,33,109,255,110,10,0,6,75,146,169,91,121,9,0,6,75,146,169,171,122,9,0,6,75,146,169,253,123,9,0,6,75,146,169,84,125,9,0,7,75,89,47,81,242,6,0,7,75,161,153,50,99,7,0,7,203,229,212,238,137,9,0,7,203,229,212,73,138,9,0,7,203,229,212,158,138,9,0,7,75,89,47,132,185,9,0,10,203,229,32,5,143,7,0,12,203,146,116,184,92,9,0,12,203,146,116,53,93,9,0,12,203,90,9,37,46,10,0,12,203,90,9,103,47,10,0,12,203,90,9,172,48,10,0,13,75,154,131,79,220,5,0,14,75,197,40,70,165,6,0,14,203,165,207,69,110,7,0,15,75,133,223,3,57,8,0,15,75,175,79,213,44,10,0,17,203,246,224,138,85,9,0,17,203,246,224,93,87,9,0,17,203,116,141,42,129,10,0,17,203,116,141,64,129,10,0,18,75,232,131,197,48,7,0,18,75,162,251,139,83,7,0,19,75,193,121,163,239,5,0,19,75,193,121,108,19,7,0,19,75,193,121,212,51,11,0,22,75,47,232,108,248,11,0,24,203,201,157,2,72,7,0,25,75,88,34,155,5,6,0,25,75,147,81,154,190,6,0,26,75,135,123,55,228,8,0,26,75,135,123,39,237,8,0,26,75,135,123,32,246,8,0,27,203,172,234,125,73,7,0,27,203,172,234,120,75,7,0,27,203,117,226,144,137,7,0,29,75,191,215,45,186,11,0,30,75,94,125,168,217,5,0,34,75,19,139,120,9,6,0,34,75,19,139,139,3,7,0,34,75,175,230,241,12,7,0,37,203,163,30,197,127,6,0,40,75,175,53,235,52,6,0,42,75,192,183,55,228,8,0,42,75,192,183,39,237,8,0,42,75,192,183,32,246,8,0,43,203,158,61,197,48,7,0,45,75,149,98,131,105,9,0,45,75,149,98,180,105,9,0,45,75,57,162,70,2,11,0,48,75,88,189,83,69,11,0,49,75,128,111,251,84,7,0,49,203,202,127,166,23,10,0,49,203,202,127,181,24,10,0,49,203,202,127,184,25,10,0,49,203,202,127,214,26,10,0,52,75,160,2,138,250,11,0,54,203,121,100,238,100,9,0,54,203,121,100,126,101,9,0,58,75,220,114,106,212,8,0,58,75,220,114,10,164,11,0,58,75,220,114,232,165,11,0,59,75,186,106,218,154,8,0,62,75,66,177,24,13,7,0,65,75,175,182,86,119,7,0,67,75,146,160,250,13,10,0,67,75,146,160,121,14,10,0,67,75,146,160,5,15,10,0,67,75,135,150,208,36,11,0,68,203,94,24,132,196,6,0,68,203,94,24,155,196,6,0,68,75,157,86,149,106,7,0,68,75,157,86,239,106,7,0,70,203,64,163,95,31,8,0,70,203,64,163,166,31,8,0,70,203,64,163,233,31,8,0,78,75,103,188,56,86,7,0,80,75,159,251,59,41,7,0,80,75,68,203,182,94,7,0,81,203,63,192,59,41,7,0,81,75,218,198,137,178,7,0,81,75,218,198,129,186,7,0,83,75,33,101,139,83,7,0,84,75,254,238,68,165,7,0,85,75,1,57,90,248,5,0,86,75,225,217,174,67,10,0,86,75,72,69,113,69,11,0,86,203,15,141,116,157,11,0,86,203,15,141,250,160,11,0,87,75,136,70,55,228,8,0,87,75,136,70,39,237,8,0,87,75,136,70,32,246,8,0,88,203,39,245,152,55,6,0,88,203,232,64,55,228,8,0,88,203,232,64,39,237,8,0,88,203,232,64,32,246,8,0,89,203,133,146,101,27,11,0,90,75,118,36,116,241,6,0,90,75,205,128,146,83,11,0,97,203,54,44,156,106,9,0,97,203,54,44,213,106,9,0,100,75,89,59,75,107,7,0,100,75,61,43,22,6,11,0,101,75,95,86,14,175,7,0,101,75,95,86,159,189,7,0,104,75,99,32,134,167,11,0,106,75,9,207,59,23,7,0,106,75,79,79,30,131,7,0,106,75,8,7,168,3,9,0,106,75,8,7,73,7,9,0,107,203,107,14,118,14,6,0,107,203,54,146,40,63,9,0,107,203,54,146,226,63,9,0,107,203,54,146,144,64,9,0,109,75,177,105,19,149,8,0,109,75,177,105,93,149,8,0,109,75,177,105,167,149,8,0,109,75,177,105,242,149,8,0,109,75,177,105,61,150,8,0,109,75,177,105,133,150,8,0,109,75,177,105,204,150,8,0,110,203,53,51,197,48,7,0,113,75,180,64,81,179,7,0,114,75,53,201,161,166,10,0,114,75,53,201,238,166,10,0,116,203,248,127,49,229,5,0,116,75,145,178,2,126,10,0,116,75,145,178,203,126,10,0,117,203,103,176,106,89,7,0,119,75,133,138,226,201,8,0,120,203,172,107,130,253,6,0,121,75,65,68,120,22,7,0,121,75,194,132,121,69,7,0,122,203,195,149,243,221,10,0,123,75,81,23,173,71,11,0,126,75,104,31,81,242,6,0,126,75,104,31,132,185,9,0,127,203,240,208,133,47,9,0,127,203,240,208,46,48,9,0,128,203,113,167,197,48,7,0,130,75,0,81,70,34,6,0,131,203,119,225,205,137,6,0,131,203,63,112,55,228,8,0,131,203,63,112,39,237,8,0,131,203,63,112,32,246,8,0,132,75,182,35,2,136,6,0,132,75,119,150,68,165,7,0,135,203,57,161,88,1,7,0,143,75,175,122,181,101,8,0,145,75,111,251,181,58,7,0,145,75,231,185,228,75,9,0,145,75,231,185,142,76,9,0,149,203,120,216,157,51,10,0,149,203,120,216,1,52,10,0,149,203,120,216,98,52,10,0,154,203,64,200,64,88,10,0,157,75,162,74,108,247,7,0,157,75,162,74,170,247,7,0,157,75,162,74,235,247,7,0,157,75,96,81,185,11,9,0,157,75,96,81,89,12,9,0,157,75,96,81,254,12,9,0,157,75,57,75,125,60,9,0,159,203,148,33,76,22,6,0,161,203,195,111,81,179,7,0,161,203,195,111,68,192,7,0,164,75,153,134,55,228,8,0,164,75,153,134,39,237,8,0,164,75,153,134,32,246,8,0,170,203,209,180,79,68,7,0,174,203,8,84,10,77,7,0,174,203,8,84,158,128,7,0,175,203,139,241,235,99,7,0,176,75,96,204,72,255,8,0,176,75,96,204,168,255,8,0,176,75,96,204,17,0,9,0,178,203,15,170,209,243,5,0,178,203,202,247,68,165,7,0,180,75,109,123,17,102,6,0,180,75,222,228,69,158,6,0,180,203,254,252,50,213,10,0,182,203,25,61,13,207,6,0,182,203,204,217,79,68,7,0,183,75,91,184,4,58,7,0,184,203,244,238,197,48,7,0,186,75,131,181,92,15,9,0,186,75,131,181,130,20,9,0,187,203,165,86,3,243,5,0,187,203,212,147,170,79,7,0,189,203,23,6,157,51,10,0,189,203,23,6,1,52,10,0,189,203,23,6,98,52,10,0,193,75,174,52,200,112,6,0,193,75,174,52,214,113,7,0,194,203,36,189,121,231,6,0,196,75,26,170,228,224,5,0,196,75,26,170,45,112,11,0,196,75,26,170,102,112,11,0,197,75,135,227,223,20,7,0,198,75,8,65,59,41,7,0,200,203,96,213,29,182,6,0,200,75,178,255,27,125,8,0,200,203,91,121,91,121,9,0,200,203,91,121,171,122,9,0,200,203,91,121,253,123,9,0,200,203,91,121,84,125,9,0,202,75,140,182,118,1,9,0,202,75,140,182,6,2,9,0,203,75,99,241,134,211,7,0,203,75,111,181,191,247,11,0,208,203,130,145,226,33,7,0,212,75,142,32,88,99,7,0,213,203,64,34,132,37,10,0,213,203,64,34,167,37,10,0,215,203,136,52,56,30,7,0,215,203,192,148,109,200,7,0,216,75,199,36,105,99,6,0,216,75,179,148,149,102,6,0,218,75,100,20,99,183,6,0,219,203,81,169,228,90,7,0,219,75,169,65,231,206,9,0,219,75,233,22,255,110,10,0,220,203,208,211,218,159,10,0,220,203,208,211,111,162,10,0,221,203,187,68,183,116,7,0,221,75,168,226,180,249,10,0,226,75,116,155,55,228,8,0,226,75,116,155,39,237,8,0,226,75,116,155,32,246,8,0,228,75,122,90,144,137,7,0,228,203,226,91,168,3,9,0,228,203,226,91,73,7,9,0,228,75,48,213,210,13,9,0,228,75,48,213,132,14,9,0,230,75,252,212,68,165,7,0,233,75,84,26,224,18,7,0,233,203,224,59,55,228,8,0,233,203,224,59,39,237,8,0,233,203,224,59,32,246,8,0,238,75,207,55,2,175,8,0,242,203,201,93,125,60,9,0,243,75,109,233,183,206,8,0,244,75,186,26,97,52,6,0,244,75,186,26,58,147,6,0,245,75,174,162,69,110,7,0,245,203,17,146,184,92,9,0,245,203,17,146,53,93,9,0,247,203,144,37,212,106,6,0,247,75,54,114,55,228,8,0,247,75,54,114,39,237,8,0,247,75,54,114,32,246,8,0,248,75,199,120,59,41,7,0,249,75,134,92,213,44,10,0,251,75,11,211,255,110,10,0,254,203,40,61,21,13,6,0,254,203,135,87,59,41,7,0,254,203,135,87,235,99,7,0,1,204,151,136,138,85,9,0,1,204,151,136,93,87,9,0,2,204,163,38,48,255,10,0,3,204,141,129,139,83,7,0,3,204,36,179,113,49,9,0,3,204,36,179,44,51,9,0,5,204,166,219,242,19,7,0,5,204,136,38,180,117,8,0,9,76,70,144,55,228,8,0,9,76,70,144,39,237,8,0,9,76,70,144,32,246,8,0,10,76,224,127,17,147,6,0,10,204,1,230,223,20,7,0,10,204,42,34,144,137,7,0,12,204,122,4,103,4,11,0,13,204,69,127,86,119,7,0,14,76,157,38,15,247,7,0,14,76,69,165,55,228,8,0,14,76,69,165,39,237,8,0,14,76,69,165,32,246,8,0,15,204,197,141,62,250,6,0,16,204,54,214,168,106,6,0,17,76,111,186,204,128,10,0,17,76,111,186,228,128,10,0,23,76,246,231,145,25,11,0,24,76,86,162,125,73,7,0,24,76,86,162,120,75,7,0,25,76,171,236,51,166,11,0,26,76,164,52,135,218,9,0,26,76,164,52,242,218,9,0,32,76,39,197,92,15,9,0,32,76,39,197,130,20,9,0,34,204,215,14,51,109,7,0,35,76,228,19,255,32,7,0,36,76,164,103,168,3,9,0,36,76,164,103,73,7,9,0,38,204,92,123,92,15,9,0,38,204,92,123,130,20,9,0,40,204,169,32,203,81,9,0,40,204,169,32,169,82,9,0,42,204,56,31,8,219,7,0,43,204,81,103,241,94,10,0,43,204,81,103,39,95,10,0,43,204,194,175,66,192,11,0,44,204,235,150,2,72,7,0,50,204,59,179,72,134,6,0,52,76,189,123,183,116,7,0,54,76,63,246,133,172,6,0,54,204,32,116,75,107,7,0,54,204,48,12,69,110,7,0,54,204,32,116,245,40,10,0,54,204,32,116,90,41,10,0,55,204,82,232,110,119,8,0,56,76,157,38,67,77,6,0,56,76,157,38,168,133,6,0,56,76,157,38,137,217,6,0,60,76,112,167,10,194,11,0,61,204,51,175,238,137,9,0,61,204,51,175,73,138,9,0,61,204,51,175,158,138,9,0,61,204,139,93,176,87,11,0,63,204,227,207,92,15,9,0,63,204,227,207,130,20,9,0,66,76,229,202,59,41,7,0,67,76,67,224,105,38,10,0,67,76,67,224,137,38,10,0,67,76,67,224,157,38,10,0,69,76,109,7,78,136,7,0,69,76,109,7,11,141,11,0,70,76,217,204,162,132,6,0,70,76,153,236,181,5,7,0,70,204,94,210,69,135,7,0,71,204,93,164,232,121,7,0,71,204,245,168,145,69,11,0,72,76,237,246,165,62,6,0,74,76,87,130,213,44,10,0,74,204,198,188,194,198,11,0,75,76,58,228,135,225,10,0,76,76,196,168,20,146,10,0,76,76,196,168,86,146,10,0,77,76,185,197,68,165,7,0,79,204,195,36,153,231,6,0,80,204,215,227,144,37,7,0,80,204,215,227,55,228,8,0,80,204,215,227,39,237,8,0,80,204,215,227,32,246,8,0,80,204,10,186,164,38,11,0,82,76,140,175,30,131,7,0,84,76,153,134,35,127,7,0,84,76,20,32,68,165,7,0,85,204,207,141,207,167,8,0,87,204,245,59,197,48,7,0,87,204,87,242,232,71,7,0,89,76,26,131,165,155,11,0,93,76,165,228,138,85,9,0,93,76,165,228,93,87,9,0,94,204,216,192,102,166,11,0,95,204,43,204,139,83,7,0,97,76,157,38,178,4,6,0,97,76,157,38,131,11,6,0,97,76,157,38,125,73,7,0,97,76,157,38,120,75,7,0,98,76,37,119,155,89,11,0,98,76,37,119,172,89,11,0,101,76,30,49,68,165,7,0,103,204,37,182,108,32,7,0,103,204,80,146,144,37,7,0,109,204,64,50,215,71,8,0,111,204,109,234,30,131,7,0,113,76,246,231,86,11,7,0,113,76,246,231,68,165,7,0,113,76,87,130,213,44,10,0,116,76,77,99,220,126,9,0,116,76,77,99,138,127,9,0,116,204,146,143,116,7,11,0,118,204,212,6,250,218,6,0,119,76,30,61,59,41,7,0,120,76,31,34,92,15,9,0,120,76,31,34,130,20,9,0,120,76,152,134,113,49,9,0,120,76,152,134,44,51,9,0,121,76,150,100,118,1,9,0,121,76,150,100,6,2,9,0,122,76,219,140,5,143,7,0,123,204,219,27,83,126,7,0,123,204,219,27,234,86,8,0,123,204,219,27,58,87,8,0,125,204,184,164,182,94,7,0,125,76,138,45,255,110,10,0,127,204,24,138,149,97,11,0,130,204,59,250,55,228,8,0,130,204,59,250,39,237,8,0,130,204,59,250,32,246,8,0,131,204,200,106,125,73,7,0,131,204,200,106,120,75,7,0,131,204,200,106,75,191,7,0,132,204,166,2,181,58,7,0,135,204,235,127,27,159,6,0,135,76,43,31,185,2,7,0,136,76,250,6,213,31,9,0,136,76,250,6,198,32,9,0,138,204,177,239,118,249,10,0,140,76,180,225,238,66,9,0,140,76,180,225,8,69,9,0,143,76,119,216,116,66,7,0,145,76,132,144,205,169,10,0,145,76,132,144,47,171,10,0,147,76,80,219,92,15,9,0,147,76,80,219,130,20,9,0,148,204,250,87,116,66,7,0,148,204,145,89,145,73,10,0,148,204,145,89,57,74,10,0,150,204,88,208,46,132,10,0,150,204,88,208,67,132,10,0,150,204,88,208,92,132,10,0,151,76,87,130,213,44,10,0,153,76,73,82,92,15,9,0,153,76,73,82,130,20,9,0,155,204,53,115,59,41,7,0,156,76,237,65,88,99,7,0,156,204,67,174,68,165,7,0,156,76,237,65,168,3,9,0,156,76,237,65,73,7,9,0,156,76,237,65,106,111,9,0,156,76,237,65,144,111,9,0,158,204,47,96,128,98,7,0,163,76,4,34,186,214,6,0,163,76,137,171,125,73,7,0,163,76,137,171,120,75,7,0,164,204,135,212,235,99,7,0,168,76,193,154,199,133,7,0,168,76,174,158,92,15,9,0,168,76,174,158,130,20,9,0,169,76,157,38,84,83,6,0,169,76,157,38,238,135,7,0,170,204,72,5,10,77,7,0,170,204,72,5,170,79,7,0,175,204,162,156,10,77,7,0,175,204,220,138,231,206,9,0,177,76,150,110,235,99,7,0,177,76,48,174,5,143,7,0,177,76,28,48,155,217,11,0,177,76,28,48,176,217,11,0,182,204,104,90,168,3,9,0,182,204,104,90,73,7,9,0,185,204,136,130,86,119,7,0,185,76,104,205,191,0,9,0,185,76,104,205,223,0,9,0,185,76,104,205,8,1,9,0,192,204,171,100,150,175,9,0,194,76,118,182,68,165,7,0,195,204,207,55,129,1,6,0,195,76,141,141,86,119,7,0,195,204,177,205,218,159,10,0,195,204,177,205,111,162,10,0,196,76,114,126,246,185,9,0,196,76,114,126,45,186,9,0,196,76,114,126,187,186,9,0,197,204,114,67,177,27,9,0,197,204,114,67,254,28,9,0,197,204,114,67,77,30,9,0,197,204,53,152,211,146,9,0,197,204,53,152,251,146,9,0,198,76,179,131,144,137,7,0,198,204,250,26,207,167,8,0,199,76,216,127,152,32,6,0,199,76,216,127,223,39,7,0,199,76,55,215,42,117,9,0,199,76,55,215,42,117,9,0,199,76,55,215,178,117,9,0,199,76,55,215,178,117,9,0,200,204,134,176,144,137,7,0,201,76,224,103,242,19,7,0,202,204,31,236,58,93,7,0,202,204,240,251,255,110,10,0,203,76,52,200,156,39,7,0,203,76,231,223,200,40,11,0,204,204,110,42,144,137,7,0,205,204,42,84,158,29,8,0,205,76,197,250,41,6,11,0,206,76,19,54,128,250,5,0,206,76,150,248,158,128,7,0,208,76,84,61,207,167,8,0,208,76,84,61,207,169,8,0,208,76,84,61,199,171,8,0,208,76,84,61,4,172,8,0,208,76,22,126,182,158,11,0,210,204,118,120,255,110,10,0,212,204,151,71,151,119,9,0,212,204,151,71,246,119,9,0,212,76,28,171,135,110,11,0,214,204,246,237,6,8,7,0,215,204,81,149,205,90,6,0,216,76,2,40,22,38,7,0,216,204,37,142,68,165,7,0,217,76,246,81,32,2,6,0,219,204,131,110,175,3,7,0,219,76,137,92,139,246,9,0,219,76,137,92,215,246,9,0,220,76,201,41,166,36,7,0,221,204,49,157,68,165,7,0,221,204,49,157,225,82,8,0,222,76,31,91,218,159,10,0,222,76,31,91,111,162,10,0,223,204,143,228,109,216,9,0,223,204,143,228,99,217,9,0,225,76,53,12,197,48,7,0,225,204,243,205,1,204,10,0,225,76,76,222,54,118,11,0,229,76,57,123,149,17,11,0,229,76,120,89,91,19,11,0,230,204,31,122,186,105,10,0,231,76,48,179,128,133,7,0,232,204,238,8,223,20,7,0,234,76,45,44,59,44,11,0,236,76,253,32,207,167,8,0,236,76,126,90,244,197,8,0,242,204,189,78,30,223,5,0,242,76,218,204,227,80,10,0,242,76,218,204,252,80,10,0,243,204,230,61,38,218,5,0,243,204,189,241,221,158,6,0,243,204,91,64,235,135,10,0,243,204,91,64,152,136,10,0,245,204,237,196,147,172,6,0,245,76,30,30,92,15,9,0,245,76,30,30,130,20,9,0,247,76,215,58,89,202,7,0,247,76,215,58,207,202,7,0,249,204,165,200,146,78,10,0,252,76,222,122,59,41,7,0,252,204,134,180,59,41,7,0,253,76,247,223,71,115,7,0,253,204,68,79,43,199,10,0,254,76,222,42,203,88,7,0,254,76,78,186,35,127,7,0,0,77,91,248,172,134,7,0,1,77,34,120,70,168,6,0,2,205,40,125,81,179,7,0,2,205,40,125,25,144,8,0,2,205,40,125,141,144,8,0,2,205,40,125,247,144,8,0,2,205,40,125,18,104,10,0,4,205,84,100,92,15,9,0,4,205,84,100,130,20,9,0,4,77,244,163,255,110,10,0,7,77,70,134,213,89,9,0,7,77,70,134,252,89,9,0,8,205,239,169,166,23,10,0,8,205,239,169,181,24,10,0,8,205,239,169,184,25,10,0,8,205,239,169,214,26,10,0,8,205,97,18,6,65,11,0,8,205,97,18,72,65,11,0,8,205,97,18,134,65,11,0,10,205,100,184,222,194,9,0,10,205,100,184,76,195,9,0,11,77,126,189,197,48,7,0,11,77,83,234,100,219,7,0,14,77,15,95,186,104,7,0,15,205,102,24,251,97,9,0,15,205,102,24,65,98,9,0,15,205,102,24,142,98,9,0,17,77,208,119,161,190,9,0,17,77,208,119,93,191,9,0,20,205,7,235,216,25,7,0,20,205,140,165,157,63,11,0,21,77,111,10,56,94,7,0,25,77,68,215,252,188,6,0,25,205,29,1,255,110,10,0,30,205,63,149,144,137,7,0,30,205,62,188,55,228,8,0,30,205,62,188,39,237,8,0,30,205,62,188,32,246,8,0,31,77,132,166,52,28,7,0,31,77,99,26,24,53,9,0,31,77,99,26,252,53,9,0,31,77,99,26,216,54,9,0,31,77,214,78,177,133,11,0,35,205,191,35,211,193,11,0,38,77,113,30,197,48,7,0,42,77,139,48,26,23,7,0,42,77,186,20,2,72,7,0,44,77,184,148,196,106,10,0,44,77,184,148,251,106,10,0,45,205,99,58,97,12,7,0,45,205,63,221,54,241,9,0,45,205,63,221,213,241,9,0,49,205,56,24,130,93,7,0,53,205,43,38,40,159,7,0,55,77,238,158,46,217,5,0,57,205,2,14,255,110,10,0,57,205,2,14,255,110,10,0,58,77,70,87,216,25,7,0,60,77,64,141,236,247,10,0,60,77,64,141,13,248,10,0,62,77,247,46,227,136,9,0,62,77,247,46,38,137,9,0,65,77,167,87,90,190,10,0,67,205,106,49,238,66,9,0,67,205,106,49,8,69,9,0,67,77,36,195,138,85,9,0,67,77,36,195,93,87,9,0,68,77,242,122,117,47,6,0,71,205,47,116,116,66,7,0,71,77,163,82,144,137,7,0,72,205,36,141,117,115,11,0,74,205,61,111,119,97,7,0,76,205,91,245,138,85,9,0,76,205,91,245,93,87,9,0,78,205,212,89,66,193,6,0,86,77,189,63,42,72,9,0,86,77,189,63,233,72,9,0,86,77,189,63,162,73,9,0,89,77,112,208,59,41,7,0,91,77,115,54,117,151,10,0,91,77,115,54,165,151,10,0,92,205,250,66,24,164,6,0,93,205,159,4,8,115,7,0,96,205,4,38,124,6,7,0,96,77,33,116,69,179,9,0,96,77,33,116,155,179,9,0,96,77,33,116,43,180,9,0,100,205,55,208,4,11,6,0,100,205,86,55,81,179,7,0,100,205,86,55,212,185,7,0,101,205,3,171,181,58,7,0,103,205,74,58,195,222,11,0,105,205,49,129,188,123,11,0,106,77,20,138,43,61,6,0,108,205,97,188,71,72,6,0,111,77,104,139,219,146,6,0,111,77,195,233,88,224,9,0,111,77,195,233,116,224,9,0,112,205,135,79,195,242,5,0,112,77,132,43,94,175,7,0,112,205,25,192,72,200,11,0,117,77,122,196,37,49,6,0,122,205,43,114,231,98,6,0,122,205,43,114,240,59,7,0,123,205,167,105,240,59,7,0,123,205,103,58,168,165,11,0,124,77,161,90,232,121,7,0,125,205,181,131,81,179,7,0,125,205,181,131,34,26,9,0,134,205,55,236,34,246,11,0,135,205,115,196,224,55,6,0,135,205,33,255,211,218,7,0,137,205,38,129,192,130,10,0,137,205,38,129,42,131,10,0,139,77,243,136,203,254,11,0,141,77,31,16,255,32,7,0,143,205,169,42,88,67,6,0,149,205,157,128,117,242,5,0,149,77,103,189,206,159,11,0,150,205,113,8,54,13,7,0,150,77,29,217,130,27,7,0,151,205,65,114,216,25,7,0,152,205,15,27,211,34,7,0,153,77,95,11,78,245,5,0,154,77,59,91,20,241,7,0,161,77,157,86,250,122,6,0,161,77,10,52,9,93,7,0,162,77,38,52,226,11,7,0,165,77,231,118,2,72,7,0,165,205,21,227,124,143,10,0,165,205,21,227,183,143,10,0,168,77,190,90,135,36,11,0,169,205,113,129,232,71,7,0,169,77,161,110,238,66,9,0,169,77,161,110,8,69,9,0,171,77,164,1,110,119,8,0,176,77,14,131,75,107,7,0,176,77,170,135,177,133,11,0,181,77,187,138,240,150,11,0,182,77,22,59,42,129,10,0,182,77,22,59,64,129,10,0,183,77,242,127,139,83,7,0,183,77,99,164,148,112,11,0,184,205,115,117,238,66,9,0,184,205,115,117,8,69,9,0,184,77,81,242,160,194,10,0,186,205,73,31,158,128,7,0,187,77,34,198,253,231,10,0,187,77,246,231,246,23,11,0,190,205,184,127,185,11,9,0,190,205,184,127,89,12,9,0,190,205,184,127,254,12,9,0,193,205,36,49,238,66,9,0,193,205,36,49,8,69,9,0,194,205,170,93,232,121,7,0,197,77,37,23,126,31,7,0,197,77,113,106,214,172,11,0,198,77,196,139,24,171,11,0,199,205,21,80,55,87,11,0,199,77,94,59,86,177,11,0,201,77,100,64,183,116,7,0,202,205,19,220,19,241,5,0,202,77,97,253,162,158,8,0,203,205,156,76,168,3,9,0,203,205,156,76,73,7,9,0,208,205,14,45,10,77,7,0,208,205,14,45,170,79,7,0,212,205,171,17,81,179,7,0,212,205,171,17,192,224,9,0,213,205,104,130,255,110,10,0,214,205,186,94,177,27,9,0,214,205,186,94,254,28,9,0,214,205,186,94,77,30,9,0,218,77,38,247,202,50,8,0,219,205,24,20,92,15,9,0,219,205,24,20,130,20,9,0,219,77,130,147,138,85,9,0,219,77,130,147,93,87,9,0,220,205,6,191,190,165,11,0,222,77,198,80,92,15,9,0,222,77,198,80,130,20,9,0,223,77,87,126,102,237,9,0,223,77,87,126,115,238,9,0,224,77,121,252,166,221,5,0,224,205,117,208,60,58,7,0,224,77,56,134,64,36,8,0,225,77,195,38,239,64,6,0,225,77,113,35,14,99,7,0,226,205,105,254,108,71,7,0,227,205,154,47,170,168,6,0,227,205,154,47,235,99,7,0,231,205,93,210,240,59,7,0,232,77,203,37,5,143,7,0,233,205,68,215,204,58,9,0,233,205,68,215,5,59,9,0,247,77,250,142,235,99,7,0,249,205,142,22,89,231,5,0,250,205,130,38,145,0,7,0,253,205,99,23,61,28,6,0,0,78,91,128,108,19,7,0,0,206,128,195,197,48,7,0,0,78,93,249,81,179,7,0,0,78,93,249,186,185,7,0,0,78,93,249,68,192,7,0,0,78,200,127,228,105,11,0,1,78,71,95,197,48,7,0,5,78,108,166,89,202,7,0,5,78,108,166,207,202,7,0,5,78,188,157,12,31,11,0,6,78,91,255,150,175,9,0,8,78,64,66,161,29,7,0,9,78,255,125,59,41,7,0,11,206,103,144,5,143,7,0,14,206,192,55,138,85,9,0,14,206,192,55,93,87,9,0,15,78,174,55,69,88,7,0,16,78,236,96,200,0,11,0,18,78,57,47,5,143,7,0,18,206,187,56,68,165,7,0,21,206,69,12,150,164,7,0,22,78,189,243,139,83,7,0,22,206,149,178,235,99,7,0,22,78,97,34,72,255,8,0,22,78,97,34,168,255,8,0,22,78,97,34,17,0,9,0,24,206,35,190,213,182,8,0,26,206,156,22,92,15,9,0,26,206,156,22,130,20,9,0,27,78,116,27,54,255,9,0,27,78,116,27,78,255,9,0,31,206,202,36,226,11,7,0,32,206,88,212,68,165,7,0,33,78,104,128,225,8,6,0,33,78,104,128,88,76,6,0,33,78,104,128,125,73,7,0,33,78,104,128,120,75,7,0,35,206,66,207,144,137,7,0,35,78,0,31,145,215,11,0,39,78,181,231,243,24,8,0,39,206,218,164,96,1,11,0,41,206,121,94,55,228,8,0,41,206,121,94,39,237,8,0,41,206,121,94,32,246,8,0,43,78,98,133,207,167,8,0,43,78,98,133,99,169,8,0,43,78,98,133,207,169,8,0,45,206,27,127,207,254,6,0,49,78,179,192,59,41,7,0,49,206,247,74,134,67,8,0,49,206,247,74,178,67,8,0,49,206,247,74,217,67,8,0,50,78,187,129,37,63,7,0,50,78,38,129,182,94,7,0,53,206,217,76,77,61,9,0,53,206,217,76,55,62,9,0,55,78,66,66,113,49,9,0,55,78,66,66,44,51,9,0,56,78,144,116,213,31,9,0,56,78,144,116,198,32,9,0,56,206,51,55,109,216,9,0,56,206,51,55,99,217,9,0,56,206,68,117,255,110,10,0,60,78,151,13,138,13,7,0,60,206,119,63,68,165,7,0,61,78,11,224,47,52,8,0,64,206,155,149,125,60,9,0,67,206,191,11,22,139,10,0,67,206,191,11,39,139,10,0,68,206,22,112,168,3,9,0,68,206,22,112,73,7,9,0,68,206,245,205,255,110,10,0,68,78,187,212,160,174,11,0,69,78,206,25,162,30,6,0,70,78,236,96,156,3,11,0,70,206,23,207,123,214,11,0,71,78,222,182,113,49,9,0,71,78,222,182,44,51,9,0,75,78,19,167,55,21,6,0,75,78,4,122,216,25,7,0,77,206,231,157,73,7,11,0,81,78,81,190,81,179,7,0,81,78,81,190,226,184,7,0,81,78,81,190,68,192,7,0,81,78,11,224,60,10,10,0,81,78,11,224,78,10,10,0,85,206,16,198,68,165,7,0,85,206,16,198,87,178,7,0,85,206,202,246,230,244,10,0,85,206,3,27,198,50,11,0,86,206,250,126,6,108,11,0,86,206,20,98,68,216,11,0,91,206,140,165,84,36,7,0,95,206,111,128,24,18,7,0,95,206,76,247,59,41,7,0,98,78,175,83,144,137,7,0,99,206,209,144,170,79,7,0,99,78,254,174,55,228,8,0,99,78,254,174,39,237,8,0,99,78,254,174,32,246,8,0,101,78,101,139,99,70,7,0,102,206,202,62,119,92,7,0,104,78,15,213,45,15,7,0,107,78,199,238,118,1,9,0,107,78,199,238,6,2,9,0,107,78,144,51,204,58,9,0,107,78,144,51,5,59,9,0,111,78,14,186,205,66,11,0,112,206,33,116,191,0,9,0,112,206,33,116,223,0,9,0,112,206,33,116,8,1,9,0,114,78,221,28,148,246,11,0,117,78,225,239,244,207,7,0,118,206,122,19,67,107,6,0,122,206,151,132,202,50,8,0,123,206,147,73,82,131,6,0,127,206,185,57,221,145,6,0,127,206,185,57,69,110,7,0,128,78,205,15,231,214,11,0,130,206,152,54,203,81,9,0,130,206,152,54,169,82,9,0,131,78,0,179,228,90,7,0,133,78,42,5,62,91,9,0,133,78,42,5,97,91,9,0,134,206,33,218,160,188,6,0,137,78,145,235,146,52,6,0,137,206,171,199,240,59,7,0,142,206,52,110,2,72,7,0,142,206,208,28,144,137,7,0,143,206,184,189,88,99,7,0,144,206,108,139,182,94,7,0,147,206,147,210,120,3,11,0,149,78,65,104,77,94,9,0,149,78,65,104,93,95,9,0,150,78,3,166,226,134,11,0,153,206,221,137,37,63,7,0,155,206,68,24,185,210,7,0,155,206,68,24,244,210,7,0,157,206,120,241,146,78,10,0,159,78,172,63,69,110,7,0,160,206,16,82,16,17,11,0,164,78,108,106,182,94,7,0,166,206,103,98,45,15,7,0,166,206,104,85,185,127,10,0,166,206,104,85,212,127,10,0,168,206,79,67,197,48,7,0,168,206,98,3,25,11,9,0,168,206,98,3,82,11,9,0,168,206,98,3,96,235,10,0,169,78,138,232,236,23,7,0,169,78,138,232,112,24,7,0,172,78,113,42,55,228,8,0,172,78,113,42,39,237,8,0,172,78,113,42,32,246,8,0,172,206,160,153,113,49,9,0,172,206,160,153,44,51,9,0,174,78,202,148,159,162,6,0,176,78,165,38,216,25,7,0,177,78,34,38,203,81,9,0,177,78,34,38,169,82,9,0,178,78,78,15,197,48,7,0,181,78,179,30,231,206,9,0,184,78,246,231,109,28,11,0,184,206,210,126,164,106,11,0,190,206,205,5,8,134,8,0,190,206,205,5,45,134,8,0,194,206,225,65,146,252,5,0,194,206,36,157,207,167,8,0,194,206,36,157,99,169,8,0,194,206,36,157,207,169,8,0,194,206,36,157,207,169,8,0,194,206,36,157,148,170,8,0,194,206,36,157,41,171,8,0,194,206,36,157,119,171,8,0,196,206,214,208,66,229,5,0,196,206,224,202,236,30,7,0,196,78,7,18,37,63,7,0,196,78,103,27,20,44,9,0,196,78,103,27,94,44,9,0,198,206,241,69,179,220,10,0,205,206,127,251,202,50,8,0,207,78,158,128,216,148,6,0,208,78,157,52,18,116,6,0,208,206,68,198,76,78,11,0,212,206,96,158,142,65,7,0,212,206,96,158,235,99,7,0,213,78,103,174,208,153,6,0,213,78,201,83,182,94,7,0,215,206,252,194,10,240,5,0,220,206,227,204,124,199,7,0,220,206,184,111,100,13,11,0,221,206,51,116,177,82,8,0,221,206,51,116,174,83,8,0,221,78,194,87,231,206,9,0,223,78,45,23,197,48,7,0,227,78,126,82,241,243,11,0,228,206,60,121,197,48,7,0,229,206,158,133,223,103,7,0,229,206,87,47,176,92,11,0,232,206,119,77,83,126,7,0,234,78,69,203,175,134,6,0,234,78,54,251,177,242,9,0,234,78,54,251,210,242,9,0,237,78,34,116,55,228,8,0,237,78,34,116,39,237,8,0,237,78,34,116,32,246,8,0,241,206,38,177,242,19,7,0,242,206,232,101,40,45,6,0,242,206,232,101,71,72,6,0,243,78,167,50,36,203,6,0,243,206,185,106,125,60,9,0,245,206,3,124,71,27,7,0,245,206,86,60,25,11,9,0,245,206,86,60,82,11,9,0,246,206,148,104,99,119,6,0,247,206,213,154,204,35,7,0,248,206,172,161,235,99,7,0,250,206,67,87,235,135,10,0,250,206,67,87,152,136,10,0,252,78,92,12,59,41,7,0,254,78,244,245,152,65,9,0,254,78,244,245,36,66,9,0,254,78,30,64,50,137,11,0,0,207,197,187,59,41,7,0,0,207,188,175,240,59,7,0,0,79,136,186,139,83,7,0,0,79,177,54,10,156,7,0,2,79,255,221,223,20,7,0,2,79,255,221,240,59,7,0,3,79,169,199,64,33,11,0,5,79,48,252,238,66,9,0,5,79,48,252,8,69,9,0,5,207,57,246,75,213,9,0,5,207,57,246,151,213,9,0,7,207,14,193,92,15,9,0,7,207,14,193,130,20,9,0,9,79,252,137,7,176,10,0,9,79,252,137,38,176,10,0,10,79,109,55,14,250,6,0,10,79,109,55,255,250,6,0,10,79,110,19,145,0,7,0,13,207,93,157,59,41,7,0,14,79,82,193,5,143,7,0,15,79,172,19,81,179,7,0,15,79,204,45,48,230,7,0,15,79,172,19,25,144,8,0,15,79,172,19,141,144,8,0,15,79,172,19,247,144,8,0,15,79,172,19,18,104,10,0,17,207,77,70,1,135,7,0,18,207,106,27,222,194,9,0,18,207,106,27,76,195,9,0,19,207,162,30,12,94,11,0,19,207,162,30,159,95,11,0,21,79,9,217,255,32,7,0,21,79,14,220,205,169,10,0,21,79,14,220,47,171,10,0,23,79,149,146,81,179,7,0,23,79,149,146,68,192,7,0,23,79,149,146,232,197,7,0,23,79,91,254,211,20,11,0,24,207,184,1,229,27,10,0,24,207,184,1,114,28,10,0,26,207,24,103,84,87,7,0,28,79,123,149,131,187,6,0,29,79,51,97,101,77,6,0,29,207,104,210,135,118,6,0,30,207,93,95,110,222,7,0,31,79,239,136,68,165,7,0,31,79,172,63,0,158,11,0,32,79,165,237,20,239,11,0,36,207,127,76,144,137,7,0,37,207,91,90,102,106,6,0,37,207,30,177,204,126,7,0,37,207,91,90,186,214,8,0,43,207,205,202,55,228,8,0,43,207,205,202,39,237,8,0,43,207,205,202,32,246,8,0,44,79,81,178,64,88,10,0,46,79,117,100,21,147,11,0,46,79,117,100,53,150,11,0,49,79,108,28,229,27,10,0,49,79,108,28,114,28,10,0,50,207,218,80,192,146,6,0,50,207,90,46,218,159,10,0,50,207,90,46,111,162,10,0,51,207,67,62,144,137,7,0,51,79,54,116,5,143,7,0,54,207,205,20,148,85,6,0,55,207,16,103,97,187,11,0,56,79,181,112,184,214,7,0,56,207,201,44,82,132,11,0,57,207,172,221,231,206,9,0,60,207,64,58,241,125,11,0,60,207,64,58,8,126,11,0,61,207,143,36,232,121,7,0,62,207,191,73,58,162,7,0,62,207,191,73,152,162,7,0,63,79,59,157,241,12,7,0,67,79,210,73,68,165,7,0,68,79,202,148,119,62,6,0,68,79,202,148,145,227,6,0,69,207,192,221,165,139,11,0,69,207,192,221,75,141,11,0,69,207,192,221,32,153,11,0,71,79,89,231,59,41,7,0,72,207,113,145,24,53,9,0,72,207,113,145,252,53,9,0,72,207,113,145,216,54,9,0,73,207,54,1,5,143,7,0,74,79,65,17,234,0,6,0,74,79,65,17,78,12,6,0,77,79,94,187,50,227,6,0,78,207,214,177,241,241,7,0,81,79,225,17,52,28,7,0,81,79,40,113,197,48,7,0,82,207,43,53,113,49,9,0,82,207,43,53,44,51,9,0,83,207,28,99,143,76,6,0,83,79,225,241,134,211,7,0,84,207,143,101,242,28,6,0,86,207,113,55,55,228,8,0,86,207,113,55,39,237,8,0,86,207,113,55,32,246,8,0,88,207,101,164,205,169,10,0,88,207,101,164,47,171,10,0,91,207,249,66,150,183,11,0,93,207,19,208,68,165,7,0,93,79,138,145,230,33,9,0,93,79,138,145,32,34,9,0,96,207,204,28,197,48,7,0,96,79,27,194,238,66,9,0,96,79,27,194,8,69,9,0,97,79,123,202,68,165,7,0,97,79,145,33,81,179,7,0,97,79,145,33,185,63,10,0,98,79,202,179,179,128,11,0,99,79,38,200,216,25,7,0,99,207,73,31,236,65,7,0,99,207,8,31,189,232,7,0,101,207,224,168,39,156,10,0,101,207,224,168,67,156,10,0,101,207,224,168,91,156,10,0,101,79,137,6,38,236,11,0,107,79,108,130,125,164,9,0,107,79,108,130,158,164,9,0,108,207,2,100,46,140,8,0,112,207,204,57,139,83,7,0,115,79,32,188,2,72,7,0,115,207,142,72,195,72,11,0,118,79,214,64,4,23,11,0,121,207,50,70,161,190,9,0,121,207,50,70,93,191,9,0,122,207,245,13,203,131,9,0,122,207,245,13,97,132,9,0,126,207,66,190,5,143,7,0,127,207,231,209,72,190,11,0,129,79,231,101,168,72,6,0,129,79,231,101,242,228,6,0,129,79,65,137,181,58,7,0,129,79,156,191,221,219,7,0,129,79,231,101,98,80,8,0,129,207,142,77,168,177,10,0,129,207,142,77,246,177,10,0,132,79,42,75,59,41,7,0,133,207,210,223,86,119,7,0,136,207,5,28,232,121,7,0,138,79,172,69,167,208,6,0,142,207,121,161,205,169,10,0,142,207,121,161,47,171,10,0,143,79,68,161,223,20,7,0,144,207,31,218,86,239,10,0,145,79,219,193,5,143,7,0,145,79,18,33,35,189,8,0,151,207,26,205,138,103,9,0,151,207,26,205,62,104,9,0,154,207,128,58,109,105,6,0,154,207,173,129,255,110,10,0,155,207,147,61,205,155,7,0,156,207,43,170,70,250,11,0,157,79,226,73,10,77,7,0,157,79,226,73,170,79,7,0,157,207,106,150,137,108,7,0,157,207,106,150,187,108,7,0,158,79,87,220,183,68,7,0,158,79,182,224,238,66,9,0,158,79,182,224,8,69,9,0,160,79,27,11,181,196,8,0,162,207,31,252,169,119,6,0,162,79,164,200,190,17,7,0,164,207,207,206,215,5,7,0,164,79,202,68,55,228,8,0,164,79,202,68,39,237,8,0,164,79,202,68,32,246,8,0,167,79,97,212,77,75,6,0,167,79,185,222,68,165,7,0,169,207,195,61,218,159,10,0,169,207,195,61,111,162,10,0,170,79,215,203,119,218,7,0,170,79,165,145,98,162,9,0,170,79,165,145,119,162,9,0,172,79,139,251,156,205,10,0,173,79,189,157,55,228,8,0,173,79,189,157,39,237,8,0,173,79,189,157,32,246,8,0,176,79,58,160,130,86,7,0,183,207,231,224,139,83,7,0,188,207,175,94,125,60,9,0,190,79,14,240,81,242,6,0,190,79,14,240,132,185,9,0,192,79,166,124,108,32,7,0,192,79,41,68,10,77,7,0,192,79,20,229,135,218,9,0,192,79,20,229,242,218,9,0,193,207,147,46,134,93,8,0,194,207,77,247,114,241,7,0,195,207,105,41,199,172,10,0,195,207,105,41,74,173,10,0,196,207,153,165,139,83,7,0,197,79,212,176,175,58,8,0,199,79,113,197,73,3,7,0,200,207,218,234,39,41,11,0,200,207,218,234,109,50,11,0,202,207,33,80,42,72,9,0,202,207,33,80,233,72,9,0,202,207,33,80,162,73,9,0,206,79,125,105,238,66,9,0,206,79,125,105,8,69,9,0,206,79,131,182,66,245,10,0,208,79,131,182,213,89,9,0,208,79,131,182,252,89,9,0,210,207,215,97,68,165,7,0,211,207,140,0,102,237,9,0,211,207,140,0,115,238,9,0,211,79,165,232,204,195,10,0,211,79,219,35,126,13,11,0,212,79,101,136,108,19,7,0,212,79,4,103,144,129,10,0,212,79,4,103,233,129,10,0,212,79,4,103,65,130,10,0,214,79,109,126,198,130,7,0,216,207,224,104,102,237,9,0,216,207,224,104,115,238,9,0,218,79,166,85,119,8,7,0,218,79,245,112,250,93,7,0,219,79,131,182,197,48,7,0,220,207,244,40,55,228,8,0,220,207,244,40,39,237,8,0,221,207,165,129,206,185,10,0,221,207,165,129,9,186,10,0,221,207,165,129,82,186,10,0,221,207,165,129,140,186,10,0,222,207,26,54,7,158,7,0,224,207,182,147,10,77,7,0,224,207,182,147,170,79,7,0,225,207,50,220,235,159,11,0,226,207,41,244,248,252,5,0,226,207,57,87,88,162,11,0,227,79,14,187,1,110,11,0,227,79,14,187,27,110,11,0,228,79,42,231,229,168,6,0,228,79,220,94,9,174,11,0,229,207,73,184,81,242,6,0,230,79,173,20,165,155,11,0,232,207,88,95,119,97,7,0,233,79,15,78,71,115,7,0,233,79,138,164,6,233,10,0,234,207,79,122,83,201,11,0,236,207,91,113,202,50,8,0,238,79,233,146,139,16,7,0,238,207,73,106,221,219,7,0,238,79,104,158,64,88,10,0,241,207,192,222,166,23,10,0,241,207,192,222,181,24,10,0,241,207,192,222,184,25,10,0,241,207,192,222,214,26,10,0,242,79,36,218,171,199,10,0,246,207,203,244,237,30,6,0,246,207,138,72,150,175,9,0,247,207,214,201,204,109,6,0,248,79,227,167,10,77,7,0,248,79,227,167,170,79,7,0,248,79,227,167,158,128,7,0,249,207,227,133,5,143,7,0,249,207,31,239,220,126,9,0,249,207,31,239,138,127,9,0,251,207,229,215,207,132,7,0,255,79,101,232,116,66,7,0,255,207,60,166,55,228,8,0,255,207,60,166,39,237,8,0,255,207,60,166,32,246,8,0,2,208,97,148,227,162,6,0,3,208,140,250,101,165,6,0,4,208,129,83,139,83,7,0,4,80,82,1,31,153,9,0,4,80,82,1,214,153,9,0,7,80,15,65,139,130,6,0,7,80,60,56,77,61,9,0,7,80,60,56,55,62,9,0,8,208,16,40,172,134,7,0,8,208,105,159,0,130,11,0,10,80,158,115,219,42,9,0,11,80,21,64,0,88,7,0,12,80,27,142,81,242,6,0,12,80,27,142,132,185,9,0,13,208,219,223,44,68,8,0,13,80,87,157,207,167,8,0,14,80,123,29,250,13,10,0,14,80,123,29,121,14,10,0,14,80,123,29,5,15,10,0,15,208,94,170,139,16,7,0,15,208,150,52,92,15,9,0,15,208,150,52,130,20,9,0,17,80,50,36,243,137,10,0,17,80,50,36,63,138,10,0,17,80,50,36,140,138,10,0,18,208,178,239,49,74,6,0,18,208,178,239,30,223,6,0,21,80,177,158,158,249,10,0,23,80,88,146,81,179,7,0,23,80,88,146,68,192,7,0,27,80,5,87,255,110,10,0,28,80,248,30,35,127,7,0,30,80,90,202,68,165,7,0,31,80,228,210,201,24,6,0,31,80,228,210,35,156,7,0,33,208,136,146,161,248,5,0,33,80,248,158,142,5,7,0,33,80,9,8,108,215,7,0,35,80,65,30,45,105,7,0,36,208,200,100,56,30,7,0,40,80,213,209,6,241,10,0,41,80,194,1,153,196,10,0,42,208,188,135,117,145,6,0,42,208,103,249,232,121,7,0,43,80,168,238,86,181,6,0,43,208,164,196,255,110,10,0,44,208,50,98,6,61,7,0,46,80,147,241,68,165,7,0,48,80,44,196,59,153,6,0,50,80,113,72,216,25,7,0,50,208,152,52,255,110,10,0,51,80,81,190,182,217,7,0,53,208,6,107,210,22,8,0,53,80,137,195,149,91,10,0,53,80,137,195,231,91,10,0,54,208,107,89,144,137,7,0,56,80,132,103,232,121,7,0,56,208,54,63,68,165,7,0,56,208,54,63,138,103,9,0,56,208,54,63,62,104,9,0,58,208,160,82,144,137,7,0,59,208,74,163,177,27,9,0,59,208,74,163,254,28,9,0,59,208,74,163,77,30,9,0,63,208,167,126,121,202,6,0,63,80,40,22,59,41,7,0,63,208,105,27,61,188,10,0,68,80,79,82,131,239,11,0,69,208,48,236,113,81,6,0,70,80,254,103,197,48,7,0,71,80,234,187,218,159,10,0,71,80,234,187,111,162,10,0,72,208,247,48,224,191,10,0,76,208,237,127,2,72,7,0,76,208,46,185,89,103,7,0,77,208,104,10,255,110,10,0,81,208,157,220,118,154,7,0,81,208,157,220,63,155,7,0,83,208,35,234,126,127,8,0,83,80,44,54,76,217,10,0,87,208,73,149,45,15,7,0,87,208,213,146,166,132,7,0,87,208,52,140,145,73,10,0,87,208,52,140,57,74,10,0,87,208,213,146,141,221,10,0,87,208,96,34,199,171,11,0,88,208,79,3,86,119,7,0,88,208,6,139,144,251,7,0,93,80,188,115,68,165,7,0,97,80,170,241,172,12,7,0,97,80,197,172,117,59,9,0,97,80,197,172,221,59,9,0,99,80,93,41,118,4,7,0,101,208,6,121,182,234,9,0,101,208,6,121,211,234,9,0,102,80,205,57,24,53,9,0,102,80,205,57,252,53,9,0,102,80,205,57,216,54,9,0,105,80,181,148,29,11,6,0,105,208,108,76,86,119,7,0,105,208,23,162,232,200,9,0,105,208,23,162,55,201,9,0,108,208,164,166,142,136,7,0,108,208,0,115,68,165,7,0,113,80,16,91,236,204,8,0,114,208,79,45,68,165,7,0,116,80,120,253,26,137,7,0,116,80,120,253,63,137,7,0,117,208,9,143,58,155,6,0,117,208,128,248,170,79,7,0,117,208,128,248,167,85,7,0,117,80,145,64,113,49,9,0,117,80,145,64,44,51,9,0,117,80,192,213,4,137,11,0,120,208,125,136,148,58,7,0,120,208,39,10,89,202,7,0,120,208,39,10,207,202,7,0,123,80,132,42,122,20,11,0,128,80,161,219,121,34,7,0,129,80,170,46,70,104,11,0,132,208,130,222,92,15,9,0,132,208,130,222,130,20,9,0,132,208,16,178,166,23,10,0,132,208,16,178,181,24,10,0,132,208,16,178,184,25,10,0,132,208,16,178,214,26,10,0,133,208,81,42,255,110,10,0,133,208,40,38,244,46,11,0,138,80,222,84,250,1,8,0,138,208,68,69,144,58,10,0,138,208,68,69,165,58,10,0,140,208,91,228,92,15,9,0,140,208,91,228,130,20,9,0,140,80,143,13,140,201,11,0,142,208,98,244,39,210,9,0,142,208,98,244,81,210,9,0,142,208,98,244,62,234,11,0,144,80,48,66,221,219,7,0,148,80,122,228,37,46,10,0,148,80,122,228,103,47,10,0,148,80,122,228,172,48,10,0,149,208,106,164,5,143,7,0,152,80,28,116,75,107,7,0,153,80,6,150,245,2,11,0,154,80,127,253,197,48,7,0,156,208,151,214,251,84,7,0,157,208,153,54,238,9,7,0,159,208,90,158,168,3,9,0,159,208,90,158,73,7,9,0,161,208,26,192,228,75,9,0,161,208,26,192,142,76,9,0,163,208,188,203,178,93,7,0,165,208,114,27,182,217,7,0,165,80,238,169,98,7,11,0,166,80,151,30,185,254,9,0,166,80,151,30,226,254,9,0,167,80,43,2,231,206,9,0,171,80,245,39,48,45,8,0,172,80,46,19,24,53,9,0,172,80,46,19,252,53,9,0,172,80,46,19,216,54,9,0,172,80,203,58,77,61,9,0,172,80,203,58,55,62,9,0,173,80,81,21,30,66,6,0,174,208,240,112,8,41,11,0,175,208,91,96,5,143,7,0,177,80,61,173,232,47,6,0,177,80,33,224,94,175,7,0,177,80,33,224,111,193,7,0,177,80,61,173,7,109,8,0,177,80,36,228,183,235,11,0,178,80,28,214,23,39,7,0,178,80,207,238,79,173,11,0,179,80,217,24,185,11,9,0,179,80,217,24,89,12,9,0,179,80,217,24,254,12,9,0,180,208,75,121,168,3,9,0,180,208,75,121,73,7,9,0,180,80,30,197,34,26,9,0,182,208,214,89,64,176,6,0,182,80,154,16,228,75,9,0,182,80,154,16,142,76,9,0,183,208,13,101,68,165,7,0,184,208,92,36,86,119,7,0,185,208,219,173,94,37,7,0,188,208,146,150,37,63,7,0,188,80,236,126,55,228,8,0,188,80,236,126,39,237,8,0,188,80,236,126,32,246,8,0,189,208,33,154,59,41,7,0,189,80,67,86,170,79,7,0,190,80,49,163,197,48,7,0,191,80,221,242,231,206,9,0,192,208,2,54,59,41,7,0,193,80,121,253,188,117,11,0,195,208,159,225,107,239,11,0,197,80,134,32,59,41,7,0,197,80,171,27,247,224,10,0,198,80,200,222,97,236,6,0,198,80,3,255,17,56,8,0,198,80,3,255,166,61,11,0,201,80,125,187,79,87,6,0,201,80,127,47,186,104,7,0,202,80,76,20,141,43,8,0,203,80,126,54,59,41,7,0,205,208,16,9,161,190,9,0,205,208,16,9,93,191,9,0,207,208,87,181,70,114,11,0,210,208,24,42,71,72,6,0,211,80,208,31,4,221,11,0,214,80,56,128,119,97,7,0,214,80,59,229,238,162,8,0,215,208,98,167,137,5,6,0,217,80,171,140,116,23,7,0,217,80,252,122,207,167,8,0,217,80,171,140,5,246,11,0,218,208,143,173,231,206,9,0,219,208,189,77,143,228,5,0,220,80,199,149,30,131,7,0,222,80,205,179,116,66,7,0,225,208,229,67,232,121,7,0,229,208,145,61,228,90,7,0,229,80,226,240,34,236,9,0,229,80,226,240,84,236,9,0,229,80,226,240,154,236,9,0,230,208,138,22,168,3,9,0,230,208,138,22,73,7,9,0,230,208,173,179,205,169,10,0,230,208,173,179,47,171,10,0,231,80,28,31,86,119,7,0,231,80,13,41,40,63,9,0,231,80,13,41,226,63,9,0,231,80,13,41,144,64,9,0,233,208,164,6,10,77,7,0,233,208,164,6,170,79,7,0,235,208,78,115,167,61,7,0,236,80,144,233,128,20,7,0,236,208,13,123,95,110,11,0,236,80,144,233,200,130,11,0,239,208,192,148,125,73,7,0,242,208,73,183,177,27,9,0,242,208,73,183,254,28,9,0,242,208,73,183,77,30,9,0,242,80,126,86,166,23,10,0,242,80,126,86,181,24,10,0,242,80,126,86,184,25,10,0,242,80,126,86,214,26,10,0,242,80,234,73,39,44,11,0,250,80,19,139,197,48,7,0,250,208,154,241,92,15,9,0,250,208,154,241,130,20,9,0,250,80,193,101,131,41,9,0,251,208,160,245,144,137,7,0,254,80,157,149,135,218,9,0,254,80,157,149,242,218,9,0,255,80,42,133,92,111,7,0,255,208,119,233,249,124,11,0,0,81,2,234,20,135,10,0,0,81,2,234,43,135,10,0,1,209,211,150,129,192,10,0,1,81,131,115,44,83,11,0,2,209,241,117,202,50,8,0,3,81,61,129,191,203,6,0,4,81,5,204,170,7,7,0,5,81,90,215,218,159,10,0,5,81,90,215,111,162,10,0,7,209,203,236,97,199,10,0,9,209,0,93,154,162,8,0,13,81,178,50,9,29,6,0,13,81,29,20,49,100,6,0,14,209,204,2,37,63,7,0,14,209,8,192,116,125,8,0,15,209,138,24,82,222,5,0,21,81,9,142,8,115,7,0,23,209,8,192,156,126,11,0,24,209,148,60,85,19,7,0,26,209,192,247,141,210,11,0,28,81,152,42,55,149,9,0,29,81,213,0,216,25,7,0,30,81,192,159,138,85,9,0,30,81,192,159,93,87,9,0,33,81,65,13,59,41,7,0,33,209,67,109,55,228,8,0,33,209,67,109,39,237,8,0,33,209,67,109,32,246,8,0,34,209,183,118,5,143,7,0,36,81,117,44,157,220,10,0,38,81,135,195,32,25,8,0,38,81,91,184,213,44,10,0,38,81,118,227,157,15,11,0,41,81,115,106,10,77,7,0,41,81,115,106,170,79,7,0,41,81,155,71,180,211,9,0,41,81,155,71,226,211,9,0,45,209,157,144,82,146,9,0,46,81,237,25,188,201,6,0,48,209,160,164,110,219,10,0,54,209,160,223,207,167,8,0,55,209,29,40,119,97,7,0,55,209,155,82,81,179,7,0,55,209,155,82,34,26,9,0,57,81,239,21,92,15,9,0,57,81,239,21,130,20,9,0,61,209,183,186,138,103,9,0,61,209,183,186,62,104,9,0,61,209,129,237,203,117,11,0,64,81,186,245,55,228,8,0,64,81,186,245,39,237,8,0,64,81,186,245,32,246,8,0,64,81,175,107,109,216,9,0,64,81,175,107,99,217,9,0,64,81,6,254,131,40,10,0,64,81,6,254,90,41,10,0,65,209,8,181,42,72,9,0,65,209,8,181,233,72,9,0,65,209,8,181,162,73,9,0,66,81,250,117,118,249,5,0,67,81,255,238,235,99,7,0,68,81,210,225,227,167,11,0,72,81,213,128,78,241,6,0,80,209,17,187,118,154,7,0,80,209,17,187,63,155,7,0,82,81,146,97,109,154,6,0,82,209,119,233,205,134,11,0,83,209,184,237,7,222,10,0,85,209,82,35,54,241,9,0,85,209,82,35,213,241,9,0,86,81,46,70,198,53,11,0,87,81,201,129,175,140,10,0,88,209,252,194,55,228,8,0,88,209,252,194,39,237,8,0,88,209,252,194,32,246,8,0,89,81,40,25,71,115,7,0,90,81,174,88,177,27,9,0,90,81,174,88,254,28,9,0,90,81,174,88,77,30,9,0,91,81,57,92,55,228,8,0,91,81,57,92,39,237,8,0,91,81,57,92,32,246,8,0,92,81,167,34,135,47,8,0,95,81,236,60,183,116,7,0,96,81,149,215,216,26,6,0,96,81,149,215,7,27,6,0,97,81,176,75,107,102,8,0,97,81,196,191,166,23,10,0,97,81,196,191,181,24,10,0,97,81,196,191,184,25,10,0,97,81,196,191,214,26,10,0,98,209,173,59,217,6,6,0,99,209,129,128,21,134,11,0,100,81,229,36,201,24,6,0,100,81,229,36,35,156,7,0,101,209,254,47,16,200,11,0,103,209,104,134,238,66,9,0,103,209,104,134,8,69,9,0,104,81,175,0,235,111,7,0,105,81,61,255,93,225,10,0,111,209,154,140,183,116,7,0,112,81,111,215,192,196,7,0,112,81,162,29,221,219,7,0,113,209,191,34,59,41,7,0,113,81,101,164,206,90,10,0,113,81,101,164,229,90,10,0,117,209,253,110,125,73,7,0,119,209,123,103,135,97,8,0,119,209,236,165,218,159,10,0,119,209,236,165,111,162,10,0,121,209,105,147,67,132,6,0,121,209,183,42,211,149,6,0,121,209,127,79,176,193,10,0,128,209,3,144,92,15,9,0,128,209,3,144,130,20,9,0,129,81,157,53,231,218,5,0,129,209,245,164,207,89,11,0,129,209,29,125,253,102,11,0,136,209,42,189,221,219,7,0,136,209,50,78,168,3,9,0,136,209,50,78,73,7,9,0,138,209,220,189,68,165,7,0,138,209,85,238,68,165,7,0,140,81,57,251,213,31,9,0,140,81,57,251,198,32,9,0,140,209,129,186,0,36,11,0,141,81,217,231,232,121,7,0,143,209,236,57,86,119,7,0,145,81,20,241,55,228,8,0,145,81,20,241,39,237,8,0,145,81,20,241,32,246,8,0,146,81,69,203,255,32,7,0,147,81,145,24,75,107,7,0,147,81,10,8,254,36,11,0,148,209,251,58,31,35,7,0,148,81,185,178,24,53,9,0,148,81,185,178,252,53,9,0,148,81,9,203,255,110,10,0,150,81,25,230,59,41,7,0,154,209,151,81,234,61,6,0,154,209,151,81,23,87,7,0,158,209,16,251,200,70,10,0,158,209,16,251,229,70,10,0,158,209,16,251,249,70,10,0,159,81,51,93,201,12,10,0,159,81,51,93,235,12,10,0,165,81,183,89,232,121,7,0,165,81,131,19,156,176,7,0,165,81,131,19,73,58,10,0,165,81,131,19,118,58,10,0,166,209,183,166,199,111,11,0,166,209,183,166,128,113,11,0,168,209,147,90,209,57,11,0,174,81,74,200,96,103,6,0,179,209,84,124,108,215,7,0,180,209,127,150,95,73,6,0,184,81,53,126,191,91,9,0,184,81,53,126,214,91,9,0,184,81,53,126,239,91,9,0,188,81,64,103,220,226,10,0,188,81,64,103,237,226,10,0,189,81,25,82,233,116,6,0,189,81,39,116,92,168,6,0,194,81,175,32,255,110,10,0,195,209,190,180,29,119,7,0,195,209,190,180,86,119,7,0,196,209,114,144,68,165,7,0,196,209,114,144,156,176,7,0,196,209,170,61,102,237,9,0,196,209,170,61,115,238,9,0,196,209,114,144,6,139,10,0,198,81,224,174,108,32,7,0,198,209,131,32,119,97,7,0,199,209,155,183,10,99,9,0,199,209,155,183,226,99,9,0,201,209,86,13,54,69,7,0,202,81,127,245,246,15,7,0,202,209,110,213,102,237,9,0,202,209,110,213,115,238,9,0,202,209,157,149,80,214,10,0,203,81,18,112,138,85,9,0,203,81,18,112,93,87,9,0,204,209,18,157,183,116,7,0,205,81,38,187,10,77,7,0,205,81,7,195,10,77,7,0,205,81,38,187,170,79,7,0,205,81,7,195,170,79,7,0,207,81,106,152,197,48,7,0,207,81,0,90,121,169,11,0,208,209,97,98,59,41,7,0,208,81,109,184,45,209,8,0,213,209,222,103,224,18,11,0,214,81,42,251,168,3,9,0,214,81,42,251,73,7,9,0,215,81,226,227,120,22,7,0,215,209,121,11,197,48,7,0,220,81,187,222,144,137,7,0,223,209,109,114,241,240,5,0,226,209,249,58,179,76,11,0,228,209,250,205,5,143,7,0,231,209,159,149,10,77,7,0,232,209,97,48,31,153,9,0,232,209,97,48,214,153,9,0,233,81,218,30,210,2,9,0,233,81,218,30,246,2,9,0,234,209,157,99,139,83,7,0,234,209,39,160,207,167,8,0,237,209,145,147,132,40,7,0,240,209,105,143,40,105,6,0,240,81,100,166,232,121,7,0,241,209,103,176,202,50,8,0,245,81,96,202,78,29,11,0,247,209,188,5,245,147,6,0,252,81,192,91,227,70,6,0,252,209,142,59,162,22,11,0,253,81,228,194,218,252,5,0,254,209,41,127,146,78,10,0,255,81,133,234,68,165,7,0,255,209,57,187,24,53,9,0,255,209,57,187,252,53,9,0,255,209,57,187,216,54,9,0,2,210,41,55,35,143,8,0,3,82,158,115,238,66,9,0,3,82,158,115,8,69,9,0,4,82,34,158,81,179,7,0,4,82,34,158,45,164,8,0,4,82,34,158,195,164,8,0,4,82,34,158,101,165,8,0,4,82,34,158,205,92,10,0,5,82,15,80,69,135,7,0,7,82,229,111,172,14,6,0,7,210,10,10,10,99,9,0,7,210,10,10,226,99,9,0,8,82,20,6,73,238,7,0,8,82,75,152,146,142,9,0,8,82,75,152,222,142,9,0,8,82,75,152,39,143,9,0,9,82,44,116,177,27,9,0,9,82,44,116,254,28,9,0,9,82,44,116,77,30,9,0,10,82,254,132,238,100,9,0,10,82,254,132,126,101,9,0,12,210,206,145,238,66,9,0,12,210,206,145,8,69,9,0,12,210,85,255,255,110,10,0,13,82,240,191,145,73,10,0,13,82,240,191,57,74,10,0,14,210,233,87,108,32,7,0,15,210,40,137,187,87,7,0,16,210,61,145,191,232,10,0,16,210,65,233,104,254,10,0,17,210,157,28,143,209,7,0,22,82,92,162,177,27,9,0,22,82,92,162,254,28,9,0,22,82,92,162,77,30,9,0,23,82,115,231,204,70,7,0,25,82,203,192,59,41,7,0,27,210,98,27,143,191,6,0,27,210,42,92,10,77,7,0,33,82,20,26,116,66,7,0,35,82,176,144,219,110,11,0,36,82,77,76,149,70,11,0,37,210,156,197,125,73,7,0,37,210,156,197,120,75,7,0,37,210,156,197,75,191,7,0,37,210,143,34,55,228,8,0,37,210,143,34,39,237,8,0,37,210,143,34,32,246,8,0,39,82,10,183,108,129,6,0,39,82,10,183,218,159,10,0,39,82,10,183,111,162,10,0,40,210,228,241,13,160,7,0,45,210,63,8,55,184,11,0,48,82,187,97,235,99,7,0,49,210,219,152,170,31,7,0,50,210,206,61,157,235,6,0,50,210,127,144,197,48,7,0,51,82,163,147,149,130,11,0,52,210,7,37,139,16,7,0,53,82,167,212,68,165,7,0,55,210,241,114,61,204,8,0,56,210,244,103,240,59,7,0,57,82,253,187,190,78,6,0,57,82,49,89,80,190,6,0,59,210,251,110,235,20,11,0,60,82,84,113,144,137,7,0,60,82,51,166,123,10,11,0,65,210,189,209,81,179,7,0,65,210,188,75,75,213,9,0,65,210,188,75,151,213,9,0,65,210,189,209,206,71,10,0,65,82,210,169,229,98,11,0,67,210,121,224,45,15,7,0,71,210,102,217,255,110,10,0,72,82,68,86,81,179,7,0,72,82,68,86,5,49,9,0,72,82,68,86,55,49,9,0,76,210,69,187,255,29,7,0,76,210,250,172,221,219,7,0,76,82,46,217,203,131,9,0,76,82,46,217,97,132,9,0,76,82,101,9,255,110,10,0,77,210,87,174,68,165,7,0,77,210,193,120,175,140,10,0,78,82,173,30,156,176,7,0,78,82,173,30,236,158,10,0,78,82,173,30,45,159,10,0,78,82,173,30,106,159,10,0,81,82,202,155,138,85,9,0,81,82,202,155,93,87,9,0,82,82,189,54,197,48,7,0,84,82,26,14,139,83,7,0,86,82,11,28,13,89,7,0,87,82,189,154,51,91,6,0,89,82,157,66,182,94,7,0,89,82,67,102,68,165,7,0,91,82,103,27,183,116,7,0,91,82,38,185,77,94,9,0,91,82,38,185,93,95,9,0,92,82,205,166,224,18,7,0,93,82,36,44,35,127,7,0,94,82,69,144,10,77,7,0,94,82,69,144,170,79,7,0,97,210,116,230,59,41,7,0,97,210,212,53,69,135,7,0,99,210,202,100,119,97,7,0,100,82,154,86,103,86,7,0,101,82,2,59,144,137,7,0,101,210,191,186,228,55,11,0,102,210,176,155,68,165,7,0,102,210,153,238,255,110,10,0,102,82,100,198,219,156,11,0,103,82,55,45,170,79,7,0,103,82,55,45,251,105,7,0,109,82,181,244,157,159,9,0,109,82,181,244,180,159,9,0,110,82,3,251,37,63,7,0,111,210,66,56,224,102,7,0,116,210,231,0,119,10,7,0,116,82,31,82,133,205,11,0,121,82,16,192,168,3,9,0,121,82,16,192,73,7,9,0,123,210,104,113,118,112,7,0,124,210,192,3,23,39,7,0,124,210,192,3,30,131,7,0,125,82,196,19,223,113,6,0,125,82,199,95,86,11,7,0,127,210,180,217,113,49,9,0,127,210,180,217,44,51,9,0,128,210,52,241,54,69,7,0,128,210,39,143,151,119,9,0,128,210,39,143,246,119,9,0,129,82,227,239,255,110,10,0,131,82,135,171,251,255,5,0,132,210,171,92,24,13,7,0,132,82,233,68,55,228,8,0,132,82,233,68,39,237,8,0,132,82,233,68,32,246,8,0,133,210,10,23,107,246,6,0,136,210,125,47,133,47,9,0,136,210,125,47,46,48,9,0,138,210,31,196,106,159,6,0,138,82,242,149,144,137,7,0,141,82,100,160,180,7,11,0,144,210,137,16,72,81,10,0,144,210,137,16,128,81,10,0,144,210,137,16,185,81,10,0,146,210,9,253,55,228,8,0,146,210,9,253,39,237,8,0,146,210,9,253,32,246,8,0,146,82,213,117,189,120,11,0,147,82,219,218,65,213,11,0,149,210,39,176,91,121,9,0,149,210,39,176,171,122,9,0,149,210,39,176,253,123,9,0,149,210,39,176,84,125,9,0,151,210,245,123,68,165,7,0,151,210,177,109,215,111,11,0,151,82,213,117,226,129,11,0,152,82,151,198,81,179,7,0,152,82,151,198,92,169,10,0,152,82,151,198,155,169,10,0,153,82,227,95,220,124,6,0,155,210,31,55,243,17,7,0,155,210,86,244,116,192,11,0,156,210,60,69,159,83,11,0,161,210,114,78,53,234,7,0,161,210,114,78,106,234,7,0,164,210,112,234,235,135,10,0,164,210,112,234,152,136,10,0,165,82,145,153,168,3,9,0,165,82,145,153,73,7,9,0,166,210,12,31,158,128,7,0,169,210,54,250,11,24,11,0,174,210,32,2,67,244,6,0,174,210,32,2,109,229,7,0,176,82,255,61,187,154,11,0,178,82,26,171,202,56,7,0,178,82,26,171,81,179,7,0,178,82,26,171,110,153,8,0,180,82,150,13,156,176,7,0,181,210,208,245,30,116,9,0,181,210,208,245,56,116,9,0,183,82,207,151,185,11,9,0,183,82,207,151,89,12,9,0,183,82,207,151,254,12,9,0,183,82,91,19,37,46,10,0,183,82,91,19,103,47,10,0,183,82,91,19,172,48,10,0,184,82,13,162,132,40,7,0,184,82,237,224,0,89,10,0,184,82,237,224,96,89,10,0,184,82,237,224,189,89,10,0,185,82,102,209,119,8,7,0,188,82,74,186,55,228,8,0,188,82,74,186,39,237,8,0,188,82,74,186,32,246,8,0,189,82,74,81,68,165,7,0,191,210,69,81,102,224,10,0,192,82,222,248,84,36,7,0,193,82,11,186,126,127,8,0,193,82,11,186,112,236,10,0,195,210,27,243,69,135,7,0,197,82,187,80,2,11,7,0,197,210,134,27,199,172,10,0,197,210,134,27,74,173,10,0,198,210,108,247,44,227,10,0,198,210,108,247,71,227,10,0,199,82,80,79,31,35,7,0,199,210,162,209,59,75,10,0,199,210,162,209,95,75,10,0,199,210,162,209,130,75,10,0,200,82,231,6,68,165,7,0,203,82,17,206,81,179,7,0,203,82,27,235,110,79,9,0,203,82,27,235,186,79,9,0,203,82,17,206,134,11,10,0,208,210,117,139,109,200,7,0,210,210,122,253,40,45,6,0,211,82,133,40,74,61,7,0,214,210,30,127,45,220,11,0,215,210,164,149,168,3,9,0,215,210,164,149,73,7,9,0,216,82,195,119,183,116,7,0,218,82,145,237,237,207,6,0,220,82,218,194,180,211,9,0,220,82,218,194,226,211,9,0,220,210,159,126,31,60,10,0,220,210,159,126,56,60,10,0,220,82,206,32,90,228,11,0,222,210,35,182,38,107,6,0,223,210,155,250,40,242,6,0,225,82,234,204,209,3,10,0,225,82,234,204,245,3,10,0,225,82,234,204,37,4,10,0,226,210,103,36,6,8,7,0,227,210,181,254,157,88,6,0,231,210,57,207,251,229,10,0,232,210,22,80,207,132,7,0,234,82,27,7,68,165,7,0,234,82,31,81,232,238,10,0,234,210,84,35,120,213,11,0,235,210,115,188,184,144,6,0,235,82,164,236,81,179,7,0,235,82,164,236,250,188,7,0,236,210,31,158,136,170,11,0,239,82,214,38,4,210,10,0,243,210,213,34,235,255,6,0,245,82,20,128,179,239,9,0,245,82,20,128,233,239,9,0,247,210,81,153,235,99,7,0,248,82,32,136,156,176,7,0,248,82,32,136,65,54,10,0,248,82,32,136,81,54,10,0,251,210,5,175,183,116,7,0,254,210,70,22,144,137,7,0,4,83,232,3,161,166,10,0,4,83,232,3,238,166,10,0,12,83,215,190,231,206,9,0,13,83,105,33,24,53,9,0,13,83,105,33,252,53,9,0,13,83,105,33,216,54,9,0,15,211,60,237,247,224,10,0,16,211,53,246,175,3,7,0,16,211,137,57,55,228,8,0,16,211,137,57,39,237,8,0,16,211,137,57,32,246,8,0,18,211,211,252,172,71,9,0,18,211,211,252,227,71,9,0,20,83,146,126,177,27,9,0,20,83,146,126,254,28,9,0,20,83,146,126,77,30,9,0,21,211,85,170,176,74,11,0,22,211,21,207,110,119,8,0,23,83,58,104,59,41,7,0,29,83,215,122,95,227,8,0,30,211,48,244,176,218,6,0,30,211,73,218,81,179,7,0,30,211,73,218,34,26,9,0,31,83,105,27,81,179,7,0,31,83,125,178,254,226,10,0,33,83,135,62,209,183,6,0,34,83,4,201,59,41,7,0,35,83,141,97,155,89,7,0,36,83,44,162,14,249,10,0,38,211,117,123,150,164,7,0,38,211,117,123,150,164,7,0,41,211,227,19,184,92,9,0,41,211,227,19,53,93,9,0,43,211,132,255,96,17,6,0,48,83,63,114,235,99,7,0,48,211,95,139,115,64,8,0,51,211,92,207,132,40,7,0,51,83,164,43,116,66,7,0,53,211,233,71,144,137,7,0,54,211,9,32,156,226,5,0,54,211,96,69,72,200,10,0,55,211,180,47,68,165,7,0,56,83,107,149,20,146,10,0,56,83,107,149,86,146,10,0,57,211,174,35,55,228,8,0,57,211,174,35,39,237,8,0,57,211,174,35,32,246,8,0,58,83,197,197,229,27,10,0,58,83,197,197,114,28,10,0,59,83,142,42,250,103,7,0,59,83,36,184,231,49,8,0,59,83,26,54,6,229,11,0,62,83,206,69,20,214,6,0,63,83,51,32,197,48,7,0,63,83,249,224,183,116,7,0,63,211,164,204,5,143,7,0,64,211,252,237,55,228,8,0,64,211,252,237,39,237,8,0,64,211,252,237,32,246,8,0,65,83,61,166,58,218,6,0,68,211,190,138,71,115,7,0,70,83,209,55,232,121,7,0,71,211,167,124,14,120,6,0,71,211,167,124,80,237,7,0,71,211,126,106,9,26,11,0,73,211,225,57,69,88,7,0,73,83,61,255,124,217,7,0,73,211,84,107,154,223,7,0,75,211,207,38,13,229,5,0,79,211,192,0,10,77,7,0,79,211,192,0,170,79,7,0,79,211,192,0,28,233,10,0,86,211,54,151,111,199,11,0,89,211,250,86,162,200,6,0,91,83,99,94,80,235,5,0,93,83,138,6,238,66,9,0,93,83,138,6,8,69,9,0,94,211,175,116,67,63,6,0,94,83,45,164,255,110,10,0,97,211,115,105,244,96,10,0,97,211,115,105,26,97,10,0,99,211,154,107,95,54,6,0,99,211,154,107,196,173,6,0,101,211,87,215,92,15,9,0,101,211,87,215,130,20,9,0,102,211,133,66,238,217,6,0,105,211,37,179,92,15,9,0,105,211,37,179,130,20,9,0,106,211,255,40,92,145,8,0,106,211,255,40,234,145,8,0,106,211,255,40,109,146,8,0,107,83,133,246,5,143,7,0,107,211,204,238,231,206,9,0,108,211,235,21,163,9,7,0,109,83,34,176,156,176,7,0,109,83,34,176,81,179,7,0,109,83,34,176,187,191,7,0,109,83,122,143,113,49,9,0,109,83,122,143,44,51,9,0,111,211,35,159,150,175,9,0,113,83,83,178,65,106,7,0,114,83,252,199,138,85,9,0,114,83,252,199,93,87,9,0,114,211,209,190,233,118,10,0,114,211,209,190,125,119,10,0,114,211,209,190,21,120,10,0,116,83,136,86,169,190,10,0,117,211,203,216,213,31,9,0,117,211,203,216,198,32,9,0,118,211,250,16,214,10,7,0,120,83,134,171,170,79,7,0,120,83,134,171,63,42,11,0,123,83,60,81,6,9,7,0,127,83,18,45,58,93,7,0,127,211,165,156,183,116,7,0,127,211,66,227,5,143,7,0,128,83,102,227,161,213,6,0,129,211,99,203,142,204,7,0,130,211,199,171,8,115,7,0,130,83,113,27,175,140,10,0,131,83,226,187,10,77,7,0,131,83,226,187,170,79,7,0,131,83,89,103,143,209,7,0,133,83,106,119,183,116,7,0,135,83,142,107,143,38,11,0,138,83,121,240,10,77,7,0,138,83,121,240,170,79,7,0,139,211,49,112,15,103,7,0,145,211,105,247,166,23,10,0,145,211,105,247,181,24,10,0,145,211,105,247,184,25,10,0,145,211,105,247,214,26,10,0,146,211,75,45,175,111,6,0,147,211,252,96,236,23,7,0,147,83,31,239,118,1,9,0,147,83,31,239,6,2,9,0,147,211,15,221,131,40,10,0,147,211,15,221,90,41,10,0,149,83,159,167,129,131,6,0,149,83,159,167,164,153,7,0,151,211,102,184,81,46,8,0,151,211,200,133,231,206,9,0,151,83,236,24,10,226,10,0,155,83,60,5,22,38,7,0,156,83,179,91,117,30,7,0,166,83,90,197,221,219,7,0,167,83,204,39,33,10,7,0,167,211,146,250,83,126,7,0,167,211,188,14,205,169,10,0,167,211,188,14,47,171,10,0,169,83,20,148,84,207,11,0,171,211,82,10,146,78,10,0,173,211,83,19,78,239,5,0,173,83,59,179,57,157,9,0,173,83,59,179,80,157,9,0,173,83,59,179,105,157,9,0,174,83,175,65,186,104,7,0,182,211,135,137,119,92,7,0,183,83,65,187,180,31,6,0,184,83,74,62,204,35,7,0,185,211,73,31,236,65,7,0,186,211,191,243,55,228,8,0,186,211,191,243,39,237,8,0,186,211,191,243,32,246,8,0,188,83,239,173,5,143,7,0,189,211,199,8,144,137,7,0,193,83,105,157,49,7,7,0,193,211,140,235,55,228,8,0,193,211,140,235,39,237,8,0,193,211,140,235,32,246,8,0,194,83,91,5,228,90,7,0,200,211,215,75,92,15,9,0,200,211,215,75,130,20,9,0,201,83,148,48,228,75,9,0,201,83,148,48,228,75,9,0,201,83,148,48,142,76,9,0,201,83,148,48,142,76,9,0,202,83,145,58,2,11,7,0,203,83,92,81,145,73,10,0,203,83,92,81,57,74,10,0,204,211,185,148,244,239,6,0,205,83,72,5,142,11,7,0,205,211,143,98,59,41,7,0,205,211,146,168,68,165,7,0,207,83,79,208,243,17,7,0,207,83,188,148,99,243,7,0,212,211,100,244,55,228,8,0,212,211,100,244,39,237,8,0,212,211,100,244,32,246,8,0,217,211,224,157,250,208,10,0,220,83,19,54,182,94,7,0,222,83,77,138,228,75,9,0,222,83,77,138,142,76,9,0,224,83,52,173,40,178,8,0,224,211,221,57,126,56,9,0,224,211,221,57,166,56,9,0,224,211,221,57,241,56,9,0,225,83,184,148,210,112,7,0,225,83,184,148,192,131,10,0,225,83,184,148,222,131,10,0,226,83,244,52,121,34,7,0,226,83,244,52,81,179,7,0,226,83,244,52,125,188,7,0,226,83,244,52,143,188,7,0,232,211,19,175,54,241,9,0,232,211,19,175,213,241,9,0,233,83,207,13,243,104,10,0,233,83,207,13,64,105,10,0,233,211,29,193,37,138,11,0,233,211,29,193,197,140,11,0,234,211,49,0,86,119,7,0,234,211,213,81,156,176,7,0,235,83,181,195,109,45,6,0,236,211,60,22,10,99,9,0,236,211,60,22,226,99,9,0,237,211,171,10,255,110,10,0,240,83,170,140,255,110,10,0,241,211,50,229,68,165,7,0,245,211,152,93,119,97,7,0,246,83,61,245,124,234,5,0,246,211,2,173,29,48,6,0,246,211,195,192,40,29,11,0,248,211,164,149,172,236,5,0,250,83,178,51,72,17,7,0,250,83,92,30,207,167,8,0,254,211,151,9,59,41,7,0,255,211,218,238,102,160,6,0,255,211,218,238,106,58,7,0,255,211,171,20,86,119,7,0,0,212,108,43,124,6,7,0,0,84,146,49,5,143,7,0,1,84,83,159,57,10,7,0,2,84,56,220,7,228,5,0,3,84,176,171,117,88,11,0,7,212,9,73,138,194,11,0,9,84,241,130,223,249,5,0,9,84,241,130,48,20,8,0,10,84,117,184,197,48,7,0,11,84,14,133,207,167,8,0,12,84,76,141,126,31,7,0,13,84,19,161,37,46,10,0,13,84,19,161,103,47,10,0,13,84,19,161,172,48,10,0,16,84,82,82,37,46,10,0,16,84,82,82,103,47,10,0,16,84,82,82,172,48,10,0,19,84,99,65,68,165,7,0,20,84,137,219,48,64,11,0,21,84,31,8,129,192,10,0,21,212,69,182,135,206,10,0,23,84,11,142,215,5,7,0,23,84,7,121,2,72,7,0,24,84,180,2,138,194,11,0,26,84,213,108,236,150,6,0,26,212,135,102,80,190,6,0,29,212,219,54,77,61,9,0,29,212,219,54,55,62,9,0,29,84,105,245,66,168,9,0,29,84,105,245,90,168,9,0,30,84,3,13,42,72,9,0,30,84,3,13,233,72,9,0,30,84,3,13,162,73,9,0,32,84,115,108,235,135,10,0,32,84,115,108,152,136,10,0,35,84,3,28,80,213,7,0,37,212,199,120,191,247,11,0,38,84,246,193,126,31,7,0,39,212,192,138,109,198,10,0,42,212,166,126,235,99,7,0,42,84,244,220,40,216,10,0,43,212,75,61,122,252,5,0,43,212,75,61,170,7,7,0,49,212,138,179,120,47,11,0,51,84,161,229,178,226,5,0,51,84,161,229,130,86,7,0,51,212,252,15,69,110,7,0,51,84,161,229,105,113,8,0,51,212,31,197,92,15,9,0,51,212,31,197,130,20,9,0,52,212,39,237,120,22,7,0,52,212,44,164,144,137,7,0,52,212,87,192,135,218,9,0,52,212,87,192,242,218,9,0,54,84,52,254,102,236,5,0,54,212,140,47,68,165,7,0,54,84,201,130,55,228,8,0,54,84,201,130,39,237,8,0,54,84,201,130,32,246,8,0,55,212,204,106,51,109,7,0,56,212,138,216,197,48,7,0,56,84,187,202,81,179,7,0,56,84,187,202,188,189,7,0,57,84,35,106,168,3,9,0,57,84,35,106,73,7,9,0,59,212,195,239,89,73,7,0,60,84,113,193,183,254,6,0,67,212,105,147,68,165,7,0,68,84,157,98,138,62,8,0,68,84,157,98,49,63,8,0,71,212,68,192,235,99,7,0,71,84,216,201,168,169,11,0,72,212,25,8,10,77,7,0,72,212,25,8,170,79,7,0,73,84,75,175,207,167,8,0,75,84,113,193,196,45,6,0,75,212,174,102,59,41,7,0,75,212,252,63,55,228,8,0,75,212,252,63,39,237,8,0,75,212,252,63,32,246,8,0,75,212,154,78,131,105,9,0,75,212,154,78,180,105,9,0,77,84,255,66,42,72,9,0,77,84,255,66,233,72,9,0,77,84,255,66,162,73,9,0,82,212,86,8,81,179,7,0,82,212,86,8,34,26,9,0,89,84,201,204,92,15,9,0,89,84,201,204,130,20,9,0,89,84,13,126,55,154,10,0,89,84,13,126,144,154,10,0,91,212,175,70,116,66,7,0,92,84,215,183,41,133,7,0,92,84,215,183,86,133,7,0,92,212,85,170,205,240,9,0,92,212,85,170,234,240,9,0,93,84,218,16,59,41,7,0,93,84,212,71,197,48,7,0,96,212,231,113,68,165,7,0,98,212,40,118,69,178,10,0,99,212,125,162,183,68,7,0,102,212,56,201,170,79,7,0,103,212,35,47,142,136,7,0,105,84,137,229,68,165,7,0,106,212,121,39,46,214,10,0,107,212,21,134,62,192,6,0,107,212,21,134,206,7,8,0,108,212,143,189,138,85,9,0,108,212,143,189,93,87,9,0,109,212,89,193,236,30,7,0,109,212,35,166,84,134,7,0,109,212,66,240,55,228,8,0,109,212,66,240,39,237,8,0,109,212,66,240,32,246,8,0,109,212,89,193,185,195,10,0,109,212,109,179,207,180,11,0,112,212,119,52,113,227,11,0,113,212,198,228,215,45,8,0,115,84,104,27,109,200,7,0,115,84,79,208,141,4,11,0,116,84,245,64,67,141,6,0,125,212,212,232,235,157,6,0,126,212,210,80,61,103,11,0,129,212,219,239,182,94,7,0,130,84,160,82,216,25,7,0,130,84,94,116,211,218,7,0,131,212,6,229,102,254,5,0,131,212,218,137,153,137,6,0,131,212,54,141,55,228,8,0,131,212,54,141,39,237,8,0,131,212,54,141,32,246,8,0,131,212,218,12,205,169,10,0,131,212,218,12,47,171,10,0,134,84,16,117,135,81,6,0,134,84,16,117,177,81,6,0,134,84,16,117,81,179,7,0,134,84,16,117,206,188,7,0,134,84,16,117,246,191,7,0,135,212,103,156,218,225,8,0,136,212,53,159,108,32,7,0,138,212,177,7,189,197,10,0,140,212,139,123,242,19,7,0,140,212,173,27,255,110,10,0,141,84,231,253,92,15,9,0,141,84,231,253,130,20,9,0,145,212,149,102,121,34,7,0,145,212,149,102,156,106,9,0,145,212,149,102,213,106,9,0,146,212,145,254,68,165,7,0,152,212,52,117,30,131,7,0,154,212,124,99,161,190,9,0,154,212,124,99,93,191,9,0,154,212,243,174,48,12,10,0,154,212,243,174,83,12,10,0,154,212,243,174,125,12,10,0,154,212,79,190,99,147,11,0,156,84,187,202,0,88,7,0,157,212,175,126,116,136,6,0,157,212,181,156,37,63,7,0,157,212,198,53,86,79,11,0,158,84,205,0,202,71,11,0,159,212,247,123,238,65,6,0,159,212,247,123,233,3,7,0,159,212,247,123,255,32,7,0,161,84,137,208,86,119,7,0,162,84,200,181,202,50,8,0,162,84,129,19,117,215,10,0,163,212,187,193,59,41,7,0,165,84,189,78,192,130,10,0,165,84,189,78,42,131,10,0,166,212,195,139,244,236,11,0,167,212,66,79,77,94,9,0,167,212,66,79,93,95,9,0,173,212,198,122,40,63,9,0,173,212,198,122,226,63,9,0,173,212,198,122,144,64,9,0,174,212,237,26,22,38,7,0,175,84,210,29,164,43,11,0,178,212,182,94,4,2,10,0,178,212,182,94,39,2,10,0,179,84,24,82,203,81,9,0,179,84,24,82,169,82,9,0,180,212,56,104,94,175,7,0,180,212,56,104,230,185,7,0,184,212,254,255,183,190,10,0,185,212,218,106,5,143,7,0,190,84,110,192,67,40,7,0,191,84,55,219,96,140,8,0,191,84,119,171,117,59,9,0,191,84,119,171,221,59,9,0,192,84,174,42,105,238,11,0,193,84,100,139,220,27,8,0,193,84,159,139,166,23,10,0,193,84,159,139,181,24,10,0,193,84,159,139,184,25,10,0,193,84,159,139,214,26,10,0,194,84,80,227,125,60,9,0,194,212,67,88,135,218,9,0,194,212,67,88,242,218,9,0,194,212,210,80,92,106,11,0,195,212,71,184,128,134,7,0,197,84,10,251,161,166,10,0,197,84,10,251,238,166,10,0,199,84,174,205,150,234,5,0,199,84,174,205,24,17,7,0,199,84,233,77,197,48,7,0,199,84,108,14,156,176,7,0,199,84,108,14,137,137,9,0,199,84,108,14,162,137,9,0,202,212,10,218,79,68,7,0,202,84,197,106,117,151,10,0,202,84,197,106,165,151,10,0,202,84,218,104,226,116,11,0,203,212,52,65,55,228,8,0,203,212,52,65,39,237,8,0,203,212,52,65,32,246,8,0,203,212,221,107,153,92,11,0,204,84,94,58,108,20,6,0,205,212,84,115,122,19,8,0,207,84,251,24,55,228,8,0,207,84,251,24,39,237,8,0,207,84,251,24,32,246,8,0,209,84,254,69,215,80,6,0,209,84,83,22,68,165,7,0,209,212,145,92,81,179,7,0,209,212,145,92,175,60,8,0,209,212,145,92,220,60,8,0,209,212,224,228,106,212,8,0,211,212,100,230,37,63,7,0,211,84,253,51,170,79,7,0,215,212,125,183,140,79,8,0,217,212,96,139,97,45,11,0,219,84,159,168,86,119,7,0,220,84,71,135,139,106,9,0,220,84,71,135,156,106,9,0,220,84,71,135,213,106,9,0,221,212,87,145,26,137,7,0,221,212,87,145,63,137,7,0,221,84,243,190,20,146,10,0,221,84,243,190,86,146,10,0,223,212,70,188,158,96,6,0,223,84,250,177,223,114,11,0,226,212,150,195,16,79,6,0,228,212,64,143,228,90,7,0,229,84,202,148,134,195,8,0,229,84,202,148,195,195,8,0,229,212,164,4,113,49,9,0,229,212,164,4,44,51,9,0,230,212,149,229,166,23,10,0,230,212,149,229,181,24,10,0,230,212,149,229,184,25,10,0,230,212,149,229,214,26,10,0,231,84,104,97,202,62,7,0,234,212,10,248,170,79,7,0,234,84,140,248,72,255,8,0,234,84,140,248,168,255,8,0,234,84,140,248,17,0,9,0,234,212,10,248,195,58,11,0,234,84,140,248,102,96,11,0,237,84,226,236,26,68,10,0,237,84,226,236,52,68,10,0,237,84,226,236,77,68,10,0,237,84,203,9,255,110,10,0,238,212,147,92,17,240,10,0,242,212,247,104,68,165,7,0,248,212,123,169,45,59,8,0,248,212,123,169,98,59,8,0,248,212,123,169,148,59,8,0,248,212,123,169,204,59,8,0,249,212,138,63,209,220,5,0,249,84,45,183,10,77,7,0,249,84,45,183,170,79,7,0,249,84,83,98,207,141,11,0,250,84,131,172,182,94,7,0,251,212,128,84,12,119,9,0,251,212,128,84,59,119,9,0,255,84,167,37,30,24,6,0,1,213,177,133,124,6,7,0,2,85,142,183,81,242,6,0,2,85,142,183,132,185,9,0,3,85,133,150,232,121,7,0,3,213,46,127,185,11,9,0,3,213,46,127,89,12,9,0,3,213,46,127,254,12,9,0,3,213,244,31,154,218,10,0,4,85,46,51,8,180,11,0,5,85,89,43,48,99,6,0,6,213,136,162,239,8,8,0,7,213,50,42,250,194,6,0,11,213,193,126,86,119,7,0,13,85,104,252,252,253,5,0,13,85,104,252,254,127,6,0,13,85,54,198,218,159,10,0,13,85,54,198,111,162,10,0,15,85,28,154,251,102,9,0,15,85,28,154,48,103,9,0,16,85,228,111,10,77,7,0,16,85,228,111,170,79,7,0,17,213,76,184,137,135,9,0,17,213,76,184,168,135,9,0,18,213,144,166,252,204,6,0,18,213,3,67,10,77,7,0,21,213,178,214,117,48,11,0,22,213,121,154,230,33,9,0,22,213,121,154,32,34,9,0,28,213,158,25,232,121,7,0,31,213,102,32,144,137,7,0,31,85,114,216,238,100,9,0,31,85,114,216,126,101,9,0,34,85,159,64,177,82,11,0,37,213,25,124,86,154,6,0,38,85,88,24,197,48,7,0,38,213,151,80,74,61,7,0,41,85,197,251,59,41,7,0,44,85,243,153,55,228,8,0,44,85,243,153,39,237,8,0,44,85,243,153,32,246,8,0,47,213,235,122,232,121,7,0,48,213,186,52,71,115,7,0,48,85,21,14,5,143,7,0,51,213,84,210,225,161,11,0,52,213,214,119,172,12,7,0,52,85,180,225,52,28,7,0,52,85,148,190,170,79,7,0,52,85,148,190,3,187,10,0,52,85,148,190,56,187,10,0,56,85,59,179,197,48,7,0,60,85,223,212,57,25,7,0,60,213,207,52,182,94,7,0,60,85,234,123,178,76,10,0,60,85,234,123,199,76,10,0,60,85,234,123,224,76,10,0,66,213,166,20,198,229,10,0,67,213,102,172,35,127,7,0,69,213,143,75,81,179,7,0,69,213,143,75,203,75,9,0,74,85,158,140,55,228,8,0,74,85,158,140,39,237,8,0,74,85,158,140,32,246,8,0,75,213,34,116,211,138,8,0,75,85,194,219,128,4,10,0,75,85,194,219,160,4,10,0,76,85,211,231,59,41,7,0,76,85,211,231,35,97,9,0,76,85,211,231,67,97,9,0,77,85,233,209,155,89,7,0,77,85,52,194,55,228,8,0,77,85,52,194,39,237,8,0,77,85,52,194,32,246,8,0,78,85,197,225,125,73,7,0,80,213,160,101,243,121,6,0,80,213,100,18,68,165,7,0,81,85,237,195,37,253,11,0,82,213,185,70,212,75,11,0,86,85,86,234,40,12,11,0,90,213,172,115,135,218,9,0,90,213,172,115,242,218,9,0,92,213,82,224,55,228,8,0,92,213,82,224,39,237,8,0,92,213,82,224,32,246,8,0,93,213,115,5,153,2,7,0,93,213,115,5,117,11,11,0,93,85,64,186,189,185,11,0,94,85,5,169,235,99,7,0,94,213,0,222,235,213,11,0,97,85,99,85,156,201,6,0,98,85,26,163,5,143,7,0,99,85,207,247,68,165,7,0,99,213,8,187,107,226,7,0,99,213,8,187,168,226,7,0,99,85,108,191,211,238,7,0,100,85,0,52,3,227,11,0,100,85,0,52,20,227,11,0,103,85,220,86,22,38,7,0,104,85,130,111,81,242,6,0,104,85,130,111,132,185,9,0,105,85,197,5,35,127,7,0,109,213,101,230,170,253,7,0,112,213,39,19,70,17,6,0,114,213,184,28,161,190,9,0,114,213,184,28,93,191,9,0,115,85,96,240,73,3,7,0,115,213,46,122,152,30,7,0,115,213,204,228,109,216,9,0,115,213,204,228,99,217,9,0,116,213,218,175,5,143,7,0,116,213,67,82,92,15,9,0,116,213,67,82,130,20,9,0,116,213,60,44,77,61,9,0,116,213,60,44,55,62,9,0,118,213,215,165,61,198,11,0,121,213,224,107,232,121,7,0,123,213,76,105,231,206,9,0,124,213,202,166,92,15,9,0,124,213,202,166,130,20,9,0,124,213,168,233,121,120,9,0,124,213,168,233,159,120,9,0,124,213,76,204,189,125,11,0,126,213,22,58,31,224,7,0,127,85,99,26,161,17,7,0,132,85,117,127,134,22,6,0,132,213,146,85,231,206,9,0,136,85,207,121,200,176,9,0,136,85,207,121,6,177,9,0,136,85,207,121,87,177,9,0,139,85,182,5,233,118,10,0,139,85,182,5,125,119,10,0,139,85,182,5,21,120,10,0,140,85,158,157,232,121,7,0,140,85,39,243,231,206,9,0,146,85,102,118,2,126,10,0,146,85,102,118,203,126,10,0,147,85,183,30,211,34,7,0,149,85,218,121,92,15,9,0,149,85,218,121,130,20,9,0,149,85,203,57,43,245,9,0,149,85,203,57,72,245,9,0,149,213,91,28,186,105,10,0,150,85,203,95,101,182,8,0,153,85,55,7,195,54,6,0,153,85,14,151,59,41,7,0,153,85,14,151,210,112,7,0,153,85,14,151,168,3,9,0,153,85,14,151,73,7,9,0,157,213,94,247,86,119,7,0,157,85,237,217,0,16,11,0,159,213,100,203,5,143,7,0,160,85,138,239,249,170,11,0,165,213,232,155,92,145,8,0,165,213,232,155,234,145,8,0,165,213,232,155,109,146,8,0,166,213,72,209,182,217,7,0,168,85,217,212,144,137,7,0,174,85,25,198,245,71,11,0,176,213,113,13,250,13,10,0,176,213,113,13,121,14,10,0,176,213,113,13,5,15,10,0,177,85,27,29,168,3,9,0,177,85,27,29,73,7,9,0,177,85,81,27,250,151,11,0,181,85,103,101,47,31,6,0,181,85,2,183,232,121,7,0,188,85,30,159,5,143,7,0,190,85,16,3,82,43,10,0,194,213,176,106,144,137,7,0,194,85,49,84,138,103,9,0,194,85,49,84,62,104,9,0,194,85,221,5,101,146,9,0,194,85,221,5,135,146,9,0,196,85,11,79,182,87,6,0,196,85,143,27,68,165,7,0,199,85,165,99,59,41,7,0,203,213,54,48,152,65,9,0,203,213,54,48,36,66,9,0,207,85,120,192,168,3,9,0,207,85,120,192,73,7,9,0,208,213,240,191,2,126,10,0,208,213,240,191,203,126,10,0,209,213,1,61,86,119,7,0,213,85,129,234,59,41,7,0,213,85,207,31,203,81,9,0,213,85,207,31,169,82,9,0,213,85,207,32,138,103,9,0,213,85,207,32,62,104,9,0,215,213,112,164,144,157,11,0,216,213,10,160,138,85,9,0,216,213,10,160,93,87,9,0,218,85,255,127,30,235,5,0,224,213,187,50,68,165,7,0,225,213,21,173,205,143,6,0,225,213,32,129,152,65,9,0,225,213,32,129,36,66,9,0,227,213,1,81,176,5,8,0,229,85,201,5,119,10,7,0,231,213,253,200,71,115,7,0,234,85,140,7,124,244,7,0,238,213,207,169,108,32,7,0,239,213,222,198,18,14,7,0,244,213,238,229,116,66,7,0,244,85,0,79,144,137,7,0,246,85,39,169,234,140,11,0,249,85,13,137,120,66,6,0,252,213,90,136,55,228,8,0,252,213,90,136,39,237,8,0,252,213,90,136,32,246,8,0,252,213,10,46,37,46,10,0,252,213,10,46,103,47,10,0,252,213,10,46,172,48,10,0,1,214,6,153,31,32,7,0,2,86,16,170,239,107,6,0,6,214,194,250,86,119,7,0,11,86,72,106,238,66,9,0,11,86,72,106,8,69,9,0,14,214,152,248,224,10,6,0,14,214,234,222,202,50,8,0,17,86,112,167,25,201,11,0,20,86,108,153,55,228,8,0,20,86,108,153,39,237,8,0,20,86,108,153,32,246,8,0,22,86,48,148,238,66,9,0,22,86,48,148,8,69,9,0,27,86,171,122,71,239,6,0,27,86,29,229,170,79,7,0,27,86,228,233,150,175,9,0,30,86,93,193,231,206,9,0,31,86,31,43,59,41,7,0,32,214,166,205,114,2,7,0,32,214,166,205,147,72,11,0,36,214,81,132,25,144,8,0,36,214,81,132,141,144,8,0,36,214,81,132,247,144,8,0,37,86,193,65,235,99,7,0,37,214,106,96,146,78,10,0,38,214,219,156,81,179,7,0,38,214,219,156,45,164,8,0,38,214,219,156,195,164,8,0,38,214,219,156,101,165,8,0,38,214,219,156,205,92,10,0,39,86,129,43,150,164,7,0,41,214,25,96,132,183,6,0,41,214,211,70,45,224,8,0,44,86,92,126,73,3,7,0,46,214,216,118,170,79,7,0,46,214,216,118,105,114,11,0,56,214,2,223,216,65,6,0,57,86,153,134,242,52,11,0,59,214,162,150,5,143,7,0,60,214,153,100,8,228,6,0,62,214,34,26,255,110,10,0,64,214,151,102,204,35,7,0,65,86,186,186,145,8,6,0,65,86,186,186,150,164,6,0,65,214,184,199,125,73,7,0,65,214,184,199,120,75,7,0,65,86,186,186,135,47,8,0,66,86,55,200,71,115,7,0,67,214,156,231,49,175,6,0,67,86,7,217,168,3,9,0,67,86,7,217,73,7,9,0,68,86,133,173,20,224,10,0,68,86,133,173,41,242,10,0,68,86,133,173,79,242,10,0,69,86,160,68,183,116,7,0,70,214,98,112,102,220,9,0,70,214,98,112,127,220,9,0,70,214,98,112,152,220,9,0,72,214,157,212,108,71,7,0,72,86,173,4,133,47,9,0,72,86,173,4,46,48,9,0,73,86,31,130,89,105,6,0,73,86,48,29,68,165,7,0,74,86,170,65,77,131,8,0,74,86,170,65,121,131,8,0,75,86,220,11,168,3,9,0,75,86,220,11,73,7,9,0,76,86,10,249,51,109,7,0,76,214,175,18,202,50,8,0,77,214,128,114,102,237,9,0,77,214,128,114,115,238,9,0,79,86,48,7,232,121,7,0,82,86,150,170,109,139,10,0,82,86,150,170,138,139,10,0,82,86,150,170,163,139,10,0,83,214,95,174,122,19,8,0,84,214,84,196,251,102,9,0,84,214,84,196,48,103,9,0,85,86,249,208,55,228,8,0,85,86,249,208,39,237,8,0,85,86,249,208,32,246,8,0,86,214,53,136,67,89,11,0,90,86,56,218,42,72,9,0,90,86,56,218,233,72,9,0,90,86,56,218,162,73,9,0,93,214,79,34,10,77,7,0,93,214,79,34,170,79,7,0,94,86,165,125,150,1,6,0,95,86,152,170,168,3,9,0,95,86,152,170,73,7,9,0,96,86,24,9,9,130,6,0,97,86,194,208,237,154,6,0,97,86,202,8,200,105,7,0,103,214,227,58,8,218,8,0,105,86,74,148,59,41,7,0,106,214,75,140,59,41,7,0,106,86,9,193,37,63,7,0,106,214,108,139,43,86,10,0,107,214,246,98,89,202,7,0,107,214,246,98,207,202,7,0,107,86,230,17,255,110,10,0,108,86,246,197,144,137,7,0,109,214,20,114,198,49,6,0,109,86,6,138,253,111,11,0,110,86,162,82,109,216,9,0,110,86,162,82,99,217,9,0,110,214,210,201,218,159,10,0,110,214,210,201,111,162,10,0,111,86,175,242,174,107,6,0,112,86,102,194,250,218,6,0,114,86,239,12,156,176,7,0,114,86,239,12,26,124,10,0,115,214,20,203,5,143,7,0,115,214,148,144,203,131,9,0,115,214,148,144,97,132,9,0,118,214,113,85,255,32,7,0,118,214,140,109,10,77,7,0,118,214,140,109,170,79,7,0,119,86,9,21,59,41,7,0,119,86,26,74,167,61,7,0,121,214,158,94,4,58,7,0,121,214,158,94,235,99,7,0,123,86,236,125,218,4,7,0,123,214,127,151,76,9,7,0,123,214,156,215,226,33,7,0,123,214,210,83,13,89,7,0,125,86,87,153,254,103,11,0,127,214,118,206,223,88,6,0,127,214,44,251,81,242,6,0,127,214,44,251,132,185,9,0,128,214,104,100,216,198,6,0,128,214,0,37,68,165,7,0,129,86,43,143,151,119,9,0,129,86,43,143,246,119,9,0,130,86,121,85,176,5,8,0,132,86,200,156,179,239,9,0,132,86,200,156,233,239,9,0,135,214,81,48,68,165,7,0,135,214,84,77,77,94,9,0,135,214,84,77,93,95,9,0,135,86,97,207,243,104,10,0,135,86,97,207,64,105,10,0,139,86,102,84,219,24,7,0,140,214,168,222,205,169,10,0,140,214,168,222,47,171,10,0,141,214,19,227,232,121,7,0,141,214,103,158,167,1,8,0,143,214,221,163,42,36,9,0,143,214,221,163,135,36,9,0,143,214,204,203,231,206,9,0,143,214,204,203,166,17,11,0,143,214,204,203,132,19,11,0,144,214,18,201,150,164,7,0,145,86,127,35,10,77,7,0,145,86,127,35,170,79,7,0,146,214,73,98,59,41,7,0,148,214,91,48,235,99,7,0,148,214,85,210,68,165,7,0,150,86,158,226,242,133,7,0,151,214,90,36,213,44,10,0,155,86,50,78,59,70,7,0,155,86,95,27,13,162,7,0,155,86,95,27,156,176,7,0,155,86,75,104,108,215,7,0,155,86,91,49,44,2,11,0,155,214,198,37,162,24,11,0,157,214,0,50,244,108,7,0,157,86,133,87,135,47,8,0,158,86,52,192,55,228,8,0,158,86,52,192,39,237,8,0,158,86,52,192,32,246,8,0,159,86,149,89,209,74,6,0,160,86,152,186,135,47,8,0,162,86,44,78,55,228,8,0,162,86,44,78,39,237,8,0,162,86,44,78,32,246,8,0,162,86,233,10,174,180,11,0,163,214,156,25,232,121,7,0,163,86,86,250,77,61,9,0,163,86,86,250,55,62,9,0,163,86,77,34,161,190,9,0,163,86,77,34,93,191,9,0,164,86,201,57,236,250,10,0,165,214,117,9,144,137,7,0,168,86,223,21,124,199,7,0,169,214,105,27,59,41,7,0,169,86,138,59,66,102,9,0,169,86,138,59,91,102,9,0,171,214,172,122,205,155,7,0,171,214,81,163,0,89,10,0,171,214,81,163,96,89,10,0,171,214,81,163,189,89,10,0,171,86,122,127,255,110,10,0,173,86,237,96,197,48,7,0,173,86,248,145,10,77,7,0,173,86,248,145,170,79,7,0,175,214,29,110,144,137,7,0,175,86,36,5,136,247,10,0,177,86,45,68,220,27,8,0,178,214,90,142,140,222,6,0,178,214,90,142,235,99,7,0,181,86,160,247,192,130,10,0,181,86,160,247,42,131,10,0,184,214,206,59,195,23,7,0,184,214,91,211,9,142,11,0,185,214,134,189,64,116,8,0,185,86,118,200,101,27,11,0,188,214,169,174,213,31,9,0,188,214,169,174,198,32,9,0,189,214,87,14,238,9,7,0,191,86,44,29,5,143,7,0,194,214,7,57,89,73,7,0,197,214,81,18,226,33,7,0,200,86,112,167,85,181,11,0,204,86,194,190,40,63,9,0,204,86,194,190,226,63,9,0,204,86,194,190,144,64,9,0,206,86,4,50,255,110,10,0,207,86,11,162,140,116,9,0,207,86,11,162,173,116,9,0,207,86,11,162,210,116,9,0,210,214,246,224,59,41,7,0,212,86,107,178,197,48,7,0,212,86,62,91,13,89,7,0,212,86,187,118,54,241,9,0,212,86,187,118,213,241,9,0,216,214,72,133,235,99,7,0,218,214,25,69,181,58,7,0,221,214,85,35,255,110,10,0,222,214,75,150,232,121,7,0,222,214,69,55,113,49,9,0,222,214,69,55,44,51,9,0,224,86,246,36,132,40,7,0,224,86,48,166,39,110,7,0,224,86,48,166,32,25,8,0,224,214,124,255,18,203,9,0,224,214,124,255,50,203,9,0,224,214,124,255,75,203,9,0,225,214,9,126,125,73,7,0,225,214,9,126,120,75,7,0,226,214,99,218,58,50,6,0,227,214,37,173,203,131,9,0,227,214,37,173,97,132,9,0,228,214,156,123,68,165,7,0,235,86,221,192,63,220,11,0,239,86,89,59,84,134,8,0,240,214,22,227,120,104,8,0,240,214,22,227,169,104,8,0,240,214,22,227,212,104,8,0,240,214,224,254,172,230,11,0,241,214,183,162,98,94,7,0,241,214,220,212,124,199,7,0,242,214,143,179,72,31,7,0,242,214,210,66,218,225,8,0,246,214,222,174,168,142,6,0,246,86,205,251,5,143,7,0,246,214,222,174,156,176,7,0,246,214,222,174,92,184,8,0,247,214,160,221,86,119,7,0,248,214,226,217,45,212,10,0,249,86,218,173,19,28,7,0,255,86,89,217,68,165,7,0,0,215,239,121,117,47,6,0,0,215,14,234,144,137,7,0,1,215,138,254,72,255,8,0,1,215,138,254,168,255,8,0,1,215,138,254,17,0,9,0,2,87,193,165,86,119,7,0,2,215,195,67,232,121,7,0,3,215,168,11,45,177,11,0,4,215,24,118,79,4,7,0,4,215,162,177,213,44,10,0,6,215,81,165,170,79,7,0,6,215,81,165,55,228,8,0,6,215,81,165,39,237,8,0,6,215,81,165,32,246,8,0,8,215,227,89,170,79,7,0,8,215,249,151,214,113,7,0,8,215,227,89,138,245,10,0,10,87,1,102,92,15,9,0,10,87,1,102,130,20,9,0,10,87,87,184,170,107,11,0,11,87,168,255,144,137,7,0,11,87,33,4,137,178,7,0,11,87,201,6,157,220,7,0,11,87,201,6,89,93,10,0,11,87,201,6,143,93,10,0,11,87,201,6,204,93,10,0,12,215,223,102,68,165,7,0,16,87,124,198,202,50,8,0,16,87,128,64,255,110,10,0,17,87,170,245,220,126,9,0,17,87,170,245,138,127,9,0,18,87,199,67,52,38,6,0,19,215,86,244,138,85,9,0,19,215,86,244,93,87,9,0,25,215,188,193,232,197,7,0,25,215,151,25,255,110,10,0,25,215,248,179,166,197,10,0,25,215,248,179,169,234,10,0,27,87,205,196,144,137,7,0,29,87,82,80,144,137,7,0,29,215,168,167,207,110,8,0,29,215,168,167,14,111,8,0,29,215,168,167,67,111,8,0,30,215,21,109,59,41,7,0,31,215,31,134,222,135,9,0,31,215,31,134,2,136,9,0,31,215,31,134,40,136,9,0,32,87,34,76,108,130,6,0,33,87,17,78,184,4,7,0,33,215,8,47,227,167,11,0,34,87,75,233,164,140,11,0,39,87,46,33,183,116,7,0,39,87,223,72,55,228,8,0,39,215,27,224,55,228,8,0,39,87,223,72,39,237,8,0,39,215,27,224,39,237,8,0,39,87,223,72,32,246,8,0,39,215,27,224,32,246,8,0,40,215,210,28,197,48,7,0,42,215,175,99,81,179,7,0,42,215,175,99,49,196,7,0,43,87,160,185,146,95,6,0,43,215,0,204,59,41,7,0,44,87,183,61,182,94,7,0,44,215,93,158,68,165,7,0,44,215,164,240,66,180,11,0,45,215,124,61,177,41,8,0,45,215,124,61,219,41,8,0,46,215,15,147,138,0,10,0,46,215,15,147,162,0,10,0,46,215,15,147,193,0,10,0,48,215,192,235,37,63,7,0,52,87,64,215,146,78,10,0,54,215,33,184,15,59,6,0,58,215,157,201,62,197,11,0,60,87,75,112,4,11,6,0,64,87,114,135,237,154,6,0,66,215,113,27,204,126,7,0,68,215,208,26,80,158,8,0,70,215,171,114,240,59,7,0,70,87,49,8,232,121,7,0,71,215,235,200,51,109,7,0,71,87,175,22,144,137,7,0,72,87,152,121,242,19,7,0,72,87,46,115,24,53,9,0,72,87,46,115,252,53,9,0,72,87,46,115,216,54,9,0,73,87,166,177,3,130,7,0,73,87,166,177,102,130,7,0,75,87,92,127,52,28,7,0,75,215,91,236,42,72,9,0,75,215,91,236,233,72,9,0,75,215,91,236,162,73,9,0,78,87,228,157,46,217,5,0,81,87,57,126,171,252,5,0,81,87,223,247,255,110,10,0,82,215,43,116,181,58,7,0,84,87,122,75,240,59,7,0,85,87,103,72,201,24,6,0,85,87,103,72,35,156,7,0,86,87,47,104,143,209,7,0,86,215,236,170,118,1,9,0,86,215,236,170,6,2,9,0,87,215,254,86,100,106,7,0,88,87,107,190,197,48,7,0,91,215,71,100,81,179,7,0,91,215,71,100,175,174,10,0,92,87,212,236,55,228,8,0,92,87,212,236,39,237,8,0,92,87,212,236,32,246,8,0,95,87,130,243,58,152,9,0,95,87,130,243,92,152,9,0,95,87,130,243,117,152,9,0,96,87,167,247,171,177,8,0,96,87,167,247,228,177,8,0,97,87,12,2,222,135,9,0,97,87,12,2,2,136,9,0,97,87,12,2,40,136,9,0,97,215,94,227,72,26,11,0,98,215,153,65,107,35,7,0,98,215,233,142,5,143,7,0,98,87,148,190,81,179,7,0,98,87,148,190,96,188,7,0,100,87,243,167,122,19,8,0,101,87,153,177,213,44,10,0,102,87,32,117,139,83,7,0,104,87,114,33,68,165,7,0,104,87,87,45,221,219,7,0,105,87,156,89,179,239,9,0,105,87,156,89,233,239,9,0,105,215,182,56,113,210,11,0,111,215,231,84,68,165,7,0,113,215,21,133,107,246,6,0,114,87,20,57,197,48,7,0,117,215,203,229,218,51,6,0,117,215,190,60,56,171,11,0,117,87,59,224,191,247,11,0,118,87,2,103,10,77,7,0,118,87,2,103,170,79,7,0,119,87,66,216,168,3,9,0,119,87,66,216,73,7,9,0,120,215,54,248,112,214,9,0,120,215,54,248,180,214,9,0,121,87,97,205,197,48,7,0,121,215,161,25,116,66,7,0,123,87,129,214,201,24,6,0,123,215,59,96,119,97,7,0,123,215,197,85,86,119,7,0,123,87,129,214,35,156,7,0,125,215,164,82,106,182,9,0,125,215,164,82,186,182,9,0,126,215,163,160,142,74,9,0,126,215,163,160,169,74,9,0,127,87,208,98,56,92,7,0,127,87,208,98,69,110,7,0,128,215,70,128,236,23,7,0,128,215,70,128,112,24,7,0,128,215,47,7,197,48,7,0,132,215,126,245,186,218,5,0,133,215,149,18,235,99,7,0,133,215,180,222,55,228,8,0,133,215,180,222,39,237,8,0,133,215,180,222,32,246,8,0,134,87,170,107,28,133,9,0,134,87,170,107,62,133,9,0,135,87,29,219,251,84,7,0,135,215,56,206,255,110,10,0,137,87,71,17,106,103,11,0,139,215,45,33,249,45,9,0,139,215,45,33,33,46,9,0,140,87,101,30,127,7,7,0,140,87,14,192,144,137,7,0,140,87,85,135,255,110,10,0,145,87,147,147,55,228,8,0,145,87,147,147,39,237,8,0,145,87,147,147,32,246,8,0,146,215,22,221,144,137,7,0,147,87,140,125,215,115,6,0,148,215,61,242,59,41,7,0,148,87,3,84,86,119,7,0,151,87,127,66,125,73,7,0,151,87,127,66,120,75,7,0,151,87,105,143,218,159,10,0,151,87,105,143,111,162,10,0,152,215,239,238,50,188,11,0,156,215,86,171,221,146,10,0,157,215,181,57,132,40,7,0,163,87,251,125,144,137,7,0,163,87,1,240,238,100,9,0,163,87,1,240,126,101,9,0,167,215,7,154,18,125,6,0,170,215,46,55,110,79,9,0,170,215,46,55,186,79,9,0,172,215,34,16,207,167,8,0,173,215,131,247,188,14,7,0,173,215,205,92,95,59,11,0,174,87,25,58,74,61,7,0,174,215,20,215,65,221,7,0,174,215,87,184,40,63,9,0,174,215,87,184,226,63,9,0,174,215,87,184,144,64,9,0,175,215,132,99,59,41,7,0,175,87,113,193,144,42,11,0,177,87,243,67,63,167,6,0,178,87,208,31,249,210,6,0,178,87,32,132,47,52,8,0,180,87,210,214,185,198,6,0,188,215,1,144,210,112,7,0,188,215,19,146,131,17,8,0,189,215,161,131,117,14,7,0,189,215,142,249,55,228,8,0,189,215,142,249,39,237,8,0,189,215,142,249,32,246,8,0,191,87,94,205,141,75,6,0,192,87,122,231,69,29,7,0,193,87,130,239,144,137,7,0,194,215,37,142,68,165,7,0,195,215,200,163,68,165,7,0,195,215,200,163,68,192,7,0,196,87,61,144,144,137,7,0,199,87,44,236,255,110,10,0,201,215,103,62,201,24,6,0,201,215,103,62,35,156,7,0,202,215,234,27,59,41,7,0,206,215,210,54,154,10,10,0,206,215,210,54,199,10,10,0,207,87,251,201,81,179,7,0,207,87,251,201,247,90,9,0,212,87,170,180,197,48,7,0,214,87,184,54,16,237,6,0,215,215,76,84,26,157,11,0,219,215,133,164,101,86,8,0,219,87,26,7,144,27,11,0,223,87,112,141,168,3,9,0,223,87,112,141,73,7,9,0,225,87,79,196,194,169,11,0,226,215,212,131,223,20,7,0,226,215,182,1,24,53,9,0,226,215,182,1,252,53,9,0,226,215,182,1,216,54,9,0,226,87,21,126,186,211,10,0,227,87,60,56,59,41,7,0,227,87,119,145,231,206,9,0,228,215,222,79,210,13,9,0,228,215,222,79,132,14,9,0,230,215,212,9,181,58,7,0,232,87,200,69,235,185,6,0,237,87,204,190,169,233,11,0,237,87,204,190,229,238,11,0,239,87,193,165,236,206,10,0,240,87,59,132,68,165,7,0,243,215,207,12,251,84,7,0,245,87,6,197,194,129,9,0,245,87,6,197,251,129,9,0,245,87,6,197,53,130,9,0,247,215,226,107,235,111,7,0,249,215,55,248,201,92,6,0,249,215,149,241,144,137,7,0,251,87,49,101,202,50,8,0,251,215,184,101,113,183,11,0,252,87,171,67,124,199,7,0,253,87,239,17,222,182,6,0,253,215,18,60,12,245,7,0,0,88,221,85,197,48,7,0,0,216,53,39,116,66,7,0,0,88,117,27,184,237,10,0,1,216,103,39,149,167,6,0,8,216,224,133,181,58,7,0,12,88,128,82,144,137,7,0,14,216,128,58,161,156,6,0,14,88,158,12,59,41,7,0,14,88,138,251,59,41,7,0,15,216,127,226,211,212,7,0,16,216,94,97,68,165,7,0,19,88,211,239,227,114,7,0,19,88,105,164,231,206,9,0,19,216,220,168,240,76,11,0,26,216,106,21,30,131,7,0,26,88,99,247,187,30,11,0,28,88,150,84,15,41,7,0,28,88,33,91,108,215,7,0,28,216,84,85,193,101,10,0,28,216,84,85,209,101,10,0,28,216,84,85,234,101,10,0,28,88,198,33,123,112,11,0,30,88,99,246,231,206,9,0,32,88,187,43,167,188,11,0,36,88,75,166,218,159,10,0,36,88,75,166,111,162,10,0,37,88,67,231,72,82,6,0,37,88,143,251,251,84,7,0,40,88,1,57,14,99,7,0,41,88,18,86,201,24,6,0,41,88,18,86,35,156,7,0,41,88,171,93,154,222,10,0,41,216,15,81,45,17,11,0,43,88,7,122,223,39,7,0,44,88,60,46,92,15,9,0,44,88,60,46,130,20,9,0,44,88,147,41,255,110,10,0,46,216,34,154,185,21,6,0,47,216,1,16,59,41,7,0,48,88,252,141,204,70,7,0,48,216,92,139,2,72,7,0,48,88,252,141,91,121,9,0,48,88,252,141,171,122,9,0,48,88,252,141,253,123,9,0,48,88,252,141,84,125,9,0,52,216,158,49,92,15,9,0,52,216,158,49,130,20,9,0,54,216,26,138,31,153,9,0,54,216,26,138,214,153,9,0,54,216,152,162,199,79,11,0,55,216,38,186,218,4,7,0,57,88,111,53,116,66,7,0,57,88,177,216,55,228,8,0,57,88,177,216,39,237,8,0,57,88,177,216,32,246,8,0,57,216,166,63,92,15,9,0,57,216,166,63,130,20,9,0,61,216,125,18,204,35,7,0,61,88,182,73,92,15,9,0,61,88,182,73,130,20,9,0,61,88,191,82,94,250,10,0,63,216,176,237,104,205,9,0,63,216,176,237,128,205,9,0,66,88,70,10,3,79,9,0,66,88,70,10,34,79,9,0,68,88,165,50,175,140,10,0,69,88,153,75,38,107,6,0,69,88,154,166,103,103,8,0,71,216,160,110,7,72,6,0,71,216,219,5,138,85,9,0,71,216,219,5,93,87,9,0,73,88,67,162,39,129,8,0,73,88,67,162,85,129,8,0,73,88,67,162,131,129,8,0,73,88,52,235,203,131,9,0,73,88,52,235,97,132,9,0,74,88,218,26,210,13,9,0,74,88,218,26,132,14,9,0,78,216,193,88,4,220,9,0,78,216,193,88,26,220,9,0,78,216,165,80,221,146,10,0,81,88,128,143,113,49,9,0,81,88,128,143,44,51,9,0,82,88,161,255,205,121,8,0,84,88,201,61,190,17,7,0,84,216,21,70,113,49,9,0,84,216,21,70,44,51,9,0,84,216,13,211,138,85,9,0,84,216,13,211,93,87,9,0,87,88,75,116,47,175,11,0,89,216,205,9,220,126,9,0,89,216,205,9,138,127,9,0,98,88,71,30,238,66,9,0,98,88,71,30,8,69,9,0,101,216,251,96,168,3,9,0,101,216,251,96,73,7,9,0,102,216,62,5,37,46,10,0,102,216,62,5,103,47,10,0,102,216,62,5,172,48,10,0,102,88,195,48,95,53,10,0,102,88,195,48,132,53,10,0,103,216,147,190,118,1,9,0,103,216,147,190,6,2,9,0,108,216,233,26,32,255,6,0,110,216,160,195,30,131,7,0,115,88,165,16,143,182,11,0,115,88,165,16,70,204,11,0,117,88,179,82,197,48,7,0,117,88,168,190,155,89,7,0,117,88,179,82,36,158,7,0,117,88,179,82,66,158,7,0,118,216,49,7,255,110,10,0,118,216,46,231,181,167,11,0,119,88,189,199,95,53,10,0,119,88,189,199,132,53,10,0,121,216,21,199,232,121,7,0,122,216,9,213,40,96,8,0,122,88,12,207,177,27,9,0,122,88,12,207,254,28,9,0,122,88,12,207,77,30,9,0,124,216,151,81,44,62,6,0,126,88,189,148,238,66,9,0,126,88,189,148,8,69,9,0,127,88,134,89,81,179,7,0,127,216,53,173,143,209,7,0,127,88,164,202,238,66,9,0,127,88,164,202,8,69,9,0,127,216,91,71,218,200,10,0,128,216,114,249,232,121,7,0,128,216,107,23,5,143,7,0,129,88,13,139,81,179,7,0,129,216,125,228,134,126,8,0,129,216,125,228,34,127,8,0,131,88,186,61,218,159,10,0,131,88,186,61,111,162,10,0,133,88,187,156,195,88,6,0,133,88,241,174,5,143,7,0,134,216,90,47,20,146,10,0,134,216,90,47,86,146,10,0,139,216,72,3,201,24,6,0,139,216,72,3,35,156,7,0,139,216,211,214,221,146,10,0,144,88,39,216,146,151,6,0,145,216,189,13,138,103,9,0,145,216,189,13,62,104,9,0,149,216,226,117,0,56,6,0,149,88,159,149,58,93,7,0,151,88,227,40,226,33,7,0,151,216,210,97,252,65,10,0,151,216,210,97,35,66,10,0,153,88,21,186,81,179,7,0,153,88,21,186,68,192,7,0,154,88,215,66,0,89,10,0,154,88,215,66,96,89,10,0,154,88,215,66,189,89,10,0,155,88,143,61,94,175,7,0,158,88,179,28,243,104,10,0,158,88,179,28,64,105,10,0,159,88,16,7,62,58,6,0,160,216,244,182,98,108,7,0,161,216,58,236,138,85,9,0,161,216,58,236,93,87,9,0,162,88,86,204,135,147,10,0,162,88,86,204,56,148,10,0,166,88,150,124,218,159,10,0,166,88,150,124,111,162,10,0,167,216,79,190,5,143,7,0,169,88,53,56,45,15,7,0,169,88,53,56,55,228,8,0,169,88,53,56,39,237,8,0,169,88,53,56,32,246,8,0,170,216,8,76,152,77,6,0,171,88,24,243,177,27,9,0,171,88,24,243,254,28,9,0,171,88,24,243,77,30,9,0,175,88,139,238,68,165,7,0,179,88,239,59,127,212,7,0,179,88,239,59,255,110,10,0,180,216,235,84,118,154,7,0,180,216,235,84,63,155,7,0,181,216,228,232,183,116,7,0,182,88,109,163,57,25,7,0,183,88,236,83,81,242,6,0,183,88,87,167,59,41,7,0,183,88,236,83,132,185,9,0,183,88,77,6,106,18,11,0,184,216,204,33,10,37,7,0,184,216,110,45,242,133,7,0,186,216,97,117,182,94,7,0,186,216,248,120,232,121,7,0,186,88,49,62,54,241,9,0,186,88,49,62,213,241,9,0,187,216,7,126,55,228,8,0,187,216,7,126,39,237,8,0,187,216,7,126,32,246,8,0,187,216,82,16,135,147,10,0,187,216,82,16,56,148,10,0,189,88,95,201,55,228,8,0,189,88,95,201,39,237,8,0,189,88,95,201,32,246,8,0,189,216,78,215,123,201,11,0,190,216,51,195,255,110,10,0,191,88,28,16,7,208,10,0,192,216,85,230,92,15,9,0,192,216,85,230,130,20,9,0,193,88,105,47,68,165,7,0,193,88,105,47,247,184,7,0,193,88,10,1,92,15,9,0,193,88,10,1,130,20,9,0,194,88,31,62,77,255,10,0,196,88,79,172,89,225,11,0,196,88,79,172,147,226,11,0,197,88,185,248,255,110,10,0,199,88,218,59,131,41,9,0,204,88,21,111,116,192,11,0,206,216,73,97,245,64,7,0,206,88,135,166,68,165,7,0,208,216,25,213,150,175,9,0,209,216,160,40,233,50,11,0,211,88,239,226,118,2,8,0,217,88,216,197,146,78,10,0,217,216,165,146,216,207,10,0,220,88,8,29,232,121,7,0,221,88,184,239,161,190,9,0,221,88,184,239,93,191,9,0,224,216,187,67,124,6,7,0,225,216,178,224,16,199,11,0,229,88,0,208,125,60,9,0,232,88,95,103,35,127,7,0,234,88,79,170,119,64,6,0,237,216,150,233,220,126,9,0,237,216,150,233,138,127,9,0,238,88,114,11,86,119,7,0,239,216,64,214,187,254,11,0,240,88,221,223,158,128,7,0,242,88,62,227,6,155,6,0,242,88,62,227,125,73,7,0,242,88,62,227,120,75,7,0,242,88,62,227,156,197,7,0,242,88,136,98,136,202,10,0,243,216,61,20,117,41,11,0,245,216,87,79,182,94,7,0,249,216,78,187,255,110,10,0,251,88,81,27,152,65,9,0,251,88,81,27,36,66,9,0,253,88,76,197,183,116,7,0,253,88,166,195,129,214,8,0,255,216,163,134,228,75,9,0,255,216,163,134,142,76,9,0,0,217,224,32,59,41,7,0,5,89,183,94,197,48,7,0,6,217,87,7,55,228,8,0,6,217,87,7,39,237,8,0,6,217,87,7,32,246,8,0,8,217,51,136,112,9,8,0,10,217,129,242,78,100,8,0,11,89,243,86,88,155,6,0,11,89,243,86,179,239,9,0,11,89,243,86,233,239,9,0,12,89,151,249,69,135,7,0,13,89,226,209,232,26,6,0,13,217,177,41,240,59,7,0,16,89,140,69,0,88,7,0,16,217,246,228,184,97,8,0,16,89,177,16,48,155,11,0,17,217,9,50,207,167,8,0,18,89,117,46,81,179,7,0,18,89,117,46,25,144,8,0,18,89,117,46,141,144,8,0,18,89,117,46,247,144,8,0,18,89,117,46,18,104,10,0,19,89,79,19,255,110,10,0,24,217,105,16,97,9,6,0,24,217,19,117,92,15,9,0,24,217,19,117,130,20,9,0,27,217,199,138,75,107,7,0,27,217,34,103,168,3,9,0,27,217,34,103,73,7,9,0,27,217,112,103,158,204,11,0,29,217,202,129,138,129,6,0,29,89,142,240,197,48,7,0,29,217,202,129,130,86,7,0,34,217,187,250,137,214,6,0,35,89,21,241,197,48,7,0,42,89,201,57,71,115,7,0,45,89,27,249,192,7,10,0,45,89,27,249,211,7,10,0,47,89,58,127,232,121,7,0,48,217,240,57,6,179,6,0,48,89,37,13,19,213,6,0,48,217,13,246,2,72,7,0,52,217,58,206,84,87,7,0,55,217,204,225,72,255,8,0,55,217,204,225,168,255,8,0,55,217,204,225,17,0,9,0,55,217,146,230,184,105,11,0,58,217,169,158,105,153,6,0,64,217,9,193,121,34,7,0,65,89,92,115,197,48,7,0,65,217,97,172,10,77,7,0,68,217,34,101,81,179,7,0,68,217,34,101,110,153,8,0,71,217,190,110,5,143,7,0,71,89,107,226,168,177,10,0,71,89,107,226,246,177,10,0,73,217,152,162,22,78,11,0,77,217,141,127,230,12,6,0,77,217,141,127,252,12,6,0,77,217,78,178,216,25,7,0,78,89,132,10,61,186,6,0,78,217,216,113,95,14,11,0,79,217,11,111,5,143,7,0,81,217,9,37,161,166,10,0,81,217,9,37,238,166,10,0,81,217,124,19,214,29,11,0,82,217,226,170,197,48,7,0,84,217,205,172,56,94,7,0,84,89,43,3,10,99,9,0,84,89,43,3,226,99,9,0,85,217,164,34,81,179,7,0,85,217,164,34,110,153,8,0,86,217,64,36,104,130,11,0,88,217,32,115,181,58,7,0,90,217,224,147,92,15,9,0,90,217,224,147,130,20,9,0,91,217,153,103,92,15,9,0,91,217,153,103,130,20,9,0,93,89,80,70,83,81,6,0,93,217,183,147,216,25,7,0,93,89,135,94,125,73,7,0,93,89,135,94,120,75,7,0,93,217,185,66,92,15,9,0,93,217,185,66,130,20,9,0,95,89,116,32,202,27,11,0,97,89,37,133,197,48,7,0,98,217,241,102,116,192,11,0,99,217,49,182,5,143,7,0,101,89,5,193,255,110,10,0,102,89,183,178,213,44,10,0,103,89,122,222,255,110,10,0,104,89,105,230,251,10,8,0,104,89,239,83,25,117,8,0,105,89,166,8,180,206,7,0,105,89,117,154,238,137,9,0,105,89,117,154,73,138,9,0,105,89,117,154,158,138,9,0,107,89,56,115,113,49,9,0,107,89,56,115,44,51,9,0,109,89,177,119,138,85,9,0,109,89,177,119,93,87,9,0,112,89,51,108,239,105,6,0,112,217,32,232,102,237,9,0,112,217,32,232,115,238,9,0,114,89,155,19,251,84,7,0,114,89,155,19,68,165,7,0,114,217,200,127,169,192,10,0,115,217,87,113,61,48,11,0,116,217,235,17,185,210,7,0,116,217,235,17,244,210,7,0,116,89,39,57,42,117,9,0,116,89,39,57,178,117,9,0,116,217,204,73,212,225,10,0,117,89,86,137,250,218,6,0,118,89,101,197,194,136,7,0,121,89,138,180,197,48,7,0,127,89,125,143,92,15,9,0,127,89,125,143,130,20,9,0,128,89,220,176,51,109,7,0,129,217,4,216,237,72,11,0,129,217,4,216,151,76,11,0,129,89,172,187,159,213,11,0,129,89,172,187,91,224,11,0,130,217,151,239,150,175,9,0,131,89,105,165,77,94,9,0,131,89,105,165,93,95,9,0,135,217,155,169,110,119,8,0,135,217,22,181,115,217,10,0,136,89,16,130,68,165,7,0,136,89,16,130,21,155,8,0,136,89,16,130,70,155,8,0,138,217,218,127,50,226,5,0,138,217,44,202,72,17,7,0,139,217,155,158,86,119,7,0,140,217,249,55,42,126,7,0,141,89,229,14,90,246,7,0,141,89,229,14,179,246,7,0,142,89,178,214,15,228,11,0,142,89,178,214,37,228,11,0,146,217,198,235,68,165,7,0,146,217,244,231,95,227,8,0,147,217,51,69,126,12,7,0,147,217,12,171,30,169,11,0,150,89,53,225,55,228,8,0,150,89,53,225,39,237,8,0,150,89,53,225,32,246,8,0,151,89,157,78,144,137,7,0,151,217,143,154,92,15,9,0,151,217,143,154,130,20,9,0,151,217,129,46,255,110,10,0,152,89,166,22,209,13,11,0,153,89,12,5,1,135,7,0,155,89,220,35,255,110,10,0,162,217,172,89,58,246,6,0,162,217,213,230,152,30,7,0,164,89,168,54,46,119,6,0,165,89,115,181,250,218,6,0,168,89,214,99,128,98,7,0,172,89,71,45,197,48,7,0,174,89,106,70,16,191,10,0,178,217,148,192,253,75,8,0,178,217,214,54,255,110,10,0,181,89,133,154,59,41,7,0,181,217,79,87,158,128,7,0,183,217,105,60,168,3,9,0,183,217,105,60,73,7,9,0,187,217,14,169,255,110,10,0,189,217,102,254,113,157,7,0,191,217,158,225,166,105,6,0,192,89,192,217,238,66,9,0,192,89,192,217,8,69,9,0,193,217,13,29,138,85,9,0,193,217,13,29,93,87,9,0,194,217,114,151,205,99,6,0,197,89,154,97,68,165,7,0,198,89,148,12,228,90,7,0,198,217,134,7,167,83,10,0,198,217,134,7,239,83,10,0,198,217,134,7,51,84,10,0,198,217,134,7,113,84,10,0,199,89,197,242,86,13,6,0,199,89,197,242,60,128,6,0,201,217,51,177,197,48,7,0,201,217,13,112,156,17,10,0,201,217,13,112,179,17,10,0,201,217,13,112,183,12,11,0,203,217,21,0,190,206,9,0,206,89,197,155,144,137,7,0,208,89,72,82,115,64,8,0,210,217,209,77,205,169,10,0,210,217,209,77,47,171,10,0,211,217,17,142,5,143,7,0,212,89,95,22,181,58,7,0,212,89,189,190,225,82,8,0,214,217,178,21,79,68,7,0,215,89,156,244,183,116,7,0,216,89,103,38,142,117,6,0,220,217,8,168,101,189,10,0,223,217,129,111,71,115,7,0,224,89,25,168,51,109,7,0,224,89,152,215,68,165,7,0,226,89,55,127,237,2,6,0,226,217,9,12,166,23,10,0,226,217,9,12,181,24,10,0,226,217,9,12,184,25,10,0,226,217,9,12,214,26,10,0,228,89,45,252,59,41,7,0,231,217,160,159,144,137,7,0,233,217,80,95,156,176,7,0,233,217,80,95,116,78,10,0,234,217,77,21,145,73,10,0,234,217,77,21,57,74,10,0,234,89,82,250,23,80,11,0,235,89,188,5,213,230,5,0,235,217,248,61,10,77,7,0,235,217,248,61,158,128,7,0,236,217,7,187,22,38,7,0,237,89,131,93,238,66,9,0,237,89,131,93,8,69,9,0,239,217,124,190,161,29,7,0,239,217,120,216,24,53,9,0,239,217,120,216,252,53,9,0,239,217,120,216,216,54,9,0,239,89,125,142,156,126,11,0,240,89,93,10,45,208,10,0,241,89,106,108,232,121,7,0,243,217,22,38,0,35,7,0,243,89,180,90,167,61,7,0,243,89,40,245,156,176,7,0,243,89,40,245,81,179,7,0,243,89,61,131,183,17,11,0,246,89,137,171,197,48,7,0,247,217,238,166,138,194,11,0,248,217,155,13,23,39,6,0,248,217,179,175,204,70,7,0,248,217,179,175,91,121,9,0,248,217,179,175,171,122,9,0,248,217,179,175,253,123,9,0,248,217,179,175,84,125,9,0,249,89,120,36,88,1,7,0,249,89,110,143,141,94,11,0,249,217,148,110,8,177,11,0,250,89,15,20,119,251,6,0,250,89,15,20,163,66,8,0,251,89,34,112,68,165,7,0,252,217,180,122,238,137,9,0,252,217,180,122,73,138,9,0,252,217,180,122,158,138,9,0,252,89,8,11,51,24,11,0,253,217,16,130,110,119,8,0,253,217,190,64,146,78,10,0,253,89,93,94,218,159,10,0,253,89,93,94,111,162,10,0,253,89,215,104,8,193,11,0,254,217,17,211,238,100,9,0,254,217,17,211,126,101,9,0,255,89,165,55,142,65,7,0,255,217,138,217,68,165,7,0,1,90,142,238,222,23,11,0,1,90,142,238,184,26,11,0,2,90,38,4,193,247,9,0,2,90,38,4,240,247,9,0,3,90,67,5,36,166,9,0,3,90,67,5,133,166,9,0,3,90,67,5,235,166,9,0,3,90,67,5,74,167,9,0,3,90,67,5,178,167,9,0,10,218,221,213,59,41,7,0,11,218,129,239,218,159,10,0,11,218,129,239,111,162,10,0,12,90,123,151,79,219,6,0,15,218,117,254,127,178,11,0,17,90,197,196,8,115,7,0,19,218,107,13,144,137,7,0,20,218,194,45,216,25,7,0,20,218,39,150,163,149,9,0,20,218,39,150,246,149,9,0,26,218,127,248,157,185,8,0,27,218,182,81,238,66,9,0,27,218,182,81,8,69,9,0,29,90,186,101,170,79,7,0,29,90,186,101,56,57,9,0,29,90,186,101,81,57,9,0,29,90,186,101,106,57,9,0,31,90,25,155,151,187,8,0,36,218,166,190,170,79,7,0,36,218,166,190,68,165,7,0,36,218,166,190,21,232,10,0,37,90,181,55,2,72,7,0,37,218,200,109,7,184,11,0,41,90,107,17,10,77,7,0,41,90,107,17,170,79,7,0,42,90,200,33,109,216,9,0,42,90,200,33,99,217,9,0,44,218,94,66,183,116,7,0,47,218,101,161,5,143,7,0,48,90,173,8,124,6,7,0,49,218,68,187,7,53,6,0,49,90,32,27,105,216,10,0,50,90,192,86,197,48,7,0,51,90,67,82,57,25,7,0,52,90,168,164,115,104,7,0,53,218,167,96,55,228,8,0,53,218,167,96,39,237,8,0,53,218,167,96,32,246,8,0,55,90,114,213,218,159,10,0,55,90,114,213,111,162,10,0,57,218,163,212,24,18,7,0,58,218,166,220,236,30,7,0,58,90,172,254,59,41,7,0,58,218,166,220,110,119,8,0,59,218,179,63,35,76,11,0,62,90,42,86,243,40,6,0,62,90,42,86,208,114,6,0,62,90,3,5,55,228,8,0,62,90,3,5,39,237,8,0,62,90,3,5,32,246,8,0,62,90,5,96,186,248,11,0,65,90,190,129,255,110,10,0,69,218,7,142,5,143,7,0,70,218,146,89,182,94,7,0,73,90,143,155,81,179,7,0,73,90,143,155,68,192,7,0,73,90,143,155,193,194,7,0,73,218,59,48,6,246,9,0,73,218,59,48,51,246,9,0,75,218,119,191,15,15,6,0,77,90,237,240,162,158,8,0,77,218,168,28,146,78,10,0,77,90,162,79,137,141,11,0,78,90,142,216,55,228,8,0,78,90,142,216,39,237,8,0,78,90,142,216,32,246,8,0,79,90,39,248,197,48,7,0,80,218,185,128,92,15,9,0,80,218,185,128,130,20,9,0,82,218,222,99,55,228,8,0,82,218,222,99,39,237,8,0,82,218,222,99,32,246,8,0,83,90,7,27,59,41,7,0,83,90,44,54,0,89,10,0,83,90,44,54,96,89,10,0,83,90,44,54,189,89,10,0,84,218,4,201,81,179,7,0,84,218,4,201,74,203,7,0,84,218,4,201,98,203,7,0,84,90,57,45,161,190,9,0,84,90,57,45,93,191,9,0,84,218,155,62,255,110,10,0,87,218,85,38,121,120,9,0,87,218,85,38,159,120,9,0,90,90,210,202,197,48,7,0,90,90,241,141,55,228,8,0,90,90,241,141,39,237,8,0,90,90,241,141,32,246,8,0,90,218,25,167,145,195,11,0,93,218,1,163,185,11,9,0,93,218,1,163,89,12,9,0,93,218,1,163,254,12,9,0,93,90,140,68,91,121,9,0,93,90,140,68,171,122,9,0,93,90,140,68,253,123,9,0,93,90,140,68,84,125,9,0,94,90,236,98,161,102,9,0,94,90,236,98,198,102,9,0,96,218,61,81,2,126,10,0,96,218,61,81,203,126,10,0,97,90,107,88,24,13,7,0,98,218,66,189,35,194,10,0,100,90,11,178,32,7,11,0,102,90,75,205,183,116,7,0,103,90,104,20,59,41,7,0,104,218,41,74,125,73,7,0,104,218,138,123,125,73,7,0,104,218,41,74,120,75,7,0,104,218,138,123,120,75,7,0,104,218,41,74,92,164,7,0,104,90,90,188,68,165,7,0,104,218,41,74,192,204,7,0,104,218,63,146,111,220,10,0,106,90,27,33,218,159,10,0,106,90,27,33,111,162,10,0,107,218,32,39,55,228,8,0,107,218,32,39,39,237,8,0,107,218,32,39,32,246,8,0,107,90,207,60,8,17,10,0,107,90,207,60,46,17,10,0,107,90,207,60,62,17,10,0,108,90,197,152,192,71,6,0,108,90,197,152,205,155,6,0,108,90,197,152,152,218,6,0,108,90,197,152,81,242,6,0,108,90,197,152,68,165,7,0,108,90,197,152,132,185,9,0,109,90,75,103,144,137,7,0,111,90,226,14,123,206,8,0,112,90,50,190,236,143,6,0,112,90,122,8,197,48,7,0,112,218,56,98,5,143,7,0,113,90,11,62,37,196,11,0,114,218,145,86,238,7,11,0,119,218,51,174,210,112,7,0,122,90,67,64,50,219,5,0,123,218,10,65,197,48,7,0,126,218,138,99,216,221,10,0,127,218,242,114,161,17,7,0,127,218,191,59,61,76,10,0,127,218,191,59,98,76,10,0,130,218,101,128,197,48,7,0,130,90,84,46,152,65,9,0,130,90,84,46,36,66,9,0,131,90,48,124,69,135,7,0,132,218,240,213,55,228,8,0,132,218,240,213,39,237,8,0,132,218,240,213,32,246,8,0,134,90,175,203,92,15,9,0,134,90,175,203,130,20,9,0,139,218,159,141,238,66,9,0,139,218,159,141,8,69,9,0,140,90,40,20,22,18,10,0,140,90,40,20,52,18,10,0,142,90,67,4,161,190,9,0,142,90,67,4,93,191,9,0,146,90,185,55,138,85,9,0,146,90,185,55,93,87,9,0,146,218,151,159,83,10,11,0,148,90,189,14,126,31,7,0,149,90,223,44,66,13,6,0,149,90,223,44,160,205,6,0,150,218,65,8,12,37,9,0,150,218,65,8,124,37,9,0,154,90,47,244,197,48,7,0,155,90,112,50,144,137,7,0,156,218,119,160,237,140,6,0,156,218,58,230,68,165,7,0,157,218,44,127,207,167,8,0,158,218,32,68,199,17,11,0,163,218,243,59,143,209,7,0,163,90,143,189,152,65,9,0,163,90,143,189,36,66,9,0,164,90,207,168,184,249,9,0,164,90,207,168,217,249,9,0,165,90,180,109,52,28,7,0,167,90,140,42,10,77,7,0,167,90,140,42,170,79,7,0,167,218,37,86,138,103,9,0,167,218,37,86,62,104,9,0,171,90,79,236,218,159,10,0,171,90,79,236,111,162,10,0,174,218,200,198,155,9,8,0,175,90,180,225,69,110,7,0,176,218,212,92,165,187,9,0,176,218,212,92,32,188,9,0,176,218,212,92,149,188,9,0,176,218,212,92,61,189,9,0,176,218,212,92,215,189,9,0,177,218,174,112,233,118,10,0,177,218,174,112,125,119,10,0,177,218,174,112,21,120,10,0,178,90,82,195,228,90,7,0,179,90,187,166,6,63,7,0,180,218,158,79,5,143,7,0,181,90,73,197,101,91,11,0,182,90,176,252,70,172,11,0,185,218,148,148,115,124,6,0,190,218,194,225,81,242,6,0,190,218,194,225,132,185,9,0,191,90,207,168,81,179,7,0,191,90,207,168,47,206,7,0,191,218,134,122,55,228,8,0,191,218,134,122,39,237,8,0,191,218,134,122,32,246,8,0,191,90,204,211,113,49,9,0,191,90,204,211,44,51,9,0,196,90,193,126,92,15,9,0,196,90,193,126,130,20,9,0,197,218,159,39,121,69,7,0,200,218,163,210,197,48,7,0,200,218,231,77,135,47,8,0,202,90,140,123,204,70,7,0,203,218,242,178,1,225,6,0,203,90,26,15,205,169,10,0,203,90,26,15,47,171,10,0,205,90,8,154,55,228,8,0,205,90,8,154,39,237,8,0,205,90,8,154,32,246,8,0,206,90,122,21,199,79,11,0,210,218,88,15,141,202,11,0,211,218,57,37,30,131,7,0,211,218,225,241,247,228,10,0,212,90,13,242,81,179,7,0,212,90,13,242,161,193,7,0,215,218,75,79,115,218,8,0,215,218,34,246,40,63,9,0,215,218,34,246,226,63,9,0,215,218,34,246,144,64,9,0,219,90,162,214,5,95,6,0,219,218,141,152,79,68,7,0,219,90,164,70,244,238,7,0,220,218,36,180,121,34,7,0,220,218,75,103,168,121,11,0,221,218,5,106,143,152,6,0,222,90,129,124,118,1,9,0,222,90,129,124,6,2,9,0,224,90,165,226,144,137,7,0,224,218,194,156,92,15,9,0,224,218,194,156,130,20,9,0,225,218,3,65,79,68,7,0,225,90,90,209,68,165,7,0,228,218,108,124,207,167,8,0,232,218,230,19,116,66,7,0,233,90,198,228,200,79,6,0,234,218,85,42,133,47,9,0,234,218,85,42,46,48,9,0,235,218,42,84,66,199,6,0,235,90,239,142,182,94,7,0,235,90,34,22,205,169,10,0,235,90,34,22,47,171,10,0,237,90,186,55,116,66,7,0,239,218,246,251,62,192,10,0,241,218,126,221,42,117,9,0,241,218,126,221,178,117,9,0,243,218,7,103,55,228,8,0,243,218,7,103,39,237,8,0,243,218,7,103,32,246,8,0,245,90,215,75,113,49,9,0,245,90,215,75,44,51,9,0,250,90,108,77,85,8,11,0,251,90,240,113,40,63,9,0,251,90,240,113,226,63,9,0,251,90,240,113,144,64,9,0,251,218,67,134,2,126,10,0,251,218,67,134,203,126,10,0,252,218,199,72,119,97,7,0,252,90,96,200,104,185,11,0,254,218,176,241,190,154,9,0,254,218,176,241,221,154,9,0,254,218,176,241,248,154,9,0,0,91,85,17,186,104,7,0,1,91,14,37,197,48,7,0,1,91,95,233,68,165,7,0,1,91,95,233,138,103,9,0,1,91,95,233,62,104,9,0,1,91,44,136,149,167,11,0,2,219,113,115,144,137,7,0,4,219,204,250,86,119,7,0,8,91,130,154,197,48,7,0,10,219,129,221,10,77,7,0,10,219,129,221,55,228,8,0,10,219,129,221,39,237,8,0,10,219,129,221,32,246,8,0,10,91,52,38,168,3,9,0,10,91,52,38,73,7,9,0,12,91,164,97,194,175,6,0,12,91,158,79,59,41,7,0,12,91,126,34,71,92,10,0,12,91,126,34,99,92,10,0,12,91,126,34,170,92,10,0,13,91,198,5,255,110,10,0,14,91,38,143,72,31,7,0,14,91,45,3,130,203,7,0,14,219,208,10,177,27,9,0,14,219,208,10,254,28,9,0,14,219,208,10,77,30,9,0,16,219,147,190,163,53,11,0,18,91,225,79,226,22,7,0,20,91,130,168,68,165,7,0,20,219,181,229,52,159,11,0,21,91,210,107,175,140,10,0,22,219,230,109,68,165,7,0,23,219,230,237,59,41,7,0,24,219,16,167,152,161,8,0,24,219,16,167,200,161,8,0,24,219,163,25,236,15,11,0,25,219,140,134,59,41,7,0,27,219,197,240,92,15,9,0,27,219,197,240,130,20,9,0,32,219,196,202,230,163,6,0,32,91,184,218,75,107,7,0,32,219,10,44,144,137,7,0,32,91,34,24,87,165,9,0,32,91,34,24,127,165,9,0,32,219,154,68,218,159,10,0,32,219,154,68,111,162,10,0,33,91,232,237,102,237,9,0,33,91,232,237,115,238,9,0,34,219,54,207,197,48,7,0,35,91,169,215,192,217,10,0,36,91,115,188,183,206,8,0,37,91,176,25,81,242,6,0,37,219,160,81,255,110,10,0,41,91,82,110,47,7,6,0,41,219,123,144,10,99,9,0,41,219,123,144,226,99,9,0,42,219,145,79,69,29,7,0,42,219,122,235,92,15,9,0,42,219,122,235,130,20,9,0,43,219,214,117,127,218,5,0,43,219,58,224,197,48,7,0,43,91,238,90,156,176,7,0,43,91,238,90,74,186,7,0,43,219,236,237,10,190,10,0,46,91,79,192,235,99,7,0,46,91,20,186,156,176,7,0,46,91,20,186,130,112,9,0,46,91,20,186,160,112,9,0,47,219,214,117,141,216,5,0,48,91,153,244,198,197,11,0,52,91,47,155,81,179,7,0,52,91,47,155,215,193,7,0,55,91,165,230,97,208,10,0,58,219,5,108,170,31,7,0,59,219,134,64,169,131,6,0,59,91,167,114,179,201,10,0,60,219,14,88,93,142,11,0,63,91,224,194,204,35,7,0,64,91,95,86,35,127,7,0,64,91,95,86,92,15,9,0,64,91,95,86,130,20,9,0,65,219,87,61,168,3,9,0,65,219,87,61,73,7,9,0,65,219,251,8,72,81,10,0,65,219,251,8,128,81,10,0,65,219,251,8,185,81,10,0,68,219,24,198,5,143,7,0,74,91,16,27,123,224,11,0,80,91,24,20,77,61,9,0,80,91,24,20,55,62,9,0,87,219,153,32,74,230,5,0,87,91,215,222,246,15,7,0,87,91,20,82,255,110,10,0,89,91,130,168,68,165,7,0,89,219,190,11,15,43,11,0,95,219,157,45,70,32,7,0,97,91,211,138,22,38,7,0,98,219,17,68,255,110,10,0,101,91,246,130,156,39,7,0,102,91,37,14,42,57,6,0,102,91,199,129,115,64,8,0,103,219,62,201,59,23,7,0,104,91,20,210,72,17,7,0,104,91,20,210,197,48,7,0,104,219,101,27,255,110,10,0,106,219,129,181,222,194,9,0,106,219,129,181,76,195,9,0,108,91,252,154,197,48,7,0,109,219,254,189,5,143,7,0,111,219,1,253,156,126,11,0,112,219,65,233,94,175,7,0,112,219,65,233,68,192,7,0,114,91,80,168,176,1,7,0,114,91,80,168,211,1,7,0,118,91,100,96,170,209,6,0,118,219,119,29,3,130,7,0,118,219,119,29,102,130,7,0,122,91,31,221,213,31,9,0,122,91,31,221,198,32,9,0,123,219,141,107,138,54,11,0,125,91,68,233,138,103,9,0,125,91,68,233,62,104,9,0,126,91,204,11,144,137,7,0,127,219,93,153,235,99,7,0,127,219,111,63,62,237,11,0,131,91,133,87,226,14,7,0,132,219,197,32,182,217,7,0,132,91,15,193,229,27,10,0,132,91,15,193,114,28,10,0,133,91,233,96,24,106,9,0,133,91,233,96,51,106,9,0,134,219,102,118,132,251,11,0,137,91,138,219,55,228,8,0,137,91,138,219,39,237,8,0,137,91,138,219,32,246,8,0,137,91,179,200,165,158,11,0,138,219,226,36,197,48,7,0,139,219,58,48,39,90,11,0,139,91,72,51,24,174,11,0,145,91,161,189,216,25,7,0,147,219,178,205,131,211,8,0,148,91,41,25,144,137,7,0,149,219,100,234,219,24,7,0,150,91,209,107,216,25,7,0,150,219,224,151,135,47,8,0,150,91,142,142,37,46,10,0,150,91,142,142,103,47,10,0,150,91,142,142,172,48,10,0,154,91,236,63,135,147,10,0,154,91,236,63,56,148,10,0,157,219,209,232,193,135,8,0,157,219,209,232,235,135,8,0,157,219,209,232,34,136,8,0,158,91,213,66,81,179,7,0,158,219,96,206,48,45,8,0,158,219,96,206,184,97,8,0,158,219,208,147,207,167,8,0,158,91,213,66,109,175,9,0,158,91,213,66,125,175,9,0,159,219,113,217,124,6,7,0,161,91,168,243,139,16,7,0,161,91,218,215,139,83,7,0,162,91,45,241,68,165,7,0,163,91,209,171,54,241,9,0,163,91,209,171,213,241,9,0,169,219,103,70,55,228,8,0,169,219,103,70,39,237,8,0,169,219,103,70,32,246,8,0,172,91,127,89,30,163,6,0,172,219,19,243,3,108,8,0,175,219,245,4,15,67,10,0,175,219,245,4,50,67,10,0,175,219,245,4,95,67,10,0,178,91,157,165,195,66,8,0,180,219,109,105,205,169,10,0,180,219,109,105,47,171,10,0,183,91,226,212,30,131,7,0,183,219,159,83,69,135,7,0,184,219,184,61,144,137,7,0,185,219,86,92,92,15,9,0,185,219,86,92,130,20,9,0,187,91,184,148,146,243,6,0,188,219,58,206,217,122,8,0,188,219,58,206,14,123,8,0,188,219,58,206,67,123,8,0,188,219,58,206,121,123,8,0,190,219,182,49,142,22,11,0,193,219,23,1,82,210,6,0,197,219,71,205,104,39,8,0,197,219,71,205,155,39,8,0,197,219,71,205,224,39,8,0,199,91,138,60,23,39,7,0,199,219,154,185,204,195,10,0,202,219,114,235,81,179,7,0,202,219,114,235,169,188,7,0,203,91,208,231,195,9,11,0,204,219,183,112,132,160,6,0,204,219,45,231,130,27,7,0,204,91,112,216,225,252,7,0,204,91,112,216,38,75,8,0,205,91,73,218,197,48,7,0,206,91,190,202,92,15,9,0,206,91,190,202,130,20,9,0,207,91,195,158,156,243,5,0,207,219,100,74,55,228,8,0,207,219,100,74,39,237,8,0,207,219,100,74,32,246,8,0,211,219,89,140,13,161,6,0,211,91,13,80,155,89,7,0,211,91,131,102,186,104,7,0,211,91,217,98,235,111,7,0,212,219,28,59,216,25,7,0,215,91,1,118,231,206,9,0,216,219,105,88,198,49,6,0,216,219,20,207,37,46,10,0,216,219,20,207,103,47,10,0,216,219,20,207,172,48,10,0,220,219,50,98,92,15,9,0,220,219,50,98,130,20,9,0,223,91,105,30,5,143,7,0,224,91,191,126,170,79,7,0,224,219,250,99,231,206,9,0,225,91,64,127,197,48,7,0,226,91,199,180,183,188,6,0,227,219,26,36,113,176,6,0,227,219,170,218,22,38,7,0,228,219,107,229,109,216,9,0,228,219,107,229,99,217,9,0,229,91,33,8,197,48,7,0,229,219,24,252,207,132,7,0,230,219,168,134,68,165,7,0,233,219,88,77,175,140,10,0,233,219,144,98,18,172,11,0,238,219,115,81,59,41,7,0,239,91,146,145,44,166,10,0,239,91,146,145,67,166,10,0,246,91,180,214,59,41,7,0,246,219,178,214,215,96,11,0,248,219,109,143,109,200,7,0,252,91,174,15,55,228,8,0,252,91,174,15,39,237,8,0,252,91,174,15,32,246,8,0,254,219,88,73,213,31,9,0,254,219,88,73,198,32,9,0,0,92,197,100,251,194,7,0,0,92,197,100,24,195,7,0,1,92,68,196,59,41,7,0,5,220,75,160,79,68,7,0,6,92,163,133,119,97,7,0,7,220,126,124,145,228,10,0,10,220,219,18,144,137,7,0,11,92,173,204,175,161,11,0,12,220,57,64,231,233,9,0,12,220,57,64,11,234,9,0,12,92,59,59,207,102,11,0,14,220,106,175,61,76,10,0,14,220,106,175,98,76,10,0,15,92,33,243,142,11,7,0,15,92,126,228,144,137,7,0,17,220,195,54,235,99,7,0,18,220,93,121,44,104,6,0,18,92,240,20,118,4,7,0,20,92,171,84,132,40,7,0,23,220,206,129,68,165,7,0,24,92,146,155,120,5,8,0,24,92,183,40,130,14,8,0,25,92,221,108,202,50,8,0,29,92,207,188,10,37,7,0,29,220,43,190,232,121,7,0,30,92,117,116,129,114,11,0,31,220,17,142,197,48,7,0,32,92,148,174,13,196,11,0,33,92,101,247,187,164,6,0,33,92,55,201,68,165,7,0,33,92,55,201,175,58,8,0,35,92,31,240,238,66,9,0,35,92,31,240,8,69,9,0,36,92,61,102,59,41,7,0,39,92,99,100,246,203,6,0,40,220,120,246,37,63,7,0,40,92,38,188,84,87,7,0,40,220,160,85,55,228,8,0,40,220,160,85,39,237,8,0,40,220,160,85,32,246,8,0,40,220,35,165,76,248,9,0,40,220,35,165,126,248,9,0,40,220,35,165,163,248,9,0,40,92,102,27,102,224,10,0,42,92,43,200,22,70,6,0,43,92,188,202,185,2,7,0,45,92,207,124,135,147,10,0,45,92,207,124,56,148,10,0,48,92,38,147,48,41,9,0,48,92,38,147,17,170,11,0,49,92,237,187,243,191,6,0,49,92,237,187,24,192,6,0,50,92,40,52,250,218,6,0,50,92,122,250,52,211,9,0,50,92,122,250,100,211,9,0,52,92,105,165,85,221,10,0,52,92,148,214,92,144,11,0,55,220,68,66,26,230,11,0,56,92,34,99,27,8,6,0,56,220,58,22,125,122,6,0,56,220,43,231,10,77,7,0,56,220,43,231,170,79,7,0,56,220,58,22,95,104,7,0,58,220,54,230,232,121,7,0,59,92,116,84,86,119,7,0,60,220,118,114,238,66,9,0,60,220,118,114,8,69,9,0,61,220,157,153,207,89,11,0,62,220,184,15,250,49,11,0,63,220,16,130,146,233,6,0,63,92,225,142,162,8,7,0,66,220,13,152,201,24,6,0,66,220,13,152,35,156,7,0,70,92,158,148,144,137,7,0,71,92,160,86,197,48,7,0,71,92,22,62,237,124,8,0,77,92,9,99,170,79,7,0,80,220,42,115,119,92,7,0,82,92,19,103,68,165,7,0,82,220,196,230,109,198,10,0,85,92,26,163,77,94,9,0,85,92,26,163,93,95,9,0,87,220,125,194,203,103,7,0,89,92,241,247,137,48,6,0,91,92,197,96,184,92,9,0,91,92,197,96,53,93,9,0,92,92,100,38,78,39,11,0,93,220,43,47,8,1,10,0,93,220,43,47,38,1,10,0,95,92,159,141,6,230,7,0,97,92,197,202,68,165,7,0,99,92,96,207,122,19,8,0,100,92,63,8,41,102,11,0,101,92,10,35,253,21,8,0,101,92,10,35,52,22,8,0,101,92,10,35,107,22,8,0,101,92,25,32,168,3,9,0,101,92,25,32,73,7,9,0,102,220,137,238,113,74,11,0,103,220,65,83,183,79,11,0,104,220,9,206,211,73,6,0,104,220,54,68,140,173,11,0,104,220,231,111,181,237,11,0,106,92,171,201,59,41,7,0,106,220,187,62,149,22,10,0,106,220,187,62,231,22,10,0,108,220,69,254,207,167,8,0,108,220,32,107,203,131,9,0,108,220,32,107,97,132,9,0,111,220,77,126,233,38,10,0,111,220,77,126,253,38,10,0,111,92,59,20,158,102,11,0,118,220,233,103,249,45,9,0,118,220,233,103,33,46,9,0,118,92,13,227,218,159,10,0,118,92,13,227,218,159,10,0,118,92,13,227,111,162,10,0,118,92,13,227,111,162,10,0,120,92,11,61,235,99,7,0,121,92,52,51,93,205,11,0,122,220,4,41,59,41,7,0,129,220,31,74,0,164,8,0,138,92,69,91,216,25,7,0,141,92,113,245,5,143,7,0,142,220,152,218,46,217,5,0,142,220,27,171,51,110,11,0,143,92,35,183,255,110,10,0,146,220,40,90,1,40,6,0,146,220,40,90,33,40,6,0,146,92,195,62,77,90,10,0,146,92,195,62,105,90,10,0,146,92,195,62,130,90,10,0,147,92,157,126,7,173,6,0,148,92,230,224,190,94,11,0,148,92,254,66,54,123,11,0,150,220,206,57,59,41,7,0,153,220,87,0,92,15,9,0,153,220,87,0,130,20,9,0,154,92,104,148,16,2,7,0,155,220,64,141,177,34,6,0,155,220,64,141,5,232,6,0,156,220,147,177,30,131,7,0,156,92,235,90,177,27,9,0,156,92,235,90,254,28,9,0,156,92,235,90,77,30,9,0,157,92,253,15,230,239,10,0,159,220,183,226,152,174,9,0,159,220,183,226,179,174,9,0,159,220,183,226,175,212,10,0,160,220,164,145,5,143,7,0,161,92,18,91,125,73,7,0,161,92,18,91,120,75,7,0,162,220,225,142,199,172,10,0,162,220,225,142,74,173,10,0,164,220,97,67,214,113,7,0,164,92,34,116,241,94,10,0,164,92,34,116,39,95,10,0,165,92,155,173,58,240,5,0,166,220,214,254,59,41,7,0,168,220,8,155,226,223,5,0,170,92,221,236,235,110,6,0,170,92,221,236,67,132,6,0,170,220,148,10,0,88,7,0,172,220,103,47,46,217,5,0,179,220,241,126,125,73,7,0,179,220,241,126,120,75,7,0,181,92,33,111,71,21,8,0,181,92,33,111,160,21,8,0,181,92,33,111,206,21,8,0,181,220,82,132,195,38,9,0,181,220,82,132,223,38,9,0,181,220,82,132,125,60,9,0,181,92,73,246,255,110,10,0,182,92,114,106,67,156,11,0,185,92,107,214,24,53,9,0,185,92,107,214,252,53,9,0,185,92,107,214,216,54,9,0,185,92,112,129,245,40,10,0,187,220,47,58,77,94,9,0,187,220,47,58,93,95,9,0,189,92,57,23,190,228,10,0,190,92,138,189,149,219,11,0,191,92,110,144,12,37,9,0,191,92,110,144,124,37,9,0,192,92,166,107,118,112,7,0,192,92,166,107,210,112,7,0,193,220,46,43,37,63,7,0,194,92,33,12,10,99,9,0,194,92,33,12,226,99,9,0,196,220,61,124,81,179,7,0,196,220,46,85,55,228,8,0,196,220,46,85,39,237,8,0,196,220,46,85,32,246,8,0,196,220,61,124,97,142,10,0,196,220,61,124,118,142,10,0,197,92,147,222,187,208,6,0,197,92,147,222,236,244,7,0,197,220,194,14,106,224,11,0,201,92,55,127,125,223,10,0,204,220,130,166,155,89,7,0,204,220,130,166,243,136,7,0,205,220,110,167,236,65,7,0,206,92,75,220,223,20,7,0,206,92,75,220,228,14,11,0,208,220,58,237,182,217,7,0,209,220,116,111,245,80,8,0,209,220,116,111,33,81,8,0,210,92,106,16,98,22,11,0,212,92,188,148,55,228,8,0,212,92,188,148,39,237,8,0,212,92,188,148,32,246,8,0,213,220,96,99,41,133,7,0,213,220,96,99,86,133,7,0,213,92,133,104,212,37,8,0,213,92,133,104,15,38,8,0,213,92,133,104,84,38,8,0,213,92,133,104,154,38,8,0,218,92,201,131,64,242,5,0,218,92,201,131,145,89,6,0,218,92,114,74,55,228,8,0,218,92,114,74,39,237,8,0,218,92,114,74,32,246,8,0,221,220,169,160,195,200,10,0,223,92,36,175,241,12,7,0,226,220,115,191,205,169,10,0,226,220,115,191,47,171,10,0,227,92,228,227,164,26,8,0,227,220,65,225,135,47,8,0,228,92,107,101,130,86,7,0,230,220,81,168,68,165,7,0,236,220,138,81,75,107,7,0,238,220,197,91,67,203,6,0,238,220,197,91,147,244,6,0,238,92,220,181,243,104,10,0,238,92,220,181,64,105,10,0,241,220,38,122,59,41,7,0,242,92,120,29,144,137,7,0,244,92,14,96,177,27,9,0,244,92,14,96,254,28,9,0,244,92,14,96,77,30,9,0,247,92,197,148,163,197,6,0,247,220,221,24,226,11,7,0,247,220,152,230,183,116,7,0,255,220,26,89,87,234,9,0,255,220,26,89,106,234,9,0,0,93,49,83,0,188,6,0,0,221,233,124,29,155,11,0,1,221,136,125,251,84,7,0,1,221,64,52,194,198,8,0,4,221,60,178,24,18,7,0,4,93,91,46,238,66,9,0,4,93,91,46,8,69,9,0,4,221,60,178,218,159,10,0,4,221,60,178,111,162,10,0,5,93,136,60,92,15,9,0,5,93,136,60,130,20,9,0,6,93,128,32,5,143,7,0,6,93,128,32,57,116,11,0,7,93,91,204,248,134,11,0,9,93,251,119,219,97,11,0,10,221,93,27,5,143,7,0,10,93,238,173,5,143,7,0,10,221,111,180,152,35,11,0,10,221,132,78,176,218,11,0,12,221,87,247,167,61,7,0,13,93,123,119,235,99,7,0,14,221,216,43,37,18,11,0,16,221,117,55,170,79,7,0,17,93,100,193,55,228,8,0,17,93,100,193,39,237,8,0,17,93,100,193,32,246,8,0,21,93,88,171,215,220,10,0,26,221,234,163,255,110,10,0,33,93,60,228,179,153,6,0,34,221,0,77,186,227,9,0,34,221,0,77,214,227,9,0,35,221,37,154,182,94,7,0,35,221,192,202,183,116,7,0,35,93,16,249,107,141,10,0,35,93,16,249,146,141,10,0,36,93,210,101,10,77,7,0,36,93,210,101,170,79,7,0,36,93,125,142,85,117,11,0,37,221,64,231,59,41,7,0,38,93,153,134,119,178,6,0,38,93,153,134,236,30,7,0,38,93,153,134,81,179,7,0,38,221,11,32,215,111,11,0,40,221,180,35,192,27,7,0,40,221,222,190,220,115,8,0,45,93,62,5,215,21,6,0,45,93,62,5,97,6,7,0,45,93,62,5,214,113,7,0,45,221,99,167,249,130,7,0,45,221,33,63,68,165,7,0,47,93,109,33,47,52,8,0,47,221,176,249,183,186,11,0,48,221,62,229,223,20,7,0,50,221,214,63,71,115,7,0,58,221,70,74,202,50,8,0,61,221,239,33,0,100,11,0,66,221,183,168,151,231,7,0,66,221,183,168,204,231,7,0,66,221,222,142,253,253,10,0,67,93,122,76,13,32,6,0,71,93,106,168,184,92,9,0,71,93,106,168,53,93,9,0,72,221,4,169,166,36,7,0,72,221,133,237,210,112,7,0,73,221,199,89,182,94,7,0,74,221,47,228,35,95,6,0,75,221,239,111,76,9,7,0,77,93,93,57,204,70,7,0,77,93,93,57,91,121,9,0,77,93,93,57,171,122,9,0,77,93,93,57,253,123,9,0,77,93,93,57,84,125,9,0,78,221,203,250,224,18,7,0,79,221,151,148,117,47,6,0,79,93,132,194,42,117,9,0,79,93,132,194,178,117,9,0,81,221,4,62,205,64,8,0,81,221,134,51,55,228,8,0,81,221,134,51,39,237,8,0,81,221,134,51,32,246,8,0,83,93,61,238,144,137,7,0,85,93,60,113,133,47,9,0,85,93,60,113,46,48,9,0,85,221,78,147,110,79,9,0,85,221,78,147,186,79,9,0,85,221,78,147,207,211,10,0,88,93,6,164,24,53,9,0,88,93,6,164,252,53,9,0,88,93,6,164,216,54,9,0,98,221,59,8,64,96,11,0,102,93,222,82,113,49,9,0,102,93,222,82,44,51,9,0,103,93,233,180,176,5,8,0,105,93,174,94,138,103,9,0,105,93,174,94,62,104,9,0,106,221,252,84,86,119,7,0,106,221,203,187,5,143,7,0,106,221,193,59,133,47,9,0,106,221,193,59,46,48,9,0,107,93,174,140,218,159,10,0,107,93,174,140,111,162,10,0,108,221,104,7,138,194,11,0,111,93,141,254,22,38,7,0,111,93,105,27,44,215,10,0,113,93,226,132,153,210,6,0,117,221,184,142,55,228,8,0,117,221,184,142,39,237,8,0,117,221,184,142,32,246,8,0,120,93,31,40,2,126,10,0,120,93,31,40,203,126,10,0,121,93,92,181,68,165,7,0,121,93,207,132,138,85,9,0,121,93,207,132,93,87,9,0,123,93,144,48,46,217,5,0,125,221,40,221,56,86,7,0,131,221,249,99,77,61,9,0,131,221,249,99,55,62,9,0,135,221,69,249,172,134,7,0,138,221,69,201,239,106,7,0,139,93,94,23,37,63,7,0,139,93,31,248,109,216,9,0,139,93,31,248,99,217,9,0,140,221,119,193,35,127,7,0,141,221,221,166,59,248,11,0,144,93,110,8,66,196,6,0,144,93,210,229,37,46,10,0,144,93,210,229,103,47,10,0,144,93,210,229,172,48,10,0,145,221,147,190,193,87,10,0,145,221,147,190,219,87,10,0,145,221,147,190,244,87,10,0,148,221,154,161,166,23,10,0,148,221,154,161,181,24,10,0,148,221,154,161,184,25,10,0,148,221,154,161,214,26,10,0,149,93,74,4,81,179,7,0,149,93,74,4,33,194,7,0,149,93,74,4,73,194,7,0,154,93,49,17,68,116,6,0,154,221,109,95,185,11,9,0,154,221,109,95,89,12,9,0,154,221,109,95,254,12,9,0,156,221,207,90,144,137,7,0,157,93,32,71,128,98,7,0,161,221,229,204,213,44,10,0,164,221,237,158,72,17,7,0,164,221,214,105,222,31,7,0,166,93,242,7,207,210,10,0,166,93,242,7,74,224,10,0,166,93,38,142,34,156,11,0,170,93,200,126,228,44,6,0,173,93,102,153,55,228,8,0,173,93,102,153,39,237,8,0,173,93,102,153,32,246,8,0,173,93,102,153,21,232,10,0,174,93,195,224,181,58,7,0,174,93,114,11,71,115,7,0,175,93,72,182,37,63,7,0,175,93,62,120,144,137,7,0,177,221,29,58,115,109,8,0,177,93,54,92,63,148,8,0,177,93,54,92,118,148,8,0,177,93,54,92,171,148,8,0,177,93,54,92,222,148,8,0,181,93,74,84,55,228,8,0,181,93,74,84,39,237,8,0,181,93,74,84,32,246,8,0,182,93,218,131,172,134,7,0,184,221,66,95,173,253,6,0,184,221,195,102,251,48,8,0,184,93,30,201,241,176,11,0,186,221,11,183,216,25,7,0,186,93,92,151,5,143,7,0,187,221,244,178,236,65,7,0,187,221,231,212,115,89,11,0,192,93,30,149,118,1,9,0,192,93,30,149,6,2,9,0,193,93,100,206,157,208,11,0,194,221,121,22,91,123,11,0,196,93,22,6,113,49,9,0,196,93,22,6,44,51,9,0,198,221,167,160,143,209,7,0,198,93,250,126,235,135,10,0,198,93,250,126,152,136,10,0,200,221,207,170,81,179,7,0,200,221,207,170,34,26,9,0,202,93,143,171,249,81,6,0,202,93,143,171,164,108,6,0,202,221,60,249,240,59,7,0,207,93,36,234,81,179,7,0,207,93,36,234,34,26,9,0,207,221,203,50,138,85,9,0,207,221,203,50,93,87,9,0,208,221,247,18,86,119,7,0,209,93,86,40,125,60,9,0,211,93,75,84,255,110,10,0,212,221,194,123,220,126,9,0,212,221,194,123,138,127,9,0,214,221,139,204,183,116,7,0,215,221,146,77,83,126,7,0,215,221,75,180,156,176,7,0,216,93,189,251,49,193,8,0,216,93,189,251,126,193,8,0,216,93,189,251,204,193,8,0,218,221,154,0,45,208,10,0,219,221,205,51,185,2,7,0,220,221,214,182,224,18,7,0,222,221,132,83,30,126,6,0,223,93,100,20,144,137,7,0,225,93,81,48,251,102,9,0,225,93,81,48,48,103,9,0,226,93,93,68,118,1,9,0,226,93,93,68,6,2,9,0,227,221,13,23,5,230,11,0,228,93,250,229,5,143,7,0,229,221,130,166,155,89,7,0,229,221,130,166,243,136,7,0,230,221,146,94,221,219,7,0,231,93,105,119,210,112,7,0,231,221,238,94,146,78,10,0,232,93,47,122,201,24,6,0,232,93,47,122,35,156,7,0,234,221,108,231,109,216,9,0,234,221,108,231,99,217,9,0,235,221,250,191,100,186,6,0,236,93,164,73,55,228,8,0,236,93,164,73,39,237,8,0,236,93,164,73,32,246,8,0,237,93,198,130,24,131,6,0,239,221,184,109,5,143,7,0,239,221,66,100,106,225,11,0,240,93,75,246,55,228,8,0,240,93,75,246,55,228,8,0,240,93,75,246,39,237,8,0,240,93,75,246,39,237,8,0,240,93,75,246,32,246,8,0,240,93,75,246,32,246,8,0,243,221,79,233,205,247,5,0,243,221,220,247,255,110,10,0,244,221,130,47,157,51,10,0,244,221,130,47,1,52,10,0,244,221,130,47,98,52,10,0,245,221,28,146,231,206,9,0,249,221,243,222,162,74,6,0,250,221,10,171,154,59,11,0,251,221,32,16,241,12,7,0,252,93,213,219,77,94,9,0,252,93,213,219,93,95,9,0,255,93,9,77,123,133,6,0,255,221,145,61,86,119,7,0,255,221,110,50,244,59,11,0,0,222,134,158,59,41,7,0,4,94,6,56,232,121,7,0,5,222,242,203,240,59,7,0,7,222,29,141,238,85,7,0,8,222,136,89,182,94,7,0,9,94,118,11,182,94,7,0,9,222,151,210,55,228,8,0,9,222,151,210,39,237,8,0,9,222,151,210,32,246,8,0,10,222,30,163,197,48,7,0,11,94,143,66,68,165,7,0,11,222,61,37,243,137,10,0,11,222,61,37,63,138,10,0,11,222,61,37,140,138,10,0,16,94,221,122,246,15,7,0,17,94,26,3,45,15,7,0,21,94,43,189,10,99,9,0,21,94,43,189,226,99,9,0,22,94,103,24,232,178,8,0,23,222,198,89,75,163,6,0,23,94,12,7,59,41,7,0,26,222,139,127,175,111,6,0,26,222,106,28,162,8,7,0,26,94,244,122,234,219,11,0,26,94,4,163,193,229,11,0,27,94,168,80,183,168,11,0,30,222,37,222,211,147,9,0,30,222,37,222,239,147,9,0,32,94,38,50,170,218,8,0,32,94,246,128,221,252,10,0,34,94,67,253,127,7,7,0,36,222,97,91,55,228,8,0,36,222,97,91,39,237,8,0,36,222,97,91,32,246,8,0,36,222,91,93,247,178,11,0,37,94,225,49,55,228,8,0,37,94,225,49,39,237,8,0,37,94,225,49,32,246,8,0,38,94,219,200,93,134,11,0,40,94,33,205,181,58,7,0,40,94,213,82,99,70,7,0,41,94,228,254,226,11,7,0,41,94,73,23,183,68,7,0,42,94,104,11,155,159,6,0,42,222,164,64,5,143,7,0,43,94,87,85,188,52,6,0,46,222,49,162,102,29,7,0,46,222,114,35,68,165,7,0,46,94,126,15,207,167,8,0,49,222,228,96,68,165,7,0,49,94,121,233,113,49,9,0,49,94,121,233,44,51,9,0,53,94,93,98,108,219,5,0,54,94,170,44,197,48,7,0,56,94,80,166,119,10,7,0,56,94,128,192,55,228,8,0,56,94,128,192,39,237,8,0,56,94,128,192,32,246,8,0,69,222,210,234,138,116,7,0,70,222,172,169,156,176,7,0,70,222,172,169,26,124,10,0,71,222,233,95,160,86,6,0,71,94,185,38,38,139,9,0,71,94,185,38,118,139,9,0,71,94,185,38,213,139,9,0,71,94,185,38,39,140,9,0,75,94,50,100,205,169,10,0,75,94,50,100,47,171,10,0,78,222,162,64,92,15,9,0,78,222,162,64,130,20,9,0,78,222,214,48,131,40,10,0,78,222,214,48,90,41,10,0,79,94,31,1,68,165,7,0,79,94,48,152,107,179,11,0,80,222,202,109,232,121,7,0,81,222,143,248,183,116,7,0,81,94,108,247,168,3,9,0,81,94,108,247,73,7,9,0,81,222,170,94,12,37,9,0,81,222,170,94,124,37,9,0,82,94,52,51,154,193,11,0,83,222,101,184,64,88,10,0,92,222,201,38,189,159,7,0,95,94,132,10,111,223,5,0,97,94,6,41,91,121,9,0,97,94,6,41,171,122,9,0,97,94,6,41,253,123,9,0,97,94,6,41,84,125,9,0,103,94,255,178,197,48,7,0,103,94,105,27,249,144,9,0,103,94,105,27,15,145,9,0,103,94,105,27,35,145,9,0,105,94,107,30,133,194,8,0,105,94,107,30,173,194,8,0,106,222,192,40,1,135,7,0,106,94,254,120,125,60,9,0,109,94,110,160,179,140,9,0,109,94,110,160,204,140,9,0,112,222,254,103,52,53,11,0,115,222,145,14,144,137,7,0,117,222,69,157,144,137,7,0,118,222,140,27,243,251,11,0,119,94,158,170,68,165,7,0,120,94,9,78,54,241,9,0,120,94,9,78,213,241,9,0,120,222,178,70,205,169,10,0,120,222,178,70,47,171,10,0,121,222,208,70,123,79,6,0,121,222,55,185,250,21,7,0,122,94,175,10,12,37,9,0,122,94,175,10,124,37,9,0,122,94,232,148,216,53,10,0,122,94,232,148,241,53,10,0,123,222,199,54,198,147,6,0,124,222,234,242,146,78,10,0,127,222,248,161,218,159,10,0,127,222,248,161,111,162,10,0,128,94,94,45,81,179,7,0,128,94,94,45,246,191,7,0,128,94,94,45,68,192,7,0,129,94,163,39,197,48,7,0,129,222,39,108,244,46,11,0,130,222,23,243,248,55,11,0,132,94,186,44,109,152,6,0,139,222,1,165,119,92,7,0,140,94,201,2,2,152,10,0,140,94,201,2,36,152,10,0,140,94,201,2,93,152,10,0,140,94,201,2,144,152,10,0,142,222,173,29,92,15,9,0,142,222,173,29,130,20,9,0,144,94,251,126,137,168,6,0,144,222,213,175,150,51,11,0,146,94,95,14,70,129,6,0,147,94,57,150,144,137,7,0,151,222,10,16,246,15,7,0,154,94,121,83,189,30,6,0,158,94,37,125,214,113,7,0,159,222,44,128,74,8,6,0,159,222,60,166,10,77,7,0,159,222,60,166,170,79,7,0,159,94,49,163,73,183,11,0,162,94,104,198,40,63,9,0,162,94,104,198,226,63,9,0,162,94,104,198,144,64,9,0,164,94,105,92,52,188,6,0,171,94,28,171,199,108,11,0,173,222,24,56,5,143,7,0,173,222,21,213,68,165,7,0,174,94,122,88,210,13,9,0,174,94,122,88,132,14,9,0,174,94,21,227,217,66,10,0,174,94,21,227,239,66,10,0,175,94,173,122,0,89,10,0,175,94,173,122,96,89,10,0,175,94,173,122,189,89,10,0,177,94,2,184,100,128,6,0,177,222,200,248,216,188,11,0,178,222,30,2,214,113,7,0,179,222,7,105,232,121,7,0,179,222,71,63,109,216,9,0,179,222,71,63,99,217,9,0,180,222,199,142,108,19,7,0,180,222,130,166,22,155,10,0,180,222,130,166,39,155,10,0,182,222,147,190,175,69,6,0,182,94,127,118,187,24,7,0,185,94,204,119,5,143,7,0,185,222,247,189,109,216,9,0,185,222,247,189,99,217,9,0,188,94,153,21,59,41,7,0,189,94,190,229,86,119,7,0,189,222,152,25,176,218,11,0,191,94,116,233,68,165,7,0,194,94,37,221,69,179,9,0,194,94,37,221,155,179,9,0,194,94,37,221,43,180,9,0,194,222,246,149,116,37,11,0,194,222,246,149,138,37,11,0,196,222,89,162,192,112,9,0,196,222,89,162,213,112,9,0,197,94,132,248,182,217,7,0,200,222,228,231,59,41,7,0,201,222,116,75,166,23,7,0,201,222,130,17,10,77,7,0,201,222,130,17,170,79,7,0,201,222,130,17,55,228,8,0,201,222,130,17,39,237,8,0,201,222,130,17,32,246,8,0,201,94,87,199,113,49,9,0,201,94,87,199,44,51,9,0,203,94,169,233,168,100,8,0,204,222,201,148,206,86,6,0,204,94,166,148,50,60,8,0,205,222,44,179,156,106,9,0,205,222,44,179,213,106,9,0,209,222,46,127,253,253,11,0,212,222,177,111,170,214,10,0,214,222,9,179,255,110,10,0,214,222,70,201,221,146,10,0,215,94,173,160,114,252,10,0,216,94,252,137,210,119,6,0,216,94,118,102,132,140,6,0,217,94,140,58,220,126,9,0,217,94,140,58,138,127,9,0,217,94,180,192,107,203,10,0,218,222,154,88,152,65,9,0,218,222,154,88,36,66,9,0,219,222,26,10,2,152,10,0,219,222,26,10,36,152,10,0,219,222,26,10,93,152,10,0,219,222,26,10,144,152,10,0,220,94,201,48,251,84,7,0,221,94,245,190,161,17,7,0,221,222,191,40,121,246,10,0,221,222,191,40,47,251,10,0,223,94,156,78,96,235,10,0,224,222,122,53,60,220,5,0,225,222,13,5,192,15,7,0,227,94,245,115,97,12,7,0,230,222,211,192,219,133,6,0,234,222,155,33,235,99,7,0,234,222,135,48,35,127,7,0,235,222,68,87,5,143,7,0,239,222,44,140,69,135,7,0,240,222,63,195,172,156,11,0,241,94,254,231,59,41,7,0,243,222,113,31,142,220,10,0,245,222,139,109,255,110,10,0,245,94,11,81,252,192,10,0,245,222,244,212,149,121,11,0,248,94,40,119,37,46,10,0,248,94,40,119,103,47,10,0,248,94,40,119,172,48,10,0,249,222,140,102,183,68,7,0,249,222,95,246,232,121,7,0,253,222,218,175,5,143,7,0,1,95,190,157,47,111,6,0,1,223,11,245,45,151,6,0,1,95,195,191,214,113,7,0,1,95,154,149,175,157,7,0,6,223,66,128,255,29,7,0,6,95,138,38,42,103,7,0,6,95,163,7,197,178,10,0,6,95,163,7,228,178,10,0,6,95,163,7,23,179,10,0,6,95,163,7,73,179,10,0,7,95,134,44,255,110,10,0,9,223,156,14,182,94,7,0,12,223,96,92,152,65,9,0,12,223,96,92,36,66,9,0,13,95,233,20,126,12,7,0,14,223,59,33,144,137,7,0,14,223,46,127,81,179,7,0,16,223,252,148,144,137,7,0,17,223,135,106,212,157,7,0,19,95,60,70,59,41,7,0,19,95,200,131,101,27,11,0,20,223,188,117,144,216,6,0,25,95,157,71,10,37,7,0,25,223,211,246,187,114,8,0,27,95,138,146,145,73,10,0,27,95,138,146,57,74,10,0,28,95,228,38,27,70,7,0,31,95,61,116,180,206,7,0,31,223,222,102,171,72,10,0,31,223,222,102,190,72,10,0,32,95,31,13,239,172,11,0,35,95,229,170,238,43,6,0,36,223,217,99,110,119,8,0,38,95,75,79,59,41,7,0,40,95,142,26,84,36,7,0,40,223,243,230,59,41,7,0,42,95,48,119,55,228,8,0,42,95,48,119,39,237,8,0,42,95,48,119,32,246,8,0,45,95,10,192,166,132,11,0,46,95,115,208,51,109,7,0,47,95,151,66,197,48,7,0,47,95,76,76,133,47,9,0,47,95,76,76,46,48,9,0,48,223,142,113,238,66,9,0,48,223,142,113,8,69,9,0,49,223,3,208,117,151,10,0,49,223,3,208,165,151,10,0,50,95,39,104,10,77,7,0,51,95,81,190,2,126,10,0,51,95,81,190,203,126,10,0,52,95,77,63,102,237,9,0,52,95,77,63,115,238,9,0,53,223,230,204,75,107,7,0,53,223,49,137,63,197,7,0,53,95,215,138,44,32,8,0,54,95,227,127,182,217,7,0,54,95,167,172,20,44,9,0,54,95,167,172,94,44,9,0,56,223,14,240,213,31,9,0,56,223,14,240,198,32,9,0,58,223,218,175,5,143,7,0,59,95,173,1,220,126,9,0,59,95,173,1,138,127,9,0,60,223,156,140,98,140,6,0,60,95,14,221,5,143,7,0,60,95,231,19,92,15,9,0,60,95,231,19,130,20,9,0,60,223,156,140,202,174,10,0,60,223,156,140,250,174,10,0,60,223,156,140,41,175,10,0,60,223,156,140,101,175,10,0,62,95,116,160,84,87,7,0,63,95,32,84,156,176,7,0,63,95,32,84,130,112,9,0,63,95,32,84,160,112,9,0,66,223,62,233,180,211,9,0,66,223,62,233,226,211,9,0,66,95,136,228,49,210,10,0,68,223,96,208,79,255,5,0,68,95,101,95,206,240,10,0,70,223,154,79,198,249,5,0,71,95,37,212,232,197,7,0,72,95,53,251,182,217,7,0,76,223,164,4,195,246,10,0,78,223,241,201,113,49,9,0,78,223,241,201,44,51,9,0,79,223,147,204,33,30,6,0,79,223,211,106,156,176,7,0,79,223,211,106,81,179,7,0,79,95,100,243,207,167,8,0,79,223,211,106,242,181,9,0,80,95,171,231,144,137,7,0,81,95,226,122,185,11,9,0,81,95,226,122,89,12,9,0,81,95,226,122,254,12,9,0,82,223,187,241,5,143,7,0,85,223,236,80,64,88,10,0,87,223,28,10,55,228,8,0,87,223,28,10,39,237,8,0,87,223,28,10,32,246,8,0,89,223,37,135,246,15,7,0,89,95,254,177,197,92,11,0,90,95,199,120,82,233,11,0,94,223,67,30,232,197,7,0,94,223,67,30,95,227,8,0,95,223,138,122,144,137,7,0,95,223,231,24,105,132,8,0,95,223,231,24,159,132,8,0,95,223,231,24,98,135,8,0,98,223,68,35,162,136,8,0,98,95,60,210,21,172,9,0,98,95,60,210,48,172,9,0,100,95,249,4,204,195,10,0,100,95,223,214,162,219,10,0,101,95,183,67,30,131,7,0,102,95,227,214,227,205,11,0,102,95,227,214,8,206,11,0,102,95,227,214,48,206,11,0,103,95,79,20,116,66,7,0,103,223,0,46,81,179,7,0,104,95,198,60,117,225,5,0,104,223,50,43,5,143,7,0,109,95,15,140,55,221,11,0,114,223,250,192,143,39,9,0,114,223,250,192,176,39,9,0,115,95,122,28,202,62,7,0,115,95,193,234,246,50,10,0,115,95,193,234,30,51,10,0,115,95,193,234,69,51,10,0,116,223,161,4,31,5,7,0,116,95,225,219,155,89,7,0,116,223,232,15,29,100,8,0,116,223,91,228,48,77,11,0,120,95,26,221,77,61,9,0,120,95,26,221,55,62,9,0,121,95,75,21,118,1,9,0,121,95,75,21,6,2,9,0,127,223,192,148,86,119,7,0,130,223,218,233,10,99,9,0,130,223,218,233,226,99,9,0,130,223,83,159,37,46,10,0,130,223,83,159,103,47,10,0,130,223,83,159,172,48,10,0,131,95,166,206,78,87,11,0,132,223,151,38,141,252,7,0,133,95,98,15,11,122,6,0,133,223,199,135,5,143,7,0,135,95,102,93,133,47,9,0,135,95,102,93,46,48,9,0,137,95,62,219,83,126,7,0,141,95,247,154,144,137,7,0,144,95,242,158,255,110,10,0,144,223,9,144,163,255,11,0,148,223,166,189,65,164,11,0,150,95,235,157,93,189,6,0,150,223,241,200,12,206,6,0,150,223,81,25,204,70,7,0,150,223,81,25,91,121,9,0,150,223,81,25,171,122,9,0,150,223,81,25,253,123,9,0,150,223,81,25,84,125,9,0,154,95,202,54,169,16,6,0,154,223,204,230,218,159,10,0,154,223,204,230,111,162,10,0,156,95,35,215,55,228,8,0,156,95,35,215,39,237,8,0,156,95,35,215,32,246,8,0,156,223,118,75,157,51,10,0,156,223,118,75,1,52,10,0,156,223,118,75,98,52,10,0,158,223,18,206,205,169,10,0,158,223,18,206,47,171,10,0,159,223,68,99,86,24,6,0,159,223,68,99,119,97,7,0,160,95,28,25,183,116,7,0,167,223,15,164,55,228,8,0,167,223,15,164,39,237,8,0,167,223,15,164,32,246,8,0,168,223,152,155,40,63,9,0,168,223,152,155,226,63,9,0,168,223,152,155,144,64,9,0,169,95,244,98,45,105,7,0,169,223,83,102,129,197,11,0,172,223,187,38,197,48,7,0,173,95,107,139,75,107,7,0,178,95,21,30,42,36,9,0,178,95,21,30,135,36,9,0,180,95,68,177,255,32,7,0,180,223,255,154,125,234,11,0,181,95,214,49,246,15,7,0,182,223,29,120,92,15,9,0,182,223,29,120,130,20,9,0,184,95,238,58,200,92,7,0,184,95,238,58,233,92,7,0,185,223,92,77,64,88,10,0,189,223,184,191,75,143,8,0,189,223,184,191,155,143,8,0,189,223,184,191,249,242,10,0,192,95,193,114,218,159,10,0,192,95,193,114,111,162,10,0,197,95,117,200,81,179,7,0,197,95,117,200,68,192,7,0,200,223,147,190,78,39,11,0,201,95,61,129,202,56,7,0,202,95,119,189,183,28,6,0,202,95,119,189,211,28,6,0,202,223,214,18,26,137,7,0,202,223,214,18,63,137,7,0,203,223,41,146,240,59,7,0,204,95,155,52,68,33,8,0,204,95,155,52,117,33,8,0,204,223,23,120,218,159,10,0,204,223,23,120,111,162,10,0,208,223,80,16,68,165,7,0,210,223,96,61,206,5,11,0,210,223,85,170,252,75,11,0,213,223,71,104,69,135,7,0,213,95,193,76,250,13,10,0,213,95,193,76,121,14,10,0,213,95,193,76,5,15,10,0,215,95,124,105,101,159,11,0,217,223,114,242,95,237,6,0,217,95,244,12,47,14,7,0,217,95,89,228,55,228,8,0,217,95,89,228,39,237,8,0,217,95,89,228,32,246,8,0,219,223,183,189,86,119,7,0,220,95,128,122,155,115,6,0,223,95,66,95,92,15,9,0,223,95,66,95,130,20,9,0,223,223,77,149,184,92,9,0,223,223,77,149,53,93,9,0,226,223,208,40,167,61,7,0,226,223,157,226,245,64,7,0,227,223,153,0,19,160,9,0,227,223,153,0,48,160,9,0,228,95,237,217,251,84,7,0,230,95,241,125,217,187,10,0,230,95,241,125,246,187,10,0,234,223,235,93,144,137,7,0,234,95,27,246,60,10,11,0,235,223,41,107,10,77,7,0,235,223,41,107,170,79,7,0,236,95,207,22,52,247,10,0,245,223,24,216,171,199,10,0,248,223,57,146,59,115,11,0,252,95,66,179,197,48,7,0,253,223,254,215,68,165,7,0,254,95,94,120,51,101,6,0,3,224,118,1,33,231,11,0,4,224,80,65,168,3,9,0,4,224,80,65,73,7,9,0,7,224,198,50,163,22,6,0,7,96,76,191,20,202,6,0,7,224,161,240,165,187,9,0,7,224,161,240,32,188,9,0,7,224,161,240,149,188,9,0,7,224,161,240,61,189,9,0,7,224,161,240,215,189,9,0,8,224,170,194,28,38,6,0,11,96,153,79,168,121,11,0,14,96,151,140,186,43,8,0,14,96,151,140,243,43,8,0,14,96,151,140,40,44,8,0,14,224,153,106,24,53,9,0,14,224,153,106,252,53,9,0,14,224,153,106,216,54,9,0,15,96,99,218,69,110,7,0,15,96,161,228,207,89,11,0,16,96,192,87,150,175,9,0,18,224,242,96,68,165,7,0,19,224,153,76,59,41,7,0,22,224,131,189,55,228,8,0,22,224,131,189,39,237,8,0,22,224,131,189,32,246,8,0,22,224,153,173,168,3,9,0,22,224,153,173,73,7,9,0,24,96,204,51,170,79,7,0,24,96,177,23,62,87,7,0,28,224,176,151,22,189,6,0,31,96,9,108,227,167,11,0,32,96,193,83,153,26,6,0,32,96,193,83,158,128,7,0,32,96,178,3,161,190,9,0,32,96,178,3,93,191,9,0,35,224,37,190,163,36,6,0,37,224,202,12,59,41,7,0,40,96,91,185,207,87,6,0,42,224,250,148,55,62,7,0,50,224,0,242,82,233,11,0,51,96,83,72,193,124,6,0,53,224,135,229,255,110,10,0,56,96,122,242,53,71,6,0,56,96,122,242,175,255,6,0,56,96,122,242,254,5,8,0,57,224,207,91,13,89,7,0,59,224,98,176,183,116,7,0,59,96,200,142,171,122,8,0,60,96,152,120,197,48,7,0,60,224,14,75,232,121,7,0,60,96,24,178,232,226,11,0,64,224,4,126,84,36,7,0,66,224,87,156,230,233,10,0,67,96,58,51,92,145,8,0,67,96,58,51,234,145,8,0,67,96,58,51,109,146,8,0,74,224,53,48,90,27,6,0,74,96,217,54,70,205,11,0,75,96,217,64,214,198,11,0,76,96,17,126,235,216,11,0,77,96,225,28,166,36,7,0,78,224,62,58,107,90,7,0,79,96,60,102,73,3,7,0,81,224,247,40,197,48,7,0,82,96,208,254,20,44,9,0,82,96,208,254,94,44,9,0,83,96,204,93,183,116,7,0,84,96,70,230,197,48,7,0,84,224,71,33,182,94,7,0,88,96,158,175,120,55,6,0,88,96,158,175,236,23,7,0,88,96,158,175,112,24,7,0,88,96,9,66,236,65,7,0,88,224,228,44,195,180,8,0,89,224,35,130,83,72,8,0,90,224,169,201,80,71,7,0,92,224,179,165,81,179,7,0,92,224,179,165,117,185,7,0,93,224,28,43,187,132,11,0,94,224,43,233,106,133,6,0,95,96,156,177,55,228,8,0,95,96,156,177,39,237,8,0,95,96,156,177,32,246,8,0,95,96,79,40,255,110,10,0,98,96,166,254,133,47,9,0,98,96,166,254,46,48,9,0,103,96,116,226,5,143,7,0,103,224,191,86,237,124,8,0,106,96,45,5,117,103,6,0,109,224,25,217,220,126,9,0,109,224,25,217,138,127,9,0,110,224,37,63,236,226,7,0,110,224,37,63,53,227,7,0,111,96,8,105,219,24,7,0,112,224,187,72,42,36,9,0,112,224,187,72,135,36,9,0,114,224,17,239,92,15,9,0,114,224,17,239,130,20,9,0,115,96,57,91,60,112,6,0,115,224,130,166,155,89,7,0,115,224,130,166,243,136,7,0,117,224,56,10,67,151,6,0,118,224,50,215,251,174,11,0,119,224,81,149,110,119,8,0,121,96,202,6,91,121,9,0,121,96,202,6,171,122,9,0,121,96,202,6,253,123,9,0,121,96,202,6,84,125,9,0,123,224,25,65,138,85,9,0,123,224,25,65,93,87,9,0,124,96,221,216,118,154,7,0,124,96,221,216,63,155,7,0,124,224,227,83,255,110,10,0,125,224,31,197,36,250,9,0,125,224,31,197,60,250,9,0,128,96,68,16,81,179,7,0,128,96,68,16,110,153,8,0,128,96,25,92,92,15,9,0,128,96,25,92,130,20,9,0,130,224,26,235,226,33,7,0,130,224,82,251,95,53,11,0,131,96,207,78,170,79,7,0,131,224,181,225,235,99,7,0,136,224,128,173,81,179,7,0,136,224,128,173,34,26,9,0,140,224,171,136,211,222,6,0,140,224,247,7,255,110,10,0,141,224,137,18,209,54,11,0,143,224,153,242,206,166,6,0,149,96,34,63,201,24,6,0,149,96,24,148,59,41,7,0,149,96,34,63,35,156,7,0,150,96,211,199,24,17,7,0,155,96,119,223,10,77,7,0,155,96,119,223,170,79,7,0,155,224,117,143,68,165,7,0,155,96,119,223,245,40,10,0,155,96,119,223,90,41,10,0,156,96,201,199,81,179,7,0,156,96,201,199,68,192,7,0,158,96,239,240,233,21,11,0,159,96,177,121,59,41,7,0,161,224,193,147,119,97,7,0,164,224,128,208,195,105,6,0,165,224,8,175,194,11,7,0,166,224,193,93,155,5,6,0,166,224,87,65,183,116,7,0,166,224,61,149,68,165,7,0,168,224,242,162,89,202,7,0,168,224,242,162,207,202,7,0,169,224,171,221,182,94,7,0,172,224,20,144,59,41,7,0,178,224,78,245,57,10,7,0,180,224,112,164,5,143,7,0,180,224,107,203,232,142,10,0,186,224,58,74,181,5,7,0,186,224,248,29,81,179,7,0,186,224,248,29,110,153,8,0,186,96,11,240,145,73,10,0,186,96,11,240,57,74,10,0,187,96,124,146,234,95,11,0,187,96,14,41,0,96,11,0,187,224,206,78,176,218,11,0,188,224,69,160,238,100,9,0,188,224,69,160,126,101,9,0,189,224,66,250,71,115,7,0,189,224,132,31,92,15,9,0,189,224,132,31,130,20,9,0,191,224,127,121,246,15,7,0,191,224,33,170,210,194,10,0,194,96,93,248,138,85,9,0,194,96,93,248,93,87,9,0,194,96,49,169,158,232,11,0,195,224,231,55,230,25,6,0,195,224,217,220,221,26,9,0,195,224,217,220,51,27,9,0,196,96,221,181,59,41,7,0,196,224,137,182,59,41,7,0,196,96,24,5,50,29,10,0,199,224,198,8,215,207,6,0,205,96,207,154,59,41,7,0,206,224,63,242,95,62,7,0,209,224,196,184,251,132,6,0,210,224,130,166,243,136,7,0,210,224,15,181,149,208,7,0,211,96,50,58,186,105,10,0,211,224,40,134,102,165,10,0,211,224,40,134,128,165,10,0,212,96,78,93,5,143,7,0,214,224,9,146,68,165,7,0,219,96,152,73,92,15,9,0,219,96,152,73,130,20,9,0,220,224,73,31,5,143,7,0,220,224,82,3,42,36,9,0,220,224,82,3,135,36,9,0,221,96,217,58,66,196,6,0,221,96,44,193,57,25,7,0,228,96,155,130,155,89,7,0,228,96,165,34,232,121,7,0,228,96,165,34,255,110,10,0,229,96,29,190,229,203,7,0,230,96,37,47,23,216,11,0,232,96,122,99,35,127,7,0,234,96,210,49,246,201,6,0,235,96,218,79,59,41,7,0,236,96,143,101,118,154,7,0,236,96,143,101,63,155,7,0,239,96,240,52,113,49,9,0,239,96,240,52,44,51,9,0,239,96,228,213,204,58,9,0,239,96,228,213,5,59,9,0,240,224,108,116,180,171,11,0,241,96,102,61,179,129,7,0,241,96,20,28,86,191,11,0,244,224,193,148,62,171,6,0,244,224,136,207,22,38,7,0,253,224,225,173,218,4,7,0,1,225,82,219,95,62,7,0,2,97,175,126,138,103,9,0,2,97,175,126,62,104,9,0,2,225,84,255,132,92,11,0,3,225,76,64,202,50,8,0,3,225,166,109,33,82,11,0,4,225,108,207,19,190,11,0,5,225,220,60,156,176,7,0,5,225,17,140,81,179,7,0,5,225,77,166,185,11,9,0,5,225,77,166,89,12,9,0,5,225,77,166,254,12,9,0,5,225,17,140,49,169,10,0,5,225,17,140,67,169,10,0,8,97,28,25,245,40,10,0,8,97,28,25,90,41,10,0,9,225,163,160,68,165,7,0,10,97,44,63,40,157,6,0,10,97,46,81,110,120,11,0,14,97,59,222,137,239,5,0,21,225,218,187,239,143,8,0,21,97,177,67,205,169,10,0,21,97,177,67,47,171,10,0,22,97,98,15,172,12,7,0,22,225,134,156,100,222,8,0,22,225,134,156,176,222,8,0,22,225,119,234,179,141,11,0,26,97,214,34,175,140,10,0,27,225,167,109,196,9,7,0,33,225,64,134,255,110,10,0,34,97,238,89,175,140,10,0,36,97,231,242,197,48,7,0,36,97,78,142,105,234,11,0,38,225,52,43,213,31,9,0,38,225,52,43,198,32,9,0,39,97,49,186,72,255,8,0,39,97,49,186,168,255,8,0,39,97,49,186,17,0,9,0,39,225,249,225,255,110,10,0,40,97,62,209,255,110,10,0,43,97,127,187,5,143,7,0,44,225,60,134,191,247,11,0,45,225,154,112,127,66,8,0,47,225,234,12,143,228,5,0,47,225,96,207,219,24,7,0,49,97,71,33,59,41,7,0,49,225,247,25,144,137,7,0,50,225,146,109,153,90,7,0,51,225,193,129,132,102,10,0,51,225,193,129,150,102,10,0,51,225,193,129,168,102,10,0,52,97,28,144,146,78,10,0,53,225,160,243,58,217,6,0,53,225,208,7,71,107,10,0,53,225,208,7,99,107,10,0,54,97,138,140,156,176,7,0,54,97,138,140,81,179,7,0,55,225,126,212,228,13,7,0,55,225,43,71,255,110,10,0,56,97,56,127,162,175,6,0,56,225,103,36,170,79,7,0,60,97,167,92,68,165,7,0,60,97,167,92,54,123,11,0,61,225,20,144,54,69,7,0,61,225,249,62,186,104,7,0,61,97,40,171,87,192,8,0,66,225,49,116,122,186,6,0,66,97,47,162,218,4,7,0,66,97,140,186,207,167,8,0,67,225,0,36,108,57,7,0,67,225,0,36,168,57,7,0,69,225,211,60,232,121,7,0,70,225,247,69,149,106,7,0,70,225,247,69,239,106,7,0,70,225,161,194,113,49,9,0,70,225,161,194,44,51,9,0,70,97,89,18,155,67,11,0,72,97,209,251,71,88,6,0,73,97,2,221,170,79,7,0,73,97,183,200,145,73,10,0,73,97,183,200,57,74,10,0,73,97,166,5,94,200,10,0,73,97,166,5,209,218,10,0,77,97,81,242,31,5,7,0,80,97,186,113,231,206,9,0,81,97,115,247,168,3,9,0,81,97,115,247,73,7,9,0,82,97,202,154,144,129,10,0,82,97,202,154,233,129,10,0,82,97,202,154,65,130,10,0,83,97,123,132,189,255,10,0,84,97,183,219,167,85,7,0,84,97,55,166,20,44,9,0,84,97,55,166,94,44,9,0,85,225,90,201,69,179,9,0,85,225,90,201,155,179,9,0,85,225,90,201,43,180,9,0,87,225,55,74,10,37,7,0,89,225,97,74,55,228,8,0,89,225,97,74,39,237,8,0,89,225,97,74,32,246,8,0,90,97,248,39,90,224,6,0,90,225,71,59,131,40,10,0,90,225,71,59,90,41,10,0,91,225,24,207,93,217,6,0,91,97,142,163,139,16,7,0,91,225,241,203,235,158,11,0,93,97,102,118,78,251,11,0,95,97,178,28,156,39,7,0,95,97,170,95,197,48,7,0,95,225,220,64,144,137,7,0,96,97,0,98,30,24,6,0,96,97,73,79,6,8,7,0,97,97,251,90,30,131,7,0,98,97,138,49,172,115,8,0,101,97,215,203,232,121,7,0,102,97,120,248,164,199,9,0,102,97,120,248,196,199,9,0,102,97,120,248,239,199,9,0,102,97,120,248,20,200,9,0,102,97,120,248,51,200,9,0,105,97,97,234,247,224,10,0,107,97,91,167,92,15,9,0,107,97,91,167,130,20,9,0,110,97,126,79,37,63,7,0,112,225,200,39,49,91,8,0,113,225,243,125,2,72,7,0,114,225,248,222,24,11,11,0,115,97,63,11,235,100,6,0,117,225,147,234,59,41,7,0,119,97,128,163,174,173,6,0,119,97,48,129,197,48,7,0,119,97,128,163,228,90,7,0,119,225,253,201,152,65,9,0,119,225,253,201,36,66,9,0,119,225,209,243,229,27,10,0,119,225,209,243,114,28,10,0,124,225,11,82,12,221,6,0,124,225,11,82,226,33,7,0,126,225,216,176,46,192,11,0,128,225,173,102,58,93,7,0,129,225,30,170,154,212,10,0,129,225,30,170,15,213,10,0,129,225,30,170,133,222,10,0,129,225,30,170,192,223,10,0,131,225,193,237,102,237,9,0,131,225,193,237,115,238,9,0,132,97,57,91,120,237,7,0,132,97,57,91,161,237,7,0,132,97,57,91,204,237,7,0,132,225,250,77,139,246,9,0,132,225,250,77,215,246,9,0,137,225,131,16,69,29,7,0,139,225,54,44,232,121,7,0,139,97,224,192,132,35,10,0,139,97,224,192,156,35,10,0,140,225,78,7,197,48,7,0,142,97,88,159,197,48,7,0,142,97,205,155,145,73,10,0,142,97,205,155,57,74,10,0,144,225,44,160,114,137,10,0,144,225,44,160,140,137,10,0,146,97,154,183,199,172,10,0,146,97,154,183,74,173,10,0,147,225,56,57,110,210,9,0,147,225,56,57,133,210,9,0,154,225,6,187,90,109,11,0,155,97,199,197,255,110,10,0,156,225,119,74,135,47,8,0,157,97,119,190,42,72,9,0,157,97,119,190,233,72,9,0,157,97,119,190,162,73,9,0,164,225,86,66,163,149,9,0,164,225,86,66,246,149,9,0,165,225,3,76,170,7,7,0,167,225,230,111,255,86,6,0,167,225,86,85,231,206,9,0,170,97,181,4,232,121,7,0,173,225,36,97,29,119,7,0,173,225,36,97,86,119,7,0,173,225,180,124,204,195,10,0,175,97,44,41,5,143,7,0,176,225,242,151,199,79,11,0,178,97,61,0,148,215,10,0,179,97,86,133,57,25,7,0,181,225,59,120,124,120,11,0,182,97,57,43,138,85,9,0,182,97,57,43,93,87,9,0,183,97,7,218,35,95,6,0,183,97,7,218,72,135,6,0,186,225,168,3,91,121,9,0,186,225,168,3,171,122,9,0,186,225,168,3,253,123,9,0,186,225,168,3,84,125,9,0,187,97,8,72,150,233,7,0,187,225,242,232,107,109,11,0,189,225,86,163,125,18,7,0,189,225,235,232,102,58,11,0,194,97,181,239,68,165,7,0,194,225,238,117,207,167,8,0,194,225,238,117,99,169,8,0,194,225,238,117,207,169,8,0,196,225,166,54,141,175,6,0,196,97,207,121,77,94,9,0,196,97,207,121,93,95,9,0,196,225,131,109,169,240,10,0,198,225,60,63,235,111,7,0,198,97,162,31,220,126,9,0,198,97,162,31,138,127,9,0,198,225,23,226,243,137,10,0,198,225,23,226,63,138,10,0,198,225,23,226,140,138,10,0,203,97,4,167,235,99,7,0,204,225,203,126,38,153,8,0,208,97,73,68,35,127,7,0,209,97,3,183,144,137,7,0,213,225,146,14,154,121,6,0,215,225,166,222,174,111,8,0,215,225,166,222,221,111,8,0,215,225,166,222,7,112,8,0,215,225,166,222,110,119,8,0,217,225,7,38,143,209,7,0,220,97,80,45,68,165,7,0,220,97,115,17,207,167,8,0,221,225,211,24,224,55,9,0,221,225,211,24,248,55,9,0,221,225,211,24,24,56,9,0,222,225,30,110,231,206,9,0,223,97,23,94,92,15,9,0,223,97,23,94,130,20,9,0,224,97,197,154,81,179,7,0,224,97,197,154,110,153,8,0,225,225,214,19,202,50,8,0,232,225,212,63,37,63,7,0,234,225,183,80,37,63,7,0,235,97,97,54,95,89,6,0,237,97,233,4,10,77,7,0,237,97,233,4,170,79,7,0,240,225,148,69,199,252,5,0,241,225,157,92,78,221,9,0,241,225,157,92,98,221,9,0,242,97,120,210,13,32,6,0,243,225,64,205,46,215,9,0,243,225,64,205,79,215,9,0,243,225,64,205,112,215,9,0,244,97,22,229,251,102,9,0,244,97,22,229,48,103,9,0,245,97,3,51,191,90,11,0,248,97,196,148,20,44,9,0,248,97,196,148,94,44,9,0,249,97,100,113,69,23,6,0,249,225,175,76,59,41,7,0,251,97,174,183,235,99,7,0,253,97,144,212,52,28,7,0,253,97,169,97,68,165,7,0,254,97,41,217,8,169,6,0,254,225,245,207,94,203,10,0,254,225,151,159,100,10,11,0,1,98,86,37,144,137,7,0,1,226,243,112,68,165,7,0,1,98,86,37,251,246,10,0,2,226,26,174,61,180,6,0,2,226,84,154,125,73,7,0,4,98,154,153,35,127,7,0,5,98,97,33,2,72,7,0,5,226,98,56,125,73,7,0,6,98,95,25,189,98,8,0,7,98,148,52,168,3,9,0,7,98,148,52,73,7,9,0,9,98,245,14,86,119,7,0,9,226,29,182,5,143,7,0,13,226,156,228,108,32,7,0,16,98,14,120,77,149,6,0,16,226,26,143,170,79,7,0,17,226,109,159,68,165,7,0,18,226,105,161,5,143,7,0,18,98,199,248,68,165,7,0,19,226,200,171,232,77,6,0,19,98,224,109,2,72,7,0,22,98,233,226,178,232,5,0,23,226,229,10,81,179,7,0,23,226,229,10,34,26,9,0,27,98,44,81,116,192,11,0,28,226,69,65,49,72,6,0,31,226,5,177,137,214,6,0,31,226,226,124,81,179,7,0,31,226,226,124,34,26,9,0,32,98,32,205,240,59,7,0,33,226,4,92,45,186,6,0,34,98,62,156,144,137,7,0,34,98,135,174,120,32,11,0,35,98,201,84,35,127,7,0,37,98,247,219,68,165,7,0,38,226,88,87,10,77,7,0,38,226,88,87,170,79,7,0,43,98,118,103,154,251,11,0,46,98,67,162,185,11,9,0,46,98,67,162,89,12,9,0,46,98,67,162,254,12,9,0,47,226,44,122,210,112,7,0,47,226,235,153,218,159,10,0,47,226,235,153,111,162,10,0,48,226,210,87,116,23,7,0,49,226,8,73,210,242,5,0,49,226,8,73,125,73,7,0,49,226,8,73,120,75,7,0,50,226,184,9,148,58,7,0,51,98,68,129,204,189,6,0,51,98,253,227,197,48,7,0,52,98,27,235,140,74,6,0,52,98,82,125,216,125,8,0,53,226,18,112,238,100,9,0,53,226,18,112,126,101,9,0,57,98,179,196,129,218,6,0,59,226,43,149,246,15,7,0,59,98,54,42,59,41,7,0,59,98,105,223,56,92,7,0,59,226,16,211,116,215,8,0,59,98,168,52,230,182,11,0,60,98,117,118,156,207,11,0,60,98,117,118,185,207,11,0,61,98,252,221,69,110,7,0,61,226,237,179,5,143,7,0,62,98,189,53,4,255,6,0,62,226,32,173,200,92,7,0,62,226,32,173,233,92,7,0,65,98,33,100,213,44,10,0,65,98,33,100,213,44,10,0,66,226,121,121,20,44,9,0,66,226,121,121,94,44,9,0,67,98,121,255,155,9,8,0,71,226,248,222,183,206,8,0,73,98,166,222,235,99,7,0,75,226,115,55,183,116,7,0,78,98,156,197,154,130,10,0,79,226,12,47,152,77,6,0,79,98,132,170,236,111,6,0,86,226,135,243,22,38,7,0,86,226,119,8,37,63,7,0,86,226,14,194,5,143,7,0,88,226,3,227,228,90,7,0,89,98,241,59,206,13,6,0,89,98,18,147,24,53,9,0,89,98,18,147,252,53,9,0,89,98,18,147,216,54,9,0,89,98,101,56,64,88,10,0,90,226,227,132,8,217,7,0,91,226,81,23,63,4,6,0,91,226,81,23,46,47,6,0,91,226,87,208,202,174,10,0,91,226,87,208,250,174,10,0,91,226,87,208,41,175,10,0,91,226,87,208,101,175,10,0,93,226,34,129,51,250,10,0,95,98,33,152,61,8,6,0,97,226,27,237,42,36,9,0,97,226,27,237,135,36,9,0,100,226,45,131,116,192,6,0,107,98,45,117,142,5,7,0,107,226,189,0,88,99,7,0,110,98,108,165,158,128,7,0,110,98,223,40,72,255,8,0,110,98,223,40,168,255,8,0,110,98,223,40,17,0,9,0,112,226,114,219,182,217,7,0,115,226,137,3,15,41,7,0,116,98,58,69,88,170,6,0,116,226,189,201,69,135,7,0,117,98,38,92,198,80,6,0,118,98,123,57,32,238,6,0,118,226,234,227,45,208,10,0,120,226,102,255,170,79,7,0,123,226,84,233,55,154,10,0,123,226,84,233,144,154,10,0,124,226,31,70,228,75,11,0,126,226,20,182,197,48,7,0,126,226,163,17,255,110,10,0,126,98,1,126,42,223,11,0,127,98,186,124,200,244,5,0,132,98,157,137,197,48,7,0,132,226,85,73,131,105,9,0,132,226,85,73,180,105,9,0,135,98,20,33,145,142,6,0,135,226,146,190,214,10,7,0,136,98,197,246,2,34,6,0,139,98,73,114,215,5,7,0,140,98,16,100,55,228,8,0,140,98,16,100,39,237,8,0,140,98,16,100,32,246,8,0,146,98,228,158,68,191,11,0,148,226,159,201,9,93,7,0,149,98,208,37,244,239,6,0,149,98,208,37,125,73,7,0,149,98,208,37,120,75,7,0,149,226,135,13,81,179,7,0,149,226,135,13,175,60,8,0,149,226,135,13,220,60,8,0,151,226,157,143,81,179,7,0,151,226,157,143,110,153,8,0,151,226,179,120,234,31,11,0,151,98,73,121,233,229,11,0,154,226,67,15,31,153,9,0,154,226,67,15,214,153,9,0,156,98,188,148,235,171,6,0,156,98,102,34,81,179,7,0,156,98,102,34,119,190,7,0,156,226,26,178,58,55,11,0,157,226,236,172,38,224,5,0,157,226,236,172,17,6,6,0,157,226,236,172,112,220,6,0,157,226,236,172,112,244,6,0,157,98,164,178,251,102,9,0,157,98,164,178,48,103,9,0,158,98,114,131,197,48,7,0,159,98,113,152,100,45,8,0,162,98,30,239,167,61,7,0,162,98,124,23,81,179,7,0,162,98,124,23,34,26,9,0,167,98,156,95,255,110,10,0,167,226,93,73,132,28,11,0,172,226,250,106,135,72,8,0,172,226,251,208,50,42,10,0,172,226,251,208,92,42,10,0,173,98,143,83,159,18,7,0,173,98,143,83,36,166,9,0,173,98,143,83,133,166,9,0,173,98,143,83,235,166,9,0,173,98,143,83,74,167,9,0,173,98,143,83,178,167,9,0,174,226,187,129,94,175,7,0,174,226,187,129,68,192,7,0,180,226,151,163,247,224,10,0,181,226,244,23,102,237,9,0,181,226,244,23,115,238,9,0,183,98,195,239,133,47,9,0,183,98,195,239,46,48,9,0,184,226,119,52,91,121,9,0,184,226,119,52,171,122,9,0,184,226,119,52,253,123,9,0,184,226,119,52,84,125,9,0,185,226,152,208,233,149,6,0,187,226,147,190,235,99,7,0,187,226,158,58,108,214,7,0,187,226,158,58,146,214,7,0,187,226,194,226,228,75,9,0,187,226,194,226,142,76,9,0,187,226,158,58,237,252,9,0,187,226,189,130,80,96,11,0,189,98,53,116,116,66,7,0,190,226,221,75,183,116,7,0,192,98,38,4,185,150,6,0,194,98,14,142,129,50,6,0,194,98,14,142,61,138,6,0,194,98,14,142,59,231,6,0,194,98,14,142,209,246,6,0,194,98,14,142,235,255,6,0,194,98,14,142,49,0,7,0,194,226,252,43,86,119,7,0,194,98,14,142,100,158,7,0,194,98,160,181,213,31,9,0,194,98,160,181,198,32,9,0,195,98,6,6,134,133,11,0,196,226,132,139,59,41,7,0,197,98,200,2,47,52,8,0,198,226,18,187,81,179,7,0,199,226,16,71,255,110,10,0,200,226,61,47,151,131,11,0,202,226,106,103,50,73,7,0,202,226,18,36,56,92,7,0,202,98,40,238,68,165,7,0,202,226,232,254,255,110,10,0,202,98,56,247,197,161,11,0,206,226,112,164,103,154,11,0,207,226,165,237,49,7,7,0,208,226,111,223,59,97,7,0,216,98,55,149,86,119,7,0,216,98,88,233,238,66,9,0,216,98,88,233,8,69,9,0,217,98,235,185,22,38,7,0,217,98,42,243,255,110,10,0,218,226,84,82,68,165,7,0,224,226,39,185,178,251,7,0,224,226,52,60,149,91,10,0,224,226,52,60,231,91,10,0,225,98,252,105,235,99,7,0,226,226,130,100,55,228,8,0,226,226,130,100,39,237,8,0,226,226,130,100,32,246,8,0,230,226,177,176,48,254,7,0,231,98,49,238,224,11,8,0,231,98,49,238,15,12,8,0,233,226,207,146,225,7,7,0,233,226,145,214,201,8,7,0,234,98,24,51,75,107,7,0,236,98,113,50,236,65,7,0,236,98,44,24,69,110,7,0,237,226,210,8,255,110,10,0,238,226,158,90,55,228,8,0,238,226,158,90,39,237,8,0,238,226,158,90,32,246,8,0,239,226,20,158,27,150,6,0,243,226,105,139,223,20,7,0,247,98,158,246,81,242,6,0,247,98,158,246,132,185,9,0,247,226,52,162,255,110,10,0,248,226,91,137,192,130,10,0,248,226,91,137,42,131,10,0,251,98,54,179,68,165,7,0,252,98,97,128,230,12,6,0,252,98,97,128,252,12,6,0,252,226,96,246,250,13,10,0,252,226,96,246,121,14,10,0,252,226,96,246,5,15,10,0,254,98,72,196,115,64,8,0,254,226,200,204,232,200,9,0,254,226,200,204,55,201,9,0,254,226,158,161,179,72,11,0,255,226,244,126,232,197,7,0,0,227,188,242,108,161,6,0,0,227,141,208,55,228,8,0,0,227,141,208,39,237,8,0,0,227,141,208,32,246,8,0,0,99,70,16,78,39,11,0,1,227,35,129,40,202,6,0,2,227,40,24,8,103,6,0,3,99,80,123,42,72,9,0,3,99,80,123,233,72,9,0,3,99,80,123,162,73,9,0,6,99,176,189,174,238,11,0,9,227,147,33,81,179,7,0,9,227,147,33,165,190,7,0,10,227,176,42,170,7,7,0,10,227,93,171,168,3,9,0,10,227,93,171,73,7,9,0,10,227,172,36,38,136,11,0,13,99,111,60,29,241,6,0,13,227,227,213,158,128,7,0,15,227,232,125,144,137,7,0,16,227,104,139,78,39,11,0,17,99,40,254,190,23,6,0,17,227,233,127,181,58,7,0,18,227,137,146,30,131,7,0,18,99,188,9,68,165,7,0,20,99,16,144,107,90,11,0,21,227,23,207,37,63,7,0,21,99,223,56,218,229,7,0,21,227,209,145,177,27,9,0,21,227,209,145,254,28,9,0,21,227,209,145,77,30,9,0,22,227,6,7,152,65,9,0,22,227,6,7,36,66,9,0,22,99,207,41,50,59,11,0,23,227,115,82,5,143,7,0,24,227,43,219,94,175,7,0,24,227,43,219,230,185,7,0,27,99,117,97,10,77,7,0,27,99,117,97,170,79,7,0,28,227,38,211,197,48,7,0,29,99,3,163,116,66,7,0,29,99,163,38,156,44,11,0,29,99,163,38,183,44,11,0,30,99,1,138,108,65,7,0,31,99,17,167,54,241,9,0,31,99,17,167,213,241,9,0,33,99,27,125,30,131,7,0,34,227,223,104,116,66,7,0,37,227,5,55,152,65,9,0,37,227,5,55,36,66,9,0,40,227,206,189,103,217,5,0,41,99,49,150,19,65,7,0,43,227,153,79,23,39,7,0,44,99,170,41,55,93,11,0,48,227,40,104,225,136,7,0,49,227,37,224,251,16,6,0,49,99,219,36,185,124,8,0,50,227,102,100,218,159,10,0,50,227,102,100,111,162,10,0,52,99,17,245,231,206,9,0,53,99,230,250,213,44,10,0,54,99,95,125,91,38,6,0,54,99,234,2,184,220,6,0,54,99,82,139,45,105,7,0,54,99,245,144,34,16,8,0,59,99,73,148,87,194,8,0,60,99,198,222,92,15,9,0,60,99,198,222,130,20,9,0,65,99,118,181,232,229,5,0,65,99,213,233,27,59,11,0,65,99,213,233,180,59,11,0,66,99,49,189,138,103,9,0,66,99,49,189,62,104,9,0,67,99,178,66,71,83,8,0,67,99,178,66,101,83,8,0,67,99,178,66,144,83,8,0,69,227,137,8,57,61,8,0,69,99,15,233,207,167,8,0,69,99,15,233,99,169,8,0,69,99,15,233,207,169,8,0,69,99,15,233,234,170,8,0,69,99,15,233,41,171,8,0,69,99,15,233,119,171,8,0,72,227,186,52,226,33,7,0,75,227,108,2,126,12,7,0,76,99,213,233,232,121,7,0,76,227,195,5,55,228,8,0,76,227,195,5,39,237,8,0,76,227,195,5,32,246,8,0,79,99,122,119,125,60,9,0,80,227,25,142,59,41,7,0,81,227,46,127,168,3,9,0,81,227,46,127,73,7,9,0,81,99,61,250,98,49,11,0,85,227,144,25,29,154,6,0,86,99,1,28,190,24,11,0,88,227,238,17,255,110,10,0,88,99,254,72,135,147,10,0,88,99,254,72,56,148,10,0,91,99,196,244,194,125,6,0,91,227,225,148,249,160,6,0,92,99,240,4,81,137,8,0,92,99,240,4,145,137,8,0,92,99,240,4,199,137,8,0,93,99,181,0,231,206,9,0,98,99,231,133,234,126,6,0,99,227,112,131,146,78,10,0,100,99,213,51,19,65,7,0,104,227,143,147,144,37,7,0,104,227,189,193,197,48,7,0,104,99,229,197,144,137,7,0,105,227,151,159,5,216,7,0,105,227,151,159,230,30,11,0,106,227,56,9,144,137,7,0,107,99,25,186,216,25,7,0,107,99,229,86,227,167,11,0,109,99,68,75,138,85,9,0,109,99,68,75,93,87,9,0,114,99,166,128,230,50,6,0,114,99,166,128,108,73,6,0,115,99,125,67,125,60,9,0,124,227,62,126,223,74,6,0,124,227,34,205,227,144,10,0,124,227,34,205,7,145,10,0,125,227,22,204,103,172,6,0,125,227,221,81,81,179,7,0,125,227,221,81,45,164,8,0,125,227,221,81,195,164,8,0,125,227,221,81,101,165,8,0,125,227,221,81,205,92,10,0,126,227,249,43,180,237,5,0,127,227,227,54,192,131,10,0,127,227,227,54,222,131,10,0,128,99,167,203,75,107,7,0,128,227,81,236,175,172,9,0,128,227,81,236,220,172,9,0,129,99,26,173,238,66,9,0,129,99,26,173,8,69,9,0,129,99,102,111,54,246,11,0,130,99,22,147,251,88,11,0,131,227,251,143,59,41,7,0,132,227,68,188,89,44,6,0,132,227,68,188,251,116,6,0,132,227,118,48,38,217,6,0,134,99,254,235,92,15,9,0,134,99,254,235,130,20,9,0,136,99,171,15,119,92,7,0,137,99,213,233,232,121,7,0,138,99,167,209,125,60,9,0,140,99,189,99,207,167,8,0,141,99,82,85,180,220,5,0,141,99,137,228,231,128,6,0,142,227,93,187,222,184,6,0,142,99,174,233,202,50,8,0,142,99,253,192,113,146,11,0,143,227,1,84,26,4,7,0,143,227,3,252,55,149,9,0,144,99,148,19,205,213,6,0,147,227,220,46,197,165,6,0,151,99,103,17,235,99,7,0,151,99,71,113,68,165,7,0,151,99,207,227,2,239,11,0,152,227,92,121,81,242,6,0,153,227,54,19,157,88,6,0,153,227,54,19,204,35,7,0,154,227,244,138,5,143,7,0,154,227,54,8,102,237,9,0,154,227,54,8,115,238,9,0,157,227,116,85,137,214,6,0,157,99,93,67,239,39,10,0,157,99,93,67,45,40,10,0,157,99,93,67,89,40,10,0,158,99,115,72,60,125,6,0,158,227,161,217,6,63,7,0,158,227,45,206,177,15,10,0,158,227,45,206,198,15,10,0,161,99,72,199,167,251,5,0,161,99,69,198,120,55,6,0,161,227,246,222,5,143,7,0,162,99,98,4,121,100,10,0,162,99,98,4,143,100,10,0,163,99,213,143,197,48,7,0,165,99,172,203,125,73,7,0,169,99,28,189,232,197,7,0,170,99,253,14,68,165,7,0,174,227,243,154,243,16,8,0,174,227,243,154,33,17,8,0,174,227,243,154,83,17,8,0,174,227,10,11,190,29,8,0,175,99,225,170,5,143,7,0,177,99,68,184,213,44,10,0,180,99,158,51,228,247,5,0,180,227,187,100,84,91,6,0,180,227,187,100,200,123,8,0,181,99,253,35,81,179,7,0,181,99,253,35,179,187,7,0,184,227,129,114,55,228,8,0,184,227,129,114,39,237,8,0,184,227,129,114,32,246,8,0,186,99,210,224,54,13,7,0,187,227,55,194,240,109,11,0,187,99,183,191,36,229,11,0,188,99,208,38,124,6,7,0,189,227,194,252,42,72,9,0,189,227,194,252,233,72,9,0,189,227,194,252,162,73,9,0,191,99,226,191,94,175,7,0,192,227,133,203,182,94,7,0,192,227,198,110,145,73,10,0,192,227,198,110,57,74,10,0,197,99,218,148,92,15,9,0,197,99,218,148,130,20,9,0,198,227,129,254,59,23,7,0,200,227,74,196,210,112,7,0,200,99,53,172,232,121,7,0,200,227,141,56,221,189,10,0,202,227,98,221,68,165,7,0,202,99,8,117,199,236,7,0,204,99,158,244,55,228,8,0,204,99,158,244,39,237,8,0,204,99,158,244,32,246,8,0,205,227,218,107,56,86,7,0,212,99,128,143,92,15,9,0,212,99,128,143,130,20,9,0,212,99,98,69,167,215,11,0,214,99,115,145,146,238,5,0,220,227,243,82,138,194,11,0,221,99,82,255,168,3,9,0,221,99,82,255,73,7,9,0,222,99,194,160,75,125,11,0,223,99,15,253,92,232,5,0,224,99,173,191,135,47,8,0,226,227,245,72,125,73,7,0,226,227,245,72,120,75,7,0,231,227,106,229,5,143,7,0,231,227,182,25,102,224,10,0,235,99,110,184,59,41,7,0,235,99,16,186,154,182,8,0,241,99,86,211,245,180,6,0,241,227,1,32,10,77,7,0,241,227,1,32,170,79,7,0,241,227,124,61,182,94,7,0,242,99,205,58,115,214,6,0,243,227,191,127,131,206,6,0,243,227,74,245,210,112,7,0,243,227,125,138,146,78,10,0,244,227,191,127,240,22,6,0,244,227,191,127,115,199,6,0,247,99,231,56,151,119,9,0,247,99,231,56,246,119,9,0,248,99,178,63,213,31,9,0,248,99,178,63,198,32,9,0,249,99,112,171,175,130,11,0,250,99,210,216,55,228,8,0,250,99,210,216,39,237,8,0,250,99,210,216,32,246,8,0,251,227,155,76,69,110,7,0,251,227,155,76,50,84,8,0,251,227,121,125,55,228,8,0,251,227,121,125,39,237,8,0,251,227,121,125,32,246,8,0,252,227,246,229,30,131,7,0,252,99,156,106,109,216,9,0,252,99,156,106,99,217,9,0,255,227,142,215,81,179,7,0,3,228,147,98,177,140,6,0,3,100,195,44,91,121,9,0,3,100,195,44,171,122,9,0,3,100,195,44,253,123,9,0,3,100,195,44,84,125,9,0,4,228,36,141,138,85,9,0,4,228,36,141,93,87,9,0,5,100,212,48,42,141,9,0,5,100,212,48,57,141,9,0,8,100,162,51,207,132,7,0,8,100,202,105,92,15,9,0,8,100,202,105,130,20,9,0,8,228,77,230,203,81,9,0,8,228,77,230,169,82,9,0,8,228,230,3,34,16,11,0,9,100,21,21,215,245,11,0,12,100,108,9,216,9,6,0,15,228,79,63,148,85,6,0,15,100,103,110,118,1,9,0,15,100,103,110,6,2,9,0,16,100,121,150,128,103,7,0,16,100,224,234,146,78,10,0,18,228,62,217,83,247,9,0,18,228,62,217,113,247,9,0,19,100,146,132,2,164,6,0,20,228,249,226,30,131,7,0,21,100,86,216,5,143,7,0,21,100,253,98,168,3,9,0,21,100,253,98,73,7,9,0,24,228,213,113,238,66,9,0,24,228,213,113,8,69,9,0,26,100,10,46,185,11,9,0,26,100,10,46,89,12,9,0,26,100,10,46,254,12,9,0,26,100,68,229,238,66,9,0,26,100,68,229,8,69,9,0,30,228,176,235,65,3,11,0,31,228,121,240,71,32,6,0,31,100,154,23,255,110,10,0,33,228,50,48,81,179,7,0,33,228,50,48,34,26,9,0,38,100,245,173,119,10,7,0,41,228,239,214,58,93,7,0,42,228,72,119,83,205,6,0,42,228,72,119,68,165,7,0,44,228,0,187,117,180,6,0,44,228,0,187,101,213,6,0,44,100,15,100,14,46,11,0,45,100,80,108,217,48,11,0,47,100,206,71,183,116,7,0,49,228,119,65,116,125,6,0,52,100,245,172,118,4,7,0,52,100,31,122,244,205,11,0,52,100,31,122,25,206,11,0,55,100,203,178,202,62,7,0,56,228,16,191,156,126,11,0,58,228,195,125,181,58,7,0,60,100,58,201,81,179,7,0,60,100,58,201,215,193,7,0,60,100,5,234,222,74,11,0,61,100,24,208,201,24,6,0,61,100,24,208,35,156,7,0,62,100,180,50,208,114,11,0,67,228,46,181,55,228,8,0,67,228,46,181,39,237,8,0,67,228,46,181,32,246,8,0,68,228,27,171,229,46,8,0,69,228,233,76,131,58,6,0,69,228,10,171,96,223,11,0,69,228,10,171,26,230,11,0,69,228,10,171,58,230,11,0,71,228,233,55,18,183,8,0,74,100,44,238,59,41,7,0,74,100,38,23,101,132,11,0,76,100,90,102,175,140,10,0,77,100,157,186,226,201,7,0,79,100,232,81,137,223,5,0,79,100,56,255,65,220,6,0,79,100,56,255,219,24,7,0,79,100,131,60,92,47,8,0,79,100,194,92,243,236,10,0,82,100,89,255,89,193,10,0,83,100,60,168,144,137,7,0,88,100,21,53,15,248,11,0,89,100,196,139,162,159,11,0,96,100,141,104,231,206,9,0,96,100,193,30,205,169,10,0,96,100,193,30,47,171,10,0,97,100,162,179,120,47,11,0,98,228,206,78,55,228,8,0,98,228,206,78,39,237,8,0,98,228,206,78,32,246,8,0,99,100,192,49,203,131,9,0,99,100,192,49,97,132,9,0,100,228,232,115,211,218,7,0,101,100,240,16,190,10,11,0,102,100,61,88,10,77,7,0,102,100,61,88,170,79,7,0,103,100,202,6,172,84,8,0,109,228,113,27,209,59,7,0,109,228,91,222,235,99,7,0,111,100,182,93,92,15,9,0,111,100,182,93,130,20,9,0,114,228,53,30,217,6,6,0,115,100,144,95,207,167,8,0,115,100,144,95,99,169,8,0,115,100,144,95,207,169,8,0,116,228,176,98,5,143,7,0,117,100,157,98,255,32,7,0,117,228,128,170,92,250,7,0,119,228,212,100,175,42,8,0,120,228,249,251,183,116,7,0,120,100,185,2,210,190,11,0,124,100,178,237,114,23,11,0,125,100,165,208,68,165,7,0,126,228,253,187,77,62,6,0,126,228,253,187,10,77,7,0,127,228,14,21,255,110,10,0,127,100,28,129,34,16,11,0,128,100,10,185,81,179,7,0,128,228,48,94,110,119,8,0,128,100,10,185,214,137,10,0,129,228,167,214,130,27,7,0,131,100,10,62,47,52,8,0,132,100,40,24,236,190,10,0,134,100,36,204,228,90,7,0,135,228,0,104,142,176,11,0,137,228,103,14,197,101,6,0,140,228,34,64,2,126,10,0,140,228,34,64,203,126,10,0,142,228,174,125,228,75,9,0,142,228,174,125,142,76,9,0,143,228,221,127,56,86,7,0,146,100,205,190,86,119,7,0,148,100,44,66,139,204,6,0,148,100,44,66,56,252,6,0,148,100,121,141,92,15,9,0,148,100,121,141,130,20,9,0,148,228,122,49,255,110,10,0,148,100,134,52,82,171,11,0,151,100,86,206,210,112,7,0,151,228,59,212,158,128,7,0,152,100,90,170,108,32,7,0,152,100,129,159,238,66,9,0,152,100,129,159,8,69,9,0,154,228,13,81,244,217,5,0,154,100,17,172,139,83,7,0,156,100,101,140,114,113,6,0,160,100,180,94,197,48,7,0,160,100,2,66,86,119,7,0,161,228,5,133,59,115,11,0,163,228,68,26,24,50,6,0,163,100,116,218,59,41,7,0,164,228,158,104,86,119,7,0,167,100,194,51,146,142,9,0,167,100,194,51,222,142,9,0,167,100,194,51,39,143,9,0,169,228,35,160,67,215,11,0,170,228,27,80,36,205,7,0,171,100,26,139,59,41,7,0,172,228,185,148,236,68,6,0,175,228,178,82,159,18,7,0,175,100,81,122,142,65,7,0,175,228,178,82,36,166,9,0,175,228,178,82,133,166,9,0,175,228,178,82,235,166,9,0,175,228,178,82,74,167,9,0,175,228,178,82,178,167,9,0,176,228,73,9,142,13,8,0,176,228,73,9,52,130,11,0,178,100,91,137,58,121,8,0,179,100,125,135,146,181,9,0,179,100,125,135,166,181,9,0,180,228,52,206,168,3,9,0,180,228,52,206,73,7,9,0,181,100,62,173,27,70,7,0,181,100,103,232,119,97,7,0,181,100,103,232,189,89,11,0,182,228,103,27,168,3,9,0,182,228,103,27,73,7,9,0,183,100,170,152,30,211,10,0,184,100,198,6,201,24,6,0,184,100,198,6,35,156,7,0,187,100,200,20,215,188,10,0,188,228,126,140,197,48,7,0,188,228,117,120,247,228,10,0,189,100,135,100,144,137,7,0,193,228,107,88,190,17,7,0,196,228,45,129,84,191,6,0,197,228,151,128,157,235,6,0,197,228,25,110,255,110,10,0,197,100,223,209,255,110,10,0,198,228,108,113,2,72,7,0,199,228,124,81,255,110,10,0,202,100,86,14,37,63,7,0,203,100,213,17,11,223,11,0,204,228,166,142,24,53,9,0,204,228,166,142,252,53,9,0,204,228,166,142,216,54,9,0,205,100,103,223,3,130,7,0,205,100,103,223,102,130,7,0,207,100,161,77,121,69,7,0,207,100,223,195,138,85,9,0,207,100,223,195,93,87,9,0,207,100,230,95,118,1,11,0,209,228,250,249,79,68,7,0,210,100,231,142,213,89,9,0,210,100,231,142,252,89,9,0,211,100,74,97,116,66,7,0,212,100,87,56,113,49,9,0,212,100,87,56,44,51,9,0,212,100,60,150,40,63,9,0,212,100,60,150,226,63,9,0,212,100,60,150,144,64,9,0,215,228,174,145,216,25,7,0,215,100,203,6,241,123,8,0,217,228,31,11,37,46,10,0,217,228,31,11,103,47,10,0,217,228,31,11,172,48,10,0,219,100,188,148,168,132,10,0,219,100,188,148,195,132,10,0,220,100,89,1,116,66,7,0,221,228,224,200,179,129,7,0,221,228,211,216,77,61,9,0,221,228,211,216,55,62,9,0,224,100,99,196,5,143,7,0,224,100,133,80,133,23,11,0,226,228,13,138,246,225,5,0,226,228,76,242,152,30,7,0,226,228,7,236,181,58,7,0,226,100,199,17,116,66,7,0,226,228,167,183,202,50,8,0,226,228,85,101,22,55,8,0,227,100,160,136,138,194,11,0,230,228,118,1,92,15,9,0,230,228,118,1,130,20,9,0,232,100,79,200,21,57,7,0,232,100,79,200,30,218,10,0,236,100,129,236,179,129,8,0,236,228,146,34,174,221,9,0,236,228,146,34,203,221,9,0,239,100,153,134,255,110,10,0,241,100,91,70,130,86,7,0,241,100,21,126,204,195,10,0,241,100,200,245,172,48,11,0,247,228,101,93,198,233,5,0,248,100,219,73,130,86,7,0,248,228,101,67,31,153,9,0,248,228,101,67,214,153,9,0,249,100,45,225,234,214,7,0,249,100,70,237,77,92,9,0,249,100,70,237,108,92,9,0,251,100,165,55,16,50,8,0,252,228,111,136,241,118,6,0,253,100,39,123,216,25,7,0,255,100,86,67,49,172,6,0,255,100,86,67,99,249,7,0,255,100,86,67,147,249,7,0,255,100,86,67,205,90,8,0,0,229,215,187,24,193,10,0,1,229,89,222,36,239,11,0,2,101,138,70,218,159,10,0,2,101,138,70,111,162,10,0,6,101,236,88,243,85,11,0,7,101,208,72,240,59,7,0,7,101,163,23,161,190,9,0,7,101,163,23,93,191,9,0,9,101,169,49,100,106,7,0,10,229,115,88,167,61,7,0,10,101,205,160,154,130,10,0,10,101,122,166,98,125,11,0,10,101,122,166,237,138,11,0,11,229,63,217,5,143,7,0,11,101,231,242,166,23,10,0,11,101,231,242,181,24,10,0,11,101,231,242,184,25,10,0,11,101,231,242,214,26,10,0,11,101,245,150,156,227,10,0,13,101,132,41,168,3,9,0,13,101,132,41,73,7,9,0,13,101,101,9,222,88,11,0,14,229,140,1,60,189,10,0,14,229,151,221,100,133,11,0,15,229,244,144,81,179,7,0,15,229,244,144,110,153,8,0,20,101,215,13,51,109,7,0,20,229,88,145,107,114,7,0,21,101,53,167,144,27,11,0,23,101,241,45,106,111,9,0,23,101,241,45,144,111,9,0,23,101,215,199,36,166,9,0,23,101,215,199,133,166,9,0,23,101,215,199,235,166,9,0,23,101,215,199,74,167,9,0,23,101,215,199,178,167,9,0,24,229,207,16,101,89,9,0,24,229,207,16,133,89,9,0,32,101,200,114,132,160,6,0,32,229,26,244,204,58,9,0,32,229,26,244,5,59,9,0,34,229,83,20,48,112,8,0,37,229,70,82,216,64,7,0,37,229,7,12,147,176,8,0,37,229,7,12,24,183,11,0,37,101,255,157,166,227,11,0,38,229,20,235,36,212,7,0,39,101,61,182,214,113,7,0,41,229,76,105,189,216,10,0,44,101,133,111,72,255,8,0,44,101,133,111,168,255,8,0,44,101,133,111,17,0,9,0,44,229,175,13,255,110,10,0,44,229,166,87,119,56,11,0,45,101,146,22,213,44,10,0,47,101,180,173,201,67,11,0,49,229,6,190,183,212,11,0,50,101,156,95,218,159,10,0,50,101,156,95,111,162,10,0,54,229,95,193,232,121,7,0,55,229,74,5,152,77,6,0,57,229,122,22,144,137,7,0,58,229,119,211,35,84,6,0,58,101,85,7,134,211,7,0,59,229,81,128,238,137,9,0,59,229,81,128,73,138,9,0,59,229,81,128,158,138,9,0,60,101,139,207,12,206,6,0,60,229,196,109,2,72,7,0,62,101,68,250,231,206,9,0,64,101,6,26,199,133,7,0,67,101,206,76,138,103,9,0,67,101,206,76,62,104,9,0,70,229,238,25,68,50,8,0,72,101,166,124,221,219,7,0,74,101,233,113,192,20,6,0,74,229,151,84,212,37,8,0,74,229,151,84,15,38,8,0,74,229,151,84,84,38,8,0,74,229,151,84,154,38,8,0,75,229,175,144,31,153,9,0,75,229,175,144,214,153,9,0,75,229,141,191,144,129,10,0,75,229,141,191,233,129,10,0,75,229,141,191,65,130,10,0,79,229,229,19,63,84,6,0,79,101,2,130,197,48,7,0,79,229,137,150,92,15,9,0,79,229,137,150,130,20,9,0,81,229,236,156,172,219,5,0,81,101,125,206,197,48,7,0,83,101,98,84,169,105,7,0,83,229,142,92,18,223,9,0,83,229,142,92,58,223,9,0,83,229,142,92,107,223,9,0,86,229,56,211,251,212,7,0,87,229,109,20,0,172,6,0,87,229,109,20,202,177,6,0,87,101,82,209,137,178,7,0,87,229,24,90,138,85,9,0,87,229,24,90,93,87,9,0,89,229,91,180,55,228,8,0,89,229,91,180,39,237,8,0,89,229,91,180,32,246,8,0,89,229,2,146,168,3,9,0,89,229,2,146,73,7,9,0,89,101,71,64,238,66,9,0,89,101,71,64,8,69,9,0,90,101,223,25,255,110,10,0,96,101,183,187,177,27,9,0,96,101,183,187,254,28,9,0,96,101,183,187,77,30,9,0,98,101,202,54,140,74,6,0,98,229,147,42,69,110,7,0,99,229,124,137,73,3,7,0,104,101,21,212,57,25,7,0,104,229,191,195,179,104,11,0,110,101,93,207,157,51,10,0,110,101,93,207,1,52,10,0,110,101,93,207,98,52,10,0,113,101,45,57,84,81,8,0,114,101,182,200,55,228,8,0,114,101,182,200,39,237,8,0,114,101,182,200,32,246,8,0,114,101,238,33,233,197,10,0,116,229,252,181,73,3,7,0,117,101,225,0,228,90,7,0,117,229,70,82,133,242,11,0,119,101,232,68,189,48,11,0,123,101,147,183,203,131,9,0,123,101,147,183,97,132,9,0,123,101,140,77,46,73,11,0,124,229,222,127,114,13,6,0,124,101,182,147,36,106,6,0,125,229,222,127,199,10,6,0,127,229,59,113,59,41,7,0,128,101,128,76,69,135,7,0,129,229,172,45,255,233,5,0,129,101,9,231,66,87,10,0,129,101,9,231,90,87,10,0,130,101,211,34,64,88,10,0,134,229,226,155,255,110,10,0,135,229,240,17,254,60,11,0,136,229,40,247,59,41,7,0,137,229,85,140,76,71,9,0,137,229,85,140,96,71,9,0,138,101,39,237,182,94,7,0,139,101,250,251,202,50,8,0,139,229,98,110,213,31,9,0,139,229,98,110,198,32,9,0,140,101,247,6,45,208,10,0,145,101,162,75,170,79,7,0,145,229,27,31,98,203,8,0,147,229,195,65,236,111,9,0,147,229,195,65,9,112,9,0,147,229,195,65,54,112,9,0,148,101,239,212,204,70,7,0,149,229,156,95,11,237,5,0,149,101,4,41,69,135,7,0,149,229,156,95,154,160,7,0,149,101,58,201,106,26,11,0,152,101,164,56,168,3,9,0,152,101,164,56,73,7,9,0,153,229,237,62,30,222,6,0,153,229,192,174,166,23,10,0,153,229,192,174,181,24,10,0,153,229,192,174,184,25,10,0,153,229,192,174,214,26,10,0,153,229,50,248,255,110,10,0,153,101,243,42,239,118,11,0,154,101,151,253,10,77,7,0,154,101,151,253,170,79,7,0,155,101,132,42,169,33,6,0,156,101,161,222,223,20,7,0,157,229,158,249,255,110,10,0,157,229,57,59,62,177,10,0,157,229,57,59,119,177,10,0,158,101,78,47,253,28,7,0,160,101,248,171,23,222,9,0,160,101,248,171,52,222,9,0,160,101,206,34,241,94,10,0,160,101,206,34,39,95,10,0,165,101,203,166,36,158,7,0,165,101,203,166,66,158,7,0,167,229,86,108,225,76,8,0,167,229,86,108,6,77,8,0,167,229,86,108,47,77,8,0,169,229,58,227,216,25,7,0,170,101,2,114,43,254,10,0,173,101,151,159,97,12,11,0,174,229,46,135,137,108,7,0,174,229,46,135,187,108,7,0,175,101,166,116,157,225,10,0,176,101,189,174,182,94,7,0,180,101,72,148,6,198,11,0,182,101,163,249,161,190,9,0,182,101,163,249,93,191,9,0,183,229,111,66,55,228,8,0,183,229,111,66,39,237,8,0,183,229,111,66,32,246,8,0,187,101,222,69,192,97,6,0,190,229,24,89,161,190,9,0,190,229,24,89,93,191,9,0,192,101,174,64,45,15,7,0,194,101,182,148,171,198,11,0,196,101,213,232,197,48,7,0,198,229,82,126,65,243,6,0,198,101,135,1,144,137,7,0,198,101,134,175,55,228,8,0,198,101,134,175,39,237,8,0,198,101,134,175,32,246,8,0,202,101,208,109,5,143,7,0,205,101,97,198,122,187,11,0,208,229,216,150,92,109,6,0,208,229,216,150,56,145,6,0,210,229,80,183,144,137,7,0,214,101,50,143,201,8,7,0,214,229,133,252,35,127,7,0,215,229,188,85,104,81,9,0,215,229,188,85,133,81,9,0,216,101,99,150,97,134,6,0,218,229,82,227,116,66,7,0,218,229,233,221,131,41,9,0,223,229,62,24,102,118,9,0,223,229,62,24,164,118,9,0,224,229,99,110,15,67,10,0,224,229,99,110,50,67,10,0,224,229,99,110,95,67,10,0,225,229,107,20,108,19,7,0,225,229,248,252,113,49,9,0,225,229,248,252,44,51,9,0,226,101,10,146,121,69,7,0,229,101,231,247,197,48,7,0,231,229,70,82,22,38,7,0,233,229,250,239,55,228,8,0,233,229,250,239,39,237,8,0,233,229,250,239,32,246,8,0,233,229,43,50,168,3,9,0,233,229,43,50,73,7,9,0,234,229,215,233,77,61,9,0,234,229,215,233,55,62,9,0,235,229,33,88,22,38,7,0,237,229,155,90,112,173,6,0,237,101,30,103,92,15,9,0,237,101,30,103,130,20,9,0,240,101,167,23,240,59,7,0,240,101,109,249,170,79,7,0,243,101,158,86,87,146,6,0,243,229,128,72,197,48,7,0,246,101,198,183,182,94,7,0,246,229,213,153,168,3,9,0,246,229,213,153,73,7,9,0,247,101,5,109,182,94,7,0,248,229,31,61,37,63,7,0,248,229,31,61,170,64,7,0,251,229,128,186,106,58,7,0,251,229,128,186,235,99,7,0,253,229,219,5,144,137,7,0,0,230,67,189,84,137,6,0,1,102,209,184,49,193,8,0,1,102,209,184,126,193,8,0,1,102,209,184,204,193,8,0,4,102,84,87,55,233,10,0,7,102,209,78,255,110,10,0,8,102,252,49,111,255,9,0,8,102,252,49,141,255,9,0,8,102,252,49,194,255,9,0,9,102,98,222,215,80,6,0,11,102,214,90,59,41,7,0,12,102,185,125,177,133,11,0,14,102,84,230,59,41,7,0,14,102,238,78,84,134,8,0,14,102,144,71,28,66,11,0,15,102,113,107,246,15,7,0,17,230,54,96,118,4,11,0,19,102,211,116,250,101,6,0,21,230,193,174,16,2,7,0,21,230,13,8,251,97,9,0,21,230,13,8,65,98,9,0,21,230,13,8,142,98,9,0,22,230,40,47,220,12,10,0,22,230,40,47,235,12,10,0,22,230,40,47,67,13,10,0,23,230,169,39,53,130,6,0,24,102,2,116,35,127,7,0,26,230,164,139,38,63,6,0,26,230,167,129,168,3,9,0,26,230,167,129,73,7,9,0,29,230,73,31,238,178,6,0,30,102,45,239,226,187,11,0,31,102,60,66,172,134,7,0,31,230,80,83,24,53,9,0,31,230,80,83,252,53,9,0,31,230,80,83,216,54,9,0,32,102,34,129,112,128,8,0,35,230,151,53,46,217,5,0,37,102,166,125,77,94,9,0,37,102,166,125,93,95,9,0,38,102,31,5,232,121,7,0,40,102,67,16,5,143,7,0,44,230,108,73,104,95,11,0,46,230,110,27,139,83,7,0,47,230,25,123,116,66,7,0,51,102,66,162,92,15,9,0,51,102,66,162,130,20,9,0,53,230,120,71,55,228,8,0,53,230,120,71,39,237,8,0,53,230,120,71,32,246,8,0,56,230,247,217,228,141,6,0,56,102,147,51,228,75,9,0,56,102,147,51,142,76,9,0,56,230,247,217,218,159,10,0,56,230,247,217,111,162,10,0,57,102,59,56,202,56,7,0,63,102,182,119,92,15,9,0,63,102,182,119,130,20,9,0,64,102,129,29,92,15,9,0,64,102,129,29,130,20,9,0,68,102,143,228,55,228,8,0,68,102,143,228,39,237,8,0,68,102,143,228,32,246,8,0,69,230,118,69,187,87,7,0,71,102,72,216,92,43,11,0,72,102,58,163,228,27,6,0,73,230,186,247,168,42,10,0,73,230,186,247,197,42,10,0,73,230,186,247,222,42,10,0,78,230,171,182,235,99,7,0,78,230,18,86,158,128,7,0,80,102,51,220,59,41,7,0,84,230,167,183,108,215,7,0,84,230,167,183,108,215,7,0,86,102,189,216,24,192,8,0,87,102,239,20,151,66,6,0,87,230,46,46,59,41,7,0,88,102,179,193,2,72,7,0,88,102,179,193,105,85,8,0,89,102,116,92,232,121,7,0,89,102,43,24,180,135,11,0,91,230,196,127,132,222,11,0,92,230,180,28,222,194,9,0,92,230,180,28,76,195,9,0,93,230,12,184,125,73,7,0,94,230,100,25,55,228,8,0,94,230,100,25,39,237,8,0,94,230,100,25,32,246,8,0,95,230,1,164,197,48,7,0,97,102,255,20,176,57,9,0,97,102,255,20,202,57,9,0,97,102,255,20,228,57,9,0,97,102,255,20,4,58,9,0,99,102,137,142,91,105,11,0,100,102,192,119,245,184,6,0,101,230,29,211,145,73,10,0,101,230,29,211,57,74,10,0,102,230,58,180,125,73,7,0,102,230,58,180,120,75,7,0,103,102,246,190,80,126,8,0,105,230,255,19,255,110,10,0,109,102,22,60,5,165,10,0,109,102,22,60,26,165,10,0,109,230,94,93,161,166,10,0,109,230,94,93,238,166,10,0,110,102,85,71,125,73,7,0,110,102,85,71,120,75,7,0,110,230,18,142,92,15,9,0,110,230,18,142,130,20,9,0,111,102,60,224,10,77,7,0,111,102,60,224,158,128,7,0,114,102,179,218,68,165,7,0,114,230,160,49,168,3,9,0,114,230,160,49,73,7,9,0,121,230,229,158,235,99,7,0,122,102,248,110,42,72,9,0,122,102,248,110,233,72,9,0,122,102,248,110,162,73,9,0,124,102,254,54,197,48,7,0,125,102,230,57,168,3,9,0,125,102,230,57,73,7,9,0,130,102,69,230,52,28,7,0,130,102,154,170,86,119,7,0,132,230,80,76,68,165,7,0,134,102,116,14,7,221,7,0,134,102,247,88,42,72,9,0,134,102,247,88,233,72,9,0,134,102,247,88,162,73,9,0,135,102,139,151,236,30,7,0,135,230,44,158,170,31,7,0,137,102,75,132,217,167,6,0,137,230,183,29,75,213,9,0,137,230,183,29,151,213,9,0,138,230,230,251,122,10,6,0,138,230,230,251,233,114,6,0,140,102,123,6,108,32,7,0,140,102,11,80,232,121,7,0,141,102,183,132,218,159,10,0,141,102,183,132,111,162,10,0,143,230,244,22,137,178,7,0,143,102,6,244,211,61,10,0,143,102,6,244,241,61,10,0,143,102,6,244,10,62,10,0,149,102,69,237,73,56,6,0,152,230,185,26,168,3,9,0,152,230,185,26,73,7,9,0,154,102,238,182,171,199,10,0,155,230,184,33,193,235,5,0,159,102,237,24,24,12,7,0,160,230,9,83,86,119,7,0,161,102,100,95,31,35,7,0,163,230,26,130,219,24,7,0,164,230,247,129,68,165,7,0,174,230,189,11,250,218,6,0,177,102,21,35,3,251,9,0,177,102,21,35,38,251,9,0,177,230,144,247,218,159,10,0,177,230,144,247,111,162,10,0,177,102,219,27,29,79,11,0,180,230,226,235,55,228,8,0,180,230,226,235,39,237,8,0,180,230,226,235,32,246,8,0,181,230,35,231,156,126,11,0,182,230,137,171,119,92,7,0,182,102,202,214,235,99,7,0,183,230,126,216,250,218,6,0,186,102,224,188,122,19,8,0,190,230,156,139,75,105,8,0,192,230,61,131,92,15,9,0,192,230,61,131,130,20,9,0,193,230,58,23,229,98,11,0,195,102,125,118,86,119,7,0,196,230,157,155,178,40,9,0,196,230,157,155,217,40,9,0,197,230,34,202,130,222,5,0,197,230,34,202,156,211,6,0,197,102,184,223,21,151,10,0,197,102,184,223,91,151,10,0,198,102,221,205,112,9,8,0,199,230,58,14,78,39,11,0,204,230,143,131,204,70,7,0,206,230,81,9,238,66,9,0,206,230,81,9,8,69,9,0,210,102,41,135,68,165,7,0,214,102,131,182,118,6,11,0,214,102,131,182,163,6,11,0,216,230,184,21,213,31,9,0,216,230,184,21,198,32,9,0,219,102,9,126,181,58,7,0,221,102,75,137,116,23,7,0,221,102,75,137,5,246,11,0,222,102,6,189,134,39,6,0,222,230,101,187,118,112,7,0,222,230,101,187,210,112,7,0,222,230,243,10,184,191,11,0,223,230,49,221,39,235,9,0,223,230,49,221,74,235,9,0,223,230,49,221,107,235,9,0,223,230,143,71,207,89,11,0,226,102,26,191,174,145,10,0,226,102,26,191,206,145,10,0,227,230,117,130,17,199,7,0,228,230,166,249,75,107,7,0,229,102,158,61,136,5,11,0,231,230,179,139,205,203,7,0,232,230,205,234,162,158,8,0,232,230,157,170,221,237,11,0,236,230,177,21,183,116,7,0,237,230,62,126,114,166,6,0,238,230,177,229,45,207,10,0,239,102,250,88,242,133,7,0,241,230,129,243,22,243,7,0,241,230,93,252,49,249,7,0,241,230,143,224,111,45,9,0,241,230,143,224,159,45,9,0,244,102,196,5,225,7,7,0,244,102,80,161,128,98,7,0,249,230,136,164,10,68,6,0,250,102,237,97,36,137,8,0,2,231,7,105,213,44,10,0,6,231,93,152,35,127,7,0,6,103,199,193,143,211,10,0,7,103,197,206,169,202,8,0,9,103,28,136,24,53,9,0,9,103,28,136,252,53,9,0,9,103,28,136,216,54,9,0,9,103,72,115,31,153,9,0,9,103,72,115,214,153,9,0,11,103,52,193,221,219,7,0,12,103,195,138,255,110,10,0,13,103,126,179,144,137,7,0,14,231,59,159,232,121,7,0,17,103,189,211,144,137,7,0,17,231,154,98,55,154,10,0,17,231,154,98,144,154,10,0,25,103,190,140,94,175,7,0,25,103,190,140,68,192,7,0,25,231,214,144,131,40,10,0,25,231,214,144,90,41,10,0,25,231,38,226,35,119,11,0,27,231,149,164,100,106,7,0,27,103,74,21,168,217,10,0,27,103,74,21,26,234,10,0,27,103,74,21,160,237,10,0,30,103,249,26,68,165,7,0,33,103,10,207,124,6,7,0,40,231,170,230,231,81,6,0,40,103,115,42,52,28,7,0,41,103,169,83,246,83,6,0,41,103,79,128,87,63,11,0,46,103,131,182,68,165,7,0,48,231,65,186,24,53,9,0,48,231,65,186,252,53,9,0,48,231,65,186,216,54,9,0,49,231,179,222,182,94,7,0,49,231,18,227,91,121,9,0,49,231,18,227,171,122,9,0,49,231,18,227,253,123,9,0,49,231,18,227,84,125,9,0,51,103,11,122,22,233,5,0,52,103,1,126,20,149,6,0,52,103,1,126,176,204,6,0,52,103,1,126,160,220,6,0,52,103,1,126,76,235,6,0,56,231,231,109,107,253,5,0,56,103,152,20,57,25,7,0,59,103,171,252,92,145,8,0,59,103,171,252,92,145,8,0,59,103,171,252,234,145,8,0,59,103,171,252,234,145,8,0,59,103,171,252,109,146,8,0,59,103,171,252,109,146,8,0,59,103,88,10,124,109,11,0,60,231,24,197,28,28,11,0,64,103,37,118,216,64,7,0,66,231,186,158,84,134,8,0,67,103,155,253,139,83,7,0,73,103,30,166,214,62,11,0,74,103,56,62,155,5,6,0,74,103,231,242,204,70,7,0,75,103,129,191,204,205,9,0,75,103,129,191,242,205,9,0,77,103,180,145,68,165,7,0,79,231,233,210,50,199,6,0,79,231,125,81,5,143,7,0,80,103,101,37,154,251,11,0,81,103,249,149,84,87,7,0,82,103,200,131,183,54,8,0,82,103,243,103,246,30,11,0,83,103,81,62,135,115,6,0,83,103,238,219,197,48,7,0,83,103,81,62,81,179,7,0,83,103,96,100,232,35,11,0,84,103,85,170,197,48,7,0,84,103,4,139,27,243,10,0,84,103,217,79,177,246,10,0,84,103,217,79,255,249,10,0,85,103,62,31,81,179,7,0,85,103,34,169,55,228,8,0,85,103,34,169,39,237,8,0,85,103,34,169,32,246,8,0,85,103,62,31,5,49,9,0,85,103,62,31,55,49,9,0,86,103,155,34,33,61,11,0,87,231,242,19,107,35,7,0,88,103,242,127,224,210,6,0,88,231,201,26,153,214,10,0,91,231,1,127,59,41,7,0,92,231,239,51,81,179,7,0,92,231,239,51,45,164,8,0,92,231,239,51,195,164,8,0,92,231,239,51,101,165,8,0,92,231,239,51,205,92,10,0,94,231,76,126,125,73,7,0,94,231,76,126,120,75,7,0,94,231,34,230,255,110,10,0,94,231,133,125,108,80,11,0,95,103,206,237,174,82,6,0,95,231,78,181,20,205,11,0,97,103,167,255,8,78,9,0,97,103,167,255,46,78,9,0,98,103,254,166,18,206,10,0,98,103,243,119,123,31,11,0,99,231,12,230,51,109,7,0,99,231,198,155,14,189,10,0,100,103,183,214,10,77,7,0,100,103,183,214,170,79,7,0,101,231,206,78,144,219,7,0,102,231,73,31,183,186,6,0,103,231,128,169,69,110,7,0,106,103,161,101,206,218,5,0,107,103,185,176,255,110,10,0,109,231,187,129,69,110,7,0,112,103,113,3,252,34,11,0,114,231,123,81,79,174,7,0,114,231,123,81,68,192,7,0,114,231,123,81,2,202,7,0,114,231,0,202,12,37,9,0,114,231,0,202,124,37,9,0,116,231,255,65,217,97,6,0,116,231,167,209,100,226,8,0,117,103,194,60,143,178,6,0,118,231,224,247,84,219,10,0,119,231,47,228,10,77,7,0,119,231,47,228,170,79,7,0,121,103,183,99,139,83,7,0,123,103,145,200,142,136,7,0,128,103,111,236,184,219,10,0,132,231,220,86,16,69,7,0,133,103,188,230,255,110,10,0,134,231,192,34,216,25,7,0,135,103,4,144,255,110,10,0,136,231,98,51,10,77,7,0,136,231,98,51,170,79,7,0,137,103,237,107,92,15,9,0,137,103,237,107,130,20,9,0,138,103,10,202,125,60,9,0,140,231,17,224,131,40,10,0,140,231,17,224,90,41,10,0,140,103,238,50,255,110,10,0,140,103,111,92,92,212,10,0,141,103,142,182,231,206,9,0,141,103,232,17,218,159,10,0,141,103,232,17,111,162,10,0,142,231,56,207,24,12,7,0,142,231,26,233,105,247,11,0,143,103,191,28,156,106,9,0,143,103,191,28,213,106,9,0,143,231,69,128,213,44,10,0,147,231,127,151,158,96,6,0,147,103,153,198,203,134,6,0,147,231,163,29,52,28,7,0,149,103,157,38,101,104,6,0,149,231,37,119,108,19,7,0,149,103,157,38,59,41,7,0,149,103,209,136,86,119,7,0,149,231,128,185,163,149,9,0,149,231,128,185,246,149,9,0,150,103,67,180,161,190,9,0,150,103,67,180,93,191,9,0,150,103,47,160,33,221,11,0,151,103,144,43,54,175,8,0,153,103,24,117,207,167,8,0,153,231,125,237,138,85,9,0,153,231,125,237,93,87,9,0,153,231,19,246,255,110,10,0,156,103,233,175,59,41,7,0,157,231,233,202,12,37,9,0,157,231,233,202,124,37,9,0,158,103,53,171,150,253,5,0,158,231,167,38,204,126,7,0,158,231,92,144,231,206,9,0,159,231,90,231,167,85,7,0,159,231,90,231,81,179,7,0,159,231,90,231,161,193,7,0,159,231,56,127,71,10,8,0,161,231,91,103,59,41,7,0,164,103,95,194,110,79,9,0,164,103,95,194,186,79,9,0,168,103,146,163,223,20,7,0,171,231,243,126,138,30,6,0,172,103,178,253,160,36,8,0,173,231,60,128,134,137,6,0,175,103,165,84,193,247,9,0,175,103,165,84,240,247,9,0,177,103,176,124,170,79,7,0,179,231,51,206,255,110,10,0,180,103,195,241,196,226,11,0,180,103,195,241,84,230,11,0,183,103,97,7,2,101,8,0,183,103,50,233,230,33,9,0,183,103,50,233,32,34,9,0,184,231,159,43,129,108,6,0,186,103,134,236,152,77,6,0,186,103,96,47,227,218,6,0,191,231,252,201,255,32,7,0,192,231,11,246,197,48,7,0,197,231,19,97,55,228,8,0,197,231,19,97,39,237,8,0,197,231,19,97,32,246,8,0,200,231,145,18,99,70,7,0,200,103,122,22,255,231,7,0,201,231,84,124,199,172,10,0,201,231,84,124,74,173,10,0,203,231,168,153,202,36,8,0,204,103,168,26,147,113,11,0,205,103,188,148,182,94,7,0,205,103,168,190,14,113,11,0,207,231,175,152,226,14,7,0,208,103,223,173,69,110,7,0,209,103,113,96,69,110,7,0,210,231,255,212,226,14,7,0,210,103,169,177,210,13,9,0,210,103,169,177,132,14,9,0,212,231,250,126,255,32,7,0,212,103,248,47,232,121,7,0,212,103,161,174,144,137,7,0,212,103,248,47,68,165,7,0,214,103,14,56,4,92,6,0,217,103,88,110,163,160,6,0,218,103,96,123,170,79,7,0,218,103,213,78,203,81,9,0,218,103,213,78,169,82,9,0,218,103,96,123,18,202,10,0,220,231,169,147,114,92,8,0,220,231,169,147,162,92,8,0,220,231,169,147,212,92,8,0,220,231,169,147,254,92,8,0,220,231,169,147,43,93,8,0,220,231,169,147,84,93,8,0,220,231,169,147,194,211,8,0,220,231,83,118,24,53,9,0,220,231,83,118,252,53,9,0,220,231,83,118,216,54,9,0,220,103,61,43,254,171,11,0,221,103,192,119,255,110,10,0,222,231,93,213,202,50,8,0,222,231,242,226,26,111,11,0,230,103,113,101,19,80,6,0,231,103,236,2,114,2,7,0,231,103,104,112,246,15,7,0,236,103,53,112,55,87,6,0,236,103,53,112,110,156,6,0,236,231,104,228,223,20,7,0,240,231,242,3,137,158,10,0,240,231,242,3,160,158,10,0,241,103,206,229,183,221,7,0,242,231,212,121,187,64,6,0,243,231,255,101,124,94,7,0,245,231,41,134,59,41,7,0,245,103,233,103,197,48,7,0,247,231,106,159,235,74,8,0,252,231,59,193,236,126,11,0,254,231,81,115,129,229,5,0,255,103,105,54,232,121,7,0,255,103,176,18,92,15,9,0,255,103,176,18,130,20,9,0,255,231,113,204,137,148,11,0,0,232,201,198,238,66,9,0,0,232,201,198,8,69,9,0,0,232,185,6,242,33,10,0,0,232,185,6,13,34,10,0,0,104,28,116,162,110,10,0,0,104,28,116,179,110,10,0,1,104,187,87,6,97,7,0,1,104,147,162,120,32,11,0,3,104,174,55,168,3,9,0,3,104,174,55,73,7,9,0,3,232,113,188,3,218,11,0,5,104,171,182,228,90,7,0,6,104,14,185,18,16,10,0,6,104,14,185,41,16,10,0,6,104,14,185,62,16,10,0,8,232,190,171,217,12,7,0,11,232,46,199,55,228,8,0,11,232,46,199,39,237,8,0,11,232,46,199,32,246,8,0,11,104,47,201,228,75,9,0,11,104,47,201,142,76,9,0,14,104,98,69,238,100,9,0,14,104,98,69,126,101,9,0,14,232,232,215,224,218,10,0,14,232,232,215,225,227,10,0,19,104,126,129,191,247,11,0,20,232,69,82,154,240,11,0,22,104,156,81,19,179,7,0,22,104,39,141,81,179,7,0,22,104,156,81,93,44,8,0,22,104,39,141,110,153,8,0,28,232,78,59,59,41,7,0,28,232,165,117,92,15,9,0,28,232,165,117,130,20,9,0,28,232,17,68,17,205,10,0,29,104,244,153,113,49,9,0,29,104,244,153,44,51,9,0,31,232,41,210,235,111,7,0,31,232,41,210,227,136,9,0,31,232,41,210,38,137,9,0,32,232,83,139,104,222,11,0,33,104,228,232,59,41,7,0,33,104,24,156,209,210,9,0,33,104,24,156,232,210,9,0,33,104,228,232,85,166,11,0,34,104,204,138,151,119,9,0,34,104,204,138,246,119,9,0,35,104,240,186,154,232,7,0,36,232,73,110,18,16,6,0,42,232,19,247,232,121,7,0,46,232,183,250,59,41,7,0,46,232,29,118,232,121,7,0,46,232,183,250,108,215,7,0,46,232,246,67,167,83,10,0,46,232,246,67,239,83,10,0,46,232,246,67,51,84,10,0,46,232,246,67,113,84,10,0,48,232,13,210,75,107,7,0,49,232,216,103,200,197,6,0,49,232,127,203,164,232,10,0,53,232,198,139,110,119,8,0,53,232,69,37,186,105,10,0,55,104,51,168,151,18,10,0,55,104,51,168,179,18,10,0,55,104,51,168,204,18,10,0,56,232,137,185,184,210,10,0,59,232,17,125,10,27,7,0,60,232,96,15,180,13,6,0,60,232,217,150,232,121,7,0,61,232,243,86,24,106,9,0,61,232,243,86,51,106,9,0,62,232,117,138,183,116,7,0,62,232,56,8,139,99,11,0,67,104,181,233,183,251,6,0,68,104,138,157,195,220,10,0,69,104,120,179,231,206,9,0,70,232,70,236,232,197,7,0,73,104,206,216,97,9,6,0,73,232,195,158,55,228,8,0,73,232,195,158,39,237,8,0,73,232,195,158,32,246,8,0,74,232,72,110,218,159,10,0,74,232,72,110,111,162,10,0,75,104,171,203,59,41,7,0,87,232,60,57,141,207,6,0,88,232,73,31,134,39,6,0,90,104,7,112,126,136,8,0,90,232,187,201,33,187,8,0,91,104,128,237,220,118,6,0,95,104,240,3,248,114,6,0,100,104,162,47,166,36,7,0,103,232,138,20,191,247,11,0,104,232,47,64,5,143,7,0,106,232,175,64,182,174,6,0,107,232,73,31,232,121,7,0,110,232,38,190,83,126,7,0,110,104,187,202,68,165,7,0,110,232,134,3,146,78,10,0,111,104,131,182,220,27,8,0,112,104,157,38,255,32,7,0,113,104,112,167,6,185,9,0,113,104,112,167,32,185,9,0,113,104,112,167,56,185,9,0,113,104,165,13,254,108,11,0,115,104,219,65,129,219,10,0,120,104,20,48,35,127,7,0,121,104,67,102,64,189,11,0,121,104,246,102,237,195,11,0,122,104,236,202,185,113,8,0,122,104,236,202,240,113,8,0,122,104,236,202,38,114,8,0,123,232,133,173,107,38,6,0,126,104,220,211,205,169,10,0,126,104,220,211,47,171,10,0,128,232,187,2,156,243,5,0,128,232,20,147,155,192,10,0,129,232,164,201,128,133,7,0,129,232,33,207,49,238,10,0,130,104,242,205,123,32,8,0,130,104,172,248,32,187,11,0,130,104,172,248,55,187,11,0,135,104,193,165,232,121,7,0,135,232,166,117,222,194,9,0,135,232,166,117,76,195,9,0,138,104,0,0,241,10,6,0,138,232,163,160,246,236,7,0,139,104,236,154,214,113,7,0,140,232,124,153,180,42,6,0,141,104,144,247,181,109,10,0,141,104,144,247,206,109,10,0,141,104,144,247,231,109,10,0,143,104,69,22,24,240,11,0,144,104,47,241,232,121,7,0,145,232,142,103,231,181,11,0,146,104,151,2,92,15,9,0,146,104,151,2,130,20,9,0,150,232,254,31,59,41,7,0,151,104,169,19,12,37,9,0,151,104,169,19,124,37,9,0,153,104,204,129,169,35,7,0,154,104,244,48,59,41,7,0,155,232,216,1,167,85,7,0,160,232,1,72,181,43,9,0,160,232,1,72,200,43,9,0,161,232,58,149,108,32,7,0,162,104,96,30,10,77,7,0,162,232,43,197,45,105,7,0,162,104,96,30,158,128,7,0,162,232,10,6,81,179,7,0,162,232,10,6,110,153,8,0,165,104,42,254,6,61,7,0,166,104,231,242,116,66,7,0,166,232,52,199,55,228,8,0,166,232,52,199,39,237,8,0,166,232,52,199,32,246,8,0,167,232,4,177,201,55,6,0,167,232,144,37,34,136,6,0,167,232,4,177,213,63,10,0,167,232,4,177,240,63,10,0,168,104,110,163,81,179,7,0,168,104,110,163,127,191,7,0,168,104,110,163,144,191,7,0,168,104,81,0,48,244,9,0,168,104,81,0,100,244,9,0,168,104,87,198,255,110,10,0,171,104,83,154,13,214,9,0,172,104,167,237,236,30,7,0,174,104,44,202,92,15,9,0,174,104,44,202,130,20,9,0,175,104,250,16,171,145,9,0,175,104,250,16,194,145,9,0,177,104,23,182,59,41,7,0,179,232,108,225,57,10,7,0,180,232,98,191,207,132,7,0,180,232,227,216,5,143,7,0,182,104,136,254,56,92,7,0,182,232,61,231,139,232,11,0,183,104,57,172,59,75,10,0,183,104,57,172,95,75,10,0,183,104,57,172,130,75,10,0,184,232,23,71,201,218,6,0,185,104,226,101,214,113,7,0,188,104,140,190,50,187,6,0,189,232,203,210,196,142,6,0,190,104,72,185,16,108,6,0,191,104,97,2,1,135,7,0,194,232,183,182,243,183,9,0,194,232,183,182,15,184,9,0,194,232,79,253,230,203,10,0,197,104,207,103,55,228,8,0,197,104,207,103,39,237,8,0,197,104,207,103,32,246,8,0,197,232,174,44,201,230,11,0,199,232,48,70,116,66,7,0,201,232,252,82,68,165,7,0,201,232,244,180,255,110,10,0,202,104,116,207,206,17,6,0,202,104,116,207,254,173,8,0,203,232,71,22,126,71,8,0,204,104,73,59,128,103,7,0,204,232,251,73,168,3,9,0,204,232,251,73,73,7,9,0,207,104,157,38,230,59,6,0,207,104,157,38,149,64,6,0,207,104,157,38,57,114,6,0,207,104,157,38,175,115,6,0,207,104,157,38,85,117,6,0,207,104,157,38,133,174,7,0,207,104,157,38,81,179,7,0,207,104,157,38,225,190,7,0,207,104,157,38,127,191,8,0,208,232,244,138,101,207,7,0,209,232,189,149,181,58,7,0,211,104,233,5,21,147,8,0,214,232,113,156,134,144,10,0,214,232,113,156,157,144,10,0,214,104,79,192,199,172,10,0,214,104,79,192,74,173,10,0,215,104,121,69,45,15,7,0,216,104,67,249,255,110,10,0,217,104,231,169,166,23,10,0,217,104,231,169,181,24,10,0,217,104,231,169,184,25,10,0,217,104,231,169,214,26,10,0,218,104,57,91,128,98,7,0,218,232,242,251,35,127,7,0,228,104,108,38,5,143,7,0,230,232,73,112,170,79,7,0,230,232,73,112,89,217,11,0,231,104,170,0,135,218,9,0,231,104,170,0,242,218,9,0,232,232,243,175,193,188,11,0,233,104,147,61,97,16,6,0,234,232,67,201,170,79,7,0,236,104,30,116,59,23,10,0,236,104,30,116,86,23,10,0,236,232,171,175,129,16,11,0,236,232,137,121,58,119,11,0,237,232,8,99,153,235,7,0,237,232,8,99,92,156,11,0,238,104,141,190,108,236,11,0,242,232,98,139,243,47,11,0,246,104,129,27,109,216,9,0,246,104,129,27,99,217,9,0,251,104,40,198,156,130,9,0,252,104,230,61,124,6,7,0,253,232,154,204,228,90,7,0,1,233,203,106,24,235,11,0,1,233,203,106,209,240,11,0,3,233,58,215,82,71,8,0,7,233,36,92,160,87,6,0,8,233,236,69,222,120,11,0,10,105,198,168,27,72,6,0,11,233,115,247,238,66,9,0,11,233,115,247,8,69,9,0,18,105,248,126,229,202,8,0,19,105,101,22,55,228,8,0,19,105,101,22,39,237,8,0,19,105,101,22,32,246,8,0,19,105,76,118,213,44,10,0,20,233,123,197,182,94,7,0,21,233,78,94,35,127,7,0,21,233,245,186,250,13,10,0,21,233,245,186,121,14,10,0,21,233,245,186,5,15,10,0,22,105,216,142,129,68,8,0,22,105,13,55,116,108,10,0,22,105,13,55,142,108,10,0,22,105,13,55,167,108,10,0,23,105,137,110,144,137,7,0,24,105,52,117,81,179,7,0,24,105,52,117,34,26,9,0,25,233,185,148,125,73,7,0,25,233,185,148,120,75,7,0,25,105,226,85,22,190,7,0,26,105,12,5,246,50,10,0,26,105,12,5,30,51,10,0,26,105,12,5,69,51,10,0,27,105,123,46,221,219,7,0,29,105,125,27,228,38,7,0,31,105,217,181,58,176,7,0,32,233,180,87,231,206,9,0,32,105,184,237,125,235,10,0,32,105,184,237,40,241,10,0,33,105,18,98,5,143,7,0,33,105,201,54,27,245,10,0,35,105,183,27,71,162,11,0,36,233,233,5,55,228,8,0,36,233,233,5,39,237,8,0,36,233,233,5,32,246,8,0,39,105,74,111,81,179,7,0,39,105,74,111,145,195,7,0,41,233,191,187,55,228,8,0,41,233,191,187,39,237,8,0,41,233,191,187,32,246,8,0,42,105,97,238,79,210,10,0,44,233,125,132,211,222,6,0,48,233,193,184,216,25,7,0,48,105,48,2,55,228,8,0,48,105,48,2,39,237,8,0,48,105,48,2,32,246,8,0,48,233,31,114,125,232,9,0,48,233,31,114,156,232,9,0,48,233,31,114,178,232,9,0,49,233,152,205,69,29,7,0,49,105,229,74,71,115,7,0,50,105,246,183,220,126,9,0,50,105,246,183,138,127,9,0,52,105,149,55,220,72,8,0,52,105,149,121,26,42,9,0,53,105,247,195,168,3,9,0,53,105,247,195,73,7,9,0,56,105,226,168,185,2,7,0,58,105,128,23,116,66,7,0,58,233,146,43,101,230,10,0,61,105,241,150,165,187,9,0,61,105,241,150,32,188,9,0,61,105,241,150,149,188,9,0,61,105,241,150,61,189,9,0,61,105,241,150,215,189,9,0,62,233,186,76,59,41,7,0,64,233,136,220,81,179,7,0,64,233,136,220,34,26,9,0,65,233,68,171,113,49,9,0,65,233,68,171,44,51,9,0,67,233,166,22,113,49,9,0,67,233,166,22,44,51,9,0,70,105,230,57,69,110,7,0,71,105,70,124,55,228,8,0,71,105,70,124,39,237,8,0,71,105,70,124,32,246,8,0,72,105,68,83,89,249,9,0,72,105,68,83,113,249,9,0,73,105,143,152,251,97,9,0,73,105,143,152,65,98,9,0,73,105,143,152,142,98,9,0,73,233,37,195,139,77,10,0,73,233,37,195,165,77,10,0,74,105,41,169,130,238,11,0,78,105,130,174,207,89,11,0,80,105,97,128,157,226,6,0,80,233,127,54,116,66,7,0,82,233,245,4,68,165,7,0,83,105,104,72,143,76,6,0,83,233,50,127,170,109,6,0,85,105,202,151,200,105,7,0,85,233,38,209,217,169,11,0,86,233,123,250,152,30,7,0,87,105,111,139,252,119,11,0,89,233,86,175,235,99,7,0,91,105,120,179,203,228,9,0,91,105,120,179,233,228,9,0,93,105,81,242,226,33,7,0,94,233,111,140,183,116,7,0,94,233,110,85,244,109,8,0,94,233,110,85,116,222,10,0,97,105,233,20,192,192,8,0,97,105,233,20,230,141,10,0,97,105,233,20,9,142,10,0,98,105,159,34,213,66,6,0,98,105,194,98,125,190,6,0,98,233,238,164,197,48,7,0,99,105,156,128,83,126,7,0,101,233,157,133,20,44,9,0,101,233,157,133,94,44,9,0,102,105,159,42,19,65,7,0,102,233,20,7,197,245,10,0,103,233,107,15,199,172,10,0,103,233,107,15,74,173,10,0,105,233,18,246,120,3,6,0,106,105,218,215,214,113,7,0,107,105,245,235,207,132,7,0,107,105,89,94,81,179,7,0,107,105,89,94,45,164,8,0,107,105,89,94,195,164,8,0,107,105,89,94,101,165,8,0,107,105,89,94,205,92,10,0,111,233,162,12,68,165,7,0,116,233,131,91,238,120,9,0,116,233,131,91,16,121,9,0,118,233,180,190,111,188,6,0,118,233,203,99,168,3,9,0,118,233,203,99,73,7,9,0,119,233,244,124,34,133,6,0,119,105,203,67,205,163,8,0,121,105,247,88,70,2,7,0,124,233,116,135,55,89,6,0,124,233,112,254,144,137,7,0,124,105,123,140,166,23,10,0,124,105,123,140,181,24,10,0,124,105,123,140,184,25,10,0,124,105,123,140,214,26,10,0,129,105,97,204,19,62,7,0,132,233,229,86,10,37,7,0,134,233,242,232,141,4,7,0,134,105,123,21,197,48,7,0,137,105,255,170,220,27,8,0,141,233,108,222,5,143,7,0,142,105,231,215,139,158,11,0,145,105,194,117,222,62,6,0,149,105,163,226,251,105,7,0,151,105,147,153,130,86,7,0,152,105,243,97,142,65,7,0,152,105,243,97,235,99,7,0,153,105,188,218,197,48,7,0,155,233,195,249,83,126,7,0,156,105,0,188,68,165,7,0,156,105,139,205,68,165,7,0,157,105,79,4,218,159,10,0,157,105,79,4,111,162,10,0,161,233,109,231,23,204,10,0,162,233,164,191,42,117,9,0,162,233,164,191,178,117,9,0,163,105,166,252,220,27,8,0,164,233,124,96,84,134,8,0,165,105,6,101,155,9,8,0,166,105,169,11,10,77,7,0,166,105,169,11,170,79,7,0,167,233,114,80,197,48,7,0,171,105,241,144,156,176,7,0,171,105,241,144,127,200,9,0,171,105,241,144,162,200,9,0,171,233,46,215,118,162,11,0,171,233,46,215,160,162,11,0,174,105,164,80,83,126,7,0,174,233,109,231,229,27,10,0,174,233,109,231,114,28,10,0,176,105,175,214,5,143,7,0,176,105,93,119,205,243,9,0,176,105,93,119,228,243,9,0,177,105,144,37,2,72,7,0,177,233,247,75,235,99,7,0,178,233,237,234,144,137,7,0,178,233,237,234,37,46,10,0,178,233,237,234,103,47,10,0,178,233,237,234,172,48,10,0,179,233,205,136,92,15,9,0,179,233,205,136,130,20,9,0,188,105,199,91,168,3,9,0,188,105,199,91,73,7,9,0,188,105,215,230,233,118,10,0,188,105,215,230,125,119,10,0,188,105,215,230,21,120,10,0,190,105,43,182,229,27,10,0,190,105,43,182,114,28,10,0,192,233,30,144,255,110,10,0,193,105,246,153,117,151,10,0,193,105,246,153,165,151,10,0,196,233,218,104,86,119,7,0,196,105,221,60,161,236,7,0,196,233,105,76,249,84,11,0,197,105,57,91,94,175,7,0,198,105,194,146,30,131,7,0,200,105,47,68,232,200,9,0,200,105,47,68,55,201,9,0,201,105,177,38,214,29,11,0,206,105,144,139,10,99,9,0,206,105,144,139,226,99,9,0,207,105,205,94,158,116,11,0,208,233,36,101,144,137,7,0,209,105,153,208,170,93,11,0,211,233,42,101,49,225,8,0,212,233,172,231,247,228,10,0,213,233,6,152,10,99,9,0,213,233,6,152,226,99,9,0,216,233,180,148,251,105,7,0,218,233,231,57,86,119,7,0,218,233,3,24,55,228,8,0,218,233,3,24,39,237,8,0,218,233,3,24,32,246,8,0,219,233,177,100,6,61,7,0,219,105,226,101,10,77,7,0,219,105,226,101,170,79,7,0,219,105,239,196,170,79,7,0,219,105,239,196,166,247,10,0,221,105,133,13,68,165,7,0,221,105,107,95,203,81,9,0,221,105,107,95,169,82,9,0,222,105,42,62,138,194,11,0,223,233,193,99,156,130,9,0,224,233,162,133,255,32,7,0,225,233,106,210,138,244,11,0,226,233,2,148,81,179,7,0,226,233,2,148,98,187,7,0,228,105,218,153,236,30,7,0,232,105,200,162,37,63,7,0,234,105,206,235,197,48,7,0,234,233,49,51,196,187,11,0,235,233,246,251,255,110,10,0,239,233,37,209,157,51,10,0,239,233,37,209,1,52,10,0,239,233,37,209,98,52,10,0,241,105,15,6,246,153,7,0,242,233,93,205,221,177,11,0,243,233,162,241,59,41,7,0,243,105,246,76,182,94,7,0,244,233,109,127,81,179,7,0,244,233,109,127,110,153,8,0,245,233,179,18,159,18,7,0,245,233,57,122,22,38,7,0,245,233,179,18,36,166,9,0,245,233,179,18,133,166,9,0,245,233,179,18,235,166,9,0,245,233,179,18,74,167,9,0,245,233,179,18,178,167,9,0,249,233,228,108,133,9,7,0,249,105,107,174,10,77,7,0,249,105,107,174,170,79,7,0,250,105,139,155,70,32,7,0,251,233,57,193,167,83,10,0,251,233,57,193,239,83,10,0,251,233,57,193,51,84,10,0,251,233,57,193,113,84,10,0,251,233,57,193,161,125,11,0,251,233,57,193,122,136,11,0,254,233,43,161,144,137,7,0,254,105,238,199,68,165,7,0,255,233,239,248,197,48,7,0,1,106,251,226,184,80,9,0,1,106,251,226,215,80,9,0,2,106,226,238,55,228,8,0,2,106,226,238,39,237,8,0,2,106,226,238,32,246,8,0,7,106,45,55,232,34,11,0,9,234,227,159,201,144,6,0,9,234,227,159,221,144,6,0,9,234,227,159,250,144,6,0,10,234,9,67,35,127,7,0,12,106,73,31,142,65,7,0,12,234,90,129,12,37,9,0,12,234,90,129,124,37,9,0,13,234,59,19,77,144,6,0,13,106,104,196,126,228,6,0,13,234,59,19,108,19,7,0,13,106,104,196,42,103,7,0,15,234,194,188,150,175,9,0,15,234,43,74,39,41,11,0,15,234,43,74,109,50,11,0,22,106,16,108,238,137,9,0,22,106,16,108,73,138,9,0,22,106,16,108,158,138,9,0,24,106,88,127,108,19,7,0,25,106,157,126,146,78,10,0,26,106,56,248,232,197,7,0,29,106,102,72,125,73,7,0,31,234,253,30,166,227,5,0,32,106,242,216,58,93,7,0,33,106,54,91,160,203,7,0,33,106,203,155,231,206,9,0,35,234,187,88,148,85,6,0,35,106,245,202,183,116,7,0,35,106,153,134,131,40,10,0,35,106,153,134,90,41,10,0,36,234,55,220,5,143,7,0,39,106,55,38,228,90,7,0,39,106,93,33,116,106,11,0,42,106,219,53,68,165,7,0,42,234,52,95,68,165,7,0,43,106,1,127,59,41,7,0,43,106,1,127,197,48,7,0,44,106,118,32,60,131,11,0,45,106,193,165,56,199,8,0,49,106,17,35,130,101,6,0,50,106,78,55,231,17,6,0,50,106,161,55,185,28,7,0,51,106,13,171,233,3,6,0,53,234,12,93,223,20,7,0,53,106,216,10,59,41,7,0,53,234,209,9,227,215,11,0,55,234,98,35,86,11,7,0,55,234,98,35,253,200,11,0,58,106,54,167,148,58,7,0,58,234,147,224,135,147,10,0,58,234,147,224,56,148,10,0,62,106,110,40,115,22,11,0,63,106,195,123,85,175,6,0,63,234,28,176,68,165,7,0,64,106,181,148,112,181,6,0,69,106,34,72,235,230,5,0,69,234,188,186,23,138,11,0,70,106,53,89,115,82,6,0,72,234,170,37,185,159,6,0,74,106,208,50,5,143,7,0,75,234,9,145,107,19,6,0,76,234,72,246,255,110,10,0,79,234,217,95,166,23,7,0,82,234,119,137,55,228,8,0,82,234,119,137,39,237,8,0,82,234,119,137,32,246,8,0,84,234,176,42,109,216,9,0,84,234,176,42,99,217,9,0,88,106,186,148,122,36,6,0,88,234,59,78,144,137,7,0,92,106,186,148,235,99,7,0,92,106,4,55,101,252,7,0,92,234,212,3,109,216,9,0,92,234,212,3,99,217,9,0,92,106,123,143,244,222,11,0,93,234,187,52,252,252,11,0,94,234,183,98,185,225,6,0,95,106,133,228,37,46,10,0,95,106,133,228,103,47,10,0,95,106,133,228,172,48,10,0,95,234,143,246,255,110,10,0,96,106,174,55,14,174,6,0,101,106,205,132,150,109,8,0,106,234,226,51,134,76,11,0,107,234,110,39,81,179,7,0,108,234,65,117,75,107,7,0,108,106,193,87,231,206,9,0,109,234,231,134,72,37,6,0,109,234,98,121,197,165,6,0,109,106,162,220,151,87,7,0,111,106,81,208,204,212,10,0,111,234,30,10,153,49,11,0,111,234,30,10,75,52,11,0,115,106,57,127,95,120,6,0,117,234,112,231,194,129,9,0,117,234,112,231,251,129,9,0,117,234,112,231,53,130,9,0,118,106,60,181,236,23,7,0,118,106,60,181,112,24,7,0,120,234,164,18,144,177,6,0,120,106,16,84,168,3,9,0,120,106,16,84,73,7,9,0,122,234,92,165,37,63,7,0,123,106,160,7,5,143,7,0,124,234,134,96,102,217,8,0,126,106,128,183,1,60,8,0,126,234,53,126,149,6,10,0,126,234,53,126,174,6,10,0,127,234,16,164,111,233,10,0,128,106,223,100,215,73,11,0,129,106,198,36,161,177,6,0,130,234,205,80,5,143,7,0,131,106,195,182,10,77,7,0,135,234,230,56,207,167,8,0,135,106,45,223,138,85,9,0,135,106,45,223,93,87,9,0,138,106,19,81,59,41,7,0,140,106,194,168,10,77,7,0,142,106,111,182,144,137,7,0,145,234,155,54,75,221,11,0,146,106,46,40,111,30,8,0,146,106,46,40,155,30,8,0,149,234,166,36,38,182,8,0,152,106,211,189,210,112,7,0,152,234,55,105,165,187,9,0,152,234,55,105,32,188,9,0,152,234,55,105,149,188,9,0,152,234,55,105,61,189,9,0,152,234,55,105,215,189,9,0,158,234,245,55,116,66,7,0,160,234,172,105,9,223,10,0,161,234,144,199,232,197,7,0,165,234,66,140,126,123,6,0,168,234,53,10,72,43,11,0,169,234,172,105,105,99,6,0,170,234,237,234,74,242,11,0,181,234,25,92,255,110,10,0,182,106,195,130,59,41,7,0,182,234,178,132,113,49,9,0,182,234,178,132,44,51,9,0,184,234,227,28,120,22,7,0,184,106,78,18,168,3,9,0,184,106,78,18,73,7,9,0,184,234,101,27,23,47,9,0,184,234,101,27,53,47,9,0,187,234,41,95,31,62,11,0,188,234,116,27,137,135,9,0,188,234,116,27,168,135,9,0,190,234,116,21,135,47,8,0,196,234,237,234,42,235,11,0,198,234,112,6,24,53,9,0,198,234,112,6,252,53,9,0,198,234,112,6,216,54,9,0,198,106,159,11,218,159,10,0,198,106,159,11,111,162,10,0,202,234,3,142,34,200,7,0,203,106,73,31,176,167,6,0,203,234,200,55,158,128,7,0,206,234,234,209,68,165,7,0,207,106,117,225,138,62,8,0,207,106,117,225,49,63,8,0,209,106,124,96,216,25,7,0,212,106,231,102,115,238,6,0,213,106,91,139,250,39,11,0,214,234,114,208,149,106,7,0,214,234,114,208,239,106,7,0,215,106,244,207,197,48,7,0,215,106,32,237,236,107,11,0,216,106,58,62,32,190,10,0,217,234,238,54,89,194,9,0,218,106,174,13,190,87,8,0,218,234,103,27,255,110,10,0,219,106,106,61,230,192,6,0,220,106,239,212,42,72,9,0,220,106,239,212,233,72,9,0,220,106,239,212,162,73,9,0,221,106,145,225,94,37,7,0,221,234,213,151,177,27,9,0,221,234,213,151,254,28,9,0,221,234,213,151,77,30,9,0,223,234,123,228,17,253,5,0,228,234,83,173,199,172,10,0,228,234,83,173,74,173,10,0,230,106,1,55,56,157,11,0,231,106,169,99,59,41,7,0,232,106,59,119,170,114,6,0,232,106,59,119,25,180,6,0,233,234,95,6,180,227,10,0,234,106,7,219,228,90,7,0,234,106,123,134,165,187,9,0,234,106,123,134,32,188,9,0,234,106,123,134,149,188,9,0,234,106,123,134,61,189,9,0,234,106,123,134,215,189,9,0,238,234,221,39,126,127,8,0,239,234,107,189,128,20,7,0,240,106,83,253,235,99,7,0,241,234,98,179,59,41,7,0,241,106,11,148,235,99,7,0,241,234,98,179,167,199,11,0,242,234,116,146,149,68,6,0,246,106,104,72,157,116,6,0,247,106,64,183,55,228,8,0,247,106,64,183,39,237,8,0,247,106,64,183,32,246,8,0,249,234,96,64,74,255,7,0,249,234,96,64,134,255,7,0,249,234,96,64,194,255,7,0,249,234,96,64,250,255,7,0,249,234,96,64,51,0,8,0,251,234,224,236,254,22,7,0,253,106,33,118,115,64,8,0,255,234,154,145,94,157,6,0,0,107,196,241,37,63,7,0,0,235,22,132,67,206,8,0,0,235,22,132,166,113,9,0,0,235,22,132,197,113,9,0,1,107,152,96,68,165,7,0,1,107,188,166,177,245,7,0,1,107,188,166,4,246,7,0,1,107,8,108,252,169,11,0,4,107,59,76,146,151,6,0,6,107,179,13,247,198,10,0,10,107,165,240,55,240,7,0,11,235,37,68,10,99,9,0,11,235,37,68,226,99,9,0,16,235,16,93,208,36,11,0,19,235,11,136,67,191,6,0,23,235,241,250,72,17,7,0,23,235,241,250,14,56,11,0,23,235,241,250,41,56,11,0,25,107,252,32,47,14,7,0,29,107,72,245,185,234,5,0,29,107,72,245,125,73,7,0,29,107,72,245,120,75,7,0,30,235,162,74,86,119,7,0,31,107,81,213,172,156,11,0,32,107,231,242,31,153,9,0,32,107,231,242,31,153,9,0,32,107,231,242,214,153,9,0,32,107,231,242,214,153,9,0,33,235,247,238,189,225,7,0,35,235,237,234,37,46,10,0,35,235,237,234,103,47,10,0,35,235,237,234,172,48,10,0,36,235,190,202,10,77,7,0,36,235,190,202,158,128,7,0,40,107,13,29,125,60,9,0,42,235,239,75,5,143,7,0,42,107,216,23,92,145,8,0,42,107,216,23,234,145,8,0,42,107,216,23,109,146,8,0,45,235,25,46,236,23,7,0,45,107,231,242,121,229,10,0,45,235,25,46,182,81,11,0,49,107,10,254,86,119,7,0,51,235,72,58,144,137,7,0,52,235,90,184,6,76,6,0,53,107,48,14,119,217,5,0,53,107,24,34,197,48,7,0,53,235,65,43,77,61,9,0,53,235,65,43,55,62,9,0,54,107,240,33,177,27,9,0,54,107,240,33,254,28,9,0,54,107,240,33,77,30,9,0,55,107,252,100,73,97,11,0,56,235,237,234,37,46,10,0,56,235,237,234,103,47,10,0,56,235,237,234,172,48,10,0,57,107,26,48,254,203,8,0,57,235,95,42,108,116,11,0,58,235,226,227,90,73,11,0,61,235,133,42,54,241,9,0,61,235,133,42,213,241,9,0,62,107,119,172,75,107,7,0,63,107,6,177,21,178,6,0,66,107,121,151,232,121,7,0,66,107,63,139,24,53,9,0,66,107,63,139,252,53,9,0,66,107,63,139,216,54,9,0,67,107,237,44,120,22,7,0,67,235,191,57,170,79,7,0,68,107,154,187,142,11,7,0,68,107,89,209,12,37,9,0,68,107,89,209,124,37,9,0,69,107,251,208,144,137,7,0,71,107,167,126,126,75,8,0,71,107,167,126,169,75,8,0,71,107,167,126,213,75,8,0,72,107,69,171,167,61,7,0,73,107,221,127,218,159,10,0,73,107,221,127,111,162,10,0,74,235,95,227,236,65,7,0,80,107,23,80,238,4,6,0,80,107,23,80,5,5,6,0,81,107,154,44,47,213,6,0,81,107,154,44,69,213,6,0,82,107,65,180,144,137,7,0,83,235,49,250,255,110,10,0,86,235,252,151,103,243,6,0,86,107,68,180,220,126,9,0,86,107,68,180,138,127,9,0,88,235,94,249,8,7,6,0,89,107,183,20,184,234,6,0,91,235,159,6,164,67,6,0,92,107,113,84,86,225,5,0,93,235,14,55,139,83,7,0,93,235,14,55,3,163,7,0,93,235,14,55,43,163,7,0,93,235,14,55,241,163,7,0,94,107,124,81,56,168,11,0,95,235,137,172,124,6,7,0,95,235,137,172,67,201,10,0,96,235,85,59,24,17,7,0,101,235,250,89,68,165,7,0,105,107,218,87,144,0,12,0,107,235,12,173,130,189,10,0,108,235,32,136,129,16,11,0,111,107,142,211,68,165,7,0,111,235,80,190,238,135,11,0,114,235,237,234,44,158,10,0,114,235,237,234,66,158,10,0,117,235,191,85,45,105,7,0,117,107,186,251,87,197,11,0,122,107,30,8,79,98,10,0,122,107,30,8,106,98,10,0,124,235,185,232,231,98,6,0,124,235,185,232,240,59,7,0,124,107,74,211,167,85,7,0,125,107,24,28,146,78,10,0,127,107,237,147,81,179,7,0,127,107,237,147,25,144,8,0,127,107,237,147,25,144,8,0,127,107,237,147,141,144,8,0,127,107,237,147,141,144,8,0,127,107,237,147,247,144,8,0,127,107,237,147,247,144,8,0,127,107,237,147,18,104,10,0,127,107,237,147,95,104,10,0,127,107,237,147,115,104,10,0,127,107,237,147,134,104,10,0,133,107,57,250,168,3,9,0,133,107,57,250,73,7,9,0,135,235,219,196,109,146,6,0,138,235,26,168,190,17,7,0,138,235,66,22,125,73,7,0,138,235,73,226,113,49,9,0,138,235,73,226,44,51,9,0,139,235,198,31,156,176,7,0,139,235,198,31,147,82,10,0,139,235,198,31,183,82,10,0,141,235,164,18,202,50,8,0,143,235,36,163,30,131,7,0,145,235,88,126,146,78,10,0,145,107,218,236,99,40,11,0,148,235,217,207,10,253,7,0,150,107,243,92,56,210,6,0,150,235,198,221,206,153,7,0,150,235,198,221,81,46,8,0,150,235,150,141,25,11,9,0,150,235,150,141,82,11,9,0,150,235,147,190,236,54,11,0,151,235,7,39,8,119,6,0,151,107,77,173,123,86,10,0,151,107,77,173,146,86,10,0,151,107,77,173,168,86,10,0,152,235,229,101,195,110,11,0,154,107,19,124,179,129,7,0,154,107,44,44,102,118,9,0,154,107,44,44,164,118,9,0,155,235,193,203,162,4,8,0,155,107,218,88,255,110,10,0,156,107,115,27,86,119,7,0,161,107,95,64,119,92,7,0,161,107,88,223,51,109,7,0,163,107,3,120,27,100,6,0,165,107,97,128,231,123,6,0,167,107,79,203,158,128,7,0,168,235,219,11,53,135,11,0,172,107,195,78,10,37,7,0,173,107,183,126,69,20,10,0,173,107,183,126,103,20,10,0,176,235,4,141,153,65,8,0,176,235,4,141,214,65,8,0,176,235,4,141,21,66,8,0,178,107,129,64,135,147,10,0,178,107,129,64,56,148,10,0,179,235,56,205,195,43,11,0,181,235,62,188,55,228,8,0,181,235,62,188,39,237,8,0,181,235,62,188,32,246,8,0,183,235,250,188,144,137,7,0,185,107,157,38,31,35,7,0,185,235,87,211,110,79,9,0,185,235,87,211,186,79,9,0,187,107,43,254,0,138,8,0,187,107,43,254,54,138,8,0,187,107,43,254,94,138,8,0,187,235,95,65,117,215,10,0,188,107,238,90,55,228,8,0,188,107,238,90,39,237,8,0,188,107,238,90,32,246,8,0,189,235,249,185,192,130,10,0,189,235,249,185,42,131,10,0,189,235,237,234,181,234,11,0,192,235,130,146,149,229,11,0,193,235,211,247,255,110,10,0,195,235,30,194,69,110,7,0,196,235,160,44,97,136,11,0,198,107,19,49,213,44,10,0,201,235,98,139,64,88,10,0,201,235,178,172,223,80,11,0,203,235,201,87,68,165,7,0,205,107,196,254,137,165,11,0,206,235,21,91,5,143,7,0,207,235,167,56,182,94,7,0,210,107,24,144,0,35,7,0,211,235,248,207,190,106,6,0,211,235,248,207,210,230,6,0,211,235,196,144,5,143,7,0,213,107,101,209,122,19,8,0,214,235,51,51,177,27,9,0,214,235,51,51,254,28,9,0,214,235,51,51,77,30,9,0,215,235,87,189,182,94,7,0,218,235,119,231,143,209,7,0,219,235,225,7,59,41,7,0,221,235,26,209,86,119,7,0,222,107,78,82,197,48,7,0,225,235,70,211,183,116,7,0,226,107,249,184,168,3,9,0,226,107,249,184,73,7,9,0,229,235,173,91,100,182,6,0,230,107,16,43,10,77,7,0,230,107,16,43,170,79,7,0,231,107,39,187,8,217,7,0,232,235,158,52,72,194,11,0,232,235,158,52,106,194,11,0,233,107,45,177,135,47,8,0,234,107,120,218,64,94,11,0,234,107,120,218,83,94,11,0,235,235,162,131,152,77,6,0,235,107,12,104,197,48,7,0,235,235,19,209,197,48,7,0,239,235,215,197,204,35,7,0,241,235,158,146,77,75,9,0,241,235,158,146,119,75,9,0,241,235,221,123,118,66,10,0,241,235,221,123,141,66,10,0,245,235,159,49,228,90,7,0,245,235,157,159,86,119,7,0,246,235,0,97,5,143,7,0,251,107,37,123,162,32,8,0,254,235,157,176,59,41,7,0,254,235,131,164,68,165,7,0,254,235,111,26,92,15,9,0,254,235,111,26,130,20,9,0,1,236,66,87,232,121,7,0,1,108,34,112,112,108,11,0,4,236,4,1,33,12,6,0,7,108,123,237,0,16,11,0,9,108,204,226,232,121,7,0,9,108,28,116,104,24,11,0,9,108,28,116,14,33,11,0,10,236,13,160,191,247,11,0,11,108,187,1,238,100,9,0,11,108,187,1,126,101,9,0,12,108,56,252,91,231,6,0,12,236,221,194,218,159,10,0,12,236,221,194,111,162,10,0,13,108,226,83,151,114,6,0,14,108,64,82,144,137,7,0,14,236,30,21,92,15,9,0,14,236,30,21,130,20,9,0,14,108,69,188,218,159,10,0,14,108,69,188,111,162,10,0,15,236,98,108,5,143,7,0,15,108,42,5,91,153,10,0,15,108,42,5,108,153,10,0,15,108,42,5,138,153,10,0,16,236,125,179,55,228,8,0,16,236,125,179,39,237,8,0,16,236,125,179,32,246,8,0,17,108,34,119,203,88,7,0,18,108,236,205,16,214,8,0,19,236,59,60,77,61,9,0,19,236,59,60,55,62,9,0,20,108,127,101,10,77,7,0,20,108,127,101,170,79,7,0,22,108,46,180,89,103,7,0,26,236,96,174,235,99,7,0,28,236,224,160,143,243,7,0,31,236,97,235,162,158,8,0,32,236,203,79,166,23,10,0,32,236,203,79,181,24,10,0,32,236,203,79,184,25,10,0,32,236,203,79,214,26,10,0,37,236,90,210,66,132,11,0,38,236,195,125,92,15,9,0,38,236,195,125,130,20,9,0,39,108,12,171,68,165,7,0,39,236,134,92,108,215,7,0,39,108,216,213,92,15,9,0,39,108,216,213,130,20,9,0,40,236,30,177,87,125,6,0,42,108,10,158,55,228,8,0,42,108,10,158,39,237,8,0,42,108,10,158,32,246,8,0,43,236,67,66,170,79,7,0,44,236,3,63,231,82,10,0,44,236,3,63,252,82,10,0,49,108,97,211,59,41,7,0,49,108,87,229,172,251,10,0,52,108,175,161,238,66,9,0,52,108,175,161,8,69,9,0,55,236,8,192,15,200,7,0,55,108,240,89,228,70,11,0,57,108,157,38,79,1,6,0,61,236,104,90,231,206,9,0,65,236,125,193,197,234,11,0,67,236,96,100,238,66,9,0,67,108,255,163,238,66,9,0,67,236,96,100,8,69,9,0,67,108,255,163,8,69,9,0,68,236,2,103,55,228,8,0,68,236,2,103,39,237,8,0,68,236,2,103,32,246,8,0,71,236,12,208,113,49,9,0,71,236,12,208,44,51,9,0,71,236,168,10,117,96,10,0,71,236,168,10,143,96,10,0,71,236,168,10,168,96,10,0,72,108,35,247,81,242,6,0,72,108,35,247,132,185,9,0,78,236,42,255,255,110,10,0,82,236,179,46,120,255,6,0,82,236,107,89,120,156,8,0,82,236,107,89,170,156,8,0,82,236,107,89,232,156,8,0,82,236,107,89,25,157,8,0,82,236,107,89,92,157,8,0,85,236,56,87,80,187,11,0,86,236,220,13,2,72,7,0,86,236,131,141,205,169,10,0,86,236,131,141,47,171,10,0,91,236,169,49,161,190,9,0,91,236,169,49,93,191,9,0,92,108,22,70,218,154,8,0,92,108,72,70,24,11,11,0,95,236,218,172,114,3,10,0,95,236,218,172,138,3,10,0,96,108,248,249,144,137,7,0,97,108,98,97,81,179,7,0,97,108,98,97,68,192,7,0,98,108,127,71,211,215,10,0,98,236,179,137,48,71,11,0,101,236,16,246,98,214,10,0,102,108,4,222,94,175,7,0,108,236,155,24,81,179,7,0,108,236,155,24,25,144,8,0,108,236,155,24,141,144,8,0,108,236,155,24,247,144,8,0,108,236,155,24,18,104,10,0,110,108,77,39,7,109,8,0,113,108,236,243,55,228,8,0,113,108,236,243,39,237,8,0,113,108,236,243,32,246,8,0,114,236,246,6,108,208,7,0,114,108,106,212,92,13,10,0,114,108,106,212,121,13,10,0,114,108,106,212,162,13,10,0,114,108,106,212,208,13,10,0,114,108,131,182,99,3,11,0,115,236,57,207,255,110,10,0,122,108,157,119,144,137,7,0,124,236,183,250,77,185,6,0,125,236,200,85,197,48,7,0,125,236,99,235,246,185,9,0,125,236,99,235,45,186,9,0,125,236,99,235,187,186,9,0,128,108,105,27,154,10,10,0,128,108,105,27,199,10,10,0,128,236,56,108,255,110,10,0,129,236,173,75,84,134,8,0,131,108,15,52,221,177,11,0,132,108,189,44,110,119,8,0,133,236,57,84,171,97,6,0,134,236,141,65,214,84,8,0,137,236,163,160,125,59,6,0,137,236,163,160,216,60,6,0,140,108,46,210,245,209,6,0,140,108,46,210,19,210,6,0,140,108,80,234,128,20,7,0,140,108,98,196,68,165,7,0,141,108,80,215,202,50,8,0,142,236,123,140,75,107,7,0,142,236,27,97,68,165,7,0,143,236,113,239,69,110,7,0,143,108,171,216,95,31,8,0,143,108,171,216,166,31,8,0,143,108,171,216,233,31,8,0,144,236,114,182,53,198,6,0,144,236,173,66,95,62,7,0,144,108,121,236,89,202,7,0,144,108,121,236,207,202,7,0,144,108,121,236,166,204,7,0,145,108,44,116,92,15,9,0,145,108,44,116,130,20,9,0,147,108,130,5,64,88,10,0,149,108,207,154,186,104,7,0,149,236,224,135,232,200,9,0,149,236,224,135,55,201,9,0,150,236,145,61,226,14,7,0,151,108,121,27,55,228,8,0,151,108,121,27,39,237,8,0,151,108,121,27,32,246,8,0,151,108,177,249,255,110,10,0,153,108,209,156,84,36,7,0,155,236,171,253,93,211,7,0,155,108,128,186,174,67,10,0,156,236,150,210,181,58,7,0,158,108,116,85,218,159,10,0,158,108,116,85,111,162,10,0,159,108,23,228,2,72,7,0,159,108,23,228,128,103,7,0,163,108,236,201,236,30,7,0,163,108,236,201,59,41,7,0,164,236,247,149,197,48,7,0,166,108,108,184,202,188,6,0,166,236,118,68,68,165,7,0,167,108,186,187,114,50,8,0,167,108,186,187,160,50,8,0,167,108,122,39,166,23,10,0,167,108,122,39,181,24,10,0,167,108,122,39,184,25,10,0,167,108,122,39,214,26,10,0,172,108,99,206,5,143,7,0,175,236,17,151,161,190,9,0,175,236,17,151,93,191,9,0,176,108,80,198,158,128,7,0,177,108,123,169,59,41,7,0,177,236,115,228,168,3,9,0,177,236,115,228,73,7,9,0,179,236,221,13,186,104,7,0,179,108,79,82,241,94,10,0,179,108,79,82,39,95,10,0,179,108,94,238,12,22,11,0,179,236,221,13,88,122,11,0,181,108,146,28,251,159,6,0,183,236,102,112,59,41,7,0,183,236,102,112,54,215,8,0,183,236,102,112,52,11,11,0,184,236,1,72,45,105,7,0,185,236,234,59,56,15,8,0,185,236,234,59,241,200,10,0,186,108,102,197,25,92,11,0,187,108,62,2,216,25,7,0,187,108,119,244,190,57,11,0,187,108,169,16,138,194,11,0,188,108,85,205,68,165,7,0,191,236,246,6,81,179,7,0,191,236,246,6,92,169,10,0,191,236,246,6,155,169,10,0,195,236,255,118,130,193,11,0,197,236,241,89,232,121,7,0,199,108,61,49,232,197,7,0,199,108,86,167,138,194,11,0,201,108,68,146,37,63,7,0,202,108,122,122,179,236,10,0,204,108,179,129,203,223,6,0,204,108,179,129,154,239,6,0,210,236,20,40,138,85,9,0,210,236,20,40,93,87,9,0,212,108,231,242,145,88,7,0,212,108,231,242,225,32,8,0,212,108,54,216,36,253,10,0,213,236,249,85,123,67,6,0,213,108,145,81,47,14,7,0,213,108,145,81,10,77,7,0,213,108,145,81,170,79,7,0,218,236,11,196,179,70,6,0,219,236,35,21,170,79,7,0,220,236,141,97,84,87,7,0,224,108,222,151,135,45,11,0,225,108,191,93,221,219,7,0,226,108,68,221,235,99,7,0,229,236,105,223,55,228,8,0,229,236,105,223,39,237,8,0,229,236,105,223,32,246,8,0,230,236,204,199,5,143,7,0,233,108,241,56,200,95,6,0,233,108,241,56,26,198,6,0,235,108,185,124,55,228,8,0,235,108,185,124,39,237,8,0,235,108,185,124,32,246,8,0,238,236,15,207,168,3,9,0,238,236,15,207,73,7,9,0,240,236,201,219,118,112,7,0,240,236,201,219,210,112,7,0,240,108,101,221,168,3,9,0,240,108,101,221,73,7,9,0,245,236,241,57,49,7,7,0,247,108,242,127,223,214,6,0,248,236,174,57,113,49,9,0,248,236,174,57,44,51,9,0,251,236,188,153,213,44,10,0,252,236,245,149,45,105,7,0,253,236,174,129,5,143,7,0,253,236,9,176,255,110,10,0,254,108,35,13,12,37,9,0,254,108,35,13,124,37,9,0,255,108,253,46,183,116,7,0,6,237,251,78,144,209,10,0,8,109,202,180,179,129,7,0,10,109,143,205,211,181,6,0,11,109,189,186,197,48,7,0,12,109,52,248,183,116,7,0,13,109,8,32,255,110,10,0,16,237,13,95,10,77,7,0,16,237,13,95,170,79,7,0,18,237,224,126,220,209,6,0,18,237,220,30,71,27,7,0,18,109,189,174,166,23,10,0,18,109,189,174,181,24,10,0,18,109,189,174,184,25,10,0,18,109,189,174,214,26,10,0,18,109,133,178,213,44,10,0,19,237,119,106,83,120,11,0,22,237,159,60,238,66,9,0,22,237,159,60,8,69,9,0,22,109,111,123,135,84,9,0,22,109,111,123,180,84,9,0,22,109,111,123,202,84,9,0,27,237,194,27,171,246,11,0,29,109,25,181,55,228,8,0,29,109,25,181,39,237,8,0,29,109,25,181,32,246,8,0,31,237,239,33,255,110,10,0,32,109,100,217,139,16,7,0,32,109,72,102,68,18,8,0,32,109,135,102,240,196,8,0,34,237,98,244,92,15,9,0,34,237,98,244,130,20,9,0,36,237,137,249,186,79,9,0,37,237,98,42,102,237,9,0,37,237,98,42,115,238,9,0,38,237,59,19,175,58,8,0,40,109,122,28,59,211,11,0,40,109,122,28,84,211,11,0,42,237,97,209,106,89,7,0,44,109,233,60,59,41,7,0,44,237,47,71,77,94,9,0,44,237,47,71,93,95,9,0,45,109,80,198,134,219,8,0,45,109,80,198,198,219,8,0,47,237,251,49,71,115,7,0,48,109,112,167,127,182,11,0,50,237,119,12,236,65,7,0,50,237,188,118,55,228,8,0,50,237,188,118,39,237,8,0,50,237,188,118,32,246,8,0,52,109,59,77,139,246,9,0,52,109,59,77,215,246,9,0,53,237,103,87,117,59,9,0,53,237,103,87,221,59,9,0,55,109,212,94,203,88,7,0,55,109,36,106,255,110,10,0,55,237,237,234,163,235,11,0,59,237,180,87,71,115,7,0,59,237,98,244,81,236,11,0,60,109,155,200,156,176,7,0,60,109,155,200,81,179,7,0,63,237,68,136,68,165,7,0,63,237,142,73,201,34,11,0,63,237,142,73,115,35,11,0,65,237,158,186,95,31,8,0,65,237,158,186,166,31,8,0,65,237,158,186,233,31,8,0,67,237,214,54,234,192,10,0,67,109,76,47,16,200,11,0,68,109,154,135,55,228,8,0,68,109,154,135,39,237,8,0,68,109,154,135,32,246,8,0,69,109,184,38,185,210,7,0,69,109,184,38,244,210,7,0,70,109,51,151,223,103,7,0,75,237,59,86,78,136,7,0,75,109,52,203,246,185,9,0,75,109,52,203,45,186,9,0,75,109,52,203,187,186,9,0,78,109,13,32,91,121,9,0,78,109,13,32,171,122,9,0,78,109,13,32,253,123,9,0,78,109,13,32,84,125,9,0,79,109,84,157,255,110,10,0,82,109,246,225,125,1,8,0,85,109,70,23,213,132,8,0,85,109,70,23,14,133,8,0,85,109,70,23,68,133,8,0,85,237,132,150,167,25,9,0,85,237,132,150,206,25,9,0,88,237,254,19,197,48,7,0,89,109,215,122,144,20,11,0,90,109,156,152,59,41,7,0,93,109,99,5,235,135,10,0,93,109,99,5,152,136,10,0,94,109,75,55,218,4,7,0,95,109,47,60,43,102,6,0,96,237,112,119,155,78,6,0,98,237,85,138,116,66,7,0,98,237,39,133,55,184,11,0,99,237,120,144,79,112,11,0,102,109,6,100,55,228,8,0,102,109,6,100,39,237,8,0,102,109,6,100,32,246,8,0,104,237,97,36,64,40,6,0,104,109,72,55,166,23,10,0,104,109,72,55,181,24,10,0,104,109,72,55,184,25,10,0,104,109,72,55,214,26,10,0,107,109,192,148,195,180,6,0,107,109,192,148,199,215,6,0,107,237,235,214,144,137,7,0,108,109,37,109,8,115,7,0,109,109,72,185,64,88,10,0,110,109,121,49,82,86,11,0,111,237,83,34,170,79,7,0,111,237,63,239,0,253,9,0,111,237,63,239,29,253,9,0,112,237,32,173,237,99,8,0,116,237,205,109,64,176,6,0,119,237,180,226,144,137,7,0,119,237,242,3,59,115,11,0,120,109,107,158,190,154,9,0,120,109,107,158,221,154,9,0,120,109,107,158,248,154,9,0,121,109,123,32,59,23,10,0,121,109,123,32,86,23,10,0,123,237,138,115,107,191,6,0,124,109,181,217,235,99,7,0,124,109,198,59,144,137,7,0,124,109,181,217,81,179,7,0,126,109,180,22,56,135,8,0,130,109,131,59,183,116,7,0,132,109,251,218,255,110,10,0,133,237,55,206,132,179,11,0,134,109,46,129,68,184,6,0,134,237,10,59,202,56,7,0,136,109,155,42,92,15,9,0,136,109,155,42,130,20,9,0,136,237,93,89,31,153,9,0,136,237,93,89,214,153,9,0,137,109,7,106,4,186,11,0,138,237,136,50,18,16,10,0,138,237,136,50,41,16,10,0,138,237,136,50,62,16,10,0,139,109,250,57,197,48,7,0,139,109,9,188,235,99,7,0,142,237,22,215,99,155,9,0,142,237,22,215,134,155,9,0,142,237,67,250,158,16,11,0,144,237,84,54,110,79,9,0,144,237,84,54,186,79,9,0,145,109,32,52,199,133,7,0,148,109,192,143,135,147,10,0,148,109,192,143,56,148,10,0,148,109,112,167,33,182,11,0,150,109,235,114,202,50,8,0,152,109,51,55,77,62,6,0,152,109,51,55,48,110,6,0,153,237,197,64,190,5,6,0,153,237,35,78,197,48,7,0,153,109,151,141,197,48,7,0,154,109,69,160,197,48,7,0,156,109,85,85,201,24,6,0,156,109,85,85,35,156,7,0,156,237,96,116,55,228,8,0,156,237,96,116,39,237,8,0,156,237,96,116,32,246,8,0,157,237,158,8,156,116,8,0,157,237,158,8,205,116,8,0,158,109,194,6,179,129,7,0,162,237,87,176,49,7,7,0,162,109,24,212,5,143,7,0,164,109,227,254,182,217,7,0,164,109,97,239,230,33,9,0,164,109,97,239,32,34,9,0,165,109,32,174,175,53,6,0,165,109,32,174,143,114,8,0,166,237,134,156,174,224,7,0,167,237,90,113,205,250,6,0,167,109,215,9,252,65,10,0,167,109,215,9,35,66,10,0,168,109,125,85,91,121,11,0,168,109,125,85,113,121,11,0,169,109,190,106,255,110,10,0,169,237,91,248,255,110,10,0,169,109,137,133,247,224,10,0,174,109,182,5,213,31,9,0,174,109,182,5,198,32,9,0,175,109,35,129,118,112,7,0,175,109,35,129,210,112,7,0,177,109,65,179,10,77,7,0,177,109,65,179,170,79,7,0,177,237,220,105,243,137,10,0,177,237,220,105,63,138,10,0,177,237,220,105,140,138,10,0,178,237,114,66,132,40,7,0,179,109,86,42,77,61,9,0,179,109,86,42,55,62,9,0,180,109,251,77,236,65,7,0,181,109,41,114,210,112,7,0,182,109,49,35,203,81,9,0,182,109,49,35,169,82,9,0,183,109,113,249,168,3,9,0,183,109,113,249,73,7,9,0,183,109,221,118,203,131,9,0,183,109,221,118,97,132,9,0,189,109,39,104,62,234,5,0,191,109,79,180,222,120,11,0,193,109,61,199,137,178,7,0,193,109,61,199,129,186,7,0,195,109,139,53,49,168,6,0,200,237,145,236,81,179,7,0,200,237,145,236,145,195,7,0,201,109,184,16,224,18,7,0,203,109,168,54,232,121,7,0,204,237,103,143,6,216,10,0,204,109,104,247,215,165,11,0,205,109,58,69,55,228,8,0,205,109,58,69,39,237,8,0,205,109,58,69,32,246,8,0,211,109,128,180,110,119,8,0,212,109,239,127,156,176,7,0,212,109,239,127,241,77,10,0,212,109,239,127,15,78,10,0,212,109,239,127,40,78,10,0,212,109,220,19,42,37,11,0,213,237,175,133,127,26,6,0,214,237,154,224,214,113,7,0,214,109,149,37,3,169,11,0,215,109,238,3,223,39,7,0,216,237,122,150,59,41,7,0,217,109,71,82,175,140,10,0,218,109,243,211,221,26,9,0,218,109,243,211,51,27,9,0,222,109,239,122,218,154,8,0,223,109,148,64,231,206,9,0,225,109,196,152,176,218,11,0,227,109,56,127,232,121,7,0,227,109,214,40,144,137,7,0,227,109,56,127,68,165,7,0,230,109,223,114,197,48,7,0,230,109,155,255,200,40,11,0,232,237,177,230,236,49,6,0,232,109,67,129,125,73,7,0,232,109,67,129,120,75,7,0,233,237,89,218,24,53,9,0,233,237,89,218,252,53,9,0,233,237,89,218,216,54,9,0,243,109,38,236,106,58,7,0,252,237,81,97,197,48,7,0,255,237,231,36,125,216,10,0,0,110,170,226,53,6,7,0,0,110,170,226,119,110,9,0,0,110,170,226,158,110,9,0,0,110,198,212,91,121,9,0,0,110,198,212,171,122,9,0,0,110,198,212,253,123,9,0,0,110,198,212,84,125,9,0,1,238,136,114,57,25,7,0,2,238,194,24,47,144,9,0,2,238,194,24,70,144,9,0,3,238,197,69,168,3,9,0,3,238,197,69,73,7,9,0,5,110,15,170,219,24,7,0,7,238,122,42,109,216,9,0,7,238,122,42,99,217,9,0,7,110,242,124,227,167,11,0,13,238,197,158,24,53,9,0,13,238,197,158,252,53,9,0,13,238,197,158,216,54,9,0,13,238,84,177,54,241,9,0,13,238,84,177,213,241,9,0,14,238,194,251,59,41,7,0,14,238,133,242,144,137,7,0,15,238,235,51,236,23,6,0,16,238,19,76,84,198,8,0,17,238,183,227,68,165,7,0,21,238,42,231,51,110,10,0,21,238,42,231,113,110,10,0,22,238,219,57,174,10,6,0,22,238,219,57,160,155,6,0,22,238,219,57,1,135,7,0,22,110,177,244,255,110,10,0,23,238,67,251,235,8,7,0,23,110,221,126,10,182,9,0,23,110,221,126,36,182,9,0,26,110,99,43,210,112,7,0,27,110,39,35,134,200,6,0,27,110,211,166,104,97,11,0,27,110,211,166,128,97,11,0,27,110,249,16,227,249,11,0,31,110,32,14,202,50,8,0,33,238,16,64,181,58,7,0,33,238,132,249,116,66,7,0,33,110,102,102,108,71,7,0,35,238,105,24,113,53,6,0,35,238,105,24,92,188,6,0,35,238,105,24,67,102,8,0,36,238,238,137,222,31,7,0,36,238,201,6,68,165,7,0,36,238,238,137,139,203,11,0,38,110,43,245,30,131,7,0,40,110,84,204,132,40,7,0,42,238,100,57,22,18,6,0,42,238,117,211,201,24,6,0,42,238,117,211,35,156,7,0,42,238,154,138,187,188,10,0,43,110,26,228,92,15,9,0,43,110,26,228,130,20,9,0,43,110,98,210,71,249,10,0,46,238,248,105,0,252,6,0,46,238,232,108,5,143,7,0,47,110,67,182,55,228,8,0,47,110,67,182,39,237,8,0,47,110,67,182,32,246,8,0,49,110,68,15,235,135,10,0,49,110,68,15,152,136,10,0,49,110,139,62,202,74,11,0,50,110,249,83,144,137,7,0,51,110,198,23,129,46,9,0,51,110,198,23,184,46,9,0,52,110,183,37,55,228,8,0,52,110,183,37,39,237,8,0,52,110,183,37,32,246,8,0,53,238,1,226,180,211,9,0,53,238,1,226,226,211,9,0,56,238,67,138,68,165,7,0,57,238,218,59,232,197,7,0,59,238,194,183,83,126,7,0,64,110,228,195,166,23,10,0,64,110,228,195,181,24,10,0,64,110,228,195,184,25,10,0,64,110,228,195,214,26,10,0,65,110,188,164,128,20,7,0,65,238,93,139,249,43,11,0,65,238,93,139,242,44,11,0,65,110,188,164,200,130,11,0,66,238,157,250,114,2,7,0,66,110,14,198,168,3,9,0,66,110,14,198,73,7,9,0,69,238,106,0,68,165,7,0,69,110,220,213,191,247,11,0,71,110,53,136,196,202,11,0,71,238,53,143,255,213,11,0,73,238,43,144,245,40,10,0,75,110,237,112,197,48,7,0,75,238,13,0,86,119,7,0,77,110,42,70,174,213,6,0,78,238,28,210,45,15,7,0,80,238,244,35,0,88,7,0,80,238,196,162,166,23,10,0,80,238,196,162,181,24,10,0,80,238,196,162,184,25,10,0,80,238,196,162,214,26,10,0,81,110,130,243,177,27,9,0,81,110,130,243,254,28,9,0,81,110,130,243,77,30,9,0,81,110,29,72,253,29,10,0,81,110,29,72,40,30,10,0,82,238,233,153,202,50,8,0,85,110,251,253,152,77,6,0,85,238,88,111,44,197,6,0,85,238,110,98,5,143,7,0,85,110,85,199,68,165,7,0,85,110,85,199,174,67,10,0,90,110,6,29,55,228,8,0,90,110,6,29,39,237,8,0,90,110,6,29,32,246,8,0,92,238,205,238,245,40,10,0,92,238,205,238,90,41,10,0,93,238,96,221,76,9,7,0,95,110,103,46,31,153,9,0,95,110,103,46,214,153,9,0,98,238,35,210,116,66,7,0,101,110,174,102,183,116,7,0,102,238,238,170,223,0,11,0,104,110,157,65,86,119,7,0,104,110,249,8,232,121,7,0,106,238,194,68,197,48,7,0,110,110,212,186,232,121,7,0,110,110,170,190,156,176,7,0,110,238,127,3,81,179,7,0,110,238,127,3,110,153,8,0,110,110,35,200,168,3,9,0,110,110,35,200,73,7,9,0,112,110,244,14,66,40,8,0,112,110,244,14,120,40,8,0,113,238,156,71,163,9,7,0,113,238,174,38,210,13,9,0,113,238,174,38,132,14,9,0,116,110,91,38,128,20,7,0,120,238,18,254,137,178,7,0,121,110,242,91,148,188,10,0,122,238,108,114,207,167,8,0,124,110,74,112,129,192,10,0,127,110,152,192,238,66,9,0,127,110,152,192,8,69,9,0,127,110,197,182,235,252,11,0,130,110,188,127,168,3,9,0,130,110,188,127,73,7,9,0,130,238,97,80,244,204,9,0,130,238,97,80,13,205,9,0,130,238,97,80,33,205,9,0,132,238,40,118,64,88,10,0,133,238,28,162,205,169,10,0,133,238,28,162,47,171,10,0,134,238,76,204,90,118,6,0,136,110,193,2,185,11,9,0,136,110,193,2,89,12,9,0,136,110,193,2,254,12,9,0,136,110,44,125,92,15,9,0,136,110,44,125,130,20,9,0,138,238,245,220,2,177,6,0,138,238,118,149,10,99,9,0,138,238,118,149,226,99,9,0,139,110,130,68,218,159,10,0,139,110,130,68,111,162,10,0,140,110,34,36,53,6,7,0,140,110,146,251,69,135,7,0,140,110,34,36,119,110,9,0,140,110,34,36,158,110,9,0,144,238,118,88,95,53,11,0,145,110,93,47,208,153,6,0,145,110,93,47,20,193,6,0,147,238,201,210,147,173,6,0,148,110,44,105,68,165,7,0,148,110,157,71,235,135,10,0,148,110,157,71,152,136,10,0,148,110,192,44,83,248,11,0,149,110,166,74,56,131,6,0,151,110,160,127,151,119,9,0,151,110,160,127,246,119,9,0,153,110,51,71,86,14,6,0,153,110,139,195,242,195,9,0,153,110,139,195,21,196,9,0,154,238,38,215,238,66,9,0,154,238,38,215,8,69,9,0,156,110,95,218,99,70,7,0,159,110,70,235,235,99,7,0,161,110,8,25,207,167,8,0,162,110,209,78,255,110,10,0,167,110,71,129,211,175,6,0,167,238,64,232,197,48,7,0,167,238,93,202,10,99,9,0,167,238,93,202,226,99,9,0,168,110,227,57,35,127,7,0,168,238,223,227,36,166,9,0,168,238,223,227,133,166,9,0,168,238,223,227,235,166,9,0,168,238,223,227,74,167,9,0,168,238,223,227,178,167,9,0,170,238,218,39,15,171,6,0,170,238,218,39,202,171,6,0,177,110,100,95,213,89,9,0,177,110,100,95,252,89,9,0,179,238,234,55,68,165,7,0,180,110,191,229,202,50,8,0,184,238,156,168,205,226,8,0,186,238,66,77,68,165,7,0,190,110,125,56,86,119,7,0,192,238,60,166,47,14,7,0,192,238,60,166,200,143,8,0,192,238,60,166,194,129,9,0,192,238,60,166,251,129,9,0,192,238,60,166,53,130,9,0,193,110,116,216,10,37,7,0,193,110,116,216,68,165,7,0,197,238,169,74,31,153,9,0,197,238,169,74,214,153,9,0,200,110,117,127,4,11,6,0,202,238,133,59,109,216,9,0,202,238,133,59,99,217,9,0,204,110,74,201,168,3,9,0,204,110,74,201,73,7,9,0,208,110,238,26,234,157,11,0,209,238,137,173,214,160,7,0,212,238,99,228,229,27,10,0,212,238,99,228,114,28,10,0,215,110,108,110,172,12,7,0,215,110,114,97,73,222,7,0,216,110,65,114,167,20,11,0,219,110,89,236,128,133,7,0,219,110,48,62,106,44,10,0,219,110,48,62,137,44,10,0,220,238,110,238,55,228,8,0,220,238,110,238,39,237,8,0,220,238,110,238,32,246,8,0,222,238,69,169,255,32,7,0,222,110,5,211,42,117,9,0,222,110,5,211,178,117,9,0,226,238,222,189,255,110,10,0,227,110,169,16,212,157,7,0,228,110,12,193,232,121,7,0,228,110,37,226,77,61,9,0,228,110,37,226,55,62,9,0,230,238,40,215,12,235,10,0,236,110,114,143,94,214,6,0,236,238,35,242,108,57,7,0,236,238,35,242,168,57,7,0,236,238,156,40,135,218,9,0,236,238,156,40,242,218,9,0,237,110,167,116,96,140,8,0,239,238,62,97,118,48,6,0,242,238,136,125,89,202,7,0,242,238,136,125,207,202,7,0,242,238,82,212,210,13,9,0,242,238,82,212,132,14,9,0,242,110,84,192,42,72,9,0,242,110,84,192,233,72,9,0,242,110,84,192,162,73,9,0,243,110,109,131,182,94,7,0,244,238,13,49,125,73,7,0,244,238,13,49,120,75,7,0,245,110,196,157,183,116,7,0,246,110,55,51,124,6,7,0,247,238,73,180,3,130,7,0,247,238,73,180,102,130,7,0,254,110,56,130,5,143,7,0,255,238,229,13,68,165,7,0,255,238,50,61,135,47,8,0,0,111,9,117,201,24,6,0,0,239,35,66,63,98,7,0,0,111,9,117,35,156,7,0,2,239,181,78,197,48,7,0,2,111,68,155,231,206,9,0,3,111,145,175,87,18,6,0,3,111,145,175,59,177,8,0,6,111,232,252,255,110,10,0,7,111,71,120,35,127,7,0,7,111,14,239,224,203,11,0,8,239,8,250,55,228,8,0,8,239,8,250,39,237,8,0,8,239,8,250,32,246,8,0,8,239,219,225,69,179,9,0,8,239,219,225,155,179,9,0,8,239,219,225,43,180,9,0,10,111,208,86,86,119,7,0,15,239,62,17,144,137,7,0,15,111,255,182,205,169,10,0,15,111,255,182,47,171,10,0,15,239,25,22,86,180,11,0,16,111,176,215,118,1,9,0,16,111,176,215,6,2,9,0,19,111,236,7,199,108,11,0,21,111,75,121,92,111,7,0,21,111,94,164,190,0,8,0,21,239,55,8,107,203,10,0,23,239,240,185,207,167,8,0,24,111,136,94,197,48,7,0,24,111,62,141,51,250,10,0,29,239,196,173,175,140,10,0,30,111,220,179,197,48,7,0,30,239,87,182,170,79,7,0,35,239,248,187,210,112,7,0,37,239,17,25,144,137,7,0,37,111,175,182,5,143,7,0,38,111,182,108,255,110,10,0,39,111,215,42,216,25,7,0,40,111,53,34,5,143,7,0,41,111,172,30,42,103,7,0,41,111,108,148,75,239,11,0,43,111,209,182,59,41,7,0,44,239,184,110,30,131,7,0,44,239,221,20,168,3,9,0,44,239,221,20,73,7,9,0,44,111,151,91,102,118,9,0,44,111,151,91,164,118,9,0,45,239,74,2,134,184,8,0,46,239,23,195,67,42,9,0,46,239,23,195,104,42,9,0,46,239,23,195,136,42,9,0,50,111,179,110,201,24,6,0,50,239,73,31,144,137,7,0,50,111,179,110,35,156,7,0,51,111,236,237,215,119,11,0,52,239,94,177,133,218,10,0,53,111,171,243,207,167,8,0,54,239,123,53,138,103,9,0,54,239,123,53,62,104,9,0,58,111,77,107,235,99,7,0,59,111,162,152,10,77,7,0,59,111,162,152,170,79,7,0,60,239,132,238,55,228,8,0,60,239,132,238,39,237,8,0,60,239,132,238,32,246,8,0,61,239,120,27,255,110,10,0,62,111,35,178,132,40,7,0,62,111,40,7,81,179,7,0,62,239,53,42,55,228,8,0,62,239,53,42,39,237,8,0,62,239,53,42,32,246,8,0,62,111,40,7,34,26,9,0,65,111,142,191,255,32,7,0,67,111,161,248,247,228,10,0,69,111,170,164,221,85,6,0,70,111,69,209,112,192,10,0,71,111,108,7,7,109,8,0,73,239,49,169,139,83,7,0,76,111,112,167,107,114,7,0,77,111,195,45,223,20,7,0,87,239,75,101,55,228,8,0,87,239,75,101,39,237,8,0,87,239,75,101,32,246,8,0,95,111,54,44,218,48,6,0,95,239,117,26,86,119,7,0,95,111,54,44,92,153,7,0,95,239,22,155,220,27,8,0,95,239,76,51,82,175,11,0,97,239,217,87,126,230,10,0,99,111,90,237,144,27,11,0,100,111,225,36,37,63,7,0,103,239,172,77,125,73,7,0,103,239,172,77,120,75,7,0,106,239,115,135,183,116,7,0,106,239,110,58,228,75,9,0,106,239,110,58,142,76,9,0,107,111,130,143,191,213,11,0,107,111,130,143,44,217,11,0,110,111,198,123,59,23,7,0,111,111,20,122,101,131,11,0,111,111,20,122,122,131,11,0,113,239,93,51,238,219,5,0,114,239,103,86,37,154,7,0,116,239,100,216,218,21,7,0,116,239,100,216,29,119,7,0,117,111,134,93,210,13,9,0,117,111,134,93,132,14,9,0,124,239,107,148,81,179,7,0,124,239,107,148,92,169,10,0,124,239,107,148,155,169,10,0,126,111,14,186,221,146,10,0,127,239,249,1,235,99,7,0,128,239,34,126,165,146,6,0,128,111,161,219,255,110,10,0,129,239,223,187,182,94,7,0,131,111,23,41,72,253,6,0,132,111,148,120,166,23,10,0,132,111,148,120,181,24,10,0,132,111,148,120,184,25,10,0,132,111,148,120,214,26,10,0,133,239,207,234,137,1,10,0,133,239,207,234,180,1,10,0,134,111,197,71,106,223,6,0,135,111,185,70,30,131,7,0,136,111,152,113,170,79,7,0,137,239,4,89,71,219,11,0,138,239,198,161,10,77,7,0,138,239,198,161,170,79,7,0,139,239,190,45,116,66,7,0,141,239,18,222,55,228,8,0,141,239,18,222,39,237,8,0,141,239,18,222,32,246,8,0,142,239,100,94,125,73,7,0,142,239,100,94,120,75,7,0,145,111,1,76,108,65,7,0,148,239,113,98,197,48,7,0,149,239,137,149,117,230,5,0,151,239,69,14,54,241,9,0,151,239,69,14,213,241,9,0,154,239,42,38,35,127,7,0,156,111,239,106,182,94,7,0,158,111,113,8,191,0,9,0,158,111,113,8,223,0,9,0,158,111,113,8,8,1,9,0,159,111,80,142,52,163,6,0,159,111,218,148,197,48,7,0,159,239,69,81,55,228,8,0,159,239,69,81,39,237,8,0,159,239,69,81,32,246,8,0,160,111,99,16,120,219,6,0,161,239,32,100,2,126,10,0,161,239,32,100,203,126,10,0,162,111,221,113,2,126,10,0,162,111,221,113,203,126,10,0,163,239,206,35,166,36,7,0,163,111,12,1,227,167,11,0,164,111,225,58,55,228,8,0,164,111,225,58,39,237,8,0,164,111,225,58,32,246,8,0,165,111,92,73,172,6,6,0,165,111,92,73,130,86,7,0,165,111,198,135,255,110,10,0,169,239,67,82,37,46,10,0,169,239,67,82,103,47,10,0,169,239,67,82,172,48,10,0,173,239,142,232,165,235,10,0,175,111,146,169,194,184,6,0,177,239,179,148,57,25,7,0,177,239,179,148,150,219,9,0,177,239,179,148,176,219,9,0,180,111,253,64,125,73,7,0,180,111,253,64,120,75,7,0,181,239,73,138,201,91,8,0,182,111,173,252,155,5,6,0,184,239,20,99,30,131,7,0,184,111,84,18,135,47,8,0,186,239,195,34,83,126,7,0,187,111,208,210,140,78,9,0,187,111,208,210,183,78,9,0,188,111,98,127,75,247,6,0,189,111,156,149,204,70,7,0,189,111,156,149,91,121,9,0,189,111,156,149,171,122,9,0,189,111,156,149,253,123,9,0,189,111,156,149,84,125,9,0,191,239,138,37,73,186,8,0,191,111,220,82,194,129,9,0,191,111,220,82,251,129,9,0,191,111,220,82,53,130,9,0,192,111,25,166,4,182,6,0,192,111,90,14,139,83,7,0,192,111,230,231,128,98,7,0,193,239,17,168,227,136,9,0,193,239,17,168,38,137,9,0,195,111,224,16,138,197,8,0,196,239,135,206,156,211,11,0,196,239,135,206,204,211,11,0,197,239,209,30,181,58,7,0,199,111,71,45,164,226,11,0,200,111,199,248,215,178,6,0,200,111,57,108,55,62,7,0,200,239,69,81,218,159,10,0,200,239,69,81,111,162,10,0,203,111,78,64,255,110,10,0,204,239,102,87,168,3,9,0,204,239,102,87,73,7,9,0,207,239,83,57,26,23,7,0,207,239,171,64,33,27,7,0,210,239,71,121,225,7,7,0,210,239,71,121,120,47,11,0,211,239,246,133,116,66,7,0,212,239,225,183,162,212,6,0,212,111,152,216,229,27,10,0,212,111,152,216,114,28,10,0,213,111,29,166,92,15,9,0,213,111,29,166,130,20,9,0,214,111,130,135,232,121,7,0,214,111,89,133,255,110,10,0,216,111,127,191,138,85,9,0,216,111,127,191,93,87,9,0,216,111,8,12,209,26,11,0,220,111,240,198,35,255,11,0,221,239,140,93,75,107,7,0,222,239,35,25,197,48,7,0,223,111,175,143,197,48,7,0,224,111,148,214,116,66,7,0,225,111,145,67,59,41,7,0,227,111,165,22,84,101,11,0,228,239,14,197,69,225,6,0,228,239,25,197,6,246,9,0,228,239,25,197,51,246,9,0,233,239,194,68,45,245,7,0,236,239,143,237,131,189,6,0,236,239,143,237,75,107,7,0,238,239,6,132,41,23,6,0,238,239,6,132,144,199,6,0,238,239,6,132,167,83,10,0,238,239,6,132,239,83,10,0,238,239,6,132,51,84,10,0,238,239,6,132,113,84,10,0,239,239,23,147,92,15,9,0,239,239,23,147,130,20,9,0,244,239,254,229,197,48,7,0,245,111,187,126,117,215,10,0,246,239,50,86,178,152,6,0,247,239,197,63,197,48,7,0,247,239,178,11,108,57,7,0,247,239,178,11,168,57,7,0,249,239,198,199,177,13,7,0,252,239,138,210,86,119,7,0,252,239,48,216,5,143,7,0,253,239,43,116,59,23,7,0,0,112,114,145,184,92,9,0,0,112,114,145,53,93,9,0,1,240,119,247,156,176,7,0,1,240,119,247,26,124,10,0,3,240,54,22,246,23,8,0,4,112,175,182,197,48,7,0,4,112,248,82,99,70,7,0,4,240,70,188,218,159,10,0,4,240,70,188,111,162,10,0,6,112,10,33,92,145,8,0,6,112,10,33,234,145,8,0,6,112,10,33,109,146,8,0,8,240,31,228,125,60,9,0,10,112,117,204,112,155,11,0,10,112,117,204,139,155,11,0,11,112,25,86,231,206,9,0,15,112,119,199,161,29,7,0,17,240,147,110,157,182,6,0,21,240,208,165,68,165,7,0,21,240,208,165,14,178,11,0,23,112,206,11,183,116,7,0,25,240,47,194,234,8,11,0,26,240,168,114,160,81,8,0,26,240,168,114,213,81,8,0,26,112,248,245,138,85,9,0,26,112,248,245,93,87,9,0,28,112,66,229,228,90,7,0,29,240,41,100,186,105,10,0,29,240,185,248,221,146,10,0,31,240,223,164,199,61,6,0,32,240,236,10,135,218,9,0,32,240,236,10,242,218,9,0,35,112,42,84,197,48,7,0,35,240,22,79,69,110,7,0,38,112,144,120,2,239,5,0,43,112,62,67,35,22,7,0,44,112,151,14,125,73,7,0,44,112,151,14,120,75,7,0,45,112,120,52,138,194,11,0,46,112,200,10,6,8,7,0,46,112,240,38,175,140,10,0,51,240,194,234,255,32,7,0,51,240,9,9,7,92,11,0,53,112,51,196,137,103,6,0,54,240,224,44,243,254,10,0,55,240,0,83,101,189,10,0,58,240,102,174,26,222,10,0,59,240,139,104,124,143,10,0,59,240,139,104,183,143,10,0,60,112,1,198,219,83,8,0,60,112,1,198,95,127,11,0,62,112,169,112,183,68,7,0,63,240,236,177,224,18,7,0,64,240,201,155,70,138,11,0,66,240,7,45,22,38,7,0,73,112,153,218,145,146,6,0,73,112,191,169,55,149,9,0,75,240,189,132,218,4,7,0,76,112,244,15,77,61,9,0,76,112,244,15,55,62,9,0,77,240,178,73,81,179,7,0,77,240,178,73,110,153,8,0,79,240,238,6,238,100,9,0,79,240,238,6,126,101,9,0,80,240,255,47,9,29,6,0,82,112,136,34,6,148,8,0,83,240,140,124,139,83,7,0,84,240,163,48,228,57,6,0,84,240,131,203,222,194,9,0,84,240,131,203,76,195,9,0,85,240,32,149,100,4,6,0,85,240,35,59,6,254,7,0,86,112,141,238,59,41,7,0,86,112,132,238,55,154,10,0,86,112,132,238,144,154,10,0,86,240,62,253,138,232,10,0,86,240,62,253,129,244,10,0,86,240,62,253,180,244,10,0,89,112,109,130,150,240,9,0,90,112,211,117,246,15,7,0,90,112,142,131,84,134,8,0,91,112,14,84,134,25,8,0,91,112,14,84,195,25,8,0,91,112,14,84,1,26,8,0,91,112,14,84,61,26,8,0,92,112,250,0,59,41,7,0,92,240,131,12,50,247,7,0,94,240,227,132,197,48,7,0,94,240,63,235,208,69,7,0,94,240,63,235,161,57,11,0,96,112,83,80,221,219,7,0,98,112,8,195,119,97,7,0,98,240,166,148,149,225,7,0,99,240,196,112,235,99,7,0,100,112,251,36,92,145,8,0,100,112,251,36,234,145,8,0,100,112,251,36,109,146,8,0,102,240,245,244,197,48,7,0,103,112,4,238,26,199,10,0,108,112,254,58,228,130,9,0,108,112,254,58,2,131,9,0,108,112,254,58,34,131,9,0,109,112,231,242,52,211,10,0,112,240,189,132,221,146,10,0,114,112,104,218,68,165,7,0,114,112,104,218,35,201,7,0,114,112,104,218,66,201,7,0,116,112,107,114,201,67,11,0,118,240,163,160,172,14,6,0,118,240,234,187,228,103,6,0,119,240,30,160,107,90,7,0,123,240,80,121,221,219,7,0,124,112,112,167,5,185,11,0,125,112,234,166,56,95,11,0,131,112,125,118,68,165,7,0,134,112,106,99,143,221,7,0,135,240,41,79,107,201,10,0,139,240,112,123,59,41,7,0,142,240,76,8,221,219,7,0,142,240,247,39,69,179,9,0,142,240,247,39,155,179,9,0,142,240,247,39,43,180,9,0,143,112,15,146,5,143,7,0,144,112,27,45,84,134,7,0,151,112,154,183,92,15,9,0,151,112,154,183,130,20,9,0,151,112,3,241,84,195,10,0,152,112,14,248,13,19,6,0,153,240,14,113,202,50,8,0,156,240,18,157,32,25,8,0,156,240,138,246,55,228,8,0,156,240,138,246,39,237,8,0,156,240,138,246,32,246,8,0,156,240,8,130,92,15,9,0,156,240,8,130,130,20,9,0,161,112,104,81,225,8,6,0,164,112,1,182,55,228,8,0,164,112,1,182,39,237,8,0,164,112,1,182,32,246,8,0,165,240,0,223,59,41,7,0,165,112,50,91,230,0,12,0,169,112,116,91,235,99,7,0,169,112,212,110,200,105,7,0,170,240,200,165,255,110,10,0,172,240,108,202,75,107,7,0,173,112,178,243,255,110,10,0,175,112,69,165,217,233,5,0,176,240,171,86,59,41,7,0,179,112,94,80,231,206,9,0,181,240,118,140,251,84,7,0,181,112,150,40,221,219,7,0,181,240,54,132,58,243,7,0,181,112,215,60,200,20,8,0,181,112,16,30,152,65,9,0,181,112,16,30,36,66,9,0,183,240,177,243,10,42,11,0,185,112,56,40,200,105,7,0,186,240,187,81,138,85,9,0,186,240,187,81,93,87,9,0,187,240,113,33,232,90,6,0,190,240,80,196,14,103,8,0,190,240,80,196,61,103,8,0,190,112,6,139,55,228,8,0,190,112,6,139,39,237,8,0,190,112,6,139,32,246,8,0,190,240,239,206,219,42,9,0,190,240,80,196,17,170,11,0,192,240,151,199,199,177,11,0,197,240,111,164,68,165,7,0,198,240,114,207,94,175,7,0,200,240,66,177,124,226,10,0,202,240,47,211,68,165,7,0,202,240,47,211,230,33,8,0,203,112,217,217,85,178,11,0,209,240,187,129,144,137,7,0,210,240,8,126,1,24,6,0,210,240,8,126,179,32,6,0,210,240,8,126,153,110,6,0,213,112,208,162,54,241,9,0,213,112,208,162,213,241,9,0,218,112,70,153,157,235,6,0,220,240,206,11,59,41,7,0,220,112,151,159,0,13,11,0,221,240,34,42,138,194,11,0,223,112,190,226,182,94,7,0,224,112,115,236,84,36,7,0,226,112,210,248,232,121,7,0,226,240,241,130,144,137,7,0,226,112,48,112,5,143,7,0,228,240,254,234,144,137,7,0,229,112,91,93,99,229,5,0,230,240,250,159,170,79,7,0,232,112,170,149,134,85,7,0,233,240,116,24,181,58,7,0,234,240,150,98,128,103,7,0,234,112,202,78,196,10,8,0,235,112,206,124,246,15,7,0,236,112,91,138,5,143,7,0,236,240,75,161,238,66,9,0,236,240,75,161,8,69,9,0,239,112,50,150,235,99,7,0,239,112,192,15,255,110,10,0,242,240,208,38,121,34,7,0,242,240,23,203,68,165,7,0,245,112,34,250,31,153,9,0,245,112,34,250,214,153,9,0,246,112,78,15,55,228,8,0,246,112,78,15,39,237,8,0,246,112,78,15,32,246,8,0,251,112,109,3,166,1,11,0,251,240,136,194,228,127,11,0,254,240,209,159,13,89,7,0,0,241,123,233,95,62,7,0,0,241,123,233,2,72,7,0,0,241,123,233,124,94,7,0,2,241,70,145,61,233,5,0,2,113,213,57,42,117,9,0,2,113,213,57,178,117,9,0,2,241,114,97,81,0,10,0,2,241,114,97,102,0,10,0,3,113,127,226,10,8,8,0,5,113,109,136,239,190,6,0,5,113,117,49,75,107,7,0,8,241,31,202,137,108,7,0,8,241,31,202,187,108,7,0,8,113,89,105,243,108,10,0,8,113,89,105,1,109,10,0,11,113,122,58,135,126,6,0,12,241,34,76,235,99,7,0,13,241,21,131,182,94,7,0,14,241,143,6,5,143,7,0,14,113,18,110,131,248,10,0,15,113,163,4,255,110,10,0,18,241,128,82,86,119,7,0,19,113,213,44,232,200,9,0,19,113,213,44,55,201,9,0,19,241,4,168,224,218,10,0,21,113,64,17,135,47,8,0,26,241,102,188,8,255,11,0,27,113,248,127,30,131,7,0,29,113,18,60,77,94,9,0,29,113,18,60,93,95,9,0,32,241,81,87,107,114,7,0,32,241,217,55,180,105,8,0,33,241,137,62,236,30,7,0,33,241,41,129,54,117,8,0,36,241,224,62,95,167,6,0,37,113,83,212,151,119,9,0,37,113,83,212,246,119,9,0,38,113,148,118,54,241,9,0,38,113,148,118,213,241,9,0,39,241,90,215,226,33,7,0,40,241,208,134,255,110,10,0,43,113,132,4,110,87,6,0,44,113,23,22,149,106,7,0,44,113,23,22,239,106,7,0,45,241,237,41,235,99,7,0,45,241,194,74,135,47,8,0,47,241,110,215,200,197,6,0,48,241,217,144,63,98,7,0,49,241,216,129,86,21,6,0,49,113,44,122,207,167,8,0,52,113,243,228,8,115,7,0,52,113,227,77,24,193,10,0,53,113,251,64,64,88,10,0,54,113,247,96,157,220,7,0,54,113,215,8,138,85,9,0,54,113,215,8,93,87,9,0,54,113,247,96,89,93,10,0,54,113,247,96,143,93,10,0,54,113,247,96,204,93,10,0,55,241,225,195,197,48,7,0,57,113,126,24,201,24,6,0,57,113,231,242,170,79,7,0,57,113,126,24,35,156,7,0,58,113,5,56,81,179,7,0,58,113,5,56,192,190,7,0,59,113,181,148,226,112,6,0,59,113,181,148,66,104,7,0,61,113,73,91,161,190,9,0,61,113,73,91,93,191,9,0,63,113,129,184,172,134,7,0,63,113,205,22,168,3,9,0,63,113,205,22,73,7,9,0,63,113,68,16,77,94,9,0,63,113,68,16,93,95,9,0,66,113,18,175,151,119,9,0,66,113,18,175,246,119,9,0,66,241,183,76,231,206,9,0,66,113,212,12,161,189,10,0,67,113,30,37,59,41,7,0,68,241,119,84,184,92,9,0,68,241,119,84,53,93,9,0,68,241,25,30,38,39,11,0,70,113,62,15,213,31,9,0,70,113,62,15,198,32,9,0,70,241,73,187,255,110,10,0,73,241,146,12,231,206,9,0,74,113,190,37,68,165,7,0,74,113,81,117,235,135,10,0,74,113,81,117,152,136,10,0,75,241,10,80,245,188,10,0,75,241,171,77,241,125,11,0,75,241,171,77,8,126,11,0,76,241,159,219,79,255,11,0,78,241,139,36,232,121,7,0,79,241,228,209,119,8,7,0,79,241,84,187,13,253,11,0,79,241,84,187,204,253,11,0,81,241,39,60,108,32,7,0,82,113,128,151,59,41,7,0,83,113,164,177,67,40,7,0,87,241,166,40,155,89,7,0,89,113,234,223,72,161,11,0,91,241,213,48,255,110,10,0,96,113,17,125,69,135,7,0,97,241,240,12,149,106,7,0,97,241,240,12,239,106,7,0,101,241,202,208,247,155,11,0,104,241,164,112,42,117,9,0,104,241,164,112,178,117,9,0,107,113,225,18,68,165,7,0,111,241,159,28,232,121,7,0,113,241,8,112,61,24,6,0,117,113,59,127,168,3,9,0,117,113,59,127,73,7,9,0,118,113,98,229,168,3,9,0,118,113,98,229,73,7,9,0,119,241,177,94,109,216,9,0,119,241,177,94,99,217,9,0,119,241,80,32,199,172,10,0,119,241,80,32,74,173,10,0,122,241,189,246,138,85,9,0,122,241,189,246,93,87,9,0,126,113,10,174,218,159,10,0,126,113,10,174,111,162,10,0,128,241,135,239,223,20,7,0,131,113,230,223,255,110,10,0,133,113,26,174,238,221,11,0,136,113,58,150,241,32,6,0,138,113,157,38,101,106,8,0,139,241,246,24,232,121,7,0,140,113,189,5,81,220,6,0,140,113,242,47,10,99,9,0,140,113,242,47,226,99,9,0,142,241,229,14,255,110,10,0,146,113,199,227,235,99,7,0,147,241,185,13,201,24,6,0,147,241,185,13,35,156,7,0,148,241,77,122,59,41,7,0,149,113,83,197,210,112,7,0,149,241,179,52,68,165,7,0,151,241,204,254,110,119,8,0,151,241,54,66,86,243,11,0,153,113,42,128,204,175,11,0,156,241,107,158,81,179,7,0,158,113,185,178,214,113,7,0,160,113,135,218,139,16,7,0,160,113,14,190,81,179,7,0,160,113,14,190,68,192,7,0,160,241,52,178,78,191,8,0,161,241,0,175,210,112,7,0,162,241,163,172,222,133,8,0,164,241,168,135,86,119,7,0,166,241,121,196,194,129,9,0,166,241,121,196,251,129,9,0,166,241,121,196,53,130,9,0,166,241,189,28,109,216,9,0,166,241,189,28,99,217,9,0,166,241,99,153,201,81,11,0,169,241,192,148,45,209,6,0,169,113,226,223,197,48,7,0,170,113,33,14,235,99,7,0,170,241,0,93,134,132,7,0,173,113,223,247,59,41,7,0,173,113,97,210,92,15,9,0,173,113,97,210,130,20,9,0,173,113,255,4,127,55,11,0,176,113,88,108,22,211,11,0,179,113,56,61,59,70,7,0,181,241,107,50,235,99,7,0,184,113,93,117,235,99,7,0,185,241,113,2,214,221,11,0,186,113,62,145,35,127,7,0,188,113,119,64,231,98,6,0,188,241,171,71,113,217,6,0,188,113,119,64,240,59,7,0,188,241,96,180,55,228,8,0,188,241,96,180,39,237,8,0,188,241,96,180,32,246,8,0,188,241,96,180,210,13,9,0,188,241,96,180,132,14,9,0,189,113,122,213,1,135,7,0,191,113,132,149,165,187,9,0,191,113,132,149,32,188,9,0,191,113,132,149,149,188,9,0,191,113,132,149,61,189,9,0,191,113,132,149,215,189,9,0,192,241,48,125,232,121,7,0,193,241,116,27,177,27,9,0,193,241,116,27,254,28,9,0,193,241,116,27,77,30,9,0,194,113,72,219,121,69,7,0,195,113,227,101,59,41,7,0,196,113,41,236,139,254,11,0,197,113,243,0,197,48,7,0,197,113,153,95,37,63,7,0,198,113,248,123,55,228,8,0,198,113,248,123,39,237,8,0,198,113,248,123,32,246,8,0,198,241,148,66,228,75,9,0,198,241,148,66,142,76,9,0,198,241,225,80,72,16,11,0,198,241,225,80,44,19,11,0,201,113,103,160,5,143,7,0,202,241,78,197,144,37,7,0,202,241,182,109,122,19,8,0,204,241,165,36,214,83,6,0,204,241,87,117,159,18,7,0,204,241,87,117,36,166,9,0,204,241,87,117,133,166,9,0,204,241,87,117,235,166,9,0,204,241,87,117,74,167,9,0,204,241,87,117,178,167,9,0,206,113,194,32,210,251,5,0,206,113,194,32,151,231,11,0,208,241,147,202,37,63,7,0,210,113,180,148,240,84,6,0,211,113,11,185,157,235,6,0,211,241,106,45,203,81,9,0,211,241,106,45,169,82,9,0,212,113,128,192,138,85,9,0,212,113,128,192,93,87,9,0,213,113,175,212,242,102,6,0,213,241,185,133,232,121,7,0,214,113,230,61,183,68,7,0,216,241,200,120,108,57,7,0,216,241,200,120,168,57,7,0,216,113,127,205,72,161,11,0,217,113,17,150,231,236,5,0,217,113,17,150,43,237,5,0,217,241,63,51,43,190,11,0,219,241,29,232,3,110,6,0,223,113,22,130,59,115,11,0,226,113,167,201,183,68,7,0,228,241,86,82,144,137,7,0,228,241,86,82,124,143,10,0,228,241,86,82,183,143,10,0,228,113,151,41,140,247,11,0,229,113,151,97,144,137,7,0,230,113,224,93,156,176,7,0,230,113,224,93,236,158,10,0,230,113,224,93,45,159,10,0,230,113,224,93,106,159,10,0,234,241,30,194,68,165,7,0,236,113,73,129,104,228,11,0,238,241,210,28,168,3,9,0,238,241,210,28,73,7,9,0,238,241,16,103,212,38,11,0,239,113,5,138,144,137,7,0,241,113,25,102,132,221,5,0,246,113,44,230,132,40,7,0,246,241,70,89,176,157,11,0,247,241,180,41,223,20,7,0,247,113,103,194,16,2,11,0,248,241,64,225,144,137,7,0,249,241,77,251,68,244,5,0,249,241,252,7,229,132,11,0,251,241,126,152,60,251,7,0,254,113,30,86,33,225,5,0,2,242,197,97,29,119,7,0,5,242,60,247,76,185,11,0,5,242,60,247,158,187,11,0,5,242,60,247,93,202,11,0,5,242,60,247,117,204,11,0,9,242,149,129,205,137,6,0,9,242,58,206,59,41,7,0,11,114,217,49,235,99,7,0,12,242,141,178,42,219,10,0,13,242,233,13,204,35,7,0,15,242,151,153,235,111,7,0,17,114,236,198,138,85,9,0,17,114,236,198,93,87,9,0,18,242,104,101,135,147,10,0,18,242,104,101,56,148,10,0,18,114,8,123,247,228,10,0,19,242,125,158,212,228,6,0,20,114,5,49,75,107,7,0,20,114,5,49,245,40,10,0,20,114,5,49,90,41,10,0,20,114,5,49,90,41,10,0,21,114,147,241,59,23,7,0,23,242,0,4,59,41,7,0,23,242,229,223,55,228,8,0,23,242,229,223,39,237,8,0,23,242,229,223,32,246,8,0,26,114,163,126,117,107,11,0,27,242,91,15,183,116,7,0,28,242,215,241,255,110,10,0,28,242,195,139,102,166,11,0,30,114,156,255,132,40,7,0,31,114,134,101,86,119,7,0,31,114,10,186,77,94,9,0,31,114,10,186,93,95,9,0,34,114,215,58,174,67,10,0,35,114,197,127,224,106,11,0,36,242,43,109,172,166,11,0,39,114,121,225,143,133,6,0,39,114,77,230,113,49,9,0,39,114,77,230,44,51,9,0,40,242,187,186,232,121,7,0,41,114,86,219,228,164,6,0,43,242,238,148,143,233,10,0,44,114,133,94,237,181,6,0,45,114,110,211,144,137,7,0,46,242,126,133,116,66,7,0,46,242,147,179,108,215,7,0,47,242,216,96,144,137,7,0,50,114,59,91,125,215,6,0,51,242,167,193,20,137,11,0,55,114,123,143,59,41,7,0,58,242,22,242,86,119,7,0,58,242,6,240,144,137,7,0,59,114,157,38,81,229,5,0,60,114,108,129,92,15,9,0,60,114,108,129,130,20,9,0,62,242,140,194,149,106,7,0,62,242,140,194,239,106,7,0,65,242,136,4,228,90,7,0,71,114,13,50,34,236,9,0,71,114,13,50,84,236,9,0,71,114,13,50,154,236,9,0,73,242,96,111,203,131,9,0,73,242,96,111,97,132,9,0,75,242,166,108,54,194,6,0,75,242,147,146,197,48,7,0,75,242,166,108,22,208,7,0,75,242,166,108,119,213,7,0,75,242,166,108,204,157,8,0,76,242,180,214,209,95,8,0,79,114,209,43,10,77,7,0,79,114,209,43,170,79,7,0,82,114,81,28,113,49,9,0,82,114,81,28,44,51,9,0,85,114,175,171,139,83,7,0,87,242,143,219,89,193,10,0,88,114,125,150,123,224,6,0,89,242,59,198,55,228,8,0,89,242,59,198,39,237,8,0,89,242,59,198,32,246,8,0,91,114,136,37,118,154,7,0,91,114,136,37,63,155,7,0,93,242,80,190,220,27,8,0,93,114,149,12,205,169,10,0,93,114,149,12,47,171,10,0,95,242,38,240,30,131,7,0,96,242,155,201,166,179,6,0,97,242,75,43,146,142,9,0,97,242,75,43,222,142,9,0,97,242,75,43,39,143,9,0,100,242,250,3,242,19,7,0,100,242,252,244,144,137,7,0,100,242,102,65,2,126,10,0,100,242,102,65,203,126,10,0,100,114,14,41,117,252,11,0,101,242,44,8,247,224,10,0,107,114,183,22,35,127,7,0,107,114,239,127,210,13,9,0,107,114,239,127,132,14,9,0,109,242,83,120,86,119,7,0,109,242,53,26,255,110,10,0,111,242,56,98,130,86,7,0,113,114,196,148,215,5,7,0,117,242,183,6,92,184,6,0,118,114,166,221,228,90,7,0,120,114,120,55,55,236,5,0,120,242,217,24,58,53,6,0,120,242,250,126,215,129,6,0,120,242,226,135,255,110,10,0,120,242,5,136,98,253,10,0,121,242,249,241,30,131,7,0,122,114,130,213,184,240,7,0,123,114,204,106,178,36,11,0,125,114,61,126,92,15,9,0,125,114,61,126,130,20,9,0,125,114,158,101,88,114,11,0,127,114,123,204,181,58,7,0,127,242,35,227,92,15,9,0,127,242,35,227,130,20,9,0,131,114,207,187,182,94,7,0,131,114,207,187,156,33,11,0,132,114,150,155,232,121,7,0,134,242,181,72,124,6,7,0,140,242,202,114,23,39,7,0,143,242,35,231,10,77,7,0,143,242,35,231,170,79,7,0,143,242,40,76,146,78,10,0,144,114,101,185,81,179,7,0,144,114,101,185,110,153,8,0,144,242,25,101,42,72,9,0,144,242,25,101,233,72,9,0,144,242,25,101,162,73,9,0,150,114,28,231,68,165,7,0,152,242,151,21,80,219,5,0,152,114,213,146,66,5,8,0,153,114,171,55,7,221,7,0,153,242,244,57,255,110,10,0,154,242,122,85,59,41,7,0,154,242,212,155,5,143,7,0,154,114,168,198,255,110,10,0,155,242,114,86,201,24,6,0,155,242,114,86,35,156,7,0,155,242,13,154,135,147,10,0,155,242,13,154,56,148,10,0,156,242,39,117,102,118,9,0,156,242,39,117,164,118,9,0,156,114,77,249,127,226,11,0,157,114,181,17,92,15,9,0,157,114,181,17,130,20,9,0,158,114,60,51,139,199,11,0,159,242,178,118,210,121,6,0,160,242,148,244,10,99,9,0,160,242,148,244,226,99,9,0,161,242,94,59,197,48,7,0,162,242,219,218,82,81,11,0,165,242,146,103,49,210,10,0,166,114,110,61,124,181,11,0,172,114,87,157,236,17,8,0,172,114,230,218,77,61,9,0,172,114,230,218,55,62,9,0,174,114,44,116,64,88,10,0,176,114,225,120,77,61,9,0,176,114,225,120,55,62,9,0,178,114,6,195,144,137,7,0,179,114,222,64,96,215,6,0,179,242,100,141,88,1,7,0,179,114,148,127,68,165,7,0,180,242,148,18,74,252,11,0,182,114,114,147,48,244,9,0,182,114,114,147,100,244,9,0,183,242,161,254,65,35,11,0,185,242,232,56,158,128,7,0,185,242,91,155,232,197,7,0,187,114,119,103,140,134,11,0,188,114,108,74,55,228,8,0,188,114,108,74,39,237,8,0,188,114,108,74,32,246,8,0,191,242,60,144,121,229,10,0,192,242,181,179,228,90,7,0,192,242,26,73,29,119,7,0,192,114,69,99,5,143,7,0,192,242,26,73,81,179,7,0,192,242,26,73,13,196,7,0,192,114,34,115,161,190,9,0,192,114,34,115,93,191,9,0,193,242,198,95,144,129,10,0,193,242,198,95,233,129,10,0,193,242,198,95,65,130,10,0,194,242,173,125,159,206,10,0,195,114,178,111,238,100,9,0,195,114,178,111,126,101,9,0,199,242,2,126,65,3,6,0,199,242,2,126,31,35,7,0,199,242,167,140,188,123,11,0,202,242,232,104,139,3,7,0,202,114,123,240,4,20,8,0,202,242,73,97,64,88,10,0,203,114,117,60,235,99,7,0,204,242,103,67,116,66,7,0,207,242,53,222,255,110,10,0,208,114,81,242,68,165,7,0,209,114,72,58,196,86,11,0,210,242,48,157,206,241,6,0,211,242,229,233,55,228,8,0,211,242,229,233,39,237,8,0,211,242,229,233,32,246,8,0,213,242,165,100,91,37,11,0,216,114,54,162,59,41,7,0,218,114,47,193,66,162,6,0,220,114,114,83,238,66,9,0,220,114,114,83,8,69,9,0,223,114,52,27,183,116,7,0,223,242,82,202,196,255,11,0,224,242,176,152,153,240,10,0,226,114,147,145,45,105,7,0,229,242,12,123,142,111,6,0,230,242,127,86,250,21,7,0,230,242,21,142,94,135,11,0,232,114,105,34,164,71,6,0,235,114,69,145,59,41,7,0,235,114,170,101,168,3,9,0,235,114,170,101,73,7,9,0,237,242,165,122,59,41,7,0,238,242,62,220,166,178,6,0,238,114,128,165,5,143,7,0,238,114,11,42,81,179,7,0,238,114,11,42,144,58,9,0,238,114,11,42,174,58,9,0,238,114,128,165,57,116,11,0,240,242,82,121,243,137,10,0,240,242,82,121,63,138,10,0,240,242,82,121,140,138,10,0,245,242,13,234,5,143,7,0,245,114,62,104,150,164,7,0,246,114,157,38,34,228,6,0,249,114,93,138,240,59,7,0,250,114,154,107,170,79,7,0,250,114,54,131,207,167,8,0,250,114,154,107,91,121,9,0,250,114,154,107,91,121,9,0,250,114,154,107,91,121,9,0,250,114,154,107,91,121,9,0,250,114,154,107,171,122,9,0,250,114,154,107,171,122,9,0,250,114,154,107,171,122,9,0,250,114,154,107,171,122,9,0,250,114,154,107,253,123,9,0,250,114,154,107,253,123,9,0,250,114,154,107,253,123,9,0,250,114,154,107,253,123,9,0,250,114,154,107,84,125,9,0,250,114,154,107,84,125,9,0,250,114,154,107,84,125,9,0,250,114,154,107,84,125,9,0,251,242,60,48,71,115,7,0,252,242,195,113,168,3,9,0,252,242,195,113,73,7,9,0,252,114,131,25,59,115,11,0,253,114,218,150,179,0,11,0,254,242,51,54,81,179,7,0,254,114,192,229,255,110,10,0,254,242,51,54,254,173,10,0,254,242,51,54,28,174,10,0,1,115,53,41,81,137,8,0,1,115,53,41,145,137,8,0,1,115,53,41,199,137,8,0,2,115,148,19,35,127,7,0,3,243,5,169,49,7,7,0,3,115,71,105,79,68,7,0,11,243,150,159,230,25,11,0,12,243,198,207,5,143,7,0,13,243,70,136,59,41,7,0,15,243,225,92,118,1,9,0,15,243,225,92,6,2,9,0,16,243,100,66,67,36,6,0,16,243,105,24,68,165,7,0,16,243,233,45,243,104,10,0,16,243,233,45,243,104,10,0,16,243,233,45,64,105,10,0,16,243,233,45,64,105,10,0,20,243,141,149,138,44,11,0,21,115,151,60,77,94,9,0,21,115,151,60,93,95,9,0,22,115,231,54,49,129,6,0,22,115,20,141,10,37,7,0,22,243,73,97,59,41,7,0,22,115,255,250,135,218,9,0,22,115,255,250,242,218,9,0,23,115,11,55,2,72,7,0,26,115,230,207,135,47,8,0,27,243,171,171,181,58,7,0,31,115,181,148,21,74,8,0,31,115,181,148,82,74,8,0,33,115,132,89,184,184,8,0,33,243,202,205,131,105,9,0,33,243,202,205,180,105,9,0,34,243,15,109,5,143,7,0,34,243,113,223,92,15,9,0,34,243,113,223,130,20,9,0,37,115,94,56,79,103,11,0,39,115,9,231,146,106,8,0,41,115,167,172,55,228,8,0,41,115,167,172,39,237,8,0,41,115,167,172,32,246,8,0,42,243,28,221,133,47,9,0,42,243,28,221,46,48,9,0,44,243,81,171,243,104,10,0,44,243,81,171,64,105,10,0,46,115,210,144,218,159,10,0,46,115,210,144,111,162,10,0,47,243,247,115,168,3,9,0,47,243,247,115,73,7,9,0,48,115,15,108,100,135,6,0,49,243,233,247,170,79,7,0,50,243,156,124,239,98,8,0,51,243,184,163,182,94,7,0,51,243,147,124,165,187,9,0,51,243,147,124,32,188,9,0,51,243,147,124,149,188,9,0,51,243,147,124,61,189,9,0,51,243,147,124,215,189,9,0,53,115,203,6,55,228,8,0,53,115,203,6,39,237,8,0,53,115,203,6,32,246,8,0,54,243,7,229,155,89,7,0,54,115,111,168,5,143,7,0,55,115,85,23,130,27,7,0,55,243,15,126,62,160,7,0,56,243,7,229,155,89,7,0,57,243,123,45,204,35,7,0,60,243,48,204,251,84,7,0,60,115,201,224,255,110,10,0,61,115,134,91,45,15,7,0,61,243,106,144,232,81,11,0,63,115,195,148,172,71,9,0,63,115,195,148,227,71,9,0,65,243,187,148,93,227,5,0,65,243,187,148,249,208,6,0,66,243,210,251,59,41,7,0,69,115,216,55,235,99,7,0,70,115,193,87,165,187,9,0,70,115,193,87,32,188,9,0,70,115,193,87,149,188,9,0,70,115,193,87,61,189,9,0,70,115,193,87,215,189,9,0,71,115,197,41,68,165,7,0,74,115,214,99,175,173,11,0,76,115,154,86,137,214,6,0,76,243,158,38,86,119,7,0,77,115,242,89,130,86,7,0,77,115,22,139,68,165,7,0,78,243,80,95,122,49,6,0,78,243,80,95,251,211,8,0,78,243,80,95,51,212,8,0,82,115,79,159,69,110,7,0,85,115,28,71,12,37,9,0,85,115,28,71,124,37,9,0,85,115,200,147,184,92,9,0,85,115,200,147,53,93,9,0,86,243,225,84,81,179,7,0,86,243,225,84,68,192,7,0,86,243,121,52,238,66,9,0,86,243,121,52,8,69,9,0,91,115,205,220,214,29,11,0,93,115,243,160,5,143,7,0,94,243,163,234,65,106,7,0,94,243,10,172,55,228,8,0,94,243,10,172,39,237,8,0,94,243,10,172,32,246,8,0,95,243,84,206,207,167,8,0,95,115,113,220,146,142,9,0,95,115,113,220,222,142,9,0,95,115,113,220,39,143,9,0,97,243,180,3,5,143,7,0,99,115,97,159,55,228,8,0,99,115,97,159,39,237,8,0,99,115,97,159,32,246,8,0,100,243,111,167,59,41,7,0,104,115,231,242,150,164,7,0,104,115,239,174,138,85,9,0,104,115,239,174,93,87,9,0,105,243,151,229,235,135,10,0,105,243,151,229,152,136,10,0,110,243,66,129,204,35,7,0,110,243,29,149,71,115,7,0,111,243,140,129,6,86,7,0,111,243,140,129,33,86,7,0,112,115,15,219,106,16,11,0,115,115,245,53,5,143,7,0,115,115,30,62,162,158,8,0,119,115,110,221,213,44,10,0,120,243,243,37,59,41,7,0,121,115,136,50,68,165,7,0,121,115,25,129,81,179,7,0,121,115,25,129,110,153,8,0,124,115,226,244,231,232,5,0,125,243,113,89,76,179,6,0,125,243,59,111,84,134,8,0,125,115,130,215,42,72,9,0,125,115,130,215,233,72,9,0,125,115,130,215,162,73,9,0,126,243,127,124,47,46,6,0,126,243,127,124,255,32,7,0,128,115,217,34,61,108,11,0,128,115,161,30,183,252,11,0,129,115,80,203,202,248,5,0,129,115,80,203,227,187,6,0,129,115,80,203,194,239,6,0,129,243,64,135,124,199,7,0,130,115,226,212,5,143,7,0,130,115,234,126,45,85,11,0,132,243,192,252,170,79,7,0,132,243,192,252,187,87,7,0,134,243,250,223,109,134,9,0,134,243,250,223,163,134,9,0,134,243,59,51,233,118,10,0,134,243,59,51,125,119,10,0,134,243,59,51,21,120,10,0,137,115,111,149,81,179,7,0,140,115,145,25,78,234,6,0,142,243,97,250,133,9,7,0,142,243,97,250,242,19,7,0,142,243,149,248,255,110,10,0,146,115,169,44,168,3,9,0,146,115,169,44,73,7,9,0,147,243,76,32,32,244,7,0,149,243,25,97,69,135,7,0,149,115,52,163,55,228,8,0,149,115,52,163,39,237,8,0,149,115,52,163,32,246,8,0,151,243,83,77,197,48,7,0,158,115,168,111,5,143,7,0,159,243,173,189,210,13,9,0,159,243,173,189,132,14,9,0,159,243,234,59,213,31,9,0,159,243,234,59,198,32,9,0,160,115,162,114,24,27,6,0,160,243,5,211,48,216,7,0,161,115,233,26,255,110,10,0,162,243,173,185,158,128,7,0,162,243,18,49,13,173,11,0,163,115,144,144,150,175,9,0,164,243,53,85,224,18,7,0,165,243,217,137,218,125,6,0,166,243,218,122,229,27,10,0,166,243,218,122,114,28,10,0,167,243,144,16,208,150,6,0,167,243,139,170,75,107,7,0,167,243,164,21,146,240,7,0,168,115,81,242,36,4,8,0,168,243,93,243,213,44,10,0,169,115,199,83,59,41,7,0,169,243,206,88,156,176,7,0,172,115,0,128,26,137,7,0,172,115,0,128,63,137,7,0,174,243,39,159,170,79,7,0,174,243,39,159,75,107,7,0,175,243,131,103,75,213,9,0,175,243,131,103,151,213,9,0,175,115,199,213,211,109,11,0,176,115,132,174,88,1,7,0,178,243,133,128,229,233,6,0,180,243,103,205,68,165,7,0,182,243,114,140,214,75,10,0,182,243,114,140,241,75,10,0,184,243,36,230,182,94,7,0,187,243,34,34,159,245,5,0,187,243,9,208,113,155,6,0,187,243,34,34,10,77,7,0,187,243,34,34,170,79,7,0,189,115,183,243,59,41,7,0,191,243,217,88,12,37,9,0,191,243,217,88,124,37,9,0,192,243,188,32,57,25,7,0,192,115,48,99,232,121,7,0,196,115,22,126,68,165,7,0,198,115,251,15,133,47,9,0,198,115,251,15,46,48,9,0,200,243,39,142,185,177,6,0,200,243,216,204,203,81,9,0,200,243,216,204,169,82,9,0,200,115,211,91,255,110,10,0,203,243,12,163,61,6,11,0,204,243,94,19,231,98,6,0,204,243,94,19,240,59,7,0,205,115,74,239,181,2,8,0,205,115,68,250,133,15,11,0,206,115,166,17,128,20,7,0,206,115,166,17,144,137,7,0,210,243,236,197,197,48,7,0,211,115,192,191,240,28,8,0,211,243,113,22,166,23,10,0,211,243,113,22,181,24,10,0,211,243,113,22,184,25,10,0,211,243,113,22,214,26,10,0,212,243,53,174,0,88,7,0,213,115,15,179,60,0,6,0,213,115,115,50,91,121,9,0,213,115,115,50,171,122,9,0,213,115,115,50,253,123,9,0,213,115,115,50,84,125,9,0,215,115,66,10,55,228,8,0,215,115,66,10,39,237,8,0,215,115,66,10,32,246,8,0,217,115,19,68,155,85,11,0,218,243,229,7,203,131,9,0,218,243,229,7,97,132,9,0,220,243,70,50,98,85,6,0,220,243,70,50,119,85,6,0,221,115,88,83,40,54,11,0,223,115,82,217,202,133,6,0,223,115,82,217,82,136,6,0,223,115,82,217,5,90,8,0,223,115,82,217,40,90,8,0,223,115,82,217,77,90,8,0,225,243,29,248,207,36,6,0,226,243,12,171,183,116,7,0,228,243,95,78,15,188,7,0,232,243,85,170,2,72,7,0,232,115,136,93,144,137,7,0,233,243,134,154,55,228,8,0,233,243,134,154,39,237,8,0,233,243,134,154,32,246,8,0,234,243,32,233,196,98,6,0,236,115,213,26,116,66,7,0,237,243,242,55,230,1,6,0,237,243,242,55,216,25,7,0,238,243,185,80,136,138,8,0,238,243,22,242,10,99,9,0,238,243,22,242,226,99,9,0,238,243,185,80,226,212,11,0,238,243,185,80,241,212,11,0,240,115,137,42,255,110,10,0,242,243,74,45,133,47,9,0,242,243,74,45,46,48,9,0,242,243,42,68,135,147,10,0,242,243,42,68,56,148,10,0,242,243,242,59,73,218,10,0,243,115,247,242,116,240,5,0,243,115,19,151,111,60,6,0,243,243,192,148,195,23,7,0,245,115,239,199,251,84,7,0,245,243,49,19,118,1,9,0,245,243,49,19,6,2,9,0,245,115,8,31,111,255,9,0,245,115,8,31,141,255,9,0,245,115,8,31,194,255,9,0,246,243,43,204,220,126,9,0,246,243,43,204,138,127,9,0,249,115,152,113,66,216,6,0,249,243,80,60,181,58,7,0,249,115,125,143,124,122,8,0,251,243,143,54,128,134,7,0,252,243,95,78,28,66,11,0,253,243,208,169,68,165,7,0,255,243,204,248,5,143,7,0,0,244,127,162,81,179,7,0,0,244,127,162,110,153,8,0,0,116,119,14,130,103,11,0,0,116,119,14,49,106,11,0,1,116,148,190,81,179,7,0,1,116,148,190,34,26,9,0,1,244,105,167,180,254,10,0,2,244,218,7,218,159,10,0,2,244,218,7,111,162,10,0,3,116,207,110,108,19,7,0,3,244,134,35,57,139,11,0,8,116,234,244,6,163,9,0,8,116,234,244,32,163,9,0,8,244,114,69,201,31,11,0,9,244,46,215,235,99,7,0,10,244,192,1,255,110,10,0,10,116,184,168,153,196,10,0,10,116,120,129,255,29,11,0,13,244,243,54,228,90,7,0,17,244,194,121,55,228,8,0,17,244,194,121,39,237,8,0,17,244,194,121,32,246,8,0,18,116,17,249,31,153,9,0,18,116,17,249,214,153,9,0,20,244,18,197,177,27,9,0,20,244,18,197,254,28,9,0,20,244,18,197,77,30,9,0,21,116,71,102,20,19,11,0,21,244,10,29,66,88,11,0,23,116,125,153,197,48,7,0,24,116,116,178,136,199,10,0,27,116,252,181,213,44,10,0,29,244,47,249,224,55,8,0,30,244,249,111,217,255,5,0,30,244,212,154,80,192,10,0,31,116,128,243,163,155,8,0,32,116,101,210,218,159,10,0,32,116,101,210,111,162,10,0,34,116,148,21,253,83,11,0,34,116,148,21,27,95,11,0,37,116,186,148,151,31,6,0,38,244,184,146,144,137,7,0,39,116,205,128,161,190,9,0,39,116,205,128,93,191,9,0,41,116,220,16,37,80,6,0,41,244,228,211,235,99,7,0,41,244,223,224,91,121,9,0,41,244,223,224,171,122,9,0,41,244,223,224,253,123,9,0,41,244,223,224,84,125,9,0,42,116,86,213,144,137,7,0,42,244,203,208,16,86,11,0,43,244,113,27,138,85,9,0,43,244,113,27,93,87,9,0,43,116,196,148,130,193,11,0,45,244,162,23,131,40,10,0,45,244,162,23,90,41,10,0,45,244,138,248,179,189,11,0,50,116,123,50,232,197,7,0,58,116,110,154,144,137,7,0,61,244,230,171,80,80,6,0,61,244,1,189,84,87,7,0,61,116,222,40,210,13,9,0,61,116,222,40,132,14,9,0,63,116,223,124,208,100,8,0,65,244,218,109,131,150,6,0,65,116,140,129,68,165,7,0,66,244,0,3,207,227,11,0,71,244,97,153,81,179,7,0,71,244,97,153,72,185,7,0,71,244,97,153,90,185,7,0,72,116,149,131,68,191,11,0,78,244,219,130,197,48,7,0,79,116,73,175,69,110,7,0,80,244,237,250,232,121,7,0,82,116,61,167,13,238,5,0,84,244,56,118,124,73,6,0,85,244,232,190,71,115,7,0,85,116,198,160,24,53,9,0,85,116,198,160,252,53,9,0,85,116,198,160,216,54,9,0,85,116,186,46,255,110,10,0,86,244,49,95,183,116,7,0,86,244,220,221,77,94,9,0,86,244,220,221,93,95,9,0,86,116,142,28,4,9,10,0,86,116,142,28,29,9,10,0,87,116,101,70,227,209,10,0,88,244,27,126,197,48,7,0,88,244,50,204,109,198,10,0,88,244,10,214,17,167,11,0,89,116,67,143,204,195,10,0,91,116,174,133,175,140,10,0,92,116,243,126,228,247,5,0,92,244,4,179,226,177,6,0,93,116,171,145,93,46,11,0,94,244,25,204,116,66,7,0,95,244,193,41,68,165,7,0,95,244,209,208,68,165,7,0,95,244,91,113,239,161,8,0,97,244,130,215,197,48,7,0,97,244,21,99,74,61,7,0,98,116,197,111,69,254,6,0,98,244,145,71,235,99,7,0,99,116,10,31,77,61,9,0,99,116,10,31,55,62,9,0,101,116,210,241,45,105,7,0,102,116,244,52,136,99,6,0,102,244,111,150,108,32,7,0,102,116,239,184,255,110,10,0,102,244,114,75,137,1,11,0,103,116,3,163,68,165,7,0,104,244,79,29,218,159,10,0,104,244,79,29,111,162,10,0,105,116,233,170,218,159,10,0,105,116,233,170,111,162,10,0,107,244,219,128,124,227,5,0,109,244,118,246,47,14,7,0,109,116,244,53,197,48,7,0,111,244,97,128,123,63,6,0,111,116,17,2,238,66,9,0,111,116,17,2,8,69,9,0,111,116,183,248,39,41,11,0,111,116,183,248,109,50,11,0,112,244,213,43,231,206,9,0,115,244,19,60,125,73,7,0,115,116,165,15,107,114,7,0,117,116,14,77,235,99,7,0,117,244,197,194,109,160,11,0,117,244,197,194,43,173,11,0,119,116,11,251,81,179,7,0,119,116,11,251,45,164,8,0,119,116,11,251,195,164,8,0,119,116,11,251,101,165,8,0,119,116,11,251,205,92,10,0,121,244,239,31,144,137,7,0,122,116,7,216,199,104,11,0,124,244,106,134,235,99,7,0,125,116,108,252,114,88,6,0,125,244,252,249,125,73,7,0,126,116,130,217,111,45,9,0,126,116,130,217,159,45,9,0,127,116,37,33,144,137,7,0,131,244,177,72,232,20,6,0,131,244,177,72,1,21,6,0,131,116,226,89,81,179,7,0,131,116,226,89,34,26,9,0,132,244,33,227,6,247,5,0,132,244,161,76,229,27,10,0,132,244,161,76,114,28,10,0,132,116,40,41,175,163,11,0,132,116,40,41,197,163,11,0,134,244,249,3,55,228,8,0,134,244,249,3,39,237,8,0,134,244,249,3,32,246,8,0,135,116,9,156,197,48,7,0,135,116,71,246,235,99,7,0,135,116,71,246,128,103,7,0,136,244,77,248,68,165,7,0,140,116,216,50,68,165,7,0,140,116,43,36,15,94,8,0,140,244,189,251,218,159,10,0,140,244,189,251,111,162,10,0,143,244,46,101,22,38,7,0,143,116,163,186,5,143,7,0,146,116,34,102,144,27,11,0,147,116,113,204,156,254,10,0,147,116,113,204,35,5,11,0,154,116,80,230,37,46,10,0,154,116,80,230,103,47,10,0,154,116,80,230,172,48,10,0,155,244,142,89,42,255,7,0,156,116,179,9,56,41,8,0,158,116,215,221,108,57,7,0,158,116,215,221,168,57,7,0,163,244,87,128,68,165,7,0,167,116,177,26,17,40,7,0,168,244,233,254,55,228,8,0,168,244,233,254,39,237,8,0,168,244,233,254,32,246,8,0,178,116,139,121,1,249,6,0,178,244,202,71,181,58,7,0,179,116,148,88,79,30,6,0,181,116,140,151,170,79,7,0,181,116,247,142,168,107,9,0,181,116,247,142,63,108,9,0,181,116,247,142,190,108,9,0,181,116,247,142,251,108,9,0,181,116,247,142,144,209,10,0,183,116,85,252,30,131,7,0,184,116,43,215,252,142,6,0,184,244,12,125,125,73,7,0,184,244,12,125,120,75,7,0,191,244,8,181,2,72,7,0,192,244,221,173,139,235,5,0,192,116,13,229,23,39,7,0,192,244,29,246,228,90,7,0,195,116,81,242,124,94,7,0,199,116,57,34,195,180,6,0,199,116,0,60,27,125,8,0,201,116,41,122,70,226,8,0,204,116,210,176,232,121,7,0,205,116,255,137,81,179,7,0,205,116,255,137,188,188,7,0,205,116,214,98,118,1,9,0,205,116,214,98,6,2,9,0,206,244,193,193,50,4,7,0,206,116,45,139,255,110,10,0,212,244,181,127,81,179,7,0,213,116,156,97,231,206,9,0,216,244,158,11,182,10,7,0,216,244,123,181,203,201,7,0,217,244,45,214,56,30,7,0,218,116,25,40,243,17,7,0,218,116,81,242,102,237,9,0,218,116,81,242,115,238,9,0,220,244,186,2,27,129,6,0,221,244,229,50,55,228,8,0,221,244,229,50,39,237,8,0,221,244,229,50,32,246,8,0,225,244,207,86,5,143,7,0,226,116,184,165,25,42,6,0,226,116,143,61,172,251,10,0,228,244,235,118,59,41,7,0,229,116,42,40,155,89,7,0,229,244,192,167,182,94,7,0,229,116,42,40,39,155,10,0,230,116,171,92,179,138,8,0,231,244,173,67,110,119,8,0,232,116,34,176,59,23,7,0,234,116,210,233,123,116,6,0,234,116,210,233,185,133,6,0,237,244,159,30,37,80,6,0,237,244,214,2,156,176,7,0,240,244,209,54,109,216,9,0,240,244,209,54,99,217,9,0,241,244,182,183,37,63,7,0,243,244,111,251,189,120,11,0,244,116,224,85,93,189,6,0,245,116,156,94,149,106,7,0,245,116,156,94,239,106,7,0,246,116,173,150,81,179,7,0,247,244,100,34,214,113,7,0,248,116,113,143,5,143,7,0,248,244,211,252,218,159,10,0,248,244,211,252,111,162,10,0,250,116,102,209,186,131,11,0,250,116,102,209,230,131,11,0,4,117,208,118,252,65,10,0,4,117,208,118,35,66,10,0,6,245,153,65,184,237,10,0,8,245,44,221,108,215,7,0,9,245,34,202,199,50,6,0,9,245,34,202,11,51,6,0,9,117,30,182,56,253,7,0,11,117,78,103,213,28,7,0,11,245,76,172,59,41,7,0,11,117,2,146,216,64,7,0,12,245,83,219,120,80,6,0,13,245,224,224,247,234,10,0,14,245,108,175,86,231,10,0,14,245,108,175,139,234,10,0,15,245,74,210,170,205,7,0,17,117,48,149,214,113,7,0,21,117,124,1,156,11,6,0,21,117,60,207,228,90,7,0,25,245,130,218,74,147,6,0,25,245,7,105,133,47,9,0,25,245,7,105,46,48,9,0,29,245,200,6,118,1,9,0,29,245,200,6,6,2,9,0,30,245,13,208,205,169,10,0,30,245,13,208,47,171,10,0,30,117,31,7,88,89,11,0,31,117,152,210,178,203,10,0,32,245,254,166,139,118,8,0,32,245,254,166,171,118,8,0,33,245,244,205,55,228,8,0,33,245,244,205,39,237,8,0,33,245,244,205,32,246,8,0,33,117,80,18,74,19,11,0,34,117,76,231,107,253,5,0,37,117,251,3,157,235,6,0,37,117,60,56,53,198,10,0,38,117,229,12,59,41,7,0,38,117,158,13,54,69,7,0,41,245,178,180,166,132,7,0,42,117,234,222,140,116,6,0,46,117,53,12,202,50,8,0,48,245,98,51,232,121,7,0,50,245,157,167,197,48,7,0,52,245,73,55,127,35,6,0,52,245,227,57,59,41,7,0,55,117,85,218,207,89,11,0,56,245,182,201,170,79,7,0,56,117,247,33,232,121,7,0,58,245,208,195,55,228,8,0,58,245,208,195,39,237,8,0,58,245,208,195,32,246,8,0,59,117,187,129,72,17,7,0,59,117,204,197,170,79,7,0,59,245,201,148,182,94,7,0,60,117,241,231,80,190,6,0,60,245,207,41,255,110,10,0,62,245,254,32,40,63,9,0,62,245,254,32,226,63,9,0,62,245,254,32,144,64,9,0,64,245,146,22,117,59,9,0,64,245,146,22,221,59,9,0,65,117,242,209,99,70,7,0,65,117,104,43,210,13,9,0,65,117,104,43,132,14,9,0,67,245,162,27,235,99,7,0,70,117,144,86,130,86,7,0,72,245,55,127,255,110,10,0,74,117,245,9,160,94,6,0,74,117,245,9,110,119,8,0,74,245,10,131,138,103,9,0,74,245,10,131,62,104,9,0,75,117,59,240,37,63,7,0,77,245,131,68,109,134,9,0,77,245,131,68,163,134,9,0,77,245,52,1,235,123,11,0,79,245,218,107,22,38,7,0,79,117,22,71,69,135,7,0,81,117,99,158,114,13,6,0,85,245,180,214,124,160,9,0,85,245,180,214,148,160,9,0,86,245,245,80,79,168,11,0,86,117,60,51,56,201,11,0,88,245,160,207,241,230,10,0,90,245,178,229,216,25,7,0,90,117,223,47,202,196,11,0,91,245,172,195,160,60,6,0,91,117,213,159,83,126,7,0,92,117,98,0,185,113,8,0,92,245,151,253,213,44,10,0,93,245,88,165,55,228,8,0,93,245,88,165,39,237,8,0,93,245,88,165,32,246,8,0,94,117,177,59,211,138,6,0,94,117,177,59,128,133,7,0,96,245,78,104,152,28,6,0,96,117,66,119,69,110,7,0,96,245,78,104,54,157,7,0,97,117,98,171,255,110,10,0,98,117,222,150,0,219,5,0,98,245,142,172,162,54,6,0,98,245,232,127,197,48,7,0,101,245,246,121,237,176,6,0,103,245,175,158,168,3,9,0,103,245,175,158,73,7,9,0,105,117,218,203,68,165,7,0,108,117,21,91,55,228,8,0,108,117,21,91,39,237,8,0,108,117,21,91,32,246,8,0,108,245,42,216,224,63,11,0,110,245,37,215,229,27,10,0,110,245,37,215,114,28,10,0,111,245,118,87,216,25,7,0,112,245,148,30,69,135,7,0,113,245,201,71,116,66,7,0,113,117,146,115,5,143,7,0,113,117,33,90,137,252,9,0,113,117,33,90,161,252,9,0,117,245,13,86,88,1,7,0,121,245,71,109,10,77,7,0,121,245,71,109,170,79,7,0,121,117,171,58,63,71,10,0,121,117,171,58,98,71,10,0,121,117,171,58,130,71,10,0,122,245,5,90,68,165,7,0,123,117,245,37,168,86,11,0,124,245,3,243,18,68,11,0,125,117,188,55,139,83,7,0,128,245,55,176,59,41,7,0,131,117,76,117,229,27,10,0,131,117,76,117,114,28,10,0,133,117,84,151,37,63,7,0,133,117,219,20,235,99,7,0,135,245,245,129,144,137,7,0,136,245,153,79,68,165,7,0,138,245,127,84,10,77,7,0,138,245,127,84,170,79,7,0,140,117,17,126,235,99,7,0,141,117,53,28,212,37,8,0,141,117,53,28,15,38,8,0,141,117,53,28,84,38,8,0,141,117,53,28,154,38,8,0,142,117,246,217,197,48,7,0,142,117,230,32,19,179,7,0,142,117,230,32,10,123,10,0,142,117,230,32,33,123,10,0,144,117,127,12,125,60,9,0,144,117,4,178,201,19,10,0,144,117,4,178,223,19,10,0,144,117,4,178,249,19,10,0,146,245,134,193,38,105,9,0,146,245,134,193,56,105,9,0,150,245,169,151,16,237,6,0,150,245,254,252,243,137,10,0,150,245,254,252,63,138,10,0,150,245,254,252,140,138,10,0,152,245,96,237,232,121,7,0,152,117,118,14,20,146,10,0,152,117,118,14,86,146,10,0,154,117,114,148,51,109,7,0,154,117,158,168,151,119,9,0,154,117,158,168,246,119,9,0,157,117,94,122,145,73,10,0,157,117,94,122,57,74,10,0,158,245,204,85,26,168,6,0,160,245,22,21,152,61,8,0,164,117,222,87,139,246,9,0,164,117,222,87,215,246,9,0,165,117,109,151,47,14,7,0,166,117,100,27,119,92,7,0,166,117,252,105,93,77,9,0,166,117,252,105,122,77,9,0,168,245,247,89,146,78,10,0,172,245,194,159,192,15,7,0,172,245,118,61,218,159,10,0,172,245,118,61,111,162,10,0,173,117,106,219,110,119,8,0,173,117,107,109,198,140,8,0,176,245,184,117,226,117,11,0,181,117,215,227,48,141,8,0,181,117,42,254,18,89,11,0,183,117,94,139,95,53,11,0,184,245,39,160,177,27,9,0,184,245,39,160,254,28,9,0,184,245,39,160,77,30,9,0,185,117,226,104,59,41,7,0,185,117,21,85,69,209,10,0,186,117,116,120,55,228,8,0,186,117,116,120,39,237,8,0,186,117,116,120,32,246,8,0,187,245,250,137,142,57,6,0,187,245,250,137,30,131,7,0,189,245,171,11,30,91,6,0,195,117,206,192,70,8,7,0,197,245,159,124,42,36,9,0,197,245,159,124,135,36,9,0,198,117,30,118,218,159,10,0,198,117,30,118,111,162,10,0,199,117,179,55,255,110,10,0,204,117,91,21,27,0,6,0,204,245,174,29,135,47,8,0,207,117,191,191,14,246,10,0,209,117,120,79,30,215,11,0,210,245,22,50,44,247,5,0,210,117,160,219,10,215,7,0,212,245,47,93,176,218,11,0,216,117,46,245,182,94,7,0,217,245,12,98,180,206,7,0,222,117,94,69,59,41,7,0,227,245,6,148,144,37,7,0,229,117,101,20,0,89,10,0,229,117,101,20,96,89,10,0,229,117,101,20,189,89,10,0,230,117,197,39,118,1,9,0,230,117,197,39,6,2,9,0,235,245,232,150,166,36,7,0,236,245,25,187,203,88,7,0,236,117,248,199,71,115,7,0,237,245,191,85,55,228,8,0,237,245,191,85,39,237,8,0,237,245,191,85,32,246,8,0,237,245,65,202,91,121,9,0,237,245,65,202,171,122,9,0,237,245,65,202,253,123,9,0,237,245,65,202,84,125,9,0,237,245,118,126,173,121,10,0,237,245,118,126,200,121,10,0,237,245,118,126,226,121,10,0,239,245,31,171,173,249,5,0,239,117,183,131,3,130,7,0,239,117,183,131,102,130,7,0,243,245,78,139,240,59,7,0,243,117,229,114,68,165,7,0,247,245,0,44,24,18,7,0,249,245,182,114,81,179,7,0,250,245,40,129,152,65,9,0,250,245,40,129,36,66,9,0,253,117,250,55,204,35,7,0,1,118,121,134,83,126,7,0,1,246,239,211,144,137,7,0,2,246,140,125,160,140,6,0,2,118,5,199,85,60,11,0,3,118,215,22,3,199,6,0,7,246,175,236,68,165,7,0,8,246,246,33,107,114,7,0,9,246,254,110,117,59,9,0,9,246,254,110,221,59,9,0,9,246,119,101,180,206,11,0,10,246,254,193,232,121,7,0,11,246,18,75,190,17,7,0,13,246,75,203,122,19,8,0,13,118,39,189,238,66,9,0,13,118,39,189,8,69,9,0,13,246,39,189,238,100,9,0,13,246,39,189,126,101,9,0,16,246,116,200,55,228,8,0,16,246,116,200,39,237,8,0,16,246,116,200,32,246,8,0,16,118,186,225,188,244,9,0,16,118,186,225,219,244,9,0,17,246,97,191,170,79,7,0,17,246,97,191,42,72,9,0,17,246,97,191,233,72,9,0,17,246,97,191,162,73,9,0,18,246,203,142,5,143,7,0,18,246,32,150,191,247,11,0,21,246,112,109,31,153,9,0,21,246,112,109,214,153,9,0,26,246,205,184,132,40,7,0,29,246,179,151,17,82,11,0,30,246,217,91,81,179,7,0,32,246,128,94,7,206,8,0,33,118,120,75,183,116,7,0,34,246,167,196,238,66,9,0,34,246,167,196,8,69,9,0,37,246,164,112,59,41,7,0,39,118,228,172,182,94,7,0,39,246,24,175,193,152,9,0,39,246,24,175,217,152,9,0,43,118,100,173,197,48,7,0,43,246,116,112,55,228,8,0,43,246,116,112,39,237,8,0,43,246,116,112,32,246,8,0,44,118,169,143,232,121,7,0,44,118,72,48,68,165,7,0,44,118,60,166,55,228,8,0,44,118,60,166,39,237,8,0,44,118,60,166,32,246,8,0,45,118,138,131,69,110,7,0,52,118,176,55,107,246,6,0,53,246,95,195,144,137,7,0,55,118,72,235,121,69,7,0,59,246,106,148,241,118,6,0,59,118,255,52,61,48,11,0,60,118,107,137,77,149,6,0,64,118,220,49,255,32,7,0,65,118,197,79,170,79,7,0,65,118,197,79,20,18,8,0,67,246,211,227,140,106,11,0,70,246,226,195,107,203,10,0,71,118,74,136,68,165,7,0,72,118,83,55,94,175,7,0,72,118,83,55,227,188,7,0,73,246,172,6,6,113,8,0,74,246,60,129,65,209,6,0,75,246,242,112,238,9,7,0,75,118,252,162,192,218,10,0,79,246,153,79,183,116,7,0,79,118,243,1,227,144,10,0,79,118,243,1,7,145,10,0,79,118,35,25,205,169,10,0,79,118,35,25,47,171,10,0,81,246,104,188,244,237,6,0,81,118,45,108,197,217,11,0,82,246,174,250,208,153,6,0,83,246,16,47,5,143,7,0,84,118,166,174,63,98,7,0,85,246,22,236,197,48,7,0,86,118,132,59,163,217,6,0,87,246,7,3,255,110,10,0,88,118,162,77,165,184,6,0,92,246,47,7,241,92,6,0,92,246,152,157,197,48,7,0,96,118,183,60,235,135,10,0,96,118,183,60,152,136,10,0,97,246,76,157,62,157,6,0,97,246,103,44,185,192,6,0,98,246,226,217,96,196,10,0,100,118,167,195,23,187,9,0,100,118,167,195,64,187,9,0,100,118,167,195,89,187,9,0,102,246,251,60,155,9,8,0,104,118,190,36,59,41,7,0,105,246,92,133,232,121,7,0,107,118,61,173,4,39,11,0,112,246,191,126,144,137,7,0,112,246,165,122,23,75,11,0,112,246,165,122,105,75,11,0,115,246,145,199,205,169,10,0,115,246,145,199,47,171,10,0,116,118,153,38,249,37,6,0,118,118,146,182,187,9,6,0,118,118,151,159,55,228,8,0,118,118,151,159,39,237,8,0,118,118,151,159,32,246,8,0,121,118,120,236,197,48,7,0,121,118,246,117,181,58,7,0,122,118,148,42,213,44,10,0,124,246,235,19,191,65,11,0,126,118,253,225,170,79,7,0,126,118,253,225,158,128,7,0,127,246,29,182,22,38,7,0,127,246,228,228,235,99,7,0,127,118,49,216,5,143,7,0,128,246,189,57,202,50,8,0,128,118,195,239,209,232,11,0,128,118,195,239,241,232,11,0,130,118,32,224,167,85,7,0,132,246,135,219,5,143,7,0,136,246,133,67,24,53,9,0,136,246,133,67,252,53,9,0,136,246,133,67,216,54,9,0,137,246,244,223,88,245,7,0,139,118,247,19,203,22,6,0,142,118,234,2,219,23,6,0,142,118,77,188,32,11,8,0,143,118,198,129,64,88,10,0,144,246,123,123,232,121,7,0,147,246,69,24,81,242,6,0,147,246,69,24,132,185,9,0,148,118,102,6,191,78,11,0,148,118,102,6,9,79,11,0,149,246,37,136,144,137,7,0,151,118,141,21,168,3,9,0,151,118,141,21,73,7,9,0,151,118,52,51,49,202,11,0,153,118,207,229,132,40,7,0,155,118,229,42,233,118,10,0,155,118,229,42,125,119,10,0,155,118,229,42,21,120,10,0,157,246,73,72,228,14,11,0,160,246,46,183,135,147,10,0,160,246,46,183,56,148,10,0,162,118,151,122,197,48,7,0,163,118,87,62,197,48,7,0,166,246,130,67,163,252,10,0,167,246,12,97,158,223,11,0,168,246,163,37,204,195,10,0,175,246,127,177,108,20,6,0,175,246,118,136,229,27,10,0,175,246,118,136,114,28,10,0,175,246,3,162,208,201,10,0,175,246,3,162,238,201,10,0,179,118,61,217,77,94,9,0,179,118,61,217,93,95,9,0,180,246,249,43,113,49,9,0,180,246,249,43,44,51,9,0,184,118,22,44,209,59,7,0,185,118,124,240,61,120,6,0,185,118,79,22,232,121,7,0,187,118,99,200,121,34,7,0,191,118,39,98,55,228,8,0,191,118,39,98,39,237,8,0,191,118,39,98,32,246,8,0,192,246,65,203,143,39,9,0,192,246,65,203,176,39,9,0,196,246,0,70,5,143,7,0,197,246,51,173,10,77,7,0,197,246,51,173,170,79,7,0,197,118,79,106,68,166,11,0,202,246,217,95,77,61,9,0,202,246,217,95,55,62,9,0,202,118,252,134,35,244,11,0,203,246,187,158,103,209,8,0,209,118,73,31,144,137,7,0,212,246,70,82,163,236,11,0,213,118,105,202,182,94,7,0,213,246,43,118,55,228,8,0,213,246,43,118,39,237,8,0,213,246,43,118,32,246,8,0,213,118,220,97,133,85,11,0,219,118,228,160,181,1,6,0,220,246,35,6,100,237,10,0,224,118,246,133,55,228,8,0,224,118,246,133,39,237,8,0,224,118,246,133,32,246,8,0,224,246,108,9,92,15,9,0,224,246,108,9,130,20,9,0,224,118,26,238,20,36,11,0,229,118,201,55,73,71,11,0,233,246,100,234,92,15,9,0,233,246,100,234,130,20,9,0,237,246,203,91,92,15,9,0,237,246,203,91,130,20,9,0,237,246,24,192,255,110,10,0,238,118,75,181,197,48,7,0,238,118,152,199,2,126,10,0,238,118,152,199,203,126,10,0,239,118,130,164,6,8,7,0,241,246,212,0,116,66,7,0,243,118,70,172,169,234,11,0,247,246,150,90,19,85,6,0,249,246,43,10,145,166,6,0,252,246,10,201,178,55,6,0,252,118,41,141,122,19,8,0,254,246,185,37,227,250,11,0,1,247,170,150,23,65,6,0,2,119,34,172,207,167,8,0,2,119,34,172,99,169,8,0,2,119,34,172,207,169,8,0,2,119,34,172,148,170,8,0,2,119,34,172,41,171,8,0,2,119,34,172,119,171,8,0,3,119,210,158,139,217,10,0,3,119,210,158,123,243,10,0,4,119,71,230,68,165,7,0,5,119,227,218,70,8,7,0,5,119,80,237,57,25,7,0,6,119,151,57,63,98,7,0,11,119,232,149,213,44,10,0,11,119,30,118,170,60,11,0,12,247,150,75,12,206,6,0,14,119,200,33,116,66,7,0,19,119,6,102,113,211,10,0,22,247,50,234,150,164,7,0,22,247,31,71,146,78,10,0,23,247,34,65,110,79,9,0,23,247,34,65,186,79,9,0,28,119,16,181,197,48,7,0,29,247,126,207,181,58,7,0,37,119,49,135,191,247,11,0,39,119,175,15,223,20,7,0,44,247,65,28,109,200,7,0,44,247,101,24,202,50,8,0,45,247,114,156,159,18,7,0,45,119,46,202,226,33,7,0,45,119,171,15,128,98,7,0,45,119,47,10,68,165,7,0,47,119,144,234,182,94,7,0,47,119,214,144,81,24,11,0,49,119,17,126,172,237,6,0,49,119,17,126,119,97,7,0,53,119,141,32,157,51,10,0,53,119,141,32,1,52,10,0,53,119,141,32,98,52,10,0,53,119,115,112,58,119,11,0,54,247,53,178,68,165,7,0,58,119,187,148,106,116,6,0,59,119,165,92,201,44,6,0,62,247,121,249,87,178,7,0,62,119,239,124,250,22,8,0,62,119,239,124,47,23,8,0,62,119,239,124,91,23,8,0,62,119,239,124,142,23,8,0,62,119,239,124,246,52,10,0,62,119,239,124,15,53,10,0,65,247,65,155,110,119,8,0,67,247,129,193,135,147,10,0,67,247,129,193,56,148,10,0,70,247,195,144,125,73,7,0,70,247,195,144,120,75,7,0,70,247,200,87,81,179,7,0,70,247,200,87,110,153,8,0,71,247,88,219,141,224,11,0,72,119,152,194,62,80,9,0,72,119,152,194,108,80,9,0,74,119,41,101,170,215,8,0,74,119,41,101,220,215,8,0,74,119,41,101,26,216,8,0,76,119,33,36,197,48,7,0,76,247,234,101,68,165,7,0,76,247,157,219,55,228,8,0,76,247,157,219,39,237,8,0,76,247,157,219,32,246,8,0,79,119,167,194,6,61,7,0,79,247,8,143,218,159,10,0,79,247,8,143,111,162,10,0,81,247,13,142,55,228,8,0,81,247,13,142,39,237,8,0,81,247,13,142,32,246,8,0,82,247,1,90,221,109,6,0,82,247,111,147,202,56,7,0,83,119,148,64,121,69,7,0,84,119,200,31,232,121,7,0,84,119,66,13,102,237,9,0,84,119,66,13,115,238,9,0,85,247,143,204,125,60,9,0,85,247,14,68,201,203,10,0,87,119,145,124,30,131,7,0,87,247,248,113,255,110,10,0,88,119,61,117,141,15,6,0,88,119,65,238,255,110,10,0,89,119,176,102,197,48,7,0,91,247,204,4,92,206,7,0,91,247,204,4,69,214,7,0,91,119,138,170,131,40,10,0,91,119,138,170,90,41,10,0,93,119,222,150,214,227,6,0,93,119,222,150,5,143,7,0,94,247,134,75,224,55,9,0,94,247,134,75,248,55,9,0,94,247,134,75,24,56,9,0,95,119,66,108,247,74,6,0,97,119,156,19,251,13,11,0,99,119,66,70,112,237,11,0,100,119,34,170,137,214,6,0,100,247,192,149,24,53,9,0,100,247,192,149,252,53,9,0,100,247,192,149,216,54,9,0,103,247,34,147,175,142,8,0,104,119,230,228,150,240,9,0,104,119,98,30,19,219,10,0,106,119,226,128,132,40,7,0,106,247,106,179,92,15,9,0,106,247,106,179,130,20,9,0,107,119,50,23,54,69,7,0,107,247,95,2,75,159,8,0,107,119,50,23,248,245,10,0,109,247,150,43,197,48,7,0,110,119,166,118,116,66,7,0,110,247,200,209,5,143,7,0,112,247,30,138,59,41,7,0,112,247,120,58,82,201,10,0,113,247,140,206,255,110,10,0,115,247,40,11,186,104,7,0,115,247,84,236,185,239,11,0,116,247,148,189,228,250,7,0,118,247,101,37,59,41,7,0,121,247,192,72,242,220,5,0,121,119,206,108,189,216,6,0,121,247,152,134,60,27,11,0,122,247,96,143,31,5,7,0,124,119,29,160,255,32,7,0,124,247,31,59,68,107,11,0,125,119,173,55,254,34,6,0,125,119,112,34,68,165,7,0,125,247,46,141,158,0,11,0,126,119,239,245,170,79,7,0,126,247,254,219,183,116,7,0,126,119,219,236,86,119,7,0,126,119,36,55,68,165,7,0,126,119,239,245,175,221,10,0,128,247,47,185,170,79,7,0,128,247,47,185,166,247,10,0,132,119,155,78,92,111,7,0,133,119,32,94,144,18,11,0,135,119,80,77,214,113,7,0,135,247,42,165,250,1,8,0,135,119,0,116,176,103,8,0,137,247,50,209,81,179,7,0,138,247,188,119,223,91,11,0,139,247,245,130,187,103,6,0,139,247,84,129,158,250,6,0,140,119,115,209,58,227,5,0,140,119,115,209,175,193,6,0,140,247,103,153,77,61,9,0,140,247,103,153,55,62,9,0,142,119,191,114,135,47,8,0,144,247,245,88,107,102,8,0,146,247,184,235,10,77,7,0,146,247,184,235,170,79,7,0,149,247,91,229,107,177,11,0,149,247,91,229,139,177,11,0,150,119,131,162,84,134,7,0,152,119,33,166,144,137,7,0,153,119,240,235,21,230,9,0,153,119,240,235,73,230,9,0,154,119,182,162,5,143,7,0,154,247,135,94,131,40,10,0,154,247,135,94,90,41,10,0,155,119,66,123,252,189,6,0,155,119,66,123,121,34,7,0,158,119,80,203,125,73,7,0,158,119,80,203,86,119,7,0,158,247,76,158,144,137,7,0,161,119,248,72,54,69,7,0,164,119,30,150,171,199,10,0,166,247,222,121,224,218,10,0,166,247,222,121,206,227,10,0,167,119,7,36,5,143,7,0,169,119,63,216,182,94,7,0,171,119,166,153,3,129,6,0,171,247,230,188,81,179,7,0,171,247,230,188,45,164,8,0,171,247,230,188,195,164,8,0,171,247,230,188,101,165,8,0,171,247,230,188,205,92,10,0,174,119,88,12,210,2,9,0,174,119,88,12,246,2,9,0,180,119,157,168,0,217,11,0,182,247,23,195,35,127,7,0,183,247,218,114,5,143,7,0,188,247,236,160,242,19,7,0,190,119,24,209,214,113,7,0,190,119,19,97,86,119,7,0,191,119,33,58,173,233,6,0,191,119,95,234,10,99,9,0,191,119,95,234,226,99,9,0,195,247,172,44,235,232,10,0,197,247,111,167,230,191,11,0,198,247,220,192,59,41,7,0,203,247,60,19,55,228,8,0,203,247,60,19,39,237,8,0,203,247,60,19,32,246,8,0,206,119,61,129,234,175,6,0,207,119,36,203,197,48,7,0,207,247,250,59,210,13,9,0,207,247,250,59,132,14,9,0,208,247,159,126,68,165,7,0,209,247,240,127,84,186,6,0,210,119,200,107,19,65,7,0,210,247,10,251,48,41,9,0,213,247,141,149,144,37,7,0,214,119,177,179,139,16,7,0,215,119,143,33,130,150,9,0,215,119,143,33,156,150,9,0,215,119,143,33,204,150,9,0,215,119,21,20,243,251,11,0,216,119,88,75,197,48,7,0,217,247,253,16,178,2,6,0,217,247,126,245,144,129,10,0,217,247,126,245,233,129,10,0,217,247,126,245,65,130,10,0,218,247,252,70,17,109,11,0,219,119,185,229,202,50,8,0,220,247,14,100,230,236,6,0,221,119,32,211,114,214,10,0,223,247,136,189,68,165,7,0,223,119,144,234,144,129,10,0,223,119,144,234,233,129,10,0,223,119,144,234,65,130,10,0,224,119,207,172,10,77,7,0,224,119,207,172,170,79,7,0,228,247,8,156,224,18,7,0,228,119,189,25,166,36,7,0,228,247,151,43,145,73,10,0,228,247,151,43,57,74,10,0,229,247,252,60,92,15,9,0,229,247,252,60,130,20,9,0,231,119,150,213,68,165,7,0,233,247,254,202,81,179,7,0,233,247,254,202,110,153,8,0,237,119,195,79,15,135,9,0,237,119,195,79,39,135,9,0,237,119,195,79,61,135,9,0,238,247,30,239,10,77,7,0,240,119,0,67,170,32,11,0,241,119,159,191,19,65,7,0,243,247,189,139,56,228,5,0,243,119,12,154,197,48,7,0,243,247,5,204,156,176,7,0,243,247,5,204,236,158,10,0,243,247,5,204,45,159,10,0,243,247,5,204,106,159,10,0,245,119,218,185,236,30,7,0,245,247,234,13,77,94,9,0,245,247,234,13,93,95,9,0,248,119,229,147,168,8,6,0,249,119,155,10,197,200,11,0,250,119,183,197,197,48,7,0,251,247,81,9,139,83,7,0,253,247,147,190,19,179,7,0,254,119,214,218,186,105,10,0,254,247,183,106,79,133,11,0,0,120,170,196,92,160,7,0,3,248,122,244,251,84,7,0,3,248,236,89,115,64,8,0,5,120,231,242,55,228,8,0,5,120,231,242,39,237,8,0,5,120,231,242,32,246,8,0,7,248,35,151,228,13,7,0,8,120,234,109,205,163,8,0,8,120,35,101,139,246,9,0,8,120,35,101,215,246,9,0,9,120,77,1,144,198,7,0,9,120,231,233,165,187,9,0,9,120,231,233,32,188,9,0,9,120,231,233,149,188,9,0,9,120,231,233,61,189,9,0,9,120,231,233,215,189,9,0,9,248,5,158,109,216,9,0,9,248,5,158,99,217,9,0,11,248,105,91,22,100,10,0,11,248,105,91,45,100,10,0,13,120,140,150,207,167,8,0,15,120,135,52,201,24,6,0,15,120,135,52,35,156,7,0,16,248,171,149,226,196,11,0,17,120,4,126,108,65,7,0,17,120,216,146,224,11,8,0,17,120,216,146,15,12,8,0,17,120,4,126,105,133,10,0,17,120,4,126,127,133,10,0,20,248,154,193,59,41,7,0,20,120,224,213,236,199,8,0,20,120,224,213,81,200,8,0,20,120,224,213,184,200,8,0,20,248,144,26,138,85,9,0,20,248,144,26,93,87,9,0,21,120,53,11,81,179,7,0,21,120,53,11,103,186,7,0,21,120,53,11,68,192,7,0,23,120,176,42,239,184,8,0,24,120,176,70,197,48,7,0,24,120,3,236,208,196,10,0,24,120,3,236,243,196,10,0,25,248,131,78,139,83,7,0,26,120,107,38,59,41,7,0,26,120,140,198,107,114,7,0,26,120,78,68,104,246,10,0,35,120,70,172,59,41,7,0,35,248,205,80,228,90,7,0,35,248,185,25,55,228,8,0,35,248,185,25,39,237,8,0,35,248,185,25,32,246,8,0,36,120,36,5,150,240,9,0,37,248,79,250,42,117,9,0,37,248,79,250,178,117,9,0,38,248,182,192,86,225,5,0,38,120,165,62,33,226,11,0,40,120,41,88,231,206,9,0,41,248,197,20,223,199,6,0,41,248,175,101,19,243,11,0,42,120,109,176,59,41,7,0,42,120,150,88,65,206,11,0,43,248,8,46,91,121,9,0,43,248,8,46,171,122,9,0,43,248,8,46,253,123,9,0,43,248,8,46,84,125,9,0,45,120,164,50,181,240,11,0,46,120,227,206,205,169,10,0,46,120,227,206,47,171,10,0,46,120,252,212,250,5,11,0,48,248,123,193,183,116,7,0,48,248,25,7,60,131,11,0,50,120,110,249,84,250,11,0,51,120,4,165,247,36,6,0,53,120,87,209,255,110,10,0,54,120,78,95,46,220,6,0,56,120,6,126,77,240,6,0,58,120,159,130,231,206,9,0,59,248,119,163,25,69,10,0,59,248,119,163,52,69,10,0,62,120,88,12,144,27,6,0,63,248,36,203,92,15,9,0,63,248,36,203,130,20,9,0,68,248,93,243,1,247,6,0,68,248,93,243,2,72,7,0,70,248,228,7,157,235,6,0,70,120,47,137,255,110,10,0,72,120,196,30,68,165,7,0,75,248,65,100,125,60,9,0,77,248,49,65,195,225,10,0,79,120,3,254,255,110,10,0,80,248,21,56,189,91,6,0,83,120,193,6,27,125,8,0,83,120,177,55,203,156,11,0,86,248,12,161,46,217,5,0,87,120,157,151,38,196,6,0,88,120,0,103,236,65,7,0,88,248,187,5,5,143,7,0,88,120,55,216,81,179,7,0,88,120,55,216,92,169,10,0,88,120,55,216,155,169,10,0,88,120,236,139,25,212,11,0,90,248,177,179,110,131,9,0,90,248,177,179,132,131,9,0,92,120,83,229,47,52,8,0,92,248,195,139,2,126,10,0,92,248,195,139,203,126,10,0,93,120,192,94,2,31,6,0,93,120,141,178,67,40,7,0,93,120,141,178,160,128,11,0,97,120,230,86,253,143,6,0,103,248,109,97,164,136,6,0,103,120,174,107,37,63,7,0,103,120,174,107,170,64,7,0,104,120,244,235,136,199,10,0,105,120,147,56,142,247,5,0,106,248,41,192,30,31,11,0,107,120,52,220,239,223,7,0,111,248,56,26,255,110,10,0,113,120,107,55,218,159,10,0,113,120,107,55,111,162,10,0,118,248,243,187,55,228,8,0,118,248,243,187,39,237,8,0,118,248,243,187,32,246,8,0,119,120,40,222,5,143,7,0,119,120,131,182,101,106,8,0,120,248,254,56,207,132,7,0,122,248,100,11,68,165,7,0,123,248,133,217,197,48,7,0,124,120,106,105,66,20,6,0,124,120,106,105,135,158,6,0,125,248,85,63,59,41,7,0,130,120,138,204,5,143,7,0,132,248,200,3,27,253,6,0,136,120,130,34,135,47,8,0,140,248,192,93,199,235,7,0,140,248,200,42,93,108,8,0,140,120,233,119,188,11,11,0,140,120,233,119,227,11,11,0,142,120,188,180,138,103,9,0,142,120,188,180,62,104,9,0,145,248,228,209,151,7,6,0,145,120,14,125,182,94,7,0,145,120,31,254,81,179,7,0,146,248,130,55,47,19,10,0,146,248,130,55,76,19,10,0,146,248,130,55,102,19,10,0,146,248,155,147,255,110,10,0,146,120,163,55,255,190,10,0,155,120,216,48,133,174,6,0,155,248,98,199,238,66,9,0,155,248,98,199,8,69,9,0,157,120,95,40,251,84,7,0,157,248,64,75,92,15,9,0,157,248,64,75,130,20,9,0,160,248,62,11,255,110,10,0,162,248,11,4,182,94,7,0,164,248,88,25,74,226,5,0,164,248,71,249,5,143,7,0,165,120,117,226,232,97,8,0,168,120,15,100,92,15,9,0,168,120,15,100,130,20,9,0,169,248,57,189,37,63,7,0,170,120,2,55,59,41,7,0,172,120,15,16,157,235,6,0,173,120,25,83,238,100,9,0,173,120,25,83,126,101,9,0,174,248,27,20,106,128,11,0,175,248,51,228,116,192,11,0,177,120,52,90,45,15,7,0,177,120,23,250,42,136,7,0,177,120,112,53,163,149,9,0,177,120,112,53,246,149,9,0,177,120,226,93,255,110,10,0,182,248,125,174,133,47,9,0,182,248,125,174,46,48,9,0,183,248,47,128,150,164,7,0,183,248,47,128,163,147,8,0,183,120,134,3,135,147,10,0,183,120,134,3,56,148,10,0,184,248,45,44,197,48,7,0,184,248,227,214,5,143,7,0,184,120,66,97,255,110,10,0,186,248,195,252,228,90,7,0,186,120,153,219,16,17,11,0,187,248,163,84,99,70,7,0,188,120,77,34,220,126,9,0,188,120,77,34,138,127,9,0,189,120,63,136,18,252,7,0,189,120,63,136,54,80,11,0,190,248,102,123,107,142,6,0,190,248,102,123,63,208,7,0,191,120,96,138,5,213,11,0,193,120,155,218,106,216,6,0,200,120,196,64,243,33,6,0,200,120,152,236,135,47,8,0,200,248,86,35,203,81,9,0,200,248,86,35,169,82,9,0,200,248,222,8,191,235,9,0,200,248,222,8,214,235,9,0,202,120,23,14,223,20,7,0,202,248,62,1,44,83,11,0,204,248,60,76,182,94,7,0,204,120,180,61,201,80,8,0,206,120,87,20,247,224,10,0,206,120,170,84,201,67,11,0,215,120,184,148,32,60,6,0,215,120,184,148,146,106,6,0,215,120,184,148,123,117,6,0,215,120,184,148,242,126,8,0,216,120,197,154,238,66,9,0,216,120,197,154,8,69,9,0,220,120,240,89,81,179,7,0,220,120,240,89,17,75,10,0,221,120,60,1,144,137,7,0,225,120,97,98,16,217,5,0,226,120,137,166,197,48,7,0,228,120,16,16,124,199,7,0,228,248,197,112,81,243,9,0,228,248,197,112,106,243,9,0,229,248,109,164,46,217,5,0,230,248,34,78,16,17,11,0,232,248,111,81,91,121,9,0,232,248,111,81,171,122,9,0,232,248,111,81,253,123,9,0,232,248,111,81,84,125,9,0,232,248,110,106,37,46,10,0,232,248,110,106,103,47,10,0,232,248,110,106,172,48,10,0,237,120,202,171,69,179,9,0,237,120,202,171,155,179,9,0,243,248,75,45,157,51,10,0,243,248,75,45,1,52,10,0,243,248,75,45,98,52,10,0,245,248,85,74,149,104,7,0,247,248,104,5,146,78,10,0,249,120,214,10,144,137,7,0,249,120,205,20,29,208,10,0,252,120,3,163,203,219,11,0,255,120,139,176,55,228,8,0,255,120,139,176,39,237,8,0,255,120,139,176,32,246,8,0,0,249,162,150,49,210,10,0,1,249,138,111,183,116,7,0,1,249,197,194,232,197,7,0,2,121,211,56,135,147,10,0,2,121,211,56,56,148,10,0,7,249,49,167,144,137,7,0,8,249,249,115,24,13,7,0,8,249,49,80,135,218,9,0,8,249,49,80,242,218,9,0,8,249,204,102,167,193,11,0,10,121,142,46,173,161,6,0,10,121,142,46,35,95,8,0,10,121,142,46,76,95,8,0,10,121,142,46,119,95,8,0,11,121,200,28,59,41,7,0,12,121,78,102,116,66,7,0,12,121,161,19,186,104,7,0,12,249,254,64,18,107,8,0,12,121,111,212,241,58,10,0,12,121,111,212,15,59,10,0,12,121,111,212,38,59,10,0,12,121,111,212,73,59,10,0,14,249,180,44,55,228,8,0,14,249,180,44,39,237,8,0,14,249,180,44,32,246,8,0,16,249,112,45,144,137,7,0,19,121,231,193,182,234,9,0,19,121,231,193,211,234,9,0,26,121,136,71,23,39,7,0,27,121,5,51,71,115,7,0,28,121,98,226,88,154,11,0,29,121,120,67,35,127,7,0,30,249,34,196,232,121,7,0,32,121,33,207,232,121,7,0,37,249,14,213,197,48,7,0,39,249,108,102,166,23,10,0,39,249,108,102,181,24,10,0,39,249,108,102,184,25,10,0,39,249,108,102,214,26,10,0,41,249,97,124,5,143,7,0,45,249,187,142,139,83,7,0,56,121,6,78,6,246,9,0,56,121,6,78,51,246,9,0,59,121,193,165,127,105,8,0,62,249,75,217,210,112,7,0,63,249,39,55,185,234,5,0,63,121,203,227,31,153,9,0,63,121,203,227,214,153,9,0,64,249,233,214,13,64,6,0,64,249,161,104,138,103,9,0,64,249,161,104,62,104,9,0,65,249,249,216,225,8,6,0,66,249,17,34,152,65,9,0,66,249,17,34,36,66,9,0,67,249,181,148,112,173,6,0,67,249,254,67,55,228,8,0,67,249,254,67,39,237,8,0,67,249,254,67,32,246,8,0,70,249,181,148,235,99,7,0,70,249,181,148,26,207,8,0,78,121,28,0,25,254,5,0,78,121,172,245,108,57,7,0,78,121,172,245,168,57,7,0,80,249,179,148,8,226,6,0,80,121,149,68,183,116,7,0,81,121,9,215,197,226,9,0,81,121,9,215,231,226,9,0,83,121,163,92,192,58,6,0,84,249,8,241,82,233,5,0,86,121,118,186,59,41,7,0,88,249,215,65,10,77,7,0,88,249,215,65,170,79,7,0,89,121,155,209,168,3,9,0,89,121,155,209,73,7,9,0,91,121,82,107,254,230,11,0,94,249,33,176,232,243,6,0,97,121,179,107,204,35,7,0,98,121,48,154,77,61,9,0,98,121,48,154,55,62,9,0,99,249,211,183,59,41,7,0,100,249,149,218,185,11,9,0,100,249,149,218,89,12,9,0,100,249,149,218,254,12,9,0,101,121,40,65,92,15,9,0,101,121,40,65,130,20,9,0,104,121,225,99,218,21,7,0,104,121,225,99,29,119,7,0,105,249,51,232,232,121,7,0,107,121,12,123,195,62,6,0,108,249,209,38,182,94,7,0,108,249,118,62,183,116,7,0,109,121,103,113,168,117,6,0,109,249,58,89,185,2,7,0,110,249,52,242,70,75,11,0,111,249,21,37,255,110,10,0,112,121,128,43,206,250,11,0,114,121,178,205,139,16,7,0,115,121,181,5,228,90,7,0,116,121,223,200,115,172,11,0,117,121,160,148,220,126,9,0,117,121,160,148,138,127,9,0,118,121,68,82,208,238,11,0,119,121,48,22,91,121,9,0,119,121,48,22,171,122,9,0,119,121,48,22,253,123,9,0,119,121,48,22,84,125,9,0,122,121,254,57,200,105,7,0,122,121,65,0,127,201,10,0,130,249,62,242,179,222,6,0,133,121,109,148,228,90,7,0,133,249,126,125,232,121,7,0,133,249,126,125,5,143,7,0,134,249,148,254,10,77,7,0,134,249,148,254,170,79,7,0,137,249,79,100,86,119,7,0,138,121,85,156,59,41,7,0,140,121,2,146,197,48,7,0,140,249,17,79,90,184,10,0,140,249,17,79,131,184,10,0,140,249,17,79,156,184,10,0,141,249,157,27,170,79,7,0,141,249,157,27,166,247,10,0,142,121,172,192,214,113,7,0,144,249,10,0,116,23,7,0,144,249,10,0,5,246,11,0,147,121,186,109,26,101,6,0,148,121,122,58,144,137,7,0,148,249,133,23,5,143,7,0,150,121,67,100,125,73,7,0,157,121,11,174,7,221,7,0,161,121,17,48,230,215,7,0,161,249,206,73,56,39,8,0,162,121,112,183,157,235,6,0,162,121,62,165,5,143,7,0,163,121,156,238,68,165,7,0,168,249,144,38,255,110,10,0,172,121,214,80,235,198,6,0,172,121,54,230,1,236,11,0,173,121,45,58,59,41,7,0,174,249,197,194,60,225,5,0,174,121,89,194,59,23,7,0,174,249,253,7,162,131,8,0,175,121,81,190,207,116,11,0,177,249,144,95,71,115,7,0,179,249,203,63,135,47,8,0,182,121,202,3,2,72,7,0,183,121,87,139,255,110,10,0,183,249,107,90,195,52,11,0,184,121,186,148,177,27,9,0,184,121,186,148,254,28,9,0,184,121,186,148,77,30,9,0,185,121,198,76,10,77,7,0,185,121,7,199,235,99,7,0,185,121,198,76,158,128,7,0,186,121,204,204,95,62,7,0,186,249,70,115,132,119,11,0,190,249,23,129,255,110,10,0,191,249,43,206,237,189,10,0,192,249,101,27,52,28,7,0,195,121,248,197,205,169,10,0,195,121,248,197,47,171,10,0,198,121,76,127,130,86,7,0,199,249,26,205,135,47,8,0,199,121,89,180,221,146,10,0,199,249,120,136,218,159,10,0,199,249,120,136,111,162,10,0,199,249,197,172,166,50,11,0,201,121,219,89,25,69,6,0,201,249,99,103,197,48,7,0,203,249,74,210,213,31,9,0,203,249,74,210,198,32,9,0,203,121,81,190,23,124,11,0,206,249,139,156,92,15,9,0,206,249,139,156,130,20,9,0,208,249,206,127,3,130,7,0,208,249,206,127,102,130,7,0,208,121,175,160,54,241,9,0,208,121,175,160,213,241,9,0,209,121,165,70,207,167,8,0,210,121,68,78,199,172,10,0,210,121,68,78,74,173,10,0,212,121,54,98,57,124,6,0,212,249,179,61,116,66,7,0,212,121,56,127,232,121,7,0,212,121,22,79,179,129,7,0,213,249,73,113,218,90,11,0,213,249,73,113,108,98,11,0,214,249,240,4,200,117,6,0,217,249,183,198,10,82,6,0,217,249,54,66,91,244,11,0,219,249,117,208,159,37,6,0,222,121,57,174,63,98,7,0,223,121,185,39,183,116,7,0,223,121,27,220,24,209,10,0,223,121,27,220,110,209,10,0,224,121,38,141,201,207,8,0,224,121,38,141,8,208,8,0,225,121,50,229,37,46,10,0,225,121,50,229,103,47,10,0,225,121,50,229,172,48,10,0,227,249,70,222,239,148,6,0,228,249,54,62,99,122,6,0,229,249,142,119,24,53,9,0,229,249,142,119,252,53,9,0,230,249,208,34,5,99,11,0,231,121,222,215,110,119,8,0,232,249,246,231,197,48,7,0,233,121,230,230,6,61,7,0,234,121,180,228,238,43,6,0,235,121,204,140,249,248,5,0,235,249,24,45,161,29,7,0,235,249,5,126,81,179,7,0,235,249,5,126,41,197,7,0,236,249,73,84,75,137,11,0,237,249,197,194,125,73,7,0,237,249,197,194,120,75,7,0,242,249,67,121,195,23,7,0,242,249,237,74,205,169,10,0,242,249,237,74,47,171,10,0,245,249,19,172,143,189,8,0,245,249,19,172,86,231,10,0,248,249,171,102,233,154,11,0,251,249,128,159,19,75,6,0,251,121,221,132,231,206,9,0,253,249,197,194,55,228,8,0,253,249,197,194,39,237,8,0,253,249,197,194,32,246,8,0,1,250,184,96,133,47,9,0,1,250,184,96,46,48,9,0,2,122,205,8,66,88,11,0,5,122,7,83,95,14,11,0,7,250,246,67,52,28,7,0,9,250,69,50,220,236,10,0,9,250,22,82,31,107,11,0,15,250,60,63,68,165,7,0,16,250,216,224,86,119,7,0,16,250,147,190,156,130,9,0,17,250,197,194,243,191,6,0,17,250,197,194,24,192,6,0,18,122,96,218,44,94,6,0,18,122,90,183,85,233,9,0,19,250,71,11,197,48,7,0,19,122,33,240,37,63,7,0,20,250,122,88,24,18,7,0,24,122,182,191,71,187,6,0,26,122,249,3,195,253,10,0,27,122,117,24,156,201,6,0,27,250,23,108,30,131,7,0,30,250,95,226,197,48,7,0,30,122,65,240,109,19,11,0,31,122,158,230,218,159,10,0,31,122,158,230,111,162,10,0,32,250,4,173,93,114,8,0,36,250,138,249,37,63,7,0,38,122,236,30,67,40,7,0,38,250,242,252,81,179,7,0,38,250,242,252,134,11,10,0,41,122,27,208,240,206,11,0,43,122,63,128,115,157,6,0,43,122,198,34,10,77,7,0,43,122,143,157,168,177,10,0,43,122,143,157,246,177,10,0,45,250,165,8,109,107,8,0,45,250,35,4,92,15,9,0,45,250,35,4,130,20,9,0,48,250,101,1,27,227,5,0,48,250,84,231,71,115,7,0,51,122,62,161,17,123,6,0,51,250,15,237,122,19,8,0,51,250,128,242,55,228,8,0,51,250,128,242,39,237,8,0,51,250,128,242,32,246,8,0,51,250,155,211,168,3,9,0,51,250,155,211,73,7,9,0,52,122,171,203,81,179,7,0,52,122,179,23,84,136,8,0,52,122,171,203,134,11,10,0,52,122,154,123,24,37,11,0,53,250,89,161,205,169,10,0,53,250,89,161,47,171,10,0,56,122,125,143,92,15,9,0,56,122,125,143,130,20,9,0,57,250,47,148,210,13,9,0,57,250,47,148,132,14,9,0,59,250,57,146,168,213,7,0,59,122,52,211,55,228,8,0,59,122,52,211,39,237,8,0,59,122,52,211,32,246,8,0,60,122,5,111,10,77,7,0,61,122,88,22,113,49,9,0,61,122,88,22,44,51,9,0,63,122,149,96,92,15,9,0,63,122,149,96,130,20,9,0,65,250,161,133,202,225,5,0,65,250,161,133,81,179,7,0,70,122,7,20,52,28,7,0,70,250,207,239,8,217,7,0,71,122,248,254,215,111,6,0,73,122,128,222,203,81,9,0,73,122,128,222,169,82,9,0,75,122,194,86,182,94,7,0,75,250,129,20,210,112,7,0,76,250,46,16,37,63,7,0,76,122,143,217,156,176,7,0,76,122,160,126,176,208,11,0,83,250,213,89,92,15,9,0,83,250,213,89,130,20,9,0,83,250,248,131,235,10,11,0,85,250,255,146,218,159,10,0,85,250,255,146,111,162,10,0,87,122,119,247,138,85,9,0,87,122,119,247,93,87,9,0,89,122,128,122,187,103,6,0,89,122,31,190,177,27,9,0,89,122,31,190,254,28,9,0,89,122,31,190,77,30,9,0,90,250,95,178,59,97,7,0,91,122,61,129,89,103,7,0,91,122,182,231,37,46,10,0,91,122,182,231,103,47,10,0,91,122,182,231,172,48,10,0,92,122,65,19,192,15,7,0,94,250,41,56,254,22,7,0,95,250,192,93,86,154,6,0,96,250,163,126,27,229,5,0,96,122,209,168,167,85,7,0,96,122,80,195,232,121,7,0,99,250,116,27,255,110,10,0,100,250,225,182,16,2,7,0,102,122,149,145,201,24,6,0,102,122,149,145,35,156,7,0,103,250,116,27,19,159,7,0,103,250,116,27,218,159,10,0,103,250,116,27,111,162,10,0,104,122,239,84,5,143,7,0,104,250,19,57,59,174,9,0,104,250,19,57,82,174,9,0,105,122,55,87,19,62,7,0,105,250,192,88,2,252,10,0,106,122,242,142,204,195,10,0,107,250,183,218,125,73,7,0,107,250,183,218,120,75,7,0,111,250,177,90,68,165,7,0,111,122,107,75,62,199,9,0,111,122,107,75,88,199,9,0,111,122,117,179,233,56,11,0,111,122,208,126,143,107,11,0,113,250,197,194,58,62,6,0,114,250,156,133,109,200,7,0,114,122,138,240,2,234,11,0,115,250,207,114,51,109,7,0,117,122,60,166,27,125,8,0,120,250,103,86,227,245,5,0,120,250,103,86,228,247,5,0,120,250,103,86,88,121,6,0,121,250,208,37,86,11,7,0,122,250,70,66,218,97,10,0,122,250,70,66,255,97,10,0,123,250,121,135,37,63,7,0,123,250,26,107,44,174,11,0,124,250,222,110,242,19,7,0,124,250,46,5,5,143,7,0,124,122,187,1,231,206,9,0,125,250,17,208,245,40,10,0,128,122,40,119,37,46,10,0,128,122,40,119,103,47,10,0,128,122,40,119,172,48,10,0,130,250,194,253,116,66,7,0,132,122,81,190,210,2,9,0,132,122,81,190,246,2,9,0,138,250,17,199,197,48,7,0,138,250,136,179,247,224,10,0,139,250,65,209,137,178,7,0,139,250,65,209,129,186,7,0,140,122,102,244,204,58,9,0,140,122,102,244,5,59,9,0,141,250,197,253,78,39,11,0,145,250,241,40,232,121,7,0,148,250,160,138,68,165,7,0,148,250,160,138,42,36,9,0,148,250,160,138,135,36,9,0,155,250,197,194,44,37,10,0,155,250,197,194,61,37,10,0,155,122,36,206,121,127,11,0,156,250,156,121,235,99,7,0,159,122,152,120,91,121,9,0,159,122,152,120,171,122,9,0,159,122,152,120,253,123,9,0,159,122,152,120,84,125,9,0,159,122,144,226,187,184,10,0,159,122,144,226,242,184,10,0,162,250,192,238,38,41,6,0,163,122,189,121,117,47,6,0,163,122,45,113,91,121,9,0,163,122,45,113,171,122,9,0,163,122,45,113,253,123,9,0,163,122,45,113,84,125,9,0,163,122,69,29,177,242,9,0,163,122,69,29,210,242,9,0,164,122,171,29,150,164,7,0,164,122,171,29,161,191,7,0,164,122,171,29,68,192,7,0,165,122,94,128,231,206,9,0,165,250,102,90,2,2,11,0,166,250,248,86,238,100,9,0,166,250,248,86,126,101,9,0,169,122,164,237,205,174,8,0,171,250,248,12,155,89,7,0,171,250,240,218,143,113,8,0,171,250,60,166,58,228,10,0,172,122,97,128,68,140,6,0,172,250,88,129,255,204,7,0,172,122,157,160,20,230,10,0,172,250,12,228,207,247,10,0,173,250,247,54,38,139,9,0,173,250,247,54,118,139,9,0,173,250,247,54,213,139,9,0,173,250,247,54,39,140,9,0,175,122,88,225,197,48,7,0,178,250,218,127,84,36,7,0,179,122,216,173,113,0,6,0,180,122,66,62,174,4,11,0,181,122,188,148,146,221,5,0,181,250,124,225,192,27,7,0,187,122,3,163,228,75,9,0,187,122,3,163,142,76,9,0,188,250,54,164,197,48,7,0,189,122,39,94,152,30,7,0,191,250,196,193,46,143,10,0,193,122,228,28,59,41,7,0,194,122,4,126,59,41,7,0,194,250,126,233,197,48,7,0,198,122,169,252,31,239,5,0,198,122,244,101,128,30,11,0,200,122,197,121,81,179,7,0,200,122,197,121,242,181,9,0,200,122,243,5,102,237,9,0,200,122,243,5,115,238,9,0,201,250,71,112,144,137,7,0,202,250,62,134,42,117,9,0,202,250,62,134,178,117,9,0,206,250,18,246,182,94,7,0,208,250,160,199,85,195,7,0,208,250,160,199,124,60,11,0,212,250,44,213,250,13,10,0,212,250,44,213,121,14,10,0,212,250,44,213,5,15,10,0,215,122,28,130,186,105,10,0,215,122,28,130,155,115,11,0,216,250,205,87,201,24,6,0,216,250,205,87,35,156,7,0,217,122,50,119,231,98,6,0,217,122,192,64,253,28,7,0,217,122,50,119,240,59,7,0,217,250,197,194,68,165,7,0,218,122,232,180,158,91,6,0,218,122,232,180,255,32,7,0,221,250,151,62,3,109,6,0,221,122,61,41,236,23,7,0,221,250,155,187,92,15,9,0,221,250,155,187,130,20,9,0,222,122,110,143,228,90,7,0,224,250,71,35,197,48,7,0,229,250,174,55,68,165,7,0,230,122,79,235,181,58,7,0,230,250,59,235,243,137,10,0,230,250,59,235,63,138,10,0,230,250,59,235,140,138,10,0,231,250,208,101,2,126,10,0,231,250,208,101,203,126,10,0,233,122,177,94,119,97,7,0,234,122,4,127,188,251,5,0,236,250,43,207,139,157,7,0,236,250,119,159,156,176,7,0,237,250,56,162,10,77,7,0,237,122,20,139,5,143,7,0,238,250,40,129,42,117,9,0,238,250,40,129,178,117,9,0,238,250,126,22,185,254,9,0,238,250,126,22,226,254,9,0,239,122,198,255,10,77,7,0,239,122,198,255,170,79,7,0,244,122,65,85,252,185,6,0,244,122,211,41,139,83,7,0,244,250,195,219,68,165,7,0,244,122,119,151,36,180,8,0,245,122,239,53,94,175,7,0,246,122,61,84,3,49,6,0,246,122,73,129,152,65,9,0,246,122,73,129,36,66,9,0,249,250,29,128,9,60,6,0,250,122,78,228,81,179,7,0,250,122,78,228,68,192,7,0,0,251,89,54,240,68,7,0,1,251,193,180,59,23,7,0,6,123,154,104,135,47,8,0,9,123,53,234,192,211,7,0,9,251,218,168,202,50,8,0,9,123,53,234,49,142,8,0,10,251,186,202,0,88,7,0,10,251,62,60,69,179,9,0,10,251,62,60,155,179,9,0,10,251,62,60,43,180,9,0,12,123,228,249,50,11,6,0,12,251,4,106,5,143,7,0,12,251,3,85,168,3,9,0,12,251,3,85,73,7,9,0,12,251,182,29,255,110,10,0,17,251,56,89,45,15,7,0,18,251,100,154,144,137,7,0,20,251,60,78,146,78,10,0,21,123,150,213,93,8,6,0,21,123,27,102,194,169,11,0,22,251,21,65,117,59,9,0,22,251,21,65,221,59,9,0,27,251,205,154,79,68,7,0,28,123,166,91,185,2,7,0,30,251,219,145,68,165,7,0,30,251,188,127,247,224,10,0,32,251,197,194,58,233,6,0,34,123,75,71,55,228,8,0,34,123,75,71,39,237,8,0,34,123,75,71,32,246,8,0,35,123,206,229,250,1,8,0,35,251,197,194,19,149,8,0,35,251,197,194,93,149,8,0,35,251,197,194,167,149,8,0,35,251,197,194,242,149,8,0,35,251,197,194,61,150,8,0,35,251,197,194,133,150,8,0,35,251,197,194,204,150,8,0,37,123,102,240,172,134,7,0,38,251,243,135,168,3,9,0,38,251,243,135,73,7,9,0,39,123,130,67,15,103,7,0,41,251,34,91,34,156,11,0,41,123,194,211,234,179,11,0,42,251,232,207,24,246,5,0,44,123,221,244,136,54,6,0,44,123,7,22,42,117,9,0,44,123,7,22,178,117,9,0,46,251,6,83,16,215,6,0,52,123,39,56,235,99,7,0,52,123,163,215,54,241,9,0,52,123,163,215,213,241,9,0,53,123,252,188,103,235,7,0,55,123,129,171,79,83,11,0,58,123,115,158,193,243,5,0,58,251,110,237,255,32,7,0,59,251,63,12,74,241,7,0,60,251,184,59,197,48,7,0,61,123,42,225,5,143,7,0,61,123,92,203,131,41,9,0,61,251,255,243,69,124,11,0,64,251,129,143,92,15,9,0,64,251,129,143,130,20,9,0,64,123,118,10,249,237,10,0,66,123,133,93,235,99,7,0,66,123,214,58,210,112,7,0,66,251,173,32,55,228,8,0,66,251,173,32,39,237,8,0,66,251,173,32,32,246,8,0,66,123,137,86,145,73,10,0,66,123,137,86,57,74,10,0,66,123,57,138,193,138,11,0,67,123,83,108,68,165,7,0,68,123,208,197,159,123,8,0,69,251,234,24,223,20,7,0,72,123,190,189,10,77,7,0,72,123,190,189,170,79,7,0,72,123,200,58,232,121,7,0,72,251,253,93,119,218,7,0,73,251,252,47,137,178,7,0,73,251,252,47,129,186,7,0,76,251,171,189,121,168,11,0,77,123,184,215,55,228,8,0,77,123,184,215,39,237,8,0,77,123,184,215,32,246,8,0,79,123,236,20,191,213,11,0,79,123,236,20,44,217,11,0,81,123,127,29,247,224,10,0,82,123,67,168,156,176,7,0,82,123,67,168,228,216,7,0,84,123,224,186,233,118,10,0,84,123,224,186,125,119,10,0,84,123,224,186,21,120,10,0,85,251,249,145,150,141,6,0,86,123,243,249,79,255,11,0,87,123,252,12,116,66,7,0,88,123,190,142,55,228,8,0,88,123,190,142,39,237,8,0,88,123,190,142,32,246,8,0,89,123,32,67,47,144,9,0,89,123,32,67,70,144,9,0,94,251,222,58,255,110,10,0,97,123,62,72,204,238,10,0,98,123,176,29,149,80,11,0,101,123,239,71,130,19,6,0,102,251,38,247,55,228,8,0,102,251,38,247,39,237,8,0,102,251,38,247,32,246,8,0,103,123,93,94,255,110,10,0,104,251,59,27,59,41,7,0,104,123,244,178,59,41,7,0,104,251,246,252,77,254,10,0,105,123,246,163,246,206,6,0,106,251,177,224,76,233,7,0,106,123,67,47,81,49,11,0,107,123,154,233,49,26,6,0,107,123,137,201,2,72,7,0,107,251,126,48,55,228,8,0,107,251,126,48,39,237,8,0,107,251,126,48,32,246,8,0,108,251,158,26,108,225,7,0,108,123,255,12,235,12,10,0,108,123,255,12,67,13,10,0,108,123,104,213,131,40,10,0,108,123,104,213,90,41,10,0,109,123,208,240,161,29,7,0,110,251,108,243,88,116,11,0,112,123,225,36,25,177,6,0,112,251,228,234,141,4,7,0,115,251,131,85,189,39,6,0,115,251,74,100,100,185,6,0,116,251,144,86,253,220,6,0,120,251,52,128,60,112,6,0,120,123,177,29,211,34,7,0,121,123,179,239,46,150,6,0,121,123,154,228,98,94,7,0,123,251,110,1,250,93,7,0,123,123,28,200,31,153,9,0,123,123,28,200,214,153,9,0,124,123,243,42,255,110,10,0,130,123,129,137,152,14,7,0,130,123,198,17,27,125,8,0,131,123,114,27,187,214,10,0,132,123,103,51,132,169,6,0,134,123,81,45,235,87,6,0,134,123,234,222,177,0,7,0,134,123,87,67,37,63,7,0,135,123,101,17,70,244,11,0,136,123,65,225,170,64,7,0,139,123,165,32,116,66,7,0,141,251,148,227,255,110,10,0,143,123,69,227,25,11,9,0,143,123,69,227,82,11,9,0,145,123,88,73,168,3,9,0,145,123,88,73,73,7,9,0,145,251,200,103,205,153,11,0,149,251,69,237,236,23,7,0,149,251,69,237,90,24,7,0,149,251,247,71,197,48,7,0,149,251,241,65,138,20,10,0,149,251,241,65,233,20,10,0,149,251,241,65,5,21,10,0,152,251,211,142,208,158,7,0,153,251,178,6,245,3,11,0,156,251,216,153,215,5,7,0,157,251,120,163,167,200,7,0,160,123,12,57,232,121,7,0,160,123,180,252,250,13,10,0,160,123,180,252,121,14,10,0,160,123,180,252,5,15,10,0,161,251,203,59,231,206,9,0,162,123,154,233,71,174,11,0,165,251,112,27,79,197,10,0,166,123,70,249,81,179,7,0,166,123,70,249,242,189,7,0,166,123,72,243,79,98,10,0,166,123,72,243,106,98,10,0,168,251,1,59,239,221,7,0,170,251,217,28,176,238,5,0,172,251,66,129,163,47,6,0,172,123,89,69,57,124,6,0,172,251,151,50,124,6,7,0,175,123,248,127,223,39,7,0,175,251,44,33,78,227,9,0,175,251,44,33,106,227,9,0,177,251,82,12,171,199,10,0,178,123,66,62,13,89,7,0,178,251,201,95,10,247,11,0,180,123,99,152,157,241,5,0,180,251,78,197,152,107,6,0,182,123,44,35,25,114,9,0,182,123,44,35,50,114,9,0,182,123,44,35,81,114,9,0,185,251,21,246,197,48,7,0,186,251,113,141,138,85,9,0,186,251,113,141,93,87,9,0,188,123,197,146,229,225,5,0,189,123,161,172,115,159,7,0,189,123,215,182,156,176,7,0,189,123,251,104,57,13,8,0,189,123,215,182,236,158,10,0,189,123,215,182,45,159,10,0,189,123,215,182,106,159,10,0,192,123,53,13,10,99,9,0,192,123,53,13,226,99,9,0,192,123,252,22,255,248,11,0,196,251,76,8,81,179,7,0,197,123,107,63,59,41,7,0,200,123,212,51,110,237,5,0,206,251,242,75,172,85,11,0,211,123,164,56,50,61,11,0,213,251,137,35,182,94,7,0,215,251,156,38,158,96,6,0,216,251,247,55,168,3,9,0,216,251,247,55,73,7,9,0,216,123,97,7,218,159,10,0,216,123,97,7,111,162,10,0,218,123,206,200,181,58,7,0,220,251,55,47,232,235,10,0,221,123,193,129,241,94,10,0,221,123,193,129,39,95,10,0,223,123,113,68,183,116,7,0,224,251,143,244,54,13,7,0,224,251,0,234,237,29,8,0,225,251,33,121,238,66,9,0,225,251,33,121,8,69,9,0,225,251,129,71,201,67,11,0,228,123,2,179,246,255,10,0,238,251,244,145,255,110,10,0,238,123,20,176,207,25,11,0,239,251,65,90,182,94,7,0,242,251,205,118,232,95,6,0,242,123,223,185,148,210,10,0,244,123,216,46,102,188,10,0,245,123,142,78,92,15,9,0,245,123,142,78,130,20,9,0,246,123,225,161,92,15,9,0,246,123,225,161,130,20,9,0,248,251,197,194,116,151,6,0,250,251,76,218,128,103,7,0,251,251,31,188,242,19,7,0,251,251,94,208,59,41,7,0,252,251,55,179,197,48,7,0,252,251,55,179,182,94,7,0,254,123,44,93,37,122,8,0,254,123,140,4,102,237,9,0,254,123,140,4,115,238,9,0,0,124,167,246,197,48,7,0,1,124,138,199,17,104,6,0,1,124,126,18,162,71,7,0,3,124,235,128,90,9,11,0,5,124,64,38,186,244,6,0,5,252,199,199,166,23,10,0,5,252,199,199,181,24,10,0,5,252,199,199,184,25,10,0,5,252,199,199,214,26,10,0,6,124,244,250,27,194,8,0,8,124,197,159,183,116,7,0,8,124,201,127,81,179,7,0,8,124,201,127,68,192,7,0,9,124,230,61,204,141,8,0,11,252,81,79,5,143,7,0,12,252,160,45,20,50,10,0,12,252,160,45,38,50,10,0,12,252,160,45,69,50,10,0,15,124,118,149,184,92,9,0,15,124,118,149,53,93,9,0,16,124,66,250,19,176,6,0,16,252,211,28,232,121,7,0,16,252,88,77,232,121,7,0,17,252,51,4,155,89,7,0,17,252,51,4,58,176,7,0,17,252,53,244,138,85,9,0,17,252,53,244,93,87,9,0,19,124,171,78,202,241,5,0,19,252,55,132,139,83,7,0,20,252,172,54,162,230,6,0,23,252,134,90,75,110,6,0,25,252,147,190,119,35,8,0,25,252,147,190,167,35,8,0,25,252,147,190,210,35,8,0,27,252,75,131,55,228,8,0,27,252,75,131,39,237,8,0,27,252,75,131,32,246,8,0,28,252,80,7,59,41,7,0,31,124,48,202,139,83,7,0,32,124,101,176,137,217,11,0,35,252,67,250,2,126,10,0,35,252,67,250,203,126,10,0,36,252,26,15,148,210,10,0,38,124,172,140,197,48,7,0,38,124,68,246,228,75,9,0,38,124,68,246,142,76,9,0,39,124,53,68,188,59,6,0,40,124,69,212,228,134,7,0,40,124,253,69,238,66,9,0,40,124,253,69,8,69,9,0,40,124,210,24,255,110,10,0,41,124,162,179,92,35,6,0,41,252,197,194,129,89,8,0,42,252,184,87,231,206,9,0,43,124,35,159,163,69,11,0,44,124,134,172,170,79,7,0,44,124,134,172,91,214,11,0,45,252,55,89,163,90,8,0,48,252,74,215,88,245,10,0,53,252,117,222,182,10,7,0,54,124,58,86,149,91,10,0,54,124,58,86,231,91,10,0,56,124,85,2,232,121,7,0,56,252,149,65,7,221,7,0,57,124,18,160,81,179,7,0,61,124,106,205,55,228,8,0,61,124,106,205,39,237,8,0,61,124,106,205,32,246,8,0,64,252,176,115,55,228,8,0,64,252,176,115,39,237,8,0,64,252,176,115,32,246,8,0,64,124,26,100,208,41,11,0,66,124,61,227,255,64,8,0,66,124,61,227,51,65,8,0,67,252,215,153,38,246,10,0,67,252,215,153,214,248,10,0,68,252,225,57,255,110,10,0,71,124,45,147,92,15,9,0,71,124,45,147,130,20,9,0,73,252,199,95,77,94,9,0,73,252,199,95,93,95,9,0,73,124,24,247,163,170,11,0,76,252,216,74,86,119,7,0,78,252,90,29,117,30,7,0,79,252,69,59,182,94,7,0,81,124,136,33,137,161,6,0,87,252,141,152,138,103,9,0,87,252,141,152,62,104,9,0,88,124,91,255,111,255,9,0,88,124,91,255,141,255,9,0,88,124,91,255,194,255,9,0,91,252,118,5,176,218,11,0,94,252,91,68,255,110,10,0,96,124,61,198,218,159,10,0,96,124,61,198,111,162,10,0,97,252,212,67,55,228,8,0,97,252,212,67,39,237,8,0,97,252,212,67,32,246,8,0,99,252,177,19,208,153,6,0,100,124,124,15,155,89,7,0,102,252,77,197,162,58,6,0,102,252,124,181,34,176,9,0,102,252,124,181,71,176,9,0,102,252,124,181,114,176,9,0,102,252,124,181,157,176,9,0,103,124,175,30,5,143,7,0,103,252,61,191,92,15,9,0,103,252,61,191,130,20,9,0,105,124,93,127,68,165,7,0,105,124,110,38,20,44,9,0,105,124,110,38,94,44,9,0,106,252,123,107,5,143,7,0,106,252,65,10,222,194,9,0,106,252,65,10,76,195,9,0,109,252,197,35,165,184,6,0,111,124,202,205,205,169,10,0,111,124,202,205,47,171,10,0,113,124,68,164,138,103,9,0,113,124,68,164,62,104,9,0,114,124,21,46,45,11,7,0,114,252,162,182,2,72,7,0,116,124,246,0,224,218,10,0,120,124,189,0,10,77,7,0,120,124,189,0,158,128,7,0,120,252,54,167,110,119,8,0,121,124,194,47,76,216,8,0,122,124,230,127,192,130,10,0,122,124,230,127,42,131,10,0,123,124,215,6,179,162,6,0,123,252,245,135,5,143,7,0,129,252,176,112,68,165,7,0,130,252,236,59,102,236,5,0,130,124,175,195,182,86,6,0,130,124,73,167,10,99,9,0,130,124,73,167,226,99,9,0,130,124,99,193,208,231,10,0,130,124,38,188,120,165,11,0,131,252,241,253,192,130,10,0,131,252,241,253,42,131,10,0,132,124,71,255,22,38,7,0,134,124,255,152,109,161,11,0,135,124,95,150,184,92,9,0,135,124,95,150,53,93,9,0,135,252,183,188,36,129,11,0,136,124,160,106,110,209,7,0,139,124,169,170,251,31,11,0,140,124,148,93,242,19,7,0,140,124,196,164,82,124,11,0,141,252,76,128,88,170,6,0,141,252,240,29,56,57,7,0,144,124,35,198,5,143,7,0,146,252,252,4,0,203,10,0,152,124,28,131,19,82,8,0,152,124,28,131,70,82,8,0,152,124,28,131,122,82,8,0,152,124,244,166,135,147,10,0,152,124,244,166,56,148,10,0,153,252,22,87,144,137,7,0,155,252,164,205,245,40,10,0,155,252,164,205,90,41,10,0,156,124,194,184,124,6,7,0,160,124,45,127,148,91,8,0,162,252,62,152,255,110,10,0,166,252,52,51,214,199,11,0,169,252,167,173,190,178,11,0,170,252,197,194,9,42,8,0,172,252,60,51,216,25,7,0,172,252,149,212,92,15,9,0,172,252,149,212,130,20,9,0,172,124,15,217,241,94,10,0,172,124,15,217,39,95,10,0,172,124,181,9,87,98,11,0,176,124,48,144,5,143,7,0,177,252,167,29,131,90,6,0,179,124,89,97,151,119,9,0,179,124,89,97,246,119,9,0,180,252,157,241,99,229,5,0,183,124,142,135,55,228,8,0,183,124,142,135,39,237,8,0,183,124,142,135,32,246,8,0,183,124,163,146,249,191,10,0,186,252,219,219,172,92,6,0,186,252,22,9,164,88,11,0,188,124,211,135,239,106,7,0,189,124,22,112,139,159,7,0,190,252,197,194,75,160,6,0,190,252,197,194,223,20,7,0,190,124,37,80,37,63,7,0,190,124,31,58,30,131,7,0,190,252,197,194,122,201,7,0,190,124,250,18,127,191,10,0,193,124,149,48,84,119,11,0,196,252,94,106,5,143,7,0,201,124,81,128,5,143,7,0,201,124,95,54,255,110,10,0,204,124,49,210,255,110,10,0,212,252,201,8,5,143,7,0,212,252,166,20,219,254,10,0,212,124,184,241,41,237,11,0,217,124,252,54,196,9,7,0,217,252,196,19,37,63,7,0,217,252,196,19,174,219,11,0,219,124,5,162,233,3,7,0,220,124,42,25,228,75,9,0,220,124,42,25,142,76,9,0,221,252,151,147,56,30,7,0,222,124,116,192,183,116,7,0,222,252,31,20,69,135,7,0,222,124,238,251,5,143,7,0,222,124,102,110,68,165,7,0,224,252,88,74,27,125,8,0,224,252,130,17,197,178,10,0,224,252,130,17,228,178,10,0,224,252,130,17,23,179,10,0,224,252,130,17,73,179,10,0,225,252,253,21,228,90,7,0,227,124,222,231,170,31,7,0,227,252,186,128,11,53,8,0,228,252,1,202,59,97,7,0,229,252,162,223,144,137,7,0,230,124,9,195,130,118,11,0,231,124,70,198,68,165,7,0,236,124,212,145,5,143,7,0,238,124,83,154,16,69,7,0,238,124,254,166,136,34,9,0,238,252,175,112,114,105,11,0,240,124,125,206,145,88,7,0,241,252,150,205,204,70,7,0,241,124,220,177,55,228,8,0,241,124,220,177,39,237,8,0,241,124,220,177,32,246,8,0,245,252,55,125,167,61,7,0,245,124,248,21,10,77,7,0,247,124,221,90,184,92,9,0,247,124,221,90,53,93,9,0,248,124,52,182,139,2,6,0,249,252,146,164,175,140,10,0,250,252,170,247,0,89,10,0,250,252,170,247,96,89,10,0,250,252,170,247,189,89,10,0,252,124,226,5,24,53,9,0,252,124,226,5,252,53,9,0,252,124,226,5,216,54,9,0,252,124,56,237,255,110,10,0,254,124,250,70,92,15,9,0,254,124,250,70,130,20,9,0,255,124,119,7,59,41,7,0,255,252,166,155,255,110,10,0,0,253,226,89,82,0,11,0,3,253,198,180,242,63,6,0,4,125,221,104,15,41,7,0,6,125,98,128,230,67,6,0,9,253,109,126,5,143,7,0,9,253,196,194,123,217,11,0,11,253,148,65,238,66,9,0,11,253,148,65,8,69,9,0,12,253,205,98,42,136,7,0,15,253,197,194,125,73,7,0,15,253,197,194,120,75,7,0,15,253,20,239,205,169,10,0,15,253,20,239,47,171,10,0,23,125,208,111,99,29,11,0,26,253,131,154,77,94,9,0,26,253,131,154,93,95,9,0,29,125,178,200,109,163,6,0,29,253,194,201,182,94,7,0,31,125,155,153,149,181,6,0,33,125,201,52,186,104,7,0,34,253,197,194,125,73,7,0,34,253,197,194,120,75,7,0,34,253,197,194,219,42,9,0,35,253,166,159,226,14,7,0,35,253,197,194,197,48,7,0,35,253,197,194,31,35,9,0,35,253,197,194,52,35,9,0,35,253,197,194,120,35,9,0,41,125,24,239,221,245,10,0,42,125,120,246,197,48,7,0,43,253,158,255,145,149,6,0,43,253,158,255,179,149,6,0,43,253,91,138,60,223,10,0,44,253,197,194,75,41,6,0,44,125,221,99,218,159,10,0,44,125,221,99,111,162,10,0,48,125,55,201,55,228,8,0,48,125,55,201,39,237,8,0,48,125,55,201,32,246,8,0,51,125,36,87,244,86,10,0,51,125,36,87,14,87,10,0,53,125,138,116,233,13,11,0,53,125,138,116,21,15,11,0,54,125,220,133,197,48,7,0,62,253,50,156,124,6,7,0,62,125,40,83,136,199,10,0,63,125,136,21,191,213,11,0,64,125,24,199,255,32,7,0,69,125,195,143,215,184,11,0,70,253,167,87,113,49,9,0,70,253,167,87,44,51,9,0,72,253,57,188,115,140,6,0,72,125,29,120,197,48,7,0,72,125,213,68,161,190,9,0,72,125,213,68,93,191,9,0,73,125,54,242,95,62,7,0,76,253,102,53,133,192,8,0,80,125,192,42,255,110,10,0,87,125,112,250,126,61,6,0,89,253,254,148,116,5,7,0,89,125,192,103,128,98,7,0,89,253,132,48,207,99,7,0,90,125,139,122,173,71,11,0,91,125,238,55,211,212,7,0,91,125,39,178,247,125,8,0,94,253,43,179,149,91,10,0,94,253,43,179,231,91,10,0,95,253,228,93,149,59,10,0,95,253,228,93,177,59,10,0,95,253,228,93,211,59,10,0,96,253,176,205,6,61,7,0,97,253,78,45,45,11,7,0,97,253,111,167,158,128,7,0,99,253,248,141,228,90,7,0,101,253,178,45,255,110,10,0,102,125,42,143,117,59,9,0,102,125,42,143,221,59,9,0,103,125,78,160,204,126,7,0,103,125,186,94,145,73,10,0,103,125,186,94,57,74,10,0,104,253,2,146,68,165,7,0,105,253,125,102,86,119,7,0,108,253,255,79,168,3,9,0,108,253,255,79,73,7,9,0,109,253,8,99,5,143,7,0,109,125,219,198,77,94,9,0,109,125,219,198,93,95,9,0,110,125,254,140,144,37,7,0,111,125,195,150,109,0,7,0,111,125,195,150,71,115,7,0,111,125,195,150,174,166,8,0,118,253,85,143,231,206,9,0,118,125,167,181,184,219,10,0,122,253,91,93,72,81,10,0,122,253,91,93,128,81,10,0,122,253,91,93,185,81,10,0,125,253,213,251,246,173,6,0,126,253,70,4,92,15,9,0,126,253,70,4,130,20,9,0,127,253,54,184,216,25,7,0,127,253,54,184,68,165,7,0,128,253,219,251,197,48,7,0,130,253,96,220,133,127,6,0,132,125,33,183,107,102,8,0,132,253,250,32,213,44,10,0,135,253,221,66,253,113,11,0,137,253,30,22,38,255,5,0,137,253,120,33,65,154,11,0,138,125,147,241,81,179,7,0,138,125,147,241,45,164,8,0,138,125,147,241,195,164,8,0,138,125,147,241,101,165,8,0,138,125,147,241,205,92,10,0,138,253,185,206,255,110,10,0,141,253,185,65,203,81,9,0,141,253,185,65,169,82,9,0,141,125,238,248,166,23,10,0,141,125,238,248,181,24,10,0,141,125,238,248,184,25,10,0,141,125,238,248,214,26,10,0,143,253,143,39,37,63,7,0,146,253,187,148,154,224,8,0,148,125,8,197,81,179,7,0,148,125,8,197,34,26,9,0,149,253,171,245,205,169,10,0,149,253,171,245,47,171,10,0,152,253,77,70,241,159,7,0,154,125,2,195,59,41,7,0,158,253,193,185,153,73,6,0,158,125,101,32,186,104,7,0,162,253,223,156,183,116,7,0,163,125,138,44,42,36,9,0,163,125,138,44,135,36,9,0,164,125,144,37,170,111,7,0,165,125,54,116,59,41,7,0,165,125,209,88,55,228,8,0,165,125,209,88,39,237,8,0,165,125,209,88,32,246,8,0,167,253,37,108,142,111,6,0,167,125,208,152,5,143,7,0,170,253,243,47,152,77,6,0,172,253,216,97,152,30,7,0,173,125,137,39,225,57,7,0,173,253,207,246,244,108,7,0,174,253,122,78,45,15,7,0,174,253,42,116,175,140,10,0,176,253,156,38,125,73,7,0,176,253,156,38,120,75,7,0,177,125,68,107,118,4,6,0,177,125,68,107,158,128,7,0,181,253,144,88,175,58,8,0,182,253,236,76,215,5,7,0,185,253,227,28,144,137,7,0,185,253,233,177,210,248,11,0,186,253,28,163,192,15,7,0,186,253,33,235,5,143,7,0,186,253,197,194,179,239,9,0,186,253,197,194,233,239,9,0,186,253,197,194,36,213,11,0,187,253,156,38,23,10,8,0,187,253,63,121,106,182,9,0,187,253,63,121,186,182,9,0,188,253,21,206,171,222,10,0,189,253,197,194,197,48,7,0,191,253,70,33,69,29,7,0,193,125,165,55,139,16,7,0,193,253,82,12,5,143,7,0,195,125,104,65,144,137,7,0,197,125,155,40,48,206,10,0,198,253,202,44,59,41,7,0,198,253,56,211,144,137,7,0,198,253,205,106,89,202,7,0,198,253,205,106,207,202,7,0,199,125,8,163,30,57,11,0,200,125,151,53,239,130,11,0,203,125,82,200,242,19,7,0,203,253,127,119,197,48,7,0,205,253,17,251,27,253,6,0,206,253,194,123,57,75,6,0,206,125,167,162,99,36,10,0,206,125,167,162,120,36,10,0,206,253,18,28,205,169,10,0,206,253,18,28,47,171,10,0,208,253,233,174,55,228,8,0,208,253,233,174,39,237,8,0,208,253,233,174,32,246,8,0,211,253,46,127,231,232,5,0,211,125,208,120,59,41,7,0,216,125,67,121,43,245,9,0,216,125,67,121,72,245,9,0,217,253,204,226,255,110,10,0,218,253,131,28,122,19,8,0,219,125,7,64,211,216,6,0,219,125,79,199,10,77,7,0,219,253,175,231,255,110,10,0,222,253,61,217,221,107,6,0,222,253,61,217,232,121,7,0,224,253,70,155,197,48,7,0,225,253,163,160,235,246,5,0,225,253,163,160,143,100,6,0,227,125,215,240,155,202,6,0,227,253,146,99,165,187,9,0,227,253,146,99,32,188,9,0,227,253,146,99,149,188,9,0,227,253,146,99,61,189,9,0,227,253,146,99,215,189,9,0,229,253,110,49,183,116,7,0,230,125,103,51,108,19,7,0,232,125,226,170,203,172,6,0,236,125,231,23,232,165,6,0,237,253,232,232,232,142,6,0,237,253,131,191,2,72,7,0,237,253,132,216,235,227,11,0,239,253,200,123,2,72,7,0,242,253,155,66,107,114,7,0,243,253,139,80,158,128,7,0,243,253,129,181,126,221,10,0,246,253,197,194,244,239,6,0,246,253,234,9,128,98,7,0,246,125,146,63,97,223,10,0,247,253,121,232,83,126,7,0,248,253,197,194,72,31,7,0,248,253,148,247,31,35,7,0,250,125,27,238,99,194,6,0,250,125,27,238,144,194,6,0,250,125,71,223,191,2,11,0,252,125,197,5,64,88,10,0,254,253,147,190,106,216,7,0,254,253,87,47,184,95,11,0,255,253,178,27,57,124,6,0,0,126,37,155,158,91,6,0,0,126,240,48,138,85,9,0,0,126,240,48,93,87,9,0,0,254,112,255,255,110,10,0,1,254,179,64,182,94,7,0,2,254,195,231,236,23,7,0,2,254,195,231,112,24,7,0,2,126,120,122,197,48,7,0,4,254,35,24,218,159,10,0,4,254,35,24,111,162,10,0,6,126,237,241,178,48,6,0,7,254,224,233,5,143,7,0,8,126,120,157,228,186,10,0,9,126,81,190,81,179,7,0,9,126,81,190,135,189,7,0,10,254,252,126,232,121,7,0,10,126,208,125,144,137,7,0,10,126,89,221,179,213,10,0,10,254,116,106,54,169,11,0,10,254,116,106,82,169,11,0,11,254,231,54,5,95,11,0,15,126,241,65,201,209,6,0,16,254,64,31,135,80,8,0,16,254,64,31,84,134,8,0,18,254,232,62,168,3,9,0,18,254,232,62,73,7,9,0,25,126,230,49,218,159,10,0,25,126,230,49,111,162,10,0,26,254,103,227,232,121,7,0,28,254,215,199,95,227,8,0,29,126,234,19,232,121,7,0,30,254,46,175,207,127,8,0,32,254,34,250,223,20,7,0,34,254,83,60,197,48,7,0,36,254,230,115,64,88,10,0,39,126,34,57,81,179,7,0,39,126,34,57,45,164,8,0,39,126,34,57,195,164,8,0,39,126,34,57,101,165,8,0,39,126,34,57,205,92,10,0,43,254,130,53,76,72,10,0,43,254,130,53,95,72,10,0,44,126,113,22,139,16,7,0,52,126,219,70,124,199,7,0,53,126,165,216,197,48,7,0,55,254,116,10,255,110,10,0,56,254,199,154,160,165,6,0,61,254,156,148,170,7,7,0,63,254,246,139,156,130,9,0,64,254,52,90,197,48,7,0,66,254,179,11,181,58,7,0,70,254,156,38,43,32,6,0,70,254,206,16,130,86,7,0,70,254,156,38,207,202,7,0,70,254,40,107,150,189,11,0,71,254,102,70,195,158,6,0,72,254,210,193,235,40,11,0,73,254,136,41,94,223,5,0,73,126,213,15,161,29,7,0,73,126,237,96,181,99,10,0,73,126,237,96,202,99,10,0,74,254,146,155,55,228,8,0,74,254,146,155,39,237,8,0,74,254,146,155,32,246,8,0,74,254,74,187,156,130,9,0,74,126,105,136,1,202,11,0,75,254,144,247,124,6,7,0,75,254,35,128,2,72,7,0,75,254,200,15,69,110,7,0,75,126,226,134,5,143,7,0,76,254,156,38,12,111,6,0,76,254,156,38,125,73,7,0,76,254,156,38,120,75,7,0,79,254,226,70,222,194,9,0,79,254,226,70,76,195,9,0,80,126,207,188,144,137,7,0,81,126,159,245,55,228,8,0,81,126,159,245,39,237,8,0,81,126,159,245,32,246,8,0,82,254,112,151,255,69,11,0,83,126,12,188,30,199,6,0,87,254,121,69,55,228,8,0,87,254,121,69,39,237,8,0,87,254,121,69,32,246,8,0,90,254,173,140,138,219,5,0,93,126,187,123,97,138,6,0,97,254,38,151,197,48,7,0,97,126,86,31,118,5,11,0,97,254,42,69,80,23,11,0,98,254,230,242,119,92,7,0,98,126,43,113,5,143,7,0,102,126,158,53,60,210,7,0,104,254,11,224,135,77,6,0,105,254,123,10,56,65,6,0,108,126,69,66,79,4,7,0,108,126,69,66,168,3,9,0,108,126,69,66,73,7,9,0,109,254,122,84,75,122,8,0,112,254,50,98,201,24,6,0,112,254,50,98,35,156,7,0,113,254,41,129,49,7,7,0,114,254,29,6,239,163,11,0,115,254,27,34,224,18,7,0,117,254,220,20,5,143,7,0,119,126,53,152,168,191,6,0,119,254,185,67,181,58,7,0,121,126,112,119,24,149,10,0,121,126,112,119,56,149,10,0,122,254,98,218,22,6,7,0,123,254,223,72,52,153,7,0,125,254,64,225,152,77,6,0,125,126,68,201,233,3,7,0,126,254,57,102,46,143,10,0,128,126,106,223,144,137,7,0,128,254,254,208,5,143,7,0,128,126,109,6,55,228,8,0,128,126,109,6,39,237,8,0,128,126,109,6,32,246,8,0,128,126,106,223,223,87,11,0,129,126,129,120,133,228,7,0,130,126,189,3,10,225,5,0,133,126,136,86,204,126,7,0,134,126,63,115,232,121,7,0,134,254,249,226,105,218,10,0,139,126,103,92,154,30,11,0,140,254,36,132,104,78,11,0,143,254,73,231,135,208,8,0,144,254,253,10,223,74,6,0,144,126,121,243,197,48,7,0,154,254,205,99,243,249,5,0,154,254,215,84,5,143,7,0,154,254,129,131,168,3,9,0,154,254,129,131,73,7,9,0,154,254,205,99,230,162,11,0,155,126,208,54,236,65,7,0,158,126,157,201,42,36,9,0,158,126,157,201,135,36,9,0,159,254,220,215,231,206,9,0,160,254,207,158,116,66,7,0,160,254,172,36,68,165,7,0,164,254,143,253,68,165,7,0,164,126,133,143,0,188,8,0,164,254,99,102,92,15,9,0,164,254,99,102,130,20,9,0,166,254,51,90,255,110,10,0,166,254,156,210,174,129,11,0,170,254,167,230,144,137,7,0,171,254,0,190,156,176,7,0,171,254,0,190,118,195,7,0,180,126,247,31,40,63,9,0,180,126,247,31,226,63,9,0,180,126,247,31,144,64,9,0,183,126,161,67,57,209,9,0,184,126,158,117,102,237,9,0,184,126,158,117,115,238,9,0,185,254,110,69,60,251,6,0,185,254,245,2,48,45,8,0,185,254,153,114,255,110,10,0,186,254,232,240,5,143,7,0,191,254,5,225,10,77,7,0,191,254,186,145,170,79,7,0,191,254,5,225,170,79,7,0,192,126,53,186,118,154,7,0,192,126,53,186,63,155,7,0,196,126,194,66,10,77,7,0,196,126,194,66,170,79,7,0,198,126,144,248,210,112,7,0,198,254,176,236,92,15,9,0,198,254,176,236,130,20,9,0,200,126,39,195,69,135,7,0,201,126,61,209,212,158,11,0,202,254,165,222,40,45,6,0,202,254,165,222,71,72,6,0,202,254,102,32,55,228,8,0,202,254,102,32,39,237,8,0,202,254,102,32,32,246,8,0,202,126,135,102,91,121,9,0,202,126,135,102,171,122,9,0,202,126,135,102,253,123,9,0,202,126,135,102,84,125,9,0,202,126,167,168,102,237,9,0,202,126,167,168,115,238,9,0,205,254,135,91,128,103,7,0,205,254,47,208,210,2,9,0,205,254,47,208,246,2,9,0,206,126,243,23,203,81,9,0,206,126,243,23,169,82,9,0,209,254,80,23,42,191,11,0,210,126,37,42,5,143,7,0,210,126,235,201,131,41,9,0,210,254,228,209,231,189,11,0,213,254,194,230,197,48,7,0,213,126,157,14,183,209,10,0,214,254,156,38,2,126,10,0,214,254,156,38,203,126,10,0,216,254,236,181,47,52,8,0,217,254,173,67,21,230,9,0,217,254,173,67,73,230,9,0,219,254,174,246,113,49,9,0,219,254,174,246,44,51,9,0,221,254,185,158,117,112,6,0,221,254,88,248,190,17,7,0,228,254,3,9,90,169,9,0,228,254,3,9,127,169,9,0,228,126,190,7,129,95,11,0,229,254,198,213,170,79,7,0,229,254,198,213,94,175,7,0,229,254,198,213,136,190,7,0,230,254,72,194,148,225,5,0,233,126,183,52,108,32,7,0,233,254,198,64,35,127,7,0,234,126,211,28,62,171,6,0,235,254,174,91,125,60,9,0,236,126,234,170,113,49,9,0,236,126,234,170,44,51,9,0,238,254,237,150,182,94,7,0,239,126,228,131,57,174,6,0,240,254,243,219,91,121,9,0,240,254,243,219,171,122,9,0,240,254,243,219,253,123,9,0,240,254,243,219,84,125,9,0,242,126,217,217,238,66,9,0,242,126,217,217,8,69,9,0,242,126,224,16,219,10,11,0,243,126,159,57,159,19,6,0,244,126,121,121,75,107,7,0,246,254,28,251,168,3,9,0,246,254,28,251,73,7,9,0,247,254,119,2,55,228,8,0,247,254,119,2,39,237,8,0,247,254,119,2,32,246,8,0,249,254,172,242,168,44,6,0,5,255,15,183,18,162,8,0,8,255,65,45,10,99,9,0,8,255,65,45,226,99,9,0,9,255,114,117,139,16,7,0,12,255,68,69,238,237,11,0,14,127,102,53,205,169,10,0,14,127,102,53,47,171,10,0,15,255,208,249,192,15,7,0,15,255,41,117,22,211,11,0,17,255,130,67,209,136,11,0,18,255,172,133,224,91,6,0,18,127,57,231,132,40,7,0,18,255,215,197,81,179,7,0,18,255,215,197,92,169,10,0,18,255,215,197,155,169,10,0,22,127,64,185,204,126,7,0,22,127,205,34,180,200,10,0,24,127,222,229,135,80,8,0,24,127,222,229,84,134,8,0,25,255,151,199,39,235,9,0,25,255,151,199,74,235,9,0,25,255,151,199,107,235,9,0,34,127,6,16,81,179,7,0,34,127,6,16,206,71,10,0,36,127,5,204,119,239,6,0,36,127,36,195,255,110,10,0,37,127,16,144,59,41,7,0,37,255,7,253,170,40,8,0,37,255,7,253,216,40,8,0,37,255,7,253,8,41,8,0,39,127,50,99,144,137,7,0,40,255,57,228,30,116,9,0,40,255,57,228,56,116,9,0,40,127,199,172,91,213,11,0,43,127,81,190,115,149,11,0,45,255,170,145,107,90,7,0,46,255,22,102,119,10,7,0,47,255,146,139,255,29,7,0,47,255,112,187,114,38,11,0,48,127,155,237,235,135,10,0,48,127,155,237,152,136,10,0,49,255,72,94,2,72,7,0,49,255,39,11,77,94,9,0,49,255,39,11,93,95,9,0,50,255,236,240,135,147,10,0,50,255,236,240,56,148,10,0,54,127,213,202,165,27,7,0,55,127,156,248,144,137,7,0,58,127,144,47,2,72,7,0,60,127,122,196,218,159,10,0,60,127,122,196,111,162,10,0,61,127,236,238,124,6,7,0,62,255,32,31,255,110,10,0,65,127,102,68,59,41,7,0,67,127,138,81,197,48,7,0,67,127,150,119,131,40,10,0,67,127,150,119,90,41,10,0,69,255,37,224,125,73,7,0,69,255,37,224,120,75,7,0,70,255,230,242,220,228,10,0,72,127,227,113,207,167,8,0,73,127,204,207,156,39,7,0,73,255,102,121,92,15,9,0,73,255,102,121,130,20,9,0,76,127,29,234,255,221,5,0,77,255,213,243,144,137,7,0,78,255,36,58,152,30,7,0,78,127,145,16,121,25,11,0,80,127,64,245,234,115,11,0,81,255,62,99,232,121,7,0,81,127,73,113,144,129,10,0,81,127,73,113,233,129,10,0,81,127,73,113,65,130,10,0,82,127,230,201,67,40,7,0,82,255,166,207,64,88,10,0,83,127,173,241,211,22,11,0,86,127,178,7,161,190,9,0,86,127,178,7,93,191,9,0,87,127,201,210,156,39,7,0,87,127,94,89,144,137,7,0,90,255,147,212,68,165,7,0,90,127,169,206,151,119,9,0,90,127,169,206,246,119,9,0,91,127,86,6,55,228,8,0,91,127,86,6,39,237,8,0,91,127,86,6,32,246,8,0,93,255,162,147,167,70,11,0,94,127,82,90,173,173,9,0,94,127,82,90,194,173,9,0,95,255,63,0,207,167,8,0,98,255,177,36,192,130,10,0,98,255,177,36,42,131,10,0,101,127,73,130,183,116,7,0,102,255,83,24,70,27,6,0,102,255,83,24,144,57,10,0,102,255,83,24,188,57,10,0,102,127,88,47,221,146,10,0,103,127,209,134,43,245,9,0,103,127,209,134,72,245,9,0,108,255,244,95,150,193,6,0,109,255,115,106,246,155,7,0,109,255,47,126,218,159,10,0,109,255,47,126,111,162,10,0,110,127,61,238,29,58,6,0,112,127,5,102,113,186,11,0,113,255,13,174,132,40,7,0,113,127,188,129,59,41,7,0,113,127,221,26,232,121,7,0,113,255,45,127,254,95,8,0,113,127,239,58,2,192,11,0,114,127,128,111,86,119,7,0,115,255,206,80,139,83,7,0,115,255,241,193,5,143,7,0,115,127,98,176,204,127,11,0,118,127,150,171,35,127,7,0,119,255,155,51,183,206,8,0,120,255,166,98,235,99,7,0,121,255,163,160,71,42,6,0,121,255,163,160,174,100,6,0,121,255,163,160,5,106,6,0,121,255,156,9,144,137,7,0,123,127,151,250,116,66,7,0,127,127,82,19,94,255,6,0,127,255,91,167,68,165,7,0,129,127,243,253,81,242,6,0,130,255,249,44,33,37,8,0,132,127,46,139,75,213,9,0,132,127,46,139,151,213,9,0,134,127,69,213,232,121,7,0,135,127,16,246,113,49,9,0,135,127,16,246,44,51,9,0,137,255,89,196,177,27,9,0,137,255,89,196,254,28,9,0,137,255,89,196,77,30,9,0,138,127,155,121,69,110,7,0,138,255,219,126,168,3,9,0,138,255,219,126,73,7,9,0,142,127,238,181,255,110,10,0,144,127,94,182,78,39,11,0,145,127,226,141,177,133,11,0,147,255,46,57,41,128,8,0,147,255,46,57,70,128,8,0,147,127,183,27,231,206,9,0,149,255,189,184,246,15,6,0,151,255,12,122,38,148,6,0,153,127,139,253,15,163,8,0,153,255,163,87,1,21,11,0,153,127,139,253,102,58,11,0,163,255,88,116,145,73,10,0,163,255,88,116,57,74,10,0,165,127,116,29,55,62,7,0,165,127,116,40,35,126,8,0,165,127,116,29,95,227,8,0,166,255,149,205,197,48,7,0,167,127,109,196,110,119,8,0,168,127,246,63,55,228,8,0,168,127,246,63,39,237,8,0,168,127,246,63,32,246,8,0,168,127,233,181,234,73,11,0,170,255,48,53,84,218,6,0,171,255,188,79,10,248,5,0,172,127,253,27,185,11,9,0,172,127,253,27,89,12,9,0,172,127,253,27,254,12,9,0,174,255,237,63,144,137,7,0,176,127,65,237,103,253,6,0,176,255,55,200,177,27,9,0,176,255,55,200,254,28,9,0,176,255,55,200,77,30,9,0,179,255,163,165,152,30,7,0,180,255,77,221,151,12,11,0,183,255,138,40,205,169,10,0,183,255,138,40,47,171,10,0,184,255,86,112,183,116,7,0,185,127,206,133,19,65,7,0,185,127,125,34,167,41,11,0,185,127,125,34,187,41,11,0,185,127,125,34,224,52,11,0,189,127,222,199,200,246,5,0,189,127,35,96,121,69,7,0,189,255,162,113,242,106,11,0,191,255,201,148,94,137,7,0,193,127,45,127,13,89,7,0,195,255,205,81,166,36,7,0,196,127,92,115,254,189,8,0,200,255,15,233,58,111,11,0,202,127,234,254,38,92,6,0,202,127,255,164,182,94,7,0,207,255,188,167,177,27,9,0,207,255,188,167,254,28,9,0,207,255,188,167,77,30,9,0,209,127,125,120,235,231,10,0,210,127,148,209,207,220,11,0,210,127,148,209,68,223,11,0,210,127,148,209,124,229,11,0,211,255,156,38,176,1,7,0,211,255,156,38,211,1,7,0,213,255,191,200,92,145,8,0,213,255,191,200,234,145,8,0,213,255,191,200,109,146,8,0,213,255,184,44,152,65,9,0,213,255,184,44,36,66,9,0,214,127,248,233,4,184,6,0,214,255,200,52,12,206,6,0,214,255,99,154,243,104,10,0,214,255,99,154,64,105,10,0,217,127,35,118,61,198,11,0,218,255,206,34,232,121,7,0,219,127,230,121,251,84,7,0,219,255,43,173,68,165,7,0,221,255,188,185,236,23,7,0,221,127,60,92,203,214,9,0,221,127,60,92,226,214,9,0,222,127,160,177,198,228,11,0,224,255,13,24,181,58,7,0,225,255,192,190,255,110,10,0,229,127,12,36,201,24,6,0,229,127,12,36,35,156,7,0,231,255,16,145,139,83,7,0,233,127,66,227,81,242,6,0,234,255,55,208,5,143,7,0,235,127,245,28,102,222,5,0,235,255,201,148,232,121,7,0,236,255,93,97,37,46,10,0,236,255,93,97,103,47,10,0,236,255,93,97,172,48,10,0,238,255,10,159,91,121,9,0,238,255,10,159,171,122,9,0,238,255,10,159,253,123,9,0,238,255,10,159,84,125,9,0,240,255,203,80,220,27,8,0,242,127,215,18,5,143,7,0,244,255,32,120,224,18,7,0,245,127,51,98,203,81,9,0,245,127,51,98,169,82,9,0,249,255,248,131,159,11,11,0,250,127,22,126,235,99,7,0,253,127,213,246,170,79,7,0,253,255,31,27,202,50,8,0,255,127,81,190,144,137,7,0,0,16,1,19,35,65,67,67,108,97,121,101,114,66,97,99,107,103,114,111,117,110,100,2,1,50,209,63,94,0,16,1,20,35,65,68,79,67,80,85,66,95,99,111,111,107,105,101,95,98,111,120,120,2,1,117,214,219,47,0,16,1,10,35,65,99,116,105,111,110,66,97,114,2,1,20,232,174,167,0,16,1,54,35,65,117,116,111,107,101,116,105,110,103,45,83,112,117,95,95,99,111,111,107,105,101,66,97,110,110,101,114,45,109,111,100,117,108,101,95,95,119,114,97,112,67,111,111,107,105,101,66,97,110,110,101,114,2,1,238,156,201,104,0,16,1,7,35,67,67,95,66,97,114,2,1,39,162,182,218,0,16,1,20,35,67,79,69,75,73,78,70,79,95,99,111,111,107,105,101,95,98,111,120,2,1,98,97,120,225,0,16,1,3,35,67,81,2,12,1,164,160,34,19,174,60,227,29,190,66,143,47,103,220,172,48,144,93,123,53,151,230,35,153,203,49,32,157,228,87,78,158,238,77,55,161,12,248,86,164,109,248,229,218,152,220,142,0,16,1,6,35,67,111,67,111,110,2,1,189,206,227,40,0,16,1,39,35,67,111,110,116,101,110,116,112,108,97,99,101,104,111,108,100,101,114,49,95,84,65,69,66,51,56,49,53,65,48,53,49,95,67,111,108,48,48,2,1,14,48,107,53,0,16,1,43,35,67,111,111,107,105,101,65,99,99,101,112,116,83,117,98,76,97,121,111,117,116,49,95,99,111,111,107,105,101,115,109,101,115,115,97,103,101,115,104,111,119,110,2,1,125,94,75,30,0,16,1,13,35,67,111,111,107,105,101,66,97,110,110,101,114,2,1,163,103,3,219,0,16,1,14,35,67,111,111,107,105,101,67,111,110,116,114,111,108,2,1,81,13,228,154,0,16,1,16,35,67,111,111,107,105,101,82,101,113,117,101,115,116,101,114,2,1,137,115,70,203,0,16,1,16,35,67,111,111,107,105,101,115,45,119,114,97,112,112,101,114,2,1,61,230,204,243,0,16,1,15,35,67,111,111,107,105,101,115,67,111,110,115,101,110,116,2,1,144,168,138,80,0,16,1,28,35,67,121,98,111,116,67,111,111,107,105,101,98,111,116,68,105,97,108,111,103,87,114,97,112,112,101,114,2,1,156,13,193,72,0,16,1,19,35,69,68,79,67,80,85,66,95,99,111,111,107,105,101,95,98,111,120,2,1,117,214,219,43,0,16,1,20,35,69,80,68,70,84,73,80,83,95,99,111,111,107,105,101,95,98,111,120,2,1,64,68,167,56,0,16,1,10,35,69,85,87,97,114,110,105,110,103,2,1,245,126,215,132,0,16,1,15,35,69,99,117,102,105,108,101,115,67,111,111,107,105,101,2,1,101,161,103,106,0,16,1,7,35,70,73,83,76,67,67,2,3,34,127,133,203,53,157,81,129,94,9,161,220,0,16,1,11,35,71,66,95,111,118,101,114,108,97,121,2,1,150,222,117,98,0,16,1,19,35,71,84,77,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,2,1,56,244,137,251,0,16,1,20,35,73,68,79,67,84,73,80,83,95,99,111,111,107,105,101,95,98,111,120,2,1,64,67,90,122,0,16,1,18,35,76,101,103,97,108,67,111,111,107,105,101,78,111,116,105,99,101,2,1,21,151,242,152,0,16,1,20,35,77,79,65,77,73,78,70,79,95,99,111,111,107,105,101,95,98,111,120,2,1,98,93,94,53,0,16,1,24,35,80,68,70,67,79,70,70,69,69,67,79,77,95,99,111,111,107,105,101,95,98,111,120,2,1,140,173,254,90,0,16,1,12,35,80,79,80,85,80,83,95,82,79,79,84,2,3,66,100,36,225,96,206,140,137,156,236,229,81,0,16,1,3,35,80,80,2,1,105,31,39,15,0,16,1,13,35,80,111,108,105,99,121,78,111,116,105,99,101,2,1,127,15,4,95,0,16,1,13,35,80,111,112,117,112,77,101,115,115,97,103,101,2,3,51,93,239,113,108,171,144,126,148,137,6,150,0,16,1,13,35,80,114,105,118,97,99,121,65,108,101,114,116,2,1,242,84,138,13,0,16,1,14,35,80,114,105,118,97,99,121,78,111,116,105,99,101,2,1,46,195,191,57,0,16,1,9,35,82,101,103,67,84,66,87,70,2,1,53,122,222,224,0,16,1,8,35,83,67,65,104,108,100,114,2,1,131,154,75,13,0,16,1,4,35,83,67,75,2,1,170,207,12,202,0,16,1,13,35,83,116,105,99,107,121,70,111,111,116,101,114,2,1,232,137,10,91,0,16,1,10,35,84,79,85,77,115,103,67,111,110,2,1,42,205,196,40,0,16,1,16,35,84,119,71,105,48,112,79,110,88,98,45,112,97,103,101,2,1,183,243,133,70,0,16,1,19,35,87,66,45,102,108,111,97,116,105,110,103,45,110,111,116,105,99,101,2,1,85,82,99,141,0,16,1,23,35,87,87,70,67,111,111,107,105,101,80,114,105,118,97,99,121,78,111,116,105,99,101,2,1,63,138,212,249,0,0,1,8,35,92,53,102,32,105,67,68,2,1,72,192,247,121,0,16,1,31,35,95,95,77,82,67,85,84,79,85,84,95,65,78,65,76,89,84,73,67,83,95,65,71,82,69,69,77,69,78,84,2,1,136,26,181,207,0,16,1,10,35,95,95,99,111,110,115,101,110,116,2,2,103,149,177,27,105,71,190,19,0,16,1,20,35,95,95,114,112,116,108,45,99,111,111,107,105,101,98,97,110,110,101,114,2,1,90,245,31,203,0,16,1,23,35,95,95,116,101,97,108,105,117,109,73,109,112,108,105,99,105,116,109,111,100,97,108,2,1,38,157,169,194,0,16,1,4,35,95,112,99,2,1,102,25,113,241,0,16,1,10,35,95,116,104,45,116,114,117,115,116,2,1,148,188,122,181,0,16,1,17,35,97,98,114,95,99,111,111,107,105,101,95,109,111,100,97,108,2,1,252,121,77,224,0,16,1,11,35,97,99,45,119,114,97,112,112,101,114,2,1,25,40,56,47,0,16,1,12,35,97,99,98,45,119,114,97,112,112,101,114,2,1,54,162,35,95,0,16,1,9,35,97,99,98,77,111,100,97,108,2,1,127,80,60,78,0,16,1,11,35,97,99,99,45,98,111,116,116,111,109,2,1,234,29,127,76,0,16,1,27,35,97,99,99,101,112,116,45,115,105,112,45,112,111,112,117,112,45,99,111,110,116,97,105,110,101,114,2,1,143,80,200,104,0,16,1,11,35,97,99,99,101,112,116,97,110,99,101,2,2,56,223,186,145,61,242,164,132,0,16,1,10,35,97,99,99,101,112,116,98,97,114,2,1,24,138,209,15,0,16,1,18,35,97,99,102,45,99,111,111,107,105,101,45,110,111,116,105,99,101,2,1,28,245,127,235,0,16,1,16,35,97,99,104,116,117,110,103,45,111,118,101,114,108,97,121,2,1,202,34,230,197,0,16,1,34,35,97,99,107,110,111,119,108,101,100,103,101,67,111,111,107,105,101,115,65,110,100,80,114,105,118,97,99,121,77,111,100,97,108,2,1,117,229,194,45,0,16,1,43,35,97,100,101,118,105,110,116,97,95,99,111,110,115,101,110,116,115,95,99,111,111,107,105,101,115,95,117,110,105,118,101,114,115,97,108,95,119,105,100,103,101,116,2,1,211,97,186,19,0,16,1,23,35,97,100,110,115,95,99,111,111,107,105,101,115,95,99,111,110,116,97,105,110,101,114,2,1,242,69,129,163,0,16,1,17,35,97,100,117,108,116,119,97,114,110,105,110,103,109,97,115,107,2,1,78,189,204,242,0,16,1,27,35,97,101,99,111,109,67,111,111,107,105,101,78,111,116,105,102,105,99,97,116,105,111,110,66,97,114,2,1,126,57,45,209,0,16,1,7,35,97,103,114,101,101,67,2,1,41,136,254,73,0,16,1,16,35,97,103,114,101,101,109,101,110,116,45,97,108,101,114,116,2,1,10,132,94,95,0,16,1,17,35,97,103,114,101,101,109,101,110,116,77,101,115,115,97,103,101,2,2,81,232,100,79,187,4,197,194,0,16,1,14,35,97,103,114,101,101,109,101,110,116,80,97,110,101,2,1,13,244,189,207,0,16,1,24,35,97,105,114,95,99,111,111,107,105,101,108,97,119,95,99,111,110,116,97,105,110,101,114,2,1,209,244,179,145,0,16,1,19,35,97,106,45,112,114,105,118,97,99,121,45,109,101,115,115,97,103,101,2,1,155,8,220,168,0,16,1,6,35,97,108,101,114,116,2,1,189,171,22,69,0,16,1,13,35,97,108,101,114,116,45,98,97,110,110,101,114,2,1,250,131,183,75,0,16,1,61,35,97,108,101,114,116,45,98,97,110,110,101,114,32,62,32,46,121,116,100,45,98,114,111,119,115,101,32,62,32,46,121,116,45,97,108,101,114,116,45,119,105,116,104,45,97,99,116,105,111,110,115,45,114,101,110,100,101,114,101,114,2,1,172,236,226,157,0,16,1,16,35,97,108,101,114,116,45,99,111,110,116,97,105,110,101,114,2,1,31,118,138,19,0,16,1,11,35,97,108,101,114,116,45,110,108,112,100,2,1,110,93,164,241,0,16,1,14,35,97,108,101,114,116,95,109,101,115,115,97,103,101,2,1,77,75,139,37,0,16,1,12,35,97,108,101,114,116,95,109,111,100,97,108,2,1,2,234,2,105,0,16,1,16,35,97,108,101,114,116,109,101,115,115,97,103,101,119,114,112,2,1,98,154,30,221,0,16,1,12,35,97,109,45,98,114,97,110,100,105,110,103,2,5,33,198,201,89,170,26,75,196,198,244,32,76,202,187,42,228,233,205,181,84,0,16,1,13,35,97,110,97,108,121,116,105,99,115,45,105,100,2,1,3,189,126,130,0,16,1,17,35,97,110,97,108,121,116,105,99,115,45,112,114,111,109,112,116,2,1,86,30,113,254,0,16,1,16,35,97,111,77,101,115,115,97,103,101,72,111,108,100,101,114,2,1,194,197,249,174,0,16,1,17,35,97,111,115,45,67,111,111,107,105,101,45,77,111,100,97,108,2,2,84,113,107,92,192,182,248,38,0,16,1,17,35,97,111,115,45,67,111,111,107,105,101,80,111,108,105,99,121,2,2,59,156,56,191,60,198,95,104,0,16,1,23,35,97,114,121,111,115,121,115,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,2,1,194,72,254,230,0,16,1,11,35,97,115,107,112,114,105,118,97,99,121,2,1,171,154,144,255,0,16,1,17,35,98,97,99,107,45,116,111,45,111,108,100,45,115,105,116,101,2,1,133,161,250,65,0,16,1,7,35,98,97,110,110,101,114,2,1,146,197,123,188,0,16,1,24,35,98,97,110,110,101,114,45,111,118,101,114,108,97,121,45,116,111,112,45,112,97,103,101,2,1,138,13,228,226,0,16,1,16,35,98,97,110,110,101,114,45,112,111,108,105,99,105,101,115,2,1,230,192,189,22,0,16,1,14,35,98,97,110,110,101,114,45,115,112,97,99,101,114,2,1,127,218,217,138,0,16,1,14,35,98,97,110,110,101,114,79,118,101,114,108,97,121,2,1,25,88,248,164,0,16,1,8,35,98,97,110,110,101,114,115,2,1,168,114,58,215,0,16,1,30,35,98,97,110,110,105,101,114,101,45,99,111,110,115,101,110,116,101,109,101,110,116,45,116,101,109,111,105,110,115,2,1,223,21,12,90,0,16,1,12,35,98,99,109,112,95,102,111,111,116,101,114,2,1,32,9,211,54,0,16,1,9,35,98,108,97,99,107,111,117,116,2,2,63,118,139,155,229,161,84,51,0,16,1,14,35,98,108,111,99,107,45,98,108,111,99,107,45,54,2,1,11,127,183,29,0,16,1,19,35,98,108,111,99,107,45,99,111,111,107,105,101,110,111,116,105,99,101,2,1,13,142,160,208,0,16,1,19,35,98,108,111,99,107,45,99,111,111,107,105,101,112,111,108,105,99,121,2,1,160,164,24,183,0,16,1,21,35,98,108,111,99,107,45,108,111,110,100,111,110,45,99,111,111,107,105,101,115,2,1,1,101,250,48,0,16,1,21,35,98,108,111,99,107,45,115,101,99,117,114,105,116,121,45,98,108,111,99,107,2,2,86,30,176,168,209,115,119,140,0,16,1,21,35,98,108,111,99,107,45,116,101,114,109,115,111,102,115,101,114,118,105,99,101,2,1,148,187,243,65,0,16,1,10,35,98,108,111,99,107,83,99,114,110,2,1,128,219,244,107,0,16,1,12,35,98,108,111,99,107,115,112,108,97,115,104,2,1,150,21,71,114,0,16,1,12,35,98,108,111,113,117,97,114,95,119,101,98,2,1,30,253,234,31,0,16,1,11,35,98,108,115,95,99,111,111,107,105,101,2,1,73,24,5,44,0,16,1,5,35,98,108,117,114,2,1,106,211,148,149,0,16,1,7,35,98,111,116,110,111,116,2,1,49,112,195,198,0,16,1,12,35,98,111,116,111,110,102,111,111,116,101,114,2,1,131,204,56,65,0,16,1,11,35,98,111,116,116,111,109,45,98,97,114,2,1,220,56,84,2,0,16,1,18,35,98,111,116,116,111,109,45,108,101,102,116,45,109,111,100,97,108,2,1,191,189,199,71,0,16,1,12,35,98,111,116,116,111,109,65,108,101,114,116,2,1,139,189,247,243,0,16,1,14,35,98,111,116,116,111,109,95,110,111,116,105,99,101,2,1,23,223,13,35,0,16,1,10,35,98,111,116,116,111,109,98,97,114,2,1,110,220,177,46,0,16,1,11,35,98,111,120,45,115,104,97,100,111,119,2,1,123,119,193,19,0,16,1,19,35,98,115,45,99,111,111,107,105,101,45,115,101,116,116,105,110,103,115,2,2,12,234,225,47,77,189,208,219,0,16,1,21,35,98,115,103,45,119,105,100,103,101,116,45,99,111,110,116,97,105,110,101,114,2,1,137,76,137,205,0,16,1,21,35,98,116,110,45,112,114,105,118,97,99,121,45,115,101,116,116,105,110,103,115,2,1,55,0,136,2,0,16,1,21,35,98,119,45,99,111,111,107,105,101,45,115,121,115,45,97,99,116,105,118,101,2,1,26,94,197,218,0,16,1,4,35,99,45,50,2,1,38,207,211,75,0,16,1,12,35,99,45,104,111,109,101,45,116,105,112,115,2,1,126,163,250,96,0,16,1,7,35,99,67,73,110,102,111,2,1,127,248,203,116,0,16,1,5,35,99,78,97,103,2,1,208,214,206,196,0,16,1,8,35,99,78,111,116,105,99,101,2,1,38,157,114,59,0,16,1,16,35,99,97,45,99,111,110,115,101,110,116,45,114,111,111,116,2,2,93,91,112,229,241,157,252,180,0,16,1,10,35,99,97,95,98,97,110,110,101,114,2,2,48,153,148,38,115,81,231,254,0,16,1,23,35,99,97,109,112,102,105,114,101,45,99,111,111,107,105,101,45,98,97,110,110,101,114,2,1,114,214,199,55,0,16,1,3,35,99,98,2,2,12,222,128,28,96,119,54,201,0,16,1,11,35,99,98,45,119,114,97,112,112,101,114,2,3,2,134,9,200,39,62,195,221,60,113,49,243,0,16,1,8,35,99,98,97,110,110,101,114,2,1,181,118,99,65,0,16,1,12,35,99,98,111,120,67,111,110,116,101,110,116,2,1,38,157,171,200,0,16,1,9,35,99,99,45,97,108,101,114,116,2,1,93,235,16,202,0,16,1,7,35,99,99,45,98,97,114,2,2,111,185,176,162,229,234,8,39,0,16,1,8,35,99,99,45,99,97,114,100,2,1,45,184,168,38,0,16,1,8,35,99,99,45,99,111,110,116,2,1,32,153,219,87,0,16,1,11,35,99,99,45,111,118,101,114,108,97,121,2,2,78,59,2,64,205,233,15,77,0,16,1,10,35,99,99,45,119,105,110,100,111,119,2,1,149,137,239,149,0,16,1,5,35,99,99,95,98,2,1,50,108,49,231,0,16,1,17,35,99,99,95,99,111,111,107,105,101,95,98,97,110,110,101,114,2,1,159,195,149,255,0,16,1,10,35,99,99,95,100,105,97,108,111,103,2,1,41,219,151,188,0,16,1,4,35,99,99,99,2,1,166,215,159,96,0,16,1,12,35,99,99,110,115,116,95,95,109,97,105,110,2,1,5,188,89,235,0,16,1,20,35,99,99,111,110,115,101,110,116,45,105,110,105,116,45,109,111,100,97,108,2,1,72,34,106,69,0,16,1,17,35,99,99,111,110,115,101,110,116,45,115,101,99,116,105,111,110,2,1,132,11,47,46,0,16,1,5,35,99,99,112,97,2,1,176,191,195,120,0,16,1,12,35,99,99,112,97,95,110,111,116,105,99,101,2,1,249,170,177,247,0,16,1,6,35,99,99,112,111,112,2,1,81,46,64,47,0,16,1,3,35,99,100,2,6,22,142,205,249,33,95,128,52,153,29,153,158,174,234,3,19,192,43,139,104,202,106,5,51,0,16,1,24,35,99,104,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,109,111,100,97,108,2,1,110,15,3,85,0,16,1,34,35,99,104,97,107,114,97,45,116,111,97,115,116,45,109,97,110,97,103,101,114,45,98,111,116,116,111,109,45,114,105,103,104,116,2,1,242,115,12,112,0,16,1,30,35,99,105,103,105,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,99,111,110,116,97,105,110,101,114,2,1,19,125,24,212,0,16,1,5,35,99,105,112,97,2,1,135,125,68,112,0,16,1,28,35,99,105,115,105,111,110,45,99,111,111,107,105,101,45,112,111,108,105,99,121,45,98,97,110,110,101,114,2,1,16,33,135,56,0,16,1,11,35,99,107,45,99,111,110,115,101,110,116,2,1,79,205,181,184,0,16,1,8,35,99,107,45,110,111,116,101,2,1,102,70,23,41,0,16,1,6,35,99,107,87,114,112,2,1,153,160,151,140,0,16,1,6,35,99,107,103,114,101,2,1,253,15,99,223,0,16,1,7,35,99,107,110,100,105,118,2,2,48,177,33,34,146,185,24,103,0,16,1,7,35,99,108,98,95,119,114,2,1,24,168,58,207,0,16,1,22,35,99,109,101,80,101,114,109,105,115,115,105,111,110,81,117,101,115,116,105,111,110,2,1,165,193,167,148,0,16,1,4,35,99,110,98,2,2,55,164,147,32,226,233,98,22,0,16,1,9,35,99,110,98,99,103,100,112,114,2,1,148,192,36,76,0,16,1,6,35,99,110,101,116,99,2,1,130,42,26,103,0,16,1,13,35,99,111,45,99,111,110,116,97,105,110,101,114,2,2,127,46,253,211,244,226,115,124,0,16,1,10,35,99,111,67,111,110,115,101,110,116,2,1,203,80,71,44,0,16,1,12,35,99,111,99,99,45,98,97,110,110,101,114,2,1,122,11,103,51,0,16,1,7,35,99,111,107,105,54,49,2,1,2,105,177,70,0,16,1,11,35,99,111,109,105,110,103,115,111,111,110,2,1,145,70,241,2,0,16,1,14,35,99,111,109,112,45,106,104,115,112,119,109,57,102,2,1,241,8,249,84,0,16,1,11,35,99,111,109,112,108,105,97,110,99,101,2,1,210,100,169,235,0,16,1,18,35,99,111,109,112,108,105,97,110,99,101,45,110,111,116,105,99,101,2,1,148,198,3,208,0,16,1,18,35,99,111,110,100,105,116,105,111,110,97,108,98,97,110,110,101,114,2,1,38,157,28,48,0,16,1,5,35,99,111,110,115,2,1,139,239,166,234,0,16,1,9,35,99,111,110,115,45,112,111,112,2,1,93,101,228,247,0,16,1,20,35,99,111,110,115,101,110,116,45,98,97,110,110,101,114,45,109,97,105,110,2,3,89,231,29,123,165,69,112,175,167,24,184,132,0,16,1,20,35,99,111,110,115,101,110,116,45,98,97,110,110,101,114,45,119,97,108,108,2,1,45,172,229,129,0,16,1,15,35,99,111,110,115,101,110,116,45,100,105,97,108,111,103,2,3,14,130,55,15,42,163,62,219,90,49,176,187,0,16,1,13,35,99,111,110,115,101,110,116,45,102,111,114,109,2,1,104,39,109,189,0,16,1,29,35,99,111,110,115,101,110,116,45,112,108,97,99,101,104,111,108,100,101,114,45,111,110,101,116,114,117,115,116,2,1,177,135,128,20,0,16,1,16,35,99,111,110,115,101,110,116,45,114,101,113,117,101,115,116,2,1,245,61,83,246,0,16,1,25,35,99,111,110,115,101,110,116,45,119,105,100,103,101,116,45,99,111,110,116,97,105,110,101,114,2,1,205,174,84,199,0,16,1,13,35,99,111,110,115,101,110,116,66,108,111,99,107,2,2,55,39,249,63,245,72,107,29,0,16,1,16,35,99,111,110,115,101,110,116,84,114,97,99,107,105,110,103,2,1,67,178,16,9,0,16,1,13,35,99,111,110,115,101,110,116,95,99,111,110,116,2,1,122,171,129,246,0,16,1,15,35,99,111,110,115,101,110,116,95,110,111,116,105,99,101,2,1,55,165,130,176,0,16,1,11,35,99,111,110,115,101,110,116,100,105,118,2,2,94,127,25,92,127,255,85,218,0,16,1,15,35,99,111,110,115,101,110,116,109,97,110,97,103,101,114,2,1,78,157,177,140,0,16,1,23,35,99,111,110,116,97,105,110,101,114,32,62,32,35,116,111,111,108,115,46,95,104,52,2,1,94,99,83,91,0,16,1,16,35,99,111,110,116,97,105,110,101,114,32,62,32,46,100,100,2,1,126,2,196,170,0,16,1,44,35,99,111,110,116,101,110,116,32,62,32,115,112,97,110,32,62,32,46,65,112,112,32,62,32,100,105,118,91,99,108,97,115,115,42,61,34,83,116,97,114,116,34,93,2,1,173,221,244,192,0,16,1,15,35,99,111,110,116,101,110,116,45,112,111,108,105,99,121,2,1,33,184,230,155,0,16,1,25,35,99,111,110,118,101,114,116,114,105,45,115,99,114,105,112,116,45,99,111,110,115,101,110,116,2,1,181,52,61,20,0,16,1,4,35,99,111,111,2,1,211,21,165,40,0,16,1,5,35,99,111,111,107,2,4,23,156,25,136,58,210,55,68,91,68,170,158,129,251,64,148,0,16,1,7,35,99,111,111,107,79,75,2,1,91,21,158,200,0,16,1,13,35,99,111,111,107,105,99,101,45,116,101,120,116,2,1,55,120,114,120,0,16,1,14,35,99,111,111,107,105,101,45,45,77,111,100,97,108,2,1,46,93,62,114,0,16,1,19,35,99,111,111,107,105,101,45,97,99,99,101,112,116,97,110,99,99,101,2,2,59,236,252,130,254,52,84,54,0,16,1,27,35,99,111,111,107,105,101,45,97,112,112,108,105,97,110,99,101,45,112,111,112,117,112,45,98,111,120,2,1,63,118,139,155,0,16,1,20,35,99,111,111,107,105,101,45,98,97,114,45,116,101,109,112,108,97,116,101,2,1,149,164,211,248,0,16,1,19,35,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,97,112,112,2,1,143,111,185,16,0,16,1,26,35,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,98,97,99,107,103,114,111,117,110,100,2,1,150,17,113,217,0,16,1,22,35,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,2,1,95,156,229,149,0,16,1,26,35,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,102,111,114,101,103,114,111,117,110,100,2,1,150,17,113,217,0,16,1,21,35,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,109,111,100,97,108,2,1,40,26,48,107,0,16,1,28,35,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,110,111,116,105,102,105,99,97,116,105,111,110,2,1,51,212,123,200,0,16,1,22,35,99,111,111,107,105,101,45,99,111,110,115,101,110,116,95,95,109,111,100,97,108,2,1,32,74,48,162,0,16,1,13,35,99,111,111,107,105,101,45,99,111,118,101,114,2,1,43,249,227,126,0,16,1,22,35,99,111,111,107,105,101,45,108,97,119,45,98,97,114,45,104,111,108,100,101,114,2,1,107,210,58,234,0,16,1,24,35,99,111,111,107,105,101,45,109,101,115,115,97,103,101,45,115,108,105,100,101,45,105,110,2,1,219,141,156,155,0,16,1,14,35,99,111,111,107,105,101,45,110,111,116,105,99,101,2,3,167,61,116,82,167,154,152,176,174,59,27,62,0,16,1,20,35,99,111,111,107,105,101,45,110,111,116,105,99,101,45,109,111,100,97,108,2,1,207,68,67,54,0,16,1,25,35,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,45,109,97,115,107,2,1,158,18,157,187,0,16,1,26,35,99,111,111,107,105,101,45,112,101,114,109,105,115,115,105,111,110,115,45,102,111,111,116,101,114,2,1,62,219,177,176,0,16,1,16,35,99,111,111,107,105,101,45,115,101,116,116,105,110,103,115,2,2,122,24,52,241,145,115,99,214,0,16,1,26,35,99,111,111,107,105,101,45,115,110,97,99,107,98,97,114,45,99,111,110,116,97,105,110,101,114,2,1,28,217,251,170,0,16,1,14,35,99,111,111,107,105,101,45,115,116,97,116,117,115,2,1,160,8,133,124,0,16,1,12,35,99,111,111,107,105,101,45,119,97,108,108,2,1,60,14,153,161,0,16,1,19,35,99,111,111,107,105,101,66,97,110,110,101,114,72,111,108,100,101,114,2,1,120,144,112,38,0,16,1,17,35,99,111,111,107,105,101,66,97,114,87,114,97,112,112,101,114,2,1,252,169,122,198,0,16,1,10,35,99,111,111,107,105,101,66,111,116,2,1,8,53,57,8,0,16,1,22,35,99,111,111,107,105,101,67,111,110,115,101,110,116,68,105,97,108,111,103,117,101,2,1,19,83,211,173,0,16,1,17,35,99,111,111,107,105,101,67,111,110,115,101,110,116,100,105,118,2,1,136,244,57,177,0,16,1,16,35,99,111,111,107,105,101,70,111,111,116,101,114,77,115,103,2,1,222,59,97,14,0,16,1,11,35,99,111,111,107,105,101,70,111,114,109,2,1,121,193,75,19,0,16,1,18,35,99,111,111,107,105,101,77,111,100,117,108,101,77,111,100,97,108,2,1,236,99,179,245,0,16,1,17,35,99,111,111,107,105,101,78,111,116,105,99,101,83,111,119,119,2,1,16,236,165,249,0,16,1,17,35,99,111,111,107,105,101,80,111,108,105,99,121,87,114,97,112,2,1,239,105,128,197,0,16,1,13,35,99,111,111,107,105,101,82,105,98,98,111,110,2,1,194,252,206,215,0,16,1,15,35,99,111,111,107,105,101,95,98,97,114,95,110,101,119,2,1,237,28,4,52,0,16,1,22,35,99,111,111,107,105,101,95,99,111,109,112,111,110,101,110,116,95,101,109,101,97,2,1,173,155,92,165,0,16,1,16,35,99,111,111,107,105,101,95,100,105,115,97,98,108,101,100,2,1,93,153,179,137,0,16,1,15,35,99,111,111,107,105,101,95,109,97,110,97,103,101,114,2,2,126,207,145,15,242,247,115,243,0,16,1,16,35,99,111,111,107,105,101,98,97,110,110,101,114,95,98,103,2,1,115,193,197,196,0,0,1,20,35,99,111,111,107,105,101,99,111,110,115,101,110,116,92,58,100,101,115,99,2,1,173,144,171,103,0,16,1,30,35,99,111,111,107,105,101,99,111,110,115,101,110,116,119,97,114,110,105,110,103,99,111,110,116,97,105,110,101,114,2,1,160,149,51,222,0,16,1,20,35,99,111,111,107,105,101,110,111,116,105,99,101,95,110,111,116,105,99,101,2,2,57,148,178,149,114,109,209,223,0,16,1,12,35,99,111,111,107,105,101,112,108,97,116,101,2,2,105,32,49,16,220,19,205,202,0,16,1,18,35,99,111,111,107,105,101,115,45,99,111,109,112,111,110,101,110,116,2,1,223,168,181,7,0,16,1,12,35,99,111,111,107,105,101,115,45,108,97,119,2,1,132,106,159,47,0,16,1,22,35,99,111,111,107,105,101,115,45,110,111,116,105,99,101,45,98,97,110,110,101,114,2,1,129,35,171,103,0,16,1,20,35,99,111,111,107,105,101,115,45,115,116,97,114,116,45,109,111,100,97,108,2,1,50,118,15,199,0,16,1,11,35,99,111,111,107,105,101,115,65,100,118,2,1,152,99,123,180,0,16,1,14,35,99,111,111,107,105,101,115,66,97,110,110,101,114,2,1,94,229,32,183,0,16,1,21,35,99,111,111,107,105,101,115,70,111,114,109,67,111,110,116,97,105,110,101,114,2,1,78,171,124,19,0,16,1,21,35,99,111,111,107,105,101,115,79,112,116,105,111,110,115,50,48,50,50,49,50,2,1,11,121,174,162,0,16,1,21,35,99,111,111,107,105,101,115,79,118,101,114,108,97,121,50,48,50,50,49,50,2,1,11,121,174,162,0,16,1,15,35,99,111,111,107,105,101,115,95,111,112,116,95,105,110,2,1,243,151,66,222,0,16,1,20,35,99,111,111,107,105,101,115,95,118,50,95,98,97,99,107,100,114,111,112,2,1,131,201,92,218,0,16,1,13,35,99,111,111,107,105,101,115,108,97,121,101,114,2,1,61,156,8,226,0,16,1,17,35,99,111,111,107,105,101,119,97,108,108,45,109,111,100,97,108,2,1,128,157,205,149,0,16,1,12,35,99,111,112,121,114,105,103,104,116,45,50,2,2,103,21,142,168,149,53,42,243,0,16,1,3,35,99,112,2,4,38,157,32,234,52,202,22,91,127,226,171,129,190,15,141,127,0,16,1,5,35,99,112,111,112,2,1,79,135,205,112,0,16,1,20,35,99,112,115,45,115,104,97,109,97,110,45,110,111,116,105,102,105,101,114,2,1,73,8,226,49,0,16,1,9,35,99,115,45,112,111,112,117,112,2,1,54,39,65,172,0,16,1,30,35,99,116,45,117,108,116,105,109,97,116,101,45,103,100,112,114,45,99,111,111,107,105,101,45,109,111,100,97,108,2,1,86,165,203,187,0,16,1,37,35,99,116,108,48,48,95,112,114,105,118,97,99,121,98,97,110,110,101,114,95,112,110,108,80,114,105,118,97,99,121,80,111,108,105,99,121,2,1,216,4,34,117,0,16,1,23,35,99,117,115,116,111,109,45,99,111,110,115,101,110,116,45,119,114,97,112,112,101,114,2,1,121,177,66,217,0,16,1,23,35,99,117,115,116,111,109,105,122,101,100,45,99,111,110,115,101,110,116,45,115,100,107,2,1,98,29,69,66,0,16,1,3,35,99,119,2,7,2,174,5,31,2,187,232,128,30,42,179,197,32,231,31,223,51,118,71,220,158,195,91,207,221,1,46,114,0,16,1,6,35,99,119,97,114,110,2,1,158,115,123,58,0,16,1,14,35,99,119,97,114,110,105,110,103,112,111,112,117,112,2,1,170,15,203,178,0,16,1,16,35,99,120,45,110,111,116,105,102,105,99,97,116,105,111,110,2,1,38,157,45,86,0,16,1,14,35,99,120,45,116,99,45,119,114,97,112,112,101,114,2,1,38,157,45,86,0,16,1,5,35,99,120,99,120,2,1,229,83,0,123,0,16,1,16,35,100,97,45,102,108,111,97,116,45,99,111,111,107,105,101,2,1,159,209,187,106,0,16,1,9,35,100,97,114,107,66,97,99,107,2,1,251,77,241,249,0,16,1,14,35,100,97,116,97,95,112,114,105,118,95,98,97,114,2,1,167,52,161,168,0,16,1,14,35,100,98,100,109,45,45,109,101,115,115,97,103,101,2,1,38,157,30,10,0,16,1,6,35,100,100,100,104,104,2,1,102,125,66,89,0,16,1,13,35,100,101,109,111,45,111,118,101,114,108,97,121,2,1,181,118,4,28,0,16,1,16,35,100,101,115,105,103,110,45,115,119,105,116,99,104,101,114,2,1,57,233,33,131,0,16,1,20,35,100,105,97,108,111,103,95,110,111,116,105,102,105,99,97,116,105,111,110,2,1,124,186,98,127,0,16,1,23,35,100,105,97,108,111,103,98,111,120,95,99,111,111,107,105,101,112,111,108,105,99,121,2,1,68,223,10,44,0,16,1,18,35,100,105,115,97,98,108,101,66,97,99,107,103,114,111,117,110,100,2,1,18,204,188,73,0,16,1,8,35,100,105,115,99,45,98,103,2,1,5,45,46,184,0,16,1,15,35,100,105,115,99,108,97,105,109,101,114,45,98,97,114,2,1,127,189,43,15,0,16,1,21,35,100,105,115,99,108,97,105,109,101,114,45,99,111,110,116,97,105,110,101,114,2,1,11,95,77,153,0,16,1,11,35,100,105,115,110,101,121,45,116,111,117,2,1,128,243,190,140,0,16,1,19,35,100,105,118,45,97,108,101,114,116,115,45,119,114,97,112,112,101,114,2,1,1,213,73,44,0,16,1,21,35,100,105,118,66,111,116,116,111,109,83,116,105,99,107,121,76,97,121,101,114,2,1,34,34,243,187,0,16,1,6,35,100,105,118,67,77,2,1,173,212,164,84,0,16,1,11,35,100,105,118,77,101,115,115,97,103,101,2,1,80,146,38,161,0,16,1,10,35,100,105,118,78,82,77,97,105,110,2,1,86,103,250,120,0,16,1,23,35,100,105,118,78,111,116,105,102,105,99,97,116,105,111,110,83,101,99,116,105,111,110,2,1,67,202,8,222,0,16,1,9,35,100,105,118,80,111,112,117,112,2,1,207,232,251,42,0,16,1,8,35,100,109,80,111,112,117,112,2,1,43,83,160,26,0,16,1,12,35,100,109,80,111,112,117,112,77,97,115,107,2,1,43,83,160,26,0,16,1,22,35,100,111,98,98,105,101,115,95,99,111,111,107,105,101,95,119,105,100,103,101,116,2,1,203,187,185,96,0,16,1,25,35,100,114,117,112,97,108,111,114,103,45,99,114,111,115,115,115,105,116,101,45,103,100,112,114,2,1,230,60,188,49,0,16,1,13,35,101,97,112,112,115,45,99,111,111,107,105,101,2,1,232,87,14,154,0,16,1,17,35,101,97,115,121,78,111,116,105,102,105,99,97,116,105,111,110,2,1,167,80,3,197,0,16,1,10,35,101,99,108,95,111,117,116,101,114,2,1,199,222,127,189,0,16,1,5,35,101,99,109,114,2,1,131,161,133,143,0,16,1,17,35,101,105,98,45,112,111,112,117,112,45,112,111,108,105,99,121,2,1,160,163,253,225,0,16,1,28,35,101,108,101,109,101,110,116,111,114,45,112,111,112,117,112,45,109,111,100,97,108,45,49,54,55,56,49,2,1,227,33,244,132,0,16,1,16,35,101,109,67,111,111,107,105,101,87,114,97,112,112,101,114,2,1,50,22,245,210,0,16,1,17,35,101,110,106,111,121,83,111,109,101,67,111,111,107,105,101,115,2,1,173,211,6,128,0,16,1,35,35,101,110,108,105,118,121,45,107,105,116,45,99,111,111,107,105,101,45,112,111,108,105,99,121,45,99,111,110,116,97,105,110,101,114,2,1,126,155,10,2,0,16,1,15,35,101,110,116,101,114,83,105,116,101,77,111,100,97,108,2,1,56,147,120,105,0,16,1,28,35,101,110,116,114,121,45,99,111,110,116,101,110,116,95,95,102,111,111,116,101,114,45,112,111,112,117,112,2,1,38,157,176,41,0,16,1,13,35,101,112,45,99,111,110,116,97,105,110,101,114,2,1,233,79,221,243,0,16,1,4,35,101,112,98,2,7,51,158,99,180,86,103,250,120,87,193,19,12,126,243,116,92,134,169,69,163,148,186,130,170,148,193,134,49,0,16,1,7,35,101,116,114,112,111,112,2,1,79,188,255,171,0,16,1,23,35,101,117,95,99,111,111,107,105,101,95,105,110,115,116,114,117,99,116,105,111,110,115,2,1,10,115,9,78,0,16,1,20,35,101,117,114,111,112,101,95,99,111,111,107,105,101,115,95,115,105,104,116,2,1,62,42,140,141,0,16,1,23,35,101,120,112,97,110,100,101,114,45,104,101,97,100,101,114,45,116,101,97,115,101,114,2,1,57,1,75,85,0,16,1,5,35,102,97,100,101,2,1,148,193,181,139,0,16,1,13,35,102,101,101,100,98,97,99,107,45,98,97,114,2,1,245,48,53,200,0,16,1,23,35,102,105,100,101,115,45,98,97,110,110,101,114,45,99,111,110,116,97,105,110,101,114,2,3,36,226,56,191,146,136,208,33,185,191,66,209,0,16,1,14,35,102,105,100,101,115,45,111,118,101,114,108,97,121,2,1,203,80,115,129,0,16,1,13,35,102,105,120,101,100,45,102,111,111,116,101,114,2,1,230,175,199,189,0,16,1,12,35,102,105,120,101,100,70,111,111,116,101,114,2,1,140,204,121,235,0,16,1,21,35,102,108,111,97,116,45,118,101,114,116,105,99,97,108,45,112,97,110,101,108,2,1,108,74,161,145,0,16,1,13,35,102,111,111,116,77,115,103,89,111,100,105,122,2,1,128,135,57,229,0,16,1,7,35,102,111,111,116,101,114,2,3,4,198,57,255,28,135,0,154,159,39,33,197,0,16,1,14,35,102,111,111,116,101,114,45,98,97,110,110,101,114,2,1,56,226,71,185,0,16,1,21,35,102,111,111,116,101,114,45,99,111,111,107,105,101,45,98,97,110,110,101,114,2,1,117,250,81,66,0,16,1,14,35,102,111,111,116,101,114,45,109,97,105,108,101,114,2,1,170,81,57,134,0,16,1,15,35,102,111,111,116,101,114,45,109,101,115,115,97,103,101,2,1,171,31,245,239,0,16,1,15,35,102,111,111,116,101,114,45,111,118,101,114,108,97,121,2,1,79,154,223,70,0,16,1,10,35,102,111,111,116,101,114,68,79,77,2,1,130,241,84,9,0,16,1,14,35,102,111,111,116,101,114,87,105,100,103,101,116,115,2,1,99,205,254,154,0,16,1,15,35,102,111,111,116,101,114,95,103,111,111,100,95,105,100,2,1,84,247,43,51,0,16,1,15,35,102,111,111,116,101,114,95,111,118,101,114,108,97,121,2,1,126,4,172,230,0,16,1,8,35,102,111,111,116,101,114,114,2,1,13,104,27,59,0,16,1,12,35,102,111,114,109,45,112,111,112,117,112,115,2,1,148,176,192,250,0,16,1,17,35,102,114,101,95,99,111,111,107,105,101,95,109,111,100,97,108,2,1,141,126,153,33,0,16,1,12,35,102,114,111,115,109,111,80,111,112,117,112,2,1,54,19,76,206,0,16,1,3,35,102,116,2,1,190,210,148,161,0,16,1,30,35,102,117,108,108,95,115,99,114,101,101,110,95,100,105,118,95,99,111,111,107,105,101,115,95,108,97,121,101,114,2,1,137,228,27,156,0,16,1,19,35,102,117,108,108,115,99,114,101,101,110,45,111,118,101,114,108,97,121,2,1,247,55,42,202,0,16,1,36,35,103,98,32,62,32,100,105,118,91,115,116,121,108,101,42,61,34,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,34,93,2,1,207,20,153,51,0,16,1,25,35,103,100,112,114,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,2,1,126,83,1,32,0,16,1,15,35,103,100,112,114,66,97,110,110,101,114,82,111,111,116,2,1,156,203,199,85,0,16,1,22,35,103,100,112,114,95,98,97,110,110,101,114,95,99,111,110,116,97,105,110,101,114,2,1,60,67,201,224,0,16,1,22,35,103,100,112,114,95,99,111,111,107,105,101,45,109,97,105,110,87,114,97,112,112,2,1,16,95,181,31,0,16,1,11,35,103,100,112,114,95,110,111,116,101,115,2,1,23,109,57,230,0,16,1,7,35,103,100,112,114,98,120,2,2,20,194,156,179,199,72,99,161,0,16,1,12,35,103,108,111,98,97,108,101,114,114,111,114,2,1,127,4,122,234,0,16,1,19,35,103,108,111,98,97,108,110,111,116,105,102,105,99,97,116,105,111,110,2,1,32,194,113,206,0,16,1,8,35,103,114,101,121,111,117,116,2,1,100,122,5,83,0,16,1,10,35,103,114,111,119,108,115,45,98,114,2,1,133,161,172,123,0,16,1,8,35,103,117,97,99,66,103,50,2,1,105,36,157,117,0,16,1,18,35,103,117,105,95,99,111,111,107,105,101,95,112,111,108,105,99,121,2,1,103,107,8,13,0,16,1,18,35,104,101,97,100,101,114,45,112,111,112,117,112,45,105,110,102,111,2,1,153,63,27,126,0,16,1,17,35,104,101,97,100,101,114,49,95,111,118,101,114,108,97,121,50,2,1,3,186,16,189,0,16,1,14,35,104,101,97,100,101,114,95,104,105,103,104,101,114,2,1,61,75,212,43,0,16,1,15,35,104,101,97,100,101,114,95,109,101,115,115,97,103,101,2,1,65,225,206,194,0,16,1,18,35,104,101,97,100,101,114,98,97,114,95,112,114,105,118,97,99,121,2,1,126,57,87,81,0,16,1,9,35,104,101,108,108,111,98,97,114,2,1,69,148,225,240,0,16,1,20,35,104,101,114,111,101,115,112,114,111,102,105,108,101,45,97,108,101,114,116,2,1,194,228,81,253,0,16,1,15,35,104,111,109,101,86,105,115,105,116,80,111,112,117,112,2,1,244,41,207,226,0,16,1,26,35,104,115,45,101,117,45,99,111,111,107,105,101,45,99,111,110,102,105,114,109,97,116,105,111,110,2,1,228,123,234,223,0,16,1,16,35,104,119,45,99,111,111,107,105,101,45,97,108,101,114,116,2,1,193,58,148,108,0,16,1,5,35,105,98,111,120,2,1,158,32,155,87,0,16,1,3,35,105,99,2,1,72,131,61,83,0,16,1,17,35,105,109,112,111,114,116,97,110,116,45,110,111,116,105,99,101,2,5,0,113,152,109,92,192,45,133,109,231,231,56,231,76,117,34,246,162,37,91,0,16,1,9,35,105,110,102,111,45,98,97,114,2,1,171,53,103,158,0,16,1,11,35,105,110,102,111,45,109,111,100,97,108,2,1,2,108,177,28,0,16,1,8,35,105,110,102,111,66,97,114,2,1,209,6,0,230,0,16,1,16,35,105,110,102,111,95,49,54,53,54,55,49,56,54,50,54,2,1,207,144,193,206,0,16,1,8,35,105,110,102,111,98,97,114,2,1,33,6,151,119,0,16,1,19,35,105,110,102,111,114,109,97,116,105,111,110,45,99,108,97,117,115,101,2,1,252,104,85,13,0,16,1,23,35,105,110,106,101,99,116,101,100,95,99,111,111,107,105,101,95,110,111,116,105,99,101,2,1,0,28,121,78,0,16,1,6,35,105,110,110,101,114,2,1,145,159,144,250,0,16,1,18,35,105,117,98,101,110,100,97,45,99,115,45,98,97,110,110,101,114,2,1,151,116,10,166,0,16,1,27,35,106,98,45,110,111,116,105,102,105,99,97,116,105,111,110,115,45,99,111,110,116,97,105,110,101,114,2,1,229,6,212,131,0,16,1,28,35,106,109,115,95,95,99,111,111,107,105,101,45,99,111,110,115,101,110,116,95,95,115,99,114,101,101,110,2,1,38,157,61,109,0,16,1,25,35,106,115,45,83,73,69,87,83,49,108,105,98,45,104,101,97,100,101,114,45,66,97,115,101,2,1,51,18,194,210,0,16,1,15,35,106,115,45,99,99,112,97,45,100,105,97,108,111,103,2,1,174,11,202,132,0,16,1,18,35,106,115,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,2,1,254,125,73,131,0,16,1,19,35,106,115,45,99,111,110,115,101,110,116,45,119,114,97,112,112,101,114,2,1,171,22,32,193,0,16,1,11,35,106,115,45,99,111,111,107,105,101,115,2,1,22,30,253,137,0,16,1,10,35,106,115,45,102,111,111,116,101,114,2,1,127,13,188,221,0,16,1,25,35,106,115,45,112,114,105,118,97,99,121,45,112,111,108,105,99,121,45,98,97,110,110,101,114,2,1,208,96,223,68,0,16,1,14,35,106,115,45,115,116,105,99,107,121,104,101,97,100,2,1,229,196,177,91,0,16,1,7,35,106,115,71,68,82,80,2,1,70,199,201,161,0,16,1,23,35,106,115,95,100,97,116,97,78,110,111,116,105,99,101,66,97,99,107,100,114,111,112,2,1,56,58,42,232,0,16,1,19,35,106,115,95,100,97,116,97,78,110,111,116,105,99,101,66,116,110,115,2,1,56,58,42,232,0,16,1,20,35,106,117,110,111,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,2,2,111,249,244,30,133,167,177,255,0,16,1,22,35,107,101,116,99,104,45,99,111,110,115,101,110,116,45,111,118,101,114,108,97,121,2,1,171,135,82,131,0,16,1,23,35,107,116,45,108,97,121,111,117,116,45,105,100,95,101,51,99,52,56,101,45,101,52,2,1,21,91,117,204,0,16,1,13,35,108,97,110,121,97,114,100,95,114,111,111,116,2,1,179,15,115,213,0,16,1,20,35,108,98,103,97,110,97,108,121,116,105,99,115,67,111,111,107,105,101,115,2,1,30,174,40,32,0,16,1,13,35,108,101,103,97,108,45,110,111,116,105,99,101,2,1,173,216,122,179,0,16,1,19,35,108,101,103,97,108,45,110,111,116,105,102,105,99,97,116,105,111,110,2,1,151,213,11,76,0,16,1,16,35,108,101,103,97,108,76,105,103,104,116,66,108,111,99,107,2,1,20,218,141,182,0,16,1,9,35,108,101,103,97,108,98,97,114,2,1,38,157,140,187,0,16,1,14,35,108,101,103,97,108,99,111,110,99,101,114,110,115,2,1,202,38,48,167,0,16,1,13,35,108,105,115,116,45,98,117,105,108,100,101,114,2,1,17,65,79,74,0,16,1,14,35,108,105,120,88,79,45,99,111,111,107,105,101,115,2,1,146,115,187,40,0,16,1,8,35,108,111,97,100,105,110,103,2,1,35,188,171,184,0,16,1,10,35,108,111,103,103,101,100,98,97,114,2,1,172,134,138,217,0,16,1,6,35,108,121,99,111,107,2,1,80,240,183,92,0,16,1,19,35,109,97,115,116,45,110,111,116,105,102,105,99,97,116,105,111,110,115,2,1,38,157,108,57,0,16,1,11,35,109,98,99,45,112,111,108,105,99,121,2,1,247,76,201,190,0,16,1,11,35,109,99,95,116,111,112,95,98,97,114,2,1,55,207,204,195,0,16,1,9,35,109,99,98,45,119,114,97,112,2,4,19,26,73,70,125,165,86,94,136,239,22,8,174,237,188,148,0,16,1,16,35,109,100,45,99,111,111,107,105,101,110,111,116,105,99,101,2,1,160,228,118,219,0,16,1,13,35,109,101,101,114,107,97,116,45,119,114,97,112,2,1,60,196,60,17,0,16,1,14,35,109,101,114,117,45,99,99,45,45,109,97,105,110,2,1,55,242,243,237,0,16,1,8,35,109,101,115,115,97,103,101,2,5,38,157,170,60,91,24,202,123,92,44,154,175,104,221,178,234,245,29,55,226,0,16,1,11,35,109,101,115,115,97,103,101,66,97,114,2,1,81,246,76,217,0,16,1,9,35,109,101,115,115,97,103,101,115,2,1,237,13,40,206,0,16,1,14,35,109,101,115,115,97,103,101,115,45,99,111,110,116,2,1,94,179,70,99,0,16,1,10,35,109,103,119,99,115,67,110,116,114,2,1,66,56,153,165,0,16,1,13,35,109,105,45,99,111,110,116,97,105,110,101,114,2,1,226,191,16,157,0,16,1,29,35,109,105,115,115,107,101,121,45,103,97,45,99,111,111,107,105,101,45,97,99,99,101,112,116,45,98,97,114,2,1,182,52,124,248,0,16,1,20,35,109,109,95,99,99,95,109,111,100,97,108,95,111,118,101,114,108,97,121,2,1,16,253,247,217,0,16,1,19,35,109,111,100,97,108,45,51,118,117,102,104,101,49,56,122,48,107,100,2,1,127,64,129,76,0,16,1,16,35,109,111,100,97,108,45,97,103,114,101,101,109,101,110,116,2,1,127,55,89,226,0,16,1,17,35,109,111,100,97,108,45,98,97,99,107,103,114,111,117,110,100,2,1,20,202,172,247,0,16,1,21,35,109,111,100,97,108,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,2,1,87,122,166,180,0,16,1,19,35,109,111,100,97,108,45,99,111,110,115,101,110,116,45,105,110,105,116,2,1,126,2,242,199,0,16,1,16,35,109,111,100,97,108,45,99,111,110,116,97,105,110,101,114,2,1,104,204,196,226,0,16,1,11,35,109,111,100,97,108,45,109,97,115,107,2,1,246,18,233,105,0,16,1,14,35,109,111,100,97,108,45,111,118,101,114,108,97,121,2,2,20,202,172,247,64,164,194,251,0,16,1,11,35,109,111,100,97,108,45,114,111,111,116,2,1,57,187,45,152,0,16,1,13,35,109,111,100,97,108,67,111,110,115,101,110,116,2,1,203,127,182,97,0,16,1,10,35,109,111,100,97,108,77,97,105,110,2,1,64,164,194,251,0,16,1,16,35,109,111,100,97,108,95,99,111,110,116,97,105,110,101,114,2,1,171,13,106,51,0,16,1,13,35,109,115,103,66,111,120,95,101,114,114,111,114,2,1,220,205,54,105,0,16,1,6,35,109,115,103,98,103,2,1,45,220,181,157,0,16,1,11,35,109,115,103,119,114,97,112,112,101,114,2,1,93,132,27,114,0,16,1,19,35,109,121,45,119,101,108,99,111,109,101,45,109,101,115,115,97,103,101,2,3,23,81,226,91,116,137,184,246,198,82,168,245,0,16,1,8,35,109,121,65,108,101,114,116,2,1,149,32,240,85,0,16,1,8,35,109,121,77,111,100,97,108,2,4,107,68,125,177,127,70,21,97,154,29,69,184,160,164,11,110,0,16,1,7,35,110,97,118,98,97,114,2,1,182,35,187,171,0,16,1,3,35,110,98,2,1,171,73,174,159,0,16,1,8,35,110,98,97,95,116,111,115,2,1,38,157,76,97,0,16,1,5,35,110,101,119,115,2,1,166,85,132,10,0,16,1,17,35,110,101,120,116,99,114,101,66,111,116,68,105,97,108,111,103,2,1,16,182,33,185,0,16,1,9,35,110,102,97,77,111,100,97,108,2,2,54,219,196,194,80,23,107,80,0,16,1,9,35,110,102,97,80,111,112,117,112,2,2,54,219,196,194,80,23,107,80,0,16,1,7,35,110,111,109,110,111,109,2,1,251,217,156,112,0,16,1,12,35,110,111,116,105,99,101,77,111,100,97,108,2,1,252,246,69,222,0,16,1,12,35,110,111,116,105,99,101,80,97,110,101,108,2,1,181,51,42,25,0,16,1,14,35,110,111,116,105,99,101,95,98,97,110,110,101,114,2,1,38,157,25,55,0,16,1,14,35,110,111,116,105,99,101,100,105,118,119,114,97,112,2,1,231,103,10,228,0,16,1,8,35,110,111,116,105,99,101,115,2,1,167,98,208,215,0,16,1,13,35,110,111,116,105,102,105,99,97,116,105,111,110,2,4,34,88,75,25,62,56,103,74,93,193,224,166,252,173,111,182,0,16,1,18,35,110,111,116,105,102,105,99,97,116,105,111,110,45,97,114,101,97,2,1,64,197,237,153,0,16,1,17,35,110,111,116,105,102,105,99,97,116,105,111,110,45,98,97,114,2,1,1,133,168,177,0,16,1,18,35,110,111,116,105,102,105,99,97,116,105,111,110,45,99,111,110,116,2,1,228,160,130,25,0,16,1,20,35,110,111,116,105,102,105,99,97,116,105,111,110,45,102,111,111,116,101,114,2,1,172,236,226,157,0,16,1,19,35,110,111,116,105,102,105,99,97,116,105,111,110,45,108,101,103,97,108,2,1,38,157,25,55,0,16,1,27,35,110,111,116,105,102,105,99,97,116,105,111,110,45,109,115,103,45,99,111,110,116,97,105,110,101,114,2,1,216,234,166,224,0,16,1,21,35,110,111,116,105,102,105,99,97,116,105,111,110,45,119,114,97,112,112,101,114,2,1,123,172,179,48,0,16,1,18,35,110,111,116,105,102,105,99,97,116,105,111,110,80,111,112,117,112,2,1,171,215,41,225,0,16,1,14,35,110,111,116,105,102,105,99,97,116,105,111,110,115,2,1,73,92,111,165,0,16,1,7,35,110,111,116,105,102,121,2,2,24,81,162,123,35,25,18,146,0,16,1,17,35,110,111,116,105,102,121,45,99,111,110,116,97,105,110,101,114,2,6,30,53,228,114,59,173,209,98,87,16,195,149,144,207,25,56,229,255,51,187,243,130,160,192,0,16,1,29,35,110,111,116,121,95,98,111,116,116,111,109,95,108,97,121,111,117,116,95,99,111,110,116,97,105,110,101,114,2,1,249,94,235,88,0,16,1,26,35,110,111,116,121,95,108,97,121,111,117,116,95,95,98,111,116,116,111,109,67,101,110,116,101,114,2,1,110,82,91,41,0,16,1,25,35,110,111,116,121,95,108,97,121,111,117,116,95,95,98,111,116,116,111,109,82,105,103,104,116,2,1,134,231,142,80,0,16,1,23,35,110,111,118,97,112,100,102,95,97,99,99,101,112,116,95,99,111,111,107,105,101,115,2,1,76,72,30,32,0,16,1,18,35,110,115,99,109,115,98,111,120,98,111,120,115,105,109,112,108,101,2,1,209,228,248,145,0,16,1,13,35,110,116,95,99,111,110,116,97,105,110,101,114,2,1,171,32,164,45,0,16,1,12,35,110,118,117,45,99,111,110,115,101,110,116,2,1,202,34,137,250,0,16,1,24,35,110,119,104,95,102,111,111,116,101,114,95,98,97,110,110,101,114,95,108,101,103,97,108,2,1,207,165,27,176,0,16,1,15,35,111,98,108,105,103,97,116,105,111,110,45,98,97,114,2,1,237,79,8,129,0,16,1,24,35,111,102,102,99,97,110,118,97,115,67,111,111,107,105,101,115,67,111,110,115,101,110,116,2,1,99,34,92,56,0,16,1,3,35,111,108,2,1,152,33,98,95,0,16,1,9,35,111,112,116,45,102,111,114,109,2,1,128,44,222,159,0,16,1,7,35,111,112,116,45,105,110,2,1,213,150,123,21,0,16,1,25,35,111,112,116,97,110,111,110,45,109,105,110,105,109,105,122,101,45,119,114,97,112,112,101,114,2,1,78,5,40,48,0,16,1,13,35,111,112,116,105,110,45,111,112,116,111,117,116,2,1,186,186,86,65,0,16,1,8,35,111,114,101,106,105,109,101,2,1,147,229,119,248,0,16,1,21,35,111,115,97,110,111,67,117,115,116,111,109,68,105,97,108,111,103,68,105,118,2,3,59,150,158,23,222,180,72,193,226,226,8,107,0,16,1,11,35,111,116,45,115,100,107,45,98,116,110,2,3,81,104,112,161,128,104,78,33,216,249,249,65,0,16,1,14,35,111,117,116,101,114,45,99,111,110,115,101,110,116,2,2,144,85,68,136,153,194,11,144,0,16,1,5,35,111,118,101,114,2,1,144,189,64,91,0,16,1,19,35,111,118,101,114,97,108,121,95,100,121,95,109,101,115,115,97,103,101,2,1,135,125,156,136,0,16,1,17,35,111,118,101,114,98,111,120,45,112,111,108,105,116,105,99,97,2,1,90,71,143,93,0,16,1,9,35,111,118,101,114,98,111,120,51,2,2,16,105,217,24,216,206,104,73,0,16,1,11,35,111,118,101,114,108,97,121,45,98,103,2,1,139,19,75,34,0,16,1,12,35,111,118,101,114,108,97,121,77,97,115,107,2,1,23,127,184,248,0,16,1,14,35,111,119,110,105,100,45,99,111,110,115,101,110,116,2,1,126,250,201,239,0,16,1,19,35,112,97,103,101,45,45,97,114,101,97,95,95,98,111,116,116,111,109,2,1,182,146,118,118,0,16,1,13,35,112,97,103,101,45,100,105,115,97,98,108,101,2,1,9,108,100,12,0,16,1,11,35,112,97,103,101,98,97,110,110,101,114,2,1,58,15,156,243,0,16,1,25,35,112,98,45,110,97,118,98,97,114,45,99,111,111,107,105,101,115,45,97,99,99,101,112,116,2,1,124,222,184,25,0,16,1,9,35,112,100,102,101,95,99,109,112,2,1,159,124,143,95,0,16,1,21,35,112,104,111,98,115,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,2,1,120,60,40,116,0,16,1,23,35,112,105,95,116,114,97,99,107,105,110,103,95,111,112,116,95,105,110,95,100,105,118,2,1,12,54,40,11,0,16,1,23,35,112,105,101,110,115,97,67,111,111,107,105,101,65,99,99,101,112,116,97,110,99,101,2,1,251,230,230,138,0,16,1,9,35,112,105,120,101,108,112,111,112,2,1,40,13,45,232,0,16,1,15,35,112,108,100,110,45,100,101,101,112,45,108,105,110,107,2,1,57,219,238,22,0,16,1,15,35,112,108,117,103,105,110,45,99,111,110,115,101,110,116,2,1,127,222,229,125,0,16,1,7,35,112,111,108,103,112,114,2,1,248,152,214,14,0,16,1,9,35,112,111,108,105,99,105,101,115,2,1,0,0,104,138,0,16,1,7,35,112,111,108,105,99,121,2,3,112,75,87,60,127,117,110,200,208,55,205,100,0,16,1,11,35,112,111,108,105,99,121,45,98,97,114,2,1,148,181,80,105,0,16,1,12,35,112,111,108,105,99,121,45,105,110,102,111,2,2,194,246,56,226,249,228,123,12,0,16,1,15,35,112,111,108,105,99,121,45,109,101,115,115,97,103,101,2,1,129,82,11,196,0,16,1,20,35,112,111,108,105,99,121,45,110,111,116,105,102,105,99,97,116,105,111,110,2,1,65,237,17,214,0,16,1,15,35,112,111,108,105,99,121,95,119,114,97,112,112,101,114,2,1,38,157,76,97,0,16,1,9,35,112,111,108,105,116,105,99,97,2,1,1,124,117,21,0,16,1,7,35,112,111,112,45,117,112,2,1,253,103,195,179,0,16,1,14,35,112,111,112,45,117,112,45,102,111,111,116,101,114,2,1,239,111,190,164,0,16,1,11,35,112,111,112,95,119,104,111,108,101,115,2,1,93,39,185,155,0,16,1,14,35,112,111,112,95,119,104,111,108,101,115,95,98,103,2,1,93,39,185,155,0,16,1,18,35,112,111,112,105,45,110,111,116,105,102,105,99,97,116,105,111,110,2,1,31,89,158,216,0,16,1,10,35,112,111,112,105,65,108,101,114,116,2,1,1,4,236,4,0,16,1,15,35,112,111,112,109,97,107,101,45,51,55,56,49,52,57,2,1,97,155,181,104,0,16,1,16,35,112,111,112,117,112,45,98,111,120,45,116,101,114,109,115,2,1,17,65,79,74,0,16,1,7,35,112,111,112,117,112,49,2,1,82,39,15,77,0,16,1,16,35,112,111,112,117,112,68,105,115,99,108,97,105,109,101,114,2,1,1,88,67,209,0,16,1,12,35,112,111,112,117,112,98,97,110,110,101,114,2,1,234,232,200,255,0,16,1,10,35,112,112,45,102,111,111,116,101,114,2,1,153,39,63,252,0,16,1,8,35,112,112,45,105,110,102,111,2,2,55,178,0,195,148,196,54,167,0,16,1,5,35,112,112,95,98,2,2,7,79,41,89,18,200,164,154,0,16,1,8,35,112,112,95,105,110,102,111,2,2,127,141,217,77,128,97,98,252,0,16,1,11,35,112,112,95,111,118,101,114,108,97,121,2,2,127,141,217,77,128,97,98,252,0,16,1,13,35,112,112,116,111,117,45,115,116,105,99,107,121,2,1,61,40,203,254,0,16,1,12,35,112,114,97,106,105,116,117,114,101,108,101,2,1,46,171,36,206,0,16,1,10,35,112,114,101,108,111,97,100,101,114,2,1,44,223,90,149,0,16,1,18,35,112,114,101,115,116,105,116,105,97,108,45,104,97,110,100,108,101,2,1,242,197,89,199,0,16,1,8,35,112,114,105,118,97,99,121,2,6,127,222,229,124,158,99,117,81,177,135,51,28,195,241,53,30,198,8,159,186,210,221,70,218,0,16,1,18,35,112,114,105,118,97,99,121,45,97,103,114,101,101,109,101,110,116,2,1,91,81,130,167,0,16,1,16,35,112,114,105,118,97,99,121,45,99,104,111,105,99,101,115,2,1,15,96,232,60,0,16,1,23,35,112,114,105,118,97,99,121,45,99,104,111,105,99,101,115,45,98,97,110,110,101,114,2,1,59,241,98,89,0,16,1,20,35,112,114,105,118,97,99,121,45,100,97,116,97,45,110,111,116,105,99,101,2,1,32,202,47,124,0,16,1,12,35,112,114,105,118,97,99,121,45,100,105,118,2,1,226,15,65,51,0,16,1,15,35,112,114,105,118,97,99,121,45,104,101,97,100,101,114,2,1,51,18,194,210,0,16,1,16,35,112,114,105,118,97,99,121,45,109,97,110,97,103,101,114,2,1,41,208,31,171,0,16,1,22,35,112,114,105,118,97,99,121,45,109,97,110,97,103,101,114,45,112,111,112,105,110,2,1,71,51,110,153,0,16,1,16,35,112,114,105,118,97,99,121,45,109,101,115,115,97,103,101,2,1,14,107,203,107,0,16,1,14,35,112,114,105,118,97,99,121,45,109,111,100,97,108,2,2,17,107,167,89,91,213,167,92,0,16,1,15,35,112,114,105,118,97,99,121,45,110,111,116,105,99,101,2,3,111,229,82,7,120,48,152,127,160,163,240,118,0,16,1,21,35,112,114,105,118,97,99,121,45,110,111,116,105,102,105,99,97,116,105,111,110,2,1,103,187,161,19,0,16,1,25,35,112,114,105,118,97,99,121,45,112,111,108,105,99,121,45,99,111,110,116,97,105,110,101,114,2,1,171,127,201,19,0,16,1,22,35,112,114,105,118,97,99,121,45,112,111,108,105,99,121,45,112,114,111,109,112,116,2,1,191,119,218,75,0,16,1,22,35,112,114,105,118,97,99,121,45,112,111,108,105,99,121,45,115,116,105,99,107,121,2,1,81,161,61,81,0,16,1,18,35,112,114,105,118,97,99,121,45,112,111,112,117,112,45,109,115,103,2,1,198,205,141,184,0,16,1,24,35,112,114,105,118,97,99,121,45,115,101,116,116,105,110,103,115,45,112,114,111,109,112,116,2,1,28,208,131,57,0,16,1,16,35,112,114,105,118,97,99,121,45,119,97,114,110,105,110,103,2,1,117,61,119,88,0,16,1,11,35,112,114,105,118,97,99,121,68,105,118,2,1,55,5,7,88,0,16,1,14,35,112,114,105,118,97,99,121,78,111,116,105,99,101,2,1,209,140,191,91,0,16,1,24,35,112,114,105,118,97,99,121,80,111,108,105,99,121,65,99,99,101,112,116,70,111,114,109,2,1,143,101,160,90,0,16,1,14,35,112,114,105,118,97,99,121,85,112,100,97,116,101,2,2,184,189,255,149,215,13,157,81,0,16,1,16,35,112,114,105,118,97,99,121,95,99,111,110,116,101,110,116,2,1,110,73,232,36,0,16,1,12,35,112,114,105,118,97,99,121,95,109,115,103,2,1,120,23,38,163,0,16,1,21,35,112,114,105,118,97,99,121,95,110,111,116,105,102,105,99,97,116,105,111,110,2,1,33,21,39,109,0,16,1,13,35,112,114,105,118,97,99,121,99,104,101,99,107,2,1,61,147,104,233,0,16,1,14,35,112,114,105,118,97,99,121,109,111,100,117,108,101,2,1,148,176,187,163,0,16,1,15,35,112,114,105,118,97,99,121,111,118,101,114,108,97,121,2,1,209,189,174,171,0,16,1,15,35,112,114,105,118,97,99,121,119,97,114,110,105,110,103,2,1,54,202,95,154,0,16,1,12,35,112,114,105,118,109,101,115,115,97,103,101,2,1,91,24,202,123,0,16,1,11,35,112,114,111,45,98,97,110,110,101,114,2,1,2,205,43,55,0,16,1,4,35,112,114,118,2,1,106,164,61,198,0,16,1,9,35,112,114,118,99,121,112,111,112,2,1,224,37,227,49,0,16,1,11,35,112,114,118,99,121,112,111,112,95,52,2,1,151,188,174,26,0,16,1,25,35,112,115,45,99,111,111,107,105,101,45,98,97,110,110,101,114,45,119,114,97,112,112,101,114,2,1,11,130,161,126,0,16,1,16,35,114,98,95,99,111,111,107,105,101,95,112,111,112,117,112,2,1,19,39,213,112,0,16,1,9,35,114,99,68,114,97,119,101,114,2,1,255,132,211,43,0,16,1,21,35,114,101,97,99,116,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,2,1,49,158,14,154,0,16,1,20,35,114,101,97,100,101,100,95,99,111,110,116,114,97,99,116,95,114,111,119,2,1,178,216,27,86,0,16,1,20,35,114,103,45,117,115,45,99,111,111,107,105,101,45,98,97,110,110,101,114,2,1,101,203,34,228,0,16,1,15,35,114,103,112,100,45,97,115,107,45,112,111,112,105,110,2,1,207,116,104,202,0,16,1,7,35,114,105,98,98,111,110,2,1,55,78,106,50,0,16,1,20,35,114,105,99,111,99,104,101,116,45,99,111,111,107,105,101,45,98,97,114,2,1,254,89,136,233,0,16,1,40,35,114,111,111,116,32,62,32,100,105,118,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,2,1,57,100,238,42,0,16,1,5,35,114,112,99,109,2,1,184,47,145,61,0,16,1,17,35,114,115,45,99,111,111,107,105,101,45,98,97,110,110,101,114,2,1,175,145,111,3,0,16,1,4,35,114,115,112,2,1,31,188,189,102,0,16,1,16,35,115,45,99,111,110,115,101,110,116,45,109,111,100,97,108,2,1,0,75,179,109,0,16,1,8,35,115,45,109,111,100,97,108,2,1,2,155,72,19,0,16,1,19,35,115,97,110,105,116,97,115,67,111,111,107,105,101,65,108,101,114,116,2,1,188,202,130,147,0,16,1,17,35,115,99,45,99,111,111,107,105,101,45,98,97,110,110,101,114,2,1,228,160,63,18,0,16,1,31,35,115,101,99,116,105,111,110,115,45,102,111,111,116,101,114,45,99,111,111,107,105,101,115,45,98,97,110,110,101,114,2,1,176,84,42,21,0,16,1,21,35,115,101,101,71,100,112,114,67,111,111,107,105,101,67,111,110,115,101,110,116,2,1,248,14,112,152,0,16,1,8,35,115,102,119,45,109,115,103,2,1,93,164,40,52,0,16,1,14,35,115,103,99,98,111,120,87,114,97,112,112,101,114,2,1,94,250,55,151,0,16,1,11,35,115,103,99,111,108,111,114,98,111,120,2,1,184,0,26,114,0,16,1,13,35,115,104,101,110,103,109,105,110,103,84,105,112,2,1,145,9,234,75,0,16,1,19,35,115,104,111,112,105,102,121,45,112,99,95,95,98,97,110,110,101,114,2,1,71,239,123,101,0,16,1,30,35,115,104,111,112,105,102,121,45,115,101,99,116,105,111,110,45,99,111,111,107,105,101,45,98,97,110,110,101,114,2,3,57,159,126,243,152,123,24,125,160,66,50,86,0,16,1,27,35,115,104,111,112,105,102,121,45,115,101,99,116,105,111,110,45,99,111,111,107,105,101,45,98,97,114,2,1,181,209,140,48,0,16,1,29,35,115,104,111,112,105,102,121,45,115,101,99,116,105,111,110,45,99,111,111,107,105,101,45,109,111,100,97,108,2,1,85,131,202,131,0,16,1,29,35,115,104,111,112,105,102,121,45,115,101,99,116,105,111,110,45,99,111,111,107,105,101,45,112,111,112,117,112,2,1,69,177,159,197,0,16,1,32,35,115,104,111,112,105,102,121,45,115,101,99,116,105,111,110,45,99,111,111,107,105,101,115,95,99,111,110,115,101,110,116,2,1,105,106,120,124,0,16,1,30,35,115,104,111,112,105,102,121,45,115,101,99,116,105,111,110,45,102,105,120,101,100,45,109,101,115,115,97,103,101,2,4,58,94,84,204,64,15,4,145,177,127,246,175,178,3,49,222,0,16,1,22,35,115,104,111,112,105,102,121,45,115,101,99,116,105,111,110,45,112,111,112,117,112,2,1,191,170,200,194,0,16,1,30,35,115,104,111,112,117,105,45,99,111,111,107,105,101,45,112,111,112,117,112,45,99,111,110,116,97,105,110,101,114,2,1,113,233,101,74,0,16,1,15,35,115,104,111,119,70,84,67,77,101,115,115,97,103,101,2,1,72,177,244,131,0,16,1,20,35,115,104,111,119,70,84,67,77,101,115,115,97,103,101,45,98,97,99,107,2,1,72,177,244,131,0,16,1,14,35,115,105,100,45,99,111,110,116,97,105,110,101,114,2,1,194,198,23,153,0,16,1,21,35,115,105,100,101,78,111,116,105,102,105,99,97,116,105,111,110,90,111,110,101,2,1,167,19,78,75,0,16,1,27,35,115,105,109,112,108,101,45,110,111,116,105,99,101,45,119,114,97,112,45,99,111,110,116,101,110,116,2,1,129,216,241,49,0,16,1,20,35,115,105,109,112,108,101,45,110,111,116,105,102,105,99,97,116,105,111,110,2,1,1,157,136,188,0,16,1,22,35,115,105,109,112,108,101,109,111,100,97,108,45,99,111,110,116,97,105,110,101,114,2,1,160,164,24,188,0,16,1,20,35,115,105,109,112,108,101,109,111,100,97,108,45,111,118,101,114,108,97,121,2,1,154,34,216,46,0,16,1,13,35,115,105,116,101,45,111,118,101,114,108,97,121,2,1,5,62,93,45,0,16,1,24,35,115,105,116,101,45,119,105,100,101,45,99,111,111,107,105,101,45,110,111,116,105,99,101,2,1,39,241,159,55,0,16,1,23,35,115,105,116,101,45,119,105,100,101,45,108,101,103,97,108,45,110,111,116,105,99,101,2,1,101,120,136,187,0,16,1,17,35,115,105,116,101,77,115,103,83,108,105,100,101,85,112,66,71,2,1,89,100,133,7,0,16,1,15,35,115,106,98,45,117,101,45,99,111,111,107,105,101,115,2,1,33,148,203,159,0,16,1,23,35,115,107,99,109,45,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,2,1,174,164,136,177,0,16,1,19,35,115,108,105,100,101,45,117,112,45,99,111,110,116,97,105,110,101,114,2,1,127,117,85,132,0,16,1,7,35,115,108,105,100,101,114,2,1,50,198,224,7,0,16,1,9,35,115,110,97,99,107,98,97,114,2,2,55,171,73,131,69,174,148,214,0,16,1,19,35,115,110,97,99,107,98,97,114,45,99,111,110,116,97,105,110,101,114,2,3,19,247,118,139,98,58,14,118,136,166,202,122,0,16,1,20,35,115,110,99,45,100,97,116,97,45,100,105,115,99,108,111,115,117,114,101,2,1,127,191,227,244,0,16,1,17,35,115,110,112,112,111,112,117,112,45,119,101,108,99,111,109,101,2,1,3,236,171,91,0,16,1,18,35,115,111,102,116,77,101,115,115,97,103,101,115,45,108,105,115,116,2,1,132,6,239,238,0,16,1,18,35,115,111,114,116,105,110,103,80,114,101,102,101,114,101,110,99,101,2,1,113,100,97,249,0,16,1,13,35,115,112,108,97,115,104,115,99,114,101,101,110,2,1,208,247,174,62,0,16,1,11,35,115,112,111,112,117,112,67,111,110,116,2,2,161,24,187,219,251,242,168,134,0,16,1,7,35,115,115,111,98,97,114,2,1,209,122,151,47,0,16,1,18,35,115,116,97,116,105,99,45,99,111,111,107,105,101,45,98,97,114,2,1,37,119,151,134,0,16,1,19,35,115,116,105,99,107,45,102,111,111,116,101,114,45,112,97,110,101,108,2,1,254,40,99,17,0,16,1,7,35,115,116,105,99,107,121,2,1,2,234,118,142,0,16,1,11,35,115,116,105,99,107,121,45,98,97,114,2,1,51,235,238,15,0,16,1,19,35,115,116,105,99,107,121,45,98,97,114,45,119,114,97,112,112,101,114,2,1,126,8,240,210,0,16,1,13,35,115,116,105,99,107,121,45,112,111,112,117,112,2,3,37,167,84,255,73,3,67,167,98,0,97,96,0,16,1,15,35,115,116,111,114,97,103,101,45,110,111,116,105,99,101,2,1,112,8,241,113,0,16,1,19,35,115,116,114,97,118,97,67,111,111,107,105,101,66,97,110,110,101,114,2,1,99,68,223,159,0,16,1,15,35,115,116,114,101,97,109,105,102,121,45,103,100,112,114,2,1,19,238,8,45,0,16,1,18,35,116,97,114,116,101,97,117,99,105,116,114,111,110,82,111,111,116,2,1,133,173,45,129,0,16,1,23,35,116,97,116,115,117,45,104,101,97,100,101,114,45,99,111,110,116,97,105,110,101,114,2,1,224,250,67,190,0,16,1,23,35,116,97,119,32,62,32,100,105,118,32,62,32,91,100,97,116,97,45,118,101,100,93,2,64,3,72,216,139,6,166,164,156,6,198,100,184,12,18,58,115,13,185,241,147,15,171,145,27,15,250,36,121,24,126,113,57,26,95,191,185,28,19,19,53,29,60,165,77,31,95,52,221,36,12,127,229,36,229,81,100,46,242,180,11,52,135,120,15,55,211,183,17,56,60,70,171,59,93,198,144,62,103,215,201,63,34,96,149,63,81,71,251,64,206,183,187,72,103,87,85,84,198,170,46,85,85,109,156,86,18,88,41,86,114,242,155,86,244,66,182,87,205,250,216,94,185,148,62,98,50,254,112,100,16,26,123,102,27,154,48,107,236,201,47,110,179,111,50,117,9,111,0,122,47,93,232,130,50,141,218,133,224,147,65,145,149,122,102,152,1,26,100,152,13,220,66,158,82,140,165,160,212,16,58,172,36,156,208,174,147,36,59,183,73,70,89,191,14,137,67,192,222,35,204,193,25,57,108,204,19,128,230,208,24,100,61,208,231,38,163,209,44,200,27,210,38,56,28,210,228,80,31,210,244,62,121,211,117,238,42,214,129,87,123,229,74,154,114,232,223,192,206,241,161,12,171,251,156,20,221,0,16,1,6,35,116,101,114,109,115,2,2,55,231,224,195,190,25,1,254,0,16,1,21,35,116,101,114,109,115,45,97,110,100,45,99,111,110,100,105,116,105,111,110,115,2,1,94,234,8,127,0,16,1,10,35,116,101,114,109,115,45,98,97,114,2,2,152,77,67,247,237,185,163,71,0,16,1,21,35,116,101,114,109,115,45,109,101,115,115,97,103,101,45,114,101,103,105,111,110,2,6,54,30,143,140,125,13,135,40,210,89,175,234,210,104,36,128,233,154,123,107,245,49,23,196,0,16,1,17,35,116,101,114,109,115,45,119,114,97,112,112,101,114,45,105,100,2,1,137,171,177,235,0,16,1,16,35,116,101,114,109,115,95,99,111,110,116,97,105,110,101,114,2,1,133,175,237,213,0,16,1,14,35,116,101,114,109,115,97,110,100,99,111,110,100,115,2,1,83,193,96,32,0,16,1,11,35,116,101,115,116,95,97,108,101,114,116,2,1,105,144,152,255,0,16,1,8,35,116,101,120,116,66,111,120,2,1,95,149,45,219,0,16,1,6,35,116,102,97,100,101,2,1,215,149,81,96,0,16,1,17,35,116,105,108,101,45,103,100,112,114,45,98,97,110,110,101,114,2,2,28,244,136,208,209,226,89,13,0,16,1,7,35,116,108,105,103,104,116,2,1,215,149,81,96,0,16,1,12,35,116,109,112,95,99,111,111,107,105,101,115,2,1,114,162,115,160,0,16,1,14,35,116,109,112,95,108,111,99,97,108,95,98,97,114,2,1,225,251,19,185,0,16,1,6,35,116,111,97,115,116,2,2,24,83,255,102,233,75,73,45,0,16,1,8,35,116,111,111,108,98,97,114,2,2,48,53,224,74,88,232,166,199,0,16,1,22,35,116,111,112,45,98,97,110,110,101,114,45,105,110,45,99,111,110,116,101,110,116,2,1,176,34,200,42,0,16,1,11,35,116,111,112,45,110,111,116,105,99,101,2,1,12,88,120,62,0,16,1,11,35,116,111,112,95,110,111,116,105,99,101,2,1,40,238,47,250,0,16,1,7,35,116,111,112,98,97,114,2,1,223,207,193,4,0,16,1,11,35,116,111,115,45,98,97,110,110,101,114,2,2,115,58,172,241,129,14,24,43,0,16,1,8,35,116,111,115,45,98,97,114,2,1,163,58,102,72,0,16,1,16,35,116,111,115,95,117,112,100,97,116,101,95,98,97,110,100,2,1,96,86,27,107,0,16,1,10,35,116,112,45,99,111,111,107,105,101,2,1,137,253,140,149,0,16,1,15,35,116,114,97,99,107,105,110,103,45,109,111,100,97,108,2,1,91,143,20,184,0,16,1,15,35,116,114,97,99,107,105,110,103,45,112,111,112,117,112,2,1,23,99,205,253,0,16,1,16,35,116,114,97,99,107,105,110,103,109,101,115,115,97,103,101,2,1,193,210,27,31,0,16,1,17,35,117,99,110,45,103,100,112,114,45,111,118,101,114,108,97,121,2,1,155,131,153,174,0,16,1,3,35,117,101,2,1,74,98,19,103,0,16,1,21,35,117,109,97,32,62,32,100,105,118,32,62,32,46,109,101,115,115,97,103,101,2,1,104,78,245,96,0,16,1,14,35,117,115,97,103,101,45,109,101,116,114,105,99,115,2,2,10,102,12,240,189,119,95,202,0,16,1,21,35,117,115,97,103,101,45,109,101,116,114,105,99,115,45,110,111,116,105,99,101,2,1,189,119,95,202,0,16,1,13,35,117,115,97,103,101,95,110,111,116,105,99,101,2,1,101,143,207,84,0,16,1,46,35,117,115,101,114,45,99,111,110,115,101,110,116,45,109,97,110,97,103,101,109,101,110,116,45,98,105,110,97,114,121,45,98,97,110,110,101,114,45,111,118,101,114,108,97,121,2,4,18,99,14,104,47,255,240,80,50,178,81,13,91,70,163,124,0,16,1,48,35,117,115,101,114,45,99,111,110,115,101,110,116,45,109,97,110,97,103,101,109,101,110,116,45,103,114,97,110,117,108,97,114,45,98,97,110,110,101,114,45,111,118,101,114,108,97,121,2,1,148,193,35,81,0,16,1,11,35,117,115,101,114,95,112,111,112,117,112,2,1,126,239,65,55,0,16,1,11,35,117,115,101,114,112,114,111,109,112,116,2,1,247,87,182,143,0,16,1,14,35,117,115,105,110,103,45,99,111,111,107,105,101,115,2,1,40,244,33,173,0,16,1,17,35,118,99,45,99,111,111,107,105,101,45,112,111,108,105,99,121,2,1,116,54,163,0,0,16,1,15,35,118,99,118,45,116,111,112,45,98,97,110,110,101,114,2,1,240,231,165,33,0,16,1,26,35,118,101,114,115,105,111,110,105,122,101,100,45,99,111,111,107,105,101,45,98,97,110,110,101,114,2,1,235,140,155,23,0,16,1,7,35,118,102,45,112,111,112,2,1,204,147,223,79,0,16,1,19,35,118,105,118,101,45,99,111,111,107,105,101,45,110,111,116,105,99,101,2,1,148,186,130,176,0,16,1,27,35,118,117,101,45,97,112,112,32,62,32,46,118,95,98,103,92,58,112,101,97,99,104,45,51,48,48,2,1,88,148,116,179,0,16,1,12,35,119,97,114,110,105,110,103,45,98,97,114,2,1,90,198,29,165,0,16,1,14,35,119,97,114,110,105,110,103,45,112,111,112,117,112,2,1,126,243,231,171,0,16,1,17,35,119,98,45,99,111,111,107,105,101,45,112,111,108,105,99,121,2,1,25,206,78,69,0,16,1,20,35,119,101,98,115,105,116,101,95,99,111,111,107,105,101,115,95,98,97,114,2,1,83,121,94,154,0,16,1,8,35,119,101,108,99,111,109,101,2,1,248,160,184,243,0,16,1,11,35,119,101,108,99,111,109,101,77,115,103,2,1,244,203,207,246,0,16,1,16,35,119,112,45,110,111,116,105,102,105,99,97,116,105,111,110,2,1,94,192,120,93,0,16,1,9,35,119,112,99,103,45,98,111,120,2,1,70,139,64,170,0,16,1,14,35,119,112,116,98,104,101,97,100,108,105,110,101,49,2,1,101,103,85,181,0,16,1,21,35,119,112,120,45,99,111,111,107,105,101,45,97,103,114,101,101,109,101,110,116,2,1,247,76,161,189,0,16,1,8,35,119,114,97,112,112,101,114,2,1,148,186,151,254,0,16,1,21,35,119,114,97,112,112,101,114,95,99,111,111,107,105,101,98,97,110,110,101,114,2,1,115,193,197,196,0,16,1,19,35,119,121,122,101,45,99,111,111,107,105,101,45,98,97,110,110,101,114,2,1,148,186,116,37,0,16,1,16,35,120,114,105,95,71,111,111,103,67,111,110,115,101,110,116,2,1,187,65,83,183,0,16,1,22,35,122,100,112,114,105,118,97,99,121,45,99,111,110,116,101,110,116,45,110,101,119,2,1,199,252,67,142,0,8,1,21,46,45,97,108,101,114,116,46,45,102,105,120,101,100,46,110,111,116,105,99,101,2,1,16,43,14,59,0,8,1,16,46,45,102,111,111,116,101,114,95,95,110,111,116,105,99,101,2,2,76,122,93,67,210,120,97,242,0,8,1,18,46,45,108,101,102,116,46,110,104,108,45,99,45,116,111,97,115,116,2,1,38,156,254,70,0,8,1,38,46,65,103,114,101,101,67,111,111,107,105,101,80,111,108,105,99,121,95,99,111,111,107,105,101,80,111,108,105,99,121,95,95,79,85,98,101,85,2,1,240,121,228,31,0,8,1,6,46,65,108,101,114,116,2,1,26,223,64,66,0,8,1,7,46,66,97,110,110,101,114,2,1,154,21,177,7,0,8,1,17,46,66,97,110,110,101,114,45,115,99,45,105,111,112,111,106,114,2,1,127,216,76,199,0,8,1,52,46,66,97,110,110,101,114,67,111,110,116,97,105,110,101,114,95,95,67,111,110,116,97,105,110,101,114,45,109,102,101,45,104,101,97,100,101,114,95,95,115,99,45,49,97,119,52,51,121,119,45,48,2,1,126,8,240,210,0,8,1,14,46,66,97,110,110,101,114,77,97,110,97,103,101,114,2,1,150,58,113,136,0,8,1,29,46,66,97,110,110,101,114,95,95,95,83,116,121,108,101,100,70,108,101,120,45,115,102,57,103,51,100,45,48,2,1,127,55,15,72,0,8,1,21,46,66,97,110,110,101,114,95,98,97,110,110,101,114,95,95,68,54,88,90,57,2,1,126,250,167,136,0,8,1,40,46,66,97,110,110,101,114,95,99,111,111,107,105,101,115,66,97,110,110,101,114,77,111,100,97,108,79,118,101,114,108,97,121,95,95,121,52,117,67,56,2,1,109,232,16,35,0,8,1,7,46,66,109,117,50,54,122,2,1,254,187,34,179,0,8,1,13,46,66,111,116,116,111,109,66,97,110,110,101,114,2,1,154,21,177,7,0,8,1,28,46,66,111,116,116,111,109,70,105,120,101,100,66,97,110,110,101,114,45,99,111,110,116,97,105,110,101,114,2,1,42,132,101,155,0,8,1,11,46,67,66,51,57,51,95,111,112,116,115,2,1,132,101,55,141,0,8,1,5,46,67,67,80,65,2,1,240,188,5,253,0,8,1,5,46,67,100,105,118,2,1,64,196,120,200,0,8,1,9,46,67,111,90,57,78,117,56,90,2,2,38,157,134,124,246,197,98,136,0,8,1,35,46,67,111,110,115,101,110,116,66,97,110,110,101,114,95,99,111,110,115,101,110,116,66,97,110,110,101,114,95,95,98,76,101,120,86,2,1,89,215,7,32,0,8,1,25,46,67,111,110,115,101,110,116,87,105,100,103,101,116,95,95,99,111,110,116,97,105,110,101,114,2,2,54,249,180,102,81,0,75,130,0,8,1,15,46,67,111,111,107,105,101,45,109,101,115,115,97,103,101,2,1,224,101,54,240,0,8,1,33,46,67,111,111,107,105,101,65,103,114,101,101,86,105,101,119,95,99,111,110,116,97,105,110,101,114,95,95,113,89,97,75,51,2,1,240,133,39,246,0,8,1,33,46,67,111,111,107,105,101,66,97,110,110,101,114,45,109,111,100,117,108,101,95,95,119,114,97,112,45,45,49,81,75,57,116,2,1,141,64,220,155,0,8,1,24,46,67,111,111,107,105,101,66,111,120,95,115,97,102,101,116,121,95,95,112,116,53,65,72,2,1,146,230,143,166,0,8,1,45,46,67,111,111,107,105,101,67,111,109,112,111,110,101,110,116,95,95,67,111,111,107,105,101,67,111,110,116,97,105,110,101,114,45,115,99,45,116,104,102,53,108,114,45,48,2,1,55,173,119,125,0,8,1,29,46,67,111,111,107,105,101,67,111,110,115,101,110,116,32,62,32,46,111,45,99,111,110,116,97,105,110,101,114,2,1,38,157,49,38,0,8,1,25,46,67,111,111,107,105,101,67,111,110,115,101,110,116,95,95,99,111,110,116,97,105,110,101,114,2,1,179,162,124,41,0,8,1,36,46,67,111,111,107,105,101,67,111,110,115,101,110,116,95,99,111,111,107,105,101,45,99,111,110,115,101,110,116,95,95,110,117,76,117,73,2,1,55,73,245,52,0,8,1,14,46,67,111,111,107,105,101,67,111,110,116,114,111,108,2,1,253,82,0,202,0,8,1,32,46,67,111,111,107,105,101,77,111,100,97,108,95,109,111,100,97,108,79,118,101,114,108,97,121,95,95,85,111,98,103,79,2,1,6,15,195,45,0,8,1,25,46,67,111,111,107,105,101,77,111,100,97,108,95,109,111,100,97,108,95,95,107,104,88,69,121,2,1,6,15,195,45,0,8,1,39,46,67,111,111,107,105,101,78,111,116,105,102,105,99,97,116,105,111,110,95,110,111,116,105,102,105,99,97,116,105,111,110,95,95,48,78,107,114,107,2,1,148,186,3,102,0,8,1,16,46,67,111,111,107,105,101,80,108,97,99,101,109,101,110,116,2,1,66,100,243,16,0,8,1,19,46,67,111,111,107,105,101,80,111,108,105,99,121,66,97,110,110,101,114,2,1,231,57,27,36,0,8,1,31,46,67,111,111,107,105,101,80,111,112,85,112,95,99,111,111,107,105,101,80,111,112,85,112,95,95,50,109,66,56,81,2,1,148,186,106,88,0,8,1,34,46,67,111,111,107,105,101,87,105,110,100,111,119,95,95,87,114,97,112,112,101,114,45,115,99,45,117,104,100,108,112,107,45,48,2,1,190,37,224,35,0,8,1,30,46,67,111,111,107,105,101,115,45,109,111,100,117,108,101,45,45,99,111,111,107,105,101,45,45,50,121,100,82,51,2,1,248,29,243,225,0,8,1,33,46,67,111,111,107,105,101,115,65,108,101,114,116,95,99,111,111,107,105,101,115,65,108,101,114,116,95,95,51,113,83,108,49,2,1,165,4,120,51,0,8,1,28,46,67,111,111,107,105,101,115,65,108,101,114,116,95,119,114,97,112,112,101,114,95,95,65,108,48,104,50,2,1,151,15,168,131,0,8,1,27,46,67,111,111,107,105,101,115,71,68,80,82,95,105,110,105,116,105,97,108,95,95,50,101,80,78,70,2,1,134,231,234,109,0,8,1,36,46,67,111,111,107,105,101,115,78,111,116,105,102,105,99,97,116,105,111,110,66,116,109,79,118,101,114,108,97,121,83,116,105,99,107,121,2,2,75,78,159,71,110,57,44,120,0,8,1,37,46,67,111,111,107,105,101,115,80,111,108,105,99,121,45,109,111,100,117,108,101,45,45,119,114,97,112,112,101,114,45,45,56,112,72,99,97,2,1,208,117,249,219,0,8,1,33,46,67,111,111,107,105,101,115,80,111,112,85,112,95,67,111,111,107,105,101,115,80,111,112,85,112,95,95,122,55,98,72,118,2,1,10,181,9,48,0,8,1,25,46,67,111,111,107,105,101,115,80,111,112,117,112,95,114,111,111,116,95,95,104,95,109,52,106,2,1,38,153,118,116,0,8,1,10,46,67,121,98,111,116,69,100,103,101,2,2,52,233,141,87,194,170,224,8,0,8,1,25,46,68,105,115,99,108,111,115,117,114,101,80,111,112,117,112,67,111,110,116,97,105,110,101,114,2,2,67,199,87,18,188,26,9,131,0,8,1,6,46,69,81,82,108,106,2,1,125,95,99,54,0,8,1,21,46,69,106,85,85,79,76,89,111,51,116,67,114,99,54,106,55,77,97,112,118,2,1,173,133,232,123,0,8,1,23,46,70,101,97,116,117,114,101,66,97,114,95,114,111,111,116,95,95,95,73,78,85,56,2,1,35,222,163,98,0,8,1,59,46,70,101,97,116,117,114,101,66,97,114,95,114,111,111,116,95,95,103,89,113,105,49,46,116,114,97,110,115,102,111,114,109,46,116,114,97,110,115,108,97,116,101,45,121,45,48,46,111,112,97,99,105,116,121,45,49,48,48,2,1,129,61,52,147,0,8,1,29,46,70,108,111,97,116,105,110,103,66,111,120,101,115,67,111,110,116,97,105,110,101,114,66,111,116,116,111,109,2,1,56,99,141,55,0,8,1,30,46,70,111,111,116,101,114,45,109,111,100,117,108,101,45,45,99,111,110,115,101,110,116,45,45,97,53,48,101,50,2,1,13,155,217,248,0,8,1,13,46,70,111,111,116,101,114,78,111,116,105,99,101,2,1,36,18,38,19,0,8,1,22,46,70,111,111,116,101,114,95,99,111,111,107,105,101,115,95,95,51,95,103,69,104,2,1,32,25,141,251,0,8,1,6,46,70,113,86,101,65,2,1,14,48,174,175,0,8,1,5,46,71,68,80,82,2,3,31,73,232,88,189,6,102,222,209,171,189,83,0,8,1,22,46,71,68,80,82,80,97,110,101,108,95,114,111,111,116,95,95,77,104,99,106,66,2,1,17,58,36,144,0,8,1,31,46,71,68,80,82,80,111,112,117,112,45,109,111,100,117,108,101,45,45,112,111,112,117,112,45,45,51,99,104,106,109,2,1,85,131,251,115,0,8,1,17,46,71,68,80,82,95,109,97,105,110,95,95,102,120,109,70,102,2,1,194,125,50,175,0,8,1,22,46,71,100,112,114,79,102,102,101,114,95,98,108,111,99,107,95,73,114,52,107,74,2,1,90,40,220,146,0,8,1,21,46,71,100,112,114,79,102,102,101,114,95,114,111,111,116,95,112,67,117,79,79,2,1,90,40,220,146,0,8,1,36,46,71,100,112,114,95,95,71,100,112,114,80,97,114,101,110,116,87,114,97,112,112,101,114,45,115,99,45,122,51,48,109,99,108,45,48,2,1,36,97,237,104,0,8,1,34,46,72,65,83,72,95,67,79,79,75,73,69,95,65,76,69,82,84,95,71,82,73,68,95,73,84,69,77,95,70,73,88,69,68,2,1,126,171,187,56,0,8,1,30,46,72,101,97,100,101,114,77,101,110,117,95,67,111,111,107,105,101,65,108,101,114,116,95,95,105,112,69,102,75,2,1,96,249,72,167,0,8,1,23,46,72,111,109,101,112,97,103,101,95,98,97,110,110,101,114,95,95,66,111,50,81,73,2,1,139,159,14,124,0,8,1,6,46,72,122,80,104,78,2,1,111,120,157,197,0,8,1,41,46,73,110,115,116,97,108,108,80,114,111,109,111,116,105,111,110,95,99,111,111,107,105,101,45,112,114,111,109,111,116,105,111,110,95,95,108,82,105,50,53,2,1,86,42,90,62,0,0,1,27,46,74,55,53,82,105,86,74,84,120,103,66,106,71,119,120,103,69,49,122,45,76,103,92,61,92,61,2,1,238,192,250,162,0,8,1,9,46,75,87,66,97,110,110,101,114,2,1,194,197,253,44,0,8,1,28,46,76,97,121,111,117,116,95,109,97,105,110,67,111,111,107,105,101,68,105,118,95,95,110,102,54,80,84,2,1,76,133,130,27,0,8,1,35,46,76,101,103,97,99,121,66,97,110,110,101,114,95,99,45,99,111,111,107,105,101,87,97,114,110,105,110,103,95,51,83,109,108,78,2,1,26,168,0,93,0,8,1,38,46,76,111,97,100,105,110,103,68,111,116,115,95,95,95,83,116,121,108,101,100,70,108,101,120,45,115,99,45,49,114,55,119,121,119,104,45,49,2,1,127,55,15,72,0,8,1,30,46,77,111,100,97,108,83,117,98,77,111,100,117,108,101,95,111,118,101,114,108,97,121,95,95,51,80,109,87,81,2,1,55,121,58,219,0,8,1,6,46,77,113,115,80,119,2,1,7,31,179,41,0,8,1,10,46,77,114,107,117,49,49,53,48,50,2,1,165,184,116,226,0,8,1,16,46,77,117,105,68,114,97,119,101,114,45,109,111,100,97,108,2,1,224,23,53,51,0,8,1,15,46,77,117,105,68,114,97,119,101,114,45,114,111,111,116,2,1,160,163,255,121,0,8,1,30,46,77,117,105,71,114,105,100,45,97,108,105,103,110,45,105,116,101,109,115,45,120,115,45,99,101,110,116,101,114,2,1,66,252,62,160,0,8,1,34,46,77,117,105,80,97,112,101,114,45,101,108,101,118,97,116,105,111,110,54,91,114,111,108,101,61,34,97,108,101,114,116,34,93,2,1,77,105,149,179,0,8,1,20,46,77,117,105,80,97,112,101,114,45,101,108,101,118,97,116,105,111,110,55,2,1,153,124,232,140,0,8,1,100,46,77,117,105,80,97,112,101,114,45,114,111,111,116,91,115,116,121,108,101,61,34,116,114,97,110,115,102,111,114,109,58,32,110,111,110,101,59,32,116,114,97,110,115,105,116,105,111,110,58,32,116,114,97,110,115,102,111,114,109,32,50,50,53,109,115,32,99,117,98,105,99,45,98,101,122,105,101,114,40,48,44,32,48,44,32,48,46,50,44,32,49,41,32,48,109,115,59,34,93,2,1,224,23,53,51,0,8,1,38,46,77,117,105,83,110,97,99,107,98,97,114,67,111,110,116,101,110,116,45,114,111,111,116,91,114,111,108,101,61,34,97,108,101,114,116,34,93,2,1,105,139,135,66,0,8,1,16,46,77,121,67,111,110,115,101,110,116,95,79,117,116,101,114,2,1,148,192,2,229,0,8,1,7,46,78,111,116,105,99,101,2,1,223,237,67,170,0,8,1,8,46,78,111,116,105,99,101,115,2,2,15,94,47,188,136,94,147,12,0,8,1,11,46,78,111,116,105,99,101,115,66,111,120,2,1,148,184,44,216,0,8,1,30,46,78,111,116,105,102,105,99,97,116,105,111,110,66,97,110,110,101,114,95,115,104,111,119,66,97,110,110,101,114,2,1,58,200,187,200,0,8,1,16,46,78,111,116,105,102,105,99,97,116,105,111,110,66,97,114,2,2,170,229,95,35,228,180,121,234,0,8,1,17,46,78,111,116,105,102,105,99,97,116,105,111,110,76,105,110,101,2,1,196,154,166,194,0,8,1,24,46,80,97,103,101,67,111,111,107,105,101,67,111,110,115,101,110,116,66,97,110,110,101,114,2,1,181,253,178,205,0,8,1,6,46,80,110,121,71,111,2,1,148,201,134,173,0,8,1,24,46,80,111,112,67,111,111,107,105,101,95,97,99,116,105,118,101,95,95,85,87,105,55,69,2,1,188,68,227,132,0,8,1,35,46,80,111,112,105,66,97,110,110,101,114,95,95,80,111,112,105,67,111,110,116,97,105,110,101,114,45,105,103,104,97,114,109,45,49,2,1,30,119,143,31,0,8,1,23,46,80,111,112,111,118,101,114,95,119,114,97,112,112,101,114,95,95,102,101,67,120,116,2,1,242,172,254,249,0,8,1,13,46,80,111,112,117,112,79,118,101,114,97,108,108,2,2,92,165,119,59,118,231,4,75,0,8,1,8,46,80,114,105,118,97,99,121,2,1,126,200,93,170,0,8,1,40,46,80,114,105,118,97,99,121,70,101,101,100,67,97,114,100,45,45,80,114,105,118,97,99,121,70,101,101,100,67,97,114,100,45,45,51,95,70,107,53,2,1,32,202,47,124,0,8,1,14,46,80,114,105,118,97,99,121,78,111,116,105,99,101,2,4,95,227,71,178,101,232,206,242,222,165,254,202,253,122,210,210,0,8,1,19,46,80,114,111,109,111,116,105,111,110,97,108,45,99,111,114,110,101,114,2,2,69,19,150,118,86,247,148,202,0,8,1,33,46,81,49,77,78,107,46,114,69,53,115,45,46,95,57,99,117,82,114,46,95,49,97,67,115,76,46,95,51,68,81,88,73,2,1,195,181,83,235,0,8,1,7,46,82,48,53,99,85,111,2,1,127,45,159,201,0,8,1,17,46,82,101,97,99,116,77,111,100,97,108,80,111,114,116,97,108,2,1,42,242,44,29,0,8,1,32,46,82,101,97,99,116,77,111,100,97,108,95,95,79,118,101,114,108,97,121,45,45,97,102,116,101,114,45,111,112,101,110,2,2,193,113,84,75,234,236,26,162,0,8,1,11,46,82,101,97,100,80,111,108,105,99,121,2,1,78,105,197,223,0,8,1,30,46,82,103,112,100,68,114,97,119,101,114,95,114,103,112,100,95,100,114,97,119,101,114,95,95,50,86,67,85,48,2,1,142,28,140,138,0,8,1,49,46,82,105,111,116,87,114,97,112,112,101,114,45,118,105,115,111,114,45,97,108,101,114,116,45,82,105,111,116,87,114,97,112,112,101,114,45,118,105,115,111,114,45,97,108,101,114,116,53,2,1,124,127,243,126,0,8,1,14,46,83,45,71,68,80,82,45,66,97,110,110,101,114,2,1,241,201,11,182,0,8,1,18,46,83,72,79,87,73,84,45,109,115,103,95,115,104,111,119,101,100,2,1,127,17,31,22,0,8,1,19,46,83,104,101,108,108,45,99,111,111,107,105,101,78,111,116,105,99,101,2,1,254,127,129,168,0,8,1,13,46,83,105,116,101,45,99,111,111,107,105,101,115,2,1,50,83,138,170,0,8,1,25,46,83,117,112,112,111,114,116,83,105,116,101,45,67,111,111,107,105,101,66,97,110,110,101,114,2,1,65,6,64,56,0,8,1,26,46,84,101,114,109,115,79,102,83,101,114,118,105,99,101,95,95,99,111,109,112,111,110,101,110,116,2,1,38,157,25,55,0,8,1,11,46,84,104,101,67,111,110,115,101,110,116,2,1,86,181,50,48,0,8,1,6,46,84,111,97,115,116,2,1,23,81,226,91,0,8,1,26,46,84,111,97,115,116,71,100,112,114,95,95,119,114,97,112,112,101,114,95,95,55,108,112,98,80,2,1,11,193,187,33,0,8,1,9,46,84,111,97,115,116,105,102,121,2,1,72,188,56,7,0,8,1,8,46,84,111,111,108,116,105,112,2,8,121,189,122,163,121,239,215,0,122,45,0,18,122,242,77,68,137,121,14,191,148,151,221,79,148,192,37,74,149,69,191,8,0,8,1,32,46,85,115,101,67,111,111,107,105,101,95,117,115,101,67,111,111,107,105,101,77,111,100,108,101,95,95,54,100,52,107,122,2,1,129,66,251,172,0,8,1,17,46,86,67,83,67,111,111,107,105,101,67,111,110,116,114,111,108,2,1,52,56,5,30,0,8,1,6,46,88,108,111,118,113,2,1,173,61,80,177,0,0,1,27,46,92,33,98,111,116,116,111,109,45,48,46,108,103,92,58,111,112,97,99,105,116,121,45,49,48,48,2,1,126,162,20,115,0,8,1,7,46,95,49,65,115,72,107,2,1,173,2,211,246,0,8,1,7,46,95,49,67,73,98,67,2,1,139,228,184,163,0,8,1,7,46,95,49,72,111,67,100,2,1,38,157,53,121,0,8,1,10,46,95,49,85,100,66,85,119,110,105,2,1,148,195,154,93,0,8,1,8,46,95,49,98,104,77,81,83,2,1,21,92,66,118,0,8,1,9,46,95,49,104,121,119,101,116,102,2,1,97,62,238,239,0,8,1,10,46,95,49,106,106,119,52,55,104,51,2,1,247,241,92,89,0,8,1,7,46,95,49,112,111,66,90,2,2,3,110,19,21,135,136,19,183,0,8,1,10,46,95,49,117,55,65,107,84,106,121,2,1,241,237,126,6,0,8,1,10,46,95,49,119,122,48,121,106,112,48,2,1,194,178,66,155,0,8,1,14,46,95,50,49,98,57,57,49,51,49,56,52,52,52,2,1,44,54,111,95,0,8,1,7,46,95,50,51,76,107,77,2,1,7,31,179,41,0,8,1,24,46,95,50,57,103,81,102,85,122,45,98,122,95,78,121,87,104,80,82,112,106,79,83,101,2,1,84,61,122,246,0,8,1,7,46,95,50,57,118,45,116,2,1,196,122,77,117,0,8,1,24,46,95,50,73,73,105,101,120,45,67,115,120,116,117,87,55,81,71,90,95,111,79,53,122,2,1,230,171,184,234,0,8,1,24,46,95,50,80,102,66,73,54,75,55,74,119,109,87,80,105,112,68,85,113,48,57,120,53,2,1,32,233,155,142,0,8,1,9,46,95,50,86,75,54,87,80,72,2,1,95,80,243,78,0,8,1,10,46,95,50,100,45,56,118,113,45,87,2,1,148,195,154,93,0,8,1,10,46,95,50,100,99,55,100,48,50,48,2,1,38,157,25,55,0,8,1,7,46,95,50,104,71,74,108,2,1,171,52,55,134,0,8,1,24,46,95,50,120,106,85,81,111,54,52,110,89,57,72,113,104,97,69,111,66,90,122,81,121,2,2,88,105,219,216,114,20,214,109,0,8,1,34,46,95,51,56,55,54,50,51,100,56,56,101,54,56,97,101,102,98,48,101,101,98,100,53,97,102,53,50,50,97,101,48,54,50,2,1,230,177,237,232,0,8,1,24,46,95,51,70,77,106,90,87,114,107,116,102,110,117,99,90,118,77,77,71,84,111,79,120,2,1,26,68,228,163,0,8,1,7,46,95,51,86,50,114,71,2,1,218,99,214,226,0,8,1,7,46,95,51,102,99,72,71,2,1,127,142,192,91,0,8,1,7,46,95,51,106,111,87,116,2,1,241,203,177,29,0,8,1,10,46,95,51,106,120,54,120,117,50,57,2,1,148,195,154,93,0,8,1,24,46,95,51,113,45,88,83,74,50,118,111,107,68,81,114,118,100,71,54,109,82,95,95,107,2,1,142,14,98,194,0,8,1,7,46,95,52,104,119,99,49,2,1,139,228,184,163,0,8,1,9,46,95,54,114,110,98,107,112,48,2,1,241,52,143,232,0,8,1,21,46,95,67,111,111,107,105,101,66,97,110,110,101,114,95,49,107,54,97,119,57,2,1,202,34,245,9,0,8,1,6,46,95,68,101,51,106,2,1,128,166,99,114,0,8,1,11,46,95,95,67,67,95,112,111,112,117,112,2,1,95,150,22,109,0,8,1,23,46,95,95,99,111,111,107,105,101,45,98,97,110,110,101,114,95,95,50,97,56,49,98,2,1,202,34,245,9,0,8,1,13,46,95,95,99,115,115,45,99,70,113,119,115,80,2,1,3,74,139,121,0,8,1,17,46,95,95,103,100,112,114,45,99,111,110,116,97,105,110,101,114,2,1,164,166,153,75,0,8,1,6,46,95,97,95,121,98,2,1,71,27,185,12,0,8,1,5,46,95,97,106,117,2,1,185,68,176,236,0,8,1,17,46,95,99,111,110,116,97,105,110,95,49,98,50,109,107,95,49,2,1,220,184,157,147,0,8,1,24,46,95,99,111,111,107,105,101,45,99,111,110,115,101,110,116,95,116,112,99,55,50,95,49,2,1,77,196,170,59,0,8,1,22,46,95,99,111,111,107,105,101,66,97,110,110,101,114,95,116,49,49,102,49,95,49,2,1,55,7,170,14,0,8,1,22,46,95,99,111,111,107,105,101,80,111,112,117,112,95,104,115,104,101,49,95,49,49,2,1,229,203,215,117,0,8,1,25,46,95,99,111,111,107,105,101,80,114,101,115,101,110,116,101,114,95,105,115,106,107,108,95,49,2,1,60,14,153,161,0,8,1,20,46,95,103,100,112,114,45,110,111,116,105,102,121,45,104,101,97,100,101,114,2,1,120,203,45,164,0,8,1,28,46,95,103,100,112,114,45,110,111,116,105,102,121,45,104,101,97,100,101,114,95,114,101,112,108,97,99,101,2,1,88,58,138,184,0,8,1,7,46,95,104,101,52,48,50,2,1,26,186,75,244,0,8,1,22,46,95,110,111,116,105,102,105,99,97,116,105,111,110,95,113,112,98,49,122,95,49,2,1,3,38,21,207,0,8,1,10,46,95,112,95,112,111,108,105,99,121,2,1,235,145,78,137,0,8,1,12,46,95,118,103,83,108,48,99,120,52,97,111,2,1,177,214,185,93,0,8,1,9,46,95,119,113,110,118,120,104,107,2,1,85,87,94,43,0,8,1,18,46,95,119,114,97,112,112,101,114,95,49,117,52,51,98,95,49,55,2,1,191,205,20,61,0,8,1,18,46,97,56,99,45,99,111,111,107,105,101,45,98,97,110,110,101,114,2,1,53,175,75,40,0,8,1,41,46,97,95,99,111,111,107,105,101,45,97,110,100,45,99,111,110,118,101,114,115,105,111,110,45,98,97,110,110,101,114,95,99,111,109,112,111,110,101,110,116,2,1,187,68,218,49,0,8,1,45,46,97,98,111,118,101,45,112,97,103,101,115,45,99,111,110,116,97,105,110,101,114,32,62,32,46,97,110,105,109,97,116,105,111,110,45,99,111,110,116,97,105,110,101,114,2,1,24,217,242,120,0,8,1,3,46,97,99,2,1,24,105,238,35,0,8,1,12,46,97,99,98,66,97,99,107,100,114,111,112,2,1,127,80,60,78,0,8,1,13,46,97,99,99,101,112,116,45,97,108,101,114,116,2,2,142,164,61,231,197,18,15,59,0,8,1,24,46,97,99,99,101,112,116,45,99,111,111,107,105,101,115,45,115,110,97,99,107,98,97,114,2,1,174,32,109,165,0,8,1,17,46,97,99,99,101,112,116,97,110,99,101,45,112,111,112,117,112,2,1,118,188,9,154,0,8,1,28,46,97,99,99,101,112,116,99,111,111,107,105,101,95,99,111,110,116,97,105,110,95,95,74,86,118,99,85,2,1,147,134,182,0,0,8,1,12,46,97,99,116,105,118,101,46,109,97,115,107,2,1,53,131,190,195,0,8,1,7,46,97,100,118,98,111,120,2,1,174,57,44,124,0,8,1,6,46,97,103,114,101,101,2,1,95,80,28,136,0,8,1,12,46,97,103,114,101,101,45,112,111,112,117,112,2,1,98,199,181,125,0,8,1,12,46,97,103,114,101,101,45,116,101,114,109,115,2,1,107,154,211,99,0,8,1,9,46,97,103,114,101,101,100,80,80,2,1,6,232,63,131,0,8,1,16,46,97,103,114,101,101,109,101,110,116,45,112,111,112,117,112,2,1,244,221,123,44,0,8,1,23,46,97,103,114,101,101,109,101,110,116,45,116,111,45,108,97,115,116,45,116,101,114,109,2,1,172,142,245,98,0,8,1,9,46,97,103,114,101,101,116,111,112,2,1,7,55,85,153,0,8,1,14,46,97,108,101,114,116,45,45,97,99,116,105,118,101,2,1,54,78,164,86,0,8,1,13,46,97,108,101,114,116,45,45,102,105,120,101,100,2,1,148,181,46,176,0,8,1,20,46,97,108,101,114,116,45,45,115,116,114,105,112,101,46,97,108,101,114,116,2,1,176,121,192,214,0,8,1,13,46,97,108,101,114,116,45,98,97,110,110,101,114,2,2,17,125,133,161,240,49,41,209,0,8,1,21,46,97,108,101,114,116,45,98,97,110,110,101,114,95,95,99,111,111,107,105,101,2,1,160,163,155,118,0,8,1,17,46,97,108,101,114,116,45,98,97,114,45,102,111,111,116,101,114,2,1,69,48,183,208,0,8,1,10,46,97,108,101,114,116,45,98,111,120,2,4,11,208,55,121,27,11,152,216,175,158,96,88,198,69,99,161,0,8,1,16,46,97,108,101,114,116,45,99,111,110,116,97,105,110,101,114,2,1,245,39,203,88,0,8,1,13,46,97,108,101,114,116,45,99,111,111,107,105,101,2,1,201,10,246,252,0,8,1,13,46,97,108,101,114,116,45,100,97,110,103,101,114,2,1,177,4,232,167,0,8,1,18,46,97,108,101,114,116,45,100,105,115,109,105,115,115,105,98,108,101,2,2,196,115,205,135,244,60,44,128,0,8,1,38,46,97,108,101,114,116,45,100,105,115,109,105,115,115,105,98,108,101,58,110,111,116,40,46,97,108,101,114,116,45,115,117,99,99,101,115,115,41,2,1,117,226,216,149,0,8,1,11,46,97,108,101,114,116,45,105,110,102,111,2,2,12,45,28,195,129,46,52,144,0,8,1,10,46,97,108,101,114,116,45,112,97,100,2,1,237,69,102,149,0,8,1,12,46,97,108,101,114,116,45,112,111,112,117,112,2,1,45,183,140,79,0,8,1,14,46,97,108,101,114,116,45,115,101,99,116,105,111,110,2,1,42,73,29,240,0,8,1,13,46,97,108,101,114,116,45,115,101,114,118,101,114,2,1,50,89,171,169,0,8,1,14,46,97,108,101,114,116,45,119,114,97,112,112,101,114,2,1,136,187,40,249,0,8,1,13,46,97,108,101,114,116,46,104,115,116,97,99,107,2,1,217,212,52,133,0,8,1,19,46,97,108,101,114,116,70,111,111,116,101,114,67,111,110,116,101,110,116,2,1,27,98,130,110,0,8,1,10,46,97,108,101,114,116,95,98,111,120,2,1,156,198,14,225,0,8,1,9,46,97,108,101,114,116,98,97,114,2,1,177,184,146,246,0,8,1,11,46,97,108,101,114,116,115,45,116,111,112,2,1,98,238,192,241,0,8,1,18,46,97,108,105,101,120,112,114,101,115,115,45,110,111,116,105,99,101,2,1,14,37,91,102,0,8,1,15,46,97,108,116,45,111,112,116,45,115,101,99,117,114,101,2,1,125,239,148,105,0,8,1,11,46,97,108,116,99,109,45,122,45,53,48,2,1,22,118,143,78,0,8,1,16,46,97,108,116,101,114,110,105,115,45,99,111,111,107,105,101,2,1,170,235,169,19,0,8,1,17,46,97,110,97,108,121,116,105,99,115,45,98,97,110,110,101,114,2,1,137,250,245,187,0,8,1,24,46,97,110,97,108,121,116,105,99,115,45,99,111,110,115,101,110,116,45,112,111,112,117,112,2,1,119,122,198,173,0,8,1,15,46,97,110,97,108,121,116,105,99,115,45,105,110,102,111,2,1,101,210,193,43,0,8,1,17,46,97,110,99,104,111,114,98,111,116,116,111,109,76,101,102,116,2,1,48,163,240,84,0,8,1,16,46,97,110,99,114,45,112,111,115,45,98,111,116,116,111,109,2,2,72,204,29,172,158,130,2,216,0,8,1,23,46,97,110,105,109,45,98,97,110,110,101,114,45,101,110,116,101,114,45,100,111,110,101,2,1,238,61,127,110,0,8,1,21,46,97,110,105,109,95,95,99,111,111,107,105,101,95,95,98,111,120,45,98,103,2,1,7,16,88,159,0,8,1,28,46,97,110,105,109,97,116,101,45,112,114,105,118,97,99,121,45,112,111,108,105,99,121,45,115,104,111,119,2,1,117,160,69,29,0,8,1,13,46,97,110,110,111,117,110,99,101,109,101,110,116,2,3,35,221,175,187,76,233,228,69,94,93,49,104,0,8,1,20,46,97,110,110,111,117,110,99,101,109,101,110,116,45,98,97,110,110,101,114,2,1,197,77,252,102,0,8,1,14,46,97,110,110,111,117,110,99,101,109,101,110,116,115,2,2,92,163,121,83,136,147,135,170,0,8,1,16,46,97,110,116,45,98,111,116,116,111,109,45,108,101,102,116,2,1,148,166,17,117,0,8,1,15,46,97,110,116,45,109,111,100,97,108,45,114,111,111,116,2,1,7,233,195,49,0,8,1,17,46,97,110,116,45,110,111,116,105,102,105,99,97,116,105,111,110,2,3,167,152,52,150,184,33,215,54,197,139,7,144,0,8,1,15,46,97,110,116,45,114,111,119,45,99,101,110,116,101,114,2,1,86,211,61,144,0,8,1,5,46,97,112,102,49,2,1,143,245,23,54,0,8,1,25,46,97,112,112,45,99,111,111,107,105,101,115,45,110,111,116,105,102,105,99,97,116,105,111,110,2,1,228,216,7,237,0,8,1,19,46,97,112,112,45,102,111,111,116,101,114,45,99,111,110,116,101,110,116,2,1,160,163,236,137,0,8,1,24,46,97,112,112,45,108,101,118,101,108,45,110,111,116,105,102,105,99,97,116,105,111,110,115,2,1,137,59,27,126,0,8,1,32,46,97,112,112,45,108,105,103,104,116,32,62,32,100,105,118,91,115,116,121,108,101,42,61,34,102,105,120,101,100,34,93,2,1,68,53,124,39,0,8,1,25,46,97,112,112,95,95,100,111,109,101,115,116,105,99,45,100,105,115,99,108,97,105,109,101,114,2,1,38,157,104,207,0,8,1,13,46,97,112,112,95,95,109,101,115,115,97,103,101,2,1,128,29,250,249,0,8,1,28,46,97,112,112,101,97,114,45,101,110,116,101,114,45,100,111,110,101,46,101,49,121,118,110,122,53,99,48,2,1,148,184,120,215,0,8,1,15,46,97,112,112,105,102,121,95,114,99,99,95,114,111,119,2,1,66,120,202,57,0,8,1,6,46,97,114,45,99,112,2,1,65,198,21,40,0,8,1,15,46,97,114,45,110,101,119,115,45,102,111,111,116,101,114,2,1,151,19,115,243,0,8,1,14,46,97,114,103,97,97,109,45,112,111,108,105,99,121,2,1,61,104,66,133,0,8,1,15,46,97,114,103,101,110,116,95,99,111,110,115,101,110,116,2,1,195,172,245,91,0,8,1,21,46,97,114,116,100,101,99,111,45,103,108,111,98,97,108,45,97,108,101,114,116,2,1,153,46,38,42,0,8,1,7,46,97,115,45,111,105,108,2,1,160,163,236,137,0,8,1,22,46,97,115,85,104,120,72,86,71,82,106,77,57,81,78,87,77,76,101,108,79,53,2,1,208,10,10,51,0,8,1,24,46,97,115,115,101,116,115,95,99,111,110,116,97,105,110,101,114,95,95,51,69,69,112,51,2,1,94,199,137,206,0,8,1,20,46,97,116,45,98,97,110,110,101,114,45,99,111,110,116,97,105,110,101,114,2,1,138,20,77,106,0,8,1,19,46,97,116,112,95,99,111,111,107,105,101,45,109,101,115,115,97,103,101,2,1,236,71,38,145,0,8,1,14,46,97,116,116,101,110,116,105,111,110,45,109,115,103,2,1,243,180,143,66,0,8,1,14,46,97,120,101,112,116,105,111,95,109,111,117,110,116,2,1,250,112,125,87,0,8,1,17,46,98,45,104,101,97,100,101,114,45,109,101,115,115,97,103,101,2,1,179,239,135,145,0,8,1,8,46,98,45,109,111,100,97,108,2,2,99,78,37,55,223,172,190,52,0,8,1,9,46,98,45,118,115,114,82,56,87,2,1,164,223,240,31,0,8,1,6,46,98,75,95,109,86,2,1,154,225,170,25,0,8,1,6,46,98,81,95,107,98,2,1,81,151,209,154,0,8,1,7,46,98,85,87,83,108,90,2,1,221,116,140,110,0,8,1,7,46,98,89,84,100,105,65,2,1,104,76,5,0,0,8,1,6,46,98,90,114,66,122,2,1,209,181,190,215,0,8,1,4,46,98,95,103,2,1,81,151,216,124,0,8,1,9,46,98,97,99,107,68,114,111,112,2,1,194,197,250,113,0,8,1,11,46,98,97,99,107,103,114,111,117,110,100,2,2,55,51,109,152,187,253,228,126,0,8,1,7,46,98,97,110,110,101,114,2,1,254,187,150,95,0,8,1,15,46,98,97,110,110,101,114,45,45,98,111,116,116,111,109,2,1,148,202,79,68,0,8,1,11,46,98,97,110,110,101,114,45,50,49,55,2,1,215,3,193,29,0,8,1,20,46,98,97,110,110,101,114,45,98,108,111,99,107,45,115,99,114,101,101,110,2,1,246,237,76,72,0,8,1,17,46,98,97,110,110,101,114,45,99,111,110,116,97,105,110,101,114,2,1,123,12,121,107,0,8,1,13,46,98,97,110,110,101,114,45,104,105,110,116,115,2,1,117,194,105,145,0,8,1,15,46,98,97,110,110,101,114,45,109,101,115,115,97,103,101,2,1,235,120,156,16,0,8,1,14,46,98,97,110,110,101,114,45,110,111,116,105,99,101,2,1,11,178,130,222,0,8,1,15,46,98,97,110,110,101,114,45,111,118,101,114,108,97,121,2,2,94,136,201,89,139,164,230,26,0,8,1,12,46,98,97,110,110,101,114,45,119,114,97,112,2,2,84,115,167,80,116,175,211,94,0,8,1,16,46,98,97,110,110,101,114,67,111,110,116,97,105,110,101,114,2,2,41,141,19,113,93,71,48,142,0,8,1,14,46,98,97,110,110,101,114,87,114,97,112,112,101,114,2,1,128,97,244,111,0,8,1,18,46,98,97,110,110,101,114,95,95,99,111,110,116,97,105,110,101,114,2,1,185,191,66,209,0,8,1,13,46,98,97,110,110,101,114,95,95,114,111,111,116,2,1,125,66,145,45,0,8,1,13,46,98,97,110,110,101,114,95,97,108,101,114,116,2,1,80,117,161,255,0,8,1,11,46,98,97,110,110,101,114,95,98,111,120,2,1,119,142,145,161,0,8,1,17,46,98,97,110,110,101,114,95,99,111,110,116,97,105,110,101,114,2,1,180,198,253,3,0,8,1,11,46,98,97,115,101,45,109,111,100,97,108,2,1,214,233,249,64,0,8,1,18,46,98,97,115,101,45,110,111,116,105,102,105,99,97,116,105,111,110,2,1,107,93,142,236,0,8,1,14,46,98,97,115,105,99,76,105,103,104,116,98,111,120,2,1,121,38,165,233,0,8,1,23,46,98,97,116,99,104,103,101,111,45,99,111,111,107,105,101,45,110,111,116,105,99,101,2,1,199,245,24,61,0,8,1,20,46,98,98,45,98,111,111,116,115,116,114,97,112,45,97,108,101,114,116,115,2,1,170,79,88,234,0,8,1,11,46,98,98,99,45,98,109,120,109,50,98,2,1,38,157,104,207,0,8,1,7,46,98,100,56,48,97,99,2,1,170,51,175,248,0,8,1,19,46,98,101,111,110,111,45,102,108,97,115,104,109,101,115,115,97,103,101,2,1,121,212,231,242,0,8,1,13,46,98,101,115,116,45,99,111,111,107,105,101,115,2,1,145,244,140,18,0,8,1,11,46,98,102,45,116,111,97,115,116,101,114,2,1,38,195,77,225,0,8,1,9,46,98,103,45,97,108,101,114,116,2,1,178,154,178,172,0,8,1,23,46,98,103,45,97,114,110,111,116,116,115,45,99,111,110,115,101,110,116,45,114,101,100,2,1,150,170,247,1,0,8,1,20,46,98,103,45,98,97,99,107,103,114,111,117,110,100,83,116,114,111,110,103,2,1,10,123,254,105,0,8,1,9,46,98,103,45,98,108,97,99,107,2,2,211,233,26,38,223,107,159,7,0,8,1,25,46,98,103,45,98,108,97,99,107,45,100,101,101,112,46,114,111,117,110,100,101,100,45,109,100,2,1,59,27,43,13,0,8,1,11,46,98,103,45,98,108,117,101,45,114,49,2,1,251,185,11,145,0,8,1,41,46,98,103,45,99,111,108,111,114,45,98,97,99,107,103,114,111,117,110,100,45,99,111,110,116,97,105,110,101,114,45,116,105,110,116,46,116,111,112,45,50,2,1,153,46,38,42,0,8,1,12,46,98,103,45,100,97,114,107,71,114,97,121,2,1,223,2,214,56,0,8,1,15,46,98,103,45,100,97,114,107,101,114,45,103,114,97,121,2,2,123,247,212,159,237,11,21,194,0,8,1,9,46,98,103,45,103,114,101,101,110,2,1,19,113,190,195,0,8,1,13,46,98,103,45,103,114,101,101,110,45,50,48,48,2,1,21,81,80,173,0,8,1,9,46,98,103,45,109,111,100,97,108,2,1,86,165,157,33,0,8,1,14,46,98,103,45,111,112,97,99,105,116,121,45,55,53,2,1,159,5,29,112,0,8,1,14,46,98,103,45,112,105,110,107,45,98,114,97,110,100,2,1,150,29,146,126,0,8,1,21,46,98,103,45,116,114,97,110,115,45,102,117,108,108,45,99,111,111,107,105,101,2,1,137,13,85,249,0,8,1,22,46,98,103,45,119,104,105,116,101,46,119,45,102,117,108,108,46,102,105,120,101,100,2,1,20,239,102,87,0,8,1,20,46,98,104,45,109,111,100,97,108,73,110,102,111,67,111,111,107,105,101,115,2,1,86,165,157,33,0,8,1,13,46,98,105,99,97,45,99,111,110,116,101,110,116,2,1,34,159,105,98,0,8,1,18,46,98,105,103,45,99,111,110,115,101,110,116,45,109,111,100,97,108,2,1,135,211,133,97,0,8,1,24,46,98,105,103,109,97,107,101,114,45,99,103,45,99,111,111,107,105,101,115,45,98,111,120,2,1,118,93,67,124,0,8,1,36,46,98,105,108,108,98,111,97,114,100,95,95,66,105,108,108,98,111,97,114,100,83,116,121,108,101,100,45,112,120,115,100,49,98,45,48,2,1,162,106,176,202,0,8,1,25,46,98,105,115,99,117,105,116,45,97,117,116,104,45,99,111,108,108,97,112,115,105,98,108,101,2,1,42,169,205,143,0,8,1,6,46,98,107,51,111,113,2,1,85,249,236,213,0,8,1,15,46,98,108,107,45,68,105,115,99,108,97,105,109,101,114,2,1,240,111,146,240,0,8,1,30,46,98,108,111,99,107,45,99,111,111,107,105,101,45,97,99,99,101,112,116,97,110,99,101,45,98,108,111,99,107,2,1,6,159,235,91,0,8,1,16,46,98,108,111,99,107,45,102,115,45,99,111,111,107,105,101,2,1,234,191,172,131,0,8,1,26,46,98,108,111,99,107,45,110,111,116,105,102,105,99,97,116,105,111,110,115,45,98,108,111,99,107,2,1,128,98,125,6,0,8,1,18,46,98,108,111,99,107,95,97,118,103,95,112,114,105,118,97,99,121,2,1,164,136,230,249,0,8,1,16,46,98,108,111,99,107,105,110,103,79,118,101,114,108,97,121,2,2,104,250,61,158,127,134,60,119,0,8,1,17,46,98,108,111,99,107,114,111,108,108,105,110,103,116,101,120,116,2,1,254,16,68,87,0,8,1,26,46,98,108,116,101,45,97,108,101,114,116,98,97,110,110,101,114,95,95,119,114,97,112,112,101,114,2,1,215,214,147,128,0,8,1,8,46,98,108,117,114,45,98,103,2,1,101,244,14,127,0,8,1,18,46,98,108,117,114,114,121,45,98,97,99,107,103,114,111,117,110,100,2,1,146,116,234,242,0,8,1,7,46,98,109,87,86,80,98,2,1,137,242,202,87,0,8,1,10,46,98,109,95,100,105,97,108,111,103,2,1,200,199,157,254,0,8,1,12,46,98,109,95,100,105,97,108,111,103,66,103,2,1,200,199,157,254,0,8,1,7,46,98,110,106,82,109,86,2,1,148,185,228,172,0,8,1,18,46,98,110,112,95,99,111,111,107,105,101,95,98,97,110,110,101,114,2,1,148,80,69,176,0,8,1,37,46,98,111,114,100,101,114,45,100,97,114,107,45,49,48,46,98,111,114,100,101,114,46,114,111,117,110,100,101,100,46,115,104,97,100,111,119,2,1,89,219,121,201,0,8,1,46,46,98,111,114,100,101,114,45,112,114,105,109,97,114,121,45,108,105,103,104,116,80,49,46,98,111,114,100,101,114,45,116,46,102,108,101,120,45,99,111,108,46,102,108,101,120,2,1,156,171,194,163,0,8,1,13,46,98,111,116,45,48,46,108,101,102,116,45,48,2,1,33,165,45,189,0,8,1,14,46,98,111,116,45,97,108,101,114,116,45,98,111,120,2,1,32,119,192,107,0,8,1,17,46,98,111,116,116,111,109,45,48,46,111,118,101,114,108,97,121,2,1,190,147,222,182,0,8,1,39,46,98,111,116,116,111,109,45,48,46,112,104,51,45,104,100,107,112,46,110,97,118,45,99,108,105,99,107,97,98,108,101,45,112,97,100,100,101,100,2,1,69,163,160,211,0,8,1,13,46,98,111,116,116,111,109,45,97,108,101,114,116,2,2,107,209,6,120,145,42,139,40,0,8,1,14,46,98,111,116,116,111,109,45,98,97,110,110,101,114,2,1,200,43,92,42,0,8,1,23,46,98,111,116,116,111,109,45,102,105,120,101,100,45,99,111,110,116,97,105,110,101,114,2,1,128,104,25,20,0,8,1,19,46,98,111,116,116,111,109,45,102,114,101,101,122,101,100,45,98,97,114,2,1,12,69,176,86,0,8,1,14,46,98,111,116,116,111,109,45,110,97,118,98,97,114,2,1,202,173,165,148,0,8,1,14,46,98,111,116,116,111,109,45,110,111,116,105,99,101,2,1,9,229,189,2,0,8,1,13,46,98,111,116,116,111,109,45,114,105,103,104,116,2,1,178,154,196,70,0,8,1,16,46,98,111,116,116,111,109,45,115,109,46,102,105,120,101,100,2,1,196,11,236,218,0,8,1,12,46,98,111,116,116,111,109,45,122,111,110,101,2,1,79,42,36,239,0,8,1,18,46,98,111,116,116,111,109,76,101,102,116,95,95,79,48,72,77,116,2,1,91,192,81,252,0,8,1,15,46,98,111,116,116,111,109,77,101,115,115,97,103,101,115,2,1,215,47,61,243,0,8,1,19,46,98,111,116,116,111,109,82,105,103,104,116,95,95,87,69,74,79,89,2,1,194,235,2,219,0,8,1,45,46,98,111,116,116,111,109,83,101,99,116,105,111,110,68,105,115,112,108,97,121,95,95,67,111,110,116,97,105,110,101,114,45,115,99,45,49,107,120,109,57,104,109,45,48,2,1,242,122,96,56,0,8,1,22,46,98,111,116,116,111,109,84,105,112,66,97,114,67,111,110,116,97,105,110,101,114,2,1,148,203,8,180,0,8,1,14,46,98,111,116,116,111,109,95,80,111,108,105,99,121,2,1,139,135,145,77,0,8,1,14,46,98,111,116,116,111,109,95,95,79,118,112,89,65,2,2,34,105,114,232,150,239,156,211,0,8,1,15,46,98,111,116,116,111,109,95,109,101,115,115,97,103,101,2,1,152,197,90,108,0,8,1,12,46,98,111,116,116,111,109,95,116,101,120,116,2,1,127,135,60,236,0,8,1,14,46,98,111,116,116,111,109,99,111,110,116,101,110,116,2,1,96,22,198,191,0,8,1,10,46,98,111,116,116,111,109,100,105,118,2,1,110,160,216,71,0,8,1,12,46,98,111,116,116,111,109,102,108,111,97,116,2,1,168,198,105,10,0,8,1,12,46,98,111,116,116,111,109,109,111,100,97,108,2,1,65,69,226,28,0,8,1,12,46,98,111,116,116,111,109,112,111,112,117,112,2,7,42,24,208,210,95,61,51,56,101,232,206,242,157,217,38,193,188,97,205,108,214,186,164,161,222,165,254,202,0,8,1,13,46,98,111,117,110,99,101,73,110,76,101,102,116,2,1,93,153,179,137,0,8,1,18,46,98,111,120,45,99,111,111,107,105,101,45,112,111,108,105,99,121,2,1,117,223,18,114,0,8,1,98,46,98,111,120,91,115,116,121,108,101,61,34,119,105,100,116,104,58,32,50,52,51,112,120,59,32,104,101,105,103,104,116,58,32,51,48,112,120,59,32,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,32,114,103,98,40,51,57,44,32,51,57,44,32,51,57,41,59,32,98,111,114,100,101,114,45,114,97,100,105,117,115,58,32,49,48,48,112,120,59,34,93,2,1,101,231,79,129,0,8,1,15,46,98,111,120,95,98,97,99,107,103,114,111,117,110,100,2,1,3,186,16,189,0,8,1,13,46,98,111,120,95,99,111,110,116,101,110,116,115,2,1,3,186,16,189,0,8,1,17,46,98,111,120,95,114,105,103,104,116,95,98,111,116,116,111,109,2,1,150,174,66,7,0,8,1,3,46,98,112,2,1,150,127,209,180,0,8,1,6,46,98,112,69,86,106,2,1,128,166,99,114,0,8,1,19,46,98,114,101,97,107,105,110,103,45,99,111,110,116,97,105,110,101,114,2,1,118,56,244,84,0,8,1,21,46,98,114,111,119,115,101,114,45,110,111,116,105,102,105,99,97,116,105,111,110,2,1,185,193,253,158,0,8,1,17,46,98,116,45,99,111,111,107,105,101,45,102,108,121,111,117,116,2,1,29,200,152,60,0,8,1,7,46,98,116,110,99,110,50,2,1,206,9,220,104,0,8,1,6,46,98,117,103,109,101,2,1,149,33,41,14,0,8,1,30,46,98,120,45,109,97,105,110,45,99,111,111,107,105,101,45,112,111,108,105,99,121,45,115,105,100,101,98,97,114,2,1,16,126,0,90,0,8,1,7,46,98,120,85,71,88,83,2,2,36,202,164,161,167,242,142,47,0,8,1,7,46,98,122,71,73,72,118,2,1,239,178,208,18,0,8,1,16,46,99,45,45,103,100,112,114,45,109,101,115,115,97,103,101,2,1,102,100,37,164,0,8,1,16,46,99,45,67,111,111,107,105,101,67,111,110,115,101,110,116,2,2,75,165,194,48,101,60,176,126,0,8,1,8,46,99,45,97,103,114,101,101,2,1,82,94,0,187,0,8,1,8,46,99,45,97,108,101,114,116,2,2,54,202,101,98,235,27,98,52,0,8,1,11,46,99,45,98,97,99,107,100,114,111,112,2,1,222,243,221,249,0,8,1,16,46,99,45,98,97,110,110,101,114,45,115,104,97,100,111,119,2,1,81,224,34,150,0,8,1,4,46,99,45,99,2,1,89,149,86,159,0,8,1,10,46,99,45,99,97,108,108,111,117,116,2,2,10,253,254,144,126,62,227,124,0,8,1,18,46,99,45,99,111,110,115,101,110,116,45,109,97,110,97,103,101,114,2,1,108,66,119,95,0,8,1,28,46,99,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,98,97,99,107,103,114,111,117,110,100,2,1,159,128,249,251,0,8,1,10,46,99,45,99,111,111,107,105,101,115,2,1,123,194,253,206,0,8,1,16,46,99,45,100,105,97,108,111,103,45,99,111,111,107,105,101,2,1,212,97,79,167,0,8,1,9,46,99,45,103,106,72,118,90,65,2,1,164,231,54,15,0,8,1,9,46,99,45,104,85,75,82,89,81,2,1,130,64,50,161,0,8,1,23,46,99,45,105,110,102,111,45,112,97,110,101,95,95,99,111,110,116,97,105,110,101,114,2,1,205,94,87,191,0,8,1,15,46,99,45,109,111,100,97,108,45,99,111,111,107,105,101,2,1,227,218,132,131,0,8,1,19,46,99,45,110,111,116,105,102,105,99,97,116,105,111,110,45,98,97,114,2,1,148,180,40,163,0,8,1,24,46,99,45,110,111,116,105,102,105,99,97,116,105,111,110,115,45,119,114,97,112,112,101,114,2,1,91,56,193,84,0,8,1,6,46,99,45,111,45,45,2,2,137,205,7,153,184,90,235,52,0,8,1,28,46,99,45,114,105,109,112,111,112,105,110,45,119,114,97,112,112,101,114,45,45,112,114,105,118,97,99,121,2,1,99,78,37,55,0,8,1,14,46,99,45,115,105,116,101,45,97,108,101,114,116,115,2,1,111,146,187,146,0,8,1,18,46,99,45,115,105,116,101,84,101,114,109,115,66,97,110,110,101,114,2,2,128,104,78,33,148,196,140,120,0,8,1,13,46,99,45,116,111,112,45,98,97,110,110,101,114,2,1,199,182,68,173,0,8,1,19,46,99,45,116,114,97,99,107,105,110,103,45,99,111,110,115,101,110,116,2,2,72,104,105,83,99,28,207,83,0,8,1,7,46,99,48,49,49,57,52,2,1,201,126,136,13,0,8,1,6,46,99,48,50,49,49,2,1,77,152,50,181,0,8,1,19,46,99,49,119,110,104,113,51,56,46,99,111,110,116,97,105,110,101,114,2,1,219,112,21,128,0,8,1,5,46,99,50,48,54,2,1,129,35,168,107,0,8,1,12,46,99,50,54,57,54,51,55,50,56,50,55,2,1,32,131,149,52,0,8,1,21,46,99,65,110,110,111,117,110,99,101,109,101,110,116,80,97,103,101,84,111,112,2,1,104,88,43,156,0,8,1,7,46,99,67,72,72,98,122,2,1,60,97,18,253,0,8,1,7,46,99,68,76,84,107,106,2,1,38,157,76,56,0,8,1,7,46,99,77,102,117,65,74,2,1,150,54,5,132,0,8,1,7,46,99,80,111,70,119,85,2,1,97,51,79,29,0,8,1,7,46,99,82,88,66,102,108,2,1,22,2,12,96,0,8,1,7,46,99,87,101,73,98,72,2,1,224,11,254,104,0,8,1,6,46,99,95,49,50,56,2,17,4,112,168,215,5,74,229,55,29,218,73,28,34,216,18,56,47,12,226,79,47,243,253,170,70,58,64,14,76,8,216,170,87,233,190,152,112,126,200,244,131,162,235,235,182,38,165,107,225,64,254,125,227,187,64,212,236,134,103,186,250,56,166,3,253,251,110,85,0,8,1,8,46,99,95,95,99,97,107,101,2,1,171,200,226,19,0,8,1,11,46,99,95,105,110,110,101,114,98,111,120,2,1,201,254,174,154,0,8,1,11,46,99,97,99,104,101,80,111,112,117,112,2,1,114,135,199,177,0,8,1,19,46,99,97,114,100,45,99,111,111,107,105,101,45,110,111,116,105,99,101,2,1,81,81,11,130,0,8,1,11,46,99,97,115,45,99,111,111,107,105,101,2,1,239,174,4,210,0,8,1,36,46,99,97,122,111,111,45,99,111,110,115,101,110,116,45,109,97,110,97,103,101,114,95,95,115,99,45,49,108,121,52,113,55,120,45,48,2,1,81,60,14,245,0,8,1,13,46,99,98,45,99,111,110,116,97,105,110,101,114,2,1,151,213,71,239,0,8,1,9,46,99,98,95,109,111,100,97,108,2,1,119,112,237,96,0,8,1,6,46,99,98,97,110,110,2,1,133,240,172,39,0,8,1,28,46,99,98,97,110,110,101,114,45,103,111,118,117,107,45,99,111,111,107,105,101,45,98,97,110,110,101,114,2,1,187,253,82,57,0,8,1,15,46,99,98,97,114,45,99,111,110,116,97,105,110,101,114,2,1,239,60,186,32,0,8,1,9,46,99,99,45,97,108,101,114,116,2,1,9,138,42,251,0,8,1,10,46,99,99,45,98,97,110,110,101,114,2,1,195,150,212,226,0,8,1,10,46,99,99,45,98,111,116,116,111,109,2,1,211,70,72,106,0,8,1,10,46,99,99,45,100,105,97,108,111,103,2,1,100,45,185,144,0,8,1,18,46,99,99,45,100,105,115,109,105,115,115,46,99,99,45,98,116,110,2,1,173,144,171,103,0,8,1,9,46,99,99,45,109,111,100,97,108,2,1,40,247,18,154,0,8,1,7,46,99,99,45,112,111,112,2,1,70,208,222,121,0,8,1,10,46,99,99,45,115,105,109,112,108,101,2,1,156,95,161,239,0,8,1,9,46,99,99,95,109,111,100,97,108,2,1,39,145,134,228,0,8,1,11,46,99,99,99,45,119,105,100,103,101,116,2,1,17,85,142,108,0,8,1,15,46,99,99,100,95,99,111,111,107,105,101,95,98,97,114,2,1,228,198,90,233,0,8,1,18,46,99,99,109,45,99,111,111,107,105,101,45,98,97,110,110,101,114,2,1,239,118,132,158,0,8,1,12,46,99,99,110,45,99,111,110,115,101,110,116,2,1,38,157,26,110,0,8,1,8,46,99,99,112,45,112,111,112,2,1,101,113,103,230,0,8,1,5,46,99,99,112,97,2,3,16,220,116,41,30,159,244,237,35,253,161,58,0,8,1,10,46,99,99,112,97,45,99,111,110,116,2,1,202,129,13,15,0,8,1,7,46,99,99,119,74,83,108,2,1,171,230,244,61,0,8,1,13,46,99,100,45,99,111,110,116,97,105,110,101,114,2,1,169,215,160,60,0,8,1,14,46,99,100,99,45,99,111,110,116,97,105,110,101,114,2,1,219,83,245,12,0,8,1,44,46,99,100,107,45,111,118,101,114,108,97,121,45,112,97,110,101,32,62,32,46,109,97,116,45,115,110,97,99,107,45,98,97,114,45,99,111,110,116,97,105,110,101,114,2,1,231,40,71,14,0,8,1,7,46,99,100,117,97,112,78,2,1,92,38,98,117,0,8,1,10,46,99,101,45,98,97,110,110,101,114,2,3,69,254,84,209,193,50,197,154,222,98,102,9,0,8,1,22,46,99,102,45,98,97,99,107,103,114,111,117,110,100,45,111,118,101,114,108,97,121,2,1,184,103,136,150,0,8,1,14,46,99,102,46,104,101,97,100,101,114,45,98,97,114,2,1,8,36,184,92,0,8,1,14,46,99,103,117,45,99,111,110,116,97,105,110,101,114,2,1,6,208,134,146,0,8,1,6,46,99,104,95,106,90,2,1,154,225,170,25,0,8,1,16,46,99,104,97,107,114,97,45,99,111,108,108,97,112,115,101,2,2,70,80,89,93,131,205,128,10,0,8,1,12,46,99,104,97,107,114,97,45,102,97,100,101,2,1,236,48,208,69,0,8,1,32,46,99,104,97,107,114,97,45,109,111,100,97,108,95,95,99,111,110,116,101,110,116,45,99,111,110,116,97,105,110,101,114,2,1,117,16,84,134,0,8,1,22,46,99,104,97,107,114,97,45,109,111,100,97,108,95,95,111,118,101,114,108,97,121,2,1,117,16,84,134,0,8,1,12,46,99,104,114,111,109,101,95,112,105,99,107,2,1,81,61,141,32,0,8,1,8,46,99,105,97,115,116,107,111,2,1,230,170,231,40,0,8,1,7,46,99,106,66,119,75,118,2,1,171,143,93,202,0,8,1,13,46,99,107,45,99,111,110,116,97,105,110,101,114,2,1,198,183,249,217,0,8,1,7,46,99,107,87,114,97,112,2,1,148,140,163,251,0,8,1,12,46,99,107,101,45,111,118,101,114,108,97,121,2,1,158,123,51,99,0,8,1,10,46,99,107,101,50,48,50,50,102,114,2,1,231,67,88,37,0,8,1,13,46,99,107,105,110,102,111,45,112,97,110,101,108,2,1,86,127,60,221,0,8,1,21,46,99,108,105,110,101,118,97,45,99,111,111,107,105,101,115,45,105,110,102,111,2,1,89,53,106,70,0,8,1,18,46,99,108,115,80,111,112,117,112,67,111,110,116,97,105,110,101,114,2,1,235,158,22,145,0,8,1,3,46,99,109,2,4,38,157,53,243,190,174,175,109,237,206,103,95,255,183,67,248,0,8,1,26,46,99,109,45,110,111,116,105,102,105,99,97,116,105,111,110,45,99,111,110,116,97,105,110,101,114,2,1,98,57,44,233,0,8,1,11,46,99,109,45,111,118,101,114,108,97,121,2,1,148,182,19,52,0,8,1,7,46,99,109,45,122,45,52,2,1,199,198,33,11,0,8,1,24,46,99,109,111,110,45,112,114,105,118,97,99,121,45,100,105,115,99,108,97,105,109,101,114,2,1,163,128,132,114,0,8,1,23,46,99,109,112,45,101,120,112,101,114,105,101,110,99,101,102,114,97,103,109,101,110,116,2,1,178,145,153,75,0,8,1,30,46,99,109,112,45,110,111,116,105,102,105,99,97,116,105,111,110,45,97,99,116,105,111,110,45,112,97,110,101,108,2,1,38,157,76,169,0,8,1,14,46,99,109,112,45,110,116,102,98,97,110,110,101,114,2,1,109,44,172,125,0,8,1,7,46,99,109,112,98,111,120,2,1,176,203,19,156,0,8,1,14,46,99,110,99,45,99,111,110,116,97,105,110,101,114,2,1,166,248,164,254,0,8,1,15,46,99,110,110,45,116,111,97,115,116,45,45,116,111,115,2,1,38,157,25,55,0,8,1,22,46,99,110,115,45,99,103,45,109,111,100,97,108,95,95,111,118,101,114,108,97,121,2,1,36,165,241,204,0,8,1,7,46,99,110,116,50,50,51,2,1,83,169,103,41,0,8,1,18,46,99,111,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,2,1,165,245,24,62,0,8,1,18,46,99,111,100,45,110,111,116,105,102,105,99,97,116,105,111,110,115,2,1,211,119,229,58,0,8,1,26,46,99,111,101,45,99,111,111,107,105,101,115,45,99,111,110,115,101,110,116,45,112,111,112,117,112,2,1,19,229,229,79,0,8,1,35,46,99,111,104,45,99,101,45,99,112,116,95,99,111,111,107,105,101,95,99,111,110,115,101,110,116,45,100,48,48,52,49,50,52,101,2,1,216,92,58,137,0,8,1,7,46,99,111,107,105,101,115,2,1,33,157,190,245,0,8,1,14,46,99,111,107,107,105,101,45,98,97,110,110,101,114,2,1,42,75,153,161,0,8,1,12,46,99,111,109,109,97,110,100,45,98,97,114,2,1,234,184,137,165,0,8,1,23,46,99,111,109,109,101,110,116,45,112,111,108,105,99,121,45,114,101,102,114,101,115,104,2,1,170,50,143,41,0,8,1,25,46,99,111,109,109,111,110,95,112,114,111,109,112,116,45,112,114,105,118,97,99,121,45,98,103,2,1,148,180,113,210,0,8,1,26,46,99,111,109,112,45,97,99,99,101,112,116,45,99,111,111,107,105,101,115,45,112,111,112,117,112,2,1,90,150,246,247,0,8,1,33,46,99,111,109,112,45,99,111,111,107,105,101,45,98,97,110,110,101,114,95,99,111,111,107,105,101,95,95,83,110,115,110,90,2,1,80,156,41,39,0,8,1,11,46,99,111,109,112,97,114,101,45,98,103,2,1,50,70,243,220,0,8,1,19,46,99,111,109,112,97,114,101,80,114,111,77,105,110,105,86,105,101,119,2,1,50,70,243,220,0,8,1,11,46,99,111,109,112,108,105,97,110,99,101,2,6,20,205,207,54,63,79,228,15,88,187,234,35,103,86,26,51,169,227,191,199,187,240,144,151,0,8,1,18,46,99,111,109,112,108,105,97,110,99,101,45,98,97,110,110,101,114,2,2,109,180,56,227,190,78,182,14,0,8,1,18,46,99,111,109,112,108,105,97,110,99,101,46,98,97,110,110,101,114,2,1,164,170,111,69,0,8,1,24,46,99,111,109,112,111,110,101,110,116,45,99,111,111,107,105,101,45,110,111,116,105,99,101,2,1,201,216,27,211,0,8,1,25,46,99,111,109,112,111,110,101,110,116,45,99,111,111,107,105,101,115,45,98,97,110,110,101,114,2,1,91,126,128,42,0,8,1,23,46,99,111,109,112,111,110,101,110,116,45,110,111,116,105,102,105,99,97,116,105,111,110,2,1,134,189,46,227,0,8,1,24,46,99,111,109,112,111,110,101,110,116,45,115,116,105,99,107,121,45,100,105,97,108,111,103,2,1,148,100,69,0,0,8,1,21,46,99,111,110,100,117,99,116,111,114,45,99,115,45,99,111,110,116,101,110,116,2,1,61,179,197,41,0,8,1,8,46,99,111,110,102,105,114,109,2,2,95,233,222,71,181,149,141,182,0,8,1,14,46,99,111,110,115,101,110,116,45,98,108,111,99,107,2,1,195,175,124,130,0,8,1,13,46,99,111,110,115,101,110,116,45,99,116,110,114,2,1,148,201,222,204,0,8,1,12,46,99,111,110,115,101,110,116,45,100,105,118,2,2,47,55,65,177,126,105,181,221,0,8,1,20,46,99,111,110,115,101,110,116,45,109,97,110,97,103,101,114,109,97,105,110,2,1,111,230,225,167,0,8,1,16,46,99,111,110,115,101,110,116,45,109,101,115,115,97,103,101,2,1,129,231,18,148,0,8,1,14,46,99,111,110,115,101,110,116,45,109,111,100,97,108,2,1,112,53,103,236,0,8,1,21,46,99,111,110,115,101,110,116,45,110,111,116,105,102,105,99,97,116,105,111,110,2,1,187,125,80,201,0,8,1,15,46,99,111,110,115,101,110,116,45,112,111,112,45,117,112,2,1,4,132,113,43,0,8,1,15,46,99,111,110,115,101,110,116,45,115,119,105,116,99,104,2,1,21,123,57,57,0,8,1,12,46,99,111,110,115,101,110,116,67,97,114,100,2,1,92,36,233,7,0,8,1,15,46,99,111,110,115,101,110,116,95,95,112,111,112,117,112,2,1,79,11,85,196,0,8,1,18,46,99,111,110,115,101,110,116,95,99,111,110,116,97,105,110,101,114,2,1,185,91,96,40,0,8,1,25,46,99,111,110,115,101,110,116,95,99,111,110,116,97,105,110,101,114,95,95,89,85,69,109,49,2,1,45,81,123,134,0,8,1,16,46,99,111,110,115,101,110,116,95,119,114,97,112,112,101,114,2,1,148,185,40,188,0,8,1,21,46,99,111,110,115,101,110,116,109,97,105,110,99,111,110,116,97,105,110,101,114,2,1,133,163,33,179,0,8,1,13,46,99,111,110,116,45,45,99,111,111,107,105,101,2,1,251,209,97,72,0,8,1,10,46,99,111,110,116,97,105,110,101,114,2,1,120,182,162,75,0,8,1,33,46,99,111,110,116,97,105,110,101,114,45,102,108,111,97,116,105,110,103,45,110,111,116,105,102,105,99,97,116,105,111,110,115,2,1,252,108,116,125,0,8,1,24,46,99,111,110,116,97,105,110,101,114,45,110,111,116,105,102,105,99,97,116,105,111,110,115,2,2,19,54,227,153,254,181,210,227,0,8,1,18,46,99,111,110,116,97,105,110,101,114,45,111,118,101,114,108,97,121,2,1,156,187,88,133,0,8,1,20,46,99,111,110,116,97,105,110,101,114,46,112,98,45,52,46,112,116,45,52,2,1,206,118,214,127,0,8,1,22,46,99,111,110,116,97,105,110,101,114,68,101,102,97,117,108,116,67,108,97,115,115,2,1,80,63,181,35,0,8,1,16,46,99,111,110,116,97,105,110,101,114,95,104,80,54,105,72,2,1,110,93,169,117,0,8,1,30,46,99,111,110,116,97,105,110,101,114,118,50,45,45,116,114,97,99,107,105,110,103,45,99,111,110,115,101,110,116,2,1,135,116,233,124,0,8,1,16,46,99,111,111,99,107,105,101,95,119,97,114,110,105,110,103,2,2,54,97,97,235,123,160,180,63,0,8,1,10,46,99,111,111,107,83,101,116,116,115,2,1,27,42,162,160,0,8,1,21,46,99,111,111,107,105,101,45,97,99,99,101,112,116,45,98,97,114,45,118,50,2,1,131,201,92,218,0,8,1,20,46,99,111,111,107,105,101,45,97,108,101,114,116,45,98,97,110,110,101,114,2,1,144,189,176,21,0,8,1,17,46,99,111,111,107,105,101,45,97,117,116,104,111,114,105,116,121,2,1,212,95,147,174,0,8,1,19,46,99,111,111,107,105,101,45,98,97,110,110,101,114,45,119,114,97,112,2,1,125,137,148,87,0,8,1,22,46,99,111,111,107,105,101,45,98,97,110,110,101,114,95,95,100,105,109,109,101,114,2,1,211,200,198,61,0,8,1,24,46,99,111,111,107,105,101,45,98,97,110,110,101,114,95,99,111,109,112,111,110,101,110,116,2,1,120,147,47,192,0,8,1,26,46,99,111,111,107,105,101,45,98,97,110,110,101,114,95,114,111,111,116,95,95,118,101,74,98,86,2,1,147,244,3,14,0,8,1,13,46,99,111,111,107,105,101,45,98,97,114,45,109,2,1,148,121,70,229,0,8,1,28,46,99,111,111,107,105,101,45,98,97,114,95,99,111,111,107,105,101,66,97,114,95,95,72,50,53,104,52,2,1,29,167,252,177,0,8,1,26,46,99,111,111,107,105,101,45,98,97,114,95,111,118,101,114,108,97,121,95,95,48,121,52,57,88,2,1,207,4,136,143,0,8,1,17,46,99,111,111,107,105,101,45,98,111,120,45,112,111,112,117,112,2,1,149,81,204,215,0,8,1,12,46,99,111,111,107,105,101,45,99,97,114,100,2,1,33,113,240,187,0,8,1,22,46,99,111,111,107,105,101,45,99,97,114,100,95,99,111,110,116,97,105,110,101,114,2,1,161,198,16,214,0,8,1,11,46,99,111,111,107,105,101,45,99,111,110,2,1,11,171,245,189,0,8,1,23,46,99,111,111,107,105,101,45,99,111,110,99,101,114,110,45,119,114,97,112,112,101,114,2,1,154,189,82,87,0,8,1,33,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,45,45,99,111,110,116,97,105,110,101,114,2,1,100,187,227,180,0,8,1,21,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,105,110,110,101,114,2,1,195,184,180,235,0,8,1,17,46,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,2,2,155,37,126,0,180,232,122,218,0,8,1,25,46,99,111,111,107,105,101,45,100,105,97,108,111,103,95,95,99,111,110,116,97,105,110,101,114,2,1,56,21,248,80,0,8,1,18,46,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,2,3,133,172,255,18,151,210,129,205,158,211,197,165,0,8,1,24,46,99,111,111,107,105,101,45,100,114,97,119,101,114,45,99,111,110,116,97,105,110,101,114,2,1,56,14,103,214,0,8,1,11,46,99,111,111,107,105,101,45,101,120,112,2,1,254,234,127,202,0,8,1,24,46,99,111,111,107,105,101,45,102,105,110,111,109,95,95,99,111,110,116,97,105,110,101,114,2,1,109,119,134,94,0,8,1,13,46,99,111,111,107,105,101,45,102,111,99,117,115,2,1,144,150,132,208,0,8,1,12,46,99,111,111,107,105,101,45,109,97,105,110,2,1,158,245,53,0,0,8,1,24,46,99,111,111,107,105,101,45,109,97,110,97,103,101,109,101,110,116,45,105,110,116,114,111,2,1,100,92,42,189,0,8,1,15,46,99,111,111,107,105,101,45,109,97,110,97,103,101,114,2,2,114,96,156,228,219,219,252,186,0,8,1,30,46,99,111,111,107,105,101,45,109,97,110,97,103,101,114,45,109,97,105,110,45,99,111,110,116,97,105,110,101,114,2,1,248,55,215,249,0,8,1,20,46,99,111,111,107,105,101,45,109,101,115,115,97,103,101,45,112,97,103,101,2,1,7,47,246,92,0,8,1,13,46,99,111,111,107,105,101,45,110,111,110,101,117,2,1,56,121,187,16,0,8,1,20,46,99,111,111,107,105,101,45,110,111,116,105,99,101,45,111,117,116,101,114,2,1,55,2,43,143,0,8,1,17,46,99,111,111,107,105,101,45,110,111,116,105,99,101,45,118,50,2,1,18,147,7,67,0,8,1,22,46,99,111,111,107,105,101,45,110,111,116,105,99,101,45,118,105,115,105,98,108,101,2,1,91,188,201,127,0,8,1,48,46,99,111,111,107,105,101,45,110,111,116,105,99,101,95,95,67,111,111,107,105,101,78,111,116,105,99,101,87,114,97,112,112,101,114,45,115,99,45,49,56,54,112,55,53,53,45,48,2,1,166,85,132,10,0,8,1,31,46,99,111,111,107,105,101,45,110,111,116,105,99,101,95,99,111,110,116,97,105,110,101,114,95,95,100,74,85,65,65,2,1,113,161,180,231,0,8,1,28,46,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,45,109,105,110,105,109,97,108,2,1,138,42,64,30,0,8,1,26,46,99,111,111,107,105,101,45,110,111,116,105,102,105,101,114,45,99,111,110,116,97,105,110,101,114,2,1,20,98,169,248,0,8,1,45,46,99,111,111,107,105,101,45,111,118,101,114,108,97,121,95,99,111,111,107,105,101,79,118,101,114,108,97,121,67,111,110,116,97,105,110,101,114,95,95,86,55,71,108,122,2,1,218,96,122,18,0,8,1,20,46,99,111,111,107,105,101,45,112,97,103,101,45,111,118,101,114,108,97,121,2,1,56,5,147,186,0,8,1,21,46,99,111,111,107,105,101,45,112,97,110,101,108,45,119,114,97,112,112,101,114,2,1,38,157,130,111,0,8,1,26,46,99,111,111,107,105,101,45,112,101,114,109,105,115,115,105,111,110,45,111,118,101,114,108,97,121,2,1,9,245,117,74,0,8,1,24,46,99,111,111,107,105,101,45,112,101,114,109,105,115,115,105,111,110,45,112,111,112,117,112,2,1,67,58,57,58,0,8,1,21,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,112,111,112,45,117,112,2,1,203,34,166,114,0,8,1,20,46,99,111,111,107,105,101,45,112,111,112,117,112,45,100,105,97,108,111,103,2,1,214,162,90,219,0,8,1,23,46,99,111,111,107,105,101,45,112,111,112,117,112,95,99,111,109,112,111,110,101,110,116,2,2,218,7,97,183,228,47,221,74,0,8,1,25,46,99,111,111,107,105,101,45,112,114,101,102,101,114,101,110,99,101,115,45,97,108,101,114,116,2,1,56,38,199,113,0,8,1,29,46,99,111,111,107,105,101,45,112,114,101,102,101,114,101,110,99,101,115,45,99,111,110,116,97,105,110,101,114,2,1,35,168,161,23,0,8,1,21,46,99,111,111,107,105,101,45,112,114,101,102,115,45,119,114,97,112,112,101,114,2,1,185,160,87,43,0,8,1,13,46,99,111,111,107,105,101,45,112,114,111,109,116,2,1,210,85,73,96,0,8,1,22,46,99,111,111,107,105,101,45,114,101,109,105,110,100,45,119,97,114,112,112,101,114,2,1,56,241,108,233,0,8,1,16,46,99,111,111,107,105,101,45,115,101,116,116,105,110,103,115,2,1,118,205,251,242,0,8,1,20,46,99,111,111,107,105,101,45,117,115,97,103,101,45,98,97,110,110,101,114,2,1,31,113,166,233,0,8,1,12,46,99,111,111,107,105,101,45,119,97,108,108,2,1,83,98,9,102,0,8,1,16,46,99,111,111,107,105,101,65,99,99,101,112,116,66,97,114,2,1,251,30,67,71,0,8,1,16,46,99,111,111,107,105,101,65,99,101,112,116,97,110,99,101,2,1,157,65,66,253,0,8,1,10,46,99,111,111,107,105,101,66,97,114,2,1,142,18,144,237,0,8,1,18,46,99,111,111,107,105,101,66,111,120,95,95,95,50,79,65,83,115,2,2,42,128,156,229,171,0,148,138,0,8,1,14,46,99,111,111,107,105,101,67,111,110,102,105,114,109,2,10,4,44,57,113,5,24,44,216,7,32,34,200,38,156,251,215,129,67,25,172,151,127,231,147,157,84,1,230,188,70,212,223,192,14,132,25,245,72,147,240,0,8,1,21,46,99,111,111,107,105,101,67,111,110,102,105,114,109,80,97,100,100,105,110,103,2,1,155,51,169,136,0,8,1,23,46,99,111,111,107,105,101,67,111,110,115,101,110,116,67,111,110,116,97,105,110,101,114,2,1,12,247,49,105,0,8,1,18,46,99,111,111,107,105,101,67,111,110,115,101,110,116,82,111,111,116,2,1,225,2,43,59,0,8,1,27,46,99,111,111,107,105,101,80,111,112,117,112,95,101,110,116,101,114,101,100,95,95,50,114,115,54,55,2,1,134,76,0,210,0,8,1,20,46,99,111,111,107,105,101,83,99,114,101,101,110,79,118,101,114,108,97,121,2,1,147,133,11,35,0,8,1,40,46,99,111,111,107,105,101,83,101,116,116,105,110,103,115,95,95,99,111,110,116,101,110,116,67,111,110,116,97,105,110,101,114,95,95,105,90,88,77,71,2,1,157,228,31,101,0,8,1,11,46,99,111,111,107,105,101,83,104,105,116,2,1,84,57,236,133,0,8,1,15,46,99,111,111,107,105,101,84,101,120,116,65,114,101,97,2,1,69,222,101,187,0,8,1,11,46,99,111,111,107,105,101,84,105,112,115,2,1,65,255,231,116,0,8,1,20,46,99,111,111,107,105,101,87,97,108,108,67,111,110,116,97,105,110,101,114,2,1,45,224,69,174,0,8,1,13,46,99,111,111,107,105,101,95,76,82,98,53,65,2,1,119,46,23,242,0,8,1,13,46,99,111,111,107,105,101,95,95,102,111,114,109,2,1,138,34,191,16,0,8,1,32,46,99,111,111,107,105,101,95,99,111,110,115,101,110,116,95,99,111,110,116,97,105,110,101,114,95,95,120,102,56,84,52,2,1,20,75,67,253,0,8,1,17,46,99,111,111,107,105,101,95,99,111,110,116,97,105,110,101,114,2,1,208,247,174,62,0,8,1,24,46,99,111,111,107,105,101,95,99,111,110,116,97,105,110,101,114,95,95,119,54,81,104,49,2,1,218,51,64,126,0,8,1,25,46,99,111,111,107,105,101,95,100,105,115,109,105,115,115,95,99,111,110,116,97,105,110,101,114,2,1,247,76,131,69,0,8,1,25,46,99,111,111,107,105,101,95,109,101,115,115,97,103,101,95,100,105,115,112,108,97,121,101,100,2,1,233,32,243,234,0,8,1,23,46,99,111,111,107,105,101,95,111,112,116,95,105,110,45,45,119,114,97,112,112,101,114,2,11,19,94,243,204,64,119,113,188,72,59,178,141,114,43,205,122,119,50,122,217,162,255,188,42,169,163,10,179,205,85,64,251,211,71,53,90,213,199,163,21,232,185,235,124,0,8,1,21,46,99,111,111,107,105,101,95,115,101,116,116,105,110,103,95,112,111,112,117,112,2,1,43,89,85,5,0,8,1,16,46,99,111,111,107,105,101,97,103,114,101,101,109,101,110,116,2,1,253,191,159,244,0,8,1,13,46,99,111,111,107,105,101,98,97,110,110,101,114,2,3,36,199,75,216,105,172,234,169,177,235,56,207,0,8,1,18,46,99,111,111,107,105,101,98,97,114,45,111,118,101,114,108,97,121,2,1,52,244,116,102,0,8,1,10,46,99,111,111,107,105,101,98,116,110,2,1,51,75,68,19,0,8,1,11,46,99,111,111,107,105,101,105,110,102,111,2,1,196,171,188,33,0,8,1,9,46,99,111,111,107,105,101,108,121,2,1,151,114,217,194,0,8,1,11,46,99,111,111,107,105,101,115,45,45,119,2,1,10,126,20,219,0,8,1,28,46,99,111,111,107,105,101,115,45,97,103,114,101,101,109,101,110,116,45,99,111,110,116,97,105,110,101,114,2,1,106,100,45,173,0,8,1,12,46,99,111,111,107,105,101,115,45,97,115,107,2,1,120,3,107,163,0,8,1,15,46,99,111,111,107,105,101,115,45,98,97,110,110,101,114,2,1,20,29,81,13,0,8,1,13,46,99,111,111,107,105,101,115,45,98,111,100,121,2,1,188,229,198,13,0,8,1,36,46,99,111,111,107,105,101,115,45,99,111,110,115,101,110,116,45,101,100,105,116,45,108,105,110,107,45,99,111,110,116,97,105,110,101,114,2,1,143,135,34,250,0,8,1,21,46,99,111,111,107,105,101,115,45,104,111,109,101,95,111,118,101,114,108,97,121,2,1,160,163,253,225,0,8,1,16,46,99,111,111,107,105,101,115,45,109,101,115,115,97,103,101,2,1,160,163,255,121,0,8,1,25,46,99,111,111,107,105,101,115,45,109,111,100,97,108,45,102,111,111,116,101,114,45,99,109,112,2,1,239,114,69,81,0,8,1,37,46,99,111,111,107,105,101,115,45,109,111,100,97,108,45,109,111,100,117,108,101,45,45,119,114,97,112,112,101,114,45,45,49,55,87,74,82,2,1,11,63,97,115,0,8,1,15,46,99,111,111,107,105,101,115,45,109,111,100,97,108,115,2,1,109,186,121,147,0,8,1,44,46,99,111,111,107,105,101,115,45,110,111,116,105,99,101,95,95,83,116,121,108,101,100,67,111,111,107,105,101,78,111,116,105,99,101,45,117,98,51,105,102,122,45,48,2,1,120,94,95,254,0,8,1,15,46,99,111,111,107,105,101,115,45,111,118,101,114,108,121,2,1,77,122,187,42,0,8,1,22,46,99,111,111,107,105,101,115,45,112,111,108,105,99,121,45,104,111,108,100,101,114,2,1,35,17,106,49,0,8,1,25,46,99,111,111,107,105,101,115,45,112,111,108,105,116,105,99,95,95,115,101,99,116,105,111,110,2,1,211,10,33,118,0,8,1,14,46,99,111,111,107,105,101,115,45,112,111,112,117,112,2,1,14,103,228,137,0,8,1,19,46,99,111,111,107,105,101,115,45,114,101,103,117,108,97,116,105,111,110,2,1,178,52,164,123,0,8,1,13,46,99,111,111,107,105,101,115,45,115,104,111,119,2,1,116,211,102,19,0,8,1,16,46,99,111,111,107,105,101,115,45,119,97,114,110,105,110,103,2,1,123,109,75,180,0,8,1,24,46,99,111,111,107,105,101,115,67,111,110,115,101,110,116,95,95,119,114,97,112,112,101,114,2,1,60,47,109,95,0,8,1,19,46,99,111,111,107,105,101,115,79,112,116,73,110,66,97,110,110,101,114,2,1,158,214,37,50,0,8,1,33,46,99,111,111,107,105,101,115,80,111,108,105,99,121,95,99,111,111,107,105,101,95,119,97,114,112,95,95,55,54,86,119,79,2,1,108,78,39,162,0,8,1,16,46,99,111,111,107,105,101,115,95,95,98,97,110,110,101,114,2,1,148,179,75,216,0,8,1,15,46,99,111,111,107,105,101,115,95,95,99,111,118,101,114,2,1,142,49,74,57,0,8,1,32,46,99,111,111,107,105,101,115,95,99,111,110,116,97,105,110,101,114,67,108,97,115,115,101,115,95,95,85,88,110,119,77,2,1,190,17,170,72,0,8,1,12,46,99,111,111,107,105,101,115,95,110,116,102,2,1,212,175,113,213,0,8,1,19,46,99,111,111,107,105,101,115,95,112,114,111,99,101,115,115,105,110,103,2,1,24,40,227,2,0,8,1,16,46,99,111,111,107,105,101,115,95,115,101,99,116,105,111,110,2,1,100,168,24,143,0,8,1,23,46,99,111,111,107,105,101,115,95,119,114,97,112,112,101,114,95,95,95,122,73,101,67,2,1,224,45,27,80,0,8,1,11,46,99,111,111,107,105,101,115,104,111,119,2,1,200,74,81,174,0,8,1,10,46,99,111,111,107,105,101,116,105,112,2,1,5,45,96,106,0,8,1,7,46,99,111,111,107,105,115,2,1,196,51,112,53,0,8,1,23,46,99,111,111,112,115,115,110,45,99,45,99,111,111,107,105,101,110,111,116,105,99,101,2,1,133,160,72,78,0,8,1,4,46,99,111,112,2,3,122,128,122,89,125,26,41,211,130,245,247,139,0,8,1,9,46,99,111,112,95,100,109,99,97,2,1,128,253,135,95,0,8,1,19,46,99,111,112,99,45,99,111,111,107,105,101,45,98,97,110,110,101,114,2,1,187,234,240,118,0,8,1,6,46,99,111,112,114,111,2,1,75,147,19,148,0,8,1,17,46,99,111,112,121,114,105,103,104,116,45,98,97,110,110,101,114,2,1,199,138,124,1,0,8,1,13,46,99,111,114,112,45,98,97,110,110,101,114,115,2,1,121,93,220,18,0,8,1,24,46,99,111,114,112,111,114,97,116,101,45,110,111,116,105,99,101,45,98,97,110,110,101,114,2,1,81,224,34,150,0,8,1,14,46,99,111,117,110,116,114,121,45,112,111,112,117,112,2,1,38,157,103,149,0,8,1,22,46,99,111,117,114,105,101,114,45,109,111,100,97,108,45,111,118,101,114,108,97,121,2,2,0,251,73,234,99,20,188,198,0,8,1,17,46,99,111,117,115,116,111,109,99,111,111,107,105,101,112,111,112,2,1,183,48,163,86,0,8,1,10,46,99,111,118,101,114,83,104,111,119,2,1,137,169,156,141,0,8,1,17,46,99,112,45,97,108,101,114,116,45,109,101,115,115,97,103,101,2,1,154,95,43,217,0,8,1,19,46,99,112,45,99,111,111,107,105,101,45,116,105,112,45,101,117,114,111,2,1,148,180,153,152,0,8,1,22,46,99,112,45,105,110,102,111,45,98,97,114,45,99,111,110,116,97,105,110,101,114,2,1,218,100,46,12,0,8,1,19,46,99,112,45,112,111,112,117,112,45,99,111,110,116,97,105,110,101,114,2,1,143,105,209,240,0,8,1,10,46,99,112,95,100,105,97,108,111,103,2,1,38,157,157,7,0,8,1,10,46,99,112,99,45,102,108,111,97,116,2,1,130,31,86,73,0,8,1,14,46,99,114,117,109,98,115,45,98,97,110,110,101,114,2,1,58,128,207,154,0,8,1,3,46,99,115,2,1,63,87,186,121,0,8,1,10,46,99,115,95,98,97,110,110,101,114,2,1,192,160,196,151,0,8,1,19,46,99,115,109,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,2,1,225,158,217,191,0,8,1,12,46,99,115,115,45,49,52,103,50,101,110,56,2,1,208,128,224,164,0,8,1,12,46,99,115,115,45,49,54,113,118,112,50,55,2,1,220,222,147,178,0,8,1,12,46,99,115,115,45,49,103,120,55,111,50,106,2,1,108,51,89,112,0,8,1,21,46,99,115,115,45,49,107,122,115,118,99,104,46,101,53,117,107,113,49,49,48,2,1,160,163,255,121,0,8,1,12,46,99,115,115,45,49,108,104,102,54,51,103,2,1,147,182,101,124,0,8,1,12,46,99,115,115,45,49,108,120,122,110,109,112,2,1,40,233,188,172,0,8,1,12,46,99,115,115,45,49,109,55,118,101,53,115,2,1,190,253,15,117,0,8,1,12,46,99,115,115,45,49,112,49,54,53,50,105,2,1,90,91,207,37,0,8,1,12,46,99,115,115,45,49,116,103,49,116,108,100,2,1,133,151,49,197,0,8,1,12,46,99,115,115,45,49,117,115,110,108,121,102,2,1,148,184,120,215,0,8,1,12,46,99,115,115,45,49,119,48,121,50,101,115,2,1,214,54,204,16,0,8,1,12,46,99,115,115,45,49,119,56,56,49,101,109,2,1,207,248,235,211,0,8,1,11,46,99,115,115,45,52,54,98,115,115,53,2,1,37,144,203,247,0,8,1,30,46,99,115,115,45,98,117,56,119,104,120,45,68,105,118,66,97,110,110,101,114,67,111,110,116,97,105,110,101,114,2,1,66,46,160,42,0,8,1,11,46,99,115,115,45,100,106,105,55,114,119,2,1,88,148,43,173,0,8,1,11,46,99,115,115,45,104,53,50,114,99,56,2,3,75,153,88,69,144,234,151,210,182,35,210,222,0,8,1,33,46,99,115,115,45,109,117,120,122,110,114,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,45,80,97,110,101,108,2,1,19,122,206,118,0,8,1,11,46,99,115,115,45,118,108,111,117,108,102,2,1,125,116,28,30,0,8,1,11,46,99,115,115,45,119,122,118,105,113,110,2,1,36,202,186,252,0,8,1,12,46,99,115,115,95,95,111,105,97,115,115,102,2,1,197,78,251,180,0,8,1,20,46,99,117,95,107,95,109,111,100,97,108,95,109,97,105,110,95,98,111,120,2,1,242,175,86,111,0,8,1,7,46,99,117,112,106,109,97,2,1,30,132,59,185,0,8,1,8,46,99,117,114,116,97,105,110,2,1,217,61,253,222,0,8,1,23,46,99,117,115,116,111,109,45,111,110,101,116,114,117,115,116,45,98,97,110,110,101,114,2,1,170,16,86,2,0,8,1,24,46,99,117,115,116,111,109,99,111,111,107,105,101,45,45,98,97,110,101,114,109,97,105,110,2,1,185,72,104,190,0,8,1,26,46,99,117,115,116,111,109,101,114,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,2,1,28,79,149,44,0,8,1,12,46,99,118,50,45,119,114,97,112,112,101,114,2,1,122,136,136,135,0,8,1,11,46,99,119,45,99,111,111,107,105,101,115,2,1,16,7,11,39,0,8,1,25,46,99,119,45,99,111,111,107,105,101,115,45,112,111,108,105,99,121,45,98,97,110,110,101,114,2,1,43,159,231,184,0,8,1,7,46,99,119,74,87,109,101,2,1,171,143,93,202,0,8,1,16,46,99,121,45,99,111,111,107,105,101,45,112,111,112,117,112,2,1,99,41,44,185,0,8,1,7,46,99,122,97,98,114,98,2,1,76,125,65,108,0,8,1,25,46,99,122,116,45,99,111,111,107,105,101,45,98,97,114,95,95,98,97,99,107,100,114,111,112,2,1,242,155,140,80,0,8,1,8,46,99,122,117,102,112,121,106,2,1,62,151,250,221,0,8,1,8,46,100,45,98,108,111,99,107,2,1,40,247,18,154,0,8,1,12,46,100,45,99,99,45,45,109,111,100,97,108,2,1,121,82,58,243,0,8,1,21,46,100,45,99,99,45,45,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,1,121,82,58,243,0,8,1,17,46,100,65,80,110,101,77,46,115,99,45,102,70,71,106,72,73,2,1,150,216,229,208,0,8,1,7,46,100,69,73,109,74,89,2,1,122,171,70,9,0,8,1,7,46,100,76,67,108,119,76,2,1,128,97,184,44,0,8,1,7,46,100,80,121,76,107,90,2,1,63,14,35,193,0,8,1,7,46,100,83,68,72,112,121,2,1,127,50,233,83,0,8,1,7,46,100,83,69,114,79,72,2,1,250,8,73,166,0,8,1,7,46,100,83,109,71,78,70,2,1,201,214,207,247,0,8,1,7,46,100,88,68,88,100,66,2,1,90,1,247,82,0,8,1,11,46,100,97,114,107,83,99,114,101,101,110,2,1,142,239,69,208,0,8,1,7,46,100,97,114,107,101,110,2,1,232,29,241,219,0,8,1,18,46,100,97,116,97,45,99,111,110,115,101,110,116,45,101,100,103,101,2,1,244,29,197,226,0,8,1,17,46,100,97,116,97,67,111,110,115,101,110,116,77,111,100,97,108,2,1,55,51,109,152,0,8,1,16,46,100,98,45,67,111,111,107,105,101,66,97,110,110,101,114,2,1,90,134,252,23,0,8,1,25,46,100,99,45,99,111,111,107,105,101,45,98,97,110,110,101,114,45,119,114,97,112,112,101,114,2,1,121,92,45,103,0,8,1,7,46,100,100,89,72,81,86,2,1,21,143,134,25,0,8,1,39,46,100,100,115,119,101,98,45,99,111,111,107,105,101,115,45,110,111,116,105,102,105,99,97,116,105,111,110,95,95,99,111,110,116,97,105,110,101,114,2,1,126,8,240,210,0,8,1,23,46,100,101,118,115,105,116,101,45,102,111,111,116,101,114,45,117,116,105,108,105,116,121,2,1,46,100,15,64,0,8,1,23,46,100,101,118,115,105,116,101,45,115,110,97,99,107,98,97,114,45,105,110,110,101,114,2,1,236,221,92,170,0,8,1,8,46,100,104,108,45,99,103,107,2,1,38,156,254,76,0,8,1,7,46,100,105,97,108,111,103,2,1,198,56,132,24,0,8,1,30,46,100,105,97,108,111,103,45,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,112,114,111,109,112,116,2,1,157,190,95,1,0,8,1,20,46,100,105,97,108,111,103,45,97,112,112,95,95,98,108,111,99,107,101,114,2,1,255,8,198,135,0,8,1,15,46,100,105,97,108,111,103,45,109,97,110,97,103,101,114,2,1,137,146,68,74,0,8,1,15,46,100,105,97,108,111,103,45,109,101,115,115,97,103,101,2,3,108,37,253,167,123,12,242,229,199,121,29,168,0,8,1,22,46,100,105,97,108,111,103,45,119,105,100,103,101,116,45,99,111,110,116,101,110,116,2,3,45,75,211,146,127,139,222,26,220,66,179,223,0,8,1,11,46,100,105,97,108,111,103,66,111,100,121,2,1,254,248,122,71,0,8,1,16,46,100,105,97,108,111,103,67,111,110,116,97,105,110,101,114,2,1,170,132,98,79,0,8,1,7,46,100,105,101,72,86,78,2,1,2,102,199,252,0,8,1,27,46,100,105,103,45,83,110,97,99,107,98,97,114,91,114,111,108,101,61,34,97,108,101,114,116,34,93,2,1,85,56,195,114,0,8,1,12,46,100,105,115,95,109,101,115,115,97,103,101,2,2,91,57,96,115,128,52,251,120,0,8,1,21,46,100,105,115,99,108,97,105,109,101,114,45,99,111,110,116,97,105,110,101,114,2,1,128,183,146,4,0,8,1,16,46,100,105,115,99,108,97,105,109,101,114,45,110,111,116,101,2,1,158,185,254,221,0,8,1,18,46,100,105,115,99,108,97,105,109,101,114,45,110,111,116,105,99,101,2,1,199,171,156,181,0,8,1,19,46,100,105,115,99,108,97,105,109,101,114,45,111,118,101,114,108,97,121,2,1,194,70,152,214,0,8,1,16,46,100,105,115,99,108,97,105,109,101,114,45,116,101,120,116,2,1,52,174,75,193,0,8,1,19,46,100,105,115,99,108,97,105,109,101,114,95,95,95,122,50,68,76,74,2,1,148,181,113,59,0,8,1,15,46,100,105,115,99,108,97,105,109,101,114,95,119,101,98,2,1,62,128,134,247,0,8,1,22,46,100,105,115,99,108,97,105,109,101,114,115,45,99,111,110,116,97,105,110,101,114,2,1,217,212,52,133,0,8,1,16,46,100,105,115,99,108,111,115,117,114,101,45,99,97,114,100,2,1,239,253,139,202,0,8,1,22,46,100,105,115,99,108,111,115,117,114,101,45,102,105,120,101,100,45,115,108,97,98,2,1,129,34,132,108,0,8,1,21,46,100,105,115,99,108,111,115,117,114,101,45,109,111,100,97,108,45,100,105,118,2,1,140,101,100,156,0,8,1,15,46,100,105,115,99,114,101,101,116,45,97,108,101,114,116,2,1,80,204,66,91,0,8,1,19,46,100,105,115,109,105,115,115,105,98,108,101,45,98,97,110,110,101,114,2,1,129,189,191,56,0,8,1,14,46,100,105,118,45,98,108,111,99,107,45,50,49,55,2,1,159,107,40,104,0,8,1,11,46,100,105,118,95,115,116,105,99,107,121,2,1,19,196,82,125,0,8,1,31,46,100,109,98,45,110,111,116,105,102,105,99,97,116,105,111,110,115,45,97,106,97,120,45,119,114,97,112,112,101,114,2,1,196,155,3,102,0,8,1,18,46,100,109,119,115,45,102,45,112,111,112,117,112,45,119,114,97,112,2,1,148,235,3,69,0,8,1,24,46,100,111,109,101,115,116,105,99,45,104,101,97,100,101,114,45,119,114,97,112,112,101,114,2,1,38,157,104,207,0,8,1,14,46,100,111,110,97,116,101,45,98,97,110,110,101,114,2,1,160,164,24,11,0,8,1,26,46,100,111,116,118,118,109,45,99,111,110,116,114,105,98,45,99,111,111,107,105,101,45,98,97,114,2,1,63,150,172,222,0,8,1,9,46,100,111,119,110,45,110,97,118,2,1,83,226,108,13,0,8,1,11,46,100,111,119,110,102,111,111,116,101,114,2,1,119,59,106,232,0,8,1,7,46,100,113,103,111,89,110,2,1,35,160,174,152,0,8,1,15,46,100,114,97,119,101,114,45,119,114,97,112,112,101,114,2,1,86,42,90,62,0,8,1,5,46,100,114,111,112,2,1,251,230,230,138,0,8,1,26,46,100,115,103,118,111,119,112,112,108,117,103,105,110,45,103,108,111,98,97,108,111,112,116,105,110,2,1,3,240,104,95,0,8,1,11,46,100,117,109,109,121,45,116,101,120,116,2,1,93,35,57,86,0,8,1,28,46,100,119,99,45,45,83,105,97,67,111,111,107,105,101,95,95,80,111,112,117,112,67,111,111,107,105,101,2,1,62,157,6,152,0,8,1,38,46,100,121,95,102,117,108,108,95,119,105,100,116,104,95,110,111,116,105,102,105,99,97,116,105,111,110,115,95,99,111,110,116,97,105,110,101,114,2,1,127,197,65,33,0,8,1,10,46,101,49,51,113,53,57,48,110,49,2,1,62,81,103,83,0,8,1,10,46,101,49,106,111,54,48,99,101,48,2,1,122,128,95,220,0,8,1,10,46,101,49,110,98,115,105,57,108,48,2,1,38,157,104,207,0,8,1,10,46,101,49,116,98,120,111,106,107,48,2,1,121,197,173,1,0,8,1,9,46,101,49,118,101,54,51,114,50,2,1,125,140,87,147,0,8,1,10,46,101,49,119,98,100,119,53,122,48,2,1,46,241,11,249,0,8,1,10,46,101,49,121,110,104,113,98,105,49,2,1,66,46,160,42,0,8,1,21,46,101,52,51,100,51,98,57,57,100,51,52,102,102,102,55,56,48,99,56,57,2,1,52,157,78,208,0,8,1,9,46,101,52,98,113,52,52,111,50,2,1,127,194,198,107,0,8,1,9,46,101,52,120,98,108,116,51,48,2,1,17,49,93,154,0,8,1,9,46,101,56,112,120,119,57,105,48,2,1,251,70,156,131,0,8,1,7,46,101,67,113,65,106,73,2,1,148,187,119,58,0,8,1,7,46,101,72,80,84,118,70,2,1,233,210,116,234,0,8,1,7,46,101,74,87,80,90,79,2,1,222,234,117,42,0,8,1,7,46,101,80,84,100,77,89,2,1,72,104,106,246,0,8,1,7,46,101,83,74,81,111,78,2,1,231,192,128,36,0,8,1,17,46,101,83,105,118,104,98,46,115,99,45,107,65,100,88,101,68,2,1,13,135,150,165,0,8,1,5,46,101,98,45,49,2,1,72,172,55,154,0,8,1,8,46,101,98,45,115,104,100,49,2,1,82,25,81,189,0,8,1,8,46,101,101,97,45,112,111,112,2,1,188,68,227,132,0,8,1,9,46,101,101,115,48,118,56,105,49,2,1,238,172,58,107,0,8,1,21,46,101,102,105,108,108,105,45,108,97,121,111,117,116,45,108,101,103,97,99,121,2,1,146,8,151,235,0,8,1,12,46,101,103,121,109,45,112,114,111,109,112,116,2,1,148,181,198,242,0,8,1,9,46,101,104,51,104,115,48,97,53,2,1,38,157,104,207,0,8,1,9,46,101,107,101,114,103,110,116,51,2,1,147,217,73,37,0,8,1,9,46,101,108,51,56,102,50,98,48,2,1,148,184,120,215,0,8,1,16,46,101,108,67,111,111,107,105,101,67,111,110,115,101,110,116,2,1,38,103,89,216,0,8,1,22,46,101,108,97,115,116,105,99,45,99,111,111,107,105,101,45,110,111,116,105,99,101,2,1,113,103,121,109,0,8,1,27,46,101,108,101,109,101,110,116,111,114,45,101,108,101,109,101,110,116,45,49,48,102,102,51,100,99,55,2,1,4,240,249,214,0,8,1,26,46,101,108,101,109,101,110,116,111,114,45,101,108,101,109,101,110,116,45,51,102,48,54,52,48,49,2,1,98,60,171,143,0,8,1,27,46,101,108,101,109,101,110,116,111,114,45,101,108,101,109,101,110,116,45,55,98,102,54,102,99,97,98,2,1,114,4,49,43,0,8,1,26,46,101,108,101,109,101,110,116,111,114,45,108,111,99,97,116,105,111,110,45,102,111,111,116,101,114,2,1,86,53,36,85,0,8,1,12,46,101,108,101,118,97,116,105,111,110,45,56,2,2,121,28,153,180,204,76,238,134,0,8,1,9,46,101,110,55,121,109,102,101,48,2,1,227,197,132,73,0,8,1,22,46,101,110,103,97,103,101,98,97,121,45,103,100,112,114,45,100,105,97,108,111,103,2,1,210,104,207,29,0,8,1,8,46,101,110,113,50,101,108,48,2,1,90,170,26,101,0,8,1,9,46,101,116,116,111,102,54,104,52,2,1,173,38,199,95,0,8,1,6,46,101,117,45,100,112,2,1,197,220,194,19,0,8,1,11,46,101,117,45,109,101,115,115,97,103,101,2,1,237,128,104,91,0,8,1,9,46,101,117,45,112,111,112,117,112,2,2,136,111,228,252,148,106,246,59,0,8,1,11,46,101,117,45,112,114,105,118,97,99,121,2,1,39,7,235,151,0,8,1,7,46,101,117,112,111,117,89,2,1,56,16,10,4,0,8,1,24,46,101,118,116,45,110,111,116,105,102,105,99,97,116,105,111,110,45,98,111,116,116,111,109,2,1,54,168,89,164,0,8,1,9,46,101,119,55,55,54,54,57,54,2,1,72,171,22,135,0,8,1,32,46,101,120,105,100,101,45,103,116,109,45,115,99,114,105,112,116,115,45,109,111,100,97,108,45,119,114,97,112,112,101,114,2,1,104,148,206,246,0,8,1,18,46,101,120,108,45,99,111,111,107,105,101,45,98,97,110,110,101,114,2,1,204,175,50,74,0,8,1,31,46,101,120,112,108,105,99,105,116,45,99,111,111,107,105,101,45,98,97,110,110,101,114,45,119,114,97,112,112,101,114,2,1,252,31,207,162,0,8,1,19,46,101,120,112,108,111,114,101,114,45,110,45,112,114,105,118,97,99,121,2,1,137,252,94,216,0,8,1,21,46,102,45,99,109,112,45,102,108,121,111,117,116,45,119,114,97,112,112,101,114,2,1,121,209,41,231,0,8,1,19,46,102,45,99,111,111,107,105,101,46,99,111,110,116,97,105,110,101,114,2,1,124,167,211,71,0,8,1,8,46,102,52,108,112,118,119,100,2,1,185,85,61,62,0,8,1,7,46,102,67,116,66,105,69,2,1,240,124,118,185,0,8,1,7,46,102,68,117,70,69,118,2,1,209,181,190,215,0,8,1,38,46,102,70,79,105,76,81,46,69,107,108,50,70,65,46,82,78,70,78,73,65,46,95,57,121,45,66,89,81,46,95,49,67,122,121,71,104,98,2,1,127,57,106,115,0,8,1,7,46,102,86,73,109,83,76,2,1,190,28,192,237,0,8,1,7,46,102,90,105,80,65,71,2,1,127,55,184,147,0,8,1,14,46,102,97,99,45,99,111,111,107,105,101,98,111,116,2,1,137,78,166,95,0,8,1,8,46,102,97,100,101,45,105,110,2,1,121,220,149,233,0,8,1,7,46,102,97,100,101,77,101,2,1,251,49,179,107,0,8,1,16,46,102,97,110,99,121,98,111,120,45,111,112,101,110,101,100,2,1,148,186,173,126,0,8,1,17,46,102,97,110,99,121,98,111,120,45,111,118,101,114,108,97,121,2,3,138,90,201,158,148,186,173,126,171,138,36,219,0,8,1,14,46,102,97,110,99,121,98,111,120,45,119,114,97,112,2,1,138,90,201,158,0,8,1,13,46,102,101,97,116,104,101,114,108,105,103,104,116,2,1,48,96,64,36,0,8,1,17,46,102,101,101,100,98,97,99,107,45,118,105,115,105,98,108,101,2,1,86,103,250,120,0,8,1,6,46,102,103,95,110,51,2,1,123,172,179,48,0,8,1,13,46,102,105,103,109,97,45,98,57,55,48,107,120,2,1,127,50,15,0,0,8,1,19,46,102,105,114,115,116,45,116,105,109,101,45,118,105,115,105,116,111,114,2,2,14,146,225,213,101,242,23,25,0,8,1,13,46,102,105,114,115,116,84,105,109,101,84,105,112,2,1,78,56,23,239,0,8,1,7,46,102,105,120,66,97,114,2,1,118,178,242,159,0,8,1,6,46,102,105,120,101,100,2,1,126,180,174,53,0,8,1,14,46,102,105,120,101,100,45,111,118,101,114,108,97,121,2,1,101,160,213,80,0,8,1,14,46,102,105,120,101,100,45,119,97,114,110,105,110,103,2,1,15,98,95,133,0,8,1,22,46,102,105,120,101,100,46,98,103,45,103,112,45,103,114,101,101,110,45,49,48,48,2,1,215,38,29,103,0,8,1,22,46,102,105,120,101,100,46,98,103,45,103,114,101,121,45,100,97,114,107,101,115,116,2,1,54,249,180,102,0,8,1,16,46,102,105,120,101,100,46,98,111,116,116,111,109,45,50,52,2,1,62,54,249,228,0,8,1,26,46,102,105,120,101,100,46,114,111,117,110,100,101,100,45,108,103,46,98,111,116,116,111,109,45,48,2,1,22,58,220,56,0,8,1,15,46,102,105,120,101,100,80,111,108,105,99,121,66,111,120,2,1,85,88,144,18,0,8,1,12,46,102,105,120,101,100,82,101,103,105,111,110,2,1,190,156,16,216,0,8,1,13,46,102,105,120,101,100,95,98,116,109,95,98,103,2,1,226,164,135,82,0,8,1,9,46,102,105,120,101,100,98,97,114,2,1,213,5,153,113,0,8,1,9,46,102,105,120,101,100,98,111,116,2,2,86,157,77,161,126,1,148,179,0,8,1,10,46,102,108,45,97,99,99,101,112,116,2,1,161,62,122,51,0,8,1,13,46,102,108,97,115,104,45,98,111,116,116,111,109,2,1,198,87,42,124,0,8,1,19,46,102,108,97,115,104,45,102,105,120,101,100,45,98,111,116,116,111,109,2,1,100,63,155,166,0,8,1,27,46,102,108,97,115,104,45,109,101,115,115,97,103,101,45,97,110,110,111,117,110,99,101,109,101,110,116,2,1,2,255,184,13,0,8,1,23,46,102,108,97,115,104,45,109,101,115,115,97,103,101,95,95,119,114,97,112,112,101,114,2,2,38,157,169,184,140,66,234,165,0,8,1,15,46,102,108,101,120,45,99,111,110,116,97,105,110,101,114,2,1,173,216,165,185,0,8,1,17,46,102,108,101,120,46,99,111,111,107,105,101,95,119,114,97,112,2,1,12,101,2,201,0,8,1,6,46,102,108,111,97,116,2,1,74,86,154,246,0,8,1,10,46,102,108,111,97,116,45,98,97,114,2,3,65,250,164,60,113,193,149,166,128,97,107,165,0,8,1,13,46,102,108,111,97,116,45,98,111,116,116,111,109,2,1,127,252,20,62,0,8,1,21,46,102,108,111,97,116,45,99,111,111,107,105,101,45,119,114,97,112,112,101,114,2,1,181,62,13,69,0,8,1,20,46,102,108,111,97,116,45,109,101,115,115,97,103,101,95,95,119,114,97,112,2,8,27,178,253,255,69,89,123,172,78,125,29,5,83,224,71,204,98,54,121,212,161,136,36,107,215,22,193,193,227,185,178,190,0,8,1,21,46,102,108,111,97,116,45,118,101,114,116,105,99,97,108,45,112,97,110,101,108,2,1,148,148,218,185,0,8,1,12,46,102,108,111,97,116,70,111,111,116,101,114,2,2,26,191,0,194,40,54,196,117,0,8,1,11,46,102,108,111,97,116,80,111,112,117,112,2,1,35,89,37,252,0,8,1,13,46,102,108,111,97,116,105,110,103,45,98,97,114,2,2,72,83,96,51,166,191,47,41,0,8,1,44,46,102,108,111,97,116,105,110,103,45,103,114,111,117,112,46,70,108,111,97,116,105,110,103,71,114,111,117,112,46,98,117,98,98,108,101,45,101,108,101,109,101,110,116,2,1,95,227,82,153,0,8,1,24,46,102,108,111,119,97,112,112,122,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,2,3,22,48,173,193,154,7,215,167,243,162,21,62,0,8,1,17,46,102,111,111,98,97,114,45,99,111,110,116,97,105,110,101,114,2,1,72,115,99,158,0,8,1,7,46,102,111,111,116,101,114,2,4,26,214,131,85,67,148,9,225,126,249,152,223,177,30,236,40,0,8,1,20,46,102,111,111,116,101,114,45,97,110,110,111,117,110,99,101,109,101,110,116,2,1,65,119,228,49,0,8,1,11,46,102,111,111,116,101,114,45,98,97,114,2,1,125,116,162,243,0,8,1,17,46,102,111,111,116,101,114,45,102,105,120,101,100,45,98,97,114,2,1,236,20,40,66,0,8,1,14,46,102,111,111,116,101,114,45,110,111,116,105,99,101,2,1,244,196,99,91,0,8,1,26,46,102,111,111,116,101,114,45,110,111,116,105,102,105,99,97,116,105,111,110,45,112,111,112,117,112,2,1,137,217,243,165,0,8,1,14,46,102,111,111,116,101,114,45,112,111,108,105,99,121,2,3,23,246,146,210,49,203,178,64,58,14,180,93,0,8,1,13,46,102,111,111,116,101,114,45,112,111,112,117,112,2,2,83,132,221,222,209,237,147,131,0,8,1,18,46,102,111,111,116,101,114,45,115,116,97,116,101,109,101,110,116,115,2,1,159,182,170,127,0,8,1,15,46,102,111,111,116,101,114,45,119,114,97,112,112,101,114,2,1,165,24,151,229,0,8,1,15,46,102,111,111,116,101,114,95,95,98,97,110,110,101,114,2,1,202,34,178,97,0,8,1,15,46,102,111,111,116,101,114,95,95,110,111,116,105,99,101,2,3,58,122,113,11,103,224,165,147,152,67,168,93,0,8,1,24,46,102,111,111,116,101,114,95,100,105,115,99,108,97,105,109,101,114,95,98,108,111,99,107,2,1,1,88,67,209,0,8,1,22,46,102,111,111,116,101,114,95,112,114,105,118,97,99,121,95,112,111,108,105,99,121,2,1,228,102,144,203,0,8,1,10,46,102,111,111,116,101,114,109,115,103,2,1,133,231,99,98,0,8,1,9,46,102,111,116,45,102,105,120,100,2,1,111,235,29,162,0,8,1,6,46,102,112,67,100,109,2,1,38,157,28,48,0,8,1,24,46,102,114,97,109,101,114,45,49,122,97,110,50,55,45,99,111,110,116,97,105,110,101,114,2,1,148,187,40,181,0,8,1,7,46,102,114,117,98,71,88,2,1,172,196,6,134,0,8,1,11,46,102,115,45,99,111,110,115,101,110,116,2,1,28,43,1,72,0,8,1,18,46,102,115,45,99,111,110,115,101,110,116,95,98,97,110,110,101,114,2,1,17,113,34,229,0,8,1,17,46,102,115,45,99,111,111,107,105,101,45,98,97,110,110,101,114,2,2,82,179,0,34,220,96,253,130,0,8,1,23,46,102,115,95,99,99,45,98,97,110,110,101,114,95,99,111,109,112,111,110,101,110,116,2,1,248,217,28,117,0,8,1,19,46,102,115,105,45,108,97,121,111,117,116,45,110,111,116,105,99,101,115,2,1,30,163,203,37,0,8,1,18,46,102,115,110,45,110,111,116,105,102,105,99,97,116,105,111,110,115,2,1,133,202,4,78,0,8,1,13,46,102,117,108,108,45,111,118,101,114,108,97,121,2,1,252,104,85,13,0,8,1,29,46,102,120,103,45,97,108,101,114,116,95,95,102,100,120,95,99,111,111,107,105,101,95,110,111,116,105,99,101,2,1,127,239,71,198,0,8,1,11,46,102,120,115,95,102,111,111,116,101,114,2,1,242,197,89,199,0,8,1,9,46,103,45,100,105,97,108,111,103,2,1,148,181,65,54,0,8,1,7,46,103,69,81,119,118,79,2,2,57,117,165,140,184,2,94,177,0,8,1,7,46,103,81,73,68,99,79,2,1,35,160,174,152,0,8,1,6,46,103,97,111,111,112,2,1,10,139,39,242,0,8,1,15,46,103,97,115,45,99,111,111,107,105,101,45,98,97,114,2,1,29,205,193,34,0,8,1,17,46,103,97,116,101,119,97,121,67,111,110,116,97,105,110,101,114,2,1,1,140,167,163,0,8,1,15,46,103,98,95,99,111,111,107,105,101,95,105,110,102,111,2,1,73,106,178,141,0,8,1,18,46,103,98,99,45,110,111,116,105,102,105,99,97,116,105,111,110,115,2,1,228,137,99,141,0,8,1,10,46,103,99,98,95,51,53,53,53,54,2,2,153,166,119,171,214,205,172,244,0,8,1,12,46,103,100,112,114,45,45,109,111,100,97,108,2,1,2,186,244,220,0,8,1,11,46,103,100,112,114,45,99,104,101,99,107,2,1,54,231,115,22,0,8,1,28,46,103,100,112,114,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,45,119,114,97,112,112,101,114,2,1,14,95,94,146,0,8,1,20,46,103,100,112,114,45,99,111,111,107,105,101,45,119,114,97,112,112,101,114,2,1,183,10,82,39,0,8,1,11,46,103,100,112,114,45,105,110,110,101,114,2,1,129,202,217,29,0,8,1,11,46,103,100,112,114,45,109,111,100,97,108,2,1,208,35,9,75,0,8,1,25,46,103,100,112,114,45,109,111,100,117,108,101,45,45,103,100,112,114,45,45,57,48,56,98,49,2,1,126,82,200,75,0,8,1,12,46,103,100,112,114,45,119,105,110,100,111,119,2,2,126,250,242,120,150,63,28,110,0,8,1,10,46,103,100,112,114,84,104,101,109,101,2,2,10,152,58,145,207,215,150,36,0,8,1,13,46,103,100,112,114,95,95,104,111,108,100,101,114,2,1,9,24,86,96,0,8,1,11,46,103,100,112,114,95,98,108,111,99,107,2,1,127,196,144,190,0,8,1,12,46,103,100,112,114,95,104,111,108,100,101,114,2,1,39,169,230,23,0,8,1,23,46,103,101,110,101,115,105,115,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,2,1,72,29,187,103,0,8,1,21,46,103,102,117,45,102,108,111,97,116,105,110,103,45,109,101,115,115,97,103,101,2,1,76,34,87,32,0,8,1,14,46,103,103,45,99,115,115,45,55,55,105,117,57,111,2,1,65,15,80,7,0,8,1,14,46,103,105,110,103,101,114,95,98,97,110,110,101,114,2,1,68,150,133,79,0,8,1,7,46,103,107,72,103,99,80,2,2,0,104,199,129,190,190,188,63,0,8,1,7,46,103,107,90,99,103,122,2,1,159,39,167,115,0,8,1,6,46,103,108,45,99,109,2,1,215,130,154,202,0,8,1,6,46,103,108,65,102,105,2,1,40,214,170,184,0,8,1,13,46,103,108,111,98,97,108,45,97,108,101,114,116,2,1,153,46,38,42,0,8,1,22,46,103,108,111,98,97,108,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,2,1,130,198,93,237,0,8,1,16,46,103,108,111,98,97,108,45,109,101,115,115,97,103,101,115,2,1,74,166,110,149,0,8,1,14,46,103,108,111,98,97,108,45,110,111,116,105,99,101,2,1,73,147,206,123,0,8,1,13,46,103,108,111,98,97,108,45,110,111,116,105,102,2,1,128,137,133,173,0,8,1,30,46,103,108,111,98,97,108,45,110,111,116,105,102,105,99,97,116,105,111,110,45,99,111,110,116,97,105,110,101,114,2,1,167,159,83,149,0,8,1,26,46,103,108,111,98,97,108,45,111,118,101,114,108,97,121,45,98,97,99,107,103,114,111,117,110,100,2,1,64,134,219,59,0,8,1,27,46,103,108,111,98,97,108,45,116,111,97,115,116,45,45,99,111,111,107,105,101,45,116,111,97,115,116,2,1,244,240,146,75,0,8,1,19,46,103,108,111,98,97,108,65,110,110,111,117,110,99,101,109,101,110,116,2,2,104,250,61,158,127,134,60,119,0,8,1,12,46,103,108,111,98,97,108,79,112,116,73,110,2,1,160,167,180,215,0,8,1,12,46,103,108,111,119,45,98,97,110,110,101,114,2,2,100,206,142,8,133,156,167,7,0,8,1,29,46,103,108,117,101,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,45,98,97,114,2,4,11,57,5,131,68,186,161,48,147,105,209,121,236,221,92,170,0,8,1,7,46,103,109,69,119,87,97,2,1,61,206,139,129,0,8,1,17,46,103,109,116,95,98,108,111,99,107,95,115,99,114,101,101,110,2,1,167,18,146,105,0,8,1,13,46,103,111,50,48,55,50,52,48,56,53,53,49,2,1,204,217,76,70,0,8,1,25,46,103,111,111,103,108,101,45,97,110,97,108,121,116,105,99,115,45,109,101,115,115,97,103,101,2,1,190,15,141,161,0,8,1,21,46,103,111,111,117,116,45,99,111,111,107,105,101,45,111,118,101,114,108,97,121,2,1,120,138,168,116,0,8,1,25,46,103,114,97,110,105,102,121,45,119,105,100,103,101,116,45,99,111,110,116,97,105,110,101,114,2,2,184,196,224,209,195,204,61,57,0,8,1,8,46,103,114,101,121,45,98,103,2,1,124,244,233,119,0,8,1,15,46,103,115,45,99,111,111,107,105,101,45,119,97,108,108,2,1,74,221,45,51,0,8,1,19,46,103,115,99,45,99,111,111,107,105,101,45,115,101,99,116,105,111,110,2,1,228,158,19,226,0,8,1,7,46,103,117,84,105,108,121,2,1,233,43,224,94,0,8,1,10,46,103,117,101,115,116,119,97,114,110,2,1,77,9,93,255,0,8,1,15,46,103,117,103,103,101,110,45,99,111,110,115,101,110,116,2,1,225,121,114,39,0,8,1,7,46,103,121,104,79,112,107,2,1,38,157,76,56,0,8,1,7,46,104,65,80,76,79,65,2,1,233,210,116,234,0,8,1,7,46,104,67,84,79,69,109,2,1,217,82,115,223,0,8,1,17,46,104,97,115,45,110,111,116,105,102,105,99,97,116,105,111,110,2,1,192,211,222,230,0,8,1,7,46,104,99,71,77,85,117,2,1,163,61,150,209,0,8,1,10,46,104,101,97,100,80,111,112,117,112,2,1,87,193,19,12,0,8,1,35,46,104,101,97,100,101,114,45,99,111,109,112,111,110,101,110,116,95,95,109,101,115,115,97,103,101,115,45,111,118,101,114,108,97,121,2,1,126,51,13,166,0,8,1,15,46,104,101,97,100,101,114,45,109,101,115,115,97,103,101,2,1,179,59,204,50,0,8,1,12,46,104,101,97,100,101,114,45,112,101,114,109,2,1,150,99,101,216,0,8,1,13,46,104,101,97,100,101,114,45,115,104,101,101,116,2,1,229,179,8,23,0,8,1,23,46,104,101,97,100,101,114,45,115,116,97,99,107,101,100,45,109,101,115,115,97,103,101,2,1,2,35,152,25,0,8,1,18,46,104,101,97,100,101,114,45,116,111,112,45,98,97,110,110,101,114,2,1,203,69,78,234,0,8,1,9,46,104,101,97,100,110,111,116,101,2,1,198,153,103,147,0,8,1,10,46,104,101,108,108,111,45,98,97,114,2,1,37,123,38,137,0,8,1,20,46,104,105,108,108,97,45,99,111,110,115,101,110,116,45,109,111,100,97,108,2,1,20,69,73,142,0,8,1,46,46,104,109,97,114,116,117,115,45,115,116,111,114,101,45,116,104,101,109,101,45,49,45,120,45,99,111,111,107,105,101,115,77,111,100,97,108,95,95,119,114,97,112,112,101,114,2,1,128,92,3,18,0,8,1,18,46,104,111,109,101,45,97,110,110,111,117,110,99,101,109,101,110,116,2,1,218,7,97,183,0,8,1,24,46,104,116,45,110,111,116,105,102,105,99,97,116,105,111,110,45,115,101,99,116,105,111,110,2,1,108,15,115,48,0,8,1,11,46,104,117,45,119,114,97,112,112,101,114,2,1,123,138,157,62,0,8,1,21,46,104,117,97,119,101,105,45,98,111,111,116,111,109,45,99,111,111,107,105,101,2,1,78,105,197,223,0,8,1,25,46,104,117,97,119,101,105,45,99,111,110,118,101,114,103,101,110,116,45,99,111,111,107,105,101,2,1,12,94,157,231,0,8,1,4,46,104,117,100,2,1,143,203,9,152,0,8,1,13,46,104,117,115,116,108,101,45,112,111,112,117,112,2,1,22,96,163,183,0,8,1,22,46,104,119,105,100,45,98,97,110,110,101,114,66,111,120,45,112,111,114,116,97,108,2,1,35,182,75,132,0,8,1,16,46,104,121,45,109,117,115,107,45,119,114,97,112,112,101,114,2,1,37,144,232,167,0,8,1,12,46,105,65,103,114,101,101,80,111,112,117,112,2,1,74,100,17,88,0,8,1,7,46,105,85,83,118,73,121,2,1,217,82,115,223,0,8,1,7,46,105,90,79,79,79,75,2,1,41,223,59,65,0,8,1,21,46,105,97,97,119,103,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,2,1,126,175,212,157,0,8,1,7,46,105,98,99,68,67,115,2,1,55,186,16,186,0,8,1,17,46,105,98,99,68,67,115,46,115,99,45,100,104,75,100,99,66,2,1,97,109,248,103,0,8,1,9,46,105,98,109,45,115,104,111,119,2,1,38,157,30,10,0,8,1,18,46,105,99,110,45,115,116,105,99,107,121,45,102,111,111,116,101,114,2,1,254,98,34,83,0,8,1,17,46,105,99,111,110,95,114,111,108,108,105,110,103,116,101,120,116,2,1,254,16,68,87,0,8,1,7,46,105,100,69,84,97,78,2,1,127,55,15,72,0,8,1,7,46,105,102,115,66,66,68,2,1,221,116,140,110,0,8,1,14,46,105,103,95,97,99,116,105,111,110,95,98,97,114,2,1,133,170,171,214,0,8,1,7,46,105,108,100,105,69,114,2,1,38,237,174,154,0,8,1,25,46,105,109,112,111,114,116,97,110,116,45,109,101,115,115,97,103,101,45,98,97,110,110,101,114,2,1,189,67,230,0,0,8,1,5,46,105,110,102,111,2,1,65,174,140,193,0,8,1,9,46,105,110,102,111,45,98,97,114,2,1,128,60,231,173,0,8,1,19,46,105,110,102,111,45,98,111,116,116,111,109,45,119,105,110,100,111,119,2,1,137,218,212,131,0,8,1,13,46,105,110,102,111,45,109,101,115,115,97,103,101,2,1,35,63,169,89,0,8,1,9,46,105,110,102,111,45,109,115,103,2,3,129,149,242,9,193,141,0,214,225,119,203,131,0,8,1,12,46,105,110,102,111,95,98,97,110,110,101,114,2,1,60,149,60,117,0,8,1,9,46,105,110,102,111,95,98,111,120,2,1,31,205,139,135,0,8,1,8,46,105,110,102,111,98,97,114,2,1,193,141,0,214,0,8,1,16,46,105,110,102,111,98,97,114,45,109,101,115,115,97,103,101,2,1,98,58,189,172,0,8,1,26,46,105,110,102,111,98,97,114,45,116,111,97,115,116,101,114,45,99,111,110,116,97,105,110,101,114,2,1,142,14,98,194,0,8,1,14,46,105,110,102,111,98,111,120,72,111,108,100,101,114,2,1,123,187,126,93,0,8,1,13,46,105,110,105,116,95,109,101,115,115,97,103,101,2,1,93,148,169,148,0,8,1,7,46,105,110,105,116,97,108,2,1,251,49,179,107,0,8,1,18,46,105,110,115,45,99,111,111,107,105,101,45,98,97,110,110,101,114,2,1,105,55,149,110,0,8,1,12,46,105,110,115,45,110,111,116,105,99,101,115,2,1,45,56,73,125,0,8,1,17,46,105,110,115,101,116,45,48,46,97,98,115,111,108,117,116,101,2,1,59,177,117,94,0,8,1,15,46,105,110,116,101,114,105,109,45,98,97,110,110,101,114,2,1,108,80,50,187,0,8,1,12,46,105,112,117,98,45,99,111,111,107,105,101,2,1,93,82,129,57,0,8,1,7,46,105,113,121,115,120,115,2,1,118,131,35,170,0,8,1,31,46,105,114,111,110,117,115,97,45,99,111,111,107,105,101,45,109,111,100,97,108,45,48,45,120,45,109,111,100,97,108,2,1,96,221,43,49,0,8,1,7,46,105,114,121,112,120,71,2,1,93,95,192,74,0,8,1,11,46,105,115,45,99,111,110,115,101,110,116,2,1,106,73,2,92,0,8,1,23,46,105,115,45,102,105,120,101,100,45,98,111,116,116,111,109,46,110,97,118,98,97,114,2,1,66,229,182,42,0,8,1,9,46,105,115,45,109,111,100,97,108,2,1,252,3,162,87,0,8,1,8,46,105,115,45,111,112,101,110,2,1,237,161,190,122,0,8,1,7,46,105,116,99,45,99,99,2,1,41,166,0,115,0,8,1,25,46,105,116,101,109,115,45,115,116,97,114,116,46,102,108,101,120,46,114,111,117,110,100,101,100,2,1,85,254,19,157,0,8,1,23,46,105,116,118,45,103,108,111,98,45,102,111,111,116,95,95,99,111,111,107,105,101,115,2,1,38,157,157,7,0,8,1,7,46,105,119,73,89,67,71,2,1,170,238,39,245,0,8,1,17,46,105,122,105,84,111,97,115,116,45,119,114,97,112,112,101,114,2,1,253,208,10,83,0,8,1,20,46,106,45,116,111,115,45,117,112,100,97,116,101,45,98,97,110,110,101,114,2,1,128,97,122,172,0,8,1,7,46,106,79,83,87,90,97,2,1,140,156,223,60,0,8,1,7,46,106,97,69,103,102,120,2,1,188,57,253,72,0,8,1,18,46,106,98,99,45,99,111,111,107,105,101,45,98,97,110,110,101,114,2,1,102,118,94,216,0,8,1,7,46,106,100,98,101,76,84,2,1,125,140,246,2,0,8,1,22,46,106,101,118,101,110,97,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,2,1,98,147,228,3,0,8,1,18,46,106,102,45,99,111,111,107,105,101,115,45,98,97,110,110,101,114,2,1,65,88,61,28,0,8,1,7,46,106,105,73,69,103,116,2,1,160,119,218,156,0,8,1,19,46,106,105,109,117,45,119,105,100,103,101,116,45,115,112,108,97,115,104,2,1,35,34,171,242,0,8,1,14,46,106,109,45,99,111,111,107,105,101,45,98,97,114,2,1,129,136,4,120,0,8,1,6,46,106,110,111,116,101,2,1,8,243,64,142,0,8,1,25,46,106,111,117,114,110,97,108,45,104,101,97,100,101,114,45,110,111,116,105,99,101,45,55,51,2,1,64,245,84,116,0,8,1,14,46,106,112,105,119,105,107,71,114,111,119,108,101,114,2,1,190,73,179,50,0,8,1,14,46,106,112,105,119,105,107,79,118,101,114,108,97,121,2,1,190,73,179,50,0,8,1,16,46,106,113,45,116,111,97,115,116,45,115,105,110,103,108,101,2,1,145,249,251,85,0,8,1,18,46,106,113,117,101,114,121,45,110,111,116,105,102,121,45,98,97,114,2,1,156,154,161,239,0,8,1,14,46,106,115,45,97,99,116,105,111,110,45,98,97,114,2,1,21,123,174,99,0,8,1,20,46,106,115,45,97,108,101,114,116,115,45,99,111,110,116,97,105,110,101,114,2,1,217,247,230,56,0,8,1,13,46,106,115,45,99,98,45,112,111,108,105,99,121,2,1,214,201,132,236,0,8,1,11,46,106,115,45,99,111,110,102,105,114,109,2,1,181,149,141,182,0,8,1,15,46,106,115,45,99,111,110,115,101,110,116,45,98,111,120,2,2,188,54,47,103,233,109,18,221,0,8,1,22,46,106,115,45,99,111,110,115,101,110,116,45,109,97,110,97,103,101,109,101,110,116,2,1,40,71,190,127,0,8,1,28,46,106,115,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,112,111,112,117,112,95,95,98,103,2,1,123,102,248,190,0,8,1,13,46,106,115,45,99,111,111,107,105,101,98,111,116,2,1,33,20,98,135,0,8,1,18,46,106,115,45,100,105,97,108,111,103,45,45,99,111,111,107,105,101,2,1,174,222,214,246,0,8,1,22,46,106,115,45,102,105,114,115,116,45,118,105,115,105,116,45,98,97,110,110,101,114,2,2,174,60,151,157,210,203,232,189,0,8,1,10,46,106,115,45,110,111,116,105,99,101,2,1,232,232,253,237,0,8,1,11,46,106,115,45,110,111,116,105,99,101,115,2,1,215,43,116,184,0,8,1,16,46,106,115,45,110,111,116,105,102,105,99,97,116,105,111,110,2,1,125,50,13,139,0,8,1,14,46,106,115,45,115,105,116,101,45,97,108,101,114,116,2,1,38,157,157,7,0,8,1,22,46,106,115,45,115,105,116,101,45,97,108,101,114,116,45,99,111,110,116,101,110,116,2,1,38,157,157,7,0,8,1,16,46,106,115,45,116,111,111,108,115,45,100,105,97,108,111,103,2,1,148,181,65,54,0,8,1,18,46,106,115,95,99,111,111,107,105,101,45,99,111,110,115,101,110,116,2,1,73,185,43,61,0,8,1,8,46,106,115,115,49,48,57,55,2,1,135,250,36,142,0,8,1,7,46,106,115,115,49,52,52,2,1,192,62,69,167,0,8,1,7,46,106,115,115,51,48,50,2,1,27,83,181,24,0,8,1,5,46,106,115,115,52,2,1,173,21,213,225,0,8,1,6,46,106,115,115,52,54,2,1,148,193,171,46,0,8,1,7,46,106,115,115,52,54,56,2,1,190,50,90,112,0,8,1,6,46,106,115,115,54,51,2,1,86,230,120,97,0,8,1,6,46,106,115,115,54,55,2,1,129,52,202,152,0,8,1,14,46,106,115,120,45,51,53,50,49,57,55,51,50,52,2,1,63,37,157,88,0,8,1,14,46,106,115,120,45,53,51,57,56,48,57,48,56,48,2,1,49,151,128,92,0,8,1,7,46,106,116,71,110,109,120,2,1,19,59,234,13,0,8,1,16,46,106,116,112,45,115,107,105,110,110,121,45,103,100,112,114,2,2,122,159,60,110,178,41,193,183,0,8,1,21,46,106,116,112,115,100,107,45,98,111,100,121,45,98,108,97,99,107,111,117,116,2,1,178,41,193,183,0,8,1,19,46,106,116,112,115,100,107,45,112,111,112,117,112,45,109,111,100,97,108,2,1,178,41,193,183,0,8,1,7,46,106,117,95,67,111,110,2,1,188,115,210,235,0,8,1,10,46,106,119,45,112,111,112,117,112,115,2,1,159,227,234,9,0,8,1,19,46,106,119,45,112,111,112,117,112,115,45,98,97,99,107,100,114,111,112,2,1,159,227,234,9,0,8,1,20,46,106,119,45,112,111,112,117,112,115,45,99,111,110,116,97,105,110,101,114,2,1,159,227,234,9,0,8,1,5,46,107,52,119,54,2,1,203,33,19,204,0,8,1,7,46,107,67,115,73,78,77,2,1,93,95,192,74,0,8,1,17,46,107,71,108,118,78,65,46,115,99,45,103,120,89,74,101,76,2,1,150,216,229,208,0,8,1,7,46,107,85,120,73,115,66,2,1,228,147,162,126,0,8,1,7,46,107,86,84,101,107,119,2,1,113,92,60,46,0,8,1,16,46,107,95,95,99,111,111,107,105,101,45,112,111,112,117,112,2,2,82,226,14,14,135,188,208,42,0,8,1,7,46,107,97,78,83,81,68,2,1,115,52,36,150,0,8,1,13,46,107,98,45,99,111,110,116,97,105,110,101,114,2,1,86,135,159,13,0,8,1,7,46,107,99,84,119,65,103,2,1,162,106,176,202,0,8,1,7,46,107,99,109,72,71,100,2,1,56,25,25,113,0,8,1,7,46,107,100,78,67,78,101,2,1,57,185,206,127,0,8,1,11,46,107,100,107,45,99,111,111,107,105,101,2,1,126,34,47,233,0,8,1,6,46,107,104,90,73,105,2,1,126,51,4,147,0,8,1,7,46,107,105,110,76,86,89,2,1,159,203,198,198,0,8,1,7,46,107,106,118,73,113,104,2,1,120,203,45,164,0,8,1,7,46,107,107,115,105,75,117,2,1,234,220,12,72,0,8,1,7,46,107,108,73,118,69,117,2,1,128,157,1,50,0,8,1,12,46,107,111,101,107,106,101,115,98,97,108,107,2,1,86,158,101,243,0,8,1,9,46,107,111,108,97,99,105,99,105,2,1,196,219,235,135,0,8,1,7,46,107,114,72,71,119,85,2,1,6,215,173,85,0,8,1,10,46,107,116,104,45,116,111,97,115,116,2,1,218,153,112,73,0,8,1,17,46,108,45,99,111,111,107,105,101,45,99,111,110,116,114,111,108,2,1,126,34,239,128,0,8,1,13,46,108,45,100,105,115,99,108,97,105,109,101,114,2,2,24,84,49,30,80,218,207,50,0,8,1,18,46,108,45,100,105,115,109,105,115,115,105,98,108,101,45,109,115,103,2,1,139,104,77,111,0,8,1,16,46,108,45,102,105,120,101,100,45,45,98,111,116,116,111,109,2,1,217,226,178,239,0,8,1,15,46,108,45,110,111,116,105,102,105,99,97,116,105,111,110,2,1,127,224,76,10,0,8,1,6,46,108,68,99,120,117,2,1,114,214,199,55,0,8,1,6,46,108,79,80,67,56,2,1,26,186,75,244,0,8,1,25,46,108,97,110,100,105,110,103,95,112,114,111,109,111,95,98,97,110,110,101,114,95,116,111,112,2,1,218,130,245,25,0,8,1,18,46,108,97,110,103,117,97,103,101,45,115,119,105,116,99,104,101,114,2,1,38,157,170,100,0,8,1,22,46,108,97,119,50,53,45,109,111,100,97,108,45,99,111,110,116,97,105,110,101,114,2,1,242,44,32,134,0,8,1,19,46,108,97,121,101,114,45,109,111,100,97,108,45,102,111,111,116,101,114,2,1,148,188,20,10,0,8,1,16,46,108,97,121,111,117,116,45,109,101,115,115,97,103,101,115,2,1,54,199,222,123,0,8,1,11,46,108,97,121,111,117,116,45,114,111,119,2,1,49,255,20,90,0,8,1,39,46,108,97,121,111,117,116,72,101,97,100,101,114,45,105,110,102,111,114,109,97,116,105,111,110,77,101,115,115,97,103,101,87,114,97,112,112,101,114,2,1,5,188,209,247,0,8,1,11,46,108,98,95,111,118,101,114,108,97,121,2,1,122,12,255,151,0,8,1,13,46,108,99,99,45,98,97,99,107,100,114,111,112,2,1,56,107,179,217,0,8,1,10,46,108,99,99,45,109,111,100,97,108,2,1,56,107,179,217,0,8,1,22,46,108,101,97,100,101,114,98,111,97,114,100,95,99,111,110,116,97,105,110,101,114,2,1,79,228,150,80,0,8,1,7,46,108,101,102,116,45,51,2,1,60,150,163,159,0,8,1,12,46,108,101,102,116,46,100,105,97,108,111,103,2,1,243,22,48,190,0,8,1,7,46,108,101,103,97,99,121,2,1,165,61,159,207,0,8,1,16,46,108,101,103,97,108,45,97,103,114,101,101,109,101,110,116,2,1,171,81,186,2,0,8,1,13,46,108,101,103,97,108,45,98,97,110,110,101,114,2,1,128,158,78,207,0,8,1,23,46,108,101,103,97,108,45,98,97,110,110,101,114,45,99,111,109,112,111,110,101,110,116,2,2,130,202,66,51,222,70,249,227,0,8,1,13,46,108,101,103,97,108,45,102,111,111,116,101,114,2,1,126,1,103,52,0,8,1,24,46,108,101,103,97,108,45,109,101,115,115,97,103,101,45,99,111,110,116,97,105,110,101,114,2,1,7,48,173,208,0,8,1,13,46,108,101,103,97,108,45,110,111,116,105,99,101,2,2,120,14,98,16,137,107,118,60,0,8,1,14,46,108,101,103,97,108,45,119,97,114,110,105,110,103,2,1,101,112,132,24,0,8,1,7,46,108,101,105,75,79,76,2,1,201,144,167,21,0,8,1,24,46,108,101,112,111,112,117,112,45,112,111,112,117,112,45,99,111,110,116,97,105,110,101,114,2,1,255,158,253,43,0,8,1,22,46,108,101,112,111,112,117,112,45,112,111,112,117,112,45,111,118,101,114,108,97,121,2,1,255,158,253,43,0,8,1,12,46,108,103,45,98,97,99,107,100,114,111,112,2,1,42,183,209,121,0,8,1,5,46,108,103,112,100,2,1,208,152,226,185,0,8,1,25,46,108,105,103,104,116,45,98,108,117,101,45,98,111,114,100,101,114,101,100,45,99,97,114,100,2,1,161,47,170,116,0,8,1,9,46,108,105,103,104,116,98,111,120,2,1,158,20,226,239,0,8,1,26,46,108,105,110,107,102,108,121,45,99,116,120,45,110,111,116,105,102,105,99,97,116,105,111,110,115,2,1,239,179,123,121,0,8,1,19,46,108,105,110,107,115,45,97,114,101,45,114,101,118,101,114,115,101,100,2,1,170,47,171,96,0,8,1,10,46,108,108,95,98,97,110,110,101,114,2,1,199,154,158,207,0,8,1,16,46,108,108,109,95,99,111,111,107,105,101,95,116,101,120,116,2,1,109,218,244,65,0,8,1,18,46,108,110,99,45,102,105,114,115,116,82,117,110,80,111,112,117,112,2,1,225,191,60,22,0,8,1,13,46,108,111,99,107,45,99,111,111,107,105,101,115,2,1,4,38,98,192,0,8,1,18,46,108,111,103,105,110,45,99,111,111,107,105,101,45,116,105,112,115,2,1,16,144,243,167,0,8,1,14,46,108,111,103,105,110,45,119,114,97,112,112,101,114,2,1,108,213,84,26,0,8,1,8,46,109,45,97,108,101,114,116,2,1,87,193,19,12,0,8,1,13,46,109,45,98,111,120,45,112,111,108,105,99,121,2,1,18,80,60,79,0,8,1,12,46,109,45,110,111,116,105,99,101,66,97,114,2,1,245,11,223,1,0,8,1,18,46,109,45,112,114,105,118,97,99,121,45,111,112,116,105,111,110,115,2,1,10,56,224,117,0,8,1,11,46,109,45,115,116,114,101,97,109,101,114,2,1,248,178,28,174,0,8,1,16,46,109,45,119,97,114,110,105,110,103,45,97,108,101,114,116,2,2,194,197,251,248,248,6,145,229,0,8,1,19,46,109,49,45,102,111,111,116,101,114,45,109,101,115,115,97,103,101,115,2,4,76,59,107,4,153,96,148,250,192,215,193,192,216,39,88,144,0,8,1,24,46,109,97,103,105,99,112,108,97,110,45,99,111,111,107,105,101,45,98,97,110,110,101,114,2,1,36,235,141,150,0,8,1,24,46,109,97,105,108,112,111,101,116,45,112,114,105,118,97,99,121,45,98,97,110,110,101,114,2,1,109,56,55,188,0,8,1,17,46,109,97,105,110,45,99,111,111,107,105,101,115,45,49,77,45,2,1,33,143,51,166,0,8,1,16,46,109,97,105,110,45,115,105,116,101,45,110,111,116,101,115,2,1,163,242,188,97,0,8,1,18,46,109,97,105,110,116,101,110,97,110,99,101,45,112,111,112,117,112,2,2,160,164,24,186,243,77,12,55,0,8,1,15,46,109,97,110,116,105,110,101,45,55,55,50,54,121,115,2,1,55,180,3,166,0,8,1,20,46,109,97,110,116,105,110,101,45,68,105,97,108,111,103,45,114,111,111,116,2,2,44,186,94,132,51,176,62,92,0,8,1,25,46,109,97,114,107,101,116,105,110,103,45,111,112,116,45,105,110,45,101,110,97,98,108,101,100,2,1,106,5,218,221,0,8,1,5,46,109,97,115,107,2,3,86,50,239,246,120,182,162,75,126,34,47,233,0,8,1,21,46,109,97,120,45,119,45,115,99,114,101,101,110,45,109,100,46,122,45,52,48,2,1,57,211,29,142,0,8,1,25,46,109,98,45,97,99,99,101,112,116,45,99,111,111,107,105,101,115,45,98,97,110,110,101,114,2,1,138,33,70,159,0,8,1,11,46,109,98,99,45,112,111,108,105,99,121,2,1,247,76,201,190,0,8,1,17,46,109,99,101,82,111,119,45,45,114,101,108,97,116,105,118,101,2,1,123,103,52,199,0,8,1,12,46,109,99,104,112,45,99,111,111,107,105,101,2,1,196,44,80,48,0,8,1,14,46,109,100,45,109,111,100,97,108,45,119,114,97,112,2,1,229,36,44,237,0,8,1,19,46,109,100,108,45,106,115,45,98,105,103,115,110,97,99,107,98,97,114,2,1,158,169,217,58,0,8,1,12,46,109,100,108,45,111,118,101,114,108,97,121,2,1,148,188,25,84,0,8,1,13,46,109,100,108,45,115,110,97,99,107,98,97,114,2,1,134,13,150,126,0,8,1,19,46,109,101,114,99,117,115,121,115,45,99,111,111,107,105,101,45,101,117,2,1,228,60,93,33,0,8,1,8,46,109,101,115,115,97,103,101,2,7,19,177,252,99,47,93,110,145,48,10,20,80,80,122,175,119,126,232,182,81,174,103,78,213,250,174,246,82,0,8,1,25,46,109,101,115,115,97,103,101,45,97,99,99,101,112,116,45,99,111,110,116,97,105,110,101,114,2,1,190,12,43,227,0,8,1,14,46,109,101,115,115,97,103,101,45,97,108,101,114,116,2,2,25,144,227,85,223,183,8,52,0,8,1,19,46,109,101,115,115,97,103,101,95,95,99,111,110,116,97,105,110,101,114,2,1,57,101,164,119,0,8,1,9,46,109,101,115,115,97,103,101,115,2,2,93,192,250,95,124,25,213,37,0,8,1,28,46,109,101,115,115,97,103,101,115,45,45,99,111,110,116,97,105,110,101,114,45,45,98,111,116,116,111,109,2,1,97,146,81,82,0,8,1,11,46,109,101,116,45,99,111,111,107,105,101,2,1,38,157,135,60,0,8,1,23,46,109,101,116,114,111,45,99,111,111,107,105,101,98,97,114,95,95,98,108,111,99,107,2,1,248,163,163,125,0,8,1,7,46,109,102,112,45,98,103,2,1,110,57,44,120,0,8,1,9,46,109,102,112,45,119,114,97,112,2,1,110,57,44,120,0,8,1,11,46,109,103,115,45,99,111,111,107,105,101,2,2,135,114,87,64,208,194,86,97,0,8,1,15,46,109,104,45,109,101,115,115,97,103,101,45,98,97,114,2,1,227,62,88,242,0,8,1,17,46,109,105,45,99,111,110,115,101,110,116,45,108,97,121,101,114,2,1,228,170,7,38,0,8,1,20,46,109,105,99,114,111,45,99,111,111,107,105,101,45,100,105,97,108,111,103,2,1,143,9,208,117,0,8,1,15,46,109,105,116,101,108,101,45,99,111,110,115,101,110,116,2,1,86,243,89,11,0,8,1,11,46,109,107,45,99,45,109,111,100,97,108,2,1,208,9,243,187,0,8,1,16,46,109,108,45,110,111,116,105,102,105,99,97,116,105,111,110,2,1,73,107,71,72,0,8,1,6,46,109,111,45,119,112,2,1,57,219,238,22,0,8,1,19,46,109,111,98,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,2,1,214,44,195,18,0,8,1,27,46,109,111,98,105,108,101,45,52,52,56,56,102,46,119,114,97,112,112,101,114,45,52,52,56,56,102,2,1,152,197,90,108,0,8,1,18,46,109,111,98,105,108,101,45,97,112,112,45,104,105,100,100,101,110,2,1,148,186,9,72,0,8,1,27,46,109,111,100,95,99,111,111,107,105,101,98,97,114,95,111,112,116,105,110,95,109,101,100,105,117,109,2,1,146,9,30,27,0,8,1,15,46,109,111,100,97,108,45,45,99,111,111,107,105,101,115,2,1,6,1,66,159,0,8,1,24,46,109,111,100,97,108,45,45,99,111,111,107,105,101,115,45,98,97,99,107,100,114,111,112,2,1,6,1,66,159,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,1,112,53,103,236,0,8,1,16,46,109,111,100,97,108,45,99,111,110,116,97,105,110,101,114,2,1,127,144,45,78,0,8,1,14,46,109,111,100,97,108,45,99,111,110,116,101,110,116,2,2,58,128,216,14,127,144,45,78,0,8,1,22,46,109,111,100,97,108,45,99,111,110,116,101,110,116,45,111,118,101,114,108,97,121,2,1,127,144,45,78,0,8,1,15,46,109,111,100,97,108,45,99,111,111,99,107,105,101,115,2,1,146,9,72,88,0,8,1,17,46,109,111,100,97,108,45,101,110,116,101,114,45,100,111,110,101,2,1,77,20,25,179,0,8,1,13,46,109,111,100,97,108,45,102,111,111,116,101,114,2,1,225,191,61,123,0,8,1,12,46,109,111,100,97,108,45,105,110,110,101,114,2,1,63,44,97,10,0,8,1,14,46,109,111,100,97,108,45,111,118,101,114,108,97,121,2,3,108,6,19,161,157,76,246,97,204,88,34,17,0,8,1,11,46,109,111,100,97,108,45,112,101,99,114,2,1,145,154,234,255,0,8,1,13,46,109,111,100,97,108,45,119,105,110,100,111,119,2,1,128,63,122,43,0,8,1,16,46,109,111,100,97,108,66,97,99,107,103,114,111,117,110,100,2,1,216,4,34,117,0,8,1,15,46,109,111,100,97,108,95,95,111,118,101,114,108,97,121,2,1,55,183,69,77,0,8,1,14,46,109,111,100,97,108,95,95,112,111,108,105,99,121,2,1,149,26,7,95,0,8,1,12,46,109,111,100,97,108,95,116,101,114,109,115,2,1,126,235,174,246,0,8,1,15,46,109,111,100,97,108,115,45,119,114,97,112,112,101,114,2,1,232,212,212,125,0,8,1,16,46,109,111,100,117,108,101,45,97,98,111,118,101,98,111,120,2,1,180,30,25,190,0,8,1,29,46,109,111,100,117,108,101,95,103,108,111,98,97,108,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,2,1,170,149,191,47,0,8,1,20,46,109,111,108,101,99,117,108,101,45,99,111,111,107,105,101,45,98,111,120,2,1,228,222,75,180,0,8,1,26,46,109,111,116,104,101,114,108,101,115,115,45,99,111,111,107,105,101,45,119,114,97,112,112,101,114,2,1,227,190,134,248,0,8,1,6,46,109,111,117,110,116,2,1,105,106,120,124,0,8,1,34,46,109,112,112,45,99,111,110,116,97,105,110,101,114,45,112,111,115,105,116,105,111,110,45,98,111,116,116,111,109,45,98,97,114,2,1,72,179,159,41,0,8,1,16,46,109,114,99,95,103,100,112,114,95,98,97,110,110,101,114,2,1,70,102,254,71,0,8,1,19,46,109,115,45,102,111,111,116,101,114,45,109,101,115,115,97,103,101,115,2,2,159,39,33,197,241,189,204,243,0,8,1,19,46,109,115,45,104,101,97,100,101,114,45,109,101,115,115,97,103,101,115,2,1,159,39,33,197,0,8,1,4,46,109,115,103,2,4,31,181,58,177,123,179,154,250,127,235,204,135,205,187,183,226,0,8,1,20,46,109,115,103,45,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,2,1,89,80,144,203,0,8,1,13,46,109,115,103,45,45,112,111,112,111,118,101,114,2,1,207,130,145,218,0,8,1,7,46,109,115,103,66,111,120,2,1,196,31,210,138,0,8,1,22,46,109,116,118,45,99,111,111,107,105,101,45,99,111,109,112,108,105,97,110,99,101,2,1,244,217,32,149,0,8,1,20,46,109,117,114,97,45,99,116,97,95,95,99,111,110,116,97,105,110,101,114,2,1,11,104,94,42,0,8,1,27,46,109,119,45,99,111,111,107,105,101,119,97,114,110,105,110,103,45,99,111,110,116,97,105,110,101,114,2,2,37,170,234,72,226,180,189,186,0,8,1,15,46,109,120,45,48,46,119,45,49,48,48,46,114,111,119,2,1,63,230,72,205,0,8,1,17,46,109,120,95,77,97,116,114,105,120,84,111,111,108,98,97,114,2,1,28,146,108,181,0,8,1,17,46,109,121,45,109,111,100,97,108,45,111,118,101,114,108,97,121,2,1,62,40,22,61,0,8,1,16,46,109,121,103,111,118,105,100,45,111,118,101,114,108,97,121,2,1,100,82,65,246,0,8,1,17,46,110,45,109,101,115,115,97,103,105,110,103,45,115,108,111,116,2,1,194,197,252,190,0,8,1,20,46,110,97,118,98,97,114,45,110,111,116,105,102,105,99,97,116,105,111,110,2,1,238,218,211,255,0,8,1,13,46,110,97,118,98,97,114,45,113,97,114,100,115,2,3,112,183,219,204,114,200,101,32,251,139,22,41,0,8,1,22,46,110,97,118,105,45,116,101,114,109,115,45,111,102,45,115,101,114,118,105,99,101,2,1,110,88,103,217,0,8,1,24,46,110,98,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,109,111,100,97,108,2,1,123,105,152,140,0,8,1,10,46,110,98,45,112,97,114,101,110,116,2,1,76,52,48,18,0,8,1,10,46,110,99,109,45,114,101,97,100,121,2,1,148,225,227,91,0,8,1,13,46,110,99,112,49,45,109,101,115,115,97,103,101,2,1,140,89,219,211,0,8,1,11,46,110,99,116,111,118,101,114,108,97,121,2,1,49,217,34,211,0,8,1,11,46,110,101,101,100,115,99,108,105,99,107,2,1,8,172,175,221,0,8,1,20,46,110,101,108,105,111,45,112,111,112,117,112,45,119,114,97,112,112,101,114,2,1,98,252,49,250,0,8,1,19,46,110,101,119,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,2,1,242,188,227,0,0,8,1,26,46,110,101,119,45,99,111,110,115,101,110,116,45,112,111,112,117,112,45,119,114,97,112,112,101,114,2,1,33,136,124,81,0,8,1,15,46,110,101,119,99,111,111,107,105,101,108,97,121,101,114,2,1,46,142,121,10,0,8,1,18,46,110,102,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,2,1,124,50,177,175,0,8,1,15,46,110,103,45,99,111,110,102,105,114,109,45,98,111,120,2,1,240,63,146,192,0,8,1,25,46,110,103,45,99,111,110,102,105,114,109,45,99,111,111,107,105,101,45,112,111,108,105,99,121,2,1,240,63,146,192,0,8,1,26,46,110,103,45,115,99,111,112,101,46,95,102,108,111,97,116,105,110,103,45,98,97,110,110,101,114,2,1,38,157,55,159,0,8,1,17,46,110,103,45,116,111,97,115,116,45,45,98,111,116,116,111,109,2,1,193,47,114,218,0,8,1,22,46,110,103,45,116,114,105,103,103,101,114,46,97,99,116,105,111,110,45,98,97,114,2,1,224,23,53,51,0,8,1,24,46,110,103,45,116,114,105,103,103,101,114,46,110,103,45,116,110,115,45,99,51,53,45,48,2,1,97,78,171,149,0,8,1,10,46,110,105,110,101,45,103,100,112,114,2,1,148,202,78,174,0,8,1,17,46,110,106,45,104,101,97,100,101,114,45,112,114,111,109,112,116,2,1,6,215,124,123,0,8,1,7,46,110,108,45,99,112,98,2,2,219,21,143,175,254,175,71,6,0,8,1,10,46,110,111,45,99,111,111,107,105,101,2,1,148,97,208,2,0,8,1,14,46,110,111,67,111,111,107,105,101,77,111,100,97,108,2,1,65,235,72,160,0,8,1,5,46,110,111,116,101,2,1,213,38,167,248,0,8,1,12,46,110,111,116,101,45,112,111,108,105,99,121,2,1,89,127,91,172,0,8,1,13,46,110,111,116,105,99,101,45,98,111,97,114,100,2,1,142,80,111,159,0,8,1,20,46,110,111,116,105,99,101,45,105,116,101,109,45,115,117,99,99,101,115,115,2,2,89,198,222,23,215,240,190,231,0,8,1,13,46,110,111,116,105,99,101,45,109,111,100,97,108,2,1,200,178,125,29,0,8,1,22,46,110,111,116,105,99,101,45,109,111,100,97,108,45,45,99,111,111,107,105,101,115,2,1,168,244,148,114,0,8,1,31,46,110,111,116,105,99,101,45,109,111,100,97,108,95,95,111,118,101,114,108,97,121,45,45,99,111,111,107,105,101,115,2,1,168,244,148,114,0,8,1,15,46,110,111,116,105,99,101,45,115,101,99,116,105,111,110,2,1,106,210,181,244,0,8,1,14,46,110,111,116,105,99,101,45,119,105,110,100,111,119,2,2,80,144,36,119,202,196,219,32,0,8,1,12,46,110,111,116,105,99,101,45,119,114,97,112,2,1,132,146,100,19,0,8,1,10,46,110,111,116,105,99,101,95,45,49,2,1,66,250,205,92,0,8,1,21,46,110,111,116,105,99,101,95,78,111,116,105,99,101,115,95,50,57,116,82,81,2,1,169,4,28,26,0,8,1,15,46,110,111,116,105,99,101,95,95,98,97,110,110,101,114,2,1,28,115,33,197,0,8,1,8,46,110,111,116,105,99,101,115,2,1,193,107,202,200,0,8,1,22,46,110,111,116,105,102,105,99,97,116,105,111,110,45,45,99,111,110,116,101,110,116,2,1,69,107,167,101,0,8,1,27,46,110,111,116,105,102,105,99,97,116,105,111,110,45,45,110,111,116,105,102,105,99,97,116,105,111,110,2,1,186,186,86,65,0,8,1,19,46,110,111,116,105,102,105,99,97,116,105,111,110,45,97,108,101,114,116,2,4,32,85,31,16,47,207,62,162,56,219,49,163,247,101,92,33,0,8,1,20,46,110,111,116,105,102,105,99,97,116,105,111,110,45,98,97,110,110,101,114,2,2,191,198,136,49,219,86,114,41,0,8,1,17,46,110,111,116,105,102,105,99,97,116,105,111,110,45,98,111,120,2,1,144,1,66,69,0,8,1,23,46,110,111,116,105,102,105,99,97,116,105,111,110,45,99,111,110,116,97,105,110,101,114,2,2,125,198,30,83,182,158,52,255,0,8,1,21,46,110,111,116,105,102,105,99,97,116,105,111,110,45,99,111,111,107,105,101,115,2,1,40,197,75,14,0,8,1,21,46,110,111,116,105,102,105,99,97,116,105,111,110,45,105,110,105,116,105,97,108,2,1,250,140,208,3,0,8,1,18,46,110,111,116,105,102,105,99,97,116,105,111,110,45,108,105,115,116,2,1,128,145,43,92,0,8,1,27,46,110,111,116,105,102,105,99,97,116,105,111,110,45,112,111,112,117,112,45,111,118,101,114,108,97,121,2,1,154,199,254,56,0,8,1,21,46,110,111,116,105,102,105,99,97,116,105,111,110,45,119,114,97,112,112,101,114,2,2,46,220,227,147,121,98,234,109,0,8,1,20,46,110,111,116,105,102,105,99,97,116,105,111,110,46,111,114,97,110,103,101,2,1,23,231,125,236,0,8,1,35,46,110,111,116,105,102,105,99,97,116,105,111,110,66,97,110,110,101,114,95,95,98,97,110,110,101,114,95,95,95,51,56,103,120,56,2,1,72,91,185,93,0,8,1,16,46,110,111,116,105,102,105,99,97,116,105,111,110,66,97,114,2,1,199,100,184,178,0,8,1,27,46,110,111,116,105,102,105,99,97,116,105,111,110,87,114,97,112,112,101,114,45,45,50,108,121,86,87,2,1,245,30,160,131,0,8,1,21,46,110,111,116,105,102,105,99,97,116,105,111,110,95,95,98,97,110,110,101,114,2,1,126,62,230,237,0,8,1,21,46,110,111,116,105,102,105,99,97,116,105,111,110,95,95,99,111,111,107,105,101,2,1,10,43,246,249,0,8,1,20,46,110,111,116,105,102,105,99,97,116,105,111,110,95,98,97,110,110,101,114,2,1,157,58,49,77,0,8,1,19,46,110,111,116,105,102,105,99,97,116,105,111,110,95,115,116,114,105,112,2,1,242,153,224,143,0,8,1,16,46,110,111,116,105,102,105,99,97,116,105,111,110,98,97,114,2,1,9,147,35,108,0,8,1,14,46,110,111,116,105,102,105,99,97,116,105,111,110,115,2,2,60,131,181,14,193,115,147,191,0,8,1,20,46,110,111,116,105,102,105,99,97,116,105,111,110,115,45,111,117,116,101,114,2,1,46,254,134,99,0,8,1,22,46,110,111,116,105,102,105,99,97,116,105,111,110,115,45,119,114,97,112,112,101,114,2,1,67,243,87,177,0,8,1,17,46,110,111,116,105,102,105,101,114,45,109,101,115,115,97,103,101,2,1,62,224,241,36,0,8,1,17,46,110,111,116,105,102,105,101,114,45,119,114,97,112,112,101,114,2,1,240,221,20,192,0,8,1,17,46,110,111,116,105,102,105,101,114,95,100,109,99,97,95,106,115,2,1,39,103,216,1,0,8,1,7,46,110,111,116,105,102,121,2,1,31,73,106,203,0,8,1,14,46,110,111,116,105,102,121,45,101,110,115,117,114,101,2,1,90,233,162,213,0,8,1,14,46,110,111,116,105,102,121,67,111,111,107,105,101,115,2,1,132,75,102,137,0,8,1,10,46,110,111,116,105,102,121,98,97,114,2,1,9,134,54,186,0,8,1,11,46,110,111,116,105,112,111,112,95,98,103,2,1,243,78,24,56,0,8,1,13,46,110,111,116,105,122,87,114,97,112,112,101,114,2,1,85,204,245,158,0,8,1,7,46,110,115,45,98,111,120,2,2,53,139,109,195,125,79,169,89,0,8,1,12,46,110,115,45,105,110,102,111,45,98,97,114,2,1,120,34,77,1,0,8,1,9,46,110,116,102,99,45,98,97,114,2,1,116,39,81,189,0,8,1,16,46,110,117,97,45,103,100,112,114,45,98,97,110,110,101,114,2,1,42,176,153,191,0,8,1,23,46,110,118,45,110,111,116,105,102,105,99,97,116,105,111,110,45,104,101,97,100,101,114,2,1,126,251,94,144,0,8,1,11,46,110,120,45,49,101,53,99,54,55,99,2,1,47,154,205,227,0,8,1,20,46,110,121,112,45,115,105,116,101,119,105,100,101,45,110,111,116,105,99,101,2,3,33,27,32,136,104,168,162,49,141,54,47,27,0,8,1,7,46,111,45,100,97,116,97,2,1,231,42,79,228,0,8,1,8,46,111,45,109,111,100,97,108,2,1,227,218,132,131,0,8,1,17,46,111,45,112,111,112,117,112,45,45,99,111,111,107,105,101,115,2,1,217,41,97,254,0,8,1,5,46,111,55,101,53,2,1,77,29,43,237,0,8,1,7,46,111,90,109,119,50,101,2,1,102,41,154,253,0,8,1,24,46,111,98,45,99,111,111,107,105,101,115,111,118,101,114,108,97,121,45,109,111,100,97,108,2,1,149,79,144,169,0,8,1,21,46,111,99,99,114,112,45,99,111,111,107,105,101,45,111,118,101,114,108,97,121,2,1,11,94,177,74,0,8,1,18,46,111,109,119,45,109,111,100,97,108,45,111,118,101,114,108,97,121,2,1,51,103,123,132,0,8,1,19,46,111,110,45,115,99,114,101,101,110,45,109,101,115,115,97,103,101,115,2,1,179,151,191,181,0,8,1,31,46,111,110,101,45,112,105,120,101,108,45,109,97,114,103,105,110,45,98,111,116,116,111,109,46,115,103,45,66,111,120,2,1,13,55,42,72,0,8,1,27,46,111,110,101,70,111,111,116,101,114,45,68,83,45,69,110,116,114,121,80,111,105,110,116,49,45,49,2,1,38,157,28,48,0,8,1,9,46,111,110,101,116,114,117,115,116,2,1,183,153,49,236,0,8,1,12,46,111,112,97,99,105,116,121,45,49,48,48,2,1,243,27,131,253,0,8,1,26,46,111,112,97,99,105,116,121,45,49,48,48,46,116,114,97,110,115,108,97,116,101,45,121,45,48,2,1,143,201,176,142,0,8,1,13,46,111,112,116,45,105,110,45,109,111,100,97,108,2,3,42,3,188,223,69,58,98,116,128,76,252,141,0,8,1,15,46,111,112,116,105,110,45,115,100,107,45,114,111,111,116,2,2,42,254,181,132,221,147,144,60,0,8,1,18,46,111,114,105,103,105,110,45,115,105,116,101,115,116,114,105,112,101,2,1,58,17,27,252,0,8,1,11,46,111,116,45,99,111,111,107,105,101,115,2,1,120,186,62,94,0,8,1,11,46,111,116,45,102,97,100,101,45,105,110,2,1,135,125,62,117,0,8,1,25,46,111,118,95,98,111,116,116,111,109,95,102,108,111,97,116,105,110,103,95,112,97,110,101,108,2,1,186,19,188,239,0,8,1,8,46,111,118,101,114,108,97,121,2,1,35,34,171,242,0,8,1,37,46,111,118,101,114,108,97,121,45,45,99,111,111,107,105,101,95,98,97,110,110,101,114,95,119,105,116,104,111,117,116,95,105,99,111,110,115,2,1,39,218,238,170,0,8,1,17,46,111,118,101,114,108,97,121,45,98,97,99,107,100,114,111,112,2,6,13,57,60,173,28,211,126,234,70,214,169,234,148,192,187,124,148,193,224,244,155,100,20,142,0,8,1,15,46,111,118,101,114,108,97,121,45,98,97,110,110,101,114,2,1,37,117,198,205,0,8,1,18,46,111,118,101,114,108,97,121,45,99,111,110,116,97,105,110,101,114,2,1,149,109,173,38,0,8,1,30,46,111,118,101,114,108,97,121,45,109,111,98,105,108,101,45,115,116,121,108,101,115,45,101,110,97,98,108,101,100,2,1,240,102,52,177,0,8,1,23,46,111,118,101,114,108,97,121,45,109,111,100,97,108,115,45,119,114,97,112,112,101,114,2,1,39,218,238,170,0,8,1,11,46,111,118,101,114,108,97,121,80,111,112,2,1,148,188,98,156,0,8,1,20,46,111,118,101,114,108,97,121,95,102,117,108,108,95,115,99,114,101,101,110,2,1,20,109,229,87,0,8,1,9,46,111,118,101,114,108,97,121,115,2,1,111,178,42,94,0,8,1,7,46,111,119,114,97,45,100,2,1,67,86,100,255,0,8,1,27,46,112,45,48,46,111,118,101,114,102,108,111,119,45,97,117,116,111,46,102,108,101,120,45,99,111,108,2,1,68,67,17,3,0,8,1,20,46,112,45,100,105,97,108,111,103,45,101,110,116,101,114,45,100,111,110,101,2,1,204,22,227,125,0,8,1,4,46,112,49,53,2,1,246,63,76,54,0,8,1,17,46,112,95,100,114,97,119,101,114,95,119,114,97,112,112,101,114,2,1,196,237,204,245,0,8,1,19,46,112,97,103,101,45,98,103,32,62,32,46,119,114,97,112,112,101,114,2,1,223,20,48,48,0,8,1,24,46,112,97,103,101,45,98,111,116,116,111,109,45,109,101,115,115,97,103,101,45,98,111,120,2,1,170,226,125,232,0,8,1,16,46,112,97,103,101,45,99,111,111,107,105,101,45,98,97,114,2,1,126,35,37,87,0,8,1,20,46,112,97,103,101,45,99,111,111,107,105,101,45,111,118,101,114,108,97,121,2,1,126,157,92,147,0,8,1,14,46,112,97,103,101,45,104,105,110,116,45,98,111,120,2,1,134,199,163,234,0,8,1,18,46,112,97,103,101,45,110,111,116,105,102,105,99,97,116,105,111,110,2,1,12,243,12,217,0,8,1,13,46,112,97,103,101,45,111,118,101,114,108,97,121,2,1,3,97,197,234,0,8,1,21,46,112,97,103,101,45,111,118,101,114,108,97,121,95,119,114,97,112,112,101,114,2,2,90,155,229,237,148,181,249,67,0,8,1,17,46,112,97,103,101,78,111,116,105,102,105,99,97,116,105,111,110,2,1,210,201,238,147,0,8,1,12,46,112,97,103,101,79,118,101,114,108,97,121,2,1,163,128,97,119,0,8,1,17,46,112,97,103,101,95,95,108,101,103,97,108,45,108,105,110,107,2,1,107,154,211,99,0,8,1,13,46,112,97,103,101,95,119,97,114,110,105,110,103,2,1,77,9,154,242,0,8,1,14,46,112,97,110,101,108,95,99,111,111,107,105,101,115,2,1,251,213,253,125,0,8,1,7,46,112,97,115,116,114,121,2,1,55,174,106,96,0,8,1,16,46,112,98,45,115,109,46,99,111,110,116,97,105,110,101,114,2,1,88,31,148,48,0,8,1,4,46,112,99,98,2,2,45,212,46,28,131,228,126,239,0,8,1,12,46,112,99,98,95,95,98,97,110,110,101,114,2,2,219,138,129,254,249,106,160,176,0,8,1,22,46,112,99,104,45,99,111,111,107,105,101,45,112,111,108,105,99,121,45,98,97,114,2,1,166,58,60,28,0,8,1,11,46,112,100,112,97,45,112,111,112,117,112,2,1,48,216,120,155,0,8,1,18,46,112,101,114,115,105,115,116,101,110,116,77,101,115,115,97,103,101,2,1,70,14,141,84,0,8,1,14,46,112,101,114,115,111,110,97,108,45,100,97,116,97,2,1,64,175,232,106,0,8,1,26,46,112,102,45,104,101,97,100,101,114,45,99,111,111,107,105,101,115,116,97,116,101,109,101,110,116,2,1,20,229,178,85,0,8,1,25,46,112,102,45,112,114,105,118,97,99,121,45,112,111,108,105,99,121,45,110,111,116,105,99,101,2,1,255,161,201,246,0,8,1,18,46,112,103,45,109,111,100,97,108,45,98,108,97,99,107,111,117,116,2,1,39,53,198,73,0,8,1,4,46,112,103,112,2,1,231,156,214,67,0,8,1,12,46,112,105,110,45,98,46,102,105,120,101,100,2,1,160,164,12,198,0,8,1,18,46,112,105,110,45,98,46,112,105,110,45,108,46,102,105,120,101,100,2,1,123,195,106,63,0,8,1,18,46,112,105,110,45,114,46,112,105,110,45,98,46,102,105,120,101,100,2,1,120,160,15,99,0,8,1,11,46,112,105,120,45,99,111,111,107,105,101,2,1,54,166,225,196,0,8,1,22,46,112,105,120,112,97,45,99,111,111,107,105,101,115,45,119,114,97,112,112,101,114,2,1,127,56,97,56,0,8,1,7,46,112,111,108,105,99,101,2,1,97,164,91,12,0,8,1,9,46,112,111,108,105,99,105,101,115,2,2,23,72,201,214,129,71,110,167,0,8,1,7,46,112,111,108,105,99,121,2,7,28,222,16,212,95,75,28,44,129,61,119,206,161,24,177,136,162,67,202,28,203,31,73,12,237,250,200,117,0,8,1,11,46,112,111,108,105,99,121,45,98,97,114,2,1,250,66,124,16,0,8,1,14,46,112,111,108,105,99,121,45,100,105,97,108,111,103,2,1,148,181,65,54,0,8,1,12,46,112,111,108,105,99,121,45,105,110,102,111,2,2,89,214,208,182,109,205,237,116,0,8,1,13,46,112,111,108,105,99,121,45,108,97,98,101,108,2,1,61,98,195,228,0,8,1,20,46,112,111,108,105,99,121,45,109,97,105,110,45,119,114,114,97,112,101,114,2,1,36,26,219,227,0,8,1,14,46,112,111,108,105,99,121,45,110,111,116,105,99,101,2,1,97,198,12,234,0,8,1,13,46,112,111,108,105,99,121,45,112,97,110,101,108,2,1,206,92,190,52,0,8,1,14,46,112,111,108,105,99,121,45,112,111,112,45,117,112,2,1,129,67,5,120,0,8,1,13,46,112,111,108,105,99,121,45,112,111,112,117,112,2,1,70,196,187,83,0,8,1,11,46,112,111,108,105,99,121,78,111,116,101,2,1,121,246,245,101,0,8,1,13,46,112,111,108,105,99,121,95,95,97,114,101,97,2,1,220,245,238,138,0,8,1,13,46,112,111,108,105,99,121,95,112,111,112,117,112,2,2,36,225,123,112,203,160,43,81,0,8,1,13,46,112,111,108,105,99,121,98,97,110,110,101,114,2,1,2,208,38,221,0,8,1,16,46,112,111,108,105,116,105,99,97,82,101,119,97,114,100,115,2,2,82,60,130,205,124,153,156,166,0,8,1,7,46,112,111,111,107,105,101,2,1,37,112,42,25,0,8,1,12,46,112,111,112,45,99,111,110,116,101,110,116,2,1,101,46,158,147,0,8,1,7,46,112,111,112,45,117,112,2,1,18,164,234,120,0,8,1,14,46,112,111,112,45,117,112,45,98,97,110,110,101,114,2,1,36,198,106,129,0,8,1,7,46,112,111,112,98,111,120,2,1,142,39,243,200,0,8,1,14,46,112,111,112,105,110,95,99,111,110,115,101,110,116,2,1,20,109,229,87,0,8,1,8,46,112,111,112,109,97,107,101,2,1,179,4,244,92,0,8,1,15,46,112,111,112,117,112,45,45,99,111,111,107,105,101,115,2,3,84,156,69,130,88,74,183,227,126,236,154,249,0,8,1,13,46,112,111,112,117,112,45,97,99,99,101,115,115,2,1,177,6,107,63,0,8,1,23,46,112,111,112,117,112,45,99,111,110,116,97,105,110,101,114,45,98,111,116,116,111,109,2,1,156,91,175,21,0,8,1,32,46,112,111,112,117,112,45,99,111,110,116,97,105,110,101,114,45,99,111,110,102,105,100,101,110,116,105,97,108,105,116,121,2,1,189,53,11,170,0,8,1,14,46,112,111,112,117,112,45,99,111,110,116,101,110,116,2,1,134,153,93,38,0,8,1,13,46,112,111,112,117,112,45,100,105,97,108,111,103,2,1,60,194,103,117,0,8,1,12,46,112,111,112,117,112,45,105,110,110,101,114,2,1,220,62,242,238,0,8,1,17,46,112,111,112,117,112,45,111,118,101,114,108,97,121,80,111,112,2,1,243,55,71,107,0,8,1,13,46,112,111,112,117,112,45,119,105,110,100,111,119,2,1,248,199,111,200,0,8,1,14,46,112,111,112,117,112,45,119,114,97,112,112,101,114,2,1,31,73,230,29,0,8,1,14,46,112,111,112,117,112,80,111,108,105,99,105,101,115,2,1,57,240,217,48,0,8,1,12,46,112,111,112,117,112,95,98,108,111,99,107,2,1,148,193,181,139,0,8,1,14,46,112,111,112,117,112,95,100,101,115,107,116,111,112,2,1,101,244,14,127,0,8,1,14,46,112,111,112,117,112,95,112,114,105,118,97,99,121,2,1,89,113,243,125,0,8,1,17,46,112,111,112,117,112,95,116,111,115,69,100,105,116,105,111,110,2,1,38,157,25,55,0,8,1,9,46,112,111,112,117,112,98,111,120,2,1,185,102,34,104,0,8,1,10,46,112,111,112,117,112,104,111,109,101,2,1,168,97,156,130,0,8,1,3,46,112,112,2,1,201,155,242,96,0,8,1,10,46,112,112,45,102,111,111,116,101,114,2,2,25,75,5,224,170,137,194,219,0,8,1,5,46,112,112,45,112,2,1,18,200,164,154,0,8,1,23,46,112,112,103,45,99,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,2,1,38,157,53,243,0,8,1,20,46,112,112,114,101,108,111,97,100,101,100,95,108,105,103,104,116,98,111,120,2,1,112,172,6,241,0,8,1,6,46,112,112,114,101,109,2,1,119,59,106,232,0,8,1,10,46,112,112,115,45,112,111,112,117,112,2,1,223,172,190,52,0,8,1,23,46,112,114,45,99,111,111,107,105,101,45,109,111,100,97,108,45,98,111,116,116,111,109,2,2,157,35,169,114,174,26,226,2,0,8,1,9,46,112,114,100,45,119,114,97,112,2,1,73,61,197,34,0,8,1,16,46,112,114,101,102,101,114,101,110,99,101,115,45,98,97,114,2,1,187,0,228,44,0,8,1,22,46,112,114,101,118,105,101,119,45,99,111,111,107,105,101,115,45,97,108,101,114,116,2,1,11,114,181,74,0,8,1,10,46,112,114,105,118,45,116,105,112,115,2,1,22,7,182,138,0,8,1,8,46,112,114,105,118,97,99,121,2,9,2,234,2,105,27,241,10,29,34,57,116,199,55,197,14,56,123,15,185,5,139,52,58,128,148,192,109,107,197,5,135,126,237,252,193,106,0,8,1,18,46,112,114,105,118,97,99,121,45,97,103,114,101,101,109,101,110,116,2,1,211,86,99,241,0,8,1,12,46,112,114,105,118,97,99,121,45,98,97,114,2,1,107,201,167,11,0,8,1,12,46,112,114,105,118,97,99,121,45,98,111,120,2,1,177,214,185,93,0,8,1,15,46,112,114,105,118,97,99,121,45,98,117,116,116,111,110,2,1,211,221,156,70,0,8,1,16,46,112,114,105,118,97,99,121,45,99,97,108,108,111,117,116,2,1,238,168,80,43,0,8,1,27,46,112,114,105,118,97,99,121,45,99,111,110,115,101,110,116,45,101,110,116,101,114,45,100,111,110,101,2,1,148,181,106,64,0,8,1,18,46,112,114,105,118,97,99,121,45,99,111,110,116,97,105,110,101,114,2,2,123,217,131,72,153,155,125,31,0,8,1,16,46,112,114,105,118,97,99,121,45,99,111,110,116,101,110,116,2,2,38,157,26,200,126,191,53,140,0,8,1,16,46,112,114,105,118,97,99,121,45,99,111,110,116,114,111,108,2,1,205,143,109,10,0,8,1,13,46,112,114,105,118,97,99,121,45,100,97,116,97,2,1,94,133,114,44,0,8,1,15,46,112,114,105,118,97,99,121,45,100,105,97,108,111,103,2,1,166,25,111,192,0,8,1,15,46,112,114,105,118,97,99,121,45,104,111,108,100,101,114,2,1,213,96,203,200,0,8,1,13,46,112,114,105,118,97,99,121,45,108,105,110,107,2,1,181,88,46,124,0,8,1,13,46,112,114,105,118,97,99,121,45,109,101,110,117,2,1,202,233,23,139,0,8,1,15,46,112,114,105,118,97,99,121,45,110,111,116,105,99,101,2,3,2,234,2,105,69,33,25,7,91,173,235,229,0,8,1,14,46,112,114,105,118,97,99,121,45,112,97,110,101,108,2,1,98,255,156,44,0,8,1,20,46,112,114,105,118,97,99,121,45,112,111,108,105,99,116,121,45,98,97,114,2,1,110,147,240,17,0,8,1,25,46,112,114,105,118,97,99,121,45,112,111,108,105,99,121,45,99,111,110,116,97,105,110,101,114,2,1,76,128,42,98,0,8,1,23,46,112,114,105,118,97,99,121,45,112,111,108,105,99,121,45,100,101,115,107,116,111,112,2,1,17,239,87,253,0,8,1,61,46,112,114,105,118,97,99,121,45,112,111,108,105,99,121,45,110,111,116,105,102,105,99,97,116,105,111,110,95,112,111,108,105,99,121,45,110,111,116,105,102,105,99,97,116,105,111,110,45,109,111,100,97,108,95,95,119,97,115,121,79,2,1,93,101,176,210,0,8,1,19,46,112,114,105,118,97,99,121,45,112,111,108,105,99,121,45,112,111,112,2,1,48,39,170,156,0,8,1,23,46,112,114,105,118,97,99,121,45,112,111,108,105,99,121,45,115,108,105,100,101,117,112,2,1,20,100,75,218,0,8,1,16,46,112,114,105,118,97,99,121,45,112,111,112,111,118,101,114,2,1,96,25,214,41,0,8,1,15,46,112,114,105,118,97,99,121,45,114,105,103,104,116,115,2,1,9,73,24,105,0,8,1,16,46,112,114,105,118,97,99,121,45,115,101,116,116,105,110,103,2,1,202,233,23,139,0,8,1,15,46,112,114,105,118,97,99,121,45,119,105,100,103,101,116,2,1,62,135,83,33,0,8,1,16,46,112,114,105,118,97,99,121,45,119,114,97,112,112,101,114,2,1,137,248,12,93,0,8,1,12,46,112,114,105,118,97,99,121,65,114,101,97,2,1,233,248,127,214,0,8,1,11,46,112,114,105,118,97,99,121,66,111,120,2,1,111,138,198,134,0,8,1,11,46,112,114,105,118,97,99,121,76,97,119,2,1,255,36,1,231,0,8,1,14,46,112,114,105,118,97,99,121,80,114,111,109,112,116,2,1,129,46,109,134,0,8,1,12,46,112,114,105,118,97,99,121,95,98,111,120,2,1,6,183,242,117,0,8,1,14,46,112,114,105,118,97,99,121,95,99,104,101,99,107,2,1,20,227,18,30,0,8,1,17,46,112,114,105,118,97,99,121,95,112,111,108,105,99,105,101,115,2,1,19,224,33,148,0,8,1,15,46,112,114,105,118,97,99,121,95,112,114,111,109,112,116,2,2,35,197,252,109,77,162,118,88,0,8,1,18,46,112,114,105,118,97,99,121,95,115,116,97,116,101,109,101,110,116,2,1,169,146,111,175,0,8,1,13,46,112,114,105,118,97,99,121,95,116,105,112,115,2,1,187,93,227,142,0,8,1,22,46,112,114,105,118,97,99,121,111,112,116,105,111,110,95,111,118,101,114,108,97,121,2,1,119,192,102,100,0,8,1,24,46,112,114,105,118,97,99,121,115,101,116,116,105,110,103,115,95,95,98,97,110,110,101,114,2,1,38,157,171,200,0,8,1,12,46,112,114,105,118,97,99,121,119,114,97,112,2,1,251,60,187,121,0,8,1,13,46,112,114,105,118,97,114,121,67,108,97,115,115,2,1,250,183,236,124,0,8,1,18,46,112,114,111,106,101,99,116,115,45,116,97,107,101,111,118,101,114,2,1,100,74,251,115,0,8,1,10,46,112,114,111,109,105,110,101,110,116,2,1,205,78,199,204,0,8,1,23,46,112,114,111,109,111,45,98,97,110,110,101,114,45,99,111,110,116,97,105,110,101,114,2,1,148,181,46,176,0,8,1,10,46,112,114,111,109,111,116,105,111,110,2,1,122,175,180,14,0,8,1,24,46,112,114,111,109,111,116,105,111,110,45,115,116,114,105,112,45,119,114,97,112,112,101,114,2,1,98,192,184,172,0,8,1,7,46,112,114,111,109,112,116,2,1,69,200,87,232,0,8,1,11,46,112,114,111,109,112,116,45,98,111,120,2,1,85,65,122,244,0,8,1,18,46,112,114,111,118,105,110,99,101,45,115,101,108,101,99,116,111,114,2,1,52,97,161,198,0,8,1,6,46,112,114,121,99,107,2,1,92,4,226,33,0,8,1,13,46,112,115,45,99,111,111,107,105,101,98,97,114,2,1,10,132,89,78,0,8,1,6,46,112,116,45,49,48,2,1,127,240,247,209,0,8,1,8,46,112,117,98,45,116,105,112,2,2,127,98,183,242,191,250,221,235,0,8,1,14,46,112,117,98,108,105,99,45,99,111,111,107,105,101,2,1,116,49,225,66,0,8,1,27,46,112,117,98,108,105,99,45,115,101,114,118,105,99,101,45,97,110,111,117,110,99,101,109,101,110,116,2,1,103,195,40,99,0,8,1,13,46,112,117,108,115,101,45,98,97,110,110,101,114,2,1,31,73,231,102,0,8,1,14,46,112,117,109,45,99,111,110,116,97,105,110,101,114,2,2,61,114,55,87,197,230,160,90,0,8,1,20,46,112,117,115,104,45,98,97,110,110,101,114,45,99,111,110,115,101,110,116,2,1,107,130,33,238,0,8,1,14,46,112,117,115,104,45,100,111,119,110,45,99,116,97,2,1,9,63,139,200,0,8,1,8,46,112,117,115,104,45,109,101,2,1,231,77,54,229,0,8,1,11,46,112,119,97,45,112,114,111,109,112,116,2,1,190,140,104,188,0,8,1,11,46,112,120,45,49,50,46,112,121,45,51,2,1,191,182,122,24,0,8,1,29,46,112,120,95,45,104,45,97,117,116,111,46,112,120,95,45,122,45,105,110,100,101,120,45,49,48,48,48,48,2,1,45,81,185,119,0,8,1,29,46,112,121,45,49,54,46,104,45,102,117,108,108,46,119,45,102,117,108,108,46,109,97,120,45,119,45,115,109,2,1,149,123,79,28,0,8,1,16,46,112,121,45,51,46,109,97,120,45,119,45,102,117,108,108,2,1,253,133,56,172,0,8,1,21,46,112,121,107,71,110,86,88,81,73,100,55,82,48,95,105,83,56,89,48,82,2,1,141,124,41,202,0,8,1,19,46,112,122,45,104,105,100,101,45,110,101,119,115,114,101,97,100,101,114,2,1,203,80,115,129,0,8,1,16,46,113,45,99,97,114,100,95,95,115,101,99,116,105,111,110,2,1,83,49,93,0,0,8,1,16,46,113,45,110,111,116,105,102,105,99,97,116,105,111,110,115,2,1,85,168,181,227,0,8,1,30,46,113,45,110,111,116,105,102,105,99,97,116,105,111,110,115,95,95,108,105,115,116,45,45,98,111,116,116,111,109,2,1,92,105,94,164,0,8,1,9,46,113,107,46,113,106,46,113,105,2,1,24,105,238,35,0,8,1,19,46,114,45,49,52,53,100,98,108,109,46,114,45,110,99,52,97,51,48,2,1,190,180,233,118,0,8,1,10,46,114,45,49,112,48,100,116,97,105,2,1,197,83,26,10,0,8,1,9,46,114,45,108,49,51,100,112,121,2,2,138,121,193,40,218,33,206,134,0,8,1,9,46,114,45,109,118,99,102,101,106,2,1,180,199,91,226,0,8,1,40,46,114,45,117,56,115,49,100,46,114,45,49,114,55,52,104,57,52,46,114,45,49,110,108,119,48,105,109,46,99,115,115,45,49,100,98,106,99,52,110,2,1,184,108,108,166,0,8,1,16,46,114,97,112,116,105,118,101,45,99,111,110,115,101,110,116,2,1,215,68,77,25,0,8,1,12,46,114,97,121,65,108,101,114,116,66,111,120,2,1,151,176,224,28,0,8,1,4,46,114,99,99,2,1,109,252,62,114,0,8,1,25,46,114,100,109,45,100,97,97,99,45,110,111,116,105,99,101,45,116,101,109,112,108,97,116,101,2,1,255,180,42,229,0,8,1,24,46,114,101,97,99,116,45,99,111,111,107,105,101,110,111,116,105,99,101,45,114,111,111,116,2,2,85,224,116,244,157,235,95,150,0,8,1,31,46,114,101,99,111,109,109,101,110,100,97,116,105,111,110,45,109,111,100,97,108,95,95,98,97,99,107,100,114,111,112,2,1,237,143,239,236,0,8,1,22,46,114,101,103,105,111,110,45,109,97,115,116,104,101,97,100,45,105,110,110,101,114,2,1,161,56,150,168,0,8,1,19,46,114,101,109,97,114,107,101,116,105,110,103,45,98,97,110,110,101,114,2,1,129,68,98,51,0,8,1,9,46,114,101,109,105,110,100,101,114,2,1,40,167,30,182,0,8,1,13,46,114,101,118,101,97,108,45,109,111,100,97,108,2,1,123,66,119,155,0,8,1,22,46,114,101,118,101,97,108,45,109,111,100,97,108,45,98,103,45,119,104,105,116,101,2,1,125,239,148,105,0,8,1,15,46,114,101,118,101,97,108,45,111,118,101,114,108,97,121,2,2,17,107,167,89,53,93,39,172,0,8,1,11,46,114,104,99,45,98,97,110,110,101,114,2,3,89,49,82,57,102,135,212,26,231,241,117,60,0,8,1,6,46,114,104,118,81,97,2,1,139,43,181,67,0,8,1,19,46,114,105,99,111,108,97,45,99,111,111,107,105,101,45,105,110,102,111,2,1,98,194,105,98,0,8,1,13,46,114,109,113,45,100,54,48,98,56,52,100,54,2,1,81,147,75,25,0,8,1,10,46,114,111,97,114,45,98,111,100,121,2,1,171,88,33,72,0,8,1,11,46,114,111,111,116,45,56,97,98,98,52,2,1,13,149,168,116,0,8,1,11,46,114,111,111,116,45,98,99,97,48,57,2,1,13,149,168,116,0,8,1,11,46,114,112,108,109,45,97,108,101,114,116,2,1,136,109,113,5,0,8,1,16,46,114,115,45,109,101,115,115,97,103,101,45,105,110,102,111,2,1,22,35,9,118,0,8,1,27,46,114,115,99,45,111,110,101,116,114,117,115,116,45,99,111,111,107,105,101,45,102,111,111,116,101,114,2,1,160,164,0,165,0,8,1,7,46,114,115,116,98,111,120,2,1,136,11,235,19,0,8,1,9,46,114,115,116,98,111,120,101,115,2,2,128,148,153,0,129,45,228,196,0,8,1,26,46,114,119,100,45,104,101,97,100,101,114,45,99,111,111,107,105,101,45,115,101,99,116,105,111,110,2,1,115,138,237,123,0,8,1,15,46,115,45,110,111,116,105,102,105,99,97,116,105,111,110,2,1,27,98,210,27,0,8,1,24,46,115,95,95,121,50,103,106,78,105,73,83,48,111,49,82,65,95,53,69,98,110,107,119,2,1,152,53,126,119,0,8,1,31,46,115,97,110,105,116,97,115,45,99,111,111,107,105,101,45,97,108,101,114,116,45,99,111,110,116,97,105,110,101,114,2,1,188,202,130,147,0,8,1,19,46,115,99,45,49,103,110,109,115,50,48,45,48,46,86,112,99,103,122,2,3,187,237,92,49,194,197,250,17,205,14,140,94,0,8,1,20,46,115,99,45,49,108,100,103,109,117,103,45,48,46,99,75,112,108,73,83,2,3,187,237,92,49,194,197,250,17,205,14,140,94,0,8,1,13,46,115,99,45,49,113,118,102,52,104,98,45,48,2,1,134,21,212,107,0,8,1,21,46,115,99,45,51,102,51,55,50,52,52,99,45,48,46,106,77,75,114,74,119,2,1,49,58,5,113,0,8,1,9,46,115,99,45,69,72,79,106,101,2,1,131,45,226,100,0,8,1,14,46,115,99,45,99,111,111,107,105,101,45,112,111,112,2,1,148,121,148,124,0,8,1,16,46,115,99,45,99,111,111,107,105,101,45,112,111,112,117,112,2,1,183,189,136,228,0,8,1,10,46,115,99,45,101,100,76,79,104,109,2,1,44,103,246,97,0,8,1,15,46,115,99,45,110,111,116,105,45,98,97,110,110,101,114,2,1,121,94,11,239,0,8,1,17,46,115,99,45,117,45,112,97,100,100,105,110,103,45,121,45,109,2,1,61,106,106,219,0,8,1,9,46,115,99,45,121,119,70,122,65,2,1,198,22,40,136,0,8,1,7,46,115,99,114,101,101,110,2,1,47,93,110,145,0,8,1,19,46,115,99,114,101,101,110,66,108,111,99,107,79,118,101,114,108,97,121,2,1,95,146,32,61,0,8,1,18,46,115,100,115,45,109,111,100,97,108,45,111,118,101,114,108,97,121,2,1,89,212,205,78,0,8,1,15,46,115,101,45,100,115,45,99,45,101,78,77,90,83,101,2,1,133,151,49,197,0,8,1,21,46,115,101,99,116,105,111,110,45,45,97,108,101,114,116,45,112,97,110,101,108,2,1,36,171,61,63,0,8,1,15,46,115,101,99,116,105,111,110,45,112,114,111,109,112,116,2,1,95,244,255,108,0,8,1,16,46,115,101,99,117,114,105,116,121,45,112,111,108,105,99,121,2,1,209,115,119,140,0,8,1,21,46,115,101,108,101,99,116,45,115,99,104,111,111,108,45,102,111,111,116,101,114,2,1,27,147,159,88,0,8,1,17,46,115,101,112,45,99,111,111,107,105,101,115,45,98,111,120,115,2,1,83,5,198,70,0,8,1,20,46,115,101,115,115,105,111,110,110,111,116,105,102,105,99,97,116,105,111,110,2,1,124,38,52,31,0,8,1,11,46,115,101,116,112,114,105,118,97,99,121,2,1,43,254,37,195,0,8,1,13,46,115,102,45,102,105,120,101,100,45,98,97,114,2,2,108,166,242,75,164,186,56,187,0,8,1,8,46,115,103,45,103,100,112,114,2,1,199,84,18,49,0,8,1,35,46,115,103,112,98,45,112,111,112,117,112,45,100,105,97,108,111,103,45,109,97,105,110,45,100,105,118,45,119,114,97,112,112,101,114,2,1,238,27,125,250,0,8,1,19,46,115,103,112,98,45,112,111,112,117,112,45,111,118,101,114,108,97,121,2,1,238,27,125,250,0,8,1,15,46,115,104,45,112,97,103,101,45,110,111,116,105,99,101,2,1,57,122,162,29,0,8,1,11,46,115,104,97,100,111,119,45,51,120,108,2,1,168,93,29,49,0,8,1,21,46,115,104,97,100,111,119,45,99,111,111,107,105,101,115,98,97,110,110,101,114,2,1,48,22,6,164,0,8,1,19,46,115,104,97,100,111,119,45,115,109,46,98,103,45,119,104,105,116,101,2,1,42,50,213,7,0,8,1,35,46,115,104,97,100,111,119,46,116,101,120,116,45,119,104,105,116,101,46,98,103,45,103,114,97,121,45,100,97,114,107,45,109,105,100,2,1,249,33,135,142,0,8,1,24,46,115,104,97,114,101,100,95,99,111,110,116,97,105,110,101,114,95,95,79,90,110,102,95,2,1,54,20,31,218,0,8,1,13,46,115,104,101,108,108,67,111,111,107,105,101,115,2,1,142,140,33,97,0,8,1,5,46,115,104,111,119,2,1,60,66,3,30,0,8,1,16,46,115,104,111,119,45,99,111,111,107,105,101,45,100,105,118,2,1,226,224,172,210,0,8,1,11,46,115,104,111,119,66,97,110,110,101,114,2,4,108,123,49,255,132,60,134,190,155,237,184,128,252,237,6,220,0,8,1,14,46,115,104,111,119,95,115,49,111,121,57,99,120,101,2,1,78,94,135,235,0,8,1,17,46,115,104,111,119,99,111,111,107,105,101,100,105,97,108,111,103,2,1,63,94,57,250,0,8,1,6,46,115,104,111,119,110,2,1,128,97,159,160,0,8,1,18,46,115,105,103,110,117,112,45,99,116,97,95,95,102,105,120,101,100,2,1,30,73,63,247,0,8,1,18,46,115,105,109,45,99,111,111,107,105,101,115,45,112,111,112,117,112,2,1,151,157,120,87,0,8,1,21,46,115,105,109,112,108,101,45,99,111,111,107,105,101,45,119,105,100,103,101,116,2,2,8,110,93,144,58,217,96,221,0,8,1,21,46,115,105,109,112,108,101,45,100,105,115,109,105,115,115,45,97,108,101,114,116,2,1,65,251,56,146,0,8,1,13,46,115,105,109,112,108,101,45,109,111,100,97,108,2,1,24,94,203,68,0,8,1,21,46,115,105,109,112,108,101,45,109,111,100,97,108,45,111,118,101,114,108,97,121,2,1,24,94,203,68,0,8,1,22,46,115,105,109,112,108,101,109,111,100,97,108,45,99,111,110,116,97,105,110,101,114,2,1,233,223,28,54,0,8,1,20,46,115,105,109,112,108,101,109,111,100,97,108,45,111,118,101,114,108,97,121,2,1,233,223,28,54,0,8,1,12,46,115,105,116,101,45,98,97,110,110,101,114,2,1,57,61,154,5,0,8,1,20,46,115,105,116,101,45,98,108,117,114,45,99,111,110,116,97,105,110,101,114,2,1,35,168,161,23,0,8,1,12,46,115,105,116,101,45,102,111,111,116,101,114,2,2,54,49,50,74,111,88,238,85,0,8,1,13,46,115,105,116,101,45,109,101,115,115,97,103,101,2,1,59,46,153,212,0,8,1,28,46,115,105,116,101,45,109,101,115,115,97,103,101,45,98,97,110,110,101,114,45,119,97,114,110,105,110,103,2,1,199,32,200,189,0,8,1,22,46,115,105,116,101,45,109,111,100,97,108,115,45,99,111,110,116,97,105,110,101,114,2,1,16,216,185,81,0,8,1,27,46,115,105,116,101,45,109,111,100,97,108,115,95,95,109,111,100,97,108,45,45,99,111,111,107,105,101,2,1,148,197,92,247,0,8,1,18,46,115,105,116,101,45,110,111,116,105,102,105,99,97,116,105,111,110,2,2,103,216,232,49,215,110,241,47,0,8,1,13,46,115,105,116,101,45,111,118,101,114,108,97,121,2,1,16,216,185,81,0,8,1,13,46,115,105,116,101,45,119,97,114,110,105,110,103,2,2,166,143,132,102,194,128,153,7,0,8,1,17,46,115,105,116,101,65,108,101,114,116,77,101,115,115,97,103,101,2,1,56,241,108,233,0,8,1,19,46,115,105,116,101,95,99,111,111,107,105,101,95,110,111,116,105,99,101,2,1,182,114,236,144,0,8,1,10,46,115,105,116,101,97,108,101,114,116,2,1,35,95,182,222,0,8,1,17,46,115,105,116,101,99,111,111,107,105,101,112,111,108,105,99,121,2,1,38,157,53,122,0,8,1,16,46,115,105,116,101,119,105,100,101,45,110,111,116,105,99,101,2,3,33,27,32,136,104,168,162,49,141,54,47,27,0,8,1,12,46,115,107,105,110,45,111,112,116,105,111,110,2,1,114,129,22,51,0,8,1,21,46,115,108,105,100,101,45,105,110,45,102,114,111,109,45,98,111,116,116,111,109,2,1,214,210,87,180,0,8,1,9,46,115,108,105,100,101,45,117,112,2,1,100,104,214,128,0,8,1,14,46,115,108,105,100,105,110,103,45,112,111,112,117,112,2,1,80,214,121,172,0,8,1,17,46,115,109,67,111,110,116,97,105,110,101,114,73,110,110,101,114,2,1,22,215,118,3,0,8,1,10,46,115,109,99,111,111,107,105,101,115,2,1,188,12,126,83,0,8,1,6,46,115,110,97,99,107,2,1,210,233,231,79,0,8,1,9,46,115,110,97,99,107,98,97,114,2,1,84,42,218,235,0,8,1,20,46,115,110,97,99,107,98,97,114,45,101,110,116,101,114,45,100,111,110,101,2,1,173,209,21,159,0,8,1,19,46,115,110,99,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,2,1,127,191,227,244,0,8,1,18,46,115,111,102,116,77,101,115,115,97,103,101,115,45,105,116,101,109,2,1,132,6,239,238,0,8,1,20,46,115,111,110,111,115,99,111,110,116,101,110,116,45,98,97,110,110,101,114,2,1,129,41,166,162,0,8,1,11,46,115,112,101,99,105,97,108,77,115,103,2,1,209,194,168,62,0,8,1,29,46,115,112,105,99,101,103,101,109,115,95,103,100,112,114,95,98,111,116,116,111,109,95,98,97,110,110,101,114,2,1,20,197,248,41,0,8,1,19,46,115,112,105,110,45,97,105,45,103,116,109,45,98,97,110,110,101,114,2,1,144,227,180,22,0,8,1,13,46,115,112,114,100,45,99,111,110,115,101,110,116,2,1,165,252,175,181,0,8,1,15,46,115,112,117,45,98,111,116,116,111,109,45,98,97,114,2,1,5,66,8,182,0,8,1,7,46,115,112,120,99,105,98,2,1,148,193,132,48,0,8,1,24,46,115,113,115,45,115,108,105,100,101,45,108,97,121,101,114,45,99,111,110,116,101,110,116,2,1,171,148,67,216,0,8,1,18,46,115,113,115,45,115,108,105,100,101,45,119,114,97,112,112,101,114,2,1,35,39,110,27,0,8,1,57,46,115,114,99,45,99,111,109,112,111,110,101,110,116,115,45,99,111,110,110,101,99,116,101,100,45,100,105,97,108,111,103,45,100,105,97,108,111,103,95,95,114,111,111,116,95,111,112,101,110,45,45,49,74,122,114,78,2,1,86,250,211,89,0,8,1,59,46,115,114,99,45,99,111,109,112,111,110,101,110,116,115,45,117,116,105,108,115,45,95,95,95,77,111,100,97,108,79,118,101,114,108,97,121,95,95,122,105,103,122,97,103,45,109,111,100,97,108,95,95,95,50,112,79,88,109,2,1,230,170,49,20,0,8,1,34,46,115,114,99,45,117,105,45,67,111,111,107,105,101,45,67,111,111,107,105,101,95,95,114,111,111,116,45,45,51,76,109,108,52,2,1,143,125,48,215,0,8,1,19,46,115,116,105,99,107,45,102,111,111,116,101,114,45,112,97,110,101,108,2,1,183,251,152,179,0,8,1,31,46,115,116,105,99,107,121,45,99,111,111,107,105,101,45,112,111,108,105,99,121,45,99,111,110,116,97,105,110,101,114,2,1,52,97,161,198,0,8,1,14,46,115,116,105,99,107,121,45,102,111,111,116,101,114,2,3,24,117,122,27,63,22,31,80,85,99,85,97,0,8,1,19,46,115,116,105,99,107,121,45,110,111,116,105,99,101,45,119,114,97,112,2,1,25,237,81,46,0,8,1,19,46,115,116,105,99,107,121,95,98,111,116,116,111,109,95,119,114,97,112,2,1,56,97,192,197,0,8,1,20,46,115,116,114,97,112,108,105,110,101,45,99,111,110,116,97,105,110,101,114,2,1,49,210,96,234,0,8,1,10,46,115,116,119,45,97,108,101,114,116,2,1,191,76,96,7,0,8,1,20,46,115,116,121,108,101,95,99,111,111,107,105,101,95,95,50,74,121,55,114,2,1,129,35,227,1,0,8,1,41,46,115,116,121,108,101,115,95,95,67,111,111,107,105,101,67,111,110,115,101,110,116,66,97,110,110,101,114,45,115,99,45,49,99,109,115,51,56,118,45,57,2,1,46,10,7,192,0,8,1,24,46,115,116,121,108,101,115,95,99,111,110,116,97,105,110,101,114,95,95,95,103,97,50,75,2,1,126,167,208,63,0,8,1,28,46,115,116,121,108,101,115,95,99,111,111,107,105,101,115,66,97,110,110,101,114,95,95,50,83,52,69,49,2,1,240,215,125,227,0,8,1,27,46,115,116,121,108,101,115,95,119,101,85,115,101,67,111,111,107,105,101,115,95,95,90,103,95,121,98,2,1,82,115,145,185,0,8,1,15,46,115,117,99,99,101,115,115,77,101,115,115,97,103,101,2,1,219,20,36,56,0,8,1,27,46,115,117,105,45,115,105,116,101,45,109,101,115,115,97,103,101,45,99,111,110,116,97,105,110,101,114,2,1,199,252,67,142,0,8,1,21,46,115,118,45,99,111,111,107,105,101,45,109,97,110,97,103,101,109,101,110,116,2,1,50,167,78,243,0,8,1,15,46,115,118,101,108,116,101,45,49,55,108,56,105,108,110,2,1,91,197,220,238,0,8,1,20,46,115,118,101,108,116,101,45,49,120,104,105,52,54,99,46,119,114,97,112,2,1,125,155,7,221,0,8,1,14,46,115,118,101,108,116,101,45,100,120,48,108,51,105,2,1,219,112,21,128,0,8,1,14,46,115,118,101,108,116,101,45,102,110,118,97,117,50,2,1,48,9,58,0,0,8,1,11,46,115,119,97,108,50,45,115,104,111,119,2,1,53,170,58,213,0,8,1,21,46,115,119,105,112,101,114,45,115,108,105,100,101,45,105,109,103,45,116,120,116,2,1,129,61,81,3,0,8,1,14,46,115,119,105,116,99,104,45,112,114,111,109,112,116,2,1,135,171,144,6,0,8,1,30,46,115,121,115,116,101,109,45,110,111,116,105,102,105,99,97,116,105,111,110,45,99,111,110,116,97,105,110,101,114,2,2,100,99,92,39,229,5,146,102,0,8,1,16,46,116,45,99,111,110,115,101,110,116,80,114,111,109,112,116,2,1,10,158,195,148,0,8,1,14,46,116,97,110,100,99,45,119,114,97,112,112,101,114,2,1,209,233,175,20,0,8,1,12,46,116,98,108,114,45,98,111,116,116,111,109,2,1,121,5,153,55,0,8,1,23,46,116,99,95,95,99,111,111,107,105,101,45,119,114,97,112,45,45,111,117,116,101,114,2,1,42,178,25,99,0,8,1,6,46,116,99,101,108,108,2,1,66,44,100,148,0,8,1,11,46,116,100,114,45,114,105,98,98,111,110,2,1,24,130,38,49,0,8,1,19,46,116,100,118,50,45,97,112,112,108,101,116,45,110,97,103,98,97,114,2,1,126,1,103,52,0,8,1,9,46,116,101,97,45,110,101,119,115,2,1,90,96,188,254,0,8,1,18,46,116,101,114,109,115,45,97,108,101,114,116,45,102,105,120,101,100,2,1,231,77,54,229,0,8,1,29,46,116,101,114,109,115,45,97,110,100,45,99,111,110,100,105,116,105,111,110,115,45,119,114,97,112,112,101,114,2,1,166,144,213,18,0,8,1,11,46,116,101,114,109,115,45,99,111,110,100,2,1,122,172,63,148,0,8,1,17,46,116,101,114,109,115,45,111,102,45,115,101,114,118,105,99,101,2,1,38,157,25,55,0,8,1,13,46,116,101,114,109,115,45,111,102,45,117,115,101,2,1,119,72,228,42,0,8,1,20,46,116,101,114,109,115,45,111,102,45,117,115,101,45,104,101,97,100,101,114,2,1,120,203,45,164,0,8,1,14,46,116,101,114,109,115,45,112,114,105,118,97,99,121,2,1,149,234,72,41,0,8,1,28,46,116,101,114,109,115,102,101,101,100,45,112,99,49,45,110,111,116,105,99,101,45,98,97,110,110,101,114,2,1,44,223,90,149,0,8,1,23,46,116,101,115,116,45,110,111,116,105,102,105,99,97,116,105,111,110,80,111,112,117,112,2,1,115,89,26,129,0,8,1,27,46,116,102,45,102,117,108,108,45,115,99,114,101,101,110,45,115,101,97,114,99,104,45,119,114,97,112,2,1,253,227,155,55,0,8,1,22,46,116,103,99,45,102,111,111,116,101,114,95,100,105,115,99,108,97,105,109,101,114,2,11,29,148,0,39,52,200,255,214,75,150,247,12,125,63,49,41,182,135,172,224,184,19,14,155,200,241,223,150,201,68,38,65,207,139,101,60,210,253,193,242,219,71,147,47,0,8,1,7,46,116,104,45,99,99,98,2,1,238,11,54,217,0,8,1,20,46,116,105,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,2,1,148,214,72,101,0,8,1,18,46,116,105,45,112,97,115,116,114,121,45,45,98,97,110,110,101,114,2,1,127,191,227,243,0,8,1,25,46,116,105,107,116,111,107,45,115,100,107,45,99,111,111,107,105,101,45,98,97,110,110,101,114,2,1,66,46,160,42,0,8,1,10,46,116,107,45,70,111,111,116,101,114,2,1,135,245,47,185,0,8,1,22,46,116,109,45,99,111,111,107,105,101,45,100,105,97,108,111,103,45,114,111,111,116,2,1,60,81,27,156,0,8,1,13,46,116,110,105,45,116,114,97,99,107,101,114,115,2,1,163,246,123,105,0,8,1,18,46,116,111,97,115,116,45,98,111,116,116,111,109,45,108,101,102,116,2,1,61,25,203,182,0,8,1,16,46,116,111,97,115,116,45,99,111,110,116,97,105,110,101,114,2,1,148,188,9,210,0,8,1,11,46,116,111,97,115,116,45,105,110,102,111,2,1,47,182,22,189,0,8,1,19,46,116,111,97,115,116,45,110,111,116,105,102,105,99,97,116,105,111,110,2,1,86,225,15,142,0,8,1,14,46,116,111,97,115,116,45,119,114,97,112,112,101,114,2,1,103,200,188,61,0,8,1,16,46,116,111,97,115,116,105,102,121,45,98,111,116,116,111,109,2,2,57,60,232,87,159,30,62,251,0,8,1,13,46,116,111,112,45,48,46,115,116,105,99,107,121,2,1,150,112,193,106,0,8,1,11,46,116,111,112,45,98,97,110,110,101,114,2,1,127,53,170,246,0,8,1,8,46,116,111,112,45,98,97,114,2,2,8,198,224,199,107,201,167,11,0,8,1,27,46,116,111,112,45,98,97,114,45,99,111,110,116,97,105,110,101,114,45,45,45,110,111,116,105,99,101,2,1,237,145,82,218,0,8,1,27,46,116,111,112,45,110,111,116,105,102,105,99,97,116,105,111,110,45,99,111,110,116,97,105,110,101,114,2,1,61,230,156,42,0,8,1,10,46,116,111,112,45,112,114,111,109,111,2,1,123,124,147,21,0,8,1,16,46,116,111,112,45,119,114,97,112,112,101,114,45,98,111,120,2,1,189,229,36,113,0,8,1,12,46,116,111,112,95,101,112,95,119,114,97,112,2,1,14,43,146,157,0,8,1,11,46,116,111,112,95,110,111,116,105,99,101,2,1,77,37,17,121,0,8,1,13,46,116,111,112,95,116,105,112,95,119,114,97,112,2,1,151,54,74,43,0,8,1,10,46,116,111,112,98,97,114,66,111,120,2,1,69,172,79,138,0,8,1,7,46,116,111,112,100,105,118,2,1,222,147,92,197,0,8,1,14,46,116,111,115,45,97,103,114,101,101,109,101,110,116,2,1,85,197,54,224,0,8,1,11,46,116,111,115,45,98,97,110,110,101,114,2,1,89,176,168,234,0,8,1,14,46,116,111,115,45,99,111,110,116,97,105,110,101,114,2,1,148,187,243,65,0,8,1,18,46,116,111,115,45,109,111,100,97,108,45,119,114,97,112,112,101,114,2,1,151,192,34,195,0,8,1,10,46,116,111,115,45,112,111,112,117,112,2,1,148,192,241,169,0,8,1,13,46,116,111,115,45,114,97,122,101,114,45,106,115,2,1,129,60,246,74,0,8,1,17,46,116,111,118,97,116,116,45,103,100,112,114,112,111,112,117,112,2,1,141,32,45,8,0,8,1,17,46,116,112,45,112,111,112,105,110,45,99,111,111,107,105,101,115,2,1,82,55,14,104,0,8,1,18,46,116,112,104,45,99,111,111,107,105,101,45,110,111,116,105,99,101,2,1,184,246,74,67,0,8,1,21,46,116,114,45,68,105,115,109,105,115,115,105,98,108,101,66,97,110,110,101,114,2,1,96,100,91,118,0,8,1,9,46,116,114,97,99,107,105,110,103,2,1,65,241,126,15,0,8,1,15,46,116,114,97,99,107,105,110,103,45,97,108,101,114,116,2,1,126,224,237,18,0,8,1,20,46,116,114,97,99,107,105,110,103,45,99,111,110,115,101,110,116,45,118,50,2,1,210,46,108,140,0,8,1,27,46,116,114,97,99,107,105,110,103,45,99,111,110,115,101,110,116,45,118,50,95,95,109,111,100,97,108,2,1,210,46,108,140,0,8,1,16,46,116,114,97,99,107,105,110,103,45,110,111,116,105,99,101,2,1,92,243,107,150,0,8,1,41,46,116,114,97,99,107,105,110,103,95,98,97,110,110,101,114,45,45,45,116,114,97,99,107,105,110,103,66,97,110,110,101,114,45,45,45,51,103,107,95,83,2,1,1,23,219,193,0,8,1,10,46,116,114,97,110,115,98,111,120,49,2,1,54,216,61,147,0,8,1,31,46,116,114,97,110,115,105,116,105,111,110,45,97,108,108,46,114,111,117,110,100,101,100,45,116,46,102,105,120,101,100,2,1,132,226,93,113,0,8,1,20,46,116,114,97,110,115,112,97,114,101,110,116,45,111,118,101,114,108,97,121,2,1,137,146,68,74,0,8,1,15,46,116,114,111,97,120,45,109,101,115,115,97,103,101,115,2,1,127,242,103,88,0,8,1,19,46,116,114,111,112,116,101,114,45,99,111,111,107,105,101,115,98,97,114,2,1,31,208,87,178,0,8,1,18,46,116,114,117,101,110,100,111,95,99,111,110,116,97,105,110,101,114,2,1,2,123,148,171,0,8,1,18,46,116,115,45,104,101,97,100,101,114,45,109,101,115,115,97,103,101,2,1,211,240,62,173,0,8,1,7,46,116,115,45,109,115,103,2,1,248,27,186,83,0,8,1,21,46,116,116,95,112,111,112,111,118,101,114,95,99,111,110,116,97,105,110,101,114,2,1,126,3,62,107,0,8,1,20,46,116,118,101,45,108,101,97,100,115,45,116,114,105,103,103,101,114,101,100,2,1,3,102,180,79,0,8,1,76,46,116,119,45,98,111,114,100,101,114,45,50,46,116,119,45,114,111,117,110,100,101,100,46,116,119,45,98,111,114,100,101,114,45,112,114,105,109,97,114,121,46,116,119,45,112,45,52,46,116,119,45,98,103,45,116,104,101,109,101,45,49,46,116,119,45,116,101,120,116,45,116,104,101,109,101,2,1,202,34,230,197,0,8,1,9,46,116,119,45,102,105,120,101,100,2,1,132,207,146,224,0,8,1,14,46,116,120,95,97,109,102,99,111,111,107,105,101,115,2,1,189,201,168,10,0,8,1,27,46,117,45,98,97,99,107,103,114,111,117,110,100,45,45,100,101,102,97,117,108,116,45,100,97,114,107,2,1,66,1,148,159,0,8,1,10,46,117,45,98,103,45,112,97,100,100,2,1,251,67,186,116,0,8,1,33,46,117,49,50,45,100,97,116,97,45,112,114,111,116,101,99,116,105,111,110,45,110,111,116,105,99,101,95,95,105,116,101,109,2,1,61,247,22,20,0,8,1,4,46,117,99,98,2,1,167,84,49,7,0,8,1,9,46,117,105,45,97,108,101,114,116,2,1,17,239,13,190,0,8,1,19,46,117,105,45,110,111,116,105,102,105,99,97,116,105,111,110,98,97,114,2,1,183,225,239,212,0,8,1,11,46,117,105,45,112,114,105,118,97,99,121,2,1,247,93,148,140,0,8,1,13,46,117,105,45,114,101,115,105,122,97,98,108,101,2,1,148,186,188,93,0,8,1,7,46,117,105,108,111,99,107,2,1,202,61,43,129,0,8,1,9,46,117,107,45,97,108,101,114,116,2,2,38,239,13,35,169,129,48,126,0,8,1,18,46,117,107,45,112,111,115,105,116,105,111,110,45,102,105,120,101,100,2,1,13,37,89,48,0,8,1,12,46,117,108,112,45,111,118,101,114,108,97,121,2,1,44,154,107,81,0,8,1,22,46,117,108,112,45,119,105,110,100,111,119,45,116,111,112,45,99,101,110,116,101,114,2,1,44,154,107,81,0,8,1,15,46,117,109,45,99,111,110,115,101,110,116,45,98,97,114,2,1,187,0,228,44,0,8,1,25,46,117,110,105,118,101,114,115,97,108,45,102,111,111,116,101,114,95,95,114,105,98,98,111,110,2,1,38,157,30,74,0,8,1,3,46,117,112,2,1,227,102,83,128,0,8,1,21,46,117,112,99,99,45,102,108,111,97,116,105,110,103,45,110,111,116,105,99,101,2,1,70,42,110,77,0,8,1,11,46,117,114,103,101,110,116,45,109,115,103,2,1,19,148,99,144,0,8,1,17,46,117,114,108,115,108,97,98,45,115,107,105,112,45,97,108,108,2,1,86,238,180,31,0,8,1,9,46,117,115,101,114,45,109,115,103,2,2,38,157,25,55,122,13,201,82,0,8,1,16,46,117,115,101,114,45,112,101,114,109,105,115,115,105,111,110,2,1,69,206,83,62,0,8,1,16,46,117,115,101,114,45,116,101,114,109,115,45,104,105,110,116,2,1,3,234,52,225,0,8,1,12,46,117,115,101,114,77,101,115,115,97,103,101,2,1,131,46,28,247,0,8,1,11,46,117,115,101,114,78,111,116,105,99,101,2,1,143,114,110,236,0,8,1,12,46,117,115,101,114,95,110,111,116,105,99,101,2,1,58,205,99,242,0,8,1,15,46,117,115,101,114,110,111,116,105,99,101,95,112,111,112,2,7,85,116,227,157,86,154,115,76,92,216,58,174,169,129,170,165,170,34,119,100,177,5,226,31,250,187,217,34,0,8,1,27,46,117,116,105,108,105,116,105,101,115,95,103,114,97,110,116,95,112,97,110,101,108,95,115,104,111,119,2,1,34,4,76,163,0,8,1,18,46,117,116,105,108,105,116,121,45,99,111,110,116,97,105,110,101,114,2,1,127,242,108,247,0,8,1,11,46,117,116,105,108,105,116,121,66,97,114,2,1,0,145,132,92,0,8,1,18,46,117,120,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,2,1,83,6,251,46,0,8,1,17,46,118,45,45,109,111,100,97,108,45,111,118,101,114,108,97,121,2,1,121,255,34,116,0,8,1,15,46,118,45,98,111,116,116,111,109,45,115,104,101,101,116,2,1,201,193,190,25,0,8,1,19,46,118,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,2,1,64,222,114,179,0,8,1,17,46,118,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,2,1,91,59,114,50,0,8,1,9,46,118,45,100,105,97,108,111,103,2,1,106,197,71,204,0,8,1,18,46,118,45,100,105,97,108,111,103,95,95,99,111,110,116,101,110,116,2,1,227,143,64,119,0,8,1,9,46,118,45,102,111,111,116,101,114,2,1,148,192,109,107,0,8,1,13,46,118,45,109,100,117,45,110,111,116,105,99,101,2,1,188,166,40,185,0,8,1,16,46,118,45,115,110,97,99,107,45,45,98,111,116,116,111,109,2,1,219,182,2,214,0,8,1,17,46,118,45,115,110,97,99,107,95,95,99,111,110,116,101,110,116,2,1,151,192,34,195,0,8,1,18,46,118,50,45,99,108,97,115,115,45,45,45,98,97,110,110,101,114,2,1,78,156,34,208,0,8,1,30,46,118,55,45,117,115,45,112,114,105,118,97,99,121,45,101,120,112,108,105,99,105,116,45,110,111,116,105,99,101,2,1,113,152,115,249,0,8,1,3,46,118,99,2,1,218,155,120,193,0,8,1,15,46,118,99,45,103,100,112,114,45,98,97,110,110,101,114,2,1,127,58,28,249,0,8,1,11,46,118,101,114,105,65,108,116,66,97,114,2,1,117,188,223,20,0,8,1,14,46,118,105,115,105,116,111,114,110,111,116,105,99,101,2,1,9,152,14,186,0,8,1,12,46,118,105,115,109,101,99,111,111,107,105,101,2,1,108,206,119,121,0,8,1,18,46,118,110,111,116,105,102,121,45,99,111,110,116,97,105,110,101,114,2,1,64,7,125,219,0,8,1,14,46,118,112,120,45,103,100,112,114,77,111,100,97,108,2,1,125,166,164,252,0,8,1,21,46,118,117,101,45,100,105,115,99,108,97,105,109,101,114,45,112,111,112,117,112,2,1,211,10,33,118,0,8,1,6,46,119,45,49,48,48,2,2,48,118,227,132,136,248,31,213,0,8,1,9,46,119,45,115,99,114,101,101,110,2,1,243,160,225,53,0,8,1,6,46,119,53,121,71,112,2,1,148,196,49,170,0,8,1,10,46,119,97,114,110,45,119,114,97,112,2,1,207,24,225,91,0,8,1,14,46,119,97,114,110,105,110,103,45,109,111,100,97,108,2,1,71,171,241,188,0,8,1,16,46,119,98,108,55,50,101,45,48,45,102,111,111,116,101,114,2,1,38,157,76,56,0,8,1,15,46,119,101,108,99,111,109,101,45,98,97,110,110,101,114,2,1,59,132,118,86,0,8,1,11,46,119,105,115,112,45,109,111,100,97,108,2,1,36,79,47,104,0,8,1,19,46,119,105,122,97,114,100,67,111,111,107,105,101,66,97,110,110,101,114,2,1,226,171,152,4,0,8,1,18,46,119,107,45,99,111,111,107,105,101,45,119,114,97,112,112,101,114,2,1,66,133,211,102,0,8,1,11,46,119,111,45,99,111,110,115,101,110,116,2,1,129,21,173,66,0,8,1,17,46,119,111,110,100,101,114,112,108,117,103,105,110,45,98,111,120,2,1,116,208,28,216,0,8,1,16,46,119,111,111,107,105,101,101,45,119,114,97,112,112,101,114,2,1,166,61,83,65,0,8,1,15,46,119,112,112,111,112,117,112,115,45,119,104,111,108,101,2,1,53,48,255,170,0,8,1,10,46,119,112,116,45,109,111,100,97,108,2,1,46,30,201,54,0,8,1,13,46,119,114,97,112,112,101,114,32,62,32,46,119,2,1,196,179,98,57,0,8,1,14,46,119,114,97,112,112,101,114,45,56,56,54,97,98,2,1,152,197,90,108,0,8,1,15,46,119,114,97,112,112,101,114,45,110,111,116,105,102,121,2,1,244,48,211,30,0,8,1,16,46,119,114,97,112,112,101,114,45,119,114,97,112,112,101,114,2,1,71,23,232,184,0,8,1,13,46,119,114,97,112,112,101,114,46,115,104,111,119,2,1,47,96,103,186,0,8,1,11,46,119,114,97,112,112,101,114,98,116,109,2,17,6,212,204,118,11,189,230,174,47,195,42,131,52,40,92,50,127,219,55,24,137,86,89,117,138,197,10,75,166,63,147,166,169,134,7,13,181,115,89,165,185,57,175,199,191,110,187,141,193,178,136,51,194,102,86,112,197,124,141,151,216,126,230,183,225,36,61,79,0,8,1,6,46,119,116,45,99,98,2,1,151,123,90,12,0,8,1,15,46,119,119,110,45,103,100,112,114,45,109,111,100,97,108,2,1,191,182,50,252,0,8,1,16,46,120,45,103,108,111,98,97,108,45,100,105,97,108,111,103,2,1,16,99,111,160,0,8,1,10,46,120,45,109,101,115,115,97,103,101,2,1,183,21,59,170,0,8,1,7,46,120,73,80,104,117,79,2,1,127,45,159,201,0,8,1,30,46,120,116,120,78,97,118,105,103,97,116,105,111,110,79,102,102,67,97,110,118,97,115,79,118,101,114,108,97,121,2,1,220,8,165,81,0,8,1,36,46,120,116,120,78,97,118,105,103,97,116,105,111,110,79,102,102,67,97,110,118,97,115,79,118,101,114,108,97,121,67,111,111,107,105,101,2,1,220,8,165,81,0,8,1,6,46,121,67,112,102,84,2,1,31,155,145,230,0,8,1,7,46,121,101,108,108,111,119,2,1,92,102,131,68,0,8,1,9,46,121,101,112,115,45,98,97,114,2,1,95,78,120,54,0,8,1,6,46,121,104,109,112,78,2,1,255,56,100,79,0,8,1,21,46,121,111,117,116,117,98,101,45,116,101,114,109,115,45,98,97,110,110,101,114,2,1,5,189,113,140,0,8,1,11,46,121,116,45,99,111,110,115,101,110,116,2,1,172,236,226,157,0,8,1,17,46,121,117,46,121,116,46,121,115,46,103,105,46,117,46,111,100,2,1,160,2,171,133,0,8,1,14,46,121,117,99,115,45,101,112,114,105,118,97,99,121,2,1,126,1,103,52,0,8,1,12,46,121,118,114,45,99,111,111,107,105,101,115,2,1,2,234,99,54,0,8,1,20,46,122,45,49,46,98,103,45,103,114,101,121,45,108,105,103,104,116,101,114,2,1,28,90,36,127,0,8,1,7,46,122,45,49,48,48,48,2,1,229,249,67,153,0,8,1,5,46,122,45,51,48,2,1,86,144,251,116,0,8,1,6,46,122,45,54,48,48,2,1,82,11,225,124,0,8,1,14,46,122,45,99,111,111,107,105,101,80,111,112,117,112,2,1,243,87,30,32,0,8,1,14,46,122,68,111,99,115,80,111,112,117,112,66,111,120,2,1,85,156,133,2,0,8,1,21,46,122,89,115,76,69,74,120,122,109,102,66,65,50,74,98,102,103,118,56,86,2,1,141,124,41,202,0,8,1,32,46,122,97,52,51,98,98,49,50,98,56,54,52,97,51,102,56,100,95,112,114,105,118,97,99,121,66,97,110,110,101,114,2,1,38,157,72,76,0,8,1,31,46,122,98,111,116,116,111,109,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,45,111,117,116,101,114,2,1,148,180,19,134,0,0,1,12,83,65,78,84,65,45,78,79,84,73,67,69,2,1,78,14,197,230,0,0,1,15,85,83,69,82,45,84,89,80,69,45,80,79,80,85,80,2,1,28,225,134,107,0,0,1,39,91,97,114,105,97,45,100,101,115,99,114,105,98,101,100,98,121,61,34,98,97,110,110,101,114,45,100,101,115,99,114,105,112,116,105,111,110,34,93,2,1,197,59,37,153,0,0,1,47,91,97,114,105,97,45,100,101,115,99,114,105,98,101,100,98,121,61,34,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,100,101,115,99,114,105,112,116,105,111,110,34,93,2,1,62,237,229,153,0,0,1,43,91,97,114,105,97,45,100,101,115,99,114,105,98,101,100,98,121,61,34,109,111,98,105,108,101,77,111,98,105,108,101,84,79,85,77,101,115,115,97,103,101,34,93,2,1,230,42,26,48,0,0,1,29,91,97,114,105,97,45,108,97,98,101,108,61,34,67,111,111,107,105,101,32,67,111,110,115,101,110,116,34,93,2,1,142,90,214,178,0,0,1,22,91,97,114,105,97,45,108,97,98,101,108,61,34,67,111,111,107,105,101,115,34,93,2,1,242,62,249,130,0,0,1,33,91,97,114,105,97,45,108,97,98,101,108,61,34,80,114,105,118,97,99,121,32,68,105,115,99,108,111,115,117,114,101,34,93,2,9,8,49,138,69,47,169,49,123,51,155,50,219,132,125,233,44,132,201,166,137,136,171,224,140,143,83,160,146,158,215,13,205,233,254,6,72,0,0,1,28,91,97,114,105,97,45,108,97,98,101,108,61,34,99,111,111,107,105,101,32,98,97,110,110,101,114,34,93,2,1,239,178,208,18,0,0,1,28,91,97,114,105,97,45,108,97,98,101,108,61,34,99,111,111,107,105,101,99,111,110,115,101,110,116,34,93,2,1,224,114,135,77,0,0,1,39,91,97,114,105,97,45,108,97,98,101,108,108,101,100,98,121,61,34,99,111,111,107,105,101,45,98,97,110,110,101,114,45,116,105,116,108,101,34,93,2,1,71,197,111,134,0,0,1,38,91,97,114,105,97,45,108,97,98,101,108,108,101,100,98,121,61,34,110,111,116,105,102,105,99,97,116,105,111,110,95,108,97,98,101,108,34,93,2,1,254,154,173,12,0,0,1,13,91,99,99,112,97,61,34,116,114,117,101,34,93,2,1,129,179,108,204,0,0,1,28,91,99,108,97,115,115,42,61,34,67,111,111,107,105,101,67,111,109,112,108,105,97,110,99,101,95,34,93,2,1,105,251,190,37,0,0,1,24,91,99,108,97,115,115,42,61,34,67,111,111,107,105,101,115,65,99,99,101,112,116,34,93,2,1,89,108,28,91,0,0,1,38,91,99,108,97,115,115,42,61,34,83,110,97,99,107,98,97,114,77,101,115,115,97,103,101,115,95,95,115,110,97,99,107,98,97,114,95,34,93,2,1,88,236,182,118,0,0,1,23,91,99,108,97,115,115,42,61,34,99,111,111,107,105,101,115,80,111,112,85,112,34,93,2,1,39,248,97,90,0,0,1,45,91,99,108,97,115,115,42,61,34,109,111,100,97,108,115,116,121,108,101,115,95,95,83,116,121,108,101,100,77,111,100,97,108,67,111,110,116,97,105,110,101,114,45,34,93,2,1,150,125,114,88,0,0,1,35,91,99,108,97,115,115,42,61,34,115,116,121,108,101,115,95,95,66,97,110,110,101,114,67,111,110,116,97,105,110,101,114,45,34,93,2,1,254,154,173,12,0,0,1,24,91,99,108,97,115,115,94,61,34,67,111,111,107,105,101,67,111,110,116,114,111,108,34,93,2,1,19,18,157,113,0,0,1,23,91,99,108,97,115,115,94,61,34,67,111,111,107,105,101,80,111,112,105,110,95,34,93,2,1,178,242,218,203,0,0,1,25,91,99,108,97,115,115,94,61,34,67,111,111,107,105,101,115,77,97,110,97,103,101,114,34,93,2,1,167,237,61,197,0,0,1,28,91,99,108,97,115,115,94,61,34,67,111,111,107,105,101,115,95,99,111,110,116,97,105,110,101,114,34,93,2,1,197,14,239,228,0,0,1,23,91,99,108,97,115,115,94,61,34,71,68,80,82,45,109,111,100,117,108,101,95,34,93,2,1,138,130,174,214,0,0,1,35,91,99,108,97,115,115,94,61,34,79,118,101,114,108,97,121,95,95,79,118,101,114,108,97,121,66,97,115,101,45,115,99,45,34,93,2,1,75,18,183,100,0,0,1,33,91,99,108,97,115,115,94,61,34,82,111,99,107,115,116,97,114,67,111,111,107,105,101,115,66,97,110,110,101,114,95,34,93,2,1,98,183,234,94,0,0,1,26,91,99,108,97,115,115,94,61,34,95,115,104,101,105,110,95,112,114,105,118,97,99,121,95,34,93,2,1,120,132,130,105,0,0,1,25,91,99,108,97,115,115,94,61,34,97,112,112,45,99,111,110,116,97,105,110,101,114,45,34,93,2,1,148,179,249,80,0,0,1,25,91,99,108,97,115,115,94,61,34,99,111,111,107,105,101,45,98,97,110,110,101,114,45,34,93,2,1,200,71,154,101,0,0,1,35,91,99,108,97,115,115,94,61,34,99,111,111,107,105,101,45,112,111,108,105,99,121,45,99,111,109,112,111,110,101,110,116,95,34,93,2,1,189,112,29,151,0,0,1,24,91,99,108,97,115,115,94,61,34,99,111,111,107,105,101,95,110,111,116,105,99,101,34,93,2,1,224,38,172,42,0,0,1,21,91,99,108,97,115,115,94,61,34,115,116,121,108,101,95,103,100,112,114,34,93,2,1,128,97,105,80,0,0,1,27,91,99,108,97,115,115,94,61,34,116,114,117,115,116,97,114,99,95,99,111,110,115,101,110,116,34,93,2,1,70,84,196,114,0,0,1,27,91,100,97,116,97,45,97,106,97,120,45,108,111,97,100,105,110,103,61,34,102,97,108,115,101,34,93,2,1,53,185,155,239,0,0,1,34,91,100,97,116,97,45,97,117,116,111,109,97,116,105,111,110,45,105,100,61,34,108,101,103,97,108,78,111,116,105,99,101,34,93,2,1,42,43,171,17,0,0,1,32,91,100,97,116,97,45,97,117,116,111,109,97,116,105,111,110,61,34,108,97,117,110,99,104,66,97,110,110,101,114,34,93,2,1,187,94,79,77,0,0,1,39,91,100,97,116,97,45,97,117,116,111,109,97,116,105,111,110,61,34,112,114,105,118,97,99,121,80,111,108,105,99,121,66,97,110,110,101,114,34,93,2,2,71,7,132,20,247,34,155,4,0,0,1,24,91,100,97,116,97,45,98,97,115,101,119,101,98,61,34,116,111,97,115,116,101,114,34,93,2,1,148,202,79,68,0,0,1,25,91,100,97,116,97,45,98,100,100,61,34,116,101,114,109,115,45,111,102,45,117,115,101,34,93,2,1,230,42,26,48,0,0,1,40,91,100,97,116,97,45,98,105,110,100,61,34,118,105,115,105,98,108,101,58,32,115,104,111,119,67,111,111,107,105,101,87,97,114,110,105,110,103,34,93,2,1,150,222,119,93,0,0,1,16,91,100,97,116,97,45,99,99,45,98,97,110,110,101,114,93,2,1,100,153,214,60,0,0,1,41,91,100,97,116,97,45,99,111,109,112,45,116,121,112,101,61,34,99,111,111,107,105,101,45,98,97,110,110,101,114,45,114,111,111,116,45,119,105,120,34,93,2,1,38,157,114,246,0,0,1,31,91,100,97,116,97,45,99,111,109,112,111,110,101,110,116,61,34,67,111,111,107,105,101,66,97,110,110,101,114,34,93,2,1,181,159,156,8,0,0,1,31,91,100,97,116,97,45,99,111,109,112,111,110,101,110,116,61,34,99,111,111,107,105,101,66,97,110,110,101,114,34,93,2,1,196,104,106,13,0,0,1,35,91,100,97,116,97,45,99,111,109,112,111,110,101,110,116,61,34,110,51,45,99,111,111,107,105,101,45,110,111,116,105,99,101,34,93,2,1,190,221,19,219,0,0,1,20,91,100,97,116,97,45,99,111,111,107,105,101,45,110,117,109,98,101,114,93,2,1,158,125,242,19,0,0,1,26,91,100,97,116,97,45,99,121,61,34,99,111,111,107,105,101,45,99,111,110,115,101,110,116,34,93,2,1,101,231,79,129,0,0,1,20,91,100,97,116,97,45,100,105,97,108,111,103,61,34,116,114,117,101,34,93,2,1,23,81,196,34,0,0,1,36,91,100,97,116,97,45,102,101,116,99,104,45,107,101,121,61,34,84,104,101,67,111,111,107,105,101,80,114,111,109,112,116,58,48,34,93,2,1,226,171,152,4,0,0,1,47,91,100,97,116,97,45,103,110,97,118,45,114,101,103,105,111,110,61,34,71,108,111,98,97,108,80,114,105,118,97,99,121,67,111,110,116,114,111,108,66,97,110,110,101,114,34,93,2,1,91,52,44,223,0,0,1,39,91,100,97,116,97,45,114,101,97,99,116,45,99,108,97,115,115,61,34,73,110,102,111,114,109,67,111,111,107,105,101,115,80,111,112,117,112,34,93,2,1,211,244,164,16,0,0,1,30,91,100,97,116,97,45,116,101,115,116,45,105,100,61,34,99,111,111,107,105,101,45,110,111,116,105,99,101,34,93,2,1,248,95,163,111,0,0,1,35,91,100,97,116,97,45,116,101,115,116,45,110,97,109,101,61,34,95,116,101,114,109,115,79,102,83,101,114,118,105,99,101,115,34,93,2,1,4,42,1,94,0,0,1,42,91,100,97,116,97,45,116,101,115,116,45,115,101,108,101,99,116,111,114,61,34,100,114,97,119,101,114,95,67,111,111,107,105,101,80,111,108,105,99,121,34,93,2,1,101,24,8,62,0,0,1,20,91,100,97,116,97,45,116,101,115,116,61,34,98,97,110,110,101,114,34,93,2,1,144,159,197,195,0,0,1,37,91,100,97,116,97,45,116,101,115,116,105,100,61,34,99,111,111,107,105,101,45,98,97,110,110,101,114,45,119,114,97,112,112,101,114,34,93,2,1,55,4,69,9,0,0,1,38,91,100,97,116,97,45,116,101,115,116,105,100,61,34,99,111,111,107,105,101,115,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,34,93,2,1,54,172,252,20,0,0,1,29,91,100,97,116,97,45,116,101,115,116,105,100,61,34,99,111,111,107,105,101,115,78,111,116,105,99,101,34,93,2,1,207,248,235,211,0,0,1,29,91,100,97,116,97,45,116,111,103,103,108,101,45,112,114,111,112,101,114,116,121,61,34,103,100,112,114,34,93,2,1,53,241,42,178,0,0,1,17,91,100,97,116,97,45,118,45,53,102,54,55,53,102,99,56,93,2,1,234,103,20,63,0,0,1,22,91,114,101,100,100,105,116,45,99,111,111,107,105,101,45,98,97,110,110,101,114,93,2,1,142,14,98,194,0,0,1,20,91,114,111,108,101,61,34,97,108,101,114,116,100,105,97,108,111,103,34,93,2,1,252,56,108,12,0,0,1,22,91,114,111,108,101,61,34,99,111,109,112,108,101,109,101,110,116,97,114,121,34,93,2,1,189,36,203,194,0,0,1,40,91,115,116,121,108,101,42,61,34,112,111,115,105,116,105,111,110,58,32,102,105,120,101,100,59,32,98,111,116,116,111,109,58,32,48,112,120,59,34,93,2,1,36,195,204,79,0,0,1,48,91,115,116,121,108,101,42,61,34,112,111,115,105,116,105,111,110,58,32,102,105,120,101,100,59,32,108,101,102,116,58,32,48,112,120,59,32,116,111,112,58,32,48,112,120,59,34,93,2,1,80,41,202,77,0,0,1,38,91,115,116,121,108,101,61,34,112,97,100,100,105,110,103,45,108,101,102,116,58,48,112,120,32,33,105,109,112,111,114,116,97,110,116,59,34,93,2,1,141,64,220,155,0,0,1,45,91,115,116,121,108,101,94,61,34,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,32,114,103,98,40,50,52,44,32,50,56,44,32,51,49,41,59,34,93,2,1,234,38,18,219,0,0,1,48,91,115,116,121,108,101,94,61,34,112,111,115,105,116,105,111,110,58,32,102,105,120,101,100,59,32,108,101,102,116,58,32,51,37,59,32,114,105,103,104,116,58,32,51,37,59,34,93,2,1,186,143,185,141,0,0,1,54,91,115,116,121,108,101,94,61,34,119,105,100,116,104,58,32,49,48,48,37,59,32,104,101,105,103,104,116,58,32,49,48,48,37,59,32,112,111,115,105,116,105,111,110,58,32,102,105,120,101,100,59,34,93,2,1,161,64,7,160,0,0,1,45,91,115,116,121,108,101,94,61,34,122,45,105,110,100,101,120,58,57,48,48,48,48,48,48,48,59,32,112,111,115,105,116,105,111,110,58,32,102,105,120,101,100,59,34,93,2,1,246,17,160,192,0,0,1,19,97,99,114,101,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,2,1,69,16,41,13,0,0,1,17,97,100,99,45,99,111,111,107,105,101,45,98,97,110,110,101,114,2,1,194,197,251,32,0,0,1,7,97,103,98,45,98,97,114,2,1,54,216,162,166,0,0,1,13,97,112,112,45,97,103,114,101,101,109,101,110,116,2,1,97,165,136,124,0,0,1,11,97,112,112,45,98,97,110,110,101,114,115,2,1,13,211,21,132,0,0,1,17,97,112,112,45,99,111,111,107,105,101,45,110,111,116,105,99,101,2,1,130,16,220,63,0,0,1,17,97,112,112,45,99,111,111,107,105,101,45,115,116,97,116,117,115,2,1,58,33,119,191,0,0,1,19,97,112,112,45,99,111,111,107,105,101,115,45,109,97,110,97,103,101,114,2,1,146,9,150,180,0,0,1,14,97,112,112,45,116,105,110,121,45,97,108,101,114,116,2,1,128,133,243,178,0,0,1,14,98,97,110,110,101,114,45,99,111,110,116,101,110,116,2,1,48,139,147,243,0,0,1,19,98,111,100,121,32,62,32,46,109,101,110,117,45,104,101,97,100,101,114,2,1,84,119,165,188,0,0,1,18,98,111,100,121,32,62,32,100,105,118,32,62,32,46,99,97,114,100,2,1,161,64,7,160,0,0,1,74,98,111,100,121,58,110,111,116,40,91,115,116,121,108,101,94,61,34,109,97,114,103,105,110,45,98,111,116,116,111,109,34,93,41,32,100,105,118,91,100,97,116,97,45,116,101,115,116,105,100,61,34,99,111,111,107,105,101,45,112,111,108,105,99,121,45,98,97,110,110,101,114,34,93,2,1,25,145,115,140,0,0,1,12,99,45,100,99,120,45,99,111,111,107,105,101,2,1,233,36,175,98,0,0,1,20,99,111,110,115,101,110,116,45,99,111,111,107,105,101,45,112,111,112,117,112,2,1,20,183,107,89,0,0,1,13,99,111,110,115,101,110,116,45,116,111,97,115,116,2,1,84,7,72,229,0,0,1,18,99,111,114,101,45,99,111,111,107,105,101,45,98,97,110,110,101,114,2,1,132,21,68,69,0,0,1,26,100,105,118,32,62,32,46,98,114,97,110,99,104,45,106,111,117,114,110,101,121,115,45,116,111,112,2,1,63,37,190,213,0,0,1,21,100,105,118,32,62,32,46,99,111,111,107,105,101,45,112,114,105,118,97,99,121,2,1,246,101,61,67,0,0,1,71,100,105,118,46,106,115,45,97,112,112,108,101,116,45,118,105,101,119,45,99,111,110,116,97,105,110,101,114,45,109,97,105,110,32,62,32,100,105,118,46,102,105,120,101,100,45,119,105,110,91,115,116,121,108,101,94,61,34,98,97,99,107,103,114,111,117,110,100,58,34,93,2,1,126,1,103,52,0,0,1,25,100,105,118,46,114,45,49,120,99,97,106,97,109,46,99,115,115,45,49,55,53,111,105,50,114,2,16,3,251,117,37,7,228,248,70,16,15,120,172,61,206,210,50,80,11,63,152,128,151,228,197,153,70,112,218,175,49,28,252,183,112,121,162,185,11,113,211,222,125,142,193,234,86,195,178,235,217,23,187,239,66,44,125,242,126,154,53,244,59,22,44,0,0,1,32,100,105,118,91,97,114,105,97,45,108,97,98,101,108,61,34,67,111,111,107,105,101,32,67,111,110,115,101,110,116,34,93,2,1,127,50,15,0,0,0,1,49,100,105,118,91,97,114,105,97,45,108,97,98,101,108,61,34,67,111,111,107,105,101,115,32,117,115,97,103,101,32,100,105,115,99,108,97,105,109,101,114,32,98,97,110,110,101,114,34,93,2,1,234,220,158,159,0,0,1,44,100,105,118,91,99,108,97,115,115,42,61,34,67,111,110,102,105,114,109,77,101,115,115,97,103,101,45,109,111,100,117,108,101,95,95,99,111,111,107,105,101,45,34,93,2,1,222,200,80,198,0,0,1,25,100,105,118,91,99,108,97,115,115,42,61,34,67,111,111,107,105,101,115,66,97,114,95,34,93,2,1,45,176,0,113,0,0,1,34,100,105,118,91,99,108,97,115,115,42,61,34,115,116,121,108,101,115,95,99,111,110,115,101,110,116,67,97,114,100,95,95,34,93,2,1,146,203,177,86,0,0,1,32,100,105,118,91,99,108,97,115,115,61,34,97,108,101,114,116,67,111,110,116,97,105,110,101,114,95,99,56,48,101,34,93,2,1,100,14,247,220,0,0,1,30,100,105,118,91,99,108,97,115,115,94,61,34,65,108,101,114,116,68,95,99,111,110,116,97,105,110,101,114,34,93,2,2,54,184,87,214,151,169,245,150,0,0,1,25,100,105,118,91,99,108,97,115,115,94,61,34,66,97,110,110,101,114,71,68,80,82,95,34,93,2,1,152,139,130,66,0,0,1,28,100,105,118,91,99,108,97,115,115,94,61,34,66,97,110,110,101,114,95,98,97,110,110,101,114,95,34,93,2,1,242,114,223,217,0,0,1,29,100,105,118,91,99,108,97,115,115,94,61,34,66,105,115,113,117,105,116,115,66,97,110,110,101,114,95,34,93,2,1,121,100,186,242,0,0,1,26,100,105,118,91,99,108,97,115,115,94,61,34,67,111,111,107,105,101,65,108,101,114,116,45,34,93,2,1,126,17,119,49,0,0,1,26,100,105,118,91,99,108,97,115,115,94,61,34,67,111,111,107,105,101,66,117,109,112,101,114,34,93,2,1,89,217,44,129,0,0,1,34,100,105,118,91,99,108,97,115,115,94,61,34,67,111,111,107,105,101,67,111,110,115,101,110,116,66,97,110,110,101,114,95,34,93,2,1,188,104,246,81,0,0,1,29,100,105,118,91,99,108,97,115,115,94,61,34,67,111,111,107,105,101,68,105,114,101,99,116,105,118,101,34,93,2,1,57,123,98,118,0,0,1,34,100,105,118,91,99,108,97,115,115,94,61,34,67,111,111,107,105,101,77,101,115,115,97,103,101,115,116,121,108,101,100,95,34,93,2,1,115,155,49,137,0,0,1,41,100,105,118,91,99,108,97,115,115,94,61,34,67,111,111,107,105,101,78,111,116,105,102,105,99,97,116,105,111,110,95,119,114,97,112,112,101,114,95,34,93,2,1,102,231,106,212,0,0,1,30,100,105,118,91,99,108,97,115,115,94,61,34,67,111,111,107,105,101,115,65,103,114,101,101,109,101,110,116,34,93,2,1,245,111,172,30,0,0,1,26,100,105,118,91,99,108,97,115,115,94,61,34,67,111,111,107,105,101,115,73,110,102,111,95,34,93,2,1,170,174,2,96,0,0,1,27,100,105,118,91,99,108,97,115,115,94,61,34,67,111,111,107,105,101,115,76,97,98,101,108,95,34,93,2,1,90,75,139,154,0,0,1,38,100,105,118,91,99,108,97,115,115,94,61,34,70,111,111,116,101,114,95,99,111,111,107,105,101,115,66,103,70,97,108,108,98,97,99,107,34,93,2,1,199,7,138,110,0,0,1,38,100,105,118,91,99,108,97,115,115,94,61,34,71,100,112,114,65,99,99,101,112,116,97,110,99,101,95,99,111,110,116,97,105,110,101,114,34,93,2,1,122,171,86,27,0,0,1,25,100,105,118,91,99,108,97,115,115,94,61,34,71,100,112,114,66,97,110,110,101,114,95,34,93,2,1,204,5,127,36,0,0,1,30,100,105,118,91,99,108,97,115,115,94,61,34,76,101,103,97,108,68,105,115,99,108,97,105,109,101,114,95,34,93,2,1,129,179,108,204,0,0,1,40,100,105,118,91,99,108,97,115,115,94,61,34,77,88,95,67,79,77,80,76,89,95,71,68,80,82,95,67,79,77,80,76,73,65,78,67,69,95,34,93,2,1,203,80,115,129,0,0,1,35,100,105,118,91,99,108,97,115,115,94,61,34,77,101,115,115,97,103,101,66,97,110,110,101,114,87,114,97,112,112,101,114,45,34,93,2,12,0,9,3,132,37,208,98,149,45,94,2,134,53,108,59,10,67,251,45,20,77,85,155,219,126,242,152,210,127,1,174,185,129,65,47,58,148,185,211,204,182,250,56,149,194,197,253,246,0,0,1,27,100,105,118,91,99,108,97,115,115,94,61,34,80,114,105,118,97,99,121,78,111,116,105,99,101,34,93,2,1,126,6,120,56,0,0,1,34,100,105,118,91,99,108,97,115,115,94,61,34,80,114,105,118,97,99,121,78,111,116,105,102,105,99,97,116,105,111,110,95,34,93,2,1,71,63,18,241,0,0,1,25,100,105,118,91,99,108,97,115,115,94,61,34,83,109,97,108,108,67,111,111,107,105,101,34,93,2,1,53,254,140,168,0,0,1,36,100,105,118,91,99,108,97,115,115,94,61,34,83,116,121,108,101,100,76,101,103,97,108,68,105,115,99,108,97,105,109,101,114,45,34,93,2,1,108,72,131,138,0,0,1,36,100,105,118,91,99,108,97,115,115,94,61,34,84,111,97,115,116,45,109,111,100,117,108,101,45,45,119,114,97,112,112,101,114,45,34,93,2,1,214,169,142,47,0,0,1,27,100,105,118,91,99,108,97,115,115,94,61,34,99,111,111,107,105,101,45,98,97,110,110,101,114,34,93,2,4,44,46,139,14,60,111,99,13,125,250,184,31,126,22,4,12,0,0,1,28,100,105,118,91,99,108,97,115,115,94,61,34,99,111,111,107,105,101,45,98,97,110,110,101,114,45,34,93,2,1,128,213,81,72,0,0,1,42,100,105,118,91,99,108,97,115,115,94,61,34,99,111,111,107,105,101,45,98,97,110,110,101,114,45,109,111,100,117,108,101,95,119,114,97,112,112,101,114,34,93,2,1,36,118,75,90,0,0,1,28,100,105,118,91,99,108,97,115,115,94,61,34,99,111,111,107,105,101,45,98,97,110,110,101,114,95,34,93,2,1,141,115,67,226,0,0,1,28,100,105,118,91,99,108,97,115,115,94,61,34,99,111,111,107,105,101,45,99,111,110,115,101,110,116,34,93,2,4,31,206,171,133,157,48,242,210,188,85,29,195,238,48,16,85,0,0,1,30,100,105,118,91,99,108,97,115,115,94,61,34,99,111,111,107,105,101,45,115,116,97,116,101,109,101,110,116,34,93,2,1,20,229,178,85,0,0,1,27,100,105,118,91,99,108,97,115,115,94,61,34,99,111,111,107,105,101,66,97,110,110,101,114,95,34,93,2,2,220,199,61,63,250,155,210,223,0,0,1,30,100,105,118,91,99,108,97,115,115,94,61,34,99,111,111,107,105,101,115,65,110,110,111,117,110,99,101,45,34,93,2,27,15,72,59,192,24,69,246,147,25,176,91,37,31,104,75,126,43,64,54,249,47,89,75,7,59,23,70,56,69,45,163,70,83,236,88,183,91,70,70,60,111,130,85,104,121,92,227,152,125,241,191,235,126,196,73,228,142,27,80,12,148,169,144,147,152,197,90,108,157,151,146,238,183,142,85,2,184,73,207,229,225,194,218,190,227,66,127,233,240,14,79,190,246,158,98,247,247,35,108,72,251,44,214,127,253,243,127,129,0,0,1,41,100,105,118,91,99,108,97,115,115,94,61,34,105,110,100,101,120,45,109,111,100,117,108,101,45,45,99,111,111,107,105,101,98,97,110,110,101,114,45,34,93,2,1,148,199,178,222,0,0,1,35,100,105,118,91,99,108,97,115,115,94,61,34,105,110,100,101,120,45,109,111,100,117,108,101,45,45,111,118,101,114,108,97,121,34,93,2,1,125,105,52,14,0,0,1,28,100,105,118,91,99,108,97,115,115,94,61,34,105,110,100,101,120,95,99,111,111,107,105,101,115,45,34,93,2,1,126,82,229,198,0,0,1,33,100,105,118,91,99,108,97,115,115,94,61,34,110,111,116,105,102,105,99,97,116,105,111,110,70,111,111,116,101,114,95,34,93,2,1,151,252,235,86,0,0,1,38,100,105,118,91,99,108,97,115,115,94,61,34,111,114,100,101,114,45,34,93,91,99,108,97,115,115,42,61,34,112,111,108,105,99,121,45,34,93,2,1,148,184,91,187,0,0,1,28,100,105,118,91,99,108,97,115,115,94,61,34,112,111,112,117,112,95,111,118,101,114,108,97,121,95,34,93,2,1,115,140,180,87,0,0,1,43,100,105,118,91,99,108,97,115,115,94,61,34,115,116,121,108,101,95,95,83,116,105,99,107,121,65,108,101,114,116,87,114,97,112,112,101,114,45,115,99,45,34,93,2,1,176,33,249,94,0,0,1,28,100,105,118,91,99,108,97,115,115,94,61,34,115,116,121,108,101,115,95,98,97,110,110,101,114,95,34,93,2,1,131,141,7,41,0,0,1,35,100,105,118,91,99,108,97,115,115,94,61,34,115,116,121,108,101,115,95,99,111,111,107,105,101,115,66,97,110,110,101,114,95,34,93,2,1,2,32,210,174,0,0,1,25,100,105,118,91,99,108,97,115,115,94,61,34,121,116,100,45,99,111,110,115,101,110,116,34,93,2,1,172,236,226,157,0,0,1,29,100,105,118,91,100,97,116,97,45,97,110,97,108,121,116,105,99,115,42,61,34,99,111,111,107,105,101,34,93,2,1,91,197,220,238,0,0,1,39,100,105,118,91,100,97,116,97,45,99,111,110,116,114,111,108,108,101,114,42,61,34,99,111,111,107,105,101,115,45,99,111,110,115,101,110,116,34,93,2,1,38,64,124,5,0,0,1,36,100,105,118,91,100,97,116,97,45,104,111,111,107,61,34,99,99,115,117,45,98,97,110,110,101,114,45,119,114,97,112,112,101,114,34,93,2,1,124,112,21,205,0,0,1,44,100,105,118,91,100,97,116,97,45,106,115,45,105,100,61,34,67,111,111,107,105,101,83,101,116,116,105,110,103,115,78,111,116,105,102,105,99,97,116,105,111,110,34,93,2,1,89,57,60,45,0,0,1,30,100,105,118,91,100,97,116,97,45,110,97,109,101,61,34,67,111,111,107,105,101,67,111,110,115,101,110,116,34,93,2,3,143,163,68,236,146,43,189,186,148,149,139,75,0,0,1,46,100,105,118,91,100,97,116,97,45,114,110,119,114,55,48,48,45,49,109,111,104,50,51,116,45,101,49,107,50,105,110,45,116,99,101,105,116,122,61,34,116,114,117,101,34,93,2,1,192,241,163,74,0,0,1,27,100,105,118,91,100,97,116,97,45,115,101,99,116,105,111,110,61,34,99,111,111,107,105,101,115,34,93,2,1,38,6,191,53,0,0,1,41,100,105,118,91,100,97,116,97,45,115,116,111,114,97,103,101,45,105,116,101,109,94,61,34,116,56,56,55,99,111,111,107,105,101,110,97,109,101,95,34,93,2,1,84,217,159,132,0,0,1,33,100,105,118,91,100,97,116,97,45,116,97,103,61,34,99,111,111,107,105,101,45,100,105,115,99,108,111,115,117,114,101,34,93,2,1,96,53,173,135,0,0,1,39,100,105,118,91,100,97,116,97,45,116,101,115,116,45,105,100,61,34,67,111,111,107,105,101,45,80,111,108,105,99,121,66,97,110,110,101,114,34,93,2,1,89,172,217,162,0,0,1,32,100,105,118,91,100,97,116,97,45,116,101,115,116,105,100,61,34,99,111,111,107,105,101,45,98,97,110,110,101,114,34,93,2,5,23,10,210,133,55,176,118,52,133,21,215,113,145,223,198,69,194,178,66,155,0,0,1,34,100,105,118,91,100,97,116,97,45,116,101,115,116,105,100,61,34,100,108,45,99,111,111,107,105,101,66,97,110,110,101,114,34,93,2,1,125,144,199,24,0,0,1,38,100,105,118,91,115,116,121,108,101,42,61,34,45,45,84,111,97,115,116,101,114,45,105,110,100,105,99,97,116,111,114,67,111,108,111,114,34,93,2,1,142,14,98,194,0,0,1,64,100,105,118,91,115,116,121,108,101,42,61,34,112,111,115,105,116,105,111,110,58,32,102,105,120,101,100,59,32,108,101,102,116,58,32,48,112,120,59,32,116,111,112,58,32,48,112,120,59,32,119,105,100,116,104,58,32,49,48,48,37,59,34,93,2,1,243,93,248,68,0,0,1,50,100,105,118,91,115,116,121,108,101,61,34,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,32,114,103,98,40,50,52,48,44,32,50,52,48,44,32,50,52,48,41,59,34,93,2,7,18,109,163,165,26,204,193,127,56,90,164,108,57,35,137,105,98,188,168,19,127,98,111,188,166,213,37,209,0,0,1,97,100,105,118,91,115,116,121,108,101,61,34,98,97,99,107,103,114,111,117,110,100,58,35,101,101,100,59,112,97,100,100,105,110,103,58,49,48,112,120,59,109,97,114,103,105,110,58,48,59,116,101,120,116,45,97,108,105,103,110,58,99,101,110,116,101,114,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,52,52,54,34,93,2,1,43,123,146,215,0,0,1,128,0,0,0,233,100,105,118,91,115,116,121,108,101,61,34,105,110,115,101,116,58,32,48,112,120,59,32,119,105,100,116,104,58,32,49,48,48,37,59,32,104,101,105,103,104,116,58,32,49,48,48,37,59,32,98,111,120,45,115,105,122,105,110,103,58,32,98,111,114,100,101,114,45,98,111,120,59,32,112,111,115,105,116,105,111,110,58,32,102,105,120,101,100,59,32,116,111,117,99,104,45,97,99,116,105,111,110,58,32,110,111,110,101,59,32,112,97,100,100,105,110,103,58,32,50,48,112,120,59,32,122,45,105,110,100,101,120,58,32,49,48,59,32,100,105,115,112,108,97,121,58,32,102,108,101,120,59,32,102,108,101,120,45,100,105,114,101,99,116,105,111,110,58,32,114,111,119,59,32,103,97,112,58,32,50,48,112,120,59,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,32,112,111,105,110,116,101,114,45,101,118,101,110,116,115,58,32,97,108,108,59,34,93,2,1,86,161,182,218,0,0,1,128,0,0,0,181,100,105,118,91,115,116,121,108,101,61,34,112,111,115,105,116,105,111,110,58,32,102,105,120,101,100,59,32,98,111,116,116,111,109,58,32,48,112,120,59,32,108,101,102,116,58,32,48,112,120,59,32,119,105,100,116,104,58,32,49,48,48,37,59,32,112,97,100,100,105,110,103,58,32,50,48,112,120,59,32,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,32,114,103,98,97,40,48,44,32,48,44,32,48,44,32,48,46,56,41,59,32,99,111,108,111,114,58,32,114,103,98,40,50,53,53,44,32,50,53,53,44,32,50,53,53,41,59,32,116,101,120,116,45,97,108,105,103,110,58,32,99,101,110,116,101,114,59,32,122,45,105,110,100,101,120,58,32,57,57,57,57,59,34,93,2,1,121,139,116,178,0,0,1,64,100,105,118,91,115,116,121,108,101,94,61,34,97,108,105,103,110,45,105,116,101,109,115,58,32,98,97,115,101,108,105,110,101,59,32,98,97,99,107,103,114,111,117,110,100,58,32,114,103,98,40,53,51,44,32,53,51,44,32,53,51,41,34,93,2,1,148,199,190,101,0,0,1,38,100,105,118,91,115,116,121,108,101,94,61,34,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,70,70,57,53,57,53,34,93,2,1,55,109,79,10,0,0,1,35,100,105,118,91,115,116,121,108,101,94,61,34,98,97,99,107,103,114,111,117,110,100,58,32,35,52,50,52,50,52,50,59,32,34,93,2,1,141,197,204,15,0,0,1,41,100,105,118,91,115,116,121,108,101,94,61,34,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,34,93,2,1,57,78,202,190,0,0,1,37,100,105,118,91,115,116,121,108,101,94,61,34,98,111,114,100,101,114,58,32,50,112,120,32,115,111,108,105,100,32,98,108,117,101,59,34,93,2,1,129,84,247,139,0,0,1,40,100,105,118,91,115,116,121,108,101,94,61,34,99,111,108,111,114,58,32,114,103,98,40,50,51,56,44,32,50,51,56,44,32,50,51,56,41,59,34,93,2,1,113,90,237,167,0,0,1,51,100,105,118,91,115,116,121,108,101,94,61,34,104,101,105,103,104,116,58,50,48,112,120,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,70,65,70,70,68,67,59,34,93,2,1,55,109,79,10,0,0,1,37,100,105,118,91,115,116,121,108,101,94,61,34,112,111,115,105,116,105,111,110,58,32,102,105,120,101,100,59,32,98,111,116,116,111,109,34,93,2,4,69,110,254,185,119,146,191,236,145,21,151,162,145,171,18,112,0,0,1,54,100,105,118,91,115,116,121,108,101,94,61,34,112,111,115,105,116,105,111,110,58,32,102,105,120,101,100,59,32,108,101,102,116,58,32,48,112,120,59,32,98,111,116,116,111,109,58,32,48,112,120,59,34,93,2,1,20,15,89,250,0,0,1,51,100,105,118,91,115,116,121,108,101,94,61,34,112,111,115,105,116,105,111,110,58,32,102,105,120,101,100,59,32,108,101,102,116,58,32,48,112,120,59,32,116,111,112,58,32,48,112,120,59,34,93,2,4,129,251,31,131,141,168,183,131,191,206,55,87,233,181,104,67,0,0,1,46,100,105,118,91,115,116,121,108,101,94,61,34,112,111,115,105,116,105,111,110,58,32,102,105,120,101,100,59,32,122,45,105,110,100,101,120,58,32,49,48,48,48,48,59,34,93,2,1,105,248,238,46,0,0,1,30,100,105,118,91,115,116,121,108,101,94,61,34,112,111,115,105,116,105,111,110,58,32,102,105,120,101,100,59,34,93,2,1,66,44,100,148,0,0,1,43,100,105,118,91,115,116,121,108,101,94,61,34,112,111,115,105,116,105,111,110,58,102,105,120,101,100,59,100,105,115,112,108,97,121,58,98,108,111,99,107,59,34,93,2,1,32,227,13,157,0,0,1,41,100,105,118,91,115,116,121,108,101,94,61,34,119,105,100,116,104,58,32,49,48,48,37,59,32,100,105,115,112,108,97,121,58,32,102,108,101,120,59,34,93,2,1,101,164,167,255,0,0,1,37,100,105,118,91,115,116,121,108,101,94,61,34,119,105,100,116,104,58,32,51,56,48,112,120,59,109,97,120,45,119,105,100,116,104,58,34,93,2,1,209,110,30,239,0,0,1,26,100,105,118,91,115,116,121,108,101,94,61,34,122,45,105,110,100,101,120,58,32,57,57,57,34,93,2,1,127,3,67,255,0,0,1,31,100,111,99,45,108,97,121,111,117,116,45,99,111,111,107,105,101,45,112,111,108,105,99,121,45,98,97,110,110,101,114,2,2,3,200,248,132,251,17,253,205,0,0,1,21,100,111,99,107,45,112,114,105,118,97,99,121,45,115,101,116,116,105,110,103,115,2,1,41,23,111,131,0,0,1,17,100,111,99,115,45,99,111,111,107,105,101,45,112,111,112,117,112,2,1,237,65,127,176,0,0,1,17,102,105,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,2,1,107,172,203,120,0,0,1,6,102,111,111,116,101,114,2,1,191,53,9,16,0,0,1,128,0,0,0,138,102,111,111,116,101,114,32,43,32,100,105,118,91,115,116,121,108,101,61,34,112,111,115,105,116,105,111,110,58,32,102,105,120,101,100,59,32,108,101,102,116,58,32,48,112,120,59,32,116,111,112,58,32,48,112,120,59,32,119,105,100,116,104,58,32,49,48,48,37,59,32,104,101,105,103,104,116,58,32,49,48,48,37,59,32,122,45,105,110,100,101,120,58,32,57,57,57,59,32,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,32,114,103,98,97,40,48,44,32,48,44,32,48,44,32,48,46,51,41,59,34,93,2,1,95,66,221,184,0,0,1,16,103,99,45,97,99,99,101,112,116,45,99,111,111,107,105,101,2,1,111,197,116,98,0,0,1,19,103,99,111,114,101,45,99,111,111,107,105,101,45,98,97,110,110,101,114,2,1,126,247,184,36,0,0,1,22,103,99,111,114,101,45,99,111,111,107,105,101,115,45,115,101,116,116,105,110,103,115,2,1,126,247,184,36,0,0,1,17,103,115,97,45,99,111,111,107,105,101,45,98,97,110,110,101,114,2,1,171,113,55,96,0,0,1,14,104,101,97,100,101,114,32,62,32,46,103,100,112,114,2,1,193,113,84,60,0,0,1,15,105,110,103,119,98,45,99,111,111,107,105,101,98,97,114,2,1,127,27,206,45,0,0,1,18,108,101,45,99,111,111,107,105,101,115,45,99,111,110,115,101,110,116,2,1,213,58,190,119,0,0,1,18,109,102,45,99,111,111,107,105,101,115,45,99,111,110,115,101,110,116,2,1,53,189,98,62,0,0,1,17,109,105,111,45,99,111,111,107,105,101,45,110,111,116,105,99,101,2,1,26,233,216,108,0,0,1,25,109,112,45,115,110,97,99,107,98,97,114,45,105,110,102,111,45,109,101,115,115,97,103,101,115,2,1,14,143,66,253,0,0,1,16,109,118,45,99,111,111,107,105,101,45,98,97,110,110,101,114,2,1,19,82,127,127,0,0,1,17,110,107,100,45,99,111,111,107,105,101,45,98,97,110,110,101,114,2,1,46,179,236,82,0,0,1,18,110,111,116,105,102,105,99,97,116,105,111,110,45,98,108,111,99,107,2,1,107,227,30,38,0,0,1,19,110,111,116,105,102,105,99,97,116,105,111,110,45,102,111,111,116,101,114,2,1,242,122,96,56,0,0,1,21,112,97,120,100,101,105,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,2,1,127,60,55,189,0,0,1,56,115,104,114,101,100,100,105,116,45,97,115,121,110,99,45,108,111,97,100,101,114,91,98,117,110,100,108,101,110,97,109,101,61,34,114,101,100,100,105,116,95,99,111,111,107,105,101,95,98,97,110,110,101,114,34,93,2,2,34,213,210,243,142,14,98,194,0,0,1,22,115,104,114,101,100,100,105,116,45,99,111,111,107,105,101,45,98,97,110,110,101,114,2,1,142,14,98,194,0,0,1,18,115,109,112,45,99,111,111,107,105,101,115,45,98,97,110,110,101,114,2,1,155,137,19,239,0,0,1,26,115,112,97,110,32,62,32,46,109,97,120,45,119,45,109,100,46,115,104,97,100,111,119,45,108,103,2,1,150,195,125,111,0,0,1,18,119,99,115,115,45,99,111,111,107,105,101,45,98,97,110,110,101,114,2,2,19,110,79,10,38,130,205,250,0,0,1,12,119,101,98,45,115,110,97,99,107,98,97,114,2,1,222,234,123,134,0,0,1,32,100,105,118,91,100,97,116,97,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,111,118,101,114,108,97,121,93,2,3,14,134,7,126,33,152,17,36,33,234,135,136,0,0,1,40,100,105,118,91,100,97,116,97,45,113,97,61,34,103,114,97,110,117,108,97,114,45,112,114,105,118,97,99,121,45,115,101,116,116,105,110,103,115,34,93,2,1,157,26,51,3,0,0,1,35,100,105,118,91,100,97,116,97,45,113,97,61,34,106,101,116,45,112,114,105,118,97,99,121,45,115,101,116,116,105,110,103,115,34,93,2,1,234,58,17,4,0,0,1,31,100,105,118,91,100,97,116,97,45,113,97,61,34,112,114,105,118,97,99,121,45,115,101,116,116,105,110,103,115,34,93,2,7,6,155,129,254,36,120,89,249,86,13,245,117,141,100,242,179,161,57,203,135,172,10,12,165,174,132,115,176,0,8,1,13,46,99,99,45,99,111,110,116,97,105,110,101,114,1,1,248,8,43,179,0,8,1,21,46,111,118,101,114,108,97,121,45,103,100,112,114,45,99,111,110,115,101,110,116,2,2,38,156,255,211,168,80,91,114,0,8,1,16,46,111,118,101,114,108,97,121,45,119,114,97,112,112,101,114,2,2,38,156,255,211,168,80,91,114,0,8,1,13,46,70,111,111,116,101,114,80,111,112,117,112,115,2,3,83,33,11,166,154,89,152,134,156,25,156,155,0,16,1,16,35,119,114,97,112,112,101,114,45,100,120,45,99,111,107,105,2,8,38,44,36,68,103,238,58,249,148,104,92,154,174,193,230,21,182,121,193,41,182,225,250,100,191,221,10,29,204,25,152,235,0,0,1,22,100,105,118,91,99,108,97,115,115,94,61,34,99,111,111,107,105,101,95,95,34,93,2,4,40,217,150,142,88,247,105,121,105,110,46,163,238,186,44,45,0,8,1,13,46,99,111,111,107,105,101,45,97,108,101,114,116,2,5,2,236,103,231,51,53,179,83,52,106,61,48,205,166,214,32,250,157,238,66,0,8,1,18,46,99,111,111,107,105,101,45,97,108,101,114,116,45,115,104,111,119,2,2,5,115,213,93,69,157,21,27,0,8,1,12,46,97,100,110,45,109,101,115,115,97,103,101,2,11,31,43,76,135,51,205,221,219,83,111,0,229,89,58,249,109,91,166,123,28,112,244,157,192,136,89,173,104,142,75,167,68,165,39,55,235,168,226,105,56,202,188,92,43,0,16,1,21,35,95,95,116,101,97,108,105,117,109,71,68,80,82,99,112,80,114,101,102,115,2,2,168,88,13,198,177,25,56,24,0,8,1,10,46,99,111,111,107,105,101,98,97,114,2,1,117,137,181,75,0,16,1,17,35,99,108,105,83,101,116,116,105,110,103,115,80,111,112,117,112,2,1,190,148,45,2,0,8,1,16,46,112,114,45,99,111,111,107,105,101,45,109,111,100,97,108,2,11,7,187,23,18,22,137,19,218,46,2,18,88,93,74,163,78,102,60,96,79,126,92,86,44,137,124,229,99,158,171,130,102,181,252,229,116,197,113,79,199,240,96,85,115,0,16,1,14,35,99,111,111,107,105,101,45,112,111,108,105,99,121,2,4,104,232,242,202,118,143,25,133,139,19,75,34,154,250,51,38,0,8,1,28,46,99,111,111,107,105,101,45,112,101,114,109,105,115,115,105,111,110,45,99,111,110,116,97,105,110,101,114,2,6,32,14,68,180,110,131,204,219,137,14,47,10,202,200,43,158,242,231,20,251,246,53,211,16,0,8,1,15,46,99,111,111,107,105,101,45,109,101,115,115,97,103,101,2,7,2,84,19,107,80,204,34,80,121,45,165,12,123,247,212,159,162,5,124,219,162,221,193,166,201,68,126,125,0,8,1,14,46,99,111,111,107,105,101,45,97,99,99,101,112,116,2,1,84,1,227,143,0,16,1,15,35,99,111,110,115,101,110,116,77,97,110,97,103,101,114,2,2,193,193,244,206,247,84,198,23,0,16,1,13,35,99,111,111,107,105,101,45,109,111,100,97,108,2,5,9,19,50,11,23,42,34,178,66,69,126,108,118,24,215,4,201,118,0,69,0,16,1,5,35,99,107,110,116,2,3,20,240,92,18,41,93,80,99,172,245,100,52,0,8,1,25,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,99,111,110,116,97,105,110,101,114,2,3,197,193,18,75,232,242,233,134,234,228,251,112,0,8,1,12,46,119,112,99,98,45,98,97,110,110,101,114,2,4,61,0,55,25,78,17,87,33,135,59,133,24,216,238,24,144,0,8,1,15,46,119,112,99,98,45,99,111,110,116,97,105,110,101,114,2,12,55,75,109,94,64,16,36,205,72,97,200,54,96,166,47,168,125,236,86,123,132,189,240,75,142,143,40,236,162,47,97,66,173,225,224,253,186,38,216,55,229,209,185,254,241,143,32,44,0,8,1,15,46,111,114,101,106,105,109,101,45,78,111,116,105,99,101,2,6,4,161,223,116,140,94,169,104,143,96,247,122,153,67,142,254,227,116,151,87,242,81,97,77,0,8,1,18,46,99,99,45,119,105,110,100,111,119,45,119,114,97,112,112,101,114,2,4,13,77,51,23,46,41,180,145,46,218,156,51,132,54,192,25,0,8,1,12,46,99,115,45,105,110,102,111,45,98,97,114,2,2,80,126,68,54,148,254,253,89,0,16,1,9,35,103,100,112,114,77,97,115,107,2,6,48,217,183,89,110,21,196,182,117,45,98,107,158,248,80,33,191,31,182,47,219,197,157,190,0,8,1,16,46,115,119,97,108,50,45,99,111,110,116,97,105,110,101,114,2,3,74,58,224,186,203,65,28,200,236,153,76,70,0,8,1,13,46,99,99,45,99,111,110,116,97,105,110,101,114,2,11,28,72,5,177,44,200,73,141,76,236,253,182,114,73,98,139,136,172,60,55,139,33,14,172,142,11,84,23,148,196,114,113,153,216,251,156,197,167,133,234,206,207,207,164,0,16,1,13,35,99,99,45,99,111,110,116,97,105,110,101,114,2,3,9,168,4,16,17,179,36,86,218,98,254,122,0,8,1,14,46,109,111,100,97,108,45,119,114,97,112,112,101,114,2,6,36,34,110,140,45,224,129,40,71,43,27,64,131,11,140,21,187,66,7,24,226,170,110,0,0,8,1,5,46,105,110,102,111,2,4,5,62,93,45,16,67,10,151,69,166,52,92,71,90,46,110,0,16,1,11,35,99,111,111,107,105,101,78,111,116,101,2,41,3,204,68,108,8,173,90,48,16,196,37,184,21,117,25,45,24,84,141,203,36,31,9,223,38,4,205,96,38,208,99,188,42,238,16,110,43,108,212,0,48,117,134,30,50,151,251,172,51,55,110,246,61,230,104,252,67,187,216,224,72,181,242,134,73,118,62,192,83,2,6,169,86,44,62,123,121,25,198,84,123,239,40,118,125,167,31,121,133,177,213,1,144,204,164,154,156,50,253,62,159,218,187,72,170,71,34,138,172,137,235,95,176,10,184,171,184,194,124,156,186,196,54,13,197,250,137,106,207,10,103,33,212,184,58,156,214,154,155,225,217,113,219,159,224,139,11,227,238,49,31,160,238,236,127,61,247,144,254,75,248,150,23,179,0,8,1,20,46,97,99,116,105,118,101,98,97,114,45,99,111,110,116,97,105,110,101,114,2,13,22,53,195,64,26,116,174,172,57,241,236,245,69,150,134,22,116,112,38,8,129,41,254,113,157,105,83,193,169,5,243,3,176,87,237,162,202,88,166,123,237,82,26,144,237,165,226,207,250,229,69,237,0,8,1,21,46,99,111,111,107,105,101,95,99,111,110,115,101,110,116,95,97,108,101,114,116,2,4,30,101,87,140,133,135,142,164,188,122,23,26,253,67,94,34,0,16,1,13,35,99,111,111,107,105,101,80,111,108,105,99,121,2,9,27,139,72,174,42,176,227,10,61,75,212,43,76,3,225,165,110,4,1,125,148,156,254,61,177,197,55,217,204,5,81,4,211,181,10,240,0,8,1,15,46,99,117,115,116,111,109,45,99,111,110,115,101,110,116,2,4,5,196,102,244,67,74,18,235,121,71,239,210,146,207,226,233,0,0,1,26,99,111,110,115,101,110,116,45,115,108,105,100,101,45,105,110,45,99,111,109,112,111,110,101,110,116,2,8,10,200,112,46,36,103,210,226,58,137,65,166,79,73,97,96,95,150,153,112,164,130,118,239,237,246,204,214,239,244,132,208,0,8,1,35,46,67,111,111,107,105,101,115,66,97,110,110,101,114,95,80,111,115,116,105,111,110,66,97,110,110,101,114,95,95,89,104,95,68,109,2,2,192,206,117,195,218,227,119,5,0,8,1,17,46,109,111,100,97,108,45,98,97,99,107,103,114,111,117,110,100,2,5,85,78,170,146,85,166,79,218,209,102,82,185,209,228,241,79,236,188,4,49,0,16,1,13,35,98,105,115,99,117,105,116,77,111,100,97,108,2,5,28,106,222,26,142,225,92,63,152,47,71,199,218,137,134,86,225,70,72,218,0,8,1,12,46,100,105,115,95,109,101,115,115,97,103,101,2,4,39,218,74,246,141,100,71,132,143,50,101,214,214,145,226,233,0,16,1,9,35,104,101,97,100,98,97,110,100,2,3,193,176,133,42,241,211,9,42,251,67,238,23,0,0,1,25,91,99,108,97,115,115,94,61,34,80,114,105,118,97,99,121,66,97,110,110,101,114,95,34,93,2,2,81,60,83,123,162,68,62,199,0,16,1,17,35,112,97,110,100,101,99,116,101,115,45,98,97,110,110,101,114,2,2,142,25,131,155,240,32,40,253,0,16,1,19,35,99,111,111,107,105,101,115,95,97,99,99,101,112,116,97,110,99,101,2,8,6,230,146,243,7,170,1,187,78,181,192,212,111,239,221,75,122,134,17,41,151,127,214,123,204,206,32,114,221,96,238,93,0,8,1,12,46,99,111,110,115,101,110,116,45,98,111,120,2,3,108,228,233,249,157,117,182,177,250,97,243,142,0,16,1,11,35,99,111,111,107,105,101,45,98,97,114,2,4,21,235,211,108,71,156,238,113,108,29,175,60,229,175,140,205,0,0,1,28,91,99,108,97,115,115,94,61,34,115,116,121,108,101,95,99,111,110,116,97,105,110,101,114,95,95,34,93,2,2,54,252,124,217,109,167,225,27,0,8,1,17,46,110,111,116,105,102,105,99,97,116,105,111,110,45,98,97,114,2,7,14,87,214,189,36,92,59,174,51,172,9,65,54,153,208,157,112,242,246,75,116,150,30,57,139,237,47,84,0,8,1,10,46,99,111,111,107,105,101,102,111,120,2,2,39,204,83,167,113,45,50,42,0,8,1,12,46,118,119,111,45,111,118,101,114,108,97,121,2,11,5,209,161,237,38,157,71,211,38,157,169,191,76,238,30,115,130,199,53,13,159,83,84,1,161,155,35,180,225,108,232,179,244,50,44,106,245,78,224,178,248,18,6,117,0,8,1,17,46,117,115,110,45,110,111,116,105,102,105,99,97,116,105,111,110,2,10,0,231,210,116,5,201,85,229,19,222,60,75,67,11,196,202,102,22,255,46,108,157,189,197,160,19,68,230,166,80,94,56,173,245,100,38,246,19,132,153,0,16,1,6,35,109,111,100,97,108,2,5,11,158,244,216,99,91,3,170,170,132,132,78,195,109,25,50,222,117,252,53,0,0,1,26,91,99,108,97,115,115,94,61,34,99,111,110,115,101,110,116,45,109,97,110,97,103,101,114,34,93,2,3,16,250,211,118,190,146,226,135,250,185,41,202,0,8,1,17,46,118,45,115,110,97,99,107,95,95,119,114,97,112,112,101,114,2,5,35,51,31,89,58,145,83,202,80,187,82,197,86,225,59,163,229,106,172,252,0,8,1,23,46,70,101,97,116,117,114,101,66,97,114,95,114,111,111,116,95,95,95,73,78,85,56,2,3,45,78,253,97,46,21,124,114,138,220,24,53,0,8,1,10,46,118,45,111,118,101,114,108,97,121,2,10,10,216,9,153,35,98,234,55,37,208,250,121,51,231,178,180,95,199,82,125,106,197,71,204,201,193,190,25,225,17,159,206,227,143,64,119,231,246,76,113,0,8,1,22,46,99,107,121,45,99,111,110,115,101,110,116,45,99,111,110,116,97,105,110,101,114,2,6,5,72,83,205,31,121,36,114,80,209,200,20,187,154,107,68,234,205,137,145,243,33,92,15,0,0,1,18,91,99,108,97,115,115,94,61,34,67,111,111,107,105,101,95,34,93,2,2,148,134,24,141,175,8,224,165,0,8,1,16,46,99,111,111,107,105,101,49,50,51,45,112,111,112,117,112,2,8,24,221,220,247,36,202,206,31,47,219,140,113,52,38,77,162,76,127,192,29,81,180,72,70,204,3,191,139,254,228,94,41,0,8,1,27,46,110,111,116,105,102,105,99,97,116,105,111,110,45,98,97,114,45,99,111,110,116,97,105,110,101,114,2,2,24,237,102,159,207,56,231,142,0,16,1,10,35,112,111,112,117,112,68,105,118,67,2,4,8,132,31,8,166,254,172,110,173,170,142,40,181,188,193,97,0,8,1,15,46,112,111,112,117,112,45,45,99,111,111,107,105,101,115,2,2,58,99,205,45,115,245,94,227,0,8,1,8,46,119,114,97,112,112,101,114,2,8,2,108,227,75,20,233,95,13,57,221,16,226,69,51,217,147,82,222,63,78,88,106,188,208,146,27,192,97,209,16,178,75,0,16,1,7,35,110,111,116,105,99,101,2,8,15,98,97,22,48,170,197,178,110,108,110,215,119,214,213,52,173,137,140,236,202,66,200,136,202,207,169,3,241,170,80,97,0,8,1,14,46,112,97,110,101,108,45,45,99,111,111,107,105,101,2,1,171,190,232,8,0,16,1,9,35,112,111,112,117,112,68,105,118,2,6,16,32,221,251,24,194,7,191,157,59,79,63,175,36,92,223,185,125,46,162,230,175,75,34,0,16,1,4,35,101,112,100,2,5,88,107,90,97,92,171,210,132,115,249,249,8,154,237,173,53,177,66,75,62,0,16,1,5,35,99,98,97,114,2,9,8,113,205,150,20,232,163,71,141,60,62,254,164,1,172,251,184,91,190,51,220,180,56,148,224,210,99,186,241,162,47,162,244,143,251,224,0,0,1,23,100,105,118,91,99,108,97,115,115,94,61,34,67,111,111,107,105,101,98,97,114,34,93,2,2,214,179,141,95,229,188,4,179,0,8,1,29,46,109,115,116,45,103,100,112,114,95,95,99,111,111,107,105,101,45,98,97,114,45,111,118,101,114,108,97,121,2,1,13,151,78,60,0,0,1,25,91,99,108,97,115,115,94,61,34,99,111,111,107,105,101,115,45,98,97,110,110,101,114,34,93,2,5,97,227,164,57,111,217,30,137,172,20,41,250,199,198,239,249,244,157,48,11,0,8,1,20,46,110,111,116,105,102,105,99,97,116,105,111,110,45,98,97,110,110,101,114,2,5,135,125,45,250,151,35,248,7,191,175,178,2,200,67,59,136,212,126,225,55,0,16,1,15,35,99,111,111,107,105,101,83,101,116,116,105,110,103,115,2,2,176,255,70,46,198,222,213,239,0,16,1,16,35,99,111,111,107,105,101,109,97,110,45,109,111,100,97,108,2,12,12,244,95,217,27,103,134,49,32,252,107,25,81,145,108,213,151,109,117,165,166,60,238,192,204,98,39,29,214,198,39,122,220,239,177,84,231,106,154,193,242,231,138,80,246,118,244,109,0,8,1,13,46,67,111,111,107,105,101,68,105,97,108,111,103,2,4,115,39,144,119,131,161,215,189,155,24,33,20,190,148,10,25,0,16,1,22,35,99,111,111,107,105,101,95,99,111,110,115,101,110,116,95,100,105,97,108,111,103,2,2,105,198,22,135,137,129,123,130,0,16,1,20,35,112,114,105,118,97,108,101,114,116,45,99,111,110,116,97,105,110,101,114,2,3,18,12,73,141,115,178,22,27,247,131,215,173,0,8,1,21,46,109,101,115,115,97,103,101,45,102,111,111,116,101,114,45,112,97,110,101,108,2,12,32,78,69,61,46,242,191,230,61,145,236,150,74,52,22,34,87,133,91,131,110,44,155,44,152,175,231,207,159,166,253,35,212,255,231,210,220,151,165,234,230,180,199,213,253,24,132,122,0,8,1,13,46,102,105,120,101,100,45,98,111,116,116,111,109,2,32,3,26,94,17,13,16,199,213,34,207,183,15,38,157,62,30,56,53,88,169,64,174,101,192,69,10,57,95,69,121,104,215,78,122,253,174,89,56,251,17,90,8,194,182,90,52,120,177,91,134,115,61,93,255,31,232,98,103,206,166,108,91,47,165,109,123,171,194,115,189,12,104,125,54,189,169,125,195,7,193,127,46,50,83,129,124,47,186,141,145,184,230,149,73,208,87,157,93,159,254,174,199,50,155,180,140,197,131,195,211,21,218,210,28,238,78,213,15,78,104,224,121,210,67,230,221,60,97,0,8,1,20,46,110,97,118,98,97,114,45,102,105,120,101,100,45,98,111,116,116,111,109,2,7,5,13,222,225,19,65,122,92,116,87,179,127,159,194,245,172,163,28,253,186,189,249,174,58,249,208,255,15,0,8,1,7,46,98,97,110,110,101,114,2,34,4,188,171,232,11,224,65,169,16,10,222,151,19,135,128,67,43,106,38,97,49,214,95,181,54,120,194,226,62,31,171,218,64,51,16,63,72,91,185,93,74,197,133,105,74,254,173,207,82,68,143,172,102,132,9,0,107,113,102,15,112,104,103,231,113,74,18,94,117,211,112,90,121,127,224,191,122,221,94,16,124,206,112,235,135,37,223,89,149,43,226,59,151,228,7,239,154,105,64,21,159,74,65,14,180,186,171,182,198,123,128,164,201,40,177,238,222,215,91,87,223,205,157,14,224,83,67,55,245,127,81,202,246,52,11,154,0,8,1,7,46,110,111,116,105,99,101,2,32,12,209,145,157,16,89,12,43,22,113,126,44,35,234,34,69,37,7,210,52,38,152,47,150,42,69,9,48,55,165,125,193,103,100,48,168,117,114,255,9,125,254,149,211,126,247,162,201,137,238,46,160,144,187,38,143,146,233,79,238,147,37,163,44,148,180,17,147,151,66,192,38,154,45,37,118,163,142,97,91,170,94,208,15,172,116,198,120,179,177,119,214,199,147,189,40,205,178,121,114,206,131,54,197,217,100,109,32,218,135,113,160,238,162,195,241,243,168,91,161,251,109,34,16,252,32,47,53,0,0,1,22,91,99,108,97,115,115,94,61,34,71,68,80,82,67,111,110,115,101,110,116,34,93,2,5,37,108,190,19,59,85,235,96,116,176,55,219,199,211,96,150,205,174,84,199,0,8,1,14,46,109,111,100,97,108,45,111,118,101,114,108,97,121,2,11,16,45,37,234,43,207,196,35,46,238,187,49,51,178,83,250,92,171,129,255,129,187,117,59,133,230,178,153,158,237,221,164,202,44,217,138,210,20,91,104,250,241,235,23,0,8,1,15,46,99,111,111,107,105,101,45,119,114,97,112,112,101,114,2,1,64,154,179,20,0,8,1,3,46,99,99,2,5,26,99,85,127,27,119,9,8,114,242,218,127,190,245,94,221,242,231,143,37,0,16,1,7,35,99,99,95,100,105,118,2,10,13,149,53,1,61,201,88,84,75,18,246,11,88,107,228,193,141,217,202,105,147,195,153,241,168,26,235,138,200,164,79,162,205,17,67,231,248,88,254,221,0,8,1,7,46,99,99,95,100,105,118,2,6,7,97,12,219,40,25,116,218,40,117,185,35,55,31,210,155,185,9,143,85,208,79,83,207,0,8,1,14,46,117,45,98,111,116,116,111,109,70,105,120,101,114,2,13,44,0,245,247,56,213,157,76,66,149,187,171,77,148,5,61,88,122,250,20,91,42,56,37,128,111,206,95,135,107,145,58,167,48,186,226,168,178,32,177,178,60,221,4,212,163,218,57,251,119,155,226,0,8,1,19,46,106,115,45,98,111,116,116,111,109,70,105,120,84,97,114,103,101,116,2,1,206,220,191,169,0,0,1,20,91,99,108,97,115,115,94,61,34,67,111,111,107,105,101,66,111,120,34,93,2,2,163,86,225,189,229,28,167,217,0,8,1,15,46,109,111,100,97,108,45,99,111,110,115,101,110,116,115,2,11,11,36,193,8,17,208,32,157,18,179,233,245,45,74,45,177,82,178,228,175,83,143,98,173,117,87,241,204,156,114,247,45,195,59,149,180,213,213,21,137,247,19,184,162,0,8,1,15,46,99,111,111,107,105,101,45,115,101,116,116,105,110,103,2,24,7,20,17,67,9,210,152,55,16,184,109,201,26,84,75,233,34,27,254,115,41,90,10,140,60,174,174,9,60,222,168,61,65,242,173,92,85,53,243,164,98,126,69,224,113,132,131,72,120,32,255,244,156,8,247,228,166,205,82,92,177,236,240,63,182,214,221,220,202,200,15,118,218,4,36,138,223,153,164,82,226,173,59,14,231,113,55,216,246,255,165,60,250,203,221,78,0,8,1,9,46,99,110,45,108,97,121,101,114,2,2,60,148,209,24,99,251,166,157,0,8,1,8,46,99,111,110,115,101,110,116,2,30,19,59,234,13,20,107,229,225,27,103,136,217,31,60,18,241,38,244,191,147,47,104,163,20,47,151,171,226,51,103,125,230,77,0,160,135,100,49,34,16,101,81,2,29,105,30,59,238,110,207,116,3,119,37,231,149,121,193,75,19,127,88,106,24,128,91,78,0,128,192,164,209,136,101,79,212,142,199,222,180,162,98,52,53,175,159,193,117,177,79,5,194,196,113,130,167,202,187,67,151,205,245,28,49,211,170,39,143,213,50,189,174,242,47,161,208,247,76,201,190,0,8,1,16,46,99,111,110,115,101,110,116,45,111,118,101,114,108,97,121,2,30,3,250,242,100,7,254,4,35,16,100,174,148,28,112,9,223,52,192,42,230,55,132,18,231,60,125,63,152,82,97,20,86,93,148,124,140,103,224,76,201,110,222,250,124,114,30,8,105,121,152,87,72,121,192,21,175,123,139,212,140,128,180,17,174,145,227,9,15,160,236,247,188,162,153,70,20,167,35,25,106,177,38,206,241,188,31,251,251,194,99,130,191,200,82,125,203,202,187,67,151,219,166,204,5,226,211,194,173,248,146,22,187,250,97,243,142,251,128,184,247,0,8,1,9,46,99,111,110,115,101,110,116,115,2,20,17,166,115,206,38,91,110,116,47,227,199,155,57,112,6,4,70,41,58,116,77,9,132,166,82,200,51,145,145,73,7,190,152,188,44,8,164,188,110,65,167,108,168,177,171,219,66,106,189,107,234,239,193,18,36,28,209,165,67,218,221,181,68,21,233,144,80,236,234,80,108,140,244,59,160,111,244,238,74,194,0,16,1,8,35,99,111,110,115,101,110,116,2,49,3,183,199,143,3,188,133,153,6,222,161,65,8,238,204,232,10,155,43,83,14,23,120,202,15,175,119,39,24,234,251,69,25,160,176,155,41,180,241,247,45,195,111,77,47,44,15,162,54,155,161,183,63,207,54,206,66,106,54,29,77,233,3,196,93,12,234,53,115,193,66,38,121,32,57,100,126,199,49,163,128,202,200,53,129,73,183,242,131,212,215,226,132,58,57,58,139,105,226,243,140,182,161,118,144,84,155,115,151,66,54,86,161,15,40,233,161,68,79,143,163,146,103,168,164,149,38,254,166,203,165,243,194,197,252,190,199,211,172,32,200,49,150,152,200,134,34,27,202,177,53,110,209,103,153,54,220,75,92,206,221,255,79,2,222,161,101,156,227,135,75,197,228,104,231,236,229,62,221,48,230,1,204,10,239,135,241,128,239,170,16,54,250,34,254,32,0,0,1,27,100,105,118,91,99,108,97,115,115,94,61,34,99,111,111,107,105,101,115,66,97,110,110,101,114,34,93,2,2,64,28,48,186,96,237,191,101,0,8,1,14,46,99,108,105,45,98,97,114,45,112,111,112,117,112,2,3,99,225,121,104,131,241,175,64,216,100,239,116,0,8,1,19,46,99,107,121,45,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,4,86,127,242,230,112,23,133,175,127,55,175,129,185,55,222,121,0,0,1,23,91,99,108,97,115,115,94,61,34,67,111,111,107,105,101,115,77,111,100,97,108,34,93,2,3,67,62,112,43,102,141,140,254,176,53,71,215,0,16,1,22,35,99,111,111,107,105,101,45,100,105,97,108,111,103,45,119,114,97,112,112,101,114,2,4,29,133,39,70,48,118,4,232,135,45,173,119,198,169,7,87,0,8,1,5,46,108,116,99,110,2,11,17,232,14,233,19,132,167,28,28,227,234,184,44,237,107,67,59,13,188,215,61,137,201,166,68,65,75,121,95,140,181,227,118,40,166,17,227,226,81,215,237,39,212,52,0,16,1,8,35,67,111,110,115,101,110,116,2,3,6,178,146,140,47,235,172,15,221,3,152,132,0,16,1,11,35,99,99,45,119,114,97,112,112,101,114,2,2,125,214,166,66,174,116,44,233,0,8,1,10,46,99,99,95,100,105,97,108,111,103,2,3,52,89,196,199,79,225,91,18,185,174,147,209,0,8,1,10,46,99,99,45,103,114,111,119,101,114,2,3,31,170,153,35,56,41,250,94,236,224,234,251,0,8,1,3,46,99,98,2,6,7,175,18,112,27,15,27,34,48,139,77,42,57,83,239,207,168,120,201,223,170,40,196,255,0,8,1,3,46,67,65,2,12,6,149,9,80,30,215,13,4,116,43,239,253,123,198,111,110,154,23,131,163,176,34,116,232,180,193,251,1,194,89,121,174,201,62,219,103,207,9,75,106,241,147,114,21,254,129,227,198,0,8,1,12,46,99,111,111,107,105,101,45,116,101,120,116,2,8,0,10,249,144,3,189,69,89,53,171,12,254,87,210,226,48,137,75,102,221,140,171,80,217,197,39,59,107,255,180,139,107,0,8,1,11,46,99,98,45,111,118,101,114,108,97,121,2,3,75,116,222,201,95,217,234,79,212,229,25,109,0,8,1,15,46,106,115,70,105,120,101,100,77,101,115,115,97,103,101,2,5,59,206,214,184,121,67,249,242,148,192,243,243,165,89,74,78,192,241,17,36,0,16,1,12,35,99,98,111,120,79,118,101,114,108,97,121,2,23,20,225,169,195,38,157,171,200,41,61,122,221,44,97,55,227,46,25,235,45,64,186,148,104,85,173,28,250,92,252,1,181,96,252,211,147,98,111,31,189,126,23,191,49,128,70,215,128,136,20,49,237,166,169,2,60,175,158,96,88,181,60,106,118,185,188,255,221,190,49,132,35,208,203,45,112,218,243,154,69,231,195,254,2,232,138,78,169,237,69,251,149,0,16,1,12,35,99,98,111,120,87,114,97,112,112,101,114,2,1,237,69,251,149,0,16,1,9,35,99,111,108,111,114,98,111,120,2,15,20,225,169,195,64,186,148,104,85,173,28,250,98,111,31,189,111,215,10,68,126,23,191,49,128,70,215,128,136,20,49,237,166,169,2,60,175,158,96,88,181,60,106,118,190,49,132,35,218,243,154,69,231,195,254,2,232,138,78,169,0,8,1,18,46,99,111,111,107,105,101,115,45,99,111,109,112,111,110,101,110,116,2,2,90,223,189,223,118,127,94,182,0,16,1,8,35,99,99,45,109,97,105,110,2,20,5,142,150,75,56,115,147,77,78,196,137,218,84,102,86,139,105,8,96,111,109,59,32,6,122,58,44,173,125,26,7,62,126,219,156,118,130,26,230,163,148,229,10,28,170,15,110,5,203,33,19,204,207,96,225,47,223,216,15,140,234,100,219,149,240,118,17,212,240,245,162,151,244,99,21,19,255,56,100,79,0,16,1,9,35,99,99,45,45,109,97,105,110,2,36,10,183,32,174,13,149,53,1,16,212,38,214,20,152,103,56,27,10,180,6,32,188,243,192,36,52,2,76,38,157,150,108,41,158,61,49,45,205,45,75,74,192,173,133,82,67,90,51,110,6,12,54,114,136,238,1,117,250,195,8,129,231,66,126,133,86,97,179,138,124,17,186,139,61,132,237,144,185,201,213,148,179,239,177,148,184,164,151,158,182,174,57,163,109,88,182,180,130,2,23,182,161,61,68,185,9,143,85,193,44,96,221,193,196,153,163,212,21,101,104,212,223,85,60,219,1,48,158,226,202,16,50,235,214,36,185,237,80,119,5,242,21,21,142,0,8,1,8,46,99,45,45,97,110,105,109,2,73,0,213,81,29,2,62,108,187,5,142,150,75,15,111,181,180,20,18,27,35,21,101,65,187,34,192,231,134,36,90,52,145,38,165,78,176,38,181,53,134,40,105,3,216,42,101,128,213,42,215,111,39,45,194,218,20,51,60,252,172,55,242,243,237,59,28,219,212,61,219,34,47,71,205,10,103,72,113,80,50,74,156,32,118,82,160,84,130,87,70,77,58,87,118,245,111,91,69,92,138,96,124,106,209,101,177,12,254,103,182,9,32,107,175,149,50,107,209,91,150,113,232,152,185,114,65,205,151,120,221,44,39,122,4,78,75,123,39,100,253,126,82,132,23,130,205,74,1,136,253,129,1,142,220,26,99,144,40,72,177,144,190,5,58,145,174,228,215,147,183,217,93,152,5,5,64,159,71,200,105,160,164,11,236,167,217,4,5,178,78,217,77,183,11,221,186,184,54,253,127,184,193,233,48,185,89,33,38,186,25,99,107,186,241,63,240,189,161,91,145,189,214,190,85,195,89,156,190,200,38,79,99,205,155,20,207,209,42,31,9,210,89,69,10,217,207,185,180,220,222,147,178,227,58,229,169,229,178,245,90,229,205,144,181,235,7,205,20,241,11,143,154,241,237,156,98,244,154,61,65,248,134,46,48,251,219,36,240,252,181,75,1,0,8,1,9,46,99,99,45,45,97,110,105,109,2,2,125,17,232,59,137,69,140,246,0,8,1,28,46,101,117,45,99,111,111,107,105,101,45,99,111,109,112,108,105,97,110,99,101,45,98,97,110,110,101,114,2,1,64,171,239,207,0,16,1,5,35,119,114,45,99,2,12,0,213,131,14,6,166,10,222,30,220,237,18,35,189,167,95,49,113,31,206,97,44,133,133,124,3,206,245,126,100,189,7,158,48,11,20,200,139,61,123,200,201,130,200,238,113,49,27,0,8,1,5,46,103,100,112,114,2,6,23,85,115,55,35,122,2,35,134,44,20,149,214,167,228,129,217,29,77,150,231,45,219,204,0,8,1,13,46,103,100,112,114,45,119,114,97,112,112,101,114,2,2,128,135,132,250,202,213,127,54,0,16,1,5,35,71,68,80,82,2,7,25,236,135,104,35,180,221,40,37,20,37,125,115,67,162,247,116,81,58,70,135,247,175,198,225,124,250,181,0,8,1,6,46,122,45,57,57,57,2,1,29,195,25,127,0,8,1,6,46,122,45,49,48,48,2,4,133,168,55,156,184,9,174,201,216,244,45,198,230,99,178,240,0,8,1,11,46,99,111,111,107,105,101,45,98,97,114,2,4,17,137,129,218,29,237,31,145,52,105,183,133,173,218,86,249,0,16,1,23,35,119,115,95,101,117,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,2,26,1,160,59,13,17,225,79,81,20,7,122,70,27,101,249,192,29,163,231,147,40,130,133,111,42,115,103,40,67,246,250,7,106,55,143,27,109,180,90,165,116,66,198,61,120,224,175,33,121,116,45,33,124,34,147,143,124,208,66,136,127,92,87,75,159,250,177,56,166,132,77,31,179,25,201,204,209,91,179,175,212,144,97,253,212,175,180,151,220,106,1,95,225,180,85,52,230,69,102,130,240,93,141,202,0,16,1,10,35,98,97,110,101,114,82,111,111,116,2,3,55,161,106,50,66,118,32,44,70,89,144,220,0,8,1,14,46,108,101,103,97,108,45,99,111,110,115,101,110,116,2,5,85,62,174,188,103,78,117,11,116,33,0,108,158,93,1,172,197,50,192,157,0,16,1,15,35,99,111,111,107,105,101,45,99,111,110,115,101,110,116,2,4,29,131,69,137,47,78,101,158,64,192,122,217,193,250,134,170,0,8,1,13,46,98,103,45,103,114,101,101,110,45,50,48,48,2,4,64,234,33,24,81,151,74,140,87,122,134,155,88,190,164,35,0,8,1,7,46,101,67,115,118,100,98,2,5,16,131,225,137,33,70,253,191,79,145,219,42,205,152,233,49,231,122,87,192,0,16,1,21,35,98,108,97,99,107,45,98,97,110,100,45,99,111,110,116,97,105,110,101,114,2,8,17,172,197,11,65,60,189,243,72,65,1,125,103,111,195,55,112,75,192,116,162,49,222,46,168,244,164,72,181,8,8,119,0,16,1,16,35,97,100,100,105,116,105,111,110,97,108,73,110,102,111,101,2,18,15,213,126,73,45,24,249,235,50,52,55,92,62,172,12,166,66,64,78,8,90,29,181,120,134,16,172,40,139,196,128,246,169,72,10,126,170,15,0,97,180,101,152,162,190,124,217,239,199,119,112,15,215,241,137,42,230,99,138,190,240,208,123,109,248,69,173,129,254,36,46,144,0,0,1,27,91,99,108,97,115,115,42,61,34,67,111,111,107,105,101,66,97,110,110,101,114,80,114,111,95,34,93,2,6,8,148,176,152,112,188,197,38,128,66,223,6,139,146,255,47,187,69,210,76,214,3,150,174,0,0,1,23,100,105,118,91,99,108,97,115,115,94,61,34,67,111,111,107,105,101,66,97,114,34,93,2,8,52,136,203,215,57,243,139,63,81,225,169,149,100,200,208,36,147,151,252,221,190,137,73,163,205,12,66,208,214,45,244,217,0,8,1,13,46,99,111,111,107,105,101,45,99,104,101,99,107,2,4,29,90,252,78,91,179,32,117,91,179,83,156,148,182,34,205,0,8,1,10,46,99,99,45,119,105,110,100,111,119,2,17,3,97,197,234,4,30,137,33,16,62,50,211,58,36,255,78,65,41,25,79,66,1,170,71,78,211,68,138,94,39,122,189,97,216,253,172,110,57,44,120,118,35,176,173,122,46,213,115,165,163,255,179,230,213,217,162,242,76,228,226,250,123,233,86,252,223,37,224,0,8,1,6,46,112,111,112,117,112,2,20,2,16,46,53,53,131,190,195,62,137,241,33,78,52,73,43,91,74,45,171,103,152,1,24,126,245,158,71,131,168,35,159,134,153,93,38,151,139,102,135,153,218,105,228,159,124,171,99,185,218,119,245,193,89,212,109,201,236,108,163,202,224,206,196,220,166,218,58,227,148,144,98,237,167,104,172,238,41,128,12,0,8,1,16,46,112,111,112,117,112,45,99,111,110,116,97,105,110,101,114,2,8,33,240,142,65,143,38,91,14,169,69,162,72,179,143,214,242,194,197,253,248,202,37,36,199,208,65,171,124,250,27,16,208,0,8,1,14,46,112,111,112,117,112,45,119,114,97,112,112,101,114,2,6,14,189,90,148,23,37,77,197,93,196,146,15,141,76,84,12,144,101,152,153,193,246,84,38,0,8,1,14,46,112,111,112,117,112,45,111,118,101,114,108,97,121,2,8,39,134,177,197,61,57,173,154,92,213,56,255,108,5,219,58,152,219,210,49,158,44,230,135,204,255,57,143,231,222,124,227,0,0,1,27,100,105,118,91,99,108,97,115,115,94,61,34,80,114,105,118,97,99,121,80,111,108,105,99,121,34,93,2,8,47,200,135,230,51,82,25,105,53,10,16,63,105,214,221,164,137,238,238,36,154,145,62,214,240,244,29,40,242,210,74,133,0,8,1,13,46,109,111,100,97,108,45,100,105,97,108,111,103,2,5,1,255,153,137,28,214,43,244,153,6,214,1,252,19,8,146,255,58,130,73,0,8,1,24,46,110,111,116,105,102,105,99,97,116,105,111,110,66,97,114,115,87,114,97,112,112,101,114,2,2,45,157,219,95,155,139,105,250,0,8,1,17,46,110,111,116,105,102,105,99,97,116,105,111,110,66,97,114,115,2,31,6,122,150,226,6,123,102,140,20,156,148,197,24,137,71,43,25,69,65,148,52,183,126,233,58,66,36,183,60,39,241,81,68,182,156,142,87,233,210,14,90,177,195,186,93,236,180,182,99,169,9,193,116,84,143,170,124,166,79,192,149,58,232,161,150,111,244,102,155,236,63,231,159,53,212,136,160,67,136,97,166,127,39,211,169,207,213,238,170,90,100,152,174,224,81,198,182,37,204,103,188,78,50,36,192,62,145,17,196,173,199,111,228,156,226,13,237,32,135,150,243,34,132,59,0,8,1,13,46,110,111,116,105,102,105,99,97,116,105,111,110,2,52,9,4,200,70,16,31,77,141,17,155,42,170,19,228,76,35,20,26,20,164,22,16,196,137,29,39,191,80,31,73,163,141,37,41,167,100,38,157,104,112,49,220,118,64,50,188,202,222,67,2,158,129,77,94,28,50,82,76,179,66,85,113,214,118,98,157,100,117,102,91,156,175,103,100,48,168,105,0,202,121,116,239,188,119,123,247,212,159,124,91,25,81,124,127,243,126,126,83,6,48,126,250,231,212,128,28,65,40,133,162,233,224,143,7,66,216,144,168,22,123,145,2,182,40,148,188,67,31,160,29,119,124,169,69,238,222,172,62,17,71,176,190,32,234,177,68,95,180,180,232,122,218,183,100,155,110,191,142,111,65,198,27,48,150,199,24,125,64,201,252,231,191,202,181,130,179,203,69,81,146,217,9,79,21,219,251,145,141,232,123,70,250,234,194,240,51,237,110,251,58,246,20,158,95,252,35,33,104,0,16,1,8,35,111,118,101,114,108,97,121,2,26,18,81,214,197,36,32,197,225,38,157,134,223,40,227,88,151,52,186,227,72,57,233,16,182,66,184,28,26,80,128,181,230,82,11,225,124,92,194,54,80,145,130,203,208,147,94,68,77,154,231,18,233,163,237,161,218,173,218,18,55,180,13,58,237,191,173,39,209,202,46,119,45,211,116,9,149,215,90,241,39,215,156,214,123,215,188,146,220,235,26,224,130,239,88,47,129,242,81,105,93,242,231,162,20,0,8,1,11,46,115,112,45,111,118,101,114,108,97,121,2,4,18,254,199,21,135,125,30,116,182,82,198,132,216,88,62,192,0,8,1,16,46,114,101,118,101,97,108,45,109,111,100,97,108,45,98,103,2,17,31,105,16,166,38,70,156,240,38,208,240,242,52,244,83,226,74,248,52,189,97,201,65,138,102,149,212,145,123,1,3,200,123,66,119,155,132,106,186,22,148,228,128,181,175,50,67,248,180,36,218,220,191,178,21,158,193,9,217,64,200,99,118,187,219,161,80,128,0,16,1,15,35,108,103,112,100,45,99,111,110,116,97,105,110,101,114,2,6,27,15,205,152,29,177,123,120,30,183,85,147,165,187,162,160,226,32,155,255,240,77,132,38,0,8,1,13,46,99,111,111,107,105,101,95,109,111,100,97,108,2,3,38,22,217,243,140,89,172,108,144,24,107,210,0,0,1,26,100,105,118,91,99,108,97,115,115,94,61,34,67,111,111,107,105,101,80,111,108,105,99,121,34,93,2,11,38,157,73,36,38,157,107,185,53,254,140,168,58,251,209,148,79,80,82,199,95,100,102,161,106,157,22,111,126,2,242,199,175,190,72,13,239,168,4,217,247,148,253,248,0,0,1,24,100,105,118,91,99,108,97,115,115,94,61,34,67,111,111,107,105,101,78,111,116,105,34,93,2,8,19,242,231,87,20,108,71,245,56,237,171,61,65,153,215,98,173,215,176,12,180,217,45,159,243,19,17,171,247,154,63,82,0,0,1,25,100,105,118,91,99,108,97,115,115,94,61,34,67,111,111,107,105,101,115,78,111,116,105,34,93,2,1,129,204,104,153,0,8,1,14,46,99,111,111,107,105,101,45,110,111,116,105,99,101,2,29,1,78,130,19,13,233,242,13,18,125,216,61,19,54,227,153,22,86,176,137,45,123,243,57,51,60,192,152,55,250,117,253,57,65,30,190,62,74,83,184,87,173,199,3,97,27,4,159,102,106,62,176,102,151,214,64,107,179,121,97,125,208,171,117,129,66,243,110,139,116,187,232,154,213,206,247,172,2,67,166,177,184,128,151,188,72,182,156,194,224,91,63,197,215,235,239,209,48,4,87,237,161,190,122,240,129,4,148,243,195,2,209,250,125,134,67,0,16,1,16,35,116,111,97,115,116,45,99,111,110,116,97,105,110,101,114,2,15,9,149,28,99,26,142,95,40,58,10,51,13,58,204,189,121,120,215,130,77,126,4,224,64,127,218,250,178,156,209,108,153,159,21,22,139,165,140,206,91,188,1,9,225,191,122,175,60,207,63,15,100,236,115,112,224,248,222,82,192,0,8,1,6,46,116,111,97,115,116,2,22,11,231,45,43,21,252,150,142,24,249,190,51,25,189,119,228,28,225,96,77,35,206,239,163,38,157,171,201,41,201,76,220,47,162,104,100,75,244,153,209,79,114,8,166,81,83,35,37,81,205,255,195,93,92,155,192,113,84,200,60,117,115,156,126,142,223,158,145,150,232,245,235,166,96,31,16,169,4,221,72,231,167,167,212,242,231,181,237,0,8,1,10,46,103,100,112,114,77,111,100,97,108,2,17,33,204,216,184,39,167,202,62,71,157,95,25,74,55,225,87,78,195,107,172,86,229,233,132,89,82,191,83,99,52,10,133,128,118,152,42,141,20,115,22,151,246,160,91,154,231,18,233,172,37,26,140,188,152,164,230,188,207,92,29,208,52,1,223,216,116,110,193,0,0,1,28,100,105,118,91,99,108,97,115,115,94,61,34,67,111,111,107,105,101,115,67,111,110,115,101,110,116,34,93,2,4,148,149,139,75,173,219,208,185,179,213,196,54,225,145,106,221,0,0,1,27,100,105,118,91,99,108,97,115,115,42,61,34,67,111,111,107,105,101,67,111,110,115,101,110,116,34,93,2,19,0,18,8,254,2,234,2,20,5,140,23,52,53,254,140,168,55,121,58,219,65,153,201,222,89,2,11,197,102,47,1,101,117,190,197,148,122,153,133,176,140,254,125,110,146,80,204,103,147,143,227,104,148,6,245,227,149,141,247,213,180,212,63,92,197,78,241,202,219,160,197,135,227,215,204,80,0,8,1,15,46,99,111,110,115,101,110,116,45,98,97,110,110,101,114,2,1,239,253,139,202,0,8,1,24,46,100,105,97,108,111,103,45,108,105,103,104,116,98,111,120,45,109,101,115,115,97,103,101,2,44,5,60,83,155,9,177,24,161,15,26,128,92,24,244,10,206,26,237,212,174,38,33,50,187,40,2,76,216,43,91,21,203,45,7,240,66,45,34,41,162,45,134,161,13,50,127,35,81,56,117,194,100,60,154,73,57,82,70,229,231,86,220,85,103,88,33,229,235,99,76,61,111,101,46,244,143,107,218,245,79,109,220,7,26,111,248,158,61,122,57,233,245,126,164,33,255,127,17,188,30,138,211,91,97,149,184,198,6,157,13,169,94,166,143,133,32,182,29,246,127,182,236,183,81,183,29,200,1,185,235,98,217,187,7,217,236,192,150,133,185,200,211,57,116,207,136,224,244,218,170,219,227,219,216,62,255,243,135,226,86,244,99,2,199,247,186,9,114,254,141,93,111,255,71,124,132,0,8,1,29,46,97,109,103,100,112,114,99,111,111,107,105,101,45,109,111,100,97,108,45,99,111,110,116,97,105,110,101,114,2,4,27,125,105,29,98,69,59,211,109,154,2,254,192,99,150,90,0,8,1,23,46,100,105,97,108,111,103,45,108,105,103,104,116,98,111,120,45,119,105,100,103,101,116,2,26,3,192,210,124,38,153,137,99,38,163,62,117,45,115,54,163,53,108,8,105,60,138,91,199,63,87,29,226,71,136,121,26,79,92,136,160,79,153,227,43,103,36,141,13,114,202,242,140,134,204,189,233,140,41,178,31,154,20,168,31,193,43,49,30,199,121,29,168,205,125,128,150,214,28,80,178,229,13,116,192,240,50,168,10,241,182,52,81,243,9,133,111,244,8,191,214,252,7,202,164,252,66,60,216,0,16,1,13,35,103,100,112,114,45,99,111,110,115,101,110,116,2,12,3,62,4,220,28,178,97,95,33,205,14,235,68,134,10,125,77,17,188,211,130,246,91,101,150,137,155,76,200,52,76,203,204,90,188,241,207,204,127,73,210,201,127,87,247,155,176,78,0,16,1,12,35,100,105,100,111,109,105,45,104,111,115,116,2,8,3,238,109,215,10,239,0,117,13,190,13,38,101,203,34,228,122,7,88,43,127,216,76,199,127,248,123,175,242,81,136,76,0,0,1,28,100,105,118,91,99,108,97,115,115,94,61,34,99,111,111,107,105,101,45,99,111,110,115,101,110,116,34,93,2,4,26,177,116,167,132,94,73,6,135,86,1,16,247,87,66,97,0,0,1,19,91,99,108,97,115,115,94,61,34,99,111,111,107,105,101,115,95,34,93,2,10,30,236,122,38,35,89,54,109,38,6,191,53,90,137,27,246,139,226,182,70,177,164,113,83,178,141,120,93,192,110,84,190,201,230,127,82,212,112,66,58,0,8,1,17,46,99,111,111,107,105,101,115,95,95,119,114,97,112,112,101,114,2,29,7,188,2,194,26,46,138,184,36,246,86,224,44,14,144,57,48,195,148,88,57,181,215,157,66,114,237,178,83,155,133,149,84,171,92,20,87,120,15,118,105,192,69,156,128,226,119,106,147,145,209,237,162,13,82,184,174,13,255,113,174,109,74,87,178,35,111,62,184,205,246,26,190,187,6,97,194,212,179,165,196,246,74,224,198,9,12,137,204,84,110,40,207,92,211,51,229,207,118,153,230,44,113,246,231,57,127,18,239,211,33,31,255,156,114,30,0,16,1,18,35,99,111,111,107,105,101,98,97,110,110,101,114,77,111,100,97,108,2,5,3,137,226,115,84,150,88,28,104,221,125,4,115,28,163,74,143,122,132,87,0,8,1,8,46,99,111,111,107,105,101,115,2,128,0,0,1,222,0,250,112,92,1,64,149,117,1,148,49,101,1,240,1,240,2,77,169,234,2,192,133,80,4,0,242,23,4,43,133,23,4,248,25,52,5,218,49,15,6,225,47,96,7,12,94,23,7,80,252,28,7,119,124,255,7,142,72,171,7,225,235,219,8,140,131,165,9,151,211,254,10,146,29,133,10,216,106,53,11,101,144,239,11,206,240,220,12,92,78,252,12,127,136,202,12,158,88,14,12,202,224,37,12,229,117,38,13,11,29,110,13,65,81,33,13,71,186,246,13,119,58,150,14,49,11,29,14,166,64,22,14,191,155,71,15,203,199,104,16,1,216,47,16,166,172,151,16,218,84,93,17,112,179,101,18,3,137,70,18,23,192,253,18,133,141,68,18,168,26,201,18,169,71,185,19,68,49,95,19,245,180,132,20,104,90,103,21,9,86,119,21,123,162,132,21,153,94,188,22,40,80,63,22,110,171,65,22,249,14,63,23,14,200,224,23,61,12,106,24,185,166,243,25,66,60,8,25,176,128,229,27,7,90,83,27,42,162,160,27,59,251,104,27,105,214,169,27,185,177,27,27,234,215,202,28,200,121,11,28,208,184,92,28,222,169,213,28,228,122,193,29,191,57,169,30,66,35,213,31,3,51,208,31,246,23,197,31,254,232,150,32,134,80,197,32,205,147,26,32,224,217,0,33,48,141,203,33,71,97,49,33,93,197,185,33,95,6,49,33,96,173,190,33,126,167,145,34,53,162,25,34,83,128,81,34,191,209,113,35,11,63,181,35,13,41,137,35,243,29,116,36,190,118,104,37,30,113,67,37,73,28,225,37,101,247,118,37,134,181,149,37,243,243,120,38,107,120,26,38,157,103,149,38,157,156,3,38,157,169,58,38,206,72,136,38,208,150,127,40,120,9,217,41,4,220,122,42,54,98,59,43,31,86,31,43,212,7,150,44,10,164,178,44,202,253,198,46,46,230,87,46,122,63,12,48,18,73,38,48,244,104,154,51,142,10,180,51,188,22,214,52,6,0,45,53,23,142,196,53,196,142,67,54,2,208,192,54,126,80,203,54,178,42,28,54,184,132,223,54,243,201,118,55,2,120,170,55,14,190,179,55,144,189,142,55,176,157,20,56,60,87,227,56,200,61,223,56,213,32,245,57,206,220,150,57,227,245,52,58,26,177,131,58,45,121,173,59,78,232,28,60,180,20,229,60,233,109,44,61,30,76,119,61,138,62,184,61,232,28,62,62,172,176,85,63,85,248,125,63,107,123,197,63,179,180,126,63,231,174,159,63,233,29,58,65,8,75,198,65,85,138,90,67,145,111,225,68,102,127,65,68,179,36,118,69,94,117,222,70,6,176,65,70,60,95,19,71,88,21,46,71,123,29,168,72,36,143,210,72,211,53,1,75,42,79,132,76,14,6,188,76,153,224,19,76,175,225,249,76,186,233,62,79,75,95,38,79,158,91,12,79,218,96,235,80,193,151,196,80,200,177,184,81,19,106,138,81,115,219,238,82,2,149,155,83,199,115,169,83,223,160,101,84,105,192,136,85,113,26,228,85,122,242,154,86,171,240,176,86,219,70,45,87,135,203,254,90,214,102,11,91,111,136,85,93,236,59,33,94,201,141,222,96,97,66,128,97,12,28,71,97,73,243,22,98,73,214,146,98,97,209,208,98,143,211,205,98,253,72,71,99,132,215,175,99,165,85,199,99,169,106,231,100,33,39,230,101,227,113,195,102,61,92,36,102,120,161,242,102,174,212,75,103,91,231,161,103,166,181,165,103,184,192,154,103,213,47,44,104,58,83,23,104,226,117,185,107,84,131,67,108,96,2,150,108,117,30,22,108,192,20,47,109,21,215,30,109,62,145,200,110,29,11,251,110,47,179,201,110,84,53,235,110,203,13,221,110,227,168,233,111,58,189,252,111,138,169,162,111,160,137,227,112,102,236,183,112,164,246,37,113,40,23,198,113,59,229,127,114,2,134,83,115,53,204,155,116,54,125,165,116,145,11,145,117,34,68,223,117,153,9,50,117,166,39,62,118,235,244,228,119,162,144,220,120,199,75,248,120,208,125,211,121,103,155,179,121,177,96,159,122,38,220,241,122,77,241,148,122,165,242,237,122,204,12,86,122,222,76,252,123,112,240,139,125,26,5,38,125,255,78,9,126,3,72,240,126,4,122,194,126,191,59,102,127,1,106,43,127,1,231,91,127,22,184,27,129,159,194,32,129,188,127,113,130,58,47,148,130,89,176,38,130,151,13,63,130,195,106,182,130,233,25,224,131,33,8,217,134,41,231,245,134,140,219,25,134,153,30,55,134,221,22,124,136,70,243,13,136,116,131,145,138,30,247,112,138,51,192,252,139,26,100,171,139,132,226,196,140,75,214,106,140,85,176,251,140,110,74,86,142,25,227,80,142,207,159,175,143,105,198,73,143,123,114,55,143,251,227,131,144,16,127,37,144,20,224,172,144,37,166,127,144,217,47,2,145,69,114,235,145,112,71,19,145,252,31,151,146,141,138,127,147,56,14,76,148,24,96,149,148,74,86,105,148,188,2,115,149,216,58,247,150,122,237,216,150,131,170,72,150,151,141,90,151,14,85,153,151,128,113,82,152,156,109,90,153,63,2,203,153,110,165,148,153,216,141,61,154,33,208,189,154,79,65,29,154,133,89,181,154,207,96,205,154,252,67,147,156,85,121,138,157,0,5,229,157,93,207,13,158,134,222,0,158,244,135,90,159,124,171,99,160,41,141,122,161,122,133,221,161,154,188,87,161,187,200,205,162,54,114,216,162,64,43,243,162,76,131,216,164,40,5,94,165,84,149,78,166,63,167,96,166,178,195,14,167,87,88,183,167,111,243,100,167,212,56,161,169,123,108,177,170,2,35,20,170,132,132,78,171,84,3,123,171,112,51,174,171,216,50,252,172,70,120,35,172,76,245,11,173,72,56,49,173,86,192,30,174,191,178,255,175,104,135,159,175,233,103,156,176,55,245,128,176,107,172,255,176,109,120,42,176,157,235,254,177,25,16,142,177,158,165,159,178,244,123,104,179,98,234,241,180,134,204,252,180,182,180,130,180,240,65,24,181,221,96,196,182,23,104,177,182,137,224,196,182,151,48,178,182,175,27,117,182,209,111,43,183,0,61,55,183,211,249,99,184,110,99,235,186,118,121,86,186,129,168,116,186,214,55,27,187,197,207,0,187,244,16,42,188,34,165,227,188,63,32,125,188,124,173,131,189,146,55,112,190,71,74,65,190,81,141,22,191,195,47,13,192,63,203,81,192,83,169,60,192,179,78,49,192,203,82,25,192,220,247,198,193,154,248,20,193,187,212,163,193,195,68,96,193,230,189,193,194,246,62,224,195,2,125,154,195,102,36,60,195,165,142,35,196,68,92,1,196,221,63,78,198,94,0,86,199,237,153,57,199,245,56,19,200,249,135,208,201,4,83,34,201,168,13,180,201,171,92,106,201,217,195,220,201,236,108,163,202,229,76,66,203,171,104,75,204,0,215,43,204,221,57,5,206,58,242,9,207,145,51,55,208,94,251,251,208,112,77,89,208,169,187,129,208,232,168,46,210,117,191,255,210,185,17,212,211,97,108,49,212,160,15,167,213,221,218,10,214,157,44,203,214,180,91,246,218,82,132,253,218,116,100,163,219,94,132,237,220,26,187,208,220,51,102,80,220,234,38,119,223,0,240,165,223,183,17,140,224,133,168,98,224,246,214,210,226,147,160,20,226,171,152,4,226,175,150,213,229,129,152,17,230,25,81,150,230,55,41,9,230,84,102,14,230,116,210,97,230,243,223,40,231,64,221,37,231,89,79,71,231,168,61,96,231,211,85,76,231,228,222,200,231,254,94,241,232,120,139,184,232,146,13,15,232,196,199,150,232,228,104,33,234,26,185,30,234,129,85,213,234,147,225,117,234,205,160,168,235,144,47,89,236,67,193,139,237,230,219,23,237,240,200,150,238,44,100,74,238,141,112,86,241,162,233,243,241,209,13,207,242,61,215,148,242,81,185,84,243,144,202,177,243,183,115,189,244,99,22,130,244,99,26,115,244,245,178,253,247,25,0,92,247,40,229,136,247,76,206,95,247,165,199,154,247,223,113,173,248,132,72,181,248,196,13,241,249,16,189,92,249,121,69,197,249,225,132,114,250,183,232,46,251,114,178,173,251,138,88,14,251,159,75,80,251,194,238,14,251,197,85,41,251,210,243,66,252,45,89,228,253,40,72,37,253,232,17,88,254,171,46,185,254,172,90,58,254,214,220,166,255,121,156,240,0,8,1,7,46,99,111,111,107,105,101,2,128,0,0,1,253,0,27,29,29,0,243,113,197,2,233,32,32,2,235,51,60,3,71,162,60,3,96,8,35,3,196,193,112,3,232,2,153,4,41,2,119,4,74,186,205,4,217,157,221,5,62,72,88,7,16,145,42,7,47,215,128,7,78,225,140,7,222,182,5,8,33,91,229,8,122,90,112,10,136,134,133,11,71,250,19,11,94,177,74,11,121,209,215,12,53,76,225,12,66,48,219,12,115,184,250,12,204,193,9,12,247,51,195,13,247,142,76,14,100,47,224,14,253,30,132,15,78,78,178,15,94,35,235,16,7,0,226,16,97,27,38,19,254,237,88,20,52,163,249,20,66,66,123,20,239,74,232,21,8,63,164,21,123,105,134,22,127,43,145,23,45,78,223,23,96,42,93,24,46,52,162,24,46,200,160,24,88,85,38,25,33,16,141,25,35,239,222,25,242,131,198,26,203,178,94,27,183,5,34,28,82,70,168,28,204,207,96,28,210,215,40,29,34,171,155,29,38,191,35,30,113,77,38,31,73,150,87,31,73,163,134,32,51,83,63,32,189,135,162,33,73,159,191,34,24,107,53,34,41,57,63,34,162,133,225,35,34,158,108,35,71,250,224,35,99,200,95,36,33,119,76,36,67,17,54,36,84,133,248,36,224,23,92,36,226,219,138,36,241,41,252,37,14,91,1,37,118,16,54,37,177,131,144,37,241,202,6,38,157,71,245,38,163,20,9,38,181,188,251,38,187,223,172,39,67,150,32,39,163,94,129,40,40,9,197,40,247,224,81,41,239,48,31,42,95,170,244,43,150,247,109,44,45,248,184,44,170,94,54,44,181,147,28,44,237,186,241,45,38,191,82,45,71,89,172,46,147,178,147,47,38,179,3,47,182,185,146,47,198,9,27,47,252,55,229,48,103,50,56,49,217,178,4,51,51,171,214,51,53,203,110,51,56,25,240,51,73,188,139,53,9,198,40,53,244,116,109,54,189,82,82,54,254,102,124,55,29,173,36,56,58,42,232,57,20,87,114,57,133,198,169,57,250,109,139,59,94,242,161,59,184,251,60,59,245,204,87,60,83,254,34,61,158,203,43,62,43,72,234,62,55,145,219,62,87,118,163,63,197,239,247,64,10,34,105,64,196,147,190,65,10,218,123,65,196,128,250,66,151,95,47,67,79,206,168,67,203,147,245,68,118,143,75,68,194,238,106,69,97,178,212,69,114,19,185,69,245,8,167,70,176,120,24,70,206,49,241,71,212,84,93,71,247,251,149,72,74,39,187,72,101,27,1,72,128,229,243,74,67,18,71,75,41,66,207,75,88,119,216,76,146,65,49,77,12,25,222,77,83,243,151,77,115,149,225,77,233,84,199,78,35,237,153,78,181,239,2,79,1,135,22,79,7,146,104,79,215,29,228,80,114,233,167,81,138,127,67,82,78,107,222,82,179,88,117,82,248,67,173,83,79,148,13,84,42,112,35,84,244,21,117,85,200,236,125,85,221,88,0,86,160,92,71,86,192,90,50,86,218,67,47,86,219,14,243,87,123,162,252,88,99,20,222,90,52,254,64,90,107,40,188,90,138,14,59,90,233,150,129,92,22,36,105,93,59,133,135,94,136,111,24,94,180,100,160,94,183,89,5,94,188,178,19,95,54,191,5,95,71,78,1,95,147,134,184,95,170,97,95,96,124,195,34,96,171,66,217,96,237,86,173,96,237,168,66,96,241,144,129,97,66,197,170,97,81,237,252,97,103,133,186,98,113,239,148,100,171,11,164,101,1,74,108,101,226,41,90,102,37,55,86,102,176,119,89,102,213,191,231,103,44,190,41,103,99,249,201,103,136,45,14,103,217,53,106,103,233,103,245,103,254,80,70,104,12,107,235,104,57,132,202,105,135,140,217,105,203,145,8,107,138,134,20,107,218,36,65,109,97,188,128,109,239,13,92,110,233,61,146,111,146,42,221,112,237,110,75,113,40,79,81,114,75,187,64,114,75,191,246,114,223,109,230,115,92,89,65,117,228,70,79,118,251,156,22,119,33,129,237,119,106,68,72,119,127,253,203,120,29,125,72,120,152,96,60,121,60,206,228,121,180,51,222,122,120,126,2,122,135,67,224,122,151,118,162,124,1,11,239,125,191,70,13,126,27,244,88,126,189,155,118,126,243,148,221,127,1,106,43,127,64,91,225,127,120,152,215,127,232,245,98,128,2,197,250,128,101,218,130,129,48,97,119,130,2,101,79,130,139,53,5,130,219,244,78,131,36,183,132,131,114,98,158,131,232,75,18,132,54,60,152,132,227,240,94,132,248,46,150,133,37,89,97,133,164,170,108,133,220,125,54,134,163,5,154,136,93,152,164,136,191,162,251,137,139,64,97,137,157,98,132,138,103,44,64,138,180,27,162,139,19,80,250,139,99,161,111,139,163,13,111,140,17,34,173,140,126,228,188,140,172,124,38,140,203,143,153,141,60,156,226,141,76,173,82,141,151,109,153,141,183,30,67,142,17,220,31,142,42,73,33,142,55,68,221,143,175,111,223,143,213,99,163,143,230,63,141,144,127,210,50,146,2,121,140,146,147,242,75,148,126,21,184,148,186,151,254,148,218,111,159,148,222,194,213,149,247,236,164,151,38,254,97,152,106,81,207,153,125,116,23,153,136,189,27,154,12,119,243,154,130,91,8,154,252,91,108,155,70,253,224,155,96,154,193,156,9,116,135,156,92,164,46,157,152,246,92,158,232,135,17,159,0,181,211,159,88,97,142,159,151,173,32,160,69,109,154,161,43,150,210,163,30,222,10,163,49,80,190,163,185,55,1,164,1,230,95,164,54,250,188,164,238,233,98,166,36,54,100,166,137,120,226,167,112,72,5,167,113,203,128,167,157,245,50,167,241,19,214,169,232,183,28,170,0,47,122,170,33,144,106,170,85,103,84,170,105,19,252,170,226,217,82,171,137,89,246,173,100,118,43,173,113,154,160,173,131,11,245,174,146,66,46,174,239,68,139,175,50,152,201,175,160,198,158,175,214,17,90,176,73,186,225,176,168,10,37,177,25,56,24,177,51,217,201,178,1,199,135,178,107,86,212,178,255,94,103,179,55,251,252,179,59,85,56,179,66,95,252,179,159,25,69,179,204,201,63,179,220,111,30,180,29,42,67,180,138,89,121,180,170,87,212,180,251,60,215,181,16,119,28,181,75,118,238,182,20,226,126,182,131,79,219,182,175,73,243,182,175,112,4,184,117,84,10,185,52,201,77,186,41,158,184,186,156,153,182,186,189,109,11,187,23,34,97,187,236,40,156,188,239,7,12,189,78,141,245,189,126,77,11,189,234,4,242,190,81,41,184,190,81,51,144,190,107,87,88,190,147,198,216,190,148,62,20,191,147,34,86,191,187,13,16,192,45,173,251,193,174,22,170,193,189,227,104,194,197,253,35,194,197,253,189,195,83,188,47,195,128,206,0,195,225,241,55,196,33,62,52,196,236,4,238,197,161,163,91,197,183,119,250,197,236,243,210,198,54,56,93,199,17,250,138,199,71,143,91,199,162,5,247,200,20,1,58,200,48,138,144,200,86,175,245,200,140,72,83,202,37,36,199,202,210,90,90,203,36,119,207,205,51,57,245,205,97,87,121,205,149,255,166,206,125,101,81,206,148,162,241,207,54,219,34,207,244,106,215,208,214,9,74,209,19,235,235,209,93,38,14,209,138,137,195,209,242,176,79,210,20,91,104,210,163,218,200,210,168,22,244,211,38,227,28,212,127,185,135,213,14,249,37,213,222,128,125,214,164,51,175,215,130,244,97,215,245,65,160,216,138,212,56,216,165,126,53,217,24,172,67,217,133,248,123,217,151,197,134,217,246,117,142,218,73,91,205,218,87,184,172,218,188,105,153,219,63,52,103,219,178,44,170,219,238,103,83,220,78,134,93,220,247,40,137,221,15,13,187,221,75,167,96,221,242,52,120,222,28,152,245,222,35,27,91,223,214,128,102,223,226,113,169,224,58,219,43,224,115,62,149,225,88,122,175,225,191,177,182,225,192,34,52,226,95,250,30,227,119,12,198,227,253,98,51,229,254,239,244,230,70,96,84,230,134,34,254,230,194,254,213,231,167,163,200,231,246,249,232,231,255,30,213,232,64,238,167,232,184,4,23,232,213,101,196,232,217,133,58,233,126,250,194,234,213,142,69,235,37,68,21,235,92,66,250,235,206,105,234,236,22,246,85,236,120,118,121,237,168,20,151,238,73,147,243,238,244,203,184,240,15,46,158,240,142,89,29,240,147,183,122,240,253,193,149,241,21,89,35,241,203,67,240,242,66,191,173,242,81,135,199,242,170,0,71,242,231,97,36,243,121,126,144,244,15,145,48,244,47,90,154,244,245,240,102,246,11,231,192,246,19,3,77,246,21,251,185,246,59,17,252,246,90,138,24,246,120,125,42,246,167,124,0,247,137,27,169,247,155,136,225,247,231,101,229,248,32,193,126,248,39,90,79,248,108,143,237,248,239,233,255,250,150,156,74,251,187,74,167,251,219,253,128,252,213,129,178,252,239,43,160,253,127,80,154,255,155,16,108,255,198,24,58,0,8,1,5,46,118,101,105,108,2,16,7,94,19,39,20,222,28,206,38,157,62,132,56,59,102,57,59,10,237,134,117,176,151,15,129,61,95,201,137,110,27,52,147,111,247,82,150,64,73,249,171,26,82,178,191,213,71,182,224,122,18,147,239,64,42,56,249,146,36,6,253,3,158,82,0,8,1,9,46,98,97,99,107,100,114,111,112,2,5,3,30,58,174,200,79,100,232,218,113,200,160,226,171,23,146,245,80,177,65,0,8,1,18,46,108,105,103,104,116,98,111,120,45,98,97,99,107,100,114,111,112,2,7,10,210,67,126,24,71,62,223,29,240,252,141,55,253,183,30,57,94,180,163,161,149,6,140,227,223,152,239,0,16,1,18,35,99,111,111,107,105,101,98,97,110,110,101,114,77,111,100,97,108,2,9,11,178,239,247,36,0,225,67,37,112,129,226,43,227,179,70,72,215,199,218,120,200,241,216,221,215,116,158,242,35,238,236,245,172,121,78,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,9,11,178,239,247,36,0,225,67,37,112,129,226,43,227,179,70,72,215,199,218,120,200,241,216,221,215,116,158,242,35,238,236,245,172,121,78,0,16,1,21,35,99,111,111,107,105,101,115,67,111,110,115,101,110,116,68,105,97,108,111,103,2,2,39,137,125,173,90,247,9,251,0,8,1,14,46,105,110,115,101,116,45,48,46,102,105,120,101,100,2,9,4,165,34,39,33,228,12,88,48,22,6,164,55,47,69,8,94,158,214,121,108,13,194,197,150,133,194,149,181,231,167,134,184,91,75,183,0,0,1,32,100,105,118,91,105,100,94,61,34,115,112,95,109,101,115,115,97,103,101,95,99,111,110,116,97,105,110,101,114,95,34,93,2,2,148,192,144,210,208,117,205,224,0,8,1,12,46,116,119,45,98,111,116,116,111,109,45,48,2,6,126,28,53,53,129,41,166,184,186,128,229,251,220,9,196,124,236,38,109,243,238,218,211,255,0,8,1,15,46,99,111,111,107,105,101,115,67,111,110,115,101,110,116,2,3,9,184,226,50,136,125,208,120,167,54,106,58,0,16,1,26,35,100,109,45,99,111,111,107,105,101,45,112,111,112,117,112,45,99,111,110,116,97,105,110,101,114,2,63,2,166,204,132,9,212,215,230,11,179,254,66,12,4,132,151,19,129,70,56,22,95,89,212,24,13,255,224,24,116,240,233,30,209,239,197,31,53,190,196,33,75,47,15,60,80,243,249,64,16,238,33,67,185,254,119,69,25,214,218,71,202,244,178,74,209,168,131,89,121,184,147,93,24,17,210,93,131,179,80,95,77,68,209,99,161,158,147,100,207,145,87,115,32,217,88,116,32,65,201,116,43,215,82,116,95,164,103,117,56,20,169,117,246,118,121,124,78,28,225,125,195,228,58,125,250,36,74,126,9,102,219,126,98,57,62,127,233,227,17,133,224,216,8,134,218,66,75,137,65,79,129,145,46,164,196,149,189,232,209,152,6,69,160,156,5,157,25,160,197,195,96,171,3,205,101,171,171,243,27,187,63,177,115,189,167,74,206,200,206,123,218,204,123,114,127,205,33,94,40,207,126,247,29,207,187,195,208,210,150,236,156,211,144,187,0,217,25,171,247,217,156,161,216,224,195,93,174,230,2,171,7,235,79,122,230,236,7,228,226,243,58,201,172,250,105,172,246,251,111,75,145,0,16,1,17,35,99,45,99,111,111,107,105,101,115,95,95,109,111,100,97,108,2,2,27,113,228,109,44,22,118,184,0,8,1,8,46,111,118,101,114,108,97,121,2,61,1,239,49,189,12,133,163,241,19,94,243,204,21,196,28,102,23,167,101,240,23,217,156,25,27,11,129,140,33,234,200,125,41,177,217,13,47,216,1,130,52,102,165,177,55,215,67,249,56,145,50,97,61,140,186,226,64,119,113,188,72,59,178,141,72,208,101,7,75,122,87,84,90,138,14,59,95,54,191,5,98,17,21,78,103,244,210,56,105,65,196,232,105,167,205,123,105,168,9,156,110,225,66,27,113,74,18,94,114,43,205,122,114,171,215,70,119,50,122,217,124,128,55,105,131,13,11,168,138,93,114,249,139,78,245,243,140,153,5,178,146,41,223,203,148,126,21,184,162,255,188,42,169,163,10,179,175,188,207,0,178,64,58,168,187,3,157,214,190,147,202,79,199,171,206,137,201,68,142,20,203,242,222,5,205,32,98,32,205,85,64,251,208,33,7,119,210,93,205,231,211,71,53,90,213,49,155,217,213,199,163,21,214,196,63,214,221,255,79,2,232,185,235,124,246,38,177,179,247,68,202,76,249,60,221,202,251,110,154,175,254,126,171,177,0,8,1,10,46,98,111,116,116,111,109,45,49,48,2,1,254,126,171,177,0,16,1,6,35,109,115,103,98,103,2,14,59,223,11,200,86,152,62,221,98,50,208,44,98,109,143,46,100,177,233,219,102,35,183,195,167,232,63,225,194,167,119,79,199,169,158,240,205,176,253,96,215,38,177,206,220,179,168,15,230,230,121,233,254,42,104,165,0,0,1,39,100,105,118,91,115,116,121,108,101,61,34,111,112,97,99,105,116,121,58,32,49,59,32,100,105,115,112,108,97,121,58,32,102,108,101,120,59,34,93,2,12,13,69,185,190,23,150,9,203,28,79,56,78,37,136,131,128,40,133,82,211,58,25,87,174,76,188,150,97,80,151,213,38,99,21,244,97,118,14,170,120,220,91,69,109,239,227,11,197,0,8,1,18,46,108,105,103,104,116,98,111,120,45,98,97,99,107,100,114,111,112,2,21,11,112,167,64,40,208,223,226,74,26,86,119,83,218,69,211,84,46,175,186,88,115,229,10,90,180,89,243,90,212,45,176,115,78,208,235,119,220,33,238,125,55,252,245,143,13,54,99,147,13,180,161,171,69,107,72,182,151,179,2,189,86,188,16,199,71,164,117,214,0,192,67,239,30,98,162,239,153,130,138,247,87,221,12,0,16,1,22,35,115,108,105,100,105,110,103,45,112,111,112,117,112,45,99,111,111,107,105,101,115,2,2,87,55,122,105,204,97,105,129,0,8,1,18,46,113,99,45,99,109,112,50,45,99,111,110,116,97,105,110,101,114,2,4,29,116,127,165,108,57,111,200,148,250,224,42,233,64,129,191,0,8,1,15,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,2,14,3,82,150,21,40,207,41,173,66,173,236,144,88,198,163,24,92,118,55,175,93,152,40,161,147,244,199,200,191,243,194,235,204,204,121,186,219,82,225,1,233,123,241,0,242,54,125,73,242,63,224,206,251,254,35,128,0,16,1,20,35,99,111,111,107,105,101,115,67,111,110,115,101,110,116,77,111,100,97,108,2,1,46,199,47,6,0,16,1,14,35,109,121,45,99,116,99,45,119,105,100,103,101,116,2,10,28,122,95,115,69,214,160,205,97,104,84,231,99,129,164,73,148,148,21,166,160,79,198,141,178,203,100,55,218,248,174,229,228,101,8,41,248,160,10,15,0,8,1,5,46,114,111,100,111,2,5,10,195,69,81,131,169,140,251,166,187,90,179,200,127,157,216,217,161,227,158,0,8,1,7,46,115,112,117,45,98,103,2,94,2,204,209,14,5,66,8,182,8,119,226,86,10,231,46,49,13,85,64,83,14,86,100,202,15,58,199,27,16,46,250,76,18,7,78,196,19,196,252,217,23,94,93,139,25,149,4,249,31,56,128,193,36,225,111,100,39,143,253,143,41,25,129,166,43,46,220,193,50,9,163,59,52,43,3,180,52,175,38,97,53,17,185,86,55,174,183,251,56,80,179,251,58,58,136,248,59,233,71,246,61,31,229,248,63,212,225,232,66,95,46,28,67,87,123,134,76,65,3,188,79,126,97,110,80,37,124,190,80,80,46,3,80,183,225,234,81,117,72,52,89,154,20,214,95,153,113,197,102,82,132,218,107,174,120,103,108,231,58,227,115,33,50,30,117,40,167,0,117,213,161,139,119,88,50,116,120,48,136,239,126,4,150,63,129,187,78,50,129,193,189,135,129,195,188,181,129,203,182,173,130,185,154,220,135,11,141,119,135,121,250,123,137,221,206,153,146,68,108,201,150,112,136,94,150,146,208,188,151,84,117,133,152,171,139,141,156,108,29,174,156,181,212,157,156,205,150,214,162,200,105,232,165,92,234,122,166,80,35,217,182,67,145,118,182,72,93,175,183,182,244,241,189,57,248,169,189,240,19,90,193,9,86,106,196,186,177,122,202,147,241,208,207,23,227,21,210,91,65,181,211,112,9,12,222,100,161,250,227,231,74,1,228,230,21,176,230,100,212,211,231,126,26,110,233,24,23,129,235,165,50,6,235,192,215,48,239,144,183,45,240,33,122,19,240,59,117,75,241,196,107,0,244,202,72,244,246,120,220,40,246,133,143,240,249,138,250,36,251,3,82,110,253,62,140,53,0,8,1,8,46,115,112,117,45,98,111,120,2,8,13,85,64,83,41,25,129,166,58,237,166,205,61,31,229,248,107,174,120,103,189,240,19,90,225,65,123,136,253,62,140,53,0,8,1,11,46,99,115,115,45,112,117,109,57,108,57,2,3,82,70,229,37,118,37,103,64,146,2,117,11,0,16,1,12,35,114,101,113,117,105,114,101,100,45,99,99,2,3,89,234,38,110,97,73,216,206,226,157,223,226,0,0,1,27,100,105,118,91,99,108,97,115,115,42,61,34,99,111,111,107,105,101,66,97,110,110,101,114,95,34,93,2,14,14,110,155,159,27,224,69,4,33,200,47,151,42,159,105,102,51,213,99,100,55,106,11,183,99,151,153,143,107,200,119,210,109,143,139,123,133,206,127,185,141,98,160,3,150,49,99,41,191,159,119,241,203,239,37,137,0,8,1,12,46,116,111,112,45,48,46,102,105,120,101,100,2,4,76,1,111,145,109,229,27,8,126,4,120,17,138,1,99,30,0,8,1,14,46,99,111,111,107,105,101,45,112,111,108,105,99,121,2,11,11,156,160,29,31,73,106,12,35,57,147,150,55,165,89,255,90,65,41,194,97,243,105,152,108,201,130,20,122,81,100,175,158,96,206,212,179,100,179,95,189,56,2,248,0,8,1,20,46,109,111,100,97,108,45,99,111,111,107,105,101,45,112,111,108,105,99,121,2,1,21,46,62,23,0,16,1,14,35,115,108,105,100,105,110,103,45,112,111,112,117,112,2,29,12,119,237,50,15,107,150,20,31,73,207,99,31,73,211,185,50,113,98,236,54,208,126,155,55,229,183,105,66,9,96,88,74,153,190,118,77,251,109,180,78,46,33,50,82,81,130,200,87,188,31,31,103,0,120,88,104,32,161,173,114,245,149,167,148,186,52,181,148,201,201,208,149,248,58,140,153,11,192,77,167,110,220,205,175,13,28,11,178,244,221,187,195,55,134,148,221,208,200,189,225,191,62,227,227,95,235,74,230,210,145,252,245,111,129,189,0,8,1,21,46,115,108,105,100,105,110,103,45,112,111,112,117,112,45,98,111,116,116,111,109,2,112,0,212,246,241,1,89,100,220,1,216,10,45,4,1,176,134,5,139,28,0,5,157,19,16,6,86,67,88,8,32,25,226,12,252,123,87,17,199,100,226,19,230,218,232,20,53,13,232,20,79,95,103,20,239,59,154,21,123,140,160,22,168,136,108,23,128,105,58,23,236,30,79,25,161,215,121,26,20,82,33,26,213,115,236,28,61,35,41,28,77,161,44,32,165,123,139,33,200,119,14,34,233,155,33,34,247,25,251,38,157,31,177,39,53,216,0,43,164,83,51,45,190,239,139,47,169,11,225,47,200,69,114,47,216,154,145,50,76,8,158,53,111,88,57,54,64,163,41,54,127,233,80,55,186,90,237,55,245,234,158,61,179,249,212,65,164,191,186,67,17,128,136,67,103,242,204,69,105,185,150,70,48,232,199,70,175,212,91,71,168,184,37,71,201,245,113,73,19,7,247,87,250,204,148,89,223,58,230,90,63,30,195,95,201,146,211,96,248,73,182,97,46,181,63,97,74,100,211,98,103,145,59,102,78,121,12,104,223,169,114,104,223,227,34,106,24,61,91,107,214,134,214,116,47,205,71,116,53,98,189,118,166,119,110,123,25,230,47,125,134,171,246,125,137,67,180,128,50,27,27,128,237,151,48,133,126,242,46,133,246,239,211,136,120,40,85,136,218,174,249,137,5,15,131,138,85,237,98,153,11,192,77,156,220,197,181,158,207,254,160,160,164,15,62,163,3,99,29,163,226,49,52,166,6,8,188,169,21,39,54,172,170,156,190,173,214,71,51,175,10,145,208,179,205,80,222,204,25,244,94,204,133,48,152,205,226,16,255,210,35,238,98,214,148,111,224,216,119,76,143,227,82,229,218,229,238,213,244,231,74,156,157,232,101,79,255,234,28,11,217,234,125,47,165,238,42,55,233,242,103,37,169,242,231,7,178,242,231,104,166,246,133,11,63,246,223,135,37,249,132,238,33,250,151,127,123,253,194,250,130,254,158,158,215,255,138,11,107,0,8,1,18,46,99,111,111,107,105,101,115,112,108,117,115,45,109,111,100,97,108,2,20,8,241,40,169,21,178,217,214,34,164,152,6,36,77,21,153,52,20,144,58,65,3,218,225,65,113,165,138,68,162,144,164,93,205,168,26,103,193,180,138,105,71,115,3,152,141,218,219,154,205,251,27,160,75,220,5,180,209,203,170,217,204,203,182,218,10,212,202,224,99,42,42,228,137,74,78,249,250,228,209,0,8,1,11,46,99,111,111,107,105,101,119,97,108,108,2,10,23,73,94,41,38,48,178,234,61,230,113,214,102,140,222,249,112,169,112,62,162,125,212,99,191,63,135,245,192,4,170,97,201,167,113,226,220,87,79,158,0,8,1,14,46,109,111,100,97,108,45,45,99,111,111,107,105,101,2,3,54,89,251,0,161,136,8,202,214,62,137,87,0,0,1,24,100,105,118,91,105,100,42,61,34,95,109,111,100,97,108,95,111,117,116,101,114,95,34,93,2,2,86,220,231,132,154,83,124,238,0,16,1,5,35,114,103,112,100,2,14,13,86,209,201,13,158,117,38,23,50,119,107,26,123,57,175,72,248,119,161,124,11,194,187,138,2,10,101,144,20,225,61,149,215,15,108,166,136,181,126,182,131,41,246,182,132,168,27,238,58,0,103,241,52,210,128,0,8,1,5,46,114,103,112,100,2,19,31,216,173,128,39,159,218,197,54,47,14,96,64,148,119,83,77,161,100,207,77,184,15,84,85,0,44,10,96,35,127,189,120,155,12,206,132,194,75,121,136,120,148,242,140,116,14,90,140,120,138,61,146,10,101,226,147,85,37,18,195,72,202,185,219,72,113,194,235,72,118,55,242,108,162,137,0,8,1,19,46,118,100,45,109,101,115,115,97,103,101,45,119,114,97,112,112,101,114,2,4,180,83,37,178,235,63,240,94,236,128,19,207,237,175,139,104,0,16,1,16,35,97,120,101,112,116,105,111,95,111,118,101,114,108,97,121,2,3,6,66,54,7,72,92,47,59,123,63,56,121,0,8,1,14,46,99,111,111,107,105,101,95,104,111,108,100,101,114,2,3,38,228,95,28,170,78,20,176,173,62,100,181,0,8,1,14,46,99,111,111,107,105,101,95,102,111,111,116,101,114,2,5,61,56,113,179,75,34,38,158,78,50,86,155,151,218,169,93,169,202,170,139,0,16,1,11,35,99,111,111,107,105,101,119,97,108,108,2,22,18,145,231,200,27,6,179,112,36,230,128,70,81,199,164,175,82,213,94,40,82,248,112,4,84,163,248,187,113,53,135,66,139,101,78,101,157,197,42,131,158,52,138,70,164,236,57,235,166,165,72,49,179,196,143,140,193,210,147,159,194,6,179,219,194,144,49,115,209,242,117,65,210,170,187,127,218,95,110,156,229,192,74,39,231,32,50,235,0,8,1,12,46,106,115,45,45,111,118,101,114,108,97,121,2,22,8,61,161,73,10,184,29,33,23,212,70,172,25,81,223,150,32,237,197,245,57,93,93,77,77,213,153,80,123,140,90,202,131,143,230,204,141,252,88,48,148,214,30,115,149,156,111,189,150,27,47,245,162,213,33,194,170,40,180,84,175,179,217,248,179,137,153,207,205,150,252,241,212,239,101,148,231,115,82,23,242,231,103,74,245,248,16,240,0,8,1,16,46,98,97,99,107,100,114,111,112,45,99,111,111,107,105,101,2,1,120,237,165,119,0,16,1,14,35,99,111,111,107,105,101,115,45,98,108,111,99,107,2,2,106,45,148,112,201,169,224,90,0,8,1,12,46,99,111,111,107,105,101,45,119,97,108,108,2,4,102,102,110,33,212,157,214,72,242,121,3,55,254,105,205,226,0,8,1,10,46,103,100,112,114,45,98,111,100,121,2,1,170,202,135,86,0,0,1,16,91,99,108,97,115,115,94,61,34,103,100,112,114,95,34,93,2,2,18,126,124,1,117,100,17,28,0,0,1,30,100,105,118,91,99,108,97,115,115,94,61,34,67,111,111,107,105,101,68,105,115,99,108,97,105,109,101,114,34,93,2,1,190,220,39,223,0,8,1,8,46,111,118,101,114,76,97,121,2,3,60,249,5,185,129,113,205,169,242,87,204,87,0,8,1,14,46,67,111,111,107,105,101,67,111,110,115,101,110,116,2,71,3,202,121,182,13,203,17,94,13,220,236,86,20,186,77,42,22,230,50,142,33,97,98,5,37,111,173,197,37,144,105,177,39,83,51,80,47,144,127,58,47,218,151,1,55,11,115,23,55,181,90,37,55,213,63,156,65,100,46,54,70,204,191,249,72,202,25,68,78,14,44,234,78,94,144,211,80,19,11,163,80,41,202,77,80,131,73,155,81,88,186,92,86,39,4,179,89,232,152,129,92,106,44,16,94,72,255,49,95,116,21,187,106,34,13,109,106,251,165,44,109,4,185,91,109,196,229,60,109,224,98,19,110,52,206,142,113,108,228,198,118,79,197,149,118,231,77,165,119,207,14,89,121,7,84,23,123,200,253,239,125,243,225,113,127,39,131,20,127,237,208,76,127,240,52,61,128,35,254,75,139,92,216,48,150,235,204,44,156,216,17,166,157,201,203,24,160,144,137,79,161,143,176,122,170,85,243,232,180,62,173,1,181,8,244,191,182,132,11,61,182,162,252,114,188,32,79,115,191,131,253,237,193,179,102,88,201,137,123,107,202,50,46,123,204,209,5,247,209,240,27,92,228,23,108,159,233,123,241,0,235,125,148,172,243,93,248,68,245,27,70,218,246,13,217,48,250,197,193,210,254,46,3,176,0,8,1,21,46,109,45,115,109,97,114,116,98,97,114,45,99,111,110,116,97,105,110,101,114,2,3,103,106,226,202,126,158,181,96,204,60,16,74,0,16,1,14,35,112,111,108,105,99,121,45,114,105,98,98,111,110,2,4,57,7,214,194,218,131,5,69,239,195,212,59,245,66,72,156,0,16,1,21,35,111,110,101,116,114,117,115,116,45,99,111,110,115,101,110,116,45,115,100,107,2,120,3,158,31,168,4,41,174,20,5,75,47,209,7,48,134,127,14,151,112,44,15,140,132,187,17,37,14,101,17,121,30,224,22,66,235,138,26,201,190,39,26,201,193,25,37,208,98,149,38,156,253,176,38,156,254,76,38,157,25,55,38,157,28,48,38,157,76,97,38,157,170,98,38,157,171,222,38,244,159,189,44,204,26,97,49,13,238,244,49,201,169,236,56,98,226,5,60,19,244,115,64,253,111,180,65,255,187,251,66,127,87,151,70,178,137,89,71,85,102,110,72,102,106,29,72,245,227,226,73,8,226,49,74,41,218,104,77,172,239,103,78,27,28,108,78,105,197,223,82,5,29,176,86,19,41,21,86,35,200,87,91,17,129,193,91,18,92,161,91,52,44,223,94,100,239,142,94,135,89,93,95,140,136,155,98,206,145,147,100,67,121,150,102,69,191,87,102,109,12,59,106,200,204,131,108,122,162,124,109,254,10,30,110,253,209,117,111,93,22,148,122,249,68,184,123,18,30,187,123,138,218,104,125,12,244,184,125,134,67,200,126,9,214,225,126,76,231,94,126,232,182,81,126,241,220,179,127,1,174,185,127,174,27,255,128,104,78,33,129,67,109,232,129,189,191,56,136,147,135,170,144,195,247,70,148,185,233,25,148,187,41,71,148,188,9,210,148,188,25,84,148,192,208,239,154,84,226,2,156,172,32,174,160,164,8,195,162,86,76,24,169,183,71,74,170,93,69,209,171,137,76,163,172,132,41,90,175,84,158,54,176,219,62,84,177,41,194,176,177,147,32,170,177,246,198,148,177,255,9,102,180,58,230,102,182,131,6,250,184,12,230,93,187,115,160,68,188,123,73,78,194,104,65,144,194,197,249,237,194,197,253,15,194,197,253,34,197,156,210,37,197,215,202,131,199,184,214,65,203,80,119,158,203,172,99,165,205,108,43,59,205,143,21,30,206,252,7,234,208,121,149,103,208,210,15,28,218,183,250,107,218,225,138,167,224,32,167,108,224,37,255,69,225,197,85,78,227,62,88,242,234,172,203,27,239,83,149,118,245,72,107,29,249,252,244,125,253,242,131,140,0,8,1,24,46,111,110,101,116,114,117,115,116,45,112,99,45,100,97,114,107,45,102,105,108,116,101,114,2,93,3,158,31,168,4,41,174,20,14,151,112,44,15,140,132,187,17,37,14,101,17,121,30,224,26,201,190,39,26,201,193,25,37,208,98,149,38,156,253,176,38,156,254,76,38,157,25,55,38,157,28,48,38,157,76,97,38,157,171,222,44,204,26,97,49,13,238,244,49,201,169,236,64,253,111,180,65,255,187,251,66,127,87,151,71,85,102,110,72,245,227,226,73,8,226,49,74,41,218,104,77,172,239,103,78,27,28,108,78,105,197,223,82,5,29,176,86,19,41,21,91,17,129,193,91,18,92,161,91,52,44,223,94,100,239,142,94,135,89,93,98,206,145,147,102,69,191,87,102,109,12,59,106,200,204,131,108,122,162,124,109,254,10,30,111,93,22,148,122,249,68,184,123,18,30,187,123,138,218,104,125,12,244,184,126,9,214,225,126,76,231,94,126,232,182,81,126,241,220,179,127,1,174,185,127,174,27,255,128,104,78,33,129,67,109,232,129,189,191,56,136,147,135,170,144,195,247,70,148,185,233,25,148,187,41,71,148,188,9,210,148,188,25,84,156,172,32,174,162,86,76,24,169,183,71,74,170,93,69,209,171,137,76,163,172,132,41,90,176,219,62,84,177,41,194,176,177,147,32,170,177,246,198,148,177,255,9,102,180,58,230,102,187,115,160,68,188,123,73,78,194,104,65,144,194,197,249,237,194,197,253,15,194,197,253,34,197,156,210,37,197,215,202,131,199,184,214,65,205,108,43,59,206,252,7,234,208,121,149,103,208,210,15,28,218,183,250,107,218,225,138,167,224,37,255,69,227,62,88,242,234,172,203,27,245,72,107,29,253,242,131,140,0,8,1,6,46,109,111,100,97,108,2,128,0,0,0,164,0,189,124,120,0,192,211,79,1,229,135,67,3,159,60,142,4,233,97,237,4,242,24,197,5,72,204,170,6,164,208,233,8,25,212,72,9,104,15,90,11,169,105,166,14,66,51,93,14,129,2,225,15,173,137,167,17,107,90,41,17,130,222,201,20,26,200,158,20,32,33,89,21,248,124,245,22,145,136,160,24,175,31,98,26,56,30,59,28,221,2,18,29,188,7,30,30,14,22,250,30,96,104,162,32,1,227,241,33,80,146,145,34,34,243,187,34,79,214,93,34,131,63,120,34,198,122,43,35,127,86,145,35,184,177,44,42,140,90,167,43,16,107,230,43,209,114,79,44,52,3,17,45,14,205,208,46,180,161,105,46,238,187,49,49,217,34,211,51,98,231,136,54,180,72,27,57,225,64,90,61,81,190,179,61,248,217,235,64,164,194,251,65,215,249,88,66,194,126,196,67,3,213,18,68,41,79,192,73,226,79,157,75,253,74,87,76,198,121,185,80,72,12,70,81,145,108,213,82,33,51,198,83,214,192,6,84,8,203,174,84,127,245,138,87,88,226,38,88,61,100,102,90,205,36,145,92,42,210,27,95,13,237,16,97,117,99,27,101,87,65,28,101,127,108,20,101,132,63,87,101,210,93,36,101,226,105,219,102,49,176,161,103,2,87,118,104,39,95,50,105,2,131,193,106,115,81,41,107,41,223,235,108,83,159,74,108,116,132,139,109,71,245,121,109,140,214,118,111,5,122,60,111,228,85,16,115,59,182,17,126,93,133,198,132,101,195,223,141,211,69,119,144,69,82,94,145,248,86,173,147,182,207,224,149,159,209,231,152,162,111,59,156,162,204,175,158,149,29,96,161,198,239,138,162,56,250,237,162,249,54,85,166,60,186,99,166,60,222,159,166,164,177,167,167,227,79,248,168,194,106,140,172,97,217,65,172,207,119,224,173,51,246,197,173,71,52,58,174,107,105,249,174,210,13,111,178,112,18,40,179,65,109,177,182,117,18,103,182,195,106,131,183,45,84,249,186,107,17,254,187,25,69,145,187,38,81,205,187,226,83,131,187,253,228,126,189,190,123,72,194,147,38,144,194,205,173,229,195,7,81,205,195,69,152,69,195,82,141,152,196,218,32,200,199,79,125,219,202,190,235,36,204,157,50,244,206,86,137,190,207,131,161,11,210,198,60,10,212,86,151,141,213,180,132,234,214,183,103,100,218,181,166,167,219,76,15,222,221,129,219,10,222,250,175,32,223,119,96,155,224,60,102,111,225,5,254,191,225,13,48,34,225,191,170,137,228,47,231,119,228,58,67,63,231,35,242,143,231,43,220,56,232,237,141,50,233,17,6,6,235,184,247,146,239,30,247,238,240,121,83,138,242,231,181,177,247,160,64,74,251,79,199,244,251,139,35,30,252,133,56,20,252,138,20,17,253,95,63,170,253,151,101,154,254,134,142,70,254,148,249,134,255,198,122,239,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,128,0,0,0,242,0,192,211,79,1,229,135,67,3,159,60,142,4,233,97,237,4,242,24,197,5,72,204,170,6,164,208,233,8,25,212,72,9,104,15,90,11,169,105,166,14,66,51,93,15,33,191,248,15,53,53,218,17,107,90,41,17,130,222,201,20,32,33,89,21,35,236,219,24,175,31,98,27,157,249,141,29,188,7,30,32,1,227,241,33,80,146,145,34,34,243,187,34,79,214,93,34,83,237,111,34,206,177,60,35,127,86,145,35,184,177,44,36,103,225,56,42,140,90,167,43,16,107,230,43,209,114,79,44,52,3,17,45,14,205,208,45,55,82,103,45,144,167,87,48,36,173,173,49,217,34,211,51,98,231,136,51,204,96,24,51,253,84,211,54,180,72,27,55,117,221,16,56,78,165,21,56,195,179,253,57,191,235,67,58,152,173,105,58,212,140,215,61,81,190,179,64,164,194,251,65,215,249,88,66,67,236,43,66,194,126,196,66,198,134,223,73,226,79,157,74,142,133,39,75,162,101,145,75,222,199,67,78,207,96,131,79,197,118,65,79,221,60,136,80,72,12,70,81,145,108,213,82,33,51,198,83,214,192,6,84,127,245,138,86,67,80,189,87,88,226,38,88,43,165,51,88,61,100,102,89,227,215,8,90,205,36,145,91,177,146,105,93,47,27,182,94,174,39,139,95,13,237,16,95,41,152,184,97,117,99,27,97,246,26,174,99,9,92,77,101,87,65,28,101,127,108,20,101,186,90,29,101,210,93,36,101,226,105,219,102,49,176,161,103,2,87,118,103,49,1,21,104,41,54,154,106,115,81,41,107,41,223,235,107,87,195,141,107,154,114,250,107,188,188,57,108,83,159,74,108,116,132,139,109,71,245,121,109,140,214,118,110,15,3,85,110,104,63,253,111,228,85,16,112,73,232,230,113,152,111,136,114,56,28,78,115,59,182,17,117,165,179,145,118,216,214,46,121,144,180,32,123,96,103,218,124,176,103,177,126,93,133,198,126,191,91,224,130,241,184,66,132,101,195,223,134,23,158,149,134,75,56,60,134,153,48,64,136,75,22,141,136,215,171,20,138,1,44,147,143,26,226,16,144,69,82,94,144,209,206,99,145,186,254,191,145,248,86,173,146,58,53,116,147,182,207,224,147,212,203,187,150,227,144,214,151,140,116,181,152,162,111,59,158,149,29,96,159,39,243,174,159,250,240,230,161,198,239,138,162,101,167,14,162,249,54,85,165,81,215,6,166,60,186,99,166,60,222,159,166,164,177,167,167,15,183,49,167,227,79,248,170,6,17,40,171,134,83,120,172,134,124,44,172,207,119,224,173,51,246,197,173,71,52,58,174,107,105,249,174,210,13,111,175,230,129,230,176,193,147,239,177,148,162,3,178,112,18,40,179,65,109,177,182,87,239,30,182,117,18,103,183,45,84,249,185,47,247,128,186,223,36,101,187,38,81,205,187,226,83,131,188,183,170,162,189,190,123,72,190,148,85,52,190,166,218,36,191,97,246,17,194,147,38,144,194,245,20,189,195,7,81,205,195,82,141,152,196,218,32,200,196,239,105,219,197,204,117,59,201,56,212,102,201,58,135,246,201,67,232,234,201,182,245,56,202,72,46,125,203,127,182,97,204,88,34,17,204,157,50,244,206,86,137,190,210,198,60,10,212,229,33,114,213,198,254,229,214,118,186,140,214,183,103,100,217,151,132,155,217,223,44,6,218,181,166,167,219,76,15,222,220,10,49,194,221,2,97,73,223,119,96,155,225,5,254,191,225,253,118,126,226,153,148,220,228,47,231,119,228,58,67,63,229,29,86,27,231,35,242,143,231,43,220,56,232,237,141,50,233,17,6,6,234,206,175,77,234,231,178,189,235,49,15,164,235,184,247,146,236,163,130,84,236,212,170,195,237,173,190,158,237,189,153,66,238,82,59,7,239,64,42,56,240,121,83,138,242,231,113,57,242,231,181,177,243,47,48,223,244,101,202,76,245,239,119,126,246,213,127,253,247,160,64,74,247,185,12,184,247,233,243,49,248,10,212,234,248,128,208,117,249,109,101,240,251,79,199,244,251,139,35,30,251,154,19,182,252,3,162,87,252,19,8,146,252,138,20,17,252,192,243,132,253,63,11,30,253,151,101,154,254,134,142,70,254,148,249,134,255,102,226,120,255,198,122,239,0,8,1,14,46,99,111,111,107,105,101,45,98,97,110,110,101,114,2,87,0,88,51,52,4,186,134,213,9,59,146,55,9,81,247,251,14,26,82,84,14,90,111,192,27,7,19,185,27,110,230,46,28,20,37,149,30,37,167,134,38,162,156,1,41,211,122,244,43,100,155,112,55,14,235,93,55,188,117,125,57,204,207,112,64,74,14,140,64,223,46,245,66,46,160,42,66,152,181,189,69,92,176,198,73,38,201,123,78,131,248,25,80,206,255,115,80,218,72,154,83,129,208,4,90,165,58,92,93,145,71,205,99,157,209,234,99,183,103,121,101,33,75,83,103,173,66,78,111,152,74,57,114,85,30,15,116,40,51,195,117,32,87,102,120,185,12,195,120,207,55,185,124,140,240,83,127,242,77,183,127,251,193,173,129,141,204,3,132,55,252,19,133,213,141,122,136,36,181,135,137,190,34,138,139,109,21,198,142,187,249,45,145,16,255,231,149,24,177,95,154,209,149,52,156,85,171,145,156,106,8,248,156,200,189,185,158,140,67,1,161,133,11,46,165,153,207,196,169,49,239,73,171,134,149,125,171,175,114,85,172,17,100,154,172,158,40,65,173,207,166,9,179,21,157,5,180,77,38,184,184,67,188,40,186,2,9,226,186,136,79,0,202,48,124,31,204,43,204,95,206,94,74,71,211,234,197,212,215,102,1,102,215,218,91,161,218,39,161,115,224,231,207,183,226,216,197,151,228,244,158,219,229,252,62,60,230,80,33,172,243,189,78,22,244,24,40,28,246,170,202,185,248,2,166,155,251,162,75,18,252,16,63,56,253,155,103,67,0,16,1,21,35,67,121,98,111,116,67,111,111,107,105,101,98,111,116,68,105,97,108,111,103,2,28,8,178,136,16,12,207,215,243,19,155,89,114,27,116,18,173,40,95,120,157,48,201,94,220,76,125,65,108,111,128,75,49,121,230,127,219,125,136,221,1,125,149,154,250,140,118,240,181,149,240,201,58,165,203,190,3,169,56,43,225,189,42,168,76,199,239,115,245,204,48,243,60,210,85,140,119,214,151,208,156,217,237,95,228,219,29,87,135,222,151,29,176,232,142,189,121,239,219,42,5,242,231,162,98,244,122,248,3,251,143,88,37,0,8,1,15,46,99,45,99,111,111,107,105,101,45,112,111,112,117,112,2,3,1,132,149,52,111,7,154,136,149,170,112,232,0,16,1,13,35,109,111,100,97,108,45,99,111,111,107,105,101,2,13,1,216,232,155,101,73,11,119,148,186,155,92,168,209,122,96,176,193,147,239,187,132,17,146,190,190,181,101,211,74,107,124,219,183,97,84,222,127,7,14,224,32,118,130,231,90,231,159,248,128,208,117,0,16,1,14,35,99,111,111,107,105,101,95,95,109,111,100,97,108,2,1,141,29,222,7,0,16,1,9,35,98,108,117,101,109,97,115,107,2,3,129,140,243,111,184,197,138,252,242,114,14,38,0,8,1,5,46,116,98,111,120,2,3,129,140,243,111,184,197,138,252,242,114,14,38,0,8,1,21,46,100,105,115,99,108,97,105,109,101,114,45,99,111,110,116,97,105,110,101,114,2,5,107,218,227,205,127,221,228,143,188,103,75,78,200,248,202,214,221,40,221,125,0,8,1,9,46,99,99,45,108,97,121,101,114,2,3,45,103,54,159,86,154,82,100,137,113,71,58,0,16,1,5,35,103,100,112,114,2,29,16,206,254,70,36,19,133,139,43,105,152,128,53,35,11,122,57,14,152,8,70,91,100,241,73,92,111,165,73,219,100,248,75,241,152,108,86,144,117,70,89,242,115,77,91,55,133,7,95,243,48,48,98,56,242,111,98,238,166,229,101,107,92,228,102,181,184,8,127,76,121,198,129,202,217,29,153,147,105,151,160,58,79,176,187,213,170,59,205,67,55,47,210,229,181,168,215,32,53,13,224,93,5,30,229,161,84,51,241,219,132,50,251,190,48,26,0,16,1,12,35,103,100,112,114,79,118,101,114,108,97,121,2,1,45,118,41,177,0,0,1,21,100,105,118,91,99,108,97,115,115,94,61,34,99,111,111,107,105,101,45,34,93,2,3,5,200,159,26,59,188,135,24,81,151,209,154,0,16,1,12,35,103,100,112,114,111,118,101,114,108,97,121,2,1,23,177,96,24,0,16,1,5,35,95,105,67,68,2,14,20,17,196,178,43,30,137,213,97,141,236,220,103,24,207,26,148,106,131,137,149,249,103,81,152,23,199,198,160,116,95,62,188,38,92,40,189,1,244,61,206,58,183,134,206,58,217,52,206,133,23,58,206,140,52,21,0,8,1,6,46,109,111,100,97,108,2,6,23,82,34,117,78,71,181,183,81,151,5,73,92,7,133,253,187,188,162,21,220,162,106,109,0,16,1,11,35,103,100,112,114,45,109,111,100,97,108,2,13,10,225,42,242,52,95,136,206,69,118,230,69,80,126,156,12,109,109,132,136,117,60,36,217,137,40,210,15,163,207,55,63,173,141,23,156,186,68,150,66,199,152,128,141,206,129,195,203,252,192,243,132,0,8,1,11,46,103,100,112,114,45,109,111,100,97,108,2,13,10,148,220,170,13,128,150,186,32,184,184,149,35,244,238,80,64,21,80,11,69,140,89,16,86,141,189,171,128,98,65,155,167,49,18,25,174,53,243,212,202,186,251,10,202,187,84,156,233,205,179,196,0,8,1,15,46,103,100,112,114,45,99,111,110,116,97,105,110,101,114,2,6,55,3,67,147,55,15,136,29,55,174,78,15,57,225,211,73,115,158,37,187,149,115,26,33,0,8,1,13,46,99,111,110,115,101,110,116,109,111,100,97,108,2,3,22,183,168,51,74,92,135,118,192,246,196,3,0,16,1,8,35,112,114,105,118,97,99,121,2,11,11,80,164,50,25,38,45,154,30,196,169,164,101,240,55,121,135,13,51,238,178,12,167,66,190,81,40,72,206,125,124,240,237,6,148,129,242,231,108,212,254,47,72,15,0,8,1,8,46,112,114,105,118,97,99,121,2,13,1,18,3,105,1,18,51,62,29,166,164,182,42,222,76,254,65,106,140,21,94,212,109,55,117,161,71,112,119,34,108,17,162,115,26,155,174,158,178,195,187,25,245,236,202,88,32,203,206,211,10,114,0,8,1,15,46,112,114,105,118,97,99,121,45,112,111,108,105,99,121,2,18,28,11,82,86,39,169,183,86,62,66,123,178,82,252,0,234,83,210,214,123,91,62,86,212,91,207,224,57,104,224,150,250,127,45,127,193,159,209,240,254,168,100,138,245,173,138,11,135,188,60,168,128,203,73,2,158,216,97,4,118,232,74,46,68,244,227,182,152,255,64,21,219,0,16,1,15,35,112,114,105,118,97,99,121,45,112,111,108,105,99,121,2,7,1,17,21,232,24,31,8,88,176,103,203,117,187,194,29,112,198,119,186,96,209,97,237,42,255,161,201,246,0,8,1,22,46,99,100,107,45,111,118,101,114,108,97,121,45,99,111,110,116,97,105,110,101,114,2,38,4,51,252,17,10,29,43,130,12,248,250,171,15,124,124,100,27,191,48,196,40,42,116,229,40,166,241,87,79,140,45,126,80,13,91,211,81,18,195,183,90,38,139,243,92,71,73,205,94,76,5,45,97,141,83,35,97,249,62,187,107,214,187,13,108,75,171,80,116,47,14,11,124,102,74,254,130,155,96,228,148,81,53,25,149,237,58,107,156,189,55,122,165,10,58,54,166,130,220,204,166,130,221,229,166,130,224,115,168,36,71,230,177,209,25,91,190,168,88,117,202,41,137,48,209,233,85,77,217,156,139,141,219,225,95,116,229,7,243,54,229,7,243,56,230,80,179,206,242,231,22,224,0,16,1,14,35,99,100,107,45,111,118,101,114,108,97,121,45,48,2,2,145,118,143,205,231,40,71,14,0,8,1,16,46,116,114,97,99,107,105,110,103,109,97,110,97,103,101,114,2,6,58,62,224,78,104,244,182,218,145,170,255,45,160,30,240,119,183,86,158,250,230,133,50,12,0,16,1,14,35,112,100,99,99,45,109,111,100,97,108,45,98,103,2,3,38,216,35,206,109,146,225,50,138,4,198,245,0,8,1,21,46,115,113,115,45,97,110,110,111,117,110,99,101,109,101,110,116,45,98,97,114,2,4,36,105,172,222,131,190,51,199,191,210,163,244,212,151,40,254,0,16,1,6,35,107,108,97,114,111,2,82,0,225,101,117,1,144,198,40,1,160,67,91,1,164,133,85,3,73,45,42,4,136,242,65,5,91,83,194,5,181,121,115,7,47,152,29,7,223,192,38,12,148,89,198,12,172,23,168,21,253,252,225,34,176,9,31,35,49,138,79,36,190,43,56,37,134,172,54,38,55,106,39,42,218,59,31,46,33,176,158,49,159,235,245,54,243,244,13,59,90,193,173,61,145,208,229,69,210,193,106,70,52,153,67,70,153,72,126,71,86,201,119,76,108,53,158,80,205,248,35,86,161,173,60,92,81,18,11,94,61,151,109,98,33,177,168,98,195,66,105,105,14,1,126,130,96,9,189,135,14,67,170,141,116,56,218,141,248,253,99,143,64,212,228,143,110,122,222,148,109,121,133,149,230,134,51,152,28,28,70,157,111,182,72,158,205,157,95,158,253,132,152,160,163,196,249,161,240,30,111,163,128,97,119,168,220,153,33,169,81,203,219,172,91,24,173,178,72,170,150,179,0,78,131,179,181,242,192,182,171,104,5,187,188,62,153,191,123,188,245,192,207,52,169,195,82,90,178,201,203,64,167,203,98,150,195,203,158,49,176,204,36,100,134,204,154,232,253,206,251,71,30,207,60,117,21,212,143,174,0,217,103,39,13,219,7,106,234,219,185,35,205,221,166,114,118,226,40,192,21,227,3,226,88,229,66,112,28,231,170,29,200,240,13,63,170,246,29,244,192,252,195,248,186,253,58,169,247,0,8,1,6,46,107,108,97,114,111,2,7,36,18,226,202,98,208,87,127,145,1,158,93,151,219,168,137,223,105,98,59,242,117,33,77,254,136,104,182,0,8,1,13,46,107,108,97,114,111,45,98,117,116,116,111,110,2,1,158,152,14,105,0,16,1,3,35,99,99,2,18,7,190,25,114,15,171,99,136,27,100,117,166,62,202,206,102,64,95,107,161,73,6,129,190,84,114,154,104,113,151,46,15,115,42,220,80,137,135,211,182,154,27,147,191,165,1,222,139,171,137,230,182,207,185,74,200,216,34,162,145,242,230,254,98,242,231,160,253,251,36,12,55,0,8,1,11,46,98,103,45,111,118,101,114,108,97,121,2,4,21,252,22,100,58,238,95,184,76,202,202,146,173,32,226,62,0,8,1,10,46,99,99,45,119,105,110,100,111,119,2,4,21,252,22,100,58,238,95,184,76,202,202,146,173,32,226,62,0,8,1,19,46,99,111,111,107,105,101,115,95,95,99,111,110,116,97,105,110,101,114,2,6,9,239,1,88,50,33,138,55,52,10,77,161,132,159,184,4,201,159,226,148,224,92,157,162,0,16,1,6,35,112,111,112,117,112,2,15,7,223,184,199,45,18,83,127,56,98,173,250,73,244,35,27,94,130,59,198,102,173,225,128,123,34,33,205,149,159,88,149,163,200,64,146,201,146,53,14,211,231,48,6,214,239,228,41,216,242,106,32,235,132,185,242,236,31,204,202,0,8,1,26,46,112,111,115,102,46,114,101,97,99,116,45,111,110,99,108,105,99,107,111,117,116,115,105,100,101,2,4,17,250,161,128,24,56,205,49,82,252,142,34,255,184,39,225,0,0,1,22,91,99,108,97,115,115,94,61,34,67,111,111,107,105,101,80,111,112,117,112,34,93,2,11,31,121,142,195,75,68,4,172,103,253,15,105,121,201,133,98,139,73,2,136,184,10,0,138,185,13,128,148,186,44,176,5,189,107,57,148,203,188,208,163,239,67,136,13,0,8,1,12,46,99,111,111,107,105,101,45,104,105,110,116,2,11,1,110,251,123,27,121,134,94,50,227,169,45,75,161,9,1,78,241,72,165,112,245,79,218,125,181,65,96,146,23,191,188,199,156,197,248,246,21,60,37,249,247,171,27,0,0,1,24,91,99,108,97,115,115,94,61,34,67,111,111,107,105,101,115,66,97,110,110,101,114,34,93,2,3,10,111,77,21,172,205,217,84,223,93,203,1,0,8,1,8,46,98,108,111,99,107,101,114,2,3,16,211,132,6,162,183,214,241,228,154,123,121,0,0,1,24,91,99,108,97,115,115,94,61,34,99,111,111,107,105,101,67,111,110,115,101,110,116,34,93,2,7,52,151,132,111,101,255,231,243,208,10,10,51,214,154,11,183,220,89,74,96,233,123,241,0,242,81,116,195,0,8,1,6,46,97,108,101,114,116,2,128,0,0,0,144,4,11,248,162,11,118,94,9,14,156,223,9,15,81,151,168,18,99,45,127,25,161,189,41,27,89,202,169,28,125,177,0,29,218,133,122,31,254,61,243,33,71,224,84,33,160,130,225,34,214,56,179,35,137,251,213,36,170,57,5,36,227,21,113,37,62,137,144,38,209,249,108,40,111,129,201,51,50,195,9,52,0,139,153,52,207,213,60,54,19,83,220,54,104,46,53,54,218,56,236,56,167,235,207,56,199,139,71,58,141,2,112,59,69,252,79,61,41,30,26,61,124,227,241,61,183,87,44,63,37,158,162,64,179,254,1,64,252,15,207,66,157,82,89,69,79,71,110,71,85,38,185,73,30,148,141,73,83,152,207,75,114,139,7,76,60,248,204,76,246,105,243,78,221,149,212,79,87,216,245,83,201,78,213,86,54,65,23,86,194,122,75,89,136,222,8,89,146,218,70,89,199,221,73,90,65,251,239,91,230,135,26,95,194,55,141,97,130,145,247,106,108,78,164,106,239,111,156,107,165,198,38,109,5,101,247,115,222,55,250,117,97,216,186,123,207,16,212,125,14,120,145,126,9,57,104,127,58,62,93,128,180,20,20,129,38,78,50,131,21,241,13,131,109,110,243,137,110,48,243,139,108,206,144,141,124,157,137,142,239,90,235,143,205,167,200,144,52,69,149,148,9,13,99,148,188,103,205,148,201,245,59,150,237,254,238,154,37,221,35,156,122,18,7,157,130,42,1,159,252,52,56,161,65,70,94,162,158,16,163,163,136,182,171,163,184,243,51,164,184,204,125,164,255,127,202,167,192,244,229,170,172,148,28,172,72,175,249,172,131,84,250,172,228,118,39,174,189,101,176,177,83,181,243,179,55,251,252,179,86,47,138,180,55,159,29,181,250,178,116,183,198,101,246,184,87,13,57,187,207,114,131,187,223,239,129,188,247,33,140,189,87,235,215,193,67,149,160,193,178,159,18,197,117,159,167,197,123,233,20,200,146,16,97,201,194,253,29,202,105,118,213,202,210,169,178,203,68,75,80,203,133,227,192,206,10,13,41,207,129,192,75,211,79,59,19,212,229,21,192,213,182,33,94,216,63,119,169,216,132,6,198,221,171,224,169,222,179,231,49,225,23,202,242,226,190,112,223,230,36,243,184,233,2,19,40,234,144,119,47,237,39,101,138,238,10,5,216,238,160,15,140,238,209,25,44,239,178,44,162,239,219,212,129,243,14,17,227,244,99,0,119,245,46,117,216,246,18,250,206,246,225,8,159,250,42,142,238,250,175,33,185,254,178,155,186,0,0,1,23,91,99,108,97,115,115,94,61,34,99,111,111,107,105,101,66,97,110,110,101,114,34,93,2,6,68,195,50,244,87,187,104,1,101,237,129,170,102,2,26,163,129,23,154,99,147,180,3,142,0,0,1,22,100,105,118,91,99,108,97,115,115,94,61,34,67,111,111,107,105,101,115,95,34,93,2,8,55,2,35,168,126,200,54,78,178,95,250,90,202,1,252,228,223,111,226,208,239,51,143,214,240,203,67,7,250,228,183,94,0,0,1,26,100,105,118,91,99,108,97,115,115,42,61,34,67,111,111,107,105,101,66,97,110,110,101,114,34,93,2,42,4,30,174,79,6,91,166,13,11,228,72,136,32,131,209,198,36,202,164,161,40,29,209,55,46,186,135,32,55,4,143,162,63,111,161,24,72,199,218,252,81,1,25,60,93,152,211,245,94,177,122,233,94,234,8,127,95,88,207,232,96,59,215,123,99,68,223,159,100,202,210,99,103,214,46,46,111,61,205,74,126,17,119,49,128,56,80,214,129,77,138,206,129,141,10,224,129,187,159,177,133,163,92,6,133,174,64,248,147,193,224,161,148,186,26,182,162,106,176,202,168,114,58,215,173,17,34,98,181,159,156,8,188,72,192,103,195,8,112,98,197,139,7,144,227,100,164,193,228,150,40,215,232,103,100,181,242,150,171,180,247,9,147,210,254,128,40,223,0,0,1,27,100,105,118,91,99,108,97,115,115,94,61,34,67,111,111,107,105,101,66,97,110,110,101,114,95,34,93,2,8,39,17,29,79,51,57,161,25,57,151,119,6,66,35,239,0,144,217,241,48,162,180,150,226,174,57,121,222,174,166,118,84,0,0,1,32,100,105,118,91,99,108,97,115,115,94,61,34,67,111,111,107,105,101,66,97,110,110,101,114,115,116,121,108,101,95,34,93,2,26,0,192,183,141,9,234,253,246,15,171,119,45,22,220,15,249,30,50,136,213,44,127,69,238,67,79,198,149,71,32,93,157,89,236,163,107,91,57,104,218,96,47,204,158,98,127,57,123,99,214,89,168,103,192,125,89,135,169,196,152,142,148,45,72,161,80,102,244,167,201,74,147,174,80,0,241,190,41,160,148,204,136,62,117,212,157,47,232,214,73,140,219,216,208,151,250,230,232,189,196,231,230,111,192,0,8,1,14,46,97,99,116,105,118,101,46,108,101,103,97,99,121,2,4,35,113,77,225,57,1,88,40,165,106,14,116,198,234,192,63,0,8,1,28,46,97,109,103,100,112,114,99,111,111,107,105,101,45,109,111,100,97,108,45,116,101,109,112,108,97,116,101,2,1,153,161,75,7,0,8,1,24,46,98,111,116,116,111,109,45,48,46,112,111,115,105,116,105,111,110,45,102,105,120,101,100,2,8,0,189,226,107,32,142,75,212,65,237,76,156,113,32,42,139,159,25,53,132,173,214,70,160,189,184,206,143,247,139,146,197,0,8,1,16,46,98,111,116,116,111,109,45,48,46,108,101,102,116,45,48,2,1,166,130,23,96,0,8,1,17,46,98,111,116,116,111,109,45,48,46,114,105,103,104,116,45,48,2,2,39,200,65,115,51,50,195,9,0,8,1,18,46,98,111,116,116,111,109,45,48,46,114,101,108,97,116,105,118,101,2,1,48,132,253,89,0,8,1,15,46,98,111,116,116,111,109,45,48,46,102,105,120,101,100,2,128,0,0,0,183,0,104,30,59,0,228,176,124,1,249,239,127,2,211,12,158,3,195,40,130,4,30,14,52,5,36,148,200,8,153,70,125,9,29,54,25,9,124,9,6,11,201,49,121,13,40,189,66,13,88,154,61,13,192,53,153,14,33,113,170,17,103,99,151,18,149,215,133,20,219,117,133,21,25,36,168,27,162,245,67,29,120,146,223,29,223,182,82,29,226,179,212,33,155,222,234,37,105,48,205,38,145,161,84,39,65,31,111,41,237,241,45,45,133,199,70,47,154,205,227,48,91,214,148,49,217,114,11,50,107,241,181,52,91,51,207,53,64,158,254,54,195,220,17,55,15,16,33,55,216,115,69,56,39,123,52,58,85,66,230,59,190,4,35,60,117,114,203,61,11,92,120,63,213,196,169,65,193,86,37,68,75,10,161,71,145,244,98,75,247,233,177,76,34,241,12,77,14,116,117,77,38,15,102,79,175,66,119,80,64,160,98,82,254,134,211,87,135,203,254,88,28,55,249,88,240,67,55,89,175,43,152,89,205,171,169,91,116,112,169,93,133,123,66,94,158,214,121,97,187,82,48,97,243,105,152,98,166,255,120,99,102,59,141,100,106,11,2,104,122,194,128,105,252,98,225,107,77,111,58,107,249,146,99,110,150,76,177,112,196,240,99,113,242,135,96,114,63,83,48,115,229,50,148,116,9,68,211,117,93,113,184,119,123,93,13,121,123,181,5,121,156,250,156,121,205,58,222,126,17,117,140,126,22,127,250,126,166,212,42,126,171,186,214,129,141,10,224,130,77,153,241,133,72,214,216,134,106,244,124,135,114,131,121,137,252,37,46,141,156,56,143,142,90,214,178,142,250,77,247,144,157,55,89,146,197,168,247,148,11,106,241,148,180,44,231,148,181,249,70,148,186,106,92,148,188,38,157,148,192,2,231,148,192,49,136,148,193,134,168,149,40,141,252,150,50,112,239,153,71,9,219,153,81,210,247,153,93,219,127,158,91,188,176,158,94,197,61,158,96,206,212,158,229,230,121,161,31,42,93,161,172,206,248,167,4,97,203,167,142,45,202,167,172,30,53,169,5,85,94,170,39,33,38,172,46,15,251,174,96,236,26,175,86,233,89,176,74,149,227,178,149,206,22,180,67,28,94,182,171,230,78,182,175,155,193,183,174,97,251,186,128,229,251,187,22,12,234,188,9,109,139,190,46,1,117,190,147,226,187,192,68,212,71,192,79,91,46,194,85,149,191,194,253,34,79,199,7,121,185,199,134,35,85,202,75,166,161,203,77,8,239,205,67,183,140,207,83,2,76,209,9,31,91,209,59,55,29,211,228,244,41,212,117,51,110,212,135,204,164,214,181,180,53,214,202,102,182,215,46,244,9,216,96,18,168,217,146,39,136,217,181,109,124,220,158,3,91,221,19,139,32,221,68,108,226,222,91,228,109,222,166,98,73,224,139,67,59,225,181,224,131,227,199,113,146,228,228,246,127,230,98,175,235,230,134,34,254,230,176,199,170,232,196,197,191,235,70,110,159,235,163,11,77,237,62,144,58,238,255,81,67,241,4,48,132,241,139,203,175,243,157,184,40,244,28,15,123,246,71,116,135,248,31,73,150,248,84,5,162,248,125,9,182,252,21,30,233,253,83,106,240,0,8,1,9,46,98,111,116,116,111,109,45,50,2,8,55,13,149,91,56,66,210,111,69,55,10,218,86,41,39,88,115,174,163,53,132,163,159,127,177,26,129,46,248,36,19,75,0,8,1,9,46,98,111,116,116,111,109,45,54,2,3,67,130,123,39,111,173,136,183,112,49,211,139,0,8,1,9,46,98,111,116,116,111,109,45,53,2,8,26,181,37,17,30,172,111,41,38,138,95,6,55,221,15,134,93,191,12,69,112,43,197,179,196,104,106,13,243,109,146,13,0,8,1,9,46,98,111,116,116,111,109,45,56,2,6,43,203,12,243,129,61,122,91,138,140,166,80,179,202,38,241,180,46,108,22,185,46,208,76,0,8,1,9,46,98,111,116,116,111,109,45,52,2,15,18,158,40,192,59,73,104,204,79,128,184,55,91,135,254,205,98,150,240,234,107,232,154,225,126,38,166,35,132,11,133,129,142,95,197,103,150,121,100,16,172,31,192,24,174,161,13,18,218,76,251,250,228,23,108,159,246,71,116,135,0,8,1,10,46,98,111,116,116,111,109,45,52,48,2,1,194,125,220,87,0,8,1,9,46,98,111,116,116,111,109,45,51,2,3,22,15,1,249,133,158,206,229,151,51,109,70,0,8,1,10,46,98,111,116,116,111,109,45,49,50,2,2,42,142,83,59,206,76,1,161,0,8,1,10,46,98,111,116,116,111,109,45,49,52,2,1,2,170,157,160,0,8,1,10,46,98,111,116,116,111,109,45,49,54,2,3,151,203,138,227,193,212,69,158,243,75,197,104,0,8,1,7,46,98,111,116,116,111,109,2,4,29,141,65,76,51,50,195,9,138,230,147,30,148,181,113,59,0,8,1,10,46,112,121,45,50,46,112,120,45,50,2,1,22,58,220,56,0,8,1,16,46,99,111,111,107,105,101,115,95,50,48,50,50,95,98,103,2,3,164,168,90,52,201,85,194,250,217,229,159,17,0,8,1,7,46,106,71,114,111,119,108,2,6,37,182,21,175,74,85,248,245,122,194,14,141,160,125,59,252,180,226,13,204,246,212,165,251,0,8,1,13,46,109,111,100,97,108,45,99,111,111,107,105,101,2,24,11,40,247,115,13,221,236,179,17,85,91,0,19,161,121,12,32,101,125,158,47,127,80,201,52,201,125,33,62,249,225,61,65,175,83,174,77,124,41,254,79,8,187,46,95,15,77,14,102,131,91,211,111,172,28,113,137,163,58,150,154,207,108,149,155,90,54,229,175,74,143,118,182,68,56,79,184,45,136,120,192,13,21,104,202,26,34,93,209,141,27,2,227,65,142,158,0,8,1,14,46,109,111,100,97,108,45,99,111,111,107,105,101,115,2,26,10,124,17,23,21,93,1,124,30,65,80,35,58,60,165,205,72,1,236,184,78,59,132,34,82,113,186,114,85,191,235,117,98,244,95,169,107,63,194,236,118,53,31,198,124,70,47,203,138,143,170,154,139,82,99,54,145,147,114,226,149,245,236,252,153,97,59,211,165,91,153,57,167,181,178,207,176,244,46,97,194,211,50,50,197,43,232,162,218,135,164,131,226,72,135,131,237,1,61,246,241,210,116,101,0,8,1,13,46,109,111,100,97,108,99,111,111,107,105,101,115,2,3,84,98,101,83,231,100,173,244,248,81,2,1,0,16,1,17,35,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,2,7,8,202,86,97,40,56,112,185,57,254,121,122,80,99,69,153,110,212,112,169,151,202,105,85,157,170,47,29,0,16,1,12,35,99,111,111,107,105,101,77,111,100,97,108,2,13,14,215,201,232,27,203,68,200,45,55,82,103,47,204,63,128,52,111,39,152,70,10,38,2,88,43,165,51,148,180,233,216,151,193,189,204,181,39,62,49,196,77,29,5,226,163,105,149,226,209,161,183,0,8,1,13,46,109,111,100,97,108,67,111,111,107,105,101,115,2,4,53,125,29,57,71,155,167,64,178,83,83,113,234,163,243,94,0,8,1,15,46,110,115,45,116,121,112,101,45,110,111,116,105,99,101,2,7,0,100,161,67,49,169,101,9,86,254,215,87,164,149,231,27,203,183,27,160,250,216,179,213,254,17,202,30,0,8,1,20,46,99,111,111,107,105,101,87,105,110,100,111,119,87,114,97,112,112,101,114,2,16,12,240,241,97,22,23,113,44,23,51,140,212,37,55,161,104,38,28,60,154,52,29,51,22,66,139,197,87,69,247,225,70,74,143,196,54,86,157,75,68,94,156,116,245,194,140,242,62,195,83,188,43,208,114,234,214,210,85,140,196,219,132,143,119,0,8,1,10,46,107,45,111,118,101,114,108,97,121,2,19,12,240,241,97,22,23,113,44,23,51,140,212,37,55,161,104,38,28,60,154,43,203,54,233,52,29,51,22,66,139,197,87,69,247,225,70,74,143,196,54,86,157,75,68,94,156,116,245,135,211,124,188,194,140,242,62,195,83,188,43,201,69,221,138,208,114,234,214,210,85,140,196,219,132,143,119,0,16,1,13,35,99,111,111,107,105,101,115,77,111,100,97,108,2,65,6,56,37,175,20,173,137,17,22,53,68,233,24,145,81,147,27,88,158,140,31,246,135,113,41,153,45,13,42,109,162,46,47,129,180,185,49,5,114,20,49,117,113,5,51,24,98,234,54,118,28,179,59,89,75,100,64,90,149,96,77,154,30,155,81,138,220,236,86,159,151,68,87,111,26,1,88,137,73,193,93,140,239,221,96,248,24,9,97,132,15,251,99,0,55,232,112,157,167,231,114,156,163,192,116,28,80,152,116,28,139,75,116,32,204,54,117,65,234,108,121,121,126,244,129,71,64,165,131,14,77,176,134,155,128,203,136,75,22,141,138,199,217,27,138,223,45,12,139,107,95,173,140,123,236,142,141,4,130,37,147,112,188,194,159,39,243,174,163,201,134,45,166,9,24,5,166,70,39,232,170,139,243,167,171,186,10,162,172,119,107,62,186,232,44,27,194,252,49,157,197,150,49,139,199,5,31,222,201,46,9,244,201,58,135,246,202,108,240,172,203,167,99,128,204,230,223,53,210,13,232,48,218,184,91,32,230,245,188,7,231,234,25,173,236,128,24,78,237,143,239,236,242,42,43,35,249,166,230,228,0,16,1,13,35,109,111,100,97,108,67,111,111,107,105,101,115,2,5,8,121,24,235,12,187,55,121,182,69,15,75,182,244,216,160,229,242,164,69,0,16,1,12,35,99,111,111,107,105,101,115,50,48,50,48,2,8,0,131,179,179,31,118,53,207,61,94,8,156,135,46,229,174,150,106,207,157,202,31,241,8,243,129,11,69,253,50,58,132,0,16,1,19,35,99,111,111,107,105,101,115,50,48,50,48,111,118,101,114,108,97,121,2,8,0,131,179,179,31,118,53,207,61,94,8,156,135,46,229,174,150,106,207,157,202,31,241,8,243,129,11,69,253,50,58,132,0,0,1,23,100,105,118,91,99,108,97,115,115,94,61,34,99,111,111,107,105,101,78,111,116,34,93,2,3,50,0,214,157,244,241,151,24,246,207,253,173,0,16,1,12,35,99,111,111,107,105,101,109,111,100,97,108,2,1,9,15,144,16,0,8,1,14,46,111,116,80,108,97,99,101,104,111,108,100,101,114,2,44,8,47,150,88,9,225,200,236,13,215,101,20,14,215,204,34,16,148,40,71,19,202,30,94,20,20,132,15,52,194,7,49,55,44,186,238,66,214,200,27,69,248,0,40,79,97,160,72,79,102,154,50,81,184,42,85,89,158,36,181,105,40,36,96,106,204,212,55,107,238,162,55,111,32,22,65,114,207,250,115,115,132,17,157,127,127,143,173,128,105,169,217,138,144,15,163,139,102,200,35,148,114,117,154,163,60,181,222,168,25,89,224,176,220,89,128,200,235,215,71,205,52,65,107,208,115,95,46,211,209,31,16,213,204,156,242,220,139,70,0,223,88,107,161,226,151,161,254,227,213,155,198,230,12,231,99,235,175,48,195,236,129,14,186,238,37,65,13,249,10,86,76,249,75,41,209,0,8,1,9,46,99,112,45,112,111,112,117,112,2,1,203,56,30,136,0,8,1,19,46,99,112,45,112,111,112,117,112,45,99,111,110,116,97,105,110,101,114,2,1,203,56,30,136,0,8,1,16,46,106,115,45,99,111,111,107,105,101,45,112,111,112,117,112,2,2,58,20,20,1,166,48,86,224,0,8,1,13,46,99,111,111,107,105,101,45,109,111,100,97,108,2,65,6,152,141,11,7,249,178,54,12,48,204,54,14,53,29,33,15,200,254,75,15,252,212,51,24,44,98,236,34,95,40,177,42,147,229,98,47,146,4,82,50,139,2,178,51,51,167,44,54,213,6,108,57,156,177,163,57,185,206,127,57,230,105,70,59,172,0,97,60,150,29,115,61,186,5,152,63,172,78,159,69,58,174,222,73,33,159,28,76,155,227,251,79,22,240,35,82,70,31,1,83,8,24,189,93,47,27,182,96,113,103,209,98,127,182,184,98,208,87,127,103,83,36,8,106,212,49,86,116,25,187,28,119,66,117,96,121,155,127,138,125,22,59,63,129,187,231,109,131,138,118,45,131,185,202,161,148,201,201,204,153,46,155,4,159,79,115,82,162,86,4,218,162,174,75,245,169,128,231,103,171,192,9,31,173,223,103,208,175,73,116,79,180,128,11,206,192,30,178,83,194,30,235,195,197,3,47,183,203,215,71,25,206,8,71,167,207,165,203,14,210,148,41,207,213,220,12,215,214,201,26,135,218,99,96,15,218,120,57,243,221,252,98,61,225,180,90,175,231,168,190,251,237,219,164,139,239,113,236,143,0,0,1,26,100,105,118,91,99,108,97,115,115,94,61,34,99,111,111,107,105,101,45,109,111,100,97,108,34,93,2,3,78,155,119,132,121,75,111,21,133,42,80,255,0,8,1,24,46,77,117,105,67,111,110,116,97,105,110,101,114,45,109,97,120,87,105,100,116,104,77,100,2,1,145,10,196,227,0,8,1,35,46,77,117,105,83,110,97,99,107,98,97,114,45,97,110,99,104,111,114,79,114,105,103,105,110,66,111,116,116,111,109,76,101,102,116,2,6,37,144,125,164,68,175,49,219,72,127,41,107,109,34,65,170,109,168,141,171,143,221,30,198,0,8,1,37,46,77,117,105,83,110,97,99,107,98,97,114,45,97,110,99,104,111,114,79,114,105,103,105,110,66,111,116,116,111,109,67,101,110,116,101,114,2,11,0,175,81,104,16,56,150,171,58,26,55,192,63,60,225,198,67,185,131,220,69,24,1,223,98,217,91,211,105,231,167,123,107,226,215,247,153,151,242,15,210,41,232,31,0,8,1,34,46,77,117,105,68,114,97,119,101,114,45,112,97,112,101,114,65,110,99,104,111,114,68,111,99,107,101,100,66,111,116,116,111,109,2,3,45,26,194,244,52,185,46,1,245,64,8,48,0,8,1,10,46,117,105,45,100,105,97,108,111,103,2,19,18,54,28,142,35,0,144,92,36,159,166,48,38,161,12,222,74,150,50,166,106,172,44,8,107,166,92,192,109,109,34,144,113,104,210,123,126,231,14,19,129,35,109,175,150,111,47,115,155,58,57,14,164,124,44,19,187,101,230,222,200,7,134,153,219,201,236,240,221,201,40,137,230,98,69,141,0,8,1,18,46,117,105,45,119,105,100,103,101,116,45,111,118,101,114,108,97,121,2,59,17,101,14,209,18,54,28,142,19,146,11,155,20,129,250,75,36,159,166,48,38,161,12,222,41,13,70,207,43,84,179,205,43,99,110,26,58,214,123,66,74,150,50,166,80,195,197,20,93,162,50,226,93,212,58,165,106,172,44,8,107,166,92,192,109,109,34,144,114,41,109,181,119,105,93,231,120,193,28,90,122,44,226,47,124,33,189,59,126,172,202,224,126,231,14,19,129,35,109,175,133,196,43,118,135,205,48,131,139,102,167,68,144,1,215,188,148,184,83,225,150,111,47,115,151,14,85,153,151,170,62,68,164,124,44,19,167,194,43,30,174,51,218,119,175,0,241,161,184,51,6,144,187,101,230,222,187,248,239,35,189,211,106,152,196,74,227,200,197,83,113,149,200,7,134,153,206,86,100,151,213,77,166,150,214,209,43,164,217,75,249,62,219,52,14,179,219,201,236,240,230,98,69,141,231,6,9,42,236,99,49,135,237,133,221,72,243,83,155,77,245,74,227,243,248,144,126,198,250,174,129,168,253,212,143,84,0,8,1,11,46,100,105,115,99,108,97,105,109,101,114,2,33,2,30,222,178,5,62,93,45,14,40,164,143,34,100,244,247,45,212,10,76,52,97,8,82,52,174,75,193,61,140,186,226,67,97,220,164,74,15,197,52,74,87,136,60,77,80,119,135,79,21,190,154,92,76,183,123,101,226,104,185,105,65,196,232,125,37,94,158,130,137,63,231,149,48,117,17,151,249,215,8,154,236,104,139,159,55,18,56,162,152,181,10,178,185,113,158,182,61,101,39,183,245,178,176,191,195,95,1,192,172,121,142,193,9,22,232,209,24,119,190,215,218,105,106,224,154,237,214,253,83,184,111,0,16,1,11,35,100,105,115,99,108,97,105,109,101,114,2,18,11,82,183,93,15,165,116,115,33,246,246,8,66,155,253,242,87,81,241,32,109,213,152,43,145,88,229,20,160,163,180,78,162,9,25,118,167,112,111,76,180,56,166,154,188,94,199,229,189,66,189,191,198,140,120,26,229,19,40,231,241,174,196,64,244,49,183,253,248,173,201,254,0,16,1,21,35,95,95,116,101,97,108,105,117,109,71,68,80,82,101,99,77,111,100,97,108,2,1,152,180,36,68,0,8,1,15,46,77,117,105,68,105,97,108,111,103,45,114,111,111,116,2,4,27,83,181,24,69,24,1,223,129,124,47,186,239,211,88,19,0,8,1,17,46,77,117,105,83,110,97,99,107,98,97,114,45,114,111,111,116,2,10,4,159,205,93,19,13,155,105,46,25,9,73,109,37,109,108,142,9,81,21,171,199,211,130,182,207,52,180,196,197,90,17,228,243,113,52,255,102,47,201,0,8,1,9,46,98,111,116,116,111,109,45,48,2,77,3,138,7,94,11,114,93,174,16,61,160,7,18,36,17,151,23,83,67,163,25,40,81,89,27,247,38,25,28,167,197,219,30,121,19,136,38,157,53,247,48,60,242,251,49,251,237,47,50,146,139,68,51,5,121,27,52,186,213,48,54,82,33,77,54,109,33,197,54,245,64,171,57,201,89,42,60,120,200,177,60,144,21,55,63,214,221,50,74,229,105,49,76,25,135,77,78,15,79,233,79,71,153,101,79,94,156,93,80,200,191,84,82,10,156,69,87,180,237,59,91,51,145,81,95,144,249,177,97,236,147,214,102,236,38,164,110,203,34,46,111,54,157,152,111,129,217,223,123,155,198,248,126,47,144,95,126,83,19,195,128,98,55,135,131,24,15,247,131,197,37,35,138,168,12,201,138,190,211,68,146,11,2,40,146,59,63,254,148,203,37,182,149,29,243,110,150,195,125,111,161,192,60,36,162,8,37,175,164,0,30,39,175,109,52,9,184,217,2,17,190,232,244,85,199,208,130,255,199,248,117,236,200,55,86,66,200,118,39,29,200,213,30,95,200,253,213,231,212,219,156,219,215,82,49,230,215,118,169,231,216,174,157,171,218,181,4,174,220,89,200,93,223,247,76,253,225,115,192,43,225,119,65,89,229,166,171,189,231,84,250,48,235,31,1,20,246,42,55,5,250,66,224,189,254,219,27,243,0,8,1,31,46,109,121,115,116,105,99,107,121,45,119,101,108,99,111,109,101,98,97,114,45,102,105,120,101,100,45,119,114,97,112,2,2,47,31,137,17,234,210,222,69,0,8,1,20,46,109,111,100,95,99,109,115,95,97,99,99,101,112,116,95,116,97,103,115,2,128,0,0,0,146,6,252,24,104,9,148,163,211,9,162,1,5,11,7,6,204,11,206,112,23,15,91,242,27,16,76,62,91,17,7,38,161,21,114,18,31,21,177,230,236,25,28,95,160,26,190,42,121,27,52,114,223,27,103,82,91,28,53,195,89,29,65,129,154,31,208,151,63,32,20,68,48,33,46,87,39,34,150,46,84,39,185,121,223,45,27,22,204,46,91,29,202,46,253,108,255,49,110,253,229,51,118,74,12,55,115,226,75,56,248,183,125,57,105,168,240,59,59,137,105,59,131,109,130,60,236,81,95,62,118,249,108,64,74,201,136,64,95,13,38,64,100,77,201,65,87,224,166,66,94,218,44,68,113,123,223,68,149,121,80,68,160,86,69,68,187,203,221,68,252,195,246,71,206,100,47,75,120,118,33,75,221,226,190,77,24,9,66,79,153,246,79,88,73,190,239,93,204,96,83,94,146,8,13,94,232,22,174,95,49,244,86,102,174,110,101,104,196,58,73,105,141,23,180,106,236,143,94,109,248,39,211,111,138,249,1,112,15,56,198,112,86,255,184,113,219,161,177,114,171,22,215,114,249,72,63,115,28,192,14,116,165,202,78,117,47,55,90,118,63,45,68,119,106,83,133,119,195,82,216,122,117,63,170,122,214,167,100,123,68,189,93,123,189,76,52,126,80,10,12,127,86,197,70,130,73,127,101,133,230,51,174,134,189,179,73,135,16,24,238,135,115,239,106,136,96,23,172,136,116,55,183,138,117,232,62,140,111,233,94,140,154,209,111,143,34,170,7,147,177,193,206,152,104,193,255,156,165,211,127,156,223,253,162,157,18,209,204,157,196,110,245,159,197,124,8,161,44,24,116,164,12,58,48,165,3,182,244,168,253,35,162,171,12,243,226,175,5,210,251,176,98,224,59,180,144,40,44,184,34,20,24,187,1,142,173,188,233,170,120,192,116,124,222,193,123,248,48,193,200,5,83,193,208,72,60,195,109,172,253,197,76,88,253,202,105,60,146,202,192,221,35,202,245,106,35,204,139,221,214,205,75,90,102,206,46,5,172,207,63,14,39,208,15,137,164,209,138,21,166,211,70,235,225,212,33,139,26,219,254,247,126,224,249,83,63,225,179,21,170,230,152,220,247,232,131,4,169,232,228,216,181,233,16,48,48,235,155,6,89,237,35,201,43,238,144,153,9,240,17,182,138,240,118,155,102,243,199,202,31,244,156,89,215,245,207,12,218,246,173,56,216,247,157,3,177,247,219,180,67,248,52,109,12,248,92,194,236,248,137,183,0,248,143,222,81,248,211,196,209,251,249,228,120,0,8,1,19,46,99,108,105,45,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,8,73,26,242,192,97,36,225,173,97,197,242,2,99,225,121,104,131,241,175,64,141,7,171,30,180,190,209,195,216,100,239,116,0,16,1,20,35,99,111,111,107,105,101,45,108,97,119,45,105,110,102,111,45,98,97,114,2,128,0,0,0,157,0,13,238,75,0,49,211,234,2,32,4,220,3,79,208,88,4,1,49,80,4,98,16,156,4,182,174,230,6,101,51,141,7,182,170,74,10,54,135,41,10,142,13,22,10,233,154,168,11,114,88,238,13,131,8,63,14,245,98,9,18,38,9,74,18,49,198,59,18,247,221,208,20,171,211,255,22,175,128,2,25,148,7,196,26,117,239,95,27,115,107,156,30,224,26,136,31,28,80,231,36,92,208,184,38,158,243,76,39,98,58,156,43,252,226,194,45,174,16,62,53,89,130,63,56,125,110,190,57,108,31,108,57,231,233,218,57,236,209,143,59,246,163,207,61,1,213,209,61,105,143,120,61,145,221,255,65,157,110,104,66,2,100,160,68,105,146,97,71,148,40,200,72,208,156,190,74,162,235,30,74,216,252,76,76,108,208,105,76,164,35,120,80,46,182,44,82,128,241,18,83,9,230,160,83,184,194,132,83,230,10,199,84,3,87,148,84,116,92,59,84,252,221,106,85,197,215,123,86,208,111,10,88,228,181,117,91,165,167,13,93,39,172,21,94,253,186,169,97,19,119,190,97,36,225,173,98,253,167,7,100,79,249,137,101,134,114,31,102,125,253,105,104,158,228,164,104,218,233,196,111,128,127,114,112,64,16,221,112,118,30,33,114,130,43,86,118,125,102,195,120,83,242,109,122,115,7,143,126,193,213,11,126,213,19,83,126,251,156,232,127,17,31,95,127,69,204,13,130,136,204,185,131,151,26,122,134,3,39,86,134,32,168,72,135,115,194,210,135,168,241,164,136,209,103,149,141,7,171,30,141,141,76,195,144,251,60,237,148,185,18,232,148,192,223,127,148,201,152,113,149,55,98,216,152,3,38,52,152,198,196,31,155,146,141,150,156,170,18,189,158,155,217,139,159,157,235,245,161,116,53,122,165,193,87,2,167,234,138,55,168,159,84,219,170,154,102,130,170,195,18,148,172,109,133,35,178,86,139,196,180,37,167,255,180,190,209,195,182,175,75,65,183,120,148,209,187,5,153,133,188,205,43,79,189,183,223,219,190,52,199,85,190,205,100,146,197,221,196,96,200,158,41,232,202,162,58,207,202,220,19,54,203,80,119,158,207,232,139,144,208,137,84,161,209,26,235,221,210,101,58,173,210,138,239,252,213,62,10,147,215,119,6,10,220,204,202,40,221,160,214,247,222,72,168,85,222,83,179,97,223,126,183,195,223,210,207,133,224,216,250,16,227,25,37,223,227,198,177,228,229,190,94,189,231,247,201,228,233,134,138,186,236,219,119,126,237,7,2,103,242,22,242,58,243,89,13,224,246,35,13,123,247,94,213,157,247,108,202,152,247,234,175,106,250,194,214,6,250,204,219,4,253,78,175,146,254,10,107,49,254,157,180,53,255,102,170,138,0,8,1,28,46,119,116,45,99,108,105,45,99,111,111,107,105,101,45,98,97,114,45,99,111,110,116,97,105,110,101,114,2,128,0,0,1,7,0,202,24,184,2,85,124,56,3,245,188,106,4,83,61,58,4,171,133,189,4,179,61,196,4,181,97,170,4,185,193,28,5,31,102,38,5,213,171,228,7,48,86,79,8,49,87,70,8,73,133,120,8,130,178,192,8,221,5,102,8,249,110,104,9,13,156,22,13,246,49,189,16,207,27,56,17,167,48,99,19,43,26,207,19,96,45,115,19,99,187,229,19,128,175,16,19,234,126,29,21,21,145,226,22,79,118,185,23,152,142,210,23,233,142,166,24,246,241,139,25,156,214,163,25,158,213,28,26,221,127,113,27,149,167,4,28,5,207,136,28,159,241,111,28,211,252,16,29,8,88,220,29,211,11,227,31,73,232,107,31,200,119,84,31,235,135,176,33,247,117,56,34,165,96,228,34,206,255,218,34,209,135,193,36,120,48,62,36,139,241,78,36,143,207,61,36,236,140,34,36,247,69,145,37,154,2,130,38,157,132,60,39,237,39,89,40,241,250,145,42,87,150,77,44,54,225,139,45,213,29,218,47,248,103,212,49,80,153,101,51,19,200,60,51,98,245,48,54,105,103,255,54,107,19,156,54,134,201,46,54,168,109,203,55,65,193,93,55,80,180,19,55,209,83,70,56,6,94,4,57,12,123,160,57,115,165,198,58,46,32,236,58,200,123,72,60,211,225,69,61,113,150,32,61,147,176,58,62,64,185,219,64,237,52,143,67,195,215,2,67,229,208,225,68,84,191,79,69,109,141,233,70,59,180,130,75,14,224,60,76,30,171,20,77,88,252,16,80,11,102,140,85,52,128,127,85,149,196,249,86,7,157,21,86,75,27,149,86,129,31,244,87,66,236,1,89,163,188,25,89,183,81,165,89,241,236,197,90,161,77,124,90,253,148,189,92,116,102,89,93,170,205,194,94,128,23,31,96,239,192,23,96,242,62,242,99,48,115,192,99,58,178,30,99,62,255,81,101,23,129,38,103,132,80,56,103,198,202,28,104,116,181,147,105,7,222,179,106,216,128,139,107,224,213,121,108,45,134,160,108,106,89,241,109,166,73,46,109,202,222,80,113,74,15,43,113,237,156,165,114,173,161,83,115,63,126,134,116,65,28,115,116,244,153,196,118,29,232,46,120,248,216,186,122,208,188,208,122,235,213,47,123,123,246,144,124,238,61,216,125,48,241,192,125,126,249,133,125,134,162,48,125,137,166,67,125,234,54,254,126,27,31,37,126,163,45,203,126,252,254,10,127,44,138,180,127,56,109,227,127,56,121,212,127,58,89,47,128,1,15,45,129,29,30,219,130,145,134,205,132,109,26,211,133,92,246,105,133,173,139,164,133,185,241,213,135,130,111,214,136,218,37,185,136,247,137,12,138,87,54,131,139,114,179,165,140,235,65,207,141,229,141,26,141,233,137,66,142,103,70,58,143,116,7,64,143,169,118,44,144,59,22,189,148,201,255,235,149,160,55,117,150,75,214,222,150,133,85,3,150,217,232,60,151,16,167,88,151,121,107,66,152,55,38,229,154,6,164,42,155,150,114,132,156,100,187,248,157,66,172,156,157,158,85,140,159,59,231,14,160,64,171,198,161,247,74,7,162,163,30,254,163,83,15,209,164,93,204,71,165,193,104,135,166,100,81,240,170,196,146,177,170,197,169,184,171,89,14,236,172,53,99,200,174,84,35,232,174,189,128,65,176,210,116,204,179,24,168,156,182,128,72,235,183,2,85,181,186,187,242,40,186,212,110,110,187,196,158,182,190,43,220,29,190,223,186,40,191,40,11,84,191,51,189,30,192,244,171,217,193,12,110,228,193,95,229,54,193,223,15,182,193,254,246,10,195,80,122,96,195,109,25,203,196,34,249,30,196,129,178,18,198,209,13,149,199,21,216,121,199,47,34,97,200,100,150,113,200,240,66,205,202,187,31,20,203,215,74,126,203,215,97,101,204,176,51,138,205,130,164,115,206,95,38,130,206,215,37,180,207,33,121,32,209,201,166,18,213,69,127,134,213,167,161,247,216,240,44,105,217,61,253,222,223,126,184,5,225,166,53,147,226,36,152,51,226,197,192,51,226,204,108,9,227,19,214,141,227,103,254,26,227,181,37,248,227,202,200,138,228,199,24,66,230,54,220,58,230,181,73,31,230,227,148,64,231,217,81,141,232,51,249,105,233,121,160,28,233,213,99,76,233,213,99,137,234,108,153,234,237,96,245,152,239,243,11,208,241,47,104,144,241,153,189,20,243,130,143,47,243,158,31,50,244,53,176,33,244,114,131,17,246,95,222,249,247,19,232,42,247,122,51,196,248,135,199,146,248,210,112,226,249,103,208,42,249,114,216,128,250,237,244,80,252,100,158,105,253,5,32,163,0,16,1,19,35,101,120,97,109,112,108,101,77,111,100,97,108,67,101,110,116,101,114,2,4,27,121,28,103,37,130,151,193,55,249,217,140,214,13,46,248,0,8,1,11,46,99,99,45,111,118,101,114,108,97,121,2,26,3,16,18,119,27,219,204,123,33,29,197,168,34,195,239,186,36,30,19,49,77,119,206,232,77,146,221,215,80,62,10,144,80,164,105,174,128,156,105,99,134,121,118,1,146,47,22,76,146,207,53,52,159,213,117,91,181,107,73,153,183,194,238,59,190,38,232,110,205,18,25,126,219,62,95,137,230,174,30,21,232,121,253,247,242,231,17,150,247,116,17,117,247,164,160,61,249,195,233,155,250,146,211,167,0,8,1,21,46,97,118,97,100,97,45,102,111,111,116,101,114,45,115,99,114,105,112,116,115,2,15,13,218,69,67,18,81,50,205,27,113,215,66,27,178,149,170,38,167,231,158,38,195,147,4,78,171,196,228,86,136,126,133,149,220,34,83,160,78,125,103,177,30,207,37,183,2,202,45,185,64,127,22,231,198,185,139,238,76,139,163,0,8,1,21,46,109,111,100,97,108,45,99,97,99,115,112,45,112,111,115,105,116,105,111,110,2,88,4,74,136,166,5,197,85,105,9,239,163,43,10,187,193,59,10,242,173,243,13,137,12,150,19,148,115,2,22,183,114,107,25,226,73,63,26,99,49,23,30,248,80,28,34,135,31,194,38,42,239,154,44,36,82,93,48,20,104,120,48,135,222,234,50,139,183,188,54,23,58,207,57,227,110,168,64,198,254,233,65,29,155,114,67,9,234,10,67,120,121,29,67,250,156,34,68,73,97,208,75,175,200,115,78,162,36,230,78,202,163,59,82,67,38,138,84,201,98,35,86,95,91,64,86,143,12,120,88,148,140,27,94,20,139,210,94,78,233,21,96,78,146,76,99,122,96,232,100,253,177,66,103,95,88,232,103,145,50,180,106,79,35,241,112,105,67,155,112,229,65,135,114,76,72,186,115,126,197,225,116,2,102,24,116,36,7,215,120,71,111,7,134,153,76,84,136,181,138,75,138,208,2,185,141,156,36,136,143,129,53,38,145,62,113,186,146,44,194,252,146,219,197,84,152,93,231,6,153,67,183,217,153,154,98,4,159,132,142,190,163,21,179,137,167,189,30,99,171,150,127,118,172,102,213,67,176,251,185,27,186,52,69,205,186,78,76,254,187,147,67,197,193,63,2,62,193,70,160,87,193,119,221,140,195,23,247,182,196,141,47,35,200,145,185,3,212,107,27,16,215,187,12,81,226,119,200,125,227,135,37,212,227,197,145,241,232,18,142,40,238,232,41,211,239,33,172,47,241,80,185,51,247,168,28,27,251,119,32,231,251,242,232,218,252,133,229,214,254,187,199,205,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,64,0,189,124,120,3,241,143,47,9,13,147,142,12,19,150,223,14,49,57,16,14,215,201,232,18,183,134,89,30,96,104,162,31,12,210,166,31,73,205,186,33,145,16,49,37,82,196,135,37,128,33,249,38,157,59,187,40,226,1,64,55,200,234,203,56,232,242,185,57,225,64,90,61,248,217,235,63,210,15,202,76,198,121,185,79,45,39,186,80,139,253,243,83,193,96,32,84,8,203,174,86,18,230,78,86,172,161,149,87,79,217,181,89,238,41,2,89,239,32,199,94,177,49,161,107,68,125,177,116,171,48,193,131,36,196,133,132,207,138,142,134,155,128,203,142,29,144,159,148,184,21,36,150,199,43,37,151,193,189,204,165,108,98,110,167,111,253,97,167,227,79,248,172,149,164,123,182,131,25,238,185,77,25,174,185,173,243,162,187,44,68,24,190,147,196,112,198,80,108,176,202,190,235,36,203,79,107,167,212,59,228,151,213,191,133,109,213,227,227,13,223,221,88,240,224,60,102,111,225,13,48,34,225,253,118,126,229,22,24,217,242,81,75,1,244,98,178,80,248,150,76,206,251,10,177,113,0,8,1,14,46,98,111,116,116,111,109,95,110,111,116,105,99,101,2,15,6,194,109,158,10,233,199,183,61,102,96,241,70,29,48,20,73,99,21,250,79,22,121,212,124,19,107,154,131,33,164,98,134,60,56,135,154,124,160,169,180,202,109,8,200,224,228,221,203,231,52,201,226,240,163,62,230,80,48,172,0,16,1,17,35,102,97,110,99,121,98,111,120,45,111,118,101,114,108,97,121,2,19,10,247,160,240,15,142,152,52,22,253,36,211,29,119,219,118,81,46,44,191,125,105,163,120,127,206,249,208,131,183,117,239,154,118,159,160,177,88,139,147,177,166,87,73,180,73,238,247,188,175,158,125,223,103,100,205,234,185,181,99,237,189,196,92,238,133,60,205,248,109,41,18,251,20,145,66,0,16,1,14,35,102,97,110,99,121,98,111,120,45,119,114,97,112,2,19,10,247,160,240,15,142,152,52,22,253,36,211,29,119,219,118,81,46,44,191,125,105,163,120,127,206,249,208,131,183,117,239,154,118,159,160,177,88,139,147,177,166,87,73,180,73,238,247,188,175,158,125,223,103,100,205,234,185,181,99,237,189,196,92,238,133,60,205,248,109,41,18,251,20,145,66,0,8,1,25,46,101,108,101,109,101,110,116,111,114,45,108,111,99,97,116,105,111,110,45,112,111,112,117,112,2,5,87,10,151,84,94,93,41,239,109,108,155,31,126,109,79,214,160,88,158,61,0,8,1,27,46,101,108,101,109,101,110,116,111,114,45,101,108,101,109,101,110,116,45,51,49,101,49,56,48,48,49,2,1,167,99,221,45,0,8,1,22,46,101,108,101,109,101,110,116,111,114,45,112,111,112,117,112,45,109,111,100,97,108,2,83,2,210,185,29,3,192,210,124,3,195,58,126,5,126,17,190,7,14,146,245,7,235,149,118,12,20,201,24,12,158,154,63,18,33,167,186,18,91,131,159,18,239,32,67,21,106,216,26,31,221,27,242,37,57,218,211,46,217,49,166,48,139,63,3,49,133,172,119,58,31,124,190,61,195,148,22,63,163,36,8,67,183,95,101,69,233,170,2,70,185,111,135,73,54,146,20,73,107,145,199,79,79,75,106,83,120,158,241,85,116,10,77,86,5,26,208,90,238,5,32,90,251,97,97,98,216,163,161,98,228,8,32,99,20,239,184,105,233,162,148,105,236,159,204,108,23,250,27,108,139,136,134,110,155,66,61,110,184,239,44,111,89,43,134,111,146,21,212,117,52,212,152,124,143,151,242,124,145,119,87,125,27,99,33,127,248,113,27,129,41,137,135,137,250,245,187,142,48,181,90,143,46,38,196,146,137,227,18,146,194,105,198,149,199,80,220,163,36,235,143,164,118,139,24,170,91,194,84,175,140,76,82,175,205,189,154,177,147,220,156,179,235,139,215,181,253,10,111,193,16,74,172,193,162,29,6,195,160,216,110,201,187,179,179,205,179,132,176,208,1,156,139,212,226,91,183,214,87,26,64,220,66,179,223,226,249,228,20,229,246,227,252,234,109,204,111,238,130,61,48,240,38,242,95,241,249,242,121,242,93,45,126,244,113,199,53,245,43,110,38,247,168,2,166,252,85,116,183,254,141,160,2,0,8,1,18,46,117,107,45,110,111,116,105,102,121,45,109,101,115,115,97,103,101,2,2,23,119,187,238,93,0,241,170,0,8,1,7,46,103,85,98,88,69,75,2,7,91,62,56,100,117,188,173,199,120,106,202,49,125,13,134,75,146,213,208,87,180,178,245,41,199,37,33,196,0,16,1,12,35,108,105,103,104,116,45,98,111,120,45,49,2,18,5,140,166,92,6,118,53,253,16,168,0,83,33,29,47,189,39,76,35,210,51,162,100,8,56,254,248,120,80,22,210,232,96,157,132,60,165,248,3,52,186,240,10,202,191,98,232,180,199,143,55,177,215,229,207,251,230,226,63,178,235,245,105,107,246,188,44,117,252,24,219,229,0,8,1,19,46,108,98,45,101,117,99,108,46,108,98,66,103,83,99,114,101,101,110,2,5,26,29,143,49,95,173,199,53,99,96,220,213,183,215,84,92,201,17,160,16,0,8,1,16,46,108,98,45,101,117,99,108,46,108,98,70,103,66,111,120,2,5,26,29,143,49,95,173,199,53,99,96,220,213,183,215,84,92,201,17,160,16,0,8,1,5,46,122,45,53,48,2,15,5,139,24,138,29,120,146,223,36,36,197,223,59,177,117,94,88,27,55,189,128,72,131,132,150,207,146,244,151,92,157,85,171,88,60,179,179,48,76,231,198,157,46,172,201,164,232,129,227,180,154,47,236,89,110,219,242,115,12,112,0,8,1,13,46,97,108,101,114,116,45,115,116,105,99,107,121,2,6,26,6,101,64,52,32,109,145,84,0,34,57,142,187,53,231,152,37,57,107,154,193,76,168,0,16,1,10,35,115,112,111,116,108,105,103,104,116,2,8,40,88,202,249,45,110,216,184,77,0,142,83,85,29,132,145,88,250,102,239,93,252,136,200,217,223,195,165,226,158,86,150,0,8,1,36,46,105,110,100,101,120,45,109,111,100,117,108,101,45,45,67,111,111,107,105,101,65,117,116,104,83,104,111,119,45,45,105,111,54,70,55,2,2,40,115,38,77,40,157,17,161,0,16,1,14,35,98,97,110,110,101,114,79,118,101,114,108,97,121,2,6,5,106,145,165,45,27,112,144,61,2,14,217,162,131,119,150,166,35,212,109,221,182,175,29,0,16,1,22,35,100,105,118,68,105,115,97,98,108,101,100,66,97,99,107,103,114,111,117,110,100,2,4,54,143,243,251,105,234,0,186,155,158,68,231,184,71,212,195,0,16,1,14,35,112,111,112,117,112,95,119,114,97,112,112,101,114,2,9,40,16,208,8,66,60,102,31,85,38,57,216,131,218,93,182,168,43,53,110,184,129,113,63,240,102,123,37,248,91,77,0,249,69,221,135,0,16,1,11,35,115,105,116,101,45,116,101,114,109,115,2,3,59,16,195,203,212,69,124,40,231,121,60,31,0,16,1,6,35,115,112,45,99,99,2,14,2,97,104,191,5,12,89,153,11,60,154,154,22,1,201,180,40,192,222,106,57,219,238,22,70,77,207,17,112,248,156,249,139,38,187,167,171,5,171,144,178,150,51,75,186,18,182,219,213,122,113,189,232,69,31,194,0,16,1,15,35,118,105,110,101,103,97,114,45,98,111,116,116,108,101,2,37,20,31,252,222,30,148,245,112,39,6,9,49,41,4,101,149,53,212,210,97,67,133,23,38,69,207,33,1,71,22,117,79,76,128,101,128,76,192,146,206,80,15,82,5,83,159,219,183,90,233,24,161,97,25,243,149,100,222,1,81,104,71,223,213,107,208,66,210,110,149,163,130,124,48,90,131,125,17,113,96,131,95,177,223,131,119,155,200,140,44,222,239,141,236,25,94,154,39,0,73,156,187,189,4,195,39,126,200,201,189,226,116,210,94,204,70,230,221,69,138,234,193,32,132,243,27,210,195,247,212,152,41,249,151,89,12,249,230,177,61,251,137,72,113,251,146,110,140,0,8,1,19,46,97,108,101,114,116,70,111,111,116,101,114,67,111,110,116,101,110,116,2,2,38,157,76,169,178,145,153,75,0,8,1,9,46,98,97,99,107,100,114,111,112,2,3,38,156,73,42,203,216,155,168,244,100,141,81,0,8,1,18,46,98,97,114,46,106,115,120,45,51,52,49,50,50,51,48,56,53,2,3,98,205,253,12,149,36,3,172,250,23,120,177,0,8,1,7,46,98,112,71,111,117,71,2,3,7,109,76,69,86,59,237,75,101,63,11,237,0,8,1,21,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,109,111,100,97,108,2,3,38,156,73,42,203,216,155,168,244,100,141,81,0,8,1,10,46,101,49,116,114,99,112,50,49,48,2,9,47,35,212,103,84,136,31,211,92,224,67,188,98,141,49,37,128,167,176,214,166,164,208,108,181,11,9,189,200,145,103,123,244,57,62,103,0,8,1,9,46,101,51,118,52,119,108,105,48,2,4,6,127,138,25,175,10,138,152,197,101,89,118,202,33,188,54,0,16,1,8,35,112,111,112,105,110,71,65,2,1,104,40,227,48,0,8,1,17,46,99,100,107,45,111,118,101,114,108,97,121,45,112,97,110,101,2,4,166,130,220,204,166,130,221,229,166,130,224,115,166,130,224,210,0,8,1,15,46,100,105,115,99,108,97,105,109,101,114,95,98,111,120,2,4,18,214,223,202,128,0,115,172,145,87,212,221,253,120,80,116,0,8,1,9,46,116,114,97,110,115,98,111,120,2,4,18,214,223,202,128,0,115,172,145,87,212,221,253,120,80,116,0,8,1,20,46,82,101,97,99,116,77,111,100,97,108,95,95,79,118,101,114,108,97,121,2,6,55,186,145,93,125,203,167,45,127,219,176,110,148,201,255,191,149,79,144,169,158,112,73,186,0,16,1,7,35,99,111,111,107,105,101,2,128,0,0,1,89,0,153,15,216,1,60,120,221,1,135,101,198,3,172,138,63,5,219,229,253,6,186,163,249,8,76,51,64,8,199,211,189,9,56,227,106,9,117,214,165,9,156,255,121,10,214,120,249,11,204,91,126,12,45,74,250,12,57,181,138,13,107,218,19,14,145,222,115,15,241,180,218,16,158,144,53,16,239,153,51,17,62,239,15,17,166,115,206,18,73,148,95,18,182,198,113,18,219,220,10,19,113,22,176,20,100,93,223,20,249,67,35,21,165,131,3,22,70,210,254,22,91,27,103,22,122,229,57,22,175,87,71,22,254,135,147,23,59,21,149,23,194,73,88,25,17,239,37,25,41,91,148,25,247,225,49,26,102,54,1,28,103,146,217,28,208,206,142,28,227,253,185,29,120,92,242,29,169,1,188,29,186,193,14,30,15,67,102,30,146,47,218,31,40,43,86,31,73,118,209,31,73,239,50,31,214,143,242,31,239,244,121,32,102,213,31,33,35,9,59,33,37,116,127,33,42,138,87,33,59,223,14,34,39,154,159,34,42,204,10,34,93,16,158,35,97,128,26,35,150,61,53,37,86,98,1,38,157,25,24,40,214,109,227,40,221,158,171,42,89,192,240,42,110,204,204,42,137,202,14,42,146,176,72,44,10,219,32,44,173,65,240,45,112,249,16,46,238,27,198,47,86,24,29,48,95,193,205,48,177,43,155,50,112,90,155,53,86,4,196,54,64,163,41,54,197,17,133,54,199,64,30,54,222,61,18,58,72,235,51,58,122,121,148,59,2,82,101,59,172,168,118,59,198,109,124,61,184,219,184,62,67,207,51,63,237,255,174,64,154,31,141,64,220,225,95,65,104,125,195,68,27,44,161,69,118,35,99,70,43,40,36,71,85,189,194,71,133,148,59,71,233,211,53,73,225,139,145,76,127,207,36,77,22,157,25,77,96,153,207,78,59,234,88,78,157,89,151,78,221,149,212,79,0,85,244,80,82,87,29,81,178,5,113,82,64,108,14,82,86,241,228,82,128,88,12,82,160,208,58,82,163,77,71,83,175,78,98,83,248,58,13,83,249,110,50,84,26,200,0,87,22,252,153,88,227,29,76,88,251,169,20,89,94,127,87,89,107,208,54,90,122,75,228,90,207,221,156,93,136,115,232,93,235,223,234,95,69,149,211,95,81,135,182,96,216,242,47,97,151,113,229,99,13,128,250,99,50,127,39,99,107,134,15,99,109,143,247,100,135,100,189,101,36,233,208,103,50,32,221,103,75,90,109,106,84,44,83,106,132,140,39,106,162,131,161,106,176,213,194,107,193,9,38,109,154,130,115,110,29,214,175,110,137,105,23,111,52,195,37,112,71,250,201,113,84,82,60,113,91,190,174,115,113,219,2,115,227,28,226,116,36,183,17,116,61,141,111,116,101,152,96,119,157,108,122,120,62,93,175,120,66,132,22,122,138,223,95,125,208,126,10,125,232,227,15,125,251,87,163,126,27,55,36,126,100,163,20,126,191,246,112,127,50,185,160,127,97,174,239,127,98,197,164,128,38,201,143,129,187,240,209,129,245,245,135,130,25,178,10,130,241,240,226,131,179,76,198,133,175,175,168,134,129,65,23,134,192,15,224,135,79,63,174,135,156,26,106,136,37,246,149,137,153,10,68,137,170,177,7,138,5,113,239,140,11,133,75,142,133,164,207,143,187,133,7,144,61,87,196,144,187,132,85,145,244,43,127,146,184,244,38,148,158,92,70,148,225,197,18,148,252,223,16,149,63,205,30,149,114,158,172,149,177,39,206,149,242,82,138,150,57,94,147,152,171,132,104,154,100,251,18,154,110,116,58,154,247,95,141,155,29,169,92,155,197,89,206,156,62,98,34,157,29,186,74,157,69,222,117,157,133,28,89,157,166,4,207,157,246,2,109,158,76,247,158,158,85,188,173,158,87,170,39,159,160,217,231,160,164,12,146,160,210,17,112,161,43,233,254,161,191,202,150,161,205,155,29,164,44,212,52,165,23,68,46,165,62,15,105,166,33,119,152,166,182,35,111,167,49,249,7,168,60,100,83,170,85,161,106,172,197,15,252,173,57,143,135,174,161,103,212,174,239,41,85,176,134,204,200,177,146,21,5,179,126,103,13,179,209,8,36,180,65,107,82,180,200,14,83,182,111,106,142,182,225,74,193,183,3,97,209,183,80,229,210,185,55,69,160,186,66,60,208,186,86,186,220,186,239,58,222,188,207,126,80,188,250,235,183,189,74,71,68,190,13,38,244,190,81,53,243,190,81,127,255,190,81,162,217,190,148,39,154,190,198,46,123,190,225,175,54,192,14,87,140,192,148,58,122,193,62,167,217,194,235,147,118,195,6,114,178,195,95,246,53,196,32,13,219,196,205,87,27,197,160,2,202,197,181,10,161,197,229,99,104,197,246,86,108,199,111,155,120,199,163,165,26,200,208,176,138,200,217,128,52,201,22,178,95,202,44,186,85,204,54,43,18,204,236,18,216,206,155,33,102,207,66,206,35,207,180,45,224,208,251,107,69,209,102,199,234,211,56,253,198,211,110,114,45,211,126,148,88,211,182,17,223,211,183,193,107,211,189,103,17,211,239,246,1,212,217,85,168,213,86,116,42,214,235,237,107,217,1,40,94,217,224,44,217,217,235,57,11,221,22,215,146,222,187,81,220,223,106,126,128,223,127,2,185,223,162,252,229,224,62,192,251,225,64,241,248,226,106,74,44,226,117,203,27,226,165,90,224,226,180,237,119,227,135,144,172,227,172,41,37,228,126,92,15,229,107,9,21,230,167,254,170,230,212,55,201,231,171,95,80,234,14,215,0,234,237,233,178,234,254,240,228,235,26,155,38,235,57,50,81,235,131,49,200,238,61,93,83,239,130,87,193,240,6,242,58,241,149,215,249,242,133,238,14,242,231,2,96,243,213,255,77,244,252,242,100,245,160,208,251,247,43,189,73,248,69,70,189,248,156,127,55,249,84,200,235,249,112,68,173,249,214,16,64,249,248,108,96,250,114,193,36,251,76,50,11,251,220,71,225,251,230,135,22,251,240,30,59,253,224,7,1,254,71,44,115,254,112,233,124,255,168,87,11,0,16,1,8,35,99,111,111,107,105,101,115,2,128,0,0,1,183,0,176,61,125,0,187,53,33,1,54,207,73,1,128,190,183,1,187,67,99,3,15,15,9,3,180,243,97,4,49,15,234,5,46,250,124,5,107,17,83,5,112,128,144,5,187,248,88,5,237,34,15,6,90,45,252,6,143,241,14,6,206,51,157,7,6,7,8,7,68,147,20,7,160,106,123,7,246,71,77,8,201,252,212,9,154,36,117,11,115,57,56,12,82,253,193,13,36,193,198,13,133,62,208,13,169,68,129,13,188,175,230,13,203,3,234,14,21,85,48,15,33,195,129,16,4,137,76,16,67,102,40,17,16,36,68,18,215,127,242,20,220,254,117,20,243,175,252,20,244,66,15,22,82,30,138,22,193,197,44,23,107,216,128,23,133,249,148,23,158,34,237,26,96,15,26,27,71,138,176,27,93,221,10,27,98,195,61,27,209,30,21,28,172,72,252,29,44,86,191,30,105,91,223,30,175,124,103,31,73,224,220,31,119,151,15,31,237,31,121,32,128,93,6,32,229,203,10,33,39,33,6,33,181,146,78,34,53,111,40,34,154,179,182,36,7,119,167,36,64,61,162,37,203,77,232,38,99,2,86,38,108,104,228,41,16,135,126,41,44,97,175,42,37,126,210,42,117,133,166,43,50,223,104,47,16,246,83,47,57,78,18,48,27,52,230,49,146,84,0,50,169,5,110,50,208,106,74,51,237,148,159,52,7,6,123,53,245,115,115,54,212,177,10,55,165,196,223,56,24,222,173,56,48,49,138,56,97,135,186,57,185,64,112,59,28,141,207,60,9,0,9,60,239,149,93,63,106,12,15,64,10,159,235,64,47,232,104,64,164,222,42,65,223,193,192,65,227,152,60,66,64,198,176,67,84,184,16,68,160,199,185,70,0,246,196,70,68,15,235,70,132,23,221,71,98,157,215,71,223,186,108,72,172,175,10,73,25,30,22,73,29,191,99,73,139,164,58,73,179,152,47,73,187,202,243,75,239,235,42,76,209,160,71,77,164,186,214,77,194,65,65,77,240,175,103,78,99,15,254,78,117,31,154,78,196,137,218,78,212,154,7,79,81,252,11,79,158,218,180,80,205,234,130,81,125,231,79,82,37,183,20,82,115,227,23,82,119,171,32,84,0,149,202,84,130,163,31,84,215,254,154,84,239,122,104,84,239,146,240,86,156,147,118,86,207,244,225,87,68,222,235,90,42,173,195,91,21,235,206,92,3,133,60,93,78,96,212,94,122,21,31,94,141,45,171,95,3,173,91,96,91,208,175,97,0,235,246,98,18,105,33,98,56,218,112,98,110,238,85,98,176,228,116,99,8,253,109,99,69,114,192,99,201,152,8,101,145,43,27,104,64,42,162,104,221,201,118,106,4,251,12,106,94,252,196,106,162,37,94,106,193,183,104,106,218,212,185,107,13,200,179,107,88,184,118,107,123,252,106,107,239,67,233,107,248,199,139,108,16,43,239,108,98,236,15,108,232,238,46,109,15,243,34,109,25,24,156,109,72,160,95,109,184,221,239,109,208,101,202,110,190,217,71,111,11,217,79,111,151,199,240,111,168,115,158,111,198,54,10,112,37,145,192,112,48,112,226,113,6,32,71,113,43,126,98,114,102,128,163,114,153,64,228,114,192,56,212,114,218,247,183,115,123,191,60,115,146,117,113,116,54,79,51,117,103,161,89,118,183,209,34,118,189,67,13,119,204,94,185,120,148,135,97,120,180,4,111,123,125,193,174,124,75,163,29,124,97,249,41,124,253,51,49,125,126,249,133,125,214,173,91,126,109,253,9,126,146,160,158,126,160,6,162,126,183,61,223,126,211,28,117,126,217,167,57,126,224,36,140,127,3,31,177,128,33,66,78,128,81,124,201,129,52,16,228,129,75,158,112,129,174,236,253,129,178,163,29,129,188,177,104,129,201,159,168,130,56,110,254,130,195,30,84,132,70,155,58,132,76,188,159,132,124,130,236,133,227,207,249,134,160,22,150,134,226,126,75,135,199,223,133,135,245,252,123,137,225,27,87,137,225,39,250,138,57,51,181,138,91,112,236,138,244,227,154,139,20,122,237,139,63,72,44,140,125,170,244,140,155,190,119,140,219,76,122,142,7,218,69,142,17,217,211,142,169,47,2,142,203,246,18,142,233,215,98,143,113,116,248,143,116,54,101,143,190,190,232,144,48,124,176,144,103,206,11,144,196,235,211,145,19,158,36,145,47,138,46,145,164,220,160,145,212,124,236,145,238,133,35,146,15,112,143,147,124,200,159,148,185,18,173,149,255,163,17,150,26,167,10,150,36,44,118,150,83,156,48,150,162,214,59,150,169,198,104,150,222,119,93,151,92,93,186,152,208,125,167,153,147,184,190,154,15,135,197,154,224,180,2,155,128,173,225,155,212,242,154,158,215,35,202,159,30,85,188,160,103,113,201,160,164,6,67,160,221,44,117,160,243,115,93,161,101,218,47,161,105,226,18,162,182,119,154,163,26,85,98,163,55,62,226,164,106,208,149,164,112,224,180,165,62,121,162,165,128,114,238,166,209,13,221,167,254,10,250,168,111,115,54,168,253,169,176,169,80,38,19,170,85,133,246,170,225,99,175,173,133,6,77,173,238,93,10,173,239,83,188,174,16,16,19,174,22,135,128,174,48,76,177,174,241,88,133,175,48,24,36,175,218,213,116,175,218,222,253,175,218,223,58,176,66,147,152,178,219,154,14,179,194,4,178,179,237,226,61,180,73,31,199,182,29,226,9,182,49,217,99,182,175,23,206,182,175,111,37,184,49,45,159,185,7,4,97,185,44,38,44,186,163,116,143,186,163,142,2,187,127,97,43,187,203,221,106,188,180,48,35,189,254,219,109,190,49,132,35,190,66,207,126,190,67,25,21,190,79,216,167,190,81,53,243,190,201,135,140,191,9,188,178,191,30,132,9,193,64,6,241,193,82,79,14,193,166,52,152,193,219,79,145,193,241,255,115,194,14,226,86,196,99,100,224,196,124,55,13,196,179,17,198,196,216,163,184,197,22,38,57,198,24,219,68,198,35,124,144,198,120,26,85,199,65,171,159,199,94,7,173,199,204,236,230,200,75,8,180,200,121,147,108,201,10,143,102,201,136,0,165,203,20,214,115,203,40,13,202,203,100,213,159,203,217,143,73,203,233,163,183,204,50,68,161,204,138,120,130,204,164,211,63,205,8,194,179,205,250,209,228,206,99,108,172,207,11,159,145,207,36,171,97,207,198,243,12,208,55,255,234,208,254,254,128,209,95,11,154,209,200,247,110,210,215,197,26,211,104,144,84,212,24,109,162,212,133,4,19,212,226,115,130,214,175,105,176,214,194,159,145,214,227,248,184,215,152,12,121,216,48,239,252,216,49,118,127,216,86,100,21,216,117,7,93,216,220,43,5,216,227,232,180,216,247,202,26,217,63,229,11,219,123,184,73,219,135,246,132,219,151,186,211,220,25,201,108,220,55,234,36,220,90,133,80,221,14,95,60,222,40,120,119,222,108,233,141,222,246,227,161,225,4,173,42,225,42,123,61,225,163,27,225,225,166,178,197,226,116,96,103,227,66,211,127,227,89,195,223,227,135,183,59,227,135,185,158,227,183,45,79,229,106,227,231,229,250,93,228,231,159,6,139,232,232,50,24,233,224,254,7,234,13,242,245,234,227,169,137,235,33,253,186,237,66,129,173,238,201,9,61,240,74,164,169,240,91,5,15,240,232,254,186,241,187,223,82,242,170,8,156,242,237,73,240,243,230,188,0,245,29,55,226,245,113,92,141,246,133,83,107,247,175,63,17,248,141,70,235,248,204,243,255,248,208,31,136,249,22,21,149,249,71,248,164,249,250,61,215,250,103,155,146,251,72,185,30,251,139,156,108,251,205,86,246,251,238,124,222,252,183,35,39,253,141,178,240,254,76,33,168,254,98,152,118,254,125,73,131,0,16,1,36,35,114,101,97,99,116,45,114,111,111,116,32,62,32,100,105,118,32,62,32,100,105,118,32,62,32,46,114,110,45,103,118,112,110,111,104,2,1,233,150,165,244,0,0,1,47,91,100,97,116,97,45,114,101,97,99,116,114,111,111,116,93,32,62,32,91,99,108,97,115,115,93,32,43,32,91,99,108,97,115,115,93,58,108,97,115,116,45,99,104,105,108,100,2,1,233,150,165,244,0,8,1,120,46,99,115,115,45,49,100,98,106,99,52,110,46,114,45,49,50,118,102,102,107,118,32,62,32,46,114,45,49,50,118,102,102,107,118,32,62,32,46,99,115,115,45,49,100,98,106,99,52,110,91,100,97,116,97,45,116,101,115,116,105,100,61,34,66,111,116,116,111,109,66,97,114,34,93,32,62,32,46,99,115,115,45,49,100,98,106,99,52,110,46,114,45,49,97,119,111,122,119,121,46,114,45,49,115,119,51,48,103,106,46,114,45,49,53,99,101,52,118,101,2,1,233,150,165,244,0,8,1,91,46,114,45,49,51,113,122,49,117,117,46,114,45,49,102,49,115,106,103,117,46,114,45,121,109,116,116,119,53,46,114,45,49,100,55,102,118,100,106,46,114,45,49,56,117,51,55,105,122,46,114,45,49,53,99,101,52,118,101,46,114,45,49,115,119,51,48,103,106,46,114,45,49,97,119,111,122,119,121,46,99,115,115,45,49,100,98,106,99,52,110,2,1,233,150,165,244,0,8,1,90,46,114,45,49,51,113,122,49,117,117,46,114,45,49,102,49,115,106,103,117,46,114,45,121,109,116,116,119,53,46,114,45,49,100,55,102,118,100,106,46,114,45,49,56,117,51,55,105,122,46,114,45,57,104,118,114,57,51,46,114,45,49,109,51,106,120,104,106,46,114,45,49,97,119,111,122,119,121,46,99,115,115,45,49,100,98,106,99,52,110,2,1,233,150,165,244,0,8,1,90,46,114,45,49,51,113,122,49,117,117,46,114,45,116,118,118,48,56,56,46,114,45,100,57,102,100,102,54,46,114,45,49,100,55,102,118,100,106,46,114,45,49,56,117,51,55,105,122,46,114,45,49,117,112,118,114,110,48,46,114,45,49,109,51,106,120,104,106,46,114,45,49,97,119,111,122,119,121,46,99,115,115,45,49,100,98,106,99,52,110,2,1,233,150,165,244,0,8,1,89,46,114,45,49,51,113,122,49,117,117,46,114,45,116,118,118,48,56,56,46,114,45,100,57,102,100,102,54,46,114,45,49,100,55,102,118,100,106,46,114,45,49,56,117,51,55,105,122,46,114,45,113,111,48,50,119,56,46,114,45,49,109,51,106,120,104,106,46,114,45,49,97,119,111,122,119,121,46,99,115,115,45,49,100,98,106,99,52,110,2,1,233,150,165,244,0,8,1,50,46,114,45,53,107,107,106,56,100,46,114,45,49,53,51,119,52,110,118,46,114,45,49,101,52,109,97,56,57,46,114,45,113,113,52,99,121,99,46,99,115,115,45,49,55,53,111,105,50,114,2,1,233,150,165,244,0,8,1,31,46,114,110,45,103,118,112,110,111,104,46,114,110,45,101,112,115,54,110,113,46,114,110,45,49,51,113,122,49,117,117,2,1,233,150,165,244,1,128,1,89,46,68,86,87,101,98,78,111,100,101,45,99,111,110,100,105,116,105,111,110,97,108,45,115,105,116,101,45,119,105,100,101,45,119,114,97,112,112,101,114,58,104,97,115,40,91,100,97,116,97,45,116,101,115,116,105,100,61,34,99,111,110,115,101,110,116,45,114,101,106,101,99,116,45,97,108,108,45,101,110,100,112,111,105,110,116,34,93,41,2,1,235,136,141,230,1,128,1,30,46,102,105,120,101,100,58,104,97,115,40,46,99,111,111,107,105,101,115,45,115,99,114,111,108,108,98,97,114,41,2,1,72,223,254,123,1,128,1,62,46,117,110,100,101,102,105,110,101,100,58,104,97,115,40,91,100,97,116,97,45,116,101,115,116,45,115,101,108,101,99,116,111,114,61,34,99,108,105,99,107,45,116,104,101,45,99,111,111,107,105,101,45,98,97,110,110,101,114,34,93,41,2,1,44,54,111,95,1,128,1,32,46,119,97,114,110,105,110,103,58,104,97,115,40,91,100,97,116,97,45,99,111,111,107,105,101,45,116,121,112,101,93,41,2,1,167,159,83,149,1,128,1,30,91,111,112,101,110,93,58,104,97,115,40,97,91,104,114,101,102,61,34,47,99,111,111,107,105,101,115,34,93,41,2,1,221,198,235,150,1,128,1,37,98,111,100,121,32,62,32,100,105,118,32,62,32,100,105,118,58,104,97,115,40,35,106,101,110,116,105,115,95,99,111,110,115,101,110,116,41,2,1,6,15,105,241,1,128,1,71,100,105,118,91,99,108,97,115,115,94,61,34,101,108,101,109,101,110,116,115,95,95,66,97,110,110,101,114,45,34,93,58,104,97,115,40,62,32,100,105,118,32,62,32,97,91,104,114,101,102,36,61,34,45,112,114,105,118,97,99,121,45,112,111,108,105,99,121,34,93,41,2,1,86,103,239,114,1,128,1,128,0,0,0,143,98,111,100,121,32,62,32,100,105,118,58,110,111,116,40,91,99,108,97,115,115,93,41,58,110,111,116,40,91,105,100,93,41,32,62,32,100,105,118,91,99,108,97,115,115,42,61,34,32,34,93,58,104,97,115,40,62,32,100,105,118,32,62,32,100,105,118,32,62,32,100,105,118,91,99,108,97,115,115,93,32,62,32,97,91,104,114,101,102,94,61,34,104,116,116,112,115,58,47,47,112,111,108,105,99,121,46,109,101,100,105,117,109,46,99,111,109,47,109,101,100,105,117,109,45,112,114,105,118,97,99,121,45,112,111,108,105,99,121,45,34,93,41,2,12,37,136,114,91,63,37,190,213,84,235,216,180,91,6,153,243,101,143,96,236,180,183,171,52,186,53,126,192,187,17,209,80,197,109,57,59,208,101,197,250,216,221,96,124,220,157,208,81,1,128,1,88,100,105,118,58,104,97,115,40,100,105,118,91,114,111,108,101,61,39,97,108,101,114,116,39,93,32,62,32,97,91,104,114,101,102,94,61,34,104,116,116,112,115,58,47,47,112,111,108,105,99,121,46,109,101,100,105,117,109,46,99,111,109,47,109,101,100,105,117,109,45,112,114,105,118,97,99,121,45,112,111,108,105,99,121,45,34,93,41,2,12,37,136,114,91,63,37,190,213,84,235,216,180,91,6,153,243,101,143,96,236,180,183,171,52,186,53,126,192,187,17,209,80,197,109,57,59,208,101,197,250,216,221,96,124,220,157,208,81,0,16,1,13,35,97,108,101,114,116,95,99,111,111,107,105,101,2,2,61,147,207,155,122,172,214,171,0,16,1,4,35,99,99,99,2,1,38,157,49,63,0,16,1,10,35,99,109,112,66,97,110,110,101,114,2,1,106,115,255,109,0,16,1,15,35,99,111,110,115,101,110,116,45,98,97,110,110,101,114,2,1,54,177,79,0,0,16,1,13,35,99,111,110,115,101,110,116,45,98,117,109,112,2,64,3,72,216,139,6,166,164,156,6,198,100,184,12,18,58,115,13,185,241,147,15,171,145,27,15,250,36,121,24,126,113,57,26,95,191,185,28,19,19,53,29,60,165,77,31,95,52,221,36,12,127,229,36,229,81,100,46,242,180,11,52,135,120,15,55,211,183,17,56,60,70,171,59,93,198,144,62,103,215,201,63,34,96,149,63,81,71,251,64,206,183,187,72,103,87,85,84,198,170,46,85,85,109,156,86,18,88,41,86,114,242,155,86,244,66,182,87,205,250,216,94,185,148,62,98,50,254,112,100,16,26,123,102,27,154,48,107,236,201,47,110,179,111,50,117,9,111,0,122,47,93,232,130,50,141,218,133,224,147,65,145,149,122,102,152,1,26,100,152,13,220,66,158,82,140,165,160,212,16,58,172,36,156,208,174,147,36,59,183,73,70,89,191,14,137,67,192,222,35,204,193,25,57,108,204,19,128,230,208,24,100,61,208,231,38,163,209,44,200,27,210,38,56,28,210,228,80,31,210,244,62,121,211,117,238,42,214,129,87,123,229,74,154,114,232,223,192,206,241,161,12,171,251,156,20,221,0,16,1,18,35,99,111,111,107,105,101,45,100,105,115,99,108,111,115,117,114,101,2,1,104,78,245,96,0,16,1,21,35,99,111,111,107,105,101,45,112,111,108,105,99,121,45,98,97,110,110,101,114,2,1,173,38,68,160,0,16,1,12,35,99,111,111,107,105,101,65,108,101,114,116,2,2,111,113,177,53,254,102,217,189,0,16,1,26,35,99,111,111,107,105,101,68,105,115,99,108,97,105,109,101,114,67,111,110,116,97,105,110,101,114,2,1,207,43,250,236,0,16,1,27,35,99,111,111,107,105,101,95,100,105,114,101,99,116,105,118,101,95,99,111,110,116,97,105,110,101,114,2,1,149,154,95,1,0,16,1,13,35,99,111,111,107,105,101,95,112,111,112,117,112,2,3,16,169,110,227,106,135,223,17,130,213,158,160,0,16,1,10,35,99,111,111,107,105,101,98,97,114,2,1,214,194,44,29,0,16,1,19,35,99,111,111,107,105,101,115,95,102,111,111,116,101,114,95,115,101,99,2,1,54,26,207,222,0,16,1,12,35,101,110,115,66,97,110,110,101,114,66,71,2,3,82,179,88,117,166,203,101,165,173,103,146,29,0,16,1,16,35,101,110,115,78,111,116,105,102,121,66,97,110,110,101,114,2,3,82,179,88,117,166,203,101,165,173,103,146,29,0,16,1,17,35,101,117,45,99,111,111,107,105,101,45,112,111,108,105,99,121,2,1,142,14,98,194,0,16,1,22,35,101,117,95,99,111,111,107,105,101,115,95,100,105,115,99,108,97,105,109,101,114,2,1,156,232,148,85,0,16,1,19,35,103,100,112,114,45,99,111,111,107,105,101,45,110,111,116,105,99,101,2,1,49,48,49,21,0,16,1,10,35,103,100,112,114,45,119,97,108,108,2,1,114,106,73,0,0,16,1,10,35,103,100,112,114,112,111,112,117,112,2,1,142,211,251,152,0,16,1,19,35,116,99,45,112,114,105,118,97,99,121,45,119,114,97,112,112,101,114,2,1,182,132,160,154,0,16,1,8,35,117,100,116,68,97,114,107,2,1,124,175,131,47,0,8,1,7,46,97,115,45,111,105,108,2,2,27,103,62,6,27,116,250,103,0,8,1,23,46,98,117,105,108,100,101,114,105,117,115,67,111,111,107,105,101,78,111,116,105,99,101,2,1,38,43,205,53,0,8,1,14,46,99,45,115,105,116,101,45,97,108,101,114,116,115,2,1,111,146,187,146,0,8,1,8,46,99,97,95,119,114,97,112,2,1,38,157,179,147,0,8,1,10,46,99,99,95,98,97,110,110,101,114,2,2,152,67,148,253,172,161,123,189,0,8,1,14,46,99,111,110,115,101,110,116,45,112,111,112,117,112,2,1,112,22,124,189,0,8,1,12,46,99,111,111,107,105,101,45,105,110,102,111,2,2,36,207,42,77,125,134,67,200,0,8,1,11,46,99,111,111,107,105,101,45,108,97,119,2,1,38,201,222,92,0,8,1,21,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,98,97,110,110,101,114,2,1,141,253,6,70,0,8,1,18,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,98,111,120,2,1,70,77,253,152,0,8,1,16,46,99,111,111,107,105,101,65,99,99,101,112,116,66,111,120,2,1,241,228,210,40,0,8,1,13,46,99,111,111,107,105,101,66,97,110,110,101,114,2,1,38,157,28,48,0,8,1,20,46,99,111,111,107,105,101,80,111,108,105,99,121,66,66,111,116,116,111,109,2,1,126,15,243,55,0,8,1,21,46,99,111,111,107,105,101,115,45,98,97,110,100,45,111,118,101,114,108,97,121,2,1,196,170,120,0,0,8,1,13,46,103,100,112,114,45,109,101,115,115,97,103,101,2,3,38,157,45,86,184,140,202,83,219,20,36,56,0,8,1,17,46,104,120,95,99,111,111,107,105,101,45,98,97,110,110,101,114,2,1,95,156,229,149,0,8,1,23,46,108,101,103,97,108,45,98,97,110,110,101,114,45,99,111,109,112,111,110,101,110,116,2,1,124,141,0,80,0,8,1,14,46,108,111,119,101,115,116,45,116,101,97,115,101,114,2,1,173,137,238,209,0,8,1,12,46,109,45,97,103,114,101,101,109,101,110,116,2,1,148,199,178,32,0,8,1,16,46,110,108,45,99,111,111,107,105,101,112,111,108,105,99,121,2,1,126,159,132,157,0,8,1,22,46,112,97,114,107,45,115,110,97,99,107,98,97,114,45,99,111,111,107,105,101,115,2,1,68,43,189,44,0,8,1,16,46,112,114,105,118,97,99,121,45,119,114,97,112,112,101,114,2,1,3,39,9,106,0,8,1,27,46,117,49,50,45,100,97,116,97,45,112,114,111,116,101,99,116,105,111,110,45,110,111,116,105,99,101,2,1,233,150,165,244,0,8,1,16,46,122,101,112,104,114,45,99,111,109,112,111,110,101,110,116,2,1,104,168,162,49,0,0,1,16,97,112,112,45,99,111,111,107,105,101,45,112,111,112,117,112,2,1,162,243,67,88,0,0,1,21,100,105,118,35,99,109,112,45,97,112,112,45,99,111,110,116,97,105,110,101,114,2,1,175,60,74,16,0,0,1,20,116,105,107,116,111,107,45,99,111,111,107,105,101,45,98,97,110,110,101,114,2,1,66,46,160,42,0,8,1,17,46,103,98,110,101,119,45,99,111,111,107,105,101,45,98,97,114,2,2,76,204,201,79,167,151,9,45,0,16,5,4,35,97,112,112,2,2,27,95,86,155,216,116,37,43,26,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,0,16,5,21,35,111,110,101,116,114,117,115,116,45,99,111,110,115,101,110,116,45,115,100,107,2,1,73,191,207,62,13,100,105,115,112,108,97,121,58,32,110,111,110,101,0,16,5,8,35,119,114,97,112,112,101,114,2,2,33,223,13,193,224,160,44,249,26,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,1,128,5,71,46,99,111,110,116,97,105,110,101,114,58,104,97,115,40,46,99,111,110,115,101,110,116,45,98,108,111,99,107,105,110,103,45,101,109,98,101,100,45,109,101,115,115,97,103,101,41,32,126,32,35,111,110,101,116,114,117,115,116,45,99,111,110,115,101,110,116,45,115,100,107,2,1,73,191,207,62,25,100,105,115,112,108,97,121,58,32,98,108,111,99,107,32,33,105,109,112,111,114,116,97,110,116,0,8,1,26,46,99,111,111,107,105,101,45,100,105,97,108,111,103,46,109,101,103,97,45,100,105,97,108,111,103,2,2,55,14,235,93,103,195,40,99,0,8,1,18,46,102,109,45,100,105,97,108,111,103,45,111,118,101,114,108,97,121,2,2,55,14,235,93,103,195,40,99,0,8,5,12,46,102,117,108,108,46,98,108,117,114,101,100,2,1,91,17,129,193,24,102,105,108,116,101,114,58,32,110,111,110,101,32,33,105,109,112,111,114,116,97,110,116,59,0,0,5,4,98,111,100,121,2,1,118,27,7,221,27,112,111,115,105,116,105,111,110,58,32,115,116,97,116,105,99,32,33,105,109,112,111,114,116,97,110,116,0,8,5,11,46,109,111,100,97,108,45,111,112,101,110,2,1,79,14,186,81,55,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,97,100,100,105,110,103,45,114,105,103,104,116,58,32,48,32,33,105,109,112,111,114,116,97,110,116,59,0,8,5,36,46,111,118,101,114,108,97,121,101,100,32,46,98,111,116,116,111,109,45,112,97,103,101,46,115,99,114,111,108,108,45,98,108,111,99,107,2,2,55,14,235,93,103,195,40,99,56,102,105,108,116,101,114,58,32,110,111,110,101,32,33,105,109,112,111,114,116,97,110,116,59,32,45,119,101,98,107,105,116,45,102,105,108,116,101,114,58,32,110,111,110,101,32,33,105,109,112,111,114,116,97,110,116,0,8,5,15,46,119,114,97,112,112,101,114,46,98,108,117,114,101,100,2,3,3,158,31,168,6,253,13,56,74,41,218,104,24,102,105,108,116,101,114,58,32,110,111,110,101,32,33,105,109,112,111,114,116,97,110,116,59,0,0,5,9,98,111,100,121,44,104,116,109,108,2,27,12,69,206,21,24,15,30,116,29,171,122,164,33,26,151,228,43,129,86,39,44,148,137,164,46,3,65,69,59,91,47,186,104,62,114,245,123,117,211,38,123,117,211,38,126,61,4,129,128,47,248,183,137,232,35,216,144,14,34,87,148,159,167,59,158,100,4,187,177,9,21,40,180,57,145,106,182,132,160,154,190,1,13,143,201,18,214,144,201,126,135,157,234,50,247,22,237,101,181,24,242,231,20,106,242,231,115,104,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,0,5,9,98,111,100,121,44,104,116,109,108,2,128,0,0,2,34,0,106,238,69,1,11,43,133,1,31,94,79,1,228,194,164,2,32,4,220,2,99,68,170,2,180,184,185,3,221,144,204,3,225,33,202,4,245,233,82,5,19,152,115,5,195,142,180,5,197,48,119,5,197,128,115,6,51,68,43,6,201,238,36,6,231,82,200,7,27,82,234,7,162,61,159,8,5,21,210,8,112,200,90,8,249,18,245,9,166,155,248,9,188,99,18,10,47,119,45,10,239,0,117,11,100,248,122,12,162,233,111,13,133,105,221,13,229,238,255,14,253,99,170,15,101,177,138,16,80,223,208,18,100,213,80,18,225,113,107,19,146,191,189,19,155,89,114,19,242,67,232,20,160,40,179,22,83,84,209,23,214,144,227,24,105,243,16,24,220,39,8,25,24,18,143,26,249,103,30,27,105,173,217,27,105,176,211,27,121,128,12,27,143,85,196,29,7,186,167,29,48,86,73,29,131,69,137,30,196,120,72,30,245,179,140,31,24,58,156,31,205,139,61,32,20,76,84,32,121,49,135,32,166,173,95,33,114,87,104,34,99,51,177,34,112,119,125,35,114,222,46,36,74,62,128,36,111,67,223,36,172,254,160,37,0,214,128,37,190,113,74,38,88,51,179,40,5,180,134,40,209,59,191,40,233,190,112,41,193,244,95,41,197,115,71,43,188,37,115,43,220,2,28,43,234,32,59,44,44,50,184,44,98,66,146,45,79,208,114,45,80,97,220,45,123,41,147,45,250,21,95,46,96,57,22,46,121,43,12,46,255,150,126,47,105,88,193,47,117,163,85,47,140,212,54,47,164,11,78,47,180,211,55,47,248,103,212,48,72,118,44,48,81,214,135,48,254,8,250,49,17,166,18,49,30,76,101,49,81,7,155,49,184,185,149,50,136,115,121,50,187,213,224,50,216,116,140,52,179,241,149,53,219,106,42,54,162,60,139,55,36,119,126,55,174,250,229,55,220,145,37,55,234,238,179,56,187,206,18,57,23,37,123,57,225,64,90,58,53,26,171,62,237,49,68,63,33,221,45,63,54,208,56,63,60,250,15,63,119,206,60,63,164,38,62,64,72,21,132,65,36,162,50,65,99,84,19,66,143,94,11,68,52,173,83,68,118,236,166,72,139,195,89,73,185,43,61,73,210,79,67,74,87,141,170,75,79,197,104,75,214,65,32,76,80,230,132,76,195,181,165,77,21,178,74,77,66,238,186,77,108,72,175,77,125,177,44,79,22,3,236,79,28,129,175,79,124,141,146,79,153,245,136,81,74,82,189,82,41,186,53,82,84,226,218,82,252,232,201,83,174,29,18,84,231,215,111,85,9,33,57,85,195,143,71,86,72,169,202,87,151,63,153,87,201,235,203,88,136,162,166,89,240,143,125,89,250,235,101,90,5,245,122,90,177,250,111,90,205,36,145,90,222,62,101,91,6,61,207,91,38,201,177,91,64,3,6,92,167,97,60,92,202,7,145,94,133,172,30,94,168,182,149,95,30,189,95,95,51,65,181,95,52,234,42,96,152,107,1,96,228,222,49,96,242,224,18,96,249,137,194,97,27,236,142,97,94,216,16,97,154,89,197,97,169,97,253,97,215,207,210,98,5,138,13,98,140,180,22,98,203,191,236,99,127,49,174,99,129,28,60,100,5,164,33,100,248,193,125,101,13,208,183,101,23,129,38,101,149,154,90,101,227,144,63,101,234,247,76,102,67,82,89,102,223,215,12,103,19,92,82,103,49,1,21,104,247,212,242,105,44,110,148,105,231,8,238,106,22,201,115,106,204,145,155,107,46,202,135,107,63,43,50,108,83,123,67,109,119,134,94,109,230,219,22,109,239,66,250,109,255,58,35,110,102,124,222,110,132,56,7,112,34,89,251,112,176,252,129,112,243,226,1,113,71,99,151,113,231,212,96,114,229,117,243,115,0,208,108,115,76,9,168,115,140,180,87,115,188,80,93,116,33,62,32,117,65,169,250,117,165,179,145,118,5,129,76,118,125,112,131,118,152,30,104,118,227,144,153,119,72,228,42,119,158,64,101,120,76,3,238,120,142,148,106,121,42,184,112,122,241,164,172,123,14,188,138,123,76,39,185,123,156,214,228,123,245,210,151,124,172,135,144,126,22,115,196,126,159,247,208,126,243,151,235,127,56,109,227,127,93,124,105,127,148,114,179,128,87,244,163,128,175,17,223,129,35,167,165,129,86,152,59,129,140,116,65,129,206,220,23,129,247,230,164,130,16,89,136,130,85,33,172,130,128,5,163,131,49,12,34,131,205,199,210,132,59,87,240,133,168,28,177,134,168,219,230,135,41,102,210,135,86,131,12,135,179,19,203,136,68,237,63,136,74,118,71,136,239,79,31,138,15,55,72,138,54,31,3,138,67,238,56,138,160,250,148,139,22,115,77,139,74,4,44,139,93,23,132,139,99,161,111,142,37,204,216,142,37,215,194,142,119,34,204,143,117,224,155,143,247,46,188,144,114,209,196,145,94,149,129,145,180,103,77,145,219,251,30,146,2,253,104,146,7,7,46,146,9,224,214,146,97,201,138,147,105,212,67,147,241,190,65,148,180,2,87,148,186,151,254,148,201,198,110,149,61,224,166,149,117,53,72,150,86,74,99,150,119,75,132,150,215,66,40,151,193,189,204,152,106,152,37,152,197,90,108,154,57,129,198,155,176,210,102,156,62,8,32,156,242,160,60,157,20,65,107,157,49,204,221,158,93,215,44,159,109,226,17,159,177,176,174,159,214,176,53,160,163,225,9,161,182,73,124,162,45,36,120,163,3,116,103,163,200,215,195,163,224,55,5,164,7,154,215,164,111,240,197,164,131,235,254,165,21,143,180,165,84,149,78,165,197,46,151,165,208,240,21,166,53,41,6,166,60,196,183,166,135,88,206,167,91,255,127,167,221,164,49,168,36,71,230,168,81,220,230,168,130,91,20,168,130,91,89,168,146,211,205,168,179,141,22,169,92,171,187,169,208,243,253,170,90,44,90,170,158,94,119,170,186,57,47,170,189,162,33,170,223,136,142,171,12,108,39,171,61,145,217,171,191,165,169,173,43,255,219,174,34,26,168,174,67,204,156,174,87,210,77,174,236,193,74,175,47,41,180,176,28,234,63,176,38,69,179,176,168,16,229,176,214,32,91,177,78,54,71,177,82,23,173,177,84,195,135,178,53,247,54,178,242,57,61,179,54,98,251,179,246,70,248,179,252,1,196,180,20,20,128,180,42,128,209,181,92,93,121,181,103,133,17,181,192,2,209,182,118,76,194,182,131,103,46,183,19,47,126,183,234,128,238,184,54,253,127,185,143,10,187,186,17,0,118,186,171,68,163,187,163,2,68,188,0,105,156,188,90,90,104,189,123,157,26,189,136,247,223,189,220,209,138,189,246,46,204,190,81,6,164,190,166,218,36,192,98,74,80,192,150,133,185,192,160,196,151,192,211,138,241,193,20,199,155,193,30,27,169,194,30,241,234,194,197,250,217,195,233,130,182,196,98,108,140,197,185,76,77,197,246,170,113,198,16,206,85,198,70,124,231,199,21,198,3,199,85,110,85,199,192,4,52,199,238,105,254,201,8,173,250,201,55,92,33,201,132,145,170,201,171,1,21,202,20,192,118,202,71,166,237,202,90,80,30,202,123,79,97,202,187,104,110,202,197,92,97,203,23,240,242,203,72,4,52,203,218,117,105,205,85,108,188,205,103,243,180,205,139,105,156,206,73,128,129,206,131,21,107,208,19,207,93,208,165,100,125,208,209,244,95,209,90,90,225,209,104,148,22,209,234,234,206,210,85,214,148,211,47,240,202,211,142,107,111,211,229,179,172,212,0,133,15,212,88,206,32,212,143,13,204,212,147,255,90,212,166,187,95,212,167,82,53,212,252,75,230,212,254,196,217,213,21,222,173,213,57,36,87,213,78,130,247,213,150,119,231,213,180,187,136,215,152,24,124,215,152,89,224,215,254,223,253,216,116,110,193,217,89,86,255,217,138,217,255,218,69,185,178,218,104,112,114,218,179,102,114,219,20,36,56,219,195,250,244,219,247,98,37,220,74,155,110,221,50,177,185,221,98,227,202,221,132,49,91,222,185,79,167,223,21,35,186,223,77,136,235,223,79,166,12,223,179,156,238,224,25,143,141,224,80,66,167,224,217,11,30,225,149,21,50,226,214,22,66,227,21,32,196,227,183,238,17,228,106,169,19,228,142,13,239,228,145,154,151,229,50,211,241,229,125,178,249,229,137,84,105,229,243,46,119,230,58,218,156,230,71,119,4,230,82,201,5,230,99,178,240,231,28,114,150,231,169,20,32,231,198,185,139,231,246,76,113,232,102,57,148,232,139,12,123,233,95,91,1,233,116,94,191,233,168,143,158,234,97,192,126,234,133,81,255,234,162,5,2,234,205,190,59,235,198,217,146,236,156,183,226,236,175,246,7,236,255,61,13,237,5,172,200,238,40,98,202,238,85,209,138,238,139,88,175,238,156,121,163,238,254,75,84,239,79,128,25,239,110,160,188,239,181,97,194,240,222,163,61,241,45,91,162,241,100,52,107,241,147,80,46,241,242,69,91,242,81,114,208,242,112,38,63,242,121,41,147,242,231,23,96,242,231,149,26,242,231,162,172,243,130,144,134,244,99,23,123,245,134,194,212,245,220,43,96,246,151,134,93,247,202,203,178,247,207,85,99,248,35,161,109,248,77,244,136,248,145,69,50,248,162,153,145,248,199,98,18,249,25,185,62,249,36,43,13,249,139,19,220,249,142,131,80,250,12,8,186,250,29,71,141,250,141,135,15,251,97,129,212,251,155,133,9,251,164,162,15,251,224,145,55,252,165,59,17,252,243,135,192,253,23,159,122,253,143,254,164,254,141,69,159,254,145,212,146,255,222,12,168,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,0,5,20,98,111,100,121,46,99,111,110,115,101,110,116,45,111,118,101,114,108,97,121,2,1,41,152,61,78,24,111,118,101,114,102,108,111,119,58,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,0,5,15,98,111,100,121,46,109,111,100,97,108,45,111,112,101,110,2,2,81,123,231,114,127,22,176,209,24,111,118,101,114,102,108,111,119,58,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,1,128,5,102,98,111,100,121,58,104,97,115,40,100,105,118,91,99,108,97,115,115,42,61,34,83,116,121,108,101,100,34,93,91,99,108,97,115,115,42,61,34,67,111,110,116,97,105,110,101,114,34,93,32,91,100,97,116,97,45,116,101,115,116,105,100,61,34,98,98,99,45,108,111,103,111,45,119,114,97,112,112,101,114,34,93,41,32,62,32,46,102,99,45,99,111,110,115,101,110,116,45,114,111,111,116,2,1,38,157,104,207,24,100,105,115,112,108,97,121,58,32,102,108,101,120,32,33,105,109,112,111,114,116,97,110,116,0,0,5,26,100,105,118,91,99,108,97,115,115,61,34,97,112,112,45,99,111,110,116,97,105,110,101,114,34,93,2,1,86,95,75,101,43,102,105,108,116,101,114,58,110,111,110,101,32,33,105,109,112,111,114,116,97,110,116,59,111,112,97,99,105,116,121,58,49,32,33,105,109,112,111,114,116,97,110,116,0,0,5,4,104,116,109,108,2,46,0,200,68,89,21,172,189,110,27,102,130,230,28,234,3,136,43,132,77,112,46,10,37,63,53,239,122,245,55,83,118,72,61,143,88,155,65,215,162,25,89,216,64,140,91,57,105,197,97,3,148,116,104,56,212,180,121,145,191,65,125,22,59,63,129,187,226,174,133,93,2,27,135,54,174,3,138,224,198,215,139,56,140,205,140,190,103,25,151,230,57,26,158,198,180,50,162,193,165,63,170,46,199,87,175,74,143,118,180,214,39,56,189,228,31,115,191,226,99,191,198,236,35,253,203,93,52,106,206,67,191,83,207,114,240,198,213,198,254,229,218,42,20,132,219,43,227,24,221,181,58,112,222,4,108,102,224,33,80,177,224,35,169,64,225,148,20,206,229,244,167,59,232,237,143,111,233,65,219,112,255,156,155,225,25,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,0,5,4,104,116,109,108,2,2,4,51,252,17,181,217,105,31,79,112,111,115,105,116,105,111,110,58,32,115,116,97,116,105,99,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,119,105,100,116,104,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,0,0,5,1,42,2,103,2,214,244,237,3,28,179,34,3,86,133,11,6,114,136,187,7,248,34,209,8,129,165,37,8,220,31,26,11,207,159,118,12,239,86,114,13,150,82,180,14,101,187,105,14,108,84,199,18,48,69,33,19,131,81,165,21,178,25,59,27,95,86,155,29,131,69,137,30,164,191,17,30,173,82,78,30,248,7,116,31,198,235,139,36,80,170,114,39,209,196,53,44,13,168,173,46,244,202,176,51,47,176,201,51,118,176,188,54,21,35,237,56,143,157,91,60,220,225,5,63,25,15,246,66,223,145,120,66,243,23,99,70,244,190,141,77,44,1,200,79,130,191,241,81,213,211,234,82,42,174,143,84,32,95,63,88,206,243,169,90,238,91,43,92,188,66,171,93,224,113,230,95,80,217,233,101,172,180,79,106,211,223,79,114,171,68,104,120,33,139,141,126,167,161,129,127,239,109,212,129,99,147,89,136,32,82,248,140,138,97,54,144,114,209,196,144,241,105,171,149,138,69,197,149,143,61,160,151,164,170,10,154,166,145,127,157,8,41,79,159,119,250,236,159,124,171,99,161,253,1,67,163,233,152,134,167,37,150,248,167,112,61,173,168,67,123,82,169,172,222,70,172,30,142,69,172,99,190,42,174,222,214,246,176,34,83,109,176,67,142,12,180,75,221,215,181,62,165,162,182,5,129,132,182,215,123,189,186,20,91,46,190,0,254,171,190,170,110,110,192,114,143,95,200,155,109,60,201,171,1,21,203,252,59,125,204,5,247,243,206,124,178,18,206,131,54,197,207,216,139,196,208,238,179,108,216,116,37,43,217,143,122,76,217,163,201,165,220,8,51,157,227,87,141,23,228,57,53,87,229,128,174,152,231,134,6,117,242,48,32,37,242,81,140,25,245,40,89,243,247,119,240,1,249,22,190,60,253,36,70,102,23,102,105,108,116,101,114,58,32,110,111,110,101,32,33,105,109,112,111,114,116,97,110,116,0,0,5,1,42,2,5,11,207,159,118,102,98,8,133,192,114,143,95,198,16,206,85,249,121,247,62,22,111,112,97,99,105,116,121,58,32,49,32,33,105,109,112,111,114,116,97,110,116,59,0,0,5,9,98,111,100,121,44,104,116,109,108,2,24,4,33,87,11,15,200,50,173,18,48,33,240,22,102,191,59,22,244,230,143,24,15,30,116,38,157,169,184,47,252,251,73,54,17,4,250,57,213,190,162,94,161,0,212,95,194,174,230,97,111,131,58,126,26,136,131,131,215,166,5,152,186,58,153,191,191,162,49,198,218,75,81,199,61,109,193,209,65,250,139,209,82,101,87,213,180,187,136,234,157,37,42,254,18,238,120,26,112,111,115,105,116,105,111,110,58,32,117,110,115,101,116,32,33,105,109,112,111,114,116,97,110,116,0,0,5,4,98,111,100,121,2,6,32,230,117,142,81,156,104,22,155,36,22,25,190,147,247,253,197,215,202,131,224,166,30,95,27,111,118,101,114,102,108,111,119,58,32,115,99,114,111,108,108,32,33,105,109,112,111,114,116,97,110,116,0,0,5,4,98,111,100,121,2,128,0,0,1,90,0,0,172,144,0,240,149,40,1,189,186,229,3,127,238,110,4,74,93,149,4,191,184,28,4,211,70,19,5,140,23,52,6,10,232,162,6,246,236,191,7,40,111,62,7,236,55,34,8,76,251,196,8,86,212,82,8,220,31,26,9,75,42,243,9,109,46,222,9,167,165,244,10,78,145,86,10,229,226,23,11,31,170,22,11,53,120,21,13,135,226,149,13,214,47,138,15,235,67,169,16,6,127,34,16,68,96,128,16,219,6,163,17,149,186,203,17,171,205,212,19,172,79,15,20,210,155,179,20,233,23,212,21,127,55,96,22,225,138,73,23,39,63,60,23,96,42,93,23,124,98,162,24,97,194,251,24,105,135,61,24,155,236,108,26,173,135,161,27,105,83,31,29,248,224,186,31,62,103,85,31,226,137,61,33,145,79,97,33,147,227,9,34,92,159,74,34,102,98,156,34,125,18,10,34,164,217,85,35,253,99,181,36,44,150,204,36,80,190,85,38,80,33,63,38,157,52,85,38,157,104,207,38,197,13,248,39,110,234,107,40,13,189,81,40,160,57,139,42,11,114,238,44,44,148,35,45,94,94,128,46,0,223,103,46,117,89,18,48,50,228,33,49,214,49,117,50,193,3,80,51,47,176,201,51,118,176,188,51,239,231,92,52,22,9,246,52,39,42,100,52,112,49,133,52,244,83,226,53,223,166,223,54,51,242,254,55,86,205,100,56,5,113,58,57,34,126,39,58,201,54,18,59,6,15,106,62,81,103,83,62,98,35,162,62,207,13,234,64,180,75,113,64,241,146,254,65,148,168,225,66,97,143,7,66,213,91,158,66,223,145,120,67,167,33,167,69,223,1,193,70,236,194,129,70,244,190,141,73,26,242,192,73,178,240,77,75,143,213,69,76,242,194,162,77,65,140,87,80,178,160,96,81,221,227,125,82,155,209,55,83,74,51,11,83,146,197,207,83,215,70,176,83,254,0,96,84,225,243,86,85,192,146,115,86,68,82,72,87,200,247,70,88,206,193,214,89,134,88,127,89,215,159,96,89,226,116,131,89,240,120,220,89,240,146,167,90,160,61,165,90,222,192,102,91,80,194,97,91,148,181,182,91,217,246,30,92,145,212,209,92,184,154,91,93,123,67,174,94,89,105,107,95,213,49,37,96,248,24,9,97,66,197,170,97,98,108,97,99,175,215,42,100,71,215,91,101,34,217,68,101,63,62,102,106,44,19,122,106,211,223,79,109,49,62,114,111,74,105,39,111,195,203,161,112,0,40,162,112,120,144,181,114,171,68,104,114,182,245,249,115,58,41,212,117,16,84,134,117,52,105,24,118,33,25,1,120,9,172,67,121,61,154,225,121,195,1,229,121,197,122,200,121,213,17,6,122,171,1,91,124,61,220,196,124,226,226,31,125,40,205,2,126,5,249,235,126,23,191,35,127,46,223,14,127,109,233,244,127,181,244,212,127,198,177,82,127,201,124,8,127,219,176,110,129,25,115,121,129,35,168,175,130,25,28,205,130,65,130,92,131,134,9,125,131,181,205,125,132,79,51,32,133,161,250,65,134,153,93,38,135,133,64,22,135,220,174,196,136,32,52,38,136,132,131,48,137,65,7,137,137,255,116,205,139,13,88,129,139,94,71,105,139,95,45,132,140,17,225,5,140,138,97,54,140,228,184,155,141,39,104,22,143,157,226,151,144,159,197,195,144,244,229,15,145,102,180,1,146,88,80,23,146,149,79,23,147,237,107,127,147,244,199,200,148,2,233,226,148,107,239,124,148,220,136,194,149,111,115,137,150,133,192,136,150,173,116,246,150,191,17,246,152,59,11,173,152,202,49,87,153,97,244,71,154,197,97,224,155,47,91,52,155,143,90,73,156,18,39,182,156,219,214,38,157,97,23,76,158,34,82,4,158,107,241,156,159,124,171,99,159,154,195,195,160,18,124,57,161,188,5,65,162,127,244,0,163,110,104,168,164,150,9,185,165,179,224,92,167,237,61,197,168,98,136,192,168,115,57,93,168,207,90,191,168,223,3,118,170,0,42,89,170,33,178,69,170,207,221,200,171,26,82,178,171,27,192,149,171,164,43,52,173,40,170,137,173,128,224,136,173,189,154,44,173,206,31,175,174,21,21,111,174,94,177,182,176,34,83,109,176,67,142,12,180,255,3,88,181,39,62,49,184,116,197,190,185,10,100,128,185,56,19,25,185,101,114,144,186,21,88,153,187,18,226,198,188,230,247,171,189,13,198,197,190,14,113,160,190,81,78,81,190,81,126,9,190,148,39,154,190,148,87,98,190,148,116,1,190,190,181,101,193,165,183,148,195,255,151,31,196,141,197,203,197,8,125,148,197,137,136,240,197,215,255,18,198,151,82,152,198,209,13,149,199,154,133,188,199,201,96,156,200,117,95,197,200,155,109,60,201,4,218,84,201,58,100,60,201,251,87,207,202,76,187,112,202,187,84,56,202,254,247,233,203,171,122,52,204,160,32,94,206,17,82,203,208,194,145,184,209,50,247,137,209,71,7,226,209,189,210,65,210,1,62,179,211,32,26,173,213,140,152,2,213,213,21,137,214,47,197,181,215,142,227,255,215,180,61,79,216,55,120,88,216,103,60,171,217,181,109,124,218,73,211,30,219,33,1,161,219,43,142,23,219,181,173,4,219,234,26,122,220,136,233,64,220,161,29,64,220,244,135,81,221,65,143,14,222,169,20,255,222,223,19,181,225,109,60,0,225,135,157,214,226,106,183,120,227,122,131,102,227,175,14,130,228,78,122,250,229,128,174,152,229,163,198,99,229,206,64,192,231,90,231,159,231,134,6,117,233,26,40,213,233,57,31,65,233,233,143,130,234,36,93,207,235,114,219,202,236,44,189,59,236,145,237,200,236,164,82,235,240,219,179,226,241,147,125,138,242,13,90,212,242,48,32,37,242,81,140,25,242,231,70,49,244,52,4,127,244,98,185,169,245,40,89,243,245,239,199,68,245,251,61,145,246,229,57,98,247,201,11,11,247,231,49,126,248,56,28,41,249,70,123,166,249,93,78,0,250,251,160,174,251,11,116,119,252,122,25,34,252,212,4,88,252,242,250,38,254,31,120,145,26,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,11,35,71,68,80,82,45,109,111,100,97,108,2,1,190,81,78,81,0,16,1,47,35,95,95,116,101,97,108,105,117,109,71,68,80,82,101,99,77,111,100,97,108,32,62,32,35,112,114,105,118,97,99,121,45,108,97,121,101,114,95,95,119,114,97,112,112,101,114,2,2,47,105,88,193,229,243,46,119,0,16,1,6,35,99,111,76,97,98,2,2,138,54,31,3,224,25,143,141,0,16,1,8,35,99,111,110,115,101,110,116,2,1,153,97,244,71,0,16,1,17,35,99,111,110,115,101,110,116,95,95,111,118,101,114,108,97,121,2,1,153,97,244,71,0,16,1,31,35,99,111,111,107,105,101,45,110,111,116,105,99,101,45,108,105,103,104,116,98,111,120,45,111,118,101,114,108,97,121,2,1,165,179,224,92,0,16,1,18,35,99,111,111,107,105,101,66,97,110,110,101,114,77,111,100,97,108,2,1,44,44,148,35,0,16,1,16,35,99,111,111,107,105,101,95,115,101,116,116,105,110,103,115,2,1,249,93,78,0,0,16,1,8,35,99,111,111,107,105,101,115,2,1,55,86,205,100,0,16,1,12,35,99,111,111,107,105,101,115,45,100,108,103,2,6,104,56,212,180,133,93,2,27,158,198,180,50,170,46,199,87,218,42,20,132,219,43,227,24,0,16,1,26,35,99,111,114,110,101,108,115,101,110,45,99,111,110,115,101,110,116,45,109,97,110,97,103,101,114,2,1,121,145,191,65,0,16,1,12,35,100,105,97,108,111,103,45,114,111,100,111,2,1,36,80,190,85,0,8,1,19,46,122,45,53,48,46,98,103,45,111,112,97,99,105,116,121,45,53,48,2,1,90,238,91,43,0,16,1,16,35,100,105,115,99,108,97,105,109,101,114,77,111,100,97,108,2,1,11,53,120,21,0,16,1,15,35,111,118,101,114,108,97,121,45,45,109,111,100,97,108,2,8,47,252,251,73,54,17,4,250,131,215,166,5,152,186,58,153,198,218,75,81,199,61,109,193,209,65,250,139,234,157,37,42,0,16,1,5,35,114,111,100,111,2,1,252,212,4,88,0,16,1,15,35,115,116,97,116,105,99,66,97,99,107,100,114,111,112,2,1,219,33,1,161,0,16,1,31,35,115,116,97,116,105,99,66,97,99,107,100,114,111,112,67,111,111,107,105,101,98,111,116,76,111,97,100,105,110,103,2,1,219,33,1,161,0,0,1,25,98,111,100,121,32,62,32,100,105,118,32,62,32,46,99,115,115,45,49,100,98,106,99,52,110,2,1,112,120,144,181,0,16,1,11,35,116,101,114,109,115,80,111,112,117,112,2,1,40,13,189,81,0,16,1,12,35,117,99,109,45,119,114,97,112,112,101,114,2,1,192,160,196,151,0,16,1,3,35,120,107,2,1,88,206,193,214,0,8,1,15,46,67,111,111,107,105,101,66,97,114,79,117,116,101,114,2,2,148,2,233,226,174,21,21,111,0,8,1,12,46,67,111,111,107,105,101,77,111,100,97,108,2,1,22,225,138,73,0,8,1,20,46,72,67,111,111,107,105,101,66,97,114,45,72,111,118,101,114,108,97,121,2,1,23,96,42,93,0,8,1,15,46,77,117,105,68,105,97,108,111,103,45,114,111,111,116,2,1,35,253,99,181,0,8,1,6,46,80,111,112,117,112,2,1,85,192,146,115,0,0,1,41,100,105,118,91,99,108,97,115,115,42,61,34,82,101,97,99,116,77,111,100,97,108,95,95,79,118,101,114,108,97,121,45,45,99,111,111,107,105,101,34,93,2,1,127,219,176,110,0,8,1,17,46,97,103,95,99,111,111,107,105,101,95,98,97,110,110,101,114,2,1,78,95,243,228,0,8,1,17,46,97,103,114,101,101,109,101,110,116,77,101,115,115,97,103,101,2,1,162,193,165,63,0,8,1,17,46,97,103,114,101,101,109,101,110,116,79,118,101,114,108,97,121,2,1,162,193,165,63,0,8,1,19,46,97,110,119,98,114,45,99,111,111,107,105,101,45,108,97,121,101,114,2,1,190,148,87,98,0,8,1,8,46,98,45,109,111,100,97,108,2,1,52,244,83,226,0,8,1,16,46,98,45,109,111,100,97,108,95,111,118,101,114,108,97,121,2,1,52,244,83,226,0,8,1,9,46,98,97,99,107,100,114,111,112,2,1,235,114,219,202,0,8,1,8,46,98,108,111,99,107,101,114,2,1,137,255,116,205,0,8,1,11,46,98,108,117,114,45,109,111,100,97,108,2,1,117,16,84,134,0,8,1,13,46,98,111,100,121,45,111,118,101,114,108,97,121,2,1,55,83,118,72,0,8,1,19,46,99,45,109,111,100,97,108,95,95,99,111,110,116,97,105,110,101,114,2,1,236,164,82,235,0,8,1,17,46,99,45,115,103,45,45,100,105,115,99,108,97,105,109,101,114,2,1,129,35,168,175,0,8,1,15,46,99,45,115,105,116,101,45,111,118,101,114,108,97,121,2,1,129,35,168,175,0,8,1,22,46,99,99,45,102,108,111,97,116,105,110,103,46,99,99,45,119,105,110,100,111,119,2,1,110,155,36,8,0,8,1,18,46,99,99,45,119,105,110,100,111,119,45,98,108,111,99,107,101,114,2,1,110,155,36,8,0,8,1,14,46,99,108,98,45,99,111,110,116,97,105,110,101,114,2,1,190,81,126,9,0,8,1,19,46,99,111,110,115,101,110,116,45,98,111,120,45,104,111,108,100,101,114,2,1,86,95,75,101,0,8,1,19,46,99,111,110,115,101,110,116,45,109,111,100,97,108,45,109,97,105,110,2,1,202,187,84,56,0,8,1,15,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,2,1,18,48,33,240,0,8,1,26,46,99,111,111,107,105,101,45,110,111,116,105,99,101,45,109,111,100,97,108,45,108,97,121,101,114,2,1,249,70,123,166,0,8,1,26,46,99,111,111,107,105,101,95,115,101,116,116,105,110,103,115,95,99,111,110,116,97,105,110,101,114,2,2,85,226,105,25,157,98,186,107,0,8,1,22,46,99,111,111,107,105,101,115,45,112,111,112,117,112,45,119,114,97,112,112,101,114,2,1,204,160,32,94,0,8,1,15,46,100,105,97,108,111,103,45,111,118,101,114,108,97,121,2,1,92,184,154,91,0,8,1,7,46,107,101,122,81,98,89,2,1,34,102,98,156,0,8,1,19,46,100,110,98,45,109,111,100,97,108,95,95,111,118,101,114,108,97,121,2,1,213,198,254,229,0,8,1,17,46,102,97,110,99,121,98,111,120,45,105,115,45,111,112,101,110,2,1,33,147,227,9,0,8,1,23,46,102,97,110,99,121,98,111,120,45,111,118,101,114,108,97,121,45,102,105,120,101,100,2,1,56,5,113,58,0,8,1,16,46,102,99,45,99,111,110,115,101,110,116,45,114,111,111,116,2,1,38,157,104,207,0,8,1,20,46,103,108,105,103,104,116,98,111,120,45,99,111,110,116,97,105,110,101,114,2,1,27,102,130,230,0,8,1,7,46,106,79,83,87,90,97,2,1,142,51,144,174,0,8,1,23,46,106,115,45,99,111,111,107,105,101,45,98,97,110,110,101,114,32,62,32,100,105,118,2,1,34,92,159,74,0,8,1,18,46,106,115,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,2,7,7,142,190,184,106,200,204,131,156,172,32,174,177,255,9,102,187,115,160,68,197,156,210,37,208,210,15,28,0,8,1,7,46,106,115,115,49,53,49,2,1,163,110,104,168,0,8,1,7,46,106,115,115,49,53,54,2,1,163,110,104,168,0,8,1,16,46,106,115,95,109,111,100,97,108,95,99,111,111,107,105,101,2,1,29,171,122,164,0,8,1,13,46,109,101,110,117,45,119,114,97,112,112,101,114,2,2,176,34,83,109,176,67,142,12,0,8,1,10,46,109,102,112,45,114,101,97,100,121,2,4,138,224,198,215,144,14,34,87,189,228,31,115,221,181,58,112,0,8,1,6,46,109,111,100,97,108,2,4,45,94,94,128,117,16,84,134,180,255,3,88,193,165,183,148,0,8,1,15,46,109,111,100,97,108,45,45,99,111,110,115,101,110,116,2,1,11,31,170,22,0,8,1,11,46,109,111,100,97,108,45,98,97,99,107,2,2,62,98,35,162,95,213,49,37,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,58,0,200,68,89,9,104,15,90,11,31,170,22,11,53,120,21,16,219,6,163,20,233,23,212,21,172,189,110,22,225,138,73,28,234,3,136,29,171,122,164,31,226,137,61,36,80,190,85,44,44,148,35,45,94,94,128,69,223,1,193,81,123,231,114,84,225,243,86,96,248,24,9,97,66,197,170,97,98,108,97,111,195,203,161,120,9,172,67,121,195,1,229,127,22,176,209,127,201,124,8,129,187,226,174,135,133,64,22,139,56,140,205,140,190,103,25,146,88,80,23,146,149,79,23,155,143,90,73,163,200,215,195,170,33,178,69,171,61,145,217,175,74,143,118,180,255,3,88,181,39,62,49,186,21,88,153,190,14,113,160,190,81,78,81,190,190,181,101,193,165,183,148,199,201,96,156,200,117,95,197,204,160,32,94,209,71,7,226,219,33,1,161,220,161,29,64,228,78,122,250,228,83,70,6,233,65,219,112,236,233,156,2,240,219,179,226,247,201,11,11,248,56,28,41,249,93,78,0,252,212,4,88,0,8,1,36,46,101,117,45,99,111,111,107,105,101,45,99,111,109,112,108,105,97,110,99,101,45,98,97,110,110,101,114,45,119,114,97,112,112,101,114,2,1,167,237,61,197,0,8,1,17,46,109,111,100,97,108,45,98,97,99,107,103,114,111,117,110,100,2,1,224,33,80,177,0,8,1,13,46,109,111,100,97,108,45,100,105,97,108,111,103,2,1,171,61,145,217,0,8,1,14,46,109,111,100,97,108,45,111,118,101,114,108,97,121,2,2,231,90,231,159,242,13,90,212,0,8,1,16,46,111,45,109,111,100,97,108,45,119,114,97,112,112,101,114,2,1,170,0,42,89,0,8,1,25,46,111,97,120,95,99,111,111,107,105,101,95,99,111,110,115,101,110,116,95,109,111,100,97,108,2,2,155,47,91,52,201,58,100,60,0,8,1,5,46,111,98,99,99,2,1,203,93,52,106,0,8,1,10,46,112,111,112,95,117,112,95,98,103,2,1,67,167,33,167,0,8,1,26,46,112,114,105,118,97,99,121,45,99,111,110,115,101,110,116,45,45,98,97,99,107,100,114,111,112,2,2,4,74,93,149,245,239,199,68,0,8,1,23,46,112,114,105,118,97,99,121,45,99,111,110,115,101,110,116,45,45,109,111,100,97,108,2,2,4,74,93,149,245,239,199,68,0,8,1,18,46,113,99,45,99,109,112,50,45,99,111,110,116,97,105,110,101,114,2,1,94,94,39,148,0,8,1,16,46,114,101,118,101,97,108,45,109,111,100,97,108,45,98,103,2,1,222,169,20,255,0,8,1,15,46,114,101,118,101,97,108,45,111,118,101,114,108,97,121,2,2,177,82,23,173,248,145,69,50,0,8,1,19,46,115,104,111,119,46,109,111,100,97,108,45,99,111,111,107,105,101,115,2,1,155,143,90,73,0,8,1,19,46,115,116,121,108,101,115,95,115,104,111,119,95,95,49,78,113,100,90,2,1,109,49,62,114,0,8,1,19,46,116,114,117,115,116,101,95,98,111,120,95,111,118,101,114,108,97,121,2,1,100,197,92,0,0,8,1,15,46,116,114,117,115,116,101,95,111,118,101,114,108,97,121,2,1,100,197,92,0,0,8,1,18,46,117,105,45,119,105,100,103,101,116,45,111,118,101,114,108,97,121,2,3,33,223,13,193,126,61,4,129,232,237,143,111,0,8,1,23,46,118,107,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,2,1,199,160,250,208,0,8,1,13,46,119,114,97,112,95,95,99,111,111,107,105,101,2,2,182,5,129,132,190,0,254,171,0,8,1,19,46,119,114,97,112,95,99,111,111,107,105,101,115,95,112,111,112,117,112,2,2,111,74,105,39,236,145,237,200,0,8,1,18,46,119,116,45,99,108,105,45,99,111,111,107,105,101,45,98,97,114,2,1,234,51,41,10,0,0,1,23,91,99,108,97,115,115,61,34,109,111,100,97,108,45,99,111,111,99,107,105,101,34,93,2,1,118,27,7,221,0,0,1,20,91,105,100,61,34,99,111,111,99,107,105,101,45,109,111,100,97,108,34,93,2,1,118,27,7,221,0,0,1,26,91,105,100,61,34,99,111,111,107,105,101,45,108,97,119,45,105,110,102,111,45,98,97,114,34,93,2,1,73,26,242,192,0,0,1,58,100,105,118,91,99,108,97,115,115,42,61,34,72,97,108,117,97,109,109,101,80,97,108,118,101,108,108,97,83,105,110,117,97,80,97,114,101,109,109,105,110,95,95,67,111,110,115,101,110,116,68,105,97,108,111,103,34,93,2,1,99,175,215,42,0,0,1,23,100,105,118,91,99,108,97,115,115,94,61,34,111,118,101,114,108,97,121,45,45,34,93,2,1,126,23,191,35,0,0,1,32,100,105,118,91,105,100,94,61,34,103,101,110,101,114,97,108,45,99,111,111,107,105,101,115,45,109,111,100,97,108,34,93,2,1,224,166,30,95,1,128,1,95,115,101,99,116,105,111,110,91,105,100,93,91,99,108,97,115,115,93,58,104,97,115,40,58,115,99,111,112,101,32,62,32,100,105,118,91,99,108,97,115,115,93,32,62,32,98,117,116,116,111,110,91,99,108,97,115,115,93,91,111,110,99,108,105,99,107,94,61,34,111,110,67,108,105,99,107,67,111,111,107,105,101,115,66,97,110,110,101,114,87,101,98,34,93,41,2,1,215,111,81,112,0,0,1,12,116,104,111,114,45,99,111,111,107,105,101,115,2,1,126,5,249,235,0,2,1,48,97,101,108,100,44,32,68,79,77,67,111,110,116,101,110,116,76,111,97,100,101,100,44,32,106,115,45,114,101,118,111,107,101,45,99,111,111,107,105,101,45,109,97,110,97,103,101,114,2,1,137,49,223,53,0,2,1,25,97,101,108,100,44,32,108,111,97,100,44,32,99,111,110,115,101,110,116,68,105,97,108,111,103,2,1,19,230,179,52,0,0,1,66,100,105,118,32,62,32,100,105,118,91,97,114,105,97,45,108,105,118,101,61,34,112,111,108,105,116,101,34,93,58,110,111,116,40,91,100,97,116,97,45,116,101,115,116,105,100,61,34,116,111,112,45,114,101,115,117,108,116,45,99,97,114,100,34,93,41,2,1,227,62,88,242,0,2,1,30,97,111,112,114,44,32,95,95,99,109,112,71,100,112,114,65,112,112,108,105,101,115,71,108,111,98,97,108,108,121,2,33,30,67,223,94,37,97,173,151,38,157,26,110,49,61,108,199,50,123,116,50,59,218,238,57,66,30,181,76,112,17,57,88,126,244,226,255,128,159,5,116,130,219,24,149,135,38,58,92,146,149,79,23,155,91,242,185,158,44,66,120,159,31,188,33,165,3,3,116,170,8,46,191,189,28,99,169,193,188,215,25,194,197,249,1,198,7,153,105,199,144,234,161,212,37,95,71,215,107,140,12,227,247,27,102,231,225,197,55,236,70,232,70,239,168,34,3,239,225,194,153,248,56,106,26,248,134,13,179,249,134,71,105,0,2,1,25,97,111,112,114,44,32,99,111,111,107,105,101,99,111,110,115,101,110,116,46,80,111,112,117,112,2,1,1,77,120,9,0,2,1,15,97,111,112,114,44,32,99,111,111,107,105,101,109,97,110,2,1,236,233,156,2,0,2,1,59,97,101,108,100,44,32,108,111,97,100,44,32,102,117,110,99,116,105,111,110,40,41,123,105,102,40,115,46,114,101,97,100,121,83,116,97,116,101,61,61,88,77,76,72,116,116,112,82,101,113,117,101,115,116,46,68,79,78,69,2,1,203,215,58,9,0,2,1,36,115,101,116,44,32,99,105,99,99,46,99,111,111,107,105,101,95,99,97,116,95,115,116,97,116,105,115,116,105,99,44,32,116,114,117,101,2,4,8,133,149,37,40,97,160,198,130,117,230,227,231,18,32,223,0,2,1,39,115,101,116,44,32,99,111,110,102,105,103,46,114,101,113,117,105,114,101,67,111,111,107,105,101,67,111,110,115,101,110,116,44,32,102,97,108,115,101,2,1,201,104,184,156,0,2,1,43,115,101,116,44,32,119,105,110,100,111,119,46,99,111,110,115,101,110,116,77,97,110,97,103,101,109,101,110,116,69,110,97,98,108,101,100,44,32,102,97,108,115,101,2,17,1,43,18,68,16,16,120,228,21,223,86,168,44,162,167,255,67,171,87,252,70,219,126,52,89,112,48,183,98,82,12,42,135,64,243,129,161,120,190,85,166,200,62,18,174,11,34,112,204,227,206,220,212,220,214,241,213,86,167,138,231,111,155,185,240,194,24,232,0,16,1,20,35,99,97,116,97,112,117,108,116,45,99,111,111,107,105,101,45,98,97,114,2,1,59,221,128,81,0,8,1,9,46,98,111,120,45,114,111,100,111,2,1,192,8,236,55,0,8,1,17,46,103,100,112,114,45,112,114,105,118,97,99,121,45,98,97,114,2,1,142,3,234,202,0,8,1,14,46,112,111,112,117,112,45,100,105,115,112,108,97,121,2,1,146,14,147,93,0,16,1,14,35,98,97,110,110,101,114,45,99,111,111,107,105,101,2,1,38,156,51,231,0,16,1,12,35,103,100,112,114,45,98,97,110,110,101,114,2,10,6,209,168,227,27,104,84,115,28,65,247,44,34,191,192,107,97,1,39,158,129,178,163,70,133,156,250,114,139,117,210,208,143,109,219,248,148,192,203,215,0,16,1,17,35,99,111,111,107,105,101,115,100,105,114,101,99,116,105,118,101,2,1,163,120,251,157,0,16,1,19,35,99,111,111,107,105,101,80,111,108,105,99,121,45,108,97,121,101,114,2,1,97,202,195,213,0,16,1,13,35,99,111,111,107,105,101,112,111,108,105,99,121,2,1,203,217,65,204,0,8,1,14,46,99,111,111,107,105,101,67,111,110,116,114,111,108,2,1,248,4,193,235,0,8,1,11,46,99,111,111,107,105,101,115,108,97,119,2,1,51,238,191,225,0,8,1,21,46,111,118,101,114,108,97,121,99,111,111,107,105,101,99,111,110,115,101,110,116,2,1,218,104,112,114,0,16,1,21,35,95,95,116,101,97,108,105,117,109,71,68,80,82,101,99,77,111,100,97,108,2,1,218,104,112,114,0,8,1,15,46,99,111,111,107,105,101,45,109,101,115,115,97,103,101,2,1,124,92,186,137,0,8,1,17,46,111,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,2,1,194,197,252,190,0,8,1,19,46,98,45,99,111,111,107,105,101,115,45,105,110,102,111,114,109,101,114,2,1,250,115,198,222,0,16,1,11,35,99,111,111,107,105,101,45,98,97,114,2,2,8,197,51,105,112,143,26,82,0,16,1,13,35,99,99,111,110,115,101,110,116,45,98,97,114,2,1,181,123,244,216,0,16,1,22,35,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,2,1,186,157,100,77,0,16,1,31,35,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,99,111,110,116,97,105,110,101,114,46,109,111,100,97,108,2,1,81,123,231,114,0,16,1,20,35,99,111,111,107,105,101,45,108,97,119,45,105,110,102,111,45,98,97,114,2,5,27,115,44,183,60,46,36,25,77,94,139,125,78,135,186,102,202,49,177,1,0,16,1,20,35,111,110,101,116,114,117,115,116,45,98,97,110,110,101,114,45,115,100,107,2,23,3,131,191,81,3,221,144,204,10,39,208,120,30,8,65,190,30,252,193,249,38,157,25,55,46,125,136,231,55,51,184,46,58,215,76,247,59,188,44,87,63,84,191,49,98,246,214,107,102,178,157,41,106,205,253,198,108,84,170,0,118,38,40,116,125,136,238,242,148,188,24,235,162,242,224,168,166,108,78,5,180,123,25,38,236,121,108,144,246,79,43,52,0,16,1,21,35,111,110,101,116,114,117,115,116,45,99,111,110,115,101,110,116,45,115,100,107,2,24,3,131,191,81,3,221,144,204,10,39,208,120,30,8,65,190,30,252,193,249,38,156,254,70,38,157,25,55,46,125,136,231,55,51,184,46,58,215,76,247,59,188,44,87,63,84,191,49,98,246,214,107,102,178,157,41,106,205,253,198,108,84,170,0,118,38,40,116,125,136,238,242,148,188,24,235,162,242,224,168,166,108,78,5,180,123,25,38,236,121,108,144,246,79,43,52,0,16,1,14,35,99,111,111,107,105,101,45,112,111,108,105,99,121,2,1,201,4,218,84,0,16,1,22,35,99,111,111,107,105,101,45,112,111,108,105,99,121,45,111,118,101,114,108,97,121,2,1,201,4,218,84,0,16,1,20,35,99,111,111,107,105,101,95,110,111,116,105,102,105,99,97,116,105,111,110,2,1,3,45,91,14,0,16,1,11,35,99,111,111,107,105,101,45,112,111,112,2,7,38,156,51,231,40,72,181,123,47,189,172,246,60,113,60,225,91,54,106,33,122,175,35,218,143,249,46,115,0,8,1,14,46,99,111,111,107,105,101,99,111,110,115,101,110,116,2,1,139,179,230,231,0,16,1,15,35,99,111,111,107,105,101,45,119,97,114,110,105,110,103,2,1,190,29,96,229,0,16,1,13,35,99,111,111,107,105,101,66,97,110,110,101,114,2,1,182,60,166,240,0,16,1,14,35,99,111,111,107,105,101,115,95,109,111,100,97,108,2,1,127,22,176,209,0,16,1,14,35,101,117,45,99,111,111,107,105,101,45,108,97,119,2,1,87,206,56,155,0,8,1,8,46,99,111,110,115,101,110,116,2,1,41,152,61,78,0,8,1,14,46,99,111,111,107,105,101,77,101,115,115,97,103,101,2,1,227,239,160,232,0,8,1,21,46,99,111,111,107,105,101,45,114,101,118,111,107,101,45,104,105,100,100,101,110,2,1,32,51,62,83,0,8,1,14,46,99,111,111,107,105,101,87,97,114,110,105,110,103,2,1,203,99,211,129,0,8,1,16,46,99,111,111,107,105,101,115,45,109,101,115,115,97,103,101,2,1,236,121,108,144,0,8,1,16,46,99,111,111,107,105,101,115,79,118,101,114,108,97,121,50,2,1,74,41,218,104,0,8,1,19,46,99,111,111,107,105,101,115,79,118,101,114,108,97,121,50,66,111,120,2,3,3,158,31,168,6,253,13,56,91,17,129,193,0,8,1,15,46,110,111,116,105,99,101,45,45,99,111,111,107,105,101,2,4,41,73,147,229,129,88,250,172,191,93,59,107,198,82,9,104,0,8,1,17,46,112,101,97,95,99,111,111,107,95,119,114,97,112,112,101,114,2,1,80,27,228,170,0,8,1,20,46,112,101,110,99,105,45,119,114,97,112,45,103,112,114,100,45,108,97,119,2,1,211,34,134,255,0,8,1,28,46,119,105,100,103,101,116,95,101,117,95,99,111,111,107,105,101,95,108,97,119,95,119,105,100,103,101,116,2,1,62,169,172,34,0,8,1,29,46,112,117,109,91,100,97,116,97,45,112,111,112,109,97,107,101,42,61,34,99,111,111,107,105,101,115,34,93,2,1,255,156,155,225,0,8,1,22,46,115,105,116,101,45,109,101,115,115,97,103,101,45,45,99,111,111,107,105,101,115,2,1,210,74,245,15,0,0,1,23,91,99,108,97,115,115,94,61,34,67,111,111,107,105,101,66,97,110,110,101,114,34,93,2,1,137,40,28,26,0,0,1,24,91,99,108,97,115,115,94,61,34,67,111,111,107,105,101,77,101,115,115,97,103,101,34,93,2,1,176,219,62,84,0,0,1,24,91,99,108,97,115,115,94,61,34,103,112,100,114,45,98,97,110,110,101,114,95,95,34,93,2,1,128,104,10,85,0,0,1,35,91,99,108,97,115,115,94,61,34,119,105,116,104,71,68,80,82,66,97,110,110,101,114,95,95,87,114,97,112,112,101,114,45,34,93,2,1,168,207,90,191,0,8,1,34,46,108,97,121,111,117,116,32,62,32,46,114,101,97,99,116,45,99,111,111,107,105,101,45,108,97,119,45,100,105,97,108,111,103,2,1,4,204,247,91,0,2,1,34,114,97,44,32,105,110,101,114,116,44,32,35,109,97,105,110,67,111,110,116,101,110,116,66,108,111,99,107,44,32,115,116,97,121,2,1,253,23,159,122,0,2,1,37,114,99,44,32,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,97,99,116,105,118,101,44,32,98,111,100,121,44,32,115,116,97,121,2,6,8,166,89,105,41,55,173,186,92,72,28,191,92,190,194,173,98,12,245,217,116,61,95,31,0,2,1,37,114,99,44,32,99,111,111,107,105,101,45,111,118,101,114,108,97,121,45,97,99,116,105,118,101,44,32,98,111,100,121,44,32,115,116,97,121,2,6,34,200,35,30,119,83,25,30,176,82,22,166,207,150,190,215,211,254,200,178,241,125,153,222,0,2,1,33,114,99,44,32,99,111,111,107,105,101,98,97,110,110,101,114,45,98,111,100,121,44,32,98,111,100,121,44,32,115,116,97,121,2,1,168,77,10,40,0,2,1,36,114,99,44,32,99,111,111,107,105,101,45,110,111,116,105,99,101,45,97,99,116,105,118,101,44,32,98,111,100,121,44,32,115,116,97,121,2,1,138,244,232,208,0,2,1,30,114,99,44,32,99,111,111,107,105,101,45,111,118,101,114,108,97,121,44,32,98,111,100,121,44,32,115,116,97,121,2,1,188,226,178,199,0,2,1,47,114,99,44,32,101,117,45,99,111,111,107,105,101,45,99,111,109,112,108,105,97,110,99,101,45,112,111,112,117,112,45,111,112,101,110,44,32,98,111,100,121,44,32,115,116,97,121,2,1,229,254,28,131,0,2,1,24,114,99,44,32,98,102,45,102,105,120,101,100,44,32,98,111,100,121,44,32,115,116,97,121,2,1,239,225,78,117,0,2,1,31,114,99,44,32,99,111,111,107,105,101,115,45,110,111,116,45,115,101,116,44,32,98,111,100,121,44,32,115,116,97,121,2,1,108,166,242,75,0,2,1,35,114,99,44,32,106,115,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,112,111,112,117,112,44,32,44,32,115,116,97,121,2,1,123,102,248,190,0,2,1,31,114,99,44,32,105,118,97,115,115,45,110,111,45,99,111,111,107,105,101,44,32,98,111,100,121,44,32,115,116,97,121,2,1,6,246,236,114,0,2,1,36,114,99,44,32,99,111,111,107,105,101,45,112,111,112,117,112,45,118,105,115,105,98,108,101,44,32,98,111,100,121,44,32,115,116,97,121,2,3,98,7,16,24,132,148,56,61,181,15,224,210,0,2,1,36,114,99,44,32,105,100,103,99,112,95,95,108,97,121,101,114,45,45,97,99,116,105,118,101,44,32,104,116,109,108,44,32,115,116,97,121,2,1,244,98,182,189,0,2,1,37,114,99,44,32,99,99,45,115,99,114,111,108,108,105,110,103,45,100,105,115,97,98,108,101,100,44,32,98,111,100,121,44,32,115,116,97,121,2,1,10,93,188,81,0,2,1,26,114,99,44,32,109,111,100,97,108,45,111,112,101,110,44,32,98,111,100,121,44,32,115,116,97,121,2,1,35,79,185,247,0,2,1,24,114,99,44,32,104,97,115,80,111,112,117,112,44,32,98,111,100,121,44,32,115,116,97,121,2,1,104,240,165,97,0,2,1,23,114,99,44,32,32,100,97,114,107,101,114,44,32,98,111,100,121,44,32,115,116,97,121,2,1,106,160,124,136,0,2,1,38,114,99,44,32,115,99,111,109,109,101,114,99,101,45,103,100,112,114,45,100,105,115,97,98,108,101,100,44,32,100,105,118,44,32,115,116,97,121,2,10,28,157,210,17,38,7,225,217,59,243,218,163,72,29,137,128,91,136,192,158,103,89,83,131,104,47,87,86,160,167,221,198,173,53,216,127,231,119,235,218,0,2,1,25,114,99,44,32,110,111,45,115,99,114,111,108,108,44,32,104,116,109,108,44,32,115,116,97,121,2,2,127,46,26,245,144,126,140,227,0,2,1,40,114,99,44,32,99,111,109,112,101,110,115,97,116,101,45,102,111,114,45,115,99,114,111,108,108,98,97,114,44,32,98,111,100,121,44,32,115,116,97,121,2,1,40,195,183,68,0,2,1,26,114,99,44,32,103,100,112,114,45,115,104,111,119,110,44,32,98,111,100,121,44,32,115,116,97,121,2,1,53,158,126,102,0,2,1,38,114,99,44,32,99,111,111,107,105,101,45,99,111,110,115,101,110,116,95,95,119,114,97,112,112,101,114,44,32,100,105,118,44,32,115,116,97,121,2,1,127,55,72,245,0,2,1,31,114,99,44,32,99,111,111,107,105,101,115,45,114,101,113,117,101,115,116,44,32,98,111,100,121,44,32,115,116,97,121,2,1,9,45,185,123,0,2,1,29,114,99,44,32,99,120,45,109,111,100,97,108,45,111,112,101,110,44,32,104,116,109,108,44,32,115,116,97,121,2,6,4,77,65,11,17,235,217,116,24,68,206,155,38,184,109,69,80,208,138,143,245,252,146,34,0,2,1,28,114,99,44,32,99,120,45,110,111,45,115,99,114,111,108,108,44,32,104,116,109,108,44,32,115,116,97,121,2,6,4,77,65,11,17,235,217,116,24,68,206,155,38,184,109,69,80,208,138,143,245,252,146,34,0,2,1,33,114,99,44,32,101,45,99,111,111,107,105,101,45,98,97,114,45,111,112,101,110,44,32,98,111,100,121,44,32,115,116,97,121,2,2,127,46,26,245,144,126,140,227,0,2,1,31,114,99,44,32,99,111,111,107,105,101,115,45,110,111,116,45,115,101,116,44,32,98,111,100,121,44,32,115,116,97,121,2,1,253,171,236,155,0,2,1,36,114,101,109,111,118,101,45,99,108,97,115,115,44,32,110,111,45,99,111,110,115,101,110,116,44,32,104,116,109,108,44,32,115,116,97,121,2,4,7,85,101,58,54,107,46,228,241,99,75,203,241,225,79,83,0,2,1,36,114,99,44,32,105,115,45,98,108,117,114,114,101,100,45,99,111,111,107,105,101,98,111,120,44,32,104,116,109,108,44,32,115,116,97,121,2,1,234,53,123,9,0,2,1,44,114,99,44,32,99,99,112,97,67,111,111,107,105,101,66,97,110,110,101,114,45,97,99,99,101,112,116,101,100,65,108,108,44,32,98,111,100,121,44,32,115,116,97,121,2,1,197,19,55,149,0,2,1,37,114,99,44,32,99,111,111,107,105,101,115,45,115,104,111,119,44,32,46,99,111,111,107,105,101,115,45,115,104,111,119,44,32,115,116,97,121,2,1,235,20,229,38,0,2,1,34,114,99,44,32,100,105,115,97,98,108,101,45,98,97,99,107,103,114,111,117,110,100,44,32,98,111,100,121,44,32,115,116,97,121,2,1,38,157,26,145,0,2,1,31,114,99,44,32,99,111,111,107,105,101,45,45,110,111,116,45,115,101,116,44,32,98,111,100,121,44,32,115,116,97,121,2,2,59,239,88,179,138,203,72,117,0,2,1,29,114,99,44,32,95,99,111,111,107,105,101,98,97,110,110,101,114,44,32,98,111,100,121,44,32,115,116,97,121,2,1,70,236,194,129,0,2,1,26,114,99,44,32,97,115,121,110,99,45,104,105,100,101,44,32,104,116,109,108,44,32,115,116,97,121,2,2,55,238,125,91,226,127,216,15,0,2,1,34,114,99,44,32,110,116,100,45,103,100,112,114,45,110,111,45,115,99,114,111,108,108,44,32,98,111,100,121,44,32,115,116,97,121,2,1,211,56,229,86,0,2,1,31,114,99,44,32,109,111,100,97,108,45,98,97,99,107,103,114,111,117,110,100,44,32,100,105,118,44,32,115,116,97,121,2,1,165,162,39,73,0,2,1,29,114,99,44,32,112,101,102,45,110,111,45,99,111,111,107,105,101,44,32,98,111,100,121,44,32,115,116,97,121,2,1,28,3,84,35,0,2,1,35,114,99,44,32,99,111,111,107,105,101,45,110,111,116,45,97,99,99,101,112,116,101,100,44,32,98,111,100,121,44,32,115,116,97,121,2,2,108,166,242,75,127,183,49,40,0,2,1,37,114,99,44,32,99,45,98,111,100,121,45,45,108,111,99,107,101,100,45,97,108,119,97,121,115,44,32,98,111,100,121,44,32,115,116,97,121,2,2,54,142,180,243,146,57,250,59,0,2,1,28,114,99,44,32,103,108,111,98,97,108,45,99,111,111,107,105,101,44,32,100,105,118,44,32,115,116,97,121,2,1,50,167,16,164,0,2,1,26,114,99,44,32,100,105,115,97,98,108,101,45,115,99,114,111,108,108,44,32,44,32,115,116,97,121,2,1,50,167,16,164,0,2,1,22,114,99,44,32,98,103,45,103,114,97,121,44,32,100,105,118,44,32,115,116,97,121,2,1,182,175,155,202,0,2,1,29,114,99,44,32,99,111,111,107,105,101,45,97,99,116,105,118,101,44,32,98,111,100,121,44,32,115,116,97,121,2,1,4,204,247,91,0,2,1,28,114,99,44,32,32,99,99,109,45,98,108,111,99,107,101,100,44,32,104,116,109,108,44,32,115,116,97,121,2,1,58,158,226,187,0,2,1,28,114,99,44,32,32,99,99,109,45,98,108,111,99,107,101,100,44,32,98,111,100,121,44,32,115,116,97,121,2,1,58,158,226,187,0,2,1,40,114,99,44,32,105,115,45,109,111,100,97,108,45,99,111,111,107,105,101,115,45,118,105,115,105,98,108,101,44,32,98,111,100,121,44,32,115,116,97,121,2,1,112,181,79,56,0,2,1,22,114,99,44,32,108,97,121,101,114,65,99,116,105,118,101,44,32,44,115,116,97,121,2,1,225,45,100,249,0,2,1,30,114,99,44,32,99,111,111,107,105,101,98,97,114,45,111,112,101,110,44,32,98,111,100,121,44,32,115,116,97,121,2,1,219,160,117,210,0,2,1,20,114,99,44,32,98,108,117,114,44,32,98,111,100,121,44,32,115,116,97,121,2,1,206,58,183,214,0,2,1,18,114,99,44,32,99,111,111,107,105,101,44,32,44,32,115,116,97,121,2,1,127,62,3,184,0,2,1,36,114,99,44,32,99,111,111,107,105,101,99,111,110,115,101,110,116,45,97,99,116,105,118,101,44,32,98,111,100,121,44,32,115,116,97,121,2,20,8,9,80,33,28,59,130,21,28,188,191,49,41,86,181,223,91,33,88,28,92,134,236,39,97,245,158,55,104,75,86,155,116,39,5,131,124,31,40,210,124,84,209,179,178,70,187,108,179,147,242,46,183,167,230,84,183,167,230,84,203,169,40,66,220,187,14,232,221,44,245,8,250,183,232,46,250,204,10,212,0,2,1,21,114,99,44,32,99,111,111,107,105,101,77,115,103,44,32,44,32,115,116,97,121,2,1,48,17,121,161,0,2,1,33,114,99,44,32,99,111,111,107,105,101,95,99,111,110,115,101,110,116,95,95,97,108,101,114,116,44,32,44,32,115,116,97,121,2,1,159,151,227,105,0,2,1,44,114,99,44,32,103,100,112,114,45,99,111,111,107,105,101,45,110,111,116,105,99,101,45,99,101,110,116,101,114,45,108,111,97,100,101,100,44,32,44,32,115,116,97,121,2,2,191,224,193,39,211,5,243,160,0,2,1,26,114,99,44,32,104,97,115,45,111,112,101,110,45,99,111,111,107,105,101,44,32,44,115,116,97,121,2,1,190,147,253,254,0,2,1,28,114,99,44,32,111,109,95,99,111,111,107,105,101,95,97,99,116,105,118,101,44,32,44,32,115,116,97,121,2,2,27,79,18,37,242,231,152,149,0,2,1,34,114,99,44,32,116,118,112,45,99,111,111,107,105,101,45,115,99,114,111,108,108,45,108,111,99,107,44,32,44,32,115,116,97,121,2,1,190,81,52,51,0,2,1,26,114,99,44,32,99,111,111,107,105,101,45,111,118,101,114,108,97,121,44,32,44,32,115,116,97,121,2,1,168,67,123,82,0,2,1,22,114,99,44,32,100,105,115,97,98,108,101,44,32,100,105,118,44,32,115,116,97,121,2,13,20,199,37,231,28,240,135,192,36,102,1,206,60,163,25,33,104,192,0,157,132,227,226,90,165,5,41,247,187,39,107,231,210,242,63,238,216,125,198,130,233,201,154,143,239,207,250,70,255,44,24,239,0,2,1,26,114,99,44,32,112,114,101,118,101,110,116,45,115,99,114,111,108,108,44,32,44,32,115,116,97,121,2,1,129,201,159,168,0,2,1,15,114,99,44,32,102,111,103,44,32,44,32,115,116,97,121,2,1,255,61,83,73,0,2,1,23,114,99,44,32,99,111,111,107,105,101,45,104,105,110,116,44,32,44,32,115,116,97,121,2,1,147,56,188,58,0,2,1,34,114,99,44,32,100,112,45,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,44,32,98,111,100,121,44,32,115,116,97,121,2,15,19,94,184,191,27,114,208,165,32,197,219,132,111,96,41,203,113,191,202,83,127,30,141,49,127,227,95,54,190,81,80,51,209,72,213,166,219,114,226,112,236,171,72,242,237,58,220,208,248,132,94,197,251,53,95,72,254,227,109,164,0,2,1,35,114,99,44,32,98,111,100,121,45,111,118,101,114,108,97,121,45,115,99,114,111,108,108,97,98,108,101,44,32,44,32,115,116,97,121,2,3,6,194,172,97,177,197,55,217,207,233,167,40,0,2,1,22,114,99,44,32,109,111,100,97,108,45,111,112,101,110,44,32,44,32,115,116,97,121,2,3,6,194,172,97,177,197,55,217,207,233,167,40,0,2,1,25,114,99,44,32,110,111,45,115,99,114,111,108,108,44,32,98,111,100,121,44,32,115,116,97,121,2,5,93,253,251,72,202,187,22,244,203,215,79,170,210,85,176,98,244,99,2,139,0,2,1,31,114,99,44,32,115,104,111,119,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,44,32,44,32,115,116,97,121,2,1,248,112,19,151,0,2,1,31,114,99,44,32,105,115,45,97,99,116,105,118,101,45,99,111,111,107,105,101,98,97,114,44,32,44,32,115,116,97,121,2,4,40,126,169,205,115,232,228,100,116,94,84,130,255,33,205,135,0,2,1,47,114,101,109,111,118,101,45,99,108,97,115,115,44,32,104,97,115,45,98,97,110,110,101,114,44,32,98,111,100,121,46,104,97,115,45,98,97,110,110,101,114,44,32,115,116,97,121,2,1,31,56,204,42,0,2,1,25,114,99,44,32,112,111,105,110,116,101,114,101,118,101,110,116,115,44,32,44,32,115,116,97,121,2,1,59,91,47,186,0,2,1,34,114,99,44,32,99,111,111,107,105,101,45,97,99,99,101,112,116,45,114,101,113,117,105,114,101,100,44,32,44,32,115,116,97,121,2,1,234,83,77,11,0,2,1,23,114,99,44,32,99,111,111,107,105,101,45,111,112,101,110,44,32,44,32,115,116,97,121,2,2,78,206,231,101,127,44,138,79,0,2,1,30,114,99,44,32,99,111,111,107,105,101,80,111,112,117,112,86,105,115,105,98,108,101,44,32,44,32,115,116,97,121,2,1,121,77,49,115,0,2,1,30,114,99,44,32,117,110,114,101,97,100,97,98,108,101,45,100,105,115,112,108,97,121,44,32,44,32,115,116,97,121,2,39,7,57,23,230,8,76,240,142,8,203,197,76,10,171,141,7,24,167,65,236,25,12,23,239,25,233,14,211,27,90,46,244,29,162,81,112,40,150,112,181,45,87,87,104,46,123,105,27,63,191,59,167,66,48,80,144,70,49,54,44,78,143,35,94,80,83,112,96,93,191,108,225,94,146,221,230,106,73,207,238,121,80,240,123,124,166,101,72,124,242,51,250,129,162,38,132,140,205,182,184,154,209,2,189,161,38,68,52,162,13,34,157,172,250,210,76,175,115,74,62,189,42,209,136,191,156,79,129,193,52,103,11,196,156,49,164,197,90,83,166,232,208,164,165,236,187,141,147,237,204,181,245,254,145,131,252,0,2,1,34,114,99,44,32,109,97,110,100,97,116,111,114,121,95,99,111,111,107,105,101,95,109,111,100,97,108,44,32,44,32,115,116,97,121,2,7,6,201,87,11,27,120,181,59,34,207,194,227,96,247,113,54,143,122,160,160,158,96,189,127,168,206,198,91,0,2,1,28,114,99,44,32,119,119,122,111,118,101,114,108,97,121,45,45,111,112,101,110,44,32,44,32,115,116,97,121,2,1,229,206,64,192,0,2,1,32,114,99,44,32,103,100,112,114,45,105,110,102,111,98,97,114,45,118,105,115,105,98,108,101,44,32,44,32,115,116,97,121,2,5,14,116,102,134,55,171,114,153,65,149,252,56,174,11,121,157,197,73,156,182,0,2,1,26,114,99,44,32,99,111,111,107,105,101,45,101,110,97,98,108,101,100,44,32,44,32,115,116,97,121,2,1,215,20,215,174,0,2,1,32,114,99,44,32,99,111,111,107,105,101,45,111,118,101,114,108,97,121,45,45,111,112,101,110,44,32,44,32,115,116,97,121,2,1,1,153,191,79,0,2,1,30,114,99,44,32,99,111,111,107,105,101,45,98,97,110,110,101,114,45,111,112,101,110,44,32,44,32,115,116,97,121,2,1,99,106,112,134,0,2,1,46,114,101,109,111,118,101,45,99,108,97,115,115,44,32,99,111,111,107,105,101,45,98,97,110,110,101,114,45,97,99,116,105,118,101,44,32,98,111,100,121,44,32,115,116,97,121,2,1,229,206,103,241,0,2,1,31,114,99,44,32,111,118,101,114,108,97,121,45,99,111,110,116,101,110,116,44,32,98,111,100,121,44,32,115,116,97,121,2,2,59,1,251,168,237,42,28,225,0,2,1,35,114,99,44,32,105,115,45,97,99,116,105,118,101,45,99,111,111,107,105,101,98,97,114,44,32,98,111,100,121,44,32,115,116,97,121,2,1,89,8,162,172,0,2,1,27,114,99,44,32,100,105,100,111,109,105,45,112,111,112,117,112,45,111,112,101,110,44,32,98,111,100,121,2,1,97,114,110,215,0,2,1,42,114,99,44,32,105,100,120,114,99,111,111,107,105,101,115,45,98,108,111,99,107,45,117,115,101,114,45,110,97,118,44,32,98,111,100,121,44,32,115,116,97,121,2,2,95,93,207,30,120,174,59,18,0,2,1,23,114,99,44,32,99,99,112,97,45,98,97,110,110,101,114,44,32,44,32,115,116,97,121,2,1,127,195,165,15,0,2,1,30,115,101,116,45,99,111,111,107,105,101,44,32,95,95,116,111,112,112,121,95,99,111,110,115,101,110,116,44,32,49,2,1,216,84,192,104,0,2,1,25,115,101,116,45,99,111,111,107,105,101,44,32,95,117,49,50,51,95,99,99,44,32,121,101,115,2,1,29,131,69,137,0,2,1,28,115,101,116,45,99,111,111,107,105,101,44,32,103,97,45,100,105,115,97,98,108,101,44,32,116,114,117,101,2,1,29,131,69,137,0,2,1,30,115,101,116,45,99,111,111,107,105,101,44,32,103,97,95,99,111,110,115,101,110,116,101,109,101,110,116,44,32,48,2,1,252,99,171,219,0,2,1,48,115,101,116,45,99,111,111,107,105,101,44,32,82,101,97,100,108,121,67,111,111,107,105,101,67,111,110,115,101,110,116,44,32,55,44,32,44,32,114,101,108,111,97,100,32,44,32,49,2,1,122,171,1,91,0,2,1,34,115,101,116,45,99,111,111,107,105,101,44,32,116,114,97,99,107,105,110,103,65,99,99,101,112,116,101,100,44,32,116,114,117,101,2,1,107,84,211,73,0,2,1,31,115,101,116,45,99,111,111,107,105,101,44,32,95,99,109,115,67,111,111,107,105,101,97,99,99,101,112,116,44,32,89,2,1,38,241,28,134,0,2,1,22,115,101,116,45,99,111,111,107,105,101,44,32,109,67,115,45,99,104,107,44,32,49,2,5,52,1,29,90,118,130,24,67,149,112,61,162,183,23,57,171,220,52,120,107,0,2,1,34,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,115,95,97,99,99,101,112,116,101,100,44,32,116,114,117,101,2,1,58,22,213,126,0,2,1,43,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,95,97,99,99,101,112,116,44,32,121,101,115,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,203,89,0,145,0,2,1,36,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,95,65,68,84,95,116,101,99,110,105,99,97,44,32,116,114,117,101,2,1,142,128,132,247,0,2,1,43,115,101,116,45,99,111,111,107,105,101,44,32,112,104,112,98,98,51,95,103,99,56,104,49,95,99,97,44,32,49,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,156,134,237,166,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,109,115,103,95,99,111,111,107,105,101,95,65,68,84,44,32,116,114,117,101,2,1,142,128,132,247,0,2,1,37,115,101,116,45,99,111,111,107,105,101,44,32,119,101,98,115,105,116,101,95,99,111,111,107,105,101,115,95,98,97,114,44,32,116,114,117,101,2,1,65,87,133,94,0,2,1,38,115,101,116,45,99,111,111,107,105,101,44,32,109,121,65,119,101,115,111,109,101,67,111,111,107,105,101,78,97,109,101,50,44,32,116,114,117,101,2,1,92,223,174,145,0,2,1,31,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,45,110,111,116,105,99,101,44,32,116,114,117,101,2,1,26,158,251,108,0,2,1,30,115,101,116,45,99,111,111,107,105,101,44,32,114,95,104,97,115,67,111,110,115,101,110,116,44,32,116,114,117,101,2,1,148,166,240,98,0,2,1,50,116,114,117,115,116,101,100,45,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,84,121,112,101,44,32,50,53,53,44,32,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,238,247,235,33,0,2,1,27,115,101,116,45,99,111,111,107,105,101,44,32,110,101,99,101,115,115,97,114,121,44,32,116,114,117,101,2,1,225,180,68,100,0,2,1,29,115,101,116,45,99,111,111,107,105,101,44,32,115,116,97,116,105,115,116,105,99,115,44,32,102,97,108,115,101,2,1,225,180,68,100,0,2,1,28,115,101,116,45,99,111,111,107,105,101,44,32,109,97,114,107,101,116,105,110,103,44,32,102,97,108,115,101,2,1,225,180,68,100,0,2,1,51,115,101,116,45,99,111,111,107,105,101,44,32,103,101,110,101,114,97,108,44,32,116,114,117,101,44,32,44,32,100,111,109,97,105,110,44,32,46,102,117,110,100,97,109,101,110,116,97,46,104,117,2,1,187,8,213,99,0,2,1,58,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,95,99,111,110,115,101,110,116,44,32,116,114,117,101,44,32,44,32,100,111,109,97,105,110,44,32,46,102,117,110,100,97,109,101,110,116,97,46,104,117,2,1,187,8,213,99,0,2,1,63,115,101,116,45,99,111,111,107,105,101,44,32,103,101,110,101,114,97,108,44,32,116,114,117,101,44,32,49,121,101,97,114,44,32,44,32,100,111,109,97,105,110,44,32,101,98,97,110,107,46,102,117,110,100,97,109,101,110,116,97,46,104,117,2,1,63,37,224,110,0,2,1,70,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,95,99,111,110,115,101,110,116,44,32,116,114,117,101,44,32,49,121,101,97,114,44,32,44,32,100,111,109,97,105,110,44,32,101,98,97,110,107,46,102,117,110,100,97,109,101,110,116,97,46,104,117,2,1,63,37,224,110,0,2,1,37,115,101,116,45,99,111,111,107,105,101,44,32,95,99,107,121,95,111,112,116,95,105,110,95,100,105,115,109,105,115,115,44,32,116,114,117,101,2,1,11,164,173,192,0,2,1,30,115,101,116,45,99,111,111,107,105,101,44,32,95,99,107,121,95,111,112,116,95,105,110,44,32,102,97,108,115,101,2,1,11,164,173,192,0,2,1,30,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,78,111,116,105,99,101,44,32,116,114,117,101,2,1,97,227,164,57,0,2,1,27,115,101,116,45,99,111,111,107,105,101,44,32,103,100,112,114,95,100,101,99,108,105,110,101,44,32,49,2,1,5,102,46,45,0,2,1,31,115,101,116,45,99,111,111,107,105,101,44,32,116,101,99,110,105,99,97,67,111,111,107,105,101,44,32,116,114,117,101,2,1,65,251,53,95,0,2,1,41,115,101,116,45,99,111,111,107,105,101,44,32,101,117,95,99,111,111,107,105,101,115,95,97,99,107,110,111,119,108,101,100,103,101,100,44,32,116,114,117,101,2,1,243,26,186,184,0,2,1,37,115,101,116,45,99,111,111,107,105,101,44,32,111,120,45,97,99,99,101,112,116,45,116,114,97,99,107,105,110,103,44,32,102,97,108,115,101,2,1,120,129,126,129,0,2,1,65,115,101,116,45,99,111,111,107,105,101,44,32,99,99,95,103,114,97,110,116,101,100,44,32,116,114,117,101,44,32,44,32,44,32,100,111,109,97,105,110,44,32,119,119,119,46,101,45,116,101,99,46,97,116,44,32,114,101,108,111,97,100,44,32,49,2,1,96,159,3,215,0,2,1,53,115,101,116,45,99,111,111,107,105,101,44,32,97,99,99,101,112,116,101,100,45,99,111,111,107,105,101,115,44,32,101,115,115,101,110,116,105,97,108,44,32,44,32,114,101,108,111,97,100,32,44,32,49,2,1,126,161,28,228,0,2,1,37,115,101,116,45,99,111,111,107,105,101,44,32,108,118,70,117,110,99,116,105,111,110,97,108,67,111,111,107,105,101,115,44,32,116,114,117,101,2,1,103,172,145,80,0,2,1,35,115,101,116,45,99,111,111,107,105,101,44,32,105,115,67,111,111,107,105,101,115,65,99,99,101,112,116,101,100,44,32,116,114,117,101,2,1,2,32,210,174,0,2,1,54,115,101,116,45,99,111,111,107,105,101,44,32,102,117,110,110,121,99,97,115,101,95,99,111,111,107,105,101,95,112,111,108,105,99,121,95,118,50,44,32,49,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,6,157,134,163,0,2,1,34,115,101,116,45,99,111,111,107,105,101,44,32,86,77,65,75,69,95,67,79,79,75,73,69,95,80,79,76,73,67,89,44,32,48,2,1,56,223,99,21,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,102,109,97,108,101,114,116,99,111,111,107,105,101,115,44,32,116,114,117,101,2,1,141,159,92,95,0,2,1,33,115,101,116,45,99,111,111,107,105,101,44,32,67,111,110,115,101,110,116,67,111,111,107,105,101,115,44,32,102,97,108,115,101,2,1,45,204,79,15,0,2,1,56,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,95,99,111,110,115,101,110,116,95,115,116,97,116,117,115,44,32,114,101,106,101,99,116,101,100,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,26,230,9,130,0,2,1,42,115,101,116,45,99,111,111,107,105,101,44,32,119,105,107,105,119,97,110,100,46,99,111,111,107,105,101,115,46,99,111,110,115,101,110,116,44,32,116,114,117,101,2,1,137,231,31,216,0,2,1,41,115,101,116,45,99,111,111,107,105,101,44,32,97,99,99,101,112,116,101,100,95,99,111,111,107,105,101,95,112,111,108,105,99,121,44,32,102,97,108,115,101,2,1,69,102,163,6,0,2,1,19,115,101,116,45,99,111,111,107,105,101,44,32,71,68,80,82,44,32,57,2,1,43,137,184,148,0,2,1,29,115,101,116,45,99,111,111,107,105,101,44,32,100,97,100,95,99,111,110,115,101,110,116,44,32,116,114,117,101,2,1,251,0,168,71,0,2,1,34,115,101,116,45,99,111,111,107,105,101,44,32,97,103,114,101,101,100,84,111,67,111,111,107,105,101,115,97,110,111,110,44,32,49,2,1,232,182,185,40,0,2,1,25,115,101,116,45,99,111,111,107,105,101,44,32,112,117,109,45,57,51,55,44,32,116,114,117,101,2,1,40,108,188,20,0,2,1,43,115,101,116,45,99,111,111,107,105,101,44,32,101,115,115,101,110,116,105,97,108,95,99,111,111,107,105,101,115,95,101,110,97,98,108,101,100,44,32,116,114,117,101,2,1,168,183,221,66,0,2,1,41,115,101,116,45,99,111,111,107,105,101,44,32,103,111,111,103,108,101,95,99,111,111,107,105,101,115,95,101,110,97,98,108,101,100,44,32,102,97,108,115,101,2,1,168,183,221,66,0,2,1,39,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,112,111,108,105,99,121,105,110,102,111,95,110,101,119,50,44,32,116,114,117,101,2,1,22,122,103,200,0,2,1,40,115,101,116,45,99,111,111,107,105,101,44,32,108,105,118,101,100,111,111,114,45,98,108,111,103,45,103,100,112,114,45,97,103,114,101,101,100,44,32,49,2,1,58,67,38,48,0,2,1,46,115,101,116,45,99,111,111,107,105,101,44,32,99,97,109,114,97,95,101,120,112,101,114,105,101,110,99,101,95,99,111,111,107,105,101,95,99,111,110,115,101,110,116,44,32,49,2,1,235,188,53,139,0,2,1,25,115,101,116,45,99,111,111,107,105,101,44,32,118,97,108,67,111,111,107,105,101,49,44,32,49,2,1,186,240,104,35,0,2,1,46,115,101,116,45,99,111,111,107,105,101,44,32,116,104,105,114,100,45,112,97,114,116,121,44,32,114,101,113,117,105,114,101,100,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,31,8,207,99,0,2,1,34,115,101,116,45,99,111,111,107,105,101,44,32,67,79,79,75,73,69,83,95,65,67,67,69,80,84,69,68,44,32,116,114,117,101,2,1,189,17,5,149,0,2,1,33,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,110,111,116,105,102,105,99,97,116,105,111,110,44,32,49,2,1,213,132,53,70,0,2,1,31,115,101,116,45,99,111,111,107,105,101,44,32,95,99,111,111,107,105,101,99,111,110,115,101,110,116,118,50,44,32,49,2,1,224,177,251,106,0,2,1,23,115,101,116,45,99,111,111,107,105,101,44,32,99,99,111,110,115,101,110,116,44,32,49,2,1,127,45,159,201,0,2,1,30,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,115,45,105,110,102,111,44,32,116,114,117,101,2,1,72,8,97,187,0,2,1,54,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,115,95,97,110,100,95,99,111,110,116,101,110,116,95,115,101,99,117,114,105,116,121,95,112,111,108,105,99,121,44,32,102,97,108,115,101,2,1,18,78,184,140,0,2,1,45,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,115,95,99,111,110,115,101,110,116,95,100,105,115,99,108,97,105,109,101,114,44,32,102,97,108,115,101,2,1,128,97,184,44,0,2,1,43,115,101,116,45,99,111,111,107,105,101,44,32,105,110,116,114,97,109,117,114,111,115,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,44,32,116,114,117,101,2,1,78,114,210,161,0,2,1,39,115,101,116,45,99,111,111,107,105,101,44,32,105,110,116,114,97,109,117,114,111,115,45,97,110,97,108,121,116,105,99,115,44,32,102,97,108,115,101,2,1,78,114,210,161,0,2,1,37,115,101,116,45,99,111,111,107,105,101,44,32,119,101,98,115,105,116,101,95,99,111,111,107,105,101,115,95,98,97,114,44,32,116,114,117,101,2,1,96,79,178,201,0,2,1,54,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,115,95,97,110,100,95,99,111,110,116,101,110,116,95,115,101,99,117,114,105,116,121,95,112,111,108,105,99,121,44,32,102,97,108,115,101,2,1,18,78,184,140,0,2,1,44,115,101,116,45,99,111,111,107,105,101,44,32,67,70,95,71,68,80,82,95,67,79,79,75,73,69,95,67,79,78,83,69,78,84,95,86,73,69,87,69,68,44,32,49,2,1,6,170,135,35,0,2,1,29,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,45,99,111,110,102,105,114,109,44,32,49,2,1,20,233,155,115,0,2,1,40,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,95,112,114,101,102,101,114,101,110,99,101,115,95,115,101,116,44,32,116,114,117,101,2,1,188,252,123,53,0,2,1,36,115,101,116,45,99,111,111,107,105,101,44,32,83,95,67,79,79,75,73,69,83,95,65,67,67,69,80,84,69,68,44,32,116,114,117,101,2,1,99,8,232,237,0,2,1,45,115,101,116,45,99,111,111,107,105,101,44,32,105,115,67,111,111,107,105,101,76,101,103,97,108,66,97,110,110,101,114,83,101,108,101,99,116,101,100,44,32,116,114,117,101,2,3,17,93,39,39,85,29,190,54,93,192,248,140,0,2,1,17,115,101,116,45,99,111,111,107,105,101,44,32,99,99,44,32,49,2,1,226,124,67,139,0,2,1,37,115,101,116,45,99,111,111,107,105,101,44,32,100,111,83,111,109,101,116,104,105,110,103,79,110,108,121,79,110,99,101,44,32,116,114,117,101,2,1,226,4,183,26,0,2,1,30,115,101,116,45,99,111,111,107,105,101,44,32,116,111,115,95,99,111,110,115,101,110,116,44,32,97,108,108,111,119,2,1,68,160,180,221,0,2,1,31,115,101,116,45,99,111,111,107,105,101,44,32,102,110,95,99,111,111,107,105,101,95,98,97,110,110,101,114,44,32,49,2,1,29,4,133,251,0,2,1,28,115,101,116,45,99,111,111,107,105,101,44,32,97,100,117,108,116,95,99,111,110,102,105,114,109,44,32,49,2,1,60,221,105,196,0,2,1,37,115,101,116,45,99,111,111,107,105,101,44,32,97,116,108,45,103,100,112,114,45,99,111,110,115,101,110,116,44,32,48,48,49,48,48,48,48,2,1,117,8,99,202,0,2,1,35,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,115,45,97,108,108,111,119,97,110,99,101,44,32,116,114,117,101,2,1,160,163,232,138,0,2,1,35,115,101,116,45,99,111,111,107,105,101,44,32,95,97,99,99,101,112,116,115,69,115,115,101,110,116,105,97,108,44,32,116,114,117,101,2,1,76,141,53,226,0,2,1,30,115,101,116,45,99,111,111,107,105,101,44,32,105,110,102,111,114,109,101,100,67,111,110,115,101,110,116,44,32,49,2,1,124,167,211,71,0,2,1,31,115,101,116,45,99,111,111,107,105,101,44,32,69,110,97,98,108,101,65,66,84,101,115,116,44,32,102,97,108,115,101,1,1,91,57,97,132,0,2,1,33,115,101,116,45,99,111,111,107,105,101,44,32,69,110,97,98,108,101,70,97,99,101,98,111,111,107,44,32,102,97,108,115,101,1,1,91,57,97,132,0,2,1,27,115,101,116,45,99,111,111,107,105,101,44,32,69,110,97,98,108,101,71,65,44,32,102,97,108,115,101,1,1,91,57,97,132,0,2,1,33,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,45,99,111,110,115,101,110,116,44,32,102,97,108,115,101,2,1,14,224,134,161,0,2,1,31,115,101,116,45,99,111,111,107,105,101,44,32,99,111,110,115,101,110,116,45,115,116,97,116,101,44,32,116,114,117,101,2,2,121,62,0,50,223,88,36,163,0,2,1,34,115,101,116,45,99,111,111,107,105,101,44,32,119,97,115,95,99,111,111,107,105,101,95,99,111,110,115,101,110,116,44,32,110,111,2,1,6,20,82,8,0,2,1,48,115,101,116,45,99,111,111,107,105,101,44,32,121,116,112,114,101,102,115,95,103,100,112,114,95,99,111,110,115,101,110,116,44,32,49,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,164,92,35,195,0,2,1,26,115,101,116,45,99,111,111,107,105,101,44,32,99,99,111,110,115,101,110,116,44,32,49,48,48,48,2,1,230,89,34,99,0,2,1,23,115,101,116,45,99,111,111,107,105,101,44,32,67,79,78,83,69,78,84,44,32,49,53,2,1,191,108,85,99,0,2,1,29,115,101,116,45,99,111,111,107,105,101,44,32,110,67,111,111,107,105,101,86,105,115,105,98,108,101,44,32,50,2,1,70,164,90,219,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,67,111,111,107,105,101,67,111,110,115,101,110,116,44,32,102,97,108,115,101,2,1,151,36,7,116,0,2,1,37,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,95,99,111,110,115,101,110,116,44,32,110,101,99,101,115,115,97,114,121,2,1,42,128,156,229,0,2,1,38,115,101,116,45,99,111,111,107,105,101,44,32,115,117,122,117,107,105,45,97,99,99,101,112,116,45,99,111,111,107,105,101,44,32,116,114,117,101,2,1,112,132,72,242,0,2,1,30,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,72,105,100,100,101,110,44,32,116,114,117,101,2,1,122,170,141,139,0,2,1,59,115,101,116,45,99,111,111,107,105,101,44,32,116,101,114,109,115,95,97,103,114,101,101,109,101,110,116,95,112,111,112,117,112,95,97,103,114,101,101,100,44,32,116,114,117,101,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,86,192,63,145,0,2,1,28,115,101,116,45,99,111,111,107,105,101,44,32,99,111,110,115,101,110,116,95,112,97,110,101,108,44,32,49,2,1,148,179,172,200,0,2,1,42,115,101,116,45,99,111,111,107,105,101,44,32,117,115,101,114,95,97,108,108,111,119,101,100,95,115,97,118,101,95,99,111,111,107,105,101,44,32,116,114,117,101,2,1,240,165,107,10,0,2,1,29,115,101,116,45,99,111,111,107,105,101,44,32,65,99,99,101,112,116,67,111,111,107,105,101,44,32,121,101,115,2,1,148,176,145,111,0,2,1,28,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,67,111,110,115,101,110,116,44,32,48,2,1,21,164,243,167,0,2,1,35,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,67,111,110,115,101,110,116,44,32,114,101,106,101,99,116,101,100,2,1,213,130,114,122,0,2,1,37,115,101,116,45,99,111,111,107,105,101,44,32,115,109,105,108,101,95,97,108,108,111,119,95,99,111,111,107,105,101,115,44,32,116,114,117,101,2,1,244,193,163,173,0,2,1,44,115,101,116,45,99,111,111,107,105,101,44,32,67,70,95,71,68,80,82,95,67,79,79,75,73,69,95,67,79,78,83,69,78,84,95,86,73,69,87,69,68,44,32,49,2,1,91,59,77,154,0,2,1,30,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,95,97,108,101,114,116,44,32,116,114,117,101,2,1,12,63,251,59,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,99,98,45,101,110,97,98,108,101,100,44,32,97,99,99,101,112,116,101,100,2,2,40,42,130,73,247,77,207,194,0,2,1,30,115,101,116,45,99,111,111,107,105,101,44,32,65,103,114,101,101,67,111,111,107,105,101,115,44,32,116,114,117,101,2,1,166,110,18,244,0,2,1,31,115,101,116,45,99,111,111,107,105,101,44,32,65,114,101,67,111,111,107,105,101,115,83,101,116,44,32,116,114,117,101,2,1,166,110,18,244,0,2,1,41,115,101,116,45,99,111,111,107,105,101,44,32,99,104,99,67,111,111,107,105,101,72,105,110,116,44,32,49,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,177,214,207,78,0,2,1,54,115,101,116,45,99,111,111,107,105,101,44,32,97,99,99,101,112,116,45,115,101,108,101,99,116,101,100,45,99,111,111,107,105,101,115,44,32,116,114,117,101,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,99,14,129,235,0,2,1,34,115,101,116,45,99,111,111,107,105,101,44,99,111,111,107,105,101,80,114,101,102,101,114,101,110,99,101,115,44,32,116,114,117,101,2,1,99,14,129,235,0,2,1,26,115,101,116,45,99,111,111,107,105,101,44,110,101,99,101,115,115,97,114,121,44,32,116,114,117,101,2,1,99,14,129,235,0,2,1,38,115,101,116,45,99,111,111,107,105,101,44,32,104,97,115,95,97,99,99,101,112,116,101,100,95,99,111,111,107,105,101,115,44,32,116,114,117,101,2,1,122,67,59,133,0,2,1,40,115,101,116,45,99,111,111,107,105,101,44,32,99,115,95,118,105,101,119,101,100,95,99,111,111,107,105,101,95,112,111,108,105,99,121,44,32,121,101,115,2,1,222,50,24,65,0,2,1,26,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,115,44,32,102,97,108,115,101,2,1,243,129,230,241,0,2,1,31,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,115,95,97,99,99,101,112,116,101,100,44,32,48,2,1,132,54,240,181,0,2,1,34,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,115,95,105,110,102,111,114,109,101,100,44,32,116,114,117,101,2,1,148,188,83,207,0,2,1,53,115,101,116,45,99,111,111,107,105,101,44,32,104,97,115,45,115,101,101,110,45,99,111,111,107,105,101,45,110,111,116,105,99,101,44,32,116,114,117,101,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,160,224,236,28,0,2,1,29,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,115,45,97,103,114,101,101,100,44,32,49,1,1,96,215,74,180,0,2,1,33,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,115,45,97,110,97,108,121,116,105,99,97,108,44,32,48,1,1,96,215,74,180,0,2,1,39,115,101,116,45,99,111,111,107,105,101,44,32,103,108,115,45,99,111,111,107,105,101,45,112,111,108,105,99,121,44,32,97,99,99,101,112,116,101,100,2,1,32,76,243,147,0,2,1,33,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,115,45,99,111,110,102,105,103,117,114,101,100,44,32,49,2,1,125,21,140,74,0,2,1,25,115,101,116,45,99,111,111,107,105,101,44,32,99,111,110,115,101,110,116,44,32,116,114,117,101,2,1,7,140,85,234,0,2,1,30,115,101,116,45,99,111,111,107,105,101,44,32,108,111,99,97,108,67,111,110,115,101,110,116,44,32,116,114,117,101,2,1,81,118,150,177,0,2,1,27,115,101,116,45,99,111,111,107,105,101,44,32,112,117,109,45,49,51,55,53,49,44,32,116,114,117,101,2,1,179,167,43,131,0,2,1,22,115,101,116,45,99,111,111,107,105,101,44,32,67,79,78,83,69,78,84,44,32,49,2,1,222,147,92,197,0,2,1,23,115,101,116,45,99,111,111,107,105,101,44,32,99,109,95,108,101,118,101,108,44,32,48,2,1,60,18,215,253,0,2,1,33,115,101,116,45,99,111,111,107,105,101,44,32,115,116,45,99,111,111,107,105,101,45,116,111,107,101,110,44,32,116,114,117,101,2,1,68,194,239,233,0,2,1,34,115,101,116,45,99,111,111,107,105,101,44,32,102,117,110,99,116,105,111,110,97,108,67,111,111,107,105,101,44,32,116,114,117,101,2,1,223,244,246,137,0,2,1,35,115,101,116,45,99,111,111,107,105,101,44,32,97,103,114,101,101,100,95,99,111,111,107,105,101,95,112,111,108,105,99,121,44,32,49,2,1,127,83,131,92,0,2,1,73,115,101,116,45,99,111,111,107,105,101,44,32,104,97,115,77,97,100,101,67,111,110,115,101,110,116,83,101,108,101,99,116,105,111,110,44,32,116,114,117,101,44,32,44,32,44,32,100,111,109,97,105,110,44,32,46,109,111,116,111,114,115,112,111,114,116,114,101,103,46,99,111,109,2,1,166,188,107,1,0,2,1,76,115,101,116,45,99,111,111,107,105,101,44,32,104,97,115,77,97,100,101,67,111,110,115,101,110,116,83,101,108,101,99,116,105,111,110,71,80,67,44,32,116,114,117,101,44,32,44,32,44,32,100,111,109,97,105,110,44,32,46,109,111,116,111,114,115,112,111,114,116,114,101,103,46,99,111,109,2,1,166,188,107,1,0,2,1,79,115,101,116,45,99,111,111,107,105,101,44,32,104,97,115,77,97,100,101,67,111,110,115,101,110,116,83,101,108,101,99,116,105,111,110,44,32,116,114,117,101,44,32,44,32,44,32,100,111,109,97,105,110,44,32,46,105,109,111,108,97,46,109,111,116,111,114,115,112,111,114,116,114,101,103,46,99,111,109,2,1,14,229,89,141,0,2,1,82,115,101,116,45,99,111,111,107,105,101,44,32,104,97,115,77,97,100,101,67,111,110,115,101,110,116,83,101,108,101,99,116,105,111,110,71,80,67,44,32,116,114,117,101,44,32,44,32,44,32,100,111,109,97,105,110,44,32,46,105,109,111,108,97,46,109,111,116,111,114,115,112,111,114,116,114,101,103,46,99,111,109,2,1,14,229,89,141,0,2,1,25,115,101,116,45,99,111,111,107,105,101,44,32,103,100,112,114,80,71,65,44,32,116,114,117,101,2,1,38,157,76,14,0,2,1,48,115,101,116,45,99,111,111,107,105,101,44,32,120,110,95,99,111,111,107,105,101,99,111,110,115,101,110,116,44,32,102,97,108,115,101,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,12,131,240,92,0,2,1,48,115,101,116,45,99,111,111,107,105,101,44,32,116,97,117,110,116,111,110,95,117,115,101,114,95,99,111,110,115,101,110,116,95,115,117,98,109,105,116,116,101,100,44,32,116,114,117,101,2,2,72,103,151,6,74,162,75,157,0,2,1,51,115,101,116,45,99,111,111,107,105,101,44,32,116,97,117,110,116,111,110,95,117,115,101,114,95,99,111,110,115,101,110,116,95,97,100,118,101,114,116,105,115,105,110,103,44,32,102,97,108,115,101,2,2,72,103,151,6,74,162,75,157,0,2,1,49,115,101,116,45,99,111,111,107,105,101,44,32,116,97,117,110,116,111,110,95,117,115,101,114,95,99,111,110,115,101,110,116,95,97,110,97,108,121,116,105,99,115,44,32,102,97,108,115,101,2,2,72,103,151,6,74,162,75,157,0,2,1,36,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,95,99,111,110,115,101,110,116,95,99,108,111,115,101,100,44,32,49,2,1,248,144,190,39,0,2,1,35,115,101,116,45,99,111,111,107,105,101,44,32,95,95,99,111,111,107,105,101,95,99,111,110,115,101,110,116,44,32,102,97,108,115,101,2,1,115,234,145,163,0,2,1,27,115,101,116,45,99,111,111,107,105,101,44,32,100,115,103,118,111,45,115,116,97,116,44,32,121,101,115,2,1,1,212,25,171,0,2,1,26,115,101,116,45,99,111,111,107,105,101,44,32,100,115,103,118,111,45,109,97,114,107,44,32,110,111,2,1,1,212,25,171,0,2,1,43,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,83,101,116,116,105,110,103,115,44,32,49,49,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,207,77,161,230,0,2,1,36,115,101,116,45,99,111,111,107,105,101,44,32,103,111,111,103,108,101,45,116,97,103,109,97,110,97,103,101,114,44,32,102,97,108,115,101,2,1,61,96,170,208,0,2,1,40,115,101,116,45,99,111,111,107,105,101,44,32,100,101,99,108,105,110,101,44,32,116,114,117,101,44,32,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,252,93,230,241,0,2,1,38,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,84,101,114,109,115,68,105,115,109,105,115,115,101,100,44,32,116,114,117,101,2,1,67,86,100,255,0,2,1,40,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,67,111,110,115,101,110,116,68,105,115,109,105,115,115,101,100,44,32,116,114,117,101,2,1,67,86,100,255,0,2,1,33,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,110,111,116,105,102,105,99,97,116,105,111,110,44,32,49,2,1,42,213,67,66,0,2,1,41,115,101,116,45,99,111,111,107,105,101,44,32,107,114,97,102,116,119,101,114,107,67,111,111,107,105,101,80,111,108,105,99,121,83,116,97,116,101,44,32,49,2,1,255,148,129,123,0,2,1,47,115,101,116,45,99,111,111,107,105,101,44,32,112,114,105,118,97,99,121,80,111,108,105,99,121,65,99,99,101,112,116,44,32,49,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,66,96,32,120,0,2,1,36,115,101,116,45,99,111,111,107,105,101,44,32,67,111,111,107,105,101,67,111,110,115,101,110,116,44,32,110,101,99,101,115,115,97,114,121,2,1,170,128,228,117,0,2,1,34,115,101,116,45,99,111,111,107,105,101,44,32,97,110,97,108,121,116,105,99,115,83,116,97,116,117,115,44,32,102,97,108,115,101,2,1,233,200,156,44,0,2,1,36,115,101,116,45,99,111,111,107,105,101,44,32,115,111,99,105,97,108,77,101,100,105,97,83,116,97,116,117,115,44,32,102,97,108,115,101,2,1,233,200,156,44,0,2,1,41,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,115,65,99,99,101,112,116,101,100,44,32,49,44,32,114,101,108,111,97,100,44,32,49,2,2,132,26,67,85,189,148,247,116,0,2,1,23,115,101,116,45,99,111,111,107,105,101,44,32,114,101,113,117,105,114,101,100,44,32,49,2,1,159,162,50,176,0,2,1,24,115,101,116,45,99,111,111,107,105,101,44,32,112,109,83,116,111,114,97,103,101,44,32,49,2,1,152,126,241,251,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,117,115,101,114,95,99,111,111,107,105,101,95,112,114,101,102,115,44,32,49,2,3,83,33,11,166,154,89,152,134,156,25,156,155,0,2,1,24,115,101,116,45,99,111,111,107,105,101,44,32,95,99,111,111,95,115,101,101,110,44,32,49,2,1,139,6,208,88,0,2,1,37,115,101,116,45,99,111,111,107,105,101,44,32,97,105,114,84,82,70,88,95,99,111,111,107,105,101,115,44,32,97,99,99,101,112,116,101,100,2,1,185,39,226,224,0,2,1,39,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,95,99,111,110,115,101,110,116,95,97,99,99,101,112,116,44,32,116,114,117,101,2,1,38,157,129,18,0,2,1,23,115,101,116,45,99,111,111,107,105,101,44,32,97,103,114,101,101,44,32,116,114,117,101,2,1,136,63,120,189,0,2,1,40,115,101,116,45,99,111,111,107,105,101,44,32,118,119,95,109,109,115,95,104,105,100,101,95,99,111,111,107,105,101,95,100,105,97,108,111,103,44,32,49,2,1,243,99,164,161,0,2,1,30,115,101,116,45,99,111,111,107,105,101,44,32,115,111,108,111,95,111,112,116,95,105,110,44,32,102,97,108,115,101,2,1,55,4,106,92,0,2,1,29,115,101,116,45,99,111,111,107,105,101,44,32,80,79,77,69,76,79,95,67,79,79,75,73,69,83,44,32,49,2,1,38,151,223,132,0,2,1,35,115,101,116,45,99,111,111,107,105,101,44,32,65,99,99,101,112,116,85,115,101,67,111,111,107,105,101,44,32,65,99,99,101,112,116,2,1,147,134,182,0,0,2,1,31,115,101,116,45,99,111,111,107,105,101,44,32,115,98,114,102,46,112,101,114,115,95,110,111,116,105,99,101,44,32,49,2,1,216,112,91,204,0,2,1,36,115,101,116,45,99,111,111,107,105,101,44,32,99,108,111,115,101,100,67,111,111,107,105,101,66,97,110,110,101,114,44,32,116,114,117,101,2,1,207,217,235,148,0,2,1,42,115,101,116,45,99,111,111,107,105,101,44,32,121,111,121,111,99,111,111,107,105,101,99,111,110,115,101,110,116,95,118,105,101,119,101,100,44,32,116,114,117,101,2,1,182,30,117,9,0,2,1,52,115,101,116,45,99,111,111,107,105,101,44,32,112,114,105,118,97,99,121,95,112,111,108,105,99,121,95,97,103,114,101,101,109,101,110,116,44,32,55,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,120,203,45,164,0,2,1,40,115,101,116,45,99,111,111,107,105,101,44,32,107,105,110,101,109,97,115,116,101,114,45,99,111,111,107,105,101,99,111,110,115,116,101,110,116,44,32,49,2,1,230,101,213,109,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,95,97,99,99,101,112,116,97,110,99,101,44,32,49,2,1,10,167,131,231,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,106,97,122,122,102,109,45,112,114,105,118,97,99,121,44,32,116,114,117,101,2,1,59,35,240,85,0,2,1,35,115,101,116,45,99,111,111,107,105,101,44,32,115,104,111,119,95,109,115,103,95,99,111,111,107,105,101,115,44,32,102,97,108,115,101,2,1,176,177,226,230,0,2,1,44,115,101,116,45,99,111,111,107,105,101,44,32,67,111,111,107,105,101,67,111,110,115,101,110,116,44,32,116,114,117,101,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,129,173,185,189,0,2,1,34,115,101,116,45,99,111,111,107,105,101,44,32,70,117,110,99,116,105,111,110,97,108,67,111,111,107,105,101,44,32,116,114,117,101,2,1,129,173,185,189,0,2,1,35,115,101,116,45,99,111,111,107,105,101,44,32,65,110,97,108,121,116,105,99,97,108,67,111,111,107,105,101,44,32,102,97,108,115,101,2,1,129,173,185,189,0,2,1,52,115,101,116,45,99,111,111,107,105,101,44,32,46,89,111,117,114,65,112,112,46,67,111,110,115,101,110,116,67,111,111,107,105,101,44,32,121,101,115,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,92,189,140,245,0,2,1,22,115,101,116,45,99,111,111,107,105,101,44,32,103,100,112,114,44,32,100,101,110,121,2,1,89,142,244,155,0,2,1,50,115,101,116,45,99,111,111,107,105,101,44,32,86,65,65,95,69,78,83,73,71,72,84,69,78,95,80,82,73,86,65,67,89,95,66,65,78,78,69,82,95,86,73,69,87,69,68,44,32,49,2,1,64,96,234,249,0,2,1,50,115,101,116,45,99,111,111,107,105,101,44,32,86,65,65,95,69,78,83,73,71,72,84,69,78,95,80,82,73,86,65,67,89,95,66,65,78,78,69,82,95,76,79,65,68,69,68,44,32,49,2,1,64,96,234,249,0,2,1,46,115,101,116,45,99,111,111,107,105,101,44,32,86,65,65,95,69,78,83,73,71,72,84,69,78,95,80,82,73,86,65,67,89,95,77,97,114,107,101,116,105,110,103,44,32,48,2,1,64,96,234,249,0,2,1,47,115,101,116,45,99,111,111,107,105,101,44,32,86,65,65,95,69,78,83,73,71,72,84,69,78,95,80,82,73,86,65,67,89,95,70,117,110,99,116,105,111,110,97,108,44,32,48,2,1,64,96,234,249,0,2,1,46,115,101,116,45,99,111,111,107,105,101,44,32,86,65,65,95,69,78,83,73,71,72,84,69,78,95,80,82,73,86,65,67,89,95,65,110,97,108,121,116,105,99,115,44,32,48,2,1,64,96,234,249,0,2,1,35,115,101,116,45,99,111,111,107,105,101,44,32,97,103,114,101,101,115,87,105,116,104,67,111,111,107,105,101,115,44,32,116,114,117,101,2,1,131,191,66,203,0,2,1,28,115,101,116,45,99,111,111,107,105,101,44,32,103,97,67,111,111,107,105,101,115,44,32,102,97,108,115,101,2,1,149,4,69,118,0,2,1,38,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,115,65,112,112,114,111,118,101,100,50,48,50,51,49,44,32,116,114,117,101,2,1,164,94,111,21,0,2,1,42,115,101,116,45,99,111,111,107,105,101,44,32,114,109,45,102,105,114,115,116,45,116,105,109,101,45,109,111,100,97,108,45,119,101,108,99,111,109,101,44,32,49,2,1,142,222,53,95,0,2,1,40,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,67,111,110,115,101,110,116,45,50,48,50,51,45,48,51,44,32,102,97,108,115,101,2,1,207,230,128,120,0,2,1,31,115,101,116,45,99,111,111,107,105,101,44,32,67,111,111,107,105,101,68,105,115,99,108,97,105,109,101,114,44,32,49,2,1,252,246,177,246,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,116,119,116,114,95,112,105,120,101,108,95,111,112,116,95,105,110,44,32,78,2,1,225,246,109,82,0,2,1,29,115,101,116,45,99,111,111,107,105,101,44,32,82,66,67,111,111,107,105,101,45,65,108,101,114,116,44,32,49,2,1,158,103,214,141,0,2,1,34,115,101,116,45,99,111,111,107,105,101,44,32,67,111,111,107,105,101,67,111,110,115,101,110,116,86,52,44,32,102,97,108,115,101,2,1,242,121,3,55,0,2,1,39,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,99,111,110,115,101,110,116,95,115,116,97,116,117,115,44,32,97,108,108,111,119,2,7,84,222,80,138,102,123,9,18,105,175,21,2,111,192,29,135,165,42,247,135,219,169,20,152,229,206,123,35,0,2,1,41,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,99,111,110,115,101,110,116,95,115,116,97,116,117,115,44,32,100,105,115,109,105,115,115,2,1,1,244,59,178,0,2,1,53,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,115,95,97,110,97,108,121,116,105,99,115,95,101,110,97,98,108,101,100,44,32,48,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,226,239,88,211,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,120,102,95,110,111,116,105,99,101,95,100,105,115,109,105,115,115,44,32,49,2,1,239,74,115,205,0,2,1,35,115,101,116,45,99,111,111,107,105,101,44,32,114,99,108,95,99,111,110,115,101,110,116,95,103,105,118,101,110,44,32,116,114,117,101,2,1,103,47,29,185,0,2,1,41,115,101,116,45,99,111,111,107,105,101,44,32,114,99,108,95,112,114,101,102,101,114,101,110,99,101,115,95,99,111,110,115,101,110,116,44,32,116,114,117,101,2,1,103,47,29,185,0,2,1,40,115,101,116,45,99,111,111,107,105,101,44,32,114,99,108,95,109,97,114,107,101,116,105,110,103,95,99,111,110,115,101,110,116,44,32,102,97,108,115,101,2,1,103,47,29,185,0,2,1,45,115,101,116,45,99,111,111,107,105,101,44,32,99,111,110,102,105,114,109,101,100,45,99,111,111,107,105,101,115,44,32,49,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,44,104,21,55,0,2,1,30,115,101,116,45,99,111,111,107,105,101,44,32,99,98,95,118,97,108,105,100,67,111,111,107,105,101,115,44,32,49,2,1,38,78,38,29,0,2,1,26,115,101,116,45,99,111,111,107,105,101,44,32,99,98,95,97,99,99,101,112,116,101,100,44,32,49,2,1,38,78,38,29,0,2,1,38,115,101,116,45,99,111,111,107,105,101,44,32,119,115,45,99,111,111,107,105,101,45,84,101,99,104,110,105,113,117,101,115,44,32,116,114,117,101,2,1,142,198,128,169,0,2,1,28,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,45,97,103,114,101,101,100,44,32,50,2,1,242,81,115,168,0,2,1,31,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,95,99,111,110,115,101,110,116,44,32,121,101,115,2,1,194,148,192,221,0,2,1,37,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,95,99,111,110,115,101,110,116,95,111,112,116,105,111,110,115,44,32,51,2,1,194,148,192,221,0,2,1,49,115,101,116,45,99,111,111,107,105,101,44,32,99,111,110,115,101,110,116,73,115,83,101,116,66,121,85,115,101,114,44,32,116,114,117,101,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,203,193,235,155,0,2,1,48,115,101,116,45,99,111,111,107,105,101,44,32,105,115,83,105,116,101,67,111,111,107,105,101,82,101,118,105,101,119,101,100,44,32,48,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,71,119,183,157,0,2,1,33,115,101,116,45,99,111,111,107,105,101,44,32,112,104,112,98,98,51,95,52,122,110,54,106,95,99,97,44,32,116,114,117,101,2,1,88,245,145,246,0,2,1,44,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,66,97,114,45,99,111,111,107,105,101,115,45,97,99,99,101,112,116,101,100,44,32,116,114,117,101,2,1,146,213,114,152,0,2,1,46,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,95,99,111,110,115,101,110,116,95,117,115,101,114,95,97,99,99,101,112,116,101,100,44,32,116,114,117,101,2,1,155,146,92,24,0,2,1,40,115,101,116,45,99,111,111,107,105,101,44,32,95,95,103,105,116,98,111,111,107,95,99,111,111,107,105,101,95,103,114,97,110,116,101,100,44,32,110,111,2,8,51,55,144,36,81,1,213,227,85,121,86,130,124,185,174,202,140,142,7,18,145,252,158,183,164,6,0,57,180,233,93,103,0,2,1,36,115,101,116,45,99,111,111,107,105,101,44,32,87,66,95,67,111,111,107,105,101,78,111,116,105,102,105,99,97,116,105,111,110,44,32,49,2,1,242,122,96,56,0,2,1,36,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,67,111,110,102,105,114,109,97,116,105,111,110,44,32,116,114,117,101,2,1,35,97,30,21,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,103,100,112,114,50,95,114,101,113,117,105,114,101,100,44,32,116,114,117,101,2,1,15,63,53,49,0,2,1,23,115,101,116,45,99,111,111,107,105,101,44,32,103,100,112,114,50,44,32,116,114,117,101,2,1,15,63,53,49,0,2,1,30,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,95,97,99,99,101,112,116,101,100,44,32,49,2,1,152,214,161,96,0,2,1,51,115,101,116,45,99,111,111,107,105,101,44,32,117,115,101,114,95,99,111,111,107,105,101,95,99,111,110,115,101,110,116,44,32,102,97,108,115,101,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,255,88,144,35,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,115,45,109,97,114,107,101,116,105,110,103,44,32,78,2,1,16,4,179,210,0,2,1,48,115,101,116,45,99,111,111,107,105,101,44,32,103,97,116,115,98,121,45,103,100,112,114,45,103,111,111,103,108,101,45,116,97,103,109,97,110,97,103,101,114,44,32,102,97,108,115,101,2,2,2,251,155,30,126,222,173,4,0,2,1,39,115,101,116,45,99,111,111,107,105,101,44,32,117,117,65,112,112,67,111,111,107,105,101,115,65,103,114,101,101,109,101,110,116,44,32,116,114,117,101,2,1,137,188,32,243,0,2,1,33,115,101,116,45,99,111,111,107,105,101,44,32,95,99,111,111,107,105,101,115,45,99,111,110,115,101,110,116,44,32,121,101,115,2,1,117,188,194,222,0,2,1,50,115,101,116,45,99,111,111,107,105,101,44,32,82,67,73,95,65,80,80,95,76,69,71,65,76,95,68,73,83,67,76,65,73,77,69,82,95,67,79,79,75,73,69,44,32,102,97,108,115,101,2,1,134,21,212,107,0,2,1,34,115,101,116,45,99,111,111,107,105,101,44,32,104,115,95,99,111,111,107,105,101,99,111,110,115,101,110,116,44,32,116,114,117,101,2,1,226,127,113,3,0,2,1,28,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,114,103,112,100,106,110,122,44,32,49,2,1,143,190,190,232,0,2,1,40,115,101,116,45,99,111,111,107,105,101,44,32,95,95,114,97,100,105,99,97,108,77,111,116,111,114,115,112,111,114,116,46,97,99,44,32,116,114,117,101,2,1,212,164,174,85,0,2,1,44,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,115,95,109,101,115,115,97,103,101,95,98,97,114,95,104,105,100,100,101,110,44,32,116,114,117,101,2,1,41,197,20,87,0,2,1,33,115,101,116,45,99,111,111,107,105,101,44,32,97,99,99,101,112,116,115,67,111,111,107,105,101,115,44,32,102,97,108,115,101,2,1,119,106,65,202,0,2,1,36,115,101,116,45,99,111,111,107,105,101,44,32,97,99,99,101,112,116,95,99,111,111,107,105,101,115,44,32,97,99,99,101,112,116,101,100,2,2,51,6,148,5,162,136,213,6,0,2,1,27,115,101,116,45,99,111,111,107,105,101,44,32,99,111,110,115,101,110,116,95,115,101,101,110,44,32,49,2,1,228,96,186,202,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,95,103,100,112,114,95,112,108,97,121,98,97,108,97,116,114,111,44,32,49,2,1,66,229,9,171,0,2,1,25,115,101,116,45,99,111,111,107,105,101,44,32,99,111,110,115,101,110,116,65,108,108,44,32,48,2,3,70,177,197,152,136,51,217,8,205,221,102,198,0,2,1,41,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,119,97,114,110,105,110,103,44,32,49,44,32,44,32,114,101,108,111,97,100,44,32,49,2,8,60,251,246,102,85,187,73,155,100,205,51,157,101,6,105,165,198,200,218,174,231,112,151,191,249,172,39,61,255,121,98,67,0,2,1,31,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,66,97,114,83,101,101,110,44,32,116,114,117,101,2,2,132,199,143,241,133,168,161,111,0,2,1,38,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,95,99,111,110,115,101,110,116,95,103,105,118,101,110,44,32,116,114,117,101,2,1,38,156,253,187,0,2,1,54,115,101,116,45,99,111,111,107,105,101,44,32,99,117,118,118,97,46,97,112,112,46,119,101,98,115,105,116,101,46,99,111,111,107,105,101,45,112,111,108,105,99,121,46,99,111,110,115,101,110,116,44,32,49,2,1,127,56,231,159,0,2,1,51,115,101,116,45,99,111,111,107,105,101,44,32,99,117,115,116,111,109,45,99,111,111,107,105,101,115,45,97,99,99,101,112,116,101,100,44,32,49,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,176,197,199,113,0,2,1,45,115,101,116,45,99,111,111,107,105,101,44,32,65,110,97,108,121,116,105,99,115,65,99,99,101,112,116,97,110,99,101,80,111,112,79,118,101,114,44,32,102,97,108,115,101,2,1,78,202,112,234,0,2,1,27,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,99,111,111,107,105,101,44,32,49,2,1,230,105,89,104,0,2,1,36,115,101,116,45,99,111,111,107,105,101,44,32,100,105,115,99,108,97,105,109,101,114,45,111,118,101,114,108,97,121,44,32,116,114,117,101,2,1,188,77,118,142,0,2,1,34,115,101,116,45,99,111,111,107,105,101,44,32,99,111,109,112,108,105,97,110,99,101,67,111,111,107,105,101,44,32,116,114,117,101,2,1,201,201,142,143,0,2,1,41,115,101,116,45,99,111,111,107,105,101,44,32,75,101,101,98,83,117,112,112,108,121,67,111,111,107,105,101,67,111,110,115,101,110,116,44,32,116,114,117,101,2,1,193,86,9,3,0,2,1,41,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,95,112,111,108,105,99,121,95,97,103,114,101,101,109,101,110,116,44,32,116,114,117,101,2,1,243,238,181,185,0,2,1,25,115,101,116,45,99,111,111,107,105,101,44,32,107,116,95,116,99,111,111,107,105,101,44,32,49,2,4,2,182,179,40,146,216,120,17,202,91,135,184,238,49,98,231,0,2,1,38,115,101,116,45,99,111,111,107,105,101,44,32,115,112,108,97,115,104,95,80,97,103,101,95,65,99,99,101,112,116,101,100,44,32,116,114,117,101,2,4,2,182,179,40,146,216,120,17,202,91,135,184,238,49,98,231,0,2,1,41,115,101,116,45,99,111,111,107,105,101,44,32,103,100,112,114,45,97,110,97,108,121,116,105,99,115,45,101,110,97,98,108,101,100,44,32,102,97,108,115,101,2,1,69,86,130,56,0,2,1,29,115,101,116,45,99,111,111,107,105,101,44,32,112,114,105,118,97,99,121,95,115,116,97,116,117,115,44,32,49,2,1,114,56,28,78,0,2,1,31,115,101,116,45,99,111,111,107,105,101,44,32,112,114,105,118,97,99,121,95,115,101,116,116,105,110,103,115,44,32,49,2,1,216,252,53,213,0,2,1,34,115,101,116,45,99,111,111,107,105,101,44,32,99,111,110,102,105,103,44,32,49,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,21,181,199,210,0,2,1,53,115,101,116,45,99,111,111,107,105,101,44,32,104,105,100,101,67,111,111,107,105,101,78,111,116,105,102,105,99,97,116,105,111,110,44,32,116,114,117,101,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,250,122,129,82,0,2,1,33,115,101,116,45,99,111,111,107,105,101,44,32,67,111,111,107,105,101,78,111,116,105,102,105,99,97,116,105,111,110,44,32,49,2,1,104,251,123,189,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,104,97,115,95,97,99,99,101,112,116,101,100,95,103,100,112,114,44,32,49,2,1,158,140,49,99,0,2,1,34,115,101,116,45,99,111,111,107,105,101,44,32,97,112,112,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,115,44,32,49,2,1,9,73,228,176,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,97,110,97,108,105,116,105,99,115,95,99,111,111,107,105,101,115,44,32,48,2,1,216,252,53,213,0,2,1,36,115,101,116,45,99,111,111,107,105,101,44,32,97,99,99,101,112,116,95,99,111,111,107,105,101,115,44,32,97,99,99,101,112,116,101,100,2,1,166,170,139,228,0,2,1,44,115,101,116,45,99,111,111,107,105,101,44,32,97,99,99,101,112,116,95,99,111,111,107,105,101,115,44,32,121,101,115,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,39,157,131,58,0,2,1,48,115,101,116,45,99,111,111,107,105,101,44,32,116,97,99,104,121,111,110,45,97,99,99,101,112,116,101,100,45,99,111,111,107,105,101,45,110,111,116,105,99,101,44,32,116,114,117,101,2,1,98,224,136,97,0,2,1,60,115,101,116,45,99,111,111,107,105,101,44,32,100,101,102,114,97,45,99,111,111,107,105,101,45,98,97,110,110,101,114,45,100,105,115,109,105,115,115,101,100,44,32,116,114,117,101,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,40,183,92,24,0,2,1,38,115,101,116,45,99,111,111,107,105,101,44,32,109,121,65,119,101,115,111,109,101,67,111,111,107,105,101,78,97,109,101,51,44,32,116,114,117,101,2,1,1,227,35,198,0,2,1,54,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,44,32,65,67,67,69,80,84,69,68,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,85,173,28,250,0,2,1,21,115,101,116,45,99,111,111,107,105,101,44,32,108,111,97,100,101,114,44,32,49,2,1,59,234,236,185,0,2,1,42,115,101,116,45,99,111,111,107,105,101,44,32,101,110,97,98,108,101,65,110,97,108,121,116,105,99,115,67,111,111,107,105,101,115,44,32,100,101,110,105,101,100,2,1,2,102,199,252,0,2,1,41,115,101,116,45,99,111,111,107,105,101,44,32,97,99,107,110,111,119,108,101,100,103,101,67,111,111,107,105,101,66,97,110,110,101,114,44,32,116,114,117,101,2,1,2,102,199,252,0,2,1,53,115,101,116,45,99,111,111,107,105,101,44,32,101,110,97,98,108,101,84,97,114,103,101,116,105,110,103,65,100,118,101,114,116,105,115,105,110,103,67,111,111,107,105,101,115,44,32,100,101,110,105,101,100,2,1,2,102,199,252,0,2,1,27,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,80,111,108,105,99,121,44,32,49,2,1,109,240,25,229,0,2,1,28,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,45,97,103,114,101,101,100,44,32,48,2,4,23,101,6,253,126,222,173,4,144,245,99,54,171,28,19,21,0,2,1,48,115,101,116,45,99,111,111,107,105,101,44,32,99,114,116,109,99,111,111,107,105,101,115,80,114,111,116,68,97,116,111,115,44,32,49,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,143,121,148,231,0,2,1,46,115,101,116,45,99,111,111,107,105,101,44,32,78,65,68,101,118,71,68,80,82,67,111,111,107,105,101,67,111,110,115,101,110,116,95,112,111,114,116,97,108,95,50,44,32,49,2,1,40,206,44,158,0,2,1,35,115,101,116,45,99,111,111,107,105,101,44,32,104,97,110,100,108,101,100,67,111,111,107,105,101,77,101,115,115,97,103,101,44,32,49,2,1,9,19,50,11,0,2,1,28,115,101,116,45,99,111,111,107,105,101,44,32,116,97,114,103,101,116,105,110,103,44,32,102,97,108,115,101,2,3,138,175,39,188,154,243,227,174,250,154,49,108,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,102,117,110,99,116,105,111,110,97,108,105,116,121,44,32,102,97,108,115,101,2,3,138,175,39,188,154,243,227,174,250,154,49,108,0,2,1,30,115,101,116,45,99,111,111,107,105,101,44,32,112,101,114,102,111,114,109,97,110,99,101,44,32,102,97,108,115,101,2,3,138,175,39,188,154,243,227,174,250,154,49,108,0,2,1,39,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,95,105,110,102,111,44,32,49,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,146,19,215,188,0,2,1,46,115,101,116,45,99,111,111,107,105,101,44,32,98,97,110,110,101,114,68,105,115,115,109,105,115,115,97,108,44,32,116,114,117,101,44,32,44,114,101,108,111,97,100,44,32,49,2,1,123,155,132,106,0,2,1,30,115,101,116,45,99,111,111,107,105,101,44,32,97,108,108,111,119,67,111,111,107,105,101,115,44,32,116,114,117,101,2,1,157,87,114,172,0,2,1,38,115,101,116,45,99,111,111,107,105,101,44,32,67,79,79,75,73,69,45,80,79,76,73,67,89,45,65,67,67,69,80,84,44,32,116,114,117,101,2,1,79,197,118,65,0,2,1,24,115,101,116,45,99,111,111,107,105,101,44,32,103,100,112,114,44,32,97,99,99,101,112,116,2,1,102,72,109,32,0,2,1,30,115,101,116,45,99,111,111,107,105,101,44,32,101,115,115,101,110,116,105,97,108,67,111,111,107,105,101,44,32,89,2,1,28,145,44,60,0,2,1,26,115,101,116,45,99,111,111,107,105,101,44,32,99,104,101,99,107,67,111,111,107,105,101,44,32,89,2,1,28,145,44,60,0,2,1,30,115,101,116,45,99,111,111,107,105,101,44,32,97,110,97,108,121,116,105,99,115,67,111,111,107,105,101,44,32,78,2,1,28,145,44,60,0,2,1,30,115,101,116,45,99,111,111,107,105,101,44,32,109,97,114,107,101,116,105,110,103,67,111,111,107,105,101,44,32,78,2,1,28,145,44,60,0,2,1,26,115,101,116,45,99,111,111,107,105,101,44,32,116,104,105,114,100,67,111,111,107,105,101,44,32,78,2,1,28,145,44,60,0,2,1,41,115,101,116,45,99,111,111,107,105,101,44,32,112,97,121,100,105,114,101,107,116,67,111,111,107,105,101,65,108,108,111,119,101,100,44,32,102,97,108,115,101,2,1,23,214,138,5,0,2,1,23,115,101,116,45,99,111,111,107,105,101,44,32,104,100,99,97,98,44,32,116,114,117,101,2,1,200,103,45,81,0,2,1,48,115,101,116,45,99,111,111,107,105,101,44,32,115,121,110,97,112,115,101,45,99,111,111,107,105,101,45,112,114,101,102,101,114,101,110,99,101,115,45,115,101,116,44,32,116,114,117,101,2,21,4,255,62,48,20,94,55,160,23,44,181,89,28,131,253,218,68,164,199,52,82,117,27,60,109,182,241,202,115,84,212,205,141,41,118,252,141,203,0,221,167,243,87,100,174,95,214,83,188,224,102,186,202,20,168,48,203,75,246,13,207,96,92,99,209,101,107,213,220,181,191,111,222,63,176,139,237,15,250,51,241,76,17,225,0,2,1,30,115,101,116,45,99,111,111,107,105,101,44,32,99,111,110,102,105,114,109,95,99,111,111,107,105,101,115,44,32,49,2,2,55,181,65,101,240,123,114,202,0,2,1,39,115,101,116,45,99,111,111,107,105,101,44,32,101,110,100,103,97,109,101,45,97,99,99,101,112,116,45,112,111,108,105,99,121,44,32,116,114,117,101,2,1,130,241,84,9,0,2,1,37,115,101,116,45,99,111,111,107,105,101,44,32,115,99,45,112,114,105,118,97,99,121,45,115,101,116,116,105,110,103,115,44,32,116,114,117,101,2,1,15,188,153,2,0,2,1,46,115,101,116,45,99,111,111,107,105,101,44,32,97,99,99,101,112,116,95,99,111,111,107,105,101,115,50,44,32,116,114,117,101,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,8,208,53,180,0,2,1,29,115,101,116,45,99,111,111,107,105,101,44,32,99,102,95,99,111,110,115,101,110,116,44,32,102,97,108,115,101,2,1,60,215,112,181,0,2,1,41,115,101,116,45,99,111,111,107,105,101,44,32,112,114,105,118,97,99,121,67,111,111,107,105,101,44,32,49,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,45,242,184,183,0,2,1,27,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,67,104,111,105,99,101,44,32,48,2,1,39,126,44,70,0,2,1,29,115,101,116,45,99,111,111,107,105,101,44,32,108,103,112,100,67,111,110,115,101,110,116,44,32,116,114,117,101,2,1,111,33,92,181,0,2,1,40,115,101,116,45,99,111,111,107,105,101,44,32,115,104,97,114,101,108,111,102,116,95,99,111,111,107,105,101,95,100,101,99,105,115,105,111,110,44,32,49,2,1,104,195,0,200,0,2,1,36,115,101,116,45,99,111,111,107,105,101,44,32,112,114,105,118,97,99,121,95,109,97,114,107,101,116,105,110,103,44,32,102,97,108,115,101,2,1,111,33,92,181,0,2,1,37,115,101,116,45,99,111,111,107,105,101,44,32,112,114,105,118,97,99,121,95,99,111,109,111,100,105,100,97,100,101,44,32,102,97,108,115,101,2,1,111,33,92,181,0,2,1,41,115,101,116,45,99,111,111,107,105,101,44,32,97,99,99,101,112,116,65,110,97,108,121,116,105,99,115,67,111,111,107,105,101,115,44,32,102,97,108,115,101,2,2,35,10,92,101,182,158,170,111,0,2,1,41,115,101,116,45,99,111,111,107,105,101,44,32,97,99,99,101,112,116,70,117,110,99,116,105,111,110,97,108,67,111,111,107,105,101,115,44,32,116,114,117,101,2,2,35,10,92,101,182,158,170,111,0,2,1,51,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,80,111,108,105,99,121,67,111,110,102,105,114,109,101,100,44,32,116,114,117,101,44,32,44,114,101,108,111,97,100,44,32,49,2,2,35,10,92,101,182,158,170,111,0,2,1,28,115,101,116,45,99,111,111,107,105,101,44,32,80,111,115,116,65,110,97,108,121,116,105,99,115,44,32,48,2,1,174,110,158,195,0,2,1,30,115,101,116,45,99,111,111,107,105,101,44,32,103,97,116,115,98,121,45,103,100,112,114,44,32,102,97,108,115,101,2,1,107,6,208,53,0,2,1,43,115,101,116,45,99,111,111,107,105,101,44,32,102,117,110,99,116,105,111,110,97,108,67,111,111,107,105,101,115,65,99,99,101,112,116,101,100,44,32,116,114,117,101,2,1,124,239,119,62,0,2,1,34,115,101,116,45,99,111,111,107,105,101,44,32,110,101,99,101,115,115,97,114,121,67,111,111,107,105,101,115,44,32,116,114,117,101,2,1,124,239,119,62,0,2,1,41,115,101,116,45,99,111,111,107,105,101,44,32,99,111,109,102,111,114,116,67,111,111,107,105,101,115,65,99,99,101,112,116,101,100,44,32,102,97,108,115,101,2,1,124,239,119,62,0,2,1,44,115,101,116,45,99,111,111,107,105,101,44,32,115,116,97,116,105,115,116,105,99,115,67,111,111,107,105,101,115,65,99,99,101,112,116,101,100,44,32,102,97,108,115,101,2,1,124,239,119,62,0,2,1,40,115,101,116,45,99,111,111,107,105,101,44,32,103,100,112,114,45,103,111,111,103,108,101,45,97,110,97,108,121,116,105,99,115,44,32,102,97,108,115,101,2,1,84,165,185,110,0,2,1,31,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,95,112,111,108,105,99,121,44,32,116,114,117,101,2,1,22,54,240,3,0,2,1,33,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,77,111,100,97,108,65,99,99,101,112,116,44,32,110,111,2,1,124,184,42,176,0,2,1,41,115,101,116,45,99,111,111,107,105,101,44,32,65,99,99,101,112,116,70,117,110,99,116,105,111,110,97,108,67,111,111,107,105,101,115,44,32,116,114,117,101,2,2,115,158,160,107,249,104,138,205,0,2,1,41,115,101,116,45,99,111,111,107,105,101,44,32,65,99,99,101,112,116,65,110,97,108,121,116,105,99,115,67,111,111,107,105,101,115,44,32,102,97,108,115,101,2,2,115,158,160,107,249,104,138,205,0,2,1,45,115,101,116,45,99,111,111,107,105,101,44,32,65,99,99,101,112,116,78,111,110,70,117,110,99,116,105,111,110,97,108,67,111,111,107,105,101,115,44,32,102,97,108,115,101,2,2,115,158,160,107,249,104,138,205,0,2,1,35,115,101,116,45,99,111,111,107,105,101,44,32,102,111,114,99,101,100,45,99,111,111,107,105,101,115,45,109,111,100,97,108,44,32,50,2,1,231,181,78,39,0,2,1,24,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,98,97,114,44,32,49,2,6,87,198,142,191,128,140,152,1,157,18,240,156,166,48,86,224,195,135,81,38,229,214,167,71,0,2,1,38,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,99,111,110,115,101,110,116,95,115,116,97,116,117,115,44,32,116,114,117,101,2,1,229,28,143,111,0,2,1,51,115,101,116,45,99,111,111,107,105,101,44,32,108,111,110,103,105,110,101,115,45,99,111,111,107,105,101,115,115,116,97,116,117,115,45,97,110,97,108,121,116,105,99,115,44,32,102,97,108,115,101,2,1,84,14,112,91,0,2,1,52,115,101,116,45,99,111,111,107,105,101,44,32,108,111,110,103,105,110,101,115,45,99,111,111,107,105,101,115,115,116,97,116,117,115,45,102,117,110,99,116,105,111,110,97,108,44,32,102,97,108,115,101,2,1,84,14,112,91,0,2,1,50,115,101,116,45,99,111,111,107,105,101,44,32,108,111,110,103,105,110,101,115,45,99,111,111,107,105,101,115,115,116,97,116,117,115,45,110,101,99,101,115,115,97,114,121,44,32,116,114,117,101,2,1,84,14,112,91,0,2,1,48,115,101,116,45,99,111,111,107,105,101,44,32,108,111,110,103,105,110,101,115,45,99,111,111,107,105,101,115,115,116,97,116,117,115,45,115,111,99,105,97,108,44,32,102,97,108,115,101,2,1,84,14,112,91,0,2,1,35,115,101,116,45,99,111,111,107,105,101,44,32,112,122,95,99,111,111,107,105,101,95,99,111,110,115,101,110,116,44,32,116,114,117,101,2,1,248,175,137,184,0,2,1,31,115,101,116,45,99,111,111,107,105,101,44,32,95,99,98,44,32,49,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,227,228,92,227,0,2,1,48,115,101,116,45,99,111,111,107,105,101,44,32,103,97,116,115,98,121,45,103,100,112,114,45,103,111,111,103,108,101,45,116,97,103,109,97,110,97,103,101,114,44,32,102,97,108,115,101,2,1,16,162,159,93,0,2,1,29,115,101,116,45,99,111,111,107,105,101,44,32,99,111,110,115,101,110,116,45,115,116,97,116,117,115,44,32,49,2,1,21,46,10,247,0,2,1,31,115,101,116,45,99,111,111,107,105,101,44,32,72,65,78,65,45,82,71,80,68,44,32,97,99,99,101,112,116,101,100,2,1,115,105,129,207,0,2,1,30,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,45,111,112,116,105,110,44,32,116,114,117,101,2,1,27,113,153,181,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,109,115,103,95,99,111,111,107,105,101,95,67,69,88,44,32,116,114,117,101,2,2,33,61,167,255,188,74,46,23,0,2,1,37,115,101,116,45,99,111,111,107,105,101,44,32,79,112,116,97,110,111,110,65,108,101,114,116,66,111,120,67,108,111,115,101,100,44,32,111,107,2,1,243,130,164,110,0,2,1,39,115,101,116,45,99,111,111,107,105,101,44,32,79,112,116,97,110,111,110,65,108,101,114,116,66,111,120,67,108,111,115,101,100,44,32,116,114,117,101,2,21,8,189,179,61,22,81,66,219,36,70,61,103,68,45,86,177,80,203,255,240,86,55,181,93,86,96,34,91,94,2,186,176,97,0,34,11,98,82,184,148,126,222,140,139,128,92,3,9,136,183,54,188,139,100,84,193,155,22,239,95,170,255,105,137,182,131,104,111,190,80,242,93,210,19,66,40,228,34,18,68,252,166,105,163,0,2,1,36,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,66,97,110,110,101,114,72,105,100,100,101,110,44,32,116,114,117,101,2,1,87,122,196,33,0,2,1,39,115,101,116,45,99,111,111,107,105,101,44,32,105,115,82,101,97,100,67,111,111,107,105,101,80,111,108,105,99,121,68,78,84,44,32,116,114,117,101,2,1,148,201,158,40,0,2,1,42,115,101,116,45,99,111,111,107,105,101,44,32,105,115,82,101,97,100,67,111,111,107,105,101,80,111,108,105,99,121,68,78,84,65,97,44,32,102,97,108,115,101,2,1,148,201,158,40,0,2,1,29,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,111,107,105,101,97,99,99,101,112,116,44,32,111,107,2,1,191,192,115,211,0,2,1,41,115,101,116,45,99,111,111,107,105,101,44,32,99,111,110,115,101,110,116,84,114,97,99,107,105,110,103,86,101,114,105,102,105,101,100,44,32,116,114,117,101,2,1,133,237,150,30,0,2,1,34,115,101,116,45,99,111,111,107,105,101,44,32,99,111,110,115,101,110,116,84,114,97,99,107,105,110,103,44,32,102,97,108,115,101,2,1,50,14,19,245,0,2,1,30,115,101,116,45,99,111,111,107,105,101,44,32,116,114,97,99,107,105,110,103,67,111,110,115,101,110,116,44,32,49,2,1,253,195,65,196,0,2,1,22,115,101,116,45,99,111,111,107,105,101,44,32,99,111,110,115,101,110,116,44,32,48,2,1,84,42,204,205,0,2,1,37,115,101,116,45,99,111,111,107,105,101,44,32,97,108,108,111,119,71,101,116,80,114,105,118,97,99,121,73,110,102,111,44,32,116,114,117,101,2,1,11,10,227,174,0,2,1,27,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,98,97,110,110,101,114,44,32,48,2,3,27,115,137,132,234,0,251,224,248,113,197,242,0,2,1,33,115,101,116,45,99,111,111,107,105,101,44,32,95,116,118,95,99,111,111,107,105,101,95,99,111,110,115,101,110,116,44,32,121,2,1,0,237,12,60,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,95,116,118,95,99,111,111,107,105,101,95,99,104,111,105,99,101,44,32,49,2,1,0,237,12,60,0,2,1,34,115,101,116,45,99,111,111,107,105,101,44,32,101,105,107,97,95,99,111,110,115,101,110,116,95,115,101,116,44,32,116,114,117,101,2,1,40,46,106,146,0,2,1,41,115,101,116,45,99,111,111,107,105,101,44,32,101,105,107,97,95,99,111,110,115,101,110,116,95,109,97,114,107,101,116,105,110,103,44,32,102,97,108,115,101,2,1,40,46,106,146,0,2,1,31,115,101,116,45,99,111,111,107,105,101,44,32,101,119,95,99,111,111,107,105,101,99,111,110,115,101,110,116,44,32,49,2,1,95,51,65,181,0,2,1,42,115,101,116,45,99,111,111,107,105,101,44,32,101,119,95,99,111,111,107,105,101,99,111,110,115,101,110,116,95,111,112,116,105,110,95,98,44,32,116,114,117,101,2,1,95,51,65,181,0,2,1,42,115,101,116,45,99,111,111,107,105,101,44,32,101,119,95,99,111,111,107,105,101,99,111,110,115,101,110,116,95,111,112,116,105,110,95,97,44,32,116,114,117,101,2,1,95,51,65,181,0,2,1,45,115,101,116,45,99,111,111,107,105,101,44,32,103,100,112,114,45,97,103,114,101,101,45,99,111,111,107,105,101,44,32,49,44,32,44,32,114,101,108,111,97,100,44,32,49,2,5,58,41,165,40,109,24,68,31,163,64,203,70,186,158,237,65,216,171,108,143,0,2,1,41,115,101,116,45,99,111,111,107,105,101,44,32,103,100,112,114,45,99,111,110,115,101,110,116,45,99,111,111,107,105,101,45,108,101,118,101,108,51,44,32,49,2,5,58,41,165,40,109,24,68,31,163,64,203,70,186,158,237,65,216,171,108,143,0,2,1,41,115,101,116,45,99,111,111,107,105,101,44,32,103,100,112,114,45,99,111,110,115,101,110,116,45,99,111,111,107,105,101,45,108,101,118,101,108,50,44,32,49,2,5,58,41,165,40,109,24,68,31,163,64,203,70,186,158,237,65,216,171,108,143,0,2,1,27,115,101,116,45,99,111,111,107,105,101,44,32,99,107,45,99,112,44,32,97,99,99,101,112,116,101,100,2,1,138,215,95,53,0,2,1,28,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,67,111,110,115,101,110,116,44,32,49,2,2,146,126,74,56,244,98,178,68,0,2,1,29,115,101,116,45,99,111,111,107,105,101,44,32,99,111,110,115,101,110,116,45,99,111,111,107,105,101,44,32,49,2,1,205,242,104,130,0,2,1,53,115,101,116,45,99,111,111,107,105,101,44,32,115,104,111,119,95,103,100,112,114,95,99,111,111,107,105,101,95,109,101,115,115,97,103,101,95,51,56,56,56,48,49,50,51,52,95,99,122,44,32,110,111,2,1,123,37,107,251,0,2,1,24,115,101,116,45,99,111,111,107,105,101,44,32,103,115,98,98,97,110,110,101,114,44,32,48,2,4,27,114,137,84,27,115,166,119,242,231,45,163,242,231,108,212,0,2,1,43,115,101,116,45,99,111,111,107,105,101,44,32,95,95,97,100,98,108,111,99,107,101,114,44,32,102,97,108,115,101,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,32,202,47,124,0,2,1,39,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,115,95,109,97,114,107,101,116,105,110,103,95,111,107,44,32,102,97,108,115,101,2,1,52,155,95,204,0,2,1,28,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,115,95,111,107,44,32,116,114,117,101,2,1,52,155,95,204,0,2,1,28,115,101,116,45,99,111,111,107,105,101,44,32,97,99,99,101,112,116,67,111,111,107,105,101,115,44,32,48,2,1,20,145,21,40,0,2,1,27,115,101,116,45,99,111,111,107,105,101,44,32,97,99,99,101,112,116,67,111,111,107,105,101,44,32,49,2,1,8,109,73,195,0,2,1,35,115,101,116,45,99,111,111,107,105,101,44,32,109,97,114,107,101,116,105,110,103,67,111,111,107,105,101,115,44,32,102,97,108,115,101,2,1,211,47,240,202,0,2,1,33,115,101,116,45,99,111,111,107,105,101,44,32,67,111,111,107,105,101,76,97,119,95,115,116,97,116,105,115,116,105,107,32,48,2,1,19,31,35,146,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,67,111,111,107,105,101,76,97,119,95,107,111,109,102,111,114,116,44,32,48,2,1,19,31,35,146,0,2,1,42,115,101,116,45,99,111,111,107,105,101,44,32,67,111,111,107,105,101,76,97,119,95,112,101,114,115,111,110,97,108,105,115,105,101,114,117,110,103,44,32,32,48,2,1,19,31,35,146,0,2,1,25,115,101,116,45,99,111,111,107,105,101,44,32,67,111,111,107,105,101,76,97,119,44,32,111,110,2,1,19,31,35,146,0,2,1,33,115,101,116,45,99,111,111,107,105,101,44,32,119,116,114,95,99,111,111,107,105,101,95,99,111,110,115,101,110,116,44,32,49,2,1,107,162,169,97,0,2,1,38,115,101,116,45,99,111,111,107,105,101,44,32,119,116,114,95,99,111,111,107,105,101,115,95,97,100,118,101,114,116,105,115,105,110,103,44,32,48,2,1,107,162,169,97,0,2,1,37,115,101,116,45,99,111,111,107,105,101,44,32,119,116,114,95,99,111,111,107,105,101,115,95,102,117,110,99,116,105,111,110,97,108,44,32,48,2,1,107,162,169,97,0,2,1,36,115,101,116,45,99,111,111,107,105,101,44,32,119,116,114,95,99,111,111,107,105,101,115,95,97,110,97,108,121,116,105,99,115,44,32,48,2,1,107,162,169,97,0,2,1,38,115,101,116,45,99,111,111,107,105,101,44,32,97,108,108,111,119,84,114,97,99,107,105,110,103,67,111,111,107,105,101,115,75,118,75,44,32,48,2,1,190,147,252,25,0,2,1,33,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,76,101,118,101,108,67,111,100,101,75,86,75,44,32,49,2,1,190,147,252,25,0,2,1,39,115,101,116,45,99,111,111,107,105,101,44,32,97,108,108,111,119,65,110,97,108,121,116,105,99,115,67,111,111,107,105,101,115,75,118,75,44,32,48,2,1,190,147,252,25,0,2,1,51,115,101,116,45,99,111,111,107,105,101,44,32,109,97,99,102,97,114,108,97,110,101,115,45,110,101,99,101,115,115,97,114,121,45,99,111,111,107,105,101,115,44,32,97,99,99,101,112,116,101,100,2,1,166,89,201,15,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,84,67,95,80,82,73,86,65,67,89,95,67,69,78,84,69,82,44,32,48,2,1,134,56,77,224,0,2,1,44,115,101,116,45,99,111,111,107,105,101,44,32,65,108,108,111,119,67,111,111,107,105,101,115,44,32,102,97,108,115,101,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,105,75,129,105,0,2,1,28,115,101,116,45,99,111,111,107,105,101,44,32,99,111,110,115,101,110,116,101,100,44,32,102,97,108,115,101,2,2,75,83,66,160,253,178,103,172,0,2,1,38,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,95,116,111,117,44,32,49,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,153,168,231,203,0,2,1,29,115,101,116,45,99,111,111,107,105,101,44,32,98,108,117,107,105,116,95,110,111,118,111,44,32,116,114,117,101,2,1,141,165,152,255,0,2,1,20,115,101,116,45,99,111,111,107,105,101,44,32,99,114,44,32,116,114,117,101,2,1,44,249,255,130,0,2,1,52,115,101,116,45,99,111,111,107,105,101,44,32,103,100,112,114,95,99,104,101,99,107,95,99,111,111,107,105,101,44,32,97,99,99,101,112,116,101,100,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,82,172,33,47,0,2,1,36,115,101,116,45,99,111,111,107,105,101,44,32,97,99,99,101,112,116,45,99,111,111,107,105,101,115,44,32,97,99,99,101,112,116,101,100,2,1,38,157,157,7,0,2,1,31,115,101,116,45,99,111,111,107,105,101,44,32,100,118,97,103,95,99,111,111,107,105,101,115,50,48,50,51,44,32,49,2,1,27,115,45,120,0,2,1,29,115,101,116,45,99,111,111,107,105,101,44,32,99,111,110,115,101,110,116,95,99,111,111,107,105,101,44,32,49,2,6,28,53,117,141,84,151,229,74,104,133,92,213,179,17,190,98,180,121,22,97,253,236,35,154,0,2,1,39,115,101,116,45,99,111,111,107,105,101,44,32,112,101,114,109,105,115,115,105,111,110,69,120,112,101,114,105,101,110,99,101,44,32,102,97,108,115,101,2,6,28,53,117,141,84,151,229,74,104,133,92,213,179,17,190,98,180,121,22,97,253,236,35,154,0,2,1,40,115,101,116,45,99,111,111,107,105,101,44,32,112,101,114,109,105,115,115,105,111,110,80,101,114,102,111,114,109,97,110,99,101,44,32,102,97,108,115,101,2,6,28,53,117,141,84,151,229,74,104,133,92,213,179,17,190,98,180,121,22,97,253,236,35,154,0,2,1,38,115,101,116,45,99,111,111,107,105,101,44,32,112,101,114,109,105,115,115,105,111,110,77,97,114,107,101,116,105,110,103,44,32,102,97,108,115,101,2,6,28,53,117,141,84,151,229,74,104,133,92,213,179,17,190,98,180,121,22,97,253,236,35,154,0,2,1,36,115,101,116,45,99,111,111,107,105,101,44,32,99,111,110,115,101,110,116,95,97,110,97,108,121,116,105,99,115,44,32,102,97,108,115,101,2,1,143,191,135,148,0,2,1,34,115,101,116,45,99,111,111,107,105,101,44,32,99,111,110,115,101,110,116,95,114,101,99,101,105,118,101,100,44,32,116,114,117,101,2,1,143,191,135,148,0,2,1,30,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,77,111,100,97,108,44,32,102,97,108,115,101,2,3,50,139,2,178,73,206,249,161,88,210,184,91,0,2,1,41,115,101,116,45,99,111,111,107,105,101,44,32,117,115,101,114,45,97,99,99,101,112,116,101,100,45,65,69,80,68,45,99,111,111,107,105,101,115,44,32,49,2,1,205,71,219,197,0,2,1,59,115,101,116,45,99,111,111,107,105,101,44,32,112,101,114,115,111,110,97,108,105,122,97,116,105,111,110,45,99,111,111,107,105,101,115,45,99,111,110,115,101,110,116,44,32,48,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,205,71,219,197,0,2,1,40,115,101,116,45,99,111,111,107,105,101,44,32,97,110,97,108,105,116,105,99,115,45,99,111,111,107,105,101,115,45,99,111,110,115,101,110,116,44,32,48,2,1,205,71,219,197,0,2,1,34,115,101,116,45,99,111,111,107,105,101,44,32,115,115,99,109,95,99,111,110,115,101,110,116,95,119,105,100,103,101,116,44,32,49,2,2,31,66,21,70,96,241,70,96,0,2,1,44,115,101,116,45,99,111,111,107,105,101,44,32,116,101,120,116,104,101,108,112,95,99,111,111,107,105,101,95,99,111,110,115,101,110,116,95,105,110,95,101,117,44,32,48,2,1,14,244,110,112,0,2,1,40,115,101,116,45,99,111,111,107,105,101,44,32,116,101,120,116,104,101,108,112,95,99,111,111,107,105,101,95,99,111,110,115,101,110,116,44,32,121,101,115,2,1,14,244,110,112,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,110,99,95,99,111,111,107,105,101,115,44,32,97,99,99,101,112,116,101,100,2,2,51,253,196,219,253,7,255,37,0,2,1,34,115,101,116,45,99,111,111,107,105,101,44,32,110,99,95,97,110,97,108,121,116,105,99,115,44,32,114,101,106,101,99,116,101,100,2,2,51,253,196,219,253,7,255,37,0,2,1,34,115,101,116,45,99,111,111,107,105,101,44,32,110,99,95,109,97,114,107,101,116,105,110,103,44,32,114,101,106,101,99,116,101,100,2,2,51,253,196,219,253,7,255,37,0,2,1,45,115,101,116,45,99,111,111,107,105,101,44,32,46,65,115,112,78,101,116,46,67,111,110,115,101,110,116,44,32,121,101,115,44,32,44,32,114,101,108,111,97,100,44,32,49,2,2,9,179,116,156,239,79,130,64,0,2,1,44,115,101,116,45,99,111,111,107,105,101,44,32,46,65,115,112,78,101,116,46,67,111,110,115,101,110,116,44,32,110,111,44,32,44,32,114,101,108,111,97,100,44,32,49,2,3,22,168,32,151,88,3,17,16,241,204,130,68,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,117,115,101,114,95,103,97,118,101,95,99,111,110,115,101,110,116,44,32,49,2,1,61,124,215,45,0,2,1,36,115,101,116,45,99,111,111,107,105,101,44,32,117,115,101,114,95,103,97,118,101,95,99,111,110,115,101,110,116,95,110,101,119,44,32,49,2,1,61,124,215,45,0,2,1,31,115,101,116,45,99,111,111,107,105,101,44,32,114,116,45,99,98,45,97,112,112,114,111,118,101,44,32,116,114,117,101,2,1,194,197,252,170,0,2,1,38,115,101,116,45,99,111,111,107,105,101,44,32,67,111,111,107,105,101,76,97,121,101,114,68,105,115,109,105,115,115,101,100,44,32,116,114,117,101,2,1,247,172,181,75,0,2,1,28,115,101,116,45,99,111,111,107,105,101,44,32,82,79,68,79,99,108,111,115,101,100,44,32,116,114,117,101,2,1,147,212,128,96,0,2,1,29,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,68,101,99,108,105,110,101,100,44,32,49,2,1,82,252,183,181,0,2,1,29,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,77,111,100,97,108,44,32,116,114,117,101,2,1,100,212,228,119,0,2,1,48,115,101,116,45,99,111,111,107,105,101,44,32,111,112,104,45,109,97,110,100,97,116,111,114,121,45,99,111,111,107,105,101,115,45,97,99,99,101,112,116,101,100,44,32,116,114,117,101,2,1,29,158,154,20,0,2,1,29,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,115,45,97,99,99,101,112,116,44,32,49,2,1,193,212,69,158,0,2,1,35,115,101,116,45,99,111,111,107,105,101,44,32,100,119,95,105,115,95,110,101,119,95,99,111,110,115,101,110,116,44,32,116,114,117,101,2,1,14,48,174,175,0,2,1,31,115,101,116,45,99,111,111,107,105,101,44,32,97,99,99,101,112,116,95,112,111,108,105,116,105,99,97,108,44,32,49,2,1,23,108,189,227,0,2,1,31,115,101,116,45,99,111,111,107,105,101,44,32,107,111,110,105,99,97,109,105,110,111,108,116,97,46,117,115,44,32,49,2,2,20,72,0,78,20,76,80,202,0,2,1,39,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,115,65,110,97,108,121,116,105,99,115,65,112,112,114,111,118,101,100,44,32,48,2,3,57,168,48,141,140,151,96,14,155,36,22,25,0,2,1,35,115,101,116,45,99,111,111,107,105,101,44,32,104,97,115,67,111,110,102,105,103,117,114,101,100,67,111,111,107,105,101,115,44,32,49,2,3,57,168,48,141,140,151,96,14,155,36,22,25,0,2,1,35,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,115,80,117,98,108,105,65,112,112,114,111,118,101,100,44,32,48,2,3,57,168,48,141,140,151,96,14,155,36,22,25,0,2,1,25,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,65,117,116,104,44,32,49,2,1,81,156,104,22,0,2,1,27,115,101,116,45,99,111,111,107,105,101,44,32,107,115,99,111,111,107,105,101,115,44,32,116,114,117,101,2,1,64,241,146,254,0,2,1,31,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,45,112,111,108,105,99,121,44,32,116,114,117,101,2,1,160,164,11,157,0,2,1,36,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,45,117,115,101,45,97,99,99,101,112,116,44,32,102,97,108,115,101,2,1,189,35,171,41,0,2,1,42,115,101,116,45,99,111,111,107,105,101,44,32,103,97,45,100,105,115,97,98,108,101,45,85,65,45,120,120,120,120,120,120,120,120,45,120,44,32,116,114,117,101,2,1,161,188,5,65,0,2,1,22,115,101,116,45,99,111,111,107,105,101,44,32,99,111,110,115,101,110,116,44,32,49,2,6,2,245,254,185,39,245,80,171,83,50,163,235,93,170,186,220,94,213,147,148,206,96,219,158,0,2,1,28,115,101,116,45,99,111,111,107,105,101,44,32,97,99,99,101,112,116,67,111,111,107,105,101,115,44,32,49,2,1,152,113,98,159,0,2,1,26,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,45,98,97,114,44,32,110,111,2,1,189,14,48,215,0,2,1,31,115,101,116,45,99,111,111,107,105,101,44,32,67,111,111,107,105,101,115,65,99,99,101,112,116,101,100,44,32,110,111,2,1,190,148,20,171,0,2,1,27,115,101,116,45,99,111,111,107,105,101,44,32,101,115,115,101,110,116,105,97,108,44,32,116,114,117,101,2,1,228,198,212,113,0,2,1,31,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,67,111,110,102,105,114,109,44,32,116,114,117,101,2,1,0,200,68,89,0,2,1,34,115,101,116,45,99,111,111,107,105,101,44,32,116,114,97,99,107,105,110,103,67,111,110,102,105,114,109,44,32,102,97,108,115,101,2,1,0,200,68,89,0,2,1,33,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,95,99,111,110,115,101,110,116,44,32,102,97,108,115,101,2,3,133,168,55,156,184,102,211,151,221,198,235,150,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,95,99,111,110,115,101,110,116,44,32,116,114,117,101,2,2,46,99,168,179,78,193,174,14,0,2,1,41,115,101,116,45,99,111,111,107,105,101,44,32,103,116,109,45,100,105,115,97,98,108,101,45,71,84,77,45,78,76,86,82,88,88,56,44,32,116,114,117,101,2,1,78,193,174,14,0,2,1,25,115,101,116,45,99,111,111,107,105,101,44,32,117,99,101,45,99,111,111,107,105,101,44,32,78,2,1,171,27,228,68,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,116,97,114,116,101,97,117,99,105,116,114,111,110,44,32,102,97,108,115,101,2,1,58,254,36,158,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,80,111,108,105,99,105,101,115,44,32,116,114,117,101,2,1,213,179,47,238,0,2,1,33,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,95,111,112,116,105,110,95,113,44,32,102,97,108,115,101,2,1,60,131,100,79,0,2,1,24,115,101,116,45,99,111,111,107,105,101,44,32,99,101,45,99,111,111,107,105,101,44,32,78,2,67,17,64,113,21,17,229,136,97,18,84,111,184,21,116,234,190,22,57,150,21,22,177,41,212,29,174,245,204,31,230,24,87,34,130,120,136,34,167,81,92,37,21,156,173,42,166,22,150,46,2,200,34,54,208,49,87,61,50,238,255,62,133,143,184,63,203,249,179,65,162,50,46,66,126,184,146,74,119,225,156,74,194,241,45,77,231,218,200,77,239,6,14,87,133,86,157,87,181,53,12,92,144,187,170,94,218,9,203,95,76,157,119,95,243,31,117,103,81,33,19,104,29,131,110,104,154,123,6,105,50,1,50,111,33,145,164,112,27,180,191,114,191,119,142,118,197,38,144,126,192,131,199,132,198,35,139,144,158,29,86,151,224,219,150,153,68,134,134,159,228,199,205,163,215,15,159,174,97,200,134,177,45,107,233,177,108,7,74,186,89,152,141,186,152,86,160,186,186,86,65,190,87,28,134,191,93,157,244,191,173,99,224,193,31,140,57,197,16,188,59,202,18,54,141,205,26,249,199,207,230,115,26,215,122,195,81,225,65,220,227,226,43,171,10,226,72,184,65,228,0,16,121,236,152,120,200,251,40,55,146,255,3,38,178,255,126,36,196,0,2,1,24,115,101,116,45,99,111,111,107,105,101,44,32,78,84,67,111,111,107,105,101,115,44,32,48,2,1,253,79,11,254,0,2,1,30,115,101,116,45,99,111,111,107,105,101,44,32,67,111,111,107,105,101,67,111,110,115,101,110,116,70,84,44,32,49,2,1,182,128,167,241,0,2,1,39,115,101,116,45,99,111,111,107,105,101,44,32,97,108,101,114,116,67,111,111,107,105,101,44,32,49,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,102,195,221,184,0,2,1,19,115,101,116,45,99,111,111,107,105,101,44,32,103,100,112,114,44,32,49,2,1,76,59,3,142,0,2,1,34,115,101,116,45,99,111,111,107,105,101,44,32,104,105,100,101,67,111,111,107,105,101,66,97,110,110,101,114,44,32,116,114,117,101,2,1,14,146,200,133,0,2,1,28,115,101,116,45,99,111,111,107,105,101,44,32,111,98,108,105,103,97,116,111,114,121,44,32,116,114,117,101,2,1,206,138,177,189,0,2,1,28,115,101,116,45,99,111,111,107,105,101,44,32,109,97,114,107,101,116,105,110,103,44,32,102,97,108,115,101,2,1,206,138,177,189,0,2,1,28,115,101,116,45,99,111,111,107,105,101,44,32,97,110,97,108,121,116,105,99,115,44,32,102,97,108,115,101,2,1,206,138,177,189,0,2,1,31,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,67,111,110,116,114,111,108,44,32,116,114,117,101,2,1,184,36,83,59,0,2,1,42,115,101,116,45,99,111,111,107,105,101,44,32,112,108,111,115,67,111,111,107,105,101,67,111,110,115,101,110,116,83,116,97,116,117,115,44,32,102,97,108,115,101,2,1,55,165,100,251,0,2,1,36,115,101,116,45,99,111,111,107,105,101,44,32,117,115,101,114,95,97,99,99,101,112,116,101,100,95,99,111,111,107,105,101,115,44,32,49,2,1,25,238,229,70,0,2,1,36,115,101,116,45,99,111,111,107,105,101,44,32,97,110,97,108,121,116,105,99,115,65,99,99,101,112,116,101,100,44,32,102,97,108,115,101,2,1,187,186,108,167,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,65,99,99,101,112,116,101,100,44,32,116,114,117,101,2,1,187,186,108,167,0,2,1,31,115,101,116,45,99,111,111,107,105,101,44,32,104,105,100,101,45,103,100,112,114,45,98,97,114,44,32,116,114,117,101,2,80,3,176,200,251,4,109,11,61,6,156,132,248,12,51,137,189,12,53,117,46,14,32,110,31,16,112,169,206,18,164,235,141,18,175,214,76,19,214,225,225,24,101,247,44,25,117,141,192,27,31,255,253,29,145,44,237,40,40,185,74,42,150,168,205,48,225,15,210,50,177,53,151,51,173,198,222,55,178,145,102,57,189,246,128,61,236,58,225,64,76,225,3,74,70,221,58,81,91,33,72,95,50,146,108,101,0,145,134,101,49,87,251,103,34,47,34,107,209,55,201,108,221,92,25,113,14,240,153,113,91,207,236,114,235,109,150,117,241,209,2,130,50,194,243,132,151,206,122,132,216,9,14,141,142,58,255,144,68,172,120,144,113,183,237,153,113,132,149,153,233,238,82,165,68,182,147,168,103,70,187,168,218,251,9,170,113,74,43,176,103,209,241,180,186,74,49,181,200,84,162,183,167,228,226,185,224,186,100,188,56,200,215,188,105,192,52,194,12,3,17,195,160,160,218,197,130,65,39,198,124,87,16,198,149,195,115,200,217,9,221,203,71,154,29,213,93,231,222,215,80,108,141,222,234,214,14,224,92,56,31,227,46,141,188,228,146,151,30,229,185,119,219,229,191,110,180,230,174,138,92,232,191,20,54,233,143,16,29,233,174,99,142,235,62,9,18,241,175,173,83,247,38,77,218,247,60,66,209,250,154,18,123,251,127,206,205,251,250,101,139,0,2,1,28,115,101,116,45,99,111,111,107,105,101,44,32,112,114,111,109,112,116,67,111,111,107,105,101,115,44,32,49,2,12,2,200,98,197,32,143,149,85,33,109,93,47,62,10,100,131,97,1,35,38,132,32,87,178,136,27,131,22,181,236,254,216,208,150,142,125,224,11,78,61,229,83,120,92,231,161,175,130,0,2,1,20,115,101,116,45,99,111,111,107,105,101,44,32,95,99,68,97,66,44,32,49,2,1,138,217,137,49,0,2,1,31,115,101,116,45,99,111,111,107,105,101,44,32,95,97,67,97,110,95,97,110,97,108,121,116,105,99,97,108,44,32,48,2,1,138,217,137,49,0,2,1,20,115,101,116,45,99,111,111,107,105,101,44,32,95,97,71,97,66,44,32,49,2,1,138,217,137,49,0,2,1,27,115,101,116,45,99,111,111,107,105,101,44,32,115,117,114,98,109,97,45,103,112,103,97,44,32,110,111,2,1,7,172,155,28,0,2,1,34,115,101,116,45,99,111,111,107,105,101,44,32,101,108,114,111,119,67,111,111,107,105,101,80,111,108,105,99,121,44,32,121,101,115,2,1,128,186,252,227,0,2,1,44,115,101,116,45,99,111,111,107,105,101,44,32,111,119,110,105,116,95,99,111,111,107,105,101,95,100,97,116,97,95,112,101,114,109,105,115,115,105,111,110,115,44,32,49,2,1,229,198,156,124,0,2,1,41,115,101,116,45,99,111,111,107,105,101,44,32,67,111,111,107,105,101,115,95,80,114,101,102,101,114,101,110,99,101,115,44,32,97,99,99,101,112,116,101,100,2,1,175,46,9,163,0,2,1,51,115,101,116,45,99,111,111,107,105,101,44,32,67,111,111,107,105,101,115,95,80,114,101,102,101,114,101,110,99,101,115,95,65,110,97,108,121,116,105,99,115,44,32,100,101,99,108,105,110,101,100,2,1,175,46,9,163,0,2,1,39,115,101,116,45,99,111,111,107,105,101,44,32,112,114,105,118,97,99,121,80,111,108,105,99,121,65,99,99,101,112,116,101,100,44,32,116,114,117,101,2,1,148,84,1,146,0,2,1,34,115,101,116,45,99,111,111,107,105,101,44,32,67,111,111,107,105,101,115,45,65,99,99,101,112,116,101,100,44,32,116,114,117,101,2,1,83,174,29,18,0,2,1,26,115,101,116,45,99,111,111,107,105,101,44,32,99,99,45,97,99,99,101,112,116,101,100,44,32,50,2,1,73,10,13,15,0,2,1,33,115,101,116,45,99,111,111,107,105,101,44,32,99,99,45,105,116,101,109,45,103,111,111,103,108,101,44,32,102,97,108,115,101,2,1,203,192,135,144,0,2,1,36,115,101,116,45,99,111,111,107,105,101,44,32,97,99,99,101,112,116,95,99,111,111,107,105,101,115,44,32,97,99,99,101,112,116,101,100,2,1,129,61,52,147,0,2,1,46,115,101,116,45,99,111,111,107,105,101,44,32,102,101,97,116,117,114,101,67,111,110,115,101,110,116,44,32,102,97,108,115,101,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,131,200,103,82,0,2,1,29,115,101,116,45,99,111,111,107,105,101,44,32,97,99,99,101,112,116,45,99,111,111,107,105,101,44,32,110,111,2,1,126,241,141,152,0,2,1,35,115,101,116,45,99,111,111,107,105,101,44,32,99,111,110,115,101,110,116,44,32,48,44,32,44,32,114,101,108,111,97,100,44,32,49,2,3,101,85,228,226,209,196,74,45,241,254,197,31,0,2,1,61,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,80,114,105,118,97,99,121,80,114,101,102,101,114,101,110,99,101,66,97,110,110,101,114,80,114,111,100,117,99,116,105,111,110,44,32,97,99,99,101,112,116,101,100,2,1,55,214,195,174,0,2,1,33,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,115,67,111,110,115,101,110,116,44,32,102,97,108,115,101,2,1,131,46,12,130,0,2,1,25,115,101,116,45,99,111,111,107,105,101,44,32,50,120,49,99,111,111,107,105,101,115,44,32,49,2,1,223,41,26,68,0,2,1,39,115,101,116,45,99,111,111,107,105,101,44,32,102,105,114,115,116,80,97,114,116,121,68,97,116,97,80,114,101,102,83,101,116,44,32,116,114,117,101,2,1,249,47,244,29,0,2,1,44,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,115,45,114,101,113,117,105,114,101,100,44,32,49,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,255,3,80,198,0,2,1,35,115,101,116,45,99,111,111,107,105,101,44,32,107,104,95,99,111,111,107,105,101,95,108,101,118,101,108,52,44,32,102,97,108,115,101,2,1,232,237,143,111,0,2,1,35,115,101,116,45,99,111,111,107,105,101,44,32,107,104,95,99,111,111,107,105,101,95,108,101,118,101,108,51,44,32,102,97,108,115,101,2,1,232,237,143,111,0,2,1,34,115,101,116,45,99,111,111,107,105,101,44,32,107,104,95,99,111,111,107,105,101,95,108,101,118,101,108,49,44,32,116,114,117,101,2,1,232,237,143,111,0,2,1,44,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,95,97,103,114,101,101,109,101,110,116,44,32,49,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,126,6,15,181,0,2,1,35,115,101,116,45,99,111,111,107,105,101,44,32,77,83,67,95,67,111,111,107,105,101,98,97,110,110,101,114,44,32,102,97,108,115,101,2,1,223,133,75,15,0,2,1,42,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,67,111,110,115,101,110,116,95,109,97,114,107,101,116,105,110,103,44,32,102,97,108,115,101,2,1,89,250,181,43,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,70,105,116,110,101,115,115,105,110,103,50,49,45,49,53,45,57,44,32,48,2,1,32,171,194,82,0,2,1,30,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,115,95,112,111,112,117,112,44,32,121,101,115,2,1,88,29,62,152,0,2,1,53,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,67,111,110,115,101,110,116,95,114,101,113,117,105,114,101,100,44,32,116,114,117,101,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,89,250,181,43,0,2,1,26,115,101,116,45,99,111,111,107,105,101,44,32,115,97,95,101,110,97,98,108,101,44,32,111,102,102,2,1,224,23,53,51,0,2,1,46,115,101,116,45,99,111,111,107,105,101,44,32,97,99,99,101,112,116,99,111,111,107,105,101,116,101,114,109,67,111,111,107,105,101,66,97,110,110,101,114,44,32,116,114,117,101,2,1,119,112,149,6,0,2,1,41,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,95,115,116,97,116,117,115,44,32,49,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,196,75,134,243,0,2,1,33,115,101,116,45,99,111,111,107,105,101,44,32,70,84,67,111,111,107,105,101,67,111,109,112,108,105,97,110,99,101,44,32,49,2,1,4,170,49,252,0,2,1,25,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,45,98,97,114,44,32,48,2,12,19,59,237,38,88,144,253,181,93,252,9,99,116,158,59,116,130,196,9,143,133,24,162,8,165,197,152,69,176,212,79,197,193,67,166,249,201,55,92,33,201,57,45,69,232,206,21,204,0,2,1,37,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,80,111,112,117,112,65,99,99,101,112,116,101,100,44,32,116,114,117,101,2,1,232,169,148,91,0,2,1,43,115,101,116,45,99,111,111,107,105,101,44,32,85,66,73,95,80,82,73,86,65,67,89,95,80,79,76,73,67,89,95,86,73,69,87,69,68,44,32,116,114,117,101,2,1,169,123,212,248,0,2,1,40,115,101,116,45,99,111,111,107,105,101,44,32,85,66,73,95,80,82,73,86,65,67,89,95,65,68,83,95,79,80,84,79,85,84,44,32,116,114,117,101,2,1,169,123,212,248,0,2,1,46,115,101,116,45,99,111,111,107,105,101,44,32,85,66,73,95,80,82,73,86,65,67,89,95,80,79,76,73,67,89,95,65,67,67,69,80,84,69,68,44,32,102,97,108,115,101,2,1,169,123,212,248,0,2,1,43,115,101,116,45,99,111,111,107,105,101,44,32,85,66,73,95,80,82,73,86,65,67,89,95,86,73,68,69,79,95,79,80,84,79,85,84,44,32,102,97,108,115,101,2,1,169,123,212,248,0,2,1,39,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,78,111,116,105,102,105,99,97,116,105,111,110,46,115,104,111,119,110,44,32,49,2,1,183,128,106,126,0,2,1,31,115,101,116,45,99,111,111,107,105,101,44,32,108,111,99,97,108,67,111,110,115,101,110,116,44,32,102,97,108,115,101,2,2,148,166,94,204,242,157,19,159,0,2,1,31,115,101,116,45,99,111,111,107,105,101,44,32,111,97,105,45,97,108,108,111,119,45,110,101,44,32,102,97,108,115,101,2,1,78,29,10,172,0,2,1,29,115,101,116,45,99,111,111,107,105,101,44,32,99,111,110,115,101,110,116,44,32,114,101,106,101,99,116,101,100,2,1,78,29,10,172,0,2,1,27,115,101,116,45,99,111,111,107,105,101,44,32,97,108,108,111,119,45,99,111,111,107,105,101,44,32,49,2,3,4,191,184,28,13,135,226,149,92,145,212,209,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,45,102,117,110,99,116,105,111,110,97,108,44,32,49,2,3,4,191,184,28,13,135,226,149,92,145,212,209,0,2,1,33,115,101,116,45,99,111,111,107,105,101,44,32,104,117,108,107,67,111,111,107,105,101,66,97,114,67,108,105,99,107,44,32,49,2,1,118,33,25,1,0,2,1,28,115,101,116,45,99,111,111,107,105,101,44,32,67,111,111,107,105,101,67,111,110,115,101,110,116,44,32,49,2,3,6,212,29,147,8,137,227,69,175,227,176,23,0,2,1,39,115,101,116,45,99,111,111,107,105,101,44,32,122,111,111,109,109,101,114,45,99,111,111,107,105,101,95,97,103,114,101,101,100,44,32,116,114,117,101,2,1,35,220,156,202,0,2,1,40,115,101,116,45,99,111,111,107,105,101,44,32,97,99,99,101,112,116,101,100,95,99,111,111,107,105,101,95,112,111,108,105,99,121,44,32,116,114,117,101,2,1,21,22,245,160,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,103,100,112,114,95,99,111,111,107,105,101,95,116,111,107,101,110,44,32,49,2,1,83,175,191,155,0,2,1,44,115,101,116,45,99,111,111,107,105,101,44,32,95,99,111,110,115,101,110,116,95,112,101,114,115,111,110,97,108,105,122,97,116,105,111,110,44,32,100,101,110,105,101,100,2,1,83,175,191,155,0,2,1,38,115,101,116,45,99,111,111,107,105,101,44,32,95,99,111,110,115,101,110,116,95,97,110,97,108,121,116,105,99,115,44,32,100,101,110,105,101,100,2,1,83,175,191,155,0,2,1,38,115,101,116,45,99,111,111,107,105,101,44,32,95,99,111,110,115,101,110,116,95,109,97,114,107,101,116,105,110,103,44,32,100,101,110,105,101,100,2,1,83,175,191,155,0,2,1,25,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,87,97,108,108,44,32,49,2,3,98,157,84,68,225,117,106,207,254,51,21,212,0,2,1,25,115,101,116,45,99,111,111,107,105,101,44,32,110,111,95,99,111,111,107,105,101,115,44,32,49,2,1,60,86,141,104,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,104,105,100,101,99,111,111,107,105,101,115,98,97,110,110,101,114,44,32,49,2,1,60,86,141,104,0,2,1,37,115,101,116,45,99,111,111,107,105,101,44,32,67,111,111,107,105,101,110,97,116,111,114,67,111,110,115,101,110,116,44,32,102,97,108,115,101,2,1,226,241,153,231,0,2,1,30,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,87,97,108,108,79,112,116,73,110,44,32,48,2,3,98,157,84,68,225,117,106,207,254,51,21,212,0,2,1,43,115,101,116,45,99,111,111,107,105,101,44,32,97,110,97,108,121,116,105,99,115,67,111,111,107,105,101,115,65,99,99,101,112,116,101,100,44,32,102,97,108,115,101,2,1,70,78,2,251,0,2,1,24,115,101,116,45,99,111,111,107,105,101,44,32,99,102,52,50,49,50,95,99,110,44,32,49,2,1,66,208,20,96,0,2,1,39,115,101,116,45,99,111,111,107,105,101,44,32,109,101,100,105,97,67,111,111,107,105,101,115,65,99,99,101,112,116,101,100,44,32,102,97,108,115,101,2,1,70,78,2,251,0,2,1,42,115,101,116,45,99,111,111,107,105,101,44,32,109,97,110,100,97,116,111,114,121,67,111,111,107,105,101,115,65,99,99,101,112,116,101,100,44,32,116,114,117,101,2,1,70,78,2,251,0,2,1,22,115,101,116,45,99,111,111,107,105,101,44,32,103,116,97,103,44,32,116,114,117,101,2,1,138,169,131,181,0,2,1,44,115,101,116,45,99,111,111,107,105,101,44,32,66,111,107,97,100,105,114,101,107,116,67,111,111,107,105,101,80,114,101,102,101,114,101,110,99,101,115,77,80,44,32,49,2,1,254,171,46,185,0,2,1,36,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,65,99,107,110,111,119,108,101,100,103,101,100,44,32,116,114,117,101,2,12,27,117,68,99,29,45,39,34,34,214,62,251,77,23,153,59,82,72,89,208,89,236,248,3,96,239,142,94,102,87,3,213,118,33,106,253,129,199,91,102,139,95,211,48,196,72,98,254,0,2,1,40,115,101,116,45,99,111,111,107,105,101,44,32,100,97,116,97,45,112,114,105,118,97,99,121,45,115,116,97,116,101,109,101,110,116,44,32,116,114,117,101,2,1,62,4,221,81,0,2,1,42,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,95,112,114,105,118,97,99,121,95,108,101,118,101,108,44,32,114,101,113,117,105,114,101,100,2,1,227,61,124,66,0,2,1,47,115,101,116,45,99,111,111,107,105,101,44,32,97,99,99,101,112,116,101,100,95,99,111,111,107,105,101,115,44,32,116,114,117,101,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,227,61,124,66,0,2,1,35,115,101,116,45,99,111,111,107,105,101,44,32,77,65,84,79,77,79,95,67,79,78,83,69,78,84,95,71,73,86,69,78,44,32,48,2,1,247,227,0,84,0,2,1,51,115,101,116,45,99,111,111,107,105,101,44,32,66,65,66,89,95,77,65,82,75,69,84,73,78,71,95,67,79,79,75,73,69,83,95,67,79,78,83,69,78,84,69,68,44,32,102,97,108,115,101,2,1,141,4,235,176,0,2,1,53,115,101,116,45,99,111,111,107,105,101,44,32,66,65,66,89,95,80,69,82,70,79,82,77,65,78,67,69,95,67,79,79,75,73,69,83,95,67,79,78,83,69,78,84,69,68,44,32,102,97,108,115,101,2,1,141,4,235,176,0,2,1,50,115,101,116,45,99,111,111,107,105,101,44,32,66,65,66,89,95,78,69,67,69,83,83,65,82,89,95,67,79,79,75,73,69,83,95,67,79,78,83,69,78,84,69,68,44,32,116,114,117,101,2,1,141,4,235,176,0,2,1,36,115,101,116,45,99,111,111,107,105,101,44,32,99,111,110,115,101,110,116,95,101,115,115,101,110,116,105,97,108,44,32,97,108,108,111,119,2,1,208,95,128,3,0,2,1,26,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,115,104,111,119,110,44,32,49,2,1,112,154,225,45,0,2,1,22,115,101,116,45,99,111,111,107,105,101,44,32,119,97,114,110,44,32,116,114,117,101,2,1,20,15,89,250,0,2,1,33,115,101,116,45,99,111,111,107,105,101,44,32,111,112,116,105,110,67,111,111,107,105,101,83,101,116,116,105,110,103,44,32,49,2,6,5,109,35,236,105,172,143,186,165,157,91,178,217,196,38,156,230,36,154,245,253,63,11,27,0,2,1,31,115,101,116,45,99,111,111,107,105,101,44,32,112,114,105,118,97,99,121,45,115,104,111,119,110,44,32,116,114,117,101,2,1,78,201,19,42,0,2,1,42,115,101,116,45,99,111,111,107,105,101,44,32,115,108,105,109,115,116,97,116,95,111,112,116,111,117,116,95,116,114,97,99,107,105,110,103,44,32,116,114,117,101,2,1,78,201,19,42,0,2,1,29,115,101,116,45,99,111,111,107,105,101,44,32,110,112,112,95,97,110,97,108,121,116,105,99,97,108,44,32,48,2,1,38,157,20,144,0,2,1,34,115,101,116,45,99,111,111,107,105,101,44,32,105,110,115,104,111,112,67,111,111,107,105,101,115,83,101,116,44,32,116,114,117,101,2,1,74,247,206,49,0,2,1,29,115,101,116,45,99,111,111,107,105,101,44,32,97,100,115,67,111,111,107,105,101,115,44,32,102,97,108,115,101,2,1,74,247,206,49,0,2,1,37,115,101,116,45,99,111,111,107,105,101,44,32,112,101,114,102,111,114,109,97,110,99,101,67,111,111,107,105,101,115,44,32,102,97,108,115,101,2,1,74,247,206,49,0,2,1,26,115,101,116,45,99,111,111,107,105,101,44,32,115,97,95,100,101,109,111,44,32,102,97,108,115,101,2,1,246,239,37,28,0,2,1,35,115,101,116,45,99,111,111,107,105,101,44,32,97,110,105,109,97,116,101,100,95,100,114,97,119,105,110,103,115,44,32,116,114,117,101,2,1,223,219,208,13,0,2,1,30,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,83,116,97,116,117,115,44,32,116,114,117,101,2,1,99,204,186,88,0,2,1,28,115,101,116,45,99,111,111,107,105,101,44,32,115,119,103,67,111,111,107,105,101,44,32,102,97,108,115,101,2,1,142,216,105,22,0,2,1,46,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,67,111,110,115,101,110,116,80,114,101,102,101,114,101,110,99,101,115,71,114,97,110,116,101,100,44,32,49,2,1,82,207,22,19,0,2,1,44,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,67,111,110,115,101,110,116,77,97,114,107,101,116,105,110,103,71,114,97,110,116,101,100,44,32,48,2,1,82,207,22,19,0,2,1,35,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,67,111,110,115,101,110,116,71,114,97,110,116,101,100,44,32,49,2,2,82,72,137,175,82,207,22,19,0,2,1,34,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,115,45,114,101,106,101,99,116,101,100,44,32,116,114,117,101,2,1,126,2,180,7,0,2,1,36,115,101,116,45,99,111,111,107,105,101,44,32,78,76,95,67,79,79,75,73,69,95,75,79,77,70,79,82,84,44,32,102,97,108,115,101,2,1,246,238,150,208,0,2,1,47,115,101,116,45,99,111,111,107,105,101,44,32,78,76,95,67,79,79,75,73,69,95,77,69,77,79,82,89,44,32,116,114,117,101,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,246,238,150,208,0,2,1,34,115,101,116,45,99,111,111,107,105,101,44,32,78,76,95,67,79,79,75,73,69,95,83,84,65,84,83,44,32,102,97,108,115,101,2,1,246,238,150,208,0,2,1,30,115,101,116,45,99,111,111,107,105,101,44,32,112,119,115,95,103,100,114,112,95,97,99,99,101,112,116,44,32,49,2,1,229,19,190,76,0,2,1,21,115,101,116,45,99,111,111,107,105,101,44,32,104,97,118,101,49,56,44,32,49,2,1,126,227,193,76,0,2,1,26,115,101,116,45,99,111,111,107,105,101,44,32,112,101,108,109,95,99,115,116,97,116,101,44,32,49,2,1,157,137,34,187,0,2,1,27,115,101,116,45,99,111,111,107,105,101,44,32,112,101,108,109,95,99,111,110,115,101,110,116,44,32,49,2,1,157,137,34,187,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,97,99,99,101,112,116,45,99,111,111,107,105,101,115,44,32,116,114,117,101,2,1,89,230,142,143,0,2,1,44,115,101,116,45,99,111,111,107,105,101,44,32,97,99,99,101,112,116,45,97,110,97,108,121,116,105,99,97,108,45,99,111,111,107,105,101,115,44,32,102,97,108,115,101,2,1,89,230,142,143,0,2,1,43,115,101,116,45,99,111,111,107,105,101,44,32,97,99,99,101,112,116,45,109,97,114,107,101,116,105,110,103,45,99,111,111,107,105,101,115,44,32,102,97,108,115,101,2,1,89,230,142,143,0,2,1,30,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,45,108,101,118,101,108,45,118,52,44,32,48,2,1,168,254,43,56,0,2,1,34,115,101,116,45,99,111,111,107,105,101,44,32,97,110,97,108,121,116,105,99,115,95,99,111,110,115,101,110,116,44,32,121,101,115,2,1,215,58,233,3,0,2,1,33,115,101,116,45,99,111,111,107,105,101,44,32,115,101,105,45,99,99,112,97,45,98,97,110,110,101,114,44,32,116,114,117,101,2,1,22,71,232,203,0,2,1,36,115,101,116,45,99,111,111,107,105,101,44,32,97,119,120,95,99,111,111,107,105,101,95,99,111,110,115,101,110,116,44,32,116,114,117,101,2,1,253,150,3,185,0,2,1,29,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,95,119,97,114,110,105,110,103,44,32,49,2,1,50,64,204,109,0,2,1,27,115,101,116,45,99,111,111,107,105,101,44,32,97,108,108,111,119,67,111,111,107,105,101,115,44,32,48,2,1,171,27,192,149,0,2,1,38,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,80,111,108,105,99,121,65,99,99,101,112,116,101,100,44,32,116,114,117,101,2,1,148,186,156,47,0,2,1,42,115,101,116,45,99,111,111,107,105,101,44,32,99,111,100,101,99,97,109,112,115,46,99,111,111,107,105,101,115,67,111,110,115,101,110,116,44,32,116,114,117,101,2,1,130,35,224,89,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,115,67,111,110,115,101,110,116,44,32,116,114,117,101,2,1,106,250,226,172,0,2,1,33,115,101,116,45,99,111,111,107,105,101,44,32,99,111,110,115,101,110,116,95,117,112,100,97,116,101,100,44,32,116,114,117,101,2,1,104,254,151,164,0,2,1,37,115,101,116,45,99,111,111,107,105,101,44,32,67,111,111,107,105,101,110,97,116,111,114,67,111,110,115,101,110,116,44,32,102,97,108,115,101,2,1,55,149,105,52,0,2,1,19,115,101,116,45,99,111,111,107,105,101,44,32,97,99,115,114,44,32,49,2,1,242,33,51,235,0,2,1,41,115,101,116,45,99,111,111,107,105,101,44,32,95,95,104,115,95,103,112,99,95,98,97,110,110,101,114,95,100,105,115,109,105,115,115,44,32,116,114,117,101,2,1,137,242,202,87,0,2,1,36,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,121,101,115,45,110,101,99,101,115,115,97,114,121,44,32,121,101,115,2,2,63,205,169,91,78,117,166,39,0,2,1,31,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,121,101,115,45,111,116,104,101,114,44,32,110,111,2,2,63,205,169,91,78,117,166,39,0,2,1,27,115,101,116,45,99,111,111,107,105,101,44,32,99,107,121,45,97,99,116,105,111,110,44,32,121,101,115,2,2,63,205,169,91,78,117,166,39,0,2,1,36,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,121,101,115,45,102,117,110,99,116,105,111,110,97,108,44,32,110,111,2,2,63,205,169,91,78,117,166,39,0,2,1,51,115,101,116,45,99,111,111,107,105,101,44,32,104,97,115,45,100,101,99,108,105,110,101,100,45,99,111,111,107,105,101,115,44,32,116,114,117,101,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,148,181,115,31,0,2,1,40,115,101,116,45,99,111,111,107,105,101,44,32,104,97,115,45,97,103,114,101,101,100,45,116,111,45,99,111,111,107,105,101,115,44,32,102,97,108,115,101,2,1,148,181,115,31,0,2,1,24,115,101,116,45,99,111,111,107,105,101,44,32,101,115,115,101,110,116,105,97,108,44,32,89,2,1,111,124,156,64,0,2,1,24,115,101,116,45,99,111,111,107,105,101,44,32,97,110,97,108,121,116,105,99,115,44,32,78,2,1,111,124,156,64,0,2,1,25,115,101,116,45,99,111,111,107,105,101,44,32,102,117,110,99,116,105,111,110,97,108,44,32,78,2,1,111,124,156,64,0,2,1,49,115,101,116,45,99,111,111,107,105,101,44,32,103,114,97,100,101,112,114,111,111,102,95,115,104,111,119,110,95,99,111,111,107,105,101,95,119,97,114,110,105,110,103,44,32,116,114,117,101,2,1,159,106,231,247,0,2,1,34,115,101,116,45,99,111,111,107,105,101,44,32,115,98,101,114,46,112,101,114,115,95,110,111,116,105,99,101,95,101,110,44,32,49,2,1,216,112,91,204,0,2,1,34,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,115,95,99,111,110,115,101,110,116,101,100,44,32,121,101,115,2,1,140,10,139,68,0,2,1,33,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,115,95,99,111,110,115,101,110,116,44,32,116,114,117,101,2,1,126,167,107,71,0,2,1,34,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,115,95,99,111,110,115,101,110,116,44,32,102,97,108,115,101,2,1,126,167,107,71,0,2,1,30,115,101,116,45,99,111,111,107,105,101,44,32,97,110,97,108,45,111,112,116,45,105,110,44,32,102,97,108,115,101,2,1,126,167,107,71,0,2,1,23,115,101,116,45,99,111,111,107,105,101,44,32,97,99,99,101,112,116,101,100,44,32,49,2,1,192,148,217,178,0,2,1,35,115,101,116,45,99,111,111,107,105,101,44,32,67,66,51,57,51,95,68,79,78,79,84,82,69,79,80,69,78,44,32,116,114,117,101,2,1,132,101,55,141,0,2,1,47,115,101,116,45,99,111,111,107,105,101,44,32,65,89,84,79,95,67,79,82,85,78,65,95,67,79,79,75,73,69,83,44,32,49,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,41,107,177,14,0,2,1,47,115,101,116,45,99,111,111,107,105,101,44,32,73,54,73,73,83,67,79,79,75,73,69,67,79,78,83,69,78,84,48,44,32,110,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,143,191,40,47,0,2,1,26,115,101,116,45,99,111,111,107,105,101,44,32,104,116,103,95,99,111,110,115,101,110,116,44,32,48,2,1,35,61,16,46,0,2,1,27,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,95,111,108,100,97,108,44,32,49,2,1,108,86,229,167,0,2,1,31,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,95,109,97,114,107,101,116,105,110,103,44,32,48,2,1,108,86,229,167,0,2,1,25,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,95,106,111,103,44,32,49,2,1,108,86,229,167,0,2,1,24,115,101,116,45,99,111,111,107,105,101,44,32,99,112,95,99,99,95,97,100,115,44,32,48,2,1,41,208,31,171,0,2,1,26,115,101,116,45,99,111,111,107,105,101,44,32,99,112,95,99,99,95,115,116,97,116,115,44,32,48,2,1,41,208,31,171,0,2,1,29,115,101,116,45,99,111,111,107,105,101,44,32,99,112,95,99,99,95,114,101,113,117,105,114,101,100,44,32,49,2,1,41,208,31,171,0,2,1,33,115,101,116,45,99,111,111,107,105,101,44,32,97,101,45,99,111,111,107,105,101,98,97,110,110,101,114,44,32,116,114,117,101,2,1,160,58,194,33,0,2,1,29,115,101,116,45,99,111,111,107,105,101,44,32,97,101,45,101,115,101,110,116,105,97,108,44,32,116,114,117,101,2,1,160,58,194,33,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,97,101,45,115,116,97,116,105,115,116,105,99,115,44,32,102,97,108,115,101,2,1,160,58,194,33,0,2,1,41,115,101,116,45,99,111,111,107,105,101,44,32,99,99,115,45,115,117,112,112,108,105,101,114,99,111,110,110,101,99,116,44,32,65,67,67,69,80,84,69,68,2,1,213,131,142,34,0,2,1,33,115,101,116,45,99,111,111,107,105,101,44,32,97,99,99,101,112,116,101,100,95,99,111,111,107,105,101,115,44,32,121,101,115,2,1,184,205,177,226,0,2,1,19,115,101,116,45,99,111,111,107,105,101,44,32,110,111,116,101,44,32,49,2,1,161,39,136,130,0,2,1,35,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,67,111,110,115,101,110,116,44,32,114,101,113,117,105,114,101,100,2,1,114,144,137,186,0,2,1,35,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,67,111,110,115,101,110,116,44,32,97,99,99,101,112,116,101,100,2,2,89,1,193,11,89,107,59,54,0,2,1,20,115,101,116,45,99,111,111,107,105,101,44,32,112,100,95,99,99,44,32,49,2,1,206,227,29,65,0,2,1,30,115,101,116,45,99,111,111,107,105,101,44,32,103,100,112,114,95,111,107,44,32,110,101,99,101,115,115,97,114,121,2,1,62,38,138,106,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,97,108,108,111,119,84,114,97,99,107,105,110,103,44,32,102,97,108,115,101,2,3,148,100,37,133,167,60,197,179,217,38,148,227,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,115,45,109,97,114,107,101,116,105,110,103,44,32,78,2,1,183,125,212,215,0,2,1,35,115,101,116,45,99,111,111,107,105,101,44,32,118,97,114,109,97,102,105,95,109,97,110,100,97,116,111,114,121,44,32,116,114,117,101,2,1,19,235,180,151,0,2,1,33,115,101,116,45,99,111,111,107,105,101,44,32,86,121,111,115,67,111,111,107,105,101,115,44,32,65,99,99,101,112,116,101,100,2,1,55,2,35,168,0,2,1,35,115,101,116,45,99,111,111,107,105,101,44,32,97,110,97,108,121,116,105,99,115,67,111,110,115,101,110,116,44,32,102,97,108,115,101,2,1,204,88,34,17,0,2,1,29,115,101,116,45,99,111,111,107,105,101,44,32,97,100,115,67,111,110,115,101,110,116,44,32,102,97,108,115,101,2,1,204,88,34,17,0,2,1,27,115,101,116,45,99,111,111,107,105,101,44,32,116,101,95,99,111,111,107,105,101,95,111,107,44,32,49,2,1,101,231,79,129,0,2,1,48,115,101,116,45,99,111,111,107,105,101,44,32,97,109,99,111,111,107,105,101,95,112,111,108,105,99,121,95,114,101,115,116,114,105,99,116,105,111,110,44,32,97,108,108,111,119,101,100,2,3,31,64,254,16,102,109,134,80,229,222,127,24,0,2,1,34,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,67,111,110,115,101,110,116,44,32,97,108,108,111,119,101,100,2,1,61,180,120,204,0,2,1,34,115,101,116,45,99,111,111,107,105,101,44,32,100,119,95,99,111,111,107,105,101,115,95,97,99,99,101,112,116,101,100,44,32,49,2,1,111,116,220,209,0,2,1,41,115,101,116,45,99,111,111,107,105,101,44,32,97,99,99,101,112,116,67,111,110,118,101,114,115,101,67,111,111,107,105,101,80,111,108,105,99,121,44,32,48,2,1,111,116,220,209,0,2,1,26,115,101,116,45,99,111,111,107,105,101,44,32,103,100,112,114,45,98,97,110,110,101,114,44,32,49,2,1,57,45,101,113,0,2,1,30,115,101,116,45,99,111,111,107,105,101,44,32,112,114,105,118,97,99,121,83,101,116,116,105,110,103,115,44,32,49,2,1,158,123,51,99,0,2,1,43,115,101,116,45,99,111,111,107,105,101,44,32,97,114,101,95,101,115,115,101,110,116,105,97,108,95,99,111,110,115,101,110,116,115,95,103,105,118,101,110,44,32,49,2,1,114,168,240,26,0,2,1,52,115,101,116,45,99,111,111,107,105,101,44,32,105,115,95,112,101,114,115,111,110,97,108,105,122,101,100,95,99,111,110,116,101,110,116,95,99,111,110,115,101,110,116,95,103,105,118,101,110,44,32,49,2,1,114,168,240,26,0,2,1,41,115,101,116,45,99,111,111,107,105,101,44,32,97,99,101,112,116,97,95,99,111,111,107,105,101,115,95,102,117,110,99,105,111,110,97,108,101,115,44,32,49,2,1,131,28,124,152,0,2,1,42,115,101,116,45,99,111,111,107,105,101,44,32,97,99,101,112,116,97,95,99,111,111,107,105,101,115,95,111,98,108,105,103,97,116,111,114,105,97,115,44,32,49,2,1,131,28,124,152,0,2,1,45,115,101,116,45,99,111,111,107,105,101,44,32,97,99,101,112,116,97,95,99,111,111,107,105,101,115,95,112,101,114,115,111,110,97,108,105,122,97,99,105,111,110,44,32,49,2,1,131,28,124,152,0,2,1,38,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,112,111,108,105,99,121,105,110,102,111,95,110,101,119,44,32,116,114,117,101,2,1,116,51,206,221,0,2,1,30,115,101,116,45,99,111,111,107,105,101,44,32,97,99,99,101,112,116,67,111,111,107,105,101,44,32,116,114,117,101,2,3,115,86,199,152,157,49,204,221,190,189,89,212,0,2,1,44,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,115,45,114,101,113,117,105,114,101,100,44,32,49,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,100,11,17,27,0,2,1,20,115,101,116,45,99,111,111,107,105,101,44,32,101,101,45,104,106,44,32,110,2,1,66,178,99,67,0,2,1,33,115,101,116,45,99,111,111,107,105,101,44,32,101,101,45,99,97,44,32,121,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,66,178,99,67,0,2,1,20,115,101,116,45,99,111,111,107,105,101,44,32,101,101,45,121,116,44,32,121,2,1,66,178,99,67,0,2,1,35,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,95,97,110,97,108,121,116,105,99,115,44,32,102,97,108,115,101,2,1,116,51,206,221,0,2,1,28,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,67,111,110,115,101,110,116,44,32,49,2,2,198,1,112,60,228,89,172,131,0,2,1,35,115,101,116,45,99,111,111,107,105,101,44,32,101,116,95,99,111,111,107,105,101,95,99,111,110,115,101,110,116,44,32,116,114,117,101,2,1,184,229,185,114,0,2,1,29,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,66,97,115,105,99,44,32,116,114,117,101,2,1,76,155,227,251,0,2,1,28,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,77,111,108,100,44,32,116,114,117,101,2,1,186,43,179,248,0,2,1,35,115,101,116,45,99,111,111,107,105,101,44,32,121,116,112,114,101,102,115,95,103,100,112,114,95,99,111,110,115,101,110,116,44,32,49,2,1,42,76,66,217,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,101,102,105,108,101,45,99,111,111,107,105,101,110,97,109,101,45,44,32,49,2,1,6,202,100,103,0,2,1,63,115,101,116,45,99,111,111,107,105,101,44,32,112,108,103,95,115,121,115,116,101,109,95,100,106,99,111,111,107,105,101,109,111,110,115,116,101,114,95,105,110,102,111,114,109,101,100,44,32,49,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,65,141,236,134,0,2,1,21,115,101,116,45,99,111,111,107,105,101,44,32,99,118,99,44,32,116,114,117,101,2,1,126,80,48,198,0,2,1,33,115,101,116,45,99,111,111,107,105,101,44,32,99,111,110,115,101,110,116,95,117,112,100,97,116,101,100,44,32,116,114,117,101,2,1,151,145,181,211,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,67,111,110,115,101,110,116,51,44,32,116,114,117,101,2,1,193,179,102,88,0,2,1,44,115,101,116,45,99,111,111,107,105,101,44,32,97,99,114,105,115,95,99,111,111,107,105,101,95,97,99,99,44,32,49,44,32,44,32,114,101,108,111,97,100,44,32,49,2,2,130,162,61,75,241,120,197,253,0,2,1,52,115,101,116,45,99,111,111,107,105,101,44,32,116,101,114,109,115,102,101,101,100,95,112,99,49,95,110,111,116,105,99,101,95,98,97,110,110,101,114,95,104,105,100,100,101,110,44,32,116,114,117,101,2,1,144,37,2,100,0,2,1,36,115,101,116,45,99,111,111,107,105,101,44,32,99,109,112,108,122,95,109,97,114,107,101,116,105,110,103,44,32,97,108,108,111,119,101,100,2,1,186,163,153,20,0,2,1,34,115,101,116,45,99,111,111,107,105,101,44,32,99,109,112,108,122,95,109,97,114,107,101,116,105,110,103,44,32,97,108,108,111,119,2,1,105,175,67,169,0,2,1,30,115,101,116,45,99,111,111,107,105,101,44,32,97,99,107,110,111,119,108,101,100,103,101,100,44,32,116,114,117,101,2,1,164,133,215,219,0,2,1,28,115,101,116,45,99,111,111,107,105,101,44,32,99,99,112,97,97,99,99,101,112,116,44,32,116,114,117,101,2,1,40,85,144,166,0,2,1,45,115,101,116,45,99,111,111,107,105,101,44,32,103,100,112,114,95,115,104,105,101,108,100,95,110,111,116,105,99,101,95,100,105,115,109,105,115,115,101,100,44,32,121,101,115,2,1,35,23,37,158,0,2,1,70,115,101,116,45,99,111,111,107,105,101,44,32,108,117,99,105,95,103,97,67,111,110,115,101,110,116,95,57,53,57,55,51,102,55,98,45,54,100,98,99,45,52,100,97,99,45,97,57,49,54,45,97,98,50,99,102,51,98,52,97,102,49,49,44,32,102,97,108,115,101,2,1,27,219,204,123,0,2,1,36,115,101,116,45,99,111,111,107,105,101,44,32,108,117,99,105,95,67,111,111,107,105,101,67,111,110,115,101,110,116,44,32,116,114,117,101,2,1,27,219,204,123,0,2,1,30,115,101,116,45,99,111,111,107,105,101,44,32,110,103,45,99,99,45,110,101,99,101,115,115,97,114,121,44,32,49,2,1,240,215,10,205,0,2,1,36,115,101,116,45,99,111,111,107,105,101,44,32,110,103,45,99,99,45,97,99,99,101,112,116,101,100,44,32,97,99,99,101,112,116,101,100,2,1,240,215,10,205,0,2,1,36,115,101,116,45,99,111,111,107,105,101,44,32,80,114,105,118,97,99,121,80,111,108,105,99,121,79,112,116,79,117,116,44,32,121,101,115,2,1,13,174,106,218,0,2,1,35,115,101,116,45,99,111,111,107,105,101,44,32,99,111,110,115,101,110,116,65,110,97,108,121,116,105,99,115,44,32,102,97,108,115,101,2,2,159,136,32,189,177,219,181,152,0,2,1,37,115,101,116,45,99,111,111,107,105,101,44,32,99,111,110,115,101,110,116,65,100,118,101,114,116,105,115,105,110,103,44,32,102,97,108,115,101,2,2,159,136,32,189,177,219,181,152,0,2,1,41,115,101,116,45,99,111,111,107,105,101,44,32,99,111,110,115,101,110,116,80,101,114,115,111,110,97,108,105,122,97,116,105,111,110,44,32,102,97,108,115,101,2,2,159,136,32,189,177,219,181,152,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,112,114,105,118,97,99,121,69,120,112,105,114,97,116,105,111,110,44,32,49,2,2,159,136,32,189,177,219,181,152,0,2,1,30,115,101,116,45,99,111,111,107,105,101,44,32,112,114,105,118,97,99,121,83,101,116,116,105,110,103,115,44,32,49,2,2,159,136,32,189,177,219,181,152,0,2,1,38,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,99,111,110,115,101,110,116,95,115,116,97,116,117,115,44,32,100,101,110,121,2,1,37,49,30,126,0,2,1,41,115,101,116,45,99,111,111,107,105,101,44,32,108,114,95,99,111,111,107,105,101,115,95,116,101,99,110,105,99,97,115,44,32,97,99,99,101,112,116,101,100,2,1,34,150,182,206,0,2,1,51,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,115,95,115,117,114,101,115,116,97,111,44,32,97,99,99,101,112,116,101,100,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,34,150,182,206,0,2,1,33,115,101,116,45,99,111,111,107,105,101,44,32,104,105,100,101,45,99,111,111,107,105,101,45,98,97,110,110,101,114,44,32,49,2,1,194,197,252,41,0,2,1,31,115,101,116,45,99,111,111,107,105,101,44,32,102,106,97,108,108,114,97,118,101,110,67,111,111,107,105,101,44,32,49,2,1,220,1,40,182,0,2,1,38,115,101,116,45,99,111,111,107,105,101,44,32,97,99,99,101,112,116,95,99,111,111,107,105,101,95,112,111,108,105,99,121,44,32,116,114,117,101,2,1,222,57,176,196,0,2,1,25,115,101,116,45,99,111,111,107,105,101,44,32,95,109,97,114,107,101,116,105,110,103,44,32,48,2,1,217,82,115,223,0,2,1,27,115,101,116,45,99,111,111,107,105,101,44,32,95,112,101,114,102,111,114,109,97,110,99,101,44,32,48,2,1,217,82,115,223,0,2,1,25,115,101,116,45,99,111,111,107,105,101,44,32,82,103,112,100,66,97,110,110,101,114,44,32,49,2,1,217,82,115,223,0,2,1,41,115,101,116,45,99,111,111,107,105,101,44,32,115,101,101,110,95,99,111,111,107,105,101,95,109,101,115,115,97,103,101,44,32,97,99,99,101,112,116,101,100,2,1,169,46,16,114,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,99,111,109,112,108,105,97,110,99,101,67,111,111,107,105,101,44,32,111,110,2,1,89,55,252,45,0,2,1,38,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,84,101,114,109,115,68,105,115,109,105,115,115,101,100,44,32,116,114,117,101,2,1,67,86,100,255,0,2,1,42,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,45,99,111,110,115,101,110,116,44,32,49,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,41,223,59,65,0,2,1,29,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,45,99,111,110,115,101,110,116,44,32,48,2,1,39,200,225,112,0,2,1,50,115,101,116,45,99,111,111,107,105,101,44,32,101,99,111,108,111,103,105,95,99,111,111,107,105,101,95,99,111,110,115,101,110,116,95,50,48,50,50,48,50,50,52,44,32,102,97,108,115,101,2,1,106,175,62,0,0,2,1,43,115,101,116,45,99,111,111,107,105,101,44,32,97,112,112,66,97,110,110,101,114,80,111,112,85,112,82,117,108,101,115,67,111,111,107,105,101,44,32,116,114,117,101,2,1,127,45,124,160,0,2,1,38,115,101,116,45,99,111,111,107,105,101,44,32,101,117,114,97,99,95,99,111,111,107,105,101,95,99,111,110,115,101,110,116,44,32,116,114,117,101,2,1,138,73,239,181,0,2,1,36,115,101,116,45,99,111,111,107,105,101,44,32,97,107,97,115,97,97,105,114,67,111,111,107,105,101,44,32,97,99,99,101,112,116,101,100,2,1,37,243,174,83,0,2,1,23,115,101,116,45,99,111,111,107,105,101,44,32,114,105,116,116,97,108,67,67,44,32,49,2,1,36,118,55,78,0,2,1,28,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,45,97,103,114,101,101,100,44,32,50,2,2,226,171,152,4,237,56,29,7,0,2,1,38,115,101,116,45,99,111,111,107,105,101,44,32,99,107,105,101,115,95,102,97,99,101,98,111,111,107,95,112,105,120,101,108,44,32,100,101,110,121,2,1,147,169,231,220,0,2,1,40,115,101,116,45,99,111,111,107,105,101,44,32,99,107,105,101,115,95,103,111,111,103,108,101,95,97,110,97,108,121,116,105,99,115,44,32,100,101,110,121,2,1,147,169,231,220,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,99,107,105,101,115,95,121,111,117,116,117,98,101,44,32,97,108,108,111,119,2,1,147,169,231,220,0,2,1,35,115,101,116,45,99,111,111,107,105,101,44,32,99,107,105,101,115,95,99,108,111,117,100,102,108,97,114,101,44,32,97,108,108,111,119,2,1,147,169,231,220,0,2,1,31,115,101,116,45,99,111,111,107,105,101,44,32,99,107,105,101,115,95,112,97,121,112,97,108,44,32,97,108,108,111,119,2,1,147,169,231,220,0,2,1,40,115,101,116,45,99,111,111,107,105,101,44,32,99,107,105,101,115,95,119,101,98,95,115,116,111,114,101,95,115,116,97,116,101,44,32,97,108,108,111,119,2,1,147,169,231,220,0,2,1,24,115,101,116,45,99,111,111,107,105,101,44,32,104,97,115,80,111,108,105,99,121,44,32,89,2,1,46,147,207,193,0,2,1,53,115,101,116,45,99,111,111,107,105,101,44,32,109,111,100,97,108,80,111,108,105,99,121,67,111,111,107,105,101,78,111,116,65,99,99,101,112,116,101,100,44,32,110,111,116,97,99,99,101,112,116,101,100,2,1,126,46,1,215,0,2,1,30,115,101,116,45,99,111,111,107,105,101,44,32,77,65,78,65,95,67,79,78,83,69,78,84,44,32,116,114,117,101,2,1,94,255,168,248,0,2,1,37,115,101,116,45,99,111,111,107,105,101,44,32,95,117,108,95,99,111,111,107,105,101,95,99,111,110,115,101,110,116,44,32,97,108,108,111,119,2,1,36,43,116,140,0,2,1,34,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,80,114,101,102,65,110,97,108,121,116,105,99,115,44,32,48,2,1,224,102,169,245,0,2,1,34,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,80,114,101,102,77,97,114,107,101,116,105,110,103,44,32,48,2,1,224,102,169,245,0,2,1,47,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,80,114,101,102,84,104,105,114,100,80,97,114,116,121,65,112,112,108,105,99,97,116,105,111,110,115,44,32,48,2,1,224,102,169,245,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,116,114,97,99,107,105,110,103,67,111,111,107,105,101,115,44,32,111,102,102,2,1,160,198,144,230,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,99,111,109,112,108,105,97,110,99,101,67,111,111,107,105,101,44,32,111,110,2,1,160,198,144,230,0,2,1,31,115,101,116,45,99,111,111,107,105,101,44,32,97,99,99,101,112,116,97,110,97,108,121,116,105,99,115,44,32,110,111,2,1,46,142,121,10,0,2,1,33,115,101,116,45,99,111,111,107,105,101,44,32,97,99,99,101,112,116,97,100,118,101,114,116,105,115,105,110,103,44,32,110,111,2,1,46,142,121,10,0,2,1,33,115,101,116,45,99,111,111,107,105,101,44,32,97,99,99,101,112,116,102,117,110,99,116,105,111,110,97,108,44,32,121,101,115,2,1,46,142,121,10,0,2,1,37,115,101,116,45,99,111,111,107,105,101,44,32,99,111,110,115,101,110,116,49,56,44,32,48,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,214,1,10,253,0,2,1,31,115,101,116,45,99,111,111,107,105,101,44,32,104,105,100,101,45,103,100,112,114,45,98,97,114,44,32,116,114,117,101,2,2,170,7,161,142,214,180,242,76,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,65,84,65,46,103,100,112,114,46,112,111,112,117,112,44,32,116,114,117,101,2,1,127,45,255,113,0,2,1,56,115,101,116,45,99,111,111,107,105,101,44,32,65,73,82,69,85,82,79,80,65,95,69,78,83,73,71,72,84,69,78,95,80,82,73,86,65,67,89,95,66,65,78,78,69,82,95,86,73,69,87,69,68,44,32,49,2,1,213,9,216,122,0,2,1,38,115,101,116,45,99,111,111,107,105,101,44,32,112,114,105,118,97,99,121,78,111,116,105,99,101,69,120,112,105,114,101,68,97,116,101,44,32,49,2,1,100,106,135,78,0,2,1,39,115,101,116,45,99,111,111,107,105,101,44,32,112,114,105,118,97,99,121,78,111,116,105,99,101,65,99,99,101,112,116,101,100,44,32,116,114,117,101,2,1,100,106,135,78,0,2,1,30,115,101,116,45,99,111,111,107,105,101,44,32,112,111,108,105,99,121,95,97,99,99,101,112,116,101,100,44,32,49,2,1,179,20,67,178,0,2,1,49,115,101,116,45,99,111,111,107,105,101,44,32,115,116,97,109,112,101,110,45,99,111,111,107,105,101,115,45,104,105,100,101,45,105,110,102,111,114,109,97,116,105,111,110,44,32,121,101,115,2,1,228,34,18,191,0,2,1,39,115,101,116,45,99,111,111,107,105,101,44,32,100,111,109,105,110,111,115,95,99,111,111,107,105,101,115,95,97,99,99,101,112,116,101,100,44,32,49,2,1,254,191,178,0,0,2,1,30,115,101,116,45,99,111,111,107,105,101,44,32,100,101,118,97,95,97,99,99,101,112,116,101,100,44,32,121,101,115,2,1,47,194,160,164,0,2,1,31,115,101,116,45,99,111,111,107,105,101,44,32,112,114,105,118,97,99,121,95,115,101,116,116,105,110,103,115,44,32,49,2,3,103,123,209,119,203,33,57,68,253,34,198,130,0,2,1,30,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,115,95,99,111,110,115,101,110,116,44,32,49,2,3,93,170,186,220,206,96,219,158,228,246,217,16,0,2,1,31,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,115,95,109,111,100,97,108,44,32,116,114,117,101,2,1,226,117,120,165,0,2,1,28,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,95,110,111,116,105,99,101,44,32,49,2,1,8,199,171,147,0,2,1,41,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,95,112,111,108,105,99,121,95,97,103,114,101,101,109,101,110,116,44,32,116,114,117,101,2,1,75,175,60,217,0,2,1,27,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,115,80,111,112,117,112,44,32,49,2,1,77,209,17,42,0,2,1,36,115,101,116,45,99,111,111,107,105,101,44,32,100,105,103,105,98,101,115,116,67,111,111,107,105,101,73,110,102,111,44,32,116,114,117,101,2,1,6,220,40,130,0,2,1,40,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,115,101,116,116,105,110,103,115,95,115,116,97,116,117,115,44,32,97,108,108,111,119,2,1,25,95,98,6,0,2,1,38,115,101,116,45,99,111,111,107,105,101,44,32,95,100,117,101,116,95,103,100,112,114,95,97,99,107,110,111,119,108,101,100,103,101,100,44,32,49,2,1,124,156,243,50,0,2,1,51,115,101,116,45,99,111,111,107,105,101,44,32,100,97,105,109,97,110,116,95,99,111,108,108,101,99,116,105,118,101,44,32,97,99,99,101,112,116,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,211,129,194,191,0,2,1,42,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,115,45,110,111,116,105,99,101,44,32,49,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,90,250,144,187,0,2,1,34,115,101,116,45,99,111,111,107,105,101,44,32,98,97,110,110,101,114,44,32,50,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,107,21,31,26,0,2,1,39,115,101,116,45,99,111,111,107,105,101,44,32,112,114,105,118,97,99,121,45,112,111,108,105,99,121,45,50,48,50,51,44,32,97,99,99,101,112,116,2,1,247,55,42,202,0,2,1,38,115,101,116,45,99,111,111,107,105,101,44,32,117,115,101,114,95,99,111,111,107,105,101,95,99,111,110,115,101,110,116,44,32,102,97,108,115,101,2,1,173,32,237,112,0,2,1,27,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,80,111,108,105,99,121,44,32,52,2,4,15,232,223,116,52,240,148,207,89,208,23,177,171,195,192,103,0,2,1,39,115,101,116,45,99,111,111,107,105,101,44,32,115,116,97,110,100,97,114,100,95,103,100,112,114,95,99,111,110,115,101,110,116,44,32,116,114,117,101,2,1,242,129,217,10,0,2,1,31,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,95,97,99,99,101,112,116,44,32,116,114,117,101,2,1,142,49,74,57,0,2,1,30,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,66,97,110,110,101,114,44,32,116,114,117,101,2,1,233,169,94,203,0,2,1,40,115,101,116,45,99,111,111,107,105,101,44,32,116,110,99,111,111,107,105,101,105,110,102,111,44,32,49,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,124,223,116,63,0,2,1,33,115,101,116,45,99,111,111,107,105,101,44,32,97,103,114,101,101,95,119,105,116,104,95,99,111,111,107,105,101,115,44,32,49,2,1,7,97,103,183,0,2,1,37,115,101,116,45,99,111,111,107,105,101,44,32,115,99,45,112,114,105,118,97,99,121,45,115,101,116,116,105,110,103,115,44,32,116,114,117,101,2,1,156,79,50,19,0,2,1,33,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,45,97,99,99,101,112,116,101,100,44,32,116,114,117,101,2,1,39,198,32,131,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,45,97,99,99,101,112,116,101,100,44,32,121,101,115,2,2,51,235,65,227,84,10,42,61,0,2,1,44,115,101,116,45,99,111,111,107,105,101,44,32,97,99,99,101,112,116,115,65,100,118,101,114,116,105,115,105,110,103,67,111,111,107,105,101,115,44,32,102,97,108,115,101,2,1,122,175,75,143,0,2,1,25,115,101,116,45,99,111,111,107,105,101,44,32,99,111,110,115,101,110,116,65,108,108,44,32,49,2,3,44,203,186,114,68,222,165,20,208,23,68,66,0,2,1,35,115,101,116,45,99,111,111,107,105,101,44,32,104,105,100,101,95,99,111,111,107,105,101,115,95,99,111,110,115,101,110,116,44,32,49,2,1,38,41,151,216,0,2,1,30,115,101,116,45,99,111,111,107,105,101,44,32,110,105,99,101,113,117,101,115,116,95,111,112,116,73,110,44,32,49,2,1,24,105,238,35,0,2,1,38,115,101,116,45,99,111,111,107,105,101,44,32,115,104,98,45,99,111,110,115,101,110,116,45,99,111,111,107,105,101,115,44,32,102,97,108,115,101,2,6,75,176,81,97,88,245,247,144,135,48,10,203,183,33,125,132,205,146,72,74,250,95,14,162,0,2,1,47,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,115,45,97,99,99,101,112,116,101,100,44,32,116,114,117,101,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,229,129,61,155,0,2,1,28,115,101,116,45,99,111,111,107,105,101,44,32,99,112,97,99,99,101,112,116,101,100,44,32,116,114,117,101,2,1,75,5,178,120,0,2,1,37,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,77,101,115,115,97,103,101,68,105,115,109,105,115,115,101,100,44,32,49,2,1,196,80,240,190,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,76,71,95,67,79,79,75,73,69,95,67,79,78,83,69,78,84,44,32,48,2,1,196,80,240,190,0,2,1,31,115,101,116,45,99,111,111,107,105,101,44,32,67,111,111,107,105,101,67,111,110,115,101,110,116,44,32,116,114,117,101,2,9,11,180,188,142,16,108,58,7,18,237,66,82,19,18,157,113,105,127,183,146,135,250,36,142,142,91,50,22,166,154,88,69,232,50,136,93,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,67,111,111,107,105,101,67,111,110,115,101,110,116,44,32,102,97,108,115,101,2,2,116,0,119,135,171,120,12,104,0,2,1,50,115,101,116,45,99,111,111,107,105,101,44,32,103,97,116,115,98,121,45,112,108,117,103,105,110,45,103,111,111,103,108,101,45,116,97,103,109,97,110,97,103,101,114,44,32,102,97,108,115,101,2,2,16,108,58,7,18,237,66,82,0,2,1,33,115,101,116,45,99,111,111,107,105,101,44,32,119,116,114,95,99,111,111,107,105,101,95,99,111,110,115,101,110,116,44,32,49,2,1,197,137,136,240,0,2,1,37,115,101,116,45,99,111,111,107,105,101,44,32,119,116,114,95,99,111,111,107,105,101,115,95,102,117,110,99,116,105,111,110,97,108,44,32,49,2,1,197,137,136,240,0,2,1,39,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,45,109,45,112,101,114,115,111,110,97,108,105,122,97,116,105,111,110,44,32,48,2,1,227,22,214,240,0,2,1,33,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,45,109,45,109,97,114,107,101,116,105,110,103,44,32,48,2,1,227,22,214,240,0,2,1,33,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,45,109,45,97,110,97,108,121,116,105,99,115,44,32,48,2,1,227,22,214,240,0,2,1,25,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,115,44,32,116,114,117,101,2,1,90,75,139,154,0,2,1,27,115,101,116,45,99,111,111,107,105,101,44,32,99,116,99,95,114,101,106,101,99,116,101,100,44,32,49,2,2,148,193,37,43,209,220,192,158,0,2,1,26,115,101,116,45,99,111,111,107,105,101,44,32,95,99,111,111,107,105,101,115,95,118,50,44,32,49,2,5,34,86,174,0,61,5,3,94,101,150,144,158,139,156,230,190,234,173,6,192,0,2,1,39,115,101,116,45,99,111,111,107,105,101,44,32,65,99,99,101,112,116,101,100,67,111,111,107,105,101,67,97,116,101,103,111,114,105,101,115,44,32,49,2,2,165,193,121,59,244,98,200,95,0,2,1,47,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,95,112,111,108,105,99,121,95,97,99,107,110,111,119,108,101,100,103,101,109,101,110,116,44,32,116,114,117,101,2,1,55,217,241,32,0,2,1,29,115,101,116,45,99,111,111,107,105,101,44,32,97,108,108,111,119,67,111,111,107,105,101,115,44,32,121,101,115,2,1,25,190,38,134,0,2,1,36,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,78,111,116,105,102,105,99,97,116,105,111,110,44,32,116,114,117,101,2,1,161,55,12,172,0,2,1,25,115,101,116,45,99,111,111,107,105,101,44,32,112,114,105,118,97,99,121,44,32,116,114,117,101,2,1,133,169,153,127,0,2,1,31,115,101,116,45,99,111,111,107,105,101,44,32,101,117,99,111,110,115,101,110,116,45,98,121,112,97,115,115,44,32,49,2,2,38,157,113,138,182,131,120,119,0,2,1,29,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,95,117,115,97,103,101,44,32,121,101,115,2,1,231,9,115,39,0,2,1,37,115,101,116,45,99,111,111,107,105,101,44,32,100,105,115,109,105,115,115,67,111,111,107,105,101,66,97,110,110,101,114,44,32,116,114,117,101,2,2,8,100,191,43,253,116,130,68,0,2,1,28,115,101,116,45,99,111,111,107,105,101,44,32,115,119,105,116,99,104,67,111,111,107,105,101,115,44,32,49,2,1,253,116,130,68,0,2,1,27,115,101,116,45,99,111,111,107,105,101,44,32,99,98,67,104,101,99,107,101,100,44,32,116,114,117,101,2,4,31,156,8,109,37,70,6,208,64,254,249,12,196,192,198,119,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,105,110,102,111,67,111,111,107,105,101,85,115,101,115,44,32,116,114,117,101,2,1,48,149,154,145,0,2,1,30,115,101,116,45,99,111,111,107,105,101,44,32,99,111,110,115,101,110,116,45,100,97,116,97,45,118,50,44,32,48,2,1,8,165,250,45,0,2,1,34,115,101,116,45,99,111,111,107,105,101,44,32,65,67,67,69,80,84,69,68,95,67,79,79,75,73,69,83,44,32,116,114,117,101,2,1,86,18,149,139,0,2,1,56,115,101,116,45,99,111,111,107,105,101,44,32,69,77,82,45,67,111,111,107,105,101,67,111,110,115,101,110,116,45,65,110,97,108,121,116,105,99,97,108,44,32,48,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,229,206,34,56,0,2,1,43,115,101,116,45,99,111,111,107,105,101,44,32,103,101,109,95,99,111,111,107,105,101,115,95,117,115,97,103,101,95,112,114,111,100,117,99,116,105,111,110,44,32,49,2,1,243,19,219,172,0,2,1,27,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,95,108,101,118,101,108,44,32,50,2,1,114,153,21,82,0,2,1,45,115,101,116,45,99,111,111,107,105,101,44,32,116,111,117,116,118,95,99,111,111,107,105,101,115,95,117,115,97,103,101,95,112,114,111,100,117,99,116,105,111,110,44,32,49,2,1,42,200,248,140,0,2,1,51,115,101,116,45,99,111,111,107,105,101,44,32,95,101,118,105,100,111,110,95,115,117,112,112,114,101,115,115,95,110,111,116,105,102,105,99,97,116,105,111,110,95,99,111,111,107,105,101,44,32,49,2,1,66,98,194,249,0,2,1,44,115,101,116,45,99,111,111,107,105,101,44,32,69,77,82,45,67,111,111,107,105,101,67,111,110,115,101,110,116,45,65,100,118,101,114,116,105,115,105,110,103,44,32,48,2,1,229,206,34,56,0,2,1,31,115,101,116,45,99,111,111,107,105,101,44,32,97,99,99,101,112,116,67,111,111,107,105,101,115,44,32,116,114,117,101,2,3,7,108,111,71,39,77,108,110,173,61,80,177,0,2,1,49,115,101,116,45,99,111,111,107,105,101,44,32,98,114,45,108,103,112,100,45,99,111,111,107,105,101,45,110,111,116,105,99,101,45,97,103,114,101,101,109,101,110,116,45,118,49,44,32,49,2,1,1,10,201,249,0,2,1,25,115,101,116,45,99,111,111,107,105,101,44,32,112,114,105,118,97,99,121,95,109,118,44,32,49,2,1,58,29,221,177,0,2,1,34,115,101,116,45,99,111,111,107,105,101,44,32,67,79,79,75,73,69,83,95,78,69,87,65,67,67,69,80,84,69,68,44,32,49,2,1,132,205,106,101,0,2,1,40,115,101,116,45,99,111,111,107,105,101,44,32,101,115,95,99,111,111,107,105,101,95,115,101,116,116,105,110,103,115,95,99,108,111,115,101,100,44,32,49,2,1,74,80,70,246,0,2,1,48,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,45,98,97,110,110,101,114,45,97,99,99,101,112,116,97,110,99,101,45,115,116,97,116,101,44,32,116,114,117,101,2,1,85,110,233,94,0,2,1,34,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,95,99,111,110,115,101,110,116,95,115,101,101,110,44,32,49,2,1,244,175,145,246,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,65,99,99,101,112,116,101,100,44,32,116,114,117,101,2,1,167,112,55,188,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,115,95,97,108,108,111,119,101,100,44,32,121,101,115,2,1,4,159,158,6,0,2,1,23,115,101,116,45,99,111,111,107,105,101,44,32,116,114,97,99,107,105,110,103,44,32,48,2,1,68,231,67,180,0,2,1,53,115,101,116,45,99,111,111,107,105,101,44,32,118,97,108,97,109,105,115,95,99,111,111,107,105,101,95,109,101,115,115,97,103,101,44,32,116,114,117,101,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,167,168,215,29,0,2,1,43,115,101,116,45,99,111,111,107,105,101,44,32,118,97,108,97,109,105,115,95,99,111,111,107,105,101,95,109,97,114,107,101,116,105,110,103,44,32,102,97,108,115,101,2,1,167,168,215,29,0,2,1,43,115,101,116,45,99,111,111,107,105,101,44,32,118,97,108,97,109,105,115,95,99,111,111,107,105,101,95,97,110,97,108,121,116,105,99,115,44,32,102,97,108,115,101,2,1,167,168,215,29,0,2,1,44,115,101,116,45,99,111,111,107,105,101,44,32,97,112,112,114,111,118,101,100,99,111,111,107,105,101,115,44,32,110,111,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,150,113,42,126,0,2,1,37,115,101,116,45,99,111,111,107,105,101,44,32,112,115,100,45,103,111,111,103,108,101,45,97,100,115,45,101,110,97,98,108,101,100,44,32,48,2,1,222,166,225,215,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,112,115,100,45,103,116,109,45,97,99,116,105,118,97,116,101,100,44,32,49,2,1,222,166,225,215,0,2,1,31,115,101,116,45,99,111,111,107,105,101,44,32,119,105,115,104,108,105,115,116,45,101,110,97,98,108,101,100,44,32,49,2,1,222,166,225,215,0,2,1,33,115,101,116,45,99,111,111,107,105,101,44,32,99,111,110,115,101,110,116,73,110,116,101,114,97,99,116,44,32,116,114,117,101,2,1,20,83,229,34,0,2,1,48,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,45,98,121,116,101,45,99,111,110,115,101,110,116,45,101,115,115,101,110,116,105,97,108,115,44,32,116,114,117,101,2,1,124,228,57,233,0,2,1,44,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,45,98,121,116,101,45,99,111,110,115,101,110,116,45,115,104,111,119,101,100,44,32,116,114,117,101,2,1,124,228,57,233,0,2,1,49,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,45,98,121,116,101,45,99,111,110,115,101,110,116,45,115,116,97,116,105,115,116,105,99,115,44,32,102,97,108,115,101,2,1,124,228,57,233,0,2,1,31,115,101,116,45,99,111,111,107,105,101,44,32,98,109,95,97,99,107,110,111,119,108,101,100,103,101,44,32,121,101,115,2,1,6,172,246,73,0,2,1,48,115,101,116,45,99,111,111,107,105,101,44,32,103,101,110,111,118,97,80,114,105,118,97,99,121,79,112,116,105,111,110,115,44,32,49,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,247,76,164,201,0,2,1,28,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,115,95,111,107,44,32,116,114,117,101,2,1,229,161,84,51,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,107,97,108,105,45,99,99,45,97,103,114,101,101,100,44,32,116,114,117,101,2,1,218,240,250,171,0,2,1,33,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,115,65,99,99,101,112,116,101,100,44,32,116,114,117,101,2,4,0,98,117,92,27,125,0,91,174,129,22,171,202,236,104,122,0,2,1,40,115,101,116,45,99,111,111,107,105,101,44,32,97,108,108,111,119,77,97,114,107,101,116,105,110,103,67,111,111,107,105,101,115,44,32,102,97,108,115,101,2,2,27,125,0,91,202,236,104,122,0,2,1,41,115,101,116,45,99,111,111,107,105,101,44,32,97,108,108,111,119,65,110,97,108,121,116,105,99,97,108,67,111,111,107,105,101,115,44,32,102,97,108,115,101,2,2,27,125,0,91,202,236,104,122,0,2,1,40,115,101,116,45,99,111,111,107,105,101,44,32,112,114,105,118,97,99,121,76,101,118,101,108,44,32,50,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,173,4,250,32,0,2,1,30,115,101,116,45,99,111,111,107,105,101,44,32,65,99,99,101,112,116,101,100,67,111,111,107,105,101,115,44,32,49,2,2,148,186,150,73,174,32,109,165,0,2,1,31,115,101,116,45,99,111,111,107,105,101,44,32,103,99,112,44,32,49,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,246,211,223,25,0,2,1,35,115,101,116,45,99,111,111,107,105,101,44,32,117,115,101,114,67,111,111,107,105,101,67,111,110,115,101,110,116,44,32,116,114,117,101,2,1,34,155,61,175,0,2,1,35,115,101,116,45,99,111,111,107,105,101,44,32,104,97,115,83,101,101,110,67,111,111,107,105,101,80,111,112,85,112,44,32,121,101,115,2,1,89,155,62,102,0,2,1,61,115,101,116,45,99,111,111,107,105,101,44,32,112,114,105,118,97,99,121,76,101,118,101,108,44,32,102,108,97,103,109,97,106,111,98,95,97,100,115,95,115,104,111,119,110,44,32,49,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,70,234,21,34,0,2,1,29,115,101,116,45,99,111,111,107,105,101,44,32,117,115,101,114,67,111,111,107,105,101,115,44,32,116,114,117,101,2,1,18,197,145,223,0,2,1,38,115,101,116,45,99,111,111,107,105,101,44,32,112,114,105,118,97,99,121,45,112,111,108,105,99,121,45,97,99,99,101,112,116,101,100,44,32,49,2,1,49,138,97,98,0,2,1,34,115,101,116,45,99,111,111,107,105,101,44,32,112,114,101,99,109,112,44,32,49,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,190,222,221,40,0,2,1,46,115,101,116,45,99,111,111,107,105,101,44,32,73,115,67,111,111,107,105,101,65,99,99,101,112,116,101,100,44,32,121,101,115,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,45,68,163,213,0,2,1,47,115,101,116,45,99,111,111,107,105,101,44,32,103,97,116,115,98,121,45,103,100,112,114,45,103,111,111,103,108,101,45,116,97,103,109,97,110,97,103,101,114,44,32,116,114,117,101,2,1,189,134,214,185,0,2,1,25,115,101,116,45,99,111,111,107,105,101,44,32,108,101,103,97,108,79,107,44,32,116,114,117,101,2,1,126,233,140,221,0,2,1,39,115,101,116,45,99,111,111,107,105,101,44,32,99,112,95,99,99,95,115,116,97,116,115,44,32,49,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,8,158,237,157,0,2,1,24,115,101,116,45,99,111,111,107,105,101,44,32,99,112,95,99,99,95,97,100,115,44,32,49,2,1,8,158,237,157,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,44,32,49,2,1,93,95,192,74,0,2,1,19,115,101,116,45,99,111,111,107,105,101,44,32,103,100,112,114,44,32,49,2,1,83,239,89,104,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,97,99,99,101,112,116,45,99,111,111,107,105,101,115,44,32,116,114,117,101,2,1,129,41,241,33,0,2,1,24,115,101,116,45,99,111,111,107,105,101,44,32,115,116,97,116,105,115,116,105,107,44,32,48,2,1,243,145,59,113,0,2,1,40,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,115,45,105,110,102,111,114,109,101,114,45,99,108,111,115,101,44,32,116,114,117,101,2,1,122,44,161,71,0,2,1,19,115,101,116,45,99,111,111,107,105,101,44,32,103,100,112,114,44,32,48,2,2,38,136,204,5,147,82,66,155,0,2,1,23,115,101,116,45,99,111,111,107,105,101,44,32,114,101,113,117,105,114,101,100,44,32,49,2,1,243,145,59,113,0,2,1,38,115,101,116,45,99,111,111,107,105,101,44,32,114,111,100,111,45,114,101,109,105,110,100,101,114,45,100,105,115,112,108,97,121,101,100,44,32,49,2,2,145,173,167,228,254,128,171,65,0,2,1,38,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,95,99,111,110,115,101,110,116,95,103,105,118,101,110,44,32,116,114,117,101,2,1,173,137,184,131,0,2,1,35,115,101,116,45,99,111,111,107,105,101,44,32,114,111,100,111,45,109,111,100,97,108,45,100,105,115,112,108,97,121,101,100,44,32,49,2,2,145,173,167,228,254,128,171,65,0,2,1,22,115,101,116,45,99,111,111,107,105,101,44,32,73,78,71,95,71,80,84,44,32,48,2,1,166,254,245,32,0,2,1,22,115,101,116,45,99,111,111,107,105,101,44,32,73,78,71,95,71,80,80,44,32,48,2,1,166,254,245,32,0,2,1,25,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,112,114,101,102,44,32,49,2,1,190,147,202,79,0,2,1,37,115,101,116,45,99,111,111,107,105,101,44,32,115,104,98,45,99,111,110,115,101,110,116,45,99,111,111,107,105,101,115,44,32,116,114,117,101,2,1,135,48,10,203,0,2,1,30,115,101,116,45,99,111,111,107,105,101,44,32,116,101,114,109,111,115,45,97,99,101,105,116,111,115,44,32,111,107,2,1,114,12,14,208,0,2,1,31,115,101,116,45,99,111,111,107,105,101,44,32,117,105,45,116,110,99,45,97,103,114,101,101,100,44,32,116,114,117,101,2,1,149,143,61,160,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,45,112,114,101,102,101,114,101,110,99,101,44,32,49,2,75,1,152,70,190,1,164,77,171,4,76,154,187,6,255,22,80,7,213,15,166,9,245,117,74,11,46,180,26,14,5,163,64,22,123,198,164,24,17,175,249,24,250,132,108,27,19,56,203,27,121,172,191,29,20,181,37,32,14,68,180,36,224,64,191,44,189,108,132,46,220,46,237,54,202,7,132,57,239,54,45,63,0,179,114,63,244,62,37,67,173,244,231,73,138,185,227,87,36,202,171,93,9,6,45,94,48,228,128,99,217,223,36,117,10,54,242,130,16,217,253,134,212,2,243,135,62,192,43,136,85,31,17,139,198,232,53,144,75,60,245,146,40,18,85,147,233,13,217,148,184,62,23,148,184,62,23,148,195,22,181,149,81,224,119,155,65,247,65,159,157,202,24,162,223,147,244,165,45,180,176,167,54,252,120,167,115,179,185,168,235,46,159,169,155,217,135,170,17,48,140,170,127,196,215,176,17,129,17,178,66,61,219,179,69,33,213,180,128,109,211,185,206,182,120,189,105,11,217,196,109,127,167,202,171,67,251,206,58,192,196,207,21,211,22,209,11,54,203,215,222,121,231,215,228,135,89,217,30,69,219,219,106,117,173,220,77,184,103,220,166,218,58,222,166,225,215,232,82,204,55,234,215,51,217,241,16,155,184,253,168,192,118,254,1,178,64,254,204,241,151,0,2,1,27,115,101,116,45,99,111,111,107,105,101,44,32,98,118,107,99,111,111,107,105,101,44,32,116,114,117,101,2,1,118,199,67,250,0,2,1,35,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,95,99,111,110,115,101,110,116,95,115,104,111,119,110,44,32,49,2,1,102,135,131,187,0,2,1,30,115,101,116,45,99,111,111,107,105,101,44,32,95,95,99,111,111,107,105,101,95,95,97,103,114,101,101,44,32,89,2,1,27,84,169,199,0,2,1,45,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,45,112,114,101,102,101,114,101,110,99,101,44,32,49,44,32,44,32,114,101,108,111,97,100,44,32,49,2,3,32,14,68,180,137,91,100,178,228,177,163,230,0,2,1,35,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,45,112,114,101,102,101,114,101,110,99,101,45,118,51,44,32,49,2,1,157,32,130,118,0,2,1,25,115,101,116,45,99,111,111,107,105,101,44,32,99,111,110,115,101,110,116,44,32,116,114,117,101,2,2,7,239,177,238,186,166,62,102,0,2,1,33,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,115,95,97,99,99,101,112,116,101,100,44,32,121,101,115,2,1,255,161,88,82,0,2,1,35,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,115,95,97,99,99,101,112,116,101,100,44,32,102,97,108,115,101,2,1,85,50,53,54,0,2,1,28,115,101,116,45,99,111,111,107,105,101,44,32,67,77,95,66,65,78,78,69,82,44,32,102,97,108,115,101,2,1,93,44,123,254,0,2,1,39,115,101,116,45,99,111,111,107,105,101,44,32,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,65,99,99,101,115,115,44,32,49,2,1,84,122,254,109,0,2,1,37,115,101,116,45,99,111,111,107,105,101,44,32,104,105,102,101,95,101,117,95,99,111,111,107,105,101,95,99,111,110,115,101,110,116,44,32,49,2,1,143,125,115,249,0,2,1,36,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,45,99,111,110,115,101,110,116,44,32,97,99,99,101,112,116,101,100,2,1,142,200,96,59,0,2,1,43,115,101,116,45,99,111,111,107,105,101,44,32,112,101,114,109,105,115,115,105,111,110,95,109,97,114,107,101,116,105,110,103,95,99,111,111,107,105,101,115,44,32,48,2,1,206,58,219,188,0,2,1,43,115,101,116,45,99,111,111,107,105,101,44,32,112,101,114,109,105,115,115,105,111,110,95,115,116,97,116,105,115,116,105,99,95,99,111,111,107,105,101,115,44,32,48,2,1,206,58,219,188,0,2,1,44,115,101,116,45,99,111,111,107,105,101,44,32,112,101,114,109,105,115,115,105,111,110,95,102,117,110,107,116,105,111,110,97,108,95,99,111,111,107,105,101,115,44,32,49,2,1,206,58,219,188,0,2,1,28,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,99,111,110,115,101,110,116,44,32,49,2,1,206,58,219,188,0,2,1,31,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,99,111,110,115,101,110,116,44,32,116,114,117,101,2,1,197,208,123,68,0,2,1,31,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,99,111,110,115,101,110,116,44,32,100,101,110,121,2,1,100,187,227,180,0,2,1,40,115,101,116,45,99,111,111,107,105,101,44,32,101,112,111,108,101,95,99,111,111,107,105,101,115,95,115,101,116,116,105,110,103,115,44,32,116,114,117,101,2,1,6,203,100,215,0,2,1,31,115,101,116,45,99,111,111,107,105,101,44,32,100,111,112,116,95,99,111,110,115,101,110,116,44,32,102,97,108,115,101,2,1,148,196,25,199,0,2,1,57,115,101,116,45,99,111,111,107,105,101,44,32,112,114,105,118,97,99,121,45,115,116,97,116,101,109,101,110,116,45,97,99,99,101,112,116,101,100,44,32,116,114,117,101,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,217,145,9,58,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,95,108,111,99,97,108,101,115,44,32,116,114,117,101,2,1,200,175,57,100,0,2,1,42,115,101,116,45,99,111,111,107,105,101,44,32,111,111,101,95,99,111,111,107,105,101,95,112,111,108,105,99,121,95,97,99,99,101,112,116,101,100,44,32,110,111,2,1,36,219,99,49,0,2,1,28,115,101,116,45,99,111,111,107,105,101,44,32,97,99,99,101,112,116,95,99,111,111,107,105,101,44,32,49,2,3,62,22,92,71,86,191,224,103,153,22,37,234,0,2,1,39,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,99,111,110,115,101,110,116,95,115,116,97,116,117,115,95,110,101,119,44,32,49,2,11,6,193,120,83,17,198,123,130,43,117,162,13,60,0,116,199,74,88,252,224,85,78,24,17,85,170,58,205,145,38,175,123,166,60,122,117,171,43,67,30,255,178,75,200,0,2,1,42,115,101,116,45,99,111,111,107,105,101,44,32,95,97,99,99,101,112,116,67,111,111,107,105,101,115,44,32,49,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,192,8,209,14,0,2,1,38,115,101,116,45,99,111,111,107,105,101,44,32,95,114,101,105,102,102,45,99,111,110,115,101,110,116,45,99,111,111,107,105,101,44,32,121,101,115,2,1,234,227,170,249,0,2,1,21,115,101,116,45,99,111,111,107,105,101,44,32,115,110,99,45,99,112,44,32,49,2,1,125,82,98,52,0,2,1,34,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,115,45,97,99,99,101,112,116,101,100,44,32,116,114,117,101,2,1,178,39,125,91,0,2,1,35,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,115,45,97,99,99,101,112,116,101,100,44,32,102,97,108,115,101,2,1,40,116,127,165,0,2,1,44,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,115,45,114,101,113,117,105,114,101,100,44,32,49,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,190,246,102,103,0,2,1,41,115,101,116,45,99,111,111,107,105,101,44,32,105,115,82,101,97,100,67,111,111,107,105,101,80,111,108,105,99,121,68,78,84,65,97,44,32,116,114,117,101,2,2,185,59,18,131,228,125,216,129,0,2,1,31,115,101,116,45,99,111,111,107,105,101,44,32,97,99,99,101,112,116,67,111,111,107,105,101,115,44,32,116,114,117,101,2,4,1,209,59,140,98,208,150,221,101,24,8,62,244,128,28,77,0,2,1,38,115,101,116,45,99,111,111,107,105,101,44,32,109,117,98,105,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,44,32,97,108,108,111,119,2,1,148,184,120,215,0,2,1,38,115,101,116,45,99,111,111,107,105,101,44,32,105,115,82,101,97,100,67,111,111,107,105,101,80,111,108,105,99,121,68,78,84,44,32,89,101,115,2,2,185,59,18,131,228,125,216,129,0,2,1,30,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,95,97,99,99,101,112,116,101,100,44,32,49,2,1,25,100,151,84,0,2,1,47,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,95,97,99,99,101,112,116,101,100,44,32,102,97,108,115,101,44,32,44,32,114,101,108,111,97,100,44,32,49,2,7,2,135,69,246,30,47,20,160,39,221,234,238,113,59,198,21,167,236,182,246,186,11,82,193,234,35,208,83,0,2,1,30,115,101,116,45,99,111,111,107,105,101,44,32,85,115,101,114,67,111,111,107,105,101,76,101,118,101,108,44,32,49,2,4,15,120,72,239,137,78,187,228,175,46,254,30,215,218,170,248,0,2,1,28,115,101,116,45,99,111,111,107,105,101,44,32,115,97,116,95,116,114,97,99,107,44,32,102,97,108,115,101,2,1,37,175,73,98,0,2,1,19,115,101,116,45,99,111,111,107,105,101,44,32,82,111,100,111,44,32,49,2,1,57,46,255,147,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,95,112,114,105,118,97,99,121,95,111,110,44,32,49,2,1,57,46,255,147,0,2,1,31,115,101,116,45,99,111,111,107,105,101,44,32,97,108,108,111,119,95,99,111,111,107,105,101,44,32,102,97,108,115,101,2,1,129,34,102,32,0,2,1,29,115,101,116,45,99,111,111,107,105,101,44,32,51,76,77,45,67,111,111,107,105,101,44,32,102,97,108,115,101,2,1,28,241,11,152,0,2,1,25,115,101,116,45,99,111,111,107,105,101,44,32,105,95,115,99,95,97,44,32,102,97,108,115,101,2,1,130,215,55,202,0,2,1,25,115,101,116,45,99,111,111,107,105,101,44,32,105,95,99,109,95,97,44,32,102,97,108,115,101,2,1,130,215,55,202,0,2,1,23,115,101,116,45,99,111,111,107,105,101,44,32,105,95,99,95,97,44,32,116,114,117,101,2,1,130,215,55,202,0,2,1,36,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,115,45,109,97,114,107,101,116,105,110,103,44,32,102,97,108,115,101,2,1,162,67,88,73,0,2,1,36,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,115,45,102,117,110,99,116,105,111,110,97,108,44,32,116,114,117,101,2,1,162,67,88,73,0,2,1,38,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,115,45,112,114,101,102,101,114,101,110,99,101,115,44,32,102,97,108,115,101,2,1,162,67,88,73,0,2,1,37,115,101,116,45,99,111,111,107,105,101,44,32,95,95,99,102,95,103,100,112,114,95,97,99,99,101,112,116,101,100,44,32,102,97,108,115,101,2,1,236,129,100,236,0,2,1,35,115,101,116,45,99,111,111,107,105,101,44,32,51,116,45,99,111,111,107,105,101,115,45,101,115,115,101,110,116,105,97,108,44,32,49,2,1,67,215,11,55,0,2,1,36,115,101,116,45,99,111,111,107,105,101,44,32,51,116,45,99,111,111,107,105,101,115,45,102,117,110,99,116,105,111,110,97,108,44,32,49,2,1,67,215,11,55,0,2,1,37,115,101,116,45,99,111,111,107,105,101,44,32,51,116,45,99,111,111,107,105,101,115,45,112,101,114,102,111,114,109,97,110,99,101,44,32,48,2,1,67,215,11,55,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,51,116,45,99,111,111,107,105,101,115,45,115,111,99,105,97,108,44,32,48,2,1,67,215,11,55,0,2,1,38,115,101,116,45,99,111,111,107,105,101,44,32,97,108,108,111,119,95,99,111,111,107,105,101,115,95,109,97,114,107,101,116,105,110,103,44,32,48,2,1,121,61,154,225,0,2,1,37,115,101,116,45,99,111,111,107,105,101,44,32,97,108,108,111,119,95,99,111,111,107,105,101,115,95,116,114,97,99,107,105,110,103,44,32,48,2,1,121,61,154,225,0,2,1,38,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,95,112,114,111,109,112,116,95,100,105,115,109,105,115,115,101,100,44,32,49,2,1,121,61,154,225,0,2,1,30,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,115,95,101,110,97,98,108,101,100,44,32,49,2,1,121,61,154,225,0,2,1,34,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,44,32,49,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,65,170,86,74,0,2,1,31,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,45,97,110,97,108,121,116,105,99,115,44,32,48,2,1,65,170,86,74,0,2,1,34,115,101,116,45,99,111,111,107,105,101,44,32,99,99,45,115,101,116,44,32,49,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,7,253,249,174,0,2,1,40,115,101,116,45,99,111,111,107,105,101,44,32,97,108,108,111,119,67,111,111,107,105,101,115,44,32,49,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,44,37,196,127,0,2,1,30,115,101,116,45,99,111,111,107,105,101,44,32,114,103,112,45,103,100,112,114,45,112,111,108,105,99,121,44,32,49,2,1,255,242,15,158,0,2,1,55,115,101,116,45,99,111,111,107,105,101,44,32,106,116,45,106,111,98,115,101,101,107,101,114,45,103,100,112,114,45,98,97,110,110,101,114,44,32,116,114,117,101,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,198,123,130,116,0,2,1,44,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,45,112,114,101,102,101,114,101,110,99,101,115,45,97,110,97,108,121,116,105,99,115,44,32,110,111,2,1,24,231,223,95,0,2,1,44,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,45,112,114,101,102,101,114,101,110,99,101,115,45,109,97,114,107,101,116,105,110,103,44,32,110,111,2,1,24,231,223,95,0,2,1,47,115,101,116,45,99,111,111,107,105,101,44,32,119,105,116,104,105,110,103,115,95,99,111,111,107,105,101,99,111,110,115,101,110,116,95,100,105,115,109,105,115,115,101,100,44,32,49,2,1,23,70,109,85,0,2,1,44,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,99,111,110,115,101,110,116,95,97,100,118,101,114,116,105,115,105,110,103,44,32,102,97,108,115,101,2,1,23,70,109,85,0,2,1,43,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,99,111,110,115,101,110,116,95,115,116,97,116,105,115,116,105,99,115,44,32,102,97,108,115,101,2,1,23,70,109,85,0,2,1,41,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,99,111,110,115,101,110,116,95,115,116,97,116,105,115,116,105,99,115,44,32,32,110,111,2,1,197,140,186,73,0,2,1,40,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,99,111,110,115,101,110,116,95,101,115,115,101,110,116,105,97,108,44,32,121,101,115,2,1,197,140,186,73,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,95,112,114,101,102,101,114,101,110,99,101,44,32,49,2,1,172,163,241,162,0,2,1,27,115,101,116,45,99,111,111,107,105,101,44,32,67,80,95,69,83,83,69,78,84,73,65,76,44,32,49,2,1,5,205,206,190,0,2,1,29,115,101,116,45,99,111,111,107,105,101,44,32,67,80,95,80,82,69,70,69,82,69,78,67,69,83,44,32,49,2,1,5,205,206,190,0,2,1,31,115,101,116,45,99,111,111,107,105,101,44,32,97,109,99,111,111,107,105,101,95,97,108,108,111,119,101,100,44,32,49,2,11,4,98,167,39,31,64,254,16,59,89,86,239,75,173,236,129,78,238,102,14,96,124,233,164,111,59,243,125,131,142,112,90,158,186,231,66,229,222,127,24,253,101,38,250,0,2,1,39,115,101,116,45,99,111,111,107,105,101,44,32,112,99,95,97,110,97,108,105,116,105,99,97,95,98,105,122,107,97,105,97,44,32,102,97,108,115,101,2,1,122,89,161,241,0,2,1,41,115,101,116,45,99,111,111,107,105,101,44,32,112,99,95,112,114,101,102,101,114,101,110,99,105,97,115,95,98,105,122,107,97,105,97,44,32,116,114,117,101,2,1,122,89,161,241,0,2,1,37,115,101,116,45,99,111,111,107,105,101,44,32,112,99,95,116,101,99,110,105,99,97,115,95,98,105,122,107,97,105,97,44,32,116,114,117,101,2,1,122,89,161,241,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,103,100,114,112,95,112,111,112,117,112,95,115,104,111,119,101,100,44,32,49,2,1,22,180,109,126,0,2,1,45,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,45,112,114,101,102,101,114,101,110,99,101,115,45,116,101,99,104,110,105,99,97,108,44,32,121,101,115,2,1,24,231,223,95,0,2,1,30,115,101,116,45,99,111,111,107,105,101,44,32,116,114,97,99,107,105,110,103,95,99,111,111,107,105,101,44,32,49,2,1,36,214,194,159,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,45,112,114,101,102,101,114,101,110,99,101,44,32,49,2,1,232,209,219,157,0,2,1,45,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,95,99,111,110,115,101,110,116,95,103,114,111,117,112,95,116,101,99,104,110,105,99,97,108,44,32,49,2,1,232,209,219,157,0,2,1,40,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,45,112,114,101,102,101,114,101,110,99,101,95,114,101,110,101,119,49,48,44,32,49,2,1,232,209,219,157,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,112,99,50,51,52,57,55,56,49,50,50,51,50,49,50,51,52,44,32,49,2,1,23,179,122,52,0,2,1,26,115,101,116,45,99,111,111,107,105,101,44,32,99,107,95,112,114,101,102,95,97,108,108,44,32,49,2,1,112,7,104,90,0,2,1,26,115,101,116,45,99,111,111,107,105,101,44,32,79,78,67,79,83,85,82,67,79,79,75,44,32,50,2,1,35,68,223,98,0,2,1,33,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,95,97,99,99,101,112,116,101,100,44,32,116,114,117,101,2,1,193,131,199,180,0,2,1,41,115,101,116,45,99,111,111,107,105,101,44,32,104,97,115,83,101,101,110,67,111,111,107,105,101,68,105,115,99,108,111,115,117,114,101,44,32,116,114,117,101,2,1,48,201,164,193,0,2,1,35,115,101,116,45,99,111,111,107,105,101,44,32,82,89,95,67,79,79,75,73,69,95,67,79,78,83,69,78,84,44,32,116,114,117,101,2,1,97,237,102,250,0,2,1,42,115,101,116,45,99,111,111,107,105,101,44,32,67,79,79,75,73,69,95,67,79,78,83,69,78,84,44,32,49,44,32,44,32,114,101,108,111,97,100,44,32,49,2,4,4,240,99,92,41,53,115,1,65,206,136,151,69,64,139,144,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,67,79,79,75,73,69,95,83,84,65,84,73,67,44,32,102,97,108,115,101,2,4,4,240,99,92,41,53,115,1,65,206,136,151,69,64,139,144,0,2,1,35,115,101,116,45,99,111,111,107,105,101,44,32,67,79,79,75,73,69,95,77,65,82,75,69,84,73,78,71,44,32,102,97,108,115,101,2,4,4,240,99,92,41,53,115,1,65,206,136,151,69,64,139,144,0,2,1,44,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,67,111,110,115,101,110,116,44,32,116,114,117,101,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,254,43,107,187,0,2,1,30,115,101,116,45,99,111,111,107,105,101,44,32,118,105,100,101,111,67,111,110,115,101,110,116,44,32,116,114,117,101,2,1,254,43,107,187,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,99,111,109,102,111,114,116,67,111,110,115,101,110,116,44,32,116,114,117,101,2,1,254,43,107,187,0,2,1,29,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,95,99,111,110,115,101,110,116,44,32,49,2,2,80,185,243,238,94,78,62,84,0,2,1,22,115,101,116,45,99,111,111,107,105,101,44,32,99,111,110,115,101,110,116,44,32,48,2,1,92,171,116,230,0,2,1,31,115,101,116,45,99,111,111,107,105,101,44,32,102,102,95,99,111,111,107,105,101,95,110,111,116,105,99,101,44,32,49,2,1,116,34,213,75,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,97,108,108,114,105,115,45,99,111,111,107,105,101,45,109,115,103,44,32,49,2,1,19,216,35,77,0,2,1,42,115,101,116,45,99,111,111,107,105,101,44,32,103,100,112,114,95,95,103,111,111,103,108,101,95,95,97,110,97,108,121,116,105,99,115,44,32,102,97,108,115,101,2,1,128,157,1,50,0,2,1,41,115,101,116,45,99,111,111,107,105,101,44,32,103,100,112,114,95,95,102,97,99,101,98,111,111,107,95,95,115,111,99,105,97,108,44,32,102,97,108,115,101,2,1,128,157,1,50,0,2,1,41,115,101,116,45,99,111,111,107,105,101,44,32,103,100,112,114,95,95,100,101,112,111,112,95,95,102,117,110,99,116,105,111,110,97,108,44,32,116,114,117,101,2,1,128,157,1,50,0,2,1,42,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,95,99,111,110,115,101,110,116,44,32,49,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,31,155,145,230,0,2,1,48,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,66,97,110,110,101,114,65,99,99,101,112,116,101,100,44,32,49,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,122,15,54,177,0,2,1,40,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,77,115,103,44,32,116,114,117,101,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,100,2,207,108,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,45,99,111,110,115,101,110,116,44,32,116,114,117,101,2,5,88,245,150,88,116,167,110,237,158,30,28,171,219,55,84,191,229,65,42,76,0,2,1,34,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,45,99,111,110,115,101,110,116,44,32,100,101,110,105,101,100,2,1,170,170,52,13,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,67,79,79,75,73,69,67,79,78,83,69,78,84,44,32,102,97,108,115,101,2,1,109,107,117,173,0,2,1,54,115,101,116,45,99,111,111,107,105,101,44,32,116,105,98,98,101,114,95,99,99,95,101,115,115,101,110,116,105,97,108,44,32,97,112,112,114,111,118,101,100,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,173,226,35,218,0,2,1,30,115,101,116,45,99,111,111,107,105,101,44,32,108,111,99,97,108,67,111,110,115,101,110,116,44,32,116,114,117,101,2,1,227,215,117,181,0,2,1,23,115,101,116,45,99,111,111,107,105,101,44,32,114,101,113,117,105,114,101,100,44,32,49,2,1,14,105,173,185,0,2,1,30,115,101,116,45,99,111,111,107,105,101,44,32,97,98,122,95,115,101,111,95,99,104,111,111,115,101,110,44,32,49,2,1,111,199,195,231,0,2,1,33,115,101,116,45,99,111,111,107,105,101,44,32,112,114,105,118,97,99,121,65,99,99,101,112,116,101,100,44,32,116,114,117,101,2,1,149,53,170,250,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,99,111,107,44,32,49,44,32,32,44,32,114,101,108,111,97,100,44,32,49,2,1,61,230,124,9,0,2,1,49,115,101,116,45,99,111,111,107,105,101,44,32,65,82,69,95,68,83,71,86,79,95,80,82,69,70,69,82,69,78,67,69,83,95,83,85,66,77,73,84,84,69,68,44,32,116,114,117,101,2,1,220,11,135,142,0,2,1,28,115,101,116,45,99,111,111,107,105,101,44,32,100,115,103,118,111,95,99,111,110,115,101,110,116,44,32,49,2,1,234,53,123,9,0,2,1,34,115,101,116,45,99,111,111,107,105,101,44,32,101,102,105,108,101,45,99,111,111,107,105,101,110,97,109,101,45,50,56,44,32,49,2,1,150,209,199,125,0,2,1,34,115,101,116,45,99,111,111,107,105,101,44,32,101,102,105,108,101,45,99,111,111,107,105,101,110,97,109,101,45,55,52,44,32,49,2,1,200,229,74,99,0,2,1,48,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,95,112,111,108,105,99,121,95,99,108,111,115,101,100,44,32,49,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,147,34,247,103,0,2,1,48,115,101,116,45,99,111,111,107,105,101,44,32,103,118,67,111,111,107,105,101,67,111,110,115,101,110,116,65,99,99,101,112,116,44,32,49,44,32,114,101,108,111,97,100,44,32,44,49,2,1,154,207,171,125,0,2,1,30,115,101,116,45,99,111,111,107,105,101,44,32,97,99,99,101,112,116,69,115,115,101,110,116,105,97,108,44,32,49,2,1,55,41,210,2,0,2,1,31,115,101,116,45,99,111,111,107,105,101,44,32,98,97,121,112,111,108,95,98,97,110,110,101,114,44,32,116,114,117,101,2,1,191,184,223,189,0,2,1,29,115,101,116,45,99,111,111,107,105,101,44,32,110,97,103,65,99,99,101,112,116,101,100,44,32,116,114,117,101,2,1,146,103,190,240,0,2,1,35,115,101,116,45,99,111,111,107,105,101,44,32,98,97,121,112,111,108,95,102,117,110,99,116,105,111,110,97,108,44,32,116,114,117,101,2,1,191,184,223,189,0,2,1,29,115,101,116,45,99,111,111,107,105,101,44,32,67,111,111,107,105,101,67,111,110,115,101,110,116,44,32,79,75,2,1,166,60,238,192,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,67,111,111,107,105,101,67,111,110,115,101,110,116,86,50,44,32,89,69,83,2,1,187,218,225,21,0,2,1,46,115,101,116,45,99,111,111,107,105,101,44,32,66,77,95,65,100,118,101,114,116,105,115,105,110,103,44,32,102,97,108,115,101,44,32,44,32,114,101,108,111,97,100,44,32,49,2,16,10,78,145,86,15,235,67,169,19,172,79,15,24,155,236,108,26,173,135,161,46,117,89,18,91,148,181,182,112,0,40,162,125,40,205,2,132,81,214,36,135,220,174,196,144,159,197,195,147,237,107,127,147,237,107,127,152,202,49,87,195,255,151,31,0,2,1,36,115,101,116,45,99,111,111,107,105,101,44,32,66,77,95,85,115,101,114,95,69,120,112,101,114,105,101,110,99,101,44,32,116,114,117,101,2,16,10,78,145,86,15,235,67,169,19,172,79,15,24,155,236,108,26,173,135,161,46,117,89,18,91,148,181,182,112,0,40,162,125,40,205,2,132,81,214,36,135,220,174,196,144,159,197,195,147,237,107,127,147,237,107,127,152,202,49,87,195,255,151,31,0,2,1,31,115,101,116,45,99,111,111,107,105,101,44,32,66,77,95,65,110,97,108,121,116,105,99,115,44,32,102,97,108,115,101,2,16,10,78,145,86,15,235,67,169,19,172,79,15,24,155,236,108,26,173,135,161,46,117,89,18,91,148,181,182,112,0,40,162,125,40,205,2,132,81,214,36,135,220,174,196,144,159,197,195,147,237,107,127,147,237,107,127,152,202,49,87,195,255,151,31,0,2,1,48,115,101,116,45,99,111,111,107,105,101,44,32,68,109,67,111,111,107,105,101,115,65,99,99,101,112,116,101,100,44,32,116,114,117,101,44,32,44,32,114,101,108,111,97,100,44,32,49,2,22,1,160,37,146,4,225,41,16,7,164,170,145,23,216,107,42,25,192,165,216,33,10,112,6,36,251,112,100,40,255,211,106,51,58,96,67,51,193,187,34,59,66,145,48,78,170,72,182,93,24,17,210,95,177,160,47,102,13,140,70,152,41,39,12,155,232,213,165,185,245,43,208,200,191,255,213,237,31,183,188,252,171,103,59,252,171,103,59,0,2,1,37,115,101,116,45,99,111,111,107,105,101,44,32,68,109,67,111,111,107,105,101,115,77,97,114,107,101,116,105,110,103,44,32,102,97,108,115,101,2,22,1,160,37,146,4,225,41,16,7,164,170,145,23,216,107,42,25,192,165,216,33,10,112,6,36,251,112,100,40,255,211,106,51,58,96,67,51,193,187,34,59,66,145,48,78,170,72,182,93,24,17,210,95,177,160,47,102,13,140,70,152,41,39,12,155,232,213,165,185,245,43,208,200,191,255,213,237,31,183,188,252,171,103,59,252,171,103,59,0,2,1,37,115,101,116,45,99,111,111,107,105,101,44,32,68,109,67,111,111,107,105,101,115,65,110,97,108,121,116,105,99,115,44,32,102,97,108,115,101,2,22,1,160,37,146,4,225,41,16,7,164,170,145,23,216,107,42,25,192,165,216,33,10,112,6,36,251,112,100,40,255,211,106,51,58,96,67,51,193,187,34,59,66,145,48,78,170,72,182,93,24,17,210,95,177,160,47,102,13,140,70,152,41,39,12,155,232,213,165,185,245,43,208,200,191,255,213,237,31,183,188,252,171,103,59,252,171,103,59,0,2,1,27,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,116,121,112,101,115,44,32,79,75,2,1,92,81,18,11,0,2,1,44,115,101,116,45,99,111,111,107,105,101,44,32,99,111,110,115,101,110,116,95,115,101,116,116,105,110,103,44,32,79,75,44,32,44,32,114,101,108,111,97,100,44,32,49,2,2,5,233,104,211,51,123,194,146,0,2,1,38,115,101,116,45,99,111,111,107,105,101,44,32,117,115,101,114,95,97,99,99,101,112,116,115,95,99,111,111,107,105,101,115,44,32,116,114,117,101,2,1,178,215,136,169,0,2,1,26,115,101,116,45,99,111,111,107,105,101,44,32,103,100,112,114,95,97,103,114,101,101,100,44,32,52,2,1,169,183,70,201,0,2,1,49,115,101,116,45,99,111,111,107,105,101,44,32,114,97,45,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,45,49,49,45,48,53,45,50,48,50,50,44,32,116,114,117,101,2,1,128,47,248,183,0,2,1,30,115,101,116,45,99,111,111,107,105,101,44,32,97,99,99,101,112,116,77,97,116,111,109,111,44,32,116,114,117,101,2,1,172,87,11,231,0,2,1,47,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,95,99,111,110,115,101,110,116,95,117,115,101,114,95,97,99,99,101,112,116,101,100,44,32,102,97,108,115,101,2,1,34,136,112,82,0,2,1,45,115,101,116,45,99,111,111,107,105,101,44,32,85,66,73,95,80,82,73,86,65,67,89,95,80,79,76,73,67,89,95,65,67,67,69,80,84,69,68,44,32,116,114,117,101,2,1,92,54,93,177,0,2,1,43,115,101,116,45,99,111,111,107,105,101,44,32,85,66,73,95,80,82,73,86,65,67,89,95,80,79,76,73,67,89,95,86,73,69,87,69,68,44,32,116,114,117,101,2,1,92,54,93,177,0,2,1,41,115,101,116,45,99,111,111,107,105,101,44,32,85,66,73,95,80,82,73,86,65,67,89,95,86,73,68,95,79,80,84,79,85,84,44,32,102,97,108,115,101,2,1,92,54,93,177,0,2,1,43,115,101,116,45,99,111,111,107,105,101,44,32,85,66,73,95,80,82,73,86,65,67,89,95,86,73,68,69,79,95,79,80,84,79,85,84,44,32,102,97,108,115,101,2,1,92,54,93,177,0,2,1,60,115,101,116,45,99,111,111,107,105,101,44,32,66,82,73,84,73,83,72,65,73,82,87,65,89,83,95,69,78,83,73,71,72,84,69,78,95,80,82,73,86,65,67,89,95,77,79,68,65,76,95,86,73,69,87,69,68,44,32,49,2,2,105,177,75,109,194,197,251,35,0,2,1,60,115,101,116,45,99,111,111,107,105,101,44,32,66,82,73,84,73,83,72,65,73,82,87,65,89,83,95,69,78,83,73,71,72,84,69,78,95,80,82,73,86,65,67,89,95,77,79,68,65,76,95,76,79,65,68,69,68,44,32,49,2,2,105,177,75,109,194,197,251,35,0,2,1,61,115,101,116,45,99,111,111,107,105,101,44,32,66,82,73,84,73,83,72,65,73,82,87,65,89,83,95,69,78,83,73,71,72,84,69,78,95,80,82,73,86,65,67,89,95,66,65,78,78,69,82,95,76,79,65,68,69,68,44,32,49,2,2,105,177,75,109,194,197,251,35,0,2,1,61,115,101,116,45,99,111,111,107,105,101,44,32,66,82,73,84,73,83,72,65,73,82,87,65,89,83,95,69,78,83,73,71,72,84,69,78,95,80,82,73,86,65,67,89,95,66,65,78,78,69,82,95,86,73,69,87,69,68,44,32,49,2,2,105,177,75,109,194,197,251,35,0,2,1,58,115,101,116,45,99,111,111,107,105,101,44,32,66,82,73,84,73,83,72,65,73,82,87,65,89,83,95,69,78,83,73,71,72,84,69,78,95,80,82,73,86,65,67,89,95,70,117,110,99,116,105,111,110,97,108,44,32,49,2,2,105,177,75,109,194,197,251,35,0,2,1,57,115,101,116,45,99,111,111,107,105,101,44,32,66,82,73,84,73,83,72,65,73,82,87,65,89,83,95,69,78,83,73,71,72,84,69,78,95,80,82,73,86,65,67,89,95,77,97,114,107,101,116,105,110,103,44,32,48,2,2,105,177,75,109,194,197,251,35,0,2,1,57,115,101,116,45,99,111,111,107,105,101,44,32,66,82,73,84,73,83,72,65,73,82,87,65,89,83,95,69,78,83,73,71,72,84,69,78,95,80,82,73,86,65,67,89,95,65,110,97,108,121,116,105,99,115,44,32,48,2,2,105,177,75,109,194,197,251,35,0,2,1,49,115,101,116,45,99,111,111,107,105,101,44,32,65,82,69,95,70,85,78,67,84,73,79,78,65,76,95,67,79,79,75,73,69,83,95,65,67,67,69,80,84,69,68,44,32,116,114,117,101,2,2,26,234,14,247,45,28,152,110,0,2,1,48,115,101,116,45,99,111,111,107,105,101,44,32,65,82,69,95,77,65,82,75,69,84,73,78,71,95,67,79,79,75,73,69,83,95,65,67,67,69,80,84,69,68,44,32,116,114,117,101,2,2,26,234,14,247,45,28,152,110,0,2,1,47,115,101,116,45,99,111,111,107,105,101,44,32,65,82,69,95,82,69,81,85,73,82,69,68,95,67,79,79,75,73,69,83,95,65,67,67,69,80,84,69,68,44,32,116,114,117,101,2,2,26,234,14,247,45,28,152,110,0,2,1,41,115,101,116,45,99,111,111,107,105,101,44,32,72,65,83,95,67,79,79,75,73,69,83,95,70,79,82,77,95,83,72,79,87,69,68,44,32,116,114,117,101,2,1,26,234,14,247,0,2,1,36,115,101,116,45,99,111,111,107,105,101,44,32,97,99,99,101,112,116,101,100,95,102,117,110,99,116,105,111,110,97,108,44,32,121,101,115,2,1,58,92,30,33,0,2,1,34,115,101,116,45,99,111,111,107,105,101,44,32,97,99,99,101,112,116,101,100,95,109,97,114,107,101,116,105,110,103,44,32,110,111,2,1,58,92,30,33,0,2,1,33,115,101,116,45,99,111,111,107,105,101,44,32,97,108,108,111,119,95,116,104,101,95,99,111,111,107,105,101,44,32,121,101,115,2,1,58,92,30,33,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,95,118,105,115,105,116,101,100,44,32,116,114,117,101,2,1,58,92,30,33,0,2,1,26,115,101,116,45,99,111,111,107,105,101,44,32,100,114,99,111,111,107,105,101,44,32,116,114,117,101,2,1,58,92,30,33,0,2,1,30,115,101,116,45,99,111,111,107,105,101,44,32,119,101,100,95,99,111,111,107,105,101,95,105,110,102,111,44,32,49,2,1,111,21,168,199,0,2,1,33,115,101,116,45,99,111,111,107,105,101,44,32,97,99,99,101,112,116,101,100,67,111,111,107,105,101,115,44,32,116,114,117,101,2,1,111,30,145,69,0,2,1,35,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,77,101,115,115,97,103,101,72,105,100,101,44,32,116,114,117,101,2,1,126,203,225,204,0,2,1,17,115,101,116,45,99,111,111,107,105,101,44,32,115,113,44,32,48,2,1,148,186,25,221,0,2,1,33,115,101,116,45,99,111,111,107,105,101,44,32,110,111,116,105,99,101,95,112,114,101,102,101,114,101,110,99,101,115,44,32,50,2,36,0,0,172,144,3,127,238,110,6,10,232,162,7,236,55,34,16,68,96,128,20,210,155,179,21,127,55,96,29,248,224,186,34,164,217,85,38,80,33,63,73,178,240,77,83,254,0,96,87,200,247,70,101,34,217,68,127,109,233,244,129,25,115,121,141,39,104,22,143,157,226,151,144,244,229,15,150,133,192,136,152,59,11,173,154,197,97,224,156,18,39,182,159,154,195,195,162,127,244,0,168,98,136,192,171,26,82,178,173,40,170,137,173,206,31,175,184,116,197,190,185,101,114,144,196,141,197,203,202,76,187,112,202,254,247,233,229,163,198,99,250,251,160,174,0,2,1,33,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,95,99,111,110,115,101,110,116,95,97,108,108,44,32,49,2,1,56,36,131,109,0,2,1,35,115,101,116,45,99,111,111,107,105,101,44,32,101,98,95,99,111,111,107,105,101,95,97,103,114,101,101,95,48,49,50,52,44,32,49,2,1,209,104,148,22,0,2,1,36,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,115,80,111,108,105,99,121,50,48,50,49,49,49,48,49,44,32,49,2,1,239,224,130,166,0,2,1,37,115,101,116,45,99,111,111,107,105,101,44,32,115,99,45,99,111,111,107,105,101,115,45,97,99,99,101,112,116,101,100,44,32,116,114,117,101,2,1,148,198,46,216,0,2,1,41,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,95,112,111,108,105,99,121,95,97,103,114,101,101,109,101,110,116,44,32,116,114,117,101,2,3,70,22,108,92,106,186,75,59,122,239,109,222,0,2,1,39,115,101,116,45,99,111,111,107,105,101,44,32,109,97,114,107,101,116,105,110,103,95,99,111,111,107,105,101,95,97,107,107,111,111,114,100,44,32,48,2,1,130,16,89,136,0,2,1,34,115,101,116,45,99,111,111,107,105,101,44,32,115,105,116,101,95,99,111,111,107,105,101,95,97,107,107,111,111,114,100,44,32,49,2,1,130,16,89,136,0,2,1,39,115,101,116,45,99,111,111,107,105,101,44,32,99,99,112,97,45,110,111,116,105,99,101,45,118,105,101,119,101,100,45,48,50,44,32,116,114,117,101,2,1,72,3,129,234,0,2,1,49,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,67,111,110,115,101,110,116,44,32,121,101,115,44,32,100,111,109,97,105,110,44,32,46,102,105,108,101,110,46,105,111,2,1,243,128,116,31,0,2,1,24,115,101,116,45,99,111,111,107,105,101,44,32,103,100,112,114,99,109,44,32,116,114,117,101,2,1,12,154,143,193,0,2,1,57,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,67,111,110,115,101,110,116,44,32,97,99,99,101,112,116,44,32,44,32,100,111,109,97,105,110,44,32,97,112,112,46,102,105,108,101,110,46,105,111,2,1,52,38,7,64,0,2,1,31,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,67,111,110,115,101,110,116,44,32,116,114,117,101,2,4,75,60,185,220,103,6,15,161,107,252,187,28,253,246,48,195,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,97,110,97,108,121,116,105,99,115,95,99,111,111,107,105,101,115,44,32,48,2,3,3,222,30,178,89,107,236,82,104,151,163,7,0,2,1,44,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,115,95,97,99,99,101,112,116,101,100,44,32,49,44,32,44,32,114,101,108,111,97,100,44,32,49,2,3,3,222,30,178,89,107,236,82,104,151,163,7,0,2,1,31,115,101,116,45,99,111,111,107,105,101,44,32,116,114,97,99,107,105,110,103,95,99,111,111,107,105,101,115,44,32,48,2,3,3,222,30,178,89,107,236,82,104,151,163,7,0,2,1,49,115,101,116,45,99,111,111,107,105,101,44,32,97,100,118,101,114,116,105,115,101,109,101,110,116,45,97,103,101,45,115,104,111,119,45,97,108,99,111,104,111,108,44,32,102,97,108,115,101,2,3,3,222,30,178,89,107,236,82,104,151,163,7,0,2,1,48,115,101,116,45,99,111,111,107,105,101,44,32,97,100,118,101,114,116,105,115,101,109,101,110,116,45,97,103,101,45,115,104,111,119,45,103,97,109,98,108,101,44,32,102,97,108,115,101,2,3,3,222,30,178,89,107,236,82,104,151,163,7,0,2,1,36,115,101,116,45,99,111,111,107,105,101,44,32,105,98,101,46,97,99,99,101,112,116,101,100,67,111,111,107,105,101,44,32,116,114,117,101,2,1,222,132,201,144,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,97,99,99,101,112,116,101,100,80,111,108,105,99,121,44,32,116,114,117,101,2,1,108,166,242,75,0,2,1,33,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,45,99,111,110,115,101,110,116,44,32,102,97,108,115,101,2,1,158,30,28,171,0,2,1,37,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,67,111,110,115,101,110,116,67,108,111,115,101,100,44,32,116,114,117,101,2,1,222,175,3,107,0,2,1,33,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,115,80,114,105,118,97,99,121,44,32,102,97,108,115,101,2,1,26,208,215,68,0,2,1,29,115,101,116,45,99,111,111,107,105,101,44,32,95,116,118,115,80,114,105,118,97,99,121,44,32,116,114,117,101,2,1,46,75,201,234,0,2,1,43,115,101,116,45,99,111,111,107,105,101,44,32,101,112,67,111,111,107,105,101,67,111,110,115,101,110,116,44,32,48,44,32,44,32,114,101,108,111,97,100,44,32,49,2,19,0,32,150,84,13,140,145,130,33,147,195,54,46,27,39,204,57,113,138,205,62,30,115,115,94,142,11,23,105,37,27,134,107,23,3,108,155,97,30,170,178,233,194,131,195,18,65,21,212,207,66,193,234,205,230,232,234,241,160,145,235,97,236,31,236,37,128,191,240,237,90,77,253,97,77,202,0,2,1,34,115,101,116,45,99,111,111,107,105,101,44,32,114,111,121,97,108,111,97,107,84,101,114,109,115,67,111,111,107,105,101,44,32,49,2,1,31,7,18,162,0,2,1,63,115,101,116,45,99,111,111,107,105,101,44,32,105,115,95,97,108,108,111,119,101,100,95,99,108,105,101,110,116,95,116,114,97,107,105,110,103,95,110,105,101,122,98,101,100,110,101,44,32,49,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,2,95,247,107,0,2,1,23,115,101,116,45,99,111,111,107,105,101,44,32,105,110,116,114,111,44,32,116,114,117,101,2,1,158,97,184,166,0,2,1,31,115,101,116,45,99,111,111,107,105,101,44,32,83,101,101,110,67,111,111,107,105,101,66,97,114,44,32,116,114,117,101,2,1,148,201,137,108,0,2,1,53,115,101,116,45,99,111,111,107,105,101,44,32,107,101,118,105,110,45,117,115,101,114,45,104,97,115,45,97,99,99,101,112,116,101,100,45,97,100,45,99,111,111,107,105,101,115,44,32,102,97,108,115,101,2,1,28,15,2,182,0,2,1,60,115,101,116,45,99,111,111,107,105,101,44,32,107,101,118,105,110,45,117,115,101,114,45,104,97,115,45,97,99,99,101,112,116,101,100,45,97,110,97,108,121,116,105,99,115,45,99,111,111,107,105,101,115,44,32,102,97,108,115,101,2,1,28,15,2,182,0,2,1,56,115,101,116,45,99,111,111,107,105,101,44,32,107,101,118,105,110,45,117,115,101,114,45,104,97,115,45,105,110,116,101,114,97,99,116,101,100,45,119,105,116,104,45,99,111,111,107,105,101,115,44,32,116,114,117,101,2,1,28,15,2,182,0,2,1,27,115,101,116,45,99,111,111,107,105,101,44,32,99,112,97,99,99,112,116,101,100,44,32,116,114,117,101,2,1,75,5,178,120,0,2,1,30,115,101,116,45,99,111,111,107,105,101,44,32,65,108,108,111,119,67,111,111,107,105,101,115,44,32,116,114,117,101,2,1,148,201,137,108,0,2,1,30,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,115,65,99,99,101,112,116,101,100,44,32,51,2,1,50,57,69,248,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,111,112,116,79,117,116,115,84,111,117,99,104,101,100,44,32,116,114,117,101,2,1,14,221,41,82,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,111,112,116,79,117,116,65,99,99,101,112,116,101,100,44,32,116,114,117,101,2,1,14,221,41,82,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,103,100,112,114,95,100,105,115,109,105,115,115,97,108,44,32,116,114,117,101,2,1,253,242,131,140,0,2,1,38,115,101,116,45,99,111,111,107,105,101,44,32,97,110,97,108,121,116,105,99,115,67,111,111,107,105,101,65,99,99,101,112,116,101,100,44,32,48,2,1,167,16,219,24,0,2,1,29,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,65,99,99,101,112,116,101,100,44,32,48,2,1,167,16,219,24,0,2,1,25,115,101,116,45,99,111,111,107,105,101,44,32,117,101,118,50,46,103,103,44,32,116,114,117,101,2,1,113,91,244,95,0,2,1,46,115,101,116,45,99,111,111,107,105,101,44,32,99,108,111,115,101,78,111,116,105,102,105,99,97,116,105,111,110,65,98,111,117,116,67,111,111,107,105,101,44,32,116,114,117,101,2,1,183,15,255,5,0,2,1,25,115,101,116,45,99,111,111,107,105,101,44,32,117,115,101,95,99,111,111,107,105,101,44,32,49,2,2,9,247,9,189,148,180,167,208,0,2,1,31,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,45,112,111,108,105,99,121,44,32,116,114,117,101,2,1,7,31,179,41,0,2,1,41,115,101,116,45,99,111,111,107,105,101,44,32,102,105,103,115,104,97,114,101,67,111,111,107,105,101,115,65,99,99,101,112,116,101,100,44,32,116,114,117,101,2,1,93,0,209,9,0,2,1,23,115,101,116,45,99,111,111,107,105,101,44,32,98,105,116,115,111,95,99,99,44,32,49,2,1,126,23,50,87,0,2,1,23,115,101,116,45,99,111,111,107,105,101,44,32,101,103,95,97,115,107,101,100,44,32,49,2,1,229,59,80,214,0,2,1,40,115,101,116,45,99,111,111,107,105,101,44,32,65,99,99,101,112,116,75,101,107,115,105,116,44,32,48,44,32,44,32,114,101,108,111,97,100,44,32,49,2,2,128,39,131,236,253,139,127,153,0,2,1,28,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,112,114,101,102,44,32,116,114,117,101,2,1,70,34,52,148,0,2,1,47,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,95,97,110,97,108,121,116,99,115,44,32,102,97,108,115,101,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,58,207,9,133,0,2,1,31,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,95,97,99,99,101,112,116,44,32,116,114,117,101,2,1,58,207,9,133,0,2,1,37,115,101,116,45,99,111,111,107,105,101,44,32,100,104,108,45,119,101,98,97,112,112,45,116,114,97,99,107,44,32,97,108,108,111,119,101,100,2,2,67,203,105,119,109,234,120,8,0,2,1,35,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,99,111,110,115,101,110,116,95,115,116,97,116,117,115,44,32,49,2,1,74,31,220,129,0,2,1,36,115,101,116,45,99,111,111,107,105,101,44,32,80,86,72,95,67,79,79,75,73,69,83,95,71,68,80,82,44,32,65,99,99,101,112,116,2,27,4,211,70,19,23,39,63,60,36,44,150,204,40,160,57,139,49,214,49,117,51,239,231,92,52,22,9,246,57,34,126,39,76,242,194,162,77,65,140,87,81,221,227,125,94,89,105,107,101,63,62,102,130,25,28,205,136,32,52,38,156,219,214,38,158,34,82,4,188,230,247,171,189,13,198,197,199,154,133,188,211,32,26,173,213,140,152,2,219,234,26,122,220,244,135,81,236,44,189,59,241,147,125,138,251,11,116,119,0,2,1,48,115,101,116,45,99,111,111,107,105,101,44,32,80,86,72,95,67,79,79,75,73,69,83,95,71,68,80,82,95,83,79,67,73,65,76,77,69,68,73,65,44,32,82,101,106,101,99,116,2,27,4,211,70,19,23,39,63,60,36,44,150,204,40,160,57,139,49,214,49,117,51,239,231,92,52,22,9,246,57,34,126,39,76,242,194,162,77,65,140,87,81,221,227,125,94,89,105,107,101,63,62,102,130,25,28,205,136,32,52,38,156,219,214,38,158,34,82,4,188,230,247,171,189,13,198,197,199,154,133,188,211,32,26,173,213,140,152,2,219,234,26,122,220,244,135,81,236,44,189,59,241,147,125,138,251,11,116,119,0,2,1,46,115,101,116,45,99,111,111,107,105,101,44,32,80,86,72,95,67,79,79,75,73,69,83,95,71,68,80,82,95,65,78,65,76,89,84,73,67,83,44,32,82,101,106,101,99,116,2,27,4,211,70,19,23,39,63,60,36,44,150,204,40,160,57,139,49,214,49,117,51,239,231,92,52,22,9,246,57,34,126,39,76,242,194,162,77,65,140,87,81,221,227,125,94,89,105,107,101,63,62,102,130,25,28,205,136,32,52,38,156,219,214,38,158,34,82,4,188,230,247,171,189,13,198,197,199,154,133,188,211,32,26,173,213,140,152,2,219,234,26,122,220,244,135,81,236,44,189,59,241,147,125,138,251,11,116,119,0,2,1,29,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,95,99,111,110,115,101,110,116,44,32,49,2,1,150,243,155,240,0,2,1,40,115,101,116,45,99,111,111,107,105,101,44,32,111,102,100,98,95,119,101,114,98,117,110,103,44,32,89,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,27,114,24,95,0,2,1,34,115,101,116,45,99,111,111,107,105,101,44,32,117,115,101,114,95,99,111,111,107,105,101,95,99,111,110,115,101,110,116,44,32,49,2,1,169,123,186,237,0,2,1,26,115,101,116,45,99,111,111,107,105,101,44,32,83,84,65,103,114,101,101,109,101,110,116,44,32,49,2,1,73,159,198,35,0,2,1,43,115,101,116,45,99,111,111,107,105,101,44,32,116,99,58,100,105,115,109,105,115,115,101,120,105,116,105,110,116,101,110,116,112,111,112,117,112,44,32,116,114,117,101,2,1,150,195,125,111,0,2,1,35,115,101,116,45,99,111,111,107,105,101,44,32,102,117,110,99,116,105,111,110,97,108,67,111,111,107,105,101,115,44,32,116,114,117,101,2,1,150,227,143,134,0,2,1,48,115,101,116,45,99,111,111,107,105,101,44,32,99,111,110,116,101,110,116,80,101,114,115,111,110,97,108,105,115,97,116,105,111,110,67,111,111,107,105,101,115,44,32,102,97,108,115,101,2,1,150,227,143,134,0,2,1,35,115,101,116,45,99,111,111,107,105,101,44,32,109,97,114,107,101,116,105,110,103,67,111,111,107,105,101,115,44,32,102,97,108,115,101,2,1,150,227,143,134,0,2,1,37,115,101,116,45,99,111,111,107,105,101,44,32,115,116,97,116,105,115,116,105,99,97,108,67,111,111,107,105,101,115,44,32,102,97,108,115,101,2,1,150,227,143,134,0,2,1,31,115,101,116,45,99,111,111,107,105,101,44,32,99,111,110,115,101,110,116,115,44,32,101,115,115,101,110,116,105,97,108,2,1,166,200,62,18,0,2,1,50,115,101,116,45,99,111,111,107,105,101,44,32,118,105,101,119,101,100,95,99,111,111,107,105,101,95,112,111,108,105,99,121,44,32,121,101,115,44,32,44,32,114,101,108,111,97,100,44,32,49,2,87,0,46,200,168,0,63,255,95,0,192,4,165,1,162,170,250,15,126,94,46,15,222,186,92,16,34,215,172,17,115,97,220,17,167,48,99,25,8,110,161,26,250,204,198,27,149,167,4,30,92,83,250,32,253,76,236,45,188,160,248,48,151,169,194,50,9,217,17,56,84,18,172,56,230,234,135,57,7,145,215,61,84,76,208,70,165,121,209,77,41,136,15,77,104,62,87,83,34,73,92,89,227,194,92,91,224,136,101,93,68,151,71,94,69,35,238,95,144,100,115,98,148,10,200,99,189,99,140,101,149,178,206,102,103,140,131,113,227,127,72,114,108,238,122,117,24,103,153,117,238,225,194,122,44,113,49,122,160,33,170,122,252,80,217,124,108,218,228,127,44,218,157,131,54,114,250,133,14,84,11,133,98,78,43,133,164,171,61,135,11,68,42,136,205,163,11,141,174,139,13,141,207,204,85,143,237,23,210,147,208,219,158,150,140,120,13,151,190,29,220,152,198,196,31,153,177,59,195,157,36,206,194,157,87,80,13,160,39,209,234,165,41,3,105,166,143,177,193,169,116,171,99,171,11,45,125,172,34,119,2,175,75,84,73,177,222,182,113,185,240,239,23,186,89,60,187,186,140,97,66,193,195,61,66,195,217,59,188,196,76,0,243,198,209,13,149,206,84,243,95,223,160,209,54,226,79,21,68,227,3,160,20,229,139,185,151,229,236,182,236,233,15,99,69,235,188,53,139,243,100,95,79,243,171,111,53,252,39,40,124,254,69,220,108,255,55,30,198,0,2,1,50,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,108,97,119,105,110,102,111,45,99,104,101,99,107,98,111,120,45,102,117,110,99,116,105,111,110,97,108,44,32,121,101,115,2,13,0,46,200,168,48,151,169,194,89,227,194,92,93,68,151,71,95,144,100,115,98,148,10,200,117,238,225,194,133,98,78,43,153,177,59,195,157,36,206,194,172,34,119,2,193,195,61,66,233,15,99,69,0,2,1,49,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,108,97,119,105,110,102,111,45,99,104,101,99,107,98,111,120,45,110,101,99,101,115,115,97,114,121,44,32,121,101,115,2,19,0,46,200,168,48,151,169,194,61,84,76,208,83,34,73,92,89,227,194,92,93,68,151,71,95,144,100,115,98,148,10,200,117,238,225,194,133,98,78,43,135,11,68,42,153,177,59,195,157,36,206,194,157,36,206,194,171,11,45,125,172,34,119,2,177,222,182,113,193,195,61,66,233,15,99,69,0,2,1,52,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,108,97,119,105,110,102,111,45,99,104,101,99,107,98,111,120,45,110,111,110,45,110,101,99,101,115,115,97,114,121,44,32,110,111,2,2,135,11,68,42,171,11,45,125,0,2,1,52,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,108,97,119,105,110,102,111,45,99,104,101,99,107,98,111,120,45,97,100,118,101,114,116,105,115,101,109,101,110,116,44,32,110,111,2,7,83,34,73,92,98,148,10,200,153,177,59,195,157,36,206,194,172,34,119,2,177,222,182,113,195,217,59,188,0,2,1,53,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,108,97,119,105,110,102,111,45,99,104,101,99,107,98,111,120,45,97,100,118,101,114,116,105,115,101,109,101,110,116,44,32,121,101,115,2,1,233,15,99,69,0,2,1,48,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,108,97,119,105,110,102,111,45,99,104,101,99,107,98,111,120,45,97,110,97,108,121,116,105,99,115,44,32,110,111,2,6,98,148,10,200,153,177,59,195,157,36,206,194,172,34,119,2,177,222,182,113,233,15,99,69,0,2,1,50,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,108,97,119,105,110,102,111,45,99,104,101,99,107,98,111,120,45,112,101,114,102,111,114,109,97,110,99,101,44,32,110,111,2,6,98,148,10,200,153,177,59,195,157,36,206,194,172,34,119,2,177,222,182,113,233,15,99,69,0,2,1,51,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,108,97,119,105,110,102,111,45,99,104,101,99,107,98,111,120,45,109,97,114,107,107,105,110,111,105,110,116,105,44,32,110,111,2,1,61,84,76,208,0,2,1,50,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,108,97,119,105,110,102,111,45,99,104,101,99,107,98,111,120,45,116,105,108,97,115,116,111,105,110,116,105,44,32,110,111,2,1,61,84,76,208,0,2,1,48,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,112,115,104,58,99,111,111,107,105,101,115,45,111,116,104,101,114,44,32,102,97,108,115,101,2,1,250,185,41,202,0,2,1,46,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,112,115,104,58,99,111,111,107,105,101,115,45,115,101,101,110,44,32,116,114,117,101,2,1,250,185,41,202,0,2,1,48,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,112,115,104,58,99,111,111,107,105,101,115,45,115,111,99,105,97,108,44,32,116,114,117,101,2,1,250,185,41,202,0,2,1,42,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,111,107,105,101,95,99,111,110,115,101,110,116,44,32,110,111,2,1,198,157,46,172,0,2,1,51,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,105,97,103,45,116,97,114,103,101,116,105,110,103,45,99,111,110,115,101,110,116,44,32,34,110,111,34,2,1,18,216,141,125,0,2,1,53,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,105,97,103,45,112,101,114,102,111,114,109,97,110,99,101,45,99,111,110,115,101,110,116,44,32,34,110,111,34,2,1,18,216,141,125,0,2,1,44,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,117,115,101,114,68,101,110,105,101,100,67,111,111,107,105,101,115,44,32,49,2,1,232,196,197,191,0,2,1,34,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,111,107,105,101,115,44,32,48,2,1,143,25,180,31,0,2,1,39,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,114,103,112,100,46,99,111,110,115,101,110,116,44,32,49,2,1,207,116,104,202,0,2,1,41,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,104,97,115,67,111,110,115,101,110,116,44,32,102,97,108,115,101,2,1,130,131,132,237,0,2,1,42,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,95,108,117,107,67,111,111,107,105,101,65,103,114,101,101,44,32,50,2,1,151,23,170,88,0,2,1,45,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,111,107,105,101,115,65,108,108,111,119,101,100,44,32,102,97,108,115,101,2,1,3,196,178,27,0,2,1,43,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,111,107,105,101,80,114,101,102,101,114,101,110,99,101,44,32,49,2,1,237,164,122,169,0,2,1,42,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,111,107,105,101,80,111,108,105,99,121,44,32,116,114,117,101,2,1,55,207,75,238,0,2,1,50,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,97,114,116,105,115,97,110,95,97,99,99,101,112,116,67,111,111,107,105,101,44,32,116,114,117,101,2,1,43,144,103,151,0,2,1,57,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,111,107,105,101,115,95,112,111,108,105,99,121,95,97,99,99,101,112,116,97,110,99,101,44,32,100,101,110,105,101,100,2,1,163,52,14,29,0,2,1,56,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,83,65,70,69,95,95,97,110,97,108,121,116,105,99,115,80,114,101,102,101,114,101,110,99,101,44,32,102,97,108,115,101,2,1,175,159,193,239,0,2,1,48,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,116,101,114,109,115,79,102,85,115,101,65,99,99,101,112,116,101,100,44,32,116,114,117,101,2,1,17,114,147,181,0,2,1,41,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,97,103,114,101,101,67,111,111,107,105,101,44,32,116,114,117,101,2,1,236,30,194,45,0,2,1,37,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,108,103,112,100,45,97,103,114,101,101,44,32,49,2,1,106,229,166,66,0,2,1,46,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,111,107,105,101,73,115,65,99,99,101,112,116,101,100,44,32,116,114,117,101,2,1,12,7,229,37,0,2,1,44,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,111,107,105,101,65,108,108,111,119,101,100,44,32,102,97,108,115,101,2,1,58,103,70,90,0,2,1,48,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,111,107,105,101,95,117,115,97,103,101,95,97,99,99,101,112,116,101,100,44,32,49,2,1,164,131,25,103,0,2,1,47,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,111,107,105,101,66,97,110,110,101,114,83,104,111,119,110,44,32,116,114,117,101,2,2,44,150,40,215,175,145,111,3,0,2,1,41,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,111,107,105,101,115,67,111,110,115,101,110,116,44,32,49,2,1,126,10,155,118,0,2,1,47,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,111,107,105,101,95,97,99,99,101,112,116,97,110,99,101,44,32,116,114,117,101,2,1,247,167,87,96,0,2,1,58,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,97,110,97,108,121,116,105,99,115,95,99,111,111,107,105,101,115,95,97,99,99,101,112,116,97,110,99,101,44,32,116,114,117,101,2,1,247,167,87,96,0,2,1,37,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,110,115,95,99,111,111,107,105,101,115,44,32,49,2,1,173,52,83,224,0,2,1,34,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,103,100,112,114,44,32,100,101,110,121,2,1,94,5,31,6,0,2,1,32,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,44,32,102,97,108,115,101,2,1,135,170,173,217,0,2,1,45,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,111,107,105,101,115,45,112,114,101,102,101,114,101,110,99,101,44,32,49,2,2,55,170,42,147,146,200,130,217,0,2,1,46,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,111,107,105,101,115,65,99,107,110,111,119,108,101,100,103,101,100,44,32,49,2,1,24,103,94,22,0,2,1,42,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,104,97,115,67,111,110,115,101,110,116,101,100,80,72,44,32,110,111,2,1,21,122,163,3,0,2,1,48,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,111,107,105,101,95,99,111,110,115,101,110,116,44,32,97,99,99,101,112,116,101,100,2,1,235,165,141,179,0,2,1,42,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,111,107,105,101,95,99,111,110,115,101,110,116,44,32,110,111,2,1,96,59,18,46,0,2,1,46,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,103,116,97,103,46,99,111,110,115,101,110,116,46,111,112,116,105,111,110,44,32,49,2,1,144,1,67,31,0,2,1,32,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,112,115,50,48,44,32,49,2,1,144,1,67,31,0,2,1,44,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,115,104,111,119,67,111,111,107,105,101,85,115,101,44,32,102,97,108,115,101,2,1,151,119,122,244,0,2,1,39,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,116,101,114,109,115,44,32,97,99,99,101,112,116,101,100,2,1,129,175,23,197,0,2,1,46,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,122,95,99,111,111,107,105,101,95,99,111,110,115,101,110,116,44,32,116,114,117,101,2,1,90,227,186,100,0,2,1,58,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,83,116,111,114,97,103,101,77,97,114,116,67,111,111,107,105,101,115,80,111,108,105,99,121,83,101,101,110,44,32,116,114,117,101,2,1,44,228,224,88,0,2,1,34,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,95,112,114,101,102,101,114,101,110,99,101,115,44,32,49,48,2,1,34,81,7,108,0,2,1,49,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,117,110,105,110,97,118,73,115,65,103,114,101,101,67,111,111,107,105,101,44,32,116,114,117,101,2,1,102,106,25,91,0,2,1,40,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,95,99,111,110,115,101,110,116,95,115,116,97,116,117,115,44,32,97,108,108,111,119,2,1,34,81,7,108,0,2,1,70,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,98,117,110,113,58,67,111,111,107,105,101,67,111,110,115,101,110,116,83,116,111,114,101,58,105,115,66,97,110,110,101,114,86,105,115,105,98,108,101,44,32,102,97,108,115,101,2,1,2,63,189,46,0,2,1,44,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,97,99,99,101,112,116,101,100,45,99,111,111,107,105,101,115,44,32,91,93,2,1,30,48,72,205,0,2,1,53,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,110,103,120,45,119,101,98,115,116,111,114,97,103,101,124,99,111,111,107,105,101,115,44,32,102,97,108,115,101,2,1,36,166,234,149,0,2,1,43,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,97,112,112,95,103,100,112,114,95,99,111,110,115,101,110,116,44,32,49,2,1,95,203,85,150,0,2,1,49,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,97,108,114,101,97,100,121,65,99,99,101,112,116,67,111,111,107,105,101,44,32,116,114,117,101,2,1,186,16,99,235,0,2,1,47,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,105,115,67,111,111,107,105,101,115,65,99,99,101,112,116,101,100,44,32,116,114,117,101,2,2,190,35,206,24,242,88,19,184,0,2,1,34,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,99,111,111,107,105,101,115,44,32,110,111,2,1,55,233,228,71,0,2,1,53,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,111,107,105,101,115,45,112,111,108,105,99,121,45,97,99,99,101,112,116,101,100,44,32,116,114,117,101,2,1,29,7,62,141,0,2,1,46,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,111,107,105,101,95,112,114,111,109,112,116,95,116,105,109,101,115,44,32,49,2,1,148,195,154,93,0,2,1,43,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,108,97,115,116,95,112,114,111,109,112,116,95,116,105,109,101,44,32,49,2,1,148,195,154,93,0,2,1,49,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,115,117,112,95,103,100,112,114,95,99,111,111,107,105,101,44,32,97,99,99,101,112,116,101,100,2,1,116,137,198,61,0,2,1,45,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,103,100,112,114,95,99,111,111,107,105,101,44,32,97,99,99,101,112,116,101,100,2,1,116,137,198,61,0,2,1,32,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,110,44,32,116,114,117,101,2,1,174,222,214,246,0,2,1,40,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,110,115,101,110,116,95,112,111,112,117,112,44,32,49,2,1,2,74,239,45,0,2,1,45,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,67,79,79,75,73,69,95,67,79,78,83,69,78,84,44,32,102,97,108,115,101,2,1,89,132,115,33,0,2,1,58,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,100,101,99,108,105,110,101,100,45,118,101,114,115,105,111,110,44,32,49,2,1,42,176,120,23,0,2,1,42,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,68,111,45,110,111,116,45,115,104,97,114,101,44,32,116,114,117,101,2,1,231,203,142,14,0,2,1,44,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,97,108,108,111,119,45,99,111,111,107,105,101,115,44,32,102,97,108,115,101,2,1,231,203,142,14,0,2,1,90,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,95,95,112,104,95,111,112,116,95,105,110,95,111,117,116,95,112,104,99,95,57,97,83,68,98,74,67,97,68,85,77,100,90,100,72,120,120,77,80,84,118,99,106,55,65,57,102,115,108,51,109,67,103,77,49,82,66,80,109,80,115,108,55,44,32,48,2,1,248,127,218,26,0,2,1,62,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,115,104,111,117,108,100,95,100,105,115,112,108,97,121,95,99,111,111,107,105,101,95,98,97,110,110,101,114,95,118,50,44,32,102,97,108,115,101,2,1,128,155,14,235,0,2,1,53,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,122,111,114,97,45,100,105,115,99,111,118,101,114,45,49,52,45,48,51,45,50,51,44,32,102,97,108,115,101,2,1,37,138,239,191,0,2,1,58,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,110,110,101,99,116,45,119,97,108,108,101,116,45,108,101,103,97,108,45,99,111,110,115,101,110,116,44,32,116,114,117,101,2,1,128,155,14,235,0,2,1,37,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,111,107,105,101,115,77,105,110,44,32,49,2,1,129,213,136,239,0,2,1,28,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,95,97,99,99,101,112,116,44,32,49,2,1,51,227,31,197,0,2,1,46,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,98,45,97,99,99,101,112,116,45,99,111,111,107,105,101,44,32,116,114,117,101,2,1,201,187,232,90,0,2,1,48,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,111,107,105,101,45,112,101,114,109,105,115,115,105,111,110,44,32,102,97,108,115,101,2,2,14,40,59,12,130,125,32,164,0,2,1,44,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,111,107,105,101,65,99,99,101,112,116,101,100,44,32,116,114,117,101,2,2,155,25,90,31,251,223,9,70,0,2,1,37,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,111,107,105,101,115,44,32,116,114,117,101,2,1,78,89,23,120,0,2,1,53,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,82,79,67,85,77,69,78,84,83,46,99,111,111,107,105,101,67,111,110,115,101,110,116,44,32,116,114,117,101,2,1,143,133,126,164,0,2,1,48,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,112,115,104,58,99,111,111,107,105,101,115,45,111,116,104,101,114,44,32,102,97,108,115,101,2,1,244,76,165,237,0,2,1,46,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,112,115,104,58,99,111,111,107,105,101,115,45,115,101,101,110,44,32,116,114,117,101,2,1,244,76,165,237,0,2,1,48,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,112,115,104,58,99,111,111,107,105,101,115,45,115,111,99,105,97,108,44,32,116,114,117,101,2,1,244,76,165,237,0,2,1,46,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,98,99,67,111,111,107,105,101,65,99,99,101,112,116,101,100,44,32,116,114,117,101,2,1,222,132,201,144,0,2,1,46,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,67,77,80,58,112,101,114,115,111,110,97,108,105,115,97,116,105,111,110,44,32,49,2,1,33,18,79,145,0,2,1,42,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,104,97,115,67,111,110,115,101,110,116,101,100,80,72,44,32,110,111,2,1,127,34,192,188,0,2,1,42,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,112,99,67,108,111,115,101,100,79,110,99,101,44,32,116,114,117,101,2,1,172,19,249,245,0,2,1,49,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,116,101,120,116,115,104,117,116,116,108,101,95,99,111,111,107,105,101,44,32,102,97,108,115,101,2,1,187,52,149,122,0,2,1,68,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,111,107,105,101,115,45,110,111,116,105,102,105,99,97,116,105,111,110,45,109,101,115,115,97,103,101,45,105,115,45,104,105,100,100,101,110,44,32,116,114,117,101,2,1,115,92,127,196,0,2,1,43,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,111,107,105,101,66,97,110,110,101,114,44,32,102,97,108,115,101,2,1,210,133,197,144,0,2,1,42,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,111,107,105,101,66,97,110,110,101,114,44,32,116,114,117,101,2,1,8,54,137,252,0,2,1,36,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,98,97,110,110,101,114,44,32,116,114,117,101,2,1,255,140,158,45,0,2,1,43,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,111,107,105,101,67,111,110,115,101,110,116,44,32,116,114,117,101,2,1,88,203,173,154,0,2,1,44,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,105,115,65,108,108,111,119,67,111,111,107,105,101,115,44,32,116,114,117,101,2,1,128,83,39,138,0,2,1,39,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,103,116,97,103,95,101,110,97,98,108,101,100,44,32,49,2,1,178,52,241,160,0,2,1,45,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,118,99,67,111,110,115,101,110,116,71,105,118,101,110,44,32,116,114,117,101,2,1,38,157,104,207,0,2,1,35,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,116,101,114,109,115,44,32,116,114,117,101,2,1,123,155,132,106,0,2,1,43,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,111,107,105,101,95,97,99,99,101,112,116,44,32,116,114,117,101,2,1,108,121,134,53,0,2,1,53,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,80,101,99,104,105,110,99,104,111,117,58,67,111,111,107,105,101,115,77,111,100,97,108,44,32,116,114,117,101,2,1,216,189,102,86,0,2,1,36,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,104,117,98,45,99,112,44,32,116,114,117,101,2,1,171,40,97,61,0,2,1,49,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,111,107,105,101,80,111,108,105,99,121,65,99,99,101,112,116,101,100,44,32,121,101,115,2,1,53,102,253,76,0,2,1,57,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,111,107,105,101,95,117,115,97,103,101,95,97,99,107,110,111,119,108,101,100,103,101,100,95,50,44,32,116,114,117,101,2,1,20,233,105,97,0,2,1,36,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,111,107,105,101,44,32,116,114,117,101,2,1,96,240,17,247,0,2,1,55,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,111,107,105,101,115,95,110,101,99,101,115,115,97,114,121,95,99,111,110,115,101,110,116,44,32,116,114,117,101,2,4,7,161,128,150,57,69,139,54,184,209,102,1,251,189,93,216,0,2,1,56,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,111,107,105,101,115,95,109,97,114,107,101,116,105,110,103,95,99,111,110,115,101,110,116,44,32,102,97,108,115,101,2,4,7,161,128,150,57,69,139,54,184,209,102,1,251,189,93,216,0,2,1,57,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,111,107,105,101,115,95,115,116,97,116,105,115,116,105,99,115,95,99,111,110,115,101,110,116,44,32,102,97,108,115,101,2,4,7,161,128,150,57,69,139,54,184,209,102,1,251,189,93,216,0,2,1,50,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,119,117,46,99,99,112,97,45,116,111,97,115,116,45,118,105,101,119,101,100,44,32,116,114,117,101,2,1,250,244,124,6,0,2,1,36,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,108,111,115,101,100,44,32,116,114,117,101,2,1,148,73,99,59,0,2,1,30,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,100,110,116,44,32,49,2,1,30,107,94,105,0,2,1,32,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,100,110,116,95,97,44,32,49,2,1,30,107,94,105,0,2,1,50,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,109,97,107,101,114,122,95,97,108,108,111,119,95,99,111,110,115,101,110,116,109,103,114,44,32,48,2,1,90,144,40,127,0,2,1,46,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,83,72,79,87,95,67,79,79,75,73,69,95,66,65,78,78,69,82,44,32,110,111,2,1,230,83,187,33,0,2,1,41,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,67,111,111,107,105,101,115,67,111,110,115,101,110,116,44,32,49,2,3,84,137,158,170,123,181,152,9,225,73,142,122,0,2,1,51,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,104,97,115,65,110,97,108,121,116,105,99,97,108,67,111,111,107,105,101,115,44,32,102,97,108,115,101,2,1,148,202,84,229,0,2,1,57,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,104,97,115,83,116,114,105,99,116,108,121,78,101,99,101,115,115,97,114,121,67,111,111,107,105,101,115,44,32,116,114,117,101,2,1,148,202,84,229,0,2,1,47,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,97,109,67,111,111,107,105,101,66,97,114,70,105,114,115,116,83,104,111,119,44,32,49,2,1,182,23,5,237,0,2,1,46,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,97,99,99,101,112,116,101,100,67,111,111,107,105,101,115,44,32,102,97,108,115,101,2,2,63,37,157,88,203,32,189,42,0,2,1,48,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,118,105,101,119,101,100,67,111,111,107,105,101,66,97,110,110,101,114,44,32,116,114,117,101,2,1,203,32,189,42,0,2,1,49,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,97,99,99,101,112,116,95,97,108,108,95,99,111,111,107,105,101,115,44,32,102,97,108,115,101,2,1,11,27,79,160,0,2,1,36,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,105,115,67,111,111,107,105,101,115,44,32,49,2,1,102,135,109,32,0,2,1,37,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,105,115,67,111,111,107,105,101,44,32,89,101,115,2,1,208,241,162,62,0,2,1,51,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,111,107,105,101,99,111,110,115,101,110,116,95,115,116,97,116,117,115,44,32,102,97,108,115,101,2,1,195,24,197,130,0,2,1,38,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,117,115,101,114,95,99,111,111,107,105,101,44,32,49,2,1,16,224,111,195,0,2,1,48,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,107,97,58,52,58,108,101,103,97,108,45,117,112,100,97,116,101,115,44,32,116,114,117,101,2,1,243,149,194,121,0,2,1,33,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,107,44,32,116,114,117,101,2,1,90,126,76,236,0,2,1,43,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,111,107,105,101,77,101,115,115,97,103,101,44,32,116,114,117,101,2,1,25,221,10,221,0,2,1,42,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,115,111,67,111,111,107,105,101,115,80,111,108,105,99,121,44,32,49,2,1,76,19,238,16,0,2,1,48,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,71,68,80,82,58,82,66,73,58,97,99,99,101,112,116,101,100,44,32,102,97,108,115,101,2,1,183,44,196,41,0,2,1,43,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,111,107,105,101,67,111,110,115,101,110,116,44,32,116,114,117,101,2,1,52,64,221,1,0,2,1,55,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,110,116,97,111,45,112,114,105,118,97,99,121,45,99,101,110,116,101,114,46,104,105,100,100,101,110,44,32,49,2,1,138,87,150,200,0,2,1,45,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,111,107,105,101,95,99,111,110,115,101,110,116,44,32,102,97,108,115,101,2,4,165,193,106,45,167,142,45,202,218,252,43,226,250,242,59,248,0,2,1,42,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,111,107,105,101,115,65,103,114,101,101,44,32,116,114,117,101,2,1,56,206,64,151,0,2,1,51,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,121,116,115,99,95,97,99,99,101,112,116,101,100,95,99,111,111,107,105,101,115,44,32,116,114,117,101,2,1,132,158,12,50,0,2,1,91,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,115,97,102,101,45,115,116,111,114,97,103,101,47,118,49,47,116,114,97,99,107,105,110,103,45,99,111,110,115,101,110,116,47,116,114,97,99,107,105,110,103,67,111,110,115,101,110,116,77,97,114,107,101,116,105,110,103,75,101,121,44,32,102,97,108,115,101,2,1,213,224,120,20,0,2,1,93,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,115,97,102,101,45,115,116,111,114,97,103,101,47,118,49,47,116,114,97,99,107,105,110,103,45,99,111,110,115,101,110,116,47,116,114,97,99,107,105,110,103,67,111,110,115,101,110,116,65,100,118,101,114,116,105,115,105,110,103,75,101,121,44,32,102,97,108,115,101,2,1,213,224,120,20,0,2,1,91,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,115,97,102,101,45,115,116,111,114,97,103,101,47,118,49,47,116,114,97,99,107,105,110,103,45,99,111,110,115,101,110,116,47,116,114,97,99,107,105,110,103,67,111,110,115,101,110,116,65,110,97,108,121,116,105,99,115,75,101,121,44,32,102,97,108,115,101,2,1,213,224,120,20,0,2,1,44,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,97,103,114,101,101,84,111,67,111,111,107,105,101,44,32,102,97,108,115,101,2,1,53,166,53,88,0,2,1,77,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,65,73,32,65,108,108,105,97,110,99,101,95,82,101,97,99,116,67,111,111,107,105,101,65,99,99,101,112,116,97,110,99,101,95,104,97,115,83,101,116,67,111,111,107,105,101,115,44,32,116,114,117,101,2,1,42,201,135,21,0,2,1,46,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,111,107,105,101,95,112,114,111,109,112,116,95,116,105,109,101,115,44,32,49,2,1,148,195,154,93,0,2,1,42,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,111,107,105,101,45,97,99,107,45,50,44,32,116,114,117,101,2,1,138,133,75,119,0,2,1,41,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,102,105,114,115,116,86,105,115,105,116,44,32,102,97,108,115,101,2,1,111,191,26,32,0,2,1,37,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,50,48,50,48,45,48,52,45,48,53,44,32,49,2,1,171,4,130,170,0,2,1,39,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,100,105,115,109,105,115,115,101,100,44,32,116,114,117,101,2,1,194,200,167,104,0,2,1,50,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,83,69,84,95,67,79,79,75,73,69,83,95,65,80,80,82,79,86,69,68,44,32,116,114,117,101,2,1,206,197,103,7,0,2,1,48,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,104,97,115,65,99,99,101,112,116,101,100,67,111,111,107,105,101,115,44,32,116,114,117,101,2,1,126,248,105,18,0,2,1,57,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,105,115,67,111,111,107,105,101,115,78,111,116,105,102,105,99,97,116,105,111,110,72,105,100,100,101,110,44,32,116,114,117,101,2,1,40,1,33,175,0,2,1,44,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,97,103,114,101,101,100,45,99,111,111,107,105,101,115,44,32,116,114,117,101,2,1,31,27,229,145,0,2,1,43,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,110,115,101,110,116,67,111,111,107,105,101,44,32,116,114,117,101,2,1,221,250,181,225,0,2,1,39,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,83,87,67,79,79,75,73,69,83,65,67,67,44,32,49,2,1,38,236,6,216,0,2,1,53,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,104,97,115,65,99,99,101,112,116,101,100,67,111,111,107,105,101,78,111,116,105,99,101,44,32,116,114,117,101,2,1,48,26,107,57,0,2,1,50,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,102,98,45,99,111,111,107,105,101,115,45,97,99,99,101,112,116,101,100,44,32,102,97,108,115,101,2,1,114,241,210,55,0,2,1,46,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,105,115,95,97,99,99,101,112,116,95,99,111,111,107,105,101,44,32,116,114,117,101,2,2,42,128,156,229,171,0,148,138,0,2,1,45,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,97,99,99,101,112,116,45,106,111,118,101,45,99,111,111,107,105,101,44,32,49,2,1,148,186,129,130,0,2,1,54,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,111,107,105,101,95,99,111,110,115,101,110,116,95,98,97,114,95,118,97,108,117,101,44,32,116,114,117,101,2,1,91,16,80,113,0,2,1,49,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,112,120,100,110,95,99,111,111,107,105,101,95,99,111,110,115,101,110,116,44,32,116,114,117,101,2,1,137,105,190,11,0,2,1,50,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,97,107,97,115,104,97,95,95,99,111,111,107,105,101,80,111,108,105,99,121,44,32,116,114,117,101,2,1,243,214,160,218,0,2,1,38,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,81,77,79,112,116,73,110,44,32,102,97,108,115,101,2,1,101,159,68,98,0,2,1,42,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,115,97,102,101,46,103,108,111,98,97,108,44,32,102,97,108,115,101,2,1,175,159,193,239,0,2,1,50,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,111,107,105,101,95,98,97,110,110,101,114,58,104,105,100,100,101,110,44,32,116,114,117,101,2,1,94,128,246,32,0,2,1,46,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,111,107,105,101,115,65,99,99,101,112,116,101,100,44,32,102,97,108,115,101,2,1,132,22,235,0,0,2,1,50,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,97,99,99,101,112,116,95,99,111,111,107,105,101,95,112,111,108,105,99,121,44,32,116,114,117,101,2,1,14,226,90,111,0,2,1,49,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,50,48,49,56,48,53,45,112,111,108,105,99,121,124,97,99,99,101,112,116,101,100,44,32,49,2,11,51,155,255,119,53,211,171,117,63,37,190,213,92,59,36,6,153,97,157,14,160,2,171,133,170,110,176,175,188,115,91,36,222,248,226,71,233,109,75,243,243,220,56,146,0,2,1,50,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,107,105,99,107,95,99,111,111,107,105,101,95,97,99,99,101,112,116,101,100,44,32,116,114,117,101,2,1,148,181,249,70,0,2,1,46,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,111,107,105,101,115,45,115,101,108,101,99,116,101,100,44,32,116,114,117,101,2,1,7,115,169,154,0,2,1,45,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,111,107,105,101,115,65,99,99,101,112,116,101,100,44,32,116,114,117,101,2,2,15,150,155,106,102,62,39,238,0,2,1,53,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,111,107,105,101,45,110,111,116,105,99,101,45,100,105,115,109,105,115,115,101,100,44,32,116,114,117,101,2,1,141,38,121,224,0,2,1,51,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,97,99,99,101,112,116,115,45,99,111,111,107,105,101,45,110,111,116,105,99,101,44,32,116,114,117,101,2,1,141,38,121,224,0,2,1,56,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,100,105,115,109,105,115,115,101,100,80,114,105,118,97,99,121,67,111,111,107,105,101,77,101,115,115,97,103,101,44,32,49,2,1,67,165,145,86,0,2,1,45,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,111,107,105,101,95,99,111,110,115,101,110,116,44,32,102,97,108,115,101,2,1,231,73,254,143,0,2,1,42,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,111,107,105,101,80,111,108,105,99,121,44,32,116,114,117,101,2,2,24,97,194,251,88,236,182,118,0,2,1,45,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,97,108,108,111,119,67,111,111,107,105,101,115,44,32,97,108,108,111,119,101,100,2,1,167,152,52,150,0,2,1,44,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,111,107,105,101,95,99,111,110,115,101,110,116,44,32,116,114,117,101,2,2,38,254,7,249,184,109,81,208,0,2,1,51,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,111,107,105,101,115,95,112,111,108,105,99,121,95,115,116,97,116,117,115,44,32,116,114,117,101,2,1,158,187,246,203,0,2,1,46,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,111,107,105,101,115,45,97,99,99,101,112,116,101,100,44,32,116,114,117,101,2,1,197,244,4,60,0,2,1,39,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,83,87,67,79,79,75,73,69,83,65,67,67,44,32,49,2,1,110,83,69,150,0,2,1,42,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,97,108,108,111,119,67,111,111,107,105,101,115,44,32,116,114,117,101,2,1,139,208,50,47,0,2,1,41,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,111,107,105,101,95,99,111,110,115,101,110,116,44,32,49,2,1,98,146,36,46,0,2,1,46,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,97,99,99,101,112,116,101,100,45,99,111,111,107,105,101,115,44,32,116,114,117,101,2,1,249,102,61,37,0,2,1,42,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,111,107,105,101,115,45,99,111,110,115,101,110,116,44,32,48,2,1,254,108,185,143,0,2,1,47,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,111,107,105,101,66,97,110,110,101,114,82,101,97,100,44,32,32,116,114,117,101,2,1,38,157,70,189,0,2,1,39,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,97,99,99,101,112,116,67,111,111,107,105,101,44,32,48,2,1,54,139,187,163,0,2,1,47,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,111,107,105,101,66,97,110,110,101,114,82,101,97,100,68,97,116,101,44,32,49,2,1,38,157,70,189,0,2,1,53,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,112,114,105,118,97,99,121,45,112,111,108,105,99,121,45,97,99,99,101,112,116,101,100,44,32,116,114,117,101,2,1,205,178,219,147,0,2,1,47,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,111,107,105,101,115,45,115,101,108,101,99,116,101,100,44,32,32,116,114,117,101,2,1,147,169,231,220,0,2,1,46,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,97,99,99,101,112,116,101,100,95,99,111,111,107,105,101,115,44,32,116,114,117,101,2,1,95,80,243,78,0,2,1,45,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,97,99,99,101,112,116,101,100,95,99,111,111,107,105,101,44,32,116,114,117,101,2,1,95,80,243,78,0,2,1,44,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,111,107,105,101,45,99,111,110,115,101,110,116,44,32,116,114,117,101,2,3,114,220,75,58,159,250,164,191,228,224,212,209,0,2,1,50,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,110,115,101,110,116,77,97,110,97,103,101,114,95,115,104,111,119,110,44,32,116,114,117,101,2,2,253,254,11,193,255,22,48,66,0,2,1,47,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,110,115,101,110,116,95,110,101,99,101,115,115,97,114,121,44,32,116,114,117,101,2,2,253,254,11,193,255,22,48,66,0,2,1,50,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,110,115,101,110,116,95,112,101,114,102,111,114,109,97,110,99,101,44,32,102,97,108,115,101,2,2,253,254,11,193,255,22,48,66,0,2,1,43,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,111,107,105,101,45,99,108,111,115,101,100,44,32,116,114,117,101,2,1,213,37,133,184,0,2,1,52,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,102,114,97,109,101,114,67,111,111,107,105,101,115,68,105,115,109,105,115,115,101,100,44,32,116,114,117,101,2,1,34,213,51,208,0,2,1,46,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,111,107,105,101,45,97,99,99,101,112,116,101,100,44,32,102,97,108,115,101,2,1,213,37,133,184,0,2,1,40,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,111,107,105,101,67,111,110,115,101,110,116,44,32,49,2,2,205,236,108,18,254,170,25,53,0,2,1,49,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,101,110,97,98,108,101,67,111,111,107,105,101,66,97,110,110,101,114,44,32,102,97,108,115,101,2,1,69,163,160,211,0,2,1,47,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,108,101,118,101,108,44,32,49,2,1,195,166,88,253,0,2,1,56,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,98,121,70,111,111,100,67,111,111,107,105,101,80,111,108,105,99,121,82,101,113,117,105,114,101,44,32,102,97,108,115,101,2,1,90,91,207,37,0,2,1,48,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,97,115,99,111,111,107,105,101,45,45,100,101,99,105,115,105,111,110,44,32,116,114,117,101,2,1,59,239,35,246,0,2,1,48,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,105,115,65,99,99,101,112,116,67,111,111,107,105,101,115,78,101,119,44,32,116,114,117,101,2,2,112,102,236,183,163,239,135,186,0,2,1,44,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,105,115,65,99,99,101,112,116,67,111,111,107,105,101,44,32,116,114,117,101,2,1,211,16,226,59,0,2,1,40,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,109,97,114,107,101,116,105,110,103,44,32,102,97,108,115,101,2,1,101,41,119,74,0,2,1,52,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,116,101,99,104,110,105,99,97,108,44,32,116,114,117,101,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,101,41,119,74,0,2,1,40,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,97,110,97,108,121,116,105,99,115,44,32,102,97,108,115,101,2,1,101,41,119,74,0,2,1,55,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,110,116,97,111,45,112,114,105,118,97,99,121,45,99,101,110,116,101,114,46,104,105,100,100,101,110,44,32,49,2,1,47,194,124,121,0,2,1,41,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,111,116,104,101,114,67,111,111,107,105,101,44,32,116,114,117,101,2,1,37,73,28,225,0,2,1,40,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,115,97,118,101,67,111,111,107,105,101,44,32,116,114,117,101,2,1,37,73,28,225,0,2,1,45,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,117,115,101,114,65,99,99,101,112,116,115,67,111,111,107,105,101,115,44,32,49,2,1,71,163,133,219,0,2,1,51,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,103,114,110,107,45,99,111,111,107,105,101,115,45,97,99,99,101,112,116,101,100,44,32,116,114,117,101,2,1,241,126,2,84,0,2,1,43,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,111,107,105,101,67,111,110,115,101,110,116,44,32,116,114,117,101,2,1,96,134,234,124,0,2,1,44,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,111,107,105,101,67,111,110,115,101,110,116,44,32,102,97,108,115,101,2,2,85,201,34,77,136,250,59,173,0,2,1,41,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,97,99,99,101,112,116,67,111,111,107,105,101,115,44,32,110,111,2,1,37,115,139,249,0,2,1,43,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,97,99,99,101,112,116,67,111,111,107,105,101,115,44,32,116,114,117,101,2,2,58,227,214,103,152,201,177,83,0,2,1,40,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,104,97,115,45,100,105,115,109,105,115,115,101,100,44,32,49,2,1,128,145,131,232,0,2,1,45,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,104,97,115,65,99,99,101,112,116,101,100,71,100,112,114,44,32,116,114,117,101,2,1,79,75,218,215,0,2,1,48,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,108,119,45,97,99,99,101,112,116,115,45,99,111,111,107,105,101,115,44,32,116,114,117,101,2,1,50,38,94,32,0,2,1,46,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,97,99,99,101,112,116,101,100,95,99,111,111,107,105,101,115,44,32,116,114,117,101,2,1,121,98,142,233,0,2,1,44,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,111,107,105,101,115,45,97,99,99,101,112,116,44,32,116,114,117,101,2,1,153,62,159,75,0,2,1,42,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,108,111,97,100,45,115,99,114,105,112,116,115,45,118,50,44,32,50,2,1,190,14,6,59,0,2,1,54,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,97,99,99,101,112,116,115,65,110,97,108,121,116,105,99,115,67,111,111,107,105,101,115,44,32,102,97,108,115,101,2,1,198,80,109,45,0,2,1,53,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,97,99,99,101,112,116,115,78,101,99,101,115,115,97,114,121,67,111,111,107,105,101,115,44,32,116,114,117,101,2,1,198,80,109,45,0,2,1,51,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,100,105,115,112,108,97,121,95,99,111,111,107,105,101,95,109,111,100,97,108,44,32,102,97,108,115,101,2,1,131,170,5,110,0,2,1,47,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,112,103,45,97,99,99,101,112,116,45,99,111,111,107,105,101,115,44,32,116,114,117,101,2,1,184,135,181,184,0,2,1,71,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,95,95,69,79,66,85,87,73,69,95,95,99,111,110,115,101,110,116,115,95,97,99,99,101,112,116,101,100,44,32,116,114,117,101,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,3,175,39,97,0,2,1,40,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,97,110,97,108,121,116,105,99,115,44,32,102,97,108,115,101,2,1,48,9,58,0,0,2,1,52,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,97,110,97,100,97,45,99,111,111,107,105,101,45,97,99,107,110,111,119,108,101,100,103,101,44,32,49,2,1,179,12,30,208,0,2,1,55,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,110,116,97,111,45,112,114,105,118,97,99,121,45,99,101,110,116,101,114,46,104,105,100,100,101,110,44,32,49,2,1,41,65,53,80,0,2,1,48,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,70,80,95,99,111,111,107,105,101,115,65,99,99,101,112,116,101,100,44,32,116,114,117,101,2,1,182,113,42,62,0,2,1,39,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,86,73,83,73,84,69,68,95,48,44,32,116,114,117,101,2,1,169,121,139,60,0,2,1,57,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,79,80,84,73,79,78,65,76,95,67,79,79,75,73,69,83,95,65,67,67,69,80,84,69,68,95,48,44,32,116,114,117,101,2,1,169,121,139,60,0,2,1,47,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,115,116,111,114,97,103,101,80,101,114,109,105,115,115,105,111,110,44,32,116,114,117,101,2,1,239,210,150,82,0,2,1,46,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,115,101,116,95,99,111,111,107,105,101,95,115,116,97,116,44,32,102,97,108,115,101,2,6,11,151,31,33,37,170,130,216,138,52,138,143,156,134,225,22,213,169,169,35,253,6,0,167,0,2,1,50,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,115,101,116,95,99,111,111,107,105,101,95,116,114,97,99,107,105,110,103,44,32,102,97,108,115,101,2,6,11,151,31,33,37,170,130,216,138,52,138,143,156,134,225,22,213,169,169,35,253,6,0,167,0,2,1,41,115,101,116,45,115,101,115,115,105,111,110,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,111,107,105,101,77,111,100,97,108,50,44,32,49,2,1,173,227,15,78,0,2,1,53,115,101,116,45,115,101,115,115,105,111,110,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,111,107,105,101,77,101,115,115,97,103,101,68,105,115,97,103,114,101,101,44,32,116,114,117,101,2,1,148,180,34,67,0,2,1,45,115,101,116,45,115,101,115,115,105,111,110,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,100,105,115,99,108,97,105,109,101,114,79,112,101,110,101,100,44,32,49,2,1,115,100,48,19,0,2,1,57,115,101,116,45,115,101,115,115,105,111,110,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,116,101,114,109,115,45,97,110,100,45,112,111,108,105,99,121,45,97,99,99,101,112,116,101,100,44,32,116,114,117,101,2,1,140,166,186,213,0,2,1,55,115,101,116,45,115,101,115,115,105,111,110,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,100,105,115,109,105,115,115,101,100,84,114,97,99,107,105,110,103,66,97,110,110,101,114,44,32,116,114,117,101,2,1,76,125,65,108,0,2,1,44,115,101,116,45,115,101,115,115,105,111,110,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,67,111,111,107,105,101,84,101,114,109,49,56,44,32,116,114,117,101,2,1,70,211,214,41,0,2,1,45,115,101,116,45,115,101,115,115,105,111,110,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,111,107,105,101,95,114,101,106,101,99,116,44,32,116,114,117,101,2,1,45,202,154,27,0,2,1,47,115,101,116,45,115,101,115,115,105,111,110,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,111,107,105,101,67,111,110,102,105,114,109,101,100,44,32,116,114,117,101,2,1,148,187,253,146,0,2,1,39,115,101,116,45,115,101,115,115,105,111,110,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,104,97,115,67,111,110,115,101,110,116,44,32,49,2,1,210,92,137,208,0,2,1,35,115,101,116,45,115,101,115,115,105,111,110,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,104,97,115,68,115,103,44,32,49,2,1,210,92,137,208,0,2,1,50,115,101,116,45,115,101,115,115,105,111,110,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,103,114,105,102,102,105,110,67,111,110,115,101,110,116,73,103,110,111,114,101,100,44,32,49,2,1,101,42,233,211,0,2,1,43,115,101,116,45,115,101,115,115,105,111,110,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,65,67,67,69,80,84,95,76,71,80,68,44,32,116,114,117,101,2,1,131,23,8,125,0,2,1,46,115,101,116,45,115,101,115,115,105,111,110,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,97,99,99,101,112,116,67,111,111,107,105,101,115,44,32,102,97,108,115,101,2,1,126,80,164,176,0,2,1,23,97,99,105,115,44,32,36,44,32,35,109,111,100,97,108,45,99,111,110,115,101,110,116,2,2,66,210,214,242,156,103,212,135,0,2,1,34,97,99,105,115,44,32,115,112,97,110,76,105,110,107,67,108,105,99,107,44,32,35,99,111,111,107,105,101,98,97,110,110,101,114,2,1,97,254,172,184,0,2,1,17,97,99,105,115,44,32,97,108,101,114,116,67,111,111,107,105,101,2,1,24,247,182,28,0,2,1,12,97,99,105,115,44,32,100,111,79,110,99,101,2,3,20,218,63,198,122,41,116,201,123,252,202,197,0,2,1,13,97,99,105,115,44,32,36,44,32,35,107,117,107,2,1,209,167,231,116,0,2,1,21,97,99,105,115,44,32,36,44,32,35,99,111,110,116,101,110,116,119,114,97,112,2,1,149,148,25,82,0,2,1,41,97,99,105,115,44,32,106,81,117,101,114,121,44,32,115,121,110,99,104,114,111,110,105,122,101,67,111,111,107,105,101,78,111,116,101,67,111,111,107,105,101,2,1,143,52,66,67,0,2,1,51,97,99,105,115,44,32,100,111,99,117,109,101,110,116,46,99,114,101,97,116,101,69,108,101,109,101,110,116,44,32,99,111,110,115,101,110,116,46,99,111,111,107,105,101,98,111,116,46,99,111,109,2,2,168,156,238,184,175,75,52,186,0,2,1,42,97,99,105,115,44,32,100,111,99,117,109,101,110,116,46,99,114,101,97,116,101,69,108,101,109,101,110,116,44,32,100,101,108,105,118,101,114,121,47,99,109,112,2,1,30,54,132,206,0,2,1,19,97,99,105,115,44,32,36,106,44,32,97,99,99,101,112,116,84,79,83,2,1,120,189,131,194,0,2,1,37,97,99,105,115,44,32,100,111,99,117,109,101,110,116,46,99,114,101,97,116,101,69,108,101,109,101,110,116,44,32,97,100,109,105,114,97,108,2,19,1,67,132,82,27,230,3,216,29,116,127,165,30,67,223,94,38,157,176,165,57,228,7,139,99,226,187,91,102,173,20,232,122,215,83,29,128,162,149,132,145,151,63,251,155,105,52,184,165,185,187,17,174,248,157,209,199,215,254,28,214,185,33,51,214,242,134,176,228,1,8,203,231,244,217,146,0,0,5,1,42,2,1,197,246,170,113,24,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,11,35,99,109,112,45,105,102,114,97,109,101,2,1,24,87,61,150,0,0,5,4,98,111,100,121,2,1,24,87,61,150,25,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,8,1,6,46,109,111,100,97,108,2,128,0,0,2,56,0,135,155,97,0,201,182,185,0,223,147,227,1,23,11,255,2,18,73,197,2,37,74,164,2,48,105,48,2,86,19,98,2,119,254,247,2,250,174,245,3,16,137,66,3,242,6,253,3,249,244,134,4,150,12,158,4,173,201,83,4,233,174,89,5,3,90,62,5,12,169,203,5,113,42,130,5,195,227,76,5,197,73,248,5,233,233,36,6,86,127,91,6,90,179,150,6,109,126,128,6,189,18,207,6,200,156,46,6,203,115,53,7,87,217,6,8,126,27,186,8,148,22,85,10,28,223,87,10,66,115,215,10,108,195,194,11,240,3,194,12,14,72,92,13,217,62,240,14,66,51,93,14,86,65,81,14,236,172,41,14,245,24,124,15,78,112,246,15,174,91,252,17,130,222,201,19,60,247,203,19,239,185,244,20,72,180,131,21,191,163,59,22,101,105,19,24,3,233,218,24,194,22,219,24,251,84,207,25,100,230,94,25,185,248,35,26,155,19,233,26,182,27,211,27,121,108,151,28,199,12,36,28,221,160,113,28,228,197,239,29,6,110,90,29,54,180,49,29,161,39,225,29,246,0,5,30,182,45,152,30,225,128,150,31,168,20,16,31,180,182,52,32,102,254,202,32,173,251,66,33,80,146,145,33,105,6,102,33,110,72,36,34,143,210,37,34,168,35,159,35,74,73,184,35,92,169,147,35,174,211,57,36,16,1,242,36,79,179,112,36,125,190,40,37,183,110,52,37,205,8,120,38,61,20,231,38,153,9,250,38,157,45,201,39,32,218,107,39,176,135,104,40,57,180,153,40,115,18,70,40,129,64,251,40,227,69,241,40,244,207,220,41,147,29,51,42,22,194,126,42,53,239,62,42,113,78,172,42,236,183,165,44,180,249,14,44,253,179,139,45,200,179,54,45,246,191,105,46,47,48,224,46,58,145,91,46,113,130,140,46,116,13,122,46,168,132,200,47,67,130,124,47,176,148,245,48,107,9,12,48,126,251,107,48,158,43,103,48,203,163,141,49,46,132,143,49,225,94,37,50,229,244,221,50,237,50,148,51,99,14,96,51,134,221,81,53,25,68,93,53,65,42,96,55,113,207,86,55,165,182,93,55,222,74,56,56,53,88,169,57,137,211,16,58,133,149,119,58,225,111,164,59,224,203,233,61,108,42,44,63,169,134,229,63,246,127,168,63,252,212,75,64,190,128,193,64,232,203,88,65,50,184,236,65,52,212,203,66,111,229,183,66,243,23,99,67,44,176,127,67,212,252,97,67,254,249,67,68,7,197,68,68,60,201,163,68,202,79,164,68,233,82,132,68,238,176,158,68,238,194,95,68,254,189,71,69,58,109,205,69,121,254,87,70,103,219,169,70,136,75,87,70,204,192,235,71,40,201,19,71,75,123,34,71,90,154,33,71,120,230,53,71,193,179,100,72,223,87,39,73,127,185,68,73,164,93,236,74,97,225,89,74,100,219,207,74,108,114,188,74,114,92,218,74,240,17,214,77,5,25,119,77,22,12,116,78,41,47,104,78,44,86,162,78,116,73,202,78,168,171,224,78,206,228,98,79,0,1,24,79,132,29,100,81,69,239,159,83,6,194,247,83,29,4,86,84,74,93,181,84,123,151,34,84,135,177,114,85,46,220,196,85,160,220,40,85,191,245,237,86,134,63,83,86,196,140,22,87,53,32,2,87,87,34,62,87,98,131,38,87,243,176,21,88,72,18,201,88,209,125,165,90,42,31,72,90,50,199,226,90,84,52,93,90,158,226,238,90,238,107,188,91,6,51,249,91,21,117,108,91,97,222,36,91,105,187,36,91,215,34,80,92,32,63,118,92,57,81,91,92,76,162,106,92,111,9,129,92,182,54,104,93,85,11,197,94,92,27,92,94,121,206,41,94,255,168,248,95,39,140,239,96,167,218,53,97,0,180,47,97,19,231,197,97,66,174,26,97,168,37,149,97,183,143,207,98,39,118,191,99,193,170,182,99,222,218,82,99,252,73,99,100,6,109,102,100,16,98,140,100,130,226,226,100,231,137,62,101,75,239,87,101,132,63,87,102,34,195,152,102,99,156,154,103,2,236,68,103,7,218,243,103,207,104,197,104,193,50,67,105,131,128,150,105,153,69,88,105,175,190,108,106,32,173,75,107,99,17,239,107,196,172,166,107,233,173,37,107,254,183,63,109,67,209,33,110,212,13,56,111,7,194,74,111,133,134,107,111,252,58,118,112,63,203,131,112,116,246,43,112,117,168,209,114,54,75,247,114,129,227,184,115,25,187,110,115,176,252,64,116,28,138,59,116,34,78,237,116,96,237,156,116,195,128,29,116,225,149,190,117,237,65,186,118,43,246,213,118,188,237,50,119,48,95,42,120,57,161,4,120,116,117,186,121,194,244,17,122,134,218,191,122,172,24,15,123,135,75,26,123,248,113,198,124,70,105,71,124,119,192,120,124,185,108,235,125,121,227,251,125,203,169,179,125,228,16,161,126,2,202,220,126,7,216,187,126,26,136,14,126,169,28,20,126,171,73,184,126,200,179,32,126,208,137,20,126,226,30,18,126,236,80,188,127,42,149,241,127,109,156,253,127,244,49,88,128,148,167,237,128,157,150,225,130,201,84,54,130,239,21,225,130,252,195,35,131,39,7,143,131,75,252,27,132,70,202,179,132,183,42,199,133,81,51,7,133,246,118,224,134,73,26,97,134,153,75,164,135,142,124,183,135,154,109,68,135,171,144,6,135,207,180,95,136,90,213,252,137,119,234,82,137,226,15,12,138,159,152,41,138,213,30,241,139,6,112,190,139,99,18,149,140,158,85,74,140,229,24,68,141,39,71,110,141,54,212,131,141,241,90,90,142,13,247,81,142,67,136,174,142,184,221,117,142,190,123,88,143,21,28,161,143,99,54,186,143,127,9,118,144,70,76,9,146,189,0,35,147,52,135,100,147,134,202,53,147,147,87,145,147,170,59,207,148,63,53,167,148,181,71,163,148,188,92,212,150,148,135,112,150,225,183,52,151,224,74,221,152,69,138,255,153,102,93,173,153,108,86,20,153,243,85,44,154,8,90,205,154,45,39,10,154,134,243,233,155,54,37,129,155,66,64,24,155,116,75,226,155,146,254,74,156,104,141,12,157,189,79,173,157,215,128,79,158,10,108,42,158,195,232,73,159,97,115,99,159,148,144,62,159,151,118,118,159,164,164,224,160,158,186,200,161,125,64,105,163,52,115,149,163,208,148,59,164,15,223,167,164,61,6,152,164,142,171,217,165,69,76,14,165,81,215,6,165,88,245,93,165,165,195,22,166,60,118,44,166,60,166,54,166,60,207,255,166,185,42,196,166,230,136,104,167,112,61,173,168,174,28,136,169,34,103,85,169,190,14,187,169,255,179,204,171,27,167,208,171,199,182,93,171,228,66,234,172,0,163,211,172,10,243,94,172,30,142,69,172,59,143,53,172,167,115,41,174,114,17,170,174,233,253,208,174,254,78,99,175,73,132,81,175,94,13,102,175,134,101,198,176,74,9,207,176,78,145,193,176,139,120,255,176,193,185,185,177,156,96,95,177,220,124,241,178,115,178,207,179,125,236,16,180,91,229,89,180,96,241,188,181,25,109,29,181,46,228,67,182,1,112,164,182,24,159,237,182,67,110,47,183,64,106,247,183,192,75,42,184,164,57,99,186,74,82,188,187,191,233,41,187,243,248,118,188,42,18,108,188,62,205,30,188,62,235,181,188,76,15,2,188,193,35,203,189,52,137,212,189,71,153,57,189,131,224,22,189,192,186,170,189,222,59,156,190,148,10,106,190,228,32,122,192,52,86,158,192,128,94,56,193,19,49,72,193,100,93,17,193,237,145,128,194,52,85,77,194,65,159,102,194,136,21,43,194,179,198,122,194,197,249,253,194,252,209,88,195,180,176,78,195,208,245,58,197,79,178,110,198,59,242,89,198,251,152,213,199,46,232,11,199,52,232,166,199,154,200,179,200,116,246,16,200,182,101,114,200,184,66,106,201,55,125,48,201,95,88,189,201,169,140,245,202,125,33,144,202,205,207,43,203,104,198,126,204,3,137,240,205,96,201,234,205,97,5,232,205,106,124,61,205,244,245,33,206,152,49,179,207,89,44,106,207,184,169,115,208,40,73,162,208,141,227,0,208,202,24,86,208,249,86,85,210,151,222,9,211,43,12,199,211,52,122,59,211,157,24,12,211,163,178,161,213,96,62,39,213,165,35,125,213,215,131,181,213,240,218,132,215,35,95,156,215,184,123,77,215,237,26,124,215,246,44,41,216,142,90,78,216,177,88,57,216,210,99,250,217,122,60,136,219,138,91,137,219,157,247,76,220,5,196,82,220,16,53,61,221,129,219,10,221,160,69,119,222,18,239,141,222,42,165,223,222,180,215,133,223,105,236,229,223,114,129,82,223,229,242,23,223,236,152,100,224,27,215,39,224,82,213,92,225,53,89,150,225,162,63,97,227,102,42,161,227,135,182,132,227,186,47,194,227,215,204,80,228,89,95,217,228,143,102,68,229,215,202,141,230,110,41,246,230,110,58,21,230,209,35,86,231,127,4,207,233,32,164,246,233,229,242,211,233,235,184,129,234,53,0,169,235,102,65,36,235,140,211,193,235,226,230,180,236,69,194,137,236,160,129,160,236,212,87,92,237,107,158,252,237,110,37,83,237,149,34,157,237,252,211,64,238,110,238,220,238,132,239,60,238,226,106,2,238,248,169,231,239,3,56,152,239,250,229,233,240,66,212,109,240,193,35,57,241,3,201,123,241,20,81,145,241,76,189,168,242,81,71,73,242,128,250,51,242,231,70,111,242,231,120,5,242,231,161,55,243,1,188,66,243,191,211,186,243,234,61,235,243,236,108,113,244,100,211,212,244,158,99,204,245,141,202,146,245,154,58,146,245,159,126,81,245,186,81,64,246,75,93,240,246,75,93,240,246,138,240,156,247,38,251,102,247,142,25,100,248,152,36,58,248,231,165,46,249,142,215,189,250,8,239,8,250,25,23,143,250,59,204,130,250,87,139,228,250,134,14,111,252,242,201,168,253,9,210,146,253,36,70,102,254,233,244,168,255,38,24,240,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,128,0,0,2,56,0,135,155,97,0,201,182,185,0,223,147,227,1,23,11,255,2,18,73,197,2,37,74,164,2,48,105,48,2,86,19,98,2,119,254,247,2,250,174,245,3,16,137,66,3,242,6,253,3,249,244,134,4,150,12,158,4,173,201,83,4,233,174,89,5,3,90,62,5,12,169,203,5,113,42,130,5,195,227,76,5,197,73,248,5,233,233,36,6,86,127,91,6,90,179,150,6,109,126,128,6,189,18,207,6,200,156,46,6,203,115,53,7,87,217,6,8,126,27,186,8,148,22,85,10,28,223,87,10,66,115,215,10,108,195,194,11,240,3,194,12,14,72,92,13,217,62,240,14,66,51,93,14,86,65,81,14,236,172,41,14,245,24,124,15,78,112,246,15,174,91,252,17,130,222,201,19,60,247,203,19,239,185,244,20,72,180,131,21,191,163,59,22,101,105,19,24,3,233,218,24,194,22,219,24,251,84,207,25,100,230,94,25,185,248,35,26,155,19,233,26,182,27,211,27,121,108,151,28,199,12,36,28,221,160,113,28,228,197,239,29,6,110,90,29,54,180,49,29,161,39,225,29,246,0,5,30,182,45,152,30,225,128,150,31,168,20,16,31,180,182,52,32,102,254,202,32,173,251,66,33,80,146,145,33,105,6,102,33,110,72,36,34,143,210,37,34,168,35,159,35,74,73,184,35,92,169,147,35,174,211,57,36,16,1,242,36,79,179,112,36,125,190,40,37,183,110,52,37,205,8,120,38,61,20,231,38,153,9,250,38,157,45,201,39,32,218,107,39,176,135,104,40,57,180,153,40,115,18,70,40,129,64,251,40,227,69,241,40,244,207,220,41,147,29,51,42,22,194,126,42,53,239,62,42,113,78,172,42,236,183,165,44,180,249,14,44,253,179,139,45,200,179,54,45,246,191,105,46,47,48,224,46,58,145,91,46,113,130,140,46,116,13,122,46,168,132,200,47,67,130,124,47,176,148,245,48,107,9,12,48,126,251,107,48,158,43,103,48,203,163,141,49,46,132,143,49,225,94,37,50,229,244,221,50,237,50,148,51,99,14,96,51,134,221,81,53,25,68,93,53,65,42,96,55,113,207,86,55,165,182,93,55,222,74,56,56,53,88,169,57,137,211,16,58,133,149,119,58,225,111,164,59,224,203,233,61,108,42,44,63,169,134,229,63,246,127,168,63,252,212,75,64,190,128,193,64,232,203,88,65,50,184,236,65,52,212,203,66,111,229,183,66,243,23,99,67,44,176,127,67,212,252,97,67,254,249,67,68,7,197,68,68,60,201,163,68,202,79,164,68,233,82,132,68,238,176,158,68,238,194,95,68,254,189,71,69,58,109,205,69,121,254,87,70,103,219,169,70,136,75,87,70,204,192,235,71,40,201,19,71,75,123,34,71,90,154,33,71,120,230,53,71,193,179,100,72,223,87,39,73,127,185,68,73,164,93,236,74,97,225,89,74,100,219,207,74,108,114,188,74,114,92,218,74,240,17,214,77,5,25,119,77,22,12,116,78,41,47,104,78,44,86,162,78,116,73,202,78,168,171,224,78,206,228,98,79,0,1,24,79,132,29,100,81,69,239,159,83,6,194,247,83,29,4,86,84,74,93,181,84,123,151,34,84,135,177,114,85,46,220,196,85,160,220,40,85,191,245,237,86,134,63,83,86,196,140,22,87,53,32,2,87,87,34,62,87,98,131,38,87,243,176,21,88,72,18,201,88,209,125,165,90,42,31,72,90,50,199,226,90,84,52,93,90,158,226,238,90,238,107,188,91,6,51,249,91,21,117,108,91,97,222,36,91,105,187,36,91,215,34,80,92,32,63,118,92,57,81,91,92,76,162,106,92,111,9,129,92,182,54,104,93,85,11,197,94,92,27,92,94,121,206,41,94,255,168,248,95,39,140,239,96,167,218,53,97,0,180,47,97,19,231,197,97,66,174,26,97,168,37,149,97,183,143,207,98,39,118,191,99,193,170,182,99,222,218,82,99,252,73,99,100,6,109,102,100,16,98,140,100,130,226,226,100,231,137,62,101,75,239,87,101,132,63,87,102,34,195,152,102,99,156,154,103,2,236,68,103,7,218,243,103,207,104,197,104,193,50,67,105,131,128,150,105,153,69,88,105,175,190,108,106,32,173,75,107,99,17,239,107,196,172,166,107,233,173,37,107,254,183,63,109,67,209,33,110,212,13,56,111,7,194,74,111,133,134,107,111,252,58,118,112,63,203,131,112,116,246,43,112,117,168,209,114,54,75,247,114,129,227,184,115,25,187,110,115,176,252,64,116,28,138,59,116,34,78,237,116,96,237,156,116,195,128,29,116,225,149,190,117,237,65,186,118,43,246,213,118,188,237,50,119,48,95,42,120,57,161,4,120,116,117,186,121,194,244,17,122,134,218,191,122,172,24,15,123,135,75,26,123,248,113,198,124,70,105,71,124,119,192,120,124,185,108,235,125,121,227,251,125,203,169,179,125,228,16,161,126,2,202,220,126,7,216,187,126,26,136,14,126,169,28,20,126,171,73,184,126,200,179,32,126,208,137,20,126,226,30,18,126,236,80,188,127,42,149,241,127,109,156,253,127,244,49,88,128,148,167,237,128,157,150,225,130,201,84,54,130,239,21,225,130,252,195,35,131,39,7,143,131,75,252,27,132,70,202,179,132,183,42,199,133,81,51,7,133,246,118,224,134,73,26,97,134,153,75,164,135,142,124,183,135,154,109,68,135,171,144,6,135,207,180,95,136,90,213,252,137,119,234,82,137,226,15,12,138,159,152,41,138,213,30,241,139,6,112,190,139,99,18,149,140,158,85,74,140,229,24,68,141,39,71,110,141,54,212,131,141,241,90,90,142,13,247,81,142,67,136,174,142,184,221,117,142,190,123,88,143,21,28,161,143,99,54,186,143,127,9,118,144,70,76,9,146,189,0,35,147,52,135,100,147,134,202,53,147,147,87,145,147,170,59,207,148,63,53,167,148,181,71,163,148,188,92,212,150,148,135,112,150,225,183,52,151,224,74,221,152,69,138,255,153,102,93,173,153,108,86,20,153,243,85,44,154,8,90,205,154,45,39,10,154,134,243,233,155,54,37,129,155,66,64,24,155,116,75,226,155,146,254,74,156,104,141,12,157,189,79,173,157,215,128,79,158,10,108,42,158,195,232,73,159,97,115,99,159,148,144,62,159,151,118,118,159,164,164,224,160,158,186,200,161,125,64,105,163,52,115,149,163,208,148,59,164,15,223,167,164,61,6,152,164,142,171,217,165,69,76,14,165,81,215,6,165,88,245,93,165,165,195,22,166,60,118,44,166,60,166,54,166,60,207,255,166,185,42,196,166,230,136,104,167,112,61,173,168,174,28,136,169,34,103,85,169,190,14,187,169,255,179,204,171,27,167,208,171,199,182,93,171,228,66,234,172,0,163,211,172,10,243,94,172,30,142,69,172,59,143,53,172,167,115,41,174,114,17,170,174,233,253,208,174,254,78,99,175,73,132,81,175,94,13,102,175,134,101,198,176,74,9,207,176,78,145,193,176,139,120,255,176,193,185,185,177,156,96,95,177,220,124,241,178,115,178,207,179,125,236,16,180,91,229,89,180,96,241,188,181,25,109,29,181,46,228,67,182,1,112,164,182,24,159,237,182,67,110,47,183,64,106,247,183,192,75,42,184,164,57,99,186,74,82,188,187,191,233,41,187,243,248,118,188,42,18,108,188,62,205,30,188,62,235,181,188,76,15,2,188,193,35,203,189,52,137,212,189,71,153,57,189,131,224,22,189,192,186,170,189,222,59,156,190,148,10,106,190,228,32,122,192,52,86,158,192,128,94,56,193,19,49,72,193,100,93,17,193,237,145,128,194,52,85,77,194,65,159,102,194,136,21,43,194,179,198,122,194,197,249,253,194,252,209,88,195,180,176,78,195,208,245,58,197,79,178,110,198,59,242,89,198,251,152,213,199,46,232,11,199,52,232,166,199,154,200,179,200,116,246,16,200,182,101,114,200,184,66,106,201,55,125,48,201,95,88,189,201,169,140,245,202,125,33,144,202,205,207,43,203,104,198,126,204,3,137,240,205,96,201,234,205,97,5,232,205,106,124,61,205,244,245,33,206,152,49,179,207,89,44,106,207,184,169,115,208,40,73,162,208,141,227,0,208,202,24,86,208,249,86,85,210,151,222,9,211,43,12,199,211,52,122,59,211,157,24,12,211,163,178,161,213,96,62,39,213,165,35,125,213,215,131,181,213,240,218,132,215,35,95,156,215,184,123,77,215,237,26,124,215,246,44,41,216,142,90,78,216,177,88,57,216,210,99,250,217,122,60,136,219,138,91,137,219,157,247,76,220,5,196,82,220,16,53,61,221,129,219,10,221,160,69,119,222,18,239,141,222,42,165,223,222,180,215,133,223,105,236,229,223,114,129,82,223,229,242,23,223,236,152,100,224,27,215,39,224,82,213,92,225,53,89,150,225,162,63,97,227,102,42,161,227,135,182,132,227,186,47,194,227,215,204,80,228,89,95,217,228,143,102,68,229,215,202,141,230,110,41,246,230,110,58,21,230,209,35,86,231,127,4,207,233,32,164,246,233,229,242,211,233,235,184,129,234,53,0,169,235,102,65,36,235,140,211,193,235,226,230,180,236,69,194,137,236,160,129,160,236,212,87,92,237,107,158,252,237,110,37,83,237,149,34,157,237,252,211,64,238,110,238,220,238,132,239,60,238,226,106,2,238,248,169,231,239,3,56,152,239,250,229,233,240,66,212,109,240,193,35,57,241,3,201,123,241,20,81,145,241,76,189,168,242,81,71,73,242,128,250,51,242,231,70,111,242,231,120,5,242,231,161,55,243,1,188,66,243,191,211,186,243,234,61,235,243,236,108,113,244,100,211,212,244,158,99,204,245,141,202,146,245,154,58,146,245,159,126,81,245,186,81,64,246,75,93,240,246,75,93,240,246,138,240,156,247,38,251,102,247,142,25,100,248,152,36,58,248,231,165,46,249,142,215,189,250,8,239,8,250,25,23,143,250,59,204,130,250,87,139,228,250,134,14,111,252,242,201,168,253,9,210,146,253,36,70,102,254,233,244,168,255,38,24,240,0,0,5,9,98,111,100,121,44,104,116,109,108,2,128,0,0,2,55,0,135,155,97,0,201,182,185,0,223,147,227,1,23,11,255,2,18,73,197,2,37,74,164,2,48,105,48,2,86,19,98,2,119,254,247,2,250,174,245,3,16,137,66,3,242,6,253,3,249,244,134,4,150,12,158,4,173,201,83,4,233,174,89,5,3,90,62,5,12,169,203,5,113,42,130,5,195,227,76,5,197,73,248,5,233,233,36,6,86,127,91,6,90,179,150,6,109,126,128,6,189,18,207,6,200,156,46,6,203,115,53,7,87,217,6,8,126,27,186,8,148,22,85,10,28,223,87,10,66,115,215,10,108,195,194,11,240,3,194,12,14,72,92,13,217,62,240,14,66,51,93,14,86,65,81,14,236,172,41,14,245,24,124,15,78,112,246,15,174,91,252,17,130,222,201,19,60,247,203,19,239,185,244,20,72,180,131,21,191,163,59,22,101,105,19,24,3,233,218,24,194,22,219,24,251,84,207,25,100,230,94,25,185,248,35,26,155,19,233,26,182,27,211,27,121,108,151,28,199,12,36,28,221,160,113,28,228,197,239,29,6,110,90,29,54,180,49,29,161,39,225,29,246,0,5,30,182,45,152,30,225,128,150,31,168,20,16,31,180,182,52,32,102,254,202,32,173,251,66,33,80,146,145,33,105,6,102,33,110,72,36,34,143,210,37,34,168,35,159,35,74,73,184,35,92,169,147,35,174,211,57,36,16,1,242,36,79,179,112,36,125,190,40,37,183,110,52,37,205,8,120,38,61,20,231,38,153,9,250,38,157,45,201,39,32,218,107,39,176,135,104,40,57,180,153,40,115,18,70,40,129,64,251,40,227,69,241,41,147,29,51,42,22,194,126,42,53,239,62,42,113,78,172,42,236,183,165,44,180,249,14,44,253,179,139,45,200,179,54,45,246,191,105,46,47,48,224,46,58,145,91,46,113,130,140,46,116,13,122,46,168,132,200,47,67,130,124,47,176,148,245,48,107,9,12,48,126,251,107,48,158,43,103,48,203,163,141,49,46,132,143,49,225,94,37,50,229,244,221,50,237,50,148,51,99,14,96,51,134,221,81,53,25,68,93,53,65,42,96,55,113,207,86,55,165,182,93,55,222,74,56,56,53,88,169,57,137,211,16,58,133,149,119,58,225,111,164,59,224,203,233,61,108,42,44,63,169,134,229,63,246,127,168,63,252,212,75,64,190,128,193,64,232,203,88,65,50,184,236,65,52,212,203,66,111,229,183,66,243,23,99,67,44,176,127,67,212,252,97,67,254,249,67,68,7,197,68,68,60,201,163,68,202,79,164,68,233,82,132,68,238,176,158,68,238,194,95,68,254,189,71,69,58,109,205,69,121,254,87,70,103,219,169,70,136,75,87,70,204,192,235,71,40,201,19,71,75,123,34,71,90,154,33,71,120,230,53,71,193,179,100,72,223,87,39,73,127,185,68,73,164,93,236,74,97,225,89,74,100,219,207,74,108,114,188,74,114,92,218,74,240,17,214,77,5,25,119,77,22,12,116,78,41,47,104,78,44,86,162,78,116,73,202,78,168,171,224,78,206,228,98,79,0,1,24,79,132,29,100,81,69,239,159,83,6,194,247,83,29,4,86,84,74,93,181,84,123,151,34,84,135,177,114,85,46,220,196,85,160,220,40,85,191,245,237,86,134,63,83,86,196,140,22,87,53,32,2,87,87,34,62,87,98,131,38,87,243,176,21,88,72,18,201,88,209,125,165,90,42,31,72,90,50,199,226,90,84,52,93,90,158,226,238,90,238,107,188,91,6,51,249,91,21,117,108,91,97,222,36,91,105,187,36,91,215,34,80,92,32,63,118,92,57,81,91,92,76,162,106,92,111,9,129,92,182,54,104,93,85,11,197,94,92,27,92,94,121,206,41,95,39,140,239,96,167,218,53,97,0,180,47,97,19,231,197,97,66,174,26,97,168,37,149,97,183,143,207,98,39,118,191,99,193,170,182,99,222,218,82,99,252,73,99,100,6,109,102,100,16,98,140,100,130,226,226,100,231,137,62,101,75,239,87,101,132,63,87,102,34,195,152,102,99,156,154,103,2,236,68,103,7,218,243,103,207,104,197,104,193,50,67,105,131,128,150,105,153,69,88,105,175,190,108,106,32,173,75,107,99,17,239,107,196,172,166,107,233,173,37,107,254,183,63,109,67,209,33,110,212,13,56,111,7,194,74,111,133,134,107,111,252,58,118,112,63,203,131,112,116,246,43,112,117,168,209,114,54,75,247,114,129,227,184,115,25,187,110,115,176,252,64,116,28,138,59,116,34,78,237,116,96,237,156,116,195,128,29,116,225,149,190,117,237,65,186,118,43,246,213,118,188,237,50,119,48,95,42,120,57,161,4,120,116,117,186,121,194,244,17,122,134,218,191,122,172,24,15,123,135,75,26,123,248,113,198,124,70,105,71,124,119,192,120,124,185,108,235,125,121,227,251,125,203,169,179,125,228,16,161,126,2,202,220,126,7,216,187,126,26,136,14,126,169,28,20,126,171,73,184,126,200,179,32,126,208,137,20,126,226,30,18,126,236,80,188,127,42,149,241,127,109,156,253,127,244,49,88,128,148,167,237,128,157,150,225,130,201,84,54,130,239,21,225,130,252,195,35,131,39,7,143,131,75,252,27,132,70,202,179,132,183,42,199,133,81,51,7,133,246,118,224,134,73,26,97,134,153,75,164,135,142,124,183,135,154,109,68,135,171,144,6,135,207,180,95,136,90,213,252,137,119,234,82,137,226,15,12,138,159,152,41,138,213,30,241,139,6,112,190,139,99,18,149,140,158,85,74,140,229,24,68,141,39,71,110,141,54,212,131,141,241,90,90,142,13,247,81,142,67,136,174,142,184,221,117,142,190,123,88,143,21,28,161,143,99,54,186,143,127,9,118,144,70,76,9,146,189,0,35,147,52,135,100,147,134,202,53,147,147,87,145,147,170,59,207,148,63,53,167,148,181,71,163,148,188,92,212,150,148,135,112,150,225,183,52,151,224,74,221,152,69,138,255,153,102,93,173,153,108,86,20,153,243,85,44,154,8,90,205,154,45,39,10,154,134,243,233,155,54,37,129,155,66,64,24,155,116,75,226,155,146,254,74,156,104,141,12,157,189,79,173,157,215,128,79,158,10,108,42,158,195,232,73,159,97,115,99,159,148,144,62,159,151,118,118,159,164,164,224,160,158,186,200,161,125,64,105,163,52,115,149,163,208,148,59,164,15,223,167,164,61,6,152,164,142,171,217,165,69,76,14,165,81,215,6,165,88,245,93,165,165,195,22,166,60,118,44,166,60,166,54,166,60,207,255,166,185,42,196,166,230,136,104,167,112,61,173,168,174,28,136,169,34,103,85,169,190,14,187,169,255,179,204,171,27,167,208,171,199,182,93,171,228,66,234,172,0,163,211,172,10,243,94,172,30,142,69,172,59,143,53,172,167,115,41,174,114,17,170,174,233,253,208,174,254,78,99,175,73,132,81,175,94,13,102,175,134,101,198,176,74,9,207,176,78,145,193,176,139,120,255,176,193,185,185,177,156,96,95,177,220,124,241,178,115,178,207,179,125,236,16,180,91,229,89,180,96,241,188,181,25,109,29,181,46,228,67,182,1,112,164,182,24,159,237,182,67,110,47,183,64,106,247,183,192,75,42,184,164,57,99,185,20,131,94,186,74,82,188,187,191,233,41,187,243,248,118,188,42,18,108,188,62,205,30,188,62,235,181,188,76,15,2,188,193,35,203,189,52,137,212,189,71,153,57,189,131,224,22,189,192,186,170,189,222,59,156,190,148,10,106,190,228,32,122,192,52,86,158,192,128,94,56,193,19,49,72,193,100,93,17,193,237,145,128,194,52,85,77,194,65,159,102,194,136,21,43,194,179,198,122,194,197,249,253,194,252,209,88,195,180,176,78,195,208,245,58,197,79,178,110,198,59,242,89,198,251,152,213,199,46,232,11,199,52,232,166,199,154,200,179,200,116,246,16,200,182,101,114,200,184,66,106,201,55,125,48,201,95,88,189,201,169,140,245,202,125,33,144,202,205,207,43,203,104,198,126,204,3,137,240,205,96,201,234,205,97,5,232,205,106,124,61,205,244,245,33,206,152,49,179,207,89,44,106,207,184,169,115,208,40,73,162,208,141,227,0,208,202,24,86,208,249,86,85,210,151,222,9,211,43,12,199,211,52,122,59,211,157,24,12,211,163,178,161,213,96,62,39,213,165,35,125,213,215,131,181,213,240,218,132,215,35,95,156,215,184,123,77,215,237,26,124,215,246,44,41,216,142,90,78,216,177,88,57,216,210,99,250,217,122,60,136,219,138,91,137,219,157,247,76,220,5,196,82,220,16,53,61,221,129,219,10,221,160,69,119,222,18,239,141,222,42,165,223,222,180,215,133,223,105,236,229,223,114,129,82,223,229,242,23,223,236,152,100,224,27,215,39,224,82,213,92,225,53,89,150,225,162,63,97,227,102,42,161,227,135,182,132,227,186,47,194,227,215,204,80,228,89,95,217,228,143,102,68,229,215,202,141,230,110,41,246,230,110,58,21,230,209,35,86,231,127,4,207,233,32,164,246,233,229,242,211,233,235,184,129,234,53,0,169,235,102,65,36,235,140,211,193,235,226,230,180,236,69,194,137,236,160,129,160,236,212,87,92,237,107,158,252,237,110,37,83,237,149,34,157,237,252,211,64,238,110,238,220,238,132,239,60,238,226,106,2,238,248,169,231,239,3,56,152,239,250,229,233,240,66,212,109,240,193,35,57,241,3,201,123,241,20,81,145,241,76,189,168,242,81,71,73,242,128,250,51,242,231,70,111,242,231,120,5,242,231,161,55,243,1,188,66,243,191,211,186,243,234,61,235,243,236,108,113,244,100,211,212,244,158,99,204,245,141,202,146,245,154,58,146,245,159,126,81,245,186,81,64,246,75,93,240,246,75,93,240,246,138,240,156,247,38,251,102,247,142,25,100,248,152,36,58,248,231,165,46,249,142,215,189,250,8,239,8,250,25,23,143,250,59,204,130,250,87,139,228,250,134,14,111,252,242,201,168,253,9,210,146,253,36,70,102,254,233,244,168,255,38,24,240,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,6,46,109,111,100,97,108,2,21,2,87,151,144,33,126,154,181,34,97,78,22,40,223,98,110,79,164,68,165,79,218,182,104,88,155,43,106,94,176,29,132,111,133,101,44,146,39,194,29,157,105,189,193,186,49,97,39,198,212,128,144,204,96,75,176,225,204,217,55,237,18,130,77,237,231,176,157,240,255,187,224,247,123,128,40,248,140,84,234,254,138,215,1,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,21,2,87,151,144,33,126,154,181,34,97,78,22,40,223,98,110,79,164,68,165,79,218,182,104,88,155,43,106,94,176,29,132,111,133,101,44,146,39,194,29,157,105,189,193,186,49,97,39,198,212,128,144,204,96,75,176,225,204,217,55,237,18,130,77,237,231,176,157,240,255,187,224,247,123,128,40,248,140,84,234,254,138,215,1,0,0,5,4,98,111,100,121,2,21,2,87,151,144,33,126,154,181,34,97,78,22,40,223,98,110,79,164,68,165,79,218,182,104,88,155,43,106,94,176,29,132,111,133,101,44,146,39,194,29,157,105,189,193,186,49,97,39,198,212,128,144,204,96,75,176,225,204,217,55,237,18,130,77,237,231,176,157,240,255,187,224,247,123,128,40,248,140,84,234,254,138,215,1,79,112,111,115,105,116,105,111,110,58,32,115,116,97,116,105,99,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,119,105,100,116,104,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,6,46,109,111,100,97,108,2,5,8,113,111,158,116,33,206,112,117,160,165,4,194,81,156,227,205,104,76,185,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,5,8,113,111,158,116,33,206,112,117,160,165,4,194,81,156,227,205,104,76,185,0,0,5,4,104,116,109,108,2,5,8,113,111,158,116,33,206,112,117,160,165,4,194,81,156,227,205,104,76,185,79,112,111,115,105,116,105,111,110,58,32,115,116,97,116,105,99,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,119,105,100,116,104,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,6,46,109,111,100,97,108,2,33,6,200,245,29,14,39,176,221,19,49,243,245,21,75,95,121,33,147,60,203,38,170,170,218,39,197,117,230,51,134,174,19,54,159,190,77,56,155,134,1,68,93,93,226,92,225,243,15,98,214,116,205,100,150,76,121,110,103,100,15,120,61,41,242,123,56,73,87,124,129,90,222,129,58,49,45,149,30,93,192,155,135,193,233,160,227,0,138,169,32,197,10,170,236,215,86,182,140,75,202,190,147,216,103,215,176,111,16,221,203,190,61,224,196,1,4,238,199,78,107,239,31,83,147,254,13,48,186,254,53,172,90,0,0,5,9,98,111,100,121,44,104,116,109,108,2,33,6,200,245,29,14,39,176,221,19,49,243,245,21,75,95,121,33,147,60,203,38,170,170,218,39,197,117,230,51,134,174,19,54,159,190,77,56,155,134,1,68,93,93,226,92,225,243,15,98,214,116,205,100,150,76,121,110,103,100,15,120,61,41,242,123,56,73,87,124,129,90,222,129,58,49,45,149,30,93,192,155,135,193,233,160,227,0,138,169,32,197,10,170,236,215,86,182,140,75,202,190,147,216,103,215,176,111,16,221,203,190,61,224,196,1,4,238,199,78,107,239,31,83,147,254,13,48,186,254,53,172,90,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,6,46,109,111,100,97,108,2,6,12,88,119,174,30,218,81,233,146,84,3,47,148,192,24,83,190,81,122,132,208,47,254,205,0,0,5,4,98,111,100,121,2,6,12,88,119,174,30,218,81,233,146,84,3,47,148,192,24,83,190,81,122,132,208,47,254,205,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,6,46,109,111,100,97,108,2,1,167,200,8,68,0,0,5,4,104,116,109,108,2,1,167,200,8,68,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,128,0,0,0,226,3,167,45,22,6,76,30,159,7,8,75,106,7,165,158,183,11,23,164,213,11,126,188,198,11,188,201,174,11,220,86,75,18,78,106,184,19,105,12,243,20,221,239,44,21,141,118,151,22,61,72,55,22,138,208,230,22,205,113,63,26,185,230,152,26,212,60,216,27,103,228,182,27,113,50,76,27,114,45,173,27,114,161,152,27,121,11,55,28,210,241,238,29,27,85,177,29,114,10,203,30,139,143,102,31,218,156,76,32,25,92,101,33,53,152,199,33,73,189,165,33,130,40,131,33,243,198,120,34,39,69,223,34,128,3,81,37,85,139,147,38,52,91,10,40,112,199,128,40,206,44,158,41,130,190,43,41,132,101,13,41,188,40,133,42,149,21,120,43,66,137,207,43,66,152,69,43,149,12,30,44,169,115,146,46,131,177,88,46,222,134,155,48,135,199,127,49,160,230,114,50,43,229,233,52,148,98,7,54,30,164,103,54,204,189,40,54,242,138,28,55,34,47,104,55,174,104,3,55,247,251,216,56,164,101,152,56,188,44,150,57,230,102,125,60,105,217,183,60,210,28,191,60,230,178,139,61,28,15,79,61,87,219,65,62,34,72,155,62,232,254,18,63,133,138,7,65,80,224,4,65,237,76,156,66,69,126,108,69,172,31,59,69,197,238,3,71,71,149,8,72,29,174,126,72,187,139,219,73,88,123,145,73,140,174,208,73,251,232,204,76,156,205,203,76,158,10,105,76,169,29,39,76,189,0,200,78,50,209,136,79,255,253,108,81,196,73,32,83,150,130,122,84,16,106,120,85,3,251,12,87,102,239,204,89,227,3,123,89,229,67,60,90,104,204,182,91,89,200,216,91,199,105,188,91,226,203,228,92,157,132,162,92,178,201,101,92,235,193,56,96,251,216,101,97,146,11,141,98,194,47,193,98,253,100,21,99,203,233,118,100,38,48,206,100,127,160,175,101,170,114,235,102,52,33,38,103,34,217,27,103,37,136,248,103,164,76,36,106,35,84,57,112,22,206,68,112,152,141,167,113,195,242,252,114,64,15,190,115,247,243,47,116,182,154,5,121,75,208,180,121,207,143,59,124,30,153,248,124,211,174,157,126,77,48,200,126,144,41,74,126,219,255,138,127,28,39,146,127,46,227,81,127,59,113,117,127,188,110,130,128,88,158,140,128,140,150,60,129,167,230,26,130,148,0,128,131,129,254,154,132,194,55,7,135,243,251,38,137,8,130,79,137,225,128,229,138,53,20,105,139,95,45,143,139,102,65,180,141,112,87,223,143,32,181,112,146,2,229,89,148,148,153,209,148,183,201,202,148,183,201,212,149,164,210,215,151,14,85,153,151,235,132,25,153,102,73,133,153,145,82,165,153,213,229,246,157,36,43,127,158,10,135,29,158,90,208,159,158,175,245,103,159,77,1,92,160,142,178,106,167,27,129,162,167,241,49,47,170,152,86,95,171,93,227,10,173,15,201,253,173,153,224,22,175,160,5,151,178,32,38,207,179,78,199,226,181,190,175,164,182,203,26,59,184,249,107,226,185,35,16,108,192,16,82,121,192,120,85,207,195,88,176,17,195,247,105,53,196,186,165,82,198,14,110,66,199,143,196,118,200,35,110,110,200,210,71,165,201,74,110,204,204,145,52,33,205,239,175,106,206,52,228,180,207,15,236,238,209,155,121,89,210,23,18,240,210,251,3,14,211,155,250,51,213,134,46,122,213,134,46,122,216,66,87,119,217,7,86,67,219,12,58,142,220,156,147,104,221,101,108,240,226,157,128,154,226,211,190,245,227,135,52,32,228,115,236,177,228,152,140,252,228,234,62,28,229,77,192,83,229,98,113,118,232,47,35,55,234,67,9,202,234,227,64,206,241,19,192,48,242,178,141,171,242,231,71,208,242,231,144,116,244,25,198,25,245,70,46,141,247,108,94,81,247,115,97,81,247,137,176,196,247,251,70,195,249,107,63,148,249,113,109,183,249,149,10,35,250,57,107,133,251,28,254,246,251,42,81,214,255,82,99,221,0,0,5,9,98,111,100,121,44,104,116,109,108,2,128,0,0,0,225,3,167,45,22,6,76,30,159,7,8,75,106,7,165,158,183,11,23,164,213,11,126,188,198,11,188,201,174,11,220,86,75,18,78,106,184,19,105,12,243,20,221,239,44,21,141,118,151,22,61,72,55,22,138,208,230,22,205,113,63,26,185,230,152,26,212,60,216,27,103,228,182,27,113,50,76,27,114,45,173,27,114,161,152,27,121,11,55,28,210,241,238,29,27,85,177,29,114,10,203,30,139,143,102,31,218,156,76,32,25,92,101,33,53,152,199,33,73,189,165,33,130,40,131,33,243,198,120,34,39,69,223,34,128,3,81,37,85,139,147,38,52,91,10,40,112,199,128,40,206,44,158,41,130,190,43,41,132,101,13,41,188,40,133,42,149,21,120,43,66,137,207,43,66,152,69,43,149,12,30,44,169,115,146,46,131,177,88,46,222,134,155,48,135,199,127,49,160,230,114,50,43,229,233,52,148,98,7,54,30,164,103,54,204,189,40,54,242,138,28,55,34,47,104,55,174,104,3,55,247,251,216,56,164,101,152,57,230,102,125,60,105,217,183,60,210,28,191,60,230,178,139,61,28,15,79,61,87,219,65,62,34,72,155,62,232,254,18,63,133,138,7,65,80,224,4,65,237,76,156,66,69,126,108,69,172,31,59,69,197,238,3,71,71,149,8,72,29,174,126,72,187,139,219,73,88,123,145,73,140,174,208,73,251,232,204,76,156,205,203,76,158,10,105,76,169,29,39,76,189,0,200,78,50,209,136,79,255,253,108,81,196,73,32,83,150,130,122,84,16,106,120,85,3,251,12,87,102,239,204,89,227,3,123,89,229,67,60,90,104,204,182,91,89,200,216,91,199,105,188,91,226,203,228,92,157,132,162,92,178,201,101,92,235,193,56,96,251,216,101,97,146,11,141,98,194,47,193,98,253,100,21,99,203,233,118,100,38,48,206,100,127,160,175,101,170,114,235,102,52,33,38,103,34,217,27,103,37,136,248,103,164,76,36,106,35,84,57,112,22,206,68,112,152,141,167,113,195,242,252,114,64,15,190,115,247,243,47,116,182,154,5,121,75,208,180,121,207,143,59,124,30,153,248,124,211,174,157,126,77,48,200,126,144,41,74,126,219,255,138,127,28,39,146,127,46,227,81,127,59,113,117,127,188,110,130,128,88,158,140,128,140,150,60,129,167,230,26,130,148,0,128,131,129,254,154,132,194,55,7,135,243,251,38,137,8,130,79,137,225,128,229,138,53,20,105,139,95,45,143,139,102,65,180,141,112,87,223,143,32,181,112,146,2,229,89,148,148,153,209,148,183,201,202,148,183,201,212,149,164,210,215,151,14,85,153,151,235,132,25,153,102,73,133,153,145,82,165,153,213,229,246,157,36,43,127,158,10,135,29,158,90,208,159,158,175,245,103,159,77,1,92,160,142,178,106,167,27,129,162,167,241,49,47,170,152,86,95,171,93,227,10,173,15,201,253,173,153,224,22,175,160,5,151,178,32,38,207,179,78,199,226,181,190,175,164,182,203,26,59,184,249,107,226,185,35,16,108,192,16,82,121,192,120,85,207,195,88,176,17,195,247,105,53,196,186,165,82,198,14,110,66,199,143,196,118,200,35,110,110,200,210,71,165,201,74,110,204,204,145,52,33,205,239,175,106,206,52,228,180,207,15,236,238,209,155,121,89,210,23,18,240,210,251,3,14,211,155,250,51,213,134,46,122,213,134,46,122,216,66,87,119,217,7,86,67,219,12,58,142,220,156,147,104,221,101,108,240,226,157,128,154,226,211,190,245,227,135,52,32,228,115,236,177,228,152,140,252,228,234,62,28,229,77,192,83,229,98,113,118,232,47,35,55,234,67,9,202,234,227,64,206,241,19,192,48,242,178,141,171,242,231,71,208,242,231,144,116,244,25,198,25,245,70,46,141,247,108,94,81,247,115,97,81,247,137,176,196,247,251,70,195,249,107,63,148,249,113,109,183,249,149,10,35,250,57,107,133,251,28,254,246,251,42,81,214,255,82,99,221,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,9,3,98,206,168,31,242,44,126,60,86,206,245,86,68,195,212,126,232,52,1,127,120,14,204,141,150,235,150,221,77,163,218,227,69,123,143,0,0,5,4,98,111,100,121,2,9,3,98,206,168,31,242,44,126,60,86,206,245,86,68,195,212,126,232,52,1,127,120,14,204,141,150,235,150,221,77,163,218,227,69,123,143,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,14,46,99,108,105,45,98,97,114,45,112,111,112,117,112,2,35,2,193,110,136,20,223,60,26,24,217,80,179,27,253,127,172,28,207,173,144,46,10,100,26,52,8,58,104,71,253,58,213,81,96,75,157,92,202,34,199,95,63,145,105,95,109,221,154,97,172,129,171,101,220,46,99,103,61,129,110,103,232,199,68,111,172,40,45,111,172,40,45,122,226,95,81,124,194,19,107,127,46,213,3,127,184,205,190,133,252,145,241,151,207,82,183,162,67,98,46,163,1,218,93,166,77,225,5,177,74,158,188,185,198,174,6,198,249,145,213,217,124,62,119,218,149,249,100,220,104,69,231,234,51,41,10,245,185,156,95,0,8,1,19,46,99,108,105,45,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,35,2,193,110,136,20,223,60,26,24,217,80,179,27,253,127,172,28,207,173,144,46,10,100,26,52,8,58,104,71,253,58,213,81,96,75,157,92,202,34,199,95,63,145,105,95,109,221,154,97,172,129,171,101,220,46,99,103,61,129,110,103,232,199,68,111,172,40,45,111,172,40,45,122,226,95,81,124,194,19,107,127,46,213,3,127,184,205,190,133,252,145,241,151,207,82,183,162,67,98,46,163,1,218,93,166,77,225,5,177,74,158,188,185,198,174,6,198,249,145,213,217,124,62,119,218,149,249,100,220,104,69,231,234,51,41,10,245,185,156,95,0,0,5,9,98,111,100,121,44,104,116,109,108,2,35,2,193,110,136,20,223,60,26,24,217,80,179,27,253,127,172,28,207,173,144,46,10,100,26,52,8,58,104,71,253,58,213,81,96,75,157,92,202,34,199,95,63,145,105,95,109,221,154,97,172,129,171,101,220,46,99,103,61,129,110,103,232,199,68,111,172,40,45,111,172,40,45,122,226,95,81,124,194,19,107,127,46,213,3,127,184,205,190,133,252,145,241,151,207,82,183,162,67,98,46,163,1,218,93,166,77,225,5,177,74,158,188,185,198,174,6,198,249,145,213,217,124,62,119,218,149,249,100,220,104,69,231,234,51,41,10,245,185,156,95,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,28,46,119,116,45,99,108,105,45,99,111,111,107,105,101,45,98,97,114,45,99,111,110,116,97,105,110,101,114,2,36,24,115,7,162,26,218,88,74,38,174,238,113,40,222,116,61,43,104,117,65,59,250,247,207,67,12,28,31,74,45,49,210,77,115,139,11,79,222,215,228,83,83,147,34,88,122,94,174,93,134,111,117,98,8,66,31,100,117,35,95,120,26,136,243,127,239,114,107,129,234,159,217,148,47,250,57,163,208,45,30,166,224,170,145,170,86,44,25,174,116,2,84,177,169,103,210,180,96,241,188,189,173,243,159,197,152,5,95,201,245,150,50,210,46,11,226,212,82,238,242,213,48,75,228,223,127,1,43,224,246,176,127,225,77,10,234,239,161,52,88,247,62,63,34,0,0,5,9,98,111,100,121,44,104,116,109,108,2,36,24,115,7,162,26,218,88,74,38,174,238,113,40,222,116,61,43,104,117,65,59,250,247,207,67,12,28,31,74,45,49,210,77,115,139,11,79,222,215,228,83,83,147,34,88,122,94,174,93,134,111,117,98,8,66,31,100,117,35,95,120,26,136,243,127,239,114,107,129,234,159,217,148,47,250,57,163,208,45,30,166,224,170,145,170,86,44,25,174,116,2,84,177,169,103,210,180,96,241,188,189,173,243,159,197,152,5,95,201,245,150,50,210,46,11,226,212,82,238,242,213,48,75,228,223,127,1,43,224,246,176,127,225,77,10,234,239,161,52,88,247,62,63,34,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,2,1,28,114,99,44,32,109,111,100,97,108,45,99,97,99,115,112,45,111,112,101,110,44,32,44,32,115,116,97,121,2,128,0,0,1,64,0,87,220,153,1,10,88,193,1,118,228,230,2,151,104,146,2,202,6,0,3,121,138,4,3,253,152,100,4,35,250,45,4,47,193,224,4,70,253,126,5,13,65,175,5,139,146,180,6,63,146,149,7,148,17,163,8,243,202,186,9,108,246,224,9,156,41,198,11,126,135,182,12,56,129,223,13,31,70,195,17,77,49,165,17,180,18,251,17,181,114,157,18,73,148,107,18,176,103,255,19,231,95,60,20,24,205,219,21,30,236,14,21,239,81,57,22,72,67,237,22,156,206,26,23,175,138,206,24,161,41,184,26,111,235,254,26,215,178,193,27,16,40,190,27,75,14,10,29,129,102,64,29,161,149,69,29,173,222,142,30,30,76,245,31,132,224,189,32,32,171,71,32,62,3,162,32,194,55,154,33,116,186,199,33,240,149,90,34,31,76,120,34,135,31,194,37,110,44,54,37,231,160,134,38,112,56,14,39,84,48,173,39,254,146,180,40,227,138,139,42,115,177,202,42,121,130,75,42,155,109,136,43,2,72,69,43,155,130,14,46,60,88,44,47,67,33,12,47,132,50,14,49,77,55,250,49,132,29,170,49,158,216,52,50,226,21,22,51,46,30,44,52,113,146,79,52,150,208,15,55,175,195,152,56,8,67,47,59,126,45,243,60,136,93,5,60,223,137,42,60,252,247,229,61,104,137,70,63,31,161,142,63,160,198,73,63,166,216,57,64,47,43,244,64,143,165,40,64,162,222,78,65,40,121,101,66,34,133,131,66,185,217,93,67,196,182,242,68,172,177,84,68,179,9,194,68,217,142,62,70,38,193,2,70,70,186,252,70,250,124,254,71,87,70,194,72,76,19,128,73,152,96,219,73,182,88,61,73,208,32,23,74,99,13,156,75,64,248,157,75,215,211,200,77,146,198,41,78,105,31,182,78,142,123,245,78,213,18,81,79,162,156,251,80,198,77,222,81,247,144,196,82,67,213,116,82,71,185,181,82,73,76,153,86,95,91,64,89,213,250,83,90,12,73,196,90,73,43,147,91,203,246,237,91,251,44,115,92,25,96,128,92,86,219,185,93,182,100,111,93,209,26,56,94,23,97,223,95,66,95,223,95,237,158,247,96,149,122,63,97,90,2,150,98,50,219,220,99,12,40,94,100,15,120,168,100,84,205,4,101,120,38,177,102,1,87,10,102,95,190,125,102,99,254,164,103,30,101,237,103,37,175,106,103,153,217,91,104,205,53,124,105,202,100,8,107,237,103,137,108,116,181,224,108,200,58,194,109,212,27,231,110,30,31,202,110,74,62,82,110,82,38,219,110,99,22,180,110,210,191,228,110,244,22,134,111,124,19,130,112,18,69,249,113,125,136,178,114,83,144,186,115,47,15,124,116,44,108,145,117,19,217,24,117,48,148,83,117,165,232,28,118,83,181,121,119,7,21,93,119,182,102,63,120,29,223,182,121,102,255,73,121,218,85,149,123,92,204,38,124,34,157,108,125,44,110,136,125,169,9,7,125,195,236,38,126,3,137,233,126,57,58,152,126,61,114,125,126,193,90,196,126,214,56,198,128,81,6,21,128,133,187,218,128,185,218,80,129,108,114,60,130,8,240,156,131,61,230,192,131,168,16,12,131,204,56,65,133,16,147,14,133,177,31,195,133,224,37,59,136,37,57,213,136,205,233,179,137,227,69,159,138,13,160,33,140,127,154,86,141,76,68,212,141,121,100,148,142,3,145,137,142,18,230,110,143,125,89,127,143,125,122,56,143,128,5,56,143,128,99,212,143,129,251,64,144,3,209,128,144,88,21,188,144,216,149,55,145,127,202,86,147,23,239,239,147,45,124,71,147,73,172,71,147,224,217,90,148,208,9,225,148,218,99,197,149,216,56,136,150,46,145,117,150,137,229,79,152,66,158,77,154,17,177,213,154,136,135,189,154,143,217,151,156,139,249,206,156,194,218,224,158,174,76,168,160,231,21,144,161,171,189,109,161,225,123,246,162,66,102,51,163,4,137,235,164,172,180,250,165,135,3,148,166,29,111,213,166,118,145,138,166,202,213,124,167,55,130,196,167,62,71,45,167,91,97,107,171,103,70,100,172,22,21,163,175,171,46,11,176,227,181,192,177,27,45,134,178,111,40,25,179,37,211,105,179,106,247,106,181,131,75,186,182,59,58,227,182,63,201,169,183,154,112,151,183,186,129,16,183,244,16,121,187,155,250,221,187,247,150,151,189,174,39,11,191,61,252,103,191,163,159,173,193,14,207,7,193,62,27,223,197,31,212,51,197,39,76,32,197,46,145,59,197,79,198,212,198,51,36,154,198,70,128,132,198,78,18,152,198,161,198,201,199,45,163,39,199,144,26,75,200,167,5,217,200,201,139,135,202,44,104,174,202,190,91,206,203,36,248,63,203,175,90,134,204,201,84,89,206,153,167,76,207,227,204,63,210,97,113,173,211,190,20,253,212,149,252,172,213,216,108,39,215,87,211,101,217,245,199,159,218,45,177,39,218,102,70,82,219,80,76,147,220,55,130,150,220,143,61,126,222,130,208,132,222,198,99,60,223,113,243,34,226,149,47,248,227,35,242,127,228,26,110,43,228,91,208,140,230,85,216,192,231,124,147,59,231,209,2,189,234,100,246,233,235,122,219,42,235,187,53,16,235,254,99,134,236,176,254,198,236,252,152,212,237,53,139,89,237,118,144,120,238,143,5,247,239,17,224,114,240,21,133,125,240,197,219,27,241,134,23,25,241,154,208,250,242,215,134,248,242,236,173,245,243,59,139,194,243,141,22,68,244,98,237,34,244,99,31,11,246,14,28,147,248,73,15,141,249,197,165,151,251,136,16,61,253,139,18,25,253,231,84,141,254,133,158,182,0,2,1,27,114,99,44,32,109,111,100,97,108,45,99,97,99,115,112,45,98,111,120,44,32,44,32,115,116,97,121,2,128,0,0,1,64,0,87,220,153,1,10,88,193,1,118,228,230,2,151,104,146,2,202,6,0,3,121,138,4,3,253,152,100,4,35,250,45,4,47,193,224,4,70,253,126,5,13,65,175,5,139,146,180,6,63,146,149,7,148,17,163,8,243,202,186,9,108,246,224,9,156,41,198,11,126,135,182,12,56,129,223,13,31,70,195,17,77,49,165,17,180,18,251,17,181,114,157,18,73,148,107,18,176,103,255,19,231,95,60,20,24,205,219,21,30,236,14,21,239,81,57,22,72,67,237,22,156,206,26,23,175,138,206,24,161,41,184,26,111,235,254,26,215,178,193,27,16,40,190,27,75,14,10,29,129,102,64,29,161,149,69,29,173,222,142,30,30,76,245,31,132,224,189,32,32,171,71,32,62,3,162,32,194,55,154,33,116,186,199,33,240,149,90,34,31,76,120,34,135,31,194,37,110,44,54,37,231,160,134,38,112,56,14,39,84,48,173,39,254,146,180,40,227,138,139,42,115,177,202,42,121,130,75,42,155,109,136,43,2,72,69,43,155,130,14,46,60,88,44,47,67,33,12,47,132,50,14,49,77,55,250,49,132,29,170,49,158,216,52,50,226,21,22,51,46,30,44,52,113,146,79,52,150,208,15,55,175,195,152,56,8,67,47,59,126,45,243,60,136,93,5,60,223,137,42,60,252,247,229,61,104,137,70,63,31,161,142,63,160,198,73,63,166,216,57,64,47,43,244,64,143,165,40,64,162,222,78,65,40,121,101,66,34,133,131,66,185,217,93,67,196,182,242,68,172,177,84,68,179,9,194,68,217,142,62,70,38,193,2,70,70,186,252,70,250,124,254,71,87,70,194,72,76,19,128,73,152,96,219,73,182,88,61,73,208,32,23,74,99,13,156,75,64,248,157,75,215,211,200,77,146,198,41,78,105,31,182,78,142,123,245,78,213,18,81,79,162,156,251,80,198,77,222,81,247,144,196,82,67,213,116,82,71,185,181,82,73,76,153,86,95,91,64,89,213,250,83,90,12,73,196,90,73,43,147,91,203,246,237,91,251,44,115,92,25,96,128,92,86,219,185,93,182,100,111,93,209,26,56,94,23,97,223,95,66,95,223,95,237,158,247,96,149,122,63,97,90,2,150,98,50,219,220,99,12,40,94,100,15,120,168,100,84,205,4,101,120,38,177,102,1,87,10,102,95,190,125,102,99,254,164,103,30,101,237,103,37,175,106,103,153,217,91,104,205,53,124,105,202,100,8,107,237,103,137,108,116,181,224,108,200,58,194,109,212,27,231,110,30,31,202,110,74,62,82,110,82,38,219,110,99,22,180,110,210,191,228,110,244,22,134,111,124,19,130,112,18,69,249,113,125,136,178,114,83,144,186,115,47,15,124,116,44,108,145,117,19,217,24,117,48,148,83,117,165,232,28,118,83,181,121,119,7,21,93,119,182,102,63,120,29,223,182,121,102,255,73,121,218,85,149,123,92,204,38,124,34,157,108,125,44,110,136,125,169,9,7,125,195,236,38,126,3,137,233,126,57,58,152,126,61,114,125,126,193,90,196,126,214,56,198,128,81,6,21,128,133,187,218,128,185,218,80,129,108,114,60,130,8,240,156,131,61,230,192,131,168,16,12,131,204,56,65,133,16,147,14,133,177,31,195,133,224,37,59,136,37,57,213,136,205,233,179,137,227,69,159,138,13,160,33,140,127,154,86,141,76,68,212,141,121,100,148,142,3,145,137,142,18,230,110,143,125,89,127,143,125,122,56,143,128,5,56,143,128,99,212,143,129,251,64,144,3,209,128,144,88,21,188,144,216,149,55,145,127,202,86,147,23,239,239,147,45,124,71,147,73,172,71,147,224,217,90,148,208,9,225,148,218,99,197,149,216,56,136,150,46,145,117,150,137,229,79,152,66,158,77,154,17,177,213,154,136,135,189,154,143,217,151,156,139,249,206,156,194,218,224,158,174,76,168,160,231,21,144,161,171,189,109,161,225,123,246,162,66,102,51,163,4,137,235,164,172,180,250,165,135,3,148,166,29,111,213,166,118,145,138,166,202,213,124,167,55,130,196,167,62,71,45,167,91,97,107,171,103,70,100,172,22,21,163,175,171,46,11,176,227,181,192,177,27,45,134,178,111,40,25,179,37,211,105,179,106,247,106,181,131,75,186,182,59,58,227,182,63,201,169,183,154,112,151,183,186,129,16,183,244,16,121,187,155,250,221,187,247,150,151,189,174,39,11,191,61,252,103,191,163,159,173,193,14,207,7,193,62,27,223,197,31,212,51,197,39,76,32,197,46,145,59,197,79,198,212,198,51,36,154,198,70,128,132,198,78,18,152,198,161,198,201,199,45,163,39,199,144,26,75,200,167,5,217,200,201,139,135,202,44,104,174,202,190,91,206,203,36,248,63,203,175,90,134,204,201,84,89,206,153,167,76,207,227,204,63,210,97,113,173,211,190,20,253,212,149,252,172,213,216,108,39,215,87,211,101,217,245,199,159,218,45,177,39,218,102,70,82,219,80,76,147,220,55,130,150,220,143,61,126,222,130,208,132,222,198,99,60,223,113,243,34,226,149,47,248,227,35,242,127,228,26,110,43,228,91,208,140,230,85,216,192,231,124,147,59,231,209,2,189,234,100,246,233,235,122,219,42,235,187,53,16,235,254,99,134,236,176,254,198,236,252,152,212,237,53,139,89,237,118,144,120,238,143,5,247,239,17,224,114,240,21,133,125,240,197,219,27,241,134,23,25,241,154,208,250,242,215,134,248,242,236,173,245,243,59,139,194,243,141,22,68,244,98,237,34,244,99,31,11,246,14,28,147,248,73,15,141,249,197,165,151,251,136,16,61,253,139,18,25,253,231,84,141,254,133,158,182,0,8,1,21,46,97,118,97,100,97,45,102,111,111,116,101,114,45,115,99,114,105,112,116,115,2,3,150,132,237,85,161,110,12,52,247,168,11,198,0,0,5,9,98,111,100,121,44,104,116,109,108,2,3,150,132,237,85,161,110,12,52,247,168,11,198,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,21,46,99,111,111,107,105,101,45,119,97,114,110,105,110,103,45,109,111,100,97,108,2,40,7,40,111,62,8,86,212,82,9,75,42,243,10,229,226,23,23,124,98,162,48,50,228,33,53,223,166,223,58,201,54,18,62,207,13,234,82,155,209,55,89,215,159,96,89,226,116,131,90,160,61,165,93,123,67,174,117,52,105,24,124,226,226,31,131,181,205,125,136,132,131,48,140,228,184,155,148,220,136,194,164,150,9,185,170,207,221,200,173,128,224,136,174,94,177,182,190,148,116,1,197,8,125,148,197,30,80,180,210,1,62,179,218,73,211,30,219,43,142,23,219,181,173,4,220,136,233,64,221,65,143,14,222,223,19,181,225,109,60,0,233,26,40,213,234,36,93,207,246,229,57,98,247,231,49,126,252,122,25,34,0,8,1,20,46,82,101,97,99,116,77,111,100,97,108,95,95,79,118,101,114,108,97,121,2,15,88,112,54,40,104,133,145,99,104,223,38,60,126,6,8,105,136,225,39,221,139,169,155,36,178,89,29,64,183,176,38,200,203,215,13,17,211,243,109,218,218,93,176,107,220,217,224,195,232,235,63,23,237,21,70,213,254,171,46,185,0,0,5,9,98,111,100,121,44,104,116,109,108,2,15,88,112,54,40,104,133,145,99,104,223,38,60,126,6,8,105,136,225,39,221,139,169,155,36,178,89,29,64,183,176,38,200,203,215,13,17,211,243,109,218,218,93,176,107,220,217,224,195,232,235,63,23,237,21,70,213,254,171,46,185,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,8,1,7,46,109,102,112,45,98,103,2,80,0,195,0,65,3,56,150,59,9,74,196,39,10,208,219,14,17,210,140,65,19,128,44,157,23,226,177,252,24,225,43,129,27,116,241,193,27,121,172,2,28,96,22,103,29,197,129,88,33,240,107,54,38,164,20,135,43,249,52,185,49,120,196,222,51,51,235,214,62,166,157,77,62,166,157,77,63,25,177,19,67,114,204,197,74,112,19,98,76,14,190,147,79,57,25,198,88,125,43,186,88,174,81,90,90,235,92,156,91,42,36,211,94,186,205,214,95,34,189,170,96,14,92,244,98,115,37,96,101,142,22,138,110,188,35,218,116,44,82,9,117,68,136,191,126,146,83,20,126,190,36,16,129,107,136,116,130,57,178,103,135,171,0,153,139,198,29,131,141,231,160,134,145,209,227,21,148,186,121,184,149,170,16,207,150,22,4,135,150,243,26,79,151,213,234,221,157,61,68,182,160,39,245,184,162,92,82,22,163,74,208,59,166,66,45,106,166,254,170,134,167,188,255,207,168,204,60,32,179,145,19,98,181,51,144,205,183,73,208,242,187,183,101,96,187,226,192,134,189,7,11,230,190,31,122,89,196,89,255,137,197,18,244,20,197,228,31,55,200,55,255,176,203,182,199,209,207,12,88,122,230,166,40,145,235,155,129,177,237,75,195,56,242,133,136,71,243,24,88,171,243,128,54,166,243,130,110,81,244,50,152,72,248,127,174,150,252,52,196,153,0,8,1,9,46,109,102,112,45,119,114,97,112,2,80,0,195,0,65,3,56,150,59,9,74,196,39,10,208,219,14,17,210,140,65,19,128,44,157,23,226,177,252,24,225,43,129,27,116,241,193,27,121,172,2,28,96,22,103,29,197,129,88,33,240,107,54,38,164,20,135,43,249,52,185,49,120,196,222,51,51,235,214,62,166,157,77,62,166,157,77,63,25,177,19,67,114,204,197,74,112,19,98,76,14,190,147,79,57,25,198,88,125,43,186,88,174,81,90,90,235,92,156,91,42,36,211,94,186,205,214,95,34,189,170,96,14,92,244,98,115,37,96,101,142,22,138,110,188,35,218,116,44,82,9,117,68,136,191,126,146,83,20,126,190,36,16,129,107,136,116,130,57,178,103,135,171,0,153,139,198,29,131,141,231,160,134,145,209,227,21,148,186,121,184,149,170,16,207,150,22,4,135,150,243,26,79,151,213,234,221,157,61,68,182,160,39,245,184,162,92,82,22,163,74,208,59,166,66,45,106,166,254,170,134,167,188,255,207,168,204,60,32,179,145,19,98,181,51,144,205,183,73,208,242,187,183,101,96,187,226,192,134,189,7,11,230,190,31,122,89,196,89,255,137,197,18,244,20,197,228,31,55,200,55,255,176,203,182,199,209,207,12,88,122,230,166,40,145,235,155,129,177,237,75,195,56,242,133,136,71,243,24,88,171,243,128,54,166,243,130,110,81,244,50,152,72,248,127,174,150,252,52,196,153,0,0,5,9,98,111,100,121,44,104,116,109,108,2,80,0,195,0,65,3,56,150,59,9,74,196,39,10,208,219,14,17,210,140,65,19,128,44,157,23,226,177,252,24,225,43,129,27,116,241,193,27,121,172,2,28,96,22,103,29,197,129,88,33,240,107,54,38,164,20,135,43,249,52,185,49,120,196,222,51,51,235,214,62,166,157,77,62,166,157,77,63,25,177,19,67,114,204,197,74,112,19,98,76,14,190,147,79,57,25,198,88,125,43,186,88,174,81,90,90,235,92,156,91,42,36,211,94,186,205,214,95,34,189,170,96,14,92,244,98,115,37,96,101,142,22,138,110,188,35,218,116,44,82,9,117,68,136,191,126,146,83,20,126,190,36,16,129,107,136,116,130,57,178,103,135,171,0,153,139,198,29,131,141,231,160,134,145,209,227,21,148,186,121,184,149,170,16,207,150,22,4,135,150,243,26,79,151,213,234,221,157,61,68,182,160,39,245,184,162,92,82,22,163,74,208,59,166,66,45,106,166,254,170,134,167,188,255,207,168,204,60,32,179,145,19,98,181,51,144,205,183,73,208,242,187,183,101,96,187,226,192,134,189,7,11,230,190,31,122,89,196,89,255,137,197,18,244,20,197,228,31,55,200,55,255,176,203,182,199,209,207,12,88,122,230,166,40,145,235,155,129,177,237,75,195,56,242,133,136,71,243,24,88,171,243,128,54,166,243,130,110,81,244,50,152,72,248,127,174,150,252,52,196,153,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,19,46,102,97,110,99,121,98,111,120,45,99,111,110,116,97,105,110,101,114,2,54,0,99,47,153,4,219,32,70,5,182,109,174,5,192,7,26,6,250,76,136,7,153,25,36,11,213,178,139,15,62,113,70,21,184,230,216,24,247,62,93,34,8,140,130,39,24,143,222,43,52,225,38,44,89,133,34,51,16,39,167,59,234,243,159,63,178,99,248,73,88,219,254,82,105,45,14,82,134,177,244,99,150,16,97,100,185,135,255,103,59,25,21,109,153,55,92,110,98,229,139,114,160,169,34,116,144,78,56,121,3,13,180,128,118,152,42,129,187,196,9,129,195,142,62,138,123,195,188,139,136,152,175,141,7,55,54,141,30,182,28,154,124,26,18,154,226,1,244,156,25,152,97,174,169,214,188,181,160,98,194,181,172,157,106,182,113,21,201,187,107,183,143,191,154,69,166,196,160,167,166,204,117,4,206,204,165,5,20,210,74,249,203,216,203,211,117,221,31,91,122,221,133,32,133,225,254,24,138,240,14,223,56,251,57,81,140,0,0,5,9,98,111,100,121,44,104,116,109,108,2,54,0,99,47,153,4,219,32,70,5,182,109,174,5,192,7,26,6,250,76,136,7,153,25,36,11,213,178,139,15,62,113,70,21,184,230,216,24,247,62,93,34,8,140,130,39,24,143,222,43,52,225,38,44,89,133,34,51,16,39,167,59,234,243,159,63,178,99,248,73,88,219,254,82,105,45,14,82,134,177,244,99,150,16,97,100,185,135,255,103,59,25,21,109,153,55,92,110,98,229,139,114,160,169,34,116,144,78,56,121,3,13,180,128,118,152,42,129,187,196,9,129,195,142,62,138,123,195,188,139,136,152,175,141,7,55,54,141,30,182,28,154,124,26,18,154,226,1,244,156,25,152,97,174,169,214,188,181,160,98,194,181,172,157,106,182,113,21,201,187,107,183,143,191,154,69,166,196,160,167,166,204,117,4,206,204,165,5,20,210,74,249,203,216,203,211,117,221,31,91,122,221,133,32,133,225,254,24,138,240,14,223,56,251,57,81,140,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,20,46,109,111,100,95,99,109,115,95,97,99,99,101,112,116,95,116,97,103,115,2,8,70,3,40,196,91,229,193,158,125,248,158,157,145,138,79,93,154,121,213,22,233,50,103,183,239,97,109,164,249,17,2,22,0,0,5,9,98,111,100,121,44,104,116,109,108,2,8,70,3,40,196,91,229,193,158,125,248,158,157,145,138,79,93,154,121,213,22,233,50,103,183,239,97,109,164,249,17,2,22,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,15,46,99,111,111,107,105,101,45,109,101,115,115,97,103,101,2,1,166,254,124,238,0,16,1,20,35,99,111,111,107,105,101,45,98,97,110,110,101,114,45,109,111,100,97,108,2,1,35,136,149,138,0,8,1,15,46,109,111,100,97,108,115,45,111,118,101,114,108,97,121,2,1,35,136,149,138,0,0,5,4,98,111,100,121,2,1,35,136,149,138,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,11,35,99,109,112,119,114,97,112,112,101,114,2,1,194,197,253,35,0,0,5,31,98,111,100,121,91,115,116,121,108,101,61,34,111,118,101,114,102,108,111,119,58,32,104,105,100,100,101,110,59,34,93,2,1,194,197,253,35,26,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,0,2,1,42,115,101,116,44,32,79,98,106,101,99,116,46,112,114,111,116,111,116,121,112,101,46,104,97,115,67,111,110,115,101,110,116,44,32,116,114,117,101,70,117,110,99,2,1,194,197,253,35,0,8,1,12,46,67,111,111,107,105,101,77,111,100,97,108,2,1,152,27,41,35,0,8,1,23,46,67,111,111,107,105,101,67,111,110,116,97,105,110,101,114,79,118,101,114,108,97,121,2,1,152,27,41,35,0,0,5,4,98,111,100,121,2,1,152,27,41,35,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,15,46,109,111,100,97,108,115,45,111,118,101,114,108,97,121,2,18,3,82,224,220,8,180,38,64,16,252,172,138,30,21,95,178,44,138,125,163,72,187,224,112,124,159,245,197,134,14,41,205,138,160,250,148,141,171,62,131,154,183,180,234,163,221,214,143,201,157,126,158,207,19,174,68,228,5,146,124,233,88,1,85,237,27,226,97,254,66,53,38,0,0,5,4,104,116,109,108,2,18,3,82,224,220,8,180,38,64,16,252,172,138,30,21,95,178,44,138,125,163,72,187,224,112,124,159,245,197,134,14,41,205,138,160,250,148,141,171,62,131,154,183,180,234,163,221,214,143,201,157,126,158,207,19,174,68,228,5,146,124,233,88,1,85,237,27,226,97,254,66,53,38,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,8,1,14,46,98,97,115,105,99,76,105,103,104,116,98,111,120,2,23,0,40,148,240,5,109,73,168,8,65,218,150,9,9,47,11,10,175,94,122,13,35,108,254,19,169,104,151,24,172,161,156,30,44,193,8,71,28,115,85,88,217,243,191,89,108,38,254,94,170,222,81,109,17,178,33,129,90,234,12,144,110,92,191,158,253,70,73,187,95,199,87,201,9,13,122,202,0,231,114,202,233,231,157,209,89,107,68,215,126,170,111,0,0,5,9,98,111,100,121,44,104,116,109,108,2,23,0,40,148,240,5,109,73,168,8,65,218,150,9,9,47,11,10,175,94,122,13,35,108,254,19,169,104,151,24,172,161,156,30,44,193,8,71,28,115,85,88,217,243,191,89,108,38,254,94,170,222,81,109,17,178,33,129,90,234,12,144,110,92,191,158,253,70,73,187,95,199,87,201,9,13,122,202,0,231,114,202,233,231,157,209,89,107,68,215,126,170,111,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,2,1,49,115,101,116,45,99,111,111,107,105,101,44,32,104,105,100,101,95,99,111,111,107,105,101,111,118,101,114,108,97,121,95,118,50,44,32,49,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,148,188,51,117,0,2,1,45,115,101,116,45,99,111,111,107,105,101,44,32,115,111,99,105,97,108,109,101,100,105,97,45,99,111,111,107,105,101,115,95,97,108,108,111,119,101,100,95,118,50,44,32,48,2,1,148,188,51,117,0,2,1,45,115,101,116,45,99,111,111,107,105,101,44,32,112,101,114,102,111,114,109,97,110,99,101,45,99,111,111,107,105,101,115,95,97,108,108,111,119,101,100,95,118,50,44,32,48,2,1,148,188,51,117,0,8,1,10,46,99,99,45,103,114,111,119,101,114,2,3,79,19,130,5,109,87,166,41,132,82,220,181,0,0,5,9,98,111,100,121,44,104,116,109,108,2,3,79,19,130,5,109,87,166,41,132,82,220,181,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,16,1,4,35,99,99,99,2,2,30,12,3,214,195,37,140,153,0,0,5,9,98,111,100,121,44,104,116,109,108,2,2,30,12,3,214,195,37,140,153,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,3,35,99,99,2,6,4,58,3,251,96,123,52,254,96,165,147,69,192,250,223,114,203,65,246,192,220,72,155,213,0,0,5,9,98,111,100,121,44,104,116,109,108,2,6,4,58,3,251,96,123,52,254,96,165,147,69,192,250,223,114,203,65,246,192,220,72,155,213,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,8,1,3,46,99,99,2,1,134,153,11,248,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,134,153,11,248,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,8,1,22,46,99,111,111,107,105,101,115,95,112,111,112,117,112,95,111,118,101,114,108,97,121,2,1,32,8,175,226,0,2,1,43,114,99,44,32,98,114,100,95,99,111,111,107,105,101,115,95,98,97,114,95,112,111,112,117,112,95,115,104,111,119,110,44,32,104,116,109,108,44,32,115,116,97,121,2,1,32,8,175,226,0,8,1,29,46,67,111,111,107,105,101,67,111,110,115,101,110,116,95,119,114,97,112,112,101,114,95,95,108,115,98,66,105,2,1,155,157,230,196,0,0,5,1,42,2,1,155,157,230,196,75,102,105,108,116,101,114,58,32,110,111,110,101,32,33,105,109,112,111,114,116,97,110,116,59,111,112,97,99,105,116,121,58,49,32,33,105,109,112,111,114,116,97,110,116,59,112,111,105,110,116,101,114,45,101,118,101,110,116,115,58,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,0,5,1,42,2,5,24,105,135,61,30,155,165,97,147,38,92,48,203,72,4,52,251,10,247,210,55,112,111,105,110,116,101,114,45,101,118,101,110,116,115,58,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,102,105,108,116,101,114,58,32,110,111,110,101,32,33,105,109,112,111,114,116,97,110,116,0,0,5,1,42,2,17,0,107,65,175,19,221,45,212,59,218,88,199,68,54,63,95,71,132,58,155,72,134,49,97,101,193,80,250,143,129,157,142,189,58,154,3,198,13,179,174,201,235,126,210,203,92,123,61,210,170,183,197,221,233,229,218,232,86,145,118,232,190,16,186,239,138,7,96,75,102,105,108,116,101,114,58,32,110,111,110,101,32,33,105,109,112,111,114,116,97,110,116,59,111,112,97,99,105,116,121,58,49,32,33,105,109,112,111,114,116,97,110,116,59,112,111,105,110,116,101,114,45,101,118,101,110,116,115,58,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,0,5,4,98,111,100,121,2,1,121,149,105,52,26,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,15,46,108,98,79,117,116,101,114,87,114,97,112,112,101,114,2,4,86,111,17,179,102,98,193,224,175,77,17,140,195,23,239,46,0,8,1,10,46,108,98,79,118,101,114,108,97,121,2,4,86,111,17,179,102,98,193,224,175,77,17,140,195,23,239,46,0,0,5,4,98,111,100,121,2,4,86,111,17,179,102,98,193,224,175,77,17,140,195,23,239,46,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,0,5,9,98,111,100,121,44,104,116,109,108,2,8,86,35,200,87,86,150,59,209,115,158,80,10,166,105,26,25,194,197,253,34,206,239,240,190,231,57,27,36,239,205,28,117,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,20,46,103,100,112,114,45,99,111,111,107,105,101,45,111,118,101,114,108,97,121,2,2,119,248,54,163,176,57,3,149,0,0,5,9,98,111,100,121,44,104,116,109,108,2,2,119,248,54,163,176,57,3,149,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,9,46,114,122,45,109,111,100,97,108,2,1,72,1,232,160,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,72,1,232,160,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,8,46,99,117,114,114,101,110,116,2,15,6,202,15,244,27,103,78,196,38,110,124,105,55,27,54,137,116,12,43,27,121,121,226,66,133,157,233,101,144,157,139,140,148,196,97,248,161,66,57,157,166,55,97,84,172,167,95,54,175,211,68,68,176,232,21,110,254,208,96,82,0,0,5,9,98,111,100,121,44,104,116,109,108,2,15,6,202,15,244,27,103,78,196,38,110,124,105,55,27,54,137,116,12,43,27,121,121,226,66,133,157,233,101,144,157,139,140,148,196,97,248,161,66,57,157,166,55,97,84,172,167,95,54,175,211,68,68,176,232,21,110,254,208,96,82,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,1,242,48,32,37,0,8,1,14,46,115,45,99,111,111,107,105,101,45,105,110,102,111,2,3,27,105,149,134,96,252,174,59,148,198,197,170,0,0,5,9,98,111,100,121,44,104,116,109,108,2,3,27,105,149,134,96,252,174,59,148,198,197,170,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,18,35,117,115,101,114,99,101,110,116,114,105,99,115,45,114,111,111,116,2,6,28,233,26,221,57,124,197,8,118,42,29,179,124,165,128,36,217,130,116,126,224,143,230,241,0,0,5,9,98,111,100,121,44,104,116,109,108,2,6,28,233,26,221,57,124,197,8,118,42,29,179,124,165,128,36,217,130,116,126,224,143,230,241,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,8,1,10,46,103,100,112,114,77,111,100,97,108,2,6,8,139,35,73,33,45,215,139,37,185,193,91,103,233,220,118,186,136,168,73,232,137,41,73,0,0,5,9,98,111,100,121,44,104,116,109,108,2,6,8,139,35,73,33,45,215,139,37,185,193,91,103,233,220,118,186,136,168,73,232,137,41,73,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,21,46,100,115,118,103,112,66,97,110,110,101,114,67,111,110,116,97,105,110,101,114,2,7,23,198,110,51,150,79,33,214,150,79,137,166,185,126,167,14,190,24,14,112,227,30,142,149,230,64,20,147,0,0,5,4,104,116,109,108,2,7,23,198,110,51,150,79,33,214,150,79,137,166,185,126,167,14,190,24,14,112,227,30,142,149,230,64,20,147,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,16,46,114,101,118,101,97,108,95,95,111,118,101,114,108,97,121,2,2,12,89,10,45,27,101,234,184,0,0,5,9,98,111,100,121,44,104,116,109,108,2,2,12,89,10,45,27,101,234,184,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,15,46,109,111,100,97,108,115,45,119,114,97,112,112,101,114,2,37,4,173,86,72,14,241,49,47,15,251,115,198,19,214,172,222,24,149,175,85,42,85,218,234,45,74,243,242,47,125,210,136,56,202,180,136,57,64,45,107,59,193,221,106,76,76,95,47,89,182,65,105,93,102,95,135,96,184,250,1,98,16,169,178,105,7,245,25,113,60,93,85,132,39,147,59,135,160,23,198,141,58,39,134,150,58,10,203,157,9,153,255,157,41,129,229,174,125,248,182,176,42,64,113,202,19,17,15,208,240,203,127,214,142,169,215,215,43,183,112,215,126,178,152,220,197,146,42,221,28,243,42,231,144,188,64,238,0,154,58,239,195,98,183,254,166,96,98,0,0,5,4,98,111,100,121,2,37,4,173,86,72,14,241,49,47,15,251,115,198,19,214,172,222,24,149,175,85,42,85,218,234,45,74,243,242,47,125,210,136,56,202,180,136,57,64,45,107,59,193,221,106,76,76,95,47,89,182,65,105,93,102,95,135,96,184,250,1,98,16,169,178,105,7,245,25,113,60,93,85,132,39,147,59,135,160,23,198,141,58,39,134,150,58,10,203,157,9,153,255,157,41,129,229,174,125,248,182,176,42,64,113,202,19,17,15,208,240,203,127,214,142,169,215,215,43,183,112,215,126,178,152,220,197,146,42,221,28,243,42,231,144,188,64,238,0,154,58,239,195,98,183,254,166,96,98,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,16,46,112,114,105,118,97,99,121,95,104,101,97,100,115,117,112,2,7,9,109,46,222,13,214,47,138,31,62,103,85,34,125,18,10,86,68,82,72,106,44,19,122,227,175,14,130,0,8,1,24,46,112,114,105,118,97,99,121,95,104,101,97,100,115,117,112,95,111,118,101,114,108,97,121,2,7,9,109,46,222,13,214,47,138,31,62,103,85,34,125,18,10,86,68,82,72,106,44,19,122,227,175,14,130,0,8,1,17,46,102,97,110,99,121,98,111,120,45,111,118,101,114,108,97,121,2,105,1,3,35,51,2,96,25,5,4,164,212,229,6,22,93,196,6,247,41,24,7,23,33,14,7,245,144,162,22,88,122,61,22,166,233,67,26,75,133,77,28,81,114,82,31,171,2,242,31,171,2,242,43,249,246,180,45,194,168,137,46,118,132,124,52,165,181,134,52,240,96,239,53,43,207,82,55,69,214,222,56,87,100,212,57,44,54,82,57,128,165,134,57,174,236,248,62,114,20,115,63,127,202,113,64,145,80,117,66,66,78,55,70,21,216,84,75,50,67,17,75,115,195,75,75,215,90,245,77,60,196,38,82,222,93,102,87,167,253,70,95,27,148,172,96,23,34,21,96,249,168,108,99,143,150,163,101,89,177,165,103,193,180,138,109,17,157,130,115,56,89,107,119,206,66,212,124,9,71,24,125,244,34,24,132,161,63,239,132,178,234,182,133,179,174,248,134,152,76,120,139,184,60,216,143,122,83,109,143,128,88,81,147,244,48,239,152,219,136,4,153,160,206,172,153,244,104,29,159,113,138,32,162,168,29,52,163,182,129,157,167,0,171,171,170,234,126,236,171,68,188,51,171,68,233,65,179,36,204,3,179,150,147,194,179,190,45,180,180,177,182,90,181,113,58,15,182,222,78,71,187,102,60,111,188,60,47,150,189,143,32,218,191,209,136,93,194,161,225,70,196,65,48,52,196,249,19,155,197,27,143,74,199,87,94,201,199,135,156,121,201,241,223,78,203,148,143,118,205,102,130,153,206,0,140,207,208,12,236,71,211,204,90,191,212,54,143,159,213,76,28,66,216,243,43,14,217,124,52,128,217,176,180,20,217,180,210,127,219,210,15,91,226,73,235,138,228,137,74,78,230,77,114,39,230,178,138,247,233,121,94,49,242,165,50,85,243,84,68,151,246,16,127,135,246,16,132,128,246,174,254,219,252,248,229,225,255,123,139,50,0,0,5,9,98,111,100,121,44,104,116,109,108,2,105,1,3,35,51,2,96,25,5,4,164,212,229,6,22,93,196,6,247,41,24,7,23,33,14,7,245,144,162,22,88,122,61,22,166,233,67,26,75,133,77,28,81,114,82,31,171,2,242,31,171,2,242,43,249,246,180,45,194,168,137,46,118,132,124,52,165,181,134,52,240,96,239,53,43,207,82,55,69,214,222,56,87,100,212,57,44,54,82,57,128,165,134,57,174,236,248,62,114,20,115,63,127,202,113,64,145,80,117,66,66,78,55,70,21,216,84,75,50,67,17,75,115,195,75,75,215,90,245,77,60,196,38,82,222,93,102,87,167,253,70,95,27,148,172,96,23,34,21,96,249,168,108,99,143,150,163,101,89,177,165,103,193,180,138,109,17,157,130,115,56,89,107,119,206,66,212,124,9,71,24,125,244,34,24,132,161,63,239,132,178,234,182,133,179,174,248,134,152,76,120,139,184,60,216,143,122,83,109,143,128,88,81,147,244,48,239,152,219,136,4,153,160,206,172,153,244,104,29,159,113,138,32,162,168,29,52,163,182,129,157,167,0,171,171,170,234,126,236,171,68,188,51,171,68,233,65,179,36,204,3,179,150,147,194,179,190,45,180,180,177,182,90,181,113,58,15,182,222,78,71,187,102,60,111,188,60,47,150,189,143,32,218,191,209,136,93,194,161,225,70,196,65,48,52,196,249,19,155,197,27,143,74,199,87,94,201,199,135,156,121,201,241,223,78,203,148,143,118,205,102,130,153,206,0,140,207,208,12,236,71,211,204,90,191,212,54,143,159,213,76,28,66,216,243,43,14,217,124,52,128,217,176,180,20,217,180,210,127,219,210,15,91,226,73,235,138,228,137,74,78,230,77,114,39,230,178,138,247,233,121,94,49,242,165,50,85,243,84,68,151,246,16,127,135,246,16,132,128,246,174,254,219,252,248,229,225,255,123,139,50,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,18,46,117,105,45,119,105,100,103,101,116,45,111,118,101,114,108,97,121,2,51,1,182,215,226,3,236,24,166,5,226,124,252,6,72,73,64,6,112,234,198,11,142,131,248,19,46,80,172,26,99,77,31,33,105,83,13,41,108,69,41,44,36,15,78,55,176,20,135,57,205,80,102,59,202,40,206,67,133,246,136,69,94,52,38,83,80,230,31,86,19,192,236,106,153,224,14,115,46,87,72,118,83,231,220,119,142,249,229,136,28,103,9,139,63,107,66,142,166,228,204,145,113,207,72,147,18,98,89,147,79,21,60,149,192,247,100,150,173,17,211,158,197,238,13,160,198,116,85,164,6,93,88,178,185,81,148,186,65,231,48,187,57,209,255,188,12,178,94,202,195,168,209,202,252,197,222,204,148,33,138,211,205,191,42,214,107,92,185,216,52,131,133,216,120,217,239,218,89,237,233,223,190,45,166,223,193,9,56,228,129,156,84,233,21,18,252,233,120,177,19,242,127,134,224,0,8,1,10,46,117,105,45,100,105,97,108,111,103,2,51,1,182,215,226,3,236,24,166,5,226,124,252,6,72,73,64,6,112,234,198,11,142,131,248,19,46,80,172,26,99,77,31,33,105,83,13,41,108,69,41,44,36,15,78,55,176,20,135,57,205,80,102,59,202,40,206,67,133,246,136,69,94,52,38,83,80,230,31,86,19,192,236,106,153,224,14,115,46,87,72,118,83,231,220,119,142,249,229,136,28,103,9,139,63,107,66,142,166,228,204,145,113,207,72,147,18,98,89,147,79,21,60,149,192,247,100,150,173,17,211,158,197,238,13,160,198,116,85,164,6,93,88,178,185,81,148,186,65,231,48,187,57,209,255,188,12,178,94,202,195,168,209,202,252,197,222,204,148,33,138,211,205,191,42,214,107,92,185,216,52,131,133,216,120,217,239,218,89,237,233,223,190,45,166,223,193,9,56,228,129,156,84,233,21,18,252,233,120,177,19,242,127,134,224,0,0,5,9,98,111,100,121,44,104,116,109,108,2,48,1,182,215,226,3,236,24,166,5,226,124,252,6,72,73,64,6,112,234,198,11,142,131,248,19,46,80,172,26,99,77,31,33,105,83,13,41,108,69,41,44,36,15,78,55,176,20,135,57,205,80,102,59,202,40,206,67,133,246,136,69,94,52,38,83,80,230,31,86,19,192,236,106,153,224,14,115,46,87,72,118,83,231,220,136,28,103,9,139,63,107,66,142,166,228,204,145,113,207,72,147,18,98,89,147,79,21,60,149,192,247,100,150,173,17,211,158,197,238,13,160,198,116,85,164,6,93,88,186,65,231,48,187,57,209,255,188,12,178,94,202,195,168,209,202,252,197,222,204,148,33,138,211,205,191,42,214,107,92,185,216,52,131,133,216,120,217,239,218,89,237,233,223,190,45,166,228,129,156,84,233,21,18,252,233,120,177,19,242,127,134,224,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,6,46,109,111,100,97,108,2,3,24,211,225,221,75,134,247,94,136,86,145,204,0,8,1,14,46,109,111,100,97,108,45,111,118,101,114,108,97,121,2,3,24,211,225,221,75,134,247,94,136,86,145,204,0,0,5,4,104,116,109,108,2,3,24,211,225,221,75,134,247,94,136,86,145,204,79,112,111,115,105,116,105,111,110,58,32,115,116,97,116,105,99,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,119,105,100,116,104,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,0,2,1,30,114,99,44,32,106,115,45,109,111,100,97,108,85,110,99,108,111,115,97,98,108,101,44,32,44,32,115,116,97,121,2,1,57,221,211,224,0,2,1,65,114,101,109,111,118,101,45,99,108,97,115,115,44,32,106,115,45,99,111,111,107,105,101,115,77,111,100,97,108,124,105,115,45,111,112,101,110,44,32,46,106,115,45,99,111,111,107,105,101,115,77,111,100,97,108,92,44,46,105,115,45,111,112,101,110,2,1,57,221,211,224,0,0,5,4,98,111,100,121,2,1,57,221,211,224,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,15,46,106,115,45,112,111,112,117,112,45,109,111,100,97,108,2,1,101,186,90,29,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,1,101,186,90,29,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,101,186,90,29,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,8,1,16,46,114,101,109,111,100,97,108,45,119,114,97,112,112,101,114,2,1,20,255,102,97,0,8,1,16,46,114,101,109,111,100,97,108,45,111,118,101,114,108,97,121,2,1,20,255,102,97,0,2,1,22,114,99,44,32,114,101,109,111,100,97,108,45,98,103,44,32,44,32,115,116,97,121,2,1,20,255,102,97,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,20,255,102,97,26,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,13,46,120,49,51,101,117,99,111,111,107,105,101,115,2,1,93,237,31,131,0,0,5,4,98,111,100,121,2,1,93,237,31,131,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,16,46,114,101,109,111,100,97,108,45,111,118,101,114,108,97,121,2,2,42,11,114,238,50,193,3,80,0,8,1,16,46,114,101,109,111,100,97,108,45,119,114,97,112,112,101,114,2,2,42,11,114,238,50,193,3,80,0,8,1,11,46,109,111,100,97,108,45,114,111,111,116,2,10,51,144,78,107,53,127,195,122,153,34,4,215,213,228,96,239,215,68,205,233,226,91,199,179,228,129,22,208,244,26,229,32,244,102,122,140,254,59,20,217,0,0,5,9,98,111,100,121,44,104,116,109,108,2,10,51,144,78,107,53,127,195,122,153,34,4,215,213,228,96,239,215,68,205,233,226,91,199,179,228,129,22,208,244,26,229,32,244,102,122,140,254,59,20,217,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,10,46,99,111,104,45,109,111,100,97,108,2,22,6,178,54,39,20,172,146,229,22,146,245,64,26,133,202,127,39,66,32,197,65,21,251,22,73,12,38,222,87,103,237,53,94,11,131,61,110,254,246,9,133,172,6,25,142,138,175,54,143,42,125,102,160,17,42,18,171,11,136,84,171,94,145,223,171,119,84,191,172,197,80,97,186,250,19,237,196,91,63,11,237,17,29,122,254,146,53,157,0,0,5,9,98,111,100,121,44,104,116,109,108,2,22,6,178,54,39,20,172,146,229,22,146,245,64,26,133,202,127,39,66,32,197,65,21,251,22,73,12,38,222,87,103,237,53,94,11,131,61,110,254,246,9,133,172,6,25,142,138,175,54,143,42,125,102,160,17,42,18,171,11,136,84,171,94,145,223,171,119,84,191,172,197,80,97,186,250,19,237,196,91,63,11,237,17,29,122,254,146,53,157,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,0,5,9,98,111,100,121,44,104,116,109,108,2,34,4,221,171,233,12,80,184,84,12,127,117,144,24,118,153,146,29,13,107,40,40,86,93,209,47,220,65,190,49,72,70,1,67,125,99,115,75,57,75,157,80,178,189,114,88,17,33,63,91,174,254,235,93,201,203,242,94,175,207,188,100,65,248,75,102,178,148,216,106,185,206,243,119,122,99,79,120,254,94,106,132,82,220,181,149,155,206,64,168,240,32,62,174,101,24,248,178,196,72,248,202,10,103,138,204,143,247,85,207,29,166,241,208,0,88,229,209,167,99,138,222,81,69,92,227,80,84,194,228,31,240,8,246,221,13,112,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,24,46,99,111,111,107,105,101,87,97,114,110,105,110,103,45,99,111,110,116,97,105,110,101,114,2,51,8,180,40,226,15,244,112,76,20,24,91,80,23,145,188,19,24,76,28,255,29,91,22,63,31,10,116,99,42,86,109,179,43,65,235,53,44,47,132,128,44,60,213,116,51,113,163,122,54,219,212,29,55,203,2,150,56,60,80,7,58,203,80,172,60,59,236,19,61,117,47,179,70,62,162,91,76,217,206,53,79,117,9,235,85,200,0,199,95,217,246,202,99,249,221,131,110,132,176,72,116,160,134,209,120,8,177,154,120,225,114,176,134,109,1,77,142,135,169,235,153,103,247,140,154,48,121,98,154,49,10,249,162,5,52,12,177,236,8,92,179,57,67,181,187,73,19,77,197,230,41,169,204,238,31,17,210,46,27,143,216,211,228,221,218,230,114,172,221,26,95,120,222,72,46,69,226,37,110,228,233,215,229,234,235,80,194,18,244,190,160,215,247,10,39,105,250,86,86,163,253,203,73,129,0,2,1,31,114,99,44,32,99,111,111,107,105,101,45,119,97,114,110,105,110,103,45,111,112,101,110,44,32,44,32,115,116,97,121,2,51,8,180,40,226,15,244,112,76,20,24,91,80,23,145,188,19,24,76,28,255,29,91,22,63,31,10,116,99,42,86,109,179,43,65,235,53,44,47,132,128,44,60,213,116,51,113,163,122,54,219,212,29,55,203,2,150,56,60,80,7,58,203,80,172,60,59,236,19,61,117,47,179,70,62,162,91,76,217,206,53,79,117,9,235,85,200,0,199,95,217,246,202,99,249,221,131,110,132,176,72,116,160,134,209,120,8,177,154,120,225,114,176,134,109,1,77,142,135,169,235,153,103,247,140,154,48,121,98,154,49,10,249,162,5,52,12,177,236,8,92,179,57,67,181,187,73,19,77,197,230,41,169,204,238,31,17,210,46,27,143,216,211,228,221,218,230,114,172,221,26,95,120,222,72,46,69,226,37,110,228,233,215,229,234,235,80,194,18,244,190,160,215,247,10,39,105,250,86,86,163,253,203,73,129,0,8,1,20,46,112,111,112,117,112,45,45,110,111,116,105,102,105,99,97,116,105,111,110,2,40,4,89,171,153,24,245,151,100,31,247,126,180,32,160,162,59,32,254,245,62,41,13,80,231,41,239,46,191,49,105,190,50,78,167,60,58,81,223,56,39,81,234,47,115,113,240,90,251,117,117,134,23,120,15,183,53,122,198,212,173,124,53,10,234,124,74,4,11,130,61,52,125,135,217,51,96,143,85,148,141,146,54,203,107,148,201,137,108,150,60,100,212,155,152,223,168,171,99,13,3,175,92,195,245,177,215,71,62,184,87,215,174,190,194,86,204,197,249,169,93,198,104,94,162,203,237,36,216,210,98,195,230,235,100,183,164,235,198,179,91,235,231,21,125,239,205,23,235,245,107,148,227,246,34,218,215,250,231,142,231,0,8,1,8,46,111,118,101,114,108,97,121,2,40,4,89,171,153,24,245,151,100,31,247,126,180,32,160,162,59,32,254,245,62,41,13,80,231,41,239,46,191,49,105,190,50,78,167,60,58,81,223,56,39,81,234,47,115,113,240,90,251,117,117,134,23,120,15,183,53,122,198,212,173,124,53,10,234,124,74,4,11,130,61,52,125,135,217,51,96,143,85,148,141,146,54,203,107,148,201,137,108,150,60,100,212,155,152,223,168,171,99,13,3,175,92,195,245,177,215,71,62,184,87,215,174,190,194,86,204,197,249,169,93,198,104,94,162,203,237,36,216,210,98,195,230,235,100,183,164,235,198,179,91,235,231,21,125,239,205,23,235,245,107,148,227,246,34,218,215,250,231,142,231,0,0,5,9,98,111,100,121,44,104,116,109,108,2,40,4,89,171,153,24,245,151,100,31,247,126,180,32,160,162,59,32,254,245,62,41,13,80,231,41,239,46,191,49,105,190,50,78,167,60,58,81,223,56,39,81,234,47,115,113,240,90,251,117,117,134,23,120,15,183,53,122,198,212,173,124,53,10,234,124,74,4,11,130,61,52,125,135,217,51,96,143,85,148,141,146,54,203,107,148,201,137,108,150,60,100,212,155,152,223,168,171,99,13,3,175,92,195,245,177,215,71,62,184,87,215,174,190,194,86,204,197,249,169,93,198,104,94,162,203,237,36,216,210,98,195,230,235,100,183,164,235,198,179,91,235,231,21,125,239,205,23,235,245,107,148,227,246,34,218,215,250,231,142,231,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,22,46,99,100,107,45,111,118,101,114,108,97,121,45,99,111,110,116,97,105,110,101,114,2,1,148,166,17,117,0,8,1,22,46,99,100,107,45,111,118,101,114,108,97,121,45,99,111,110,116,97,105,110,101,114,2,28,7,6,227,22,19,249,57,16,21,120,69,227,27,81,88,251,30,16,112,181,34,17,249,66,44,184,255,213,46,84,90,130,48,54,213,203,55,5,227,37,73,132,143,9,88,154,222,218,92,96,223,12,128,46,130,156,129,32,213,225,129,40,245,250,129,73,122,246,134,146,72,5,178,207,177,160,182,84,31,11,189,143,90,163,192,39,202,207,200,206,152,42,201,253,225,119,220,63,184,196,235,57,183,96,243,218,68,84,245,244,78,254,0,0,5,4,104,116,109,108,2,28,7,6,227,22,19,249,57,16,21,120,69,227,27,81,88,251,30,16,112,181,34,17,249,66,44,184,255,213,46,84,90,130,48,54,213,203,55,5,227,37,73,132,143,9,88,154,222,218,92,96,223,12,128,46,130,156,129,32,213,225,129,40,245,250,129,73,122,246,134,146,72,5,178,207,177,160,182,84,31,11,189,143,90,163,192,39,202,207,200,206,152,42,201,253,225,119,220,63,184,196,235,57,183,96,243,218,68,84,245,244,78,254,79,112,111,115,105,116,105,111,110,58,32,115,116,97,116,105,99,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,119,105,100,116,104,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,24,46,99,111,111,107,105,101,109,101,115,115,97,103,101,98,97,99,107,103,114,111,117,110,100,2,127,2,17,116,111,2,100,71,29,3,80,128,197,5,47,5,0,5,182,59,138,6,138,83,93,9,81,230,206,9,168,12,86,11,165,195,77,15,43,198,121,22,12,149,166,23,55,60,236,27,74,51,170,28,121,129,143,30,71,88,98,31,166,156,26,33,169,200,203,34,41,63,35,34,87,13,0,35,65,47,34,44,200,153,114,46,91,93,4,49,36,205,193,49,106,205,67,52,121,243,86,53,187,193,39,53,234,67,83,54,152,195,13,54,232,2,188,59,75,179,27,60,159,237,22,60,185,198,213,63,164,142,137,64,64,171,35,64,71,101,89,65,148,253,11,66,193,133,59,69,253,124,40,70,235,192,62,80,5,40,111,81,182,218,27,81,204,12,205,83,114,114,220,87,43,42,111,93,131,89,237,93,182,153,143,100,96,236,67,103,238,2,222,105,125,79,206,106,70,177,152,106,72,86,11,108,4,162,61,110,161,77,169,112,83,56,123,113,142,223,48,113,213,228,24,114,118,220,60,115,158,82,3,117,115,205,184,120,95,8,119,121,33,251,225,124,100,176,129,126,103,1,193,130,232,18,233,134,104,209,103,136,107,69,165,137,175,151,98,140,43,131,131,141,159,218,139,143,154,166,137,145,53,0,138,145,92,50,36,145,206,210,12,148,48,86,22,148,189,88,126,153,202,195,223,154,197,120,216,157,14,9,80,159,129,100,152,161,75,240,236,161,175,108,52,163,255,108,67,166,97,8,157,173,26,99,129,182,132,134,194,183,174,153,75,184,244,14,97,189,39,118,13,192,152,110,127,194,27,79,96,195,67,5,131,196,155,51,125,196,167,246,34,197,54,129,72,198,201,232,0,199,98,248,155,201,111,24,3,202,26,39,199,202,162,45,163,202,164,88,127,207,235,185,58,211,60,73,43,215,38,238,154,216,60,130,240,216,167,131,112,217,148,10,3,217,192,89,192,217,217,126,242,218,86,69,2,224,182,79,158,225,180,76,140,226,248,145,132,229,68,100,26,229,125,60,138,233,88,98,216,236,21,12,62,237,231,48,83,240,31,92,35,241,104,55,207,241,229,166,228,242,231,145,189,243,10,166,244,243,21,38,99,247,115,233,11,247,200,180,228,252,48,79,5,252,222,195,124,0,0,5,9,98,111,100,121,44,104,116,109,108,2,127,2,17,116,111,2,100,71,29,3,80,128,197,5,47,5,0,5,182,59,138,6,138,83,93,9,81,230,206,9,168,12,86,11,165,195,77,15,43,198,121,22,12,149,166,23,55,60,236,27,74,51,170,28,121,129,143,30,71,88,98,31,166,156,26,33,169,200,203,34,41,63,35,34,87,13,0,35,65,47,34,44,200,153,114,46,91,93,4,49,36,205,193,49,106,205,67,52,121,243,86,53,187,193,39,53,234,67,83,54,152,195,13,54,232,2,188,59,75,179,27,60,159,237,22,60,185,198,213,63,164,142,137,64,64,171,35,64,71,101,89,65,148,253,11,66,193,133,59,69,253,124,40,70,235,192,62,80,5,40,111,81,182,218,27,81,204,12,205,83,114,114,220,87,43,42,111,93,131,89,237,93,182,153,143,100,96,236,67,103,238,2,222,105,125,79,206,106,70,177,152,106,72,86,11,108,4,162,61,110,161,77,169,112,83,56,123,113,142,223,48,113,213,228,24,114,118,220,60,115,158,82,3,117,115,205,184,120,95,8,119,121,33,251,225,124,100,176,129,126,103,1,193,130,232,18,233,134,104,209,103,136,107,69,165,137,175,151,98,140,43,131,131,141,159,218,139,143,154,166,137,145,53,0,138,145,92,50,36,145,206,210,12,148,48,86,22,148,189,88,126,153,202,195,223,154,197,120,216,157,14,9,80,159,129,100,152,161,75,240,236,161,175,108,52,163,255,108,67,166,97,8,157,173,26,99,129,182,132,134,194,183,174,153,75,184,244,14,97,189,39,118,13,192,152,110,127,194,27,79,96,195,67,5,131,196,155,51,125,196,167,246,34,197,54,129,72,198,201,232,0,199,98,248,155,201,111,24,3,202,26,39,199,202,162,45,163,202,164,88,127,207,235,185,58,211,60,73,43,215,38,238,154,216,60,130,240,216,167,131,112,217,148,10,3,217,192,89,192,217,217,126,242,218,86,69,2,224,182,79,158,225,180,76,140,226,248,145,132,229,68,100,26,229,125,60,138,233,88,98,216,236,21,12,62,237,231,48,83,240,31,92,35,241,104,55,207,241,229,166,228,242,231,145,189,243,10,166,244,243,21,38,99,247,115,233,11,247,200,180,228,252,48,79,5,252,222,195,124,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,10,35,119,100,107,67,111,111,107,105,101,2,1,140,85,229,137,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,140,85,229,137,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,13,46,102,101,97,116,104,101,114,108,105,103,104,116,2,9,24,140,67,44,45,234,60,154,65,76,136,143,148,195,115,63,170,0,19,182,230,105,202,238,236,183,146,235,240,170,191,147,252,211,211,18,0,2,1,29,114,99,44,32,119,105,116,104,45,102,101,97,116,104,101,114,108,105,103,104,116,44,32,44,32,115,116,97,121,2,9,24,140,67,44,45,234,60,154,65,76,136,143,148,195,115,63,170,0,19,182,230,105,202,238,236,183,146,235,240,170,191,147,252,211,211,18,0,8,1,21,46,97,99,114,105,115,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,2,41,1,44,49,28,3,27,173,127,11,93,58,172,13,3,84,30,19,244,146,153,42,253,38,255,63,189,77,86,64,3,180,199,66,255,84,77,80,33,207,202,86,35,47,106,88,247,102,134,96,129,34,252,100,250,142,147,101,25,242,144,110,248,102,122,121,77,137,235,123,80,99,3,126,226,16,23,147,195,161,112,148,195,202,45,152,174,133,199,168,21,13,183,181,8,209,65,183,56,173,206,190,119,97,157,191,97,246,17,192,84,110,242,198,85,15,143,199,125,67,80,200,247,49,36,207,100,59,96,212,239,106,220,214,225,194,169,215,130,115,125,218,56,86,90,224,16,52,117,236,91,215,75,240,135,152,112,247,173,166,235,252,194,227,189,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,41,1,44,49,28,3,27,173,127,11,93,58,172,13,3,84,30,19,244,146,153,42,253,38,255,63,189,77,86,64,3,180,199,66,255,84,77,80,33,207,202,86,35,47,106,88,247,102,134,96,129,34,252,100,250,142,147,101,25,242,144,110,248,102,122,121,77,137,235,123,80,99,3,126,226,16,23,147,195,161,112,148,195,202,45,152,174,133,199,168,21,13,183,181,8,209,65,183,56,173,206,190,119,97,157,191,97,246,17,192,84,110,242,198,85,15,143,199,125,67,80,200,247,49,36,207,100,59,96,212,239,106,220,214,225,194,169,215,130,115,125,218,56,86,90,224,16,52,117,236,91,215,75,240,135,152,112,247,173,166,235,252,194,227,189,0,0,5,9,98,111,100,121,44,104,116,109,108,2,41,1,44,49,28,3,27,173,127,11,93,58,172,13,3,84,30,19,244,146,153,42,253,38,255,63,189,77,86,64,3,180,199,66,255,84,77,80,33,207,202,86,35,47,106,88,247,102,134,96,129,34,252,100,250,142,147,101,25,242,144,110,248,102,122,121,77,137,235,123,80,99,3,126,226,16,23,147,195,161,112,148,195,202,45,152,174,133,199,168,21,13,183,181,8,209,65,183,56,173,206,190,119,97,157,191,97,246,17,192,84,110,242,198,85,15,143,199,125,67,80,200,247,49,36,207,100,59,96,212,239,106,220,214,225,194,169,215,130,115,125,218,56,86,90,224,16,52,117,236,91,215,75,240,135,152,112,247,173,166,235,252,194,227,189,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,17,35,66,111,114,108,97,98,115,67,111,111,107,105,101,66,111,120,2,1,160,163,215,126,0,0,5,4,98,111,100,121,2,1,160,163,215,126,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,31,46,104,101,97,100,101,114,45,115,108,105,100,101,111,117,116,45,111,118,101,114,108,97,121,45,99,111,111,107,105,101,2,1,65,93,128,70,0,8,1,7,46,99,111,111,107,105,101,2,1,65,93,128,70,0,2,1,25,114,99,44,32,110,111,45,115,99,114,111,108,108,44,32,98,111,100,121,44,32,115,116,97,121,2,1,65,93,128,70,0,8,1,24,46,102,105,108,116,101,114,45,109,111,100,97,108,45,98,97,99,107,103,114,111,117,110,100,2,3,18,252,197,184,146,158,235,241,167,73,25,225,0,0,5,9,98,111,100,121,44,104,116,109,108,2,3,18,252,197,184,146,158,235,241,167,73,25,225,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,15,46,99,111,111,107,105,101,115,45,101,117,45,98,111,120,2,1,75,143,213,69,0,8,1,24,46,99,111,111,107,105,101,115,45,98,108,111,99,107,45,105,116,115,45,108,105,103,104,116,2,35,6,5,20,241,16,154,80,182,25,42,124,220,48,19,66,181,48,148,83,201,48,148,83,201,51,147,102,56,53,151,177,187,56,120,67,220,58,110,239,106,66,148,241,198,68,159,45,232,85,174,171,102,86,122,73,191,90,151,59,178,95,152,195,75,106,220,170,49,114,246,59,186,125,174,228,142,134,163,216,255,138,77,83,222,143,252,162,204,158,101,71,59,163,3,122,187,185,231,75,145,186,135,7,57,192,26,208,161,194,161,5,12,201,47,104,11,212,167,139,115,220,4,147,54,222,230,153,68,226,194,226,187,232,32,133,201,246,68,124,38,0,0,5,4,98,111,100,121,2,35,6,5,20,241,16,154,80,182,25,42,124,220,48,19,66,181,48,148,83,201,48,148,83,201,51,147,102,56,53,151,177,187,56,120,67,220,58,110,239,106,66,148,241,198,68,159,45,232,85,174,171,102,86,122,73,191,90,151,59,178,95,152,195,75,106,220,170,49,114,246,59,186,125,174,228,142,134,163,216,255,138,77,83,222,143,252,162,204,158,101,71,59,163,3,122,187,185,231,75,145,186,135,7,57,192,26,208,161,194,161,5,12,201,47,104,11,212,167,139,115,220,4,147,54,222,230,153,68,226,194,226,187,232,32,133,201,246,68,124,38,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,19,46,99,111,111,107,105,101,115,45,112,111,112,117,112,45,102,111,114,109,2,1,105,252,117,166,0,2,1,29,114,99,44,32,99,111,111,107,105,101,115,45,115,104,111,119,110,44,32,98,111,100,121,44,32,115,116,97,121,2,1,105,252,117,166,0,8,1,17,46,99,111,111,107,105,101,45,104,116,109,108,45,119,114,97,112,2,1,160,164,6,85,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,160,164,6,85,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,28,46,109,101,108,105,110,100,114,101,115,45,109,101,115,115,97,103,101,45,99,111,110,116,97,105,110,101,114,2,1,255,167,103,97,0,0,5,4,98,111,100,121,2,1,255,167,103,97,79,112,111,115,105,116,105,111,110,58,32,115,116,97,116,105,99,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,119,105,100,116,104,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,33,35,100,101,98,117,103,103,101,100,45,99,111,111,107,105,101,111,112,116,105,111,110,115,45,99,111,110,116,97,105,110,101,114,2,1,210,208,111,187,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,210,208,111,187,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,2,1,21,114,99,44,32,110,111,45,99,111,111,107,105,101,44,32,44,32,115,116,97,121,2,1,10,70,88,66,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,10,70,88,66,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,14,46,105,110,115,101,116,45,48,46,102,105,120,101,100,2,14,54,84,237,144,55,46,215,170,65,34,247,23,79,94,156,93,93,1,20,57,134,67,186,182,147,78,221,85,156,12,168,245,186,209,201,22,194,95,103,164,211,87,235,185,231,5,23,8,235,27,82,203,246,42,55,5,0,0,5,9,98,111,100,121,44,104,116,109,108,2,15,54,84,237,144,55,46,215,170,65,34,247,23,79,94,156,93,93,1,20,57,134,67,186,182,147,78,221,85,156,12,168,245,186,209,201,22,194,95,103,164,211,87,235,185,231,5,23,8,235,27,82,203,246,42,55,5,249,137,237,36,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,36,35,99,111,111,107,105,101,45,105,110,102,111,114,109,97,116,105,111,110,45,116,101,109,112,108,97,116,101,45,119,114,97,112,112,101,114,2,1,194,152,119,72,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,194,152,119,72,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,21,35,119,112,99,97,45,108,97,121,45,111,117,116,45,119,114,97,112,112,101,114,2,1,226,251,106,1,0,0,5,4,104,116,109,108,2,1,226,251,106,1,26,111,118,101,114,102,108,111,119,58,105,110,105,116,105,97,108,33,105,109,112,111,114,116,97,110,116,0,8,1,18,46,99,111,111,107,105,101,45,116,111,97,115,116,45,119,114,97,112,2,1,78,102,141,145,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,78,102,141,145,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,19,46,99,111,111,107,105,101,45,115,104,101,101,116,45,115,109,97,108,108,2,1,85,188,229,215,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,85,188,229,215,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,8,1,8,46,119,122,45,114,103,112,100,2,52,5,170,70,242,12,176,190,240,16,139,16,126,23,243,126,206,31,207,85,213,32,169,204,40,35,49,109,182,35,86,248,200,38,34,78,177,42,192,0,146,45,106,241,211,49,110,197,203,51,63,9,230,54,96,159,71,54,152,206,130,59,67,200,2,63,138,73,108,64,250,170,95,65,185,253,141,69,108,21,203,78,213,103,218,79,224,69,119,79,224,69,119,82,24,84,179,95,107,105,221,98,51,127,245,98,77,38,68,98,85,65,193,110,162,162,21,117,202,169,241,119,237,20,188,135,80,71,89,144,254,180,80,145,131,69,3,148,125,3,86,151,198,158,108,167,41,23,116,181,80,31,231,182,131,20,162,191,33,52,175,199,95,159,110,204,216,243,200,216,133,136,37,219,107,29,180,222,128,122,73,227,142,132,61,228,38,67,18,230,77,228,8,235,152,40,123,252,71,25,97,254,0,188,122,254,191,134,127,0,0,5,4,98,111,100,121,2,52,5,170,70,242,12,176,190,240,16,139,16,126,23,243,126,206,31,207,85,213,32,169,204,40,35,49,109,182,35,86,248,200,38,34,78,177,42,192,0,146,45,106,241,211,49,110,197,203,51,63,9,230,54,96,159,71,54,152,206,130,59,67,200,2,63,138,73,108,64,250,170,95,65,185,253,141,69,108,21,203,78,213,103,218,79,224,69,119,79,224,69,119,82,24,84,179,95,107,105,221,98,51,127,245,98,77,38,68,98,85,65,193,110,162,162,21,117,202,169,241,119,237,20,188,135,80,71,89,144,254,180,80,145,131,69,3,148,125,3,86,151,198,158,108,167,41,23,116,181,80,31,231,182,131,20,162,191,33,52,175,199,95,159,110,204,216,243,200,216,133,136,37,219,107,29,180,222,128,122,73,227,142,132,61,228,38,67,18,230,77,228,8,235,152,40,123,252,71,25,97,254,0,188,122,254,191,134,127,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,17,35,99,111,111,107,105,101,45,115,105,116,101,45,108,111,99,107,2,1,32,39,23,18,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,32,39,23,18,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,20,46,102,117,110,100,111,45,97,118,105,115,111,45,99,111,111,107,105,101,115,2,1,181,206,47,221,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,181,206,47,221,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,16,1,31,35,99,111,111,107,105,101,95,99,111,110,115,101,110,116,95,109,97,110,97,103,101,114,95,119,114,97,112,112,101,114,2,2,123,111,109,22,189,128,66,86,0,8,1,8,46,100,105,109,109,101,114,50,2,2,123,111,109,22,189,128,66,86,0,2,1,28,114,99,44,32,100,105,109,109,101,114,97,99,116,105,118,101,44,32,98,111,100,121,44,32,115,116,97,121,2,2,123,111,109,22,189,128,66,86,0,8,1,24,46,99,111,111,107,105,101,45,98,97,110,110,101,114,45,99,111,110,116,97,105,110,101,114,2,1,27,114,45,185,0,8,1,30,46,99,111,111,107,105,101,45,98,97,110,110,101,114,45,111,118,101,114,108,97,121,45,98,108,111,99,107,101,114,2,1,27,114,45,185,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,27,114,45,185,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,13,46,105,102,54,95,101,112,114,105,118,97,99,121,2,112,1,82,41,123,3,27,36,141,5,219,216,71,8,215,113,54,11,220,138,68,16,250,181,34,18,248,59,236,26,144,248,20,26,241,2,151,27,113,244,43,27,114,184,10,27,121,68,6,27,122,130,42,29,13,217,193,33,114,179,149,33,144,34,217,38,157,23,69,40,20,236,210,42,176,160,143,43,57,97,182,48,240,126,0,50,203,221,207,51,90,188,155,55,185,90,146,55,192,206,14,58,90,4,206,58,150,200,94,59,226,190,235,65,25,224,123,67,255,201,104,70,151,33,102,75,68,99,109,78,43,28,93,80,107,167,32,81,187,240,186,82,133,4,229,84,5,142,130,90,24,229,87,105,77,137,204,108,144,30,234,110,248,5,10,112,18,81,203,114,233,1,182,116,66,32,109,119,177,89,109,120,87,158,24,132,207,93,121,133,185,128,26,136,151,204,1,141,36,228,4,141,113,251,186,142,166,200,75,146,73,176,224,147,130,77,219,147,218,184,204,149,35,34,202,155,202,82,81,156,30,33,160,159,192,81,30,160,10,213,216,169,186,63,182,170,166,144,165,172,177,145,161,173,117,29,250,174,131,63,87,174,239,115,104,176,92,52,169,178,45,3,2,188,216,58,167,189,143,212,108,190,40,66,58,190,138,22,2,191,127,111,216,192,128,113,212,192,244,153,25,195,36,77,67,195,223,100,207,196,11,177,160,198,236,114,17,199,252,83,114,211,13,216,84,214,241,186,195,215,220,19,146,217,83,6,152,223,45,106,135,224,246,203,17,225,234,62,91,226,200,2,195,228,165,76,93,236,58,216,161,236,208,74,121,237,125,231,153,240,92,46,49,241,60,47,243,242,214,155,107,242,231,32,44,244,53,252,17,244,86,215,19,245,91,205,76,245,248,112,26,246,189,241,122,247,119,122,87,247,130,179,49,247,130,179,55,247,130,179,132,247,130,180,191,247,240,139,152,248,93,96,194,249,111,28,241,250,192,4,73,251,131,34,161,255,63,65,94,0,0,5,9,98,111,100,121,44,104,116,109,108,2,112,1,82,41,123,3,27,36,141,5,219,216,71,8,215,113,54,11,220,138,68,16,250,181,34,18,248,59,236,26,144,248,20,26,241,2,151,27,113,244,43,27,114,184,10,27,121,68,6,27,122,130,42,29,13,217,193,33,114,179,149,33,144,34,217,38,157,23,69,40,20,236,210,42,176,160,143,43,57,97,182,48,240,126,0,50,203,221,207,51,90,188,155,55,185,90,146,55,192,206,14,58,90,4,206,58,150,200,94,59,226,190,235,65,25,224,123,67,255,201,104,70,151,33,102,75,68,99,109,78,43,28,93,80,107,167,32,81,187,240,186,82,133,4,229,84,5,142,130,90,24,229,87,105,77,137,204,108,144,30,234,110,248,5,10,112,18,81,203,114,233,1,182,116,66,32,109,119,177,89,109,120,87,158,24,132,207,93,121,133,185,128,26,136,151,204,1,141,36,228,4,141,113,251,186,142,166,200,75,146,73,176,224,147,130,77,219,147,218,184,204,149,35,34,202,155,202,82,81,156,30,33,160,159,192,81,30,160,10,213,216,169,186,63,182,170,166,144,165,172,177,145,161,173,117,29,250,174,131,63,87,174,239,115,104,176,92,52,169,178,45,3,2,188,216,58,167,189,143,212,108,190,40,66,58,190,138,22,2,191,127,111,216,192,128,113,212,192,244,153,25,195,36,77,67,195,223,100,207,196,11,177,160,198,236,114,17,199,252,83,114,211,13,216,84,214,241,186,195,215,220,19,146,217,83,6,152,223,45,106,135,224,246,203,17,225,234,62,91,226,200,2,195,228,165,76,93,236,58,216,161,236,208,74,121,237,125,231,153,240,92,46,49,241,60,47,243,242,214,155,107,242,231,32,44,244,53,252,17,244,86,215,19,245,91,205,76,245,248,112,26,246,189,241,122,247,119,122,87,247,130,179,49,247,130,179,55,247,130,179,132,247,130,180,191,247,240,139,152,248,93,96,194,249,111,28,241,250,192,4,73,251,131,34,161,255,63,65,94,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,18,46,100,119,97,45,99,109,115,45,117,105,45,99,111,111,107,105,101,2,2,16,207,229,24,210,189,201,44,0,0,5,9,98,111,100,121,44,104,116,109,108,2,2,16,207,229,24,210,189,201,44,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,5,35,114,103,112,100,2,7,24,118,23,123,95,100,110,177,114,119,73,5,134,70,77,7,142,231,100,210,182,131,79,208,212,166,60,98,0,0,5,9,98,111,100,121,44,104,116,109,108,2,7,24,118,23,123,95,100,110,177,114,119,73,5,134,70,77,7,142,231,100,210,182,131,79,208,212,166,60,98,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,16,35,97,120,101,112,116,105,111,95,111,118,101,114,108,97,121,2,1,175,255,55,220,0,8,1,39,46,97,120,101,112,116,105,111,95,119,105,100,103,101,116,91,100,97,116,97,45,115,101,114,118,105,99,101,61,34,99,111,111,107,105,101,115,34,93,2,1,175,255,55,220,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,175,255,55,220,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,13,35,114,111,100,111,83,99,114,101,101,110,66,103,2,2,91,80,194,97,201,251,87,207,0,16,1,22,35,99,111,111,107,105,101,99,111,110,115,101,110,116,45,111,118,101,114,108,97,121,2,4,8,220,31,26,51,118,176,188,114,171,68,104,242,81,140,25,0,8,1,25,46,99,111,111,107,105,101,45,112,114,101,102,101,114,101,110,99,101,115,45,102,111,114,109,115,2,1,5,42,78,133,0,0,5,4,98,111,100,121,2,1,5,42,78,133,79,112,111,115,105,116,105,111,110,58,32,115,116,97,116,105,99,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,119,105,100,116,104,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,13,35,99,111,111,107,105,101,78,111,116,105,99,101,2,1,126,53,81,184,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,1,126,53,81,184,0,0,5,4,98,111,100,121,2,1,126,53,81,184,79,112,111,115,105,116,105,111,110,58,32,115,116,97,116,105,99,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,119,105,100,116,104,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,21,46,99,45,99,111,111,107,105,101,45,112,114,101,102,101,114,101,110,99,101,115,2,1,237,70,100,249,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,237,70,100,249,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,23,46,99,111,111,107,105,101,45,105,110,113,117,105,114,121,45,119,114,97,112,112,101,114,2,24,13,106,177,142,19,227,211,41,29,69,63,27,30,46,181,135,65,140,137,34,84,119,241,68,85,56,39,62,90,221,124,247,94,40,161,29,96,197,92,91,116,146,203,12,140,63,38,230,145,114,112,0,146,17,203,245,147,200,115,85,149,77,223,223,149,118,124,15,150,95,124,135,168,106,93,71,184,13,171,105,190,228,15,124,212,106,195,1,242,208,151,191,253,246,48,195,0,0,5,9,98,111,100,121,44,104,116,109,108,2,24,13,106,177,142,19,227,211,41,29,69,63,27,30,46,181,135,65,140,137,34,84,119,241,68,85,56,39,62,90,221,124,247,94,40,161,29,96,197,92,91,116,146,203,12,140,63,38,230,145,114,112,0,146,17,203,245,147,200,115,85,149,77,223,223,149,118,124,15,150,95,124,135,168,106,93,71,184,13,171,105,190,228,15,124,212,106,195,1,242,208,151,191,253,246,48,195,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,23,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,111,118,101,114,108,97,121,2,2,79,252,136,87,161,99,183,115,0,0,5,4,98,111,100,121,2,2,79,252,136,87,161,99,183,115,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,22,46,99,111,111,107,105,101,45,98,97,110,110,101,114,45,119,114,97,112,112,101,114,2,61,11,39,255,49,12,192,190,70,13,234,247,245,16,68,113,63,18,116,67,118,22,99,62,197,23,243,73,104,24,239,33,33,27,209,164,197,32,183,165,232,38,47,171,242,44,223,151,227,58,47,220,187,60,8,166,112,60,18,113,29,60,151,115,21,60,233,54,203,67,239,56,30,70,193,69,103,71,47,237,44,71,236,201,85,75,74,16,130,77,84,214,135,77,196,61,43,79,66,212,167,86,110,194,108,92,146,147,230,95,199,252,73,100,56,166,212,101,129,164,30,103,0,172,61,104,65,78,149,104,120,43,231,108,240,74,126,121,207,97,196,125,166,102,37,131,248,184,224,134,106,194,165,135,164,18,132,139,96,44,66,144,56,37,205,149,49,200,215,154,131,253,26,156,225,14,228,162,142,14,64,163,26,92,85,163,60,199,97,165,105,89,131,169,168,196,56,171,139,38,215,184,122,49,213,185,38,82,91,186,10,114,31,187,129,193,117,189,210,155,235,198,219,125,109,217,61,118,179,219,213,93,252,221,220,244,86,237,69,69,161,248,224,130,50,0,0,5,9,98,111,100,121,44,104,116,109,108,2,61,11,39,255,49,12,192,190,70,13,234,247,245,16,68,113,63,18,116,67,118,22,99,62,197,23,243,73,104,24,239,33,33,27,209,164,197,32,183,165,232,38,47,171,242,44,223,151,227,58,47,220,187,60,8,166,112,60,18,113,29,60,151,115,21,60,233,54,203,67,239,56,30,70,193,69,103,71,47,237,44,71,236,201,85,75,74,16,130,77,84,214,135,77,196,61,43,79,66,212,167,86,110,194,108,92,146,147,230,95,199,252,73,100,56,166,212,101,129,164,30,103,0,172,61,104,65,78,149,104,120,43,231,108,240,74,126,121,207,97,196,125,166,102,37,131,248,184,224,134,106,194,165,135,164,18,132,139,96,44,66,144,56,37,205,149,49,200,215,154,131,253,26,156,225,14,228,162,142,14,64,163,26,92,85,163,60,199,97,165,105,89,131,169,168,196,56,171,139,38,215,184,122,49,213,185,38,82,91,186,10,114,31,187,129,193,117,189,210,155,235,198,219,125,109,217,61,118,179,219,213,93,252,221,220,244,86,237,69,69,161,248,224,130,50,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,22,46,97,114,99,116,105,99,109,111,100,97,108,45,99,111,110,116,97,105,110,101,114,2,1,135,132,167,38,0,8,1,20,46,97,114,99,116,105,99,109,111,100,97,108,45,111,118,101,114,108,97,121,2,1,135,132,167,38,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,135,132,167,38,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,14,46,109,111,100,97,108,45,99,111,111,107,105,101,115,2,3,10,137,70,225,125,179,145,30,231,211,85,76,0,0,5,9,98,111,100,121,44,104,116,109,108,2,3,10,137,70,225,125,179,145,30,231,211,85,76,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,14,35,111,98,99,111,111,107,105,101,115,95,98,111,120,2,1,38,215,1,196,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,38,215,1,196,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,12,35,99,111,111,107,105,101,115,50,48,50,48,2,13,1,0,57,6,8,13,230,21,10,124,19,176,20,24,188,231,24,102,205,15,62,170,46,60,137,216,188,183,151,58,45,192,152,143,105,73,196,117,70,177,239,203,27,114,241,167,6,204,250,54,46,111,0,16,1,19,35,99,111,111,107,105,101,115,50,48,50,48,111,118,101,114,108,97,121,2,13,1,0,57,6,8,13,230,21,10,124,19,176,20,24,188,231,24,102,205,15,62,170,46,60,137,216,188,183,151,58,45,192,152,143,105,73,196,117,70,177,239,203,27,114,241,167,6,204,250,54,46,111,0,0,5,9,98,111,100,121,44,104,116,109,108,2,13,1,0,57,6,8,13,230,21,10,124,19,176,20,24,188,231,24,102,205,15,62,170,46,60,137,216,188,183,151,58,45,192,152,143,105,73,196,117,70,177,239,203,27,114,241,167,6,204,250,54,46,111,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,14,35,112,100,99,99,45,109,111,100,97,108,45,98,103,2,49,2,108,52,104,3,43,89,84,4,12,193,45,10,10,210,7,12,33,92,194,13,53,123,192,13,251,54,170,14,214,4,60,22,60,211,236,26,162,171,145,28,235,178,164,39,138,70,171,45,65,255,8,47,242,113,140,49,78,149,254,65,235,159,214,68,37,235,11,77,173,0,169,87,130,15,137,112,23,162,26,112,225,45,132,116,169,70,220,124,86,154,124,139,144,105,206,142,63,39,233,144,123,219,41,149,118,238,138,150,132,153,80,152,6,233,213,157,118,15,202,159,132,2,65,165,125,166,55,167,73,124,130,174,203,184,149,183,155,209,199,187,145,38,152,187,156,133,181,188,2,176,239,188,67,145,44,189,43,94,21,190,188,162,128,202,93,238,167,209,190,153,123,219,28,128,114,233,218,223,130,234,95,119,191,239,33,178,141,242,22,243,238,244,148,242,160,0,0,5,9,98,111,100,121,44,104,116,109,108,2,49,2,108,52,104,3,43,89,84,4,12,193,45,10,10,210,7,12,33,92,194,13,53,123,192,13,251,54,170,14,214,4,60,22,60,211,236,26,162,171,145,28,235,178,164,39,138,70,171,45,65,255,8,47,242,113,140,49,78,149,254,65,235,159,214,68,37,235,11,77,173,0,169,87,130,15,137,112,23,162,26,112,225,45,132,116,169,70,220,124,86,154,124,139,144,105,206,142,63,39,233,144,123,219,41,149,118,238,138,150,132,153,80,152,6,233,213,157,118,15,202,159,132,2,65,165,125,166,55,167,73,124,130,174,203,184,149,183,155,209,199,187,145,38,152,187,156,133,181,188,2,176,239,188,67,145,44,189,43,94,21,190,188,162,128,202,93,238,167,209,190,153,123,219,28,128,114,233,218,223,130,234,95,119,191,239,33,178,141,242,22,243,238,244,148,242,160,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,14,35,118,116,45,99,111,111,107,105,101,45,98,111,120,2,31,1,45,169,174,1,187,108,11,6,238,240,79,19,107,135,248,58,81,62,211,69,98,104,14,83,25,120,173,86,248,250,166,88,241,47,2,97,227,43,71,99,52,188,5,99,207,37,25,100,3,51,174,100,121,203,54,111,122,140,60,111,178,114,195,112,18,226,53,118,90,145,58,132,254,82,10,136,73,23,255,142,147,175,41,160,69,224,188,167,225,173,169,189,39,246,13,194,48,29,146,198,61,200,245,209,136,53,215,211,17,217,254,216,114,85,31,225,60,7,150,240,1,87,163,0,0,5,9,98,111,100,121,44,104,116,109,108,2,31,1,45,169,174,1,187,108,11,6,238,240,79,19,107,135,248,58,81,62,211,69,98,104,14,83,25,120,173,86,248,250,166,88,241,47,2,97,227,43,71,99,52,188,5,99,207,37,25,100,3,51,174,100,121,203,54,111,122,140,60,111,178,114,195,112,18,226,53,118,90,145,58,132,254,82,10,136,73,23,255,142,147,175,41,160,69,224,188,167,225,173,169,189,39,246,13,194,48,29,146,198,61,200,245,209,136,53,215,211,17,217,254,216,114,85,31,225,60,7,150,240,1,87,163,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,15,46,97,110,116,45,109,111,100,97,108,45,114,111,111,116,2,1,59,138,86,169,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,59,138,86,169,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,2,1,23,115,101,116,45,99,111,111,107,105,101,44,32,109,114,109,95,103,100,112,114,44,32,49,2,2,98,236,90,94,242,231,141,90,0,2,1,39,115,101,116,45,99,111,111,107,105,101,44,32,110,101,99,101,115,115,97,114,121,95,99,111,110,115,101,110,116,44,32,97,99,99,101,112,116,101,100,2,2,98,236,90,94,242,231,141,90,0,16,1,23,35,99,111,111,107,105,101,115,45,102,108,111,119,45,99,111,110,116,97,105,110,101,114,2,6,48,81,93,225,154,28,85,15,178,164,98,157,196,84,214,84,229,22,97,244,247,29,20,126,0,0,5,9,98,111,100,121,44,104,116,109,108,2,6,48,81,93,225,154,28,85,15,178,164,98,157,196,84,214,84,229,22,97,244,247,29,20,126,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,16,1,14,35,99,111,111,107,105,101,45,115,111,102,116,101,114,2,40,13,189,216,145,15,127,176,29,27,120,55,145,32,207,85,213,43,220,2,28,45,62,163,76,47,76,185,27,53,123,239,54,63,54,208,56,63,173,58,244,65,217,43,126,67,233,73,220,68,143,144,101,68,238,188,245,76,206,101,67,84,49,85,194,86,37,218,167,92,180,70,54,94,174,93,105,104,161,249,64,115,244,163,79,117,199,28,134,122,17,18,127,126,175,97,2,131,10,245,74,138,204,22,210,141,73,133,249,150,87,64,85,152,141,252,87,154,58,28,169,161,226,185,209,163,1,186,196,164,68,124,113,180,188,120,142,186,183,209,61,189,49,99,66,190,39,51,85,205,26,207,151,233,68,91,125,233,95,91,1,0,0,5,9,98,111,100,121,44,104,116,109,108,2,40,13,189,216,145,15,127,176,29,27,120,55,145,32,207,85,213,43,220,2,28,45,62,163,76,47,76,185,27,53,123,239,54,63,54,208,56,63,173,58,244,65,217,43,126,67,233,73,220,68,143,144,101,68,238,188,245,76,206,101,67,84,49,85,194,86,37,218,167,92,180,70,54,94,174,93,105,104,161,249,64,115,244,163,79,117,199,28,134,122,17,18,127,126,175,97,2,131,10,245,74,138,204,22,210,141,73,133,249,150,87,64,85,152,141,252,87,154,58,28,169,161,226,185,209,163,1,186,196,164,68,124,113,180,188,120,142,186,183,209,61,189,49,99,66,190,39,51,85,205,26,207,151,233,68,91,125,233,95,91,1,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,4,46,99,104,50,2,2,126,86,163,9,193,134,245,146,0,0,5,4,98,111,100,121,2,2,126,86,163,9,193,134,245,146,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,15,46,115,99,114,101,101,110,45,98,108,111,99,107,101,114,2,7,73,85,226,132,78,154,212,75,98,149,75,45,125,34,162,173,130,26,191,37,205,202,243,33,221,114,29,21,0,0,5,9,98,111,100,121,44,104,116,109,108,2,7,73,85,226,132,78,154,212,75,98,149,75,45,125,34,162,173,130,26,191,37,205,202,243,33,221,114,29,21,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,5,46,114,111,100,111,2,4,86,243,232,61,96,233,91,133,134,252,68,85,161,183,198,226,0,0,5,9,98,111,100,121,44,104,116,109,108,2,4,86,243,232,61,96,233,91,133,134,252,68,85,161,183,198,226,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,7,46,114,101,118,101,97,108,2,1,135,71,84,220,0,8,1,15,46,114,101,118,101,97,108,45,111,118,101,114,108,97,121,2,9,5,196,192,47,28,191,103,143,44,54,203,97,48,28,57,224,91,38,181,6,102,149,212,145,135,71,84,220,179,44,222,205,202,52,183,244,0,0,5,9,98,111,100,121,44,104,116,109,108,2,9,5,196,192,47,28,191,103,143,44,54,203,97,48,28,57,224,91,38,181,6,102,149,212,145,135,71,84,220,179,44,222,205,202,52,183,244,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,17,35,99,111,111,107,105,101,110,111,116,105,99,101,95,98,111,120,2,1,150,163,11,82,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,150,163,11,82,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,2,1,53,115,101,116,45,99,111,111,107,105,101,44,32,99,107,105,101,115,95,103,111,111,103,108,101,95,97,110,97,108,121,116,105,99,115,44,32,100,101,110,121,44,32,44,32,114,101,108,111,97,100,44,32,49,2,7,20,139,148,117,76,16,167,120,142,247,116,181,210,167,50,207,215,138,182,77,233,222,152,84,233,222,152,84,0,2,1,38,115,101,116,45,99,111,111,107,105,101,44,32,99,107,105,101,115,95,102,97,99,101,98,111,111,107,95,112,105,120,101,108,44,32,100,101,110,121,2,5,20,139,148,117,76,16,167,120,215,138,182,77,233,222,152,84,233,222,152,84,0,2,1,40,115,101,116,45,99,111,111,107,105,101,44,32,99,107,105,101,115,95,119,101,98,95,115,116,111,114,101,95,115,116,97,116,101,44,32,97,108,108,111,119,2,6,20,139,148,117,76,16,167,120,142,247,116,181,215,138,182,77,233,222,152,84,233,222,152,84,0,2,1,31,115,101,116,45,99,111,111,107,105,101,44,32,99,107,105,101,115,95,112,97,121,112,97,108,44,32,97,108,108,111,119,2,5,20,139,148,117,76,16,167,120,215,138,182,77,233,222,152,84,233,222,152,84,0,2,1,31,115,101,116,45,99,111,111,107,105,101,44,32,99,107,105,101,115,95,115,116,114,105,112,101,44,32,97,108,108,111,119,2,6,20,139,148,117,76,16,167,120,142,247,116,181,215,138,182,77,233,222,152,84,233,222,152,84,0,2,1,35,115,101,116,45,99,111,111,107,105,101,44,32,99,107,105,101,115,95,99,108,111,117,100,102,108,97,114,101,44,32,97,108,108,111,119,2,7,20,139,148,117,76,16,167,120,142,247,116,181,210,167,50,207,215,138,182,77,233,222,152,84,233,222,152,84,0,2,1,37,115,101,116,45,99,111,111,107,105,101,44,32,99,107,105,101,115,95,102,97,99,101,98,111,111,107,95,112,111,115,116,44,32,100,101,110,121,2,1,20,139,148,117,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,99,107,105,101,115,95,121,111,117,116,117,98,101,44,32,97,108,108,111,119,2,1,20,139,148,117,0,2,1,30,115,101,116,45,99,111,111,107,105,101,44,32,99,107,105,101,115,95,105,116,117,110,101,115,44,32,100,101,110,121,2,1,20,139,148,117,0,2,1,37,115,101,116,45,99,111,111,107,105,101,44,32,99,107,105,101,115,95,103,111,111,103,108,101,95,97,100,115,95,99,116,44,32,100,101,110,121,2,1,76,16,167,120,0,2,1,35,115,101,116,45,99,111,111,107,105,101,44,32,99,107,105,101,115,95,116,105,107,116,111,107,95,112,111,115,116,44,32,100,101,110,121,2,1,76,16,167,120,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,99,107,105,101,115,95,121,111,117,116,117,98,101,44,32,97,108,108,111,119,2,1,76,16,167,120,0,2,1,38,115,101,116,45,99,111,111,107,105,101,44,32,99,107,105,101,115,95,121,111,117,116,117,98,101,95,118,105,100,101,111,44,32,97,108,108,111,119,2,1,76,16,167,120,0,16,1,9,35,98,97,99,107,100,114,111,112,2,6,36,34,110,140,45,224,129,40,71,43,27,64,131,11,140,21,166,200,17,177,226,170,110,0,0,0,5,9,98,111,100,121,44,104,116,109,108,2,6,36,34,110,140,45,224,129,40,71,43,27,64,131,11,140,21,166,200,17,177,226,170,110,0,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,22,46,97,109,103,100,112,114,106,115,45,98,97,114,45,116,101,109,112,108,97,116,101,2,1,148,182,65,244,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,148,182,65,244,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,12,35,99,111,111,107,105,101,77,111,100,97,108,2,5,15,68,35,37,45,241,101,23,65,237,76,156,74,142,133,39,107,188,188,57,0,0,5,9,98,111,100,121,44,104,116,109,108,2,5,15,68,35,37,45,241,101,23,65,237,76,156,74,142,133,39,107,188,188,57,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,19,46,115,103,112,98,45,112,111,112,117,112,45,111,118,101,114,108,97,121,2,1,65,195,229,147,0,8,1,35,46,115,103,112,98,45,112,111,112,117,112,45,100,105,97,108,111,103,45,109,97,105,110,45,100,105,118,45,119,114,97,112,112,101,114,2,1,65,195,229,147,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,65,195,229,147,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,12,46,103,100,112,114,79,118,101,114,108,97,121,2,3,84,32,95,63,186,20,91,46,206,124,178,18,0,8,1,14,46,99,111,111,107,105,101,115,83,112,108,97,115,104,2,3,84,32,95,63,186,20,91,46,206,124,178,18,0,8,1,7,46,99,111,111,107,105,101,2,2,162,89,222,196,255,241,28,9,0,0,5,4,98,111,100,121,2,2,162,89,222,196,255,241,28,9,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,23,46,99,111,111,107,105,101,45,109,111,100,97,108,45,99,111,110,116,97,105,110,101,114,2,1,86,207,192,102,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,1,86,207,192,102,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,86,207,192,102,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,13,46,99,111,111,107,105,101,45,109,111,100,97,108,2,3,33,53,164,31,84,162,152,218,132,22,235,0,0,0,5,9,98,111,100,121,44,104,116,109,108,2,3,33,53,164,31,84,162,152,218,132,22,235,0,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,15,35,98,97,110,110,101,114,45,112,114,105,118,97,99,121,2,1,35,44,123,182,0,8,1,21,46,97,98,102,45,110,111,45,99,111,111,107,105,101,58,58,97,102,116,101,114,2,1,35,44,123,182,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,35,44,123,182,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,13,46,99,111,111,107,105,101,45,109,111,100,97,108,2,1,139,97,60,187,0,8,1,8,46,111,118,101,114,108,97,121,2,1,139,97,60,187,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,139,97,60,187,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,21,35,80,114,105,118,97,99,121,67,97,116,101,103,111,114,121,65,108,101,114,116,2,3,115,161,156,176,115,189,155,54,162,20,6,229,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,3,115,161,156,176,115,189,155,54,162,20,6,229,0,0,5,9,98,111,100,121,44,104,116,109,108,2,3,115,161,156,176,115,189,155,54,162,20,6,229,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,0,1,23,100,105,118,91,99,108,97,115,115,94,61,34,67,111,111,107,105,101,66,97,110,34,93,2,2,121,213,33,250,148,184,166,236,0,0,5,4,98,111,100,121,2,2,121,213,33,250,148,184,166,236,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,8,35,111,118,101,114,108,97,121,2,3,48,90,34,75,228,57,255,40,245,208,210,181,0,0,5,9,98,111,100,121,44,104,116,109,108,2,3,48,90,34,75,228,57,255,40,245,208,210,181,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,11,35,99,111,111,107,105,101,78,111,116,101,2,4,68,205,38,72,162,11,86,207,221,221,154,68,225,236,198,206,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,4,68,205,38,72,162,11,86,207,221,221,154,68,225,236,198,206,0,0,5,9,98,111,100,121,44,104,116,109,108,2,4,68,205,38,72,162,11,86,207,221,221,154,68,225,236,198,206,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,22,46,99,111,111,107,105,101,115,45,119,105,100,103,101,116,45,45,108,105,103,104,116,2,27,19,37,150,158,22,7,123,44,22,68,149,9,23,75,189,25,57,39,89,116,57,213,113,2,85,217,31,241,90,215,2,85,110,1,139,15,112,164,241,104,129,40,250,238,134,62,250,202,143,252,162,204,160,180,62,122,175,70,139,243,191,164,233,162,194,132,93,79,209,104,165,188,211,5,110,222,211,172,150,198,215,55,76,199,215,55,76,199,219,175,147,180,221,126,218,241,233,27,167,19,244,140,26,218,250,79,248,37,0,0,5,9,98,111,100,121,44,104,116,109,108,2,27,19,37,150,158,22,7,123,44,22,68,149,9,23,75,189,25,57,39,89,116,57,213,113,2,85,217,31,241,90,215,2,85,110,1,139,15,112,164,241,104,129,40,250,238,134,62,250,202,143,252,162,204,160,180,62,122,175,70,139,243,191,164,233,162,194,132,93,79,209,104,165,188,211,5,110,222,211,172,150,198,215,55,76,199,215,55,76,199,219,175,147,180,221,126,218,241,233,27,167,19,244,140,26,218,250,79,248,37,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,0,1,24,100,105,118,91,105,100,42,61,34,95,109,111,100,97,108,95,111,117,116,101,114,95,34,93,2,8,24,62,229,223,44,44,107,154,91,151,111,44,116,101,163,25,117,39,242,156,143,228,202,36,182,118,148,224,216,248,161,23,0,0,5,9,98,111,100,121,44,104,116,109,108,2,8,24,62,229,223,44,44,107,154,91,151,111,44,116,101,163,25,117,39,242,156,143,228,202,36,182,118,148,224,216,248,161,23,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,21,35,103,100,112,114,67,111,111,107,105,101,66,97,114,79,118,101,114,108,97,121,2,5,10,64,66,88,83,49,28,209,84,128,212,251,103,148,160,109,134,197,35,186,0,0,5,9,98,111,100,121,44,104,116,109,108,2,5,10,64,66,88,83,49,28,209,84,128,212,251,103,148,160,109,134,197,35,186,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,25,35,119,115,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,119,105,100,103,101,116,2,16,10,230,170,136,50,5,162,245,56,231,99,247,66,237,181,17,71,151,204,212,74,217,46,165,93,193,14,166,97,89,124,179,127,160,110,151,138,204,104,34,143,39,210,128,143,43,86,129,168,158,117,154,175,18,113,66,206,169,127,90,212,83,113,37,0,0,5,4,98,111,100,121,2,16,10,230,170,136,50,5,162,245,56,231,99,247,66,237,181,17,71,151,204,212,74,217,46,165,93,193,14,166,97,89,124,179,127,160,110,151,138,204,104,34,143,39,210,128,143,43,86,129,168,158,117,154,175,18,113,66,206,169,127,90,212,83,113,37,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,20,46,99,111,111,107,105,101,45,98,97,110,110,101,114,45,109,111,100,97,108,2,3,38,85,218,87,152,76,8,77,233,168,213,124,0,0,5,4,98,111,100,121,2,3,38,85,218,87,152,76,8,77,233,168,213,124,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,20,35,99,111,111,107,105,101,45,98,97,110,110,101,114,45,109,111,100,97,108,2,2,91,131,233,116,175,4,47,243,0,0,5,4,98,111,100,121,2,2,91,131,233,116,175,4,47,243,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,10,46,106,115,45,45,109,111,100,97,108,2,80,2,18,6,1,2,163,177,62,3,124,52,177,3,168,225,186,6,202,96,121,7,3,5,161,8,156,163,141,9,134,25,158,21,63,196,28,21,215,74,174,22,48,121,119,25,81,223,150,29,200,36,38,32,13,109,78,34,98,5,82,36,251,185,206,39,61,58,49,41,6,94,97,44,195,100,3,46,8,248,43,47,121,161,99,50,115,115,213,52,52,24,45,52,119,226,184,52,136,196,76,57,93,93,77,62,36,158,243,68,140,90,93,68,212,171,48,70,191,74,172,77,213,153,80,81,111,248,232,96,116,192,169,101,89,184,6,102,135,126,202,107,154,114,250,107,154,114,250,107,154,114,250,107,154,114,250,110,104,63,253,113,45,122,163,120,152,122,159,120,181,194,68,121,91,203,200,127,169,56,52,128,205,11,69,131,176,201,95,135,137,20,208,136,28,165,22,139,221,137,141,141,252,88,48,143,147,43,95,149,156,111,189,155,22,187,158,159,10,255,238,165,98,158,29,168,110,56,217,169,146,75,6,171,212,67,188,175,36,28,11,175,179,217,248,176,39,210,149,179,137,153,207,180,164,63,200,181,214,199,107,185,6,30,99,194,245,20,189,199,115,160,169,201,190,16,244,202,65,245,237,204,50,199,138,212,198,110,0,218,72,34,112,219,243,254,240,224,223,244,41,226,175,28,109,227,18,231,49,235,49,15,164,245,248,16,240,247,220,0,238,0,8,1,12,46,106,115,45,45,111,118,101,114,108,97,121,2,80,2,18,6,1,2,163,177,62,3,124,52,177,3,168,225,186,6,202,96,121,7,3,5,161,8,156,163,141,9,134,25,158,21,63,196,28,21,215,74,174,22,48,121,119,25,81,223,150,29,200,36,38,32,13,109,78,34,98,5,82,36,251,185,206,39,61,58,49,41,6,94,97,44,195,100,3,46,8,248,43,47,121,161,99,50,115,115,213,52,52,24,45,52,119,226,184,52,136,196,76,57,93,93,77,62,36,158,243,68,140,90,93,68,212,171,48,70,191,74,172,77,213,153,80,81,111,248,232,96,116,192,169,101,89,184,6,102,135,126,202,107,154,114,250,107,154,114,250,107,154,114,250,107,154,114,250,110,104,63,253,113,45,122,163,120,152,122,159,120,181,194,68,121,91,203,200,127,169,56,52,128,205,11,69,131,176,201,95,135,137,20,208,136,28,165,22,139,221,137,141,141,252,88,48,143,147,43,95,149,156,111,189,155,22,187,158,159,10,255,238,165,98,158,29,168,110,56,217,169,146,75,6,171,212,67,188,175,36,28,11,175,179,217,248,176,39,210,149,179,137,153,207,180,164,63,200,181,214,199,107,185,6,30,99,194,245,20,189,199,115,160,169,201,190,16,244,202,65,245,237,204,50,199,138,212,198,110,0,218,72,34,112,219,243,254,240,224,223,244,41,226,175,28,109,227,18,231,49,235,49,15,164,245,248,16,240,247,220,0,238,0,8,1,17,46,109,110,100,45,99,111,111,107,105,101,45,109,111,100,97,108,2,80,2,18,6,1,2,163,177,62,3,124,52,177,3,168,225,186,6,202,96,121,7,3,5,161,8,156,163,141,9,134,25,158,21,63,196,28,21,215,74,174,22,48,121,119,25,81,223,150,29,200,36,38,32,13,109,78,34,98,5,82,36,251,185,206,39,61,58,49,41,6,94,97,44,195,100,3,46,8,248,43,47,121,161,99,50,115,115,213,52,52,24,45,52,119,226,184,52,136,196,76,57,93,93,77,62,36,158,243,68,140,90,93,68,212,171,48,70,191,74,172,77,213,153,80,81,111,248,232,96,116,192,169,101,89,184,6,102,135,126,202,107,154,114,250,107,154,114,250,107,154,114,250,107,154,114,250,110,104,63,253,113,45,122,163,120,152,122,159,120,181,194,68,121,91,203,200,127,169,56,52,128,205,11,69,131,176,201,95,135,137,20,208,136,28,165,22,139,221,137,141,141,252,88,48,143,147,43,95,149,156,111,189,155,22,187,158,159,10,255,238,165,98,158,29,168,110,56,217,169,146,75,6,171,212,67,188,175,36,28,11,175,179,217,248,176,39,210,149,179,137,153,207,180,164,63,200,181,214,199,107,185,6,30,99,194,245,20,189,199,115,160,169,201,190,16,244,202,65,245,237,204,50,199,138,212,198,110,0,218,72,34,112,219,243,254,240,224,223,244,41,226,175,28,109,227,18,231,49,235,49,15,164,245,248,16,240,247,220,0,238,0,0,5,9,98,111,100,121,44,104,116,109,108,2,80,2,18,6,1,2,163,177,62,3,124,52,177,3,168,225,186,6,202,96,121,7,3,5,161,8,156,163,141,9,134,25,158,21,63,196,28,21,215,74,174,22,48,121,119,25,81,223,150,29,200,36,38,32,13,109,78,34,98,5,82,36,251,185,206,39,61,58,49,41,6,94,97,44,195,100,3,46,8,248,43,47,121,161,99,50,115,115,213,52,52,24,45,52,119,226,184,52,136,196,76,57,93,93,77,62,36,158,243,68,140,90,93,68,212,171,48,70,191,74,172,77,213,153,80,81,111,248,232,96,116,192,169,101,89,184,6,102,135,126,202,107,154,114,250,107,154,114,250,107,154,114,250,107,154,114,250,110,104,63,253,113,45,122,163,120,152,122,159,120,181,194,68,121,91,203,200,127,169,56,52,128,205,11,69,131,176,201,95,135,137,20,208,136,28,165,22,139,221,137,141,141,252,88,48,143,147,43,95,149,156,111,189,155,22,187,158,159,10,255,238,165,98,158,29,168,110,56,217,169,146,75,6,171,212,67,188,175,36,28,11,175,179,217,248,176,39,210,149,179,137,153,207,180,164,63,200,181,214,199,107,185,6,30,99,194,245,20,189,199,115,160,169,201,190,16,244,202,65,245,237,204,145,52,33,212,198,110,0,218,72,34,112,219,243,254,240,224,223,244,41,226,175,28,109,227,18,231,49,235,49,15,164,245,248,16,240,247,220,0,238,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,28,35,99,111,111,107,105,101,45,98,97,110,110,101,114,46,99,111,111,107,105,101,45,98,97,110,110,101,114,2,35,1,173,95,59,9,205,216,89,31,162,97,198,34,77,120,188,36,57,50,65,36,76,36,150,50,149,135,136,58,140,94,217,68,208,65,98,83,87,45,26,94,231,27,82,96,128,68,163,99,77,76,116,123,194,221,212,132,25,5,193,145,3,47,128,148,160,121,117,177,238,57,215,178,148,173,226,180,68,107,86,183,246,105,50,192,38,162,77,200,83,31,19,204,43,243,246,210,175,158,152,217,25,224,109,223,132,35,32,224,80,165,162,233,150,216,237,239,31,207,249,243,248,134,70,245,19,10,7,245,96,144,255,245,170,87,17,253,17,5,151,0,0,5,9,98,111,100,121,44,104,116,109,108,2,35,1,173,95,59,9,205,216,89,31,162,97,198,34,77,120,188,36,57,50,65,36,76,36,150,50,149,135,136,58,140,94,217,68,208,65,98,83,87,45,26,94,231,27,82,96,128,68,163,99,77,76,116,123,194,221,212,132,25,5,193,145,3,47,128,148,160,121,117,177,238,57,215,178,148,173,226,180,68,107,86,183,246,105,50,192,38,162,77,200,83,31,19,204,43,243,246,210,175,158,152,217,25,224,109,223,132,35,32,224,80,165,162,233,150,216,237,239,31,207,249,243,248,134,70,245,19,10,7,245,96,144,255,245,170,87,17,253,17,5,151,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,21,46,109,111,100,97,108,45,99,97,99,115,112,45,112,111,115,105,116,105,111,110,2,1,179,160,169,189,0,8,1,21,46,109,111,100,97,108,45,99,97,99,115,112,45,98,97,99,107,100,114,111,112,2,1,179,160,169,189,0,0,5,4,104,116,109,108,2,1,179,160,169,189,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,25,46,99,111,111,107,105,101,45,119,114,97,112,112,101,114,45,99,111,110,116,97,105,110,101,114,2,1,71,76,29,1,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,71,76,29,1,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,18,35,116,97,114,116,101,97,117,99,105,116,114,111,110,82,111,111,116,2,2,39,209,196,53,154,166,145,127,0,0,5,9,98,111,100,121,44,104,116,109,108,2,2,39,209,196,53,154,166,145,127,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,9,27,122,30,105,52,239,58,65,76,58,14,223,82,220,111,191,166,60,238,192,196,121,241,166,197,6,87,245,231,112,234,117,242,231,129,145,0,16,1,16,35,99,111,111,107,105,101,109,97,110,45,109,111,100,97,108,2,9,27,122,30,105,52,239,58,65,76,58,14,223,82,220,111,191,166,60,238,192,196,121,241,166,197,6,87,245,231,112,234,117,242,231,129,145,0,0,5,4,98,111,100,121,2,9,27,122,30,105,52,239,58,65,76,58,14,223,82,220,111,191,166,60,238,192,196,121,241,166,197,6,87,245,231,112,234,117,242,231,129,145,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,6,46,109,111,100,97,108,2,15,7,8,15,228,30,164,191,17,30,248,7,116,88,87,43,38,99,193,233,223,139,246,254,63,150,52,1,76,179,20,4,226,186,229,168,25,187,74,254,74,190,147,250,16,198,40,104,251,223,28,198,235,235,107,12,61,237,168,21,29,0,16,1,20,35,103,100,112,114,95,99,111,111,107,105,101,45,111,118,101,114,108,97,121,2,1,58,254,112,108,0,16,1,22,35,103,100,112,114,95,99,111,111,107,105,101,45,109,97,105,110,87,114,97,112,112,2,1,58,254,112,108,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,58,254,112,108,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,12,35,106,115,45,99,99,45,109,111,100,97,108,2,1,179,177,248,90,0,0,5,4,98,111,100,121,2,1,179,177,248,90,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,24,46,106,115,45,111,45,112,97,103,101,95,95,103,100,112,114,45,111,118,101,114,108,97,121,2,30,4,82,133,126,7,229,243,218,13,245,207,122,44,35,154,13,46,38,152,223,49,191,48,68,49,192,100,99,52,94,58,128,54,214,136,245,84,1,135,70,90,86,183,117,100,24,47,22,107,32,220,108,111,96,242,73,118,221,109,183,138,134,171,224,143,211,47,7,144,148,214,115,148,247,155,239,151,252,172,31,161,140,64,241,173,37,214,227,183,147,101,123,186,229,3,224,196,140,53,254,216,104,177,124,217,46,82,76,219,84,3,167,229,246,25,144,235,52,88,73,0,0,5,4,98,111,100,121,2,30,4,82,133,126,7,229,243,218,13,245,207,122,44,35,154,13,46,38,152,223,49,191,48,68,49,192,100,99,52,94,58,128,54,214,136,245,84,1,135,70,90,86,183,117,100,24,47,22,107,32,220,108,111,96,242,73,118,221,109,183,138,134,171,224,143,211,47,7,144,148,214,115,148,247,155,239,151,252,172,31,161,140,64,241,173,37,214,227,183,147,101,123,186,229,3,224,196,140,53,254,216,104,177,124,217,46,82,76,219,84,3,167,229,246,25,144,235,52,88,73,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,20,46,122,107,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,2,2,107,170,87,134,164,96,9,228,0,0,5,9,98,111,100,121,44,104,116,109,108,2,2,107,170,87,134,164,96,9,228,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,31,35,106,115,45,109,111,100,101,114,110,45,99,111,111,107,105,101,45,109,111,100,97,108,45,119,114,97,112,112,101,114,2,1,27,96,158,31,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,27,96,158,31,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,12,46,112,117,109,45,111,118,101,114,108,97,121,2,2,147,175,19,128,247,38,65,144,0,0,5,9,98,111,100,121,44,104,116,109,108,2,2,147,175,19,128,247,38,65,144,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,12,46,106,115,45,45,111,118,101,114,108,97,121,2,9,7,3,5,161,14,211,138,243,49,188,57,48,68,131,245,77,94,197,19,250,98,100,139,82,152,106,168,241,202,201,155,73,223,250,243,134,0,0,5,9,98,111,100,121,44,104,116,109,108,2,9,7,3,5,161,14,211,138,243,49,188,57,48,68,131,245,77,94,197,19,250,98,100,139,82,152,106,168,241,202,201,155,73,223,250,243,134,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,14,46,109,111,100,97,108,45,45,99,111,111,107,105,101,2,1,79,195,119,237,0,8,1,12,46,106,115,45,45,111,118,101,114,108,97,121,2,1,79,195,119,237,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,79,195,119,237,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,9,46,115,110,111,111,112,45,99,99,2,4,27,116,234,188,66,249,189,62,166,80,179,59,184,76,213,17,0,2,1,32,114,99,44,32,115,110,111,111,112,45,109,111,100,97,108,45,111,112,101,110,44,32,98,111,100,121,44,32,115,116,97,121,2,4,27,116,234,188,66,249,189,62,166,80,179,59,184,76,213,17,0,8,1,10,46,106,115,45,45,109,111,100,97,108,2,5,2,12,87,97,6,45,185,93,134,31,215,31,188,105,9,161,242,231,28,120,0,8,1,12,46,106,115,45,45,111,118,101,114,108,97,121,2,5,2,12,87,97,6,45,185,93,134,31,215,31,188,105,9,161,242,231,28,120,0,0,5,9,98,111,100,121,44,104,116,109,108,2,5,2,12,87,97,6,45,185,93,134,31,215,31,188,105,9,161,242,231,28,120,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,14,46,77,117,105,65,108,101,114,116,45,114,111,111,116,2,1,11,187,171,193,0,0,5,4,104,116,109,108,2,1,11,187,171,193,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,29,46,77,117,105,68,105,97,108,111,103,45,114,111,111,116,46,77,117,105,77,111,100,97,108,45,114,111,111,116,2,8,16,56,150,171,41,64,174,80,46,247,77,62,83,157,71,152,101,214,4,222,145,18,68,144,168,17,239,193,210,41,232,31,0,0,5,4,104,116,109,108,2,8,16,56,150,171,41,64,174,80,46,247,77,62,83,157,71,152,101,214,4,222,145,18,68,144,168,17,239,193,210,41,232,31,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,15,46,106,115,45,99,111,111,107,105,101,45,119,97,108,108,2,1,14,108,84,199,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,14,108,84,199,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,21,35,99,111,111,107,105,101,115,67,111,110,115,101,110,116,68,105,97,108,111,103,2,16,7,110,50,48,19,94,26,192,20,86,157,97,34,49,200,161,68,143,65,222,92,87,155,84,108,16,106,22,122,180,217,252,128,81,229,59,134,120,30,4,148,253,49,121,153,102,140,26,154,117,89,105,175,51,204,61,176,16,164,232,212,229,203,7,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,16,7,110,50,48,19,94,26,192,20,86,157,97,34,49,200,161,68,143,65,222,92,87,155,84,108,16,106,22,122,180,217,252,128,81,229,59,134,120,30,4,148,253,49,121,153,102,140,26,154,117,89,105,175,51,204,61,176,16,164,232,212,229,203,7,0,0,5,9,98,111,100,121,44,104,116,109,108,2,16,7,110,50,48,19,94,26,192,20,86,157,97,34,49,200,161,68,143,65,222,92,87,155,84,108,16,106,22,122,180,217,252,128,81,229,59,134,120,30,4,148,253,49,121,153,102,140,26,154,117,89,105,175,51,204,61,176,16,164,232,212,229,203,7,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,6,46,108,97,121,101,114,2,17,0,56,17,3,15,173,68,122,38,185,94,71,54,247,250,173,77,73,160,171,86,214,61,194,100,15,47,11,114,99,149,166,120,172,184,18,126,133,32,134,129,180,186,179,130,134,128,141,152,45,38,189,169,149,178,23,187,22,34,60,222,166,145,53,253,118,198,42,0,8,1,21,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,119,105,100,103,101,116,2,17,0,56,17,3,15,173,68,122,38,185,94,71,54,247,250,173,77,73,160,171,86,214,61,194,100,15,47,11,114,99,149,166,120,172,184,18,126,133,32,134,129,180,186,179,130,134,128,141,152,45,38,189,169,149,178,23,187,22,34,60,222,166,145,53,253,118,198,42,0,16,1,8,35,111,118,101,114,108,97,121,2,17,0,56,17,3,15,173,68,122,38,185,94,71,54,247,250,173,77,73,160,171,86,214,61,194,100,15,47,11,114,99,149,166,120,172,184,18,126,133,32,134,129,180,186,179,130,134,128,141,152,45,38,189,169,149,178,23,187,22,34,60,222,166,145,53,253,118,198,42,0,0,5,9,98,111,100,121,44,104,116,109,108,2,17,0,56,17,3,15,173,68,122,38,185,94,71,54,247,250,173,77,73,160,171,86,214,61,194,100,15,47,11,114,99,149,166,120,172,184,18,126,133,32,134,129,180,186,179,130,134,128,141,152,45,38,189,169,149,178,23,187,22,34,60,222,166,145,53,253,118,198,42,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,15,46,103,100,112,114,45,99,111,109,112,111,110,101,110,116,2,1,160,110,94,109,0,0,5,4,98,111,100,121,2,1,160,110,94,109,79,112,111,115,105,116,105,111,110,58,32,115,116,97,116,105,99,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,119,105,100,116,104,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,5,46,118,101,105,108,2,1,48,212,100,5,0,0,5,4,98,111,100,121,2,1,48,212,100,5,79,112,111,115,105,116,105,111,110,58,32,115,116,97,116,105,99,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,119,105,100,116,104,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,20,46,99,111,111,107,105,101,45,110,111,116,105,102,121,95,95,119,114,97,112,2,1,31,238,151,43,0,0,5,4,98,111,100,121,2,1,31,238,151,43,79,112,111,115,105,116,105,111,110,58,32,115,116,97,116,105,99,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,119,105,100,116,104,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,0,0,1,22,100,105,118,46,116,118,112,45,99,111,111,107,105,101,45,111,118,101,114,108,97,121,2,4,2,155,167,176,44,44,189,181,190,81,52,51,192,64,29,227,0,0,5,4,104,116,109,108,2,4,2,155,167,176,44,44,189,181,190,81,52,51,192,64,29,227,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,18,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,118,50,2,13,21,68,152,244,43,75,242,97,46,24,37,180,51,194,100,167,86,225,51,122,93,66,176,82,131,63,36,204,132,80,35,201,152,75,82,8,205,193,203,5,220,113,115,95,254,26,46,71,254,151,145,105,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,13,21,68,152,244,43,75,242,97,46,24,37,180,51,194,100,167,86,225,51,122,93,66,176,82,131,63,36,204,132,80,35,201,152,75,82,8,205,193,203,5,220,113,115,95,254,26,46,71,254,151,145,105,0,0,5,4,98,111,100,121,2,13,21,68,152,244,43,75,242,97,46,24,37,180,51,194,100,167,86,225,51,122,93,66,176,82,131,63,36,204,132,80,35,201,152,75,82,8,205,193,203,5,220,113,115,95,254,26,46,71,254,151,145,105,79,112,111,115,105,116,105,111,110,58,32,115,116,97,116,105,99,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,119,105,100,116,104,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,18,35,95,95,98,110,97,45,99,109,112,45,100,105,115,112,108,97,121,2,1,158,144,57,176,0,0,5,4,98,111,100,121,2,1,158,144,57,176,79,112,111,115,105,116,105,111,110,58,32,115,116,97,116,105,99,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,119,105,100,116,104,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,0,0,1,9,99,107,112,108,45,119,101,98,99,2,2,24,194,238,2,67,32,123,89,0,0,5,9,98,111,100,121,44,104,116,109,108,2,2,24,194,238,2,67,32,123,89,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,18,46,99,111,111,107,105,101,115,102,117,108,108,83,99,114,101,101,110,2,1,162,16,129,26,0,0,5,4,98,111,100,121,2,1,162,16,129,26,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,12,46,102,99,95,117,110,100,101,114,108,97,121,2,1,27,105,94,103,0,8,1,10,46,102,99,95,100,105,97,108,111,103,2,1,27,105,94,103,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,27,105,94,103,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,5,18,46,99,111,111,107,105,101,67,111,110,115,101,110,116,82,111,111,116,2,1,144,118,8,194,31,116,114,97,110,115,102,111,114,109,58,32,115,99,97,108,101,40,48,41,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,13,46,106,115,45,99,111,111,107,105,101,98,111,120,2,1,16,250,104,175,0,2,1,32,114,99,44,32,105,115,45,98,108,117,114,114,101,100,45,99,111,111,107,105,101,98,111,120,44,32,44,32,115,116,97,121,2,1,16,250,104,175,0,16,1,16,35,101,110,115,80,114,105,118,97,99,121,66,108,111,99,107,2,1,69,185,139,196,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,69,185,139,196,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,9,46,100,97,116,97,104,105,110,116,2,1,144,157,209,45,0,8,1,24,46,106,115,45,111,45,112,97,103,101,95,95,103,100,112,114,45,111,118,101,114,108,97,121,2,1,5,221,85,194,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,5,221,85,194,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,0,1,30,91,99,108,97,115,115,42,61,34,77,111,100,97,108,95,95,83,109,111,107,101,83,99,114,101,101,110,45,34,93,2,1,152,53,204,197,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,152,53,204,197,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,27,46,99,99,45,116,104,101,109,101,45,99,108,97,115,115,105,99,46,99,99,45,119,105,110,100,111,119,2,1,130,26,65,11,0,16,1,17,35,112,97,110,100,101,99,116,101,115,45,98,97,110,110,101,114,2,1,130,26,65,11,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,130,26,65,11,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,18,46,99,99,45,119,105,110,100,111,119,45,98,108,111,99,107,101,114,2,1,222,37,222,30,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,222,37,222,30,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,17,35,99,111,110,115,101,110,116,45,116,114,97,99,107,105,110,103,2,1,222,173,36,74,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,1,222,173,36,74,0,8,1,5,46,118,101,105,108,2,1,222,173,36,74,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,222,173,36,74,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,23,46,105,110,104,111,117,115,101,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,2,1,227,16,141,17,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,227,16,141,17,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,0,5,9,98,111,100,121,44,104,116,109,108,2,9,42,152,81,28,76,231,164,35,77,5,73,20,169,191,112,73,170,89,153,47,178,83,49,126,223,102,183,7,248,120,153,241,252,3,227,143,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,9,46,106,115,45,111,116,115,100,107,2,17,53,112,120,177,58,154,133,213,66,86,225,164,67,254,42,73,96,237,135,13,133,57,54,247,139,70,176,148,140,68,5,87,150,39,218,20,157,163,18,74,163,170,54,241,165,76,152,60,177,164,15,217,185,128,231,149,199,226,50,176,224,208,166,178,234,246,57,82,0,0,5,9,98,111,100,121,44,104,116,109,108,2,17,53,112,120,177,58,154,133,213,66,86,225,164,67,254,42,73,96,237,135,13,133,57,54,247,139,70,176,148,140,68,5,87,150,39,218,20,157,163,18,74,163,170,54,241,165,76,152,60,177,164,15,217,185,128,231,149,199,226,50,176,224,208,166,178,234,246,57,82,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,16,35,99,111,110,115,101,110,116,45,109,97,110,97,103,101,114,2,1,33,143,119,215,0,2,1,38,114,99,44,32,99,111,110,115,101,110,116,45,109,97,110,97,103,101,114,45,45,112,111,112,117,112,44,32,98,111,100,121,44,32,115,116,97,121,2,1,33,143,119,215,0,2,1,36,114,99,44,32,99,111,110,115,101,110,116,45,109,97,110,97,103,101,114,45,111,112,101,110,44,32,98,111,100,121,44,32,115,116,97,121,2,1,33,143,119,215,0,8,1,6,46,109,111,100,97,108,2,1,3,28,179,34,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,1,3,28,179,34,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,3,28,179,34,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,14,46,112,111,112,105,110,45,111,118,101,114,108,97,121,2,1,204,146,28,220,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,204,146,28,220,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,17,35,99,98,45,99,111,111,107,105,101,111,118,101,114,108,97,121,2,1,214,154,181,5,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,214,154,181,5,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,24,46,99,111,111,107,105,101,106,115,45,98,97,110,110,101,114,45,119,114,97,112,112,101,114,2,1,243,130,87,95,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,1,243,130,87,95,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,243,130,87,95,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,14,35,99,111,111,107,105,101,115,45,97,108,101,114,116,2,1,175,24,246,39,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,175,24,246,39,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,16,1,17,35,99,111,111,107,105,101,110,111,116,105,99,101,95,98,111,120,2,40,1,82,80,4,3,16,138,211,6,127,202,253,13,142,181,177,15,67,226,154,16,179,192,72,27,124,54,219,46,103,110,95,46,224,70,253,48,97,209,232,67,20,134,197,67,101,228,248,69,254,73,6,74,169,238,197,80,205,166,108,89,93,237,136,109,112,246,21,109,184,30,114,115,72,103,9,138,26,216,54,138,176,42,71,144,175,229,75,155,193,42,30,163,59,15,205,181,238,176,165,190,247,139,215,191,23,154,53,200,28,123,123,211,214,192,126,212,242,153,190,214,4,16,139,220,226,40,61,226,214,22,66,227,203,121,63,228,79,175,249,237,27,61,118,242,231,107,32,242,231,107,32,249,17,116,18,250,34,112,245,0,0,5,9,98,111,100,121,44,104,116,109,108,2,40,1,82,80,4,3,16,138,211,6,127,202,253,13,142,181,177,15,67,226,154,16,179,192,72,27,124,54,219,46,103,110,95,46,224,70,253,48,97,209,232,67,20,134,197,67,101,228,248,69,254,73,6,74,169,238,197,80,205,166,108,89,93,237,136,109,112,246,21,109,184,30,114,115,72,103,9,138,26,216,54,138,176,42,71,144,175,229,75,155,193,42,30,163,59,15,205,181,238,176,165,190,247,139,215,191,23,154,53,200,28,123,123,211,214,192,126,212,242,153,190,214,4,16,139,220,226,40,61,226,214,22,66,227,203,121,63,228,79,175,249,237,27,61,118,242,231,107,32,242,231,107,32,249,17,116,18,250,34,112,245,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,13,46,99,111,111,107,105,101,45,109,111,100,97,108,2,3,65,195,9,55,158,107,109,120,241,176,218,254,0,8,1,9,46,98,103,45,109,111,100,97,108,2,3,65,195,9,55,158,107,109,120,241,176,218,254,0,0,5,9,104,116,109,108,44,98,111,100,121,2,3,65,195,9,55,158,107,109,120,241,176,218,254,79,112,111,115,105,116,105,111,110,58,32,115,116,97,116,105,99,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,119,105,100,116,104,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,25,46,99,111,111,107,105,101,45,98,97,110,110,101,114,45,102,117,108,108,115,99,114,101,101,110,2,1,215,22,237,142,0,0,5,9,104,116,109,108,44,98,111,100,121,2,1,215,22,237,142,79,112,111,115,105,116,105,111,110,58,32,115,116,97,116,105,99,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,119,105,100,116,104,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,0,2,1,32,114,99,44,32,122,112,45,103,116,109,45,115,99,114,105,112,116,115,45,45,98,108,117,114,44,32,44,32,115,116,97,121,2,1,84,112,72,53,0,8,1,29,46,122,112,45,103,116,109,45,115,99,114,105,112,116,115,45,109,111,100,97,108,45,119,114,97,112,112,101,114,2,1,84,112,72,53,0,16,1,13,35,114,111,100,111,45,109,101,115,115,97,103,101,2,2,38,189,162,206,55,67,199,7,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,2,38,189,162,206,55,67,199,7,0,0,5,9,98,111,100,121,44,104,116,109,108,2,2,38,189,162,206,55,67,199,7,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,16,46,99,111,111,107,105,101,95,95,111,118,101,114,108,97,121,2,1,55,13,181,72,0,8,1,7,46,99,111,111,107,105,101,2,1,55,13,181,72,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,55,13,181,72,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,13,35,99,111,111,107,105,101,66,97,110,110,101,114,2,1,179,59,83,173,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,1,179,59,83,173,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,179,59,83,173,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,18,46,98,97,115,101,45,109,111,100,97,108,45,100,105,97,108,111,103,2,1,42,195,149,251,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,42,195,149,251,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,18,46,99,104,50,45,100,105,97,108,111,103,45,98,111,116,116,111,109,2,1,67,90,183,114,0,8,1,14,46,99,104,50,45,99,111,110,116,97,105,110,101,114,2,1,67,90,183,114,0,0,5,4,98,111,100,121,2,1,67,90,183,114,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,11,46,99,99,45,119,114,97,112,112,101,114,2,1,126,23,141,159,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,126,23,141,159,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,15,35,112,114,105,118,97,99,121,45,119,105,110,100,111,119,2,1,144,84,182,119,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,144,84,182,119,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,28,46,100,45,103,116,109,45,115,99,114,105,112,116,115,45,109,111,100,97,108,45,119,114,97,112,112,101,114,2,2,3,86,133,11,36,80,170,114,0,8,1,11,46,99,99,45,111,118,101,114,108,97,121,2,1,220,8,51,157,0,16,1,13,35,107,111,101,107,106,101,87,105,100,103,101,116,2,1,244,181,82,109,0,2,1,16,114,99,44,32,100,111,116,115,44,32,44,32,115,116,97,121,2,1,244,181,82,109,0,8,1,19,46,108,116,97,45,99,111,111,107,105,101,115,45,98,97,110,110,101,114,2,1,246,19,7,90,0,2,1,30,114,99,44,32,99,111,111,107,105,101,115,45,109,111,100,97,108,45,111,112,101,110,44,32,44,32,115,116,97,121,2,1,246,19,7,90,0,8,1,19,46,77,111,100,97,108,95,109,111,100,97,108,95,95,106,90,82,66,102,2,1,0,153,223,227,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,0,153,223,227,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,14,46,99,111,111,107,105,101,115,45,109,111,100,97,108,2,1,214,180,245,85,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,214,180,245,85,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,5,35,103,112,100,114,2,1,214,214,28,112,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,214,214,28,112,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,15,46,99,111,111,107,105,101,115,45,98,97,110,110,101,114,2,1,44,185,42,47,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,44,185,42,47,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,8,46,107,108,103,48,103,114,51,2,1,161,43,10,53,0,8,1,8,46,107,108,103,48,103,114,54,2,1,161,43,10,53,0,0,5,4,98,111,100,121,2,1,161,43,10,53,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,0,5,1,42,2,1,161,43,10,53,75,102,105,108,116,101,114,58,32,110,111,110,101,32,33,105,109,112,111,114,116,97,110,116,59,111,112,97,99,105,116,121,58,49,32,33,105,109,112,111,114,116,97,110,116,59,112,111,105,110,116,101,114,45,101,118,101,110,116,115,58,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,8,1,11,46,109,111,100,97,108,45,114,103,112,100,2,1,145,165,79,170,0,2,1,23,114,99,44,32,111,118,101,114,108,97,121,44,32,98,111,100,121,44,32,115,116,97,121,2,1,145,165,79,170,0,16,1,24,35,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,101,120,116,101,110,100,101,100,2,1,5,112,30,41,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,5,112,30,41,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,16,46,65,80,95,109,111,100,45,98,109,45,108,97,121,101,114,2,1,244,234,116,8,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,244,234,116,8,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,20,35,105,110,116,101,114,79,112,97,99,105,100,97,100,67,111,111,107,105,101,2,1,148,18,138,105,0,8,1,17,46,100,109,95,99,111,111,107,105,101,115,95,99,111,110,116,50,2,1,148,18,138,105,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,148,18,138,105,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,29,35,104,101,97,100,108,101,115,115,117,105,45,100,105,97,108,111,103,45,111,118,101,114,108,97,121,45,49,57,2,1,99,138,62,39,0,16,1,21,35,104,101,97,100,108,101,115,115,117,105,45,100,105,97,108,111,103,45,49,55,2,1,99,138,62,39,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,99,138,62,39,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,8,1,23,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,98,108,97,110,107,101,116,2,1,130,108,79,107,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,130,108,79,107,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,0,1,23,103,108,45,109,97,110,97,103,101,45,99,111,111,107,105,101,115,45,109,111,100,97,108,2,1,229,14,188,94,0,0,5,9,104,116,109,108,44,98,111,100,121,2,1,229,14,188,94,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,0,1,30,100,105,118,91,99,108,97,115,115,94,61,34,115,116,121,108,101,115,95,95,79,118,101,114,108,97,121,45,34,93,2,1,24,34,91,32,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,24,34,91,32,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,8,46,108,111,103,111,98,97,114,2,1,126,183,54,85,0,0,5,4,98,111,100,121,2,1,126,183,54,85,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,15,46,109,111,100,97,108,45,99,111,110,115,101,110,116,115,2,19,3,175,39,97,5,67,90,3,11,36,193,8,18,179,233,245,41,3,1,159,56,237,175,40,82,178,228,175,83,143,98,173,91,74,45,171,117,87,241,204,126,22,69,154,128,225,153,135,158,147,196,162,195,59,149,180,199,215,101,23,213,213,21,137,227,223,238,168,230,56,156,39,247,19,184,162,0,8,1,24,46,119,105,116,104,45,98,108,117,114,114,101,100,45,98,97,99,107,103,114,111,117,110,100,2,18,3,175,39,97,5,67,90,3,11,36,193,8,18,179,233,245,41,3,1,159,56,237,175,40,82,178,228,175,83,143,98,173,91,74,45,171,117,87,241,204,126,22,69,154,128,225,153,135,195,59,149,180,199,215,101,23,213,213,21,137,227,223,238,168,230,56,156,39,247,19,184,162,0,8,1,17,46,101,45,115,99,114,101,101,110,45,111,118,101,114,108,97,121,2,18,3,175,39,97,5,67,90,3,11,36,193,8,18,179,233,245,41,3,1,159,56,237,175,40,82,178,228,175,83,143,98,173,91,74,45,171,117,87,241,204,126,22,69,154,128,225,153,135,195,59,149,180,199,215,101,23,213,213,21,137,227,223,238,168,230,56,156,39,247,19,184,162,0,8,1,26,46,101,45,99,111,110,115,101,110,116,115,45,97,108,101,114,116,95,95,119,114,97,112,112,101,114,2,18,3,175,39,97,5,67,90,3,11,36,193,8,18,179,233,245,41,3,1,159,56,237,175,40,82,178,228,175,83,143,98,173,91,74,45,171,117,87,241,204,126,22,69,154,128,225,153,135,195,59,149,180,199,215,101,23,213,213,21,137,227,223,238,168,230,56,156,39,247,19,184,162,0,0,5,9,98,111,100,121,44,104,116,109,108,2,18,3,175,39,97,5,67,90,3,11,36,193,8,18,179,233,245,41,3,1,159,56,237,175,40,82,178,228,175,83,143,98,173,91,74,45,171,117,87,241,204,126,22,69,154,128,225,153,135,195,59,149,180,199,215,101,23,213,213,21,137,227,223,238,168,230,56,156,39,247,19,184,162,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,14,46,99,111,111,107,105,101,45,112,111,108,105,99,121,2,1,245,105,84,29,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,245,105,84,29,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,20,46,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,2,1,138,42,64,30,0,8,5,16,46,119,114,97,112,112,101,114,45,45,108,111,99,107,101,100,2,1,138,42,64,30,30,112,111,115,105,116,105,111,110,58,32,114,101,108,97,116,105,118,101,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,12,46,99,115,115,45,49,50,54,120,106,48,102,2,1,71,234,181,56,0,0,5,4,98,111,100,121,2,1,71,234,181,56,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,27,46,99,50,52,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,119,114,97,112,112,101,114,2,1,9,3,254,228,0,0,5,4,98,111,100,121,2,1,9,3,254,228,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,17,46,101,97,45,99,111,111,107,105,101,115,45,112,111,112,105,110,2,1,113,245,37,251,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,113,245,37,251,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,16,1,16,35,67,111,110,116,97,105,110,101,114,67,111,111,107,105,101,2,1,11,80,169,243,0,16,1,23,35,67,111,110,116,97,105,110,101,114,79,112,97,99,105,116,121,67,111,111,107,105,101,2,1,11,80,169,243,0,0,5,4,98,111,100,121,2,1,11,80,169,243,79,112,111,115,105,116,105,111,110,58,32,115,116,97,116,105,99,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,119,105,100,116,104,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,17,46,99,104,105,109,112,105,102,121,45,111,118,101,114,108,97,121,2,1,231,245,190,4,0,8,1,17,46,99,104,45,112,111,112,117,112,45,99,111,111,107,105,101,115,2,1,231,245,190,4,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,231,245,190,4,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,6,46,109,111,100,97,108,2,1,152,11,43,253,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,1,152,11,43,253,0,2,1,22,114,99,44,32,109,111,100,97,108,45,111,112,101,110,44,32,44,32,115,116,97,121,2,1,152,11,43,253,0,8,1,11,46,115,106,45,111,118,101,114,108,97,121,2,1,235,153,56,165,0,0,5,4,98,111,100,121,2,1,235,153,56,165,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,16,1,11,35,99,111,111,107,105,101,45,106,97,114,2,1,73,250,54,129,0,2,1,21,114,99,44,32,119,105,116,104,45,100,97,114,107,44,32,44,32,115,116,97,121,2,1,73,250,54,129,0,16,1,17,35,99,111,111,107,105,101,45,98,97,114,45,109,111,100,97,108,2,1,210,60,95,98,0,0,5,4,98,111,100,121,2,1,210,60,95,98,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,0,1,6,99,111,111,107,105,101,2,1,193,169,178,52,0,0,5,4,98,111,100,121,2,1,193,169,178,52,25,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,8,1,19,46,99,111,111,107,105,101,115,45,109,97,110,97,103,101,109,101,110,116,2,5,2,53,164,88,56,44,159,14,115,146,138,252,221,242,51,87,236,81,227,128,0,0,5,9,98,111,100,121,44,104,116,109,108,2,5,2,53,164,88,56,44,159,14,115,146,138,252,221,242,51,87,236,81,227,128,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,5,46,122,45,53,48,2,1,142,38,149,186,0,8,1,16,46,115,104,97,100,111,119,45,108,103,46,102,105,120,101,100,2,1,142,38,149,186,0,0,5,9,104,116,109,108,44,98,111,100,121,2,1,142,38,149,186,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,11,46,109,111,100,97,108,45,109,97,115,107,2,1,90,82,127,94,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,90,82,127,94,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,2,1,35,115,101,116,45,99,111,111,107,105,101,44,32,95,95,99,111,111,107,105,101,95,99,111,110,115,101,110,116,44,32,102,97,108,115,101,2,1,221,235,65,75,0,8,1,13,46,99,111,111,107,105,101,98,97,110,110,101,114,2,1,57,19,250,104,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,57,19,250,104,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,8,1,17,46,98,115,103,45,99,111,111,107,105,101,45,108,97,121,101,114,2,1,226,183,220,159,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,226,183,220,159,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,24,35,115,107,97,103,101,110,45,99,111,110,115,101,110,116,45,97,112,112,45,112,97,103,101,2,1,7,176,44,32,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,7,176,44,32,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,6,46,109,111,100,97,108,2,1,66,213,91,158,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,1,66,213,91,158,0,0,5,9,98,111,100,121,44,104,116,109,108,2,17,11,34,147,173,13,128,48,166,20,175,191,66,42,83,5,37,65,234,185,142,72,138,207,246,87,192,96,16,90,112,140,13,100,171,204,192,144,144,115,163,159,35,211,111,165,152,150,248,188,194,234,15,213,25,216,208,233,228,86,27,239,151,217,130,255,91,78,6,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,2,1,27,115,101,116,45,99,111,111,107,105,101,44,32,106,111,117,114,95,99,111,111,107,105,101,115,44,32,49,2,1,181,124,252,102,0,2,1,33,115,101,116,45,99,111,111,107,105,101,44,32,106,111,117,114,95,102,117,110,99,116,105,111,110,97,108,44,32,116,114,117,101,2,1,181,124,252,102,0,2,1,33,115,101,116,45,99,111,111,107,105,101,44,32,106,111,117,114,95,97,110,97,108,121,116,105,99,115,44,32,102,97,108,115,101,2,1,181,124,252,102,0,2,1,33,115,101,116,45,99,111,111,107,105,101,44,32,106,111,117,114,95,109,97,114,107,101,116,105,110,103,44,32,102,97,108,115,101,2,1,181,124,252,102,0,0,1,24,100,105,118,35,111,110,101,116,114,117,115,116,45,99,111,110,115,101,110,116,45,115,100,107,2,8,61,19,178,127,84,201,183,192,109,13,167,110,120,175,41,134,121,207,85,136,139,120,0,29,152,183,140,72,156,23,130,211,0,2,1,43,115,101,116,44,32,66,114,111,99,107,109,97,110,65,108,108,111,119,101,100,67,111,111,107,105,101,115,46,116,97,114,103,101,116,105,110,103,44,32,116,114,117,101,2,8,61,19,178,127,84,201,183,192,109,13,167,110,120,175,41,134,121,207,85,136,139,120,0,29,152,183,140,72,156,23,130,211,0,2,1,44,115,101,116,44,32,66,114,111,99,107,109,97,110,65,108,108,111,119,101,100,67,111,111,107,105,101,115,46,102,117,110,99,116,105,111,110,97,108,44,32,116,114,117,101,2,8,61,19,178,127,84,201,183,192,109,13,167,110,120,175,41,134,121,207,85,136,139,120,0,29,152,183,140,72,156,23,130,211,0,0,1,24,100,105,118,35,111,110,101,116,114,117,115,116,45,99,111,110,115,101,110,116,45,115,100,107,2,1,101,44,44,128,0,2,1,26,115,101,116,45,99,111,111,107,105,101,44,32,103,100,112,114,95,111,112,116,95,105,110,44,32,49,2,1,101,44,44,128,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,159,124,171,99,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,24,35,98,108,111,99,45,98,109,45,99,111,111,107,105,101,115,45,99,111,110,115,101,110,116,2,1,174,128,69,130,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,1,174,128,69,130,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,174,128,69,130,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,2,1,30,115,101,116,45,99,111,111,107,105,101,44,32,97,100,95,115,116,111,114,97,103,101,44,32,100,101,110,105,101,100,2,1,37,66,189,200,0,2,1,34,115,101,116,45,99,111,111,107,105,101,44,32,115,116,105,99,107,121,67,111,111,107,105,101,115,83,101,116,44,32,116,114,117,101,2,1,37,66,189,200,0,2,1,37,115,101,116,45,99,111,111,107,105,101,44,32,97,110,97,108,121,116,105,99,115,95,115,116,111,114,97,103,101,44,32,100,101,110,105,101,100,2,1,37,66,189,200,0,8,1,8,46,99,45,45,97,110,105,109,2,18,39,247,240,142,57,238,139,181,60,62,251,10,107,95,168,252,107,95,168,252,113,46,7,98,116,33,77,96,137,13,47,194,139,125,28,99,171,202,120,237,178,231,1,149,189,128,26,79,190,81,130,32,201,90,225,85,218,225,33,129,221,37,94,194,225,219,239,8,249,71,160,198,0,0,5,9,98,111,100,121,44,104,116,109,108,2,18,39,247,240,142,57,238,139,181,60,62,251,10,107,95,168,252,107,95,168,252,113,46,7,98,116,33,77,96,137,13,47,194,139,125,28,99,171,202,120,237,178,231,1,149,189,128,26,79,190,81,130,32,201,90,225,85,218,225,33,129,221,37,94,194,225,219,239,8,249,71,160,198,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,2,1,29,114,99,44,32,115,104,111,119,45,45,99,111,110,115,101,110,116,44,32,98,111,100,121,44,32,115,116,97,121,2,17,39,247,240,142,57,238,139,181,60,62,251,10,107,95,168,252,107,95,168,252,113,46,7,98,116,33,77,96,137,13,47,194,139,125,28,99,178,231,1,149,189,128,26,79,190,81,130,32,201,90,225,85,218,225,33,129,221,37,94,194,225,219,239,8,249,71,160,198,0,2,1,49,115,101,116,45,99,111,111,107,105,101,44,32,117,115,101,114,95,101,120,112,101,114,105,101,110,99,101,95,99,111,111,107,105,101,95,99,111,110,115,101,110,116,44,32,102,97,108,115,101,2,1,179,153,162,171,0,2,1,43,115,101,116,45,99,111,111,107,105,101,44,32,109,97,114,107,101,116,105,110,103,95,99,111,111,107,105,101,95,99,111,110,115,101,110,116,44,32,102,97,108,115,101,2,1,179,153,162,171,0,2,1,40,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,95,110,111,116,105,99,101,95,100,105,115,109,105,115,115,101,100,44,32,121,101,115,2,1,54,81,192,89,0,2,1,38,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,95,97,110,97,108,121,116,105,99,115,95,97,108,108,111,119,44,32,110,111,2,1,54,81,192,89,0,2,1,36,115,101,116,45,99,111,111,107,105,101,44,32,109,101,114,95,99,99,95,100,105,109,95,114,101,109,95,97,108,108,111,119,44,32,110,111,2,1,54,81,192,89,0,16,1,10,35,99,111,67,111,110,115,101,110,116,2,1,135,125,100,179,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,135,125,100,179,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,6,46,107,108,97,114,111,2,3,106,211,223,79,121,197,122,200,227,122,131,102,0,8,1,16,46,108,111,97,100,105,110,103,45,111,118,101,114,108,97,121,2,1,126,221,110,23,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,126,221,110,23,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,16,1,6,35,107,108,97,114,111,2,17,13,242,34,23,14,229,149,37,26,135,53,29,62,163,63,129,82,164,215,125,87,26,141,168,99,161,165,150,99,243,8,126,119,34,4,189,121,63,253,187,144,196,53,73,191,159,155,170,193,4,60,0,197,233,159,85,198,74,193,244,233,78,74,244,252,133,138,112,0,0,5,9,98,111,100,121,44,104,116,109,108,2,17,13,242,34,23,14,229,149,37,26,135,53,29,62,163,63,129,82,164,215,125,87,26,141,168,99,161,165,150,99,243,8,126,119,34,4,189,121,63,253,187,144,196,53,73,191,159,155,170,193,4,60,0,197,233,159,85,198,74,193,244,233,78,74,244,252,133,138,112,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,0,5,4,98,111,100,121,2,1,247,207,198,90,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,13,35,100,105,97,108,111,103,95,108,97,121,101,114,2,2,154,13,173,149,242,231,20,231,0,0,5,4,98,111,100,121,2,2,154,13,173,149,242,231,20,231,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,18,35,99,111,111,107,105,101,98,97,110,110,101,114,77,111,100,97,108,2,1,182,183,232,194,0,2,1,27,114,99,44,32,109,101,115,115,97,103,101,115,45,97,99,116,105,118,101,44,32,44,32,115,116,97,121,2,1,182,183,232,194,0,8,1,25,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,99,111,110,116,97,105,110,101,114,2,1,102,56,14,181,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,102,56,14,181,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,13,46,109,111,100,97,108,45,100,105,97,108,111,103,2,1,17,144,148,104,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,17,144,148,104,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,16,46,99,111,110,115,101,110,116,95,95,110,111,116,105,99,101,2,1,167,112,104,113,0,8,1,14,46,98,111,100,121,45,98,108,97,99,107,111,117,116,2,1,167,112,104,113,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,167,112,104,113,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,2,1,28,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,95,97,99,99,101,112,116,44,32,49,2,20,15,72,59,192,24,69,246,147,31,104,75,126,43,64,54,249,47,89,75,7,59,23,70,56,83,236,88,183,91,70,70,60,111,130,85,104,125,241,191,235,142,27,80,12,148,169,144,147,152,197,90,108,157,151,146,238,183,142,85,2,225,194,218,190,240,14,79,190,246,158,98,247,247,35,108,72,251,44,214,127,0,16,1,21,35,67,121,98,111,116,67,111,111,107,105,101,98,111,116,68,105,97,108,111,103,2,7,126,114,76,196,146,45,146,227,157,11,166,188,203,52,109,75,235,99,236,125,235,235,168,98,250,118,29,11,0,16,1,33,35,67,121,98,111,116,67,111,111,107,105,101,98,111,116,68,105,97,108,111,103,66,111,100,121,85,110,100,101,114,108,97,121,2,7,126,114,76,196,146,45,146,227,157,11,166,188,203,52,109,75,235,99,236,125,235,235,168,98,250,118,29,11,0,0,5,4,98,111,100,121,2,2,235,235,168,98,250,118,29,11,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,0,5,9,98,111,100,121,44,104,116,109,108,2,5,126,114,76,196,146,45,146,227,157,11,166,188,203,52,109,75,235,99,236,125,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,31,35,99,111,111,107,105,101,45,116,114,97,110,115,112,97,114,101,110,99,121,45,109,111,100,97,108,45,109,97,105,110,2,1,195,167,118,100,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,1,195,167,118,100,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,195,167,118,100,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,21,35,99,111,111,107,105,101,95,99,111,110,115,101,110,116,95,109,111,100,97,108,2,24,19,97,45,40,41,134,164,18,55,201,164,180,75,174,49,43,84,40,128,244,87,193,115,70,92,212,218,176,99,87,14,67,99,146,253,227,105,55,234,152,112,155,21,18,112,205,13,15,124,147,243,51,128,3,10,24,132,187,37,39,134,123,106,234,149,132,113,191,150,241,105,61,177,180,26,229,184,226,21,255,185,58,5,12,226,210,145,199,233,231,120,9,240,161,224,7,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,24,19,97,45,40,41,134,164,18,55,201,164,180,75,174,49,43,84,40,128,244,87,193,115,70,92,212,218,176,99,87,14,67,99,146,253,227,105,55,234,152,112,155,21,18,112,205,13,15,124,147,243,51,128,3,10,24,132,187,37,39,134,123,106,234,149,132,113,191,150,241,105,61,177,180,26,229,184,226,21,255,185,58,5,12,226,210,145,199,233,231,120,9,240,161,224,7,0,0,5,9,98,111,100,121,44,104,116,109,108,2,24,19,97,45,40,41,134,164,18,55,201,164,180,75,174,49,43,84,40,128,244,87,193,115,70,92,212,218,176,99,87,14,67,99,146,253,227,105,55,234,152,112,155,21,18,112,205,13,15,124,147,243,51,128,3,10,24,132,187,37,39,134,123,106,234,149,132,113,191,150,241,105,61,177,180,26,229,184,226,21,255,185,58,5,12,226,210,145,199,233,231,120,9,240,161,224,7,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,2,1,52,115,101,116,45,99,111,111,107,105,101,44,32,110,117,109,95,116,105,109,101,115,95,99,111,111,107,105,101,95,99,111,110,115,101,110,116,95,98,97,110,110,101,114,95,115,104,111,119,110,44,32,49,2,24,19,97,45,40,41,134,164,18,55,201,164,180,75,174,49,43,84,40,128,244,87,193,115,70,92,212,218,176,99,87,14,67,99,146,253,227,105,55,234,152,112,155,21,18,112,205,13,15,124,147,243,51,128,3,10,24,132,187,37,39,134,123,106,234,149,132,113,191,150,241,105,61,177,180,26,229,184,226,21,255,185,58,5,12,226,210,145,199,233,231,120,9,240,161,224,7,0,2,1,52,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,95,99,111,110,115,101,110,116,95,98,97,110,110,101,114,95,115,104,111,119,110,95,108,97,115,116,95,116,105,109,101,44,32,49,2,24,19,97,45,40,41,134,164,18,55,201,164,180,75,174,49,43,84,40,128,244,87,193,115,70,92,212,218,176,99,87,14,67,99,146,253,227,105,55,234,152,112,155,21,18,112,205,13,15,124,147,243,51,128,3,10,24,132,187,37,39,134,123,106,234,149,132,113,191,150,241,105,61,177,180,26,229,184,226,21,255,185,58,5,12,226,210,145,199,233,231,120,9,240,161,224,7,0,8,1,18,46,118,45,100,105,97,108,111,103,95,95,99,111,110,116,101,110,116,2,1,168,115,57,93,0,8,1,10,46,118,45,111,118,101,114,108,97,121,2,1,168,115,57,93,0,16,1,18,35,102,114,97,109,101,119,111,114,107,45,99,111,111,107,105,101,115,2,41,3,178,96,32,4,67,90,142,7,178,127,86,9,16,208,205,23,163,101,7,28,184,213,114,29,224,191,114,34,77,86,163,45,57,90,84,49,169,236,91,51,31,37,232,60,233,137,43,68,213,125,72,70,50,207,121,74,29,54,54,89,24,229,190,90,106,151,163,90,107,136,139,91,73,113,61,95,143,197,118,99,124,212,154,103,1,171,221,115,34,114,192,115,45,145,222,119,208,77,17,128,205,116,39,134,13,188,250,139,37,132,141,139,106,135,127,151,17,236,175,154,91,172,65,180,67,103,150,190,148,6,208,198,124,166,152,201,6,196,227,207,179,149,251,231,138,69,227,238,116,26,29,239,184,88,221,249,153,129,123,249,163,101,182,0,0,5,9,98,111,100,121,44,104,116,109,108,2,41,3,178,96,32,4,67,90,142,7,178,127,86,9,16,208,205,23,163,101,7,28,184,213,114,29,224,191,114,34,77,86,163,45,57,90,84,49,169,236,91,51,31,37,232,60,233,137,43,68,213,125,72,70,50,207,121,74,29,54,54,89,24,229,190,90,106,151,163,90,107,136,139,91,73,113,61,95,143,197,118,99,124,212,154,103,1,171,221,115,34,114,192,115,45,145,222,119,208,77,17,128,205,116,39,134,13,188,250,139,37,132,141,139,106,135,127,151,17,236,175,154,91,172,65,180,67,103,150,190,148,6,208,198,124,166,152,201,6,196,227,207,179,149,251,231,138,69,227,238,116,26,29,239,184,88,221,249,153,129,123,249,163,101,182,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,28,46,99,109,109,115,95,99,111,111,107,105,101,95,99,111,110,115,101,110,116,95,109,97,110,97,103,101,114,2,1,180,24,169,34,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,180,24,169,34,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,2,1,27,115,101,116,45,99,111,111,107,105,101,44,32,112,114,105,118,97,99,121,95,104,105,110,116,44,32,49,2,1,180,24,169,34,0,8,1,13,46,99,104,97,107,114,97,45,115,108,105,100,101,2,1,9,95,141,52,0,8,1,32,46,99,104,97,107,114,97,45,109,111,100,97,108,95,95,99,111,110,116,101,110,116,45,99,111,110,116,97,105,110,101,114,2,1,9,95,141,52,0,8,1,22,46,99,104,97,107,114,97,45,109,111,100,97,108,95,95,111,118,101,114,108,97,121,2,1,9,95,141,52,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,9,95,141,52,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,15,46,109,111,100,97,108,95,95,99,111,111,107,105,101,115,2,1,152,9,44,120,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,152,9,44,120,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,23,46,112,114,105,118,97,99,121,45,98,97,110,110,101,114,45,99,111,110,116,97,105,110,2,1,220,251,40,247,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,220,251,40,247,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,2,1,14,97,111,112,119,44,32,111,110,115,99,114,111,108,108,2,1,54,238,234,217,0,8,1,15,46,119,105,110,100,111,119,45,111,118,101,114,108,97,121,2,2,189,253,134,230,219,183,36,176,0,0,5,9,98,111,100,121,44,104,116,109,108,2,2,189,253,134,230,219,183,36,176,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,0,1,28,100,105,118,91,99,108,97,115,115,94,61,34,67,111,110,99,105,101,114,103,101,80,111,112,117,112,34,93,2,19,5,52,36,129,5,215,25,225,10,65,252,106,27,106,207,18,28,180,230,92,53,4,57,210,70,226,254,79,72,94,193,220,80,10,165,83,107,57,174,159,117,166,232,135,150,227,138,31,181,129,219,106,184,100,205,10,195,107,158,179,203,131,240,84,221,144,16,142,238,251,180,12,250,88,33,239,0,0,5,4,104,116,109,108,2,19,5,52,36,129,5,215,25,225,10,65,252,106,27,106,207,18,28,180,230,92,53,4,57,210,70,226,254,79,72,94,193,220,80,10,165,83,107,57,174,159,117,166,232,135,150,227,138,31,181,129,219,106,184,100,205,10,195,107,158,179,203,131,240,84,221,144,16,142,238,251,180,12,250,88,33,239,79,112,111,115,105,116,105,111,110,58,32,115,116,97,116,105,99,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,119,105,100,116,104,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,0,0,1,25,100,105,118,91,99,108,97,115,115,94,61,34,67,111,111,107,105,101,80,111,112,117,112,34,93,2,1,195,139,110,153,0,0,5,4,104,116,109,108,2,1,195,139,110,153,79,112,111,115,105,116,105,111,110,58,32,115,116,97,116,105,99,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,119,105,100,116,104,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,27,46,67,111,110,115,101,110,116,95,99,111,111,107,105,101,77,111,100,97,108,95,95,73,99,78,65,102,2,1,170,238,39,245,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,170,238,39,245,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,0,5,4,98,111,100,121,2,1,2,123,128,47,26,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,15,46,112,114,116,108,116,109,109,99,45,112,111,112,117,112,2,1,108,3,23,79,0,0,5,4,98,111,100,121,2,1,108,3,23,79,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,14,46,104,97,115,45,100,105,109,109,101,100,45,98,103,2,1,148,185,23,28,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,148,185,23,28,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,14,46,115,105,109,121,111,45,99,111,111,107,105,101,115,2,1,187,249,169,254,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,187,249,169,254,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,34,46,99,111,111,107,105,101,45,98,97,110,110,101,114,95,99,111,111,107,105,101,66,97,110,110,101,114,95,95,112,70,85,77,122,2,1,113,43,2,18,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,113,43,2,18,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,16,35,106,115,45,99,111,111,107,105,101,45,109,111,100,97,108,2,1,48,63,159,196,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,48,63,159,196,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,10,35,114,111,100,111,80,111,112,117,112,2,1,193,69,64,18,0,2,1,13,97,111,112,119,44,32,70,114,111,100,111,80,86,2,1,193,69,64,18,0,16,1,16,35,99,111,110,115,101,110,116,95,109,97,110,97,103,101,114,2,1,75,107,122,111,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,75,107,122,111,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,22,46,99,100,107,45,111,118,101,114,108,97,121,45,99,111,110,116,97,105,110,101,114,2,1,248,120,97,102,0,2,1,33,114,99,44,32,99,100,107,45,111,118,101,114,108,97,121,45,99,111,110,116,97,105,110,101,114,44,32,44,32,115,116,97,121,2,1,248,120,97,102,0,8,1,27,46,99,100,107,45,103,108,111,98,97,108,45,111,118,101,114,108,97,121,45,119,114,97,112,112,101,114,2,1,248,120,97,102,0,8,1,21,46,99,100,107,45,111,118,101,114,108,97,121,45,98,97,99,107,100,114,111,112,2,1,248,120,97,102,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,248,120,97,102,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,25,46,99,111,111,107,105,101,45,98,97,110,110,101,114,45,119,105,116,104,45,105,109,97,103,101,2,1,144,241,105,171,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,144,241,105,171,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,16,1,21,35,99,111,110,115,101,110,116,115,80,111,108,105,99,121,68,105,97,108,111,103,2,13,1,189,193,160,22,85,166,132,32,124,201,13,44,213,113,19,68,47,105,200,71,86,29,16,88,207,24,219,135,224,236,149,142,149,186,165,162,23,208,105,190,241,47,9,204,200,226,254,240,119,191,196,0,0,5,9,98,111,100,121,44,104,116,109,108,2,13,1,189,193,160,22,85,166,132,32,124,201,13,44,213,113,19,68,47,105,200,71,86,29,16,88,207,24,219,135,224,236,149,142,149,186,165,162,23,208,105,190,241,47,9,204,200,226,254,240,119,191,196,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,8,1,24,46,111,110,98,111,97,114,100,45,112,111,112,117,112,45,99,111,110,116,97,105,110,101,114,2,2,148,30,202,122,190,46,10,31,0,8,1,19,46,111,110,98,111,97,114,100,45,98,97,99,107,103,114,111,117,110,100,2,2,148,30,202,122,190,46,10,31,0,0,5,9,98,111,100,121,44,104,116,109,108,2,2,148,30,202,122,190,46,10,31,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,8,1,24,46,99,111,111,107,105,101,115,95,112,111,112,117,112,45,99,111,110,116,97,105,110,101,114,2,1,80,124,19,117,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,80,124,19,117,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,8,35,111,114,101,106,105,109,101,2,2,27,103,71,157,56,215,159,233,0,0,5,9,98,111,100,121,44,104,116,109,108,2,2,27,103,71,157,56,215,159,233,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,22,35,107,101,107,115,71,101,110,101,104,109,105,103,117,110,103,115,77,111,100,97,108,2,1,255,124,214,224,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,1,255,124,214,224,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,255,124,214,224,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,36,35,99,111,111,107,105,101,45,105,110,102,111,114,109,97,116,105,111,110,45,116,101,109,112,108,97,116,101,45,119,114,97,112,112,101,114,2,1,231,18,32,223,0,0,5,4,98,111,100,121,2,1,231,18,32,223,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,14,35,109,111,100,97,108,45,111,118,101,114,108,97,121,2,1,239,0,39,228,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,239,0,39,228,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,14,46,109,111,100,97,108,45,111,118,101,114,108,97,121,2,5,45,200,138,246,139,99,14,202,148,188,41,85,187,80,1,190,251,161,160,59,0,0,5,9,98,111,100,121,44,104,116,109,108,2,5,45,200,138,246,139,99,14,202,148,188,41,85,187,80,1,190,251,161,160,59,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,15,46,109,111,100,97,108,115,45,119,114,97,112,112,101,114,2,1,80,97,238,130,0,8,1,10,46,98,108,117,114,45,109,111,100,101,2,1,80,97,238,130,0,0,5,4,98,111,100,121,2,1,80,97,238,130,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,14,46,112,114,105,118,97,99,121,45,108,97,121,101,114,2,1,237,176,216,63,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,237,176,216,63,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,24,46,103,100,112,114,45,111,118,101,114,108,97,121,45,98,97,99,107,103,114,111,117,110,100,2,2,47,138,149,246,191,129,103,75,0,0,5,9,98,111,100,121,44,104,116,109,108,2,2,47,138,149,246,191,129,103,75,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,2,1,29,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,115,67,111,110,115,101,110,116,44,32,49,2,1,222,40,50,199,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,115,83,116,97,116,105,115,116,105,99,115,44,32,48,2,1,222,40,50,199,0,2,1,33,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,115,80,114,101,102,101,114,101,110,99,101,115,44,32,48,2,1,222,40,50,199,0,2,1,27,115,101,116,44,32,115,101,116,116,105,110,103,115,46,99,111,110,115,101,110,116,44,32,116,114,117,101,2,2,0,21,217,203,251,202,2,162,0,2,1,37,115,101,116,45,99,111,111,107,105,101,44,32,97,108,108,111,119,71,101,116,80,114,105,118,97,99,121,73,110,102,111,44,32,116,114,117,101,2,115,0,181,99,93,1,187,122,124,2,43,80,167,7,43,15,174,12,146,241,73,14,128,188,13,15,161,151,75,16,254,144,5,20,178,29,214,21,251,197,196,27,183,127,147,29,87,153,96,29,133,48,18,30,179,78,181,39,154,140,146,43,210,199,120,43,213,244,112,43,217,18,39,43,226,161,167,48,35,182,72,52,197,21,213,57,67,74,254,57,225,139,109,58,166,171,89,58,243,21,209,59,203,251,161,60,112,68,31,64,148,109,223,65,169,75,219,72,129,157,238,73,2,31,148,76,183,241,66,79,87,149,245,80,67,37,124,80,94,112,179,85,86,225,167,85,146,213,132,86,25,112,11,86,201,134,224,87,163,190,148,87,180,233,32,87,184,252,42,87,193,106,108,87,194,78,221,88,41,120,40,88,214,186,26,90,104,236,61,93,182,20,228,97,156,116,213,98,63,24,251,99,250,219,224,103,155,195,181,104,141,100,96,105,76,213,123,107,160,146,189,110,30,225,222,112,116,5,232,113,186,97,80,118,1,91,215,128,94,122,165,128,180,18,103,130,159,120,58,132,221,121,251,133,200,211,151,138,163,69,150,138,182,188,149,138,184,22,180,138,220,204,175,143,85,253,118,143,91,42,152,144,92,231,158,145,119,87,227,146,28,221,245,151,246,39,203,155,68,111,2,155,203,106,33,164,105,88,19,169,156,139,120,173,143,208,218,174,153,196,160,176,239,9,34,177,152,58,185,178,2,191,135,179,120,104,69,182,14,72,157,182,142,103,141,190,215,83,12,193,93,86,30,197,2,7,85,198,154,193,71,199,48,150,177,202,221,44,243,203,204,214,143,205,109,19,78,206,242,34,225,207,71,201,199,209,101,178,91,214,162,57,122,215,220,254,159,221,172,207,57,226,190,16,211,232,205,32,64,238,204,211,107,240,175,152,67,241,214,46,207,242,221,80,191,243,39,85,140,245,17,99,52,246,99,88,30,247,154,136,49,249,122,189,172,250,68,17,106,250,68,52,89,250,68,101,62,251,157,4,44,0,2,1,37,115,101,116,44,32,72,66,46,67,111,111,107,105,101,83,101,116,116,105,110,103,115,46,105,110,105,116,44,32,110,111,111,112,70,117,110,99,2,1,140,223,181,203,0,2,1,34,115,101,116,44,32,87,72,84,46,83,104,111,119,67,111,110,115,101,110,116,70,111,114,109,44,32,116,114,117,101,70,117,110,99,2,1,77,220,192,90,0,2,1,19,115,101,116,44,32,117,115,101,71,68,80,82,44,32,102,97,108,115,101,2,1,67,161,126,183,0,2,1,47,115,101,116,44,32,120,118,46,100,105,115,99,108,97,105,109,101,114,46,100,105,115,112,108,97,121,67,111,111,107,105,101,80,111,112,117,112,44,32,110,111,111,112,70,117,110,99,2,1,183,21,59,170,0,8,1,11,46,109,111,100,97,108,45,103,100,112,114,2,1,250,230,141,70,0,0,5,4,104,116,109,108,2,1,250,230,141,70,25,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,8,1,11,46,105,115,45,98,108,111,99,107,101,100,2,1,77,49,17,112,0,2,1,20,114,99,44,32,98,45,100,105,97,108,111,103,44,32,44,32,115,116,97,121,2,1,77,49,17,112,0,0,5,4,104,116,109,108,2,1,77,49,17,112,25,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,0,1,32,100,105,118,91,105,100,94,61,34,115,112,95,109,101,115,115,97,103,101,95,99,111,110,116,97,105,110,101,114,95,34,93,2,1,244,98,208,142,0,2,1,19,110,111,115,116,105,102,44,32,97,112,112,101,110,100,67,104,105,108,100,2,1,244,98,208,142,0,8,1,13,46,112,111,112,105,110,45,99,111,111,107,105,101,2,1,57,56,225,147,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,57,56,225,147,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,13,46,99,111,111,107,105,101,115,45,109,97,115,107,2,1,156,24,104,33,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,156,24,104,33,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,34,35,116,101,109,112,108,97,116,101,45,99,111,110,116,97,105,110,101,114,95,99,111,111,107,105,101,45,99,111,110,115,101,110,116,2,2,17,60,39,120,250,122,92,50,0,0,5,9,98,111,100,121,44,104,116,109,108,2,2,17,60,39,120,250,122,92,50,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,8,46,99,111,111,107,105,101,115,2,8,71,155,81,41,112,154,57,50,149,231,41,220,194,218,82,220,205,235,63,4,226,1,238,53,233,62,223,66,241,235,30,66,0,0,5,9,98,111,100,121,44,104,116,109,108,2,8,71,155,81,41,112,154,57,50,149,231,41,220,194,218,82,220,205,235,63,4,226,1,238,53,233,62,223,66,241,235,30,66,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,2,1,20,115,101,116,45,99,111,111,107,105,101,44,32,103,112,99,95,118,44,32,49,2,1,217,1,40,94,0,2,1,21,115,101,116,45,99,111,111,107,105,101,44,32,103,112,99,95,97,100,44,32,48,2,1,217,1,40,94,0,2,1,27,115,101,116,45,99,111,111,107,105,101,44,32,103,112,99,95,97,110,97,108,121,116,105,99,44,32,48,2,1,217,1,40,94,0,2,1,27,115,101,116,45,99,111,111,107,105,101,44,32,103,112,99,95,97,117,100,105,101,110,99,101,44,32,48,2,1,217,1,40,94,0,2,1,23,115,101,116,45,99,111,111,107,105,101,44,32,103,112,99,95,102,117,110,99,44,32,48,2,1,217,1,40,94,0,8,1,9,46,112,108,117,115,103,97,116,101,2,1,222,111,36,35,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,222,111,36,35,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,8,1,18,46,117,105,45,119,105,100,103,101,116,45,111,118,101,114,108,97,121,2,13,21,185,16,6,29,183,230,137,33,215,10,62,75,188,210,65,97,0,164,89,103,131,243,175,118,21,164,26,122,5,74,117,139,46,127,132,143,129,199,124,146,100,2,171,236,194,30,181,246,57,207,5,0,0,5,9,98,111,100,121,44,104,116,109,108,2,13,21,185,16,6,29,183,230,137,33,215,10,62,75,188,210,65,97,0,164,89,103,131,243,175,118,21,164,26,122,5,74,117,139,46,127,132,143,129,199,124,146,100,2,171,236,194,30,181,246,57,207,5,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,16,5,12,35,104,101,97,100,101,114,95,104,101,97,100,2,1,154,83,104,171,17,116,111,112,58,32,48,32,33,105,109,112,111,114,116,97,110,116,0,8,1,15,46,99,111,111,107,105,101,45,119,114,97,112,112,101,114,2,1,22,7,153,58,0,2,1,24,114,99,44,32,100,105,115,97,98,108,101,100,44,32,98,111,100,121,44,32,115,116,97,121,2,1,22,7,153,58,0,0,5,4,98,111,100,121,2,1,248,54,215,120,53,111,118,101,114,102,108,111,119,58,105,110,105,116,105,97,108,33,105,109,112,111,114,116,97,110,116,59,112,111,115,105,116,105,111,110,58,105,110,105,116,105,97,108,33,105,109,112,111,114,116,97,110,116,0,16,1,13,35,103,114,101,121,45,111,118,101,114,108,97,121,2,1,248,54,215,120,0,8,1,13,46,67,111,111,107,105,101,115,80,111,112,117,112,2,1,92,60,127,221,0,0,5,9,104,116,109,108,44,98,111,100,121,2,1,92,60,127,221,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,23,46,99,111,111,107,105,101,115,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,2,1,205,64,225,243,0,2,1,23,114,99,44,32,108,111,99,107,45,115,99,114,111,108,108,44,32,44,32,115,116,97,121,2,1,205,64,225,243,0,2,1,26,114,99,44,32,100,105,115,97,98,108,101,100,44,32,104,101,97,100,101,114,44,32,115,116,97,121,2,1,205,64,225,243,0,8,1,12,46,109,97,115,107,45,115,99,114,101,101,110,2,1,102,13,164,60,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,102,13,164,60,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,2,1,39,114,99,44,32,99,111,111,107,105,101,45,110,111,116,45,97,99,99,101,112,116,101,100,45,111,118,101,114,108,97,121,44,32,44,32,115,116,97,121,2,1,56,246,182,222,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,56,246,182,222,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,16,1,20,35,105,116,115,45,45,99,111,110,116,97,105,110,101,114,95,99,111,111,107,2,55,2,148,183,112,3,212,234,92,25,245,149,143,27,129,104,246,28,106,33,103,28,189,241,166,30,230,161,1,33,200,90,42,34,187,39,130,37,157,74,116,42,122,238,7,42,176,234,84,46,157,149,207,47,180,38,210,54,209,244,240,55,51,206,56,59,133,238,202,63,71,222,179,69,122,48,195,74,143,27,184,81,7,1,88,82,162,86,110,84,141,170,118,89,35,146,16,94,177,241,119,101,1,55,48,104,69,34,125,106,156,99,252,107,175,81,64,109,104,43,55,111,214,21,19,120,85,186,65,124,35,0,96,133,240,172,95,143,240,198,60,145,5,28,140,158,5,248,9,167,229,72,159,178,31,166,218,189,247,222,185,196,83,22,239,203,45,58,183,214,132,202,175,227,197,69,109,228,143,204,223,228,204,213,115,229,107,219,228,231,108,221,234,236,153,13,41,244,115,20,58,247,50,51,89,248,31,93,139,251,29,62,63,252,36,155,193,255,220,169,226,0,0,5,9,98,111,100,121,44,104,116,109,108,2,55,2,148,183,112,3,212,234,92,25,245,149,143,27,129,104,246,28,106,33,103,28,189,241,166,30,230,161,1,33,200,90,42,34,187,39,130,37,157,74,116,42,122,238,7,42,176,234,84,46,157,149,207,47,180,38,210,54,209,244,240,55,51,206,56,59,133,238,202,63,71,222,179,69,122,48,195,74,143,27,184,81,7,1,88,82,162,86,110,84,141,170,118,89,35,146,16,94,177,241,119,101,1,55,48,104,69,34,125,106,156,99,252,107,175,81,64,109,104,43,55,111,214,21,19,120,85,186,65,124,35,0,96,133,240,172,95,143,240,198,60,145,5,28,140,158,5,248,9,167,229,72,159,178,31,166,218,189,247,222,185,196,83,22,239,203,45,58,183,214,132,202,175,227,197,69,109,228,143,204,223,228,204,213,115,229,107,219,228,231,108,221,234,236,153,13,41,244,115,20,58,247,50,51,89,248,31,93,139,251,29,62,63,252,36,155,193,255,220,169,226,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,9,35,99,99,45,45,109,97,105,110,2,23,0,170,104,231,10,236,240,32,30,241,52,129,40,156,238,236,52,164,76,26,79,179,188,98,80,49,249,8,88,67,212,194,110,249,54,128,115,172,213,90,126,225,192,4,135,181,10,194,149,157,80,254,177,36,42,35,179,162,142,240,192,87,212,52,199,137,9,216,212,161,1,105,215,163,169,109,221,215,26,191,227,8,144,240,229,20,79,192,250,255,115,22,0,0,5,9,98,111,100,121,44,104,116,109,108,2,23,0,170,104,231,10,236,240,32,30,241,52,129,40,156,238,236,52,164,76,26,79,179,188,98,80,49,249,8,88,67,212,194,110,249,54,128,115,172,213,90,126,225,192,4,135,181,10,194,149,157,80,254,177,36,42,35,179,162,142,240,192,87,212,52,199,137,9,216,212,161,1,105,215,163,169,109,221,215,26,191,227,8,144,240,229,20,79,192,250,255,115,22,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,8,35,99,99,45,109,97,105,110,2,3,70,226,50,173,109,194,169,12,148,179,239,177,0,0,5,9,98,111,100,121,44,104,116,109,108,2,3,70,226,50,173,109,194,169,12,148,179,239,177,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,12,46,99,111,111,107,105,101,45,119,97,108,108,2,1,88,193,216,78,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,88,193,216,78,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,15,46,99,111,111,107,105,101,45,109,101,115,115,97,103,101,2,1,112,98,214,70,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,1,112,98,214,70,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,112,98,214,70,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,20,46,99,111,111,107,105,101,67,111,110,115,101,110,116,68,105,97,108,111,103,2,1,200,119,73,181,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,200,119,73,181,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,10,46,99,111,111,107,105,101,65,67,75,2,1,92,157,225,241,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,92,157,225,241,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,19,35,110,115,95,99,111,111,107,105,101,95,97,99,99,101,112,116,101,100,2,1,34,146,228,236,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,34,146,228,236,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,19,35,103,111,111,103,108,101,67,111,110,115,101,110,116,80,111,112,117,112,2,1,171,248,101,160,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,171,248,101,160,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,13,46,112,97,103,101,45,111,118,101,114,108,97,121,2,1,148,161,155,66,0,0,5,4,98,111,100,121,2,1,148,161,155,66,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,2,1,42,97,101,108,100,44,32,68,79,77,67,111,110,116,101,110,116,76,111,97,100,101,100,44,32,99,104,101,99,107,67,111,111,107,105,101,67,111,110,115,101,110,116,2,1,177,255,9,144,0,8,1,18,46,99,99,45,119,105,110,100,111,119,45,119,114,97,112,112,101,114,2,4,92,142,229,83,136,27,164,208,140,154,190,170,170,110,185,241,0,16,1,27,35,103,100,112,114,45,98,108,111,99,107,105,110,103,45,112,97,103,101,45,111,118,101,114,108,97,121,2,4,92,142,229,83,136,27,164,208,140,154,190,170,170,110,185,241,0,0,5,4,98,111,100,121,2,4,92,142,229,83,136,27,164,208,140,154,190,170,170,110,185,241,79,112,111,115,105,116,105,111,110,58,32,115,116,97,116,105,99,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,119,105,100,116,104,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,27,35,103,100,112,114,45,98,108,111,99,107,105,110,103,45,112,97,103,101,45,111,118,101,114,108,97,121,2,1,248,204,52,227,0,0,5,4,98,111,100,121,2,1,248,204,52,227,79,112,111,115,105,116,105,111,110,58,32,115,116,97,116,105,99,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,119,105,100,116,104,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,18,46,103,100,112,114,45,99,111,110,115,101,110,116,45,116,97,98,115,2,1,233,195,77,111,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,233,195,77,111,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,29,46,99,107,45,117,115,101,114,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,109,111,100,97,108,2,1,17,171,205,212,0,8,1,27,46,110,98,45,99,111,111,107,105,101,45,112,111,108,105,99,121,45,99,111,109,112,111,110,101,110,116,2,1,170,40,191,166,0,0,5,4,98,111,100,121,2,1,170,40,191,166,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,25,46,115,122,110,45,99,109,112,45,100,105,97,108,111,103,45,99,111,110,116,97,105,110,101,114,2,1,200,28,50,117,0,0,5,9,104,116,109,108,44,98,111,100,121,2,1,200,28,50,117,79,112,111,115,105,116,105,111,110,58,32,115,116,97,116,105,99,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,119,105,100,116,104,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,15,46,99,45,99,111,111,107,105,101,45,109,111,100,97,108,2,1,6,203,171,60,0,8,1,23,46,99,45,99,111,111,107,105,101,45,109,111,100,97,108,45,111,118,101,114,108,97,121,2,1,6,203,171,60,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,6,203,171,60,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,16,1,22,35,115,108,105,100,105,110,103,45,112,111,112,117,112,45,99,111,111,107,105,101,115,2,1,14,16,131,200,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,14,16,131,200,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,24,46,95,95,83,83,82,95,67,79,78,83,69,78,84,95,77,65,78,65,71,69,82,95,95,2,1,215,9,121,81,0,0,5,4,104,116,109,108,2,1,215,9,121,81,27,112,111,115,105,116,105,111,110,58,32,115,116,97,116,105,99,32,33,105,109,112,111,114,116,97,110,116,0,8,1,18,46,99,111,111,107,105,101,115,45,98,97,110,110,101,114,45,98,103,2,1,129,188,158,116,0,2,1,23,114,99,44,32,98,108,117,114,114,101,100,45,112,97,103,101,44,32,44,115,116,97,121,2,1,129,188,158,116,0,16,1,14,35,105,110,115,104,111,112,67,111,111,107,105,101,115,2,2,33,44,251,175,63,14,176,99,0,0,5,9,98,111,100,121,44,104,116,109,108,2,2,33,44,251,175,63,14,176,99,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,18,46,112,120,45,98,97,110,110,101,114,45,99,111,111,107,105,101,115,2,1,77,0,221,34,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,77,0,221,34,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,2,1,22,115,101,116,45,99,111,111,107,105,101,44,32,99,111,110,115,101,110,116,44,32,49,2,1,163,95,35,126,0,2,1,36,115,101,116,45,99,111,111,107,105,101,44,32,79,112,116,97,110,111,110,65,108,101,114,116,66,111,120,67,108,111,115,101,100,44,32,49,2,1,163,95,35,126,0,16,1,5,35,108,103,112,100,2,1,109,181,19,162,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,109,181,19,162,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,20,46,117,104,98,45,99,45,99,111,111,107,105,101,45,110,111,116,105,99,101,2,1,179,120,105,91,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,179,120,105,91,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,10,46,79,118,101,114,108,97,121,101,114,2,1,41,208,31,171,0,0,5,9,104,116,109,108,44,98,111,100,121,2,1,41,208,31,171,79,112,111,115,105,116,105,111,110,58,32,115,116,97,116,105,99,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,119,105,100,116,104,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,19,46,99,111,111,107,105,101,45,98,97,114,45,111,118,101,114,108,97,121,2,1,144,151,0,232,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,144,151,0,232,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,6,46,109,111,100,97,108,2,10,26,22,57,153,67,173,254,217,72,113,159,105,79,58,190,114,150,17,181,120,150,205,147,28,195,242,168,1,222,199,181,37,235,240,119,153,255,5,148,5,0,0,5,9,98,111,100,121,44,104,116,109,108,2,10,26,22,57,153,67,173,254,217,72,113,159,105,79,58,190,114,150,17,181,120,150,205,147,28,195,242,168,1,222,199,181,37,235,240,119,153,255,5,148,5,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,8,1,12,46,116,120,45,108,105,110,45,103,100,112,114,2,1,105,76,20,181,0,2,1,35,114,99,44,32,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,45,112,114,101,115,101,110,116,44,32,44,32,115,116,97,121,2,1,105,76,20,181,0,8,1,18,46,67,111,110,116,97,105,110,101,114,95,99,53,100,113,106,52,109,2,1,106,212,133,115,0,0,5,4,98,111,100,121,2,1,106,212,133,115,31,111,118,101,114,102,108,111,119,45,121,58,32,118,105,115,105,98,108,101,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,8,46,95,49,101,82,115,51,119,2,1,157,26,51,3,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,157,26,51,3,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,1,14,101,187,105,0,8,1,6,46,109,111,100,97,108,2,1,14,101,187,105,0,0,5,4,98,111,100,121,2,1,14,101,187,105,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,1,177,222,191,48,0,8,1,6,46,109,111,100,97,108,2,1,177,222,191,48,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,177,222,191,48,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,21,35,99,111,111,107,105,101,95,112,111,112,117,112,95,111,118,101,114,108,97,121,2,1,114,31,233,48,0,8,1,12,46,99,111,111,107,105,101,45,108,105,110,101,2,1,114,31,233,48,0,0,5,4,104,116,109,108,2,1,114,31,233,48,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,11,35,112,97,103,101,95,104,105,100,101,114,2,1,95,211,29,184,0,0,5,4,98,111,100,121,2,1,95,211,29,184,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,2,1,31,115,101,116,45,99,111,111,107,105,101,44,32,118,107,105,99,111,111,107,105,101,99,111,110,115,101,110,116,44,32,48,2,2,166,60,155,136,183,90,122,18,0,8,1,12,46,108,103,45,98,97,99,107,100,114,111,112,2,2,8,221,13,195,68,100,130,213,0,0,5,4,98,111,100,121,2,2,8,221,13,195,68,100,130,213,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,26,46,102,95,95,112,114,105,118,97,99,121,45,99,111,111,107,105,101,45,109,97,110,97,103,101,114,2,1,64,57,220,12,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,64,57,220,12,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,9,46,99,99,45,111,117,116,101,114,2,1,89,26,220,255,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,89,26,220,255,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,11,46,99,111,111,107,105,101,119,97,108,108,2,3,111,122,187,116,121,6,208,101,193,231,121,19,0,0,5,9,98,111,100,121,44,104,116,109,108,2,3,111,122,187,116,121,6,208,101,193,231,121,19,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,17,35,99,111,111,107,105,101,119,97,108,108,45,109,111,100,97,108,2,3,199,151,255,25,217,211,43,125,221,49,230,223,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,3,199,151,255,25,217,211,43,125,221,49,230,223,0,0,5,9,98,111,100,121,44,104,116,109,108,2,3,199,151,255,25,217,211,43,125,221,49,230,223,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,13,46,99,111,110,115,101,110,116,109,111,100,97,108,2,1,8,222,248,200,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,8,222,248,200,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,20,46,104,101,97,100,101,114,45,99,111,111,107,105,101,115,45,103,100,112,114,2,6,23,180,66,136,50,13,114,71,50,196,182,130,157,189,13,240,172,111,26,245,240,226,80,229,0,2,1,40,114,99,44,32,104,101,97,100,101,114,45,103,100,114,112,45,99,111,111,107,105,101,115,45,118,105,115,105,98,108,101,32,44,32,44,32,115,116,97,121,2,6,23,180,66,136,50,13,114,71,50,196,182,130,157,189,13,240,172,111,26,245,240,226,80,229,0,0,5,4,98,111,100,121,2,6,23,180,66,136,50,13,114,71,50,196,182,130,157,189,13,240,172,111,26,245,240,226,80,229,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,19,46,112,98,45,104,101,97,100,101,114,95,95,111,118,101,114,108,97,121,2,2,215,218,175,145,242,231,45,181,0,0,5,9,98,111,100,121,44,104,116,109,108,2,2,215,218,175,145,242,231,45,181,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,15,46,99,45,99,111,111,107,105,101,45,112,111,112,117,112,2,62,0,140,207,211,1,132,149,52,4,140,123,254,5,195,27,158,5,196,14,42,5,243,122,200,8,54,227,154,13,66,119,84,23,244,226,181,24,117,15,171,26,217,175,6,31,200,167,252,32,224,146,232,35,123,193,53,39,63,48,211,42,98,237,37,44,129,66,72,54,82,140,233,61,170,209,196,63,77,95,52,67,136,39,143,71,16,151,181,78,104,149,107,81,223,134,201,84,111,151,149,85,148,37,111,86,235,176,179,87,213,73,174,92,115,29,193,103,67,202,187,104,224,207,216,105,212,48,194,107,136,29,71,114,12,184,185,114,128,214,77,117,158,126,184,124,115,159,36,126,87,77,223,139,131,67,57,149,134,31,215,156,143,200,72,158,141,66,57,160,0,60,30,168,167,126,202,168,172,193,93,196,181,198,246,202,57,71,214,208,42,139,100,210,85,163,208,213,45,68,13,213,59,65,2,213,110,209,202,213,180,195,214,214,104,9,72,227,199,185,38,227,219,152,22,232,32,217,112,237,193,225,131,237,232,91,33,241,164,182,253,242,81,116,218,248,32,162,210,0,0,5,9,98,111,100,121,44,104,116,109,108,2,62,0,140,207,211,1,132,149,52,4,140,123,254,5,195,27,158,5,196,14,42,5,243,122,200,8,54,227,154,13,66,119,84,23,244,226,181,24,117,15,171,26,217,175,6,31,200,167,252,32,224,146,232,35,123,193,53,39,63,48,211,42,98,237,37,44,129,66,72,54,82,140,233,61,170,209,196,63,77,95,52,67,136,39,143,71,16,151,181,78,104,149,107,81,223,134,201,84,111,151,149,85,148,37,111,86,235,176,179,87,213,73,174,92,115,29,193,103,67,202,187,104,224,207,216,105,212,48,194,107,136,29,71,114,12,184,185,114,128,214,77,117,158,126,184,124,115,159,36,126,87,77,223,139,131,67,57,149,134,31,215,156,143,200,72,158,141,66,57,160,0,60,30,168,167,126,202,168,172,193,93,196,181,198,246,202,57,71,214,208,42,139,100,210,85,163,208,213,45,68,13,213,59,65,2,213,110,209,202,213,180,195,214,214,104,9,72,227,199,185,38,227,219,152,22,232,32,217,112,237,193,225,131,237,232,91,33,241,164,182,253,242,81,116,218,248,32,162,210,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,12,35,100,105,100,111,109,105,45,104,111,115,116,2,9,4,41,32,244,62,8,23,86,86,243,89,11,89,156,87,105,128,20,82,245,156,200,86,132,194,197,253,186,235,255,149,168,248,217,1,155,0,0,5,9,98,111,100,121,44,104,116,109,108,2,9,4,41,32,244,62,8,23,86,86,243,89,11,89,156,87,105,128,20,82,245,156,200,86,132,194,197,253,186,235,255,149,168,248,217,1,155,121,111,118,101,114,102,108,111,119,58,32,118,105,115,105,98,108,101,32,33,105,109,112,111,114,116,97,110,116,59,32,112,97,100,100,105,110,103,45,114,105,103,104,116,58,32,48,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,45,121,58,32,118,105,115,105,98,108,101,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,45,120,58,32,118,105,115,105,98,108,101,32,33,105,109,112,111,114,116,97,110,116,0,2,1,21,115,101,116,44,32,68,105,100,111,109,105,44,32,110,111,111,112,70,117,110,99,2,7,5,36,120,36,12,45,184,210,33,112,162,237,43,211,43,217,130,109,112,89,228,230,119,104,234,205,190,59,0,16,1,19,35,103,100,112,114,45,99,111,110,115,101,110,116,45,109,111,100,97,108,2,1,170,85,212,92,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,170,85,212,92,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,5,46,114,103,112,100,2,37,12,166,20,149,13,235,181,30,14,69,239,151,35,82,209,85,40,42,171,96,42,133,235,61,62,49,88,186,67,168,159,230,78,9,94,120,88,201,54,7,105,217,20,48,107,170,189,226,110,201,166,95,118,148,113,38,118,187,86,212,127,230,140,113,128,189,139,61,129,55,5,153,140,214,181,113,143,37,196,91,154,166,58,205,160,175,121,208,162,208,112,213,167,17,99,31,167,121,37,123,170,179,179,128,171,209,91,163,175,19,211,232,177,84,238,13,183,145,62,94,198,213,182,241,210,11,12,125,215,163,123,52,221,63,205,45,238,141,202,24,242,103,23,177,254,147,11,5,0,0,5,9,98,111,100,121,44,104,116,109,108,2,37,12,166,20,149,13,235,181,30,14,69,239,151,35,82,209,85,40,42,171,96,42,133,235,61,62,49,88,186,67,168,159,230,78,9,94,120,88,201,54,7,105,217,20,48,107,170,189,226,110,201,166,95,118,148,113,38,118,187,86,212,127,230,140,113,128,189,139,61,129,55,5,153,140,214,181,113,143,37,196,91,154,166,58,205,160,175,121,208,162,208,112,213,167,17,99,31,167,121,37,123,170,179,179,128,171,209,91,163,175,19,211,232,177,84,238,13,183,145,62,94,198,213,182,241,210,11,12,125,215,163,123,52,221,63,205,45,238,141,202,24,242,103,23,177,254,147,11,5,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,11,35,109,111,100,97,108,45,104,111,115,116,2,4,29,69,122,163,44,169,74,10,70,160,61,143,251,54,78,234,0,0,5,4,98,111,100,121,2,4,29,69,122,163,44,169,74,10,70,160,61,143,251,54,78,234,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,7,46,98,97,110,110,101,114,2,1,128,163,161,118,0,2,1,17,114,99,44,32,102,105,120,101,100,44,32,44,32,115,116,97,121,2,1,128,163,161,118,0,8,1,15,46,101,118,100,45,98,97,99,107,103,114,111,117,110,100,2,1,112,197,248,228,0,0,5,9,104,116,109,108,44,98,111,100,121,2,1,112,197,248,228,79,112,111,115,105,116,105,111,110,58,32,115,116,97,116,105,99,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,119,105,100,116,104,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,13,35,98,111,100,121,45,111,118,101,114,108,97,121,2,1,119,93,105,176,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,119,93,105,176,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,30,46,102,114,111,110,116,101,110,100,80,114,105,118,97,99,121,95,95,109,111,100,97,108,87,114,97,112,112,101,114,2,4,0,81,104,168,32,65,175,142,147,114,114,182,157,243,37,62,0,0,5,9,98,111,100,121,44,104,116,109,108,2,4,0,81,104,168,32,65,175,142,147,114,114,182,157,243,37,62,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,17,46,103,45,99,111,110,115,101,110,116,109,97,110,97,103,101,114,2,2,225,186,118,16,234,227,170,115,0,0,5,9,98,111,100,121,44,104,116,109,108,2,2,225,186,118,16,234,227,170,115,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,7,46,100,105,109,109,101,114,2,4,0,88,51,52,57,203,85,149,121,67,125,216,134,209,127,103,0,0,5,9,98,111,100,121,44,104,116,109,108,2,4,0,88,51,52,57,203,85,149,121,67,125,216,134,209,127,103,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,16,35,99,111,111,107,105,101,45,99,111,110,115,101,110,116,50,2,1,113,249,183,95,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,113,249,183,95,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,23,46,67,111,111,107,105,101,80,111,112,117,112,45,68,105,118,87,114,97,112,112,101,114,2,4,48,59,218,73,78,6,121,56,94,223,131,187,197,25,239,228,0,0,5,9,98,111,100,121,44,104,116,109,108,2,4,48,59,218,73,78,6,121,56,94,223,131,187,197,25,239,228,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,18,35,112,111,112,117,112,77,111,100,97,108,79,118,101,114,108,97,121,2,13,17,230,199,131,51,111,129,107,73,196,155,66,77,59,109,52,77,250,225,132,87,222,117,164,92,137,76,219,101,35,120,8,117,150,191,138,157,45,44,114,159,114,31,6,174,80,48,133,183,193,61,44,0,0,5,9,98,111,100,121,44,104,116,109,108,2,13,17,230,199,131,51,111,129,107,73,196,155,66,77,59,109,52,77,250,225,132,87,222,117,164,92,137,76,219,101,35,120,8,117,150,191,138,157,45,44,114,159,114,31,6,174,80,48,133,183,193,61,44,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,16,46,98,97,99,107,100,114,111,112,45,99,111,111,107,105,101,2,2,123,159,15,235,217,62,228,18,0,0,5,9,98,111,100,121,44,104,116,109,108,2,2,123,159,15,235,217,62,228,18,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,21,46,115,108,105,100,105,110,103,45,112,111,112,117,112,45,98,111,116,116,111,109,2,5,4,38,90,2,43,249,52,185,84,165,103,175,168,177,131,118,230,16,134,149,0,0,5,9,98,111,100,121,44,104,116,109,108,2,5,4,38,90,2,43,249,52,185,84,165,103,175,168,177,131,118,230,16,134,149,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,28,46,99,111,111,107,105,101,45,98,97,110,110,101,114,45,109,111,100,97,108,45,111,118,101,114,108,97,121,2,4,10,74,141,47,86,134,137,244,165,35,220,40,215,224,180,171,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,4,10,74,141,47,86,134,137,244,165,35,220,40,215,224,180,171,0,0,5,4,104,116,109,108,2,4,10,74,141,47,86,134,137,244,165,35,220,40,215,224,180,171,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,18,46,99,111,111,107,115,105,101,115,108,97,119,45,98,108,111,99,107,2,1,190,223,149,46,0,0,5,4,98,111,100,121,2,1,190,223,149,46,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,14,46,115,99,114,101,101,110,45,100,97,114,107,101,110,2,1,83,68,105,72,0,0,5,4,98,111,100,121,2,1,83,68,105,72,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,19,46,111,120,121,45,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,2,166,216,35,232,168,207,90,164,0,0,5,4,98,111,100,121,2,2,166,216,35,232,168,207,90,164,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,14,46,118,109,45,45,99,111,110,116,97,105,110,101,114,2,1,197,31,224,125,0,0,5,4,104,116,109,108,2,1,197,31,224,125,79,112,111,115,105,116,105,111,110,58,32,115,116,97,116,105,99,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,119,105,100,116,104,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,19,35,109,97,99,97,114,111,110,95,99,111,111,107,105,101,95,98,111,120,2,1,103,244,149,13,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,103,244,149,13,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,25,46,109,97,105,110,95,115,101,108,102,95,111,118,101,114,108,97,121,95,99,111,111,107,105,101,2,1,35,21,102,177,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,35,21,102,177,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,17,35,106,116,45,99,111,111,107,105,101,115,45,109,111,100,97,108,2,1,216,134,168,56,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,216,134,168,56,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,21,46,106,115,45,99,111,111,107,105,101,115,45,99,111,110,116,97,105,110,101,114,2,1,184,154,201,242,0,2,1,20,114,99,44,32,110,111,83,99,114,111,108,108,44,32,44,32,115,116,97,121,2,1,184,154,201,242,0,2,1,31,114,99,44,32,99,111,111,107,105,101,95,110,111,116,105,102,105,99,97,116,105,111,110,44,32,44,32,115,116,97,121,2,1,68,65,21,249,0,8,1,7,46,109,111,98,105,108,101,2,1,68,65,21,249,0,2,1,47,115,101,116,44,32,120,118,46,100,105,115,99,108,97,105,109,101,114,46,100,105,115,112,108,97,121,67,111,111,107,105,101,80,111,112,117,112,44,32,110,111,111,112,70,117,110,99,2,1,128,68,68,176,0,8,1,14,46,112,111,112,105,110,45,111,118,101,114,108,97,121,2,1,90,33,117,113,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,90,33,117,113,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,9,46,99,99,109,45,114,111,111,116,2,1,58,158,226,187,0,8,1,19,46,99,111,111,107,105,101,45,110,111,116,101,45,111,112,116,45,105,110,2,1,239,63,237,111,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,239,63,237,111,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,18,46,119,111,119,45,109,111,100,97,108,45,111,118,101,114,108,97,121,2,1,126,83,17,161,0,0,5,4,104,116,109,108,2,1,126,83,17,161,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,28,46,105,110,100,101,120,45,109,111,100,117,108,101,95,111,118,101,114,108,97,121,95,95,100,81,99,109,53,2,1,63,187,146,82,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,63,187,146,82,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,17,35,99,111,111,107,105,101,45,109,111,100,97,108,45,98,111,120,2,1,238,41,177,163,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,1,238,41,177,163,0,0,5,4,98,111,100,121,2,1,238,41,177,163,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,23,46,100,105,97,108,111,103,45,108,105,103,104,116,98,111,120,45,119,105,100,103,101,116,2,3,22,126,250,238,30,151,80,166,119,187,66,157,0,0,5,9,98,111,100,121,44,104,116,109,108,2,3,22,126,250,238,30,151,80,166,119,187,66,157,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,14,35,108,97,121,101,114,45,119,114,97,112,112,101,114,2,1,27,116,78,27,0,2,1,23,114,99,44,32,108,97,121,101,114,65,99,116,105,118,101,44,32,44,32,115,116,97,121,2,1,27,116,78,27,0,8,1,12,46,106,115,45,45,111,118,101,114,108,97,121,2,3,31,8,115,245,49,252,102,8,255,91,124,88,0,16,1,35,35,115,104,112,114,45,99,111,111,107,105,101,45,102,97,118,111,117,114,45,99,111,110,115,101,110,116,45,109,97,110,97,103,101,114,2,3,31,8,115,245,49,252,102,8,255,91,124,88,0,0,5,9,98,111,100,121,44,104,116,109,108,2,3,31,8,115,245,49,252,102,8,255,91,124,88,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,10,46,97,108,108,45,116,101,114,109,115,2,1,37,183,38,93,0,2,1,29,114,99,44,32,32,98,108,111,99,107,101,100,45,98,111,100,121,44,32,98,111,100,121,44,32,115,116,97,121,2,1,37,183,38,93,0,16,1,11,35,99,99,45,109,99,45,114,103,112,100,2,1,97,114,241,2,0,2,1,26,114,99,44,32,32,110,111,45,115,99,114,111,108,108,44,32,98,111,100,121,44,32,115,116,97,121,2,1,97,114,241,2,0,16,1,14,35,99,99,98,45,99,111,110,116,97,105,110,101,114,2,1,147,15,215,46,0,8,1,21,46,100,105,97,108,111,103,45,116,121,112,101,45,108,105,103,104,116,98,111,120,2,1,147,15,215,46,0,0,5,4,98,111,100,121,2,1,147,15,215,46,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,20,46,109,111,100,97,108,45,99,111,111,107,105,101,45,112,111,108,105,99,121,2,1,47,43,220,93,0,0,5,9,104,116,109,108,44,98,111,100,121,2,1,47,43,220,93,79,112,111,115,105,116,105,111,110,58,32,115,116,97,116,105,99,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,119,105,100,116,104,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,0,0,1,29,101,117,105,45,99,111,111,107,105,101,45,97,99,99,101,112,116,97,110,99,101,45,109,97,110,97,103,101,114,2,2,203,33,149,194,234,207,239,133,0,0,5,9,98,111,100,121,44,104,116,109,108,2,2,203,33,149,194,234,207,239,133,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,0,1,25,91,99,108,97,115,115,42,61,34,67,111,111,107,105,101,67,111,110,115,101,110,116,95,34,93,2,1,94,182,212,178,0,0,5,4,104,116,109,108,2,1,94,182,212,178,25,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,0,1,27,100,105,118,91,99,108,97,115,115,42,61,34,67,111,111,107,105,101,67,111,110,115,101,110,116,34,93,2,1,125,8,170,24,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,125,8,170,24,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,2,1,20,114,99,44,32,112,111,112,117,112,44,32,100,105,118,44,32,115,116,97,121,2,1,67,3,195,68,0,16,1,21,35,95,95,116,101,97,108,105,117,109,71,68,80,82,101,99,77,111,100,97,108,2,1,67,3,195,68,0,16,1,31,35,67,111,111,107,105,101,67,111,110,115,101,110,116,70,117,108,108,115,99,114,101,101,110,87,114,97,112,112,101,114,2,1,241,174,15,121,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,241,174,15,121,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,14,46,111,118,101,114,108,97,121,45,50,53,72,111,111,2,1,172,218,236,95,0,0,5,4,104,116,109,108,2,1,172,218,236,95,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,6,35,99,111,118,101,114,2,6,18,167,17,168,50,130,190,148,51,248,137,138,64,24,168,31,120,24,171,67,204,234,82,225,0,16,1,18,35,100,105,118,95,112,111,112,117,112,95,99,111,111,107,105,101,115,2,6,18,167,17,168,50,130,190,148,51,248,137,138,64,24,168,31,120,24,171,67,204,234,82,225,0,0,5,4,98,111,100,121,2,6,18,167,17,168,50,130,190,148,51,248,137,138,64,24,168,31,120,24,171,67,204,234,82,225,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,22,35,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,112,114,111,109,112,116,2,1,219,194,85,75,0,0,5,4,98,111,100,121,2,1,219,194,85,75,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,21,46,110,102,45,112,114,111,99,111,111,107,105,101,45,111,118,101,114,108,97,121,2,1,152,69,0,11,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,152,69,0,11,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,13,46,99,45,100,105,115,99,108,97,105,109,101,114,2,1,78,250,170,5,0,2,1,25,114,99,44,32,104,97,115,45,110,111,45,115,99,114,111,108,108,44,32,44,32,115,116,97,121,2,1,78,250,170,5,0,8,1,26,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,98,111,120,45,111,118,101,114,108,97,121,2,1,126,4,161,118,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,126,4,161,118,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,14,46,112,118,67,111,111,107,105,101,79,112,116,73,110,2,1,229,45,136,170,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,229,45,136,170,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,6,46,109,111,100,97,108,2,1,151,4,14,62,0,2,1,27,114,99,44,32,109,101,115,115,97,103,101,115,45,97,99,116,105,118,101,44,32,44,32,115,116,97,121,2,1,151,4,14,62,0,8,1,15,46,105,110,99,109,115,45,100,112,98,97,110,110,101,114,2,1,126,53,234,126,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,126,53,234,126,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,25,46,122,45,53,48,46,108,101,102,116,45,48,46,119,45,102,117,108,108,46,102,105,120,101,100,2,1,203,134,38,200,0,8,1,48,46,100,117,114,97,116,105,111,110,45,55,48,48,46,116,114,97,110,115,105,116,105,111,110,45,97,108,108,46,102,108,101,120,46,98,111,116,116,111,109,45,48,46,102,105,120,101,100,2,1,203,134,38,200,0,8,1,15,46,98,111,116,116,111,109,45,48,46,102,105,120,101,100,2,1,142,38,149,186,0,0,5,9,98,111,100,121,44,104,116,109,108,2,2,142,38,149,186,203,134,38,200,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,9,46,76,105,103,104,116,98,111,120,2,1,249,27,89,45,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,249,27,89,45,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,17,46,108,97,121,111,117,116,45,109,97,115,107,45,100,97,114,107,2,1,76,96,9,225,0,8,1,15,46,99,111,110,115,101,110,116,45,119,105,110,100,111,119,2,1,76,96,9,225,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,76,96,9,225,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,15,35,98,109,76,97,121,101,114,67,111,111,107,105,101,115,2,1,241,19,201,43,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,241,19,201,43,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,15,46,109,111,100,97,108,45,100,114,111,112,100,111,119,110,2,1,28,142,116,86,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,28,142,116,86,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,15,46,76,116,67,111,111,107,105,101,115,77,111,100,97,108,2,1,45,163,7,82,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,45,163,7,82,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,29,46,99,111,111,107,105,101,45,112,97,110,101,108,45,99,111,110,116,97,105,110,101,114,45,50,68,109,68,109,2,1,42,47,178,183,0,0,5,4,98,111,100,121,2,1,42,47,178,183,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,8,46,99,45,109,111,100,97,108,2,1,224,11,78,81,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,224,11,78,81,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,19,46,99,111,110,115,101,110,116,45,98,97,99,107,103,114,111,117,110,100,2,5,6,204,198,16,27,105,108,128,54,210,215,206,143,113,183,91,148,193,166,124,0,0,5,9,98,111,100,121,44,104,116,109,108,2,5,6,204,198,16,27,105,108,128,54,210,215,206,143,113,183,91,148,193,166,124,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,13,46,116,105,110,103,108,101,45,109,111,100,97,108,2,1,249,124,195,158,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,249,124,195,158,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,26,35,111,112,98,111,120,45,103,100,112,114,45,99,111,110,115,101,110,116,115,45,109,111,100,97,108,2,3,203,171,122,52,206,17,82,203,252,242,250,38,0,16,1,15,35,115,105,119,97,45,99,111,111,107,105,101,98,97,114,2,1,127,57,162,224,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,1,127,57,162,224,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,127,57,162,224,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,25,46,77,105,110,105,80,97,110,101,108,95,111,118,101,114,108,97,121,95,95,71,57,89,50,99,2,1,174,243,212,154,0,8,1,32,46,67,111,111,107,105,101,78,111,116,105,99,101,85,83,95,109,105,110,105,80,97,110,101,108,95,95,50,77,104,53,80,2,1,174,243,212,154,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,174,243,212,154,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,5,46,89,83,85,69,2,2,93,51,81,159,176,11,45,132,0,16,1,5,35,72,79,95,80,2,1,47,40,230,22,0,0,5,9,98,111,100,121,44,104,116,109,108,2,4,12,255,123,108,47,40,230,22,93,51,81,159,176,11,45,132,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,11,46,82,57,45,79,118,101,114,108,97,121,2,2,12,255,123,108,47,40,230,22,0,2,1,19,114,99,44,32,95,51,49,101,44,32,100,105,118,44,32,115,116,97,121,2,1,212,106,108,114,0,2,1,31,114,99,44,32,104,97,115,67,111,111,107,105,101,66,97,110,110,101,114,44,32,98,111,100,121,44,32,115,116,97,121,2,1,212,106,108,114,0,0,1,36,91,100,97,116,97,45,116,101,115,116,105,100,61,34,99,111,111,107,105,101,45,112,111,108,105,99,121,45,100,105,97,108,111,103,34,93,2,1,212,106,108,114,0,0,5,4,98,111,100,121,2,1,212,106,108,114,27,111,118,101,114,102,108,111,119,58,32,115,99,114,111,108,108,32,33,105,109,112,111,114,116,97,110,116,0,8,1,21,46,109,111,100,97,108,45,45,116,104,101,109,101,45,100,101,102,97,117,108,116,2,25,2,145,170,81,13,113,213,176,16,3,195,226,18,69,135,123,18,208,165,141,18,208,165,141,29,123,80,14,57,245,181,248,76,15,31,221,76,193,95,213,102,81,173,145,105,44,144,6,108,216,67,78,115,82,34,166,135,104,32,227,160,146,75,67,168,221,171,183,171,9,181,65,178,255,3,62,186,245,233,21,213,44,250,212,213,172,22,229,232,151,46,158,246,96,226,252,252,180,123,160,0,8,1,34,46,99,111,111,107,105,101,119,97,114,110,105,110,103,58,110,111,116,40,98,111,100,121,41,58,110,111,116,40,104,116,109,108,41,2,25,2,145,170,81,13,113,213,176,16,3,195,226,18,69,135,123,18,208,165,141,18,208,165,141,29,123,80,14,57,245,181,248,76,15,31,221,76,193,95,213,102,81,173,145,105,44,144,6,108,216,67,78,115,82,34,166,135,104,32,227,160,146,75,67,168,221,171,183,171,9,181,65,178,255,3,62,186,245,233,21,213,44,250,212,213,172,22,229,232,151,46,158,246,96,226,252,252,180,123,160,0,0,5,9,98,111,100,121,44,104,116,109,108,2,25,2,145,170,81,13,113,213,176,16,3,195,226,18,69,135,123,18,208,165,141,18,208,165,141,29,123,80,14,57,245,181,248,76,15,31,221,76,193,95,213,102,81,173,145,105,44,144,6,108,216,67,78,115,82,34,166,135,104,32,227,160,146,75,67,168,221,171,183,171,9,181,65,178,255,3,62,186,245,233,21,213,44,250,212,213,172,22,229,232,151,46,158,246,96,226,252,252,180,123,160,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,11,46,82,57,45,79,118,101,114,108,97,121,2,1,206,45,227,158,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,206,45,227,158,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,9,46,99,109,112,98,111,120,66,71,2,2,50,136,237,138,185,14,104,6,0,8,1,7,46,99,109,112,98,111,120,2,2,50,136,237,138,185,14,104,6,0,0,5,9,98,111,100,121,44,104,116,109,108,2,2,50,136,237,138,185,14,104,6,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,5,35,115,117,112,105,2,2,6,203,181,248,250,191,193,128,0,0,5,9,98,111,100,121,44,104,116,109,108,2,2,6,203,181,248,250,191,193,128,79,112,111,115,105,116,105,111,110,58,32,115,116,97,116,105,99,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,119,105,100,116,104,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,28,46,109,100,108,45,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,45,108,97,121,101,114,2,1,60,207,90,107,0,8,1,6,46,110,116,45,99,99,2,1,60,207,90,107,0,0,5,4,104,116,109,108,2,1,60,207,90,107,79,112,111,115,105,116,105,111,110,58,32,115,116,97,116,105,99,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,119,105,100,116,104,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,13,35,109,111,100,97,108,45,99,111,111,107,105,101,2,1,112,13,217,201,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,112,13,217,201,79,112,111,115,105,116,105,111,110,58,32,115,116,97,116,105,99,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,119,105,100,116,104,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,20,46,99,111,111,107,105,101,45,109,111,100,97,108,45,100,105,97,108,111,103,2,1,20,40,90,140,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,20,40,90,140,79,112,111,115,105,116,105,111,110,58,32,115,116,97,116,105,99,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,119,105,100,116,104,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,18,35,112,111,112,85,112,67,111,111,107,105,101,115,77,111,100,97,108,2,1,168,51,104,55,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,1,168,51,104,55,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,168,51,104,55,79,112,111,115,105,116,105,111,110,58,32,115,116,97,116,105,99,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,119,105,100,116,104,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,19,35,109,111,100,97,108,45,99,111,111,107,105,101,45,109,111,100,97,108,2,1,55,130,248,146,0,8,1,16,46,98,97,99,107,100,114,111,112,45,102,105,108,116,101,114,2,1,55,130,248,146,0,0,5,9,104,116,109,108,44,98,111,100,121,2,1,55,130,248,146,79,112,111,115,105,116,105,111,110,58,32,115,116,97,116,105,99,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,119,105,100,116,104,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,12,46,106,115,45,45,111,118,101,114,108,97,121,2,1,178,4,117,144,0,8,1,16,46,115,105,122,105,110,103,45,45,99,111,110,116,101,110,116,2,1,178,4,117,144,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,178,4,117,144,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,24,35,110,113,95,99,110,105,108,98,97,110,110,101,114,95,99,111,110,116,97,105,110,101,114,2,1,126,183,107,173,0,2,1,25,114,99,44,32,110,111,45,115,99,114,111,108,108,44,32,98,111,100,121,44,32,115,116,97,121,2,1,126,183,107,173,0,8,5,9,46,110,103,45,115,99,111,112,101,2,1,65,241,251,149,75,102,105,108,116,101,114,58,32,110,111,110,101,32,33,105,109,112,111,114,116,97,110,116,59,111,112,97,99,105,116,121,58,49,32,33,105,109,112,111,114,116,97,110,116,59,112,111,105,110,116,101,114,45,101,118,101,110,116,115,58,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,2,1,18,114,99,44,32,98,108,117,114,101,100,44,32,44,32,115,116,97,121,2,1,65,241,251,149,0,8,1,9,46,112,115,45,111,117,116,101,114,2,1,65,241,251,149,0,8,1,17,46,99,111,110,115,101,110,116,95,95,119,114,97,112,112,101,114,2,6,0,62,60,87,11,183,158,228,42,241,188,204,48,74,191,207,91,5,151,68,144,33,9,194,0,2,1,24,114,99,44,32,110,111,115,99,114,111,108,108,44,32,98,111,100,121,44,32,115,116,97,121,2,2,0,62,60,87,11,183,158,228,0,0,5,9,98,111,100,121,44,104,116,109,108,2,4,42,241,188,204,48,74,191,207,91,5,151,68,144,33,9,194,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,2,1,23,114,99,44,32,104,97,115,45,111,118,101,114,108,97,121,44,32,44,32,115,116,97,121,2,1,95,147,58,113,0,0,5,4,98,111,100,121,2,1,95,147,58,113,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,18,35,102,108,101,120,95,99,111,111,107,105,101,95,112,111,112,117,112,2,1,20,76,29,98,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,20,76,29,98,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,64,46,109,111,100,97,108,45,98,111,120,45,45,109,101,100,105,117,109,46,109,111,100,97,108,45,98,111,120,91,97,114,105,97,45,108,97,98,101,108,108,101,100,98,121,61,34,109,111,100,97,108,45,98,111,120,45,104,101,97,100,101,114,34,93,2,3,62,187,220,106,89,83,179,97,172,202,66,143,0,0,5,9,98,111,100,121,44,104,116,109,108,2,3,62,187,220,106,89,83,179,97,172,202,66,143,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,13,46,99,111,111,107,105,101,67,111,110,102,105,103,2,2,32,123,109,121,116,30,104,236,0,0,5,9,98,111,100,121,44,104,116,109,108,2,2,32,123,109,121,116,30,104,236,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,25,46,108,105,103,104,116,98,111,120,45,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,2,60,9,43,182,179,12,9,217,226,20,73,67,254,21,238,147,86,22,113,243,211,27,20,137,186,35,53,14,90,39,122,108,167,42,136,68,216,50,57,178,72,50,207,4,77,55,72,109,104,56,110,157,111,66,233,166,26,79,203,236,32,82,109,166,163,85,253,150,38,86,126,80,242,102,108,249,39,107,150,27,154,120,148,111,132,120,199,61,247,123,1,130,148,127,94,9,128,127,202,203,49,139,159,84,193,140,123,105,124,142,22,0,196,151,143,182,189,152,214,27,234,161,154,221,148,162,196,238,80,169,231,104,217,169,239,205,8,172,137,72,146,174,189,109,18,174,192,229,153,178,16,208,132,184,221,183,215,191,196,81,97,192,217,35,208,195,228,110,64,199,199,252,5,203,184,195,1,212,201,146,147,214,193,14,183,215,220,18,100,215,228,155,255,216,178,50,172,222,192,207,241,229,149,212,230,230,150,197,12,230,202,176,172,232,75,34,157,234,122,1,148,242,231,101,11,245,241,14,221,247,105,211,145,248,238,125,141,255,5,10,145,0,8,1,13,46,100,97,114,107,101,110,45,108,97,121,101,114,2,60,9,43,182,179,12,9,217,226,20,73,67,254,21,238,147,86,22,113,243,211,27,20,137,186,35,53,14,90,39,122,108,167,42,136,68,216,50,57,178,72,50,207,4,77,55,72,109,104,56,110,157,111,66,233,166,26,79,203,236,32,82,109,166,163,85,253,150,38,86,126,80,242,102,108,249,39,107,150,27,154,120,148,111,132,120,199,61,247,123,1,130,148,127,94,9,128,127,202,203,49,139,159,84,193,140,123,105,124,142,22,0,196,151,143,182,189,152,214,27,234,161,154,221,148,162,196,238,80,169,231,104,217,169,239,205,8,172,137,72,146,174,189,109,18,174,192,229,153,178,16,208,132,184,221,183,215,191,196,81,97,192,217,35,208,195,228,110,64,199,199,252,5,203,184,195,1,212,201,146,147,214,193,14,183,215,220,18,100,215,228,155,255,216,178,50,172,222,192,207,241,229,149,212,230,230,150,197,12,230,202,176,172,232,75,34,157,234,122,1,148,242,231,101,11,245,241,14,221,247,105,211,145,248,238,125,141,255,5,10,145,0,2,1,40,114,99,44,32,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,105,115,45,97,99,116,105,118,101,44,32,98,111,100,121,44,32,115,116,97,121,2,60,9,43,182,179,12,9,217,226,20,73,67,254,21,238,147,86,22,113,243,211,27,20,137,186,35,53,14,90,39,122,108,167,42,136,68,216,50,57,178,72,50,207,4,77,55,72,109,104,56,110,157,111,66,233,166,26,79,203,236,32,82,109,166,163,85,253,150,38,86,126,80,242,102,108,249,39,107,150,27,154,120,148,111,132,120,199,61,247,123,1,130,148,127,94,9,128,127,202,203,49,139,159,84,193,140,123,105,124,142,22,0,196,151,143,182,189,152,214,27,234,161,154,221,148,162,196,238,80,169,231,104,217,169,239,205,8,172,137,72,146,174,189,109,18,174,192,229,153,178,16,208,132,184,221,183,215,191,196,81,97,192,217,35,208,195,228,110,64,199,199,252,5,203,184,195,1,212,201,146,147,214,193,14,183,215,220,18,100,215,228,155,255,216,178,50,172,222,192,207,241,229,149,212,230,230,150,197,12,230,202,176,172,232,75,34,157,234,122,1,148,242,231,101,11,245,241,14,221,247,105,211,145,248,238,125,141,255,5,10,145,0,2,1,25,114,99,44,32,110,111,45,115,99,114,111,108,108,44,32,98,111,100,121,44,32,115,116,97,121,2,60,9,43,182,179,12,9,217,226,20,73,67,254,21,238,147,86,22,113,243,211,27,20,137,186,35,53,14,90,39,122,108,167,42,136,68,216,50,57,178,72,50,207,4,77,55,72,109,104,56,110,157,111,66,233,166,26,79,203,236,32,82,109,166,163,85,253,150,38,86,126,80,242,102,108,249,39,107,150,27,154,120,148,111,132,120,199,61,247,123,1,130,148,127,94,9,128,127,202,203,49,139,159,84,193,140,123,105,124,142,22,0,196,151,143,182,189,152,214,27,234,161,154,221,148,162,196,238,80,169,231,104,217,169,239,205,8,172,137,72,146,174,189,109,18,174,192,229,153,178,16,208,132,184,221,183,215,191,196,81,97,192,217,35,208,195,228,110,64,199,199,252,5,203,184,195,1,212,201,146,147,214,193,14,183,215,220,18,100,215,228,155,255,216,178,50,172,222,192,207,241,229,149,212,230,230,150,197,12,230,202,176,172,232,75,34,157,234,122,1,148,242,231,101,11,245,241,14,221,247,105,211,145,248,238,125,141,255,5,10,145,0,8,1,15,46,84,114,97,109,105,110,111,67,111,110,115,101,110,116,2,30,1,184,207,24,27,192,163,216,28,108,79,49,76,161,244,132,94,42,40,240,98,197,62,241,103,7,12,46,117,76,117,131,122,218,243,166,135,184,23,4,136,118,246,175,172,8,136,206,182,43,105,190,187,140,43,75,190,86,169,113,193,15,91,132,194,208,23,24,197,197,83,58,198,70,169,19,201,72,16,97,201,144,202,249,211,43,11,108,214,76,186,101,215,37,245,110,216,152,111,212,221,78,159,215,228,99,238,212,230,236,65,6,231,109,233,174,243,209,225,119,0,0,5,9,98,111,100,121,44,104,116,109,108,2,30,1,184,207,24,27,192,163,216,28,108,79,49,76,161,244,132,94,42,40,240,98,197,62,241,103,7,12,46,117,76,117,131,122,218,243,166,135,184,23,4,136,118,246,175,172,8,136,206,182,43,105,190,187,140,43,75,190,86,169,113,193,15,91,132,194,208,23,24,197,197,83,58,198,70,169,19,201,72,16,97,201,144,202,249,211,43,11,108,214,76,186,101,215,37,245,110,216,152,111,212,221,78,159,215,228,99,238,212,230,236,65,6,231,109,233,174,243,209,225,119,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,0,5,9,98,111,100,121,44,104,116,109,108,2,4,5,24,96,196,31,112,6,71,101,69,7,241,232,72,63,111,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,8,46,111,118,101,114,108,97,121,2,1,140,185,4,154,0,8,1,11,46,99,99,45,45,98,97,110,110,101,114,2,1,140,185,4,154,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,140,185,4,154,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,21,35,109,121,77,111,100,97,108,67,111,111,107,105,101,67,111,110,115,101,110,116,2,4,72,29,110,81,159,86,18,29,170,36,189,219,204,15,11,210,0,0,5,4,98,111,100,121,2,4,72,29,110,81,159,86,18,29,170,36,189,219,204,15,11,210,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,17,46,118,45,45,109,111,100,97,108,45,111,118,101,114,108,97,121,2,2,170,23,197,172,221,203,68,242,0,0,5,9,98,111,100,121,44,104,116,109,108,2,2,170,23,197,172,221,203,68,242,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,26,46,118,45,45,109,111,100,97,108,45,98,97,99,107,103,114,111,117,110,100,45,99,108,105,99,107,2,1,44,143,175,247,0,8,1,17,46,118,45,45,109,111,100,97,108,45,111,118,101,114,108,97,121,2,1,44,143,175,247,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,44,143,175,247,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,5,35,76,71,80,68,2,1,42,74,147,137,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,42,74,147,137,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,6,46,109,111,100,97,108,2,1,21,178,25,59,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,1,21,178,25,59,0,8,1,15,46,119,112,114,45,112,111,112,117,112,45,111,112,101,110,2,1,83,215,70,176,0,8,1,28,46,101,117,45,99,111,111,107,105,101,45,99,111,109,112,108,105,97,110,99,101,45,98,97,110,110,101,114,2,1,229,117,160,10,0,8,1,33,46,101,117,45,99,111,111,107,105,101,45,99,111,109,112,108,105,97,110,99,101,45,98,97,110,110,101,114,45,105,110,102,111,2,1,229,117,160,10,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,229,117,160,10,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,21,46,99,111,111,107,105,101,45,109,111,100,97,108,45,119,114,97,112,112,101,114,2,1,54,159,164,123,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,1,54,159,164,123,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,54,159,164,123,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,14,46,116,120,45,112,112,119,45,99,111,111,107,105,101,2,1,27,115,44,223,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,27,115,44,223,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,5,46,102,97,100,101,2,1,223,214,169,182,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,223,214,169,182,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,13,46,99,111,111,107,105,101,45,97,108,101,114,116,2,2,6,185,232,0,166,25,43,207,0,0,5,9,98,111,100,121,44,104,116,109,108,2,2,6,185,232,0,166,25,43,207,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,21,46,99,111,111,107,105,101,115,45,112,111,112,117,112,45,104,111,108,100,101,114,2,1,134,237,197,108,0,0,5,4,98,111,100,121,2,1,134,237,197,108,26,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,3,46,99,98,2,2,38,157,65,240,232,51,172,237,0,0,5,9,98,111,100,121,44,104,116,109,108,2,2,38,157,65,240,232,51,172,237,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,16,1,22,35,99,109,112,116,95,99,117,115,116,111,109,101,114,45,45,99,111,111,107,105,101,2,4,2,78,192,56,65,34,185,182,176,187,37,108,243,190,144,245,0,0,5,9,98,111,100,121,44,104,116,109,108,2,4,2,78,192,56,65,34,185,182,176,187,37,108,243,190,144,245,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,14,46,99,45,97,112,112,45,111,118,101,114,108,97,121,2,1,192,224,97,139,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,192,224,97,139,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,29,46,116,113,99,45,109,111,100,97,108,95,95,99,111,110,116,101,110,116,45,99,111,110,116,97,105,110,101,114,2,1,153,186,68,252,0,8,1,9,46,116,113,99,45,102,97,100,101,2,1,153,186,68,252,0,0,5,4,98,111,100,121,2,1,153,186,68,252,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,16,1,11,35,104,117,115,115,45,109,111,100,97,108,2,1,162,167,125,206,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,162,167,125,206,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,8,1,24,46,109,101,115,115,97,103,101,45,111,118,101,114,108,97,121,45,45,99,111,111,107,105,101,2,1,161,237,156,95,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,161,237,156,95,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,7,46,100,105,109,109,101,100,2,1,194,197,250,155,0,0,5,4,98,111,100,121,2,1,194,197,250,155,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,17,46,102,111,99,117,115,45,99,111,111,107,105,101,98,97,114,97,2,3,34,64,203,213,71,185,14,234,234,20,11,212,0,0,5,4,98,111,100,121,2,3,34,64,203,213,71,185,14,234,234,20,11,212,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,13,46,109,111,100,97,108,87,114,97,112,112,101,114,2,1,27,125,40,215,0,8,1,11,46,99,115,115,45,56,110,100,111,119,108,2,1,27,125,40,215,0,0,5,4,104,116,109,108,2,1,27,125,40,215,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,22,35,99,111,111,107,105,101,45,98,97,110,110,101,114,45,103,101,110,101,114,97,108,2,1,224,67,76,67,0,8,1,10,46,100,105,97,108,111,103,45,98,103,2,1,224,67,76,67,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,224,67,76,67,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,10,35,100,97,114,107,45,102,97,100,101,2,1,126,77,220,111,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,126,77,220,111,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,0,1,18,104,121,108,111,45,99,111,111,107,105,101,45,98,97,110,110,101,114,2,1,17,235,148,167,0,8,1,21,46,98,97,99,107,100,114,111,112,45,110,111,45,116,97,112,112,97,98,108,101,2,1,17,235,148,167,0,8,1,27,46,104,121,108,111,45,99,111,111,107,105,101,45,98,97,110,110,101,114,45,103,101,110,101,114,97,108,2,1,17,235,148,167,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,17,235,148,167,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,2,1,32,114,99,44,32,99,111,111,107,105,101,115,103,100,112,114,95,95,115,99,114,111,108,108,44,32,32,44,32,115,116,97,121,2,6,5,197,165,85,34,211,62,43,67,93,99,157,96,237,180,222,143,128,9,200,196,70,174,126,0,2,1,14,110,111,115,105,105,102,44,32,115,99,114,111,108,108,2,6,5,197,165,85,34,211,62,43,67,93,99,157,96,237,180,222,143,128,9,200,196,70,174,126,0,8,1,12,46,99,111,111,107,105,101,115,103,100,112,114,2,6,5,197,165,85,34,211,62,43,67,93,99,157,96,237,180,222,143,128,9,200,196,70,174,126,0,8,1,16,46,98,108,111,99,107,101,114,45,99,111,111,107,105,101,115,2,23,7,116,72,62,23,162,244,45,28,15,54,129,48,214,222,78,53,180,19,206,59,71,225,90,78,25,67,164,94,135,247,154,119,150,127,67,134,153,55,20,134,153,106,35,144,214,231,25,158,54,131,214,170,138,119,91,192,13,193,19,200,224,51,58,201,139,42,63,204,148,33,68,213,104,123,108,221,15,211,147,224,17,231,140,236,132,156,19,254,6,81,64,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,20,3,243,10,17,25,28,97,8,46,95,71,197,49,5,114,20,53,23,17,196,54,24,25,145,75,253,74,87,85,247,191,117,99,60,18,96,105,224,154,29,116,32,204,54,129,112,92,185,144,43,238,73,163,201,134,45,201,5,199,237,205,164,252,155,208,17,250,125,223,119,96,155,226,153,148,220,238,205,238,92,0,0,5,9,98,111,100,121,44,104,116,109,108,2,36,3,243,10,17,7,116,72,62,23,162,244,45,25,28,97,8,28,15,54,129,46,95,71,197,48,214,222,78,49,5,114,20,49,5,114,20,53,23,17,196,59,71,225,90,75,253,74,87,78,25,67,164,94,135,247,154,99,60,18,96,116,32,204,54,119,150,127,67,134,153,55,20,134,153,106,35,144,214,231,25,163,201,134,45,170,138,119,91,192,13,193,19,200,224,51,58,201,5,199,237,201,139,42,63,204,148,33,68,205,164,252,155,213,104,123,108,221,15,211,147,223,119,96,155,224,17,231,140,226,153,148,220,236,132,156,19,238,205,238,92,254,6,81,64,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,32,35,99,111,111,107,105,101,45,98,97,110,110,101,114,95,95,95,66,86,95,109,111,100,97,108,95,111,117,116,101,114,95,2,1,208,251,226,172,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,208,251,226,172,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,19,35,99,111,111,107,105,101,45,109,111,100,97,108,45,49,50,51,52,53,2,1,247,186,230,73,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,1,247,186,230,73,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,247,186,230,73,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,0,5,4,104,116,109,108,2,1,53,180,19,206,25,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,0,5,4,104,116,109,108,2,2,3,16,85,190,182,205,134,68,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,18,46,113,99,45,99,109,112,50,45,99,111,110,116,97,105,110,101,114,2,1,243,130,165,217,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,243,130,165,217,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,15,46,100,105,115,99,108,97,105,109,101,114,45,98,97,114,2,1,125,165,39,198,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,125,165,39,198,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,21,46,99,111,110,115,101,110,116,45,98,111,120,95,95,119,114,97,112,112,101,114,2,1,62,48,110,219,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,62,48,110,219,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,0,5,9,98,111,100,121,44,104,116,109,108,2,66,4,219,34,74,9,92,171,247,19,60,160,247,22,146,101,45,32,250,253,132,35,106,159,233,36,90,214,151,36,108,13,140,39,51,134,60,42,148,118,122,49,19,107,198,73,56,55,127,74,179,66,252,75,136,180,73,77,134,61,12,79,175,75,15,92,134,75,249,100,33,98,65,100,33,98,65,100,80,135,123,105,7,231,2,118,76,105,19,126,151,162,70,128,69,231,143,130,87,76,74,130,87,76,113,130,87,76,151,133,112,134,57,133,151,137,170,134,92,55,106,142,220,63,237,146,126,26,192,149,91,163,205,149,232,119,11,153,188,236,251,167,115,65,35,170,128,6,26,171,50,194,9,171,72,194,69,177,153,87,101,177,162,215,4,178,40,191,3,178,133,109,18,178,183,89,102,179,112,130,121,179,112,130,121,181,252,116,27,184,68,99,177,184,91,81,38,185,216,34,112,187,35,157,197,191,162,158,6,195,144,48,87,196,93,194,245,198,239,50,63,204,229,221,161,213,28,73,59,214,158,9,215,220,226,201,6,221,110,115,119,222,207,166,167,236,231,202,238,243,93,243,168,250,230,99,53,252,75,23,64,253,151,245,92,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,24,46,115,118,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,109,111,100,97,108,2,73,3,46,166,137,5,62,216,102,8,120,182,131,8,210,194,135,9,90,203,12,11,31,228,217,19,91,82,183,27,243,13,186,29,255,153,67,30,184,0,206,31,29,38,148,33,126,132,148,35,231,188,159,38,117,150,110,41,250,186,253,44,121,13,244,46,10,213,252,48,131,144,57,57,115,54,5,58,82,140,26,61,152,137,83,66,153,137,166,69,135,44,237,72,48,132,103,75,71,162,234,82,67,239,169,82,68,9,143,82,70,48,7,82,77,31,169,82,82,84,16,97,93,255,236,97,193,68,170,106,110,248,232,107,197,57,17,119,40,94,248,119,40,122,128,123,138,184,67,139,217,148,61,141,226,16,78,142,142,91,150,156,41,27,57,159,83,223,130,159,209,142,218,161,13,136,133,161,19,84,13,167,234,190,48,173,106,168,4,173,133,180,103,178,115,46,15,181,195,28,21,188,122,202,6,203,117,49,138,207,20,219,216,210,158,133,166,211,89,42,82,220,141,40,156,224,163,148,49,228,57,156,81,228,122,80,148,228,133,106,95,229,37,199,60,229,50,121,225,229,210,93,144,230,80,116,154,231,182,122,91,234,237,233,178,234,237,235,35,234,237,235,56,237,8,174,234,244,17,43,134,244,98,173,191,248,189,147,154,254,157,23,86,0,8,1,27,46,101,110,118,45,109,111,100,97,108,45,100,105,97,108,111,103,95,95,98,97,99,107,100,114,111,112,2,73,3,46,166,137,5,62,216,102,8,120,182,131,8,210,194,135,9,90,203,12,11,31,228,217,19,91,82,183,27,243,13,186,29,255,153,67,30,184,0,206,31,29,38,148,33,126,132,148,35,231,188,159,38,117,150,110,41,250,186,253,44,121,13,244,46,10,213,252,48,131,144,57,57,115,54,5,58,82,140,26,61,152,137,83,66,153,137,166,69,135,44,237,72,48,132,103,75,71,162,234,82,67,239,169,82,68,9,143,82,70,48,7,82,77,31,169,82,82,84,16,97,93,255,236,97,193,68,170,106,110,248,232,107,197,57,17,119,40,94,248,119,40,122,128,123,138,184,67,139,217,148,61,141,226,16,78,142,142,91,150,156,41,27,57,159,83,223,130,159,209,142,218,161,13,136,133,161,19,84,13,167,234,190,48,173,106,168,4,173,133,180,103,178,115,46,15,181,195,28,21,188,122,202,6,203,117,49,138,207,20,219,216,210,158,133,166,211,89,42,82,220,141,40,156,224,163,148,49,228,57,156,81,228,122,80,148,228,133,106,95,229,37,199,60,229,50,121,225,229,210,93,144,230,80,116,154,231,182,122,91,234,237,233,178,234,237,235,35,234,237,235,56,237,8,174,234,244,17,43,134,244,98,173,191,248,189,147,154,254,157,23,86,0,0,5,9,98,111,100,121,44,104,116,109,108,2,72,3,46,166,137,5,62,216,102,8,120,182,131,8,210,194,135,9,90,203,12,11,31,228,217,19,91,82,183,27,243,13,186,29,255,153,67,30,184,0,206,31,29,38,148,33,126,132,148,35,231,188,159,38,117,150,110,41,250,186,253,44,121,13,244,46,10,213,252,48,131,144,57,57,115,54,5,58,82,140,26,61,152,137,83,66,153,137,166,69,135,44,237,72,48,132,103,75,71,162,234,82,67,239,169,82,68,9,143,82,70,48,7,82,77,31,169,82,82,84,16,97,93,255,236,97,193,68,170,106,110,248,232,107,197,57,17,119,40,94,248,119,40,122,128,123,138,184,67,139,217,148,61,141,226,16,78,142,142,91,150,156,41,27,57,159,83,223,130,159,209,142,218,161,13,136,133,161,19,84,13,167,234,190,48,173,106,168,4,173,133,180,103,181,195,28,21,188,122,202,6,203,117,49,138,207,20,219,216,210,158,133,166,211,89,42,82,220,141,40,156,224,163,148,49,228,57,156,81,228,122,80,148,228,133,106,95,229,37,199,60,229,50,121,225,229,210,93,144,230,80,116,154,231,182,122,91,234,237,233,178,234,237,235,35,234,237,235,56,237,8,174,234,244,17,43,134,244,98,173,191,248,189,147,154,254,157,23,86,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,8,46,111,118,101,114,108,97,121,2,1,45,160,252,12,0,8,1,21,46,115,108,105,100,105,110,103,45,112,111,112,117,112,45,98,111,116,116,111,109,2,1,45,160,252,12,0,0,5,4,98,111,100,121,2,1,45,160,252,12,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,20,46,102,97,110,99,121,98,111,120,95,95,99,111,110,116,97,105,110,101,114,2,1,114,31,132,134,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,114,31,132,134,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,18,46,99,111,111,107,105,101,115,112,108,117,115,45,109,111,100,97,108,2,4,5,12,105,26,94,99,64,10,225,77,46,82,234,193,95,115,0,8,1,17,46,102,97,110,99,121,98,111,120,45,111,118,101,114,108,97,121,2,4,5,12,105,26,94,99,64,10,225,77,46,82,234,193,95,115,0,0,5,9,98,111,100,121,44,104,116,109,108,2,4,5,12,105,26,94,99,64,10,225,77,46,82,234,193,95,115,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,18,46,99,111,111,107,105,101,115,112,108,117,115,45,109,111,100,97,108,2,19,0,227,196,52,6,23,203,189,6,198,4,47,19,37,36,44,32,141,119,53,45,75,248,243,47,130,221,244,61,178,65,53,62,202,168,35,75,118,223,156,80,15,137,94,142,141,159,208,151,153,52,79,165,200,178,124,204,174,183,58,207,93,101,110,209,37,233,239,216,120,203,149,246,157,178,128,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,19,0,227,196,52,6,23,203,189,6,198,4,47,19,37,36,44,32,141,119,53,45,75,248,243,47,130,221,244,61,178,65,53,62,202,168,35,75,118,223,156,80,15,137,94,142,141,159,208,151,153,52,79,165,200,178,124,204,174,183,58,207,93,101,110,209,37,233,239,216,120,203,149,246,157,178,128,0,0,5,9,98,111,100,121,44,104,116,109,108,2,19,0,227,196,52,6,23,203,189,6,198,4,47,19,37,36,44,32,141,119,53,45,75,248,243,47,130,221,244,61,178,65,53,62,202,168,35,75,118,223,156,80,15,137,94,142,141,159,208,151,153,52,79,165,200,178,124,204,174,183,58,207,93,101,110,209,37,233,239,216,120,203,149,246,157,178,128,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,11,46,103,100,112,114,45,109,111,100,97,108,2,2,124,239,119,62,127,95,44,35,0,0,5,9,98,111,100,121,44,104,116,109,108,2,2,124,239,119,62,127,95,44,35,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,19,46,105,117,98,101,110,100,97,45,99,115,45,118,105,115,105,98,108,101,2,3,11,245,67,166,48,195,88,102,199,189,88,119,0,0,5,9,98,111,100,121,44,104,116,109,108,2,3,11,245,67,166,48,195,88,102,199,189,88,119,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,11,46,118,102,109,45,45,105,110,115,101,116,2,2,19,235,180,151,148,232,94,122,0,0,5,9,98,111,100,121,44,104,116,109,108,2,2,19,235,180,151,148,232,94,122,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,6,46,109,111,100,97,108,2,1,136,32,82,248,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,1,136,32,82,248,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,1,55,19,172,164,0,16,1,12,35,99,111,111,107,105,101,77,111,100,97,108,2,1,55,19,172,164,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,55,19,172,164,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,8,46,97,112,112,45,99,109,112,2,1,208,45,12,39,0,0,5,4,98,111,100,121,2,1,208,45,12,39,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,167,37,150,248,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,25,35,99,111,111,107,105,101,115,45,109,101,115,115,97,103,101,115,45,119,114,97,112,112,101,114,2,1,10,131,177,35,0,8,1,17,46,102,97,110,99,121,98,111,120,45,111,118,101,114,108,97,121,2,1,10,131,177,35,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,10,131,177,35,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,25,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,99,111,110,116,97,105,110,101,114,2,1,13,136,186,217,0,8,1,21,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,99,111,118,101,114,2,1,13,136,186,217,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,13,136,186,217,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,25,35,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,99,111,110,116,97,105,110,101,114,2,1,196,69,0,253,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,196,69,0,253,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,21,35,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,109,111,100,97,108,2,1,233,108,69,137,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,1,233,108,69,137,0,0,5,4,98,111,100,121,2,1,233,108,69,137,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,34,46,106,115,45,102,111,111,116,101,114,45,97,100,118,97,110,99,101,100,45,99,111,111,107,105,101,115,45,112,111,108,105,99,121,2,1,24,83,255,102,0,0,5,4,98,111,100,121,2,1,24,83,255,102,79,112,111,115,105,116,105,111,110,58,32,115,116,97,116,105,99,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,119,105,100,116,104,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,0,0,1,37,100,105,118,91,105,100,94,61,34,67,111,111,107,105,101,67,111,110,115,101,110,116,68,105,97,108,111,103,45,114,101,97,99,116,45,34,93,2,1,122,171,1,91,0,16,1,27,35,110,101,117,115,116,97,45,99,111,111,107,105,101,45,110,111,116,105,99,101,45,109,111,100,97,108,2,3,7,248,34,209,8,129,165,37,19,131,81,165,0,16,1,8,35,111,118,101,114,108,97,121,2,3,7,248,34,209,8,129,165,37,19,131,81,165,0,8,1,11,46,114,99,98,45,98,97,110,110,101,114,2,1,69,68,208,138,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,69,68,208,138,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,20,46,111,97,120,95,109,111,100,97,108,95,99,111,110,116,97,105,110,101,114,2,1,212,111,121,12,0,8,1,13,46,111,97,120,95,109,111,100,97,108,95,98,103,2,1,212,111,121,12,0,8,1,25,46,111,97,120,95,99,111,111,107,105,101,95,99,111,110,115,101,110,116,95,109,111,100,97,108,2,1,212,111,121,12,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,212,111,121,12,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,18,46,98,115,45,100,105,97,108,111,103,45,111,118,101,114,108,97,121,2,1,93,228,253,95,0,8,1,24,46,67,111,111,107,105,101,115,67,111,110,102,105,114,109,97,116,105,111,110,86,105,101,119,2,1,93,228,253,95,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,93,228,253,95,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,15,46,112,114,45,99,111,111,107,105,101,109,111,100,97,108,2,1,126,159,210,220,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,126,159,210,220,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,13,35,114,103,112,100,45,111,118,101,114,108,97,121,2,1,25,217,149,225,0,16,1,11,35,114,103,112,100,45,112,111,112,105,110,2,1,25,217,149,225,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,25,217,149,225,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,0,1,27,98,97,104,102,45,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,45,100,112,108,51,2,1,226,106,183,120,0,0,1,22,98,97,104,102,45,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,2,1,226,106,183,120,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,1,226,106,183,120,0,16,1,10,35,109,111,100,97,108,45,99,109,112,2,1,6,223,73,191,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,1,6,223,73,191,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,6,223,73,191,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,20,35,99,111,110,116,97,105,110,101,114,45,114,103,112,100,45,102,111,110,100,2,1,244,6,102,143,0,16,1,15,35,99,111,110,116,97,105,110,101,114,45,114,103,112,100,2,1,244,6,102,143,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,244,6,102,143,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,14,35,122,97,95,114,103,112,100,95,109,111,100,97,108,2,1,68,61,181,45,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,1,68,61,181,45,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,68,61,181,45,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,13,35,114,103,112,100,45,111,118,101,114,108,97,121,2,1,120,105,183,156,0,16,1,11,35,114,103,112,100,45,112,111,112,105,110,2,1,120,105,183,156,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,120,105,183,156,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,24,46,99,111,110,102,105,114,109,45,99,111,111,107,105,101,95,95,119,114,97,112,112,101,114,2,1,149,173,189,124,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,149,173,189,124,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,14,46,111,118,101,114,108,97,121,45,98,108,111,99,107,2,2,33,145,79,97,130,65,130,92,0,16,1,17,35,109,111,100,97,108,68,97,116,97,67,111,110,115,101,110,116,2,1,177,4,232,167,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,177,4,232,167,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,0,5,4,98,111,100,121,2,1,146,58,53,116,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,0,5,4,98,111,100,121,2,1,74,45,49,210,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,44,46,118,116,101,120,45,109,111,100,97,108,45,108,97,121,111,117,116,45,48,45,120,45,109,111,100,97,108,45,45,99,111,111,107,105,101,115,45,108,97,121,111,117,116,2,1,247,109,5,126,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,247,109,5,126,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,19,46,110,101,108,105,111,45,99,111,111,107,105,101,45,109,111,100,97,108,2,1,98,252,49,250,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,98,252,49,250,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,0,5,4,98,111,100,121,2,1,76,201,162,75,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,17,46,99,119,45,109,111,100,97,108,45,111,118,101,114,108,97,121,2,4,9,215,109,167,97,210,216,151,118,208,117,4,201,158,199,26,0,0,5,4,98,111,100,121,2,4,9,215,109,167,97,210,216,151,118,208,117,4,201,158,199,26,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,13,46,98,45,100,105,115,99,108,97,105,109,101,114,2,1,123,221,235,241,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,123,221,235,241,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,12,46,109,111,100,97,108,45,112,111,112,117,112,2,1,227,21,94,174,0,2,1,22,114,99,44,32,109,111,100,97,108,45,115,104,111,119,44,32,44,32,115,116,97,121,2,1,227,21,94,174,0,8,1,17,46,101,110,118,45,109,111,100,97,108,45,100,105,97,108,111,103,2,3,4,245,219,175,17,164,5,76,110,99,229,224,0,8,1,27,46,101,110,118,45,109,111,100,97,108,45,100,105,97,108,111,103,95,95,98,97,99,107,100,114,111,112,2,3,4,245,219,175,17,164,5,76,110,99,229,224,0,0,5,4,98,111,100,121,2,3,4,245,219,175,17,164,5,76,110,99,229,224,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,0,5,9,98,111,100,121,44,104,116,109,108,2,9,58,215,114,34,139,185,19,6,162,170,132,128,163,66,73,242,178,75,10,176,186,128,108,155,199,85,110,85,217,225,75,86,236,47,25,110,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,16,35,100,105,115,99,108,97,105,109,101,114,77,111,100,97,108,2,1,236,226,84,237,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,1,236,226,84,237,0,0,5,4,98,111,100,121,2,1,236,226,84,237,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,8,46,111,118,101,114,108,97,121,2,1,227,133,140,31,0,8,1,6,46,109,111,100,97,108,2,1,227,133,140,31,0,0,5,9,104,116,109,108,44,98,111,100,121,2,1,227,133,140,31,79,112,111,115,105,116,105,111,110,58,32,115,116,97,116,105,99,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,119,105,100,116,104,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,17,46,110,111,116,105,102,105,99,97,116,105,111,110,45,98,97,114,2,1,163,119,248,59,0,0,5,4,98,111,100,121,2,1,163,119,248,59,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,16,46,97,102,98,45,67,111,111,107,105,101,115,68,97,114,107,2,1,153,50,30,110,0,0,5,4,98,111,100,121,2,1,153,50,30,110,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,18,46,117,105,45,119,105,100,103,101,116,45,111,118,101,114,108,97,121,2,1,238,107,183,201,0,16,1,7,35,106,117,119,67,77,80,2,1,44,158,59,4,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,44,158,59,4,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,8,1,14,46,103,99,45,77,111,100,97,108,45,98,111,100,121,2,1,154,3,177,202,0,8,1,17,46,103,99,45,77,111,100,97,108,45,111,118,101,114,108,97,121,2,1,154,3,177,202,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,154,3,177,202,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,8,1,19,46,99,99,45,119,105,110,100,111,119,45,98,97,99,107,100,114,111,112,2,1,251,16,209,158,0,8,1,10,46,99,99,45,119,105,110,100,111,119,2,1,251,16,209,158,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,251,16,209,158,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,0,1,25,100,105,118,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,2,1,58,171,117,121,0,16,1,22,35,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,2,1,58,171,117,121,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,58,171,117,121,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,8,35,99,111,110,115,101,110,116,2,3,16,6,127,34,83,74,51,11,209,189,210,65,0,16,1,19,35,100,105,118,67,111,111,107,105,101,77,97,115,107,76,97,121,101,114,2,1,114,236,17,98,0,0,5,4,98,111,100,121,2,1,114,236,17,98,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,9,35,99,99,100,45,114,111,111,116,2,1,53,130,254,43,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,53,130,254,43,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,9,46,117,112,45,109,111,100,97,108,2,1,102,222,223,31,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,102,222,223,31,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,24,46,99,111,111,107,105,101,45,98,97,110,110,101,114,45,99,111,109,112,111,110,101,110,116,2,1,229,206,130,127,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,1,229,206,130,127,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,229,206,130,127,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,0,1,18,117,118,101,120,45,99,111,111,107,105,101,45,98,97,110,110,101,114,2,36,21,77,217,234,38,60,49,122,43,151,247,228,47,37,151,167,54,211,199,196,67,83,51,157,67,225,57,167,81,92,83,203,86,137,123,66,89,145,204,148,90,36,177,92,91,219,145,108,94,186,125,103,94,225,190,74,110,198,227,192,116,88,255,163,122,94,117,157,140,52,208,87,143,12,197,182,146,138,95,27,146,219,66,112,149,39,129,61,155,205,97,142,176,119,186,47,191,240,82,13,200,35,196,45,200,183,97,73,206,174,22,91,209,142,26,235,211,29,230,101,230,117,22,169,231,140,74,31,231,146,165,244,240,11,96,186,243,33,15,38,247,33,14,241,0,0,5,9,98,111,100,121,44,104,116,109,108,2,36,21,77,217,234,38,60,49,122,43,151,247,228,47,37,151,167,48,142,61,153,54,211,199,196,67,83,51,157,67,225,57,167,81,92,83,203,86,137,123,66,89,145,204,148,90,36,177,92,91,219,145,108,94,186,125,103,94,225,190,74,110,198,227,192,116,88,255,163,122,94,117,157,140,52,208,87,143,12,197,182,146,138,95,27,146,219,66,112,149,39,129,61,155,205,97,142,176,119,186,47,191,240,82,13,200,35,196,45,200,183,97,73,206,174,22,91,209,142,26,235,211,29,230,101,230,117,22,169,231,140,74,31,231,146,165,244,240,11,96,186,243,33,15,38,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,24,35,99,111,111,107,105,101,45,98,108,97,99,107,111,117,116,45,99,117,114,116,97,105,110,2,3,65,148,168,225,89,240,120,220,157,97,23,76,0,8,1,18,46,99,99,45,119,105,110,100,111,119,45,119,114,97,112,112,101,114,2,3,169,14,175,7,172,57,104,183,209,162,210,199,0,16,1,17,35,112,97,110,100,101,99,116,101,115,45,98,97,110,110,101,114,2,3,169,14,175,7,172,57,104,183,209,162,210,199,0,0,5,9,98,111,100,121,44,104,116,109,108,2,3,169,14,175,7,172,57,104,183,209,162,210,199,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,17,35,112,97,110,100,101,99,116,101,115,45,98,97,110,110,101,114,2,1,140,114,243,182,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,140,114,243,182,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,23,35,109,105,109,101,67,111,110,115,101,110,116,67,111,111,107,105,101,77,111,100,97,108,2,2,59,191,218,127,175,106,220,14,0,0,5,9,98,111,100,121,44,104,116,109,108,2,2,59,191,218,127,175,106,220,14,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,11,35,71,68,80,82,45,109,111,100,97,108,2,1,123,234,85,60,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,1,123,234,85,60,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,123,234,85,60,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,22,35,99,111,111,107,105,101,104,105,110,119,101,105,115,95,111,118,101,114,108,97,121,2,1,77,44,1,200,0,0,5,1,42,2,1,96,248,23,125,51,111,112,97,99,105,116,121,58,49,32,33,105,109,112,111,114,116,97,110,116,59,112,111,105,110,116,101,114,45,101,118,101,110,116,115,58,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,8,1,16,46,115,119,97,108,50,45,99,111,110,116,97,105,110,101,114,2,1,195,37,233,73,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,195,37,233,73,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,20,35,99,111,111,107,105,101,45,98,97,110,110,101,114,45,109,111,100,97,108,2,1,127,239,109,212,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,1,127,239,109,212,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,127,239,109,212,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,0,1,16,112,114,105,118,97,99,121,45,115,101,116,116,105,110,103,115,2,2,95,80,217,233,126,167,161,129,0,2,1,16,114,99,44,32,103,100,112,114,44,32,44,32,115,116,97,121,2,45,3,134,232,110,5,104,248,247,10,82,211,171,13,248,31,224,28,24,107,125,28,168,218,77,29,65,129,21,39,148,181,200,47,98,182,240,60,5,173,126,64,190,217,253,71,31,247,22,76,40,242,143,78,60,251,20,89,247,245,168,94,114,168,94,94,238,221,231,96,106,214,37,99,15,35,106,109,9,61,215,119,170,171,203,126,88,235,145,126,135,6,8,126,157,106,25,127,41,209,254,131,112,227,99,138,125,227,243,144,28,97,52,145,220,1,228,149,137,133,250,178,49,141,41,184,83,28,246,192,1,195,228,197,216,88,217,200,165,204,249,202,77,52,219,207,23,134,110,215,64,87,52,224,136,137,0,227,119,199,42,231,134,150,7,234,224,100,16,239,22,19,36,241,120,206,157,242,234,222,124,0,8,1,27,46,99,111,111,107,105,101,77,111,100,97,108,67,111,109,112,111,110,101,110,116,45,109,111,100,97,108,2,1,243,24,0,242,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,1,243,24,0,242,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,243,24,0,242,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,18,35,112,104,103,95,99,111,111,107,105,101,115,95,109,111,100,97,108,2,1,6,28,163,121,0,8,1,15,46,114,101,118,101,97,108,45,111,118,101,114,108,97,121,2,1,6,28,163,121,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,6,28,163,121,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,2,1,56,115,101,116,45,115,101,115,115,105,111,110,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,116,101,114,109,115,45,97,110,100,45,112,111,108,105,99,121,45,97,99,99,101,112,116,101,100,44,32,121,101,115,2,1,75,151,54,38,0,2,1,48,115,101,116,45,115,101,115,115,105,111,110,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,67,111,111,107,105,101,66,97,110,110,101,114,83,104,111,119,110,44,32,121,101,115,2,1,75,151,54,38,0,16,1,15,35,99,111,111,107,105,101,45,99,111,110,115,101,110,116,2,1,204,218,76,242,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,204,218,76,242,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,14,46,109,111,100,97,97,108,45,105,110,108,105,110,101,2,9,8,251,219,65,16,137,210,144,36,139,31,140,93,91,253,122,93,248,163,150,190,49,70,178,190,187,56,127,226,111,180,178,231,139,27,49,0,8,1,15,46,109,111,100,97,97,108,45,111,118,101,114,108,97,121,2,9,8,251,219,65,16,137,210,144,36,139,31,140,93,91,253,122,93,248,163,150,190,49,70,178,190,187,56,127,226,111,180,178,231,139,27,49,0,0,5,9,98,111,100,121,44,104,116,109,108,2,9,8,251,219,65,16,137,210,144,36,139,31,140,93,91,253,122,93,248,163,150,190,49,70,178,190,187,56,127,226,111,180,178,231,139,27,49,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,7,46,105,86,121,104,122,80,2,1,99,93,163,157,0,8,1,7,46,107,101,122,81,98,89,2,1,99,93,163,157,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,99,93,163,157,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,26,46,112,116,99,104,114,45,103,100,112,114,99,111,111,107,105,101,99,111,110,116,97,105,110,101,114,2,1,31,198,235,139,0,2,1,38,114,101,109,111,118,101,45,99,108,97,115,115,44,32,99,111,111,107,105,101,111,112,101,110,101,100,44,32,98,111,100,121,44,32,115,116,97,121,2,1,31,198,235,139,0,16,1,11,35,99,111,111,107,105,101,119,97,108,108,2,1,63,3,236,44,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,63,3,236,44,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,15,35,98,108,117,114,66,97,99,107,103,114,111,117,110,100,2,1,148,186,37,30,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,148,186,37,30,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,2,1,38,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,95,112,111,108,105,99,121,95,97,103,114,101,101,109,101,110,116,44,32,51,2,7,7,134,217,198,67,246,232,46,132,6,239,238,134,173,166,127,193,57,233,251,196,104,10,100,218,52,180,90,0,8,1,34,46,112,111,112,111,118,101,114,45,45,108,97,121,111,117,116,45,102,105,120,101,100,45,98,111,116,116,111,109,83,104,101,101,116,2,7,7,134,217,198,67,246,232,46,132,6,239,238,134,173,166,127,193,57,233,251,196,104,10,100,218,52,180,90,0,8,1,28,46,122,73,110,100,101,120,45,45,109,111,100,97,108,46,112,111,112,111,118,101,114,45,99,111,118,101,114,2,7,7,134,217,198,67,246,232,46,132,6,239,238,134,173,166,127,193,57,233,251,196,104,10,100,218,52,180,90,0,0,5,4,98,111,100,121,2,7,7,134,217,198,67,246,232,46,132,6,239,238,134,173,166,127,193,57,233,251,196,104,10,100,218,52,180,90,26,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,31,35,105,110,102,111,95,99,105,110,101,99,97,95,109,111,100,97,108,95,99,111,111,107,105,101,95,112,111,112,117,112,2,1,54,72,173,45,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,1,54,72,173,45,0,0,5,4,104,116,109,108,2,1,54,72,173,45,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,25,46,109,101,116,114,111,45,110,101,119,115,108,101,116,116,101,114,45,111,118,101,114,108,97,121,2,1,81,54,39,160,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,81,54,39,160,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,2,1,43,114,101,109,111,118,101,45,99,108,97,115,115,44,32,99,111,111,107,105,101,119,97,108,108,45,97,99,116,105,118,101,44,32,98,111,100,121,44,32,115,116,97,121,2,1,36,224,72,195,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,36,224,72,195,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,0,5,9,98,111,100,121,44,104,116,109,108,2,2,139,108,214,106,243,90,45,80,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,13,46,99,98,97,114,45,111,118,101,114,108,97,121,2,1,173,77,107,151,0,8,1,12,46,99,98,97,114,45,109,111,100,97,108,49,2,1,173,77,107,151,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,173,77,107,151,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,16,46,109,45,99,111,111,107,105,101,45,110,111,116,105,99,101,2,1,87,36,125,51,0,2,1,42,114,101,109,111,118,101,45,99,108,97,115,115,44,32,105,115,45,99,111,111,107,105,101,45,110,111,116,105,99,101,44,32,98,111,100,121,44,32,115,116,97,121,2,1,87,36,125,51,0,8,1,14,46,99,111,111,107,105,101,45,110,111,116,105,99,101,2,1,231,9,101,129,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,231,9,101,129,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,17,46,99,111,110,115,101,110,116,99,111,110,116,97,105,110,101,114,2,1,102,98,8,133,0,16,1,16,35,99,111,111,107,105,101,119,97,108,108,109,111,100,97,108,2,1,190,147,221,145,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,1,190,147,221,145,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,190,147,221,145,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,0,5,9,98,111,100,121,44,104,116,109,108,2,30,3,223,39,160,5,130,108,147,5,197,125,252,34,211,101,130,51,53,69,28,56,101,98,89,64,251,113,53,71,67,171,76,77,20,155,194,77,92,223,185,80,236,223,85,97,73,242,202,100,198,22,63,115,230,254,36,116,44,114,174,118,40,238,132,129,198,118,143,139,98,235,201,148,188,68,126,158,104,79,238,178,81,79,44,179,194,134,220,184,101,222,83,185,72,109,109,186,25,165,193,199,81,49,183,200,64,203,154,207,11,49,148,207,166,255,82,222,164,162,95,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,18,35,99,111,111,107,105,101,95,100,105,115,99,108,97,105,109,101,114,2,18,3,136,41,41,20,101,117,229,46,2,69,128,54,44,90,83,61,159,28,166,66,215,88,154,81,251,183,187,116,5,130,243,122,173,94,175,145,61,44,118,157,85,154,77,163,81,214,171,165,17,197,19,181,217,137,189,212,9,13,6,214,199,155,24,224,237,82,184,247,170,252,250,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,18,3,136,41,41,20,101,117,229,46,2,69,128,54,44,90,83,61,159,28,166,66,215,88,154,81,251,183,187,116,5,130,243,122,173,94,175,145,61,44,118,157,85,154,77,163,81,214,171,165,17,197,19,181,217,137,189,212,9,13,6,214,199,155,24,224,237,82,184,247,170,252,250,0,0,5,9,98,111,100,121,44,104,116,109,108,2,18,3,136,41,41,20,101,117,229,46,2,69,128,54,44,90,83,61,159,28,166,66,215,88,154,81,251,183,187,116,5,130,243,122,173,94,175,145,61,44,118,157,85,154,77,163,81,214,171,165,17,197,19,181,217,137,189,212,9,13,6,214,199,155,24,224,237,82,184,247,170,252,250,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,18,35,99,111,111,107,105,101,77,111,100,117,108,101,77,111,100,97,108,2,1,62,195,92,146,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,1,62,195,92,146,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,62,195,92,146,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,13,46,98,115,116,45,108,105,103,104,116,98,111,120,2,1,164,101,81,113,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,164,101,81,113,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,14,35,99,111,111,107,105,101,115,45,98,108,111,99,107,2,1,82,141,163,104,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,82,141,163,104,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,28,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,45,109,111,100,97,108,2,12,13,117,19,252,17,112,45,24,60,52,226,224,77,225,170,5,78,221,19,24,86,58,124,54,171,203,158,7,179,43,253,94,195,137,80,53,199,145,74,55,204,211,55,234,234,151,56,50,0,2,1,42,114,99,44,32,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,45,111,112,101,110,44,32,104,116,109,108,44,32,115,116,97,121,2,12,13,117,19,252,17,112,45,24,60,52,226,224,77,225,170,5,78,221,19,24,86,58,124,54,171,203,158,7,179,43,253,94,195,137,80,53,199,145,74,55,204,211,55,234,234,151,56,50,0,8,1,18,46,103,103,45,99,111,111,107,105,101,45,98,108,111,99,107,101,114,2,1,34,126,91,12,0,0,5,4,104,116,109,108,2,1,34,126,91,12,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,2,1,25,114,99,44,32,109,111,100,97,108,45,111,118,101,114,108,97,121,44,32,44,32,115,116,97,121,2,1,34,126,91,12,0,8,1,26,46,99,107,45,109,111,100,97,108,45,45,99,111,111,107,105,101,77,111,100,97,108,77,97,105,110,2,27,4,211,70,19,23,39,63,60,36,44,150,204,40,160,57,139,49,214,49,117,51,239,231,92,52,22,9,246,57,34,126,39,76,242,194,162,77,65,140,87,81,221,227,125,94,89,105,107,101,63,62,102,130,25,28,205,136,32,52,38,156,219,214,38,158,34,82,4,188,230,247,171,189,13,198,197,199,154,133,188,211,32,26,173,213,140,152,2,219,234,26,122,220,244,135,81,236,44,189,59,241,147,125,138,251,11,116,119,0,8,1,20,46,102,108,121,111,117,116,46,99,111,111,107,105,101,45,108,97,121,101,114,2,7,6,201,87,11,27,120,181,59,34,207,194,227,96,247,113,54,143,122,160,160,158,96,189,127,168,206,198,91,0,8,1,27,46,100,101,104,110,45,99,111,111,107,105,101,99,111,110,115,101,110,116,45,111,118,101,114,108,97,121,2,7,6,201,87,11,27,120,181,59,34,207,194,227,96,247,113,54,143,122,160,160,158,96,189,127,168,206,198,91,0,0,5,9,98,111,100,121,44,104,116,109,108,2,7,6,201,87,11,27,120,181,59,34,207,194,227,96,247,113,54,143,122,160,160,158,96,189,127,168,206,198,91,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,19,35,104,97,112,112,121,45,112,108,97,116,101,115,45,109,111,100,97,108,2,1,58,118,1,231,0,0,5,4,98,111,100,121,2,1,58,118,1,231,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,7,46,100,97,114,107,101,110,2,1,71,209,151,52,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,71,209,151,52,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,12,35,99,111,111,107,105,101,45,119,97,108,108,2,9,34,206,101,160,82,79,108,179,103,81,204,43,116,34,92,164,129,193,123,221,133,165,182,33,158,99,183,228,197,49,17,229,217,15,124,172,0,0,5,9,98,111,100,121,44,104,116,109,108,2,9,34,206,101,160,82,79,108,179,103,81,204,43,116,34,92,164,129,193,123,221,133,165,182,33,158,99,183,228,197,49,17,229,217,15,124,172,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,12,46,99,111,111,107,105,101,45,119,97,108,108,2,1,140,78,184,86,0,8,1,17,46,99,119,45,109,111,100,97,108,45,111,118,101,114,108,97,121,2,1,140,78,184,86,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,140,78,184,86,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,0,1,15,97,112,112,45,99,111,111,107,105,101,45,119,97,108,108,2,1,126,9,6,77,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,126,9,6,77,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,16,35,97,109,100,67,111,111,107,105,101,66,97,110,110,101,114,2,1,10,168,236,71,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,1,10,168,236,71,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,10,168,236,71,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,24,46,115,99,111,109,109,101,114,99,101,45,103,100,112,114,45,98,97,99,107,100,114,111,112,2,2,105,115,211,97,235,231,73,199,0,0,5,9,98,111,100,121,44,104,116,109,108,2,2,105,115,211,97,235,231,73,199,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,32,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,100,105,97,108,111,103,45,99,111,110,116,97,105,110,101,114,2,1,76,72,57,178,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,76,72,57,178,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,8,1,23,46,108,111,111,107,95,99,111,111,107,105,101,77,101,110,117,79,118,101,114,108,97,121,2,2,66,70,250,122,118,41,17,230,0,0,5,9,98,111,100,121,44,104,116,109,108,2,2,66,70,250,122,118,41,17,230,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,13,46,99,111,111,107,105,101,45,112,101,114,115,111,2,2,8,30,107,122,243,72,123,166,0,0,5,9,98,111,100,121,44,104,116,109,108,2,2,8,30,107,122,243,72,123,166,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,24,35,99,111,111,107,105,101,95,109,97,110,97,103,101,109,101,110,116,95,109,111,100,97,108,2,2,45,213,188,11,86,75,166,71,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,2,45,213,188,11,86,75,166,71,0,0,5,9,98,111,100,121,44,104,116,109,108,2,2,45,213,188,11,86,75,166,71,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,0,1,18,117,118,101,120,45,99,111,111,107,105,101,45,98,97,110,110,101,114,2,1,159,216,155,222,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,159,216,155,222,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,11,35,102,111,111,116,101,114,95,102,105,120,2,1,96,237,126,73,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,96,237,126,73,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,13,35,99,111,111,107,105,101,115,45,112,97,110,101,2,1,91,105,248,11,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,91,105,248,11,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,12,46,114,103,112,100,87,97,114,110,105,110,103,2,1,4,98,99,162,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,4,98,99,162,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,12,46,111,110,76,111,97,100,77,111,100,97,108,2,1,249,32,142,252,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,249,32,142,252,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,13,46,80,114,105,118,97,99,121,77,111,100,97,108,2,1,193,172,142,249,0,8,1,5,46,115,104,111,119,2,1,193,172,142,249,0,0,5,4,98,111,100,121,2,1,193,172,142,249,79,112,111,115,105,116,105,111,110,58,32,115,116,97,116,105,99,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,119,105,100,116,104,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,6,46,109,111,100,97,108,2,1,85,84,216,28,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,1,85,84,216,28,0,0,5,4,104,116,109,108,2,1,85,84,216,28,25,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,16,1,10,35,112,111,112,117,112,105,102,98,107,2,1,96,242,74,175,0,16,1,8,35,112,111,112,117,112,105,102,2,1,96,242,74,175,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,96,242,74,175,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,8,46,73,97,87,82,97,49,104,2,1,129,193,225,51,0,8,1,8,46,66,65,72,80,112,49,121,2,1,129,193,225,51,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,129,193,225,51,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,5,13,46,112,97,103,101,45,119,114,97,112,112,101,114,2,1,202,12,16,235,51,111,112,97,99,105,116,121,58,49,32,33,105,109,112,111,114,116,97,110,116,59,112,111,105,110,116,101,114,45,101,118,101,110,116,115,58,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,8,1,12,46,99,111,111,107,105,101,115,45,98,97,114,2,1,227,195,21,10,0,0,5,4,98,111,100,121,2,1,227,195,21,10,79,112,111,115,105,116,105,111,110,58,32,115,116,97,116,105,99,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,119,105,100,116,104,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,15,46,99,119,45,99,111,111,107,105,101,115,45,98,97,114,2,1,11,30,36,175,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,11,30,36,175,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,8,1,11,46,102,105,120,101,100,46,122,45,53,48,2,15,10,78,145,86,15,235,67,169,19,172,79,15,24,155,236,108,26,173,135,161,46,117,89,18,52,112,49,133,91,148,181,182,112,0,40,162,125,40,205,2,135,220,174,196,144,159,197,195,147,237,107,127,152,202,49,87,195,255,151,31,0,8,1,10,46,95,51,78,65,117,115,114,114,114,2,1,147,237,107,127,0,8,1,9,46,98,111,116,116,111,109,45,48,2,1,147,237,107,127,0,0,1,21,100,105,118,46,118,117,101,45,112,111,114,116,97,108,45,116,97,114,103,101,116,2,1,147,237,107,127,0,0,1,26,100,105,118,91,100,97,116,97,45,116,101,115,116,105,100,61,34,111,118,101,114,108,97,121,34,93,2,1,15,235,67,169,0,8,1,32,46,98,103,45,119,104,105,116,101,91,99,108,97,115,115,36,61,34,109,100,58,119,45,91,54,52,48,112,120,93,34,93,2,1,15,235,67,169,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,14,13,207,83,233,28,179,88,158,45,233,243,16,45,233,243,16,54,245,132,18,55,91,163,223,81,141,157,168,110,193,184,155,154,99,255,214,171,81,243,44,181,220,92,238,207,97,86,135,217,35,142,50,229,215,202,141,0,0,5,9,98,111,100,121,44,104,116,109,108,2,14,13,207,83,233,28,179,88,158,45,233,243,16,45,233,243,16,54,245,132,18,55,91,163,223,81,141,157,168,110,193,184,155,154,99,255,214,171,81,243,44,181,220,92,238,207,97,86,135,217,35,142,50,229,215,202,141,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,0,5,9,98,111,100,121,44,104,116,109,108,2,15,28,91,213,149,37,69,232,53,51,212,158,8,58,50,96,211,78,135,152,78,100,41,240,29,101,68,29,251,107,205,69,39,122,31,204,230,130,28,122,215,172,201,44,154,206,241,38,168,218,214,119,254,231,64,150,62,232,189,27,48,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,27,35,100,105,97,108,111,103,45,114,111,111,116,32,62,32,35,103,100,112,114,45,110,111,116,105,99,101,2,1,38,156,61,126,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,38,156,61,126,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,11,46,99,115,115,45,97,109,50,55,109,101,2,1,24,97,194,251,0,8,1,45,46,108,105,103,104,116,98,111,120,101,115,95,66,97,115,105,99,76,105,103,104,116,98,111,120,95,98,97,115,105,99,76,105,103,104,116,98,111,120,95,49,84,104,120,108,2,1,148,184,77,44,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,148,184,77,44,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,18,46,99,111,111,107,105,101,100,101,110,121,111,118,101,114,108,97,121,2,1,7,208,225,53,0,2,1,16,114,99,44,32,98,108,117,114,44,32,44,32,115,116,97,121,2,1,7,208,225,53,0,8,1,7,46,99,111,111,107,105,101,2,1,132,56,43,133,0,8,1,14,46,112,111,112,117,112,45,111,118,101,114,108,97,121,2,1,132,56,43,133,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,132,56,43,133,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,19,35,97,118,101,110,105,115,80,114,105,118,97,99,121,84,111,111,108,115,2,1,18,120,173,104,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,1,18,120,173,104,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,18,120,173,104,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,16,35,100,105,115,99,108,97,105,109,101,114,77,111,100,97,108,2,1,55,13,105,22,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,1,55,13,105,22,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,55,13,105,22,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,4,35,101,117,99,2,1,105,89,113,8,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,105,89,113,8,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,18,46,98,115,45,100,105,97,108,111,103,45,111,118,101,114,108,97,121,2,1,202,86,28,152,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,202,86,28,152,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,15,35,119,115,67,111,110,115,101,110,116,76,97,121,101,114,2,1,247,144,104,141,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,1,247,144,104,141,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,247,144,104,141,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,2,1,36,115,101,116,45,99,111,111,107,105,101,44,32,67,65,95,68,84,95,86,50,44,32,48,44,32,44,32,114,101,108,111,97,100,44,32,49,2,5,29,55,18,106,129,217,157,48,131,209,150,152,171,26,158,167,231,42,238,21,0,2,1,23,115,101,116,45,99,111,111,107,105,101,44,32,67,65,95,68,84,95,86,51,44,32,48,2,5,29,55,18,106,129,217,157,48,131,209,150,152,171,26,158,167,231,42,238,21,0,16,1,7,35,99,116,117,45,99,109,2,1,116,28,104,0,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,116,28,104,0,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,2,1,32,115,101,116,44,32,114,101,97,108,67,111,111,107,105,101,66,97,110,110,101,114,44,32,117,110,100,101,102,105,110,101,100,2,128,0,0,1,240,0,110,128,155,0,110,141,50,1,29,205,25,1,192,244,10,2,27,23,155,3,7,246,87,3,18,164,3,3,25,74,33,3,149,131,175,4,141,194,253,4,163,113,15,4,218,128,33,5,89,28,133,5,198,91,13,6,206,131,57,7,49,216,118,7,57,46,37,7,247,224,140,8,210,226,237,9,74,151,146,9,101,82,76,9,203,84,237,10,104,208,77,10,116,254,55,10,171,211,237,10,213,172,61,11,62,248,160,13,41,40,168,13,175,229,44,13,213,64,74,14,2,205,57,14,2,205,57,14,45,27,11,14,77,69,248,14,139,157,162,14,229,241,142,15,161,4,4,15,178,58,156,15,192,112,239,17,163,226,126,17,170,69,213,17,230,86,107,17,238,227,88,18,102,197,213,18,123,64,188,18,174,173,69,18,220,151,253,18,242,12,71,19,79,89,19,19,255,230,105,21,14,228,127,22,200,17,48,22,233,75,219,23,153,25,163,23,154,100,31,23,187,24,185,23,212,169,70,24,210,124,40,25,151,215,25,25,204,140,76,25,223,101,90,26,34,214,62,26,53,242,109,26,56,248,111,26,233,115,161,27,0,165,59,27,100,55,97,27,101,219,104,27,103,161,211,27,103,234,218,27,113,34,98,27,115,182,218,27,116,250,99,27,117,5,184,27,120,239,61,27,121,132,27,27,149,140,31,27,173,212,140,29,31,7,193,29,182,251,12,29,211,161,166,31,32,255,62,32,8,109,13,32,55,187,160,32,129,29,209,32,175,81,194,33,211,148,24,33,239,237,31,34,0,202,184,34,113,194,28,34,165,96,228,35,85,214,221,35,156,162,227,35,220,19,74,35,220,89,155,37,21,249,111,37,138,17,202,38,66,20,238,38,144,249,168,39,127,161,246,40,79,96,95,41,26,59,129,41,82,58,136,41,147,88,44,41,207,245,60,42,81,208,133,42,137,115,240,42,192,125,80,42,243,123,124,44,19,64,51,44,134,95,7,45,138,76,125,45,178,253,101,46,129,217,151,46,186,116,85,47,45,38,96,48,213,241,91,49,122,228,148,49,196,196,102,50,4,86,206,50,65,190,247,50,118,143,247,50,149,144,231,50,238,103,140,51,33,57,49,52,54,41,237,52,152,208,50,54,95,124,201,54,214,217,178,55,8,33,25,55,143,43,255,55,179,117,199,56,108,161,137,57,74,132,217,57,113,32,157,57,153,145,156,57,225,252,68,57,244,242,153,58,222,251,94,59,239,88,179,62,155,218,84,63,30,194,240,64,78,111,203,64,128,87,16,66,143,180,96,66,152,8,135,67,146,59,92,67,195,178,21,67,232,59,11,68,17,219,98,68,59,33,28,68,62,186,101,68,91,252,94,69,209,155,29,69,229,13,216,71,16,226,199,71,43,225,55,72,224,71,145,73,34,149,56,74,200,194,157,76,128,40,45,77,59,1,41,78,209,102,7,78,209,110,162,80,46,2,90,80,88,72,223,81,31,55,76,81,124,228,199,81,160,219,37,82,20,91,87,82,61,138,168,82,181,139,132,82,211,7,221,83,23,67,172,83,174,30,179,83,188,65,162,83,227,224,124,84,75,93,211,84,232,10,133,86,228,151,120,87,5,80,27,87,188,13,110,88,9,31,215,88,218,107,155,89,8,23,208,89,23,136,235,89,216,47,23,89,220,12,205,89,240,130,21,90,51,254,166,91,211,115,200,92,25,234,181,92,100,62,56,93,51,6,30,93,147,66,127,93,226,120,177,94,93,123,103,95,156,98,167,96,30,143,197,96,183,136,107,96,249,67,158,97,17,57,193,97,66,120,184,98,154,152,223,98,162,60,236,99,38,28,178,99,85,11,54,99,156,128,110,100,255,175,7,101,205,45,142,105,72,190,145,106,36,109,55,106,51,10,90,106,190,109,169,107,47,172,167,108,56,236,128,108,182,111,38,108,226,56,52,109,33,203,5,109,139,222,245,110,25,228,197,111,127,63,75,111,219,52,205,112,246,24,14,113,248,247,87,114,10,154,83,114,153,254,185,116,79,180,231,116,209,193,133,117,68,206,56,117,243,37,151,119,192,103,221,120,100,42,232,120,118,204,210,121,28,153,180,122,86,142,251,124,112,161,91,125,6,184,160,126,228,157,191,126,245,137,97,127,55,245,72,127,122,86,171,127,163,182,115,129,23,249,190,129,173,207,154,129,190,90,65,130,104,205,213,131,38,58,140,131,86,5,253,131,228,141,77,132,66,0,85,132,82,12,166,132,123,9,137,132,232,45,255,133,89,111,214,133,129,196,50,134,64,225,33,134,153,100,239,134,196,135,242,134,208,241,40,134,240,187,35,135,85,87,140,135,198,111,165,135,226,242,120,136,32,167,22,136,77,22,22,136,174,135,60,137,47,120,70,138,195,103,12,138,235,62,120,139,45,116,206,139,46,14,128,139,87,121,183,139,133,181,64,140,156,12,172,140,170,83,240,140,176,175,170,140,243,164,33,141,158,163,73,142,178,42,151,142,187,32,8,144,4,103,135,144,30,233,192,145,244,251,238,147,13,137,200,147,155,248,146,148,180,182,72,149,47,68,9,149,52,64,70,149,131,10,0,149,224,36,180,149,226,7,165,150,0,143,16,150,17,140,165,150,200,147,72,152,62,252,162,153,119,26,203,153,197,155,161,153,243,6,142,154,113,146,96,155,148,167,101,155,166,252,255,155,226,229,134,156,125,140,104,157,84,109,79,158,53,190,233,158,242,95,144,159,6,73,60,159,43,149,153,162,52,226,247,163,75,4,2,163,234,221,26,163,244,77,4,164,45,83,94,165,200,240,170,166,119,133,63,168,106,8,22,169,14,217,187,169,125,9,220,169,173,148,67,169,178,146,77,170,119,18,153,171,39,176,234,171,60,25,135,171,98,117,97,171,132,141,1,171,181,138,44,172,36,0,55,172,140,129,222,172,192,179,175,175,42,36,200,175,50,177,210,176,9,236,253,176,185,103,107,179,9,222,214,180,149,7,13,180,244,232,201,181,190,141,222,181,238,127,142,182,19,8,245,182,121,136,178,183,35,92,143,184,239,116,102,187,73,241,70,187,78,216,249,187,108,169,153,187,162,169,3,188,42,30,121,189,192,181,159,189,222,238,226,190,27,68,132,190,192,255,225,190,221,33,198,192,24,246,237,192,140,9,59,192,207,12,214,192,251,0,98,193,5,89,101,193,132,148,130,194,146,58,37,195,36,127,36,195,51,216,190,195,148,69,154,196,164,208,43,196,201,179,191,196,252,28,183,197,199,97,155,198,87,104,168,198,87,131,114,198,136,49,226,198,168,114,154,198,191,62,131,198,191,62,131,200,22,138,131,200,34,173,130,200,85,140,42,201,58,30,138,203,9,81,148,204,50,47,17,204,124,73,86,205,245,206,68,205,248,154,66,206,51,231,179,206,56,215,135,206,140,247,113,206,185,253,138,207,57,236,115,209,51,67,161,209,62,97,40,209,87,120,53,209,223,100,197,210,49,124,204,211,11,75,251,211,116,36,229,211,192,197,181,212,120,154,3,212,215,175,245,213,41,166,225,215,43,70,23,216,172,68,75,217,32,129,110,217,102,210,71,218,178,27,201,218,251,109,132,219,4,144,238,219,161,111,128,220,40,65,171,220,124,198,117,220,138,144,250,222,4,57,200,222,53,242,207,222,122,89,103,222,143,25,142,222,153,64,43,222,192,139,252,223,128,179,55,223,216,56,180,223,230,113,131,224,28,186,114,224,201,115,60,225,249,225,39,226,204,253,217,227,148,251,141,228,172,146,125,229,135,224,53,229,192,114,254,230,34,231,94,230,188,103,133,231,175,253,219,232,85,11,241,233,207,39,215,234,16,195,218,234,112,201,196,234,227,170,255,235,95,58,137,236,44,87,199,236,71,60,39,237,29,42,180,237,33,71,183,237,56,124,252,238,65,119,88,238,153,210,102,239,154,181,158,239,227,82,129,240,106,65,233,241,204,172,219,241,215,242,28,241,239,152,194,241,251,27,94,242,147,17,25,242,157,10,83,242,223,69,163,242,231,152,65,243,42,98,217,243,178,112,173,244,177,110,22,244,187,37,103,245,145,50,71,246,19,231,153,246,72,234,76,246,73,92,181,246,143,234,95,247,94,56,53,247,151,155,230,247,211,235,193,247,220,221,243,247,223,87,81,248,50,229,153,248,87,141,144,248,91,237,169,248,149,243,142,248,185,88,197,249,67,104,216,249,158,229,157,249,177,108,151,249,211,54,51,249,233,140,224,250,49,235,83,251,232,181,82,251,240,204,202,251,246,233,235,252,29,151,210,252,94,2,174,252,226,4,228,252,232,111,6,253,32,55,88,253,83,18,30,253,99,187,120,253,203,145,53,253,232,156,24,254,3,120,79,254,120,23,91,254,232,226,202,255,42,236,78,255,85,210,12,255,112,254,0,0,2,1,38,115,101,116,44,32,97,109,119,46,105,115,67,111,111,107,105,101,67,111,110,115,101,110,116,65,99,99,101,112,116,101,100,44,32,116,114,117,101,2,26,5,42,74,154,5,182,85,139,17,15,54,13,33,35,45,75,40,7,42,220,42,229,118,155,51,59,243,134,79,176,135,102,84,184,20,225,93,26,188,215,96,64,130,122,112,174,218,177,125,243,200,42,144,141,52,57,186,224,123,84,190,31,131,95,190,209,211,114,199,177,157,159,205,145,143,53,215,34,177,224,216,99,171,85,230,215,105,188,236,92,4,37,240,227,157,68,246,19,189,3,254,38,181,227,0,2,1,42,115,101,116,44,32,97,109,119,46,105,115,77,97,114,107,101,116,105,110,103,67,111,111,107,105,101,115,65,99,99,101,112,116,101,100,44,32,102,97,108,115,101,2,26,5,42,74,154,5,182,85,139,17,15,54,13,33,35,45,75,40,7,42,220,42,229,118,155,51,59,243,134,79,176,135,102,84,184,20,225,93,26,188,215,96,64,130,122,112,174,218,177,125,243,200,42,144,141,52,57,186,224,123,84,190,31,131,95,190,209,211,114,199,177,157,159,205,145,143,53,215,34,177,224,216,99,171,85,230,215,105,188,236,92,4,37,240,227,157,68,246,19,189,3,254,38,181,227,0,2,1,42,115,101,116,44,32,97,109,119,46,105,115,65,110,97,108,121,116,105,99,115,67,111,111,107,105,101,115,65,99,99,101,112,116,101,100,44,32,102,97,108,115,101,2,26,5,42,74,154,5,182,85,139,17,15,54,13,33,35,45,75,40,7,42,220,42,229,118,155,51,59,243,134,79,176,135,102,84,184,20,225,93,26,188,215,96,64,130,122,112,174,218,177,125,243,200,42,144,141,52,57,186,224,123,84,190,31,131,95,190,209,211,114,199,177,157,159,205,145,143,53,215,34,177,224,216,99,171,85,230,215,105,188,236,92,4,37,240,227,157,68,246,19,189,3,254,38,181,227,0,8,1,14,46,112,111,112,117,112,95,119,114,97,112,112,101,114,2,1,149,108,155,114,0,16,1,32,35,99,111,111,107,105,101,95,99,111,110,115,101,110,116,95,112,111,112,117,112,95,98,97,99,107,103,114,111,117,110,100,2,1,149,108,155,114,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,149,108,155,114,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,28,35,99,111,111,107,105,101,115,95,112,111,108,105,99,121,95,98,111,116,116,111,109,95,114,105,103,104,116,2,1,2,67,167,63,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,2,67,167,63,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,17,46,112,111,112,117,112,45,100,105,115,99,108,97,105,109,101,114,2,1,126,118,245,237,0,8,1,16,46,99,111,111,107,105,101,115,45,116,111,111,108,116,105,112,2,1,126,118,245,237,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,126,118,245,237,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,20,46,99,111,111,107,105,101,109,111,100,97,108,95,97,116,116,50,48,50,49,2,2,102,34,67,235,115,243,158,226,0,0,5,9,98,111,100,121,44,104,116,109,108,2,2,102,34,67,235,115,243,158,226,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,5,5,46,98,108,117,114,2,1,40,195,5,184,51,111,112,97,99,105,116,121,58,49,32,33,105,109,112,111,114,116,97,110,116,59,112,111,105,110,116,101,114,45,101,118,101,110,116,115,58,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,0,5,4,104,116,109,108,2,1,40,195,5,184,24,111,118,101,114,102,108,111,119,58,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,8,1,13,46,97,98,115,111,108,95,99,111,111,107,105,101,2,1,32,230,117,142,0,16,1,9,35,102,117,108,108,95,119,105,110,2,1,32,230,117,142,0,0,1,21,91,99,108,97,115,115,94,61,34,67,111,111,107,105,101,66,111,120,45,34,93,2,1,175,18,141,49,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,175,18,141,49,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,12,35,108,101,103,97,108,45,109,111,100,97,108,2,1,221,95,141,182,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,1,221,95,141,182,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,221,95,141,182,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,0,5,4,104,116,109,108,2,3,12,239,86,114,169,172,222,70,247,119,240,1,25,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,16,1,12,35,67,111,111,107,105,101,77,111,100,97,108,2,1,209,128,171,3,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,1,209,128,171,3,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,209,128,171,3,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,16,1,14,35,98,111,120,99,117,115,116,111,109,111,118,101,114,2,1,148,170,193,110,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,148,170,193,110,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,13,35,112,111,108,105,99,121,45,109,111,100,97,108,2,1,81,225,167,249,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,1,81,225,167,249,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,81,225,167,249,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,13,35,108,97,110,121,97,114,100,95,114,111,111,116,2,1,96,53,173,135,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,96,53,173,135,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,23,46,101,110,115,78,111,116,105,102,121,66,97,110,110,101,114,87,114,97,112,112,101,114,2,43,2,234,72,73,11,199,22,124,23,81,195,182,31,73,153,119,38,156,254,214,40,31,93,120,51,46,149,121,64,34,228,140,65,102,242,100,81,61,218,96,98,191,54,12,100,32,239,161,101,208,250,231,113,221,111,162,118,44,178,188,118,102,85,146,134,67,218,251,134,153,27,166,135,25,130,79,137,110,74,252,139,195,248,92,146,185,4,236,147,241,135,170,163,3,69,53,164,112,196,139,166,254,187,130,167,112,24,60,167,121,153,127,170,196,158,34,173,191,9,205,178,145,75,116,182,131,68,171,190,81,95,51,190,148,3,237,191,240,213,208,199,152,118,238,203,215,72,132,212,229,178,59,229,206,134,236,242,81,139,220,242,231,155,42,244,70,15,254,250,67,252,35,0,0,5,9,98,111,100,121,44,104,116,109,108,2,43,2,234,72,73,11,199,22,124,23,81,195,182,31,73,153,119,38,156,254,214,40,31,93,120,51,46,149,121,64,34,228,140,65,102,242,100,81,61,218,96,98,191,54,12,100,32,239,161,101,208,250,231,113,221,111,162,118,44,178,188,118,102,85,146,134,67,218,251,134,153,27,166,135,25,130,79,137,110,74,252,139,195,248,92,146,185,4,236,147,241,135,170,163,3,69,53,164,112,196,139,166,254,187,130,167,112,24,60,167,121,153,127,170,196,158,34,173,191,9,205,178,145,75,116,182,131,68,171,190,81,95,51,190,148,3,237,191,240,213,208,199,152,118,238,203,215,72,132,212,229,178,59,229,206,134,236,242,81,139,220,242,231,155,42,244,70,15,254,250,67,252,35,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,16,1,17,35,115,116,97,110,100,97,114,100,95,111,118,101,114,108,97,121,2,1,85,104,206,166,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,85,104,206,166,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,11,46,99,99,45,49,114,115,103,109,121,50,2,1,153,73,168,39,0,16,5,9,35,65,107,84,111,112,78,97,118,2,1,153,73,168,39,16,116,111,112,58,48,32,33,105,109,112,111,114,116,97,110,116,0,8,1,29,46,110,103,45,116,114,105,103,103,101,114,45,112,114,101,115,101,110,99,101,65,110,105,109,97,116,105,111,110,2,1,92,84,41,253,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,92,84,41,253,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,14,46,98,97,115,105,99,76,105,103,104,116,98,111,120,2,1,186,111,76,17,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,186,111,76,17,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,16,1,8,35,99,111,111,107,105,101,115,2,2,59,22,77,182,141,116,203,17,0,0,5,9,98,111,100,121,44,104,116,109,108,2,2,59,22,77,182,141,116,203,17,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,2,1,35,115,101,116,45,99,111,111,107,105,101,44,32,109,97,114,107,101,116,105,110,103,67,111,111,107,105,101,115,44,32,102,97,108,115,101,2,12,27,89,194,104,95,198,242,193,103,4,79,212,105,188,144,194,113,73,127,81,139,107,185,127,154,202,97,82,191,141,229,75,200,140,27,4,234,144,119,223,240,156,17,47,245,126,247,217,0,2,1,34,115,101,116,45,99,111,111,107,105,101,44,32,105,110,116,101,114,110,97,108,67,111,111,107,105,101,115,44,32,102,97,108,115,101,2,12,27,89,194,104,95,198,242,193,103,4,79,212,105,188,144,194,113,73,127,81,139,107,185,127,154,202,97,82,191,141,229,75,200,140,27,4,234,144,119,223,240,156,17,47,245,126,247,217,0,2,1,35,115,101,116,45,99,111,111,107,105,101,44,32,101,115,115,101,110,116,105,97,108,115,67,111,111,107,105,101,115,44,32,116,114,117,101,2,12,27,89,194,104,95,198,242,193,103,4,79,212,105,188,144,194,113,73,127,81,139,107,185,127,154,202,97,82,191,141,229,75,200,140,27,4,234,144,119,223,240,156,17,47,245,126,247,217,0,8,1,12,46,103,108,111,119,45,98,97,110,110,101,114,2,5,22,39,70,243,29,37,9,127,160,205,101,10,197,156,98,78,237,109,188,184,0,8,1,16,46,111,118,101,114,108,97,121,45,119,114,97,112,112,101,114,2,21,4,177,69,93,17,101,14,209,18,80,55,59,36,177,255,98,59,69,28,73,78,189,84,165,96,25,140,40,127,230,124,122,129,38,205,137,134,55,150,125,137,91,226,248,176,185,7,72,178,254,62,20,183,190,41,211,185,249,235,189,223,218,198,236,229,238,56,163,247,160,86,181,252,53,184,196,252,156,74,130,253,241,252,131,0,0,5,9,98,111,100,121,44,104,116,109,108,2,21,4,177,69,93,17,101,14,209,18,80,55,59,36,177,255,98,59,69,28,73,78,189,84,165,96,25,140,40,127,230,124,122,129,38,205,137,134,55,150,125,137,91,226,248,176,185,7,72,178,254,62,20,183,190,41,211,185,249,235,189,223,218,198,236,229,238,56,163,247,160,86,181,252,53,184,196,252,156,74,130,253,241,252,131,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,8,1,16,46,111,118,101,114,108,97,121,45,119,114,97,112,112,101,114,2,2,54,227,227,127,148,184,83,225,0,0,5,9,98,111,100,121,44,104,116,109,108,2,2,54,227,227,127,148,184,83,225,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,11,46,97,45,98,97,99,107,100,114,111,112,2,1,208,88,204,150,0,8,1,15,46,109,45,99,111,111,107,105,101,45,108,97,121,101,114,2,1,208,88,204,150,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,208,88,204,150,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,17,46,99,111,111,107,105,101,95,95,115,101,116,116,105,110,103,115,2,1,148,188,100,219,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,148,188,100,219,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,10,35,114,111,100,111,80,111,112,117,112,2,1,190,81,130,61,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,190,81,130,61,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,8,1,12,46,116,121,45,115,101,116,116,105,110,103,115,2,1,126,4,120,17,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,126,4,120,17,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,8,1,16,46,109,111,100,97,108,45,99,111,110,116,97,105,110,101,114,2,1,36,133,131,216,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,1,36,133,131,216,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,36,133,131,216,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,0,1,13,99,111,111,107,105,101,45,119,105,100,103,101,116,2,1,19,155,134,166,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,19,155,134,166,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,15,46,108,98,79,117,116,101,114,87,114,97,112,112,101,114,2,1,35,217,182,173,0,8,1,10,46,108,98,79,118,101,114,108,97,121,2,1,35,217,182,173,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,35,217,182,173,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,16,1,13,35,100,114,99,99,45,111,118,101,114,108,97,121,2,1,234,2,81,0,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,234,2,81,0,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,16,1,17,35,99,111,111,107,105,101,65,108,101,114,116,77,111,100,97,108,2,1,39,146,5,12,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,1,39,146,5,12,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,39,146,5,12,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,38,5,99,109,93,10,115,36,95,15,68,110,49,30,56,130,88,33,126,3,194,47,86,28,26,52,103,46,207,52,218,145,88,53,216,157,63,60,183,118,96,61,158,188,73,64,91,204,243,67,249,64,84,71,157,110,148,87,67,206,250,88,197,21,130,93,111,151,67,96,29,198,174,104,219,146,180,105,204,43,150,106,57,192,20,108,115,84,32,116,7,132,112,117,81,113,74,117,114,188,189,126,250,93,198,144,45,147,217,145,73,13,51,146,23,23,53,151,37,147,146,184,146,196,62,189,93,49,238,198,122,167,11,206,87,17,84,213,213,31,13,229,151,243,105,234,112,210,164,237,155,127,48,0,0,5,9,98,111,100,121,44,104,116,109,108,2,38,5,99,109,93,10,115,36,95,15,68,110,49,30,56,130,88,33,126,3,194,47,86,28,26,52,103,46,207,52,218,145,88,53,216,157,63,60,183,118,96,61,158,188,73,64,91,204,243,67,249,64,84,71,157,110,148,87,67,206,250,88,197,21,130,93,111,151,67,96,29,198,174,104,219,146,180,105,204,43,150,106,57,192,20,108,115,84,32,116,7,132,112,117,81,113,74,117,114,188,189,126,250,93,198,144,45,147,217,145,73,13,51,146,23,23,53,151,37,147,146,184,146,196,62,189,93,49,238,198,122,167,11,206,87,17,84,213,213,31,13,229,151,243,105,234,112,210,164,237,155,127,48,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,8,1,12,46,103,100,112,114,45,109,111,100,117,108,101,2,2,134,58,73,128,160,44,225,144,0,0,5,9,98,111,100,121,44,104,116,109,108,2,2,134,58,73,128,160,44,225,144,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,8,1,19,46,119,114,97,112,95,99,111,111,107,105,101,115,95,112,111,112,117,112,2,1,185,10,100,128,0,8,1,14,46,109,111,100,97,108,45,119,114,97,112,112,101,114,2,14,36,50,80,17,37,61,222,11,90,42,31,72,105,220,237,177,121,82,242,240,141,94,24,152,150,81,40,70,181,129,164,132,182,34,192,149,226,23,225,198,233,239,50,128,235,59,250,230,252,254,245,150,255,167,148,183,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,14,36,50,80,17,37,61,222,11,90,42,31,72,105,220,237,177,121,82,242,240,141,94,24,152,150,81,40,70,181,129,164,132,182,34,192,149,226,23,225,198,233,239,50,128,235,59,250,230,252,254,245,150,255,167,148,183,0,0,5,9,98,111,100,121,44,104,116,109,108,2,14,36,50,80,17,37,61,222,11,90,42,31,72,105,220,237,177,121,82,242,240,141,94,24,152,150,81,40,70,181,129,164,132,182,34,192,149,226,23,225,198,233,239,50,128,235,59,250,230,252,254,245,150,255,167,148,183,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,16,1,6,35,99,99,98,111,120,2,1,144,114,209,196,0,8,1,7,46,105,81,97,84,69,109,2,1,11,191,206,67,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,11,191,206,67,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,8,1,19,46,109,111,100,97,108,45,112,114,105,118,97,99,121,45,116,111,111,108,2,1,170,150,86,82,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,1,170,150,86,82,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,170,150,86,82,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,8,1,20,46,115,117,98,109,101,110,117,108,97,121,101,114,45,109,111,98,105,108,101,2,1,243,194,175,229,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,243,194,175,229,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,8,1,12,46,97,115,103,45,111,118,101,114,108,97,121,2,1,200,245,21,201,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,200,245,21,201,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,0,5,9,98,111,100,121,44,104,116,109,108,2,29,5,194,129,172,6,188,161,242,17,74,26,235,27,113,83,130,28,207,198,74,34,214,97,26,38,240,112,46,43,212,171,231,49,226,130,187,50,165,88,68,54,216,3,220,77,88,219,233,82,71,109,217,89,238,97,34,96,236,41,79,102,90,100,76,107,210,91,21,116,42,253,174,117,246,168,73,120,193,210,77,129,201,81,87,133,174,116,91,139,95,12,57,143,129,60,9,143,129,154,65,148,192,40,126,164,146,252,249,173,196,239,29,207,7,53,4,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,21,35,95,95,116,101,97,108,105,117,109,71,68,80,82,101,99,77,111,100,97,108,2,3,83,22,140,186,133,163,174,210,249,16,93,35,0,0,5,9,98,111,100,121,44,104,116,109,108,2,3,83,22,140,186,133,163,174,210,249,16,93,35,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,13,46,100,105,97,108,111,103,45,45,111,112,101,110,2,4,20,233,105,97,91,101,159,222,120,133,11,177,226,24,142,219,0,0,5,9,98,111,100,121,44,104,116,109,108,2,4,20,233,105,97,91,101,159,222,120,133,11,177,226,24,142,219,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,11,46,99,111,111,107,105,101,45,98,111,120,2,1,124,61,220,196,0,8,1,7,46,104,102,84,77,118,65,2,1,124,61,220,196,0,8,1,17,46,99,111,111,107,105,101,45,98,111,120,45,109,111,100,97,108,2,1,236,201,138,185,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,236,201,138,185,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,203,107,224,180,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,0,5,9,98,111,100,121,44,104,116,109,108,2,3,102,57,254,126,177,169,155,6,193,196,250,191,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,16,1,17,35,99,111,111,107,105,101,115,45,100,117,108,108,45,111,117,116,2,9,17,114,5,56,59,64,13,123,82,86,241,228,92,148,156,157,104,139,240,59,152,31,23,64,210,67,175,151,227,21,205,165,243,148,73,195,0,0,5,9,98,111,100,121,44,104,116,109,108,2,9,17,114,5,56,59,64,13,123,82,86,241,228,92,148,156,157,104,139,240,59,152,31,23,64,210,67,175,151,227,21,205,165,243,148,73,195,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,13,35,99,111,110,100,105,116,105,111,110,115,45,108,2,1,162,225,163,37,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,162,225,163,37,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,13,46,99,111,111,107,105,101,80,111,108,105,99,121,2,1,156,113,232,214,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,156,113,232,214,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,8,1,22,46,99,45,99,111,111,107,105,101,98,97,110,110,101,114,95,95,109,111,100,97,108,2,2,1,243,118,79,205,34,227,124,0,0,5,4,98,111,100,121,2,2,1,243,118,79,205,34,227,124,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,12,35,101,67,111,111,107,105,101,82,103,112,100,2,1,0,74,39,193,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,0,74,39,193,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,16,1,22,35,99,111,111,107,105,101,45,98,97,110,110,101,114,45,111,118,101,114,108,97,121,2,1,191,26,102,226,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,191,26,102,226,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,8,1,12,46,112,108,111,45,111,118,101,114,108,97,121,2,12,14,118,117,152,22,165,181,115,47,90,216,134,64,7,129,131,76,251,63,83,147,104,15,21,149,107,83,56,168,196,76,76,170,245,50,241,190,243,84,221,242,64,37,141,251,1,3,94,0,0,5,9,98,111,100,121,44,104,116,109,108,2,12,14,118,117,152,22,165,181,115,47,90,216,134,64,7,129,131,76,251,63,83,147,104,15,21,149,107,83,56,168,196,76,76,170,245,50,241,190,243,84,221,242,64,37,141,251,1,3,94,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,8,1,7,46,100,85,102,100,108,78,2,2,127,233,17,76,167,59,187,130,0,0,5,9,98,111,100,121,44,104,116,109,108,2,26,47,88,127,102,50,58,139,13,66,112,164,162,80,165,216,78,81,130,138,124,98,58,190,155,100,211,180,132,100,211,180,132,101,123,170,46,107,201,156,250,123,237,173,219,127,233,17,76,132,189,240,112,139,221,184,66,164,104,32,89,167,59,187,130,171,86,215,156,180,89,121,199,186,14,111,126,201,70,222,214,208,253,179,41,214,211,216,139,214,216,149,183,244,234,160,253,246,60,15,62,248,185,240,29,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,16,1,19,35,99,107,45,109,111,100,97,108,45,99,111,110,116,97,105,110,101,114,2,38,3,134,120,183,16,82,216,187,27,227,18,34,31,76,61,243,39,179,166,129,56,211,121,2,63,236,91,154,64,129,107,178,68,42,243,242,70,66,62,21,72,254,99,88,78,154,37,86,83,25,32,97,101,104,242,18,101,198,199,240,102,199,69,114,104,230,57,40,104,230,57,40,104,230,57,40,112,106,141,102,113,245,61,195,124,207,92,45,126,38,2,188,143,192,109,148,154,13,242,155,166,244,124,152,179,79,32,198,183,46,246,160,193,129,247,67,201,141,195,10,204,86,88,162,206,33,161,12,221,120,39,7,223,185,23,207,224,147,234,58,224,168,186,8,230,178,190,212,240,236,255,50,0,0,5,9,98,111,100,121,44,104,116,109,108,2,38,3,134,120,183,16,82,216,187,27,227,18,34,31,76,61,243,39,179,166,129,56,211,121,2,63,236,91,154,64,129,107,178,68,42,243,242,70,66,62,21,72,254,99,88,78,154,37,86,83,25,32,97,101,104,242,18,101,198,199,240,102,199,69,114,104,230,57,40,104,230,57,40,104,230,57,40,112,106,141,102,113,245,61,195,124,207,92,45,126,38,2,188,143,192,109,148,154,13,242,155,166,244,124,152,179,79,32,198,183,46,246,160,193,129,247,67,201,141,195,10,204,86,88,162,206,33,161,12,221,120,39,7,223,185,23,207,224,147,234,58,224,168,186,8,230,178,190,212,240,236,255,50,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,18,46,102,97,110,99,121,98,111,120,45,105,115,45,109,111,100,97,108,2,2,119,112,126,121,149,102,145,144,0,0,5,9,98,111,100,121,44,104,116,109,108,2,2,119,112,126,121,149,102,145,144,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,16,1,23,35,99,111,111,107,105,101,115,45,98,97,110,110,101,114,45,111,118,101,114,108,97,121,2,1,5,208,7,83,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,5,208,7,83,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,16,1,17,35,108,105,103,104,116,98,111,120,45,99,111,111,107,105,101,115,2,1,194,211,50,50,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,194,211,50,50,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,16,1,22,35,99,111,111,107,105,101,45,110,111,116,105,99,101,45,111,118,101,114,108,97,121,2,1,68,144,131,213,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,68,144,131,213,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,8,1,21,46,102,117,108,108,115,99,114,101,101,110,45,99,111,110,116,97,105,110,101,114,2,1,216,35,39,254,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,216,35,39,254,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,223,184,102,197,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,16,1,16,35,100,105,118,105,100,101,80,111,112,117,112,87,114,97,112,2,1,223,184,102,197,0,8,1,10,46,109,102,112,45,114,101,97,100,121,2,8,54,115,77,91,106,197,84,202,118,51,164,33,141,240,38,90,153,246,105,193,208,3,223,49,218,173,69,63,248,120,188,226,0,0,5,4,104,116,109,108,2,8,54,115,77,91,106,197,84,202,118,51,164,33,141,240,38,90,153,246,105,193,208,3,223,49,218,173,69,63,248,120,188,226,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,16,1,12,35,100,105,100,111,109,105,45,104,111,115,116,2,4,2,201,94,140,10,26,222,219,104,49,190,137,149,59,40,143,0,0,1,35,100,105,118,91,99,108,97,115,115,94,61,34,100,105,100,111,109,105,45,99,111,110,115,101,110,116,45,112,111,112,117,112,95,34,93,2,4,2,201,94,140,10,26,222,219,104,49,190,137,149,59,40,143,0,8,1,21,46,100,105,100,111,109,105,45,115,99,114,101,101,110,45,120,108,97,114,103,101,2,6,2,201,94,140,10,26,222,219,104,49,190,137,149,59,40,143,198,252,194,85,229,129,149,239,0,0,5,9,98,111,100,121,44,104,116,109,108,2,4,2,201,94,140,10,26,222,219,198,252,194,85,229,129,149,239,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,16,1,20,35,99,111,111,107,105,101,99,111,110,116,114,111,108,45,102,105,114,115,116,2,1,107,191,33,44,0,8,1,11,46,98,103,45,98,108,97,99,107,56,55,2,1,107,191,33,44,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,107,191,33,44,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,8,1,7,46,98,75,101,116,107,67,2,1,5,42,108,15,0,8,1,20,46,98,70,104,86,82,87,46,115,99,45,49,103,57,97,119,49,107,45,49,2,1,5,42,108,15,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,5,42,108,15,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,0,1,23,91,105,100,94,61,34,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,34,93,2,1,245,216,30,66,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,245,216,30,66,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,8,1,15,46,109,111,100,97,108,45,99,111,110,115,101,110,116,115,2,17,13,205,149,82,20,98,50,22,66,79,143,58,72,212,67,162,92,247,52,165,98,154,231,17,100,206,45,119,126,13,84,89,134,4,157,71,144,76,169,23,176,22,27,46,177,126,138,86,232,217,72,175,233,84,226,123,238,132,112,86,246,88,154,83,255,168,178,178,0,0,5,9,98,111,100,121,44,104,116,109,108,2,17,13,205,149,82,20,98,50,22,66,79,143,58,72,212,67,162,92,247,52,165,98,154,231,17,100,206,45,119,126,13,84,89,134,4,157,71,144,76,169,23,176,22,27,46,177,126,138,86,232,217,72,175,233,84,226,123,238,132,112,86,246,88,154,83,255,168,178,178,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,8,1,7,46,107,69,68,122,100,86,2,1,166,130,222,180,0,0,5,9,98,111,100,121,44,104,116,109,108,2,2,40,42,116,229,166,130,222,180,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,8,1,49,46,109,105,116,105,100,45,115,104,97,114,101,100,45,45,99,111,111,107,105,101,45,119,97,114,110,105,110,103,45,112,111,112,117,112,45,109,111,100,97,108,45,119,114,97,112,112,101,114,2,1,202,131,143,203,0,8,1,43,46,109,105,116,105,100,45,115,104,97,114,101,100,45,45,99,111,111,107,105,101,45,119,97,114,110,105,110,103,45,112,111,112,117,112,45,111,118,101,114,108,97,121,2,1,202,131,143,203,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,202,131,143,203,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,8,1,18,46,103,100,112,114,45,108,109,100,45,115,116,97,110,100,97,114,100,2,1,168,224,207,101,0,8,1,14,46,103,100,112,114,45,108,109,100,45,119,97,108,108,2,1,168,224,207,101,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,168,224,207,101,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,8,1,8,46,109,45,108,97,121,101,114,2,3,14,54,50,121,109,243,152,200,186,224,174,88,0,2,1,37,114,99,44,32,99,111,111,107,105,101,108,97,119,45,98,108,117,114,45,98,97,99,107,103,114,111,117,110,100,44,32,44,32,115,116,97,121,2,3,14,54,50,121,109,243,152,200,186,224,174,88,0,0,5,9,98,111,100,121,44,104,116,109,108,2,3,14,54,50,121,109,243,152,200,186,224,174,88,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,236,212,170,195,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,12,46,115,104,111,119,67,111,110,115,101,110,116,2,1,236,212,170,195,0,8,1,11,46,114,111,100,111,45,112,111,112,117,112,2,2,6,114,136,187,203,252,59,125,0,8,1,13,46,114,111,100,111,45,111,118,101,114,108,97,121,2,2,6,114,136,187,203,252,59,125,0,0,5,9,98,111,100,121,44,104,116,109,108,2,2,6,114,136,187,203,252,59,125,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,12,46,99,115,115,45,49,121,117,111,97,48,117,2,1,234,237,235,114,0,0,5,4,98,111,100,121,2,1,234,237,235,114,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,13,46,109,111,100,97,108,45,99,111,111,107,105,101,2,1,3,242,231,240,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,3,242,231,240,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,19,46,109,111,100,97,108,45,99,111,111,107,105,101,46,109,111,100,97,108,2,10,30,173,82,78,56,143,157,91,82,42,174,143,92,188,66,171,93,224,113,230,161,253,1,67,163,233,152,134,172,99,190,42,182,215,123,189,204,5,247,243,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,10,30,173,82,78,56,143,157,91,82,42,174,143,92,188,66,171,93,224,113,230,161,253,1,67,163,233,152,134,172,99,190,42,182,215,123,189,204,5,247,243,0,0,5,9,98,111,100,121,44,104,116,109,108,2,10,30,173,82,78,56,143,157,91,82,42,174,143,92,188,66,171,93,224,113,230,161,253,1,67,163,233,152,134,172,99,190,42,182,215,123,189,204,5,247,243,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,2,1,31,114,99,44,32,115,112,45,109,101,115,115,97,103,101,45,111,112,101,110,44,32,104,116,109,108,44,32,115,116,97,121,2,128,0,0,0,155,0,227,173,237,0,242,14,50,0,242,14,50,3,2,170,139,4,79,105,157,6,6,166,37,7,97,123,216,7,218,244,2,9,7,173,113,10,229,133,233,11,159,106,198,11,176,74,122,14,226,54,163,17,232,103,141,24,35,254,4,27,101,149,85,27,109,22,65,27,116,250,103,29,79,244,104,30,88,142,119,31,191,175,202,32,166,173,95,33,27,90,106,34,9,196,16,34,209,49,124,38,157,20,157,38,157,133,110,45,161,41,249,46,90,207,50,49,230,126,25,54,180,23,254,55,107,120,113,57,200,31,54,57,224,147,58,61,65,157,92,61,118,245,172,61,186,88,131,61,195,207,169,65,57,71,189,68,130,110,139,68,154,219,32,68,215,185,138,70,138,101,2,81,69,239,200,81,224,34,150,82,79,37,214,83,47,54,31,84,144,8,35,85,116,108,158,86,25,48,221,86,255,146,175,88,85,165,209,91,31,76,222,92,157,183,149,94,93,89,253,95,156,101,50,96,106,178,224,96,247,172,92,99,221,125,44,100,102,39,165,100,102,227,50,100,143,200,14,103,30,183,245,103,88,20,114,108,88,191,96,110,72,232,74,110,74,57,84,111,233,180,48,111,239,33,27,114,193,95,192,116,180,202,241,118,30,117,198,120,23,223,204,122,226,39,45,124,150,88,166,126,47,255,109,127,50,155,111,127,221,107,73,128,99,177,183,128,221,38,148,129,125,134,163,132,183,102,141,134,184,68,92,136,88,12,52,136,120,249,199,137,116,31,60,138,159,12,154,140,174,93,107,143,8,247,79,143,105,87,151,144,210,115,46,146,185,14,115,146,255,250,85,148,186,52,61,148,254,20,237,149,87,7,75,153,235,226,47,161,248,222,127,164,0,56,66,165,236,209,119,166,75,88,36,166,181,70,176,167,153,1,100,170,12,194,125,170,233,116,105,174,10,113,126,176,213,25,141,177,154,16,164,178,60,221,4,180,99,168,141,183,10,82,39,184,144,188,224,186,140,155,70,187,234,80,71,188,69,108,14,188,70,240,4,189,55,133,98,193,53,176,92,193,209,74,219,194,221,236,12,194,225,17,133,196,122,127,60,198,54,85,13,198,61,124,96,201,210,214,110,204,141,32,108,205,177,204,195,208,74,24,70,209,236,200,62,210,101,116,32,211,208,203,220,213,114,90,55,215,90,81,5,217,247,230,56,221,92,132,193,223,64,146,184,227,13,92,118,227,13,92,118,230,158,122,31,230,204,223,154,236,79,90,171,239,129,218,11,242,231,40,213,242,231,130,180,242,231,149,8,242,231,182,209,245,84,22,114,245,223,11,170,245,246,180,57,247,144,230,177,247,220,0,100,248,96,195,54,249,28,142,172,251,189,244,140,252,211,244,248,0,0,1,32,100,105,118,91,105,100,94,61,34,115,112,95,109,101,115,115,97,103,101,95,99,111,110,116,97,105,110,101,114,95,34,93,2,128,0,0,0,155,0,227,173,237,0,242,14,50,0,242,14,50,3,2,170,139,4,79,105,157,6,6,166,37,7,97,123,216,7,218,244,2,9,7,173,113,10,229,133,233,11,159,106,198,11,176,74,122,14,226,54,163,17,232,103,141,24,35,254,4,27,101,149,85,27,109,22,65,27,116,250,103,29,79,244,104,30,88,142,119,31,191,175,202,32,166,173,95,33,27,90,106,34,9,196,16,34,209,49,124,38,157,20,157,38,157,133,110,45,161,41,249,46,90,207,50,49,230,126,25,54,180,23,254,55,107,120,113,57,200,31,54,57,224,147,58,61,65,157,92,61,118,245,172,61,186,88,131,61,195,207,169,65,57,71,189,68,130,110,139,68,154,219,32,68,215,185,138,70,138,101,2,81,69,239,200,81,224,34,150,82,79,37,214,83,47,54,31,84,144,8,35,85,116,108,158,86,25,48,221,86,255,146,175,88,85,165,209,91,31,76,222,92,157,183,149,94,93,89,253,95,156,101,50,96,106,178,224,96,247,172,92,99,221,125,44,100,102,39,165,100,102,227,50,100,143,200,14,103,30,183,245,103,88,20,114,108,88,191,96,110,72,232,74,110,74,57,84,111,233,180,48,111,239,33,27,114,193,95,192,116,180,202,241,118,30,117,198,120,23,223,204,122,226,39,45,124,150,88,166,126,47,255,109,127,50,155,111,127,221,107,73,128,99,177,183,128,221,38,148,129,125,134,163,132,183,102,141,134,184,68,92,136,88,12,52,136,120,249,199,137,116,31,60,138,159,12,154,140,174,93,107,143,8,247,79,143,105,87,151,144,210,115,46,146,185,14,115,146,255,250,85,148,186,52,61,148,254,20,237,149,87,7,75,153,235,226,47,161,248,222,127,164,0,56,66,165,236,209,119,166,75,88,36,166,181,70,176,167,153,1,100,170,12,194,125,170,233,116,105,174,10,113,126,176,213,25,141,177,154,16,164,178,60,221,4,180,99,168,141,183,10,82,39,184,144,188,224,186,140,155,70,187,234,80,71,188,69,108,14,188,70,240,4,189,55,133,98,193,53,176,92,193,209,74,219,194,221,236,12,194,225,17,133,196,122,127,60,198,54,85,13,198,61,124,96,201,210,214,110,204,141,32,108,205,177,204,195,208,74,24,70,209,236,200,62,210,101,116,32,211,208,203,220,213,114,90,55,215,90,81,5,217,247,230,56,221,92,132,193,223,64,146,184,227,13,92,118,227,13,92,118,230,158,122,31,230,204,223,154,236,79,90,171,239,129,218,11,242,231,40,213,242,231,130,180,242,231,149,8,242,231,182,209,245,84,22,114,245,223,11,170,245,246,180,57,247,144,230,177,247,220,0,100,248,96,195,54,249,28,142,172,251,189,244,140,252,211,244,248,0,8,1,11,46,116,112,108,45,99,111,111,107,105,101,2,1,60,22,102,109,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,60,22,102,109,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,16,46,98,97,99,107,100,114,111,112,45,98,108,117,114,45,49,2,1,134,40,224,211,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,134,40,224,211,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,10,46,110,97,115,45,109,111,100,97,108,2,1,54,218,56,236,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,54,218,56,236,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,13,35,119,105,67,111,111,107,105,101,66,97,114,49,2,1,145,146,91,239,0,0,5,4,104,116,109,108,2,1,145,146,91,239,79,112,111,115,105,116,105,111,110,58,32,115,116,97,116,105,99,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,119,105,100,116,104,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,19,46,99,111,110,115,101,110,116,45,100,105,115,99,108,97,105,109,101,114,2,13,3,232,83,4,37,9,217,81,93,94,230,109,94,182,132,137,128,44,14,84,149,89,73,103,191,163,61,81,193,33,198,167,196,54,181,22,201,53,75,114,227,225,171,81,249,16,190,117,251,10,84,197,0,0,5,9,98,111,100,121,44,104,116,109,108,2,13,3,232,83,4,37,9,217,81,93,94,230,109,94,182,132,137,128,44,14,84,149,89,73,103,191,163,61,81,193,33,198,167,196,54,181,22,201,53,75,114,227,225,171,81,249,16,190,117,251,10,84,197,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,2,1,55,115,101,116,45,99,111,110,115,116,97,110,116,44,32,119,105,110,100,111,119,46,99,109,112,109,110,103,114,46,115,101,116,67,111,110,115,101,110,116,86,105,97,66,116,110,44,32,110,111,111,112,70,117,110,99,2,1,169,218,175,214,0,16,1,12,35,100,105,100,111,109,105,45,104,111,115,116,2,1,94,58,193,219,0,16,1,23,35,110,104,102,112,95,100,105,100,111,109,105,95,98,108,111,99,107,95,112,97,103,101,2,1,94,58,193,219,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,94,58,193,219,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,20,46,82,101,97,99,116,77,111,100,97,108,95,95,79,118,101,114,108,97,121,2,1,246,19,129,99,0,8,1,17,46,82,101,97,99,116,77,111,100,97,108,80,111,114,116,97,108,2,1,246,19,129,99,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,246,19,129,99,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,8,1,12,46,112,117,45,106,108,105,113,104,116,108,117,2,1,162,194,181,190,0,0,5,4,98,111,100,121,2,1,162,194,181,190,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,19,46,102,97,110,99,121,98,111,120,45,99,111,110,116,97,105,110,101,114,2,1,171,164,43,52,0,8,1,6,46,112,111,112,117,112,2,1,171,164,43,52,0,8,1,8,46,111,118,101,114,108,97,121,2,1,140,17,225,5,0,8,1,15,46,112,111,112,117,112,45,45,99,111,111,107,105,101,115,2,1,140,17,225,5,0,8,1,25,46,97,107,107,117,45,99,111,111,107,105,101,45,116,111,111,108,115,45,100,101,115,105,103,110,2,8,6,246,236,191,59,6,15,106,132,79,51,32,148,107,239,124,150,191,17,246,197,215,255,18,198,151,82,152,216,55,120,88,0,8,1,12,46,106,115,45,45,111,118,101,114,108,97,121,2,8,6,246,236,191,59,6,15,106,132,79,51,32,148,107,239,124,150,191,17,246,197,215,255,18,198,151,82,152,216,55,120,88,0,0,1,12,91,105,100,94,61,34,103,100,112,114,34,93,2,84,12,149,114,93,12,218,212,131,14,188,211,167,15,26,90,203,16,173,180,65,20,239,188,139,22,34,90,235,24,210,62,201,25,35,118,79,28,18,253,206,30,193,100,96,31,231,147,62,36,104,134,19,40,138,255,183,43,203,51,14,53,102,127,14,55,209,161,126,67,177,97,21,70,178,222,120,74,237,249,242,77,209,217,210,92,169,43,136,95,126,134,90,96,165,201,45,97,35,47,16,100,39,190,107,100,50,94,75,102,252,25,232,105,109,219,180,110,193,186,202,112,128,182,164,120,202,183,128,136,11,4,60,139,85,59,67,141,131,236,86,143,154,24,168,144,40,193,84,144,132,76,145,146,112,57,1,146,123,0,178,149,213,190,5,151,233,173,101,152,157,63,6,154,78,6,95,161,89,250,53,161,121,207,142,162,28,238,133,164,101,207,88,171,226,157,97,173,217,130,229,176,172,31,170,179,173,208,230,181,142,48,33,182,255,111,15,183,115,63,52,189,157,172,81,191,115,220,226,197,248,121,195,198,7,38,132,199,145,246,115,202,76,0,252,202,144,142,178,205,109,136,87,205,202,124,111,206,18,223,158,206,227,120,46,208,13,245,30,208,188,0,224,209,189,137,51,211,220,104,126,213,94,163,102,219,140,173,27,220,14,79,21,222,166,187,254,222,168,214,140,223,190,198,251,226,3,27,170,226,120,38,172,230,162,162,134,231,62,32,144,239,20,253,15,242,179,140,61,245,98,20,130,245,171,253,149,0,0,5,9,98,111,100,121,44,104,116,109,108,2,84,12,149,114,93,12,218,212,131,14,188,211,167,15,26,90,203,16,173,180,65,20,239,188,139,22,34,90,235,24,210,62,201,25,35,118,79,28,18,253,206,30,193,100,96,31,231,147,62,36,104,134,19,40,138,255,183,43,203,51,14,53,102,127,14,55,209,161,126,67,177,97,21,70,178,222,120,74,237,249,242,77,209,217,210,92,169,43,136,95,126,134,90,96,165,201,45,97,35,47,16,100,39,190,107,100,50,94,75,102,252,25,232,105,109,219,180,110,193,186,202,112,128,182,164,120,202,183,128,136,11,4,60,139,85,59,67,141,131,236,86,143,154,24,168,144,40,193,84,144,132,76,145,146,112,57,1,146,123,0,178,149,213,190,5,151,233,173,101,152,157,63,6,154,78,6,95,161,89,250,53,161,121,207,142,162,28,238,133,164,101,207,88,171,226,157,97,173,217,130,229,176,172,31,170,179,173,208,230,181,142,48,33,182,255,111,15,183,115,63,52,189,157,172,81,191,115,220,226,197,248,121,195,198,7,38,132,199,145,246,115,202,76,0,252,202,144,142,178,205,109,136,87,205,202,124,111,206,18,223,158,206,227,120,46,208,13,245,30,208,188,0,224,209,189,137,51,211,220,104,126,213,94,163,102,219,140,173,27,220,14,79,21,222,166,187,254,222,168,214,140,223,190,198,251,226,3,27,170,226,120,38,172,230,162,162,134,231,62,32,144,239,20,253,15,242,179,140,61,245,98,20,130,245,171,253,149,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,17,46,99,111,111,107,105,101,115,45,98,97,99,107,100,114,111,112,2,27,7,254,146,115,15,107,233,103,15,127,5,156,24,196,28,219,27,134,210,197,28,106,151,167,32,80,241,119,40,176,14,12,41,105,207,195,78,68,121,210,89,49,195,52,123,180,15,178,124,84,231,201,137,106,74,40,142,225,220,162,147,138,17,102,152,100,21,45,158,245,25,44,173,83,234,228,179,25,180,191,183,154,97,146,190,244,190,70,192,79,104,214,209,79,1,123,218,137,162,147,225,70,39,103,238,54,34,106,0,0,5,9,98,111,100,121,44,104,116,109,108,2,27,7,254,146,115,15,107,233,103,15,127,5,156,24,196,28,219,27,134,210,197,28,106,151,167,32,80,241,119,40,176,14,12,41,105,207,195,78,68,121,210,89,49,195,52,123,180,15,178,124,84,231,201,137,106,74,40,142,225,220,162,147,138,17,102,152,100,21,45,158,245,25,44,173,83,234,228,179,25,180,191,183,154,97,146,190,244,190,70,192,79,104,214,209,79,1,123,218,137,162,147,225,70,39,103,238,54,34,106,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,20,46,104,101,97,100,101,114,45,99,111,111,107,105,101,115,45,103,100,112,114,2,1,54,51,242,254,0,0,1,45,104,116,109,108,91,99,108,97,115,115,42,61,34,99,111,111,107,105,101,115,45,118,105,115,105,98,108,101,34,93,32,62,32,98,111,100,121,58,58,98,101,102,111,114,101,2,1,54,51,242,254,0,2,1,27,114,99,44,32,109,111,100,97,108,79,112,101,110,95,95,95,103,90,121,107,118,44,32,98,111,100,121,2,1,197,137,136,240,0,8,1,14,46,98,111,100,121,45,98,108,97,99,107,111,117,116,2,1,197,137,136,240,0,8,1,21,46,99,108,111,115,101,79,110,67,108,105,99,107,95,95,95,50,103,50,83,51,2,1,197,137,136,240,0,8,1,13,46,99,109,112,99,111,110,116,97,105,110,101,114,2,2,100,71,215,91,244,52,4,127,0,2,1,22,114,99,44,32,99,111,111,107,105,101,45,98,97,114,44,32,44,32,115,116,97,121,2,5,47,164,30,189,140,156,223,60,142,51,144,174,208,87,226,91,241,250,36,78,0,16,1,21,35,67,121,98,111,116,67,111,111,107,105,101,98,111,116,68,105,97,108,111,103,2,5,47,164,30,189,140,156,223,60,142,51,144,174,208,87,226,91,241,250,36,78,0,0,1,34,100,105,118,91,99,108,97,115,115,94,61,34,78,97,118,105,103,97,116,105,111,110,95,95,79,118,101,114,108,97,121,45,34,93,2,5,47,164,30,189,140,156,223,60,142,51,144,174,208,87,226,91,241,250,36,78,0,0,5,4,98,111,100,121,2,5,47,164,30,189,140,156,223,60,142,51,144,174,208,87,226,91,241,250,36,78,25,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,8,1,5,46,98,119,105,110,2,1,248,159,28,116,0,8,1,5,46,98,119,114,103,2,1,248,159,28,116,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,248,159,28,116,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,21,35,99,109,115,45,119,101,98,45,99,111,110,115,101,110,116,45,114,111,111,116,2,1,137,252,79,9,0,8,5,15,46,99,119,115,45,109,111,100,97,108,45,111,112,101,110,2,1,137,252,79,9,59,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,105,110,116,101,114,45,101,118,101,110,116,115,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,0,0,1,32,100,105,118,91,105,100,94,61,34,115,112,95,109,101,115,115,97,103,101,95,99,111,110,116,97,105,110,101,114,95,34,93,2,1,19,234,152,113,0,0,5,60,104,116,109,108,46,115,112,45,109,101,115,115,97,103,101,45,111,112,101,110,32,62,32,98,111,100,121,58,110,111,116,40,91,115,116,121,108,101,61,34,111,118,101,114,102,108,111,119,58,32,104,105,100,100,101,110,59,34,93,41,2,1,19,234,152,113,82,112,111,115,105,116,105,111,110,58,32,117,110,115,101,116,32,33,105,109,112,111,114,116,97,110,116,59,32,109,97,114,103,105,110,45,116,111,112,58,32,48,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,118,105,115,105,98,108,101,32,33,105,109,112,111,114,116,97,110,116,0,0,1,39,91,100,97,116,97,45,116,101,115,116,105,100,61,34,119,97,95,99,111,111,107,105,101,115,95,98,97,110,110,101,114,95,109,111,100,97,108,34,93,2,3,59,57,229,157,59,58,17,188,143,85,6,148,0,2,1,31,114,99,44,32,104,97,115,67,111,111,107,105,101,66,97,110,110,101,114,44,32,98,111,100,121,44,32,115,116,97,121,2,3,59,57,229,157,59,58,17,188,143,85,6,148,0,16,1,24,35,99,111,111,107,105,101,95,100,105,115,99,108,97,105,109,101,114,46,99,109,95,117,105,2,12,40,205,196,212,46,6,181,169,77,142,207,129,79,186,38,179,89,207,8,34,150,207,151,89,157,143,122,43,192,23,184,212,203,215,59,95,203,215,72,41,205,78,74,127,226,107,89,71,0,2,1,25,97,101,108,100,44,32,115,99,114,111,108,108,44,32,105,110,110,101,114,72,101,105,103,104,116,2,12,40,205,196,212,46,6,181,169,77,142,207,129,79,186,38,179,89,207,8,34,150,207,151,89,157,143,122,43,192,23,184,212,203,215,59,95,203,215,72,41,205,78,74,127,226,107,89,71,0,2,1,29,115,101,116,44,32,116,99,102,65,108,108,111,119,85,115,101,67,111,111,107,105,101,115,44,32,116,114,117,101,2,1,118,40,212,98,0,8,1,3,46,99,109,2,1,148,180,4,155,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,148,180,4,155,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,17,46,116,111,112,115,99,114,111,108,108,45,98,97,110,110,101,114,2,2,7,163,95,6,17,130,252,224,0,2,1,37,115,101,116,44,32,99,105,99,99,46,99,111,111,107,105,101,95,99,97,116,95,102,117,110,99,116,105,111,110,97,108,44,32,116,114,117,101,2,2,7,163,95,6,17,130,252,224,0,2,1,36,115,101,116,44,32,99,105,99,99,46,99,111,111,107,105,101,95,99,97,116,95,115,116,97,116,105,115,116,105,99,44,32,116,114,117,101,2,2,7,163,95,6,17,130,252,224,0,2,1,36,115,101,116,44,32,99,105,99,99,46,99,111,111,107,105,101,95,99,97,116,95,109,97,114,107,101,116,105,110,103,44,32,116,114,117,101,2,2,7,163,95,6,17,130,252,224,0,2,1,64,115,101,116,44,32,116,119,101,97,107,101,114,115,67,111,110,102,105,103,46,117,115,101,114,67,111,110,102,105,103,117,114,101,100,67,111,110,115,101,110,116,46,121,111,117,116,117,98,101,46,97,112,112,114,111,118,101,100,44,32,116,114,117,101,2,1,172,81,43,10,0,2,1,61,115,101,116,44,32,116,119,101,97,107,101,114,115,67,111,110,102,105,103,46,117,115,101,114,67,111,110,102,105,103,117,114,101,100,67,111,110,115,101,110,116,46,111,109,110,121,46,97,112,112,114,111,118,101,100,44,32,116,114,117,101,2,1,172,81,43,10,0,2,1,68,115,101,116,44,32,116,119,101,97,107,101,114,115,67,111,110,102,105,103,46,117,115,101,114,67,111,110,102,105,103,117,114,101,100,67,111,110,115,101,110,116,46,112,99,110,108,116,101,108,101,99,111,109,46,97,112,112,114,111,118,101,100,44,32,116,114,117,101,2,1,172,81,43,10,0,2,1,67,115,101,116,44,32,116,119,101,97,107,101,114,115,67,111,110,102,105,103,46,117,115,101,114,67,111,110,102,105,103,117,114,101,100,67,111,110,115,101,110,116,46,103,111,111,103,108,101,109,97,112,115,46,97,112,112,114,111,118,101,100,44,32,116,114,117,101,2,1,172,81,43,10,0,2,1,67,115,101,116,44,32,116,119,101,97,107,101,114,115,67,111,110,102,105,103,46,117,115,101,114,67,111,110,102,105,103,117,114,101,100,67,111,110,115,101,110,116,46,115,116,114,101,97,109,97,98,108,101,46,97,112,112,114,111,118,101,100,44,32,116,114,117,101,2,1,172,81,43,10,0,2,1,67,115,101,116,44,32,116,119,101,97,107,101,114,115,67,111,110,102,105,103,46,117,115,101,114,67,111,110,102,105,103,117,114,101,100,67,111,110,115,101,110,116,46,115,111,117,110,100,99,108,111,117,100,46,97,112,112,114,111,118,101,100,44,32,116,114,117,101,2,1,172,81,43,10,0,2,1,66,115,101,116,44,32,116,119,101,97,107,101,114,115,67,111,110,102,105,103,46,117,115,101,114,67,111,110,102,105,103,117,114,101,100,67,111,110,115,101,110,116,46,107,110,105,103,104,116,108,97,98,46,97,112,112,114,111,118,101,100,44,32,116,114,117,101,2,1,172,81,43,10,0,2,1,54,115,101,116,45,99,111,111,107,105,101,44,32,84,69,83,67,79,66,65,78,75,95,69,78,83,73,71,72,84,69,78,95,80,82,73,86,65,67,89,95,65,100,118,101,114,116,105,115,105,110,103,44,32,48,2,1,100,15,164,135,0,2,1,56,115,101,116,45,99,111,111,107,105,101,44,32,84,69,83,67,79,66,65,78,75,95,69,78,83,73,71,72,84,69,78,95,80,82,73,86,65,67,89,95,66,65,78,78,69,82,95,76,79,65,68,69,68,44,32,49,2,1,100,15,164,135,0,2,1,56,115,101,116,45,99,111,111,107,105,101,44,32,84,69,83,67,79,66,65,78,75,95,69,78,83,73,71,72,84,69,78,95,80,82,73,86,65,67,89,95,66,65,78,78,69,82,95,86,73,69,87,69,68,44,32,49,2,1,100,15,164,135,0,2,1,53,115,101,116,45,99,111,111,107,105,101,44,32,84,69,83,67,79,66,65,78,75,95,69,78,83,73,71,72,84,69,78,95,80,82,73,86,65,67,89,95,69,120,112,101,114,105,101,110,99,101,44,32,48,2,1,100,15,164,135,0,2,1,55,115,101,116,45,99,111,111,107,105,101,44,32,84,69,83,67,79,66,65,78,75,95,69,78,83,73,71,72,84,69,78,95,80,82,73,86,65,67,89,95,77,79,68,65,76,95,76,79,65,68,69,68,44,32,49,2,1,100,15,164,135,0,2,1,55,115,101,116,45,99,111,111,107,105,101,44,32,84,69,83,67,79,66,65,78,75,95,69,78,83,73,71,72,84,69,78,95,80,82,73,86,65,67,89,95,77,79,68,65,76,95,86,73,69,87,69,68,44,32,49,2,1,100,15,164,135,0,2,1,54,115,101,116,45,99,111,111,107,105,101,44,32,84,69,83,67,79,66,65,78,75,95,69,78,83,73,71,72,84,69,78,95,80,82,73,86,65,67,89,95,77,101,97,115,117,114,101,109,101,110,116,44,32,48,2,1,100,15,164,135,0,2,1,37,115,101,116,45,99,111,111,107,105,101,44,32,118,105,101,119,101,100,95,99,111,111,107,105,101,95,112,111,108,105,99,121,44,32,121,101,115,2,1,100,15,164,135,0,2,1,59,115,101,116,44,32,121,108,101,67,111,110,115,101,110,116,83,100,107,46,95,99,111,110,115,101,110,116,83,100,107,46,95,101,109,98,101,100,100,101,100,95,115,111,99,105,97,108,95,109,101,100,105,97,44,32,116,114,117,101,2,1,203,215,131,14,0,2,1,33,115,101,116,44,32,121,108,101,67,111,110,115,101,110,116,83,100,107,46,115,104,111,119,44,32,110,111,111,112,70,117,110,99,2,1,203,215,131,14,0,2,1,38,115,101,116,44,32,99,111,99,107,105,101,67,111,110,115,101,110,116,77,97,110,97,103,101,109,101,110,116,44,32,110,111,111,112,70,117,110,99,2,1,31,87,61,214,0,8,1,7,46,99,111,111,107,105,101,2,1,53,254,140,168,0,2,1,30,115,101,116,44,32,119,105,110,100,111,119,46,115,99,114,111,108,108,84,111,44,32,110,111,111,112,70,117,110,99,2,1,53,254,140,168,0,0,5,4,98,111,100,121,2,1,79,17,249,140,26,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,1,79,17,249,140,1,128,1,21,46,109,111,100,97,108,58,104,97,115,40,35,101,112,114,105,118,97,99,121,41,2,1,79,17,249,140,1,128,1,45,100,105,118,91,105,100,36,61,34,95,109,111,100,97,108,95,111,117,116,101,114,95,34,93,58,104,97,115,40,62,32,46,99,111,111,107,105,101,45,109,111,100,97,108,41,2,1,226,144,122,159,0,8,5,11,46,109,111,100,97,108,45,111,112,101,110,2,1,226,144,122,159,26,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,0,8,5,25,46,99,111,109,112,101,110,115,97,116,101,45,102,111,114,45,115,99,114,111,108,108,98,97,114,2,1,146,235,35,6,26,109,97,114,103,105,110,45,114,105,103,104,116,58,32,48,32,33,105,109,112,111,114,116,97,110,116,1,128,1,100,46,102,97,110,99,121,98,111,120,45,99,111,110,116,97,105,110,101,114,58,104,97,115,40,97,91,111,110,99,108,105,99,107,61,34,100,111,99,117,109,101,110,116,46,103,101,116,69,108,101,109,101,110,116,66,121,73,100,40,39,112,114,105,118,97,99,121,95,109,111,114,101,39,41,46,115,116,121,108,101,46,100,105,115,112,108,97,121,61,39,98,108,111,99,107,39,59,34,93,41,2,1,146,235,35,6,0,2,1,49,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,108,97,119,105,110,102,111,45,99,104,101,99,107,98,111,120,45,110,101,99,101,115,115,97,114,121,44,32,121,101,115,2,1,129,165,207,221,0,2,1,63,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,108,97,119,105,110,102,111,45,99,104,101,99,107,98,111,120,45,116,111,105,109,105,110,110,97,108,108,105,115,101,116,45,101,118,97,115,116,101,101,116,44,32,121,101,115,2,1,129,165,207,221,0,2,1,48,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,108,97,119,105,110,102,111,45,99,104,101,99,107,98,111,120,45,97,110,97,108,121,116,105,99,115,44,32,110,111,2,1,129,165,207,221,0,2,1,37,115,101,116,45,99,111,111,107,105,101,44,32,118,105,101,119,101,100,95,99,111,111,107,105,101,95,112,111,108,105,99,121,44,32,121,101,115,2,1,129,165,207,221,0,2,1,31,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,95,97,99,99,101,112,116,44,32,116,114,117,101,2,1,29,250,172,160,0,2,1,21,115,101,116,45,99,111,111,107,105,101,44,32,97,109,45,115,117,98,44,32,49,2,1,157,120,126,8,0,8,5,16,46,111,118,101,114,102,108,111,119,45,104,105,100,100,101,110,2,1,190,148,85,52,26,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,0,0,1,18,100,105,118,46,99,111,111,107,105,101,115,45,112,111,112,45,117,112,2,1,190,148,85,52,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,1,136,187,29,164,0,16,1,22,35,117,114,109,111,100,97,108,45,49,55,50,52,50,56,51,51,50,48,55,48,55,2,1,136,187,29,164,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,136,187,29,164,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,19,46,99,115,45,99,111,111,107,105,101,95,95,119,114,97,112,112,101,114,2,1,125,241,95,230,0,0,5,4,98,111,100,121,2,1,125,241,95,230,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,11,35,67,111,110,115,101,110,116,77,115,103,2,1,27,105,208,63,0,16,1,10,35,67,111,111,68,105,97,108,111,103,2,1,250,65,33,48,0,16,1,14,35,67,111,111,107,105,101,45,112,111,112,45,117,112,2,1,46,216,123,244,0,16,1,12,35,67,111,111,107,105,101,77,111,100,97,108,2,1,244,58,201,242,0,16,1,15,35,67,111,111,107,105,101,95,99,111,110,116,101,110,116,2,1,91,242,110,121,0,16,1,4,35,68,83,69,2,1,242,231,160,57,0,16,1,18,35,68,97,116,101,110,115,99,104,117,116,122,70,111,111,116,101,114,2,1,138,154,238,42,0,16,1,20,35,78,111,116,105,102,105,99,97,116,105,111,110,87,114,97,112,112,101,114,2,1,20,200,100,187,0,16,1,15,35,80,114,105,118,97,99,121,77,97,110,97,103,101,114,2,1,80,10,241,75,0,16,1,17,35,83,105,116,101,79,118,101,114,108,97,121,80,97,110,101,108,2,1,155,198,231,99,0,16,1,9,35,97,45,98,97,110,110,101,114,2,1,136,76,24,87,0,16,1,11,35,97,99,99,45,98,111,116,116,111,109,2,1,1,140,229,14,0,16,1,10,35,97,100,67,111,110,115,101,110,116,2,1,247,229,29,225,0,16,1,7,35,97,103,101,118,101,114,2,4,83,0,240,55,115,196,33,11,168,8,217,220,198,162,145,97,0,16,1,21,35,97,105,116,101,99,45,112,114,105,118,97,99,121,45,110,111,116,105,99,101,2,1,173,12,235,107,0,16,1,14,35,97,109,45,99,111,111,107,105,101,45,98,97,114,2,2,2,155,33,234,12,212,113,66,0,16,1,22,35,97,109,112,115,97,110,100,67,111,110,115,101,110,116,69,108,101,109,101,110,116,2,1,110,62,47,190,0,16,1,6,35,97,114,101,97,50,2,1,56,141,227,200,0,16,1,15,35,97,115,50,52,45,99,109,112,45,112,111,112,117,112,2,2,58,104,152,35,206,43,249,191,0,16,1,12,35,98,50,99,45,99,111,110,115,101,110,116,2,1,237,236,219,43,0,16,1,19,35,98,97,110,110,121,45,98,97,110,110,101,114,45,111,117,116,101,114,2,1,62,58,106,216,0,16,1,15,35,98,103,45,100,97,116,101,110,115,99,104,117,116,122,2,2,0,147,30,92,83,133,136,65,0,16,1,20,35,98,108,111,99,107,45,99,111,110,115,101,110,116,45,98,108,111,99,107,2,1,87,167,77,65,0,16,1,19,35,98,108,111,99,107,45,99,111,111,107,105,101,115,98,108,111,99,107,2,1,249,107,142,72,0,16,1,10,35,98,111,120,72,111,108,100,101,114,2,1,126,250,148,254,0,16,1,4,35,99,45,99,2,1,86,136,83,116,0,16,1,10,35,99,45,111,118,101,114,108,97,121,2,1,255,254,212,184,0,16,1,3,35,99,67,2,1,77,207,173,254,0,16,1,10,35,99,67,111,118,101,114,108,97,121,2,1,77,207,173,254,0,16,1,9,35,99,97,45,108,97,121,101,114,2,1,24,40,100,132,0,16,1,3,35,99,98,2,2,55,163,120,146,242,231,153,84,0,16,1,12,35,99,98,56,50,97,45,109,111,100,97,108,2,1,70,106,89,174,0,16,1,18,35,99,98,97,110,110,101,114,95,99,111,110,116,97,105,110,101,114,2,1,142,75,202,242,0,16,1,16,35,99,98,97,110,110,101,114,95,111,118,101,114,108,97,121,2,1,142,75,202,242,0,16,1,7,35,99,99,45,98,111,120,2,1,122,183,60,152,0,16,1,8,35,99,99,45,99,97,114,100,2,1,141,20,166,106,0,16,1,9,35,99,99,68,105,97,108,111,103,2,1,18,250,124,190,0,16,1,8,35,99,99,77,111,100,97,108,2,1,75,222,199,67,0,16,1,4,35,99,99,109,2,1,89,114,158,199,0,16,1,8,35,99,99,109,82,111,111,116,2,1,168,112,70,238,0,16,1,18,35,99,99,109,111,100,97,108,45,99,111,110,116,97,105,110,101,114,2,1,61,100,40,167,0,16,1,15,35,99,99,111,110,115,101,110,116,45,109,111,100,97,108,2,1,48,247,208,72,0,16,1,17,35,99,104,101,99,107,67,111,111,107,105,101,79,107,66,111,120,2,1,146,163,124,183,0,16,1,11,35,99,107,45,111,118,101,114,108,97,121,2,1,53,199,155,212,0,16,1,11,35,99,107,99,116,114,108,95,98,111,120,2,1,248,63,161,213,0,16,1,8,35,99,108,97,105,109,101,114,2,1,251,246,218,239,0,16,1,14,35,99,108,111,115,101,111,110,97,99,116,105,111,110,2,3,46,59,27,140,91,73,193,130,154,212,244,30,0,16,1,3,35,99,109,2,2,78,101,146,199,209,69,111,70,0,16,1,8,35,99,109,109,111,100,97,108,2,3,8,31,84,21,112,74,110,124,150,211,209,1,0,16,1,4,35,99,109,112,2,1,147,20,232,128,0,16,1,8,35,99,110,111,116,105,99,101,2,1,127,200,217,114,0,16,1,11,35,99,111,108,111,103,105,110,100,105,118,2,1,210,248,14,129,0,16,1,16,35,99,111,110,102,105,114,109,95,99,111,111,107,105,101,115,2,1,16,230,62,151,0,16,1,8,35,99,111,110,115,101,110,116,2,1,54,214,237,67,0,16,1,18,35,99,111,110,115,101,110,116,45,102,111,114,109,45,114,111,111,116,2,1,81,11,94,245,0,16,1,16,35,99,111,110,115,101,110,116,45,111,118,101,114,108,97,121,2,2,77,227,113,52,187,215,229,0,0,16,1,13,35,99,111,110,115,101,110,116,45,116,111,111,108,2,4,111,47,199,5,154,98,42,206,172,117,132,96,185,143,9,232,0,16,1,13,35,99,111,110,115,101,110,116,76,97,121,101,114,2,2,219,143,242,87,255,89,100,82,0,16,1,15,35,99,111,110,115,101,110,116,109,97,110,97,103,101,114,2,3,3,105,69,163,47,137,152,225,249,32,18,122,0,16,1,13,35,99,111,110,115,101,110,116,109,111,100,97,108,2,2,59,128,70,242,93,108,159,94,0,16,1,17,35,99,111,110,116,97,105,110,101,114,45,98,97,110,110,101,114,2,1,79,127,209,121,0,16,1,22,35,99,111,110,116,97,105,110,101,114,45,98,97,110,110,101,114,45,111,118,101,114,2,1,50,10,29,167,0,16,1,46,35,99,111,110,116,101,110,116,45,100,101,45,104,105,110,119,101,105,115,45,99,111,111,107,105,101,45,114,105,99,104,116,108,105,110,105,101,45,98,108,111,99,107,105,110,103,2,1,42,93,24,21,0,16,1,7,35,99,111,111,107,105,101,2,1,189,66,218,98,0,16,1,22,35,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,2,1,244,28,15,123,0,16,1,32,35,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,45,99,111,110,116,97,105,110,101,114,2,1,98,158,181,9,0,16,1,24,35,99,111,111,107,105,101,45,112,101,114,109,105,115,115,105,111,110,45,109,111,100,97,108,2,1,244,101,202,76,0,16,1,16,35,99,111,111,107,105,101,68,97,115,104,98,111,97,114,100,2,1,242,81,77,184,0,16,1,14,35,99,111,111,107,105,101,77,97,110,97,103,101,114,2,1,219,192,178,164,0,16,1,13,35,99,111,111,107,105,101,77,97,110,103,101,114,2,2,141,39,135,4,170,33,224,191,0,16,1,14,35,99,111,111,107,105,101,78,111,116,101,65,71,66,2,1,8,236,46,212,0,16,1,20,35,99,111,111,107,105,101,83,101,108,101,99,116,79,118,101,114,108,97,121,2,1,208,113,190,204,0,16,1,13,35,99,111,111,107,105,101,95,77,111,100,97,108,2,1,241,147,194,129,0,16,1,16,35,99,111,111,107,105,101,95,95,99,111,110,115,101,110,116,2,1,242,172,73,36,0,16,1,14,35,99,111,111,107,105,101,95,112,111,112,117,112,49,2,1,241,3,112,151,0,16,1,11,35,99,111,111,107,105,101,97,117,116,104,2,1,253,157,13,67,0,16,1,20,35,99,111,111,107,105,101,98,97,110,110,101,114,87,114,97,112,112,101,114,2,1,97,153,167,187,0,16,1,16,35,99,111,111,107,105,101,98,97,114,45,111,117,116,101,114,2,1,242,110,196,234,0,16,1,9,35,99,111,111,107,105,101,100,115,2,1,193,89,212,109,0,16,1,14,35,99,111,111,107,105,101,104,105,110,119,101,105,115,2,32,4,245,11,144,4,249,95,100,28,11,184,18,30,160,146,54,37,163,246,168,48,86,34,91,81,1,58,193,86,232,47,57,89,203,159,54,96,25,193,208,122,165,72,6,124,180,225,173,126,21,100,241,128,178,36,241,137,237,58,40,142,242,122,106,143,67,116,89,151,66,131,245,161,149,158,32,179,194,172,176,185,154,219,199,187,138,194,242,189,181,52,253,192,242,148,3,194,63,145,6,205,245,187,209,213,128,199,49,232,165,79,211,236,228,195,209,239,180,154,179,249,15,166,213,249,202,33,12,0,16,1,23,35,99,111,111,107,105,101,104,105,110,119,101,105,115,99,111,110,116,97,105,110,101,114,2,1,217,226,246,98,0,16,1,14,35,99,111,111,107,105,101,109,97,110,97,103,101,114,2,1,248,120,44,38,0,16,1,11,35,99,111,111,107,105,101,109,103,109,116,2,2,1,194,80,41,168,184,116,10,0,16,1,20,35,99,111,111,107,105,101,110,111,116,101,45,98,103,45,108,97,121,101,114,2,1,248,211,8,17,0,16,1,25,35,99,111,111,107,105,101,115,66,97,110,110,101,114,95,98,97,99,107,103,114,111,117,110,100,2,1,236,3,120,24,0,16,1,22,35,99,111,111,107,105,101,115,66,97,110,110,101,114,95,119,114,97,112,112,101,114,2,1,236,3,120,24,0,16,1,30,35,99,111,111,107,105,101,115,99,114,105,112,116,95,105,110,106,101,99,116,101,100,95,119,114,97,112,112,101,114,2,1,210,159,66,242,0,16,1,10,35,99,111,118,101,114,45,100,105,118,2,1,0,77,146,76,0,16,1,3,35,99,112,2,1,27,112,251,165,0,16,1,11,35,99,115,100,105,97,108,111,103,98,100,2,1,154,154,135,139,0,16,1,12,35,99,115,100,105,97,108,111,103,109,100,50,2,1,154,154,135,139,0,16,1,6,35,100,97,98,97,114,2,1,34,202,49,178,0,16,1,5,35,100,97,114,107,2,1,93,21,14,81,0,16,1,13,35,100,97,114,107,45,112,114,105,118,97,99,121,2,1,179,248,215,25,0,16,1,5,35,100,97,115,117,2,1,7,177,212,138,0,16,1,19,35,100,97,116,97,95,112,114,105,118,97,99,121,95,112,111,112,117,112,2,1,218,230,38,54,0,16,1,20,35,100,97,116,101,110,115,99,104,117,116,122,66,97,108,103,101,78,101,119,2,1,33,238,101,114,0,16,1,7,35,100,101,99,107,101,114,2,1,101,179,191,120,0,16,1,15,35,100,105,118,77,111,100,97,108,83,99,114,101,101,110,2,2,29,193,5,75,224,201,59,2,0,16,1,16,35,100,105,118,99,111,111,107,105,101,112,111,108,105,99,121,2,1,56,60,117,37,0,16,1,20,35,100,115,99,111,111,107,105,101,98,97,114,95,99,111,110,115,101,110,116,2,1,233,46,195,186,0,16,1,6,35,100,115,103,118,111,2,5,60,13,128,150,138,192,212,39,187,137,22,139,204,50,244,88,230,196,220,82,0,16,1,12,35,100,115,103,118,111,45,97,108,101,114,116,2,1,38,9,24,20,0,16,1,14,35,100,115,103,118,111,95,98,103,108,97,121,101,114,2,1,60,13,128,150,0,16,1,11,35,101,108,79,68,49,81,66,48,48,79,2,1,84,137,61,213,0,16,1,14,35,101,112,114,105,118,97,99,121,77,111,100,97,108,2,1,217,151,132,155,0,16,1,5,35,102,97,100,101,2,1,213,243,20,127,0,16,1,11,35,102,98,109,95,103,97,95,100,108,103,2,1,13,179,107,6,0,16,1,4,35,102,111,103,2,1,186,87,57,242,0,16,1,7,35,102,111,111,116,101,114,2,1,238,4,112,103,0,16,1,13,35,103,108,45,116,111,112,98,97,114,45,98,103,2,1,79,68,204,253,0,16,1,21,35,103,111,111,103,108,101,45,115,112,108,97,115,104,45,115,99,114,101,101,110,2,1,74,118,142,137,0,16,1,8,35,103,114,97,121,111,117,116,2,2,87,181,10,242,236,203,209,7,0,16,1,7,35,103,114,111,119,108,115,2,1,21,72,68,241,0,16,1,9,35,104,105,110,119,101,105,115,101,2,5,83,40,125,62,178,116,116,24,226,48,52,152,233,137,175,121,235,244,120,104,0,16,1,4,35,104,109,99,2,8,12,82,251,177,93,186,35,108,126,58,58,197,150,30,119,164,182,238,102,154,216,24,223,245,218,36,79,242,222,72,176,69,0,16,1,18,35,105,109,112,111,114,116,97,110,116,77,101,115,115,97,103,101,115,2,1,28,252,4,216,0,16,1,36,35,105,110,99,114,101,100,105,98,108,101,45,99,111,111,107,105,101,45,102,117,114,110,97,99,101,45,103,101,110,101,114,97,116,111,114,2,1,208,19,190,5,0,16,1,8,35,105,110,102,111,66,97,114,2,1,245,213,35,49,0,16,1,13,35,105,110,102,111,95,99,111,111,107,105,101,115,2,1,117,77,24,0,0,16,1,8,35,105,110,102,111,98,97,114,2,2,10,190,143,207,69,96,211,54,0,16,1,13,35,106,107,106,97,122,122,87,105,100,103,101,116,2,1,5,166,97,73,0,16,1,8,35,106,109,45,104,101,97,100,2,1,118,136,56,231,0,16,1,12,35,107,97,114,109,97,83,112,108,97,115,104,2,1,194,161,199,146,0,16,1,13,35,107,98,45,99,111,110,116,97,105,110,101,114,2,1,62,249,159,254,0,16,1,5,35,107,101,107,115,2,1,34,205,127,22,0,16,1,13,35,107,101,107,116,45,111,118,101,114,108,97,121,2,1,160,169,220,221,0,16,1,13,35,108,105,103,104,116,45,98,111,120,45,98,103,2,1,71,91,216,127,0,16,1,11,35,108,111,97,100,101,114,45,110,101,119,2,1,59,234,236,185,0,16,1,5,35,108,111,99,107,2,1,42,1,20,206,0,16,1,10,35,108,111,103,103,101,100,98,97,114,2,1,13,84,147,70,0,16,1,16,35,108,116,117,114,80,97,103,101,79,118,101,114,108,97,121,2,1,148,202,14,75,0,16,1,5,35,109,97,115,107,2,1,172,137,235,95,0,16,1,15,35,109,97,116,111,109,111,45,119,114,97,112,112,101,114,2,1,58,120,247,112,0,16,1,10,35,109,98,50,52,107,108,97,114,111,2,1,79,41,240,135,0,16,1,38,35,109,101,100,105,97,109,101,101,116,115,70,97,99,101,98,111,111,107,80,105,120,101,108,45,45,110,111,116,105,102,105,99,97,116,105,111,110,2,2,0,65,121,122,175,111,196,198,0,16,1,19,35,109,101,115,115,97,103,101,115,45,99,111,110,116,97,105,110,101,114,2,1,114,167,91,59,0,16,1,16,35,109,111,100,97,108,66,97,99,107,103,114,111,117,110,100,2,2,162,3,246,175,182,22,180,184,0,16,1,22,35,109,111,100,97,108,67,111,111,107,105,101,65,99,99,101,112,116,97,110,99,101,2,2,162,3,246,175,182,22,180,184,0,16,1,15,35,109,111,100,97,108,99,111,110,116,97,105,110,101,114,2,1,123,96,103,218,0,16,1,7,35,109,117,102,102,105,110,2,1,65,123,58,148,0,16,1,18,35,109,121,95,112,114,105,118,97,99,121,95,112,111,108,105,99,121,2,1,58,11,57,238,0,16,1,15,35,110,97,99,99,45,99,111,110,116,97,105,110,101,114,2,1,132,201,12,145,0,16,1,13,35,110,97,99,99,45,111,118,101,114,108,97,121,2,1,132,201,12,145,0,16,1,5,35,110,111,116,101,2,2,2,85,69,73,98,136,88,242,0,16,1,16,35,110,111,116,105,102,105,99,97,116,105,111,110,66,97,114,2,2,21,247,150,154,123,215,49,201,0,16,1,22,35,110,111,116,105,102,105,99,97,116,105,111,110,66,97,114,95,109,111,100,97,108,2,2,21,247,150,154,123,215,49,201,0,16,1,7,35,110,111,116,105,102,121,2,1,12,5,70,20,0,16,1,8,35,111,112,116,73,110,73,100,2,1,127,32,51,113,0,16,1,5,35,112,97,103,101,2,1,4,252,252,146,0,16,1,15,35,112,97,103,101,95,101,118,99,111,110,115,101,110,116,2,1,181,80,36,56,0,16,1,12,35,112,97,114,107,116,101,97,109,99,107,115,2,1,110,91,42,226,0,16,1,5,35,112,99,100,99,2,1,40,146,38,173,0,16,1,7,35,112,111,108,105,99,121,2,1,74,177,138,190,0,16,1,3,35,112,112,2,1,207,245,225,254,0,16,1,18,35,112,114,105,118,97,99,121,45,99,111,110,116,97,105,110,101,114,2,5,8,55,239,21,75,213,20,183,164,110,47,126,192,180,94,217,195,226,246,70,0,16,1,17,35,112,114,105,118,97,99,121,45,100,105,115,108,97,109,101,114,2,1,238,120,130,252,0,16,1,13,35,112,114,105,118,97,99,121,45,105,110,102,111,2,1,210,152,117,31,0,16,1,19,35,112,114,105,118,97,99,121,45,112,114,111,116,101,99,116,105,111,110,2,1,68,14,247,85,0,16,1,17,35,112,114,105,118,97,99,121,67,111,110,116,97,105,110,101,114,2,1,253,79,232,194,0,16,1,12,35,112,114,105,118,97,99,121,67,116,114,108,2,1,205,243,204,225,0,16,1,23,35,112,114,105,118,97,99,121,95,112,111,108,105,99,121,95,119,114,97,112,112,101,114,2,1,231,109,233,161,0,16,1,41,35,114,97,104,109,101,110,95,117,101,98,101,114,95,100,105,101,95,103,97,110,122,101,95,115,101,105,116,101,95,102,117,101,114,95,99,111,111,107,105,101,2,2,130,128,140,121,198,240,35,48,0,16,1,56,35,114,97,104,109,101,110,95,117,101,98,101,114,95,100,105,101,95,103,97,110,122,101,95,115,101,105,116,101,95,114,97,104,109,101,110,95,102,117,101,114,95,99,111,111,107,105,101,95,97,98,102,114,97,103,101,2,2,130,128,140,121,198,240,35,48,0,16,1,5,35,114,99,112,109,2,1,157,60,60,206,0,16,1,24,35,114,101,104,116,105,67,111,110,115,101,110,116,77,97,105,110,87,114,97,112,112,101,114,2,1,93,170,58,216,0,16,1,15,35,114,103,112,100,45,97,115,107,45,112,111,112,105,110,2,1,189,37,151,194,0,16,1,8,35,114,119,116,104,45,99,98,2,1,158,99,176,124,0,16,1,13,35,115,98,45,99,111,110,116,97,105,110,101,114,2,1,68,17,232,28,0,16,1,8,35,115,107,45,105,110,102,111,2,1,171,158,173,232,0,16,1,14,35,115,111,99,105,97,108,45,111,112,116,45,105,110,2,1,241,132,156,16,0,16,1,18,35,115,111,102,116,77,101,115,115,97,103,101,115,45,108,105,115,116,2,2,134,173,166,127,218,52,180,90,0,16,1,7,35,115,111,108,98,111,120,2,1,239,33,50,118,0,16,1,15,35,115,112,108,97,115,104,45,99,111,110,115,101,110,116,2,1,188,109,188,147,0,16,1,13,35,115,116,105,99,107,121,70,111,111,116,101,114,2,1,251,139,79,172,0,16,1,15,35,115,116,111,114,97,103,101,45,110,111,116,105,99,101,2,1,45,194,71,109,0,16,1,19,35,116,102,45,109,111,100,97,108,45,99,111,110,116,97,105,110,101,114,2,1,43,18,158,18,0,16,1,31,35,116,102,109,95,100,115,103,118,111,95,100,105,115,99,108,97,105,109,101,114,95,99,111,110,116,97,105,110,101,114,2,1,242,120,153,169,0,16,1,20,35,116,105,110,99,120,45,99,111,111,107,105,101,45,110,111,116,105,99,101,2,1,166,254,103,98,0,16,1,20,35,116,111,111,108,115,95,99,111,110,115,101,110,116,95,112,97,110,101,108,2,1,40,155,125,197,0,16,1,47,35,116,111,112,45,110,111,116,105,102,105,99,97,116,105,111,110,95,97,99,99,101,112,116,45,109,97,99,104,109,105,99,104,119,101,103,45,103,117,105,100,101,108,105,110,101,115,2,1,82,23,199,141,0,16,1,14,35,116,111,115,95,112,112,95,117,112,100,97,116,101,2,1,182,69,212,21,0,16,1,14,35,116,114,97,99,107,105,110,103,45,105,110,102,111,2,1,125,173,242,194,0,16,1,17,35,116,114,97,99,107,105,110,103,45,109,101,115,115,97,103,101,2,1,21,36,47,36,0,16,1,16,35,116,114,97,99,107,105,110,103,67,111,110,115,101,110,116,2,1,0,128,172,255,0,16,1,7,35,116,117,105,45,99,99,2,1,165,193,87,239,0,16,1,9,35,117,99,97,45,105,110,102,111,2,1,185,163,5,0,0,16,1,15,35,118,105,110,101,103,97,114,45,98,111,116,116,108,101,2,2,117,252,147,120,154,141,13,69,0,16,1,19,35,119,100,119,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,2,1,229,177,230,238,0,16,1,5,35,119,104,99,109,2,1,201,91,59,243,0,16,1,19,35,119,114,50,52,45,99,111,111,107,105,101,45,110,111,116,105,99,101,2,1,175,69,41,163,0,16,1,14,35,119,119,119,115,99,104,117,116,122,95,100,105,118,2,1,58,87,155,62,0,16,1,6,35,121,99,119,66,103,2,1,54,233,71,81,0,16,1,6,35,121,99,119,77,111,2,1,54,233,71,81,0,8,1,8,46,65,108,105,103,110,101,114,2,1,48,104,143,137,0,8,1,14,46,66,97,110,110,101,114,87,114,97,112,112,101,114,2,1,213,71,167,220,0,8,1,37,46,67,111,110,115,101,110,116,66,97,110,110,101,114,95,108,111,99,97,116,105,111,110,70,105,120,116,117,114,101,95,95,118,80,95,97,52,2,1,146,165,216,217,0,8,1,12,46,67,111,110,115,101,110,116,72,105,110,116,2,1,16,28,88,191,0,8,1,6,46,68,83,71,86,79,2,1,20,205,120,249,0,8,1,6,46,68,83,98,111,120,2,10,0,14,14,250,0,154,221,218,6,247,101,140,10,93,89,240,84,22,179,3,114,232,27,239,134,241,130,122,154,196,43,253,179,101,50,78,227,234,226,118,0,8,1,4,46,72,95,115,2,1,230,165,91,55,0,8,1,26,46,72,114,83,121,115,45,71,105,112,115,45,105,66,111,120,68,105,118,79,118,101,114,108,97,121,2,1,209,168,0,197,0,8,1,6,46,77,111,100,97,108,2,2,90,177,195,186,196,173,199,111,0,8,1,16,46,78,111,116,105,102,105,99,97,116,105,111,110,66,97,114,2,1,9,61,12,127,0,8,1,20,46,80,108,117,103,105,110,95,87,101,85,115,101,67,111,111,107,105,101,115,2,1,45,86,27,41,0,8,1,17,46,80,111,112,117,112,79,110,84,111,112,83,99,114,101,101,110,2,1,243,55,38,102,0,8,1,20,46,82,101,97,99,116,77,111,100,97,108,95,95,79,118,101,114,108,97,121,2,1,157,224,211,217,0,8,1,35,46,83,101,103,109,101,110,116,77,97,110,97,103,101,114,66,97,110,110,101,114,95,98,97,110,110,101,114,95,95,100,101,70,117,87,2,1,220,27,121,223,0,8,1,16,46,84,114,97,99,107,105,110,103,67,111,110,102,105,114,109,2,1,85,21,117,185,0,8,1,5,46,87,57,113,67,2,1,127,63,147,4,0,8,1,24,46,95,49,73,66,80,70,54,75,54,109,85,67,73,79,95,114,45,109,56,48,115,51,82,2,1,220,27,121,223,0,8,1,7,46,95,50,109,109,121,98,2,2,78,251,237,6,142,247,116,181,0,8,1,8,46,95,95,98,97,56,52,51,2,1,223,226,156,240,0,8,1,14,46,95,115,109,95,99,111,110,116,97,105,110,101,114,2,1,14,157,126,213,0,8,1,10,46,97,45,111,118,101,114,108,97,121,2,1,147,80,65,77,0,8,1,23,46,97,99,99,101,112,116,95,99,111,111,107,105,101,115,95,119,114,97,112,112,101,114,2,1,70,101,116,87,0,8,1,7,46,97,99,116,105,118,101,2,1,38,214,82,239,0,8,1,18,46,97,102,115,45,99,111,111,107,105,101,45,98,97,110,110,101,114,2,1,163,45,55,14,0,8,1,12,46,97,108,101,114,116,98,97,110,110,101,114,2,3,103,146,242,165,150,162,249,0,228,136,95,66,0,8,1,27,46,97,108,109,45,45,105,115,45,109,117,101,104,108,98,97,99,104,101,114,45,99,111,111,107,105,101,2,1,238,97,105,42,0,8,1,22,46,97,109,103,100,112,114,106,115,45,98,97,114,45,116,101,109,112,108,97,116,101,2,1,242,231,25,163,0,8,1,14,46,97,110,105,109,97,116,101,95,95,110,111,110,101,2,4,15,26,252,36,36,11,132,185,118,187,0,133,185,223,123,242,0,8,1,13,46,97,110,110,111,117,110,99,101,109,101,110,116,2,1,185,137,232,56,0,8,1,29,46,97,112,112,45,109,101,115,115,97,103,101,45,109,111,100,97,108,45,98,97,99,107,103,114,111,117,110,100,2,1,7,242,93,166,0,8,1,12,46,97,117,116,111,112,114,105,118,97,99,121,2,1,136,3,47,42,0,8,1,8,46,97,118,103,45,98,97,114,2,1,81,160,165,66,0,8,1,8,46,98,45,109,111,100,97,108,2,2,152,170,100,183,166,60,144,224,0,8,1,25,46,98,97,98,45,109,111,100,117,108,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,2,1,242,231,112,109,0,8,1,16,46,98,97,99,107,100,114,111,112,45,102,105,108,116,101,114,2,1,251,56,144,2,0,8,1,16,46,98,97,99,107,103,114,111,117,110,100,45,102,97,100,101,2,2,41,34,39,200,102,6,119,19,0,8,1,8,46,98,97,110,100,101,97,117,2,1,193,199,103,6,0,8,1,15,46,98,97,110,110,101,114,45,119,114,97,112,112,101,114,2,1,183,221,57,69,0,8,1,11,46,98,97,110,110,101,114,95,97,99,107,2,1,126,21,87,226,0,8,1,14,46,98,103,45,111,112,97,99,105,116,121,45,53,48,2,2,105,177,42,108,147,78,221,85,0,8,1,12,46,98,103,45,119,103,45,109,111,100,97,108,2,2,129,52,16,112,212,65,161,237,0,8,1,6,46,98,103,68,105,109,2,1,196,84,172,152,0,8,1,10,46,98,108,97,99,107,66,111,100,121,2,2,108,35,55,33,172,102,23,222,0,8,1,15,46,98,108,111,99,107,45,109,101,115,115,97,103,101,115,2,1,217,226,214,248,0,8,1,8,46,98,108,117,101,45,98,103,2,2,27,102,182,59,142,8,48,238,0,8,1,23,46,98,108,117,101,108,105,110,101,45,99,111,110,116,101,110,116,45,112,111,112,117,112,2,1,92,111,103,140,0,8,1,19,46,98,108,117,114,45,101,102,102,101,107,116,45,99,111,111,107,105,101,2,1,235,144,173,89,0,8,1,7,46,98,110,67,113,103,80,2,2,86,47,74,241,170,30,225,129,0,8,1,19,46,98,115,103,45,104,101,97,100,101,114,45,119,97,114,110,105,110,103,2,1,226,183,220,159,0,8,1,23,46,98,117,108,116,104,97,117,112,45,99,111,111,107,105,101,45,110,111,116,105,99,101,2,1,208,81,106,111,0,8,1,7,46,98,118,107,110,86,108,2,1,138,143,131,24,0,8,1,7,46,98,120,105,118,71,69,2,1,60,54,186,229,0,8,1,7,46,98,122,84,121,72,90,2,1,170,30,225,129,0,8,1,8,46,99,45,97,108,101,114,116,2,1,235,48,135,97,0,8,1,22,46,99,45,100,105,115,99,108,97,105,109,101,114,45,45,100,101,102,97,117,108,116,2,1,252,254,203,180,0,8,1,9,46,99,45,119,105,110,100,111,119,2,1,214,173,72,197,0,8,1,9,46,99,97,66,97,110,110,101,114,2,1,237,27,5,213,0,8,1,3,46,99,98,2,1,15,186,187,199,0,8,1,10,46,99,99,45,98,97,110,110,101,114,2,1,13,174,128,78,0,8,1,16,46,99,99,45,105,110,102,111,45,45,99,108,111,115,101,100,2,1,26,167,43,149,0,8,1,18,46,99,99,45,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,1,221,89,126,10,0,8,1,10,46,99,99,45,115,99,114,101,101,110,2,1,6,83,5,145,0,8,1,11,46,99,99,95,111,118,101,114,108,97,121,2,1,46,83,51,188,0,8,1,9,46,99,99,109,45,114,111,111,116,2,3,231,109,8,88,246,218,161,114,248,126,169,199,0,8,1,17,46,99,101,45,99,111,111,107,105,101,99,111,110,115,101,110,116,2,1,96,149,184,184,0,8,1,24,46,99,101,95,114,115,99,101,95,111,110,101,111,95,102,105,120,101,100,95,110,111,116,101,2,1,39,121,212,106,0,8,1,8,46,99,107,79,117,116,101,114,2,1,149,157,209,202,0,8,1,6,46,99,107,109,115,103,2,1,246,16,236,101,0,8,1,3,46,99,109,2,1,211,32,119,221,0,8,1,16,46,99,109,45,119,112,45,99,111,110,116,97,105,110,101,114,2,1,127,123,65,25,0,8,1,7,46,99,109,79,122,71,78,2,1,26,201,231,88,0,8,1,7,46,99,109,110,115,116,114,2,1,111,177,222,212,0,8,1,13,46,99,109,110,115,116,114,45,111,117,116,101,114,2,1,27,114,123,131,0,8,1,14,46,99,109,112,45,99,111,110,116,97,105,110,101,114,2,1,99,9,63,237,0,8,1,14,46,99,109,112,95,99,111,110,116,97,105,110,101,114,2,1,228,154,11,168,0,8,1,32,46,99,111,108,45,49,50,32,62,32,100,105,118,32,62,32,100,105,118,32,62,32,46,99,111,110,116,97,105,110,101,114,2,1,227,211,42,178,0,8,1,34,46,99,111,109,112,111,110,101,110,116,45,100,97,116,97,45,112,114,111,116,101,99,116,105,111,110,45,99,111,110,115,101,110,116,2,1,27,105,93,111,0,8,1,19,46,99,111,110,115,101,110,116,45,99,111,111,107,105,101,45,98,111,120,2,1,4,222,41,16,0,8,1,13,46,99,111,110,115,101,110,116,45,119,114,97,112,2,3,19,129,84,162,65,95,235,187,126,187,111,245,0,8,1,23,46,99,111,110,115,101,110,116,70,111,114,109,95,95,99,111,110,116,97,105,110,101,114,2,3,0,61,97,178,163,14,144,63,165,109,64,111,0,8,1,12,46,99,111,110,115,101,110,116,95,98,97,114,2,1,217,174,62,117,0,8,1,20,46,99,111,110,115,101,110,116,95,98,111,120,95,119,114,97,112,112,101,114,2,1,71,127,108,98,0,8,1,11,46,99,111,110,115,101,110,116,98,97,114,2,1,148,188,57,9,0,8,1,24,46,99,111,110,116,97,105,110,101,114,45,99,111,111,107,105,101,99,111,110,115,101,110,116,2,1,143,103,237,204,0,8,1,23,46,99,111,110,116,97,105,110,101,114,45,102,105,120,101,100,45,99,111,111,107,105,101,2,1,220,244,84,42,0,8,1,4,46,99,111,111,2,1,254,121,15,117,0,8,1,8,46,99,111,111,45,99,111,110,2,1,130,235,183,1,0,8,1,10,46,99,111,111,66,117,98,98,108,101,2,1,27,32,90,49,0,8,1,14,46,99,111,111,99,107,105,101,95,112,111,108,105,121,2,1,36,231,237,255,0,8,1,30,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,95,111,118,101,114,108,97,121,95,95,83,73,88,77,77,2,1,136,150,38,175,0,8,1,17,46,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,2,1,105,76,229,41,0,8,1,13,46,99,111,111,107,105,101,45,102,105,110,111,109,2,1,109,119,134,94,0,8,1,12,46,99,111,111,107,105,101,45,105,110,102,111,2,1,27,119,199,13,0,8,1,23,46,99,111,111,107,105,101,45,105,110,113,117,105,114,121,45,119,114,97,112,112,101,114,2,2,76,72,70,129,247,94,56,134,0,8,1,24,46,99,111,111,107,105,101,45,109,97,110,97,103,101,114,95,95,111,118,101,114,108,97,121,2,1,242,231,45,42,0,8,1,29,46,99,111,111,107,105,101,45,112,101,114,109,105,115,115,105,111,110,45,98,97,99,107,103,114,111,117,110,100,2,1,54,44,80,83,0,8,1,14,46,99,111,111,107,105,101,45,115,104,97,100,111,119,2,1,181,22,217,135,0,8,1,19,46,99,111,111,107,105,101,66,97,110,110,101,114,95,115,116,97,114,116,2,1,158,210,119,3,0,8,1,14,46,99,111,111,107,105,101,67,111,110,116,101,110,116,2,1,21,74,103,27,0,8,1,17,46,99,111,111,107,105,101,102,105,114,115,116,45,114,111,111,116,2,1,215,169,91,35,0,8,1,19,46,99,111,111,107,105,101,115,45,99,111,110,102,105,114,109,45,98,103,2,1,81,122,159,253,0,8,1,28,46,99,111,111,107,105,101,115,45,99,111,110,102,105,114,109,45,98,103,45,98,97,99,107,100,114,111,112,2,1,81,122,159,253,0,8,1,11,46,99,111,114,101,45,109,111,100,97,108,2,1,200,79,100,232,0,8,1,12,46,99,115,109,95,119,114,97,112,112,101,114,2,1,4,214,13,135,0,8,1,22,46,99,115,115,45,49,105,101,110,111,121,56,46,101,49,103,105,50,97,97,108,50,2,1,59,242,243,242,0,8,1,18,46,99,115,115,45,49,116,98,118,104,114,110,46,106,115,115,56,54,2,1,226,249,254,134,0,8,1,11,46,99,115,115,45,106,121,97,114,55,121,2,1,177,94,239,52,0,8,1,6,46,99,119,95,111,118,2,2,9,81,194,163,31,244,213,3,0,8,1,8,46,100,45,98,108,111,99,107,2,1,144,20,131,189,0,8,1,7,46,100,83,87,113,102,107,2,1,162,252,118,75,0,8,1,5,46,100,97,114,107,2,1,5,166,97,73,0,8,1,13,46,100,97,114,107,101,110,45,108,97,121,101,114,2,8,0,246,124,116,35,65,149,31,121,222,247,166,142,22,0,196,168,4,241,19,203,251,141,251,215,232,232,14,241,19,191,102,0,8,1,13,46,100,97,116,97,45,99,111,110,115,101,110,116,2,1,30,98,119,104,0,8,1,32,46,100,97,116,97,45,112,114,105,118,97,99,121,45,115,101,116,116,105,110,103,115,45,99,111,110,116,97,105,110,101,114,2,1,178,141,242,12,0,8,1,16,46,100,97,116,97,45,112,114,111,116,101,99,116,105,111,110,2,1,247,224,231,118,0,8,1,9,46,100,97,116,97,112,114,105,118,2,1,164,160,209,48,0,8,1,15,46,100,97,116,97,112,114,111,116,101,99,116,105,111,110,2,3,65,219,104,115,69,246,5,205,130,98,6,164,0,8,1,12,46,100,97,116,101,110,115,99,104,117,116,122,2,1,214,223,95,100,0,8,1,9,46,100,98,98,45,103,100,112,114,2,4,15,80,169,222,181,167,125,118,236,111,103,128,242,231,156,15,0,8,1,13,46,100,100,45,99,108,45,119,105,110,100,111,119,2,1,92,84,157,206,0,8,1,11,46,100,102,109,95,99,111,111,107,105,101,2,1,127,240,2,146,0,8,1,17,46,100,105,97,108,111,103,45,99,111,110,116,97,105,110,101,114,2,1,11,241,34,165,0,8,1,16,46,100,105,97,108,111,103,45,110,111,45,99,108,111,115,101,2,1,253,212,143,84,0,8,1,7,46,100,105,109,109,101,114,2,1,246,12,176,107,0,8,1,28,46,100,105,115,97,98,108,101,95,112,97,103,101,95,98,97,99,107,103,114,111,117,110,100,95,100,105,118,2,1,218,230,38,54,0,8,1,21,46,100,105,115,99,108,97,105,109,101,114,45,99,111,109,112,111,110,101,110,116,2,1,146,63,218,104,0,8,1,5,46,100,105,118,98,2,1,31,113,222,243,0,8,1,12,46,100,114,97,119,101,114,45,99,111,111,107,2,1,44,117,81,36,0,8,1,6,46,100,115,103,118,111,2,1,69,241,206,198,0,8,1,10,46,100,118,99,111,111,107,105,101,115,2,1,157,138,104,68,0,8,1,16,46,100,119,108,105,103,104,116,98,111,120,45,119,114,97,112,2,4,110,25,31,198,170,71,3,124,171,88,93,21,217,172,50,223,0,8,1,9,46,101,51,118,52,119,108,105,48,2,1,137,108,61,205,0,8,1,20,46,101,97,115,121,78,111,116,105,102,105,99,97,116,105,111,110,66,99,107,2,1,196,84,172,152,0,8,1,9,46,101,99,101,55,103,109,119,50,2,1,245,80,177,65,0,8,1,10,46,101,112,112,45,109,111,100,97,108,2,1,64,73,31,205,0,8,1,9,46,101,117,99,48,114,113,50,52,2,1,165,105,92,52,0,8,1,12,46,101,117,102,95,111,118,101,114,108,97,121,2,1,104,196,58,73,0,8,1,5,46,102,51,99,99,2,1,181,129,253,243,0,8,1,7,46,102,65,97,108,72,81,2,1,146,213,208,87,0,8,1,7,46,102,84,119,103,106,115,2,1,237,89,133,183,0,8,1,11,46,102,97,100,101,46,109,111,100,97,108,2,1,245,239,119,126,0,8,1,10,46,102,99,95,98,97,110,110,101,114,2,1,146,195,49,204,0,8,1,17,46,102,99,99,45,99,111,111,107,105,101,45,109,111,100,97,108,2,1,99,138,218,126,0,8,1,10,46,102,105,114,115,116,108,105,110,101,2,1,149,195,203,122,0,8,1,9,46,102,108,111,97,116,105,110,103,2,1,237,184,209,83,0,8,1,13,46,102,111,111,116,101,114,45,108,101,103,97,108,2,1,174,102,240,58,0,8,1,11,46,102,111,114,109,45,100,115,103,118,111,2,1,28,85,156,60,0,8,1,13,46,102,114,45,99,45,109,101,115,115,97,103,101,2,1,198,219,25,113,0,8,1,13,46,102,114,115,95,95,111,118,101,114,108,97,121,2,1,75,161,9,1,0,8,1,7,46,103,65,114,122,85,104,2,1,85,110,233,94,0,8,1,7,46,103,73,82,102,66,78,2,2,86,47,74,241,170,30,225,129,0,8,1,7,46,103,84,72,121,121,82,2,1,93,171,88,41,0,8,1,7,46,103,90,84,76,117,74,2,1,206,21,253,188,0,8,1,11,46,103,97,116,101,119,97,121,66,97,114,2,1,177,169,171,100,0,8,1,17,46,103,97,116,101,119,97,121,67,111,110,116,97,105,110,101,114,2,1,0,87,0,241,0,8,1,19,46,103,97,116,101,119,97,121,87,105,110,100,111,119,83,104,97,100,101,2,1,0,87,0,241,0,8,1,14,46,103,101,100,101,112,105,97,114,45,105,110,102,111,2,2,105,172,234,160,147,50,148,44,0,8,1,13,46,103,101,119,101,114,98,101,45,105,110,102,111,2,1,32,32,11,95,0,8,1,7,46,103,104,111,118,105,72,2,1,138,91,253,43,0,8,1,10,46,103,108,97,115,115,112,97,110,101,2,1,25,182,69,65,0,8,1,18,46,103,108,111,98,97,108,45,98,97,99,107,103,114,111,117,110,100,2,1,63,146,125,246,0,8,1,27,46,103,111,111,100,104,111,111,100,45,99,111,109,112,111,110,101,110,116,115,95,95,110,65,78,66,85,2,1,127,55,92,201,0,8,1,20,46,103,111,118,103,114,45,99,111,111,107,105,101,45,98,97,110,110,101,114,2,1,94,8,192,166,0,8,1,8,46,103,122,108,68,65,45,68,2,1,170,30,225,129,0,8,1,10,46,104,99,45,110,111,116,105,99,101,2,2,115,119,142,150,255,232,39,42,0,8,1,14,46,104,101,97,100,101,114,111,118,101,114,108,97,121,2,1,184,70,26,212,0,8,1,8,46,104,105,110,119,101,105,115,2,1,122,242,74,113,0,8,1,27,46,104,121,108,111,45,99,111,111,107,105,101,45,98,97,110,110,101,114,45,103,101,110,101,114,97,108,2,1,173,133,86,68,0,8,1,7,46,105,85,89,122,99,115,2,1,60,54,186,229,0,8,1,18,46,105,100,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,2,1,7,242,93,166,0,8,1,20,46,105,110,50,45,109,111,100,97,108,95,95,98,108,97,99,107,98,111,120,2,10,7,219,48,4,25,182,227,231,27,102,92,40,81,69,210,191,105,205,59,206,116,124,164,32,182,121,167,160,239,151,4,168,242,231,151,64,252,194,21,166,0,8,1,30,46,105,110,100,101,120,45,109,111,100,117,108,101,45,45,98,97,99,107,100,114,111,112,45,45,51,68,88,53,118,2,1,234,20,12,47,0,8,1,29,46,105,110,100,101,120,45,109,111,100,117,108,101,45,45,119,114,97,112,112,101,114,45,45,53,80,104,113,70,2,1,234,20,12,47,0,8,1,16,46,105,110,102,111,98,97,114,45,119,114,97,112,112,101,114,2,20,3,69,159,204,8,44,242,101,14,91,175,66,20,87,120,206,27,171,80,197,29,127,123,81,70,112,132,132,86,48,61,117,115,90,50,245,127,167,200,196,127,188,251,30,133,137,109,169,163,151,226,180,179,136,250,138,199,216,58,200,220,46,17,107,222,94,148,92,234,97,97,105,237,60,211,15,240,89,60,48,0,8,1,32,46,105,110,115,45,99,111,111,107,105,101,45,112,101,114,109,105,115,115,105,111,110,45,99,111,110,116,97,105,110,101,114,2,1,255,61,81,105,0,8,1,12,46,105,110,115,45,110,111,116,105,99,101,115,2,1,228,58,76,75,0,8,1,10,46,105,115,45,97,99,116,105,118,101,2,1,116,166,101,175,0,8,1,8,46,105,119,45,99,99,45,119,2,1,115,25,186,167,0,8,1,7,46,105,119,87,101,85,80,2,1,65,49,248,77,0,8,1,27,46,105,122,105,84,111,97,115,116,45,119,114,97,112,112,101,114,45,116,111,112,67,101,110,116,101,114,2,1,73,204,217,116,0,8,1,7,46,106,89,99,99,88,99,2,1,135,64,70,150,0,8,1,34,46,106,109,103,45,103,111,111,103,108,101,109,97,112,115,45,100,115,103,118,111,45,110,111,116,105,102,105,99,97,116,105,111,110,2,1,24,236,83,151,0,8,1,10,46,106,115,45,45,109,111,100,97,108,2,1,10,184,29,33,0,8,1,12,46,106,115,45,45,111,118,101,114,108,97,121,2,1,204,145,52,33,0,8,1,18,46,106,115,45,100,105,97,108,111,103,45,119,114,97,112,112,101,114,2,1,40,115,70,126,0,8,1,28,46,106,115,45,102,108,97,115,104,45,109,101,115,115,97,103,101,115,45,99,111,110,116,97,105,110,101,114,2,1,177,66,240,200,0,8,1,27,46,106,115,45,102,108,97,115,104,95,109,101,115,115,97,103,101,45,99,111,110,116,97,105,110,101,114,2,1,27,117,35,240,0,8,1,11,46,106,115,45,112,100,45,109,97,105,110,2,1,116,156,68,234,0,8,1,7,46,106,115,115,49,55,54,2,1,103,64,81,188,0,8,1,7,46,106,115,115,49,55,56,2,1,103,64,81,188,0,8,1,36,46,106,116,99,45,99,111,109,112,111,110,101,110,116,45,106,116,99,45,99,111,111,107,105,101,45,109,97,110,97,103,101,109,101,110,116,2,1,178,125,83,31,0,8,1,17,46,107,105,99,107,45,107,99,109,45,111,118,101,114,108,97,121,2,1,247,108,210,198,0,8,1,18,46,107,105,99,107,45,107,99,109,45,115,101,116,116,105,110,103,115,2,1,247,108,210,198,0,8,1,19,46,107,105,116,45,115,116,105,99,107,121,45,112,114,105,118,97,99,121,2,1,58,151,201,146,0,8,1,18,46,107,115,100,45,103,100,112,114,45,115,101,116,116,105,110,103,115,2,1,149,191,154,22,0,8,1,14,46,108,45,110,101,119,115,45,104,101,97,100,101,114,2,1,150,245,101,11,0,8,1,12,46,108,101,103,97,108,65,100,118,105,99,101,2,2,6,95,234,233,28,44,194,96,0,8,1,9,46,108,105,103,104,116,98,111,120,2,1,121,222,247,166,0,8,1,25,46,108,105,103,104,116,98,111,120,45,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,2,3,35,65,149,31,215,232,232,14,241,19,191,102,0,8,1,19,46,108,105,109,122,95,99,111,111,107,105,101,67,111,110,115,101,110,116,2,1,226,86,70,97,0,8,1,7,46,108,108,101,77,65,100,2,1,145,3,31,241,0,8,1,7,46,108,111,97,100,101,114,2,1,166,60,250,171,0,8,1,11,46,108,115,97,45,100,105,97,108,111,103,2,1,115,111,191,38,0,8,1,17,46,109,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,2,1,28,14,170,227,0,8,1,12,46,109,45,99,111,111,107,105,101,98,97,114,2,1,147,80,65,77,0,8,1,15,46,109,97,105,110,45,109,111,100,97,108,45,100,105,118,2,1,124,126,220,7,0,8,1,10,46,109,97,105,110,115,116,105,99,107,2,1,138,53,20,105,0,8,1,20,46,109,99,100,45,100,105,97,108,111,103,45,98,97,99,107,100,114,111,112,2,1,23,57,92,189,0,8,1,17,46,109,99,101,82,111,119,45,45,114,101,108,97,116,105,118,101,2,1,242,230,255,70,0,8,1,14,46,109,100,107,45,99,111,111,107,105,101,98,97,114,2,14,45,101,39,240,115,189,138,58,120,117,228,188,123,8,114,18,124,50,192,242,144,26,143,87,158,213,73,207,204,126,150,59,231,172,233,212,236,112,153,73,241,225,218,211,245,181,9,219,248,76,202,56,248,161,111,67,0,8,1,24,46,109,101,115,115,97,103,101,98,111,97,114,100,95,95,99,111,110,116,97,105,110,101,114,2,1,251,12,16,107,0,8,1,10,46,109,102,112,45,114,101,97,100,121,2,1,136,201,13,3,0,8,1,15,46,109,109,99,109,45,99,111,110,116,97,105,110,101,114,2,2,144,60,242,191,242,231,107,45,0,8,1,17,46,109,110,100,45,99,111,111,107,105,101,45,109,111,100,97,108,2,2,14,211,138,243,202,201,155,73,0,8,1,7,46,109,111,100,45,99,114,2,1,251,228,156,133,0,8,1,18,46,109,111,100,97,108,45,45,98,97,99,107,103,114,111,117,110,100,2,1,20,166,213,66,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,1,249,107,142,72,0,8,1,11,46,109,111,100,97,108,45,109,97,115,107,2,2,187,93,197,20,207,57,210,231,0,8,1,14,46,109,111,100,97,108,45,119,114,97,112,112,101,114,2,2,117,171,165,202,160,157,122,172,0,8,1,15,46,109,111,100,97,108,95,95,111,118,101,114,108,97,121,2,2,171,106,162,91,248,180,45,55,0,8,1,14,46,109,111,100,97,108,99,111,109,112,108,101,116,101,2,1,69,62,152,238,0,8,1,15,46,109,111,100,97,108,115,45,111,118,101,114,108,97,121,2,1,43,146,233,58,0,8,1,15,46,109,111,100,97,108,115,45,119,114,97,112,112,101,114,2,1,87,217,239,97,0,8,1,13,46,109,111,100,97,108,119,114,97,112,112,101,114,2,1,19,156,35,41,0,8,1,14,46,109,112,112,45,99,111,110,116,97,105,110,101,114,2,1,216,237,42,249,0,8,1,12,46,109,112,112,45,105,115,45,111,112,101,110,2,1,225,163,160,255,0,8,1,11,46,109,115,103,45,98,97,110,110,101,114,2,1,71,68,184,152,0,8,1,11,46,110,97,118,45,99,111,111,107,105,101,2,1,207,160,245,88,0,8,1,16,46,110,103,99,111,111,107,105,101,119,97,114,110,105,110,103,2,1,42,77,133,247,0,8,1,5,46,110,111,116,101,2,3,162,109,34,71,235,234,60,230,245,242,35,71,0,8,1,21,46,110,111,116,105,102,105,99,97,116,105,111,110,45,119,114,97,112,112,101,114,2,1,7,47,142,131,0,8,1,17,46,110,111,116,105,102,105,99,97,116,105,111,110,65,114,101,97,2,2,172,19,249,245,175,108,245,14,0,8,1,22,46,110,111,116,105,102,105,99,97,116,105,111,110,115,45,109,97,110,97,103,101,114,2,1,61,127,134,148,0,8,1,49,46,110,111,116,105,102,105,99,97,116,105,111,110,115,45,109,111,100,117,108,101,95,110,111,116,105,102,105,99,97,116,105,111,110,67,111,110,116,97,105,110,101,114,95,51,122,67,84,78,2,1,127,224,35,68,0,8,1,13,46,110,112,99,111,95,111,118,101,114,108,97,121,2,2,193,99,124,130,246,31,23,102,0,8,1,8,46,110,112,116,98,99,99,109,2,1,120,125,127,209,0,8,1,14,46,110,119,95,99,111,111,107,105,101,45,98,97,114,2,1,198,34,77,187,0,8,1,10,46,111,102,102,99,97,110,118,97,115,2,2,153,102,93,173,190,166,218,36,0,8,1,30,46,111,111,66,45,98,108,97,99,107,45,111,118,101,114,108,97,121,45,109,97,99,104,109,105,99,104,119,101,103,2,1,82,23,199,141,0,8,1,15,46,111,112,116,73,110,67,111,110,116,97,105,110,101,114,2,1,65,234,191,71,0,8,1,18,46,111,118,101,114,108,97,121,45,99,111,110,116,97,105,110,101,114,2,1,71,15,68,217,0,8,1,16,46,111,118,101,114,108,97,121,45,99,111,110,116,101,110,116,2,1,253,62,240,86,0,8,1,17,46,111,118,101,114,108,97,121,95,95,119,114,97,112,112,101,114,2,1,203,127,232,49,0,8,1,14,46,111,118,101,114,108,97,121,95,98,117,100,100,121,2,1,145,61,210,16,0,8,1,10,46,112,97,103,101,45,108,111,99,107,2,1,108,29,175,60,0,8,1,13,46,112,97,103,101,45,111,118,101,114,108,97,121,2,2,25,254,156,1,44,172,247,195,0,8,1,12,46,112,97,103,101,79,118,101,114,108,97,121,2,1,164,138,79,233,0,8,1,17,46,112,97,103,101,108,111,97,100,105,110,103,45,109,97,115,107,2,1,0,192,211,79,0,8,1,4,46,112,99,98,2,3,87,84,102,4,138,86,62,5,225,126,67,167,0,8,1,24,46,112,101,114,115,111,110,97,108,105,122,97,116,105,111,110,45,114,101,113,117,101,115,116,2,1,33,226,175,126,0,8,1,22,46,112,105,120,101,108,109,97,116,101,45,98,105,103,45,119,114,97,112,112,101,114,2,1,164,16,234,127,0,8,1,25,46,112,109,45,100,97,116,101,110,115,99,104,117,116,122,95,95,104,105,110,116,45,98,111,120,2,1,148,238,242,43,0,8,1,19,46,112,111,112,111,118,101,114,45,98,97,99,107,103,114,111,117,110,100,2,1,66,110,146,247,0,8,1,13,46,112,111,112,117,112,45,98,97,110,110,101,114,2,1,54,215,155,57,0,8,1,19,46,112,111,112,117,112,45,110,111,116,105,102,105,99,97,116,105,111,110,2,1,156,87,224,66,0,8,1,13,46,112,111,112,117,112,45,119,105,110,100,111,119,2,1,117,253,144,68,0,8,1,13,46,112,111,112,117,112,79,118,101,114,108,97,121,2,1,21,74,103,27,0,8,1,26,46,112,111,115,102,46,114,101,97,99,116,45,111,110,99,108,105,99,107,111,117,116,115,105,100,101,2,1,209,251,201,148,0,8,1,18,46,112,114,105,118,97,99,121,45,99,111,110,116,97,105,110,101,114,2,1,242,231,163,158,0,8,1,16,46,112,114,105,118,97,99,121,45,119,114,97,112,112,101,114,2,1,205,104,54,36,0,8,1,20,46,112,114,105,118,97,99,121,67,111,110,116,114,111,108,66,97,100,103,101,2,1,175,108,245,14,0,8,1,15,46,112,114,105,118,97,99,121,99,111,111,107,105,101,65,2,1,179,248,215,25,0,8,1,15,46,112,114,105,118,97,99,121,111,118,101,114,108,97,121,2,1,248,108,64,166,0,8,1,18,46,112,120,45,99,111,110,115,101,110,116,45,100,105,97,108,111,103,2,1,147,11,147,170,0,8,1,7,46,113,52,117,95,99,99,2,2,174,236,193,74,224,224,245,13,0,8,1,21,46,114,101,103,105,111,110,45,97,110,110,111,117,110,99,101,109,101,110,116,115,2,1,215,40,238,230,0,8,1,13,46,114,101,118,101,97,108,45,109,111,100,97,108,2,2,97,201,65,138,205,41,19,190,0,8,1,16,46,114,101,118,101,97,108,45,109,111,100,97,108,45,98,103,2,1,205,41,19,190,0,8,1,15,46,114,101,118,101,97,108,45,111,118,101,114,108,97,121,2,2,3,98,206,168,78,156,94,223,0,8,1,30,46,114,111,117,110,100,101,100,45,120,108,46,115,104,97,100,111,119,45,108,103,46,98,103,45,119,104,105,116,101,2,1,237,184,105,32,0,8,1,9,46,114,115,116,98,111,120,101,115,2,1,232,142,239,173,0,8,1,12,46,114,117,108,101,95,97,115,115,101,112,116,2,1,199,98,180,71,0,8,1,16,46,115,45,99,111,111,107,105,101,45,98,97,110,110,101,114,2,1,13,6,9,98,0,8,1,25,46,115,98,107,45,99,111,111,107,105,101,104,105,110,116,45,99,111,110,116,97,105,110,101,114,2,1,47,55,251,220,0,8,1,71,46,115,101,116,45,97,108,108,45,99,111,109,112,111,110,101,110,116,115,45,116,111,45,100,105,115,112,108,97,121,45,110,111,110,101,45,97,110,100,45,117,115,101,45,116,104,105,115,45,100,105,118,45,116,111,45,99,114,101,97,116,101,45,97,45,115,121,109,98,111,108,2,1,149,72,181,203,0,8,1,10,46,115,101,116,99,111,111,107,105,101,2,1,198,52,49,77,0,8,1,9,46,115,102,45,109,111,100,97,108,2,1,186,11,82,193,0,8,1,16,46,115,103,45,99,107,115,45,98,97,99,107,100,114,111,112,2,1,156,83,3,244,0,8,1,12,46,115,103,45,99,107,115,45,105,110,102,111,2,1,156,83,3,244,0,8,1,31,46,115,103,45,99,111,111,107,105,101,45,111,112,116,105,110,45,98,97,110,110,101,114,45,119,114,97,112,112,101,114,2,1,122,122,108,202,0,8,1,13,46,115,105,116,101,45,98,108,111,99,107,101,114,2,1,50,69,250,9,0,8,1,20,46,115,105,116,101,45,104,101,97,100,101,114,45,111,118,101,114,108,97,121,2,2,92,194,100,79,238,157,3,208,0,8,1,8,46,115,112,105,110,110,101,114,2,1,217,207,185,180,0,8,1,19,46,115,115,116,115,95,108,105,103,104,116,98,111,120,95,100,97,114,107,2,1,114,63,36,175,0,8,1,22,46,115,115,116,115,95,108,105,103,104,116,98,111,120,95,119,114,97,112,112,101,114,2,1,114,63,36,175,0,8,1,26,46,115,117,112,101,114,45,103,116,97,103,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,2,1,6,35,246,220,0,8,1,14,46,115,118,101,108,116,101,45,115,97,99,57,101,51,2,1,210,202,21,215,0,8,1,14,46,115,118,101,108,116,101,45,117,111,55,111,108,120,2,1,21,74,103,27,0,8,1,16,46,115,119,105,110,103,101,114,45,99,111,110,115,101,110,116,2,2,27,117,88,0,65,153,245,6,0,8,1,25,46,115,121,103,110,97,108,50,52,45,103,100,112,114,45,109,111,100,97,108,45,119,114,97,112,2,1,105,37,33,208,0,8,1,18,46,116,104,101,109,101,45,99,111,111,107,105,101,45,104,105,110,116,2,1,10,118,123,64,0,8,1,18,46,116,115,45,104,101,97,100,101,114,45,109,101,115,115,97,103,101,2,1,8,160,73,234,0,8,1,13,46,116,120,45,98,119,115,99,111,111,107,105,101,2,1,207,33,232,129,0,8,1,16,46,117,45,102,108,97,115,104,45,109,101,115,115,97,103,101,2,1,135,86,1,16,0,8,1,16,46,117,105,45,110,111,116,105,102,105,99,97,116,105,111,110,2,1,225,133,161,182,0,8,1,11,46,117,105,45,112,110,111,116,105,102,121,2,4,2,39,30,245,39,175,154,165,124,33,13,179,144,69,48,119,0,8,1,25,46,117,105,45,112,110,111,116,105,102,121,45,109,111,100,97,108,45,111,118,101,114,108,97,121,2,4,2,39,30,245,39,175,154,165,124,33,13,179,144,69,48,119,0,8,1,18,46,117,105,45,119,105,100,103,101,116,45,111,118,101,114,108,97,121,2,1,72,62,123,97,0,8,1,11,46,117,112,97,95,99,111,111,107,105,101,2,1,81,31,82,234,0,8,1,24,46,117,115,101,114,45,110,111,116,101,115,45,110,111,116,105,102,105,99,97,116,105,111,110,2,2,245,237,43,97,247,221,192,157,0,8,1,16,46,117,115,101,114,99,101,110,116,114,105,99,115,45,98,103,2,1,99,9,63,237,0,8,1,15,46,117,115,101,114,110,111,116,105,99,101,95,112,111,112,2,1,90,187,39,105,0,8,1,17,46,117,118,45,99,111,111,107,105,101,45,98,97,110,110,101,114,2,1,218,31,207,144,0,8,1,15,46,118,45,98,111,116,116,111,109,45,115,104,101,101,116,2,1,177,80,53,53,0,8,1,18,46,118,45,100,105,97,108,111,103,95,95,99,111,110,116,101,110,116,2,1,225,17,159,206,0,8,1,14,46,118,99,77,111,100,97,108,84,97,114,103,101,116,2,1,200,40,21,51,0,8,1,14,46,118,109,45,45,99,111,110,116,97,105,110,101,114,2,1,166,62,34,58,0,8,1,6,46,119,66,102,102,77,2,1,1,223,4,72,0,8,1,5,46,119,97,108,108,2,2,15,253,92,157,127,207,198,109,0,8,1,14,46,119,97,114,110,105,110,103,45,112,111,112,117,112,2,1,9,239,173,172,0,8,1,21,46,119,97,116,115,111,110,45,99,111,111,107,105,101,45,102,111,111,116,101,114,2,1,92,147,212,238,0,8,1,18,46,119,105,100,103,101,116,45,69,121,101,67,97,116,99,104,101,114,2,1,7,185,166,190,0,8,1,43,46,119,105,100,103,101,116,45,69,121,101,67,97,116,99,104,101,114,45,45,100,114,111,112,122,111,110,101,45,45,45,112,114,101,115,101,116,45,102,105,120,101,100,2,1,215,57,195,174,0,8,1,14,46,119,112,116,45,99,99,45,98,97,110,110,101,114,2,1,63,13,160,109,0,8,1,6,46,119,116,45,99,98,2,1,152,176,242,224,0,8,1,11,46,119,119,116,51,45,109,111,100,97,108,2,1,109,131,225,196,0,8,1,6,46,122,45,49,48,48,2,1,34,57,40,192,0,8,1,21,46,122,45,49,48,48,46,106,117,115,116,105,102,121,45,99,101,110,116,101,114,2,2,95,101,95,68,140,26,180,155,0,8,1,11,46,122,45,49,48,48,46,112,121,45,54,2,1,95,81,16,119,0,8,1,24,46,122,45,49,48,48,46,112,121,45,54,46,109,97,120,45,104,45,115,99,114,101,101,110,2,1,209,213,80,40,0,0,1,17,46,122,45,92,91,49,48,48,48,92,93,46,102,105,120,101,100,2,1,237,184,105,32,0,0,1,18,91,99,108,97,115,115,42,61,34,45,98,97,110,110,101,114,34,93,2,1,242,231,23,85,0,0,1,18,91,100,97,116,97,45,115,115,114,45,99,111,110,115,101,110,116,93,2,1,196,36,29,89,0,0,1,32,91,100,97,116,97,45,116,101,115,116,105,100,61,34,117,99,45,97,112,112,45,99,111,110,116,97,105,110,101,114,34,93,2,1,79,23,56,24,0,0,1,15,91,114,111,108,101,61,34,100,105,97,108,111,103,34,93,2,1,199,128,174,111,0,0,1,13,99,111,110,115,101,110,116,45,108,97,121,101,114,2,1,248,143,22,192,0,0,1,74,100,105,97,108,111,103,91,115,116,121,108,101,61,34,98,111,114,100,101,114,45,99,111,108,111,114,58,108,105,103,104,116,103,114,97,121,59,98,111,114,100,101,114,45,119,105,100,116,104,58,50,112,120,59,98,111,114,100,101,114,45,114,97,100,105,117,115,58,54,112,120,59,34,93,2,1,218,217,11,91,0,0,1,28,100,105,118,46,109,100,92,58,116,119,45,112,114,111,115,101,45,120,108,46,116,119,45,112,114,111,115,101,2,1,173,133,86,68,0,0,1,32,100,105,118,46,116,119,45,112,114,111,115,101,32,62,32,46,104,121,100,114,97,116,101,100,32,62,32,97,115,105,100,101,2,1,173,133,86,68,0,0,1,27,100,105,118,91,99,108,97,115,115,94,61,34,80,111,112,117,112,67,111,111,107,105,101,115,45,34,93,2,2,5,216,176,112,145,250,67,147,0,0,1,27,100,105,118,91,99,108,97,115,115,94,61,34,99,111,111,107,105,101,66,97,110,110,101,114,95,34,93,2,1,3,164,161,171,0,0,1,40,100,105,118,91,100,97,116,97,45,109,111,100,117,108,101,61,34,99,111,111,107,105,101,45,109,97,110,97,103,101,114,45,100,105,97,108,111,103,34,93,2,1,4,214,13,135,0,0,1,24,100,105,118,91,105,100,42,61,34,95,109,111,100,97,108,95,111,117,116,101,114,95,34,93,2,1,191,184,223,189,0,0,1,33,100,105,118,91,105,100,94,61,34,112,112,109,115,95,99,109,95,99,111,110,115,101,110,116,95,112,111,112,117,112,95,34,93,2,1,139,4,103,84,0,0,1,43,100,105,118,91,115,116,121,108,101,42,61,34,112,111,115,105,116,105,111,110,58,32,102,105,120,101,100,59,32,112,97,100,100,105,110,103,45,116,111,112,58,34,93,2,1,30,60,20,65,0,0,1,128,0,0,0,150,100,105,118,91,115,116,121,108,101,42,61,34,116,111,112,58,32,48,112,120,59,32,108,101,102,116,58,32,48,112,120,59,32,104,101,105,103,104,116,58,32,49,48,48,37,59,32,119,105,100,116,104,58,49,48,48,37,59,32,112,111,115,105,116,105,111,110,58,32,102,105,120,101,100,59,32,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,32,114,103,98,97,40,48,44,32,48,44,32,48,44,32,48,46,54,41,59,32,122,45,105,110,100,101,120,58,32,49,48,48,48,59,32,116,101,120,116,45,97,108,105,103,110,58,32,99,101,110,116,101,114,59,34,93,2,1,158,210,119,3,0,0,1,88,100,105,118,91,115,116,121,108,101,42,61,34,119,105,100,116,104,58,32,49,48,48,37,59,32,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,32,35,52,55,52,55,52,55,59,32,112,97,100,100,105,110,103,45,116,111,112,58,32,48,112,120,59,32,109,97,114,103,105,110,45,116,111,112,58,32,48,112,120,59,34,93,2,1,108,70,187,116,0,0,1,21,102,97,110,112,97,103,101,45,99,111,111,107,105,101,45,110,111,116,105,99,101,2,1,253,62,240,86,0,0,1,10,102,111,114,109,32,62,32,100,105,118,2,1,190,19,47,24,0,0,1,14,112,108,97,121,101,114,45,111,118,101,114,108,97,121,2,1,253,62,240,86,0,0,1,16,115,110,45,99,111,111,107,105,101,45,98,97,110,110,101,114,2,1,89,34,192,29,0,0,1,17,115,112,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,2,1,246,202,206,85,0,0,1,16,115,119,45,99,111,111,107,105,101,109,101,115,115,97,103,101,2,1,207,116,146,58,0,0,1,17,115,119,99,45,99,111,111,107,105,101,45,98,97,110,110,101,114,2,4,35,14,156,23,40,129,193,18,54,201,105,33,57,181,74,40,0,16,1,4,35,67,107,67,2,3,182,131,79,206,212,172,142,61,254,127,172,202,0,16,1,19,35,67,111,111,107,105,101,67,111,110,115,101,110,116,80,111,112,117,112,2,1,215,74,252,48,0,16,1,11,35,67,111,111,107,105,101,115,108,97,119,2,1,4,167,69,161,0,16,1,23,35,77,111,100,97,108,67,111,107,107,105,101,80,114,105,118,97,99,121,72,111,109,101,2,1,89,227,215,8,0,0,1,16,35,92,35,99,111,111,107,105,101,45,98,97,110,110,101,114,2,1,68,59,190,169,0,16,1,14,35,97,108,101,114,116,45,109,101,110,116,105,111,110,2,1,7,20,233,102,0,16,1,17,35,97,108,101,114,116,45,115,108,105,100,101,45,100,111,119,110,2,1,239,24,125,41,0,16,1,12,35,97,108,101,114,116,99,111,111,107,105,101,2,1,23,50,119,107,0,16,1,14,35,97,109,45,99,111,111,107,105,101,45,98,97,114,2,1,191,191,117,207,0,16,1,27,35,97,114,114,105,101,114,101,45,112,108,97,110,45,100,101,45,108,97,45,102,101,110,101,116,114,101,2,1,153,215,252,67,0,16,1,19,35,98,97,99,107,103,114,111,117,110,100,45,115,101,99,116,105,111,110,2,1,228,219,188,202,0,16,1,7,35,98,97,103,100,112,114,2,1,68,78,120,26,0,16,1,20,35,98,97,110,100,101,97,117,67,111,110,115,101,110,116,101,109,101,110,116,2,1,40,191,222,221,0,16,1,16,35,98,97,110,100,101,97,117,95,99,111,110,115,101,110,116,2,1,30,166,7,235,0,16,1,8,35,98,111,120,95,99,111,111,2,1,79,217,103,84,0,16,1,8,35,99,97,116,102,105,115,104,2,1,4,164,223,76,0,16,1,7,35,99,99,45,98,97,114,2,1,113,212,43,253,0,16,1,11,35,99,100,95,119,114,97,112,112,101,114,2,1,238,93,184,95,0,16,1,13,35,99,104,101,99,107,66,114,111,119,115,101,114,2,2,37,86,98,1,140,11,133,75,0,16,1,20,35,99,105,114,105,108,45,99,111,111,107,105,101,45,98,97,110,110,101,114,2,1,22,51,143,160,0,16,1,13,35,99,109,112,67,111,110,116,97,105,110,101,114,2,1,22,207,95,236,0,16,1,26,35,99,111,110,115,101,110,116,77,97,110,97,103,101,109,101,110,116,80,108,97,116,102,111,114,109,2,1,48,36,173,173,0,16,1,15,35,99,111,111,107,105,101,45,109,101,110,116,105,111,110,2,1,242,4,24,170,0,16,1,20,35,99,111,111,107,105,101,66,97,114,45,99,111,110,116,97,105,110,101,114,2,1,5,36,86,175,0,16,1,19,35,99,111,111,107,105,101,67,111,110,99,101,114,110,80,97,110,101,108,2,4,27,157,249,141,185,47,247,128,196,239,105,219,237,173,190,158,0,16,1,19,35,99,111,111,107,105,101,77,97,110,97,103,101,77,101,82,111,111,116,2,1,228,12,250,172,0,16,1,15,35,99,111,111,116,114,97,45,111,118,101,114,108,97,121,2,3,7,160,160,143,111,232,150,199,141,64,77,60,0,16,1,13,35,99,111,111,116,114,97,45,112,111,112,117,112,2,3,7,160,160,143,111,232,150,199,141,64,77,60,0,16,1,14,35,100,97,115,116,114,97,45,119,105,100,103,101,116,2,1,202,151,150,62,0,16,1,14,35,100,105,115,99,108,97,105,109,101,114,67,116,110,2,1,118,124,149,113,0,16,1,9,35,100,105,115,99,114,101,116,111,2,1,96,239,195,121,0,16,1,10,35,100,105,118,95,99,99,95,99,99,2,1,144,85,199,17,0,16,1,27,35,100,105,118,95,116,104,95,99,111,111,107,105,101,115,95,105,110,102,111,114,109,97,116,105,118,97,2,1,110,18,113,14,0,16,1,21,35,100,111,114,105,97,95,98,97,110,110,101,114,95,99,111,110,116,101,110,116,2,1,205,13,170,88,0,16,1,5,35,101,122,99,99,2,1,89,237,172,14,0,16,1,8,35,102,101,110,101,116,114,101,2,1,153,215,252,67,0,16,1,6,35,102,101,118,97,100,2,1,165,174,151,128,0,16,1,12,35,103,100,112,114,99,111,110,116,101,110,116,2,1,216,44,172,18,0,16,1,29,35,105,100,80,111,112,117,112,87,65,82,101,99,117,101,105,108,67,111,110,115,101,110,116,101,109,101,110,116,2,1,162,44,83,36,0,16,1,8,35,105,100,95,97,99,99,111,2,1,7,184,4,75,0,16,1,11,35,105,110,116,114,111,45,114,103,112,100,2,1,210,98,110,43,0,16,1,16,35,105,115,109,45,99,111,110,115,101,110,116,45,98,111,120,2,1,25,224,30,124,0,16,1,7,35,106,71,114,111,119,108,2,1,239,177,204,138,0,16,1,13,35,108,101,103,97,108,67,111,111,107,105,101,115,2,1,10,85,176,167,0,16,1,12,35,108,101,103,97,108,110,111,116,105,99,101,2,1,158,177,80,21,0,16,1,30,35,109,97,110,99,101,114,97,95,99,111,111,107,105,101,95,99,111,110,115,101,110,116,95,98,97,110,110,101,114,2,1,226,168,75,221,0,16,1,25,35,109,97,110,103,101,114,45,100,101,115,45,109,105,110,105,115,45,103,97,116,101,97,117,120,2,1,112,165,138,184,0,16,1,7,35,109,97,115,113,117,101,2,1,79,217,103,84,0,16,1,8,35,109,100,108,45,97,100,115,2,1,203,94,158,147,0,16,1,7,35,109,102,99,111,107,49,2,1,74,155,134,166,0,16,1,13,35,109,105,45,99,111,110,116,97,105,110,101,114,2,6,51,171,132,142,58,10,40,38,63,113,70,176,129,34,226,93,141,62,111,24,223,214,55,222,0,16,1,9,35,109,105,97,109,95,100,105,118,2,1,82,191,88,61,0,16,1,17,35,109,111,100,97,108,45,98,97,99,107,103,114,111,117,110,100,2,1,57,115,65,136,0,16,1,14,35,109,111,100,97,108,45,99,111,110,115,101,110,116,2,1,60,200,49,122,0,16,1,22,35,109,111,100,97,108,45,99,111,111,107,105,101,115,45,119,114,97,112,112,101,114,2,1,181,129,164,132,0,16,1,14,35,109,111,100,97,108,45,111,118,101,114,108,97,121,2,1,57,115,65,136,0,16,1,6,35,110,103,45,99,99,2,1,61,85,184,67,0,16,1,10,35,110,111,114,109,97,116,105,118,97,2,1,57,201,86,164,0,16,1,13,35,110,111,116,105,102,105,99,97,116,105,111,110,2,1,28,189,184,77,0,16,1,14,35,111,99,119,95,99,111,110,116,101,110,101,117,114,2,1,194,130,11,239,0,16,1,17,35,112,97,103,101,67,111,110,115,101,110,116,101,109,101,110,116,2,1,40,191,222,221,0,16,1,16,35,112,97,110,101,108,45,117,115,101,114,45,105,110,102,111,2,1,167,54,158,105,0,16,1,20,35,112,104,97,114,109,97,98,105,115,99,117,105,116,45,112,111,112,105,110,2,1,127,63,13,65,0,16,1,11,35,112,109,45,111,118,101,114,108,97,121,2,1,96,236,144,91,0,16,1,11,35,112,111,112,105,110,108,97,121,101,114,2,1,8,194,8,147,0,16,1,16,35,112,114,105,118,97,99,121,45,109,97,110,97,103,101,114,2,8,21,1,139,237,21,51,70,18,29,5,48,4,61,143,116,226,96,236,144,91,175,140,173,194,219,239,65,251,229,87,108,49,0,16,1,22,35,112,114,105,118,97,99,121,45,109,97,110,97,103,101,114,45,112,111,112,105,110,2,1,41,208,31,171,0,16,1,16,35,112,114,105,118,97,99,121,45,111,118,101,114,108,97,121,2,1,88,192,250,105,0,16,1,11,35,112,115,45,99,111,110,115,101,110,116,2,1,140,89,151,64,0,16,1,10,35,114,103,112,100,45,102,111,114,109,2,1,136,108,162,40,0,16,1,9,35,114,103,112,100,109,97,115,107,2,1,207,46,178,153,0,16,1,16,35,115,112,45,99,111,110,115,101,110,116,77,111,100,97,108,2,1,9,4,149,7,0,16,1,11,35,115,112,111,112,117,112,67,111,110,116,2,1,160,173,94,215,0,16,1,18,35,116,97,114,116,101,97,117,99,105,116,114,111,110,82,111,111,116,2,1,85,158,60,199,0,16,1,20,35,116,114,97,99,107,105,110,103,98,97,110,110,101,114,112,111,112,105,110,2,1,67,130,246,166,0,16,1,18,35,117,115,101,114,67,111,110,115,101,110,116,80,111,108,105,99,121,2,1,121,144,180,32,0,16,1,14,35,118,97,108,105,100,45,99,111,111,107,105,101,115,2,1,128,246,94,32,0,8,1,37,46,67,111,111,107,105,101,87,97,114,110,105,110,103,45,109,111,100,117,108,101,45,45,99,111,111,107,105,101,115,45,45,50,66,84,84,87,2,1,241,99,159,241,0,8,1,29,46,78,97,118,105,103,97,116,105,111,110,84,114,97,99,107,101,114,95,95,99,111,110,116,97,105,110,101,114,2,1,216,54,108,212,0,8,1,13,46,78,111,116,105,102,105,99,97,116,105,111,110,2,1,146,81,197,59,0,8,1,5,46,82,103,112,100,2,1,136,5,242,120,0,8,1,16,46,84,114,97,99,107,105,110,103,73,110,102,111,66,111,120,2,1,145,222,66,238,0,8,1,46,46,86,111,116,101,68,105,115,99,108,97,105,109,101,114,95,118,111,116,101,68,105,115,99,108,97,105,109,101,114,67,111,110,116,97,105,110,101,114,95,95,50,55,113,103,108,2,1,204,158,137,120,0,8,1,21,46,88,106,53,52,115,89,86,67,114,112,81,56,56,105,116,87,77,103,97,80,2,1,3,249,122,26,0,8,1,17,46,95,49,49,86,83,56,32,62,32,46,95,50,111,98,121,89,2,1,224,179,133,43,0,8,1,13,46,97,108,101,114,116,45,99,111,111,107,105,101,2,2,122,62,199,48,142,222,221,66,0,8,1,9,46,97,110,116,115,45,50,48,56,2,1,198,168,64,0,0,8,1,7,46,98,66,88,112,115,90,2,1,114,2,101,170,0,8,1,7,46,98,76,79,82,102,107,2,1,161,55,12,172,0,8,1,17,46,98,97,110,110,101,114,45,99,111,110,116,97,105,110,101,114,2,1,252,246,251,104,0,8,1,16,46,98,103,45,103,114,97,121,45,57,48,48,46,112,45,53,2,1,233,65,210,16,0,8,1,16,46,98,108,111,99,107,45,102,115,45,99,111,111,107,105,101,2,1,59,70,47,147,0,8,1,14,46,98,108,111,99,107,95,99,111,111,107,105,101,115,2,1,204,113,116,147,0,8,1,12,46,98,114,97,118,101,95,112,111,112,117,112,2,1,167,105,244,1,0,8,1,7,46,99,89,76,83,103,69,2,1,164,7,154,215,0,8,1,10,46,99,108,45,98,97,110,110,101,114,2,2,20,166,252,212,165,114,44,225,0,8,1,10,46,99,109,112,45,112,111,112,105,110,2,1,44,224,240,54,0,8,1,12,46,99,109,112,45,119,114,97,112,112,101,114,2,1,172,30,192,66,0,8,1,9,46,99,111,103,110,105,116,111,50,2,1,58,203,31,115,0,8,1,19,46,99,111,110,115,101,110,116,45,98,108,111,99,107,45,115,105,116,101,2,1,38,163,204,2,0,8,1,22,46,99,111,110,115,101,110,116,45,109,111,100,97,108,45,99,111,110,116,101,110,116,2,1,62,31,88,194,0,8,1,13,46,99,111,110,115,101,110,116,95,105,110,102,111,2,1,145,28,154,168,0,8,1,14,46,99,111,110,116,97,105,110,101,114,45,48,45,53,2,1,108,189,41,64,0,8,1,23,46,99,111,110,116,97,105,110,101,114,45,102,105,120,101,100,45,99,111,111,107,105,101,2,1,49,147,186,207,0,8,1,21,46,99,111,110,116,97,105,110,101,114,95,112,114,105,118,95,115,116,97,116,101,2,1,132,123,97,83,0,8,1,16,46,99,111,111,107,98,97,114,45,111,118,101,114,108,97,121,2,1,252,37,145,160,0,8,1,47,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,99,111,109,112,111,110,101,110,116,95,99,111,111,107,105,101,67,111,110,116,97,105,110,101,114,95,95,50,90,99,55,98,2,1,179,2,123,228,0,8,1,25,46,99,111,111,107,105,101,45,116,111,111,108,98,97,114,45,99,111,110,116,97,105,110,101,114,2,1,26,236,179,35,0,8,1,12,46,99,111,111,107,105,101,45,119,97,108,108,2,1,89,226,253,0,0,8,1,19,46,99,111,111,107,105,101,115,45,109,97,110,97,103,101,109,101,110,116,2,1,115,146,138,252,0,8,1,15,46,99,115,115,45,50,111,100,50,111,110,113,69,77,88,2,1,255,50,170,161,0,8,1,11,46,99,115,115,45,99,103,120,109,121,56,2,1,141,46,247,125,0,8,1,11,46,99,115,115,45,117,117,113,99,55,98,2,1,150,218,114,253,0,8,1,13,46,99,116,119,45,98,111,116,116,111,109,45,52,2,1,96,236,78,16,0,8,1,7,46,100,105,97,108,111,103,2,1,170,238,238,102,0,8,1,27,46,100,105,106,105,116,68,105,97,108,111,103,85,110,100,101,114,108,97,121,87,114,97,112,112,101,114,2,1,254,164,6,166,0,8,1,7,46,100,105,109,109,101,114,2,1,182,131,67,237,0,8,1,15,46,100,105,115,99,108,97,105,109,101,114,95,98,111,120,2,1,1,208,177,227,0,8,1,6,46,101,82,110,104,73,2,1,52,188,71,111,0,8,1,7,46,101,120,97,114,73,113,2,1,205,61,166,23,0,8,1,12,46,101,120,116,45,101,108,45,109,97,115,107,2,1,164,218,206,39,0,8,1,9,46,102,49,110,48,99,116,103,57,2,1,95,230,100,207,0,8,1,19,46,102,97,100,101,45,105,110,45,101,110,116,101,114,45,100,111,110,101,2,1,75,114,244,102,0,8,1,19,46,102,97,110,99,121,98,111,120,45,99,111,110,116,97,105,110,101,114,2,2,3,109,112,251,246,74,29,33,0,8,1,17,46,102,97,110,99,121,98,111,120,45,111,118,101,114,108,97,121,2,2,39,130,67,241,82,121,188,205,0,8,1,14,46,102,97,110,99,121,98,111,120,45,119,114,97,112,2,2,39,130,67,241,82,121,188,205,0,8,1,4,46,102,99,107,2,1,90,102,250,165,0,8,1,18,46,102,105,114,115,116,45,118,105,115,105,116,45,97,108,101,114,116,2,1,194,103,113,247,0,8,1,16,46,102,108,111,97,116,105,110,103,45,98,111,116,116,111,109,2,1,49,91,86,155,0,8,1,86,46,102,114,111,110,116,95,119,101,98,95,97,112,112,95,109,97,105,110,95,109,101,110,117,95,102,114,111,110,116,45,119,101,98,45,97,112,112,45,109,97,105,110,45,109,101,110,117,45,99,111,109,112,111,110,101,110,116,95,102,114,111,110,116,95,115,104,111,119,95,99,111,111,107,105,101,95,99,111,110,116,97,105,110,101,114,2,1,162,57,75,45,0,8,1,15,46,103,45,97,108,101,114,116,45,99,111,111,107,105,101,2,1,108,72,131,138,0,8,1,7,46,103,67,75,65,117,99,2,1,223,71,125,250,0,8,1,27,46,103,100,112,114,95,99,111,110,115,101,110,116,95,119,105,100,103,101,116,95,95,50,83,116,88,107,2,1,241,127,44,52,0,8,1,27,46,103,111,111,100,104,111,111,100,45,99,111,109,112,111,110,101,110,116,115,95,95,50,80,75,103,97,2,1,150,6,80,153,0,8,1,12,46,104,101,97,100,101,114,73,110,102,111,115,2,1,200,226,72,92,0,8,1,7,46,104,103,102,118,67,87,2,1,164,7,154,215,0,8,1,24,46,104,105,100,100,101,110,45,115,109,46,104,105,100,100,101,110,45,109,100,46,114,111,119,2,1,235,176,228,30,0,8,1,11,46,104,105,100,101,95,99,108,105,99,107,2,1,182,131,108,114,0,8,1,7,46,105,71,101,102,120,109,2,1,210,147,206,147,0,8,1,9,46,105,110,102,111,45,98,97,110,2,1,0,38,176,190,0,8,1,15,46,105,110,102,111,45,115,97,110,105,116,97,105,114,101,2,1,96,236,78,70,0,8,1,12,46,106,97,110,117,115,98,97,110,110,101,114,2,1,212,197,58,21,0,8,1,7,46,106,105,110,76,121,103,2,1,7,147,68,165,0,8,1,15,46,106,115,45,71,108,111,98,97,108,80,111,112,105,110,2,1,140,111,174,105,0,8,1,9,46,106,115,45,111,116,115,100,107,2,1,6,178,251,153,0,8,1,7,46,106,115,115,49,50,53,2,1,169,91,39,252,0,8,1,15,46,108,97,121,111,117,116,45,99,111,111,107,105,101,115,2,1,130,167,155,11,0,8,1,23,46,108,97,121,111,117,116,45,99,111,111,107,105,101,115,95,95,110,111,116,105,99,101,2,1,130,167,155,11,0,8,1,10,46,109,45,111,118,101,114,108,97,121,2,1,168,66,37,190,0,8,1,5,46,109,97,115,107,2,1,4,122,204,12,0,8,1,13,46,109,100,99,45,115,110,97,99,107,98,97,114,2,1,96,54,230,17,0,8,1,23,46,109,105,99,114,111,109,111,100,97,108,45,115,108,105,100,101,46,109,111,100,97,108,2,1,208,79,84,115,0,8,1,14,46,109,111,100,97,108,45,99,111,110,116,101,110,116,2,1,62,66,122,180,0,8,1,14,46,109,111,100,97,108,45,119,114,97,112,112,101,114,2,1,181,129,164,132,0,8,1,5,46,110,111,116,97,2,1,96,242,74,175,0,8,1,12,46,110,113,45,114,103,112,100,45,98,97,114,2,1,234,8,49,47,0,8,1,22,46,111,114,101,106,105,109,101,45,78,111,116,105,99,101,79,118,101,114,108,97,121,2,1,57,53,56,248,0,8,1,12,46,111,118,101,114,108,97,121,95,97,120,97,2,1,204,113,116,147,0,8,1,10,46,112,101,114,102,77,111,100,97,108,2,1,218,93,176,107,0,8,1,6,46,112,111,112,117,112,2,1,130,49,71,157,0,8,1,15,46,112,111,112,117,112,45,45,99,111,111,107,105,101,115,2,1,220,67,32,48,0,8,1,8,46,112,114,105,118,97,99,121,2,1,31,86,126,97,0,8,1,3,46,112,118,2,1,61,158,102,229,0,8,1,21,46,114,101,97,99,116,45,111,110,99,108,105,99,107,111,117,116,115,105,100,101,2,1,136,170,29,185,0,8,1,16,46,114,103,112,100,45,45,99,111,110,116,97,105,110,101,114,2,1,182,26,187,132,0,8,1,11,46,114,103,112,100,45,109,111,100,97,108,2,1,61,96,223,210,0,8,1,13,46,114,103,112,100,45,111,118,101,114,108,97,121,2,1,147,85,37,18,0,8,1,18,46,115,45,99,111,111,107,105,101,95,95,109,111,100,97,108,57,50,2,1,212,252,120,46,0,8,1,9,46,115,49,100,50,54,99,107,53,2,1,43,61,75,100,0,8,1,10,46,115,99,45,98,102,104,118,68,119,2,1,250,197,76,205,0,8,1,18,46,115,99,114,111,108,108,45,102,105,120,95,95,105,110,110,101,114,2,1,163,12,243,203,0,8,1,19,46,115,100,115,45,109,45,99,111,111,107,105,101,98,97,110,110,101,114,2,1,0,106,70,13,0,8,1,35,46,115,103,112,98,45,112,111,112,117,112,45,100,105,97,108,111,103,45,109,97,105,110,45,100,105,118,45,119,114,97,112,112,101,114,2,1,182,131,102,214,0,8,1,19,46,115,103,112,98,45,112,111,112,117,112,45,111,118,101,114,108,97,121,2,1,182,131,102,214,0,8,1,14,46,115,116,105,99,107,121,45,102,111,111,116,101,114,2,1,98,254,195,245,0,8,1,26,46,115,116,121,108,101,115,95,80,111,112,105,110,66,97,110,110,101,114,95,95,56,119,97,88,53,2,1,105,231,8,238,0,8,1,26,46,116,97,114,116,101,97,117,99,105,116,114,111,110,45,109,97,103,105,99,45,98,108,111,99,107,2,1,2,209,133,241,0,8,1,12,46,116,108,45,98,111,116,116,111,109,45,48,2,1,178,11,90,100,0,8,1,9,46,116,114,97,110,115,98,111,120,2,1,1,208,177,227,0,8,1,15,46,117,115,101,114,110,111,116,105,99,101,95,112,111,112,2,1,157,231,206,77,0,8,1,8,46,119,101,108,99,111,109,101,2,1,169,238,80,165,0,8,1,5,46,122,45,53,48,2,1,143,146,204,116,0,0,1,39,91,115,116,121,108,101,61,34,112,111,115,105,116,105,111,110,58,32,102,105,120,101,100,59,32,122,45,105,110,100,101,120,58,32,49,48,59,34,93,2,1,142,193,51,180,0,0,1,48,91,115,116,121,108,101,94,61,34,112,111,115,105,116,105,111,110,58,32,102,105,120,101,100,59,32,108,101,102,116,58,32,48,112,120,59,32,116,111,112,58,32,48,112,120,59,34,93,2,1,160,100,82,141,0,0,1,26,97,112,112,45,99,111,111,107,105,101,115,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,2,1,86,145,218,114,0,0,1,19,97,112,112,45,112,111,112,45,117,112,45,116,114,97,99,107,105,110,103,2,1,107,79,52,72,0,0,1,28,100,105,118,91,99,108,97,115,115,94,61,34,67,111,110,115,101,110,116,66,97,110,110,101,114,95,34,93,2,1,183,226,61,247,0,0,1,27,100,105,118,91,99,108,97,115,115,94,61,34,103,100,112,114,95,99,111,110,115,101,110,116,95,34,93,2,1,77,108,90,250,0,0,1,51,100,105,118,91,115,116,121,108,101,42,61,34,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,32,114,103,98,97,40,48,44,32,48,44,32,48,44,32,48,46,53,41,59,34,93,2,1,175,255,55,220,0,0,1,41,100,105,118,91,115,116,121,108,101,94,61,34,112,111,115,105,116,105,111,110,58,32,102,105,120,101,100,59,32,98,111,116,116,111,109,58,32,48,59,34,93,2,1,182,36,132,101,0,0,1,54,100,105,118,91,115,116,121,108,101,94,61,34,118,105,115,105,98,105,108,105,116,121,58,32,118,105,115,105,98,108,101,59,32,112,111,115,105,116,105,111,110,58,32,97,98,115,111,108,117,116,101,59,34,93,2,1,194,47,240,25,0,0,1,10,112,101,45,99,111,111,107,105,101,115,2,2,181,132,145,1,214,20,151,11,0,0,1,10,112,112,110,45,99,111,111,107,105,101,2,2,14,19,192,189,161,211,190,231,0,16,1,12,35,105,110,102,111,99,111,111,107,105,101,115,2,1,128,235,124,3,0,16,1,12,35,105,110,102,111,45,98,111,116,116,111,109,2,2,25,159,175,243,161,159,146,113,0,8,1,47,46,65,108,108,111,119,67,111,111,107,105,101,115,68,105,115,99,108,97,105,109,101,114,95,99,67,111,110,116,97,105,110,101,114,65,99,116,105,118,101,95,95,50,121,107,87,114,2,1,127,18,150,237,0,8,1,22,46,67,111,111,107,105,101,95,99,111,110,115,101,110,116,95,95,71,72,56,111,70,2,1,231,208,91,203,0,8,1,51,46,80,114,105,118,97,99,121,80,111,112,117,112,115,116,121,108,101,100,95,95,80,114,105,118,97,99,121,80,111,112,117,112,67,111,110,116,97,105,110,101,114,45,117,107,48,55,114,113,45,48,2,1,175,222,28,200,0,8,1,18,46,99,111,111,107,105,101,45,100,101,115,99,108,97,105,109,101,114,2,1,24,88,194,77,0,0,1,13,97,112,112,45,109,116,45,99,111,111,107,105,101,2,1,246,27,95,234,0,16,1,7,35,97,45,45,98,97,114,2,1,159,151,218,146,0,16,1,13,35,97,99,99,101,112,116,95,116,101,114,109,115,2,1,159,151,225,254,0,16,1,9,35,98,103,95,112,111,112,117,112,2,1,166,51,82,60,0,16,1,17,35,99,111,111,107,105,101,45,97,103,114,101,101,109,101,110,116,2,1,70,234,21,34,0,16,1,11,35,99,111,111,107,105,101,98,97,114,115,2,1,245,169,62,220,0,16,1,19,35,103,100,112,114,45,97,99,99,101,112,116,45,99,111,111,107,105,101,2,1,16,240,100,101,0,8,1,6,46,72,56,52,83,48,2,1,16,224,126,242,0,8,1,6,46,78,78,118,118,84,2,1,131,248,250,83,0,8,1,19,46,80,97,103,101,95,95,67,111,111,107,105,101,115,80,111,112,117,112,2,1,16,240,42,126,0,8,1,14,46,95,114,111,111,116,95,49,109,101,106,100,95,50,2,2,70,72,108,92,222,248,225,114,0,8,1,26,46,97,99,99,101,112,116,45,99,111,111,107,105,101,115,95,97,108,108,95,95,51,116,68,110,111,2,1,112,102,236,183,0,8,1,19,46,97,112,112,45,99,111,111,107,105,101,115,95,95,112,111,112,117,112,2,1,195,46,174,253,0,8,1,8,46,98,108,111,99,107,101,114,2,1,5,115,213,93,0,8,1,14,46,99,111,110,102,105,114,109,45,112,97,110,101,108,2,1,163,209,161,100,0,8,1,19,46,109,45,99,111,111,107,105,101,115,45,105,110,102,111,114,109,101,114,2,1,131,248,255,249,0,8,1,25,46,109,111,100,97,108,45,100,101,108,105,118,101,114,121,45,100,97,116,97,45,100,97,116,97,2,2,119,233,120,140,162,28,141,127,0,8,1,27,46,109,111,100,97,108,45,100,101,108,105,118,101,114,121,45,100,97,116,97,45,100,97,116,97,45,119,2,2,119,233,120,140,162,28,141,127,0,8,1,18,46,110,111,116,105,99,101,45,99,107,45,119,114,97,112,112,101,114,2,1,42,216,72,210,0,8,1,23,46,110,111,116,105,102,105,99,97,116,105,111,110,45,99,111,110,116,97,105,110,101,114,2,1,234,86,85,86,0,8,1,14,46,112,111,108,105,99,121,45,102,111,111,116,101,114,2,1,164,153,178,196,0,8,1,16,46,112,111,112,111,118,101,114,45,119,114,97,112,112,101,114,2,1,159,151,101,173,0,8,1,14,46,112,114,105,118,97,99,121,95,98,108,111,99,107,2,2,10,99,68,5,112,158,192,117,0,8,1,22,46,112,114,105,118,97,116,45,112,111,108,105,99,121,45,119,114,97,112,112,101,114,2,1,221,77,255,180,0,8,1,31,46,115,116,121,108,101,115,95,97,103,114,101,101,109,101,110,116,87,114,97,112,112,101,114,95,95,51,86,86,116,102,2,1,112,13,217,201,0,8,1,22,46,115,116,121,108,101,115,95,119,114,97,112,112,101,114,95,95,89,65,52,67,82,2,1,114,67,128,177,0,8,1,8,46,119,97,114,110,105,110,103,2,1,159,151,112,220,0,0,1,25,91,99,108,97,115,115,94,61,34,97,99,99,101,112,116,45,99,111,111,107,105,101,115,34,93,2,1,163,239,135,186,0,16,1,10,35,112,111,108,105,99,121,68,105,118,2,2,120,155,13,30,208,196,187,19,0,8,1,13,46,66,70,48,72,84,78,67,45,74,99,45,98,2,1,173,227,16,172,0,8,1,16,46,99,111,110,115,101,110,116,95,119,114,97,112,112,101,114,2,1,111,184,206,220,0,8,1,8,46,99,112,45,97,114,101,97,2,1,35,219,79,211,0,8,1,11,46,109,97,105,110,45,109,111,100,97,108,2,1,207,8,60,69,0,8,1,12,46,115,99,45,52,111,117,112,54,57,45,49,2,1,244,16,199,202,0,16,1,12,35,98,97,114,45,109,101,115,115,97,103,101,2,1,210,199,25,35,0,16,1,14,35,112,111,112,45,117,112,45,112,111,108,105,99,121,2,1,22,166,89,152,0,16,1,8,35,112,114,105,118,97,99,121,2,1,116,138,125,53,0,16,1,13,35,112,114,105,118,97,116,101,95,105,110,102,111,2,1,19,156,119,97,0,16,1,12,35,117,115,108,112,111,108,122,118,97,110,101,2,1,234,179,173,32,0,8,1,16,46,65,99,99,101,112,116,67,111,110,100,105,116,105,111,110,2,1,47,195,201,167,0,8,1,19,46,71,100,112,114,95,108,97,121,111,117,116,95,95,119,45,70,115,101,2,1,68,23,33,189,0,8,1,19,46,98,111,116,116,111,109,45,102,114,101,101,122,101,100,45,98,97,114,2,6,46,74,19,22,83,7,122,5,113,216,217,78,192,128,160,245,213,249,26,197,226,157,128,154,0,8,1,23,46,99,45,119,101,98,115,105,116,101,45,110,111,116,105,102,105,99,97,116,105,111,110,2,2,161,160,201,210,183,233,55,162,0,8,1,14,46,104,101,97,100,101,114,45,110,111,116,105,99,101,2,1,240,111,177,122,0,8,1,13,46,105,110,102,111,45,109,101,115,115,97,103,101,2,1,119,63,178,185,0,8,1,11,46,106,115,45,99,111,110,115,101,110,116,2,2,72,73,246,157,220,75,92,206,0,8,1,14,46,109,112,112,45,99,111,110,116,97,105,110,101,114,2,1,226,144,157,83,0,8,1,8,46,111,118,101,114,108,97,121,2,1,116,138,125,53,0,8,1,13,46,112,111,112,117,112,45,112,111,108,105,99,121,2,2,219,194,23,94,252,216,133,53,0,0,1,57,100,105,118,91,115,116,121,108,101,94,61,34,99,111,108,111,114,58,32,114,103,98,40,53,49,44,32,53,49,44,32,53,49,41,59,32,116,101,120,116,45,97,108,105,103,110,58,32,99,101,110,116,101,114,59,34,93,2,1,13,26,166,29,0,16,1,6,35,65,108,108,111,119,2,3,20,228,45,54,117,109,186,110,250,68,115,205,0,16,1,13,35,80,114,105,118,97,99,121,65,108,101,114,116,2,1,227,118,81,38,0,16,1,17,35,97,99,99,101,112,116,68,105,115,99,108,97,105,109,101,114,2,1,234,186,185,92,0,16,1,19,35,97,110,110,111,117,110,99,101,109,101,110,116,72,101,97,100,101,114,2,1,162,152,194,29,0,16,1,10,35,99,107,95,102,111,111,116,101,114,2,1,25,163,219,24,0,16,1,8,35,99,109,99,56,48,48,55,2,5,2,172,179,94,9,45,23,122,44,20,37,145,217,237,85,157,237,123,108,7,0,16,1,8,35,99,111,118,105,100,49,57,2,6,3,230,228,8,51,153,158,192,93,157,198,244,115,72,164,155,129,28,100,127,170,87,8,203,0,16,1,24,35,106,115,45,110,111,116,105,102,105,99,97,116,105,111,110,45,119,114,97,112,112,101,114,2,1,80,225,241,198,0,16,1,13,35,109,101,101,114,107,97,116,45,119,114,97,112,2,1,219,15,115,112,0,16,1,15,35,112,111,108,105,99,121,45,119,97,114,110,105,110,103,2,2,136,32,235,108,175,171,232,236,0,16,1,13,35,112,114,105,118,97,99,121,80,97,110,101,108,2,1,250,67,237,142,0,16,1,25,35,114,111,116,95,99,116,114,49,95,98,111,100,95,98,108,107,54,95,99,117,115,116,111,109,2,1,19,129,155,119,0,16,1,13,35,115,104,101,110,103,109,105,110,103,84,105,112,2,1,100,177,74,109,0,16,1,6,35,115,112,45,99,99,2,1,127,84,158,134,0,8,1,7,46,95,49,71,67,76,76,2,1,129,45,31,154,0,8,1,7,46,97,100,118,98,111,120,2,4,41,5,142,78,78,34,248,230,82,16,206,160,219,153,120,186,0,8,1,39,46,97,114,99,111,45,111,118,101,114,108,97,121,46,97,114,99,111,45,111,118,101,114,108,97,121,45,110,111,116,105,102,105,99,97,116,105,111,110,2,1,81,15,216,41,0,8,1,20,46,98,97,110,110,101,114,45,102,105,120,101,100,45,98,111,116,116,111,109,2,1,138,107,23,25,0,8,1,15,46,98,103,45,98,108,97,99,107,46,102,105,120,101,100,2,1,151,91,181,144,0,8,1,7,46,99,66,97,106,110,86,2,1,123,57,76,229,0,8,1,7,46,99,83,65,120,88,122,2,1,203,204,214,143,0,8,1,6,46,99,95,49,50,56,2,1,131,61,89,243,0,8,1,6,46,99,104,112,70,76,2,1,68,32,218,158,0,8,1,11,46,99,111,109,112,108,105,97,110,99,101,2,1,111,189,72,177,0,8,1,15,46,99,111,110,115,101,110,116,45,110,111,116,105,99,101,2,1,114,128,182,109,0,8,1,22,46,99,111,111,107,105,101,45,97,99,99,101,112,116,45,100,101,115,107,116,111,112,2,1,173,143,178,179,0,8,1,15,46,99,111,111,107,105,101,45,99,111,110,99,101,110,116,2,1,43,216,221,14,0,8,1,12,46,99,111,111,107,105,101,45,102,108,101,120,2,1,121,77,181,108,0,8,1,12,46,99,111,111,107,105,101,45,116,105,112,115,2,1,132,250,180,115,0,8,1,28,46,99,111,111,107,105,101,115,45,112,101,114,109,105,115,115,105,111,110,95,50,107,69,121,84,86,71,98,2,1,6,77,88,183,0,8,1,22,46,99,111,111,107,105,101,115,65,103,114,101,101,67,111,110,116,97,105,110,101,114,2,1,94,32,119,133,0,8,1,21,46,99,111,112,121,114,105,103,104,116,45,98,111,116,116,111,109,45,110,97,118,2,1,21,249,51,72,0,8,1,7,46,102,72,112,102,121,110,2,1,120,37,2,27,0,8,1,12,46,102,105,120,101,100,98,111,116,116,111,109,2,1,103,222,209,213,0,8,1,20,46,102,111,111,116,101,114,45,102,108,111,97,116,105,110,103,45,116,97,98,2,1,130,4,148,30,0,8,1,14,46,102,111,111,116,101,114,80,114,105,118,97,99,121,2,1,102,71,116,21,0,8,1,20,46,103,108,111,98,97,108,45,97,108,101,114,116,45,98,97,110,110,101,114,2,1,80,225,241,198,0,8,1,7,46,104,88,90,122,66,80,2,1,18,80,117,33,0,8,1,8,46,104,101,95,99,111,111,107,2,1,89,120,76,229,0,8,1,13,46,104,101,97,100,101,114,45,115,104,101,101,116,2,1,240,65,122,30,0,8,1,7,46,104,108,110,68,79,73,2,1,203,204,214,143,0,8,1,7,46,105,87,117,68,106,112,2,1,126,62,176,208,0,8,1,26,46,105,110,100,101,120,95,95,99,111,111,107,105,101,45,98,97,114,95,95,95,50,115,80,76,98,2,1,42,68,136,182,0,8,1,7,46,106,82,83,81,80,72,2,1,177,152,58,185,0,8,1,7,46,106,108,121,76,100,83,2,1,251,157,4,44,0,8,1,10,46,106,115,45,100,105,97,108,111,103,2,1,198,56,132,24,0,8,1,11,46,106,115,95,99,111,111,107,66,111,120,2,1,126,32,185,142,0,8,1,7,46,106,118,53,76,97,81,2,1,3,133,37,167,0,8,1,14,46,109,111,100,97,108,45,112,114,105,118,97,99,121,2,1,43,207,196,35,0,8,1,10,46,110,111,116,105,102,121,98,97,114,2,1,144,146,160,206,0,8,1,7,46,112,111,108,105,99,121,2,1,118,26,167,38,0,8,1,13,46,112,114,105,118,97,99,121,45,97,114,101,97,2,1,148,181,65,236,0,8,1,12,46,112,114,105,118,97,99,121,45,98,111,120,2,1,42,132,80,123,0,8,1,13,46,112,114,105,118,97,99,121,45,119,114,97,112,2,1,122,215,109,89,0,8,1,12,46,112,114,105,118,97,99,121,65,114,101,97,2,1,114,65,110,216,0,8,1,12,46,112,114,105,118,97,99,121,68,101,115,99,2,1,110,237,37,115,0,8,1,14,46,112,114,105,118,97,99,121,80,111,108,105,99,121,2,1,254,91,79,23,0,8,1,12,46,112,114,105,118,97,99,121,95,98,111,120,2,1,110,251,210,59,0,8,1,15,46,112,114,105,118,97,99,121,102,111,114,115,105,116,101,2,1,87,163,255,153,0,8,1,25,46,115,112,97,99,101,45,109,111,98,105,108,101,45,105,110,115,105,100,101,45,115,105,100,101,2,1,74,40,31,191,0,8,1,32,46,115,116,121,108,101,45,55,52,54,100,56,54,99,52,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,2,1,54,236,35,177,0,8,1,12,46,116,118,98,45,99,111,111,107,105,101,115,2,1,38,157,73,36,0,16,1,4,35,74,80,79,2,1,103,101,182,204,0,16,1,8,35,98,108,111,107,68,105,118,2,1,237,215,57,240,0,16,1,7,35,102,111,111,116,101,114,2,1,183,37,58,62,0,16,1,9,35,107,117,107,105,106,105,109,97,2,1,103,80,165,141,0,16,1,14,35,109,121,103,100,112,114,80,111,112,117,112,72,82,2,1,154,201,2,173,0,16,1,6,35,110,103,45,99,99,2,1,245,55,138,137,0,16,1,13,35,112,97,103,101,45,100,105,115,97,98,108,101,2,4,65,188,0,214,101,145,172,5,203,24,56,89,240,239,96,158,0,16,1,13,35,112,97,103,101,65,108,101,114,116,66,111,120,2,1,238,94,108,179,0,16,1,19,35,112,114,105,118,97,99,121,80,111,108,105,99,121,77,111,100,97,108,2,1,15,33,191,248,0,16,1,24,35,115,117,98,115,99,114,105,112,116,105,111,110,80,111,112,117,112,66,111,116,116,111,109,2,1,222,194,169,132,0,16,1,7,35,115,119,103,100,112,114,2,1,16,106,92,210,0,8,1,17,46,83,105,116,101,65,110,110,111,117,110,99,101,109,101,110,116,2,1,40,110,106,62,0,8,1,10,46,99,99,98,95,95,101,100,105,116,2,1,49,182,219,190,0,8,1,10,46,99,100,45,109,111,100,117,108,101,2,1,59,142,209,252,0,8,1,15,46,99,100,45,109,111,100,117,108,101,45,109,97,105,110,2,2,182,175,74,230,207,81,43,93,0,8,1,11,46,99,115,115,45,56,103,54,120,51,108,2,1,241,173,127,83,0,8,1,14,46,100,105,97,108,111,103,45,119,105,100,103,101,116,2,2,112,94,154,0,238,162,60,95,0,8,1,23,46,103,100,112,114,45,99,111,110,116,97,105,110,101,114,45,119,114,97,112,112,101,114,2,1,64,214,79,118,0,8,1,6,46,107,117,107,105,112,2,1,241,6,144,114,0,8,1,17,46,110,111,116,105,99,101,45,99,111,110,116,97,105,110,101,114,2,1,111,47,60,189,0,8,1,7,46,111,45,100,97,116,97,2,1,69,42,254,97,0,8,1,7,46,112,111,112,117,112,50,2,1,238,139,74,181,0,8,1,9,46,112,111,112,117,112,95,104,114,2,1,237,178,100,124,0,8,1,11,46,112,114,105,118,97,116,110,111,115,116,2,1,80,133,100,224,0,0,1,40,100,105,118,91,115,116,121,108,101,94,61,34,122,45,105,110,100,101,120,58,57,57,57,57,59,100,105,115,112,108,97,121,58,98,108,111,99,107,34,93,2,1,200,231,59,189,0,16,1,8,35,66,111,120,49,48,48,50,2,1,230,210,139,136,0,16,1,14,35,82,101,115,115,67,111,111,107,105,101,66,111,120,2,1,238,142,90,1,0,16,1,11,35,99,50,50,111,118,101,114,108,97,121,2,1,231,246,77,187,0,16,1,6,35,99,95,108,97,119,2,2,100,29,180,109,250,54,210,169,0,16,1,10,35,99,99,45,45,109,97,105,110,50,2,1,26,202,32,134,0,16,1,6,35,99,99,109,110,103,2,1,11,8,89,252,0,16,1,4,35,99,107,98,2,1,116,33,51,35,0,16,1,13,35,99,111,111,107,105,101,45,99,111,118,101,114,2,1,144,214,119,47,0,16,1,19,35,99,111,111,107,105,101,115,45,98,97,114,45,98,111,116,116,111,109,2,1,116,28,108,9,0,16,1,19,35,99,111,111,107,105,101,115,45,98,97,114,45,100,105,97,108,111,103,2,1,201,116,11,196,0,16,1,18,35,99,111,111,107,105,101,115,45,108,112,45,98,97,110,110,101,114,2,1,37,198,214,155,0,16,1,13,35,99,111,111,107,105,101,115,77,111,100,97,108,2,1,28,1,99,86,0,16,1,6,35,99,115,95,98,120,2,2,29,51,188,7,36,152,166,241,0,16,1,11,35,99,115,95,98,120,95,101,110,118,108,2,1,36,152,166,241,0,16,1,10,35,99,115,95,115,116,114,105,112,101,2,1,60,35,68,66,0,16,1,67,35,99,116,108,48,48,95,101,119,112,122,49,95,109,97,105,110,84,101,109,112,108,97,116,101,67,116,114,108,95,102,111,111,116,101,114,95,70,111,114,109,67,111,111,107,105,101,115,77,97,110,97,103,101,114,49,95,112,110,67,109,78,97,118,66,97,114,2,1,78,234,151,72,0,16,1,16,35,99,122,110,105,99,45,99,111,111,107,105,101,98,97,114,2,1,28,163,129,44,0,16,1,14,35,100,105,115,97,98,108,101,45,99,108,105,99,107,2,1,16,145,127,78,0,16,1,7,35,101,117,45,102,99,107,2,1,231,246,76,23,0,16,1,7,35,101,117,95,99,107,115,2,1,244,16,46,16,0,16,1,18,35,105,100,45,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,1,31,12,186,179,0,16,1,13,35,106,115,45,99,99,45,98,97,110,110,101,114,2,1,176,20,123,238,0,16,1,6,35,108,105,115,116,97,2,1,159,150,243,11,0,16,1,9,35,109,121,65,108,101,114,116,50,2,1,156,184,55,94,0,16,1,17,35,109,121,67,111,110,115,101,110,116,67,111,111,107,105,101,115,2,1,106,126,211,71,0,16,1,26,35,110,97,115,116,97,118,101,110,105,45,115,111,117,107,114,111,109,105,45,98,97,110,110,101,114,2,1,116,39,21,15,0,16,1,24,35,111,112,101,110,95,112,114,101,102,101,114,101,110,99,101,115,95,99,101,110,116,101,114,2,1,227,94,215,97,0,16,1,68,35,112,95,108,116,95,87,101,98,80,97,114,116,90,111,110,101,49,51,95,90,111,110,101,77,97,105,110,95,85,115,101,114,67,111,110,116,114,111,108,53,95,117,115,101,114,67,111,110,116,114,111,108,69,108,101,109,95,112,110,108,67,111,111,107,105,101,115,2,1,201,58,101,149,0,16,1,15,35,112,111,112,117,112,67,111,110,116,97,99,116,66,71,2,1,238,142,90,1,0,16,1,5,35,112,112,95,98,2,1,12,8,111,216,0,16,1,34,35,115,110,105,112,112,101,116,45,99,111,111,107,105,101,83,101,116,116,105,110,103,115,45,99,111,111,107,105,101,73,110,102,111,2,1,18,65,63,158,0,16,1,38,35,115,110,105,112,112,101,116,45,99,111,111,107,105,101,115,67,111,110,115,101,110,116,45,99,111,111,107,105,101,115,99,111,110,115,101,110,116,2,1,173,142,52,209,0,16,1,8,35,115,111,117,104,108,97,115,2,1,134,152,247,121,0,16,1,13,35,115,116,105,99,107,121,70,111,111,116,101,114,2,1,102,159,53,219,0,16,1,5,35,119,114,45,99,2,8,6,16,189,181,32,116,196,126,131,200,95,19,140,83,139,71,146,133,203,89,171,236,27,154,188,119,72,240,200,118,86,185,0,8,1,12,46,65,112,112,45,99,111,111,107,105,101,115,2,10,3,58,185,118,7,26,87,219,24,73,139,219,36,226,177,220,102,34,116,146,114,119,53,4,120,251,158,175,144,45,52,54,167,53,101,21,237,90,111,99,0,8,1,35,46,67,111,110,115,101,110,116,115,116,121,108,101,100,95,95,66,97,110,110,101,114,45,115,99,45,49,99,115,101,109,52,113,45,49,2,1,32,116,89,95,0,8,1,7,46,70,111,111,116,101,114,2,1,70,11,159,113,0,8,1,10,46,71,68,80,82,80,111,112,117,112,2,1,160,178,27,52,0,8,1,26,46,77,111,100,97,108,95,95,109,111,100,97,108,45,115,104,111,119,110,95,95,82,105,76,51,121,2,1,197,24,231,60,0,8,1,16,46,80,111,112,117,112,66,97,99,107,103,114,111,117,110,100,2,1,160,178,27,52,0,8,1,9,46,95,49,104,121,119,101,116,102,2,1,116,33,41,147,0,8,1,13,46,98,45,99,111,111,107,105,101,45,98,97,114,2,1,231,246,78,184,0,8,1,9,46,98,97,114,45,73,110,102,111,2,1,73,93,226,167,0,8,1,8,46,98,108,111,99,107,85,73,2,3,84,136,1,183,108,107,187,162,227,217,45,102,0,8,1,16,46,98,108,111,99,107,101,114,45,99,111,111,107,105,101,115,2,1,32,116,185,12,0,8,1,21,46,99,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,98,97,114,2,1,219,1,34,67,0,8,1,8,46,99,45,108,97,121,101,114,2,1,29,134,64,152,0,8,1,16,46,99,45,109,111,100,97,108,45,99,111,111,107,105,101,115,2,1,126,216,48,164,0,8,1,8,46,99,95,109,111,100,97,108,2,1,14,88,145,90,0,8,1,3,46,99,98,2,1,192,195,211,246,0,8,1,15,46,99,99,45,98,97,110,110,101,114,45,119,114,97,112,2,1,94,236,46,114,0,8,1,11,46,99,99,45,116,114,105,103,103,101,114,2,1,202,96,81,245,0,8,1,4,46,99,111,107,2,1,111,208,125,23,0,8,1,14,46,99,111,109,109,111,110,80,114,105,118,97,99,121,2,1,49,62,168,39,0,8,1,12,46,99,111,110,115,101,116,45,119,114,97,112,2,1,133,212,188,79,0,8,1,16,46,99,111,110,116,97,105,110,101,114,95,95,98,111,100,121,2,1,200,224,169,99,0,8,1,19,46,99,111,111,107,105,101,45,102,97,100,101,45,119,105,110,100,111,119,2,1,200,157,58,33,0,8,1,15,46,99,111,111,107,105,101,115,45,99,97,110,118,97,115,2,5,19,124,217,81,38,177,105,201,150,80,154,68,200,230,9,154,220,205,115,91,0,8,1,23,46,99,111,111,107,105,101,115,45,100,105,97,108,111,103,45,119,114,97,112,112,101,114,2,1,129,120,116,10,0,8,1,20,46,99,111,111,107,105,101,115,45,112,111,112,117,112,45,115,104,111,114,116,2,1,221,124,46,31,0,8,1,18,46,99,111,111,107,105,101,115,95,112,97,110,101,108,95,119,114,112,2,1,108,91,71,118,0,8,1,3,46,99,115,2,2,127,160,152,244,151,170,20,86,0,8,1,11,46,99,115,115,45,112,118,57,57,55,99,2,1,16,82,65,232,0,8,1,16,46,101,108,101,99,116,114,111,45,111,118,101,114,108,97,121,2,1,101,244,122,198,0,8,1,23,46,101,115,45,99,111,111,107,105,101,115,45,98,97,114,45,119,114,97,112,112,101,114,2,1,92,103,126,139,0,8,1,4,46,101,117,99,2,2,124,84,185,37,247,99,88,26,0,8,1,15,46,102,105,120,101,100,45,99,101,110,116,101,114,101,100,2,1,45,180,9,52,0,8,1,6,46,102,108,97,115,104,2,1,159,151,227,105,0,8,1,12,46,102,108,111,97,116,70,111,111,116,101,114,2,1,103,243,103,82,0,8,1,8,46,102,110,120,95,95,99,99,2,1,157,188,78,5,0,8,1,7,46,104,74,105,65,82,77,2,1,192,41,248,106,0,8,1,29,46,105,109,112,111,114,116,97,110,116,45,113,117,101,115,116,105,111,110,95,95,98,97,99,107,100,114,111,112,2,1,199,23,188,166,0,8,1,27,46,105,109,112,111,114,116,97,110,116,45,113,117,101,115,116,105,111,110,95,95,100,105,97,108,111,103,2,1,199,23,188,166,0,8,1,13,46,105,110,99,111,110,115,101,110,116,45,99,99,2,1,119,243,103,98,0,8,1,10,46,105,110,102,111,45,111,107,110,111,2,1,142,37,7,133,0,8,1,8,46,106,45,99,105,110,102,111,2,1,118,249,190,219,0,8,1,7,46,106,115,115,51,54,51,2,1,188,85,160,231,0,8,1,23,46,106,117,115,116,105,102,121,45,99,111,110,116,101,110,116,45,99,101,110,116,101,114,2,1,69,114,244,8,0,8,1,7,46,107,83,73,79,84,81,2,1,120,179,226,151,0,8,1,7,46,108,97,118,119,110,97,2,1,170,169,124,139,0,8,1,16,46,108,103,71,97,70,117,46,115,99,45,65,120,105,75,119,2,1,116,37,8,22,0,8,1,10,46,109,99,99,45,109,111,100,97,108,2,1,96,131,37,48,0,8,1,14,46,109,111,100,97,108,66,97,99,107,100,114,111,112,2,3,23,183,195,195,116,25,179,194,231,240,36,157,0,8,1,12,46,109,111,100,97,108,87,105,110,100,111,119,2,3,23,183,195,195,116,25,179,194,231,240,36,157,0,8,1,13,46,111,112,116,105,110,87,114,97,112,112,101,114,2,3,162,147,104,1,174,135,98,34,214,251,190,219,0,8,1,9,46,115,105,116,101,45,109,115,103,2,1,184,222,63,130,0,8,1,11,46,115,109,45,119,114,97,112,112,101,114,2,2,67,0,119,240,116,18,140,148,0,8,1,12,46,115,122,100,99,45,45,109,111,100,97,108,2,1,158,87,176,31,0,8,1,25,46,115,122,110,45,99,109,112,45,100,105,97,108,111,103,45,99,111,110,116,97,105,110,101,114,2,1,135,94,197,116,0,8,1,8,46,116,111,112,73,110,102,111,2,1,141,85,164,8,0,8,1,40,46,117,105,95,119,105,100,103,101,116,115,95,117,110,105,116,45,99,111,111,107,105,101,115,95,112,114,101,102,50,48,50,50,95,102,111,111,116,101,114,2,1,116,28,108,9,0,8,1,11,46,117,112,111,122,111,114,110,101,110,105,2,1,199,169,79,3,0,8,1,13,46,117,115,101,114,83,101,116,116,105,110,103,115,2,1,163,117,180,46,0,8,1,14,46,119,97,114,110,105,110,103,45,109,111,100,97,108,2,1,94,122,148,129,0,8,1,14,46,119,114,97,112,112,101,114,95,100,104,104,99,122,2,1,53,60,145,230,0,0,1,38,91,115,116,121,108,101,94,61,34,112,111,115,105,116,105,111,110,58,32,102,105,120,101,100,59,32,108,101,102,116,58,32,48,112,120,59,34,93,2,1,187,207,114,131,0,0,1,15,100,105,118,46,112,111,112,117,112,45,115,104,97,100,101,2,1,186,128,22,51,0,0,1,74,100,105,118,91,115,116,121,108,101,94,61,34,116,101,120,116,45,97,108,105,103,110,58,108,101,102,116,59,32,112,97,100,100,105,110,103,58,32,49,48,112,120,32,50,48,112,120,59,32,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,32,35,70,70,70,59,34,93,2,1,87,39,18,158,0,0,1,45,102,111,114,109,91,115,116,121,108,101,94,61,34,100,105,115,112,108,97,121,58,98,108,111,99,107,59,112,111,115,105,116,105,111,110,58,32,102,105,120,101,100,59,34,93,2,1,11,108,48,175,0,16,1,12,35,80,79,80,85,80,83,95,82,79,79,84,2,1,80,16,150,232,0,16,1,11,35,99,45,108,45,119,105,100,103,101,116,2,1,233,104,169,136,0,16,1,10,35,99,111,110,115,101,110,116,85,73,2,1,238,86,9,91,0,16,1,16,35,99,111,111,107,105,101,45,97,99,99,101,112,116,101,114,2,1,18,157,159,222,0,16,1,21,35,99,111,111,107,105,101,115,65,99,99,101,112,116,87,114,97,112,112,101,114,2,1,73,142,237,63,0,16,1,10,35,102,105,120,101,100,68,105,118,50,2,1,55,45,106,7,0,16,1,8,35,108,98,109,111,100,97,108,2,2,3,113,103,112,124,226,74,34,0,16,1,16,35,108,98,109,111,100,97,108,45,111,118,101,114,108,97,121,2,1,124,226,74,34,0,16,1,11,35,109,111,100,97,108,76,97,121,101,114,2,1,64,6,148,92,0,16,1,24,35,109,121,98,97,110,107,101,114,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,2,1,254,161,242,183,0,8,1,6,46,98,49,52,99,99,2,1,45,160,55,158,0,8,1,27,46,98,97,99,107,103,114,111,117,110,100,67,111,118,101,114,87,114,97,112,112,101,114,95,99,97,119,2,1,73,142,237,63,0,8,1,21,46,98,103,45,115,100,45,98,108,117,101,45,115,101,99,111,110,100,97,114,121,2,1,180,111,221,10,0,8,1,9,46,98,108,111,99,107,98,107,103,2,1,120,90,44,26,0,8,1,20,46,98,111,114,100,101,114,45,98,111,100,121,45,45,98,111,116,116,111,109,2,1,78,46,140,177,0,8,1,10,46,99,45,111,118,101,114,108,97,121,2,2,100,96,103,83,112,228,162,156,0,8,1,10,46,99,99,45,100,105,97,108,111,103,2,1,186,129,209,140,0,8,1,23,46,99,111,111,107,105,101,45,109,111,100,97,108,45,99,111,110,116,97,105,110,101,114,2,1,238,26,118,224,0,8,1,13,46,99,117,115,116,111,109,45,112,111,112,117,112,2,1,191,98,65,144,0,8,1,7,46,102,111,111,116,101,114,2,1,6,127,45,187,0,8,1,6,46,104,112,95,99,99,2,1,103,76,57,88,0,8,1,16,46,105,110,102,111,98,97,114,45,119,114,97,112,112,101,114,2,1,46,59,53,158,0,8,1,17,46,106,115,45,97,108,101,114,116,45,112,114,105,118,97,99,121,2,1,90,190,77,168,0,8,1,6,46,109,116,115,110,98,2,1,219,95,168,91,0,8,1,16,46,110,111,116,105,102,105,99,97,116,105,111,110,98,97,114,2,2,60,44,52,148,106,204,114,123,0,8,1,12,46,112,111,112,45,111,118,101,114,108,97,121,2,2,93,16,235,16,150,135,75,67,0,8,1,10,46,112,111,112,117,112,45,109,115,103,2,1,160,115,162,72,0,8,1,16,46,112,114,105,118,97,99,121,45,119,114,97,112,112,101,114,2,1,8,10,81,147,0,8,1,8,46,112,117,115,104,45,117,112,2,1,123,154,122,52,0,8,1,19,46,114,101,103,105,111,110,45,112,97,103,101,45,98,111,116,116,111,109,2,1,19,220,109,212,0,8,1,10,46,115,101,112,116,105,109,97,99,99,2,1,60,23,52,73,0,8,1,15,46,115,104,45,112,97,103,101,45,110,111,116,105,99,101,2,1,100,165,242,213,0,8,1,12,46,119,112,99,45,111,118,101,114,108,97,121,2,1,149,246,222,194,0,8,1,10,46,119,112,99,45,112,111,112,117,112,2,1,149,246,222,194,0,0,1,29,100,105,118,91,99,108,97,115,115,94,61,34,67,111,111,107,105,101,115,45,109,111,100,117,108,101,45,34,93,2,1,102,158,191,230,0,16,1,17,35,66,108,117,114,114,121,66,97,99,107,103,114,111,117,110,100,2,1,226,210,188,105,0,16,1,11,35,67,111,111,107,105,101,119,97,108,108,2,1,212,106,2,51,0,16,1,12,35,73,68,70,99,111,111,107,105,101,86,51,2,1,139,101,150,252,0,16,1,3,35,84,49,2,1,101,45,25,63,0,16,1,17,35,84,82,67,79,45,97,112,112,108,105,99,97,116,105,111,110,2,1,139,94,71,105,0,16,1,11,35,87,71,98,101,115,104,114,107,103,106,2,1,187,93,10,148,0,16,1,11,35,87,71,105,106,103,120,107,104,106,118,2,1,111,22,34,252,0,16,1,11,35,87,71,110,122,109,104,101,101,108,104,2,1,56,241,70,223,0,16,1,11,35,87,71,117,122,110,116,116,101,113,104,2,3,186,113,49,109,187,112,255,47,239,179,52,197,0,16,1,11,35,97,99,99,45,98,111,116,116,111,109,2,1,107,142,83,135,0,16,1,14,35,97,99,99,101,112,116,115,99,112,50,48,49,50,2,1,186,10,204,80,0,16,1,14,35,97,118,103,45,99,111,110,116,97,105,110,101,114,2,1,140,7,163,48,0,16,1,6,35,99,45,98,97,114,2,1,103,16,241,238,0,16,1,22,35,99,99,109,95,110,111,116,105,102,105,99,97,116,105,111,110,95,104,111,115,116,2,1,139,95,54,253,0,16,1,10,35,99,105,87,114,97,112,112,101,114,2,1,173,61,118,107,0,16,1,4,35,99,107,109,2,1,50,78,141,198,0,16,1,6,35,99,107,112,111,108,2,1,30,25,241,68,0,16,1,14,35,99,111,109,112,45,106,107,109,111,100,55,99,109,2,1,242,81,149,233,0,16,1,15,35,99,111,110,115,101,110,116,45,112,108,117,103,105,110,2,13,14,58,230,199,16,70,99,0,21,109,146,70,38,100,92,92,41,180,63,196,52,234,55,207,139,104,227,16,176,34,1,114,182,94,127,144,190,147,223,200,233,121,151,194,250,185,31,13,253,197,250,141,0,16,1,13,35,99,111,110,115,101,110,116,77,111,100,97,108,2,1,56,78,165,21,0,16,1,38,35,99,111,111,107,105,101,45,112,114,111,109,112,116,45,109,111,100,97,108,95,95,95,66,86,95,109,111,100,97,108,95,111,117,116,101,114,95,2,1,182,118,148,224,0,16,1,18,35,99,111,111,107,105,101,95,112,111,112,117,112,95,98,111,100,121,2,1,190,147,21,97,0,16,1,14,35,99,111,111,107,105,101,99,104,111,105,99,101,115,2,1,139,91,106,213,0,16,1,14,35,99,111,111,107,105,101,108,97,119,95,105,100,102,2,1,187,206,176,154,0,16,1,22,35,99,111,111,107,105,101,108,97,119,95,105,100,102,95,111,118,101,114,108,97,121,2,1,187,206,176,154,0,16,1,15,35,99,111,111,107,105,101,112,111,112,117,112,98,111,120,2,1,196,84,184,94,0,16,1,14,35,99,111,111,107,105,101,115,95,109,111,100,97,108,2,1,236,218,107,145,0,16,1,13,35,99,119,101,116,45,119,114,97,112,112,101,114,2,1,209,179,72,58,0,16,1,7,35,100,97,114,107,101,114,2,1,94,124,31,62,0,16,1,6,35,101,114,103,99,98,2,1,37,165,195,154,0,16,1,11,35,103,97,45,99,111,110,115,101,110,116,2,1,222,198,31,20,0,16,1,13,35,103,97,108,108,101,116,97,45,109,97,105,110,2,4,53,133,146,5,193,125,64,117,223,231,76,203,255,155,109,230,0,16,1,19,35,103,100,112,114,45,99,111,111,107,105,101,45,100,105,97,108,111,103,2,1,193,210,254,72,0,16,1,21,35,103,108,111,98,97,108,109,101,115,115,97,103,101,95,104,111,108,100,101,114,2,1,112,240,208,174,0,16,1,8,35,108,111,97,100,105,110,103,2,4,58,184,20,92,74,43,234,15,234,218,207,200,248,183,116,111,0,16,1,11,35,109,109,45,99,99,45,119,114,97,112,2,1,132,117,169,153,0,16,1,17,35,109,112,45,112,111,112,117,112,111,118,101,114,108,97,121,49,2,1,27,102,62,18,0,16,1,13,35,110,111,116,105,102,105,99,97,116,105,111,110,2,1,20,61,216,243,0,16,1,17,35,110,111,116,105,102,105,99,97,116,105,111,110,45,98,97,114,2,1,93,14,10,118,0,16,1,10,35,115,116,79,118,101,114,108,97,121,2,1,34,125,127,185,0,16,1,11,35,115,116,79,118,101,114,108,97,121,66,2,1,34,125,127,185,0,16,1,8,35,115,119,105,116,99,104,50,2,1,100,26,124,64,0,16,1,8,35,116,111,99,109,97,115,107,2,1,173,86,61,186,0,16,1,8,35,117,100,116,68,97,114,107,2,2,30,23,135,209,76,10,0,246,0,8,1,26,46,71,100,112,114,45,109,111,100,117,108,101,95,95,103,100,112,114,95,95,95,111,120,81,106,68,2,1,243,177,240,183,0,8,1,7,46,72,95,77,104,112,90,2,1,60,14,139,54,0,8,1,12,46,77,111,100,97,108,67,111,111,107,105,101,2,1,171,134,83,120,0,8,1,28,46,77,117,105,66,97,99,107,100,114,111,112,45,114,111,111,116,46,99,115,115,45,51,99,50,54,108,101,2,1,111,73,26,59,0,8,1,11,46,80,97,110,101,108,80,111,112,85,112,2,1,179,211,181,169,0,8,1,7,46,95,49,49,99,97,95,2,2,143,67,6,24,193,113,87,175,0,8,1,7,46,95,49,50,100,57,55,2,4,45,67,5,161,134,59,34,101,228,192,20,141,235,28,66,61,0,8,1,14,46,95,50,49,98,57,57,49,51,49,56,52,52,52,2,1,165,193,29,147,0,8,1,7,46,95,50,109,109,121,98,2,4,45,67,5,161,134,59,34,101,228,192,20,141,235,28,66,61,0,8,1,14,46,95,99,98,97,100,57,98,97,102,100,52,49,55,2,1,165,193,29,147,0,8,1,16,46,97,98,115,111,108,117,116,101,45,100,105,97,108,111,103,2,1,11,190,219,89,0,8,1,17,46,97,103,101,99,104,101,99,107,45,119,114,97,112,112,101,114,2,2,34,141,162,96,240,62,33,60,0,8,1,10,46,97,109,111,118,101,114,108,97,121,2,1,10,53,234,168,0,8,1,4,46,97,118,103,2,1,216,72,102,71,0,8,1,16,46,98,97,99,107,103,114,111,117,110,100,45,102,97,100,101,2,1,105,208,68,118,0,8,1,18,46,98,97,99,107,103,114,111,117,110,100,111,118,101,114,108,97,121,2,2,98,21,43,185,254,143,27,2,0,8,1,21,46,98,97,108,108,111,111,110,95,110,111,116,105,102,105,99,97,116,105,111,110,2,1,29,210,84,175,0,8,1,22,46,98,97,114,45,100,105,115,112,108,97,121,46,99,111,110,116,97,105,110,101,114,2,1,205,56,235,179,0,8,1,12,46,98,108,111,99,107,45,49,50,49,45,49,2,1,38,100,7,90,0,8,1,7,46,98,109,97,68,121,100,2,1,139,93,238,65,0,8,1,19,46,98,110,114,45,110,111,116,105,99,101,45,99,117,114,116,97,105,110,2,1,13,74,34,125,0,8,1,10,46,98,111,45,99,98,45,98,97,114,2,1,73,234,80,242,0,8,1,10,46,98,111,116,116,111,109,45,50,48,2,1,44,45,76,234,0,8,1,9,46,99,45,110,111,116,105,99,101,2,1,84,43,14,23,0,8,1,11,46,99,99,45,45,119,105,110,100,111,119,2,1,190,148,62,213,0,8,1,9,46,99,99,45,112,111,112,117,112,2,1,28,105,66,18,0,8,1,8,46,99,99,95,114,111,111,116,2,1,149,141,243,20,0,8,1,17,46,99,99,109,45,98,97,110,110,101,114,45,115,109,97,108,108,2,1,38,163,99,29,0,8,1,17,46,99,99,109,45,98,111,116,116,111,109,45,115,108,105,100,101,2,1,38,163,99,29,0,8,1,6,46,99,103,45,56,50,2,1,90,151,146,184,0,8,1,6,46,99,103,45,57,55,2,1,90,151,146,184,0,8,1,7,46,99,104,74,102,80,66,2,1,139,93,238,65,0,8,1,8,46,99,107,79,117,116,101,114,2,1,247,146,72,42,0,8,1,27,46,99,108,95,99,111,111,107,105,101,95,110,111,116,105,99,101,95,99,111,110,116,97,105,110,101,114,2,1,229,180,172,37,0,8,1,29,46,99,111,108,111,114,45,105,110,118,101,114,116,46,102,111,110,116,45,115,105,122,101,45,115,109,97,108,108,2,1,11,83,14,126,0,8,1,28,46,99,111,109,112,111,110,101,110,116,45,45,102,114,101,111,45,99,111,111,107,105,101,108,101,118,101,108,2,1,139,96,212,217,0,8,1,17,46,99,111,110,115,101,110,116,45,98,97,99,107,100,114,111,112,2,1,151,222,108,224,0,8,1,21,46,99,111,110,115,101,110,116,45,119,97,108,108,45,111,118,101,114,108,97,121,2,1,139,105,59,44,0,8,1,14,46,99,111,111,107,105,101,45,45,88,112,98,70,77,2,1,16,185,145,209,0,8,1,18,46,99,111,111,107,105,101,45,99,111,109,112,111,110,101,110,116,115,2,1,171,128,130,198,0,8,1,15,46,99,111,111,107,105,101,45,111,118,101,114,108,97,121,2,1,109,188,72,9,0,8,1,43,46,99,111,111,107,105,101,45,112,101,114,109,105,115,115,105,111,110,45,99,111,110,116,97,105,110,101,114,45,112,111,112,117,112,45,98,97,99,107,100,114,111,112,2,1,100,15,100,44,0,8,1,16,46,99,111,111,107,105,101,45,115,101,116,116,105,110,103,115,2,1,46,180,161,105,0,8,1,12,46,99,111,111,107,105,101,45,119,97,108,108,2,2,145,171,116,93,206,11,51,215,0,8,1,25,46,99,111,111,107,105,101,115,45,112,111,112,117,112,45,98,97,99,107,103,114,111,117,110,100,2,1,104,151,163,7,0,8,1,21,46,99,111,111,107,105,101,115,45,112,111,112,117,112,45,100,105,97,108,111,103,2,1,104,151,163,7,0,8,1,11,46,99,111,111,107,105,101,119,97,108,108,2,1,153,147,176,101,0,8,1,28,46,99,111,111,107,105,101,119,97,108,108,45,98,97,110,110,101,114,45,99,111,110,116,97,105,110,101,114,2,1,33,220,58,188,0,8,1,17,46,99,111,111,107,105,101,119,97,108,108,45,109,111,100,97,108,2,2,38,40,208,133,108,39,222,129,0,8,1,9,46,99,111,111,111,107,105,101,115,2,1,157,79,143,51,0,8,1,11,46,99,115,115,45,107,114,116,106,53,115,2,1,139,99,24,69,0,8,1,11,46,99,115,115,45,117,117,113,99,55,98,2,2,177,76,202,5,183,57,196,76,0,8,1,9,46,99,116,45,109,111,100,97,108,2,1,189,109,202,20,0,8,1,7,46,99,117,74,68,101,120,2,1,88,101,12,138,0,8,1,15,46,99,117,115,116,111,109,45,99,111,110,115,101,110,116,2,6,40,119,190,134,121,71,239,210,159,1,20,33,179,138,212,49,179,162,100,97,215,70,17,241,0,8,1,7,46,99,118,65,81,119,76,2,1,88,101,12,138,0,8,1,18,46,100,105,97,108,111,103,95,98,111,120,95,95,102,97,105,95,49,2,1,139,101,44,44,0,8,1,23,46,100,105,97,108,111,103,95,108,105,103,104,116,98,111,120,95,95,49,79,49,103,67,2,1,139,101,44,44,0,8,1,18,46,100,109,99,99,77,97,107,101,83,101,108,101,99,116,105,111,110,2,1,139,98,232,242,0,8,1,7,46,101,111,118,78,98,106,2,1,88,101,12,138,0,8,1,19,46,101,115,116,114,97,116,101,103,121,45,99,99,45,112,111,112,117,112,2,1,41,177,195,193,0,8,1,17,46,102,97,110,99,121,98,111,120,45,111,118,101,114,108,97,121,2,3,16,174,60,170,52,255,118,59,113,87,217,115,0,8,1,11,46,102,111,111,116,101,114,45,109,115,103,2,1,45,100,28,245,0,8,1,20,46,102,111,111,116,101,114,45,110,111,116,105,102,105,99,97,116,105,111,110,2,1,214,178,213,21,0,8,1,15,46,102,114,101,101,122,101,45,111,118,101,114,108,97,121,2,1,119,28,26,40,0,8,1,7,46,104,85,97,112,65,76,2,1,245,200,100,241,0,8,1,14,46,104,101,97,100,101,114,45,110,111,116,105,99,101,2,2,68,232,101,119,220,191,74,123,0,8,1,23,46,104,111,109,101,32,62,32,100,105,118,32,62,32,46,104,121,100,114,97,116,101,100,2,1,108,80,100,45,0,8,1,9,46,105,110,100,45,99,98,97,114,2,1,214,119,66,245,0,8,1,31,46,105,110,100,101,120,45,109,111,100,117,108,101,45,45,99,111,110,116,97,105,110,101,114,45,45,49,53,105,99,109,2,1,69,133,191,190,0,8,1,17,46,106,99,45,98,115,51,45,99,111,110,116,97,105,110,101,114,2,1,144,30,167,0,0,8,1,7,46,106,113,105,98,111,120,2,1,47,67,123,106,0,8,1,11,46,106,113,109,67,111,110,102,105,114,109,2,1,250,61,99,81,0,8,1,7,46,106,115,115,49,55,57,2,1,149,146,8,204,0,8,1,7,46,106,115,115,50,51,54,2,1,149,146,8,204,0,8,1,7,46,107,82,88,79,121,122,2,1,10,30,234,111,0,8,1,15,46,107,111,101,107,106,101,45,99,111,110,116,101,110,116,2,1,97,66,197,170,0,8,1,7,46,107,114,100,107,110,102,2,1,71,88,173,28,0,8,1,10,46,109,97,105,110,115,116,105,99,107,2,1,220,156,147,104,0,8,1,8,46,109,101,110,116,105,111,110,2,1,141,84,33,162,0,8,1,24,46,109,101,115,115,97,103,101,45,112,111,112,117,112,45,99,111,111,107,105,101,45,108,113,2,1,15,184,220,62,0,8,1,20,46,109,105,106,110,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,2,1,44,121,40,129,0,8,1,15,46,109,111,100,97,108,115,45,111,118,101,114,108,97,121,2,1,20,200,184,202,0,8,1,12,46,109,111,100,97,108,119,105,110,100,111,119,2,2,98,21,43,185,254,143,27,2,0,8,1,7,46,110,111,98,108,117,114,2,3,74,43,234,15,234,218,207,200,248,183,116,111,0,8,1,22,46,110,111,116,105,102,105,99,97,116,105,111,110,67,111,110,116,97,105,110,101,114,2,1,123,237,173,219,0,8,1,22,46,110,111,116,105,102,105,99,97,116,105,111,110,115,45,109,97,110,97,103,101,114,2,1,172,197,249,199,0,8,1,10,46,111,110,100,101,114,98,97,108,107,2,1,27,3,206,85,0,8,1,5,46,111,114,101,111,2,1,114,177,171,129,0,8,1,14,46,111,116,45,99,111,111,107,105,101,45,98,97,114,2,1,40,160,216,209,0,8,1,12,46,112,105,110,45,98,46,102,105,120,101,100,2,1,20,135,190,76,0,8,1,8,46,112,111,112,109,97,107,101,2,1,38,46,186,30,0,8,1,15,46,112,111,112,117,112,45,98,97,99,107,100,114,111,112,2,1,139,109,2,173,0,8,1,11,46,112,111,112,117,112,95,109,97,105,110,2,1,32,131,150,254,0,8,1,28,46,112,111,112,117,112,98,117,105,108,100,101,114,45,119,105,100,103,101,116,45,99,111,110,116,101,110,116,2,1,17,173,21,128,0,8,1,15,46,112,111,115,105,116,105,111,110,45,102,105,120,101,100,2,1,11,83,14,126,0,8,1,21,46,112,114,111,114,97,105,108,45,99,111,111,107,105,101,45,112,111,112,117,112,2,1,175,213,222,144,0,8,1,21,46,112,116,104,117,45,100,105,97,108,111,103,95,95,109,111,100,97,108,98,103,2,1,139,105,174,54,0,8,1,15,46,114,101,118,101,97,108,45,111,118,101,114,108,97,121,2,1,121,193,75,19,0,8,1,14,46,114,101,118,105,101,119,45,98,97,110,110,101,114,2,1,190,148,58,131,0,8,1,13,46,114,111,119,45,109,100,45,115,112,108,105,116,2,1,32,103,20,197,0,8,1,9,46,114,115,116,98,111,120,101,115,2,1,99,77,196,144,0,8,1,18,46,115,45,99,111,111,107,105,101,95,95,109,111,100,97,108,51,50,2,1,93,119,5,213,0,8,1,17,46,115,99,45,103,109,109,88,65,103,46,98,102,68,99,119,69,2,1,10,30,234,111,0,8,1,10,46,115,99,45,104,71,80,66,106,73,2,1,88,101,12,138,0,8,1,15,46,115,104,45,112,97,103,101,45,110,111,116,105,99,101,2,1,2,49,172,67,0,8,1,10,46,115,104,111,119,46,100,97,114,107,2,1,77,2,177,72,0,8,1,18,46,115,105,116,101,45,110,111,116,105,102,105,99,97,116,105,111,110,2,1,8,95,185,78,0,8,1,19,46,115,110,97,99,107,98,97,114,45,99,111,110,116,97,105,110,101,114,2,1,90,107,249,183,0,8,1,8,46,115,116,80,111,112,117,112,2,1,34,125,127,185,0,8,1,16,46,115,116,105,99,107,45,116,111,45,98,111,116,116,111,109,2,1,134,153,86,57,0,8,1,30,46,115,116,121,108,101,95,95,83,67,111,111,107,105,101,66,97,114,45,115,99,45,117,119,106,110,51,107,45,48,2,1,139,105,175,86,0,8,1,20,46,116,45,99,111,111,107,105,101,45,98,97,114,45,104,111,108,100,101,114,2,1,103,254,222,112,0,8,1,3,46,116,98,2,1,131,183,72,36,0,8,1,6,46,116,100,101,99,99,2,5,88,118,238,144,139,94,117,183,178,168,165,84,215,70,134,41,251,82,224,130,0,8,1,26,46,116,111,116,97,108,45,112,108,117,115,45,112,114,105,118,97,99,121,45,112,111,108,105,99,121,2,1,71,115,163,129,0,8,1,25,46,117,115,101,114,45,99,111,110,102,105,114,109,97,116,105,111,110,45,115,99,114,101,101,110,2,1,190,147,219,16,0,8,1,15,46,118,45,98,111,116,116,111,109,45,115,104,101,101,116,2,1,70,46,81,86,0,8,1,19,46,118,105,97,45,109,111,100,97,108,45,45,99,111,110,115,101,110,116,2,2,27,102,62,18,170,252,144,15,0,8,1,30,46,118,105,115,105,111,45,97,110,97,108,121,116,105,99,115,45,99,111,111,107,105,101,45,110,111,116,105,99,101,2,1,127,75,11,242,0,8,1,5,46,119,97,108,108,2,2,83,88,115,221,188,94,58,130,0,8,1,17,46,122,45,53,48,46,98,111,116,116,111,109,45,50,92,46,53,2,1,234,6,38,111,0,0,1,42,91,97,114,105,97,45,100,101,115,99,114,105,98,101,100,98,121,61,34,99,111,111,107,105,101,45,98,97,110,110,101,114,45,109,101,115,115,97,103,101,34,93,2,1,135,236,185,232,0,0,1,24,91,99,108,97,115,115,94,61,34,67,111,111,107,105,101,115,77,111,100,97,108,95,34,93,2,1,107,141,219,123,0,0,1,27,91,100,97,116,97,45,99,121,61,34,99,111,110,115,101,110,116,45,119,114,97,112,112,101,114,34,93,2,1,149,146,8,204,0,0,1,17,91,120,45,114,101,102,61,34,99,111,111,107,105,101,115,34,93,2,1,18,137,224,141,0,0,1,16,99,99,109,45,110,111,116,105,102,105,99,97,116,105,111,110,2,1,190,147,235,150,0,0,1,26,99,111,110,115,101,110,116,45,115,108,105,100,101,45,105,110,45,99,111,109,112,111,110,101,110,116,2,1,107,213,71,141,0,0,1,6,99,111,111,107,105,101,2,1,190,148,11,162,0,0,1,24,100,105,118,91,99,108,97,115,115,94,61,34,67,111,111,107,105,101,66,97,114,95,34,93,2,1,178,26,226,156,0,0,1,25,100,105,118,91,99,108,97,115,115,94,61,34,67,111,111,107,105,101,87,97,108,108,95,34,93,2,1,115,231,30,132,0,0,1,91,100,105,118,91,115,116,121,108,101,61,34,109,97,114,103,105,110,58,32,50,48,112,120,59,32,112,97,100,100,105,110,103,45,108,101,102,116,58,50,48,112,120,59,32,112,97,100,100,105,110,103,45,114,105,103,104,116,58,50,48,112,120,59,98,111,114,100,101,114,58,32,49,112,120,32,100,111,116,116,101,100,32,35,57,57,57,57,57,57,34,93,2,1,4,255,113,173,0,0,1,10,109,97,105,110,32,126,32,100,105,118,2,1,186,191,210,101,0,16,1,12,35,102,114,101,101,122,95,112,97,110,101,108,2,1,243,23,222,130,0,8,1,17,46,67,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,2,1,250,241,235,23,0,8,1,16,46,67,45,109,111,100,97,108,45,111,118,101,114,108,97,121,2,1,250,241,235,23,0,8,1,24,46,67,111,111,107,105,101,66,97,110,110,101,114,45,98,97,99,107,103,114,111,117,110,100,2,1,174,85,51,40,0,8,1,8,46,98,108,117,101,45,98,103,2,1,88,162,26,210,0,0,1,30,46,99,99,107,92,58,99,111,111,107,105,101,45,110,111,116,105,99,101,95,95,99,111,110,116,97,105,110,101,114,2,1,87,166,229,44,0,8,1,11,46,99,115,115,45,53,52,55,99,114,112,2,1,80,185,49,129,0,8,1,14,46,100,105,97,108,111,103,45,119,105,110,100,111,119,2,1,5,203,53,134,0,8,1,19,46,100,105,115,99,108,97,105,109,101,114,45,119,114,97,112,112,101,114,2,1,243,99,61,187,0,8,1,9,46,100,105,118,95,99,111,111,99,2,1,179,117,122,111,0,8,1,7,46,101,86,73,90,70,118,2,1,250,231,58,69,0,8,1,7,46,103,115,79,84,118,110,2,1,250,231,58,69,0,8,1,6,46,109,101,109,75,73,2,1,163,8,125,199,0,8,1,15,46,109,111,100,97,97,108,45,111,118,101,114,108,97,121,2,1,250,141,135,15,0,8,1,15,46,109,111,100,97,97,108,45,119,114,97,112,112,101,114,2,1,250,141,135,15,0,8,1,15,46,112,111,95,112,111,112,117,112,95,116,121,112,101,50,2,1,165,143,11,173,0,8,1,30,46,115,116,121,108,101,115,95,99,111,111,107,105,101,67,111,110,116,97,105,110,101,114,95,95,51,112,107,77,121,2,1,110,34,45,211,0,8,1,19,46,118,100,45,109,101,115,115,97,103,101,45,119,114,97,112,112,101,114,2,1,235,63,240,94,0,8,1,9,46,119,49,120,114,111,101,107,57,2,1,244,119,108,187,0,0,1,37,91,115,116,121,108,101,94,61,34,98,111,116,116,111,109,58,32,48,112,120,59,32,104,101,105,103,104,116,58,32,53,48,112,120,59,34,93,2,1,90,147,209,168,0,16,1,38,35,95,95,110,101,120,116,32,62,32,100,105,118,46,77,117,105,66,111,120,45,114,111,111,116,58,108,97,115,116,45,111,102,45,116,121,112,101,2,1,21,19,69,70,0,16,1,17,35,99,111,111,107,105,101,45,105,110,102,111,45,119,114,97,112,2,1,224,248,164,116,0,16,1,9,35,99,112,95,112,111,112,117,112,2,3,3,18,7,35,24,4,45,146,47,239,190,222,0,16,1,9,35,101,118,97,115,116,101,101,116,2,4,5,64,143,179,128,39,131,236,232,235,225,189,253,139,127,153,0,16,1,16,35,103,116,109,67,111,111,107,105,101,66,97,110,110,101,114,2,1,46,9,154,144,0,16,1,7,35,107,109,45,99,99,119,2,1,132,204,198,3,0,16,1,9,35,110,97,112,115,117,95,99,99,2,1,17,112,62,39,0,16,1,15,35,115,105,119,97,45,99,111,111,107,105,101,98,97,114,2,1,248,10,212,234,0,8,1,30,46,77,111,100,97,108,83,117,98,77,111,100,117,108,101,95,111,118,101,114,108,97,121,95,95,113,103,57,73,76,2,1,55,121,58,219,0,8,1,13,46,95,95,108,100,95,99,111,111,107,105,101,115,2,1,71,62,153,254,0,8,1,13,46,97,110,105,109,97,116,101,46,109,97,115,107,2,1,233,213,99,65,0,8,1,19,46,98,111,108,116,45,99,111,111,107,105,101,45,98,97,110,110,101,114,2,1,41,207,99,22,0,8,1,6,46,99,103,45,57,55,2,1,225,87,7,91,0,8,1,18,46,99,104,50,45,100,105,97,108,111,103,45,98,111,116,116,111,109,2,1,92,205,215,173,0,8,1,21,46,99,108,105,45,112,111,112,117,112,98,97,114,45,111,118,101,114,108,97,121,2,1,102,83,186,61,0,8,1,16,46,99,111,110,116,97,105,110,101,114,45,97,103,114,101,101,2,1,171,10,221,250,0,8,1,23,46,99,111,111,107,105,101,45,110,111,116,105,99,101,45,108,105,103,104,116,98,111,120,2,1,233,213,99,65,0,8,1,21,46,99,111,111,107,105,101,95,109,111,100,97,108,95,111,118,101,114,108,97,121,2,1,253,174,191,39,0,8,1,11,46,99,115,45,111,118,101,114,108,97,121,2,1,50,110,221,255,0,8,1,12,46,99,115,115,45,49,51,106,101,119,117,97,2,1,18,109,163,165,0,8,1,27,46,100,105,97,108,111,103,66,97,110,110,101,114,45,45,97,108,105,103,110,45,98,111,116,116,111,109,2,1,131,84,55,71,0,8,1,7,46,101,105,97,98,121,106,2,1,148,124,21,248,0,8,1,29,46,102,105,114,115,116,45,112,97,103,101,45,111,102,45,97,99,99,101,112,116,45,99,111,111,107,105,101,115,2,1,199,5,118,2,0,8,1,7,46,103,68,70,87,116,76,2,1,199,160,250,208,0,8,1,19,46,103,100,112,114,80,111,112,85,112,45,114,111,111,116,45,49,122,84,2,1,234,169,56,134,0,8,1,24,46,103,110,97,118,95,110,111,116,105,102,105,99,97,116,105,111,110,45,112,111,112,117,112,2,1,118,30,119,11,0,8,1,23,46,104,99,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,2,1,43,26,42,214,0,8,1,7,46,105,78,103,71,120,121,2,1,143,152,145,179,0,8,1,8,46,105,114,46,105,113,46,104,2,1,17,240,229,135,0,8,1,7,46,106,102,67,72,78,122,2,1,182,82,134,85,0,8,1,7,46,107,99,76,81,122,80,2,1,34,155,103,86,0,8,1,15,46,107,105,105,116,111,115,45,99,111,111,107,105,101,115,2,1,56,164,123,211,0,8,1,18,46,108,109,115,45,99,111,110,115,101,110,116,45,109,111,100,97,108,2,1,118,216,142,105,0,8,1,5,46,108,112,99,110,2,1,14,167,67,247,0,8,1,30,46,109,97,110,97,103,101,45,99,111,110,115,101,110,116,115,45,112,111,112,117,112,45,119,114,97,112,112,101,114,2,3,39,138,135,200,76,244,175,80,214,100,168,71,0,8,1,21,46,109,111,100,97,108,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,2,2,61,16,39,179,255,3,80,198,0,8,1,43,46,110,103,45,115,99,111,112,101,91,110,103,45,105,102,36,61,34,99,117,115,116,111,109,67,111,110,115,101,110,116,77,97,110,97,103,101,109,101,110,116,34,93,2,1,20,39,163,201,0,8,1,15,46,110,111,116,105,99,101,45,45,99,111,111,107,105,101,2,3,15,14,29,188,39,244,68,2,226,84,162,233,0,8,1,21,46,110,111,116,105,102,105,99,97,116,105,111,110,45,119,97,114,110,105,110,103,2,1,95,41,234,187,0,8,1,14,46,110,111,116,105,102,105,99,97,116,105,111,110,115,2,1,67,223,201,34,0,8,1,31,46,111,110,101,116,114,117,115,116,45,112,99,45,100,97,114,107,45,102,105,108,116,101,114,91,115,116,121,108,101,93,2,1,19,131,170,60,0,8,1,54,46,111,110,101,116,114,117,115,116,45,112,99,45,100,97,114,107,45,102,105,108,116,101,114,91,115,116,121,108,101,93,32,43,32,35,111,110,101,116,114,117,115,116,45,98,97,110,110,101,114,45,115,100,107,2,1,19,131,170,60,0,8,1,13,46,111,118,101,114,108,97,121,99,108,97,115,115,2,1,133,195,185,67,0,8,1,23,46,111,118,101,114,108,97,121,115,32,62,32,46,98,97,99,107,103,114,111,117,110,100,2,1,166,30,103,73,0,8,1,11,46,114,105,98,98,111,110,45,50,56,48,2,1,28,6,161,35,0,8,1,7,46,114,115,116,98,111,120,2,1,111,75,72,43,0,8,1,25,46,115,45,100,105,97,108,111,103,45,112,111,115,105,116,105,111,110,45,98,111,116,116,111,109,2,1,203,215,74,187,0,8,1,13,46,115,105,116,101,45,111,118,101,114,108,97,121,2,1,203,215,71,25,0,8,1,14,46,115,118,101,108,116,101,45,55,55,114,105,122,105,2,1,128,79,103,41,0,8,1,36,46,116,45,98,111,100,121,45,115,109,97,108,108,46,106,117,115,116,105,102,121,45,99,111,110,116,101,110,116,45,99,101,110,116,101,114,2,1,19,235,54,138,0,8,1,30,46,117,45,112,111,115,105,116,105,111,110,45,102,105,120,101,100,46,117,45,122,105,110,100,101,120,45,49,48,48,2,1,165,140,205,20,0,8,1,17,46,118,45,45,109,111,100,97,108,45,111,118,101,114,108,97,121,2,1,231,140,131,193,0,8,1,16,46,118,45,115,110,97,99,107,45,45,98,111,116,116,111,109,2,1,216,42,245,108,0,8,1,20,46,118,97,114,109,97,45,102,111,111,116,101,114,45,115,116,105,99,107,121,2,1,19,235,180,151,0,8,1,14,46,118,116,45,100,105,115,99,108,97,105,109,101,114,2,1,203,215,58,159,0,8,1,9,46,119,49,120,114,111,101,107,57,2,1,219,137,84,20,0,0,1,56,91,99,108,97,115,115,94,61,34,115,116,121,108,101,100,66,97,114,78,111,116,105,102,105,99,97,116,105,111,110,95,95,66,97,114,78,111,116,105,102,105,99,97,116,105,111,110,87,114,97,112,112,101,114,34,93,2,1,51,244,154,143,0,0,1,76,91,115,116,121,108,101,61,34,119,105,100,116,104,58,49,48,48,37,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,70,48,70,48,70,48,59,112,97,100,100,105,110,103,58,49,48,112,120,59,116,101,120,116,45,97,108,105,103,110,58,99,101,110,116,101,114,34,93,2,1,106,208,168,254,0,0,1,11,98,119,45,105,110,102,111,45,98,97,114,2,1,108,69,11,28,0,0,1,12,100,105,118,32,62,32,46,99,103,45,53,55,2,1,225,87,7,91,0,0,1,52,100,105,118,91,97,114,105,97,45,108,97,98,101,108,61,34,68,101,110,110,97,32,119,101,98,98,112,108,97,116,115,32,97,110,118,228,110,100,101,114,32,119,101,98,98,107,97,107,111,114,34,93,2,2,18,97,205,8,118,25,42,219,0,0,1,48,100,105,118,91,97,114,105,97,45,108,97,98,101,108,61,34,83,105,118,117,115,116,111,108,108,97,32,107,228,121,116,101,116,228,228,110,32,101,118,228,115,116,101,105,116,228,34,93,2,2,18,97,205,8,118,25,42,219,0,0,1,43,100,105,118,91,97,114,105,97,45,108,97,98,101,108,61,34,84,104,105,115,32,119,101,98,115,105,116,101,32,117,115,101,115,32,99,111,111,107,105,101,115,34,93,2,2,18,97,205,8,118,25,42,219,0,0,1,39,100,105,118,91,99,108,97,115,115,94,61,34,67,111,111,107,105,101,67,111,110,115,101,110,116,95,99,111,110,116,97,105,110,101,114,95,95,34,93,2,1,19,235,246,124,0,0,1,34,100,105,118,91,99,108,97,115,115,94,61,34,67,111,111,107,105,101,115,84,111,111,108,116,105,112,83,116,121,108,101,95,34,93,2,1,118,30,23,64,0,0,1,128,0,0,0,159,100,105,118,91,115,116,121,108,101,61,34,112,111,115,105,116,105,111,110,58,32,102,105,120,101,100,59,32,98,111,116,116,111,109,58,32,48,112,120,59,32,108,101,102,116,58,32,48,112,120,59,32,114,105,103,104,116,58,32,48,112,120,59,32,100,105,115,112,108,97,121,58,32,102,108,101,120,59,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,32,122,45,105,110,100,101,120,58,32,49,48,48,48,48,48,59,32,116,114,97,110,115,105,116,105,111,110,58,32,116,114,97,110,115,102,111,114,109,32,50,48,48,109,115,32,101,97,115,101,32,48,115,59,34,93,2,2,71,144,102,14,78,95,243,252,0,0,1,48,100,105,118,91,115,116,121,108,101,94,61,34,111,112,97,99,105,116,121,58,32,49,59,32,104,101,105,103,104,116,58,32,34,93,91,115,116,121,108,101,36,61,34,112,120,59,34,93,2,1,186,14,78,111,0,0,1,43,100,105,118,91,115,116,121,108,101,94,61,34,112,111,115,105,116,105,111,110,58,102,105,120,101,100,59,114,105,103,104,116,58,48,59,116,111,112,58,48,59,34,93,2,1,99,255,151,3,0,0,1,56,100,105,118,91,115,116,121,108,101,94,61,34,115,116,121,108,101,61,119,105,100,116,104,58,49,48,48,37,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,70,48,70,48,70,48,59,34,93,2,1,106,208,168,254,0,0,1,19,105,109,116,45,99,111,110,115,101,110,116,45,111,118,101,114,108,97,121,2,1,203,215,41,178,0,0,1,36,115,101,99,116,105,111,110,91,97,114,105,97,45,108,97,98,101,108,61,34,65,99,99,101,112,116,32,67,111,111,107,105,101,115,34,93,2,1,18,89,97,70,0,0,1,39,115,101,99,116,105,111,110,91,99,108,97,115,115,94,61,34,80,114,105,118,97,99,121,67,111,110,115,101,110,116,66,97,110,110,101,114,95,34,93,2,7,71,129,251,225,84,170,120,206,114,107,112,116,142,160,149,115,165,148,4,201,173,180,101,47,239,210,150,82,0,8,1,37,46,115,116,121,108,101,115,95,97,99,99,101,112,116,67,111,111,107,105,101,115,67,111,110,116,97,105,110,101,114,95,95,50,50,99,117,89,2,1,243,3,245,124,0,16,1,24,35,67,111,111,107,105,101,71,100,112,114,67,111,110,115,101,110,116,66,97,110,110,101,114,2,1,233,64,129,131,0,16,1,15,35,67,111,111,107,105,101,115,83,101,99,116,105,111,110,2,1,183,99,141,164,0,16,1,19,35,78,77,67,111,111,107,105,101,95,99,111,110,116,97,105,110,101,114,2,1,52,127,189,173,0,16,1,12,35,97,100,118,101,114,116,45,111,110,99,101,2,1,196,7,12,125,0,16,1,10,35,98,116,109,95,116,101,114,109,115,2,1,230,180,48,101,0,16,1,19,35,99,111,110,115,101,110,116,80,108,97,99,101,104,111,108,100,101,114,2,1,180,181,193,153,0,16,1,11,35,99,111,111,107,83,69,84,119,105,110,2,1,10,247,160,240,0,16,1,18,35,99,111,111,107,105,101,115,95,99,111,109,112,111,110,101,110,116,2,1,182,82,129,243,0,16,1,22,35,99,111,111,107,105,101,115,101,116,116,105,110,103,115,45,100,105,97,108,111,103,2,1,247,144,168,214,0,16,1,3,35,99,112,2,1,89,244,45,200,0,16,1,11,35,100,105,115,99,108,97,105,109,101,114,2,1,207,130,66,39,0,16,1,20,35,101,108,73,110,115,111,109,110,105,97,67,111,111,107,105,101,66,97,114,2,1,189,88,75,48,0,16,1,4,35,101,117,99,2,1,69,72,75,86,0,16,1,8,35,109,121,77,111,100,97,108,2,1,89,239,32,199,0,16,1,8,35,109,121,80,111,112,117,112,2,1,168,245,204,71,0,16,1,14,35,112,111,108,105,99,121,45,110,111,116,105,99,101,2,1,159,35,124,43,0,16,1,15,35,114,111,111,116,32,62,32,46,101,89,71,81,68,105,2,1,128,31,26,162,0,16,1,9,35,114,115,116,98,111,120,95,50,2,1,103,102,150,109,0,16,1,14,35,116,99,45,112,110,108,46,111,112,101,110,101,100,2,1,253,76,159,120,0,16,1,14,35,117,115,105,110,103,45,99,111,111,107,105,101,115,2,1,151,112,254,82,0,8,1,36,46,67,111,111,107,105,101,80,111,108,105,99,121,73,110,102,111,95,95,99,111,110,116,97,105,110,101,114,95,95,95,50,100,100,105,45,2,1,110,202,25,20,0,8,1,12,46,97,108,101,114,116,98,97,110,110,101,114,2,1,238,211,191,72,0,8,1,10,46,98,111,116,116,111,109,98,97,114,2,1,141,125,61,145,0,8,1,7,46,99,99,95,111,98,120,2,1,233,239,70,206,0,8,1,11,46,102,105,120,45,98,111,116,116,111,109,2,1,63,201,26,15,0,8,1,8,46,103,100,112,114,112,111,112,2,1,76,77,82,36,0,8,1,15,46,109,111,100,97,108,115,45,119,114,97,112,112,101,114,2,1,147,162,255,93,0,8,1,26,46,110,101,119,45,99,111,111,107,105,101,45,115,117,112,101,114,99,111,110,116,97,105,110,101,114,2,1,215,209,188,65,0,8,1,9,46,112,114,118,109,111,100,97,108,2,1,89,240,108,55,0,8,1,11,46,115,101,116,67,111,111,107,105,101,115,2,1,42,227,187,153,0,8,1,10,46,116,101,114,109,115,110,111,116,101,2,1,164,124,181,138,0,8,1,6,46,119,45,49,48,48,2,1,249,167,147,209,0,0,1,15,99,111,111,107,105,101,115,45,99,111,110,99,101,110,116,2,1,137,179,236,98,0,0,1,22,100,105,118,91,99,108,97,115,115,94,61,34,99,111,111,107,105,101,115,95,34,93,2,1,55,201,118,229,0,0,1,30,100,105,118,91,100,97,116,97,45,116,101,115,116,61,34,99,111,111,107,105,101,45,112,111,108,105,99,121,34,93,2,1,110,202,25,20,0,8,1,18,46,109,101,115,115,97,103,101,45,99,111,110,116,97,105,110,101,114,2,1,134,146,199,141,0,16,1,7,35,67,76,97,121,101,114,2,4,23,81,75,123,122,139,125,90,142,132,25,3,227,145,171,136,0,16,1,2,35,97,2,1,0,205,84,158,0,16,1,17,35,97,99,99,101,112,116,45,99,111,110,116,97,105,110,101,114,2,2,165,252,146,164,182,166,50,239,0,16,1,17,35,97,99,99,101,112,116,95,99,111,110,116,97,105,110,101,114,2,1,198,25,85,174,0,16,1,6,35,99,105,110,102,111,2,1,221,41,159,133,0,16,1,19,35,99,111,111,107,105,101,119,97,108,108,45,119,114,97,112,112,101,114,2,1,158,100,4,187,0,16,1,6,35,99,112,45,98,103,2,1,26,227,128,181,0,16,1,11,35,99,112,45,99,111,110,116,101,110,116,2,1,26,227,128,181,0,16,1,3,35,99,119,2,1,149,55,166,26,0,16,1,9,35,99,119,97,114,110,105,110,103,2,1,48,41,43,27,0,16,1,7,35,100,105,100,121,111,117,2,1,170,85,138,21,0,16,1,18,35,101,120,112,111,115,101,77,97,115,107,79,118,101,114,108,97,121,2,2,6,11,169,106,205,166,214,32,0,16,1,6,35,102,105,103,121,117,2,1,161,158,226,254,0,16,1,7,35,102,111,111,116,101,114,2,1,72,142,207,115,0,16,1,15,35,102,111,111,116,101,114,45,99,111,110,115,101,110,116,2,1,170,85,166,162,0,16,1,13,35,102,114,97,109,101,45,109,111,100,97,108,115,2,1,216,4,217,129,0,16,1,14,35,106,115,99,111,111,107,105,101,109,111,100,97,108,2,1,91,121,195,183,0,16,1,8,35,108,97,98,108,101,99,97,2,1,131,1,174,94,0,16,1,26,35,108,97,121,111,117,116,95,97,100,118,101,114,116,105,115,105,110,103,95,98,111,116,116,111,109,2,3,38,204,165,33,77,140,101,123,211,67,160,222,0,16,1,17,35,109,97,114,107,101,116,105,110,103,67,111,110,115,101,110,116,2,2,170,85,146,34,227,226,235,58,0,16,1,21,35,111,118,101,114,108,97,121,95,99,111,111,107,105,101,95,97,108,101,114,116,2,1,6,11,169,106,0,16,1,10,35,112,97,103,101,45,109,97,115,107,2,1,91,121,195,183,0,16,1,7,35,115,108,105,100,101,114,2,1,132,47,54,157,0,16,1,16,35,115,112,99,111,111,107,105,101,111,118,101,114,108,97,121,2,1,179,194,185,40,0,16,1,9,35,115,116,105,97,108,101,114,116,2,1,100,223,106,128,0,16,1,10,35,115,117,116,105,95,99,115,105,107,2,1,181,233,127,168,0,16,1,10,35,115,117,116,105,100,111,98,111,122,2,1,228,194,38,7,0,8,1,12,46,90,101,98,114,97,68,105,97,108,111,103,2,2,170,85,163,80,243,163,177,51,0,8,1,19,46,90,101,98,114,97,68,105,97,108,111,103,79,118,101,114,108,97,121,2,2,170,85,163,80,243,163,177,51,0,8,1,10,46,95,50,100,95,108,57,76,87,99,2,1,53,234,35,16,0,8,1,6,46,97,102,99,111,111,2,1,116,204,171,118,0,8,1,17,46,97,115,122,102,76,97,121,101,114,67,111,110,116,101,110,116,2,1,238,137,220,102,0,8,1,7,46,98,84,80,108,82,71,2,1,166,244,53,195,0,8,1,9,46,99,45,119,105,100,103,101,116,2,1,68,26,37,79,0,8,1,16,46,99,98,48,49,45,99,111,111,107,105,101,45,98,97,114,2,1,170,85,211,21,0,8,1,10,46,99,99,45,104,111,108,100,101,114,2,1,62,139,110,49,0,8,1,12,46,99,100,105,115,99,108,97,105,109,101,114,2,1,234,5,100,60,0,8,1,25,46,99,111,110,116,101,110,116,45,98,111,116,116,111,109,45,102,117,108,108,119,105,100,116,104,2,1,234,207,67,215,0,8,1,12,46,99,111,111,107,105,101,45,98,97,115,101,2,1,122,165,246,112,0,8,1,15,46,99,111,111,107,105,101,45,110,101,119,45,99,110,116,2,1,170,85,174,26,0,8,1,3,46,99,116,2,2,65,53,175,88,242,52,249,110,0,8,1,8,46,100,105,115,99,45,99,112,2,1,170,85,181,184,0,8,1,17,46,103,114,101,121,45,112,111,112,117,112,45,108,97,121,101,114,2,1,122,165,246,112,0,8,1,7,46,104,66,72,117,110,100,2,1,166,244,53,195,0,8,1,24,46,106,101,103,118,101,114,101,109,45,99,111,111,107,105,101,45,119,114,97,112,112,101,114,2,1,193,73,132,3,0,8,1,19,46,108,101,103,97,108,45,99,111,110,115,101,110,116,45,119,114,97,112,2,1,158,93,1,172,0,8,1,6,46,109,111,100,97,108,2,1,70,185,213,82,0,8,1,14,46,110,101,119,65,83,90,70,76,97,121,101,114,50,2,1,70,31,226,124,0,8,1,29,46,110,111,116,48,49,45,110,111,116,105,102,105,99,97,116,105,111,110,45,99,111,110,116,97,105,110,101,114,2,1,170,85,223,210,0,8,1,17,46,111,102,102,99,97,110,118,97,115,45,98,111,116,116,111,109,2,1,63,179,218,59,0,8,1,13,46,112,111,112,117,112,95,119,105,110,100,111,119,2,1,13,79,196,130,0,8,1,15,46,112,111,115,105,116,105,111,110,45,102,105,120,101,100,2,1,55,169,201,6,0,8,1,14,46,114,101,103,105,111,110,45,98,111,116,116,111,109,2,1,188,48,197,4,0,8,1,7,46,114,115,116,98,111,120,2,1,51,226,234,106,0,8,1,18,46,115,122,101,50,48,50,48,45,99,111,110,116,97,105,110,101,114,2,1,216,4,217,129,0,0,1,51,91,115,116,121,108,101,94,61,34,112,111,115,105,116,105,111,110,58,32,102,105,120,101,100,59,32,119,105,100,116,104,58,32,51,57,101,109,59,32,108,101,102,116,58,32,53,48,37,59,34,93,2,1,58,249,209,226,0,0,1,54,100,105,118,91,115,116,121,108,101,42,61,34,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,32,114,103,98,97,40,51,52,44,32,51,52,44,32,51,52,44,32,48,46,56,41,59,34,93,2,1,168,220,216,19,0,0,1,128,0,0,0,129,100,105,118,91,115,116,121,108,101,61,34,119,105,100,116,104,58,49,48,48,37,59,32,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,98,108,97,99,107,59,32,112,97,100,100,105,110,103,58,32,56,112,120,59,32,99,111,108,111,114,58,119,104,105,116,101,59,32,111,112,97,99,105,116,121,58,48,46,56,59,32,122,45,105,110,100,101,120,58,50,48,48,48,59,32,112,111,115,105,116,105,111,110,58,32,102,105,120,101,100,59,32,98,111,116,116,111,109,58,48,59,34,93,2,1,228,91,223,116,0,0,1,39,100,105,118,91,115,116,121,108,101,94,61,34,112,111,115,105,116,105,111,110,58,102,105,120,101,100,59,32,98,111,116,116,111,109,58,48,59,34,93,2,1,235,220,21,43,0,8,1,28,46,67,111,111,107,105,101,78,111,116,105,99,101,95,119,114,97,112,112,101,114,95,95,109,48,117,82,110,2,1,49,246,50,181,0,8,1,17,46,71,100,112,114,95,103,100,112,114,95,95,51,67,78,98,113,2,2,54,18,1,230,162,152,217,73,0,8,1,13,46,95,115,97,109,95,103,97,95,105,110,102,111,2,1,215,169,135,188,0,8,1,14,46,98,111,116,116,111,109,45,98,97,110,110,101,114,2,2,61,25,172,232,198,68,206,208,0,8,1,18,46,98,111,116,116,111,109,45,100,105,115,99,108,97,105,109,101,114,2,1,132,36,254,140,0,8,1,4,46,99,104,50,2,1,232,184,4,6,0,8,1,7,46,99,111,111,66,111,120,2,1,248,158,53,86,0,8,1,18,46,100,105,115,109,105,115,115,97,98,108,101,45,116,101,114,109,115,2,1,11,178,2,1,0,8,1,11,46,101,49,118,108,55,122,97,116,49,48,2,1,6,102,118,148,0,8,1,43,46,101,108,101,109,101,110,116,111,114,45,119,105,100,103,101,116,45,105,99,111,110,45,98,111,120,46,101,108,101,109,101,110,116,111,114,45,119,105,100,103,101,116,2,1,130,173,181,113,0,8,1,10,46,101,110,118,116,113,121,115,49,48,2,1,6,102,118,148,0,8,1,7,46,101,119,118,75,70,113,2,1,27,219,102,177,0,8,1,5,46,104,45,52,48,2,1,162,153,11,222,0,8,1,15,46,104,101,97,100,101,114,45,109,101,115,115,97,103,101,2,1,35,102,68,29,0,8,1,8,46,104,111,115,45,98,97,114,2,1,53,198,212,157,0,8,1,21,46,106,101,116,45,112,111,112,117,112,95,95,99,111,110,116,97,105,110,101,114,2,1,130,173,181,113,0,8,1,15,46,112,45,53,46,122,45,49,48,46,102,105,120,101,100,2,1,131,130,170,126,0,8,1,13,46,112,45,54,46,109,97,120,45,119,45,115,109,2,1,128,25,14,223,0,8,1,6,46,112,120,45,52,48,2,1,83,65,220,103,0,8,1,13,46,115,101,115,115,105,111,110,45,116,101,120,116,2,4,21,122,90,206,151,242,225,176,162,152,216,54,233,90,4,250,0,8,1,12,46,115,117,99,100,45,98,97,110,110,101,114,2,1,157,47,132,135,0,8,1,13,46,67,111,111,107,105,101,115,77,111,100,101,108,2,1,19,41,11,80,0,8,1,21,46,104,101,97,100,101,114,45,116,101,120,116,45,99,111,110,116,101,110,101,114,2,1,250,82,89,234,0,8,1,11,46,113,117,105,99,107,115,108,105,100,101,2,1,136,63,120,189,0,8,1,23,46,115,105,116,101,45,109,101,115,115,97,103,101,45,99,111,110,116,97,105,110,101,114,2,1,162,254,21,151,0,8,1,31,46,115,116,121,108,101,115,45,109,95,95,99,111,111,107,105,101,67,111,110,115,101,110,116,95,95,51,105,120,116,51,2,1,125,133,231,94,0,16,1,3,35,67,107,2,1,29,176,123,98,0,16,1,16,35,67,111,115,77,111,111,80,111,112,117,112,77,97,115,107,2,1,24,235,151,66,0,16,1,4,35,71,80,80,2,1,210,207,142,203,0,16,1,7,35,71,95,105,110,102,111,2,2,36,185,190,192,249,147,55,170,0,16,1,12,35,80,79,80,85,80,83,95,82,79,79,84,2,1,172,178,235,201,0,16,1,22,35,82,73,78,71,79,45,98,97,110,110,101,114,45,98,97,99,107,100,114,111,112,2,1,90,60,136,94,0,0,1,28,35,92,53,102,32,117,98,117,110,116,117,45,105,116,95,99,111,111,107,105,101,95,112,111,108,105,99,121,2,1,18,113,200,158,0,16,1,13,35,95,99,112,109,116,45,105,102,114,97,109,101,2,1,222,147,160,77,0,16,1,90,35,95,105,116,95,110,101,120,116,109,105,110,100,95,108,105,102,101,114,97,121,95,99,111,111,107,105,101,95,105,110,116,101,114,99,101,112,116,111,114,95,67,111,111,107,105,101,73,110,116,101,114,99,101,112,116,111,114,80,111,114,116,108,101,116,95,99,111,111,107,105,101,73,110,116,101,114,99,101,112,116,111,114,87,114,97,112,112,101,114,2,1,218,219,242,162,0,16,1,9,35,97,98,115,111,108,117,116,101,2,1,46,25,235,45,0,16,1,17,35,97,99,99,111,110,115,101,110,116,111,45,99,108,105,99,107,2,2,106,58,59,226,153,99,241,166,0,16,1,10,35,97,102,45,99,119,45,98,111,120,2,1,144,106,243,61,0,16,1,11,35,97,103,101,45,118,101,114,105,102,121,2,1,150,136,154,41,0,16,1,6,35,97,108,101,114,116,2,1,151,179,246,29,0,16,1,7,35,98,97,110,110,101,114,2,1,109,166,225,3,0,16,1,14,35,98,97,110,110,101,114,67,111,110,116,101,110,116,2,1,69,19,130,213,0,16,1,11,35,98,97,110,110,101,114,73,110,102,111,2,1,168,127,198,18,0,16,1,13,35,98,97,114,114,97,45,112,111,108,105,99,121,2,1,92,140,149,169,0,16,1,8,35,98,108,117,114,45,98,103,2,1,164,148,134,183,0,16,1,7,35,98,110,114,99,107,115,2,1,231,2,15,56,0,16,1,14,35,98,111,116,116,111,109,45,98,97,110,110,101,114,2,1,11,125,195,157,0,16,1,10,35,98,111,116,116,111,109,98,97,114,2,1,64,159,85,34,0,16,1,11,35,98,111,120,45,118,101,114,105,102,121,2,1,150,136,154,41,0,16,1,13,35,98,111,120,82,105,99,104,105,101,115,116,97,2,2,193,206,151,43,230,123,6,38,0,16,1,8,35,98,121,115,119,105,110,100,2,1,149,124,131,64,0,16,1,8,35,99,45,109,111,100,97,108,2,1,34,206,177,60,0,16,1,9,35,99,77,101,115,115,97,103,101,2,1,140,84,67,87,0,16,1,21,35,99,97,115,115,97,102,111,114,101,110,115,101,45,99,111,111,107,105,101,115,2,2,1,62,248,202,115,131,81,1,0,16,1,4,35,99,99,77,2,1,171,129,123,55,0,16,1,11,35,99,100,95,119,114,97,112,112,101,114,2,1,92,186,190,202,0,16,1,8,35,99,107,101,95,112,108,99,2,1,163,113,28,122,0,16,1,4,35,99,107,110,2,1,203,137,41,88,0,16,1,3,35,99,109,2,1,128,205,75,90,0,16,1,12,35,99,109,112,45,111,118,101,114,108,97,121,2,1,69,60,210,156,0,16,1,13,35,99,109,112,67,111,110,116,97,105,110,101,114,2,1,40,196,180,206,0,16,1,17,35,99,111,110,116,97,105,110,101,114,80,114,105,118,97,99,121,2,1,32,33,21,121,0,16,1,12,35,99,111,111,107,105,101,45,119,97,108,108,2,1,113,73,36,141,0,16,1,15,35,99,111,111,107,105,101,66,97,114,77,111,100,97,108,2,2,21,148,116,34,241,64,63,137,0,16,1,17,35,99,111,111,107,105,101,68,105,115,99,108,97,105,109,101,114,2,1,7,136,69,124,0,16,1,17,35,99,111,111,107,105,101,77,101,108,97,66,97,110,110,101,114,2,1,177,106,160,73,0,16,1,13,35,99,111,111,107,105,101,95,97,108,101,114,116,2,1,189,177,130,180,0,16,1,16,35,99,111,111,107,105,101,109,111,100,97,108,54,53,52,55,2,1,217,55,152,153,0,16,1,27,35,99,111,111,107,105,101,115,95,112,111,108,105,99,121,95,98,111,116,116,111,109,95,108,101,102,116,2,1,106,99,182,186,0,16,1,7,35,99,111,111,107,117,112,2,1,60,73,19,216,0,16,1,14,35,99,111,111,107,121,95,99,111,110,116,101,110,116,2,1,242,180,11,228,0,16,1,5,35,100,84,99,102,2,1,27,137,59,132,0,16,1,17,35,100,99,98,45,98,108,97,99,107,45,115,99,114,101,101,110,2,1,236,3,191,67,0,16,1,7,35,100,105,115,66,111,116,2,1,76,105,233,196,0,16,1,6,35,100,105,115,99,108,2,1,50,46,10,130,0,16,1,9,35,100,105,115,99,114,101,116,111,2,1,115,248,186,210,0,16,1,20,35,100,105,118,45,99,111,110,102,105,114,109,45,112,114,105,118,97,99,121,2,1,126,234,115,130,0,16,1,15,35,100,105,118,82,73,78,71,79,66,97,110,110,101,114,2,1,90,60,136,94,0,16,1,23,35,100,111,110,101,119,105,102,105,95,99,111,111,107,105,101,95,97,100,118,105,99,101,2,1,211,214,69,97,0,16,1,12,35,102,105,114,115,116,45,118,105,115,105,116,2,1,97,220,118,213,0,16,1,7,35,102,111,111,116,101,114,2,1,68,19,115,217,0,16,1,4,35,104,105,100,2,1,75,242,251,206,0,16,1,15,35,104,111,108,100,111,110,45,111,118,101,114,108,97,121,2,1,98,197,58,77,0,16,1,22,35,105,99,101,103,114,97,109,95,109,101,115,115,97,103,101,95,49,48,57,55,49,2,1,141,131,172,211,0,16,1,19,35,105,110,102,111,114,109,97,116,105,118,97,80,114,105,118,97,99,121,2,1,88,236,101,6,0,16,1,18,35,105,117,98,101,110,100,97,45,99,115,45,98,97,110,110,101,114,2,1,208,203,244,42,0,16,1,10,35,108,108,95,98,97,110,110,101,114,2,1,241,1,137,65,0,16,1,8,35,108,108,95,105,110,102,111,2,1,241,1,137,65,0,16,1,4,35,109,97,103,2,1,49,121,109,110,0,16,1,13,35,109,97,115,107,45,111,118,101,114,108,97,121,2,1,7,136,69,124,0,16,1,11,35,109,101,115,115,97,103,101,66,97,114,2,1,174,49,73,253,0,16,1,18,35,109,103,105,116,95,110,111,116,105,102,105,99,97,116,105,111,110,2,1,168,102,33,148,0,16,1,18,35,109,121,95,112,114,105,118,97,99,121,95,119,105,100,103,101,116,2,1,37,245,117,123,0,16,1,10,35,110,111,114,109,97,116,105,118,97,2,3,35,107,181,132,58,72,114,209,86,62,36,248,0,16,1,11,35,112,97,103,101,95,104,105,100,101,114,2,1,125,172,175,3,0,16,1,23,35,112,105,95,116,114,97,99,107,105,110,103,95,111,112,116,95,105,110,95,100,105,118,2,1,66,85,28,6,0,16,1,23,35,112,105,120,101,108,102,97,98,114,105,99,97,45,99,115,45,98,97,110,110,101,114,2,1,34,214,200,69,0,16,1,13,35,112,111,112,99,111,111,107,105,101,115,98,103,2,1,80,21,205,199,0,16,1,16,35,112,114,105,118,97,99,121,95,97,100,118,105,115,111,114,2,1,206,166,95,131,0,16,1,11,35,112,114,105,118,97,99,121,100,105,118,2,1,162,139,30,0,0,16,1,8,35,112,117,116,104,101,114,101,2,1,166,253,74,94,0,16,1,23,35,114,100,115,45,99,111,111,107,105,101,45,112,114,101,102,101,114,101,110,99,101,115,2,1,166,254,129,45,0,16,1,12,35,115,66,95,105,110,106,101,99,116,101,100,2,1,93,139,204,61,0,16,1,15,35,115,101,99,45,98,97,110,110,101,114,45,100,105,118,2,1,0,167,16,200,0,16,1,12,35,115,108,105,100,101,45,112,97,110,101,108,2,1,223,106,126,128,0,16,1,14,35,115,108,105,100,105,110,103,45,112,111,112,117,112,2,1,189,72,54,86,0,16,1,20,35,115,112,108,97,115,104,98,111,120,45,97,100,118,99,111,114,110,101,114,2,1,10,207,69,253,0,16,1,13,35,115,116,105,99,107,121,45,112,111,112,117,112,2,1,208,42,18,206,0,16,1,15,35,115,121,115,116,101,109,45,109,101,115,115,97,103,101,2,2,8,205,122,2,29,10,244,21,0,16,1,12,35,116,97,45,99,99,45,109,111,100,97,108,2,1,127,129,64,131,0,16,1,8,35,116,104,101,112,114,105,118,2,1,171,176,84,3,0,16,1,19,35,116,105,109,101,115,45,108,101,103,97,108,45,110,111,116,105,99,101,2,1,199,203,186,1,0,16,1,11,35,116,114,97,99,101,45,102,111,114,109,2,1,9,22,252,186,0,16,1,8,35,117,100,116,68,97,114,107,2,1,36,101,198,80,0,16,1,9,35,117,105,65,118,118,105,115,105,2,1,89,212,7,126,0,16,1,19,35,117,110,105,112,103,45,99,111,111,107,105,101,99,104,111,105,99,101,2,1,9,101,101,13,0,16,1,13,35,118,105,115,105,116,111,114,95,105,110,102,111,2,1,147,22,99,130,0,16,1,14,35,119,97,114,110,105,110,103,45,112,111,112,117,112,2,1,254,42,117,181,0,16,1,15,35,119,114,97,112,68,105,115,99,108,97,105,109,101,114,2,1,237,253,58,162,0,16,1,11,35,120,49,100,95,99,104,111,105,115,101,2,1,136,53,214,86,0,16,1,17,35,122,102,45,45,97,108,101,114,116,115,45,112,97,110,101,108,2,1,7,31,117,30,0,8,1,30,46,77,73,80,67,111,110,115,101,110,116,95,102,117,108,108,95,115,99,114,101,101,110,95,95,52,117,83,119,109,2,1,212,231,221,187,0,8,1,7,46,95,49,50,100,57,55,2,1,119,37,76,98,0,8,1,7,46,95,50,109,109,121,98,2,1,119,37,76,98,0,8,1,8,46,95,51,117,88,53,68,115,2,1,232,103,100,181,0,8,1,9,46,95,67,76,95,109,97,105,110,2,11,71,143,230,223,71,164,180,242,111,163,200,126,135,143,39,19,153,157,220,61,164,245,209,129,174,130,105,78,218,85,117,55,224,142,53,194,228,161,96,15,251,109,36,3,0,8,1,19,46,97,99,99,101,116,116,97,95,99,111,111,107,105,101,115,95,109,101,2,1,0,115,4,217,0,8,1,7,46,97,99,116,105,118,101,2,2,6,237,1,9,48,58,219,139,0,8,1,11,46,97,108,101,114,116,45,105,110,102,111,2,1,93,44,31,92,0,8,1,16,46,97,108,101,114,116,45,115,101,99,111,110,100,97,114,121,2,1,26,0,9,12,0,8,1,27,46,97,109,103,100,112,114,99,111,111,107,105,101,45,98,97,114,45,99,111,110,116,97,105,110,101,114,2,1,144,16,99,20,0,8,1,37,46,97,110,105,109,97,116,101,95,95,97,110,105,109,97,116,101,100,46,97,110,105,109,97,116,101,95,95,115,108,105,100,101,73,110,85,112,2,1,93,55,62,168,0,8,1,17,46,98,97,99,107,103,114,111,117,110,100,45,112,111,112,117,112,2,1,51,3,97,245,0,8,1,14,46,98,108,97,99,107,95,111,118,101,114,108,97,121,2,1,113,73,249,213,0,8,1,10,46,98,111,108,100,95,116,101,120,116,2,1,194,212,159,6,0,8,1,30,46,98,111,115,101,45,105,110,102,111,66,97,114,50,48,49,54,45,45,102,105,120,101,100,66,111,116,116,111,109,2,1,34,213,5,187,0,8,1,23,46,99,98,111,115,115,95,98,97,110,110,101,114,95,99,111,110,116,97,105,110,101,114,2,2,94,38,133,127,235,23,174,202,0,8,1,8,46,99,99,45,108,105,110,107,2,1,110,254,12,61,0,8,1,15,46,99,99,95,112,108,97,99,101,104,111,108,100,101,114,2,2,8,5,30,223,197,73,90,181,0,8,1,5,46,99,101,110,116,2,1,127,223,162,60,0,8,1,13,46,99,104,101,99,107,45,112,111,108,105,99,121,2,1,7,39,46,52,0,8,1,6,46,99,107,95,105,102,2,1,96,199,32,133,0,8,1,15,46,99,108,45,98,97,110,110,101,114,45,98,111,100,121,2,1,133,170,23,200,0,8,1,4,46,99,108,109,2,1,72,101,25,153,0,8,1,10,46,99,111,108,97,119,45,100,105,118,2,1,119,188,247,138,0,8,1,10,46,99,111,110,116,80,111,112,117,112,2,1,24,235,151,66,0,8,1,8,46,99,111,110,116,101,110,116,2,1,9,9,240,51,0,8,1,14,46,99,111,111,107,105,101,95,119,105,110,100,111,119,2,1,197,102,108,186,0,8,1,51,46,99,111,111,107,105,101,115,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,95,99,111,111,107,105,101,115,67,111,110,115,101,110,116,66,97,110,110,101,114,95,95,106,115,119,71,72,2,1,175,254,143,100,0,8,1,12,46,99,115,115,45,49,103,106,113,117,111,97,2,1,143,61,19,199,0,8,1,11,46,99,115,115,45,106,121,97,107,122,97,2,1,255,84,225,2,0,8,1,13,46,99,119,95,99,111,110,116,97,105,110,101,114,2,1,107,221,212,203,0,8,1,11,46,99,121,110,45,98,97,110,110,101,114,2,1,47,87,206,229,0,8,1,10,46,100,105,45,98,97,110,110,101,114,2,1,177,254,95,89,0,8,1,26,46,101,120,112,108,105,99,105,116,95,99,111,110,115,101,110,116,95,98,97,99,107,115,105,100,101,2,1,150,156,196,7,0,8,1,22,46,102,97,115,99,105,97,45,97,118,118,105,115,111,45,99,111,111,99,107,105,101,2,2,219,212,72,208,228,226,196,60,0,8,1,12,46,102,105,114,115,116,45,118,105,115,105,116,2,1,214,23,64,243,0,8,1,48,46,102,114,101,101,112,114,105,118,97,99,121,112,111,108,105,99,121,45,99,111,109,45,45,45,110,98,45,105,110,116,101,114,115,116,105,116,105,97,108,45,111,118,101,114,108,97,121,2,1,41,170,99,44,0,8,1,22,46,102,117,108,108,115,99,114,101,101,110,95,98,111,120,95,108,101,103,97,108,101,2,1,198,131,41,191,0,8,1,15,46,103,115,45,101,117,99,111,111,107,105,101,108,97,119,2,1,64,84,8,168,0,8,1,12,46,105,110,102,111,45,98,97,110,110,101,114,2,1,208,153,105,209,0,8,1,17,46,105,110,102,111,45,98,97,114,45,119,114,97,112,112,101,114,2,1,221,174,57,59,0,8,1,13,46,105,110,102,111,45,112,114,105,118,97,99,121,2,1,133,49,67,229,0,8,1,16,46,105,110,105,98,105,115,99,105,95,115,102,111,110,100,111,2,1,198,131,41,191,0,8,1,15,46,105,110,118,105,101,119,95,97,110,105,109,97,116,101,2,1,30,162,207,19,0,8,1,17,46,105,122,105,77,111,100,97,108,45,111,118,101,114,108,97,121,2,1,230,165,158,177,0,8,1,9,46,106,99,111,110,102,105,114,109,2,1,218,120,107,234,0,8,1,14,46,106,99,111,110,102,105,114,109,45,99,101,108,108,2,1,218,120,107,234,0,8,1,7,46,106,115,115,50,49,56,2,1,77,209,17,42,0,8,1,7,46,106,115,115,50,52,51,2,1,77,209,17,42,0,8,1,19,46,106,117,115,116,105,99,97,45,99,111,111,107,105,101,95,98,97,114,2,1,143,110,89,249,0,8,1,10,46,106,119,45,112,111,112,117,112,115,2,1,202,188,200,157,0,8,1,29,46,109,97,105,110,45,99,111,110,116,97,105,110,101,114,45,99,111,111,107,105,101,45,98,97,110,110,101,114,2,1,224,230,92,148,0,8,1,22,46,109,97,112,115,116,111,114,101,45,99,111,111,107,105,101,45,112,97,110,101,108,2,1,156,22,160,181,0,8,1,8,46,109,101,115,115,97,103,101,2,2,54,231,254,11,166,254,169,34,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,2,21,148,116,34,241,64,63,137,0,8,1,13,46,109,111,100,97,108,77,101,115,115,97,103,101,2,1,166,234,112,125,0,8,1,15,46,109,111,100,97,108,95,95,111,118,101,114,108,97,121,2,1,192,58,15,42,0,8,1,15,46,109,111,100,97,108,115,45,119,114,97,112,112,101,114,2,1,73,108,230,44,0,8,1,20,46,109,112,112,45,105,115,45,111,112,101,110,46,109,112,112,45,98,111,120,2,1,7,190,126,228,0,8,1,15,46,109,120,45,48,46,119,45,49,48,48,46,114,111,119,2,1,30,162,207,19,0,8,1,40,46,110,103,120,45,108,105,98,45,112,114,105,118,97,99,121,45,99,111,111,107,105,101,45,98,97,110,110,101,114,45,99,111,110,116,97,105,110,101,114,2,1,47,87,253,254,0,8,1,12,46,110,111,116,105,99,101,45,119,114,97,112,2,1,146,124,96,187,0,8,1,19,46,110,112,45,99,111,111,107,105,101,115,95,95,115,99,114,101,101,110,2,1,41,14,96,187,0,8,1,7,46,110,115,45,98,111,120,2,1,212,176,163,47,0,8,1,8,46,111,45,109,111,100,97,108,2,1,172,71,21,167,0,8,1,6,46,111,112,116,105,110,2,1,8,59,221,98,0,8,1,12,46,112,114,105,118,97,99,121,45,109,115,103,2,1,130,189,226,187,0,8,1,17,46,112,114,105,118,97,99,121,83,116,97,116,101,109,101,110,116,2,1,248,140,84,234,0,8,1,19,46,114,97,105,110,49,45,99,112,45,99,111,110,116,97,105,110,101,114,2,1,20,229,199,37,0,8,1,16,46,114,100,115,45,109,111,100,97,108,45,112,111,112,117,112,2,1,166,254,129,45,0,8,1,21,46,114,101,97,99,116,45,111,110,99,108,105,99,107,111,117,116,115,105,100,101,2,1,191,95,62,172,0,8,1,9,46,114,115,116,98,111,120,101,115,2,1,214,178,219,246,0,8,1,18,46,115,50,115,45,99,111,111,107,105,101,45,98,97,110,110,101,114,2,1,49,10,55,175,0,8,1,10,46,115,95,98,108,117,101,98,111,120,2,1,129,174,147,220,0,8,1,10,46,115,99,45,100,120,103,79,105,81,2,1,52,237,18,191,0,8,1,17,46,115,99,45,102,122,110,78,118,76,46,105,65,115,122,104,99,2,1,202,113,24,184,0,8,1,21,46,115,105,116,101,45,102,111,111,116,101,114,95,95,99,111,111,107,105,101,115,2,1,100,252,107,55,0,8,1,14,46,115,108,100,115,45,98,97,99,107,100,114,111,112,2,1,166,211,110,27,0,8,1,11,46,115,108,100,115,45,109,111,100,97,108,2,1,166,211,110,27,0,8,1,37,46,115,113,115,45,97,110,110,111,117,110,99,101,109,101,110,116,45,98,97,114,45,99,117,115,116,111,109,45,108,111,99,97,116,105,111,110,2,1,138,24,204,127,0,8,1,13,46,115,116,105,99,107,121,70,111,111,116,101,114,2,1,149,95,20,223,0,8,1,28,46,115,118,118,45,99,111,111,107,105,101,45,98,97,110,110,101,114,45,99,111,110,116,97,105,110,101,114,2,1,119,251,93,9,0,8,1,28,46,116,101,108,99,101,108,45,98,97,110,110,101,114,45,97,118,105,115,111,45,99,111,111,107,105,101,115,2,1,36,226,26,27,0,8,1,10,46,117,105,45,100,105,97,108,111,103,2,1,209,164,152,113,0,8,1,18,46,117,105,45,119,105,100,103,101,116,45,111,118,101,114,108,97,121,2,1,209,164,152,113,0,8,1,11,46,117,114,103,101,110,116,45,109,115,103,2,1,9,181,124,172,0,8,1,14,46,119,104,105,116,101,95,99,111,110,116,101,110,116,2,1,113,73,249,213,0,8,1,48,46,119,111,114,100,112,114,101,115,115,45,103,100,112,114,45,112,114,105,118,97,99,121,45,115,101,116,116,105,110,103,115,45,112,111,112,117,112,45,99,111,110,116,97,105,110,101,114,2,1,255,144,7,114,0,8,1,4,46,120,99,98,2,1,60,137,181,35,0,8,1,15,46,121,97,112,45,99,111,111,107,105,101,45,98,97,114,2,1,237,149,152,252,0,8,1,18,46,121,117,105,51,45,119,105,100,103,101,116,45,109,111,100,97,108,2,2,23,58,230,193,169,210,82,65,0,8,1,23,46,121,117,105,51,45,119,105,100,103,101,116,46,112,111,112,117,112,45,118,105,101,119,2,1,34,208,249,230,0,8,1,16,46,122,97,107,105,95,112,99,104,95,98,97,110,110,101,114,2,1,239,34,11,11,0,0,1,29,91,100,97,116,97,45,116,121,112,101,61,34,99,111,111,107,105,101,45,97,100,100,115,101,110,115,101,34,93,2,1,88,117,73,180,0,0,1,26,91,115,116,121,108,101,94,61,34,112,111,115,105,116,105,111,110,58,102,105,120,101,100,59,34,93,2,1,8,147,142,154,0,0,1,40,100,105,118,91,97,114,105,97,45,108,97,98,101,108,61,34,73,110,102,111,114,109,97,116,105,118,97,32,115,117,105,32,99,111,111,107,105,101,34,93,2,1,8,56,232,62,0,0,1,30,100,105,118,91,99,108,97,115,115,42,61,34,45,99,111,111,107,105,101,115,83,101,99,116,105,111,110,45,34,93,2,1,58,207,0,91,0,0,1,17,100,105,118,91,105,100,94,61,34,99,110,116,110,116,45,34,93,2,1,126,106,157,99,0,0,1,109,100,105,118,91,115,116,121,108,101,61,34,32,119,105,100,116,104,58,32,49,48,48,37,59,32,109,97,114,103,105,110,58,32,48,32,97,117,116,111,59,32,112,97,100,100,105,110,103,45,116,111,112,58,32,53,112,120,59,32,112,97,100,100,105,110,103,45,98,111,116,116,111,109,58,32,53,112,120,59,32,102,111,110,116,45,115,105,122,101,58,49,50,112,120,59,32,122,45,105,110,100,101,120,58,32,50,48,34,93,2,1,33,239,221,61,0,0,1,104,100,105,118,91,115,116,121,108,101,61,34,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,69,50,69,50,69,50,59,102,108,111,97,116,58,108,101,102,116,59,112,111,115,105,116,105,111,110,58,102,105,120,101,100,59,116,111,112,58,53,48,112,120,59,108,101,102,116,58,48,59,32,104,101,105,103,104,116,58,54,48,112,120,59,119,105,100,116,104,58,49,48,48,37,59,34,93,2,1,78,236,191,75,0,0,1,97,100,105,118,91,115,116,121,108,101,61,34,112,97,100,100,105,110,103,58,49,48,112,120,59,98,97,99,107,103,114,111,117,110,100,58,35,102,55,55,57,48,48,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,50,112,120,59,109,97,114,103,105,110,45,98,111,116,116,111,109,58,49,53,112,120,59,34,93,2,1,16,165,190,172,0,0,1,128,0,0,0,151,100,105,118,91,115,116,121,108,101,61,34,112,111,115,105,116,105,111,110,58,32,102,105,120,101,100,59,32,122,45,105,110,100,101,120,58,32,57,57,57,59,32,98,111,116,116,111,109,58,32,48,112,120,59,32,108,101,102,116,58,32,48,112,120,59,32,114,105,103,104,116,58,32,48,112,120,59,32,109,97,114,103,105,110,58,32,48,112,120,32,97,117,116,111,59,32,109,97,120,45,119,105,100,116,104,58,32,57,54,48,112,120,59,32,109,105,110,45,119,105,100,116,104,58,32,51,54,48,112,120,59,32,111,118,101,114,102,108,111,119,58,32,104,105,100,100,101,110,59,34,93,2,1,22,165,111,227,0,0,1,38,100,105,118,91,115,116,121,108,101,94,61,34,112,111,115,105,116,105,111,110,58,32,102,105,120,101,100,59,32,98,111,116,116,111,109,58,34,93,2,1,36,215,3,215,0,0,1,43,115,99,114,105,112,116,32,43,32,100,105,118,91,115,116,121,108,101,94,61,34,98,97,99,107,103,114,111,117,110,100,58,32,35,48,48,48,48,48,48,59,34,93,2,1,8,63,92,100,0,16,1,13,35,70,111,111,116,101,114,80,111,108,105,99,121,2,1,117,114,6,184,0,16,1,11,35,97,103,114,101,101,80,97,110,101,108,2,1,36,31,185,29,0,16,1,10,35,97,103,114,101,101,109,101,110,116,2,1,87,147,202,156,0,16,1,15,35,97,103,114,101,101,109,101,110,116,45,97,114,101,97,2,1,20,59,92,111,0,16,1,14,35,99,95,112,111,108,105,99,121,95,119,114,97,112,2,1,174,131,197,211,0,16,1,16,35,99,111,110,115,101,110,116,45,119,114,97,112,112,101,114,2,1,59,59,92,12,0,16,1,10,35,99,111,111,107,105,101,65,108,116,2,1,6,77,54,3,0,16,1,10,35,102,108,111,97,116,65,114,101,97,2,1,125,29,209,129,0,16,1,12,35,102,117,110,99,45,99,111,111,107,105,101,2,1,103,116,17,149,0,16,1,12,35,103,100,112,114,45,98,97,110,110,101,114,2,1,89,132,169,119,0,16,1,8,35,106,115,45,103,100,112,114,2,1,80,210,212,126,0,16,1,17,35,108,97,121,101,114,95,98,111,97,114,100,95,97,114,101,97,2,1,56,94,115,37,0,16,1,14,35,109,111,100,97,108,45,99,111,110,116,101,110,116,2,1,17,71,87,137,0,16,1,14,35,109,111,100,97,108,45,111,118,101,114,108,97,121,2,1,14,119,116,0,0,16,1,7,35,109,111,114,100,97,108,2,1,71,209,0,216,0,16,1,20,35,111,110,101,116,114,117,115,116,45,98,97,110,110,101,114,45,115,100,107,2,1,38,157,35,119,0,16,1,20,35,112,105,45,112,99,45,97,108,108,45,112,111,112,117,112,108,101,102,116,2,1,81,43,156,223,0,16,1,13,35,112,111,108,105,99,121,95,109,111,100,97,108,2,1,54,231,60,4,0,16,1,11,35,115,101,99,95,99,111,111,107,105,101,2,1,153,87,86,125,0,16,1,13,35,116,104,112,95,110,111,116,102,95,100,105,118,2,1,148,185,40,166,0,16,1,18,35,116,109,112,95,119,114,97,112,95,105,110,102,111,95,98,111,120,2,1,49,150,3,213,0,8,1,14,46,67,111,111,107,105,101,67,111,110,102,105,114,109,2,1,46,170,80,129,0,8,1,16,46,97,110,110,111,116,97,116,105,111,110,45,97,114,101,97,2,1,212,109,74,211,0,8,1,16,46,97,116,101,110,116,105,111,110,95,99,111,111,107,105,101,2,1,112,163,189,93,0,8,1,23,46,98,111,116,116,111,109,95,111,112,116,111,117,116,95,97,110,110,111,117,110,99,101,2,1,80,211,20,117,0,8,1,10,46,99,111,110,115,101,110,116,95,99,2,1,195,191,229,104,0,8,1,15,46,99,111,111,107,105,101,45,105,110,113,117,105,114,121,2,1,216,7,116,122,0,8,1,37,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,97,103,114,101,101,109,101,110,116,45,110,111,116,105,102,105,99,97,116,105,111,110,2,1,86,192,63,145,0,8,1,12,46,99,111,111,107,105,101,97,103,114,101,101,2,1,35,213,21,71,0,8,1,11,46,99,111,111,107,105,101,100,105,97,103,2,1,38,251,176,194,0,8,1,23,46,99,111,111,107,105,101,115,95,99,111,111,107,105,101,115,95,95,100,87,76,102,79,2,1,76,139,68,245,0,8,1,13,46,102,105,120,101,100,95,98,97,110,110,101,114,2,1,142,137,102,99,0,8,1,9,46,102,105,120,101,100,98,111,116,2,1,112,175,252,238,0,8,1,18,46,102,111,111,116,101,114,95,100,105,115,99,108,97,105,109,101,114,2,1,181,169,159,242,0,8,1,13,46,102,111,111,116,101,114,115,116,105,99,107,121,2,1,55,238,156,189,0,8,1,7,46,104,74,85,77,108,90,2,1,230,146,217,55,0,8,1,17,46,105,110,102,111,67,111,110,115,101,110,116,77,111,100,97,108,2,1,201,37,192,60,0,8,1,14,46,108,95,99,111,111,107,105,101,65,103,114,101,101,2,1,127,200,78,0,0,8,1,18,46,109,45,115,110,97,99,107,98,97,114,45,110,111,116,105,99,101,2,1,112,84,170,202,0,8,1,15,46,109,95,99,111,111,107,105,101,66,97,110,110,101,114,2,1,62,109,134,83,0,8,1,12,46,109,111,100,95,109,101,115,115,97,103,101,2,1,14,119,116,0,0,8,1,11,46,109,111,100,97,108,45,103,100,112,114,2,1,113,211,183,86,0,8,1,14,46,109,111,100,97,108,95,99,111,110,116,101,110,116,2,1,80,210,212,194,0,8,1,14,46,110,111,116,101,112,97,110,101,108,87,114,97,112,2,1,33,93,106,39,0,8,1,14,46,110,111,116,105,102,105,99,97,116,105,111,110,115,2,1,227,211,246,67,0,8,1,15,46,110,111,116,105,102,121,95,115,116,105,99,107,105,101,2,1,126,210,206,184,0,8,1,9,46,110,119,45,109,111,100,97,108,2,1,80,211,20,117,0,8,1,6,46,111,112,116,73,110,2,1,27,74,66,64,0,8,1,8,46,111,112,116,105,110,102,111,2,1,127,197,114,35,0,8,1,6,46,112,97,110,101,108,2,1,113,162,255,189,0,8,1,19,46,112,101,114,115,111,110,97,108,73,110,102,111,95,95,97,114,101,97,2,1,96,134,128,143,0,8,1,7,46,112,111,108,105,99,121,2,1,82,22,250,9,0,8,1,10,46,112,111,108,105,99,121,70,105,120,2,1,14,241,68,143,0,8,1,13,46,112,111,112,117,112,95,98,97,110,110,101,114,2,1,59,31,247,124,0,8,1,16,46,114,45,102,111,111,116,101,114,45,99,111,111,107,105,101,2,1,167,190,130,221,0,8,1,16,46,114,101,117,115,101,45,99,111,109,112,111,110,101,110,116,2,1,126,163,114,26,0,8,1,17,46,115,116,45,84,101,114,109,115,95,87,114,97,112,112,101,114,2,1,126,208,122,111,0,8,1,27,46,116,97,114,116,101,97,117,99,105,116,114,111,110,66,101,102,111,114,101,86,105,115,105,98,108,101,2,1,184,87,87,10,0,8,1,19,46,116,111,97,115,116,45,98,111,116,116,111,109,45,114,105,103,104,116,2,1,99,71,181,160,0,8,1,16,46,118,45,115,110,97,99,107,45,45,98,111,116,116,111,109,2,1,237,32,106,215,0,0,1,30,100,105,118,91,99,108,97,115,115,94,61,34,71,68,80,82,95,95,67,111,110,116,97,105,110,101,114,45,34,93,2,1,126,250,206,86,0,16,1,5,35,65,103,54,112,2,1,114,216,29,251,0,8,1,14,46,99,111,111,107,105,101,80,111,112,65,114,101,97,2,1,34,217,115,128,0,8,1,17,46,103,108,111,98,97,108,45,115,116,97,116,101,109,101,110,116,2,1,131,88,189,201,0,16,1,14,35,80,114,105,118,97,99,121,80,111,108,105,99,121,2,1,112,34,108,1,0,16,1,12,35,99,111,110,115,101,110,116,45,98,111,120,2,1,49,110,132,40,0,16,1,13,35,99,111,111,107,105,101,45,105,110,110,101,114,2,1,44,31,47,98,0,16,1,8,35,101,117,67,67,119,105,110,2,1,66,245,164,242,0,16,1,15,35,109,97,110,97,103,101,45,99,111,111,107,105,101,115,2,3,7,236,111,19,171,27,192,149,171,28,94,171,0,16,1,12,35,109,101,115,115,97,103,101,45,98,97,114,2,1,187,16,144,7,0,16,1,9,35,109,115,103,45,119,114,97,112,2,1,13,165,104,113,0,16,1,13,35,110,111,116,105,102,105,99,97,116,105,111,110,2,1,70,252,247,218,0,16,1,15,35,112,114,105,118,97,99,121,45,112,111,112,45,117,112,2,1,175,196,29,108,0,16,1,15,35,122,45,116,101,114,109,115,45,111,102,45,117,115,101,2,1,122,223,150,49,0,8,1,7,46,95,50,99,66,95,111,2,1,187,6,225,154,0,8,1,7,46,95,51,89,65,101,78,2,1,232,242,225,187,0,8,1,13,46,99,111,110,116,101,110,116,80,97,100,115,76,2,1,10,88,103,59,0,8,1,20,46,99,111,111,107,105,101,73,110,102,111,67,111,110,116,97,105,110,101,114,2,1,220,156,44,204,0,8,1,7,46,100,72,116,107,119,114,2,1,2,70,49,121,0,8,1,7,46,100,110,80,118,109,103,2,1,58,38,33,27,0,8,1,19,46,103,100,112,114,80,111,112,85,112,45,114,111,111,116,45,49,122,84,2,1,213,199,115,175,0,8,1,7,46,103,115,79,84,118,110,2,1,194,55,227,187,0,8,1,16,46,106,113,45,116,111,97,115,116,45,115,105,110,103,108,101,2,1,187,14,79,227,0,8,1,14,46,106,113,45,116,111,97,115,116,45,119,114,97,112,2,1,187,14,79,227,0,8,1,34,46,109,112,112,45,99,111,110,116,97,105,110,101,114,45,112,111,115,105,116,105,111,110,45,98,111,116,116,111,109,45,98,97,114,2,1,171,27,220,142,0,8,1,7,46,112,111,108,105,99,121,2,1,123,13,208,236,0,8,1,13,46,112,111,112,117,112,45,102,105,108,116,101,114,2,1,142,190,147,75,0,8,1,14,46,112,111,112,117,112,45,109,101,115,115,97,103,101,2,1,171,28,76,212,0,8,1,5,46,112,114,105,118,2,1,8,33,141,239,0,8,1,11,46,115,101,116,95,99,111,111,107,105,101,2,1,128,218,10,235,0,8,1,14,46,98,97,115,105,99,76,105,103,104,116,98,111,120,2,1,101,229,235,152,0,8,1,22,46,98,108,97,104,95,98,108,97,104,95,98,108,97,104,95,104,111,108,100,101,114,2,1,144,176,82,35,0,8,1,21,46,110,111,116,105,102,105,99,97,116,105,111,110,45,119,114,97,112,112,101,114,2,1,18,188,196,86,0,8,1,22,46,112,97,114,101,110,116,45,99,111,110,116,97,105,110,101,114,45,105,100,103,121,2,1,226,242,231,222,0,8,1,13,46,119,117,95,99,111,110,116,97,105,110,101,114,2,1,233,15,255,200,0,8,1,27,46,99,111,111,107,105,101,45,98,97,110,110,101,114,45,115,101,99,116,105,111,110,45,114,111,111,116,2,1,15,66,68,104,0,16,1,27,35,95,95,110,101,120,116,32,62,32,100,105,118,91,99,108,97,115,115,94,61,34,99,115,115,34,93,2,3,33,198,201,89,34,84,15,96,202,187,42,228,0,16,1,26,35,103,108,111,98,97,108,45,111,118,101,114,108,97,121,45,98,97,99,107,103,114,111,117,110,100,2,1,192,127,8,55,0,16,1,6,35,107,106,101,107,115,2,1,166,183,209,166,0,16,1,7,35,111,112,116,45,105,110,2,2,32,11,221,38,109,177,210,151,0,16,1,7,35,116,111,112,98,97,114,2,1,196,72,62,79,0,8,1,14,46,71,68,80,82,99,111,110,116,97,105,110,101,114,2,1,138,6,86,109,0,8,1,14,46,98,99,99,45,99,111,110,116,97,105,110,101,114,2,1,202,187,25,116,0,8,1,7,46,99,73,119,84,78,104,2,1,170,26,75,196,0,8,1,7,46,99,98,120,77,116,70,2,1,33,198,201,89,0,8,1,13,46,99,111,99,111,45,119,114,97,112,112,101,114,2,1,144,120,237,99,0,8,1,11,46,99,115,115,45,112,112,45,98,111,120,2,1,170,26,75,196,0,8,1,15,46,102,105,120,101,100,45,109,101,115,115,97,103,101,115,2,1,33,198,88,28,0,8,1,20,46,102,111,111,116,101,114,67,117,114,116,97,105,110,67,111,111,107,105,101,2,1,164,99,77,183,0,8,1,26,46,103,108,111,98,97,108,45,111,118,101,114,108,97,121,45,98,97,99,107,103,114,111,117,110,100,2,1,63,178,143,207,0,8,1,10,46,107,97,107,101,95,119,114,97,112,2,1,33,229,167,253,0,8,1,26,46,110,114,107,45,109,97,115,116,104,101,97,100,95,95,105,110,102,111,45,98,97,110,110,101,114,2,1,202,187,52,79,0,8,1,14,46,112,111,112,117,112,45,111,118,101,114,108,97,121,2,1,190,168,103,205,0,8,1,27,46,112,112,45,97,110,110,111,117,110,99,101,109,101,110,116,45,98,97,114,45,98,111,116,116,111,109,2,1,255,134,64,243,0,8,1,14,46,115,99,104,105,98,115,116,101,100,45,98,97,114,2,1,155,10,151,119,0,8,1,19,46,115,104,111,119,45,99,111,111,107,105,101,45,112,111,112,45,117,112,2,1,107,8,45,39,0,8,1,9,46,119,51,45,98,108,97,99,107,2,1,166,183,209,166,0,8,1,11,46,119,102,45,115,101,99,116,105,111,110,2,1,26,168,103,204,0,0,1,34,91,97,114,105,97,45,108,97,98,101,108,61,34,73,110,102,111,114,109,97,115,106,111,110,115,107,97,112,115,108,101,114,34,93,2,1,57,79,65,194,0,0,1,31,100,105,118,91,100,97,116,97,45,116,101,115,116,61,34,99,111,111,107,105,101,45,116,111,97,115,116,101,114,34,93,2,1,186,177,152,235,0,0,1,22,100,105,118,91,105,100,94,61,34,115,112,95,109,101,115,115,97,103,101,95,34,93,2,1,66,221,253,135,0,0,1,8,102,105,101,108,100,115,101,116,2,1,88,232,164,222,0,16,1,13,35,100,97,116,97,45,112,114,105,118,97,99,121,2,1,178,109,161,226,0,16,1,8,35,104,101,97,100,101,114,48,2,1,181,87,208,207,0,16,1,7,35,112,111,108,105,99,121,2,1,101,158,114,125,0,16,1,14,35,112,114,105,118,97,99,121,80,111,108,105,99,121,2,1,118,216,214,46,0,8,1,21,46,99,111,111,107,105,101,95,99,111,111,107,105,101,95,95,118,119,95,102,115,2,1,116,117,92,30,0,8,1,15,46,106,99,111,110,102,105,114,109,45,108,105,103,104,116,2,1,159,99,185,159,0,8,1,13,46,106,99,111,110,102,105,114,109,45,114,111,119,2,1,159,99,185,159,0,8,1,5,46,109,101,109,111,2,1,50,180,100,62,0,8,1,12,46,112,111,112,117,112,45,109,111,100,97,108,2,1,177,250,84,223,0,8,1,14,46,112,114,105,118,97,99,121,95,109,111,100,97,108,2,1,136,250,179,156,0,8,1,16,46,116,111,112,45,99,111,110,116,101,110,116,45,98,97,114,2,1,137,110,51,102,0,16,1,10,35,66,111,120,67,111,111,107,105,101,2,1,157,103,156,223,0,16,1,8,35,66,111,120,76,105,110,101,2,11,3,242,237,119,25,131,114,252,62,90,42,212,129,194,38,252,130,22,113,223,133,5,228,161,146,57,223,248,159,37,202,218,198,153,143,157,210,100,40,232,243,241,177,98,0,16,1,11,35,67,65,80,80,68,105,97,108,111,103,2,1,141,36,205,72,0,16,1,7,35,67,79,79,75,73,69,2,1,15,126,58,104,0,16,1,9,35,67,80,95,76,97,121,101,114,2,1,130,28,122,215,0,16,1,15,35,87,80,45,99,111,111,107,105,101,45,105,110,102,111,2,5,18,186,21,98,38,247,198,142,77,188,199,243,161,89,69,75,190,212,137,225,0,16,1,5,35,95,95,99,112,2,2,32,155,181,152,227,172,51,172,0,16,1,10,35,97,108,101,114,116,95,98,97,114,2,4,4,13,31,249,14,83,5,112,199,74,182,199,245,64,127,80,0,16,1,12,35,97,108,101,114,116,95,112,111,112,117,112,2,1,138,184,128,127,0,16,1,15,35,97,110,97,108,121,116,105,99,115,77,111,100,97,108,2,1,88,19,38,77,0,16,1,9,35,98,97,99,107,100,114,111,112,2,4,32,128,93,6,77,194,65,65,165,128,114,238,225,4,173,42,0,16,1,10,35,98,97,110,110,101,114,77,83,71,2,1,243,108,251,110,0,16,1,25,35,98,97,122,105,110,103,97,45,109,117,102,102,105,110,45,99,111,110,116,97,105,110,101,114,2,1,42,95,235,57,0,16,1,5,35,98,108,117,114,2,1,26,147,131,234,0,16,1,13,35,98,111,116,116,111,109,45,99,104,97,114,109,2,1,94,205,105,207,0,16,1,16,35,98,111,120,45,112,111,108,105,116,121,107,97,45,112,114,2,1,132,77,198,127,0,16,1,9,35,98,111,120,95,105,110,102,111,2,1,190,81,121,175,0,16,1,11,35,99,67,111,110,116,97,105,110,101,114,2,2,104,218,84,202,106,243,4,234,0,16,1,6,35,99,73,110,102,111,2,1,11,184,17,66,0,16,1,8,35,99,95,112,111,112,101,107,2,1,87,27,50,56,0,16,1,9,35,99,99,95,112,111,112,117,112,2,1,212,128,59,36,0,16,1,12,35,99,99,110,115,116,95,95,109,97,105,110,2,1,121,105,41,29,0,16,1,5,35,99,102,102,99,2,1,129,199,196,245,0,16,1,5,35,99,108,97,119,2,2,129,179,32,138,142,125,93,36,0,16,1,6,35,99,108,111,115,101,2,1,251,65,159,7,0,16,1,3,35,99,110,2,1,154,100,19,60,0,16,1,21,35,99,111,110,115,101,110,116,115,80,111,108,105,99,121,68,105,97,108,111,103,2,1,177,78,54,71,0,16,1,14,35,99,111,110,116,97,105,110,101,114,95,118,115,109,2,1,245,162,62,66,0,16,1,5,35,99,111,111,107,2,1,253,121,80,193,0,16,1,13,35,99,111,111,107,105,101,45,102,114,97,109,101,2,1,237,129,209,61,0,16,1,20,35,99,111,111,107,105,101,45,105,110,102,111,45,111,118,101,114,108,97,121,2,1,117,184,245,176,0,16,1,17,35,99,111,111,107,105,101,77,111,110,115,116,101,114,79,118,114,2,1,244,89,37,127,0,16,1,17,35,99,111,111,107,105,101,87,97,114,110,105,110,103,78,101,119,2,1,61,106,65,120,0,16,1,15,35,99,111,111,107,105,101,95,105,110,102,111,95,101,115,2,1,222,76,76,225,0,16,1,19,35,99,111,111,107,105,101,95,105,110,102,111,95,115,101,108,49,95,110,2,1,191,247,55,168,0,16,1,12,35,99,111,111,107,105,101,109,111,100,97,108,2,1,55,123,21,15,0,16,1,22,35,99,111,111,107,105,101,115,45,98,97,110,101,114,45,119,114,97,112,112,101,114,2,1,195,9,124,230,0,16,1,30,35,99,111,111,107,105,101,115,45,105,110,102,111,45,109,111,100,97,108,95,98,97,99,107,103,114,111,117,110,100,2,1,166,190,183,3,0,16,1,27,35,99,111,111,107,105,101,115,45,105,110,102,111,45,109,111,100,97,108,95,119,114,97,112,112,101,114,2,1,166,190,183,3,0,16,1,12,35,99,111,111,107,105,101,115,45,108,97,119,2,3,42,243,101,153,149,192,59,194,233,192,182,26,0,16,1,12,35,99,111,111,107,105,101,115,82,111,100,111,2,1,66,79,168,86,0,16,1,13,35,99,111,111,107,105,101,115,95,116,101,120,116,2,1,226,38,231,25,0,16,1,4,35,99,111,112,2,4,59,90,170,250,112,115,119,53,121,137,232,236,216,43,73,251,0,16,1,13,35,99,114,111,115,115,45,100,105,97,108,111,103,2,2,12,45,184,210,48,149,124,193,0,16,1,7,35,99,117,95,98,97,114,2,2,58,158,10,69,67,143,157,71,0,16,1,5,35,99,120,99,120,2,1,115,70,249,186,0,16,1,22,35,100,105,100,111,109,105,66,108,111,99,107,78,97,118,105,103,97,116,105,111,110,2,1,214,115,14,37,0,16,1,7,35,100,105,118,95,97,99,2,1,226,114,6,152,0,16,1,9,35,102,116,99,99,98,99,109,100,2,1,65,212,172,10,0,16,1,27,35,103,97,114,117,97,95,99,111,111,107,105,101,95,99,111,110,115,101,110,116,95,112,111,112,117,112,2,1,237,236,111,51,0,16,1,21,35,103,112,95,99,111,111,107,105,101,95,97,103,114,101,101,109,101,110,116,115,2,1,139,111,105,87,0,16,1,15,35,104,111,108,100,111,110,45,111,118,101,114,108,97,121,2,1,45,88,150,25,0,16,1,21,35,105,102,114,97,109,101,80,111,112,117,112,67,111,110,116,97,105,110,101,114,2,1,192,8,133,144,0,16,1,17,35,105,109,112,111,114,116,97,110,116,45,110,111,116,105,99,101,2,1,106,119,237,19,0,16,1,4,35,105,110,102,2,1,81,46,97,10,0,16,1,5,35,105,110,102,111,2,1,120,59,225,181,0,16,1,9,35,105,110,102,111,45,98,97,114,2,2,20,162,139,88,195,89,197,170,0,16,1,17,35,105,110,102,111,68,105,118,67,111,110,116,97,105,110,101,114,2,1,136,72,181,162,0,16,1,11,35,105,110,102,111,95,99,95,98,111,120,2,4,117,213,82,146,201,194,54,189,237,236,68,39,251,111,244,243,0,16,1,15,35,105,110,102,111,95,99,111,110,116,97,105,110,101,114,2,3,69,236,233,8,106,18,151,120,180,79,109,191,0,16,1,8,35,105,110,102,111,98,97,114,2,1,95,142,19,20,0,16,1,7,35,105,116,108,98,111,120,2,1,206,105,54,21,0,16,1,6,35,107,101,107,115,101,2,1,121,249,134,33,0,16,1,31,35,107,108,97,117,122,117,108,97,95,105,110,102,111,114,109,97,99,121,106,110,97,95,110,97,107,108,97,100,107,97,2,1,193,30,27,169,0,16,1,12,35,107,113,115,45,98,111,120,45,116,108,111,2,1,85,125,109,168,0,16,1,8,35,107,113,115,45,116,108,111,2,1,85,125,109,168,0,16,1,8,35,109,101,110,117,98,97,114,2,1,113,6,177,40,0,16,1,9,35,109,101,110,117,115,68,105,118,2,1,212,244,222,245,0,16,1,8,35,109,101,115,115,97,103,101,2,2,79,153,96,11,103,75,218,220,0,16,1,20,35,109,101,115,115,97,103,101,45,116,111,112,45,119,114,97,112,112,101,114,2,1,192,71,198,201,0,16,1,13,35,109,101,115,115,97,103,101,80,111,112,117,112,2,1,232,105,61,124,0,16,1,12,35,109,101,115,115,97,103,101,95,98,111,120,2,1,148,40,128,206,0,16,1,13,35,109,101,115,115,97,103,101,95,119,114,97,112,2,1,133,209,186,53,0,16,1,14,35,109,105,97,115,116,111,115,122,107,111,108,101,110,2,1,84,0,149,202,0,16,1,6,35,109,111,100,57,56,2,1,211,46,41,205,0,16,1,6,35,109,111,100,57,57,2,1,104,208,151,39,0,16,1,21,35,109,111,100,97,108,45,99,111,111,107,105,101,45,111,118,101,114,108,97,121,2,1,13,221,236,179,0,16,1,6,35,109,111,114,101,49,2,1,214,115,14,37,0,16,1,7,35,109,112,111,112,100,119,2,1,95,251,71,71,0,16,1,7,35,109,112,111,112,117,112,2,1,95,251,71,71,0,16,1,9,35,109,115,103,76,97,121,101,114,2,1,190,81,57,15,0,16,1,11,35,109,121,77,111,100,97,108,112,111,108,2,1,173,199,166,207,0,16,1,16,35,110,97,118,98,97,114,95,110,111,116,105,99,101,95,49,2,1,102,26,23,173,0,16,1,17,35,110,97,118,98,97,114,95,110,111,116,105,99,101,95,49,49,2,1,84,37,52,251,0,16,1,17,35,110,97,118,98,97,114,95,110,111,116,105,99,101,95,49,50,2,1,88,205,155,81,0,16,1,11,35,110,101,119,45,112,111,108,105,99,121,2,1,221,33,197,78,0,16,1,11,35,110,111,116,105,99,101,95,98,97,114,2,5,14,220,139,59,66,254,92,148,92,167,97,60,170,184,69,89,190,81,52,69,0,16,1,13,35,110,111,116,105,102,121,99,111,111,107,105,101,2,1,22,121,221,194,0,16,1,12,35,111,114,101,111,115,45,112,111,112,117,112,2,1,81,28,130,42,0,16,1,8,35,112,108,97,110,115,122,97,2,1,130,58,8,70,0,16,1,7,35,112,111,108,99,105,97,2,1,43,216,5,182,0,16,1,7,35,112,111,108,105,99,121,2,1,192,10,154,115,0,16,1,9,35,112,111,108,105,116,121,107,97,2,4,23,108,189,227,129,49,205,105,140,167,242,199,193,58,183,55,0,16,1,6,35,112,111,112,101,107,2,1,100,15,193,9,0,16,1,11,35,112,111,112,117,112,45,112,101,107,97,2,1,1,52,245,77,0,16,1,13,35,112,111,112,117,112,67,111,110,116,97,99,116,2,1,193,58,165,90,0,16,1,9,35,112,111,112,117,112,68,105,118,2,2,190,81,121,203,221,118,65,74,0,16,1,13,35,112,111,115,99,111,111,107,105,101,108,97,119,2,1,190,81,42,10,0,16,1,3,35,112,112,2,1,243,255,251,61,0,16,1,20,35,112,114,105,118,97,99,121,45,112,111,108,105,99,121,45,105,110,102,111,2,1,164,196,124,140,0,16,1,15,35,112,114,105,118,97,99,121,77,101,115,115,97,103,101,2,1,129,89,193,63,0,16,1,8,35,114,101,103,95,97,108,108,2,1,193,20,145,199,0,16,1,24,35,114,101,115,112,101,99,116,45,112,114,105,118,97,99,121,45,119,114,97,112,112,101,114,2,1,66,18,202,10,0,16,1,16,35,114,111,97,114,45,97,108,101,114,116,45,119,114,97,112,2,1,190,81,10,193,0,16,1,5,35,114,111,100,111,2,1,150,227,144,214,0,16,1,9,35,114,111,100,111,45,98,97,114,2,1,120,134,189,81,0,16,1,11,35,114,111,100,111,45,112,111,112,117,112,2,1,233,119,208,255,0,16,1,9,35,114,111,100,111,95,97,108,108,2,1,195,94,4,122,0,16,1,12,35,114,111,100,111,95,99,111,111,107,105,101,2,1,199,74,182,199,0,16,1,10,35,115,97,121,99,111,111,107,105,101,2,1,217,81,35,124,0,16,1,13,35,115,105,109,112,108,101,45,109,111,100,97,108,2,1,160,194,99,222,0,16,1,21,35,115,105,109,112,108,101,45,109,111,100,97,108,45,111,118,101,114,108,97,121,2,1,166,122,101,10,0,16,1,22,35,115,105,116,101,45,110,97,118,105,103,97,116,105,111,110,32,126,32,100,105,118,2,1,72,231,66,192,0,16,1,18,35,115,111,102,116,77,101,115,115,97,103,101,115,45,108,105,115,116,2,1,193,57,233,251,0,16,1,16,35,115,111,110,114,105,115,111,45,99,111,111,107,105,101,115,2,1,204,76,213,124,0,16,1,16,35,115,112,101,99,105,97,108,98,111,120,45,105,110,102,111,2,1,10,141,65,48,0,16,1,9,35,115,119,115,109,111,100,97,108,2,2,58,64,207,60,77,171,241,75,0,16,1,11,35,115,119,115,111,118,101,114,108,97,121,2,2,58,64,207,60,77,171,241,75,0,16,1,19,35,116,105,109,101,115,45,108,101,103,97,108,45,110,111,116,105,99,101,2,1,11,210,74,29,0,16,1,13,35,116,111,111,108,116,105,112,45,104,111,111,107,2,1,255,38,30,248,0,16,1,9,35,116,111,112,48,105,110,102,111,2,1,88,232,10,3,0,16,1,18,35,116,111,112,73,110,102,111,67,111,110,116,97,105,110,101,114,48,2,7,66,190,44,87,79,178,25,219,123,246,68,144,136,107,200,172,181,121,140,179,214,116,54,77,229,92,69,149,0,16,1,18,35,116,111,112,73,110,102,111,67,111,110,116,97,105,110,101,114,49,2,14,63,255,155,19,90,140,174,24,129,195,142,101,136,107,200,172,142,125,89,239,144,165,19,191,151,119,132,104,181,134,138,147,191,16,228,56,192,8,209,23,214,170,193,202,216,6,15,221,231,35,230,181,253,1,219,111,0,16,1,7,35,116,111,112,98,97,114,2,3,193,59,231,252,220,121,74,214,233,41,63,144,0,16,1,13,35,117,110,100,101,114,95,102,111,111,116,101,114,2,1,104,203,53,210,0,16,1,16,35,122,97,109,107,110,105,106,95,99,111,111,107,105,101,115,2,1,47,43,65,80,0,8,1,27,46,67,111,111,107,105,101,66,97,114,95,99,111,111,107,105,101,66,97,114,95,95,51,122,115,73,107,2,2,35,46,185,164,101,128,199,148,0,8,1,12,46,67,111,111,107,105,101,83,116,121,108,101,2,2,198,1,112,60,228,89,172,131,0,8,1,28,46,67,111,111,107,105,101,115,45,109,111,100,117,108,101,45,99,111,111,107,105,101,115,95,49,50,49,84,2,1,206,36,122,155,0,8,1,14,46,67,111,111,107,105,101,115,78,111,116,105,99,101,2,1,232,82,72,25,0,8,1,11,46,71,68,80,82,45,80,111,112,117,112,2,1,120,142,130,96,0,8,1,10,46,74,83,87,114,97,112,112,101,114,2,2,85,5,72,9,176,98,127,115,0,8,1,17,46,82,111,100,111,95,98,108,117,114,95,95,99,110,75,100,78,2,1,194,136,240,251,0,8,1,6,46,83,82,97,66,77,2,1,91,94,52,246,0,8,1,36,46,84,101,114,109,115,79,102,85,115,101,77,111,100,97,108,95,109,111,100,97,108,87,114,97,112,112,101,114,95,95,51,98,87,80,88,2,1,126,21,161,252,0,8,1,16,46,84,114,97,99,107,105,110,103,73,110,102,111,66,111,120,2,1,233,4,185,230,0,8,1,9,46,95,99,111,110,115,101,110,116,2,1,119,235,194,53,0,8,1,29,46,95,99,111,111,107,105,101,95,99,111,111,107,105,101,115,45,112,97,110,101,108,95,95,76,77,73,57,97,2,1,20,27,248,174,0,8,1,5,46,97,98,99,100,2,1,234,190,182,21,0,8,1,9,46,97,100,45,109,111,100,97,108,2,1,178,141,120,93,0,8,1,16,46,97,108,99,97,108,105,97,45,99,111,111,107,105,101,115,2,1,179,202,79,98,0,8,1,12,46,97,108,101,114,116,45,102,108,97,115,104,2,1,94,172,28,209,0,8,1,11,46,97,108,101,114,116,66,111,120,101,115,2,1,4,157,64,254,0,8,1,8,46,97,118,119,112,45,97,118,2,1,92,118,11,227,0,8,1,16,46,97,118,119,112,45,97,118,45,111,118,101,114,108,97,121,2,1,92,118,11,227,0,8,1,8,46,98,45,109,111,100,97,108,2,1,188,183,252,135,0,8,1,19,46,98,97,99,107,103,114,111,117,110,100,45,111,118,101,114,108,97,121,2,1,231,126,31,204,0,8,1,12,46,98,97,108,108,45,99,111,111,107,105,101,2,1,38,242,39,136,0,8,1,12,46,98,97,114,45,45,98,111,116,116,111,109,2,1,154,239,148,104,0,8,1,14,46,98,97,115,105,99,76,105,103,104,116,98,111,120,2,1,196,209,36,86,0,8,1,13,46,98,103,45,103,114,101,101,110,45,50,48,48,2,1,217,126,187,80,0,8,1,17,46,98,105,112,45,99,111,111,107,105,101,45,109,111,100,97,108,2,2,98,166,166,240,210,156,254,166,0,8,1,11,46,98,109,45,112,114,105,118,97,99,121,2,1,54,237,11,46,0,8,1,20,46,98,115,45,99,111,111,107,105,101,115,95,95,111,118,101,114,108,97,121,2,1,117,213,82,151,0,8,1,8,46,99,95,95,99,97,107,101,2,1,159,105,208,8,0,8,1,24,46,99,105,97,99,104,98,116,109,45,119,114,97,112,45,99,111,110,116,97,105,110,101,114,2,1,247,162,135,123,0,8,1,7,46,99,106,99,86,68,119,2,1,9,73,228,176,0,8,1,4,46,99,107,103,2,1,45,111,47,216,0,8,1,11,46,99,109,45,111,118,101,114,108,97,121,2,1,193,167,67,79,0,8,1,17,46,99,109,45,112,111,112,117,112,45,119,114,97,112,112,101,114,2,1,36,64,217,86,0,8,1,8,46,99,109,117,108,113,55,122,2,1,217,1,40,94,0,8,1,16,46,99,111,110,102,105,103,45,109,101,115,115,97,103,101,115,2,1,147,163,82,51,0,8,1,15,46,99,111,110,115,101,110,116,45,108,97,121,111,117,116,2,1,171,112,99,249,0,8,1,9,46,99,111,110,115,101,110,116,115,2,6,57,112,6,4,164,188,110,65,201,169,155,25,233,144,80,236,239,19,72,56,244,59,160,111,0,8,1,16,46,99,111,111,107,105,101,45,100,105,118,45,109,97,105,110,2,1,53,151,125,200,0,8,1,19,46,99,111,111,107,105,101,45,112,111,112,117,112,45,109,111,100,97,108,2,1,237,180,9,120,0,8,1,12,46,99,111,111,107,105,101,45,119,97,108,108,2,1,193,30,27,169,0,8,1,15,46,99,111,111,107,105,101,115,45,45,99,108,111,97,107,2,5,0,27,29,29,7,25,248,48,32,118,106,44,129,187,31,54,129,193,19,123,0,8,1,11,46,99,111,111,107,105,101,115,45,97,116,2,1,122,20,111,111,0,8,1,19,46,99,111,111,107,105,101,115,45,97,116,45,111,118,101,114,108,97,121,2,1,122,20,111,111,0,8,1,25,46,99,111,111,107,105,101,115,45,98,97,110,110,101,114,95,99,111,109,112,111,110,101,110,116,2,1,47,61,226,200,0,8,1,30,46,99,111,111,107,105,101,115,66,108,111,99,107,83,99,115,115,45,98,97,99,107,100,114,111,112,45,49,102,122,2,2,185,42,138,199,209,102,116,250,0,8,1,26,46,99,111,111,107,105,101,115,66,108,111,99,107,83,99,115,115,45,114,111,111,116,45,49,83,103,2,2,185,42,138,199,209,102,116,250,0,8,1,16,46,99,111,111,107,105,101,115,95,99,118,121,117,97,120,104,2,1,217,1,40,94,0,8,1,16,46,99,111,111,107,105,101,115,95,100,113,120,122,57,108,103,2,1,217,1,40,94,0,8,1,6,46,99,111,118,101,114,2,1,210,90,236,37,0,8,1,5,46,99,112,112,97,2,2,44,201,207,56,218,63,147,84,0,8,1,12,46,99,115,115,45,49,114,105,120,115,116,117,2,1,23,38,100,74,0,8,1,12,46,99,115,115,45,49,118,49,106,116,102,113,2,1,254,246,14,197,0,8,1,11,46,99,115,115,45,56,103,120,51,121,122,2,1,151,213,73,44,0,8,1,11,46,99,115,115,45,106,106,100,50,115,101,2,1,192,10,95,45,0,8,1,11,46,99,115,115,45,112,121,52,97,51,50,2,1,43,28,224,93,0,8,1,11,46,99,115,115,45,117,109,49,57,118,98,2,1,151,213,73,44,0,8,1,11,46,99,115,115,45,121,99,111,50,101,103,2,1,7,252,241,249,0,8,1,7,46,100,68,87,87,80,107,2,1,129,38,24,206,0,8,1,16,46,100,105,97,108,111,103,98,108,111,99,107,114,111,100,111,2,1,129,189,198,205,0,8,1,15,46,100,105,118,77,111,100,97,108,68,105,97,108,111,103,2,1,220,12,168,105,0,8,1,7,46,101,100,120,122,100,75,2,1,129,200,7,250,0,8,1,7,46,101,107,45,98,97,114,2,2,59,42,57,73,106,183,247,254,0,8,1,5,46,101,117,99,108,2,1,221,151,229,14,0,8,1,9,46,101,122,107,50,56,48,118,51,2,1,5,106,19,223,0,8,1,7,46,102,83,99,114,109,109,2,1,6,6,98,195,0,8,1,16,46,102,97,99,101,116,101,100,45,111,118,101,114,108,97,121,2,1,130,57,198,201,0,8,1,24,46,102,105,108,116,101,114,45,109,111,100,97,108,45,98,97,99,107,103,114,111,117,110,100,2,5,78,214,77,31,125,185,102,12,135,170,77,176,141,226,127,145,204,200,133,223,0,8,1,19,46,102,105,120,101,100,45,98,111,116,116,111,109,45,114,105,103,104,116,2,1,92,233,6,115,0,8,1,11,46,103,117,101,115,116,95,119,97,114,110,2,1,136,192,8,111,0,8,1,22,46,104,101,97,100,45,112,97,103,101,45,105,110,102,111,114,109,97,116,105,111,110,2,5,118,103,32,165,128,129,209,99,185,185,26,151,212,18,46,129,222,99,155,54,0,8,1,14,46,104,101,97,100,101,114,45,98,97,110,110,101,114,2,1,232,157,192,208,0,8,1,7,46,105,66,89,105,112,106,2,1,200,219,94,38,0,8,1,7,46,105,82,104,68,100,78,2,1,15,190,5,11,0,8,1,3,46,105,98,2,1,7,33,166,250,0,8,1,11,46,105,110,102,111,95,99,95,98,111,120,2,1,103,119,114,187,0,8,1,15,46,105,110,102,111,114,109,97,116,105,111,110,66,97,114,2,1,73,32,50,213,0,8,1,9,46,106,99,111,110,102,105,114,109,2,1,7,73,48,31,0,8,1,11,46,106,113,45,99,111,111,107,105,101,115,2,1,233,119,209,82,0,8,1,12,46,106,115,45,109,101,115,115,97,103,101,115,2,1,166,3,78,150,0,8,1,17,46,106,115,45,109,111,100,97,108,45,99,111,111,107,105,101,115,2,1,204,91,93,7,0,8,1,7,46,106,115,115,50,53,54,2,1,114,44,201,21,0,8,1,7,46,106,115,115,51,53,57,2,1,192,240,128,208,0,8,1,31,46,107,108,97,117,122,117,108,97,45,98,97,99,107,103,114,111,117,110,100,45,119,121,115,122,97,114,122,111,110,121,2,1,11,219,235,168,0,8,1,22,46,108,97,110,100,101,110,100,45,105,110,102,111,98,97,114,45,108,105,103,104,116,2,2,141,249,55,108,142,21,242,230,0,8,1,18,46,108,97,121,111,117,116,32,62,32,46,119,114,97,112,112,101,114,2,1,183,35,72,127,0,8,1,12,46,108,97,121,111,117,116,45,109,97,115,107,2,1,189,186,12,241,0,8,1,26,46,108,97,121,111,117,116,95,99,111,111,107,105,101,115,82,117,108,101,95,95,50,81,111,117,88,2,1,24,43,102,89,0,8,1,12,46,108,101,103,97,108,65,100,118,105,99,101,2,1,120,46,48,101,0,8,1,5,46,109,45,99,99,2,1,190,80,235,111,0,8,1,10,46,109,45,99,111,111,107,105,101,115,2,1,80,160,51,180,0,8,1,11,46,109,97,120,45,119,45,102,117,108,108,2,1,12,233,54,26,0,8,1,14,46,109,101,115,115,97,103,101,45,97,108,101,114,116,2,1,36,172,227,10,0,8,1,25,46,109,101,115,115,97,103,101,45,112,111,112,117,112,45,98,97,99,107,103,114,111,117,110,100,2,1,80,124,27,158,0,8,1,15,46,109,101,115,115,97,103,101,45,119,105,110,100,111,119,2,1,44,160,235,196,0,8,1,9,46,109,101,115,115,97,103,101,115,2,1,193,57,233,251,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,1,237,180,9,120,0,8,1,11,46,109,111,100,97,108,45,103,100,112,114,2,1,145,122,36,45,0,8,1,12,46,109,111,100,97,108,45,108,101,103,97,108,2,1,15,40,145,201,0,8,1,10,46,109,111,100,97,108,82,79,68,79,2,1,67,130,255,17,0,8,1,21,46,109,111,100,117,108,101,45,104,101,97,100,101,114,95,110,111,116,105,99,101,2,1,193,14,136,70,0,8,1,6,46,109,111,110,105,116,2,1,213,192,80,117,0,8,1,12,46,109,121,77,111,100,97,108,45,98,111,120,2,3,64,178,139,57,152,112,67,116,193,167,242,51,0,8,1,11,46,110,111,116,105,99,101,95,98,97,114,2,2,64,30,78,254,137,121,23,90,0,8,1,27,46,110,111,116,105,102,105,99,97,116,105,111,110,45,97,108,101,114,116,45,119,114,97,112,112,101,114,2,1,84,73,249,236,0,8,1,14,46,110,111,116,105,102,105,99,97,116,105,111,110,115,2,1,231,90,53,31,0,8,1,13,46,111,118,101,114,108,97,121,45,103,100,112,114,2,1,145,122,36,45,0,8,1,7,46,112,111,108,105,99,121,2,1,238,201,9,143,0,8,1,17,46,112,111,112,117,112,45,98,97,99,107,103,114,111,117,110,100,2,1,127,174,156,206,0,8,1,17,46,112,111,112,117,112,45,116,111,112,45,104,101,97,100,101,114,2,1,118,125,48,137,0,8,1,13,46,112,111,112,117,112,67,111,110,116,101,110,116,2,1,145,253,72,196,0,8,1,16,46,112,111,115,105,116,105,111,110,45,98,111,116,116,111,109,2,1,234,227,146,161,0,8,1,4,46,112,112,99,2,1,186,188,234,69,0,8,1,23,46,112,121,45,52,46,112,120,45,54,46,105,116,101,109,115,45,99,101,110,116,101,114,2,1,193,29,211,233,0,8,1,16,46,114,97,110,107,45,99,111,111,107,105,101,45,98,97,114,2,1,155,201,240,64,0,8,1,18,46,114,107,45,99,111,111,107,105,101,45,111,118,101,114,108,97,121,2,1,185,42,152,222,0,8,1,9,46,114,115,116,98,111,120,101,115,2,1,89,75,136,12,0,8,1,20,46,115,99,45,49,121,107,106,106,109,56,45,48,46,108,111,102,75,120,81,2,1,129,200,7,250,0,8,1,10,46,115,99,45,98,116,101,119,113,85,2,1,129,200,153,152,0,8,1,9,46,115,101,110,100,95,97,107,116,2,1,138,57,123,66,0,8,1,15,46,115,104,45,112,97,103,101,45,110,111,116,105,99,101,2,1,67,198,196,220,0,8,1,13,46,115,105,109,112,108,101,45,109,111,100,97,108,2,1,166,122,101,10,0,8,1,5,46,115,111,111,107,2,1,202,148,152,123,0,8,1,28,46,115,116,101,97,109,97,115,116,101,114,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,2,1,91,245,142,202,0,8,1,14,46,115,116,105,99,107,121,45,102,111,111,116,101,114,2,1,35,134,244,3,0,8,1,12,46,115,116,105,99,107,121,110,111,116,101,50,2,1,77,164,6,178,0,8,1,19,46,115,116,121,108,101,115,95,115,104,111,119,95,95,51,105,54,107,120,2,1,63,157,5,228,0,8,1,23,46,116,97,114,110,111,119,45,99,111,111,107,105,101,115,45,119,114,97,112,112,101,114,2,1,224,55,177,204,0,8,1,6,46,116,99,101,108,108,2,1,221,192,207,69,0,8,1,8,46,116,99,111,111,107,105,101,2,1,242,206,129,3,0,8,1,4,46,116,111,112,2,1,200,187,46,233,0,8,1,38,46,117,105,45,100,105,97,108,111,103,91,97,114,105,97,45,100,101,115,99,114,105,98,101,100,98,121,61,34,99,111,111,107,105,101,115,34,93,2,1,60,9,41,179,0,8,1,59,46,117,105,45,100,105,97,108,111,103,91,97,114,105,97,45,100,101,115,99,114,105,98,101,100,98,121,61,34,99,111,111,107,105,101,115,34,93,32,126,32,46,117,105,45,119,105,100,103,101,116,45,111,118,101,114,108,97,121,2,1,60,9,41,179,0,8,1,18,46,117,105,45,119,105,100,103,101,116,45,99,111,110,116,101,110,116,2,1,99,105,65,90,0,8,1,9,46,119,51,45,109,111,100,97,108,2,1,86,227,56,165,0,8,1,10,46,119,105,100,103,101,116,115,45,53,2,1,232,65,11,92,0,8,1,13,46,120,49,51,101,117,99,111,111,107,105,101,115,2,1,58,196,193,79,0,8,1,23,46,120,49,51,101,117,99,111,111,107,105,101,115,95,95,98,97,99,107,100,114,111,112,2,1,233,75,87,34,0,8,1,27,46,122,45,49,50,48,48,46,98,111,114,100,101,114,45,112,114,105,109,97,114,121,45,109,97,105,110,2,1,193,29,211,233,0,8,1,23,46,122,103,111,100,97,95,110,97,95,112,114,122,101,116,119,97,114,122,97,110,105,101,2,1,169,39,85,246,0,8,1,7,46,122,115,97,118,57,97,2,1,7,109,76,69,0,0,1,37,91,100,97,116,97,45,116,101,115,116,61,34,109,111,100,97,108,45,99,111,111,107,105,101,45,98,111,116,116,111,109,45,98,97,114,34,93,2,1,217,1,40,94,0,0,1,48,91,115,116,121,108,101,94,61,34,112,111,115,105,116,105,111,110,58,32,102,105,120,101,100,59,32,108,101,102,116,58,32,48,112,120,59,32,116,111,112,58,32,48,112,120,59,34,93,2,2,46,255,150,126,221,192,207,69,0,0,1,32,91,115,116,121,108,101,94,61,34,116,111,112,58,48,59,108,101,102,116,58,48,59,114,105,103,104,116,58,48,59,34,93,2,1,79,162,90,77,0,0,1,18,97,112,112,45,97,99,99,101,112,116,45,99,111,111,107,105,101,115,2,1,234,119,225,22,0,0,1,25,98,111,100,121,32,62,32,100,105,118,91,115,116,121,108,101,42,61,34,49,48,48,37,34,93,2,1,98,83,84,249,0,0,1,13,99,111,111,107,105,101,45,112,111,108,105,99,121,2,1,33,6,170,175,0,0,1,29,100,105,118,91,99,108,97,115,115,94,61,34,71,68,80,82,67,111,111,107,105,101,73,110,102,111,95,34,93,2,1,211,91,214,184,0,0,1,35,100,105,118,91,99,108,97,115,115,94,61,34,115,116,121,108,101,115,95,95,72,101,97,100,101,114,73,110,102,111,66,97,114,34,93,2,1,150,44,133,158,0,0,1,24,100,105,118,91,105,100,94,61,34,67,111,111,107,105,101,115,80,111,112,117,112,95,34,93,2,1,88,14,219,60,0,0,1,52,100,105,118,91,115,116,121,108,101,42,61,34,98,97,99,107,103,114,111,117,110,100,58,117,114,108,40,105,109,97,103,101,115,47,99,111,111,107,105,101,115,95,116,108,111,46,112,110,103,41,34,93,2,1,225,166,185,156,0,0,1,128,0,0,1,145,100,105,118,91,115,116,121,108,101,61,34,32,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,32,35,70,65,70,65,70,65,59,32,32,98,111,114,100,101,114,58,32,49,112,120,32,115,111,108,105,100,32,103,114,97,121,59,32,32,98,111,114,100,101,114,45,114,97,100,105,117,115,58,32,49,48,112,120,32,49,48,112,120,32,49,48,112,120,32,49,48,112,120,59,32,32,98,111,120,45,115,104,97,100,111,119,58,32,49,112,120,32,49,112,120,32,51,112,120,32,48,32,103,114,97,121,59,32,32,109,97,114,103,105,110,58,32,48,32,97,117,116,111,59,32,32,112,97,100,100,105,110,103,58,32,49,48,112,120,32,50,53,112,120,59,32,32,119,105,100,116,104,58,32,57,51,48,112,120,59,32,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,32,35,70,65,70,65,70,65,59,32,32,98,111,114,100,101,114,58,32,49,112,120,32,115,111,108,105,100,32,103,114,97,121,59,32,32,98,111,114,100,101,114,45,114,97,100,105,117,115,58,32,49,48,112,120,59,32,109,111,122,45,98,111,114,100,101,114,45,114,97,100,105,117,115,58,32,49,48,112,120,59,32,119,101,98,107,105,116,45,98,111,114,100,101,114,45,114,97,100,105,117,115,58,32,49,48,112,120,59,32,32,98,111,120,45,115,104,97,100,111,119,58,32,49,112,120,32,49,112,120,32,51,112,120,32,48,32,103,114,97,121,59,32,32,109,97,114,103,105,110,58,32,48,32,97,117,116,111,59,32,32,112,97,100,100,105,110,103,58,32,49,48,112,120,32,50,53,112,120,59,32,32,119,105,100,116,104,58,32,57,51,48,112,120,59,34,93,2,1,130,58,45,80,0,0,1,128,0,0,0,247,100,105,118,91,115,116,121,108,101,61,34,98,111,114,100,101,114,45,116,111,112,58,32,49,112,120,32,115,111,108,105,100,32,114,103,98,40,49,57,51,44,32,49,57,51,44,32,49,57,51,41,59,32,98,111,116,116,111,109,58,32,48,112,120,59,32,98,111,120,45,115,104,97,100,111,119,58,32,48,112,120,32,45,50,112,120,32,52,112,120,32,114,103,98,40,49,57,51,44,32,49,57,51,44,32,49,57,51,41,59,32,112,111,115,105,116,105,111,110,58,32,102,105,120,101,100,59,32,112,97,100,100,105,110,103,58,32,49,48,112,120,32,48,112,120,59,32,108,101,102,116,58,32,48,112,120,59,32,114,105,103,104,116,58,32,48,112,120,59,32,116,101,120,116,45,97,108,105,103,110,58,32,99,101,110,116,101,114,59,32,119,105,100,116,104,58,32,49,48,48,37,59,32,122,45,105,110,100,101,120,58,32,49,48,48,48,48,48,48,59,32,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,32,119,104,105,116,101,59,34,93,2,1,214,148,92,52,0,0,1,77,100,105,118,91,115,116,121,108,101,61,34,99,108,101,97,114,58,32,98,111,116,104,59,32,102,111,110,116,58,32,110,111,114,109,97,108,32,49,50,112,120,32,65,114,105,97,108,59,32,112,97,100,100,105,110,103,58,32,53,112,120,32,48,112,120,32,53,112,120,32,49,48,112,120,59,34,93,2,1,129,192,159,87,0,0,1,128,0,0,0,136,100,105,118,91,115,116,121,108,101,61,34,99,108,101,97,114,58,98,111,116,104,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,49,48,112,120,32,51,37,59,109,97,114,103,105,110,58,48,59,112,111,115,105,116,105,111,110,58,102,105,120,101,100,59,98,111,116,116,111,109,58,48,59,98,111,114,100,101,114,45,116,111,112,58,49,112,120,32,115,111,108,105,100,32,35,55,55,55,59,119,105,100,116,104,58,57,52,37,59,34,93,2,1,234,175,163,231,0,0,1,25,100,105,118,91,115,116,121,108,101,61,34,112,97,100,100,105,110,103,58,56,112,120,59,34,93,2,1,245,64,46,4,0,0,1,128,0,0,0,150,100,105,118,91,115,116,121,108,101,61,34,112,111,115,105,116,105,111,110,58,32,102,105,120,101,100,59,32,108,101,102,116,58,48,59,32,114,105,103,104,116,58,48,59,32,98,111,116,116,111,109,58,48,59,32,104,101,105,103,104,116,58,51,52,112,120,59,32,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,101,101,101,59,32,98,111,114,100,101,114,45,116,111,112,58,32,49,112,120,32,115,111,108,105,100,32,98,108,97,99,107,59,32,122,45,105,110,100,101,120,58,49,48,48,48,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,34,93,2,1,192,253,99,142,0,0,1,68,100,105,118,91,115,116,121,108,101,61,34,116,101,120,116,45,97,108,105,103,110,58,32,114,105,103,104,116,59,32,102,111,110,116,45,115,105,122,101,58,32,57,112,120,59,32,112,97,100,100,105,110,103,45,114,105,103,104,116,58,32,50,48,112,120,59,34,93,2,1,100,117,79,46,0,0,1,128,0,0,1,24,100,105,118,91,115,116,121,108,101,61,34,119,105,100,116,104,58,32,49,48,48,37,59,32,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,32,114,103,98,40,48,44,32,48,44,32,48,41,59,32,109,97,114,103,105,110,58,32,48,112,120,59,32,112,111,115,105,116,105,111,110,58,32,102,105,120,101,100,59,32,98,111,116,116,111,109,58,32,48,112,120,59,32,108,101,102,116,58,32,48,112,120,59,32,112,97,100,100,105,110,103,58,32,48,112,120,59,32,104,101,105,103,104,116,58,32,49,53,112,120,59,32,108,105,110,101,45,104,101,105,103,104,116,58,32,49,53,112,120,59,32,116,101,120,116,45,97,108,105,103,110,58,32,99,101,110,116,101,114,59,32,99,111,108,111,114,58,32,114,103,98,40,50,53,53,44,32,50,53,53,44,32,50,53,53,41,59,32,122,45,105,110,100,101,120,58,32,49,48,48,48,59,32,102,111,110,116,45,102,97,109,105,108,121,58,32,65,114,105,97,108,44,32,72,101,108,118,101,116,105,99,97,44,32,115,97,110,115,45,115,101,114,105,102,59,32,102,111,110,116,45,115,105,122,101,58,32,49,48,112,120,59,34,93,2,1,190,79,212,154,0,0,1,128,0,0,0,220,100,105,118,91,115,116,121,108,101,61,34,119,105,100,116,104,58,32,49,48,48,37,59,32,98,97,99,107,103,114,111,117,110,100,58,32,114,103,98,40,52,52,44,32,52,56,44,32,53,49,41,32,110,111,110,101,32,114,101,112,101,97,116,32,115,99,114,111,108,108,32,48,37,32,48,37,59,32,112,97,100,100,105,110,103,58,32,49,48,112,120,32,48,59,32,99,111,108,111,114,58,32,35,102,102,102,59,32,98,111,114,100,101,114,45,116,111,112,58,32,49,112,120,32,115,111,108,105,100,32,114,103,98,40,50,50,49,44,32,50,50,49,44,32,50,50,49,41,59,32,32,116,101,120,116,45,97,108,105,103,110,58,32,99,101,110,116,101,114,59,32,112,111,115,105,116,105,111,110,58,32,102,105,120,101,100,59,32,98,111,116,116,111,109,58,32,48,59,32,122,45,105,110,100,101,120,58,32,57,57,57,57,57,57,57,57,57,59,34,93,2,1,204,113,231,255,0,0,1,128,0,0,0,180,100,105,118,91,115,116,121,108,101,61,34,119,105,100,116,104,58,32,49,48,48,37,59,102,108,111,97,116,58,32,108,101,102,116,59,98,97,99,107,103,114,111,117,110,100,58,32,35,102,102,102,59,112,97,100,100,105,110,103,58,32,49,53,112,120,32,48,59,112,111,115,105,116,105,111,110,58,32,102,105,120,101,100,59,116,111,112,58,32,48,112,120,59,108,101,102,116,58,32,48,112,120,59,116,101,120,116,45,97,108,105,103,110,58,32,99,101,110,116,101,114,59,99,111,108,111,114,58,32,35,48,48,48,59,98,111,114,100,101,114,45,98,111,116,116,111,109,58,32,49,112,120,32,35,48,48,48,32,115,111,108,105,100,59,122,45,105,110,100,101,120,58,32,49,48,48,48,59,34,93,2,1,190,81,127,43,0,0,1,128,0,0,0,173,100,105,118,91,115,116,121,108,101,61,34,119,105,100,116,104,58,32,57,55,48,112,120,59,32,98,111,114,100,101,114,58,49,112,120,32,115,111,108,105,100,32,103,114,97,121,59,32,109,97,114,103,105,110,58,32,51,112,120,32,97,117,116,111,59,32,99,111,108,111,114,58,32,103,114,97,121,59,32,112,97,100,100,105,110,103,58,32,51,112,120,59,32,116,101,120,116,45,97,108,105,103,110,58,32,99,101,110,116,101,114,59,32,102,111,110,116,58,32,49,48,112,120,32,86,101,114,100,97,110,97,44,32,115,97,110,115,45,115,101,114,105,102,59,32,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,32,35,102,102,102,102,102,102,59,34,93,2,1,100,117,79,46,0,0,1,128,0,0,0,252,100,105,118,91,115,116,121,108,101,61,34,122,45,105,110,100,101,120,58,32,49,48,48,59,32,32,102,111,110,116,45,102,97,109,105,108,121,58,32,65,114,105,97,108,59,32,102,111,110,116,45,115,105,122,101,58,32,49,50,112,120,59,32,116,101,120,116,45,97,108,105,103,110,58,32,99,101,110,116,101,114,59,32,111,112,97,99,105,116,121,58,32,48,46,56,59,32,108,105,110,101,45,104,101,105,103,104,116,58,32,49,50,112,120,59,32,112,111,115,105,116,105,111,110,58,32,102,105,120,101,100,59,32,98,97,99,107,103,114,111,117,110,100,58,32,35,102,52,102,52,102,52,59,32,98,111,114,100,101,114,58,32,49,112,120,32,115,111,108,105,100,32,35,55,55,55,59,32,98,111,114,100,101,114,45,108,101,102,116,58,32,48,59,32,98,111,114,100,101,114,45,114,105,103,104,116,58,32,48,59,32,98,111,116,116,111,109,58,32,48,112,120,59,32,119,105,100,116,104,58,32,49,48,48,37,59,32,112,97,100,100,105,110,103,58,32,53,112,120,59,34,93,2,1,138,187,77,181,0,0,1,50,100,105,118,91,115,116,121,108,101,94,61,34,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,32,114,103,98,40,49,56,56,44,32,49,53,51,44,32,55,51,41,59,34,93,2,1,27,81,85,177,0,0,1,30,100,105,118,91,115,116,121,108,101,94,61,34,102,111,110,116,45,115,105,122,101,58,32,49,51,112,120,59,34,93,2,1,249,245,25,125,0,0,1,38,100,105,118,91,115,116,121,108,101,94,61,34,102,111,110,116,45,115,105,122,101,58,49,50,112,120,59,98,111,116,116,111,109,58,48,59,34,93,2,1,142,131,135,253,0,0,1,29,100,105,118,91,115,116,121,108,101,94,61,34,108,101,102,116,58,32,48,112,120,59,32,116,111,112,58,34,93,2,1,168,22,18,159,0,0,1,49,100,105,118,91,115,116,121,108,101,94,61,34,112,111,115,105,116,105,111,110,58,32,97,98,115,111,108,117,116,101,59,32,122,45,105,110,100,101,120,58,32,51,50,48,48,48,59,34,93,2,1,40,164,166,228,0,0,1,38,100,105,118,91,115,116,121,108,101,94,61,34,112,111,115,105,116,105,111,110,58,32,102,105,120,101,100,59,32,98,111,116,116,111,109,58,34,93,2,1,78,15,161,164,0,0,1,46,100,105,118,91,115,116,121,108,101,94,61,34,112,111,115,105,116,105,111,110,58,32,102,105,120,101,100,59,32,100,105,115,112,108,97,121,58,32,116,97,98,108,101,59,34,93,2,1,221,192,207,69,0,0,1,36,100,105,118,91,115,116,121,108,101,94,61,34,112,111,115,105,116,105,111,110,58,32,102,105,120,101,100,59,32,108,101,102,116,58,34,93,2,1,24,171,169,138,0,0,1,35,100,105,118,91,115,116,121,108,101,94,61,34,116,111,112,58,48,59,108,101,102,116,58,48,59,114,105,103,104,116,58,48,59,34,93,2,1,130,57,192,2,0,0,1,16,119,112,108,45,99,111,111,107,105,101,45,112,111,112,117,112,2,1,229,116,56,53,0,16,1,10,35,67,79,79,75,73,69,66,65,82,2,1,103,200,251,145,0,16,1,15,35,76,71,80,68,45,83,116,97,114,116,69,99,111,109,2,1,26,119,25,12,0,16,1,14,35,97,115,102,67,111,111,107,105,101,115,66,97,114,2,1,97,254,45,138,0,16,1,14,35,98,97,114,114,97,109,101,110,115,97,103,101,109,2,1,206,111,7,248,0,16,1,13,35,99,97,114,100,45,99,111,111,107,105,101,115,2,1,128,3,40,210,0,16,1,13,35,99,107,45,99,111,110,116,97,105,110,101,114,2,1,33,120,253,137,0,16,1,5,35,99,111,111,107,2,1,226,98,121,28,0,16,1,17,35,99,111,111,107,105,101,45,108,97,119,45,112,97,110,101,108,2,1,164,112,226,206,0,16,1,24,35,99,111,111,107,105,101,45,110,101,119,45,99,99,111,110,115,101,110,116,45,98,97,114,2,1,64,151,173,137,0,16,1,13,35,99,111,111,107,105,101,115,109,111,100,97,108,2,1,51,4,186,46,0,16,1,36,35,99,116,108,48,48,95,80,111,108,105,116,105,99,97,67,111,111,107,105,101,115,95,100,105,118,67,111,111,107,105,101,115,77,115,103,2,1,61,255,82,176,0,16,1,11,35,100,105,115,99,108,97,105,109,101,114,2,4,79,119,184,49,102,171,249,248,132,189,69,230,221,63,198,122,0,16,1,9,35,100,118,99,111,111,107,105,101,2,1,68,81,27,31,0,16,1,9,35,102,103,118,45,108,103,112,100,2,1,124,233,221,0,0,16,1,10,35,103,111,108,100,112,111,112,117,112,2,1,16,177,89,16,0,16,1,7,35,105,115,86,105,101,119,2,1,105,107,39,9,0,16,1,17,35,105,116,45,101,112,114,105,118,97,99,121,45,114,111,111,116,2,1,138,254,68,33,0,16,1,17,35,107,108,97,114,111,45,112,101,45,111,118,101,114,108,97,121,2,1,204,117,112,10,0,16,1,16,35,107,108,97,114,111,45,112,101,45,119,105,110,100,111,119,2,1,204,117,112,10,0,16,1,5,35,108,103,112,100,2,2,20,173,79,230,131,26,76,89,0,16,1,9,35,108,103,112,100,45,98,111,120,2,1,153,78,185,217,0,16,1,13,35,108,103,112,100,45,119,114,97,112,112,101,114,2,1,225,211,131,61,0,16,1,11,35,108,103,112,100,67,111,111,107,105,101,2,1,117,190,169,46,0,16,1,12,35,108,103,112,100,95,98,97,110,110,101,114,2,1,208,202,241,101,0,16,1,11,35,108,103,112,100,98,97,110,110,101,114,2,1,52,15,42,29,0,16,1,15,35,108,111,97,100,101,114,45,111,118,101,114,108,97,121,2,3,91,34,251,41,142,38,93,166,157,39,2,184,0,16,1,15,35,108,112,45,112,111,109,45,98,111,120,45,53,50,56,2,1,106,114,92,182,0,16,1,18,35,109,45,97,99,99,45,100,101,115,99,114,105,112,116,105,111,110,2,1,99,8,232,237,0,16,1,14,35,109,97,110,97,103,101,67,111,111,107,105,101,115,2,1,48,40,51,152,0,16,1,18,35,109,111,100,97,108,95,97,99,101,105,116,101,121,99,112,111,108,2,1,114,12,14,208,0,16,1,17,35,109,111,116,111,114,111,108,97,45,99,111,111,107,105,101,115,2,2,195,63,222,240,213,81,107,31,0,16,1,6,35,110,103,45,99,99,2,1,55,177,120,83,0,16,1,13,35,111,80,114,105,118,97,108,108,121,65,112,112,2,1,198,100,82,102,0,16,1,7,35,111,112,97,113,117,101,2,1,98,49,139,75,0,16,1,13,35,112,111,108,105,116,105,99,97,45,98,111,120,2,1,154,26,188,96,0,16,1,20,35,112,111,108,105,116,105,99,97,80,114,105,118,97,99,105,100,97,100,101,2,1,84,76,215,215,0,16,1,19,35,112,114,105,118,97,99,121,45,112,111,108,105,99,121,45,100,105,118,2,1,55,1,106,230,0,16,1,21,35,112,114,105,118,97,99,121,45,116,111,111,108,115,45,98,97,110,110,101,114,2,1,35,80,23,253,0,16,1,18,35,114,111,111,116,32,62,32,46,115,99,45,98,100,86,97,74,97,2,1,141,15,203,86,0,16,1,22,35,114,116,112,103,101,114,97,108,99,111,111,107,105,101,99,111,110,116,101,110,116,2,1,164,112,213,215,0,16,1,17,35,116,101,114,109,111,115,95,97,110,97,108,121,116,105,99,115,2,1,89,70,241,246,0,16,1,17,35,118,116,101,120,45,108,103,112,100,45,99,111,111,107,105,101,2,2,43,59,173,137,197,48,49,27,0,16,1,12,35,119,114,110,103,45,97,103,114,109,110,116,2,1,26,238,110,208,0,8,1,8,46,45,112,111,108,105,99,121,2,1,63,172,79,31,0,8,1,7,46,66,67,95,86,78,57,2,1,87,50,190,198,0,8,1,30,46,67,111,111,107,105,101,72,111,108,100,101,114,95,99,111,110,116,97,105,110,101,114,95,95,50,51,103,48,115,2,1,51,87,131,32,0,8,1,16,46,68,121,107,71,111,46,115,99,45,99,114,122,111,65,69,2,1,98,128,196,164,0,8,1,6,46,70,83,101,108,105,2,1,20,154,58,67,0,8,1,12,46,76,71,80,68,45,110,111,116,105,99,101,2,1,106,247,171,182,0,8,1,16,46,84,114,97,99,107,105,110,103,73,110,102,111,66,111,120,2,1,215,231,105,142,0,8,1,7,46,95,49,105,83,80,121,2,1,200,179,91,137,0,8,1,20,46,95,99,111,110,116,97,105,110,101,114,95,49,115,105,113,114,95,53,52,2,1,126,22,76,208,0,8,1,13,46,97,99,99,101,112,116,80,111,108,105,99,101,2,1,209,61,126,201,0,8,1,17,46,97,99,99,101,112,116,97,110,99,101,45,116,101,114,109,115,2,1,203,241,225,91,0,8,1,7,46,97,99,101,105,116,101,2,2,134,174,35,169,248,40,39,211,0,8,1,15,46,97,100,112,45,112,111,112,117,112,45,119,114,97,112,2,1,194,102,34,168,0,8,1,7,46,97,108,101,114,116,97,2,2,229,181,219,20,233,176,165,253,0,8,1,14,46,97,108,101,114,116,97,67,111,111,107,105,101,115,2,2,57,22,3,62,75,56,152,112,0,8,1,51,46,97,110,116,100,45,112,114,111,45,99,111,109,112,111,110,101,110,116,115,45,99,111,111,107,105,101,45,112,111,112,45,117,112,45,105,110,100,101,120,45,115,104,111,119,95,112,111,112,117,112,2,1,105,124,95,215,0,8,1,7,46,98,90,69,103,102,72,2,1,139,196,100,89,0,8,1,17,46,98,97,99,107,100,114,111,112,45,98,108,117,114,45,115,109,2,1,172,128,55,184,0,8,1,19,46,98,97,99,107,103,114,111,117,110,100,45,111,118,101,114,108,97,121,2,1,189,103,77,149,0,8,1,17,46,98,97,110,110,101,114,45,99,111,110,116,97,105,110,101,114,2,1,220,50,207,225,0,8,1,17,46,98,97,110,110,101,114,45,102,105,120,101,100,45,98,111,120,2,1,158,135,160,129,0,8,1,19,46,98,97,110,110,101,114,45,102,111,111,116,101,114,45,108,103,112,100,2,1,51,79,0,78,0,8,1,33,46,98,97,110,110,101,114,95,114,111,100,97,112,101,95,105,110,102,111,114,109,97,110,100,111,95,99,111,111,107,105,101,115,2,2,85,92,18,5,100,73,27,124,0,8,1,105,46,98,97,115,101,45,102,108,101,120,45,99,111,108,46,108,103,92,58,98,97,115,101,45,102,108,101,120,45,114,111,119,46,98,97,115,101,45,102,108,101,120,46,98,97,115,101,45,119,45,102,117,108,108,46,98,97,115,101,45,105,116,101,109,115,45,99,101,110,116,101,114,46,98,97,115,101,45,106,117,115,116,105,102,121,45,98,101,116,119,101,101,110,46,98,97,115,101,45,112,45,120,120,120,115,2,1,194,197,244,117,0,8,1,16,46,98,103,45,98,108,117,101,45,103,114,101,121,45,49,48,2,1,60,182,9,15,0,8,1,7,46,98,106,82,77,97,114,2,1,141,15,203,86,0,8,1,20,46,98,108,111,99,107,45,114,101,103,105,111,110,45,102,111,111,116,101,114,2,1,51,243,41,114,0,8,1,21,46,98,111,116,116,111,109,45,112,111,112,117,112,45,119,114,97,112,112,101,114,2,1,96,150,34,49,0,8,1,23,46,98,111,120,45,97,99,101,105,116,101,45,112,114,105,118,97,99,105,100,97,100,101,2,2,205,127,113,216,223,234,113,89,0,8,1,7,46,98,115,119,84,115,114,2,1,152,255,124,134,0,8,1,22,46,99,45,112,111,112,117,112,45,99,111,110,115,101,110,116,105,109,101,110,116,111,2,1,198,153,63,142,0,8,1,7,46,99,95,115,104,111,119,2,1,86,46,7,7,0,8,1,12,46,99,97,105,120,97,45,97,108,101,114,116,2,1,204,173,92,11,0,8,1,18,46,99,97,108,108,97,104,97,110,45,99,97,109,112,97,105,103,110,2,1,247,56,98,202,0,8,1,12,46,99,97,114,100,45,98,111,116,116,111,109,2,1,210,84,213,51,0,8,1,18,46,99,97,114,100,46,98,117,116,116,111,110,45,102,105,120,101,100,2,1,166,176,151,139,0,8,1,42,46,99,97,115,97,101,118,105,100,101,111,110,101,119,105,111,45,115,116,111,114,101,45,116,104,101,109,101,45,56,45,120,45,99,111,110,116,97,105,110,101,114,2,1,109,160,139,6,0,8,1,7,46,99,98,90,69,70,106,2,1,27,183,105,35,0,8,1,20,46,99,101,110,116,101,114,45,98,111,116,116,111,109,45,102,105,120,101,100,2,1,87,57,207,226,0,8,1,32,46,99,104,97,107,114,97,45,109,111,100,97,108,95,95,99,111,110,116,101,110,116,45,99,111,110,116,97,105,110,101,114,2,1,215,46,233,171,0,8,1,22,46,99,104,97,107,114,97,45,109,111,100,97,108,95,95,111,118,101,114,108,97,121,2,1,215,46,233,171,0,8,1,14,46,99,104,97,107,114,97,45,112,111,114,116,97,108,2,1,51,78,35,23,0,8,1,4,46,99,107,101,2,1,223,229,149,46,0,8,1,20,46,99,111,110,115,101,110,116,45,98,97,114,45,119,114,97,112,112,101,114,2,1,99,205,254,154,0,8,1,19,46,99,111,110,115,101,110,116,99,111,111,107,105,101,95,49,54,56,95,2,1,196,79,45,205,0,8,1,17,46,99,111,110,116,97,105,110,101,114,45,112,111,108,105,99,121,2,1,131,13,11,168,0,8,1,16,46,99,111,110,116,97,105,110,101,114,65,99,101,105,116,101,2,1,105,142,66,16,0,8,1,20,46,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,2,2,19,55,137,94,101,149,29,87,0,8,1,18,46,99,111,111,107,105,101,115,45,101,117,45,98,97,110,110,101,114,2,1,238,137,20,182,0,8,1,13,46,99,111,111,107,105,101,115,77,111,100,97,108,2,2,6,215,129,160,235,207,170,135,0,8,1,12,46,99,115,115,45,49,57,105,111,120,106,57,2,1,41,40,116,132,0,8,1,11,46,99,115,115,45,114,118,99,49,102,113,2,1,41,40,116,132,0,8,1,11,46,99,120,104,55,100,116,52,117,76,105,2,1,101,23,130,33,0,8,1,17,46,99,120,118,53,49,73,49,56,106,104,115,119,99,115,68,104,2,1,6,29,254,114,0,8,1,7,46,100,75,103,86,75,74,2,1,114,220,75,58,0,8,1,9,46,101,56,53,97,107,97,101,48,2,1,174,161,13,18,0,8,1,9,46,102,105,120,101,100,66,97,114,2,1,220,27,41,216,0,8,1,11,46,102,105,120,101,100,98,108,111,99,107,2,1,189,166,223,148,0,8,1,128,0,0,0,226,46,102,108,101,120,46,102,108,101,120,45,99,111,108,46,109,100,92,58,102,108,101,120,45,114,111,119,46,106,117,115,116,105,102,121,45,99,101,110,116,101,114,46,109,100,92,58,106,117,115,116,105,102,121,45,115,116,97,114,116,46,105,116,101,109,115,45,99,101,110,116,101,114,46,103,97,112,45,92,91,49,48,112,120,92,93,46,109,100,92,58,103,97,112,45,92,91,49,52,112,120,92,93,46,109,97,120,45,119,45,92,91,55,54,48,112,120,92,93,46,112,121,45,53,46,112,120,45,52,46,119,45,102,117,108,108,46,109,100,92,58,112,120,45,53,46,109,100,92,58,112,121,45,92,91,49,52,112,120,92,93,46,109,98,45,92,91,49,48,48,112,120,92,93,46,98,103,45,119,104,105,116,101,46,114,111,117,110,100,101,100,45,120,108,46,98,111,114,100,101,114,45,98,45,52,46,98,111,111,114,100,101,114,45,92,91,92,35,69,65,69,67,70,48,92,93,2,1,172,128,55,184,0,8,1,19,46,102,108,111,97,116,105,110,103,66,97,114,80,114,105,118,97,99,121,2,2,53,10,16,63,240,244,29,40,0,8,1,7,46,102,111,80,99,112,89,2,1,161,70,65,253,0,8,1,7,46,102,111,111,116,101,114,2,1,188,38,124,130,0,8,1,17,46,102,111,111,116,101,114,45,102,105,120,101,100,45,98,97,114,2,2,170,66,58,71,254,196,107,205,0,8,1,12,46,102,111,111,116,101,114,45,108,103,112,100,2,1,58,103,205,123,0,8,1,15,46,102,111,111,116,101,114,45,119,97,114,110,105,110,103,2,1,191,6,205,220,0,8,1,7,46,103,69,66,105,82,80,2,1,247,104,109,204,0,8,1,7,46,103,79,72,65,103,117,2,1,114,220,75,58,0,8,1,7,46,103,102,85,78,112,80,2,1,23,153,179,22,0,8,1,31,46,103,118,45,99,111,111,107,105,101,45,108,103,112,100,45,97,108,101,114,116,45,99,111,110,116,97,105,110,101,114,2,1,106,85,41,123,0,8,1,7,46,104,67,72,120,112,103,2,1,236,171,76,25,0,8,1,7,46,104,90,101,89,82,100,2,1,106,79,118,197,0,8,1,7,46,104,114,119,119,99,106,2,1,232,228,104,33,0,8,1,23,46,104,117,98,45,105,110,102,111,45,98,97,114,45,99,111,109,112,111,110,101,110,116,2,6,51,87,131,32,51,89,45,48,106,37,158,123,139,195,242,28,181,96,128,106,192,216,204,94,0,8,1,7,46,105,84,72,103,79,98,2,1,119,27,165,78,0,8,1,35,46,105,110,100,101,120,45,109,111,100,117,108,101,45,45,67,111,111,107,105,101,115,66,97,110,110,101,114,45,45,50,101,112,45,68,2,1,109,43,242,36,0,8,1,18,46,105,110,102,111,45,110,111,116,105,102,105,99,97,116,105,111,110,2,1,106,108,129,142,0,8,1,18,46,105,110,102,111,45,112,111,108,105,116,105,99,97,45,97,108,108,2,1,45,253,0,171,0,8,1,13,46,105,110,102,111,98,111,120,45,119,114,97,112,2,1,214,10,244,88,0,8,1,7,46,106,87,117,69,102,83,2,1,53,190,161,189,0,8,1,16,46,106,99,45,108,103,112,100,45,99,111,110,115,101,110,116,2,1,51,249,201,14,0,8,1,14,46,106,113,45,116,111,97,115,116,45,119,114,97,112,2,1,196,84,146,229,0,8,1,17,46,106,115,45,115,104,111,119,45,114,101,109,105,110,100,101,114,2,1,239,33,202,129,0,8,1,5,46,106,115,115,52,2,1,32,99,75,104,0,8,1,6,46,106,115,115,53,55,2,1,136,44,91,1,0,8,1,6,46,106,115,115,54,56,2,1,94,40,158,17,0,8,1,19,46,106,117,115,116,105,99,97,45,99,111,111,107,105,101,95,98,97,114,2,1,231,46,216,118,0,8,1,7,46,107,85,103,83,69,120,2,1,20,154,58,67,0,8,1,5,46,108,103,112,100,2,13,0,2,164,84,1,12,111,163,47,8,215,33,58,94,154,119,58,142,139,82,62,55,145,219,86,229,99,107,108,9,96,31,108,14,184,57,124,242,110,7,225,210,81,68,235,227,195,75,246,235,33,136,0,8,1,12,46,108,103,112,100,45,97,99,101,105,116,101,2,1,55,215,67,249,0,8,1,13,46,108,103,112,100,45,116,111,111,108,116,105,112,2,1,81,124,107,94,0,8,1,11,46,108,103,112,100,98,97,110,110,101,114,2,2,80,245,245,86,145,13,49,232,0,8,1,7,46,108,108,83,78,118,80,2,1,29,134,16,34,0,8,1,52,46,108,111,106,97,111,98,114,97,109,97,120,45,115,116,111,114,101,45,99,111,109,112,111,110,101,110,116,115,45,48,45,120,45,99,111,111,107,105,101,115,45,100,105,115,99,108,97,105,109,101,114,2,1,189,171,251,76,0,8,1,13,46,109,100,99,45,115,110,97,99,107,98,97,114,2,1,80,168,94,27,0,8,1,20,46,109,111,100,97,108,45,97,118,105,115,111,45,99,111,111,107,105,101,115,2,1,177,138,21,211,0,8,1,13,46,109,111,100,97,108,67,111,111,107,105,101,115,2,1,117,192,37,174,0,8,1,17,46,109,111,100,97,108,68,105,97,108,111,103,65,118,105,115,111,2,1,37,149,109,214,0,8,1,14,46,110,45,114,111,111,116,45,48,45,50,45,56,49,2,1,171,12,217,147,0,8,1,18,46,110,97,118,98,97,114,45,100,105,115,99,108,97,105,109,101,114,2,1,106,116,254,10,0,8,1,29,46,110,97,118,98,97,114,45,109,111,100,117,108,101,115,45,110,111,116,105,102,105,99,97,116,105,111,110,115,2,1,106,116,254,10,0,8,1,7,46,110,111,116,105,102,105,2,1,90,0,81,207,0,8,1,20,46,110,111,116,105,102,105,99,97,116,105,111,110,45,102,111,111,116,101,114,2,1,109,226,139,23,0,8,1,16,46,110,111,116,105,102,105,99,97,116,105,111,110,66,97,114,2,1,201,216,84,71,0,8,1,9,46,110,111,116,105,102,105,110,111,2,2,102,27,123,21,196,79,87,225,0,8,1,25,46,111,110,101,45,98,117,116,116,111,110,45,99,111,111,107,105,101,115,45,112,111,112,117,112,2,1,209,38,233,85,0,8,1,7,46,111,112,116,45,105,110,2,2,108,8,107,1,187,246,3,55,0,8,1,16,46,111,118,101,114,108,97,121,45,119,114,97,112,112,101,114,2,2,147,38,92,48,196,80,240,190,0,8,1,4,46,112,45,51,2,1,89,100,193,252,0,8,1,22,46,112,100,115,45,99,45,80,74,76,86,45,105,110,110,112,69,85,45,99,115,115,2,1,26,211,70,148,0,8,1,16,46,112,111,108,105,99,105,101,115,45,97,99,99,101,112,116,2,1,51,227,31,197,0,8,1,7,46,112,111,108,105,99,121,2,1,163,233,150,169,0,8,1,17,46,112,111,108,105,99,121,45,99,111,110,116,97,105,110,101,114,2,1,158,31,210,236,0,8,1,13,46,112,111,108,105,99,121,45,116,101,114,109,115,2,4,3,176,148,185,95,129,66,33,222,175,151,176,247,24,124,73,0,8,1,21,46,112,111,108,105,116,105,99,97,115,80,114,105,118,97,99,105,100,97,100,101,2,1,86,252,178,0,0,8,1,10,46,112,111,112,117,112,45,112,114,111,2,1,70,158,193,210,0,8,1,13,46,112,111,112,117,112,95,102,111,111,116,101,114,2,3,72,123,17,94,227,127,35,106,239,138,85,160,0,8,1,22,46,112,114,105,118,97,99,121,45,112,111,108,105,99,121,95,95,112,111,112,117,112,2,1,139,196,77,198,0,8,1,16,46,112,114,105,118,97,99,121,45,119,97,114,110,105,110,103,2,1,60,190,215,117,0,8,1,14,46,114,105,103,111,114,45,99,111,111,107,105,101,115,2,1,52,134,100,148,0,8,1,33,46,114,111,118,105,116,101,120,45,97,112,112,115,45,48,45,120,45,99,111,111,107,105,101,67,111,110,116,97,105,110,101,114,2,1,177,8,10,121,0,8,1,21,46,115,99,45,56,99,52,56,98,101,48,48,45,48,46,106,115,119,71,82,113,2,1,106,32,39,13,0,8,1,9,46,115,99,45,65,120,105,75,119,2,1,116,108,224,240,0,8,1,21,46,115,99,45,98,55,102,100,57,100,98,51,45,48,46,105,119,75,75,107,85,2,1,34,96,208,87,0,8,1,14,46,115,99,45,102,97,97,100,97,52,54,98,45,48,2,1,210,138,53,76,0,8,1,10,46,115,99,45,105,66,89,81,107,118,2,1,43,61,103,220,0,8,1,15,46,115,101,99,116,105,111,110,45,45,51,89,111,98,108,2,1,98,144,219,233,0,8,1,17,46,115,105,116,101,45,119,114,97,112,45,99,111,111,107,105,101,2,1,10,160,26,223,0,8,1,35,46,115,116,121,108,101,115,95,95,67,111,111,107,105,101,67,111,110,116,101,110,116,45,115,99,45,49,54,109,112,100,50,97,45,48,2,1,252,176,90,182,0,8,1,22,46,115,121,110,45,99,111,110,116,97,105,110,101,114,45,98,97,110,110,101,114,49,2,1,200,223,121,116,0,8,1,31,46,116,101,109,112,108,97,116,101,45,112,97,114,116,45,99,111,109,112,111,110,101,110,116,45,116,101,114,109,111,115,2,1,145,160,74,216,0,8,1,16,46,116,101,114,109,111,115,45,112,111,108,105,116,105,99,97,2,1,3,55,40,1,0,8,1,15,46,116,101,115,108,97,45,108,103,112,100,45,98,111,120,2,1,106,113,77,197,0,8,1,20,46,116,106,109,116,67,111,111,107,105,101,115,95,95,98,97,110,110,101,114,2,1,13,31,95,32,0,8,1,20,46,116,111,111,108,107,105,116,45,112,114,105,118,97,99,121,45,98,111,120,2,1,49,18,243,162,0,8,1,26,46,116,111,111,108,107,105,116,45,112,114,105,118,97,99,121,45,98,111,120,95,95,98,111,100,121,2,1,194,197,244,117,0,8,1,16,46,120,45,99,97,102,101,76,111,114,95,95,108,103,112,100,2,1,238,207,80,178,0,8,1,8,46,122,55,99,109,98,110,114,2,1,14,91,18,136,0,8,1,7,46,122,115,97,118,57,97,2,1,87,50,190,198,0,0,1,25,91,99,108,97,115,115,94,61,34,80,114,105,118,97,99,121,70,111,111,116,101,114,95,34,93,2,1,68,54,220,104,0,0,1,36,91,99,108,97,115,115,94,61,34,115,116,121,108,101,115,95,109,111,108,101,99,117,108,101,95,95,99,111,111,107,105,101,115,45,34,93,2,1,99,214,115,74,0,0,1,34,91,100,97,116,97,45,99,121,61,34,99,111,110,116,97,105,110,101,114,45,109,111,100,97,108,45,99,111,111,107,105,101,34,93,2,1,157,210,152,90,0,0,1,5,97,108,101,114,116,2,1,94,220,79,228,0,0,1,10,97,112,112,45,111,112,116,45,105,110,2,1,51,72,91,139,0,0,1,17,99,111,111,107,105,101,45,112,111,108,105,99,101,45,98,97,114,2,1,107,26,250,123,0,0,1,21,100,105,118,91,99,108,97,115,115,94,61,34,67,111,111,107,105,101,95,34,93,2,1,233,154,123,162,0,0,1,48,100,105,118,91,99,108,97,115,115,94,61,34,82,101,97,99,116,70,111,111,116,101,114,67,105,118,105,108,77,97,114,107,95,110,111,116,105,102,105,99,97,116,105,111,110,95,34,93,2,1,124,91,25,81,0,0,1,32,100,105,118,91,99,108,97,115,115,94,61,34,97,108,101,114,116,45,99,111,111,107,105,101,115,116,121,108,101,115,34,93,2,1,212,187,78,68,0,0,1,31,100,105,118,91,99,108,97,115,115,94,61,34,108,103,112,100,45,109,101,115,115,97,103,101,45,98,111,120,95,34,93,2,3,109,128,19,62,166,181,9,44,196,239,198,103,0,0,1,42,100,105,118,91,99,108,97,115,115,94,61,34,115,116,121,108,101,115,95,97,99,99,101,112,116,67,111,111,107,105,101,115,87,114,97,112,112,101,114,95,34,93,2,1,215,50,224,118,0,0,1,25,100,105,118,91,100,97,116,97,45,116,101,115,116,105,100,61,34,98,97,110,110,101,114,34,93,2,1,116,75,88,87,0,0,1,39,100,105,118,91,100,97,116,97,45,116,101,115,116,105,100,61,34,98,97,110,110,101,114,45,99,111,111,107,105,101,115,45,116,101,114,109,115,34,93,2,1,51,76,239,95,0,0,1,63,100,105,118,91,115,116,121,108,101,94,61,34,98,97,99,107,103,114,111,117,110,100,58,98,108,97,99,107,59,32,99,111,108,111,114,58,119,104,105,116,101,59,32,116,101,120,116,45,97,108,105,103,110,58,99,101,110,116,101,114,59,34,93,2,1,142,51,59,229,0,0,1,37,100,105,118,91,115,116,121,108,101,94,61,34,98,111,116,116,111,109,58,32,48,112,120,59,32,108,101,102,116,58,32,48,112,120,59,34,93,2,1,128,42,113,153,0,0,1,27,100,105,118,91,115,116,121,108,101,94,61,34,104,101,105,103,104,116,58,32,51,53,112,120,59,34,93,2,1,94,52,155,128,0,0,1,43,100,105,118,91,115,116,121,108,101,94,61,34,112,111,115,105,116,105,111,110,58,32,102,105,120,101,100,59,32,119,105,100,116,104,58,32,49,48,48,37,59,34,93,2,1,38,142,183,213,0,0,1,47,100,105,118,91,115,116,121,108,101,94,61,34,116,101,120,116,45,97,108,105,103,110,58,99,101,110,116,101,114,59,112,111,115,105,116,105,111,110,58,102,105,120,101,100,59,34,93,2,1,48,157,170,82,0,16,1,13,35,97,99,99,101,112,116,45,112,111,112,117,112,2,1,104,0,228,135,0,16,1,6,35,97,118,101,114,116,2,1,126,220,178,8,0,16,1,15,35,97,118,101,114,116,95,97,108,108,95,112,97,103,101,2,1,140,104,195,133,0,16,1,8,35,98,97,114,119,114,97,112,2,1,44,85,137,245,0,16,1,7,35,98,103,79,118,101,114,2,1,176,83,154,171,0,16,1,13,35,99,107,105,101,115,101,108,101,99,116,95,105,2,1,201,30,93,184,0,16,1,4,35,99,107,110,2,1,110,148,217,249,0,16,1,13,35,99,111,110,115,101,110,116,77,111,100,97,108,2,1,119,107,69,176,0,16,1,8,35,99,111,111,107,98,111,120,2,1,11,168,215,3,0,16,1,13,35,99,111,111,107,105,101,115,109,111,100,97,108,2,1,152,76,68,118,0,16,1,11,35,111,116,45,115,100,107,45,98,116,110,2,1,59,94,77,199,0,16,1,22,35,111,118,101,114,108,97,121,95,103,100,112,114,95,97,117,116,101,110,116,105,99,2,1,229,91,247,149,0,16,1,30,35,111,118,101,114,108,97,121,95,103,100,112,114,95,97,117,116,101,110,116,105,99,95,99,111,110,116,101,110,116,2,1,229,91,247,149,0,16,1,10,35,112,97,103,101,45,109,97,115,107,2,1,15,123,34,136,0,16,1,12,35,112,111,112,117,112,119,105,110,100,111,119,2,1,199,151,240,192,0,16,1,6,35,116,101,114,109,115,2,3,11,218,187,70,52,15,108,131,205,93,233,242,0,16,1,15,35,119,105,110,100,111,119,95,111,118,101,114,108,97,121,2,1,119,240,139,179,0,8,1,14,46,98,97,110,110,101,114,87,114,97,112,112,101,114,2,1,165,208,240,21,0,8,1,14,46,99,107,80,111,108,105,99,121,71,111,109,97,103,2,1,58,56,172,240,0,8,1,13,46,99,111,111,107,105,101,95,109,111,100,97,108,2,1,224,93,167,92,0,8,1,11,46,99,112,45,111,118,101,114,108,97,121,2,1,217,217,112,203,0,8,1,11,46,103,100,112,114,80,111,108,105,99,121,2,1,205,227,12,157,0,8,1,14,46,104,101,97,100,101,114,45,110,111,116,105,99,101,2,1,254,117,218,15,0,8,1,12,46,108,99,107,45,119,114,97,112,112,101,114,2,1,148,196,146,130,0,8,1,7,46,108,111,97,100,101,114,2,1,208,194,145,184,0,8,1,20,46,109,45,119,114,97,112,112,101,114,45,98,103,45,45,103,108,97,115,115,2,2,7,102,46,22,173,167,252,169,0,8,1,13,46,115,116,105,99,107,121,45,97,108,101,114,116,2,1,160,255,25,65,0,8,1,7,46,122,45,49,48,53,48,2,1,93,91,222,36,0,0,1,89,91,115,116,121,108,101,61,34,112,111,115,105,116,105,111,110,58,32,102,105,120,101,100,59,32,116,111,112,58,32,48,112,120,59,32,108,101,102,116,58,32,48,112,120,59,32,119,105,100,116,104,58,32,49,48,48,37,59,32,104,101,105,103,104,116,58,32,49,48,48,37,59,32,122,45,105,110,100,101,120,58,32,49,48,52,48,59,34,93,2,1,57,196,145,195,0,16,1,15,35,71,68,80,82,45,99,111,110,116,97,105,110,101,114,2,1,152,48,94,79,0,16,1,9,35,97,99,99,101,112,116,95,113,2,1,206,55,237,133,0,16,1,14,35,97,99,99,101,115,115,95,99,111,111,107,105,101,2,1,205,15,11,148,0,16,1,7,35,97,103,114,101,101,67,2,1,238,37,52,6,0,16,1,13,35,97,103,114,101,101,100,66,97,110,110,101,114,2,1,140,195,201,187,0,16,1,9,35,98,103,95,112,111,112,117,112,2,1,169,130,170,219,0,16,1,20,35,98,105,115,67,111,111,107,105,101,67,111,109,112,108,105,97,110,99,101,2,1,211,194,123,41,0,16,1,4,35,99,98,98,2,1,51,46,85,4,0,16,1,18,35,99,108,111,115,101,67,111,111,107,105,101,66,97,110,110,101,114,2,1,102,168,12,64,0,16,1,6,35,99,111,111,107,98,2,1,137,152,187,165,0,16,1,10,35,99,111,111,107,105,101,95,112,112,2,1,240,164,215,44,0,16,1,30,35,99,111,111,107,105,101,115,99,114,105,112,116,95,105,110,106,101,99,116,101,100,95,119,114,97,112,112,101,114,2,1,22,25,239,15,0,16,1,18,35,105,110,102,111,45,98,111,116,116,45,109,101,115,115,97,103,101,2,1,242,234,54,64,0,16,1,10,35,105,110,102,111,114,109,101,114,50,2,1,101,154,139,235,0,16,1,23,35,106,115,85,115,101,80,101,114,115,111,110,97,108,68,97,116,97,66,108,111,99,107,2,1,10,233,86,162,0,16,1,4,35,107,117,107,2,1,179,109,212,109,0,16,1,21,35,109,101,115,115,97,103,101,45,98,108,111,99,107,45,99,111,111,107,105,101,2,1,247,61,29,148,0,16,1,12,35,109,111,100,97,108,99,111,111,107,105,101,2,1,7,123,134,23,0,16,1,4,35,110,116,102,2,1,45,240,130,159,0,16,1,8,35,111,118,101,114,108,97,121,2,1,143,201,40,111,0,16,1,25,35,112,101,114,115,111,110,97,108,45,100,97,116,97,45,112,114,111,99,101,115,115,105,110,103,2,1,174,255,59,82,0,16,1,25,35,112,111,108,105,99,121,66,108,111,99,107,70,111,114,70,105,114,115,116,86,105,115,105,116,2,2,167,112,86,200,241,220,72,19,0,16,1,19,35,112,111,108,105,99,121,67,111,110,102,105,114,109,97,116,105,111,110,2,1,61,110,114,166,0,16,1,4,35,112,111,112,2,2,29,96,52,228,71,167,51,251,0,16,1,12,35,112,111,112,112,117,112,45,102,111,111,100,2,1,219,94,132,237,0,16,1,28,35,112,111,112,117,112,45,99,111,110,116,97,105,110,101,114,45,98,111,116,116,111,109,45,108,101,102,116,2,1,39,46,20,162,0,16,1,14,35,112,114,105,118,97,99,121,80,111,108,105,99,121,2,1,103,142,232,145,0,16,1,24,35,114,101,99,111,109,109,101,110,100,45,116,101,99,104,45,115,110,97,99,107,98,97,114,2,1,51,52,136,67,0,16,1,21,35,114,103,115,45,109,97,105,110,45,99,111,110,116,101,120,116,45,98,97,114,2,1,167,112,109,148,0,16,1,17,35,117,110,105,45,110,111,116,105,102,105,99,97,116,105,111,110,2,1,13,20,190,53,0,16,1,26,35,117,115,101,95,99,111,111,107,105,101,115,95,109,101,115,115,97,103,101,45,98,108,111,99,107,2,1,103,26,21,68,0,8,1,6,46,67,98,104,95,99,2,1,167,112,109,48,0,8,1,42,46,67,111,111,107,105,101,65,99,99,101,112,116,80,111,112,117,112,45,109,111,100,117,108,101,95,95,99,111,110,116,97,105,110,101,114,95,85,110,100,80,70,2,1,16,165,88,115,0,8,1,25,46,67,111,111,107,105,101,65,99,99,101,112,116,95,114,111,111,116,95,95,55,75,55,97,112,2,1,103,61,132,106,0,8,1,40,46,67,111,111,107,105,101,65,108,108,111,119,97,110,99,101,95,99,111,111,107,105,101,115,65,108,108,111,119,97,110,99,101,95,95,55,56,104,65,79,2,1,52,168,98,59,0,8,1,39,46,67,111,111,107,105,101,67,111,110,116,97,105,110,101,114,95,67,111,111,107,105,101,67,111,110,116,97,105,110,101,114,95,95,49,120,113,65,45,2,1,12,7,229,37,0,8,1,30,46,67,111,111,107,105,101,73,110,102,111,114,109,101,114,95,119,114,97,112,112,101,114,95,95,68,85,114,118,57,2,1,163,49,94,159,0,8,1,27,46,67,111,111,107,105,101,80,111,112,117,112,95,111,118,101,114,108,97,121,95,95,49,67,88,110,86,2,1,101,184,215,251,0,8,1,26,46,67,111,111,107,105,101,87,97,114,110,105,110,103,95,114,111,111,116,95,95,72,121,115,108,109,2,1,66,249,207,91,0,8,1,32,46,67,111,111,107,105,101,87,105,110,100,111,119,115,116,121,108,101,95,95,98,108,111,99,107,45,45,49,105,88,102,113,2,1,130,237,201,119,0,8,1,25,46,67,111,111,107,105,101,115,95,99,111,110,116,97,105,110,101,114,95,95,100,48,80,70,84,2,1,51,64,39,91,0,8,1,22,46,71,68,80,82,80,97,110,101,108,45,109,111,100,117,108,101,45,114,111,111,116,2,1,109,200,218,37,0,8,1,6,46,71,117,119,110,71,2,1,214,194,142,210,0,8,1,22,46,72,53,67,109,122,98,55,118,108,99,49,81,50,56,117,119,52,108,45,66,118,2,2,8,63,210,45,133,39,237,98,0,8,1,6,46,74,101,53,56,102,2,1,122,44,161,71,0,8,1,25,46,77,117,105,65,108,101,114,116,45,115,116,97,110,100,97,114,100,83,117,99,99,101,115,115,2,1,167,112,52,170,0,8,1,33,46,78,111,116,105,102,105,99,97,116,105,111,110,67,111,111,107,105,101,95,99,111,111,107,105,101,95,95,49,106,100,66,120,2,1,56,148,7,61,0,8,1,20,46,80,101,114,115,111,110,97,108,68,97,116,97,67,111,110,102,105,114,109,2,1,48,149,154,145,0,8,1,36,46,83,109,97,114,116,67,97,112,116,99,104,97,45,83,104,105,101,108,100,95,112,111,115,105,116,105,111,110,95,98,111,116,116,111,109,2,1,143,195,125,69,0,8,1,25,46,84,111,97,115,116,82,111,111,116,95,119,114,97,112,112,101,114,95,95,80,70,76,71,109,2,1,167,112,112,124,0,8,1,26,46,84,111,97,115,116,105,102,121,95,95,116,111,97,115,116,45,99,111,110,116,97,105,110,101,114,2,1,51,47,175,93,0,8,1,2,46,88,2,1,247,60,242,5,0,8,1,6,46,90,117,101,101,65,2,1,101,150,144,158,0,8,1,6,46,95,49,81,71,110,2,1,200,96,90,252,0,8,1,7,46,95,49,105,117,108,110,2,1,122,44,161,71,0,8,1,8,46,95,49,122,104,122,66,109,2,1,120,228,202,108,0,8,1,7,46,95,50,48,88,50,98,2,1,167,30,158,213,0,8,1,7,46,95,50,71,99,73,122,2,1,180,29,12,174,0,8,1,7,46,95,50,81,85,53,57,2,1,186,64,85,93,0,8,1,7,46,95,50,114,45,54,102,2,1,214,194,142,210,0,8,1,7,46,95,51,49,51,67,102,2,1,20,233,155,115,0,8,1,10,46,95,51,117,57,106,113,104,81,86,2,1,20,244,70,0,0,8,1,9,46,95,103,84,105,56,76,56,107,2,1,106,7,109,137,0,8,1,8,46,95,110,108,110,105,105,117,2,2,48,221,11,109,51,63,138,177,0,8,1,10,46,97,45,119,97,114,110,105,110,103,2,1,215,191,75,29,0,8,1,7,46,97,99,99,101,112,116,2,1,14,90,194,89,0,8,1,21,46,97,99,99,101,112,116,45,99,111,111,107,105,101,115,45,112,111,112,117,112,2,1,143,120,187,210,0,8,1,14,46,97,99,99,101,115,115,45,99,111,111,107,105,101,2,1,102,5,127,112,0,8,1,6,46,97,102,87,73,88,2,1,180,29,12,174,0,8,1,20,46,97,103,114,101,101,109,101,110,116,45,115,117,98,115,116,114,97,116,101,2,1,191,37,60,205,0,8,1,17,46,97,108,101,114,116,45,99,111,109,112,108,105,97,110,99,101,2,1,249,176,221,47,0,8,1,18,46,97,108,101,114,116,45,102,105,114,115,116,45,117,115,97,103,101,2,1,199,160,176,171,0,8,1,14,46,97,108,101,114,116,45,109,101,115,115,97,103,101,2,1,201,237,166,215,0,8,1,16,46,97,110,110,111,117,110,99,101,45,99,111,111,107,105,101,2,1,213,121,169,214,0,8,1,13,46,97,112,112,114,105,115,101,79,117,116,101,114,2,1,248,172,104,130,0,8,1,15,46,97,112,112,114,105,115,101,79,118,101,114,108,97,121,2,1,248,172,104,130,0,8,1,7,46,98,45,99,111,111,107,2,1,87,56,236,85,0,8,1,15,46,98,45,110,111,116,105,102,105,99,97,116,105,111,110,2,1,103,16,207,55,0,8,1,8,46,98,45,112,111,112,117,112,2,1,198,97,101,205,0,8,1,8,46,98,108,111,99,107,101,114,2,1,69,157,21,27,0,8,1,3,46,98,110,2,1,247,60,242,5,0,8,1,15,46,98,111,116,116,111,109,45,109,101,115,115,97,103,101,2,1,216,123,179,178,0,8,1,20,46,98,111,116,116,111,109,45,110,111,116,105,102,105,99,97,116,105,111,110,2,1,51,49,233,234,0,8,1,13,46,98,111,116,116,111,109,45,112,111,112,117,112,2,2,172,72,22,208,239,45,102,30,0,8,1,21,46,98,111,116,116,111,109,95,95,99,111,111,107,105,101,95,98,108,111,99,107,2,1,151,127,50,79,0,8,1,12,46,98,114,97,118,101,95,112,111,112,117,112,2,1,106,241,129,53,0,8,1,30,46,98,120,45,109,97,105,110,45,99,111,111,107,105,101,45,112,111,108,105,99,121,45,115,105,100,101,98,97,114,2,1,238,239,215,152,0,8,1,8,46,99,45,109,111,100,97,108,2,1,254,204,196,169,0,8,1,32,46,99,45,110,111,116,105,99,101,115,32,62,32,46,104,97,115,66,117,116,116,111,110,46,99,45,110,111,116,105,99,101,2,1,101,7,185,99,0,8,1,7,46,99,67,80,105,77,70,2,1,101,150,144,158,0,8,1,16,46,99,99,111,111,107,105,101,45,99,111,110,115,101,110,116,2,1,43,187,88,32,0,8,1,13,46,99,104,101,99,107,95,99,111,111,107,105,101,2,1,175,243,232,232,0,8,1,9,46,99,109,45,109,95,99,45,119,2,1,248,200,222,177,0,8,1,9,46,99,111,110,102,102,111,114,109,2,1,125,99,55,152,0,8,1,16,46,99,111,110,102,105,100,101,110,116,97,108,73,110,102,111,2,1,129,217,134,240,0,8,1,9,46,99,111,111,107,45,119,101,98,2,1,103,59,165,204,0,8,1,11,46,99,111,111,107,95,76,70,80,110,75,2,1,102,125,182,54,0,8,1,6,46,99,111,111,107,101,2,1,102,67,104,121,0,8,1,30,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,99,111,110,116,97,105,110,101,114,45,119,114,97,112,2,1,49,56,167,60,0,8,1,20,46,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,2,1,16,140,3,48,0,8,1,19,46,99,111,111,107,105,101,45,114,111,111,116,45,45,51,45,48,45,51,2,1,107,40,254,70,0,8,1,18,46,99,111,111,107,105,101,45,115,105,116,101,45,97,108,101,114,116,2,1,248,138,244,45,0,8,1,14,46,99,111,111,107,105,101,67,111,110,102,105,114,109,2,1,136,78,140,10,0,8,1,11,46,99,111,111,107,105,101,95,95,105,110,2,1,209,228,254,210,0,8,1,13,46,99,111,111,107,105,101,95,95,111,112,101,110,2,1,103,253,173,153,0,8,1,14,46,99,111,111,107,105,101,95,95,113,54,98,78,112,2,1,207,108,225,4,0,8,1,19,46,99,111,111,107,105,101,95,105,110,110,101,114,95,49,118,107,87,106,2,1,51,63,241,217,0,8,1,26,46,99,111,111,107,105,101,95,110,111,116,105,102,105,99,97,116,105,111,110,95,95,119,114,97,112,2,1,209,231,207,127,0,8,1,17,46,99,111,111,107,105,101,95,111,117,116,101,114,95,100,105,118,2,1,179,64,193,253,0,8,1,24,46,99,111,111,107,105,101,115,45,97,103,114,101,101,109,101,110,116,45,97,108,101,114,116,2,1,177,21,18,137,0,8,1,31,46,99,111,111,107,105,101,115,45,97,103,114,101,101,109,101,110,116,45,110,111,116,105,102,105,99,97,116,105,111,110,2,1,232,217,132,142,0,8,1,37,46,99,111,111,107,105,101,115,77,101,115,115,97,103,101,95,99,111,111,107,105,101,115,109,101,115,115,97,103,101,95,95,106,65,70,110,111,2,1,2,185,100,120,0,8,1,13,46,99,111,111,107,105,101,115,77,111,100,97,108,2,1,167,112,24,25,0,8,1,8,46,99,111,111,107,115,95,107,2,1,51,51,129,152,0,8,1,16,46,99,111,112,121,114,105,103,104,116,95,102,105,120,101,100,2,1,23,80,254,209,0,8,1,4,46,99,111,119,2,2,131,149,116,72,158,228,98,146,0,8,1,6,46,99,113,66,114,78,2,1,28,20,96,241,0,8,1,8,46,99,117,99,104,101,99,107,2,1,12,97,20,60,0,8,1,15,46,99,117,115,116,111,109,95,109,101,115,115,97,103,101,2,1,110,223,200,125,0,8,1,13,46,100,97,110,103,101,110,45,108,97,98,108,101,2,1,51,61,55,159,0,8,1,6,46,100,101,115,99,108,2,1,53,65,58,31,0,8,1,7,46,100,105,97,108,111,103,2,1,10,243,230,222,0,8,1,19,46,100,105,115,99,108,97,105,109,101,114,95,95,95,119,56,88,71,85,2,1,51,56,13,25,0,8,1,10,46,100,105,115,99,108,97,109,101,114,2,3,51,53,64,177,104,29,18,77,167,111,247,197,0,8,1,7,46,100,105,118,49,53,50,2,1,58,239,127,113,0,8,1,17,46,100,110,81,65,90,110,46,115,99,45,105,70,77,65,111,73,2,1,50,207,33,121,0,8,1,10,46,101,49,110,98,115,105,57,108,48,2,1,176,216,225,126,0,8,1,40,46,101,117,45,99,111,111,107,105,101,45,112,111,112,117,112,45,109,111,100,117,108,101,95,95,101,117,95,99,111,111,107,105,101,95,112,111,112,117,112,2,1,175,194,204,43,0,8,1,7,46,102,84,113,84,74,107,2,12,63,72,163,17,63,205,16,93,81,44,98,27,102,168,12,64,102,241,217,98,109,32,161,150,111,21,88,204,193,255,135,210,228,51,248,175,232,217,131,125,236,96,58,201,244,86,210,155,0,8,1,21,46,102,105,120,101,100,45,98,108,111,99,107,95,95,99,111,111,107,105,101,115,2,1,160,224,142,212,0,8,1,21,46,102,108,111,97,116,45,99,111,111,107,105,101,45,119,114,97,112,112,101,114,2,1,108,255,67,23,0,8,1,15,46,102,111,111,98,97,114,45,119,114,97,112,112,101,114,2,1,102,79,148,156,0,8,1,13,46,102,111,111,116,101,114,32,126,32,46,99,99,2,1,104,215,89,253,0,8,1,24,46,102,111,111,116,101,114,45,99,111,111,107,105,101,45,97,103,114,101,101,109,101,110,116,2,1,47,114,200,87,0,8,1,21,46,102,111,111,116,101,114,45,112,101,114,115,111,110,97,108,45,100,97,116,97,2,1,80,245,49,199,0,8,1,7,46,103,65,72,76,88,66,2,1,80,76,25,170,0,8,1,7,46,103,72,85,85,72,117,2,1,49,119,40,137,0,8,1,10,46,103,100,112,114,45,114,111,111,116,2,2,118,255,236,195,148,196,116,43,0,8,1,3,46,104,55,2,1,51,52,94,82,0,8,1,17,46,105,110,102,111,45,99,111,111,107,105,101,45,117,115,101,115,2,1,102,204,249,8,0,8,1,7,46,105,110,102,111,114,109,2,1,103,206,69,182,0,8,1,12,46,105,110,102,111,114,109,97,116,105,111,110,2,1,35,191,205,35,0,8,1,23,46,105,115,45,104,101,97,100,101,114,45,109,101,115,115,97,103,101,45,100,111,99,107,2,1,167,112,0,68,0,8,1,15,46,105,115,45,109,101,115,115,97,103,101,45,112,112,100,2,1,167,112,76,60,0,8,1,10,46,106,115,95,99,111,111,107,105,101,2,1,77,89,37,140,0,8,1,7,46,107,89,83,114,113,90,2,1,101,150,144,158,0,8,1,24,46,108,101,112,111,112,117,112,45,112,111,112,117,112,45,99,111,110,116,97,105,110,101,114,2,1,52,158,235,232,0,8,1,22,46,108,101,112,111,112,117,112,45,112,111,112,117,112,45,111,118,101,114,108,97,121,2,1,52,158,235,232,0,8,1,20,46,109,45,119,114,97,112,112,101,114,45,98,103,45,45,103,108,97,115,115,2,24,2,180,84,24,7,104,221,108,13,90,189,225,16,169,108,187,20,109,12,195,22,143,202,210,22,249,38,46,42,34,240,221,51,107,35,241,52,120,112,45,62,42,105,222,73,9,212,7,74,177,64,209,82,243,227,220,91,243,201,224,103,112,134,161,136,160,100,227,149,206,136,212,166,238,217,247,167,86,108,199,176,36,43,23,197,92,70,89,223,169,132,68,255,118,193,165,0,8,1,15,46,109,67,83,66,95,99,111,110,116,97,105,110,101,114,2,1,102,182,42,178,0,8,1,26,46,109,97,105,110,45,117,115,101,114,45,99,111,110,115,101,110,116,45,114,101,113,117,101,115,116,2,1,160,220,17,229,0,8,1,16,46,109,97,114,107,101,116,105,110,103,45,112,111,112,117,112,2,1,123,76,61,86,0,8,1,8,46,109,101,115,115,97,103,101,2,1,148,181,140,201,0,8,1,14,46,109,101,115,115,97,103,101,45,97,108,101,114,116,2,4,26,161,19,95,35,250,138,138,91,230,188,175,254,204,196,169,0,8,1,6,46,109,111,100,97,108,2,3,17,246,69,92,118,10,68,37,167,25,218,90,0,8,1,25,46,109,111,100,97,108,67,111,111,107,105,101,115,95,114,111,111,116,95,95,51,53,54,81,45,2,1,51,53,40,219,0,8,1,23,46,109,111,100,97,108,95,112,111,112,117,112,95,115,101,115,115,105,100,95,98,111,120,2,1,254,54,6,20,0,8,1,9,46,109,115,103,45,116,101,120,116,2,1,102,246,104,121,0,8,1,3,46,110,75,2,1,73,95,179,32,0,8,1,14,46,110,111,116,105,102,105,99,97,116,105,111,110,115,2,1,174,148,92,32,0,8,1,24,46,110,111,116,105,102,105,99,97,116,105,111,110,115,45,99,111,110,116,97,105,110,101,114,2,1,62,11,90,113,0,8,1,11,46,110,111,116,105,102,121,45,98,97,114,2,1,180,29,12,174,0,8,1,25,46,111,110,108,105,110,101,112,98,120,95,95,99,111,111,107,105,101,95,95,109,111,100,97,108,2,1,225,101,167,19,0,8,1,25,46,112,97,103,101,32,62,32,91,99,108,97,115,115,42,61,34,119,105,100,103,101,116,34,93,2,2,214,100,3,200,215,90,181,231,0,8,1,26,46,112,97,103,101,45,102,111,111,116,101,114,95,95,112,111,112,117,112,45,99,111,111,107,105,101,2,1,51,105,132,198,0,8,1,14,46,112,97,110,101,108,45,119,97,114,110,105,110,103,2,1,47,223,117,90,0,8,1,13,46,112,97,110,101,108,95,49,53,50,95,119,112,2,1,149,171,248,16,0,8,1,8,46,112,103,115,45,116,111,112,2,1,1,219,72,186,0,8,1,14,46,112,108,97,116,101,95,95,95,80,52,88,111,103,2,1,216,123,179,178,0,8,1,13,46,112,111,108,105,99,121,45,112,111,112,117,112,2,2,12,55,62,131,51,52,188,99,0,8,1,15,46,112,111,108,105,99,121,45,119,97,114,110,105,110,103,2,1,201,157,215,58,0,8,1,13,46,112,111,108,105,99,121,95,112,111,112,117,112,2,1,251,186,107,117,0,8,1,9,46,112,111,108,105,116,105,99,97,2,1,58,31,151,68,0,8,1,13,46,112,111,112,117,112,45,98,97,110,110,101,114,2,1,102,83,223,169,0,8,1,12,46,112,111,112,117,112,95,52,121,54,50,56,2,1,44,155,32,129,0,8,1,14,46,112,111,112,117,112,95,119,114,97,112,112,101,114,2,1,103,222,48,230,0,8,1,14,46,112,114,105,118,97,99,121,45,98,108,111,99,107,2,1,244,153,91,48,0,8,1,15,46,112,114,105,118,97,99,121,95,112,111,108,105,99,121,2,1,101,32,23,195,0,8,1,5,46,112,114,119,105,2,1,2,211,171,114,0,8,1,8,46,113,97,45,103,100,112,114,2,1,148,72,101,180,0,8,1,27,46,114,45,99,111,111,107,105,101,45,112,114,111,109,112,116,95,95,99,111,110,116,97,105,110,101,114,2,1,26,235,65,60,0,8,1,24,46,115,95,95,121,50,103,106,78,105,73,83,48,111,49,82,65,95,53,69,98,110,107,119,2,6,4,247,16,137,52,40,24,47,85,93,27,102,118,35,127,217,165,215,213,118,169,62,14,157,0,8,1,13,46,115,97,109,112,108,101,45,112,111,112,117,112,2,1,68,209,39,77,0,8,1,23,46,115,98,105,115,114,117,45,67,111,111,107,105,101,65,103,114,101,101,109,101,110,116,2,1,51,63,137,185,0,8,1,13,46,115,99,45,49,56,111,108,115,111,51,45,48,2,1,148,182,101,194,0,8,1,10,46,115,99,45,119,105,100,103,101,116,2,1,188,198,204,74,0,8,1,48,46,115,104,97,114,101,100,45,99,111,109,112,111,110,101,110,116,115,45,67,111,111,107,105,101,115,65,103,114,101,101,109,101,110,116,45,45,114,111,111,116,45,45,50,73,78,106,77,2,1,64,217,96,75,0,8,1,12,46,115,104,111,119,45,99,111,111,107,105,101,2,1,224,178,216,225,0,8,1,14,46,115,110,111,119,100,105,118,45,109,111,100,97,108,2,1,141,81,180,32,0,8,1,13,46,115,112,101,99,105,97,108,65,108,101,114,116,2,1,61,174,21,163,0,8,1,16,46,115,112,117,45,98,111,116,116,111,109,45,108,101,102,116,2,1,102,82,132,218,0,8,1,18,46,115,116,112,108,95,99,111,111,107,105,101,115,95,119,114,97,112,2,1,151,54,211,86,0,8,1,18,46,115,116,121,108,101,95,95,100,105,115,99,108,97,105,109,101,114,2,1,51,60,114,158,0,8,1,37,46,115,116,121,108,101,115,45,109,111,100,117,108,101,95,95,99,111,111,107,105,101,115,87,97,114,110,105,110,103,45,45,50,109,102,72,67,2,1,179,98,234,241,0,8,1,24,46,115,116,121,108,101,115,95,99,111,110,116,97,105,110,101,114,95,95,49,111,98,77,53,2,1,51,52,252,166,0,8,1,10,46,116,45,105,45,97,103,114,101,101,2,2,90,98,172,78,232,217,142,166,0,8,1,5,46,116,54,53,55,2,2,47,76,109,67,47,254,209,101,0,8,1,5,46,116,56,56,54,2,1,48,135,193,162,0,8,1,12,46,116,101,114,109,115,45,112,111,112,117,112,2,1,104,211,3,86,0,8,1,14,46,116,111,97,115,116,45,109,101,115,115,97,103,101,2,1,192,25,205,112,0,8,1,12,46,116,111,112,45,109,101,115,115,97,103,101,2,1,172,187,179,87,0,8,1,11,46,117,105,45,112,110,111,116,105,102,121,2,1,50,239,179,210,0,8,1,9,46,117,107,45,112,97,110,101,108,2,1,101,155,191,219,0,8,1,29,46,117,115,101,114,45,100,97,116,97,45,112,114,111,99,101,115,115,105,110,103,45,119,114,97,112,112,101,114,2,1,141,154,8,134,0,8,1,14,46,117,115,105,110,103,45,99,111,111,107,105,101,115,2,1,10,155,119,249,0,8,1,22,46,118,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,2,1,94,118,179,144,0,8,1,18,46,118,45,100,105,97,108,111,103,95,95,99,111,110,116,101,110,116,2,1,35,98,234,55,0,8,1,21,46,119,101,45,117,115,101,45,99,111,111,107,105,101,115,45,98,108,111,99,107,2,1,167,112,86,17,0,8,1,17,46,119,101,98,45,99,111,111,107,105,101,45,112,111,112,117,112,2,1,51,60,117,86,0,8,1,14,46,119,101,108,99,111,109,101,45,112,111,112,117,112,2,1,122,79,207,234,0,8,1,6,46,119,116,45,99,98,2,1,25,55,48,222,0,8,1,7,46,121,45,103,100,112,114,2,1,215,78,216,189,0,8,1,7,46,122,97,108,117,112,97,2,1,13,143,80,140,0,0,1,24,91,99,108,97,115,115,94,61,34,65,99,99,101,112,116,67,111,111,107,105,101,95,34,93,2,1,167,112,12,194,0,0,1,26,91,99,108,97,115,115,94,61,34,99,111,111,107,105,101,65,103,114,101,101,109,101,110,116,34,93,2,1,233,240,134,253,0,0,1,20,91,99,108,97,115,115,94,61,34,102,99,119,45,119,114,97,112,45,34,93,2,1,126,222,140,222,0,0,1,38,91,99,108,97,115,115,94,61,34,115,116,121,108,101,115,95,76,97,121,111,117,116,95,95,99,111,111,107,105,101,80,97,110,101,108,95,34,93,2,1,136,105,126,74,0,0,1,34,91,100,97,116,97,45,110,97,109,101,94,61,34,67,111,111,107,105,101,115,78,111,116,105,102,105,99,97,116,105,111,110,34,93,2,1,51,52,118,151,0,0,1,38,91,100,97,116,97,45,116,101,115,116,105,100,61,34,99,111,111,107,105,101,78,111,116,105,102,105,99,97,116,105,111,110,84,101,120,116,34,93,2,1,247,60,242,5,0,0,1,45,91,115,116,121,108,101,94,61,34,116,101,120,116,45,97,108,105,103,110,58,32,108,101,102,116,59,32,112,111,115,105,116,105,111,110,58,32,102,105,120,101,100,59,34,93,2,1,15,88,218,210,0,0,1,18,97,112,112,45,99,111,111,107,105,101,115,45,97,99,99,101,112,116,2,1,136,53,110,71,0,0,1,36,100,105,118,91,99,108,97,115,115,42,61,34,115,116,121,108,101,100,95,95,67,111,111,107,105,101,87,114,97,112,112,101,114,45,34,93,2,1,107,7,42,33,0,0,1,33,100,105,118,91,99,108,97,115,115,94,61,34,67,111,111,107,105,101,65,99,99,101,112,116,66,97,110,110,101,114,95,34,93,2,1,49,119,40,137,0,0,1,30,100,105,118,91,99,108,97,115,115,94,61,34,67,111,111,107,105,101,115,73,110,102,111,114,109,101,114,95,34,93,2,1,122,44,161,71,0,0,1,32,100,105,118,91,99,108,97,115,115,94,61,34,80,114,111,118,105,100,101,114,95,99,111,110,116,97,105,110,101,114,34,93,2,1,74,54,146,230,0,0,1,38,100,105,118,91,99,108,97,115,115,94,61,34,83,110,111,119,80,114,105,118,97,99,121,80,111,108,105,99,121,66,97,110,110,101,114,95,34,93,2,1,137,238,238,36,0,0,1,27,100,105,118,91,99,108,97,115,115,94,61,34,109,111,100,97,108,67,111,111,107,105,101,115,95,34,93,2,1,51,53,40,219,0,0,1,41,100,105,118,91,100,97,116,97,45,115,116,111,114,97,103,101,45,105,116,101,109,94,61,34,116,56,56,54,99,111,111,107,105,101,110,97,109,101,95,34,93,2,1,239,14,111,7,0,0,1,41,100,105,118,91,100,97,116,97,45,115,116,111,114,97,103,101,45,105,116,101,109,94,61,34,116,56,56,55,99,111,111,107,105,101,110,97,109,101,95,34,93,2,1,65,11,60,58,0,0,1,37,100,105,118,91,100,97,116,97,45,116,101,115,116,45,105,100,61,34,99,111,111,107,105,101,65,99,99,101,112,116,80,111,112,117,112,34,93,2,1,16,165,88,115,0,0,1,31,100,105,118,91,100,97,116,97,45,116,101,115,116,105,100,61,34,110,111,116,105,102,105,99,97,116,105,111,110,34,93,2,1,247,60,242,5,0,0,1,55,100,105,118,91,115,116,121,108,101,94,61,34,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,32,99,111,108,111,114,58,32,35,56,53,54,52,48,52,59,34,93,2,1,103,112,217,27,0,0,1,43,100,105,118,91,115,116,121,108,101,94,61,34,112,111,115,105,116,105,111,110,58,32,102,105,120,101,100,59,32,98,111,116,116,111,109,58,32,48,112,120,59,34,93,2,1,248,143,165,16,0,0,1,6,102,111,111,116,101,114,2,1,181,78,231,95,0,0,1,24,109,118,105,100,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,2,1,207,134,188,214,0,0,1,13,110,111,116,105,102,105,99,97,116,105,111,110,115,2,1,54,217,96,74,0,0,1,12,117,105,45,119,101,98,45,97,108,101,114,116,2,1,51,52,92,121,0,16,1,8,35,107,111,108,97,99,105,99,2,1,68,102,62,26,0,16,1,16,35,107,117,107,105,95,117,112,111,122,111,114,101,110,106,101,2,1,82,31,82,116,0,16,1,24,35,115,117,98,115,99,114,105,112,116,105,111,110,80,111,112,117,112,66,111,116,116,111,109,2,1,122,244,15,179,0,8,1,24,46,77,117,105,65,112,112,66,97,114,45,112,111,115,105,116,105,111,110,70,105,120,101,100,2,1,230,226,141,121,0,8,1,7,46,99,79,77,75,112,118,2,1,214,227,95,102,0,8,1,10,46,101,49,103,98,49,56,106,111,48,2,1,122,31,100,52,0,8,1,7,46,105,65,88,67,73,70,2,1,214,227,95,102,0,8,1,13,46,105,116,101,109,115,87,114,97,112,112,101,114,2,1,122,31,100,52,0,8,1,7,46,107,100,100,88,99,74,2,1,214,227,95,102,0,8,1,11,46,112,111,112,45,117,112,45,115,114,98,2,1,88,150,120,42,0,8,1,16,46,115,108,105,100,101,45,105,110,45,98,111,116,116,111,109,2,1,197,179,186,30,0,8,1,8,46,116,49,45,103,100,112,114,2,1,193,16,181,26,0,0,1,40,91,115,116,121,108,101,94,61,34,112,111,115,105,116,105,111,110,58,32,102,105,120,101,100,59,32,98,111,116,116,111,109,58,32,48,112,120,59,34,93,2,1,202,141,3,243,0,16,1,17,35,73,54,45,99,111,111,107,105,101,67,111,110,115,101,110,116,2,1,101,119,246,9,0,16,1,5,35,99,98,97,114,2,1,60,125,133,223,0,16,1,8,35,105,110,102,111,67,111,111,2,1,105,24,152,21,0,16,1,12,35,115,101,116,45,119,105,110,45,99,111,111,2,1,208,27,122,41,0,8,1,28,46,97,108,107,111,115,104,111,112,45,99,111,111,107,105,101,115,45,110,111,116,105,99,101,45,98,97,114,2,1,12,10,129,132,0,8,1,14,46,99,99,95,100,105,115,99,108,97,105,109,101,114,2,1,39,189,54,44,0,8,1,6,46,99,107,115,45,109,2,1,123,85,21,220,0,8,1,12,46,99,111,111,107,105,101,66,97,110,101,114,2,1,148,20,83,169,0,8,1,7,46,99,115,88,77,73,115,2,1,45,93,167,51,0,8,1,3,46,101,117,2,1,45,174,16,97,0,8,1,10,46,102,109,45,116,111,97,115,116,83,2,1,99,64,173,41,0,8,1,19,46,106,115,45,99,111,111,107,105,101,115,45,111,118,101,114,108,97,121,2,1,118,117,98,60,0,8,1,25,46,106,115,45,99,111,111,107,105,101,115,45,115,101,116,116,105,110,103,45,109,111,100,97,108,2,1,118,117,98,60,0,8,1,12,46,109,112,112,45,105,115,45,111,112,101,110,2,1,212,229,170,92,0,8,1,30,46,110,97,118,98,97,114,45,102,105,120,101,100,45,116,111,112,32,62,32,46,99,111,110,116,97,105,110,101,114,2,1,125,26,7,62,0,8,1,16,46,111,118,101,114,108,97,121,45,119,114,97,112,112,101,114,2,1,139,206,150,215,0,8,1,13,46,112,45,99,111,111,107,105,101,45,98,97,114,2,1,80,236,165,69,0,8,1,9,46,112,100,49,48,45,105,110,103,2,1,30,172,185,249,0,8,1,25,46,112,111,115,105,116,105,111,110,45,102,105,120,101,100,46,111,118,46,115,104,97,100,111,119,2,1,95,25,9,170,0,8,1,18,46,115,101,116,45,119,105,110,45,99,111,111,45,112,111,112,117,112,2,1,212,229,168,64,0,8,1,9,46,119,95,110,111,116,105,99,101,2,1,206,100,93,193,0,0,1,69,91,115,114,99,61,34,104,116,116,112,115,58,47,47,115,116,97,116,105,99,46,112,111,115,116,97,46,115,107,47,99,111,111,107,105,101,115,45,99,111,110,115,101,110,116,115,47,100,105,97,108,111,103,47,115,107,47,105,110,100,101,120,46,104,116,109,108,34,93,2,1,126,160,122,76,0,0,1,40,91,115,116,121,108,101,94,61,34,112,111,115,105,116,105,111,110,58,32,102,105,120,101,100,59,32,98,111,116,116,111,109,58,32,48,112,120,59,34,93,2,1,128,95,44,102,0,0,1,31,100,105,118,91,100,97,116,97,45,116,101,115,116,105,100,61,34,108,97,121,111,117,116,45,112,111,112,117,112,34,93,2,1,139,206,150,215,0,0,1,54,100,105,118,91,115,116,121,108,101,94,61,34,112,97,100,100,105,110,103,45,116,111,112,58,32,49,48,112,120,59,32,112,97,100,100,105,110,103,45,98,111,116,116,111,109,58,32,49,48,112,120,59,34,93,2,1,233,213,149,153,0,0,1,41,100,105,118,91,115,116,121,108,101,94,61,34,119,105,100,116,104,58,32,49,48,48,37,59,32,100,105,115,112,108,97,121,58,32,102,108,101,120,59,34,93,2,1,142,224,200,184,0,16,1,8,35,99,99,45,110,111,116,101,2,1,87,207,133,186,0,16,1,21,35,99,100,45,109,111,100,117,108,101,45,109,111,100,97,108,45,109,97,105,110,2,1,5,192,133,48,0,16,1,11,35,99,107,45,111,118,101,114,108,97,121,2,1,196,117,196,208,0,16,1,20,35,99,111,111,107,105,101,67,111,110,116,97,105,110,101,114,87,114,97,112,2,1,206,58,185,194,0,16,1,13,35,99,111,111,107,105,101,95,112,111,112,117,112,2,1,27,100,10,122,0,16,1,8,35,103,114,97,121,79,117,116,2,1,94,49,20,3,0,16,1,13,35,112,114,101,108,111,97,100,95,111,118,101,114,2,1,206,58,185,194,0,8,1,18,46,95,49,122,66,80,53,114,117,121,109,99,51,56,78,68,55,66,2,1,56,182,215,105,0,8,1,11,46,99,99,45,119,114,97,112,112,101,114,2,1,247,192,209,26,0,8,1,11,46,99,100,45,111,118,101,114,108,97,121,2,1,5,192,133,48,0,8,1,11,46,99,111,111,107,105,101,67,111,110,116,2,1,55,16,179,143,0,8,1,27,46,99,111,111,107,105,101,95,97,103,114,101,101,109,101,110,116,95,99,111,110,116,97,105,110,101,114,2,1,87,5,11,138,0,8,1,12,46,99,115,115,45,49,101,54,111,122,106,99,2,1,111,242,159,25,0,8,1,5,46,100,97,114,107,2,1,79,57,36,106,0,8,1,4,46,102,102,102,2,3,108,88,113,176,117,41,255,15,124,94,131,51,0,8,1,5,46,107,117,107,105,2,1,206,133,11,19,0,8,1,11,46,109,100,45,99,111,111,107,105,101,115,2,2,28,122,109,40,47,253,26,183,0,8,1,11,46,109,100,45,111,118,101,114,108,97,121,2,2,28,122,109,40,47,253,26,183,0,8,1,15,46,109,111,100,97,108,115,45,111,118,101,114,108,97,121,2,1,149,228,165,37,0,8,1,12,46,112,111,108,112,114,111,115,111,106,110,111,2,1,14,6,188,254,0,0,1,38,91,115,116,121,108,101,94,61,34,109,97,114,103,105,110,58,49,48,37,32,97,117,116,111,59,32,119,105,100,116,104,58,56,48,37,59,34,93,2,1,206,135,239,196,0,0,1,35,91,115,116,121,108,101,94,61,34,112,111,115,105,116,105,111,110,58,102,105,120,101,100,59,32,116,111,112,58,48,112,120,59,34,93,2,1,206,135,239,196,0,0,1,22,98,111,100,121,32,62,32,46,117,114,101,106,97,110,106,101,99,101,110,116,101,114,2,1,110,159,56,170,0,0,1,74,100,105,118,91,115,116,121,108,101,42,61,34,116,101,120,116,45,97,108,105,103,110,58,99,101,110,116,101,114,59,45,119,101,98,107,105,116,45,98,111,120,45,115,104,97,100,111,119,58,48,112,120,32,45,53,112,120,32,49,52,112,120,32,45,52,112,120,32,114,103,98,97,34,93,2,1,139,236,120,88,0,0,1,17,116,114,32,62,32,46,110,97,112,105,115,110,97,110,111,103,105,2,1,110,159,56,170,0,0,1,20,116,114,32,62,32,46,117,114,101,106,97,110,106,101,99,101,110,116,101,114,2,1,110,159,56,170,0,0,1,7,116,114,32,62,32,116,100,2,1,52,34,49,199,0,16,1,12,35,73,110,102,111,114,109,97,99,105,111,110,2,1,190,6,229,49,0,16,1,11,35,87,105,110,100,111,119,76,111,97,100,2,1,16,125,145,151,0,16,1,5,35,95,95,98,103,2,1,80,185,243,238,0,16,1,10,35,95,95,99,111,111,107,105,101,115,2,1,80,185,243,238,0,16,1,21,35,97,98,100,109,45,99,111,111,107,105,101,115,45,111,118,101,114,108,97,121,2,1,138,96,120,191,0,16,1,19,35,97,99,99,101,112,116,97,116,105,111,110,67,77,80,87,97,108,108,2,1,194,197,253,186,0,16,1,16,35,97,99,101,112,116,97,114,45,99,111,111,107,105,101,115,2,1,218,219,82,147,0,16,1,19,35,97,100,97,109,45,99,111,111,107,105,101,45,98,97,110,110,101,114,2,1,172,199,127,40,0,16,1,11,35,97,100,100,105,116,105,111,110,97,108,2,1,35,84,210,234,0,16,1,8,35,97,110,117,110,99,105,111,2,1,84,199,135,218,0,16,1,22,35,97,114,115,121,115,67,111,111,107,105,101,65,99,99,101,112,116,97,110,99,101,2,1,187,172,89,129,0,16,1,6,35,97,118,105,115,111,2,8,9,131,168,29,14,133,63,47,20,236,123,79,21,136,125,63,70,189,0,86,77,166,55,54,143,130,111,107,220,255,51,134,0,16,1,10,35,97,118,105,115,111,95,111,102,102,2,1,222,0,213,94,0,16,1,10,35,97,118,105,115,111,108,115,115,105,2,1,143,53,238,71,0,16,1,10,35,97,118,105,115,111,115,117,115,99,2,1,15,72,196,219,0,16,1,6,35,98,97,114,114,97,2,2,68,160,196,1,209,107,169,63,0,16,1,22,35,98,97,114,114,97,95,109,101,110,115,97,106,101,95,99,111,111,107,105,101,115,2,1,86,189,11,244,0,16,1,22,35,98,115,45,103,100,112,114,45,99,111,111,107,105,101,115,45,109,111,100,97,108,2,1,172,134,124,44,0,16,1,20,35,99,45,99,111,111,107,105,101,115,95,95,109,111,100,97,108,98,97,114,2,1,207,23,206,70,0,16,1,10,35,99,45,109,101,115,115,97,103,101,2,1,242,88,19,184,0,16,1,9,35,99,45,110,111,116,105,99,101,2,1,80,213,160,171,0,16,1,10,35,99,97,95,98,97,110,110,101,114,2,1,14,19,28,211,0,16,1,9,35,99,97,102,77,111,100,97,108,2,1,38,157,59,188,0,16,1,13,35,99,97,112,97,95,103,97,108,108,101,116,97,2,1,15,205,78,128,0,16,1,22,35,99,111,110,102,105,103,117,114,97,99,105,111,110,95,99,111,111,107,105,101,115,2,1,64,72,21,132,0,16,1,27,35,99,111,110,115,101,110,116,77,111,100,101,68,105,97,108,111,103,67,111,110,116,97,105,110,101,114,2,1,79,120,117,209,0,16,1,17,35,99,111,110,116,97,105,110,101,114,45,115,99,114,101,101,110,2,1,160,35,228,169,0,16,1,18,35,99,111,110,116,97,105,110,101,114,95,111,112,97,99,105,116,121,2,3,105,144,136,58,121,29,45,71,206,185,134,178,0,16,1,5,35,99,111,111,107,2,1,102,210,30,230,0,16,1,12,35,99,111,111,107,105,101,45,97,114,101,97,2,1,31,0,78,35,0,16,1,21,35,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,112,97,110,101,108,2,1,69,98,99,212,0,16,1,19,35,99,111,111,107,105,101,45,112,111,108,105,99,121,45,112,97,103,101,2,1,234,231,178,189,0,16,1,22,35,99,111,111,107,105,101,45,119,114,97,112,112,101,114,45,111,98,106,101,116,111,2,1,9,209,234,53,0,16,1,10,35,99,111,111,107,105,101,84,111,112,2,1,237,21,48,76,0,16,1,15,35,99,111,111,107,105,101,95,98,108,111,99,107,101,114,2,1,47,37,96,230,0,16,1,10,35,99,111,111,107,105,101,98,97,114,2,1,38,208,165,6,0,16,1,12,35,99,111,111,107,105,101,115,45,105,107,105,2,1,98,20,206,86,0,16,1,26,35,99,111,111,107,105,101,115,67,111,110,102,105,103,117,114,97,116,105,111,110,77,111,100,97,108,2,1,38,157,173,124,0,16,1,22,35,99,111,111,107,105,101,115,95,99,111,110,102,105,103,117,114,97,116,105,111,110,2,1,109,18,28,142,0,16,1,18,35,99,115,95,105,110,102,111,114,109,97,116,105,111,110,66,97,114,2,1,105,150,199,231,0,16,1,19,35,100,45,110,111,116,105,102,105,99,97,116,105,111,110,45,98,97,114,2,1,42,225,55,237,0,16,1,10,35,100,97,114,107,108,97,121,101,114,2,1,209,250,2,218,0,16,1,11,35,100,105,118,67,111,110,115,101,110,116,2,1,126,17,96,76,0,16,1,18,35,101,99,108,45,99,111,110,116,97,105,110,101,114,45,98,111,120,2,1,168,157,119,180,0,16,1,6,35,102,98,45,99,100,2,1,102,11,138,185,0,16,1,11,35,102,111,110,100,111,97,118,105,115,111,2,7,9,131,168,29,14,133,63,47,20,236,123,79,77,166,55,54,77,209,28,229,143,130,111,107,220,255,51,134,0,16,1,24,35,102,111,110,100,111,116,114,97,110,115,112,97,114,101,110,99,105,97,45,103,114,105,115,2,1,112,73,232,230,0,16,1,4,35,104,105,100,2,1,194,196,253,9,0,16,1,8,35,104,121,108,95,99,111,111,2,1,176,101,124,32,0,16,1,11,35,105,116,114,111,95,111,112,97,99,111,2,1,48,28,76,177,0,16,1,11,35,105,116,114,111,95,112,111,112,117,112,2,1,48,28,76,177,0,16,1,15,35,108,97,112,117,116,97,112,111,108,105,116,105,99,97,2,1,108,45,118,81,0,16,1,13,35,108,101,103,97,108,67,111,111,107,105,101,115,2,1,219,253,69,148,0,16,1,4,35,108,101,121,2,1,125,164,141,56,0,16,1,9,35,108,111,112,100,95,111,102,102,2,1,188,113,232,3,0,16,1,9,35,108,111,112,100,103,100,100,100,2,2,107,145,149,90,136,231,171,116,0,16,1,11,35,109,101,115,115,97,103,101,98,97,114,2,1,180,89,40,136,0,16,1,30,35,109,111,100,97,108,45,99,111,111,107,105,101,115,45,50,48,50,49,45,104,111,114,105,122,111,110,116,97,108,2,1,66,198,134,223,0,16,1,15,35,109,111,100,97,108,67,111,110,116,97,105,110,101,114,2,1,65,79,26,144,0,16,1,12,35,109,111,100,97,108,67,111,111,107,105,101,2,1,57,168,48,141,0,16,1,13,35,110,111,116,105,102,105,99,97,116,105,111,110,2,1,125,136,37,144,0,16,1,9,35,111,118,101,114,98,111,120,51,2,14,5,118,252,91,25,152,222,189,78,132,221,10,78,206,224,187,81,80,184,49,93,47,245,212,93,190,42,145,129,68,174,2,137,104,70,0,149,78,137,116,149,170,68,160,152,196,109,225,163,3,52,249,180,142,22,185,0,16,1,13,35,112,97,103,101,45,111,118,101,114,108,97,121,2,1,49,201,170,182,0,16,1,23,35,112,100,99,99,45,109,101,115,115,97,103,101,45,99,111,110,116,97,105,110,101,114,2,1,49,78,149,254,0,16,1,14,35,112,100,99,99,45,109,111,100,97,108,45,98,103,2,1,54,184,198,189,0,16,1,8,35,112,111,108,67,111,111,107,2,1,89,4,239,137,0,16,1,3,35,112,112,2,1,151,213,159,140,0,16,1,14,35,113,76,116,101,109,112,79,118,101,114,108,97,121,2,1,205,155,165,79,0,16,1,13,35,115,116,97,116,105,99,45,99,111,118,101,114,2,1,202,104,138,143,0,16,1,15,35,115,121,115,116,101,109,45,109,101,115,115,97,103,101,2,1,189,138,92,190,0,16,1,19,35,116,105,109,101,115,45,108,101,103,97,108,45,110,111,116,105,99,101,2,1,19,196,252,217,0,16,1,21,35,117,99,97,95,112,111,112,117,112,95,98,97,99,107,103,114,111,117,110,100,2,1,163,3,120,252,0,16,1,14,35,119,112,45,99,111,111,107,105,101,45,112,114,111,2,1,122,244,94,26,0,16,1,18,35,122,121,108,107,95,97,118,105,115,111,99,111,111,107,105,101,115,2,1,190,35,12,38,0,8,1,5,46,67,67,48,53,2,1,103,1,194,57,0,8,1,8,46,67,79,79,75,73,69,83,2,1,127,30,210,214,0,8,1,25,46,67,111,111,107,105,101,115,45,99,111,110,116,97,105,110,101,114,71,101,110,101,114,97,108,2,1,192,221,86,235,0,8,1,29,46,70,108,111,97,116,105,110,103,66,111,120,101,115,67,111,110,116,97,105,110,101,114,66,111,116,116,111,109,2,1,43,44,54,168,0,8,1,9,46,75,111,108,97,99,105,107,121,2,1,86,238,180,31,0,8,1,19,46,77,84,77,45,98,97,110,110,101,114,45,99,111,111,107,105,101,115,2,1,61,29,141,235,0,8,1,8,46,80,114,105,118,97,99,121,2,2,137,209,70,117,192,144,196,193,0,8,1,19,46,95,99,111,110,116,97,105,110,101,114,95,49,112,109,48,114,95,49,2,1,209,148,127,210,0,8,1,14,46,97,106,97,120,45,112,114,111,103,114,101,115,115,2,1,163,3,7,58,0,8,1,19,46,97,108,101,114,116,95,95,109,115,103,45,87,114,97,112,112,101,114,2,1,31,208,80,211,0,8,1,12,46,98,97,110,110,101,114,45,98,111,100,121,2,1,160,47,103,150,0,8,1,6,46,98,97,114,114,97,2,2,38,156,72,64,140,15,95,109,0,8,1,13,46,98,97,114,114,97,67,111,111,107,105,101,115,2,1,54,155,234,145,0,8,1,38,46,98,97,115,105,99,45,45,100,114,97,119,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,45,98,97,114,45,110,111,116,105,99,101,2,1,13,92,44,151,0,8,1,58,46,98,97,115,105,99,45,45,100,114,97,119,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,45,98,97,114,45,110,111,116,105,99,101,45,45,112,97,103,101,45,99,111,110,116,101,110,116,45,108,97,121,101,114,2,1,13,92,44,151,0,8,1,14,46,98,97,115,105,99,76,105,103,104,116,98,111,120,2,1,2,113,241,185,0,8,1,10,46,98,103,45,99,111,111,107,105,101,2,1,174,26,113,133,0,8,1,11,46,98,103,45,111,118,101,114,108,97,121,2,1,44,52,3,17,0,8,1,9,46,98,103,95,112,111,112,117,112,2,2,70,74,192,160,205,29,23,185,0,8,1,13,46,98,108,117,114,45,99,111,111,107,105,101,115,2,1,232,15,198,247,0,8,1,8,46,99,45,109,111,100,97,108,2,1,203,139,70,229,0,8,1,7,46,99,84,87,66,104,80,2,1,46,75,201,234,0,8,1,6,46,99,95,49,50,56,2,4,32,205,30,166,41,77,187,113,89,69,35,235,139,83,232,32,0,8,1,23,46,99,99,111,111,107,105,101,112,111,112,117,112,119,114,97,112,98,97,110,110,101,114,2,1,127,196,230,91,0,8,1,20,46,99,105,116,105,45,110,97,118,98,97,114,45,109,101,115,115,97,103,101,2,1,39,96,147,228,0,8,1,9,46,99,109,45,112,111,112,117,112,2,2,58,74,205,103,149,208,187,137,0,8,1,16,46,99,109,45,119,112,45,99,111,110,116,97,105,110,101,114,2,1,120,42,143,151,0,8,1,13,46,99,111,110,115,101,110,116,66,111,120,101,115,2,1,143,123,106,92,0,8,1,21,46,99,111,111,107,105,101,45,99,111,110,102,105,103,117,114,97,116,105,111,110,2,1,17,213,100,203,0,8,1,16,46,99,111,111,107,105,101,66,111,120,95,51,48,86,56,98,2,1,126,1,98,126,0,8,1,18,46,99,111,111,107,105,101,115,45,97,117,116,104,111,114,105,122,101,2,1,209,148,127,210,0,8,1,22,46,99,111,111,107,105,101,115,45,99,111,110,115,101,110,116,45,109,111,100,97,108,2,2,34,78,177,223,171,10,228,69,0,8,1,16,46,99,111,111,107,105,101,115,45,111,118,101,114,108,97,121,2,1,52,207,15,164,0,8,1,23,46,99,111,111,107,105,101,115,77,101,115,115,97,103,101,45,119,114,97,112,112,101,114,2,1,97,12,246,167,0,8,1,18,46,99,111,111,107,105,101,115,106,115,114,45,98,97,110,110,101,114,2,1,176,149,13,147,0,8,1,12,46,99,112,77,97,105,110,80,97,110,101,108,2,1,214,99,169,207,0,8,1,17,46,99,117,114,116,97,105,110,95,108,105,103,104,116,98,111,120,2,1,122,115,189,172,0,8,1,7,46,100,76,121,109,82,107,2,1,5,139,187,137,0,8,1,12,46,100,97,114,107,45,102,105,108,116,101,114,2,1,44,50,143,104,0,8,1,13,46,100,97,116,97,45,112,114,105,118,97,99,121,2,1,122,128,196,147,0,8,1,7,46,100,107,112,121,106,79,2,1,5,139,187,137,0,8,1,5,46,100,114,111,112,2,1,187,172,89,129,0,8,1,7,46,101,72,115,78,87,66,2,1,14,194,220,197,0,8,1,8,46,101,110,99,97,98,101,122,2,1,27,16,91,74,0,8,1,128,0,0,0,190,46,102,105,120,101,100,46,122,45,49,48,48,46,98,111,116,116,111,109,45,92,91,51,48,112,120,92,93,46,119,45,92,91,51,48,48,112,120,92,93,46,109,97,120,45,119,45,92,91,57,48,92,37,92,93,46,98,103,45,119,104,105,116,101,46,112,45,51,46,114,111,117,110,100,101,100,45,109,100,46,115,104,97,100,111,119,45,120,108,46,102,111,110,116,45,119,111,114,107,83,97,110,115,46,116,101,120,116,45,92,91,49,50,112,120,92,93,46,116,101,120,116,45,92,91,92,35,51,51,51,51,51,51,92,93,46,116,114,97,110,115,105,116,105,111,110,45,92,91,114,105,103,104,116,92,93,46,100,117,114,97,116,105,111,110,45,92,91,54,48,48,109,115,92,93,46,114,105,103,104,116,45,92,91,51,48,112,120,92,93,2,1,219,88,247,71,0,8,1,7,46,102,107,79,100,83,89,2,1,172,79,88,196,0,8,1,14,46,102,111,111,116,101,114,95,95,116,101,114,109,115,2,1,100,66,221,239,0,8,1,10,46,102,117,101,45,109,111,100,97,108,2,1,217,188,32,138,0,8,1,19,46,102,117,101,45,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,1,217,188,32,138,0,8,1,12,46,102,117,108,108,79,112,97,99,105,116,121,2,1,209,115,132,250,0,8,1,11,46,102,117,115,105,111,110,45,114,111,119,2,1,247,128,152,22,0,8,1,8,46,103,104,45,105,110,102,111,2,1,254,170,31,79,0,8,1,17,46,103,108,111,98,97,108,45,115,116,97,116,101,109,101,110,116,2,1,162,111,37,118,0,8,1,12,46,103,108,111,119,45,98,97,110,110,101,114,2,1,120,193,28,90,0,8,1,5,46,104,105,100,101,2,1,62,165,120,38,0,8,1,25,46,105,97,109,45,99,111,111,107,105,101,45,99,111,110,116,114,111,108,45,109,111,100,97,108,2,1,111,112,61,232,0,8,1,34,46,105,97,109,45,99,111,111,107,105,101,45,99,111,110,116,114,111,108,45,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,1,111,112,61,232,0,8,1,10,46,105,110,102,111,95,112,114,105,118,2,1,249,77,114,156,0,8,1,7,46,105,114,75,74,89,106,2,1,172,79,88,196,0,8,1,5,46,106,115,115,49,2,1,45,71,111,199,0,8,1,7,46,106,115,115,50,54,56,2,1,63,198,48,249,0,8,1,6,46,106,115,115,52,53,2,1,241,195,103,180,0,8,1,10,46,107,116,104,45,116,111,97,115,116,2,1,81,14,41,167,0,8,1,17,46,109,99,101,82,111,119,45,45,114,101,108,97,116,105,118,101,2,1,178,24,96,60,0,8,1,7,46,109,102,112,45,98,103,2,1,52,0,85,100,0,8,1,9,46,109,102,112,45,119,114,97,112,2,1,52,0,85,100,0,8,1,41,46,109,111,98,105,108,101,45,117,110,100,101,114,115,105,122,101,100,45,117,112,112,101,114,46,109,111,98,105,108,101,45,102,111,114,99,101,104,105,100,101,2,1,230,231,3,96,0,8,1,13,46,109,111,100,97,108,45,97,118,105,115,111,115,2,1,162,101,167,14,0,8,1,18,46,109,111,100,97,108,45,99,111,110,100,105,99,105,111,110,101,115,2,1,52,119,212,112,0,8,1,15,46,109,111,100,97,108,115,45,119,114,97,112,112,101,114,2,1,199,94,44,38,0,8,1,8,46,109,111,115,116,114,97,114,2,1,157,255,101,37,0,8,1,13,46,110,111,109,97,45,112,114,105,118,97,99,121,2,1,7,204,5,194,0,8,1,18,46,110,111,116,105,102,105,99,97,116,105,111,110,45,115,117,98,115,2,1,3,0,244,66,0,8,1,9,46,110,111,116,105,102,105,110,111,2,1,216,132,253,237,0,8,1,7,46,110,111,116,105,102,121,2,1,52,43,39,229,0,8,1,12,46,111,116,115,100,107,95,97,108,101,114,116,2,1,214,178,89,142,0,8,1,14,46,111,116,115,100,107,95,111,118,101,114,108,97,121,2,1,214,178,89,142,0,8,1,19,46,111,120,121,45,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,1,117,191,131,90,0,8,1,4,46,112,103,99,2,1,32,206,82,220,0,8,1,27,46,112,111,114,116,108,101,116,45,99,111,111,107,105,101,115,45,108,97,121,111,117,116,45,115,101,116,2,1,129,73,113,236,0,8,1,24,46,113,67,111,111,107,105,101,65,110,105,109,97,99,105,111,110,69,110,116,114,97,100,97,2,1,188,121,15,58,0,8,1,13,46,114,101,45,83,104,97,114,101,100,67,109,112,2,1,23,151,71,169,0,8,1,13,46,114,101,118,101,97,108,45,109,111,100,97,108,2,1,177,160,127,222,0,8,1,15,46,114,101,118,101,97,108,45,111,118,101,114,108,97,121,2,1,48,250,53,189,0,8,1,6,46,115,105,112,111,49,2,1,183,17,6,111,0,8,1,20,46,115,116,105,99,107,121,45,110,111,116,105,102,105,99,97,116,105,111,110,2,1,54,26,83,59,0,8,1,23,46,115,116,121,108,101,115,95,115,110,97,99,107,98,97,114,95,95,51,105,66,84,98,2,1,191,183,99,187,0,8,1,18,46,115,117,105,45,84,99,102,70,105,114,115,116,76,97,121,101,114,2,2,38,51,33,34,95,233,19,219,0,8,1,13,46,115,117,112,101,114,99,111,111,107,105,101,115,2,1,97,188,20,90,0,8,1,15,46,115,118,101,108,116,101,45,49,117,53,113,53,57,97,2,1,209,148,127,210,0,8,1,13,46,116,111,97,115,116,45,98,111,116,116,111,109,2,1,146,130,235,192,0,8,1,11,46,116,111,112,45,104,101,97,100,101,114,2,1,121,136,188,182,0,8,1,7,46,116,111,112,66,97,114,2,1,163,4,94,26,0,8,1,13,46,116,117,115,115,45,99,111,111,107,105,101,115,2,1,115,76,22,193,0,8,1,18,46,117,105,45,100,105,97,108,111,103,45,98,117,116,116,111,110,115,2,1,121,73,98,151,0,8,1,11,46,117,114,103,101,110,116,45,109,115,103,2,1,23,13,221,227,0,8,1,14,46,118,109,45,45,99,111,110,116,97,105,110,101,114,2,3,34,78,177,223,66,68,220,55,171,10,228,69,0,8,1,12,46,118,109,45,45,111,118,101,114,108,97,121,2,2,34,78,177,223,171,10,228,69,0,0,1,36,91,97,114,105,97,45,108,97,98,101,108,61,34,67,111,111,107,105,101,32,115,101,116,116,105,110,103,115,32,112,97,110,101,108,34,93,2,1,241,195,103,180,0,0,1,32,91,100,97,116,97,45,116,111,97,115,116,61,34,102,95,99,111,111,107,105,101,115,95,97,99,101,112,116,101,100,34,93,2,1,107,101,58,158,0,0,1,19,97,51,54,48,45,99,111,111,107,105,101,115,45,97,100,118,105,99,101,2,1,254,224,214,240,0,0,1,18,97,112,112,45,112,114,105,118,97,99,121,45,112,111,108,105,99,121,2,1,44,174,232,197,0,0,1,15,98,111,100,121,32,62,32,46,99,97,106,97,116,120,116,2,1,50,28,190,48,0,0,1,21,98,111,100,121,32,62,32,100,105,118,91,105,100,93,91,99,108,97,115,115,93,2,2,107,82,121,91,171,16,156,34,0,0,1,108,100,105,118,91,115,116,121,108,101,61,34,112,111,115,105,116,105,111,110,58,102,105,120,101,100,59,108,101,102,116,58,48,59,116,111,112,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,122,45,105,110,100,101,120,58,57,57,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,48,46,51,41,34,93,2,1,1,118,224,3,0,0,1,22,100,119,45,103,108,111,98,97,108,45,110,111,116,105,102,105,99,97,116,105,111,110,2,1,32,194,113,206,0,0,1,18,119,99,45,99,111,111,107,105,101,115,45,109,97,110,97,103,101,114,2,1,146,9,150,180,0,0,1,27,97,112,112,45,110,111,116,105,102,105,99,97,116,105,111,110,115,45,99,111,110,116,97,105,110,101,114,2,1,236,22,167,42,0,8,1,13,46,115,104,111,119,66,97,99,107,100,114,111,112,2,1,247,239,188,91,0,8,1,12,46,115,104,111,119,67,111,110,115,101,110,116,2,1,247,239,188,91,0,8,1,16,46,102,99,45,99,111,110,115,101,110,116,45,114,111,111,116,2,1,207,84,32,220,0,8,1,10,46,102,117,101,45,109,111,100,97,108,2,1,12,248,183,214,0,8,1,19,46,102,117,101,45,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,1,12,248,183,214,0,8,1,17,46,112,111,112,117,112,66,97,114,114,97,67,111,111,107,105,101,2,1,142,61,183,121,0,8,1,9,46,112,111,112,117,112,95,98,103,2,1,231,61,232,182,0,16,1,16,35,67,111,111,107,105,101,115,83,101,116,116,105,110,103,115,2,2,153,128,57,181,169,49,96,194,0,16,1,11,35,97,112,112,114,111,118,101,98,111,120,2,1,185,252,193,167,0,16,1,22,35,99,98,99,107,70,117,108,108,115,99,114,101,101,110,66,108,111,99,107,101,114,2,1,239,195,118,128,0,16,1,22,35,99,98,99,107,99,104,97,110,103,101,104,111,108,100,101,114,70,105,114,115,116,2,1,239,195,118,128,0,16,1,12,35,99,111,111,99,107,105,101,105,110,102,111,2,1,86,29,134,215,0,16,1,11,35,99,111,111,107,105,101,109,103,109,116,2,1,13,240,138,185,0,16,1,12,35,99,111,111,107,105,101,109,111,100,97,108,2,1,229,211,159,34,0,16,1,18,35,101,112,45,99,111,111,107,105,101,45,99,111,110,99,101,110,116,2,6,17,170,12,169,33,76,177,141,76,162,9,117,111,142,47,179,120,199,95,90,242,0,224,50,0,16,1,29,35,101,117,45,99,111,111,107,105,101,45,99,111,109,112,108,105,97,110,99,101,45,111,118,101,114,108,97,121,2,1,218,98,25,127,0,16,1,23,35,103,101,116,67,111,111,107,105,101,67,111,110,115,101,110,116,68,105,97,108,111,103,2,1,190,204,87,237,0,16,1,6,35,103,108,97,115,115,2,1,185,252,193,167,0,16,1,11,35,106,115,45,99,109,45,99,108,97,119,2,1,133,248,1,223,0,16,1,9,35,107,97,107,114,117,116,97,110,2,1,244,98,199,145,0,16,1,28,35,109,98,95,109,111,100,117,108,101,115,95,112,111,112,117,112,115,95,67,111,110,116,97,105,110,101,114,2,2,138,148,166,199,240,138,122,114,0,16,1,8,35,111,118,101,114,108,97,121,2,1,244,99,28,105,0,16,1,33,35,115,99,104,105,98,115,116,101,100,45,100,97,116,97,45,99,111,110,116,114,111,108,108,101,114,45,115,116,105,99,107,121,2,1,244,98,208,142,0,16,1,10,35,115,105,116,101,102,108,97,115,104,2,1,142,78,97,36,0,16,1,8,35,116,111,112,45,98,97,114,2,1,154,255,223,180,0,16,1,16,35,119,114,97,112,112,101,114,45,100,120,45,99,111,107,105,2,1,97,30,23,114,0,16,1,2,35,121,2,1,172,70,118,243,0,8,1,6,46,70,67,83,86,99,2,1,234,237,235,189,0,8,1,10,46,79,102,53,50,97,97,99,98,56,2,1,193,125,236,65,0,8,1,37,46,83,99,104,105,98,115,116,101,100,66,97,110,110,101,114,95,95,87,114,97,112,112,101,114,45,115,99,45,101,108,108,55,104,105,45,48,2,1,206,145,171,231,0,8,1,6,46,83,110,97,99,107,2,1,245,94,74,107,0,8,1,8,46,95,49,106,117,114,74,105,2,1,106,203,233,1,0,8,1,24,46,95,50,73,112,54,102,57,74,99,112,101,95,101,100,67,111,101,49,84,115,50,109,77,2,1,234,237,234,196,0,8,1,10,46,97,108,101,114,116,45,98,111,120,2,1,123,1,3,200,0,8,1,10,46,97,108,101,114,116,87,114,97,112,2,1,21,216,49,71,0,8,1,7,46,98,69,82,97,115,77,2,1,91,62,56,100,0,8,1,20,46,98,97,107,101,100,45,100,111,117,103,104,45,99,111,110,115,101,110,116,2,1,87,183,168,67,0,8,1,10,46,98,108,99,107,45,105,110,102,111,2,1,234,237,237,55,0,8,1,10,46,99,45,109,101,115,115,97,103,101,2,1,228,36,80,177,0,8,1,11,46,99,45,109,101,115,115,97,103,101,115,2,1,25,193,184,40,0,8,1,4,46,99,45,119,2,1,220,32,147,152,0,8,1,9,46,99,49,104,115,117,105,105,54,2,1,82,81,137,85,0,8,1,8,46,99,99,45,112,97,103,101,2,1,230,54,121,172,0,8,1,9,46,99,99,110,116,45,97,112,112,2,1,137,128,148,66,0,0,1,33,46,99,111,109,112,111,110,101,110,116,92,58,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,100,105,97,108,111,103,2,1,6,137,79,101,0,8,1,17,46,99,111,110,115,101,110,116,45,98,97,99,107,100,114,111,112,2,1,244,98,237,59,0,8,1,16,46,99,111,110,115,101,110,116,45,104,97,110,100,108,101,114,2,1,190,141,104,238,0,8,1,19,46,99,111,111,107,105,101,45,97,99,99,101,112,116,45,102,111,114,109,2,1,27,210,24,236,0,8,1,18,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,115,118,2,1,82,70,246,212,0,8,1,14,46,99,111,111,107,105,101,45,99,117,116,116,101,114,2,1,88,213,47,148,0,8,1,19,46,99,111,111,107,105,101,45,105,110,102,111,114,109,97,116,105,111,110,2,1,244,99,28,105,0,8,1,21,46,99,111,111,107,105,101,45,109,111,100,97,108,45,119,114,97,112,112,101,114,2,1,139,195,212,166,0,8,1,12,46,99,115,115,45,49,114,52,117,98,120,51,2,1,228,37,50,25,0,8,1,11,46,99,115,115,45,52,117,120,122,110,108,2,1,241,184,124,212,0,8,1,7,46,99,117,71,115,121,104,2,1,63,111,219,127,0,8,1,23,46,100,107,45,104,101,97,100,101,114,45,105,110,102,111,45,109,101,115,115,97,103,101,2,1,70,68,145,133,0,8,1,7,46,100,121,120,108,73,110,2,1,70,66,119,99,0,8,1,25,46,101,108,101,109,101,110,116,111,114,45,108,111,99,97,116,105,111,110,45,112,111,112,117,112,2,1,244,99,2,199,0,8,1,7,46,102,65,97,108,72,81,2,1,91,62,56,100,0,8,1,30,46,102,108,117,102,102,121,45,87,114,97,112,112,101,114,45,102,108,117,102,102,121,45,45,118,48,100,122,114,116,2,1,111,231,220,104,0,8,1,7,46,104,66,122,88,122,74,2,1,170,157,230,232,0,8,1,15,46,104,101,97,100,101,114,95,95,98,97,110,110,101,114,2,1,69,68,255,12,0,8,1,13,46,105,110,102,111,45,109,101,115,115,97,103,101,2,1,48,211,58,183,0,8,1,15,46,105,110,102,111,98,97,114,45,98,111,116,116,111,109,2,1,220,131,169,115,0,8,1,14,46,105,110,115,101,116,45,48,46,102,105,120,101,100,2,1,249,76,148,68,0,8,1,16,46,105,115,45,97,99,116,105,118,101,46,109,111,100,97,108,2,1,147,161,192,179,0,8,1,15,46,106,115,45,105,110,102,111,45,98,97,110,110,101,114,2,1,42,174,84,192,0,8,1,34,46,106,115,45,115,104,98,45,105,110,115,115,45,108,111,103,105,110,95,95,99,111,111,107,105,101,45,99,111,110,115,101,110,116,2,1,169,41,105,74,0,8,1,7,46,106,115,115,49,49,51,2,1,189,176,99,6,0,8,1,7,46,107,90,102,71,68,88,2,1,219,22,36,202,0,8,1,11,46,107,101,121,45,49,56,50,117,120,122,2,1,82,68,121,118,0,8,1,19,46,109,100,45,100,105,97,108,111,103,45,98,97,99,107,100,114,111,112,2,1,190,204,87,237,0,8,1,8,46,109,101,115,115,97,103,101,2,1,227,207,99,151,0,8,1,6,46,111,49,102,45,97,2,1,237,165,79,32,0,8,1,21,46,111,110,108,105,110,101,45,110,111,116,105,102,105,99,97,116,105,111,110,115,2,3,17,180,199,103,67,168,188,239,222,89,229,1,0,8,1,8,46,111,118,101,114,108,97,121,2,1,148,108,111,41,0,8,1,4,46,112,109,115,2,1,82,73,67,168,0,8,1,14,46,112,111,108,105,99,121,45,110,111,116,105,99,101,2,1,225,159,208,195,0,8,1,21,46,112,111,108,111,112,111,108,121,78,111,116,105,102,105,99,97,116,105,111,110,2,1,82,79,80,68,0,8,1,13,46,112,111,112,85,112,87,114,97,112,112,101,114,2,1,228,36,55,62,0,8,1,8,46,112,111,112,95,98,111,120,2,1,236,84,247,115,0,8,1,16,46,112,114,105,118,97,99,121,45,119,114,97,112,112,101,114,2,1,181,12,193,50,0,8,1,21,46,112,119,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,118,50,2,1,244,98,200,95,0,8,1,10,46,115,99,45,99,106,105,98,66,120,2,1,171,115,70,160,0,8,1,31,46,115,100,45,111,98,106,101,99,116,45,105,102,32,62,32,46,115,100,45,111,98,106,101,99,116,45,99,111,100,101,2,1,22,69,104,143,0,8,1,23,46,115,100,45,111,98,106,101,99,116,45,105,102,46,115,100,45,111,98,106,101,99,116,2,1,70,73,37,231,0,8,1,29,46,115,101,99,116,105,111,110,45,99,111,111,107,105,101,115,45,110,111,116,105,99,101,45,111,117,116,101,114,2,1,82,67,59,12,0,8,1,7,46,115,104,97,100,111,119,2,1,244,99,44,64,0,8,1,17,46,115,110,97,99,107,98,97,114,45,119,114,97,112,112,101,114,2,1,82,69,232,20,0,8,1,18,46,115,111,115,45,99,107,45,99,110,115,110,116,45,109,103,110,114,2,1,50,164,120,45,0,8,1,28,46,115,116,121,108,101,95,99,111,110,115,101,110,116,45,98,97,110,110,101,114,95,95,70,110,115,50,74,2,1,106,203,233,1,0,8,1,31,46,115,116,121,108,101,115,95,95,67,111,111,107,105,101,98,97,114,87,114,97,112,45,103,53,97,98,55,110,45,48,2,1,79,177,198,214,0,8,1,8,46,119,112,50,55,110,118,120,2,1,144,193,7,54,0,8,1,6,46,120,100,109,70,111,2,1,75,133,45,78,0,0,1,29,91,97,114,105,97,45,108,97,98,101,108,61,34,75,97,107,105,110,102,111,114,109,97,116,105,111,110,34,93,2,1,97,202,181,253,0,0,1,62,91,115,116,121,108,101,61,34,112,111,115,105,116,105,111,110,58,32,102,105,120,101,100,59,32,98,111,116,116,111,109,58,32,48,112,120,59,32,108,101,102,116,58,32,48,112,120,59,32,114,105,103,104,116,58,32,48,112,120,59,34,93,2,1,1,204,166,51,0,0,1,47,91,115,116,121,108,101,94,61,34,119,105,100,116,104,58,49,48,48,37,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,70,48,70,48,70,48,59,34,93,2,1,12,113,182,32,0,0,1,34,100,105,118,91,99,108,97,115,115,94,61,34,71,108,111,98,97,108,67,111,111,107,105,101,66,97,110,110,101,114,95,95,34,93,2,2,1,85,190,94,51,93,159,124,0,0,1,38,100,105,118,91,99,108,97,115,115,94,61,34,115,116,121,108,101,115,95,99,111,111,107,105,101,115,67,111,110,116,97,105,110,101,114,95,34,93,2,1,154,178,147,204,0,0,1,49,100,105,118,91,115,116,121,108,101,94,61,34,100,105,115,112,108,97,121,58,32,102,108,101,120,59,32,97,108,105,103,110,45,105,116,101,109,115,58,32,99,101,110,116,101,114,59,34,93,2,1,234,237,234,170,0,0,1,51,100,105,118,91,115,116,121,108,101,94,61,34,112,111,115,105,116,105,111,110,58,32,102,105,120,101,100,59,32,108,101,102,116,58,32,48,112,120,59,32,116,111,112,58,32,48,112,120,59,34,93,2,1,82,70,229,117,0,0,1,19,114,101,97,99,116,45,99,111,111,107,105,101,115,45,112,111,112,117,112,2,1,228,150,201,90,0,16,1,21,35,97,99,99,101,112,116,45,99,111,111,107,105,101,45,102,111,111,116,101,114,2,1,155,122,156,130,0,16,1,11,35,98,111,120,45,112,111,108,105,99,121,2,1,175,205,129,31,0,16,1,16,35,99,111,111,107,105,101,45,99,111,110,45,104,101,97,100,2,1,101,175,248,41,0,16,1,12,35,112,100,112,97,45,112,111,108,105,99,121,2,1,62,136,128,28,0,16,1,9,35,112,111,112,117,112,45,115,115,2,1,19,95,182,111,0,8,1,5,46,80,100,112,97,2,1,66,54,241,151,0,8,1,26,46,98,101,99,111,111,107,105,101,115,45,111,117,116,101,114,45,99,111,110,116,97,105,110,101,114,2,2,79,205,74,120,99,17,41,202,0,8,1,12,46,99,97,114,100,45,99,111,111,107,105,101,2,1,137,151,38,226,0,8,1,18,46,99,107,45,97,99,112,116,45,99,111,110,116,97,105,110,101,114,2,1,100,78,57,3,0,8,1,16,46,99,111,110,115,101,110,116,95,115,101,99,116,105,111,110,2,1,51,46,74,157,0,8,1,14,46,99,111,111,107,105,101,45,119,97,112,112,101,114,2,1,63,46,165,114,0,8,1,17,46,99,111,111,107,105,101,115,45,45,119,114,97,112,112,101,114,2,1,82,126,78,227,0,8,1,13,46,99,111,111,107,105,101,115,45,112,100,112,97,2,1,63,46,63,120,0,8,1,25,46,99,119,99,45,99,111,111,107,105,101,45,98,97,110,110,101,114,45,117,105,45,115,100,107,2,1,134,252,118,202,0,8,1,11,46,101,110,116,101,114,45,100,111,110,101,2,1,17,101,123,135,0,8,1,14,46,102,111,111,116,101,114,45,112,111,108,105,99,121,2,1,66,54,249,217,0,8,1,13,46,102,111,111,116,101,114,112,111,108,105,99,121,2,1,172,122,33,98,0,8,1,7,46,112,111,108,105,99,121,2,2,210,106,233,225,236,72,23,69,0,8,1,12,46,112,111,112,117,112,95,95,112,100,112,97,2,1,202,69,32,67,0,8,1,16,46,112,114,105,118,97,99,121,45,99,111,110,99,101,114,110,2,1,197,28,51,129,0,8,1,21,46,112,116,45,115,110,97,99,107,98,97,114,95,95,115,117,114,102,97,99,101,2,1,151,58,134,130,0,8,1,22,46,115,99,98,97,109,45,109,111,100,97,108,45,108,105,115,116,95,98,48,48,52,2,1,126,51,59,210,0,8,1,21,46,116,104,101,45,112,100,112,97,45,99,111,110,115,101,110,116,45,98,97,114,2,1,47,63,192,190,0,0,1,27,100,105,118,91,99,108,97,115,115,94,61,34,67,111,111,107,105,101,83,101,115,115,105,111,110,34,93,2,1,57,46,176,122,0,16,1,14,35,67,111,111,107,105,101,67,111,110,99,101,110,116,2,1,119,132,45,221,0,16,1,10,35,75,86,75,95,67,101,114,101,122,2,1,28,212,68,217,0,16,1,15,35,99,80,114,111,109,112,116,95,72,111,108,100,101,114,2,1,85,164,29,201,0,16,1,12,35,99,98,45,108,105,103,104,116,98,111,120,2,1,92,57,149,139,0,16,1,10,35,99,101,114,101,122,95,100,105,118,2,1,96,232,179,109,0,16,1,12,35,99,101,114,101,122,95,107,97,98,117,108,2,1,254,190,181,123,0,16,1,9,35,99,108,111,115,101,45,109,101,2,1,21,21,100,9,0,16,1,17,35,99,108,111,115,101,80,111,108,105,99,105,101,115,68,105,118,2,1,15,113,141,147,0,16,1,11,35,99,111,110,115,101,110,116,100,105,118,2,3,0,10,249,144,137,75,102,221,140,171,80,217,0,16,1,10,35,99,111,110,115,105,100,101,110,116,2,1,236,55,205,134,0,16,1,13,35,100,97,116,97,80,111,108,105,99,105,101,115,2,1,111,102,99,129,0,16,1,10,35,100,105,118,95,99,99,95,99,99,2,1,237,187,173,132,0,16,1,12,35,103,101,110,101,114,97,108,45,116,111,115,2,1,38,104,139,30,0,16,1,19,35,106,115,45,112,111,112,117,112,45,99,111,110,116,97,105,110,101,114,2,1,161,179,160,172,0,16,1,5,35,107,118,107,107,2,3,21,158,171,208,28,221,78,114,184,129,179,72,0,16,1,19,35,107,118,107,107,45,98,97,110,110,101,114,45,104,101,97,100,101,114,2,1,27,194,237,27,0,16,1,18,35,107,118,107,107,95,110,111,116,105,102,105,99,97,116,105,111,110,2,1,169,57,32,102,0,16,1,8,35,107,118,107,107,98,111,120,2,1,96,235,166,145,0,16,1,10,35,108,105,103,104,116,115,111,117,116,2,1,185,168,184,104,0,16,1,13,35,109,99,84,111,112,84,111,111,108,116,105,112,2,2,87,188,153,31,95,201,251,178,0,16,1,20,35,114,101,97,100,101,100,95,99,111,110,116,114,97,99,116,95,114,111,119,2,1,126,22,25,118,0,16,1,12,35,116,111,112,98,97,114,45,104,105,100,101,2,1,20,75,136,254,0,8,1,6,46,76,101,103,97,108,2,1,40,223,145,123,0,8,1,25,46,77,117,105,67,111,108,108,97,112,115,101,45,119,114,97,112,112,101,114,73,110,110,101,114,2,1,233,26,231,142,0,8,1,17,46,97,110,116,45,110,111,116,105,102,105,99,97,116,105,111,110,2,1,41,151,113,228,0,8,1,14,46,98,111,116,116,111,109,45,99,101,110,116,101,114,2,1,147,150,53,123,0,8,1,6,46,99,101,114,101,122,2,17,16,121,185,209,20,138,232,103,37,181,197,107,44,130,159,110,104,43,193,8,120,199,212,37,129,126,104,19,134,60,225,44,135,49,119,37,138,170,45,244,150,32,246,18,160,13,236,10,164,9,143,66,181,111,75,203,194,250,15,8,213,220,110,69,224,59,87,117,0,8,1,9,46,99,101,114,101,122,97,108,108,2,1,53,21,100,88,0,8,1,15,46,99,101,114,101,122,107,117,108,108,97,110,105,109,105,2,1,97,224,45,193,0,8,1,14,46,99,111,110,115,101,110,116,45,109,111,100,97,108,2,1,166,221,221,141,0,8,1,15,46,99,111,110,116,114,97,99,116,45,112,111,112,117,112,2,1,44,192,110,148,0,8,1,24,46,99,111,111,107,105,101,45,97,103,114,101,101,109,101,110,116,45,109,111,100,117,108,101,2,1,232,47,75,22,0,8,1,34,46,99,111,111,107,105,101,45,112,111,108,105,99,121,95,99,111,111,107,105,101,80,111,108,105,99,121,95,95,57,120,98,97,122,2,1,13,232,184,16,0,8,1,14,46,99,111,111,107,105,101,67,111,110,116,101,110,116,2,1,96,5,90,62,0,8,1,35,46,99,111,111,107,105,101,95,99,111,111,107,105,101,67,111,110,115,101,110,116,87,114,97,112,112,101,114,95,95,106,68,76,100,78,2,1,177,233,253,185,0,8,1,3,46,99,112,2,2,22,252,123,192,203,217,68,28,0,8,1,12,46,99,115,115,45,49,102,108,48,109,102,118,2,1,249,110,13,47,0,8,1,11,46,99,115,115,45,49,112,120,56,115,120,2,1,151,177,29,81,0,8,1,12,46,100,97,116,97,45,112,111,108,105,99,121,2,1,76,174,138,15,0,8,1,8,46,100,97,116,97,66,97,114,2,1,194,167,9,135,0,8,1,21,46,100,105,97,108,111,103,45,116,121,112,101,45,108,105,103,104,116,98,111,120,2,1,192,150,133,185,0,8,1,7,46,101,72,122,100,116,74,2,1,218,77,64,150,0,8,1,19,46,101,101,106,73,108,99,46,115,99,45,109,113,117,103,115,117,45,48,2,1,234,173,6,192,0,8,1,24,46,101,102,105,108,108,105,45,108,97,121,111,117,116,45,102,105,98,97,98,97,110,107,97,2,1,255,215,28,147,0,8,1,7,46,102,97,79,121,104,103,2,1,129,73,34,97,0,8,1,9,46,102,97,100,101,73,110,85,112,2,1,16,249,110,27,0,8,1,22,46,102,105,120,101,100,112,114,111,116,101,99,116,105,111,110,79,102,68,97,116,97,2,1,130,85,182,24,0,8,1,10,46,105,104,109,45,112,111,112,117,112,2,1,83,18,51,47,0,8,1,18,46,105,104,109,45,112,111,112,117,112,45,111,118,101,114,108,97,121,2,1,83,18,51,47,0,8,1,4,46,107,118,107,2,1,170,43,207,156,0,8,1,23,46,107,118,107,45,105,110,102,111,114,109,97,116,105,111,110,45,109,97,115,116,101,114,2,1,249,110,120,50,0,8,1,11,46,109,111,100,97,108,45,115,104,111,119,2,1,185,168,184,104,0,8,1,7,46,109,111,100,97,108,120,2,1,2,160,75,52,0,8,1,22,46,110,111,116,105,102,105,99,97,116,105,111,110,95,95,119,114,97,112,112,101,114,2,1,173,250,11,208,0,8,1,9,46,112,111,108,105,99,105,101,115,2,1,139,117,193,93,0,8,1,7,46,112,111,108,105,99,121,2,2,12,79,28,57,43,128,121,112,0,8,1,14,46,112,111,108,105,116,101,95,95,97,108,101,114,116,2,1,37,185,246,254,0,8,1,15,46,112,111,112,117,112,67,111,110,116,97,105,110,101,114,2,1,161,179,160,172,0,8,1,21,46,112,111,114,116,111,45,98,108,111,99,107,45,104,116,109,108,45,116,111,112,2,1,203,217,67,169,0,8,1,17,46,112,114,111,116,101,99,116,105,111,110,79,102,68,97,116,97,2,1,126,80,164,176,0,8,1,15,46,114,101,115,45,98,111,116,116,111,109,45,98,97,114,2,1,118,102,97,93,0,8,1,19,46,115,99,45,109,113,117,103,115,117,45,48,46,101,101,106,73,108,99,2,1,234,173,6,192,0,8,1,12,46,115,116,105,99,107,102,111,111,116,101,114,2,1,118,102,219,134,0,8,1,14,46,115,116,105,99,107,121,45,102,111,111,116,101,114,2,4,37,101,103,80,42,123,129,143,103,118,98,43,118,102,202,88,0,8,1,20,46,115,116,121,108,101,95,99,111,111,107,105,101,95,95,85,78,105,66,105,2,1,28,207,1,192,0,8,1,13,46,117,115,105,110,103,45,99,111,111,107,105,101,2,1,44,156,66,248,0,8,1,11,46,118,101,114,105,65,108,116,66,97,114,2,4,20,21,119,215,27,140,222,118,29,149,173,74,40,205,182,153,0,8,1,18,46,118,110,111,116,105,102,121,45,99,111,110,116,97,105,110,101,114,2,1,1,60,18,137,0,8,1,16,46,121,115,45,99,111,111,107,105,101,45,109,111,100,97,108,2,1,12,79,28,57,0,0,1,33,100,105,118,91,99,108,97,115,115,94,61,34,99,111,111,107,105,101,98,111,120,95,99,111,111,107,105,101,66,111,120,34,93,2,1,18,148,242,180,0,0,1,14,108,97,121,111,117,116,45,99,111,111,107,105,101,115,2,1,41,14,114,100,0,16,1,15,35,71,68,80,82,45,99,111,110,116,97,105,110,101,114,2,1,148,11,65,56,0,16,1,7,35,97,99,99,101,112,116,2,1,116,164,43,16,0,16,1,19,35,102,108,111,97,116,105,110,103,95,97,103,114,101,101,109,101,110,116,2,1,30,161,115,128,0,16,1,13,35,112,97,114,101,110,116,95,112,111,112,117,112,2,1,96,179,51,62,0,16,1,7,35,112,98,108,111,99,107,2,1,182,197,110,127,0,16,1,7,35,112,111,108,105,99,121,2,1,52,187,234,93,0,16,1,14,35,112,111,108,105,99,121,45,97,99,99,101,112,116,2,1,187,84,241,79,0,0,1,38,35,114,111,111,116,32,100,105,118,91,99,108,97,115,115,94,61,34,99,111,111,107,105,101,77,101,115,115,97,103,101,45,114,111,111,116,34,93,2,1,195,237,85,81,0,16,1,21,35,117,115,97,103,101,45,110,111,116,105,99,101,45,109,101,115,115,97,103,101,2,1,30,11,180,31,0,8,1,11,46,68,105,115,99,108,97,105,109,101,114,2,1,47,223,73,236,0,8,1,23,46,95,50,118,119,73,56,57,114,51,120,121,49,69,57,118,85,112,120,67,49,45,113,2,1,149,46,172,54,0,8,1,24,46,95,51,107,49,48,99,49,102,85,72,104,72,90,87,85,106,99,67,117,48,57,86,101,2,1,149,46,172,54,0,8,1,39,46,97,100,108,95,99,109,112,95,99,111,110,115,101,110,116,45,100,105,97,108,111,103,45,109,111,100,117,108,101,95,98,97,99,107,100,114,111,112,2,1,187,84,241,79,0,0,1,38,46,97,103,114,101,101,67,111,111,107,105,101,92,46,99,111,109,112,111,110,101,110,116,95,95,99,111,111,107,105,101,87,114,97,112,112,101,114,2,1,127,46,222,209,0,8,1,17,46,98,97,99,107,103,114,111,117,110,100,45,112,111,112,117,112,2,1,50,178,166,17,0,8,1,6,46,98,108,111,99,107,2,1,160,129,6,24,0,8,1,11,46,98,110,95,99,111,111,107,105,101,115,2,1,224,246,74,255,0,8,1,20,46,99,97,114,116,97,45,112,111,108,105,99,121,45,98,111,116,116,111,109,2,1,185,172,155,4,0,8,1,5,46,99,111,111,107,2,1,236,41,113,196,0,8,1,23,46,99,111,111,107,105,101,115,45,112,111,112,117,112,45,115,117,115,112,105,108,110,101,2,1,204,139,39,242,0,8,1,6,46,99,111,111,111,107,2,1,214,64,216,239,0,8,1,17,46,100,102,95,95,99,111,111,107,105,101,45,112,111,112,117,112,2,1,136,243,77,139,0,8,1,7,46,103,76,102,105,121,114,2,1,235,69,177,1,0,8,1,7,46,103,78,66,120,77,77,2,1,113,236,38,86,0,8,1,17,46,112,111,108,105,116,105,99,95,99,111,110,102,105,100,101,108,2,1,188,102,241,26,0,8,1,12,46,116,101,114,109,115,95,112,111,112,117,112,2,2,198,240,111,220,248,19,158,134,0,8,1,8,46,119,97,114,110,105,110,103,2,1,188,60,146,53,0,0,1,15,91,114,111,108,101,61,34,100,105,97,108,111,103,34,93,2,2,219,159,241,76,249,243,123,86,0,0,1,45,100,105,118,91,100,97,116,97,45,116,101,115,116,105,100,61,34,99,111,111,107,105,101,115,45,111,118,101,114,108,97,121,95,95,99,111,110,116,97,105,110,101,114,34,93,2,1,1,18,185,254,0,16,1,23,35,98,103,76,97,121,101,114,115,95,99,111,109,112,45,106,104,113,55,109,99,55,50,2,1,144,9,223,144,0,16,1,13,35,105,100,112,111,112,95,99,111,111,107,105,101,2,1,202,82,242,223,0,8,1,21,46,102,111,111,116,101,114,95,95,110,111,116,105,102,105,99,97,116,105,111,110,2,1,19,170,131,246,0,0,1,128,0,0,0,136,91,115,116,121,108,101,61,34,97,108,105,103,110,45,105,116,101,109,115,58,32,99,101,110,116,101,114,59,32,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,32,114,103,98,40,50,51,55,44,32,50,52,53,44,32,50,53,50,41,59,32,112,97,100,100,105,110,103,45,116,111,112,58,32,49,50,112,120,59,32,112,97,100,100,105,110,103,45,98,111,116,116,111,109,58,32,49,50,112,120,59,32,45,119,101,98,107,105,116,45,98,111,120,45,97,108,105,103,110,58,32,99,101,110,116,101,114,59,34,93,2,1,45,112,14,110,0,8,1,25,46,99,111,111,107,105,101,66,97,110,110,101,114,95,115,104,111,119,95,95,49,69,56,68,106,2,1,87,218,107,105,0,8,1,17,46,115,103,45,112,111,112,117,112,45,99,111,110,116,101,110,116,2,1,87,218,170,189,0,16,1,14,35,110,101,103,101,115,67,97,110,105,97,116,97,100,2,1,104,116,2,112,0,8,1,13,46,99,111,111,107,105,101,115,45,116,101,120,116,2,1,91,50,112,165,0,16,1,45,35,112,114,105,118,97,99,121,45,116,101,115,116,45,112,97,103,101,45,99,109,112,45,116,101,115,116,45,98,97,110,110,101,114,45,102,105,108,116,101,114,108,105,115,116,2,2,46,119,13,116,182,69,193,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,64,90,0,0,32,45,128,0,4,180,202,0,0,0,0,0,0,0,2,0,0,0,2,0,0,0,2,0,0,0,4,0,0,0,6,0,0,0,6,0,0,0,6,0,0,0,8,0,0,0,8,0,0,0,8,0,0,0,10,0,0,0,10,0,0,0,10,0,0,0,10,0,0,0,12,0,0,0,12,0,0,0,12,0,0,0,14,0,0,0,16,0,0,0,18,0,0,0,20,0,0,0,24,0,0,0,24,0,0,0,24,0,0,0,24,0,0,0,24,0,0,0,24,0,0,0,24,0,0,0,24,0,0,0,26,0,0,0,26,0,0,0,26,0,0,0,26,0,0,0,26,0,0,0,26,0,0,0,26,0,0,0,28,0,0,0,28,0,0,0,28,0,0,0,28,0,0,0,28,0,0,0,28,0,0,0,28,0,0,0,28,0,0,0,28,0,0,0,28,0,0,0,32,0,0,0,34,0,0,0,34,0,0,0,36,0,0,0,36,0,0,0,38,0,0,0,38,0,0,0,38,0,0,0,38,0,0,0,38,0,0,0,38,0,0,0,38,0,0,0,40,0,0,0,42,0,0,0,42,0,0,0,42,0,0,0,42,0,0,0,42,0,0,0,46,0,0,0,50,0,0,0,50,0,0,0,50,0,0,0,50,0,0,0,50,0,0,0,50,0,0,0,50,0,0,0,52,0,0,0,52,0,0,0,54,0,0,0,56,0,0,0,58,0,0,0,60,0,0,0,60,0,0,0,60,0,0,0,60,0,0,0,62,0,0,0,62,0,0,0,62,0,0,0,62,0,0,0,64,0,0,0,64,0,0,0,64,0,0,0,64,0,0,0,64,0,0,0,66,0,0,0,66,0,0,0,66,0,0,0,66,0,0,0,66,0,0,0,68,0,0,0,68,0,0,0,72,0,0,0,72,0,0,0,72,0,0,0,72,0,0,0,72,0,0,0,72,0,0,0,76,0,0,0,78,0,0,0,80,0,0,0,82,0,0,0,82,0,0,0,82,0,0,0,84,0,0,0,86,0,0,0,86,0,0,0,88,0,0,0,88,0,0,0,88,0,0,0,88,0,0,0,90,0,0,0,90,0,0,0,92,0,0,0,94,0,0,0,98,0,0,0,100,0,0,0,100,0,0,0,100,0,0,0,100,0,0,0,102,0,0,0,104,0,0,0,104,0,0,0,106,0,0,0,108,0,0,0,108,0,0,0,110,0,0,0,110,0,0,0,110,0,0,0,112,0,0,0,114,0,0,0,114,0,0,0,114,0,0,0,114,0,0,0,114,0,0,0,114,0,0,0,116,0,0,0,116,0,0,0,118,0,0,0,120,0,0,0,122,0,0,0,122,0,0,0,122,0,0,0,122,0,0,0,122,0,0,0,122,0,0,0,122,0,0,0,122,0,0,0,122,0,0,0,124,0,0,0,130,0,0,0,130,0,0,0,134,0,0,0,136,0,0,0,136,0,0,0,136,0,0,0,138,0,0,0,138,0,0,0,138,0,0,0,138,0,0,0,138,0,0,0,138,0,0,0,138,0,0,0,138,0,0,0,140,0,0,0,140,0,0,0,142,0,0,0,142,0,0,0,144,0,0,0,146,0,0,0,146,0,0,0,148,0,0,0,150,0,0,0,154,0,0,0,154,0,0,0,156,0,0,0,156,0,0,0,156,0,0,0,162,0,0,0,162,0,0,0,164,0,0,0,166,0,0,0,170,0,0,0,170,0,0,0,172,0,0,0,172,0,0,0,174,0,0,0,174,0,0,0,176,0,0,0,178,0,0,0,178,0,0,0,178,0,0,0,178,0,0,0,182,0,0,0,182,0,0,0,184,0,0,0,184,0,0,0,184,0,0,0,184,0,0,0,184,0,0,0,188,0,0,0,190,0,0,0,192,0,0,0,194,0,0,0,196,0,0,0,196,0,0,0,196,0,0,0,198,0,0,0,200,0,0,0,200,0,0,0,200,0,0,0,200,0,0,0,202,0,0,0,206,0,0,0,206,0,0,0,206,0,0,0,206,0,0,0,210,0,0,0,210,0,0,0,210,0,0,0,210,0,0,0,210,0,0,0,210,0,0,0,214,0,0,0,214,0,0,0,214,0,0,0,214,0,0,0,216,0,0,0,216,0,0,0,216,0,0,0,218,0,0,0,220,0,0,0,220,0,0,0,220,0,0,0,222,0,0,0,226,0,0,0,228,0,0,0,230,0,0,0,230,0,0,0,230,0,0,0,230,0,0,0,232,0,0,0,232,0,0,0,234,0,0,0,236,0,0,0,236,0,0,0,236,0,0,0,238,0,0,0,238,0,0,0,240,0,0,0,240,0,0,0,240,0,0,0,242,0,0,0,244,0,0,0,244,0,0,0,246,0,0,0,246,0,0,0,246,0,0,0,248,0,0,0,248,0,0,0,250,0,0,0,250,0,0,0,250,0,0,0,250,0,0,0,250,0,0,0,250,0,0,0,252,0,0,0,252,0,0,0,254,0,0,0,254,0,0,0,0,1,0,0,2,1,0,0,2,1,0,0,2,1,0,0,2,1,0,0,2,1,0,0,4,1,0,0,4,1,0,0,6,1,0,0,6,1,0,0,10,1,0,0,10,1,0,0,12,1,0,0,14,1,0,0,14,1,0,0,14,1,0,0,16,1,0,0,16,1,0,0,16,1,0,0,18,1,0,0,18,1,0,0,20,1,0,0,20,1,0,0,22,1,0,0,22,1,0,0,22,1,0,0,22,1,0,0,22,1,0,0,22,1,0,0,22,1,0,0,22,1,0,0,22,1,0,0,22,1,0,0,22,1,0,0,22,1,0,0,24,1,0,0,24,1,0,0,26,1,0,0,26,1,0,0,26,1,0,0,26,1,0,0,26,1,0,0,26,1,0,0,28,1,0,0,30,1,0,0,30,1,0,0,34,1,0,0,36,1,0,0,36,1,0,0,36,1,0,0,36,1,0,0,36,1,0,0,36,1,0,0,36,1,0,0,36,1,0,0,38,1,0,0,40,1,0,0,40,1,0,0,40,1,0,0,40,1,0,0,40,1,0,0,42,1,0,0,42,1,0,0,42,1,0,0,42,1,0,0,42,1,0,0,44,1,0,0,46,1,0,0,46,1,0,0,46,1,0,0,46,1,0,0,46,1,0,0,48,1,0,0,48,1,0,0,50,1,0,0,52,1,0,0,54,1,0,0,54,1,0,0,54,1,0,0,54,1,0,0,56,1,0,0,60,1,0,0,60,1,0,0,62,1,0,0,64,1,0,0,64,1,0,0,64,1,0,0,64,1,0,0,64,1,0,0,66,1,0,0,70,1,0,0,70,1,0,0,74,1,0,0,74,1,0,0,76,1,0,0,76,1,0,0,76,1,0,0,78,1,0,0,80,1,0,0,80,1,0,0,80,1,0,0,80,1,0,0,84,1,0,0,86,1,0,0,86,1,0,0,90,1,0,0,90,1,0,0,90,1,0,0,90,1,0,0,90,1,0,0,92,1,0,0,92,1,0,0,94,1,0,0,94,1,0,0,96,1,0,0,98,1,0,0,98,1,0,0,100,1,0,0,104,1,0,0,104,1,0,0,104,1,0,0,106,1,0,0,110,1,0,0,112,1,0,0,112,1,0,0,112,1,0,0,112,1,0,0,114,1,0,0,114,1,0,0,116,1,0,0,116,1,0,0,116,1,0,0,118,1,0,0,118,1,0,0,120,1,0,0,120,1,0,0,122,1,0,0,122,1,0,0,124,1,0,0,126,1,0,0,126,1,0,0,128,1,0,0,130,1,0,0,132,1,0,0,132,1,0,0,132,1,0,0,132,1,0,0,132,1,0,0,132,1,0,0,132,1,0,0,132,1,0,0,132,1,0,0,134,1,0,0,134,1,0,0,134,1,0,0,134,1,0,0,134,1,0,0,136,1,0,0,136,1,0,0,136,1,0,0,136,1,0,0,138,1,0,0,142,1,0,0,142,1,0,0,142,1,0,0,144,1,0,0,144,1,0,0,146,1,0,0,148,1,0,0,148,1,0,0,150,1,0,0,150,1,0,0,150,1,0,0,150,1,0,0,152,1,0,0,152,1,0,0,152,1,0,0,156,1,0,0,158,1,0,0,158,1,0,0,158,1,0,0,162,1,0,0,164,1,0,0,164,1,0,0,164,1,0,0,164,1,0,0,164,1,0,0,168,1,0,0,168,1,0,0,168,1,0,0,168,1,0,0,168,1,0,0,168,1,0,0,168,1,0,0,168,1,0,0,168,1,0,0,168,1,0,0,170,1,0,0,170,1,0,0,170,1,0,0,170,1,0,0,174,1,0,0,176,1,0,0,176,1,0,0,180,1,0,0,182,1,0,0,184,1,0,0,188,1,0,0,192,1,0,0,192,1,0,0,192,1,0,0,194,1,0,0,194,1,0,0,194,1,0,0,196,1,0,0,196,1,0,0,198,1,0,0,202,1,0,0,202,1,0,0,202,1,0,0,202,1,0,0,202,1,0,0,202,1,0,0,208,1,0,0,208,1,0,0,212,1,0,0,212,1,0,0,212,1,0,0,212,1,0,0,214,1,0,0,214,1,0,0,214,1,0,0,216,1,0,0,216,1,0,0,216,1,0,0,216,1,0,0,216,1,0,0,222,1,0,0,222,1,0,0,224,1,0,0,224,1,0,0,224,1,0,0,224,1,0,0,226,1,0,0,228,1,0,0,230,1,0,0,230,1,0,0,230,1,0,0,232,1,0,0,232,1,0,0,232,1,0,0,232,1,0,0,232,1,0,0,234,1,0,0,234,1,0,0,234,1,0,0,234,1,0,0,236,1,0,0,240,1,0,0,244,1,0,0,244,1,0,0,244,1,0,0,246,1,0,0,248,1,0,0,254,1,0,0,254,1,0,0,254,1,0,0,0,2,0,0,2,2,0,0,2,2,0,0,2,2,0,0,2,2,0,0,2,2,0,0,4,2,0,0,4,2,0,0,4,2,0,0,8,2,0,0,8,2,0,0,8,2,0,0,8,2,0,0,8,2,0,0,12,2,0,0,12,2,0,0,12,2,0,0,14,2,0,0,14,2,0,0,14,2,0,0,16,2,0,0,16,2,0,0,16,2,0,0,16,2,0,0,18,2,0,0,20,2,0,0,20,2,0,0,20,2,0,0,22,2,0,0,22,2,0,0,22,2,0,0,22,2,0,0,24,2,0,0,24,2,0,0,24,2,0,0,24,2,0,0,26,2,0,0,26,2,0,0,26,2,0,0,26,2,0,0,26,2,0,0,26,2,0,0,26,2,0,0,30,2,0,0,30,2,0,0,30,2,0,0,32,2,0,0,32,2,0,0,32,2,0,0,32,2,0,0,32,2,0,0,34,2,0,0,34,2,0,0,36,2,0,0,36,2,0,0,38,2,0,0,38,2,0,0,38,2,0,0,38,2,0,0,38,2,0,0,40,2,0,0,42,2,0,0,44,2,0,0,46,2,0,0,48,2,0,0,50,2,0,0,50,2,0,0,50,2,0,0,50,2,0,0,50,2,0,0,54,2,0,0,54,2,0,0,64,2,0,0,64,2,0,0,66,2,0,0,68,2,0,0,68,2,0,0,68,2,0,0,68,2,0,0,70,2,0,0,72,2,0,0,74,2,0,0,74,2,0,0,74,2,0,0,74,2,0,0,74,2,0,0,74,2,0,0,76,2,0,0,76,2,0,0,76,2,0,0,76,2,0,0,76,2,0,0,76,2,0,0,78,2,0,0,78,2,0,0,80,2,0,0,80,2,0,0,82,2,0,0,82,2,0,0,86,2,0,0,86,2,0,0,86,2,0,0,86,2,0,0,86,2,0,0,88,2,0,0,90,2,0,0,90,2,0,0,90,2,0,0,90,2,0,0,90,2,0,0,96,2,0,0,98,2,0,0,98,2,0,0,102,2,0,0,102,2,0,0,102,2,0,0,104,2,0,0,106,2,0,0,106,2,0,0,106,2,0,0,106,2,0,0,106,2,0,0,108,2,0,0,108,2,0,0,108,2,0,0,108,2,0,0,110,2,0,0,112,2,0,0,112,2,0,0,112,2,0,0,112,2,0,0,114,2,0,0,114,2,0,0,118,2,0,0,118,2,0,0,118,2,0,0,118,2,0,0,118,2,0,0,118,2,0,0,118,2,0,0,120,2,0,0,120,2,0,0,124,2,0,0,126,2,0,0,128,2,0,0,130,2,0,0,132,2,0,0,132,2,0,0,132,2,0,0,132,2,0,0,134,2,0,0,134,2,0,0,134,2,0,0,136,2,0,0,138,2,0,0,138,2,0,0,138,2,0,0,138,2,0,0,140,2,0,0,142,2,0,0,144,2,0,0,144,2,0,0,146,2,0,0,148,2,0,0,148,2,0,0,152,2,0,0,154,2,0,0,156,2,0,0,156,2,0,0,158,2,0,0,162,2,0,0,164,2,0,0,166,2,0,0,166,2,0,0,170,2,0,0,170,2,0,0,170,2,0,0,170,2,0,0,170,2,0,0,170,2,0,0,170,2,0,0,170,2,0,0,170,2,0,0,174,2,0,0,174,2,0,0,174,2,0,0,174,2,0,0,176,2,0,0,178,2,0,0,178,2,0,0,180,2,0,0,180,2,0,0,182,2,0,0,182,2,0,0,182,2,0,0,186,2,0,0,186,2,0,0,188,2,0,0,188,2,0,0,188,2,0,0,190,2,0,0,192,2,0,0,194,2,0,0,194,2,0,0,196,2,0,0,196,2,0,0,196,2,0,0,200,2,0,0,204,2,0,0,204,2,0,0,204,2,0,0,204,2,0,0,204,2,0,0,206,2,0,0,206,2,0,0,208,2,0,0,210,2,0,0,212,2,0,0,212,2,0,0,212,2,0,0,212,2,0,0,212,2,0,0,212,2,0,0,212,2,0,0,212,2,0,0,214,2,0,0,214,2,0,0,214,2,0,0,214,2,0,0,214,2,0,0,214,2,0,0,214,2,0,0,214,2,0,0,214,2,0,0,216,2,0,0,216,2,0,0,218,2,0,0,220,2,0,0,220,2,0,0,222,2,0,0,222,2,0,0,222,2,0,0,224,2,0,0,224,2,0,0,228,2,0,0,228,2,0,0,230,2,0,0,230,2,0,0,232,2,0,0,234,2,0,0,238,2,0,0,238,2,0,0,238,2,0,0,240,2,0,0,246,2,0,0,248,2,0,0,248,2,0,0,248,2,0,0,248,2,0,0,248,2,0,0,250,2,0,0,250,2,0,0,254,2,0,0,254,2,0,0,0,3,0,0,4,3,0,0,6,3,0,0,8,3,0,0,8,3,0,0,10,3,0,0,12,3,0,0,14,3,0,0,16,3,0,0,18,3,0,0,20,3,0,0,20,3,0,0,22,3,0,0,22,3,0,0,22,3,0,0,22,3,0,0,24,3,0,0,24,3,0,0,24,3,0,0,28,3,0,0,30,3,0,0,32,3,0,0,32,3,0,0,32,3,0,0,32,3,0,0,32,3,0,0,34,3,0,0,34,3,0,0,34,3,0,0,34,3,0,0,34,3,0,0,34,3,0,0,36,3,0,0,38,3,0,0,40,3,0,0,42,3,0,0,42,3,0,0,42,3,0,0,42,3,0,0,46,3,0,0,48,3,0,0,48,3,0,0,50,3,0,0,50,3,0,0,52,3,0,0,52,3,0,0,56,3,0,0,56,3,0,0,56,3,0,0,56,3,0,0,56,3,0,0,58,3,0,0,60,3,0,0,62,3,0,0,62,3,0,0,62,3,0,0,62,3,0,0,62,3,0,0,62,3,0,0,62,3,0,0,62,3,0,0,62,3,0,0,62,3,0,0,64,3,0,0,64,3,0,0,66,3,0,0,68,3,0,0,68,3,0,0,70,3,0,0,70,3,0,0,70,3,0,0,74,3,0,0,74,3,0,0,74,3,0,0,76,3,0,0,76,3,0,0,76,3,0,0,78,3,0,0,78,3,0,0,80,3,0,0,80,3,0,0,80,3,0,0,86,3,0,0,86,3,0,0,86,3,0,0,86,3,0,0,90,3,0,0,90,3,0,0,90,3,0,0,90,3,0,0,92,3,0,0,94,3,0,0,94,3,0,0,94,3,0,0,96,3,0,0,96,3,0,0,96,3,0,0,96,3,0,0,96,3,0,0,96,3,0,0,98,3,0,0,100,3,0,0,102,3,0,0,102,3,0,0,102,3,0,0,104,3,0,0,104,3,0,0,108,3,0,0,108,3,0,0,108,3,0,0,112,3,0,0,114,3,0,0,116,3,0,0,116,3,0,0,118,3,0,0,122,3,0,0,122,3,0,0,122,3,0,0,122,3,0,0,122,3,0,0,122,3,0,0,122,3,0,0,124,3,0,0,126,3,0,0,126,3,0,0,126,3,0,0,126,3,0,0,128,3,0,0,128,3,0,0,128,3,0,0,128,3,0,0,128,3,0,0,130,3,0,0,132,3,0,0,132,3,0,0,134,3,0,0,136,3,0,0,138,3,0,0,142,3,0,0,142,3,0,0,142,3,0,0,142,3,0,0,142,3,0,0,142,3,0,0,142,3,0,0,142,3,0,0,144,3,0,0,144,3,0,0,146,3,0,0,150,3,0,0,152,3,0,0,154,3,0,0,154,3,0,0,154,3,0,0,154,3,0,0,158,3,0,0,158,3,0,0,160,3,0,0,160,3,0,0,160,3,0,0,160,3,0,0,162,3,0,0,162,3,0,0,162,3,0,0,166,3,0,0,172,3,0,0,172,3,0,0,172,3,0,0,172,3,0,0,172,3,0,0,172,3,0,0,172,3,0,0,174,3,0,0,176,3,0,0,180,3,0,0,180,3,0,0,180,3,0,0,182,3,0,0,186,3,0,0,186,3,0,0,186,3,0,0,188,3,0,0,192,3,0,0,192,3,0,0,194,3,0,0,196,3,0,0,196,3,0,0,198,3,0,0,200,3,0,0,200,3,0,0,202,3,0,0,202,3,0,0,204,3,0,0,208,3,0,0,210,3,0,0,214,3,0,0,216,3,0,0,216,3,0,0,216,3,0,0,216,3,0,0,218,3,0,0,218,3,0,0,218,3,0,0,218,3,0,0,220,3,0,0,220,3,0,0,222,3,0,0,224,3,0,0,224,3,0,0,224,3,0,0,224,3,0,0,228,3,0,0,228,3,0,0,230,3,0,0,230,3,0,0,230,3,0,0,232,3,0,0,232,3,0,0,232,3,0,0,236,3,0,0,240,3,0,0,242,3,0,0,242,3,0,0,242,3,0,0,244,3,0,0,244,3,0,0,244,3,0,0,244,3,0,0,244,3,0,0,244,3,0,0,246,3,0,0,246,3,0,0,248,3,0,0,252,3,0,0,252,3,0,0,254,3,0,0,254,3,0,0,0,4,0,0,2,4,0,0,4,4,0,0,4,4,0,0,6,4,0,0,6,4,0,0,8,4,0,0,8,4,0,0,8,4,0,0,8,4,0,0,12,4,0,0,14,4,0,0,14,4,0,0,14,4,0,0,16,4,0,0,20,4,0,0,22,4,0,0,24,4,0,0,26,4,0,0,28,4,0,0,30,4,0,0,30,4,0,0,34,4,0,0,36,4,0,0,38,4,0,0,38,4,0,0,40,4,0,0,40,4,0,0,40,4,0,0,40,4,0,0,40,4,0,0,42,4,0,0,42,4,0,0,44,4,0,0,44,4,0,0,44,4,0,0,44,4,0,0,44,4,0,0,46,4,0,0,48,4,0,0,50,4,0,0,54,4,0,0,54,4,0,0,58,4,0,0,58,4,0,0,58,4,0,0,58,4,0,0,60,4,0,0,60,4,0,0,62,4,0,0,62,4,0,0,62,4,0,0,64,4,0,0,76,4,0,0,76,4,0,0,80,4,0,0,80,4,0,0,80,4,0,0,82,4,0,0,84,4,0,0,86,4,0,0,88,4,0,0,88,4,0,0,90,4,0,0,92,4,0,0,92,4,0,0,92,4,0,0,92,4,0,0,92,4,0,0,92,4,0,0,94,4,0,0,96,4,0,0,96,4,0,0,96,4,0,0,96,4,0,0,96,4,0,0,96,4,0,0,96,4,0,0,96,4,0,0,98,4,0,0,98,4,0,0,98,4,0,0,98,4,0,0,100,4,0,0,100,4,0,0,100,4,0,0,104,4,0,0,106,4,0,0,108,4,0,0,108,4,0,0,108,4,0,0,108,4,0,0,108,4,0,0,108,4,0,0,110,4,0,0,116,4,0,0,116,4,0,0,118,4,0,0,118,4,0,0,120,4,0,0,122,4,0,0,124,4,0,0,124,4,0,0,124,4,0,0,126,4,0,0,128,4,0,0,130,4,0,0,130,4,0,0,132,4,0,0,132,4,0,0,140,4,0,0,140,4,0,0,140,4,0,0,142,4,0,0,142,4,0,0,142,4,0,0,144,4,0,0,144,4,0,0,146,4,0,0,146,4,0,0,146,4,0,0,148,4,0,0,148,4,0,0,148,4,0,0,148,4,0,0,148,4,0,0,148,4,0,0,148,4,0,0,150,4,0,0,150,4,0,0,150,4,0,0,150,4,0,0,150,4,0,0,150,4,0,0,150,4,0,0,150,4,0,0,152,4,0,0,152,4,0,0,152,4,0,0,152,4,0,0,154,4,0,0,154,4,0,0,158,4,0,0,158,4,0,0,158,4,0,0,158,4,0,0,158,4,0,0,158,4,0,0,158,4,0,0,162,4,0,0,164,4,0,0,164,4,0,0,164,4,0,0,164,4,0,0,164,4,0,0,166,4,0,0,168,4,0,0,170,4,0,0,172,4,0,0,174,4,0,0,174,4,0,0,174,4,0,0,176,4,0,0,176,4,0,0,176,4,0,0,176,4,0,0,176,4,0,0,178,4,0,0,178,4,0,0,180,4,0,0,182,4,0,0,184,4,0,0,186,4,0,0,186,4,0,0,188,4,0,0,188,4,0,0,188,4,0,0,190,4,0,0,190,4,0,0,190,4,0,0,190,4,0,0,190,4,0,0,192,4,0,0,194,4,0,0,194,4,0,0,194,4,0,0,200,4,0,0,200,4,0,0,200,4,0,0,200,4,0,0,204,4,0,0,206,4,0,0,208,4,0,0,208,4,0,0,208,4,0,0,208,4,0,0,212,4,0,0,212,4,0,0,214,4,0,0,214,4,0,0,218,4,0,0,220,4,0,0,220,4,0,0,222,4,0,0,222,4,0,0,224,4,0,0,228,4,0,0,228,4,0,0,228,4,0,0,228,4,0,0,230,4,0,0,230,4,0,0,234,4,0,0,234,4,0,0,240,4,0,0,240,4,0,0,242,4,0,0,246,4,0,0,248,4,0,0,250,4,0,0,250,4,0,0,252,4,0,0,254,4,0,0,254,4,0,0,254,4,0,0,254,4,0,0,254,4,0,0,254,4,0,0,0,5,0,0,2,5,0,0,2,5,0,0,6,5,0,0,8,5,0,0,8,5,0,0,8,5,0,0,10,5,0,0,12,5,0,0,12,5,0,0,14,5,0,0,18,5,0,0,18,5,0,0,20,5,0,0,20,5,0,0,22,5,0,0,24,5,0,0,24,5,0,0,24,5,0,0,24,5,0,0,24,5,0,0,24,5,0,0,26,5,0,0,28,5,0,0,30,5,0,0,30,5,0,0,30,5,0,0,34,5,0,0,34,5,0,0,34,5,0,0,36,5,0,0,36,5,0,0,36,5,0,0,36,5,0,0,38,5,0,0,38,5,0,0,40,5,0,0,40,5,0,0,42,5,0,0,42,5,0,0,44,5,0,0,46,5,0,0,46,5,0,0,46,5,0,0,46,5,0,0,46,5,0,0,48,5,0,0,48,5,0,0,48,5,0,0,48,5,0,0,48,5,0,0,52,5,0,0,54,5,0,0,54,5,0,0,54,5,0,0,56,5,0,0,58,5,0,0,58,5,0,0,60,5,0,0,60,5,0,0,60,5,0,0,62,5,0,0,62,5,0,0,62,5,0,0,64,5,0,0,66,5,0,0,68,5,0,0,70,5,0,0,72,5,0,0,72,5,0,0,78,5,0,0,80,5,0,0,80,5,0,0,80,5,0,0,80,5,0,0,80,5,0,0,84,5,0,0,84,5,0,0,86,5,0,0,90,5,0,0,90,5,0,0,90,5,0,0,94,5,0,0,96,5,0,0,96,5,0,0,96,5,0,0,98,5,0,0,100,5,0,0,104,5,0,0,108,5,0,0,108,5,0,0,108,5,0,0,108,5,0,0,108,5,0,0,108,5,0,0,110,5,0,0,112,5,0,0,114,5,0,0,114,5,0,0,118,5,0,0,120,5,0,0,122,5,0,0,124,5,0,0,126,5,0,0,128,5,0,0,128,5,0,0,130,5,0,0,130,5,0,0,132,5,0,0,132,5,0,0,134,5,0,0,136,5,0,0,136,5,0,0,136,5,0,0,138,5,0,0,140,5,0,0,142,5,0,0,142,5,0,0,142,5,0,0,146,5,0,0,148,5,0,0,148,5,0,0,148,5,0,0,148,5,0,0,148,5,0,0,148,5,0,0,148,5,0,0,148,5,0,0,152,5,0,0,152,5,0,0,156,5,0,0,156,5,0,0,156,5,0,0,158,5,0,0,160,5,0,0,160,5,0,0,160,5,0,0,160,5,0,0,160,5,0,0,162,5,0,0,162,5,0,0,164,5,0,0,164,5,0,0,164,5,0,0,166,5,0,0,166,5,0,0,166,5,0,0,168,5,0,0,168,5,0,0,168,5,0,0,168,5,0,0,170,5,0,0,172,5,0,0,172,5,0,0,174,5,0,0,176,5,0,0,176,5,0,0,178,5,0,0,178,5,0,0,178,5,0,0,178,5,0,0,180,5,0,0,182,5,0,0,182,5,0,0,182,5,0,0,184,5,0,0,184,5,0,0,186,5,0,0,186,5,0,0,188,5,0,0,190,5,0,0,190,5,0,0,192,5,0,0,194,5,0,0,198,5,0,0,200,5,0,0,204,5,0,0,204,5,0,0,204,5,0,0,204,5,0,0,206,5,0,0,208,5,0,0,208,5,0,0,208,5,0,0,208,5,0,0,208,5,0,0,208,5,0,0,208,5,0,0,208,5,0,0,210,5,0,0,210,5,0,0,210,5,0,0,212,5,0,0,212,5,0,0,214,5,0,0,216,5,0,0,216,5,0,0,218,5,0,0,220,5,0,0,220,5,0,0,220,5,0,0,220,5,0,0,222,5,0,0,222,5,0,0,222,5,0,0,222,5,0,0,222,5,0,0,228,5,0,0,230,5,0,0,232,5,0,0,232,5,0,0,232,5,0,0,234,5,0,0,238,5,0,0,240,5,0,0,240,5,0,0,242,5,0,0,244,5,0,0,244,5,0,0,246,5,0,0,246,5,0,0,246,5,0,0,246,5,0,0,250,5,0,0,250,5,0,0,250,5,0,0,250,5,0,0,250,5,0,0,250,5,0,0,250,5,0,0,250,5,0,0,250,5,0,0,250,5,0,0,250,5,0,0,252,5,0,0,252,5,0,0,252,5,0,0,254,5,0,0,254,5,0,0,254,5,0,0,2,6,0,0,2,6,0,0,2,6,0,0,4,6,0,0,4,6,0,0,6,6,0,0,10,6,0,0,12,6,0,0,12,6,0,0,12,6,0,0,16,6,0,0,18,6,0,0,18,6,0,0,24,6,0,0,24,6,0,0,24,6,0,0,26,6,0,0,26,6,0,0,26,6,0,0,28,6,0,0,32,6,0,0,34,6,0,0,34,6,0,0,34,6,0,0,34,6,0,0,34,6,0,0,38,6,0,0,44,6,0,0,44,6,0,0,44,6,0,0,44,6,0,0,46,6,0,0,48,6,0,0,48,6,0,0,48,6,0,0,48,6,0,0,48,6,0,0,50,6,0,0,50,6,0,0,50,6,0,0,50,6,0,0,52,6,0,0,52,6,0,0,52,6,0,0,52,6,0,0,52,6,0,0,52,6,0,0,52,6,0,0,58,6,0,0,58,6,0,0,58,6,0,0,58,6,0,0,58,6,0,0,58,6,0,0,60,6,0,0,60,6,0,0,60,6,0,0,62,6,0,0,62,6,0,0,62,6,0,0,62,6,0,0,62,6,0,0,64,6,0,0,64,6,0,0,66,6,0,0,66,6,0,0,66,6,0,0,66,6,0,0,66,6,0,0,66,6,0,0,68,6,0,0,68,6,0,0,68,6,0,0,68,6,0,0,68,6,0,0,68,6,0,0,68,6,0,0,70,6,0,0,72,6,0,0,72,6,0,0,72,6,0,0,74,6,0,0,74,6,0,0,76,6,0,0,76,6,0,0,80,6,0,0,80,6,0,0,80,6,0,0,82,6,0,0,84,6,0,0,86,6,0,0,90,6,0,0,90,6,0,0,92,6,0,0,94,6,0,0,94,6,0,0,94,6,0,0,94,6,0,0,94,6,0,0,94,6,0,0,94,6,0,0,98,6,0,0,98,6,0,0,98,6,0,0,98,6,0,0,98,6,0,0,98,6,0,0,98,6,0,0,98,6,0,0,98,6,0,0,98,6,0,0,98,6,0,0,100,6,0,0,102,6,0,0,102,6,0,0,102,6,0,0,102,6,0,0,102,6,0,0,104,6,0,0,110,6,0,0,110,6,0,0,110,6,0,0,114,6,0,0,116,6,0,0,116,6,0,0,116,6,0,0,118,6,0,0,120,6,0,0,120,6,0,0,122,6,0,0,126,6,0,0,126,6,0,0,130,6,0,0,132,6,0,0,134,6,0,0,138,6,0,0,138,6,0,0,140,6,0,0,144,6,0,0,146,6,0,0,146,6,0,0,150,6,0,0,150,6,0,0,150,6,0,0,150,6,0,0,150,6,0,0,150,6,0,0,152,6,0,0,154,6,0,0,154,6,0,0,154,6,0,0,154,6,0,0,154,6,0,0,154,6,0,0,156,6,0,0,156,6,0,0,156,6,0,0,158,6,0,0,158,6,0,0,160,6,0,0,160,6,0,0,160,6,0,0,162,6,0,0,162,6,0,0,164,6,0,0,164,6,0,0,164,6,0,0,164,6,0,0,164,6,0,0,164,6,0,0,166,6,0,0,166,6,0,0,168,6,0,0,168,6,0,0,168,6,0,0,170,6,0,0,170,6,0,0,170,6,0,0,172,6,0,0,172,6,0,0,172,6,0,0,172,6,0,0,172,6,0,0,174,6,0,0,174,6,0,0,174,6,0,0,176,6,0,0,176,6,0,0,178,6,0,0,178,6,0,0,178,6,0,0,180,6,0,0,182,6,0,0,182,6,0,0,182,6,0,0,182,6,0,0,184,6,0,0,184,6,0,0,186,6,0,0,190,6,0,0,192,6,0,0,192,6,0,0,192,6,0,0,194,6,0,0,194,6,0,0,198,6,0,0,200,6,0,0,202,6,0,0,202,6,0,0,204,6,0,0,204,6,0,0,208,6,0,0,208,6,0,0,208,6,0,0,208,6,0,0,210,6,0,0,210,6,0,0,210,6,0,0,214,6,0,0,214,6,0,0,218,6,0,0,220,6,0,0,220,6,0,0,220,6,0,0,220,6,0,0,222,6,0,0,222,6,0,0,222,6,0,0,224,6,0,0,226,6,0,0,226,6,0,0,226,6,0,0,230,6,0,0,230,6,0,0,230,6,0,0,232,6,0,0,232,6,0,0,234,6,0,0,236,6,0,0,238,6,0,0,238,6,0,0,240,6,0,0,240,6,0,0,242,6,0,0,242,6,0,0,242,6,0,0,244,6,0,0,246,6,0,0,246,6,0,0,246,6,0,0,246,6,0,0,248,6,0,0,248,6,0,0,248,6,0,0,248,6,0,0,250,6,0,0,250,6,0,0,252,6,0,0,254,6,0,0,0,7,0,0,0,7,0,0,0,7,0,0,0,7,0,0,2,7,0,0,4,7,0,0,6,7,0,0,6,7,0,0,6,7,0,0,8,7,0,0,8,7,0,0,10,7,0,0,10,7,0,0,10,7,0,0,14,7,0,0,16,7,0,0,16,7,0,0,18,7,0,0,20,7,0,0,20,7,0,0,20,7,0,0,20,7,0,0,20,7,0,0,22,7,0,0,22,7,0,0,24,7,0,0,24,7,0,0,26,7,0,0,28,7,0,0,28,7,0,0,30,7,0,0,30,7,0,0,30,7,0,0,32,7,0,0,32,7,0,0,32,7,0,0,32,7,0,0,32,7,0,0,32,7,0,0,32,7,0,0,32,7,0,0,36,7,0,0,38,7,0,0,40,7,0,0,42,7,0,0,42,7,0,0,42,7,0,0,42,7,0,0,42,7,0,0,44,7,0,0,44,7,0,0,50,7,0,0,52,7,0,0,52,7,0,0,54,7,0,0,54,7,0,0,56,7,0,0,58,7,0,0,58,7,0,0,58,7,0,0,58,7,0,0,64,7,0,0,66,7,0,0,66,7,0,0,66,7,0,0,70,7,0,0,70,7,0,0,70,7,0,0,70,7,0,0,70,7,0,0,70,7,0,0,70,7,0,0,70,7,0,0,72,7,0,0,74,7,0,0,74,7,0,0,74,7,0,0,76,7,0,0,76,7,0,0,76,7,0,0,76,7,0,0,78,7,0,0,78,7,0,0,80,7,0,0,80,7,0,0,84,7,0,0,86,7,0,0,86,7,0,0,86,7,0,0,88,7,0,0,88,7,0,0,88,7,0,0,92,7,0,0,92,7,0,0,92,7,0,0,92,7,0,0,92,7,0,0,92,7,0,0,92,7,0,0,92,7,0,0,94,7,0,0,94,7,0,0,94,7,0,0,96,7,0,0,96,7,0,0,96,7,0,0,96,7,0,0,96,7,0,0,96,7,0,0,96,7,0,0,96,7,0,0,98,7,0,0,98,7,0,0,98,7,0,0,98,7,0,0,100,7,0,0,100,7,0,0,100,7,0,0,100,7,0,0,104,7,0,0,108,7,0,0,108,7,0,0,108,7,0,0,110,7,0,0,110,7,0,0,112,7,0,0,114,7,0,0,114,7,0,0,114,7,0,0,114,7,0,0,114,7,0,0,116,7,0,0,120,7,0,0,120,7,0,0,124,7,0,0,124,7,0,0,124,7,0,0,126,7,0,0,126,7,0,0,126,7,0,0,128,7,0,0,128,7,0,0,128,7,0,0,128,7,0,0,128,7,0,0,130,7,0,0,132,7,0,0,132,7,0,0,132,7,0,0,132,7,0,0,132,7,0,0,132,7,0,0,132,7,0,0,132,7,0,0,132,7,0,0,132,7,0,0,134,7,0,0,134,7,0,0,138,7,0,0,138,7,0,0,142,7,0,0,142,7,0,0,142,7,0,0,142,7,0,0,142,7,0,0,144,7,0,0,144,7,0,0,144,7,0,0,144,7,0,0,144,7,0,0,146,7,0,0,148,7,0,0,148,7,0,0,150,7,0,0,150,7,0,0,150,7,0,0,154,7,0,0,154,7,0,0,158,7,0,0,158,7,0,0,160,7,0,0,164,7,0,0,166,7,0,0,166,7,0,0,166,7,0,0,172,7,0,0,174,7,0,0,176,7,0,0,178,7,0,0,178,7,0,0,178,7,0,0,178,7,0,0,178,7,0,0,178,7,0,0,178,7,0,0,180,7,0,0,180,7,0,0,180,7,0,0,180,7,0,0,182,7,0,0,182,7,0,0,184,7,0,0,186,7,0,0,186,7,0,0,188,7,0,0,190,7,0,0,192,7,0,0,194,7,0,0,194,7,0,0,196,7,0,0,198,7,0,0,198,7,0,0,198,7,0,0,202,7,0,0,204,7,0,0,206,7,0,0,206,7,0,0,208,7,0,0,212,7,0,0,212,7,0,0,212,7,0,0,212,7,0,0,212,7,0,0,212,7,0,0,214,7,0,0,214,7,0,0,214,7,0,0,216,7,0,0,218,7,0,0,220,7,0,0,220,7,0,0,222,7,0,0,222,7,0,0,222,7,0,0,224,7,0,0,224,7,0,0,226,7,0,0,228,7,0,0,228,7,0,0,228,7,0,0,230,7,0,0,230,7,0,0,232,7,0,0,232,7,0,0,232,7,0,0,232,7,0,0,232,7,0,0,232,7,0,0,232,7,0,0,232,7,0,0,232,7,0,0,232,7,0,0,232,7,0,0,234,7,0,0,234,7,0,0,236,7,0,0,236,7,0,0,236,7,0,0,236,7,0,0,236,7,0,0,236,7,0,0,236,7,0,0,238,7,0,0,240,7,0,0,240,7,0,0,240,7,0,0,240,7,0,0,242,7,0,0,242,7,0,0,242,7,0,0,242,7,0,0,244,7,0,0,246,7,0,0,246,7,0,0,248,7,0,0,248,7,0,0,250,7,0,0,252,7,0,0,254,7,0,0,254,7,0,0,0,8,0,0,2,8,0,0,2,8,0,0,2,8,0,0,2,8,0,0,2,8,0,0,2,8,0,0,4,8,0,0,4,8,0,0,6,8,0,0,8,8,0,0,8,8,0,0,10,8,0,0,14,8,0,0,16,8,0,0,16,8,0,0,18,8,0,0,24,8,0,0,24,8,0,0,24,8,0,0,26,8,0,0,28,8,0,0,28,8,0,0,30,8,0,0,32,8,0,0,34,8,0,0,34,8,0,0,34,8,0,0,34,8,0,0,34,8,0,0,36,8,0,0,36,8,0,0,36,8,0,0,36,8,0,0,40,8,0,0,40,8,0,0,40,8,0,0,40,8,0,0,40,8,0,0,40,8,0,0,40,8,0,0,42,8,0,0,46,8,0,0,46,8,0,0,46,8,0,0,46,8,0,0,48,8,0,0,52,8,0,0,52,8,0,0,58,8,0,0,58,8,0,0,60,8,0,0,60,8,0,0,60,8,0,0,60,8,0,0,60,8,0,0,62,8,0,0,66,8,0,0,66,8,0,0,68,8,0,0,68,8,0,0,68,8,0,0,68,8,0,0,70,8,0,0,70,8,0,0,70,8,0,0,70,8,0,0,70,8,0,0,72,8,0,0,72,8,0,0,72,8,0,0,72,8,0,0,72,8,0,0,72,8,0,0,74,8,0,0,76,8,0,0,76,8,0,0,76,8,0,0,80,8,0,0,82,8,0,0,84,8,0,0,86,8,0,0,88,8,0,0,92,8,0,0,92,8,0,0,92,8,0,0,92,8,0,0,92,8,0,0,96,8,0,0,96,8,0,0,98,8,0,0,98,8,0,0,98,8,0,0,100,8,0,0,102,8,0,0,104,8,0,0,104,8,0,0,104,8,0,0,108,8,0,0,108,8,0,0,110,8,0,0,110,8,0,0,112,8,0,0,112,8,0,0,112,8,0,0,112,8,0,0,112,8,0,0,112,8,0,0,112,8,0,0,112,8,0,0,114,8,0,0,114,8,0,0,114,8,0,0,118,8,0,0,120,8,0,0,120,8,0,0,122,8,0,0,122,8,0,0,124,8,0,0,124,8,0,0,124,8,0,0,126,8,0,0,126,8,0,0,126,8,0,0,132,8,0,0,132,8,0,0,138,8,0,0,140,8,0,0,140,8,0,0,140,8,0,0,140,8,0,0,140,8,0,0,144,8,0,0,146,8,0,0,146,8,0,0,148,8,0,0,150,8,0,0,152,8,0,0,154,8,0,0,156,8,0,0,156,8,0,0,158,8,0,0,158,8,0,0,158,8,0,0,158,8,0,0,158,8,0,0,160,8,0,0,160,8,0,0,164,8,0,0,164,8,0,0,164,8,0,0,166,8,0,0,166,8,0,0,168,8,0,0,168,8,0,0,170,8,0,0,170,8,0,0,170,8,0,0,170,8,0,0,174,8,0,0,176,8,0,0,176,8,0,0,180,8,0,0,180,8,0,0,180,8,0,0,180,8,0,0,180,8,0,0,182,8,0,0,184,8,0,0,184,8,0,0,184,8,0,0,184,8,0,0,186,8,0,0,190,8,0,0,190,8,0,0,190,8,0,0,190,8,0,0,192,8,0,0,192,8,0,0,192,8,0,0,194,8,0,0,194,8,0,0,198,8,0,0,200,8,0,0,200,8,0,0,202,8,0,0,202,8,0,0,204,8,0,0,204,8,0,0,204,8,0,0,204,8,0,0,206,8,0,0,206,8,0,0,206,8,0,0,206,8,0,0,208,8,0,0,208,8,0,0,208,8,0,0,208,8,0,0,208,8,0,0,208,8,0,0,208,8,0,0,210,8,0,0,210,8,0,0,212,8,0,0,216,8,0,0,216,8,0,0,216,8,0,0,218,8,0,0,222,8,0,0,226,8,0,0,230,8,0,0,230,8,0,0,230,8,0,0,230,8,0,0,230,8,0,0,230,8,0,0,230,8,0,0,230,8,0,0,232,8,0,0,232,8,0,0,232,8,0,0,234,8,0,0,236,8,0,0,236,8,0,0,238,8,0,0,238,8,0,0,238,8,0,0,238,8,0,0,238,8,0,0,238,8,0,0,238,8,0,0,240,8,0,0,242,8,0,0,244,8,0,0,250,8,0,0,250,8,0,0,250,8,0,0,250,8,0,0,250,8,0,0,250,8,0,0,252,8,0,0,254,8,0,0,254,8,0,0,254,8,0,0,254,8,0,0,254,8,0,0,0,9,0,0,0,9,0,0,2,9,0,0,4,9,0,0,4,9,0,0,6,9,0,0,6,9,0,0,8,9,0,0,8,9,0,0,10,9,0,0,10,9,0,0,10,9,0,0,10,9,0,0,10,9,0,0,10,9,0,0,14,9,0,0,16,9,0,0,16,9,0,0,16,9,0,0,16,9,0,0,18,9,0,0,18,9,0,0,18,9,0,0,20,9,0,0,20,9,0,0,22,9,0,0,22,9,0,0,22,9,0,0,22,9,0,0,22,9,0,0,22,9,0,0,22,9,0,0,24,9,0,0,28,9,0,0,30,9,0,0,30,9,0,0,32,9,0,0,32,9,0,0,32,9,0,0,32,9,0,0,32,9,0,0,34,9,0,0,34,9,0,0,34,9,0,0,34,9,0,0,38,9,0,0,38,9,0,0,38,9,0,0,40,9,0,0,40,9,0,0,40,9,0,0,40,9,0,0,42,9,0,0,44,9,0,0,44,9,0,0,46,9,0,0,46,9,0,0,46,9,0,0,46,9,0,0,46,9,0,0,48,9,0,0,48,9,0,0,48,9,0,0,48,9,0,0,48,9,0,0,48,9,0,0,52,9,0,0,52,9,0,0,52,9,0,0,52,9,0,0,52,9,0,0,54,9,0,0,54,9,0,0,54,9,0,0,56,9,0,0,56,9,0,0,58,9,0,0,60,9,0,0,60,9,0,0,60,9,0,0,62,9,0,0,62,9,0,0,64,9,0,0,64,9,0,0,64,9,0,0,64,9,0,0,66,9,0,0,66,9,0,0,68,9,0,0,70,9,0,0,70,9,0,0,74,9,0,0,74,9,0,0,76,9,0,0,76,9,0,0,76,9,0,0,76,9,0,0,76,9,0,0,76,9,0,0,76,9,0,0,78,9,0,0,78,9,0,0,82,9,0,0,82,9,0,0,86,9,0,0,86,9,0,0,86,9,0,0,88,9,0,0,88,9,0,0,88,9,0,0,88,9,0,0,90,9,0,0,92,9,0,0,96,9,0,0,96,9,0,0,96,9,0,0,96,9,0,0,100,9,0,0,100,9,0,0,100,9,0,0,100,9,0,0,102,9,0,0,102,9,0,0,108,9,0,0,110,9,0,0,112,9,0,0,112,9,0,0,116,9,0,0,120,9,0,0,120,9,0,0,120,9,0,0,120,9,0,0,120,9,0,0,120,9,0,0,124,9,0,0,126,9,0,0,126,9,0,0,130,9,0,0,130,9,0,0,130,9,0,0,132,9,0,0,134,9,0,0,136,9,0,0,136,9,0,0,136,9,0,0,136,9,0,0,136,9,0,0,138,9,0,0,138,9,0,0,138,9,0,0,140,9,0,0,140,9,0,0,142,9,0,0,142,9,0,0,142,9,0,0,142,9,0,0,142,9,0,0,142,9,0,0,142,9,0,0,142,9,0,0,144,9,0,0,146,9,0,0,146,9,0,0,146,9,0,0,148,9,0,0,148,9,0,0,148,9,0,0,148,9,0,0,148,9,0,0,150,9,0,0,150,9,0,0,150,9,0,0,152,9,0,0,156,9,0,0,156,9,0,0,156,9,0,0,156,9,0,0,156,9,0,0,156,9,0,0,156,9,0,0,156,9,0,0,156,9,0,0,156,9,0,0,158,9,0,0,158,9,0,0,160,9,0,0,160,9,0,0,160,9,0,0,160,9,0,0,160,9,0,0,162,9,0,0,162,9,0,0,162,9,0,0,162,9,0,0,162,9,0,0,162,9,0,0,162,9,0,0,164,9,0,0,164,9,0,0,164,9,0,0,166,9,0,0,166,9,0,0,166,9,0,0,166,9,0,0,166,9,0,0,166,9,0,0,166,9,0,0,166,9,0,0,170,9,0,0,170,9,0,0,170,9,0,0,172,9,0,0,176,9,0,0,176,9,0,0,176,9,0,0,182,9,0,0,182,9,0,0,182,9,0,0,182,9,0,0,182,9,0,0,186,9,0,0,192,9,0,0,192,9,0,0,192,9,0,0,194,9,0,0,196,9,0,0,196,9,0,0,196,9,0,0,196,9,0,0,200,9,0,0,202,9,0,0,202,9,0,0,202,9,0,0,202,9,0,0,206,9,0,0,206,9,0,0,206,9,0,0,210,9,0,0,210,9,0,0,212,9,0,0,214,9,0,0,216,9,0,0,216,9,0,0,216,9,0,0,218,9,0,0,218,9,0,0,218,9,0,0,218,9,0,0,220,9,0,0,222,9,0,0,228,9,0,0,230,9,0,0,230,9,0,0,230,9,0,0,232,9,0,0,234,9,0,0,234,9,0,0,234,9,0,0,234,9,0,0,234,9,0,0,234,9,0,0,234,9,0,0,234,9,0,0,236,9,0,0,236,9,0,0,236,9,0,0,238,9,0,0,238,9,0,0,238,9,0,0,238,9,0,0,240,9,0,0,242,9,0,0,242,9,0,0,246,9,0,0,246,9,0,0,250,9,0,0,252,9,0,0,254,9,0,0,254,9,0,0,0,10,0,0,0,10,0,0,2,10,0,0,2,10,0,0,4,10,0,0,4,10,0,0,4,10,0,0,4,10,0,0,4,10,0,0,6,10,0,0,6,10,0,0,6,10,0,0,6,10,0,0,8,10,0,0,10,10,0,0,14,10,0,0,14,10,0,0,14,10,0,0,14,10,0,0,14,10,0,0,14,10,0,0,14,10,0,0,14,10,0,0,14,10,0,0,14,10,0,0,18,10,0,0,18,10,0,0,20,10,0,0,20,10,0,0,20,10,0,0,26,10,0,0,28,10,0,0,28,10,0,0,30,10,0,0,30,10,0,0,34,10,0,0,34,10,0,0,38,10,0,0,38,10,0,0,38,10,0,0,42,10,0,0,42,10,0,0,42,10,0,0,42,10,0,0,42,10,0,0,42,10,0,0,44,10,0,0,46,10,0,0,46,10,0,0,46,10,0,0,48,10,0,0,48,10,0,0,48,10,0,0,48,10,0,0,48,10,0,0,48,10,0,0,48,10,0,0,50,10,0,0,50,10,0,0,50,10,0,0,50,10,0,0,50,10,0,0,50,10,0,0,52,10,0,0,52,10,0,0,54,10,0,0,56,10,0,0,58,10,0,0,58,10,0,0,58,10,0,0,58,10,0,0,60,10,0,0,60,10,0,0,62,10,0,0,62,10,0,0,62,10,0,0,62,10,0,0,62,10,0,0,68,10,0,0,72,10,0,0,72,10,0,0,72,10,0,0,72,10,0,0,74,10,0,0,74,10,0,0,74,10,0,0,78,10,0,0,80,10,0,0,82,10,0,0,84,10,0,0,84,10,0,0,86,10,0,0,86,10,0,0,86,10,0,0,88,10,0,0,88,10,0,0,90,10,0,0,90,10,0,0,90,10,0,0,90,10,0,0,92,10,0,0,92,10,0,0,94,10,0,0,94,10,0,0,94,10,0,0,94,10,0,0,94,10,0,0,94,10,0,0,94,10,0,0,94,10,0,0,94,10,0,0,96,10,0,0,98,10,0,0,102,10,0,0,102,10,0,0,102,10,0,0,104,10,0,0,106,10,0,0,110,10,0,0,110,10,0,0,110,10,0,0,112,10,0,0,112,10,0,0,114,10,0,0,116,10,0,0,116,10,0,0,116,10,0,0,118,10,0,0,118,10,0,0,118,10,0,0,118,10,0,0,120,10,0,0,122,10,0,0,122,10,0,0,124,10,0,0,128,10,0,0,130,10,0,0,132,10,0,0,134,10,0,0,136,10,0,0,136,10,0,0,138,10,0,0,138,10,0,0,138,10,0,0,138,10,0,0,138,10,0,0,144,10,0,0,144,10,0,0,148,10,0,0,150,10,0,0,152,10,0,0,152,10,0,0,152,10,0,0,152,10,0,0,152,10,0,0,154,10,0,0,156,10,0,0,156,10,0,0,158,10,0,0,158,10,0,0,158,10,0,0,158,10,0,0,158,10,0,0,158,10,0,0,160,10,0,0,160,10,0,0,160,10,0,0,162,10,0,0,162,10,0,0,162,10,0,0,162,10,0,0,162,10,0,0,162,10,0,0,162,10,0,0,162,10,0,0,164,10,0,0,164,10,0,0,166,10,0,0,166,10,0,0,166,10,0,0,166,10,0,0,166,10,0,0,168,10,0,0,168,10,0,0,168,10,0,0,168,10,0,0,168,10,0,0,170,10,0,0,174,10,0,0,174,10,0,0,174,10,0,0,176,10,0,0,180,10,0,0,180,10,0,0,180,10,0,0,182,10,0,0,182,10,0,0,186,10,0,0,188,10,0,0,188,10,0,0,190,10,0,0,192,10,0,0,192,10,0,0,192,10,0,0,194,10,0,0,194,10,0,0,194,10,0,0,208,10,0,0,210,10,0,0,214,10,0,0,214,10,0,0,214,10,0,0,214,10,0,0,216,10,0,0,218,10,0,0,218,10,0,0,220,10,0,0,220,10,0,0,220,10,0,0,222,10,0,0,222,10,0,0,224,10,0,0,226,10,0,0,226,10,0,0,228,10,0,0,228,10,0,0,228,10,0,0,228,10,0,0,228,10,0,0,232,10,0,0,232,10,0,0,232,10,0,0,232,10,0,0,234,10,0,0,238,10,0,0,238,10,0,0,238,10,0,0,238,10,0,0,238,10,0,0,244,10,0,0,244,10,0,0,244,10,0,0,244,10,0,0,244,10,0,0,244,10,0,0,246,10,0,0,246,10,0,0,248,10,0,0,248,10,0,0,250,10,0,0,250,10,0,0,250,10,0,0,250,10,0,0,252,10,0,0,254,10,0,0,0,11,0,0,2,11,0,0,4,11,0,0,6,11,0,0,8,11,0,0,10,11,0,0,12,11,0,0,12,11,0,0,16,11,0,0,18,11,0,0,18,11,0,0,20,11,0,0,20,11,0,0,22,11,0,0,24,11,0,0,24,11,0,0,26,11,0,0,26,11,0,0,26,11,0,0,26,11,0,0,26,11,0,0,26,11,0,0,26,11,0,0,28,11,0,0,28,11,0,0,28,11,0,0,28,11,0,0,28,11,0,0,28,11,0,0,28,11,0,0,28,11,0,0,30,11,0,0,32,11,0,0,32,11,0,0,32,11,0,0,32,11,0,0,32,11,0,0,34,11,0,0,34,11,0,0,36,11,0,0,36,11,0,0,38,11,0,0,40,11,0,0,42,11,0,0,44,11,0,0,44,11,0,0,44,11,0,0,46,11,0,0,48,11,0,0,50,11,0,0,50,11,0,0,50,11,0,0,54,11,0,0,58,11,0,0,58,11,0,0,58,11,0,0,58,11,0,0,58,11,0,0,58,11,0,0,58,11,0,0,60,11,0,0,62,11,0,0,62,11,0,0,62,11,0,0,66,11,0,0,66,11,0,0,66,11,0,0,66,11,0,0,66,11,0,0,70,11,0,0,72,11,0,0,72,11,0,0,72,11,0,0,72,11,0,0,72,11,0,0,72,11,0,0,74,11,0,0,76,11,0,0,78,11,0,0,78,11,0,0,78,11,0,0,80,11,0,0,82,11,0,0,84,11,0,0,84,11,0,0,84,11,0,0,86,11,0,0,90,11,0,0,90,11,0,0,92,11,0,0,92,11,0,0,92,11,0,0,92,11,0,0,94,11,0,0,96,11,0,0,98,11,0,0,98,11,0,0,100,11,0,0,100,11,0,0,100,11,0,0,100,11,0,0,106,11,0,0,110,11,0,0,110,11,0,0,114,11,0,0,118,11,0,0,122,11,0,0,122,11,0,0,124,11,0,0,124,11,0,0,128,11,0,0,130,11,0,0,130,11,0,0,132,11,0,0,134,11,0,0,134,11,0,0,134,11,0,0,134,11,0,0,134,11,0,0,136,11,0,0,136,11,0,0,136,11,0,0,138,11,0,0,138,11,0,0,138,11,0,0,138,11,0,0,138,11,0,0,138,11,0,0,138,11,0,0,138,11,0,0,138,11,0,0,138,11,0,0,140,11,0,0,140,11,0,0,142,11,0,0,144,11,0,0,146,11,0,0,146,11,0,0,146,11,0,0,146,11,0,0,150,11,0,0,158,11,0,0,160,11,0,0,160,11,0,0,160,11,0,0,162,11,0,0,162,11,0,0,164,11,0,0,164,11,0,0,166,11,0,0,166,11,0,0,168,11,0,0,168,11,0,0,168,11,0,0,172,11,0,0,174,11,0,0,176,11,0,0,178,11,0,0,178,11,0,0,178,11,0,0,178,11,0,0,180,11,0,0,184,11,0,0,190,11,0,0,192,11,0,0,194,11,0,0,194,11,0,0,196,11,0,0,196,11,0,0,198,11,0,0,198,11,0,0,200,11,0,0,200,11,0,0,200,11,0,0,204,11,0,0,204,11,0,0,204,11,0,0,206,11,0,0,212,11,0,0,212,11,0,0,212,11,0,0,212,11,0,0,212,11,0,0,212,11,0,0,212,11,0,0,212,11,0,0,216,11,0,0,216,11,0,0,216,11,0,0,216,11,0,0,216,11,0,0,216,11,0,0,216,11,0,0,216,11,0,0,216,11,0,0,216,11,0,0,218,11,0,0,220,11,0,0,220,11,0,0,222,11,0,0,224,11,0,0,224,11,0,0,224,11,0,0,224,11,0,0,226,11,0,0,226,11,0,0,226,11,0,0,228,11,0,0,228,11,0,0,228,11,0,0,232,11,0,0,232,11,0,0,236,11,0,0,236,11,0,0,240,11,0,0,242,11,0,0,244,11,0,0,246,11,0,0,246,11,0,0,248,11,0,0,248,11,0,0,248,11,0,0,248,11,0,0,250,11,0,0,250,11,0,0,250,11,0,0,250,11,0,0,252,11,0,0,252,11,0,0,252,11,0,0,254,11,0,0,254,11,0,0,254,11,0,0,0,12,0,0,0,12,0,0,2,12,0,0,4,12,0,0,4,12,0,0,4,12,0,0,4,12,0,0,4,12,0,0,4,12,0,0,4,12,0,0,4,12,0,0,4,12,0,0,4,12,0,0,6,12,0,0,6,12,0,0,8,12,0,0,8,12,0,0,8,12,0,0,10,12,0,0,10,12,0,0,12,12,0,0,12,12,0,0,12,12,0,0,12,12,0,0,14,12,0,0,14,12,0,0,16,12,0,0,16,12,0,0,16,12,0,0,20,12,0,0,20,12,0,0,22,12,0,0,22,12,0,0,22,12,0,0,22,12,0,0,22,12,0,0,22,12,0,0,22,12,0,0,26,12,0,0,28,12,0,0,30,12,0,0,30,12,0,0,32,12,0,0,34,12,0,0,34,12,0,0,38,12,0,0,38,12,0,0,38,12,0,0,40,12,0,0,42,12,0,0,42,12,0,0,44,12,0,0,44,12,0,0,44,12,0,0,44,12,0,0,46,12,0,0,46,12,0,0,46,12,0,0,46,12,0,0,46,12,0,0,46,12,0,0,48,12,0,0,48,12,0,0,48,12,0,0,48,12,0,0,48,12,0,0,48,12,0,0,50,12,0,0,50,12,0,0,50,12,0,0,50,12,0,0,50,12,0,0,52,12,0,0,52,12,0,0,52,12,0,0,52,12,0,0,54,12,0,0,54,12,0,0,54,12,0,0,58,12,0,0,58,12,0,0,58,12,0,0,58,12,0,0,58,12,0,0,58,12,0,0,58,12,0,0,60,12,0,0,62,12,0,0,64,12,0,0,64,12,0,0,64,12,0,0,64,12,0,0,66,12,0,0,68,12,0,0,70,12,0,0,74,12,0,0,74,12,0,0,74,12,0,0,74,12,0,0,76,12,0,0,76,12,0,0,80,12,0,0,84,12,0,0,86,12,0,0,86,12,0,0,86,12,0,0,86,12,0,0,88,12,0,0,88,12,0,0,88,12,0,0,90,12,0,0,92,12,0,0,92,12,0,0,92,12,0,0,92,12,0,0,92,12,0,0,92,12,0,0,94,12,0,0,94,12,0,0,96,12,0,0,96,12,0,0,96,12,0,0,96,12,0,0,98,12,0,0,100,12,0,0,100,12,0,0,104,12,0,0,106,12,0,0,108,12,0,0,108,12,0,0,108,12,0,0,108,12,0,0,108,12,0,0,110,12,0,0,114,12,0,0,118,12,0,0,118,12,0,0,120,12,0,0,122,12,0,0,122,12,0,0,122,12,0,0,122,12,0,0,122,12,0,0,124,12,0,0,126,12,0,0,126,12,0,0,128,12,0,0,130,12,0,0,202,12,0,0,202,12,0,0,204,12,0,0,208,12,0,0,208,12,0,0,208,12,0,0,208,12,0,0,210,12,0,0,212,12,0,0,212,12,0,0,212,12,0,0,212,12,0,0,212,12,0,0,212,12,0,0,212,12,0,0,212,12,0,0,212,12,0,0,212,12,0,0,212,12,0,0,212,12,0,0,214,12,0,0,214,12,0,0,214,12,0,0,214,12,0,0,214,12,0,0,214,12,0,0,216,12,0,0,216,12,0,0,218,12,0,0,218,12,0,0,220,12,0,0,220,12,0,0,222,12,0,0,222,12,0,0,226,12,0,0,226,12,0,0,226,12,0,0,228,12,0,0,228,12,0,0,228,12,0,0,232,12,0,0,232,12,0,0,232,12,0,0,232,12,0,0,234,12,0,0,234,12,0,0,234,12,0,0,234,12,0,0,236,12,0,0,240,12,0,0,242,12,0,0,242,12,0,0,244,12,0,0,246,12,0,0,248,12,0,0,248,12,0,0,248,12,0,0,248,12,0,0,248,12,0,0,248,12,0,0,250,12,0,0,252,12,0,0,0,13,0,0,0,13,0,0,2,13,0,0,4,13,0,0,6,13,0,0,6,13,0,0,8,13,0,0,8,13,0,0,10,13,0,0,14,13,0,0,16,13,0,0,16,13,0,0,16,13,0,0,18,13,0,0,20,13,0,0,20,13,0,0,22,13,0,0,24,13,0,0,26,13,0,0,30,13,0,0,30,13,0,0,30,13,0,0,32,13,0,0,32,13,0,0,32,13,0,0,32,13,0,0,32,13,0,0,32,13,0,0,34,13,0,0,36,13,0,0,36,13,0,0,36,13,0,0,38,13,0,0,38,13,0,0,38,13,0,0,38,13,0,0,38,13,0,0,40,13,0,0,42,13,0,0,44,13,0,0,44,13,0,0,46,13,0,0,46,13,0,0,46,13,0,0,46,13,0,0,50,13,0,0,50,13,0,0,50,13,0,0,50,13,0,0,50,13,0,0,52,13,0,0,54,13,0,0,54,13,0,0,54,13,0,0,54,13,0,0,56,13,0,0,56,13,0,0,56,13,0,0,56,13,0,0,56,13,0,0,60,13,0,0,60,13,0,0,62,13,0,0,62,13,0,0,62,13,0,0,64,13,0,0,64,13,0,0,66,13,0,0,66,13,0,0,70,13,0,0,70,13,0,0,70,13,0,0,72,13,0,0,72,13,0,0,74,13,0,0,74,13,0,0,74,13,0,0,76,13,0,0,78,13,0,0,80,13,0,0,82,13,0,0,82,13,0,0,82,13,0,0,82,13,0,0,84,13,0,0,84,13,0,0,84,13,0,0,86,13,0,0,88,13,0,0,88,13,0,0,90,13,0,0,92,13,0,0,94,13,0,0,96,13,0,0,96,13,0,0,98,13,0,0,100,13,0,0,102,13,0,0,102,13,0,0,102,13,0,0,102,13,0,0,102,13,0,0,104,13,0,0,104,13,0,0,106,13,0,0,106,13,0,0,108,13,0,0,112,13,0,0,112,13,0,0,116,13,0,0,116,13,0,0,116,13,0,0,118,13,0,0,122,13,0,0,122,13,0,0,124,13,0,0,124,13,0,0,124,13,0,0,124,13,0,0,124,13,0,0,124,13,0,0,124,13,0,0,124,13,0,0,124,13,0,0,128,13,0,0,130,13,0,0,130,13,0,0,130,13,0,0,130,13,0,0,132,13,0,0,134,13,0,0,134,13,0,0,134,13,0,0,134,13,0,0,134,13,0,0,136,13,0,0,136,13,0,0,138,13,0,0,138,13,0,0,138,13,0,0,138,13,0,0,140,13,0,0,140,13,0,0,140,13,0,0,140,13,0,0,140,13,0,0,142,13,0,0,142,13,0,0,144,13,0,0,144,13,0,0,146,13,0,0,146,13,0,0,148,13,0,0,150,13,0,0,152,13,0,0,152,13,0,0,152,13,0,0,152,13,0,0,152,13,0,0,152,13,0,0,152,13,0,0,152,13,0,0,152,13,0,0,152,13,0,0,154,13,0,0,154,13,0,0,156,13,0,0,156,13,0,0,158,13,0,0,158,13,0,0,160,13,0,0,160,13,0,0,160,13,0,0,160,13,0,0,160,13,0,0,160,13,0,0,160,13,0,0,164,13,0,0,164,13,0,0,164,13,0,0,164,13,0,0,168,13,0,0,168,13,0,0,168,13,0,0,168,13,0,0,170,13,0,0,170,13,0,0,170,13,0,0,172,13,0,0,178,13,0,0,178,13,0,0,180,13,0,0,180,13,0,0,180,13,0,0,180,13,0,0,180,13,0,0,180,13,0,0,180,13,0,0,184,13,0,0,184,13,0,0,186,13,0,0,186,13,0,0,192,13,0,0,194,13,0,0,194,13,0,0,194,13,0,0,194,13,0,0,194,13,0,0,196,13,0,0,198,13,0,0,198,13,0,0,198,13,0,0,198,13,0,0,198,13,0,0,198,13,0,0,198,13,0,0,198,13,0,0,200,13,0,0,200,13,0,0,202,13,0,0,202,13,0,0,202,13,0,0,202,13,0,0,202,13,0,0,204,13,0,0,204,13,0,0,204,13,0,0,204,13,0,0,204,13,0,0,206,13,0,0,206,13,0,0,208,13,0,0,210,13,0,0,212,13,0,0,212,13,0,0,214,13,0,0,214,13,0,0,214,13,0,0,218,13,0,0,218,13,0,0,220,13,0,0,222,13,0,0,222,13,0,0,222,13,0,0,222,13,0,0,224,13,0,0,226,13,0,0,230,13,0,0,230,13,0,0,230,13,0,0,230,13,0,0,230,13,0,0,230,13,0,0,230,13,0,0,232,13,0,0,234,13,0,0,234,13,0,0,234,13,0,0,236,13,0,0,236,13,0,0,236,13,0,0,238,13,0,0,238,13,0,0,240,13,0,0,240,13,0,0,240,13,0,0,240,13,0,0,244,13,0,0,246,13,0,0,246,13,0,0,250,13,0,0,250,13,0,0,252,13,0,0,252,13,0,0,254,13,0,0,254,13,0,0,254,13,0,0,0,14,0,0,0,14,0,0,2,14,0,0,6,14,0,0,6,14,0,0,6,14,0,0,8,14,0,0,8,14,0,0,10,14,0,0,10,14,0,0,12,14,0,0,14,14,0,0,18,14,0,0,20,14,0,0,20,14,0,0,20,14,0,0,20,14,0,0,20,14,0,0,20,14,0,0,20,14,0,0,20,14,0,0,24,14,0,0,24,14,0,0,24,14,0,0,24,14,0,0,24,14,0,0,24,14,0,0,26,14,0,0,26,14,0,0,26,14,0,0,28,14,0,0,30,14,0,0,30,14,0,0,32,14,0,0,32,14,0,0,32,14,0,0,32,14,0,0,32,14,0,0,32,14,0,0,32,14,0,0,32,14,0,0,32,14,0,0,32,14,0,0,32,14,0,0,32,14,0,0,34,14,0,0,34,14,0,0,34,14,0,0,36,14,0,0,38,14,0,0,38,14,0,0,38,14,0,0,40,14,0,0,42,14,0,0,46,14,0,0,46,14,0,0,46,14,0,0,48,14,0,0,48,14,0,0,52,14,0,0,58,14,0,0,58,14,0,0,58,14,0,0,58,14,0,0,58,14,0,0,58,14,0,0,60,14,0,0,60,14,0,0,62,14,0,0,66,14,0,0,66,14,0,0,66,14,0,0,66,14,0,0,68,14,0,0,68,14,0,0,68,14,0,0,70,14,0,0,76,14,0,0,76,14,0,0,76,14,0,0,76,14,0,0,78,14,0,0,78,14,0,0,78,14,0,0,78,14,0,0,80,14,0,0,82,14,0,0,82,14,0,0,84,14,0,0,84,14,0,0,86,14,0,0,88,14,0,0,88,14,0,0,90,14,0,0,92,14,0,0,92,14,0,0,94,14,0,0,96,14,0,0,98,14,0,0,98,14,0,0,102,14,0,0,104,14,0,0,104,14,0,0,108,14,0,0,108,14,0,0,108,14,0,0,108,14,0,0,110,14,0,0,110,14,0,0,110,14,0,0,112,14,0,0,116,14,0,0,116,14,0,0,116,14,0,0,118,14,0,0,120,14,0,0,122,14,0,0,122,14,0,0,124,14,0,0,126,14,0,0,126,14,0,0,128,14,0,0,130,14,0,0,130,14,0,0,130,14,0,0,132,14,0,0,134,14,0,0,136,14,0,0,136,14,0,0,136,14,0,0,138,14,0,0,138,14,0,0,138,14,0,0,142,14,0,0,142,14,0,0,142,14,0,0,148,14,0,0,152,14,0,0,152,14,0,0,152,14,0,0,152,14,0,0,152,14,0,0,156,14,0,0,156,14,0,0,156,14,0,0,158,14,0,0,160,14,0,0,160,14,0,0,162,14,0,0,162,14,0,0,164,14,0,0,164,14,0,0,164,14,0,0,166,14,0,0,166,14,0,0,166,14,0,0,168,14,0,0,168,14,0,0,168,14,0,0,168,14,0,0,170,14,0,0,170,14,0,0,172,14,0,0,172,14,0,0,172,14,0,0,174,14,0,0,178,14,0,0,180,14,0,0,180,14,0,0,180,14,0,0,180,14,0,0,180,14,0,0,182,14,0,0,182,14,0,0,182,14,0,0,184,14,0,0,184,14,0,0,184,14,0,0,188,14,0,0,190,14,0,0,192,14,0,0,192,14,0,0,196,14,0,0,198,14,0,0,200,14,0,0,200,14,0,0,200,14,0,0,200,14,0,0,200,14,0,0,200,14,0,0,202,14,0,0,204,14,0,0,204,14,0,0,206,14,0,0,210,14,0,0,210,14,0,0,212,14,0,0,214,14,0,0,216,14,0,0,216,14,0,0,216,14,0,0,216,14,0,0,216,14,0,0,218,14,0,0,218,14,0,0,220,14,0,0,220,14,0,0,222,14,0,0,224,14,0,0,228,14,0,0,228,14,0,0,230,14,0,0,232,14,0,0,234,14,0,0,234,14,0,0,236,14,0,0,236,14,0,0,238,14,0,0,240,14,0,0,244,14,0,0,244,14,0,0,244,14,0,0,244,14,0,0,244,14,0,0,244,14,0,0,244,14,0,0,246,14,0,0,246,14,0,0,248,14,0,0,248,14,0,0,248,14,0,0,248,14,0,0,248,14,0,0,248,14,0,0,248,14,0,0,248,14,0,0,248,14,0,0,248,14,0,0,250,14,0,0,252,14,0,0,252,14,0,0,254,14,0,0,254,14,0,0,0,15,0,0,0,15,0,0,4,15,0,0,6,15,0,0,6,15,0,0,8,15,0,0,8,15,0,0,8,15,0,0,8,15,0,0,8,15,0,0,8,15,0,0,12,15,0,0,12,15,0,0,12,15,0,0,12,15,0,0,14,15,0,0,14,15,0,0,14,15,0,0,14,15,0,0,16,15,0,0,16,15,0,0,16,15,0,0,16,15,0,0,18,15,0,0,18,15,0,0,18,15,0,0,18,15,0,0,18,15,0,0,18,15,0,0,20,15,0,0,20,15,0,0,20,15,0,0,24,15,0,0,24,15,0,0,24,15,0,0,24,15,0,0,26,15,0,0,26,15,0,0,26,15,0,0,26,15,0,0,28,15,0,0,28,15,0,0,28,15,0,0,28,15,0,0,28,15,0,0,30,15,0,0,30,15,0,0,30,15,0,0,30,15,0,0,32,15,0,0,32,15,0,0,36,15,0,0,38,15,0,0,38,15,0,0,40,15,0,0,40,15,0,0,40,15,0,0,40,15,0,0,42,15,0,0,42,15,0,0,42,15,0,0,46,15,0,0,46,15,0,0,46,15,0,0,48,15,0,0,48,15,0,0,52,15,0,0,52,15,0,0,54,15,0,0,54,15,0,0,54,15,0,0,56,15,0,0,60,15,0,0,62,15,0,0,62,15,0,0,64,15,0,0,66,15,0,0,68,15,0,0,70,15,0,0,70,15,0,0,70,15,0,0,74,15,0,0,76,15,0,0,76,15,0,0,76,15,0,0,78,15,0,0,78,15,0,0,78,15,0,0,78,15,0,0,80,15,0,0,80,15,0,0,80,15,0,0,80,15,0,0,80,15,0,0,82,15,0,0,84,15,0,0,84,15,0,0,84,15,0,0,86,15,0,0,88,15,0,0,90,15,0,0,90,15,0,0,92,15,0,0,94,15,0,0,96,15,0,0,96,15,0,0,96,15,0,0,98,15,0,0,100,15,0,0,100,15,0,0,104,15,0,0,104,15,0,0,106,15,0,0,106,15,0,0,108,15,0,0,108,15,0,0,110,15,0,0,110,15,0,0,112,15,0,0,114,15,0,0,114,15,0,0,114,15,0,0,114,15,0,0,114,15,0,0,114,15,0,0,116,15,0,0,118,15,0,0,120,15,0,0,120,15,0,0,120,15,0,0,120,15,0,0,122,15,0,0,126,15,0,0,126,15,0,0,126,15,0,0,128,15,0,0,132,15,0,0,132,15,0,0,132,15,0,0,134,15,0,0,136,15,0,0,138,15,0,0,138,15,0,0,138,15,0,0,138,15,0,0,140,15,0,0,140,15,0,0,142,15,0,0,142,15,0,0,142,15,0,0,142,15,0,0,142,15,0,0,144,15,0,0,148,15,0,0,148,15,0,0,148,15,0,0,150,15,0,0,150,15,0,0,150,15,0,0,154,15,0,0,154,15,0,0,154,15,0,0,154,15,0,0,154,15,0,0,154,15,0,0,154,15,0,0,154,15,0,0,154,15,0,0,154,15,0,0,154,15,0,0,156,15,0,0,158,15,0,0,158,15,0,0,164,15,0,0,164,15,0,0,164,15,0,0,164,15,0,0,164,15,0,0,164,15,0,0,166,15,0,0,172,15,0,0,176,15,0,0,176,15,0,0,176,15,0,0,178,15,0,0,178,15,0,0,178,15,0,0,182,15,0,0,184,15,0,0,186,15,0,0,186,15,0,0,186,15,0,0,186,15,0,0,186,15,0,0,186,15,0,0,186,15,0,0,186,15,0,0,186,15,0,0,188,15,0,0,190,15,0,0,190,15,0,0,190,15,0,0,190,15,0,0,190,15,0,0,190,15,0,0,190,15,0,0,192,15,0,0,192,15,0,0,192,15,0,0,194,15,0,0,198,15,0,0,198,15,0,0,202,15,0,0,204,15,0,0,206,15,0,0,208,15,0,0,208,15,0,0,210,15,0,0,214,15,0,0,214,15,0,0,222,15,0,0,226,15,0,0,230,15,0,0,230,15,0,0,230,15,0,0,230,15,0,0,230,15,0,0,230,15,0,0,230,15,0,0,232,15,0,0,232,15,0,0,232,15,0,0,234,15,0,0,234,15,0,0,238,15,0,0,238,15,0,0,240,15,0,0,240,15,0,0,244,15,0,0,248,15,0,0,248,15,0,0,252,15,0,0,252,15,0,0,254,15,0,0,2,16,0,0,2,16,0,0,4,16,0,0,4,16,0,0,6,16,0,0,8,16,0,0,10,16,0,0,10,16,0,0,10,16,0,0,10,16,0,0,10,16,0,0,10,16,0,0,10,16,0,0,12,16,0,0,12,16,0,0,12,16,0,0,14,16,0,0,16,16,0,0,16,16,0,0,20,16,0,0,20,16,0,0,20,16,0,0,20,16,0,0,20,16,0,0,22,16,0,0,24,16,0,0,24,16,0,0,24,16,0,0,24,16,0,0,24,16,0,0,24,16,0,0,26,16,0,0,26,16,0,0,26,16,0,0,28,16,0,0,28,16,0,0,30,16,0,0,30,16,0,0,30,16,0,0,32,16,0,0,32,16,0,0,34,16,0,0,34,16,0,0,34,16,0,0,34,16,0,0,34,16,0,0,34,16,0,0,34,16,0,0,34,16,0,0,34,16,0,0,36,16,0,0,36,16,0,0,36,16,0,0,38,16,0,0,38,16,0,0,38,16,0,0,38,16,0,0,40,16,0,0,44,16,0,0,44,16,0,0,46,16,0,0,46,16,0,0,50,16,0,0,50,16,0,0,50,16,0,0,50,16,0,0,54,16,0,0,54,16,0,0,56,16,0,0,56,16,0,0,56,16,0,0,56,16,0,0,56,16,0,0,62,16,0,0,64,16,0,0,64,16,0,0,64,16,0,0,64,16,0,0,68,16,0,0,70,16,0,0,74,16,0,0,76,16,0,0,76,16,0,0,76,16,0,0,76,16,0,0,76,16,0,0,76,16,0,0,76,16,0,0,76,16,0,0,76,16,0,0,78,16,0,0,82,16,0,0,82,16,0,0,84,16,0,0,84,16,0,0,86,16,0,0,86,16,0,0,86,16,0,0,86,16,0,0,88,16,0,0,90,16,0,0,90,16,0,0,90,16,0,0,90,16,0,0,90,16,0,0,90,16,0,0,92,16,0,0,92,16,0,0,92,16,0,0,92,16,0,0,92,16,0,0,92,16,0,0,94,16,0,0,96,16,0,0,96,16,0,0,96,16,0,0,96,16,0,0,96,16,0,0,96,16,0,0,98,16,0,0,100,16,0,0,100,16,0,0,100,16,0,0,100,16,0,0,102,16,0,0,106,16,0,0,106,16,0,0,108,16,0,0,112,16,0,0,112,16,0,0,114,16,0,0,114,16,0,0,114,16,0,0,116,16,0,0,116,16,0,0,116,16,0,0,124,16,0,0,128,16,0,0,128,16,0,0,130,16,0,0,130,16,0,0,130,16,0,0,130,16,0,0,130,16,0,0,136,16,0,0,136,16,0,0,136,16,0,0,136,16,0,0,136,16,0,0,136,16,0,0,136,16,0,0,140,16,0,0,142,16,0,0,144,16,0,0,146,16,0,0,146,16,0,0,148,16,0,0,152,16,0,0,154,16,0,0,154,16,0,0,156,16,0,0,160,16,0,0,162,16,0,0,164,16,0,0,166,16,0,0,166,16,0,0,166,16,0,0,168,16,0,0,168,16,0,0,170,16,0,0,170,16,0,0,172,16,0,0,174,16,0,0,176,16,0,0,180,16,0,0,182,16,0,0,182,16,0,0,182,16,0,0,184,16,0,0,184,16,0,0,186,16,0,0,186,16,0,0,188,16,0,0,190,16,0,0,190,16,0,0,190,16,0,0,190,16,0,0,190,16,0,0,190,16,0,0,190,16,0,0,192,16,0,0,192,16,0,0,192,16,0,0,194,16,0,0,194,16,0,0,196,16,0,0,196,16,0,0,202,16,0,0,202,16,0,0,202,16,0,0,202,16,0,0,204,16,0,0,204,16,0,0,204,16,0,0,206,16,0,0,206,16,0,0,206,16,0,0,208,16,0,0,208,16,0,0,210,16,0,0,210,16,0,0,214,16,0,0,214,16,0,0,214,16,0,0,214,16,0,0,214,16,0,0,216,16,0,0,216,16,0,0,216,16,0,0,218,16,0,0,222,16,0,0,222,16,0,0,222,16,0,0,222,16,0,0,224,16,0,0,224,16,0,0,226,16,0,0,226,16,0,0,226,16,0,0,226,16,0,0,230,16,0,0,232,16,0,0,232,16,0,0,234,16,0,0,234,16,0,0,234,16,0,0,234,16,0,0,234,16,0,0,236,16,0,0,236,16,0,0,240,16,0,0,242,16,0,0,242,16,0,0,244,16,0,0,244,16,0,0,246,16,0,0,246,16,0,0,246,16,0,0,246,16,0,0,246,16,0,0,246,16,0,0,246,16,0,0,246,16,0,0,246,16,0,0,246,16,0,0,246,16,0,0,250,16,0,0,250,16,0,0,252,16,0,0,254,16,0,0,254,16,0,0,254,16,0,0,0,17,0,0,0,17,0,0,2,17,0,0,2,17,0,0,2,17,0,0,2,17,0,0,2,17,0,0,4,17,0,0,4,17,0,0,4,17,0,0,4,17,0,0,4,17,0,0,4,17,0,0,6,17,0,0,6,17,0,0,10,17,0,0,10,17,0,0,10,17,0,0,10,17,0,0,10,17,0,0,10,17,0,0,10,17,0,0,10,17,0,0,10,17,0,0,10,17,0,0,10,17,0,0,12,17,0,0,14,17,0,0,14,17,0,0,14,17,0,0,14,17,0,0,16,17,0,0,16,17,0,0,16,17,0,0,20,17,0,0,22,17,0,0,22,17,0,0,22,17,0,0,24,17,0,0,24,17,0,0,26,17,0,0,26,17,0,0,26,17,0,0,26,17,0,0,28,17,0,0,30,17,0,0,30,17,0,0,30,17,0,0,32,17,0,0,32,17,0,0,34,17,0,0,34,17,0,0,36,17,0,0,36,17,0,0,36,17,0,0,36,17,0,0,36,17,0,0,36,17,0,0,36,17,0,0,36,17,0,0,36,17,0,0,36,17,0,0,38,17,0,0,42,17,0,0,42,17,0,0,42,17,0,0,42,17,0,0,42,17,0,0,42,17,0,0,44,17,0,0,44,17,0,0,44,17,0,0,46,17,0,0,48,17,0,0,52,17,0,0,52,17,0,0,52,17,0,0,54,17,0,0,56,17,0,0,60,17,0,0,60,17,0,0,62,17,0,0,62,17,0,0,62,17,0,0,64,17,0,0,64,17,0,0,64,17,0,0,66,17,0,0,68,17,0,0,68,17,0,0,68,17,0,0,70,17,0,0,70,17,0,0,72,17,0,0,74,17,0,0,76,17,0,0,80,17,0,0,82,17,0,0,84,17,0,0,84,17,0,0,86,17,0,0,86,17,0,0,90,17,0,0,92,17,0,0,92,17,0,0,92,17,0,0,94,17,0,0,94,17,0,0,100,17,0,0,100,17,0,0,100,17,0,0,100,17,0,0,104,17,0,0,106,17,0,0,106,17,0,0,106,17,0,0,106,17,0,0,106,17,0,0,108,17,0,0,108,17,0,0,110,17,0,0,114,17,0,0,116,17,0,0,118,17,0,0,120,17,0,0,120,17,0,0,120,17,0,0,124,17,0,0,124,17,0,0,124,17,0,0,126,17,0,0,130,17,0,0,130,17,0,0,130,17,0,0,130,17,0,0,130,17,0,0,132,17,0,0,132,17,0,0,132,17,0,0,132,17,0,0,132,17,0,0,132,17,0,0,132,17,0,0,132,17,0,0,132,17,0,0,138,17,0,0,142,17,0,0,146,17,0,0,146,17,0,0,148,17,0,0,148,17,0,0,148,17,0,0,150,17,0,0,150,17,0,0,150,17,0,0,154,17,0,0,156,17,0,0,160,17,0,0,160,17,0,0,160,17,0,0,162,17,0,0,164,17,0,0,164,17,0,0,164,17,0,0,164,17,0,0,166,17,0,0,166,17,0,0,166,17,0,0,166,17,0,0,168,17,0,0,168,17,0,0,170,17,0,0,170,17,0,0,170,17,0,0,170,17,0,0,170,17,0,0,172,17,0,0,174,17,0,0,178,17,0,0,178,17,0,0,180,17,0,0,180,17,0,0,182,17,0,0,184,17,0,0,184,17,0,0,184,17,0,0,184,17,0,0,186,17,0,0,186,17,0,0,188,17,0,0,188,17,0,0,188,17,0,0,188,17,0,0,188,17,0,0,188,17,0,0,190,17,0,0,194,17,0,0,200,17,0,0,200,17,0,0,200,17,0,0,200,17,0,0,202,17,0,0,206,17,0,0,206,17,0,0,210,17,0,0,210,17,0,0,212,17,0,0,216,17,0,0,216,17,0,0,218,17,0,0,218,17,0,0,220,17,0,0,222,17,0,0,222,17,0,0,222,17,0,0,224,17,0,0,224,17,0,0,224,17,0,0,224,17,0,0,224,17,0,0,228,17,0,0,228,17,0,0,230,17,0,0,232,17,0,0,234,17,0,0,234,17,0,0,234,17,0,0,234,17,0,0,234,17,0,0,234,17,0,0,234,17,0,0,234,17,0,0,236,17,0,0,236,17,0,0,236,17,0,0,240,17,0,0,242,17,0,0,244,17,0,0,244,17,0,0,244,17,0,0,244,17,0,0,246,17,0,0,246,17,0,0,246,17,0,0,246,17,0,0,246,17,0,0,248,17,0,0,248,17,0,0,248,17,0,0,250,17,0,0,252,17,0,0,254,17,0,0,2,18,0,0,4,18,0,0,6,18,0,0,6,18,0,0,10,18,0,0,12,18,0,0,14,18,0,0,14,18,0,0,14,18,0,0,14,18,0,0,16,18,0,0,16,18,0,0,16,18,0,0,18,18,0,0,18,18,0,0,18,18,0,0,20,18,0,0,20,18,0,0,20,18,0,0,24,18,0,0,24,18,0,0,24,18,0,0,24,18,0,0,24,18,0,0,26,18,0,0,28,18,0,0,34,18,0,0,34,18,0,0,34,18,0,0,34,18,0,0,34,18,0,0,34,18,0,0,34,18,0,0,34,18,0,0,36,18,0,0,36,18,0,0,36,18,0,0,40,18,0,0,40,18,0,0,40,18,0,0,40,18,0,0,42,18,0,0,44,18,0,0,46,18,0,0,48,18,0,0,48,18,0,0,50,18,0,0,52,18,0,0,54,18,0,0,54,18,0,0,54,18,0,0,54,18,0,0,58,18,0,0,58,18,0,0,60,18,0,0,60,18,0,0,60,18,0,0,60,18,0,0,60,18,0,0,60,18,0,0,60,18,0,0,62,18,0,0,64,18,0,0,64,18,0,0,64,18,0,0,66,18,0,0,66,18,0,0,66,18,0,0,68,18,0,0,70,18,0,0,70,18,0,0,70,18,0,0,72,18,0,0,72,18,0,0,72,18,0,0,72,18,0,0,72,18,0,0,72,18,0,0,74,18,0,0,76,18,0,0,80,18,0,0,80,18,0,0,80,18,0,0,80,18,0,0,80,18,0,0,80,18,0,0,80,18,0,0,80,18,0,0,80,18,0,0,80,18,0,0,82,18,0,0,84,18,0,0,84,18,0,0,84,18,0,0,84,18,0,0,84,18,0,0,88,18,0,0,90,18,0,0,92,18,0,0,92,18,0,0,92,18,0,0,92,18,0,0,92,18,0,0,92,18,0,0,94,18,0,0,94,18,0,0,94,18,0,0,96,18,0,0,96,18,0,0,96,18,0,0,98,18,0,0,100,18,0,0,100,18,0,0,100,18,0,0,100,18,0,0,100,18,0,0,102,18,0,0,102,18,0,0,102,18,0,0,102,18,0,0,102,18,0,0,106,18,0,0,108,18,0,0,108,18,0,0,108,18,0,0,110,18,0,0,110,18,0,0,110,18,0,0,110,18,0,0,112,18,0,0,114,18,0,0,114,18,0,0,114,18,0,0,116,18,0,0,116,18,0,0,118,18,0,0,118,18,0,0,122,18,0,0,124,18,0,0,124,18,0,0,124,18,0,0,124,18,0,0,126,18,0,0,126,18,0,0,128,18,0,0,132,18,0,0,134,18,0,0,138,18,0,0,140,18,0,0,140,18,0,0,140,18,0,0,142,18,0,0,144,18,0,0,144,18,0,0,146,18,0,0,148,18,0,0,150,18,0,0,152,18,0,0,152,18,0,0,154,18,0,0,156,18,0,0,156,18,0,0,156,18,0,0,156,18,0,0,156,18,0,0,156,18,0,0,156,18,0,0,158,18,0,0,160,18,0,0,160,18,0,0,160,18,0,0,162,18,0,0,164,18,0,0,166,18,0,0,166,18,0,0,174,18,0,0,176,18,0,0,176,18,0,0,184,18,0,0,184,18,0,0,184,18,0,0,184,18,0,0,190,18,0,0,190,18,0,0,194,18,0,0,198,18,0,0,200,18,0,0,200,18,0,0,200,18,0,0,204,18,0,0,204,18,0,0,204,18,0,0,208,18,0,0,208,18,0,0,208,18,0,0,208,18,0,0,208,18,0,0,208,18,0,0,208,18,0,0,210,18,0,0,210,18,0,0,210,18,0,0,212,18,0,0,214,18,0,0,214,18,0,0,216,18,0,0,218,18,0,0,218,18,0,0,220,18,0,0,224,18,0,0,224,18,0,0,224,18,0,0,224,18,0,0,224,18,0,0,226,18,0,0,230,18,0,0,230,18,0,0,230,18,0,0,230,18,0,0,230,18,0,0,230,18,0,0,236,18,0,0,236,18,0,0,236,18,0,0,236,18,0,0,238,18,0,0,238,18,0,0,238,18,0,0,240,18,0,0,240,18,0,0,240,18,0,0,240,18,0,0,240,18,0,0,240,18,0,0,240,18,0,0,240,18,0,0,244,18,0,0,246,18,0,0,252,18,0,0,252,18,0,0,252,18,0,0,254,18,0,0,0,19,0,0,0,19,0,0,0,19,0,0,2,19,0,0,4,19,0,0,8,19,0,0,10,19,0,0,10,19,0,0,12,19,0,0,12,19,0,0,12,19,0,0,16,19,0,0,18,19,0,0,20,19,0,0,20,19,0,0,22,19,0,0,22,19,0,0,22,19,0,0,24,19,0,0,26,19,0,0,26,19,0,0,28,19,0,0,30,19,0,0,30,19,0,0,32,19,0,0,32,19,0,0,32,19,0,0,32,19,0,0,34,19,0,0,34,19,0,0,34,19,0,0,34,19,0,0,34,19,0,0,36,19,0,0,38,19,0,0,42,19,0,0,42,19,0,0,42,19,0,0,42,19,0,0,42,19,0,0,44,19,0,0,44,19,0,0,46,19,0,0,50,19,0,0,50,19,0,0,52,19,0,0,56,19,0,0,58,19,0,0,60,19,0,0,60,19,0,0,60,19,0,0,62,19,0,0,62,19,0,0,62,19,0,0,64,19,0,0,64,19,0,0,64,19,0,0,68,19,0,0,70,19,0,0,72,19,0,0,72,19,0,0,72,19,0,0,72,19,0,0,76,19,0,0,80,19,0,0,80,19,0,0,80,19,0,0,82,19,0,0,82,19,0,0,82,19,0,0,82,19,0,0,84,19,0,0,84,19,0,0,86,19,0,0,86,19,0,0,88,19,0,0,88,19,0,0,88,19,0,0,88,19,0,0,88,19,0,0,88,19,0,0,88,19,0,0,88,19,0,0,90,19,0,0,94,19,0,0,94,19,0,0,94,19,0,0,96,19,0,0,98,19,0,0,100,19,0,0,100,19,0,0,100,19,0,0,100,19,0,0,104,19,0,0,106,19,0,0,106,19,0,0,108,19,0,0,110,19,0,0,116,19,0,0,116,19,0,0,118,19,0,0,120,19,0,0,124,19,0,0,124,19,0,0,126,19,0,0,126,19,0,0,126,19,0,0,126,19,0,0,126,19,0,0,126,19,0,0,126,19,0,0,130,19,0,0,132,19,0,0,132,19,0,0,132,19,0,0,132,19,0,0,132,19,0,0,132,19,0,0,134,19,0,0,134,19,0,0,134,19,0,0,134,19,0,0,134,19,0,0,134,19,0,0,134,19,0,0,134,19,0,0,134,19,0,0,134,19,0,0,134,19,0,0,134,19,0,0,134,19,0,0,136,19,0,0,136,19,0,0,138,19,0,0,146,19,0,0,146,19,0,0,152,19,0,0,152,19,0,0,152,19,0,0,152,19,0,0,154,19,0,0,154,19,0,0,154,19,0,0,154,19,0,0,154,19,0,0,154,19,0,0,156,19,0,0,158,19,0,0,158,19,0,0,162,19,0,0,162,19,0,0,162,19,0,0,162,19,0,0,164,19,0,0,164,19,0,0,164,19,0,0,164,19,0,0,164,19,0,0,166,19,0,0,168,19,0,0,168,19,0,0,170,19,0,0,170,19,0,0,174,19,0,0,174,19,0,0,174,19,0,0,174,19,0,0,178,19,0,0,180,19,0,0,180,19,0,0,180,19,0,0,180,19,0,0,182,19,0,0,182,19,0,0,182,19,0,0,182,19,0,0,182,19,0,0,182,19,0,0,184,19,0,0,188,19,0,0,194,19,0,0,194,19,0,0,194,19,0,0,194,19,0,0,194,19,0,0,196,19,0,0,196,19,0,0,196,19,0,0,196,19,0,0,200,19,0,0,200,19,0,0,200,19,0,0,200,19,0,0,200,19,0,0,200,19,0,0,200,19,0,0,200,19,0,0,204,19,0,0,206,19,0,0,206,19,0,0,206,19,0,0,206,19,0,0,208,19,0,0,210,19,0,0,212,19,0,0,212,19,0,0,214,19,0,0,214,19,0,0,218,19,0,0,218,19,0,0,220,19,0,0,222,19,0,0,226,19,0,0,226,19,0,0,226,19,0,0,226,19,0,0,226,19,0,0,226,19,0,0,228,19,0,0,230,19,0,0,230,19,0,0,230,19,0,0,230,19,0,0,230,19,0,0,230,19,0,0,230,19,0,0,232,19,0,0,232,19,0,0,232,19,0,0,234,19,0,0,234,19,0,0,236,19,0,0,236,19,0,0,242,19,0,0,242,19,0,0,242,19,0,0,242,19,0,0,242,19,0,0,242,19,0,0,246,19,0,0,250,19,0,0,252,19,0,0,252,19,0,0,252,19,0,0,254,19,0,0,254,19,0,0,0,20,0,0,2,20,0,0,4,20,0,0,4,20,0,0,8,20,0,0,8,20,0,0,8,20,0,0,10,20,0,0,10,20,0,0,10,20,0,0,12,20,0,0,16,20,0,0,18,20,0,0,18,20,0,0,20,20,0,0,20,20,0,0,22,20,0,0,22,20,0,0,22,20,0,0,22,20,0,0,22,20,0,0,24,20,0,0,24,20,0,0,26,20,0,0,26,20,0,0,26,20,0,0,26,20,0,0,26,20,0,0,26,20,0,0,26,20,0,0,26,20,0,0,26,20,0,0,26,20,0,0,28,20,0,0,30,20,0,0,32,20,0,0,32,20,0,0,34,20,0,0,36,20,0,0,36,20,0,0,36,20,0,0,40,20,0,0,40,20,0,0,42,20,0,0,42,20,0,0,44,20,0,0,44,20,0,0,46,20,0,0,46,20,0,0,50,20,0,0,50,20,0,0,50,20,0,0,50,20,0,0,54,20,0,0,54,20,0,0,56,20,0,0,58,20,0,0,58,20,0,0,58,20,0,0,58,20,0,0,58,20,0,0,60,20,0,0,60,20,0,0,62,20,0,0,64,20,0,0,66,20,0,0,68,20,0,0,70,20,0,0,70,20,0,0,72,20,0,0,72,20,0,0,72,20,0,0,72,20,0,0,72,20,0,0,72,20,0,0,74,20,0,0,76,20,0,0,76,20,0,0,78,20,0,0,80,20,0,0,82,20,0,0,82,20,0,0,82,20,0,0,82,20,0,0,86,20,0,0,88,20,0,0,88,20,0,0,90,20,0,0,90,20,0,0,94,20,0,0,96,20,0,0,96,20,0,0,96,20,0,0,96,20,0,0,104,20,0,0,106,20,0,0,106,20,0,0,106,20,0,0,106,20,0,0,106,20,0,0,106,20,0,0,106,20,0,0,106,20,0,0,106,20,0,0,106,20,0,0,108,20,0,0,110,20,0,0,112,20,0,0,112,20,0,0,112,20,0,0,112,20,0,0,112,20,0,0,114,20,0,0,114,20,0,0,116,20,0,0,116,20,0,0,118,20,0,0,120,20,0,0,124,20,0,0,124,20,0,0,126,20,0,0,128,20,0,0,130,20,0,0,130,20,0,0,130,20,0,0,130,20,0,0,132,20,0,0,136,20,0,0,136,20,0,0,138,20,0,0,138,20,0,0,138,20,0,0,138,20,0,0,140,20,0,0,140,20,0,0,142,20,0,0,142,20,0,0,142,20,0,0,144,20,0,0,148,20,0,0,148,20,0,0,148,20,0,0,148,20,0,0,148,20,0,0,148,20,0,0,148,20,0,0,148,20,0,0,148,20,0,0,148,20,0,0,148,20,0,0,148,20,0,0,150,20,0,0,150,20,0,0,150,20,0,0,152,20,0,0,152,20,0,0,154,20,0,0,154,20,0,0,154,20,0,0,154,20,0,0,156,20,0,0,156,20,0,0,156,20,0,0,158,20,0,0,158,20,0,0,160,20,0,0,162,20,0,0,162,20,0,0,162,20,0,0,164,20,0,0,166,20,0,0,166,20,0,0,166,20,0,0,168,20,0,0,168,20,0,0,168,20,0,0,170,20,0,0,170,20,0,0,170,20,0,0,170,20,0,0,172,20,0,0,174,20,0,0,176,20,0,0,178,20,0,0,178,20,0,0,178,20,0,0,178,20,0,0,178,20,0,0,178,20,0,0,178,20,0,0,178,20,0,0,182,20,0,0,182,20,0,0,182,20,0,0,184,20,0,0,184,20,0,0,184,20,0,0,186,20,0,0,188,20,0,0,188,20,0,0,188,20,0,0,190,20,0,0,190,20,0,0,192,20,0,0,196,20,0,0,196,20,0,0,198,20,0,0,200,20,0,0,202,20,0,0,204,20,0,0,206,20,0,0,206,20,0,0,206,20,0,0,210,20,0,0,212,20,0,0,212,20,0,0,216,20,0,0,216,20,0,0,220,20,0,0,222,20,0,0,222,20,0,0,224,20,0,0,226,20,0,0,226,20,0,0,228,20,0,0,230,20,0,0,230,20,0,0,232,20,0,0,232,20,0,0,232,20,0,0,234,20,0,0,236,20,0,0,236,20,0,0,236,20,0,0,244,20,0,0,246,20,0,0,250,20,0,0,250,20,0,0,250,20,0,0,252,20,0,0,0,21,0,0,0,21,0,0,4,21,0,0,4,21,0,0,8,21,0,0,10,21,0,0,10,21,0,0,10,21,0,0,12,21,0,0,14,21,0,0,14,21,0,0,14,21,0,0,14,21,0,0,14,21,0,0,14,21,0,0,16,21,0,0,18,21,0,0,20,21,0,0,22,21,0,0,24,21,0,0,24,21,0,0,24,21,0,0,24,21,0,0,26,21,0,0,26,21,0,0,26,21,0,0,26,21,0,0,26,21,0,0,26,21,0,0,28,21,0,0,30,21,0,0,32,21,0,0,34,21,0,0,38,21,0,0,42,21,0,0,44,21,0,0,44,21,0,0,46,21,0,0,46,21,0,0,48,21,0,0,48,21,0,0,50,21,0,0,50,21,0,0,54,21,0,0,54,21,0,0,54,21,0,0,54,21,0,0,54,21,0,0,54,21,0,0,54,21,0,0,54,21,0,0,60,21,0,0,60,21,0,0,62,21,0,0,62,21,0,0,62,21,0,0,66,21,0,0,66,21,0,0,66,21,0,0,66,21,0,0,66,21,0,0,70,21,0,0,70,21,0,0,72,21,0,0,72,21,0,0,72,21,0,0,74,21,0,0,76,21,0,0,76,21,0,0,76,21,0,0,80,21,0,0,80,21,0,0,80,21,0,0,80,21,0,0,84,21,0,0,84,21,0,0,84,21,0,0,88,21,0,0,88,21,0,0,88,21,0,0,90,21,0,0,92,21,0,0,92,21,0,0,92,21,0,0,92,21,0,0,96,21,0,0,96,21,0,0,96,21,0,0,98,21,0,0,98,21,0,0,98,21,0,0,98,21,0,0,100,21,0,0,104,21,0,0,104,21,0,0,106,21,0,0,108,21,0,0,110,21,0,0,114,21,0,0,116,21,0,0,116,21,0,0,116,21,0,0,118,21,0,0,118,21,0,0,120,21,0,0,120,21,0,0,120,21,0,0,120,21,0,0,120,21,0,0,122,21,0,0,122,21,0,0,122,21,0,0,122,21,0,0,124,21,0,0,124,21,0,0,126,21,0,0,130,21,0,0,132,21,0,0,132,21,0,0,132,21,0,0,132,21,0,0,132,21,0,0,132,21,0,0,136,21,0,0,136,21,0,0,136,21,0,0,136,21,0,0,136,21,0,0,136,21,0,0,136,21,0,0,136,21,0,0,136,21,0,0,136,21,0,0,136,21,0,0,136,21,0,0,136,21,0,0,136,21,0,0,136,21,0,0,136,21,0,0,136,21,0,0,136,21,0,0,138,21,0,0,140,21,0,0,142,21,0,0,142,21,0,0,142,21,0,0,142,21,0,0,142,21,0,0,142,21,0,0,142,21,0,0,142,21,0,0,142,21,0,0,142,21,0,0,144,21,0,0,146,21,0,0,148,21,0,0,152,21,0,0,154,21,0,0,158,21,0,0,160,21,0,0,160,21,0,0,160,21,0,0,160,21,0,0,160,21,0,0,162,21,0,0,164,21,0,0,166,21,0,0,166,21,0,0,170,21,0,0,170,21,0,0,174,21,0,0,174,21,0,0,176,21,0,0,176,21,0,0,176,21,0,0,176,21,0,0,178,21,0,0,180,21,0,0,180,21,0,0,180,21,0,0,182,21,0,0,186,21,0,0,188,21,0,0,188,21,0,0,188,21,0,0,188,21,0,0,188,21,0,0,188,21,0,0,188,21,0,0,188,21,0,0,188,21,0,0,190,21,0,0,190,21,0,0,192,21,0,0,192,21,0,0,196,21,0,0,196,21,0,0,198,21,0,0,200,21,0,0,202,21,0,0,204,21,0,0,204,21,0,0,204,21,0,0,204,21,0,0,208,21,0,0,210,21,0,0,210,21,0,0,212,21,0,0,214,21,0,0,216,21,0,0,216,21,0,0,216,21,0,0,216,21,0,0,216,21,0,0,216,21,0,0,216,21,0,0,216,21,0,0,216,21,0,0,216,21,0,0,216,21,0,0,216,21,0,0,218,21,0,0,218,21,0,0,218,21,0,0,218,21,0,0,218,21,0,0,218,21,0,0,218,21,0,0,218,21,0,0,218,21,0,0,220,21,0,0,220,21,0,0,220,21,0,0,222,21,0,0,222,21,0,0,224,21,0,0,228,21,0,0,230,21,0,0,232,21,0,0,234,21,0,0,234,21,0,0,234,21,0,0,234,21,0,0,234,21,0,0,234,21,0,0,234,21,0,0,234,21,0,0,236,21,0,0,236,21,0,0,236,21,0,0,236,21,0,0,236,21,0,0,236,21,0,0,236,21,0,0,240,21,0,0,240,21,0,0,240,21,0,0,242,21,0,0,244,21,0,0,244,21,0,0,244,21,0,0,246,21,0,0,248,21,0,0,248,21,0,0,248,21,0,0,254,21,0,0,254,21,0,0,254,21,0,0,0,22,0,0,0,22,0,0,0,22,0,0,0,22,0,0,0,22,0,0,2,22,0,0,2,22,0,0,2,22,0,0,2,22,0,0,2,22,0,0,2,22,0,0,6,22,0,0,8,22,0,0,8,22,0,0,10,22,0,0,12,22,0,0,14,22,0,0,14,22,0,0,14,22,0,0,14,22,0,0,16,22,0,0,16,22,0,0,16,22,0,0,18,22,0,0,18,22,0,0,20,22,0,0,20,22,0,0,20,22,0,0,20,22,0,0,22,22,0,0,22,22,0,0,22,22,0,0,24,22,0,0,26,22,0,0,28,22,0,0,28,22,0,0,28,22,0,0,30,22,0,0,30,22,0,0,32,22,0,0,32,22,0,0,32,22,0,0,34,22,0,0,36,22,0,0,38,22,0,0,38,22,0,0,38,22,0,0,44,22,0,0,44,22,0,0,44,22,0,0,46,22,0,0,46,22,0,0,46,22,0,0,50,22,0,0,52,22,0,0,52,22,0,0,52,22,0,0,52,22,0,0,52,22,0,0,52,22,0,0,52,22,0,0,54,22,0,0,54,22,0,0,54,22,0,0,62,22,0,0,64,22,0,0,64,22,0,0,64,22,0,0,64,22,0,0,64,22,0,0,64,22,0,0,64,22,0,0,66,22,0,0,66,22,0,0,66,22,0,0,66,22,0,0,66,22,0,0,66,22,0,0,66,22,0,0,70,22,0,0,70,22,0,0,70,22,0,0,70,22,0,0,72,22,0,0,74,22,0,0,74,22,0,0,74,22,0,0,78,22,0,0,78,22,0,0,78,22,0,0,80,22,0,0,80,22,0,0,80,22,0,0,80,22,0,0,82,22,0,0,84,22,0,0,84,22,0,0,84,22,0,0,84,22,0,0,86,22,0,0,88,22,0,0,88,22,0,0,88,22,0,0,90,22,0,0,92,22,0,0,94,22,0,0,94,22,0,0,94,22,0,0,94,22,0,0,98,22,0,0,102,22,0,0,102,22,0,0,102,22,0,0,102,22,0,0,102,22,0,0,102,22,0,0,102,22,0,0,102,22,0,0,102,22,0,0,104,22,0,0,104,22,0,0,106,22,0,0,110,22,0,0,112,22,0,0,112,22,0,0,112,22,0,0,114,22,0,0,114,22,0,0,114,22,0,0,114,22,0,0,114,22,0,0,114,22,0,0,114,22,0,0,116,22,0,0,116,22,0,0,116,22,0,0,120,22,0,0,120,22,0,0,120,22,0,0,120,22,0,0,120,22,0,0,120,22,0,0,120,22,0,0,120,22,0,0,122,22,0,0,126,22,0,0,126,22,0,0,128,22,0,0,128,22,0,0,130,22,0,0,130,22,0,0,130,22,0,0,130,22,0,0,130,22,0,0,130,22,0,0,130,22,0,0,132,22,0,0,134,22,0,0,136,22,0,0,136,22,0,0,136,22,0,0,136,22,0,0,136,22,0,0,138,22,0,0,138,22,0,0,140,22,0,0,142,22,0,0,142,22,0,0,142,22,0,0,142,22,0,0,144,22,0,0,144,22,0,0,144,22,0,0,144,22,0,0,146,22,0,0,148,22,0,0,150,22,0,0,152,22,0,0,152,22,0,0,154,22,0,0,158,22,0,0,158,22,0,0,160,22,0,0,160,22,0,0,162,22,0,0,166,22,0,0,166,22,0,0,166,22,0,0,166,22,0,0,168,22,0,0,172,22,0,0,174,22,0,0,174,22,0,0,174,22,0,0,174,22,0,0,176,22,0,0,178,22,0,0,180,22,0,0,180,22,0,0,180,22,0,0,182,22,0,0,182,22,0,0,182,22,0,0,186,22,0,0,186,22,0,0,186,22,0,0,188,22,0,0,190,22,0,0,190,22,0,0,194,22,0,0,194,22,0,0,194,22,0,0,194,22,0,0,194,22,0,0,196,22,0,0,198,22,0,0,198,22,0,0,200,22,0,0,200,22,0,0,202,22,0,0,202,22,0,0,202,22,0,0,204,22,0,0,206,22,0,0,210,22,0,0,210,22,0,0,210,22,0,0,210,22,0,0,210,22,0,0,212,22,0,0,212,22,0,0,214,22,0,0,218,22,0,0,218,22,0,0,218,22,0,0,222,22,0,0,222,22,0,0,224,22,0,0,224,22,0,0,224,22,0,0,224,22,0,0,226,22,0,0,230,22,0,0,230,22,0,0,232,22,0,0,234,22,0,0,236,22,0,0,238,22,0,0,238,22,0,0,238,22,0,0,238,22,0,0,240,22,0,0,240,22,0,0,242,22,0,0,244,22,0,0,246,22,0,0,246,22,0,0,246,22,0,0,248,22,0,0,248,22,0,0,252,22,0,0,252,22,0,0,252,22,0,0,0,23,0,0,0,23,0,0,0,23,0,0,0,23,0,0,8,23,0,0,8,23,0,0,8,23,0,0,8,23,0,0,12,23,0,0,16,23,0,0,18,23,0,0,18,23,0,0,20,23,0,0,20,23,0,0,24,23,0,0,24,23,0,0,26,23,0,0,26,23,0,0,32,23,0,0,34,23,0,0,34,23,0,0,34,23,0,0,36,23,0,0,36,23,0,0,36,23,0,0,36,23,0,0,38,23,0,0,38,23,0,0,38,23,0,0,38,23,0,0,38,23,0,0,40,23,0,0,42,23,0,0,42,23,0,0,42,23,0,0,42,23,0,0,42,23,0,0,44,23,0,0,44,23,0,0,44,23,0,0,44,23,0,0,44,23,0,0,44,23,0,0,46,23,0,0,48,23,0,0,50,23,0,0,50,23,0,0,50,23,0,0,50,23,0,0,50,23,0,0,54,23,0,0,58,23,0,0,58,23,0,0,58,23,0,0,60,23,0,0,60,23,0,0,62,23,0,0,62,23,0,0,62,23,0,0,62,23,0,0,64,23,0,0,64,23,0,0,66,23,0,0,66,23,0,0,68,23,0,0,70,23,0,0,72,23,0,0,74,23,0,0,74,23,0,0,74,23,0,0,74,23,0,0,76,23,0,0,76,23,0,0,76,23,0,0,80,23,0,0,80,23,0,0,80,23,0,0,82,23,0,0,82,23,0,0,82,23,0,0,82,23,0,0,82,23,0,0,82,23,0,0,84,23,0,0,86,23,0,0,86,23,0,0,86,23,0,0,86,23,0,0,88,23,0,0,88,23,0,0,90,23,0,0,90,23,0,0,90,23,0,0,90,23,0,0,92,23,0,0,96,23,0,0,96,23,0,0,96,23,0,0,96,23,0,0,98,23,0,0,100,23,0,0,100,23,0,0,102,23,0,0,102,23,0,0,102,23,0,0,102,23,0,0,104,23,0,0,104,23,0,0,106,23,0,0,108,23,0,0,110,23,0,0,114,23,0,0,118,23,0,0,120,23,0,0,122,23,0,0,122,23,0,0,122,23,0,0,124,23,0,0,124,23,0,0,126,23,0,0,126,23,0,0,130,23,0,0,130,23,0,0,132,23,0,0,132,23,0,0,132,23,0,0,136,23,0,0,136,23,0,0,136,23,0,0,140,23,0,0,140,23,0,0,142,23,0,0,144,23,0,0,144,23,0,0,144,23,0,0,144,23,0,0,144,23,0,0,144,23,0,0,144,23,0,0,148,23,0,0,150,23,0,0,150,23,0,0,150,23,0,0,152,23,0,0,152,23,0,0,152,23,0,0,152,23,0,0,152,23,0,0,156,23,0,0,156,23,0,0,156,23,0,0,156,23,0,0,158,23,0,0,160,23,0,0,160,23,0,0,160,23,0,0,162,23,0,0,162,23,0,0,162,23,0,0,162,23,0,0,166,23,0,0,168,23,0,0,170,23,0,0,170,23,0,0,176,23,0,0,178,23,0,0,178,23,0,0,180,23,0,0,182,23,0,0,186,23,0,0,186,23,0,0,186,23,0,0,186,23,0,0,188,23,0,0,188,23,0,0,190,23,0,0,190,23,0,0,190,23,0,0,194,23,0,0,194,23,0,0,194,23,0,0,198,23,0,0,198,23,0,0,198,23,0,0,198,23,0,0,198,23,0,0,200,23,0,0,200,23,0,0,202,23,0,0,204,23,0,0,206,23,0,0,206,23,0,0,206,23,0,0,206,23,0,0,206,23,0,0,208,23,0,0,208,23,0,0,212,23,0,0,214,23,0,0,214,23,0,0,214,23,0,0,216,23,0,0,216,23,0,0,218,23,0,0,218,23,0,0,220,23,0,0,220,23,0,0,220,23,0,0,222,23,0,0,222,23,0,0,228,23,0,0,230,23,0,0,230,23,0,0,234,23,0,0,240,23,0,0,240,23,0,0,244,23,0,0,244,23,0,0,244,23,0,0,246,23,0,0,248,23,0,0,248,23,0,0,248,23,0,0,248,23,0,0,248,23,0,0,250,23,0,0,252,23,0,0,254,23,0,0,254,23,0,0,254,23,0,0,254,23,0,0,0,24,0,0,0,24,0,0,4,24,0,0,6,24,0,0,8,24,0,0,8,24,0,0,8,24,0,0,10,24,0,0,12,24,0,0,18,24,0,0,20,24,0,0,20,24,0,0,24,24,0,0,24,24,0,0,24,24,0,0,24,24,0,0,24,24,0,0,26,24,0,0,26,24,0,0,26,24,0,0,26,24,0,0,28,24,0,0,28,24,0,0,30,24,0,0,30,24,0,0,30,24,0,0,30,24,0,0,34,24,0,0,34,24,0,0,34,24,0,0,34,24,0,0,34,24,0,0,34,24,0,0,34,24,0,0,34,24,0,0,34,24,0,0,34,24,0,0,36,24,0,0,36,24,0,0,38,24,0,0,38,24,0,0,40,24,0,0,42,24,0,0,42,24,0,0,42,24,0,0,42,24,0,0,44,24,0,0,46,24,0,0,50,24,0,0,52,24,0,0,52,24,0,0,54,24,0,0,56,24,0,0,56,24,0,0,58,24,0,0,58,24,0,0,60,24,0,0,60,24,0,0,64,24,0,0,64,24,0,0,66,24,0,0,66,24,0,0,68,24,0,0,70,24,0,0,70,24,0,0,70,24,0,0,70,24,0,0,70,24,0,0,70,24,0,0,70,24,0,0,70,24,0,0,70,24,0,0,70,24,0,0,70,24,0,0,72,24,0,0,72,24,0,0,72,24,0,0,72,24,0,0,74,24,0,0,74,24,0,0,74,24,0,0,74,24,0,0,74,24,0,0,74,24,0,0,74,24,0,0,76,24,0,0,76,24,0,0,76,24,0,0,76,24,0,0,76,24,0,0,80,24,0,0,80,24,0,0,80,24,0,0,80,24,0,0,80,24,0,0,80,24,0,0,82,24,0,0,82,24,0,0,82,24,0,0,86,24,0,0,86,24,0,0,86,24,0,0,86,24,0,0,86,24,0,0,86,24,0,0,88,24,0,0,88,24,0,0,88,24,0,0,88,24,0,0,88,24,0,0,88,24,0,0,92,24,0,0,94,24,0,0,96,24,0,0,108,24,0,0,108,24,0,0,110,24,0,0,112,24,0,0,112,24,0,0,112,24,0,0,112,24,0,0,112,24,0,0,114,24,0,0,114,24,0,0,114,24,0,0,114,24,0,0,116,24,0,0,116,24,0,0,116,24,0,0,116,24,0,0,118,24,0,0,118,24,0,0,118,24,0,0,120,24,0,0,122,24,0,0,122,24,0,0,122,24,0,0,126,24,0,0,126,24,0,0,126,24,0,0,126,24,0,0,130,24,0,0,130,24,0,0,134,24,0,0,134,24,0,0,134,24,0,0,134,24,0,0,136,24,0,0,136,24,0,0,136,24,0,0,136,24,0,0,136,24,0,0,136,24,0,0,136,24,0,0,136,24,0,0,136,24,0,0,138,24,0,0,138,24,0,0,138,24,0,0,138,24,0,0,138,24,0,0,138,24,0,0,138,24,0,0,138,24,0,0,138,24,0,0,138,24,0,0,138,24,0,0,138,24,0,0,140,24,0,0,140,24,0,0,140,24,0,0,140,24,0,0,140,24,0,0,140,24,0,0,144,24,0,0,146,24,0,0,146,24,0,0,146,24,0,0,148,24,0,0,148,24,0,0,148,24,0,0,148,24,0,0,148,24,0,0,150,24,0,0,150,24,0,0,150,24,0,0,150,24,0,0,150,24,0,0,150,24,0,0,150,24,0,0,150,24,0,0,152,24,0,0,152,24,0,0,152,24,0,0,152,24,0,0,152,24,0,0,156,24,0,0,156,24,0,0,156,24,0,0,156,24,0,0,158,24,0,0,158,24,0,0,158,24,0,0,158,24,0,0,158,24,0,0,160,24,0,0,162,24,0,0,162,24,0,0,162,24,0,0,162,24,0,0,164,24,0,0,166,24,0,0,166,24,0,0,166,24,0,0,166,24,0,0,172,24,0,0,176,24,0,0,178,24,0,0,180,24,0,0,180,24,0,0,182,24,0,0,184,24,0,0,186,24,0,0,188,24,0,0,194,24,0,0,196,24,0,0,196,24,0,0,198,24,0,0,198,24,0,0,198,24,0,0,198,24,0,0,198,24,0,0,206,24,0,0,208,24,0,0,214,24,0,0,214,24,0,0,216,24,0,0,216,24,0,0,218,24,0,0,218,24,0,0,220,24,0,0,220,24,0,0,222,24,0,0,224,24,0,0,224,24,0,0,224,24,0,0,224,24,0,0,224,24,0,0,226,24,0,0,226,24,0,0,226,24,0,0,228,24,0,0,232,24,0,0,232,24,0,0,234,24,0,0,234,24,0,0,234,24,0,0,234,24,0,0,234,24,0,0,234,24,0,0,234,24,0,0,234,24,0,0,236,24,0,0,236,24,0,0,236,24,0,0,236,24,0,0,236,24,0,0,238,24,0,0,240,24,0,0,240,24,0,0,242,24,0,0,244,24,0,0,244,24,0,0,244,24,0,0,244,24,0,0,248,24,0,0,248,24,0,0,252,24,0,0,254,24,0,0,254,24,0,0,0,25,0,0,0,25,0,0,2,25,0,0,2,25,0,0,2,25,0,0,8,25,0,0,8,25,0,0,8,25,0,0,10,25,0,0,10,25,0,0,12,25,0,0,12,25,0,0,12,25,0,0,12,25,0,0,12,25,0,0,12,25,0,0,12,25,0,0,14,25,0,0,14,25,0,0,14,25,0,0,14,25,0,0,14,25,0,0,16,25,0,0,16,25,0,0,16,25,0,0,16,25,0,0,18,25,0,0,20,25,0,0,20,25,0,0,20,25,0,0,20,25,0,0,22,25,0,0,22,25,0,0,22,25,0,0,22,25,0,0,22,25,0,0,24,25,0,0,26,25,0,0,28,25,0,0,28,25,0,0,28,25,0,0,28,25,0,0,32,25,0,0,32,25,0,0,32,25,0,0,34,25,0,0,34,25,0,0,34,25,0,0,36,25,0,0,38,25,0,0,38,25,0,0,38,25,0,0,40,25,0,0,40,25,0,0,42,25,0,0,42,25,0,0,42,25,0,0,42,25,0,0,42,25,0,0,42,25,0,0,42,25,0,0,42,25,0,0,44,25,0,0,46,25,0,0,48,25,0,0,48,25,0,0,48,25,0,0,50,25,0,0,50,25,0,0,52,25,0,0,52,25,0,0,54,25,0,0,54,25,0,0,54,25,0,0,54,25,0,0,56,25,0,0,56,25,0,0,56,25,0,0,58,25,0,0,58,25,0,0,60,25,0,0,60,25,0,0,60,25,0,0,62,25,0,0,62,25,0,0,62,25,0,0,64,25,0,0,66,25,0,0,66,25,0,0,70,25,0,0,70,25,0,0,70,25,0,0,76,25,0,0,76,25,0,0,76,25,0,0,78,25,0,0,78,25,0,0,78,25,0,0,78,25,0,0,78,25,0,0,78,25,0,0,78,25,0,0,78,25,0,0,80,25,0,0,80,25,0,0,80,25,0,0,80,25,0,0,82,25,0,0,82,25,0,0,82,25,0,0,82,25,0,0,82,25,0,0,84,25,0,0,84,25,0,0,86,25,0,0,86,25,0,0,86,25,0,0,92,25,0,0,92,25,0,0,92,25,0,0,92,25,0,0,92,25,0,0,92,25,0,0,92,25,0,0,92,25,0,0,92,25,0,0,98,25,0,0,100,25,0,0,102,25,0,0,102,25,0,0,104,25,0,0,108,25,0,0,108,25,0,0,108,25,0,0,108,25,0,0,112,25,0,0,112,25,0,0,114,25,0,0,114,25,0,0,114,25,0,0,120,25,0,0,120,25,0,0,122,25,0,0,122,25,0,0,124,25,0,0,124,25,0,0,124,25,0,0,126,25,0,0,128,25,0,0,128,25,0,0,128,25,0,0,128,25,0,0,128,25,0,0,128,25,0,0,128,25,0,0,128,25,0,0,128,25,0,0,128,25,0,0,128,25,0,0,130,25,0,0,132,25,0,0,132,25,0,0,134,25,0,0,134,25,0,0,136,25,0,0,136,25,0,0,136,25,0,0,136,25,0,0,138,25,0,0,138,25,0,0,138,25,0,0,138,25,0,0,138,25,0,0,142,25,0,0,142,25,0,0,142,25,0,0,146,25,0,0,146,25,0,0,146,25,0,0,146,25,0,0,146,25,0,0,146,25,0,0,146,25,0,0,148,25,0,0,152,25,0,0,154,25,0,0,154,25,0,0,154,25,0,0,154,25,0,0,154,25,0,0,154,25,0,0,154,25,0,0,156,25,0,0,156,25,0,0,156,25,0,0,156,25,0,0,156,25,0,0,158,25,0,0,158,25,0,0,162,25,0,0,162,25,0,0,162,25,0,0,164,25,0,0,164,25,0,0,166,25,0,0,166,25,0,0,166,25,0,0,168,25,0,0,170,25,0,0,170,25,0,0,170,25,0,0,172,25,0,0,172,25,0,0,172,25,0,0,172,25,0,0,176,25,0,0,176,25,0,0,176,25,0,0,176,25,0,0,178,25,0,0,178,25,0,0,180,25,0,0,180,25,0,0,180,25,0,0,180,25,0,0,182,25,0,0,186,25,0,0,186,25,0,0,188,25,0,0,188,25,0,0,190,25,0,0,190,25,0,0,190,25,0,0,190,25,0,0,190,25,0,0,190,25,0,0,192,25,0,0,192,25,0,0,194,25,0,0,194,25,0,0,194,25,0,0,196,25,0,0,198,25,0,0,200,25,0,0,202,25,0,0,204,25,0,0,204,25,0,0,204,25,0,0,208,25,0,0,210,25,0,0,210,25,0,0,212,25,0,0,212,25,0,0,212,25,0,0,216,25,0,0,216,25,0,0,216,25,0,0,216,25,0,0,216,25,0,0,218,25,0,0,218,25,0,0,218,25,0,0,220,25,0,0,222,25,0,0,222,25,0,0,222,25,0,0,222,25,0,0,224,25,0,0,224,25,0,0,228,25,0,0,230,25,0,0,230,25,0,0,234,25,0,0,236,25,0,0,240,25,0,0,240,25,0,0,242,25,0,0,242,25,0,0,242,25,0,0,242,25,0,0,246,25,0,0,250,25,0,0,0,26,0,0,0,26,0,0,0,26,0,0,2,26,0,0,2,26,0,0,2,26,0,0,2,26,0,0,4,26,0,0,4,26,0,0,4,26,0,0,8,26,0,0,10,26,0,0,10,26,0,0,10,26,0,0,12,26,0,0,14,26,0,0,14,26,0,0,16,26,0,0,16,26,0,0,20,26,0,0,22,26,0,0,22,26,0,0,24,26,0,0,24,26,0,0,26,26,0,0,26,26,0,0,26,26,0,0,28,26,0,0,28,26,0,0,28,26,0,0,30,26,0,0,32,26,0,0,32,26,0,0,32,26,0,0,32,26,0,0,34,26,0,0,40,26,0,0,40,26,0,0,42,26,0,0,42,26,0,0,44,26,0,0,46,26,0,0,46,26,0,0,46,26,0,0,48,26,0,0,50,26,0,0,52,26,0,0,54,26,0,0,54,26,0,0,54,26,0,0,54,26,0,0,54,26,0,0,54,26,0,0,54,26,0,0,54,26,0,0,54,26,0,0,54,26,0,0,56,26,0,0,60,26,0,0,60,26,0,0,62,26,0,0,62,26,0,0,64,26,0,0,66,26,0,0,66,26,0,0,66,26,0,0,68,26,0,0,68,26,0,0,68,26,0,0,72,26,0,0,72,26,0,0,74,26,0,0,76,26,0,0,76,26,0,0,76,26,0,0,76,26,0,0,78,26,0,0,78,26,0,0,86,26,0,0,88,26,0,0,88,26,0,0,90,26,0,0,94,26,0,0,96,26,0,0,96,26,0,0,96,26,0,0,96,26,0,0,96,26,0,0,96,26,0,0,96,26,0,0,100,26,0,0,104,26,0,0,104,26,0,0,106,26,0,0,108,26,0,0,108,26,0,0,108,26,0,0,108,26,0,0,108,26,0,0,110,26,0,0,110,26,0,0,110,26,0,0,110,26,0,0,110,26,0,0,112,26,0,0,112,26,0,0,112,26,0,0,116,26,0,0,122,26,0,0,124,26,0,0,126,26,0,0,128,26,0,0,134,26,0,0,134,26,0,0,134,26,0,0,136,26,0,0,140,26,0,0,142,26,0,0,146,26,0,0,148,26,0,0,150,26,0,0,152,26,0,0,152,26,0,0,156,26,0,0,156,26,0,0,156,26,0,0,158,26,0,0,158,26,0,0,160,26,0,0,160,26,0,0,160,26,0,0,160,26,0,0,160,26,0,0,162,26,0,0,162,26,0,0,166,26,0,0,168,26,0,0,168,26,0,0,168,26,0,0,168,26,0,0,170,26,0,0,170,26,0,0,170,26,0,0,170,26,0,0,174,26,0,0,176,26,0,0,178,26,0,0,178,26,0,0,178,26,0,0,178,26,0,0,178,26,0,0,180,26,0,0,182,26,0,0,184,26,0,0,186,26,0,0,188,26,0,0,192,26,0,0,196,26,0,0,196,26,0,0,198,26,0,0,200,26,0,0,202,26,0,0,202,26,0,0,202,26,0,0,206,26,0,0,208,26,0,0,208,26,0,0,208,26,0,0,208,26,0,0,210,26,0,0,210,26,0,0,210,26,0,0,210,26,0,0,212,26,0,0,212,26,0,0,216,26,0,0,216,26,0,0,220,26,0,0,220,26,0,0,220,26,0,0,220,26,0,0,220,26,0,0,220,26,0,0,220,26,0,0,220,26,0,0,220,26,0,0,220,26,0,0,220,26,0,0,222,26,0,0,222,26,0,0,222,26,0,0,222,26,0,0,226,26,0,0,228,26,0,0,234,26,0,0,234,26,0,0,236,26,0,0,236,26,0,0,236,26,0,0,238,26,0,0,238,26,0,0,238,26,0,0,238,26,0,0,240,26,0,0,240,26,0,0,244,26,0,0,244,26,0,0,244,26,0,0,244,26,0,0,244,26,0,0,246,26,0,0,248,26,0,0,250,26,0,0,252,26,0,0,252,26,0,0,252,26,0,0,252,26,0,0,252,26,0,0,252,26,0,0,252,26,0,0,252,26,0,0,252,26,0,0,252,26,0,0,252,26,0,0,0,27,0,0,0,27,0,0,0,27,0,0,0,27,0,0,2,27,0,0,2,27,0,0,4,27,0,0,8,27,0,0,8,27,0,0,8,27,0,0,8,27,0,0,12,27,0,0,12,27,0,0,12,27,0,0,12,27,0,0,14,27,0,0,14,27,0,0,16,27,0,0,16,27,0,0,16,27,0,0,16,27,0,0,16,27,0,0,16,27,0,0,18,27,0,0,18,27,0,0,20,27,0,0,20,27,0,0,22,27,0,0,22,27,0,0,26,27,0,0,28,27,0,0,32,27,0,0,34,27,0,0,34,27,0,0,34,27,0,0,36,27,0,0,40,27,0,0,40,27,0,0,42,27,0,0,44,27,0,0,44,27,0,0,50,27,0,0,50,27,0,0,50,27,0,0,52,27,0,0,58,27,0,0,62,27,0,0,64,27,0,0,64,27,0,0,64,27,0,0,64,27,0,0,64,27,0,0,66,27,0,0,66,27,0,0,66,27,0,0,68,27,0,0,70,27,0,0,70,27,0,0,72,27,0,0,72,27,0,0,72,27,0,0,72,27,0,0,72,27,0,0,72,27,0,0,78,27,0,0,78,27,0,0,78,27,0,0,80,27,0,0,80,27,0,0,80,27,0,0,80,27,0,0,82,27,0,0,82,27,0,0,86,27,0,0,86,27,0,0,92,27,0,0,94,27,0,0,94,27,0,0,94,27,0,0,96,27,0,0,98,27,0,0,98,27,0,0,100,27,0,0,100,27,0,0,102,27,0,0,104,27,0,0,106,27,0,0,106,27,0,0,108,27,0,0,108,27,0,0,110,27,0,0,116,27,0,0,116,27,0,0,118,27,0,0,118,27,0,0,120,27,0,0,120,27,0,0,124,27,0,0,124,27,0,0,126,27,0,0,126,27,0,0,128,27,0,0,128,27,0,0,128,27,0,0,128,27,0,0,128,27,0,0,130,27,0,0,132,27,0,0,134,27,0,0,134,27,0,0,134,27,0,0,134,27,0,0,134,27,0,0,134,27,0,0,134,27,0,0,134,27,0,0,134,27,0,0,134,27,0,0,134,27,0,0,136,27,0,0,136,27,0,0,136,27,0,0,136,27,0,0,136,27,0,0,138,27,0,0,140,27,0,0,144,27,0,0,144,27,0,0,146,27,0,0,146,27,0,0,148,27,0,0,148,27,0,0,148,27,0,0,148,27,0,0,148,27,0,0,148,27,0,0,152,27,0,0,152,27,0,0,154,27,0,0,156,27,0,0,158,27,0,0,160,27,0,0,160,27,0,0,162,27,0,0,162,27,0,0,162,27,0,0,162,27,0,0,162,27,0,0,166,27,0,0,170,27,0,0,172,27,0,0,172,27,0,0,172,27,0,0,172,27,0,0,172,27,0,0,172,27,0,0,172,27,0,0,172,27,0,0,174,27,0,0,174,27,0,0,176,27,0,0,176,27,0,0,176,27,0,0,176,27,0,0,176,27,0,0,176,27,0,0,176,27,0,0,176,27,0,0,180,27,0,0,182,27,0,0,182,27,0,0,184,27,0,0,184,27,0,0,184,27,0,0,186,27,0,0,186,27,0,0,188,27,0,0,190,27,0,0,192,27,0,0,192,27,0,0,192,27,0,0,192,27,0,0,192,27,0,0,194,27,0,0,194,27,0,0,194,27,0,0,198,27,0,0,198,27,0,0,198,27,0,0,204,27,0,0,204,27,0,0,204,27,0,0,204,27,0,0,204,27,0,0,206,27,0,0,208,27,0,0,208,27,0,0,210,27,0,0,216,27,0,0,216,27,0,0,218,27,0,0,220,27,0,0,220,27,0,0,222,27,0,0,222,27,0,0,224,27,0,0,224,27,0,0,226,27,0,0,228,27,0,0,228,27,0,0,228,27,0,0,230,27,0,0,230,27,0,0,230,27,0,0,230,27,0,0,230,27,0,0,230,27,0,0,230,27,0,0,232,27,0,0,234,27,0,0,236,27,0,0,236,27,0,0,236,27,0,0,236,27,0,0,236,27,0,0,238,27,0,0,240,27,0,0,240,27,0,0,240,27,0,0,242,27,0,0,242,27,0,0,244,27,0,0,244,27,0,0,244,27,0,0,244,27,0,0,244,27,0,0,248,27,0,0,248,27,0,0,248,27,0,0,248,27,0,0,248,27,0,0,250,27,0,0,250,27,0,0,250,27,0,0,252,27,0,0,0,28,0,0,0,28,0,0,2,28,0,0,4,28,0,0,4,28,0,0,4,28,0,0,6,28,0,0,6,28,0,0,6,28,0,0,8,28,0,0,8,28,0,0,8,28,0,0,8,28,0,0,8,28,0,0,8,28,0,0,8,28,0,0,8,28,0,0,8,28,0,0,10,28,0,0,14,28,0,0,14,28,0,0,16,28,0,0,18,28,0,0,18,28,0,0,18,28,0,0,20,28,0,0,20,28,0,0,20,28,0,0,20,28,0,0,26,28,0,0,28,28,0,0,28,28,0,0,28,28,0,0,28,28,0,0,28,28,0,0,28,28,0,0,28,28,0,0,30,28,0,0,30,28,0,0,30,28,0,0,30,28,0,0,30,28,0,0,30,28,0,0,32,28,0,0,34,28,0,0,34,28,0,0,34,28,0,0,34,28,0,0,36,28,0,0,38,28,0,0,38,28,0,0,40,28,0,0,44,28,0,0,44,28,0,0,44,28,0,0,44,28,0,0,44,28,0,0,44,28,0,0,46,28,0,0,48,28,0,0,50,28,0,0,50,28,0,0,54,28,0,0,54,28,0,0,58,28,0,0,58,28,0,0,60,28,0,0,60,28,0,0,62,28,0,0,66,28,0,0,66,28,0,0,66,28,0,0,66,28,0,0,66,28,0,0,66,28,0,0,66,28,0,0,70,28,0,0,74,28,0,0,76,28,0,0,78,28,0,0,80,28,0,0,82,28,0,0,82,28,0,0,82,28,0,0,84,28,0,0,84,28,0,0,84,28,0,0,86,28,0,0,86,28,0,0,88,28,0,0,88,28,0,0,88,28,0,0,90,28,0,0,90,28,0,0,90,28,0,0,92,28,0,0,94,28,0,0,94,28,0,0,94,28,0,0,94,28,0,0,94,28,0,0,94,28,0,0,94,28,0,0,94,28,0,0,94,28,0,0,96,28,0,0,96,28,0,0,96,28,0,0,98,28,0,0,98,28,0,0,98,28,0,0,100,28,0,0,100,28,0,0,100,28,0,0,100,28,0,0,100,28,0,0,100,28,0,0,100,28,0,0,102,28,0,0,102,28,0,0,102,28,0,0,104,28,0,0,104,28,0,0,104,28,0,0,108,28,0,0,108,28,0,0,110,28,0,0,110,28,0,0,110,28,0,0,112,28,0,0,112,28,0,0,112,28,0,0,114,28,0,0,114,28,0,0,116,28,0,0,116,28,0,0,116,28,0,0,118,28,0,0,118,28,0,0,118,28,0,0,118,28,0,0,118,28,0,0,118,28,0,0,118,28,0,0,118,28,0,0,118,28,0,0,118,28,0,0,118,28,0,0,118,28,0,0,120,28,0,0,122,28,0,0,122,28,0,0,124,28,0,0,124,28,0,0,124,28,0,0,124,28,0,0,126,28,0,0,126,28,0,0,126,28,0,0,130,28,0,0,130,28,0,0,130,28,0,0,132,28,0,0,132,28,0,0,132,28,0,0,138,28,0,0,138,28,0,0,138,28,0,0,140,28,0,0,140,28,0,0,140,28,0,0,140,28,0,0,140,28,0,0,144,28,0,0,144,28,0,0,144,28,0,0,144,28,0,0,146,28,0,0,146,28,0,0,148,28,0,0,150,28,0,0,150,28,0,0,152,28,0,0,154,28,0,0,154,28,0,0,154,28,0,0,156,28,0,0,156,28,0,0,158,28,0,0,160,28,0,0,160,28,0,0,162,28,0,0,164,28,0,0,164,28,0,0,166,28,0,0,166,28,0,0,168,28,0,0,168,28,0,0,170,28,0,0,170,28,0,0,174,28,0,0,176,28,0,0,178,28,0,0,178,28,0,0,180,28,0,0,182,28,0,0,184,28,0,0,186,28,0,0,186,28,0,0,186,28,0,0,188,28,0,0,188,28,0,0,188,28,0,0,188,28,0,0,188,28,0,0,190,28,0,0,190,28,0,0,190,28,0,0,192,28,0,0,192,28,0,0,194,28,0,0,194,28,0,0,196,28,0,0,200,28,0,0,200,28,0,0,202,28,0,0,202,28,0,0,202,28,0,0,202,28,0,0,204,28,0,0,206,28,0,0,206,28,0,0,208,28,0,0,210,28,0,0,212,28,0,0,212,28,0,0,214,28,0,0,216,28,0,0,216,28,0,0,216,28,0,0,216,28,0,0,216,28,0,0,220,28,0,0,220,28,0,0,222,28,0,0,222,28,0,0,224,28,0,0,224,28,0,0,224,28,0,0,224,28,0,0,224,28,0,0,224,28,0,0,224,28,0,0,224,28,0,0,224,28,0,0,224,28,0,0,224,28,0,0,226,28,0,0,226,28,0,0,230,28,0,0,230,28,0,0,230,28,0,0,230,28,0,0,230,28,0,0,234,28,0,0,234,28,0,0,234,28,0,0,234,28,0,0,236,28,0,0,236,28,0,0,236,28,0,0,238,28,0,0,238,28,0,0,238,28,0,0,240,28,0,0,240,28,0,0,242,28,0,0,244,28,0,0,244,28,0,0,246,28,0,0,246,28,0,0,246,28,0,0,246,28,0,0,248,28,0,0,248,28,0,0,248,28,0,0,248,28,0,0,250,28,0,0,250,28,0,0,250,28,0,0,252,28,0,0,254,28,0,0,4,29,0,0,4,29,0,0,8,29,0,0,8,29,0,0,8,29,0,0,8,29,0,0,8,29,0,0,10,29,0,0,12,29,0,0,18,29,0,0,18,29,0,0,18,29,0,0,18,29,0,0,18,29,0,0,20,29,0,0,22,29,0,0,22,29,0,0,22,29,0,0,24,29,0,0,24,29,0,0,24,29,0,0,24,29,0,0,24,29,0,0,24,29,0,0,24,29,0,0,24,29,0,0,24,29,0,0,24,29,0,0,30,29,0,0,30,29,0,0,32,29,0,0,32,29,0,0,34,29,0,0,36,29,0,0,38,29,0,0,40,29,0,0,40,29,0,0,40,29,0,0,40,29,0,0,40,29,0,0,44,29,0,0,44,29,0,0,44,29,0,0,46,29,0,0,46,29,0,0,46,29,0,0,46,29,0,0,46,29,0,0,48,29,0,0,48,29,0,0,48,29,0,0,48,29,0,0,48,29,0,0,48,29,0,0,48,29,0,0,48,29,0,0,48,29,0,0,48,29,0,0,50,29,0,0,52,29,0,0,52,29,0,0,52,29,0,0,52,29,0,0,52,29,0,0,56,29,0,0,58,29,0,0,58,29,0,0,58,29,0,0,58,29,0,0,58,29,0,0,58,29,0,0,58,29,0,0,60,29,0,0,60,29,0,0,60,29,0,0,60,29,0,0,60,29,0,0,60,29,0,0,60,29,0,0,62,29,0,0,64,29,0,0,64,29,0,0,64,29,0,0,64,29,0,0,66,29,0,0,66,29,0,0,66,29,0,0,68,29,0,0,68,29,0,0,68,29,0,0,68,29,0,0,70,29,0,0,70,29,0,0,70,29,0,0,72,29,0,0,72,29,0,0,72,29,0,0,76,29,0,0,78,29,0,0,78,29,0,0,78,29,0,0,82,29,0,0,84,29,0,0,84,29,0,0,84,29,0,0,84,29,0,0,84,29,0,0,84,29,0,0,84,29,0,0,88,29,0,0,88,29,0,0,88,29,0,0,88,29,0,0,88,29,0,0,88,29,0,0,88,29,0,0,88,29,0,0,88,29,0,0,88,29,0,0,90,29,0,0,90,29,0,0,90,29,0,0,94,29,0,0,94,29,0,0,96,29,0,0,98,29,0,0,98,29,0,0,98,29,0,0,98,29,0,0,100,29,0,0,104,29,0,0,104,29,0,0,108,29,0,0,110,29,0,0,110,29,0,0,110,29,0,0,110,29,0,0,110,29,0,0,112,29,0,0,112,29,0,0,112,29,0,0,112,29,0,0,112,29,0,0,112,29,0,0,114,29,0,0,118,29,0,0,118,29,0,0,118,29,0,0,118,29,0,0,118,29,0,0,118,29,0,0,118,29,0,0,118,29,0,0,120,29,0,0,122,29,0,0,126,29,0,0,128,29,0,0,128,29,0,0,130,29,0,0,130,29,0,0,134,29,0,0,136,29,0,0,138,29,0,0,140,29,0,0,142,29,0,0,144,29,0,0,146,29,0,0,146,29,0,0,148,29,0,0,150,29,0,0,150,29,0,0,150,29,0,0,150,29,0,0,150,29,0,0,150,29,0,0,150,29,0,0,154,29,0,0,156,29,0,0,156,29,0,0,156,29,0,0,158,29,0,0,158,29,0,0,158,29,0,0,162,29,0,0,162,29,0,0,162,29,0,0,162,29,0,0,162,29,0,0,164,29,0,0,164,29,0,0,164,29,0,0,166,29,0,0,166,29,0,0,166,29,0,0,166,29,0,0,166,29,0,0,166,29,0,0,166,29,0,0,174,29,0,0,176,29,0,0,176,29,0,0,176,29,0,0,176,29,0,0,176,29,0,0,178,29,0,0,178,29,0,0,178,29,0,0,178,29,0,0,178,29,0,0,178,29,0,0,178,29,0,0,178,29,0,0,182,29,0,0,182,29,0,0,186,29,0,0,186,29,0,0,186,29,0,0,188,29,0,0,188,29,0,0,188,29,0,0,190,29,0,0,192,29,0,0,192,29,0,0,192,29,0,0,194,29,0,0,198,29,0,0,198,29,0,0,200,29,0,0,202,29,0,0,202,29,0,0,202,29,0,0,208,29,0,0,210,29,0,0,212,29,0,0,214,29,0,0,216,29,0,0,216,29,0,0,216,29,0,0,216,29,0,0,216,29,0,0,216,29,0,0,216,29,0,0,218,29,0,0,220,29,0,0,220,29,0,0,222,29,0,0,222,29,0,0,222,29,0,0,224,29,0,0,224,29,0,0,224,29,0,0,226,29,0,0,226,29,0,0,228,29,0,0,230,29,0,0,230,29,0,0,230,29,0,0,232,29,0,0,234,29,0,0,234,29,0,0,236,29,0,0,236,29,0,0,236,29,0,0,236,29,0,0,236,29,0,0,236,29,0,0,236,29,0,0,240,29,0,0,240,29,0,0,242,29,0,0,242,29,0,0,246,29,0,0,246,29,0,0,248,29,0,0,248,29,0,0,248,29,0,0,248,29,0,0,250,29,0,0,252,29,0,0,0,30,0,0,0,30,0,0,2,30,0,0,2,30,0,0,2,30,0,0,2,30,0,0,2,30,0,0,2,30,0,0,4,30,0,0,6,30,0,0,6,30,0,0,6,30,0,0,8,30,0,0,8,30,0,0,8,30,0,0,8,30,0,0,8,30,0,0,8,30,0,0,10,30,0,0,14,30,0,0,14,30,0,0,16,30,0,0,18,30,0,0,20,30,0,0,20,30,0,0,22,30,0,0,22,30,0,0,22,30,0,0,22,30,0,0,24,30,0,0,24,30,0,0,26,30,0,0,32,30,0,0,32,30,0,0,36,30,0,0,36,30,0,0,36,30,0,0,38,30,0,0,42,30,0,0,42,30,0,0,42,30,0,0,44,30,0,0,44,30,0,0,44,30,0,0,44,30,0,0,44,30,0,0,46,30,0,0,48,30,0,0,48,30,0,0,48,30,0,0,48,30,0,0,48,30,0,0,48,30,0,0,48,30,0,0,48,30,0,0,50,30,0,0,50,30,0,0,50,30,0,0,52,30,0,0,54,30,0,0,54,30,0,0,54,30,0,0,54,30,0,0,56,30,0,0,58,30,0,0,58,30,0,0,58,30,0,0,58,30,0,0,60,30,0,0,60,30,0,0,60,30,0,0,60,30,0,0,62,30,0,0,62,30,0,0,64,30,0,0,64,30,0,0,64,30,0,0,66,30,0,0,68,30,0,0,68,30,0,0,68,30,0,0,70,30,0,0,70,30,0,0,72,30,0,0,72,30,0,0,74,30,0,0,76,30,0,0,76,30,0,0,78,30,0,0,78,30,0,0,78,30,0,0,80,30,0,0,82,30,0,0,84,30,0,0,84,30,0,0,84,30,0,0,84,30,0,0,84,30,0,0,86,30,0,0,86,30,0,0,86,30,0,0,88,30,0,0,90,30,0,0,90,30,0,0,96,30,0,0,96,30,0,0,96,30,0,0,96,30,0,0,96,30,0,0,98,30,0,0,98,30,0,0,98,30,0,0,100,30,0,0,104,30,0,0,106,30,0,0,110,30,0,0,112,30,0,0,112,30,0,0,116,30,0,0,118,30,0,0,118,30,0,0,122,30,0,0,124,30,0,0,126,30,0,0,126,30,0,0,128,30,0,0,132,30,0,0,136,30,0,0,138,30,0,0,138,30,0,0,138,30,0,0,144,30,0,0,144,30,0,0,144,30,0,0,146,30,0,0,146,30,0,0,148,30,0,0,148,30,0,0,148,30,0,0,150,30,0,0,152,30,0,0,156,30,0,0,156,30,0,0,156,30,0,0,156,30,0,0,158,30,0,0,160,30,0,0,164,30,0,0,166,30,0,0,168,30,0,0,168,30,0,0,170,30,0,0,172,30,0,0,172,30,0,0,172,30,0,0,172,30,0,0,172,30,0,0,172,30,0,0,172,30,0,0,172,30,0,0,172,30,0,0,172,30,0,0,174,30,0,0,176,30,0,0,180,30,0,0,182,30,0,0,182,30,0,0,184,30,0,0,186,30,0,0,188,30,0,0,188,30,0,0,188,30,0,0,190,30,0,0,194,30,0,0,194,30,0,0,194,30,0,0,196,30,0,0,196,30,0,0,196,30,0,0,196,30,0,0,196,30,0,0,196,30,0,0,196,30,0,0,196,30,0,0,196,30,0,0,198,30,0,0,200,30,0,0,202,30,0,0,202,30,0,0,202,30,0,0,202,30,0,0,206,30,0,0,206,30,0,0,206,30,0,0,206,30,0,0,206,30,0,0,212,30,0,0,212,30,0,0,212,30,0,0,212,30,0,0,212,30,0,0,212,30,0,0,212,30,0,0,212,30,0,0,212,30,0,0,214,30,0,0,214,30,0,0,214,30,0,0,214,30,0,0,214,30,0,0,218,30,0,0,220,30,0,0,220,30,0,0,222,30,0,0,224,30,0,0,224,30,0,0,224,30,0,0,224,30,0,0,224,30,0,0,224,30,0,0,226,30,0,0,228,30,0,0,228,30,0,0,230,30,0,0,230,30,0,0,230,30,0,0,230,30,0,0,232,30,0,0,232,30,0,0,234,30,0,0,240,30,0,0,240,30,0,0,242,30,0,0,242,30,0,0,242,30,0,0,242,30,0,0,242,30,0,0,242,30,0,0,248,30,0,0,248,30,0,0,248,30,0,0,252,30,0,0,252,30,0,0,254,30,0,0,254,30,0,0,254,30,0,0,254,30,0,0,0,31,0,0,0,31,0,0,0,31,0,0,2,31,0,0,2,31,0,0,2,31,0,0,2,31,0,0,2,31,0,0,2,31,0,0,2,31,0,0,4,31,0,0,4,31,0,0,6,31,0,0,6,31,0,0,6,31,0,0,6,31,0,0,10,31,0,0,10,31,0,0,12,31,0,0,14,31,0,0,14,31,0,0,14,31,0,0,18,31,0,0,18,31,0,0,22,31,0,0,22,31,0,0,22,31,0,0,22,31,0,0,22,31,0,0,22,31,0,0,22,31,0,0,22,31,0,0,22,31,0,0,22,31,0,0,22,31,0,0,26,31,0,0,28,31,0,0,28,31,0,0,30,31,0,0,34,31,0,0,34,31,0,0,34,31,0,0,36,31,0,0,36,31,0,0,36,31,0,0,36,31,0,0,36,31,0,0,36,31,0,0,36,31,0,0,36,31,0,0,38,31,0,0,42,31,0,0,46,31,0,0,46,31,0,0,46,31,0,0,46,31,0,0,48,31,0,0,48,31,0,0,48,31,0,0,48,31,0,0,48,31,0,0,48,31,0,0,48,31,0,0,48,31,0,0,50,31,0,0,50,31,0,0,52,31,0,0,52,31,0,0,56,31,0,0,58,31,0,0,58,31,0,0,62,31,0,0,66,31,0,0,70,31,0,0,72,31,0,0,76,31,0,0,76,31,0,0,76,31,0,0,78,31,0,0,78,31,0,0,78,31,0,0,82,31,0,0,82,31,0,0,84,31,0,0,84,31,0,0,86,31,0,0,88,31,0,0,88,31,0,0,90,31,0,0,90,31,0,0,94,31,0,0,96,31,0,0,96,31,0,0,100,31,0,0,100,31,0,0,100,31,0,0,102,31,0,0,106,31,0,0,106,31,0,0,106,31,0,0,106,31,0,0,106,31,0,0,108,31,0,0,108,31,0,0,108,31,0,0,108,31,0,0,108,31,0,0,108,31,0,0,108,31,0,0,110,31,0,0,110,31,0,0,110,31,0,0,110,31,0,0,110,31,0,0,110,31,0,0,112,31,0,0,114,31,0,0,116,31,0,0,116,31,0,0,116,31,0,0,118,31,0,0,120,31,0,0,120,31,0,0,120,31,0,0,122,31,0,0,124,31,0,0,124,31,0,0,126,31,0,0,126,31,0,0,128,31,0,0,128,31,0,0,128,31,0,0,128,31,0,0,130,31,0,0,132,31,0,0,134,31,0,0,136,31,0,0,138,31,0,0,138,31,0,0,138,31,0,0,140,31,0,0,140,31,0,0,144,31,0,0,144,31,0,0,144,31,0,0,144,31,0,0,146,31,0,0,148,31,0,0,150,31,0,0,150,31,0,0,150,31,0,0,150,31,0,0,152,31,0,0,156,31,0,0,156,31,0,0,160,31,0,0,160,31,0,0,160,31,0,0,162,31,0,0,162,31,0,0,162,31,0,0,164,31,0,0,166,31,0,0,168,31,0,0,168,31,0,0,168,31,0,0,168,31,0,0,170,31,0,0,170,31,0,0,170,31,0,0,170,31,0,0,172,31,0,0,174,31,0,0,174,31,0,0,176,31,0,0,176,31,0,0,176,31,0,0,178,31,0,0,178,31,0,0,186,31,0,0,186,31,0,0,188,31,0,0,188,31,0,0,188,31,0,0,192,31,0,0,192,31,0,0,192,31,0,0,194,31,0,0,194,31,0,0,194,31,0,0,194,31,0,0,198,31,0,0,198,31,0,0,198,31,0,0,198,31,0,0,198,31,0,0,202,31,0,0,204,31,0,0,204,31,0,0,204,31,0,0,206,31,0,0,206,31,0,0,206,31,0,0,206,31,0,0,206,31,0,0,208,31,0,0,208,31,0,0,210,31,0,0,210,31,0,0,210,31,0,0,212,31,0,0,214,31,0,0,216,31,0,0,216,31,0,0,218,31,0,0,218,31,0,0,220,31,0,0,220,31,0,0,220,31,0,0,220,31,0,0,222,31,0,0,222,31,0,0,222,31,0,0,222,31,0,0,222,31,0,0,224,31,0,0,226,31,0,0,228,31,0,0,230,31,0,0,230,31,0,0,230,31,0,0,234,31,0,0,234,31,0,0,234,31,0,0,236,31,0,0,236,31,0,0,236,31,0,0,238,31,0,0,238,31,0,0,238,31,0,0,240,31,0,0,240,31,0,0,240,31,0,0,242,31,0,0,242,31,0,0,242,31,0,0,242,31,0,0,242,31,0,0,242,31,0,0,246,31,0,0,254,31,0,0,0,32,0,0,0,32,0,0,0,32,0,0,2,32,0,0,2,32,0,0,2,32,0,0,2,32,0,0,4,32,0,0,4,32,0,0,4,32,0,0,6,32,0,0,10,32,0,0,10,32,0,0,10,32,0,0,12,32,0,0,12,32,0,0,12,32,0,0,16,32,0,0,18,32,0,0,18,32,0,0,18,32,0,0,18,32,0,0,18,32,0,0,18,32,0,0,20,32,0,0,22,32,0,0,22,32,0,0,24,32,0,0,24,32,0,0,28,32,0,0,32,32,0,0,36,32,0,0,36,32,0,0,36,32,0,0,36,32,0,0,40,32,0,0,42,32,0,0,42,32,0,0,44,32,0,0,44,32,0,0,46,32,0,0,46,32,0,0,48,32,0,0,48,32,0,0,48,32,0,0,48,32,0,0,48,32,0,0,50,32,0,0,50,32,0,0,50,32,0,0,50,32,0,0,50,32,0,0,50,32,0,0,50,32,0,0,52,32,0,0,52,32,0,0,56,32,0,0,56,32,0,0,56,32,0,0,60,32,0,0,62,32,0,0,64,32,0,0,64,32,0,0,66,32,0,0,66,32,0,0,68,32,0,0,70,32,0,0,70,32,0,0,70,32,0,0,70,32,0,0,72,32,0,0,72,32,0,0,72,32,0,0,72,32,0,0,74,32,0,0,74,32,0,0,76,32,0,0,76,32,0,0,76,32,0,0,76,32,0,0,78,32,0,0,78,32,0,0,78,32,0,0,78,32,0,0,78,32,0,0,78,32,0,0,78,32,0,0,80,32,0,0,82,32,0,0,86,32,0,0,86,32,0,0,88,32,0,0,90,32,0,0,90,32,0,0,92,32,0,0,92,32,0,0,94,32,0,0,94,32,0,0,94,32,0,0,94,32,0,0,98,32,0,0,98,32,0,0,98,32,0,0,100,32,0,0,100,32,0,0,100,32,0,0,100,32,0,0,100,32,0,0,102,32,0,0,104,32,0,0,104,32,0,0,104,32,0,0,106,32,0,0,108,32,0,0,108,32,0,0,112,32,0,0,114,32,0,0,114,32,0,0,116,32,0,0,116,32,0,0,116,32,0,0,116,32,0,0,120,32,0,0,120,32,0,0,120,32,0,0,122,32,0,0,122,32,0,0,122,32,0,0,122,32,0,0,122,32,0,0,122,32,0,0,124,32,0,0,126,32,0,0,128,32,0,0,128,32,0,0,130,32,0,0,132,32,0,0,134,32,0,0,136,32,0,0,136,32,0,0,138,32,0,0,144,32,0,0,144,32,0,0,146,32,0,0,146,32,0,0,146,32,0,0,146,32,0,0,148,32,0,0,148,32,0,0,148,32,0,0,148,32,0,0,148,32,0,0,148,32,0,0,148,32,0,0,148,32,0,0,150,32,0,0,150,32,0,0,150,32,0,0,152,32,0,0,152,32,0,0,156,32,0,0,158,32,0,0,160,32,0,0,160,32,0,0,160,32,0,0,160,32,0,0,164,32,0,0,166,32,0,0,170,32,0,0,170,32,0,0,172,32,0,0,172,32,0,0,172,32,0,0,174,32,0,0,178,32,0,0,178,32,0,0,178,32,0,0,180,32,0,0,182,32,0,0,182,32,0,0,184,32,0,0,184,32,0,0,186,32,0,0,188,32,0,0,188,32,0,0,188,32,0,0,188,32,0,0,192,32,0,0,192,32,0,0,192,32,0,0,194,32,0,0,196,32,0,0,196,32,0,0,200,32,0,0,200,32,0,0,200,32,0,0,200,32,0,0,200,32,0,0,200,32,0,0,200,32,0,0,202,32,0,0,204,32,0,0,204,32,0,0,204,32,0,0,204,32,0,0,204,32,0,0,204,32,0,0,204,32,0,0,206,32,0,0,206,32,0,0,206,32,0,0,208,32,0,0,208,32,0,0,208,32,0,0,210,32,0,0,212,32,0,0,216,32,0,0,216,32,0,0,216,32,0,0,216,32,0,0,218,32,0,0,218,32,0,0,220,32,0,0,222,32,0,0,222,32,0,0,222,32,0,0,222,32,0,0,222,32,0,0,222,32,0,0,224,32,0,0,224,32,0,0,224,32,0,0,224,32,0,0,226,32,0,0,226,32,0,0,228,32,0,0,228,32,0,0,228,32,0,0,228,32,0,0,228,32,0,0,228,32,0,0,228,32,0,0,230,32,0,0,232,32,0,0,232,32,0,0,234,32,0,0,234,32,0,0,234,32,0,0,234,32,0,0,236,32,0,0,240,32,0,0,240,32,0,0,240,32,0,0,244,32,0,0,248,32,0,0,252,32,0,0,252,32,0,0,254,32,0,0,0,33,0,0,0,33,0,0,0,33,0,0,2,33,0,0,4,33,0,0,4,33,0,0,4,33,0,0,6,33,0,0,10,33,0,0,12,33,0,0,14,33,0,0,14,33,0,0,16,33,0,0,16,33,0,0,16,33,0,0,18,33,0,0,20,33,0,0,22,33,0,0,24,33,0,0,26,33,0,0,26,33,0,0,26,33,0,0,28,33,0,0,28,33,0,0,30,33,0,0,34,33,0,0,36,33,0,0,36,33,0,0,36,33,0,0,36,33,0,0,36,33,0,0,36,33,0,0,36,33,0,0,38,33,0,0,38,33,0,0,38,33,0,0,38,33,0,0,38,33,0,0,38,33,0,0,40,33,0,0,46,33,0,0,46,33,0,0,48,33,0,0,50,33,0,0,50,33,0,0,52,33,0,0,52,33,0,0,52,33,0,0,54,33,0,0,58,33,0,0,58,33,0,0,58,33,0,0,58,33,0,0,58,33,0,0,58,33,0,0,60,33,0,0,60,33,0,0,62,33,0,0,62,33,0,0,62,33,0,0,64,33,0,0,64,33,0,0,64,33,0,0,64,33,0,0,64,33,0,0,64,33,0,0,64,33,0,0,64,33,0,0,64,33,0,0,66,33,0,0,66,33,0,0,66,33,0,0,66,33,0,0,66,33,0,0,68,33,0,0,68,33,0,0,68,33,0,0,68,33,0,0,68,33,0,0,70,33,0,0,70,33,0,0,70,33,0,0,72,33,0,0,74,33,0,0,76,33,0,0,76,33,0,0,76,33,0,0,76,33,0,0,78,33,0,0,78,33,0,0,80,33,0,0,82,33,0,0,82,33,0,0,82,33,0,0,84,33,0,0,88,33,0,0,88,33,0,0,88,33,0,0,90,33,0,0,90,33,0,0,92,33,0,0,94,33,0,0,98,33,0,0,98,33,0,0,100,33,0,0,102,33,0,0,104,33,0,0,104,33,0,0,104,33,0,0,104,33,0,0,108,33,0,0,110,33,0,0,114,33,0,0,116,33,0,0,116,33,0,0,120,33,0,0,122,33,0,0,122,33,0,0,122,33,0,0,126,33,0,0,126,33,0,0,130,33,0,0,132,33,0,0,134,33,0,0,136,33,0,0,136,33,0,0,138,33,0,0,138,33,0,0,138,33,0,0,138,33,0,0,138,33,0,0,138,33,0,0,140,33,0,0,140,33,0,0,142,33,0,0,142,33,0,0,142,33,0,0,142,33,0,0,142,33,0,0,142,33,0,0,144,33,0,0,144,33,0,0,144,33,0,0,144,33,0,0,144,33,0,0,144,33,0,0,146,33,0,0,146,33,0,0,148,33,0,0,148,33,0,0,148,33,0,0,156,33,0,0,156,33,0,0,156,33,0,0,156,33,0,0,156,33,0,0,156,33,0,0,156,33,0,0,156,33,0,0,156,33,0,0,158,33,0,0,158,33,0,0,160,33,0,0,160,33,0,0,162,33,0,0,162,33,0,0,162,33,0,0,162,33,0,0,166,33,0,0,166,33,0,0,166,33,0,0,166,33,0,0,166,33,0,0,168,33,0,0,170,33,0,0,170,33,0,0,172,33,0,0,172,33,0,0,176,33,0,0,176,33,0,0,176,33,0,0,176,33,0,0,176,33,0,0,178,33,0,0,178,33,0,0,180,33,0,0,180,33,0,0,180,33,0,0,180,33,0,0,182,33,0,0,182,33,0,0,182,33,0,0,184,33,0,0,186,33,0,0,190,33,0,0,190,33,0,0,190,33,0,0,192,33,0,0,192,33,0,0,192,33,0,0,192,33,0,0,192,33,0,0,192,33,0,0,194,33,0,0,194,33,0,0,194,33,0,0,194,33,0,0,194,33,0,0,194,33,0,0,196,33,0,0,196,33,0,0,196,33,0,0,196,33,0,0,196,33,0,0,198,33,0,0,200,33,0,0,200,33,0,0,202,33,0,0,202,33,0,0,204,33,0,0,204,33,0,0,204,33,0,0,204,33,0,0,204,33,0,0,204,33,0,0,204,33,0,0,208,33,0,0,210,33,0,0,214,33,0,0,216,33,0,0,216,33,0,0,216,33,0,0,216,33,0,0,218,33,0,0,218,33,0,0,220,33,0,0,220,33,0,0,220,33,0,0,220,33,0,0,220,33,0,0,224,33,0,0,224,33,0,0,224,33,0,0,228,33,0,0,228,33,0,0,230,33,0,0,230,33,0,0,230,33,0,0,230,33,0,0,232,33,0,0,232,33,0,0,232,33,0,0,232,33,0,0,236,33,0,0,236,33,0,0,238,33,0,0,238,33,0,0,238,33,0,0,240,33,0,0,240,33,0,0,242,33,0,0,244,33,0,0,244,33,0,0,248,33,0,0,250,33,0,0,252,33,0,0,254,33,0,0,2,34,0,0,4,34,0,0,6,34,0,0,6,34,0,0,6,34,0,0,6,34,0,0,8,34,0,0,8,34,0,0,10,34,0,0,10,34,0,0,10,34,0,0,12,34,0,0,12,34,0,0,14,34,0,0,14,34,0,0,14,34,0,0,14,34,0,0,14,34,0,0,14,34,0,0,14,34,0,0,14,34,0,0,16,34,0,0,16,34,0,0,16,34,0,0,16,34,0,0,16,34,0,0,16,34,0,0,26,34,0,0,28,34,0,0,28,34,0,0,28,34,0,0,28,34,0,0,30,34,0,0,30,34,0,0,30,34,0,0,32,34,0,0,36,34,0,0,36,34,0,0,38,34,0,0,38,34,0,0,40,34,0,0,42,34,0,0,44,34,0,0,44,34,0,0,44,34,0,0,44,34,0,0,48,34,0,0,48,34,0,0,48,34,0,0,48,34,0,0,48,34,0,0,48,34,0,0,48,34,0,0,50,34,0,0,50,34,0,0,50,34,0,0,50,34,0,0,50,34,0,0,50,34,0,0,50,34,0,0,50,34,0,0,50,34,0,0,54,34,0,0,54,34,0,0,54,34,0,0,56,34,0,0,58,34,0,0,58,34,0,0,60,34,0,0,62,34,0,0,62,34,0,0,62,34,0,0,62,34,0,0,62,34,0,0,62,34,0,0,62,34,0,0,62,34,0,0,62,34,0,0,62,34,0,0,62,34,0,0,62,34,0,0,68,34,0,0,68,34,0,0,72,34,0,0,72,34,0,0,72,34,0,0,74,34,0,0,74,34,0,0,74,34,0,0,74,34,0,0,74,34,0,0,76,34,0,0,76,34,0,0,76,34,0,0,76,34,0,0,76,34,0,0,78,34,0,0,82,34,0,0,86,34,0,0,86,34,0,0,86,34,0,0,86,34,0,0,86,34,0,0,88,34,0,0,88,34,0,0,88,34,0,0,88,34,0,0,88,34,0,0,88,34,0,0,88,34,0,0,88,34,0,0,90,34,0,0,92,34,0,0,92,34,0,0,94,34,0,0,94,34,0,0,96,34,0,0,98,34,0,0,98,34,0,0,98,34,0,0,98,34,0,0,100,34,0,0,100,34,0,0,100,34,0,0,100,34,0,0,102,34,0,0,102,34,0,0,104,34,0,0,104,34,0,0,104,34,0,0,104,34,0,0,104,34,0,0,104,34,0,0,104,34,0,0,106,34,0,0,106,34,0,0,106,34,0,0,106,34,0,0,108,34,0,0,108,34,0,0,108,34,0,0,108,34,0,0,108,34,0,0,110,34,0,0,110,34,0,0,110,34,0,0,110,34,0,0,112,34,0,0,114,34,0,0,116,34,0,0,120,34,0,0,120,34,0,0,122,34,0,0,124,34,0,0,124,34,0,0,124,34,0,0,126,34,0,0,126,34,0,0,126,34,0,0,126,34,0,0,126,34,0,0,126,34,0,0,126,34,0,0,126,34,0,0,130,34,0,0,130,34,0,0,130,34,0,0,130,34,0,0,130,34,0,0,130,34,0,0,130,34,0,0,130,34,0,0,132,34,0,0,132,34,0,0,132,34,0,0,132,34,0,0,132,34,0,0,132,34,0,0,132,34,0,0,132,34,0,0,132,34,0,0,134,34,0,0,134,34,0,0,134,34,0,0,134,34,0,0,136,34,0,0,138,34,0,0,140,34,0,0,140,34,0,0,140,34,0,0,142,34,0,0,144,34,0,0,144,34,0,0,144,34,0,0,144,34,0,0,144,34,0,0,144,34,0,0,144,34,0,0,146,34,0,0,148,34,0,0,150,34,0,0,152,34,0,0,152,34,0,0,152,34,0,0,154,34,0,0,154,34,0,0,158,34,0,0,160,34,0,0,160,34,0,0,162,34,0,0,162,34,0,0,164,34,0,0,164,34,0,0,164,34,0,0,164,34,0,0,164,34,0,0,166,34,0,0,166,34,0,0,166,34,0,0,166,34,0,0,166,34,0,0,166,34,0,0,166,34,0,0,166,34,0,0,166,34,0,0,166,34,0,0,166,34,0,0,166,34,0,0,166,34,0,0,166,34,0,0,166,34,0,0,168,34,0,0,170,34,0,0,174,34,0,0,176,34,0,0,178,34,0,0,182,34,0,0,184,34,0,0,184,34,0,0,184,34,0,0,184,34,0,0,186,34,0,0,192,34,0,0,194,34,0,0,196,34,0,0,198,34,0,0,200,34,0,0,202,34,0,0,204,34,0,0,206,34,0,0,206,34,0,0,206,34,0,0,206,34,0,0,206,34,0,0,206,34,0,0,206,34,0,0,210,34,0,0,212,34,0,0,214,34,0,0,214,34,0,0,214,34,0,0,216,34,0,0,216,34,0,0,218,34,0,0,218,34,0,0,222,34,0,0,222,34,0,0,226,34,0,0,226,34,0,0,230,34,0,0,232,34,0,0,232,34,0,0,232,34,0,0,234,34,0,0,234,34,0,0,234,34,0,0,234,34,0,0,236,34,0,0,236,34,0,0,236,34,0,0,238,34,0,0,242,34,0,0,244,34,0,0,244,34,0,0,244,34,0,0,244,34,0,0,246,34,0,0,246,34,0,0,250,34,0,0,250,34,0,0,252,34,0,0,254,34,0,0,0,35,0,0,2,35,0,0,2,35,0,0,4,35,0,0,4,35,0,0,4,35,0,0,6,35,0,0,8,35,0,0,8,35,0,0,8,35,0,0,12,35,0,0,12,35,0,0,12,35,0,0,12,35,0,0,12,35,0,0,14,35,0,0,16,35,0,0,16,35,0,0,16,35,0,0,18,35,0,0,18,35,0,0,20,35,0,0,22,35,0,0,24,35,0,0,26,35,0,0,26,35,0,0,26,35,0,0,26,35,0,0,26,35,0,0,26,35,0,0,28,35,0,0,30,35,0,0,32,35,0,0,32,35,0,0,32,35,0,0,32,35,0,0,32,35,0,0,34,35,0,0,34,35,0,0,36,35,0,0,36,35,0,0,36,35,0,0,36,35,0,0,36,35,0,0,36,35,0,0,40,35,0,0,42,35,0,0,44,35,0,0,44,35,0,0,44,35,0,0,44,35,0,0,44,35,0,0,44,35,0,0,44,35,0,0,44,35,0,0,46,35,0,0,46,35,0,0,48,35,0,0,48,35,0,0,52,35,0,0,54,35,0,0,54,35,0,0,54,35,0,0,56,35,0,0,56,35,0,0,58,35,0,0,58,35,0,0,58,35,0,0,60,35,0,0,60,35,0,0,60,35,0,0,60,35,0,0,60,35,0,0,60,35,0,0,62,35,0,0,62,35,0,0,62,35,0,0,62,35,0,0,64,35,0,0,66,35,0,0,66,35,0,0,66,35,0,0,68,35,0,0,68,35,0,0,68,35,0,0,68,35,0,0,70,35,0,0,70,35,0,0,70,35,0,0,70,35,0,0,70,35,0,0,70,35,0,0,70,35,0,0,70,35,0,0,74,35,0,0,74,35,0,0,74,35,0,0,74,35,0,0,76,35,0,0,76,35,0,0,76,35,0,0,78,35,0,0,78,35,0,0,78,35,0,0,78,35,0,0,80,35,0,0,80,35,0,0,80,35,0,0,84,35,0,0,84,35,0,0,90,35,0,0,90,35,0,0,90,35,0,0,90,35,0,0,92,35,0,0,92,35,0,0,92,35,0,0,96,35,0,0,96,35,0,0,96,35,0,0,96,35,0,0,98,35,0,0,98,35,0,0,100,35,0,0,102,35,0,0,106,35,0,0,108,35,0,0,108,35,0,0,108,35,0,0,110,35,0,0,110,35,0,0,114,35,0,0,116,35,0,0,118,35,0,0,120,35,0,0,120,35,0,0,122,35,0,0,122,35,0,0,124,35,0,0,124,35,0,0,124,35,0,0,124,35,0,0,124,35,0,0,124,35,0,0,126,35,0,0,128,35,0,0,128,35,0,0,134,35,0,0,134,35,0,0,134,35,0,0,134,35,0,0,134,35,0,0,136,35,0,0,136,35,0,0,140,35,0,0,140,35,0,0,140,35,0,0,140,35,0,0,142,35,0,0,142,35,0,0,142,35,0,0,144,35,0,0,144,35,0,0,146,35,0,0,146,35,0,0,146,35,0,0,146,35,0,0,150,35,0,0,150,35,0,0,152,35,0,0,152,35,0,0,152,35,0,0,152,35,0,0,154,35,0,0,154,35,0,0,154,35,0,0,156,35,0,0,156,35,0,0,156,35,0,0,156,35,0,0,158,35,0,0,158,35,0,0,158,35,0,0,158,35,0,0,158,35,0,0,158,35,0,0,162,35,0,0,162,35,0,0,166,35,0,0,166,35,0,0,168,35,0,0,168,35,0,0,170,35,0,0,170,35,0,0,174,35,0,0,174,35,0,0,174,35,0,0,174,35,0,0,178,35,0,0,180,35,0,0,182,35,0,0,184,35,0,0,188,35,0,0,188,35,0,0,188,35,0,0,188,35,0,0,188,35,0,0,192,35,0,0,192,35,0,0,194,35,0,0,194,35,0,0,194,35,0,0,196,35,0,0,196,35,0,0,198,35,0,0,200,35,0,0,202,35,0,0,202,35,0,0,208,35,0,0,208,35,0,0,210,35,0,0,212,35,0,0,212,35,0,0,212,35,0,0,214,35,0,0,216,35,0,0,218,35,0,0,222,35,0,0,224,35,0,0,224,35,0,0,224,35,0,0,224,35,0,0,224,35,0,0,226,35,0,0,232,35,0,0,232,35,0,0,232,35,0,0,234,35,0,0,236,35,0,0,236,35,0,0,246,35,0,0,246,35,0,0,248,35,0,0,252,35,0,0,0,36,0,0,0,36,0,0,2,36,0,0,2,36,0,0,2,36,0,0,2,36,0,0,2,36,0,0,2,36,0,0,4,36,0,0,4,36,0,0,4,36,0,0,4,36,0,0,6,36,0,0,8,36,0,0,10,36,0,0,10,36,0,0,12,36,0,0,14,36,0,0,14,36,0,0,14,36,0,0,18,36,0,0,18,36,0,0,18,36,0,0,20,36,0,0,20,36,0,0,20,36,0,0,20,36,0,0,20,36,0,0,20,36,0,0,20,36,0,0,20,36,0,0,20,36,0,0,20,36,0,0,22,36,0,0,24,36,0,0,28,36,0,0,28,36,0,0,28,36,0,0,30,36,0,0,32,36,0,0,32,36,0,0,32,36,0,0,36,36,0,0,40,36,0,0,42,36,0,0,42,36,0,0,44,36,0,0,48,36,0,0,48,36,0,0,48,36,0,0,50,36,0,0,52,36,0,0,54,36,0,0,56,36,0,0,58,36,0,0,58,36,0,0,58,36,0,0,60,36,0,0,60,36,0,0,60,36,0,0,60,36,0,0,60,36,0,0,60,36,0,0,60,36,0,0,60,36,0,0,60,36,0,0,60,36,0,0,62,36,0,0,66,36,0,0,68,36,0,0,68,36,0,0,70,36,0,0,74,36,0,0,76,36,0,0,76,36,0,0,78,36,0,0,82,36,0,0,82,36,0,0,84,36,0,0,84,36,0,0,84,36,0,0,86,36,0,0,90,36,0,0,92,36,0,0,92,36,0,0,96,36,0,0,98,36,0,0,98,36,0,0,98,36,0,0,98,36,0,0,98,36,0,0,104,36,0,0,104,36,0,0,106,36,0,0,106,36,0,0,108,36,0,0,108,36,0,0,110,36,0,0,116,36,0,0,118,36,0,0,120,36,0,0,122,36,0,0,126,36,0,0,126,36,0,0,128,36,0,0,130,36,0,0,130,36,0,0,130,36,0,0,130,36,0,0,130,36,0,0,130,36,0,0,132,36,0,0,132,36,0,0,132,36,0,0,134,36,0,0,134,36,0,0,134,36,0,0,134,36,0,0,140,36,0,0,140,36,0,0,140,36,0,0,140,36,0,0,140,36,0,0,144,36,0,0,144,36,0,0,144,36,0,0,144,36,0,0,144,36,0,0,146,36,0,0,146,36,0,0,146,36,0,0,148,36,0,0,148,36,0,0,148,36,0,0,150,36,0,0,152,36,0,0,152,36,0,0,154,36,0,0,154,36,0,0,156,36,0,0,156,36,0,0,156,36,0,0,156,36,0,0,156,36,0,0,158,36,0,0,158,36,0,0,158,36,0,0,162,36,0,0,162,36,0,0,162,36,0,0,162,36,0,0,162,36,0,0,162,36,0,0,162,36,0,0,170,36,0,0,170,36,0,0,172,36,0,0,172,36,0,0,172,36,0,0,174,36,0,0,174,36,0,0,176,36,0,0,176,36,0,0,176,36,0,0,176,36,0,0,176,36,0,0,176,36,0,0,176,36,0,0,180,36,0,0,180,36,0,0,182,36,0,0,184,36,0,0,184,36,0,0,184,36,0,0,184,36,0,0,186,36,0,0,186,36,0,0,186,36,0,0,186,36,0,0,186,36,0,0,186,36,0,0,186,36,0,0,186,36,0,0,186,36,0,0,190,36,0,0,194,36,0,0,194,36,0,0,198,36,0,0,200,36,0,0,204,36,0,0,204,36,0,0,206,36,0,0,208,36,0,0,210,36,0,0,212,36,0,0,212,36,0,0,212,36,0,0,212,36,0,0,212,36,0,0,214,36,0,0,214,36,0,0,218,36,0,0,218,36,0,0,218,36,0,0,218,36,0,0,218,36,0,0,218,36,0,0,218,36,0,0,218,36,0,0,218,36,0,0,218,36,0,0,220,36,0,0,220,36,0,0,220,36,0,0,220,36,0,0,222,36,0,0,222,36,0,0,222,36,0,0,224,36,0,0,226,36,0,0,230,36,0,0,230,36,0,0,234,36,0,0,234,36,0,0,234,36,0,0,236,36,0,0,236,36,0,0,236,36,0,0,236,36,0,0,238,36,0,0,240,36,0,0,240,36,0,0,242,36,0,0,242,36,0,0,242,36,0,0,242,36,0,0,242,36,0,0,246,36,0,0,246,36,0,0,248,36,0,0,248,36,0,0,250,36,0,0,252,36,0,0,252,36,0,0,252,36,0,0,254,36,0,0,2,37,0,0,2,37,0,0,2,37,0,0,2,37,0,0,4,37,0,0,4,37,0,0,6,37,0,0,6,37,0,0,6,37,0,0,8,37,0,0,8,37,0,0,10,37,0,0,10,37,0,0,12,37,0,0,12,37,0,0,14,37,0,0,18,37,0,0,20,37,0,0,20,37,0,0,20,37,0,0,20,37,0,0,20,37,0,0,20,37,0,0,20,37,0,0,20,37,0,0,20,37,0,0,20,37,0,0,22,37,0,0,22,37,0,0,24,37,0,0,24,37,0,0,24,37,0,0,24,37,0,0,24,37,0,0,28,37,0,0,28,37,0,0,30,37,0,0,32,37,0,0,32,37,0,0,34,37,0,0,34,37,0,0,38,37,0,0,38,37,0,0,38,37,0,0,38,37,0,0,40,37,0,0,40,37,0,0,42,37,0,0,44,37,0,0,44,37,0,0,48,37,0,0,48,37,0,0,50,37,0,0,52,37,0,0,52,37,0,0,52,37,0,0,52,37,0,0,54,37,0,0,54,37,0,0,54,37,0,0,56,37,0,0,56,37,0,0,56,37,0,0,56,37,0,0,58,37,0,0,58,37,0,0,62,37,0,0,64,37,0,0,66,37,0,0,66,37,0,0,66,37,0,0,68,37,0,0,68,37,0,0,68,37,0,0,68,37,0,0,68,37,0,0,72,37,0,0,72,37,0,0,72,37,0,0,72,37,0,0,72,37,0,0,74,37,0,0,74,37,0,0,74,37,0,0,76,37,0,0,80,37,0,0,82,37,0,0,84,37,0,0,84,37,0,0,86,37,0,0,86,37,0,0,90,37,0,0,92,37,0,0,92,37,0,0,92,37,0,0,92,37,0,0,94,37,0,0,96,37,0,0,96,37,0,0,98,37,0,0,98,37,0,0,98,37,0,0,98,37,0,0,102,37,0,0,104,37,0,0,106,37,0,0,106,37,0,0,106,37,0,0,106,37,0,0,112,37,0,0,112,37,0,0,112,37,0,0,114,37,0,0,116,37,0,0,118,37,0,0,118,37,0,0,118,37,0,0,120,37,0,0,120,37,0,0,120,37,0,0,120,37,0,0,124,37,0,0,128,37,0,0,130,37,0,0,130,37,0,0,130,37,0,0,130,37,0,0,130,37,0,0,130,37,0,0,130,37,0,0,130,37,0,0,132,37,0,0,132,37,0,0,132,37,0,0,134,37,0,0,134,37,0,0,134,37,0,0,134,37,0,0,136,37,0,0,136,37,0,0,138,37,0,0,140,37,0,0,142,37,0,0,144,37,0,0,146,37,0,0,146,37,0,0,146,37,0,0,146,37,0,0,148,37,0,0,148,37,0,0,148,37,0,0,148,37,0,0,150,37,0,0,152,37,0,0,152,37,0,0,154,37,0,0,158,37,0,0,158,37,0,0,160,37,0,0,162,37,0,0,162,37,0,0,162,37,0,0,164,37,0,0,166,37,0,0,168,37,0,0,168,37,0,0,170,37,0,0,174,37,0,0,174,37,0,0,174,37,0,0,174,37,0,0,178,37,0,0,178,37,0,0,180,37,0,0,182,37,0,0,184,37,0,0,188,37,0,0,188,37,0,0,192,37,0,0,196,37,0,0,196,37,0,0,196,37,0,0,196,37,0,0,198,37,0,0,200,37,0,0,202,37,0,0,204,37,0,0,204,37,0,0,204,37,0,0,206,37,0,0,208,37,0,0,210,37,0,0,214,37,0,0,214,37,0,0,214,37,0,0,214,37,0,0,214,37,0,0,214,37,0,0,214,37,0,0,216,37,0,0,216,37,0,0,216,37,0,0,216,37,0,0,218,37,0,0,218,37,0,0,218,37,0,0,218,37,0,0,218,37,0,0,218,37,0,0,218,37,0,0,218,37,0,0,220,37,0,0,222,37,0,0,222,37,0,0,222,37,0,0,226,37,0,0,226,37,0,0,228,37,0,0,230,37,0,0,232,37,0,0,232,37,0,0,232,37,0,0,232,37,0,0,232,37,0,0,232,37,0,0,234,37,0,0,234,37,0,0,234,37,0,0,234,37,0,0,234,37,0,0,234,37,0,0,236,37,0,0,236,37,0,0,236,37,0,0,238,37,0,0,238,37,0,0,240,37,0,0,242,37,0,0,244,37,0,0,246,37,0,0,246,37,0,0,248,37,0,0,248,37,0,0,250,37,0,0,250,37,0,0,250,37,0,0,252,37,0,0,252,37,0,0,254,37,0,0,254,37,0,0,2,38,0,0,2,38,0,0,2,38,0,0,2,38,0,0,2,38,0,0,2,38,0,0,4,38,0,0,6,38,0,0,6,38,0,0,6,38,0,0,6,38,0,0,6,38,0,0,6,38,0,0,8,38,0,0,8,38,0,0,8,38,0,0,8,38,0,0,8,38,0,0,8,38,0,0,8,38,0,0,8,38,0,0,8,38,0,0,10,38,0,0,12,38,0,0,16,38,0,0,16,38,0,0,16,38,0,0,16,38,0,0,18,38,0,0,18,38,0,0,18,38,0,0,18,38,0,0,18,38,0,0,18,38,0,0,20,38,0,0,20,38,0,0,20,38,0,0,20,38,0,0,20,38,0,0,22,38,0,0,22,38,0,0,26,38,0,0,28,38,0,0,28,38,0,0,28,38,0,0,28,38,0,0,30,38,0,0,30,38,0,0,30,38,0,0,30,38,0,0,30,38,0,0,32,38,0,0,32,38,0,0,32,38,0,0,32,38,0,0,32,38,0,0,32,38,0,0,32,38,0,0,32,38,0,0,32,38,0,0,32,38,0,0,34,38,0,0,34,38,0,0,34,38,0,0,38,38,0,0,38,38,0,0,42,38,0,0,42,38,0,0,42,38,0,0,42,38,0,0,42,38,0,0,42,38,0,0,42,38,0,0,42,38,0,0,42,38,0,0,42,38,0,0,44,38,0,0,44,38,0,0,46,38,0,0,46,38,0,0,46,38,0,0,46,38,0,0,46,38,0,0,50,38,0,0,50,38,0,0,50,38,0,0,52,38,0,0,54,38,0,0,56,38,0,0,58,38,0,0,60,38,0,0,66,38,0,0,66,38,0,0,66,38,0,0,68,38,0,0,68,38,0,0,68,38,0,0,68,38,0,0,70,38,0,0,70,38,0,0,70,38,0,0,78,38,0,0,78,38,0,0,80,38,0,0,80,38,0,0,82,38,0,0,82,38,0,0,84,38,0,0,84,38,0,0,84,38,0,0,86,38,0,0,92,38,0,0,92,38,0,0,94,38,0,0,96,38,0,0,96,38,0,0,102,38,0,0,102,38,0,0,104,38,0,0,104,38,0,0,106,38,0,0,106,38,0,0,108,38,0,0,110,38,0,0,110,38,0,0,110,38,0,0,112,38,0,0,114,38,0,0,116,38,0,0,118,38,0,0,118,38,0,0,118,38,0,0,120,38,0,0,120,38,0,0,120,38,0,0,122,38,0,0,122,38,0,0,122,38,0,0,124,38,0,0,124,38,0,0,124,38,0,0,124,38,0,0,126,38,0,0,126,38,0,0,126,38,0,0,128,38,0,0,130,38,0,0,130,38,0,0,130,38,0,0,132,38,0,0,134,38,0,0,136,38,0,0,140,38,0,0,142,38,0,0,144,38,0,0,144,38,0,0,144,38,0,0,152,38,0,0,154,38,0,0,156,38,0,0,158,38,0,0,158,38,0,0,158,38,0,0,158,38,0,0,160,38,0,0,160,38,0,0,160,38,0,0,162,38,0,0,162,38,0,0,162,38,0,0,164,38,0,0,166,38,0,0,166,38,0,0,168,38,0,0,170,38,0,0,170,38,0,0,170,38,0,0,176,38,0,0,176,38,0,0,176,38,0,0,176,38,0,0,176,38,0,0,178,38,0,0,180,38,0,0,182,38,0,0,184,38,0,0,184,38,0,0,184,38,0,0,184,38,0,0,184,38,0,0,184,38,0,0,184,38,0,0,184,38,0,0,184,38,0,0,184,38,0,0,184,38,0,0,184,38,0,0,186,38,0,0,188,38,0,0,188,38,0,0,188,38,0,0,192,38,0,0,194,38,0,0,194,38,0,0,194,38,0,0,194,38,0,0,194,38,0,0,196,38,0,0,198,38,0,0,200,38,0,0,202,38,0,0,202,38,0,0,202,38,0,0,202,38,0,0,204,38,0,0,206,38,0,0,206,38,0,0,206,38,0,0,208,38,0,0,208,38,0,0,208,38,0,0,208,38,0,0,212,38,0,0,214,38,0,0,216,38,0,0,220,38,0,0,220,38,0,0,222,38,0,0,222,38,0,0,222,38,0,0,226,38,0,0,228,38,0,0,228,38,0,0,230,38,0,0,232,38,0,0,232,38,0,0,232,38,0,0,232,38,0,0,232,38,0,0,232,38,0,0,234,38,0,0,238,38,0,0,240,38,0,0,242,38,0,0,242,38,0,0,242,38,0,0,248,38,0,0,250,38,0,0,250,38,0,0,252,38,0,0,252,38,0,0,0,39,0,0,0,39,0,0,2,39,0,0,4,39,0,0,4,39,0,0,4,39,0,0,6,39,0,0,8,39,0,0,10,39,0,0,14,39,0,0,16,39,0,0,16,39,0,0,18,39,0,0,20,39,0,0,20,39,0,0,22,39,0,0,24,39,0,0,24,39,0,0,26,39,0,0,26,39,0,0,26,39,0,0,26,39,0,0,26,39,0,0,26,39,0,0,26,39,0,0,26,39,0,0,26,39,0,0,26,39,0,0,30,39,0,0,32,39,0,0,34,39,0,0,38,39,0,0,38,39,0,0,40,39,0,0,40,39,0,0,40,39,0,0,40,39,0,0,40,39,0,0,40,39,0,0,40,39,0,0,42,39,0,0,42,39,0,0,46,39,0,0,46,39,0,0,48,39,0,0,48,39,0,0,56,39,0,0,56,39,0,0,56,39,0,0,56,39,0,0,56,39,0,0,58,39,0,0,60,39,0,0,60,39,0,0,60,39,0,0,60,39,0,0,60,39,0,0,60,39,0,0,62,39,0,0,62,39,0,0,62,39,0,0,64,39,0,0,64,39,0,0,64,39,0,0,66,39,0,0,66,39,0,0,68,39,0,0,68,39,0,0,70,39,0,0,70,39,0,0,72,39,0,0,72,39,0,0,72,39,0,0,74,39,0,0,74,39,0,0,74,39,0,0,76,39,0,0,78,39,0,0,78,39,0,0,78,39,0,0,78,39,0,0,78,39,0,0,78,39,0,0,78,39,0,0,78,39,0,0,78,39,0,0,78,39,0,0,78,39,0,0,78,39,0,0,78,39,0,0,82,39,0,0,82,39,0,0,84,39,0,0,86,39,0,0,88,39,0,0,88,39,0,0,88,39,0,0,90,39,0,0,90,39,0,0,90,39,0,0,92,39,0,0,92,39,0,0,92,39,0,0,92,39,0,0,92,39,0,0,92,39,0,0,92,39,0,0,92,39,0,0,94,39,0,0,96,39,0,0,96,39,0,0,96,39,0,0,96,39,0,0,96,39,0,0,98,39,0,0,100,39,0,0,100,39,0,0,100,39,0,0,108,39,0,0,108,39,0,0,108,39,0,0,108,39,0,0,108,39,0,0,108,39,0,0,110,39,0,0,110,39,0,0,110,39,0,0,112,39,0,0,112,39,0,0,114,39,0,0,116,39,0,0,116,39,0,0,116,39,0,0,116,39,0,0,118,39,0,0,118,39,0,0,118,39,0,0,118,39,0,0,118,39,0,0,120,39,0,0,122,39,0,0,122,39,0,0,122,39,0,0,122,39,0,0,122,39,0,0,122,39,0,0,122,39,0,0,122,39,0,0,122,39,0,0,126,39,0,0,126,39,0,0,126,39,0,0,128,39,0,0,128,39,0,0,130,39,0,0,136,39,0,0,138,39,0,0,138,39,0,0,138,39,0,0,140,39,0,0,142,39,0,0,142,39,0,0,142,39,0,0,146,39,0,0,148,39,0,0,150,39,0,0,150,39,0,0,152,39,0,0,152,39,0,0,154,39,0,0,154,39,0,0,154,39,0,0,156,39,0,0,158,39,0,0,162,39,0,0,162,39,0,0,162,39,0,0,162,39,0,0,166,39,0,0,170,39,0,0,170,39,0,0,170,39,0,0,172,39,0,0,172,39,0,0,172,39,0,0,172,39,0,0,172,39,0,0,172,39,0,0,172,39,0,0,172,39,0,0,176,39,0,0,176,39,0,0,178,39,0,0,180,39,0,0,180,39,0,0,180,39,0,0,184,39,0,0,184,39,0,0,184,39,0,0,184,39,0,0,184,39,0,0,186,39,0,0,188,39,0,0,188,39,0,0,188,39,0,0,190,39,0,0,194,39,0,0,196,39,0,0,196,39,0,0,196,39,0,0,198,39,0,0,202,39,0,0,204,39,0,0,204,39,0,0,206,39,0,0,206,39,0,0,206,39,0,0,208,39,0,0,208,39,0,0,208,39,0,0,208,39,0,0,208,39,0,0,208,39,0,0,208,39,0,0,208,39,0,0,208,39,0,0,208,39,0,0,208,39,0,0,210,39,0,0,210,39,0,0,210,39,0,0,216,39,0,0,220,39,0,0,222,39,0,0,224,39,0,0,224,39,0,0,224,39,0,0,226,39,0,0,228,39,0,0,228,39,0,0,228,39,0,0,228,39,0,0,228,39,0,0,232,39,0,0,234,39,0,0,234,39,0,0,234,39,0,0,234,39,0,0,236,39,0,0,238,39,0,0,238,39,0,0,240,39,0,0,242,39,0,0,246,39,0,0,246,39,0,0,248,39,0,0,248,39,0,0,248,39,0,0,248,39,0,0,248,39,0,0,250,39,0,0,250,39,0,0,250,39,0,0,252,39,0,0,252,39,0,0,252,39,0,0,252,39,0,0,2,40,0,0,2,40,0,0,2,40,0,0,4,40,0,0,4,40,0,0,6,40,0,0,8,40,0,0,8,40,0,0,10,40,0,0,10,40,0,0,12,40,0,0,14,40,0,0,20,40,0,0,20,40,0,0,20,40,0,0,20,40,0,0,22,40,0,0,22,40,0,0,22,40,0,0,22,40,0,0,24,40,0,0,24,40,0,0,24,40,0,0,26,40,0,0,26,40,0,0,26,40,0,0,26,40,0,0,26,40,0,0,28,40,0,0,28,40,0,0,28,40,0,0,30,40,0,0,32,40,0,0,34,40,0,0,36,40,0,0,36,40,0,0,38,40,0,0,38,40,0,0,40,40,0,0,40,40,0,0,42,40,0,0,46,40,0,0,46,40,0,0,46,40,0,0,46,40,0,0,46,40,0,0,50,40,0,0,54,40,0,0,56,40,0,0,56,40,0,0,56,40,0,0,58,40,0,0,58,40,0,0,58,40,0,0,58,40,0,0,58,40,0,0,58,40,0,0,62,40,0,0,62,40,0,0,62,40,0,0,62,40,0,0,62,40,0,0,64,40,0,0,68,40,0,0,68,40,0,0,70,40,0,0,72,40,0,0,72,40,0,0,72,40,0,0,72,40,0,0,72,40,0,0,76,40,0,0,76,40,0,0,78,40,0,0,78,40,0,0,80,40,0,0,82,40,0,0,82,40,0,0,82,40,0,0,84,40,0,0,86,40,0,0,88,40,0,0,88,40,0,0,88,40,0,0,88,40,0,0,88,40,0,0,92,40,0,0,94,40,0,0,94,40,0,0,96,40,0,0,96,40,0,0,98,40,0,0,98,40,0,0,98,40,0,0,98,40,0,0,98,40,0,0,100,40,0,0,102,40,0,0,102,40,0,0,104,40,0,0,104,40,0,0,106,40,0,0,106,40,0,0,106,40,0,0,110,40,0,0,110,40,0,0,112,40,0,0,112,40,0,0,112,40,0,0,116,40,0,0,116,40,0,0,116,40,0,0,116,40,0,0,118,40,0,0,118,40,0,0,118,40,0,0,118,40,0,0,118,40,0,0,118,40,0,0,118,40,0,0,120,40,0,0,120,40,0,0,120,40,0,0,122,40,0,0,124,40,0,0,126,40,0,0,128,40,0,0,128,40,0,0,128,40,0,0,128,40,0,0,128,40,0,0,128,40,0,0,130,40,0,0,130,40,0,0,130,40,0,0,134,40,0,0,136,40,0,0,140,40,0,0,140,40,0,0,140,40,0,0,140,40,0,0,142,40,0,0,142,40,0,0,142,40,0,0,144,40,0,0,144,40,0,0,144,40,0,0,150,40,0,0,150,40,0,0,150,40,0,0,150,40,0,0,152,40,0,0,154,40,0,0,154,40,0,0,154,40,0,0,154,40,0,0,154,40,0,0,154,40,0,0,156,40,0,0,156,40,0,0,156,40,0,0,158,40,0,0,160,40,0,0,162,40,0,0,162,40,0,0,162,40,0,0,162,40,0,0,162,40,0,0,162,40,0,0,164,40,0,0,166,40,0,0,166,40,0,0,168,40,0,0,168,40,0,0,168,40,0,0,168,40,0,0,168,40,0,0,168,40,0,0,168,40,0,0,170,40,0,0,170,40,0,0,172,40,0,0,178,40,0,0,178,40,0,0,182,40,0,0,184,40,0,0,184,40,0,0,184,40,0,0,186,40,0,0,186,40,0,0,186,40,0,0,186,40,0,0,188,40,0,0,188,40,0,0,190,40,0,0,190,40,0,0,192,40,0,0,192,40,0,0,192,40,0,0,192,40,0,0,194,40,0,0,194,40,0,0,196,40,0,0,196,40,0,0,196,40,0,0,196,40,0,0,196,40,0,0,198,40,0,0,200,40,0,0,200,40,0,0,200,40,0,0,200,40,0,0,202,40,0,0,202,40,0,0,204,40,0,0,204,40,0,0,204,40,0,0,204,40,0,0,204,40,0,0,206,40,0,0,206,40,0,0,208,40,0,0,208,40,0,0,208,40,0,0,208,40,0,0,208,40,0,0,208,40,0,0,208,40,0,0,214,40,0,0,214,40,0,0,214,40,0,0,214,40,0,0,220,40,0,0,220,40,0,0,220,40,0,0,224,40,0,0,224,40,0,0,226,40,0,0,226,40,0,0,226,40,0,0,226,40,0,0,226,40,0,0,230,40,0,0,232,40,0,0,232,40,0,0,232,40,0,0,232,40,0,0,232,40,0,0,232,40,0,0,232,40,0,0,232,40,0,0,232,40,0,0,232,40,0,0,232,40,0,0,234,40,0,0,234,40,0,0,234,40,0,0,234,40,0,0,236,40,0,0,236,40,0,0,236,40,0,0,236,40,0,0,236,40,0,0,238,40,0,0,238,40,0,0,238,40,0,0,238,40,0,0,242,40,0,0,242,40,0,0,242,40,0,0,242,40,0,0,246,40,0,0,248,40,0,0,248,40,0,0,248,40,0,0,248,40,0,0,250,40,0,0,250,40,0,0,250,40,0,0,250,40,0,0,250,40,0,0,250,40,0,0,252,40,0,0,0,41,0,0,0,41,0,0,2,41,0,0,4,41,0,0,8,41,0,0,10,41,0,0,10,41,0,0,10,41,0,0,12,41,0,0,12,41,0,0,12,41,0,0,14,41,0,0,14,41,0,0,14,41,0,0,18,41,0,0,18,41,0,0,18,41,0,0,20,41,0,0,20,41,0,0,26,41,0,0,28,41,0,0,28,41,0,0,28,41,0,0,28,41,0,0,28,41,0,0,28,41,0,0,28,41,0,0,28,41,0,0,28,41,0,0,28,41,0,0,28,41,0,0,28,41,0,0,30,41,0,0,32,41,0,0,36,41,0,0,38,41,0,0,38,41,0,0,38,41,0,0,38,41,0,0,38,41,0,0,38,41,0,0,38,41,0,0,38,41,0,0,40,41,0,0,44,41,0,0,46,41,0,0,46,41,0,0,48,41,0,0,50,41,0,0,52,41,0,0,54,41,0,0,56,41,0,0,56,41,0,0,56,41,0,0,58,41,0,0,58,41,0,0,58,41,0,0,58,41,0,0,58,41,0,0,58,41,0,0,58,41,0,0,62,41,0,0,62,41,0,0,64,41,0,0,66,41,0,0,68,41,0,0,70,41,0,0,70,41,0,0,72,41,0,0,74,41,0,0,74,41,0,0,76,41,0,0,76,41,0,0,76,41,0,0,76,41,0,0,76,41,0,0,80,41,0,0,82,41,0,0,82,41,0,0,82,41,0,0,82,41,0,0,84,41,0,0,86,41,0,0,90,41,0,0,90,41,0,0,90,41,0,0,90,41,0,0,90,41,0,0,90,41,0,0,90,41,0,0,94,41,0,0,94,41,0,0,96,41,0,0,96,41,0,0,96,41,0,0,96,41,0,0,96,41,0,0,98,41,0,0,98,41,0,0,98,41,0,0,98,41,0,0,98,41,0,0,98,41,0,0,100,41,0,0,100,41,0,0,104,41,0,0,106,41,0,0,106,41,0,0,106,41,0,0,106,41,0,0,108,41,0,0,108,41,0,0,110,41,0,0,110,41,0,0,112,41,0,0,112,41,0,0,112,41,0,0,112,41,0,0,112,41,0,0,114,41,0,0,114,41,0,0,116,41,0,0,118,41,0,0,118,41,0,0,118,41,0,0,118,41,0,0,118,41,0,0,120,41,0,0,124,41,0,0,126,41,0,0,126,41,0,0,128,41,0,0,128,41,0,0,130,41,0,0,132,41,0,0,132,41,0,0,132,41,0,0,136,41,0,0,136,41,0,0,136,41,0,0,138,41,0,0,138,41,0,0,138,41,0,0,138,41,0,0,140,41,0,0,140,41,0,0,140,41,0,0,140,41,0,0,140,41,0,0,142,41,0,0,142,41,0,0,142,41,0,0,146,41,0,0,146,41,0,0,148,41,0,0,150,41,0,0,152,41,0,0,156,41,0,0,156,41,0,0,158,41,0,0,158,41,0,0,160,41,0,0,164,41,0,0,166,41,0,0,168,41,0,0,170,41,0,0,170,41,0,0,174,41,0,0,174,41,0,0,174,41,0,0,174,41,0,0,174,41,0,0,174,41,0,0,174,41,0,0,174,41,0,0,174,41,0,0,174,41,0,0,176,41,0,0,178,41,0,0,178,41,0,0,178,41,0,0,178,41,0,0,178,41,0,0,178,41,0,0,180,41,0,0,182,41,0,0,182,41,0,0,182,41,0,0,182,41,0,0,186,41,0,0,186,41,0,0,194,41,0,0,198,41,0,0,200,41,0,0,200,41,0,0,200,41,0,0,200,41,0,0,200,41,0,0,200,41,0,0,202,41,0,0,202,41,0,0,202,41,0,0,202,41,0,0,202,41,0,0,206,41,0,0,206,41,0,0,208,41,0,0,208,41,0,0,214,41,0,0,216,41,0,0,216,41,0,0,216,41,0,0,216,41,0,0,216,41,0,0,220,41,0,0,220,41,0,0,222,41,0,0,222,41,0,0,222,41,0,0,222,41,0,0,222,41,0,0,222,41,0,0,224,41,0,0,224,41,0,0,226,41,0,0,228,41,0,0,228,41,0,0,228,41,0,0,228,41,0,0,230,41,0,0,232,41,0,0,234,41,0,0,234,41,0,0,236,41,0,0,236,41,0,0,236,41,0,0,236,41,0,0,236,41,0,0,236,41,0,0,236,41,0,0,238,41,0,0,242,41,0,0,246,41,0,0,252,41,0,0,254,41,0,0,254,41,0,0,254,41,0,0,254,41,0,0,254,41,0,0,254,41,0,0,0,42,0,0,0,42,0,0,2,42,0,0,2,42,0,0,8,42,0,0,8,42,0,0,8,42,0,0,8,42,0,0,8,42,0,0,12,42,0,0,14,42,0,0,16,42,0,0,16,42,0,0,16,42,0,0,16,42,0,0,24,42,0,0,24,42,0,0,26,42,0,0,26,42,0,0,26,42,0,0,26,42,0,0,26,42,0,0,26,42,0,0,26,42,0,0,26,42,0,0,26,42,0,0,28,42,0,0,28,42,0,0,28,42,0,0,34,42,0,0,36,42,0,0,36,42,0,0,38,42,0,0,40,42,0,0,40,42,0,0,40,42,0,0,40,42,0,0,40,42,0,0,40,42,0,0,40,42,0,0,40,42,0,0,44,42,0,0,46,42,0,0,48,42,0,0,50,42,0,0,52,42,0,0,52,42,0,0,52,42,0,0,54,42,0,0,58,42,0,0,60,42,0,0,64,42,0,0,66,42,0,0,70,42,0,0,70,42,0,0,74,42,0,0,74,42,0,0,74,42,0,0,74,42,0,0,74,42,0,0,74,42,0,0,78,42,0,0,80,42,0,0,80,42,0,0,82,42,0,0,82,42,0,0,82,42,0,0,84,42,0,0,84,42,0,0,88,42,0,0,90,42,0,0,92,42,0,0,94,42,0,0,94,42,0,0,96,42,0,0,96,42,0,0,96,42,0,0,96,42,0,0,96,42,0,0,98,42,0,0,100,42,0,0,102,42,0,0,102,42,0,0,102,42,0,0,102,42,0,0,102,42,0,0,104,42,0,0,104,42,0,0,106,42,0,0,108,42,0,0,110,42,0,0,110,42,0,0,112,42,0,0,112,42,0,0,116,42,0,0,118,42,0,0,120,42,0,0,120,42,0,0,120,42,0,0,120,42,0,0,120,42,0,0,120,42,0,0,124,42,0,0,124,42,0,0,124,42,0,0,124,42,0,0,124,42,0,0,124,42,0,0,124,42,0,0,128,42,0,0,130,42,0,0,130,42,0,0,130,42,0,0,130,42,0,0,130,42,0,0,132,42,0,0,134,42,0,0,134,42,0,0,134,42,0,0,138,42,0,0,144,42,0,0,146,42,0,0,146,42,0,0,150,42,0,0,152,42,0,0,154,42,0,0,156,42,0,0,160,42,0,0,162,42,0,0,164,42,0,0,166,42,0,0,166,42,0,0,166,42,0,0,168,42,0,0,170,42,0,0,176,42,0,0,180,42,0,0,180,42,0,0,180,42,0,0,180,42,0,0,180,42,0,0,180,42,0,0,180,42,0,0,180,42,0,0,180,42,0,0,180,42,0,0,182,42,0,0,182,42,0,0,182,42,0,0,184,42,0,0,184,42,0,0,184,42,0,0,188,42,0,0,188,42,0,0,188,42,0,0,188,42,0,0,188,42,0,0,192,42,0,0,192,42,0,0,192,42,0,0,192,42,0,0,192,42,0,0,192,42,0,0,194,42,0,0,198,42,0,0,198,42,0,0,198,42,0,0,198,42,0,0,198,42,0,0,198,42,0,0,198,42,0,0,198,42,0,0,198,42,0,0,198,42,0,0,198,42,0,0,198,42,0,0,200,42,0,0,200,42,0,0,200,42,0,0,200,42,0,0,202,42,0,0,206,42,0,0,206,42,0,0,206,42,0,0,206,42,0,0,208,42,0,0,210,42,0,0,210,42,0,0,214,42,0,0,214,42,0,0,214,42,0,0,214,42,0,0,216,42,0,0,216,42,0,0,220,42,0,0,220,42,0,0,224,42,0,0,228,42,0,0,228,42,0,0,228,42,0,0,228,42,0,0,228,42,0,0,228,42,0,0,228,42,0,0,228,42,0,0,228,42,0,0,230,42,0,0,230,42,0,0,230,42,0,0,230,42,0,0,232,42,0,0,232,42,0,0,232,42,0,0,232,42,0,0,232,42,0,0,232,42,0,0,234,42,0,0,234,42,0,0,234,42,0,0,234,42,0,0,234,42,0,0,234,42,0,0,234,42,0,0,236,42,0,0,238,42,0,0,238,42,0,0,238,42,0,0,240,42,0,0,244,42,0,0,248,42,0,0,248,42,0,0,250,42,0,0,252,42,0,0,254,42,0,0,254,42,0,0,254,42,0,0,254,42,0,0,254,42,0,0,254,42,0,0,254,42,0,0,254,42,0,0,2,43,0,0,2,43,0,0,2,43,0,0,2,43,0,0,2,43,0,0,4,43,0,0,4,43,0,0,6,43,0,0,6,43,0,0,6,43,0,0,8,43,0,0,8,43,0,0,8,43,0,0,8,43,0,0,10,43,0,0,10,43,0,0,14,43,0,0,14,43,0,0,14,43,0,0,16,43,0,0,16,43,0,0,16,43,0,0,18,43,0,0,20,43,0,0,20,43,0,0,20,43,0,0,26,43,0,0,28,43,0,0,28,43,0,0,30,43,0,0,32,43,0,0,32,43,0,0,32,43,0,0,32,43,0,0,36,43,0,0,36,43,0,0,36,43,0,0,36,43,0,0,36,43,0,0,36,43,0,0,36,43,0,0,36,43,0,0,38,43,0,0,38,43,0,0,40,43,0,0,40,43,0,0,44,43,0,0,44,43,0,0,44,43,0,0,44,43,0,0,46,43,0,0,46,43,0,0,46,43,0,0,46,43,0,0,46,43,0,0,46,43,0,0,46,43,0,0,46,43,0,0,46,43,0,0,46,43,0,0,46,43,0,0,46,43,0,0,48,43,0,0,48,43,0,0,50,43,0,0,50,43,0,0,52,43,0,0,54,43,0,0,56,43,0,0,56,43,0,0,56,43,0,0,58,43,0,0,60,43,0,0,62,43,0,0,62,43,0,0,62,43,0,0,62,43,0,0,66,43,0,0,68,43,0,0,68,43,0,0,68,43,0,0,68,43,0,0,68,43,0,0,70,43,0,0,70,43,0,0,72,43,0,0,74,43,0,0,74,43,0,0,78,43,0,0,80,43,0,0,80,43,0,0,82,43,0,0,82,43,0,0,82,43,0,0,82,43,0,0,82,43,0,0,86,43,0,0,86,43,0,0,88,43,0,0,90,43,0,0,90,43,0,0,92,43,0,0,92,43,0,0,92,43,0,0,92,43,0,0,96,43,0,0,96,43,0,0,96,43,0,0,100,43,0,0,102,43,0,0,102,43,0,0,106,43,0,0,106,43,0,0,106,43,0,0,106,43,0,0,106,43,0,0,106,43,0,0,106,43,0,0,108,43,0,0,110,43,0,0,110,43,0,0,114,43,0,0,114,43,0,0,114,43,0,0,114,43,0,0,116,43,0,0,116,43,0,0,116,43,0,0,116,43,0,0,118,43,0,0,122,43,0,0,124,43,0,0,126,43,0,0,126,43,0,0,126,43,0,0,126,43,0,0,126,43,0,0,130,43,0,0,132,43,0,0,132,43,0,0,132,43,0,0,132,43,0,0,134,43,0,0,134,43,0,0,134,43,0,0,136,43,0,0,136,43,0,0,136,43,0,0,136,43,0,0,138,43,0,0,138,43,0,0,140,43,0,0,142,43,0,0,142,43,0,0,142,43,0,0,144,43,0,0,146,43,0,0,148,43,0,0,148,43,0,0,148,43,0,0,148,43,0,0,152,43,0,0,152,43,0,0,152,43,0,0,154,43,0,0,154,43,0,0,158,43,0,0,162,43,0,0,162,43,0,0,164,43,0,0,164,43,0,0,166,43,0,0,166,43,0,0,166,43,0,0,168,43,0,0,170,43,0,0,170,43,0,0,172,43,0,0,172,43,0,0,174,43,0,0,176,43,0,0,178,43,0,0,178,43,0,0,178,43,0,0,178,43,0,0,178,43,0,0,178,43,0,0,180,43,0,0,180,43,0,0,180,43,0,0,182,43,0,0,186,43,0,0,186,43,0,0,190,43,0,0,192,43,0,0,194,43,0,0,194,43,0,0,196,43,0,0,196,43,0,0,196,43,0,0,196,43,0,0,196,43,0,0,196,43,0,0,196,43,0,0,198,43,0,0,198,43,0,0,198,43,0,0,200,43,0,0,202,43,0,0,202,43,0,0,202,43,0,0,204,43,0,0,206,43,0,0,208,43,0,0,208,43,0,0,208,43,0,0,210,43,0,0,212,43,0,0,212,43,0,0,212,43,0,0,216,43,0,0,216,43,0,0,216,43,0,0,218,43,0,0,218,43,0,0,218,43,0,0,218,43,0,0,220,43,0,0,220,43,0,0,220,43,0,0,220,43,0,0,220,43,0,0,220,43,0,0,220,43,0,0,220,43,0,0,220,43,0,0,220,43,0,0,220,43,0,0,220,43,0,0,220,43,0,0,220,43,0,0,220,43,0,0,220,43,0,0,220,43,0,0,220,43,0,0,220,43,0,0,224,43,0,0,226,43,0,0,228,43,0,0,230,43,0,0,234,43,0,0,236,43,0,0,236,43,0,0,236,43,0,0,240,43,0,0,240,43,0,0,240,43,0,0,242,43,0,0,246,43,0,0,248,43,0,0,248,43,0,0,248,43,0,0,250,43,0,0,252,43,0,0,254,43,0,0,2,44,0,0,4,44,0,0,4,44,0,0,4,44,0,0,6,44,0,0,6,44,0,0,6,44,0,0,10,44,0,0,12,44,0,0,12,44,0,0,12,44,0,0,14,44,0,0,16,44,0,0,16,44,0,0,18,44,0,0,18,44,0,0,18,44,0,0,18,44,0,0,18,44,0,0,18,44,0,0,22,44,0,0,22,44,0,0,24,44,0,0,24,44,0,0,26,44,0,0,28,44,0,0,32,44,0,0,32,44,0,0,34,44,0,0,34,44,0,0,36,44,0,0,36,44,0,0,36,44,0,0,36,44,0,0,38,44,0,0,38,44,0,0,38,44,0,0,38,44,0,0,38,44,0,0,42,44,0,0,42,44,0,0,42,44,0,0,44,44,0,0,48,44,0,0,50,44,0,0,54,44,0,0,54,44,0,0,56,44,0,0,56,44,0,0,58,44,0,0,64,44,0,0,64,44,0,0,66,44,0,0,68,44,0,0,68,44,0,0,70,44,0,0,70,44,0,0,74,44,0,0,78,44,0,0,80,44,0,0,80,44,0,0,84,44,0,0,84,44,0,0,84,44,0,0,84,44,0,0,88,44,0,0,88,44,0,0,90,44,0,0,94,44,0,0,94,44,0,0,98,44,0,0,98,44,0,0,98,44,0,0,100,44,0,0,104,44,0,0,106,44,0,0,106,44,0,0,106,44,0,0,108,44,0,0,110,44,0,0,110,44,0,0,114,44,0,0,114,44,0,0,118,44,0,0,118,44,0,0,120,44,0,0,122,44,0,0,124,44,0,0,124,44,0,0,128,44,0,0,128,44,0,0,128,44,0,0,128,44,0,0,130,44,0,0,130,44,0,0,132,44,0,0,134,44,0,0,134,44,0,0,134,44,0,0,134,44,0,0,136,44,0,0,136,44,0,0,136,44,0,0,138,44,0,0,138,44,0,0,142,44,0,0,144,44,0,0,144,44,0,0,148,44,0,0,148,44,0,0,150,44,0,0,150,44,0,0,152,44,0,0,156,44,0,0,156,44,0,0,156,44,0,0,160,44,0,0,162,44,0,0,162,44,0,0,162,44,0,0,162,44,0,0,162,44,0,0,162,44,0,0,162,44,0,0,164,44,0,0,164,44,0,0,168,44,0,0,168,44,0,0,168,44,0,0,168,44,0,0,168,44,0,0,170,44,0,0,172,44,0,0,174,44,0,0,174,44,0,0,174,44,0,0,174,44,0,0,174,44,0,0,176,44,0,0,180,44,0,0,180,44,0,0,180,44,0,0,180,44,0,0,182,44,0,0,184,44,0,0,184,44,0,0,184,44,0,0,184,44,0,0,184,44,0,0,186,44,0,0,188,44,0,0,188,44,0,0,188,44,0,0,192,44,0,0,192,44,0,0,192,44,0,0,192,44,0,0,198,44,0,0,198,44,0,0,198,44,0,0,198,44,0,0,202,44,0,0,202,44,0,0,202,44,0,0,204,44,0,0,204,44,0,0,206,44,0,0,206,44,0,0,206,44,0,0,206,44,0,0,210,44,0,0,212,44,0,0,212,44,0,0,212,44,0,0,212,44,0,0,212,44,0,0,214,44,0,0,216,44,0,0,216,44,0,0,216,44,0,0,216,44,0,0,220,44,0,0,222,44,0,0,224,44,0,0,224,44,0,0,228,44,0,0,230,44,0,0,230,44,0,0,230,44,0,0,232,44,0,0,232,44,0,0,232,44,0,0,234,44,0,0,236,44,0,0,238,44,0,0,242,44,0,0,242,44,0,0,242,44,0,0,244,44,0,0,246,44,0,0,246,44,0,0,246,44,0,0,248,44,0,0,248,44,0,0,250,44,0,0,250,44,0,0,250,44,0,0,252,44,0,0,254,44,0,0,254,44,0,0,254,44,0,0,254,44,0,0,254,44,0,0,0,45,0,0,2,45,0,0,2,45,0,0,2,45,0,0,2,45,0,0,2,45,0,0,2,45,0,0,12,45,0,0,14,45,0,0,14,45,0,0,18,45,0,0,18,45,0,0,18,45,0,0,20,45,0,0,20,45,0,0,22,45,0,0,22,45,0,0,24,45,0,0,24,45,0,0,24,45,0,0,26,45,0,0,28,45,0,0,32,45,0,0,34,45,0,0,34,45,0,0,34,45,0,0,34,45,0,0,34,45,0,0,34,45,0,0,34,45,0,0,36,45,0,0,36,45,0,0,38,45,0,0,40,45,0,0,40,45,0,0,40,45,0,0,42,45,0,0,42,45,0,0,46,45,0,0,46,45,0,0,48,45,0,0,50,45,0,0,52,45,0,0,52,45,0,0,58,45,0,0,60,45,0,0,60,45,0,0,60,45,0,0,60,45,0,0,62,45,0,0,62,45,0,0,62,45,0,0,62,45,0,0,62,45,0,0,62,45,0,0,66,45,0,0,68,45,0,0,70,45,0,0,70,45,0,0,72,45,0,0,74,45,0,0,76,45,0,0,76,45,0,0,78,45,0,0,78,45,0,0,78,45,0,0,80,45,0,0,80,45,0,0,80,45,0,0,80,45,0,0,82,45,0,0,84,45,0,0,84,45,0,0,84,45,0,0,90,45,0,0,90,45,0,0,90,45,0,0,90,45,0,0,94,45,0,0,96,45,0,0,96,45,0,0,96,45,0,0,96,45,0,0,96,45,0,0,96,45,0,0,100,45,0,0,102,45,0,0,104,45,0,0,104,45,0,0,106,45,0,0,106,45,0,0,106,45,0,0,106,45,0,0,106,45,0,0,106,45,0,0,106,45,0,0,106,45,0,0,106,45,0,0,106,45,0,0,108,45,0,0,108,45,0,0,108,45,0,0,110,45,0,0,110,45,0,0,110,45,0,0,112,45,0,0,112,45,0,0,114,45,0,0,114,45,0,0,116,45,0,0,116,45,0,0,118,45,0,0,118,45,0,0,118,45,0,0,122,45,0,0,124,45,0,0,124,45,0,0,126,45,0,0,126,45,0,0,130,45,0,0,130,45,0,0,130,45,0,0,130,45,0,0,132,45,0,0,134,45,0,0,134,45,0,0,134,45,0,0,134,45,0,0,136,45,0,0,142,45,0,0,144,45,0,0,148,45,0,0,148,45,0,0,150,45,0,0,182,45,0,0,182,45,0,0,184,45,0,0,184,45,0,0,184,45,0,0,186,45,0,0,188,45,0,0,192,45,0,0,192,45,0,0,192,45,0,0,192,45,0,0,194,45,0,0,194,45,0,0,196,45,0,0,198,45,0,0,202,45,0,0,202,45,0,0,202,45,0,0,202,45,0,0,202,45,0,0,202,45,0,0,204,45,0,0,204,45,0,0,204,45,0,0,204,45,0,0,204,45,0,0,206,45,0,0,206,45,0,0,206,45,0,0,206,45,0,0,206,45,0,0,208,45,0,0,208,45,0,0,210,45,0,0,210,45,0,0,212,45,0,0,212,45,0,0,214,45,0,0,214,45,0,0,216,45,0,0,218,45,0,0,218,45,0,0,218,45,0,0,220,45,0,0,222,45,0,0,222,45,0,0,222,45,0,0,222,45,0,0,224,45,0,0,224,45,0,0,224,45,0,0,224,45,0,0,226,45,0,0,230,45,0,0,230,45,0,0,236,45,0,0,238,45,0,0,240,45,0,0,240,45,0,0,240,45,0,0,244,45,0,0,244,45,0,0,246,45,0,0,248,45,0,0,250,45,0,0,252,45,0,0,254,45,0,0,254,45,0,0,254,45,0,0,254,45,0,0,254,45,0,0,0,46,0,0,0,46,0,0,0,46,0,0,0,46,0,0,2,46,0,0,2,46,0,0,2,46,0,0,4,46,0,0,4,46,0,0,8,46,0,0,8,46,0,0,8,46,0,0,8,46,0,0,8,46,0,0,10,46,0,0,10,46,0,0,10,46,0,0,10,46,0,0,10,46,0,0,10,46,0,0,10,46,0,0,10,46,0,0,10,46,0,0,12,46,0,0,12,46,0,0,12,46,0,0,12,46,0,0,12,46,0,0,12,46,0,0,12,46,0,0,12,46,0,0,12,46,0,0,12,46,0,0,12,46,0,0,12,46,0,0,14,46,0,0,18,46,0,0,20,46,0,0,24,46,0,0,24,46,0,0,28,46,0,0,28,46,0,0,28,46,0,0,32,46,0,0,32,46,0,0,32,46,0,0,32,46,0,0,34,46,0,0,34,46,0,0,34,46,0,0,34,46,0,0,36,46,0,0,36,46,0,0,38,46,0,0,40,46,0,0,40,46,0,0,40,46,0,0,40,46,0,0,40,46,0,0,42,46,0,0,44,46,0,0,44,46,0,0,44,46,0,0,44,46,0,0,46,46,0,0,48,46,0,0,48,46,0,0,48,46,0,0,48,46,0,0,48,46,0,0,48,46,0,0,50,46,0,0,52,46,0,0,54,46,0,0,56,46,0,0,56,46,0,0,56,46,0,0,58,46,0,0,58,46,0,0,58,46,0,0,58,46,0,0,62,46,0,0,64,46,0,0,66,46,0,0,66,46,0,0,66,46,0,0,68,46,0,0,70,46,0,0,72,46,0,0,78,46,0,0,80,46,0,0,80,46,0,0,80,46,0,0,80,46,0,0,80,46,0,0,82,46,0,0,86,46,0,0,86,46,0,0,86,46,0,0,88,46,0,0,88,46,0,0,88,46,0,0,88,46,0,0,90,46,0,0,92,46,0,0,94,46,0,0,94,46,0,0,94,46,0,0,94,46,0,0,94,46,0,0,94,46,0,0,98,46,0,0,102,46,0,0,104,46,0,0,104,46,0,0,106,46,0,0,106,46,0,0,106,46,0,0,106,46,0,0,108,46,0,0,108,46,0,0,108,46,0,0,108,46,0,0,110,46,0,0,110,46,0,0,110,46,0,0,114,46,0,0,114,46,0,0,114,46,0,0,114,46,0,0,116,46,0,0,116,46,0,0,118,46,0,0,118,46,0,0,118,46,0,0,118,46,0,0,118,46,0,0,118,46,0,0,118,46,0,0,118,46,0,0,120,46,0,0,120,46,0,0,122,46,0,0,122,46,0,0,124,46,0,0,124,46,0,0,124,46,0,0,124,46,0,0,124,46,0,0,128,46,0,0,128,46,0,0,128,46,0,0,128,46,0,0,130,46,0,0,130,46,0,0,130,46,0,0,130,46,0,0,130,46,0,0,130,46,0,0,132,46,0,0,134,46,0,0,136,46,0,0,136,46,0,0,136,46,0,0,136,46,0,0,136,46,0,0,136,46,0,0,136,46,0,0,138,46,0,0,140,46,0,0,142,46,0,0,142,46,0,0,142,46,0,0,142,46,0,0,142,46,0,0,144,46,0,0,144,46,0,0,144,46,0,0,144,46,0,0,144,46,0,0,144,46,0,0,144,46,0,0,144,46,0,0,146,46,0,0,146,46,0,0,148,46,0,0,148,46,0,0,148,46,0,0,148,46,0,0,154,46,0,0,156,46,0,0,158,46,0,0,158,46,0,0,164,46,0,0,166,46,0,0,166,46,0,0,166,46,0,0,168,46,0,0,170,46,0,0,170,46,0,0,172,46,0,0,174,46,0,0,176,46,0,0,176,46,0,0,176,46,0,0,178,46,0,0,180,46,0,0,180,46,0,0,186,46,0,0,186,46,0,0,188,46,0,0,188,46,0,0,188,46,0,0,188,46,0,0,190,46,0,0,190,46,0,0,190,46,0,0,192,46,0,0,194,46,0,0,194,46,0,0,196,46,0,0,196,46,0,0,198,46,0,0,200,46,0,0,200,46,0,0,204,46,0,0,204,46,0,0,204,46,0,0,208,46,0,0,208,46,0,0,208,46,0,0,208,46,0,0,210,46,0,0,210,46,0,0,210,46,0,0,210,46,0,0,210,46,0,0,210,46,0,0,210,46,0,0,210,46,0,0,210,46,0,0,210,46,0,0,210,46,0,0,214,46,0,0,214,46,0,0,214,46,0,0,214,46,0,0,216,46,0,0,216,46,0,0,216,46,0,0,216,46,0,0,216,46,0,0,216,46,0,0,216,46,0,0,218,46,0,0,222,46,0,0,222,46,0,0,222,46,0,0,222,46,0,0,222,46,0,0,224,46,0,0,224,46,0,0,226,46,0,0,228,46,0,0,230,46,0,0,230,46,0,0,232,46,0,0,234,46,0,0,234,46,0,0,234,46,0,0,236,46,0,0,236,46,0,0,236,46,0,0,236,46,0,0,236,46,0,0,238,46,0,0,238,46,0,0,238,46,0,0,240,46,0,0,242,46,0,0,244,46,0,0,244,46,0,0,244,46,0,0,244,46,0,0,248,46,0,0,250,46,0,0,250,46,0,0,252,46,0,0,252,46,0,0,0,47,0,0,2,47,0,0,4,47,0,0,6,47,0,0,6,47,0,0,8,47,0,0,8,47,0,0,8,47,0,0,8,47,0,0,8,47,0,0,8,47,0,0,8,47,0,0,12,47,0,0,12,47,0,0,12,47,0,0,14,47,0,0,16,47,0,0,16,47,0,0,16,47,0,0,18,47,0,0,18,47,0,0,20,47,0,0,22,47,0,0,22,47,0,0,24,47,0,0,24,47,0,0,28,47,0,0,28,47,0,0,30,47,0,0,30,47,0,0,32,47,0,0,34,47,0,0,38,47,0,0,38,47,0,0,40,47,0,0,40,47,0,0,40,47,0,0,44,47,0,0,46,47,0,0,46,47,0,0,46,47,0,0,46,47,0,0,46,47,0,0,46,47,0,0,48,47,0,0,50,47,0,0,50,47,0,0,50,47,0,0,50,47,0,0,50,47,0,0,50,47,0,0,50,47,0,0,52,47,0,0,56,47,0,0,56,47,0,0,56,47,0,0,58,47,0,0,64,47,0,0,64,47,0,0,64,47,0,0,64,47,0,0,64,47,0,0,66,47,0,0,66,47,0,0,68,47,0,0,68,47,0,0,68,47,0,0,70,47,0,0,70,47,0,0,72,47,0,0,74,47,0,0,78,47,0,0,78,47,0,0,78,47,0,0,80,47,0,0,82,47,0,0,82,47,0,0,82,47,0,0,84,47,0,0,84,47,0,0,84,47,0,0,84,47,0,0,84,47,0,0,84,47,0,0,84,47,0,0,90,47,0,0,90,47,0,0,90,47,0,0,90,47,0,0,92,47,0,0,92,47,0,0,96,47,0,0,98,47,0,0,104,47,0,0,108,47,0,0,108,47,0,0,110,47,0,0,110,47,0,0,116,47,0,0,116,47,0,0,116,47,0,0,116,47,0,0,116,47,0,0,116,47,0,0,116,47,0,0,116,47,0,0,116,47,0,0,116,47,0,0,116,47,0,0,116,47,0,0,120,47,0,0,122,47,0,0,124,47,0,0,126,47,0,0,126,47,0,0,126,47,0,0,126,47,0,0,126,47,0,0,128,47,0,0,132,47,0,0,132,47,0,0,132,47,0,0,132,47,0,0,132,47,0,0,132,47,0,0,132,47,0,0,132,47,0,0,132,47,0,0,132,47,0,0,132,47,0,0,132,47,0,0,132,47,0,0,132,47,0,0,132,47,0,0,132,47,0,0,134,47,0,0,134,47,0,0,134,47,0,0,134,47,0,0,134,47,0,0,136,47,0,0,136,47,0,0,138,47,0,0,140,47,0,0,140,47,0,0,142,47,0,0,142,47,0,0,144,47,0,0,146,47,0,0,148,47,0,0,150,47,0,0,150,47,0,0,150,47,0,0,150,47,0,0,150,47,0,0,150,47,0,0,152,47,0,0,156,47,0,0,160,47,0,0,164,47,0,0,164,47,0,0,164,47,0,0,166,47,0,0,168,47,0,0,168,47,0,0,168,47,0,0,172,47,0,0,172,47,0,0,172,47,0,0,174,47,0,0,176,47,0,0,178,47,0,0,180,47,0,0,180,47,0,0,182,47,0,0,182,47,0,0,182,47,0,0,182,47,0,0,182,47,0,0,182,47,0,0,184,47,0,0,186,47,0,0,186,47,0,0,186,47,0,0,186,47,0,0,186,47,0,0,186,47,0,0,190,47,0,0,192,47,0,0,194,47,0,0,196,47,0,0,196,47,0,0,198,47,0,0,198,47,0,0,202,47,0,0,202,47,0,0,202,47,0,0,206,47,0,0,208,47,0,0,208,47,0,0,212,47,0,0,214,47,0,0,214,47,0,0,216,47,0,0,218,47,0,0,218,47,0,0,218,47,0,0,218,47,0,0,218,47,0,0,220,47,0,0,220,47,0,0,222,47,0,0,222,47,0,0,222,47,0,0,224,47,0,0,224,47,0,0,224,47,0,0,224,47,0,0,226,47,0,0,226,47,0,0,226,47,0,0,226,47,0,0,228,47,0,0,230,47,0,0,232,47,0,0,234,47,0,0,236,47,0,0,236,47,0,0,236,47,0,0,238,47,0,0,240,47,0,0,240,47,0,0,242,47,0,0,244,47,0,0,246,47,0,0,246,47,0,0,246,47,0,0,246,47,0,0,246,47,0,0,246,47,0,0,246,47,0,0,248,47,0,0,248,47,0,0,248,47,0,0,248,47,0,0,248,47,0,0,250,47,0,0,250,47,0,0,252,47,0,0,252,47,0,0,252,47,0,0,0,48,0,0,0,48,0,0,4,48,0,0,4,48,0,0,4,48,0,0,6,48,0,0,6,48,0,0,6,48,0,0,6,48,0,0,10,48,0,0,12,48,0,0,14,48,0,0,14,48,0,0,16,48,0,0,16,48,0,0,18,48,0,0,18,48,0,0,18,48,0,0,18,48,0,0,18,48,0,0,18,48,0,0,18,48,0,0,20,48,0,0,22,48,0,0,22,48,0,0,24,48,0,0,24,48,0,0,26,48,0,0,26,48,0,0,28,48,0,0,28,48,0,0,28,48,0,0,30,48,0,0,30,48,0,0,30,48,0,0,30,48,0,0,30,48,0,0,30,48,0,0,30,48,0,0,32,48,0,0,34,48,0,0,36,48,0,0,36,48,0,0,38,48,0,0,38,48,0,0,40,48,0,0,42,48,0,0,42,48,0,0,42,48,0,0,44,48,0,0,44,48,0,0,46,48,0,0,46,48,0,0,48,48,0,0,48,48,0,0,48,48,0,0,50,48,0,0,52,48,0,0,52,48,0,0,52,48,0,0,56,48,0,0,56,48,0,0,56,48,0,0,56,48,0,0,64,48,0,0,64,48,0,0,64,48,0,0,66,48,0,0,66,48,0,0,68,48,0,0,70,48,0,0,70,48,0,0,70,48,0,0,70,48,0,0,70,48,0,0,70,48,0,0,72,48,0,0,72,48,0,0,72,48,0,0,72,48,0,0,72,48,0,0,72,48,0,0,72,48,0,0,74,48,0,0,74,48,0,0,78,48,0,0,80,48,0,0,80,48,0,0,80,48,0,0,86,48,0,0,86,48,0,0,86,48,0,0,90,48,0,0,90,48,0,0,92,48,0,0,96,48,0,0,96,48,0,0,98,48,0,0,100,48,0,0,100,48,0,0,100,48,0,0,100,48,0,0,100,48,0,0,100,48,0,0,100,48,0,0,100,48,0,0,102,48,0,0,102,48,0,0,104,48,0,0,106,48,0,0,106,48,0,0,106,48,0,0,110,48,0,0,112,48,0,0,112,48,0,0,112,48,0,0,112,48,0,0,112,48,0,0,112,48,0,0,112,48,0,0,114,48,0,0,114,48,0,0,114,48,0,0,116,48,0,0,116,48,0,0,116,48,0,0,116,48,0,0,118,48,0,0,118,48,0,0,118,48,0,0,120,48,0,0,120,48,0,0,120,48,0,0,122,48,0,0,124,48,0,0,124,48,0,0,124,48,0,0,124,48,0,0,124,48,0,0,126,48,0,0,126,48,0,0,128,48,0,0,130,48,0,0,132,48,0,0,134,48,0,0,136,48,0,0,138,48,0,0,140,48,0,0,142,48,0,0,142,48,0,0,144,48,0,0,144,48,0,0,144,48,0,0,144,48,0,0,144,48,0,0,144,48,0,0,146,48,0,0,148,48,0,0,148,48,0,0,148,48,0,0,148,48,0,0,148,48,0,0,148,48,0,0,150,48,0,0,150,48,0,0,152,48,0,0,152,48,0,0,152,48,0,0,152,48,0,0,156,48,0,0,156,48,0,0,156,48,0,0,156,48,0,0,156,48,0,0,158,48,0,0,158,48,0,0,160,48,0,0,160,48,0,0,160,48,0,0,160,48,0,0,162,48,0,0,164,48,0,0,166,48,0,0,166,48,0,0,166,48,0,0,168,48,0,0,170,48,0,0,172,48,0,0,174,48,0,0,174,48,0,0,176,48,0,0,176,48,0,0,176,48,0,0,176,48,0,0,176,48,0,0,176,48,0,0,176,48,0,0,178,48,0,0,178,48,0,0,178,48,0,0,180,48,0,0,180,48,0,0,182,48,0,0,184,48,0,0,184,48,0,0,184,48,0,0,184,48,0,0,186,48,0,0,188,48,0,0,188,48,0,0,188,48,0,0,192,48,0,0,192,48,0,0,192,48,0,0,194,48,0,0,194,48,0,0,196,48,0,0,196,48,0,0,196,48,0,0,196,48,0,0,198,48,0,0,198,48,0,0,198,48,0,0,198,48,0,0,198,48,0,0,198,48,0,0,198,48,0,0,204,48,0,0,204,48,0,0,204,48,0,0,204,48,0,0,206,48,0,0,208,48,0,0,210,48,0,0,210,48,0,0,214,48,0,0,214,48,0,0,216,48,0,0,216,48,0,0,216,48,0,0,218,48,0,0,218,48,0,0,218,48,0,0,218,48,0,0,220,48,0,0,222,48,0,0,222,48,0,0,222,48,0,0,226,48,0,0,226,48,0,0,226,48,0,0,228,48,0,0,230,48,0,0,230,48,0,0,232,48,0,0,232,48,0,0,234,48,0,0,234,48,0,0,234,48,0,0,234,48,0,0,234,48,0,0,234,48,0,0,236,48,0,0,236,48,0,0,236,48,0,0,236,48,0,0,236,48,0,0,238,48,0,0,240,48,0,0,242,48,0,0,244,48,0,0,244,48,0,0,244,48,0,0,244,48,0,0,246,48,0,0,246,48,0,0,248,48,0,0,250,48,0,0,250,48,0,0,250,48,0,0,252,48,0,0,254,48,0,0,0,49,0,0,0,49,0,0,0,49,0,0,4,49,0,0,4,49,0,0,4,49,0,0,6,49,0,0,8,49,0,0,8,49,0,0,8,49,0,0,10,49,0,0,10,49,0,0,14,49,0,0,14,49,0,0,14,49,0,0,14,49,0,0,18,49,0,0,18,49,0,0,22,49,0,0,22,49,0,0,22,49,0,0,24,49,0,0,24,49,0,0,24,49,0,0,26,49,0,0,26,49,0,0,26,49,0,0,26,49,0,0,28,49,0,0,34,49,0,0,34,49,0,0,36,49,0,0,38,49,0,0,38,49,0,0,38,49,0,0,40,49,0,0,42,49,0,0,44,49,0,0,44,49,0,0,44,49,0,0,46,49,0,0,46,49,0,0,46,49,0,0,46,49,0,0,46,49,0,0,48,49,0,0,52,49,0,0,54,49,0,0,58,49,0,0,60,49,0,0,60,49,0,0,62,49,0,0,64,49,0,0,68,49,0,0,68,49,0,0,70,49,0,0,74,49,0,0,74,49,0,0,74,49,0,0,74,49,0,0,74,49,0,0,74,49,0,0,74,49,0,0,74,49,0,0,74,49,0,0,74,49,0,0,74,49,0,0,74,49,0,0,80,49,0,0,82,49,0,0,82,49,0,0,84,49,0,0,84,49,0,0,86,49,0,0,86,49,0,0,86,49,0,0,88,49,0,0,88,49,0,0,88,49,0,0,88,49,0,0,90,49,0,0,90,49,0,0,90,49,0,0,90,49,0,0,90,49,0,0,90,49,0,0,90,49,0,0,92,49,0,0,94,49,0,0,94,49,0,0,94,49,0,0,98,49,0,0,100,49,0,0,100,49,0,0,100,49,0,0,104,49,0,0,104,49,0,0,104,49,0,0,104,49,0,0,106,49,0,0,110,49,0,0,110,49,0,0,112,49,0,0,112,49,0,0,114,49,0,0,114,49,0,0,114,49,0,0,114,49,0,0,114,49,0,0,116,49,0,0,116,49,0,0,116,49,0,0,118,49,0,0,120,49,0,0,120,49,0,0,120,49,0,0,122,49,0,0,122,49,0,0,128,49,0,0,130,49,0,0,132,49,0,0,132,49,0,0,134,49,0,0,134,49,0,0,134,49,0,0,134,49,0,0,142,49,0,0,144,49,0,0,144,49,0,0,144,49,0,0,144,49,0,0,144,49,0,0,144,49,0,0,144,49,0,0,148,49,0,0,150,49,0,0,154,49,0,0,154,49,0,0,156,49,0,0,162,49,0,0,162,49,0,0,162,49,0,0,166,49,0,0,166,49,0,0,168,49,0,0,170,49,0,0,172,49,0,0,174,49,0,0,174,49,0,0,174,49,0,0,174,49,0,0,174,49,0,0,174,49,0,0,178,49,0,0,180,49,0,0,180,49,0,0,182,49,0,0,186,49,0,0,186,49,0,0,186,49,0,0,190,49,0,0,190,49,0,0,192,49,0,0,192,49,0,0,192,49,0,0,192,49,0,0,194,49,0,0,194,49,0,0,194,49,0,0,194,49,0,0,196,49,0,0,196,49,0,0,196,49,0,0,196,49,0,0,196,49,0,0,196,49,0,0,196,49,0,0,196,49,0,0,196,49,0,0,198,49,0,0,202,49,0,0,204,49,0,0,204,49,0,0,204,49,0,0,204,49,0,0,206,49,0,0,206,49,0,0,208,49,0,0,210,49,0,0,212,49,0,0,218,49,0,0,220,49,0,0,222,49,0,0,222,49,0,0,222,49,0,0,224,49,0,0,224,49,0,0,224,49,0,0,226,49,0,0,228,49,0,0,230,49,0,0,230,49,0,0,230,49,0,0,232,49,0,0,234,49,0,0,234,49,0,0,234,49,0,0,234,49,0,0,234,49,0,0,236,49,0,0,236,49,0,0,236,49,0,0,236,49,0,0,236,49,0,0,236,49,0,0,238,49,0,0,238,49,0,0,238,49,0,0,238,49,0,0,242,49,0,0,242,49,0,0,244,49,0,0,244,49,0,0,244,49,0,0,244,49,0,0,250,49,0,0,252,49,0,0,252,49,0,0,252,49,0,0,254,49,0,0,254,49,0,0,0,50,0,0,0,50,0,0,0,50,0,0,0,50,0,0,2,50,0,0,6,50,0,0,6,50,0,0,6,50,0,0,6,50,0,0,10,50,0,0,10,50,0,0,12,50,0,0,16,50,0,0,16,50,0,0,16,50,0,0,18,50,0,0,18,50,0,0,20,50,0,0,20,50,0,0,20,50,0,0,20,50,0,0,20,50,0,0,22,50,0,0,26,50,0,0,28,50,0,0,28,50,0,0,28,50,0,0,30,50,0,0,30,50,0,0,30,50,0,0,30,50,0,0,30,50,0,0,30,50,0,0,34,50,0,0,34,50,0,0,34,50,0,0,36,50,0,0,38,50,0,0,38,50,0,0,38,50,0,0,38,50,0,0,40,50,0,0,42,50,0,0,44,50,0,0,46,50,0,0,46,50,0,0,46,50,0,0,46,50,0,0,48,50,0,0,48,50,0,0,50,50,0,0,50,50,0,0,50,50,0,0,50,50,0,0,50,50,0,0,52,50,0,0,52,50,0,0,52,50,0,0,54,50,0,0,54,50,0,0,54,50,0,0,56,50,0,0,56,50,0,0,56,50,0,0,60,50,0,0,62,50,0,0,62,50,0,0,64,50,0,0,66,50,0,0,66,50,0,0,66,50,0,0,68,50,0,0,68,50,0,0,68,50,0,0,68,50,0,0,68,50,0,0,70,50,0,0,74,50,0,0,74,50,0,0,74,50,0,0,78,50,0,0,78,50,0,0,78,50,0,0,78,50,0,0,78,50,0,0,82,50,0,0,82,50,0,0,86,50,0,0,86,50,0,0,90,50,0,0,90,50,0,0,90,50,0,0,90,50,0,0,90,50,0,0,92,50,0,0,94,50,0,0,96,50,0,0,98,50,0,0,98,50,0,0,100,50,0,0,100,50,0,0,102,50,0,0,102,50,0,0,102,50,0,0,102,50,0,0,104,50,0,0,104,50,0,0,104,50,0,0,104,50,0,0,104,50,0,0,104,50,0,0,104,50,0,0,104,50,0,0,104,50,0,0,104,50,0,0,106,50,0,0,108,50,0,0,110,50,0,0,110,50,0,0,110,50,0,0,110,50,0,0,110,50,0,0,116,50,0,0,116,50,0,0,118,50,0,0,120,50,0,0,120,50,0,0,120,50,0,0,120,50,0,0,122,50,0,0,124,50,0,0,130,50,0,0,130,50,0,0,130,50,0,0,134,50,0,0,134,50,0,0,134,50,0,0,136,50,0,0,138,50,0,0,138,50,0,0,140,50,0,0,140,50,0,0,140,50,0,0,142,50,0,0,142,50,0,0,142,50,0,0,144,50,0,0,144,50,0,0,144,50,0,0,144,50,0,0,144,50,0,0,146,50,0,0,148,50,0,0,148,50,0,0,148,50,0,0,148,50,0,0,148,50,0,0,148,50,0,0,148,50,0,0,148,50,0,0,148,50,0,0,150,50,0,0,150,50,0,0,150,50,0,0,152,50,0,0,152,50,0,0,152,50,0,0,152,50,0,0,152,50,0,0,152,50,0,0,152,50,0,0,152,50,0,0,152,50,0,0,154,50,0,0,156,50,0,0,156,50,0,0,156,50,0,0,156,50,0,0,158,50,0,0,158,50,0,0,160,50,0,0,162,50,0,0,164,50,0,0,164,50,0,0,164,50,0,0,164,50,0,0,166,50,0,0,166,50,0,0,170,50,0,0,170,50,0,0,170,50,0,0,172,50,0,0,174,50,0,0,176,50,0,0,180,50,0,0,180,50,0,0,182,50,0,0,184,50,0,0,184,50,0,0,186,50,0,0,186,50,0,0,188,50,0,0,188,50,0,0,188,50,0,0,190,50,0,0,190,50,0,0,190,50,0,0,192,50,0,0,194,50,0,0,194,50,0,0,194,50,0,0,196,50,0,0,196,50,0,0,196,50,0,0,196,50,0,0,202,50,0,0,202,50,0,0,202,50,0,0,204,50,0,0,204,50,0,0,206,50,0,0,206,50,0,0,208,50,0,0,210,50,0,0,218,50,0,0,224,50,0,0,226,50,0,0,226,50,0,0,228,50,0,0,228,50,0,0,228,50,0,0,230,50,0,0,230,50,0,0,230,50,0,0,234,50,0,0,234,50,0,0,234,50,0,0,236,50,0,0,236,50,0,0,236,50,0,0,238,50,0,0,240,50,0,0,240,50,0,0,240,50,0,0,242,50,0,0,244,50,0,0,244,50,0,0,244,50,0,0,248,50,0,0,250,50,0,0,250,50,0,0,250,50,0,0,252,50,0,0,252,50,0,0,2,51,0,0,4,51,0,0,4,51,0,0,4,51,0,0,4,51,0,0,4,51,0,0,4,51,0,0,4,51,0,0,4,51,0,0,4,51,0,0,4,51,0,0,6,51,0,0,6,51,0,0,10,51,0,0,12,51,0,0,12,51,0,0,14,51,0,0,14,51,0,0,14,51,0,0,16,51,0,0,16,51,0,0,16,51,0,0,16,51,0,0,18,51,0,0,22,51,0,0,22,51,0,0,22,51,0,0,24,51,0,0,24,51,0,0,24,51,0,0,24,51,0,0,26,51,0,0,26,51,0,0,28,51,0,0,28,51,0,0,32,51,0,0,32,51,0,0,32,51,0,0,34,51,0,0,36,51,0,0,38,51,0,0,38,51,0,0,38,51,0,0,38,51,0,0,40,51,0,0,42,51,0,0,42,51,0,0,42,51,0,0,42,51,0,0,42,51,0,0,44,51,0,0,44,51,0,0,44,51,0,0,46,51,0,0,48,51,0,0,50,51,0,0,50,51,0,0,52,51,0,0,54,51,0,0,56,51,0,0,58,51,0,0,60,51,0,0,60,51,0,0,62,51,0,0,64,51,0,0,66,51,0,0,66,51,0,0,66,51,0,0,66,51,0,0,66,51,0,0,66,51,0,0,68,51,0,0,72,51,0,0,74,51,0,0,76,51,0,0,76,51,0,0,78,51,0,0,80,51,0,0,80,51,0,0,82,51,0,0,82,51,0,0,82,51,0,0,84,51,0,0,84,51,0,0,84,51,0,0,84,51,0,0,84,51,0,0,84,51,0,0,84,51,0,0,86,51,0,0,88,51,0,0,88,51,0,0,88,51,0,0,90,51,0,0,94,51,0,0,94,51,0,0,94,51,0,0,96,51,0,0,100,51,0,0,104,51,0,0,106,51,0,0,106,51,0,0,108,51,0,0,110,51,0,0,110,51,0,0,110,51,0,0,110,51,0,0,110,51,0,0,110,51,0,0,112,51,0,0,114,51,0,0,114,51,0,0,116,51,0,0,118,51,0,0,120,51,0,0,120,51,0,0,122,51,0,0,122,51,0,0,122,51,0,0,126,51,0,0,128,51,0,0,134,51,0,0,134,51,0,0,134,51,0,0,136,51,0,0,138,51,0,0,138,51,0,0,138,51,0,0,138,51,0,0,138,51,0,0,138,51,0,0,138,51,0,0,138,51,0,0,138,51,0,0,138,51,0,0,140,51,0,0,142,51,0,0,142,51,0,0,142,51,0,0,142,51,0,0,142,51,0,0,144,51,0,0,146,51,0,0,146,51,0,0,148,51,0,0,150,51,0,0,152,51,0,0,152,51,0,0,152,51,0,0,152,51,0,0,156,51,0,0,156,51,0,0,156,51,0,0,156,51,0,0,156,51,0,0,156,51,0,0,156,51,0,0,156,51,0,0,156,51,0,0,158,51,0,0,160,51,0,0,160,51,0,0,162,51,0,0,162,51,0,0,162,51,0,0,162,51,0,0,166,51,0,0,168,51,0,0,168,51,0,0,168,51,0,0,170,51,0,0,170,51,0,0,172,51,0,0,172,51,0,0,172,51,0,0,172,51,0,0,172,51,0,0,172,51,0,0,174,51,0,0,174,51,0,0,178,51,0,0,178,51,0,0,180,51,0,0,180,51,0,0,180,51,0,0,180,51,0,0,180,51,0,0,180,51,0,0,180,51,0,0,184,51,0,0,184,51,0,0,184,51,0,0,184,51,0,0,184,51,0,0,186,51,0,0,186,51,0,0,186,51,0,0,186,51,0,0,186,51,0,0,190,51,0,0,190,51,0,0,190,51,0,0,196,51,0,0,198,51,0,0,202,51,0,0,202,51,0,0,202,51,0,0,202,51,0,0,206,51,0,0,206,51,0,0,210,51,0,0,210,51,0,0,214,51,0,0,216,51,0,0,216,51,0,0,216,51,0,0,218,51,0,0,218,51,0,0,218,51,0,0,220,51,0,0,220,51,0,0,220,51,0,0,220,51,0,0,220,51,0,0,220,51,0,0,222,51,0,0,222,51,0,0,224,51,0,0,228,51,0,0,230,51,0,0,230,51,0,0,230,51,0,0,232,51,0,0,232,51,0,0,232,51,0,0,232,51,0,0,232,51,0,0,236,51,0,0,238,51,0,0,238,51,0,0,238,51,0,0,238,51,0,0,242,51,0,0,242,51,0,0,246,51,0,0,248,51,0,0,248,51,0,0,248,51,0,0,248,51,0,0,248,51,0,0,252,51,0,0,252,51,0,0,252,51,0,0,252,51,0,0,252,51,0,0,0,52,0,0,0,52,0,0,0,52,0,0,2,52,0,0,4,52,0,0,6,52,0,0,6,52,0,0,8,52,0,0,8,52,0,0,8,52,0,0,12,52,0,0,12,52,0,0,14,52,0,0,14,52,0,0,14,52,0,0,16,52,0,0,18,52,0,0,18,52,0,0,20,52,0,0,22,52,0,0,26,52,0,0,28,52,0,0,28,52,0,0,32,52,0,0,38,52,0,0,38,52,0,0,38,52,0,0,40,52,0,0,42,52,0,0,44,52,0,0,46,52,0,0,46,52,0,0,46,52,0,0,46,52,0,0,46,52,0,0,46,52,0,0,46,52,0,0,46,52,0,0,48,52,0,0,50,52,0,0,50,52,0,0,50,52,0,0,54,52,0,0,56,52,0,0,60,52,0,0,60,52,0,0,60,52,0,0,62,52,0,0,62,52,0,0,62,52,0,0,66,52,0,0,68,52,0,0,68,52,0,0,68,52,0,0,70,52,0,0,70,52,0,0,70,52,0,0,70,52,0,0,70,52,0,0,74,52,0,0,78,52,0,0,80,52,0,0,80,52,0,0,80,52,0,0,80,52,0,0,80,52,0,0,80,52,0,0,82,52,0,0,84,52,0,0,84,52,0,0,84,52,0,0,86,52,0,0,88,52,0,0,90,52,0,0,90,52,0,0,92,52,0,0,92,52,0,0,94,52,0,0,96,52,0,0,98,52,0,0,98,52,0,0,98,52,0,0,100,52,0,0,100,52,0,0,102,52,0,0,102,52,0,0,102,52,0,0,102,52,0,0,102,52,0,0,102,52,0,0,102,52,0,0,102,52,0,0,104,52,0,0,104,52,0,0,106,52,0,0,106,52,0,0,106,52,0,0,106,52,0,0,106,52,0,0,106,52,0,0,108,52,0,0,108,52,0,0,110,52,0,0,112,52,0,0,114,52,0,0,114,52,0,0,116,52,0,0,118,52,0,0,118,52,0,0,120,52,0,0,124,52,0,0,126,52,0,0,128,52,0,0,128,52,0,0,128,52,0,0,128,52,0,0,128,52,0,0,128,52,0,0,128,52,0,0,130,52,0,0,132,52,0,0,134,52,0,0,134,52,0,0,134,52,0,0,134,52,0,0,134,52,0,0,134,52,0,0,134,52,0,0,134,52,0,0,136,52,0,0,138,52,0,0,138,52,0,0,142,52,0,0,142,52,0,0,144,52,0,0,144,52,0,0,144,52,0,0,146,52,0,0,148,52,0,0,150,52,0,0,154,52,0,0,154,52,0,0,154,52,0,0,154,52,0,0,154,52,0,0,156,52,0,0,156,52,0,0,158,52,0,0,158,52,0,0,158,52,0,0,158,52,0,0,158,52,0,0,158,52,0,0,160,52,0,0,160,52,0,0,162,52,0,0,162,52,0,0,164,52,0,0,164,52,0,0,166,52,0,0,168,52,0,0,168,52,0,0,168,52,0,0,168,52,0,0,168,52,0,0,168,52,0,0,168,52,0,0,168,52,0,0,168,52,0,0,170,52,0,0,170,52,0,0,170,52,0,0,172,52,0,0,176,52,0,0,176,52,0,0,178,52,0,0,180,52,0,0,182,52,0,0,190,52,0,0,190,52,0,0,190,52,0,0,192,52,0,0,192,52,0,0,192,52,0,0,192,52,0,0,192,52,0,0,192,52,0,0,192,52,0,0,192,52,0,0,192,52,0,0,192,52,0,0,194,52,0,0,196,52,0,0,196,52,0,0,196,52,0,0,196,52,0,0,196,52,0,0,196,52,0,0,196,52,0,0,196,52,0,0,200,52,0,0,202,52,0,0,202,52,0,0,206,52,0,0,210,52,0,0,210,52,0,0,210,52,0,0,210,52,0,0,212,52,0,0,214,52,0,0,216,52,0,0,218,52,0,0,218,52,0,0,218,52,0,0,218,52,0,0,218,52,0,0,218,52,0,0,218,52,0,0,220,52,0,0,220,52,0,0,226,52,0,0,226,52,0,0,226,52,0,0,228,52,0,0,230,52,0,0,230,52,0,0,230,52,0,0,230,52,0,0,234,52,0,0,234,52,0,0,234,52,0,0,234,52,0,0,238,52,0,0,242,52,0,0,244,52,0,0,246,52,0,0,246,52,0,0,248,52,0,0,252,52,0,0,252,52,0,0,252,52,0,0,252,52,0,0,252,52,0,0,252,52,0,0,252,52,0,0,0,53,0,0,2,53,0,0,2,53,0,0,2,53,0,0,2,53,0,0,2,53,0,0,2,53,0,0,4,53,0,0,6,53,0,0,6,53,0,0,6,53,0,0,6,53,0,0,6,53,0,0,10,53,0,0,14,53,0,0,18,53,0,0,18,53,0,0,22,53,0,0,24,53,0,0,26,53,0,0,26,53,0,0,34,53,0,0,36,53,0,0,38,53,0,0,38,53,0,0,42,53,0,0,44,53,0,0,46,53,0,0,46,53,0,0,46,53,0,0,46,53,0,0,48,53,0,0,48,53,0,0,50,53,0,0,50,53,0,0,50,53,0,0,52,53,0,0,54,53,0,0,56,53,0,0,58,53,0,0,58,53,0,0,58,53,0,0,58,53,0,0,60,53,0,0,60,53,0,0,60,53,0,0,60,53,0,0,60,53,0,0,60,53,0,0,60,53,0,0,60,53,0,0,62,53,0,0,64,53,0,0,64,53,0,0,64,53,0,0,64,53,0,0,64,53,0,0,70,53,0,0,70,53,0,0,70,53,0,0,70,53,0,0,72,53,0,0,72,53,0,0,72,53,0,0,72,53,0,0,72,53,0,0,72,53,0,0,74,53,0,0,74,53,0,0,74,53,0,0,74,53,0,0,76,53,0,0,76,53,0,0,78,53,0,0,78,53,0,0,78,53,0,0,78,53,0,0,80,53,0,0,80,53,0,0,80,53,0,0,80,53,0,0,80,53,0,0,80,53,0,0,80,53,0,0,82,53,0,0,82,53,0,0,82,53,0,0,82,53,0,0,82,53,0,0,82,53,0,0,82,53,0,0,82,53,0,0,82,53,0,0,84,53,0,0,86,53,0,0,86,53,0,0,86,53,0,0,86,53,0,0,86,53,0,0,86,53,0,0,86,53,0,0,88,53,0,0,88,53,0,0,90,53,0,0,92,53,0,0,92,53,0,0,94,53,0,0,94,53,0,0,94,53,0,0,94,53,0,0,94,53,0,0,94,53,0,0,94,53,0,0,96,53,0,0,98,53,0,0,98,53,0,0,102,53,0,0,102,53,0,0,102,53,0,0,104,53,0,0,106,53,0,0,106,53,0,0,108,53,0,0,108,53,0,0,108,53,0,0,110,53,0,0,112,53,0,0,112,53,0,0,112,53,0,0,112,53,0,0,114,53,0,0,114,53,0,0,114,53,0,0,114,53,0,0,116,53,0,0,118,53,0,0,124,53,0,0,124,53,0,0,124,53,0,0,128,53,0,0,128,53,0,0,130,53,0,0,132,53,0,0,132,53,0,0,132,53,0,0,132,53,0,0,132,53,0,0,132,53,0,0,134,53,0,0,136,53,0,0,136,53,0,0,136,53,0,0,136,53,0,0,138,53,0,0,140,53,0,0,140,53,0,0,142,53,0,0,142,53,0,0,144,53,0,0,144,53,0,0,144,53,0,0,146,53,0,0,146,53,0,0,148,53,0,0,148,53,0,0,150,53,0,0,152,53,0,0,152,53,0,0,152,53,0,0,152,53,0,0,156,53,0,0,156,53,0,0,156,53,0,0,156,53,0,0,158,53,0,0,162,53,0,0,164,53,0,0,164,53,0,0,164,53,0,0,166,53,0,0,166,53,0,0,170,53,0,0,170,53,0,0,170,53,0,0,170,53,0,0,172,53,0,0,172,53,0,0,172,53,0,0,172,53,0,0,172,53,0,0,174,53,0,0,174,53,0,0,174,53,0,0,176,53,0,0,176,53,0,0,176,53,0,0,176,53,0,0,180,53,0,0,182,53,0,0,182,53,0,0,182,53,0,0,182,53,0,0,184,53,0,0,184,53,0,0,184,53,0,0,184,53,0,0,184,53,0,0,184,53,0,0,184,53,0,0,184,53,0,0,184,53,0,0,188,53,0,0,188,53,0,0,188,53,0,0,188,53,0,0,192,53,0,0,192,53,0,0,192,53,0,0,196,53,0,0,196,53,0,0,198,53,0,0,198,53,0,0,198,53,0,0,198,53,0,0,198,53,0,0,198,53,0,0,198,53,0,0,198,53,0,0,200,53,0,0,204,53,0,0,204,53,0,0,208,53,0,0,210,53,0,0,210,53,0,0,216,53,0,0,218,53,0,0,222,53,0,0,226,53,0,0,226,53,0,0,226,53,0,0,228,53,0,0,230,53,0,0,232,53,0,0,234,53,0,0,234,53,0,0,234,53,0,0,238,53,0,0,238,53,0,0,242,53,0,0,246,53,0,0,246,53,0,0,246,53,0,0,246,53,0,0,248,53,0,0,250,53,0,0,250,53,0,0,250,53,0,0,250,53,0,0,252,53,0,0,252,53,0,0,254,53,0,0,0,54,0,0,0,54,0,0,4,54,0,0,4,54,0,0,4,54,0,0,4,54,0,0,6,54,0,0,8,54,0,0,8,54,0,0,8,54,0,0,8,54,0,0,10,54,0,0,10,54,0,0,10,54,0,0,10,54,0,0,10,54,0,0,10,54,0,0,12,54,0,0,16,54,0,0,18,54,0,0,18,54,0,0,20,54,0,0,20,54,0,0,20,54,0,0,22,54,0,0,24,54,0,0,26,54,0,0,26,54,0,0,26,54,0,0,28,54,0,0,28,54,0,0,28,54,0,0,28,54,0,0,28,54,0,0,28,54,0,0,28,54,0,0,28,54,0,0,28,54,0,0,28,54,0,0,30,54,0,0,32,54,0,0,32,54,0,0,34,54,0,0,34,54,0,0,36,54,0,0,38,54,0,0,40,54,0,0,40,54,0,0,42,54,0,0,44,54,0,0,44,54,0,0,46,54,0,0,48,54,0,0,50,54,0,0,52,54,0,0,52,54,0,0,56,54,0,0,60,54,0,0,60,54,0,0,60,54,0,0,60,54,0,0,62,54,0,0,62,54,0,0,62,54,0,0,64,54,0,0,64,54,0,0,64,54,0,0,66,54,0,0,66,54,0,0,66,54,0,0,66,54,0,0,66,54,0,0,66,54,0,0,66,54,0,0,68,54,0,0,68,54,0,0,68,54,0,0,68,54,0,0,72,54,0,0,74,54,0,0,80,54,0,0,80,54,0,0,80,54,0,0,80,54,0,0,84,54,0,0,86,54,0,0,88,54,0,0,90,54,0,0,90,54,0,0,90,54,0,0,92,54,0,0,94,54,0,0,94,54,0,0,94,54,0,0,94,54,0,0,94,54,0,0,94,54,0,0,94,54,0,0,94,54,0,0,94,54,0,0,94,54,0,0,96,54,0,0,96,54,0,0,96,54,0,0,98,54,0,0,100,54,0,0,102,54,0,0,104,54,0,0,104,54,0,0,108,54,0,0,108,54,0,0,108,54,0,0,110,54,0,0,110,54,0,0,110,54,0,0,110,54,0,0,112,54,0,0,114,54,0,0,114,54,0,0,116,54,0,0,116,54,0,0,120,54,0,0,122,54,0,0,122,54,0,0,124,54,0,0,124,54,0,0,126,54,0,0,132,54,0,0,132,54,0,0,134,54,0,0,134,54,0,0,134,54,0,0,134,54,0,0,134,54,0,0,136,54,0,0,136,54,0,0,138,54,0,0,140,54,0,0,142,54,0,0,142,54,0,0,142,54,0,0,142,54,0,0,142,54,0,0,144,54,0,0,144,54,0,0,144,54,0,0,144,54,0,0,144,54,0,0,144,54,0,0,146,54,0,0,146,54,0,0,148,54,0,0,148,54,0,0,148,54,0,0,150,54,0,0,150,54,0,0,152,54,0,0,152,54,0,0,154,54,0,0,154,54,0,0,160,54,0,0,160,54,0,0,160,54,0,0,162,54,0,0,162,54,0,0,162,54,0,0,162,54,0,0,162,54,0,0,162,54,0,0,162,54,0,0,164,54,0,0,164,54,0,0,166,54,0,0,166,54,0,0,166,54,0,0,170,54,0,0,174,54,0,0,176,54,0,0,176,54,0,0,178,54,0,0,178,54,0,0,178,54,0,0,180,54,0,0,182,54,0,0,182,54,0,0,188,54,0,0,188,54,0,0,188,54,0,0,188,54,0,0,188,54,0,0,188,54,0,0,188,54,0,0,190,54,0,0,190,54,0,0,192,54,0,0,192,54,0,0,196,54,0,0,196,54,0,0,198,54,0,0,198,54,0,0,198,54,0,0,198,54,0,0,198,54,0,0,198,54,0,0,198,54,0,0,198,54,0,0,198,54,0,0,202,54,0,0,204,54,0,0,208,54,0,0,208,54,0,0,208,54,0,0,208,54,0,0,208,54,0,0,208,54,0,0,208,54,0,0,208,54,0,0,210,54,0,0,210,54,0,0,212,54,0,0,212,54,0,0,212,54,0,0,212,54,0,0,212,54,0,0,212,54,0,0,214,54,0,0,214,54,0,0,218,54,0,0,220,54,0,0,222,54,0,0,222,54,0,0,224,54,0,0,224,54,0,0,224,54,0,0,226,54,0,0,232,54,0,0,236,54,0,0,238,54,0,0,238,54,0,0,240,54,0,0,242,54,0,0,248,54,0,0,248,54,0,0,250,54,0,0,250,54,0,0,250,54,0,0,250,54,0,0,254,54,0,0,2,55,0,0,2,55,0,0,2,55,0,0,4,55,0,0,6,55,0,0,6,55,0,0,6,55,0,0,6,55,0,0,6,55,0,0,10,55,0,0,10,55,0,0,10,55,0,0,16,55,0,0,16,55,0,0,18,55,0,0,18,55,0,0,18,55,0,0,18,55,0,0,18,55,0,0,20,55,0,0,22,55,0,0,26,55,0,0,28,55,0,0,36,55,0,0,38,55,0,0,42,55,0,0,44,55,0,0,44,55,0,0,44,55,0,0,46,55,0,0,46,55,0,0,48,55,0,0,48,55,0,0,50,55,0,0,52,55,0,0,52,55,0,0,52,55,0,0,52,55,0,0,52,55,0,0,52,55,0,0,52,55,0,0,52,55,0,0,54,55,0,0,58,55,0,0,58,55,0,0,58,55,0,0,60,55,0,0,64,55,0,0,64,55,0,0,64,55,0,0,64,55,0,0,66,55,0,0,66,55,0,0,66,55,0,0,66,55,0,0,66,55,0,0,70,55,0,0,70,55,0,0,72,55,0,0,74,55,0,0,80,55,0,0,82,55,0,0,84,55,0,0,86,55,0,0,90,55,0,0,90,55,0,0,90,55,0,0,92,55,0,0,94,55,0,0,94,55,0,0,96,55,0,0,96,55,0,0,96,55,0,0,98,55,0,0,98,55,0,0,100,55,0,0,102,55,0,0,102,55,0,0,102,55,0,0,104,55,0,0,106,55,0,0,106,55,0,0,106,55,0,0,108,55,0,0,108,55,0,0,110,55,0,0,110,55,0,0,112,55,0,0,112,55,0,0,112,55,0,0,114,55,0,0,114,55,0,0,120,55,0,0,122,55,0,0,122,55,0,0,124,55,0,0,126,55,0,0,128,55,0,0,128,55,0,0,128,55,0,0,132,55,0,0,132,55,0,0,132,55,0,0,134,55,0,0,134,55,0,0,138,55,0,0,138,55,0,0,140,55,0,0,142,55,0,0,144,55,0,0,146,55,0,0,146,55,0,0,146,55,0,0,146,55,0,0,146,55,0,0,146,55,0,0,148,55,0,0,148,55,0,0,148,55,0,0,150,55,0,0,150,55,0,0,150,55,0,0,150,55,0,0,152,55,0,0,152,55,0,0,152,55,0,0,156,55,0,0,158,55,0,0,158,55,0,0,158,55,0,0,158,55,0,0,160,55,0,0,162,55,0,0,164,55,0,0,164,55,0,0,166,55,0,0,166,55,0,0,170,55,0,0,170,55,0,0,172,55,0,0,174,55,0,0,174,55,0,0,174,55,0,0,176,55,0,0,178,55,0,0,178,55,0,0,178,55,0,0,178,55,0,0,178,55,0,0,180,55,0,0,180,55,0,0,180,55,0,0,182,55,0,0,184,55,0,0,184,55,0,0,186,55,0,0,188,55,0,0,188,55,0,0,190,55,0,0,190,55,0,0,194,55,0,0,196,55,0,0,198,55,0,0,198,55,0,0,198,55,0,0,198,55,0,0,200,55,0,0,200,55,0,0,206,55,0,0,206,55,0,0,208,55,0,0,208,55,0,0,208,55,0,0,208,55,0,0,208,55,0,0,208,55,0,0,208,55,0,0,212,55,0,0,214,55,0,0,214,55,0,0,216,55,0,0,220,55,0,0,224,55,0,0,226,55,0,0,226,55,0,0,230,55,0,0,232,55,0,0,236,55,0,0,236,55,0,0,236,55,0,0,236,55,0,0,236,55,0,0,238,55,0,0,238,55,0,0,240,55,0,0,240,55,0,0,240,55,0,0,242,55,0,0,244,55,0,0,244,55,0,0,244,55,0,0,246,55,0,0,246,55,0,0,246,55,0,0,246,55,0,0,246,55,0,0,246,55,0,0,246,55,0,0,248,55,0,0,248,55,0,0,250,55,0,0,250,55,0,0,250,55,0,0,250,55,0,0,250,55,0,0,250,55,0,0,250,55,0,0,250,55,0,0,250,55,0,0,250,55,0,0,252,55,0,0,252,55,0,0,254,55,0,0,0,56,0,0,0,56,0,0,2,56,0,0,2,56,0,0,4,56,0,0,4,56,0,0,6,56,0,0,6,56,0,0,6,56,0,0,8,56,0,0,12,56,0,0,16,56,0,0,18,56,0,0,18,56,0,0,20,56,0,0,22,56,0,0,22,56,0,0,22,56,0,0,24,56,0,0,30,56,0,0,30,56,0,0,30,56,0,0,30,56,0,0,32,56,0,0,36,56,0,0,38,56,0,0,40,56,0,0,40,56,0,0,40,56,0,0,42,56,0,0,42,56,0,0,44,56,0,0,44,56,0,0,44,56,0,0,46,56,0,0,46,56,0,0,46,56,0,0,46,56,0,0,46,56,0,0,48,56,0,0,50,56,0,0,52,56,0,0,56,56,0,0,60,56,0,0,60,56,0,0,60,56,0,0,60,56,0,0,62,56,0,0,64,56,0,0,68,56,0,0,68,56,0,0,68,56,0,0,70,56,0,0,70,56,0,0,70,56,0,0,70,56,0,0,72,56,0,0,72,56,0,0,72,56,0,0,72,56,0,0,72,56,0,0,72,56,0,0,72,56,0,0,74,56,0,0,76,56,0,0,76,56,0,0,78,56,0,0,78,56,0,0,78,56,0,0,78,56,0,0,78,56,0,0,78,56,0,0,82,56,0,0,86,56,0,0,86,56,0,0,88,56,0,0,88,56,0,0,88,56,0,0,88,56,0,0,88,56,0,0,90,56,0,0,92,56,0,0,94,56,0,0,94,56,0,0,94,56,0,0,94,56,0,0,96,56,0,0,98,56,0,0,98,56,0,0,98,56,0,0,98,56,0,0,98,56,0,0,100,56,0,0,104,56,0,0,106,56,0,0,108,56,0,0,108,56,0,0,108,56,0,0,110,56,0,0,112,56,0,0,112,56,0,0,112,56,0,0,112,56,0,0,114,56,0,0,120,56,0,0,122,56,0,0,124,56,0,0,124,56,0,0,124,56,0,0,124,56,0,0,124,56,0,0,124,56,0,0,126,56,0,0,126,56,0,0,126,56,0,0,128,56,0,0,128,56,0,0,130,56,0,0,134,56,0,0,134,56,0,0,134,56,0,0,138,56,0,0,138,56,0,0,138,56,0,0,138,56,0,0,138,56,0,0,140,56,0,0,142,56,0,0,144,56,0,0,146,56,0,0,146,56,0,0,148,56,0,0,148,56,0,0,148,56,0,0,148,56,0,0,148,56,0,0,150,56,0,0,152,56,0,0,152,56,0,0,152,56,0,0,154,56,0,0,158,56,0,0,160,56,0,0,160,56,0,0,162,56,0,0,164,56,0,0,170,56,0,0,170,56,0,0,170,56,0,0,174,56,0,0,176,56,0,0,176,56,0,0,176,56,0,0,176,56,0,0,178,56,0,0,178,56,0,0,180,56,0,0,180,56,0,0,180,56,0,0,180,56,0,0,184,56,0,0,184,56,0,0,184,56,0,0,184,56,0,0,184,56,0,0,184,56,0,0,186,56,0,0,188,56,0,0,188,56,0,0,190,56,0,0,192,56,0,0,194,56,0,0,194,56,0,0,194,56,0,0,194,56,0,0,194,56,0,0,194,56,0,0,194,56,0,0,194,56,0,0,194,56,0,0,194,56,0,0,194,56,0,0,194,56,0,0,194,56,0,0,194,56,0,0,198,56,0,0,198,56,0,0,206,56,0,0,206,56,0,0,208,56,0,0,208,56,0,0,208,56,0,0,208,56,0,0,208,56,0,0,208,56,0,0,214,56,0,0,216,56,0,0,216,56,0,0,216,56,0,0,218,56,0,0,220,56,0,0,220,56,0,0,222,56,0,0,224,56,0,0,224,56,0,0,226,56,0,0,226,56,0,0,226,56,0,0,226,56,0,0,226,56,0,0,226,56,0,0,226,56,0,0,226,56,0,0,230,56,0,0,232,56,0,0,232,56,0,0,234,56,0,0,234,56,0,0,236,56,0,0,238,56,0,0,238,56,0,0,240,56,0,0,240,56,0,0,240,56,0,0,240,56,0,0,240,56,0,0,240,56,0,0,244,56,0,0,244,56,0,0,246,56,0,0,246,56,0,0,246,56,0,0,246,56,0,0,248,56,0,0,248,56,0,0,250,56,0,0,250,56,0,0,252,56,0,0,252,56,0,0,252,56,0,0,252,56,0,0,252,56,0,0,254,56,0,0,254,56,0,0,254,56,0,0,254,56,0,0,4,57,0,0,6,57,0,0,6,57,0,0,6,57,0,0,6,57,0,0,8,57,0,0,8,57,0,0,8,57,0,0,10,57,0,0,12,57,0,0,12,57,0,0,16,57,0,0,16,57,0,0,16,57,0,0,18,57,0,0,20,57,0,0,22,57,0,0,22,57,0,0,22,57,0,0,24,57,0,0,24,57,0,0,28,57,0,0,28,57,0,0,32,57,0,0,34,57,0,0,34,57,0,0,36,57,0,0,38,57,0,0,38,57,0,0,40,57,0,0,40,57,0,0,40,57,0,0,40,57,0,0,44,57,0,0,46,57,0,0,46,57,0,0,46,57,0,0,48,57,0,0,48,57,0,0,50,57,0,0,52,57,0,0,52,57,0,0,54,57,0,0,54,57,0,0,54,57,0,0,54,57,0,0,54,57,0,0,54,57,0,0,54,57,0,0,54,57,0,0,54,57,0,0,56,57,0,0,58,57,0,0,58,57,0,0,60,57,0,0,60,57,0,0,62,57,0,0,66,57,0,0,66,57,0,0,68,57,0,0,70,57,0,0,70,57,0,0,70,57,0,0,70,57,0,0,72,57,0,0,74,57,0,0,78,57,0,0,78,57,0,0,78,57,0,0,80,57,0,0,80,57,0,0,80,57,0,0,82,57,0,0,84,57,0,0,84,57,0,0,84,57,0,0,88,57,0,0,90,57,0,0,90,57,0,0,90,57,0,0,94,57,0,0,98,57,0,0,98,57,0,0,98,57,0,0,98,57,0,0,98,57,0,0,102,57,0,0,102,57,0,0,102,57,0,0,104,57,0,0,106,57,0,0,108,57,0,0,108,57,0,0,110,57,0,0,110,57,0,0,110,57,0,0,112,57,0,0,112,57,0,0,112,57,0,0,112,57,0,0,114,57,0,0,116,57,0,0,118,57,0,0,118,57,0,0,118,57,0,0,118,57,0,0,120,57,0,0,120,57,0,0,120,57,0,0,120,57,0,0,122,57,0,0,124,57,0,0,126,57,0,0,126,57,0,0,126,57,0,0,132,57,0,0,132,57,0,0,134,57,0,0,136,57,0,0,136,57,0,0,136,57,0,0,136,57,0,0,136,57,0,0,136,57,0,0,140,57,0,0,140,57,0,0,140,57,0,0,142,57,0,0,146,57,0,0,146,57,0,0,146,57,0,0,148,57,0,0,148,57,0,0,150,57,0,0,154,57,0,0,156,57,0,0,156,57,0,0,156,57,0,0,158,57,0,0,160,57,0,0,162,57,0,0,164,57,0,0,164,57,0,0,164,57,0,0,166,57,0,0,166,57,0,0,166,57,0,0,166,57,0,0,166,57,0,0,166,57,0,0,166,57,0,0,166,57,0,0,166,57,0,0,166,57,0,0,170,57,0,0,170,57,0,0,170,57,0,0,170,57,0,0,172,57,0,0,172,57,0,0,172,57,0,0,174,57,0,0,174,57,0,0,174,57,0,0,174,57,0,0,174,57,0,0,174,57,0,0,174,57,0,0,174,57,0,0,174,57,0,0,174,57,0,0,174,57,0,0,176,57,0,0,176,57,0,0,178,57,0,0,180,57,0,0,180,57,0,0,182,57,0,0,182,57,0,0,184,57,0,0,184,57,0,0,184,57,0,0,184,57,0,0,184,57,0,0,184,57,0,0,186,57,0,0,190,57,0,0,192,57,0,0,194,57,0,0,194,57,0,0,196,57,0,0,198,57,0,0,200,57,0,0,200,57,0,0,200,57,0,0,200,57,0,0,200,57,0,0,202,57,0,0,202,57,0,0,202,57,0,0,204,57,0,0,206,57,0,0,206,57,0,0,208,57,0,0,210,57,0,0,210,57,0,0,210,57,0,0,210,57,0,0,212,57,0,0,212,57,0,0,212,57,0,0,214,57,0,0,214,57,0,0,214,57,0,0,216,57,0,0,218,57,0,0,218,57,0,0,220,57,0,0,220,57,0,0,222,57,0,0,224,57,0,0,226,57,0,0,226,57,0,0,228,57,0,0,228,57,0,0,230,57,0,0,230,57,0,0,232,57,0,0,232,57,0,0,232,57,0,0,232,57,0,0,232,57,0,0,232,57,0,0,234,57,0,0,236,57,0,0,238,57,0,0,238,57,0,0,242,57,0,0,242,57,0,0,242,57,0,0,244,57,0,0,246,57,0,0,246,57,0,0,246,57,0,0,246,57,0,0,246,57,0,0,246,57,0,0,246,57,0,0,246,57,0,0,246,57,0,0,248,57,0,0,248,57,0,0,250,57,0,0,250,57,0,0,250,57,0,0,252,57,0,0,252,57,0,0,2,58,0,0,4,58,0,0,6,58,0,0,6,58,0,0,8,58,0,0,10,58,0,0,12,58,0,0,12,58,0,0,14,58,0,0,16,58,0,0,18,58,0,0,18,58,0,0,18,58,0,0,18,58,0,0,20,58,0,0,20,58,0,0,20,58,0,0,22,58,0,0,22,58,0,0,22,58,0,0,22,58,0,0,22,58,0,0,22,58,0,0,22,58,0,0,22,58,0,0,22,58,0,0,22,58,0,0,22,58,0,0,22,58,0,0,22,58,0,0,22,58,0,0,24,58,0,0,26,58,0,0,28,58,0,0,30,58,0,0,30,58,0,0,32,58,0,0,34,58,0,0,36,58,0,0,38,58,0,0,38,58,0,0,42,58,0,0,42,58,0,0,42,58,0,0,42,58,0,0,42,58,0,0,42,58,0,0,42,58,0,0,42,58,0,0,44,58,0,0,44,58,0,0,44,58,0,0,44,58,0,0,46,58,0,0,46,58,0,0,46,58,0,0,46,58,0,0,46,58,0,0,48,58,0,0,48,58,0,0,50,58,0,0,52,58,0,0,52,58,0,0,54,58,0,0,56,58,0,0,56,58,0,0,56,58,0,0,56,58,0,0,58,58,0,0,58,58,0,0,60,58,0,0,60,58,0,0,60,58,0,0,64,58,0,0,64,58,0,0,64,58,0,0,66,58,0,0,70,58,0,0,70,58,0,0,70,58,0,0,74,58,0,0,74,58,0,0,74,58,0,0,74,58,0,0,76,58,0,0,76,58,0,0,78,58,0,0,78,58,0,0,80,58,0,0,80,58,0,0,80,58,0,0,82,58,0,0,86,58,0,0,86,58,0,0,86,58,0,0,86,58,0,0,88,58,0,0,88,58,0,0,88,58,0,0,88,58,0,0,88,58,0,0,88,58,0,0,88,58,0,0,88,58,0,0,90,58,0,0,92,58,0,0,92,58,0,0,92,58,0,0,92,58,0,0,92,58,0,0,92,58,0,0,92,58,0,0,92,58,0,0,92,58,0,0,92,58,0,0,92,58,0,0,92,58,0,0,96,58,0,0,98,58,0,0,98,58,0,0,98,58,0,0,98,58,0,0,100,58,0,0,100,58,0,0,104,58,0,0,106,58,0,0,108,58,0,0,108,58,0,0,110,58,0,0,110,58,0,0,110,58,0,0,110,58,0,0,114,58,0,0,114,58,0,0,114,58,0,0,114,58,0,0,114,58,0,0,116,58,0,0,116,58,0,0,116,58,0,0,116,58,0,0,118,58,0,0,120,58,0,0,120,58,0,0,120,58,0,0,120,58,0,0,122,58,0,0,122,58,0,0,122,58,0,0,124,58,0,0,126,58,0,0,126,58,0,0,126,58,0,0,126,58,0,0,128,58,0,0,130,58,0,0,132,58,0,0,132,58,0,0,134,58,0,0,138,58,0,0,140,58,0,0,142,58,0,0,142,58,0,0,142,58,0,0,142,58,0,0,142,58,0,0,142,58,0,0,142,58,0,0,144,58,0,0,144,58,0,0,144,58,0,0,144,58,0,0,144,58,0,0,144,58,0,0,144,58,0,0,144,58,0,0,144,58,0,0,144,58,0,0,146,58,0,0,148,58,0,0,148,58,0,0,148,58,0,0,150,58,0,0,150,58,0,0,152,58,0,0,154,58,0,0,156,58,0,0,156,58,0,0,156,58,0,0,156,58,0,0,160,58,0,0,160,58,0,0,160,58,0,0,160,58,0,0,160,58,0,0,160,58,0,0,160,58,0,0,162,58,0,0,162,58,0,0,164,58,0,0,164,58,0,0,166,58,0,0,170,58,0,0,170,58,0,0,170,58,0,0,174,58,0,0,176,58,0,0,176,58,0,0,176,58,0,0,176,58,0,0,176,58,0,0,176,58,0,0,176,58,0,0,178,58,0,0,178,58,0,0,178,58,0,0,178,58,0,0,178,58,0,0,178,58,0,0,180,58,0,0,182,58,0,0,182,58,0,0,182,58,0,0,182,58,0,0,184,58,0,0,184,58,0,0,184,58,0,0,186,58,0,0,188,58,0,0,190,58,0,0,194,58,0,0,194,58,0,0,194,58,0,0,194,58,0,0,194,58,0,0,194,58,0,0,194,58,0,0,194,58,0,0,196,58,0,0,196,58,0,0,196,58,0,0,198,58,0,0,200,58,0,0,200,58,0,0,200,58,0,0,200,58,0,0,204,58,0,0,204,58,0,0,204,58,0,0,204,58,0,0,206,58,0,0,206,58,0,0,206,58,0,0,206,58,0,0,208,58,0,0,210,58,0,0,210,58,0,0,210,58,0,0,212,58,0,0,214,58,0,0,214,58,0,0,214,58,0,0,218,58,0,0,218,58,0,0,218,58,0,0,220,58,0,0,220,58,0,0,220,58,0,0,224,58,0,0,226,58,0,0,226,58,0,0,228,58,0,0,230,58,0,0,230,58,0,0,230,58,0,0,232,58,0,0,232,58,0,0,232,58,0,0,232,58,0,0,232,58,0,0,232,58,0,0,232,58,0,0,236,58,0,0,236,58,0,0,240,58,0,0,240,58,0,0,244,58,0,0,246,58,0,0,246,58,0,0,250,58,0,0,252,58,0,0,252,58,0,0,252,58,0,0,0,59,0,0,2,59,0,0,4,59,0,0,6,59,0,0,6,59,0,0,8,59,0,0,10,59,0,0,10,59,0,0,10,59,0,0,10,59,0,0,12,59,0,0,12,59,0,0,12,59,0,0,12,59,0,0,14,59,0,0,14,59,0,0,16,59,0,0,16,59,0,0,20,59,0,0,20,59,0,0,20,59,0,0,20,59,0,0,20,59,0,0,20,59,0,0,20,59,0,0,20,59,0,0,20,59,0,0,22,59,0,0,22,59,0,0,22,59,0,0,26,59,0,0,26,59,0,0,28,59,0,0,28,59,0,0,28,59,0,0,28,59,0,0,28,59,0,0,28,59,0,0,28,59,0,0,28,59,0,0,28,59,0,0,28,59,0,0,28,59,0,0,30,59,0,0,36,59,0,0,40,59,0,0,40,59,0,0,40,59,0,0,42,59,0,0,42,59,0,0,42,59,0,0,42,59,0,0,44,59,0,0,44,59,0,0,50,59,0,0,50,59,0,0,54,59,0,0,56,59,0,0,56,59,0,0,60,59,0,0,62,59,0,0,62,59,0,0,62,59,0,0,64,59,0,0,64,59,0,0,64,59,0,0,66,59,0,0,66,59,0,0,66,59,0,0,68,59,0,0,68,59,0,0,68,59,0,0,68,59,0,0,68,59,0,0,68,59,0,0,68,59,0,0,68,59,0,0,68,59,0,0,68,59,0,0,68,59,0,0,68,59,0,0,70,59,0,0,70,59,0,0,72,59,0,0,72,59,0,0,72,59,0,0,74,59,0,0,76,59,0,0,76,59,0,0,76,59,0,0,78,59,0,0,80,59,0,0,82,59,0,0,84,59,0,0,84,59,0,0,88,59,0,0,90,59,0,0,90,59,0,0,90,59,0,0,90,59,0,0,92,59,0,0,94,59,0,0,96,59,0,0,96,59,0,0,96,59,0,0,96,59,0,0,96,59,0,0,96,59,0,0,96,59,0,0,96,59,0,0,98,59,0,0,100,59,0,0,102,59,0,0,102,59,0,0,102,59,0,0,102,59,0,0,106,59,0,0,106,59,0,0,106,59,0,0,106,59,0,0,106,59,0,0,106,59,0,0,106,59,0,0,110,59,0,0,110,59,0,0,114,59,0,0,114,59,0,0,116,59,0,0,116,59,0,0,118,59,0,0,120,59,0,0,120,59,0,0,122,59,0,0,124,59,0,0,126,59,0,0,126,59,0,0,128,59,0,0,128,59,0,0,128,59,0,0,132,59,0,0,132,59,0,0,136,59,0,0,136,59,0,0,136,59,0,0,136,59,0,0,136,59,0,0,136,59,0,0,136,59,0,0,136,59,0,0,136,59,0,0,136,59,0,0,136,59,0,0,136,59,0,0,138,59,0,0,138,59,0,0,138,59,0,0,140,59,0,0,142,59,0,0,142,59,0,0,142,59,0,0,144,59,0,0,144,59,0,0,146,59,0,0,146,59,0,0,146,59,0,0,148,59,0,0,150,59,0,0,152,59,0,0,152,59,0,0,152,59,0,0,152,59,0,0,152,59,0,0,152,59,0,0,154,59,0,0,154,59,0,0,154,59,0,0,154,59,0,0,154,59,0,0,154,59,0,0,156,59,0,0,156,59,0,0,156,59,0,0,158,59,0,0,158,59,0,0,160,59,0,0,160,59,0,0,164,59,0,0,164,59,0,0,164,59,0,0,166,59,0,0,166,59,0,0,168,59,0,0,170,59,0,0,170,59,0,0,170,59,0,0,170,59,0,0,170,59,0,0,170,59,0,0,170,59,0,0,170,59,0,0,174,59,0,0,174,59,0,0,174,59,0,0,174,59,0,0,174,59,0,0,174,59,0,0,174,59,0,0,174,59,0,0,176,59,0,0,176,59,0,0,176,59,0,0,178,59,0,0,180,59,0,0,180,59,0,0,180,59,0,0,180,59,0,0,180,59,0,0,180,59,0,0,180,59,0,0,182,59,0,0,182,59,0,0,184,59,0,0,186,59,0,0,192,59,0,0,192,59,0,0,192,59,0,0,192,59,0,0,192,59,0,0,192,59,0,0,194,59,0,0,196,59,0,0,200,59,0,0,200,59,0,0,202,59,0,0,202,59,0,0,202,59,0,0,202,59,0,0,204,59,0,0,204,59,0,0,204,59,0,0,204,59,0,0,204,59,0,0,206,59,0,0,208,59,0,0,212,59,0,0,212,59,0,0,212,59,0,0,216,59,0,0,216,59,0,0,216,59,0,0,218,59,0,0,222,59,0,0,222,59,0,0,226,59,0,0,230,59,0,0,230,59,0,0,230,59,0,0,230,59,0,0,232,59,0,0,232,59,0,0,232,59,0,0,234,59,0,0,234,59,0,0,236,59,0,0,238,59,0,0,240,59,0,0,240,59,0,0,240,59,0,0,240,59,0,0,240,59,0,0,240,59,0,0,242,59,0,0,242,59,0,0,242,59,0,0,244,59,0,0,244,59,0,0,244,59,0,0,244,59,0,0,244,59,0,0,244,59,0,0,244,59,0,0,244,59,0,0,246,59,0,0,246,59,0,0,248,59,0,0,252,59,0,0,254,59,0,0,2,60,0,0,4,60,0,0,4,60,0,0,6,60,0,0,8,60,0,0,8,60,0,0,8,60,0,0,8,60,0,0,10,60,0,0,10,60,0,0,10,60,0,0,10,60,0,0,12,60,0,0,12,60,0,0,12,60,0,0,12,60,0,0,12,60,0,0,14,60,0,0,14,60,0,0,14,60,0,0,16,60,0,0,16,60,0,0,20,60,0,0,22,60,0,0,22,60,0,0,22,60,0,0,26,60,0,0,30,60,0,0,30,60,0,0,30,60,0,0,32,60,0,0,32,60,0,0,32,60,0,0,34,60,0,0,34,60,0,0,34,60,0,0,34,60,0,0,34,60,0,0,34,60,0,0,34,60,0,0,34,60,0,0,34,60,0,0,38,60,0,0,38,60,0,0,38,60,0,0,42,60,0,0,42,60,0,0,42,60,0,0,44,60,0,0,44,60,0,0,48,60,0,0,48,60,0,0,52,60,0,0,56,60,0,0,56,60,0,0,56,60,0,0,58,60,0,0,62,60,0,0,62,60,0,0,62,60,0,0,62,60,0,0,62,60,0,0,64,60,0,0,64,60,0,0,66,60,0,0,68,60,0,0,68,60,0,0,70,60,0,0,72,60,0,0,72,60,0,0,74,60,0,0,74,60,0,0,74,60,0,0,74,60,0,0,76,60,0,0,78,60,0,0,80,60,0,0,82,60,0,0,82,60,0,0,84,60,0,0,86,60,0,0,86,60,0,0,88,60,0,0,88,60,0,0,88,60,0,0,88,60,0,0,88,60,0,0,88,60,0,0,88,60,0,0,88,60,0,0,88,60,0,0,88,60,0,0,88,60,0,0,88,60,0,0,88,60,0,0,92,60,0,0,92,60,0,0,92,60,0,0,96,60,0,0,98,60,0,0,98,60,0,0,102,60,0,0,102,60,0,0,102,60,0,0,102,60,0,0,102,60,0,0,102,60,0,0,104,60,0,0,104,60,0,0,104,60,0,0,106,60,0,0,108,60,0,0,110,60,0,0,110,60,0,0,112,60,0,0,112,60,0,0,114,60,0,0,114,60,0,0,114,60,0,0,114,60,0,0,114,60,0,0,114,60,0,0,116,60,0,0,118,60,0,0,118,60,0,0,118,60,0,0,118,60,0,0,118,60,0,0,118,60,0,0,118,60,0,0,120,60,0,0,126,60,0,0,126,60,0,0,128,60,0,0,128,60,0,0,128,60,0,0,128,60,0,0,128,60,0,0,128,60,0,0,130,60,0,0,130,60,0,0,130,60,0,0,130,60,0,0,132,60,0,0,132,60,0,0,132,60,0,0,132,60,0,0,132,60,0,0,134,60,0,0,134,60,0,0,134,60,0,0,138,60,0,0,140,60,0,0,140,60,0,0,142,60,0,0,142,60,0,0,142,60,0,0,144,60,0,0,146,60,0,0,150,60,0,0,150,60,0,0,150,60,0,0,150,60,0,0,152,60,0,0,154,60,0,0,154,60,0,0,154,60,0,0,154,60,0,0,154,60,0,0,156,60,0,0,158,60,0,0,158,60,0,0,160,60,0,0,160,60,0,0,160,60,0,0,164,60,0,0,166,60,0,0,166,60,0,0,166,60,0,0,166,60,0,0,166,60,0,0,168,60,0,0,168,60,0,0,168,60,0,0,172,60,0,0,174,60,0,0,176,60,0,0,176,60,0,0,178,60,0,0,178,60,0,0,180,60,0,0,182,60,0,0,182,60,0,0,182,60,0,0,184,60,0,0,184,60,0,0,184,60,0,0,184,60,0,0,184,60,0,0,186,60,0,0,190,60,0,0,194,60,0,0,194,60,0,0,194,60,0,0,194,60,0,0,194,60,0,0,196,60,0,0,196,60,0,0,196,60,0,0,198,60,0,0,198,60,0,0,198,60,0,0,198,60,0,0,198,60,0,0,200,60,0,0,202,60,0,0,204,60,0,0,204,60,0,0,204,60,0,0,206,60,0,0,208,60,0,0,210,60,0,0,210,60,0,0,210,60,0,0,210,60,0,0,210,60,0,0,214,60,0,0,214,60,0,0,214,60,0,0,214,60,0,0,216,60,0,0,218,60,0,0,220,60,0,0,222,60,0,0,222,60,0,0,222,60,0,0,222,60,0,0,222,60,0,0,222,60,0,0,224,60,0,0,224,60,0,0,224,60,0,0,224,60,0,0,224,60,0,0,224,60,0,0,226,60,0,0,226,60,0,0,226,60,0,0,230,60,0,0,232,60,0,0,232,60,0,0,232,60,0,0,232,60,0,0,234,60,0,0,234,60,0,0,234,60,0,0,234,60,0,0,234,60,0,0,236,60,0,0,236,60,0,0,236,60,0,0,236,60,0,0,238,60,0,0,240,60,0,0,240,60,0,0,240,60,0,0,242,60,0,0,242,60,0,0,244,60,0,0,244,60,0,0,244,60,0,0,246,60,0,0,246,60,0,0,246,60,0,0,246,60,0,0,248,60,0,0,248,60,0,0,248,60,0,0,250,60,0,0,252,60,0,0,252,60,0,0,254,60,0,0,254,60,0,0,254,60,0,0,254,60,0,0,254,60,0,0,254,60,0,0,254,60,0,0,254,60,0,0,254,60,0,0,0,61,0,0,0,61,0,0,0,61,0,0,2,61,0,0,2,61,0,0,2,61,0,0,4,61,0,0,8,61,0,0,8,61,0,0,8,61,0,0,8,61,0,0,8,61,0,0,10,61,0,0,10,61,0,0,10,61,0,0,12,61,0,0,12,61,0,0,12,61,0,0,12,61,0,0,12,61,0,0,16,61,0,0,18,61,0,0,20,61,0,0,26,61,0,0,32,61,0,0,34,61,0,0,36,61,0,0,36,61,0,0,36,61,0,0,36,61,0,0,40,61,0,0,40,61,0,0,42,61,0,0,42,61,0,0,42,61,0,0,44,61,0,0,48,61,0,0,48,61,0,0,48,61,0,0,48,61,0,0,50,61,0,0,50,61,0,0,50,61,0,0,52,61,0,0,52,61,0,0,52,61,0,0,54,61,0,0,54,61,0,0,56,61,0,0,56,61,0,0,58,61,0,0,62,61,0,0,64,61,0,0,66,61,0,0,66,61,0,0,66,61,0,0,66,61,0,0,66,61,0,0,66,61,0,0,66,61,0,0,68,61,0,0,70,61,0,0,74,61,0,0,76,61,0,0,76,61,0,0,76,61,0,0,76,61,0,0,76,61,0,0,76,61,0,0,82,61,0,0,82,61,0,0,84,61,0,0,90,61,0,0,90,61,0,0,92,61,0,0,92,61,0,0,94,61,0,0,96,61,0,0,96,61,0,0,96,61,0,0,96,61,0,0,96,61,0,0,100,61,0,0,100,61,0,0,102,61,0,0,102,61,0,0,104,61,0,0,106,61,0,0,106,61,0,0,106,61,0,0,108,61,0,0,110,61,0,0,114,61,0,0,114,61,0,0,116,61,0,0,116,61,0,0,116,61,0,0,118,61,0,0,118,61,0,0,118,61,0,0,122,61,0,0,122,61,0,0,122,61,0,0,122,61,0,0,122,61,0,0,126,61,0,0,126,61,0,0,126,61,0,0,128,61,0,0,128,61,0,0,132,61,0,0,132,61,0,0,132,61,0,0,132,61,0,0,134,61,0,0,134,61,0,0,134,61,0,0,134,61,0,0,134,61,0,0,136,61,0,0,138,61,0,0,138,61,0,0,138,61,0,0,138,61,0,0,146,61,0,0,146,61,0,0,148,61,0,0,150,61,0,0,152,61,0,0,152,61,0,0,154,61,0,0,154,61,0,0,156,61,0,0,160,61,0,0,160,61,0,0,160,61,0,0,162,61,0,0,162,61,0,0,166,61,0,0,166,61,0,0,168,61,0,0,168,61,0,0,170,61,0,0,170,61,0,0,170,61,0,0,172,61,0,0,172,61,0,0,172,61,0,0,172,61,0,0,174,61,0,0,176,61,0,0,176,61,0,0,176,61,0,0,178,61,0,0,178,61,0,0,178,61,0,0,182,61,0,0,182,61,0,0,182,61,0,0,184,61,0,0,188,61,0,0,190,61,0,0,190,61,0,0,190,61,0,0,190,61,0,0,192,61,0,0,192,61,0,0,192,61,0,0,192,61,0,0,196,61,0,0,198,61,0,0,198,61,0,0,198,61,0,0,200,61,0,0,200,61,0,0,200,61,0,0,206,61,0,0,206,61,0,0,208,61,0,0,210,61,0,0,212,61,0,0,214,61,0,0,214,61,0,0,216,61,0,0,218,61,0,0,218,61,0,0,218,61,0,0,218,61,0,0,220,61,0,0,220,61,0,0,222,61,0,0,226,61,0,0,226,61,0,0,226,61,0,0,228,61,0,0,228,61,0,0,228,61,0,0,230,61,0,0,230,61,0,0,230,61,0,0,232,61,0,0,234,61,0,0,236,61,0,0,238,61,0,0,238,61,0,0,242,61,0,0,242,61,0,0,242,61,0,0,244,61,0,0,246,61,0,0,248,61,0,0,250,61,0,0,252,61,0,0,254,61,0,0,254,61,0,0,254,61,0,0,0,62,0,0,0,62,0,0,2,62,0,0,4,62,0,0,4,62,0,0,6,62,0,0,12,62,0,0,16,62,0,0,16,62,0,0,18,62,0,0,18,62,0,0,18,62,0,0,18,62,0,0,22,62,0,0,22,62,0,0,24,62,0,0,26,62,0,0,26,62,0,0,32,62,0,0,32,62,0,0,34,62,0,0,36,62,0,0,36,62,0,0,36,62,0,0,38,62,0,0,38,62,0,0,40,62,0,0,42,62,0,0,42,62,0,0,42,62,0,0,42,62,0,0,42,62,0,0,42,62,0,0,46,62,0,0,48,62,0,0,52,62,0,0,56,62,0,0,56,62,0,0,58,62,0,0,58,62,0,0,58,62,0,0,60,62,0,0,60,62,0,0,60,62,0,0,60,62,0,0,60,62,0,0,62,62,0,0,62,62,0,0,64,62,0,0,66,62,0,0,68,62,0,0,68,62,0,0,68,62,0,0,68,62,0,0,68,62,0,0,68,62,0,0,70,62,0,0,70,62,0,0,70,62,0,0,70,62,0,0,72,62,0,0,76,62,0,0,78,62,0,0,78,62,0,0,78,62,0,0,78,62,0,0,84,62,0,0,84,62,0,0,88,62,0,0,88,62,0,0,90,62,0,0,90,62,0,0,90,62,0,0,90,62,0,0,90,62,0,0,94,62,0,0,94,62,0,0,94,62,0,0,96,62,0,0,96,62,0,0,96,62,0,0,98,62,0,0,98,62,0,0,100,62,0,0,102,62,0,0,104,62,0,0,106,62,0,0,106,62,0,0,106,62,0,0,106,62,0,0,108,62,0,0,108,62,0,0,108,62,0,0,108,62,0,0,108,62,0,0,108,62,0,0,110,62,0,0,110,62,0,0,110,62,0,0,110,62,0,0,110,62,0,0,110,62,0,0,114,62,0,0,116,62,0,0,116,62,0,0,116,62,0,0,116,62,0,0,120,62,0,0,124,62,0,0,128,62,0,0,130,62,0,0,130,62,0,0,130,62,0,0,130,62,0,0,132,62,0,0,132,62,0,0,134,62,0,0,136,62,0,0,136,62,0,0,136,62,0,0,136,62,0,0,138,62,0,0,138,62,0,0,142,62,0,0,142,62,0,0,144,62,0,0,144,62,0,0,144,62,0,0,146,62,0,0,150,62,0,0,150,62,0,0,152,62,0,0,152,62,0,0,154,62,0,0,154,62,0,0,154,62,0,0,154,62,0,0,156,62,0,0,156,62,0,0,160,62,0,0,162,62,0,0,162,62,0,0,168,62,0,0,168,62,0,0,168,62,0,0,168,62,0,0,170,62,0,0,172,62,0,0,174,62,0,0,174,62,0,0,176,62,0,0,176,62,0,0,176,62,0,0,180,62,0,0,180,62,0,0,180,62,0,0,180,62,0,0,180,62,0,0,180,62,0,0,184,62,0,0,184,62,0,0,184,62,0,0,184,62,0,0,186,62,0,0,188,62,0,0,188,62,0,0,188,62,0,0,188,62,0,0,190,62,0,0,190,62,0,0,192,62,0,0,194,62,0,0,194,62,0,0,198,62,0,0,198,62,0,0,198,62,0,0,200,62,0,0,200,62,0,0,202,62,0,0,202,62,0,0,202,62,0,0,204,62,0,0,206,62,0,0,208,62,0,0,208,62,0,0,208,62,0,0,208,62,0,0,208,62,0,0,210,62,0,0,210,62,0,0,210,62,0,0,210,62,0,0,210,62,0,0,210,62,0,0,212,62,0,0,216,62,0,0,216,62,0,0,216,62,0,0,220,62,0,0,220,62,0,0,222,62,0,0,222,62,0,0,222,62,0,0,224,62,0,0,224,62,0,0,228,62,0,0,228,62,0,0,228,62,0,0,232,62,0,0,234,62,0,0,234,62,0,0,234,62,0,0,234,62,0,0,234,62,0,0,234,62,0,0,234,62,0,0,236,62,0,0,242,62,0,0,242,62,0,0,244,62,0,0,244,62,0,0,244,62,0,0,244,62,0,0,244,62,0,0,244,62,0,0,244,62,0,0,244,62,0,0,244,62,0,0,244,62,0,0,244,62,0,0,246,62,0,0,246,62,0,0,250,62,0,0,0,63,0,0,2,63,0,0,4,63,0,0,6,63,0,0,6,63,0,0,6,63,0,0,6,63,0,0,6,63,0,0,6,63,0,0,6,63,0,0,8,63,0,0,8,63,0,0,12,63,0,0,12,63,0,0,12,63,0,0,12,63,0,0,12,63,0,0,12,63,0,0,18,63,0,0,20,63,0,0,20,63,0,0,20,63,0,0,20,63,0,0,20,63,0,0,20,63,0,0,20,63,0,0,22,63,0,0,22,63,0,0,22,63,0,0,24,63,0,0,24,63,0,0,26,63,0,0,26,63,0,0,26,63,0,0,26,63,0,0,26,63,0,0,26,63,0,0,28,63,0,0,28,63,0,0,28,63,0,0,28,63,0,0,28,63,0,0,28,63,0,0,30,63,0,0,32,63,0,0,32,63,0,0,36,63,0,0,38,63,0,0,40,63,0,0,40,63,0,0,40,63,0,0,40,63,0,0,42,63,0,0,42,63,0,0,42,63,0,0,44,63,0,0,46,63,0,0,46,63,0,0,48,63,0,0,52,63,0,0,56,63,0,0,62,63,0,0,64,63,0,0,64,63,0,0,66,63,0,0,66,63,0,0,68,63,0,0,68,63,0,0,70,63,0,0,72,63,0,0,72,63,0,0,72,63,0,0,72,63,0,0,76,63,0,0,76,63,0,0,78,63,0,0,78,63,0,0,78,63,0,0,78,63,0,0,78,63,0,0,78,63,0,0,78,63,0,0,80,63,0,0,82,63,0,0,84,63,0,0,88,63,0,0,88,63,0,0,88,63,0,0,88,63,0,0,88,63,0,0,88,63,0,0,88,63,0,0,88,63,0,0,88,63,0,0,88,63,0,0,88,63,0,0,90,63,0,0,90,63,0,0,90,63,0,0,90,63,0,0,90,63,0,0,90,63,0,0,94,63,0,0,94,63,0,0,94,63,0,0,94,63,0,0,94,63,0,0,96,63,0,0,98,63,0,0,98,63,0,0,98,63,0,0,98,63,0,0,98,63,0,0,100,63,0,0,102,63,0,0,102,63,0,0,102,63,0,0,104,63,0,0,104,63,0,0,106,63,0,0,108,63,0,0,108,63,0,0,108,63,0,0,110,63,0,0,110,63,0,0,110,63,0,0,110,63,0,0,110,63,0,0,110,63,0,0,110,63,0,0,112,63,0,0,114,63,0,0,114,63,0,0,114,63,0,0,116,63,0,0,118,63,0,0,118,63,0,0,118,63,0,0,118,63,0,0,122,63,0,0,124,63,0,0,128,63,0,0,128,63,0,0,132,63,0,0,134,63,0,0,134,63,0,0,136,63,0,0,136,63,0,0,136,63,0,0,136,63,0,0,136,63,0,0,138,63,0,0,138,63,0,0,140,63,0,0,140,63,0,0,140,63,0,0,140,63,0,0,144,63,0,0,144,63,0,0,146,63,0,0,146,63,0,0,148,63,0,0,148,63,0,0,148,63,0,0,148,63,0,0,152,63,0,0,152,63,0,0,154,63,0,0,158,63,0,0,158,63,0,0,160,63,0,0,166,63,0,0,168,63,0,0,168,63,0,0,168,63,0,0,168,63,0,0,168,63,0,0,168,63,0,0,168,63,0,0,168,63,0,0,168,63,0,0,168,63,0,0,170,63,0,0,172,63,0,0,174,63,0,0,176,63,0,0,180,63,0,0,184,63,0,0,186,63,0,0,186,63,0,0,188,63,0,0,188,63,0,0,188,63,0,0,190,63,0,0,194,63,0,0,194,63,0,0,196,63,0,0,196,63,0,0,196,63,0,0,196,63,0,0,196,63,0,0,200,63,0,0,200,63,0,0,200,63,0,0,200,63,0,0,200,63,0,0,200,63,0,0,202,63,0,0,202,63,0,0,202,63,0,0,202,63,0,0,202,63,0,0,204,63,0,0,204,63,0,0,206,63,0,0,208,63,0,0,210,63,0,0,210,63,0,0,210,63,0,0,212,63,0,0,214,63,0,0,214,63,0,0,214,63,0,0,214,63,0,0,214,63,0,0,214,63,0,0,214,63,0,0,216,63,0,0,216,63,0,0,218,63,0,0,218,63,0,0,218,63,0,0,218,63,0,0,220,63,0,0,220,63,0,0,222,63,0,0,222,63,0,0,222,63,0,0,222,63,0,0,222,63,0,0,224,63,0,0,224,63,0,0,224,63,0,0,226,63,0,0,228,63,0,0,228,63,0,0,230,63,0,0,230,63,0,0,230,63,0,0,236,63,0,0,238,63,0,0,238,63,0,0,240,63,0,0,240,63,0,0,242,63,0,0,242,63,0,0,248,63,0,0,248,63,0,0,248,63,0,0,250,63,0,0,250,63,0,0,250,63,0,0,250,63,0,0,250,63,0,0,254,63,0,0,0,64,0,0,0,64,0,0,0,64,0,0,4,64,0,0,4,64,0,0,4,64,0,0,6,64,0,0,8,64,0,0,10,64,0,0,12,64,0,0,12,64,0,0,12,64,0,0,12,64,0,0,12,64,0,0,12,64,0,0,12,64,0,0,16,64,0,0,18,64,0,0,18,64,0,0,20,64,0,0,24,64,0,0,26,64,0,0,26,64,0,0,26,64,0,0,26,64,0,0,28,64,0,0,30,64,0,0,32,64,0,0,32,64,0,0,36,64,0,0,38,64,0,0,38,64,0,0,38,64,0,0,40,64,0,0,44,64,0,0,44,64,0,0,44,64,0,0,44,64,0,0,44,64,0,0,46,64,0,0,46,64,0,0,46,64,0,0,48,64,0,0,48,64,0,0,50,64,0,0,50,64,0,0,50,64,0,0,52,64,0,0,52,64,0,0,52,64,0,0,52,64,0,0,52,64,0,0,54,64,0,0,58,64,0,0,62,64,0,0,64,64,0,0,66,64,0,0,66,64,0,0,66,64,0,0,66,64,0,0,68,64,0,0,68,64,0,0,70,64,0,0,70,64,0,0,72,64,0,0,72,64,0,0,72,64,0,0,74,64,0,0,74,64,0,0,74,64,0,0,76,64,0,0,76,64,0,0,76,64,0,0,78,64,0,0,80,64,0,0,82,64,0,0,82,64,0,0,84,64,0,0,84,64,0,0,84,64,0,0,88,64,0,0,90,64,0,0,90,64,0,0,0,192,5,138,250,39,2,0,3,128,219,14,245,157,3,0,4,0,71,182,226,5,4,0,7,0,123,147,35,75,4,0,10,64,231,89,36,142,2,0,14,64,225,159,192,227,2,0,17,0,133,96,194,22,2,0,18,128,162,171,73,165,2,0,19,0,152,22,43,142,3,0,20,0,99,194,64,21,4,0,21,192,54,94,180,59,3,0,21,192,17,130,123,17,4,0,29,192,6,129,199,243,3,0,36,64,89,199,5,200,3,0,46,0,230,96,30,63,2,0,46,0,77,126,45,118,2,0,47,192,200,212,255,244,3,0,49,128,156,25,88,58,4,0,51,0,189,53,155,66,3,0,58,64,3,5,92,217,2,0,59,0,48,28,41,161,2,0,64,192,167,60,52,98,2,0,64,192,63,10,61,30,3,0,65,64,6,55,190,1,2,0,65,128,10,215,22,77,2,0,72,0,159,135,134,138,2,0,74,128,111,67,55,51,3,0,75,0,13,85,228,152,3,0,76,64,40,146,74,153,3,0,77,64,162,54,222,159,2,0,81,128,23,104,184,171,4,0,85,128,251,102,199,116,2,0,90,128,35,224,204,98,3,0,95,0,230,218,162,222,3,0,97,192,182,7,97,168,2,0,97,128,52,93,227,231,3,0,103,0,179,87,43,91,3,0,103,192,170,19,128,201,3,0,104,64,62,159,219,17,4,0,105,0,0,110,159,232,2,0,106,0,225,1,70,202,2,0,109,192,29,148,83,175,2,0,110,128,64,178,163,179,3,0,112,64,196,255,237,225,2,0,116,0,14,16,20,106,4,0,118,192,136,184,18,86,3,0,119,128,135,252,11,36,2,0,120,192,70,249,128,21,2,0,120,128,115,12,254,120,2,0,121,192,158,18,231,56,2,0,125,64,129,14,229,149,3,0,126,128,104,77,63,125,2,0,128,0,234,74,109,211,3,0,129,192,11,48,112,46,2,0,131,128,231,164,208,133,4,0,134,128,63,209,55,48,2,0,135,128,65,251,22,246,3,0,141,0,80,217,50,215,3,0,143,0,248,53,73,159,3,0,144,0,57,195,46,93,2,0,145,192,29,222,182,121,2,0,154,0,15,178,93,254,3,0,155,0,73,47,24,104,3,0,155,64,58,168,39,112,3,0,155,128,127,176,16,247,3,0,157,64,29,196,177,106,2,0,157,64,247,143,65,245,3,0,158,0,102,118,135,65,4,0,161,192,200,5,138,61,3,0,169,192,67,60,238,99,2,0,171,0,144,118,236,195,2,0,173,192,197,235,227,59,2,0,174,0,29,157,101,88,4,0,176,0,9,109,24,226,2,0,177,64,201,14,204,225,3,0,178,0,239,157,232,59,3,0,178,128,27,253,237,242,3,0,180,64,15,222,201,82,4,0,183,192,52,86,104,170,2,0,183,0,177,63,189,156,3,0,183,0,86,191,7,193,3,0,185,0,140,181,184,13,2,0,186,64,12,82,176,114,2,0,187,0,176,248,238,242,2,0,187,128,70,186,107,36,3,0,189,128,42,84,91,83,4,0,191,192,41,111,16,11,4,0,193,64,86,108,240,12,4,0,194,64,253,25,239,247,3,0,198,64,108,31,98,146,3,0,198,64,226,190,105,146,4,0,200,128,160,248,251,60,2,0,205,128,250,89,33,205,2,0,205,192,89,92,254,111,4,0,206,128,173,87,123,183,2,0,207,64,174,53,215,160,3,0,208,192,60,12,13,210,3,0,209,0,228,55,44,41,4,0,212,64,245,24,148,168,3,0,213,0,34,255,156,135,3,0,217,0,66,62,86,146,2,0,218,128,111,108,184,135,2,0,218,64,207,75,224,181,3,0,222,192,131,92,111,91,4,0,222,64,32,220,65,136,4,0,228,0,182,150,65,235,3,0,228,192,73,195,119,116,4,0,232,64,110,111,66,172,4,0,235,0,67,249,157,27,2,0,236,64,243,50,129,119,4,0,239,0,188,164,11,119,3,0,240,192,51,13,5,246,2,0,240,128,126,126,236,54,4,0,241,64,2,253,211,233,3,0,242,64,29,36,172,73,2,0,246,128,82,106,224,235,3,0,248,64,193,126,135,158,3,0,249,128,200,54,43,121,3,0,252,0,41,26,78,175,3,0,254,192,72,106,221,199,2,0,1,129,202,126,195,23,2,0,2,129,111,234,135,54,3,0,4,193,70,249,149,21,2,0,7,1,179,76,210,189,2,0,9,1,243,26,23,139,2,0,15,193,95,7,182,24,2,0,17,193,235,230,44,29,2,0,19,193,94,182,142,26,3,0,20,65,36,247,98,5,3,0,25,193,100,182,84,142,4,0,27,65,210,143,148,198,2,0,29,129,157,71,74,42,2,0,29,193,54,193,83,204,2,0,31,129,169,90,138,227,2,0,32,193,212,233,72,97,3,0,35,129,253,219,182,169,2,0,38,129,178,254,156,101,4,0,40,65,47,81,113,252,2,0,42,1,55,81,8,230,2,0,54,1,156,144,189,115,3,0,56,129,185,97,79,16,2,0,62,1,148,53,80,52,3,0,63,193,23,121,237,217,3,0,65,65,167,35,212,116,3,0,65,65,56,175,74,169,4,0,66,129,208,42,31,61,4,0,74,129,37,139,112,74,3,0,75,193,78,120,7,49,3,0,80,65,139,20,243,118,3,0,85,193,65,227,0,135,3,0,86,193,128,53,115,156,4,0,91,65,30,241,254,17,2,0,93,129,26,23,233,17,4,0,94,193,214,204,133,180,2,0,95,1,212,43,180,47,4,0,99,1,169,81,55,220,2,0,100,65,217,193,136,198,3,0,100,193,18,95,44,83,4,0,102,65,35,29,115,163,4,0,103,1,111,245,183,53,3,0,108,193,96,99,224,62,4,0,109,65,223,59,48,255,2,0,109,1,11,168,254,116,3,0,111,129,99,198,109,98,3,0,111,193,74,79,26,210,3,0,113,129,104,45,245,253,3,0,116,65,123,59,171,84,4,0,117,193,253,210,119,68,3,0,121,193,52,248,49,118,3,0,121,193,243,126,186,190,3,0,122,129,210,6,115,131,2,0,124,65,21,41,4,12,3,0,124,129,63,204,69,223,3,0,129,65,134,88,254,138,3,0,131,129,44,210,206,95,3,0,133,129,38,126,66,172,2,0,134,129,238,22,77,220,2,0,136,1,104,248,12,115,2,0,137,1,43,110,6,162,2,0,137,193,19,187,203,203,2,0,140,129,138,197,141,35,2,0,141,65,55,112,37,10,2,0,141,1,5,54,17,62,4,0,142,129,185,199,255,244,2,0,146,193,147,155,74,18,2,0,148,193,212,16,89,94,2,0,151,65,88,30,19,157,2,0,153,1,168,58,72,152,4,0,155,129,76,193,149,45,2,0,157,129,46,6,117,226,3,0,158,193,20,249,82,88,4,0,160,1,66,208,131,31,2,0,161,65,123,167,126,114,3,0,162,65,232,103,195,66,4,0,171,1,57,134,60,152,3,0,176,129,133,90,88,227,3,0,180,1,235,116,14,201,3,0,181,1,48,213,230,129,2,0,181,65,163,185,39,220,3,0,184,1,117,34,97,124,2,0,186,129,57,166,100,137,3,0,187,193,204,58,151,188,2,0,189,129,67,156,105,151,2,0,193,1,200,8,41,57,2,0,196,65,195,240,200,216,2,0,196,193,74,98,167,5,3,0,197,129,202,126,233,23,2,0,200,1,205,50,126,49,3,0,200,65,179,90,219,68,3,0,201,65,126,23,60,175,3,0,206,1,50,81,56,250,2,0,206,129,61,241,62,41,3,0,216,65,232,126,34,134,2,0,220,65,172,118,8,6,2,0,220,129,231,131,166,64,3,0,221,65,249,140,245,64,3,0,223,129,94,186,190,39,3,0,223,193,242,20,246,161,3,0,224,129,196,128,114,151,4,0,225,1,102,6,177,76,4,0,226,65,8,121,205,108,2,0,226,65,158,227,226,44,3,0,227,193,62,207,31,112,2,0,227,129,237,26,252,17,4,0,230,129,231,120,171,17,3,0,233,193,24,196,22,115,3,0,235,65,231,12,192,21,2,0,236,1,56,47,49,228,3,0,236,1,184,90,127,18,4,0,242,193,76,81,171,163,2,0,242,1,183,139,8,200,2,0,242,193,203,113,111,99,3,0,244,1,251,0,172,9,2,0,244,65,225,182,64,60,2,0,248,193,197,53,33,159,2,0,251,65,60,49,218,91,3,0,0,194,116,230,202,5,2,0,0,194,253,53,83,17,3,0,0,2,90,253,180,25,3,0,2,130,222,243,38,127,4,0,6,130,247,46,223,136,4,0,7,194,75,86,184,120,2,0,8,2,223,103,93,33,4,0,11,66,255,76,51,59,2,0,16,2,19,37,9,19,2,0,20,194,80,207,124,249,3,0,21,66,13,172,125,89,3,0,21,130,181,70,21,236,3,0,22,66,80,52,153,226,3,0,22,130,208,27,239,238,3,0,25,194,174,205,6,33,2,0,26,194,117,223,176,12,2,0,27,194,101,52,5,251,2,0,27,194,18,186,190,46,3,0,27,130,239,111,192,87,4,0,30,130,75,131,176,71,4,0,31,194,93,113,97,72,3,0,36,194,233,214,141,42,4,0,39,194,41,177,65,229,2,0,39,2,77,233,133,90,3,0,44,130,137,170,122,7,2,0,44,2,137,80,118,155,3,0,47,130,70,60,220,52,4,0,50,2,119,132,32,131,4,0,54,130,204,27,69,157,3,0,55,2,165,109,4,39,2,0,58,194,181,181,62,225,2,0,62,66,83,33,143,212,2,0,66,2,137,168,241,108,2,0,73,2,221,61,143,22,2,0,73,194,245,250,12,123,3,0,76,2,69,142,78,237,3,0,81,130,170,200,112,141,3,0,83,66,46,143,35,168,2,0,85,194,117,10,194,73,2,0,90,194,145,238,60,224,2,0,91,66,112,47,217,219,3,0,92,194,253,53,63,17,3,0,93,130,46,162,165,42,4,0,94,2,126,194,95,34,3,0,95,194,216,73,90,139,4,0,100,194,45,74,177,23,2,0,100,130,73,145,23,143,4,0,102,130,219,47,193,123,2,0,102,130,219,47,212,123,2,0,102,130,219,47,226,123,2,0,102,66,129,106,140,197,2,0,102,130,35,218,237,153,4,0,104,2,180,255,98,159,3,0,105,194,211,43,12,97,4,0,109,66,110,4,200,170,4,0,110,66,232,47,1,11,2,0,111,66,130,192,100,222,3,0,117,2,73,32,21,148,3,0,123,2,222,250,64,43,2,0,125,130,191,39,221,227,3,0,127,2,97,220,172,63,4,0,129,2,179,12,2,27,3,0,129,66,84,125,65,180,3,0,134,194,214,178,103,76,2,0,135,2,252,26,58,105,3,0,140,194,78,211,207,238,2,0,140,130,153,223,200,253,2,0,140,194,105,180,59,97,4,0,141,194,166,130,64,148,4,0,143,66,223,49,104,185,2,0,143,130,59,81,217,215,2,0,146,130,228,96,163,93,3,0,147,194,15,226,177,93,4,0,152,194,137,77,208,150,3,0,156,130,191,174,63,170,3,0,157,194,140,155,55,117,4,0,161,66,30,129,35,238,3,0,163,66,164,100,69,7,3,0,163,130,2,158,109,25,3,0,170,2,233,187,4,254,2,0,172,130,139,195,121,71,2,0,172,2,129,101,4,4,4,0,173,130,129,146,0,216,3,0,174,2,205,153,207,37,2,0,175,130,176,123,214,16,4,0,176,2,34,199,35,228,2,0,180,130,88,193,158,225,2,0,183,194,22,196,140,151,2,0,184,2,49,252,89,6,3,0,188,130,26,40,231,98,4,0,189,194,9,157,4,19,4,0,190,194,159,250,120,191,3,0,192,2,137,223,95,39,4,0,193,66,199,57,16,97,2,0,195,66,96,233,10,89,2,0,195,2,29,120,61,191,3,0,196,130,106,86,230,144,3,0,197,130,99,212,209,113,2,0,199,2,191,226,43,134,4,0,200,2,243,228,85,2,2,0,200,130,21,65,118,124,3,0,201,194,137,197,64,106,4,0,202,66,198,115,86,107,2,0,204,66,169,9,216,192,3,0,204,2,158,13,142,60,4,0,213,66,51,130,218,85,4,0,213,2,251,228,38,105,4,0,217,66,98,178,114,133,3,0,218,2,246,123,29,9,3,0,220,66,163,92,189,7,2,0,222,194,112,163,110,125,4,0,225,2,153,223,72,50,3,0,225,66,106,137,238,80,4,0,227,66,74,7,97,136,2,0,230,194,94,66,167,29,4,0,231,130,228,142,173,137,4,0,232,194,46,255,176,122,3,0,234,130,83,214,34,138,3,0,237,2,228,41,234,170,2,0,237,194,217,38,178,195,2,0,238,130,80,176,117,80,2,0,238,66,106,116,242,137,4,0,243,2,184,85,18,131,3,0,245,194,119,148,236,125,3,0,246,130,249,62,245,109,4,0,247,2,119,172,249,133,3,0,255,130,205,47,23,87,2,0,8,3,195,24,221,18,4,0,10,131,254,215,206,83,4,0,11,67,1,32,107,60,2,0,13,131,136,160,65,79,3,0,16,67,89,96,163,248,3,0,18,3,155,114,29,162,2,0,18,3,20,152,132,110,4,0,20,131,31,30,80,81,2,0,22,131,56,22,6,49,2,0,23,67,172,154,116,77,4,0,24,195,255,104,199,57,2,0,24,131,246,17,111,8,3,0,27,195,233,70,156,52,4,0,28,67,120,99,62,106,2,0,28,3,53,73,186,155,2,0,28,195,159,89,138,226,2,0,29,3,81,203,238,119,2,0,34,3,129,184,55,93,3,0,36,67,223,61,52,92,2,0,36,131,7,57,30,103,4,0,38,3,225,217,45,223,2,0,39,131,41,229,138,90,2,0,39,131,39,81,220,14,3,0,40,67,115,225,170,11,4,0,41,131,83,126,206,2,4,0,43,67,252,118,65,7,2,0,44,195,163,155,44,22,2,0,45,67,150,27,70,56,4,0,46,195,19,20,107,155,4,0,47,131,223,110,153,137,3,0,48,195,208,136,28,92,4,0,50,67,225,172,232,169,3,0,54,131,163,218,225,33,2,0,57,195,226,194,200,183,2,0,57,131,23,81,42,114,3,0,58,195,133,238,79,106,4,0,59,3,63,77,188,250,2,0,64,67,166,244,111,69,3,0,70,131,25,105,15,137,3,0,71,195,71,192,126,169,3,0,72,131,103,52,7,255,3,0,73,195,233,26,140,109,2,0,77,131,2,219,145,10,2,0,77,195,59,237,28,119,3,0,78,195,225,142,92,25,4,0,80,3,182,186,213,10,3,0,82,195,27,208,48,63,3,0,84,3,205,50,144,49,3,0,84,195,152,223,104,116,3,0,89,3,211,146,94,136,3,0,90,195,202,16,143,6,2,0,91,3,93,157,199,238,3,0,101,195,208,152,169,199,3,0,103,67,113,115,177,64,2,0,104,195,218,98,157,136,4,0,106,3,85,47,219,253,3,0,109,131,98,193,122,80,4,0,109,67,75,86,126,157,4,0,112,195,33,203,113,60,3,0,115,195,155,129,253,12,3,0,117,131,225,7,227,42,2,0,120,67,105,191,198,4,2,0,120,67,46,57,48,162,2,0,120,3,63,219,109,161,4,0,124,195,76,81,6,163,2,0,124,67,66,160,195,174,2,0,128,195,211,39,241,111,3,0,129,3,191,216,243,20,4,0,132,195,28,170,174,33,4,0,138,67,39,49,234,187,2,0,139,195,154,155,220,121,2,0,140,3,178,99,118,39,4,0,143,3,135,209,162,18,4,0,145,67,132,14,142,154,2,0,145,131,32,16,4,194,2,0,148,131,242,147,80,222,2,0,148,195,74,98,185,5,3,0,149,67,44,81,192,0,3,0,150,131,69,119,142,75,4,0,152,131,142,117,63,32,2,0,153,67,248,51,21,220,3,0,153,3,138,13,52,61,4,0,160,3,229,255,34,202,3,0,161,3,126,63,133,152,2,0,165,67,83,144,148,76,2,0,170,195,125,163,142,13,4,0,171,67,204,253,240,158,4,0,173,131,43,76,191,128,2,0,174,131,39,81,34,11,3,0,175,67,251,103,26,154,2,0,176,131,112,24,8,32,2,0,176,131,33,32,46,58,4,0,184,195,121,152,122,140,2,0,186,195,199,22,236,85,4,0,187,195,31,66,73,21,2,0,187,195,85,83,244,51,4,0,188,131,226,175,61,242,2,0,189,67,15,37,19,85,2,0,193,67,56,91,238,207,3,0,193,195,24,245,229,144,4,0,195,195,154,45,1,93,4,0,199,67,215,161,60,21,3,0,202,67,233,187,244,253,2,0,202,131,119,24,38,122,4,0,203,195,78,57,101,92,2,0,203,195,225,173,198,16,3,0,203,131,152,88,74,177,3,0,210,195,140,210,147,231,2,0,211,3,151,182,42,10,4,0,212,131,127,193,1,69,2,0,212,3,127,133,202,90,4,0,215,131,81,60,127,11,2,0,216,195,79,243,203,22,4,0,216,67,54,199,234,95,4,0,219,131,225,107,139,179,3,0,220,3,155,69,250,246,2,0,220,195,128,146,4,249,2,0,222,67,127,212,43,164,2,0,223,131,126,91,133,135,3,0,225,195,47,33,60,93,4,0,226,67,246,27,199,28,3,0,228,131,119,89,190,70,4,0,230,67,40,128,42,29,4,0,231,67,114,129,176,161,2,0,231,195,125,253,177,21,4,0,232,131,142,174,174,208,3,0,233,3,199,11,238,151,2,0,233,195,202,210,207,11,3,0,234,131,26,203,132,25,4,0,238,131,252,65,196,165,3,0,242,195,154,98,185,185,2,0,244,3,169,92,49,209,3,0,245,195,246,27,115,253,3,0,249,67,216,211,170,30,3,0,249,195,23,81,166,112,3,0,251,131,199,70,243,231,3,0,254,3,91,161,64,158,3,0,1,4,70,216,159,216,2,0,1,196,227,195,135,119,3,0,2,132,203,70,38,145,2,0,2,196,146,20,133,175,3,0,3,68,191,23,231,139,3,0,6,196,121,8,211,114,2,0,12,196,200,200,174,140,3,0,14,132,148,196,49,151,4,0,15,132,178,11,240,31,2,0,15,4,48,81,79,254,2,0,17,68,220,151,68,185,3,0,19,68,141,104,107,6,4,0,20,132,199,71,185,157,4,0,21,196,193,61,21,143,3,0,23,132,55,237,149,75,2,0,25,132,81,209,149,203,2,0,29,196,148,246,250,67,4,0,29,4,30,231,30,119,4,0,30,132,177,159,104,5,2,0,33,4,51,9,173,198,2,0,34,132,191,104,10,155,2,0,34,68,51,136,199,47,3,0,35,68,240,250,124,30,4,0,36,68,138,222,29,1,3,0,37,68,195,154,94,112,2,0,38,4,150,229,84,148,4,0,39,68,24,102,171,107,2,0,41,68,117,19,192,31,3,0,41,196,34,11,47,67,4,0,42,132,193,53,139,17,4,0,43,68,14,97,59,51,4,0,45,68,176,69,58,239,2,0,50,196,225,92,225,0,3,0,52,68,244,163,132,112,3,0,57,132,59,184,187,71,3,0,58,4,33,235,60,138,2,0,59,196,70,133,140,187,2,0,60,196,143,9,218,81,3,0,60,132,50,12,142,203,3,0,62,132,197,137,251,225,3,0,62,68,139,21,32,164,4,0,66,196,78,253,77,142,2,0,68,132,15,211,181,99,4,0,71,132,171,121,225,60,4,0,72,4,187,126,233,13,2,0,72,196,166,63,105,54,2,0,72,196,48,246,213,107,2,0,72,196,51,137,250,109,2,0,72,196,248,38,146,87,4,0,72,196,186,243,53,120,4,0,74,196,93,164,250,43,3,0,74,4,153,223,225,53,3,0,77,132,126,119,74,245,2,0,78,4,55,232,175,26,3,0,79,4,196,179,160,228,3,0,80,4,23,44,24,10,4,0,82,132,36,255,13,189,3,0,83,132,199,40,44,89,2,0,89,196,239,39,182,63,2,0,90,68,77,140,97,179,2,0,98,196,149,179,85,149,4,0,102,132,153,223,50,254,2,0,105,4,36,182,201,42,2,0,105,68,115,2,238,125,4,0,106,4,59,184,73,78,3,0,107,132,227,197,29,144,4,0,113,68,191,54,82,91,4,0,114,132,68,236,122,129,2,0,114,132,133,40,73,183,2,0,114,4,57,23,221,162,3,0,116,68,236,234,101,68,4,0,118,4,143,101,91,63,4,0,119,196,22,10,234,193,3,0,120,196,99,180,225,57,4,0,123,68,134,53,164,110,3,0,124,68,94,53,0,253,2,0,125,196,120,134,37,234,2,0,127,196,128,40,222,194,3,0,129,196,80,80,147,18,2,0,129,68,184,81,128,28,3,0,129,4,255,9,53,68,3,0,129,4,97,188,172,230,3,0,132,4,20,50,24,187,3,0,135,132,183,141,67,58,4,0,137,68,56,236,226,108,2,0,140,196,214,2,175,58,2,0,147,132,120,166,91,133,3,0,155,132,162,48,204,148,2,0,159,68,178,94,168,124,4,0,161,4,63,234,248,0,4,0,161,196,179,44,105,147,4,0,168,132,247,187,241,163,2,0,168,68,90,2,43,195,2,0,169,68,217,238,245,179,4,0,174,132,87,131,229,251,2,0,175,132,82,16,34,58,3,0,176,196,36,243,25,114,2,0,177,4,94,169,191,245,2,0,178,4,161,23,177,147,4,0,181,68,17,107,113,61,4,0,186,4,18,58,234,113,3,0,188,132,78,131,198,208,3,0,189,132,36,150,205,196,2,0,190,132,254,20,64,55,3,0,191,132,209,114,173,162,2,0,193,4,59,159,111,40,2,0,196,196,197,72,231,113,2,0,201,132,56,7,170,21,2,0,202,4,6,180,41,131,3,0,205,132,15,73,77,177,2,0,205,132,122,52,73,38,3,0,205,132,74,228,90,229,3,0,209,196,98,159,18,5,3,0,209,68,233,133,74,110,4,0,210,196,241,72,209,193,3,0,211,196,15,64,154,151,3,0,215,132,111,169,178,74,2,0,215,196,62,161,125,8,4,0,217,4,141,105,169,189,3,0,219,196,251,126,176,98,2,0,219,68,62,59,103,79,4,0,220,196,73,186,123,36,3,0,222,4,64,125,170,243,2,0,224,132,153,223,141,255,2,0,225,196,234,220,102,36,2,0,225,196,182,218,45,195,3,0,229,196,53,191,196,63,2,0,231,4,17,72,8,82,2,0,231,4,87,82,232,29,3,0,233,68,32,147,11,98,2,0,233,132,62,59,37,119,2,0,233,68,232,149,75,218,3,0,235,132,44,142,249,51,3,0,236,68,162,112,97,31,2,0,236,196,56,117,22,49,4,0,237,68,26,255,186,7,4,0,238,132,223,160,203,241,2,0,240,132,65,127,138,117,4,0,241,4,82,177,155,58,4,0,247,132,212,153,148,8,4,0,248,132,46,28,120,160,2,0,250,4,152,6,48,190,2,0,250,4,64,178,151,238,3,0,251,4,71,249,215,21,2,0,254,4,179,191,217,141,4,0,255,4,203,47,64,167,4,0,1,5,138,179,7,44,2,0,2,69,242,55,158,185,2,0,2,5,231,107,195,17,3,0,4,133,151,197,42,168,4,0,6,197,171,184,176,141,3,0,7,69,195,0,35,163,3,0,13,197,41,150,139,174,3,0,14,133,216,244,145,127,4,0,15,5,16,188,128,243,2,0,18,197,217,126,3,74,2,0,18,5,83,86,194,143,3,0,21,133,150,151,33,226,3,0,25,197,86,146,56,234,2,0,27,69,17,74,190,50,4,0,29,197,139,67,136,13,3,0,31,133,26,217,125,220,2,0,32,69,15,210,240,222,3,0,37,197,184,234,89,55,3,0,42,5,196,136,214,102,2,0,42,133,64,3,53,7,4,0,43,5,142,180,108,232,3,0,46,5,90,18,120,193,3,0,47,5,135,184,136,87,3,0,49,197,170,68,64,96,3,0,52,197,106,151,148,69,2,0,55,197,47,214,15,166,4,0,56,197,212,3,166,111,3,0,57,69,201,5,157,117,2,0,58,197,117,97,242,39,3,0,59,133,54,67,25,60,2,0,61,69,182,5,143,4,2,0,61,5,242,118,107,223,3,0,61,133,241,161,24,66,4,0,62,5,81,6,43,81,2,0,67,69,243,47,157,6,2,0,67,69,214,33,210,144,2,0,69,133,223,29,147,110,2,0,70,197,126,3,140,86,4,0,70,133,217,193,213,134,4,0,73,69,189,142,45,158,3,0,73,5,190,23,212,179,3,0,74,133,79,210,50,21,4,0,77,133,52,72,188,241,3,0,78,5,128,212,252,50,2,0,79,197,253,158,243,170,3,0,79,69,45,131,77,36,4,0,80,69,138,67,255,255,2,0,80,5,36,45,87,240,3,0,86,5,181,230,70,102,4,0,87,69,24,19,109,55,3,0,88,133,208,101,36,148,4,0,90,5,114,118,246,144,2,0,90,197,39,222,137,174,2,0,91,197,20,37,214,52,3,0,92,197,66,205,214,16,2,0,93,133,187,14,226,118,3,0,94,5,207,59,39,155,2,0,95,197,70,133,159,187,2,0,97,5,20,85,37,125,2,0,99,69,183,161,145,190,2,0,101,69,209,235,180,30,4,0,102,133,51,146,55,188,3,0,105,5,102,184,94,114,3,0,106,197,142,197,80,29,4,0,107,197,192,165,14,7,2,0,110,133,18,191,39,42,3,0,110,197,225,130,134,220,3,0,111,69,80,206,53,18,4,0,119,133,50,5,1,146,3,0,119,69,49,246,70,75,4,0,121,197,53,126,12,9,2,0,121,133,211,36,240,197,2,0,124,197,128,122,244,130,4,0,125,69,133,78,160,231,3,0,130,69,191,227,11,193,2,0,132,69,104,32,66,199,2,0,135,69,19,15,113,11,3,0,138,5,79,234,75,75,3,0,142,197,115,20,254,84,2,0,143,197,255,107,143,86,2,0,145,69,4,201,216,225,3,0,146,197,142,76,14,52,3,0,148,133,195,127,128,16,3,0,152,133,55,116,210,231,2,0,153,133,204,0,64,158,4,0,156,133,220,243,169,95,2,0,158,5,104,112,254,209,3,0,160,69,44,169,196,160,3,0,161,197,32,69,232,185,3,0,163,197,37,3,178,24,4,0,164,197,140,155,178,154,3,0,165,5,134,101,250,189,3,0,165,5,136,48,128,67,4,0,166,197,2,167,192,247,2,0,167,69,62,146,169,237,2,0,167,5,166,99,26,141,3,0,171,69,25,81,29,54,3,0,172,69,177,45,131,168,2,0,180,197,35,178,241,68,4,0,183,5,54,254,243,104,3,0,185,197,157,130,176,145,2,0,186,69,229,79,132,225,3,0,188,5,253,16,116,27,4,0,189,5,94,176,127,25,3,0,193,197,5,9,235,252,3,0,198,197,94,216,255,41,2,0,198,5,176,233,10,204,3,0,198,5,164,105,131,76,4,0,199,5,253,70,142,240,2,0,200,5,2,234,33,20,2,0,203,69,17,61,146,246,3,0,204,69,151,81,168,13,2,0,204,5,240,72,129,211,3,0,205,197,133,211,236,81,3,0,207,69,45,245,53,201,3,0,208,197,221,145,78,70,4,0,210,197,42,85,0,151,2,0,214,69,38,0,165,223,2,0,214,5,172,208,4,44,4,0,225,197,205,229,45,103,2,0,228,197,195,138,111,18,2,0,231,5,236,25,216,197,2,0,231,69,201,187,143,253,2,0,234,133,243,199,1,162,4,0,236,5,173,27,152,155,3,0,237,5,158,47,54,196,3,0,237,5,173,196,175,237,3,0,238,197,111,234,115,54,3,0,241,133,184,92,30,182,2,0,241,5,150,30,70,143,4,0,242,69,46,64,64,153,4,0,244,5,229,27,70,96,2,0,244,133,167,235,116,252,3,0,244,197,91,216,7,79,4,0,247,69,187,46,30,3,2,0,250,133,16,207,133,215,3,0,251,197,153,154,204,168,2,0,251,197,190,232,175,133,4,0,252,197,101,195,126,34,4,0,1,198,247,4,166,125,2,0,1,70,17,123,150,148,2,0,2,70,121,82,38,15,2,0,2,198,224,253,216,223,2,0,2,198,95,57,50,204,3,0,6,134,250,44,36,221,3,0,7,70,52,36,46,169,3,0,12,134,115,138,52,159,3,0,16,134,38,126,231,171,2,0,23,6,14,150,206,1,2,0,23,70,45,170,14,84,2,0,23,70,40,78,118,250,2,0,29,6,6,37,12,125,3,0,32,134,177,45,23,162,3,0,37,134,114,16,104,191,3,0,39,6,3,131,3,159,3,0,45,198,74,82,161,174,3,0,52,70,58,58,219,64,2,0,53,70,110,105,174,214,2,0,56,134,212,230,238,208,2,0,58,198,71,173,6,83,3,0,60,134,176,28,87,199,3,0,60,134,161,226,135,128,4,0,63,198,41,188,226,248,2,0,64,134,84,255,105,213,2,0,65,70,209,169,216,94,3,0,66,134,232,193,127,148,3,0,66,198,245,192,55,234,3,0,68,198,13,207,218,249,3,0,69,6,47,16,38,66,4,0,76,134,160,129,187,50,3,0,76,134,219,235,143,170,4,0,87,6,162,72,8,173,4,0,88,70,163,88,34,87,3,0,93,70,134,8,7,252,3,0,94,198,217,47,164,204,3,0,94,198,217,47,182,204,3,0,94,198,217,47,188,207,3,0,97,198,57,35,245,0,3,0,97,198,238,169,52,99,3,0,98,198,183,225,169,220,3,0,101,198,39,81,100,32,3,0,102,134,75,58,95,182,2,0,104,134,179,173,242,119,3,0,105,198,142,180,14,53,2,0,105,198,207,46,37,151,2,0,107,134,114,150,216,106,4,0,107,70,62,88,88,115,4,0,108,70,118,67,94,84,2,0,109,198,31,18,27,204,3,0,110,70,39,5,1,30,3,0,110,6,74,127,213,155,4,0,112,198,26,81,158,35,4,0,113,70,118,196,14,125,2,0,113,198,238,169,92,98,3,0,114,134,195,48,160,147,3,0,116,70,129,20,106,150,2,0,116,198,238,253,141,202,2,0,122,134,227,143,240,186,3,0,123,6,10,36,104,253,2,0,129,134,209,20,54,180,2,0,132,198,198,22,78,170,2,0,134,198,86,239,65,193,2,0,137,6,250,94,145,109,4,0,139,134,118,122,163,104,2,0,145,6,61,153,158,237,3,0,147,198,194,32,125,96,2,0,150,6,17,238,170,155,4,0,153,198,125,99,48,3,2,0,158,70,238,117,120,164,3,0,161,6,49,75,79,81,4,0,163,198,34,216,86,35,4,0,166,198,122,77,81,156,2,0,167,6,147,83,232,118,4,0,171,134,108,41,191,88,3,0,173,198,103,139,48,38,3,0,174,6,192,215,228,45,2,0,174,6,194,21,23,141,4,0,175,134,154,171,76,87,3,0,178,198,226,193,29,74,2,0,180,198,0,159,253,6,2,0,180,134,157,14,233,115,3,0,181,134,94,248,40,32,4,0,182,70,40,72,227,219,2,0,184,6,232,207,240,199,3,0,186,70,106,242,35,239,2,0,186,6,54,76,91,161,3,0,190,70,57,108,61,65,3,0,193,198,214,7,23,82,2,0,193,134,89,50,181,184,3,0,195,198,165,35,28,201,2,0,195,198,245,144,112,100,3,0,196,198,211,176,75,31,3,0,200,6,213,250,40,115,2,0,203,134,203,133,63,146,3,0,204,134,0,112,168,50,2,0,207,198,224,7,122,168,3,0,207,134,84,67,134,154,4,0,210,198,95,104,42,1,4,0,212,134,215,222,120,120,3,0,213,134,141,184,219,114,3,0,214,70,136,21,26,211,3,0,216,198,44,55,164,136,2,0,218,6,177,224,221,153,4,0,221,6,149,118,207,233,2,0,222,70,202,251,184,7,3,0,226,198,163,234,31,156,3,0,230,6,5,174,170,190,3,0,232,70,189,167,45,51,4,0,233,198,4,157,47,112,2,0,234,134,224,76,24,118,2,0,238,70,7,27,22,101,2,0,239,198,179,211,140,171,2,0,240,134,15,44,31,105,3,0,243,6,178,74,28,155,3,0,245,134,76,65,49,247,2,0,248,6,216,155,244,151,3,0,248,198,84,124,17,159,3,0,249,70,111,66,158,122,4,0,251,6,57,45,152,11,4,0,252,198,7,91,222,155,2,0,1,71,146,181,113,33,4,0,3,135,21,169,172,234,2,0,5,7,139,34,4,17,2,0,6,7,17,193,4,241,3,0,8,7,134,175,116,164,4,0,11,71,60,201,34,120,4,0,19,71,206,93,40,216,3,0,19,71,121,102,217,11,4,0,20,199,25,24,61,189,2,0,21,71,74,80,146,19,2,0,22,135,91,203,230,233,3,0,27,199,69,195,11,82,4,0,29,7,7,167,60,228,2,0,29,71,224,176,244,154,3,0,29,135,141,4,115,21,4,0,30,199,67,96,97,156,3,0,32,135,116,240,8,233,3,0,34,199,37,1,144,143,4,0,35,7,153,223,103,53,3,0,39,135,13,151,101,209,2,0,39,135,164,198,16,41,4,0,39,135,117,50,17,140,4,0,40,199,153,68,80,161,4,0,43,199,78,142,61,14,3,0,43,135,168,228,41,211,3,0,51,135,7,192,13,13,2,0,52,199,147,205,12,220,2,0,55,199,233,44,200,84,3,0,59,135,80,187,49,38,2,0,61,71,10,32,251,96,2,0,63,71,46,28,143,160,2,0,63,7,47,81,224,252,2,0,64,71,196,112,151,48,4,0,67,7,225,247,198,15,4,0,70,199,54,146,83,54,2,0,70,199,157,99,95,82,4,0,78,135,7,93,26,187,2,0,81,199,79,158,234,44,4,0,89,135,163,139,17,63,4,0,93,135,144,131,142,178,3,0,97,135,27,123,117,53,3,0,97,7,59,184,253,78,3,0,98,71,154,223,130,209,2,0,98,135,121,248,166,61,3,0,101,135,218,252,108,96,3,0,103,71,90,75,202,240,3,0,104,7,23,104,218,117,3,0,109,71,207,0,6,219,2,0,110,199,10,40,215,140,3,0,110,7,251,158,168,162,4,0,112,199,12,74,40,240,2,0,112,199,49,243,183,160,3,0,115,7,212,8,10,22,3,0,118,135,77,47,116,136,4,0,123,71,11,91,218,84,4,0,124,135,88,35,183,8,2,0,134,7,184,16,139,159,3,0,136,71,103,224,112,67,4,0,136,7,109,36,232,111,4,0,138,7,188,255,189,211,2,0,138,7,8,58,176,119,3,0,143,199,66,96,106,52,2,0,148,71,168,206,235,42,4,0,149,135,102,142,164,1,4,0,151,7,128,236,99,110,4,0,154,135,34,178,130,111,2,0,154,7,98,197,17,74,3,0,156,71,164,151,90,64,3,0,156,71,250,82,103,154,3,0,158,199,84,216,41,83,2,0,159,7,176,18,7,2,3,0,159,199,177,80,43,0,4,0,160,7,47,172,53,141,2,0,163,7,78,140,187,30,2,0,163,199,175,154,3,170,2,0,163,7,102,6,6,187,3,0,164,135,170,68,129,212,3,0,165,135,30,31,94,106,3,0,166,7,121,184,95,60,4,0,173,71,231,38,44,101,2,0,177,71,13,197,60,214,2,0,179,7,166,177,18,50,2,0,180,71,121,37,78,3,3,0,182,7,114,36,239,252,2,0,183,135,50,76,242,87,2,0,184,135,224,253,85,224,2,0,185,199,176,5,215,8,4,0,187,7,227,101,187,108,2,0,188,199,62,107,201,12,4,0,191,7,244,231,250,114,2,0,191,71,155,114,88,208,3,0,192,7,177,156,3,195,3,0,193,135,56,57,65,36,4,0,195,71,178,248,207,172,3,0,196,135,202,17,121,206,2,0,196,199,52,18,193,21,4,0,202,71,208,17,142,80,2,0,205,71,24,182,93,242,2,0,206,135,121,146,31,115,4,0,207,199,252,255,188,12,4,0,209,71,27,128,210,23,2,0,212,7,102,250,215,91,4,0,214,71,88,239,70,67,3,0,215,135,169,230,197,9,3,0,218,7,251,128,41,212,2,0,220,135,139,118,111,120,4,0,231,199,220,71,108,96,4,0,233,71,106,138,95,194,2,0,240,135,140,62,71,203,2,0,241,135,234,135,26,133,4,0,245,199,170,58,218,251,3,0,249,135,157,52,93,103,2,0,250,199,211,156,210,204,3,0,252,135,225,97,22,176,4,0,254,199,104,222,97,3,2,0,255,7,248,227,71,234,3,0,0,200,41,180,133,219,3,0,2,136,251,221,93,126,2,0,3,136,228,99,251,46,4,0,9,72,140,114,30,142,4,0,11,136,196,213,63,142,4,0,12,72,141,216,27,99,3,0,14,72,222,25,212,97,3,0,15,136,151,74,239,8,3,0,15,8,250,6,19,61,3,0,16,8,85,133,127,49,2,0,18,136,143,184,137,85,3,0,19,200,58,15,56,5,2,0,19,72,250,223,12,128,2,0,19,8,148,159,47,25,3,0,22,72,222,233,137,139,3,0,23,8,101,90,189,166,2,0,25,200,216,116,182,197,3,0,26,200,212,11,139,6,3,0,27,8,208,181,178,204,2,0,32,200,161,223,141,59,3,0,36,72,177,235,57,127,2,0,36,136,252,34,95,154,2,0,43,136,159,222,181,21,3,0,44,8,207,79,254,20,2,0,44,8,23,37,202,165,2,0,48,136,194,173,5,186,2,0,49,200,24,42,164,250,2,0,49,200,158,222,99,124,4,0,51,200,247,246,140,82,3,0,51,72,22,70,61,143,3,0,51,136,178,166,130,73,4,0,53,136,187,134,160,141,2,0,58,136,204,190,72,59,4,0,59,72,246,70,230,118,2,0,59,72,239,71,252,146,2,0,61,200,158,102,199,161,2,0,65,8,72,173,46,83,3,0,70,8,21,65,208,146,2,0,76,72,2,121,191,229,2,0,77,136,55,254,165,33,3,0,80,8,10,254,10,158,3,0,80,8,184,146,128,239,3,0,81,72,8,248,156,152,2,0,82,8,182,186,99,13,3,0,83,136,82,69,160,252,3,0,84,72,31,59,15,158,2,0,85,8,244,156,198,69,2,0,85,200,210,207,234,92,3,0,90,8,148,235,176,192,2,0,90,72,18,89,143,35,3,0,92,8,56,160,136,122,2,0,95,136,223,207,196,101,4,0,96,136,131,98,205,249,2,0,97,200,184,194,22,69,2,0,100,72,31,154,88,106,2,0,100,8,158,38,63,83,3,0,102,200,185,142,226,237,3,0,104,8,110,24,69,33,4,0,112,72,178,153,254,89,4,0,115,72,226,123,142,9,3,0,115,8,66,236,100,92,4,0,116,72,131,105,152,27,3,0,118,8,195,234,154,176,4,0,120,72,78,100,25,84,4,0,123,72,152,209,90,75,2,0,126,8,224,232,144,92,2,0,126,200,36,59,144,38,3,0,126,136,108,225,45,154,4,0,128,136,76,240,71,138,2,0,128,136,76,81,24,209,2,0,128,200,253,105,93,215,2,0,129,200,101,86,209,32,3,0,134,136,39,81,127,9,3,0,134,72,25,130,162,170,4,0,135,8,69,212,192,104,2,0,137,72,167,193,137,5,2,0,138,200,152,252,111,90,3,0,139,8,132,88,89,165,4,0,140,72,153,223,5,15,3,0,141,200,76,81,116,175,2,0,143,72,113,198,191,114,4,0,148,72,134,82,164,127,4,0,150,136,216,186,11,46,2,0,150,200,76,81,78,173,2,0,153,200,75,153,146,16,3,0,155,8,250,150,78,17,4,0,157,8,7,235,157,33,4,0,161,72,77,63,58,46,2,0,161,200,175,45,36,167,2,0,162,8,105,147,226,137,2,0,164,8,22,102,217,3,3,0,164,200,152,167,67,5,4,0,169,200,112,231,1,166,4,0,170,8,38,227,221,175,4,0,174,72,154,223,178,206,2,0,175,136,25,192,34,177,2,0,175,8,47,158,27,120,3,0,179,72,5,77,26,59,2,0,182,8,42,31,74,211,2,0,184,200,20,148,198,87,2,0,184,8,162,215,55,152,2,0,185,200,210,124,56,157,3,0,187,200,169,239,79,40,3,0,189,200,184,75,129,65,2,0,193,72,54,140,14,99,2,0,197,136,201,18,62,168,4,0,204,8,53,56,86,172,2,0,206,72,248,132,40,40,2,0,207,72,236,14,86,159,2,0,207,8,125,195,245,162,2,0,210,8,32,159,69,198,3,0,211,200,96,129,243,137,2,0,211,72,115,172,40,133,3,0,212,8,211,143,68,101,2,0,212,200,118,41,149,53,4,0,213,200,152,223,92,117,3,0,213,200,208,193,70,11,4,0,221,8,77,93,223,124,3,0,224,200,51,45,85,126,3,0,225,136,202,114,97,176,3,0,227,200,80,27,91,11,3,0,234,200,80,154,102,21,3,0,235,8,233,192,3,104,3,0,236,8,168,53,236,131,2,0,237,72,153,223,80,9,3,0,237,200,119,169,107,50,3,0,237,8,120,92,223,243,3,0,243,72,24,81,40,93,3,0,244,136,77,41,226,186,2,0,249,200,181,219,235,103,4,0,251,72,78,1,234,185,2,0,252,8,32,43,5,196,2,0,254,72,65,122,165,38,3,0,0,201,158,94,27,25,3,0,2,73,236,111,55,31,3,0,8,137,126,123,155,71,4,0,8,73,50,36,157,114,4,0,9,9,180,18,142,228,3,0,13,201,131,252,53,31,4,0,16,201,72,70,192,58,4,0,18,201,50,77,39,199,2,0,25,137,13,129,196,51,4,0,26,9,114,80,190,143,2,0,26,73,58,76,26,0,4,0,27,201,95,114,237,69,4,0,29,137,132,254,3,224,2,0,34,9,7,248,192,49,2,0,38,9,241,54,226,241,2,0,38,73,210,186,213,166,4,0,41,9,32,239,98,127,3,0,45,73,77,167,252,89,2,0,46,73,189,72,155,207,2,0,48,137,136,111,250,122,2,0,53,137,186,254,217,90,4,0,59,201,140,37,134,30,2,0,59,137,228,230,6,164,2,0,64,73,251,144,75,188,3,0,67,9,159,208,231,80,2,0,69,9,2,80,170,74,4,0,70,9,148,159,40,24,3,0,73,137,186,212,72,110,2,0,75,9,7,165,164,133,2,0,79,73,119,150,105,138,4,0,81,201,121,67,180,96,4,0,82,201,51,32,237,135,4,0,84,9,127,248,77,9,2,0,84,73,177,225,79,183,3,0,86,137,18,223,22,245,3,0,93,9,233,160,82,53,3,0,95,201,187,61,184,22,4,0,95,201,235,182,148,28,4,0,97,137,39,81,182,9,3,0,97,73,248,31,157,106,3,0,100,201,83,204,115,94,4,0,104,9,46,15,75,8,2,0,105,137,66,250,245,70,3,0,106,9,42,31,54,211,2,0,106,73,209,255,134,94,4,0,110,137,27,163,108,12,3,0,110,137,56,27,0,177,3,0,114,137,52,9,246,199,2,0,116,137,189,186,24,24,3,0,116,9,188,245,120,77,3,0,116,201,52,195,17,5,4,0,117,9,220,52,148,105,3,0,118,201,122,77,99,156,2,0,120,137,189,186,223,23,3,0,120,9,180,221,208,113,4,0,121,201,100,197,64,94,2,0,121,73,117,105,77,187,3,0,127,201,165,125,236,21,2,0,127,201,47,194,137,205,2,0,128,73,38,246,157,58,2,0,130,137,19,192,22,185,2,0,130,201,15,44,238,45,3,0,133,137,39,81,170,8,3,0,134,201,80,193,134,26,4,0,135,73,122,71,229,144,2,0,140,137,120,85,48,95,2,0,143,9,29,3,128,224,2,0,145,9,132,64,33,18,3,0,153,201,159,156,61,124,4,0,154,9,14,120,130,24,4,0,157,137,75,8,128,24,2,0,162,201,23,81,226,111,3,0,165,201,147,198,1,218,3,0,166,201,162,232,46,49,2,0,166,201,104,129,203,129,4,0,176,9,19,113,8,122,2,0,178,137,26,226,129,70,4,0,183,73,85,180,154,74,4,0,190,73,97,85,101,111,4,0,193,201,239,81,121,233,2,0,201,201,75,218,119,179,2,0,201,201,173,3,220,188,3,0,204,73,106,147,179,216,3,0,205,137,153,223,194,243,2,0,205,73,189,148,140,156,4,0,208,137,32,35,205,131,3,0,208,137,192,6,39,250,3,0,208,201,16,69,27,110,4,0,213,137,95,146,140,103,3,0,213,9,10,118,135,107,4,0,214,9,225,142,235,37,3,0,214,9,12,65,61,151,3,0,214,73,194,187,223,154,3,0,217,137,102,30,42,60,2,0,218,9,32,158,148,137,2,0,222,73,29,231,110,69,2,0,222,9,116,139,28,105,2,0,223,73,125,43,148,245,2,0,227,201,117,86,74,33,2,0,227,201,4,250,251,152,4,0,230,137,8,181,11,254,3,0,230,137,232,45,98,85,4,0,232,201,59,237,74,61,4,0,233,73,153,223,164,16,3,0,234,201,47,226,16,142,2,0,237,73,49,248,154,44,4,0,241,73,124,222,103,195,3,0,242,9,86,113,110,74,4,0,243,137,36,84,223,222,2,0,243,137,31,254,86,168,3,0,243,9,221,47,182,177,3,0,244,9,188,128,87,169,3,0,247,137,253,129,92,74,4,0,248,9,38,206,117,214,2,0,0,74,153,223,65,25,3,0,3,138,144,206,186,9,4,0,7,202,106,62,104,35,3,0,8,138,178,178,221,116,4,0,10,10,210,235,204,157,2,0,10,202,176,75,235,7,3,0,12,10,222,163,91,33,2,0,12,138,230,144,161,180,3,0,13,202,81,234,250,174,2,0,14,10,46,153,195,116,3,0,16,138,95,146,55,104,3,0,18,138,42,74,202,135,3,0,20,10,18,139,100,106,4,0,25,74,207,235,149,139,2,0,29,74,6,255,47,137,4,0,30,138,253,17,98,1,3,0,31,138,175,100,68,160,2,0,31,74,224,151,17,19,3,0,41,202,43,248,232,152,2,0,41,74,188,205,19,218,2,0,43,202,23,217,193,168,4,0,46,10,51,65,145,93,2,0,46,10,45,211,201,93,2,0,46,74,112,231,234,248,3,0,47,138,143,77,12,86,2,0,49,10,105,76,238,9,3,0,51,10,7,218,106,45,3,0,51,138,102,203,152,98,3,0,53,138,219,8,98,92,3,0,53,202,5,190,110,129,3,0,56,138,63,66,105,107,2,0,56,10,61,106,138,231,3,0,62,202,81,185,86,15,2,0,63,74,75,240,205,156,2,0,66,74,0,53,120,183,3,0,73,202,209,119,195,191,3,0,79,74,24,81,167,92,3,0,81,138,218,242,188,168,3,0,82,74,153,223,104,23,3,0,83,74,177,201,239,214,3,0,87,74,60,166,138,42,2,0,89,138,91,206,11,118,3,0,94,74,154,223,227,163,2,0,94,202,235,232,24,249,3,0,94,74,67,38,10,0,4,0,95,138,215,195,83,158,2,0,95,10,204,187,208,252,2,0,99,138,29,120,146,221,2,0,102,10,0,144,127,21,3,0,102,74,179,185,72,227,3,0,103,10,224,227,17,199,2,0,104,202,18,251,20,2,4,0,105,202,119,169,125,50,3,0,107,202,141,32,61,133,3,0,110,202,97,177,113,107,3,0,112,202,80,167,18,250,3,0,116,74,101,11,1,52,4,0,118,202,135,99,203,255,2,0,127,74,154,223,192,162,2,0,128,74,83,86,212,44,2,0,129,74,158,80,149,116,2,0,129,74,136,42,9,208,2,0,132,10,38,206,155,214,2,0,133,10,182,88,233,49,4,0,134,74,181,234,8,129,2,0,134,10,138,37,60,231,2,0,137,10,59,58,197,57,3,0,139,10,65,86,185,43,4,0,140,10,242,227,201,7,3,0,143,138,55,54,130,129,4,0,147,10,101,115,48,89,3,0,148,74,94,4,108,7,3,0,150,138,35,107,149,169,3,0,151,202,2,151,241,107,2,0,151,10,30,81,182,52,3,0,152,10,74,171,128,61,4,0,153,10,207,177,91,100,3,0,154,138,162,23,58,161,3,0,155,74,182,79,47,178,2,0,157,202,177,150,112,230,3,0,162,202,245,102,63,40,2,0,162,138,142,60,72,226,2,0,162,138,160,114,159,114,3,0,164,10,107,41,235,88,3,0,164,202,233,142,72,102,3,0,165,202,46,139,137,15,3,0,166,138,140,248,57,79,4,0,171,10,181,126,64,17,2,0,172,10,135,250,113,221,3,0,174,202,199,130,247,60,4,0,180,74,213,49,6,129,4,0,183,138,24,192,149,175,2,0,191,202,105,232,239,133,2,0,193,138,114,48,6,45,3,0,198,202,216,225,254,178,3,0,203,10,158,36,114,179,3,0,204,138,217,244,237,38,2,0,204,202,134,154,74,62,2,0,207,202,194,150,159,63,2,0,208,202,211,17,1,249,3,0,208,138,64,97,73,160,4,0,211,202,102,67,211,128,4,0,213,10,38,206,136,214,2,0,213,74,76,140,177,132,3,0,214,10,216,149,118,124,2,0,216,74,176,0,65,206,3,0,217,138,94,186,119,40,3,0,220,10,30,81,0,53,3,0,223,202,63,202,254,21,4,0,223,138,51,219,44,177,4,0,223,138,51,219,90,177,4,0,223,138,51,219,145,177,4,0,223,138,51,219,200,177,4,0,223,138,51,219,242,177,4,0,223,138,51,219,29,178,4,0,224,74,71,81,2,211,2,0,225,138,157,95,62,212,2,0,225,138,251,211,173,149,4,0,229,74,187,67,11,242,3,0,230,138,220,47,11,160,3,0,232,202,179,30,202,105,2,0,235,138,97,50,237,225,3,0,237,10,3,119,172,58,3,0,238,138,250,212,57,253,2,0,240,10,181,162,122,57,3,0,245,74,182,94,1,4,3,0,245,202,116,61,137,11,3,0,249,138,173,11,222,43,3,0,250,10,86,59,27,26,2,0,250,138,189,79,20,232,2,0,255,138,53,194,233,205,2,0,255,138,82,121,42,23,3,0,255,10,158,164,94,153,3,0,5,11,90,46,119,91,2,0,7,139,114,48,99,173,4,0,9,203,170,18,209,226,3,0,13,139,194,106,250,44,2,0,14,75,115,253,74,179,4,0,15,139,207,176,97,54,4,0,16,75,18,216,221,170,3,0,17,11,220,97,25,147,3,0,18,139,121,95,216,65,2,0,19,203,250,252,43,21,3,0,20,11,128,135,90,110,3,0,21,11,120,177,237,223,2,0,23,139,197,3,52,18,2,0,23,11,215,171,73,247,2,0,24,75,223,224,232,74,3,0,26,139,0,239,180,37,3,0,28,75,47,87,87,7,3,0,29,75,149,41,156,100,3,0,31,75,47,51,215,89,2,0,38,203,231,252,154,205,2,0,46,139,130,180,232,181,2,0,47,11,150,29,124,16,2,0,52,139,174,15,66,227,2,0,54,203,53,42,38,31,2,0,56,11,91,9,52,163,4,0,57,11,182,197,156,98,2,0,58,139,73,140,193,80,2,0,59,139,63,226,35,242,2,0,62,75,68,12,77,205,3,0,63,139,242,174,4,29,4,0,64,203,8,71,201,161,4,0,67,11,160,206,152,25,3,0,67,139,111,184,75,112,3,0,68,11,218,203,76,47,3,0,68,203,29,81,0,54,3,0,75,203,207,7,230,10,4,0,76,139,241,54,201,68,3,0,79,139,155,137,157,14,2,0,79,139,119,224,84,130,2,0,84,203,19,163,97,77,2,0,84,11,172,48,180,81,2,0,85,139,77,34,195,177,2,0,91,75,217,101,105,178,4,0,92,75,80,72,178,48,4,0,93,75,122,36,111,15,3,0,96,203,110,239,107,23,4,0,97,11,7,116,174,139,2,0,98,203,125,220,194,106,3,0,101,75,49,200,99,119,2,0,102,203,42,89,239,4,2,0,102,75,194,12,238,192,3,0,104,75,154,223,234,175,2,0,108,203,224,253,144,223,2,0,109,11,153,223,47,47,3,0,110,75,154,223,248,175,2,0,112,75,36,62,138,248,2,0,116,203,253,79,38,120,2,0,116,75,253,83,1,38,3,0,116,11,124,54,85,133,4,0,117,11,235,13,23,107,2,0,117,11,84,122,234,239,2,0,119,75,98,218,81,197,3,0,119,11,145,183,179,28,4,0,120,75,113,185,133,217,2,0,120,75,32,38,8,138,3,0,121,75,135,144,41,208,3,0,121,203,56,41,113,103,4,0,123,139,170,194,189,112,4,0,125,75,160,174,117,87,3,0,125,11,116,102,115,190,3,0,126,139,160,154,65,181,3,0,128,203,224,253,78,223,2,0,129,75,205,184,64,56,3,0,134,203,48,39,155,36,3,0,137,75,36,114,120,7,4,0,147,11,75,98,77,22,2,0,149,11,58,105,228,168,2,0,150,203,205,249,53,201,2,0,151,75,196,202,168,113,2,0,155,139,40,75,253,78,2,0,155,203,171,218,177,152,4,0,156,11,243,86,208,11,2,0,156,75,62,119,252,126,2,0,156,203,89,205,154,217,2,0,156,203,253,41,178,114,3,0,157,203,246,235,146,165,4,0,160,203,187,16,232,40,2,0,162,203,159,55,77,201,3,0,164,11,3,80,255,14,2,0,166,11,95,77,168,155,2,0,169,11,231,86,82,71,2,0,169,11,169,190,56,74,2,0,170,11,199,78,166,65,3,0,171,139,167,209,205,72,2,0,172,203,214,117,203,121,2,0,176,139,201,79,246,120,4,0,177,75,243,133,104,207,3,0,177,75,250,227,208,140,4,0,178,11,62,248,172,86,3,0,178,203,133,179,81,226,3,0,178,203,175,234,44,174,4,0,179,11,147,68,225,249,2,0,180,139,124,184,42,106,3,0,182,11,113,189,170,23,4,0,184,75,157,100,157,29,2,0,186,203,233,87,246,5,2,0,189,139,150,25,193,154,2,0,189,139,2,177,100,145,3,0,192,11,165,69,93,173,2,0,193,11,128,125,211,101,3,0,193,203,139,155,100,143,3,0,193,139,255,157,137,180,4,0,201,11,169,46,3,41,2,0,201,11,198,104,127,179,3,0,211,203,207,79,238,20,2,0,212,75,149,201,90,40,4,0,214,11,148,59,39,39,2,0,215,11,212,21,216,20,3,0,219,11,161,73,66,113,2,0,222,11,23,217,53,53,4,0,225,11,119,207,53,58,2,0,225,11,153,100,107,243,3,0,227,75,33,156,87,151,2,0,227,75,29,198,239,15,3,0,229,203,223,167,179,203,2,0,229,139,108,219,25,184,3,0,230,11,81,171,89,91,3,0,231,11,105,74,129,155,4,0,232,203,212,11,20,6,3,0,234,139,102,79,242,23,4,0,238,75,160,54,136,69,3,0,242,75,108,31,242,146,3,0,245,75,90,79,157,119,2,0,248,203,121,56,252,121,2,0,250,75,170,7,191,91,4,0,251,11,183,94,88,245,3,0,5,76,62,24,92,102,4,0,7,12,242,42,100,217,3,0,10,140,194,163,91,202,3,0,12,140,53,41,0,42,3,0,16,12,132,24,45,98,3,0,18,76,146,116,114,177,2,0,21,76,114,51,132,29,2,0,21,204,5,129,115,55,2,0,23,204,96,74,118,204,3,0,30,76,164,143,15,144,3,0,30,204,110,106,226,30,4,0,31,12,183,94,106,245,3,0,32,204,210,44,14,67,2,0,34,12,88,12,49,139,2,0,35,76,248,2,175,82,4,0,37,12,236,123,194,44,2,0,37,76,139,243,224,243,2,0,40,140,15,248,34,179,2,0,41,140,177,33,247,11,2,0,43,76,90,75,181,88,4,0,47,76,151,58,113,66,2,0,53,204,24,249,5,152,4,0,59,140,6,148,75,24,2,0,64,140,27,68,32,42,2,0,68,12,81,171,106,91,3,0,71,12,68,4,231,27,4,0,71,140,217,151,189,53,4,0,78,76,166,81,163,71,3,0,79,76,238,112,78,242,3,0,80,140,117,103,70,54,4,0,84,12,224,10,120,88,4,0,85,12,131,233,71,4,4,0,86,12,55,143,207,72,3,0,87,140,129,56,44,85,3,0,87,204,58,119,9,126,3,0,91,204,129,248,28,55,3,0,93,12,145,32,107,116,2,0,93,76,74,199,208,171,4,0,94,76,87,162,62,6,3,0,94,204,119,173,25,157,4,0,95,204,60,123,108,120,3,0,99,140,24,81,86,85,3,0,102,204,207,236,133,62,4,0,103,12,99,74,242,192,2,0,109,76,19,216,203,71,3,0,111,140,215,162,214,23,4,0,115,12,138,3,231,60,2,0,116,76,91,214,147,83,2,0,118,140,211,118,219,245,2,0,118,204,40,48,179,122,4,0,119,12,46,119,186,46,4,0,120,12,244,36,146,178,4,0,125,140,231,129,137,138,3,0,126,204,82,203,45,157,2,0,126,204,29,228,222,46,4,0,127,12,166,172,171,194,2,0,127,76,244,223,46,92,3,0,129,12,18,192,241,177,2,0,130,12,175,159,193,16,4,0,135,140,208,127,32,16,3,0,136,140,122,229,19,79,2,0,138,204,139,20,252,115,3,0,139,140,165,10,111,66,3,0,140,204,139,20,102,79,3,0,140,204,139,20,121,79,3,0,140,204,139,20,140,79,3,0,140,204,139,20,158,79,3,0,140,204,139,20,180,79,3,0,140,204,139,20,210,79,3,0,140,204,139,20,231,79,3,0,140,204,139,20,253,79,3,0,140,204,139,20,25,80,3,0,140,204,139,20,45,80,3,0,140,204,139,20,70,80,3,0,140,204,139,20,89,80,3,0,140,204,139,20,114,80,3,0,140,204,139,20,136,80,3,0,140,204,139,20,158,80,3,0,140,204,139,20,181,80,3,0,140,204,139,20,196,80,3,0,140,204,139,20,219,80,3,0,140,204,139,20,238,80,3,0,140,204,139,20,4,81,3,0,140,204,139,20,19,81,3,0,140,204,139,20,36,81,3,0,140,204,139,20,59,81,3,0,140,204,139,20,77,81,3,0,140,204,139,20,94,81,3,0,140,204,139,20,110,81,3,0,140,204,139,20,127,81,3,0,140,204,139,20,146,81,3,0,140,204,139,20,167,81,3,0,140,204,139,20,183,81,3,0,140,204,139,20,58,94,3,0,140,204,139,20,96,94,3,0,140,204,139,20,122,94,3,0,140,204,139,20,149,94,3,0,140,204,139,20,2,179,4,0,140,204,139,20,172,180,4,0,142,12,124,56,58,163,3,0,143,204,139,20,52,56,3,0,143,12,71,35,129,51,4,0,147,204,124,93,107,167,4,0,148,76,186,126,89,114,4,0,160,204,139,20,40,3,3,0,166,76,167,178,147,193,2,0,168,12,233,56,223,133,4,0,170,12,82,102,202,95,4,0,172,76,3,152,50,72,4,0,174,204,139,20,46,251,2,0,174,204,66,116,89,78,3,0,177,204,243,3,20,179,3,0,180,204,177,12,71,30,2,0,180,204,188,34,174,73,4,0,184,140,135,66,249,10,3,0,188,204,139,20,84,219,2,0,189,204,17,100,117,235,3,0,189,12,232,206,39,48,4,0,190,12,82,55,189,144,4,0,192,76,85,103,102,175,4,0,193,12,147,67,103,158,3,0,194,140,200,31,21,127,2,0,200,76,226,179,134,243,3,0,201,204,130,184,182,92,3,0,202,204,7,245,232,59,4,0,202,140,77,241,206,124,4,0,204,204,19,186,14,47,3,0,205,204,139,20,196,210,2,0,206,204,139,20,167,210,2,0,208,12,80,17,39,104,2,0,210,76,29,177,136,102,4,0,211,204,195,166,179,222,2,0,211,140,122,54,147,251,3,0,212,140,188,59,71,65,4,0,215,76,171,254,227,24,4,0,216,140,125,183,97,248,3,0,218,140,79,114,230,121,4,0,219,204,184,28,164,0,4,0,220,204,225,101,48,249,2,0,221,12,123,168,110,111,3,0,221,204,251,94,123,247,3,0,224,76,12,58,225,182,2,0,230,140,28,136,171,206,3,0,231,140,198,246,44,243,2,0,234,204,58,99,177,186,2,0,239,12,39,94,108,64,4,0,240,140,173,139,251,134,2,0,241,76,124,132,131,63,2,0,243,12,255,136,91,112,4,0,247,76,147,49,31,30,2,0,247,76,182,210,119,135,2,0,252,140,21,225,83,108,2,0,253,140,52,111,248,108,3,0,1,13,131,45,55,16,4,0,6,13,72,177,230,196,2,0,6,13,178,245,143,145,4,0,8,13,54,81,110,240,2,0,11,13,59,239,170,112,2,0,13,205,19,78,56,80,4,0,15,141,187,121,20,222,2,0,15,13,128,117,0,142,4,0,18,77,139,93,230,206,3,0,20,141,185,64,103,165,4,0,23,13,167,123,239,32,2,0,24,205,91,209,113,58,4,0,25,13,88,181,195,23,4,0,26,205,153,44,125,17,3,0,30,141,109,198,228,107,4,0,33,205,190,54,106,152,4,0,34,77,104,88,49,236,3,0,36,141,87,52,252,77,3,0,37,13,135,64,249,171,4,0,38,77,143,232,4,140,3,0,39,77,218,140,183,44,3,0,41,13,243,159,78,118,3,0,42,13,89,116,168,54,2,0,43,13,58,155,249,140,4,0,48,13,157,21,103,158,4,0,50,141,7,38,26,248,2,0,52,13,13,6,112,255,3,0,53,141,254,247,138,55,2,0,53,205,152,221,12,177,2,0,55,141,236,186,86,130,3,0,55,205,10,253,92,228,3,0,58,141,151,145,79,107,3,0,59,141,135,98,164,70,2,0,59,141,246,183,108,171,4,0,61,141,214,202,37,88,2,0,70,13,194,199,72,255,3,0,70,13,29,18,249,101,4,0,71,141,149,177,203,18,3,0,75,205,176,129,184,149,3,0,76,77,229,113,180,13,3,0,81,205,28,134,210,185,2,0,83,77,124,184,114,55,4,0,87,141,163,159,177,162,3,0,92,141,177,110,251,219,2,0,94,141,238,142,51,4,4,0,96,13,53,81,146,239,2,0,98,13,200,189,183,218,2,0,99,13,235,0,98,166,4,0,100,13,20,192,111,33,3,0,110,141,30,220,236,109,2,0,112,205,51,63,149,162,2,0,114,205,70,155,5,21,4,0,116,205,212,11,41,6,3,0,123,13,160,107,58,233,2,0,123,77,72,92,106,239,3,0,127,141,137,184,173,85,3,0,127,13,112,95,241,132,3,0,131,205,117,36,227,78,2,0,134,13,193,227,33,91,2,0,135,205,76,94,94,61,3,0,135,205,206,155,27,76,3,0,135,141,146,2,149,160,3,0,137,141,82,162,216,247,2,0,144,77,87,182,19,153,4,0,144,205,91,95,203,163,4,0,146,77,103,161,143,20,4,0,148,13,41,40,224,12,2,0,148,141,65,86,106,240,3,0,148,13,90,44,55,243,3,0,149,13,177,200,168,137,3,0,154,141,135,240,60,182,3,0,155,77,45,43,61,164,4,0,163,205,24,192,252,172,2,0,165,205,66,217,22,81,2,0,170,77,218,21,252,61,2,0,175,77,191,28,181,171,2,0,177,13,250,31,165,69,2,0,178,141,77,167,202,159,2,0,179,205,46,103,63,192,3,0,181,77,185,159,61,59,3,0,184,77,147,171,149,99,2,0,184,77,51,195,144,218,2,0,186,205,125,181,72,166,4,0,187,141,29,163,168,46,4,0,191,205,131,46,156,169,4,0,192,77,229,13,2,176,4,0,193,77,7,98,53,9,2,0,193,13,144,197,8,130,3,0,200,77,22,30,132,58,2,0,201,77,68,27,30,150,3,0,204,205,128,241,17,214,2,0,207,141,189,5,185,233,2,0,209,141,164,39,239,92,2,0,213,205,5,76,161,92,2,0,213,205,45,56,146,101,2,0,214,77,250,8,179,82,2,0,216,13,185,142,92,65,2,0,216,141,247,155,184,86,2,0,218,77,84,252,92,10,3,0,220,141,193,98,135,146,3,0,223,13,212,228,112,139,4,0,225,13,226,67,97,135,4,0,226,13,13,120,117,154,2,0,226,205,48,99,18,70,4,0,229,141,136,107,198,109,3,0,231,77,47,89,83,30,4,0,233,13,236,37,96,40,3,0,234,13,69,49,240,127,3,0,235,205,213,3,82,60,2,0,235,141,148,137,57,17,4,0,236,205,173,79,27,231,2,0,244,141,4,128,45,66,2,0,244,13,170,250,76,126,4,0,250,13,173,189,110,215,2,0,253,77,211,25,238,41,4,0,254,77,137,235,170,150,2,0,0,78,141,52,245,94,4,0,12,14,22,254,116,180,3,0,15,142,203,15,62,26,3,0,16,142,36,47,117,157,3,0,19,78,11,143,21,206,2,0,20,14,9,112,188,95,2,0,21,78,133,251,146,130,2,0,21,206,198,184,57,58,3,0,24,206,67,7,130,172,3,0,26,206,166,244,151,34,3,0,26,78,0,18,48,11,4,0,27,142,45,216,69,80,2,0,27,206,156,138,156,47,4,0,27,78,247,23,69,118,4,0,33,142,66,80,141,20,2,0,35,206,45,216,26,27,3,0,36,206,24,181,180,92,2,0,36,142,15,248,248,178,2,0,40,142,26,125,10,168,4,0,43,142,14,221,190,151,2,0,44,14,167,108,248,36,2,0,44,14,217,47,140,230,2,0,44,78,172,8,19,68,4,0,48,78,121,33,161,102,4,0,52,14,190,186,71,22,3,0,53,142,105,228,197,211,3,0,55,78,12,254,66,168,3,0,57,206,246,20,122,76,2,0,58,14,72,56,252,196,3,0,60,78,157,183,195,26,3,0,61,14,2,204,79,229,3,0,63,206,55,138,239,88,4,0,64,206,76,81,165,176,2,0,65,78,26,170,81,160,3,0,67,14,14,232,36,70,4,0,67,206,30,200,96,100,4,0,68,142,153,223,156,248,2,0,70,206,129,6,1,81,2,0,70,14,246,9,45,121,2,0,74,78,97,177,119,176,3,0,77,142,40,61,78,49,4,0,78,14,226,110,249,179,2,0,78,78,186,171,227,204,3,0,81,206,225,116,87,174,4,0,82,142,119,244,136,145,2,0,83,78,225,46,96,183,2,0,85,78,45,200,69,30,4,0,86,206,244,65,212,102,3,0,88,142,153,223,241,244,2,0,89,14,195,53,21,251,3,0,92,206,93,188,3,186,3,0,93,206,139,102,144,49,4,0,94,206,139,102,120,49,4,0,97,78,105,10,190,58,3,0,100,14,50,235,17,93,3,0,100,78,212,148,22,133,3,0,103,206,54,124,231,146,2,0,103,206,22,43,35,183,2,0,103,14,18,185,202,27,3,0,104,142,178,16,188,144,2,0,104,14,196,215,98,155,2,0,109,142,128,177,121,225,2,0,109,14,152,13,39,44,4,0,112,14,248,227,136,195,3,0,113,206,45,92,195,137,4,0,115,14,151,103,253,76,3,0,117,78,213,255,105,37,4,0,120,206,53,99,160,89,2,0,123,78,24,128,214,22,2,0,127,206,55,71,35,5,4,0,129,142,146,20,245,175,3,0,132,78,63,32,101,73,4,0,133,206,205,249,25,190,2,0,133,78,228,152,125,105,4,0,134,14,98,216,71,99,4,0,139,206,86,234,201,181,2,0,142,78,121,154,146,193,3,0,145,14,226,26,105,153,2,0,145,206,176,51,117,43,4,0,146,142,245,181,143,25,2,0,147,78,245,37,174,83,4,0,149,142,128,175,32,125,3,0,149,14,175,219,29,252,3,0,150,206,60,222,16,42,2,0,151,206,138,41,251,69,2,0,157,14,155,130,26,171,3,0,158,206,234,140,36,189,2,0,160,14,107,197,142,91,2,0,161,206,180,72,216,109,2,0,161,142,236,103,59,119,2,0,163,142,4,171,220,14,4,0,164,142,221,121,21,180,3,0,165,78,147,164,5,130,2,0,170,206,110,247,47,165,4,0,172,78,138,149,206,55,4,0,174,206,213,35,57,8,3,0,175,206,95,36,85,99,4,0,176,14,210,67,31,227,2,0,176,206,14,176,249,6,4,0,178,206,83,119,118,84,3,0,179,78,2,240,75,13,3,0,180,206,100,186,166,40,3,0,182,142,7,51,28,241,2,0,184,142,110,221,162,96,4,0,185,206,60,160,53,117,2,0,186,206,25,55,227,54,2,0,186,78,168,99,48,131,2,0,193,142,12,223,212,127,4,0,195,14,149,112,191,177,3,0,205,142,93,121,0,206,3,0,206,206,98,112,19,221,2,0,208,78,202,8,51,202,3,0,210,206,98,112,176,221,2,0,212,78,123,37,30,13,2,0,212,206,87,240,74,241,2,0,213,206,209,10,77,163,2,0,215,206,5,66,136,237,2,0,221,206,171,43,225,202,3,0,221,78,33,68,57,101,4,0,225,206,30,196,47,144,4,0,229,142,216,117,76,166,2,0,233,142,76,10,169,101,4,0,239,142,202,32,27,77,4,0,242,14,127,237,182,41,2,0,242,14,252,228,140,177,2,0,246,78,64,24,75,123,2,0,250,14,53,154,226,74,4,0,255,14,17,47,30,58,4,0,3,207,76,94,68,61,3,0,5,15,161,181,210,78,2,0,5,207,153,185,107,146,2,0,6,207,124,7,234,117,2,0,8,207,72,26,175,160,4,0,12,207,74,185,214,223,3,0,15,15,157,190,204,182,2,0,15,143,175,242,185,103,3,0,18,143,43,21,155,24,4,0,20,79,15,192,199,205,2,0,20,15,252,250,171,8,4,0,22,15,153,142,156,195,3,0,25,207,191,177,97,20,4,0,26,79,24,126,224,87,2,0,26,15,157,145,27,0,3,0,27,79,166,145,3,137,3,0,29,143,254,233,218,93,2,0,30,143,45,13,127,136,2,0,31,207,196,89,137,125,3,0,32,79,110,225,58,62,2,0,35,79,155,160,77,127,3,0,35,15,133,40,232,58,4,0,36,15,38,231,45,77,3,0,39,15,73,27,138,189,2,0,43,15,69,122,25,236,2,0,48,143,34,167,99,223,2,0,49,207,13,141,131,172,4,0,52,207,25,192,180,176,2,0,53,79,32,222,129,48,4,0,54,207,193,111,31,86,4,0,56,79,180,228,133,139,4,0,57,79,210,8,196,30,3,0,58,143,39,234,55,185,3,0,61,79,38,122,51,77,4,0,62,207,197,132,243,138,4,0,64,143,153,116,28,59,3,0,64,15,118,179,39,173,3,0,66,15,240,190,38,99,2,0,68,15,70,21,83,66,2,0,70,79,181,132,193,80,4,0,72,143,89,209,134,93,3,0,73,207,65,248,135,144,2,0,79,143,192,21,144,41,2,0,80,15,83,208,180,27,3,0,81,143,4,234,184,161,3,0,85,207,246,135,172,85,2,0,86,143,224,13,145,108,2,0,86,15,247,113,59,105,4,0,89,79,70,23,99,4,4,0,90,79,74,193,79,205,2,0,90,15,223,178,13,136,3,0,93,79,5,52,157,37,2,0,94,207,129,215,228,140,4,0,95,143,251,65,32,22,4,0,99,79,39,28,97,160,2,0,101,15,40,159,31,132,2,0,106,79,229,113,218,82,4,0,107,207,41,218,47,116,2,0,107,15,219,201,238,164,3,0,110,15,94,202,237,112,4,0,113,79,253,14,167,46,2,0,113,15,134,85,113,157,2,0,124,207,150,156,10,40,3,0,125,143,21,163,215,143,4,0,127,143,61,95,129,222,2,0,127,15,117,51,31,201,3,0,127,143,42,59,87,50,4,0,133,143,178,33,160,131,4,0,134,15,29,153,227,188,2,0,134,207,137,152,80,147,4,0,134,143,255,39,151,175,4,0,135,143,248,109,116,66,4,0,135,143,156,28,37,147,4,0,138,143,93,90,156,128,3,0,141,15,42,157,150,79,2,0,141,207,63,79,212,36,4,0,142,79,74,111,182,18,4,0,143,79,92,139,71,68,2,0,152,143,149,64,112,215,3,0,153,207,47,81,20,254,2,0,160,143,91,240,164,86,4,0,163,79,78,236,48,27,4,0,164,79,88,183,192,76,3,0,164,79,214,137,101,108,3,0,166,15,152,115,198,45,2,0,166,79,131,42,41,200,2,0,167,207,22,217,233,155,4,0,168,207,55,38,49,187,2,0,169,207,159,189,128,92,2,0,171,207,66,92,243,227,2,0,172,207,78,160,84,26,3,0,172,15,22,179,131,59,4,0,174,207,112,217,148,183,2,0,174,15,205,215,126,215,2,0,174,79,211,158,100,43,3,0,174,79,167,209,229,183,3,0,175,143,47,137,162,179,2,0,175,143,235,9,60,8,4,0,176,143,48,39,38,50,3,0,176,15,119,34,19,185,3,0,183,15,222,11,14,64,2,0,186,143,248,119,59,222,2,0,188,79,172,231,8,55,2,0,188,207,17,100,150,235,3,0,190,207,236,54,119,111,4,0,192,15,96,227,162,217,3,0,192,79,23,42,212,135,4,0,193,207,129,162,177,105,2,0,193,143,209,7,72,18,4,0,195,207,122,164,160,163,3,0,195,79,190,242,65,155,4,0,197,15,14,17,160,6,3,0,198,143,10,3,170,144,3,0,198,15,55,50,166,55,4,0,200,15,155,130,70,171,3,0,202,79,9,16,176,193,2,0,203,79,172,122,193,169,3,0,204,79,165,201,176,58,4,0,211,143,178,168,177,224,2,0,214,79,64,83,112,24,2,0,215,207,193,57,189,61,2,0,217,143,139,20,220,152,2,0,217,79,189,255,243,221,2,0,222,207,221,7,203,141,2,0,223,79,23,54,251,63,3,0,229,79,183,231,160,9,3,0,232,79,159,224,190,22,3,0,234,207,39,123,93,129,2,0,237,15,35,56,117,44,4,0,239,207,235,234,120,179,4,0,248,143,46,198,199,197,3,0,251,207,252,224,137,205,3,0,255,79,209,242,127,148,4,0,0,16,74,32,132,0,3,0,0,144,211,66,111,150,4,0,2,144,52,185,239,159,4,0,4,144,175,183,32,248,3,0,4,16,98,135,163,128,4,0,8,208,94,89,118,4,2,0,8,208,181,234,2,185,3,0,10,16,104,41,105,142,3,0,15,144,44,168,154,212,3,0,15,16,65,3,60,104,4,0,15,16,245,136,86,122,4,0,16,80,111,166,13,227,2,0,20,144,235,185,148,57,3,0,20,144,52,62,10,134,4,0,21,208,233,206,215,92,3,0,22,80,107,50,128,188,3,0,22,208,185,177,99,77,4,0,23,16,24,165,74,109,3,0,32,16,64,92,192,58,2,0,33,208,106,227,33,98,2,0,33,80,233,8,200,146,3,0,35,16,133,162,251,75,4,0,37,208,27,57,238,13,3,0,41,208,167,228,186,206,3,0,42,16,229,98,5,78,4,0,48,16,51,44,169,75,4,0,54,16,76,31,125,242,2,0,55,80,112,202,215,88,4,0,61,80,251,194,0,106,2,0,62,208,193,2,26,91,4,0,66,80,168,252,2,75,3,0,67,208,23,81,211,111,3,0,67,16,242,41,13,226,3,0,69,144,8,1,124,99,4,0,70,80,197,238,242,220,2,0,70,16,81,171,123,91,3,0,72,80,243,9,179,82,3,0,75,144,114,187,203,2,3,0,78,80,3,226,184,35,2,0,78,208,118,78,96,166,2,0,78,80,217,47,63,215,3,0,78,80,237,83,239,243,3,0,79,16,219,17,215,205,2,0,79,144,52,248,252,113,3,0,81,208,25,146,102,206,2,0,86,80,65,24,209,55,2,0,86,208,161,6,220,17,3,0,86,144,135,210,56,28,4,0,93,80,236,215,242,115,2,0,93,80,198,103,77,154,3,0,94,80,29,134,9,89,4,0,95,144,52,248,165,108,3,0,96,80,235,168,76,36,2,0,98,16,254,125,242,148,3,0,99,80,127,92,136,178,2,0,99,144,52,248,179,94,3,0,100,80,193,116,58,195,3,0,102,16,152,108,7,170,3,0,103,80,64,227,1,121,3,0,103,208,88,230,147,43,4,0,104,144,52,248,154,92,3,0,105,144,120,108,151,32,2,0,106,16,28,134,210,117,2,0,109,208,76,185,184,6,3,0,111,16,217,128,18,161,3,0,113,80,186,207,160,98,4,0,114,208,226,180,240,68,2,0,115,80,13,73,203,121,3,0,116,80,233,9,214,207,2,0,116,144,52,248,235,114,3,0,117,144,52,248,247,85,3,0,120,80,68,162,108,137,2,0,122,80,59,184,11,66,3,0,124,80,107,131,230,246,3,0,125,16,161,79,146,194,3,0,132,208,97,83,67,218,2,0,135,80,54,118,70,137,3,0,137,144,204,9,78,146,3,0,139,144,214,128,95,26,2,0,139,80,230,123,94,247,3,0,139,144,201,3,60,145,4,0,143,144,1,54,4,147,3,0,146,144,215,25,76,51,3,0,149,80,167,166,91,146,4,0,151,80,22,148,103,89,3,0,153,208,40,200,231,114,4,0,153,16,198,229,7,157,4,0,158,16,171,101,188,45,4,0,161,16,213,90,155,25,4,0,162,80,76,178,13,183,2,0,162,16,10,146,2,82,3,0,166,16,173,160,87,162,3,0,168,144,33,97,154,123,4,0,172,16,106,44,129,83,3,0,172,144,123,54,188,107,4,0,173,16,98,101,80,181,2,0,175,80,32,244,214,6,2,0,180,16,57,114,79,244,3,0,182,208,215,163,67,23,3,0,182,80,95,85,218,244,3,0,183,144,212,166,235,159,3,0,185,208,214,159,120,41,4,0,187,144,52,248,145,55,3,0,198,144,95,249,147,252,2,0,198,16,199,186,15,34,3,0,200,208,155,210,159,53,2,0,201,80,54,240,203,91,2,0,204,144,79,118,83,4,2,0,206,144,177,45,55,170,2,0,211,80,92,103,2,66,2,0,217,208,2,182,104,188,2,0,219,80,100,55,94,11,2,0,219,208,10,74,177,161,4,0,230,80,92,5,11,47,2,0,231,80,15,213,241,202,3,0,235,80,222,106,4,76,3,0,238,208,92,198,188,140,2,0,238,80,227,210,46,171,4,0,239,208,201,203,158,14,3,0,242,80,186,236,146,120,2,0,244,144,127,145,240,74,2,0,248,144,112,49,143,126,2,0,249,80,146,38,99,72,2,0,252,16,95,241,168,41,3,0,254,16,76,178,134,66,4,0,0,81,147,176,67,63,3,0,10,17,228,61,190,131,3,0,11,17,242,221,130,164,2,0,11,209,137,64,168,139,3,0,17,209,3,208,220,107,3,0,20,145,44,194,76,119,3,0,21,81,177,204,52,131,4,0,22,81,113,184,127,111,3,0,22,81,249,163,138,229,3,0,25,81,142,62,9,161,2,0,26,17,178,248,64,128,4,0,27,17,157,68,246,127,2,0,27,17,182,54,114,6,3,0,29,17,94,106,1,166,2,0,32,81,242,219,177,2,2,0,35,145,20,172,142,164,4,0,36,145,76,23,87,157,3,0,39,17,58,48,130,150,4,0,41,17,245,38,141,112,2,0,42,81,14,67,231,63,3,0,43,81,79,82,43,108,2,0,44,81,158,97,43,160,2,0,44,81,145,204,192,196,3,0,45,145,126,122,187,25,2,0,46,81,138,84,57,238,3,0,48,81,158,98,83,4,3,0,50,17,81,104,104,194,3,0,50,209,79,60,147,18,4,0,51,17,93,23,238,160,3,0,54,145,99,69,169,254,3,0,56,145,52,241,117,64,2,0,56,145,234,173,201,174,3,0,56,145,193,189,99,226,3,0,60,145,64,187,98,203,2,0,60,209,195,171,34,86,3,0,61,209,211,47,61,48,4,0,66,145,47,237,66,90,4,0,68,145,181,61,74,179,2,0,69,17,167,184,155,54,3,0,69,81,215,184,156,58,3,0,70,81,208,126,251,153,3,0,71,81,196,79,211,130,2,0,72,145,182,211,209,140,2,0,75,145,131,82,188,15,3,0,75,17,114,110,92,44,4,0,78,81,33,30,235,218,3,0,79,17,36,25,17,53,4,0,79,209,125,130,17,180,4,0,84,17,83,4,76,59,2,0,93,81,177,162,225,32,2,0,93,145,52,248,51,52,3,0,93,209,210,246,180,176,3,0,94,17,31,19,144,201,3,0,94,209,113,153,65,240,3,0,95,17,163,75,200,59,2,0,95,209,100,65,146,215,2,0,97,17,111,145,46,181,3,0,100,145,217,76,87,125,2,0,103,209,129,74,45,119,3,0,103,209,94,197,37,145,4,0,104,81,49,191,191,197,2,0,105,17,255,143,219,96,3,0,105,209,167,79,101,170,4,0,108,81,177,45,218,167,2,0,109,17,66,21,127,126,2,0,113,17,171,198,58,251,2,0,117,209,113,39,39,166,3,0,119,81,55,240,172,48,2,0,124,17,159,112,23,36,3,0,125,209,195,171,192,86,3,0,126,81,124,9,85,34,4,0,126,17,169,236,180,118,4,0,128,81,177,45,141,167,2,0,130,145,64,231,90,205,3,0,131,81,53,121,247,135,3,0,135,17,93,54,81,41,4,0,137,145,215,85,14,2,2,0,143,17,61,254,167,143,4,0,144,209,72,64,59,33,2,0,144,17,42,196,39,152,2,0,145,17,97,227,81,76,2,0,145,17,153,223,208,48,3,0,145,17,53,244,211,50,4,0,149,209,63,127,166,85,4,0,150,81,97,75,10,91,4,0,150,81,231,232,71,119,4,0,152,209,174,21,17,137,2,0,152,145,190,120,43,235,2,0,154,81,29,254,11,98,4,0,155,209,23,229,91,14,2,0,155,145,149,204,217,64,3,0,157,17,41,19,218,160,2,0,159,81,180,126,28,21,2,0,160,17,223,107,3,85,3,0,163,209,71,202,180,222,3,0,168,209,65,232,55,45,2,0,168,145,39,69,60,130,3,0,170,81,15,169,69,108,3,0,171,209,132,87,224,8,2,0,172,17,175,69,27,139,4,0,180,145,244,184,189,221,3,0,183,17,80,91,226,162,2,0,183,145,35,129,49,248,2,0,184,17,110,181,52,78,4,0,185,17,57,186,43,104,4,0,189,209,57,166,239,240,3,0,194,81,229,231,166,25,2,0,197,209,248,233,68,194,3,0,198,145,151,123,34,173,2,0,199,81,102,184,110,114,3,0,200,81,35,34,4,235,2,0,200,81,53,231,219,12,4,0,201,209,111,60,124,82,2,0,202,145,52,248,187,48,3,0,204,145,32,80,54,41,2,0,204,145,97,177,136,55,4,0,205,145,59,101,204,26,2,0,206,145,187,190,46,239,3,0,210,209,243,116,15,239,2,0,213,81,96,75,144,81,4,0,216,209,8,132,96,245,2,0,219,209,30,81,172,48,3,0,219,81,215,36,230,212,3,0,224,81,234,252,85,105,4,0,225,209,134,153,48,86,2,0,226,17,32,183,108,12,2,0,226,17,74,9,133,194,2,0,226,17,100,118,109,233,3,0,234,81,164,73,14,95,3,0,237,145,183,16,71,182,2,0,237,145,196,48,18,196,3,0,241,17,6,170,141,15,4,0,242,81,36,37,193,147,2,0,243,81,15,80,210,149,4,0,244,81,74,120,25,240,3,0,246,209,89,139,182,33,3,0,247,209,82,48,49,190,3,0,248,81,250,10,125,25,2,0,252,145,209,196,214,90,2,0,252,81,99,168,137,217,3,0,254,17,81,235,87,62,2,0,5,18,230,185,88,230,2,0,6,18,79,191,172,9,4,0,9,210,47,160,146,95,2,0,12,18,61,12,103,208,3,0,13,210,79,212,195,160,4,0,16,146,230,138,6,16,2,0,22,18,123,43,92,117,4,0,23,82,171,209,135,75,3,0,24,82,104,82,77,52,2,0,24,82,243,9,161,82,3,0,34,82,91,86,53,135,4,0,35,210,116,163,105,33,2,0,40,82,212,207,227,200,3,0,40,210,135,40,85,0,4,0,41,82,150,226,85,239,3,0,42,210,82,208,81,28,3,0,48,146,241,116,16,104,4,0,51,146,238,129,83,235,3,0,54,82,230,130,2,220,3,0,55,18,197,24,70,112,4,0,60,82,63,82,187,17,4,0,65,82,185,97,110,21,2,0,65,210,77,75,214,158,2,0,66,146,77,95,130,20,3,0,69,82,138,177,40,225,2,0,73,210,22,196,124,151,2,0,74,18,69,236,58,180,4,0,77,210,38,235,9,114,3,0,79,146,128,185,200,217,2,0,81,18,99,201,179,104,3,0,81,146,246,223,112,24,4,0,82,18,20,13,226,216,2,0,86,210,0,157,123,144,3,0,88,146,165,200,194,125,3,0,89,18,169,172,161,191,2,0,89,146,46,56,100,196,3,0,90,18,110,129,151,106,4,0,91,146,53,218,207,179,2,0,91,82,167,85,35,95,4,0,92,82,154,11,60,132,3,0,95,82,205,123,86,77,3,0,96,18,112,86,22,122,3,0,98,146,69,71,124,120,2,0,99,210,157,179,112,175,3,0,100,82,183,220,16,228,3,0,101,146,88,212,151,17,4,0,103,18,129,51,242,16,2,0,104,210,149,227,51,203,3,0,111,146,71,61,213,177,2,0,112,210,149,227,67,204,3,0,115,210,37,176,77,103,4,0,116,146,22,63,38,23,4,0,117,146,253,30,205,53,4,0,119,18,132,205,72,84,2,0,119,210,178,141,46,45,3,0,119,210,150,26,89,131,3,0,119,18,118,149,170,203,3,0,120,18,60,194,185,29,3,0,122,82,70,85,192,106,2,0,122,18,93,92,63,4,3,0,122,146,113,224,239,35,3,0,122,146,43,181,137,56,3,0,126,82,41,188,140,82,2,0,126,82,50,4,214,21,4,0,126,82,30,162,244,108,4,0,128,210,213,237,30,222,3,0,128,210,226,233,113,54,4,0,129,82,221,97,220,180,2,0,129,18,15,189,80,48,3,0,130,210,146,80,232,52,3,0,133,82,225,236,78,204,3,0,133,210,66,162,95,53,4,0,136,82,254,167,106,15,2,0,136,210,110,100,29,235,3,0,143,146,55,168,5,112,3,0,146,18,35,66,22,186,3,0,147,210,66,218,25,184,2,0,149,18,168,32,112,114,2,0,150,210,149,251,199,188,2,0,152,146,190,5,14,25,2,0,153,146,252,83,212,40,2,0,153,18,18,29,22,146,4,0,158,82,73,113,169,32,3,0,159,210,76,81,207,155,2,0,159,146,95,252,46,61,3,0,165,82,28,96,97,81,2,0,165,210,131,159,69,64,4,0,165,146,202,157,115,95,4,0,169,210,157,20,89,250,2,0,172,18,149,69,162,172,3,0,180,146,12,222,36,225,3,0,180,210,7,56,75,131,4,0,181,82,48,111,168,24,3,0,182,210,72,147,57,12,2,0,182,210,157,34,245,72,2,0,182,82,216,231,8,3,4,0,185,210,76,81,28,156,2,0,186,18,207,93,101,17,4,0,189,82,224,129,126,246,3,0,190,82,156,180,31,244,3,0,191,18,124,129,192,191,2,0,191,82,21,81,203,117,3,0,192,82,11,74,60,39,3,0,194,210,165,15,199,93,4,0,197,146,50,216,36,28,2,0,197,18,20,15,167,93,2,0,198,18,208,180,44,46,3,0,199,18,234,126,37,45,2,0,201,18,18,167,206,38,4,0,204,82,89,195,102,93,4,0,205,82,231,150,108,57,2,0,207,146,198,117,78,84,3,0,208,18,16,182,6,178,3,0,210,18,68,45,215,225,2,0,214,146,52,248,153,40,3,0,219,82,215,65,37,191,2,0,220,210,64,228,106,169,4,0,221,146,151,145,184,87,2,0,221,82,34,16,31,36,4,0,226,210,101,16,34,146,2,0,228,82,177,45,212,9,2,0,229,82,49,181,157,82,2,0,229,210,111,67,70,62,4,0,231,146,142,116,181,246,2,0,232,18,117,241,115,65,2,0,232,82,236,236,21,8,3,0,233,18,26,3,110,254,2,0,234,146,69,17,17,64,4,0,237,210,168,94,74,230,3,0,240,82,149,192,177,138,3,0,243,82,160,13,22,177,3,0,243,146,168,147,68,72,4,0,244,18,40,139,12,179,2,0,245,82,240,54,133,44,2,0,249,82,139,25,217,154,2,0,249,210,0,42,224,143,3,0,250,18,59,184,214,77,3,0,250,82,74,25,19,81,4,0,253,146,161,87,250,149,2,0,1,19,227,2,175,32,4,0,3,147,61,81,113,219,2,0,5,211,241,232,235,235,2,0,13,211,167,35,74,117,3,0,14,211,227,219,130,81,2,0,14,19,29,117,132,10,3,0,17,147,52,248,52,3,3,0,18,147,52,248,65,3,3,0,19,211,3,125,55,10,3,0,23,19,183,186,64,9,3,0,23,211,173,154,13,154,3,0,24,147,75,58,114,181,2,0,26,83,93,118,56,57,4,0,27,147,68,171,239,97,3,0,28,211,25,192,214,176,2,0,28,211,25,173,151,194,2,0,28,147,189,164,168,39,3,0,30,83,70,248,110,74,2,0,31,83,89,166,106,72,4,0,32,83,169,210,177,97,3,0,32,19,61,12,57,208,3,0,34,211,78,132,125,51,3,0,41,19,182,126,132,18,2,0,41,83,159,195,236,250,2,0,42,147,65,110,164,177,3,0,48,211,202,113,193,151,3,0,61,211,122,128,166,163,4,0,63,19,201,26,135,155,3,0,64,211,207,124,114,167,2,0,64,83,3,5,72,217,2,0,64,211,59,173,254,61,4,0,64,147,13,123,169,169,4,0,66,83,222,125,178,72,2,0,66,211,19,8,225,157,2,0,66,147,52,248,222,7,3,0,70,147,225,114,118,237,3,0,76,83,22,81,203,81,3,0,77,147,108,0,15,228,2,0,79,19,119,221,242,104,2,0,79,147,2,217,227,158,3,0,83,147,64,71,103,110,2,0,88,147,168,93,10,92,4,0,89,147,45,72,13,244,3,0,91,83,20,139,26,241,3,0,93,147,130,73,59,189,3,0,93,19,219,175,219,77,4,0,97,19,92,244,106,129,2,0,97,147,216,41,58,130,4,0,98,19,227,34,200,224,2,0,102,19,208,210,183,54,2,0,108,83,56,43,162,189,2,0,109,83,233,68,7,83,2,0,109,19,224,254,170,123,4,0,110,147,115,207,243,57,2,0,110,147,88,69,23,117,3,0,110,83,13,47,180,159,4,0,115,211,241,51,131,2,4,0,119,19,187,205,99,18,4,0,119,19,28,87,250,62,4,0,127,19,38,243,169,200,2,0,127,211,163,69,31,8,4,0,128,211,194,238,56,172,3,0,132,211,198,186,88,35,3,0,133,211,245,107,75,222,3,0,134,83,15,181,108,5,4,0,136,83,163,145,133,107,3,0,138,19,208,210,205,54,2,0,138,147,40,44,80,180,2,0,140,19,37,113,68,168,2,0,141,147,124,176,49,246,3,0,142,147,147,64,201,74,4,0,142,19,158,49,60,146,4,0,148,147,6,250,210,127,2,0,149,211,22,241,197,33,4,0,156,83,225,245,197,88,4,0,159,83,121,209,70,140,3,0,161,147,13,13,215,86,4,0,163,147,179,24,52,80,2,0,163,83,138,7,100,47,4,0,163,147,7,2,181,173,4,0,169,147,117,124,91,249,2,0,169,147,228,144,64,71,4,0,170,147,168,116,186,94,2,0,170,83,28,217,184,172,3,0,171,83,188,243,157,173,4,0,174,19,185,154,243,148,4,0,176,147,29,83,156,108,4,0,177,83,68,129,176,217,2,0,178,147,194,79,33,72,2,0,180,147,29,94,153,141,3,0,180,83,177,132,13,151,3,0,183,211,240,251,157,173,2,0,186,211,200,72,110,159,3,0,187,147,238,182,9,191,2,0,187,211,162,56,46,52,4,0,188,19,142,66,163,225,3,0,190,19,174,108,98,251,3,0,192,147,184,238,56,12,3,0,197,147,52,81,50,237,2,0,199,83,74,75,59,39,2,0,209,147,194,35,116,158,3,0,210,147,153,106,118,122,4,0,211,147,67,104,221,238,3,0,213,147,109,229,181,91,2,0,214,19,163,136,165,97,2,0,217,83,149,33,191,9,2,0,217,83,109,110,172,50,4,0,219,211,206,199,132,96,3,0,221,83,235,169,182,100,3,0,223,19,234,130,122,98,2,0,225,211,70,233,22,216,2,0,225,147,118,177,106,224,2,0,229,83,29,253,133,104,2,0,229,211,127,150,153,78,4,0,231,19,21,44,186,202,3,0,232,19,73,132,201,132,2,0,237,147,35,116,80,155,3,0,239,83,173,112,175,177,2,0,240,211,15,54,129,65,3,0,241,211,223,211,184,179,2,0,242,147,107,238,2,184,3,0,243,211,67,50,155,66,4,0,245,83,6,92,154,167,3,0,251,211,164,134,118,114,4,0,252,147,47,129,244,1,2,0,254,83,227,94,19,137,4,0,255,211,89,126,6,138,4,0,0,212,241,123,23,135,2,0,4,84,65,110,92,209,3,0,4,20,142,66,176,212,3,0,5,20,195,150,215,196,3,0,7,148,187,175,57,121,3,0,9,84,84,61,255,138,2,0,9,148,214,252,155,15,3,0,10,148,203,224,3,148,2,0,14,20,229,99,46,6,2,0,14,84,236,162,123,45,3,0,14,148,248,217,45,91,4,0,14,148,200,207,120,101,4,0,15,148,37,44,247,37,4,0,25,20,93,74,199,172,2,0,26,148,146,148,117,73,4,0,27,20,54,164,41,112,4,0,32,148,101,89,255,114,4,0,34,212,32,65,89,122,2,0,36,212,30,110,205,235,3,0,37,148,160,216,222,88,2,0,38,84,242,241,220,66,2,0,38,20,197,8,19,157,3,0,40,84,156,248,16,90,3,0,41,212,52,176,143,127,2,0,42,20,186,220,140,153,4,0,46,148,97,11,208,173,3,0,47,20,107,248,33,44,2,0,47,212,69,100,48,178,3,0,49,20,250,96,247,128,4,0,53,20,38,239,114,132,2,0,55,84,203,47,37,159,4,0,58,84,91,250,119,3,2,0,59,148,144,183,156,85,2,0,59,148,69,201,165,52,3,0,71,84,192,240,203,25,4,0,74,20,123,184,134,108,3,0,76,84,33,189,215,191,3,0,80,148,232,51,170,77,3,0,83,84,45,255,240,9,4,0,85,148,207,235,138,139,2,0,86,84,156,47,27,128,3,0,89,84,6,120,51,120,3,0,90,84,55,51,73,3,2,0,93,148,115,18,255,133,2,0,96,148,109,79,230,228,3,0,100,84,159,193,200,91,3,0,101,20,116,90,1,152,2,0,102,20,154,153,85,125,3,0,103,84,81,67,251,145,2,0,111,20,65,251,161,22,3,0,111,212,149,227,30,208,3,0,114,148,162,109,144,50,2,0,117,212,168,110,203,48,4,0,118,20,249,32,165,178,2,0,121,84,53,189,28,255,2,0,123,84,62,26,10,14,4,0,124,148,36,85,86,49,2,0,124,84,44,198,63,55,2,0,126,148,213,228,197,82,3,0,127,20,122,247,190,138,2,0,128,84,90,29,230,178,2,0,129,212,58,12,2,174,2,0,130,148,76,73,181,112,3,0,133,20,24,81,150,108,3,0,133,212,222,36,190,193,3,0,134,212,38,209,119,184,3,0,136,20,180,201,124,200,2,0,136,148,195,84,160,174,4,0,138,148,127,113,143,43,2,0,138,212,86,65,194,149,2,0,139,212,139,55,172,53,4,0,141,148,38,28,47,229,2,0,142,84,252,188,38,16,4,0,144,84,245,73,54,173,2,0,145,20,217,177,0,172,3,0,147,148,8,229,19,33,4,0,150,84,193,251,241,5,3,0,151,20,113,121,76,176,3,0,154,212,86,3,168,254,2,0,154,84,235,121,58,111,3,0,154,20,160,215,232,172,3,0,154,84,251,31,15,156,4,0,155,20,180,7,112,34,2,0,156,20,85,189,32,10,3,0,156,20,137,41,130,131,4,0,159,148,69,37,64,139,3,0,160,84,3,39,0,65,2,0,160,148,193,53,246,63,4,0,162,148,58,21,252,148,2,0,162,212,166,231,139,234,3,0,164,148,75,58,133,181,2,0,164,84,54,135,88,190,3,0,165,212,111,172,10,248,3,0,168,148,25,222,19,130,4,0,169,148,218,37,165,89,4,0,175,84,146,114,200,43,3,0,176,212,77,22,245,52,4,0,177,20,52,202,169,78,3,0,178,84,88,148,29,193,3,0,179,148,187,172,163,165,4,0,183,148,169,105,131,40,2,0,189,212,166,197,199,78,3,0,190,20,87,3,150,254,2,0,191,84,15,109,149,16,4,0,192,212,130,36,195,99,3,0,193,20,24,81,119,108,3,0,193,148,79,106,168,34,4,0,194,148,105,184,143,114,3,0,194,20,114,130,37,81,4,0,195,84,65,134,62,66,2,0,197,84,77,168,22,80,4,0,199,84,174,151,164,117,3,0,201,84,231,150,87,57,2,0,203,212,80,204,126,145,3,0,203,20,76,11,92,201,3,0,211,84,66,85,102,59,2,0,211,148,52,248,214,253,2,0,211,84,157,20,3,67,4,0,213,84,198,192,3,41,3,0,216,20,217,89,254,60,3,0,216,84,206,40,101,113,3,0,221,212,220,124,155,44,2,0,221,20,24,81,86,108,3,0,223,148,238,182,67,191,2,0,226,212,11,53,151,60,2,0,227,84,79,207,113,153,3,0,230,84,42,71,146,140,2,0,230,212,239,82,209,242,3,0,234,84,0,13,214,169,3,0,234,84,253,102,208,164,4,0,237,84,194,107,16,225,2,0,237,20,138,222,54,127,3,0,240,20,187,238,51,150,3,0,241,20,132,29,229,176,4,0,245,84,15,62,17,180,2,0,245,20,1,50,112,234,2,0,248,84,100,129,189,226,3,0,252,148,57,241,136,47,4,0,253,84,109,49,55,159,2,0,253,212,19,105,231,62,3,0,255,84,74,76,71,255,2,0,0,149,52,248,35,244,2,0,1,21,141,179,217,96,4,0,2,213,153,223,232,215,2,0,2,213,53,90,8,68,3,0,3,21,10,210,154,227,3,0,6,149,241,186,130,63,3,0,8,21,219,23,87,111,2,0,13,149,116,84,47,99,4,0,17,85,147,227,81,42,3,0,19,21,233,114,160,74,2,0,20,149,137,197,2,107,3,0,20,21,10,160,255,72,4,0,21,21,203,239,43,232,3,0,27,149,52,248,81,243,2,0,27,21,199,196,143,206,3,0,45,21,117,153,142,146,4,0,46,213,223,190,179,40,2,0,47,149,76,73,199,112,3,0,57,21,6,162,236,194,3,0,58,21,151,134,74,60,4,0,59,149,52,248,68,243,2,0,60,213,83,21,68,122,2,0,60,21,14,64,93,253,3,0,61,85,217,120,248,200,3,0,62,21,230,152,249,159,2,0,62,149,171,194,18,67,4,0,63,85,177,182,57,196,2,0,68,149,76,81,199,178,2,0,69,213,58,12,28,174,2,0,70,21,207,67,55,31,2,0,72,149,217,169,253,94,3,0,72,213,225,4,180,205,3,0,74,85,205,212,77,149,3,0,74,21,76,50,141,33,4,0,76,213,1,224,147,77,3,0,80,21,17,175,85,23,3,0,81,149,10,225,149,243,3,0,84,213,222,66,207,157,4,0,85,85,181,99,180,136,2,0,85,149,213,56,201,21,3,0,86,21,15,11,224,145,3,0,95,213,130,174,36,52,2,0,97,85,240,206,125,62,3,0,99,21,38,81,31,45,3,0,99,85,6,120,145,78,3,0,101,213,68,156,187,145,4,0,102,85,218,217,150,235,2,0,103,85,217,90,234,169,2,0,104,21,227,133,253,206,3,0,108,21,35,243,170,144,2,0,108,149,42,222,195,203,3,0,109,149,61,172,155,115,3,0,111,21,251,170,24,250,2,0,112,149,218,170,189,232,3,0,113,149,176,139,115,172,4,0,125,21,35,81,238,46,3,0,134,149,52,248,131,234,2,0,137,213,228,88,110,26,2,0,139,85,182,136,241,81,4,0,140,213,207,105,84,48,2,0,140,21,41,93,78,51,2,0,141,149,247,65,56,237,3,0,142,85,89,8,142,17,2,0,143,21,85,103,74,104,3,0,151,213,99,96,180,239,2,0,158,149,45,233,188,77,3,0,158,85,69,237,232,67,4,0,161,149,217,47,5,110,3,0,162,149,218,90,18,123,2,0,165,85,172,52,5,202,3,0,166,21,27,69,123,64,4,0,169,213,25,110,226,143,2,0,169,149,52,248,136,153,2,0,169,213,169,130,253,16,4,0,172,213,222,20,232,22,2,0,177,149,127,72,191,81,4,0,183,21,191,40,227,253,2,0,183,213,196,35,105,249,3,0,184,149,109,32,72,135,3,0,186,149,130,54,230,150,4,0,187,85,142,33,44,138,4,0,188,21,67,163,140,126,4,0,192,21,160,6,133,153,3,0,195,213,76,81,145,158,2,0,197,213,236,109,214,119,4,0,201,21,225,170,198,92,3,0,204,213,120,244,97,90,4,0,205,149,198,212,81,129,4,0,206,21,174,124,127,235,2,0,209,85,188,166,224,255,2,0,211,21,4,182,153,79,4,0,214,21,17,9,80,83,2,0,215,21,56,130,252,235,3,0,216,213,26,134,198,1,4,0,219,213,175,244,106,8,2,0,219,149,197,66,25,110,2,0,219,149,160,129,90,79,4,0,222,21,65,212,116,30,2,0,225,85,97,209,108,231,2,0,225,85,163,168,208,150,4,0,226,149,215,27,208,51,3,0,233,21,181,118,50,153,2,0,236,213,178,87,61,108,2,0,236,213,153,223,35,213,2,0,236,21,115,54,127,69,4,0,236,213,24,151,110,123,4,0,237,213,82,248,86,148,3,0,244,149,50,36,60,68,4,0,251,149,174,126,237,207,2,0,251,85,107,172,145,188,3,0,255,149,66,239,169,151,4,0,0,150,175,89,162,147,4,0,3,22,48,158,131,132,2,0,3,86,213,134,120,207,3,0,6,22,167,250,37,156,4,0,10,150,52,248,193,230,2,0,11,86,131,53,120,61,3,0,15,22,100,87,133,233,3,0,16,214,53,146,13,73,4,0,19,214,117,184,53,108,3,0,20,150,85,94,54,246,2,0,21,214,211,72,66,77,2,0,25,150,207,226,216,218,2,0,25,150,52,248,206,230,2,0,26,86,124,41,237,48,3,0,26,86,89,171,191,89,3,0,35,86,102,199,239,53,3,0,37,22,149,250,147,172,3,0,38,22,28,8,70,31,4,0,38,214,173,55,46,110,4,0,39,214,255,204,168,49,4,0,42,22,62,99,172,245,3,0,49,86,25,67,8,92,3,0,52,22,196,4,128,254,2,0,52,150,229,130,251,7,4,0,60,150,151,79,216,130,4,0,61,214,46,29,154,209,3,0,61,22,2,241,234,249,3,0,63,22,105,184,251,112,3,0,65,150,147,208,101,8,4,0,72,150,242,241,158,51,2,0,73,150,120,167,161,26,4,0,74,214,221,138,109,83,2,0,79,22,173,184,206,55,3,0,81,86,200,197,199,244,3,0,82,22,97,198,242,204,3,0,86,22,148,71,188,65,3,0,90,150,39,162,33,50,4,0,91,214,38,99,61,16,2,0,92,214,7,229,195,167,3,0,93,22,114,58,97,109,2,0,95,214,203,113,69,99,3,0,96,214,1,230,125,224,3,0,96,214,1,79,161,241,3,0,98,214,153,223,165,212,2,0,100,86,70,69,175,17,4,0,101,86,20,223,225,232,2,0,101,22,86,187,191,60,3,0,105,22,110,152,211,88,3,0,106,150,70,186,64,81,2,0,106,214,153,223,17,211,2,0,107,86,104,53,75,188,2,0,111,214,136,72,21,23,3,0,112,86,155,195,134,117,2,0,113,22,1,69,68,45,3,0,116,86,190,79,146,233,2,0,119,150,219,159,151,61,2,0,119,150,73,5,188,73,4,0,122,22,44,120,74,10,3,0,123,86,238,104,81,73,4,0,125,22,11,43,113,64,3,0,125,22,202,84,137,136,3,0,130,214,6,242,252,201,2,0,131,86,202,126,97,24,2,0,133,86,109,252,110,9,3,0,135,214,168,224,203,79,4,0,138,22,135,161,236,138,3,0,139,22,10,206,33,95,3,0,140,22,96,22,88,218,2,0,140,214,214,25,49,213,3,0,145,150,13,49,35,220,2,0,147,86,169,97,63,4,2,0,148,214,16,212,14,172,2,0,148,86,230,47,54,128,3,0,151,22,110,105,71,213,2,0,151,150,52,248,91,229,2,0,153,150,13,70,108,79,2,0,157,86,237,246,144,152,4,0,158,86,171,34,88,118,2,0,158,150,14,49,204,220,2,0,160,150,186,81,0,223,3,0,161,150,52,248,21,229,2,0,162,150,43,81,77,0,3,0,163,214,4,173,133,31,3,0,167,86,6,75,44,150,4,0,169,22,12,140,59,192,2,0,170,22,51,240,67,22,4,0,171,214,39,81,14,29,3,0,174,86,202,252,50,1,3,0,176,150,79,59,242,248,2,0,176,214,188,186,232,151,3,0,179,150,68,155,230,131,3,0,179,86,41,160,179,121,4,0,183,22,221,68,153,144,2,0,183,150,52,248,34,229,2,0,183,214,39,81,160,26,3,0,183,22,150,101,13,238,3,0,187,150,243,32,0,5,4,0,187,86,65,163,69,96,4,0,188,86,98,216,240,27,2,0,188,214,120,242,79,52,4,0,189,86,217,90,209,169,2,0,191,86,161,169,107,51,3,0,193,150,66,65,139,87,2,0,193,86,60,227,230,221,3,0,195,214,134,209,221,34,2,0,197,150,50,189,82,234,2,0,197,214,147,152,103,28,3,0,197,214,123,184,176,102,3,0,198,214,204,235,8,181,2,0,201,22,9,174,144,243,2,0,205,22,131,67,103,19,2,0,210,22,82,56,179,247,3,0,211,22,64,151,133,115,2,0,216,22,196,135,253,105,3,0,222,22,255,79,194,96,4,0,223,22,194,90,28,60,3,0,224,150,5,139,225,35,4,0,229,22,43,166,154,77,2,0,229,22,152,32,47,98,4,0,230,86,171,17,193,136,2,0,230,214,211,150,185,254,3,0,233,86,142,24,123,192,3,0,235,150,126,38,104,69,4,0,239,150,95,52,234,106,3,0,241,214,54,81,45,231,2,0,243,150,17,193,147,77,4,0,244,86,126,98,129,147,2,0,245,214,74,203,214,26,4,0,246,150,220,5,87,79,2,0,250,22,153,223,250,49,3,0,253,22,130,36,113,26,3,0,253,150,47,2,122,178,3,0,0,151,46,173,219,66,3,0,6,215,130,146,174,235,2,0,7,87,189,17,21,23,2,0,11,87,83,185,35,132,3,0,13,23,245,15,233,162,3,0,17,23,232,113,240,234,2,0,18,151,52,248,22,213,2,0,18,23,21,41,85,12,3,0,22,151,52,248,246,215,2,0,23,87,182,176,50,13,3,0,25,87,169,42,206,201,3,0,29,151,12,191,104,42,2,0,31,151,9,113,203,141,3,0,32,23,160,227,110,19,4,0,33,87,137,234,220,177,3,0,34,151,52,248,71,219,2,0,34,215,24,95,209,10,4,0,35,23,62,157,88,186,3,0,35,151,87,59,64,91,4,0,36,87,58,176,60,126,2,0,37,215,71,208,249,45,2,0,40,215,94,57,61,130,2,0,42,87,117,159,104,138,2,0,44,23,9,243,152,181,2,0,44,215,80,5,110,56,3,0,46,151,128,182,230,18,3,0,49,151,195,237,206,2,2,0,49,87,60,143,232,106,2,0,52,23,237,48,166,27,4,0,52,151,71,28,138,147,4,0,54,151,185,28,245,46,2,0,55,23,28,210,171,10,2,0,62,87,209,240,250,111,2,0,62,215,253,53,151,17,3,0,63,23,76,216,137,216,2,0,66,23,48,114,224,173,4,0,71,151,231,150,32,58,2,0,71,23,34,57,27,13,4,0,75,87,21,41,92,32,4,0,76,151,82,255,170,116,2,0,79,151,23,81,165,113,3,0,83,151,105,212,93,64,2,0,83,23,29,101,242,132,4,0,84,23,250,132,173,66,3,0,85,215,23,81,95,111,3,0,87,215,199,10,10,234,2,0,87,151,56,106,197,175,3,0,87,215,38,47,4,32,4,0,88,215,133,109,206,89,4,0,90,215,181,150,20,247,2,0,91,215,30,165,60,28,2,0,92,87,178,186,168,7,3,0,92,151,163,211,23,172,4,0,96,151,172,95,175,10,3,0,98,87,81,243,236,72,4,0,101,23,130,199,121,5,2,0,101,87,14,139,14,73,3,0,104,23,143,120,158,63,3,0,104,23,129,207,235,179,3,0,109,87,101,16,132,24,3,0,111,215,209,183,237,13,4,0,112,23,237,17,183,42,4,0,113,87,113,247,87,8,2,0,118,215,25,20,112,150,3,0,120,151,52,248,128,219,2,0,120,87,10,144,238,161,4,0,121,215,81,108,150,2,4,0,124,87,12,10,230,48,2,0,126,215,186,214,230,47,4,0,128,151,179,182,71,13,4,0,131,23,147,251,217,81,4,0,133,215,166,127,27,170,2,0,133,87,61,254,192,32,3,0,133,23,144,162,4,156,3,0,134,151,15,229,152,244,3,0,136,215,203,255,55,171,2,0,136,87,164,103,219,2,3,0,137,215,63,94,214,147,2,0,137,215,127,91,213,142,3,0,137,151,163,74,90,225,3,0,139,23,19,62,215,216,3,0,139,215,170,50,213,176,4,0,142,23,135,67,252,162,3,0,143,215,81,82,72,53,2,0,148,215,5,63,172,70,3,0,149,151,28,12,200,24,4,0,150,215,64,196,245,158,3,0,154,215,228,54,34,102,2,0,156,215,47,145,192,38,2,0,156,23,159,114,226,148,2,0,157,215,216,245,144,62,3,0,158,151,60,115,29,9,4,0,161,87,192,19,161,114,2,0,162,151,213,70,229,99,4,0,163,215,228,196,170,0,3,0,163,87,227,41,7,1,3,0,163,151,56,51,93,140,3,0,164,151,122,49,154,137,4,0,166,215,36,167,34,153,3,0,166,23,109,29,35,192,3,0,171,151,119,122,154,84,2,0,175,23,114,88,204,52,2,0,177,87,36,121,102,89,2,0,181,215,126,142,237,37,2,0,181,87,248,145,24,55,4,0,191,23,177,126,11,22,2,0,193,23,26,253,194,36,3,0,195,23,222,146,134,48,3,0,196,215,231,186,215,38,3,0,200,151,3,245,80,143,3,0,201,151,231,190,166,197,2,0,202,87,85,2,120,193,2,0,202,215,99,102,37,88,4,0,203,87,254,149,188,38,4,0,205,87,53,165,138,156,3,0,206,151,227,164,96,121,2,0,208,151,99,26,231,77,2,0,210,87,193,79,107,20,2,0,212,87,205,47,169,129,4,0,212,151,5,58,170,157,4,0,214,87,152,137,162,88,4,0,216,151,251,183,4,36,3,0,217,23,101,133,247,230,3,0,228,151,178,191,63,76,3,0,232,215,138,145,106,117,3,0,239,215,241,230,243,91,3,0,244,87,12,93,255,56,2,0,244,215,226,138,128,169,4,0,250,87,76,193,143,204,2,0,253,151,54,136,110,165,2,0,253,23,139,119,203,224,3,0,3,88,164,36,218,100,3,0,9,24,64,182,43,17,2,0,9,88,62,102,78,175,4,0,10,88,161,203,33,64,4,0,11,88,169,116,131,131,3,0,12,152,173,19,168,47,3,0,12,152,173,19,225,47,3,0,12,152,173,19,249,47,3,0,12,152,173,19,27,48,3,0,12,152,173,19,54,48,3,0,12,88,129,67,164,154,3,0,14,152,31,54,106,227,3,0,15,216,64,37,51,252,3,0,20,24,118,39,61,40,4,0,24,216,251,236,10,120,2,0,28,88,25,184,241,53,4,0,31,216,114,109,201,234,3,0,32,152,128,182,93,18,3,0,35,152,201,91,125,19,2,0,35,216,121,210,77,98,4,0,39,152,31,195,117,118,2,0,39,88,79,218,57,84,4,0,41,24,104,62,95,93,2,0,41,88,39,197,253,98,3,0,45,216,208,114,203,139,2,0,54,216,221,40,9,135,2,0,66,152,25,11,226,255,3,0,72,24,73,75,198,6,2,0,72,24,46,249,121,135,4,0,73,216,178,115,41,90,2,0,76,152,121,137,144,51,3,0,81,216,134,75,232,180,3,0,89,216,199,7,16,159,4,0,94,24,105,184,11,113,3,0,94,152,161,48,219,161,4,0,98,88,133,161,116,145,4,0,103,216,91,241,1,211,3,0,104,24,41,166,26,22,2,0,108,216,142,240,163,226,2,0,109,24,136,73,182,166,4,0,113,216,108,253,230,82,2,0,113,24,223,83,0,125,2,0,113,152,255,63,36,140,4,0,114,24,116,37,227,73,4,0,114,152,23,92,180,103,4,0,115,88,22,10,135,151,4,0,116,152,5,234,57,1,4,0,118,152,191,226,69,103,3,0,119,152,173,140,93,15,3,0,120,24,5,232,219,34,3,0,121,152,38,60,193,96,3,0,122,24,171,144,28,34,2,0,122,152,4,195,30,193,2,0,122,216,123,184,53,103,3,0,123,216,37,36,173,182,3,0,125,216,99,87,154,233,3,0,130,152,246,209,103,98,2,0,130,88,209,47,138,100,4,0,130,88,209,47,152,100,4,0,130,88,209,47,173,100,4,0,131,88,200,191,224,30,3,0,132,24,210,235,183,157,2,0,132,24,241,94,239,23,3,0,132,88,209,47,33,99,4,0,134,88,154,234,234,114,2,0,136,216,165,111,77,40,2,0,138,88,248,61,141,136,4,0,140,216,95,126,241,50,3,0,141,24,97,162,116,246,2,0,146,88,40,91,55,109,3,0,149,88,55,232,213,26,3,0,150,24,77,71,165,78,2,0,150,216,125,67,72,11,3,0,152,152,149,120,37,158,4,0,160,24,196,176,230,51,4,0,165,88,13,74,88,54,3,0,166,24,192,251,131,151,3,0,168,24,229,187,206,3,2,0,169,216,88,102,198,159,4,0,173,24,130,112,200,132,4,0,173,24,109,53,62,140,4,0,175,24,165,169,114,109,3,0,175,24,27,226,176,173,3,0,176,24,247,94,70,141,4,0,178,216,193,14,72,141,2,0,180,24,156,12,153,133,3,0,183,88,205,154,202,18,2,0,183,88,216,238,84,14,3,0,183,152,103,149,76,224,3,0,186,152,145,6,26,30,3,0,188,88,24,163,234,61,4,0,195,88,8,104,248,136,2,0,200,24,178,144,151,163,2,0,204,88,210,199,168,211,3,0,205,152,97,247,178,225,2,0,209,24,113,60,95,214,2,0,214,216,182,186,94,9,3,0,215,24,53,120,157,10,3,0,216,152,202,161,141,207,3,0,220,152,147,28,254,5,4,0,220,24,51,111,116,28,4,0,223,216,79,35,128,171,4,0,226,152,51,59,47,176,4,0,227,216,52,74,231,112,3,0,230,216,40,13,81,29,2,0,232,88,28,153,222,158,4,0,240,24,122,206,176,67,2,0,241,152,197,237,12,121,2,0,242,88,99,149,45,149,4,0,245,152,112,99,193,149,4,0,247,88,195,13,73,182,3,0,249,152,118,227,172,207,3,0,253,216,197,8,253,156,3,0,0,25,87,63,154,50,4,0,2,153,118,49,44,82,3,0,5,89,138,149,197,79,2,0,8,217,136,15,43,62,4,0,9,89,149,46,93,151,4,0,11,217,241,34,115,196,3,0,11,25,50,83,197,172,4,0,14,153,62,167,240,210,2,0,14,217,133,144,214,214,2,0,14,153,59,99,127,38,4,0,17,25,21,33,107,90,2,0,25,89,243,175,161,192,3,0,29,25,168,240,123,22,4,0,34,89,101,155,130,72,4,0,36,25,53,116,70,27,4,0,39,25,110,105,88,213,2,0,39,89,182,77,147,3,3,0,39,25,206,119,29,1,4,0,48,25,59,121,117,136,3,0,48,25,188,189,41,161,3,0,48,89,100,30,248,145,4,0,49,25,110,237,87,137,2,0,50,153,151,122,20,107,4,0,52,89,158,188,168,236,2,0,53,153,152,143,141,247,3,0,53,217,194,8,180,153,4,0,57,89,111,116,143,68,3,0,57,89,232,241,145,69,4,0,59,153,161,109,128,189,3,0,62,25,98,202,134,12,3,0,62,217,149,217,70,115,4,0,62,25,159,147,84,180,4,0,64,217,165,83,129,208,3,0,66,25,101,186,182,40,3,0,69,89,3,143,241,56,3,0,70,25,64,68,201,99,2,0,81,153,201,17,190,233,3,0,82,25,69,210,31,59,4,0,84,25,58,59,140,83,4,0,86,89,3,33,237,184,3,0,90,153,247,187,246,254,2,0,95,89,191,203,108,71,3,0,95,217,103,148,169,37,4,0,98,89,164,155,147,11,2,0,98,89,124,130,205,20,2,0,105,153,214,23,0,28,4,0,106,153,102,155,220,5,3,0,106,25,21,209,78,95,4,0,107,153,245,61,14,24,2,0,114,153,210,200,117,93,4,0,119,217,4,19,171,167,4,0,121,25,31,229,176,79,2,0,121,25,196,100,146,1,4,0,124,153,143,127,27,117,4,0,126,153,218,242,185,77,2,0,129,89,62,189,70,104,2,0,130,217,153,223,245,217,2,0,133,217,201,42,122,112,4,0,137,217,145,33,95,16,4,0,137,89,87,1,242,78,4,0,141,25,106,174,67,134,2,0,143,89,100,21,142,88,2,0,147,89,10,203,68,151,2,0,148,89,178,199,42,76,2,0,148,89,161,81,79,133,2,0,150,217,26,177,130,195,2,0,152,153,52,248,208,210,2,0,158,217,153,223,58,216,2,0,160,89,143,155,44,172,4,0,163,153,233,109,205,139,3,0,164,89,144,132,133,129,2,0,165,89,196,44,137,227,3,0,166,153,71,164,92,212,2,0,167,25,232,230,97,29,2,0,170,153,11,196,35,191,3,0,170,153,111,9,140,89,4,0,171,217,46,197,246,81,2,0,173,153,120,130,23,61,2,0,176,153,115,200,1,243,2,0,176,153,59,184,24,69,3,0,181,25,241,4,31,239,3,0,184,25,227,247,0,11,4,0,185,217,6,236,207,124,2,0,189,89,85,71,24,128,4,0,191,217,236,144,82,73,3,0,191,153,66,221,7,176,3,0,192,25,127,44,23,105,4,0,194,25,132,239,189,133,2,0,194,217,35,250,103,49,3,0,195,89,43,193,234,124,2,0,196,153,42,110,214,93,4,0,196,217,213,115,217,179,4,0,198,217,122,77,63,156,2,0,202,153,58,24,119,112,2,0,202,153,200,127,89,103,3,0,203,153,152,99,176,148,2,0,203,217,108,110,255,164,3,0,204,217,207,169,110,120,2,0,204,217,194,94,157,120,2,0,204,89,150,40,191,199,2,0,207,25,57,66,35,238,2,0,211,217,44,226,219,0,4,0,214,217,54,115,88,35,2,0,214,25,181,67,180,195,3,0,215,89,19,195,202,138,4,0,218,25,96,223,120,211,2,0,219,153,113,120,215,174,3,0,221,153,162,116,11,88,2,0,223,153,59,132,142,22,3,0,223,217,243,17,239,170,4,0,224,25,124,184,240,99,3,0,226,25,27,248,41,49,4,0,228,25,62,231,188,135,4,0,231,89,20,150,20,160,3,0,234,153,210,131,221,54,3,0,235,25,146,58,181,241,2,0,239,89,229,167,27,98,4,0,240,89,146,156,233,44,2,0,240,25,211,72,210,206,2,0,240,153,147,249,241,82,4,0,242,25,57,150,203,254,3,0,244,153,179,229,30,4,4,0,245,25,145,16,36,128,2,0,248,217,86,83,25,56,4,0,249,89,154,32,56,19,2,0,250,25,22,115,109,48,3,0,251,153,221,187,244,36,3,0,5,154,240,189,43,107,2,0,6,90,247,239,87,173,3,0,6,26,80,30,150,144,4,0,8,154,28,200,193,134,3,0,10,154,236,109,95,62,4,0,11,218,139,78,243,67,3,0,14,26,145,42,123,87,4,0,17,154,232,242,210,60,3,0,17,218,198,95,40,183,3,0,19,154,117,138,54,3,4,0,20,154,95,8,26,181,3,0,24,218,224,244,76,173,3,0,26,218,208,203,102,96,2,0,26,154,187,185,248,4,3,0,26,90,224,227,62,69,3,0,26,90,21,48,115,144,4,0,27,154,143,8,250,54,3,0,29,218,19,131,110,2,4,0,30,218,123,57,162,142,2,0,30,154,242,211,131,95,3,0,31,218,81,152,204,29,4,0,38,26,40,167,180,113,3,0,38,218,10,254,176,130,3,0,39,218,47,81,209,254,2,0,39,154,193,189,140,113,3,0,41,26,189,185,25,83,2,0,42,90,200,114,93,56,2,0,47,218,236,175,41,136,4,0,52,218,6,45,75,74,4,0,55,26,105,64,190,113,2,0,55,154,27,236,73,36,3,0,56,154,52,248,0,159,2,0,56,154,78,36,111,244,2,0,56,90,89,128,13,64,3,0,57,218,10,110,48,184,2,0,58,26,101,186,198,40,3,0,59,26,107,246,23,152,3,0,60,154,120,86,51,64,2,0,60,218,149,227,53,211,3,0,60,26,38,85,250,116,4,0,63,26,62,27,90,94,4,0,64,218,118,120,159,246,2,0,64,90,118,199,10,65,4,0,65,90,130,85,115,106,4,0,66,90,73,70,168,244,3,0,66,26,107,74,141,90,4,0,67,90,138,231,90,134,2,0,68,218,105,27,167,10,4,0,69,90,104,136,28,28,4,0,71,26,164,244,55,75,3,0,71,26,19,225,111,172,3,0,74,218,26,177,21,195,2,0,76,26,19,180,45,198,3,0,81,218,153,223,130,218,2,0,83,26,8,37,35,123,2,0,83,26,204,226,122,141,2,0,84,154,77,107,115,102,4,0,88,154,21,240,94,19,4,0,92,154,4,192,144,209,2,0,92,218,23,176,135,40,3,0,93,90,32,123,212,75,3,0,94,154,69,206,224,26,2,0,99,218,85,125,131,99,3,0,100,218,180,159,144,118,4,0,101,90,22,81,105,77,3,0,102,218,68,93,244,2,2,0,103,90,90,29,36,180,2,0,104,154,52,248,210,153,2,0,104,154,252,140,235,106,4,0,105,26,218,200,198,206,3,0,105,26,241,93,155,160,4,0,107,154,52,248,197,153,2,0,108,26,210,80,188,16,2,0,109,218,152,12,159,118,4,0,112,90,115,229,189,112,2,0,112,218,98,211,31,102,4,0,113,154,119,17,238,88,2,0,117,218,78,28,255,179,3,0,121,218,207,23,46,113,2,0,123,218,166,78,131,141,3,0,123,218,92,232,210,163,3,0,125,26,215,236,169,124,3,0,125,90,133,171,250,144,4,0,136,90,45,25,221,165,4,0,140,218,152,223,220,113,3,0,140,154,79,88,217,183,3,0,141,26,165,83,243,152,3,0,142,90,26,31,148,8,2,0,142,26,143,189,153,46,2,0,142,154,175,192,63,122,4,0,144,154,133,232,204,236,3,0,147,90,125,91,73,94,4,0,151,154,64,0,201,149,3,0,153,154,236,22,202,31,2,0,153,90,96,27,44,143,4,0,158,26,44,132,174,34,3,0,159,90,58,96,139,177,3,0,160,26,211,169,169,138,2,0,161,90,50,230,19,162,4,0,172,26,66,55,138,23,2,0,172,90,186,160,75,131,2,0,176,154,14,13,158,36,2,0,178,218,126,48,73,92,4,0,179,26,50,10,30,68,3,0,179,90,231,78,125,23,4,0,183,218,112,223,123,28,2,0,183,218,154,23,45,67,2,0,187,154,137,172,94,98,4,0,189,26,189,121,11,239,3,0,195,154,165,215,53,68,2,0,197,218,9,73,148,46,4,0,199,218,224,61,130,62,2,0,201,154,249,126,219,49,2,0,201,218,146,132,151,244,2,0,202,26,138,222,77,1,3,0,203,90,138,63,28,108,2,0,203,26,24,81,147,104,3,0,204,26,139,224,102,174,3,0,207,218,139,78,222,67,3,0,208,154,33,15,132,130,2,0,208,90,150,217,116,115,4,0,210,90,209,47,19,99,4,0,211,218,3,132,220,129,3,0,213,218,20,224,98,201,2,0,213,26,193,245,168,252,2,0,213,154,230,176,124,40,4,0,216,218,240,140,140,179,2,0,217,90,75,97,221,84,3,0,217,26,194,248,51,132,4,0,217,90,97,255,24,134,4,0,218,218,149,24,74,195,2,0,218,218,120,50,224,244,2,0,219,218,69,92,212,47,4,0,224,154,33,15,18,129,2,0,227,90,76,130,158,90,3,0,228,154,231,172,127,79,4,0,230,154,42,201,167,167,3,0,236,154,21,125,28,194,2,0,236,218,147,41,33,73,3,0,236,26,241,57,104,121,4,0,239,26,237,41,212,77,2,0,243,218,91,133,195,108,3,0,245,26,141,252,160,90,4,0,245,26,188,186,64,149,4,0,247,26,5,74,196,176,2,0,247,26,174,45,27,192,2,0,247,154,223,208,144,162,4,0,248,154,139,20,245,152,2,0,251,218,196,9,169,72,3,0,252,26,191,236,226,187,3,0,254,90,202,120,71,82,2,0,0,91,76,81,237,201,2,0,1,155,125,54,241,49,2,0,2,219,99,18,12,146,2,0,4,27,121,176,48,140,3,0,6,27,145,0,216,133,2,0,7,91,77,178,115,115,3,0,7,91,198,156,123,162,3,0,7,91,6,75,26,150,4,0,9,91,80,175,237,66,4,0,11,27,179,167,138,192,2,0,13,155,74,174,34,159,3,0,13,27,76,60,103,131,4,0,15,219,65,122,61,236,2,0,17,155,26,95,99,156,4,0,22,27,235,97,140,229,2,0,23,91,184,91,111,31,3,0,24,219,152,223,28,114,3,0,35,91,31,97,152,224,2,0,40,155,162,142,193,133,4,0,41,91,49,144,187,51,2,0,42,155,63,219,18,32,3,0,42,91,183,165,101,155,3,0,44,219,44,140,74,79,4,0,46,219,153,23,193,142,3,0,52,27,137,168,245,18,2,0,52,91,79,72,213,248,3,0,54,27,162,142,20,102,3,0,55,91,111,84,197,32,4,0,56,27,99,223,118,50,4,0,57,155,150,110,77,120,2,0,59,27,18,56,162,109,2,0,64,27,158,50,213,84,2,0,64,27,162,35,48,155,3,0,65,27,221,196,110,148,3,0,65,27,139,224,83,174,3,0,66,91,165,82,119,203,3,0,74,155,128,87,163,250,3,0,76,27,19,223,212,118,3,0,84,91,76,81,234,202,2,0,84,219,115,180,72,212,3,0,85,91,170,41,62,193,3,0,87,91,45,189,38,24,2,0,90,219,90,41,28,190,3,0,92,155,236,63,248,20,3,0,93,91,37,114,78,187,2,0,94,27,156,223,122,153,2,0,99,219,103,67,242,102,4,0,102,27,155,64,152,186,2,0,102,219,182,233,99,35,4,0,105,219,178,227,43,43,3,0,105,155,24,238,188,124,4,0,105,27,37,159,13,127,4,0,110,91,164,155,161,11,2,0,111,219,253,229,211,49,4,0,113,27,80,171,6,231,3,0,114,27,239,157,243,101,2,0,114,91,104,120,215,104,2,0,114,27,75,39,225,166,3,0,116,91,115,132,11,101,3,0,117,155,193,16,198,166,3,0,119,27,13,162,166,199,2,0,121,219,21,18,239,229,3,0,123,91,151,63,157,208,3,0,124,219,237,240,1,5,2,0,127,27,174,196,25,129,3,0,134,91,125,53,136,51,2,0,135,219,30,95,147,149,2,0,136,219,159,85,142,141,4,0,141,219,152,223,217,112,3,0,142,219,153,223,248,218,2,0,145,27,91,15,25,78,3,0,147,27,178,192,242,115,4,0,152,91,15,31,82,71,3,0,152,219,207,101,97,163,4,0,157,155,7,120,78,10,4,0,160,219,15,1,13,70,2,0,161,91,164,155,233,11,2,0,161,91,37,94,1,153,2,0,163,91,150,146,109,19,3,0,164,219,125,64,96,135,2,0,167,27,17,95,134,84,4,0,170,91,106,134,100,232,2,0,179,27,10,63,61,57,3,0,180,219,61,185,64,52,3,0,180,155,25,163,237,14,4,0,182,155,3,63,184,33,2,0,183,219,204,180,154,56,3,0,186,155,5,119,158,99,4,0,190,155,167,152,215,15,3,0,190,91,247,143,145,21,3,0,190,155,138,81,111,38,4,0,191,91,247,143,163,21,3,0,198,219,152,223,152,112,3,0,204,27,155,165,180,120,3,0,205,27,221,194,57,45,4,0,209,91,230,29,10,43,3,0,210,219,226,88,126,35,4,0,212,27,5,3,244,95,2,0,213,219,55,152,197,130,2,0,213,91,120,58,223,222,3,0,219,27,192,89,232,41,2,0,220,155,26,254,9,42,4,0,221,27,74,128,57,29,3,0,223,155,2,100,80,121,2,0,223,155,233,67,164,150,4,0,225,91,5,72,19,43,2,0,225,91,34,185,159,223,3,0,227,155,88,169,194,235,2,0,229,155,97,102,237,240,2,0,230,219,71,27,251,132,2,0,230,219,222,244,163,169,3,0,237,27,21,181,162,19,2,0,237,219,63,173,41,5,3,0,238,27,100,176,86,167,2,0,238,219,81,222,177,157,3,0,239,219,123,243,241,68,3,0,240,219,239,131,196,40,2,0,241,155,210,126,179,22,2,0,242,91,194,188,144,41,4,0,245,155,85,142,216,103,3,0,248,155,135,30,199,0,4,0,250,91,50,12,151,204,3,0,253,219,90,220,111,51,4,0,0,28,142,131,212,60,2,0,1,220,96,111,49,7,2,0,10,28,3,22,118,51,2,0,13,156,187,124,173,31,4,0,16,28,36,31,97,58,3,0,23,92,75,29,33,181,2,0,26,28,63,119,77,89,4,0,29,92,218,159,85,30,3,0,29,220,224,168,65,170,4,0,31,156,44,81,188,2,3,0,34,156,225,30,15,95,4,0,37,28,174,121,214,166,2,0,39,220,142,251,80,136,2,0,42,28,217,107,102,20,3,0,54,220,128,68,53,13,4,0,55,28,68,12,37,205,3,0,57,28,184,239,106,34,4,0,61,220,169,246,236,89,4,0,64,156,181,110,104,229,2,0,64,156,51,31,88,46,4,0,67,220,146,103,243,133,4,0,70,28,238,165,242,34,2,0,70,28,120,1,102,122,2,0,70,28,0,113,40,221,2,0,73,220,132,59,80,135,2,0,78,220,217,130,146,132,2,0,78,92,177,255,206,49,3,0,82,156,71,241,129,127,3,0,84,220,253,29,35,51,3,0,85,92,134,143,27,98,3,0,87,156,189,79,90,231,2,0,88,92,178,247,17,27,2,0,91,92,196,170,190,14,3,0,93,156,97,11,47,174,3,0,94,28,73,134,217,151,3,0,96,156,93,135,134,226,3,0,97,220,13,81,22,15,2,0,99,156,58,182,36,64,2,0,101,220,155,68,147,240,3,0,103,28,24,81,141,100,3,0,105,220,153,223,234,218,2,0,105,156,225,110,242,97,4,0,106,156,80,198,232,51,3,0,107,92,243,85,245,42,2,0,109,28,97,222,28,104,4,0,110,28,100,115,113,15,4,0,111,220,179,191,248,182,2,0,112,28,153,223,108,46,3,0,115,92,163,45,195,183,3,0,120,92,252,122,133,11,4,0,123,92,73,185,128,167,3,0,125,92,95,238,243,98,2,0,127,92,44,215,78,156,4,0,128,92,22,81,160,60,3,0,128,156,180,14,191,64,3,0,130,156,77,22,90,216,2,0,134,28,230,242,169,62,3,0,135,220,197,217,37,160,3,0,137,220,238,133,164,136,3,0,138,28,33,81,8,46,3,0,139,28,211,124,154,156,3,0,141,220,157,85,49,175,4,0,142,220,207,136,13,161,4,0,147,156,216,219,156,76,4,0,147,92,0,138,96,180,4,0,149,92,165,155,130,39,3,0,151,28,11,165,249,238,2,0,162,92,227,186,182,3,3,0,164,92,44,163,11,59,3,0,164,92,60,155,189,97,4,0,169,28,245,158,91,171,3,0,169,92,221,46,227,152,4,0,173,156,206,218,114,227,2,0,176,156,81,67,124,203,2,0,179,28,121,69,237,201,3,0,181,220,19,81,27,116,3,0,182,92,253,22,23,83,3,0,184,156,207,90,194,46,2,0,188,92,74,192,19,113,2,0,192,156,245,11,177,229,3,0,195,156,235,105,238,103,2,0,196,28,96,184,38,230,3,0,197,156,237,81,192,11,2,0,197,28,163,19,119,1,4,0,197,28,58,64,126,133,4,0,199,156,27,236,90,36,3,0,199,156,127,95,2,104,4,0,204,28,29,118,212,136,3,0,205,220,109,171,27,145,3,0,206,156,67,111,64,8,2,0,206,92,185,234,35,121,2,0,206,92,112,100,84,178,3,0,211,220,138,64,3,136,4,0,212,156,232,93,242,18,4,0,215,92,148,234,191,110,4,0,225,28,87,110,80,78,2,0,225,156,10,23,152,195,2,0,225,220,250,86,60,107,4,0,227,220,162,105,192,24,3,0,229,220,107,68,142,67,2,0,230,28,24,81,100,97,3,0,231,28,59,85,216,4,4,0,232,92,115,75,142,111,4,0,237,28,141,185,23,71,2,0,237,28,38,219,96,31,4,0,240,156,1,150,83,164,3,0,245,156,174,70,205,175,2,0,255,28,6,72,246,139,2,0,0,221,132,18,5,14,3,0,5,221,111,162,99,147,2,0,5,157,201,135,208,89,3,0,6,93,139,16,24,14,3,0,13,29,154,207,150,23,3,0,20,29,132,201,77,105,3,0,21,157,130,39,140,143,3,0,25,93,234,130,17,182,3,0,28,29,90,148,118,14,4,0,32,221,255,172,112,75,2,0,35,93,246,97,179,130,4,0,38,29,57,54,0,17,3,0,38,29,249,252,140,91,3,0,39,93,136,207,216,167,4,0,42,221,181,28,168,213,2,0,42,29,221,201,82,128,3,0,43,29,160,177,202,63,4,0,50,157,168,234,86,115,2,0,50,157,168,234,103,115,2,0,60,157,166,201,197,52,3,0,63,221,123,67,129,57,2,0,63,29,223,121,51,0,3,0,65,93,20,108,45,102,4,0,66,221,135,129,71,248,3,0,70,93,164,114,70,19,4,0,71,93,13,133,205,83,2,0,71,221,129,150,135,99,2,0,73,157,57,108,52,95,3,0,73,29,150,18,22,136,4,0,74,157,199,193,183,36,4,0,79,157,70,178,89,115,3,0,85,221,37,35,148,176,3,0,86,157,7,75,225,115,2,0,86,29,7,109,106,228,3,0,94,29,158,163,184,62,4,0,95,221,153,227,128,92,4,0,96,93,57,35,207,0,3,0,96,221,133,105,143,149,3,0,97,221,39,52,251,252,3,0,99,221,104,170,208,164,2,0,101,221,52,4,60,21,2,0,101,221,110,184,218,95,2,0,102,221,123,143,56,53,3,0,103,221,188,31,49,200,3,0,104,157,71,135,139,7,3,0,105,29,165,65,158,2,2,0,106,29,246,208,176,71,2,0,107,157,170,32,88,90,2,0,109,29,174,105,145,131,3,0,110,221,200,156,253,139,4,0,117,93,229,217,251,171,2,0,117,29,174,217,38,185,2,0,118,157,56,45,250,128,2,0,121,221,218,246,161,130,4,0,124,29,64,144,165,201,2,0,124,221,216,23,138,27,4,0,129,29,205,4,56,11,2,0,132,29,168,146,169,159,4,0,139,29,183,34,188,15,2,0,139,157,169,204,154,129,4,0,139,157,152,125,11,131,4,0,139,157,15,135,100,136,4,0,140,157,5,69,237,65,2,0,145,29,220,196,13,150,2,0,153,157,228,187,193,140,3,0,153,221,224,168,83,170,4,0,155,221,52,4,39,18,2,0,155,221,57,49,78,228,2,0,158,29,97,142,164,218,2,0,161,157,114,243,222,6,4,0,162,221,100,253,151,24,3,0,165,29,0,224,102,75,3,0,166,93,252,34,51,154,2,0,166,93,140,77,156,126,3,0,168,93,219,47,149,129,2,0,169,93,255,149,55,73,4,0,172,157,203,97,54,207,2,0,172,29,13,116,194,179,3,0,172,29,141,76,160,201,3,0,173,29,184,135,121,222,3,0,174,93,44,215,12,227,3,0,175,221,101,150,125,29,4,0,176,29,0,188,236,102,3,0,183,157,61,82,6,127,3,0,184,29,190,82,171,109,3,0,186,221,16,7,49,25,2,0,189,29,81,20,173,51,4,0,192,29,24,65,197,223,3,0,194,157,92,149,104,52,4,0,195,29,156,90,134,176,4,0,198,93,128,184,217,115,3,0,199,29,226,69,138,120,4,0,201,93,251,43,50,219,2,0,208,221,152,223,213,108,3,0,208,29,161,132,22,39,4,0,210,157,16,216,15,158,4,0,212,221,71,39,18,253,2,0,212,29,125,54,182,164,4,0,214,29,149,230,165,154,2,0,218,221,195,38,3,213,2,0,219,157,50,209,3,96,4,0,220,221,76,75,166,160,2,0,220,93,114,253,21,100,3,0,222,93,98,244,69,147,3,0,228,29,56,59,186,248,2,0,229,157,60,98,102,89,4,0,232,29,233,144,68,148,3,0,238,221,141,90,111,73,3,0,239,29,202,128,12,34,2,0,239,29,62,51,74,5,3,0,241,29,249,143,46,96,3,0,242,221,227,60,194,71,2,0,243,221,198,40,29,89,2,0,245,29,68,176,214,45,3,0,249,157,143,196,216,42,4,0,251,157,169,203,118,204,2,0,252,29,111,49,208,195,2,0,252,221,172,189,44,214,2,0,252,29,185,14,95,41,4,0,254,157,220,57,185,35,3,0,254,157,186,148,220,205,3,0,1,158,45,252,42,218,2,0,2,30,64,63,235,122,2,0,2,94,196,255,197,225,2,0,5,94,14,178,17,90,4,0,10,158,182,120,173,224,3,0,11,158,154,37,93,202,2,0,19,94,221,173,135,125,4,0,22,158,221,129,2,152,3,0,23,94,8,22,57,20,2,0,27,158,251,48,170,8,2,0,28,222,27,212,165,51,3,0,32,30,96,130,21,28,3,0,36,94,33,154,121,251,3,0,38,94,99,177,248,73,4,0,41,94,251,167,93,172,4,0,42,94,214,111,223,79,4,0,45,222,152,223,237,96,3,0,47,222,144,153,2,170,4,0,49,30,52,40,186,167,4,0,50,30,87,122,22,54,4,0,52,158,133,253,133,23,3,0,55,30,248,254,166,133,3,0,56,30,46,240,191,20,4,0,57,222,14,223,3,216,2,0,62,94,227,186,166,3,3,0,65,158,66,14,9,56,4,0,66,158,149,243,248,25,4,0,68,222,41,202,182,6,2,0,68,222,7,182,44,26,3,0,68,158,179,209,32,45,4,0,73,158,44,135,21,177,4,0,76,30,239,47,40,38,2,0,77,222,93,144,214,138,3,0,77,30,193,116,211,107,4,0,78,222,89,135,106,113,2,0,79,94,11,216,57,247,3,0,79,158,42,100,123,250,3,0,80,158,98,75,173,152,3,0,82,222,160,210,108,50,2,0,82,158,228,53,150,187,3,0,83,158,230,4,91,199,2,0,85,222,182,51,2,219,3,0,85,158,56,239,15,154,4,0,86,222,122,29,228,29,4,0,87,158,119,113,199,42,4,0,89,94,172,122,175,170,2,0,90,222,123,184,131,104,3,0,90,222,164,114,51,115,4,0,91,30,97,27,246,233,3,0,91,30,114,189,187,239,3,0,92,30,7,64,192,10,4,0,95,30,244,83,54,149,3,0,95,94,185,37,143,213,3,0,95,30,163,56,161,103,4,0,98,94,242,169,251,96,3,0,100,222,7,193,235,55,2,0,103,158,9,159,81,43,2,0,104,30,196,246,2,229,2,0,105,222,5,20,200,212,3,0,105,30,199,68,150,72,4,0,109,30,33,50,157,208,2,0,110,158,179,22,118,173,4,0,111,94,24,81,74,91,3,0,111,222,234,196,254,160,3,0,112,222,8,55,128,165,4,0,113,222,158,27,103,109,4,0,115,158,146,184,113,83,3,0,116,222,215,230,128,130,3,0,126,94,59,81,211,229,2,0,127,222,203,230,175,104,4,0,128,158,128,220,76,193,3,0,128,158,231,248,125,146,4,0,129,94,76,3,111,95,2,0,131,30,253,137,2,138,2,0,132,94,192,172,238,236,3,0,133,222,26,65,82,21,4,0,136,222,232,196,1,167,4,0,137,222,234,147,59,82,4,0,137,158,97,55,209,144,4,0,140,158,163,2,59,198,2,0,149,222,120,255,174,12,4,0,150,30,14,186,68,79,2,0,151,30,123,184,83,191,3,0,155,30,194,88,252,34,3,0,155,94,14,86,11,133,4,0,160,94,246,44,95,78,2,0,160,30,54,14,118,145,2,0,160,94,241,158,223,221,2,0,169,222,153,158,252,142,4,0,174,158,123,0,19,113,4,0,174,158,152,12,217,139,4,0,175,158,43,175,51,108,4,0,177,30,80,46,168,214,3,0,178,94,203,189,107,168,4,0,184,94,147,20,221,217,2,0,185,222,22,61,152,19,4,0,187,158,24,183,212,58,3,0,191,30,162,210,200,181,3,0,193,222,3,76,73,58,3,0,194,158,143,68,254,24,3,0,194,30,188,64,180,13,4,0,194,222,143,216,133,74,4,0,196,158,249,45,176,38,2,0,202,222,235,239,37,73,2,0,202,94,252,34,73,154,2,0,202,222,15,81,10,243,3,0,205,30,167,81,188,252,2,0,205,94,106,136,10,103,3,0,207,94,105,83,193,214,3,0,211,94,231,239,160,105,4,0,214,158,229,181,32,134,3,0,221,30,246,121,45,169,4,0,223,158,115,210,39,20,4,0,227,94,228,29,103,4,2,0,227,94,71,82,112,22,2,0,229,222,213,135,117,62,2,0,230,30,81,170,104,95,3,0,233,30,154,219,95,80,2,0,233,158,27,129,144,211,2,0,235,30,188,189,3,218,2,0,235,222,133,184,175,89,3,0,246,94,59,184,175,60,3,0,246,94,119,163,231,189,3,0,247,158,13,184,190,38,3,0,249,94,124,24,228,194,2,0,250,158,251,131,211,29,2,0,250,158,24,236,148,68,4,0,253,222,109,233,125,186,3,0,5,95,5,19,155,219,3,0,6,159,33,170,199,100,3,0,6,95,31,45,35,247,3,0,7,95,79,79,169,20,4,0,7,31,253,37,72,35,4,0,11,31,145,76,215,131,4,0,19,159,95,140,51,248,3,0,21,95,65,79,244,95,3,0,23,223,52,4,118,13,2,0,23,95,145,59,48,173,4,0,24,159,221,110,173,31,2,0,26,31,102,191,55,70,4,0,26,223,200,106,170,140,4,0,27,223,28,74,118,149,3,0,27,223,103,91,16,145,4,0,28,223,127,190,140,182,2,0,28,223,216,242,108,201,3,0,29,31,220,111,126,31,4,0,30,95,144,169,60,51,2,0,30,159,34,147,62,125,3,0,33,31,60,224,73,132,2,0,36,31,255,46,129,108,2,0,36,159,200,234,62,115,2,0,38,95,236,61,220,154,4,0,40,159,227,119,90,12,4,0,41,95,36,149,11,189,2,0,43,31,56,32,115,176,4,0,45,223,254,94,244,22,2,0,45,31,84,110,201,227,3,0,46,31,138,255,141,146,2,0,48,159,138,20,121,152,2,0,48,159,32,237,130,121,3,0,51,159,26,108,90,83,3,0,52,31,87,234,55,129,2,0,52,31,121,137,67,6,4,0,57,95,132,102,93,63,2,0,64,223,0,188,21,79,4,0,70,31,201,44,23,93,4,0,71,95,28,136,27,37,4,0,72,95,40,35,42,197,3,0,75,95,72,217,88,2,4,0,76,31,172,74,84,134,3,0,79,223,9,89,168,36,4,0,80,31,190,186,126,22,3,0,82,95,182,77,21,106,3,0,84,31,105,206,213,53,2,0,88,95,49,108,19,131,2,0,89,223,11,174,51,111,2,0,90,223,236,139,169,96,2,0,91,95,102,63,218,104,4,0,92,95,14,40,113,202,3,0,95,223,229,190,244,169,4,0,97,31,54,159,132,173,2,0,97,223,98,177,9,171,4,0,101,31,102,0,91,123,2,0,102,95,58,12,224,174,2,0,103,223,209,219,10,17,4,0,107,31,24,81,122,106,3,0,108,95,73,164,60,100,2,0,108,223,24,101,41,164,3,0,110,95,159,42,116,18,3,0,110,223,126,228,149,214,3,0,113,159,31,38,208,19,4,0,116,31,128,145,239,138,2,0,117,31,157,87,142,38,4,0,118,159,214,140,233,150,2,0,122,95,12,192,246,49,4,0,126,31,90,127,157,154,4,0,127,31,78,143,18,130,2,0,129,31,247,132,84,147,2,0,132,95,181,58,163,146,2,0,134,95,93,14,154,65,2,0,134,159,7,160,93,59,4,0,134,31,26,125,199,123,4,0,134,223,177,71,46,125,4,0,136,95,23,167,0,81,4,0,139,31,130,38,16,165,2,0,139,159,237,44,209,220,3,0,142,159,250,39,35,37,2,0,146,31,193,132,104,48,2,0,146,159,202,3,121,56,4,0,151,95,81,245,37,43,4,0,151,159,69,130,207,109,4,0,152,95,184,0,140,56,4,0,155,31,207,87,96,235,2,0,160,31,83,186,196,27,2,0,162,31,89,244,98,119,4,0,165,159,149,215,189,85,3,0,166,223,149,131,195,190,2,0,167,223,17,223,74,126,2,0,169,159,190,166,77,114,3,0,171,159,139,164,255,70,2,0,175,223,19,252,31,202,2,0,180,95,194,51,208,125,2,0,181,223,124,51,23,69,4,0,182,95,124,32,200,186,2,0,183,159,192,99,28,136,2,0,186,223,22,91,54,169,2,0,186,95,33,227,30,47,3,0,189,159,122,154,73,139,4,0,192,31,184,73,74,246,2,0,195,223,204,133,50,16,3,0,198,95,15,65,163,18,2,0,204,31,181,248,158,23,2,0,204,223,152,223,161,89,3,0,205,31,5,130,88,29,3,0,205,159,3,143,58,156,3,0,205,223,223,128,188,27,4,0,205,223,39,109,104,174,4,0,206,159,132,115,221,131,2,0,209,223,103,129,31,42,4,0,213,223,15,220,96,2,3,0,216,95,87,132,104,7,2,0,217,223,153,223,124,226,2,0,217,159,56,186,75,37,3,0,220,31,87,41,184,11,3,0,223,223,212,53,27,204,2,0,223,31,145,22,215,122,4,0,224,95,59,184,164,59,3,0,230,223,108,104,75,146,4,0,231,159,76,81,125,187,2,0,233,223,87,2,247,213,3,0,235,223,10,15,84,207,2,0,235,31,78,147,255,54,4,0,236,159,160,17,213,240,2,0,236,95,66,54,157,218,3,0,237,31,84,80,83,124,3,0,237,159,26,98,49,226,3,0,241,159,29,172,252,135,2,0,241,159,140,19,239,233,2,0,242,223,117,191,134,58,3,0,244,95,221,239,179,67,4,0,246,223,52,4,43,11,2,0,248,223,227,219,30,118,3,0,253,159,40,20,123,10,4,0,4,96,206,69,64,176,4,0,6,32,99,237,68,66,3,0,6,32,3,109,253,123,4,0,9,32,200,36,92,69,2,0,9,32,102,15,178,118,2,0,10,160,30,138,193,162,4,0,11,96,193,198,245,91,2,0,13,224,123,246,76,116,4,0,15,160,54,81,23,230,2,0,16,224,211,192,193,155,3,0,20,160,218,92,197,113,3,0,24,224,203,207,13,159,2,0,26,96,21,197,25,194,3,0,30,96,153,58,81,208,2,0,37,224,104,4,90,120,3,0,38,96,125,170,1,182,2,0,39,32,101,122,104,1,2,0,39,224,25,252,4,28,2,0,41,32,250,122,220,37,4,0,42,224,110,252,40,8,3,0,44,160,113,234,110,179,4,0,46,32,245,210,80,51,4,0,50,96,216,145,132,1,2,0,50,96,115,112,92,97,2,0,53,32,50,109,155,164,3,0,58,96,16,158,204,19,2,0,59,96,255,38,39,180,3,0,62,96,24,81,7,115,3,0,63,32,90,193,14,202,2,0,65,96,26,147,167,80,2,0,65,96,219,205,142,141,2,0,66,224,26,177,155,196,2,0,68,224,201,199,68,110,3,0,72,32,33,188,94,243,2,0,72,96,57,28,170,74,3,0,75,160,48,69,111,134,4,0,81,224,70,206,233,100,4,0,82,96,239,187,94,254,2,0,83,96,211,65,7,109,2,0,85,224,249,162,169,4,3,0,86,96,78,226,1,175,3,0,87,32,166,166,200,37,3,0,88,224,198,69,127,223,3,0,90,96,103,131,74,108,4,0,91,224,115,90,32,203,2,0,91,160,8,214,217,51,4,0,91,160,113,225,9,110,4,0,93,224,102,209,30,52,4,0,97,32,37,109,134,7,2,0,105,160,205,150,1,228,3,0,108,96,10,34,230,100,2,0,110,96,219,22,101,38,3,0,110,96,13,149,113,210,3,0,111,32,57,14,180,244,3,0,112,224,169,214,104,138,3,0,116,224,123,147,183,152,2,0,116,32,72,134,87,22,3,0,117,224,232,62,233,164,4,0,118,32,142,223,147,118,3,0,118,224,237,244,74,195,3,0,120,32,37,155,78,211,3,0,123,160,201,137,109,25,4,0,124,96,231,47,147,76,3,0,124,32,23,35,44,155,4,0,127,96,181,213,177,136,4,0,128,96,170,201,138,171,3,0,130,32,59,184,254,72,3,0,132,224,5,63,164,215,2,0,133,160,104,212,122,107,2,0,137,32,53,117,123,247,2,0,137,96,16,42,183,225,3,0,140,96,68,244,123,182,3,0,141,224,96,198,216,9,3,0,143,96,64,46,127,19,3,0,143,160,161,22,37,63,4,0,150,160,112,83,185,8,3,0,151,224,118,175,53,53,2,0,158,224,189,114,46,30,4,0,161,160,172,109,159,73,3,0,164,32,159,202,253,11,4,0,165,32,205,90,205,126,2,0,166,32,93,20,65,121,2,0,166,160,18,254,84,77,4,0,170,32,6,48,149,213,2,0,172,160,83,79,89,66,3,0,173,224,152,223,4,86,3,0,179,96,60,203,159,3,4,0,183,160,20,125,173,154,4,0,185,96,252,216,228,7,4,0,192,224,79,217,175,20,3,0,193,32,47,164,246,32,3,0,195,224,219,241,172,106,4,0,199,224,25,1,109,47,2,0,200,224,64,246,87,128,2,0,200,32,30,195,81,93,4,0,203,160,177,211,111,61,2,0,203,96,104,67,18,169,4,0,204,224,76,46,140,60,3,0,204,160,136,218,5,230,3,0,205,32,6,129,186,55,2,0,205,96,133,201,198,155,4,0,207,224,100,162,206,246,2,0,208,160,140,32,121,59,2,0,211,32,44,81,147,2,3,0,212,224,152,223,17,89,3,0,215,96,18,201,128,138,4,0,216,224,54,156,109,170,3,0,216,160,145,171,11,164,4,0,217,224,152,192,59,255,3,0,218,224,193,146,48,194,3,0,220,224,11,11,124,160,3,0,223,224,115,65,66,135,2,0,224,32,170,100,220,213,3,0,225,224,101,67,222,109,4,0,226,96,19,5,210,76,2,0,227,224,61,172,172,115,3,0,230,32,202,162,127,242,3,0,232,160,52,52,88,138,2,0,233,32,219,58,217,46,2,0,233,160,123,204,52,70,2,0,234,224,29,152,196,84,2,0,241,224,12,146,225,104,3,0,247,160,113,200,179,15,4,0,248,32,65,123,77,119,2,0,248,224,148,144,156,161,2,0,248,160,111,57,127,216,3,0,250,96,208,47,158,180,4,0,251,160,89,11,91,112,3,0,253,224,174,19,131,74,3,0,0,97,34,58,163,81,2,0,1,225,65,77,204,152,2,0,1,161,213,232,151,31,3,0,7,225,55,116,151,210,3,0,9,33,155,87,103,222,2,0,12,161,226,211,70,35,3,0,21,97,45,28,242,160,2,0,26,161,193,235,172,114,4,0,31,225,134,72,135,71,4,0,34,33,89,135,175,41,4,0,35,225,134,87,127,3,4,0,36,33,82,159,192,94,3,0,40,225,152,223,141,115,3,0,42,97,105,104,235,174,3,0,43,161,223,115,171,137,2,0,46,33,47,166,100,167,3,0,47,161,142,16,203,28,2,0,47,97,40,84,236,46,4,0,50,33,39,199,143,98,2,0,52,161,120,62,173,175,3,0,53,161,209,217,202,202,3,0,54,225,156,237,3,209,3,0,54,97,177,187,40,121,4,0,56,161,236,169,77,101,3,0,57,97,24,81,248,114,3,0,58,97,161,57,151,12,2,0,62,225,195,130,155,13,3,0,62,97,114,178,81,238,3,0,63,33,116,146,22,101,4,0,64,225,76,1,117,139,2,0,64,225,204,97,162,2,3,0,65,33,138,181,73,3,4,0,67,161,145,184,40,115,3,0,67,225,248,208,226,43,4,0,68,225,85,244,29,29,3,0,71,33,155,142,53,204,2,0,71,161,14,169,229,169,4,0,73,33,69,223,220,56,3,0,73,97,18,197,12,120,4,0,74,225,77,25,249,2,4,0,75,161,63,213,151,215,3,0,76,225,130,15,202,244,2,0,78,161,138,30,138,184,3,0,84,225,68,211,105,134,3,0,86,161,15,248,54,179,2,0,92,97,214,177,29,7,4,0,98,97,194,26,223,117,4,0,100,161,248,104,115,110,3,0,103,97,232,152,10,198,2,0,103,33,166,155,254,163,3,0,103,97,189,197,63,174,3,0,103,97,204,103,3,122,4,0,112,97,26,113,145,247,2,0,114,97,187,238,9,58,4,0,116,97,134,184,136,88,3,0,120,225,118,26,96,66,4,0,120,161,157,18,210,158,4,0,125,161,50,124,218,72,4,0,126,225,212,224,231,9,2,0,128,225,59,221,219,120,2,0,130,97,95,77,240,153,2,0,130,97,135,47,62,150,4,0,135,161,114,207,247,100,4,0,137,225,107,231,178,158,2,0,141,225,95,93,208,221,3,0,144,97,93,15,34,168,3,0,145,225,149,19,79,32,3,0,146,33,45,110,161,35,2,0,146,97,103,99,136,160,4,0,149,97,151,223,216,97,4,0,155,33,61,81,141,219,2,0,161,97,30,45,172,30,2,0,166,225,56,18,160,206,2,0,167,225,39,81,76,33,3,0,169,225,86,240,212,100,4,0,171,225,103,136,92,119,3,0,178,161,109,148,222,71,2,0,178,33,49,214,238,65,3,0,179,97,153,219,70,86,3,0,180,161,59,81,182,215,2,0,180,97,126,133,184,85,4,0,181,225,80,246,87,194,3,0,185,161,224,95,181,131,4,0,187,225,116,13,181,39,2,0,192,97,166,239,160,249,2,0,192,33,129,60,13,43,4,0,195,225,192,5,26,148,2,0,195,97,159,122,211,231,3,0,197,225,41,81,25,3,3,0,201,225,37,171,67,146,2,0,205,161,53,23,21,78,2,0,205,225,118,72,52,244,3,0,207,33,161,201,178,125,4,0,210,161,176,44,168,251,3,0,212,161,205,168,23,46,3,0,213,225,6,177,196,74,2,0,215,161,240,85,157,29,3,0,215,225,129,243,219,57,3,0,216,161,120,118,246,188,3,0,217,97,142,48,125,32,4,0,218,225,29,68,154,94,4,0,219,97,233,197,31,56,2,0,219,161,16,175,104,62,3,0,220,33,197,46,238,166,2,0,221,33,142,160,87,48,4,0,225,33,31,183,163,35,3,0,227,225,70,108,120,216,2,0,230,97,18,192,159,177,2,0,232,97,14,94,63,60,3,0,240,225,240,67,12,134,3,0,246,225,138,38,84,73,2,0,246,161,4,223,168,186,3,0,246,161,4,223,196,186,3,0,246,161,4,223,218,186,3,0,246,161,4,223,71,178,4,0,247,225,5,129,163,55,2,0,251,161,72,218,227,1,2,0,254,33,246,124,236,145,2,0,255,97,42,31,253,211,2,0,255,225,89,71,21,34,4,0,1,34,100,68,58,183,3,0,3,34,129,5,236,62,4,0,4,226,222,176,60,232,3,0,5,226,97,78,192,65,4,0,9,226,131,5,65,77,3,0,9,162,25,80,45,68,4,0,16,226,153,223,198,228,2,0,25,98,205,7,118,43,2,0,25,226,201,49,174,76,2,0,28,98,189,40,185,89,2,0,29,226,58,11,58,83,2,0,31,162,227,200,215,167,3,0,32,226,180,234,116,130,2,0,44,34,198,18,32,19,2,0,44,98,98,60,123,148,2,0,44,34,171,84,85,141,3,0,46,226,61,81,243,228,2,0,46,226,0,35,33,118,4,0,49,226,186,120,89,67,3,0,54,34,240,241,31,97,3,0,59,162,1,37,21,178,2,0,60,98,61,10,175,67,3,0,60,162,185,0,215,185,3,0,61,98,5,39,7,37,3,0,61,34,130,63,22,135,3,0,66,98,201,126,113,14,2,0,74,34,187,21,230,165,2,0,75,162,147,64,31,211,2,0,77,162,108,3,235,178,3,0,79,226,15,70,187,111,4,0,80,226,205,16,49,75,2,0,84,34,119,139,175,112,4,0,88,162,23,120,190,76,2,0,90,162,9,9,84,23,2,0,97,226,130,6,115,147,3,0,101,226,207,188,165,241,2,0,106,98,178,87,84,49,3,0,110,34,11,110,80,232,2,0,111,98,136,30,229,94,2,0,112,98,245,81,190,201,2,0,113,34,177,18,205,19,3,0,113,226,81,45,23,207,3,0,115,98,30,60,85,25,2,0,116,98,188,251,203,5,3,0,119,34,178,7,191,73,3,0,127,162,185,97,141,48,2,0,127,98,214,216,19,30,4,0,135,226,153,83,228,151,4,0,144,226,153,223,100,228,2,0,148,226,201,229,140,46,3,0,149,226,92,254,83,5,4,0,150,226,128,132,18,217,3,0,153,162,192,39,21,223,2,0,154,226,83,152,45,15,4,0,161,34,142,67,197,221,2,0,162,162,152,27,31,133,2,0,163,34,68,72,216,54,4,0,164,226,102,15,58,95,4,0,167,226,199,251,250,220,3,0,169,98,55,84,248,23,2,0,169,34,187,253,1,32,3,0,170,162,143,197,5,143,3,0,172,98,168,155,92,212,3,0,174,98,224,154,219,108,4,0,179,162,90,190,181,238,2,0,194,34,213,193,40,160,4,0,195,162,72,72,51,55,4,0,196,34,189,26,97,231,3,0,196,98,156,192,45,93,4,0,197,162,254,7,49,213,2,0,198,98,147,45,172,95,4,0,199,34,112,240,99,71,2,0,199,226,13,205,124,42,4,0,200,34,99,1,114,212,2,0,204,226,120,172,104,206,3,0,205,34,48,81,64,254,2,0,205,162,93,200,166,53,3,0,205,98,8,228,190,175,4,0,206,226,143,48,57,114,3,0,207,98,68,147,152,59,4,0,208,226,103,144,199,148,3,0,209,226,121,160,86,72,4,0,210,162,84,168,87,198,2,0,211,98,158,186,199,176,3,0,212,98,123,211,130,244,2,0,219,226,61,240,120,199,2,0,219,226,248,186,56,229,3,0,220,162,145,222,188,34,4,0,221,34,57,66,215,237,2,0,224,226,190,51,212,76,3,0,226,98,88,58,61,230,3,0,228,226,207,188,94,240,2,0,228,162,191,53,210,182,3,0,230,98,40,79,51,56,4,0,230,226,21,78,92,160,4,0,232,162,219,13,152,183,3,0,232,226,14,199,124,245,3,0,233,34,123,35,192,223,2,0,236,98,19,231,252,155,4,0,240,34,44,124,97,75,4,0,243,162,105,36,20,20,4,0,244,34,69,60,93,87,3,0,244,226,84,62,168,70,4,0,245,98,42,8,246,25,2,0,249,226,83,113,13,136,2,0,251,98,216,185,103,163,2,0,251,226,183,5,253,59,4,0,253,34,133,46,197,75,4,0,254,162,60,83,12,116,4,0,255,162,221,8,193,81,2,0,0,35,123,19,219,25,3,0,2,227,22,137,50,65,4,0,5,99,149,126,59,64,3,0,6,163,28,48,7,9,4,0,9,163,1,113,11,36,4,0,9,99,11,88,176,40,4,0,14,99,221,159,27,40,4,0,15,163,102,19,43,39,4,0,18,35,121,5,80,201,2,0,20,99,200,114,159,56,2,0,21,35,39,223,250,205,2,0,22,99,206,168,233,120,2,0,23,227,5,21,15,87,4,0,29,35,124,26,48,194,2,0,30,163,55,21,39,209,2,0,31,163,122,92,106,22,3,0,36,163,113,212,167,158,3,0,38,227,242,12,11,203,3,0,44,227,93,42,247,35,2,0,44,99,45,248,244,180,2,0,45,99,10,10,203,70,2,0,46,227,183,173,64,49,3,0,54,227,73,75,94,86,4,0,56,163,181,43,223,138,4,0,58,163,252,95,37,64,3,0,58,99,103,140,215,198,3,0,59,35,231,150,156,57,2,0,62,35,205,237,12,173,2,0,64,163,163,104,21,65,2,0,67,227,161,76,100,58,2,0,73,35,187,253,39,32,3,0,77,227,112,242,149,131,2,0,78,99,132,166,109,126,2,0,81,35,194,105,5,114,2,0,85,163,12,82,255,249,3,0,93,227,55,116,136,210,3,0,93,163,180,58,188,119,4,0,97,227,216,135,203,59,4,0,100,227,79,217,227,19,3,0,104,227,183,85,7,141,2,0,107,99,45,134,57,185,2,0,107,35,167,210,158,97,3,0,109,35,18,223,159,138,3,0,109,227,75,51,179,115,4,0,109,99,185,39,88,168,4,0,113,35,220,248,144,158,4,0,116,163,175,251,0,224,3,0,116,99,11,48,90,132,4,0,120,35,42,116,220,4,3,0,122,99,100,54,145,16,2,0,123,35,164,155,228,15,2,0,124,99,146,100,99,188,3,0,124,227,187,204,117,83,4,0,125,163,168,90,69,169,3,0,128,227,185,195,77,176,2,0,130,35,12,237,170,119,2,0,130,35,5,212,109,10,3,0,131,227,4,176,165,83,2,0,132,227,159,209,179,56,2,0,133,163,60,157,148,124,4,0,135,163,73,209,199,85,4,0,137,35,248,176,131,77,2,0,143,227,223,144,56,116,3,0,144,227,36,155,17,212,2,0,146,163,23,192,211,163,2,0,146,163,139,52,117,16,4,0,146,99,167,203,69,109,4,0,151,99,66,199,74,88,3,0,153,163,93,120,137,246,2,0,153,227,141,253,136,64,3,0,157,99,12,20,72,78,4,0,160,99,136,8,235,90,4,0,162,227,12,162,33,67,4,0,166,227,253,63,193,67,2,0,166,163,223,200,88,180,3,0,168,35,106,0,141,99,4,0,172,99,150,31,170,16,4,0,175,99,240,245,216,148,4,0,179,163,95,77,58,69,4,0,185,35,206,41,8,50,3,0,185,227,225,183,48,33,4,0,187,163,76,185,184,125,2,0,187,163,134,190,54,207,3,0,189,99,131,247,227,53,4,0,191,227,103,87,1,107,2,0,193,227,50,117,192,72,2,0,193,163,24,186,249,243,2,0,197,35,177,45,108,169,2,0,197,35,106,186,134,41,3,0,198,163,39,81,146,19,3,0,199,163,89,122,100,158,2,0,200,163,222,67,175,230,2,0,201,227,184,218,69,152,2,0,201,99,237,145,167,175,4,0,206,99,108,24,80,237,2,0,206,227,124,149,237,219,3,0,208,227,91,111,134,204,3,0,211,163,96,230,191,119,2,0,213,99,7,110,81,148,2,0,214,163,82,239,56,42,2,0,215,35,92,143,89,181,3,0,217,227,201,236,187,134,2,0,217,163,205,164,101,204,3,0,217,35,13,124,86,150,4,0,219,35,112,226,240,87,4,0,220,227,245,184,202,148,4,0,223,163,198,183,245,55,3,0,224,227,32,229,236,89,2,0,225,35,164,155,72,15,2,0,226,35,187,253,218,31,3,0,226,99,153,38,187,140,4,0,227,163,152,160,44,65,3,0,232,163,84,156,25,14,2,0,233,227,179,3,94,176,2,0,233,163,151,16,159,166,3,0,233,163,71,132,89,56,4,0,236,99,233,118,237,247,2,0,237,35,78,17,240,178,4,0,239,99,181,83,46,47,2,0,239,163,186,54,114,228,2,0,239,99,190,2,213,155,3,0,239,35,58,230,12,232,3,0,239,227,89,216,146,95,4,0,241,163,176,5,213,15,4,0,242,163,63,140,104,86,2,0,242,163,197,207,114,144,2,0,243,163,233,60,131,213,2,0,243,35,212,27,164,233,2,0,245,227,217,42,214,74,2,0,251,227,205,229,138,91,4,0,255,163,97,58,87,109,4,0,0,36,115,243,211,159,3,0,1,164,153,223,158,234,2,0,3,100,229,41,243,234,3,0,4,164,254,226,238,71,2,0,7,100,118,179,31,51,2,0,7,164,147,59,14,24,4,0,10,228,93,89,99,255,2,0,20,164,153,223,144,234,2,0,21,100,156,245,102,162,3,0,22,100,171,14,202,47,2,0,22,228,81,32,163,156,2,0,25,100,94,149,136,66,2,0,26,36,220,6,3,13,4,0,29,228,123,200,56,23,2,0,29,164,90,160,4,75,2,0,30,36,18,174,186,20,2,0,30,36,70,115,7,150,4,0,31,36,237,199,165,176,3,0,33,228,172,1,102,207,2,0,34,36,146,195,115,27,2,0,34,36,66,149,244,121,3,0,37,36,198,237,108,102,3,0,38,164,198,94,59,167,2,0,39,100,251,222,75,39,4,0,40,36,238,236,87,100,2,0,41,100,134,149,77,253,2,0,44,36,117,96,32,170,3,0,54,228,131,168,160,120,4,0,55,100,41,173,11,214,3,0,55,228,210,190,111,31,4,0,56,228,39,81,129,33,3,0,58,36,245,146,23,41,3,0,59,100,128,210,59,10,2,0,59,36,204,235,75,150,2,0,60,36,168,102,232,8,4,0,62,36,56,128,115,58,3,0,63,100,187,84,205,30,2,0,63,36,106,129,47,150,2,0,65,164,204,168,83,13,4,0,68,228,19,192,68,184,2,0,69,100,195,186,230,32,3,0,69,100,66,129,74,16,4,0,70,100,106,243,168,181,3,0,72,36,127,195,132,162,2,0,72,100,28,123,72,89,3,0,73,36,184,145,118,128,2,0,78,228,248,235,242,25,3,0,78,164,80,80,25,75,3,0,78,36,151,47,157,117,4,0,80,228,250,73,185,98,4,0,82,36,20,228,79,31,2,0,84,36,251,86,119,125,3,0,85,164,106,252,179,228,2,0,85,164,68,231,89,45,4,0,85,36,49,221,26,135,4,0,86,36,208,120,149,40,2,0,87,228,71,121,210,66,4,0,88,228,2,215,102,52,3,0,89,228,242,114,190,234,2,0,89,164,208,194,61,124,3,0,91,36,73,32,194,136,4,0,92,228,196,220,238,140,3,0,98,228,193,172,39,147,2,0,101,36,60,37,244,64,4,0,105,100,185,234,151,121,2,0,105,100,197,173,109,131,3,0,105,36,201,117,163,13,4,0,110,100,246,195,116,103,3,0,110,36,3,214,54,154,3,0,115,36,24,28,238,165,4,0,118,164,189,188,113,141,4,0,121,100,206,113,233,98,3,0,122,228,143,201,7,16,3,0,124,164,15,150,40,107,4,0,126,36,164,216,98,114,2,0,131,100,35,117,85,140,4,0,134,36,14,89,157,161,4,0,134,228,208,246,232,163,4,0,141,228,3,142,172,34,2,0,141,36,165,235,200,194,2,0,141,36,212,226,8,141,3,0,141,36,32,61,35,79,4,0,143,36,148,44,113,249,2,0,146,100,36,145,89,70,3,0,148,36,140,57,206,44,3,0,155,100,64,240,215,67,2,0,155,228,22,212,239,191,3,0,157,164,132,52,96,149,3,0,158,164,226,213,186,142,4,0,162,100,22,26,68,202,3,0,171,164,217,53,10,67,3,0,171,36,242,169,160,96,3,0,172,100,111,196,75,207,3,0,172,36,102,85,0,175,4,0,174,164,100,157,161,121,2,0,174,100,254,64,43,135,2,0,175,36,7,146,58,106,3,0,176,164,247,126,82,171,2,0,176,228,52,218,228,179,2,0,178,36,100,63,219,160,4,0,179,228,191,135,133,47,2,0,180,228,87,0,59,241,3,0,181,36,135,89,220,110,3,0,186,164,212,72,61,121,4,0,188,36,86,181,177,115,2,0,188,164,57,244,34,82,4,0,198,100,142,89,11,110,2,0,202,164,154,41,151,51,4,0,205,164,141,198,142,119,2,0,206,228,200,150,57,60,4,0,207,100,186,218,6,167,3,0,207,100,186,218,54,167,3,0,209,100,190,190,33,137,3,0,209,36,183,117,199,178,4,0,212,36,187,154,69,57,2,0,216,164,179,209,13,51,2,0,217,228,123,178,155,229,3,0,219,100,254,88,184,175,2,0,224,228,71,64,215,51,2,0,224,228,164,169,131,109,3,0,226,100,70,184,176,130,2,0,228,228,19,192,84,184,2,0,229,164,11,185,53,72,2,0,232,100,245,19,105,128,4,0,233,36,41,108,48,175,3,0,233,164,177,12,75,250,3,0,237,164,20,172,31,89,3,0,239,228,199,92,129,16,4,0,242,36,163,170,32,195,3,0,244,228,239,129,189,180,2,0,246,164,134,192,116,4,4,0,248,228,100,186,85,158,4,0,249,164,144,145,125,117,3,0,249,228,240,116,188,104,4,0,250,36,119,87,172,232,3,0,4,229,13,115,96,219,2,0,6,165,187,194,205,175,4,0,11,229,167,228,65,205,3,0,11,229,123,103,95,95,4,0,13,165,46,147,71,250,2,0,14,37,209,196,16,208,3,0,16,101,144,180,12,31,3,0,18,229,170,27,102,152,3,0,18,165,72,179,183,129,4,0,22,229,79,83,177,123,3,0,24,101,50,146,18,48,4,0,25,101,24,81,98,88,3,0,27,101,107,166,222,71,3,0,27,37,236,10,232,87,3,0,29,165,33,114,98,248,2,0,30,229,75,215,188,184,2,0,34,37,105,178,50,19,4,0,37,37,7,146,76,106,3,0,41,229,41,16,174,111,2,0,43,101,131,151,102,177,3,0,43,101,224,167,160,184,3,0,44,37,90,119,43,72,3,0,45,229,20,91,245,36,4,0,48,37,63,89,193,167,2,0,53,37,62,169,86,41,2,0,53,165,238,252,120,37,4,0,58,165,81,99,15,52,4,0,61,165,148,36,94,99,2,0,62,229,65,58,13,134,2,0,62,37,210,195,223,153,2,0,63,37,2,140,162,126,2,0,64,37,82,45,89,22,4,0,66,165,242,47,86,26,2,0,68,165,240,165,192,220,3,0,68,37,157,92,164,2,4,0,69,229,250,169,203,107,3,0,73,37,11,50,223,197,3,0,74,229,4,252,17,76,4,0,76,101,233,248,34,17,4,0,80,229,152,223,15,54,3,0,80,229,78,62,5,101,4,0,81,165,97,124,52,36,2,0,82,229,14,136,219,230,2,0,86,229,96,67,123,78,2,0,86,165,166,2,98,3,3,0,86,37,129,177,3,20,4,0,89,37,79,203,236,182,3,0,90,229,164,44,204,92,2,0,91,101,231,178,102,185,3,0,94,101,199,240,189,72,4,0,98,37,96,179,91,129,3,0,98,101,85,159,151,10,4,0,99,37,88,178,172,27,2,0,99,165,77,124,72,254,3,0,100,229,138,169,195,185,3,0,108,229,234,27,172,119,4,0,111,37,39,52,107,132,4,0,115,37,118,141,102,41,2,0,117,229,122,19,85,164,2,0,118,37,11,38,157,229,2,0,119,165,56,166,72,216,2,0,120,37,219,238,30,154,4,0,121,101,38,121,112,132,3,0,125,37,135,99,59,84,3,0,129,101,220,253,5,197,2,0,130,165,170,172,128,124,4,0,132,165,231,142,90,102,3,0,133,101,25,116,198,142,2,0,133,37,16,219,19,218,3,0,135,165,88,62,142,94,2,0,136,101,222,205,251,47,4,0,139,165,62,166,22,217,2,0,140,229,178,45,102,123,3,0,141,165,18,82,233,230,3,0,143,37,167,141,9,142,3,0,144,101,170,160,105,76,4,0,144,37,9,38,244,99,4,0,148,101,46,109,68,76,2,0,148,101,169,12,74,117,2,0,150,101,235,185,83,57,3,0,151,165,132,22,127,86,2,0,152,229,16,148,169,39,4,0,153,37,34,80,240,130,2,0,153,165,251,196,140,140,3,0,155,37,255,198,143,50,3,0,155,101,52,140,99,149,4,0,156,37,72,87,207,184,2,0,156,229,241,250,218,122,3,0,160,165,213,182,76,233,3,0,161,229,13,80,33,137,4,0,162,37,48,81,35,254,2,0,163,229,58,69,172,153,2,0,166,101,116,140,181,117,3,0,167,37,248,60,175,240,3,0,168,229,43,22,192,4,3,0,169,101,141,14,11,150,3,0,169,229,206,175,242,227,3,0,176,37,11,148,84,71,4,0,180,101,218,238,87,46,2,0,188,165,47,211,72,16,3,0,189,37,157,189,78,7,4,0,192,165,59,161,158,157,2,0,192,37,215,28,130,106,4,0,194,101,202,229,88,78,4,0,195,165,69,128,68,123,3,0,196,101,141,156,141,93,4,0,202,37,198,159,115,188,3,0,208,229,59,108,202,187,3,0,211,101,8,54,115,13,3,0,213,101,165,174,241,92,4,0,214,229,4,11,121,253,2,0,215,37,190,147,16,175,2,0,216,37,95,40,207,13,4,0,218,101,231,228,126,43,3,0,220,229,89,169,108,236,2,0,223,165,188,188,46,110,2,0,225,37,63,29,130,238,3,0,227,229,43,100,30,47,2,0,227,37,201,91,155,91,4,0,233,37,53,117,101,247,2,0,234,101,171,44,207,152,3,0,240,229,231,175,13,61,4,0,249,101,32,25,81,144,2,0,250,37,6,28,107,133,2,0,251,101,161,192,109,164,2,0,251,229,27,19,186,254,2,0,255,101,49,52,190,74,3,0,5,230,69,138,127,130,4,0,10,38,250,34,28,255,3,0,12,230,15,146,243,47,2,0,12,38,5,235,162,103,2,0,13,230,186,119,10,235,3,0,17,230,73,205,33,138,2,0,22,38,167,29,97,141,2,0,32,102,225,81,120,149,4,0,35,102,143,113,195,213,3,0,35,230,75,60,119,63,4,0,37,102,212,78,144,142,2,0,37,166,238,217,129,158,4,0,47,230,167,228,110,205,3,0,49,230,67,83,59,24,2,0,54,166,21,81,236,117,3,0,54,166,120,233,207,237,3,0,57,102,52,234,180,148,4,0,58,38,149,28,45,26,4,0,59,38,131,121,126,113,2,0,60,166,76,81,99,181,2,0,61,166,167,146,111,99,2,0,62,230,17,9,74,28,2,0,62,38,187,160,75,184,3,0,62,38,205,133,117,162,4,0,65,38,30,123,175,233,3,0,69,102,58,135,69,15,4,0,72,166,109,16,165,91,2,0,72,230,0,69,171,56,3,0,72,166,128,184,23,94,3,0,72,230,182,169,19,212,3,0,74,230,206,67,139,70,3,0,76,166,76,10,35,24,4,0,78,102,232,254,22,26,3,0,81,38,48,240,104,73,2,0,82,166,219,243,47,215,2,0,82,102,129,139,123,9,4,0,82,102,251,93,73,132,4,0,84,230,96,56,67,64,2,0,85,102,174,230,154,242,2,0,87,102,64,142,30,9,2,0,87,38,247,23,255,225,2,0,87,230,136,34,194,3,4,0,89,230,173,231,118,234,3,0,91,102,159,243,56,18,3,0,93,38,100,176,67,90,2,0,94,38,204,21,138,163,4,0,97,102,190,94,156,124,2,0,98,102,89,217,7,120,3,0,99,102,139,151,37,15,3,0,100,230,101,35,188,101,3,0,103,230,54,145,51,181,2,0,106,166,153,223,132,239,2,0,109,230,138,250,198,230,3,0,113,38,213,115,221,92,2,0,116,38,88,28,239,134,4,0,117,102,50,86,68,219,3,0,120,166,104,50,1,8,3,0,121,38,138,214,20,166,3,0,122,166,111,169,103,113,4,0,123,230,255,245,191,52,2,0,123,102,89,229,75,95,3,0,124,38,99,87,24,39,2,0,125,38,222,150,7,238,2,0,128,102,48,20,249,30,2,0,128,38,70,102,230,134,2,0,128,38,233,152,34,196,2,0,128,38,167,69,246,163,4,0,129,166,160,229,29,41,2,0,130,38,98,8,23,19,4,0,131,102,252,27,190,252,3,0,135,102,31,170,175,183,2,0,138,230,105,167,155,105,2,0,141,102,212,96,184,101,4,0,142,230,5,30,160,166,2,0,144,38,84,135,89,37,2,0,145,166,221,247,96,68,3,0,148,230,219,69,61,144,2,0,148,102,204,235,83,152,2,0,148,38,73,173,164,149,3,0,153,166,213,209,40,116,4,0,154,230,179,253,132,32,3,0,155,230,51,166,193,114,2,0,156,38,11,139,95,120,2,0,168,102,233,9,35,208,2,0,169,166,13,169,130,79,2,0,172,38,20,226,89,34,2,0,172,102,188,160,99,116,4,0,173,230,119,7,243,137,3,0,178,38,182,38,32,40,3,0,179,102,138,37,150,43,3,0,180,230,189,18,113,97,4,0,181,38,39,133,199,154,3,0,185,230,103,185,149,167,4,0,186,166,193,251,152,1,2,0,189,166,30,180,158,55,3,0,193,166,43,82,195,78,2,0,193,102,253,186,28,89,4,0,194,102,23,192,149,164,2,0,195,38,53,114,160,15,4,0,196,38,34,178,58,101,3,0,196,166,45,158,181,174,3,0,198,102,147,80,27,12,3,0,201,230,213,173,148,70,4,0,201,38,143,78,47,85,4,0,202,38,22,76,111,189,2,0,204,230,228,64,219,86,2,0,205,166,68,171,50,137,2,0,211,38,131,42,240,91,4,0,212,166,168,188,157,99,3,0,212,38,53,192,161,32,4,0,213,102,140,57,151,139,4,0,214,230,186,4,254,182,3,0,217,230,183,42,196,120,3,0,217,166,62,8,132,134,3,0,217,166,96,232,189,180,3,0,218,166,79,247,7,187,2,0,220,230,168,182,235,0,4,0,222,38,71,85,224,73,2,0,222,166,220,64,69,42,4,0,224,166,42,113,203,152,4,0,225,230,30,115,185,189,3,0,228,102,90,236,106,37,2,0,229,166,162,222,121,174,3,0,230,38,225,253,196,164,3,0,231,166,128,251,151,120,3,0,231,166,49,154,192,157,3,0,232,230,201,35,101,50,4,0,234,102,239,2,165,72,4,0,235,102,62,185,36,53,2,0,237,102,196,27,60,37,2,0,238,230,237,145,32,254,3,0,240,166,198,136,205,239,3,0,250,102,246,8,212,39,2,0,250,102,55,16,243,237,3,0,251,166,28,149,134,34,2,0,252,38,234,255,140,170,2,0,253,166,172,78,210,14,2,0,253,102,249,213,230,116,3,0,255,38,58,159,236,147,2,0,6,103,189,103,183,47,2,0,8,39,68,36,171,45,2,0,8,231,112,58,23,174,4,0,10,231,99,148,4,93,2,0,12,103,181,110,133,208,2,0,12,231,128,228,87,227,2,0,12,167,98,138,24,13,3,0,12,231,103,95,199,115,4,0,17,231,190,239,249,204,2,0,18,231,130,219,103,57,3,0,24,103,215,66,7,103,4,0,27,103,57,222,147,236,2,0,30,39,147,83,107,183,3,0,32,231,73,197,173,90,2,0,34,231,89,68,4,236,2,0,36,103,30,35,219,91,2,0,39,103,6,17,64,137,4,0,42,231,196,51,84,85,2,0,43,103,75,33,234,124,4,0,56,231,93,89,120,255,2,0,56,231,185,194,254,89,3,0,58,39,64,68,31,140,3,0,59,231,127,236,222,35,3,0,60,167,101,153,39,94,2,0,63,103,61,146,43,21,2,0,66,39,227,182,231,31,4,0,74,103,110,4,226,69,3,0,75,167,9,219,226,78,4,0,80,231,51,99,0,192,3,0,81,167,170,18,229,128,4,0,84,231,13,224,68,69,2,0,84,167,79,247,244,186,2,0,84,231,152,223,192,55,3,0,84,39,251,146,143,182,3,0,90,231,190,239,231,204,2,0,93,231,99,40,23,14,4,0,95,167,20,43,71,27,2,0,96,167,235,252,119,9,2,0,100,103,13,139,89,99,3,0,105,103,6,128,198,32,2,0,106,39,123,95,94,83,2,0,115,167,165,104,57,114,2,0,115,231,66,253,35,243,3,0,118,167,115,19,224,208,3,0,120,231,49,200,173,168,4,0,121,103,91,203,8,153,3,0,121,167,251,236,134,157,3,0,121,231,91,145,72,236,3,0,122,103,195,109,51,35,3,0,125,231,213,72,158,4,4,0,126,39,116,10,203,85,2,0,129,167,37,250,112,97,2,0,129,231,122,251,221,210,2,0,130,231,123,133,120,213,3,0,131,231,60,81,5,222,2,0,133,39,229,245,252,28,2,0,135,103,223,141,254,26,2,0,138,103,217,192,16,140,2,0,139,231,163,155,253,21,2,0,140,231,244,118,175,122,2,0,140,231,84,87,84,68,4,0,144,39,74,27,67,43,3,0,144,103,179,5,224,83,3,0,145,231,60,81,143,225,2,0,145,103,31,81,222,48,3,0,148,103,251,178,50,187,3,0,156,39,111,17,35,33,3,0,156,103,242,166,182,143,4,0,158,231,64,192,137,84,2,0,159,231,112,1,73,44,4,0,162,39,173,128,228,90,3,0,162,103,177,66,27,32,4,0,167,167,153,223,75,239,2,0,168,103,111,5,201,246,3,0,171,39,151,59,68,92,2,0,172,39,216,7,128,93,2,0,172,167,58,12,111,174,2,0,173,103,21,99,234,166,4,0,176,167,119,148,172,165,2,0,177,39,5,84,232,231,2,0,177,231,125,127,145,112,4,0,178,167,169,221,35,96,2,0,180,103,145,100,85,214,3,0,183,231,20,15,91,152,4,0,194,167,198,142,90,93,3,0,197,231,45,203,48,65,2,0,197,231,111,253,25,245,2,0,197,39,193,126,151,158,3,0,198,167,50,130,179,68,2,0,198,39,93,75,70,215,2,0,199,39,75,255,8,139,4,0,200,231,244,64,164,167,2,0,203,167,175,123,90,27,4,0,204,39,28,198,48,128,2,0,209,167,138,47,236,193,2,0,209,167,110,215,114,107,4,0,210,103,51,60,12,57,4,0,214,39,227,88,142,35,4,0,215,39,212,235,95,7,4,0,217,103,194,155,59,88,2,0,218,39,227,74,82,221,3,0,219,167,37,174,255,239,2,0,219,231,202,196,204,46,4,0,221,167,113,251,227,47,2,0,226,103,170,214,73,225,3,0,229,167,154,64,24,124,2,0,233,39,65,21,246,143,2,0,233,39,65,21,8,144,2,0,233,39,65,21,29,144,2,0,236,167,216,67,35,18,4,0,238,231,79,186,16,20,3,0,239,103,152,171,17,87,3,0,241,39,202,42,72,111,4,0,243,167,217,9,227,7,2,0,244,39,11,143,40,206,2,0,245,103,244,5,183,19,3,0,245,167,42,11,154,28,3,0,245,231,201,234,60,137,3,0,249,167,133,227,184,234,3,0,253,231,48,29,222,55,3,0,0,168,224,205,236,184,2,0,5,168,98,145,34,176,3,0,8,104,177,87,29,169,2,0,9,40,107,149,245,55,4,0,10,232,13,34,7,35,2,0,11,40,12,192,120,207,2,0,13,168,224,219,77,113,3,0,15,104,57,207,218,27,2,0,17,104,4,243,125,152,3,0,18,232,205,113,19,15,3,0,18,40,124,184,152,95,3,0,23,168,255,230,4,126,2,0,23,104,158,0,1,165,4,0,24,168,93,98,22,28,2,0,24,40,3,228,56,122,3,0,25,104,122,54,85,241,3,0,28,104,209,144,118,116,3,0,34,232,170,165,210,58,2,0,34,168,25,166,222,122,2,0,39,40,79,167,170,183,3,0,40,232,76,184,131,46,4,0,40,168,110,103,161,97,4,0,42,104,169,248,2,116,2,0,43,168,51,151,22,166,2,0,48,40,20,229,101,85,3,0,48,104,146,26,32,38,4,0,50,104,221,183,89,121,3,0,52,104,233,9,58,208,2,0,53,232,174,99,74,137,2,0,56,104,190,139,229,148,4,0,57,104,93,229,9,12,2,0,58,232,147,48,28,171,2,0,63,40,99,21,171,101,2,0,63,40,222,252,20,151,4,0,64,40,80,192,224,72,2,0,66,40,79,182,184,141,2,0,68,104,208,138,139,7,4,0,73,168,206,178,249,202,2,0,74,168,43,77,80,154,4,0,76,40,184,123,33,27,4,0,78,232,168,165,171,68,3,0,81,232,164,65,162,216,3,0,81,104,207,85,112,12,4,0,83,104,39,81,152,5,3,0,86,168,36,78,146,78,2,0,86,232,62,231,146,115,2,0,90,232,111,105,81,169,2,0,97,40,164,155,58,15,2,0,100,104,107,145,65,128,2,0,101,40,112,50,32,21,4,0,102,168,59,17,236,111,2,0,103,104,181,29,126,236,3,0,109,40,220,122,220,172,4,0,112,104,162,218,160,42,3,0,112,168,213,71,14,100,4,0,113,40,24,229,198,90,2,0,114,232,255,63,241,67,2,0,114,40,131,135,65,162,3,0,118,104,85,20,90,150,3,0,121,104,190,106,228,132,2,0,124,104,216,14,134,147,3,0,124,40,63,92,73,0,4,0,124,104,179,73,246,173,4,0,128,168,143,146,127,228,3,0,129,40,250,232,33,12,2,0,135,40,158,216,6,72,3,0,138,168,103,54,94,182,3,0,139,104,153,206,149,32,3,0,140,232,189,181,1,88,4,0,146,232,157,222,36,5,2,0,147,232,157,222,16,5,2,0,149,232,98,112,234,11,4,0,156,104,149,241,17,138,2,0,158,104,113,189,175,229,2,0,159,168,153,223,235,238,2,0,159,232,55,175,42,44,3,0,159,168,42,203,121,244,3,0,161,232,155,184,71,136,3,0,161,104,113,151,159,152,3,0,162,104,176,162,82,79,3,0,165,168,100,125,83,145,3,0,169,40,205,179,149,211,3,0,171,104,153,223,133,2,3,0,173,232,55,67,131,175,2,0,177,104,49,68,179,0,4,0,179,232,26,209,12,97,3,0,184,168,120,133,124,34,3,0,185,232,122,100,123,6,4,0,189,168,233,20,221,119,3,0,191,104,79,217,125,50,2,0,196,168,167,119,129,12,2,0,198,232,238,86,156,100,2,0,205,168,79,15,143,3,2,0,205,168,69,132,109,218,2,0,205,104,222,86,133,190,3,0,209,232,167,223,238,21,3,0,209,40,136,68,98,234,3,0,209,168,47,21,254,176,4,0,212,40,59,242,81,50,2,0,212,168,221,195,239,158,2,0,214,168,9,217,174,218,3,0,219,104,246,243,165,17,2,0,219,168,197,230,169,113,4,0,220,232,251,186,56,173,3,0,231,168,240,246,199,105,3,0,235,232,132,140,207,144,3,0,240,104,231,134,148,166,4,0,244,40,37,81,129,37,3,0,244,104,53,114,2,160,4,0,248,104,108,53,103,165,3,0,248,168,148,229,23,111,4,0,249,232,9,199,26,6,4,0,253,232,206,183,73,116,3,0,3,105,109,215,241,232,3,0,4,41,204,63,153,220,3,0,4,233,122,72,227,105,4,0,6,169,83,228,26,141,2,0,7,233,96,51,55,162,4,0,8,169,213,52,117,156,2,0,8,233,203,45,83,8,3,0,9,169,129,154,250,149,4,0,12,169,191,81,248,13,2,0,15,169,200,11,118,159,4,0,18,169,42,223,229,136,2,0,18,233,215,6,167,215,3,0,21,41,180,161,32,150,2,0,23,169,91,89,10,168,2,0,23,169,124,171,204,248,2,0,23,233,225,48,42,74,4,0,24,105,9,48,63,52,4,0,36,233,18,173,196,12,3,0,37,169,0,1,160,115,2,0,38,41,24,169,70,45,2,0,38,41,72,12,183,146,2,0,39,41,21,60,144,124,2,0,47,41,242,130,182,83,3,0,48,169,159,218,134,106,2,0,48,233,214,160,211,168,3,0,49,41,142,170,183,202,2,0,51,233,123,184,94,101,3,0,52,105,127,140,35,2,2,0,53,233,176,23,26,129,2,0,54,233,123,184,110,101,3,0,55,41,157,186,14,167,4,0,58,233,96,254,175,231,3,0,65,233,10,160,252,77,2,0,65,233,129,57,126,105,3,0,67,233,233,236,100,204,2,0,68,41,185,51,106,108,2,0,69,233,247,22,99,244,3,0,70,169,0,254,5,26,3,0,72,41,108,13,160,143,3,0,73,41,254,246,132,26,2,0,75,41,9,107,233,11,3,0,80,41,82,199,152,7,2,0,80,105,29,177,47,64,4,0,81,169,200,216,40,101,4,0,85,105,227,16,152,72,2,0,86,105,246,58,13,22,4,0,87,41,9,229,169,61,2,0,87,233,42,33,219,178,4,0,94,105,61,52,212,128,2,0,94,41,124,184,92,96,3,0,96,169,98,145,55,176,3,0,101,233,145,7,19,116,2,0,107,41,1,83,139,180,3,0,109,169,237,204,222,17,2,0,109,41,24,190,236,33,3,0,110,105,237,223,148,109,3,0,114,169,152,5,186,126,3,0,116,105,231,169,162,104,3,0,118,233,24,254,254,33,3,0,123,169,10,95,210,32,2,0,125,169,108,95,111,225,3,0,126,105,63,105,239,214,2,0,131,169,222,223,171,238,3,0,132,105,58,83,3,40,4,0,132,169,158,78,156,146,4,0,133,233,216,47,181,176,4,0,135,41,37,81,165,37,3,0,137,233,17,75,134,144,4,0,138,233,89,248,165,164,2,0,141,41,108,155,162,69,4,0,141,169,235,204,55,123,4,0,144,169,248,39,97,164,3,0,148,41,14,248,63,97,2,0,153,105,247,105,101,187,3,0,156,169,218,217,118,166,2,0,156,105,74,240,123,202,2,0,158,105,26,220,75,228,3,0,159,233,37,64,252,150,4,0,160,233,32,117,39,143,2,0,161,169,44,157,10,56,3,0,161,41,231,174,165,145,4,0,163,233,159,121,168,54,4,0,165,233,168,105,129,3,3,0,166,233,200,172,15,109,4,0,166,233,250,159,19,123,4,0,167,169,97,195,13,73,2,0,168,233,226,154,151,57,4,0,169,41,251,250,184,107,3,0,171,233,44,21,107,0,3,0,171,169,15,219,37,179,3,0,181,41,0,230,171,80,4,0,182,41,10,213,118,176,2,0,188,41,239,167,151,39,2,0,189,233,212,45,23,35,3,0,193,233,172,189,79,214,2,0,193,233,26,110,252,211,3,0,195,233,54,12,50,30,2,0,195,233,204,208,66,120,3,0,195,41,233,28,85,203,3,0,195,41,132,89,17,219,3,0,196,233,69,230,241,84,3,0,196,41,132,204,223,110,4,0,197,41,121,128,39,54,2,0,203,105,175,60,9,27,4,0,208,105,251,19,132,42,3,0,208,169,189,183,95,213,3,0,210,169,17,125,128,121,4,0,212,41,209,181,216,13,2,0,212,169,190,198,110,37,3,0,212,105,123,42,235,21,4,0,213,41,155,9,142,37,2,0,218,41,213,227,234,24,2,0,218,41,121,220,12,126,4,0,220,105,237,62,42,143,3,0,226,41,158,216,128,72,3,0,228,41,121,180,238,10,2,0,229,41,73,11,181,94,4,0,233,169,202,146,238,33,4,0,234,41,137,67,187,240,2,0,235,105,23,192,108,172,2,0,237,169,41,60,210,28,4,0,244,105,167,240,188,150,2,0,245,169,94,36,80,56,3,0,245,105,49,52,152,74,3,0,246,41,104,201,191,96,2,0,246,41,29,198,18,126,2,0,247,169,138,118,33,53,3,0,247,169,120,239,67,150,3,0,247,41,187,200,132,58,4,0,248,169,244,217,4,98,3,0,254,41,163,190,228,211,3,0,0,234,65,252,20,192,3,0,2,234,102,172,210,7,2,0,2,42,109,142,25,38,2,0,2,170,139,198,187,139,3,0,7,106,25,52,110,76,3,0,7,106,237,81,174,126,4,0,8,42,136,240,250,8,4,0,9,234,221,179,175,55,3,0,13,234,114,58,185,42,3,0,13,234,169,20,247,79,4,0,13,234,14,49,29,138,4,0,13,106,110,27,219,159,4,0,15,234,66,227,227,78,3,0,24,106,127,153,251,27,3,0,27,106,83,76,69,14,2,0,27,42,80,17,99,141,4,0,27,106,214,57,162,152,4,0,28,234,118,168,78,28,4,0,30,42,163,103,179,169,3,0,31,106,240,97,81,6,4,0,39,42,53,50,135,38,2,0,39,106,112,123,23,75,2,0,40,170,118,254,42,124,4,0,41,42,88,233,74,190,2,0,42,170,118,20,5,3,2,0,43,106,23,210,135,36,2,0,46,170,100,125,47,145,3,0,47,42,50,12,127,197,3,0,47,170,69,127,29,237,3,0,48,42,24,242,74,153,2,0,49,106,8,90,246,232,2,0,49,170,226,66,204,236,2,0,50,42,11,177,17,65,3,0,51,106,107,55,217,3,4,0,51,234,67,91,177,68,4,0,53,234,111,240,211,190,3,0,53,234,111,240,253,190,3,0,59,234,84,40,211,137,3,0,59,42,140,171,115,166,3,0,60,170,70,253,94,193,2,0,62,106,39,0,69,95,2,0,65,106,218,255,107,212,3,0,67,234,23,81,205,110,3,0,67,106,198,137,33,203,3,0,68,42,153,223,224,46,3,0,69,42,69,232,100,216,3,0,70,42,207,30,79,120,4,0,72,234,39,77,99,3,4,0,77,106,73,198,205,156,3,0,78,170,165,164,177,187,3,0,79,170,210,110,50,202,2,0,84,234,111,88,157,169,2,0,86,170,97,39,197,184,3,0,87,42,85,135,17,83,4,0,88,106,93,96,238,29,2,0,90,234,35,102,134,150,2,0,92,106,141,151,253,90,2,0,92,106,44,113,210,103,4,0,93,170,175,252,170,88,3,0,94,234,45,50,163,221,3,0,100,106,77,7,103,128,3,0,100,170,170,128,8,37,4,0,107,234,47,254,160,47,2,0,107,106,42,16,64,155,3,0,108,106,181,137,52,184,3,0,113,234,88,91,133,110,3,0,114,170,106,204,248,118,2,0,117,42,75,228,51,123,2,0,117,42,71,55,169,144,4,0,118,234,53,27,217,227,2,0,118,234,63,25,30,124,3,0,118,106,31,143,213,130,3,0,119,234,17,230,46,4,2,0,121,42,83,235,241,64,2,0,121,106,144,228,68,127,2,0,122,42,200,47,149,180,4,0,123,106,190,33,194,145,2,0,124,170,10,160,145,12,4,0,125,170,255,12,27,7,2,0,125,42,162,57,186,163,2,0,126,170,162,81,77,25,4,0,127,42,175,141,178,87,3,0,128,42,101,92,157,170,3,0,131,234,15,245,207,170,2,0,132,170,94,92,58,38,4,0,133,42,17,23,57,133,2,0,133,106,213,210,40,217,2,0,133,170,28,65,154,220,2,0,134,170,87,145,47,63,2,0,134,234,55,23,227,36,4,0,144,170,213,75,101,118,3,0,147,170,210,153,221,217,3,0,150,42,127,93,107,168,3,0,150,106,204,161,195,174,4,0,155,170,101,102,103,238,2,0,155,234,115,188,181,164,3,0,161,234,204,247,201,212,2,0,162,42,124,184,177,96,3,0,162,106,14,66,189,54,4,0,174,234,40,13,236,28,2,0,178,106,110,252,47,9,3,0,179,170,229,15,36,65,4,0,179,106,252,107,199,84,4,0,183,106,29,81,4,51,3,0,184,106,95,75,133,122,4,0,186,170,64,104,83,76,3,0,186,106,80,224,159,91,3,0,190,234,158,134,78,13,2,0,192,234,242,10,91,143,2,0,192,234,164,152,187,152,3,0,194,170,47,188,95,244,2,0,194,234,35,181,177,178,3,0,195,170,219,129,148,134,2,0,195,106,53,180,156,123,3,0,204,170,17,192,183,178,2,0,208,234,93,74,98,143,4,0,214,106,246,247,228,150,3,0,221,42,98,158,24,74,4,0,222,170,179,42,172,46,3,0,225,234,137,65,37,163,2,0,226,106,98,65,151,159,2,0,226,106,98,65,90,161,2,0,227,42,24,18,140,250,2,0,227,106,70,27,200,188,3,0,229,170,184,40,173,43,2,0,230,42,127,238,223,63,2,0,231,170,104,96,86,92,2,0,239,42,2,14,204,25,2,0,239,42,249,194,161,239,3,0,244,170,15,192,179,207,2,0,246,234,69,126,253,53,2,0,249,170,113,178,74,116,2,0,253,170,148,122,168,42,2,0,255,234,106,245,131,41,2,0,255,42,190,216,77,251,2,0,2,235,64,247,179,253,3,0,5,171,87,149,64,100,4,0,6,43,217,111,206,41,3,0,9,43,247,196,57,33,3,0,9,43,147,15,108,163,3,0,9,43,175,153,171,168,3,0,10,235,186,159,71,74,3,0,12,235,99,100,77,111,3,0,13,107,36,73,134,150,3,0,17,235,247,24,170,44,2,0,17,43,151,140,193,106,4,0,25,43,70,114,1,208,3,0,27,171,81,147,151,23,4,0,29,235,186,233,10,102,2,0,29,171,16,234,160,130,2,0,33,171,25,31,212,235,2,0,45,43,37,58,155,203,3,0,47,107,3,141,206,33,3,0,49,171,199,165,223,39,3,0,50,171,130,148,191,251,3,0,51,235,107,112,135,27,2,0,54,171,51,159,228,105,3,0,55,235,194,10,35,199,3,0,56,43,17,195,128,190,2,0,60,235,70,245,31,34,3,0,60,107,40,145,77,189,3,0,61,171,18,52,174,76,3,0,66,43,83,208,84,27,3,0,68,107,24,27,190,111,3,0,69,107,39,81,54,7,3,0,71,43,253,172,91,140,2,0,71,43,240,113,205,6,3,0,72,171,93,193,90,95,2,0,74,107,75,58,52,182,2,0,79,107,244,128,119,5,3,0,79,171,191,219,92,198,3,0,81,43,119,152,26,155,4,0,82,235,165,189,79,186,2,0,84,43,144,153,205,72,4,0,88,43,160,154,240,107,3,0,88,235,86,83,250,203,3,0,91,107,222,36,40,90,3,0,91,43,213,232,161,253,3,0,92,171,164,173,94,145,4,0,94,43,93,224,159,84,3,0,94,43,97,26,228,245,3,0,101,107,154,74,248,82,2,0,102,235,13,254,142,241,2,0,104,235,13,197,218,97,2,0,104,171,206,242,68,72,3,0,108,171,208,203,100,137,4,0,112,107,23,192,124,171,2,0,113,43,222,97,25,82,3,0,113,171,222,241,51,170,4,0,114,171,160,254,102,9,2,0,115,43,140,53,86,62,3,0,120,235,200,187,41,253,2,0,120,107,93,241,15,198,3,0,121,43,138,103,156,159,4,0,125,107,39,101,180,52,4,0,128,43,13,75,31,207,2,0,132,235,22,28,80,167,3,0,134,235,217,89,0,144,4,0,135,235,82,132,48,240,3,0,138,43,184,126,129,116,2,0,139,107,181,168,196,194,3,0,140,107,0,234,114,0,4,0,144,107,13,234,157,242,3,0,144,235,184,17,149,0,4,0,147,43,249,14,36,212,3,0,149,43,4,33,119,33,2,0,149,235,233,208,200,104,4,0,150,107,85,94,171,245,2,0,150,107,121,14,117,59,3,0,152,43,12,80,89,207,3,0,154,107,209,84,121,143,3,0,157,107,189,102,86,151,3,0,158,171,34,175,93,31,3,0,160,171,255,90,201,218,3,0,162,171,139,69,95,101,2,0,163,107,183,186,93,16,3,0,164,43,68,155,201,219,3,0,170,43,50,12,239,196,3,0,173,107,32,42,236,61,3,0,174,171,89,144,192,237,3,0,174,171,58,83,18,122,4,0,176,43,168,121,55,109,2,0,176,43,182,102,115,209,3,0,177,107,165,100,76,102,2,0,178,235,75,184,147,4,3,0,180,43,160,155,29,214,3,0,187,107,49,170,231,53,2,0,190,43,139,20,94,152,2,0,191,171,148,34,80,238,2,0,194,107,24,81,234,86,3,0,195,107,125,79,37,139,3,0,196,107,163,28,153,64,2,0,199,235,145,84,233,198,2,0,200,107,64,197,110,112,3,0,203,171,238,97,135,96,4,0,203,235,93,125,142,148,4,0,206,107,172,136,21,54,2,0,210,171,113,116,109,93,3,0,229,171,151,250,192,160,2,0,229,107,26,24,35,242,3,0,230,43,140,212,254,106,4,0,231,235,205,31,246,142,2,0,232,107,78,35,161,67,2,0,233,107,180,13,255,30,4,0,233,235,146,164,5,130,4,0,234,171,179,221,126,236,2,0,237,235,116,103,111,173,2,0,237,235,58,82,205,30,4,0,240,43,179,93,37,215,3,0,241,235,82,177,199,104,3,0,241,235,196,9,160,22,4,0,242,171,72,172,23,152,4,0,245,107,129,113,248,84,4,0,246,43,50,12,114,197,3,0,247,43,255,117,32,149,3,0,248,107,54,94,47,168,3,0,248,43,207,14,52,147,4,0,249,235,124,59,250,216,2,0,252,171,209,93,227,129,4,0,255,107,96,52,143,111,3,0,255,107,101,44,122,153,4,0,0,108,215,27,64,138,3,0,3,236,206,37,103,101,4,0,4,236,173,120,137,166,2,0,6,172,208,21,24,47,4,0,12,236,248,143,10,96,3,0,12,44,16,101,23,111,3,0,14,172,56,82,46,106,2,0,16,236,35,182,86,113,2,0,17,108,52,81,65,237,2,0,18,108,153,223,11,3,3,0,18,44,124,184,56,97,3,0,20,172,59,255,227,98,2,0,22,108,222,222,23,35,4,0,26,108,202,107,172,158,4,0,31,172,7,25,209,118,2,0,31,172,255,166,124,240,3,0,34,236,29,110,198,67,3,0,35,172,83,32,58,22,2,0,35,172,137,240,242,43,4,0,36,236,152,223,247,57,3,0,37,44,62,105,136,74,2,0,37,172,25,131,196,158,4,0,39,44,181,216,34,80,4,0,41,44,164,73,48,100,4,0,42,108,169,114,134,75,2,0,42,44,217,111,231,41,3,0,42,172,162,131,97,147,3,0,44,236,113,58,87,44,3,0,45,44,212,113,58,197,3,0,47,108,16,195,127,155,2,0,49,108,43,51,73,112,2,0,49,172,102,212,179,61,4,0,50,108,140,184,73,115,3,0,50,108,49,87,60,50,4,0,51,172,79,143,98,120,4,0,53,44,130,7,30,31,3,0,53,44,129,13,230,77,3,0,57,172,135,24,103,139,2,0,57,236,17,105,76,117,4,0,59,44,21,102,198,77,4,0,60,172,248,26,87,243,3,0,60,172,121,108,44,37,4,0,62,172,232,111,156,219,2,0,62,108,19,129,117,181,3,0,65,236,19,135,79,63,2,0,66,236,60,81,92,226,2,0,66,108,64,185,19,51,3,0,67,108,30,195,176,99,3,0,70,44,68,201,66,25,2,0,71,44,146,229,243,43,2,0,73,236,252,92,41,176,2,0,73,172,140,247,119,85,3,0,75,108,208,35,167,235,3,0,75,172,56,172,118,47,4,0,77,44,61,4,164,101,3,0,78,236,175,41,209,210,3,0,79,236,174,70,220,36,3,0,81,236,3,144,20,45,2,0,81,108,167,162,141,68,2,0,85,108,123,102,27,15,4,0,87,172,89,23,244,1,3,0,88,236,55,170,217,142,2,0,92,44,200,209,238,142,3,0,95,44,221,32,51,141,4,0,97,172,61,81,212,228,2,0,97,172,124,54,251,172,3,0,98,108,211,157,155,9,4,0,100,44,254,134,119,184,2,0,100,44,46,87,125,187,3,0,102,236,18,7,32,25,2,0,104,172,222,209,41,34,4,0,105,236,212,47,70,230,2,0,105,172,175,146,119,251,2,0,108,172,254,14,84,20,2,0,108,172,190,65,233,168,3,0,109,44,212,12,27,92,3,0,116,236,255,35,70,49,2,0,118,172,89,23,77,2,3,0,118,108,240,53,39,71,3,0,123,108,208,106,28,56,3,0,124,44,203,159,219,69,4,0,125,172,81,31,202,205,3,0,130,236,5,70,183,163,4,0,131,236,195,241,213,150,2,0,131,44,131,164,189,37,4,0,135,108,157,180,123,154,3,0,136,236,178,5,109,85,2,0,141,236,93,114,95,107,4,0,142,172,70,95,128,255,3,0,145,44,187,126,10,14,2,0,145,108,144,108,148,136,2,0,149,108,111,227,217,4,2,0,149,172,126,15,153,20,3,0,149,44,193,130,169,77,4,0,153,172,140,155,193,75,3,0,153,44,98,208,85,8,4,0,156,172,86,251,56,238,2,0,158,236,115,136,190,29,2,0,162,44,175,205,42,17,3,0,162,236,30,28,145,98,4,0,163,236,60,81,4,221,2,0,168,236,17,139,16,115,4,0,169,108,103,117,249,3,2,0,173,108,71,49,53,134,3,0,173,236,15,177,243,119,4,0,174,172,158,252,153,138,2,0,175,108,159,85,143,156,2,0,177,236,206,169,246,33,2,0,177,236,209,66,193,200,2,0,178,108,101,119,99,84,3,0,181,44,71,112,167,193,3,0,184,172,216,66,26,235,2,0,185,172,60,197,214,173,2,0,186,108,85,94,241,245,2,0,187,108,237,182,158,162,3,0,187,44,133,246,104,148,4,0,190,172,254,226,142,88,4,0,191,108,18,222,78,82,4,0,194,44,9,14,116,68,2,0,196,236,243,254,75,213,3,0,199,44,29,143,19,44,3,0,200,236,36,121,122,89,2,0,205,44,166,208,98,195,2,0,206,108,32,84,188,127,4,0,212,236,152,93,114,63,2,0,212,108,63,20,24,4,3,0,212,172,208,207,121,47,3,0,212,44,55,147,146,145,3,0,212,44,202,28,19,12,4,0,213,172,137,146,7,54,4,0,215,44,242,11,130,83,2,0,215,172,123,123,51,27,3,0,218,108,122,138,192,50,2,0,220,44,31,210,136,92,3,0,222,108,80,113,176,79,4,0,225,236,55,225,102,235,3,0,226,236,183,60,28,224,3,0,227,44,2,73,217,214,3,0,227,44,70,176,182,146,4,0,228,172,178,27,253,65,4,0,235,108,48,142,252,194,2,0,237,108,110,64,33,123,3,0,238,236,122,198,242,28,3,0,241,44,38,119,103,153,4,0,243,44,89,205,121,115,2,0,243,44,172,42,101,87,4,0,245,108,252,162,231,25,4,0,246,108,216,140,174,51,2,0,247,236,147,255,59,90,3,0,249,172,143,223,118,118,3,0,249,236,82,110,55,165,3,0,249,172,212,110,245,31,4,0,250,44,182,238,45,100,2,0,254,108,35,166,171,29,2,0,4,237,213,96,161,239,2,0,4,45,151,50,232,241,3,0,5,237,19,235,1,48,2,0,6,237,168,21,234,52,2,0,8,173,245,31,248,51,2,0,9,109,227,207,219,199,3,0,10,45,194,144,184,26,2,0,12,173,178,206,198,100,4,0,15,173,10,249,29,233,3,0,19,109,52,152,10,10,2,0,20,109,213,237,41,128,4,0,23,45,23,192,142,172,2,0,23,109,170,128,205,90,3,0,23,237,226,150,85,172,3,0,27,109,206,218,168,227,2,0,27,109,249,101,238,172,4,0,28,237,255,26,115,231,3,0,34,45,160,179,85,185,3,0,34,173,173,217,67,67,4,0,35,45,39,106,25,163,4,0,36,173,216,165,238,102,2,0,38,237,13,7,181,216,2,0,48,109,64,185,56,50,3,0,51,109,29,52,73,174,4,0,54,45,217,169,57,212,3,0,56,173,160,29,47,157,4,0,58,45,224,222,211,76,4,0,60,237,114,12,18,52,2,0,63,45,159,154,154,168,2,0,63,109,7,242,255,1,4,0,64,237,113,58,66,44,3,0,66,109,204,235,161,118,3,0,68,109,161,4,6,176,2,0,68,237,213,69,209,58,4,0,72,237,102,48,9,75,4,0,73,45,135,251,59,73,3,0,77,173,247,109,192,115,2,0,78,237,75,184,125,4,3,0,78,45,83,208,106,27,3,0,78,173,17,170,176,92,4,0,79,237,186,94,11,197,3,0,80,173,178,44,124,72,2,0,80,173,111,226,136,140,4,0,82,173,229,58,204,11,4,0,83,109,204,235,160,209,2,0,83,109,204,235,178,209,2,0,83,109,204,235,195,209,2,0,83,109,204,235,220,209,2,0,83,109,204,235,244,209,2,0,83,109,204,235,6,210,2,0,83,109,204,235,23,210,2,0,83,109,204,235,47,210,2,0,83,109,204,235,67,210,2,0,83,109,204,235,85,210,2,0,83,109,204,235,100,210,2,0,83,109,204,235,116,210,2,0,83,109,204,235,134,210,2,0,83,109,204,235,150,210,2,0,83,109,53,155,12,221,3,0,83,45,149,175,135,53,4,0,85,173,205,185,94,22,2,0,88,109,80,66,180,135,3,0,89,173,204,122,250,8,2,0,90,109,229,230,167,156,3,0,90,45,241,68,87,170,3,0,94,237,166,78,34,233,2,0,96,173,188,114,142,148,3,0,97,109,16,95,230,70,2,0,98,173,1,153,135,53,2,0,98,173,191,220,19,175,3,0,104,109,94,153,34,87,4,0,109,45,24,185,19,39,3,0,114,45,83,16,114,214,3,0,116,109,37,62,141,2,2,0,118,237,46,205,85,42,4,0,120,237,108,156,165,175,2,0,122,173,12,29,187,209,3,0,123,237,25,100,12,233,2,0,126,45,163,90,208,151,2,0,127,237,57,252,70,87,2,0,131,173,126,195,25,231,3,0,135,173,122,89,214,149,3,0,136,173,88,75,40,69,3,0,136,109,188,139,247,35,4,0,138,109,159,151,145,173,3,0,138,109,1,171,96,61,4,0,138,173,82,122,201,173,4,0,139,45,43,24,250,22,3,0,140,173,30,85,101,0,4,0,143,237,165,149,180,131,2,0,143,45,130,174,51,147,3,0,145,173,122,89,193,150,3,0,146,173,189,45,73,46,2,0,147,237,192,152,255,158,4,0,148,45,141,36,94,53,2,0,149,237,20,129,247,251,2,0,154,45,169,157,212,80,2,0,158,45,101,221,234,103,3,0,161,45,85,196,154,150,2,0,163,45,2,60,158,172,2,0,163,109,18,249,200,249,3,0,168,173,54,81,55,230,2,0,177,237,187,206,221,111,2,0,189,173,62,100,239,16,4,0,190,237,172,243,29,92,2,0,190,109,183,110,77,163,4,0,191,237,214,127,226,135,3,0,192,109,83,62,203,97,2,0,192,173,184,5,241,136,4,0,194,173,139,25,75,139,2,0,194,109,87,24,127,55,3,0,197,45,88,252,219,195,3,0,197,45,165,126,162,5,4,0,201,237,107,109,36,227,3,0,205,237,34,50,100,237,2,0,207,237,188,166,216,56,4,0,208,45,57,66,158,38,4,0,213,45,83,156,111,133,4,0,214,109,69,90,242,154,4,0,218,109,18,186,71,32,4,0,219,109,4,199,35,109,4,0,225,45,142,31,217,115,4,0,226,237,252,28,111,32,4,0,227,237,90,207,85,189,2,0,228,109,45,145,141,14,4,0,231,109,108,240,27,66,3,0,235,109,69,33,242,85,2,0,235,173,203,166,200,253,3,0,236,237,19,220,195,207,2,0,237,45,231,23,165,28,4,0,240,109,146,118,117,125,2,0,241,45,5,211,248,168,4,0,242,173,76,81,252,187,2,0,243,173,195,130,203,73,4,0,243,45,201,245,122,89,4,0,243,45,89,79,193,154,4,0,244,45,137,99,140,6,4,0,249,173,164,13,169,56,4,0,250,45,253,229,66,164,2,0,250,237,104,218,234,147,4,0,253,109,5,53,52,166,4,0,1,46,109,108,115,126,3,0,2,46,231,147,147,72,3,0,3,110,141,233,255,49,2,0,9,174,141,116,93,132,2,0,9,110,66,12,185,147,3,0,10,110,206,192,193,138,3,0,10,110,0,171,194,130,4,0,11,110,239,18,221,1,3,0,13,46,150,217,186,150,4,0,17,174,77,164,162,125,4,0,21,174,0,67,65,231,3,0,24,110,188,242,149,153,2,0,24,46,169,255,224,220,2,0,28,110,142,133,128,19,4,0,30,46,124,184,196,97,3,0,38,238,17,188,208,243,2,0,40,46,137,86,12,10,3,0,42,46,105,25,124,206,3,0,47,110,207,187,174,28,2,0,47,110,187,178,57,88,4,0,51,110,109,31,173,121,3,0,57,46,154,86,52,96,4,0,58,174,150,55,202,132,3,0,59,238,212,237,216,239,2,0,66,110,194,168,41,111,3,0,67,110,229,220,213,45,4,0,68,174,216,66,79,235,2,0,73,174,200,251,223,112,4,0,81,238,239,206,175,59,4,0,83,174,216,66,62,235,2,0,87,46,97,49,227,108,3,0,87,110,25,208,246,254,3,0,87,46,15,80,150,73,4,0,88,110,64,144,64,20,3,0,89,46,177,110,0,154,4,0,91,46,97,8,136,128,2,0,91,110,131,50,144,192,3,0,91,46,132,137,12,225,3,0,92,46,52,254,254,147,4,0,95,238,177,255,43,149,2,0,96,110,190,214,132,1,4,0,98,46,12,104,4,215,2,0,99,110,89,95,100,67,2,0,100,110,186,171,119,92,3,0,103,110,101,151,212,31,4,0,104,238,162,235,159,66,2,0,106,238,250,236,246,176,2,0,106,174,23,68,151,249,3,0,106,110,229,149,157,39,4,0,108,110,156,65,51,13,2,0,112,46,103,84,109,70,3,0,115,46,183,94,108,246,3,0,116,46,162,98,56,103,4,0,118,46,86,250,194,69,4,0,120,174,180,92,229,119,4,0,121,110,151,113,172,209,3,0,123,46,221,117,244,197,3,0,123,238,115,242,65,144,4,0,126,174,76,81,201,187,2,0,126,110,195,148,180,138,4,0,130,174,161,189,14,163,3,0,141,46,182,229,244,66,3,0,141,174,35,174,79,1,4,0,145,238,33,70,123,165,3,0,152,238,14,34,208,100,2,0,153,174,238,155,230,157,3,0,153,238,245,88,234,127,4,0,158,238,109,157,233,101,3,0,160,238,107,12,138,200,3,0,161,110,205,81,222,10,2,0,162,238,196,116,29,72,4,0,164,110,7,112,20,44,4,0,165,110,149,69,249,226,2,0,168,46,212,79,160,158,2,0,173,174,249,124,16,114,4,0,176,174,145,88,156,151,2,0,177,110,131,57,123,88,2,0,178,46,65,99,178,6,4,0,182,174,49,21,83,209,2,0,182,46,21,67,62,164,3,0,183,46,175,246,225,151,2,0,185,46,244,87,139,248,3,0,187,174,42,203,155,33,2,0,187,46,227,85,91,37,3,0,188,110,102,141,76,10,2,0,189,46,147,65,163,164,4,0,190,46,202,127,118,32,2,0,192,238,160,134,6,146,4,0,199,174,220,170,89,155,4,0,199,238,187,42,50,167,4,0,202,46,34,68,214,70,4,0,203,238,19,41,75,58,2,0,206,46,196,94,13,125,4,0,208,238,11,217,96,17,2,0,209,110,68,19,185,63,3,0,211,46,78,190,157,41,4,0,213,46,11,201,218,9,4,0,213,110,21,44,6,10,4,0,215,110,192,238,237,2,3,0,217,238,37,173,56,115,3,0,218,46,4,73,224,81,2,0,219,174,105,17,21,8,2,0,219,238,190,230,118,139,3,0,221,110,108,236,50,117,3,0,224,174,1,212,73,124,2,0,224,110,226,114,6,15,4,0,225,110,107,150,108,241,3,0,231,110,149,51,189,139,2,0,232,46,222,124,226,190,2,0,239,238,169,47,47,193,2,0,240,46,29,128,185,97,2,0,240,110,89,164,147,21,4,0,243,46,180,75,58,114,4,0,244,110,254,221,196,250,3,0,244,110,254,221,236,250,3,0,244,110,94,153,55,87,4,0,249,238,206,97,39,22,3,0,251,174,0,151,125,186,2,0,254,46,93,37,211,250,2,0,0,239,16,2,220,146,3,0,1,111,43,35,133,238,2,0,2,47,65,115,132,159,2,0,2,47,26,138,145,1,3,0,5,239,155,38,230,135,2,0,6,175,42,95,221,19,2,0,9,175,112,230,1,178,2,0,16,175,108,213,219,18,2,0,16,239,96,17,125,52,2,0,16,175,88,103,183,109,2,0,20,239,195,78,133,39,4,0,22,111,30,92,71,34,3,0,22,47,247,198,205,60,4,0,23,239,213,211,115,53,2,0,24,239,233,109,199,218,2,0,24,47,48,19,213,228,3,0,24,47,183,241,252,131,4,0,25,47,48,91,95,109,3,0,25,239,157,213,46,136,3,0,27,47,163,101,169,41,2,0,29,111,244,108,53,183,2,0,29,111,74,186,20,17,3,0,29,239,9,234,135,253,3,0,41,239,144,197,54,174,2,0,41,111,191,2,164,45,4,0,42,239,127,5,91,11,4,0,43,239,225,250,249,222,2,0,44,239,25,89,182,1,4,0,49,239,24,140,232,61,2,0,50,111,228,220,113,81,2,0,50,111,122,218,218,112,2,0,66,47,192,160,22,33,2,0,71,239,37,75,29,84,2,0,73,239,118,65,137,173,4,0,74,111,129,159,84,141,4,0,76,239,234,36,52,148,3,0,78,111,46,211,205,87,3,0,79,175,113,107,226,34,4,0,80,175,13,177,154,110,4,0,81,111,194,84,188,156,4,0,87,175,218,62,182,232,2,0,88,111,159,35,58,24,3,0,88,111,9,122,86,50,3,0,89,111,137,132,90,46,3,0,89,239,26,156,253,245,3,0,90,47,238,255,213,82,2,0,90,47,35,100,133,185,2,0,93,175,91,106,7,20,2,0,94,175,37,72,202,34,2,0,97,47,225,22,120,119,2,0,97,47,183,207,9,145,2,0,100,239,165,13,248,58,3,0,101,175,189,79,119,232,2,0,102,239,189,33,226,128,2,0,103,111,196,174,176,78,4,0,105,111,209,207,202,121,4,0,111,111,54,186,122,46,3,0,112,47,0,149,81,4,4,0,118,239,192,217,102,82,2,0,118,175,241,125,228,171,3,0,119,239,228,249,12,40,2,0,120,111,22,213,18,103,2,0,121,111,167,143,37,151,3,0,123,47,219,230,132,104,4,0,125,239,54,148,116,39,2,0,125,175,68,141,141,5,4,0,128,239,202,62,197,25,3,0,128,175,116,83,69,9,4,0,129,111,28,235,241,22,4,0,131,47,219,47,143,135,2,0,131,47,71,80,218,203,3,0,132,239,214,183,213,127,3,0,134,175,213,135,185,41,3,0,135,175,3,50,246,15,4,0,140,111,31,11,215,120,3,0,142,47,205,235,134,102,3,0,145,47,201,196,223,209,3,0,149,175,30,221,105,186,2,0,153,175,101,51,185,55,4,0,154,239,71,206,166,6,2,0,155,111,170,239,206,39,3,0,156,239,201,78,175,244,2,0,157,47,53,222,139,183,3,0,160,47,247,124,99,144,2,0,161,111,220,11,106,154,4,0,163,175,240,81,190,158,3,0,164,239,37,206,195,214,2,0,165,239,169,233,155,142,3,0,172,111,221,27,196,70,3,0,177,239,49,100,70,209,3,0,179,111,30,189,239,174,4,0,182,239,10,167,54,99,2,0,182,47,74,230,161,153,3,0,184,111,189,250,81,165,3,0,184,175,64,45,50,254,3,0,187,47,182,216,225,63,4,0,191,239,107,224,67,37,4,0,191,175,173,23,63,83,4,0,192,47,206,78,45,82,2,0,193,47,83,115,129,166,4,0,195,239,155,34,206,122,2,0,197,239,69,83,235,14,3,0,204,239,45,220,204,41,2,0,205,175,87,139,185,141,4,0,207,175,57,160,108,130,3,0,209,111,198,59,57,15,3,0,211,175,76,81,161,192,2,0,214,175,58,82,184,200,3,0,221,111,91,29,228,157,4,0,222,111,118,49,50,177,2,0,223,111,242,20,116,2,3,0,225,111,179,207,43,87,2,0,227,239,34,245,172,91,4,0,228,175,6,169,58,66,4,0,231,175,52,114,144,34,4,0,233,175,238,155,107,126,4,0,235,239,86,255,236,237,2,0,238,175,199,1,164,1,2,0,239,239,118,47,177,166,3,0,242,47,69,188,127,163,2,0,242,175,102,188,163,251,2,0,246,239,150,19,112,38,2,0,246,47,211,255,231,62,2,0,246,111,251,187,217,61,3,0,246,239,108,147,209,180,3,0,249,239,152,160,214,63,3,0,251,47,101,180,172,118,3,0,252,47,118,215,54,224,3,0,2,240,240,203,83,53,4,0,9,176,99,189,70,142,3,0,11,176,40,10,168,185,3,0,11,112,198,47,35,60,4,0,12,48,145,11,86,45,3,0,15,240,152,231,134,29,3,0,15,48,156,214,27,234,3,0,15,112,100,249,87,24,4,0,18,240,181,110,38,140,2,0,18,176,91,106,152,177,3,0,20,112,34,192,9,56,2,0,21,240,148,125,48,35,2,0,21,176,216,59,235,56,4,0,23,176,216,214,211,232,3,0,24,240,31,209,26,4,2,0,32,176,166,16,58,74,4,0,34,240,42,205,145,18,3,0,35,240,157,19,59,89,2,0,38,176,72,30,57,40,3,0,38,240,43,12,124,20,4,0,39,176,39,98,169,155,3,0,46,48,253,242,60,41,4,0,49,240,236,232,64,173,4,0,53,48,82,14,161,202,2,0,56,112,167,35,15,53,3,0,59,176,221,84,52,120,2,0,60,240,55,142,35,103,3,0,65,240,202,4,92,175,3,0,67,240,141,104,82,20,3,0,68,240,129,163,60,81,4,0,69,176,173,154,4,171,2,0,70,240,238,78,209,115,2,0,71,48,42,138,91,86,3,0,72,112,140,31,75,152,3,0,73,240,98,87,5,58,3,0,74,176,74,4,197,170,3,0,76,240,38,239,37,182,3,0,82,112,19,127,34,196,3,0,83,240,224,108,92,233,3,0,89,48,50,12,21,202,3,0,91,112,187,99,125,78,3,0,95,48,170,216,170,88,2,0,95,112,109,42,48,231,3,0,100,240,128,217,202,57,4,0,102,48,85,103,66,118,2,0,106,176,48,61,124,172,2,0,107,176,83,181,169,213,3,0,108,48,185,75,138,124,3,0,111,176,20,16,32,6,2,0,112,48,208,136,129,196,2,0,113,240,90,38,20,66,2,0,114,240,231,195,54,25,4,0,116,112,124,184,178,106,3,0,123,48,20,10,172,198,3,0,126,176,195,204,252,117,4,0,128,48,236,46,51,109,4,0,129,112,31,136,144,37,3,0,133,48,113,14,61,44,2,0,134,240,183,151,122,170,4,0,137,176,35,78,65,158,2,0,137,176,46,156,115,53,4,0,140,112,84,241,222,22,4,0,142,48,151,75,171,54,3,0,146,176,74,210,168,99,2,0,153,112,5,63,221,70,3,0,153,240,115,2,82,124,4,0,153,240,51,105,218,174,4,0,157,112,157,214,248,150,3,0,158,240,120,100,83,200,2,0,159,48,83,55,163,15,2,0,161,112,9,132,32,79,3,0,161,240,45,214,154,64,4,0,163,48,162,76,46,85,2,0,166,176,161,40,254,249,2,0,170,48,9,100,204,105,4,0,171,240,26,17,94,132,3,0,174,176,254,234,159,103,3,0,174,240,53,233,221,123,4,0,177,48,74,40,9,149,4,0,178,48,158,178,106,24,3,0,180,176,49,227,28,67,3,0,182,112,215,13,240,113,4,0,188,112,192,194,51,223,3,0,193,176,51,161,151,236,3,0,194,112,88,125,209,242,2,0,195,112,181,99,60,210,3,0,196,240,210,80,178,16,3,0,200,112,16,47,43,43,2,0,202,240,144,184,132,137,4,0,203,112,175,129,251,87,3,0,206,112,108,157,150,191,3,0,207,176,105,129,137,84,3,0,208,176,31,219,48,88,3,0,211,112,192,247,51,203,2,0,211,176,35,216,60,49,4,0,214,112,202,173,201,53,3,0,215,176,229,217,162,171,2,0,218,176,104,0,130,179,4,0,220,176,131,241,91,117,2,0,220,112,154,72,86,232,3,0,224,112,226,206,151,31,4,0,224,240,232,8,32,161,4,0,226,176,44,125,106,25,2,0,226,48,63,55,183,78,2,0,229,112,89,22,252,124,4,0,232,176,221,25,135,64,2,0,236,112,134,79,59,39,4,0,237,240,67,221,248,52,2,0,237,48,2,71,55,163,2,0,237,48,235,216,158,228,2,0,239,48,142,221,112,36,4,0,240,48,79,143,64,145,3,0,243,240,227,195,184,35,4,0,244,112,149,101,17,147,2,0,245,176,86,211,162,205,3,0,248,176,167,33,210,252,3,0,253,112,102,81,61,23,4,0,254,240,188,181,88,15,4,0,254,48,87,3,140,97,4,0,255,176,23,193,47,222,3,0,0,49,142,33,36,48,2,0,0,49,192,208,140,63,4,0,1,177,217,113,132,98,3,0,3,49,200,67,170,7,2,0,4,241,40,7,164,83,3,0,5,241,107,94,191,61,3,0,5,49,233,15,23,29,4,0,7,113,229,181,122,254,3,0,8,177,15,35,191,237,2,0,8,49,100,210,105,78,4,0,20,241,26,96,252,198,2,0,20,241,179,188,94,241,2,0,20,113,203,96,68,127,4,0,21,241,95,154,226,130,2,0,23,49,137,230,69,178,2,0,25,49,24,192,116,162,2,0,28,49,150,251,159,115,4,0,32,241,143,2,146,31,2,0,39,241,1,250,231,239,3,0,40,177,211,113,215,7,4,0,43,241,37,112,17,151,2,0,43,49,216,106,76,162,4,0,44,49,9,192,218,202,2,0,47,177,104,0,21,120,2,0,47,49,106,1,119,113,3,0,51,241,164,153,121,1,3,0,52,113,61,46,224,109,3,0,52,241,32,232,188,29,4,0,54,241,30,7,83,220,3,0,56,177,253,76,23,90,2,0,61,49,128,147,128,161,3,0,64,49,131,97,191,248,3,0,65,241,108,126,67,111,2,0,68,49,166,197,110,86,4,0,70,241,41,17,19,160,2,0,70,113,251,19,245,212,3,0,70,177,162,171,160,234,3,0,71,177,16,96,63,147,2,0,72,49,124,177,172,149,2,0,74,49,16,203,24,115,2,0,78,241,149,238,14,203,2,0,78,241,202,255,161,222,2,0,78,241,7,99,116,41,3,0,78,177,11,173,42,84,3,0,79,49,73,212,98,30,2,0,86,113,70,184,22,122,2,0,86,49,227,184,3,24,3,0,87,113,60,35,194,20,3,0,88,241,202,101,224,134,3,0,88,177,25,21,1,39,4,0,90,113,69,130,66,85,4,0,91,241,218,169,163,3,2,0,91,241,8,194,19,88,4,0,91,177,70,188,152,157,4,0,94,49,36,217,34,101,3,0,94,49,67,125,182,74,4,0,96,113,187,26,111,160,4,0,97,177,103,6,250,74,4,0,98,113,16,198,13,92,2,0,99,113,245,131,192,235,3,0,105,177,229,38,225,200,2,0,105,241,17,138,174,75,3,0,106,177,234,111,230,220,3,0,108,113,250,93,247,73,3,0,109,49,108,107,143,200,2,0,109,113,52,179,182,242,2,0,112,177,142,211,33,198,2,0,112,49,93,92,108,140,4,0,114,177,226,147,26,209,3,0,118,241,43,2,9,69,4,0,122,113,3,52,7,94,4,0,131,241,23,68,203,35,4,0,132,241,121,241,76,89,2,0,132,113,129,111,102,236,3,0,133,113,235,206,210,201,2,0,137,113,178,166,165,139,4,0,139,49,186,143,73,100,3,0,140,177,58,161,58,14,4,0,141,177,221,39,133,161,2,0,142,49,102,102,242,110,3,0,142,113,200,213,232,226,3,0,142,49,100,169,155,7,4,0,143,241,140,41,146,103,4,0,144,241,7,209,87,225,2,0,147,177,165,7,147,165,3,0,150,49,127,156,7,74,4,0,151,49,136,160,108,78,3,0,152,241,95,94,89,88,2,0,155,113,104,216,224,36,2,0,156,113,90,77,38,23,2,0,161,113,18,178,203,189,3,0,167,49,213,253,0,169,3,0,171,113,37,81,101,41,3,0,171,49,48,215,34,175,4,0,173,113,29,78,73,92,3,0,177,241,219,221,132,60,2,0,177,177,68,82,239,105,2,0,177,113,227,119,30,170,4,0,178,49,153,223,61,37,3,0,181,177,17,188,48,244,2,0,183,241,142,160,46,76,3,0,187,241,63,208,103,130,2,0,188,177,17,1,1,168,3,0,188,241,20,187,220,40,4,0,192,49,210,235,250,157,2,0,192,177,5,130,150,140,4,0,194,49,231,88,11,72,2,0,195,113,72,58,188,137,2,0,195,49,42,138,51,86,3,0,198,177,176,87,4,169,2,0,200,241,130,241,206,42,3,0,205,241,142,48,73,151,4,0,206,241,166,50,88,61,2,0,206,177,4,70,97,127,2,0,207,177,173,232,48,130,4,0,210,49,30,85,161,86,2,0,216,241,74,198,35,154,3,0,216,241,116,241,55,217,3,0,219,49,24,192,116,159,2,0,220,241,119,103,188,151,4,0,224,177,166,243,211,169,4,0,225,113,238,226,67,140,2,0,226,177,208,211,179,179,3,0,227,177,185,215,21,179,4,0,231,177,217,225,132,142,3,0,233,49,13,82,1,96,2,0,238,241,60,112,65,70,3,0,241,113,26,135,85,69,3,0,244,177,170,246,144,144,3,0,247,241,246,253,62,150,2,0,247,49,140,175,179,212,2,0,248,177,243,228,242,79,2,0,250,49,66,125,0,62,3,0,251,177,17,152,186,8,4,0,254,177,141,127,227,254,3,0,3,50,88,144,205,40,4,0,4,178,167,228,211,209,3,0,4,178,105,23,46,111,4,0,7,242,124,102,237,76,2,0,7,242,16,116,218,145,2,0,12,114,71,66,173,151,3,0,12,114,189,130,98,218,3,0,14,114,95,49,147,155,2,0,14,178,140,43,130,173,3,0,16,50,93,75,133,44,3,0,16,114,21,169,39,207,3,0,21,114,180,145,235,177,3,0,22,242,17,146,88,26,4,0,23,242,76,104,197,228,3,0,24,50,244,38,57,0,4,0,26,242,119,103,117,111,2,0,28,50,43,175,115,173,3,0,32,242,220,111,25,174,3,0,42,178,121,65,127,123,3,0,43,178,239,143,226,95,3,0,44,242,175,66,3,51,4,0,49,114,185,255,41,222,2,0,49,178,39,81,79,25,3,0,49,242,187,183,126,68,4,0,51,50,163,44,71,249,2,0,52,242,17,235,194,4,4,0,56,242,146,13,251,123,2,0,57,242,235,211,175,11,2,0,58,50,27,7,253,24,2,0,58,178,139,231,6,63,2,0,58,50,61,6,224,126,4,0,61,114,89,197,210,137,2,0,61,114,108,62,237,3,4,0,64,178,220,187,175,36,3,0,65,114,249,4,165,171,4,0,67,114,128,228,93,27,2,0,70,242,245,136,156,132,4,0,73,114,143,58,192,125,4,0,78,50,41,227,5,237,3,0,79,50,56,131,71,82,3,0,88,114,95,24,210,143,3,0,91,242,33,104,8,181,3,0,100,114,32,13,69,135,4,0,101,114,42,199,166,43,4,0,105,242,152,94,103,157,4,0,107,178,187,119,7,237,2,0,108,242,74,230,246,19,3,0,109,114,201,193,181,36,2,0,113,114,138,43,155,149,4,0,115,178,45,116,77,210,3,0,115,114,71,218,82,84,4,0,118,242,189,175,71,190,3,0,119,114,118,147,41,76,4,0,120,114,140,42,14,253,3,0,121,114,169,80,222,35,2,0,121,242,69,14,56,54,2,0,123,242,157,210,70,226,3,0,124,178,8,67,108,220,3,0,126,242,187,166,218,146,4,0,128,178,163,166,34,137,2,0,131,242,191,213,77,11,2,0,134,50,149,60,169,148,3,0,135,114,30,24,103,180,2,0,138,242,20,124,83,200,3,0,142,114,152,55,192,102,4,0,142,178,218,6,59,113,4,0,142,178,26,161,94,130,4,0,145,114,18,176,21,62,3,0,147,50,72,133,187,255,3,0,149,178,32,105,203,36,2,0,150,50,233,27,98,220,2,0,151,50,155,59,238,75,2,0,151,50,236,23,134,52,4,0,151,50,164,110,203,108,4,0,151,242,103,147,133,132,4,0,152,178,57,222,250,156,2,0,152,114,57,115,114,161,2,0,152,178,150,170,5,94,3,0,153,178,111,28,59,160,3,0,155,50,84,26,69,85,2,0,158,178,138,254,209,219,2,0,161,50,59,84,135,103,2,0,161,114,229,206,252,62,3,0,164,178,218,85,106,142,2,0,167,114,154,236,177,59,2,0,168,178,59,76,202,195,3,0,171,178,27,34,56,32,3,0,172,114,160,62,122,60,4,0,175,178,152,160,15,63,3,0,175,50,107,221,62,154,4,0,176,242,98,110,186,208,2,0,179,114,81,169,99,70,4,0,181,50,216,240,175,84,2,0,181,50,19,162,202,9,4,0,181,114,51,164,127,168,4,0,182,178,126,115,6,133,3,0,192,114,42,199,113,46,4,0,194,178,50,171,156,130,3,0,194,242,16,195,175,172,4,0,195,178,4,28,116,142,4,0,197,114,98,168,4,111,3,0,200,178,189,79,129,231,2,0,204,50,168,11,246,129,3,0,205,178,100,66,0,59,2,0,205,242,148,160,69,62,3,0,208,242,210,3,66,43,4,0,212,50,53,241,207,142,4,0,214,242,204,156,76,87,4,0,216,114,235,38,20,31,4,0,216,50,185,26,170,134,4,0,219,50,96,120,221,234,2,0,220,242,60,12,116,208,3,0,221,242,207,207,245,34,4,0,225,114,247,194,215,1,4,0,226,178,169,66,49,133,4,0,231,114,102,140,119,248,3,0,234,50,57,187,145,8,3,0,235,50,179,221,98,251,2,0,236,114,107,243,176,32,2,0,238,178,6,133,77,67,2,0,239,50,168,227,50,197,2,0,240,114,59,184,147,71,3,0,241,114,51,6,126,94,2,0,242,114,81,242,11,244,2,0,244,114,164,11,227,27,3,0,245,114,146,184,148,83,3,0,246,50,49,235,133,50,4,0,252,242,120,57,135,70,2,0,253,242,79,233,156,145,2,0,253,114,169,155,111,39,3,0,254,178,62,107,216,28,2,0,255,50,208,232,61,54,3,0,1,179,88,207,29,206,3,0,2,115,168,138,9,252,2,0,4,51,149,22,129,69,2,0,7,179,226,189,164,127,3,0,14,115,78,157,252,141,2,0,15,51,241,116,88,104,4,0,18,51,250,169,167,107,3,0,19,243,7,93,102,187,2,0,19,51,131,173,162,159,3,0,22,179,229,217,212,171,2,0,23,243,30,169,174,102,2,0,23,51,116,222,163,141,4,0,24,115,226,25,83,65,3,0,24,115,81,128,111,199,3,0,25,179,227,199,94,252,3,0,27,115,14,107,206,162,2,0,28,51,67,41,242,40,4,0,34,51,246,68,114,134,2,0,35,51,136,201,64,105,2,0,37,51,100,15,128,142,2,0,38,115,183,74,73,157,4,0,39,51,238,39,157,202,3,0,41,243,19,69,196,251,2,0,44,179,59,127,69,129,2,0,44,179,33,203,86,60,3,0,45,51,17,132,34,130,3,0,46,51,162,254,17,139,3,0,46,51,23,34,137,241,3,0,46,243,142,165,20,165,4,0,49,51,111,5,123,35,3,0,50,179,22,141,68,75,2,0,60,115,182,24,225,176,3,0,61,243,21,135,81,185,2,0,66,243,206,130,37,166,4,0,67,179,5,218,4,241,2,0,69,243,98,116,210,61,4,0,70,51,70,68,85,23,4,0,71,243,140,185,42,71,2,0,75,243,205,207,73,101,4,0,75,179,111,58,198,117,4,0,84,51,36,81,46,37,3,0,85,115,137,155,162,52,2,0,87,179,11,212,196,68,2,0,91,179,6,253,166,145,3,0,91,51,213,220,205,52,4,0,92,115,229,19,117,198,3,0,95,179,158,42,235,28,4,0,97,179,234,63,191,122,2,0,103,179,181,172,184,210,3,0,105,115,2,128,219,247,3,0,105,51,153,230,100,103,4,0,107,51,140,55,23,173,3,0,114,115,178,47,231,6,2,0,114,51,66,4,45,12,4,0,119,115,208,238,211,241,3,0,124,115,215,195,74,157,2,0,124,179,24,124,40,172,2,0,127,179,127,209,152,121,3,0,127,243,86,101,167,226,3,0,127,51,123,90,220,68,4,0,128,115,85,196,118,150,2,0,129,243,81,24,219,191,2,0,129,243,23,176,147,65,3,0,133,115,39,74,159,45,3,0,133,179,126,8,216,132,3,0,135,179,139,20,200,118,3,0,135,115,205,174,70,186,3,0,137,243,233,152,82,196,2,0,137,179,139,20,188,118,3,0,138,179,51,148,202,68,4,0,141,243,164,184,179,227,3,0,144,179,26,254,14,48,2,0,150,179,43,210,31,129,4,0,152,179,63,106,125,133,2,0,153,115,190,55,2,132,2,0,153,243,81,119,243,208,3,0,154,179,89,121,57,186,2,0,157,179,107,54,44,32,2,0,162,115,211,56,179,236,3,0,162,115,137,167,67,77,4,0,163,115,244,67,246,17,3,0,167,243,69,156,250,63,2,0,167,115,0,184,5,131,2,0,169,51,154,160,245,71,3,0,169,51,20,81,89,116,3,0,170,179,217,228,92,105,2,0,175,243,154,23,133,82,4,0,175,179,15,177,75,113,4,0,180,243,82,37,220,175,3,0,180,179,161,207,139,78,4,0,183,51,19,180,250,157,4,0,184,243,79,14,206,46,3,0,185,115,186,30,35,175,3,0,187,115,126,200,82,20,4,0,190,115,208,137,160,44,3,0,190,115,188,144,246,144,3,0,192,179,80,212,67,129,3,0,195,115,208,110,230,72,3,0,196,51,139,20,255,118,3,0,198,243,45,117,128,103,4,0,199,51,81,100,191,17,2,0,200,115,183,244,62,149,2,0,200,243,140,233,102,104,3,0,201,179,91,79,151,175,3,0,203,115,143,242,1,207,2,0,203,243,55,237,9,121,4,0,204,179,161,142,245,73,2,0,204,51,153,223,59,36,3,0,204,51,51,13,146,245,3,0,207,179,147,61,180,219,3,0,208,115,47,136,70,162,2,0,209,51,193,198,213,32,4,0,210,51,103,95,68,38,2,0,218,243,136,7,176,132,2,0,219,51,72,110,253,165,3,0,222,51,153,223,45,36,3,0,222,243,103,37,233,141,3,0,223,179,77,104,254,228,3,0,224,243,225,202,153,106,2,0,224,51,217,162,135,214,3,0,227,243,43,169,241,154,2,0,230,115,193,100,167,174,2,0,230,179,50,97,20,26,4,0,231,115,60,81,43,216,2,0,234,179,110,60,157,207,3,0,239,179,111,114,235,31,3,0,239,179,185,123,120,143,4,0,240,179,15,227,218,82,3,0,240,179,59,129,45,245,3,0,241,51,121,141,65,103,2,0,247,51,91,66,99,9,4,0,248,115,182,4,6,111,4,0,251,243,162,51,253,181,3,0,252,179,43,184,219,138,2,0,253,179,137,255,121,245,2,0,255,243,148,34,188,93,3,0,1,244,136,178,255,231,2,0,2,116,213,23,181,83,2,0,3,116,239,234,112,121,3,0,6,244,233,48,91,33,3,0,8,180,149,154,97,29,4,0,16,180,236,223,221,161,2,0,18,116,25,191,60,42,3,0,24,116,196,145,221,178,3,0,26,180,137,237,83,206,3,0,27,116,234,223,46,6,4,0,28,180,88,199,207,200,3,0,30,180,242,247,9,4,2,0,31,52,34,40,217,87,4,0,33,244,170,152,3,95,2,0,34,244,118,9,253,92,3,0,34,116,145,160,196,131,4,0,35,52,72,201,64,211,3,0,36,52,102,1,110,121,2,0,43,52,140,128,114,87,2,0,44,52,131,164,124,30,3,0,45,244,230,234,53,91,2,0,53,180,218,173,162,173,3,0,54,244,99,53,197,48,2,0,56,180,177,156,232,163,3,0,56,180,99,199,229,65,4,0,58,52,69,175,216,69,2,0,61,244,119,74,137,166,3,0,62,180,222,163,110,45,2,0,63,180,150,68,220,20,4,0,64,180,41,25,0,118,2,0,64,52,103,181,151,67,4,0,69,52,121,112,217,93,3,0,71,180,78,42,14,205,3,0,77,244,117,185,95,191,2,0,79,244,190,9,224,173,3,0,81,180,153,236,96,55,4,0,83,180,241,134,75,145,4,0,84,180,189,79,168,231,2,0,93,116,54,228,15,91,2,0,96,244,27,151,133,97,3,0,97,52,76,14,200,35,2,0,97,116,33,99,93,176,4,0,99,52,65,139,30,78,4,0,100,52,210,235,137,157,2,0,101,52,128,12,200,131,2,0,102,116,75,10,186,88,2,0,102,52,151,85,162,247,3,0,102,52,91,134,93,57,4,0,102,116,180,74,110,59,4,0,105,52,47,253,246,124,3,0,115,244,4,131,251,96,4,0,116,180,76,32,126,185,3,0,124,180,85,23,107,239,2,0,124,180,4,42,30,2,3,0,125,52,158,62,88,159,4,0,127,244,23,81,4,108,3,0,127,180,21,144,138,36,4,0,128,52,223,247,203,66,2,0,128,116,136,168,57,145,2,0,132,244,169,219,44,79,2,0,133,180,21,234,39,110,3,0,134,52,141,243,112,136,2,0,135,180,244,188,173,246,3,0,142,244,186,251,35,186,2,0,144,244,53,241,242,40,3,0,144,244,68,231,246,241,3,0,144,116,239,145,211,98,4,0,147,180,68,27,118,109,2,0,148,244,243,140,220,50,2,0,152,180,8,129,138,73,2,0,152,116,162,23,87,14,4,0,156,52,9,249,35,122,3,0,156,244,106,96,103,22,4,0,157,52,143,160,137,121,2,0,157,180,222,136,36,172,3,0,158,52,102,18,152,61,4,0,159,244,144,96,44,135,3,0,161,180,232,169,126,101,3,0,162,116,209,67,108,44,3,0,162,116,129,246,248,143,3,0,169,180,58,162,151,157,3,0,169,52,100,106,243,110,4,0,170,244,224,5,232,165,3,0,176,244,52,69,182,153,3,0,177,180,201,206,29,86,2,0,182,116,158,202,151,13,2,0,182,180,183,228,100,104,4,0,183,244,2,54,244,12,2,0,183,244,114,26,92,197,2,0,184,116,177,95,211,147,3,0,184,116,116,78,18,183,3,0,186,244,115,33,30,142,3,0,186,244,128,221,94,160,3,0,187,244,251,89,154,30,2,0,188,52,254,171,199,145,3,0,190,180,223,103,68,6,2,0,190,52,241,47,200,33,2,0,190,116,62,100,143,125,2,0,190,52,86,121,42,146,3,0,191,244,149,81,66,252,2,0,192,116,176,74,29,173,4,0,194,244,127,131,175,43,3,0,194,52,254,181,8,23,4,0,195,52,215,82,5,155,3,0,196,180,173,192,106,106,2,0,200,116,55,253,87,37,4,0,202,116,206,250,164,160,3,0,205,116,199,117,92,43,4,0,206,116,160,117,133,44,4,0,207,180,14,121,98,6,2,0,208,52,131,164,147,30,3,0,212,180,208,191,12,188,3,0,220,116,31,200,224,254,2,0,221,180,100,98,148,150,4,0,226,52,124,206,21,240,2,0,226,244,44,3,247,255,3,0,226,116,166,212,172,111,4,0,230,116,197,117,148,255,3,0,236,52,153,190,115,117,4,0,240,116,17,192,214,178,2,0,242,180,57,182,8,86,4,0,246,52,214,242,49,251,3,0,253,180,210,65,9,112,2,0,6,53,191,181,224,234,3,0,7,245,88,199,15,199,3,0,14,117,221,16,209,86,3,0,16,181,255,253,22,251,2,0,17,117,110,25,152,133,4,0,19,245,186,4,84,39,3,0,26,245,30,169,36,108,3,0,27,181,189,1,0,60,3,0,29,53,52,80,236,14,2,0,29,53,208,2,92,47,2,0,32,117,83,30,251,191,2,0,33,117,15,234,89,3,4,0,35,53,170,129,145,184,2,0,38,181,87,243,104,30,4,0,39,53,164,140,232,125,2,0,43,117,113,86,185,63,4,0,47,117,40,17,165,138,4,0,48,53,251,170,71,55,4,0,49,53,8,34,113,205,2,0,49,245,223,203,136,133,3,0,49,53,110,13,212,99,4,0,52,245,29,77,38,230,2,0,52,245,133,193,74,252,3,0,54,53,208,38,109,190,2,0,55,117,37,97,163,6,4,0,61,117,178,148,27,224,2,0,62,53,41,125,186,231,2,0,66,53,27,137,206,177,3,0,67,117,103,173,26,17,2,0,69,181,201,130,222,85,2,0,71,117,137,219,114,127,4,0,74,53,214,18,81,153,4,0,76,117,90,71,170,129,2,0,78,181,24,54,253,18,3,0,79,245,205,100,249,177,3,0,83,117,75,185,143,143,2,0,83,181,51,70,198,217,3,0,87,245,251,80,198,3,3,0,88,117,57,123,35,19,3,0,88,245,235,119,54,227,3,0,89,117,85,205,58,87,3,0,92,245,170,171,142,251,2,0,94,181,156,77,186,85,2,0,94,245,53,220,209,136,4,0,98,245,210,214,207,158,3,0,103,181,161,135,144,3,4,0,106,117,138,31,9,145,3,0,110,181,55,195,217,31,2,0,110,53,216,62,137,209,3,0,111,181,244,76,242,100,3,0,115,53,110,21,92,40,2,0,124,181,211,213,142,89,2,0,124,53,129,58,151,129,3,0,128,53,150,104,160,180,2,0,128,181,154,123,200,78,4,0,131,117,191,239,218,37,3,0,131,117,111,243,204,112,4,0,133,53,246,67,147,81,2,0,141,53,221,116,204,245,3,0,142,181,109,202,90,116,2,0,142,53,238,254,29,100,4,0,144,181,144,170,243,93,3,0,144,245,27,97,236,141,4,0,145,245,24,212,57,124,2,0,147,245,150,92,229,203,2,0,147,181,39,81,94,25,3,0,147,53,27,4,51,47,4,0,148,245,17,110,177,196,2,0,149,117,95,199,78,72,2,0,149,245,118,138,206,116,4,0,150,245,219,64,97,87,2,0,150,53,34,17,255,29,4,0,153,245,68,0,188,26,4,0,154,117,179,68,234,101,4,0,155,53,125,31,148,168,4,0,156,245,159,69,64,161,2,0,159,117,167,78,218,229,3,0,159,53,63,240,189,19,4,0,161,245,73,186,139,36,3,0,161,53,45,152,8,119,4,0,162,181,161,242,178,53,2,0,162,181,197,94,170,1,3,0,166,117,8,26,27,93,2,0,167,181,29,138,11,234,3,0,171,117,210,177,223,75,2,0,173,117,117,162,241,93,4,0,174,245,164,40,95,171,4,0,176,245,155,224,238,97,2,0,176,117,187,170,201,71,4,0,180,53,164,102,241,39,4,0,181,181,129,22,146,135,4,0,185,53,120,179,20,169,3,0,191,117,46,28,87,249,3,0,192,181,42,204,53,2,2,0,192,117,33,215,207,85,3,0,193,53,106,154,84,158,3,0,195,117,178,218,73,196,3,0,198,245,113,68,186,128,4,0,199,181,163,208,155,48,3,0,200,245,21,41,83,6,2,0,203,53,247,204,117,11,4,0,213,181,90,104,152,96,2,0,214,53,113,39,126,97,2,0,216,117,90,75,190,89,4,0,218,53,84,167,115,13,4,0,219,245,85,115,59,76,4,0,220,245,255,20,113,56,2,0,222,245,122,49,214,106,3,0,223,117,240,162,123,101,2,0,225,245,175,181,189,124,2,0,226,117,229,206,212,62,3,0,227,53,13,159,161,19,3,0,228,181,234,22,183,220,2,0,230,181,202,120,43,114,2,0,230,53,235,15,176,201,3,0,231,181,71,173,245,82,3,0,231,117,153,230,197,103,4,0,235,53,153,177,115,90,4,0,238,53,153,100,39,188,3,0,241,245,138,132,222,207,3,0,248,181,47,227,92,145,2,0,252,181,132,190,64,34,4,0,252,117,8,252,10,59,4,0,253,117,120,23,2,154,2,0,254,117,225,220,151,224,3,0,254,245,209,246,232,149,4,0,254,181,214,45,47,179,4,0,2,54,91,54,114,182,2,0,2,118,76,136,208,27,4,0,3,54,52,51,97,49,4,0,4,118,49,8,151,232,3,0,5,54,100,183,35,217,3,0,8,118,4,230,28,178,3,0,9,246,40,166,14,117,2,0,19,54,154,202,244,45,4,0,22,182,197,240,214,67,4,0,23,118,152,95,250,164,2,0,24,118,133,182,95,123,4,0,25,54,191,122,158,128,2,0,27,246,29,70,70,99,2,0,27,246,226,85,103,129,4,0,30,118,8,230,90,230,3,0,34,54,178,209,76,68,3,0,35,54,57,170,207,61,2,0,37,118,107,28,92,74,3,0,39,182,250,245,17,164,3,0,39,118,160,240,104,108,4,0,40,54,36,80,159,148,4,0,42,246,58,142,169,20,2,0,44,54,82,126,48,62,3,0,45,246,71,41,226,141,2,0,45,182,130,115,127,71,3,0,45,54,71,233,174,223,3,0,47,54,192,170,91,127,4,0,52,182,182,56,3,71,4,0,54,54,143,25,203,109,2,0,55,246,166,58,85,138,3,0,56,182,80,223,34,55,2,0,61,246,157,190,137,106,3,0,67,246,54,36,178,181,2,0,69,118,205,48,148,239,3,0,72,246,181,106,60,20,4,0,74,246,96,50,155,255,2,0,76,246,241,10,57,28,3,0,78,182,33,15,167,75,2,0,78,182,33,15,186,75,2,0,78,182,33,15,204,75,2,0,81,182,85,6,138,123,4,0,88,246,106,238,232,58,2,0,90,246,102,79,43,219,3,0,93,54,102,62,218,126,3,0,93,246,28,190,188,49,4,0,94,246,51,71,201,12,2,0,94,54,200,8,82,127,2,0,95,182,254,190,117,171,3,0,97,246,109,83,53,9,4,0,100,118,231,172,62,61,2,0,101,54,141,77,10,213,3,0,103,182,19,110,238,122,4,0,103,54,121,11,173,179,4,0,103,54,121,11,195,179,4,0,110,54,186,217,133,249,2,0,112,246,187,145,32,237,2,0,114,54,110,219,42,61,2,0,114,246,249,250,217,183,2,0,116,118,101,52,182,253,2,0,125,118,164,207,119,102,2,0,125,54,231,40,132,167,4,0,126,54,162,170,150,0,3,0,127,182,187,122,220,13,3,0,127,246,219,247,100,1,4,0,135,118,154,17,89,239,2,0,137,246,126,196,84,12,2,0,143,54,159,198,255,88,3,0,145,182,145,167,69,194,2,0,145,246,123,184,56,102,3,0,146,246,57,91,36,109,3,0,147,118,76,81,150,201,2,0,149,54,63,184,220,24,3,0,152,246,54,185,121,52,3,0,153,54,191,157,41,136,2,0,153,118,110,169,78,145,2,0,153,246,117,109,227,246,2,0,154,54,229,106,164,94,2,0,154,118,3,176,110,243,2,0,155,246,221,7,64,24,4,0,157,118,147,184,188,117,2,0,158,118,244,31,48,59,4,0,159,182,2,210,51,226,2,0,159,118,252,38,233,120,3,0,159,118,230,85,112,151,3,0,161,182,247,130,48,245,2,0,165,246,110,40,98,59,3,0,165,182,24,81,251,83,3,0,166,246,202,237,97,246,2,0,166,182,145,184,184,84,3,0,169,182,198,248,68,165,4,0,170,54,173,198,159,62,4,0,175,246,186,126,201,13,2,0,175,118,227,101,184,49,3,0,178,246,156,254,43,26,2,0,178,182,46,96,117,36,2,0,178,182,173,53,43,193,3,0,180,182,129,156,128,252,2,0,185,118,206,77,100,179,3,0,186,182,40,252,135,67,3,0,187,118,139,211,144,118,2,0,187,182,194,152,114,62,4,0,188,246,221,208,87,90,3,0,189,54,215,84,78,59,3,0,189,54,21,91,65,253,3,0,189,118,176,143,56,160,4,0,189,118,35,119,38,162,4,0,190,54,221,23,176,188,3,0,191,118,73,54,25,72,3,0,191,182,247,18,107,229,3,0,192,246,54,40,156,65,4,0,195,182,183,121,236,90,2,0,197,118,183,172,183,228,3,0,199,118,69,38,39,253,3,0,200,118,40,118,104,28,2,0,208,182,248,67,87,101,4,0,209,246,31,8,226,229,2,0,209,182,28,175,250,160,4,0,212,118,155,188,221,236,2,0,213,182,238,145,238,167,3,0,213,54,87,159,141,114,4,0,217,246,137,42,36,33,2,0,222,54,44,204,191,60,2,0,222,246,17,146,67,26,4,0,224,118,105,145,187,51,3,0,225,182,24,81,209,83,3,0,226,54,202,126,145,24,2,0,226,182,124,183,184,42,2,0,226,54,159,198,152,88,3,0,227,54,141,118,71,34,2,0,228,118,1,177,228,12,3,0,229,118,2,96,210,156,4,0,230,246,124,224,182,211,3,0,230,54,206,56,227,232,3,0,233,54,231,91,21,51,4,0,234,246,84,162,171,247,2,0,236,182,132,42,151,119,4,0,239,54,173,215,150,134,4,0,241,54,73,177,250,58,4,0,242,246,135,185,227,68,2,0,245,182,242,234,90,179,3,0,246,182,131,79,242,7,2,0,249,118,170,21,62,138,4,0,251,54,53,52,189,72,3,0,253,54,156,149,122,205,3,0,0,183,199,252,7,16,4,0,2,119,149,121,93,122,3,0,2,55,52,99,197,222,3,0,2,183,199,137,38,73,4,0,3,183,101,108,180,19,2,0,5,183,199,55,32,131,2,0,6,119,83,23,153,84,4,0,7,55,240,87,184,236,2,0,10,247,38,81,249,155,2,0,10,183,193,98,213,206,3,0,13,183,213,233,236,173,2,0,15,247,30,39,93,178,2,0,15,119,130,230,108,63,3,0,17,55,205,188,179,210,2,0,18,119,121,235,137,232,2,0,19,55,126,9,131,13,2,0,20,55,196,80,147,15,2,0,26,247,197,25,62,214,3,0,29,55,166,188,178,168,2,0,33,119,80,246,128,127,2,0,36,183,106,168,182,127,2,0,36,55,199,61,80,248,2,0,37,119,208,172,10,100,2,0,41,247,49,225,65,131,3,0,42,55,245,68,13,57,3,0,43,247,255,52,147,113,2,0,45,247,16,206,149,155,4,0,47,183,210,117,163,28,2,0,47,119,80,246,231,127,2,0,49,183,198,79,103,105,3,0,50,55,131,224,46,152,4,0,53,183,99,238,168,131,3,0,54,119,163,185,61,220,3,0,59,247,46,43,214,94,2,0,62,183,110,61,101,80,4,0,63,183,243,214,155,151,4,0,65,247,234,9,93,47,3,0,66,55,216,242,4,72,4,0,68,119,39,38,42,141,3,0,70,247,128,42,186,110,3,0,70,55,174,103,68,12,4,0,71,119,231,19,143,161,3,0,72,55,56,61,217,192,2,0,76,183,214,194,18,175,4,0,78,55,198,42,7,184,2,0,78,247,90,171,92,210,3,0,78,55,35,101,197,165,4,0,80,183,8,240,160,204,2,0,87,247,233,106,208,136,2,0,87,247,87,209,179,252,3,0,88,119,144,125,217,128,3,0,90,55,125,247,192,147,4,0,91,247,10,173,113,198,2,0,91,55,124,194,67,133,4,0,92,119,124,184,63,107,3,0,92,55,218,40,89,223,3,0,93,247,147,209,68,155,2,0,95,183,204,54,82,149,2,0,95,247,13,177,156,238,2,0,96,119,32,229,59,63,4,0,97,183,172,104,91,221,2,0,97,119,23,96,248,224,2,0,102,55,133,235,139,206,2,0,104,55,212,126,32,70,2,0,107,55,215,105,65,26,2,0,108,183,244,122,86,7,2,0,111,119,120,150,180,4,2,0,118,55,210,246,218,137,4,0,120,247,200,185,143,45,3,0,130,247,226,128,161,182,2,0,132,183,2,210,5,35,4,0,133,183,11,74,125,240,2,0,135,183,22,150,118,2,2,0,137,55,193,180,26,25,4,0,139,55,89,73,20,21,3,0,142,119,60,89,241,167,2,0,143,183,62,193,131,169,2,0,143,183,188,150,203,64,4,0,144,55,129,114,165,211,2,0,144,183,121,19,189,124,3,0,145,119,189,38,28,121,3,0,147,247,25,187,230,71,4,0,148,183,6,158,176,172,2,0,151,247,96,239,133,170,3,0,152,247,119,151,180,3,2,0,152,119,193,228,136,207,2,0,152,247,167,61,2,49,4,0,156,247,249,216,175,249,3,0,157,55,176,4,200,192,3,0,157,183,138,212,188,5,4,0,158,55,119,48,143,254,3,0,159,183,212,96,210,101,4,0,162,119,94,18,61,161,4,0,164,247,199,110,107,226,2,0,167,55,50,84,131,0,4,0,172,183,156,188,0,108,4,0,173,183,219,72,36,130,4,0,174,119,41,93,140,4,4,0,175,119,253,106,135,14,2,0,175,119,201,3,44,126,3,0,176,247,233,186,251,200,2,0,176,55,119,10,222,156,3,0,180,55,81,150,49,166,2,0,181,55,165,55,144,117,3,0,182,247,157,228,253,46,3,0,182,119,248,35,82,173,4,0,185,119,111,105,229,211,2,0,189,183,126,230,243,136,3,0,196,247,137,185,32,49,3,0,197,247,99,168,115,241,2,0,199,247,137,185,48,49,3,0,205,247,114,26,116,197,2,0,205,55,174,78,164,240,2,0,206,55,7,122,192,182,3,0,206,247,199,89,237,38,4,0,208,183,82,225,158,109,4,0,213,183,39,81,190,23,3,0,214,119,219,22,126,105,2,0,215,55,239,137,59,10,4,0,219,183,212,96,222,101,4,0,220,247,32,243,209,226,2,0,225,183,148,26,179,45,3,0,226,247,99,84,117,140,3,0,226,247,12,36,122,109,4,0,227,247,94,105,100,39,2,0,228,55,219,4,182,156,2,0,231,55,255,16,240,26,4,0,232,55,105,184,203,114,3,0,236,119,190,161,74,91,2,0,237,183,242,211,191,62,2,0,237,247,179,90,207,110,2,0,237,247,249,189,138,30,4,0,238,119,124,56,13,132,4,0,239,247,216,66,44,236,2,0,245,183,198,79,176,105,3,0,248,55,138,155,165,87,2,0,250,247,107,207,177,57,2,0,251,247,71,173,123,20,2,0,251,55,145,164,225,6,3,0,254,55,32,40,38,77,2,0,254,55,166,161,70,216,3,0,3,56,171,47,199,192,2,0,4,56,247,225,8,105,3,0,5,120,124,184,97,107,3,0,6,120,25,242,177,129,3,0,8,120,38,241,143,199,2,0,13,56,184,186,172,15,3,0,14,56,72,69,15,46,4,0,17,248,64,22,247,66,2,0,18,248,18,144,115,97,3,0,18,248,238,253,208,43,4,0,19,184,203,224,143,101,3,0,21,248,94,220,171,60,2,0,22,248,177,119,146,37,4,0,23,120,75,7,199,24,2,0,23,120,141,14,248,149,3,0,23,248,71,234,189,173,3,0,26,184,153,223,98,234,2,0,26,120,112,187,151,92,4,0,27,248,246,171,255,69,4,0,31,184,223,181,60,78,2,0,33,248,68,235,18,112,4,0,37,56,209,59,200,135,2,0,37,56,241,219,7,128,3,0,43,184,101,199,8,45,4,0,44,248,101,126,18,149,2,0,46,56,67,51,38,185,3,0,47,56,98,33,251,195,3,0,48,184,132,201,199,56,4,0,62,120,119,162,234,84,2,0,62,248,130,95,255,105,4,0,64,184,163,75,152,38,2,0,64,56,250,1,141,97,2,0,64,56,88,224,29,219,2,0,64,184,152,198,57,199,3,0,66,248,60,38,216,24,2,0,72,248,54,167,7,108,2,0,72,120,59,184,196,62,3,0,72,120,116,20,241,104,4,0,73,120,186,128,251,98,4,0,76,120,185,54,234,32,4,0,77,248,185,19,58,29,4,0,79,56,145,164,34,7,3,0,80,120,9,103,39,3,4,0,82,120,147,245,234,48,4,0,90,120,169,229,55,32,4,0,90,120,68,141,139,45,4,0,91,120,6,211,185,164,2,0,93,248,181,128,220,96,2,0,95,56,52,131,41,157,3,0,96,120,44,113,225,85,3,0,98,56,153,223,5,39,3,0,104,120,237,203,158,178,3,0,104,120,18,24,216,145,4,0,106,120,199,85,143,185,3,0,110,56,104,83,54,153,3,0,112,184,229,13,56,112,3,0,114,56,231,100,226,55,4,0,119,56,42,97,213,65,4,0,123,248,51,124,245,86,4,0,123,184,109,199,234,139,4,0,123,184,203,54,68,171,4,0,124,184,92,201,105,200,2,0,128,56,205,229,242,15,2,0,131,248,22,220,170,243,3,0,132,248,251,74,10,143,2,0,134,56,21,192,59,188,2,0,134,56,68,27,186,137,3,0,137,56,21,192,43,188,2,0,138,56,21,192,27,188,2,0,139,248,41,40,135,221,3,0,142,120,226,33,193,139,4,0,144,120,240,21,255,59,2,0,144,248,64,252,190,11,4,0,146,248,146,77,169,159,2,0,146,248,41,4,46,186,3,0,147,56,65,70,204,123,3,0,149,56,145,61,25,164,2,0,150,184,171,168,93,139,3,0,152,248,106,27,58,156,4,0,156,56,100,162,155,34,2,0,156,56,120,25,105,196,2,0,157,56,136,196,175,66,4,0,160,184,168,5,221,120,4,0,162,120,177,230,205,29,3,0,163,56,234,192,7,50,4,0,165,120,13,12,128,27,3,0,174,56,76,13,192,206,2,0,175,184,222,88,221,75,4,0,177,120,160,143,222,153,3,0,179,120,162,203,8,1,4,0,180,120,40,176,15,41,2,0,180,120,65,66,53,75,4,0,182,184,100,128,45,97,2,0,183,120,126,213,148,142,4,0,187,56,229,104,66,93,2,0,188,184,48,188,172,81,4,0,189,248,175,81,11,205,2,0,189,120,135,203,27,215,2,0,192,56,233,127,79,39,2,0,195,248,71,212,203,59,3,0,196,120,15,80,162,73,4,0,199,120,23,188,49,11,3,0,199,120,69,83,97,255,3,0,200,248,63,213,236,171,4,0,203,56,40,166,97,70,2,0,203,56,86,31,91,118,4,0,204,248,54,92,61,107,2,0,204,184,176,183,251,117,3,0,209,248,206,45,42,2,4,0,209,248,196,179,42,113,4,0,212,120,243,217,58,205,2,0,213,120,130,133,250,93,2,0,214,56,154,33,235,205,3,0,216,248,30,87,192,76,4,0,219,248,63,84,57,250,3,0,223,56,252,216,64,166,3,0,224,184,11,74,27,243,2,0,225,120,114,167,33,50,2,0,229,248,50,38,207,213,2,0,233,56,136,239,39,8,2,0,234,184,148,117,134,114,2,0,235,120,161,138,116,146,3,0,238,184,26,192,198,158,2,0,238,184,6,98,101,157,3,0,238,56,230,230,196,67,4,0,240,120,14,171,147,59,2,0,241,120,247,65,138,174,4,0,247,248,10,143,83,206,2,0,247,56,33,186,105,14,3,0,250,248,244,137,152,71,2,0,251,120,11,98,11,37,2,0,251,120,133,249,32,53,4,0,254,184,192,124,57,71,3,0,0,249,83,145,238,121,2,0,1,249,200,171,87,125,4,0,1,185,2,86,18,160,4,0,2,57,5,160,201,92,4,0,5,249,65,100,157,68,2,0,6,57,233,132,247,151,4,0,7,185,48,49,204,35,3,0,8,121,211,168,22,29,2,0,11,249,157,177,107,135,3,0,21,249,145,142,10,38,2,0,21,185,197,15,52,42,4,0,25,57,41,74,69,180,4,0,28,185,11,218,152,111,2,0,39,185,70,237,10,71,3,0,41,185,66,66,61,71,2,0,42,121,58,168,22,112,3,0,44,57,98,98,162,161,3,0,46,249,184,100,219,5,2,0,52,185,142,250,200,8,4,0,53,57,94,0,200,53,2,0,53,185,104,204,138,218,3,0,54,121,37,81,99,42,3,0,55,57,236,233,168,135,4,0,57,121,193,66,251,127,4,0,58,121,53,81,154,237,2,0,59,57,64,236,40,129,2,0,64,57,180,77,241,38,3,0,67,249,24,234,20,106,2,0,68,249,58,6,0,100,3,0,70,121,19,192,172,184,2,0,71,249,133,254,79,70,2,0,75,121,123,171,80,24,3,0,78,249,141,67,165,11,3,0,81,121,3,41,51,54,4,0,82,57,30,93,154,69,3,0,84,57,21,192,11,188,2,0,86,185,16,15,207,80,4,0,87,57,103,160,75,66,4,0,88,185,29,230,55,218,3,0,90,185,68,37,168,57,3,0,92,249,85,114,102,10,2,0,94,185,185,120,232,3,2,0,100,249,229,192,198,153,4,0,101,57,160,97,114,29,2,0,102,57,17,145,235,76,4,0,104,121,113,119,202,13,3,0,104,185,41,254,185,242,3,0,107,57,67,55,140,32,4,0,108,249,7,217,94,64,4,0,117,185,225,151,75,18,3,0,119,121,125,177,122,223,2,0,122,185,138,218,143,54,2,0,124,57,150,227,201,98,2,0,124,249,188,152,52,177,3,0,124,57,95,117,37,71,4,0,125,57,60,17,249,86,3,0,126,185,160,223,250,24,4,0,128,121,76,81,118,194,2,0,129,121,246,221,36,153,2,0,130,249,131,84,175,143,3,0,132,185,230,33,251,42,4,0,133,249,28,209,127,15,2,0,134,121,142,231,182,249,2,0,138,185,90,75,245,187,3,0,141,249,117,101,213,48,2,0,155,121,194,103,7,105,4,0,156,57,241,98,2,6,3,0,157,249,198,149,112,35,2,0,158,185,122,25,39,126,2,0,160,121,77,86,43,156,2,0,161,249,138,106,126,98,4,0,162,185,31,1,48,84,2,0,163,121,220,211,245,229,2,0,165,121,71,145,44,165,2,0,165,249,8,2,224,148,3,0,173,185,87,103,188,86,4,0,177,185,176,84,194,10,3,0,182,249,221,34,160,30,4,0,184,185,62,199,181,64,4,0,185,249,198,99,254,112,4,0,187,249,68,198,23,85,3,0,188,121,167,35,177,116,3,0,192,57,171,40,249,9,2,0,194,249,113,246,222,25,2,0,197,57,6,73,59,206,2,0,197,185,143,19,214,8,3,0,200,121,224,193,66,200,2,0,201,185,40,189,183,93,2,0,201,57,68,197,27,70,3,0,204,185,224,253,202,222,2,0,204,185,179,129,216,164,3,0,208,249,153,27,85,74,2,0,210,249,75,215,3,185,2,0,212,121,59,184,92,63,3,0,215,57,244,248,75,240,2,0,216,185,83,226,80,44,2,0,216,121,59,184,32,63,3,0,220,249,228,73,59,176,2,0,228,57,105,41,252,221,3,0,229,249,217,215,160,24,2,0,241,57,203,13,142,165,2,0,241,249,161,243,81,138,4,0,242,185,141,88,173,151,2,0,246,249,86,213,95,81,4,0,248,121,138,32,152,5,2,0,248,121,239,142,26,38,3,0,249,249,160,61,102,203,3,0,250,121,190,105,218,139,2,0,252,185,79,131,26,223,3,0,0,122,120,1,119,122,2,0,0,186,88,188,59,249,3,0,5,122,148,241,66,159,4,0,9,250,172,42,170,87,4,0,10,186,78,170,169,12,3,0,14,250,161,188,193,65,2,0,17,122,120,214,229,58,3,0,18,122,225,135,104,184,3,0,22,58,23,25,156,119,3,0,23,250,191,110,107,94,2,0,24,186,170,145,216,22,3,0,26,186,236,203,242,224,3,0,27,58,205,131,37,117,2,0,27,122,18,98,107,123,2,0,28,58,168,130,68,246,3,0,29,186,193,10,112,219,3,0,36,58,241,64,43,90,4,0,46,186,87,209,181,90,3,0,47,250,9,179,196,199,3,0,50,58,50,143,156,116,3,0,52,122,64,104,5,77,2,0,53,250,20,81,141,116,3,0,54,250,33,49,220,43,2,0,58,58,206,61,194,54,3,0,58,250,236,30,139,22,4,0,65,250,226,187,202,178,3,0,67,122,234,171,174,191,3,0,69,58,15,130,208,74,3,0,70,186,194,44,20,76,2,0,70,186,105,214,136,53,3,0,73,58,153,223,214,40,3,0,73,250,223,32,109,224,3,0,74,250,232,153,71,98,2,0,81,250,74,211,58,129,4,0,87,58,254,195,95,36,4,0,88,186,114,25,97,189,3,0,92,186,241,22,124,137,2,0,95,186,90,226,136,14,3,0,96,250,171,167,81,156,3,0,97,122,76,81,133,198,2,0,98,58,237,24,154,9,2,0,98,58,153,223,228,40,3,0,106,186,160,160,6,255,2,0,109,250,36,151,231,83,4,0,110,58,153,223,48,41,3,0,114,250,24,248,110,86,3,0,114,58,236,209,70,134,4,0,118,58,56,21,185,192,3,0,122,250,10,254,117,29,3,0,123,250,66,240,134,161,4,0,126,250,176,184,159,253,2,0,127,58,247,225,238,210,3,0,130,250,164,155,129,22,2,0,130,122,91,228,18,152,2,0,133,186,116,37,131,28,4,0,136,122,211,179,192,102,3,0,136,186,25,169,19,108,3,0,137,250,232,22,29,85,4,0,139,58,236,141,78,47,4,0,140,186,36,25,211,161,3,0,143,122,214,61,161,22,2,0,150,186,195,109,52,34,3,0,150,186,222,214,248,57,4,0,152,186,57,120,28,32,2,0,152,122,70,3,93,65,4,0,154,250,69,212,23,249,2,0,154,122,155,66,32,132,4,0,155,122,163,239,227,212,2,0,157,186,225,164,193,56,3,0,157,58,71,66,232,94,4,0,158,186,144,112,218,39,4,0,161,186,62,219,93,18,2,0,161,186,94,203,7,68,2,0,162,122,28,186,36,218,3,0,163,122,31,217,239,122,3,0,164,122,233,26,237,236,2,0,166,58,237,145,152,87,3,0,167,186,195,62,106,250,3,0,171,250,173,67,127,8,2,0,175,122,124,184,151,107,3,0,177,122,147,113,162,146,3,0,179,122,195,180,100,82,3,0,179,58,251,197,211,44,4,0,188,122,203,61,168,49,2,0,191,122,158,163,180,110,2,0,191,186,231,75,252,101,3,0,193,250,124,53,236,60,3,0,204,122,125,128,100,43,2,0,205,58,49,206,100,184,2,0,205,58,172,86,172,18,3,0,205,186,102,134,141,237,3,0,206,58,63,122,95,68,2,0,206,250,9,118,158,108,2,0,209,58,42,138,130,86,3,0,213,122,39,81,78,15,3,0,215,58,228,207,164,143,2,0,215,122,76,234,230,226,2,0,215,58,84,206,187,95,3,0,217,122,183,94,50,146,2,0,217,58,33,227,40,31,4,0,218,250,185,74,8,116,3,0,220,186,78,61,160,63,4,0,220,122,62,95,50,119,4,0,221,58,179,172,222,105,2,0,224,250,240,237,233,94,3,0,227,122,124,69,52,241,2,0,230,250,35,159,181,69,2,0,242,186,148,231,239,19,2,0,244,186,185,125,25,149,4,0,247,58,144,194,30,16,2,0,248,186,139,7,201,56,2,0,251,58,178,64,167,50,3,0,252,122,83,161,198,69,3,0,253,250,169,207,122,201,2,0,254,58,161,61,4,77,4,0,0,251,163,155,14,21,2,0,0,123,182,115,134,230,3,0,1,59,215,136,209,255,3,0,5,123,237,49,170,165,3,0,6,187,33,61,231,50,4,0,7,59,255,9,52,89,4,0,15,59,65,152,159,107,4,0,16,187,243,91,154,126,4,0,17,123,106,86,184,146,3,0,21,123,34,66,79,19,2,0,21,59,195,142,101,4,3,0,28,187,242,193,219,193,2,0,28,59,238,137,94,211,2,0,30,251,248,113,219,101,2,0,30,187,30,81,61,47,3,0,32,59,68,45,139,85,2,0,34,123,5,253,99,233,2,0,35,123,125,200,132,232,3,0,37,251,37,150,79,17,2,0,38,123,223,100,223,16,3,0,39,251,201,186,246,129,2,0,41,123,159,227,114,42,3,0,44,123,190,73,195,134,4,0,44,187,147,244,31,171,4,0,46,187,39,81,223,21,3,0,46,59,41,187,43,146,4,0,58,187,130,22,203,86,2,0,61,251,181,126,187,18,2,0,62,59,37,92,209,8,2,0,65,123,241,85,252,100,2,0,67,59,3,71,39,94,3,0,70,187,35,46,36,189,3,0,71,59,11,239,185,136,3,0,72,187,86,96,179,142,2,0,78,59,52,30,71,122,3,0,84,187,61,196,200,66,3,0,87,59,145,219,62,203,3,0,89,251,230,35,57,209,2,0,91,187,244,9,102,148,2,0,91,251,92,247,177,205,2,0,94,123,67,109,83,38,4,0,96,59,105,198,0,205,3,0,97,123,198,104,52,132,2,0,105,187,176,126,95,21,2,0,105,251,188,247,181,126,2,0,113,123,83,162,5,248,2,0,116,251,26,152,61,29,2,0,117,59,201,136,145,104,4,0,124,187,219,208,4,30,2,0,126,59,153,225,150,41,3,0,127,123,169,85,220,79,2,0,128,187,9,76,113,117,2,0,128,59,95,15,48,175,2,0,128,251,122,148,196,31,4,0,134,251,158,168,33,109,2,0,135,187,86,83,234,203,3,0,136,59,200,114,139,56,2,0,136,251,44,140,238,198,3,0,138,59,138,238,116,17,2,0,142,251,111,49,216,187,2,0,147,59,108,143,239,189,2,0,148,59,58,64,38,46,4,0,149,59,197,123,169,123,2,0,149,187,59,72,221,92,4,0,152,251,89,64,41,130,2,0,152,59,19,113,98,193,3,0,155,59,129,146,20,216,3,0,156,251,248,143,28,96,3,0,156,187,56,132,107,84,4,0,158,59,154,166,23,119,2,0,158,251,251,121,5,163,4,0,159,251,74,142,120,194,3,0,159,59,11,7,45,139,4,0,163,251,211,53,52,67,3,0,166,187,93,29,123,149,2,0,168,123,14,119,43,14,3,0,169,59,237,102,157,140,3,0,170,251,151,85,77,247,3,0,176,251,53,124,211,125,4,0,179,187,11,30,117,67,2,0,187,251,167,155,149,39,3,0,189,123,13,192,203,193,2,0,190,123,168,99,75,109,2,0,190,251,17,4,172,116,4,0,191,187,111,14,67,221,2,0,192,123,185,213,229,156,2,0,192,123,101,184,105,186,3,0,193,187,217,1,197,36,4,0,195,187,238,84,255,86,2,0,196,251,94,54,182,66,2,0,200,59,236,148,113,88,3,0,204,123,147,248,160,200,3,0,209,59,181,32,120,38,3,0,212,187,174,198,38,232,2,0,214,251,240,102,152,135,2,0,214,187,129,6,116,104,4,0,215,187,119,31,158,129,2,0,218,59,140,1,233,5,2,0,218,187,241,161,134,228,2,0,219,251,24,192,67,175,2,0,219,187,213,214,64,85,3,0,222,187,25,99,221,171,4,0,225,251,30,199,22,165,3,0,234,251,153,184,67,143,2,0,234,59,24,192,21,163,2,0,237,123,28,203,236,156,3,0,237,59,127,101,199,229,3,0,240,123,183,245,13,222,3,0,242,187,188,49,52,2,3,0,242,59,102,45,84,97,4,0,244,123,198,2,188,173,2,0,244,59,71,87,218,33,4,0,245,123,234,193,144,107,2,0,245,251,151,53,164,14,4,0,248,59,0,140,227,126,2,0,249,59,133,216,170,31,3,0,249,123,152,26,89,192,3,0,254,187,248,241,199,204,2,0,0,188,243,1,92,215,3,0,1,124,142,234,10,9,3,0,3,124,23,157,193,82,2,0,4,124,212,31,156,48,2,0,6,124,206,228,15,18,4,0,10,188,164,186,188,189,2,0,11,252,224,218,34,80,2,0,12,252,15,41,217,184,3,0,13,188,43,216,237,77,4,0,15,60,242,38,179,251,2,0,16,124,138,51,250,213,2,0,18,252,20,25,105,30,3,0,31,252,31,172,57,221,3,0,31,124,160,244,116,174,4,0,34,60,34,86,190,159,3,0,34,60,243,225,109,26,4,0,35,60,246,254,131,196,3,0,37,252,199,114,223,57,2,0,37,188,9,218,4,80,2,0,43,60,206,23,14,28,4,0,46,124,226,182,32,95,2,0,47,188,132,151,134,66,3,0,48,124,235,100,58,142,2,0,50,60,124,176,40,158,2,0,52,188,145,184,26,84,3,0,58,252,132,114,70,208,3,0,59,60,125,165,58,19,3,0,66,252,231,47,211,43,2,0,67,60,158,187,92,38,2,0,67,60,21,123,42,122,2,0,67,60,249,252,85,21,3,0,69,252,25,187,80,76,4,0,75,60,147,34,97,16,2,0,79,60,2,23,197,103,2,0,84,60,108,143,4,190,2,0,87,60,198,161,57,148,2,0,87,252,222,215,27,37,3,0,88,188,146,105,122,85,2,0,90,60,167,107,229,172,2,0,93,60,129,51,189,219,2,0,94,124,9,23,135,113,4,0,95,252,61,243,199,162,3,0,95,124,121,19,134,115,4,0,99,124,56,131,129,191,2,0,100,188,171,239,73,65,2,0,105,188,97,155,178,69,4,0,106,252,67,90,73,179,3,0,108,124,138,51,227,213,2,0,111,188,30,53,139,199,3,0,111,60,207,120,121,218,3,0,112,252,180,166,136,123,2,0,117,188,50,78,197,111,2,0,120,124,63,88,198,216,3,0,120,252,185,235,123,108,4,0,121,60,26,192,230,176,2,0,122,124,207,176,101,23,2,0,124,252,163,247,10,135,4,0,126,60,140,90,135,73,3,0,127,188,40,156,117,81,4,0,130,188,71,0,19,124,4,0,135,252,246,185,103,17,3,0,136,60,49,194,96,205,2,0,136,124,114,145,67,239,3,0,137,124,171,174,227,83,2,0,137,188,49,81,64,244,2,0,142,124,96,151,102,128,2,0,145,252,87,49,198,141,4,0,150,252,212,241,13,167,2,0,151,188,1,54,129,175,4,0,152,124,104,175,231,15,4,0,155,252,45,117,174,117,4,0,156,252,53,8,236,86,2,0,157,252,4,160,160,122,2,0,162,252,68,212,38,148,3,0,162,60,109,187,226,142,4,0,166,252,244,37,184,129,2,0,167,60,180,131,63,141,3,0,168,124,229,142,158,102,3,0,169,252,73,177,88,5,2,0,175,188,113,5,38,97,4,0,181,124,199,153,54,242,3,0,184,60,88,117,183,163,3,0,184,188,140,51,86,69,4,0,185,188,236,195,81,80,4,0,189,188,18,167,84,19,3,0,194,188,200,134,128,76,3,0,198,60,42,181,39,78,2,0,199,60,57,126,235,75,3,0,202,252,249,254,255,146,4,0,204,60,218,188,14,229,3,0,207,252,206,240,245,112,2,0,211,252,114,250,19,96,2,0,214,188,46,26,138,159,4,0,215,252,103,30,164,4,2,0,217,60,77,209,48,56,2,0,226,252,98,197,199,120,2,0,229,60,205,189,173,219,2,0,232,188,147,52,52,22,4,0,233,124,169,161,166,196,3,0,233,124,126,162,120,75,4,0,238,252,138,171,147,152,3,0,241,188,151,29,241,166,3,0,246,60,182,180,33,111,2,0,246,60,21,141,134,235,3,0,247,252,45,5,211,119,2,0,248,252,88,237,9,204,2,0,249,188,26,44,86,150,2,0,249,124,239,108,184,182,2,0,249,188,6,215,233,156,4,0,250,188,45,217,169,152,2,0,250,252,39,241,237,209,3,0,250,60,75,163,180,120,4,0,251,188,145,184,10,84,3,0,252,188,97,11,9,174,3,0,0,253,21,85,224,64,4,0,0,125,5,46,128,152,4,0,2,61,216,12,105,10,4,0,5,189,83,157,218,48,4,0,6,253,231,40,132,33,2,0,6,253,131,188,179,25,4,0,10,125,197,52,205,133,3,0,13,189,194,227,161,255,3,0,16,189,85,69,115,230,2,0,18,61,63,52,229,10,3,0,20,125,240,248,101,99,4,0,21,189,103,144,242,161,2,0,21,125,184,129,88,246,3,0,22,253,16,43,239,183,2,0,23,253,237,43,215,114,4,0,30,253,166,0,137,52,3,0,31,61,184,136,18,57,2,0,32,61,3,216,89,55,2,0,32,125,135,88,8,104,2,0,33,125,80,254,222,2,2,0,39,189,66,41,41,20,3,0,39,253,128,107,230,155,3,0,39,125,225,36,191,2,4,0,41,61,227,17,129,61,2,0,42,189,185,134,34,252,2,0,42,125,59,184,11,70,3,0,42,125,58,252,170,142,3,0,44,61,77,83,13,38,4,0,46,189,168,169,178,108,3,0,47,253,210,199,7,194,3,0,52,253,173,51,243,173,3,0,52,189,188,163,204,126,4,0,54,253,176,210,26,11,2,0,56,253,93,199,212,111,4,0,57,189,110,117,144,162,3,0,60,253,210,4,158,125,3,0,61,253,123,107,11,155,4,0,62,189,68,23,222,73,3,0,62,61,245,146,229,2,4,0,64,189,77,158,233,206,2,0,67,253,147,181,2,217,3,0,70,125,229,177,168,26,2,0,70,189,222,198,177,65,4,0,75,189,17,210,4,240,3,0,75,61,204,76,201,120,4,0,78,61,200,106,152,186,3,0,80,125,150,207,125,78,4,0,80,125,14,56,80,121,4,0,84,125,48,191,59,50,2,0,89,61,254,53,13,18,3,0,90,253,220,152,246,69,3,0,94,61,200,56,45,14,2,0,94,61,137,100,105,62,2,0,94,189,131,210,216,106,2,0,94,125,222,187,132,122,3,0,96,253,52,59,141,176,2,0,97,253,239,179,189,169,4,0,98,189,241,69,4,69,3,0,100,253,170,94,160,121,4,0,102,61,236,189,227,228,2,0,103,61,84,206,168,95,3,0,103,61,14,127,67,125,4,0,106,125,165,26,231,131,4,0,108,253,170,58,132,85,4,0,108,253,165,172,154,172,4,0,110,189,49,137,42,106,4,0,112,61,164,155,104,13,2,0,115,61,187,217,197,215,2,0,119,253,3,137,99,214,3,0,120,125,62,73,105,130,4,0,123,61,6,66,118,237,2,0,126,125,71,227,9,124,2,0,126,61,2,144,178,28,3,0,129,61,168,221,74,114,2,0,130,61,22,156,118,192,2,0,130,253,86,40,27,113,3,0,131,189,145,135,133,46,2,0,135,189,88,112,49,27,2,0,139,125,96,68,70,56,2,0,139,189,76,81,235,164,2,0,140,253,7,30,18,21,4,0,143,61,129,231,133,32,2,0,146,253,255,122,212,165,3,0,146,125,144,131,106,178,3,0,146,61,54,126,78,251,3,0,148,189,15,192,8,209,2,0,149,253,63,191,112,119,3,0,150,125,68,92,240,143,4,0,151,61,156,5,113,180,4,0,153,125,0,13,179,170,3,0,154,61,158,119,162,127,2,0,158,125,11,5,111,93,2,0,160,61,124,100,84,96,2,0,161,125,183,192,47,78,3,0,161,125,63,105,42,210,3,0,164,125,120,136,160,104,4,0,167,253,153,38,135,252,3,0,170,61,56,153,144,33,3,0,171,125,10,47,172,110,4,0,172,189,24,145,161,147,2,0,173,125,60,170,31,213,3,0,175,61,252,78,10,231,2,0,175,253,55,129,251,90,3,0,178,61,60,112,101,242,3,0,179,253,70,232,222,28,3,0,180,189,39,81,175,23,3,0,181,253,3,153,168,16,2,0,182,253,226,203,163,156,4,0,183,253,229,80,208,143,2,0,186,61,196,22,142,89,3,0,188,125,153,203,115,200,3,0,189,189,39,81,118,23,3,0,191,253,30,136,18,91,3,0,192,61,208,19,79,41,3,0,192,125,243,9,122,82,3,0,192,189,152,223,42,116,3,0,193,125,105,84,166,210,3,0,193,253,48,90,98,162,4,0,195,189,149,68,170,194,3,0,199,125,151,147,59,52,2,0,199,189,30,70,63,2,4,0,201,189,78,145,85,163,3,0,202,189,191,27,165,134,3,0,204,125,20,234,162,49,3,0,204,253,59,95,219,218,3,0,204,253,197,210,205,62,4,0,206,61,127,217,123,54,2,0,207,125,65,147,18,30,2,0,210,125,215,158,178,109,4,0,212,189,164,65,43,4,3,0,213,189,41,188,170,248,2,0,219,189,199,251,177,65,2,0,219,253,118,236,200,41,4,0,220,61,205,81,206,10,2,0,221,253,20,25,249,30,3,0,221,125,247,96,178,108,4,0,222,125,43,229,43,100,3,0,222,189,169,89,23,107,3,0,224,189,214,213,84,167,4,0,227,253,149,246,1,148,3,0,232,189,51,191,28,96,4,0,234,61,232,69,206,5,4,0,235,189,12,91,237,123,3,0,236,61,153,45,96,13,4,0,242,253,147,112,168,135,2,0,246,61,113,215,95,32,2,0,247,61,154,16,230,76,3,0,247,189,212,96,19,102,4,0,248,253,242,129,244,94,2,0,252,125,49,127,50,233,3,0,252,125,103,54,223,240,3,0,252,189,244,164,235,70,4,0,254,125,60,91,241,128,3,0,254,189,10,153,152,190,3,0,0,254,2,1,178,255,2,0,5,62,173,54,6,111,2,0,5,62,213,87,178,90,4,0,8,126,252,214,34,144,3,0,11,62,69,239,154,40,4,0,13,190,161,130,198,14,4,0,14,254,217,171,106,152,2,0,15,126,211,142,245,6,3,0,16,190,89,123,35,57,3,0,20,190,64,185,35,52,3,0,26,126,139,235,239,223,3,0,32,62,252,134,188,10,2,0,32,126,103,122,119,221,2,0,33,254,142,110,115,118,4,0,37,126,37,176,44,54,3,0,37,254,164,119,13,79,3,0,38,126,159,53,87,219,3,0,38,190,124,212,140,80,4,0,39,190,217,2,81,93,2,0,39,254,240,77,158,230,2,0,40,254,94,39,136,9,2,0,44,126,164,186,177,188,2,0,46,254,119,203,102,159,4,0,47,254,72,181,41,69,4,0,51,126,134,26,65,136,2,0,53,254,178,68,199,239,2,0,53,190,47,75,178,44,4,0,55,126,45,80,250,246,3,0,58,126,191,63,236,110,2,0,59,62,27,22,47,66,3,0,59,190,122,27,54,35,4,0,61,190,189,79,207,232,2,0,63,62,182,46,209,33,2,0,67,126,37,81,24,42,3,0,69,62,107,32,176,98,3,0,69,190,91,213,149,116,4,0,70,126,97,200,90,144,4,0,72,190,186,237,119,248,2,0,72,190,112,153,105,169,3,0,72,190,221,198,147,181,3,0,76,254,244,54,208,198,2,0,77,62,162,142,38,102,3,0,78,62,72,96,167,140,2,0,80,254,157,227,244,44,3,0,83,254,92,147,236,147,3,0,83,254,82,162,176,60,4,0,89,190,249,197,115,6,2,0,89,62,93,32,177,37,2,0,93,254,249,225,195,204,3,0,94,62,199,6,158,150,3,0,98,62,56,248,77,217,3,0,100,190,88,169,69,46,3,0,101,62,222,148,3,33,4,0,103,126,80,76,31,246,2,0,103,62,226,124,109,42,4,0,106,126,123,10,12,94,2,0,108,254,85,147,122,110,2,0,111,62,129,100,103,173,3,0,112,254,125,224,208,94,4,0,113,190,89,143,140,54,4,0,118,254,58,152,50,205,3,0,124,254,100,80,163,197,3,0,125,126,4,241,231,42,3,0,125,126,151,85,202,247,3,0,128,126,37,176,47,55,3,0,128,62,17,107,91,166,3,0,130,62,165,87,110,100,2,0,133,126,165,78,54,144,3,0,135,126,180,134,37,94,4,0,135,190,51,101,54,94,4,0,138,126,12,181,106,104,2,0,138,62,188,111,86,164,4,0,139,190,144,56,237,3,3,0,146,190,107,222,62,118,3,0,147,254,210,16,194,64,2,0,147,62,209,181,94,131,2,0,147,190,158,160,158,67,3,0,149,126,40,223,207,129,2,0,160,254,172,245,121,217,3,0,162,126,133,252,128,37,2,0,162,254,168,13,85,128,4,0,163,254,169,217,42,124,2,0,163,62,229,229,121,158,2,0,163,62,32,61,213,151,4,0,164,62,213,158,113,65,4,0,165,254,21,122,78,233,2,0,166,126,64,38,132,202,3,0,173,254,195,79,132,118,3,0,175,62,106,111,17,18,2,0,175,62,22,156,175,190,2,0,181,190,172,240,116,67,3,0,181,126,74,155,220,102,4,0,181,190,116,249,91,134,4,0,182,62,104,59,182,132,4,0,189,126,227,35,25,108,4,0,192,254,179,253,115,32,3,0,194,62,114,252,9,58,2,0,200,190,148,217,5,7,4,0,206,254,35,46,2,132,3,0,207,190,134,1,235,69,2,0,209,62,149,194,233,4,4,0,209,62,28,73,208,147,4,0,210,126,221,137,72,86,4,0,211,190,122,95,248,83,2,0,215,62,143,145,45,107,3,0,218,62,233,9,110,208,2,0,219,254,190,68,255,83,4,0,221,126,28,160,78,144,3,0,222,254,212,31,125,48,2,0,222,126,153,223,215,251,2,0,223,126,52,94,14,109,3,0,223,126,28,33,204,153,3,0,224,62,35,81,157,46,3,0,224,190,224,53,229,130,3,0,224,254,78,232,188,198,3,0,225,190,234,201,93,162,2,0,227,190,56,133,184,105,4,0,229,126,109,59,43,126,4,0,231,126,97,130,151,82,4,0,232,190,107,118,99,51,2,0,236,126,234,106,5,8,2,0,236,126,145,87,231,49,3,0,238,254,8,157,102,144,3,0,245,126,221,146,2,137,4,0,246,62,60,128,174,171,3,0,247,126,199,142,71,93,3,0,248,254,194,53,207,81,2,0,248,190,114,195,212,211,3,0,3,191,55,111,47,171,3,0,9,127,219,210,237,140,2,0,9,127,120,189,124,229,2,0,14,191,2,253,102,171,2,0,15,63,141,208,227,168,4,0,20,63,60,128,201,171,3,0,21,191,218,87,12,11,3,0,24,63,61,102,44,152,3,0,26,255,166,197,157,153,4,0,27,127,23,185,11,149,3,0,30,255,109,216,73,107,4,0,37,63,155,59,1,76,2,0,38,127,122,129,91,192,2,0,41,191,221,119,178,187,2,0,42,127,251,22,45,127,2,0,46,63,3,67,121,156,3,0,46,127,144,131,68,178,3,0,47,63,67,146,234,51,2,0,48,191,129,89,202,129,3,0,48,191,50,249,134,101,4,0,50,191,67,211,87,252,2,0,50,127,94,186,44,39,3,0,51,127,91,247,20,230,3,0,53,191,29,243,59,232,2,0,58,63,167,174,97,238,3,0,60,255,36,208,103,65,3,0,64,127,164,186,129,188,2,0,64,127,48,93,159,132,3,0,66,191,157,142,23,146,3,0,68,255,229,12,149,86,3,0,72,127,105,7,119,143,2,0,72,63,31,81,138,47,3,0,74,127,234,63,31,68,2,0,75,63,31,81,153,47,3,0,75,191,26,122,44,74,3,0,77,255,69,38,187,213,2,0,78,255,11,196,52,151,2,0,78,127,158,54,180,69,3,0,78,63,130,140,135,128,3,0,79,191,214,50,153,230,3,0,89,127,150,66,133,137,3,0,90,127,8,78,45,113,3,0,91,255,84,255,213,208,2,0,92,127,46,106,237,251,3,0,93,63,102,110,25,200,3,0,93,191,34,92,114,71,4,0,94,127,248,157,69,98,3,0,94,63,13,18,94,211,3,0,95,63,62,155,142,163,3,0,97,63,217,186,255,241,2,0,100,127,128,237,247,167,4,0,101,255,171,54,95,177,2,0,101,127,154,138,12,215,3,0,103,191,188,168,225,224,2,0,108,127,147,207,215,50,3,0,108,255,207,47,176,57,4,0,114,127,0,17,13,33,3,0,119,191,21,75,222,132,4,0,121,127,142,163,246,116,2,0,122,63,31,93,124,10,2,0,123,255,196,164,147,62,2,0,126,127,178,234,95,153,2,0,127,127,79,103,34,62,2,0,134,255,179,179,57,240,2,0,136,191,34,185,239,19,4,0,140,191,30,155,208,34,4,0,142,127,104,145,113,45,4,0,147,191,44,115,192,226,2,0,150,63,110,149,141,222,3,0,151,255,249,100,83,174,2,0,153,63,52,179,117,178,2,0,156,255,191,159,205,23,3,0,156,255,215,36,20,88,3,0,156,255,146,145,83,67,4,0,157,63,92,84,36,228,3,0,159,63,228,70,225,162,4,0,161,63,48,188,79,244,2,0,163,191,0,193,45,69,2,0,163,191,42,86,109,16,3,0,163,63,38,72,81,100,4,0,166,255,76,17,198,1,3,0,171,127,242,240,232,89,3,0,171,191,136,114,204,118,4,0,172,255,229,227,8,7,3,0,175,191,120,8,55,179,3,0,175,127,180,198,189,39,4,0,178,127,243,192,211,65,3,0,179,191,163,202,171,124,2,0,180,127,53,62,78,86,2,0,181,63,113,15,172,108,2,0,188,191,39,12,238,230,2,0,188,191,148,223,121,100,4,0,189,127,212,198,29,167,4,0,191,127,147,69,140,9,4,0,192,63,180,61,143,28,2,0,192,63,219,123,254,56,4,0,193,255,115,185,112,217,2,0,197,63,247,49,203,215,3,0,198,191,94,21,91,157,2,0,199,127,90,168,231,215,3,0,201,127,177,132,210,38,2,0,201,63,44,81,92,0,3,0,202,63,193,204,250,126,4,0,205,255,130,150,200,6,4,0,206,63,102,232,125,95,2,0,206,63,150,203,169,166,4,0,211,63,203,9,97,67,4,0,214,191,51,177,236,216,3,0,216,255,53,123,245,130,3,0,219,63,238,212,233,26,3,0,224,255,73,51,160,139,2,0,225,191,123,127,118,42,2,0,225,191,209,177,180,3,4,0,226,191,1,92,154,90,2,0,226,127,0,13,8,171,3,0,227,191,104,135,21,77,3,0,228,127,94,173,217,99,3,0,232,191,225,6,80,236,2,0,234,191,61,81,51,227,2,0,236,127,148,210,131,6,2,0,239,255,135,121,60,73,2,0,242,127,250,193,191,198,2,0,245,127,189,21,201,18,4,0,246,63,121,38,118,84,2,0,247,63,165,185,43,153,4,0,249,191,154,253,54,92,4,0,252,191,232,105,185,14,2,0,252,255,189,40,200,89,2,0,253,255,36,37,189,107,2,0,0,16,0,24,35,45,67,111,111,107,105,101,67,111,110,115,101,110,116,67,111,110,116,97,105,110,101,114,0,16,0,16,35,65,67,67,69,84,84,65,95,67,79,79,75,73,69,83,0,16,0,8,35,65,70,95,71,68,80,82,0,16,0,22,35,65,84,69,68,73,78,95,99,111,111,107,105,101,95,119,97,114,110,105,110,103,0,16,0,12,35,65,86,71,45,109,101,115,115,97,103,101,0,16,0,17,35,65,86,71,99,111,111,107,105,101,109,101,108,100,105,110,103,0,16,0,13,35,65,99,99,101,112,116,67,111,111,107,105,101,0,16,0,22,35,65,99,99,101,112,116,67,111,111,107,105,101,67,111,110,116,97,105,110,101,114,0,16,0,17,35,65,99,99,101,112,116,67,111,111,107,105,101,73,110,102,111,0,16,0,14,35,65,99,99,101,112,116,67,111,111,107,105,101,115,0,16,0,28,35,65,99,99,101,112,116,67,111,111,107,105,101,115,66,97,110,110,101,114,84,101,109,112,108,97,116,101,0,16,0,29,35,65,99,99,101,112,116,80,114,105,118,97,99,121,68,105,115,99,108,97,105,109,66,111,120,87,114,97,112,0,16,0,19,35,65,100,97,116,118,101,100,101,108,109,105,73,110,102,111,115,97,118,0,16,0,13,35,65,103,114,101,101,67,111,111,107,105,101,115,0,16,0,15,35,65,105,114,97,71,100,112,114,68,105,97,108,111,103,0,16,0,25,35,65,107,97,100,101,109,105,95,67,111,111,107,105,101,80,111,108,105,99,121,95,98,97,114,0,16,0,12,35,65,108,101,114,116,67,111,111,107,105,101,0,16,0,18,35,65,108,101,114,116,67,111,111,107,105,101,66,97,110,110,101,114,0,16,0,13,35,65,108,101,114,116,67,111,111,107,105,101,115,0,16,0,21,35,65,108,101,114,116,68,105,97,108,111,103,67,111,110,97,116,105,110,101,114,0,16,0,14,35,65,108,101,114,116,97,67,111,111,107,105,101,115,0,16,0,21,35,65,108,108,111,119,67,111,111,107,105,101,67,111,110,116,97,105,110,101,114,0,16,0,20,35,65,108,108,111,119,67,111,111,107,105,101,115,77,101,115,115,97,103,101,0,16,0,18,35,65,108,108,111,119,67,111,111,107,105,101,115,77,111,100,97,108,0,16,0,20,35,65,108,108,111,119,67,111,111,107,105,101,115,87,114,97,112,112,101,114,0,16,0,16,35,65,110,97,108,121,116,105,99,115,80,114,111,109,112,116,0,16,0,13,35,65,112,112,67,111,111,107,105,101,66,97,114,0,16,0,22,35,65,114,115,121,115,67,111,111,107,105,101,65,99,99,101,112,116,97,110,99,101,0,16,0,22,35,65,115,112,78,101,116,70,111,114,109,32,62,32,35,99,111,111,107,105,101,115,0,16,0,13,35,65,118,105,115,111,67,79,79,75,73,69,83,0,16,0,12,35,65,118,105,115,111,67,111,111,107,105,101,0,16,0,13,35,65,118,105,115,111,67,111,111,107,105,101,115,0,16,0,16,35,65,118,105,115,111,67,111,111,107,105,101,115,108,97,119,0,16,0,13,35,65,118,118,105,115,111,67,111,111,107,105,101,0,16,0,16,35,65,119,67,111,111,107,105,101,67,111,110,115,101,110,116,0,16,0,16,35,66,66,67,111,111,107,105,101,84,111,111,108,68,105,118,0,16,0,11,35,66,73,80,67,111,111,107,105,101,115,0,16,0,21,35,66,77,79,68,67,111,111,107,105,101,67,111,110,115,101,110,116,66,97,114,0,16,0,17,35,66,79,88,95,67,111,111,107,105,101,80,111,108,105,99,121,0,16,0,12,35,66,97,110,100,101,97,117,67,78,73,76,0,16,0,14,35,66,97,110,100,101,97,117,67,111,111,107,105,101,0,16,0,15,35,66,97,110,100,101,97,117,67,111,111,107,105,101,115,0,16,0,18,35,66,97,110,100,101,97,117,73,110,102,111,67,111,111,107,105,101,0,16,0,14,35,66,97,110,101,114,73,78,99,111,111,107,105,101,0,16,0,11,35,66,97,110,110,101,114,76,71,80,68,0,16,0,16,35,66,97,110,110,101,114,95,99,111,111,107,105,101,95,48,0,16,0,16,35,66,97,110,110,101,114,95,99,111,111,107,105,101,95,49,0,16,0,28,35,66,97,114,84,97,98,95,100,105,118,73,110,102,111,114,109,97,116,105,118,97,67,111,111,107,105,101,0,16,0,12,35,66,97,114,114,97,67,111,111,107,105,101,0,16,0,13,35,66,97,114,114,97,67,111,111,107,105,101,115,0,16,0,12,35,66,97,115,105,99,67,111,111,107,105,101,0,16,0,11,35,66,108,107,67,111,111,107,105,101,115,0,16,0,46,35,66,111,100,121,67,111,110,116,101,110,116,95,117,115,114,65,99,99,101,112,116,67,111,111,107,105,101,115,95,112,110,108,65,99,99,101,112,116,67,111,111,107,105,101,115,0,16,0,13,35,66,111,114,116,111,115,67,111,111,107,105,101,0,16,0,10,35,66,111,120,67,111,111,107,105,101,0,16,0,9,35,66,115,67,111,111,107,105,101,0,16,0,14,35,66,117,116,116,111,110,95,67,111,111,107,105,101,0,16,0,20,35,67,67,67,95,67,111,111,107,105,101,115,95,119,114,97,112,112,101,114,0,16,0,10,35,67,67,77,95,112,111,112,117,112,0,16,0,18,35,67,67,80,65,45,110,111,116,105,102,105,99,97,116,105,111,110,0,16,0,11,35,67,67,80,65,66,97,110,110,101,114,0,16,0,11,35,67,67,80,65,78,111,116,105,99,101,0,16,0,13,35,67,67,80,65,95,111,112,116,95,111,117,116,0,16,0,12,35,67,67,111,109,112,108,105,97,110,99,101,0,16,0,8,35,67,67,111,111,107,105,101,0,16,0,10,35,67,71,85,67,111,111,107,105,101,0,16,0,5,35,67,78,73,76,0,16,0,12,35,67,78,73,76,45,99,111,111,107,105,101,0,16,0,12,35,67,78,73,76,45,110,111,116,105,99,101,0,16,0,12,35,67,78,73,76,77,101,115,115,97,103,101,0,16,0,13,35,67,78,73,76,95,109,101,115,115,97,103,101,0,16,0,18,35,67,79,45,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,16,0,13,35,67,79,77,85,78,45,67,111,111,107,105,101,0,16,0,9,35,67,79,79,75,45,98,97,110,0,16,0,18,35,67,79,79,75,73,69,45,67,79,78,83,69,78,84,45,69,85,0,16,0,12,35,67,79,79,75,73,69,65,76,69,82,84,0,16,0,17,35,67,79,79,75,73,69,69,88,80,69,82,84,73,78,70,79,0,16,0,14,35,67,79,79,75,73,69,72,73,78,87,69,73,83,0,16,0,14,35,67,79,79,75,73,69,77,69,83,83,65,71,69,0,16,0,8,35,67,79,79,75,73,69,83,0,16,0,14,35,67,79,79,75,73,69,87,65,82,78,73,78,71,0,16,0,14,35,67,79,79,75,73,69,95,66,65,78,78,69,82,0,16,0,15,35,67,79,79,75,73,69,95,72,73,78,87,69,73,83,0,16,0,17,35,67,79,79,75,73,69,95,77,72,68,95,65,76,69,82,84,0,16,0,13,35,67,79,79,75,73,69,95,78,79,84,73,70,0,16,0,11,35,67,79,79,75,73,69,95,79,80,84,0,16,0,15,35,67,79,79,75,73,69,95,87,65,82,78,73,78,71,0,16,0,12,35,67,79,79,75,73,69,109,111,100,97,108,0,16,0,14,35,67,79,79,75,80,77,45,66,65,78,78,69,82,0,16,0,21,35,67,79,87,73,99,111,111,107,105,101,115,100,105,114,101,99,116,105,118,101,0,16,0,7,35,67,80,95,98,111,120,0,16,0,8,35,67,80,111,108,105,99,121,0,16,0,15,35,67,80,114,105,118,97,99,121,45,80,97,110,101,108,0,16,0,17,35,67,82,84,76,95,65,108,101,114,116,67,111,111,107,105,101,0,16,0,17,35,67,82,84,76,95,67,111,111,107,105,101,65,108,101,114,116,0,16,0,18,35,67,83,71,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,16,0,9,35,67,87,67,111,111,107,105,101,0,16,0,22,35,67,101,110,116,117,114,105,97,67,111,111,107,105,101,77,111,110,115,116,101,114,0,16,0,11,35,67,101,114,101,122,85,121,97,114,105,0,16,0,22,35,67,105,110,101,109,97,65,99,99,101,112,116,67,111,111,107,105,101,66,97,114,0,16,0,14,35,67,111,110,115,101,110,116,66,97,110,110,101,114,0,16,0,14,35,67,111,110,115,101,110,116,67,111,111,107,105,101,0,16,0,19,35,67,111,110,115,101,110,116,67,111,111,107,105,101,80,111,112,117,112,0,16,0,20,35,67,111,110,115,101,110,116,76,97,121,101,114,87,114,97,112,112,101,114,0,16,0,21,35,67,111,110,115,101,110,116,101,109,101,110,116,45,99,111,111,107,105,101,115,0,16,0,13,35,67,111,111,99,107,105,101,65,108,101,114,116,0,16,0,13,35,67,111,111,99,107,105,101,115,80,97,103,101,0,16,0,14,35,67,111,111,107,105,101,45,65,112,112,101,110,100,0,16,0,14,35,67,111,111,107,105,101,45,66,97,110,110,101,114,0,16,0,15,35,67,111,111,107,105,101,45,67,111,110,115,101,110,116,0,16,0,17,35,67,111,111,107,105,101,45,67,111,110,116,97,105,110,101,114,0,16,0,15,35,67,111,111,107,105,101,45,79,118,101,114,108,97,121,0,16,0,14,35,67,111,111,107,105,101,45,80,111,108,105,99,121,0,16,0,13,35,67,111,111,107,105,101,45,80,111,112,117,112,0,16,0,23,35,67,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,95,111,117,116,101,114,0,16,0,18,35,67,111,111,107,105,101,45,115,99,114,111,108,108,100,111,119,110,0,16,0,13,35,67,111,111,107,105,101,65,99,99,101,112,116,0,16,0,22,35,67,111,111,107,105,101,65,99,99,101,112,116,67,111,110,116,97,105,110,101,114,0,16,0,18,35,67,111,111,107,105,101,65,99,99,101,112,116,76,97,121,101,114,0,16,0,17,35,67,111,111,107,105,101,65,99,99,101,112,116,97,110,99,101,0,16,0,22,35,67,111,111,107,105,101,65,99,107,110,111,119,108,101,100,103,101,73,110,102,111,0,16,0,13,35,67,111,111,107,105,101,65,100,118,105,99,101,0,16,0,14,35,67,111,111,107,105,101,65,107,107,111,111,114,100,0,16,0,12,35,67,111,111,107,105,101,65,108,97,114,109,0,16,0,12,35,67,111,111,107,105,101,65,108,101,114,116,0,16,0,15,35,67,111,111,107,105,101,65,108,101,114,116,66,111,120,0,16,0,21,35,67,111,111,107,105,101,65,108,101,114,116,67,111,110,116,97,105,110,101,114,0,16,0,13,35,67,111,111,107,105,101,65,108,101,114,116,115,0,16,0,9,35,67,111,111,107,105,101,66,71,0,16,0,17,35,67,111,111,107,105,101,66,97,99,107,103,114,111,117,110,100,0,16,0,13,35,67,111,111,107,105,101,66,97,110,110,101,114,0,16,0,29,35,67,111,111,107,105,101,66,97,110,110,101,114,77,101,115,115,97,103,101,67,111,110,116,97,105,110,101,114,0,16,0,16,35,67,111,111,107,105,101,66,97,110,110,101,114,78,101,119,0,16,0,10,35,67,111,111,107,105,101,66,97,114,0,16,0,10,35,67,111,111,107,105,101,66,111,120,0,16,0,13,35,67,111,111,107,105,101,66,117,116,116,111,110,0,16,0,12,35,67,111,111,107,105,101,67,104,101,99,107,0,16,0,21,35,67,111,111,107,105,101,67,104,101,99,107,95,105,110,106,101,99,116,101,100,0,16,0,10,35,67,111,111,107,105,101,67,111,110,0,16,0,14,35,67,111,111,107,105,101,67,111,110,115,101,110,116,0,16,0,20,35,67,111,111,107,105,101,67,111,110,115,101,110,116,66,97,110,110,101,114,0,16,0,20,35,67,111,111,107,105,101,67,111,110,115,101,110,116,67,104,101,99,107,50,0,16,0,23,35,67,111,111,107,105,101,67,111,110,115,101,110,116,67,111,110,116,97,105,110,101,114,0,16,0,20,35,67,111,111,107,105,101,67,111,110,115,101,110,116,68,105,97,108,111,103,0,16,0,17,35,67,111,111,107,105,101,67,111,110,115,101,110,116,68,105,118,0,16,0,18,35,67,111,111,107,105,101,67,111,110,115,101,110,116,71,100,112,114,0,16,0,21,35,67,111,111,107,105,101,67,111,110,115,101,110,116,77,101,115,115,97,103,101,0,16,0,21,35,67,111,111,107,105,101,67,111,110,115,101,110,116,87,114,97,112,112,101,114,0,16,0,19,35,67,111,111,107,105,101,67,111,110,115,101,110,116,101,109,101,110,116,0,16,0,16,35,67,111,111,107,105,101,67,111,110,116,97,105,110,101,114,0,16,0,21,35,67,111,111,107,105,101,67,111,110,116,114,111,108,87,114,97,112,112,101,114,0,16,0,13,35,67,111,111,107,105,101,68,105,97,108,111,103,0,16,0,17,35,67,111,111,107,105,101,68,105,115,99,108,97,105,109,101,114,0,16,0,23,35,67,111,111,107,105,101,68,105,115,99,108,97,105,109,101,114,66,97,110,110,101,114,0,16,0,22,35,67,111,111,107,105,101,68,105,115,99,108,97,105,109,101,114,80,111,112,117,112,0,16,0,10,35,67,111,111,107,105,101,68,105,118,0,16,0,9,35,67,111,111,107,105,101,69,85,0,16,0,16,35,67,111,111,107,105,101,69,110,97,98,108,101,66,111,120,0,16,0,13,35,67,111,111,107,105,101,70,111,111,116,101,114,0,16,0,12,35,67,111,111,107,105,101,70,114,97,103,101,0,16,0,13,35,67,111,111,107,105,101,72,97,110,100,108,101,0,16,0,11,35,67,111,111,107,105,101,72,101,97,100,0,16,0,13,35,67,111,111,107,105,101,72,101,97,100,101,114,0,16,0,11,35,67,111,111,107,105,101,72,105,110,116,0,16,0,14,35,67,111,111,107,105,101,72,105,110,119,101,105,115,0,16,0,11,35,67,111,111,107,105,101,73,110,102,111,0,16,0,16,35,67,111,111,107,105,101,73,110,102,111,66,108,111,99,107,0,16,0,20,35,67,111,111,107,105,101,73,110,102,111,67,111,110,116,97,105,110,101,114,0,16,0,18,35,67,111,111,107,105,101,73,110,102,111,68,101,115,107,116,111,112,0,16,0,18,35,67,111,111,107,105,101,73,110,102,111,79,118,101,114,108,97,121,0,16,0,18,35,67,111,111,107,105,101,73,110,102,111,87,114,97,112,112,101,114,0,16,0,18,35,67,111,111,107,105,101,73,110,102,111,114,109,97,116,105,111,110,0,16,0,24,35,67,111,111,107,105,101,73,110,102,111,114,109,97,116,105,111,110,68,105,97,108,111,103,0,16,0,21,35,67,111,111,107,105,101,73,110,102,111,114,109,97,116,105,111,110,68,105,118,0,16,0,22,35,67,111,111,107,105,101,73,110,102,111,114,109,97,116,105,111,110,82,111,111,116,0,16,0,15,35,67,111,111,107,105,101,73,110,102,111,114,109,101,114,0,16,0,19,35,67,111,111,107,105,101,73,110,102,111,114,109,101,114,86,105,101,119,0,16,0,12,35,67,111,111,107,105,101,73,110,116,114,111,0,16,0,16,35,67,111,111,107,105,101,75,111,109,117,110,105,107,97,116,0,16,0,10,35,67,111,111,107,105,101,76,65,87,0,16,0,10,35,67,111,111,107,105,101,76,97,119,0,16,0,16,35,67,111,111,107,105,101,76,97,119,67,104,111,105,99,101,0,16,0,17,35,67,111,111,107,105,101,76,97,119,67,111,110,116,101,110,116,0,16,0,16,35,67,111,111,107,105,101,76,97,119,72,111,108,100,101,114,0,16,0,12,35,67,111,111,107,105,101,76,97,121,101,114,0,16,0,21,35,67,111,111,107,105,101,76,101,103,97,108,67,111,110,116,97,105,110,101,114,0,16,0,36,35,67,111,111,107,105,101,76,101,103,105,115,108,97,116,105,111,110,95,67,111,111,107,105,101,65,99,99,101,112,116,80,97,110,101,108,0,16,0,10,35,67,111,111,107,105,101,76,101,121,0,16,0,16,35,67,111,111,107,105,101,77,97,110,67,108,105,101,110,116,0,16,0,20,35,67,111,111,107,105,101,77,97,110,97,103,101,114,68,105,97,108,111,103,0,16,0,27,35,67,111,111,107,105,101,77,97,110,97,103,101,114,68,105,97,108,111,103,87,114,97,112,112,101,114,0,16,0,14,35,67,111,111,107,105,101,77,101,108,100,105,110,103,0,16,0,14,35,67,111,111,107,105,101,77,101,115,115,97,103,101,0,16,0,23,35,67,111,111,107,105,101,77,101,115,115,97,103,101,67,111,110,116,97,105,110,101,114,0,16,0,17,35,67,111,111,107,105,101,77,101,115,115,97,103,101,68,105,118,0,16,0,19,35,67,111,111,107,105,101,77,101,115,115,97,103,101,73,110,110,101,114,0,16,0,16,35,67,111,111,107,105,101,77,101,115,115,97,103,105,110,103,0,16,0,22,35,67,111,111,107,105,101,77,111,100,97,108,46,105,115,45,97,99,116,105,118,101,0,16,0,24,35,67,111,111,107,105,101,77,111,100,97,108,95,99,111,111,107,105,101,109,111,100,97,108,0,16,0,14,35,67,111,111,107,105,101,77,111,110,115,116,101,114,0,16,0,18,35,67,111,111,107,105,101,77,111,110,115,116,101,114,78,65,73,72,0,16,0,13,35,67,111,111,107,105,101,77,115,103,66,111,120,0,16,0,17,35,67,111,111,107,105,101,78,97,118,105,103,97,116,105,111,110,0,16,0,11,35,67,111,111,107,105,101,78,111,116,101,0,16,0,13,35,67,111,111,107,105,101,78,111,116,105,99,101,0,16,0,16,35,67,111,111,107,105,101,78,111,116,105,99,101,66,111,120,0,16,0,22,35,67,111,111,107,105,101,78,111,116,105,99,101,67,111,110,116,97,105,110,101,114,0,16,0,19,35,67,111,111,107,105,101,78,111,116,105,102,105,99,97,116,105,111,110,0,16,0,22,35,67,111,111,107,105,101,78,111,116,105,102,105,99,97,116,105,111,110,66,97,114,0,16,0,27,35,67,111,111,107,105,101,78,111,116,105,102,105,99,97,116,105,111,110,66,97,114,83,112,97,99,101,0,16,0,28,35,67,111,111,107,105,101,78,111,116,105,102,105,99,97,116,105,111,110,67,111,110,116,97,105,110,101,114,0,16,0,15,35,67,111,111,107,105,101,78,111,116,105,102,105,101,114,0,16,0,18,35,67,111,111,107,105,101,78,111,116,105,102,105,101,114,105,110,103,0,16,0,9,35,67,111,111,107,105,101,79,75,0,16,0,18,35,67,111,111,107,105,101,79,112,116,73,110,66,97,110,110,101,114,0,16,0,15,35,67,111,111,107,105,101,79,112,116,73,110,66,111,120,0,16,0,14,35,67,111,111,107,105,101,79,118,101,114,108,97,121,0,16,0,17,35,67,111,111,107,105,101,79,118,101,114,108,97,121,66,111,120,0,16,0,11,35,67,111,111,107,105,101,80,97,110,101,0,16,0,12,35,67,111,111,107,105,101,80,97,110,101,108,0,16,0,20,35,67,111,111,107,105,101,80,97,110,101,108,78,101,103,97,116,105,118,101,0,16,0,11,35,67,111,111,107,105,101,80,108,117,115,0,16,0,13,35,67,111,111,107,105,101,80,111,108,105,99,121,0,16,0,22,35,67,111,111,107,105,101,80,111,108,105,99,121,67,111,110,116,97,105,110,101,114,0,16,0,16,35,67,111,111,107,105,101,80,111,108,105,99,121,68,105,118,0,16,0,19,35,67,111,111,107,105,101,80,111,108,105,99,121,72,101,97,100,101,114,0,16,0,20,35,67,111,111,107,105,101,80,111,108,105,99,121,77,101,115,115,97,103,101,0,16,0,19,35,67,111,111,107,105,101,80,111,108,105,99,121,78,111,116,105,99,101,0,16,0,20,35,67,111,111,107,105,101,80,111,108,105,99,121,79,118,101,114,108,97,121,0,16,0,18,35,67,111,111,107,105,101,80,111,108,105,99,121,80,97,110,101,108,0,16,0,17,35,67,111,111,107,105,101,80,111,108,105,99,121,95,100,105,118,0,16,0,12,35,67,111,111,107,105,101,80,111,112,117,112,0,16,0,14,35,67,111,111,107,105,101,80,114,105,118,97,99,121,0,16,0,20,35,67,111,111,107,105,101,80,114,105,118,97,99,121,78,111,116,105,99,101,0,16,0,13,35,67,111,111,107,105,101,80,117,98,83,101,116,0,16,0,14,35,67,111,111,107,105,101,81,66,97,110,110,101,114,0,16,0,20,35,67,111,111,107,105,101,82,101,112,111,114,116,115,66,97,110,110,101,114,0,16,0,22,35,67,111,111,107,105,101,82,101,112,111,114,116,115,66,97,110,110,101,114,65,90,0,16,0,20,35,67,111,111,107,105,101,82,101,112,111,114,116,115,66,117,116,116,111,110,0,16,0,23,35,67,111,111,107,105,101,82,101,112,111,114,116,115,77,105,110,105,80,97,110,101,108,0,16,0,19,35,67,111,111,107,105,101,82,101,112,111,114,116,115,80,97,110,101,108,0,16,0,12,35,67,111,111,107,105,101,82,117,108,101,115,0,16,0,14,35,67,111,111,107,105,101,83,97,118,101,77,115,103,0,16,0,24,35,67,111,111,107,105,101,83,101,116,116,105,110,103,115,67,111,110,116,97,105,110,101,114,0,16,0,13,35,67,111,111,107,105,101,83,108,105,100,101,114,0,16,0,15,35,67,111,111,107,105,101,83,110,97,99,107,98,97,114,0,16,0,29,35,67,111,111,107,105,101,83,116,105,99,107,121,95,112,110,108,67,111,111,107,105,101,83,116,105,99,107,121,0,16,0,12,35,67,111,111,107,105,101,84,49,66,97,114,0,16,0,12,35,67,111,111,107,105,101,84,50,66,97,114,0,16,0,10,35,67,111,111,107,105,101,84,80,67,0,16,0,11,35,67,111,111,107,105,101,84,111,111,108,0,16,0,13,35,67,111,111,107,105,101,84,111,112,68,105,118,0,16,0,9,35,67,111,111,107,105,101,84,114,0,16,0,18,35,67,111,111,107,105,101,85,115,101,65,112,112,114,111,118,97,108,0,16,0,11,35,67,111,111,107,105,101,87,97,108,108,0,16,0,14,35,67,111,111,107,105,101,87,97,114,110,105,110,103,0,16,0,17,35,67,111,111,107,105,101,87,97,114,110,105,110,103,66,97,114,0,16,0,17,35,67,111,111,107,105,101,87,97,114,110,105,110,103,66,111,120,0,16,0,18,35,67,111,111,107,105,101,87,97,114,110,105,110,103,76,105,110,107,0,16,0,19,35,67,111,111,107,105,101,87,97,114,110,105,110,103,80,97,110,101,108,0,16,0,17,35,67,111,111,107,105,101,87,97,114,110,105,110,103,82,111,119,0,16,0,13,35,67,111,111,107,105,101,87,105,100,103,101,116,0,16,0,10,35,67,111,111,107,105,101,87,105,110,0,16,0,11,35,67,111,111,107,105,101,87,114,97,112,0,16,0,14,35,67,111,111,107,105,101,87,114,97,112,112,101,114,0,16,0,10,35,67,111,111,107,105,101,95,69,85,0,16,0,15,35,67,111,111,107,105,101,95,72,105,110,119,101,105,115,0,16,0,13,35,67,111,111,107,105,101,95,76,97,121,101,114,0,16,0,14,35,67,111,111,107,105,101,95,105,110,102,111,114,109,0,16,0,13,35,67,111,111,107,105,101,98,97,110,110,101,114,0,16,0,10,35,67,111,111,107,105,101,98,97,114,0,16,0,14,35,67,111,111,107,105,101,99,111,110,115,101,110,116,0,16,0,14,35,67,111,111,107,105,101,99,111,110,116,97,105,110,0,16,0,11,35,67,111,111,107,105,101,105,110,102,111,0,16,0,16,35,67,111,111,107,105,101,108,97,119,66,97,110,110,101,114,0,16,0,14,35,67,111,111,107,105,101,109,101,108,100,105,110,103,0,16,0,8,35,67,111,111,107,105,101,115,0,16,0,29,35,67,111,111,107,105,101,115,49,95,112,110,108,67,111,111,107,105,101,65,99,99,101,112,116,97,110,99,101,0,16,0,13,35,67,111,111,107,105,101,115,49,95,117,100,112,0,16,0,14,35,67,111,111,107,105,101,115,65,99,99,101,112,116,0,16,0,24,35,67,111,111,107,105,101,115,65,103,114,101,101,109,101,110,116,95,66,111,120,65,108,108,0,16,0,13,35,67,111,111,107,105,101,115,65,108,101,114,116,0,16,0,33,35,67,111,111,107,105,101,115,65,108,101,114,116,67,111,110,116,97,105,110,101,114,87,80,81,52,54,95,68,79,67,81,49,0,16,0,16,35,67,111,111,107,105,101,115,65,108,101,114,116,82,111,119,0,16,0,15,35,67,111,111,107,105,101,115,65,114,116,105,99,108,101,0,16,0,14,35,67,111,111,107,105,101,115,66,97,110,110,101,114,0,16,0,11,35,67,111,111,107,105,101,115,66,97,114,0,16,0,19,35,67,111,111,107,105,101,115,66,101,115,116,97,101,116,105,103,101,110,0,16,0,11,35,67,111,111,107,105,101,115,66,111,120,0,16,0,18,35,67,111,111,107,105,101,115,67,111,109,112,108,105,97,110,99,101,0,16,0,20,35,67,111,111,107,105,101,115,67,111,110,102,105,114,109,97,116,105,111,110,0,16,0,17,35,67,111,111,107,105,101,115,67,111,110,116,97,105,110,101,114,0,16,0,12,35,67,111,111,107,105,101,115,67,116,114,108,0,16,0,18,35,67,111,111,107,105,101,115,68,105,115,99,108,97,105,109,101,114,0,16,0,11,35,67,111,111,107,105,101,115,68,105,118,0,16,0,12,35,67,111,111,107,105,101,115,73,110,102,111,0,16,0,13,35,67,111,111,107,105,101,115,73,110,102,111,115,0,16,0,11,35,67,111,111,107,105,101,115,76,97,119,0,16,0,18,35,67,111,111,107,105,101,115,76,97,119,77,101,115,115,97,103,101,0,16,0,13,35,67,111,111,107,105,101,115,76,97,121,101,114,0,16,0,13,35,67,111,111,107,105,101,115,77,111,100,97,108,0,16,0,14,35,67,111,111,107,105,101,115,78,111,116,105,99,101,0,16,0,15,35,67,111,111,107,105,101,115,79,118,101,114,108,97,121,0,16,0,13,35,67,111,111,107,105,101,115,80,97,110,101,108,0,16,0,14,35,67,111,111,107,105,101,115,80,111,108,105,99,121,0,16,0,13,35,67,111,111,107,105,101,115,80,111,112,117,112,0,16,0,13,35,67,111,111,107,105,101,115,80,114,105,110,99,0,16,0,15,35,67,111,111,107,105,101,115,80,114,105,118,97,99,121,0,16,0,17,35,67,111,111,107,105,101,115,85,115,97,103,101,67,111,110,116,0,16,0,15,35,67,111,111,107,105,101,115,87,97,114,110,105,110,103,0,16,0,14,35,67,111,111,107,105,101,115,87,105,110,100,111,119,0,16,0,19,35,67,111,111,107,105,101,115,95,112,110,108,67,111,111,107,105,101,115,0,16,0,17,35,67,111,111,107,105,101,122,117,115,116,105,109,109,117,110,103,0,16,0,13,35,67,111,111,107,105,115,66,97,110,110,101,114,0,16,0,14,35,67,111,111,107,105,115,87,97,114,110,105,110,103,0,16,0,20,35,67,112,72,84,77,76,67,111,111,107,105,101,66,97,114,95,98,97,114,0,16,0,33,35,67,121,98,111,116,67,111,111,107,105,101,98,111,116,68,105,97,108,111,103,66,111,100,121,85,110,100,101,114,108,97,121,0,16,0,12,35,68,67,67,111,111,107,105,101,76,97,119,0,16,0,18,35,68,67,73,78,70,79,95,67,79,79,75,73,69,95,65,71,66,0,16,0,17,35,68,70,76,67,111,111,107,105,101,67,111,110,115,101,110,116,0,16,0,5,35,68,71,80,82,0,16,0,11,35,68,73,86,99,111,111,107,105,101,115,0,16,0,18,35,68,73,86,99,111,111,107,105,101,115,119,101,108,99,111,109,101,0,16,0,32,35,68,76,80,95,101,117,95,99,111,111,107,105,101,95,100,105,115,99,108,111,115,117,114,101,79,118,101,114,108,97,121,0,16,0,12,35,68,79,95,67,67,95,80,65,78,69,76,0,16,0,16,35,68,83,71,86,79,95,99,111,110,116,97,105,110,101,114,0,16,0,16,35,68,83,71,86,79,100,105,115,99,108,97,105,109,101,114,0,16,0,26,35,68,105,103,105,116,97,108,80,114,105,110,116,45,99,111,111,107,105,101,45,97,108,101,114,116,0,16,0,15,35,68,105,115,99,108,97,105,109,67,111,111,107,105,101,0,16,0,28,35,68,105,115,99,108,97,105,109,80,114,105,118,97,99,121,66,111,116,116,111,109,66,117,116,116,111,110,0,16,0,18,35,68,105,115,99,108,97,105,109,101,114,67,111,111,107,105,101,115,0,16,0,18,35,68,105,115,112,108,97,121,67,111,111,107,105,101,73,110,102,111,0,16,0,18,35,68,105,118,65,99,101,112,116,97,114,67,111,111,107,105,101,115,0,16,0,16,35,68,105,118,65,108,108,111,119,67,111,111,107,105,101,115,0,16,0,18,35,68,105,118,66,97,110,100,101,97,117,67,111,111,107,105,101,115,0,16,0,11,35,68,105,118,67,111,111,107,105,101,115,0,16,0,20,35,68,105,118,67,111,111,107,105,101,115,73,110,102,111,80,97,110,101,108,0,16,0,18,35,68,105,118,67,111,111,107,105,101,115,77,101,115,115,97,103,101,0,16,0,18,35,68,105,118,73,100,101,97,108,67,111,111,107,76,105,103,104,116,0,16,0,16,35,68,105,118,80,111,108,105,99,121,67,111,111,107,105,101,0,16,0,14,35,68,105,118,95,67,111,111,107,105,101,78,97,103,0,16,0,10,35,68,105,118,99,111,111,107,105,101,0,16,0,20,35,68,111,87,101,98,67,111,111,107,105,101,115,67,111,110,115,101,110,116,0,16,0,10,35,69,66,67,111,111,107,105,101,115,0,16,0,26,35,69,67,45,67,111,111,107,105,101,76,97,119,45,78,111,116,105,102,105,99,97,116,105,111,110,0,16,0,15,35,69,67,83,99,111,111,107,105,101,112,97,110,101,108,0,16,0,16,35,69,80,68,105,114,101,99,116,105,118,101,73,110,102,111,0,16,0,16,35,69,80,95,99,111,111,107,105,101,115,80,111,112,117,112,0,16,0,7,35,69,85,67,79,79,75,0,16,0,25,35,69,85,67,111,109,112,108,105,97,110,99,101,78,111,116,105,102,105,99,97,116,105,111,110,0,16,0,9,35,69,85,67,111,111,107,105,101,0,16,0,16,35,69,85,67,111,111,107,105,101,45,66,97,110,110,101,114,0,16,0,12,35,69,85,67,111,111,107,105,101,66,97,114,0,16,0,22,35,69,85,67,111,111,107,105,101,67,111,110,115,101,110,116,66,97,110,110,101,114,0,16,0,18,35,69,85,67,111,111,107,105,101,67,111,110,116,97,105,110,101,114,0,16,0,13,35,69,85,67,111,111,107,105,101,70,97,100,101,0,16,0,16,35,69,85,67,111,111,107,105,101,77,101,115,115,97,103,101,0,16,0,12,35,69,85,67,111,111,107,105,101,77,115,103,0,16,0,13,35,69,85,67,111,111,107,105,101,78,111,116,101,0,16,0,14,35,69,85,67,111,111,107,105,101,80,97,110,101,108,0,16,0,21,35,69,85,67,111,111,107,105,101,80,111,108,105,99,121,78,111,116,105,99,101,0,16,0,10,35,69,85,67,111,111,107,105,101,115,0,16,0,15,35,69,85,67,111,111,107,105,101,115,65,108,101,114,116,0,16,0,17,35,69,85,67,111,111,107,105,101,115,87,97,114,110,105,110,103,0,16,0,23,35,69,85,68,105,114,101,99,116,105,118,101,67,111,111,107,105,101,80,97,110,101,108,0,16,0,18,35,69,85,95,67,111,111,107,105,101,95,77,101,115,115,97,103,101,0,16,0,10,35,69,85,95,99,111,111,107,105,101,0,16,0,9,35,69,85,99,111,111,107,105,101,0,16,0,15,35,69,85,99,111,111,107,105,101,66,97,110,110,101,114,0,16,0,17,35,69,85,99,111,111,107,105,101,83,116,97,116,109,101,110,116,0,16,0,23,35,69,110,99,117,114,105,111,71,100,112,114,83,101,99,117,114,105,116,121,66,97,114,0,16,0,14,35,69,117,67,111,111,107,105,101,66,97,114,45,56,0,16,0,14,35,69,117,67,111,111,107,105,101,66,108,111,99,107,0,16,0,16,35,69,117,67,111,111,107,105,101,76,97,119,70,111,114,109,0,16,0,14,35,69,118,97,115,116,101,95,98,111,116,116,111,109,0,16,0,11,35,70,84,95,67,111,111,107,105,101,115,0,16,0,14,35,70,111,111,116,101,114,45,67,111,111,107,105,101,0,16,0,40,35,70,111,111,116,101,114,49,95,67,111,111,107,105,101,80,111,112,117,112,49,95,112,110,108,68,105,115,99,108,97,105,109,101,114,80,111,112,117,112,0,16,0,41,35,70,111,111,116,101,114,49,95,99,67,111,111,107,105,101,80,111,112,85,112,49,95,112,110,108,68,105,115,99,108,97,105,109,101,114,80,111,112,117,112,0,16,0,13,35,70,111,111,116,101,114,67,111,111,107,105,101,0,16,0,20,35,70,111,111,116,101,114,95,99,111,111,107,105,101,76,97,119,66,111,120,0,16,0,14,35,70,111,114,98,111,116,67,111,111,107,105,101,115,0,16,0,30,35,70,111,114,109,76,97,121,111,117,116,95,67,111,111,107,105,101,87,97,114,110,105,110,103,80,97,110,101,108,0,16,0,11,35,70,114,115,116,67,107,115,68,105,118,0,16,0,23,35,71,67,85,67,111,111,107,105,101,80,111,108,105,99,121,87,97,114,110,105,110,103,0,16,0,25,35,71,68,80,82,45,97,99,99,101,112,116,68,105,97,108,111,103,87,114,97,112,112,101,114,0,16,0,11,35,71,68,80,82,45,97,108,101,114,116,0,16,0,19,35,71,68,80,82,45,99,111,110,115,101,110,116,45,97,108,101,114,116,0,16,0,20,35,71,68,80,82,45,99,111,111,107,105,101,115,45,110,111,116,105,99,101,0,16,0,16,35,71,68,80,82,65,108,101,114,116,66,97,110,110,101,114,0,16,0,12,35,71,68,80,82,67,111,110,115,101,110,116,0,16,0,15,35,71,68,80,82,67,111,110,115,101,110,116,66,97,114,0,16,0,28,35,71,68,80,82,67,111,110,115,101,110,116,77,97,110,97,103,101,114,67,111,110,116,97,105,110,101,114,0,16,0,19,35,71,68,80,82,67,111,110,115,101,110,116,79,118,101,114,108,97,121,0,16,0,11,35,71,68,80,82,67,111,111,107,105,101,0,16,0,14,35,71,68,80,82,67,111,111,107,105,101,66,111,120,0,16,0,21,35,71,68,80,82,67,111,111,107,105,101,68,105,115,99,108,97,105,109,101,114,0,16,0,18,35,71,68,80,82,67,111,111,107,105,101,68,105,115,112,108,97,121,0,16,0,8,35,71,68,80,82,68,105,118,0,16,0,11,35,71,68,80,82,70,111,111,116,101,114,0,16,0,10,35,71,68,80,82,77,111,100,97,108,0,16,0,19,35,71,68,80,82,80,111,112,117,112,67,111,110,116,97,105,110,101,114,0,16,0,12,35,71,68,80,82,95,67,79,79,75,73,69,0,16,0,10,35,71,68,80,82,95,72,105,110,116,0,16,0,19,35,71,68,80,82,95,77,97,105,110,67,111,110,116,97,105,110,101,114,0,16,0,11,35,71,68,80,82,95,98,108,111,99,107,0,16,0,13,35,71,68,80,82,95,119,97,114,110,105,110,103,0,16,0,10,35,71,68,80,82,112,111,112,117,112,0,16,0,10,35,71,68,80,82,116,111,97,115,116,0,16,0,9,35,71,70,83,116,105,99,107,121,0,16,0,19,35,71,77,73,95,80,114,105,118,97,99,121,95,80,111,108,105,99,121,0,16,0,25,35,71,82,85,45,99,111,111,107,105,101,115,45,97,108,101,114,116,45,105,102,114,97,109,101,0,16,0,12,35,71,99,67,111,111,107,105,101,66,111,120,0,16,0,5,35,71,100,112,114,0,16,0,12,35,71,100,112,114,45,112,111,108,105,99,121,0,16,0,17,35,71,100,112,114,67,111,111,107,105,101,66,97,110,110,101,114,0,16,0,18,35,71,100,112,114,67,111,111,107,105,101,77,101,115,115,97,103,101,0,16,0,12,35,71,100,112,114,69,121,101,98,114,111,119,0,16,0,39,35,71,101,110,101,114,105,99,116,111,112,109,101,110,117,49,95,83,101,114,118,105,99,101,77,101,110,117,49,95,80,110,108,67,111,111,107,105,101,0,16,0,14,35,71,105,98,115,111,110,80,114,105,118,97,99,121,0,16,0,19,35,71,108,111,98,97,108,67,111,111,107,105,101,66,97,110,110,101,114,0,16,0,18,35,71,111,100,66,108,101,115,115,69,85,67,111,111,107,105,101,115,0,16,0,17,35,71,114,105,116,116,101,114,67,111,110,116,97,105,110,101,114,0,16,0,13,35,71,114,117,85,105,87,114,97,112,112,101,114,0,16,0,26,35,72,67,69,67,111,111,107,105,101,77,97,110,97,103,101,114,67,111,110,116,97,105,110,101,114,0,16,0,15,35,72,70,83,95,67,111,111,107,105,101,72,105,110,116,0,16,0,17,35,72,70,83,95,67,111,111,107,105,101,72,105,110,116,66,103,0,16,0,17,35,72,71,76,67,111,111,107,105,101,87,97,114,110,105,110,103,0,16,0,37,35,72,101,97,100,101,114,95,67,111,111,107,105,101,115,76,101,103,97,99,121,95,112,110,67,111,111,107,105,101,115,76,101,103,97,99,121,0,16,0,36,35,72,101,97,100,101,114,95,72,101,97,100,101,114,95,99,116,108,48,48,95,99,111,111,107,105,101,68,105,115,99,108,97,109,101,114,0,16,0,20,35,72,111,108,100,101,114,70,111,114,67,111,111,107,105,101,73,110,102,111,0,16,0,25,35,72,111,110,101,121,119,101,108,108,69,85,67,111,111,107,105,101,45,66,97,110,110,101,114,0,16,0,16,35,73,66,84,67,111,111,107,105,101,80,111,108,105,99,121,0,16,0,19,35,73,67,85,115,101,114,67,111,111,107,105,101,95,98,108,111,99,107,0,16,0,12,35,73,68,82,111,100,111,80,111,112,85,112,0,16,0,18,35,73,68,95,68,73,86,95,71,68,80,82,95,65,76,69,82,84,0,16,0,21,35,73,76,78,98,97,114,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,16,0,16,35,73,76,78,99,111,111,107,105,101,66,97,110,110,101,114,0,16,0,37,35,73,77,95,99,108,111,115,101,95,99,111,111,107,105,101,95,110,111,116,105,102,105,99,97,116,105,111,110,95,119,114,97,112,112,101,114,0,16,0,20,35,73,78,95,99,111,111,107,105,101,98,97,114,119,114,97,112,112,101,114,0,16,0,22,35,73,100,66,97,110,110,101,114,65,99,99,101,112,116,80,114,105,118,97,99,121,0,16,0,11,35,73,110,102,111,67,111,111,107,105,101,0,16,0,14,35,73,110,102,111,67,111,111,107,105,101,84,108,111,0,16,0,19,35,73,110,102,111,114,109,97,99,106,97,79,67,111,111,107,105,101,115,0,16,0,19,35,73,110,102,111,114,109,97,116,105,111,110,67,111,111,107,105,101,115,0,16,0,18,35,73,110,102,111,114,109,97,116,105,118,97,67,111,111,107,105,101,0,16,0,17,35,74,68,67,111,111,107,105,101,78,111,116,105,102,105,101,114,0,16,0,20,35,74,77,95,67,111,111,107,105,101,95,67,111,110,116,97,105,110,101,114,0,16,0,15,35,74,77,95,99,111,111,107,105,101,108,97,121,101,114,0,16,0,20,35,74,79,73,83,72,57,56,55,95,98,97,114,95,104,111,108,100,101,114,0,16,0,21,35,74,83,69,87,45,99,111,111,107,105,101,68,101,116,101,99,116,105,111,110,0,16,0,25,35,74,83,95,99,111,111,107,105,101,115,76,97,119,65,99,99,101,112,116,97,116,105,111,110,0,16,0,13,35,74,83,99,111,111,107,105,101,73,110,102,111,0,16,0,18,35,75,66,66,67,111,111,107,105,101,78,111,116,105,102,105,101,114,0,16,0,10,35,75,80,78,67,111,111,107,105,101,0,16,0,11,35,75,80,78,95,99,111,111,107,105,101,0,16,0,16,35,75,83,67,111,111,107,105,101,67,111,110,115,101,110,116,0,16,0,26,35,75,101,116,111,68,105,101,116,79,122,45,112,114,111,45,99,111,111,107,105,101,45,105,102,121,0,16,0,26,35,75,105,115,105,115,101,108,86,101,114,105,108,101,114,105,110,75,111,114,117,110,109,97,115,105,0,16,0,25,35,75,108,105,99,107,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,100,105,118,0,16,0,11,35,76,66,95,99,111,111,107,105,101,115,0,16,0,11,35,76,67,111,111,107,105,101,66,97,114,0,16,0,5,35,76,71,80,68,0,16,0,15,35,76,71,80,68,100,105,115,99,108,97,105,109,101,114,0,16,0,20,35,76,83,67,111,111,107,105,101,80,111,108,105,99,121,80,111,112,117,112,0,16,0,16,35,76,97,98,48,99,111,111,107,105,101,95,112,114,101,115,0,16,0,19,35,76,97,98,101,108,65,110,122,101,105,103,101,67,111,111,107,105,101,0,16,0,13,35,76,101,103,97,108,67,111,111,107,105,101,115,0,16,0,20,35,76,101,103,97,108,115,67,111,111,107,105,101,72,105,110,119,101,105,115,0,16,0,12,35,76,108,101,105,67,111,111,107,105,101,115,0,16,0,14,35,76,111,103,103,105,110,103,67,111,111,107,105,101,0,16,0,23,35,77,65,70,73,65,68,79,67,67,79,77,95,99,111,111,107,105,101,95,98,111,120,0,16,0,19,35,77,67,99,111,111,107,105,101,67,104,111,105,99,101,73,110,102,111,0,16,0,16,35,77,68,67,77,83,67,111,111,107,105,101,78,111,116,101,0,16,0,11,35,77,79,68,65,76,95,108,103,112,100,0,16,0,16,35,77,83,111,102,116,67,111,111,107,105,101,87,97,114,110,0,16,0,16,35,77,95,99,111,111,107,105,101,87,97,114,110,105,110,103,0,16,0,17,35,77,97,105,110,67,111,111,107,105,101,66,97,110,110,101,114,0,16,0,12,35,77,97,105,110,67,111,111,107,105,101,115,0,16,0,31,35,77,97,110,97,103,101,98,97,115,101,95,67,111,111,107,105,101,66,97,114,95,67,111,110,116,97,105,110,101,114,0,16,0,26,35,77,101,109,111,71,97,100,103,101,116,67,111,111,107,105,101,98,111,116,68,105,97,108,111,103,0,16,0,27,35,77,101,110,115,97,106,101,67,111,109,112,114,117,101,98,97,67,111,111,107,105,101,83,105,116,101,0,16,0,34,35,77,101,110,115,97,106,101,67,111,109,112,114,117,101,98,97,67,111,111,107,105,101,83,105,116,101,84,101,97,108,105,117,109,0,16,0,14,35,77,101,115,115,97,103,101,67,111,111,107,105,101,0,16,0,24,35,77,101,115,115,97,103,101,73,110,102,111,95,112,97,110,101,108,67,111,111,107,105,101,0,16,0,19,35,77,111,100,97,108,45,99,111,111,107,105,101,45,97,108,101,114,116,0,16,0,10,35,77,115,103,67,111,111,107,105,101,0,16,0,11,35,77,115,106,67,111,111,107,105,101,115,0,16,0,15,35,78,74,73,45,69,109,101,97,67,111,111,107,105,101,0,16,0,16,35,78,76,67,95,111,112,97,113,117,101,76,97,121,101,114,0,16,0,14,35,78,76,67,95,116,101,120,116,76,97,121,101,114,0,16,0,26,35,78,88,79,84,111,111,108,95,97,117,116,104,111,114,105,122,101,95,99,111,111,107,105,101,115,0,16,0,13,35,78,101,116,115,78,79,67,111,111,107,105,101,0,16,0,12,35,78,111,116,97,67,111,111,107,105,101,115,0,16,0,16,35,78,111,116,105,102,105,99,97,95,99,111,111,107,105,101,0,16,0,23,35,78,111,116,105,102,105,99,97,116,105,111,110,66,97,114,95,99,111,111,107,105,101,0,16,0,8,35,79,98,115,67,110,105,108,0,16,0,10,35,79,107,67,111,111,107,105,101,115,0,16,0,21,35,79,107,110,111,87,105,97,100,111,109,111,115,99,105,67,111,111,107,105,101,0,16,0,28,35,80,65,99,111,111,107,105,101,115,95,99,111,110,115,101,110,116,95,99,111,110,116,97,105,110,101,114,0,16,0,12,35,80,67,99,111,111,107,105,101,66,97,114,0,16,0,25,35,80,67,111,110,115,101,110,116,105,109,101,110,116,111,45,67,111,110,116,97,105,110,101,114,0,16,0,9,35,80,76,67,111,111,107,105,101,0,16,0,21,35,80,76,95,99,111,110,116,97,105,110,101,114,95,99,111,111,107,105,101,115,0,16,0,9,35,80,80,99,111,111,107,105,101,0,16,0,18,35,80,97,103,101,67,111,111,107,105,101,87,97,114,110,105,110,103,0,16,0,24,35,80,97,110,101,108,67,111,111,107,105,101,78,111,116,105,102,105,99,97,116,105,111,110,0,16,0,19,35,80,97,110,101,108,67,111,111,107,105,101,79,118,101,114,108,97,121,0,16,0,13,35,80,97,110,101,108,67,111,111,107,105,101,115,0,16,0,12,35,80,97,118,101,67,111,111,107,105,101,115,0,16,0,20,35,80,101,114,115,111,110,97,108,68,97,116,97,73,110,102,111,66,97,114,0,16,0,14,35,80,105,112,101,114,45,67,111,110,115,101,110,116,0,16,0,26,35,80,108,97,121,67,111,111,107,105,101,73,110,102,111,114,109,97,116,105,111,110,82,111,111,116,0,16,0,10,35,80,110,108,67,111,111,107,105,101,0,16,0,16,35,80,110,108,80,114,105,118,97,99,121,65,108,101,114,116,0,16,0,26,35,80,111,108,105,116,121,107,97,80,114,121,119,97,116,110,111,115,99,105,67,111,111,107,105,101,0,16,0,12,35,80,111,112,85,112,67,111,111,107,105,101,0,16,0,13,35,80,111,112,85,112,67,111,111,107,105,101,115,0,16,0,22,35,80,111,112,117,112,67,111,111,107,105,101,115,67,111,110,116,97,105,110,101,114,0,16,0,14,35,80,114,105,118,97,99,121,66,97,110,110,101,114,0,16,0,26,35,80,114,105,118,97,99,121,73,110,102,111,114,109,97,116,105,111,110,67,111,110,115,101,110,116,0,16,0,20,35,80,114,105,118,97,99,121,80,111,108,105,99,121,66,97,110,110,101,114,0,16,0,17,35,80,114,105,118,97,99,121,80,111,108,105,99,121,66,97,114,0,16,0,13,35,80,114,105,118,97,99,121,80,111,112,117,112,0,16,0,15,35,80,114,105,118,97,99,121,87,97,114,110,105,110,103,0,16,0,14,35,80,114,105,118,97,99,121,95,80,111,112,117,112,0,16,0,21,35,80,114,111,100,117,99,116,95,99,111,111,107,105,101,115,45,119,114,97,112,0,16,0,26,35,81,85,85,82,99,111,111,107,105,101,68,105,115,99,108,111,115,117,114,101,79,117,116,101,114,0,16,0,34,35,82,66,95,82,101,97,99,116,95,67,111,109,112,111,110,101,110,116,95,67,111,111,107,105,101,66,97,110,110,101,114,95,52,0,16,0,5,35,82,71,80,68,0,16,0,19,35,82,73,69,85,45,97,99,99,101,112,116,67,111,111,107,105,101,115,0,16,0,16,35,82,82,90,69,76,101,103,97,108,66,97,110,110,101,114,0,16,0,22,35,82,97,101,101,114,71,111,111,103,108,101,67,111,111,107,105,101,115,66,111,120,0,16,0,24,35,82,111,100,111,78,111,116,105,102,105,99,97,116,105,111,110,87,114,97,112,112,101,114,0,16,0,15,35,82,111,111,116,67,111,111,107,105,101,84,111,111,108,0,16,0,49,35,82,111,119,49,95,67,111,108,117,109,110,49,95,67,101,108,108,49,95,67,111,111,107,105,101,83,101,116,116,105,110,103,115,95,67,111,111,107,105,101,83,101,116,116,105,110,103,115,0,16,0,18,35,83,66,83,45,99,111,111,107,105,101,45,119,105,100,103,101,116,0,16,0,11,35,83,67,45,99,111,111,107,105,101,115,0,16,0,20,35,83,67,75,95,77,97,120,105,109,105,122,101,100,66,97,110,110,101,114,0,16,0,14,35,83,72,49,51,53,45,67,79,79,75,73,69,83,0,16,0,17,35,83,82,80,95,67,111,111,107,105,101,95,66,97,114,114,101,0,16,0,13,35,83,86,68,118,51,95,99,111,111,107,105,101,0,16,0,22,35,83,87,67,67,51,95,67,111,111,107,105,101,76,97,119,66,97,110,110,101,114,0,16,0,13,35,83,95,99,111,111,107,105,101,95,98,111,120,0,16,0,14,35,83,103,67,111,111,107,105,101,79,112,116,105,110,0,16,0,11,35,83,104,111,119,67,111,111,107,105,101,0,16,0,36,35,83,105,116,101,73,110,102,111,66,97,110,110,101,114,91,100,97,116,97,45,99,111,111,107,105,101,45,99,104,101,99,107,101,114,93,0,16,0,35,35,83,105,116,101,77,97,115,116,101,114,80,97,103,101,95,117,112,100,67,111,111,107,105,101,68,105,115,99,108,97,105,109,101,114,0,16,0,18,35,83,116,67,111,111,107,105,101,83,116,121,108,101,45,98,97,114,0,16,0,23,35,83,116,97,110,100,79,117,116,67,111,111,107,105,101,95,67,111,110,115,101,110,116,0,16,0,26,35,83,116,105,99,107,121,67,111,111,107,105,101,45,99,111,111,107,105,101,83,116,105,99,107,121,0,16,0,17,35,83,119,79,118,101,114,108,97,121,67,111,111,107,105,101,115,0,16,0,14,35,84,67,67,73,110,102,111,67,111,111,107,105,101,0,16,0,43,35,84,78,84,112,97,103,101,67,111,110,116,101,110,116,80,108,97,99,101,72,111,108,100,101,114,95,112,110,108,67,111,111,107,105,101,77,101,115,115,97,103,101,0,16,0,11,35,84,111,83,80,80,65,108,101,114,116,0,16,0,10,35,84,111,85,95,102,108,111,97,116,0,16,0,21,35,85,67,67,111,111,107,105,101,115,95,112,110,108,95,99,111,111,107,105,101,0,16,0,17,35,85,73,70,111,111,116,101,114,45,99,111,110,115,101,110,116,0,16,0,16,35,85,75,67,111,111,107,105,101,87,97,114,110,105,110,103,0,16,0,10,35,86,80,95,99,111,111,107,105,101,0,16,0,23,35,86,98,115,70,111,111,116,101,114,95,67,111,111,107,105,101,80,97,110,101,108,49,0,16,0,19,35,86,105,97,116,111,67,111,111,107,105,101,67,111,110,115,101,110,116,0,16,0,24,35,86,105,110,101,67,111,111,107,105,101,67,111,110,115,101,110,116,80,97,114,101,110,116,0,16,0,18,35,87,67,80,99,111,111,107,105,101,66,97,110,110,101,114,73,100,0,16,0,15,35,87,80,45,99,111,111,107,105,101,45,105,110,102,111,0,16,0,12,35,87,84,67,111,111,107,105,101,68,105,118,0,16,0,42,35,87,97,114,110,105,110,103,87,101,65,114,101,85,115,105,110,103,67,111,111,107,105,101,115,83,119,101,101,116,83,119,101,101,116,67,111,111,107,105,101,115,0,16,0,13,35,87,101,85,115,101,67,111,111,107,105,101,115,0,16,0,20,35,87,101,85,115,101,67,111,111,107,105,101,115,68,101,115,107,116,111,112,0,16,0,23,35,87,112,97,67,111,111,107,105,101,80,114,105,118,97,99,121,80,111,108,105,99,121,0,16,0,19,35,89,111,117,114,67,111,111,107,105,101,83,101,116,116,105,110,103,115,0,16,0,15,35,95,67,111,111,107,105,101,67,111,110,115,101,110,116,0,16,0,21,35,95,67,111,111,107,105,101,67,111,110,115,101,110,116,65,99,99,101,112,116,0,16,0,12,35,95,67,111,111,107,105,101,84,101,120,116,0,16,0,10,35,95,68,73,86,95,67,79,79,75,0,16,0,9,35,95,69,65,80,77,46,84,67,0,16,0,18,35,95,95,67,111,111,107,105,101,67,111,110,116,97,105,110,101,114,0,16,0,15,35,95,95,97,103,114,101,101,109,101,110,116,66,97,114,0,16,0,25,35,95,95,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,119,114,97,112,112,101,114,0,16,0,16,35,95,95,99,111,111,107,105,101,77,101,115,115,97,103,101,0,16,0,17,35,95,95,99,111,111,107,105,101,95,99,111,110,115,101,110,116,0,16,0,12,35,95,95,99,111,111,107,105,101,109,115,103,0,16,0,11,35,95,95,99,111,111,107,105,101,115,95,0,16,0,12,35,95,95,99,111,111,107,105,101,115,95,95,0,16,0,21,35,95,95,102,114,95,99,111,111,107,105,101,95,110,111,116,105,102,105,101,114,0,16,0,12,35,95,95,105,99,45,110,111,116,105,99,101,0,16,0,13,35,95,95,108,111,97,100,67,111,111,107,105,101,0,16,0,28,35,95,95,110,100,99,99,95,99,111,111,107,105,101,73,109,112,108,105,101,100,67,111,110,115,101,110,116,0,16,0,36,35,95,95,110,100,99,99,95,99,111,111,107,105,101,73,109,112,108,105,101,100,67,111,110,115,101,110,116,66,97,99,107,100,114,111,112,0,16,0,20,35,95,95,110,116,107,95,98,97,110,110,101,114,95,99,111,111,107,105,101,0,16,0,12,35,95,95,112,98,45,99,111,111,107,105,101,0,16,0,37,35,95,95,115,104,111,112,119,105,114,101,100,95,99,111,110,115,101,110,116,95,99,111,111,107,105,101,95,99,111,110,116,97,105,110,101,114,0,16,0,37,35,95,95,115,104,111,112,119,105,114,101,100,95,99,111,111,107,105,101,95,99,111,110,115,101,110,116,95,99,111,110,116,97,105,110,101,114,0,16,0,20,35,95,95,116,101,97,108,105,117,109,68,78,83,95,98,97,110,110,101,114,0,16,0,23,35,95,95,116,101,97,108,105,117,109,73,109,112,108,105,99,105,116,109,111,100,97,108,0,16,0,18,35,95,95,116,114,97,99,101,117,114,115,95,119,105,100,103,101,116,0,16,0,10,35,95,95,117,115,114,112,108,99,121,0,16,0,15,35,95,97,118,118,105,115,111,95,99,111,111,107,105,101,0,16,0,11,35,95,99,99,95,98,97,110,110,101,114,0,16,0,22,35,95,99,111,111,107,105,101,67,111,110,115,101,110,116,87,114,97,112,112,101,114,0,16,0,18,35,95,99,111,111,107,105,101,77,101,115,115,97,103,101,68,105,118,0,16,0,23,35,95,99,111,111,107,105,101,78,111,116,105,102,105,99,97,116,105,111,110,66,97,114,0,16,0,13,35,95,99,111,111,107,105,101,80,111,112,117,112,0,16,0,15,35,95,99,111,111,107,105,101,95,98,97,110,110,101,114,0,16,0,20,35,95,99,111,111,107,105,101,95,109,101,115,115,97,103,101,95,98,97,114,0,16,0,20,35,95,99,111,111,107,105,101,95,115,99,114,105,112,116,95,104,97,114,100,0,16,0,24,35,95,99,111,111,107,105,101,95,115,99,114,105,112,116,95,115,101,116,116,105,110,103,115,0,16,0,28,35,95,99,111,111,107,105,101,95,115,99,114,105,112,116,95,115,109,97,108,108,95,111,112,101,110,101,114,0,16,0,13,35,95,99,111,111,107,105,101,97,108,101,114,116,0,16,0,14,35,95,99,111,111,107,105,101,98,97,110,110,101,114,0,16,0,25,35,95,99,111,111,107,105,101,98,97,110,110,101,114,45,111,112,116,45,105,110,45,111,117,116,0,16,0,14,35,95,99,111,111,107,105,101,110,111,116,105,99,101,0,16,0,17,35,95,99,111,111,107,105,101,115,45,111,118,101,114,108,97,121,0,16,0,15,35,95,99,111,111,107,105,101,115,45,112,111,112,117,112,0,16,0,14,35,95,99,111,111,107,105,101,115,95,105,110,102,111,0,16,0,18,35,95,99,116,108,48,95,112,111,112,95,117,112,95,99,110,105,108,0,16,0,12,35,95,101,118,104,45,98,117,116,116,111,110,0,16,0,9,35,95,101,118,104,45,114,105,99,0,16,0,24,35,95,101,118,105,100,111,110,45,98,97,114,114,105,101,114,45,119,114,97,112,112,101,114,0,16,0,15,35,95,101,118,105,100,111,110,95,98,97,110,110,101,114,0,16,0,10,35,95,103,100,112,114,95,98,111,120,0,16,0,22,35,95,103,104,111,115,116,101,114,121,45,109,101,115,115,97,103,101,45,114,111,119,0,16,0,14,35,95,105,112,104,95,99,112,95,112,111,112,117,112,0,16,0,19,35,95,108,99,109,115,95,98,97,110,101,114,67,111,111,107,105,101,115,0,16,0,14,35,95,110,76,111,97,100,67,111,111,107,105,101,115,0,16,0,25,35,95,111,114,107,108,97,45,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,0,16,0,15,35,95,112,114,99,121,95,105,110,102,111,95,98,97,114,0,16,0,33,35,95,115,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,45,99,111,110,116,97,105,110,101,114,0,16,0,25,35,95,117,98,117,110,116,117,45,105,116,95,99,111,111,107,105,101,95,112,111,108,105,99,121,0,16,0,9,35,97,45,99,111,111,107,105,101,0,16,0,26,35,97,50,53,45,67,84,85,79,67,45,99,111,111,107,105,101,115,45,119,97,114,110,105,110,103,0,16,0,10,35,97,51,95,99,111,111,107,105,101,0,16,0,18,35,97,51,112,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,16,0,18,35,97,56,99,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,16,0,13,35,97,97,45,99,111,111,107,105,101,98,97,114,0,16,0,15,35,97,97,67,111,111,107,105,101,66,97,110,110,101,114,0,16,0,18,35,97,97,95,112,114,105,118,97,99,121,95,109,111,100,117,108,101,0,16,0,17,35,97,98,45,99,111,111,107,105,101,45,97,100,118,105,99,101,0,16,0,16,35,97,98,45,99,111,111,107,105,101,109,111,100,117,108,101,0,16,0,20,35,97,98,45,99,111,111,107,105,101,109,111,100,117,108,101,45,111,112,99,0,16,0,15,35,97,98,49,95,99,111,111,107,105,101,95,98,97,114,0,16,0,18,35,97,98,98,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,16,0,9,35,97,98,101,45,103,100,112,114,0,16,0,14,35,97,98,111,117,116,45,99,111,111,107,105,101,115,0,16,0,18,35,97,98,111,117,116,67,111,111,107,105,101,70,111,111,116,101,114,0,16,0,20,35,97,98,111,117,116,67,111,111,107,105,101,85,115,97,103,101,66,111,120,0,16,0,14,35,97,98,111,117,116,95,99,111,111,107,105,101,115,0,16,0,13,35,97,98,111,117,116,99,111,111,107,105,101,115,0,16,0,23,35,97,98,115,111,108,117,116,101,45,99,111,111,107,105,101,115,45,112,97,110,101,108,0,16,0,18,35,97,98,119,95,99,111,110,115,101,110,116,98,97,110,110,101,114,0,16,0,14,35,97,99,95,99,111,111,107,105,101,95,98,97,114,0,16,0,16,35,97,99,95,99,111,111,107,105,101,98,97,110,110,101,114,0,16,0,21,35,97,99,95,99,111,111,107,105,101,115,118,97,108,105,100,97,116,105,111,110,0,16,0,11,35,97,99,98,45,98,97,110,110,101,114,0,16,0,18,35,97,99,99,101,112,116,45,99,111,111,107,105,101,45,98,97,114,0,16,0,18,35,97,99,99,101,112,116,45,99,111,111,107,105,101,45,98,111,120,0,16,0,33,35,97,99,99,101,112,116,45,99,111,111,107,105,101,45,99,111,109,112,108,105,97,110,99,101,45,115,101,99,116,105,111,110,0,16,0,22,35,97,99,99,101,112,116,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,0,16,0,25,35,97,99,99,101,112,116,45,99,111,111,107,105,101,45,112,101,114,109,105,115,115,105,111,110,0,16,0,22,35,97,99,99,101,112,116,45,99,111,111,107,105,101,45,119,114,97,112,112,101,114,0,16,0,22,35,97,99,99,101,112,116,45,99,111,111,107,105,101,115,45,98,97,110,110,101,114,0,16,0,19,35,97,99,99,101,112,116,45,99,111,111,107,105,101,115,45,98,97,114,0,16,0,21,35,97,99,99,101,112,116,45,99,111,111,107,105,101,115,45,98,108,111,99,107,0,16,0,19,35,97,99,99,101,112,116,45,99,111,111,107,105,101,115,45,100,105,118,0,16,0,19,35,97,99,99,101,112,116,45,99,111,111,107,105,101,115,45,109,115,103,0,16,0,22,35,97,99,99,101,112,116,45,99,111,111,107,105,101,115,45,110,111,116,105,99,101,0,16,0,26,35,97,99,99,101,112,116,45,99,111,111,107,105,101,115,45,114,101,103,117,108,97,116,105,111,110,0,16,0,18,35,97,99,99,101,112,116,45,117,115,101,45,99,111,111,107,105,101,0,16,0,13,35,97,99,99,101,112,116,67,111,111,107,105,101,0,16,0,18,35,97,99,99,101,112,116,67,111,111,107,105,101,65,108,101,114,116,0,16,0,19,35,97,99,99,101,112,116,67,111,111,107,105,101,66,97,110,110,101,114,0,16,0,16,35,97,99,99,101,112,116,67,111,111,107,105,101,66,97,114,0,16,0,22,35,97,99,99,101,112,116,67,111,111,107,105,101,67,111,110,116,97,105,110,101,114,0,16,0,16,35,97,99,99,101,112,116,67,111,111,107,105,101,68,105,118,0,16,0,16,35,97,99,99,101,112,116,67,111,111,107,105,101,77,101,103,0,16,0,18,35,97,99,99,101,112,116,67,111,111,107,105,101,77,111,100,97,108,0,16,0,26,35,97,99,99,101,112,116,67,111,111,107,105,101,77,111,100,97,108,84,101,109,112,108,97,116,101,0,16,0,20,35,97,99,99,101,112,116,67,111,111,107,105,101,79,118,101,114,108,97,121,0,16,0,15,35,97,99,99,101,112,116,67,111,111,107,105,101,80,71,0,16,0,19,35,97,99,99,101,112,116,67,111,111,107,105,101,80,111,108,105,99,121,0,16,0,24,35,97,99,99,101,112,116,67,111,111,107,105,101,80,111,108,105,99,121,80,111,112,117,112,0,16,0,14,35,97,99,99,101,112,116,67,111,111,107,105,101,115,0,16,0,17,35,97,99,99,101,112,116,67,111,111,107,105,101,115,66,97,114,0,16,0,17,35,97,99,99,101,112,116,67,111,111,107,105,101,115,66,111,120,0,16,0,23,35,97,99,99,101,112,116,67,111,111,107,105,101,115,67,111,110,116,97,105,110,101,114,0,16,0,17,35,97,99,99,101,112,116,67,111,111,107,105,101,115,68,105,118,0,16,0,18,35,97,99,99,101,112,116,67,111,111,107,105,101,115,70,111,114,109,0,16,0,20,35,97,99,99,101,112,116,67,111,111,107,105,101,115,72,111,108,100,101,114,0,16,0,16,35,97,99,99,101,112,116,67,111,111,107,105,101,115,73,100,0,16,0,18,35,97,99,99,101,112,116,67,111,111,107,105,101,115,73,110,102,111,0,16,0,19,35,97,99,99,101,112,116,67,111,111,107,105,101,115,80,97,110,101,108,0,16,0,17,35,97,99,99,101,112,116,67,111,111,107,105,101,115,80,111,112,0,16,0,18,35,97,99,99,101,112,116,67,111,111,107,105,101,115,84,101,120,116,0,16,0,21,35,97,99,99,101,112,116,67,111,111,107,105,101,115,87,114,97,112,112,101,114,0,16,0,28,35,97,99,99,101,112,116,84,114,97,99,107,105,110,103,67,111,111,107,105,101,87,114,97,112,112,101,114,0,16,0,21,35,97,99,99,101,112,116,85,115,101,114,69,120,112,101,114,105,101,110,99,101,0,16,0,14,35,97,99,99,101,112,116,95,67,111,111,107,105,101,0,16,0,13,35,97,99,99,101,112,116,95,97,103,114,101,101,0,16,0,14,35,97,99,99,101,112,116,95,99,111,111,107,105,101,0,16,0,18,35,97,99,99,101,112,116,95,99,111,111,107,105,101,95,98,111,120,0,16,0,20,35,97,99,99,101,112,116,95,99,111,111,107,105,101,95,109,111,100,97,108,0,16,0,22,35,97,99,99,101,112,116,95,99,111,111,107,105,101,95,111,118,101,114,108,97,121,0,16,0,21,35,97,99,99,101,112,116,95,99,111,111,107,105,101,95,119,105,100,103,101,116,0,16,0,21,35,97,99,99,101,112,116,95,99,111,111,107,105,101,95,119,105,110,100,111,119,0,16,0,22,35,97,99,99,101,112,116,95,99,111,111,107,105,101,95,119,114,97,112,112,101,114,0,16,0,15,35,97,99,99,101,112,116,95,99,111,111,107,105,101,115,0,16,0,22,35,97,99,99,101,112,116,95,99,111,111,107,105,101,115,95,98,97,110,110,101,114,0,16,0,26,35,97,99,99,101,112,116,95,99,111,111,107,105,101,115,95,99,111,110,116,95,111,117,116,101,114,0,16,0,19,35,97,99,99,101,112,116,95,99,111,111,107,105,101,115,95,100,105,118,0,16,0,23,35,97,99,99,101,112,116,95,99,111,111,107,105,101,115,95,109,101,115,115,97,103,101,0,16,0,24,35,97,99,99,101,112,116,97,110,99,101,45,99,111,111,107,105,101,45,109,111,100,97,108,0,16,0,22,35,97,99,99,101,112,116,97,110,99,101,95,111,102,95,99,111,111,107,105,101,115,0,16,0,13,35,97,99,99,101,112,116,99,111,111,107,105,101,0,16,0,18,35,97,99,99,101,112,116,99,111,111,107,105,101,97,108,101,114,116,0,16,0,14,35,97,99,99,101,112,116,99,111,111,107,105,101,115,0,16,0,21,35,97,99,99,101,112,116,99,111,111,107,105,101,115,87,114,97,112,112,101,114,0,16,0,21,35,97,99,99,101,112,116,99,111,111,107,105,101,115,119,114,97,112,112,101,114,0,16,0,15,35,97,99,99,101,112,116,101,67,111,111,107,105,101,115,0,16,0,16,35,97,99,99,101,112,116,101,95,99,111,111,107,105,101,115,0,16,0,16,35,97,99,99,101,112,116,101,100,67,111,111,107,105,101,115,0,16,0,17,35,97,99,99,101,112,116,101,100,95,99,111,111,107,105,101,115,0,16,0,15,35,97,99,99,101,112,116,101,114,67,111,111,107,105,101,0,16,0,16,35,97,99,99,101,112,116,101,114,67,111,111,107,105,101,115,0,16,0,24,35,97,99,99,101,115,115,105,116,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,16,0,15,35,97,99,99,101,116,116,97,95,99,111,111,107,105,101,0,16,0,16,35,97,99,99,101,116,116,97,95,99,111,111,107,105,101,115,0,16,0,22,35,97,99,99,101,116,116,97,122,105,111,110,101,67,111,111,107,105,101,67,110,116,0,16,0,19,35,97,99,99,110,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,16,0,14,35,97,99,101,105,116,97,67,111,111,107,105,101,115,0,16,0,18,35,97,99,101,112,116,97,99,105,111,110,99,111,111,107,105,101,115,0,16,0,14,35,97,99,101,112,116,97,114,67,111,111,107,105,101,0,16,0,16,35,97,99,101,112,116,97,114,95,99,111,111,107,105,101,115,0,16,0,14,35,97,99,101,112,116,97,114,99,111,111,107,105,101,0,16,0,21,35,97,99,101,112,116,97,114,99,111,111,107,105,101,115,95,102,111,110,100,111,0,16,0,16,35,97,99,107,99,111,111,107,105,101,45,112,111,112,117,112,0,16,0,34,35,97,99,107,110,111,119,108,101,100,103,101,67,111,111,107,105,101,115,65,110,100,80,114,105,118,97,99,121,77,111,100,97,108,0,16,0,20,35,97,99,107,110,111,119,108,101,100,103,101,95,99,111,111,107,105,101,115,0,16,0,12,35,97,99,109,112,45,111,112,116,45,105,110,0,16,0,9,35,97,99,110,95,99,111,111,107,0,16,0,14,35,97,99,111,111,107,46,112,114,105,118,97,99,121,0,16,0,8,35,97,99,111,111,107,105,101,0,16,0,9,35,97,99,111,111,107,105,101,115,0,16,0,13,35,97,99,111,111,107,105,101,115,82,111,111,116,0,16,0,40,35,97,99,114,105,115,45,45,99,111,111,107,105,101,45,112,101,114,109,105,115,115,105,111,110,45,45,109,111,100,97,108,45,111,118,101,114,108,97,121,0,16,0,36,35,97,99,114,105,115,45,45,112,97,103,101,45,119,114,97,112,45,45,99,111,111,107,105,101,45,112,101,114,109,105,115,115,105,111,110,0,16,0,27,35,97,99,114,105,115,95,99,111,111,107,105,101,95,112,114,105,118,97,99,121,95,112,111,112,117,112,0,16,0,20,35,97,99,117,97,114,101,108,97,45,99,111,111,107,105,101,45,98,97,114,0,16,0,13,35,97,100,45,99,111,111,107,105,101,66,97,114,0,16,0,28,35,97,100,99,95,97,118,105,115,111,95,99,111,111,107,105,101,115,95,98,97,114,95,115,116,121,108,101,0,16,0,10,35,97,100,99,111,111,107,105,101,115,0,16,0,17,35,97,100,100,67,111,111,107,105,101,66,97,114,73,110,102,111,0,16,0,13,35,97,100,105,109,111,45,99,111,111,107,105,101,0,16,0,24,35,97,100,109,111,114,114,105,115,45,99,111,111,107,105,101,45,119,114,97,112,112,101,114,0,16,0,19,35,97,100,115,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,16,0,10,35,97,100,115,99,111,111,107,105,101,0,16,0,23,35,97,100,115,101,110,115,101,45,99,111,110,115,116,101,110,116,45,109,111,100,97,108,0,16,0,23,35,97,100,115,105,109,112,108,101,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,16,0,16,35,97,100,116,111,110,105,113,45,109,115,103,45,98,97,114,0,16,0,18,35,97,100,117,108,116,45,97,110,100,45,99,111,111,107,105,101,115,0,16,0,11,35,97,100,118,95,99,111,111,107,105,101,0,16,0,12,35,97,100,118,95,99,111,111,107,105,101,115,0,16,0,22,35,97,100,118,101,114,116,105,115,101,109,101,110,116,45,99,111,111,107,105,101,115,0,16,0,20,35,97,100,118,103,100,112,114,112,111,112,105,110,45,103,108,111,98,97,108,0,16,0,14,35,97,100,118,105,99,101,67,111,111,107,105,101,115,0,16,0,14,35,97,100,118,105,115,101,67,111,111,107,105,101,115,0,16,0,20,35,97,100,118,109,99,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,16,0,13,35,97,101,45,99,111,111,107,105,101,98,97,114,0,16,0,21,35,97,101,45,114,117,45,112,114,105,118,97,99,121,45,98,97,110,110,101,114,0,16,0,18,35,97,101,103,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,16,0,11,35,97,101,117,99,108,46,115,104,111,119,0,16,0,17,35,97,102,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,16,0,23,35,97,102,67,111,111,107,105,101,67,111,110,116,114,111,108,45,110,111,116,105,99,101,0,16,0,21,35,97,102,67,111,111,107,105,101,67,111,110,116,114,111,108,45,115,104,111,119,0,16,0,15,35,97,102,95,99,111,111,107,105,101,115,45,98,97,114,0,16,0,19,35,97,102,102,105,99,104,101,66,97,110,100,101,97,117,82,103,112,100,0,16,0,10,35,97,103,97,110,95,103,100,112,114,0,16,0,21,35,97,103,114,101,101,45,116,111,45,117,115,101,45,99,111,111,107,105,101,115,0,16,0,19,35,97,103,114,101,101,45,119,105,116,104,45,99,111,111,107,105,101,115,0,16,0,12,35,97,103,114,101,101,67,111,111,107,105,101,0,16,0,19,35,97,103,114,101,101,78,111,116,105,99,101,87,114,97,112,112,101,114,0,16,0,17,35,97,103,114,101,101,87,105,116,104,67,111,111,107,105,101,115,0,16,0,17,35,97,103,114,101,101,95,99,111,111,107,105,101,95,100,105,118,0,16,0,14,35,97,103,114,101,101,95,99,111,111,107,105,101,115,0,16,0,21,35,97,103,114,101,101,95,112,114,105,118,97,99,121,95,112,111,108,105,99,121,0,16,0,13,35,97,103,114,101,101,99,111,111,107,105,101,115,0,16,0,17,35,97,103,114,101,101,109,101,110,116,80,114,105,118,97,99,121,0,16,0,26,35,97,103,114,105,111,95,99,111,111,107,105,101,95,110,111,116,105,102,105,99,97,116,105,111,110,0,16,0,19,35,97,104,104,103,45,99,111,111,107,105,101,45,98,117,116,116,111,110,0,16,0,19,35,97,104,104,103,45,99,111,111,107,105,101,45,119,105,110,100,111,119,0,16,0,19,35,97,105,97,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,16,0,17,35,97,105,100,97,45,99,111,111,107,105,101,115,45,98,97,114,0,16,0,13,35,97,105,103,110,101,115,99,111,111,107,105,101,0,16,0,23,35,97,105,111,45,103,100,112,114,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,16,0,19,35,97,106,97,120,67,111,111,107,105,101,115,77,101,115,115,97,103,101,0,16,0,27,35,97,106,97,120,83,116,121,108,101,74,97,109,67,111,111,107,105,101,115,77,101,115,115,97,103,101,0,16,0,28,35,97,106,97,120,95,99,111,111,107,105,101,115,95,117,115,97,103,101,95,97,112,112,114,111,118,97,108,0,16,0,19,35,97,107,99,101,112,116,97,99,106,97,95,99,111,111,107,105,101,115,0,16,0,13,35,97,107,99,101,112,116,99,111,111,107,105,101,0,16,0,21,35,97,108,100,105,45,110,111,114,100,45,99,111,111,107,105,101,104,105,110,116,0,16,0,15,35,97,108,101,114,116,45,98,105,115,99,111,116,116,105,0,16,0,11,35,97,108,101,114,116,45,99,110,105,108,0,16,0,13,35,97,108,101,114,116,45,99,111,111,107,105,101,0,16,0,18,35,97,108,101,114,116,45,99,111,111,107,105,101,45,104,105,110,116,0,16,0,22,35,97,108,101,114,116,45,99,111,111,107,105,101,45,105,110,102,111,45,98,97,114,0,16,0,18,35,97,108,101,114,116,45,99,111,111,107,105,101,45,108,103,112,100,0,16,0,20,35,97,108,101,114,116,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,16,0,18,35,97,108,101,114,116,45,99,111,111,107,105,101,45,112,114,111,102,0,16,0,14,35,97,108,101,114,116,45,99,111,111,107,105,101,115,0,16,0,20,35,97,108,101,114,116,45,99,111,111,107,105,101,115,45,116,111,97,115,116,0,16,0,17,35,97,108,101,114,116,45,101,117,45,99,111,111,107,105,101,115,0,16,0,21,35,97,108,101,114,116,45,112,114,105,118,97,99,121,45,117,112,100,97,116,101,0,16,0,12,35,97,108,101,114,116,67,111,111,107,105,101,0,16,0,18,35,97,108,101,114,116,67,111,111,107,105,101,80,111,108,105,99,121,0,16,0,13,35,97,108,101,114,116,67,111,111,107,105,101,115,0,16,0,27,35,97,108,101,114,116,77,101,110,116,105,111,110,67,111,111,107,105,101,115,77,101,115,115,97,103,101,0,16,0,9,35,97,108,101,114,116,84,111,112,0,16,0,13,35,97,108,101,114,116,95,99,111,111,107,105,101,0,16,0,17,35,97,108,101,114,116,95,99,111,111,107,105,101,95,109,115,103,0,16,0,19,35,97,108,101,114,116,95,99,111,111,107,105,101,95,111,112,116,105,110,0,16,0,19,35,97,108,101,114,116,95,99,111,111,107,105,101,95,112,111,112,117,112,0,16,0,20,35,97,108,101,114,116,95,99,111,111,107,105,101,99,111,110,115,101,110,116,0,16,0,14,35,97,108,101,114,116,95,99,111,111,107,105,101,115,0,16,0,15,35,97,108,101,114,116,97,45,99,111,111,107,105,101,115,0,16,0,15,35,97,108,101,114,116,97,95,99,111,111,107,105,101,115,0,16,0,13,35,97,108,101,114,116,97,99,111,111,107,105,101,0,16,0,12,35,97,108,101,114,116,99,111,111,107,105,101,0,16,0,13,35,97,108,101,114,116,99,111,111,107,105,101,115,0,16,0,14,35,97,108,101,114,116,101,45,99,111,111,107,105,101,0,16,0,15,35,97,108,101,114,116,101,45,99,111,111,107,105,101,115,0,16,0,12,35,97,108,101,114,116,101,95,99,110,105,108,0,16,0,14,35,97,108,101,114,116,101,95,99,111,111,107,105,101,0,16,0,15,35,97,108,101,114,116,101,95,99,111,111,107,105,101,115,0,16,0,16,35,97,108,101,114,116,101,95,116,114,97,99,107,105,110,103,0,16,0,23,35,97,108,101,114,116,112,111,112,45,112,114,105,118,97,99,121,112,111,108,105,99,121,0,16,0,14,35,97,108,101,114,116,115,45,112,111,108,105,99,121,0,16,0,34,35,97,108,108,52,103,110,45,99,111,111,107,105,101,45,112,111,108,105,99,121,45,110,111,116,105,102,105,99,97,116,105,111,110,0,16,0,25,35,97,108,108,52,110,97,118,45,99,111,111,107,105,101,45,99,111,109,112,111,110,101,110,116,0,16,0,35,35,97,108,108,52,110,97,118,45,99,111,111,107,105,101,45,112,111,108,105,99,121,45,110,111,116,105,102,105,99,97,116,105,111,110,0,16,0,23,35,97,108,108,111,119,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,16,0,21,35,97,108,108,111,119,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,0,16,0,20,35,97,108,108,111,119,45,99,111,111,107,105,101,115,45,112,111,112,117,112,0,16,0,15,35,97,108,108,111,119,67,111,111,107,105,101,68,105,118,0,16,0,15,35,97,108,108,111,119,67,111,111,107,105,101,77,115,103,0,16,0,17,35,97,108,108,111,119,67,111,111,107,105,101,84,121,112,101,115,0,16,0,13,35,97,108,108,111,119,67,111,111,107,105,101,115,0,16,0,18,35,97,108,108,111,119,67,111,111,107,105,101,115,80,111,112,117,112,0,16,0,27,35,97,108,108,111,119,77,97,114,107,101,116,105,110,103,67,111,111,107,105,101,115,95,99,111,110,116,0,16,0,20,35,97,108,108,111,119,95,99,111,111,107,105,101,95,104,111,108,100,101,114,0,16,0,14,35,97,108,108,111,119,95,99,111,111,107,105,101,115,0,16,0,24,35,97,108,108,111,119,95,99,111,111,107,105,101,115,95,99,111,110,116,97,105,110,101,114,0,16,0,12,35,97,108,108,111,119,99,111,111,107,105,101,0,16,0,25,35,97,108,108,111,119,99,111,111,107,105,101,97,110,100,116,104,105,114,100,112,97,114,116,121,0,16,0,18,35,97,108,108,111,119,99,111,111,107,105,101,98,97,110,110,101,114,0,16,0,16,35,97,108,108,111,119,117,115,101,99,111,111,107,105,101,115,0,16,0,21,35,97,108,112,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,16,0,17,35,97,108,115,98,95,67,78,73,76,95,110,111,116,105,99,101,0,16,0,21,35,97,108,116,67,111,111,107,105,101,80,111,108,105,99,121,76,101,103,97,108,0,16,0,24,35,97,108,116,101,97,45,99,111,111,107,105,101,98,111,120,45,119,114,97,112,112,101,114,0,16,0,22,35,97,108,116,101,114,110,101,116,67,111,111,107,105,101,77,101,115,115,97,103,101,0,16,0,10,35,97,109,45,99,111,111,107,105,101,0,16,0,9,35,97,109,50,45,103,100,112,114,0,16,0,15,35,97,109,99,99,111,111,107,105,101,115,45,98,97,114,0,16,0,17,35,97,109,99,111,111,107,105,101,97,112,112,114,111,118,97,108,0,16,0,20,35,97,109,100,115,45,99,111,111,107,105,101,45,108,97,121,111,118,101,114,0,16,0,20,35,97,109,100,115,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,0,16,0,19,35,97,109,103,45,112,114,105,118,97,99,121,45,98,97,110,110,101,114,0,16,0,20,35,97,109,103,100,112,114,45,99,111,111,107,105,101,45,98,108,111,99,107,0,16,0,16,35,97,109,112,45,117,115,101,114,45,99,111,111,107,105,101,0,16,0,30,35,97,109,112,45,117,115,101,114,45,110,111,116,105,102,105,99,97,116,105,111,110,45,99,111,111,107,105,101,115,0,16,0,30,35,97,109,112,45,117,115,101,114,45,110,111,116,105,102,105,99,97,116,105,111,110,45,112,114,105,118,97,99,121,0,16,0,18,35,97,110,97,108,121,116,105,99,115,45,99,111,110,115,101,110,116,0,16,0,26,35,97,110,97,108,121,116,105,99,115,45,99,111,110,115,101,110,116,45,111,118,101,114,108,97,121,0,16,0,17,35,97,110,97,108,121,116,105,99,115,95,99,111,111,107,105,101,0,16,0,10,35,97,110,100,99,111,111,107,105,101,0,16,0,22,35,97,110,100,121,116,105,109,101,115,95,112,114,105,118,97,99,121,95,100,105,118,0,16,0,23,35,97,110,110,111,117,110,99,101,109,101,110,116,45,101,117,45,99,111,111,107,105,101,0,16,0,25,35,97,110,110,111,117,110,99,101,109,101,110,116,45,101,117,99,111,111,107,105,101,108,97,119,0,16,0,21,35,97,110,110,111,117,110,99,101,109,101,110,116,101,67,111,111,107,105,101,115,0,16,0,22,35,97,110,110,111,121,105,110,103,95,99,111,111,107,105,101,95,97,108,101,114,116,0,16,0,20,35,97,110,110,111,121,105,110,103,101,117,99,111,111,107,105,101,109,115,103,0,16,0,14,35,97,110,116,105,108,108,101,115,45,103,100,112,114,0,16,0,14,35,97,110,117,110,116,95,99,111,111,107,105,101,115,0,16,0,14,35,97,110,121,45,99,111,111,107,105,101,66,97,114,0,16,0,22,35,97,110,122,101,105,103,101,110,45,101,105,110,119,105,108,108,105,103,117,110,103,0,16,0,16,35,97,111,45,67,111,111,107,105,101,80,111,108,105,99,121,0,16,0,15,35,97,111,67,111,111,107,105,101,80,111,108,105,99,121,0,16,0,22,35,97,111,110,99,111,111,107,105,101,99,111,110,115,101,110,116,112,111,112,117,112,0,16,0,15,35,97,112,45,99,111,111,107,105,101,45,119,97,108,108,0,16,0,18,35,97,112,45,99,111,111,107,105,101,115,67,111,110,102,105,114,109,0,16,0,18,35,97,112,95,99,111,111,107,105,101,95,116,111,111,108,98,97,114,0,16,0,18,35,97,112,97,99,104,101,45,99,111,111,107,105,101,45,98,97,114,0,16,0,11,35,97,112,99,99,111,111,107,105,101,115,0,16,0,14,35,97,112,101,120,95,99,111,111,107,105,101,95,48,0,16,0,15,35,97,112,112,32,62,32,35,99,111,111,107,105,101,115,0,16,0,14,35,97,112,112,32,62,32,46,99,111,111,107,105,101,0,16,0,15,35,97,112,112,32,62,32,46,99,111,111,107,105,101,115,0,16,0,11,35,97,112,112,45,99,111,111,107,105,101,0,16,0,15,35,97,112,112,45,99,111,111,107,105,101,45,98,97,114,0,16,0,15,35,97,112,112,45,99,111,111,107,105,101,45,100,105,118,0,16,0,18,35,97,112,112,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,16,0,22,35,97,112,112,45,112,97,103,101,45,115,105,116,101,45,99,111,111,107,105,101,115,0,16,0,9,35,97,112,112,95,103,100,112,114,0,16,0,18,35,97,112,112,105,102,121,45,99,111,111,107,105,101,45,98,97,114,0,16,0,15,35,97,112,112,108,121,67,111,111,107,105,101,66,111,120,0,16,0,22,35,97,112,112,120,95,99,111,111,107,105,101,95,98,97,110,110,101,114,95,101,117,0,16,0,22,35,97,114,99,104,105,101,45,119,105,100,103,101,116,45,112,114,105,118,97,99,121,0,16,0,12,35,97,114,101,97,45,99,111,111,107,105,101,0,16,0,16,35,97,114,101,97,45,99,111,111,107,105,101,50,48,50,49,0,16,0,23,35,97,114,101,97,45,99,111,111,107,105,101,50,48,50,49,45,115,102,111,110,100,111,0,16,0,20,35,97,114,101,97,95,99,111,111,107,105,101,95,99,111,110,116,114,111,108,0,16,0,13,35,97,114,101,97,95,99,111,111,107,105,101,115,0,16,0,12,35,97,114,105,97,45,112,111,108,105,99,121,0,16,0,24,35,97,114,107,67,111,111,107,105,101,115,80,114,105,118,97,99,121,80,111,108,105,99,121,0,16,0,27,35,97,114,107,111,67,110,105,108,84,114,97,99,107,105,110,103,45,99,111,110,116,101,110,101,117,114,0,16,0,30,35,97,114,109,95,117,115,101,114,95,99,111,111,107,105,101,95,99,111,110,115,101,110,116,95,112,111,112,117,112,0,16,0,19,35,97,114,116,101,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,16,0,27,35,97,114,117,98,97,95,99,111,111,107,105,101,95,112,114,105,118,97,99,121,95,112,111,112,117,112,0,16,0,23,35,97,114,122,45,99,111,111,107,105,101,115,45,100,105,115,99,108,97,105,109,101,114,0,16,0,15,35,97,115,45,97,112,112,45,99,111,111,107,105,101,115,0,16,0,17,35,97,115,45,99,111,111,107,105,101,45,99,117,116,116,101,114,0,16,0,21,35,97,115,45,99,111,111,107,105,101,45,112,111,108,105,99,121,45,98,97,114,0,16,0,14,35,97,115,99,95,99,104,95,99,111,111,107,105,101,0,16,0,17,35,97,115,105,100,101,95,99,111,111,107,105,101,95,112,111,108,0,16,0,16,35,97,115,107,45,103,100,112,114,45,99,111,111,107,105,101,0,16,0,11,35,97,115,107,67,111,111,107,105,101,115,0,16,0,24,35,97,115,107,70,111,114,67,111,111,107,105,101,115,66,97,99,107,103,114,111,117,110,100,0,16,0,19,35,97,115,107,84,111,65,99,99,101,112,116,67,111,111,107,105,101,115,0,16,0,15,35,97,115,107,95,99,111,111,107,105,101,95,108,111,119,0,16,0,14,35,97,115,107,95,99,111,111,107,105,101,95,111,107,0,16,0,8,35,97,115,107,99,111,111,107,0,16,0,11,35,97,115,107,99,111,111,107,105,101,115,0,16,0,13,35,97,115,107,102,111,114,99,111,111,107,105,101,0,16,0,22,35,97,115,116,101,114,105,120,95,99,111,111,107,105,101,95,119,105,100,103,101,116,0,16,0,18,35,97,116,101,95,99,111,111,107,105,101,95,100,105,97,108,111,103,0,16,0,21,35,97,116,103,99,111,111,107,105,101,115,45,99,111,110,116,97,105,110,101,114,0,16,0,20,35,97,116,108,97,115,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,16,0,15,35,97,116,116,97,105,110,45,99,111,111,107,105,101,115,0,16,0,17,35,97,116,116,101,110,116,105,111,110,67,111,111,107,105,101,115,0,16,0,18,35,97,116,116,101,110,116,105,111,110,95,99,111,111,107,105,101,115,0,16,0,16,35,97,117,95,99,111,111,107,105,101,115,97,108,101,114,116,0,16,0,22,35,97,117,116,104,80,111,112,117,112,80,111,108,105,99,121,66,97,110,110,101,114,0,16,0,17,35,97,117,116,111,101,115,99,97,112,101,99,111,111,107,105,101,0,16,0,19,35,97,117,116,111,114,105,115,97,116,105,111,110,67,111,111,107,105,101,0,16,0,18,35,97,118,99,110,95,110,111,116,105,102,105,99,97,116,105,111,110,0,16,0,14,35,97,118,99,110,115,45,119,114,97,112,112,101,114,0,16,0,26,35,97,118,101,110,99,121,45,110,101,111,115,45,99,111,111,107,105,101,101,110,97,98,108,101,114,0,16,0,14,35,97,118,101,114,116,95,99,111,111,107,105,101,115,0,16,0,13,35,97,118,101,114,116,99,111,111,107,98,105,115,0,16,0,22,35,97,118,101,114,116,105,115,115,101,109,101,110,116,45,99,111,111,107,105,101,115,0,16,0,18,35,97,118,101,114,116,105,115,115,101,109,101,110,116,67,78,73,76,0,16,0,21,35,97,118,101,114,116,105,115,115,101,109,101,110,116,67,111,111,107,105,101,115,0,16,0,21,35,97,118,101,114,116,105,115,115,101,109,101,110,116,95,99,111,111,107,105,101,0,16,0,22,35,97,118,101,114,116,105,115,115,101,109,101,110,116,95,99,111,111,107,105,101,115,0,16,0,15,35,97,118,101,114,116,111,45,99,111,111,107,105,101,115,0,16,0,15,35,97,118,103,45,99,111,111,107,105,101,45,98,97,114,0,16,0,22,35,97,118,103,45,99,111,111,107,105,101,45,98,97,114,45,104,111,108,100,101,114,0,16,0,17,35,97,118,103,45,99,111,111,107,105,101,98,97,110,110,101,114,0,16,0,17,35,97,118,103,79,112,116,73,110,45,119,114,97,112,112,101,114,0,16,0,17,35,97,118,104,99,111,111,107,105,101,99,111,110,115,101,110,116,0,16,0,12,35,97,118,105,97,110,67,111,111,107,105,101,0,16,0,13,35,97,118,105,115,45,99,111,111,107,105,101,115,0,16,0,12,35,97,118,105,115,67,111,111,107,105,101,115,0,16,0,13,35,97,118,105,115,95,99,111,99,107,105,101,115,0,16,0,13,35,97,118,105,115,95,99,111,111,107,105,101,115,0,16,0,12,35,97,118,105,115,99,111,111,107,105,101,115,0,16,0,13,35,97,118,105,115,111,45,98,97,110,110,101,114,0,16,0,9,35,97,118,105,115,111,45,99,107,0,16,0,10,35,97,118,105,115,111,45,99,111,111,0,16,0,13,35,97,118,105,115,111,45,99,111,111,107,105,101,0,16,0,18,35,97,118,105,115,111,45,99,111,111,107,105,101,45,108,103,112,100,0,16,0,14,35,97,118,105,115,111,45,99,111,111,107,105,101,115,0,16,0,11,35,97,118,105,115,111,45,108,103,112,100,0,16,0,18,35,97,118,105,115,111,45,110,97,118,101,103,97,100,111,114,101,115,0,16,0,22,35,97,118,105,115,111,45,112,111,108,105,116,105,99,97,45,99,111,111,107,105,101,0,16,0,27,35,97,118,105,115,111,45,112,111,108,105,116,105,99,97,45,112,114,105,118,97,99,105,100,97,100,101,0,16,0,18,35,97,118,105,115,111,45,112,114,105,118,97,99,105,100,97,100,101,0,16,0,12,35,97,118,105,115,111,67,111,111,107,105,101,0,16,0,13,35,97,118,105,115,111,67,111,111,107,105,101,115,0,16,0,18,35,97,118,105,115,111,67,111,111,107,105,101,115,76,97,121,101,114,0,16,0,10,35,97,118,105,115,111,76,71,80,68,0,16,0,16,35,97,118,105,115,111,85,115,111,67,111,111,107,105,101,115,0,16,0,13,35,97,118,105,115,111,95,99,111,111,107,105,101,0,16,0,14,35,97,118,105,115,111,95,99,111,111,107,105,101,115,0,16,0,11,35,97,118,105,115,111,95,108,103,112,100,0,16,0,14,35,97,118,105,115,111,99,111,111,99,107,105,101,115,0,16,0,12,35,97,118,105,115,111,99,111,111,107,105,101,0,16,0,13,35,97,118,105,115,111,99,111,111,107,105,101,115,0,16,0,18,35,97,118,105,115,111,108,101,103,97,108,99,111,111,107,105,101,115,0,16,0,10,35,97,118,105,115,111,108,103,112,100,0,16,0,11,35,97,118,115,45,99,111,111,107,105,101,0,16,0,17,35,97,118,116,45,99,111,111,107,105,101,45,112,111,112,117,112,0,16,0,13,35,97,118,118,105,115,111,67,111,111,107,105,101,0,16,0,14,35,97,118,118,105,115,111,95,99,111,111,107,105,101,0,16,0,12,35,97,118,118,105,115,111,99,117,99,104,105,0,16,0,20,35,97,119,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,16,0,18,35,97,119,45,99,111,111,107,105,101,45,111,118,101,114,108,97,121,0,16,0,17,35,97,119,95,99,111,111,107,105,101,95,112,111,108,105,99,121,0,16,0,18,35,97,119,101,45,112,111,112,105,110,45,99,111,111,107,105,101,115,0,16,0,11,35,97,119,101,95,99,111,111,107,105,101,0,16,0,15,35,97,119,115,99,99,99,45,115,98,45,117,120,45,99,0,16,0,20,35,97,120,97,45,97,99,99,101,112,116,101,100,45,99,111,111,107,105,101,0,16,0,18,35,97,120,115,95,99,111,111,107,105,101,95,116,111,103,103,108,101,0,16,0,20,35,98,45,99,111,111,107,105,101,46,98,97,114,114,101,45,104,101,97,100,0,16,0,15,35,98,49,52,45,99,111,111,107,105,101,109,101,110,117,0,16,0,13,35,98,67,111,111,107,105,101,83,108,105,100,101,0,16,0,17,35,98,74,83,95,99,111,111,107,105,101,66,97,110,110,101,114,0,16,0,17,35,98,97,95,101,117,95,99,111,111,107,105,101,95,108,97,119,0,16,0,13,35,98,97,98,97,111,114,117,109,45,98,97,114,0,16,0,17,35,98,97,99,107,66,108,97,99,107,67,111,111,107,105,101,115,0,16,0,16,35,98,97,99,107,80,111,112,117,112,67,111,111,107,105,101,0,16,0,17,35,98,97,99,107,99,111,108,111,114,99,111,111,107,105,101,115,0,16,0,23,35,98,97,99,107,100,114,111,112,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,16,0,19,35,98,97,99,107,103,114,111,117,110,100,45,99,111,111,107,105,101,115,0,16,0,11,35,98,97,110,45,99,111,111,107,105,101,0,16,0,21,35,98,97,110,45,109,101,110,116,105,111,110,115,45,108,101,103,97,108,101,115,0,16,0,9,35,98,97,110,95,114,103,112,100,0,16,0,13,35,98,97,110,100,45,99,111,111,107,105,101,115,0,16,0,13,35,98,97,110,100,97,95,99,111,111,107,105,101,0,16,0,12,35,98,97,110,100,97,99,111,111,107,105,101,0,16,0,10,35,98,97,110,100,101,97,117,45,99,0,16,0,13,35,98,97,110,100,101,97,117,45,99,110,105,108,0,16,0,15,35,98,97,110,100,101,97,117,45,99,111,111,107,105,101,0,16,0,16,35,98,97,110,100,101,97,117,45,99,111,111,107,105,101,115,0,16,0,22,35,98,97,110,100,101,97,117,45,100,120,108,97,98,115,45,99,111,111,107,105,101,0,16,0,13,35,98,97,110,100,101,97,117,45,114,103,112,100,0,16,0,15,35,98,97,110,100,101,97,117,50,99,111,111,107,105,101,0,16,0,26,35,98,97,110,100,101,97,117,65,99,99,101,112,116,97,116,105,111,110,67,111,111,107,105,101,115,0,16,0,22,35,98,97,110,100,101,97,117,65,99,99,101,112,116,101,114,67,111,111,107,105,101,0,16,0,19,35,98,97,110,100,101,97,117,67,104,111,105,120,67,111,111,107,105,101,0,16,0,12,35,98,97,110,100,101,97,117,67,110,105,108,0,16,0,14,35,98,97,110,100,101,97,117,67,111,111,107,105,101,0,16,0,19,35,98,97,110,100,101,97,117,67,111,111,107,105,101,73,100,119,101,98,0,16,0,15,35,98,97,110,100,101,97,117,67,111,111,107,105,101,115,0,16,0,12,35,98,97,110,100,101,97,117,95,99,103,118,0,16,0,13,35,98,97,110,100,101,97,117,95,99,110,105,108,0,16,0,15,35,98,97,110,100,101,97,117,95,99,111,111,107,105,101,0,16,0,20,35,98,97,110,100,101,97,117,95,99,111,111,107,105,101,95,99,110,105,108,0,16,0,16,35,98,97,110,100,101,97,117,95,99,111,111,107,105,101,115,0,16,0,23,35,98,97,110,100,101,97,117,95,99,111,111,107,105,101,115,95,102,111,111,116,101,114,0,16,0,23,35,98,97,110,100,101,97,117,95,99,111,111,107,105,101,115,95,111,110,108,105,110,101,0,16,0,13,35,98,97,110,100,101,97,117,95,105,110,102,111,0,16,0,21,35,98,97,110,100,101,97,117,95,112,111,112,105,110,95,99,111,111,107,105,101,0,16,0,22,35,98,97,110,100,101,97,117,99,111,111,107,105,101,45,119,114,97,112,112,101,114,0,16,0,15,35,98,97,110,100,101,97,117,99,111,111,107,105,101,115,0,16,0,10,35,98,97,110,110,45,99,111,111,107,0,16,0,22,35,98,97,110,110,101,114,45,97,99,99,101,112,116,45,99,111,111,107,105,101,115,0,16,0,14,35,98,97,110,110,101,114,45,99,111,111,107,105,101,0,16,0,21,35,98,97,110,110,101,114,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,16,0,22,35,98,97,110,110,101,114,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,16,0,18,35,98,97,110,110,101,114,45,99,111,111,107,105,101,45,108,97,119,0,16,0,26,35,98,97,110,110,101,114,45,99,111,111,107,105,101,45,112,114,105,118,97,99,121,45,98,111,120,0,16,0,30,35,98,97,110,110,101,114,45,99,111,111,107,105,101,98,97,110,110,101,114,45,99,111,110,116,97,105,110,101,114,0,16,0,15,35,98,97,110,110,101,114,45,99,111,111,107,105,101,115,0,16,0,24,35,98,97,110,110,101,114,45,102,108,111,116,97,110,116,101,45,99,111,111,107,105,101,115,0,16,0,12,35,98,97,110,110,101,114,45,103,100,112,114,0,16,0,32,35,98,97,110,110,101,114,45,103,100,112,114,45,112,97,108,97,122,122,105,110,97,45,99,111,110,116,97,105,110,101,114,0,16,0,12,35,98,97,110,110,101,114,45,108,103,112,100,0,16,0,24,35,98,97,110,110,101,114,45,112,111,108,105,116,105,99,97,45,99,111,111,107,105,101,115,0,16,0,15,35,98,97,110,110,101,114,46,99,111,111,107,105,101,115,0,16,0,11,35,98,97,110,110,101,114,67,78,73,76,0,16,0,11,35,98,97,110,110,101,114,67,110,105,108,0,16,0,13,35,98,97,110,110,101,114,67,111,111,107,105,101,0,16,0,22,35,98,97,110,110,101,114,67,111,111,107,105,101,67,111,110,116,97,105,110,101,114,0,16,0,16,35,98,97,110,110,101,114,67,111,111,107,105,101,76,97,119,0,16,0,16,35,98,97,110,110,101,114,67,111,111,107,105,101,80,111,108,0,16,0,14,35,98,97,110,110,101,114,67,111,111,107,105,101,115,0,16,0,21,35,98,97,110,110,101,114,67,111,111,107,105,101,115,77,111,115,116,114,97,114,0,16,0,11,35,98,97,110,110,101,114,76,71,80,68,0,16,0,11,35,98,97,110,110,101,114,76,103,112,100,0,16,0,17,35,98,97,110,110,101,114,95,99,107,95,112,111,108,105,99,121,0,16,0,12,35,98,97,110,110,101,114,95,99,110,105,108,0,16,0,23,35,98,97,110,110,101,114,95,99,111,110,115,101,110,115,111,95,99,111,111,107,105,101,0,16,0,14,35,98,97,110,110,101,114,95,99,111,111,107,105,101,0,16,0,22,35,98,97,110,110,101,114,95,99,111,111,107,105,101,95,112,114,105,118,97,99,121,0,16,0,17,35,98,97,110,110,101,114,95,99,111,111,107,105,101,98,97,114,0,16,0,15,35,98,97,110,110,101,114,95,99,111,111,107,105,101,115,0,16,0,27,35,98,97,110,110,101,114,95,99,111,111,107,105,101,115,95,116,114,97,115,112,97,114,101,110,116,101,0,16,0,12,35,98,97,110,110,101,114,95,108,103,112,100,0,16,0,15,35,98,97,110,110,101,114,95,112,114,105,118,97,99,121,0,16,0,21,35,98,97,110,110,101,114,95,112,114,105,118,97,99,121,95,98,108,105,116,122,0,16,0,12,35,98,97,110,110,101,114,95,114,103,112,100,0,16,0,18,35,98,97,110,110,101,114,95,116,111,112,95,99,111,111,107,105,101,0,16,0,13,35,98,97,110,110,101,114,99,111,111,107,105,101,0,16,0,14,35,98,97,110,110,101,114,99,111,111,107,105,101,115,0,16,0,14,35,98,97,110,110,101,114,112,114,105,118,97,99,121,0,16,0,16,35,98,97,110,110,105,101,114,101,45,99,111,111,107,105,101,0,16,0,17,35,98,97,110,110,105,101,114,101,45,99,111,111,107,105,101,115,0,16,0,41,35,98,97,110,110,105,101,114,101,95,105,110,102,111,114,109,97,116,105,111,110,95,117,116,105,108,105,115,97,116,105,111,110,95,99,111,111,107,105,101,115,0,16,0,19,35,98,97,110,114,118,95,99,111,111,107,105,101,99,111,111,107,105,101,0,16,0,19,35,98,97,114,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,16,0,12,35,98,97,114,45,99,111,111,107,105,101,115,0,16,0,18,35,98,97,114,45,104,101,97,100,101,114,45,99,111,111,107,105,101,0,16,0,12,35,98,97,114,45,112,114,105,118,97,99,121,0,16,0,22,35,98,97,114,45,122,111,110,101,45,99,111,111,107,105,101,45,117,115,97,103,101,0,16,0,20,35,98,97,114,65,103,114,101,101,87,105,116,104,67,111,111,107,105,101,115,0,16,0,12,35,98,97,114,95,99,111,111,107,105,101,115,0,16,0,19,35,98,97,114,97,95,109,101,115,97,106,101,95,99,111,111,107,105,101,0,16,0,12,35,98,97,114,97,99,111,111,107,105,101,115,0,16,0,14,35,98,97,114,114,97,45,99,111,111,107,105,101,115,0,16,0,11,35,98,97,114,114,97,45,108,103,112,100,0,16,0,23,35,98,97,114,114,97,65,99,101,112,116,97,99,105,111,110,67,111,111,107,105,101,115,0,16,0,12,35,98,97,114,114,97,67,79,79,75,73,69,0,16,0,13,35,98,97,114,114,97,67,111,111,107,105,101,115,0,16,0,15,35,98,97,114,114,97,95,97,99,99,101,112,116,97,114,0,16,0,20,35,98,97,114,114,97,95,97,118,105,115,111,95,99,111,111,107,105,101,115,0,16,0,13,35,98,97,114,114,97,95,99,111,111,107,105,101,0,16,0,14,35,98,97,114,114,97,95,99,111,111,107,105,101,115,0,16,0,17,35,98,97,114,114,97,95,100,101,105,95,99,111,111,107,105,101,0,16,0,19,35,98,97,114,114,97,95,108,101,103,97,108,95,99,111,111,107,105,101,0,16,0,15,35,98,97,114,114,97,97,99,101,112,116,97,99,105,111,0,16,0,16,35,98,97,114,114,97,97,99,101,112,116,97,99,105,111,110,0,16,0,11,35,98,97,114,114,97,97,118,105,115,111,0,16,0,10,35,98,97,114,114,97,99,111,107,105,0,16,0,12,35,98,97,114,114,97,99,111,111,107,105,101,0,16,0,13,35,98,97,114,114,97,99,111,111,107,105,101,115,0,16,0,13,35,98,97,114,114,101,45,99,111,111,107,105,101,0,16,0,18,35,98,97,114,114,101,65,108,101,114,116,101,67,111,111,107,105,101,0,16,0,12,35,98,97,114,114,101,67,111,111,107,105,101,0,16,0,14,35,98,97,114,114,101,95,95,99,111,111,107,105,101,0,16,0,13,35,98,97,114,114,101,95,99,111,111,107,105,101,0,16,0,28,35,98,97,114,114,101,95,99,111,111,107,105,101,95,99,111,110,116,101,110,117,95,99,101,110,116,114,101,0,16,0,14,35,98,97,114,114,101,95,99,111,111,107,105,101,115,0,16,0,23,35,98,97,114,114,101,95,102,108,111,116,116,97,110,116,101,95,99,111,111,107,105,101,0,16,0,21,35,98,97,114,114,101,95,108,101,103,97,108,101,95,99,111,111,107,105,101,115,0,16,0,21,35,98,97,114,114,101,95,116,111,112,95,115,101,99,111,110,100,97,105,114,101,0,16,0,14,35,98,97,114,114,105,116,97,99,111,111,107,105,101,0,16,0,15,35,98,97,114,114,105,116,97,99,111,111,107,105,101,115,0,16,0,12,35,98,97,114,114,105,116,97,108,111,99,97,0,16,0,18,35,98,97,115,97,108,67,111,111,107,105,101,70,111,111,116,101,114,0,16,0,18,35,98,97,117,101,114,67,111,111,107,105,101,80,111,108,105,99,121,0,16,0,24,35,98,97,117,101,114,67,111,111,107,105,101,80,111,108,105,99,121,66,97,110,110,101,114,0,16,0,11,35,98,98,95,99,111,111,107,105,101,115,0,16,0,11,35,98,98,99,99,111,111,107,105,101,115,0,16,0,11,35,98,98,99,100,66,97,110,110,101,114,0,16,0,25,35,98,98,104,95,103,100,112,114,95,99,111,111,107,105,101,95,105,110,102,111,95,98,97,114,0,16,0,12,35,98,98,116,67,111,111,107,105,101,66,71,0,16,0,17,35,98,98,120,95,109,111,100,97,108,95,99,111,111,107,105,101,0,16,0,17,35,98,99,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,16,0,17,35,98,99,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,16,0,10,35,98,99,67,111,111,107,105,101,115,0,16,0,17,35,98,99,95,99,111,111,107,105,101,99,111,110,116,114,111,108,0,16,0,19,35,98,99,98,45,99,111,111,107,105,101,115,45,110,111,116,105,99,101,0,16,0,15,35,98,99,99,45,99,111,111,107,105,101,45,98,97,114,0,16,0,26,35,98,99,109,115,67,111,111,107,105,101,73,110,102,111,84,101,120,116,87,114,97,112,112,101,114,0,16,0,22,35,98,99,109,115,67,111,111,107,105,101,73,110,102,111,87,114,97,112,112,101,114,0,16,0,9,35,98,99,110,45,99,99,119,114,0,16,0,14,35,98,99,111,111,107,105,101,119,105,100,103,101,116,0,16,0,12,35,98,99,112,109,45,102,111,111,116,101,114,0,16,0,31,35,98,99,112,109,45,110,111,116,105,102,105,99,97,116,105,111,110,45,111,117,116,101,114,45,98,111,114,100,101,114,0,16,0,10,35,98,100,45,99,111,111,107,105,101,0,16,0,14,35,98,101,99,111,111,107,105,101,98,97,114,105,100,0,16,0,19,35,98,101,99,111,111,107,105,101,98,97,114,112,97,110,101,108,105,100,0,16,0,23,35,98,101,108,45,99,111,111,107,105,101,45,105,110,102,111,45,98,97,110,110,101,114,0,16,0,13,35,98,101,108,107,97,67,111,111,107,105,101,115,0,16,0,18,35,98,101,116,116,101,114,45,99,111,111,107,105,101,45,98,97,114,0,16,0,25,35,98,101,116,116,101,114,103,100,112,114,95,99,111,111,107,105,101,95,98,97,110,110,101,114,0,16,0,27,35,98,101,116,116,101,114,103,100,112,114,95,117,115,101,114,95,109,101,110,117,95,112,111,112,117,112,0,16,0,17,35,98,102,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,16,0,25,35,98,102,103,45,99,111,111,107,105,101,45,112,111,108,105,99,121,45,98,97,110,110,101,114,0,16,0,14,35,98,102,114,45,99,111,111,107,105,101,108,97,119,0,16,0,25,35,98,103,45,102,111,111,116,101,114,45,112,114,105,118,97,99,101,45,112,111,108,105,99,121,0,16,0,16,35,98,103,45,112,111,112,117,112,67,111,111,107,105,101,115,0,16,0,10,35,98,103,95,99,111,111,107,105,101,0,16,0,11,35,98,103,95,99,111,111,107,105,101,115,0,16,0,20,35,98,103,101,101,95,112,114,105,118,97,99,121,95,98,97,110,110,101,114,0,16,0,16,35,98,103,111,110,45,99,111,111,107,105,101,45,98,97,114,0,16,0,14,35,98,105,98,95,67,111,111,107,105,101,66,111,120,0,16,0,11,35,98,105,103,99,111,111,107,105,101,115,0,16,0,16,35,98,105,103,102,45,99,111,111,107,105,101,45,98,97,114,0,16,0,25,35,98,105,109,45,115,116,117,100,105,111,45,99,111,111,107,105,101,45,104,111,108,100,101,114,0,16,0,18,35,98,105,112,111,95,97,118,105,115,111,99,111,111,107,105,101,115,0,16,0,15,35,98,105,115,99,117,105,116,70,111,114,109,68,105,118,0,16,0,15,35,98,105,116,98,97,121,45,99,111,111,107,105,101,115,0,16,0,28,35,98,107,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,99,111,110,116,97,105,110,101,114,0,16,0,15,35,98,107,67,111,111,107,105,101,66,97,110,110,101,114,0,16,0,17,35,98,107,95,99,111,111,107,105,101,115,95,97,108,101,114,116,0,16,0,9,35,98,107,99,111,111,107,105,101,0,16,0,16,35,98,108,97,99,107,111,117,116,95,99,111,111,107,105,101,0,16,0,21,35,98,108,97,107,101,95,99,111,111,107,105,101,115,95,110,111,116,105,99,101,0,16,0,22,35,98,108,97,115,116,110,101,115,115,67,111,111,107,105,101,66,97,110,110,101,114,0,16,0,12,35,98,108,111,99,45,99,111,111,107,105,101,0,16,0,23,35,98,108,111,99,45,99,111,111,107,105,101,115,45,99,111,110,116,97,105,110,101,114,0,16,0,20,35,98,108,111,99,45,99,111,111,107,105,101,115,45,110,111,114,109,97,108,0,16,0,12,35,98,108,111,99,67,111,111,107,105,101,115,0,16,0,12,35,98,108,111,99,95,99,111,111,107,105,101,0,16,0,20,35,98,108,111,99,95,99,111,111,107,105,101,95,97,110,110,111,110,99,101,0,16,0,13,35,98,108,111,99,95,99,111,111,107,105,101,115,0,16,0,20,35,98,108,111,99,95,104,101,97,100,101,114,95,109,101,115,115,97,103,101,0,16,0,10,35,98,108,111,99,95,114,103,112,100,0,16,0,15,35,98,108,111,99,95,115,101,116,99,111,111,107,105,101,0,16,0,29,35,98,108,111,99,107,45,97,103,101,110,99,101,45,109,45,99,111,111,107,105,101,115,45,98,108,111,99,107,0,16,0,33,35,98,108,111,99,107,45,97,115,110,45,112,114,105,118,97,99,121,45,99,111,111,107,105,101,45,112,114,105,118,97,99,121,0,16,0,24,35,98,108,111,99,107,45,98,101,97,110,45,99,111,111,107,105,101,45,112,111,112,117,112,0,16,0,31,35,98,108,111,99,107,45,98,116,109,95,98,108,111,99,107,115,45,99,111,111,107,105,101,95,110,111,116,105,99,101,0,16,0,11,35,98,108,111,99,107,45,99,99,112,97,0,16,0,23,35,98,108,111,99,107,45,99,111,111,107,105,101,45,97,103,114,101,101,109,101,110,116,0,16,0,19,35,98,108,111,99,107,45,99,111,111,107,105,101,45,97,108,101,114,116,0,16,0,42,35,98,108,111,99,107,45,99,111,111,107,105,101,45,99,111,109,112,108,105,97,110,99,101,45,99,111,111,107,105,101,45,99,111,109,112,108,105,97,110,99,101,0,16,0,48,35,98,108,111,99,107,45,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,45,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,45,98,108,111,99,107,0,16,0,18,35,98,108,111,99,107,45,99,111,111,107,105,101,45,102,111,114,109,0,16,0,18,35,98,108,111,99,107,45,99,111,111,107,105,101,45,105,110,102,111,0,16,0,22,35,98,108,111,99,107,45,99,111,111,107,105,101,95,112,111,108,105,99,121,45,48,0,16,0,18,35,98,108,111,99,107,45,99,111,111,107,105,101,98,108,111,99,107,0,16,0,20,35,98,108,111,99,107,45,99,111,111,107,105,101,99,111,110,115,101,110,116,0,16,0,23,35,98,108,111,99,107,45,99,111,111,107,105,101,99,111,110,115,101,110,116,98,97,114,0,16,0,24,35,98,108,111,99,107,45,99,111,111,107,105,101,112,111,108,105,99,121,98,108,111,99,107,0,16,0,19,35,98,108,111,99,107,45,99,111,111,107,105,101,115,45,105,110,102,111,0,16,0,21,35,98,108,111,99,107,45,99,111,111,107,105,101,115,45,112,111,108,105,99,101,0,16,0,44,35,98,108,111,99,107,45,99,111,111,107,105,101,115,97,99,116,105,118,101,45,99,111,111,107,105,101,115,97,99,116,105,118,101,45,98,108,111,99,107,99,111,100,101,0,16,0,20,35,98,108,111,99,107,45,99,111,111,107,105,101,115,110,111,116,105,99,101,0,16,0,19,35,98,108,111,99,107,45,99,111,111,107,105,101,115,112,111,112,117,112,0,16,0,20,35,98,108,111,99,107,45,99,111,111,107,105,101,119,97,114,110,105,110,103,0,16,0,38,35,98,108,111,99,107,45,99,115,109,45,117,115,101,114,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,109,101,115,115,97,103,101,0,16,0,39,35,98,108,111,99,107,45,99,117,115,116,111,109,95,99,111,111,107,105,101,115,45,99,117,115,116,111,109,95,99,111,111,107,105,101,115,95,101,117,0,16,0,51,35,98,108,111,99,107,45,100,98,45,99,111,111,107,105,101,45,99,111,109,112,108,105,97,110,99,101,45,99,111,111,107,105,101,45,99,111,109,112,108,105,97,110,99,101,45,98,108,111,99,107,0,16,0,36,35,98,108,111,99,107,45,100,105,114,101,99,116,45,99,111,110,116,114,111,108,45,99,111,111,107,105,101,115,45,97,99,99,101,112,116,0,16,0,20,35,98,108,111,99,107,45,101,117,99,111,111,107,105,101,98,108,111,99,107,0,16,0,32,35,98,108,111,99,107,45,101,117,99,111,111,107,105,101,98,108,111,99,107,45,99,111,111,107,105,101,45,105,110,102,111,0,16,0,23,35,98,108,111,99,107,45,103,100,112,114,99,111,111,107,105,101,115,98,108,111,99,107,0,16,0,16,35,98,108,111,99,107,45,103,100,112,114,109,111,100,97,108,0,16,0,24,35,98,108,111,99,107,45,104,112,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,16,0,38,35,98,108,111,99,107,45,105,110,102,45,101,117,45,99,111,111,107,105,101,45,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,0,16,0,23,35,98,108,111,99,107,45,108,104,103,45,99,111,111,107,105,101,45,117,115,97,103,101,0,16,0,31,35,98,108,111,99,107,45,109,101,110,117,99,109,116,45,112,117,115,104,95,108,111,105,95,99,111,111,107,105,101,115,0,16,0,37,35,98,108,111,99,107,45,109,110,99,45,99,110,105,108,45,109,110,99,45,99,110,105,108,45,105,110,102,111,45,99,111,111,107,105,101,115,0,16,0,22,35,98,108,111,99,107,45,109,119,99,111,111,107,105,101,99,111,110,115,101,110,116,0,16,0,27,35,98,108,111,99,107,45,110,101,116,116,45,99,111,111,107,105,101,115,45,109,101,115,115,97,103,101,0,16,0,27,35,98,108,111,99,107,45,110,111,116,105,102,105,99,97,116,105,111,110,115,45,99,111,111,107,105,101,0,16,0,32,35,98,108,111,99,107,45,111,121,115,116,101,114,45,103,100,112,114,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,16,0,23,35,98,108,111,99,107,45,112,111,108,105,116,105,99,97,115,99,111,111,107,105,101,115,0,16,0,26,35,98,108,111,99,107,45,112,114,105,118,97,99,121,112,111,108,105,99,121,98,97,110,110,101,114,0,16,0,25,35,98,108,111,99,107,45,112,114,105,118,97,99,121,112,111,108,105,99,121,112,111,112,117,112,0,16,0,19,35,98,108,111,99,107,45,114,103,112,100,45,98,97,110,100,101,97,117,0,16,0,23,35,98,108,111,99,107,45,114,103,112,100,45,114,103,112,100,45,102,111,111,116,101,114,0,16,0,38,35,98,108,111,99,107,45,114,109,103,45,99,111,111,107,105,101,45,112,111,108,105,99,121,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,16,0,32,35,98,108,111,99,107,45,115,105,116,101,45,97,103,114,101,101,45,97,99,99,101,115,115,45,99,111,111,107,105,101,115,0,16,0,24,35,98,108,111,99,107,45,116,98,100,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,16,0,30,35,98,108,111,99,107,45,119,98,116,45,98,108,111,99,107,45,100,111,109,97,105,110,45,99,111,111,107,105,101,0,16,0,25,35,98,108,111,99,107,45,122,111,100,105,97,99,45,115,105,116,101,45,99,111,111,107,105,101,0,16,0,18,35,98,108,111,99,107,65,99,99,101,112,116,67,111,111,107,105,101,0,16,0,21,35,98,108,111,99,107,67,111,111,107,105,101,67,111,110,116,97,105,110,101,114,0,16,0,16,35,98,108,111,99,107,67,111,111,107,105,101,73,110,102,111,0,16,0,13,35,98,108,111,99,107,95,99,111,111,107,105,101,0,16,0,13,35,98,108,111,99,107,99,111,111,107,105,101,115,0,16,0,16,35,98,108,111,99,107,100,105,115,99,108,97,105,109,101,114,0,16,0,22,35,98,108,111,103,103,101,114,95,99,111,111,107,105,101,95,110,111,116,105,99,101,0,16,0,12,35,98,108,111,107,95,99,111,111,107,105,101,0,16,0,22,35,98,108,111,113,117,101,95,118,101,110,116,97,110,97,67,111,111,107,105,101,115,0,16,0,14,35,98,108,111,113,117,101,99,111,111,107,105,101,115,0,16,0,24,35,98,108,117,115,121,115,95,110,111,114,109,97,116,105,118,97,95,99,111,111,107,105,101,0,16,0,15,35,98,108,122,45,99,111,111,107,105,101,105,110,102,111,0,16,0,20,35,98,109,119,45,101,112,114,105,118,97,99,121,45,98,97,110,110,101,114,0,16,0,11,35,98,110,45,99,111,111,107,105,101,115,0,16,0,20,35,98,111,105,116,101,95,100,105,97,108,111,103,95,99,111,111,107,105,101,0,16,0,12,35,98,111,110,97,67,111,111,107,105,101,115,0,16,0,21,35,98,111,110,105,97,108,45,99,109,112,45,99,111,110,116,97,105,110,101,114,0,16,0,18,35,98,111,111,116,99,111,111,107,101,114,45,98,97,110,110,101,114,0,16,0,16,35,98,111,116,111,110,101,115,95,99,111,111,107,105,101,115,0,16,0,14,35,98,111,116,116,111,109,45,99,111,111,107,105,101,0,16,0,21,35,98,111,116,116,111,109,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,16,0,15,35,98,111,116,116,111,109,45,99,111,111,107,105,101,115,0,16,0,13,35,98,111,116,116,111,109,67,111,111,107,105,101,0,16,0,18,35,98,111,116,116,111,109,67,111,111,107,105,101,85,115,97,103,101,0,16,0,23,35,98,111,116,116,111,109,83,116,105,99,107,121,67,111,111,107,105,101,115,66,111,120,0,16,0,14,35,98,111,116,116,111,109,95,99,111,111,107,105,101,0,16,0,20,35,98,111,116,116,111,109,95,105,110,102,111,95,99,111,111,107,105,101,115,0,16,0,24,35,98,111,120,45,97,99,99,101,116,116,97,122,105,111,110,101,45,99,111,111,107,105,101,0,16,0,18,35,98,111,120,45,97,103,114,101,101,45,103,100,112,114,45,105,100,0,16,0,17,35,98,111,120,45,97,108,101,114,116,45,99,111,111,107,105,101,0,16,0,11,35,98,111,120,45,99,111,111,107,105,101,0,16,0,14,35,98,111,120,45,99,111,111,107,105,101,45,48,49,0,16,0,18,35,98,111,120,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,16,0,19,35,98,111,120,45,99,111,111,107,105,101,45,111,118,101,114,108,97,121,0,16,0,19,35,98,111,120,45,99,111,111,107,105,101,45,119,97,114,110,105,110,103,0,16,0,12,35,98,111,120,45,99,111,111,107,105,101,115,0,16,0,9,35,98,111,120,45,103,100,112,114,0,16,0,10,35,98,111,120,67,111,111,107,105,101,0,16,0,11,35,98,111,120,67,111,111,107,105,101,115,0,16,0,14,35,98,111,120,84,101,120,116,67,111,111,107,105,101,0,16,0,17,35,98,111,120,90,103,111,100,97,78,97,67,111,111,107,105,101,0,16,0,11,35,98,111,120,95,99,111,111,107,105,101,0,16,0,18,35,98,111,120,95,99,111,111,107,105,101,95,97,99,99,101,112,116,0,16,0,22,35,98,111,120,95,99,111,111,107,105,101,95,97,99,99,101,112,116,97,110,99,101,0,16,0,18,35,98,111,120,95,99,111,111,107,105,101,95,97,100,118,101,114,116,0,16,0,16,35,98,111,120,95,99,111,111,107,105,101,95,105,110,102,111,0,16,0,18,35,98,111,120,95,99,111,111,107,105,101,95,112,111,108,105,99,121,0,16,0,17,35,98,111,120,95,99,111,111,107,105,101,112,111,108,105,99,121,0,16,0,18,35,98,111,120,95,99,111,111,107,105,101,115,95,97,108,101,114,116,0,16,0,18,35,98,111,120,95,99,111,111,107,105,101,115,95,101,114,114,111,114,0,16,0,17,35,98,111,120,95,99,111,111,107,105,101,115,95,105,110,102,111,0,16,0,16,35,98,111,120,95,105,110,102,111,95,99,111,111,107,105,101,0,16,0,9,35,98,111,120,95,108,103,112,100,0,16,0,16,35,98,111,120,95,108,103,112,100,95,99,111,111,107,105,101,0,16,0,10,35,98,111,120,99,111,111,107,105,101,0,16,0,13,35,98,111,120,99,111,111,107,105,101,108,97,119,0,16,0,10,35,98,112,99,111,111,107,105,101,115,0,16,0,17,35,98,112,114,95,99,111,111,107,105,101,45,97,108,101,114,116,0,16,0,22,35,98,112,120,45,114,103,112,100,45,99,111,111,107,105,101,45,112,111,112,117,112,0,16,0,27,35,98,114,45,119,111,114,100,112,114,101,115,115,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,16,0,15,35,98,114,67,111,111,107,105,101,66,97,110,110,101,114,0,16,0,21,35,98,114,97,95,99,111,111,107,105,101,67,104,111,105,99,101,73,110,102,111,0,16,0,29,35,98,114,97,105,110,45,99,111,111,107,105,101,45,111,112,116,105,110,45,99,111,111,107,105,101,98,111,120,0,16,0,23,35,98,114,97,110,100,102,111,117,114,45,99,111,111,107,105,101,45,98,108,111,99,107,0,16,0,25,35,98,114,105,110,107,45,103,100,112,114,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,16,0,22,35,98,114,111,119,115,101,114,45,99,111,111,107,105,101,45,119,97,114,110,105,110,0,16,0,23,35,98,114,111,119,115,101,114,45,99,111,111,107,105,101,45,119,97,114,110,105,110,103,0,16,0,14,35,98,114,117,110,101,108,99,111,111,107,105,101,115,0,16,0,12,35,98,114,121,45,99,111,110,115,101,110,116,0,16,0,16,35,98,115,67,111,111,107,105,101,115,66,97,110,110,101,114,0,16,0,26,35,98,115,95,99,111,111,107,105,101,95,97,108,101,114,116,95,99,111,110,116,97,105,110,101,114,0,16,0,9,35,98,115,99,111,111,107,105,101,0,16,0,18,35,98,115,116,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,16,0,18,35,98,116,45,112,114,105,118,97,99,121,45,104,101,97,100,101,114,0,16,0,19,35,98,116,45,112,114,105,118,97,99,121,45,111,118,101,114,108,97,121,0,16,0,20,35,98,116,67,111,111,107,105,101,67,111,110,115,101,110,116,82,111,111,116,0,16,0,11,35,98,116,95,95,99,111,111,107,105,101,0,16,0,10,35,98,116,95,99,111,111,107,105,101,0,16,0,11,35,98,116,110,45,99,111,111,107,105,101,0,16,0,18,35,98,116,110,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,16,0,12,35,98,116,110,79,110,101,84,114,117,115,116,0,16,0,22,35,98,116,115,45,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,0,16,0,17,35,98,116,122,45,99,111,111,107,105,101,45,112,111,112,117,112,0,16,0,21,35,98,117,107,111,45,103,100,112,114,45,99,111,111,107,105,101,45,98,97,114,0,16,0,18,35,98,117,110,100,108,101,95,99,111,111,107,105,101,95,98,97,114,0,16,0,25,35,98,117,115,105,110,101,115,115,45,99,111,111,107,105,101,115,45,119,114,97,112,112,101,114,0,16,0,15,35,98,117,116,116,111,110,45,99,111,111,107,105,101,115,0,16,0,25,35,98,117,116,116,111,110,95,99,111,111,107,105,101,115,95,118,97,108,105,100,97,116,101,100,0,16,0,23,35,98,117,122,122,98,108,111,103,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,16,0,26,35,98,117,122,122,98,108,111,103,112,114,111,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,16,0,23,35,98,118,95,99,111,111,107,105,101,45,108,97,119,45,105,110,102,111,45,98,97,114,0,16,0,16,35,98,118,105,110,45,99,111,111,107,105,101,45,98,111,120,0,16,0,16,35,98,119,45,103,100,112,114,95,116,111,97,115,116,101,114,0,16,0,16,35,98,119,67,111,111,107,105,101,67,111,110,115,101,110,116,0,16,0,16,35,98,119,95,99,111,111,107,105,101,99,104,111,105,99,101,0,16,0,17,35,98,119,95,99,111,111,107,105,101,111,118,101,114,108,97,121,0,16,0,17,35,98,119,112,45,99,111,111,107,105,101,115,45,105,110,102,111,0,16,0,18,35,98,119,115,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,16,0,15,35,98,120,95,99,111,111,107,105,101,95,105,110,102,111,0,16,0,18,35,98,121,115,45,99,111,111,107,105,101,109,101,115,115,97,103,101,0,16,0,26,35,98,121,116,101,115,105,122,101,95,99,111,111,107,105,101,95,101,120,112,108,97,105,110,101,114,0,16,0,16,35,98,122,67,111,111,107,105,101,67,111,110,115,101,110,116,0,16,0,14,35,99,45,99,111,111,107,105,101,45,110,111,116,101,0,16,0,10,35,99,45,99,111,111,107,105,101,115,0,16,0,13,35,99,45,100,99,120,45,99,111,111,107,105,101,0,16,0,20,35,99,45,119,97,114,110,105,110,103,45,99,111,110,116,97,105,110,101,114,0,16,0,10,35,99,48,48,107,105,101,77,115,103,0,16,0,18,35,99,50,103,95,99,111,111,107,105,101,95,100,105,97,108,111,103,0,16,0,23,35,99,52,115,67,111,111,107,105,101,79,110,101,67,108,105,99,107,77,111,100,97,108,0,16,0,11,35,99,65,99,99,101,112,116,66,97,114,0,16,0,13,35,99,67,111,111,107,105,101,65,108,101,114,116,0,16,0,14,35,99,67,111,111,107,105,101,72,101,97,100,101,114,0,16,0,19,35,99,67,111,114,101,95,99,111,111,107,105,101,78,111,116,105,99,101,0,16,0,12,35,99,73,110,102,111,46,99,73,110,102,111,0,16,0,14,35,99,76,97,121,101,114,46,110,111,116,105,99,101,0,16,0,8,35,99,80,111,108,105,99,121,0,16,0,12,35,99,80,114,111,109,112,116,95,98,97,114,0,16,0,18,35,99,80,114,111,109,112,116,95,98,97,114,83,112,97,99,101,114,0,16,0,20,35,99,83,112,97,99,101,46,99,111,111,107,105,101,83,112,97,99,101,114,0,16,0,13,35,99,87,97,114,110,46,99,111,111,107,105,101,0,16,0,14,35,99,87,97,114,110,46,99,111,111,107,105,101,115,0,16,0,8,35,99,95,97,103,114,101,109,0,16,0,9,35,99,95,99,111,111,107,105,101,0,16,0,10,35,99,97,95,98,97,110,110,101,114,0,16,0,13,35,99,97,95,105,110,102,111,95,112,108,117,115,0,16,0,11,35,99,97,98,99,111,111,107,105,101,115,0,16,0,13,35,99,97,100,114,101,95,99,111,111,107,105,101,0,16,0,12,35,99,97,100,118,105,115,101,95,98,97,114,0,16,0,13,35,99,97,106,97,95,99,111,111,107,105,101,115,0,16,0,12,35,99,97,106,97,99,111,111,107,105,101,115,0,16,0,13,35,99,97,108,108,67,111,110,116,114,111,108,108,0,16,0,24,35,99,97,109,117,115,45,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,0,16,0,23,35,99,97,112,95,80,111,108,105,116,105,99,97,67,111,111,107,105,101,115,68,105,118,0,16,0,12,35,99,97,112,97,45,99,111,111,107,105,101,0,16,0,13,35,99,97,112,97,45,99,111,111,107,105,101,115,0,16,0,18,35,99,97,112,97,65,99,101,112,116,97,67,111,111,107,105,101,115,0,16,0,16,35,99,97,112,97,65,118,105,115,111,67,111,111,107,105,101,0,16,0,17,35,99,97,112,97,65,118,105,115,111,67,111,111,107,105,101,115,0,16,0,25,35,99,97,112,97,65,118,105,115,111,80,111,108,105,116,105,99,97,67,111,111,107,105,101,115,0,16,0,43,35,99,97,112,97,65,118,105,115,111,80,111,108,105,116,105,99,97,67,111,111,107,105,101,115,95,115,117,112,101,114,105,111,114,95,109,101,110,115,97,106,101,115,0,16,0,20,35,99,97,112,97,95,97,99,101,112,116,97,95,99,111,111,107,105,101,115,0,16,0,19,35,99,97,112,97,95,97,118,105,115,111,95,99,111,111,107,105,101,115,0,16,0,12,35,99,97,112,97,95,99,111,111,107,105,101,0,16,0,17,35,99,97,112,97,95,99,111,111,107,105,101,95,114,103,112,100,0,16,0,13,35,99,97,112,97,95,99,111,111,107,105,101,115,0,16,0,18,35,99,97,112,97,95,108,111,112,100,95,99,111,111,107,105,101,115,0,16,0,17,35,99,97,112,97,95,112,111,108,95,99,111,111,107,105,101,115,0,16,0,19,35,99,97,112,97,101,102,101,99,116,111,115,45,99,111,111,107,105,101,0,16,0,27,35,99,97,114,114,111,116,45,102,114,97,109,101,45,98,117,109,112,101,114,67,111,111,107,105,101,115,0,16,0,18,35,99,97,114,116,101,108,99,111,111,107,105,101,108,101,103,97,108,0,16,0,20,35,99,97,115,101,121,115,45,99,111,111,107,105,101,45,109,111,100,97,108,0,16,0,18,35,99,97,115,112,105,97,110,95,99,111,111,107,105,101,98,97,114,0,16,0,20,35,99,97,116,97,112,117,108,116,45,99,111,111,107,105,101,45,98,97,114,0,16,0,17,35,99,98,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,16,0,17,35,99,98,45,99,111,111,107,105,101,45,104,111,108,100,101,114,0,16,0,18,35,99,98,45,99,111,111,107,105,101,95,99,111,110,115,101,110,116,0,16,0,25,35,99,98,95,99,111,111,107,105,101,95,112,111,108,105,99,121,95,100,101,102,97,117,108,116,0,16,0,23,35,99,98,95,99,111,111,107,105,101,95,112,111,108,105,99,121,95,112,111,112,117,112,0,16,0,30,35,99,98,95,99,111,111,107,105,101,95,112,111,108,105,99,121,95,112,111,112,117,112,95,115,104,114,111,117,100,0,16,0,27,35,99,98,95,115,101,116,116,105,110,103,115,95,97,108,101,114,116,95,101,120,116,101,110,100,101,100,0,16,0,17,35,99,98,99,111,111,107,105,101,115,45,98,111,116,116,111,109,0,16,0,14,35,99,98,99,111,111,107,105,101,115,45,116,111,112,0,16,0,27,35,99,98,116,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,45,119,114,97,112,112,101,114,0,16,0,10,35,99,99,45,98,97,110,110,101,114,0,16,0,18,35,99,99,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,16,0,14,35,99,99,45,99,111,111,107,105,101,45,108,97,119,0,16,0,18,35,99,99,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,0,16,0,17,35,99,99,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,16,0,18,35,99,99,45,99,111,111,107,105,101,45,111,118,101,114,108,97,121,0,16,0,11,35,99,99,45,99,111,111,107,105,101,115,0,16,0,9,35,99,99,45,109,111,100,97,108,0,16,0,17,35,99,99,45,109,111,100,97,108,45,111,118,101,114,108,97,121,0,16,0,16,35,99,99,45,110,111,116,105,102,105,99,97,116,105,111,110,0,16,0,23,35,99,99,45,110,111,116,105,102,105,99,97,116,105,111,110,45,103,117,116,116,101,114,0,16,0,24,35,99,99,45,110,111,116,105,102,105,99,97,116,105,111,110,45,119,114,97,112,112,101,114,0,16,0,7,35,99,99,45,116,97,103,0,16,0,13,35,99,99,46,99,99,95,100,105,97,108,111,103,0,16,0,10,35,99,99,77,101,115,115,97,103,101,0,16,0,21,35,99,99,95,95,109,111,100,97,108,95,95,99,111,110,116,97,105,110,101,114,0,16,0,14,35,99,99,95,95,112,97,103,101,66,108,111,99,107,0,16,0,11,35,99,99,95,98,97,110,100,101,97,117,0,16,0,10,35,99,99,95,98,97,110,110,101,114,0,16,0,18,35,99,99,95,98,97,110,110,101,114,45,119,114,97,112,112,101,114,0,16,0,7,35,99,99,95,99,111,110,0,16,0,23,35,99,99,95,99,111,111,107,105,101,99,111,110,115,101,110,116,110,111,116,105,99,101,0,16,0,11,35,99,99,95,99,111,111,107,105,101,115,0,16,0,16,35,99,99,95,100,115,103,118,111,95,98,97,110,110,101,114,0,16,0,10,35,99,99,95,112,111,108,105,99,121,0,16,0,17,35,99,99,95,112,114,105,118,97,99,121,95,108,97,121,101,114,0,16,0,10,35,99,99,95,122,97,103,105,101,108,0,16,0,19,35,99,99,97,45,99,111,111,107,105,101,115,45,104,111,108,100,101,114,0,16,0,6,35,99,99,98,97,114,0,16,0,16,35,99,99,98,97,114,95,99,111,110,116,97,105,110,101,114,0,16,0,11,35,99,99,99,45,110,111,116,105,102,121,0,16,0,12,35,99,99,99,45,111,118,101,114,108,97,121,0,16,0,10,35,99,99,99,45,115,116,97,116,101,0,16,0,23,35,99,99,99,101,110,116,101,114,45,111,118,101,114,108,97,121,45,102,105,120,101,100,0,16,0,10,35,99,99,99,111,110,115,101,110,116,0,16,0,6,35,99,99,99,119,114,0,16,0,17,35,99,99,102,100,45,101,117,99,111,111,107,105,101,108,97,119,0,16,0,17,35,99,99,102,119,45,112,97,103,101,45,98,97,110,110,101,114,0,16,0,13,35,99,99,103,116,109,45,98,97,110,110,101,114,0,16,0,14,35,99,99,103,116,109,45,119,114,97,112,112,101,114,0,16,0,10,35,99,99,104,105,110,119,101,105,115,0,16,0,8,35,99,99,107,45,98,111,120,0,16,0,10,35,99,99,107,66,97,110,110,101,114,0,16,0,16,35,99,99,109,45,98,97,110,110,101,114,45,119,114,97,112,0,16,0,22,35,99,99,109,45,99,111,111,107,105,101,115,68,105,115,99,108,111,115,117,114,101,0,16,0,17,35,99,99,109,95,110,111,116,105,102,105,99,97,116,105,111,110,0,16,0,9,35,99,99,111,110,115,101,110,116,0,16,0,13,35,99,99,111,110,115,101,110,116,45,98,97,114,0,16,0,13,35,99,99,111,110,115,101,110,116,45,112,111,112,0,16,0,20,35,99,99,111,111,107,105,101,95,98,97,115,101,95,115,116,105,108,101,50,0,16,0,11,35,99,99,112,45,98,110,114,45,99,107,0,16,0,12,35,99,99,112,45,111,118,101,114,108,97,121,0,16,0,11,35,99,99,112,97,45,97,108,101,114,116,0,16,0,12,35,99,99,112,97,45,98,97,110,110,101,114,0,16,0,9,35,99,99,112,97,45,98,97,114,0,16,0,11,35,99,99,112,97,45,98,108,111,99,107,0,16,0,20,35,99,99,112,97,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,0,16,0,13,35,99,99,112,97,45,99,111,110,116,101,110,116,0,16,0,12,35,99,99,112,97,45,99,111,111,107,105,101,0,16,0,20,35,99,99,112,97,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,0,16,0,12,35,99,99,112,97,45,102,111,111,116,101,114,0,16,0,12,35,99,99,112,97,45,110,111,116,105,99,101,0,16,0,25,35,99,99,112,97,45,110,111,116,105,102,105,99,97,116,105,111,110,45,98,97,110,110,101,114,0,16,0,29,35,99,99,112,97,45,110,111,116,105,102,105,99,97,116,105,111,110,45,98,97,110,110,101,114,95,49,45,48,0,16,0,20,35,99,99,112,97,45,112,114,111,109,112,116,45,119,114,97,112,112,101,114,0,16,0,15,35,99,99,112,97,46,99,111,110,116,97,105,110,101,114,0,16,0,10,35,99,99,112,97,46,115,104,111,119,0,16,0,21,35,99,99,112,97,46,119,105,116,104,111,117,116,45,111,118,101,114,108,97,121,0,16,0,10,35,99,99,112,97,65,108,101,114,116,0,16,0,11,35,99,99,112,97,66,97,110,110,101,114,0,16,0,14,35,99,99,112,97,67,111,110,116,97,105,110,101,114,0,16,0,11,35,99,99,112,97,70,111,111,116,101,114,0,16,0,12,35,99,99,112,97,95,98,97,110,110,101,114,0,16,0,20,35,99,99,112,97,95,99,111,110,115,101,110,116,95,98,97,110,110,101,114,0,16,0,17,35,99,99,115,45,110,111,116,105,102,105,99,97,116,105,111,110,0,16,0,22,35,99,99,115,101,114,118,105,99,101,45,99,111,111,107,105,101,115,105,110,102,111,0,16,0,8,35,99,99,116,45,98,111,120,0,16,0,11,35,99,99,116,111,111,108,82,111,111,116,0,16,0,14,35,99,99,116,114,45,106,115,45,109,111,100,97,108,0,16,0,14,35,99,100,45,99,111,111,107,105,101,45,98,97,114,0,16,0,23,35,99,100,45,99,111,111,107,105,101,45,98,97,114,45,115,101,116,116,105,110,103,115,0,16,0,18,35,99,100,102,95,97,110,110,111,110,99,101,67,111,111,107,105,101,0,16,0,10,35,99,100,105,95,108,97,121,101,114,0,16,0,19,35,99,100,110,45,98,97,110,110,101,114,45,99,111,111,107,105,101,115,0,16,0,22,35,99,100,119,101,98,45,99,111,111,107,105,101,45,108,97,119,45,105,110,102,111,0,16,0,20,35,99,101,97,45,100,105,118,67,111,111,107,105,101,80,111,108,105,99,121,0,16,0,26,35,99,101,108,101,110,117,115,45,99,111,111,107,105,101,115,45,99,111,110,116,97,105,110,101,114,0,16,0,22,35,99,101,110,116,101,114,95,98,97,110,100,101,97,117,95,99,111,111,107,105,101,0,16,0,19,35,99,101,114,101,107,75,117,108,108,97,110,105,109,85,121,97,114,105,0,16,0,14,35,99,101,114,101,122,97,121,97,114,108,97,114,105,0,16,0,20,35,99,101,118,97,95,116,111,111,108,98,97,114,95,99,111,111,107,105,101,0,16,0,20,35,99,101,119,101,45,97,99,99,101,112,116,45,99,111,111,107,105,101,115,0,16,0,24,35,99,101,119,101,45,112,101,114,109,97,110,101,110,116,45,105,110,102,111,45,98,97,114,0,16,0,10,35,99,102,45,99,111,111,107,105,101,0,16,0,17,35,99,102,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,16,0,17,35,99,103,45,98,97,114,114,97,45,99,111,111,107,105,101,115,0,16,0,10,35,99,103,67,111,111,107,105,101,115,0,16,0,15,35,99,103,82,111,100,111,66,97,99,107,100,114,111,112,0,16,0,12,35,99,103,82,111,100,111,77,111,100,97,108,0,16,0,14,35,99,103,95,99,111,111,107,105,101,95,98,97,114,0,16,0,12,35,99,104,101,99,107,67,111,111,107,105,101,0,16,0,15,35,99,104,101,99,107,67,111,111,107,105,101,66,111,120,0,16,0,15,35,99,104,101,99,107,85,80,99,111,111,107,105,101,115,0,16,0,20,35,99,104,101,99,107,109,107,67,111,111,107,105,101,78,111,116,105,99,101,0,16,0,18,35,99,104,101,108,108,111,99,111,111,107,105,101,115,45,98,97,114,0,16,0,21,35,99,104,101,114,114,121,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,16,0,21,35,99,104,105,108,108,121,45,99,111,111,107,105,101,45,97,99,99,101,112,116,0,16,0,20,35,99,104,114,111,109,101,102,114,97,109,101,45,99,111,111,107,105,101,115,0,16,0,8,35,99,105,45,114,111,100,111,0,16,0,7,35,99,105,97,99,104,111,0,16,0,10,35,99,105,97,99,104,111,66,97,114,0,16,0,11,35,99,105,97,99,104,111,105,110,102,111,0,16,0,27,35,99,105,97,114,95,99,111,111,107,105,101,45,97,99,99,101,112,116,45,99,111,111,107,105,101,115,0,16,0,11,35,99,105,97,115,116,101,99,122,107,97,0,16,0,15,35,99,105,97,115,116,101,99,122,107,97,45,98,111,120,0,16,0,16,35,99,105,97,115,116,101,99,122,107,97,45,105,110,102,111,0,16,0,24,35,99,105,97,115,116,101,99,122,107,97,73,110,102,111,67,111,110,116,97,105,110,101,114,0,16,0,17,35,99,105,97,115,116,101,99,122,107,97,95,97,108,101,114,116,0,16,0,11,35,99,105,97,115,116,101,99,122,107,111,0,16,0,18,35,99,105,97,115,116,101,99,122,107,111,119,101,95,111,107,110,111,0,16,0,20,35,99,105,97,115,116,101,99,122,107,111,119,121,95,112,111,116,119,111,114,0,16,0,8,35,99,105,97,115,116,107,97,0,16,0,13,35,99,105,97,115,116,107,97,95,97,106,97,120,0,16,0,18,35,99,105,97,115,116,107,97,95,119,105,97,100,111,109,111,115,99,0,16,0,11,35,99,105,97,115,116,107,111,100,105,118,0,16,0,12,35,99,105,97,115,116,107,111,100,105,118,102,0,16,0,14,35,99,105,97,115,116,111,87,97,114,115,116,119,97,0,16,0,18,35,99,105,99,101,114,111,95,99,111,111,107,105,101,95,109,115,103,0,16,0,29,35,99,105,103,105,45,99,111,111,107,105,101,45,98,97,110,110,101,114,45,99,111,110,116,97,105,110,101,114,0,16,0,17,35,99,105,110,116,105,108,108,111,46,99,111,111,107,105,101,115,0,16,0,10,35,99,107,45,97,99,99,101,112,116,0,16,0,20,35,99,107,45,99,111,111,107,105,101,45,115,116,97,116,101,109,101,110,116,0,16,0,10,35,99,107,45,100,105,97,108,111,103,0,16,0,6,35,99,107,66,97,114,0,16,0,4,35,99,107,67,0,16,0,10,35,99,107,87,97,114,110,105,110,103,0,16,0,11,35,99,107,87,114,97,112,46,99,107,87,0,16,0,10,35,99,107,95,98,97,110,110,101,114,0,16,0,20,35,99,107,95,99,111,110,116,97,105,110,101,114,95,99,111,111,107,105,101,0,16,0,9,35,99,107,95,100,115,99,108,114,0,16,0,12,35,99,107,95,100,115,99,108,114,95,118,50,0,16,0,7,35,99,107,95,108,97,119,0,16,0,12,35,99,107,98,114,95,98,97,110,110,101,114,0,16,0,5,35,99,107,99,104,0,16,0,8,35,99,107,99,110,115,110,116,0,16,0,10,35,99,107,99,110,115,116,119,114,112,0,16,0,19,35,99,107,101,119,45,114,101,115,117,109,45,99,111,111,107,105,101,115,0,16,0,19,35,99,107,105,101,97,99,112,116,95,99,111,110,116,97,105,110,101,114,0,16,0,12,35,99,107,105,101,99,111,110,115,101,110,116,0,16,0,11,35,99,107,105,101,112,114,111,109,112,116,0,16,0,9,35,99,107,107,97,115,116,101,110,0,16,0,19,35,99,107,107,97,115,116,101,110,45,99,111,110,116,97,105,110,101,114,0,16,0,16,35,99,107,109,45,99,111,111,107,105,101,45,99,111,110,116,0,16,0,19,35,99,107,109,45,99,111,111,107,105,101,45,115,101,116,116,105,110,103,0,16,0,15,35,99,107,109,99,111,111,107,105,101,115,99,111,110,116,0,16,0,9,35,99,107,112,111,108,105,99,121,0,16,0,12,35,99,107,112,111,112,46,111,117,116,101,114,0,16,0,10,35,99,107,115,46,99,107,115,45,118,0,16,0,10,35,99,107,119,97,114,110,105,110,103,0,16,0,12,35,99,107,121,45,99,111,110,115,101,110,116,0,16,0,17,35,99,107,121,45,110,111,116,105,102,105,99,97,116,105,111,110,0,16,0,10,35,99,108,45,98,97,110,110,101,114,0,16,0,11,35,99,108,45,99,111,110,115,101,110,116,0,16,0,10,35,99,108,45,99,111,111,107,105,101,0,16,0,17,35,99,108,95,95,99,111,111,107,105,101,95,97,108,101,114,116,0,16,0,10,35,99,108,95,98,97,110,110,101,114,0,16,0,9,35,99,108,95,109,111,100,97,108,0,16,0,12,35,99,108,97,115,115,67,111,111,107,105,101,0,16,0,23,35,99,108,98,45,99,111,111,107,105,101,45,110,111,116,105,99,101,45,108,103,112,100,0,16,0,15,35,99,108,101,97,114,102,121,45,99,111,111,107,105,101,0,16,0,17,35,99,108,101,118,101,114,45,99,111,111,107,105,101,108,97,119,0,16,0,30,35,99,108,105,99,107,115,107,101,107,115,45,112,111,112,117,112,45,111,117,116,101,114,45,104,111,108,100,101,114,0,16,0,27,35,99,108,105,111,110,95,99,111,111,107,105,101,66,97,114,95,95,99,111,110,116,97,105,110,101,114,0,16,0,16,35,99,108,111,115,101,67,111,111,107,101,105,73,110,102,111,0,16,0,17,35,99,108,111,115,101,71,100,112,114,67,111,110,116,101,110,116,0,16,0,11,35,99,108,111,115,101,95,99,110,105,108,0,16,0,18,35,99,108,111,117,100,109,101,67,111,111,107,105,101,73,110,102,111,0,16,0,25,35,99,108,114,45,99,111,111,107,105,101,45,98,97,114,45,99,111,110,116,97,105,110,101,114,0,16,0,17,35,99,109,45,99,111,111,107,105,101,45,97,99,99,101,112,116,0,16,0,17,35,99,109,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,16,0,16,35,99,109,45,99,111,111,107,105,101,45,112,111,112,105,110,0,16,0,17,35,99,109,45,99,111,111,107,105,101,45,119,105,110,100,111,119,0,16,0,13,35,99,109,45,99,111,111,107,105,101,98,97,114,0,16,0,11,35,99,109,45,99,111,111,107,105,101,115,0,16,0,26,35,99,109,52,97,108,108,45,99,111,111,107,105,101,45,112,111,108,105,99,121,45,112,97,103,101,0,16,0,21,35,99,109,70,108,117,120,77,101,115,115,97,103,101,67,111,111,107,105,101,115,0,16,0,23,35,99,109,95,99,111,111,107,105,101,95,110,111,116,105,102,105,99,97,116,105,111,110,0,16,0,19,35,99,109,97,110,97,103,101,114,45,99,111,110,116,97,105,110,101,114,0,16,0,32,35,99,109,99,45,116,114,97,99,107,105,110,103,45,99,111,110,115,101,110,116,45,102,111,114,109,45,115,116,101,112,49,0,16,0,22,35,99,109,99,98,45,105,110,102,111,114,109,97,116,105,111,110,76,97,121,101,114,0,16,0,18,35,99,109,99,111,110,115,101,110,116,45,109,101,115,115,97,103,101,0,16,0,24,35,99,109,112,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,0,16,0,14,35,99,109,112,45,102,97,107,116,111,114,45,105,111,0,16,0,35,35,99,109,112,45,102,97,107,116,111,114,45,105,111,45,98,114,97,110,100,45,99,111,110,115,101,110,116,45,110,111,116,105,99,101,0,16,0,21,35,99,109,112,45,102,97,107,116,111,114,45,105,111,45,112,97,114,101,110,116,0,16,0,23,35,99,109,112,45,111,118,101,114,108,97,121,46,99,109,112,111,118,101,114,108,97,121,0,16,0,19,35,99,109,112,45,119,105,100,103,101,116,45,119,114,97,112,112,101,114,0,16,0,12,35,99,109,112,66,97,99,107,100,114,111,112,0,16,0,10,35,99,109,112,66,97,110,110,101,114,0,16,0,17,35,99,109,112,77,105,110,105,109,97,108,80,114,111,109,112,116,0,16,0,29,35,99,109,112,108,122,45,99,111,111,107,105,101,98,97,110,110,101,114,45,99,111,110,116,97,105,110,101,114,0,16,0,19,35,99,109,115,45,99,111,111,107,105,101,45,119,114,97,112,112,101,114,0,16,0,20,35,99,109,115,45,99,111,111,107,105,101,115,45,99,111,110,115,101,110,116,0,16,0,30,35,99,109,115,45,109,111,100,117,108,101,45,108,101,103,97,108,45,112,114,105,118,97,99,121,45,104,105,110,116,0,16,0,35,35,99,109,115,45,109,111,100,117,108,101,45,116,114,97,99,107,105,110,103,45,99,111,100,101,115,45,98,97,99,107,100,114,111,112,0,16,0,39,35,99,109,115,45,109,111,100,117,108,101,45,116,114,97,99,107,105,110,103,45,99,111,100,101,115,45,99,111,110,115,101,110,116,45,104,105,110,116,0,16,0,17,35,99,109,115,67,111,111,107,105,101,87,97,114,110,105,110,103,0,16,0,10,35,99,109,115,73,110,102,111,67,107,0,16,0,10,35,99,109,115,99,111,111,107,105,101,0,16,0,16,35,99,109,115,112,108,117,115,95,99,111,111,107,105,101,115,0,16,0,19,35,99,109,116,45,119,114,97,112,112,101,114,45,98,97,110,110,101,114,0,16,0,10,35,99,110,45,99,111,111,107,105,101,0,16,0,12,35,99,110,67,111,110,116,97,105,110,101,114,0,16,0,19,35,99,110,100,45,103,100,112,114,45,99,111,110,116,97,105,110,101,114,0,16,0,20,35,99,110,101,100,95,97,108,101,114,116,101,95,99,111,111,107,105,101,115,0,16,0,5,35,99,110,105,108,0,16,0,12,35,99,110,105,108,45,97,100,118,101,114,116,0,16,0,12,35,99,110,105,108,45,98,97,110,110,101,114,0,16,0,12,35,99,110,105,108,45,99,111,111,107,105,101,0,16,0,26,35,99,110,105,108,45,99,111,111,107,105,101,45,97,118,101,114,116,105,115,115,101,109,101,110,116,0,16,0,18,35,99,110,105,108,45,99,111,111,107,105,101,45,112,97,110,101,108,0,16,0,13,35,99,110,105,108,45,99,111,111,107,105,101,115,0,16,0,11,35,99,110,105,108,45,108,97,121,101,114,0,16,0,9,35,99,110,105,108,45,109,115,103,0,16,0,20,35,99,110,105,108,45,112,114,105,118,97,99,121,45,112,111,108,105,99,121,0,16,0,11,35,99,110,105,108,66,97,110,110,101,114,0,16,0,13,35,99,110,105,108,67,111,111,99,107,105,101,115,0,16,0,11,35,99,110,105,108,67,111,111,107,105,101,0,16,0,11,35,99,110,105,108,70,111,111,116,101,114,0,16,0,17,35,99,110,105,108,78,111,116,105,102,105,99,97,116,105,111,110,0,16,0,12,35,99,110,105,108,87,97,114,110,105,110,103,0,16,0,12,35,99,110,105,108,87,114,97,112,112,101,114,0,16,0,9,35,99,110,105,108,90,111,110,101,0,16,0,11,35,99,110,105,108,95,97,108,101,114,116,0,16,0,17,35,99,110,105,108,95,97,108,101,114,116,95,105,110,110,101,114,0,16,0,15,35,99,110,105,108,95,97,108,101,114,116,95,116,111,112,0,16,0,21,35,99,110,105,108,95,97,108,101,114,116,95,116,111,112,95,105,110,110,101,114,0,16,0,13,35,99,110,105,108,95,98,97,110,100,101,97,117,0,16,0,12,35,99,110,105,108,95,98,97,110,110,101,114,0,16,0,20,35,99,110,105,108,95,98,97,110,110,101,114,95,99,111,110,115,101,110,116,0,16,0,9,35,99,110,105,108,95,98,97,114,0,16,0,17,35,99,110,105,108,95,98,97,114,95,119,114,97,112,112,101,114,0,16,0,12,35,99,110,105,108,95,99,111,111,107,105,101,0,16,0,20,35,99,110,105,108,95,99,111,111,107,105,101,95,109,101,115,115,97,103,101,0,16,0,19,35,99,110,105,108,95,99,111,111,107,105,101,95,111,112,116,111,117,116,0,16,0,13,35,99,110,105,108,95,99,111,111,107,105,101,115,0,16,0,18,35,99,110,105,108,95,105,110,102,111,114,109,97,116,105,111,110,115,0,16,0,12,35,99,110,105,108,95,111,112,116,111,117,116,0,16,0,13,35,99,110,105,108,95,112,114,105,118,97,99,121,0,16,0,11,35,99,110,105,108,98,97,110,110,101,114,0,16,0,11,35,99,110,105,108,99,111,111,107,105,101,0,16,0,12,35,99,110,105,108,99,111,111,107,105,101,115,0,16,0,23,35,99,110,105,108,100,105,115,99,108,97,105,109,101,114,76,111,99,97,116,105,111,110,0,16,0,7,35,99,110,105,108,105,100,0,16,0,13,35,99,110,105,108,108,95,98,97,110,110,101,114,0,16,0,12,35,99,110,105,108,109,101,115,115,97,103,101,0,16,0,26,35,99,110,111,116,105,99,101,45,102,111,111,116,101,114,45,99,111,110,116,101,110,116,45,105,100,0,16,0,15,35,99,110,116,65,108,101,114,116,67,111,111,107,105,101,0,16,0,12,35,99,110,116,95,99,111,111,107,105,101,115,0,16,0,17,35,99,111,95,98,97,110,100,101,97,117,67,111,111,107,105,101,0,16,0,25,35,99,111,95,99,111,111,107,105,101,80,111,108,105,99,121,67,111,110,116,97,105,110,101,114,0,16,0,16,35,99,111,98,111,95,99,111,111,107,105,101,95,108,97,119,0,16,0,12,35,99,111,99,107,105,101,83,108,105,100,101,0,16,0,20,35,99,111,100,101,109,97,115,116,101,114,115,95,99,111,111,107,105,101,115,0,16,0,22,35,99,111,101,45,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,0,16,0,22,35,99,111,101,95,99,111,111,107,105,101,115,95,99,111,110,116,97,105,110,101,114,0,16,0,24,35,99,111,101,95,99,111,111,107,105,101,115,95,112,108,97,99,101,104,111,108,100,101,114,0,16,0,10,35,99,111,102,99,111,111,107,105,101,0,16,0,17,35,99,111,105,67,111,110,115,101,110,116,66,97,110,110,101,114,0,16,0,7,35,99,111,107,80,121,116,0,16,0,7,35,99,111,107,98,97,114,0,16,0,10,35,99,111,107,105,101,45,98,97,114,0,16,0,11,35,99,111,107,105,101,67,111,118,101,114,0,16,0,10,35,99,111,107,105,101,77,97,105,110,0,16,0,11,35,99,111,107,105,101,115,105,110,102,111,0,16,0,24,35,99,111,108,111,114,105,102,121,45,112,114,111,45,99,111,111,107,105,101,45,105,102,121,0,16,0,22,35,99,111,109,52,99,111,111,107,105,101,115,45,99,111,110,116,97,105,110,101,114,0,16,0,18,35,99,111,109,95,99,111,111,107,105,101,95,112,111,108,105,99,121,0,16,0,25,35,99,111,109,97,118,111,111,45,103,97,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,16,0,20,35,99,111,109,109,111,110,45,67,111,111,107,105,101,78,111,116,105,99,101,0,16,0,27,35,99,111,109,109,111,110,45,99,111,111,107,105,101,108,97,119,45,99,111,110,116,97,105,110,101,114,0,16,0,20,35,99,111,109,112,108,105,65,99,99,101,112,116,67,111,111,107,105,101,115,0,16,0,17,35,99,111,109,112,108,105,97,110,99,101,66,97,110,110,101,114,0,16,0,17,35,99,111,109,112,108,105,97,110,99,101,67,111,111,107,105,101,0,16,0,17,35,99,111,109,112,108,105,97,110,99,101,99,111,111,107,105,101,0,16,0,24,35,99,111,109,112,111,110,101,110,116,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,16,0,22,35,99,111,109,115,112,97,99,101,45,117,115,101,114,99,101,110,116,114,105,99,115,0,16,0,15,35,99,111,110,102,101,114,109,97,67,111,111,107,105,101,0,16,0,23,35,99,111,110,102,105,100,101,110,116,105,97,108,105,116,101,95,99,111,111,107,105,101,0,16,0,15,35,99,111,110,102,105,114,109,45,99,111,111,107,105,101,0,16,0,21,35,99,111,110,102,105,114,109,45,99,111,111,107,105,101,45,109,111,100,97,108,0,16,0,21,35,99,111,110,102,105,114,109,45,99,111,111,107,105,101,111,110,116,101,110,116,0,16,0,16,35,99,111,110,102,105,114,109,45,99,111,111,107,105,101,115,0,16,0,14,35,99,111,110,102,105,114,109,67,111,111,107,105,101,0,16,0,20,35,99,111,110,102,105,114,109,67,111,111,107,105,101,80,111,108,105,99,121,0,16,0,15,35,99,111,110,102,105,114,109,95,99,111,111,107,105,101,0,16,0,19,35,99,111,110,102,105,114,109,95,99,111,111,107,105,101,95,117,115,101,0,16,0,22,35,99,111,110,102,105,114,109,101,100,67,111,111,107,105,101,78,111,116,101,73,100,0,16,0,16,35,99,111,110,115,101,110,115,111,67,111,111,107,105,101,115,0,16,0,16,35,99,111,110,115,101,110,115,111,95,99,111,111,107,105,101,0,16,0,18,35,99,111,110,115,101,110,116,45,97,103,114,101,101,109,101,110,116,0,16,0,15,35,99,111,110,115,101,110,116,45,98,97,110,110,101,114,0,16,0,25,35,99,111,110,115,101,110,116,45,98,97,110,110,101,114,45,99,111,110,116,97,105,110,101,114,0,16,0,18,35,99,111,110,115,101,110,116,45,98,97,110,110,101,114,45,102,119,0,16,0,12,35,99,111,110,115,101,110,116,45,98,97,114,0,16,0,14,35,99,111,110,115,101,110,116,45,98,108,111,99,107,0,16,0,13,35,99,111,110,115,101,110,116,45,98,117,109,112,0,16,0,15,35,99,111,110,115,101,110,116,45,99,111,111,107,105,101,0,16,0,15,35,99,111,110,115,101,110,116,45,102,111,111,116,101,114,0,16,0,25,35,99,111,110,115,101,110,116,45,109,97,110,97,103,101,109,101,110,116,45,97,108,101,114,116,0,16,0,16,35,99,111,110,115,101,110,116,45,109,97,110,97,103,101,114,0,16,0,25,35,99,111,110,115,101,110,116,45,109,97,110,97,103,101,114,45,98,97,99,107,100,114,111,112,0,16,0,24,35,99,111,110,115,101,110,116,45,109,97,110,97,103,101,114,45,111,118,101,114,108,97,121,0,16,0,20,35,99,111,110,115,101,110,116,45,109,103,109,116,45,98,97,110,110,101,114,0,16,0,24,35,99,111,110,115,101,110,116,45,109,111,100,97,108,45,98,111,116,116,111,109,98,97,114,0,16,0,20,35,99,111,110,115,101,110,116,45,109,111,100,97,108,45,102,105,114,115,116,0,16,0,17,35,99,111,110,115,101,110,116,45,109,111,100,97,108,45,102,119,0,16,0,22,35,99,111,110,115,101,110,116,45,111,117,116,101,114,45,119,114,97,112,112,101,114,0,16,0,14,35,99,111,110,115,101,110,116,45,112,111,112,117,112,0,16,0,14,35,99,111,110,115,101,110,116,45,115,108,105,100,101,0,16,0,16,35,99,111,110,115,101,110,116,45,116,111,111,108,98,97,114,0,16,0,14,35,99,111,110,115,101,110,116,46,97,108,101,114,116,0,16,0,17,35,99,111,110,115,101,110,116,46,98,97,99,107,100,114,111,112,0,16,0,28,35,99,111,110,115,101,110,116,46,110,97,118,98,97,114,45,102,105,120,101,100,45,98,111,116,116,111,109,0,16,0,16,35,99,111,110,115,101,110,116,65,99,99,101,112,116,101,100,0,16,0,14,35,99,111,110,115,101,110,116,66,97,110,110,101,114,0,16,0,11,35,99,111,110,115,101,110,116,66,97,114,0,16,0,17,35,99,111,110,115,101,110,116,67,111,111,107,105,101,68,105,118,0,16,0,14,35,99,111,110,115,101,110,116,68,105,97,108,111,103,0,16,0,13,35,99,111,110,115,101,110,116,70,105,114,115,116,0,16,0,14,35,99,111,110,115,101,110,116,70,111,111,116,101,114,0,16,0,18,35,99,111,110,115,101,110,116,70,111,111,116,101,114,87,114,97,112,0,16,0,15,35,99,111,110,115,101,110,116,79,118,101,114,108,97,121,0,16,0,13,35,99,111,110,115,101,110,116,80,111,112,117,112,0,16,0,15,35,99,111,110,115,101,110,116,87,114,97,112,112,101,114,0,16,0,25,35,99,111,110,115,101,110,116,95,97,115,115,105,115,116,95,99,111,110,116,97,105,110,101,114,0,16,0,15,35,99,111,110,115,101,110,116,95,98,97,110,110,101,114,0,16,0,17,35,99,111,110,115,101,110,116,95,98,108,97,99,107,98,97,114,0,16,0,10,35,99,111,110,115,101,110,116,95,99,0,16,0,22,35,99,111,110,115,101,110,116,95,99,111,111,107,105,101,115,95,112,111,112,117,112,0,16,0,14,35,99,111,110,115,101,110,116,95,112,111,112,117,112,0,16,0,16,35,99,111,110,115,101,110,116,95,118,105,115,105,116,111,114,0,16,0,16,35,99,111,110,115,101,110,116,95,119,114,97,112,112,101,114,0,16,0,14,35,99,111,110,115,101,110,116,99,111,111,107,105,101,0,16,0,20,35,99,111,110,115,101,110,116,102,111,114,109,95,119,114,97,112,112,101,114,0,16,0,14,35,99,111,110,115,101,110,116,102,114,105,101,110,100,0,16,0,11,35,99,111,110,115,101,110,116,108,121,114,0,16,0,13,35,99,111,110,115,101,110,116,112,111,112,117,112,0,16,0,18,35,99,111,110,116,65,100,118,105,115,101,67,111,111,107,105,101,115,0,16,0,12,35,99,111,110,116,95,99,111,111,107,105,101,0,16,0,13,35,99,111,110,116,95,99,111,111,107,105,101,115,0,16,0,15,35,99,111,110,116,97,105,110,101,114,45,99,110,105,108,0,16,0,17,35,99,111,110,116,97,105,110,101,114,45,99,111,111,107,105,101,0,16,0,30,35,99,111,110,116,97,105,110,101,114,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,0,16,0,18,35,99,111,110,116,97,105,110,101,114,45,99,111,111,107,105,101,115,0,16,0,16,35,99,111,110,116,97,105,110,101,114,67,111,111,107,105,101,0,16,0,21,35,99,111,110,116,97,105,110,101,114,67,111,111,107,105,101,78,111,116,105,102,0,16,0,19,35,99,111,110,116,97,105,110,101,114,67,111,111,107,105,101,87,101,116,0,16,0,17,35,99,111,110,116,97,105,110,101,114,67,111,111,107,105,101,115,0,16,0,17,35,99,111,110,116,97,105,110,101,114,95,99,111,111,107,105,101,0,16,0,18,35,99,111,110,116,97,105,110,101,114,95,99,111,111,107,105,101,115,0,16,0,20,35,99,111,110,116,97,105,110,101,114,95,105,110,102,111,95,99,110,105,108,0,16,0,17,35,99,111,110,116,97,105,110,101,114,99,111,111,107,105,101,115,0,16,0,11,35,99,111,110,116,99,111,111,107,105,101,0,16,0,26,35,99,111,110,116,101,110,101,100,111,114,45,98,97,110,110,101,114,45,99,111,111,107,105,101,115,0,16,0,28,35,99,111,110,116,101,110,101,100,111,114,45,112,111,108,105,116,105,99,97,45,99,111,111,107,105,101,115,0,16,0,28,35,99,111,110,116,101,110,101,100,111,114,65,99,101,112,116,97,99,105,111,110,67,111,111,107,105,101,115,0,16,0,17,35,99,111,110,116,101,110,101,100,111,114,67,111,111,107,105,101,0,16,0,18,35,99,111,110,116,101,110,101,100,111,114,67,111,111,107,105,101,115,0,16,0,19,35,99,111,110,116,101,110,101,100,111,114,67,111,111,107,105,101,115,50,0,16,0,19,35,99,111,110,116,101,110,101,100,111,114,95,99,111,111,107,105,101,115,0,16,0,27,35,99,111,110,116,101,110,101,100,111,114,95,99,111,111,107,105,101,115,95,103,101,110,101,114,97,108,0,16,0,20,35,99,111,110,116,101,110,101,114,65,108,101,114,116,67,111,111,107,105,101,0,16,0,17,35,99,111,110,116,101,110,101,117,114,45,99,111,111,107,105,101,0,16,0,17,35,99,111,110,116,101,110,101,117,114,67,111,111,107,105,101,115,0,16,0,23,35,99,111,110,116,101,110,105,100,111,95,99,97,112,97,95,99,111,111,107,105,101,115,0,16,0,22,35,99,111,110,116,101,110,105,100,111,97,118,105,115,111,99,111,111,107,105,101,115,0,16,0,24,35,99,111,110,116,101,110,105,116,111,114,101,66,97,110,110,101,114,67,111,111,107,105,101,0,16,0,18,35,99,111,110,116,101,110,105,116,111,114,101,67,111,111,107,105,101,0,16,0,22,35,99,111,110,116,101,110,105,116,111,114,101,100,105,115,99,108,97,105,109,101,114,0,16,0,18,35,99,111,110,116,101,110,116,32,62,32,35,99,111,111,107,105,101,0,16,0,21,35,99,111,110,116,101,110,116,45,97,108,101,114,116,45,99,111,111,107,105,101,0,16,0,15,35,99,111,110,116,101,110,116,45,99,111,111,107,105,101,0,16,0,16,35,99,111,110,116,101,110,116,45,99,111,111,107,105,101,115,0,16,0,37,35,99,111,110,116,101,110,116,45,100,101,45,104,105,110,119,101,105,115,45,99,111,111,107,105,101,45,114,105,99,104,116,108,105,110,105,101,0,16,0,20,35,99,111,110,116,101,110,116,45,112,111,108,45,99,111,111,107,105,101,115,0,16,0,21,35,99,111,110,116,101,110,116,45,117,99,111,99,45,99,111,111,107,105,101,115,0,16,0,18,35,99,111,110,116,101,110,116,73,110,102,111,67,111,111,107,105,101,0,16,0,52,35,99,111,110,116,101,110,116,82,101,99,111,109,109,101,110,100,97,116,105,111,110,87,105,100,103,101,116,95,80,83,95,67,79,79,75,73,69,83,95,66,65,78,78,69,82,95,69,83,80,79,84,0,16,0,15,35,99,111,110,116,101,110,116,95,99,111,111,107,105,101,0,16,0,15,35,99,111,110,116,101,110,116,99,111,111,107,105,101,115,0,16,0,11,35,99,111,111,45,98,97,110,110,101,114,0,16,0,11,35,99,111,111,77,101,115,115,97,103,101,0,16,0,9,35,99,111,111,95,110,111,116,101,0,16,0,7,35,99,111,111,99,105,101,0,16,0,16,35,99,111,111,99,105,101,115,95,119,97,114,110,105,110,103,0,16,0,8,35,99,111,111,99,107,105,101,0,16,0,12,35,99,111,111,99,107,105,101,45,98,97,114,0,16,0,16,35,99,111,111,99,107,105,101,45,109,101,115,115,97,103,101,0,16,0,12,35,99,111,111,99,107,105,101,45,109,101,120,0,16,0,14,35,99,111,111,99,107,105,101,45,109,111,100,97,108,0,16,0,21,35,99,111,111,99,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,0,16,0,16,35,99,111,111,99,107,105,101,45,119,97,114,110,105,110,103,0,16,0,19,35,99,111,111,99,107,105,101,65,80,67,111,110,116,97,105,110,101,114,0,16,0,13,35,99,111,111,99,107,105,101,65,108,101,114,116,0,16,0,16,35,99,111,111,99,107,105,101,65,108,101,114,116,66,111,120,0,16,0,11,35,99,111,111,99,107,105,101,66,97,114,0,16,0,12,35,99,111,111,99,107,105,101,73,110,102,111,0,16,0,15,35,99,111,111,99,107,105,101,77,101,115,115,97,103,101,0,16,0,14,35,99,111,111,99,107,105,101,95,97,103,114,101,101,0,16,0,15,35,99,111,111,99,107,105,101,95,110,111,116,105,99,101,0,16,0,12,35,99,111,111,99,107,105,101,95,112,97,115,0,16,0,12,35,99,111,111,99,107,105,101,95,116,120,116,0,16,0,13,35,99,111,111,99,107,105,101,97,103,114,101,101,0,16,0,13,35,99,111,111,99,107,105,101,97,108,101,114,116,0,16,0,14,35,99,111,111,99,107,105,101,99,104,111,105,99,101,0,16,0,13,35,99,111,111,99,107,105,101,112,111,112,117,112,0,16,0,9,35,99,111,111,99,107,105,101,115,0,16,0,15,35,99,111,111,99,107,105,101,115,51,119,109,68,105,118,0,16,0,13,35,99,111,111,99,107,105,101,115,95,98,111,120,0,16,0,17,35,99,111,111,99,107,105,101,115,95,119,97,114,110,105,110,103,0,16,0,12,35,99,111,111,99,107,105,101,119,114,97,112,0,16,0,10,35,99,111,111,107,45,99,111,110,116,0,16,0,10,35,99,111,111,107,65,108,101,114,116,0,16,0,7,35,99,111,111,107,69,78,0,16,0,8,35,99,111,111,107,73,110,102,0,16,0,11,35,99,111,111,107,78,84,114,97,99,107,0,16,0,8,35,99,111,111,107,80,111,108,0,16,0,19,35,99,111,111,107,80,111,108,105,99,121,45,119,114,97,112,112,101,114,0,16,0,9,35,99,111,111,107,95,97,102,102,0,16,0,10,35,99,111,111,107,95,105,110,102,111,0,16,0,17,35,99,111,111,107,97,108,101,114,116,45,104,111,108,100,101,114,0,16,0,12,35,99,111,111,107,98,111,120,98,97,99,107,0,16,0,8,35,99,111,111,107,99,111,110,0,16,0,9,35,99,111,111,107,99,111,110,116,0,16,0,8,35,99,111,111,107,100,105,118,0,16,0,31,35,99,111,111,107,101,67,111,110,116,114,111,108,95,85,112,100,97,116,101,80,97,110,101,108,67,111,111,107,105,101,0,16,0,10,35,99,111,111,107,101,72,105,110,116,0,16,0,20,35,99,111,111,107,101,109,101,115,115,97,103,101,104,97,110,100,108,101,114,0,16,0,17,35,99,111,111,107,101,114,95,99,111,110,116,97,105,110,101,114,0,16,0,6,35,99,111,111,107,105,0,16,0,13,35,99,111,111,107,105,95,97,99,99,101,112,116,0,16,0,10,35,99,111,111,107,105,99,110,105,108,0,16,0,9,35,99,111,111,107,105,100,105,118,0,16,0,19,35,99,111,111,107,105,101,45,45,100,105,115,99,108,97,105,109,101,114,0,16,0,21,35,99,111,111,107,105,101,45,45,105,110,102,111,45,119,114,97,112,112,101,114,0,16,0,9,35,99,111,111,107,105,101,45,49,0,16,0,9,35,99,111,111,107,105,101,45,50,0,16,0,13,35,99,111,111,107,105,101,45,97,99,99,101,112,0,16,0,14,35,99,111,111,107,105,101,45,97,99,99,101,112,116,0,16,0,20,35,99,111,111,107,105,101,45,97,99,99,101,112,116,45,97,108,101,114,116,0,16,0,21,35,99,111,111,107,105,101,45,97,99,99,101,112,116,45,98,97,110,110,101,114,0,16,0,18,35,99,111,111,107,105,101,45,97,99,99,101,112,116,45,98,97,114,0,16,0,18,35,99,111,111,107,105,101,45,97,99,99,101,112,116,45,98,111,120,0,16,0,18,35,99,111,111,107,105,101,45,97,99,99,101,112,116,45,100,105,118,0,16,0,21,35,99,111,111,107,105,101,45,97,99,99,101,112,116,45,102,111,111,116,101,114,0,16,0,19,35,99,111,111,107,105,101,45,97,99,99,101,112,116,45,108,105,110,101,0,16,0,24,35,99,111,111,107,105,101,45,97,99,99,101,112,116,45,109,111,100,97,108,45,100,105,118,0,16,0,20,35,99,111,111,107,105,101,45,97,99,99,101,112,116,45,112,97,110,101,108,0,16,0,20,35,99,111,111,107,105,101,45,97,99,99,101,112,116,45,112,111,112,117,112,0,16,0,21,35,99,111,111,107,105,101,45,97,99,99,101,112,116,45,119,105,110,100,111,119,0,16,0,25,35,99,111,111,107,105,101,45,97,99,99,101,112,116,97,110,99,101,45,98,97,110,110,101,114,0,16,0,25,35,99,111,111,107,105,101,45,97,99,99,101,112,116,97,110,99,101,45,119,105,100,103,101,116,0,16,0,26,35,99,111,111,107,105,101,45,97,99,99,101,112,116,97,110,99,101,45,119,114,97,112,112,101,114,0,16,0,25,35,99,111,111,107,105,101,45,97,99,99,101,112,116,97,116,105,111,110,45,112,111,112,117,112,0,16,0,16,35,99,111,111,107,105,101,45,97,99,99,101,112,116,101,100,0,16,0,17,35,99,111,111,107,105,101,45,97,99,99,101,112,116,105,111,110,0,16,0,14,35,99,111,111,107,105,101,45,97,99,99,112,101,116,0,16,0,17,35,99,111,111,107,105,101,45,97,99,101,112,116,97,110,99,101,0,16,0,11,35,99,111,111,107,105,101,45,97,99,107,0,16,0,23,35,99,111,111,107,105,101,45,97,99,107,110,111,119,108,101,100,103,101,109,101,110,116,0,16,0,31,35,99,111,111,107,105,101,45,97,99,107,110,111,119,108,101,100,103,101,109,101,110,116,45,99,111,110,116,114,111,108,0,16,0,11,35,99,111,111,107,105,101,45,97,100,118,0,16,0,16,35,99,111,111,107,105,101,45,97,100,118,97,114,115,101,108,0,16,0,14,35,99,111,111,107,105,101,45,97,100,118,101,114,116,0,16,0,14,35,99,111,111,107,105,101,45,97,100,118,105,99,101,0,16,0,14,35,99,111,111,107,105,101,45,97,100,118,105,115,101,0,16,0,22,35,99,111,111,107,105,101,45,97,100,118,105,115,101,45,112,97,110,101,108,73,68,0,16,0,16,35,99,111,111,107,105,101,45,97,100,118,105,115,111,114,121,0,16,0,15,35,99,111,111,107,105,101,45,97,103,114,101,101,45,49,0,16,0,19,35,99,111,111,107,105,101,45,97,103,114,101,101,45,109,111,100,97,108,0,16,0,20,35,99,111,111,107,105,101,45,97,103,114,101,101,45,112,111,108,105,99,121,0,16,0,17,35,99,111,111,107,105,101,45,97,103,114,101,101,109,101,110,116,0,16,0,21,35,99,111,111,107,105,101,45,97,103,114,101,101,109,101,110,116,45,98,111,120,0,16,0,22,35,99,111,111,107,105,101,45,97,103,114,101,101,109,101,110,116,45,105,110,102,111,0,16,0,25,35,99,111,111,107,105,101,45,97,103,114,101,101,109,101,110,116,45,119,114,97,112,112,101,114,0,16,0,13,35,99,111,111,107,105,101,45,97,108,101,114,116,0,16,0,18,35,99,111,111,107,105,101,45,97,108,101,114,116,45,97,114,101,97,0,16,0,20,35,99,111,111,107,105,101,45,97,108,101,114,116,45,98,97,110,110,101,114,0,16,0,17,35,99,111,111,107,105,101,45,97,108,101,114,116,45,98,111,120,0,16,0,21,35,99,111,111,107,105,101,45,97,108,101,114,116,45,99,103,111,115,98,97,114,0,16,0,17,35,99,111,111,107,105,101,45,97,108,101,114,116,45,99,110,116,0,16,0,17,35,99,111,111,107,105,101,45,97,108,101,114,116,45,100,105,118,0,16,0,21,35,99,111,111,107,105,101,45,97,108,101,114,116,45,109,101,115,115,97,103,101,0,16,0,17,35,99,111,111,107,105,101,45,97,108,101,114,116,45,109,115,103,0,16,0,21,35,99,111,111,107,105,101,45,97,108,101,114,116,45,115,101,99,116,105,111,110,0,16,0,21,35,99,111,111,107,105,101,45,97,108,101,114,116,45,119,114,97,112,112,101,114,0,16,0,14,35,99,111,111,107,105,101,45,97,108,101,114,116,101,0,16,0,13,35,99,111,111,107,105,101,45,97,108,108,111,119,0,16,0,17,35,99,111,111,107,105,101,45,97,108,108,111,119,45,98,111,120,0,16,0,20,35,99,111,111,107,105,101,45,97,110,110,111,117,110,99,101,109,101,110,116,0,16,0,11,35,99,111,111,107,105,101,45,97,112,112,0,16,0,14,35,99,111,111,107,105,101,45,97,112,112,101,110,100,0,16,0,16,35,99,111,111,107,105,101,45,97,112,112,114,111,118,97,108,0,16,0,12,35,99,111,111,107,105,101,45,97,117,116,104,0,16,0,21,35,99,111,111,107,105,101,45,97,117,116,104,111,114,105,122,97,116,105,111,110,0,16,0,13,35,99,111,111,107,105,101,45,97,118,105,115,111,0,16,0,9,35,99,111,111,107,105,101,45,98,0,16,0,16,35,99,111,111,107,105,101,45,98,97,99,107,100,114,111,112,0,16,0,18,35,99,111,111,107,105,101,45,98,97,99,107,103,114,111,117,110,100,0,16,0,27,35,99,111,111,107,105,101,45,98,97,99,107,103,114,111,117,110,100,45,100,105,115,97,98,108,101,100,0,16,0,26,35,99,111,111,107,105,101,45,98,97,99,107,103,114,111,117,110,100,45,111,118,101,114,108,97,121,0,16,0,12,35,99,111,111,107,105,101,45,98,97,110,100,0,16,0,15,35,99,111,111,107,105,101,45,98,97,110,100,101,97,117,0,16,0,14,35,99,111,111,107,105,101,45,98,97,110,110,101,114,0,16,0,29,35,99,111,111,107,105,101,45,98,97,110,110,101,114,45,45,112,111,112,117,112,45,119,114,97,112,112,101,114,0,16,0,16,35,99,111,111,107,105,101,45,98,97,110,110,101,114,45,49,0,16,0,23,35,99,111,111,107,105,101,45,98,97,110,110,101,114,45,98,97,99,107,100,114,111,112,0,16,0,22,35,99,111,111,107,105,101,45,98,97,110,110,101,114,45,98,101,115,112,111,107,101,0,16,0,20,35,99,111,111,107,105,101,45,98,97,110,110,101,114,45,98,108,111,99,107,0,16,0,21,35,99,111,111,107,105,101,45,98,97,110,110,101,114,45,99,101,110,116,101,114,0,16,0,25,35,99,111,111,107,105,101,45,98,97,110,110,101,114,45,102,105,114,115,116,45,112,97,103,101,0,16,0,19,35,99,111,111,107,105,101,45,98,97,110,110,101,114,45,104,111,115,116,0,16,0,19,35,99,111,111,107,105,101,45,98,97,110,110,101,114,45,108,103,112,100,0,16,0,19,35,99,111,111,107,105,101,45,98,97,110,110,101,114,45,108,105,110,107,0,16,0,22,35,99,111,111,107,105,101,45,98,97,110,110,101,114,45,109,101,115,115,97,103,101,0,16,0,22,35,99,111,111,107,105,101,45,98,97,110,110,101,114,45,111,118,101,114,108,97,121,0,16,0,20,35,99,111,111,107,105,101,45,98,97,110,110,101,114,45,112,97,110,101,108,0,16,0,19,35,99,111,111,107,105,101,45,98,97,110,110,101,114,45,114,111,111,116,0,16,0,28,35,99,111,111,107,105,101,45,98,97,110,110,101,114,45,119,105,116,104,45,115,101,116,116,105,110,103,115,0,16,0,19,35,99,111,111,107,105,101,45,98,97,110,110,101,114,45,119,114,97,112,0,16,0,22,35,99,111,111,107,105,101,45,98,97,110,110,101,114,45,119,114,97,112,112,101,114,0,16,0,20,35,99,111,111,107,105,101,45,98,97,110,110,101,114,46,102,105,120,101,100,0,16,0,15,35,99,111,111,107,105,101,45,98,97,110,110,101,114,50,0,16,0,19,35,99,111,111,107,105,101,45,98,97,110,110,101,114,95,102,108,97,103,0,16,0,16,35,99,111,111,107,105,101,45,98,97,114,45,50,48,49,57,0,16,0,19,35,99,111,111,107,105,101,45,98,97,114,45,97,114,100,97,110,116,97,0,16,0,18,35,99,111,111,107,105,101,45,98,97,114,45,98,111,116,116,111,109,0,16,0,17,35,99,111,111,107,105,101,45,98,97,114,45,102,105,120,101,100,0,16,0,16,35,99,111,111,107,105,101,45,98,97,114,45,109,97,105,110,0,16,0,19,35,99,111,111,107,105,101,45,98,97,114,45,109,101,115,115,97,103,101,0,16,0,15,35,99,111,111,107,105,101,45,98,97,114,45,109,111,98,0,16,0,18,35,99,111,111,107,105,101,45,98,97,114,45,109,111,100,117,108,101,0,16,0,19,35,99,111,111,107,105,101,45,98,97,114,45,119,97,114,110,105,110,103,0,16,0,19,35,99,111,111,107,105,101,45,98,97,114,45,119,114,97,112,112,101,114,0,16,0,12,35,99,111,111,107,105,101,45,98,97,114,50,0,16,0,13,35,99,111,111,107,105,101,45,98,97,114,66,101,0,16,0,20,35,99,111,111,107,105,101,45,98,97,114,95,95,119,114,97,112,112,101,114,0,16,0,15,35,99,111,111,107,105,101,45,98,97,114,98,111,100,121,0,16,0,10,35,99,111,111,107,105,101,45,98,103,0,16,0,16,35,99,111,111,107,105,101,45,98,103,45,99,111,118,101,114,0,16,0,15,35,99,111,111,107,105,101,45,98,105,110,100,105,110,103,0,16,0,13,35,99,111,111,107,105,101,45,98,108,111,99,107,0,16,0,11,35,99,111,111,107,105,101,45,98,110,114,0,16,0,12,35,99,111,111,107,105,101,45,98,111,100,121,0,16,0,14,35,99,111,111,107,105,101,45,98,111,116,116,111,109,0,16,0,18,35,99,111,111,107,105,101,45,98,111,116,116,111,109,45,98,97,114,0,16,0,22,35,99,111,111,107,105,101,45,98,111,116,116,111,109,45,99,111,110,116,101,110,116,0,16,0,20,35,99,111,111,107,105,101,45,98,111,116,116,111,109,45,108,97,121,101,114,0,16,0,20,35,99,111,111,107,105,101,45,98,111,116,116,111,109,45,112,111,112,117,112,0,16,0,16,35,99,111,111,107,105,101,45,98,111,120,45,105,110,102,111,0,16,0,11,35,99,111,111,107,105,101,45,98,116,110,0,16,0,21,35,99,111,111,107,105,101,45,98,117,116,116,111,110,45,98,97,110,110,101,114,0,16,0,12,35,99,111,111,107,105,101,45,99,97,114,100,0,16,0,10,35,99,111,111,107,105,101,45,99,99,0,16,0,17,35,99,111,111,107,105,101,45,99,104,101,99,107,45,98,111,120,0,16,0,15,35,99,111,111,107,105,101,45,99,104,101,99,107,101,114,0,16,0,14,35,99,111,111,107,105,101,45,99,104,111,105,99,101,0,16,0,19,35,99,111,111,107,105,101,45,99,104,111,105,99,101,45,105,110,102,111,0,16,0,15,35,99,111,111,107,105,101,45,99,104,111,105,99,101,115,0,16,0,20,35,99,111,111,107,105,101,45,99,104,111,105,99,101,115,45,105,110,102,111,0,16,0,17,35,99,111,111,107,105,101,45,99,108,101,97,114,45,98,97,114,0,16,0,15,35,99,111,111,107,105,101,45,99,108,105,99,107,101,114,0,16,0,12,35,99,111,111,107,105,101,45,99,110,105,108,0,16,0,16,35,99,111,111,107,105,101,45,99,110,105,108,45,98,111,120,0,16,0,19,35,99,111,111,107,105,101,45,99,110,105,108,45,109,111,98,105,108,101,0,16,0,23,35,99,111,111,107,105,101,45,99,110,105,108,45,109,111,98,105,108,101,45,98,111,120,0,16,0,11,35,99,111,111,107,105,101,45,99,110,116,0,16,0,18,35,99,111,111,107,105,101,45,99,111,109,112,108,105,97,110,99,101,0,16,0,24,35,99,111,111,107,105,101,45,99,111,109,112,108,105,97,110,99,101,45,98,108,111,99,107,0,16,0,25,35,99,111,111,107,105,101,45,99,111,109,112,108,105,97,110,99,101,45,98,111,116,116,111,109,0,16,0,33,35,99,111,111,107,105,101,45,99,111,109,112,108,105,97,110,99,101,45,98,111,116,116,111,109,45,111,118,101,114,108,97,121,0,16,0,28,35,99,111,111,107,105,101,45,99,111,109,112,108,105,97,110,99,101,45,99,111,110,116,97,105,110,101,114,0,16,0,26,35,99,111,111,107,105,101,45,99,111,109,112,108,105,97,110,99,101,45,109,101,115,115,97,103,101,0,16,0,26,35,99,111,111,107,105,101,45,99,111,109,112,108,105,97,110,99,101,45,111,118,101,114,108,97,121,0,16,0,24,35,99,111,111,107,105,101,45,99,111,109,112,108,105,97,110,99,101,45,112,111,112,117,112,0,16,0,23,35,99,111,111,107,105,101,45,99,111,109,112,108,105,97,110,99,101,45,119,114,97,112,0,16,0,17,35,99,111,111,107,105,101,45,99,111,109,112,108,105,97,110,116,0,16,0,23,35,99,111,111,107,105,101,45,99,111,109,112,108,105,97,110,116,45,99,111,110,116,101,0,16,0,23,35,99,111,111,107,105,101,45,99,111,109,112,108,105,97,110,116,45,102,111,110,100,111,0,16,0,16,35,99,111,111,107,105,101,45,99,111,110,45,104,101,97,100,0,16,0,18,35,99,111,111,107,105,101,45,99,111,110,100,105,116,105,111,110,115,0,16,0,15,35,99,111,111,107,105,101,45,99,111,110,102,105,114,109,0,16,0,19,35,99,111,111,107,105,101,45,99,111,110,102,105,114,109,45,98,111,120,0,16,0,25,35,99,111,111,107,105,101,45,99,111,110,102,105,114,109,45,99,111,110,116,97,105,110,101,114,0,16,0,21,35,99,111,111,107,105,101,45,99,111,110,102,105,114,109,45,105,110,110,101,114,0,16,0,20,35,99,111,111,107,105,101,45,99,111,110,102,105,114,109,97,116,105,111,110,0,16,0,27,35,99,111,111,107,105,101,45,99,111,110,102,105,114,109,97,116,105,111,110,45,100,105,97,108,111,103,0,16,0,19,35,99,111,111,107,105,101,45,99,111,110,115,45,98,97,110,110,101,114,0,16,0,19,35,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,45,106,115,0,16,0,23,35,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,45,110,111,116,105,99,101,0,16,0,24,35,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,45,111,118,101,114,108,97,121,0,16,0,23,35,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,97,99,116,105,111,110,115,0,16,0,19,35,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,98,97,114,0,16,0,25,35,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,98,97,114,45,111,117,116,101,114,0,16,0,21,35,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,98,108,111,99,107,0,16,0,19,35,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,98,111,120,0,16,0,21,35,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,98,111,120,101,115,0,16,0,21,35,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,99,104,101,99,107,0,16,0,29,35,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,100,105,97,108,111,103,45,98,111,116,116,111,109,0,16,0,25,35,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,100,105,97,108,111,103,66,111,120,0,16,0,30,35,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,101,120,112,108,105,99,105,116,45,109,111,100,97,108,0,16,0,19,35,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,102,97,98,0,16,0,20,35,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,102,111,114,109,0,16,0,22,35,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,104,111,108,100,101,114,0,16,0,20,35,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,105,110,102,111,0,16,0,28,35,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,105,110,102,111,45,119,114,97,112,112,101,114,0,16,0,21,35,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,108,97,121,101,114,0,16,0,21,35,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,108,111,99,97,108,0,16,0,23,35,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,109,97,110,97,103,101,114,0,16,0,23,35,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,109,101,115,115,97,103,101,0,16,0,19,35,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,110,101,119,0,16,0,22,35,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,110,111,116,105,99,101,0,16,0,21,35,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,111,117,116,101,114,0,16,0,23,35,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,111,118,101,114,108,97,121,0,16,0,21,35,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,112,111,112,105,110,0,16,0,21,35,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,112,111,112,117,112,0,16,0,20,35,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,114,111,111,116,0,16,0,24,35,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,115,105,100,101,45,111,117,116,0,16,0,19,35,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,116,97,98,0,16,0,22,35,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,116,97,114,103,101,116,0,16,0,32,35,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,116,111,111,108,45,112,108,97,99,101,104,111,108,100,101,114,0,16,0,31,35,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,116,121,112,57,95,98,97,99,107,103,114,111,117,110,100,0,16,0,28,35,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,116,121,112,57,95,119,114,97,112,112,101,114,0,16,0,23,35,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,119,97,114,110,105,110,103,0,16,0,22,35,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,119,105,110,100,111,119,0,16,0,20,35,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,119,114,97,112,0,16,0,23,35,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,119,114,97,112,112,101,114,0,16,0,23,35,99,111,111,107,105,101,45,99,111,110,115,101,110,116,95,95,98,97,110,110,101,114,0,16,0,16,35,99,111,111,107,105,101,45,99,111,110,115,101,110,116,116,0,16,0,18,35,99,111,111,107,105,101,45,99,111,110,115,101,116,45,98,97,114,0,16,0,12,35,99,111,111,107,105,101,45,99,111,110,116,0,16,0,18,35,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,50,0,16,0,15,35,99,111,111,107,105,101,45,99,111,110,116,101,110,116,0,16,0,27,35,99,111,111,107,105,101,45,99,111,110,116,101,110,116,95,112,108,97,99,101,104,111,108,100,101,114,0,16,0,15,35,99,111,111,107,105,101,45,99,111,110,116,101,115,116,0,16,0,16,35,99,111,111,107,105,101,45,99,111,110,116,114,97,99,116,0,16,0,15,35,99,111,111,107,105,101,45,99,111,110,116,114,111,108,0,16,0,22,35,99,111,111,107,105,101,45,99,111,110,116,114,111,108,45,109,97,115,116,101,114,0,16,0,22,35,99,111,111,107,105,101,45,99,111,110,116,114,111,108,45,112,114,111,109,112,116,0,16,0,16,35,99,111,111,107,105,101,45,99,111,110,116,114,111,108,108,0,16,0,18,35,99,111,111,107,105,101,45,99,111,111,107,105,101,45,100,105,118,0,16,0,12,35,99,111,111,107,105,101,45,99,111,112,121,0,16,0,14,35,99,111,111,107,105,101,45,99,111,115,101,110,116,0,16,0,12,35,99,111,111,107,105,101,45,99,117,98,101,0,16,0,14,35,99,111,111,107,105,101,45,99,117,116,116,101,114,0,16,0,19,35,99,111,111,107,105,101,45,100,101,97,108,45,98,111,116,116,111,109,0,16,0,26,35,99,111,111,107,105,101,45,100,101,97,108,45,98,111,116,116,111,109,45,99,111,111,107,105,101,0,16,0,19,35,99,111,111,107,105,101,45,100,101,99,108,97,114,97,116,105,111,110,0,16,0,12,35,99,111,111,107,105,101,45,100,101,116,116,0,16,0,18,35,99,111,111,107,105,101,45,100,105,97,108,111,103,45,98,97,114,0,16,0,16,35,99,111,111,107,105,101,45,100,105,97,108,111,103,117,101,0,16,0,20,35,99,111,111,107,105,101,45,100,105,97,108,111,103,117,101,45,100,105,118,0,16,0,11,35,99,111,111,107,105,101,45,100,105,109,0,16,0,14,35,99,111,111,107,105,101,45,100,105,109,109,101,114,0,16,0,17,35,99,111,111,107,105,101,45,100,105,114,101,99,116,105,118,101,0,16,0,21,35,99,111,111,107,105,101,45,100,105,114,101,99,116,105,118,101,45,98,97,114,0,16,0,27,35,99,111,111,107,105,101,45,100,105,114,101,99,116,105,118,101,45,99,111,110,116,97,105,110,101,114,0,16,0,22,35,99,111,111,107,105,101,45,100,105,114,101,99,116,105,118,101,45,110,111,116,101,0,16,0,18,35,99,111,111,107,105,101,45,100,105,115,99,97,108,105,109,101,114,0,16,0,18,35,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,0,16,0,22,35,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,45,98,97,114,0,16,0,22,35,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,45,98,111,120,0,16,0,25,35,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,45,102,111,111,116,101,114,0,16,0,24,35,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,45,109,111,100,97,108,0,16,0,22,35,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,45,110,101,119,0,16,0,26,35,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,45,111,118,101,114,108,97,121,0,16,0,24,35,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,45,112,111,112,117,112,0,16,0,25,35,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,45,114,101,103,105,111,110,0,16,0,22,35,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,45,118,117,101,0,16,0,18,35,99,111,111,107,105,101,45,100,105,115,99,108,111,115,117,114,101,0,16,0,28,35,99,111,111,107,105,101,45,100,105,115,99,108,111,115,117,114,101,45,99,111,110,116,97,105,110,101,114,0,16,0,15,35,99,111,111,107,105,101,45,100,105,115,112,108,97,121,0,16,0,12,35,99,111,111,107,105,101,45,100,105,115,115,0,16,0,29,35,99,111,111,107,105,101,45,100,105,115,116,117,114,98,101,114,45,115,117,114,114,111,117,110,100,105,110,103,0,16,0,11,35,99,111,111,107,105,101,45,100,105,118,0,16,0,14,35,99,111,111,107,105,101,45,100,114,97,119,101,114,0,16,0,12,35,99,111,111,107,105,101,45,100,114,111,112,0,16,0,15,35,99,111,111,107,105,101,45,101,108,101,109,101,110,116,0,16,0,17,35,99,111,111,107,105,101,45,101,114,108,97,117,98,110,105,115,0,16,0,25,35,99,111,111,107,105,101,45,101,114,108,97,117,98,110,105,115,45,119,114,97,112,112,101,114,0,16,0,10,35,99,111,111,107,105,101,45,101,115,0,16,0,10,35,99,111,111,107,105,101,45,101,117,0,16,0,31,35,99,111,111,107,105,101,45,101,117,45,99,111,109,112,108,105,97,110,99,101,45,99,111,110,116,97,105,110,101,114,0,16,0,14,35,99,111,111,107,105,101,45,101,117,45,108,97,119,0,16,0,14,35,99,111,111,107,105,101,45,102,105,110,100,101,114,0,16,0,13,35,99,111,111,107,105,101,45,102,105,114,115,116,0,16,0,20,35,99,111,111,107,105,101,45,102,105,120,101,100,45,98,97,110,110,101,114,0,16,0,19,35,99,111,111,107,105,101,45,102,105,120,101,100,45,108,97,121,101,114,0,16,0,20,35,99,111,111,107,105,101,45,102,108,111,97,116,101,114,45,119,114,97,112,0,16,0,11,35,99,111,111,107,105,101,45,102,111,111,0,16,0,12,35,99,111,111,107,105,101,45,102,111,111,116,0,16,0,14,35,99,111,111,107,105,101,45,102,111,111,116,101,114,0,16,0,12,35,99,111,111,107,105,101,45,102,111,114,109,0,16,0,12,35,99,111,111,107,105,101,45,102,117,108,108,0,16,0,18,35,99,111,111,107,105,101,45,102,117,108,108,45,119,105,100,116,104,0,16,0,18,35,99,111,111,107,105,101,45,102,117,108,108,115,99,114,101,101,110,0,16,0,12,35,99,111,111,107,105,101,45,103,100,112,114,0,16,0,23,35,99,111,111,107,105,101,45,103,108,111,98,97,108,45,101,110,118,101,108,111,112,101,0,16,0,14,35,99,111,111,107,105,101,45,103,109,45,110,101,119,0,16,0,15,35,99,111,111,107,105,101,45,103,114,101,97,116,105,115,0,16,0,22,35,99,111,111,107,105,101,45,103,114,101,101,116,105,110,103,45,115,116,114,105,112,0,16,0,15,35,99,111,111,107,105,101,45,104,97,110,100,108,101,114,0,16,0,12,35,99,111,111,107,105,101,45,104,101,97,100,0,16,0,16,35,99,111,111,107,105,101,45,104,101,97,100,98,97,110,100,0,16,0,14,35,99,111,111,107,105,101,45,104,101,97,100,101,114,0,16,0,24,35,99,111,111,107,105,101,45,104,101,97,100,101,114,45,99,111,110,116,97,105,110,101,114,0,16,0,12,35,99,111,111,107,105,101,45,104,105,110,116,0,16,0,16,35,99,111,111,107,105,101,45,104,105,110,116,45,98,111,120,0,16,0,22,35,99,111,111,107,105,101,45,104,105,110,116,45,99,111,110,116,97,105,110,101,114,0,16,0,18,35,99,111,111,107,105,101,45,104,105,110,116,45,108,97,121,101,114,0,16,0,20,35,99,111,111,107,105,101,45,104,105,110,116,45,109,101,115,115,97,103,101,0,16,0,20,35,99,111,111,107,105,101,45,104,105,110,116,45,119,114,97,112,112,101,114,0,16,0,15,35,99,111,111,107,105,101,45,104,105,110,119,101,105,115,0,16,0,25,35,99,111,111,107,105,101,45,104,105,110,119,101,105,115,45,99,111,110,116,97,105,110,101,114,0,16,0,14,35,99,111,111,107,105,101,45,104,111,108,100,101,114,0,16,0,12,35,99,111,111,107,105,101,45,105,100,110,97,0,16,0,11,35,99,111,111,107,105,101,45,105,102,121,0,16,0,12,35,99,111,111,107,105,101,45,105,110,102,111,0,16,0,14,35,99,111,111,107,105,101,45,105,110,102,111,45,49,0,16,0,16,35,99,111,111,107,105,101,45,105,110,102,111,45,98,97,114,0,16,0,18,35,99,111,111,107,105,101,45,105,110,102,111,45,98,108,111,99,107,0,16,0,16,35,99,111,111,107,105,101,45,105,110,102,111,45,98,111,120,0,16,0,16,35,99,111,111,107,105,101,45,105,110,102,111,45,100,105,118,0,16,0,19,35,99,111,111,107,105,101,45,105,110,102,111,45,104,101,114,109,101,114,0,16,0,18,35,99,111,111,107,105,101,45,105,110,102,111,45,108,97,121,101,114,0,16,0,17,35,99,111,111,107,105,101,45,105,110,102,111,45,111,112,101,110,0,16,0,18,35,99,111,111,107,105,101,45,105,110,102,111,45,111,117,116,101,114,0,16,0,18,35,99,111,111,107,105,101,45,105,110,102,111,45,112,97,110,101,108,0,16,0,19,35,99,111,111,107,105,101,45,105,110,102,111,45,112,97,110,110,101,108,0,16,0,17,35,99,111,111,107,105,101,45,105,110,102,111,45,114,111,100,111,0,16,0,17,35,99,111,111,107,105,101,45,105,110,102,111,45,116,101,120,116,0,16,0,20,35,99,111,111,107,105,101,45,105,110,102,111,45,119,114,97,112,112,101,114,0,16,0,15,35,99,111,111,107,105,101,45,105,110,102,111,98,97,114,0,16,0,14,35,99,111,111,107,105,101,45,105,110,102,111,114,109,0,16,0,22,35,99,111,111,107,105,101,45,105,110,102,111,114,109,45,109,101,115,115,97,103,101,0,16,0,19,35,99,111,111,107,105,101,45,105,110,102,111,114,109,97,116,105,111,110,0,16,0,26,35,99,111,111,107,105,101,45,105,110,102,111,114,109,97,116,105,111,110,45,98,97,110,110,101,114,0,16,0,23,35,99,111,111,107,105,101,45,105,110,102,111,114,109,97,116,105,111,110,45,98,97,114,0,16,0,25,35,99,111,111,107,105,101,45,105,110,102,111,114,109,97,116,105,111,110,45,108,97,121,101,114,0,16,0,27,35,99,111,111,107,105,101,45,105,110,102,111,114,109,97,116,105,111,110,45,119,114,97,112,112,101,114,0,16,0,20,35,99,111,111,107,105,101,45,105,110,102,111,114,109,97,116,105,111,110,115,0,16,0,16,35,99,111,111,107,105,101,45,105,110,102,111,114,109,101,114,0,16,0,21,35,99,111,111,107,105,101,45,105,110,110,101,114,45,119,114,97,112,112,101,114,0,16,0,14,35,99,111,111,107,105,101,45,105,110,118,105,116,101,0,16,0,25,35,99,111,111,107,105,101,45,106,97,114,45,112,111,108,105,99,121,45,98,97,110,110,101,114,0,16,0,15,35,99,111,111,107,105,101,45,107,111,110,116,114,111,108,0,16,0,11,35,99,111,111,107,105,101,45,108,97,119,0,16,0,15,35,99,111,111,107,105,101,45,108,97,119,45,98,97,114,0,16,0,15,35,99,111,111,107,105,101,45,108,97,119,45,98,111,120,0,16,0,22,35,99,111,111,107,105,101,45,108,97,119,45,99,111,109,112,108,105,97,110,99,101,0,16,0,19,35,99,111,111,107,105,101,45,108,97,119,45,99,111,110,115,101,110,116,0,16,0,27,35,99,111,111,107,105,101,45,108,97,119,45,99,111,110,115,101,110,116,45,115,101,99,116,105,111,110,0,16,0,21,35,99,111,111,107,105,101,45,108,97,119,45,99,111,110,116,97,105,110,101,114,0,16,0,25,35,99,111,111,107,105,101,45,108,97,119,45,99,111,110,116,97,105,110,101,114,45,98,111,120,0,16,0,18,35,99,111,111,107,105,101,45,108,97,119,45,100,105,97,108,111,103,0,16,0,15,35,99,111,111,107,105,101,45,108,97,119,45,100,105,118,0,16,0,20,35,99,111,111,107,105,101,45,108,97,119,45,101,110,102,111,114,99,101,114,0,16,0,15,35,99,111,111,107,105,101,45,108,97,119,45,102,105,120,0,16,0,22,35,99,111,111,107,105,101,45,108,97,119,45,105,110,102,111,45,97,103,97,105,110,0,16,0,17,35,99,111,111,107,105,101,45,108,97,119,45,105,110,102,111,115,0,16,0,19,35,99,111,111,107,105,101,45,108,97,119,45,109,101,115,115,97,103,101,0,16,0,16,35,99,111,111,107,105,101,45,108,97,119,45,110,111,116,101,0,16,0,17,35,99,111,111,107,105,101,45,108,97,119,45,110,111,116,105,102,0,16,0,19,35,99,111,111,107,105,101,45,108,97,119,45,112,97,100,100,105,110,103,0,16,0,17,35,99,111,111,107,105,101,45,108,97,119,45,112,111,112,117,112,0,16,0,18,35,99,111,111,107,105,101,45,108,97,119,45,115,99,114,105,112,116,0,16,0,14,35,99,111,111,107,105,101,45,108,97,119,45,117,119,0,16,0,16,35,99,111,111,107,105,101,45,108,97,119,45,119,114,97,112,0,16,0,19,35,99,111,111,107,105,101,45,108,97,119,45,119,114,97,112,112,101,114,0,16,0,23,35,99,111,111,107,105,101,45,108,97,121,101,114,45,99,111,110,116,97,105,110,101,114,0,16,0,21,35,99,111,111,107,105,101,45,108,97,121,101,114,45,111,118,101,114,108,97,121,0,16,0,23,35,99,111,111,107,105,101,45,108,97,121,101,114,45,112,114,111,116,101,99,116,111,114,0,16,0,21,35,99,111,111,107,105,101,45,108,97,121,101,114,45,119,114,97,112,112,101,114,0,16,0,13,35,99,111,111,107,105,101,45,108,101,103,97,108,0,16,0,18,35,99,111,111,107,105,101,45,108,101,103,97,108,45,105,110,102,111,0,16,0,20,35,99,111,111,107,105,101,45,108,101,103,97,108,45,110,111,116,105,99,101,0,16,0,14,35,99,111,111,107,105,101,45,108,101,103,97,108,115,0,16,0,19,35,99,111,111,107,105,101,45,108,101,103,105,115,108,97,116,105,111,110,0,16,0,16,35,99,111,111,107,105,101,45,108,105,103,104,116,98,111,120,0,16,0,12,35,99,111,111,107,105,101,45,108,105,110,101,0,16,0,12,35,99,111,111,107,105,101,45,108,105,115,116,0,16,0,15,35,99,111,111,107,105,101,45,109,97,110,97,103,101,114,0,16,0,22,35,99,111,111,107,105,101,45,109,97,110,97,103,101,114,45,100,105,97,108,111,103,0,16,0,23,35,99,111,111,107,105,101,45,109,97,110,97,103,101,114,45,119,114,97,112,112,101,114,0,16,0,12,35,99,111,111,107,105,101,45,109,97,115,107,0,16,0,15,35,99,111,111,107,105,101,45,109,101,108,100,105,110,103,0,16,0,25,35,99,111,111,107,105,101,45,109,101,108,100,105,110,103,45,99,111,110,116,97,105,110,101,114,0,16,0,19,35,99,111,111,107,105,101,45,109,101,108,100,105,110,103,45,116,111,112,0,16,0,15,35,99,111,111,107,105,101,45,109,101,108,100,117,110,103,0,16,0,12,35,99,111,111,107,105,101,45,109,101,115,115,0,16,0,15,35,99,111,111,107,105,101,45,109,101,115,115,97,103,101,0,16,0,20,35,99,111,111,107,105,101,45,109,101,115,115,97,103,101,45,97,114,101,97,0,16,0,19,35,99,111,111,107,105,101,45,109,101,115,115,97,103,101,45,98,111,120,0,16,0,25,35,99,111,111,107,105,101,45,109,101,115,115,97,103,101,45,99,111,110,116,97,105,110,101,114,0,16,0,21,35,99,111,111,107,105,101,45,109,101,115,115,97,103,101,45,102,105,120,101,100,0,16,0,23,35,99,111,111,107,105,101,45,109,101,115,115,97,103,101,45,111,118,101,114,108,97,121,0,16,0,21,35,99,111,111,107,105,101,45,109,101,115,115,97,103,101,45,112,97,110,101,108,0,16,0,20,35,99,111,111,107,105,101,45,109,101,115,115,97,103,101,45,116,101,120,116,0,16,0,23,35,99,111,111,107,105,101,45,109,101,115,115,97,103,101,45,119,114,97,112,112,101,114,0,16,0,26,35,99,111,111,107,105,101,45,109,101,115,115,115,97,103,101,45,99,111,110,116,97,105,110,101,114,0,16,0,18,35,99,111,111,107,105,101,45,109,105,110,105,45,112,111,112,117,112,0,16,0,18,35,99,111,111,107,105,101,45,109,111,100,97,108,45,50,48,50,50,0,16,0,22,35,99,111,111,107,105,101,45,109,111,100,97,108,45,98,97,99,107,100,114,111,112,0,16,0,16,35,99,111,111,107,105,101,45,109,111,100,97,108,45,98,103,0,16,0,23,35,99,111,111,107,105,101,45,109,111,100,97,108,45,99,111,110,116,97,105,110,101,114,0,16,0,21,35,99,111,111,107,105,101,45,109,111,100,97,108,45,111,118,101,114,108,97,121,0,16,0,19,35,99,111,111,107,105,101,45,109,111,100,101,114,110,45,105,110,102,111,0,16,0,22,35,99,111,111,107,105,101,45,109,111,100,101,114,110,45,111,118,101,114,108,97,121,0,16,0,14,35,99,111,111,107,105,101,45,109,111,100,117,108,101,0,16,0,15,35,99,111,111,107,105,101,45,109,111,110,115,116,97,104,0,16,0,15,35,99,111,111,107,105,101,45,109,111,110,115,116,101,114,0,16,0,19,35,99,111,111,107,105,101,45,109,111,110,115,116,101,114,45,98,97,114,0,16,0,25,35,99,111,111,107,105,101,45,109,111,110,115,116,101,114,45,99,111,110,116,97,105,110,101,114,0,16,0,20,35,99,111,111,107,105,101,45,109,111,110,115,116,101,114,45,114,111,111,116,0,16,0,19,35,99,111,111,107,105,101,45,109,111,110,115,116,101,114,45,115,97,110,0,16,0,11,35,99,111,111,107,105,101,45,109,115,103,0,16,0,15,35,99,111,111,107,105,101,45,109,115,103,45,98,97,114,0,16,0,15,35,99,111,111,107,105,101,45,109,115,103,45,98,111,120,0,16,0,19,35,99,111,111,107,105,101,45,109,115,103,45,119,114,97,112,112,101,114,0,16,0,11,35,99,111,111,107,105,101,45,110,97,103,0,16,0,14,35,99,111,111,107,105,101,45,110,97,118,98,97,114,0,16,0,14,35,99,111,111,107,105,101,45,110,98,45,109,115,103,0,16,0,11,35,99,111,111,107,105,101,45,110,101,119,0,16,0,12,35,99,111,111,107,105,101,45,110,111,114,109,0,16,0,12,35,99,111,111,107,105,101,45,110,111,116,101,0,16,0,12,35,99,111,111,107,105,101,45,110,111,116,102,0,16,0,12,35,99,111,111,107,105,101,45,110,111,116,105,0,16,0,25,35,99,111,111,107,105,101,45,110,111,116,105,99,101,45,98,97,99,107,103,114,111,117,110,100,0,16,0,21,35,99,111,111,107,105,101,45,110,111,116,105,99,101,45,98,97,110,110,101,114,0,16,0,18,35,99,111,111,107,105,101,45,110,111,116,105,99,101,45,98,97,114,0,16,0,22,35,99,111,111,107,105,101,45,110,111,116,105,99,101,45,98,108,111,99,107,101,114,0,16,0,18,35,99,111,111,107,105,101,45,110,111,116,105,99,101,45,98,111,120,0,16,0,24,35,99,111,111,107,105,101,45,110,111,116,105,99,101,45,99,111,110,116,97,105,110,101,114,0,16,0,36,35,99,111,111,107,105,101,45,110,111,116,105,99,101,45,100,97,116,97,45,112,114,105,118,97,99,121,45,115,101,108,101,99,116,111,114,0,16,0,21,35,99,111,111,107,105,101,45,110,111,116,105,99,101,45,100,105,97,108,111,103,0,16,0,21,35,99,111,111,107,105,101,45,110,111,116,105,99,101,45,104,101,97,100,101,114,0,16,0,20,35,99,111,111,107,105,101,45,110,111,116,105,99,101,45,111,117,116,101,114,0,16,0,22,35,99,111,111,107,105,101,45,110,111,116,105,99,101,45,111,118,101,114,108,97,121,0,16,0,23,35,99,111,111,107,105,101,45,110,111,116,105,99,101,45,112,108,97,116,102,111,114,109,0,16,0,20,35,99,111,111,107,105,101,45,110,111,116,105,99,101,45,112,111,112,117,112,0,16,0,22,35,99,111,111,107,105,101,45,110,111,116,105,99,101,45,115,101,99,116,105,111,110,0,16,0,18,35,99,111,111,107,105,101,45,110,111,116,105,99,101,45,116,111,112,0,16,0,25,35,99,111,111,107,105,101,45,110,111,116,105,99,101,45,116,111,112,45,98,97,110,110,101,114,0,16,0,17,35,99,111,111,107,105,101,45,110,111,116,105,99,101,45,117,107,0,16,0,17,35,99,111,111,107,105,101,45,110,111,116,105,99,101,45,118,51,0,16,0,19,35,99,111,111,107,105,101,45,110,111,116,105,99,101,45,119,114,97,112,0,16,0,22,35,99,111,111,107,105,101,45,110,111,116,105,99,101,45,119,114,97,112,112,101,114,0,16,0,31,35,99,111,111,107,105,101,45,110,111,116,105,99,101,45,119,114,97,112,112,101,114,45,97,100,118,97,110,99,101,100,0,16,0,15,35,99,111,111,107,105,101,45,110,111,116,105,99,101,50,0,16,0,13,35,99,111,111,107,105,101,45,110,111,116,105,102,0,16,0,26,35,99,111,111,107,105,101,45,110,111,116,105,102,99,97,116,105,111,110,45,98,97,110,110,101,114,0,16,0,16,35,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,0,16,0,27,35,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,45,98,97,110,110,101,114,0,16,0,35,35,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,45,98,97,110,110,101,114,45,119,114,97,112,112,101,114,0,16,0,24,35,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,45,98,97,114,0,16,0,26,35,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,45,98,108,111,99,107,0,16,0,24,35,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,45,98,111,120,0,16,0,30,35,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,45,99,111,110,116,97,105,110,101,114,0,16,0,28,35,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,45,99,111,110,116,101,110,116,0,16,0,27,35,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,45,104,101,97,100,101,114,0,16,0,23,35,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,45,106,99,0,16,0,28,35,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,45,109,101,115,115,97,103,101,0,16,0,28,35,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,45,111,118,101,114,108,97,121,0,16,0,28,35,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,45,115,101,99,116,105,111,110,0,16,0,28,35,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,45,119,114,97,112,112,101,114,0,16,0,23,35,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,98,97,114,0,16,0,16,35,99,111,111,107,105,101,45,110,111,116,105,102,105,101,114,0,16,0,19,35,99,111,111,107,105,101,45,110,111,116,105,102,121,80,97,110,101,108,0,16,0,11,35,99,111,111,107,105,101,45,110,116,99,0,16,0,19,35,99,111,111,107,105,101,45,110,121,105,108,97,116,107,111,122,97,116,0,16,0,14,35,99,111,111,107,105,101,45,111,112,116,45,105,110,0,16,0,21,35,99,111,111,107,105,101,45,111,112,116,45,105,110,45,98,117,116,116,111,110,0,16,0,21,35,99,111,111,107,105,101,45,111,112,116,45,105,110,45,102,111,111,116,101,114,0,16,0,15,35,99,111,111,107,105,101,45,111,112,116,45,111,117,116,0,16,0,13,35,99,111,111,107,105,101,45,111,112,116,105,110,0,16,0,14,35,99,111,111,107,105,101,45,111,112,116,111,117,116,0,16,0,25,35,99,111,111,107,105,101,45,111,118,101,114,108,97,121,45,99,111,110,116,97,105,110,101,114,0,16,0,22,35,99,111,111,107,105,101,45,111,118,101,114,108,97,121,45,102,111,111,116,101,114,0,16,0,23,35,99,111,111,107,105,101,45,111,118,101,114,108,97,121,45,109,101,115,115,97,103,101,0,16,0,25,35,99,111,111,107,105,101,45,111,118,101,114,108,97,121,45,109,111,100,97,108,45,98,111,120,0,16,0,23,35,99,111,111,107,105,101,45,111,118,101,114,108,97,121,45,119,114,97,112,112,101,114,0,16,0,12,35,99,111,111,107,105,101,45,112,97,103,101,0,16,0,13,35,99,111,111,107,105,101,45,112,97,110,101,108,0,16,0,20,35,99,111,111,107,105,101,45,112,97,110,101,108,45,98,97,110,110,101,114,0,16,0,20,35,99,111,111,107,105,101,45,112,97,110,101,108,45,100,105,97,108,111,103,0,16,0,16,35,99,111,111,107,105,101,45,112,101,114,109,45,98,97,114,0,16,0,17,35,99,111,111,107,105,101,45,112,101,114,109,105,115,115,105,101,0,16,0,22,35,99,111,111,107,105,101,45,112,101,114,109,105,115,115,105,111,110,45,98,97,114,0,16,0,19,35,99,111,111,107,105,101,45,112,108,97,99,101,104,111,108,100,101,114,0,16,0,11,35,99,111,111,107,105,101,45,112,110,108,0,16,0,14,35,99,111,111,107,105,101,45,112,111,108,105,99,101,0,16,0,16,35,99,111,111,107,105,101,45,112,111,108,105,99,105,101,115,0,16,0,25,35,99,111,111,107,105,101,45,112,111,108,105,99,121,45,97,99,99,101,112,116,45,98,97,114,0,16,0,24,35,99,111,111,107,105,101,45,112,111,108,105,99,121,45,97,103,114,101,101,109,101,110,116,0,16,0,20,35,99,111,111,107,105,101,45,112,111,108,105,99,121,45,97,108,101,114,116,0,16,0,21,35,99,111,111,107,105,101,45,112,111,108,105,99,121,45,98,97,110,110,101,114,0,16,0,18,35,99,111,111,107,105,101,45,112,111,108,105,99,121,45,98,97,114,0,16,0,27,35,99,111,111,107,105,101,45,112,111,108,105,99,121,45,98,97,115,105,99,45,104,111,108,100,101,114,0,16,0,20,35,99,111,111,107,105,101,45,112,111,108,105,99,121,45,98,108,111,99,107,0,16,0,28,35,99,111,111,107,105,101,45,112,111,108,105,99,121,45,98,111,116,116,111,109,45,98,97,110,110,101,114,0,16,0,18,35,99,111,111,107,105,101,45,112,111,108,105,99,121,45,98,111,120,0,16,0,22,35,99,111,111,107,105,101,45,112,111,108,105,99,121,45,99,111,110,115,101,110,116,0,16,0,26,35,99,111,111,107,105,101,45,112,111,108,105,99,121,45,99,111,110,115,101,110,116,45,98,97,114,0,16,0,24,35,99,111,111,107,105,101,45,112,111,108,105,99,121,45,99,111,110,116,97,105,110,101,114,0,16,0,21,35,99,111,111,107,105,101,45,112,111,108,105,99,121,45,100,105,97,108,111,103,0,16,0,25,35,99,111,111,107,105,101,45,112,111,108,105,99,121,45,100,105,115,99,108,97,105,109,101,114,0,16,0,19,35,99,111,111,107,105,101,45,112,111,108,105,99,121,45,104,105,110,116,0,16,0,21,35,99,111,111,107,105,101,45,112,111,108,105,99,121,45,104,111,108,100,101,114,0,16,0,19,35,99,111,111,107,105,101,45,112,111,108,105,99,121,45,105,110,102,111,0,16,0,20,35,99,111,111,107,105,101,45,112,111,108,105,99,121,45,108,97,121,101,114,0,16,0,22,35,99,111,111,107,105,101,45,112,111,108,105,99,121,45,109,101,115,115,97,103,101,0,16,0,18,35,99,111,111,107,105,101,45,112,111,108,105,99,121,45,109,115,103,0,16,0,24,35,99,111,111,107,105,101,45,112,111,108,105,99,121,45,110,111,111,118,101,114,108,97,121,0,16,0,21,35,99,111,111,107,105,101,45,112,111,108,105,99,121,45,110,111,116,105,99,101,0,16,0,27,35,99,111,111,107,105,101,45,112,111,108,105,99,121,45,110,111,116,105,102,105,99,97,116,105,111,110,0,16,0,41,35,99,111,111,107,105,101,45,112,111,108,105,99,121,45,110,111,116,105,102,105,99,97,116,105,111,110,95,95,109,105,99,114,111,115,101,114,118,105,99,101,0,16,0,38,35,99,111,111,107,105,101,45,112,111,108,105,99,121,45,111,118,101,114,108,97,121,45,98,108,111,99,107,45,99,111,110,116,97,105,110,101,114,0,16,0,20,35,99,111,111,107,105,101,45,112,111,108,105,99,121,45,112,111,112,105,110,0,16,0,20,35,99,111,111,107,105,101,45,112,111,108,105,99,121,45,112,111,112,117,112,0,16,0,22,35,99,111,111,107,105,101,45,112,111,108,105,99,121,45,115,101,99,116,105,111,110,0,16,0,21,35,99,111,111,107,105,101,45,112,111,108,105,99,121,45,115,104,97,100,111,119,0,16,0,21,35,99,111,111,107,105,101,45,112,111,108,105,99,121,45,115,116,105,99,107,121,0,16,0,20,35,99,111,111,107,105,101,45,112,111,108,105,99,121,45,115,116,114,97,112,0,16,0,22,35,99,111,111,107,105,101,45,112,111,108,105,99,121,45,119,97,114,110,105,110,103,0,16,0,19,35,99,111,111,107,105,101,45,112,111,108,105,99,121,45,119,114,97,112,0,16,0,22,35,99,111,111,107,105,101,45,112,111,108,105,99,121,45,119,114,97,112,112,101,114,0,16,0,24,35,99,111,111,107,105,101,45,112,111,108,105,116,105,99,97,115,46,97,99,116,105,118,101,0,16,0,22,35,99,111,111,107,105,101,45,112,111,108,105,116,105,99,115,45,112,111,112,117,112,0,16,0,16,35,99,111,111,107,105,101,45,112,111,108,105,116,121,107,97,0,16,0,11,35,99,111,111,107,105,101,45,112,111,112,0,16,0,21,35,99,111,111,107,105,101,45,112,111,112,45,99,111,110,116,97,105,110,101,114,0,16,0,14,35,99,111,111,107,105,101,45,112,111,112,45,117,112,0,16,0,13,35,99,111,111,107,105,101,45,112,111,112,105,110,0,16,0,21,35,99,111,111,107,105,101,45,112,111,112,105,110,45,119,114,97,112,112,101,114,0,16,0,15,35,99,111,111,107,105,101,45,112,111,112,111,118,101,114,0,16,0,17,35,99,111,111,107,105,101,45,112,111,112,117,112,45,98,97,114,0,16,0,18,35,99,111,111,107,105,101,45,112,111,112,117,112,45,99,111,110,116,0,16,0,23,35,99,111,111,107,105,101,45,112,111,112,117,112,45,99,111,110,116,97,105,110,101,114,0,16,0,21,35,99,111,111,107,105,101,45,112,111,112,117,112,45,99,111,110,116,101,110,116,0,16,0,25,35,99,111,111,107,105,101,45,112,111,112,117,112,45,104,105,110,116,101,114,103,114,117,110,100,0,16,0,19,35,99,111,111,107,105,101,45,112,111,112,117,112,45,105,110,110,101,114,0,16,0,19,35,99,111,111,107,105,101,45,112,111,112,117,112,45,111,117,116,101,114,0,16,0,21,35,99,111,111,107,105,101,45,112,111,112,117,112,45,111,118,101,114,108,97,121,0,16,0,26,35,99,111,111,107,105,101,45,112,111,112,117,112,45,119,105,116,104,45,111,118,101,114,108,97,121,0,16,0,21,35,99,111,111,107,105,101,45,112,111,112,117,112,45,119,114,97,112,112,101,114,0,16,0,14,35,99,111,111,107,105,101,45,112,111,112,117,112,50,0,16,0,29,35,99,111,111,107,105,101,45,112,111,112,117,112,50,45,115,116,105,99,107,121,45,119,114,97,112,112,101,114,0,16,0,21,35,99,111,111,107,105,101,45,112,111,119,105,97,100,111,109,105,101,110,105,101,0,16,0,13,35,99,111,111,107,105,101,45,112,114,101,102,115,0,16,0,18,35,99,111,111,107,105,101,45,112,114,101,102,115,45,105,99,111,110,0,16,0,15,35,99,111,111,107,105,101,45,112,114,101,118,101,110,116,0,16,0,15,35,99,111,111,107,105,101,45,112,114,105,118,97,99,121,0,16,0,22,35,99,111,111,107,105,101,45,112,114,105,118,97,99,121,45,98,97,110,110,101,114,0,16,0,20,35,99,111,111,107,105,101,45,112,114,105,118,97,99,121,45,105,110,102,111,0,16,0,28,35,99,111,111,107,105,101,45,112,114,105,118,97,99,121,45,105,110,102,111,45,119,114,97,112,112,101,114,0,16,0,22,35,99,111,111,107,105,101,45,112,114,105,118,97,99,121,45,112,111,108,105,99,121,0,16,0,29,35,99,111,111,107,105,101,45,112,114,105,118,97,99,121,45,112,111,108,105,99,121,45,98,97,110,110,101,114,0,16,0,21,35,99,111,111,107,105,101,45,112,114,105,118,97,99,121,45,112,111,112,117,112,0,16,0,23,35,99,111,111,107,105,101,45,112,114,105,118,97,99,121,45,119,114,97,112,112,101,114,0,16,0,14,35,99,111,111,107,105,101,45,112,114,111,109,112,116,0,16,0,20,35,99,111,111,107,105,101,45,112,114,111,109,112,116,45,102,105,120,101,100,0,16,0,24,35,99,111,111,107,105,101,45,112,114,111,109,112,116,45,112,114,111,116,101,99,116,111,114,0,16,0,11,35,99,111,111,107,105,101,45,112,117,112,0,16,0,21,35,99,111,111,107,105,101,45,112,117,112,117,112,45,119,114,97,112,112,101,114,0,16,0,16,35,99,111,111,107,105,101,45,113,117,101,115,116,105,111,110,0,16,0,23,35,99,111,111,107,105,101,45,113,117,101,115,116,105,111,110,45,98,97,110,110,101,114,0,16,0,11,35,99,111,111,107,105,101,45,114,97,109,0,16,0,14,35,99,111,111,107,105,101,45,114,101,103,105,111,110,0,16,0,13,35,99,111,111,107,105,101,45,114,101,103,108,101,0,16,0,15,35,99,111,111,107,105,101,45,114,101,113,117,101,115,116,0,16,0,16,35,99,111,111,107,105,101,45,114,101,113,117,105,114,101,100,0,16,0,19,35,99,111,111,107,105,101,45,114,101,115,116,114,105,99,116,105,111,110,0,16,0,26,35,99,111,111,107,105,101,45,114,101,116,97,114,103,101,116,105,110,103,45,109,111,100,117,108,101,0,16,0,14,35,99,111,111,107,105,101,45,114,105,98,98,111,110,0,16,0,16,35,99,111,111,107,105,101,45,114,105,98,98,111,110,45,49,0,16,0,18,35,99,111,111,107,105,101,45,114,105,99,104,116,108,105,110,105,101,0,16,0,31,35,99,111,111,107,105,101,45,114,105,99,104,116,108,105,110,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,0,16,0,12,35,99,111,111,107,105,101,45,114,111,100,111,0,16,0,11,35,99,111,111,107,105,101,45,114,111,119,0,16,0,17,35,99,111,111,107,105,101,45,114,117,108,101,115,45,116,111,112,0,16,0,14,35,99,111,111,107,105,101,45,115,99,114,101,101,110,0,16,0,15,35,99,111,111,107,105,101,45,115,101,99,116,105,111,110,0,16,0,16,35,99,111,111,107,105,101,45,115,101,108,101,99,116,111,114,0,16,0,23,35,99,111,111,107,105,101,45,115,101,116,116,105,110,103,45,115,101,99,116,105,111,110,0,16,0,22,35,99,111,111,107,105,101,45,115,101,116,116,105,110,103,115,45,97,108,101,114,116,0,16,0,21,35,99,111,111,107,105,101,45,115,101,116,116,105,110,103,115,45,99,111,110,116,0,16,0,26,35,99,111,111,107,105,101,45,115,101,116,116,105,110,103,115,45,99,111,110,116,97,105,110,101,114,0,16,0,20,35,99,111,111,107,105,101,45,115,101,116,116,105,110,103,115,45,100,108,103,0,16,0,22,35,99,111,111,107,105,101,45,115,101,116,116,105,110,103,115,45,108,97,121,101,114,0,16,0,32,35,99,111,111,107,105,101,45,115,101,116,116,105,110,103,115,46,99,111,111,107,105,101,45,115,101,116,116,105,110,103,115,0,16,0,14,35,99,111,111,107,105,101,45,115,104,97,100,111,119,0,16,0,22,35,99,111,111,107,105,101,45,115,105,116,101,45,99,111,110,116,97,105,110,101,114,0,16,0,26,35,99,111,111,107,105,101,45,115,105,116,101,45,99,111,110,116,97,105,110,101,114,45,98,111,120,0,16,0,13,35,99,111,111,107,105,101,45,115,108,105,100,101,0,16,0,14,35,99,111,111,107,105,101,45,115,108,105,100,101,114,0,16,0,21,35,99,111,111,107,105,101,45,115,108,105,100,105,110,103,45,112,111,112,117,112,0,16,0,13,35,99,111,111,107,105,101,45,115,112,97,99,101,0,16,0,14,35,99,111,111,107,105,101,45,115,112,97,99,101,114,0,16,0,17,35,99,111,111,107,105,101,45,115,116,97,116,101,109,101,110,116,0,16,0,28,35,99,111,111,107,105,101,45,115,116,97,116,117,115,45,119,105,100,103,101,116,45,104,111,108,100,101,114,0,16,0,14,35,99,111,111,107,105,101,45,115,116,105,99,107,50,0,16,0,14,35,99,111,111,107,105,101,45,115,116,105,99,107,121,0,16,0,18,35,99,111,111,107,105,101,45,115,116,105,99,107,121,45,98,97,114,0,16,0,21,35,99,111,111,107,105,101,45,115,116,111,114,101,45,115,101,99,116,105,111,110,0,16,0,17,35,99,111,111,107,105,101,45,115,116,114,97,112,108,105,110,101,0,16,0,13,35,99,111,111,107,105,101,45,115,116,114,105,112,0,16,0,13,35,99,111,111,107,105,101,45,116,97,98,108,101,0,16,0,20,35,99,111,111,107,105,101,45,116,97,106,101,107,111,122,116,97,116,97,115,0,16,0,13,35,99,111,111,107,105,101,45,116,101,114,109,115,0,16,0,19,35,99,111,111,107,105,101,45,116,101,120,116,45,98,97,110,110,101,114,0,16,0,18,35,99,111,111,107,105,101,45,116,105,109,116,117,108,45,98,111,116,0,16,0,12,35,99,111,111,107,105,101,45,116,105,112,115,0,16,0,14,35,99,111,111,107,105,101,45,116,105,115,115,117,101,0,16,0,13,35,99,111,111,107,105,101,45,116,111,97,115,116,0,16,0,23,35,99,111,111,107,105,101,45,116,111,97,115,116,45,99,111,110,116,97,105,110,101,114,0,16,0,15,35,99,111,111,107,105,101,45,116,111,111,108,98,97,114,0,16,0,15,35,99,111,111,107,105,101,45,116,111,111,108,107,105,116,0,16,0,20,35,99,111,111,107,105,101,45,116,111,111,108,107,105,116,45,119,114,97,112,0,16,0,15,35,99,111,111,107,105,101,45,116,111,111,108,116,105,112,0,16,0,15,35,99,111,111,107,105,101,45,116,111,112,45,98,97,114,0,16,0,14,35,99,111,111,107,105,101,45,116,111,112,98,97,114,0,16,0,17,35,99,111,111,107,105,101,45,116,111,112,115,116,105,99,107,121,0,16,0,14,35,99,111,111,107,105,101,45,116,117,110,110,101,108,0,16,0,10,35,99,111,111,107,105,101,45,117,101,0,16,0,14,35,99,111,111,107,105,101,45,117,110,105,45,107,108,0,16,0,19,35,99,111,111,107,105,101,45,117,115,97,103,101,45,97,108,101,114,116,0,16,0,20,35,99,111,111,107,105,101,45,117,115,97,103,101,45,110,111,116,105,99,101,0,16,0,26,35,99,111,111,107,105,101,45,117,115,97,103,101,45,110,111,116,105,102,105,99,97,116,105,111,110,0,16,0,19,35,99,111,111,107,105,101,45,117,115,97,103,101,45,112,97,110,101,108,0,16,0,26,35,99,111,111,107,105,101,45,117,115,101,45,110,111,116,105,99,101,45,119,114,97,112,112,101,114,0,16,0,14,35,99,111,111,107,105,101,45,117,122,101,110,101,116,0,16,0,14,35,99,111,111,107,105,101,45,118,97,114,115,101,108,0,16,0,12,35,99,111,111,107,105,101,45,118,105,101,119,0,16,0,15,35,99,111,111,107,105,101,45,118,117,101,45,97,112,112,0,16,0,20,35,99,111,111,107,105,101,45,119,97,108,108,45,119,114,97,112,112,101,114,0,16,0,12,35,99,111,111,107,105,101,45,119,97,114,110,0,16,0,15,35,99,111,111,107,105,101,45,119,97,114,110,105,110,103,0,16,0,19,35,99,111,111,107,105,101,45,119,97,114,110,105,110,103,45,97,112,112,0,16,0,24,35,99,111,111,107,105,101,45,119,97,114,110,105,110,103,45,98,97,99,107,100,114,111,112,0,16,0,22,35,99,111,111,107,105,101,45,119,97,114,110,105,110,103,45,98,97,110,110,101,114,0,16,0,19,35,99,111,111,107,105,101,45,119,97,114,110,105,110,103,45,98,97,114,0,16,0,19,35,99,111,111,107,105,101,45,119,97,114,110,105,110,103,45,98,111,120,0,16,0,25,35,99,111,111,107,105,101,45,119,97,114,110,105,110,103,45,99,111,110,116,97,105,110,101,114,0,16,0,19,35,99,111,111,107,105,101,45,119,97,114,110,105,110,103,45,100,105,118,0,16,0,20,35,99,111,111,107,105,101,45,119,97,114,110,105,110,103,45,103,100,112,114,0,16,0,25,35,99,111,111,107,105,101,45,119,97,114,110,105,110,103,45,105,115,45,115,116,117,112,105,100,0,16,0,23,35,99,111,111,107,105,101,45,119,97,114,110,105,110,103,45,112,97,100,100,105,110,103,0,16,0,21,35,99,111,111,107,105,101,45,119,97,114,110,105,110,103,45,112,97,110,101,108,0,16,0,22,35,99,111,111,107,105,101,45,119,97,114,110,105,110,103,45,112,108,117,103,105,110,0,16,0,12,35,99,111,111,107,105,101,45,119,101,108,108,0,16,0,11,35,99,111,111,107,105,101,45,119,101,116,0,16,0,14,35,99,111,111,107,105,101,45,119,105,100,103,101,116,0,16,0,22,35,99,111,111,107,105,101,45,119,105,100,103,101,116,45,99,111,110,102,105,114,109,0,16,0,14,35,99,111,111,107,105,101,45,119,105,110,100,111,119,0,16,0,25,35,99,111,111,107,105,101,45,119,114,97,112,112,101,114,45,99,111,110,116,97,105,110,101,114,0,16,0,10,35,99,111,111,107,105,101,45,121,109,0,16,0,12,35,99,111,111,107,105,101,45,122,111,110,101,0,16,0,14,35,99,111,111,107,105,101,46,97,99,116,105,118,101,0,16,0,13,35,99,111,111,107,105,101,46,97,108,101,114,116,0,16,0,21,35,99,111,111,107,105,101,46,97,108,101,114,116,45,119,97,114,110,105,110,103,0,16,0,20,35,99,111,111,107,105,101,46,97,108,105,103,110,45,99,101,110,116,101,114,0,16,0,14,35,99,111,111,107,105,101,46,99,111,108,45,49,50,0,16,0,13,35,99,111,111,107,105,101,46,102,105,120,101,100,0,16,0,20,35,99,111,111,107,105,101,46,102,105,120,101,100,45,98,111,116,116,111,109,0,16,0,16,35,99,111,111,107,105,101,46,110,103,45,115,99,111,112,101,0,16,0,14,35,99,111,111,107,105,101,46,110,111,116,105,99,101,0,16,0,11,35,99,111,111,107,105,101,46,112,45,52,0,16,0,12,35,99,111,111,107,105,101,46,114,103,112,100,0,16,0,14,35,99,111,111,107,105,101,46,115,104,111,119,109,101,0,16,0,12,35,99,111,111,107,105,101,46,118,105,101,119,0,16,0,13,35,99,111,111,107,105,101,46,119,45,49,48,48,0,16,0,8,35,99,111,111,107,105,101,49,0,16,0,13,35,99,111,111,107,105,101,49,56,121,101,97,114,0,16,0,8,35,99,111,111,107,105,101,50,0,16,0,9,35,99,111,111,107,105,101,50,57,0,16,0,15,35,99,111,111,107,105,101,50,77,101,108,100,117,110,103,0,16,0,14,35,99,111,111,107,105,101,51,97,114,104,77,115,103,0,16,0,11,35,99,111,111,107,105,101,54,56,55,54,0,16,0,10,35,99,111,111,107,105,101,65,99,99,0,16,0,19,35,99,111,111,107,105,101,65,99,99,101,112,116,66,97,110,110,101,114,0,16,0,16,35,99,111,111,107,105,101,65,99,99,101,112,116,66,97,114,0,16,0,16,35,99,111,111,107,105,101,65,99,99,101,112,116,66,111,120,0,16,0,22,35,99,111,111,107,105,101,65,99,99,101,112,116,67,111,110,116,97,105,110,101,114,0,16,0,20,35,99,111,111,107,105,101,65,99,99,101,112,116,67,111,110,116,101,110,116,0,16,0,17,35,99,111,111,107,105,101,65,99,99,101,112,116,73,110,102,111,0,16,0,20,35,99,111,111,107,105,101,65,99,99,101,112,116,77,101,115,115,97,103,101,0,16,0,36,35,99,111,111,107,105,101,65,99,99,101,112,116,77,111,100,97,108,95,95,95,66,86,95,109,111,100,97,108,95,111,117,116,101,114,95,0,16,0,20,35,99,111,111,107,105,101,65,99,99,101,112,116,79,118,101,114,108,97,121,0,16,0,16,35,99,111,111,107,105,101,65,99,99,101,112,116,80,111,115,0,16,0,20,35,99,111,111,107,105,101,65,99,99,101,112,116,87,114,97,112,112,101,114,0,16,0,17,35,99,111,111,107,105,101,65,99,99,101,112,116,97,110,99,101,0,16,0,26,35,99,111,111,107,105,101,65,99,99,101,112,116,97,110,99,101,67,111,110,116,97,105,110,101,114,0,16,0,18,35,99,111,111,107,105,101,65,99,99,101,112,116,97,116,105,111,110,0,16,0,25,35,99,111,111,107,105,101,65,99,99,101,112,116,105,110,103,67,111,110,116,97,105,110,101,114,0,16,0,18,35,99,111,111,107,105,101,65,99,99,101,115,115,70,114,97,109,101,0,16,0,10,35,99,111,111,107,105,101,65,99,107,0,16,0,18,35,99,111,111,107,105,101,65,99,107,110,111,119,108,101,100,103,101,0,16,0,22,35,99,111,111,107,105,101,65,99,107,110,111,119,108,101,100,103,101,109,101,110,116,0,16,0,28,35,99,111,111,107,105,101,65,99,107,110,111,119,108,101,100,103,101,109,101,110,116,83,112,97,99,101,114,0,16,0,15,35,99,111,111,107,105,101,65,99,116,105,118,101,73,100,0,16,0,9,35,99,111,111,107,105,101,65,100,0,16,0,10,35,99,111,111,107,105,101,65,100,118,0,16,0,18,35,99,111,111,107,105,101,65,100,118,101,114,116,105,115,105,110,103,0,16,0,13,35,99,111,111,107,105,101,65,100,118,105,99,101,0,16,0,13,35,99,111,111,107,105,101,65,100,118,105,115,101,0,16,0,22,35,99,111,111,107,105,101,65,100,118,105,115,101,67,111,110,116,97,105,110,101,114,0,16,0,14,35,99,111,111,107,105,101,65,100,118,105,115,111,114,0,16,0,15,35,99,111,111,107,105,101,65,103,101,67,104,101,99,107,0,16,0,15,35,99,111,111,107,105,101,65,103,114,101,101,66,97,114,0,16,0,16,35,99,111,111,107,105,101,65,103,114,101,101,70,111,114,109,0,16,0,16,35,99,111,111,107,105,101,65,103,114,101,101,109,101,110,116,0,16,0,19,35,99,111,111,107,105,101,65,103,114,101,101,109,101,110,116,66,97,114,0,16,0,19,35,99,111,111,107,105,101,65,103,114,101,101,109,101,110,116,66,111,120,0,16,0,23,35,99,111,111,107,105,101,65,103,114,101,101,109,101,110,116,67,111,110,116,101,110,116,0,16,0,12,35,99,111,111,107,105,101,65,108,97,114,109,0,16,0,15,35,99,111,111,107,105,101,65,108,97,114,109,66,97,114,0,16,0,12,35,99,111,111,107,105,101,65,108,101,114,116,0,16,0,18,35,99,111,111,107,105,101,65,108,101,114,116,66,97,110,110,101,114,0,16,0,15,35,99,111,111,107,105,101,65,108,101,114,116,66,97,114,0,16,0,15,35,99,111,111,107,105,101,65,108,101,114,116,66,105,103,0,16,0,15,35,99,111,111,107,105,101,65,108,101,114,116,66,111,120,0,16,0,17,35,99,111,111,107,105,101,65,108,101,114,116,66,111,120,73,68,0,16,0,15,35,99,111,111,107,105,101,65,108,101,114,116,67,110,116,0,16,0,21,35,99,111,111,107,105,101,65,108,101,114,116,67,111,110,116,97,105,110,101,114,0,16,0,17,35,99,111,111,107,105,101,65,108,101,114,116,76,97,121,101,114,0,16,0,19,35,99,111,111,107,105,101,65,108,101,114,116,77,101,115,115,97,103,101,0,16,0,16,35,99,111,111,107,105,101,65,108,101,114,116,87,114,97,112,0,16,0,19,35,99,111,111,107,105,101,65,108,101,114,116,87,114,97,112,112,101,114,0,16,0,19,35,99,111,111,107,105,101,65,108,101,114,116,95,112,111,112,112,101,114,0,16,0,13,35,99,111,111,107,105,101,65,108,101,114,116,101,0,16,0,12,35,99,111,111,107,105,101,65,108,108,111,119,0,16,0,16,35,99,111,111,107,105,101,65,108,108,111,119,87,114,97,112,0,16,0,14,35,99,111,111,107,105,101,65,110,110,111,121,101,114,0,16,0,14,35,99,111,111,107,105,101,65,110,122,101,105,103,101,0,16,0,11,35,99,111,111,107,105,101,65,114,101,97,0,16,0,16,35,99,111,111,107,105,101,65,115,115,105,115,116,97,110,116,0,16,0,11,35,99,111,111,107,105,101,65,117,116,104,0,16,0,10,35,99,111,111,107,105,101,66,65,82,0,16,0,9,35,99,111,111,107,105,101,66,71,0,16,0,15,35,99,111,111,107,105,101,66,97,99,107,100,114,111,112,0,16,0,17,35,99,111,111,107,105,101,66,97,99,107,103,114,111,117,110,100,0,16,0,11,35,99,111,111,107,105,101,66,97,108,107,0,16,0,10,35,99,111,111,107,105,101,66,97,110,0,16,0,14,35,99,111,111,107,105,101,66,97,110,100,101,97,117,0,16,0,26,35,99,111,111,107,105,101,66,97,110,100,101,97,117,67,111,110,115,101,110,116,101,109,101,110,116,0,16,0,13,35,99,111,111,107,105,101,66,97,110,110,101,114,0,16,0,18,35,99,111,111,107,105,101,66,97,110,110,101,114,45,103,100,112,114,0,16,0,18,35,99,111,111,107,105,101,66,97,110,110,101,114,45,109,97,105,110,0,16,0,15,35,99,111,111,107,105,101,66,97,110,110,101,114,66,71,0,16,0,22,35,99,111,111,107,105,101,66,97,110,110,101,114,67,111,110,116,97,105,110,101,114,0,16,0,20,35,99,111,111,107,105,101,66,97,110,110,101,114,67,111,110,116,101,110,116,0,16,0,24,35,99,111,111,107,105,101,66,97,110,110,101,114,67,111,110,116,101,110,116,95,110,101,119,0,16,0,14,35,99,111,111,107,105,101,66,97,110,110,101,114,68,0,16,0,28,35,99,111,111,107,105,101,66,97,110,110,101,114,68,66,80,114,105,118,97,99,121,78,111,116,105,99,101,0,16,0,16,35,99,111,111,107,105,101,66,97,110,110,101,114,68,105,118,0,16,0,16,35,99,111,111,107,105,101,66,97,110,110,101,114,71,84,86,0,16,0,17,35,99,111,111,107,105,101,66,97,110,110,101,114,73,110,102,111,0,16,0,17,35,99,111,111,107,105,101,66,97,110,110,101,114,77,97,105,110,0,16,0,18,35,99,111,111,107,105,101,66,97,110,110,101,114,77,111,100,97,108,0,16,0,20,35,99,111,111,107,105,101,66,97,110,110,101,114,79,118,101,114,108,97,121,0,16,0,17,35,99,111,111,107,105,101,66,97,110,110,101,114,87,114,97,112,0,16,0,20,35,99,111,111,107,105,101,66,97,110,110,101,114,87,114,97,112,112,101,114,0,16,0,10,35,99,111,111,107,105,101,66,97,114,0,16,0,12,35,99,111,111,107,105,101,66,97,114,66,67,0,16,0,19,35,99,111,111,107,105,101,66,97,114,67,111,110,116,97,105,110,101,114,0,16,0,21,35,99,111,111,107,105,101,66,97,114,82,71,80,68,79,118,101,114,108,97,121,0,16,0,17,35,99,111,111,107,105,101,66,97,114,82,71,80,68,80,111,112,0,16,0,17,35,99,111,111,107,105,101,66,97,114,86,105,115,105,98,108,101,0,16,0,17,35,99,111,111,107,105,101,66,97,114,87,114,97,112,112,101,114,0,16,0,10,35,99,111,111,107,105,101,66,99,107,0,16,0,16,35,99,111,111,107,105,101,66,103,79,118,101,114,108,97,121,0,16,0,15,35,99,111,111,107,105,101,66,108,97,99,107,111,117,116,0,16,0,12,35,99,111,111,107,105,101,66,108,111,99,107,0,16,0,13,35,99,111,111,107,105,101,66,108,111,99,107,50,0,16,0,14,35,99,111,111,107,105,101,66,108,111,99,107,101,114,0,16,0,10,35,99,111,111,107,105,101,66,110,114,0,16,0,10,35,99,111,111,107,105,101,66,111,120,0,16,0,19,35,99,111,111,107,105,101,66,111,120,67,111,110,116,97,105,110,101,114,0,16,0,17,35,99,111,111,107,105,101,66,111,120,79,118,101,114,108,97,121,0,16,0,17,35,99,111,111,107,105,101,66,111,120,87,114,97,112,112,101,114,0,16,0,9,35,99,111,111,107,105,101,66,115,0,16,0,8,35,99,111,111,107,105,101,67,0,16,0,13,35,99,111,111,107,105,101,67,68,107,101,121,115,0,16,0,11,35,99,111,111,107,105,101,67,78,73,76,0,16,0,9,35,99,111,111,107,105,101,67,84,0,16,0,11,35,99,111,111,107,105,101,67,97,114,100,0,16,0,13,35,99,111,111,107,105,101,67,97,114,100,66,103,0,16,0,12,35,99,111,111,107,105,101,67,104,101,99,107,0,16,0,16,35,99,111,111,107,105,101,67,104,101,99,107,45,97,112,112,0,16,0,14,35,99,111,111,107,105,101,67,104,101,99,107,101,114,0,16,0,20,35,99,111,111,107,105,101,67,104,101,99,107,101,114,66,97,110,110,101,114,0,16,0,13,35,99,111,111,107,105,101,67,104,111,105,99,101,0,16,0,19,35,99,111,111,107,105,101,67,104,111,105,99,101,66,97,110,110,101,114,0,16,0,16,35,99,111,111,107,105,101,67,104,111,105,99,101,66,97,114,0,16,0,18,35,99,111,111,107,105,101,67,104,111,105,99,101,66,100,114,111,112,0,16,0,17,35,99,111,111,107,105,101,67,104,111,105,99,101,73,110,102,111,0,16,0,23,35,99,111,111,107,105,101,67,104,111,105,99,101,73,110,102,111,65,99,99,101,112,116,0,16,0,25,35,99,111,111,107,105,101,67,104,111,105,99,101,73,110,102,111,95,103,101,110,101,114,97,108,0,16,0,25,35,99,111,111,107,105,101,67,104,111,105,99,101,77,111,100,97,108,79,118,101,114,108,97,121,0,16,0,17,35,99,111,111,107,105,101,67,104,111,105,99,101,78,111,116,101,0,16,0,16,35,99,111,111,107,105,101,67,104,111,105,99,101,115,73,68,0,16,0,14,35,99,111,111,107,105,101,67,104,111,111,115,101,114,0,16,0,14,35,99,111,111,107,105,101,67,108,105,99,107,101,114,0,16,0,11,35,99,111,111,107,105,101,67,110,105,108,0,16,0,17,35,99,111,111,107,105,101,67,111,109,112,108,105,97,110,99,101,0,16,0,23,35,99,111,111,107,105,101,67,111,109,112,108,105,97,110,99,101,66,97,110,110,101,114,0,16,0,20,35,99,111,111,107,105,101,67,111,109,112,108,105,97,110,99,101,66,111,120,0,16,0,24,35,99,111,111,107,105,101,67,111,109,112,108,105,97,110,99,101,77,101,115,115,97,103,101,0,16,0,23,35,99,111,111,107,105,101,67,111,109,112,108,105,97,110,99,101,78,111,116,105,99,101,0,16,0,26,35,99,111,111,107,105,101,67,111,109,112,108,105,97,110,99,101,80,111,108,105,99,121,66,111,120,0,16,0,17,35,99,111,111,107,105,101,67,111,109,112,108,105,97,110,99,121,0,16,0,22,35,99,111,111,107,105,101,67,111,109,112,108,105,97,110,99,121,77,111,100,97,108,0,16,0,16,35,99,111,111,107,105,101,67,111,110,97,116,105,110,101,114,0,16,0,14,35,99,111,111,107,105,101,67,111,110,99,101,110,116,0,16,0,11,35,99,111,111,107,105,101,67,111,110,102,0,16,0,17,35,99,111,111,107,105,101,67,111,110,102,105,103,70,111,114,109,0,16,0,14,35,99,111,111,107,105,101,67,111,110,102,105,114,109,0,16,0,17,35,99,111,111,107,105,101,67,111,110,102,105,114,109,68,105,118,0,16,0,19,35,99,111,111,107,105,101,67,111,110,102,105,114,109,97,116,105,111,110,0,16,0,22,35,99,111,111,107,105,101,67,111,110,102,105,114,109,97,116,105,111,110,66,97,114,0,16,0,28,35,99,111,111,107,105,101,67,111,110,102,105,114,109,97,116,105,111,110,67,111,110,116,97,105,110,101,114,0,16,0,14,35,99,111,111,107,105,101,67,111,110,115,101,110,115,0,16,0,19,35,99,111,111,107,105,101,67,111,110,115,101,110,116,65,108,101,114,116,0,16,0,17,35,99,111,111,107,105,101,67,111,110,115,101,110,116,65,112,112,0,16,0,22,35,99,111,111,107,105,101,67,111,110,115,101,110,116,66,97,99,107,100,114,111,112,0,16,0,24,35,99,111,111,107,105,101,67,111,110,115,101,110,116,66,97,99,107,103,114,111,117,110,100,0,16,0,20,35,99,111,111,107,105,101,67,111,110,115,101,110,116,66,97,110,110,101,114,0,16,0,29,35,99,111,111,107,105,101,67,111,110,115,101,110,116,66,97,110,110,101,114,67,111,110,116,97,105,110,101,114,0,16,0,17,35,99,111,111,107,105,101,67,111,110,115,101,110,116,66,97,114,0,16,0,19,35,99,111,111,107,105,101,67,111,110,115,101,110,116,66,108,111,99,107,0,16,0,18,35,99,111,111,107,105,101,67,111,110,115,101,110,116,66,108,111,107,0,16,0,17,35,99,111,111,107,105,101,67,111,110,115,101,110,116,66,111,120,0,16,0,23,35,99,111,111,107,105,101,67,111,110,115,101,110,116,67,111,110,116,97,105,110,101,114,0,16,0,20,35,99,111,111,107,105,101,67,111,110,115,101,110,116,68,105,97,108,111,103,0,16,0,17,35,99,111,111,107,105,101,67,111,110,115,101,110,116,68,105,118,0,16,0,18,35,99,111,111,107,105,101,67,111,110,115,101,110,116,69,108,73,100,0,16,0,20,35,99,111,111,107,105,101,67,111,110,115,101,110,116,72,111,108,100,101,114,0,16,0,29,35,99,111,111,107,105,101,67,111,110,115,101,110,116,73,110,105,116,105,97,108,66,97,99,107,100,114,111,112,0,16,0,21,35,99,111,111,107,105,101,67,111,110,115,101,110,116,77,101,115,115,97,103,101,0,16,0,17,35,99,111,111,107,105,101,67,111,110,115,101,110,116,77,115,103,0,16,0,18,35,99,111,111,107,105,101,67,111,110,115,101,110,116,78,111,116,101,0,16,0,20,35,99,111,111,107,105,101,67,111,110,115,101,110,116,78,111,116,105,99,101,0,16,0,21,35,99,111,111,107,105,101,67,111,110,115,101,110,116,79,118,101,114,108,97,121,0,16,0,19,35,99,111,111,107,105,101,67,111,110,115,101,110,116,80,97,110,101,108,0,16,0,21,35,99,111,111,107,105,101,67,111,110,115,101,110,116,80,97,110,101,108,85,112,0,16,0,19,35,99,111,111,107,105,101,67,111,110,115,101,110,116,80,111,112,117,112,0,16,0,20,35,99,111,111,107,105,101,67,111,110,115,101,110,116,80,114,111,109,112,116,0,16,0,20,35,99,111,111,107,105,101,67,111,110,115,101,110,116,87,105,110,100,111,119,0,16,0,18,35,99,111,111,107,105,101,67,111,110,115,101,110,116,87,114,97,112,0,16,0,21,35,99,111,111,107,105,101,67,111,110,115,101,110,116,87,114,97,112,112,101,114,0,16,0,30,35,99,111,111,107,105,101,67,111,110,115,101,110,116,87,114,97,112,112,101,114,67,111,110,72,111,108,100,101,114,0,16,0,18,35,99,111,111,107,105,101,67,111,110,115,101,110,116,95,68,105,118,0,16,0,11,35,99,111,111,107,105,101,67,111,110,116,0,16,0,16,35,99,111,111,107,105,101,67,111,110,116,97,105,110,101,114,0,16,0,15,35,99,111,111,107,105,101,67,111,110,116,101,110,101,114,0,16,0,14,35,99,111,111,107,105,101,67,111,110,116,101,110,116,0,16,0,18,35,99,111,111,107,105,101,67,111,110,116,114,97,112,116,105,111,110,0,16,0,14,35,99,111,111,107,105,101,67,111,110,116,114,111,108,0,16,0,21,35,99,111,111,107,105,101,67,111,110,116,114,111,108,87,114,97,112,112,101,114,0,16,0,23,35,99,111,111,107,105,101,67,111,110,116,114,111,108,95,112,97,110,101,108,105,99,111,0,16,0,17,35,99,111,111,107,105,101,67,111,110,116,114,111,108,108,101,114,0,16,0,16,35,99,111,111,107,105,101,67,111,111,107,105,101,66,97,114,0,16,0,11,35,99,111,111,107,105,101,67,111,112,121,0,16,0,13,35,99,111,111,107,105,101,67,111,114,110,101,114,0,16,0,10,35,99,111,111,107,105,101,67,116,97,0,16,0,21,35,99,111,111,107,105,101,68,97,116,97,80,114,111,116,101,99,116,105,111,110,0,16,0,25,35,99,111,111,107,105,101,68,101,99,108,97,114,97,116,105,111,110,87,114,97,112,112,101,114,0,16,0,13,35,99,111,111,107,105,101,68,105,97,108,111,103,0,16,0,17,35,99,111,111,107,105,101,68,105,97,108,111,103,67,116,110,114,0,16,0,15,35,99,111,111,107,105,101,68,105,97,108,111,103,117,101,0,16,0,16,35,99,111,111,107,105,101,68,105,110,103,115,98,117,109,115,0,16,0,14,35,99,111,111,107,105,101,68,105,114,87,114,97,112,0,16,0,16,35,99,111,111,107,105,101,68,105,114,101,99,116,105,118,101,0,16,0,11,35,99,111,111,107,105,101,68,105,115,99,0,16,0,17,35,99,111,111,107,105,101,68,105,115,99,108,97,105,109,101,114,0,16,0,23,35,99,111,111,107,105,101,68,105,115,99,108,97,105,109,101,114,66,97,110,110,101,114,0,16,0,20,35,99,111,111,107,105,101,68,105,115,99,108,97,105,109,101,114,66,111,120,0,16,0,26,35,99,111,111,107,105,101,68,105,115,99,108,97,105,109,101,114,67,111,110,116,97,105,110,101,114,0,16,0,20,35,99,111,111,107,105,101,68,105,115,99,108,97,105,109,101,114,68,105,118,0,16,0,21,35,99,111,111,107,105,101,68,105,115,99,108,97,105,109,101,114,73,110,102,111,0,16,0,22,35,99,111,111,107,105,101,68,105,115,99,108,97,105,109,101,114,78,111,116,105,102,0,16,0,24,35,99,111,111,107,105,101,68,105,115,99,108,97,105,109,101,114,87,114,97,112,112,101,114,0,16,0,16,35,99,111,111,107,105,101,68,105,115,99,108,97,109,101,114,0,16,0,21,35,99,111,111,107,105,101,68,105,115,109,105,115,115,67,111,110,116,101,110,116,0,16,0,14,35,99,111,111,107,105,101,68,105,115,112,108,97,121,0,16,0,18,35,99,111,111,107,105,101,68,105,115,112,108,97,121,70,111,114,109,0,16,0,10,35,99,111,111,107,105,101,68,105,118,0,16,0,16,35,99,111,111,107,105,101,68,105,118,45,65,108,101,114,116,0,16,0,20,35,99,111,111,107,105,101,68,105,118,66,97,99,107,103,114,111,117,110,100,0,16,0,17,35,99,111,111,107,105,101,68,105,118,67,111,110,116,101,110,116,0,16,0,15,35,99,111,111,107,105,101,68,105,118,67,111,118,101,114,0,16,0,10,35,99,111,111,107,105,101,68,108,103,0,16,0,11,35,99,111,111,107,105,101,68,108,103,49,0,16,0,12,35,99,111,111,107,105,101,68,111,117,103,104,0,16,0,11,35,99,111,111,107,105,101,68,114,111,112,0,16,0,15,35,99,111,111,107,105,101,68,114,111,112,68,111,119,110,0,16,0,9,35,99,111,111,107,105,101,69,67,0,16,0,9,35,99,111,111,107,105,101,69,85,0,16,0,14,35,99,111,111,107,105,101,69,108,101,109,101,110,116,0,16,0,22,35,99,111,111,107,105,101,69,114,114,111,114,77,101,115,115,97,103,101,68,105,118,0,16,0,9,35,99,111,111,107,105,101,69,117,0,16,0,16,35,99,111,111,107,105,101,69,117,82,117,108,101,66,97,114,0,16,0,12,35,99,111,111,107,105,101,70,105,120,101,100,0,16,0,13,35,99,111,111,107,105,101,70,111,111,116,101,114,0,16,0,14,35,99,111,111,107,105,101,70,111,117,110,100,114,121,0,16,0,12,35,99,111,111,107,105,101,70,114,97,109,101,0,16,0,16,35,99,111,111,107,105,101,71,68,80,82,112,111,112,117,112,0,16,0,11,35,99,111,111,107,105,101,71,100,112,114,0,16,0,15,35,99,111,111,107,105,101,71,114,97,100,105,101,110,116,0,16,0,15,35,99,111,111,107,105,101,71,117,97,114,100,77,115,103,0,16,0,11,35,99,111,111,107,105,101,72,84,77,76,0,16,0,11,35,99,111,111,107,105,101,72,101,97,100,0,16,0,13,35,99,111,111,107,105,101,72,101,97,100,101,114,0,16,0,11,35,99,111,111,107,105,101,72,105,110,116,0,16,0,14,35,99,111,111,107,105,101,72,105,110,116,69,120,116,0,16,0,23,35,99,111,111,107,105,101,72,105,110,116,77,111,100,97,108,71,101,110,101,114,97,108,0,16,0,21,35,99,111,111,107,105,101,72,105,110,116,95,99,111,110,116,97,105,110,101,114,0,16,0,14,35,99,111,111,107,105,101,72,105,110,119,101,105,115,0,16,0,13,35,99,111,111,107,105,101,72,111,108,100,101,114,0,16,0,14,35,99,111,111,107,105,101,72,111,108,115,116,101,114,0,16,0,9,35,99,111,111,107,105,101,73,68,0,16,0,9,35,99,111,111,107,105,101,73,87,0,16,0,15,35,99,111,111,107,105,101,73,100,105,111,116,76,97,119,0,16,0,24,35,99,111,111,107,105,101,73,100,105,111,116,105,99,80,111,108,105,99,121,73,110,102,111,0,16,0,13,35,99,111,111,107,105,101,73,102,114,97,109,101,0,16,0,14,35,99,111,111,107,105,101,73,110,102,67,111,110,116,0,16,0,11,35,99,111,111,107,105,101,73,110,102,111,0,16,0,26,35,99,111,111,107,105,101,73,110,102,111,65,99,99,101,112,116,67,111,110,116,97,105,110,101,114,0,16,0,14,35,99,111,111,107,105,101,73,110,102,111,65,114,121,0,16,0,17,35,99,111,111,107,105,101,73,110,102,111,66,97,110,110,101,114,0,16,0,14,35,99,111,111,107,105,101,73,110,102,111,66,97,114,0,16,0,17,35,99,111,111,107,105,101,73,110,102,111,66,111,116,116,111,109,0,16,0,14,35,99,111,111,107,105,101,73,110,102,111,66,111,120,0,16,0,20,35,99,111,111,107,105,101,73,110,102,111,67,111,110,116,97,105,110,101,114,0,16,0,18,35,99,111,111,107,105,101,73,110,102,111,67,111,110,116,101,110,116,0,16,0,19,35,99,111,111,107,105,101,73,110,102,111,68,101,115,105,103,110,95,49,0,16,0,17,35,99,111,111,107,105,101,73,110,102,111,68,105,97,108,111,103,0,16,0,14,35,99,111,111,107,105,101,73,110,102,111,68,105,118,0,16,0,17,35,99,111,111,107,105,101,73,110,102,111,70,111,111,116,101,114,0,16,0,17,35,99,111,111,107,105,101,73,110,102,111,72,111,108,100,101,114,0,16,0,16,35,99,111,111,107,105,101,73,110,102,111,76,97,121,101,114,0,16,0,15,35,99,111,111,107,105,101,73,110,102,111,77,97,105,110,0,16,0,14,35,99,111,111,107,105,101,73,110,102,111,77,97,120,0,16,0,18,35,99,111,111,107,105,101,73,110,102,111,77,101,115,115,97,103,101,0,16,0,19,35,99,111,111,107,105,101,73,110,102,111,77,115,103,79,117,116,101,114,0,16,0,21,35,99,111,111,107,105,101,73,110,102,111,77,115,103,87,114,97,112,112,101,114,0,16,0,14,35,99,111,111,107,105,101,73,110,102,111,78,101,119,0,16,0,17,35,99,111,111,107,105,101,73,110,102,111,79,114,97,110,103,101,0,16,0,18,35,99,111,111,107,105,101,73,110,102,111,79,117,116,108,105,110,101,0,16,0,18,35,99,111,111,107,105,101,73,110,102,111,79,118,101,114,108,97,121,0,16,0,20,35,99,111,111,107,105,101,73,110,102,111,79,118,101,114,108,97,121,66,103,0,16,0,16,35,99,111,111,107,105,101,73,110,102,111,80,97,110,101,108,0,16,0,17,35,99,111,111,107,105,101,73,110,102,111,87,105,110,100,111,119,0,16,0,18,35,99,111,111,107,105,101,73,110,102,111,87,114,97,112,112,101,114,0,16,0,21,35,99,111,111,107,105,101,73,110,102,111,95,102,105,114,115,116,84,105,109,101,0,16,0,14,35,99,111,111,107,105,101,73,110,102,111,98,111,120,0,16,0,17,35,99,111,111,107,105,101,73,110,102,111,114,109,97,99,106,97,0,16,0,18,35,99,111,111,107,105,101,73,110,102,111,114,109,97,116,105,111,110,0,16,0,28,35,99,111,111,107,105,101,73,110,102,111,114,109,97,116,105,111,110,66,111,120,87,114,97,112,112,101,114,0,16,0,23,35,99,111,111,107,105,101,73,110,102,111,114,109,97,116,105,111,110,80,111,112,117,112,0,16,0,23,35,99,111,111,107,105,101,73,110,102,111,114,109,97,116,105,118,97,66,114,101,118,101,0,16,0,15,35,99,111,111,107,105,101,73,110,102,111,114,109,101,114,0,16,0,22,35,99,111,111,107,105,101,73,110,102,111,114,109,101,114,66,111,111,107,108,101,116,0,16,0,12,35,99,111,111,107,105,101,74,83,100,105,118,0,16,0,10,35,99,111,111,107,105,101,74,97,114,0,16,0,15,35,99,111,111,107,105,101,75,111,110,116,101,110,101,114,0,16,0,9,35,99,111,111,107,105,101,76,89,0,16,0,10,35,99,111,111,107,105,101,76,97,98,0,16,0,10,35,99,111,111,107,105,101,76,97,119,0,16,0,14,35,99,111,111,107,105,101,76,97,119,50,48,49,53,0,16,0,27,35,99,111,111,107,105,101,76,97,119,65,99,107,110,111,119,108,101,100,103,109,101,110,116,68,105,118,0,16,0,15,35,99,111,111,107,105,101,76,97,119,65,108,101,114,116,0,16,0,16,35,99,111,111,107,105,101,76,97,119,66,97,110,110,101,114,0,16,0,18,35,99,111,111,107,105,101,76,97,119,66,97,110,110,101,114,73,100,0,16,0,13,35,99,111,111,107,105,101,76,97,119,66,97,114,0,16,0,15,35,99,111,111,107,105,101,76,97,119,66,108,111,99,107,0,16,0,13,35,99,111,111,107,105,101,76,97,119,66,111,111,0,16,0,13,35,99,111,111,107,105,101,76,97,119,66,111,120,0,16,0,27,35,99,111,111,107,105,101,76,97,119,67,111,109,112,108,105,97,110,99,101,77,101,115,115,97,103,101,0,16,0,19,35,99,111,111,107,105,101,76,97,119,67,111,110,116,97,105,110,101,114,0,16,0,20,35,99,111,111,107,105,101,76,97,119,68,105,115,99,108,97,105,109,101,114,0,16,0,16,35,99,111,111,107,105,101,76,97,119,72,101,97,100,101,114,0,16,0,14,35,99,111,111,107,105,101,76,97,119,73,110,102,111,0,16,0,19,35,99,111,111,107,105,101,76,97,119,73,110,102,111,66,114,101,118,101,0,16,0,21,35,99,111,111,107,105,101,76,97,119,73,110,102,111,114,109,97,116,105,111,110,0,16,0,17,35,99,111,111,107,105,101,76,97,119,77,101,115,115,97,103,101,0,16,0,15,35,99,111,111,107,105,101,76,97,119,80,97,110,101,108,0,16,0,13,35,99,111,111,107,105,101,76,97,119,80,110,108,0,16,0,15,35,99,111,111,107,105,101,76,97,119,80,111,112,117,112,0,16,0,24,35,99,111,111,107,105,101,76,97,119,80,111,112,117,112,67,111,110,116,97,105,110,101,114,0,16,0,14,35,99,111,111,107,105,101,76,97,119,84,101,120,116,0,16,0,17,35,99,111,111,107,105,101,76,97,119,95,98,97,110,110,101,114,0,16,0,17,35,99,111,111,107,105,101,76,97,119,95,99,65,108,101,114,116,0,16,0,12,35,99,111,111,107,105,101,76,97,121,101,114,0,16,0,16,35,99,111,111,107,105,101,76,97,121,101,114,77,97,105,110,0,16,0,13,35,99,111,111,107,105,101,76,97,121,111,117,116,0,16,0,12,35,99,111,111,107,105,101,76,101,103,97,108,0,16,0,22,35,99,111,111,107,105,101,76,101,103,105,115,108,97,116,105,111,110,73,110,102,111,0,16,0,21,35,99,111,111,107,105,101,76,101,118,101,108,73,110,116,101,114,99,101,112,116,0,16,0,14,35,99,111,111,107,105,101,76,105,99,101,110,115,101,0,16,0,11,35,99,111,111,107,105,101,76,105,110,101,0,16,0,11,35,99,111,111,107,105,101,76,111,97,100,0,16,0,16,35,99,111,111,107,105,101,77,97,105,110,80,97,110,101,108,0,16,0,14,35,99,111,111,107,105,101,77,97,110,100,97,116,101,0,16,0,14,35,99,111,111,107,105,101,77,101,108,100,105,110,103,0,16,0,14,35,99,111,111,107,105,101,77,101,108,100,117,110,103,0,16,0,11,35,99,111,111,107,105,101,77,101,110,115,0,16,0,18,35,99,111,111,107,105,101,77,101,115,115,97,103,101,65,114,101,97,0,16,0,20,35,99,111,111,107,105,101,77,101,115,115,97,103,101,66,97,110,110,101,114,0,16,0,17,35,99,111,111,107,105,101,77,101,115,115,97,103,101,66,97,114,0,16,0,23,35,99,111,111,107,105,101,77,101,115,115,97,103,101,67,111,110,116,97,105,110,101,114,0,16,0,24,35,99,111,111,107,105,101,77,101,115,115,97,103,101,68,105,115,112,108,97,121,68,73,86,0,16,0,17,35,99,111,111,107,105,101,77,101,115,115,97,103,101,68,105,118,0,16,0,20,35,99,111,111,107,105,101,77,101,115,115,97,103,101,72,111,108,100,101,114,0,16,0,19,35,99,111,111,107,105,101,77,101,115,115,97,103,101,77,111,100,117,108,0,16,0,26,35,99,111,111,107,105,101,77,101,115,115,97,103,101,78,111,116,105,102,121,66,97,110,110,101,114,0,16,0,19,35,99,111,111,107,105,101,77,101,115,115,97,103,101,79,117,116,101,114,0,16,0,21,35,99,111,111,107,105,101,77,101,115,115,97,103,101,87,114,97,112,112,101,114,0,16,0,22,35,99,111,111,107,105,101,77,101,115,115,97,103,101,108,105,103,104,116,98,111,120,0,16,0,24,35,99,111,111,107,105,101,77,101,115,115,97,103,101,115,67,111,110,116,97,105,110,101,114,0,16,0,10,35,99,111,111,107,105,101,77,103,110,0,16,0,18,35,99,111,111,107,105,101,77,111,100,97,108,66,111,116,116,111,109,0,16,0,16,35,99,111,111,107,105,101,77,111,100,97,108,76,105,118,101,0,16,0,19,35,99,111,111,107,105,101,77,111,100,97,108,79,118,101,114,108,97,121,0,16,0,13,35,99,111,111,107,105,101,77,111,100,117,108,101,0,16,0,10,35,99,111,111,107,105,101,77,111,110,0,16,0,14,35,99,111,111,107,105,101,77,111,110,115,116,101,114,0,16,0,21,35,99,111,111,107,105,101,77,111,110,115,116,101,114,87,114,97,112,112,101,114,0,16,0,10,35,99,111,111,107,105,101,77,115,103,0,16,0,11,35,99,111,111,107,105,101,77,115,103,50,0,16,0,15,35,99,111,111,107,105,101,77,115,103,65,108,101,114,116,0,16,0,15,35,99,111,111,107,105,101,77,115,103,66,108,111,99,107,0,16,0,13,35,99,111,111,107,105,101,77,115,103,68,105,118,0,16,0,14,35,99,111,111,107,105,101,77,115,103,85,115,101,114,0,16,0,17,35,99,111,111,107,105,101,77,115,103,87,114,97,112,112,101,114,0,16,0,18,35,99,111,111,107,105,101,77,115,103,87,114,97,112,112,101,114,50,0,16,0,15,35,99,111,111,107,105,101,78,111,110,115,101,110,115,101,0,16,0,13,35,99,111,111,107,105,101,78,111,116,83,101,116,0,16,0,14,35,99,111,111,107,105,101,78,111,116,101,66,111,120,0,16,0,15,35,99,111,111,107,105,101,78,111,116,101,87,114,97,112,0,16,0,12,35,99,111,111,107,105,101,78,111,116,101,115,0,16,0,11,35,99,111,111,107,105,101,78,111,116,102,0,16,0,13,35,99,111,111,107,105,101,78,111,116,105,99,101,0,16,0,18,35,99,111,111,107,105,101,78,111,116,105,99,101,65,108,101,114,116,0,16,0,19,35,99,111,111,107,105,101,78,111,116,105,99,101,66,97,110,110,101,114,0,16,0,22,35,99,111,111,107,105,101,78,111,116,105,99,101,67,111,110,116,97,105,110,101,114,0,16,0,20,35,99,111,111,107,105,101,78,111,116,105,99,101,67,111,110,116,101,110,116,0,16,0,19,35,99,111,111,107,105,101,78,111,116,105,99,101,68,105,97,108,111,103,0,16,0,20,35,99,111,111,107,105,101,78,111,116,105,99,101,69,108,101,109,101,110,116,0,16,0,20,35,99,111,111,107,105,101,78,111,116,105,99,101,77,101,115,115,97,103,101,0,16,0,18,35,99,111,111,107,105,101,78,111,116,105,99,101,80,111,112,117,112,0,16,0,16,35,99,111,111,107,105,101,78,111,116,105,99,101,80,114,111,0,16,0,17,35,99,111,111,107,105,101,78,111,116,105,99,101,85,115,101,114,0,16,0,23,35,99,111,111,107,105,101,78,111,116,105,99,101,95,99,111,110,116,97,105,110,101,114,0,16,0,19,35,99,111,111,107,105,101,78,111,116,105,99,101,95,111,116,104,101,114,0,16,0,12,35,99,111,111,107,105,101,78,111,116,105,102,0,16,0,18,35,99,111,111,107,105,101,78,111,116,105,102,97,99,116,105,111,110,0,16,0,19,35,99,111,111,107,105,101,78,111,116,105,102,105,99,97,116,105,111,110,0,16,0,25,35,99,111,111,107,105,101,78,111,116,105,102,105,99,97,116,105,111,110,66,97,110,110,101,114,0,16,0,32,35,99,111,111,107,105,101,78,111,116,105,102,105,99,97,116,105,111,110,66,97,110,110,101,114,87,114,97,112,112,101,114,0,16,0,22,35,99,111,111,107,105,101,78,111,116,105,102,105,99,97,116,105,111,110,66,97,114,0,16,0,28,35,99,111,111,107,105,101,78,111,116,105,102,105,99,97,116,105,111,110,66,111,111,116,115,116,114,97,112,0,16,0,28,35,99,111,111,107,105,101,78,111,116,105,102,105,99,97,116,105,111,110,67,111,110,116,97,105,110,101,114,0,16,0,25,35,99,111,111,107,105,101,78,111,116,105,102,105,99,97,116,105,111,110,68,105,97,108,111,103,0,16,0,24,35,99,111,111,107,105,101,78,111,116,105,102,105,99,97,116,105,111,110,76,97,121,101,114,0,16,0,23,35,99,111,111,107,105,101,78,111,116,105,102,105,99,97,116,105,111,110,77,97,105,110,0,16,0,25,35,99,111,111,107,105,101,78,111,116,105,102,105,99,97,116,105,111,110,83,99,114,101,101,110,0,16,0,15,35,99,111,111,107,105,101,78,111,116,105,102,105,101,114,0,16,0,22,35,99,111,111,107,105,101,78,111,116,105,102,105,101,114,87,114,97,112,112,101,114,0,16,0,13,35,99,111,111,107,105,101,78,111,116,105,102,121,0,16,0,20,35,99,111,111,107,105,101,78,111,116,105,102,121,87,114,97,112,112,101,114,0,16,0,9,35,99,111,111,107,105,101,79,75,0,16,0,9,35,99,111,111,107,105,101,79,107,0,16,0,12,35,99,111,111,107,105,101,79,107,68,105,118,0,16,0,14,35,99,111,111,107,105,101,79,112,97,99,105,116,121,0,16,0,12,35,99,111,111,107,105,101,79,112,116,73,110,0,16,0,22,35,99,111,111,107,105,101,79,112,116,73,110,66,97,114,87,114,97,112,112,101,114,0,16,0,20,35,99,111,111,107,105,101,79,112,116,105,111,110,115,70,111,111,116,101,114,0,16,0,10,35,99,111,111,107,105,101,79,117,116,0,16,0,12,35,99,111,111,107,105,101,79,117,116,101,114,0,16,0,21,35,99,111,111,107,105,101,79,117,116,101,114,67,111,110,116,97,105,110,101,114,0,16,0,14,35,99,111,111,107,105,101,79,118,101,114,108,97,121,0,16,0,20,35,99,111,111,107,105,101,79,118,101,114,108,97,121,78,111,116,105,102,121,0,16,0,9,35,99,111,111,107,105,101,80,75,0,16,0,12,35,99,111,111,107,105,101,80,79,80,117,112,0,16,0,11,35,99,111,111,107,105,101,80,97,110,101,0,16,0,12,35,99,111,111,107,105,101,80,97,110,101,108,0,16,0,12,35,99,111,111,107,105,101,80,97,114,97,103,0,16,0,15,35,99,111,111,107,105,101,80,97,114,105,115,105,101,110,0,16,0,17,35,99,111,111,107,105,101,80,101,114,109,105,115,115,105,111,110,0,16,0,20,35,99,111,111,107,105,101,80,101,114,109,105,115,115,105,111,110,66,97,114,0,16,0,23,35,99,111,111,107,105,101,80,101,114,109,105,115,115,105,111,110,68,105,97,108,111,103,0,16,0,18,35,99,111,111,107,105,101,80,108,97,99,101,104,111,108,100,101,114,0,16,0,13,35,99,111,111,107,105,101,80,108,117,103,105,110,0,16,0,10,35,99,111,111,107,105,101,80,111,108,0,16,0,22,35,99,111,111,107,105,101,80,111,108,105,99,105,101,115,77,101,115,115,97,103,101,0,16,0,19,35,99,111,111,107,105,101,80,111,108,105,99,121,45,108,97,121,101,114,0,16,0,22,35,99,111,111,107,105,101,80,111,108,105,99,121,65,103,114,101,101,109,101,110,116,0,16,0,18,35,99,111,111,107,105,101,80,111,108,105,99,121,65,108,101,114,116,0,16,0,21,35,99,111,111,107,105,101,80,111,108,105,99,121,65,108,101,114,116,66,111,120,0,16,0,23,35,99,111,111,107,105,101,80,111,108,105,99,121,66,97,99,107,103,114,111,117,110,100,0,16,0,19,35,99,111,111,107,105,101,80,111,108,105,99,121,66,97,110,110,101,114,0,16,0,16,35,99,111,111,107,105,101,80,111,108,105,99,121,66,97,114,0,16,0,24,35,99,111,111,107,105,101,80,111,108,105,99,121,66,97,114,45,111,118,101,114,108,97,121,0,16,0,18,35,99,111,111,107,105,101,80,111,108,105,99,121,66,108,111,99,107,0,16,0,16,35,99,111,111,107,105,101,80,111,108,105,99,121,66,111,120,0,16,0,22,35,99,111,111,107,105,101,80,111,108,105,99,121,67,111,110,116,97,105,110,101,114,0,16,0,19,35,99,111,111,107,105,101,80,111,108,105,99,121,68,105,97,108,111,103,0,16,0,16,35,99,111,111,107,105,101,80,111,108,105,99,121,68,105,118,0,16,0,19,35,99,111,111,107,105,101,80,111,108,105,99,121,68,114,97,119,101,114,0,16,0,15,35,99,111,111,107,105,101,80,111,108,105,99,121,73,100,0,16,0,17,35,99,111,111,107,105,101,80,111,108,105,99,121,73,110,102,111,0,16,0,18,35,99,111,111,107,105,101,80,111,108,105,99,121,76,97,98,108,101,0,16,0,18,35,99,111,111,107,105,101,80,111,108,105,99,121,77,111,100,97,108,0,16,0,21,35,99,111,111,107,105,101,80,111,108,105,99,121,77,111,100,97,108,45,78,76,0,16,0,17,35,99,111,111,107,105,101,80,111,108,105,99,121,78,111,116,101,0,16,0,19,35,99,111,111,107,105,101,80,111,108,105,99,121,78,111,116,105,99,101,0,16,0,22,35,99,111,111,107,105,101,80,111,108,105,99,121,78,111,116,105,99,101,66,111,120,0,16,0,25,35,99,111,111,107,105,101,80,111,108,105,99,121,78,111,116,105,102,105,99,97,116,105,111,110,0,16,0,20,35,99,111,111,107,105,101,80,111,108,105,99,121,79,118,101,114,108,97,121,0,16,0,24,35,99,111,111,107,105,101,80,111,108,105,99,121,79,118,101,114,108,97,121,82,111,111,116,0,16,0,18,35,99,111,111,107,105,101,80,111,108,105,99,121,80,111,112,85,112,0,16,0,18,35,99,111,111,107,105,101,80,111,108,105,99,121,80,111,112,117,112,0,16,0,22,35,99,111,111,107,105,101,80,111,108,105,99,121,80,111,112,117,112,72,84,77,76,0,16,0,17,35,99,111,111,107,105,101,80,111,108,105,99,121,84,101,120,116,0,16,0,20,35,99,111,111,107,105,101,80,111,108,105,99,121,84,111,111,108,116,105,112,0,16,0,17,35,99,111,111,107,105,101,80,111,108,105,99,121,87,97,114,110,0,16,0,20,35,99,111,111,107,105,101,80,111,108,105,99,121,87,114,97,112,112,101,114,0,16,0,17,35,99,111,111,107,105,101,80,111,108,105,99,121,90,111,110,101,0,16,0,19,35,99,111,111,107,105,101,80,111,108,105,99,121,95,98,97,114,114,97,0,16,0,27,35,99,111,111,107,105,101,80,111,108,105,99,121,95,99,111,111,107,105,101,95,97,100,118,105,99,101,0,16,0,14,35,99,111,111,107,105,101,80,111,108,105,99,121,119,0,16,0,17,35,99,111,111,107,105,101,80,111,108,105,115,121,73,110,102,111,0,16,0,15,35,99,111,111,107,105,101,80,111,108,105,116,105,99,115,0,16,0,14,35,99,111,111,107,105,101,80,111,111,108,105,99,121,0,16,0,10,35,99,111,111,107,105,101,80,111,112,0,16,0,12,35,99,111,111,107,105,101,80,111,112,85,112,0,16,0,14,35,99,111,111,107,105,101,80,111,112,85,112,73,100,0,16,0,18,35,99,111,111,107,105,101,80,111,112,85,112,95,116,101,114,109,111,0,16,0,12,35,99,111,111,107,105,101,80,111,112,105,110,0,16,0,14,35,99,111,111,107,105,101,80,111,112,117,112,66,71,0,16,0,15,35,99,111,111,107,105,101,80,111,112,117,112,66,97,114,0,16,0,21,35,99,111,111,107,105,101,80,111,112,117,112,67,111,110,116,97,105,110,101,114,0,16,0,19,35,99,111,111,107,105,101,80,111,112,117,112,67,111,110,116,101,110,116,0,16,0,16,35,99,111,111,107,105,101,80,111,112,117,112,70,111,114,109,0,16,0,18,35,99,111,111,107,105,101,80,111,112,117,112,72,111,108,100,101,114,0,16,0,16,35,99,111,111,107,105,101,80,111,112,117,112,73,110,102,111,0,16,0,23,35,99,111,111,107,105,101,80,111,112,117,112,80,97,110,101,108,67,108,105,101,110,116,0,16,0,18,35,99,111,111,107,105,101,80,111,112,117,112,84,97,114,103,101,116,0,16,0,19,35,99,111,111,107,105,101,80,111,112,117,112,87,114,97,112,112,101,114,0,16,0,16,35,99,111,111,107,105,101,80,114,101,102,73,110,116,114,111,0,16,0,25,35,99,111,111,107,105,101,80,114,101,102,73,110,116,114,111,95,117,110,100,101,114,108,97,121,0,16,0,22,35,99,111,111,107,105,101,80,114,101,102,101,114,101,110,99,101,80,97,110,101,108,0,16,0,28,35,99,111,111,107,105,101,80,114,101,102,101,114,101,110,99,101,115,95,102,114,111,110,116,45,101,110,100,0,16,0,11,35,99,111,111,107,105,101,80,114,101,118,0,16,0,14,35,99,111,111,107,105,101,80,114,105,118,97,99,121,0,16,0,25,35,99,111,111,107,105,101,80,114,105,118,97,99,121,68,101,99,108,97,114,97,116,105,111,110,0,16,0,18,35,99,111,111,107,105,101,80,114,105,118,97,99,121,73,110,102,111,0,16,0,20,35,99,111,111,107,105,101,80,114,105,118,97,99,121,78,111,116,105,99,101,0,16,0,20,35,99,111,111,107,105,101,80,114,105,118,97,99,121,80,111,108,105,99,121,0,16,0,19,35,99,111,111,107,105,101,80,114,105,118,97,99,121,80,111,112,117,112,0,16,0,21,35,99,111,111,107,105,101,80,114,105,118,97,99,121,87,114,97,112,112,101,114,0,16,0,21,35,99,111,111,107,105,101,80,114,105,118,97,99,121,95,104,101,97,100,101,114,0,16,0,13,35,99,111,111,107,105,101,80,114,111,109,112,116,0,16,0,20,35,99,111,111,107,105,101,80,114,111,109,112,116,87,114,97,112,112,101,114,0,16,0,8,35,99,111,111,107,105,101,81,0,16,0,15,35,99,111,111,107,105,101,81,117,101,115,116,105,111,110,0,16,0,17,35,99,111,111,107,105,101,82,101,103,117,108,97,116,105,111,110,0,16,0,17,35,99,111,111,107,105,101,82,101,113,117,101,115,116,66,111,120,0,16,0,19,35,99,111,111,107,105,101,82,101,113,117,101,115,116,76,97,121,101,114,0,16,0,17,35,99,111,111,107,105,101,82,105,99,104,116,108,105,110,105,101,0,16,0,12,35,99,111,111,107,105,101,82,117,108,101,115,0,16,0,13,35,99,111,111,107,105,101,83,99,114,101,101,110,0,16,0,15,35,99,111,111,107,105,101,83,99,114,105,112,116,73,100,0,16,0,10,35,99,111,111,107,105,101,83,101,99,0,16,0,14,35,99,111,111,107,105,101,83,101,99,116,105,111,110,0,16,0,14,35,99,111,111,107,105,101,83,101,116,116,105,110,103,0,16,0,21,35,99,111,111,107,105,101,83,101,116,116,105,110,103,115,68,105,97,108,111,103,0,16,0,28,35,99,111,111,107,105,101,83,101,116,116,105,110,103,115,79,118,101,114,108,97,121,84,111,103,103,108,101,0,16,0,17,35,99,111,111,107,105,101,83,104,111,114,116,65,108,101,114,116,0,16,0,22,35,99,111,111,107,105,101,83,104,111,114,116,73,110,102,111,70,111,111,116,101,114,0,16,0,11,35,99,111,111,107,105,101,83,105,103,110,0,16,0,15,35,99,111,111,107,105,101,83,105,103,110,112,111,115,116,0,16,0,17,35,99,111,111,107,105,101,83,105,109,112,108,101,72,105,110,116,0,16,0,16,35,99,111,111,107,105,101,83,108,105,100,101,114,68,105,118,0,16,0,16,35,99,111,111,107,105,101,83,111,102,116,79,112,116,73,110,0,16,0,12,35,99,111,111,107,105,101,83,112,97,99,101,0,16,0,11,35,99,111,111,107,105,101,83,112,97,110,0,16,0,13,35,99,111,111,107,105,101,83,112,108,97,115,104,0,16,0,14,35,99,111,111,107,105,101,83,116,97,110,100,97,114,0,16,0,19,35,99,111,111,107,105,101,83,116,97,114,116,77,101,115,115,97,103,101,0,16,0,12,35,99,111,111,107,105,101,83,116,97,116,101,0,16,0,16,35,99,111,111,107,105,101,83,116,97,116,101,109,101,110,116,0,16,0,23,35,99,111,111,107,105,101,83,116,97,116,101,109,101,110,116,87,114,97,112,112,101,114,0,16,0,13,35,99,111,111,107,105,101,83,116,97,116,117,115,0,16,0,18,35,99,111,111,107,105,101,83,116,105,99,107,121,80,97,110,101,108,0,16,0,12,35,99,111,111,107,105,101,83,116,114,105,112,0,16,0,19,35,99,111,111,107,105,101,83,117,104,108,97,115,70,111,111,116,101,114,0,16,0,14,35,99,111,111,107,105,101,83,117,112,112,111,114,116,0,16,0,10,35,99,111,111,107,105,101,84,97,98,0,16,0,9,35,99,111,111,107,105,101,84,100,0,16,0,13,35,99,111,111,107,105,101,84,101,97,115,101,114,0,16,0,12,35,99,111,111,107,105,101,84,101,107,115,116,0,16,0,12,35,99,111,111,107,105,101,84,101,114,109,115,0,16,0,11,35,99,111,111,107,105,101,84,101,115,116,0,16,0,11,35,99,111,111,107,105,101,84,105,109,101,0,16,0,10,35,99,111,111,107,105,101,84,105,112,0,16,0,11,35,99,111,111,107,105,101,84,105,112,115,0,16,0,11,35,99,111,111,107,105,101,84,106,101,107,0,16,0,12,35,99,111,111,107,105,101,84,111,97,115,116,0,16,0,14,35,99,111,111,107,105,101,84,111,97,115,116,101,114,0,16,0,18,35,99,111,111,107,105,101,84,111,111,108,87,114,97,112,112,101,114,0,16,0,14,35,99,111,111,107,105,101,84,111,111,108,98,97,114,0,16,0,14,35,99,111,111,107,105,101,84,111,111,108,116,105,112,0,16,0,19,35,99,111,111,107,105,101,84,111,112,67,79,110,116,97,105,110,101,114,0,16,0,11,35,99,111,111,107,105,101,85,66,97,114,0,16,0,18,35,99,111,111,107,105,101,85,73,67,111,110,116,97,105,110,101,114,0,16,0,12,35,99,111,111,107,105,101,85,115,97,103,101,0,16,0,18,35,99,111,111,107,105,101,85,115,97,103,101,66,97,110,110,101,114,0,16,0,16,35,99,111,111,107,105,101,85,115,97,103,101,72,105,110,116,0,16,0,19,35,99,111,111,107,105,101,85,115,97,103,101,77,101,115,115,97,103,101,0,16,0,24,35,99,111,111,107,105,101,85,115,97,103,101,78,111,116,105,102,105,99,97,116,105,111,110,0,16,0,17,35,99,111,111,107,105,101,85,115,97,103,101,80,111,112,73,110,0,16,0,17,35,99,111,111,107,105,101,85,115,97,103,101,80,111,112,117,112,0,16,0,10,35,99,111,111,107,105,101,85,115,101,0,16,0,19,35,99,111,111,107,105,101,85,115,101,65,103,114,101,101,109,101,110,116,0,16,0,21,35,99,111,111,107,105,101,85,115,101,73,110,102,111,114,109,97,116,105,111,110,0,16,0,17,35,99,111,111,107,105,101,85,115,101,87,97,114,110,105,110,103,0,16,0,27,35,99,111,111,107,105,101,85,115,101,114,65,117,116,104,111,114,105,115,97,116,105,111,110,66,97,114,0,16,0,24,35,99,111,111,107,105,101,85,115,105,110,103,78,111,116,105,102,105,99,97,116,105,111,110,0,16,0,20,35,99,111,111,107,105,101,86,97,108,105,100,97,116,111,114,77,97,105,110,0,16,0,22,35,99,111,111,107,105,101,86,101,114,105,102,105,99,97,116,105,111,110,66,97,114,0,16,0,11,35,99,111,111,107,105,101,86,105,101,119,0,16,0,11,35,99,111,111,107,105,101,87,97,108,108,0,16,0,21,35,99,111,111,107,105,101,87,97,108,108,66,97,99,107,103,114,111,117,110,100,0,16,0,14,35,99,111,111,107,105,101,87,97,108,108,66,97,114,0,16,0,16,35,99,111,111,107,105,101,87,97,108,108,77,111,100,97,108,0,16,0,18,35,99,111,111,107,105,101,87,97,108,108,79,118,101,114,108,97,121,0,16,0,11,35,99,111,111,107,105,101,87,97,114,110,0,16,0,14,35,99,111,111,107,105,101,87,97,114,110,66,111,120,0,16,0,16,35,99,111,111,107,105,101,87,97,114,110,76,97,121,101,114,0,16,0,14,35,99,111,111,107,105,101,87,97,114,110,105,110,103,0,16,0,18,35,99,111,111,107,105,101,87,97,114,110,105,110,103,45,80,111,112,0,16,0,17,35,99,111,111,107,105,101,87,97,114,110,105,110,103,66,111,120,0,16,0,23,35,99,111,111,107,105,101,87,97,114,110,105,110,103,67,111,110,116,97,105,110,101,114,0,16,0,17,35,99,111,111,107,105,101,87,97,114,110,105,110,103,68,105,118,0,16,0,19,35,99,111,111,107,105,101,87,97,114,110,105,110,103,76,97,121,101,114,0,16,0,20,35,99,111,111,107,105,101,87,97,114,110,105,110,103,76,97,121,111,117,116,0,16,0,21,35,99,111,111,107,105,101,87,97,114,110,105,110,103,77,101,115,115,97,103,101,0,16,0,24,35,99,111,111,107,105,101,87,97,114,110,105,110,103,77,101,115,115,97,103,101,78,101,119,0,16,0,19,35,99,111,111,107,105,101,87,97,114,110,105,110,103,77,111,100,97,108,0,16,0,19,35,99,111,111,107,105,101,87,97,114,110,105,110,103,80,97,110,101,108,0,16,0,15,35,99,111,111,107,105,101,87,97,114,110,105,110,103,82,0,16,0,19,35,99,111,111,107,105,101,87,97,114,110,105,110,103,84,97,98,108,101,0,16,0,18,35,99,111,111,107,105,101,87,97,114,110,105,110,103,84,101,120,116,0,16,0,21,35,99,111,111,107,105,101,87,97,114,110,105,110,103,87,114,97,112,112,101,114,0,16,0,15,35,99,111,111,107,105,101,87,97,114,110,105,110,103,115,0,16,0,16,35,99,111,111,107,105,101,87,101,116,103,101,118,105,110,103,0,16,0,13,35,99,111,111,107,105,101,87,105,100,103,101,116,0,16,0,10,35,99,111,111,107,105,101,87,105,110,0,16,0,11,35,99,111,111,107,105,101,87,105,110,100,0,16,0,22,35,99,111,111,107,105,101,87,105,110,100,111,119,67,111,110,116,97,105,110,101,114,0,16,0,11,35,99,111,111,107,105,101,87,114,97,112,0,16,0,12,35,99,111,111,107,105,101,87,114,97,112,48,0,16,0,14,35,99,111,111,107,105,101,87,114,97,112,112,101,114,0,16,0,26,35,99,111,111,107,105,101,87,114,97,112,112,101,114,87,105,116,104,83,101,116,116,105,110,103,115,0,16,0,10,35,99,111,111,107,105,101,87,114,112,0,16,0,11,35,99,111,111,107,105,101,90,111,110,101,0,16,0,8,35,99,111,111,107,105,101,95,0,16,0,9,35,99,111,111,107,105,101,95,49,0,16,0,9,35,99,111,111,107,105,101,95,50,0,16,0,16,35,99,111,111,107,105,101,95,95,87,114,97,112,112,101,114,0,16,0,27,35,99,111,111,107,105,101,95,95,97,103,114,101,101,109,101,110,116,95,95,119,114,97,112,112,101,114,0,16,0,14,35,99,111,111,107,105,101,95,95,97,108,101,114,116,0,16,0,15,35,99,111,111,107,105,101,95,95,98,97,110,110,101,114,0,16,0,12,35,99,111,111,107,105,101,95,95,98,97,114,0,16,0,12,35,99,111,111,107,105,101,95,95,98,111,120,0,16,0,15,35,99,111,111,107,105,101,95,95,99,111,111,107,105,101,0,16,0,16,35,99,111,111,107,105,101,95,95,109,101,115,115,97,103,101,0,16,0,16,35,99,111,111,107,105,101,95,95,109,111,110,115,116,101,114,0,16,0,19,35,99,111,111,107,105,101,95,95,112,97,110,101,108,45,104,101,108,112,0,16,0,15,35,99,111,111,107,105,101,95,95,112,111,112,117,112,49,0,16,0,16,35,99,111,111,107,105,101,95,95,119,114,97,112,112,101,114,0,16,0,16,35,99,111,111,107,105,101,95,97,99,99,95,119,114,97,112,0,16,0,14,35,99,111,111,107,105,101,95,97,99,99,101,112,116,0,16,0,20,35,99,111,111,107,105,101,95,97,99,99,101,112,116,95,97,108,101,114,116,0,16,0,18,35,99,111,111,107,105,101,95,97,99,99,101,112,116,95,98,97,114,0,16,0,18,35,99,111,111,107,105,101,95,97,99,99,101,112,116,95,98,111,120,0,16,0,19,35,99,111,111,107,105,101,95,97,99,99,101,112,116,95,99,111,110,116,0,16,0,24,35,99,111,111,107,105,101,95,97,99,99,101,112,116,95,99,111,110,116,97,105,110,101,114,0,16,0,24,35,99,111,111,107,105,101,95,97,99,99,101,112,116,95,109,115,103,95,98,108,111,99,107,0,16,0,22,35,99,111,111,107,105,101,95,97,99,99,101,112,116,95,115,101,99,116,105,111,110,0,16,0,19,35,99,111,111,107,105,101,95,97,99,99,101,112,116,97,116,105,111,110,0,16,0,29,35,99,111,111,107,105,101,95,97,99,99,101,112,116,97,116,105,111,110,95,99,111,110,116,101,110,101,117,114,0,16,0,20,35,99,111,111,107,105,101,95,97,99,99,101,112,116,101,114,95,100,105,118,0,16,0,17,35,99,111,111,107,105,101,95,97,99,99,101,112,116,105,111,110,0,16,0,29,35,99,111,111,107,105,101,95,97,99,99,101,115,115,95,109,101,115,115,97,103,101,95,104,111,108,100,101,114,0,16,0,11,35,99,111,111,107,105,101,95,97,100,118,0,16,0,14,35,99,111,111,107,105,101,95,97,100,118,105,99,101,0,16,0,14,35,99,111,111,107,105,101,95,97,100,118,105,115,101,0,16,0,13,35,99,111,111,107,105,101,95,97,103,114,101,101,0,16,0,17,35,99,111,111,107,105,101,95,97,103,114,101,101,109,101,110,116,0,16,0,13,35,99,111,111,107,105,101,95,97,108,101,114,116,0,16,0,14,35,99,111,111,107,105,101,95,97,108,101,114,116,50,0,16,0,17,35,99,111,111,107,105,101,95,97,108,101,114,116,95,98,97,114,0,16,0,17,35,99,111,111,107,105,101,95,97,108,101,114,116,95,98,111,120,0,16,0,23,35,99,111,111,107,105,101,95,97,108,101,114,116,95,99,111,110,116,97,105,110,101,114,0,16,0,21,35,99,111,111,107,105,101,95,97,108,101,114,116,95,99,111,110,116,101,110,116,0,16,0,21,35,99,111,111,107,105,101,95,97,108,101,114,116,95,100,101,115,107,116,111,112,0,16,0,17,35,99,111,111,107,105,101,95,97,108,101,114,116,95,100,105,118,0,16,0,20,35,99,111,111,107,105,101,95,97,108,101,114,116,95,109,111,98,105,108,101,0,16,0,17,35,99,111,111,107,105,101,95,97,108,108,111,119,95,102,105,120,0,16,0,16,35,99,111,111,107,105,101,95,97,110,110,111,117,110,99,101,0,16,0,16,35,99,111,111,107,105,101,95,97,112,112,114,111,118,97,108,0,16,0,15,35,99,111,111,107,105,101,95,97,112,112,114,111,118,101,0,16,0,22,35,99,111,111,107,105,101,95,97,112,112,114,111,118,101,95,98,97,110,110,101,114,0,16,0,16,35,99,111,111,107,105,101,95,97,112,112,114,111,118,101,100,0,16,0,11,35,99,111,111,107,105,101,95,97,115,107,0,16,0,14,35,99,111,111,107,105,101,95,97,115,115,101,116,115,0,16,0,17,35,99,111,111,107,105,101,95,97,115,115,105,115,116,97,110,116,0,16,0,27,35,99,111,111,107,105,101,95,97,115,115,105,115,116,97,110,116,95,99,111,110,116,97,105,110,101,114,0,16,0,25,35,99,111,111,107,105,101,95,97,115,115,105,115,116,97,110,116,95,119,114,97,112,112,101,114,0,16,0,12,35,99,111,111,107,105,101,95,97,117,116,104,0,16,0,13,35,99,111,111,107,105,101,95,97,118,105,115,111,0,16,0,17,35,99,111,111,107,105,101,95,97,118,105,115,111,95,98,111,120,0,16,0,9,35,99,111,111,107,105,101,95,98,0,16,0,18,35,99,111,111,107,105,101,95,98,97,99,107,103,114,111,117,110,100,0,16,0,16,35,99,111,111,107,105,101,95,98,97,108,107,95,116,111,112,0,16,0,15,35,99,111,111,107,105,101,95,98,97,110,100,101,97,117,0,16,0,13,35,99,111,111,107,105,101,95,98,97,110,101,114,0,16,0,22,35,99,111,111,107,105,101,95,98,97,110,110,101,114,45,119,114,97,112,112,101,114,0,16,0,24,35,99,111,111,107,105,101,95,98,97,110,110,101,114,95,99,111,110,116,97,105,110,101,114,0,16,0,30,35,99,111,111,107,105,101,95,98,97,110,110,101,114,95,99,111,111,107,105,101,95,105,110,102,111,95,98,97,114,0,16,0,21,35,99,111,111,107,105,101,95,98,97,110,110,101,114,95,102,111,111,116,101,114,0,16,0,11,35,99,111,111,107,105,101,95,98,97,114,0,16,0,25,35,99,111,111,107,105,101,95,98,97,114,95,98,105,103,95,99,111,110,116,97,105,110,101,114,0,16,0,21,35,99,111,111,107,105,101,95,98,97,114,95,99,111,110,116,97,105,110,101,114,0,16,0,23,35,99,111,111,107,105,101,95,98,97,114,95,101,100,105,116,95,98,117,116,116,111,110,0,16,0,15,35,99,111,111,107,105,101,95,98,97,114,95,116,111,112,0,16,0,14,35,99,111,111,107,105,101,95,98,97,114,95,118,50,0,16,0,13,35,99,111,111,107,105,101,95,98,97,114,114,101,0,16,0,12,35,99,111,111,107,105,101,95,98,101,108,116,0,16,0,10,35,99,111,111,107,105,101,95,98,103,0,16,0,12,35,99,111,111,107,105,101,95,98,108,111,99,0,16,0,13,35,99,111,111,107,105,101,95,98,108,111,99,107,0,16,0,11,35,99,111,111,107,105,101,95,98,110,114,0,16,0,14,35,99,111,111,107,105,101,95,98,111,116,116,111,109,0,16,0,18,35,99,111,111,107,105,101,95,98,111,116,116,111,109,95,98,97,114,0,16,0,11,35,99,111,111,107,105,101,95,98,111,120,0,16,0,15,35,99,111,111,107,105,101,95,98,111,120,95,98,97,114,0,16,0,18,35,99,111,111,107,105,101,95,98,111,120,95,104,101,97,100,101,114,0,16,0,26,35,99,111,111,107,105,101,95,98,111,120,95,104,101,97,100,101,114,95,109,101,115,115,97,103,101,0,16,0,16,35,99,111,111,107,105,101,95,98,111,120,95,105,110,102,111,0,16,0,19,35,99,111,111,107,105,101,95,98,111,120,95,111,118,101,114,108,97,121,0,16,0,15,35,99,111,111,107,105,101,95,99,97,117,116,105,111,110,0,16,0,14,35,99,111,111,107,105,101,95,99,104,97,110,103,101,0,16,0,13,35,99,111,111,107,105,101,95,99,104,101,99,107,0,16,0,19,35,99,111,111,107,105,101,95,99,104,101,99,107,95,109,111,100,97,108,0,16,0,21,35,99,111,111,107,105,101,95,99,104,101,99,107,95,119,114,97,112,112,101,114,0,16,0,14,35,99,111,111,107,105,101,95,99,104,111,105,99,101,0,16,0,15,35,99,111,111,107,105,101,95,99,104,111,105,99,101,115,0,16,0,15,35,99,111,111,107,105,101,95,99,108,105,99,107,101,114,0,16,0,12,35,99,111,111,107,105,101,95,99,110,105,108,0,16,0,16,35,99,111,111,107,105,101,95,99,110,105,108,95,98,111,120,0,16,0,15,35,99,111,111,107,105,101,95,99,111,105,110,116,101,114,0,16,0,18,35,99,111,111,107,105,101,95,99,111,109,112,108,105,97,110,99,101,0,16,0,11,35,99,111,111,107,105,101,95,99,111,110,0,16,0,19,35,99,111,111,107,105,101,95,99,111,110,102,95,98,97,110,110,101,114,0,16,0,15,35,99,111,111,107,105,101,95,99,111,110,102,105,114,109,0,16,0,18,35,99,111,111,107,105,101,95,99,111,110,102,105,114,109,95,100,118,0,16,0,20,35,99,111,111,107,105,101,95,99,111,110,102,105,114,109,97,116,105,111,110,0,16,0,24,35,99,111,111,107,105,101,95,99,111,110,102,105,114,109,97,116,105,111,110,95,98,111,120,0,16,0,15,35,99,111,111,107,105,101,95,99,111,110,115,101,110,116,0,16,0,19,35,99,111,111,107,105,101,95,99,111,110,115,101,110,116,52,52,51,53,0,16,0,22,35,99,111,111,107,105,101,95,99,111,110,115,101,110,116,95,98,97,110,110,101,114,0,16,0,23,35,99,111,111,107,105,101,95,99,111,110,115,101,110,116,95,98,108,111,99,107,101,114,0,16,0,19,35,99,111,111,107,105,101,95,99,111,110,115,101,110,116,95,98,111,120,0,16,0,25,35,99,111,111,107,105,101,95,99,111,110,115,101,110,116,95,99,111,110,116,97,105,110,101,114,0,16,0,25,35,99,111,111,107,105,101,95,99,111,110,115,101,110,116,95,99,111,111,107,105,101,98,97,114,0,16,0,19,35,99,111,111,107,105,101,95,99,111,110,115,101,110,116,95,100,105,118,0,16,0,22,35,99,111,111,107,105,101,95,99,111,110,115,101,110,116,95,104,101,97,100,101,114,0,16,0,31,35,99,111,111,107,105,101,95,99,111,110,115,101,110,116,95,109,97,110,97,103,101,114,95,119,114,97,112,112,101,114,0,16,0,23,35,99,111,111,107,105,101,95,99,111,110,115,101,110,116,95,109,101,115,115,97,103,101,0,16,0,28,35,99,111,111,107,105,101,95,99,111,110,115,101,110,116,95,110,111,116,105,102,105,99,97,116,105,111,110,0,16,0,21,35,99,111,111,107,105,101,95,99,111,110,115,101,110,116,95,111,117,116,101,114,0,16,0,23,35,99,111,111,107,105,101,95,99,111,110,115,101,110,116,95,111,118,101,114,108,97,121,0,16,0,22,35,99,111,111,107,105,101,95,99,111,110,115,101,110,116,95,112,108,97,121,122,111,0,16,0,21,35,99,111,111,107,105,101,95,99,111,110,115,101,110,116,95,112,111,112,117,112,0,16,0,20,35,99,111,111,107,105,101,95,99,111,110,115,101,110,116,95,119,97,108,108,0,16,0,12,35,99,111,111,107,105,101,95,99,111,110,116,0,16,0,17,35,99,111,111,107,105,101,95,99,111,110,116,97,105,110,101,114,0,16,0,15,35,99,111,111,107,105,101,95,99,111,110,116,101,110,116,0,16,0,21,35,99,111,111,107,105,101,95,99,111,110,116,114,111,108,95,112,111,112,117,112,0,16,0,18,35,99,111,111,107,105,101,95,99,111,110,116,114,111,108,108,101,114,0,16,0,14,35,99,111,111,107,105,101,95,99,111,111,107,105,101,0,16,0,14,35,99,111,111,107,105,101,95,99,117,115,116,111,109,0,16,0,19,35,99,111,111,107,105,101,95,100,97,116,101,110,115,99,104,117,116,122,0,16,0,15,35,99,111,111,107,105,101,95,100,101,99,108,105,110,101,0,16,0,15,35,99,111,111,107,105,101,95,100,101,115,107,116,111,112,0,16,0,14,35,99,111,111,107,105,101,95,100,105,97,108,111,103,0,16,0,19,35,99,111,111,107,105,101,95,100,105,97,108,111,103,95,119,114,97,112,0,16,0,17,35,99,111,111,107,105,101,95,100,105,114,101,99,116,105,118,101,0,16,0,27,35,99,111,111,107,105,101,95,100,105,114,101,99,116,105,118,101,95,99,111,110,116,97,105,110,101,114,0,16,0,18,35,99,111,111,107,105,101,95,100,105,115,99,108,97,105,109,101,114,0,16,0,28,35,99,111,111,107,105,101,95,100,105,115,99,108,97,105,109,101,114,95,99,111,110,116,97,105,110,101,114,0,16,0,26,35,99,111,111,107,105,101,95,100,105,115,99,108,97,105,109,101,114,95,119,114,97,112,112,101,114,0,16,0,11,35,99,111,111,107,105,101,95,100,105,118,0,16,0,22,35,99,111,111,107,105,101,95,100,114,111,112,95,99,111,110,116,97,105,110,101,114,0,16,0,10,35,99,111,111,107,105,101,95,101,117,0,16,0,14,35,99,111,111,107,105,101,95,101,117,95,98,97,114,0,16,0,16,35,99,111,111,107,105,101,95,101,117,95,114,101,99,104,116,0,16,0,17,35,99,111,111,107,105,101,95,101,120,105,116,95,102,111,114,109,0,16,0,11,35,99,111,111,107,105,101,95,101,120,112,0,16,0,14,35,99,111,111,107,105,101,95,102,97,115,99,105,97,0,16,0,22,35,99,111,111,107,105,101,95,102,105,103,121,101,108,109,101,122,116,101,116,101,115,0,16,0,14,35,99,111,111,107,105,101,95,102,111,111,116,101,114,0,16,0,13,35,99,111,111,107,105,101,95,102,114,97,109,101,0,16,0,12,35,99,111,111,107,105,101,95,103,100,112,114,0,16,0,23,35,99,111,111,107,105,101,95,103,108,100,95,99,111,111,107,105,101,95,102,108,97,103,0,16,0,20,35,99,111,111,107,105,101,95,103,117,105,100,97,115,101,114,118,105,122,105,0,16,0,20,35,99,111,111,107,105,101,95,103,117,105,100,108,105,110,101,95,98,111,120,0,16,0,21,35,99,111,111,107,105,101,95,104,100,114,95,115,104,111,119,97,103,97,105,110,0,16,0,14,35,99,111,111,107,105,101,95,104,101,97,100,101,114,0,16,0,18,35,99,111,111,107,105,101,95,104,101,97,100,101,114,95,116,111,112,0,16,0,17,35,99,111,111,107,105,101,95,104,101,97,100,101,114,116,111,112,0,16,0,12,35,99,111,111,107,105,101,95,104,105,110,116,0,16,0,15,35,99,111,111,107,105,101,95,104,105,110,119,101,105,115,0,16,0,14,35,99,111,111,107,105,101,95,104,111,108,100,101,114,0,16,0,14,35,99,111,111,107,105,101,95,105,97,103,114,101,101,0,16,0,10,35,99,111,111,107,105,101,95,105,100,0,16,0,16,35,99,111,111,107,105,101,95,105,108,109,111,105,116,117,115,0,16,0,21,35,99,111,111,107,105,101,95,105,108,109,111,105,116,117,115,95,50,48,50,48,0,16,0,29,35,99,111,111,107,105,101,95,105,108,109,111,105,116,117,115,95,50,48,50,48,95,111,118,101,114,108,97,121,0,16,0,16,35,99,111,111,107,105,101,95,105,110,102,111,45,98,97,114,0,16,0,18,35,99,111,111,107,105,101,95,105,110,102,111,95,97,103,114,101,101,0,16,0,17,35,99,111,111,107,105,101,95,105,110,102,111,95,97,114,101,97,0,16,0,16,35,99,111,111,107,105,101,95,105,110,102,111,95,98,97,114,0,16,0,16,35,99,111,111,107,105,101,95,105,110,102,111,95,98,111,120,0,16,0,18,35,99,111,111,107,105,101,95,105,110,102,111,95,98,114,101,118,101,0,16,0,22,35,99,111,111,107,105,101,95,105,110,102,111,95,99,111,110,116,97,105,110,101,114,0,16,0,16,35,99,111,111,107,105,101,95,105,110,102,111,95,100,105,118,0,16,0,20,35,99,111,111,107,105,101,95,105,110,102,111,95,109,101,115,115,97,103,101,0,16,0,21,35,99,111,111,107,105,101,95,105,110,102,111,95,114,101,115,112,111,110,115,101,0,16,0,22,35,99,111,111,107,105,101,95,105,110,102,111,95,115,116,97,114,116,112,97,103,101,0,16,0,19,35,99,111,111,107,105,101,95,105,110,102,111,95,116,111,112,78,97,118,0,16,0,16,35,99,111,111,107,105,101,95,105,110,102,111,95,116,120,116,0,16,0,19,35,99,111,111,107,105,101,95,105,110,102,111,95,119,105,110,100,111,119,0,16,0,15,35,99,111,111,107,105,101,95,105,110,102,111,98,111,120,0,16,0,14,35,99,111,111,107,105,101,95,105,110,102,111,114,109,0,16,0,19,35,99,111,111,107,105,101,95,105,110,102,111,114,109,97,116,105,111,110,0,16,0,25,35,99,111,111,107,105,101,95,105,110,102,111,114,109,97,116,105,111,110,95,98,108,111,99,107,0,16,0,23,35,99,111,111,107,105,101,95,105,110,102,111,114,109,97,116,105,111,110,95,98,111,120,0,16,0,27,35,99,111,111,107,105,101,95,105,110,102,111,114,109,97,116,105,111,110,95,111,118,101,114,108,97,121,0,16,0,23,35,99,111,111,107,105,101,95,105,110,102,111,114,109,97,116,105,118,97,95,101,115,100,0,16,0,19,35,99,111,111,107,105,101,95,105,110,102,111,114,109,97,116,105,118,101,0,16,0,16,35,99,111,111,107,105,101,95,105,110,102,111,114,109,101,114,0,16,0,14,35,99,111,111,107,105,101,95,105,110,106,101,99,116,0,16,0,19,35,99,111,111,107,105,101,95,105,110,108,105,110,101,95,102,111,114,109,0,16,0,22,35,99,111,111,107,105,101,95,105,116,95,98,97,114,95,119,114,97,112,112,101,114,0,16,0,21,35,99,111,111,107,105,101,95,106,97,114,95,99,111,110,116,97,105,110,101,114,0,16,0,14,35,99,111,111,107,105,101,95,107,101,117,122,101,115,0,16,0,15,35,99,111,111,107,105,101,95,107,101,122,101,108,101,115,0,16,0,11,35,99,111,111,107,105,101,95,108,97,119,0,16,0,18,35,99,111,111,107,105,101,95,108,97,119,45,98,97,110,110,101,114,0,16,0,18,35,99,111,111,107,105,101,95,108,97,119,95,97,100,118,105,99,101,0,16,0,18,35,99,111,111,107,105,101,95,108,97,119,95,98,97,110,110,101,114,0,16,0,15,35,99,111,111,107,105,101,95,108,97,119,95,98,111,120,0,16,0,22,35,99,111,111,107,105,101,95,108,97,119,95,99,111,109,112,108,105,97,110,99,101,0,16,0,21,35,99,111,111,107,105,101,95,108,97,119,95,99,111,110,116,97,105,110,101,114,0,16,0,19,35,99,111,111,107,105,101,95,108,97,119,95,100,105,97,108,111,103,50,0,16,0,14,35,99,111,111,107,105,101,95,108,97,119,95,105,100,0,16,0,16,35,99,111,111,107,105,101,95,108,97,119,95,105,110,102,111,0,16,0,24,35,99,111,111,107,105,101,95,108,97,119,95,105,110,102,111,114,109,97,116,105,111,110,115,0,16,0,19,35,99,111,111,107,105,101,95,108,97,119,95,109,101,115,115,97,103,101,0,16,0,18,35,99,111,111,107,105,101,95,108,97,119,95,109,111,98,105,108,101,0,16,0,15,35,99,111,111,107,105,101,95,108,97,119,95,109,115,103,0,16,0,18,35,99,111,111,107,105,101,95,108,97,119,95,110,111,116,105,99,101,0,16,0,28,35,99,111,111,107,105,101,95,108,97,119,95,110,111,116,105,99,101,95,99,111,110,116,97,105,110,101,114,0,16,0,24,35,99,111,111,107,105,101,95,108,97,119,95,110,111,116,105,102,105,99,97,116,105,111,110,0,16,0,19,35,99,111,111,107,105,101,95,108,97,119,95,119,97,114,110,105,110,103,0,16,0,13,35,99,111,111,107,105,101,95,108,97,121,101,114,0,16,0,21,35,99,111,111,107,105,101,95,108,97,121,101,114,95,119,114,97,112,112,101,114,0,16,0,13,35,99,111,111,107,105,101,95,108,101,103,97,108,0,16,0,21,35,99,111,111,107,105,101,95,108,101,103,97,108,95,100,105,115,112,108,97,121,0,16,0,14,35,99,111,111,107,105,101,95,108,101,105,115,116,101,0,16,0,14,35,99,111,111,107,105,101,95,108,101,118,101,108,48,0,16,0,14,35,99,111,111,107,105,101,95,108,101,118,101,108,49,0,16,0,16,35,99,111,111,107,105,101,95,108,105,103,104,116,98,111,120,0,16,0,18,35,99,111,111,107,105,101,95,109,97,105,110,95,98,108,111,99,107,0,16,0,11,35,99,111,111,107,105,101,95,109,97,110,0,16,0,24,35,99,111,111,107,105,101,95,109,97,110,97,103,101,95,99,111,110,116,97,105,110,101,114,0,16,0,25,35,99,111,111,107,105,101,95,109,97,110,97,103,101,109,101,110,116,95,104,101,97,100,101,114,0,16,0,28,35,99,111,111,107,105,101,95,109,97,110,97,103,101,114,95,98,111,100,121,95,111,118,101,114,108,97,121,0,16,0,12,35,99,111,111,107,105,101,95,109,97,115,107,0,16,0,15,35,99,111,111,107,105,101,95,109,101,108,100,105,110,103,0,16,0,16,35,99,111,111,107,105,101,95,109,101,110,115,97,103,101,109,0,16,0,12,35,99,111,111,107,105,101,95,109,101,115,115,0,16,0,15,35,99,111,111,107,105,101,95,109,101,115,115,97,103,101,0,16,0,25,35,99,111,111,107,105,101,95,109,101,115,115,97,103,101,95,99,111,110,116,97,105,110,101,114,0,16,0,22,35,99,111,111,107,105,101,95,109,101,115,115,97,103,101,95,104,111,108,100,101,114,0,16,0,30,35,99,111,111,107,105,101,95,109,101,115,115,97,103,101,95,119,101,98,115,105,116,101,95,112,111,108,105,99,121,0,16,0,23,35,99,111,111,107,105,101,95,109,111,100,97,108,95,99,111,110,116,97,105,110,101,114,0,16,0,17,35,99,111,111,107,105,101,95,109,111,100,97,108,95,100,105,118,0,16,0,21,35,99,111,111,107,105,101,95,109,111,100,97,108,95,119,114,97,112,112,101,114,0,16,0,14,35,99,111,111,107,105,101,95,109,111,100,117,108,101,0,16,0,15,35,99,111,111,107,105,101,95,109,111,110,115,116,101,114,0,16,0,10,35,99,111,111,107,105,101,95,109,115,0,16,0,11,35,99,111,111,107,105,101,95,109,115,103,0,16,0,13,35,99,111,111,107,105,101,95,109,115,103,95,50,0,16,0,21,35,99,111,111,107,105,101,95,109,115,103,95,99,111,110,116,97,105,110,101,114,0,16,0,11,35,99,111,111,107,105,101,95,109,115,110,0,16,0,11,35,99,111,111,107,105,101,95,110,97,118,0,16,0,14,35,99,111,111,107,105,101,95,110,97,118,98,97,114,0,16,0,12,35,99,111,111,107,105,101,95,110,111,116,101,0,16,0,16,35,99,111,111,107,105,101,95,110,111,116,101,95,100,105,118,0,16,0,17,35,99,111,111,107,105,101,95,110,111,116,101,95,118,111,108,108,0,16,0,12,35,99,111,111,107,105,101,95,110,111,116,105,0,16,0,14,35,99,111,111,107,105,101,95,110,111,116,105,99,101,0,16,0,18,35,99,111,111,107,105,101,95,110,111,116,105,99,101,95,98,97,114,0,16,0,22,35,99,111,111,107,105,101,95,110,111,116,105,99,101,95,100,101,115,107,116,111,112,0,16,0,22,35,99,111,111,107,105,101,95,110,111,116,105,99,101,95,119,114,97,112,112,101,114,0,16,0,15,35,99,111,111,107,105,101,95,110,111,116,105,99,101,115,0,16,0,13,35,99,111,111,107,105,101,95,110,111,116,105,102,0,16,0,20,35,99,111,111,107,105,101,95,110,111,116,105,102,105,99,97,116,105,111,110,0,16,0,24,35,99,111,111,107,105,101,95,110,111,116,105,102,105,99,97,116,105,111,110,95,98,97,114,0,16,0,30,35,99,111,111,107,105,101,95,110,111,116,105,102,105,99,97,116,105,111,110,95,99,111,110,116,97,105,110,101,114,0,16,0,25,35,99,111,111,107,105,101,95,110,111,116,105,102,105,99,97,116,105,111,110,95,119,114,97,112,0,16,0,16,35,99,111,111,107,105,101,95,110,111,116,105,102,105,101,114,0,16,0,14,35,99,111,111,107,105,101,95,110,111,116,105,102,121,0,16,0,10,35,99,111,111,107,105,101,95,111,107,0,16,0,11,35,99,111,111,107,105,101,95,111,107,49,0,16,0,11,35,99,111,111,107,105,101,95,111,112,116,0,16,0,14,35,99,111,111,107,105,101,95,111,112,116,95,105,110,0,16,0,21,35,99,111,111,107,105,101,95,111,112,116,95,105,110,95,97,110,99,104,111,114,0,16,0,24,35,99,111,111,107,105,101,95,111,112,116,95,105,110,95,99,111,110,116,97,105,110,101,114,0,16,0,13,35,99,111,111,107,105,101,95,111,112,116,105,110,0,16,0,18,35,99,111,111,107,105,101,95,111,112,116,105,110,95,98,97,99,107,0,16,0,19,35,99,111,111,107,105,101,95,111,112,116,105,110,95,108,97,121,101,114,0,16,0,15,35,99,111,111,107,105,101,95,111,118,101,114,108,97,121,0,16,0,13,35,99,111,111,107,105,101,95,112,97,110,101,108,0,16,0,18,35,99,111,111,107,105,101,95,112,97,110,101,108,95,50,48,49,56,0,16,0,14,35,99,111,111,107,105,101,95,112,97,114,101,110,116,0,16,0,18,35,99,111,111,107,105,101,95,112,101,114,109,105,115,115,105,111,110,0,16,0,25,35,99,111,111,107,105,101,95,112,101,114,109,105,115,115,105,111,110,95,98,97,110,110,101,114,0,16,0,25,35,99,111,111,107,105,101,95,112,101,114,109,105,115,115,105,111,110,115,95,97,108,101,114,116,0,16,0,14,35,99,111,111,107,105,101,95,112,101,114,109,105,116,0,16,0,11,35,99,111,111,107,105,101,95,112,111,108,0,16,0,16,35,99,111,111,107,105,101,95,112,111,108,105,99,105,101,115,0,16,0,14,35,99,111,111,107,105,101,95,112,111,108,105,99,121,0,16,0,16,35,99,111,111,107,105,101,95,112,111,108,105,99,121,45,48,0,16,0,21,35,99,111,111,107,105,101,95,112,111,108,105,99,121,95,97,99,99,101,112,116,0,16,0,20,35,99,111,111,107,105,101,95,112,111,108,105,99,121,95,97,108,101,114,116,0,16,0,21,35,99,111,111,107,105,101,95,112,111,108,105,99,121,95,98,97,110,110,101,114,0,16,0,29,35,99,111,111,107,105,101,95,112,111,108,105,99,121,95,98,97,110,110,101,114,95,119,114,97,112,112,101,114,0,16,0,18,35,99,111,111,107,105,101,95,112,111,108,105,99,121,95,98,97,114,0,16,0,18,35,99,111,111,107,105,101,95,112,111,108,105,99,121,95,98,111,120,0,16,0,20,35,99,111,111,107,105,101,95,112,111,108,105,99,121,95,99,104,101,99,107,0,16,0,24,35,99,111,111,107,105,101,95,112,111,108,105,99,121,95,99,111,110,116,97,105,110,101,114,0,16,0,18,35,99,111,111,107,105,101,95,112,111,108,105,99,121,95,100,105,118,0,16,0,21,35,99,111,111,107,105,101,95,112,111,108,105,99,121,95,104,111,108,100,101,114,0,16,0,20,35,99,111,111,107,105,101,95,112,111,108,105,99,121,95,108,97,121,101,114,0,16,0,22,35,99,111,111,107,105,101,95,112,111,108,105,99,121,95,109,101,115,115,97,103,101,0,16,0,32,35,99,111,111,107,105,101,95,112,111,108,105,99,121,95,109,101,115,115,97,103,101,95,99,111,110,116,97,105,110,101,114,0,16,0,20,35,99,111,111,107,105,101,95,112,111,108,105,99,121,95,109,111,100,97,108,0,16,0,18,35,99,111,111,107,105,101,95,112,111,108,105,99,121,95,109,115,103,0,16,0,21,35,99,111,111,107,105,101,95,112,111,108,105,99,121,95,110,111,116,105,99,101,0,16,0,22,35,99,111,111,107,105,101,95,112,111,108,105,99,121,95,111,118,101,114,108,97,121,0,16,0,20,35,99,111,111,107,105,101,95,112,111,108,105,99,121,95,112,111,112,117,112,0,16,0,17,35,99,111,111,107,105,101,95,112,111,108,105,99,121,95,112,117,0,16,0,19,35,99,111,111,107,105,101,95,112,111,108,105,99,121,95,114,103,112,100,0,16,0,16,35,99,111,111,107,105,101,95,112,111,108,105,116,105,99,115,0,16,0,24,35,99,111,111,107,105,101,95,112,111,108,105,116,105,99,115,95,111,118,101,114,108,97,121,0,16,0,11,35,99,111,111,107,105,101,95,112,111,112,0,16,0,24,35,99,111,111,107,105,101,95,112,111,112,105,110,95,105,116,115,97,112,95,104,111,109,101,0,16,0,27,35,99,111,111,107,105,101,95,112,111,112,105,110,95,105,116,115,97,112,95,111,118,101,114,108,97,121,0,16,0,25,35,99,111,111,107,105,101,95,112,111,112,111,118,101,114,95,99,111,110,116,97,105,110,101,114,0,16,0,13,35,99,111,111,107,105,101,95,112,111,112,117,112,0,16,0,19,35,99,111,111,107,105,101,95,112,111,112,117,112,95,97,108,101,114,116,0,16,0,24,35,99,111,111,107,105,101,95,112,111,112,117,112,95,98,97,99,107,103,114,111,117,110,100,0,16,0,16,35,99,111,111,107,105,101,95,112,111,112,117,112,95,98,103,0,16,0,23,35,99,111,111,107,105,101,95,112,111,112,117,112,95,99,111,110,116,97,105,110,101,114,0,16,0,21,35,99,111,111,107,105,101,95,112,111,112,117,112,95,111,118,101,114,108,97,121,0,16,0,21,35,99,111,111,107,105,101,95,112,111,112,117,112,95,119,114,97,112,112,101,114,0,16,0,31,35,99,111,111,107,105,101,95,112,114,101,102,101,114,101,110,99,101,115,95,98,97,110,110,101,114,95,114,111,111,116,0,16,0,20,35,99,111,111,107,105,101,95,112,114,101,102,115,95,98,117,109,112,101,114,0,16,0,16,35,99,111,111,107,105,101,95,112,114,105,118,95,100,105,118,0,16,0,15,35,99,111,111,107,105,101,95,112,114,105,118,97,99,121,0,16,0,19,35,99,111,111,107,105,101,95,112,114,105,118,97,99,121,95,98,97,114,0,16,0,19,35,99,111,111,107,105,101,95,112,114,105,118,97,99,121,95,98,111,120,0,16,0,22,35,99,111,111,107,105,101,95,112,114,105,118,97,99,121,95,104,111,108,100,101,114,0,16,0,24,35,99,111,111,107,105,101,95,112,114,105,118,97,99,121,95,105,110,102,111,95,98,97,114,0,16,0,21,35,99,111,111,107,105,101,95,112,114,105,118,97,99,121,95,112,111,112,117,112,0,16,0,15,35,99,111,111,107,105,101,95,112,114,105,118,97,116,101,0,16,0,14,35,99,111,111,107,105,101,95,112,114,111,109,112,116,0,16,0,21,35,99,111,111,107,105,101,95,112,117,112,117,112,95,99,111,110,102,105,114,109,0,16,0,16,35,99,111,111,107,105,101,95,113,117,101,115,116,105,111,110,0,16,0,14,35,99,111,111,107,105,101,95,114,101,118,111,107,101,0,16,0,14,35,99,111,111,107,105,101,95,114,105,98,98,111,110,0,16,0,18,35,99,111,111,107,105,101,95,114,105,99,104,116,108,105,110,105,101,0,16,0,14,35,99,111,111,107,105,101,95,115,99,114,105,112,116,0,16,0,15,35,99,111,111,107,105,101,95,115,101,99,116,105,111,110,0,16,0,18,35,99,111,111,107,105,101,95,115,101,116,95,97,99,99,101,112,116,0,16,0,22,35,99,111,111,107,105,101,95,115,101,116,116,105,110,103,115,95,109,111,100,97,108,0,16,0,13,35,99,111,111,107,105,101,95,115,104,111,114,116,0,16,0,18,35,99,111,111,107,105,101,95,115,104,111,114,116,95,105,110,102,111,0,16,0,13,35,99,111,111,107,105,101,95,115,104,111,117,116,0,16,0,17,35,99,111,111,107,105,101,95,115,104,111,119,95,105,110,102,111,0,16,0,13,35,99,111,111,107,105,101,95,115,104,111,119,110,0,16,0,19,35,99,111,111,107,105,101,95,115,111,117,104,108,97,115,95,100,105,118,0,16,0,17,35,99,111,111,107,105,101,95,115,116,97,116,101,109,101,110,116,0,16,0,11,35,99,111,111,107,105,101,95,115,116,114,0,16,0,13,35,99,111,111,107,105,101,95,115,116,114,105,112,0,16,0,13,35,99,111,111,107,105,101,95,115,116,117,102,102,0,16,0,16,35,99,111,111,107,105,101,95,116,97,98,95,109,97,105,110,0,16,0,19,35,99,111,111,107,105,101,95,116,97,106,101,107,111,122,116,97,116,111,0,16,0,13,35,99,111,111,107,105,101,95,116,101,114,109,115,0,16,0,17,35,99,111,111,107,105,101,95,116,101,114,109,115,95,100,105,118,0,16,0,12,35,99,111,111,107,105,101,95,116,101,120,116,0,16,0,19,35,99,111,111,107,105,101,95,116,101,120,116,95,104,101,97,100,101,114,0,16,0,18,35,99,111,111,107,105,101,95,116,111,111,108,95,108,97,114,103,101,0,16,0,18,35,99,111,111,107,105,101,95,116,111,111,108,95,115,109,97,108,108,0,16,0,15,35,99,111,111,107,105,101,95,116,111,111,108,98,97,114,0,16,0,11,35,99,111,111,107,105,101,95,116,111,112,0,16,0,16,35,99,111,111,107,105,101,95,116,111,112,95,105,110,102,111,0,16,0,14,35,99,111,111,107,105,101,95,116,111,112,100,105,118,0,16,0,11,35,99,111,111,107,105,101,95,116,120,116,0,16,0,17,35,99,111,111,107,105,101,95,117,112,112,101,114,95,100,105,118,0,16,0,13,35,99,111,111,107,105,101,95,117,115,97,103,101,0,16,0,20,35,99,111,111,107,105,101,95,117,115,97,103,101,95,98,97,110,110,101,114,0,16,0,26,35,99,111,111,107,105,101,95,117,115,97,103,101,95,99,111,110,116,97,105,110,101,114,95,105,100,0,16,0,14,35,99,111,111,107,105,101,95,117,115,116,97,119,97,0,16,0,13,35,99,111,111,107,105,101,95,118,97,108,105,100,0,16,0,12,35,99,111,111,107,105,101,95,119,97,114,110,0,16,0,17,35,99,111,111,107,105,101,95,119,97,114,110,95,116,101,120,116,0,16,0,15,35,99,111,111,107,105,101,95,119,97,114,110,105,110,103,0,16,0,20,35,99,111,111,107,105,101,95,119,97,114,110,105,110,103,95,97,114,101,97,0,16,0,25,35,99,111,111,107,105,101,95,119,97,114,110,105,110,103,95,99,111,110,116,97,105,110,101,114,0,16,0,23,35,99,111,111,107,105,101,95,119,97,114,110,105,110,103,95,99,111,110,116,101,110,116,0,16,0,19,35,99,111,111,107,105,101,95,119,97,114,110,105,110,103,95,100,105,118,0,16,0,41,35,99,111,111,107,105,101,95,119,97,114,110,105,110,103,95,110,111,116,105,102,105,99,97,116,105,111,110,95,78,79,84,73,70,73,67,65,84,73,79,78,0,16,0,29,35,99,111,111,107,105,101,95,119,97,114,110,105,110,103,95,111,117,116,101,114,95,119,114,97,112,112,101,114,0,16,0,23,35,99,111,111,107,105,101,95,119,97,114,110,105,110,103,95,111,118,101,114,108,97,121,0,16,0,24,35,99,111,111,107,105,101,95,119,97,114,110,105,110,103,95,117,110,100,101,114,108,97,121,0,16,0,15,35,99,111,111,107,105,101,95,119,97,114,110,117,110,103,0,16,0,14,35,99,111,111,107,105,101,95,119,105,100,103,101,116,0,16,0,12,35,99,111,111,107,105,101,95,119,114,97,112,0,16,0,15,35,99,111,111,107,105,101,95,119,114,97,112,112,101,114,0,16,0,16,35,99,111,111,107,105,101,95,119,114,97,112,112,101,114,50,0,16,0,16,35,99,111,111,107,105,101,95,121,101,115,95,105,110,102,111,0,16,0,18,35,99,111,111,107,105,101,95,122,117,115,116,105,109,109,117,110,103,0,16,0,15,35,99,111,111,107,105,101,97,95,104,101,97,100,101,114,0,16,0,14,35,99,111,111,107,105,101,97,98,102,114,97,103,101,0,16,0,13,35,99,111,111,107,105,101,97,99,99,101,112,116,0,16,0,17,35,99,111,111,107,105,101,97,99,99,101,112,116,97,110,99,101,0,16,0,15,35,99,111,111,107,105,101,97,99,99,101,112,116,101,114,0,16,0,18,35,99,111,111,107,105,101,97,99,99,101,112,116,108,97,121,101,114,0,16,0,10,35,99,111,111,107,105,101,97,100,100,0,16,0,10,35,99,111,111,107,105,101,97,100,118,0,16,0,13,35,99,111,111,107,105,101,97,100,118,105,99,101,0,16,0,13,35,99,111,111,107,105,101,97,100,118,105,115,101,0,16,0,12,35,99,111,111,107,105,101,97,103,114,101,101,0,16,0,12,35,99,111,111,107,105,101,97,108,97,114,109,0,16,0,12,35,99,111,111,107,105,101,97,108,101,114,116,0,16,0,16,35,99,111,111,107,105,101,97,108,101,114,116,45,105,98,101,0,16,0,15,35,99,111,111,107,105,101,97,108,101,114,116,77,115,103,0,16,0,22,35,99,111,111,107,105,101,97,108,101,114,116,95,99,111,110,116,97,105,110,101,114,0,16,0,20,35,99,111,111,107,105,101,97,108,101,114,116,95,99,111,110,116,101,110,116,0,16,0,15,35,99,111,111,107,105,101,97,108,101,114,116,114,111,119,0,16,0,16,35,99,111,111,107,105,101,97,108,101,114,116,119,114,97,112,0,16,0,15,35,99,111,111,107,105,101,97,108,108,111,119,98,97,114,0,16,0,11,35,99,111,111,107,105,101,97,114,101,97,0,16,0,10,35,99,111,111,107,105,101,97,115,107,0,16,0,12,35,99,111,111,107,105,101,97,118,105,115,111,0,16,0,15,35,99,111,111,107,105,101,97,118,105,115,111,105,110,105,0,16,0,15,35,99,111,111,107,105,101,98,45,98,97,110,110,101,114,0,16,0,11,35,99,111,111,107,105,101,98,97,99,107,0,16,0,17,35,99,111,111,107,105,101,98,97,99,107,103,114,111,117,110,100,0,16,0,11,35,99,111,111,107,105,101,98,97,108,107,0,16,0,16,35,99,111,111,107,105,101,98,97,108,107,45,119,114,97,112,0,16,0,14,35,99,111,111,107,105,101,98,97,110,100,101,97,117,0,16,0,13,35,99,111,111,107,105,101,98,97,110,110,101,114,0,16,0,18,35,99,111,111,107,105,101,98,97,110,110,101,114,45,109,97,115,107,0,16,0,21,35,99,111,111,107,105,101,98,97,110,110,101,114,45,111,118,101,114,108,97,121,0,16,0,18,35,99,111,111,107,105,101,98,97,110,110,101,114,45,114,111,111,116,0,16,0,21,35,99,111,111,107,105,101,98,97,110,110,101,114,45,119,114,97,112,112,101,114,0,16,0,24,35,99,111,111,107,105,101,98,97,110,110,101,114,45,119,114,97,112,112,101,114,45,105,100,0,16,0,15,35,99,111,111,107,105,101,98,97,110,110,101,114,65,72,0,16,0,20,35,99,111,111,107,105,101,98,97,110,110,101,114,79,118,101,114,108,97,121,0,16,0,17,35,99,111,111,107,105,101,98,97,110,110,101,114,95,99,111,110,0,16,0,21,35,99,111,111,107,105,101,98,97,110,110,101,114,95,111,118,101,114,108,97,121,0,16,0,21,35,99,111,111,107,105,101,98,97,110,110,101,114,95,119,114,97,112,112,101,114,0,16,0,22,35,99,111,111,107,105,101,98,97,110,110,101,114,99,111,110,116,97,105,110,101,114,0,16,0,16,35,99,111,111,107,105,101,98,97,110,110,101,114,100,105,118,0,16,0,10,35,99,111,111,107,105,101,98,97,114,0,16,0,21,35,99,111,111,107,105,101,98,97,114,45,45,99,111,110,116,97,105,110,101,114,0,16,0,12,35,99,111,111,107,105,101,98,97,114,45,49,0,16,0,20,35,99,111,111,107,105,101,98,97,114,45,99,111,110,116,97,105,110,101,114,0,16,0,23,35,99,111,111,107,105,101,98,97,114,45,99,111,111,107,105,101,112,111,108,105,99,121,0,16,0,15,35,99,111,111,107,105,101,98,97,114,45,112,101,114,109,0,16,0,15,35,99,111,111,107,105,101,98,97,114,45,114,111,111,116,0,16,0,15,35,99,111,111,107,105,101,98,97,114,45,119,114,97,112,0,16,0,18,35,99,111,111,107,105,101,98,97,114,45,119,114,97,112,112,101,114,0,16,0,12,35,99,111,111,107,105,101,98,97,114,49,56,0,16,0,13,35,99,111,111,107,105,101,98,97,114,66,111,120,0,16,0,15,35,99,111,111,107,105,101,98,97,114,77,111,100,97,108,0,16,0,20,35,99,111,111,107,105,101,98,97,114,95,99,111,110,116,97,105,110,101,114,0,16,0,18,35,99,111,111,107,105,101,98,97,114,95,99,111,110,116,101,110,116,0,16,0,21,35,99,111,111,107,105,101,98,97,114,95,112,108,97,121,110,97,116,105,111,110,0,16,0,18,35,99,111,111,107,105,101,98,97,114,95,119,114,97,112,112,101,114,0,16,0,13,35,99,111,111,107,105,101,98,97,114,99,110,116,0,16,0,19,35,99,111,111,107,105,101,98,97,114,99,111,110,116,97,105,110,101,114,0,16,0,12,35,99,111,111,107,105,101,98,97,114,114,97,0,16,0,14,35,99,111,111,107,105,101,98,101,114,105,99,104,116,0,16,0,9,35,99,111,111,107,105,101,98,103,0,16,0,12,35,99,111,111,107,105,101,98,108,97,99,107,0,16,0,12,35,99,111,111,107,105,101,98,108,111,99,107,0,16,0,12,35,99,111,111,107,105,101,98,108,111,107,107,0,16,0,10,35,99,111,111,107,105,101,98,110,114,0,16,0,10,35,99,111,111,107,105,101,98,111,116,0,16,0,13,35,99,111,111,107,105,101,98,111,116,116,111,109,0,16,0,16,35,99,111,111,107,105,101,98,111,116,116,111,109,98,97,114,0,16,0,21,35,99,111,111,107,105,101,98,111,116,116,111,109,103,114,97,100,105,101,110,116,0,16,0,10,35,99,111,111,107,105,101,98,111,120,0,16,0,13,35,99,111,111,107,105,101,98,111,120,45,98,103,0,16,0,18,35,99,111,111,107,105,101,98,111,120,45,119,114,97,112,112,101,114,0,16,0,11,35,99,111,111,107,105,101,98,111,120,77,0,16,0,14,35,99,111,111,107,105,101,98,117,116,116,111,110,115,0,16,0,12,35,99,111,111,107,105,101,99,104,101,99,107,0,16,0,14,35,99,111,111,107,105,101,99,104,101,99,107,101,114,0,16,0,13,35,99,111,111,107,105,101,99,104,111,105,99,101,0,16,0,17,35,99,111,111,107,105,101,99,104,111,105,99,101,105,110,102,111,0,16,0,21,35,99,111,111,107,105,101,99,108,97,105,109,95,105,110,102,111,95,98,97,114,0,16,0,21,35,99,111,111,107,105,101,99,108,97,105,109,95,105,110,102,111,95,98,111,120,0,16,0,20,35,99,111,111,107,105,101,99,108,97,105,109,95,111,118,101,114,108,97,121,0,16,0,11,35,99,111,111,107,105,101,99,110,105,108,0,16,0,17,35,99,111,111,107,105,101,99,111,109,112,108,105,97,110,99,101,0,16,0,17,35,99,111,111,107,105,101,99,111,109,112,108,105,101,110,99,101,0,16,0,14,35,99,111,111,107,105,101,99,111,110,102,105,114,109,0,16,0,11,35,99,111,111,107,105,101,99,111,110,115,0,16,0,14,35,99,111,111,107,105,101,99,111,110,115,101,110,116,0,16,0,24,35,99,111,111,107,105,101,99,111,110,115,101,110,116,45,98,97,99,107,108,97,121,101,114,0,16,0,21,35,99,111,111,107,105,101,99,111,110,115,101,110,116,45,98,97,110,110,101,114,0,16,0,17,35,99,111,111,107,105,101,99,111,110,115,101,110,116,45,98,103,0,16,0,21,35,99,111,111,107,105,101,99,111,110,115,101,110,116,45,100,105,97,108,111,103,0,16,0,31,35,99,111,111,107,105,101,99,111,110,115,101,110,116,45,101,120,112,108,105,99,105,116,45,111,118,101,114,108,97,121,0,16,0,29,35,99,111,111,107,105,101,99,111,110,115,101,110,116,45,101,120,112,108,105,99,105,116,45,112,111,112,117,112,0,16,0,20,35,99,111,111,107,105,101,99,111,110,115,101,110,116,45,102,114,97,109,101,0,16,0,29,35,99,111,111,107,105,101,99,111,110,115,101,110,116,45,105,109,112,108,105,99,105,116,45,112,111,112,117,112,0,16,0,22,35,99,111,111,107,105,101,99,111,110,115,101,110,116,45,111,118,101,114,108,97,121,0,16,0,20,35,99,111,111,107,105,101,99,111,110,115,101,110,116,45,112,111,112,117,112,0,16,0,21,35,99,111,111,107,105,101,99,111,110,115,101,110,116,45,115,116,105,99,107,121,0,16,0,21,35,99,111,111,107,105,101,99,111,110,115,101,110,116,95,98,97,110,110,101,114,0,16,0,18,35,99,111,111,107,105,101,99,111,110,115,101,110,116,95,98,97,114,0,16,0,24,35,99,111,111,107,105,101,99,111,110,115,101,110,116,95,99,111,110,116,97,105,110,101,114,0,16,0,21,35,99,111,111,107,105,101,99,111,110,115,101,110,116,95,100,105,97,108,111,103,0,16,0,19,35,99,111,111,107,105,101,99,111,110,115,101,110,116,95,116,101,120,116,0,16,0,20,35,99,111,111,107,105,101,99,111,110,115,101,110,116,95,116,111,97,115,116,0,16,0,17,35,99,111,111,107,105,101,99,111,110,115,101,110,116,98,97,114,0,16,0,17,35,99,111,111,107,105,101,99,111,110,115,101,110,116,98,111,120,0,16,0,21,35,99,111,111,107,105,101,99,111,110,115,101,110,116,102,111,114,109,98,111,120,0,16,0,23,35,99,111,111,107,105,101,99,111,110,115,101,110,116,103,114,101,121,115,112,97,99,101,0,16,0,19,35,99,111,111,107,105,101,99,111,110,115,101,110,116,109,111,100,97,108,0,16,0,19,35,99,111,111,107,105,101,99,111,110,115,101,110,116,112,111,112,117,112,0,16,0,16,35,99,111,111,107,105,101,99,111,110,116,97,105,110,101,114,0,16,0,14,35,99,111,111,107,105,101,99,111,110,116,101,110,116,0,16,0,14,35,99,111,111,107,105,101,99,111,110,116,114,111,108,0,16,0,21,35,99,111,111,107,105,101,99,111,110,116,114,111,108,95,110,111,116,105,99,101,0,16,0,11,35,99,111,111,107,105,101,99,114,97,112,0,16,0,18,35,99,111,111,107,105,101,100,101,99,108,97,114,97,116,105,111,110,0,16,0,14,35,99,111,111,107,105,101,100,101,115,107,116,111,112,0,16,0,16,35,99,111,111,107,105,101,100,101,116,101,99,116,105,111,110,0,16,0,13,35,99,111,111,107,105,101,100,105,97,108,111,103,0,16,0,16,35,99,111,111,107,105,101,100,105,97,108,111,103,98,111,120,0,16,0,12,35,99,111,111,107,105,101,100,105,110,103,115,0,16,0,16,35,99,111,111,107,105,101,100,105,110,103,115,98,117,109,115,0,16,0,31,35,99,111,111,107,105,101,100,105,114,101,99,116,105,118,101,66,117,116,116,111,110,67,111,110,116,97,105,110,101,114,0,16,0,20,35,99,111,111,107,105,101,100,105,115,97,108,108,111,119,45,119,114,97,112,0,16,0,22,35,99,111,111,107,105,101,100,105,115,97,108,108,111,119,111,118,101,114,108,97,121,0,16,0,11,35,99,111,111,107,105,101,100,105,115,99,0,16,0,17,35,99,111,111,107,105,101,100,105,115,99,108,97,105,109,101,114,0,16,0,21,35,99,111,111,107,105,101,100,105,115,99,108,97,105,109,101,114,50,48,50,50,0,16,0,17,35,99,111,111,107,105,101,100,105,115,99,108,111,115,117,114,101,0,16,0,14,35,99,111,111,107,105,101,100,105,115,109,105,115,115,0,16,0,10,35,99,111,111,107,105,101,100,105,118,0,16,0,14,35,99,111,111,107,105,101,101,95,97,108,101,114,116,0,16,0,13,35,99,111,111,107,105,101,102,97,115,99,105,97,0,16,0,11,35,99,111,111,107,105,101,102,101,108,100,0,16,0,14,35,99,111,111,107,105,101,102,101,110,115,116,101,114,0,16,0,12,35,99,111,111,107,105,101,102,108,111,97,116,0,16,0,14,35,99,111,111,107,105,101,102,108,111,97,116,101,114,0,16,0,10,35,99,111,111,107,105,101,102,109,116,0,16,0,11,35,99,111,111,107,105,101,102,111,111,116,0,16,0,13,35,99,111,111,107,105,101,102,111,111,116,101,114,0,16,0,12,35,99,111,111,107,105,101,102,114,97,103,101,0,16,0,13,35,99,111,111,107,105,101,102,121,95,98,97,114,0,16,0,10,35,99,111,111,107,105,101,103,97,112,0,16,0,11,35,99,111,111,107,105,101,103,100,112,114,0,16,0,13,35,99,111,111,107,105,101,103,108,111,98,97,108,0,16,0,24,35,99,111,111,107,105,101,103,117,105,100,101,108,105,110,101,45,119,114,97,112,112,101,114,0,16,0,13,35,99,111,111,107,105,101,104,101,97,100,101,114,0,16,0,11,35,99,111,111,107,105,101,104,105,110,116,0,16,0,11,35,99,111,111,107,105,101,104,105,110,119,0,16,0,27,35,99,111,111,107,105,101,104,105,110,119,101,105,115,32,62,32,46,122,101,110,116,114,105,101,114,116,0,16,0,22,35,99,111,111,107,105,101,104,105,110,119,101,105,115,45,119,114,97,112,112,101,114,0,16,0,20,35,99,111,111,107,105,101,104,105,110,119,101,105,115,46,97,108,101,114,116,0,16,0,30,35,99,111,111,107,105,101,104,105,110,119,101,105,115,46,99,111,110,116,97,105,110,101,114,45,102,108,117,105,100,0,16,0,23,35,99,111,111,107,105,101,104,105,110,119,101,105,115,46,106,115,45,97,107,116,105,118,0,16,0,22,35,99,111,111,107,105,101,104,105,110,119,101,105,115,46,121,109,45,103,114,105,100,0,16,0,25,35,99,111,111,107,105,101,104,105,110,119,101,105,115,98,111,120,95,119,114,97,112,112,101,114,0,16,0,21,35,99,111,111,107,105,101,104,105,110,119,101,105,115,98,111,120,98,97,99,107,0,16,0,17,35,99,111,111,107,105,101,104,105,110,119,101,105,115,100,105,118,0,16,0,13,35,99,111,111,107,105,101,104,111,108,100,101,114,0,16,0,11,35,99,111,111,107,105,101,104,117,104,117,0,16,0,17,35,99,111,111,107,105,101,105,100,46,99,111,111,107,105,101,115,0,16,0,10,35,99,111,111,107,105,101,105,102,121,0,16,0,11,35,99,111,111,107,105,101,105,110,102,111,0,16,0,22,35,99,111,111,107,105,101,105,110,102,111,45,45,99,111,110,116,97,105,110,101,114,0,16,0,21,35,99,111,111,107,105,101,105,110,102,111,45,99,111,110,116,97,105,110,101,114,0,16,0,12,35,99,111,111,107,105,101,105,110,102,111,49,0,16,0,12,35,99,111,111,107,105,101,105,110,102,111,50,0,16,0,16,35,99,111,111,107,105,101,105,110,102,111,66,108,97,99,107,0,16,0,15,35,99,111,111,107,105,101,105,110,102,111,95,116,120,116,0,16,0,19,35,99,111,111,107,105,101,105,110,102,111,95,120,99,111,111,107,105,101,0,16,0,14,35,99,111,111,107,105,101,105,110,102,111,98,97,114,0,16,0,14,35,99,111,111,107,105,101,105,110,102,111,98,111,120,0,16,0,18,35,99,111,111,107,105,101,105,110,102,111,98,111,120,45,98,111,120,0,16,0,18,35,99,111,111,107,105,101,105,110,102,111,114,109,97,116,105,111,110,0,16,0,21,35,99,111,111,107,105,101,105,110,102,111,114,109,97,116,105,111,110,98,97,114,0,16,0,15,35,99,111,111,107,105,101,105,110,102,111,116,101,120,116,0,16,0,10,35,99,111,111,107,105,101,106,97,114,0,16,0,26,35,99,111,111,107,105,101,106,97,114,99,111,110,115,101,110,116,102,117,108,108,119,105,100,116,104,0,16,0,14,35,99,111,111,107,105,101,107,101,122,101,108,101,115,0,16,0,12,35,99,111,111,107,105,101,108,97,117,114,97,0,16,0,10,35,99,111,111,107,105,101,108,97,119,0,16,0,17,35,99,111,111,107,105,101,108,97,119,45,98,97,110,110,101,114,0,16,0,14,35,99,111,111,107,105,101,108,97,119,45,98,97,114,0,16,0,14,35,99,111,111,107,105,101,108,97,119,45,98,111,120,0,16,0,20,35,99,111,111,107,105,101,108,97,119,45,99,111,110,116,97,105,110,101,114,0,16,0,16,35,99,111,111,107,105,101,108,97,119,45,108,97,121,101,114,0,16,0,24,35,99,111,111,107,105,101,108,97,119,45,112,111,112,117,112,45,119,114,97,112,112,101,114,0,16,0,22,35,99,111,111,107,105,101,108,97,119,45,118,105,101,119,45,104,111,108,100,101,114,0,16,0,15,35,99,111,111,107,105,101,108,97,119,45,119,114,97,112,0,16,0,11,35,99,111,111,107,105,101,108,97,119,50,0,16,0,12,35,99,111,111,107,105,101,108,97,119,50,49,0,16,0,16,35,99,111,111,107,105,101,108,97,119,95,97,108,101,114,116,0,16,0,17,35,99,111,111,107,105,101,108,97,119,95,98,97,110,110,101,114,0,16,0,27,35,99,111,111,107,105,101,108,97,119,95,98,97,110,110,101,114,95,99,111,110,116,97,105,110,101,114,0,16,0,14,35,99,111,111,107,105,101,108,97,119,95,109,115,103,0,16,0,15,35,99,111,111,107,105,101,108,97,119,95,110,111,100,101,0,16,0,17,35,99,111,111,107,105,101,108,97,119,95,110,111,116,105,99,101,0,16,0,18,35,99,111,111,107,105,101,108,97,119,95,111,118,101,114,108,97,121,0,16,0,17,35,99,111,111,107,105,101,108,97,119,95,115,104,97,100,111,119,0,16,0,20,35,99,111,111,107,105,101,108,97,119,100,105,115,99,97,108,105,109,101,114,0,16,0,13,35,99,111,111,107,105,101,108,97,119,100,105,118,0,16,0,17,35,99,111,111,107,105,101,108,97,119,119,97,114,110,105,110,103,0,16,0,17,35,99,111,111,107,105,101,108,97,119,119,114,97,112,112,101,114,0,16,0,12,35,99,111,111,107,105,101,108,97,121,101,114,0,16,0,9,35,99,111,111,107,105,101,108,98,0,16,0,12,35,99,111,111,107,105,101,108,101,103,97,108,0,16,0,18,35,99,111,111,107,105,101,108,101,103,105,115,108,97,116,105,111,110,0,16,0,15,35,99,111,111,107,105,101,108,105,103,104,116,98,111,120,0,16,0,12,35,99,111,111,107,105,101,108,105,115,116,97,0,16,0,24,35,99,111,111,107,105,101,109,97,110,97,103,101,114,95,99,111,111,107,105,101,98,97,114,0,16,0,13,35,99,111,111,107,105,101,109,97,115,116,101,114,0,16,0,11,35,99,111,111,107,105,101,109,101,108,100,0,16,0,13,35,99,111,111,107,105,101,109,101,108,100,101,114,0,16,0,14,35,99,111,111,107,105,101,109,101,108,100,105,110,103,0,16,0,20,35,99,111,111,107,105,101,109,101,108,100,105,110,103,95,112,111,112,117,112,0,16,0,11,35,99,111,111,107,105,101,109,101,110,117,0,16,0,14,35,99,111,111,107,105,101,109,101,115,115,97,103,101,0,16,0,19,35,99,111,111,107,105,101,109,101,115,115,97,103,101,45,114,111,111,116,0,16,0,22,35,99,111,111,107,105,101,109,101,115,115,97,103,101,45,119,114,97,112,112,101,114,0,16,0,17,35,99,111,111,107,105,101,109,101,115,115,97,103,101,98,97,114,0,16,0,10,35,99,111,111,107,105,101,109,101,120,0,16,0,15,35,99,111,111,107,105,101,109,111,100,97,108,98,97,114,0,16,0,26,35,99,111,111,107,105,101,109,111,100,97,108,98,97,114,112,108,97,99,101,104,111,108,100,101,114,0,16,0,13,35,99,111,111,107,105,101,109,111,100,117,108,101,0,16,0,14,35,99,111,111,107,105,101,109,111,110,115,116,101,114,0,16,0,20,35,99,111,111,107,105,101,109,111,110,115,116,101,114,95,112,111,112,117,112,0,16,0,10,35,99,111,111,107,105,101,109,115,103,0,16,0,13,35,99,111,111,107,105,101,109,115,103,98,111,120,0,16,0,11,35,99,111,111,107,105,101,109,117,117,114,0,16,0,10,35,99,111,111,107,105,101,110,102,111,0,16,0,11,35,99,111,111,107,105,101,110,111,116,101,0,16,0,13,35,99,111,111,107,105,101,110,111,116,105,99,101,0,16,0,23,35,99,111,111,107,105,101,110,111,116,105,99,101,45,99,111,110,116,97,105,110,101,114,0,16,0,23,35,99,111,111,107,105,101,110,111,116,105,99,101,95,99,111,110,116,97,105,110,101,114,0,16,0,16,35,99,111,111,107,105,101,110,111,116,105,99,101,100,105,118,0,16,0,16,35,99,111,111,107,105,101,110,111,116,105,99,101,116,97,98,0,16,0,12,35,99,111,111,107,105,101,110,111,116,105,102,0,16,0,19,35,99,111,111,107,105,101,110,111,116,105,102,105,99,97,116,105,111,110,0,16,0,23,35,99,111,111,107,105,101,110,111,116,105,102,105,99,97,116,105,111,110,45,98,97,114,0,16,0,25,35,99,111,111,107,105,101,110,111,116,105,102,105,99,97,116,105,111,110,45,98,108,111,99,107,0,16,0,30,35,99,111,111,107,105,101,110,111,116,105,102,105,99,97,116,105,111,110,95,98,97,99,107,103,114,111,117,110,100,0,16,0,15,35,99,111,111,107,105,101,110,111,116,105,102,105,101,114,0,16,0,13,35,99,111,111,107,105,101,110,111,116,105,102,121,0,16,0,21,35,99,111,111,107,105,101,110,111,116,105,102,121,45,119,114,97,112,112,101,114,0,16,0,16,35,99,111,111,107,105,101,110,111,116,105,102,121,98,97,114,0,16,0,14,35,99,111,111,107,105,101,110,116,102,95,100,105,118,0,16,0,14,35,99,111,111,107,105,101,110,117,116,122,117,110,103,0,16,0,9,35,99,111,111,107,105,101,111,107,0,16,0,13,35,99,111,111,107,105,101,111,107,95,98,97,114,0,16,0,13,35,99,111,111,107,105,101,111,110,112,97,103,101,0,16,0,10,35,99,111,111,107,105,101,111,112,116,0,16,0,12,35,99,111,111,107,105,101,111,112,116,105,110,0,16,0,19,35,99,111,111,107,105,101,111,112,116,105,110,111,118,101,114,108,97,121,0,16,0,17,35,99,111,111,107,105,101,111,117,116,101,114,102,114,97,109,101,0,16,0,14,35,99,111,111,107,105,101,111,118,101,114,108,97,121,0,16,0,20,35,99,111,111,107,105,101,111,118,101,114,108,97,121,95,111,117,116,101,114,0,16,0,8,35,99,111,111,107,105,101,112,0,16,0,12,35,99,111,111,107,105,101,112,97,110,101,108,0,16,0,26,35,99,111,111,107,105,101,112,101,114,109,105,115,115,105,111,110,68,105,97,108,111,103,66,111,120,0,16,0,23,35,99,111,111,107,105,101,112,101,114,109,105,115,115,105,111,110,112,114,111,109,112,116,0,16,0,13,35,99,111,111,107,105,101,112,108,117,103,105,110,0,16,0,13,35,99,111,111,107,105,101,112,111,108,105,99,121,0,16,0,18,35,99,111,111,107,105,101,112,111,108,105,99,121,45,98,108,111,107,0,16,0,23,35,99,111,111,107,105,101,112,111,108,105,99,121,45,99,111,110,116,97,105,110,101,114,0,16,0,17,35,99,111,111,107,105,101,112,111,108,105,99,121,45,100,105,118,0,16,0,24,35,99,111,111,107,105,101,112,111,108,105,99,121,45,109,97,105,110,45,111,117,116,101,114,0,16,0,18,35,99,111,111,107,105,101,112,111,108,105,99,121,45,119,114,97,112,0,16,0,22,35,99,111,111,107,105,101,112,111,108,105,99,121,67,111,110,116,97,105,110,101,114,0,16,0,18,35,99,111,111,107,105,101,112,111,108,105,99,121,95,97,114,101,97,0,16,0,16,35,99,111,111,107,105,101,112,111,108,105,99,121,98,97,114,0,16,0,15,35,99,111,111,107,105,101,112,111,108,105,99,121,98,103,0,16,0,22,35,99,111,111,107,105,101,112,111,108,105,99,121,99,111,110,116,97,105,110,101,114,0,16,0,16,35,99,111,111,107,105,101,112,111,108,105,99,121,100,105,118,0,16,0,25,35,99,111,111,107,105,101,112,111,108,105,99,121,110,111,116,105,102,105,99,97,116,105,111,110,0,16,0,18,35,99,111,111,107,105,101,112,111,108,105,99,121,112,111,112,117,112,0,16,0,24,35,99,111,111,107,105,101,112,111,108,105,99,121,119,114,97,112,112,101,114,115,104,111,119,0,16,0,10,35,99,111,111,107,105,101,112,111,112,0,16,0,25,35,99,111,111,107,105,101,112,111,112,45,108,117,108,117,95,99,111,111,107,105,101,112,111,112,0,16,0,19,35,99,111,111,107,105,101,112,111,112,99,111,110,116,97,105,110,101,114,0,16,0,12,35,99,111,111,107,105,101,112,111,112,117,112,0,16,0,20,35,99,111,111,107,105,101,112,111,112,117,112,45,99,111,110,116,101,110,116,0,16,0,14,35,99,111,111,107,105,101,112,111,112,117,112,98,103,0,16,0,15,35,99,111,111,107,105,101,112,111,112,117,112,100,105,118,0,16,0,18,35,99,111,111,107,105,101,112,111,112,117,112,104,101,97,100,101,114,0,16,0,12,35,99,111,111,107,105,101,112,114,101,102,115,0,16,0,14,35,99,111,111,107,105,101,112,114,105,118,97,99,121,0,16,0,18,35,99,111,111,107,105,101,112,114,105,118,97,99,121,45,98,97,114,0,16,0,13,35,99,111,111,107,105,101,112,114,111,109,112,116,0,16,0,15,35,99,111,111,107,105,101,113,117,101,115,116,105,111,110,0,16,0,15,35,99,111,111,107,105,101,114,45,98,97,110,110,101,114,0,16,0,13,35,99,111,111,107,105,101,114,66,97,121,101,114,0,16,0,29,35,99,111,111,107,105,101,114,97,95,102,105,103,121,101,108,109,101,122,116,101,116,111,95,100,111,98,111,122,0,16,0,13,35,99,111,111,107,105,101,114,101,103,101,108,115,0,16,0,16,35,99,111,111,107,105,101,114,101,103,112,100,82,111,111,116,0,16,0,15,35,99,111,111,107,105,101,114,101,109,105,110,100,101,114,0,16,0,20,35,99,111,111,107,105,101,114,101,112,111,114,116,115,45,98,97,100,103,101,0,16,0,19,35,99,111,111,107,105,101,115,45,50,48,50,50,45,112,111,112,117,112,0,16,0,12,35,99,111,111,107,105,101,115,45,97,99,99,0,16,0,19,35,99,111,111,107,105,101,115,45,97,99,99,101,112,116,45,98,97,114,0,16,0,25,35,99,111,111,107,105,101,115,45,97,99,99,101,112,116,45,99,111,110,116,97,105,110,101,114,0,16,0,20,35,99,111,111,107,105,101,115,45,97,99,99,101,112,116,45,105,110,102,111,0,16,0,24,35,99,111,111,107,105,101,115,45,97,99,99,101,112,116,45,108,105,103,104,116,98,111,120,0,16,0,31,35,99,111,111,107,105,101,115,45,97,99,99,101,112,116,45,115,101,99,116,105,111,110,45,119,114,97,112,112,101,114,0,16,0,19,35,99,111,111,107,105,101,115,45,97,99,99,101,112,116,97,110,99,101,0,16,0,23,35,99,111,111,107,105,101,115,45,97,99,99,101,112,116,97,110,99,101,45,97,99,107,0,16,0,23,35,99,111,111,107,105,101,115,45,97,99,99,101,112,116,97,110,99,101,45,98,111,120,0,16,0,16,35,99,111,111,107,105,101,115,45,97,99,107,45,98,97,114,0,16,0,11,35,99,111,111,107,105,101,115,45,97,100,0,16,0,12,35,99,111,111,107,105,101,115,45,97,100,118,0,16,0,15,35,99,111,111,107,105,101,115,45,97,100,118,105,99,101,0,16,0,22,35,99,111,111,107,105,101,115,45,97,100,118,105,99,101,45,102,111,111,116,101,114,0,16,0,14,35,99,111,111,107,105,101,115,45,97,103,114,101,101,0,16,0,17,35,99,111,111,107,105,101,115,45,97,103,114,101,101,98,97,114,0,16,0,23,35,99,111,111,107,105,101,115,45,97,103,114,101,101,100,45,119,114,97,112,112,101,114,0,16,0,18,35,99,111,111,107,105,101,115,45,97,103,114,101,101,109,101,110,116,0,16,0,22,35,99,111,111,107,105,101,115,45,97,103,114,101,101,109,101,110,116,45,98,97,114,0,16,0,22,35,99,111,111,107,105,101,115,45,97,103,114,101,101,109,101,110,116,45,98,111,120,0,16,0,14,35,99,111,111,107,105,101,115,45,97,108,101,114,116,0,16,0,24,35,99,111,111,107,105,101,115,45,97,108,101,114,116,45,99,111,110,116,97,105,110,101,114,0,16,0,21,35,99,111,111,107,105,101,115,45,97,108,101,114,116,45,100,105,97,108,111,103,0,16,0,22,35,99,111,111,107,105,101,115,45,97,108,101,114,116,45,119,114,97,112,112,101,114,0,16,0,15,35,99,111,111,107,105,101,115,45,97,108,101,114,116,97,0,16,0,16,35,99,111,111,107,105,101,115,45,97,108,108,111,119,101,100,0,16,0,17,35,99,111,111,107,105,101,115,45,97,112,112,114,111,118,97,108,0,16,0,23,35,99,111,111,107,105,101,115,45,97,112,112,114,111,118,97,108,45,112,111,112,117,112,0,16,0,17,35,99,111,111,107,105,101,115,45,97,114,101,45,101,118,105,108,0,16,0,13,35,99,111,111,107,105,101,115,45,97,117,116,104,0,16,0,14,35,99,111,111,107,105,101,115,45,97,118,105,115,111,0,16,0,17,35,99,111,111,107,105,101,115,45,98,97,99,107,100,114,111,112,0,16,0,15,35,99,111,111,107,105,101,115,45,98,97,110,110,101,114,0,16,0,21,35,99,111,111,107,105,101,115,45,98,97,110,110,101,114,45,98,108,111,99,107,0,16,0,23,35,99,111,111,107,105,101,115,45,98,97,110,110,101,114,45,111,118,101,114,108,97,121,0,16,0,12,35,99,111,111,107,105,101,115,45,98,97,114,0,16,0,15,35,99,111,111,107,105,101,115,45,98,97,114,45,101,110,0,16,0,17,35,99,111,111,107,105,101,115,45,98,97,114,45,101,116,114,111,0,16,0,15,35,99,111,111,107,105,101,115,45,98,97,114,45,112,108,0,16,0,13,35,99,111,111,107,105,101,115,45,98,108,111,107,0,16,0,12,35,99,111,111,107,105,101,115,45,98,111,116,0,16,0,15,35,99,111,111,107,105,101,115,45,98,111,116,116,111,109,0,16,0,21,35,99,111,111,107,105,101,115,45,98,111,116,116,111,109,45,109,111,100,97,108,0,16,0,12,35,99,111,111,107,105,101,115,45,98,111,120,0,16,0,18,35,99,111,111,107,105,101,115,45,98,111,120,45,105,110,110,101,114,0,16,0,24,35,99,111,111,107,105,101,115,45,98,111,120,45,111,117,116,101,114,45,108,97,121,101,114,0,16,0,23,35,99,111,111,107,105,101,115,45,98,114,111,119,115,101,114,45,117,105,45,97,112,112,0,16,0,25,35,99,111,111,107,105,101,115,45,98,117,116,116,111,110,45,99,111,110,116,97,105,110,101,114,0,16,0,13,35,99,111,111,107,105,101,115,45,99,97,114,100,0,16,0,16,35,99,111,111,107,105,101,115,45,99,104,97,114,116,101,114,0,16,0,14,35,99,111,111,107,105,101,115,45,99,104,101,99,107,0,16,0,20,35,99,111,111,107,105,101,115,45,99,110,105,108,45,98,97,110,110,101,114,0,16,0,18,35,99,111,111,107,105,101,115,45,99,110,105,108,45,105,110,102,111,0,16,0,27,35,99,111,111,107,105,101,115,45,99,110,105,108,45,105,110,102,111,115,45,99,111,110,116,101,110,116,0,16,0,19,35,99,111,111,107,105,101,115,45,99,111,109,112,108,105,97,110,99,101,0,16,0,19,35,99,111,111,107,105,101,115,45,99,111,110,100,105,116,105,111,110,115,0,16,0,26,35,99,111,111,107,105,101,115,45,99,111,110,115,101,110,116,45,99,111,110,116,97,105,110,101,114,0,16,0,21,35,99,111,111,107,105,101,115,45,99,111,110,115,101,110,116,45,102,111,114,109,0,16,0,22,35,99,111,111,107,105,101,115,45,99,111,110,115,101,110,116,45,112,111,112,117,112,0,16,0,24,35,99,111,111,107,105,101,115,45,99,111,110,115,101,110,116,45,115,101,99,116,105,111,110,0,16,0,24,35,99,111,111,107,105,101,115,45,99,111,110,115,101,110,116,45,119,114,97,112,112,101,114,0,16,0,23,35,99,111,111,107,105,101,115,45,99,111,110,115,101,110,116,105,109,105,101,110,116,111,0,16,0,13,35,99,111,111,107,105,101,115,45,99,111,110,116,0,16,0,18,35,99,111,111,107,105,101,115,45,99,111,110,116,97,105,110,101,114,0,16,0,16,35,99,111,111,107,105,101,115,45,99,111,110,116,101,110,116,0,16,0,22,35,99,111,111,107,105,101,115,45,99,111,111,107,105,101,115,45,109,111,100,97,108,0,16,0,14,35,99,111,111,107,105,101,115,45,99,111,118,101,114,0,16,0,15,35,99,111,111,107,105,101,115,45,100,105,97,108,111,103,0,16,0,18,35,99,111,111,107,105,101,115,45,100,105,114,101,99,116,105,118,101,0,16,0,19,35,99,111,111,107,105,101,115,45,100,105,115,99,108,97,105,109,101,114,0,16,0,23,35,99,111,111,107,105,101,115,45,100,105,115,99,108,97,105,109,101,114,45,98,97,114,0,16,0,25,35,99,111,111,107,105,101,115,45,100,105,115,99,108,97,105,109,101,114,45,98,108,111,99,107,0,16,0,12,35,99,111,111,107,105,101,115,45,100,105,118,0,16,0,16,35,99,111,111,107,105,101,115,45,101,108,101,109,101,110,116,0,16,0,17,35,99,111,111,107,105,101,115,45,101,114,108,97,117,98,101,110,0,16,0,17,35,99,111,111,107,105,101,115,45,101,117,45,98,97,110,110,101,0,16,0,18,35,99,111,111,107,105,101,115,45,101,117,45,98,97,110,110,101,114,0,16,0,19,35,99,111,111,107,105,101,115,45,101,117,45,119,114,97,112,112,101,114,0,16,0,17,35,99,111,111,107,105,101,115,45,102,97,110,99,121,98,111,120,0,16,0,14,35,99,111,111,107,105,101,115,45,102,105,120,101,100,0,16,0,23,35,99,111,111,107,105,101,115,45,102,108,111,97,116,105,110,103,45,115,116,114,105,112,0,16,0,15,35,99,111,111,107,105,101,115,45,102,111,111,116,101,114,0,16,0,21,35,99,111,111,107,105,101,115,45,102,111,114,109,45,111,118,101,114,108,97,121,0,16,0,18,35,99,111,111,107,105,101,115,45,103,100,112,114,45,104,111,115,116,0,16,0,14,35,99,111,111,107,105,101,115,45,103,108,97,115,115,0,16,0,20,35,99,111,111,107,105,101,115,45,103,114,97,116,107,105,45,105,110,102,111,0,16,0,14,35,99,111,111,107,105,101,115,45,103,117,105,100,101,0,16,0,15,35,99,111,111,107,105,101,115,45,104,101,97,100,101,114,0,16,0,23,35,99,111,111,107,105,101,115,45,104,101,97,100,101,114,45,119,97,114,110,105,110,103,0,16,0,15,35,99,111,111,107,105,101,115,45,104,111,108,100,101,114,0,16,0,19,35,99,111,111,107,105,101,115,45,105,109,109,45,119,114,97,112,101,114,0,16,0,13,35,99,111,111,107,105,101,115,45,105,110,102,111,0,16,0,19,35,99,111,111,107,105,101,115,45,105,110,102,111,45,97,108,101,114,116,0,16,0,20,35,99,111,111,107,105,101,115,45,105,110,102,111,45,98,97,110,110,101,114,0,16,0,17,35,99,111,111,107,105,101,115,45,105,110,102,111,45,98,97,114,0,16,0,17,35,99,111,111,107,105,101,115,45,105,110,102,111,45,98,111,120,0,16,0,18,35,99,111,111,107,105,101,115,45,105,110,102,111,45,99,110,105,108,0,16,0,19,35,99,111,111,107,105,101,115,45,105,110,102,111,45,102,114,97,109,101,0,16,0,19,35,99,111,111,107,105,101,115,45,105,110,102,111,45,109,111,100,97,108,0,16,0,16,35,99,111,111,107,105,101,115,45,105,110,102,111,98,97,114,0,16,0,19,35,99,111,111,107,105,101,115,45,105,110,102,111,114,109,97,99,106,97,0,16,0,20,35,99,111,111,107,105,101,115,45,105,110,102,111,114,109,97,116,105,111,110,0,16,0,24,35,99,111,111,107,105,101,115,45,105,110,102,111,114,109,97,116,105,111,110,45,98,97,114,0,16,0,26,35,99,111,111,107,105,101,115,45,105,110,102,111,114,109,97,116,105,111,110,45,112,111,112,117,112,0,16,0,14,35,99,111,111,107,105,101,115,45,105,110,102,111,115,0,16,0,18,35,99,111,111,107,105,101,115,45,105,110,116,101,114,102,97,99,101,0,16,0,15,35,99,111,111,107,105,101,115,45,105,112,114,105,109,97,0,16,0,16,35,99,111,111,107,105,101,115,45,105,114,97,105,115,101,114,0,16,0,12,35,99,111,111,107,105,101,115,45,106,97,114,0,16,0,18,35,99,111,111,107,105,101,115,45,107,111,109,117,110,105,107,97,116,0,16,0,19,35,99,111,111,107,105,101,115,45,108,97,119,45,98,97,110,110,101,114,0,16,0,22,35,99,111,111,107,105,101,115,45,108,97,119,45,99,111,110,116,97,105,110,101,114,0,16,0,21,35,99,111,111,107,105,101,115,45,108,97,119,45,105,110,102,111,45,98,111,120,0,16,0,14,35,99,111,111,107,105,101,115,45,108,97,121,101,114,0,16,0,22,35,99,111,111,107,105,101,115,45,108,97,121,111,117,116,45,98,97,110,110,101,114,0,16,0,14,35,99,111,111,107,105,101,115,45,108,101,103,97,108,0,16,0,24,35,99,111,111,107,105,101,115,45,108,101,103,105,115,108,97,116,105,111,110,45,98,111,120,0,16,0,16,35,99,111,111,107,105,101,115,45,108,105,99,101,110,115,101,0,16,0,17,35,99,111,111,107,105,101,115,45,108,105,103,104,116,98,111,120,0,16,0,12,35,99,111,111,107,105,101,115,45,109,45,99,0,16,0,34,35,99,111,111,107,105,101,115,45,109,97,110,97,103,101,109,101,110,116,45,98,97,114,45,99,111,105,110,116,97,105,110,101,114,0,16,0,20,35,99,111,111,107,105,101,115,45,109,97,110,97,103,101,114,45,109,115,103,0,16,0,16,35,99,111,111,107,105,101,115,45,109,101,115,115,97,103,101,0,16,0,26,35,99,111,111,107,105,101,115,45,109,101,115,115,97,103,101,45,99,111,110,116,97,105,110,101,114,0,16,0,29,35,99,111,111,107,105,101,115,45,109,101,115,115,97,103,101,45,99,111,110,116,97,105,110,101,114,45,101,110,0,16,0,20,35,99,111,111,107,105,101,115,45,109,101,115,115,97,103,101,45,100,105,118,0,16,0,21,35,99,111,111,107,105,101,115,45,109,101,115,115,97,103,101,45,109,97,105,110,0,16,0,20,35,99,111,111,107,105,101,115,45,109,101,115,115,97,103,101,45,115,114,99,0,16,0,17,35,99,111,111,107,105,101,115,45,109,101,115,115,97,103,101,115,0,16,0,25,35,99,111,111,107,105,101,115,45,109,101,115,115,97,103,101,115,45,119,114,97,112,112,101,114,0,16,0,14,35,99,111,111,107,105,101,115,45,109,111,100,97,108,0,16,0,21,35,99,111,111,107,105,101,115,45,109,111,100,97,108,45,116,97,114,103,101,116,0,16,0,22,35,99,111,111,107,105,101,115,45,109,111,100,97,108,45,119,114,97,112,112,101,114,0,16,0,15,35,99,111,111,107,105,101,115,45,109,111,100,117,108,101,0,16,0,16,35,99,111,111,107,105,101,115,45,109,111,110,115,116,101,114,0,16,0,12,35,99,111,111,107,105,101,115,45,109,115,103,0,16,0,20,35,99,111,111,107,105,101,115,45,109,115,103,45,119,114,97,112,112,101,114,0,16,0,12,35,99,111,111,107,105,101,115,45,110,97,103,0,16,0,15,35,99,111,111,107,105,101,115,45,110,97,118,98,97,114,0,16,0,19,35,99,111,111,107,105,101,115,45,110,97,118,105,103,97,116,105,111,110,0,16,0,13,35,99,111,111,107,105,101,115,45,110,111,116,101,0,16,0,15,35,99,111,111,107,105,101,115,45,110,111,116,105,99,101,0,16,0,14,35,99,111,111,107,105,101,115,45,110,111,116,105,102,0,16,0,21,35,99,111,111,107,105,101,115,45,110,111,116,105,102,105,99,97,116,105,111,110,0,16,0,25,35,99,111,111,107,105,101,115,45,110,111,116,105,102,105,99,97,116,105,111,110,45,98,97,114,0,16,0,27,35,99,111,111,107,105,101,115,45,110,111,116,105,102,105,99,97,116,105,111,110,45,112,111,112,117,112,0,16,0,15,35,99,111,111,107,105,101,115,45,110,111,116,105,102,121,0,16,0,18,35,99,111,111,107,105,101,115,45,111,107,45,115,112,97,99,101,114,0,16,0,16,35,99,111,111,107,105,101,115,45,111,118,101,114,108,97,121,0,16,0,14,35,99,111,111,107,105,101,115,45,112,97,110,101,108,0,16,0,19,35,99,111,111,107,105,101,115,45,112,101,114,109,105,115,115,105,111,110,0,16,0,20,35,99,111,111,107,105,101,115,45,112,101,114,115,111,110,97,108,105,122,101,0,16,0,12,35,99,111,111,107,105,101,115,45,112,111,108,0,16,0,15,35,99,111,111,107,105,101,115,45,112,111,108,105,99,121,0,16,0,22,35,99,111,111,107,105,101,115,45,112,111,108,105,99,121,45,98,97,110,110,101,114,0,16,0,19,35,99,111,111,107,105,101,115,45,112,111,108,105,99,121,45,98,97,114,0,16,0,25,35,99,111,111,107,105,101,115,45,112,111,108,105,99,121,45,99,111,110,116,97,105,110,101,114,0,16,0,20,35,99,111,111,107,105,101,115,45,112,111,108,105,99,121,45,105,110,102,111,0,16,0,20,35,99,111,111,107,105,101,115,45,112,111,108,105,99,121,45,109,115,115,103,0,16,0,28,35,99,111,111,107,105,101,115,45,112,111,108,105,99,121,45,110,111,116,105,102,105,99,97,116,105,111,110,0,16,0,27,35,99,111,111,107,105,101,115,45,112,111,108,105,99,121,45,112,108,97,99,101,104,111,108,100,101,114,0,16,0,21,35,99,111,111,107,105,101,115,45,112,111,108,105,99,121,45,112,111,112,117,112,0,16,0,22,35,99,111,111,107,105,101,115,45,112,111,108,105,99,121,45,112,114,111,109,112,116,0,16,0,23,35,99,111,111,107,105,101,115,45,112,111,108,105,99,121,45,119,97,114,110,105,110,103,0,16,0,23,35,99,111,111,107,105,101,115,45,112,111,108,105,99,121,45,119,114,97,112,112,101,114,0,16,0,17,35,99,111,111,107,105,101,115,45,112,111,108,105,116,105,99,115,0,16,0,16,35,99,111,111,107,105,101,115,45,112,111,112,45,111,117,116,0,16,0,15,35,99,111,111,107,105,101,115,45,112,111,112,45,117,112,0,16,0,17,35,99,111,111,107,105,101,115,45,112,111,112,97,112,105,116,111,0,16,0,14,35,99,111,111,107,105,101,115,45,112,111,112,105,110,0,16,0,16,35,99,111,111,107,105,101,115,45,112,111,112,111,118,101,114,0,16,0,14,35,99,111,111,107,105,101,115,45,112,111,112,117,112,0,16,0,20,35,99,111,111,107,105,101,115,45,112,111,112,117,112,45,109,111,100,97,108,0,16,0,22,35,99,111,111,107,105,101,115,45,112,111,112,117,112,45,111,118,101,114,108,97,121,0,16,0,19,35,99,111,111,107,105,101,115,45,112,111,112,117,112,45,119,114,97,112,0,16,0,26,35,99,111,111,107,105,101,115,45,112,114,101,102,101,114,101,110,99,101,115,45,102,105,120,101,100,0,16,0,16,35,99,111,111,107,105,101,115,45,112,114,105,118,97,99,121,0,16,0,23,35,99,111,111,107,105,101,115,45,112,114,105,118,97,99,121,45,97,100,118,105,99,101,0,16,0,29,35,99,111,111,107,105,101,115,45,112,114,105,118,97,99,121,45,112,111,108,105,99,121,45,97,108,101,114,116,0,16,0,35,35,99,111,111,107,105,101,115,45,112,114,105,118,97,99,121,45,112,111,108,105,99,121,45,97,108,101,114,116,45,115,109,97,108,108,0,16,0,15,35,99,111,111,107,105,101,115,45,112,114,111,109,112,116,0,16,0,15,35,99,111,111,107,105,101,115,45,114,101,103,105,111,110,0,16,0,19,35,99,111,111,107,105,101,115,45,114,101,103,117,108,97,116,105,111,110,0,16,0,21,35,99,111,111,107,105,101,115,45,114,103,112,100,45,111,118,101,114,108,97,121,0,16,0,19,35,99,111,111,107,105,101,115,45,114,103,112,100,45,112,111,112,117,112,0,16,0,15,35,99,111,111,107,105,101,115,45,114,105,98,98,111,110,0,16,0,13,35,99,111,111,107,105,101,115,45,114,111,100,111,0,16,0,16,35,99,111,111,107,105,101,115,45,115,101,99,116,105,111,110,0,16,0,23,35,99,111,111,107,105,101,115,45,115,101,116,116,105,110,103,115,45,109,111,100,97,108,0,16,0,14,35,99,111,111,107,105,101,115,45,115,104,111,114,116,0,16,0,15,35,99,111,111,107,105,101,115,45,115,116,105,99,107,121,0,16,0,23,35,99,111,111,107,105,101,115,45,115,116,105,99,107,121,45,119,114,97,112,112,101,114,0,16,0,14,35,99,111,111,107,105,101,115,45,115,116,114,105,112,0,16,0,16,35,99,111,111,107,105,101,115,45,116,101,110,100,105,110,97,0,16,0,14,35,99,111,111,107,105,101,115,45,116,101,114,109,115,0,16,0,19,35,99,111,111,107,105,101,115,45,116,101,114,109,115,45,105,110,102,111,0,16,0,20,35,99,111,111,107,105,101,115,45,116,101,114,109,115,45,115,104,111,114,116,0,16,0,20,35,99,111,111,107,105,101,115,45,116,101,120,116,111,45,99,111,114,116,111,0,16,0,16,35,99,111,111,107,105,101,115,45,116,111,111,108,98,97,114,0,16,0,17,35,99,111,111,107,105,101,115,45,116,111,112,45,98,108,111,99,0,16,0,15,35,99,111,111,107,105,101,115,45,116,111,112,98,97,114,0,16,0,11,35,99,111,111,107,105,101,115,45,117,101,0,16,0,23,35,99,111,111,107,105,101,115,45,117,101,45,97,103,114,101,101,45,98,108,111,99,107,0,16,0,19,35,99,111,111,107,105,101,115,45,117,112,111,122,111,114,110,101,110,105,0,16,0,14,35,99,111,111,107,105,101,115,45,117,115,97,103,101,0,16,0,22,35,99,111,111,107,105,101,115,45,117,115,97,103,101,45,109,101,115,115,97,103,101,0,16,0,12,35,99,111,111,107,105,101,115,45,117,115,101,0,16,0,18,35,99,111,111,107,105,101,115,45,117,115,101,45,97,108,101,114,116,0,16,0,25,35,99,111,111,107,105,101,115,45,117,115,101,45,112,97,103,101,45,112,97,100,100,105,110,103,0,16,0,18,35,99,111,111,107,105,101,115,45,117,115,101,45,112,111,112,117,112,0,16,0,22,35,99,111,111,107,105,101,115,45,117,115,105,110,103,45,109,101,115,115,97,103,101,0,16,0,12,35,99,111,111,107,105,101,115,45,118,97,108,0,16,0,15,35,99,111,111,107,105,101,115,45,118,101,114,105,102,121,0,16,0,13,35,99,111,111,107,105,101,115,45,119,97,114,110,0,16,0,16,35,99,111,111,107,105,101,115,45,119,97,114,110,105,110,103,0,16,0,20,35,99,111,111,107,105,101,115,45,119,97,114,110,105,110,103,45,98,111,120,0,16,0,26,35,99,111,111,107,105,101,115,45,119,97,114,110,105,110,103,45,99,111,110,116,97,105,110,101,114,0,16,0,24,35,99,111,111,107,105,101,115,45,119,97,114,110,105,110,103,45,109,101,115,115,97,103,101,0,16,0,22,35,99,111,111,107,105,101,115,45,119,105,97,100,111,109,111,115,99,45,98,111,120,0,16,0,12,35,99,111,111,107,105,101,115,45,119,105,110,0,16,0,15,35,99,111,111,107,105,101,115,45,119,105,110,100,111,119,0,16,0,29,35,99,111,111,107,105,101,115,45,119,105,116,104,45,115,116,97,99,107,101,100,45,98,117,116,116,111,110,115,0,16,0,13,35,99,111,111,107,105,101,115,45,119,114,97,112,0,16,0,16,35,99,111,111,107,105,101,115,45,119,114,97,112,112,101,114,0,16,0,15,35,99,111,111,107,105,101,115,46,97,99,116,105,118,101,0,16,0,15,35,99,111,111,107,105,101,115,46,97,99,116,105,118,111,0,16,0,14,35,99,111,111,107,105,101,115,46,97,108,101,114,116,0,16,0,18,35,99,111,111,107,105,101,115,46,97,108,101,114,116,45,98,111,120,0,16,0,26,35,99,111,111,107,105,101,115,46,97,108,101,114,116,45,100,105,115,109,105,115,115,105,98,108,101,0,16,0,17,35,99,111,111,107,105,101,115,46,99,108,101,97,114,102,105,120,0,16,0,18,35,99,111,111,107,105,101,115,46,99,111,110,116,97,105,110,101,114,0,16,0,24,35,99,111,111,107,105,101,115,46,99,111,110,116,97,105,110,101,114,45,102,108,117,105,100,0,16,0,16,35,99,111,111,107,105,101,115,46,99,111,111,107,105,101,115,0,16,0,21,35,99,111,111,107,105,101,115,46,102,105,120,101,100,45,98,111,116,116,111,109,0,16,0,15,35,99,111,111,107,105,101,115,46,104,105,100,100,101,110,0,16,0,21,35,99,111,111,107,105,101,115,46,104,105,100,100,101,110,45,112,114,105,110,116,0,16,0,18,35,99,111,111,107,105,101,115,46,104,105,100,100,101,110,45,115,109,0,16,0,18,35,99,111,111,107,105,101,115,46,104,105,100,100,101,110,45,120,115,0,16,0,19,35,99,111,111,107,105,101,115,46,104,105,100,101,45,112,114,105,110,116,0,16,0,11,35,99,111,111,107,105,101,115,46,105,110,0,16,0,19,35,99,111,111,107,105,101,115,46,109,111,110,116,115,101,114,114,97,116,0,16,0,15,35,99,111,111,107,105,101,115,46,110,111,116,105,99,101,0,16,0,18,35,99,111,111,107,105,101,115,46,110,111,116,105,102,121,66,97,114,0,16,0,11,35,99,111,111,107,105,101,115,46,111,110,0,16,0,13,35,99,111,111,107,105,101,115,46,111,112,101,110,0,16,0,19,35,99,111,111,107,105,101,115,46,112,97,110,101,108,45,112,97,110,101,0,16,0,14,35,99,111,111,107,105,101,115,46,112,111,112,117,112,0,16,0,13,35,99,111,111,107,105,101,115,46,112,121,45,50,0,16,0,12,35,99,111,111,107,105,101,115,46,114,111,119,0,16,0,13,35,99,111,111,107,105,101,115,46,115,104,111,119,0,16,0,15,35,99,111,111,107,105,101,115,46,115,116,105,99,107,121,0,16,0,17,35,99,111,111,107,105,101,115,46,116,111,112,108,97,121,101,114,0,16,0,12,35,99,111,111,107,105,101,115,46,118,101,114,0,16,0,16,35,99,111,111,107,105,101,115,46,118,105,115,105,98,108,101,0,16,0,11,35,99,111,111,107,105,101,115,49,50,51,0,16,0,14,35,99,111,111,107,105,101,115,65,99,99,101,112,116,0,16,0,18,35,99,111,111,107,105,101,115,65,99,99,101,112,116,97,110,99,101,0,16,0,19,35,99,111,111,107,105,101,115,65,99,99,101,112,116,101,100,68,105,118,0,16,0,15,35,99,111,111,107,105,101,115,65,99,101,105,116,97,114,0,16,0,23,35,99,111,111,107,105,101,115,65,99,107,110,111,119,108,101,100,103,101,109,101,110,116,0,16,0,25,35,99,111,111,107,105,101,115,65,99,107,110,111,119,108,101,100,103,101,109,101,110,116,66,103,0,16,0,18,35,99,111,111,107,105,101,115,65,100,114,101,110,97,108,105,110,101,0,16,0,14,35,99,111,111,107,105,101,115,65,100,118,101,114,116,0,16,0,17,35,99,111,111,107,105,101,115,65,100,118,101,114,116,105,115,101,0,16,0,14,35,99,111,111,107,105,101,115,65,100,118,105,99,101,0,16,0,14,35,99,111,111,107,105,101,115,65,100,118,105,115,101,0,16,0,17,35,99,111,111,107,105,101,115,65,103,114,101,101,109,101,110,116,0,16,0,23,35,99,111,111,107,105,101,115,65,103,114,101,101,109,101,110,116,78,111,116,105,99,101,0,16,0,13,35,99,111,111,107,105,101,115,65,108,97,114,109,0,16,0,13,35,99,111,111,107,105,101,115,65,108,101,114,116,0,16,0,19,35,99,111,111,107,105,101,115,65,108,101,114,116,87,105,100,103,101,116,0,16,0,13,35,99,111,111,107,105,101,115,65,108,108,111,119,0,16,0,23,35,99,111,111,107,105,101,115,65,108,108,111,119,105,110,103,82,101,113,117,101,115,116,0,16,0,19,35,99,111,111,107,105,101,115,65,112,112,114,111,98,97,116,105,111,110,0,16,0,12,35,99,111,111,107,105,101,115,65,114,101,97,0,16,0,15,35,99,111,111,107,105,101,115,65,114,116,105,99,108,101,0,16,0,12,35,99,111,111,107,105,101,115,66,97,110,100,0,16,0,14,35,99,111,111,107,105,101,115,66,97,110,110,101,114,0,16,0,23,35,99,111,111,107,105,101,115,66,97,110,110,101,114,67,111,110,116,97,105,110,101,114,0,16,0,11,35,99,111,111,107,105,101,115,66,97,114,0,16,0,23,35,99,111,111,107,105,101,115,66,97,114,65,110,110,111,117,110,99,101,109,101,110,116,0,16,0,11,35,99,111,111,107,105,101,115,66,111,120,0,16,0,12,35,99,111,111,107,105,101,115,67,97,112,97,0,16,0,12,35,99,111,111,107,105,101,115,67,97,114,100,0,16,0,13,35,99,111,111,107,105,101,115,67,104,101,99,107,0,16,0,15,35,99,111,111,107,105,101,115,67,104,101,99,107,101,114,0,16,0,17,35,99,111,111,107,105,101,115,67,111,110,100,105,116,105,111,110,0,16,0,15,35,99,111,111,107,105,101,115,67,111,110,102,105,114,109,0,16,0,15,35,99,111,111,107,105,101,115,67,111,110,115,101,110,116,0,16,0,18,35,99,111,111,107,105,101,115,67,111,110,115,101,110,116,66,97,114,0,16,0,21,35,99,111,111,107,105,101,115,67,111,110,115,101,110,116,87,105,100,103,101,116,0,16,0,12,35,99,111,111,107,105,101,115,67,111,110,116,0,16,0,17,35,99,111,111,107,105,101,115,67,111,110,116,97,105,110,101,114,0,16,0,16,35,99,111,111,107,105,101,115,67,111,116,97,105,110,101,114,0,16,0,14,35,99,111,111,107,105,101,115,68,105,97,108,111,103,0,16,0,16,35,99,111,111,107,105,101,115,68,105,97,108,111,103,117,101,0,16,0,17,35,99,111,111,107,105,101,115,68,105,114,101,99,116,105,118,101,0,16,0,16,35,99,111,111,107,105,101,115,68,105,115,99,67,111,110,116,0,16,0,18,35,99,111,111,107,105,101,115,68,105,115,99,108,97,105,109,101,114,0,16,0,11,35,99,111,111,107,105,101,115,68,105,118,0,16,0,14,35,99,111,111,107,105,101,115,69,85,45,98,111,120,0,16,0,14,35,99,111,111,107,105,101,115,70,111,111,116,101,114,0,16,0,32,35,99,111,111,107,105,101,115,70,111,114,109,58,110,111,116,40,104,116,109,108,41,58,110,111,116,40,98,111,100,121,41,0,16,0,12,35,99,111,111,107,105,101,115,72,105,110,116,0,16,0,14,35,99,111,111,107,105,101,115,72,105,110,116,95,49,0,16,0,14,35,99,111,111,107,105,101,115,72,111,108,100,101,114,0,16,0,18,35,99,111,111,107,105,101,115,72,111,109,101,72,101,97,100,101,114,0,16,0,9,35,99,111,111,107,105,101,115,73,0,16,0,10,35,99,111,111,107,105,101,115,73,68,0,16,0,12,35,99,111,111,107,105,101,115,73,110,102,111,0,16,0,13,35,99,111,111,107,105,101,115,73,110,102,111,50,0,16,0,15,35,99,111,111,107,105,101,115,73,110,102,111,66,97,114,0,16,0,17,35,99,111,111,107,105,101,115,73,110,102,111,66,108,111,99,107,0,16,0,15,35,99,111,111,107,105,101,115,73,110,102,111,66,111,120,0,16,0,16,35,99,111,111,107,105,101,115,73,110,102,111,66,111,120,49,0,16,0,15,35,99,111,111,107,105,101,115,73,110,102,111,68,105,118,0,16,0,19,35,99,111,111,107,105,101,115,73,110,102,111,114,109,97,116,105,111,110,0,16,0,16,35,99,111,111,107,105,101,115,73,110,102,111,114,109,101,114,0,16,0,13,35,99,111,111,107,105,101,115,73,110,102,111,115,0,16,0,21,35,99,111,111,107,105,101,115,73,110,105,116,105,97,108,68,105,97,108,111,103,0,16,0,11,35,99,111,111,107,105,101,115,76,97,119,0,16,0,20,35,99,111,111,107,105,101,115,76,97,119,67,111,109,112,108,97,105,110,116,0,16,0,13,35,99,111,111,107,105,101,115,76,97,121,101,114,0,16,0,20,35,99,111,111,107,105,101,115,76,97,121,111,117,116,77,111,100,117,108,101,0,16,0,14,35,99,111,111,107,105,101,115,76,101,103,97,99,121,0,16,0,13,35,99,111,111,107,105,101,115,76,101,103,97,108,0,16,0,20,35,99,111,111,107,105,101,115,76,101,103,97,108,77,101,115,115,97,103,101,0,16,0,15,35,99,111,111,107,105,101,115,76,101,113,117,105,112,101,0,16,0,12,35,99,111,111,107,105,101,115,77,97,105,110,0,16,0,22,35,99,111,111,107,105,101,115,77,97,105,110,87,97,114,110,105,110,103,68,105,118,0,16,0,23,35,99,111,111,107,105,101,115,77,97,110,97,103,101,114,70,114,97,109,101,66,111,120,0,16,0,23,35,99,111,111,107,105,101,115,77,101,110,115,97,106,101,80,111,108,105,116,105,99,97,0,16,0,15,35,99,111,111,107,105,101,115,77,101,115,115,97,103,101,0,16,0,21,35,99,111,111,107,105,101,115,77,101,115,115,97,103,101,66,97,110,110,101,114,0,16,0,24,35,99,111,111,107,105,101,115,77,101,115,115,97,103,101,67,111,110,116,97,105,110,101,114,0,16,0,22,35,99,111,111,107,105,101,115,77,111,100,97,108,67,111,110,116,97,105,110,101,114,0,16,0,20,35,99,111,111,107,105,101,115,77,111,100,97,108,95,98,111,116,116,111,109,0,16,0,11,35,99,111,111,107,105,101,115,77,115,103,0,16,0,19,35,99,111,111,107,105,101,115,78,111,116,65,99,99,101,112,116,101,100,0,16,0,12,35,99,111,111,107,105,101,115,78,111,116,101,0,16,0,14,35,99,111,111,107,105,101,115,78,111,116,105,99,101,0,16,0,17,35,99,111,111,107,105,101,115,78,111,116,105,99,101,68,105,118,0,16,0,16,35,99,111,111,107,105,101,115,78,111,116,105,99,101,73,100,0,16,0,20,35,99,111,111,107,105,101,115,78,111,116,105,102,105,99,97,116,105,111,110,0,16,0,16,35,99,111,111,107,105,101,115,78,111,116,105,102,105,101,114,0,16,0,14,35,99,111,111,107,105,101,115,78,111,116,105,102,121,0,16,0,10,35,99,111,111,107,105,101,115,79,75,0,16,0,13,35,99,111,111,107,105,101,115,79,107,66,111,120,0,16,0,20,35,99,111,111,107,105,101,115,79,112,116,73,110,77,101,115,115,97,103,101,0,16,0,27,35,99,111,111,107,105,101,115,79,112,116,73,110,77,101,115,115,97,103,101,87,114,97,112,112,101,114,0,16,0,18,35,99,111,111,107,105,101,115,79,112,116,105,110,76,97,121,101,114,0,16,0,13,35,99,111,111,107,105,101,115,79,117,116,101,114,0,16,0,15,35,99,111,111,107,105,101,115,79,118,101,114,108,97,121,0,16,0,10,35,99,111,111,107,105,101,115,80,80,0,16,0,12,35,99,111,111,107,105,101,115,80,97,103,101,0,16,0,13,35,99,111,111,107,105,101,115,80,97,110,101,108,0,16,0,20,35,99,111,111,107,105,101,115,80,97,110,101,108,87,114,97,112,112,101,114,0,16,0,18,35,99,111,111,107,105,101,115,80,101,114,109,105,115,115,105,111,110,0,16,0,14,35,99,111,111,107,105,101,115,80,111,108,105,99,121,0,16,0,20,35,99,111,111,107,105,101,115,80,111,108,105,99,121,66,97,110,110,101,114,0,16,0,15,35,99,111,111,107,105,101,115,80,111,108,105,99,121,67,0,16,0,24,35,99,111,111,107,105,101,115,80,111,108,105,99,121,68,105,115,99,108,97,105,109,101,114,0,16,0,20,35,99,111,111,107,105,101,115,80,111,108,105,99,121,72,111,108,100,101,114,0,16,0,18,35,99,111,111,107,105,101,115,80,111,108,105,99,121,73,110,102,111,0,16,0,21,35,99,111,111,107,105,101,115,80,111,108,105,99,121,77,101,115,115,97,103,101,0,16,0,19,35,99,111,111,107,105,101,115,80,111,108,105,99,121,77,111,100,97,108,0,16,0,20,35,99,111,111,107,105,101,115,80,111,108,105,99,121,78,111,116,105,99,101,0,16,0,19,35,99,111,111,107,105,101,115,80,111,108,105,99,121,80,108,97,99,101,0,16,0,19,35,99,111,111,107,105,101,115,80,111,108,105,99,121,80,111,112,117,112,0,16,0,19,35,99,111,111,107,105,101,115,80,111,108,105,99,121,83,108,105,100,101,0,16,0,21,35,99,111,111,107,105,101,115,80,111,108,105,99,121,87,114,97,112,112,101,114,0,16,0,27,35,99,111,111,107,105,101,115,80,111,108,105,116,105,99,97,80,114,105,118,97,99,105,100,97,100,101,0,16,0,11,35,99,111,111,107,105,101,115,80,111,112,0,16,0,13,35,99,111,111,107,105,101,115,80,111,112,85,112,0,16,0,13,35,99,111,111,107,105,101,115,80,111,112,105,110,0,16,0,13,35,99,111,111,107,105,101,115,80,111,112,117,112,0,16,0,15,35,99,111,111,107,105,101,115,80,114,105,118,97,99,121,0,16,0,37,35,99,111,111,107,105,101,115,80,114,105,118,97,99,121,80,111,108,105,99,121,67,111,110,116,97,105,110,101,114,87,114,97,112,112,101,114,0,16,0,14,35,99,111,111,107,105,101,115,80,114,111,109,112,116,0,16,0,21,35,99,111,111,107,105,101,115,80,114,111,109,112,116,87,114,97,112,112,101,114,0,16,0,17,35,99,111,111,107,105,101,115,82,101,103,108,101,109,101,110,116,0,16,0,15,35,99,111,111,107,105,101,115,82,101,113,117,101,115,116,0,16,0,15,35,99,111,111,107,105,101,115,83,101,99,116,105,111,110,0,16,0,23,35,99,111,111,107,105,101,115,83,104,111,119,70,108,111,97,116,101,114,70,108,97,116,0,16,0,21,35,99,111,111,107,105,101,115,83,111,117,104,108,97,115,105,109,66,108,111,107,0,16,0,17,35,99,111,111,107,105,101,115,83,116,97,116,101,109,101,110,116,0,16,0,13,35,99,111,111,107,105,101,115,83,116,114,105,112,0,16,0,14,35,99,111,111,107,105,101,115,83,117,104,108,97,115,0,16,0,9,35,99,111,111,107,105,101,115,84,0,16,0,11,35,99,111,111,107,105,101,115,84,97,98,0,16,0,12,35,99,111,111,107,105,101,115,84,101,120,116,0,16,0,13,35,99,111,111,107,105,101,115,84,111,97,115,116,0,16,0,15,35,99,111,111,107,105,101,115,84,111,111,108,98,97,114,0,16,0,15,35,99,111,111,107,105,101,115,84,111,112,66,108,111,99,0,16,0,16,35,99,111,111,107,105,101,115,84,111,112,66,108,111,99,107,0,16,0,19,35,99,111,111,107,105,101,115,85,115,97,103,101,70,111,111,116,101,114,0,16,0,11,35,99,111,111,107,105,101,115,85,115,101,0,16,0,12,35,99,111,111,107,105,101,115,87,97,114,110,0,16,0,15,35,99,111,111,107,105,101,115,87,97,114,110,77,115,103,0,16,0,15,35,99,111,111,107,105,101,115,87,97,114,110,105,110,103,0,16,0,21,35,99,111,111,107,105,101,115,87,97,114,110,105,110,103,65,99,116,105,118,101,0,16,0,25,35,99,111,111,107,105,101,115,87,97,114,110,105,110,103,66,97,99,107,103,114,111,117,110,100,0,16,0,21,35,99,111,111,107,105,101,115,87,97,114,110,105,110,103,66,97,110,110,101,114,0,16,0,25,35,99,111,111,107,105,101,115,87,97,114,110,105,110,103,76,111,103,105,110,80,111,112,85,112,0,16,0,22,35,99,111,111,107,105,101,115,87,97,114,110,105,110,103,77,101,115,115,97,103,101,0,16,0,14,35,99,111,111,107,105,101,115,87,105,100,103,101,116,0,16,0,14,35,99,111,111,107,105,101,115,87,105,110,100,111,119,0,16,0,12,35,99,111,111,107,105,101,115,87,114,97,112,0,16,0,15,35,99,111,111,107,105,101,115,87,114,97,112,112,101,114,0,16,0,34,35,99,111,111,107,105,101,115,91,100,97,116,97,45,114,101,103,105,111,110,45,105,100,61,34,99,111,111,107,105,101,115,34,93,0,16,0,22,35,99,111,111,107,105,101,115,91,114,111,108,101,61,34,97,108,101,114,116,34,93,0,16,0,23,35,99,111,111,107,105,101,115,91,114,111,108,101,61,34,100,105,97,108,111,103,34,93,0,16,0,26,35,99,111,111,107,105,101,115,91,115,116,121,108,101,94,61,34,98,111,116,116,111,109,58,34,93,0,16,0,9,35,99,111,111,107,105,101,115,95,0,16,0,20,35,99,111,111,107,105,101,115,95,66,97,99,107,103,114,111,117,110,100,49,0,16,0,13,35,99,111,111,107,105,101,115,95,73,110,102,111,0,16,0,16,35,99,111,111,107,105,101,115,95,95,98,97,110,110,101,114,0,16,0,13,35,99,111,111,107,105,101,115,95,95,110,101,119,0,16,0,15,35,99,111,111,107,105,101,115,95,95,112,111,112,117,112,0,16,0,15,35,99,111,111,107,105,101,115,95,97,99,99,101,112,116,0,16,0,19,35,99,111,111,107,105,101,115,95,97,99,99,101,112,116,95,98,111,120,0,16,0,25,35,99,111,111,107,105,101,115,95,97,99,99,101,112,116,95,99,111,110,116,97,105,110,101,114,0,16,0,23,35,99,111,111,107,105,101,115,95,97,99,99,101,112,116,95,111,118,101,114,108,97,121,0,16,0,17,35,99,111,111,107,105,101,115,95,97,99,99,101,112,116,101,100,0,16,0,12,35,99,111,111,107,105,101,115,95,97,99,107,0,16,0,15,35,99,111,111,107,105,101,115,95,97,100,118,105,99,101,0,16,0,15,35,99,111,111,107,105,101,115,95,97,100,118,105,115,101,0,16,0,16,35,99,111,111,107,105,101,115,95,97,100,118,105,115,111,114,0,16,0,14,35,99,111,111,107,105,101,115,95,97,103,114,101,101,0,16,0,18,35,99,111,111,107,105,101,115,95,97,103,114,101,101,109,101,110,116,0,16,0,14,35,99,111,111,107,105,101,115,95,97,108,97,114,109,0,16,0,14,35,99,111,111,107,105,101,115,95,97,108,98,105,97,0,16,0,14,35,99,111,111,107,105,101,115,95,97,108,101,114,116,0,16,0,24,35,99,111,111,107,105,101,115,95,97,108,101,114,116,95,99,111,110,116,97,105,110,101,114,0,16,0,12,35,99,111,111,107,105,101,115,95,97,108,108,0,16,0,20,35,99,111,111,107,105,101,115,95,97,108,108,111,119,101,100,95,98,111,120,0,16,0,24,35,99,111,111,107,105,101,115,95,97,108,108,111,119,101,100,95,109,101,115,115,97,103,101,0,16,0,13,35,99,111,111,107,105,101,115,95,97,112,108,97,0,16,0,12,35,99,111,111,107,105,101,115,95,97,115,107,0,16,0,22,35,99,111,111,107,105,101,115,95,97,118,101,114,116,105,115,115,101,109,101,110,116,0,16,0,14,35,99,111,111,107,105,101,115,95,97,118,105,115,111,0,16,0,10,35,99,111,111,107,105,101,115,95,98,0,16,0,13,35,99,111,111,107,105,101,115,95,98,97,110,100,0,16,0,15,35,99,111,111,107,105,101,115,95,98,97,110,110,101,114,0,16,0,21,35,99,111,111,107,105,101,115,95,98,97,110,110,101,114,95,97,108,101,114,116,0,16,0,12,35,99,111,111,107,105,101,115,95,98,97,114,0,16,0,24,35,99,111,111,107,105,101,115,95,98,97,114,114,97,97,99,101,112,116,97,99,105,111,110,0,16,0,11,35,99,111,111,107,105,101,115,95,98,103,0,16,0,14,35,99,111,111,107,105,101,115,95,98,108,111,99,107,0,16,0,21,35,99,111,111,107,105,101,115,95,98,108,111,99,107,95,102,111,111,116,101,114,0,16,0,15,35,99,111,111,107,105,101,115,95,98,111,114,100,101,114,0,16,0,15,35,99,111,111,107,105,101,115,95,98,111,116,116,111,109,0,16,0,12,35,99,111,111,107,105,101,115,95,98,111,120,0,16,0,23,35,99,111,111,107,105,101,115,95,98,111,120,95,100,105,115,99,108,97,105,109,101,114,0,16,0,17,35,99,111,111,107,105,101,115,95,98,111,120,95,105,110,102,111,0,16,0,19,35,99,111,111,107,105,101,115,95,98,114,105,101,102,95,105,110,102,111,0,16,0,14,35,99,111,111,107,105,101,115,95,99,104,101,99,107,0,16,0,20,35,99,111,111,107,105,101,115,95,99,110,105,108,95,98,97,110,110,101,114,0,16,0,19,35,99,111,111,107,105,101,115,95,99,111,109,112,108,105,97,110,99,101,0,16,0,13,35,99,111,111,107,105,101,115,95,99,111,110,100,0,16,0,19,35,99,111,111,107,105,101,115,95,99,111,110,100,105,116,105,111,110,115,0,16,0,16,35,99,111,111,107,105,101,115,95,99,111,110,102,105,114,109,0,16,0,20,35,99,111,111,107,105,101,115,95,99,111,110,102,105,114,109,95,98,111,120,0,16,0,24,35,99,111,111,107,105,101,115,95,99,111,110,102,105,114,109,95,119,114,97,112,112,101,114,0,16,0,25,35,99,111,111,107,105,101,115,95,99,111,110,102,105,114,109,97,116,105,111,110,95,98,97,114,0,16,0,16,35,99,111,111,107,105,101,115,95,99,111,110,115,101,110,116,0,16,0,26,35,99,111,111,107,105,101,115,95,99,111,110,115,101,110,116,95,99,111,110,116,97,105,110,101,114,0,16,0,21,35,99,111,111,107,105,101,115,95,99,111,110,115,101,110,116,95,102,111,114,109,0,16,0,13,35,99,111,111,107,105,101,115,95,99,111,110,116,0,16,0,16,35,99,111,111,107,105,101,115,95,99,111,110,116,97,105,110,0,16,0,18,35,99,111,111,107,105,101,115,95,99,111,110,116,97,105,110,101,114,0,16,0,16,35,99,111,111,107,105,101,115,95,99,111,110,116,101,110,116,0,16,0,22,35,99,111,111,107,105,101,115,95,99,111,110,116,101,110,116,95,98,97,114,114,101,0,16,0,15,35,99,111,111,107,105,101,115,95,99,117,115,116,111,109,0,16,0,15,35,99,111,111,107,105,101,115,95,100,105,97,108,111,103,0,16,0,18,35,99,111,111,107,105,101,115,95,100,105,114,101,99,116,105,118,101,0,16,0,19,35,99,111,111,107,105,101,115,95,100,105,115,99,108,97,105,109,101,114,0,16,0,12,35,99,111,111,107,105,101,115,95,100,105,118,0,16,0,17,35,99,111,111,107,105,101,115,95,100,105,118,95,109,97,105,110,0,16,0,18,35,99,111,111,107,105,101,115,95,101,99,95,110,111,116,105,99,101,0,16,0,26,35,99,111,111,107,105,101,115,95,101,110,97,98,108,101,100,95,99,111,110,116,97,105,110,101,114,0,16,0,14,35,99,111,111,107,105,101,115,95,101,110,116,114,121,0,16,0,17,35,99,111,111,107,105,101,115,95,101,114,108,97,117,98,101,110,0,16,0,25,35,99,111,111,107,105,101,115,95,101,116,95,116,114,97,99,101,117,114,115,95,67,78,73,76,0,16,0,11,35,99,111,111,107,105,101,115,95,101,117,0,16,0,22,35,99,111,111,107,105,101,115,95,101,117,95,97,99,99,101,112,116,97,110,99,101,0,16,0,13,35,99,111,111,107,105,101,115,95,102,97,100,101,0,16,0,15,35,99,111,111,107,105,101,115,95,102,111,111,116,101,114,0,16,0,20,35,99,111,111,107,105,101,115,95,102,111,111,116,101,114,95,105,110,102,111,0,16,0,21,35,99,111,111,107,105,101,115,95,102,111,111,116,101,114,95,112,111,112,117,112,0,16,0,19,35,99,111,111,107,105,101,115,95,102,111,111,116,101,114,95,115,101,99,0,16,0,20,35,99,111,111,107,105,101,115,95,103,100,112,114,95,100,114,97,119,101,114,0,16,0,15,35,99,111,111,107,105,101,115,95,104,101,97,100,101,114,0,16,0,13,35,99,111,111,107,105,101,115,95,104,105,110,116,0,16,0,12,35,99,111,111,107,105,101,115,95,105,110,99,0,16,0,12,35,99,111,111,107,105,101,115,95,105,110,102,0,16,0,13,35,99,111,111,107,105,101,115,95,105,110,102,111,0,16,0,17,35,99,111,111,107,105,101,115,95,105,110,102,111,95,98,111,120,0,16,0,20,35,99,111,111,107,105,101,115,95,105,110,102,111,95,104,101,97,100,101,114,0,16,0,19,35,99,111,111,107,105,101,115,95,105,110,102,111,95,112,97,110,101,108,0,16,0,18,35,99,111,111,107,105,101,115,95,105,110,102,111,95,115,104,111,119,0,16,0,15,35,99,111,111,107,105,101,115,95,105,110,102,111,114,109,0,16,0,20,35,99,111,111,107,105,101,115,95,105,110,102,111,114,109,97,116,105,111,110,0,16,0,14,35,99,111,111,107,105,101,115,95,105,110,102,111,115,0,16,0,14,35,99,111,111,107,105,101,115,95,105,110,110,101,114,0,16,0,12,35,99,111,111,107,105,101,115,95,108,97,119,0,16,0,14,35,99,111,111,107,105,101,115,95,108,97,121,101,114,0,16,0,14,35,99,111,111,107,105,101,115,95,108,101,103,97,108,0,16,0,22,35,99,111,111,107,105,101,115,95,108,101,103,97,108,95,109,101,110,116,105,111,110,0,16,0,20,35,99,111,111,107,105,101,115,95,108,101,103,105,115,108,97,116,105,111,110,0,16,0,14,35,99,111,111,107,105,101,115,95,108,105,115,116,97,0,16,0,12,35,99,111,111,107,105,101,115,95,109,101,110,0,16,0,16,35,99,111,111,107,105,101,115,95,109,101,115,115,97,103,101,0,16,0,20,35,99,111,111,107,105,101,115,95,109,101,115,115,97,103,101,95,98,97,114,0,16,0,26,35,99,111,111,107,105,101,115,95,109,101,115,115,97,103,101,95,99,111,110,116,97,105,110,101,114,0,16,0,21,35,99,111,111,107,105,101,115,95,109,101,115,115,97,103,101,95,105,110,102,111,0,16,0,14,35,99,111,111,107,105,101,115,95,109,111,100,97,108,0,16,0,12,35,99,111,111,107,105,101,115,95,109,115,103,0,16,0,16,35,99,111,111,107,105,101,115,95,109,115,103,95,100,105,118,0,16,0,23,35,99,111,111,107,105,101,115,95,109,115,103,95,115,117,98,119,114,97,112,112,101,114,0,16,0,20,35,99,111,111,107,105,101,115,95,109,115,103,95,119,114,97,112,112,101,114,0,16,0,15,35,99,111,111,107,105,101,115,95,110,111,116,105,99,101,0,16,0,22,35,99,111,111,107,105,101,115,95,110,111,116,105,99,101,95,98,97,110,110,101,114,0,16,0,27,35,99,111,111,107,105,101,115,95,110,111,116,105,99,101,95,119,105,100,103,101,116,95,114,111,111,116,0,16,0,14,35,99,111,111,107,105,101,115,95,110,111,116,105,102,0,16,0,21,35,99,111,111,107,105,101,115,95,110,111,116,105,102,105,99,97,116,105,111,110,0,16,0,17,35,99,111,111,107,105,101,115,95,110,111,116,105,102,105,101,114,0,16,0,27,35,99,111,111,107,105,101,115,95,110,111,116,105,102,105,101,114,95,99,111,110,116,97,105,110,101,114,0,16,0,15,35,99,111,111,107,105,101,115,95,110,111,116,105,102,121,0,16,0,24,35,99,111,111,107,105,101,115,95,110,111,116,105,102,121,95,99,111,110,116,95,97,108,108,0,16,0,25,35,99,111,111,107,105,101,115,95,110,111,116,105,102,121,95,99,111,110,116,97,105,110,101,114,0,16,0,12,35,99,111,111,107,105,101,115,95,111,99,117,0,16,0,11,35,99,111,111,107,105,101,115,95,111,107,0,16,0,13,35,99,111,111,107,105,101,115,95,111,114,101,111,0,16,0,16,35,99,111,111,107,105,101,115,95,111,118,101,114,108,97,121,0,16,0,22,35,99,111,111,107,105,101,115,95,111,118,101,114,108,97,121,95,115,104,97,100,101,0,16,0,14,35,99,111,111,107,105,101,115,95,112,97,110,101,108,0,16,0,17,35,99,111,111,107,105,101,115,95,112,97,110,101,108,95,98,103,0,16,0,19,35,99,111,111,107,105,101,115,95,112,101,114,109,105,115,115,105,111,110,0,16,0,23,35,99,111,111,107,105,101,115,95,112,111,108,105,99,105,101,115,95,97,108,101,114,116,0,16,0,15,35,99,111,111,107,105,101,115,95,112,111,108,105,99,121,0,16,0,22,35,99,111,111,107,105,101,115,95,112,111,108,105,99,121,95,98,97,110,110,101,114,0,16,0,19,35,99,111,111,107,105,101,115,95,112,111,108,105,99,121,95,98,97,114,0,16,0,18,35,99,111,111,107,105,101,115,95,112,111,108,105,99,121,95,98,103,0,16,0,24,35,99,111,111,107,105,101,115,95,112,111,108,105,99,121,95,98,105,103,95,102,111,114,109,0,16,0,19,35,99,111,111,107,105,101,115,95,112,111,108,105,99,121,95,98,111,120,0,16,0,25,35,99,111,111,107,105,101,115,95,112,111,108,105,99,121,95,99,111,110,116,97,105,110,101,114,0,16,0,21,35,99,111,111,107,105,101,115,95,112,111,108,105,99,121,95,112,111,112,117,112,0,16,0,20,35,99,111,111,107,105,101,115,95,112,111,108,105,99,121,95,119,114,97,112,0,16,0,17,35,99,111,111,107,105,101,115,95,112,111,108,105,116,121,107,97,0,16,0,12,35,99,111,111,107,105,101,115,95,112,111,112,0,16,0,14,35,99,111,111,107,105,101,115,95,112,111,112,105,110,0,16,0,14,35,99,111,111,107,105,101,115,95,112,111,112,117,112,0,16,0,24,35,99,111,111,107,105,101,115,95,112,111,112,117,112,95,99,111,110,116,97,105,110,101,114,0,16,0,11,35,99,111,111,107,105,101,115,95,112,112,0,16,0,16,35,99,111,111,107,105,101,115,95,112,114,105,118,97,99,121,0,16,0,17,35,99,111,111,107,105,101,115,95,113,117,101,115,116,105,111,110,0,16,0,12,35,99,111,111,107,105,101,115,95,114,101,112,0,16,0,16,35,99,111,111,107,105,101,115,95,114,101,113,117,101,115,116,0,16,0,16,35,99,111,111,107,105,101,115,95,115,101,99,116,105,111,110,0,16,0,20,35,99,111,111,107,105,101,115,95,115,104,111,119,95,100,105,97,108,111,103,0,16,0,17,35,99,111,111,107,105,101,115,95,115,105,100,95,105,110,102,111,0,16,0,18,35,99,111,111,107,105,101,115,95,115,116,97,116,101,109,101,110,116,0,16,0,14,35,99,111,111,107,105,101,115,95,115,116,114,105,112,0,16,0,12,35,99,111,111,107,105,101,115,95,116,97,98,0,16,0,14,35,99,111,111,107,105,101,115,95,116,101,114,109,115,0,16,0,12,35,99,111,111,107,105,101,115,95,116,105,99,0,16,0,16,35,99,111,111,107,105,101,115,95,116,111,111,108,98,97,114,0,16,0,14,35,99,111,111,107,105,101,115,95,116,114,101,115,99,0,16,0,12,35,99,111,111,107,105,101,115,95,116,120,116,0,16,0,13,35,99,111,111,107,105,101,115,95,118,105,101,119,0,16,0,15,35,99,111,111,107,105,101,115,95,118,105,101,119,101,114,0,16,0,13,35,99,111,111,107,105,101,115,95,119,97,114,110,0,16,0,16,35,99,111,111,107,105,101,115,95,119,97,114,110,105,110,103,0,16,0,16,35,99,111,111,107,105,101,115,95,119,114,97,112,112,101,114,0,16,0,11,35,99,111,111,107,105,101,115,97,100,118,0,16,0,13,35,99,111,111,107,105,101,115,97,103,114,101,101,0,16,0,13,35,99,111,111,107,105,101,115,97,108,101,114,116,0,16,0,12,35,99,111,111,107,105,101,115,97,114,101,97,0,16,0,13,35,99,111,111,107,105,101,115,97,118,105,115,111,0,16,0,11,35,99,111,111,107,105,101,115,98,97,110,0,16,0,14,35,99,111,111,107,105,101,115,98,97,110,110,101,114,0,16,0,11,35,99,111,111,107,105,101,115,98,97,114,0,16,0,12,35,99,111,111,107,105,101,115,98,108,111,107,0,16,0,11,35,99,111,111,107,105,101,115,98,111,120,0,16,0,9,35,99,111,111,107,105,101,115,99,0,16,0,13,35,99,111,111,107,105,101,115,99,104,101,99,107,0,16,0,14,35,99,111,111,107,105,101,115,99,104,111,105,99,101,0,16,0,10,35,99,111,111,107,105,101,115,99,107,0,16,0,17,35,99,111,111,107,105,101,115,99,107,95,97,99,99,101,112,116,0,16,0,18,35,99,111,111,107,105,101,115,99,107,95,111,118,101,114,108,97,121,0,16,0,18,35,99,111,111,107,105,101,115,99,111,110,99,101,110,116,98,97,114,0,16,0,15,35,99,111,111,107,105,101,115,99,111,110,102,105,114,109,0,16,0,15,35,99,111,111,107,105,101,115,99,111,110,115,101,110,116,0,16,0,17,35,99,111,111,107,105,101,115,99,111,110,116,97,105,110,101,114,0,16,0,15,35,99,111,111,107,105,101,115,99,111,110,116,101,110,116,0,16,0,13,35,99,111,111,107,105,101,115,99,114,101,101,110,0,16,0,13,35,99,111,111,107,105,101,115,99,114,105,112,116,0,16,0,19,35,99,111,111,107,105,101,115,99,114,105,112,116,95,98,97,100,103,101,0,16,0,23,35,99,111,111,107,105,101,115,99,114,105,112,116,95,99,111,110,116,97,105,110,101,114,0,16,0,22,35,99,111,111,107,105,101,115,99,114,105,112,116,95,105,110,106,101,99,116,101,100,0,16,0,33,35,99,111,111,107,105,101,115,99,114,105,112,116,95,105,110,106,101,99,116,101,100,95,98,97,99,107,103,114,111,117,110,100,0,16,0,30,35,99,111,111,107,105,101,115,99,114,105,112,116,95,105,110,106,101,99,116,101,100,95,119,114,97,112,112,101,114,0,16,0,25,35,99,111,111,107,105,101,115,99,114,105,112,116,95,105,110,106,101,99,116,101,100,111,110,101,0,16,0,18,35,99,111,111,107,105,101,115,99,114,105,112,116,95,109,97,105,110,0,16,0,21,35,99,111,111,107,105,101,115,99,114,105,112,116,95,119,114,97,112,112,101,114,0,16,0,14,35,99,111,111,107,105,101,115,100,105,97,108,111,103,0,16,0,27,35,99,111,111,107,105,101,115,100,105,114,101,99,116,105,118,101,45,99,111,110,116,97,105,110,101,114,0,16,0,18,35,99,111,111,107,105,101,115,100,105,115,99,108,97,105,109,101,114,0,16,0,15,35,99,111,111,107,105,101,115,100,105,115,112,108,97,121,0,16,0,11,35,99,111,111,107,105,101,115,100,105,118,0,16,0,18,35,99,111,111,107,105,101,115,101,97,108,45,98,97,110,110,101,114,0,16,0,14,35,99,111,111,107,105,101,115,101,99,116,105,111,110,0,16,0,15,35,99,111,111,107,105,101,115,101,110,97,98,108,101,100,0,16,0,14,35,99,111,111,107,105,101,115,101,115,97,110,116,101,0,16,0,13,35,99,111,111,107,105,101,115,101,116,100,105,118,0,16,0,15,35,99,111,111,107,105,101,115,101,116,116,105,110,103,115,0,16,0,14,35,99,111,111,107,105,101,115,101,117,45,98,97,114,0,16,0,11,35,99,111,111,107,105,101,115,104,105,116,0,16,0,13,35,99,111,111,107,105,101,115,104,111,121,101,114,0,16,0,12,35,99,111,111,107,105,101,115,105,110,102,111,0,16,0,19,35,99,111,111,107,105,101,115,105,110,102,111,45,110,97,118,98,97,114,0,16,0,20,35,99,111,111,107,105,101,115,105,110,102,111,45,119,114,97,112,112,101,114,0,16,0,17,35,99,111,111,107,105,101,115,105,110,102,111,112,110,108,95,99,0,16,0,11,35,99,111,111,107,105,101,115,106,115,114,0,16,0,11,35,99,111,111,107,105,101,115,108,97,119,0,16,0,16,35,99,111,111,107,105,101,115,108,97,119,99,104,101,99,107,0,16,0,13,35,99,111,111,107,105,101,115,108,101,103,97,108,0,16,0,13,35,99,111,111,107,105,101,115,108,105,100,101,114,0,16,0,13,35,99,111,111,107,105,101,115,108,105,115,116,97,0,16,0,15,35,99,111,111,107,105,101,115,109,101,108,100,105,110,103,0,16,0,12,35,99,111,111,107,105,101,115,109,101,110,117,0,16,0,15,35,99,111,111,107,105,101,115,109,101,115,115,97,103,101,0,16,0,18,35,99,111,111,107,105,101,115,109,101,115,115,97,103,101,100,105,118,0,16,0,16,35,99,111,111,107,105,101,115,109,101,115,115,97,103,101,115,0,16,0,10,35,99,111,111,107,105,101,115,109,115,0,16,0,11,35,99,111,111,107,105,101,115,109,115,103,0,16,0,14,35,99,111,111,107,105,101,115,110,111,116,105,99,101,0,16,0,14,35,99,111,111,107,105,101,115,110,111,116,105,102,121,0,16,0,10,35,99,111,111,107,105,101,115,111,114,0,16,0,16,35,99,111,111,107,105,101,115,111,118,101,114,118,105,101,119,0,16,0,12,35,99,111,111,107,105,101,115,112,97,99,101,0,16,0,12,35,99,111,111,107,105,101,115,112,97,110,101,0,16,0,14,35,99,111,111,107,105,101,115,112,108,101,97,115,101,0,16,0,28,35,99,111,111,107,105,101,115,112,108,117,115,45,109,111,100,97,108,45,99,111,110,116,97,105,110,101,114,0,16,0,20,35,99,111,111,107,105,101,115,112,108,117,115,45,111,118,101,114,108,97,121,0,16,0,14,35,99,111,111,107,105,101,115,112,111,108,105,99,121,0,16,0,17,35,99,111,111,107,105,101,115,112,111,108,105,99,121,100,105,118,0,16,0,21,35,99,111,111,107,105,101,115,112,111,108,105,99,121,109,101,115,115,97,103,101,0,16,0,11,35,99,111,111,107,105,101,115,112,111,112,0,16,0,13,35,99,111,111,107,105,101,115,112,111,112,117,112,0,16,0,19,35,99,111,111,107,105,101,115,112,111,112,117,112,45,108,97,121,101,114,0,16,0,10,35,99,111,111,107,105,101,115,112,112,0,16,0,14,35,99,111,111,107,105,101,115,114,105,98,98,111,110,0,16,0,9,35,99,111,111,107,105,101,115,115,0,16,0,15,35,99,111,111,107,105,101,115,115,101,99,116,105,111,110,0,16,0,10,35,99,111,111,107,105,101,115,115,115,0,16,0,11,35,99,111,111,107,105,101,115,116,97,116,0,16,0,16,35,99,111,111,107,105,101,115,116,97,116,101,109,101,110,116,0,16,0,13,35,99,111,111,107,105,101,115,116,101,114,109,115,0,16,0,12,35,99,111,111,107,105,101,115,116,101,120,116,0,16,0,12,35,99,111,111,107,105,101,115,116,114,105,112,0,16,0,13,35,99,111,111,107,105,101,115,117,115,97,103,101,0,16,0,12,35,99,111,111,107,105,101,115,119,97,114,110,0,16,0,15,35,99,111,111,107,105,101,115,119,97,114,110,105,110,103,0,16,0,21,35,99,111,111,107,105,101,115,119,97,114,110,105,110,103,95,98,108,111,99,107,0,16,0,12,35,99,111,111,107,105,101,115,119,114,97,112,0,16,0,12,35,99,111,111,107,105,101,116,97,98,108,101,0,16,0,9,35,99,111,111,107,105,101,116,99,0,16,0,11,35,99,111,111,107,105,101,116,101,115,116,0,16,0,11,35,99,111,111,107,105,101,116,101,120,116,0,16,0,14,35,99,111,111,107,105,101,116,101,120,116,100,105,118,0,16,0,12,35,99,111,111,107,105,101,116,104,105,110,103,0,16,0,13,35,99,111,111,107,105,101,116,105,99,107,101,114,0,16,0,12,35,99,111,111,107,105,101,116,111,97,115,116,0,16,0,22,35,99,111,111,107,105,101,116,111,101,115,116,101,109,109,105,110,103,98,97,108,107,0,16,0,22,35,99,111,111,107,105,101,116,111,101,115,116,101,109,109,105,110,103,118,108,97,107,0,16,0,10,35,99,111,111,107,105,101,116,111,112,0,16,0,13,35,99,111,111,107,105,101,116,111,112,98,97,114,0,16,0,13,35,99,111,111,107,105,101,116,111,112,112,101,114,0,16,0,24,35,99,111,111,107,105,101,116,114,97,99,107,105,110,103,97,103,114,101,101,109,101,110,116,0,16,0,12,35,99,111,111,107,105,101,116,114,111,108,108,0,16,0,15,35,99,111,111,107,105,101,116,114,111,110,45,98,97,114,0,16,0,8,35,99,111,111,107,105,101,117,0,16,0,15,35,99,111,111,107,105,101,117,95,104,101,97,100,101,114,0,16,0,11,35,99,111,111,107,105,101,117,100,105,118,0,16,0,10,35,99,111,111,107,105,101,117,115,101,0,16,0,13,35,99,111,111,107,105,101,117,115,101,97,103,101,0,16,0,12,35,99,111,111,107,105,101,117,115,105,110,103,0,16,0,11,35,99,111,111,107,105,101,118,101,105,108,0,16,0,10,35,99,111,111,107,105,101,118,106,119,0,16,0,19,35,99,111,111,107,105,101,119,97,97,114,115,99,104,117,119,105,110,103,0,16,0,11,35,99,111,111,107,105,101,119,97,114,110,0,16,0,17,35,99,111,111,107,105,101,119,97,114,110,45,112,97,110,101,108,0,16,0,14,35,99,111,111,107,105,101,119,97,114,110,98,97,114,0,16,0,13,35,99,111,111,107,105,101,119,97,114,110,101,114,0,16,0,14,35,99,111,111,107,105,101,119,97,114,110,105,110,103,0,16,0,20,35,99,111,111,107,105,101,119,97,114,110,105,110,103,45,98,108,111,99,107,0,16,0,21,35,99,111,111,107,105,101,119,97,114,110,105,110,103,95,104,101,97,100,101,114,0,16,0,23,35,99,111,111,107,105,101,119,97,114,110,105,110,103,99,111,110,116,97,105,110,101,114,0,16,0,20,35,99,111,111,107,105,101,119,97,114,110,105,110,103,105,102,114,97,109,101,0,16,0,14,35,99,111,111,107,105,101,119,97,114,110,117,110,103,0,16,0,10,35,99,111,111,107,105,101,119,101,116,0,16,0,15,35,99,111,111,107,105,101,119,101,116,45,98,97,108,107,0,16,0,15,35,99,111,111,107,105,101,119,101,116,45,104,111,101,107,0,16,0,16,35,99,111,111,107,105,101,119,101,116,103,101,118,105,110,103,0,16,0,13,35,99,111,111,107,105,101,119,105,110,100,111,119,0,16,0,18,35,99,111,111,107,105,101,119,111,111,107,105,101,98,108,111,99,107,0,16,0,11,35,99,111,111,107,105,101,119,114,97,112,0,16,0,14,35,99,111,111,107,105,101,119,114,97,112,112,101,114,0,16,0,11,35,99,111,111,107,105,101,120,110,100,111,0,16,0,12,35,99,111,111,107,105,101,122,101,105,108,101,0,16,0,15,35,99,111,111,107,105,105,45,109,101,115,115,97,103,101,0,16,0,15,35,99,111,111,107,105,105,45,111,118,101,114,108,97,121,0,16,0,9,35,99,111,111,107,105,110,102,111,0,16,0,12,35,99,111,111,107,105,110,102,111,68,73,86,0,16,0,19,35,99,111,111,107,105,110,102,111,95,99,111,110,116,97,105,110,101,114,0,16,0,13,35,99,111,111,107,105,114,80,111,108,105,99,121,0,16,0,10,35,99,111,111,107,105,115,45,98,103,0,16,0,11,35,99,111,111,107,105,115,45,98,111,120,0,16,0,10,35,99,111,111,107,105,115,116,111,112,0,16,0,7,35,99,111,111,107,105,116,0,16,0,12,35,99,111,111,107,105,120,45,98,111,100,121,0,16,0,8,35,99,111,111,107,108,97,119,0,16,0,8,35,99,111,111,107,108,97,121,0,16,0,10,35,99,111,111,107,108,97,121,101,114,0,16,0,13,35,99,111,111,107,110,111,116,101,45,100,105,118,0,16,0,8,35,99,111,111,107,112,111,108,0,16,0,8,35,99,111,111,107,116,97,98,0,16,0,13,35,99,111,111,107,121,45,112,111,108,105,99,121,0,16,0,13,35,99,111,111,107,121,95,112,111,108,105,99,121,0,16,0,27,35,99,111,111,108,101,114,109,97,115,116,101,114,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,16,0,12,35,99,111,111,111,111,111,111,107,105,101,115,0,16,0,16,35,99,111,111,112,67,111,111,107,105,101,76,97,121,101,114,0,16,0,19,35,99,111,112,95,99,111,110,102,105,114,109,95,99,111,111,107,105,101,0,16,0,17,35,99,111,114,112,67,111,111,107,105,101,66,97,110,110,101,114,0,16,0,16,35,99,111,117,110,99,105,108,95,67,111,111,107,105,101,115,0,16,0,41,35,99,111,117,112,108,105,110,103,45,109,101,100,105,97,45,104,105,110,119,101,105,115,45,99,111,111,107,105,101,45,114,105,99,104,116,108,105,110,105,101,0,16,0,17,35,99,111,122,67,111,110,115,101,110,116,78,117,103,103,101,116,0,16,0,17,35,99,112,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,16,0,16,35,99,112,45,99,111,111,107,105,101,45,112,111,112,117,112,0,16,0,20,35,99,112,45,112,111,108,105,99,121,45,99,111,110,116,97,105,110,101,114,0,16,0,11,35,99,112,50,95,99,111,111,107,105,101,0,16,0,20,35,99,112,95,98,97,110,110,101,114,95,99,111,110,116,97,105,110,101,114,0,16,0,14,35,99,112,95,99,111,111,107,105,101,95,98,97,114,0,16,0,8,35,99,112,95,119,114,97,112,0,16,0,27,35,99,112,110,98,95,109,97,110,97,103,101,114,95,119,114,97,112,95,99,108,111,115,101,95,98,103,0,16,0,25,35,99,112,110,98,95,119,97,114,110,105,110,103,66,111,120,66,103,79,118,101,114,108,97,121,0,16,0,12,35,99,112,111,108,105,99,121,45,98,97,114,0,16,0,15,35,99,112,111,108,105,99,121,45,104,111,108,100,101,114,0,16,0,14,35,99,112,111,108,105,99,121,72,111,108,100,101,114,0,16,0,20,35,99,112,115,45,115,104,97,109,97,110,45,110,111,116,105,102,105,101,114,0,16,0,23,35,99,112,115,67,111,111,107,105,101,72,105,110,116,67,111,110,116,97,105,110,101,114,0,16,0,11,35,99,113,99,113,66,117,116,116,111,110,0,16,0,10,35,99,113,99,113,80,97,110,101,108,0,16,0,28,35,99,114,121,111,117,116,45,99,111,111,107,105,101,115,45,110,111,116,105,102,105,99,97,116,105,111,110,0,16,0,19,35,99,115,95,112,111,108,105,116,121,107,97,99,111,111,107,105,101,115,0,16,0,14,35,99,115,109,45,111,112,116,105,110,45,98,97,114,0,16,0,18,35,99,115,115,70,67,111,110,115,101,110,116,67,111,111,107,105,101,0,16,0,17,35,99,115,115,95,99,111,111,107,105,101,115,95,110,111,116,101,0,16,0,26,35,99,116,45,117,98,101,114,45,103,100,112,114,45,99,111,111,107,105,101,45,112,111,112,117,112,0,16,0,37,35,99,116,45,117,108,116,105,109,97,116,101,45,103,100,112,114,45,99,111,111,107,105,101,45,111,112,101,110,45,115,104,97,100,100,111,119,0,16,0,30,35,99,116,45,117,108,116,105,109,97,116,101,45,103,100,112,114,45,99,111,111,107,105,101,45,112,111,112,117,112,0,16,0,9,35,99,116,67,111,111,107,105,101,0,16,0,17,35,99,116,95,99,111,111,107,105,101,95,112,114,111,109,112,116,0,16,0,11,35,99,116,97,45,99,111,111,107,105,101,0,16,0,18,35,99,116,97,95,112,114,111,109,112,116,95,98,111,116,116,111,109,0,16,0,35,35,99,116,108,48,48,95,66,97,114,84,97,98,49,95,100,105,118,73,110,102,111,114,109,97,116,105,118,97,67,111,111,107,105,101,0,16,0,40,35,99,116,108,48,48,95,67,105,97,115,116,101,99,122,107,97,80,111,108,105,116,121,107,97,95,82,78,67,111,99,107,105,101,95,112,111,112,117,112,0,16,0,38,35,99,116,108,48,48,95,67,111,110,116,101,110,116,80,108,97,99,101,72,111,108,100,101,114,49,95,100,105,118,95,99,111,111,107,105,101,115,0,16,0,17,35,99,116,108,48,48,95,67,111,111,107,105,101,65,114,101,97,0,16,0,25,35,99,116,108,48,48,95,67,111,111,107,105,101,67,111,110,102,105,114,109,80,97,110,101,108,0,16,0,17,35,99,116,108,48,48,95,67,111,111,107,105,101,73,110,102,111,0,16,0,31,35,99,116,108,48,48,95,67,111,111,107,105,101,77,101,115,115,97,103,101,49,95,100,105,118,67,111,111,107,105,101,0,16,0,30,35,99,116,108,48,48,95,67,111,111,107,105,101,77,101,115,115,97,103,101,49,95,117,112,67,111,111,107,105,101,0,16,0,21,35,99,116,108,48,48,95,67,111,111,107,105,101,87,97,114,110,105,110,103,49,0,16,0,25,35,99,116,108,48,48,95,67,111,111,107,105,101,115,95,112,110,108,67,111,111,107,105,101,115,0,16,0,17,35,99,116,108,48,48,95,68,105,118,67,111,111,107,105,101,115,0,16,0,23,35,99,116,108,48,48,95,69,85,67,111,111,107,105,101,115,87,97,114,110,105,110,103,0,16,0,29,35,99,116,108,48,48,95,70,111,111,116,101,114,95,114,110,67,111,111,107,105,101,115,95,112,111,112,117,112,0,16,0,45,35,99,116,108,48,48,95,72,101,97,100,101,114,95,67,111,111,107,105,101,67,111,110,116,114,111,108,95,112,110,108,67,111,111,107,105,101,84,114,105,97,110,103,108,101,0,16,0,27,35,99,116,108,48,48,95,73,100,67,111,111,107,105,101,115,95,68,105,118,66,108,97,110,99,104,101,0,16,0,18,35,99,116,108,48,48,95,80,97,110,101,108,67,111,111,107,105,101,0,16,0,31,35,99,116,108,48,48,95,80,97,110,101,108,80,111,108,105,116,121,107,97,80,114,121,119,97,116,110,111,115,99,105,0,16,0,16,35,99,116,108,48,48,95,80,97,110,101,108,82,71,80,68,0,16,0,27,35,99,116,108,48,48,95,99,104,100,114,95,112,110,108,67,111,111,107,105,101,72,101,97,100,101,114,0,16,0,16,35,99,116,108,48,48,95,99,107,87,97,114,110,105,110,103,0,16,0,30,35,99,116,108,48,48,95,99,111,111,107,105,101,67,111,110,115,101,110,116,95,112,110,108,67,111,111,107,105,101,0,16,0,19,35,99,116,108,48,48,95,99,111,111,107,105,101,78,111,116,105,99,101,0,16,0,18,35,99,116,108,48,48,95,99,111,111,107,105,101,80,97,110,101,108,0,16,0,16,35,99,116,108,48,48,95,99,111,111,107,105,101,80,110,108,0,16,0,26,35,99,116,108,48,48,95,99,111,111,107,105,101,95,99,111,111,107,105,101,95,112,97,110,101,108,0,16,0,19,35,99,116,108,48,48,95,99,111,111,107,105,101,95,112,97,110,101,108,0,16,0,30,35,99,116,108,48,48,95,99,111,111,107,105,101,99,111,110,115,101,110,116,95,97,106,97,120,80,97,110,101,108,0,16,0,14,35,99,116,108,48,48,95,99,111,111,107,105,101,115,0,16,0,17,35,99,116,108,48,48,95,99,111,111,107,105,101,115,95,112,108,0,16,0,32,35,99,116,108,48,48,95,99,116,108,48,48,95,67,111,111,107,105,101,80,111,108,105,99,121,77,101,115,115,97,103,101,0,16,0,38,35,99,116,108,48,48,95,99,116,108,48,48,95,67,111,111,107,105,101,80,111,108,105,99,121,95,99,111,111,107,105,101,80,111,108,105,99,121,0,16,0,25,35,99,116,108,48,48,95,99,116,108,48,48,95,99,111,111,107,105,101,78,111,116,105,99,101,0,16,0,31,35,99,116,108,48,48,95,99,116,108,48,48,95,99,116,108,48,48,95,99,111,111,107,105,101,76,97,119,80,110,108,0,16,0,37,35,99,116,108,48,48,95,99,116,108,48,48,95,100,105,118,67,111,111,107,105,101,80,111,108,105,99,121,67,111,110,116,97,105,110,101,114,0,16,0,26,35,99,116,108,48,48,95,99,116,108,48,48,95,112,114,105,118,97,99,121,85,112,100,97,116,101,0,16,0,37,35,99,116,108,48,48,95,99,116,108,48,48,95,117,99,67,111,111,107,105,101,65,108,101,114,116,95,117,112,100,116,67,111,111,107,105,101,0,16,0,26,35,99,116,108,48,48,95,99,116,108,48,54,95,67,111,111,107,105,101,87,114,97,112,112,101,114,0,16,0,28,35,99,116,108,48,48,95,99,116,108,49,52,95,112,110,108,87,101,85,115,101,67,111,111,107,105,101,115,0,16,0,40,35,99,116,108,48,48,95,99,116,108,67,111,111,107,105,101,68,105,115,99,108,97,105,109,101,114,95,112,110,108,68,105,115,99,108,97,105,109,101,114,0,16,0,44,35,99,116,108,48,48,95,99,116,114,108,85,115,101,114,83,116,97,116,105,99,77,101,110,117,95,99,111,111,107,105,101,68,105,97,108,111,103,84,111,112,68,105,118,0,16,0,19,35,99,116,108,48,48,95,100,105,118,67,111,111,107,105,101,77,115,103,0,16,0,17,35,99,116,108,48,48,95,100,105,118,67,111,111,107,105,101,115,0,16,0,27,35,99,116,108,48,48,95,104,101,97,100,101,114,49,95,67,111,111,107,105,101,72,101,97,100,101,114,0,16,0,31,35,99,116,108,48,48,95,105,110,102,111,114,109,97,99,106,97,67,111,111,107,105,101,115,76,97,121,111,117,116,52,0,16,0,45,35,99,116,108,48,48,95,105,110,102,111,114,109,97,116,105,118,97,67,111,111,107,105,101,95,100,105,118,73,110,102,111,114,109,97,116,105,118,97,67,111,111,107,105,101,0,16,0,23,35,99,116,108,48,48,95,112,97,110,67,111,111,107,105,101,65,98,102,114,97,103,101,0,16,0,19,35,99,116,108,48,48,95,112,97,110,101,108,95,99,111,111,107,105,101,0,16,0,16,35,99,116,108,48,48,95,112,110,108,67,111,111,107,105,101,0,16,0,23,35,99,116,108,48,48,95,112,110,108,67,111,111,107,105,101,77,101,115,115,97,103,101,0,16,0,24,35,99,116,108,48,48,95,112,110,108,67,111,111,107,105,101,83,101,116,116,105,110,103,115,0,16,0,17,35,99,116,108,48,48,95,112,110,108,67,111,111,107,105,101,115,0,16,0,28,35,99,116,108,48,48,95,112,110,108,73,110,102,111,114,109,97,116,105,118,97,67,111,111,107,105,101,115,0,16,0,17,35,99,116,108,48,48,95,112,110,108,95,99,111,111,107,105,101,0,16,0,57,35,99,116,108,48,48,95,112,114,105,118,97,99,121,67,111,111,107,105,101,115,95,76,73,80,67,78,66,95,80,114,105,118,97,99,121,97,110,100,67,111,111,107,105,101,115,78,111,116,105,99,101,80,97,110,101,108,0,16,0,20,35,99,116,108,48,48,95,112,114,105,118,97,99,121,85,112,100,97,116,101,0,16,0,36,35,99,116,108,48,48,95,116,104,101,115,101,117,115,67,111,111,107,105,101,80,111,108,105,99,121,95,99,111,111,107,105,101,80,111,108,0,16,0,38,35,99,116,108,48,48,95,116,104,101,115,101,117,115,67,111,111,107,105,101,80,111,108,105,99,121,95,117,108,67,111,111,107,105,101,80,111,108,0,16,0,20,35,99,116,108,48,48,95,117,99,68,97,116,101,110,115,99,104,117,116,122,0,16,0,15,35,99,116,108,48,48,95,117,112,67,111,111,107,105,101,0,16,0,37,35,99,116,108,48,49,95,99,116,108,48,48,95,67,111,111,107,105,101,80,114,101,102,101,114,101,110,99,101,115,67,111,110,116,114,111,108,0,16,0,22,35,99,116,108,48,49,95,112,110,108,67,111,111,107,105,101,66,97,110,110,101,114,0,16,0,21,35,99,116,108,48,49,95,117,105,67,111,111,107,105,101,66,97,110,110,101,114,0,16,0,14,35,99,116,108,48,52,95,99,111,111,107,105,101,115,0,16,0,22,35,99,116,108,48,54,95,112,110,108,67,111,111,107,105,101,66,97,110,110,101,114,0,16,0,14,35,99,116,108,48,56,95,67,111,111,107,105,101,115,0,16,0,22,35,99,116,108,48,56,95,112,110,108,67,111,111,107,105,101,80,111,108,105,99,121,0,16,0,22,35,99,116,108,48,57,95,117,120,67,111,111,107,105,101,67,111,110,115,101,110,116,0,16,0,22,35,99,116,108,49,48,95,112,110,108,67,111,111,107,105,101,66,97,110,110,101,114,0,16,0,18,35,99,116,108,49,51,95,67,111,111,107,105,101,80,97,110,101,108,0,16,0,16,35,99,116,108,50,48,95,112,110,108,67,111,111,107,105,101,0,16,0,24,35,99,116,108,50,54,95,85,112,100,97,116,101,80,97,110,101,108,67,111,111,107,105,101,0,16,0,16,35,99,116,108,51,48,95,112,110,108,67,111,111,107,105,101,0,16,0,33,35,99,116,108,109,65,99,116,105,111,110,115,68,105,118,95,99,108,111,115,101,67,111,111,107,105,101,66,97,110,110,101,114,0,16,0,12,35,99,116,110,95,99,111,111,107,105,101,115,0,16,0,12,35,99,116,114,45,99,111,111,107,105,101,115,0,16,0,25,35,99,116,114,108,72,101,97,100,101,114,95,100,105,118,67,111,111,107,105,101,84,101,120,116,0,16,0,19,35,99,116,114,108,95,98,97,114,114,97,95,99,111,111,107,105,101,115,0,16,0,20,35,99,116,116,95,119,95,99,111,111,107,105,101,95,110,111,116,105,99,101,0,16,0,20,35,99,116,119,45,105,109,112,108,105,101,100,45,99,111,110,115,101,110,116,0,16,0,16,35,99,117,45,99,111,111,107,105,101,45,97,108,101,114,116,0,16,0,18,35,99,117,45,112,114,105,118,97,99,121,45,110,111,116,105,99,101,0,16,0,10,35,99,117,67,111,110,115,101,110,116,0,16,0,19,35,99,117,108,116,95,99,111,111,107,105,101,95,97,99,99,101,112,116,0,16,0,18,35,99,117,115,116,45,99,111,111,107,105,101,45,109,111,100,97,108,0,16,0,11,35,99,117,115,116,99,111,111,107,105,101,0,16,0,21,35,99,117,115,116,111,109,45,99,111,111,107,105,101,45,97,99,99,101,112,116,0,16,0,24,35,99,117,115,116,111,109,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,16,0,29,35,99,117,115,116,111,109,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,45,98,97,110,110,101,114,0,16,0,21,35,99,117,115,116,111,109,45,104,101,97,100,101,114,45,99,111,111,107,105,101,0,16,0,30,35,99,117,115,116,111,109,67,111,111,107,105,101,76,111,97,100,105,110,103,66,97,99,107,103,114,111,117,110,100,0,16,0,14,35,99,117,115,116,111,109,95,99,111,111,107,105,101,0,16,0,43,35,99,117,115,116,111,109,105,115,101,45,99,111,111,107,105,101,115,45,109,97,105,110,45,98,111,116,116,111,109,45,110,111,116,105,102,105,99,97,116,105,111,110,0,16,0,14,35,99,119,45,99,111,111,107,105,101,73,110,102,111,0,16,0,21,35,99,119,45,100,97,116,97,45,99,111,111,107,105,101,45,108,101,103,97,108,0,16,0,10,35,99,119,97,114,110,45,98,111,120,0,16,0,21,35,99,120,45,110,111,116,105,102,105,99,97,116,105,111,110,45,119,114,97,112,0,16,0,17,35,99,120,95,98,111,116,116,111,109,95,98,97,110,110,101,114,0,16,0,12,35,99,122,103,100,112,114,45,109,97,115,107,0,16,0,14,35,99,122,103,100,112,114,45,110,111,116,105,99,101,0,16,0,17,35,100,45,99,111,111,107,105,101,115,87,97,114,110,105,110,103,0,16,0,26,35,100,45,99,111,111,107,105,101,115,87,97,114,110,105,110,103,65,100,115,76,97,121,111,117,116,0,16,0,19,35,100,45,110,111,116,105,102,105,99,97,116,105,111,110,45,98,97,114,0,16,0,18,35,100,52,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,0,16,0,13,35,100,65,118,105,115,111,67,111,111,107,105,101,0,16,0,9,35,100,67,111,111,107,105,101,115,0,16,0,35,35,100,97,101,120,116,108,119,99,110,102,45,99,111,111,107,105,101,45,110,111,116,105,99,101,45,99,111,110,116,97,105,110,101,114,0,16,0,40,35,100,97,101,120,116,108,119,99,110,102,45,99,111,111,107,105,101,45,110,111,116,105,99,101,45,99,111,110,116,97,105,110,101,114,45,109,97,115,107,0,16,0,15,35,100,97,112,45,99,111,111,107,105,101,45,98,97,114,0,16,0,16,35,100,97,114,107,101,110,101,114,95,99,111,111,107,105,101,0,16,0,17,35,100,97,115,67,111,111,107,105,101,67,111,110,116,114,111,108,0,16,0,27,35,100,97,116,97,45,100,105,115,99,108,97,105,109,101,114,46,100,105,115,99,108,97,105,109,101,114,0,16,0,17,35,100,97,116,97,45,112,114,105,118,97,99,121,45,98,97,114,0,16,0,23,35,100,97,116,97,45,112,114,111,116,101,99,116,105,111,110,45,98,97,110,110,101,114,0,16,0,29,35,100,97,116,97,45,112,114,111,116,101,99,116,105,111,110,45,110,111,116,105,102,105,99,97,116,105,111,110,0,16,0,24,35,100,97,116,97,45,112,114,111,116,101,99,116,105,111,110,45,111,118,101,114,108,97,121,0,16,0,27,35,100,97,116,97,45,112,114,111,116,101,99,116,105,111,110,45,114,101,103,117,108,97,116,105,111,110,0,16,0,28,35,100,97,116,97,45,115,116,111,114,101,45,112,101,114,109,105,115,115,105,111,110,45,112,111,112,117,112,0,16,0,18,35,100,97,116,97,67,111,108,108,101,99,116,80,111,108,105,99,121,0,16,0,18,35,100,97,116,97,80,114,105,118,97,99,121,68,105,97,108,111,103,0,16,0,24,35,100,97,116,97,95,112,114,111,116,101,99,116,105,111,110,95,99,111,109,109,101,110,116,0,16,0,31,35,100,97,116,97,95,112,114,111,116,101,99,116,105,111,110,95,99,111,109,109,101,110,116,95,109,111,98,105,108,101,0,16,0,22,35,100,97,116,97,112,114,111,116,101,99,116,105,111,110,109,101,115,115,97,103,101,0,16,0,19,35,100,97,116,101,110,115,99,104,117,116,122,45,98,97,110,110,101,114,0,16,0,20,35,100,97,116,101,110,115,99,104,117,116,122,45,99,111,110,115,101,110,116,0,16,0,18,35,100,97,116,101,110,115,99,104,117,116,122,45,108,97,121,101,114,0,16,0,20,35,100,97,116,101,110,115,99,104,117,116,122,95,104,105,110,119,101,105,115,0,16,0,17,35,100,97,116,101,110,115,99,104,117,116,122,95,105,110,102,111,0,16,0,18,35,100,97,116,101,110,115,99,104,117,116,122,95,112,111,112,117,112,0,16,0,29,35,100,97,116,101,110,115,99,104,117,116,122,95,112,111,112,117,112,95,98,97,99,107,103,114,111,117,110,100,0,16,0,21,35,100,97,116,101,110,115,99,104,117,116,122,99,111,110,116,97,105,110,101,114,0,16,0,19,35,100,97,116,101,110,115,99,104,117,116,122,99,111,111,99,107,105,101,0,16,0,19,35,100,97,116,101,110,115,99,104,117,116,122,104,105,110,119,101,105,115,0,16,0,16,35,100,97,116,101,110,115,99,104,117,116,122,105,110,102,111,0,16,0,23,35,100,97,116,101,110,115,99,104,117,116,122,105,110,102,111,95,115,112,97,99,101,114,0,16,0,17,35,100,97,116,101,110,115,99,104,117,116,122,108,97,121,101,114,0,16,0,23,35,100,98,45,103,100,112,114,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,16,0,27,35,100,99,99,95,99,111,111,107,105,101,77,101,115,115,97,103,101,67,111,110,116,97,105,110,101,114,0,16,0,12,35,100,99,107,45,99,111,111,107,105,101,115,0,16,0,8,35,100,99,111,111,107,105,101,0,16,0,14,35,100,100,95,99,111,111,107,105,101,95,98,97,114,0,16,0,23,35,100,100,109,95,99,111,111,107,105,101,112,111,108,105,99,121,98,97,110,110,101,114,0,16,0,6,35,100,100,110,101,117,0,16,0,26,35,100,101,97,108,101,114,115,69,80,114,105,118,97,99,121,68,105,115,99,108,97,105,109,101,114,0,16,0,29,35,100,101,98,117,103,103,101,100,45,99,111,111,107,105,101,98,97,114,45,99,111,110,116,97,105,110,101,114,0,16,0,16,35,100,101,99,108,97,114,101,45,99,111,111,107,105,101,115,0,16,0,11,35,100,101,108,116,97,45,103,100,112,114,0,16,0,14,35,100,101,108,117,120,101,99,111,111,107,105,101,115,0,16,0,21,35,100,101,110,110,105,115,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,16,0,28,35,100,101,110,110,105,115,45,99,111,111,107,105,101,110,111,116,101,45,99,111,110,116,97,105,110,101,114,0,16,0,17,35,100,101,115,101,116,45,99,111,111,107,105,101,45,98,97,114,0,16,0,22,35,100,101,115,107,116,111,112,45,98,97,110,110,101,114,45,115,116,114,105,112,101,0,16,0,26,35,100,101,115,107,116,111,112,45,99,111,111,107,105,101,45,100,105,115,99,108,111,115,117,114,101,0,16,0,17,35,100,101,115,107,116,111,112,67,111,111,107,105,101,77,115,103,0,16,0,15,35,100,101,118,105,99,111,111,107,105,101,105,110,102,111,0,16,0,29,35,100,102,99,45,99,111,111,107,105,101,45,99,111,110,99,101,114,110,45,99,111,110,116,97,105,110,101,114,0,16,0,18,35,100,103,99,111,111,107,105,101,115,65,108,101,114,116,66,105,103,0,16,0,14,35,100,103,100,115,103,118,111,99,111,111,107,105,101,0,16,0,12,35,100,103,112,95,99,111,111,107,105,101,115,0,16,0,17,35,100,103,112,114,99,111,111,107,105,101,98,97,110,110,101,114,0,16,0,18,35,100,105,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,0,16,0,14,35,100,105,97,108,111,103,45,99,111,111,107,105,101,0,16,0,15,35,100,105,97,108,111,103,45,99,111,111,107,105,101,115,0,16,0,16,35,100,105,97,108,111,103,45,101,117,67,111,111,107,105,101,0,16,0,23,35,100,105,97,108,111,103,45,109,111,100,97,108,45,99,111,111,107,105,101,97,100,118,0,16,0,25,35,100,105,97,108,111,103,65,99,99,101,112,116,67,111,111,107,105,101,80,111,108,105,99,121,0,16,0,21,35,100,105,97,108,111,103,67,111,110,102,105,114,109,67,111,111,107,105,101,115,0,16,0,15,35,100,105,97,108,111,103,95,99,111,111,107,105,101,115,0,16,0,27,35,100,105,97,108,111,103,95,110,111,116,105,102,105,99,97,116,105,111,110,95,99,111,111,107,105,101,0,16,0,15,35,100,105,97,108,111,103,111,67,111,111,107,105,101,115,0,16,0,14,35,100,105,100,111,109,105,45,110,111,116,105,99,101,0,16,0,22,35,100,105,102,102,117,115,101,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,16,0,25,35,100,105,103,105,112,117,98,108,105,99,97,45,99,111,111,107,105,101,45,115,104,97,100,101,0,16,0,23,35,100,105,103,105,115,99,104,111,111,108,95,99,111,111,107,105,101,95,112,117,115,104,0,16,0,13,35,100,105,103,111,95,99,111,111,107,105,101,115,0,16,0,18,35,100,105,110,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,16,0,19,35,100,105,110,97,109,111,80,114,105,118,97,99,121,80,111,112,117,112,0,16,0,20,35,100,105,115,45,99,111,111,107,105,101,45,105,110,102,111,45,98,111,120,0,16,0,19,35,100,105,115,67,111,111,107,105,101,67,111,110,116,97,105,110,101,114,0,16,0,13,35,100,105,115,99,108,95,99,111,111,107,105,101,0,16,0,13,35,100,105,115,99,108,97,105,109,95,98,97,114,0,16,0,15,35,100,105,115,99,108,97,105,109,101,114,45,98,111,120,0,16,0,18,35,100,105,115,99,108,97,105,109,101,114,45,99,111,111,107,105,101,0,16,0,19,35,100,105,115,99,108,97,105,109,101,114,45,99,111,111,107,105,101,115,0,16,0,22,35,100,105,115,99,108,97,105,109,101,114,45,99,111,111,107,105,101,115,95,98,103,0,16,0,14,35,100,105,115,99,108,97,105,109,101,114,66,111,120,0,16,0,12,35,100,105,115,99,108,97,105,109,101,114,67,0,16,0,17,35,100,105,115,99,108,97,105,109,101,114,67,111,111,107,105,101,0,16,0,18,35,100,105,115,99,108,97,105,109,101,114,67,111,111,107,105,101,115,0,16,0,23,35,100,105,115,99,108,97,105,109,101,114,68,105,97,108,111,103,95,109,111,100,97,108,0,16,0,15,35,100,105,115,99,108,97,105,109,101,114,71,68,80,82,0,16,0,18,35,100,105,115,99,108,97,105,109,101,114,95,99,111,111,107,105,101,0,16,0,19,35,100,105,115,99,108,97,105,109,101,114,95,99,111,111,107,105,101,115,0,16,0,23,35,100,105,115,109,105,115,115,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,0,16,0,26,35,100,105,115,109,105,115,115,97,98,108,101,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,16,0,28,35,100,105,115,110,101,121,45,99,111,111,107,105,101,45,112,111,108,105,99,121,45,98,97,110,110,101,114,0,16,0,17,35,100,105,115,111,102,108,101,120,45,99,111,111,107,105,101,115,0,16,0,9,35,100,105,115,112,67,80,65,65,0,16,0,23,35,100,105,115,112,108,97,121,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,16,0,31,35,100,105,115,112,108,97,121,67,111,111,107,105,101,85,115,97,103,101,78,111,116,105,102,105,99,97,116,105,111,110,0,16,0,23,35,100,105,115,112,108,97,121,95,99,111,111,107,105,101,95,109,101,115,115,97,103,101,0,16,0,19,35,100,105,118,45,97,99,99,101,112,116,45,99,111,111,107,105,101,115,0,16,0,11,35,100,105,118,45,99,111,111,107,105,101,0,16,0,19,35,100,105,118,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,16,0,16,35,100,105,118,45,99,111,111,107,105,101,45,105,110,102,111,0,16,0,21,35,100,105,118,45,99,111,111,107,105,101,45,107,111,109,117,110,105,107,97,116,0,16,0,19,35,100,105,118,45,99,111,111,107,105,101,45,109,111,110,115,116,101,114,0,16,0,12,35,100,105,118,45,99,111,111,107,105,101,115,0,16,0,17,35,100,105,118,45,105,110,102,111,45,99,111,111,107,105,101,115,0,16,0,15,35,100,105,118,45,116,111,45,99,111,111,107,105,101,115,0,16,0,15,35,100,105,118,45,117,115,101,45,99,111,111,107,105,101,0,16,0,16,35,100,105,118,65,99,99,101,112,116,67,111,111,107,105,101,0,16,0,17,35,100,105,118,65,99,101,112,116,97,67,111,111,107,105,101,115,0,16,0,15,35,100,105,118,65,118,105,115,67,111,111,107,105,101,115,0,16,0,16,35,100,105,118,65,118,105,115,111,67,111,111,107,105,101,115,0,16,0,11,35,100,105,118,67,80,77,111,100,97,108,0,16,0,15,35,100,105,118,67,104,101,99,107,67,111,111,107,105,101,0,16,0,12,35,100,105,118,67,111,111,107,73,110,102,111,0,16,0,10,35,100,105,118,67,111,111,107,105,101,0,16,0,20,35,100,105,118,67,111,111,107,105,101,65,99,99,101,112,116,97,110,99,101,0,16,0,19,35,100,105,118,67,111,111,107,105,101,65,103,114,101,101,109,101,110,116,0,16,0,15,35,100,105,118,67,111,111,107,105,101,65,108,101,114,116,0,16,0,16,35,100,105,118,67,111,111,107,105,101,66,97,110,110,101,114,0,16,0,20,35,100,105,118,67,111,111,107,105,101,67,104,111,105,99,101,73,110,102,111,0,16,0,20,35,100,105,118,67,111,111,107,105,101,67,111,109,112,108,105,97,110,99,101,0,16,0,17,35,100,105,118,67,111,111,107,105,101,67,111,110,102,105,114,109,0,16,0,17,35,100,105,118,67,111,111,107,105,101,67,111,110,115,101,110,116,0,16,0,22,35,100,105,118,67,111,111,107,105,101,67,111,110,115,101,110,116,73,110,110,101,114,0,16,0,33,35,100,105,118,67,111,111,107,105,101,67,111,110,115,101,110,116,77,101,115,115,97,103,101,67,111,110,116,97,105,110,101,114,0,16,0,19,35,100,105,118,67,111,111,107,105,101,67,111,110,116,97,105,110,101,114,0,16,0,12,35,100,105,118,67,111,111,107,105,101,69,85,0,16,0,15,35,100,105,118,67,111,111,107,105,101,69,103,97,116,101,0,16,0,14,35,100,105,118,67,111,111,107,105,101,73,110,102,111,0,16,0,16,35,100,105,118,67,111,111,107,105,101,73,110,102,111,114,109,0,16,0,13,35,100,105,118,67,111,111,107,105,101,76,97,119,0,16,0,15,35,100,105,118,67,111,111,107,105,101,76,101,97,114,110,0,16,0,13,35,100,105,118,67,111,111,107,105,101,77,115,103,0,16,0,22,35,100,105,118,67,111,111,107,105,101,78,111,116,105,102,105,99,97,116,105,111,110,0,16,0,16,35,100,105,118,67,111,111,107,105,101,78,111,116,105,102,121,0,16,0,16,35,100,105,118,67,111,111,107,105,101,80,111,108,105,99,121,0,16,0,29,35,100,105,118,67,111,111,107,105,101,80,111,108,105,116,105,99,97,80,114,105,118,97,99,105,100,97,100,101,0,16,0,21,35,100,105,118,67,111,111,107,105,101,83,116,105,99,107,121,76,97,121,101,114,0,16,0,29,35,100,105,118,67,111,111,107,105,101,83,116,105,99,107,121,76,97,121,101,114,66,97,99,107,100,114,111,112,0,16,0,18,35,100,105,118,67,111,111,107,105,101,85,115,101,100,78,111,116,101,0,16,0,15,35,100,105,118,67,111,111,107,105,101,85,121,97,114,105,0,16,0,17,35,100,105,118,67,111,111,107,105,101,87,97,114,110,105,110,103,0,16,0,11,35,100,105,118,67,111,111,107,105,101,115,0,16,0,16,35,100,105,118,67,111,111,107,105,101,115,65,108,101,114,116,0,16,0,14,35,100,105,118,67,111,111,107,105,101,115,66,111,120,0,16,0,15,35,100,105,118,67,111,111,107,105,101,115,67,78,73,76,0,16,0,23,35,100,105,118,67,111,111,107,105,101,115,67,111,110,102,105,114,109,97,116,105,111,110,0,16,0,18,35,100,105,118,67,111,111,107,105,101,115,67,111,110,115,101,110,116,0,16,0,12,35,100,105,118,67,111,111,107,105,101,115,70,0,16,0,16,35,100,105,118,67,111,111,107,105,101,115,70,105,120,101,100,0,16,0,18,35,100,105,118,67,111,111,107,105,101,115,77,101,115,115,97,103,101,0,16,0,14,35,100,105,118,67,111,111,107,105,101,115,77,115,103,0,16,0,17,35,100,105,118,67,111,111,107,105,101,115,80,111,108,105,99,121,0,16,0,22,35,100,105,118,67,111,111,107,105,101,115,95,112,110,108,67,111,111,107,105,101,115,0,16,0,14,35,100,105,118,68,105,115,99,108,97,105,109,101,114,0,16,0,24,35,100,105,118,70,114,109,85,115,101,114,67,111,111,107,105,101,67,111,110,102,105,114,109,0,16,0,14,35,100,105,118,73,110,102,111,67,111,111,107,105,101,0,16,0,15,35,100,105,118,73,110,102,111,67,111,111,107,105,101,115,0,16,0,22,35,100,105,118,73,110,102,111,114,109,97,99,105,111,110,67,111,111,107,105,101,115,0,16,0,21,35,100,105,118,73,110,102,111,114,109,97,116,105,118,97,67,111,111,107,105,101,0,16,0,22,35,100,105,118,73,110,102,111,114,109,97,116,105,118,97,67,111,111,107,105,101,115,0,16,0,21,35,100,105,118,77,97,105,110,67,111,111,107,105,101,115,80,111,108,105,99,121,0,16,0,17,35,100,105,118,77,101,110,115,97,106,101,67,111,111,107,105,101,0,16,0,16,35,100,105,118,77,101,114,97,99,67,111,111,107,105,101,115,0,16,0,13,35,100,105,118,77,115,103,67,111,111,107,105,101,0,16,0,10,35,100,105,118,80,105,115,107,111,116,0,16,0,12,35,100,105,118,80,105,115,107,111,116,107,105,0,16,0,14,35,100,105,118,80,111,108,67,111,111,107,105,101,115,0,16,0,20,35,100,105,118,80,111,108,105,99,121,65,99,99,101,112,116,97,110,99,101,0,16,0,13,35,100,105,118,80,111,108,105,99,121,66,97,114,0,16,0,11,35,100,105,118,80,114,105,118,97,99,121,0,16,0,23,35,100,105,118,80,114,111,116,101,99,116,105,111,110,86,105,101,80,114,105,118,101,101,0,16,0,26,35,100,105,118,86,97,108,105,100,97,116,105,111,110,67,111,111,107,105,101,67,104,97,114,116,101,0,16,0,21,35,100,105,118,95,67,79,79,75,73,69,82,73,67,72,84,76,73,78,73,69,0,16,0,14,35,100,105,118,95,67,111,111,107,105,101,76,97,119,0,16,0,21,35,100,105,118,95,67,111,111,107,105,101,76,97,119,95,112,97,114,101,110,116,0,16,0,17,35,100,105,118,95,67,111,111,107,105,101,80,111,108,105,99,121,0,16,0,18,35,100,105,118,95,95,95,95,95,101,95,112,114,105,118,97,99,121,0,16,0,19,35,100,105,118,95,97,99,99,101,112,116,95,99,111,111,107,105,101,115,0,16,0,15,35,100,105,118,95,97,107,99,101,112,116,97,99,106,97,0,16,0,18,35,100,105,118,95,97,108,101,114,116,95,99,111,111,107,105,101,115,0,16,0,21,35,100,105,118,95,98,97,114,95,99,111,111,107,105,101,115,95,105,110,102,111,0,16,0,17,35,100,105,118,95,99,105,97,115,116,107,97,95,105,110,102,111,0,16,0,16,35,100,105,118,95,99,110,105,108,95,99,111,111,107,105,101,0,16,0,13,35,100,105,118,95,99,111,111,99,107,105,101,115,0,16,0,9,35,100,105,118,95,99,111,111,107,0,16,0,11,35,100,105,118,95,99,111,111,107,105,101,0,16,0,15,35,100,105,118,95,99,111,111,107,105,101,73,110,102,111,0,16,0,15,35,100,105,118,95,99,111,111,107,105,101,95,105,110,100,0,16,0,15,35,100,105,118,95,99,111,111,107,105,101,95,109,115,103,0,16,0,17,35,100,105,118,95,99,111,111,107,105,101,110,111,116,105,99,101,0,16,0,12,35,100,105,118,95,99,111,111,107,105,101,115,0,16,0,19,35,100,105,118,95,99,111,111,107,105,101,115,95,97,99,99,101,112,116,0,16,0,18,35,100,105,118,95,99,111,111,107,105,101,115,95,97,108,108,111,119,0,16,0,18,35,100,105,118,95,99,111,111,107,105,101,115,95,110,117,101,118,97,0,16,0,20,35,100,105,118,95,99,111,111,107,105,101,115,95,119,97,114,110,105,110,103,0,16,0,31,35,100,105,118,95,99,111,111,107,105,101,115,112,111,108,105,99,121,95,110,111,116,105,102,105,99,97,116,105,111,110,0,16,0,11,35,100,105,118,95,99,111,111,107,105,115,0,16,0,16,35,100,105,118,95,103,100,112,114,95,102,111,111,116,101,114,0,16,0,16,35,100,105,118,95,105,110,102,111,95,99,111,111,107,105,101,0,16,0,17,35,100,105,118,95,105,110,102,111,95,99,111,111,107,105,101,115,0,16,0,20,35,100,105,118,95,109,101,115,115,97,103,101,95,99,111,111,107,105,101,115,0,16,0,20,35,100,105,118,95,112,111,108,105,116,105,99,97,95,99,111,111,107,105,101,0,16,0,21,35,100,105,118,95,112,111,108,105,116,105,113,117,101,95,99,111,111,107,105,101,0,16,0,22,35,100,105,118,95,112,111,108,105,116,105,113,117,101,95,99,111,111,107,105,101,115,0,16,0,15,35,100,105,118,95,112,111,112,95,99,111,111,107,105,101,0,16,0,19,35,100,105,118,95,115,105,116,101,99,111,111,107,105,101,95,97,115,107,0,16,0,15,35,100,105,118,95,117,115,101,95,99,111,111,107,105,101,0,16,0,16,35,100,105,118,95,117,115,101,95,99,111,111,107,105,101,115,0,16,0,20,35,100,105,118,99,99,110,99,111,111,107,105,101,112,114,105,118,97,99,121,0,16,0,11,35,100,105,118,99,111,110,115,101,110,116,0,16,0,8,35,100,105,118,99,111,111,107,0,16,0,10,35,100,105,118,99,111,111,107,105,101,0,16,0,17,35,100,105,118,99,111,111,107,105,101,99,111,110,115,101,110,116,0,16,0,17,35,100,105,118,99,111,111,107,105,101,104,105,110,119,101,105,115,0,16,0,12,35,100,105,118,99,111,111,107,105,101,111,107,0,16,0,11,35,100,105,118,99,111,111,107,105,101,115,0,16,0,23,35,100,105,118,105,45,108,105,102,101,45,99,111,111,107,105,101,45,112,111,112,117,112,0,16,0,19,35,100,105,118,109,101,110,115,97,103,101,109,99,111,111,107,105,101,49,0,16,0,18,35,100,105,118,112,114,105,118,97,99,121,99,111,111,107,105,101,115,0,16,0,8,35,100,107,95,103,100,112,114,0,16,0,10,35,100,107,109,99,111,111,107,105,101,0,16,0,10,35,100,108,95,99,111,111,107,105,101,0,16,0,16,35,100,108,95,99,111,111,107,105,101,66,97,110,110,101,114,0,16,0,17,35,100,108,95,99,111,111,107,105,101,95,102,111,111,116,101,114,0,16,0,11,35,100,108,103,67,111,111,107,105,101,115,0,16,0,17,35,100,108,103,95,99,111,111,107,105,101,95,102,114,97,109,101,0,16,0,22,35,100,108,105,99,111,111,107,105,101,117,115,97,103,101,119,97,114,110,105,110,103,0,16,0,16,35,100,109,95,99,111,111,107,105,101,108,97,95,98,97,114,0,16,0,16,35,100,109,95,115,104,111,119,95,99,111,111,107,105,101,115,0,16,0,16,35,100,109,112,99,111,111,107,105,101,110,111,116,105,99,101,0,16,0,15,35,100,109,115,67,111,111,107,105,101,80,111,112,117,112,0,16,0,16,35,100,109,120,80,111,112,117,112,67,111,111,107,105,101,115,0,16,0,24,35,100,110,95,99,111,111,107,105,101,95,110,111,116,105,99,101,95,98,97,110,110,101,114,0,16,0,17,35,100,110,105,45,99,111,111,107,105,101,45,97,108,101,114,116,0,16,0,18,35,100,110,105,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,16,0,14,35,100,110,110,95,112,108,67,111,111,107,105,101,115,0,16,0,25,35,100,111,45,99,111,111,107,105,101,112,111,112,117,112,45,99,111,110,116,97,105,110,101,114,0,16,0,14,35,100,111,67,111,111,107,105,101,65,108,101,114,116,0,16,0,18,35,100,111,99,45,98,97,110,110,101,114,45,99,111,111,107,105,101,0,16,0,15,35,100,111,99,111,111,107,105,101,99,111,111,107,105,101,0,16,0,19,35,100,111,99,117,109,101,110,116,67,111,111,107,105,101,73,110,102,111,0,16,0,22,35,100,111,103,45,115,112,45,112,114,105,118,97,99,121,45,98,117,116,116,111,110,0,16,0,16,35,100,111,103,109,97,99,111,111,107,105,101,104,105,110,116,0,16,0,37,35,100,111,109,67,111,111,107,105,101,87,97,114,110,105,110,103,58,110,111,116,40,104,116,109,108,41,58,110,111,116,40,98,111,100,121,41,0,16,0,10,35,100,111,110,117,116,45,108,97,119,0,16,0,17,35,100,111,116,98,97,110,100,101,97,117,99,111,111,107,105,101,0,16,0,20,35,100,112,45,99,99,45,99,111,111,107,105,101,99,111,110,115,101,110,116,0,16,0,17,35,100,112,87,97,114,110,105,110,103,87,114,97,112,112,101,114,0,16,0,13,35,100,112,99,99,45,119,114,97,112,112,101,114,0,16,0,19,35,100,114,45,99,111,111,107,105,101,45,105,110,102,111,45,98,111,120,0,16,0,16,35,100,114,95,98,108,111,99,107,105,110,103,95,100,105,118,0,16,0,12,35,100,114,100,115,103,118,111,95,100,105,118,0,16,0,12,35,100,114,111,112,45,99,111,111,107,105,101,0,16,0,17,35,100,115,45,115,116,45,99,111,111,107,105,101,115,98,97,114,0,16,0,13,35,100,115,95,99,111,111,107,105,101,98,97,114,0,16,0,13,35,100,115,103,118,111,45,45,112,111,112,117,112,0,16,0,13,35,100,115,103,118,111,45,98,97,110,110,101,114,0,16,0,13,35,100,115,103,118,111,45,98,111,116,116,111,109,0,16,0,20,35,100,115,103,118,111,45,99,111,110,115,101,110,116,45,108,97,121,101,114,0,16,0,16,35,100,115,103,118,111,45,99,111,110,116,97,105,110,101,114,0,16,0,13,35,100,115,103,118,111,45,99,111,111,107,105,101,0,16,0,26,35,100,115,103,118,111,45,99,111,111,107,105,101,45,99,111,110,102,105,103,117,114,97,116,111,114,0,16,0,23,35,100,115,103,118,111,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,16,0,23,35,100,115,103,118,111,45,99,111,111,107,105,101,45,100,110,116,45,108,97,121,101,114,0,16,0,19,35,100,115,103,118,111,45,99,111,111,107,105,101,45,108,97,121,101,114,0,16,0,12,35,100,115,103,118,111,45,109,111,100,97,108,0,16,0,20,35,100,115,103,118,111,45,109,111,100,97,108,45,119,114,97,112,112,101,114,0,16,0,13,35,100,115,103,118,111,45,111,112,116,45,105,110,0,16,0,12,35,100,115,103,118,111,45,112,97,110,101,108,0,16,0,9,35,100,115,103,118,111,66,111,120,0,16,0,18,35,100,115,103,118,111,67,111,111,107,105,101,66,97,110,110,101,114,0,16,0,12,35,100,115,103,118,111,70,111,111,116,101,114,0,16,0,13,35,100,115,103,118,111,95,98,97,110,110,101,114,0,16,0,10,35,100,115,103,118,111,95,98,111,120,0,16,0,13,35,100,115,103,118,111,95,99,111,111,107,105,101,0,16,0,18,35,100,115,103,118,111,95,99,111,111,107,105,101,95,104,105,110,116,0,16,0,18,35,100,115,103,118,111,95,99,111,111,107,105,101,95,110,111,116,101,0,16,0,11,35,100,115,103,118,111,95,105,110,102,111,0,16,0,9,35,100,115,103,118,111,95,118,50,0,16,0,14,35,100,115,103,118,111,95,119,114,97,112,112,101,114,0,16,0,10,35,100,115,112,99,111,111,107,105,101,0,16,0,12,35,100,115,118,103,111,65,99,99,101,112,116,0,16,0,13,35,100,115,118,103,111,79,118,101,114,108,97,121,0,16,0,13,35,100,115,118,103,111,95,99,111,111,107,105,101,0,16,0,22,35,100,116,95,50,48,49,56,95,116,111,115,95,112,112,95,117,112,100,97,116,101,0,16,0,11,35,100,116,120,45,99,111,111,107,105,101,0,16,0,34,35,100,116,121,114,100,45,104,105,103,104,108,105,103,104,116,45,99,111,111,107,105,101,45,98,97,99,107,103,114,111,117,110,100,0,16,0,11,35,100,117,112,67,111,111,107,105,101,115,0,16,0,17,35,100,118,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,16,0,31,35,100,118,45,116,51,45,99,111,110,115,101,110,116,45,109,97,110,97,103,101,109,101,110,116,45,109,111,100,97,108,0,16,0,15,35,100,118,65,99,99,101,112,116,67,111,111,107,105,101,0,16,0,16,35,100,118,65,99,99,101,112,116,67,111,111,107,105,101,115,0,16,0,15,35,100,118,67,101,114,101,122,66,105,108,103,105,115,105,0,16,0,9,35,100,118,67,111,111,107,105,101,0,16,0,15,35,100,118,67,111,111,107,105,101,66,97,110,110,101,114,0,16,0,12,35,100,118,67,111,111,107,105,101,66,97,114,0,16,0,12,35,100,118,67,111,111,107,105,101,67,104,107,0,16,0,19,35,100,118,67,111,111,107,105,101,67,104,111,105,99,101,73,110,102,111,0,16,0,13,35,100,118,67,111,111,107,105,101,73,110,102,111,0,16,0,16,35,100,118,67,111,111,107,105,101,77,101,115,115,97,103,101,0,16,0,14,35,100,118,67,111,111,107,105,101,80,111,112,117,112,0,16,0,10,35,100,118,67,111,111,107,105,101,115,0,16,0,10,35,100,118,80,114,105,118,97,99,121,0,16,0,13,35,100,118,82,71,80,68,99,111,111,107,105,101,0,16,0,14,35,100,118,83,105,116,101,67,111,111,107,105,101,115,0,16,0,17,35,100,118,95,99,111,111,107,105,101,115,95,97,108,101,114,116,0,16,0,21,35,100,118,116,95,99,111,111,107,105,101,99,104,111,105,99,101,105,110,102,111,0,16,0,8,35,100,120,45,99,111,107,105,0,16,0,25,35,100,120,67,111,111,107,105,101,67,111,110,115,101,110,116,67,111,110,116,97,105,110,101,114,0,16,0,19,35,100,120,109,95,99,107,83,99,114,95,105,110,106,101,99,116,101,100,0,16,0,24,35,100,121,45,99,111,111,107,105,101,73,110,102,111,45,99,111,110,116,97,105,110,101,114,0,16,0,17,35,100,121,95,99,111,111,107,105,101,98,97,114,95,48,48,49,0,16,0,20,35,100,121,110,97,109,105,99,45,99,111,111,107,105,101,115,45,98,97,114,0,16,0,28,35,100,121,110,97,109,105,99,45,99,111,111,107,105,101,115,45,98,97,114,45,111,118,101,114,108,97,121,0,16,0,5,35,100,121,119,99,0,16,0,13,35,100,121,119,99,95,98,103,108,97,121,101,114,0,16,0,18,35,101,45,112,114,105,118,97,99,121,45,109,101,115,115,97,103,101,0,16,0,18,35,101,50,101,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,16,0,9,35,101,51,99,111,111,107,105,101,0,16,0,26,35,101,51,99,111,111,107,105,101,45,98,97,110,110,101,114,45,99,111,110,116,97,105,110,101,114,0,16,0,21,35,101,67,111,111,107,105,101,67,111,110,115,101,110,116,68,105,97,108,111,103,0,16,0,11,35,101,67,111,111,107,105,101,77,115,103,0,16,0,15,35,101,75,80,67,95,67,111,110,116,97,105,110,101,114,0,16,0,9,35,101,80,114,105,118,97,99,121,0,16,0,15,35,101,80,114,105,118,97,99,121,66,97,110,110,101,114,0,16,0,19,35,101,80,114,105,118,97,99,121,68,105,115,99,108,97,105,109,101,114,0,16,0,12,35,101,83,116,111,114,101,95,103,100,112,114,0,16,0,16,35,101,95,99,111,111,107,105,101,87,97,114,110,105,110,103,0,16,0,19,35,101,97,99,95,99,111,111,107,105,101,95,109,101,115,115,97,103,101,0,16,0,13,35,101,97,102,119,45,99,111,111,107,105,101,115,0,16,0,29,35,101,97,103,101,114,108,121,45,116,111,111,108,115,45,99,111,111,107,105,101,45,111,118,101,114,108,97,121,0,16,0,33,35,101,97,115,121,45,99,111,111,107,105,101,115,45,112,111,108,105,99,121,45,109,97,105,110,45,119,114,97,112,112,101,114,0,16,0,11,35,101,97,115,121,67,111,111,107,105,101,0,16,0,15,35,101,97,115,121,99,111,111,107,105,101,105,110,102,111,0,16,0,18,35,101,97,119,101,95,99,111,111,107,105,101,115,95,105,110,102,111,0,16,0,23,35,101,98,115,110,105,110,106,97,98,97,114,45,99,111,111,107,105,101,45,98,97,114,0,16,0,31,35,101,98,117,116,111,111,45,101,97,115,121,45,100,115,103,118,111,45,99,111,111,107,105,101,45,112,111,112,117,112,0,16,0,29,35,101,99,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,115,45,99,111,110,116,97,105,110,101,114,0,16,0,38,35,101,99,45,112,111,112,117,112,45,109,111,100,97,108,91,115,116,121,108,101,61,34,100,105,115,112,108,97,121,58,98,108,111,99,107,34,93,0,16,0,18,35,101,99,100,95,111,112,116,95,105,110,95,98,97,110,110,101,114,0,16,0,11,35,101,99,108,45,110,111,116,105,99,101,0,16,0,17,35,101,99,108,45,110,111,116,105,102,105,99,97,116,105,111,110,0,16,0,17,35,101,99,108,95,110,111,116,105,102,105,99,97,116,105,111,110,0,16,0,10,35,101,99,108,99,111,111,107,105,101,0,16,0,15,35,101,99,111,109,97,115,45,115,99,99,104,45,101,120,0,16,0,18,35,101,99,111,109,97,115,45,115,99,99,104,45,101,120,45,98,103,0,16,0,18,35,101,99,111,110,100,97,45,112,112,50,45,98,97,110,110,101,114,0,16,0,8,35,101,99,111,111,107,105,101,0,16,0,15,35,101,99,111,111,107,105,101,95,98,97,110,110,101,114,0,16,0,14,35,101,99,114,97,110,45,99,111,111,107,105,101,115,0,16,0,17,35,101,99,114,97,110,67,111,111,107,105,101,65,108,101,114,116,0,16,0,19,35,101,100,45,103,100,112,114,45,99,111,111,107,105,101,45,98,97,114,0,16,0,23,35,101,100,99,67,111,111,107,105,101,115,80,111,108,105,99,121,66,97,110,110,101,114,0,16,0,19,35,101,100,112,45,99,111,111,107,105,101,115,45,98,97,110,110,101,114,0,16,0,30,35,101,100,112,95,67,111,111,107,105,101,115,95,68,105,115,99,108,97,105,109,101,114,95,66,97,110,110,101,114,0,16,0,14,35,101,100,117,110,101,116,67,111,111,107,105,101,115,0,16,0,19,35,101,101,45,99,111,111,107,105,101,115,45,109,101,115,115,97,103,101,0,16,0,23,35,101,101,97,45,99,111,110,102,105,114,109,97,116,105,111,110,45,111,117,116,101,114,0,16,0,18,35,101,101,100,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,16,0,18,35,101,102,120,45,98,97,110,110,101,114,45,112,114,111,109,112,116,0,16,0,15,35,101,103,103,45,99,111,111,107,105,101,45,98,97,114,0,16,0,20,35,101,103,109,111,110,116,45,99,111,111,107,105,101,45,97,108,101,114,116,0,16,0,17,35,101,103,115,45,99,111,111,107,105,101,45,112,111,112,117,112,0,16,0,17,35,101,104,109,115,45,99,111,111,107,105,101,45,105,110,102,111,0,16,0,10,35,101,105,95,99,111,111,107,105,101,0,16,0,19,35,101,105,107,121,111,67,111,111,107,105,101,67,111,110,115,101,110,116,0,16,0,31,35,101,105,109,109,95,98,111,120,95,99,111,111,107,105,101,95,97,108,101,114,116,101,95,109,101,115,115,97,103,101,0,16,0,22,35,101,105,114,99,111,109,45,99,111,111,107,105,101,115,45,110,111,116,105,99,101,0,16,0,11,35,101,107,45,99,111,111,107,105,101,115,0,16,0,16,35,101,107,115,67,111,111,107,105,101,80,114,111,109,112,116,0,16,0,18,35,101,108,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,16,0,13,35,101,108,71,117,101,115,116,84,101,114,109,115,0,16,0,19,35,101,108,99,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,16,0,29,35,101,108,99,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,99,111,110,116,97,105,110,101,114,0,16,0,22,35,101,108,101,109,101,110,116,95,99,111,111,107,105,101,95,98,97,110,110,101,114,0,16,0,18,35,101,108,113,79,112,116,73,110,66,97,110,110,101,114,68,105,118,0,16,0,16,35,101,108,117,109,98,117,115,45,99,111,111,107,105,101,115,0,16,0,20,35,101,108,117,120,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,16,0,19,35,101,109,99,50,112,100,99,45,100,105,115,99,108,97,105,109,101,114,0,16,0,22,35,101,109,99,67,111,111,107,105,101,78,111,116,105,102,105,99,97,116,105,111,110,0,16,0,12,35,101,109,101,97,45,99,111,111,107,105,101,0,16,0,16,35,101,109,101,97,45,99,111,111,107,105,101,45,109,115,103,0,16,0,17,35,101,109,101,114,103,101,110,116,101,67,111,111,107,105,101,115,0,16,0,19,35,101,109,101,114,115,101,45,99,111,110,115,101,110,116,45,112,111,112,0,16,0,15,35,101,109,103,95,99,111,111,107,105,101,119,97,108,108,0,16,0,21,35,101,109,110,112,114,105,118,97,99,121,115,101,114,118,105,99,101,95,117,105,0,16,0,23,35,101,109,111,98,105,108,101,45,99,111,111,107,105,101,115,45,110,111,116,105,99,101,0,16,0,20,35,101,109,112,111,114,105,45,99,111,111,107,105,101,45,109,111,100,97,108,0,16,0,18,35,101,110,97,98,108,101,45,99,111,111,107,105,101,45,98,97,114,0,16,0,18,35,101,110,97,98,108,101,67,111,111,107,105,101,45,99,111,110,116,0,16,0,14,35,101,110,97,98,108,101,99,111,111,107,105,101,115,0,16,0,17,35,101,110,101,100,117,101,95,99,111,111,107,105,101,66,111,120,0,16,0,23,35,101,110,104,97,110,99,101,100,45,112,114,105,118,97,99,121,45,112,111,112,117,112,0,16,0,12,35,101,110,115,66,97,110,110,101,114,66,71,0,16,0,17,35,101,110,115,67,111,110,115,101,110,116,87,105,100,103,101,116,0,16,0,44,35,101,110,115,77,111,100,97,108,87,114,97,112,112,101,114,91,97,114,105,97,45,108,97,98,101,108,108,101,100,98,121,42,61,34,67,111,110,115,101,110,116,34,93,0,16,0,22,35,101,110,115,77,111,100,97,108,87,114,97,112,112,101,114,91,114,111,108,101,93,0,16,0,16,35,101,110,115,78,111,116,105,102,121,66,97,110,110,101,114,0,16,0,24,35,101,110,115,95,112,114,95,109,105,110,105,46,101,110,115,95,112,114,95,109,105,110,105,0,16,0,22,35,101,110,116,114,121,67,111,111,107,105,101,58,110,111,116,40,98,111,100,121,41,0,16,0,9,35,101,111,99,111,111,107,105,101,0,16,0,24,35,101,112,45,99,111,111,107,105,101,115,80,111,112,117,112,95,119,114,97,112,112,101,114,0,16,0,16,35,101,112,67,111,111,107,105,101,67,111,110,115,101,110,116,0,16,0,19,35,101,112,95,99,111,111,107,105,101,115,95,111,118,101,114,108,97,121,0,16,0,15,35,101,112,100,80,108,97,99,101,104,111,108,100,101,114,0,16,0,29,35,101,112,112,99,99,45,110,111,116,105,102,105,99,97,116,105,111,110,45,99,111,110,116,97,105,110,101,114,0,16,0,9,35,101,112,114,105,118,97,99,121,0,16,0,15,35,101,112,114,105,118,97,99,121,45,111,117,116,101,114,0,16,0,16,35,101,112,115,95,99,111,111,107,105,101,95,105,110,102,111,0,16,0,17,35,101,114,119,45,112,114,105,118,97,99,121,45,105,110,102,111,0,16,0,11,35,101,115,45,99,111,110,115,101,110,116,0,16,0,22,35,101,115,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,97,112,112,0,16,0,19,35,101,115,95,99,111,111,107,105,101,95,115,111,108,117,116,105,111,110,0,16,0,13,35,101,115,99,111,111,107,105,101,45,98,111,120,0,16,0,19,35,101,115,105,65,99,99,101,112,116,67,111,111,107,105,101,66,97,114,0,16,0,18,35,101,115,105,95,99,111,111,107,105,101,95,98,97,110,110,101,114,0,16,0,19,35,101,115,105,116,101,115,45,99,111,111,107,105,101,45,105,110,102,111,0,16,0,16,35,101,115,108,95,99,111,111,107,105,101,95,105,110,102,111,0,16,0,22,35,101,115,110,115,95,98,97,99,107,103,114,111,117,110,100,95,108,97,121,101,114,0,16,0,19,35,101,115,118,45,104,101,97,100,101,114,45,99,111,111,107,105,101,115,0,16,0,14,35,101,116,45,103,100,112,114,45,112,111,112,117,112,0,16,0,14,35,101,116,95,99,111,111,107,105,101,95,108,97,119,0,16,0,17,35,101,116,100,95,99,111,111,107,105,101,95,97,108,101,114,116,0,16,0,19,35,101,116,116,99,108,45,99,111,111,107,105,101,45,97,108,101,114,116,0,16,0,10,35,101,117,45,98,97,110,110,101,114,0,16,0,12,35,101,117,45,98,105,115,99,117,105,116,115,0,16,0,10,35,101,117,45,99,111,111,107,105,101,0,16,0,17,35,101,117,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,16,0,14,35,101,117,45,99,111,111,107,105,101,45,98,97,114,0,16,0,27,35,101,117,45,99,111,111,107,105,101,45,98,97,114,45,110,111,116,105,102,105,99,97,116,105,111,110,0,16,0,21,35,101,117,45,99,111,111,107,105,101,45,99,111,109,112,108,105,97,110,99,101,0,16,0,27,35,101,117,45,99,111,111,107,105,101,45,99,111,109,112,108,105,97,110,99,101,45,109,111,100,97,108,0,16,0,20,35,101,117,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,16,0,18,35,101,117,45,99,111,111,107,105,101,45,99,111,110,116,101,110,116,0,16,0,20,35,101,117,45,99,111,111,107,105,101,45,100,105,114,101,99,116,105,118,101,0,16,0,20,35,101,117,45,99,111,111,107,105,101,45,103,117,105,100,101,108,105,110,101,0,16,0,18,35,101,117,45,99,111,111,107,105,101,45,105,114,114,115,105,110,110,0,16,0,14,35,101,117,45,99,111,111,107,105,101,45,108,97,119,0,16,0,20,35,101,117,45,99,111,111,107,105,101,45,108,97,119,45,112,111,112,117,112,0,16,0,18,35,101,117,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,0,16,0,17,35,101,117,45,99,111,111,107,105,101,45,109,111,98,105,108,101,0,16,0,14,35,101,117,45,99,111,111,107,105,101,45,109,115,103,0,16,0,17,35,101,117,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,16,0,19,35,101,117,45,99,111,111,107,105,101,45,110,111,116,105,102,105,101,114,0,16,0,17,35,101,117,45,99,111,111,107,105,101,45,110,111,116,105,102,121,0,16,0,22,35,101,117,45,99,111,111,107,105,101,45,110,111,116,105,102,121,45,119,114,97,112,0,16,0,17,35,101,117,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,16,0,32,35,101,117,45,99,111,111,107,105,101,45,112,111,108,105,99,121,45,98,97,110,110,101,114,45,119,114,97,112,112,101,114,0,16,0,23,35,101,117,45,99,111,111,107,105,101,45,112,111,108,105,99,121,45,112,111,112,111,112,0,16,0,23,35,101,117,45,99,111,111,107,105,101,45,112,111,108,105,99,121,45,112,111,112,117,112,0,16,0,24,35,101,117,45,99,111,111,107,105,101,45,115,108,105,100,105,110,103,45,112,111,112,117,112,0,16,0,32,35,101,117,45,99,111,111,107,105,101,45,115,108,105,100,105,110,103,45,112,111,112,117,112,45,111,118,101,114,108,97,121,0,16,0,16,35,101,117,45,99,111,111,107,105,101,45,115,116,117,102,102,0,16,0,25,35,101,117,45,99,111,111,107,105,101,45,119,97,114,110,105,110,103,45,98,97,110,110,101,114,0,16,0,22,35,101,117,45,99,111,111,107,105,101,45,119,97,114,110,105,110,103,45,100,105,118,0,16,0,15,35,101,117,45,99,111,111,107,105,101,45,119,114,97,112,0,16,0,13,35,101,117,45,99,111,111,107,105,101,108,97,119,0,16,0,11,35,101,117,45,99,111,111,107,105,101,115,0,16,0,18,35,101,117,45,99,111,111,107,105,101,115,45,98,97,110,110,101,114,0,16,0,19,35,101,117,45,99,111,111,107,105,101,115,45,99,111,110,115,101,110,116,0,16,0,21,35,101,117,45,99,111,111,107,105,101,115,45,100,105,114,101,99,116,105,118,101,0,16,0,15,35,101,117,45,99,111,111,107,105,101,115,45,108,97,119,0,16,0,24,35,101,117,45,99,111,111,107,105,101,115,45,110,111,116,105,102,105,99,97,116,105,111,110,0,16,0,12,35,101,117,45,99,111,111,107,105,101,115,50,0,16,0,13,35,101,117,45,99,112,45,98,97,110,110,101,114,0,16,0,16,35,101,117,45,103,100,112,114,45,111,118,101,114,108,97,121,0,16,0,7,35,101,117,45,108,97,119,0,16,0,12,35,101,117,45,110,111,116,105,102,105,101,114,0,16,0,8,35,101,117,45,111,107,110,111,0,16,0,11,35,101,117,45,112,114,105,118,97,99,121,0,16,0,11,35,101,117,45,115,117,115,101,110,107,97,0,16,0,13,35,101,117,67,111,109,112,108,105,97,110,99,101,0,16,0,10,35,101,117,67,111,110,115,101,110,116,0,16,0,9,35,101,117,67,111,111,107,105,101,0,16,0,15,35,101,117,67,111,111,107,105,101,66,97,110,110,101,114,0,16,0,12,35,101,117,67,111,111,107,105,101,66,97,114,0,16,0,15,35,101,117,67,111,111,107,105,101,68,105,97,108,111,103,0,16,0,18,35,101,117,67,111,111,107,105,101,68,105,114,101,99,116,105,118,101,0,16,0,12,35,101,117,67,111,111,107,105,101,68,105,118,0,16,0,18,35,101,117,67,111,111,107,105,101,73,110,102,111,79,117,116,101,114,0,16,0,12,35,101,117,67,111,111,107,105,101,76,97,119,0,16,0,16,35,101,117,67,111,111,107,105,101,76,97,119,73,110,102,111,0,16,0,15,35,101,117,67,111,111,107,105,101,78,111,116,105,99,101,0,16,0,15,35,101,117,67,111,111,107,105,101,78,111,116,105,102,121,0,16,0,14,35,101,117,67,111,111,107,105,101,80,97,110,101,108,0,16,0,18,35,101,117,67,111,111,107,105,101,82,101,113,117,101,115,116,101,114,0,16,0,16,35,101,117,67,111,111,107,105,101,87,97,114,110,105,110,103,0,16,0,16,35,101,117,67,111,111,107,105,101,87,114,97,112,112,101,114,0,16,0,10,35,101,117,67,111,111,107,105,101,115,0,16,0,16,35,101,117,67,111,111,107,105,101,115,76,97,119,66,97,114,0,16,0,18,35,101,117,67,111,111,107,105,101,115,81,117,101,115,116,105,111,110,0,16,0,14,35,101,117,67,111,111,107,105,101,115,90,111,110,101,0,16,0,12,35,101,117,76,97,119,45,97,108,101,114,116,0,16,0,9,35,101,117,78,111,116,105,99,101,0,16,0,8,35,101,117,80,111,112,117,112,0,16,0,14,35,101,117,95,99,111,109,112,108,105,97,110,99,101,0,16,0,10,35,101,117,95,99,111,111,107,105,101,0,16,0,16,35,101,117,95,99,111,111,107,105,101,95,97,108,101,114,116,0,16,0,17,35,101,117,95,99,111,111,107,105,101,95,98,97,110,110,101,114,0,16,0,14,35,101,117,95,99,111,111,107,105,101,95,98,97,114,0,16,0,18,35,101,117,95,99,111,111,107,105,101,95,99,111,110,115,101,110,116,0,16,0,20,35,101,117,95,99,111,111,107,105,101,95,99,111,110,116,97,105,110,101,114,0,16,0,19,35,101,117,95,99,111,111,107,105,101,95,100,105,97,108,111,103,117,101,0,16,0,21,35,101,117,95,99,111,111,107,105,101,95,100,105,115,99,108,97,105,109,101,114,0,16,0,14,35,101,117,95,99,111,111,107,105,101,95,108,97,119,0,16,0,23,35,101,117,95,99,111,111,107,105,101,95,109,101,115,115,97,103,101,95,104,105,100,101,0,16,0,17,35,101,117,95,99,111,111,107,105,101,95,110,111,116,105,99,101,0,16,0,17,35,101,117,95,99,111,111,107,105,101,95,110,111,116,105,102,121,0,16,0,17,35,101,117,95,99,111,111,107,105,101,95,112,111,108,105,99,121,0,16,0,18,35,101,117,95,99,111,111,107,105,101,95,119,97,114,110,105,110,103,0,16,0,25,35,101,117,95,99,111,111,107,105,101,95,119,97,114,110,105,110,103,95,98,97,110,110,101,114,0,16,0,13,35,101,117,95,99,111,111,107,105,101,98,111,120,0,16,0,11,35,101,117,95,99,111,111,107,105,101,115,0,16,0,15,35,101,117,95,99,111,111,107,105,101,115,95,98,111,120,0,16,0,22,35,101,117,95,99,111,111,107,105,101,115,95,100,105,115,99,108,97,105,109,101,114,0,16,0,27,35,101,117,95,99,111,111,107,105,101,115,95,111,118,101,114,108,97,121,95,99,111,110,116,101,110,116,0,16,0,18,35,101,117,95,99,111,111,107,105,101,115,95,115,112,97,99,101,114,0,16,0,26,35,101,117,95,108,97,119,95,99,111,111,107,105,101,95,101,120,116,95,119,114,97,112,112,101,114,0,16,0,18,35,101,117,95,110,111,116,105,99,101,95,99,111,110,116,101,110,116,0,16,0,24,35,101,117,95,111,112,116,95,105,110,95,99,111,111,107,105,101,95,98,97,110,110,101,114,0,16,0,33,35,101,117,95,117,115,101,114,95,99,111,110,115,101,110,116,95,112,111,108,105,99,121,95,99,111,110,116,97,105,110,101,114,0,16,0,9,35,101,117,98,97,110,110,101,114,0,16,0,8,35,101,117,99,95,98,111,120,0,16,0,14,35,101,117,99,95,99,111,111,107,105,101,66,111,120,0,16,0,5,35,101,117,99,99,0,16,0,11,35,101,117,99,99,66,97,110,110,101,114,0,16,0,10,35,101,117,99,107,45,110,111,116,101,0,16,0,11,35,101,117,99,108,95,112,97,110,101,108,0,16,0,10,35,101,117,99,111,110,115,101,110,116,0,16,0,9,35,101,117,99,111,111,107,105,101,0,16,0,18,35,101,117,99,111,111,107,105,101,45,99,111,110,116,101,110,101,114,0,16,0,16,35,101,117,99,111,111,107,105,101,45,110,111,116,105,99,101,0,16,0,16,35,101,117,99,111,111,107,105,101,95,98,111,116,116,111,109,0,16,0,12,35,101,117,99,111,111,107,105,101,98,97,114,0,16,0,18,35,101,117,99,111,111,107,105,101,98,97,114,45,111,117,116,101,114,0,16,0,12,35,101,117,99,111,111,107,105,101,98,111,120,0,16,0,16,35,101,117,99,111,111,107,105,101,99,111,110,115,101,110,116,0,16,0,12,35,101,117,99,111,111,107,105,101,108,97,119,0,16,0,15,35,101,117,99,111,111,107,105,101,108,97,119,98,111,120,0,16,0,21,35,101,117,99,111,111,107,105,101,108,97,119,99,111,110,116,97,105,110,101,114,0,16,0,15,35,101,117,99,111,111,107,105,101,110,111,116,105,99,101,0,16,0,10,35,101,117,99,111,111,107,105,101,115,0,16,0,15,35,101,117,99,111,111,107,105,101,115,45,110,111,116,101,0,16,0,18,35,101,117,99,111,111,107,105,101,115,45,119,114,97,112,112,101,114,0,16,0,13,35,101,117,99,111,111,107,105,101,119,97,114,110,0,16,0,14,35,101,117,100,111,109,105,110,116,108,45,99,109,98,0,16,0,14,35,101,117,103,100,112,114,45,98,97,110,110,101,114,0,16,0,13,35,101,117,103,100,112,114,95,109,111,100,97,108,0,16,0,6,35,101,117,108,97,119,0,16,0,10,35,101,117,108,97,119,45,98,97,114,0,16,0,9,35,101,117,112,111,108,105,99,121,0,16,0,8,35,101,117,112,111,112,117,112,0,16,0,20,35,101,117,114,111,95,99,111,111,107,105,101,95,99,111,110,116,101,110,116,0,16,0,12,35,101,117,114,111,99,105,97,115,116,107,111,0,16,0,11,35,101,117,114,111,99,111,111,107,105,101,0,16,0,14,35,101,117,114,111,99,111,111,107,105,101,108,97,119,0,16,0,19,35,101,117,114,111,112,101,67,111,111,107,105,101,78,111,116,105,99,101,0,16,0,16,35,101,117,116,45,112,114,105,118,97,99,121,45,98,97,114,0,16,0,18,35,101,117,116,95,99,111,111,107,105,101,95,110,111,116,105,99,101,0,16,0,14,35,101,118,45,99,111,111,107,105,101,84,101,120,116,0,16,0,22,35,101,118,97,110,99,101,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,16,0,19,35,101,118,101,110,116,45,97,108,101,114,116,45,99,111,111,107,105,101,0,16,0,24,35,101,118,101,110,116,109,97,103,45,112,114,111,45,99,111,111,107,105,101,45,105,102,121,0,16,0,19,35,101,118,105,100,101,67,111,111,107,105,101,115,78,111,116,105,102,121,0,16,0,18,35,101,119,45,99,111,111,107,105,101,98,97,114,45,102,117,108,108,0,16,0,24,35,101,119,45,99,111,111,107,105,101,105,110,102,111,45,99,111,110,116,97,105,110,101,114,0,16,0,16,35,101,119,99,109,50,95,99,111,110,116,97,105,110,101,114,0,16,0,19,35,101,120,101,110,116,95,99,111,111,107,105,101,95,109,111,100,97,108,0,16,0,28,35,101,120,111,108,111,103,67,111,111,107,105,101,76,97,119,66,97,114,67,111,110,116,97,105,110,101,114,0,16,0,14,35,101,120,112,97,116,95,99,111,111,107,105,101,115,0,16,0,16,35,101,120,112,108,45,103,100,112,114,45,109,111,100,97,108,0,16,0,15,35,101,120,112,108,45,103,100,112,114,45,119,97,108,108,0,16,0,20,35,101,120,112,108,105,99,105,116,67,111,111,107,105,101,77,111,100,97,108,0,16,0,24,35,101,120,112,108,105,99,105,116,95,99,111,111,107,105,101,95,99,111,110,115,101,110,116,0,16,0,26,35,101,120,112,111,110,101,97,45,99,111,111,107,105,101,45,99,111,109,112,108,105,97,110,99,101,0,16,0,17,35,101,120,112,114,101,115,115,111,45,99,111,111,107,105,101,115,0,16,0,28,35,101,120,116,101,110,100,101,100,80,114,105,118,97,99,121,87,97,114,110,105,110,103,80,97,110,101,108,0,16,0,20,35,101,120,116,101,114,110,97,108,45,99,111,111,107,105,101,45,98,97,114,0,16,0,25,35,101,122,45,99,111,111,107,105,101,45,100,105,97,108,111,103,45,119,114,97,112,112,101,114,0,16,0,16,35,101,122,45,99,111,111,107,105,101,115,45,119,114,97,112,0,16,0,16,35,102,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,16,0,19,35,102,54,45,99,112,45,99,111,111,107,105,101,98,97,110,110,101,114,0,16,0,9,35,102,95,99,111,111,107,105,101,0,16,0,17,35,102,95,103,100,112,114,104,101,97,100,101,114,97,114,101,97,0,16,0,25,35,102,97,99,101,98,111,111,107,45,116,114,97,99,107,105,110,103,45,110,111,116,105,99,101,0,16,0,16,35,102,97,99,101,114,105,103,45,99,111,111,107,105,101,115,0,16,0,26,35,102,97,99,116,111,114,95,99,111,111,107,105,101,99,111,110,115,101,110,116,95,111,112,101,110,0,16,0,15,35,102,97,108,100,111,110,45,99,111,111,107,105,101,115,0,16,0,14,35,102,97,108,100,111,110,67,111,111,107,105,101,115,0,16,0,22,35,102,97,114,109,97,99,106,97,95,99,111,111,107,105,101,95,97,108,101,114,116,0,16,0,14,35,102,97,115,99,105,97,45,99,111,111,107,105,101,0,16,0,16,35,102,97,115,99,105,97,45,117,101,45,112,111,112,117,112,0,16,0,18,35,102,97,115,116,45,99,109,112,45,115,101,116,116,105,110,103,115,0,16,0,14,35,102,98,45,99,111,111,107,105,101,45,108,97,119,0,16,0,17,35,102,98,45,112,105,120,101,108,45,99,111,110,115,101,110,116,0,16,0,24,35,102,99,45,99,111,111,107,105,101,115,45,110,111,116,105,102,105,99,97,116,105,111,110,0,16,0,9,35,102,99,67,111,111,107,105,101,0,16,0,15,35,102,99,99,67,111,111,107,105,101,77,111,100,97,108,0,16,0,9,35,102,99,111,45,103,100,112,114,0,16,0,14,35,102,99,111,45,103,100,112,114,45,109,97,115,107,0,16,0,21,35,102,100,45,110,111,116,101,115,45,116,111,112,45,99,111,111,107,105,101,115,0,16,0,18,35,102,100,67,111,111,107,105,101,76,97,119,66,97,110,110,101,114,0,16,0,8,35,102,100,105,104,45,99,98,0,16,0,25,35,102,100,105,104,95,99,111,111,107,105,101,98,97,100,103,101,95,119,114,97,112,112,101,114,0,16,0,19,35,102,100,106,84,114,97,99,107,101,114,115,67,111,110,115,101,110,116,0,16,0,23,35,102,101,97,116,117,114,101,95,112,114,105,118,97,99,121,45,110,111,116,105,99,101,0,16,0,19,35,102,101,109,117,110,100,111,45,99,111,111,107,105,101,45,98,97,114,0,16,0,25,35,102,103,95,99,111,111,107,105,101,95,112,108,117,103,105,110,95,103,101,110,101,114,97,108,0,16,0,11,35,102,104,98,45,99,111,111,107,105,101,0,16,0,15,35,102,104,114,45,99,111,111,107,105,101,45,98,97,114,0,16,0,18,35,102,104,119,95,99,111,111,107,105,101,104,105,110,119,101,105,115,0,16,0,17,35,102,105,45,99,111,111,107,105,101,99,111,110,115,101,110,116,0,16,0,12,35,102,105,108,116,101,114,95,103,100,112,114,0,16,0,16,35,102,105,114,115,116,76,111,103,78,97,110,111,98,97,114,0,16,0,16,35,102,105,114,115,116,84,105,109,101,67,111,111,107,105,101,0,16,0,17,35,102,105,116,45,99,111,111,107,105,101,87,97,108,108,73,100,0,16,0,13,35,102,105,120,101,100,45,99,111,111,107,105,101,0,16,0,15,35,102,105,120,101,100,67,111,111,107,105,101,66,97,114,0,16,0,13,35,102,105,120,101,100,67,111,111,107,105,101,115,0,16,0,9,35,102,107,45,116,101,114,109,115,0,16,0,13,35,102,108,97,103,45,99,111,111,107,105,101,115,0,16,0,13,35,102,108,97,115,104,45,99,111,111,107,105,101,0,16,0,20,35,102,108,97,115,104,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,16,0,13,35,102,108,97,115,104,67,111,111,107,105,101,115,0,16,0,21,35,102,108,97,115,104,109,101,115,115,97,103,101,45,99,111,111,107,105,101,115,0,16,0,23,35,102,108,101,120,105,98,111,111,107,95,99,111,111,107,105,101,95,108,97,121,101,114,0,16,0,16,35,102,108,111,97,116,105,110,103,95,99,111,111,107,105,101,0,16,0,13,35,102,108,120,67,111,111,107,105,101,66,97,114,0,16,0,23,35,102,108,120,67,111,111,107,105,101,67,111,110,116,114,111,108,67,111,114,110,101,114,0,16,0,15,35,102,111,67,111,111,107,105,101,78,111,116,105,99,101,0,16,0,20,35,102,111,110,100,111,45,97,118,105,115,111,45,99,111,111,107,105,101,115,0,16,0,20,35,102,111,110,100,111,95,97,118,105,115,111,95,99,111,111,107,105,101,115,0,16,0,14,35,102,111,110,100,111,95,99,111,111,107,105,101,115,0,16,0,13,35,102,111,110,116,111,95,111,115,99,117,114,111,0,16,0,16,35,102,111,111,100,102,111,111,100,95,99,111,111,107,105,101,0,16,0,23,35,102,111,111,100,105,102,121,45,112,114,111,45,99,111,111,107,105,101,45,105,102,121,0,16,0,12,35,102,111,111,116,95,99,111,111,107,105,101,0,16,0,24,35,102,111,111,116,101,114,32,62,32,35,99,111,111,107,105,101,67,111,110,115,101,110,116,0,16,0,18,35,102,111,111,116,101,114,32,62,32,35,99,111,111,107,105,101,115,0,16,0,18,35,102,111,111,116,101,114,32,62,32,46,99,111,111,107,105,101,115,0,16,0,18,35,102,111,111,116,101,114,45,99,110,105,108,45,115,112,97,99,101,0,16,0,14,35,102,111,111,116,101,114,45,99,111,111,107,105,101,0,16,0,22,35,102,111,111,116,101,114,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,16,0,23,35,102,111,111,116,101,114,45,99,111,111,107,105,101,45,105,110,102,111,45,98,97,114,0,16,0,20,35,102,111,111,116,101,114,45,99,111,111,107,105,101,45,105,116,108,97,119,0,16,0,20,35,102,111,111,116,101,114,45,99,111,111,107,105,101,45,108,97,121,101,114,0,16,0,21,35,102,111,111,116,101,114,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,16,0,23,35,102,111,111,116,101,114,45,99,111,111,107,105,101,45,110,111,116,105,102,105,101,114,0,16,0,21,35,102,111,111,116,101,114,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,16,0,20,35,102,111,111,116,101,114,45,99,111,111,107,105,101,45,112,111,112,117,112,0,16,0,15,35,102,111,111,116,101,114,45,99,111,111,107,105,101,115,0,16,0,19,35,102,111,111,116,101,114,45,99,111,111,107,105,101,115,45,100,105,118,0,16,0,23,35,102,111,111,116,101,114,45,99,111,111,107,105,101,117,115,101,45,98,108,111,99,107,0,16,0,12,35,102,111,111,116,101,114,45,103,100,112,114,0,16,0,16,35,102,111,111,116,101,114,45,103,100,112,114,45,98,111,120,0,16,0,20,35,102,111,111,116,101,114,45,103,100,112,114,45,119,114,97,112,112,101,114,0,16,0,12,35,102,111,111,116,101,114,45,108,103,112,100,0,16,0,9,35,102,111,111,116,101,114,67,107,0,16,0,13,35,102,111,111,116,101,114,67,111,111,107,105,101,0,16,0,27,35,102,111,111,116,101,114,67,111,111,107,105,101,65,108,101,114,116,67,111,110,116,97,105,110,101,114,0,16,0,20,35,102,111,111,116,101,114,67,111,111,107,105,101,65,114,116,105,99,108,101,0,16,0,16,35,102,111,111,116,101,114,67,111,111,107,105,101,66,97,114,0,16,0,22,35,102,111,111,116,101,114,67,111,111,107,105,101,68,105,114,101,99,116,105,118,101,0,16,0,19,35,102,111,111,116,101,114,67,111,111,107,105,101,78,111,116,105,99,101,0,16,0,19,35,102,111,111,116,101,114,67,111,111,107,105,101,80,111,108,105,99,121,0,16,0,19,35,102,111,111,116,101,114,67,111,111,107,105,101,97,99,99,101,112,116,0,16,0,14,35,102,111,111,116,101,114,67,111,111,107,105,101,115,0,16,0,16,35,102,111,111,116,101,114,71,100,112,114,77,111,100,97,108,0,16,0,27,35,102,111,111,116,101,114,95,97,103,114,101,101,80,114,105,118,97,99,121,67,111,111,107,105,101,115,0,16,0,37,35,102,111,111,116,101,114,95,98,111,116,116,111,109,95,102,108,111,97,116,105,110,103,95,108,105,110,101,95,95,99,111,111,107,105,101,115,0,16,0,12,35,102,111,111,116,101,114,95,99,111,111,107,0,16,0,14,35,102,111,111,116,101,114,95,99,111,111,107,105,101,0,16,0,24,35,102,111,111,116,101,114,95,99,111,111,107,105,101,95,98,97,114,95,98,108,111,99,107,0,16,0,15,35,102,111,111,116,101,114,95,99,111,111,107,105,101,115,0,16,0,30,35,102,111,111,116,101,114,95,99,111,111,107,105,101,115,95,98,97,110,110,101,114,95,119,114,97,112,112,101,114,0,16,0,17,35,102,111,111,116,101,114,95,99,111,111,107,105,101,115,95,111,0,16,0,18,35,102,111,111,116,101,114,95,116,99,95,112,114,105,118,97,99,121,0,16,0,13,35,102,111,111,116,101,114,99,111,111,107,105,101,0,16,0,23,35,102,111,111,116,101,114,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,16,0,14,35,102,111,111,116,101,114,99,111,111,107,105,101,115,0,16,0,15,35,102,111,111,116,109,101,115,115,99,111,111,107,105,101,0,16,0,14,35,102,111,114,109,95,67,111,111,107,105,101,79,75,0,16,0,12,35,102,111,114,109,95,99,111,111,107,105,101,0,16,0,21,35,102,111,114,109,95,99,111,111,107,105,101,115,95,119,114,97,112,112,101,114,0,16,0,38,35,102,111,114,109,97,108,65,103,114,101,101,109,101,110,116,77,111,100,97,108,32,126,32,35,109,111,100,97,108,66,97,99,107,100,114,111,112,0,16,0,34,35,102,111,114,109,97,108,65,103,114,101,101,109,101,110,116,77,111,100,97,108,46,99,117,115,116,111,109,45,109,111,100,97,108,0,16,0,22,35,102,111,120,105,102,121,45,112,114,111,45,99,111,111,107,105,101,45,105,102,121,0,16,0,18,35,102,112,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,16,0,17,35,102,112,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,16,0,12,35,102,112,45,103,100,112,114,45,98,97,114,0,16,0,26,35,102,112,95,99,111,111,107,105,101,77,101,115,115,97,103,101,67,111,110,116,97,105,110,101,114,0,16,0,20,35,102,114,51,101,120,45,99,111,111,107,105,101,119,97,114,110,105,110,103,0,16,0,17,35,102,114,95,99,111,111,107,105,101,77,101,115,115,97,103,101,0,16,0,16,35,102,114,95,99,111,111,107,105,101,95,97,108,101,114,116,0,16,0,20,35,102,114,95,99,111,111,107,105,101,95,99,111,110,116,97,105,110,101,114,0,16,0,13,35,102,114,97,109,101,45,99,111,111,107,105,101,0,16,0,16,35,102,114,97,109,101,67,111,111,107,105,101,115,66,111,120,0,16,0,11,35,102,114,97,109,101,97,118,105,115,111,0,16,0,24,35,102,114,97,109,101,119,111,114,107,95,99,111,111,107,105,101,119,97,114,110,105,110,103,0,16,0,22,35,102,114,111,110,116,45,110,111,45,99,111,111,107,105,101,115,45,119,97,114,110,0,16,0,30,35,102,114,111,115,109,111,45,99,111,111,107,105,101,45,110,111,116,105,102,45,99,111,110,116,97,105,110,101,114,0,16,0,17,35,102,115,45,99,111,111,107,105,101,119,97,114,110,105,110,103,0,16,0,13,35,102,115,67,111,111,107,78,84,114,97,99,107,0,16,0,20,35,102,115,95,99,111,111,107,105,101,95,99,111,110,116,97,105,110,101,114,0,16,0,11,35,102,116,102,97,99,111,111,107,105,101,0,16,0,12,35,102,116,114,45,99,111,111,107,105,101,115,0,16,0,18,35,102,117,99,107,105,110,103,45,101,117,45,99,111,111,107,105,101,0,16,0,21,35,102,117,108,108,45,99,111,110,116,101,110,116,45,99,111,111,107,105,101,115,0,16,0,18,35,102,117,116,117,114,101,45,99,111,111,107,105,101,45,98,97,114,0,16,0,10,35,102,118,45,99,111,111,107,105,101,0,16,0,15,35,102,119,67,111,111,107,105,101,66,97,110,110,101,114,0,16,0,10,35,102,119,95,99,111,111,107,105,101,0,16,0,18,35,102,119,95,99,111,111,107,105,101,115,95,111,112,116,111,117,116,0,16,0,18,35,102,120,67,111,111,107,105,101,73,110,102,111,76,97,121,101,114,0,16,0,22,35,102,120,67,111,111,107,105,101,73,110,102,111,87,105,110,100,111,119,66,111,120,0,16,0,17,35,103,52,99,111,111,107,105,101,115,45,98,97,110,110,101,114,0,16,0,19,35,103,80,114,105,118,97,99,121,80,97,110,101,108,70,114,97,109,101,0,16,0,15,35,103,83,101,114,118,105,99,101,67,111,111,107,105,101,0,16,0,21,35,103,95,99,111,111,107,105,101,78,111,116,105,102,105,99,97,116,105,111,110,0,16,0,25,35,103,97,45,99,111,111,107,105,101,45,112,111,108,105,99,121,45,119,114,97,112,112,101,114,0,16,0,14,35,103,97,98,67,111,111,107,105,101,78,111,116,101,0,16,0,19,35,103,97,98,97,114,105,116,95,99,110,105,108,99,111,111,107,105,101,0,16,0,16,35,103,97,99,111,111,107,105,101,109,101,115,115,97,103,101,0,16,0,15,35,103,97,100,103,101,116,45,99,111,111,107,105,101,115,0,16,0,13,35,103,97,109,105,103,111,67,111,111,107,105,101,0,16,0,12,35,103,97,110,95,112,114,105,118,97,99,121,0,16,0,22,35,103,97,110,116,45,99,111,111,107,105,101,45,108,97,119,45,109,111,100,97,108,0,16,0,20,35,103,97,114,110,105,101,114,45,99,111,111,107,105,101,45,105,110,102,111,0,16,0,22,35,103,97,114,114,97,109,112,97,45,99,111,111,107,105,101,110,111,116,105,99,101,0,16,0,22,35,103,98,45,99,111,110,115,101,110,116,45,109,97,110,97,103,101,109,101,110,116,0,16,0,10,35,103,98,95,99,99,95,98,97,114,0,16,0,19,35,103,98,95,115,109,95,110,111,116,105,102,105,99,97,116,105,111,110,0,16,0,25,35,103,98,99,45,99,111,111,107,105,101,45,100,105,114,101,99,116,105,118,101,45,116,111,112,0,16,0,9,35,103,98,99,111,111,107,105,101,0,16,0,9,35,103,98,112,108,95,111,98,97,0,16,0,12,35,103,98,116,101,99,99,111,111,107,105,101,0,16,0,25,35,103,99,95,99,111,111,107,105,101,95,99,111,110,115,101,110,116,95,98,97,110,110,101,114,0,16,0,29,35,103,99,95,119,101,98,95,117,115,101,114,95,97,108,108,111,119,95,99,111,111,107,105,101,95,98,111,120,0,16,0,16,35,103,99,99,111,111,107,105,101,109,101,115,115,97,103,101,0,16,0,20,35,103,99,109,115,95,99,111,111,107,105,101,95,109,97,110,97,103,101,114,0,16,0,18,35,103,100,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,16,0,13,35,103,100,45,99,111,111,107,105,101,98,97,114,0,16,0,28,35,103,100,99,45,99,111,110,116,97,105,110,101,114,46,103,100,99,45,99,111,110,116,97,105,110,101,114,0,16,0,19,35,103,100,99,45,99,111,111,107,105,101,83,101,116,116,105,110,103,115,0,16,0,12,35,103,100,112,114,45,45,108,105,115,116,97,0,16,0,16,35,103,100,112,114,45,97,99,99,101,112,116,97,110,99,101,0,16,0,15,35,103,100,112,114,45,97,103,114,101,101,109,101,110,116,0,16,0,23,35,103,100,112,114,45,97,103,114,101,101,109,101,110,116,45,119,114,97,112,112,101,114,0,16,0,11,35,103,100,112,114,45,97,108,101,114,116,0,16,0,12,35,103,100,112,114,45,98,97,110,110,101,114,0,16,0,31,35,103,100,112,114,45,98,97,110,110,101,114,45,98,108,117,114,114,101,100,45,98,97,99,107,103,114,111,117,110,100,0,16,0,22,35,103,100,112,114,45,98,97,110,110,101,114,45,99,111,109,112,111,110,101,110,116,0,16,0,19,35,103,100,112,114,45,98,97,110,110,101,114,45,109,111,100,117,108,101,0,16,0,20,35,103,100,112,114,45,98,97,110,110,101,114,45,119,114,97,112,112,101,114,0,16,0,9,35,103,100,112,114,45,98,97,114,0,16,0,11,35,103,100,112,114,45,98,108,111,99,107,0,16,0,27,35,103,100,112,114,45,98,108,111,99,107,105,110,103,45,112,97,103,101,45,111,118,101,114,108,97,121,0,16,0,12,35,103,100,112,114,45,98,111,116,116,111,109,0,16,0,19,35,103,100,112,114,45,98,111,116,116,111,109,45,98,97,110,110,101,114,0,16,0,29,35,103,100,112,114,45,98,111,116,116,111,109,45,98,97,110,110,101,114,45,99,111,110,116,97,105,110,101,114,0,16,0,9,35,103,100,112,114,45,98,111,120,0,16,0,32,35,103,100,112,114,45,98,116,110,58,110,111,116,40,98,117,116,116,111,110,41,58,110,111,116,40,105,110,112,117,116,41,0,16,0,15,35,103,100,112,114,45,99,104,97,108,108,101,110,103,101,0,16,0,13,35,103,100,112,114,45,99,111,110,102,105,114,109,0,16,0,20,35,103,100,112,114,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,0,16,0,17,35,103,100,112,114,45,99,111,110,115,101,110,116,45,98,111,120,0,16,0,23,35,103,100,112,114,45,99,111,110,115,101,110,116,45,99,111,110,116,97,105,110,101,114,0,16,0,26,35,103,100,112,114,45,99,111,110,115,101,110,116,45,102,111,114,109,45,119,114,97,112,112,101,114,0,16,0,20,35,103,100,112,114,45,99,111,110,115,101,110,116,45,104,111,108,100,101,114,0,16,0,19,35,103,100,112,114,45,99,111,110,115,101,110,116,45,112,111,112,117,112,0,16,0,21,35,103,100,112,114,45,99,111,110,115,101,110,116,45,119,114,97,112,112,101,114,0,16,0,15,35,103,100,112,114,45,99,111,110,116,97,105,110,101,114,0,16,0,32,35,103,100,112,114,45,99,111,110,116,97,105,110,101,114,45,98,97,99,107,103,114,111,117,110,100,45,102,105,120,101,100,0,16,0,12,35,103,100,112,114,45,99,111,111,107,105,101,0,16,0,23,35,103,100,112,114,45,99,111,111,107,105,101,45,98,97,99,107,103,114,111,117,110,100,0,16,0,19,35,103,100,112,114,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,16,0,29,35,103,100,112,114,45,99,111,111,107,105,101,45,98,97,110,110,101,114,45,99,111,110,116,97,105,110,101,114,0,16,0,16,35,103,100,112,114,45,99,111,111,107,105,101,45,98,97,114,0,16,0,18,35,103,100,112,114,45,99,111,111,107,105,101,45,98,108,111,99,107,0,16,0,26,35,103,100,112,114,45,99,111,111,107,105,101,45,98,108,111,99,107,101,100,45,108,97,121,101,114,0,16,0,20,35,103,100,112,114,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,16,0,24,35,103,100,112,114,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,98,97,114,0,16,0,26,35,103,100,112,114,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,112,111,112,117,112,0,16,0,23,35,103,100,112,114,45,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,0,16,0,19,35,103,100,112,114,45,99,111,111,107,105,101,45,102,111,111,116,101,114,0,16,0,17,35,103,100,112,114,45,99,111,111,107,105,101,45,104,105,110,116,0,16,0,17,35,103,100,112,114,45,99,111,111,107,105,101,45,105,110,102,111,0,16,0,16,35,103,100,112,114,45,99,111,111,107,105,101,45,108,97,119,0,16,0,20,35,103,100,112,114,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,0,16,0,30,35,103,100,112,114,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,45,99,111,110,116,97,105,110,101,114,0,16,0,28,35,103,100,112,114,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,45,111,118,101,114,108,97,121,0,16,0,19,35,103,100,112,114,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,16,0,18,35,103,100,112,114,45,99,111,111,107,105,101,45,110,111,116,105,102,0,16,0,20,35,103,100,112,114,45,99,111,111,107,105,101,45,111,118,101,114,108,97,121,0,16,0,19,35,103,100,112,114,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,16,0,16,35,103,100,112,114,45,99,111,111,107,105,101,45,114,111,119,0,16,0,17,35,103,100,112,114,45,99,111,111,107,105,101,45,119,97,108,108,0,16,0,18,35,103,100,112,114,45,99,111,111,107,105,101,78,111,116,105,99,101,0,16,0,13,35,103,100,112,114,45,99,111,111,107,105,101,115,0,16,0,18,35,103,100,112,114,45,99,111,111,107,105,101,115,45,102,111,114,109,0,16,0,20,35,103,100,112,114,45,99,111,111,107,105,101,115,45,110,111,116,105,99,101,0,16,0,11,35,103,100,112,114,45,99,111,118,101,114,0,16,0,12,35,103,100,112,114,45,100,105,97,108,111,103,0,16,0,16,35,103,100,112,114,45,100,105,115,99,108,97,105,109,101,114,0,16,0,12,35,103,100,112,114,45,102,105,108,116,101,114,0,16,0,12,35,103,100,112,114,45,102,111,111,116,101,114,0,16,0,12,35,103,100,112,114,45,104,101,97,100,101,114,0,16,0,26,35,103,100,112,114,45,105,101,115,76,120,122,45,99,111,111,107,105,101,45,99,97,110,118,97,115,0,16,0,27,35,103,100,112,114,45,105,101,115,76,120,122,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,0,16,0,20,35,103,100,112,114,45,105,110,102,111,45,99,111,110,116,97,105,110,101,114,0,16,0,12,35,103,100,112,114,45,105,115,45,102,117,110,0,16,0,9,35,103,100,112,114,45,108,97,119,0,16,0,13,35,103,100,112,114,45,109,97,110,97,103,101,114,0,16,0,13,35,103,100,112,114,45,109,101,115,115,97,103,101,0,16,0,19,35,103,100,112,114,45,109,101,115,115,97,103,101,45,109,111,100,97,108,0,16,0,18,35,103,100,112,114,45,109,111,100,97,108,45,98,111,116,116,111,109,0,16,0,15,35,103,100,112,114,45,109,111,100,97,108,45,98,111,120,0,16,0,21,35,103,100,112,114,45,109,111,100,97,108,45,99,111,110,116,97,105,110,101,114,0,16,0,25,35,103,100,112,114,45,109,111,100,97,108,45,99,111,110,116,97,105,110,101,114,45,110,101,119,0,16,0,12,35,103,100,112,114,45,110,97,118,98,97,114,0,16,0,19,35,103,100,112,114,45,110,101,119,45,99,111,110,116,97,105,110,101,114,0,16,0,12,35,103,100,112,114,45,110,111,116,105,99,101,0,16,0,22,35,103,100,112,114,45,110,111,116,105,99,101,45,99,111,110,116,97,105,110,101,114,0,16,0,18,35,103,100,112,114,45,110,111,116,105,102,105,99,97,116,105,111,110,0,16,0,14,35,103,100,112,114,45,110,111,116,105,102,105,101,114,0,16,0,7,35,103,100,112,114,45,111,0,16,0,19,35,103,100,112,114,45,111,112,116,105,110,45,115,101,99,116,105,111,110,0,16,0,13,35,103,100,112,114,45,111,112,116,105,111,110,115,0,16,0,13,35,103,100,112,114,45,111,118,101,114,108,97,121,0,16,0,19,35,103,100,112,114,45,112,111,108,105,99,121,45,110,97,118,98,97,114,0,16,0,9,35,103,100,112,114,45,112,111,112,0,16,0,11,35,103,100,112,114,45,112,111,112,117,112,0,16,0,21,35,103,100,112,114,45,112,111,112,117,112,45,99,111,110,116,97,105,110,101,114,0,16,0,19,35,103,100,112,114,45,112,114,105,118,97,99,121,45,115,116,114,105,112,0,16,0,12,35,103,100,112,114,45,114,101,103,105,111,110,0,16,0,12,35,103,100,112,114,45,115,99,114,101,101,110,0,16,0,12,35,103,100,112,114,45,115,99,114,105,112,116,0,16,0,13,35,103,100,112,114,45,115,101,99,116,105,111,110,0,16,0,19,35,103,100,112,114,45,115,116,105,99,107,121,45,98,97,110,110,101,114,0,16,0,13,35,103,100,112,114,45,116,111,111,108,116,105,112,0,16,0,7,35,103,100,112,114,45,119,0,16,0,19,35,103,100,112,114,45,119,97,114,100,101,110,45,98,97,110,110,101,114,0,16,0,13,35,103,100,112,114,45,119,97,114,110,105,110,103,0,16,0,12,35,103,100,112,114,45,119,105,100,103,101,116,0,16,0,13,35,103,100,112,114,45,119,114,97,112,112,101,114,0,16,0,9,35,103,100,112,114,45,119,114,112,0,16,0,14,35,103,100,112,114,46,109,45,97,99,116,105,118,101,0,16,0,9,35,103,100,112,114,46,114,111,119,0,16,0,11,35,103,100,112,114,49,65,108,101,114,116,0,16,0,13,35,103,100,112,114,50,48,49,56,48,56,50,57,0,16,0,11,35,103,100,112,114,65,99,99,101,112,116,0,16,0,10,35,103,100,112,114,65,103,114,101,101,0,16,0,10,35,103,100,112,114,65,108,101,114,116,0,16,0,19,35,103,100,112,114,65,110,100,67,67,80,65,77,101,115,115,97,103,101,0,16,0,9,35,103,100,112,114,66,97,110,100,0,16,0,11,35,103,100,112,114,66,97,110,110,101,114,0,16,0,8,35,103,100,112,114,66,97,114,0,16,0,9,35,103,100,112,114,66,110,110,114,0,16,0,16,35,103,100,112,114,66,111,116,116,111,109,76,97,121,101,114,0,16,0,8,35,103,100,112,114,66,111,120,0,16,0,11,35,103,100,112,114,67,101,110,116,101,114,0,16,0,21,35,103,100,112,114,67,111,109,112,108,105,97,110,99,101,66,97,110,110,101,114,0,16,0,14,35,103,100,112,114,67,111,109,112,111,110,101,110,116,0,16,0,18,35,103,100,112,114,67,111,110,115,101,110,116,80,114,111,109,112,116,0,16,0,14,35,103,100,112,114,67,111,110,116,97,105,110,101,114,0,16,0,11,35,103,100,112,114,67,111,111,107,105,101,0,16,0,17,35,103,100,112,114,67,111,111,107,105,101,66,97,110,110,101,114,0,16,0,25,35,103,100,112,114,67,111,111,107,105,101,66,97,110,110,101,114,45,45,99,117,115,116,111,109,0,16,0,32,35,103,100,112,114,67,111,111,107,105,101,67,111,110,115,101,110,116,77,97,110,97,103,101,100,83,117,109,109,97,114,121,0,16,0,14,35,103,100,112,114,67,111,111,107,105,101,76,97,119,0,16,0,17,35,103,100,112,114,67,111,111,107,105,101,80,111,108,105,99,121,0,16,0,16,35,103,100,112,114,67,111,111,107,105,101,80,111,112,117,112,0,16,0,15,35,103,100,112,114,67,111,111,107,105,101,87,114,97,112,0,16,0,24,35,103,100,112,114,67,111,111,107,105,101,109,77,97,110,97,103,101,114,77,111,100,97,108,0,16,0,11,35,103,100,112,114,68,105,97,108,111,103,0,16,0,8,35,103,100,112,114,68,105,118,0,16,0,11,35,103,100,112,114,72,101,97,100,101,114,0,16,0,13,35,103,100,112,114,76,80,68,105,97,108,111,103,0,16,0,19,35,103,100,112,114,76,80,68,105,97,108,111,103,95,109,111,100,97,108,0,16,0,22,35,103,100,112,114,76,101,103,97,108,78,111,116,105,102,105,99,97,116,105,111,110,0,16,0,12,35,103,100,112,114,77,101,115,115,97,103,101,0,16,0,11,35,103,100,112,114,78,111,116,105,99,101,0,16,0,17,35,103,100,112,114,78,111,116,105,102,105,99,97,116,105,111,110,0,16,0,10,35,103,100,112,114,80,111,112,117,112,0,16,0,11,35,103,100,112,114,82,105,98,98,111,110,0,16,0,12,35,103,100,112,114,84,114,101,97,116,101,100,0,16,0,17,35,103,100,112,114,86,120,67,111,110,115,101,110,116,66,97,114,0,16,0,12,35,103,100,112,114,87,97,114,110,105,110,103,0,16,0,11,35,103,100,112,114,87,105,110,100,111,119,0,16,0,12,35,103,100,112,114,87,114,97,112,112,101,114,0,16,0,30,35,103,100,112,114,91,100,97,116,97,45,99,111,111,107,105,101,115,45,112,111,108,105,99,121,45,117,114,108,93,0,16,0,12,35,103,100,112,114,95,97,99,99,101,112,116,0,16,0,15,35,103,100,112,114,95,97,99,99,101,112,116,105,111,110,0,16,0,11,35,103,100,112,114,95,97,103,114,101,101,0,16,0,10,35,103,100,112,114,95,97,114,101,97,0,16,0,7,35,103,100,112,114,95,98,0,16,0,12,35,103,100,112,114,95,98,97,110,110,101,114,0,16,0,9,35,103,100,112,114,95,98,97,114,0,16,0,14,35,103,100,112,114,95,98,97,114,114,101,116,116,97,0,16,0,11,35,103,100,112,114,95,98,97,115,105,99,0,16,0,9,35,103,100,112,114,95,98,111,120,0,16,0,9,35,103,100,112,114,95,99,110,116,0,16,0,24,35,103,100,112,114,95,99,111,109,112,108,105,97,110,99,101,95,119,114,97,112,112,101,114,0,16,0,13,35,103,100,112,114,95,99,111,110,115,101,110,116,0,16,0,20,35,103,100,112,114,95,99,111,110,115,101,110,116,95,98,97,110,110,101,114,0,16,0,22,35,103,100,112,114,95,99,111,110,115,101,110,116,95,100,105,97,108,111,103,117,101,0,16,0,15,35,103,100,112,114,95,99,111,110,116,97,105,110,101,114,0,16,0,12,35,103,100,112,114,95,99,111,111,107,105,101,0,16,0,19,35,103,100,112,114,95,99,111,111,107,105,101,45,110,111,116,105,99,101,0,16,0,19,35,103,100,112,114,95,99,111,111,107,105,101,95,98,97,110,110,101,114,0,16,0,17,35,103,100,112,114,95,99,111,111,107,105,101,95,108,105,110,101,0,16,0,18,35,103,100,112,114,95,99,111,111,107,105,101,95,109,111,100,97,108,0,16,0,19,35,103,100,112,114,95,99,111,111,107,105,101,95,110,111,116,105,99,101,0,16,0,18,35,103,100,112,114,95,99,111,111,107,105,101,95,112,111,112,117,112,0,16,0,13,35,103,100,112,114,95,99,111,111,107,105,101,115,0,16,0,14,35,103,100,112,114,95,100,105,97,108,111,103,117,101,0,16,0,11,35,103,100,112,114,95,102,108,111,97,116,0,16,0,20,35,103,100,112,114,95,104,101,97,100,101,114,95,119,114,97,112,112,101,114,0,16,0,8,35,103,100,112,114,95,105,112,0,16,0,10,35,103,100,112,114,95,108,105,110,107,0,16,0,13,35,103,100,112,114,95,109,101,115,115,97,103,101,0,16,0,11,35,103,100,112,114,95,109,111,100,97,108,0,16,0,9,35,103,100,112,114,95,110,97,118,0,16,0,12,35,103,100,112,114,95,110,111,116,105,99,101,0,16,0,14,35,103,100,112,114,95,111,118,101,114,102,108,111,119,0,16,0,13,35,103,100,112,114,95,111,118,101,114,108,97,121,0,16,0,11,35,103,100,112,114,95,112,97,110,101,108,0,16,0,17,35,103,100,112,114,95,112,108,97,99,101,104,111,108,100,101,114,0,16,0,19,35,103,100,112,114,95,112,111,112,95,99,111,110,116,97,105,110,101,114,0,16,0,11,35,103,100,112,114,95,112,111,112,105,110,0,16,0,11,35,103,100,112,114,95,112,111,112,117,112,0,16,0,14,35,103,100,112,114,95,112,111,112,117,112,95,98,103,0,16,0,21,35,103,100,112,114,95,112,111,112,117,112,95,99,111,110,116,97,105,110,101,114,0,16,0,25,35,103,100,112,114,95,117,115,101,114,95,99,111,110,115,101,110,116,95,98,97,110,110,101,114,0,16,0,15,35,103,100,112,114,95,118,101,114,121,102,105,114,115,116,0,16,0,21,35,103,100,112,114,95,118,101,114,121,102,105,114,115,116,95,108,97,121,101,114,0,16,0,11,35,103,100,112,114,98,97,110,110,101,114,0,16,0,8,35,103,100,112,114,98,97,114,0,16,0,7,35,103,100,112,114,98,120,0,16,0,10,35,103,100,112,114,99,95,98,97,114,0,16,0,12,35,103,100,112,114,99,111,110,115,101,110,116,0,16,0,11,35,103,100,112,114,99,111,111,107,105,101,0,16,0,16,35,103,100,112,114,99,111,111,107,105,101,97,108,101,114,116,0,16,0,16,35,103,100,112,114,99,111,111,107,105,101,112,111,112,117,112,0,16,0,15,35,103,100,112,114,100,105,115,99,108,97,105,109,101,114,0,16,0,10,35,103,100,112,114,112,111,112,117,112,0,16,0,11,35,103,100,112,114,112,114,111,109,112,116,0,16,0,11,35,103,100,112,114,115,116,105,99,107,121,0,16,0,12,35,103,100,112,114,119,97,114,110,105,110,103,0,16,0,20,35,103,100,114,112,45,98,111,116,116,111,109,45,109,101,115,115,97,103,101,0,16,0,19,35,103,100,114,112,45,99,111,111,107,105,101,111,118,101,114,108,97,121,0,16,0,13,35,103,100,114,112,45,119,114,97,112,112,101,114,0,16,0,17,35,103,100,114,112,78,111,116,105,102,105,99,97,116,105,111,110,0,16,0,11,35,103,100,115,45,99,111,111,107,105,101,0,16,0,16,35,103,100,121,99,110,95,99,111,110,116,97,105,110,101,114,0,16,0,11,35,103,101,108,45,99,111,111,107,105,101,0,16,0,18,35,103,101,108,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,16,0,21,35,103,101,110,105,101,109,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,16,0,18,35,103,101,110,105,117,109,45,99,111,111,107,105,101,45,98,97,114,0,16,0,20,35,103,101,116,73,110,95,99,111,111,107,105,101,95,110,111,116,105,99,101,0,16,0,26,35,103,102,107,108,95,111,112,116,95,105,110,95,99,111,111,107,105,101,95,98,97,110,110,101,114,0,16,0,11,35,103,104,45,99,111,111,107,105,101,98,0,16,0,17,35,103,104,99,111,111,107,105,101,45,119,114,97,112,112,101,114,0,16,0,17,35,103,104,111,115,116,101,114,121,45,99,111,110,115,101,110,116,0,16,0,14,35,103,107,45,99,111,111,107,105,101,45,108,97,119,0,16,0,22,35,103,108,100,95,98,97,115,101,95,99,111,111,107,105,101,95,98,114,101,118,101,0,16,0,16,35,103,108,100,95,99,111,111,107,105,101,95,102,108,97,103,0,16,0,21,35,103,108,111,98,97,108,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,16,0,19,35,103,108,111,98,97,108,45,99,111,111,107,105,101,45,105,110,102,111,0,16,0,22,35,103,108,111,98,97,108,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,0,16,0,22,35,103,108,111,98,97,108,45,99,111,111,107,105,101,115,45,98,97,110,110,101,114,0,16,0,21,35,103,108,111,98,97,108,45,99,111,111,107,105,101,119,97,114,110,105,110,103,0,16,0,23,35,103,108,111,98,97,108,45,109,101,115,115,97,103,101,45,99,111,111,107,105,101,115,0,16,0,16,35,103,108,111,98,97,108,67,111,111,107,105,101,66,97,114,0,16,0,14,35,103,108,111,98,97,108,67,111,111,107,105,101,115,0,16,0,29,35,103,108,111,98,97,108,95,100,101,102,97,117,108,116,95,99,111,111,107,105,101,95,112,111,108,105,99,121,0,16,0,19,35,103,108,111,119,67,111,111,107,105,101,115,45,98,97,110,110,101,114,0,16,0,10,35,103,109,45,99,111,111,107,105,101,0,16,0,11,35,103,109,45,99,111,111,107,105,101,115,0,16,0,17,35,103,110,45,99,111,111,107,105,101,45,97,99,99,101,112,116,0,16,0,10,35,103,110,99,111,110,115,101,110,116,0,16,0,15,35,103,110,99,111,111,107,105,101,98,97,110,110,101,114,0,16,0,21,35,103,110,101,119,115,45,112,114,111,45,99,111,111,107,105,101,45,105,102,121,0,16,0,20,35,103,111,108,101,109,45,99,111,111,107,105,101,45,97,99,99,101,112,116,0,16,0,18,35,103,111,111,103,108,101,45,112,111,108,105,99,121,45,98,111,120,0,16,0,25,35,103,111,111,103,108,101,95,97,110,97,108,121,116,105,99,115,95,104,105,110,119,101,105,115,0,16,0,21,35,103,112,45,99,111,111,107,105,101,45,97,103,114,101,101,109,101,110,116,115,0,16,0,9,35,103,112,67,111,111,107,105,101,0,16,0,9,35,103,112,99,45,108,103,112,100,0,16,0,25,35,103,112,100,114,58,110,111,116,40,98,111,100,121,41,58,110,111,116,40,104,116,109,108,41,0,16,0,16,35,103,112,100,114,66,97,110,110,101,114,65,115,105,100,101,0,16,0,17,35,103,112,101,45,99,111,111,107,105,101,115,45,119,97,114,110,0,16,0,14,35,103,112,102,45,99,111,111,107,105,101,98,97,114,0,16,0,12,35,103,112,108,45,102,108,97,115,104,101,115,0,16,0,32,35,103,112,115,101,99,67,111,111,107,105,101,73,110,102,111,114,109,97,116,105,111,110,67,111,110,116,97,105,110,101,114,0,16,0,24,35,103,114,45,99,111,111,107,105,101,45,110,111,116,105,99,101,45,98,97,110,110,101,114,0,16,0,21,35,103,114,97,122,101,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,0,16,0,16,35,103,114,100,112,95,98,97,114,114,101,95,109,97,120,105,0,16,0,16,35,103,114,100,112,95,98,97,114,114,101,95,109,105,110,105,0,16,0,26,35,103,114,101,121,45,98,97,114,45,99,111,111,107,105,101,115,45,99,111,110,116,101,110,116,115,0,16,0,26,35,103,114,104,95,99,111,111,107,105,101,45,97,99,99,101,112,116,45,99,111,111,107,105,101,115,0,16,0,23,35,103,114,105,116,116,101,114,45,110,111,116,105,99,101,45,119,114,97,112,112,101,114,0,16,0,31,35,103,114,111,107,105,116,45,99,111,111,107,105,101,115,45,99,111,110,115,101,110,116,45,119,114,97,112,112,101,114,0,16,0,13,35,103,114,112,100,45,99,111,110,115,101,110,116,0,16,0,15,35,103,114,115,78,111,116,105,102,121,83,104,101,108,108,0,16,0,13,35,103,114,117,110,116,121,67,111,111,107,105,101,0,16,0,17,35,103,115,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,16,0,18,35,103,115,45,99,111,111,107,105,101,115,45,114,101,118,105,101,119,0,16,0,12,35,103,115,107,45,99,111,110,115,101,110,116,0,16,0,13,35,103,115,111,105,45,99,111,110,115,101,110,116,0,16,0,16,35,103,116,99,111,111,107,105,101,115,45,109,111,100,97,108,0,16,0,18,35,103,116,99,111,111,107,105,101,115,45,111,118,101,114,108,97,121,0,16,0,19,35,103,116,100,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,16,0,17,35,103,116,109,95,99,111,111,107,105,101,95,112,97,110,101,108,0,16,0,12,35,103,116,109,95,112,114,105,118,97,99,121,0,16,0,21,35,103,117,106,101,109,115,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,16,0,32,35,103,118,101,45,99,111,111,107,105,101,99,111,110,115,101,110,116,45,99,111,110,115,101,110,116,45,112,111,112,117,112,0,16,0,19,35,103,119,95,99,111,111,107,105,101,68,105,114,101,99,116,105,118,101,0,16,0,12,35,103,119,122,45,99,111,111,107,105,101,115,0,16,0,16,35,104,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,16,0,14,35,104,50,52,45,67,111,111,107,105,101,66,97,114,0,16,0,13,35,104,67,111,111,107,105,101,80,97,110,101,108,0,16,0,15,35,104,76,105,98,67,111,111,107,105,101,73,110,102,111,0,16,0,16,35,104,76,105,98,67,111,111,107,105,101,73,110,102,111,50,0,16,0,19,35,104,80,111,108,105,99,121,67,111,111,107,105,101,65,108,101,114,116,0,16,0,19,35,104,97,109,111,110,45,97,108,101,114,116,45,99,111,111,107,105,101,0,16,0,13,35,104,97,109,111,110,45,98,97,110,110,101,114,0,16,0,15,35,104,97,110,45,99,111,111,107,105,101,45,98,97,114,0,16,0,13,35,104,97,112,112,121,99,111,111,107,105,101,115,0,16,0,23,35,104,97,114,100,108,111,111,112,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,16,0,14,35,104,97,118,101,45,97,45,99,111,111,107,105,101,0,16,0,12,35,104,97,118,101,97,99,111,111,107,105,101,0,16,0,19,35,104,97,121,115,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,16,0,11,35,104,98,45,99,99,45,119,114,97,112,0,16,0,22,35,104,98,67,111,111,107,105,101,67,111,110,115,101,110,116,68,105,97,108,111,103,0,16,0,21,35,104,99,95,101,118,116,95,116,111,111,108,116,105,112,95,109,111,100,97,108,0,16,0,15,35,104,99,95,104,117,103,115,95,99,111,111,107,105,101,0,16,0,21,35,104,99,109,95,99,111,111,107,105,101,95,99,111,110,116,97,105,110,101,114,0,16,0,17,35,104,100,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,16,0,18,35,104,100,103,45,99,111,111,107,105,101,45,97,99,99,101,112,116,0,16,0,21,35,104,101,97,100,45,98,97,114,45,99,111,111,107,105,101,45,105,110,102,111,0,16,0,17,35,104,101,97,100,67,111,111,107,105,101,65,99,99,101,112,116,0,16,0,12,35,104,101,97,100,95,99,111,111,107,105,101,0,16,0,16,35,104,101,97,100,98,97,110,100,45,99,111,111,107,105,101,0,16,0,17,35,104,101,97,100,98,97,110,100,95,99,111,111,107,105,101,115,0,16,0,15,35,104,101,97,100,101,114,45,99,111,111,99,107,105,101,0,16,0,14,35,104,101,97,100,101,114,45,99,111,111,107,105,101,0,16,0,18,35,104,101,97,100,101,114,45,99,111,111,107,105,101,45,98,97,114,0,16,0,18,35,104,101,97,100,101,114,45,99,111,111,107,105,101,45,108,97,119,0,16,0,21,35,104,101,97,100,101,114,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,16,0,22,35,104,101,97,100,101,114,45,99,111,111,107,105,101,108,97,119,45,102,111,114,109,0,16,0,15,35,104,101,97,100,101,114,45,99,111,111,107,105,101,115,0,16,0,12,35,104,101,97,100,101,114,45,103,100,112,114,0,16,0,19,35,104,101,97,100,101,114,45,105,110,102,111,45,99,111,111,107,105,101,0,16,0,13,35,104,101,97,100,101,114,67,111,111,107,105,101,0,16,0,17,35,104,101,97,100,101,114,67,111,111,107,105,101,65,114,101,97,0,16,0,16,35,104,101,97,100,101,114,67,111,111,107,105,101,76,97,119,0,16,0,14,35,104,101,97,100,101,114,67,111,111,107,105,101,115,0,16,0,20,35,104,101,97,100,101,114,67,111,111,107,105,101,115,65,100,118,105,99,101,0,16,0,17,35,104,101,97,100,101,114,67,111,111,107,105,101,115,66,97,114,0,16,0,21,35,104,101,97,100,101,114,80,114,105,118,97,99,121,77,115,103,87,114,97,112,0,16,0,27,35,104,101,97,100,101,114,84,111,112,66,97,114,77,101,115,115,97,103,101,67,111,111,107,105,101,115,0,16,0,18,35,104,101,97,100,101,114,84,111,112,84,114,97,99,107,105,110,103,0,16,0,24,35,104,101,97,100,101,114,95,99,111,111,107,105,101,95,99,111,110,116,97,105,110,101,114,0,16,0,22,35,104,101,97,100,101,114,95,99,111,111,107,105,101,95,119,97,114,110,105,110,103,0,16,0,15,35,104,101,97,100,101,114,95,99,111,111,107,105,101,115,0,16,0,18,35,104,101,97,100,101,114,95,116,99,95,112,114,105,118,97,99,121,0,16,0,18,35,104,101,97,100,101,114,98,97,114,95,99,111,111,107,105,101,115,0,16,0,13,35,104,101,97,100,101,114,99,111,111,107,105,101,0,16,0,13,35,104,101,98,115,45,99,111,110,115,101,110,116,0,16,0,13,35,104,101,108,108,111,45,99,111,111,107,105,101,0,16,0,24,35,104,101,108,108,111,116,114,117,115,116,95,99,111,111,107,105,101,95,112,111,112,117,112,0,16,0,21,35,104,101,114,111,107,117,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,16,0,17,35,104,102,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,16,0,16,35,104,102,99,45,112,114,105,118,97,99,121,45,98,97,114,0,16,0,17,35,104,104,95,99,111,111,107,105,101,119,97,114,110,105,110,103,0,16,0,14,35,104,105,45,99,111,111,107,105,101,45,98,111,120,0,16,0,13,35,104,105,45,101,117,45,111,112,116,45,105,110,0,16,0,22,35,104,105,100,100,101,110,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,0,16,0,13,35,104,105,100,100,101,110,67,111,111,107,105,101,0,16,0,12,35,104,105,100,101,95,99,111,111,107,105,101,0,16,0,22,35,104,105,100,101,99,111,111,107,105,101,105,110,102,111,67,111,110,116,101,110,116,0,16,0,21,35,104,105,100,101,99,111,111,107,105,101,105,110,102,111,79,98,106,101,99,116,0,16,0,14,35,104,105,110,119,101,105,115,67,111,111,107,105,101,0,16,0,16,35,104,105,110,119,101,105,115,95,99,111,111,107,105,101,115,0,16,0,14,35,104,105,110,119,101,105,115,99,111,111,107,105,101,0,16,0,16,35,104,105,110,119,101,105,115,99,111,111,107,105,101,105,100,0,16,0,28,35,104,105,118,101,101,120,116,99,111,111,107,105,101,95,110,111,116,105,99,101,95,114,101,110,100,101,114,0,16,0,11,35,104,109,45,99,111,110,115,101,110,116,0,16,0,19,35,104,109,99,102,95,99,111,111,107,105,101,95,110,111,116,105,99,101,0,16,0,13,35,104,110,99,111,111,107,105,101,103,100,112,114,0,16,0,21,35,104,111,102,102,102,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,0,16,0,13,35,104,111,109,101,45,99,111,111,107,105,101,115,0,16,0,24,35,104,111,109,101,45,108,101,103,97,108,45,105,110,102,111,115,45,98,111,116,116,111,109,0,16,0,22,35,104,111,109,101,45,112,114,105,118,97,99,121,45,99,111,111,111,107,105,101,115,0,16,0,18,35,104,111,111,100,67,111,111,107,105,101,73,110,102,111,66,111,120,0,16,0,29,35,104,111,116,67,111,111,107,105,101,66,111,116,68,105,97,108,111,103,66,97,99,107,103,114,111,117,110,100,0,16,0,12,35,104,112,95,99,99,111,110,115,101,110,116,0,16,0,22,35,104,114,45,99,111,111,107,105,101,115,45,45,99,111,110,116,97,105,110,101,114,0,16,0,18,35,104,114,119,45,99,111,111,107,105,101,45,100,105,97,108,111,103,0,16,0,26,35,104,115,45,101,117,45,99,111,111,107,105,101,45,99,111,110,102,105,114,109,97,116,105,111,110,0,16,0,35,35,104,115,95,99,111,115,95,119,114,97,112,112,101,114,95,99,111,111,107,105,101,95,110,111,116,105,102,105,99,97,116,105,111,110,0,16,0,22,35,104,115,95,115,104,111,119,95,98,97,110,110,101,114,95,98,117,116,116,111,110,0,16,0,20,35,104,115,111,45,99,111,111,107,105,101,115,45,109,101,115,115,97,103,101,0,16,0,33,35,104,115,116,51,45,99,111,111,107,105,101,99,111,110,115,101,110,116,45,99,111,110,115,101,110,116,45,112,111,112,117,112,0,16,0,13,35,104,116,95,99,111,111,107,105,101,108,97,119,0,16,0,17,35,104,116,109,108,80,111,112,105,110,67,111,111,107,105,101,115,0,16,0,17,35,104,116,109,108,95,99,111,111,107,105,101,65,103,114,101,101,0,16,0,27,35,104,117,107,95,99,111,111,107,105,101,95,112,114,101,102,101,114,110,99,101,95,112,97,110,101,108,0,16,0,16,35,104,117,108,107,95,99,111,111,107,105,101,95,98,97,114,0,16,0,17,35,104,118,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,16,0,8,35,104,118,45,103,100,112,114,0,16,0,17,35,104,118,99,111,111,107,105,101,101,117,68,105,97,108,111,103,0,16,0,10,35,104,119,95,99,111,111,107,105,101,0,16,0,14,35,104,119,95,99,111,111,107,105,101,95,108,97,119,0,16,0,16,35,104,121,100,114,97,45,102,98,45,110,111,116,105,99,101,0,16,0,12,35,104,122,45,99,111,110,115,101,110,116,115,0,16,0,17,35,105,45,99,97,110,45,104,97,115,45,99,111,111,107,105,101,0,16,0,7,35,105,45,99,111,111,107,0,16,0,14,35,105,45,99,111,111,107,105,101,45,99,110,105,108,0,16,0,14,35,105,45,99,111,111,107,105,101,115,45,98,97,114,0,16,0,13,35,105,51,45,98,111,120,67,111,111,107,105,101,0,16,0,15,35,105,67,111,111,107,105,101,87,97,114,110,105,110,103,0,16,0,10,35,105,95,99,111,111,107,105,101,115,0,16,0,18,35,105,97,45,99,111,111,107,105,101,45,99,104,111,105,99,101,115,0,16,0,16,35,105,97,50,95,112,111,112,117,112,99,111,111,107,105,101,0,16,0,19,35,105,97,105,95,99,111,111,107,105,101,95,119,114,97,112,112,101,114,0,16,0,32,35,105,98,117,45,111,110,108,105,110,101,45,117,115,101,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,16,0,20,35,105,98,119,97,114,110,105,110,103,95,101,117,99,111,111,107,105,101,115,0,16,0,14,35,105,99,95,99,111,111,107,105,101,115,95,97,114,0,16,0,14,35,105,99,97,110,104,97,115,99,111,111,107,105,101,0,16,0,12,35,105,99,99,95,109,101,115,115,97,103,101,0,16,0,14,35,105,99,101,67,111,111,107,105,101,87,114,97,112,0,16,0,27,35,105,99,101,103,114,97,109,95,109,101,115,115,97,103,101,115,95,99,111,110,116,97,105,110,101,114,0,16,0,13,35,105,99,101,121,95,99,111,111,107,105,101,115,0,16,0,21,35,105,99,109,95,99,111,111,107,105,101,95,99,111,110,116,97,105,110,101,114,0,16,0,18,35,105,99,110,95,99,111,111,107,105,101,95,110,111,116,105,99,101,0,16,0,16,35,105,99,111,67,111,111,107,105,101,78,111,116,105,102,121,0,16,0,17,35,105,99,111,67,111,111,107,105,101,115,66,97,110,110,101,114,0,16,0,11,35,105,99,111,95,98,97,110,110,101,114,0,16,0,11,35,105,99,111,95,99,111,111,107,105,101,0,16,0,16,35,105,99,111,99,111,111,107,105,101,95,111,117,116,101,114,0,16,0,9,35,105,99,111,111,107,105,101,115,0,16,0,22,35,105,99,115,45,112,112,45,99,111,111,107,105,101,115,45,97,99,99,101,112,116,0,16,0,13,35,105,99,116,115,117,99,95,98,108,111,99,107,0,16,0,10,35,105,100,45,99,111,111,107,105,101,0,16,0,17,35,105,100,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,16,0,11,35,105,100,45,99,111,111,107,105,101,115,0,16,0,14,35,105,100,45,99,111,111,107,105,101,119,97,114,110,0,16,0,19,35,105,100,45,119,97,114,110,105,110,103,45,99,111,111,107,105,101,115,0,16,0,10,35,105,100,67,111,107,87,114,97,112,0,16,0,12,35,105,100,67,111,111,107,105,101,77,115,103,0,16,0,13,35,105,100,67,111,111,107,105,101,80,101,114,109,0,16,0,20,35,105,100,67,111,111,107,105,101,80,111,108,105,99,121,80,97,110,101,108,0,16,0,12,35,105,100,67,111,111,107,105,101,98,97,114,0,16,0,38,35,105,100,72,114,83,121,115,71,105,112,115,68,105,118,66,108,97,99,107,84,114,97,110,115,112,97,114,101,110,116,79,118,101,114,108,97,121,0,16,0,19,35,105,100,73,110,102,111,114,109,97,99,97,111,67,111,111,107,105,101,0,16,0,7,35,105,100,76,71,80,68,0,16,0,13,35,105,100,76,101,121,67,111,111,107,105,101,115,0,16,0,27,35,105,100,85,115,101,114,67,111,110,115,101,110,116,80,111,108,105,99,121,87,97,114,110,105,110,103,0,16,0,13,35,105,100,95,95,99,111,111,107,105,101,111,107,0,16,0,18,35,105,100,95,97,118,118,105,115,111,95,99,111,111,107,105,101,115,0,16,0,18,35,105,100,95,99,111,111,107,105,101,95,99,111,110,115,101,110,116,0,16,0,15,35,105,100,95,99,111,111,107,105,101,95,115,104,111,119,0,16,0,17,35,105,100,95,99,111,111,107,105,101,99,111,110,115,101,110,116,0,16,0,18,35,105,100,95,100,105,118,95,85,115,101,67,111,111,107,105,101,115,0,16,0,11,35,105,100,95,109,115,103,67,110,105,108,0,16,0,14,35,105,100,95,116,114,95,99,111,111,107,105,101,115,0,16,0,19,35,105,100,97,105,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,16,0,9,35,105,100,99,111,111,107,105,101,0,16,0,12,35,105,100,101,97,95,99,111,111,107,105,101,0,16,0,18,35,105,100,101,97,108,105,110,103,45,99,111,110,115,101,110,116,115,0,16,0,18,35,105,100,101,111,99,111,111,107,105,101,45,119,105,100,103,101,116,0,16,0,15,35,105,100,103,45,99,111,111,107,105,101,45,98,97,114,0,16,0,15,35,105,100,103,99,112,95,95,115,101,99,116,105,111,110,0,16,0,22,35,105,100,105,100,105,116,97,108,108,102,111,114,116,104,101,99,111,111,107,105,101,0,16,0,31,35,105,100,105,117,109,45,99,111,111,107,105,101,115,45,110,111,116,105,102,105,99,97,116,105,111,110,45,98,97,114,0,16,0,10,35,105,100,119,99,111,111,107,105,101,0,16,0,11,35,105,100,120,99,111,111,107,105,101,115,0,16,0,15,35,105,101,116,67,111,111,107,105,101,80,97,110,101,108,0,16,0,19,35,105,102,97,98,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,16,0,13,35,105,102,111,111,100,95,99,111,111,107,105,101,0,16,0,28,35,105,102,114,97,109,101,45,119,114,97,112,45,110,101,116,105,110,102,111,45,99,111,110,115,101,110,116,0,16,0,14,35,105,102,114,97,109,101,95,99,111,111,107,105,101,0,16,0,19,35,105,102,114,97,109,101,95,99,111,111,107,105,101,95,115,105,116,101,0,16,0,18,35,105,103,101,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,16,0,11,35,105,103,111,95,99,111,111,107,105,101,0,16,0,32,35,105,103,111,119,101,98,95,99,111,111,107,105,101,112,111,108,105,99,121,95,111,112,116,111,117,116,95,105,110,102,111,0,16,0,12,35,105,105,98,45,99,111,111,107,105,101,115,0,16,0,12,35,105,105,109,71,100,112,114,82,111,111,116,0,16,0,21,35,105,106,45,112,111,108,105,99,121,45,100,105,115,99,108,97,105,109,101,114,0,16,0,27,35,105,107,97,110,111,115,45,112,114,105,118,97,99,121,45,99,111,111,107,105,101,108,97,121,101,114,0,16,0,13,35,105,108,111,118,101,99,111,111,107,105,101,115,0,16,0,22,35,105,109,80,111,108,105,99,121,99,111,111,107,105,101,109,101,115,115,97,103,101,0,16,0,18,35,105,109,95,99,111,111,107,105,101,95,109,101,115,115,97,103,101,0,16,0,20,35,105,109,112,108,105,99,105,116,67,111,111,107,105,101,77,111,100,97,108,0,16,0,15,35,105,109,112,114,105,110,116,45,99,111,111,107,105,101,0,16,0,17,35,105,109,112,114,111,111,118,101,45,99,111,111,107,105,101,115,0,16,0,13,35,105,110,100,101,120,99,111,111,107,105,101,115,0,16,0,18,35,105,110,100,105,99,97,116,105,111,110,95,99,111,111,107,105,101,0,16,0,12,35,105,110,102,95,112,114,105,118,97,99,121,0,16,0,10,35,105,110,102,99,111,111,107,105,101,0,16,0,19,35,105,110,102,111,45,97,98,111,117,116,45,99,111,111,107,105,101,115,0,16,0,17,35,105,110,102,111,45,98,97,110,110,101,114,45,103,100,112,114,0,16,0,17,35,105,110,102,111,45,98,97,114,45,99,111,111,107,105,101,115,0,16,0,22,35,105,110,102,111,45,98,97,114,45,99,111,111,107,105,101,115,45,105,110,102,111,0,16,0,12,35,105,110,102,111,45,99,111,111,107,105,101,0,16,0,13,35,105,110,102,111,45,99,111,111,107,105,101,115,0,16,0,20,35,105,110,102,111,45,99,111,111,107,105,101,115,45,98,97,110,110,101,114,0,16,0,17,35,105,110,102,111,45,99,111,111,107,105,101,115,45,98,97,114,0,16,0,17,35,105,110,102,111,45,99,111,111,107,105,101,115,45,116,111,112,0,16,0,11,35,105,110,102,111,67,111,111,107,105,101,0,16,0,17,35,105,110,102,111,67,111,111,107,105,101,66,97,110,110,101,114,0,16,0,15,35,105,110,102,111,67,111,111,107,105,101,67,78,73,76,0,16,0,12,35,105,110,102,111,67,111,111,107,105,101,115,0,16,0,17,35,105,110,102,111,76,111,99,97,108,67,111,111,107,105,101,115,0,16,0,12,35,105,110,102,111,80,114,105,118,97,99,121,0,16,0,24,35,105,110,102,111,95,97,98,111,117,116,95,99,111,111,107,105,101,115,95,97,114,101,97,0,16,0,12,35,105,110,102,111,95,99,111,111,107,105,101,0,16,0,23,35,105,110,102,111,95,99,111,111,107,105,101,95,98,97,99,107,103,114,111,117,110,100,0,16,0,16,35,105,110,102,111,95,99,111,111,107,105,101,95,101,120,101,0,16,0,17,35,105,110,102,111,95,99,111,111,107,105,101,95,101,120,101,108,0,16,0,17,35,105,110,102,111,95,99,111,111,107,105,101,95,105,112,122,112,0,16,0,20,35,105,110,102,111,95,99,111,111,107,105,101,95,119,114,97,112,112,101,114,0,16,0,13,35,105,110,102,111,95,99,111,111,107,105,101,115,0,16,0,19,35,105,110,102,111,95,99,111,111,107,105,101,115,95,98,108,111,99,107,0,16,0,15,35,105,110,102,111,95,99,111,111,107,105,101,115,95,108,0,16,0,19,35,105,110,102,111,98,97,110,110,101,114,45,99,111,111,107,105,101,115,0,16,0,15,35,105,110,102,111,98,97,114,45,99,111,111,107,105,101,0,16,0,32,35,105,110,102,111,98,97,114,91,100,97,116,97,45,115,101,116,116,105,110,103,115,61,34,98,111,116,116,111,109,34,93,0,16,0,14,35,105,110,102,111,98,111,120,99,111,111,107,105,101,0,16,0,15,35,105,110,102,111,99,105,97,115,116,101,99,122,107,97,0,16,0,11,35,105,110,102,111,99,111,111,107,105,101,0,16,0,13,35,105,110,102,111,99,111,111,107,105,101,102,114,0,16,0,12,35,105,110,102,111,99,111,111,107,105,101,115,0,16,0,13,35,105,110,102,111,99,111,111,107,105,101,115,50,0,16,0,21,35,105,110,102,111,114,67,111,111,107,105,101,87,97,108,108,80,111,112,117,112,0,16,0,9,35,105,110,102,111,114,99,119,112,0,16,0,15,35,105,110,102,111,114,109,45,99,111,111,107,105,101,115,0,16,0,24,35,105,110,102,111,114,109,97,99,105,111,110,83,111,98,114,101,67,111,111,107,105,101,115,0,16,0,21,35,105,110,102,111,114,109,97,99,106,97,45,111,45,99,111,111,107,105,101,115,0,16,0,24,35,105,110,102,111,114,109,97,99,106,97,79,67,105,97,115,116,101,99,122,107,97,99,104,0,16,0,19,35,105,110,102,111,114,109,97,99,106,97,95,99,105,97,115,116,107,97,0,16,0,26,35,105,110,102,111,114,109,97,99,106,97,95,111,95,99,105,97,115,116,101,99,122,107,97,99,104,0,16,0,20,35,105,110,102,111,114,109,97,99,106,97,95,111,95,99,111,111,107,105,101,0,16,0,21,35,105,110,102,111,114,109,97,99,106,97,95,111,95,99,111,111,107,105,101,115,0,16,0,24,35,105,110,102,111,114,109,97,116,105,111,110,65,98,111,117,116,67,111,111,107,105,101,115,0,16,0,21,35,105,110,102,111,114,109,97,116,105,111,110,115,45,99,111,111,107,105,101,115,0,16,0,30,35,105,110,102,111,114,109,97,116,105,118,97,45,98,114,101,118,101,45,99,111,111,107,105,101,95,119,114,97,112,0,16,0,19,35,105,110,102,111,114,109,97,116,105,118,97,45,99,111,111,107,105,101,0,16,0,20,35,105,110,102,111,114,109,97,116,105,118,97,45,112,114,105,118,97,99,121,0,16,0,23,35,105,110,102,111,114,109,97,116,105,118,97,66,114,101,118,101,67,111,111,107,105,101,0,16,0,18,35,105,110,102,111,114,109,97,116,105,118,97,67,111,111,107,105,101,0,16,0,36,35,105,110,102,111,114,109,97,116,105,118,97,80,114,105,118,97,99,121,67,111,111,107,105,101,115,68,111,109,69,108,101,109,101,110,116,0,16,0,19,35,105,110,102,111,114,109,97,116,105,118,97,95,99,111,111,107,105,101,0,16,0,13,35,105,110,102,111,115,67,111,111,107,105,101,115,0,16,0,13,35,105,110,102,111,115,95,99,111,111,107,105,101,0,16,0,13,35,105,110,102,111,115,99,111,111,107,105,101,115,0,16,0,11,35,105,110,103,45,67,111,111,107,105,101,0,16,0,15,35,105,110,103,45,67,111,111,107,105,101,98,111,100,121,0,16,0,13,35,105,110,103,97,109,101,67,111,111,107,105,101,0,16,0,22,35,105,110,105,116,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,16,0,18,35,105,110,105,116,45,112,111,112,117,112,45,99,111,111,107,105,101,0,16,0,18,35,105,110,108,105,110,101,45,99,111,111,107,105,101,45,116,97,98,0,16,0,20,35,105,110,110,111,95,99,111,111,107,105,101,95,109,101,115,115,97,103,101,0,16,0,12,35,105,110,112,108,95,99,112,95,99,110,116,0,16,0,29,35,105,110,112,115,121,100,101,95,99,111,111,107,105,101,95,98,97,114,95,99,111,110,116,97,105,110,101,114,0,16,0,17,35,105,110,115,45,99,111,111,107,105,101,45,112,111,112,117,112,0,16,0,16,35,105,110,116,45,99,111,111,107,105,101,115,45,98,97,114,0,16,0,24,35,105,110,116,101,114,97,99,116,45,112,111,108,105,99,121,45,99,111,110,115,101,110,116,0,16,0,18,35,105,110,116,101,114,99,101,112,116,45,99,111,111,107,105,101,115,0,16,0,14,35,105,110,116,115,101,114,95,99,111,111,107,105,101,0,16,0,24,35,105,110,118,101,110,116,105,115,101,95,99,111,111,107,105,101,95,112,111,108,105,99,121,0,16,0,16,35,105,112,45,117,115,101,114,45,99,111,110,115,101,110,116,0,16,0,11,35,105,112,101,114,99,111,111,107,105,101,0,16,0,17,35,105,112,114,111,109,95,99,112,95,119,114,97,112,112,101,114,0,16,0,14,35,105,113,105,116,99,111,111,107,105,101,108,97,119,0,16,0,17,35,105,114,115,95,99,111,111,107,105,101,95,112,97,110,101,108,0,16,0,18,35,105,115,45,99,111,111,107,105,101,45,119,97,114,110,105,110,103,0,16,0,16,35,105,115,45,99,111,111,107,105,101,97,108,101,114,116,114,0,16,0,9,35,105,115,67,111,111,107,105,101,0,16,0,22,35,105,115,97,99,97,45,99,111,110,115,101,110,116,45,119,114,97,112,112,101,114,0,16,0,14,35,105,115,105,100,101,45,99,111,111,107,105,101,115,0,16,0,22,35,105,115,108,97,101,100,101,110,45,99,111,111,107,105,101,45,97,108,101,114,116,0,16,0,25,35,105,116,45,99,111,111,107,105,101,97,108,101,114,116,45,99,111,110,116,97,105,110,101,114,0,16,0,17,35,105,116,45,101,112,114,105,118,97,99,121,45,114,111,111,116,0,16,0,19,35,105,116,97,45,99,111,111,107,105,101,115,45,112,111,108,105,99,121,0,16,0,13,35,105,116,97,120,105,45,99,111,111,107,105,101,0,16,0,18,35,105,116,99,45,99,111,111,107,105,101,45,110,111,116,105,102,121,0,16,0,15,35,105,116,99,95,99,111,111,107,105,101,105,110,102,111,0,16,0,14,35,105,116,108,67,111,111,107,105,101,73,110,102,111,0,16,0,19,35,105,116,115,98,111,111,116,115,116,114,97,112,99,111,111,107,105,101,0,16,0,24,35,105,116,118,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,0,16,0,23,35,105,116,118,45,103,108,111,98,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,16,0,17,35,105,117,114,45,99,111,111,107,105,101,45,112,111,112,117,112,0,16,0,12,35,105,118,117,95,112,114,105,118,97,99,121,0,16,0,17,35,105,119,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,16,0,18,35,105,119,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,0,16,0,29,35,105,119,115,45,97,99,99,101,112,116,45,99,111,111,107,105,101,115,45,99,111,110,116,97,105,110,101,114,0,16,0,22,35,106,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,0,16,0,19,35,106,50,52,45,99,111,110,115,101,110,116,45,99,111,111,107,105,101,0,16,0,25,35,106,67,111,111,107,105,101,80,114,105,118,97,99,121,95,100,105,118,95,116,101,115,116,111,0,16,0,20,35,106,81,65,108,101,114,116,65,99,99,101,112,116,67,111,111,107,105,101,0,16,0,23,35,106,81,117,101,114,121,67,111,111,107,105,101,68,105,115,99,108,97,105,109,101,114,0,16,0,19,35,106,97,99,107,115,111,110,118,105,108,108,101,45,111,112,116,105,110,0,16,0,17,35,106,97,110,101,108,97,45,97,118,105,115,111,45,108,103,112,0,16,0,10,35,106,98,99,111,111,107,105,101,115,0,16,0,17,35,106,99,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,16,0,20,35,106,101,110,116,105,115,45,99,111,110,115,101,110,116,45,109,97,105,110,0,16,0,15,35,106,101,110,116,105,115,95,99,111,110,115,101,110,116,0,16,0,20,35,106,105,118,101,45,99,111,111,107,105,101,45,111,118,101,114,108,97,121,0,16,0,19,35,106,105,120,45,97,99,99,101,112,116,45,99,111,111,107,105,101,115,0,16,0,22,35,106,105,120,95,97,99,99,101,112,116,99,111,111,107,105,101,115,95,98,111,120,0,16,0,26,35,106,108,99,111,111,107,105,101,95,99,111,110,116,114,111,108,67,111,110,116,97,105,110,101,114,0,16,0,24,35,106,108,99,111,111,107,105,101,95,99,111,110,116,114,111,108,67,111,110,116,101,110,116,0,16,0,20,35,106,108,99,111,111,107,105,101,95,99,111,110,116,114,111,108,77,115,103,0,16,0,24,35,106,108,99,111,111,107,105,101,95,99,111,110,116,114,111,108,77,115,103,68,101,110,121,0,16,0,25,35,106,108,99,111,111,107,105,101,95,99,111,110,116,114,111,108,77,115,103,70,105,114,115,116,0,16,0,21,35,106,108,112,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,16,0,16,35,106,109,67,111,111,107,105,101,77,101,115,115,97,103,101,0,16,0,28,35,106,109,115,95,95,99,111,111,107,105,101,45,99,111,110,115,101,110,116,95,95,115,99,114,101,101,110,0,16,0,16,35,106,111,117,114,110,97,108,45,99,111,111,107,105,101,115,0,16,0,23,35,106,113,45,99,111,111,107,105,101,45,108,97,119,45,105,110,102,111,45,98,97,114,0,16,0,11,35,106,113,95,99,111,111,107,105,101,115,0,16,0,17,35,106,113,109,67,111,111,107,105,101,77,111,110,115,116,101,114,0,16,0,25,35,106,113,117,101,114,121,45,99,111,111,107,105,101,45,108,97,119,45,115,99,114,105,112,116,0,16,0,20,35,106,113,117,101,114,121,45,99,111,111,107,105,101,45,112,111,112,117,112,0,16,0,12,35,106,115,45,45,99,111,111,107,105,101,115,0,16,0,26,35,106,115,45,45,102,108,97,115,104,45,109,101,115,115,97,103,101,45,99,111,111,107,105,101,115,0,16,0,14,35,106,115,45,84,111,115,80,114,105,118,97,99,121,0,16,0,17,35,106,115,45,97,99,99,101,112,116,45,99,111,111,107,105,101,0,16,0,23,35,106,115,45,97,108,101,114,116,45,99,111,111,107,105,101,45,119,105,110,100,111,119,0,16,0,16,35,106,115,45,98,97,110,100,45,99,111,111,107,105,101,115,0,16,0,18,35,106,115,45,98,97,110,110,101,114,45,99,111,111,107,105,101,115,0,16,0,27,35,106,115,45,99,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,0,16,0,12,35,106,115,45,99,67,111,110,115,101,110,116,0,16,0,8,35,106,115,45,99,99,112,97,0,16,0,15,35,106,115,45,99,99,112,97,45,98,97,110,110,101,114,0,16,0,15,35,106,115,45,99,110,105,108,45,45,97,108,101,114,116,0,16,0,33,35,106,115,45,99,111,110,115,101,110,116,45,105,110,102,111,114,109,97,116,105,111,110,45,99,111,110,116,97,105,110,101,114,0,16,0,19,35,106,115,45,99,111,111,107,105,101,45,48,50,45,112,111,112,117,112,0,16,0,19,35,106,115,45,99,111,111,107,105,101,45,48,51,45,112,111,112,117,112,0,16,0,16,35,106,115,45,99,111,111,107,105,101,45,97,108,101,114,116,0,16,0,19,35,106,115,45,99,111,111,107,105,101,45,97,112,112,114,111,118,97,108,0,16,0,14,35,106,115,45,99,111,111,107,105,101,45,98,97,114,0,16,0,14,35,106,115,45,99,111,111,107,105,101,45,98,111,120,0,16,0,18,35,106,115,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,16,0,22,35,106,115,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,98,97,114,0,16,0,28,35,106,115,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,99,111,110,116,97,105,110,101,114,0,16,0,20,35,106,115,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,16,0,21,35,106,115,45,99,111,111,107,105,101,45,100,105,97,108,111,103,45,98,111,120,0,16,0,21,35,106,115,45,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,0,16,0,23,35,106,115,45,99,111,111,107,105,101,45,102,111,111,116,101,114,45,98,108,111,99,107,0,16,0,15,35,106,115,45,99,111,111,107,105,101,45,104,105,110,116,0,16,0,16,35,106,115,45,99,111,111,107,105,101,45,105,110,110,101,114,0,16,0,16,35,106,115,45,99,111,111,107,105,101,45,108,97,121,101,114,0,16,0,14,35,106,115,45,99,111,111,107,105,101,45,109,115,103,0,16,0,16,35,106,115,45,99,111,111,107,105,101,45,110,111,116,101,115,0,16,0,23,35,106,115,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,0,16,0,24,35,106,115,45,99,111,111,107,105,101,45,112,111,108,105,99,121,45,98,97,110,110,101,114,0,16,0,25,35,106,115,45,99,111,111,107,105,101,45,112,111,108,105,99,121,45,100,101,102,97,117,108,116,0,16,0,16,35,106,115,45,99,111,111,107,105,101,45,112,111,112,117,112,0,16,0,18,35,106,115,45,99,111,111,107,105,101,45,115,101,99,116,105,111,110,0,16,0,15,35,106,115,45,99,111,111,107,105,101,45,116,101,120,116,0,16,0,18,35,106,115,45,99,111,111,107,105,101,45,116,114,105,103,103,101,114,0,16,0,16,35,106,115,45,99,111,111,107,105,101,66,97,110,110,101,114,0,16,0,13,35,106,115,45,99,111,111,107,105,101,66,111,120,0,16,0,25,35,106,115,45,99,111,111,107,105,101,67,111,110,115,101,110,116,45,119,114,97,112,112,101,114,0,16,0,14,35,106,115,45,99,111,111,107,105,101,73,110,102,111,0,16,0,17,35,106,115,45,99,111,111,107,105,101,87,97,114,110,105,110,103,0,16,0,13,35,106,115,45,99,111,111,107,105,101,98,97,114,0,16,0,19,35,106,115,45,99,111,111,107,105,101,108,97,119,45,97,108,101,114,116,0,16,0,13,35,106,115,45,99,111,111,107,105,101,108,111,105,0,16,0,16,35,106,115,45,99,111,111,107,105,101,110,111,116,105,99,101,0,16,0,23,35,106,115,45,99,111,111,107,105,101,110,111,116,105,99,101,45,115,112,97,99,101,114,0,16,0,18,35,106,115,45,99,111,111,107,105,101,115,45,98,97,110,110,101,114,0,16,0,15,35,106,115,45,99,111,111,107,105,101,115,45,98,97,114,0,16,0,16,35,106,115,45,99,111,111,107,105,101,115,45,98,108,111,99,0,16,0,22,35,106,115,45,99,111,111,107,105,101,115,45,100,105,115,99,108,97,105,109,101,114,0,16,0,18,35,106,115,45,99,111,111,107,105,101,115,45,102,111,111,116,101,114,0,16,0,16,35,106,115,45,99,111,111,107,105,101,115,45,105,110,102,111,0,16,0,20,35,106,115,45,99,111,111,107,105,101,115,45,109,115,103,45,104,105,100,101,0,16,0,24,35,106,115,45,99,111,111,107,105,101,115,45,110,111,116,105,102,105,99,97,116,105,111,110,0,16,0,18,35,106,115,45,99,111,111,107,105,101,115,45,115,116,114,105,112,101,0,16,0,17,35,106,115,45,99,111,111,107,105,101,115,45,116,101,114,109,115,0,16,0,19,35,106,115,45,99,111,111,107,105,101,115,45,119,114,97,112,112,101,114,0,16,0,19,35,106,115,45,99,111,111,107,105,101,115,46,99,111,111,107,105,101,115,0,16,0,31,35,106,115,45,99,121,98,111,116,45,99,111,111,107,105,101,98,111,116,45,112,108,97,99,101,104,111,108,100,101,114,0,16,0,24,35,106,115,45,100,97,116,97,45,112,114,111,116,101,99,116,105,111,110,45,110,111,116,101,0,16,0,14,35,106,115,45,101,120,116,45,99,111,111,107,105,101,0,16,0,15,35,106,115,45,103,100,112,114,45,98,97,110,110,101,114,0,16,0,23,35,106,115,45,103,100,112,114,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,0,16,0,20,35,106,115,45,103,100,112,114,45,99,111,111,107,105,101,45,111,112,101,110,0,16,0,21,35,106,115,45,103,100,112,114,45,99,111,111,107,105,101,45,112,111,112,117,112,0,16,0,14,35,106,115,45,103,100,112,114,45,111,112,116,105,110,0,16,0,12,35,106,115,45,103,100,112,114,70,111,114,109,0,16,0,17,35,106,115,45,104,101,97,100,101,114,45,99,111,111,107,105,101,0,16,0,15,35,106,115,45,104,111,111,107,45,99,111,111,107,105,101,0,16,0,17,35,106,115,45,105,110,102,111,115,45,99,111,111,107,105,101,115,0,16,0,14,35,106,115,45,105,112,45,99,111,111,107,105,101,115,0,16,0,14,35,106,115,45,108,97,119,45,45,97,108,101,114,116,0,16,0,27,35,106,115,45,109,98,67,111,111,107,105,101,78,111,116,105,99,101,67,111,110,116,97,105,110,101,114,0,16,0,13,35,106,115,45,109,100,45,99,111,111,107,105,101,0,16,0,36,35,106,115,45,109,101,115,115,97,103,101,45,98,97,114,45,99,111,111,107,105,101,45,97,117,116,104,111,114,105,122,97,116,105,111,110,0,16,0,29,35,106,115,45,109,101,115,115,97,103,101,45,98,97,114,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,16,0,36,35,106,115,45,109,101,115,115,97,103,101,91,100,97,116,97,45,105,100,61,34,99,111,111,107,105,101,45,112,111,108,105,99,121,34,93,0,16,0,37,35,106,115,45,109,101,115,115,97,103,101,91,100,97,116,97,45,113,97,61,34,99,111,111,107,105,101,45,109,101,115,115,97,103,101,34,93,0,16,0,24,35,106,115,45,109,111,100,117,108,101,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,16,0,25,35,106,115,45,111,110,108,105,110,101,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,16,0,16,35,106,115,45,111,112,116,73,110,45,98,97,110,110,101,114,0,16,0,19,35,106,115,45,112,111,108,105,99,121,45,101,117,99,111,111,107,105,101,0,16,0,22,35,106,115,45,112,111,112,117,112,45,99,111,111,107,105,101,45,98,108,111,99,107,0,16,0,17,35,106,115,45,112,111,112,117,112,45,99,111,111,107,105,101,115,0,16,0,19,35,106,115,45,112,117,108,108,111,117,116,45,99,111,111,107,105,101,115,0,16,0,23,35,106,115,45,114,101,97,99,116,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,16,0,15,35,106,115,45,115,105,116,101,45,99,111,111,107,105,101,0,16,0,22,35,106,115,45,115,105,116,101,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,16,0,18,35,106,115,45,115,116,111,114,109,99,99,45,98,97,110,110,101,114,0,16,0,18,35,106,115,45,116,97,114,95,99,111,111,107,105,101,115,66,97,114,0,16,0,19,35,106,115,45,117,115,101,114,45,99,111,111,107,105,101,45,106,97,114,0,16,0,16,35,106,115,67,111,111,107,105,101,67,111,110,115,101,110,116,0,16,0,18,35,106,115,67,111,111,107,105,101,67,111,110,116,97,105,110,101,114,0,16,0,15,35,106,115,67,111,111,107,105,101,78,111,116,105,99,101,0,16,0,21,35,106,115,67,111,111,107,105,101,78,111,116,105,102,105,99,97,116,105,111,110,0,16,0,15,35,106,115,67,111,111,107,105,101,115,80,97,110,101,108,0,16,0,7,35,106,115,71,68,80,82,0,16,0,16,35,106,115,85,115,101,67,111,111,107,105,101,84,105,112,115,0,16,0,21,35,106,115,95,97,99,99,101,112,116,95,99,111,111,107,105,101,95,98,97,114,0,16,0,12,35,106,115,95,99,110,105,108,45,98,97,114,0,16,0,15,35,106,115,95,99,111,110,115,101,110,116,95,98,97,114,0,16,0,21,35,106,115,95,99,111,111,107,105,101,45,98,97,110,110,101,114,45,97,115,107,0,16,0,22,35,106,115,95,99,111,111,107,105,101,45,98,97,110,110,101,114,45,122,111,110,101,0,16,0,24,35,106,115,95,99,111,111,107,105,101,45,99,111,110,115,101,110,116,95,95,109,97,105,110,0,16,0,18,35,106,115,95,99,111,111,107,105,101,45,109,111,110,115,116,101,114,0,16,0,16,35,106,115,95,99,111,111,107,105,101,95,109,111,100,97,108,0,16,0,22,35,106,115,95,99,111,111,107,105,101,95,109,111,100,97,108,95,108,97,121,101,114,0,16,0,14,35,106,115,95,99,111,111,107,105,101,95,109,115,103,0,16,0,17,35,106,115,95,99,111,111,107,105,101,95,119,105,110,100,111,119,0,16,0,15,35,106,115,95,99,111,111,107,105,101,95,119,105,115,104,0,16,0,22,35,106,115,95,100,97,116,97,78,111,116,105,99,101,83,101,116,116,105,110,103,115,0,16,0,18,35,106,115,95,101,117,67,111,111,107,105,101,66,97,110,110,101,114,0,16,0,17,35,106,115,95,101,117,67,111,111,107,105,101,77,111,100,97,108,0,16,0,14,35,106,115,95,103,100,112,114,84,111,112,66,97,114,0,16,0,18,35,106,115,95,103,108,111,98,97,108,45,99,111,111,107,105,101,115,0,16,0,17,35,106,115,95,112,111,112,117,112,95,99,111,111,107,105,101,115,0,16,0,25,35,106,115,95,112,117,115,104,68,111,119,110,67,111,111,107,105,101,77,101,115,115,97,103,101,0,16,0,17,35,106,115,95,116,111,112,114,111,119,95,99,111,111,107,105,101,0,16,0,22,35,106,115,97,108,101,114,116,45,99,111,111,107,105,101,115,97,99,99,101,112,116,0,16,0,12,35,106,115,110,45,99,111,111,107,105,101,115,0,16,0,14,35,106,115,116,95,101,117,95,99,111,111,107,105,101,0,16,0,20,35,106,117,108,105,97,110,97,67,111,111,107,105,101,115,65,108,101,114,116,0,16,0,15,35,106,117,109,112,101,114,95,99,111,111,107,105,101,115,0,16,0,13,35,106,117,110,99,111,111,107,105,101,98,97,114,0,16,0,17,35,106,119,115,100,119,45,99,111,111,107,105,101,72,105,110,116,0,16,0,27,35,106,119,115,100,119,45,99,111,111,107,105,101,72,105,110,116,45,99,111,110,116,97,105,110,101,114,0,16,0,9,35,107,45,99,111,111,107,105,101,0,16,0,21,35,107,95,99,111,111,107,105,101,78,111,116,105,102,105,99,97,116,105,111,110,0,16,0,11,35,107,97,45,99,111,111,107,105,101,115,0,16,0,12,35,107,97,67,111,111,107,105,101,66,97,114,0,16,0,16,35,107,97,105,111,45,99,111,111,107,105,101,45,98,97,110,0,16,0,9,35,107,97,107,101,98,111,107,115,0,16,0,22,35,107,97,108,101,118,97,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,16,0,18,35,107,97,110,101,119,115,45,99,111,111,107,105,101,45,98,111,120,0,16,0,13,35,107,97,115,104,117,98,67,111,111,107,105,101,0,16,0,17,35,107,98,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,16,0,15,35,107,98,67,111,111,107,105,101,80,111,108,105,99,121,0,16,0,12,35,107,99,111,111,107,105,101,105,110,102,111,0,16,0,13,35,107,101,99,111,111,107,105,101,104,105,110,116,0,16,0,10,35,107,101,107,115,78,111,116,105,122,0,16,0,12,35,107,101,107,115,95,110,111,116,105,99,101,0,16,0,8,35,107,101,107,115,98,97,114,0,16,0,12,35,107,101,107,115,99,104,101,99,107,101,114,0,16,0,9,35,107,101,107,115,100,111,115,101,0,16,0,13,35,107,101,107,115,101,46,100,105,97,108,111,103,0,16,0,14,35,107,101,107,115,105,45,99,111,110,115,101,110,116,0,16,0,11,35,107,101,107,115,105,118,101,104,106,101,0,16,0,11,35,107,101,107,115,108,101,105,115,116,101,0,16,0,16,35,107,103,45,99,111,111,107,105,101,45,112,111,112,117,112,0,16,0,16,35,107,103,67,111,111,107,105,101,87,114,97,112,112,101,114,0,16,0,12,35,107,103,99,45,99,111,110,115,101,110,116,0,16,0,9,35,107,104,99,111,111,107,105,101,0,16,0,12,35,107,105,110,103,45,99,111,111,107,105,101,0,16,0,17,35,107,106,102,67,111,111,107,105,101,73,110,102,111,66,111,120,0,16,0,9,35,107,107,99,111,111,107,105,101,0,16,0,11,35,107,108,45,99,111,111,107,105,101,115,0,16,0,18,35,107,108,97,114,111,32,46,99,111,111,107,45,109,111,100,97,108,0,16,0,17,35,107,109,45,99,111,111,107,105,101,45,97,99,99,101,112,116,0,16,0,15,35,107,110,45,103,100,112,114,45,100,105,97,108,111,103,0,16,0,9,35,107,111,101,107,98,97,108,107,0,16,0,10,35,107,111,101,107,105,101,66,97,114,0,16,0,14,35,107,111,101,107,105,101,109,101,108,100,105,110,103,0,16,0,14,35,107,111,101,107,105,101,109,111,110,115,116,101,114,0,16,0,12,35,107,111,101,107,106,101,80,111,112,117,112,0,16,0,13,35,107,111,108,97,99,105,99,105,45,100,105,118,0,16,0,36,35,107,111,109,112,108,101,116,116,45,98,101,115,99,104,101,117,101,114,116,101,45,99,111,111,107,105,101,45,119,97,114,110,117,110,103,0,16,0,17,35,107,111,109,117,110,105,107,97,116,45,99,111,111,107,105,101,0,16,0,18,35,107,111,109,117,110,105,107,97,116,45,99,111,111,107,105,101,115,0,16,0,17,35,107,111,109,117,110,105,107,97,116,67,111,111,107,105,101,115,0,16,0,21,35,107,111,109,117,110,105,107,97,116,95,99,105,97,115,116,101,99,122,107,97,0,16,0,18,35,107,111,109,117,110,105,107,97,116,95,99,105,97,115,116,107,97,0,16,0,17,35,107,111,109,117,110,105,107,97,116,95,99,111,111,107,105,101,0,16,0,15,35,107,111,109,117,110,105,107,97,116,95,114,111,100,111,0,16,0,10,35,107,111,112,97,103,101,66,97,114,0,16,0,23,35,107,111,115,105,108,107,97,95,99,111,111,107,105,101,115,95,104,108,97,115,107,97,0,16,0,11,35,107,113,115,45,99,111,111,107,105,101,0,16,0,19,35,107,114,110,45,112,114,105,118,97,99,121,45,99,101,110,116,101,114,0,16,0,16,35,107,115,102,45,103,100,112,114,45,110,111,116,105,99,101,0,16,0,11,35,107,116,45,99,111,111,107,105,101,115,0,16,0,27,35,107,116,67,111,111,107,105,101,83,116,97,116,101,109,101,110,116,67,111,110,116,97,105,110,101,114,0,16,0,11,35,107,116,95,99,111,111,107,105,101,115,0,16,0,15,35,107,117,107,105,45,111,112,111,122,111,114,105,108,111,0,16,0,12,35,107,117,107,105,117,111,114,110,105,110,103,0,16,0,6,35,107,117,107,105,122,0,16,0,24,35,107,118,95,103,100,112,114,95,99,111,111,107,105,101,95,105,110,102,111,95,98,97,114,0,16,0,13,35,107,118,107,107,95,111,118,101,114,108,97,121,0,16,0,11,35,107,118,107,107,95,112,111,112,117,112,0,16,0,17,35,107,119,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,16,0,10,35,108,45,99,111,111,107,105,101,115,0,16,0,19,35,108,97,100,105,101,115,99,111,111,107,105,101,110,111,116,105,99,101,0,16,0,16,35,108,97,103,111,95,99,111,111,107,105,101,95,98,97,114,0,16,0,19,35,108,97,112,103,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,16,0,22,35,108,97,112,105,101,99,104,95,99,111,111,107,105,101,115,95,102,105,101,108,100,0,16,0,17,35,108,97,114,103,101,110,101,116,95,99,111,110,115,101,110,116,0,16,0,16,35,108,97,117,109,97,116,99,111,111,107,105,101,98,111,120,0,16,0,6,35,108,97,119,69,85,0,16,0,14,35,108,97,121,45,99,111,111,107,105,101,108,97,119,0,16,0,13,35,108,97,121,101,114,45,99,111,111,107,105,101,0,16,0,20,35,108,97,121,101,114,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,16,0,14,35,108,97,121,101,114,45,99,111,111,107,105,101,115,0,16,0,32,35,108,97,121,101,114,45,112,111,108,105,116,105,113,117,101,45,103,101,115,116,105,111,110,45,99,111,111,107,105,101,115,0,16,0,18,35,108,97,121,101,114,65,99,99,101,112,116,67,111,111,107,105,101,0,16,0,13,35,108,97,121,101,114,67,111,111,107,105,101,115,0,16,0,19,35,108,97,121,101,114,67,111,111,107,105,101,115,80,111,112,103,111,109,0,16,0,13,35,108,97,121,101,114,95,99,111,111,107,105,101,0,16,0,14,35,108,97,121,101,114,95,99,111,111,107,105,101,115,0,16,0,28,35,108,97,121,101,114,95,99,111,111,107,105,101,115,95,112,117,98,108,105,99,105,116,97,105,114,101,115,0,16,0,12,35,108,97,121,101,114,99,111,111,107,105,101,0,16,0,21,35,108,97,121,111,117,116,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,16,0,29,35,108,97,121,111,117,116,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,0,16,0,17,35,108,97,121,111,117,116,45,99,111,111,107,105,101,109,115,103,0,16,0,22,35,108,97,121,111,117,116,95,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,16,0,14,35,108,99,45,99,111,111,107,105,101,45,98,97,114,0,16,0,16,35,108,99,95,99,111,111,107,105,101,115,45,109,97,105,110,0,16,0,24,35,108,99,95,119,101,98,97,112,112,67,111,111,107,105,101,81,117,101,115,116,105,111,110,0,16,0,24,35,108,99,97,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,0,16,0,16,35,108,100,67,111,111,107,105,101,67,111,110,102,105,114,109,0,16,0,17,35,108,100,95,112,114,105,118,97,99,121,95,112,111,112,117,112,0,16,0,10,35,108,100,99,119,101,98,45,99,110,0,16,0,22,35,108,100,100,119,45,99,111,111,107,105,101,45,109,111,100,97,108,45,98,111,120,0,16,0,12,35,108,100,110,107,45,99,111,111,107,105,101,0,16,0,13,35,108,101,103,97,108,45,99,111,111,107,105,101,0,16,0,19,35,108,101,103,97,108,45,110,111,116,105,102,105,99,97,116,105,111,110,0,16,0,11,35,108,101,103,97,108,76,97,121,101,114,0,16,0,18,35,108,101,103,97,108,78,111,116,105,99,101,67,111,111,107,105,101,0,16,0,18,35,108,101,103,97,108,78,111,116,105,99,101,72,101,97,100,101,114,0,16,0,23,35,108,101,103,97,108,78,111,116,105,102,105,99,97,116,105,111,110,69,108,116,73,100,0,16,0,8,35,108,101,103,97,108,85,69,0,16,0,20,35,108,101,103,97,108,95,99,111,111,107,105,101,95,98,97,110,110,101,114,0,16,0,20,35,108,101,103,97,108,95,99,111,111,107,105,101,95,104,111,108,100,101,114,0,16,0,21,35,108,101,103,97,108,95,99,111,111,107,105,101,95,112,114,105,118,97,99,121,0,16,0,13,35,108,101,103,97,108,95,110,111,116,105,99,101,0,16,0,21,35,108,101,103,97,108,95,112,111,108,105,99,121,95,99,111,111,107,105,101,115,0,16,0,15,35,108,101,103,97,108,98,97,114,46,108,101,103,97,108,0,16,0,12,35,108,101,103,97,108,99,111,111,107,105,101,0,16,0,27,35,108,101,103,97,108,105,110,99,108,117,100,101,45,99,111,111,107,105,101,95,98,97,110,110,101,114,0,16,0,25,35,108,101,103,97,108,112,108,117,115,45,99,111,111,107,105,101,115,45,98,97,110,110,101,114,0,16,0,9,35,108,101,103,99,111,111,107,105,0,16,0,19,35,108,101,103,105,115,108,97,116,105,111,110,95,99,111,111,107,105,101,0,16,0,32,35,108,101,109,109,67,111,111,107,105,101,67,111,110,116,114,111,108,68,105,118,67,111,110,116,97,105,110,101,114,66,71,0,16,0,25,35,108,101,109,109,67,111,111,107,105,101,74,115,68,105,118,67,111,110,116,97,105,110,101,114,0,16,0,21,35,108,101,114,117,109,67,111,111,107,105,101,67,111,110,116,97,105,110,101,114,0,16,0,12,35,108,101,115,95,99,111,111,107,105,101,115,0,16,0,20,35,108,101,120,97,114,45,97,99,99,101,112,116,45,99,111,111,107,105,101,0,16,0,19,35,108,101,120,105,115,110,101,120,105,115,45,99,111,111,107,105,101,115,0,16,0,19,35,108,101,120,116,114,111,95,99,111,111,107,105,101,115,45,98,97,114,0,16,0,11,35,108,101,121,67,111,111,107,105,101,115,0,16,0,10,35,108,101,121,99,111,111,107,105,101,0,16,0,11,35,108,101,121,99,111,111,107,105,101,115,0,16,0,13,35,108,101,121,100,101,99,111,111,107,105,101,115,0,16,0,14,35,108,102,95,99,111,111,107,105,101,95,109,115,103,0,16,0,9,35,108,103,112,100,45,98,97,114,0,16,0,18,35,108,103,112,100,45,99,111,110,102,105,114,109,97,116,105,111,110,0,16,0,20,35,108,103,112,100,45,99,111,110,115,101,110,116,45,119,105,100,103,101,116,0,16,0,12,35,108,103,112,100,45,99,111,111,107,105,101,0,16,0,26,35,108,103,112,100,45,99,111,111,107,105,101,45,98,97,110,110,101,114,45,106,97,110,101,108,97,0,16,0,20,35,108,103,112,100,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,0,16,0,13,35,108,103,112,100,45,109,101,115,115,97,103,101,0,16,0,11,35,108,103,112,100,45,112,111,112,117,112,0,16,0,13,35,108,103,112,100,45,119,114,97,112,112,101,114,0,16,0,10,35,108,103,112,100,80,111,112,117,112,0,16,0,12,35,108,103,112,100,95,100,105,97,108,111,103,0,16,0,12,35,108,103,112,100,95,111,112,116,97,108,108,0,16,0,18,35,108,104,45,99,111,110,115,101,110,116,45,100,105,97,108,111,103,0,16,0,18,35,108,105,103,104,116,95,99,111,111,107,105,101,115,95,98,97,114,0,16,0,14,35,108,105,103,104,116,98,111,120,45,99,110,105,108,0,16,0,14,35,108,105,103,104,116,98,111,120,45,103,100,112,114,0,16,0,13,35,108,105,110,99,111,115,99,111,111,107,105,101,0,16,0,15,35,108,105,110,101,67,111,111,107,105,101,73,110,102,111,0,16,0,23,35,108,105,115,97,45,99,111,110,115,101,110,116,45,99,111,110,116,97,105,110,101,114,0,16,0,14,35,108,105,115,116,97,45,99,111,111,107,105,101,115,0,16,0,24,35,108,105,116,101,115,112,111,116,45,112,114,111,45,99,111,111,107,105,101,45,105,102,121,0,16,0,12,35,108,108,67,111,111,107,105,101,66,97,114,0,16,0,21,35,108,108,97,114,45,108,111,103,105,110,45,112,97,103,101,45,103,100,112,114,0,16,0,13,35,108,108,100,99,111,111,107,105,101,112,111,112,0,16,0,17,35,108,109,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,16,0,22,35,108,109,102,95,112,114,105,118,97,99,121,95,99,111,111,107,105,101,98,97,114,0,16,0,12,35,108,110,67,111,111,107,105,101,66,97,114,0,16,0,28,35,108,110,107,67,101,114,114,97,114,73,110,102,111,114,109,97,99,105,111,110,67,111,111,107,105,101,115,0,16,0,18,35,108,111,45,112,114,105,118,97,99,121,45,98,97,110,110,101,114,0,16,0,17,35,108,111,97,100,67,111,111,107,105,101,80,111,108,105,99,121,0,16,0,22,35,108,111,103,111,110,45,115,110,105,112,112,101,116,45,105,99,111,111,107,105,101,0,16,0,12,35,108,111,105,45,99,111,111,107,105,101,115,0,16,0,15,35,108,111,105,95,117,101,95,99,111,111,107,105,101,101,0,16,0,14,35,108,111,114,101,97,108,45,99,111,111,107,105,101,0,16,0,16,35,108,112,95,101,117,95,99,111,110,116,97,105,110,101,114,0,16,0,10,35,108,112,99,111,111,107,105,101,115,0,16,0,9,35,108,113,100,45,103,100,112,114,0,16,0,13,35,108,115,99,111,111,107,105,101,115,77,97,120,0,16,0,15,35,108,115,112,95,99,111,111,107,105,101,95,98,97,114,0,16,0,18,35,108,115,116,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,16,0,22,35,108,115,119,45,99,111,111,107,105,101,45,98,111,116,116,111,109,45,98,111,120,0,16,0,19,35,108,117,105,65,99,99,101,112,116,67,111,111,107,105,101,66,97,114,0,16,0,18,35,108,117,120,45,99,111,111,107,105,101,45,100,105,97,108,111,103,0,16,0,18,35,108,118,112,95,99,111,111,107,105,101,119,97,114,110,105,110,103,0,16,0,29,35,108,119,99,110,45,99,111,111,107,105,101,45,110,111,116,105,99,101,45,99,111,110,116,97,105,110,101,114,0,16,0,25,35,108,119,115,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,45,111,117,116,101,114,0,16,0,10,35,109,45,99,111,110,115,101,110,116,0,16,0,9,35,109,45,99,111,111,107,105,101,0,16,0,14,35,109,45,99,111,111,107,105,101,45,105,110,102,111,0,16,0,17,35,109,45,99,111,111,107,105,101,45,111,118,101,114,108,97,121,0,16,0,15,35,109,45,99,111,111,107,105,101,110,111,116,105,99,101,0,16,0,20,35,109,45,103,108,111,98,97,108,45,100,105,115,99,108,97,105,109,101,114,0,16,0,22,35,109,45,110,111,116,105,102,105,99,97,116,105,111,110,45,99,111,111,107,105,101,0,16,0,14,35,109,51,49,67,111,111,107,105,101,73,110,102,111,0,16,0,8,35,109,67,67,70,111,114,109,0,16,0,9,35,109,67,111,111,107,105,101,115,0,16,0,15,35,109,95,99,111,111,107,105,101,95,112,111,112,117,112,0,16,0,23,35,109,95,119,99,116,114,108,70,73,67,111,111,107,105,101,67,111,110,115,101,110,116,0,16,0,17,35,109,97,45,99,109,112,45,99,111,110,116,97,105,110,101,114,0,16,0,13,35,109,97,67,111,111,107,105,101,73,110,102,111,0,16,0,23,35,109,97,98,45,99,111,111,107,105,101,45,110,111,116,105,99,101,45,119,114,97,112,0,16,0,26,35,109,97,99,99,104,105,97,116,111,95,99,111,111,107,105,101,115,95,119,114,97,112,112,101,114,0,16,0,25,35,109,97,99,104,101,116,101,95,99,111,111,107,105,101,95,99,111,110,116,97,105,110,101,114,0,16,0,9,35,109,97,99,111,111,107,105,101,0,16,0,31,35,109,97,100,45,99,108,105,101,110,116,45,103,100,112,114,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,0,16,0,25,35,109,97,103,101,99,111,109,112,45,99,111,111,107,105,101,45,116,101,109,112,108,97,116,101,0,16,0,27,35,109,97,103,101,115,116,97,116,45,99,111,111,107,105,101,45,108,97,119,45,98,97,110,110,101,114,0,16,0,19,35,109,97,105,110,45,99,111,111,107,105,101,45,97,99,99,101,112,116,0,16,0,19,35,109,97,105,110,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,16,0,30,35,109,97,105,110,45,99,111,111,107,105,101,115,45,98,97,110,110,101,114,45,99,111,110,116,97,105,110,101,114,0,16,0,18,35,109,97,105,110,45,99,111,111,107,105,101,115,45,105,110,102,111,0,16,0,13,35,109,97,105,110,45,112,114,105,118,97,99,121,0,16,0,21,35,109,97,105,110,67,111,110,116,97,105,110,101,114,67,111,111,107,105,101,115,0,16,0,17,35,109,97,105,110,67,111,111,107,105,101,66,97,110,110,101,114,0,16,0,14,35,109,97,105,110,67,111,111,107,105,101,66,97,114,0,16,0,20,35,109,97,105,110,68,105,118,76,101,103,97,99,121,67,111,111,107,105,101,0,16,0,15,35,109,97,105,110,80,114,105,118,97,99,121,68,105,118,0,16,0,21,35,109,97,105,110,84,114,97,99,107,105,110,103,79,112,116,105,110,66,111,120,0,16,0,24,35,109,97,107,115,105,109,101,114,45,99,111,111,107,105,101,45,119,97,114,110,105,110,103,0,16,0,15,35,109,97,108,105,104,117,45,99,111,111,107,105,101,115,0,16,0,15,35,109,97,110,103,101,114,45,99,111,111,107,105,101,115,0,16,0,15,35,109,97,111,102,114,101,101,95,99,111,111,107,105,101,0,16,0,11,35,109,97,112,112,99,111,111,107,105,101,0,16,0,14,35,109,97,114,97,99,111,111,107,105,101,98,111,120,0,16,0,11,35,109,97,114,99,111,67,105,118,105,108,0,16,0,13,35,109,97,115,107,95,99,111,111,107,105,101,115,0,16,0,27,35,109,97,115,116,101,114,112,97,103,101,95,100,105,118,67,111,111,107,105,101,66,97,110,110,101,114,0,16,0,13,35,109,97,116,45,101,117,99,111,111,107,105,101,0,16,0,15,35,109,97,116,111,109,111,45,99,111,110,115,101,110,116,0,16,0,17,35,109,97,116,111,109,111,105,110,102,111,45,102,108,121,105,110,0,16,0,18,35,109,97,116,114,105,120,45,99,111,111,107,105,101,45,98,97,114,0,16,0,8,35,109,98,95,103,100,112,114,0,16,0,16,35,109,98,95,103,100,112,114,95,119,97,114,110,105,110,103,0,16,0,17,35,109,98,101,45,99,111,111,107,105,101,45,112,111,112,117,112,0,16,0,19,35,109,98,105,101,110,116,67,111,111,107,105,101,78,111,116,105,99,101,0,16,0,17,35,109,98,109,45,99,111,111,107,105,101,111,107,95,98,97,114,0,16,0,21,35,109,98,109,45,101,117,95,99,111,111,107,105,101,95,110,111,116,105,102,121,0,16,0,10,35,109,98,109,99,111,111,107,105,101,0,16,0,9,35,109,99,67,111,111,107,105,101,0,16,0,20,35,109,99,67,111,111,107,105,101,115,76,97,119,77,101,115,115,97,103,101,0,16,0,19,35,109,99,99,45,99,111,111,107,105,101,45,111,118,101,114,108,97,121,0,16,0,17,35,109,99,100,95,99,111,111,107,105,101,95,112,111,112,117,112,0,16,0,19,35,109,99,104,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,16,0,18,35,109,99,109,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,16,0,12,35,109,99,111,45,99,111,110,115,101,110,116,0,16,0,8,35,109,99,111,111,107,105,101,0,16,0,20,35,109,100,45,99,111,111,107,105,101,45,100,105,114,101,99,116,105,118,101,0,16,0,8,35,109,100,45,108,103,112,100,0,16,0,28,35,109,100,101,45,99,111,110,115,101,110,116,45,109,111,100,97,108,45,99,111,110,116,97,105,110,101,114,0,16,0,10,35,109,100,118,67,111,111,107,105,101,0,16,0,15,35,109,101,95,99,111,111,107,105,101,95,122,111,110,101,0,16,0,15,35,109,101,107,111,114,109,97,67,111,110,115,101,110,116,0,16,0,16,35,109,101,110,115,97,106,101,45,99,111,111,107,105,101,115,0,16,0,14,35,109,101,110,115,97,106,101,67,111,111,107,105,101,0,16,0,15,35,109,101,110,115,97,106,101,67,111,111,107,105,101,115,0,16,0,23,35,109,101,110,115,97,106,101,95,97,99,101,112,116,97,95,99,111,111,107,105,101,115,0,16,0,24,35,109,101,110,115,97,106,101,95,97,99,101,112,116,97,114,95,99,111,111,107,105,101,115,0,16,0,16,35,109,101,110,115,97,106,101,95,99,111,111,107,105,101,115,0,16,0,11,35,109,101,110,115,99,111,111,107,105,101,0,16,0,16,35,109,101,110,116,105,111,110,45,99,111,111,107,105,101,115,0,16,0,15,35,109,101,110,116,105,111,110,95,99,111,111,107,105,101,0,16,0,16,35,109,101,110,116,105,111,110,95,99,111,111,107,105,101,115,0,16,0,17,35,109,101,110,116,105,111,110,115,45,99,111,111,107,105,101,115,0,16,0,14,35,109,101,115,115,97,103,101,45,45,99,110,105,108,0,16,0,15,35,109,101,115,115,97,103,101,45,99,111,111,107,105,101,0,16,0,23,35,109,101,115,115,97,103,101,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,16,0,16,35,109,101,115,115,97,103,101,45,99,111,111,107,105,101,115,0,16,0,20,35,109,101,115,115,97,103,101,45,99,111,111,107,105,101,115,45,98,97,114,0,16,0,12,35,109,101,115,115,97,103,101,67,110,105,108,0,16,0,14,35,109,101,115,115,97,103,101,67,111,111,107,105,101,0,16,0,20,35,109,101,115,115,97,103,101,67,111,111,107,105,101,80,111,108,105,99,121,0,16,0,33,35,109,101,115,115,97,103,101,73,68,95,117,115,101,114,95,105,110,102,111,95,99,111,111,107,105,101,80,111,108,105,99,121,0,16,0,15,35,109,101,115,115,97,103,101,95,99,111,111,107,105,101,0,16,0,27,35,109,101,115,115,97,103,101,95,99,111,111,107,105,101,95,105,110,102,111,95,97,99,99,101,112,116,0,16,0,16,35,109,101,115,115,97,103,101,95,99,111,111,107,105,101,115,0,16,0,13,35,109,101,115,115,97,103,101,95,114,103,112,100,0,16,0,15,35,109,101,115,115,97,103,101,99,111,111,107,105,101,115,0,16,0,17,35,109,101,115,115,97,103,103,105,111,95,99,111,111,107,105,101,0,16,0,18,35,109,101,115,115,97,103,103,105,111,95,99,111,111,107,105,101,115,0,16,0,11,35,109,101,115,115,99,111,111,107,105,101,0,16,0,23,35,109,101,115,115,101,110,103,101,114,83,112,101,99,105,97,108,67,111,111,107,105,101,0,16,0,15,35,109,101,116,97,67,105,97,115,116,101,99,122,107,111,0,16,0,22,35,109,101,116,101,111,114,45,99,111,111,107,105,101,115,45,110,111,116,105,99,101,0,16,0,18,35,109,101,116,105,115,67,111,111,107,105,101,84,111,112,66,97,114,0,16,0,25,35,109,101,116,114,111,95,99,111,111,107,105,101,95,99,104,111,105,99,101,95,105,110,102,111,0,16,0,19,35,109,101,118,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,0,16,0,14,35,109,102,95,99,111,111,107,105,101,95,98,111,120,0,16,0,9,35,109,102,110,45,103,100,112,114,0,16,0,10,35,109,103,45,99,111,111,107,105,101,0,16,0,14,35,109,103,45,117,115,101,114,99,111,111,107,105,101,0,16,0,10,35,109,103,99,111,111,107,105,101,115,0,16,0,14,35,109,104,112,45,99,108,46,109,104,112,45,99,108,0,16,0,29,35,109,105,99,114,111,100,105,103,105,116,97,108,45,99,111,111,107,105,101,45,98,97,99,107,100,114,111,112,0,16,0,28,35,109,105,99,114,111,100,105,103,105,116,97,108,45,99,111,111,107,105,101,45,119,97,114,110,105,110,103,0,16,0,26,35,109,105,110,100,109,101,100,105,97,95,99,111,111,107,105,101,95,97,99,99,101,112,116,101,100,0,16,0,12,35,109,105,110,105,99,99,111,111,107,105,101,0,16,0,17,35,109,105,110,111,99,45,99,111,111,107,105,101,45,98,97,114,0,16,0,17,35,109,105,111,45,99,111,111,107,105,101,45,112,111,112,117,112,0,16,0,15,35,109,105,114,118,97,110,111,115,99,111,111,107,105,101,0,16,0,11,35,109,105,115,99,111,111,107,105,101,115,0,16,0,15,35,109,105,115,101,117,99,111,111,107,105,101,108,97,119,0,16,0,16,35,109,105,115,115,97,116,103,101,95,99,111,111,107,105,101,0,16,0,11,35,109,105,120,99,111,111,107,105,101,115,0,16,0,18,35,109,106,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,16,0,10,35,109,107,45,99,111,111,107,105,101,0,16,0,16,35,109,107,67,111,111,107,105,101,66,97,114,45,98,97,114,0,16,0,12,35,109,107,116,103,95,67,111,111,107,105,101,0,16,0,17,35,109,107,116,103,95,67,111,111,107,105,101,95,87,114,97,112,0,16,0,20,35,109,107,116,122,114,95,99,111,111,107,105,101,95,112,111,108,105,99,121,0,16,0,15,35,109,108,85,115,105,110,103,67,111,111,107,105,101,115,0,16,0,15,35,109,108,97,45,103,100,112,114,45,108,105,103,104,116,0,16,0,15,35,109,109,45,99,99,112,97,45,110,111,116,105,99,101,0,16,0,19,35,109,109,45,99,111,110,116,101,110,116,45,99,111,111,107,105,101,115,0,16,0,26,35,109,109,77,83,45,45,98,111,116,116,111,109,45,110,111,116,105,102,105,99,97,116,105,111,110,0,16,0,19,35,109,109,77,83,45,45,110,111,116,105,102,105,99,97,116,105,111,110,0,16,0,20,35,109,109,95,99,99,95,109,111,100,97,108,95,111,118,101,114,108,97,121,0,16,0,18,35,109,109,95,116,48,55,95,99,111,111,107,105,101,95,98,111,120,0,16,0,14,35,109,109,109,109,109,45,99,111,111,107,105,101,115,0,16,0,22,35,109,109,115,45,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,0,16,0,15,35,109,109,115,67,111,111,107,105,101,76,97,121,101,114,0,16,0,21,35,109,110,95,99,111,111,107,105,101,105,110,102,111,95,104,111,108,100,101,114,0,16,0,15,35,109,110,100,45,99,111,111,107,105,101,45,98,97,114,0,16,0,24,35,109,110,112,95,99,111,111,107,105,101,95,99,111,110,102,105,114,109,97,116,105,111,110,0,16,0,24,35,109,110,116,115,105,110,102,111,116,101,99,104,45,99,111,111,107,105,101,45,98,97,114,0,16,0,17,35,109,111,98,105,85,115,105,110,103,67,111,111,107,105,101,115,0,16,0,25,35,109,111,98,105,108,101,45,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,0,16,0,19,35,109,111,98,105,108,101,45,112,114,105,118,97,99,121,45,108,97,119,0,16,0,21,35,109,111,98,105,108,101,45,115,116,105,99,107,121,45,98,111,116,116,111,109,0,16,0,14,35,109,111,100,45,99,111,111,107,105,101,66,97,114,0,16,0,21,35,109,111,100,45,99,111,111,107,105,101,115,45,119,97,114,114,110,105,110,103,0,16,0,19,35,109,111,100,45,100,97,114,109,97,115,45,99,111,111,107,105,101,115,0,16,0,18,35,109,111,100,45,101,112,114,105,118,97,99,121,111,112,116,105,110,0,16,0,23,35,109,111,100,45,101,117,45,99,111,111,107,105,101,115,45,111,118,101,114,108,97,121,0,16,0,19,35,109,111,100,45,112,114,105,118,97,99,121,45,112,111,108,105,99,121,0,16,0,28,35,109,111,100,45,112,114,105,118,97,99,121,45,112,111,108,105,99,121,45,98,97,110,110,101,114,45,49,0,16,0,24,35,109,111,100,45,115,118,109,98,45,99,111,111,107,105,101,45,108,97,121,101,114,45,49,0,16,0,19,35,109,111,100,80,114,105,118,97,99,121,83,101,116,116,105,110,103,115,0,16,0,11,35,109,111,100,95,99,111,111,107,105,101,0,16,0,13,35,109,111,100,95,99,111,111,107,105,101,95,99,0,16,0,19,35,109,111,100,95,103,100,112,114,95,99,111,110,116,97,105,110,101,114,0,16,0,19,35,109,111,100,97,108,45,97,118,105,115,111,45,99,111,111,107,105,101,0,16,0,20,35,109,111,100,97,108,45,97,118,105,115,111,45,99,111,111,107,105,101,115,0,16,0,20,35,109,111,100,97,108,45,98,97,110,110,101,114,99,111,111,107,105,101,115,0,16,0,24,35,109,111,100,97,108,45,99,97,114,100,45,101,109,97,105,108,45,110,111,116,105,99,101,0,16,0,13,35,109,111,100,97,108,45,99,111,107,105,101,115,0,16,0,24,35,109,111,100,97,108,45,99,111,111,107,105,101,45,98,97,99,107,103,114,111,117,110,100,0,16,0,21,35,109,111,100,97,108,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,16,0,18,35,109,111,100,97,108,45,99,111,111,107,105,101,45,105,110,102,111,0,16,0,17,35,109,111,100,97,108,45,99,111,111,107,105,101,45,108,97,119,0,16,0,17,35,109,111,100,97,108,45,99,111,111,107,105,101,45,109,97,110,0,16,0,21,35,109,111,100,97,108,45,99,111,111,107,105,101,45,115,101,116,116,105,110,103,0,16,0,23,35,109,111,100,97,108,45,99,111,111,107,105,101,100,105,115,99,108,97,105,109,101,114,0,16,0,23,35,109,111,100,97,108,45,99,111,111,107,105,101,115,45,98,97,99,107,100,114,111,112,0,16,0,22,35,109,111,100,97,108,45,99,111,111,107,105,101,115,45,99,111,110,115,101,110,116,0,16,0,22,35,109,111,100,97,108,45,99,111,111,107,105,101,115,45,103,101,110,101,114,97,108,0,16,0,21,35,109,111,100,97,108,45,99,111,111,107,105,101,115,45,112,111,108,105,99,121,0,16,0,20,35,109,111,100,97,108,45,99,111,111,107,105,101,119,97,114,110,105,110,103,0,16,0,11,35,109,111,100,97,108,45,103,100,112,114,0,16,0,18,35,109,111,100,97,108,45,108,101,121,45,99,111,111,107,105,101,115,0,16,0,16,35,109,111,100,97,108,45,114,111,100,111,45,105,110,102,111,0,16,0,22,35,109,111,100,97,108,45,114,111,111,116,32,46,82,103,112,100,80,111,112,117,112,0,16,0,18,35,109,111,100,97,108,65,99,101,112,116,67,111,111,107,105,101,115,0,16,0,24,35,109,111,100,97,108,67,111,111,107,46,109,111,115,116,114,97,114,45,109,111,100,97,108,0,16,0,18,35,109,111,100,97,108,67,111,111,107,105,101,66,97,110,110,101,114,0,16,0,16,35,109,111,100,97,108,67,111,111,107,105,101,67,111,109,112,0,16,0,19,35,109,111,100,97,108,67,111,111,107,105,101,67,111,110,115,101,110,116,0,16,0,21,35,109,111,100,97,108,67,111,111,107,105,101,67,111,110,116,97,105,110,101,114,0,16,0,10,35,109,111,100,97,108,71,68,80,82,0,16,0,10,35,109,111,100,97,108,76,71,80,68,0,16,0,24,35,109,111,100,97,108,83,116,97,116,105,99,65,118,105,115,111,67,111,111,107,105,101,115,0,16,0,18,35,109,111,100,97,108,95,99,111,111,107,105,101,45,109,97,115,107,0,16,0,34,35,109,111,100,97,108,95,99,111,111,107,105,101,115,58,110,111,116,40,104,116,109,108,41,58,110,111,116,40,98,111,100,121,41,0,16,0,11,35,109,111,100,97,108,95,108,103,112,100,0,16,0,13,35,109,111,100,97,108,98,97,107,103,100,112,114,0,16,0,13,35,109,111,100,97,108,99,111,111,107,105,101,115,0,16,0,10,35,109,111,100,97,108,114,103,112,100,0,16,0,27,35,109,111,100,97,108,115,111,117,114,99,101,95,112,114,105,118,97,99,121,95,119,105,100,103,101,116,0,16,0,21,35,109,111,100,115,115,103,100,112,114,95,99,111,111,107,105,101,95,98,97,114,0,16,0,21,35,109,111,100,117,108,101,45,97,98,111,117,116,45,99,111,111,107,105,101,115,0,16,0,15,35,109,111,100,117,108,101,45,99,111,111,107,105,101,115,0,16,0,15,35,109,111,100,117,108,101,95,99,111,111,107,105,101,115,0,16,0,12,35,109,111,110,105,116,99,111,111,107,105,101,0,16,0,18,35,109,111,111,109,111,111,99,111,111,107,105,101,97,108,101,114,116,0,16,0,13,35,109,111,111,110,45,99,111,111,107,105,101,115,0,16,0,24,35,109,111,111,118,101,95,103,100,112,114,95,99,111,111,107,105,101,95,109,111,100,97,108,0,16,0,38,35,109,111,111,118,101,95,103,100,112,114,95,115,97,118,101,95,112,111,112,117,112,95,115,101,116,116,105,110,103,115,95,98,117,116,116,111,110,0,16,0,17,35,109,111,114,112,104,45,99,111,111,107,105,101,45,98,97,114,0,16,0,12,35,109,111,115,99,97,99,111,111,107,105,101,0,16,0,20,35,109,111,115,116,114,97,114,95,97,99,101,112,116,99,111,111,107,105,101,0,16,0,23,35,109,111,116,111,45,99,111,111,107,105,101,115,45,99,111,110,116,97,105,110,101,114,0,16,0,16,35,109,111,116,111,114,115,67,111,111,107,105,101,77,115,103,0,16,0,23,35,109,111,119,95,99,111,111,107,105,101,95,105,110,102,111,95,100,105,97,108,111,103,0,16,0,19,35,109,112,45,109,105,115,99,45,99,111,111,107,105,101,45,98,97,114,0,16,0,10,35,109,112,95,99,111,111,107,105,101,0,16,0,17,35,109,112,99,95,99,111,111,107,105,101,95,105,110,116,114,111,0,16,0,16,35,109,112,115,45,99,111,111,107,105,101,45,104,105,110,116,0,16,0,10,35,109,114,99,111,111,99,107,105,101,0,16,0,18,35,109,114,99,111,111,107,105,101,115,45,119,114,97,112,112,101,114,0,16,0,16,35,109,114,118,67,111,111,107,105,101,66,97,110,110,101,114,0,16,0,21,35,109,114,119,95,99,111,111,107,105,101,108,97,119,95,98,97,110,110,101,114,0,16,0,17,35,109,115,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,16,0,25,35,109,115,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,0,16,0,17,35,109,115,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,16,0,16,35,109,115,45,99,111,111,107,105,101,115,45,105,110,102,111,0,16,0,9,35,109,115,67,111,111,107,105,101,0,16,0,13,35,109,115,95,99,111,111,107,105,101,95,111,107,0,16,0,22,35,109,115,99,99,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,16,0,11,35,109,115,99,99,66,97,110,110,101,114,0,16,0,11,35,109,115,103,45,99,111,111,107,105,101,0,16,0,21,35,109,115,103,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,16,0,18,35,109,115,103,45,99,111,111,107,105,101,45,108,101,118,101,108,48,0,16,0,19,35,109,115,103,45,99,111,111,107,105,101,45,116,97,103,103,97,114,101,0,16,0,12,35,109,115,103,45,99,111,111,107,105,101,115,0,16,0,15,35,109,115,103,45,108,118,45,99,111,111,107,105,101,115,0,16,0,10,35,109,115,103,67,111,111,107,105,101,0,16,0,11,35,109,115,103,67,111,111,107,105,101,115,0,16,0,19,35,109,115,103,67,111,111,107,105,101,115,45,119,114,97,112,112,101,114,0,16,0,9,35,109,115,103,95,76,71,80,68,0,16,0,11,35,109,115,103,95,99,111,111,107,105,101,0,16,0,12,35,109,115,103,95,99,111,111,107,105,101,115,0,16,0,17,35,109,115,103,95,99,111,111,107,105,101,115,95,102,98,111,120,0,16,0,15,35,109,115,103,98,111,120,95,99,111,111,107,105,101,115,0,16,0,10,35,109,115,103,99,111,111,107,105,101,0,16,0,11,35,109,115,103,99,111,111,107,105,101,115,0,16,0,17,35,109,115,103,101,120,112,97,110,100,99,111,111,107,105,101,115,0,16,0,10,35,109,115,105,99,111,111,107,105,101,0,16,0,18,35,109,115,112,98,95,97,108,101,114,116,95,99,111,111,107,105,101,0,16,0,12,35,109,115,114,95,99,111,111,107,105,101,115,0,16,0,17,35,109,115,115,45,108,101,103,97,108,45,98,97,110,110,101,114,0,16,0,21,35,109,115,115,103,45,99,111,111,107,105,101,115,45,119,97,114,110,105,110,103,0,16,0,12,35,109,115,116,109,45,99,111,111,107,105,101,0,16,0,25,35,109,116,45,99,111,111,107,105,101,45,109,97,105,110,45,99,111,110,116,97,105,110,101,114,0,16,0,17,35,109,116,50,45,99,111,111,107,105,101,115,45,105,110,102,111,0,16,0,20,35,109,116,98,110,45,112,114,105,118,97,99,121,45,98,97,110,110,101,114,0,16,0,16,35,109,116,99,111,111,107,105,101,99,111,110,115,101,110,116,0,16,0,24,35,109,116,118,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,0,16,0,12,35,109,116,118,45,99,111,111,107,105,101,115,0,16,0,13,35,109,117,109,97,45,99,111,111,107,105,101,115,0,16,0,19,35,109,118,111,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,0,16,0,17,35,109,119,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,16,0,16,35,109,120,119,95,114,103,112,100,95,99,111,111,107,105,101,0,16,0,35,35,109,121,45,97,103,105,108,101,45,112,114,105,118,97,99,121,45,110,111,116,105,102,105,99,97,116,105,111,110,45,97,114,101,97,0,16,0,16,35,109,121,45,98,97,114,114,97,99,111,111,107,105,101,115,0,16,0,19,35,109,121,45,99,111,111,107,105,101,95,95,99,111,110,115,101,110,116,0,16,0,17,35,109,121,45,99,111,111,107,105,101,95,95,112,111,112,117,112,0,16,0,17,35,109,121,45,99,111,111,107,105,101,115,45,97,108,101,114,116,0,16,0,16,35,109,121,67,111,111,107,105,101,67,111,110,115,101,110,116,0,16,0,14,35,109,121,67,111,111,107,105,101,77,111,100,97,108,0,16,0,20,35,109,121,67,117,115,116,111,109,67,111,111,107,105,101,76,97,121,101,114,0,16,0,16,35,109,121,76,111,97,100,101,114,67,111,111,107,105,101,115,0,16,0,16,35,109,121,77,111,100,97,108,46,99,99,77,111,100,97,108,0,16,0,14,35,109,121,77,111,100,97,108,67,111,111,107,105,101,0,16,0,15,35,109,121,77,111,100,97,108,67,111,111,107,105,101,115,0,16,0,12,35,109,121,77,111,100,97,108,114,103,112,100,0,16,0,14,35,109,121,85,115,101,114,67,111,110,115,101,110,116,0,16,0,27,35,109,121,98,121,116,101,95,109,101,100,105,97,95,99,111,111,107,105,101,104,105,110,119,101,105,115,0,16,0,14,35,109,121,99,109,112,65,108,101,114,116,66,105,103,0,16,0,10,35,109,121,99,109,112,82,111,111,116,0,16,0,9,35,109,121,99,111,111,107,105,101,0,16,0,23,35,109,121,99,111,111,107,105,101,95,108,111,97,100,101,114,95,119,105,110,100,111,119,0,16,0,12,35,109,121,99,111,111,107,105,101,98,97,114,0,16,0,12,35,109,121,99,111,111,107,105,101,116,105,112,0,16,0,22,35,109,121,104,45,99,111,111,107,105,101,99,111,110,115,101,110,116,45,98,111,120,0,16,0,15,35,109,121,109,111,100,97,108,95,99,111,111,107,105,101,0,16,0,18,35,109,122,45,99,111,111,107,105,101,115,45,112,111,108,105,99,121,0,16,0,18,35,109,122,95,103,101,110,101,114,105,99,79,118,101,114,108,97,121,0,16,0,16,35,110,45,112,111,112,117,112,45,99,111,111,107,105,101,115,0,16,0,16,35,110,45,112,111,112,117,112,45,112,114,105,118,97,99,121,0,16,0,30,35,110,50,103,95,98,111,120,95,99,111,111,107,105,101,95,97,108,101,114,116,101,95,109,101,115,115,97,103,101,0,16,0,8,35,110,67,111,111,107,105,101,0,16,0,14,35,110,95,99,111,111,107,105,101,95,105,110,102,111,0,16,0,13,35,110,97,99,99,45,111,118,101,114,108,97,121,0,16,0,22,35,110,97,102,101,116,115,95,105,109,112,114,105,110,116,45,99,111,111,107,105,101,0,16,0,26,35,110,97,109,101,45,103,97,45,99,111,111,107,105,101,45,97,99,99,101,112,116,45,98,97,114,0,16,0,11,35,110,97,118,45,99,111,111,107,105,101,0,16,0,10,35,110,97,118,67,111,111,107,105,101,0,16,0,11,35,110,97,118,67,111,111,107,105,101,115,0,16,0,11,35,110,97,118,95,99,111,111,107,105,101,0,16,0,14,35,110,97,118,98,97,114,45,99,111,111,107,105,101,0,16,0,15,35,110,97,118,98,97,114,45,99,111,111,107,105,101,115,0,16,0,15,35,110,97,118,98,97,114,45,112,114,105,118,97,99,121,0,16,0,13,35,110,97,118,98,97,114,67,111,111,107,105,101,0,16,0,19,35,110,97,118,118,101,45,99,111,111,107,105,101,45,98,108,111,99,107,0,16,0,16,35,110,98,99,67,111,111,107,105,101,67,104,111,105,99,101,0,16,0,14,35,110,99,67,111,111,107,105,101,65,108,101,114,116,0,16,0,11,35,110,99,82,103,112,100,82,111,111,116,0,16,0,22,35,110,99,97,45,99,111,111,107,105,101,97,99,99,101,112,116,45,108,105,110,101,0,16,0,19,35,110,99,108,45,99,111,111,107,105,101,45,111,112,116,45,111,117,116,0,16,0,16,35,110,100,45,99,111,111,107,105,101,45,97,108,101,114,116,0,16,0,27,35,110,101,98,117,108,97,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,0,16,0,23,35,110,101,102,111,115,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,16,0,18,35,110,101,111,95,99,111,111,107,105,101,95,97,100,118,105,99,101,0,16,0,15,35,110,101,114,111,108,105,115,67,111,111,107,105,101,115,0,16,0,22,35,110,101,115,116,105,103,111,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,16,0,21,35,110,101,116,103,114,97,102,95,99,111,111,107,105,101,95,97,108,101,114,116,0,16,0,24,35,110,101,116,105,114,115,95,116,111,112,95,99,111,111,107,105,101,95,112,111,112,117,112,0,16,0,12,35,110,101,116,121,95,99,111,111,107,105,101,0,16,0,11,35,110,101,119,45,99,111,111,107,105,101,0,16,0,12,35,110,101,119,45,99,111,111,107,105,101,115,0,16,0,26,35,110,101,119,67,111,111,107,105,101,68,105,115,99,108,97,105,109,101,114,66,97,110,110,101,114,0,16,0,14,35,110,101,119,67,111,111,107,105,101,72,101,97,100,0,16,0,27,35,110,101,119,67,111,111,107,105,101,78,111,116,105,102,105,99,97,116,105,111,110,76,97,121,101,114,0,16,0,16,35,110,101,119,67,111,111,107,105,101,115,65,108,101,114,116,0,16,0,17,35,110,101,119,67,111,111,107,105,101,115,66,97,110,110,101,114,0,16,0,17,35,110,101,119,80,111,108,105,99,121,87,114,97,112,112,101,114,0,16,0,12,35,110,101,119,95,99,111,111,107,105,101,115,0,16,0,12,35,110,101,119,99,111,111,107,105,101,95,120,0,16,0,16,35,110,101,119,99,111,111,107,105,101,98,97,110,110,101,114,0,16,0,19,35,110,101,120,116,95,97,99,99,101,112,116,95,99,111,111,107,105,101,0,16,0,11,35,110,101,120,116,99,111,111,107,105,101,0,16,0,20,35,110,101,120,116,108,101,118,101,108,115,67,111,111,107,105,101,66,111,120,0,16,0,8,35,110,102,80,80,66,97,114,0,16,0,16,35,110,102,95,99,111,111,107,105,101,98,97,110,110,101,114,0,16,0,25,35,110,102,97,45,99,111,111,107,105,101,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,16,0,19,35,110,102,98,45,99,111,111,107,105,101,115,45,98,97,110,110,101,114,0,16,0,14,35,110,102,99,67,111,111,107,105,101,78,111,116,101,0,16,0,20,35,110,102,99,111,111,107,105,101,65,99,99,101,112,116,77,111,100,97,108,0,16,0,30,35,110,103,101,95,98,111,120,95,99,111,111,107,105,101,95,97,108,101,114,116,101,95,109,101,115,115,97,103,101,0,16,0,25,35,110,103,111,45,99,111,111,107,105,101,45,112,111,108,105,99,121,45,98,97,110,110,101,114,0,16,0,30,35,110,103,111,95,98,111,120,95,99,111,111,107,105,101,95,97,108,101,114,116,101,95,109,101,115,115,97,103,101,0,16,0,26,35,110,104,45,110,101,116,104,45,103,100,112,114,45,99,111,111,107,105,101,45,112,111,112,117,112,0,16,0,18,35,110,104,109,45,99,111,111,107,105,101,45,110,111,116,105,102,121,0,16,0,25,35,110,105,98,105,114,117,109,97,105,108,95,99,111,111,107,105,101,95,97,100,118,105,99,101,0,16,0,11,35,110,105,109,103,114,111,119,108,101,114,0,16,0,18,35,110,107,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,16,0,26,35,110,107,95,99,111,111,107,105,101,95,112,114,105,118,97,99,121,95,109,101,115,115,97,103,101,0,16,0,24,35,110,108,95,105,100,95,99,111,111,107,105,101,45,45,99,111,110,116,97,105,110,101,114,0,16,0,12,35,110,108,100,95,99,111,111,107,105,101,115,0,16,0,17,35,110,109,45,99,111,111,107,105,101,87,114,97,112,112,101,114,0,16,0,10,35,110,111,45,99,111,111,107,105,101,0,16,0,21,35,110,111,45,99,111,111,107,105,101,45,100,111,111,114,107,101,101,112,101,114,0,16,0,20,35,110,111,67,111,110,115,101,110,116,65,108,101,114,116,77,111,100,97,108,0,16,0,9,35,110,111,99,111,111,107,105,101,0,16,0,14,35,110,111,99,111,111,107,105,101,97,107,116,105,118,0,16,0,21,35,110,111,108,105,115,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,16,0,34,35,110,111,110,45,98,108,111,99,107,105,110,103,45,99,111,110,115,101,110,116,45,110,111,116,105,102,105,99,97,116,105,111,110,0,16,0,23,35,110,111,114,100,105,99,45,102,111,111,116,101,114,95,95,99,111,111,107,105,101,115,0,16,0,18,35,110,111,114,105,102,105,99,97,114,101,95,99,111,111,107,105,101,0,16,0,17,35,110,111,114,109,95,99,111,111,107,105,101,95,110,111,116,101,0,16,0,13,35,110,111,114,109,95,99,111,111,107,105,101,115,0,16,0,12,35,110,111,114,109,97,116,105,118,97,69,85,0,16,0,20,35,110,111,116,65,103,114,101,101,100,70,111,114,67,111,111,107,105,101,115,0,16,0,11,35,110,111,116,97,67,111,111,107,105,101,0,16,0,13,35,110,111,116,97,95,99,111,111,107,105,101,115,0,16,0,20,35,110,111,116,97,116,101,107,112,108,95,99,111,111,107,105,101,108,97,119,0,16,0,14,35,110,111,116,101,79,110,67,111,111,107,105,101,115,0,16,0,12,35,110,111,116,101,95,99,111,111,107,105,101,0,16,0,13,35,110,111,116,101,115,99,111,111,107,105,101,115,0,16,0,15,35,110,111,116,105,99,101,45,45,99,111,111,107,105,101,0,16,0,12,35,110,111,116,105,99,101,45,99,111,111,107,0,16,0,14,35,110,111,116,105,99,101,45,99,111,111,107,105,101,0,16,0,20,35,110,111,116,105,99,101,45,99,111,111,107,105,101,45,98,108,111,99,107,0,16,0,25,35,110,111,116,105,99,101,45,99,111,111,107,105,101,45,98,108,111,99,107,45,105,110,102,111,0,16,0,22,35,110,111,116,105,99,101,45,99,111,111,107,105,101,45,99,111,110,116,101,110,116,0,16,0,21,35,110,111,116,105,99,101,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,16,0,26,35,110,111,116,105,99,101,45,99,111,111,107,105,101,45,112,114,101,102,101,114,101,110,99,101,115,0,16,0,15,35,110,111,116,105,99,101,45,99,111,111,107,105,101,115,0,16,0,15,35,110,111,116,105,99,101,46,99,111,111,107,105,101,115,0,16,0,19,35,110,111,116,105,99,101,65,98,111,117,116,67,111,111,107,105,101,115,0,16,0,14,35,110,111,116,105,99,101,67,111,111,107,105,101,115,0,16,0,12,35,110,111,116,105,99,101,80,111,112,117,112,0,16,0,14,35,110,111,116,105,99,101,80,114,105,118,97,99,121,0,16,0,12,35,110,111,116,105,99,101,95,99,110,105,108,0,16,0,15,35,110,111,116,105,99,101,95,112,114,105,118,97,99,121,0,16,0,30,35,110,111,116,105,99,101,115,45,99,111,111,107,105,101,45,112,111,108,105,99,121,45,119,97,114,110,105,110,103,0,16,0,15,35,110,111,116,105,102,45,45,112,114,105,118,97,99,121,0,16,0,21,35,110,111,116,105,102,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,16,0,12,35,110,111,116,105,102,67,111,111,107,105,101,0,16,0,17,35,110,111,116,105,102,105,99,97,95,99,111,111,107,105,101,115,0,16,0,20,35,110,111,116,105,102,105,99,97,99,105,111,45,99,111,111,107,105,101,115,0,16,0,29,35,110,111,116,105,102,105,99,97,99,105,111,110,95,109,101,110,115,97,106,101,95,99,111,111,107,105,101,115,0,16,0,19,35,110,111,116,105,102,105,99,97,114,101,45,99,111,111,107,105,101,115,0,16,0,26,35,110,111,116,105,102,105,99,97,116,105,111,110,45,97,108,108,111,119,67,111,111,107,105,101,115,0,16,0,20,35,110,111,116,105,102,105,99,97,116,105,111,110,45,99,111,111,107,105,101,0,16,0,21,35,110,111,116,105,102,105,99,97,116,105,111,110,45,99,111,111,107,105,101,115,0,16,0,28,35,110,111,116,105,102,105,99,97,116,105,111,110,66,111,120,67,111,111,107,105,101,115,85,115,97,103,101,0,16,0,20,35,110,111,116,105,102,105,99,97,116,105,111,110,67,111,111,107,105,101,115,0,16,0,22,35,110,111,116,105,102,105,99,97,116,105,111,110,95,52,99,111,111,107,105,101,115,0,16,0,21,35,110,111,116,105,102,105,99,97,116,105,111,110,95,95,99,111,111,107,105,101,0,16,0,20,35,110,111,116,105,102,105,99,97,116,105,111,110,95,99,111,111,107,105,101,0,16,0,21,35,110,111,116,105,102,105,99,97,116,105,111,110,95,99,111,111,107,105,101,115,0,16,0,27,35,110,111,116,105,102,105,99,97,116,105,111,110,95,99,111,111,107,105,101,119,97,114,110,105,110,103,0,16,0,23,35,110,111,116,105,102,105,99,97,116,105,111,110,95,111,102,95,99,111,111,107,105,101,0,16,0,19,35,110,111,116,105,102,105,99,97,116,105,111,110,99,111,111,107,105,101,0,16,0,46,35,110,111,116,105,102,121,45,98,97,114,91,100,97,116,97,45,99,111,111,107,105,101,45,110,97,109,101,61,34,110,111,116,105,102,121,45,99,111,111,107,105,101,115,34,93,0,16,0,21,35,110,111,116,105,102,121,45,112,111,108,105,99,121,45,99,111,111,107,105,101,0,16,0,14,35,110,111,116,105,102,121,46,99,111,111,107,105,101,0,16,0,13,35,110,111,116,105,102,121,67,111,111,107,105,101,0,16,0,16,35,110,111,116,105,102,121,67,111,111,107,105,101,66,111,116,0,16,0,14,35,110,111,116,105,102,121,67,111,111,107,105,101,115,0,16,0,14,35,110,111,116,105,102,121,95,99,111,111,107,105,101,0,16,0,14,35,110,111,116,105,102,121,99,111,111,107,105,101,115,0,16,0,10,35,110,111,116,121,45,99,110,105,108,0,16,0,11,35,110,111,116,121,67,111,111,107,105,101,0,16,0,25,35,110,111,118,95,112,111,112,117,112,95,99,111,111,107,105,101,95,119,97,114,110,105,110,103,0,16,0,23,35,110,111,118,97,95,99,111,111,107,105,101,95,100,105,115,99,108,97,105,109,101,114,0,16,0,23,35,110,111,118,97,98,108,111,103,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,16,0,18,35,110,112,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,16,0,14,35,110,112,45,103,100,112,114,45,109,111,100,97,108,0,16,0,14,35,110,112,95,99,111,111,107,105,101,95,108,97,119,0,16,0,16,35,110,112,109,67,111,111,107,105,101,66,97,110,110,101,114,0,16,0,20,35,110,112,111,95,99,99,95,110,111,116,105,102,105,99,97,116,105,111,110,0,16,0,28,35,110,112,111,95,99,99,95,110,111,116,105,102,105,99,97,116,105,111,110,95,119,114,97,112,112,101,114,0,16,0,14,35,110,113,95,99,110,105,108,98,97,110,110,101,114,0,16,0,17,35,110,113,95,99,111,111,107,105,101,95,110,111,116,105,99,101,0,16,0,19,35,110,114,100,113,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,16,0,17,35,110,115,45,99,111,111,107,105,101,45,98,117,116,116,111,110,0,16,0,18,35,110,115,111,95,99,111,111,107,105,101,95,98,97,110,110,101,114,0,16,0,22,35,110,116,99,99,91,100,97,116,97,45,99,111,111,107,105,101,45,98,97,114,93,0,16,0,38,35,110,117,95,98,111,116,116,111,109,95,97,108,101,114,116,95,100,105,97,108,111,103,95,97,99,99,101,112,116,95,99,111,111,107,105,101,115,0,16,0,18,35,110,117,107,45,99,111,111,107,105,101,77,101,115,115,97,103,101,0,16,0,23,35,110,117,114,95,99,119,95,99,111,111,107,105,101,115,95,111,118,101,114,108,97,121,0,16,0,21,35,110,117,114,95,99,119,95,99,111,111,107,105,101,115,95,112,111,112,117,112,0,16,0,11,35,110,118,101,95,99,111,111,107,105,101,0,16,0,12,35,110,118,120,45,99,111,111,107,105,101,115,0,16,0,20,35,110,119,95,99,111,111,107,105,101,95,97,108,101,114,116,95,98,111,120,0,16,0,16,35,110,119,95,103,100,112,114,95,118,105,101,119,95,105,100,0,16,0,15,35,110,119,99,111,111,107,45,109,101,115,115,97,103,101,0,16,0,15,35,110,119,101,45,99,111,111,107,105,101,45,98,97,114,0,16,0,14,35,110,120,95,103,100,112,114,95,109,111,100,97,108,0,16,0,15,35,110,120,95,103,100,112,114,95,109,111,100,97,108,50,0,16,0,19,35,110,120,95,103,100,112,114,95,109,111,100,97,108,95,109,97,105,110,0,16,0,20,35,110,120,95,103,100,112,114,95,109,111,100,97,108,95,109,97,105,110,49,0,16,0,20,35,110,120,95,103,100,112,114,95,109,111,100,97,108,95,109,97,105,110,50,0,16,0,16,35,110,120,115,45,99,99,112,97,45,98,97,110,110,101,114,0,16,0,19,35,110,121,104,95,99,111,111,107,105,101,45,109,101,115,115,97,103,101,0,16,0,18,35,110,122,109,101,45,110,111,116,105,102,105,99,97,116,105,111,110,0,16,0,9,35,111,45,99,111,111,107,105,101,0,16,0,13,35,111,45,99,111,111,107,105,101,45,108,97,119,0,16,0,22,35,111,45,99,111,111,107,105,101,80,111,108,105,99,121,79,118,101,114,108,97,121,0,16,0,23,35,111,50,102,67,111,111,107,105,101,67,111,110,115,101,110,116,68,105,97,108,111,103,0,16,0,23,35,111,57,57,95,99,111,111,107,105,101,45,105,110,102,111,114,109,97,116,105,111,110,0,16,0,10,35,111,72,95,99,111,111,107,105,101,0,16,0,13,35,111,80,114,105,118,97,108,108,121,65,112,112,0,16,0,11,35,111,98,45,99,111,111,107,105,101,115,0,16,0,17,35,111,98,106,67,111,111,107,105,101,67,111,110,115,101,110,116,0,16,0,14,35,111,98,116,95,103,97,95,98,97,110,110,101,114,0,16,0,14,35,111,99,95,99,98,95,119,114,97,112,112,101,114,0,16,0,17,35,111,99,110,45,99,111,111,107,105,101,45,105,110,110,101,114,0,16,0,16,35,111,99,110,45,99,111,111,107,105,101,45,119,114,97,112,0,16,0,24,35,111,99,116,45,112,111,108,105,99,121,46,102,105,120,101,100,45,98,111,116,116,111,109,0,16,0,14,35,111,99,119,95,99,111,110,116,101,110,101,117,114,0,16,0,20,35,111,100,97,118,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,16,0,10,35,111,100,100,99,111,111,107,105,101,0,16,0,17,35,111,100,101,45,99,111,111,107,105,101,45,112,111,112,117,112,0,16,0,27,35,111,101,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,100,105,97,108,111,103,117,101,0,16,0,14,35,111,101,109,97,99,101,112,116,97,99,105,111,110,0,16,0,18,35,111,102,116,95,99,111,111,107,105,101,67,111,110,115,101,110,116,0,16,0,18,35,111,103,99,99,95,98,97,114,67,111,110,116,97,105,110,101,114,0,16,0,19,35,111,105,108,45,112,114,105,118,97,99,121,45,98,117,116,116,111,110,0,16,0,17,35,111,105,108,45,112,114,105,118,97,99,121,45,102,111,114,109,0,16,0,9,35,111,107,67,111,111,107,105,101,0,16,0,10,35,111,107,95,99,111,111,107,105,101,0,16,0,9,35,111,107,99,111,111,107,105,101,0,16,0,10,35,111,107,99,111,111,107,105,101,115,0,16,0,11,35,111,107,110,111,67,111,111,107,105,101,0,16,0,12,35,111,107,110,111,95,99,111,111,107,105,101,0,16,0,13,35,111,107,110,111,95,114,99,111,111,107,105,101,0,16,0,12,35,111,107,111,111,107,105,101,45,98,111,120,0,16,0,21,35,111,109,110,105,108,101,103,97,108,45,99,111,111,107,105,101,45,98,97,114,0,16,0,26,35,111,109,116,111,109,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,0,16,0,18,35,111,110,101,116,97,103,95,99,111,111,107,105,101,95,108,97,119,0,16,0,20,35,111,110,101,116,114,117,115,116,45,98,97,110,110,101,114,45,115,100,107,0,16,0,21,35,111,110,101,116,114,117,115,116,45,99,111,110,115,101,110,116,45,115,100,107,0,16,0,11,35,111,110,108,121,67,111,111,107,105,101,0,16,0,21,35,111,110,121,120,95,99,111,111,107,105,101,115,105,110,102,111,95,98,97,114,0,16,0,24,35,111,110,121,120,95,99,111,111,107,105,101,115,105,110,102,111,95,115,112,97,99,101,114,0,16,0,11,35,111,112,101,110,67,111,111,107,105,101,0,16,0,17,35,111,112,101,110,77,111,100,97,108,67,111,111,107,105,101,115,0,16,0,26,35,111,112,101,110,103,108,111,98,97,108,95,112,114,105,118,97,99,121,95,119,105,100,103,101,116,0,16,0,8,35,111,112,116,97,110,111,110,0,16,0,16,35,111,112,116,97,110,111,110,45,111,118,101,114,108,97,121,0,16,0,16,35,111,112,116,105,110,45,98,97,110,110,101,114,68,105,118,0,16,0,10,35,111,112,116,105,110,45,98,97,114,0,16,0,19,35,111,112,116,105,110,45,111,112,116,105,110,45,104,101,97,100,101,114,0,16,0,13,35,111,112,116,105,110,45,111,112,116,111,117,116,0,16,0,12,35,111,112,116,105,110,67,111,111,107,105,101,0,16,0,18,35,111,112,116,105,110,99,107,121,99,111,110,116,97,105,110,101,114,0,16,0,10,35,111,114,95,99,111,111,107,105,101,0,16,0,18,35,111,115,95,97,112,112,95,99,111,111,107,105,101,119,97,114,110,0,16,0,11,35,111,115,111,109,99,111,111,107,105,101,0,16,0,25,35,111,115,116,45,99,111,111,107,105,101,119,97,108,108,45,99,111,110,116,97,105,110,101,114,0,16,0,15,35,111,116,45,99,99,112,97,45,98,97,110,110,101,114,0,16,0,23,35,111,116,45,115,100,107,45,98,116,110,58,110,111,116,40,98,117,116,116,111,110,41,0,16,0,12,35,111,116,112,45,112,114,105,118,97,99,121,0,16,0,23,35,111,116,114,99,111,111,107,105,101,99,111,109,112,108,105,97,110,99,101,100,105,118,0,16,0,24,35,111,117,112,99,111,111,107,105,101,112,111,108,105,99,121,95,109,101,115,115,97,103,101,0,16,0,17,35,111,118,101,114,45,99,111,111,107,105,101,115,45,109,115,103,0,16,0,23,35,111,118,101,114,108,97,121,45,97,99,99,101,112,116,45,99,111,111,107,105,101,115,0,16,0,16,35,111,118,101,114,108,97,121,45,99,111,111,99,107,105,101,0,16,0,15,35,111,118,101,114,108,97,121,45,99,111,111,107,105,101,0,16,0,21,35,111,118,101,114,108,97,121,45,99,111,111,107,105,101,45,112,111,112,117,112,0,16,0,23,35,111,118,101,114,108,97,121,45,99,111,111,107,105,101,108,97,119,45,102,111,114,109,0,16,0,16,35,111,118,101,114,108,97,121,45,99,111,111,107,105,101,115,0,16,0,21,35,111,118,101,114,108,97,121,67,111,110,116,101,110,116,67,111,111,107,105,101,0,16,0,14,35,111,118,101,114,108,97,121,67,111,111,107,105,101,0,16,0,18,35,111,118,101,114,108,97,121,67,111,111,107,105,101,50,48,49,53,0,16,0,26,35,111,118,101,114,108,97,121,67,111,111,107,105,101,78,111,116,105,102,105,99,97,116,105,111,110,0,16,0,15,35,111,118,101,114,108,97,121,67,111,111,107,105,101,115,0,16,0,17,35,111,118,101,114,108,97,121,84,114,97,100,101,67,67,84,50,0,16,0,16,35,111,118,101,114,108,97,121,95,99,111,110,115,101,110,116,0,16,0,15,35,111,118,101,114,108,97,121,95,99,111,111,107,105,101,0,16,0,16,35,111,118,101,114,108,97,121,95,99,111,111,107,105,101,115,0,16,0,12,35,111,118,101,114,108,97,121,95,112,114,105,0,16,0,22,35,111,118,101,114,108,97,121,95,112,114,105,118,97,99,121,67,111,111,107,105,101,0,16,0,15,35,111,118,101,114,108,97,121,99,111,111,107,105,101,115,0,16,0,15,35,111,118,101,114,116,111,112,99,111,111,107,105,101,115,0,16,0,28,35,111,119,95,99,111,111,107,105,101,95,99,111,110,115,101,110,116,95,99,111,110,116,97,105,110,101,114,0,16,0,15,35,111,119,110,67,111,111,107,105,101,76,97,121,101,114,0,16,0,25,35,111,122,121,45,99,111,111,107,105,101,95,110,111,116,105,99,101,95,98,97,110,110,101,114,0,16,0,26,35,112,56,48,95,99,111,111,107,105,101,95,110,111,116,105,99,101,95,119,114,97,112,112,101,114,0,16,0,13,35,112,67,111,111,107,105,101,77,111,100,97,108,0,16,0,15,35,112,67,111,111,107,105,101,77,111,100,97,108,86,49,0,16,0,15,35,112,67,111,111,107,105,101,87,97,114,110,105,110,103,0,16,0,10,35,112,95,99,105,73,110,110,101,114,0,16,0,40,35,112,95,108,116,95,99,116,108,48,48,95,67,111,111,107,105,101,78,111,116,105,99,101,95,112,110,108,67,111,111,107,105,101,78,111,116,105,99,101,0,16,0,33,35,112,95,112,95,105,100,95,99,111,111,107,105,101,95,87,65,82,95,99,111,111,107,105,101,112,111,114,116,108,101,116,95,0,16,0,54,35,112,95,112,95,105,100,95,99,111,111,107,105,101,115,112,111,108,105,99,121,112,111,114,116,108,101,116,95,87,65,82,95,99,111,111,107,105,101,115,112,111,108,105,99,121,112,111,114,116,108,101,116,95,0,16,0,21,35,112,97,99,107,116,95,103,100,112,114,95,99,111,110,116,97,105,110,101,114,0,16,0,22,35,112,97,103,101,32,62,32,46,112,114,105,118,97,99,121,45,111,112,116,105,110,0,16,0,19,35,112,97,103,101,45,97,100,118,105,99,101,45,99,111,111,107,105,101,0,16,0,19,35,112,97,103,101,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,16,0,13,35,112,97,103,101,45,99,111,111,107,105,101,115,0,16,0,17,35,112,97,103,101,45,99,111,111,107,105,101,115,45,98,97,114,0,16,0,12,35,112,97,103,101,67,111,111,107,105,101,115,0,16,0,17,35,112,97,103,101,85,115,101,67,111,111,107,105,101,68,105,118,0,16,0,17,35,112,97,103,101,95,99,111,111,107,105,101,95,109,101,110,117,0,16,0,21,35,112,97,103,101,115,95,99,111,111,107,105,101,95,99,111,110,115,101,110,116,0,16,0,15,35,112,97,109,67,111,111,107,105,101,76,97,121,101,114,0,16,0,19,35,112,97,110,67,111,111,107,105,101,67,111,110,116,97,105,110,101,114,0,16,0,17,35,112,97,110,67,111,111,107,105,101,82,101,113,117,101,115,116,0,16,0,12,35,112,97,110,95,99,111,111,107,105,101,115,0,16,0,13,35,112,97,110,101,108,45,99,111,111,107,105,101,0,16,0,19,35,112,97,110,101,108,45,99,111,111,107,105,101,45,117,115,97,103,101,0,16,0,14,35,112,97,110,101,108,45,99,111,111,107,105,101,115,0,16,0,12,35,112,97,110,101,108,67,111,111,107,105,101,0,16,0,17,35,112,97,110,101,108,67,111,111,107,105,101,115,73,110,102,111,0,16,0,13,35,112,97,110,101,108,95,99,111,111,107,105,101,0,16,0,20,35,112,97,110,101,108,95,99,111,111,107,105,101,95,98,111,116,116,111,109,0,16,0,17,35,112,97,110,101,108,95,99,111,111,107,105,101,95,100,111,108,0,16,0,13,35,112,97,110,101,108,99,111,111,107,105,101,115,0,16,0,17,35,112,97,110,116,97,108,108,97,45,67,111,111,107,105,101,115,0,16,0,17,35,112,97,110,116,97,108,108,97,95,99,111,111,107,105,101,115,0,16,0,19,35,112,97,111,95,119,97,114,110,105,110,103,95,99,111,111,107,105,101,0,16,0,24,35,112,97,112,101,114,105,102,121,45,112,114,111,45,99,111,111,107,105,101,45,105,102,121,0,16,0,25,35,112,97,112,101,114,112,108,97,110,101,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,16,0,17,35,112,97,114,97,103,114,97,112,104,95,99,111,111,107,105,101,0,16,0,34,35,112,97,114,101,110,116,95,83,105,116,101,67,111,111,107,105,101,77,101,115,115,97,103,101,67,111,110,116,97,105,110,101,114,0,16,0,18,35,112,97,114,107,45,99,111,111,107,105,101,98,97,114,45,101,108,0,16,0,13,35,112,97,114,116,45,99,111,111,107,105,101,115,0,16,0,17,35,112,97,115,101,107,95,99,105,97,115,116,101,99,122,107,97,0,16,0,23,35,112,97,115,101,107,95,107,111,109,117,110,105,107,97,116,95,99,111,111,107,105,101,0,16,0,16,35,112,97,115,116,105,108,108,97,45,99,111,111,107,105,101,0,16,0,30,35,112,97,120,45,99,111,111,107,105,101,115,45,109,101,115,115,97,103,101,45,99,111,110,116,97,105,110,101,114,0,16,0,25,35,112,98,45,99,111,111,107,105,101,115,45,112,111,108,105,99,121,45,98,97,110,110,101,114,0,16,0,16,35,112,98,65,99,99,101,112,116,67,111,111,107,105,101,115,0,16,0,18,35,112,98,95,99,111,111,107,105,101,95,99,111,110,115,101,110,116,0,16,0,18,35,112,98,95,99,111,111,107,105,101,95,109,101,115,115,97,103,101,0,16,0,14,35,112,98,98,45,99,111,111,107,105,101,108,97,119,0,16,0,17,35,112,99,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,16,0,18,35,112,99,45,99,111,111,107,105,101,115,45,110,111,116,105,99,101,0,16,0,18,35,112,99,99,109,115,67,111,111,107,105,101,115,65,108,101,114,116,0,16,0,13,35,112,100,95,99,111,111,107,105,101,108,97,119,0,16,0,11,35,112,100,112,97,45,112,111,112,117,112,0,16,0,20,35,112,100,112,97,45,112,114,105,118,97,99,121,45,112,111,108,105,99,121,0,16,0,23,35,112,101,99,114,45,99,111,109,112,108,105,97,110,99,101,45,98,97,110,110,101,114,0,16,0,27,35,112,101,99,114,45,99,111,111,107,105,101,45,98,97,110,110,101,114,45,119,114,97,112,112,101,114,0,16,0,20,35,112,101,99,114,45,99,111,111,107,105,101,45,119,97,114,110,105,110,103,0,16,0,16,35,112,101,114,109,105,115,111,95,99,111,111,107,105,101,115,0,16,0,15,35,112,101,114,109,105,115,115,105,111,110,45,98,97,114,0,16,0,22,35,112,101,114,109,105,115,115,105,111,110,45,98,97,114,45,112,114,111,109,112,116,0,16,0,23,35,112,101,114,109,105,115,115,105,111,110,95,114,101,113,117,101,115,116,95,98,111,120,0,16,0,21,35,112,101,114,112,101,116,117,117,109,45,99,111,111,107,105,101,45,98,97,114,0,16,0,15,35,112,102,45,99,111,111,107,105,101,45,104,105,110,116,0,16,0,15,35,112,102,67,111,111,107,105,101,78,111,116,105,99,101,0,16,0,22,35,112,102,105,122,101,114,95,99,111,111,107,105,101,115,95,112,111,108,105,99,121,0,16,0,21,35,112,102,119,67,111,111,107,105,101,80,114,101,102,101,114,101,110,99,101,115,0,16,0,17,35,112,103,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,16,0,15,35,112,103,45,99,111,111,107,105,101,115,73,110,102,111,0,16,0,8,35,112,103,45,103,100,112,114,0,16,0,10,35,112,103,100,103,45,103,100,112,114,0,16,0,19,35,112,104,45,99,111,111,107,105,101,115,45,97,107,107,111,111,114,100,0,16,0,16,35,112,104,67,111,111,107,105,101,67,111,110,115,101,110,116,0,16,0,18,35,112,104,101,119,95,99,111,111,107,105,101,95,112,111,112,117,112,0,16,0,28,35,112,104,114,97,115,101,95,110,111,116,105,102,105,99,97,116,105,111,110,95,99,111,111,107,105,101,115,0,16,0,24,35,112,105,97,110,111,45,105,110,102,111,98,97,114,45,99,111,110,116,97,105,110,101,114,0,16,0,17,35,112,105,101,95,109,101,110,117,95,99,111,111,107,105,101,115,0,16,0,16,35,112,105,115,107,111,116,79,112,111,122,111,114,105,108,111,0,16,0,8,35,112,105,115,107,111,116,105,0,16,0,9,35,112,105,115,107,111,116,107,105,0,16,0,13,35,112,105,115,107,111,116,107,105,95,100,105,118,0,16,0,19,35,112,105,115,107,111,116,107,105,95,111,98,118,101,115,116,105,108,111,0,16,0,17,35,112,105,115,107,111,116,107,105,95,119,114,97,112,112,101,114,0,16,0,23,35,112,105,119,105,107,45,98,97,110,110,101,114,45,99,111,110,116,97,105,110,101,114,0,16,0,12,35,112,105,119,105,107,45,102,108,121,105,110,0,16,0,10,35,112,105,120,99,111,111,107,105,101,0,16,0,18,35,112,106,65,99,99,101,112,116,67,111,111,107,105,101,66,97,114,0,16,0,21,35,112,108,45,115,112,45,112,114,105,118,97,99,121,45,98,117,116,116,111,110,0,16,0,10,35,112,108,95,99,111,111,107,105,101,0,16,0,11,35,112,108,95,99,111,111,107,105,101,115,0,16,0,27,35,112,108,97,116,102,111,114,109,95,99,111,111,107,105,101,95,112,111,108,105,99,121,95,98,97,114,0,16,0,23,35,112,108,101,97,115,101,45,97,112,112,114,111,118,101,45,99,111,111,107,105,101,115,0,16,0,18,35,112,108,101,110,116,121,45,99,111,111,107,105,101,45,98,97,114,0,16,0,17,35,112,108,103,45,99,111,111,107,105,101,110,111,116,105,99,101,0,16,0,16,35,112,108,105,107,105,67,111,111,107,105,101,115,80,111,112,0,16,0,18,35,112,108,117,103,105,110,95,99,111,111,107,105,101,95,105,110,116,0,16,0,22,35,112,109,45,45,99,111,111,107,105,101,45,112,101,114,109,105,115,115,105,111,110,0,16,0,10,35,112,109,45,99,111,111,107,105,101,0,16,0,17,35,112,109,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,16,0,18,35,112,109,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,16,0,16,35,112,109,45,99,111,111,107,105,101,45,110,111,116,105,102,0,16,0,18,35,112,109,45,112,114,105,118,97,99,121,45,98,97,110,110,101,114,0,16,0,17,35,112,109,49,51,95,99,111,111,107,105,101,95,105,110,102,111,0,16,0,17,35,112,109,49,53,95,99,111,111,107,105,101,95,105,110,102,111,0,16,0,11,35,112,109,95,99,111,111,107,105,101,115,0,16,0,17,35,112,109,99,95,116,111,117,112,112,95,110,111,116,105,99,101,0,16,0,12,35,112,110,108,45,99,111,111,107,105,101,115,0,16,0,20,35,112,110,108,45,99,111,111,107,105,101,115,45,119,97,114,110,105,110,103,0,16,0,23,35,112,110,108,65,112,112,114,111,118,101,67,111,111,107,105,101,115,85,115,97,103,101,0,16,0,10,35,112,110,108,67,111,111,107,105,101,0,16,0,16,35,112,110,108,67,111,111,107,105,101,66,97,110,110,101,114,0,16,0,13,35,112,110,108,67,111,111,107,105,101,66,97,114,0,16,0,17,35,112,110,108,67,111,111,107,105,101,67,111,110,115,101,110,116,0,16,0,16,35,112,110,108,67,111,111,107,105,101,70,111,111,116,101,114,0,16,0,14,35,112,110,108,67,111,111,107,105,101,73,110,102,111,0,16,0,17,35,112,110,108,67,111,111,107,105,101,77,101,115,115,97,103,101,0,16,0,16,35,112,110,108,67,111,111,107,105,101,78,111,116,105,99,101,0,16,0,16,35,112,110,108,67,111,111,107,105,101,83,116,97,116,117,115,0,16,0,11,35,112,110,108,67,111,111,107,105,101,115,0,16,0,23,35,112,110,108,67,111,111,107,105,101,115,78,111,116,105,102,105,99,97,116,105,111,110,0,16,0,18,35,112,110,108,69,85,67,111,111,107,105,101,66,97,110,110,101,114,0,16,0,11,35,112,110,108,80,114,105,118,97,99,121,0,16,0,11,35,112,110,110,45,99,111,111,107,105,101,0,16,0,10,35,112,110,115,99,111,111,107,105,101,0,16,0,16,35,112,111,105,116,121,107,97,45,99,105,97,115,116,101,107,0,16,0,12,35,112,111,108,45,99,111,111,107,105,101,115,0,16,0,10,35,112,111,108,67,111,99,107,105,101,0,16,0,11,35,112,111,108,67,111,111,107,105,101,115,0,16,0,12,35,112,111,108,95,99,111,111,107,105,101,115,0,16,0,19,35,112,111,108,97,110,100,95,99,111,111,107,105,101,95,99,111,110,116,0,16,0,24,35,112,111,108,97,114,105,115,45,99,111,110,115,101,110,116,45,119,105,100,103,101,116,115,0,16,0,13,35,112,111,108,105,99,105,121,65,108,101,114,116,0,16,0,14,35,112,111,108,105,99,121,45,97,99,99,101,112,116,0,16,0,14,35,112,111,108,105,99,121,45,98,97,110,110,101,114,0,16,0,14,35,112,111,108,105,99,121,45,99,111,111,107,105,101,0,16,0,21,35,112,111,108,105,99,121,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,16,0,22,35,112,111,108,105,99,121,45,99,111,111,107,105,101,115,45,98,97,110,110,101,114,0,16,0,11,35,112,111,108,105,99,121,45,100,105,118,0,16,0,20,35,112,111,108,105,99,121,45,109,111,100,97,108,45,98,97,110,110,101,114,0,16,0,13,35,112,111,108,105,99,121,45,112,111,112,117,112,0,16,0,21,35,112,111,108,105,99,121,45,115,101,116,116,105,110,103,115,45,105,110,102,111,0,16,0,18,35,112,111,108,105,99,121,45,118,97,108,105,100,97,116,105,111,110,0,16,0,25,35,112,111,108,105,99,121,45,119,97,114,110,105,110,103,45,99,111,110,116,97,105,110,101,114,0,16,0,21,35,112,111,108,105,99,121,45,119,97,114,110,105,110,103,45,112,111,112,117,112,0,16,0,14,35,112,111,108,105,99,121,45,119,105,110,100,111,119,0,16,0,17,35,112,111,108,105,99,121,65,108,101,114,116,80,97,110,101,108,0,16,0,20,35,112,111,108,105,99,121,66,97,110,110,101,114,87,114,97,112,112,101,114,0,16,0,10,35,112,111,108,105,99,121,66,97,114,0,16,0,14,35,112,111,108,105,99,121,67,111,110,115,101,110,116,0,16,0,13,35,112,111,108,105,99,121,67,111,111,107,105,101,0,16,0,24,35,112,111,108,105,99,121,67,111,111,107,105,101,73,110,102,111,114,109,97,116,105,111,110,0,16,0,14,35,112,111,108,105,99,121,67,111,111,107,105,101,115,0,16,0,19,35,112,111,108,105,99,121,67,111,111,107,105,101,115,76,97,121,101,114,0,16,0,14,35,112,111,108,105,99,121,77,101,115,115,97,103,101,0,16,0,13,35,112,111,108,105,99,121,78,111,116,105,99,101,0,16,0,12,35,112,111,108,105,99,121,80,97,110,101,108,0,16,0,12,35,112,111,108,105,99,121,80,111,112,117,112,0,16,0,21,35,112,111,108,105,99,121,80,111,112,117,112,67,111,110,116,97,105,110,101,114,0,16,0,14,35,112,111,108,105,99,121,95,99,111,111,107,105,101,0,16,0,14,35,112,111,108,105,99,121,95,104,101,97,100,101,114,0,16,0,15,35,112,111,108,105,99,121,95,109,101,115,115,97,103,101,0,16,0,14,35,112,111,108,105,99,121,95,110,111,116,105,99,101,0,16,0,15,35,112,111,108,105,99,121,95,119,114,97,112,112,101,114,0,16,0,19,35,112,111,108,105,115,104,45,99,111,111,107,105,101,45,110,111,116,101,0,16,0,17,35,112,111,108,105,116,105,99,97,45,99,111,111,107,105,101,115,0,16,0,26,35,112,111,108,105,116,105,99,97,45,112,114,105,118,97,99,105,100,97,100,101,45,108,103,112,100,0,16,0,15,35,112,111,108,105,116,105,99,97,67,111,111,107,105,101,0,16,0,16,35,112,111,108,105,116,105,99,97,67,111,111,107,105,101,115,0,16,0,18,35,112,111,108,105,116,105,99,97,68,101,67,111,111,107,105,101,115,0,16,0,20,35,112,111,108,105,116,105,99,97,80,114,105,118,97,99,105,100,97,100,101,0,16,0,17,35,112,111,108,105,116,105,99,97,95,99,111,111,107,105,101,115,0,16,0,20,35,112,111,108,105,116,105,99,97,95,100,101,95,99,111,111,107,105,101,115,0,16,0,30,35,112,111,108,105,116,105,99,97,95,100,101,95,99,111,111,107,105,101,115,95,99,111,110,116,97,105,110,101,114,0,16,0,23,35,112,111,108,105,116,105,99,97,95,100,101,95,112,114,105,118,97,99,105,100,97,100,0,16,0,16,35,112,111,108,105,116,105,99,97,99,111,111,107,105,101,115,0,16,0,26,35,112,111,108,105,116,105,113,117,101,95,99,111,110,102,105,100,101,110,116,105,97,108,105,116,101,0,16,0,17,35,112,111,108,105,116,121,107,97,45,99,105,97,115,116,101,107,0,16,0,16,35,112,111,108,105,116,121,107,97,45,99,111,111,107,105,101,0,16,0,17,35,112,111,108,105,116,121,107,97,45,99,111,111,107,105,101,115,0,16,0,21,35,112,111,108,105,116,121,107,97,45,112,114,121,119,97,116,110,111,115,99,105,0,16,0,25,35,112,111,108,105,116,121,107,97,45,112,114,121,119,97,116,110,111,115,99,105,45,116,108,111,0,16,0,26,35,112,111,108,105,116,121,107,97,80,114,121,119,97,116,110,111,115,99,105,72,111,108,100,101,114,0,16,0,21,35,112,111,108,105,116,121,107,97,95,99,111,111,107,105,101,95,101,120,101,108,0,16,0,17,35,112,111,108,105,116,121,107,97,95,99,111,111,107,105,101,115,0,16,0,14,35,112,111,108,105,116,121,107,97,95,111,107,110,111,0,16,0,14,35,112,111,108,105,116,121,107,97,99,111,111,107,105,0,16,0,16,35,112,111,108,105,116,121,107,97,99,111,111,107,105,101,115,0,16,0,20,35,112,111,108,105,116,121,107,97,112,114,121,119,97,116,110,111,115,99,105,0,16,0,16,35,112,111,111,108,99,111,111,107,105,101,98,97,100,103,101,0,16,0,11,35,112,111,112,45,99,111,111,107,105,101,0,16,0,20,35,112,111,112,45,99,111,111,107,105,101,45,98,97,99,107,100,114,111,112,0,16,0,12,35,112,111,112,45,99,111,111,107,105,101,115,0,16,0,9,35,112,111,112,45,103,100,112,114,0,16,0,14,35,112,111,112,45,117,112,45,99,111,111,107,105,101,0,16,0,15,35,112,111,112,45,117,112,45,99,111,111,107,105,101,115,0,16,0,10,35,112,111,112,67,111,111,107,105,101,0,16,0,21,35,112,111,112,73,110,67,111,111,107,105,101,67,111,110,116,97,105,110,101,114,0,16,0,13,35,112,111,112,85,112,67,111,111,107,105,101,115,0,16,0,22,35,112,111,112,85,112,67,111,111,107,105,101,115,67,111,110,116,97,105,110,101,114,0,16,0,16,35,112,111,112,85,112,73,110,102,111,115,76,101,103,97,108,0,16,0,12,35,112,111,112,95,99,111,111,107,105,101,115,0,16,0,9,35,112,111,112,95,114,103,112,100,0,16,0,16,35,112,111,112,95,115,105,116,101,95,99,111,111,107,105,101,0,16,0,8,35,112,111,112,99,99,49,50,0,16,0,8,35,112,111,112,99,111,111,107,0,16,0,10,35,112,111,112,99,111,111,107,105,101,0,16,0,11,35,112,111,112,99,111,111,107,105,101,115,0,16,0,20,35,112,111,112,105,110,45,97,99,99,101,112,116,45,99,111,111,107,105,101,0,16,0,17,35,112,111,112,105,110,45,99,103,117,45,99,111,111,107,105,101,0,16,0,11,35,112,111,112,105,110,45,99,110,105,108,0,16,0,13,35,112,111,112,105,110,45,99,111,111,107,105,101,0,16,0,14,35,112,111,112,105,110,45,99,111,111,107,105,101,115,0,16,0,12,35,112,111,112,105,110,67,111,111,107,105,101,0,16,0,13,35,112,111,112,105,110,67,111,111,107,105,101,115,0,16,0,13,35,112,111,112,105,110,95,99,111,111,107,105,101,0,16,0,14,35,112,111,112,105,110,95,99,111,111,107,105,101,115,0,16,0,19,35,112,111,112,105,110,95,105,110,102,111,115,99,111,111,107,105,101,115,0,16,0,17,35,112,111,112,105,110,95,116,99,95,112,114,105,118,97,99,121,0,16,0,12,35,112,111,112,105,110,99,111,111,107,105,101,0,16,0,8,35,112,111,112,114,103,112,100,0,16,0,15,35,112,111,112,117,112,45,45,99,111,111,107,105,101,115,0,16,0,21,35,112,111,112,117,112,45,97,99,99,101,112,116,45,99,111,111,107,105,101,115,0,16,0,20,35,112,111,112,117,112,45,97,110,110,111,117,110,99,101,109,101,110,116,115,0,16,0,11,35,112,111,112,117,112,45,99,99,112,97,0,16,0,22,35,112,111,112,117,112,45,99,111,110,116,97,105,110,101,114,45,97,118,105,115,111,0,16,0,14,35,112,111,112,117,112,45,99,111,111,99,107,105,101,0,16,0,13,35,112,111,112,117,112,45,99,111,111,107,105,101,0,16,0,23,35,112,111,112,117,112,45,99,111,111,107,105,101,45,97,103,114,101,101,109,101,110,116,0,16,0,19,35,112,111,112,117,112,45,99,111,111,107,105,101,45,98,108,111,99,107,0,16,0,18,35,112,111,112,117,112,45,99,111,111,107,105,101,45,99,110,105,108,0,16,0,23,35,112,111,112,117,112,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,16,0,24,35,112,111,112,117,112,45,99,111,111,107,105,101,45,99,111,110,116,101,110,101,100,111,114,0,16,0,20,35,112,111,112,117,112,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,16,0,26,35,112,111,112,117,112,45,99,111,111,107,105,101,45,112,111,108,105,99,121,45,115,109,97,108,108,0,16,0,18,35,112,111,112,117,112,45,99,111,111,107,105,101,45,119,97,108,108,0,16,0,20,35,112,111,112,117,112,45,99,111,111,107,105,101,67,111,110,115,101,110,116,0,16,0,14,35,112,111,112,117,112,45,99,111,111,107,105,101,115,0,16,0,17,35,112,111,112,117,112,45,99,111,111,107,105,101,115,45,49,56,0,16,0,21,35,112,111,112,117,112,45,99,111,111,107,105,101,115,45,98,111,116,116,111,109,0,16,0,22,35,112,111,112,117,112,45,99,111,111,107,105,101,115,45,111,118,101,114,108,97,121,0,16,0,21,35,112,111,112,117,112,45,99,111,111,107,105,101,115,45,112,111,108,105,99,101,0,16,0,17,35,112,111,112,117,112,45,100,105,115,99,108,97,105,109,101,114,0,16,0,11,35,112,111,112,117,112,45,103,100,112,114,0,16,0,15,35,112,111,112,117,112,45,109,97,115,107,45,114,100,111,0,16,0,20,35,112,111,112,117,112,45,112,114,105,118,97,99,121,112,111,108,105,99,121,0,16,0,21,35,112,111,112,117,112,45,119,101,98,112,97,103,101,45,99,111,111,107,105,101,0,16,0,19,35,112,111,112,117,112,65,118,118,105,115,111,67,111,111,107,105,101,115,0,16,0,20,35,112,111,112,117,112,67,78,73,76,45,99,111,110,116,97,105,110,101,114,0,16,0,12,35,112,111,112,117,112,67,111,111,107,105,101,0,16,0,13,35,112,111,112,117,112,67,111,111,107,105,101,115,0,16,0,11,35,112,111,112,117,112,95,99,110,105,108,0,16,0,13,35,112,111,112,117,112,95,99,111,111,107,105,101,0,16,0,27,35,112,111,112,117,112,95,99,111,111,107,105,101,95,99,111,110,116,101,110,101,114,95,109,97,105,110,0,16,0,18,35,112,111,112,117,112,95,99,111,111,107,105,101,95,105,110,102,111,0,16,0,25,35,112,111,112,117,112,95,99,111,111,107,105,101,95,105,110,102,111,114,109,97,116,105,111,110,0,16,0,17,35,112,111,112,117,112,95,99,111,111,107,105,101,95,108,97,119,0,16,0,14,35,112,111,112,117,112,95,99,111,111,107,105,101,115,0,16,0,20,35,112,111,112,117,112,95,99,111,111,107,105,101,115,95,109,111,100,97,108,0,16,0,21,35,112,111,112,117,112,95,99,111,111,107,105,101,115,95,112,111,108,105,99,121,0,16,0,18,35,112,111,112,117,112,95,105,110,102,111,95,99,111,111,107,105,101,0,16,0,16,35,112,111,112,117,112,95,108,111,105,99,111,111,107,105,101,0,16,0,12,35,112,111,112,117,112,99,111,111,107,105,101,0,16,0,13,35,112,111,112,117,112,99,111,111,107,105,101,115,0,16,0,16,35,112,111,112,117,112,100,101,115,99,111,111,107,105,101,115,0,16,0,10,35,112,111,112,117,112,103,100,112,114,0,16,0,10,35,112,111,112,117,112,114,103,112,100,0,16,0,19,35,112,111,114,116,97,108,45,99,111,111,107,105,101,45,105,110,102,111,0,16,0,20,35,112,111,114,116,97,108,45,99,111,111,107,105,101,111,112,116,111,117,116,0,16,0,22,35,112,111,115,105,116,105,118,95,99,111,111,107,105,101,115,95,102,105,101,108,100,0,16,0,12,35,112,111,119,97,45,99,111,111,107,105,101,0,16,0,17,35,112,112,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,16,0,10,35,112,112,67,111,111,107,105,101,115,0,16,0,10,35,112,112,95,99,111,111,107,105,101,0,16,0,18,35,112,112,95,99,111,111,107,105,101,95,99,111,110,115,101,110,116,0,16,0,13,35,112,112,95,99,111,111,107,105,101,108,97,119,0,16,0,12,35,112,112,97,45,99,111,111,107,105,101,115,0,16,0,9,35,112,112,99,111,111,107,105,101,0,16,0,20,35,112,112,109,115,95,99,109,95,98,97,114,95,111,118,101,114,108,97,121,0,16,0,22,35,112,112,109,115,95,99,109,95,112,111,112,117,112,95,111,118,101,114,108,97,121,0,16,0,19,35,112,113,45,112,97,103,101,45,116,111,112,45,99,111,111,107,105,101,0,16,0,23,35,112,114,97,105,118,97,99,121,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,16,0,16,35,112,114,97,105,118,97,99,121,45,110,111,116,105,99,101,0,16,0,20,35,112,114,97,118,100,97,45,99,111,111,107,105,101,45,117,115,97,103,101,0,16,0,27,35,112,114,101,102,101,114,101,110,99,101,115,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,16,0,8,35,112,114,101,103,100,112,114,0,16,0,18,35,112,114,101,104,101,97,100,101,114,95,99,111,111,107,105,101,115,0,16,0,21,35,112,114,101,116,116,121,67,111,111,107,105,101,95,109,101,115,115,97,103,101,0,16,0,16,35,112,114,101,118,101,110,116,95,99,111,111,107,105,101,115,0,16,0,17,35,112,114,102,114,109,95,99,111,111,107,105,101,95,98,110,114,0,16,0,14,35,112,114,105,99,97,99,121,95,112,111,112,117,112,0,16,0,27,35,112,114,105,99,101,112,105,114,97,116,101,115,45,99,111,111,107,105,101,45,97,99,99,101,112,116,0,16,0,18,35,112,114,105,104,118,97,99,97,109,75,111,108,97,99,105,99,101,0,16,0,10,35,112,114,105,109,117,115,45,99,99,0,16,0,27,35,112,114,105,111,49,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,115,109,97,108,108,0,16,0,14,35,112,114,105,118,97,99,105,100,97,100,66,97,114,0,16,0,15,35,112,114,105,118,97,99,121,45,97,100,118,105,115,101,0,16,0,14,35,112,114,105,118,97,99,121,45,97,108,101,114,116,0,16,0,19,35,112,114,105,118,97,99,121,45,97,108,101,114,116,45,98,108,117,114,0,16,0,15,35,112,114,105,118,97,99,121,45,98,97,110,110,101,114,0,16,0,12,35,112,114,105,118,97,99,121,45,98,97,114,0,16,0,18,35,112,114,105,118,97,99,121,45,98,111,116,116,111,109,98,97,114,0,16,0,23,35,112,114,105,118,97,99,121,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,0,16,0,24,35,112,114,105,118,97,99,121,45,99,111,110,115,101,110,116,45,111,118,101,114,108,97,121,0,16,0,15,35,112,114,105,118,97,99,121,45,99,111,111,107,105,101,0,16,0,22,35,112,114,105,118,97,99,121,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,16,0,20,35,112,114,105,118,97,99,121,45,99,111,111,107,105,101,45,105,110,102,111,0,16,0,22,35,112,114,105,118,97,99,121,45,99,111,111,107,105,101,77,101,115,115,97,103,101,0,16,0,19,35,112,114,105,118,97,99,121,45,100,105,115,99,108,97,105,109,101,114,0,16,0,21,35,112,114,105,118,97,99,121,45,102,105,120,101,100,45,98,111,116,116,111,109,0,16,0,15,35,112,114,105,118,97,99,121,45,102,111,111,116,101,114,0,16,0,13,35,112,114,105,118,97,99,121,45,104,105,110,116,0,16,0,34,35,112,114,105,118,97,99,121,45,105,110,102,111,114,109,97,116,105,111,110,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,16,0,14,35,112,114,105,118,97,99,121,45,108,97,121,101,114,0,16,0,20,35,112,114,105,118,97,99,121,45,109,101,115,115,97,103,101,45,98,97,114,0,16,0,22,35,112,114,105,118,97,99,121,45,109,115,103,45,99,111,110,116,97,105,110,101,114,0,16,0,13,35,112,114,105,118,97,99,121,45,110,111,116,101,0,16,0,19,35,112,114,105,118,97,99,121,45,110,111,116,105,99,101,45,98,111,120,0,16,0,28,35,112,114,105,118,97,99,121,45,110,111,116,105,102,105,99,97,116,105,111,110,45,98,97,110,110,101,114,0,16,0,23,35,112,114,105,118,97,99,121,45,111,118,101,114,108,97,121,45,98,97,110,110,101,114,0,16,0,15,35,112,114,105,118,97,99,121,45,112,111,108,105,99,101,0,16,0,24,35,112,114,105,118,97,99,121,45,112,111,108,105,99,105,101,115,45,98,97,110,110,101,114,0,16,0,22,35,112,114,105,118,97,99,121,45,112,111,108,105,99,121,45,98,97,110,110,101,114,0,16,0,19,35,112,114,105,118,97,99,121,45,112,111,108,105,99,121,45,98,97,114,0,16,0,30,35,112,114,105,118,97,99,121,45,112,111,108,105,99,121,45,103,108,111,98,97,108,45,109,101,115,115,97,103,101,0,16,0,28,35,112,114,105,118,97,99,121,45,112,111,108,105,99,121,45,108,105,110,107,45,119,114,97,112,112,101,114,0,16,0,21,35,112,114,105,118,97,99,121,45,112,111,108,105,99,121,45,109,111,100,97,108,0,16,0,20,35,112,114,105,118,97,99,121,45,112,111,108,105,99,121,45,110,111,116,101,0,16,0,22,35,112,114,105,118,97,99,121,45,112,111,108,105,99,121,45,110,111,116,105,99,101,0,16,0,28,35,112,114,105,118,97,99,121,45,112,111,108,105,99,121,45,110,111,116,105,102,105,99,97,116,105,111,110,0,16,0,21,35,112,114,105,118,97,99,121,45,112,111,108,105,99,121,45,112,97,110,101,108,0,16,0,21,35,112,114,105,118,97,99,121,45,112,111,108,105,99,121,45,112,111,112,117,112,0,16,0,23,35,112,114,105,118,97,99,121,45,112,111,108,105,99,121,45,117,112,100,97,116,101,100,0,16,0,15,35,112,114,105,118,97,99,121,45,112,111,112,45,117,112,0,16,0,14,35,112,114,105,118,97,99,121,45,112,111,112,117,112,0,16,0,24,35,112,114,105,118,97,99,121,45,112,111,112,117,112,45,99,111,110,116,97,105,110,101,114,0,16,0,15,35,112,114,105,118,97,99,121,45,115,104,105,101,108,100,0,16,0,26,35,112,114,105,118,97,99,121,45,115,116,97,116,101,109,101,110,116,45,119,114,97,112,112,101,114,0,16,0,33,35,112,114,105,118,97,99,121,45,115,116,97,116,101,109,101,110,116,58,110,111,116,40,46,99,104,101,99,107,98,111,120,41,0,16,0,14,35,112,114,105,118,97,99,121,45,116,111,97,115,116,0,16,0,15,35,112,114,105,118,97,99,121,45,117,112,100,97,116,101,0,16,0,28,35,112,114,105,118,97,99,121,65,110,100,67,111,111,107,105,101,78,111,116,105,99,101,80,97,110,101,108,0,16,0,30,35,112,114,105,118,97,99,121,65,110,100,67,111,111,107,105,101,115,67,111,110,102,105,114,109,97,116,105,111,110,0,16,0,30,35,112,114,105,118,97,99,121,65,110,110,111,117,110,99,101,109,101,110,116,58,110,111,116,40,98,111,100,121,41,0,16,0,14,35,112,114,105,118,97,99,121,66,97,110,110,101,114,0,16,0,11,35,112,114,105,118,97,99,121,66,97,114,0,16,0,15,35,112,114,105,118,97,99,121,67,111,110,115,101,110,116,0,16,0,14,35,112,114,105,118,97,99,121,67,111,111,107,105,101,0,16,0,24,35,112,114,105,118,97,99,121,67,111,111,107,105,101,68,105,115,99,108,97,105,109,101,114,0,16,0,19,35,112,114,105,118,97,99,121,67,111,111,107,105,101,76,97,121,101,114,0,16,0,37,35,112,114,105,118,97,99,121,67,111,111,107,105,101,115,80,111,108,105,99,121,77,101,115,115,97,103,101,67,111,110,116,97,105,110,101,114,0,16,0,18,35,112,114,105,118,97,99,121,68,105,115,99,108,97,105,109,101,114,0,16,0,12,35,112,114,105,118,97,99,121,72,105,110,116,0,16,0,26,35,112,114,105,118,97,99,121,78,111,116,101,80,111,112,117,112,67,111,110,116,97,105,110,101,114,0,16,0,20,35,112,114,105,118,97,99,121,78,111,116,105,99,101,85,112,100,97,116,101,0,16,0,20,35,112,114,105,118,97,99,121,78,111,116,105,102,105,99,97,116,105,111,110,0,16,0,23,35,112,114,105,118,97,99,121,78,111,116,105,102,121,67,111,110,116,97,105,110,101,114,0,16,0,26,35,112,114,105,118,97,99,121,79,112,116,105,111,110,115,67,111,111,107,105,101,79,112,116,73,110,0,16,0,22,35,112,114,105,118,97,99,121,79,117,116,101,114,67,111,110,116,97,105,110,101,114,0,16,0,15,35,112,114,105,118,97,99,121,79,118,101,114,108,97,121,0,16,0,17,35,112,114,105,118,97,99,121,80,111,108,105,99,121,66,97,114,0,16,0,17,35,112,114,105,118,97,99,121,80,111,108,105,99,121,66,111,120,0,16,0,21,35,112,114,105,118,97,99,121,80,111,108,105,99,121,67,111,111,107,105,101,115,0,16,0,18,35,112,114,105,118,97,99,121,80,111,108,105,99,121,73,110,102,111,0,16,0,19,35,112,114,105,118,97,99,121,80,111,108,105,99,121,76,97,121,101,114,0,16,0,20,35,112,114,105,118,97,99,121,80,111,108,105,99,121,76,97,121,101,114,78,0,16,0,18,35,112,114,105,118,97,99,121,80,111,108,105,99,121,78,111,116,101,0,16,0,21,35,112,114,105,118,97,99,121,80,111,108,105,99,121,79,118,101,114,108,97,121,0,16,0,19,35,112,114,105,118,97,99,121,80,111,108,105,99,121,80,111,112,117,112,0,16,0,13,35,112,114,105,118,97,99,121,80,111,112,117,112,0,16,0,14,35,112,114,105,118,97,99,121,83,108,105,100,101,114,0,16,0,14,35,112,114,105,118,97,99,121,84,111,112,66,97,114,0,16,0,16,35,112,114,105,118,97,99,121,87,97,114,105,110,105,110,103,0,16,0,21,35,112,114,105,118,97,99,121,87,97,114,110,105,110,103,66,97,110,110,101,114,0,16,0,15,35,112,114,105,118,97,99,121,87,114,97,112,112,101,114,0,16,0,15,35,112,114,105,118,97,99,121,95,97,99,99,101,112,116,0,16,0,18,35,112,114,105,118,97,99,121,95,97,103,114,101,101,109,101,110,116,0,16,0,16,35,112,114,105,118,97,99,121,95,98,97,110,100,101,97,117,0,16,0,15,35,112,114,105,118,97,99,121,95,98,97,110,110,101,114,0,16,0,12,35,112,114,105,118,97,99,121,95,98,97,114,0,16,0,14,35,112,114,105,118,97,99,121,95,98,97,114,114,101,0,16,0,20,35,112,114,105,118,97,99,121,95,98,108,111,99,107,115,99,114,101,101,110,0,16,0,22,35,112,114,105,118,97,99,121,95,98,111,120,95,99,111,110,116,97,105,110,101,114,0,16,0,15,35,112,114,105,118,97,99,121,95,99,111,111,107,105,101,0,16,0,20,35,112,114,105,118,97,99,121,95,99,111,111,107,105,101,95,110,111,116,101,0,16,0,21,35,112,114,105,118,97,99,121,95,99,111,111,107,105,101,95,112,111,112,117,112,0,16,0,21,35,112,114,105,118,97,99,121,95,99,111,111,107,105,101,112,111,108,105,99,121,0,16,0,16,35,112,114,105,118,97,99,121,95,99,111,111,107,105,101,115,0,16,0,14,35,112,114,105,118,97,99,121,95,99,111,118,101,114,0,16,0,21,35,112,114,105,118,97,99,121,95,105,110,102,111,95,99,111,110,116,101,110,116,0,16,0,21,35,112,114,105,118,97,99,121,95,105,110,102,111,95,111,118,101,114,108,97,121,0,16,0,12,35,112,114,105,118,97,99,121,95,108,97,119,0,16,0,26,35,112,114,105,118,97,99,121,95,109,101,115,115,97,103,101,95,97,108,101,114,116,95,100,105,118,0,16,0,14,35,112,114,105,118,97,99,121,95,109,111,100,97,108,0,16,0,15,35,112,114,105,118,97,99,121,95,110,111,116,105,99,101,0,16,0,22,35,112,114,105,118,97,99,121,95,112,111,108,105,99,121,95,98,97,110,110,101,114,0,16,0,19,35,112,114,105,118,97,99,121,95,112,111,108,105,99,121,95,98,97,114,0,16,0,27,35,112,114,105,118,97,99,121,95,112,111,108,105,99,121,95,108,105,110,107,95,119,105,110,100,111,119,0,16,0,14,35,112,114,105,118,97,99,121,95,112,111,112,117,112,0,16,0,22,35,112,114,105,118,97,99,121,95,116,101,114,109,115,95,99,111,111,107,105,101,115,0,16,0,15,35,112,114,105,118,97,99,121,95,119,105,100,103,101,116,0,16,0,14,35,112,114,105,118,97,99,121,98,97,110,110,101,114,0,16,0,20,35,112,114,105,118,97,99,121,98,97,110,110,101,114,95,109,111,100,97,108,0,16,0,11,35,112,114,105,118,97,99,121,98,97,114,0,16,0,14,35,112,114,105,118,97,99,121,99,111,111,107,105,101,0,16,0,27,35,112,114,105,118,97,99,121,99,111,111,107,105,101,45,100,105,118,45,115,117,112,101,114,116,111,112,0,16,0,12,35,112,114,105,118,97,99,121,104,105,110,116,0,16,0,15,35,112,114,105,118,97,99,121,109,97,110,97,103,101,114,0,16,0,15,35,112,114,105,118,97,99,121,109,101,115,115,97,103,101,0,16,0,14,35,112,114,105,118,97,99,121,110,111,116,105,99,101,0,16,0,25,35,112,114,105,118,97,99,121,112,111,108,105,99,121,58,110,111,116,40,105,110,112,117,116,41,0,16,0,23,35,112,114,105,118,97,99,121,112,111,108,105,99,121,99,111,110,116,97,105,110,101,114,0,16,0,13,35,112,114,105,118,97,99,121,112,111,112,117,112,0,16,0,13,35,112,114,105,118,97,116,66,97,110,110,101,114,0,16,0,15,35,112,114,105,118,97,116,101,45,112,111,108,105,99,121,0,16,0,20,35,112,114,105,118,97,116,101,80,111,108,105,99,121,72,111,108,100,101,114,0,16,0,21,35,112,114,111,45,99,112,45,100,105,97,108,111,103,45,98,97,110,110,101,114,0,16,0,22,35,112,114,111,45,99,112,45,100,105,97,108,111,103,45,119,114,97,112,112,101,114,0,16,0,14,35,112,114,111,95,99,111,111,107,105,101,98,111,120,0,16,0,22,35,112,114,111,95,101,117,99,108,112,95,99,111,111,107,105,101,115,95,98,111,120,0,16,0,15,35,112,114,111,109,112,116,45,99,111,111,107,105,101,115,0,16,0,23,35,112,114,111,110,97,109,105,99,95,99,111,111,107,105,101,95,104,111,108,100,101,114,0,16,0,24,35,112,114,111,115,105,116,101,95,99,111,111,107,105,101,95,97,100,118,97,114,115,101,108,0,16,0,19,35,112,115,67,111,111,107,105,101,68,105,115,99,108,97,105,109,101,114,0,16,0,21,35,112,115,67,111,111,107,105,101,83,108,105,100,101,114,67,111,110,66,111,116,0,16,0,21,35,112,115,95,99,111,111,107,105,101,98,97,114,95,99,111,111,107,105,101,115,0,16,0,16,35,112,116,67,111,111,107,105,101,66,97,114,87,114,97,112,0,16,0,16,35,112,116,67,111,111,107,105,101,67,111,110,115,101,110,116,0,16,0,12,35,112,116,97,108,107,99,111,111,107,105,101,0,16,0,18,35,112,117,98,108,105,99,67,111,111,107,105,101,85,115,97,103,101,0,16,0,18,35,112,117,114,99,104,45,103,100,112,114,45,98,97,110,110,101,114,0,16,0,11,35,112,117,115,104,95,97,108,101,114,116,0,16,0,17,35,112,118,45,99,111,111,107,105,101,45,100,105,97,108,111,103,0,16,0,17,35,112,119,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,16,0,11,35,112,119,95,99,111,111,107,105,101,115,0,16,0,20,35,112,119,99,99,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,16,0,32,35,112,119,99,114,45,99,100,45,99,111,111,107,105,101,45,117,115,97,103,101,45,100,105,115,99,108,97,105,109,101,114,0,16,0,18,35,112,119,101,98,99,111,111,107,105,101,115,110,111,116,105,102,105,0,16,0,11,35,112,119,119,45,99,111,111,107,105,101,0,16,0,23,35,112,120,45,99,111,111,107,105,101,45,98,97,114,45,101,120,116,101,110,100,101,100,0,16,0,18,35,112,120,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,16,0,26,35,112,120,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,111,118,101,114,108,97,121,0,16,0,13,35,112,120,45,99,111,111,107,105,101,98,97,114,0,16,0,15,35,112,120,97,45,99,111,111,107,105,101,45,98,97,114,0,16,0,13,35,113,45,99,111,111,107,105,101,45,98,111,120,0,16,0,21,35,113,56,45,99,111,111,107,105,101,45,99,111,109,112,108,105,97,110,99,101,0,16,0,15,35,113,80,114,105,118,97,99,121,66,97,110,110,101,114,0,16,0,16,35,113,98,67,111,111,107,105,101,67,111,110,115,101,110,116,0,16,0,23,35,113,98,95,99,111,111,107,105,101,95,99,111,110,115,101,110,116,95,109,97,105,110,0,16,0,23,35,113,98,97,108,108,95,99,111,95,99,111,111,107,105,101,45,102,111,111,116,101,114,0,16,0,20,35,113,99,95,99,104,111,105,99,101,95,51,112,99,95,102,114,97,109,101,0,16,0,9,35,113,103,45,116,111,97,115,116,0,16,0,22,35,113,108,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,98,111,120,0,16,0,16,35,113,111,111,107,105,101,115,95,104,97,98,105,116,97,116,0,16,0,19,35,113,116,104,101,109,101,67,111,111,107,105,101,66,97,110,110,101,114,0,16,0,16,35,113,117,98,105,116,45,101,117,45,99,111,111,107,105,101,0,16,0,13,35,114,52,50,67,111,111,107,105,101,66,97,114,0,16,0,16,35,114,97,98,67,111,111,107,105,101,83,108,105,100,101,114,0,16,0,27,35,114,97,105,115,105,111,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,0,16,0,22,35,114,97,109,107,97,95,99,105,97,115,116,101,99,122,107,97,95,105,110,102,111,0,16,0,26,35,114,97,112,105,100,115,116,97,102,102,45,99,111,111,107,105,101,95,95,98,97,110,110,101,114,0,16,0,28,35,114,97,112,105,100,119,101,97,118,101,114,95,112,114,105,118,97,99,121,95,109,101,115,115,97,103,101,0,16,0,21,35,114,97,115,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,16,0,21,35,114,97,122,101,114,45,112,114,111,45,99,111,111,107,105,101,45,105,102,121,0,16,0,20,35,114,98,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,16,0,13,35,114,98,95,99,111,111,107,105,101,66,111,120,0,16,0,35,35,114,98,105,67,111,111,107,105,101,80,111,108,105,99,121,95,112,117,115,104,68,111,119,110,66,111,120,87,114,97,112,112,101,114,0,16,0,23,35,114,98,105,67,111,111,107,105,101,80,111,108,105,99,121,95,115,112,97,99,101,114,0,16,0,23,35,114,99,45,108,101,121,45,99,111,111,107,105,101,115,45,100,105,97,108,111,103,111,0,16,0,14,35,114,99,67,111,111,107,105,101,80,111,112,85,112,0,16,0,10,35,114,99,67,111,111,107,105,101,115,0,16,0,19,35,114,100,109,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,16,0,30,35,114,101,97,99,116,45,97,112,112,45,67,111,111,107,105,101,67,111,110,115,101,110,116,66,97,110,110,101,114,0,16,0,13,35,114,101,97,99,116,45,99,111,111,107,105,101,0,16,0,22,35,114,101,97,99,116,45,99,111,111,107,105,101,45,97,112,112,114,111,118,97,108,0,16,0,17,35,114,101,97,99,116,45,99,111,111,107,105,101,45,98,97,114,0,16,0,21,35,114,101,97,99,116,45,99,111,111,107,105,101,45,119,97,114,110,105,110,103,0,16,0,25,35,114,101,97,99,116,95,101,108,101,109,101,110,116,95,95,99,111,111,107,105,101,98,97,114,0,16,0,23,35,114,101,100,95,99,111,111,107,105,101,95,114,101,115,116,114,105,99,116,105,111,110,0,16,0,17,35,114,101,100,105,109,45,99,111,111,107,105,101,104,105,110,116,0,16,0,24,35,114,101,100,105,109,45,99,111,111,107,105,101,104,105,110,116,45,98,111,116,116,111,109,0,16,0,23,35,114,101,100,105,109,45,99,111,111,107,105,101,104,105,110,116,45,109,111,100,97,108,0,16,0,22,35,114,101,103,101,110,115,45,99,111,111,107,105,101,45,115,101,116,116,105,110,103,0,16,0,21,35,114,101,103,105,111,110,95,99,111,111,107,105,101,115,95,105,110,102,111,115,0,16,0,12,35,114,101,107,95,98,108,111,99,107,101,114,0,16,0,16,35,114,101,109,101,109,98,101,114,95,99,111,111,107,105,101,0,16,0,26,35,114,101,109,105,110,100,101,114,46,112,114,105,118,97,99,121,45,114,101,109,105,110,100,101,114,0,16,0,13,35,114,101,109,111,116,101,67,111,111,107,105,101,0,16,0,28,35,114,101,110,100,101,114,45,99,111,111,107,105,101,115,45,110,111,116,105,102,105,99,97,116,105,111,110,0,16,0,15,35,114,101,113,117,101,115,116,67,111,111,107,105,101,115,0,16,0,11,35,114,101,115,45,99,111,99,107,105,101,0,16,0,21,35,114,101,115,117,108,116,67,104,101,99,107,67,111,111,107,105,101,77,83,71,0,16,0,22,35,114,101,115,117,108,116,115,45,99,111,111,107,105,101,115,45,97,108,101,114,116,0,16,0,16,35,114,103,45,99,111,111,107,105,101,45,99,104,101,99,107,0,16,0,16,35,114,103,80,114,105,118,97,99,121,66,97,110,110,101,114,0,16,0,20,35,114,103,95,99,111,110,116,97,105,110,101,114,95,99,111,111,107,105,101,0,16,0,10,35,114,103,100,112,46,114,103,112,100,0,16,0,10,35,114,103,112,98,46,114,103,112,100,0,16,0,20,35,114,103,112,100,45,97,99,99,101,112,116,45,99,111,111,107,105,101,115,0,16,0,10,35,114,103,112,100,45,98,97,110,100,0,16,0,12,35,114,103,112,100,45,98,97,110,110,101,114,0,16,0,19,35,114,103,112,100,45,98,97,114,45,99,111,110,116,97,105,110,101,114,0,16,0,13,35,114,103,112,100,45,99,111,110,115,101,110,116,0,16,0,13,35,114,103,112,100,45,99,111,111,107,105,101,115,0,16,0,19,35,114,103,112,100,45,99,111,111,107,105,101,115,45,109,111,100,97,108,0,16,0,27,35,114,103,112,100,45,99,111,111,107,105,101,115,45,109,111,100,97,108,45,119,114,97,112,112,101,114,0,16,0,13,35,114,103,112,100,45,103,101,110,101,114,97,108,0,16,0,11,35,114,103,112,100,45,105,110,102,111,115,0,16,0,22,35,114,103,112,100,45,108,105,116,116,108,101,45,118,97,108,105,100,97,116,101,100,0,16,0,11,35,114,103,112,100,45,109,111,100,97,108,0,16,0,15,35,114,103,112,100,45,109,115,103,46,97,108,101,114,116,0,16,0,12,35,114,103,112,100,45,110,111,116,105,99,101,0,16,0,13,35,114,103,112,100,45,111,118,101,114,108,97,121,0,16,0,11,35,114,103,112,100,45,112,111,112,105,110,0,16,0,21,35,114,103,112,100,45,112,111,112,117,112,45,99,111,110,116,97,105,110,101,114,0,16,0,13,35,114,103,112,100,45,119,114,97,112,112,101,114,0,16,0,10,35,114,103,112,100,46,114,103,112,100,0,16,0,17,35,114,103,112,100,46,115,109,97,114,116,45,112,111,112,105,110,0,16,0,21,35,114,103,112,100,46,119,105,116,104,111,117,116,45,111,118,101,114,108,97,121,0,16,0,10,35,114,103,112,100,65,108,101,114,116,0,16,0,17,35,114,103,112,100,67,111,111,107,105,101,115,72,97,99,99,101,0,16,0,10,35,114,103,112,100,77,111,100,97,108,0,16,0,10,35,114,103,112,100,88,111,111,105,116,0,16,0,13,35,114,103,112,100,95,95,105,110,102,111,95,95,0,16,0,14,35,114,103,112,100,95,98,97,99,107,100,114,111,112,0,16,0,13,35,114,103,112,100,95,98,97,110,100,101,97,117,0,16,0,12,35,114,103,112,100,95,98,97,110,110,101,114,0,16,0,10,35,114,103,112,100,95,98,108,111,99,0,16,0,12,35,114,103,112,100,95,98,111,117,116,111,110,0,16,0,13,35,114,103,112,100,95,100,101,109,97,110,100,101,0,16,0,10,35,114,103,112,100,95,109,97,105,110,0,16,0,18,35,114,103,112,100,95,109,97,105,110,95,99,111,110,116,101,110,116,0,16,0,9,35,114,103,112,100,95,111,98,106,0,16,0,11,35,114,103,112,100,95,112,111,112,105,110,0,16,0,8,35,114,103,112,100,95,112,112,0,16,0,10,35,114,103,112,100,95,116,114,97,121,0,16,0,8,35,114,103,112,100,98,97,114,0,16,0,8,35,114,103,112,100,98,111,120,0,16,0,11,35,114,103,112,100,99,111,111,107,105,101,0,16,0,22,35,114,103,112,100,99,111,111,107,105,101,45,112,97,110,101,108,45,114,111,111,116,0,16,0,8,35,114,103,112,100,109,115,103,0,16,0,10,35,114,103,112,100,112,111,112,117,112,0,16,0,21,35,114,103,115,45,109,97,105,110,45,99,111,110,116,101,120,116,45,98,97,114,0,16,0,18,35,114,103,119,112,45,99,111,111,107,105,101,45,109,111,100,97,108,0,16,0,19,35,114,103,119,112,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,16,0,17,35,114,104,117,108,99,111,111,107,105,101,97,99,99,101,112,116,0,16,0,21,35,114,105,98,98,111,110,45,99,111,111,107,105,101,115,45,97,103,114,101,101,0,16,0,27,35,114,105,99,104,45,105,100,45,99,111,111,107,105,101,115,45,114,101,103,117,108,97,116,105,111,110,0,16,0,24,35,114,105,99,104,112,97,103,101,115,95,99,111,111,107,105,101,99,111,110,115,101,110,116,0,16,0,18,35,114,107,45,97,99,99,101,112,116,45,99,111,111,107,105,101,115,0,16,0,17,35,114,109,45,99,111,111,107,105,101,99,111,110,115,101,110,116,0,16,0,19,35,114,109,45,99,111,111,107,105,101,115,45,119,114,97,112,112,101,114,0,16,0,22,35,114,110,67,111,111,107,105,101,67,111,110,115,101,110,116,95,112,111,112,117,112,0,16,0,17,35,114,110,100,99,111,111,107,105,101,95,98,97,110,110,101,114,0,16,0,19,35,114,110,119,95,99,111,111,107,105,101,115,95,98,97,110,110,101,114,0,16,0,9,35,114,111,100,111,45,98,97,114,0,16,0,11,35,114,111,100,111,45,98,108,111,99,107,0,16,0,14,35,114,111,100,111,45,105,110,102,111,45,98,111,120,0,16,0,11,35,114,111,100,111,45,109,111,100,97,108,0,16,0,15,35,114,111,100,111,45,109,111,100,97,108,45,97,108,108,0,16,0,13,35,114,111,100,111,45,111,118,101,114,108,97,121,0,16,0,9,35,114,111,100,111,45,112,111,112,0,16,0,21,35,114,111,100,111,45,112,111,112,117,112,45,99,111,110,116,97,105,110,101,114,0,16,0,19,35,114,111,100,111,45,112,111,112,117,112,45,111,118,101,114,108,97,121,0,16,0,10,35,114,111,100,111,65,108,101,114,116,0,16,0,8,35,114,111,100,111,66,111,120,0,16,0,11,35,114,111,100,111,67,111,111,107,105,101,0,16,0,13,35,114,111,100,111,73,110,102,111,70,111,114,109,0,16,0,24,35,114,111,100,111,78,111,116,105,102,105,99,97,116,105,111,110,87,114,97,112,112,101,114,0,16,0,8,35,114,111,100,111,82,111,119,0,16,0,12,35,114,111,100,111,87,114,97,112,112,101,114,0,16,0,12,35,114,111,100,111,95,97,99,99,101,112,116,0,16,0,9,35,114,111,100,111,95,101,110,118,0,16,0,11,35,114,111,100,111,95,109,111,100,97,108,0,16,0,11,35,114,111,100,111,95,112,111,112,117,112,0,16,0,9,35,114,111,100,111,105,110,102,111,0,16,0,8,35,114,111,100,111,110,101,119,0,16,0,14,35,114,111,100,111,110,102,45,97,112,112,45,117,120,0,16,0,19,35,114,111,111,116,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,16,0,18,35,114,111,111,116,45,99,111,111,107,105,101,98,97,110,110,101,114,0,16,0,12,35,114,111,116,111,114,67,111,111,107,105,101,0,16,0,11,35,114,111,119,45,99,111,111,107,105,101,0,16,0,17,35,114,113,105,102,95,105,110,102,111,95,98,97,110,110,101,114,0,16,0,22,35,114,115,95,99,111,111,107,105,101,95,100,101,99,108,97,114,97,116,105,111,110,0,16,0,36,35,114,115,95,99,111,111,107,105,101,95,109,97,110,97,103,101,114,95,112,111,112,117,112,58,110,111,116,40,46,109,111,100,97,108,41,0,16,0,31,35,114,115,95,99,111,111,107,105,101,95,109,97,110,97,103,101,114,95,112,111,112,117,112,95,115,104,97,100,111,119,0,16,0,20,35,114,115,115,101,111,45,99,111,111,107,105,101,45,97,99,99,101,112,116,0,16,0,16,35,114,116,80,114,105,118,97,99,121,66,97,110,110,101,114,0,16,0,19,35,114,116,108,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,0,16,0,24,35,114,116,108,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,0,16,0,17,35,114,116,108,95,99,111,111,107,105,101,95,115,109,97,108,108,0,16,0,18,35,114,116,111,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,16,0,18,35,114,116,112,112,114,105,118,97,99,121,99,111,110,116,101,110,116,0,16,0,11,35,114,116,115,67,111,111,107,105,101,115,0,16,0,17,35,114,116,118,101,67,111,111,107,105,101,80,111,108,105,99,121,0,16,0,11,35,114,117,98,97,110,45,99,110,105,108,0,16,0,11,35,114,118,97,99,111,111,107,105,101,115,0,16,0,17,35,114,118,100,119,67,111,111,107,105,101,80,111,108,105,99,121,0,16,0,17,35,114,119,95,97,99,99,101,112,116,95,99,111,111,107,105,101,0,16,0,17,35,114,119,95,97,108,101,114,116,95,99,111,111,107,105,101,115,0,16,0,19,35,114,119,100,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,0,16,0,15,35,114,119,100,99,111,111,107,105,101,115,105,110,102,111,0,16,0,15,35,114,119,115,45,99,111,111,107,105,101,45,98,97,114,0,16,0,18,35,114,120,45,99,111,111,107,105,101,45,119,114,97,112,112,101,114,0,16,0,16,35,114,121,110,67,111,111,107,105,101,80,111,108,105,99,121,0,16,0,16,35,115,45,97,118,118,105,115,111,45,99,111,111,107,105,101,0,16,0,9,35,115,45,99,111,111,107,105,101,0,16,0,18,35,115,45,117,105,45,99,99,45,99,111,110,116,97,105,110,101,114,0,16,0,15,35,115,45,117,105,45,99,99,45,110,97,118,98,97,114,0,16,0,17,35,115,49,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,16,0,20,35,115,49,49,50,95,97,99,99,101,112,116,95,99,111,111,107,105,101,115,0,16,0,25,35,115,50,109,95,99,111,111,107,105,101,115,95,111,112,116,105,110,95,100,105,97,108,111,103,0,16,0,19,35,115,52,99,45,99,111,111,107,105,101,45,119,114,97,112,112,101,114,0,16,0,13,35,115,95,99,111,111,107,105,101,95,109,115,103,0,16,0,24,35,115,95,115,95,99,111,111,107,105,101,73,110,102,111,67,111,110,116,97,105,110,101,114,0,16,0,21,35,115,97,103,108,97,115,110,111,115,116,45,99,111,110,116,97,105,110,101,114,0,16,0,22,35,115,97,108,115,97,45,112,111,108,105,99,105,101,115,45,97,100,118,105,99,101,0,16,0,19,35,115,97,110,111,109,97,45,99,111,110,115,101,110,116,45,98,97,114,0,16,0,26,35,115,97,110,111,109,97,45,99,111,110,115,101,110,116,45,98,97,114,45,109,111,98,105,108,101,0,16,0,15,35,115,97,112,45,100,105,115,99,108,97,105,109,101,114,0,16,0,29,35,115,98,45,99,111,111,107,105,101,45,99,111,109,112,108,105,97,110,99,101,45,111,118,101,114,108,97,121,0,16,0,18,35,115,98,45,112,114,105,118,97,99,121,45,112,111,108,105,99,121,0,16,0,21,35,115,98,69,117,67,111,111,107,105,101,67,111,110,115,101,110,116,66,111,120,0,16,0,12,35,115,98,101,117,45,99,111,111,107,105,101,0,16,0,21,35,115,99,45,97,108,101,114,116,45,98,111,120,45,119,114,97,112,112,101,114,0,16,0,23,35,115,99,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,0,16,0,16,35,115,99,45,99,111,111,107,105,101,115,45,105,110,102,111,0,16,0,12,35,115,99,45,103,100,112,114,45,98,111,120,0,16,0,14,35,115,99,67,111,111,107,105,101,77,111,100,97,108,0,16,0,14,35,115,99,95,116,104,105,115,112,111,108,105,99,121,0,16,0,12,35,115,99,99,45,99,111,110,115,101,110,116,0,16,0,15,35,115,99,99,45,99,111,111,107,105,101,45,98,97,114,0,16,0,19,35,115,99,99,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,16,0,9,35,115,99,99,45,109,97,115,107,0,16,0,16,35,115,99,99,67,111,111,107,105,101,66,97,110,110,101,114,0,16,0,25,35,115,99,104,105,102,116,101,114,115,45,103,100,112,114,45,99,111,110,116,97,105,110,101,114,0,16,0,11,35,115,99,109,112,45,112,111,112,105,110,0,16,0,19,35,115,99,109,115,45,99,99,45,99,111,111,107,105,101,45,98,97,114,0,16,0,16,35,115,99,110,98,45,99,111,111,107,105,101,45,98,97,114,0,16,0,14,35,115,100,45,101,117,45,99,111,111,107,105,101,115,0,16,0,15,35,115,100,67,111,111,107,105,101,66,97,110,110,101,114,0,16,0,24,35,115,100,98,67,111,111,107,105,101,76,101,103,97,108,67,111,110,116,97,105,110,101,114,0,16,0,21,35,115,100,103,100,112,114,95,109,111,100,97,108,95,119,114,97,112,112,101,114,0,16,0,29,35,115,101,45,99,111,111,107,105,101,115,45,109,101,115,115,97,103,101,45,99,111,110,116,97,105,110,101,114,0,16,0,18,35,115,101,99,99,97,111,49,32,62,32,35,99,111,111,107,105,101,0,16,0,14,35,115,101,99,99,105,111,99,111,111,107,105,101,115,0,16,0,15,35,115,101,99,116,105,111,110,45,99,111,111,107,105,101,0,16,0,28,35,115,101,99,116,105,111,110,45,99,111,111,107,105,101,95,110,111,116,105,116,105,99,97,116,105,111,110,0,16,0,16,35,115,101,99,116,105,111,110,45,99,111,111,107,105,101,115,0,16,0,15,35,115,101,99,116,105,111,110,95,99,111,111,107,105,101,0,16,0,13,35,115,101,99,116,105,111,110,95,114,103,112,100,0,16,0,19,35,115,101,101,100,68,105,118,67,111,111,107,105,101,76,97,119,73,100,0,16,0,22,35,115,101,101,100,68,105,118,67,111,111,107,105,101,119,76,97,119,73,110,102,111,0,16,0,25,35,115,101,103,110,97,108,97,122,105,111,110,101,95,99,111,111,107,105,101,115,95,101,120,116,0,16,0,14,35,115,101,108,108,121,45,99,111,111,107,105,101,115,0,16,0,19,35,115,101,109,111,99,111,111,107,105,101,45,104,97,110,100,108,101,114,0,16,0,26,35,115,101,111,98,108,111,103,103,101,114,116,105,112,115,45,99,111,111,107,105,101,45,105,102,121,0,16,0,11,35,115,101,114,97,67,111,111,107,105,101,0,16,0,21,35,115,101,114,97,118,111,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,16,0,16,35,115,101,114,118,105,99,101,115,45,99,111,111,107,105,101,0,16,0,18,35,115,102,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,16,0,16,35,115,102,45,99,111,111,107,105,101,45,109,111,100,97,108,0,16,0,19,35,115,102,67,111,111,107,105,101,87,97,114,110,105,110,103,66,97,114,0,16,0,25,35,115,102,67,111,111,107,105,101,87,97,114,110,105,110,103,66,97,114,83,112,97,99,101,114,0,16,0,17,35,115,102,104,45,99,111,111,107,105,101,115,45,105,110,102,111,0,16,0,27,35,115,103,45,99,111,111,107,105,101,115,45,119,114,97,112,112,101,114,45,111,117,116,115,105,100,101,0,16,0,19,35,115,103,67,111,111,107,105,101,115,80,111,108,105,99,121,66,97,114,0,16,0,26,35,115,103,95,99,111,111,107,105,101,95,99,111,110,115,101,110,116,95,109,101,115,115,97,103,101,0,16,0,10,35,115,103,99,111,111,107,105,101,115,0,16,0,11,35,115,103,115,95,99,111,111,107,105,101,0,16,0,15,35,115,104,97,100,111,119,45,99,111,111,107,105,101,115,0,16,0,10,35,115,104,97,105,109,95,99,107,115,0,16,0,13,35,115,104,97,105,109,95,99,107,115,95,101,117,0,16,0,17,35,115,104,97,114,101,80,114,111,102,105,108,101,76,105,110,107,0,16,0,19,35,115,104,97,114,101,100,95,103,100,112,114,95,102,111,111,116,101,114,0,16,0,13,35,115,104,97,114,107,45,99,111,111,107,105,101,0,16,0,12,35,115,104,111,112,45,99,111,111,107,105,101,0,16,0,24,35,115,104,111,112,105,102,121,45,115,101,99,116,105,111,110,45,99,111,111,107,105,101,115,0,16,0,28,35,115,104,111,112,105,102,121,45,115,101,99,116,105,111,110,45,99,111,111,107,105,101,115,95,108,97,119,0,16,0,30,35,115,104,111,112,105,102,121,45,115,101,99,116,105,111,110,45,99,111,111,107,105,101,115,95,112,111,112,117,112,0,16,0,35,35,115,104,111,112,105,102,121,45,115,101,99,116,105,111,110,45,103,100,112,114,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,16,0,28,35,115,104,111,112,105,102,121,45,115,101,99,116,105,111,110,45,103,100,112,114,45,100,105,97,108,111,103,0,16,0,28,35,115,104,111,112,105,102,121,45,115,101,99,116,105,111,110,45,103,100,112,114,45,110,111,116,105,99,101,0,16,0,38,35,115,104,111,112,105,102,121,45,115,101,99,116,105,111,110,45,103,108,111,98,97,108,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,16,0,27,35,115,104,111,112,105,108,108,97,120,99,111,111,107,105,101,108,97,119,45,119,114,97,112,112,101,114,0,16,0,25,35,115,104,111,114,116,104,97,110,100,45,103,100,112,114,45,99,111,110,116,97,105,110,101,114,0,16,0,19,35,115,104,111,114,116,112,105,120,101,108,45,99,111,111,107,105,101,115,0,16,0,12,35,115,104,111,119,45,99,111,111,107,105,101,0,16,0,11,35,115,104,111,119,67,111,111,107,105,101,0,16,0,15,35,115,104,111,119,67,111,111,107,105,101,73,110,102,111,0,16,0,20,35,115,104,111,119,95,98,97,110,110,101,114,95,99,111,111,107,105,101,115,0,16,0,12,35,115,104,111,119,95,99,111,111,107,105,101,0,16,0,20,35,115,104,111,119,95,99,111,111,107,105,101,95,99,111,110,116,101,110,116,0,16,0,13,35,115,104,111,119,95,99,111,111,107,105,101,115,0,16,0,11,35,115,104,111,119,99,111,111,107,105,101,0,16,0,16,35,115,104,111,119,99,111,111,107,105,101,97,108,101,114,116,0,16,0,15,35,115,104,111,119,99,111,111,107,105,101,105,110,102,111,0,16,0,14,35,115,104,111,119,99,111,111,107,105,101,108,97,119,0,16,0,24,35,115,104,111,119,99,111,111,107,105,101,112,114,105,118,97,99,121,95,112,111,112,117,112,0,16,0,14,35,115,104,111,119,99,111,111,107,105,101,116,120,116,0,16,0,21,35,115,105,45,98,115,116,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,16,0,16,35,115,105,101,101,45,99,111,111,107,105,101,45,98,97,114,0,16,0,16,35,115,105,107,111,109,111,114,95,99,111,111,107,105,101,115,0,16,0,14,35,115,105,109,112,108,101,45,99,111,111,107,105,101,0,16,0,21,35,115,105,109,112,108,101,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,16,0,22,35,115,105,109,112,108,101,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,16,0,24,35,115,105,109,112,108,101,45,101,117,45,99,111,111,107,105,101,99,111,110,116,114,111,108,0,16,0,32,35,115,105,109,112,108,101,45,101,117,45,99,111,111,107,105,101,99,111,110,116,114,111,108,45,111,118,101,114,108,97,121,0,16,0,19,35,115,105,109,112,108,101,65,99,99,101,112,116,67,111,111,107,105,101,0,16,0,16,35,115,105,109,112,108,101,67,111,111,107,105,101,66,97,114,0,16,0,26,35,115,105,109,112,108,101,67,111,111,107,105,101,67,111,110,115,101,110,116,45,112,111,112,117,112,0,16,0,19,35,115,105,109,112,108,101,67,111,111,107,105,101,68,105,97,108,111,103,0,16,0,30,35,115,105,109,112,108,101,99,108,105,99,107,95,117,105,115,95,99,111,111,107,105,101,99,111,110,115,101,110,116,0,16,0,11,35,115,105,109,112,108,101,99,111,111,107,0,16,0,25,35,115,105,109,112,108,101,99,111,111,107,105,101,110,111,116,105,102,105,99,97,116,105,111,110,0,16,0,29,35,115,105,109,112,108,101,99,111,111,107,105,101,110,111,116,105,102,105,99,97,116,105,111,110,95,118,48,49,0,16,0,24,35,115,105,116,101,45,97,108,101,114,116,45,99,111,111,107,105,101,110,111,116,105,99,101,0,16,0,17,35,115,105,116,101,45,98,97,110,110,101,114,45,103,100,112,114,0,16,0,12,35,115,105,116,101,45,99,111,111,107,105,101,0,16,0,19,35,115,105,116,101,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,16,0,19,35,115,105,116,101,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,16,0,15,35,115,105,116,101,45,99,111,111,107,105,101,98,97,114,0,16,0,13,35,115,105,116,101,45,99,111,111,107,105,101,115,0,16,0,20,35,115,105,116,101,45,99,111,111,107,105,101,115,45,98,97,110,110,101,114,0,16,0,21,35,115,105,116,101,45,102,111,111,116,101,114,95,95,99,111,111,107,105,101,115,0,16,0,25,35,115,105,116,101,45,102,111,111,116,101,114,95,97,108,101,114,116,95,99,111,111,107,105,101,0,16,0,33,35,115,105,116,101,45,110,111,116,105,102,105,99,97,116,105,111,110,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,16,0,32,35,115,105,116,101,45,110,111,116,105,102,105,99,97,116,105,111,110,45,112,111,108,105,99,121,45,99,104,97,110,103,101,0,16,0,18,35,115,105,116,101,45,111,112,116,105,110,45,104,101,97,100,101,114,0,16,0,20,35,115,105,116,101,45,119,101,45,117,115,101,45,99,111,111,107,105,101,115,0,16,0,25,35,115,105,116,101,45,119,105,100,101,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,0,16,0,11,35,115,105,116,101,67,111,111,107,105,101,0,16,0,17,35,115,105,116,101,80,114,105,118,97,99,121,77,111,100,97,108,0,16,0,20,35,115,105,116,101,95,99,111,111,107,105,101,95,119,97,114,110,105,110,103,0,16,0,24,35,115,105,116,101,95,99,111,111,107,105,101,115,95,119,97,114,110,105,110,103,95,105,100,0,16,0,28,35,115,105,116,101,95,102,111,111,116,101,114,95,95,99,111,111,107,105,101,95,99,111,110,115,101,110,116,0,16,0,18,35,115,105,116,101,95,105,110,102,111,95,99,111,111,107,105,101,115,0,16,0,16,35,115,105,116,101,95,109,115,103,95,99,111,111,107,105,101,0,16,0,17,35,115,105,116,101,99,111,111,107,105,101,98,97,110,110,101,114,0,16,0,23,35,115,105,116,101,109,97,110,97,103,101,114,45,99,111,111,107,105,101,45,98,97,114,0,16,0,27,35,115,105,116,101,117,115,101,115,99,111,111,107,105,101,119,97,114,110,105,110,103,115,116,114,105,112,0,16,0,18,35,115,105,117,95,99,111,111,107,105,101,104,105,110,119,101,105,115,0,16,0,17,35,115,105,118,95,99,111,111,107,105,101,66,97,110,110,101,114,0,16,0,12,35,115,105,122,122,108,101,45,103,100,112,114,0,16,0,22,35,115,105,122,122,108,101,45,103,100,112,114,45,115,117,112,114,101,115,115,111,114,0,16,0,11,35,115,107,45,99,111,111,107,105,101,115,0,16,0,10,35,115,107,99,111,111,107,105,101,115,0,16,0,21,35,115,107,112,99,115,98,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,16,0,18,35,115,107,118,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,16,0,15,35,115,107,121,45,99,111,111,107,105,101,45,98,97,114,0,16,0,22,35,115,107,121,99,111,109,45,99,111,111,107,105,101,45,119,114,97,112,112,101,114,0,16,0,15,35,115,108,95,99,111,111,107,105,101,95,105,110,102,111,0,16,0,9,35,115,108,97,112,117,107,97,105,0,16,0,23,35,115,108,97,115,104,97,100,109,105,110,95,101,117,99,111,111,107,105,101,108,97,119,0,16,0,18,35,115,108,99,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,16,0,16,35,115,108,99,111,111,107,105,101,99,111,110,115,101,110,116,0,16,0,17,35,115,108,105,99,107,77,111,100,97,108,67,111,111,107,105,101,0,16,0,16,35,115,108,105,100,101,45,105,110,45,99,111,111,107,105,101,0,16,0,21,35,115,108,105,100,101,95,104,101,97,100,101,114,95,99,111,111,107,105,101,115,0,16,0,15,35,115,108,105,100,101,105,116,45,99,111,111,107,105,101,0,16,0,27,35,115,108,105,100,105,110,103,45,112,111,112,117,112,45,99,111,111,107,105,101,115,45,99,111,110,116,0,16,0,17,35,115,108,105,100,105,110,103,67,111,111,107,105,101,68,105,118,0,16,0,15,35,115,108,120,95,99,111,111,107,105,101,95,108,97,119,0,16,0,20,35,115,109,45,101,117,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,16,0,20,35,115,109,95,111,112,116,105,110,95,98,116,110,95,114,101,118,105,101,119,0,16,0,28,35,115,109,97,108,108,45,112,111,112,117,112,45,99,111,111,107,105,101,115,45,111,118,101,114,108,97,121,0,16,0,15,35,115,109,97,114,116,45,99,109,112,45,104,111,115,116,0,16,0,19,35,115,109,97,114,116,99,111,111,107,105,101,115,95,102,114,97,109,101,0,16,0,24,35,115,109,97,114,116,119,101,98,45,101,117,99,111,111,107,105,101,45,119,101,114,114,97,0,16,0,25,35,115,109,99,99,95,104,101,97,100,101,114,95,99,111,111,107,105,101,97,99,99,101,112,116,0,16,0,11,35,115,109,101,95,99,111,111,107,105,101,0,16,0,16,35,115,109,101,99,111,111,107,105,101,110,111,116,105,99,101,0,16,0,21,35,115,109,105,108,101,45,99,111,111,107,105,101,45,119,114,97,112,112,101,114,0,16,0,19,35,115,109,105,108,101,67,111,111,107,105,101,67,111,110,116,114,111,108,0,16,0,28,35,115,109,105,108,101,95,99,111,111,107,105,101,99,101,112,116,105,111,110,95,98,97,110,100,101,97,117,0,16,0,11,35,115,110,95,99,111,111,107,105,101,115,0,16,0,21,35,115,110,97,99,107,98,97,114,45,99,111,111,107,105,101,45,105,110,102,111,0,16,0,17,35,115,110,105,112,112,101,116,45,45,99,111,111,107,105,101,115,0,16,0,32,35,115,110,105,112,112,101,116,45,99,111,111,107,105,101,65,108,108,111,119,45,99,111,111,107,105,101,65,108,108,111,119,0,16,0,19,35,115,110,105,112,112,101,116,45,99,111,111,107,105,101,66,97,114,45,0,16,0,33,35,115,110,105,112,112,101,116,45,99,111,111,107,105,101,67,111,110,116,114,111,108,45,99,111,111,107,105,101,73,110,102,111,0,16,0,32,35,115,110,105,112,112,101,116,45,99,111,111,107,105,101,83,116,114,105,112,45,99,111,111,107,105,101,83,116,114,105,112,0,16,0,36,35,115,110,105,112,112,101,116,45,99,111,111,107,105,101,115,65,103,114,101,101,109,101,110,116,67,111,110,116,114,111,108,45,98,97,114,0,16,0,11,35,115,110,109,99,111,111,107,105,101,115,0,16,0,24,35,115,111,105,45,103,108,111,98,97,108,45,112,114,105,118,97,99,121,45,105,110,102,111,0,16,0,12,35,115,111,111,112,97,99,111,111,107,105,101,0,16,0,12,35,115,111,116,116,111,99,111,111,107,105,101,0,16,0,25,35,115,111,121,45,103,116,109,99,111,111,107,105,101,115,45,109,97,105,110,98,108,111,99,107,0,16,0,18,35,115,111,121,99,111,110,116,114,111,108,99,111,111,107,105,101,115,0,16,0,28,35,115,111,121,99,111,110,116,114,111,108,99,111,111,107,105,101,115,95,99,111,110,116,97,105,110,101,114,0,16,0,18,35,115,112,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,16,0,19,35,115,112,45,103,100,112,114,45,99,111,110,115,101,110,116,45,117,105,0,16,0,15,35,115,112,97,114,116,111,111,67,111,111,107,105,101,115,0,16,0,17,35,115,112,99,45,112,111,112,117,112,45,99,111,111,107,105,101,0,16,0,13,35,115,112,99,111,111,107,105,101,103,100,112,114,0,16,0,25,35,115,112,101,97,107,111,117,116,45,99,111,111,107,105,101,45,116,101,109,112,108,97,116,101,0,16,0,16,35,115,112,102,99,111,111,107,105,101,98,97,110,110,101,114,0,16,0,16,35,115,112,105,99,111,111,107,105,101,98,97,110,110,101,114,0,16,0,16,35,115,112,108,101,116,107,111,45,99,111,111,107,105,101,115,0,16,0,14,35,115,112,111,105,108,101,114,67,111,111,107,105,101,0,16,0,24,35,115,112,111,116,98,117,122,122,45,112,114,111,45,99,111,111,107,105,101,45,105,102,121,0,16,0,14,35,115,112,114,97,99,104,104,105,110,119,101,105,115,0,16,0,13,35,115,112,114,100,45,99,111,110,115,101,110,116,0,16,0,29,35,115,112,117,116,110,105,107,95,99,111,111,107,105,101,95,112,111,108,105,99,121,95,98,97,110,110,101,114,0,16,0,17,35,115,114,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,16,0,16,35,115,114,97,67,111,111,107,105,101,66,97,110,110,101,114,0,16,0,19,35,115,115,99,67,111,111,107,105,101,83,116,97,116,101,109,101,110,116,0,16,0,21,35,115,115,116,45,102,111,111,116,101,114,45,99,99,112,97,45,110,111,116,101,0,16,0,23,35,115,116,45,99,111,111,107,105,101,45,112,111,108,105,99,121,45,112,111,112,117,112,0,16,0,12,35,115,116,67,111,111,107,105,101,98,111,120,0,16,0,10,35,115,116,95,99,111,111,107,105,101,0,16,0,15,35,115,116,95,103,100,112,114,95,105,102,114,97,109,101,0,16,0,23,35,115,116,97,45,103,100,112,114,45,109,111,100,97,108,45,111,118,101,114,108,97,121,0,16,0,26,35,115,116,97,114,115,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,0,16,0,27,35,115,116,97,114,116,101,114,45,112,114,111,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,16,0,29,35,115,116,97,114,116,115,105,100,101,110,45,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,0,16,0,27,35,115,116,97,114,116,115,105,100,101,110,45,103,100,112,114,45,100,105,115,99,108,97,105,109,101,114,0,16,0,29,35,115,116,97,116,105,99,45,99,111,111,107,105,101,45,112,111,108,105,99,121,45,109,101,115,115,97,103,101,0,16,0,10,35,115,116,100,67,111,111,107,105,101,0,16,0,16,35,115,116,103,45,112,114,105,118,97,99,121,45,98,97,114,0,16,0,26,35,115,116,105,99,107,121,45,98,97,114,45,99,111,111,107,105,101,45,119,114,97,112,112,101,114,0,16,0,16,35,115,116,105,99,107,121,45,98,97,114,45,103,100,112,114,0,16,0,22,35,115,116,105,99,107,121,45,99,111,111,107,105,101,45,119,97,114,110,105,110,103,0,16,0,15,35,115,116,105,99,107,121,45,99,111,111,107,105,101,115,0,16,0,21,35,115,116,105,99,107,121,45,112,111,112,117,112,45,99,111,111,107,105,101,115,0,16,0,26,35,115,116,105,99,107,121,87,97,114,110,105,110,103,67,111,111,107,105,101,80,111,108,105,99,121,0,16,0,19,35,115,116,105,99,107,121,99,111,111,107,105,101,80,111,108,105,99,121,0,16,0,19,35,115,116,105,99,107,121,110,111,116,101,52,99,111,111,107,105,101,115,0,16,0,27,35,115,116,105,116,99,104,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,0,16,0,15,35,115,116,107,45,99,111,111,107,105,101,45,98,97,114,0,16,0,20,35,115,116,109,95,103,100,112,114,95,112,111,112,117,112,45,109,97,105,110,0,16,0,20,35,115,116,110,99,45,99,111,111,107,105,101,99,111,110,116,114,97,99,116,0,16,0,18,35,115,116,111,45,99,111,111,107,105,101,77,101,115,115,97,103,101,0,16,0,13,35,115,116,111,112,99,111,111,107,105,110,102,111,0,16,0,25,35,115,116,111,114,101,102,114,111,110,116,95,99,111,111,107,105,101,95,119,105,100,103,101,116,0,16,0,13,35,115,116,111,114,109,45,99,111,111,107,105,101,0,16,0,19,35,115,116,111,114,109,67,111,111,107,105,101,77,101,108,100,105,110,103,0,16,0,17,35,115,116,111,114,109,67,111,111,107,105,101,80,111,112,117,112,0,16,0,16,35,115,116,111,114,109,67,111,111,107,105,101,87,97,108,108,0,16,0,26,35,115,116,111,114,109,100,105,103,105,116,97,108,45,99,111,111,107,105,101,87,97,108,108,73,100,0,16,0,24,35,115,116,111,114,121,105,102,121,45,112,114,111,45,99,111,111,107,105,101,45,105,102,121,0,16,0,19,35,115,116,114,97,118,97,67,111,111,107,105,101,66,97,110,110,101,114,0,16,0,21,35,115,116,114,97,119,98,101,114,114,121,45,99,111,111,107,105,101,98,97,114,0,16,0,14,35,115,116,114,105,112,101,45,99,111,111,107,105,101,0,16,0,14,35,115,116,114,105,112,101,95,104,97,109,109,111,110,0,16,0,11,35,115,116,116,45,99,111,111,107,105,101,0,16,0,21,35,115,117,98,115,101,114,118,105,99,101,67,111,111,107,105,101,115,66,97,114,0,16,0,23,35,115,117,105,45,84,99,102,70,105,114,115,116,76,97,121,101,114,77,111,100,97,108,0,16,0,19,35,115,117,109,109,117,115,95,99,111,111,107,105,101,95,105,110,102,111,0,16,0,18,35,115,117,110,45,99,111,111,107,105,101,77,101,115,115,97,103,101,0,16,0,23,35,115,117,110,45,99,111,111,107,105,101,77,101,115,115,97,103,101,73,110,110,101,114,0,16,0,20,35,115,117,112,101,114,109,97,103,45,99,111,111,107,105,101,45,105,102,121,0,16,0,11,35,115,117,114,118,101,121,95,98,97,114,0,16,0,10,35,115,117,116,105,46,115,117,116,105,0,16,0,16,35,115,117,116,105,84,97,106,101,107,111,122,116,97,116,111,0,16,0,20,35,115,117,116,105,95,102,105,103,121,101,108,109,101,122,116,101,116,101,115,0,16,0,30,35,115,117,116,105,95,102,105,103,121,101,108,109,101,122,116,101,116,101,115,95,97,98,108,97,107,95,102,105,120,0,16,0,10,35,115,117,116,105,95,105,110,102,111,0,16,0,13,35,115,117,116,105,95,107,101,122,101,108,101,115,0,16,0,8,35,115,117,116,105,98,111,120,0,16,0,6,35,115,117,116,105,107,0,16,0,32,35,115,117,116,105,107,95,104,97,115,122,110,97,108,97,116,97,95,102,105,103,121,101,108,109,101,122,116,101,116,101,115,0,16,0,7,35,115,117,116,105,107,101,0,16,0,18,35,115,118,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,16,0,30,35,115,118,116,67,111,111,107,105,101,73,110,102,111,114,109,97,116,105,111,110,67,111,110,116,97,105,110,101,114,0,16,0,14,35,115,119,69,85,67,111,111,107,105,101,115,73,68,0,16,0,11,35,115,119,95,99,111,111,107,105,101,115,0,16,0,18,35,115,119,99,111,111,107,105,101,115,45,119,114,97,112,112,101,114,0,16,0,24,35,115,119,101,45,99,111,111,107,105,101,45,98,97,110,110,101,114,45,115,109,97,108,108,0,16,0,19,35,115,119,108,45,99,111,111,107,105,101,45,119,114,97,112,112,101,114,0,16,0,17,35,115,120,99,95,99,111,110,102,105,114,109,97,116,105,111,110,0,16,0,16,35,115,120,111,67,111,111,107,105,101,115,65,108,101,114,116,0,16,0,19,35,115,121,108,45,99,111,111,107,105,101,45,109,111,110,115,116,101,114,0,16,0,24,35,115,121,110,97,112,115,101,45,99,111,111,107,105,101,45,98,97,110,110,101,114,45,49,0,16,0,23,35,115,121,110,101,114,103,105,95,99,111,111,107,105,101,95,119,114,97,112,112,101,114,0,16,0,26,35,115,121,110,101,114,103,105,95,105,110,110,101,114,95,105,110,102,111,114,109,97,116,105,111,110,0,16,0,17,35,115,121,115,67,111,111,107,105,101,77,101,115,115,97,103,101,0,16,0,11,35,115,121,115,67,111,111,107,105,101,115,0,16,0,15,35,115,122,67,111,111,107,105,101,80,111,108,105,99,121,0,16,0,12,35,115,122,99,111,111,107,105,101,119,114,112,0,16,0,17,35,115,122,107,67,111,111,107,105,101,73,110,102,111,66,111,120,0,16,0,13,35,115,122,111,67,111,111,107,105,101,66,97,114,0,16,0,15,35,116,50,109,101,117,99,111,111,107,105,101,108,97,119,0,16,0,15,35,116,51,67,111,111,107,105,101,78,111,116,105,99,101,0,16,0,18,35,116,52,109,45,100,115,103,118,111,45,99,111,110,115,101,110,116,0,16,0,13,35,116,95,99,111,111,107,105,101,73,110,102,111,0,16,0,13,35,116,97,98,108,101,45,99,111,111,107,105,101,0,16,0,22,35,116,97,114,116,101,97,117,99,105,116,114,111,110,45,111,118,101,114,108,97,121,0,16,0,19,35,116,97,114,116,101,97,117,99,105,116,114,111,110,45,114,111,111,116,0,16,0,22,35,116,97,114,116,101,97,117,99,105,116,114,111,110,65,108,101,114,116,66,105,103,0,16,0,14,35,116,97,118,105,115,111,99,111,111,107,105,101,115,0,16,0,18,35,116,97,120,105,67,111,111,107,105,101,67,111,110,115,101,110,116,0,16,0,16,35,116,98,67,111,111,107,105,101,67,111,110,115,101,110,116,0,16,0,21,35,116,98,119,101,98,95,99,111,111,107,105,101,115,95,102,111,111,116,101,114,0,16,0,11,35,116,99,45,99,111,110,115,101,110,116,0,16,0,19,35,116,99,45,112,114,105,118,97,99,121,45,119,114,97,112,112,101,114,0,16,0,14,35,116,99,95,99,110,105,108,95,112,111,112,117,112,0,16,0,14,35,116,99,95,99,111,111,107,105,101,95,111,112,116,0,16,0,22,35,116,99,95,112,114,105,118,95,67,117,115,116,111,109,79,118,101,114,108,97,121,0,16,0,11,35,116,99,95,112,114,105,118,97,99,121,0,16,0,22,35,116,99,95,112,114,105,118,97,99,121,95,98,111,116,116,111,109,95,102,105,120,0,16,0,19,35,116,99,95,112,114,105,118,97,99,121,95,119,114,97,112,112,101,114,0,16,0,14,35,116,99,95,114,103,112,100,95,112,111,112,117,112,0,16,0,11,35,116,99,99,99,111,111,107,105,101,115,0,16,0,11,35,116,99,110,95,110,111,116,105,99,101,0,16,0,16,35,116,101,97,108,105,117,109,45,99,111,111,107,105,101,115,0,16,0,19,35,116,101,97,108,105,117,109,95,101,110,115,77,111,100,97,108,66,71,0,16,0,10,35,116,101,99,111,110,115,101,110,116,0,16,0,15,35,116,101,109,101,108,99,111,111,107,105,101,112,111,112,0,16,0,23,35,116,101,109,112,108,97,116,101,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,16,0,17,35,116,101,110,97,110,116,65,99,99,101,112,116,84,101,120,116,0,16,0,16,35,116,101,114,109,105,110,111,115,67,111,111,107,105,101,115,0,16,0,35,35,116,101,114,109,108,121,45,99,111,100,101,45,115,110,105,112,112,101,116,45,115,117,112,112,111,114,116,45,98,97,110,110,101,114,0,16,0,16,35,116,101,114,109,111,45,100,101,45,99,111,111,107,105,101,0,16,0,21,35,116,101,114,109,111,45,100,101,45,99,111,111,107,105,101,95,105,110,118,105,0,16,0,14,35,116,101,114,109,111,115,45,99,111,111,107,105,101,0,16,0,22,35,116,101,114,109,115,45,112,114,105,118,97,99,121,45,99,111,110,115,101,110,116,0,16,0,23,35,116,101,114,109,115,65,110,100,80,114,105,118,97,99,121,70,108,111,97,116,101,114,0,16,0,12,35,116,101,114,109,115,78,111,116,105,99,101,0,16,0,23,35,116,101,114,109,115,95,99,111,111,107,105,101,95,99,111,110,116,97,105,110,101,114,0,16,0,12,35,116,101,114,109,115,99,111,111,107,105,101,0,16,0,24,35,116,101,115,99,111,67,111,111,107,105,101,78,111,116,105,102,105,99,97,116,105,111,110,0,16,0,20,35,116,101,115,99,111,95,99,111,111,107,105,101,95,119,105,100,103,101,116,0,16,0,21,35,116,101,115,99,111,95,112,111,108,105,99,121,95,119,105,100,103,101,116,49,0,16,0,18,35,116,101,120,116,65,99,99,101,112,116,67,111,111,107,105,101,115,0,16,0,16,35,116,101,120,116,73,110,102,111,67,111,111,107,105,101,115,0,16,0,20,35,116,101,120,116,111,95,97,118,105,115,111,95,99,111,111,107,105,101,115,0,16,0,21,35,116,101,120,120,97,115,45,99,111,111,107,105,101,45,97,99,99,101,112,116,0,16,0,18,35,116,102,99,111,111,107,105,101,45,98,97,99,107,100,114,111,112,0,16,0,15,35,116,102,99,111,111,107,105,101,45,109,111,100,97,108,0,16,0,15,35,116,102,101,45,99,111,111,107,105,101,45,98,97,114,0,16,0,20,35,116,102,101,45,99,111,111,107,105,101,45,108,105,103,104,116,98,111,120,0,16,0,31,35,116,102,101,45,99,111,111,107,105,101,45,108,105,103,104,116,98,111,120,45,115,109,111,107,101,108,97,121,101,114,0,16,0,12,35,116,102,108,45,99,111,111,107,105,101,115,0,16,0,21,35,116,102,109,95,100,115,103,118,111,95,100,105,115,99,108,97,105,109,101,114,0,16,0,12,35,116,102,111,95,99,111,111,107,105,101,115,0,16,0,16,35,116,103,98,103,100,112,114,45,111,118,101,114,108,97,121,0,16,0,13,35,116,104,45,45,101,117,99,111,111,107,105,101,0,16,0,11,35,116,104,101,45,99,111,111,107,105,101,0,16,0,10,35,116,104,101,67,111,111,107,105,101,0,16,0,14,35,116,104,101,67,111,111,107,105,101,78,111,116,101,0,16,0,13,35,116,104,101,76,97,119,67,111,111,107,105,101,0,16,0,13,35,116,104,101,95,99,111,111,107,105,101,115,51,0,16,0,10,35,116,104,101,99,111,111,107,105,101,0,16,0,10,35,116,104,101,101,99,108,98,111,120,0,16,0,13,35,116,104,101,109,101,95,99,111,111,107,105,101,0,16,0,32,35,116,104,101,115,101,117,115,67,111,111,107,105,101,80,111,108,105,99,121,95,117,108,67,111,111,107,105,101,80,111,108,0,16,0,28,35,116,104,105,110,107,99,111,110,115,101,110,116,45,110,111,116,105,99,101,45,119,114,97,112,112,101,114,0,16,0,18,35,116,104,105,115,99,111,111,107,105,101,109,101,115,115,97,103,101,0,16,0,15,35,116,105,70,121,95,67,111,111,107,105,101,76,97,119,0,16,0,18,35,116,105,100,95,99,111,111,107,105,101,87,97,114,110,105,110,103,0,16,0,19,35,116,105,102,121,95,99,111,111,107,105,101,95,112,111,108,105,99,121,0,16,0,20,35,116,105,110,100,105,101,95,99,111,111,107,105,101,95,97,108,101,114,116,0,16,0,16,35,116,105,110,115,95,99,111,111,107,105,101,95,98,97,114,0,16,0,19,35,116,105,110,121,99,111,111,107,105,101,45,119,114,97,112,112,101,114,0,16,0,11,35,116,105,112,67,111,111,107,105,101,115,0,16,0,14,35,116,105,114,111,105,114,95,99,111,111,107,105,101,0,16,0,15,35,116,105,118,45,99,111,111,107,105,101,45,98,97,114,0,16,0,20,35,116,108,45,99,111,111,107,105,101,45,112,111,112,117,112,45,98,111,120,0,16,0,19,35,116,108,67,111,109,109,111,110,71,100,112,114,66,97,110,110,101,114,0,16,0,33,35,116,108,67,111,111,107,105,101,67,111,109,112,108,105,101,110,99,101,73,110,105,116,105,97,108,87,114,97,112,112,101,114,0,16,0,11,35,116,108,111,95,99,111,111,107,105,101,0,16,0,18,35,116,108,112,45,99,111,111,107,105,101,115,45,112,111,112,117,112,0,16,0,17,35,116,108,115,99,111,111,107,105,101,115,101,117,45,98,97,114,0,16,0,16,35,116,109,80,114,105,118,97,99,121,68,105,97,108,111,103,0,16,0,17,35,116,109,80,114,105,118,97,99,121,79,118,101,114,108,97,121,0,16,0,15,35,116,109,80,114,105,118,97,99,121,83,116,121,108,101,0,16,0,14,35,116,109,112,95,108,101,103,97,108,95,98,97,114,0,16,0,24,35,116,109,114,99,95,99,111,111,107,105,101,95,102,111,111,116,101,114,95,105,110,102,111,0,16,0,13,35,116,110,45,99,111,111,107,105,101,98,97,114,0,16,0,18,35,116,110,119,95,99,111,111,107,105,101,99,111,110,115,101,110,116,0,16,0,17,35,116,110,122,99,111,111,107,105,101,95,98,111,116,116,111,109,0,16,0,14,35,116,111,97,115,116,45,99,111,111,107,105,101,115,0,16,0,10,35,116,111,97,115,116,76,103,112,100,0,16,0,24,35,116,111,97,115,116,115,32,62,32,35,116,111,97,115,116,115,87,114,97,112,112,101,114,0,16,0,20,35,116,111,102,105,110,111,45,110,111,116,105,102,105,99,97,116,105,111,110,0,16,0,13,35,116,111,111,103,45,99,111,111,107,105,101,115,0,16,0,15,35,116,111,111,108,98,97,114,45,99,111,111,107,105,101,0,16,0,16,35,116,111,111,108,98,97,114,95,99,111,111,107,105,101,115,0,16,0,15,35,116,111,111,108,116,105,112,45,99,111,111,107,105,101,0,16,0,22,35,116,111,111,108,116,105,112,45,112,114,105,118,97,99,121,45,115,104,111,119,110,0,16,0,19,35,116,111,112,45,99,111,111,107,105,101,45,115,101,99,116,105,111,110,0,16,0,19,35,116,111,112,45,99,111,111,107,105,101,45,119,114,97,112,112,101,114,0,16,0,24,35,116,111,112,45,109,101,115,115,97,103,101,45,105,110,102,111,45,99,111,111,107,105,101,0,16,0,10,35,116,111,112,67,111,111,107,105,101,0,16,0,16,35,116,111,112,67,111,111,107,105,101,66,97,110,110,101,114,0,16,0,13,35,116,111,112,67,111,111,107,105,101,115,73,68,0,16,0,17,35,116,111,112,69,117,67,111,111,107,105,101,65,108,101,114,116,0,16,0,16,35,116,111,112,95,99,111,111,107,105,101,80,111,112,85,112,0,16,0,17,35,116,111,112,95,99,111,111,107,105,101,95,112,111,112,117,112,0,16,0,26,35,116,111,112,95,104,101,97,100,101,114,95,99,111,111,107,105,101,95,109,101,115,115,97,103,101,0,16,0,24,35,116,111,112,98,97,114,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,16,0,15,35,116,111,112,98,97,114,45,99,111,111,107,105,101,115,0,16,0,10,35,116,111,112,99,111,111,107,105,101,0,16,0,11,35,116,111,115,45,98,97,110,110,101,114,0,16,0,10,35,116,111,115,98,97,110,110,101,114,0,16,0,25,35,116,111,119,110,115,105,100,101,45,99,111,111,107,105,101,98,97,114,45,111,117,116,101,114,0,16,0,17,35,116,112,45,99,111,111,107,105,101,45,115,99,114,105,112,116,0,16,0,18,35,116,112,108,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,16,0,9,35,116,114,67,111,111,107,105,101,0,16,0,15,35,116,114,97,99,107,67,111,111,107,105,101,66,97,114,0,16,0,15,35,116,114,97,99,107,101,114,45,98,97,110,110,101,114,0,16,0,16,35,116,114,97,99,107,101,114,45,119,97,114,110,105,110,103,0,16,0,26,35,116,114,97,99,107,101,114,115,45,97,115,107,45,99,111,110,115,101,110,116,45,103,100,112,114,0,16,0,29,35,116,114,97,99,107,105,110,103,45,97,103,114,101,101,46,115,116,105,99,107,121,45,98,111,116,116,111,109,0,16,0,17,35,116,114,97,99,107,105,110,103,45,99,111,110,115,101,110,116,0,16,0,28,35,116,114,97,99,107,105,110,103,45,99,111,110,115,101,110,116,45,98,108,111,99,107,45,112,97,103,101,0,16,0,28,35,116,114,97,99,107,105,110,103,45,99,111,110,115,101,110,116,45,100,105,97,108,111,103,45,110,101,119,0,16,0,34,35,116,114,97,99,107,105,110,103,45,99,111,110,115,101,110,116,45,104,101,97,100,101,114,45,99,111,110,116,97,105,110,101,114,0,16,0,17,35,116,114,97,99,107,105,110,103,45,99,111,111,107,105,101,115,0,16,0,15,35,116,114,97,99,107,105,110,103,67,111,111,107,105,101,0,16,0,22,35,116,114,97,99,107,105,110,103,80,101,114,109,105,115,115,105,111,110,66,97,114,0,16,0,23,35,116,114,97,99,107,105,110,103,95,99,111,110,115,101,110,116,95,109,111,100,97,108,0,16,0,17,35,116,114,97,99,107,105,110,103,95,104,105,110,119,101,105,115,0,16,0,22,35,116,114,97,99,107,105,110,103,99,111,111,107,105,101,45,98,97,110,110,101,114,0,16,0,24,35,116,114,97,110,115,99,101,110,100,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,16,0,18,35,116,114,97,110,122,121,115,116,111,114,99,111,111,107,105,101,115,0,16,0,20,35,116,114,97,118,101,108,116,97,45,99,111,111,107,105,101,45,98,97,114,0,16,0,19,35,116,114,105,97,100,95,103,100,112,114,95,99,111,110,115,101,110,116,0,16,0,11,35,116,114,105,103,67,111,111,107,105,101,0,16,0,29,35,116,114,105,112,105,120,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,110,111,116,105,99,101,0,16,0,21,35,116,114,106,115,45,99,111,111,107,105,101,115,45,101,108,101,109,101,110,116,0,16,0,12,35,116,114,111,110,105,99,45,103,100,112,114,0,16,0,25,35,116,114,117,111,110,103,98,108,111,103,103,101,114,45,99,111,111,107,105,101,45,105,102,121,0,16,0,14,35,116,114,117,115,116,101,45,98,97,110,110,101,114,0,16,0,14,35,116,114,117,115,116,101,45,98,117,116,116,111,110,0,16,0,21,35,116,114,117,115,116,101,45,99,111,110,115,101,110,116,45,116,114,97,99,107,0,16,0,21,35,116,114,117,121,111,45,99,111,110,115,101,110,116,45,109,111,100,117,108,101,0,16,0,15,35,116,115,95,99,111,111,107,105,101,95,105,110,102,111,0,16,0,12,35,116,115,99,111,111,107,105,101,98,97,114,0,16,0,15,35,116,115,111,45,99,111,111,107,105,101,45,98,97,114,0,16,0,16,35,116,116,45,99,111,111,107,105,101,45,97,108,101,114,116,0,16,0,16,35,116,116,45,99,111,111,107,105,101,45,98,97,100,103,101,0,16,0,16,35,116,116,45,99,111,111,107,105,101,45,99,104,101,99,107,0,16,0,17,35,116,116,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,16,0,18,35,116,116,45,99,111,111,107,105,101,45,111,118,101,114,108,97,121,0,16,0,17,35,116,116,45,99,111,111,107,105,101,45,119,105,110,100,111,119,0,16,0,19,35,116,116,45,99,111,111,107,105,101,98,97,114,45,102,114,97,109,101,0,16,0,11,35,116,116,95,99,111,111,107,105,101,115,0,16,0,15,35,116,116,99,111,111,107,105,101,45,111,117,116,101,114,0,16,0,18,35,116,116,103,45,97,99,99,101,112,116,45,99,111,111,107,105,101,0,16,0,23,35,116,116,103,70,111,111,116,101,114,67,111,111,107,105,101,72,105,110,119,101,105,115,0,16,0,18,35,116,116,111,45,99,111,111,107,105,101,77,101,115,115,97,103,101,0,16,0,18,35,116,116,114,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,16,0,25,35,116,117,45,99,111,111,107,105,101,115,45,101,117,45,99,111,109,112,108,105,97,110,99,101,0,16,0,28,35,116,117,105,95,119,105,100,103,101,116,95,67,111,111,107,105,101,78,111,116,105,102,105,101,114,95,48,0,16,0,10,35,116,118,45,99,111,111,107,105,101,0,16,0,12,35,116,118,45,99,111,111,107,105,101,45,49,0,16,0,17,35,116,118,50,45,99,111,111,107,105,101,45,97,108,101,114,116,0,16,0,13,35,116,118,50,99,111,111,107,105,101,98,97,114,0,16,0,11,35,116,118,108,99,111,111,107,105,101,115,0,16,0,12,35,116,118,115,97,45,99,111,111,107,105,101,0,16,0,10,35,116,119,45,99,111,111,107,105,101,0,16,0,16,35,116,119,67,111,111,107,105,101,67,111,110,115,101,110,116,0,16,0,13,35,116,119,99,67,111,111,107,105,101,68,105,118,0,16,0,10,35,116,119,101,67,111,111,107,105,101,0,16,0,22,35,116,120,45,101,107,100,45,99,111,110,115,101,110,116,109,97,110,97,103,101,114,0,16,0,32,35,116,120,45,101,109,104,99,111,111,107,105,101,98,97,110,110,101,114,45,98,97,110,110,101,114,119,105,100,103,101,116,0,16,0,33,35,116,120,45,109,103,101,110,98,97,115,101,45,99,111,111,107,105,101,99,111,110,115,101,110,116,45,110,111,116,105,99,101,0,16,0,34,35,116,120,95,99,111,111,107,105,101,99,111,110,115,101,110,116,95,112,114,101,102,101,114,101,110,99,101,115,95,101,100,105,116,0,16,0,11,35,116,120,95,99,111,111,107,105,101,115,0,16,0,24,35,116,120,95,99,112,115,99,111,111,107,105,101,105,110,102,111,98,111,120,95,112,105,49,0,16,0,21,35,116,120,95,102,101,95,99,111,111,107,105,101,115,45,98,97,110,110,101,114,0,16,0,29,35,116,120,95,109,112,99,112,105,119,105,107,95,98,97,110,110,101,114,95,99,111,110,116,97,105,110,101,114,0,16,0,20,35,116,120,95,119,119,99,111,111,107,105,101,95,109,101,115,115,97,103,101,0,16,0,11,35,116,120,116,67,111,111,107,105,101,115,0,16,0,11,35,116,121,116,117,108,95,114,111,100,111,0,16,0,12,35,117,97,112,112,45,98,97,110,110,101,114,0,16,0,22,35,117,98,50,52,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,16,0,16,35,117,99,45,98,97,110,110,101,114,45,109,111,100,97,108,0,16,0,34,35,117,99,45,98,116,110,45,111,117,116,115,105,100,101,45,99,108,105,99,107,45,98,97,110,110,101,114,45,109,111,100,97,108,0,16,0,24,35,117,99,45,99,101,110,116,114,97,108,45,98,97,110,110,101,114,45,109,111,100,97,108,0,16,0,16,35,117,99,45,112,114,105,118,97,99,121,45,99,104,105,112,0,16,0,16,35,117,99,110,45,103,100,112,114,45,98,97,110,110,101,114,0,16,0,19,35,117,100,102,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,0,16,0,11,35,117,100,108,45,99,111,111,107,105,101,0,16,0,13,35,117,100,116,67,111,111,107,105,101,98,111,120,0,16,0,17,35,117,101,45,99,111,111,107,105,101,45,110,111,116,105,102,121,0,16,0,18,35,117,101,45,99,111,111,107,105,101,45,119,97,114,110,105,110,103,0,16,0,10,35,117,101,95,99,111,111,107,105,101,0,16,0,9,35,117,101,99,111,111,107,105,101,0,16,0,10,35,117,101,99,111,111,107,105,101,115,0,16,0,18,35,117,102,45,112,114,105,118,97,99,121,45,98,97,110,110,101,114,0,16,0,12,35,117,102,103,45,99,111,111,107,105,101,115,0,16,0,16,35,117,103,51,45,99,111,111,107,105,101,45,105,110,102,111,0,16,0,15,35,117,104,102,67,111,111,107,105,101,65,108,101,114,116,0,16,0,17,35,117,105,45,97,108,108,111,119,45,99,111,111,107,105,101,115,0,16,0,10,35,117,105,45,99,111,111,107,105,101,0,16,0,17,35,117,105,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,16,0,31,35,117,105,45,99,111,111,107,105,101,45,115,117,112,112,111,114,116,45,110,111,116,105,102,105,99,97,116,105,111,110,0,16,0,14,35,117,105,45,105,100,45,99,111,111,107,105,101,115,0,16,0,16,35,117,105,67,111,111,107,105,101,67,111,110,115,101,110,116,0,16,0,13,35,117,105,95,99,111,111,107,105,101,98,108,107,0,16,0,18,35,117,106,115,122,111,95,99,111,111,107,105,101,97,108,101,114,116,0,16,0,14,35,117,107,45,99,111,111,107,105,101,45,117,115,101,0,16,0,9,35,117,107,67,111,111,107,105,101,0,16,0,15,35,117,107,67,111,111,107,105,101,72,101,97,100,101,114,0,16,0,14,35,117,107,67,111,111,107,105,101,80,111,112,85,112,0,16,0,14,35,117,107,67,111,111,107,105,101,80,111,112,117,112,0,16,0,20,35,117,107,95,99,111,111,107,105,101,95,99,111,110,116,97,105,110,101,114,0,16,0,21,35,117,107,111,111,45,99,111,111,107,105,101,115,45,119,114,97,112,112,101,114,0,16,0,15,35,117,107,111,111,95,99,111,111,107,105,101,108,97,119,0,16,0,14,35,117,107,111,111,99,111,111,107,105,101,108,97,119,0,16,0,12,35,117,110,67,111,111,107,105,101,67,110,116,0,16,0,18,35,117,110,95,99,111,111,107,105,101,95,109,101,115,115,97,103,101,0,16,0,18,35,117,110,105,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,16,0,18,35,117,110,105,95,97,99,99,101,112,116,95,99,111,111,107,105,101,0,16,0,18,35,117,110,105,100,101,98,45,103,100,112,114,45,98,108,111,99,107,0,16,0,20,35,117,110,105,108,101,118,101,114,67,111,111,107,105,101,80,111,112,117,112,0,16,0,25,35,117,110,105,115,97,110,116,97,45,99,111,111,107,105,101,45,109,101,110,115,97,103,101,109,0,16,0,20,35,117,110,105,116,99,111,111,107,105,101,111,110,112,97,103,101,66,97,114,0,16,0,16,35,117,110,105,116,115,99,111,111,107,105,101,45,108,97,119,0,16,0,17,35,117,111,95,99,111,111,107,105,101,95,98,97,110,110,101,114,0,16,0,17,35,117,111,99,95,99,111,111,107,105,101,95,105,110,116,114,111,0,16,0,16,35,117,111,100,99,111,111,107,105,101,110,111,116,105,99,101,0,16,0,10,35,117,112,45,99,111,111,107,105,101,0,16,0,15,35,117,112,45,103,100,112,114,45,98,97,110,110,101,114,0,16,0,21,35,117,112,100,97,116,101,100,80,114,105,118,97,99,121,80,111,108,105,99,121,0,16,0,11,35,117,115,45,99,111,111,107,105,101,115,0,16,0,15,35,117,115,95,99,111,111,107,105,101,115,95,109,115,103,0,16,0,10,35,117,115,99,111,111,107,105,101,115,0,16,0,14,35,117,115,101,45,111,102,45,99,111,111,107,105,101,0,16,0,19,35,117,115,101,67,111,111,107,105,101,65,103,114,101,101,109,101,110,116,0,16,0,22,35,117,115,101,67,111,111,107,105,101,115,65,99,99,101,112,116,66,108,111,99,107,0,16,0,15,35,117,115,101,67,111,111,107,105,101,115,67,111,110,116,0,16,0,11,35,117,115,101,95,99,111,111,107,105,101,0,16,0,18,35,117,115,101,95,99,111,111,107,105,101,95,114,101,109,105,110,100,0,16,0,12,35,117,115,101,95,99,111,111,107,105,101,115,0,16,0,14,35,117,115,101,95,111,102,95,99,111,111,107,105,101,0,16,0,11,35,117,115,101,99,111,111,107,105,101,115,0,16,0,22,35,117,115,101,114,45,97,103,114,101,101,109,101,110,116,45,110,111,116,105,102,121,0,16,0,20,35,117,115,101,114,45,99,111,111,107,105,101,45,99,111,110,102,105,114,109,0,16,0,20,35,117,115,101,114,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,0,16,0,20,35,117,115,101,114,45,99,111,111,107,105,101,45,109,115,103,45,98,111,120,0,16,0,20,35,117,115,101,114,65,103,114,101,101,109,101,110,116,66,97,110,110,101,114,0,16,0,17,35,117,115,101,114,67,111,110,115,101,110,116,68,97,116,97,115,0,16,0,13,35,117,115,101,114,95,99,111,111,107,105,101,115,0,16,0,18,35,117,115,101,114,95,111,112,116,105,110,95,98,97,110,110,101,114,0,16,0,15,35,117,115,101,114,99,111,111,107,105,101,115,104,111,119,0,16,0,14,35,117,115,101,114,109,115,103,67,111,111,107,105,101,0,16,0,13,35,117,115,105,110,103,67,111,111,107,105,101,115,0,16,0,19,35,117,115,105,110,103,67,111,111,107,105,101,115,66,97,110,110,101,114,0,16,0,14,35,117,115,105,110,103,95,99,111,111,107,105,101,115,0,16,0,19,35,117,115,111,80,111,108,105,116,105,99,97,67,111,111,107,105,101,115,0,16,0,12,35,117,115,111,95,99,111,111,107,105,101,115,0,16,0,15,35,117,115,111,95,100,101,105,95,99,111,111,107,105,101,0,16,0,11,35,117,115,111,99,111,111,107,105,101,115,0,16,0,11,35,117,115,114,67,111,110,115,101,110,116,0,16,0,11,35,117,115,114,99,111,111,107,105,101,115,0,16,0,13,35,117,115,116,97,119,97,67,111,111,107,105,101,0,16,0,14,35,117,116,45,99,111,111,107,105,101,45,98,97,114,0,16,0,22,35,117,116,95,99,111,111,107,105,101,95,119,97,114,110,105,110,103,95,98,97,114,0,16,0,24,35,117,116,105,108,105,115,97,116,105,111,110,45,100,101,115,45,99,111,111,107,105,101,115,0,16,0,19,35,117,116,105,108,105,115,97,116,105,111,110,67,111,111,107,105,101,115,0,16,0,12,35,118,45,99,111,111,107,105,101,108,97,119,0,16,0,16,35,118,45,99,111,111,107,105,101,109,101,115,115,97,103,101,0,16,0,23,35,118,52,99,111,114,101,95,99,111,111,107,105,101,95,115,101,116,116,105,110,103,115,0,16,0,18,35,118,97,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,16,0,21,35,118,97,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,98,103,0,16,0,11,35,118,97,100,45,99,111,111,107,105,101,0,16,0,14,35,118,97,108,105,100,95,99,111,111,107,105,101,115,0,16,0,17,35,118,97,108,105,100,97,116,105,111,110,67,111,111,107,105,101,0,16,0,20,35,118,97,114,105,97,110,45,103,100,112,114,45,99,111,110,115,101,110,116,0,16,0,14,35,118,99,45,98,97,114,45,99,111,111,107,105,101,0,16,0,18,35,118,99,109,45,118,45,99,111,110,115,101,110,116,45,115,100,107,0,16,0,16,35,118,100,45,99,111,111,107,105,101,45,97,108,101,114,116,0,16,0,17,35,118,100,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,16,0,24,35,118,100,45,99,111,111,107,105,101,45,98,97,110,110,101,114,45,115,112,97,99,101,114,0,16,0,11,35,118,101,110,99,111,111,107,105,101,115,0,16,0,16,35,118,101,110,116,97,110,97,45,99,111,111,107,105,101,115,0,16,0,15,35,118,101,110,116,97,110,97,67,111,111,107,105,101,115,0,16,0,15,35,118,101,114,97,118,105,115,111,99,111,111,107,105,101,0,16,0,18,35,118,101,114,105,102,105,99,97,114,45,99,111,111,107,105,101,115,0,16,0,17,35,118,101,115,116,105,45,71,68,80,82,45,102,114,97,109,101,0,16,0,16,35,118,104,45,99,111,111,107,105,101,45,116,101,114,109,115,0,16,0,17,35,118,104,98,45,99,111,110,115,101,110,116,108,97,121,101,114,0,16,0,12,35,118,105,101,119,67,111,111,107,105,101,115,0,16,0,21,35,118,105,101,119,108,101,116,45,99,111,111,107,105,101,112,111,108,105,99,121,0,16,0,19,35,118,105,101,119,108,101,116,45,100,105,115,99,108,97,105,109,101,114,0,16,0,21,35,118,105,115,109,111,45,99,111,111,107,105,101,45,119,114,97,112,112,101,114,0,16,0,18,35,118,105,117,99,111,109,45,99,111,111,107,105,101,45,98,97,114,0,16,0,19,35,118,105,118,101,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,16,0,26,35,118,107,95,99,111,111,107,105,101,95,109,97,110,97,103,101,114,45,45,98,97,110,110,101,114,0,16,0,14,35,118,109,45,99,111,111,107,105,101,45,98,97,114,0,16,0,18,35,118,109,108,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,16,0,22,35,118,111,103,111,110,115,45,99,111,111,107,105,101,115,45,109,97,115,116,101,114,0,16,0,26,35,118,111,105,101,108,108,111,45,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,0,16,0,19,35,118,111,112,45,99,111,111,107,105,101,45,99,111,110,116,114,111,108,0,16,0,22,35,118,112,45,106,115,45,99,111,111,107,105,101,115,95,95,110,111,116,105,99,101,0,16,0,14,35,118,114,103,112,100,95,98,97,110,100,101,97,117,0,16,0,11,35,118,114,110,45,99,111,111,107,105,101,0,16,0,18,35,118,115,45,99,111,111,107,105,101,45,119,97,114,110,105,110,103,0,16,0,17,35,118,115,45,99,111,111,107,105,101,104,105,110,119,101,105,115,0,16,0,18,35,118,115,45,99,111,111,107,105,101,115,45,112,111,108,105,99,121,0,16,0,17,35,118,115,99,99,111,111,107,105,101,67,111,110,115,101,110,116,0,16,0,18,35,118,115,99,111,111,107,105,101,65,108,101,114,116,67,111,110,116,0,16,0,23,35,118,115,101,98,105,110,97,79,112,111,122,111,114,105,108,97,67,111,111,107,105,101,0,16,0,17,35,118,115,109,95,99,111,111,107,105,101,95,99,104,101,99,107,0,16,0,14,35,118,116,45,99,99,98,45,110,111,116,105,102,121,0,16,0,22,35,118,116,114,105,99,107,45,112,114,111,45,99,111,111,107,105,101,45,105,102,121,0,16,0,11,35,118,117,95,99,111,110,115,101,110,116,0,16,0,24,35,118,117,95,108,97,121,101,114,95,99,111,111,107,105,101,95,99,111,110,116,101,110,116,0,16,0,20,35,118,117,101,45,97,112,112,45,112,114,105,118,97,99,121,45,98,97,114,0,16,0,10,35,118,117,101,67,111,111,107,105,101,0,16,0,8,35,118,117,101,71,100,112,114,0,16,0,14,35,118,117,101,95,99,111,111,107,105,101,108,97,119,0,16,0,11,35,118,118,99,95,99,111,111,107,105,101,0,16,0,13,35,118,119,100,67,111,111,107,105,101,66,97,114,0,16,0,17,35,119,45,99,111,111,107,105,101,115,45,110,111,116,105,99,101,0,16,0,25,35,119,49,56,108,97,114,97,95,116,103,112,108,117,103,105,110,95,99,111,110,115,101,110,116,0,16,0,18,35,119,50,117,95,99,111,111,107,105,101,95,110,111,116,105,99,101,0,16,0,10,35,119,51,53,55,95,99,112,110,98,0,16,0,12,35,119,51,115,45,99,111,111,107,105,101,115,0,16,0,16,35,119,52,117,45,99,111,111,107,105,101,45,105,110,102,111,0,16,0,14,35,119,67,111,111,107,105,101,78,111,116,105,99,101,0,16,0,9,35,119,97,67,111,111,107,105,101,0,16,0,7,35,119,97,71,68,80,82,0,16,0,14,35,119,97,95,99,109,112,79,118,101,114,108,97,121,0,16,0,17,35,119,97,102,45,99,111,111,107,105,101,45,112,111,112,117,112,0,16,0,16,35,119,97,103,101,110,116,111,45,99,112,45,119,114,97,112,0,16,0,15,35,119,97,104,45,103,100,112,114,45,112,111,112,117,112,0,16,0,12,35,119,97,110,116,99,111,111,107,105,101,115,0,16,0,18,35,119,97,114,110,45,99,111,111,107,105,101,115,45,97,114,101,97,0,16,0,12,35,119,97,114,110,67,111,111,107,105,101,115,0,16,0,13,35,119,97,114,110,95,99,111,111,107,105,101,115,0,16,0,15,35,119,97,114,110,105,110,103,45,99,111,111,107,105,101,0,16,0,15,35,119,97,114,110,105,110,103,67,111,111,107,105,101,115,0,16,0,21,35,119,97,114,110,105,110,103,95,69,85,95,99,111,111,107,105,101,109,115,103,0,16,0,15,35,119,97,114,110,105,110,103,95,99,111,111,107,105,101,0,16,0,16,35,119,97,114,110,105,110,103,95,99,111,111,107,105,101,115,0,16,0,16,35,119,97,114,110,105,110,103,99,111,111,107,105,101,73,100,0,16,0,20,35,119,97,114,112,95,99,111,111,107,105,101,95,119,97,114,110,105,110,103,0,16,0,27,35,119,97,114,112,95,99,111,111,107,105,101,95,119,97,114,110,105,110,103,95,109,111,98,105,108,101,0,16,0,15,35,119,97,114,115,116,119,97,95,99,111,111,107,105,101,0,16,0,15,35,119,98,67,111,111,107,105,101,80,111,108,105,99,121,0,16,0,25,35,119,98,111,45,99,111,111,107,105,101,45,108,97,121,101,114,45,119,114,97,112,112,101,114,0,16,0,15,35,119,99,45,103,100,112,114,45,119,105,100,103,101,116,0,16,0,25,35,119,99,107,45,99,111,111,107,105,101,45,112,111,112,117,112,45,105,110,102,111,98,111,120,0,16,0,21,35,119,99,112,67,111,110,115,101,110,116,66,97,110,110,101,114,67,116,114,108,0,16,0,19,35,119,99,115,115,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,16,0,16,35,119,100,45,99,111,110,115,101,110,116,45,116,111,111,108,0,16,0,20,35,119,100,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,16,0,14,35,119,100,103,80,114,105,118,97,99,121,66,111,120,0,16,0,15,35,119,100,103,95,99,111,111,107,105,101,95,98,97,114,0,16,0,15,35,119,100,109,45,99,111,111,107,105,101,110,111,116,101,0,16,0,14,35,119,101,45,117,115,101,45,99,111,111,107,105,101,0,16,0,15,35,119,101,45,117,115,101,45,99,111,111,107,105,101,115,0,16,0,13,35,119,101,85,115,101,67,111,111,107,105,101,115,0,16,0,17,35,119,101,85,115,101,67,111,111,107,105,101,115,73,110,102,111,0,16,0,18,35,119,101,85,115,101,67,111,111,107,105,101,115,80,111,112,117,112,0,16,0,15,35,119,101,95,117,115,101,95,99,111,111,107,105,101,115,0,16,0,23,35,119,101,98,76,105,97,110,100,101,114,67,111,111,107,105,101,66,97,110,110,101,114,0,16,0,20,35,119,101,98,95,99,111,111,107,105,101,108,97,119,95,112,111,112,117,112,0,16,0,21,35,119,101,98,97,114,120,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,16,0,28,35,119,101,98,100,101,118,67,111,111,107,105,101,115,65,108,101,114,116,67,111,110,116,97,105,110,101,114,0,16,0,32,35,119,101,98,101,102,101,107,116,105,118,95,103,100,112,114,95,99,111,111,107,105,101,95,105,110,102,111,95,98,97,114,0,16,0,16,35,119,101,98,115,105,116,101,45,99,111,111,107,105,101,115,0,16,0,23,35,119,101,98,115,105,116,101,45,99,111,111,107,105,101,115,45,112,114,111,109,112,116,0,16,0,21,35,119,101,98,115,105,116,101,73,115,85,115,105,110,103,67,111,111,107,105,101,0,16,0,16,35,119,101,98,119,101,114,107,45,99,111,111,107,105,101,115,0,16,0,14,35,119,101,104,97,118,101,99,111,111,107,105,101,115,0,16,0,19,35,119,101,108,99,111,109,101,98,97,114,45,119,114,97,112,112,101,114,0,16,0,24,35,119,101,108,99,111,109,101,98,97,114,45,119,114,97,112,112,101,114,45,103,100,112,114,0,16,0,13,35,119,101,117,115,101,99,111,111,107,105,101,115,0,16,0,16,35,119,102,80,114,105,118,97,99,121,78,111,116,105,99,101,0,16,0,25,35,119,102,95,99,111,111,107,105,101,95,110,111,116,105,99,101,95,119,114,97,112,112,101,114,0,16,0,10,35,119,103,45,99,111,111,107,105,101,0,16,0,17,35,119,103,100,112,114,45,99,111,111,107,105,101,45,98,97,114,0,16,0,17,35,119,104,95,99,111,111,107,105,101,95,97,100,118,105,99,101,0,16,0,25,35,119,104,105,116,98,114,101,97,100,95,99,111,111,107,105,101,95,119,114,97,112,112,101,114,0,16,0,21,35,119,105,65,99,99,101,112,116,99,111,111,107,105,101,115,66,108,111,99,107,0,16,0,26,35,119,105,100,103,101,116,45,97,108,101,114,116,45,117,115,105,110,103,45,99,111,111,107,105,101,0,16,0,22,35,119,105,100,103,101,116,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,0,16,0,17,35,119,105,100,103,101,116,45,99,111,111,107,105,101,98,97,114,0,16,0,15,35,119,105,100,103,101,116,45,99,111,111,107,105,101,115,0,16,0,22,35,119,105,100,103,101,116,45,99,111,111,107,105,101,115,45,97,99,99,101,115,115,0,16,0,21,35,119,105,100,103,101,116,45,118,114,116,99,111,111,107,105,101,98,97,108,107,0,16,0,20,35,119,105,100,103,101,116,67,111,111,107,105,101,67,111,110,115,101,110,116,0,16,0,15,35,119,105,100,103,101,116,95,99,111,111,107,105,101,115,0,16,0,23,35,119,105,100,103,101,116,95,112,114,105,118,97,99,121,95,99,111,111,107,105,101,115,0,16,0,17,35,119,105,109,80,114,105,118,97,99,121,66,97,110,110,101,114,0,16,0,17,35,119,105,110,67,111,111,107,105,101,87,97,114,110,105,110,103,0,16,0,10,35,119,105,110,99,111,111,107,105,101,0,16,0,21,35,119,105,110,101,114,105,115,116,45,99,111,111,107,105,101,45,105,110,102,111,0,16,0,14,35,119,105,122,106,111,45,99,111,111,107,105,101,115,0,16,0,13,35,119,107,95,99,111,111,107,105,101,98,97,114,0,16,0,30,35,119,108,45,99,111,111,107,105,101,45,100,97,116,101,110,115,99,104,117,116,122,45,109,101,115,115,97,103,101,0,16,0,20,35,119,109,104,45,99,111,111,107,105,101,45,101,117,45,97,108,101,114,116,0,16,0,13,35,119,110,95,99,111,111,107,105,101,98,97,114,0,16,0,15,35,119,110,100,95,99,111,111,107,105,101,95,98,97,114,0,16,0,10,35,119,111,108,102,45,103,100,112,114,0,16,0,18,35,119,112,45,99,111,111,107,105,101,45,104,105,110,119,101,105,115,0,16,0,11,35,119,112,45,99,111,111,107,105,101,115,0,16,0,16,35,119,112,45,99,111,111,107,105,101,115,45,105,110,102,111,0,16,0,22,35,119,112,45,103,100,112,114,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,16,0,27,35,119,112,45,103,100,112,114,45,99,111,111,107,105,101,45,110,111,116,105,99,101,45,119,114,97,112,0,16,0,15,35,119,112,85,115,105,110,103,67,111,111,107,105,101,115,0,16,0,17,35,119,112,95,99,111,111,107,105,101,95,112,111,108,105,99,121,0,16,0,9,35,119,112,99,97,45,98,111,120,0,16,0,27,35,119,112,99,117,105,95,99,111,111,107,105,101,95,98,97,114,95,109,97,105,110,95,98,111,100,121,0,16,0,17,35,119,112,102,95,99,111,111,107,105,101,45,97,108,101,114,116,0,16,0,19,35,119,112,107,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,16,0,9,35,119,112,110,98,45,98,97,114,0,16,0,11,35,119,112,120,95,99,111,111,107,105,101,0,16,0,17,35,119,113,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,16,0,10,35,119,114,45,99,111,111,107,105,101,0,16,0,16,35,119,114,97,112,32,62,32,35,99,111,111,107,105,101,115,0,16,0,19,35,119,114,97,112,45,99,111,111,107,105,101,45,98,111,116,116,111,109,0,16,0,21,35,119,114,97,112,45,99,111,111,107,105,101,45,99,111,110,116,114,111,108,115,0,16,0,13,35,119,114,97,112,45,99,111,111,107,105,101,115,0,16,0,18,35,119,114,97,112,45,99,111,111,107,105,101,115,45,103,100,112,114,0,16,0,11,35,119,114,97,112,67,111,111,107,105,101,0,16,0,26,35,119,114,97,112,95,97,108,101,114,116,95,109,101,115,115,97,103,101,95,99,111,111,107,105,101,0,16,0,27,35,119,114,97,112,95,97,108,101,114,116,95,109,101,115,115,97,103,101,95,99,111,111,107,105,101,50,0,16,0,15,35,119,114,97,112,95,105,110,102,111,95,103,100,112,114,0,16,0,28,35,119,114,97,112,112,101,114,32,62,32,35,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,16,0,16,35,119,114,97,112,112,101,114,45,45,99,111,111,107,105,101,0,16,0,22,35,119,114,97,112,112,101,114,45,97,118,105,115,111,45,99,111,111,107,105,101,115,0,16,0,15,35,119,114,97,112,112,101,114,45,99,111,111,107,105,101,0,16,0,16,35,119,114,97,112,112,101,114,45,99,111,111,107,105,101,115,0,16,0,17,35,119,114,97,112,112,101,114,67,111,111,107,105,101,66,97,114,0,16,0,21,35,119,114,97,112,112,101,114,77,101,110,115,97,106,101,67,111,111,107,105,101,0,16,0,16,35,119,114,97,112,112,101,114,95,99,111,111,107,105,101,115,0,16,0,30,35,119,115,45,98,97,110,110,101,114,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,0,16,0,17,35,119,115,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,16,0,22,35,119,115,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,109,115,103,0,16,0,23,35,119,115,45,99,111,111,107,105,101,45,110,111,116,105,102,105,101,114,45,98,97,114,0,16,0,25,35,119,115,45,99,111,111,107,105,101,45,110,111,116,105,102,105,101,114,45,109,111,100,97,108,0,16,0,28,35,119,115,45,99,111,111,107,105,101,45,110,111,116,105,102,105,101,114,45,109,111,100,97,108,45,98,103,0,16,0,18,35,119,115,45,99,111,111,107,105,101,45,119,114,97,112,112,101,114,0,16,0,24,35,119,115,77,111,100,97,108,65,103,114,101,101,109,101,110,116,80,114,105,118,97,99,121,0,16,0,9,35,119,115,77,115,103,87,110,100,0,16,0,16,35,119,115,95,99,111,111,107,105,101,95,108,97,121,101,114,0,16,0,18,35,119,115,95,99,111,111,107,105,101,95,112,114,105,118,97,99,121,0,16,0,14,35,119,115,98,99,111,111,107,95,97,108,101,114,116,0,16,0,11,35,119,115,106,99,111,110,115,101,110,116,0,16,0,10,35,119,115,106,112,101,99,114,103,97,0,16,0,24,35,119,115,120,103,111,110,45,99,111,111,107,105,101,100,105,115,99,108,97,105,109,101,114,0,16,0,17,35,119,116,45,99,111,110,102,105,114,109,45,108,97,121,101,114,0,16,0,10,35,119,116,45,99,111,111,107,105,101,0,16,0,14,35,119,116,45,99,111,111,107,105,101,45,98,97,114,0,16,0,14,35,119,116,45,99,111,111,107,105,101,45,98,111,120,0,16,0,17,35,119,116,95,99,111,111,107,105,101,99,111,110,115,101,110,116,0,16,0,17,35,119,116,95,110,111,116,105,99,101,95,99,111,111,107,105,101,0,16,0,15,35,119,116,109,95,99,111,111,107,105,101,95,98,97,114,0,16,0,34,35,119,117,99,65,99,99,101,112,116,67,111,111,107,105,101,115,95,112,97,110,65,99,99,101,112,116,67,111,111,107,105,101,115,0,16,0,35,35,119,118,99,45,112,114,105,118,97,99,121,45,112,111,108,105,99,121,45,109,101,115,115,97,103,101,45,99,111,110,116,101,110,116,0,16,0,22,35,119,119,45,99,111,111,107,105,101,45,105,110,102,111,114,109,97,116,105,111,110,0,16,0,18,35,119,119,95,99,111,111,107,105,101,95,99,111,110,115,101,110,116,0,16,0,11,35,119,119,102,45,99,111,111,107,105,101,0,16,0,18,35,119,121,99,111,111,107,105,101,67,111,110,116,97,105,110,101,114,0,16,0,23,35,119,121,109,97,103,97,110,105,97,95,115,107,108,101,112,117,95,97,108,101,114,116,0,16,0,9,35,120,45,99,111,111,107,105,101,0,16,0,16,35,120,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,16,0,33,35,120,45,99,111,114,101,45,116,111,97,115,116,45,109,101,115,115,97,103,101,45,99,111,111,107,105,101,115,45,100,105,118,0,16,0,15,35,120,49,51,112,109,99,111,111,107,105,101,98,97,114,0,16,0,20,35,120,97,110,100,97,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,16,0,9,35,120,99,107,80,111,112,117,112,0,16,0,11,35,120,99,111,111,107,105,101,98,97,114,0,16,0,9,35,120,99,111,111,107,105,101,115,0,16,0,26,35,120,109,45,99,111,111,107,105,101,80,111,108,105,99,121,45,99,111,110,116,97,105,110,101,114,0,16,0,17,35,120,114,111,111,116,67,111,111,107,105,101,82,117,108,101,115,0,16,0,18,35,120,116,45,99,111,111,107,105,101,115,45,112,111,108,105,99,121,0,16,0,23,35,120,116,101,95,95,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,0,16,0,18,35,120,120,45,99,111,111,107,105,101,115,45,112,108,117,103,105,110,0,16,0,12,35,120,120,48,111,45,99,111,111,107,105,101,0,16,0,19,35,121,100,112,95,99,111,111,107,105,101,95,109,101,115,115,97,103,101,0,16,0,17,35,121,110,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,16,0,18,35,121,111,117,114,67,111,111,107,105,101,67,104,111,105,99,101,115,0,16,0,19,35,121,111,117,114,67,111,111,107,105,101,83,101,116,116,105,110,103,115,0,16,0,14,35,121,117,99,115,45,101,112,114,105,118,97,99,121,0,16,0,22,35,121,117,100,101,110,95,103,100,112,114,95,98,97,99,107,103,114,111,117,110,100,0,16,0,17,35,121,117,100,101,110,95,103,100,112,114,95,112,111,112,117,112,0,16,0,15,35,121,119,45,99,111,111,107,105,101,45,103,100,112,114,0,16,0,12,35,121,119,45,99,111,111,107,105,101,45,110,0,16,0,14,35,122,45,99,111,111,107,105,101,45,110,111,116,101,0,16,0,13,35,122,55,99,111,111,107,105,101,110,111,116,101,0,16,0,15,35,122,67,111,111,107,105,101,67,111,110,115,101,110,116,0,16,0,15,35,122,67,111,111,107,105,101,77,101,115,115,97,103,101,0,16,0,16,35,122,95,99,111,111,107,105,101,95,97,99,99,101,112,116,0,16,0,20,35,122,97,100,105,114,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,16,0,16,35,122,97,106,97,100,97,109,95,99,111,111,107,105,101,115,0,16,0,19,35,122,97,112,102,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,16,0,18,35,122,97,112,121,116,97,106,95,111,95,99,111,111,107,105,101,115,0,16,0,29,35,122,97,122,45,110,98,45,112,108,117,103,105,110,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,0,16,0,17,35,122,99,95,99,111,111,107,105,101,95,110,111,116,105,99,101,0,16,0,25,35,122,99,95,104,111,109,101,112,97,103,101,95,98,97,114,97,95,99,111,111,107,105,101,115,0,16,0,10,35,122,99,95,110,111,116,105,99,101,0,16,0,13,35,122,99,111,98,45,99,111,111,107,105,101,115,0,16,0,8,35,122,99,111,111,107,105,101,0,16,0,18,35,122,100,112,114,105,118,97,99,121,45,99,111,110,116,101,110,116,0,16,0,18,35,122,101,114,97,120,111,45,99,111,111,107,105,101,45,98,97,114,0,16,0,31,35,122,101,114,111,116,105,101,114,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,0,16,0,19,35,122,101,122,119,111,108,101,110,105,101,78,97,67,111,111,107,105,101,0,16,0,17,35,122,103,111,100,97,45,99,111,111,107,105,101,45,115,101,99,0,16,0,13,35,122,103,111,100,97,95,99,111,111,107,105,101,0,16,0,14,35,122,103,111,100,97,95,99,111,111,107,105,101,115,0,16,0,12,35,122,103,111,100,97,99,111,111,107,105,101,0,16,0,11,35,122,105,100,95,98,97,110,110,101,114,0,16,0,25,35,122,106,101,107,111,122,97,95,99,105,97,115,116,101,99,122,107,97,95,97,108,101,114,116,0,16,0,20,35,122,107,95,112,111,108,105,116,121,107,97,95,99,105,97,115,116,101,107,0,16,0,23,35,122,109,98,67,111,111,107,105,101,115,78,111,116,105,102,105,99,97,116,105,111,110,0,16,0,18,35,122,110,45,112,114,105,118,97,99,121,45,110,111,116,105,99,101,0,16,0,12,35,122,111,110,97,67,111,111,107,105,101,115,0,16,0,19,35,122,111,110,101,45,97,99,99,101,112,116,45,99,111,111,107,105,101,0,16,0,11,35,122,111,110,101,67,111,111,107,105,101,0,16,0,12,35,122,111,110,101,95,99,111,111,107,105,101,0,16,0,33,35,122,112,45,102,111,111,116,101,114,45,99,111,111,107,105,101,115,101,116,116,105,110,103,115,45,111,118,101,114,108,97,121,0,16,0,16,35,122,112,99,111,111,107,105,101,45,98,97,110,110,101,114,0,16,0,21,35,122,115,101,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,16,0,13,35,122,115,109,115,103,45,112,111,108,105,99,121,0,16,0,25,35,122,119,95,99,111,111,107,105,101,95,108,97,119,95,115,104,111,114,116,95,105,110,102,111,0,16,0,18,35,100,105,115,99,108,97,105,109,101,114,95,97,109,117,110,100,105,0,16,0,15,35,97,115,50,52,45,99,109,112,45,112,111,112,117,112,0,16,0,16,35,114,111,100,111,112,111,112,117,112,46,112,111,112,117,112,0,16,0,23,35,99,116,108,48,50,32,62,32,46,67,111,111,107,105,101,67,111,110,115,101,110,116,0,16,0,28,35,102,111,114,109,32,62,32,100,105,118,32,62,32,46,67,111,111,107,105,101,67,111,110,115,101,110,116,0,16,0,12,35,99,99,109,95,119,101,108,99,111,109,101,0,16,0,21,35,99,112,45,100,105,97,108,111,103,46,99,112,45,119,114,97,112,112,101,114,0,16,0,19,35,99,111,110,102,105,114,109,46,106,113,109,67,111,110,102,105,114,109,0,16,0,19,35,115,116,95,112,111,112,117,112,46,115,116,69,108,101,109,101,110,116,0,16,0,42,35,99,111,111,107,105,101,45,108,97,119,45,105,110,102,111,45,98,97,114,32,126,32,46,99,108,105,45,109,111,100,97,108,45,98,97,99,107,100,114,111,112,0,16,0,51,35,99,111,111,107,105,101,45,108,97,119,45,105,110,102,111,45,98,97,114,91,115,116,121,108,101,42,61,34,98,111,114,100,101,114,45,98,111,120,59,32,100,105,115,112,108,97,121,58,34,93,0,16,0,51,35,99,111,111,107,105,101,45,108,97,119,45,105,110,102,111,45,98,97,114,91,115,116,121,108,101,42,61,34,98,111,114,100,101,114,45,98,111,120,59,32,112,97,100,100,105,110,103,58,34,93,0,16,0,38,35,99,111,111,107,105,101,45,108,97,119,45,105,110,102,111,45,98,97,114,91,115,116,121,108,101,42,61,34,98,111,116,116,111,109,58,34,93,0,16,0,39,35,99,111,111,107,105,101,45,108,97,119,45,105,110,102,111,45,98,97,114,91,115,116,121,108,101,42,61,34,116,111,112,58,32,48,112,120,34,93,0,16,0,38,35,99,111,111,107,105,101,45,108,97,119,45,105,110,102,111,45,98,97,114,91,115,116,121,108,101,42,61,34,116,111,112,58,48,112,120,34,93,0,16,0,30,35,102,111,111,116,101,114,32,62,32,35,99,111,111,107,105,101,45,108,97,119,45,105,110,102,111,45,98,97,114,0,16,0,37,35,102,111,111,116,101,114,99,111,110,116,101,110,116,32,62,32,35,99,111,111,107,105,101,45,108,97,119,45,105,110,102,111,45,98,97,114,0,16,0,49,35,112,97,103,101,45,119,114,97,112,112,101,114,45,99,111,109,112,111,110,101,110,116,32,62,32,46,108,101,103,97,108,45,98,97,110,110,101,114,45,99,111,109,112,111,110,101,110,116,0,16,0,16,35,97,112,112,45,114,111,111,116,46,99,32,62,32,46,122,0,16,0,17,35,99,109,112,45,99,111,110,116,97,105,110,101,114,45,105,100,0,16,0,14,35,99,109,112,45,117,105,45,105,102,114,97,109,101,0,16,0,15,35,99,111,111,107,105,101,115,32,62,32,102,111,114,109,0,16,0,22,35,97,109,112,45,117,115,101,114,45,110,111,116,105,102,105,99,97,116,105,111,110,0,16,0,23,35,97,109,112,45,117,115,101,114,45,110,111,116,105,102,105,99,97,116,105,111,110,49,0,16,0,32,35,115,108,105,100,105,110,103,45,112,111,112,117,112,46,115,108,105,100,105,110,103,45,112,111,112,117,112,45,116,111,112,0,16,0,6,35,103,104,45,103,98,0,16,0,6,35,101,112,98,97,114,0,16,0,39,35,103,98,91,115,116,121,108,101,61,34,109,105,110,45,119,105,100,116,104,58,32,57,56,48,112,120,59,34,93,32,62,32,46,103,98,95,119,98,0,16,0,18,35,112,117,115,104,100,111,119,110,32,62,32,46,103,98,95,105,98,0,16,0,18,35,112,117,115,104,100,111,119,110,32,62,32,46,103,98,95,119,98,0,16,0,24,35,112,114,105,115,109,45,109,111,100,97,108,46,112,114,105,115,109,45,109,111,100,97,108,0,16,0,24,35,110,101,119,112,114,105,118,97,99,121,32,62,32,46,97,108,101,114,116,45,98,111,120,0,16,0,37,35,98,111,116,116,111,109,95,100,105,97,108,111,103,32,62,32,35,98,111,116,116,111,109,95,100,105,97,108,111,103,95,105,110,110,101,114,0,16,0,7,35,99,107,95,114,111,119,0,16,0,11,35,100,103,115,118,111,76,97,121,101,114,0,16,0,8,35,107,107,105,95,100,105,118,0,16,0,13,35,108,121,116,105,99,95,97,115,107,98,111,120,0,16,0,20,35,115,102,45,109,105,110,105,115,105,116,101,45,116,111,111,108,98,97,114,0,16,0,8,35,120,99,109,45,98,97,114,0,16,0,5,35,122,119,99,99,0,16,0,10,35,112,112,95,98,46,112,112,45,112,0,16,0,26,35,99,111,111,107,105,101,115,46,99,111,111,107,105,101,115,45,99,111,110,116,97,105,110,101,114,0,0,8,0,0,0,10,76,0,0,1,40,128,0,0,120,94,0,0,0,0,0,8,0,0,0,12,0,0,0,16,0,0,0,16,0,0,0,16,0,0,0,22,0,0,0,24,0,0,0,30,0,0,0,30,0,0,0,30,0,0,0,40,0,0,0,44,0,0,0,44,0,0,0,44,0,0,0,46,0,0,0,48,0,0,0,48,0,0,0,48,0,0,0,48,0,0,0,48,0,0,0,54,0,0,0,56,0,0,0,56,0,0,0,58,0,0,0,58,0,0,0,62,0,0,0,72,0,0,0,74,0,0,0,76,0,0,0,82,0,0,0,82,0,0,0,84,0,0,0,84,0,0,0,84,0,0,0,84,0,0,0,84,0,0,0,84,0,0,0,86,0,0,0,86,0,0,0,86,0,0,0,86,0,0,0,88,0,0,0,88,0,0,0,88,0,0,0,88,0,0,0,88,0,0,0,88,0,0,0,88,0,0,0,88,0,0,0,90,0,0,0,98,0,0,0,98,0,0,0,98,0,0,0,102,0,0,0,102,0,0,0,104,0,0,0,106,0,0,0,106,0,0,0,108,0,0,0,114,0,0,0,114,0,0,0,114,0,0,0,120,0,0,0,120,0,0,0,126,0,0,0,126,0,0,0,128,0,0,0,128,0,0,0,128,0,0,0,130,0,0,0,134,0,0,0,134,0,0,0,134,0,0,0,134,0,0,0,140,0,0,0,140,0,0,0,148,0,0,0,148,0,0,0,148,0,0,0,156,0,0,0,156,0,0,0,156,0,0,0,156,0,0,0,160,0,0,0,166,0,0,0,172,0,0,0,172,0,0,0,172,0,0,0,172,0,0,0,174,0,0,0,174,0,0,0,176,0,0,0,178,0,0,0,184,0,0,0,186,0,0,0,188,0,0,0,188,0,0,0,188,0,0,0,188,0,0,0,190,0,0,0,190,0,0,0,190,0,0,0,190,0,0,0,192,0,0,0,192,0,0,0,192,0,0,0,192,0,0,0,192,0,0,0,192,0,0,0,192,0,0,0,198,0,0,0,198,0,0,0,198,0,0,0,198,0,0,0,206,0,0,0,206,0,0,0,208,0,0,0,208,0,0,0,208,0,0,0,208,0,0,0,212,0,0,0,212,0,0,0,220,0,0,0,220,0,0,0,222,0,0,0,222,0,0,0,222,0,0,0,222,0,0,0,222,0,0,0,222,0,0,0,224,0,0,0,224,0,0,0,224,0,0,0,224,0,0,0,224,0,0,0,224,0,0,0,224,0,0,0,224,0,0,0,226,0,0,0,228,0,0,0,228,0,0,0,230,0,0,0,230,0,0,0,230,0,0,0,230,0,0,0,232,0,0,0,232,0,0,0,232,0,0,0,234,0,0,0,236,0,0,0,236,0,0,0,236,0,0,0,236,0,0,0,236,0,0,0,242,0,0,0,242,0,0,0,242,0,0,0,242,0,0,0,242,0,0,0,242,0,0,0,242,0,0,0,242,0,0,0,242,0,0,0,248,0,0,0,254,0,0,0,0,1,0,0,6,1,0,0,10,1,0,0,10,1,0,0,14,1,0,0,14,1,0,0,14,1,0,0,16,1,0,0,16,1,0,0,22,1,0,0,24,1,0,0,28,1,0,0,28,1,0,0,28,1,0,0,28,1,0,0,28,1,0,0,28,1,0,0,28,1,0,0,32,1,0,0,32,1,0,0,32,1,0,0,32,1,0,0,32,1,0,0,32,1,0,0,32,1,0,0,36,1,0,0,38,1,0,0,38,1,0,0,40,1,0,0,40,1,0,0,40,1,0,0,40,1,0,0,44,1,0,0,44,1,0,0,44,1,0,0,44,1,0,0,44,1,0,0,44,1,0,0,44,1,0,0,44,1,0,0,46,1,0,0,48,1,0,0,50,1,0,0,56,1,0,0,56,1,0,0,58,1,0,0,58,1,0,0,58,1,0,0,58,1,0,0,58,1,0,0,60,1,0,0,62,1,0,0,62,1,0,0,62,1,0,0,64,1,0,0,64,1,0,0,64,1,0,0,64,1,0,0,64,1,0,0,64,1,0,0,64,1,0,0,64,1,0,0,72,1,0,0,72,1,0,0,72,1,0,0,74,1,0,0,74,1,0,0,74,1,0,0,76,1,0,0,76,1,0,0,76,1,0,0,76,1,0,0,76,1,0,0,82,1,0,0,82,1,0,0,82,1,0,0,82,1,0,0,82,1,0,0,82,1,0,0,82,1,0,0,82,1,0,0,82,1,0,0,86,1,0,0,86,1,0,0,86,1,0,0,88,1,0,0,88,1,0,0,88,1,0,0,88,1,0,0,90,1,0,0,90,1,0,0,90,1,0,0,90,1,0,0,90,1,0,0,94,1,0,0,94,1,0,0,94,1,0,0,100,1,0,0,102,1,0,0,104,1,0,0,104,1,0,0,108,1,0,0,108,1,0,0,110,1,0,0,110,1,0,0,110,1,0,0,112,1,0,0,112,1,0,0,118,1,0,0,122,1,0,0,122,1,0,0,122,1,0,0,124,1,0,0,124,1,0,0,124,1,0,0,124,1,0,0,124,1,0,0,124,1,0,0,126,1,0,0,126,1,0,0,126,1,0,0,126,1,0,0,130,1,0,0,132,1,0,0,132,1,0,0,132,1,0,0,132,1,0,0,132,1,0,0,132,1,0,0,132,1,0,0,136,1,0,0,136,1,0,0,136,1,0,0,136,1,0,0,136,1,0,0,140,1,0,0,140,1,0,0,140,1,0,0,142,1,0,0,142,1,0,0,148,1,0,0,152,1,0,0,152,1,0,0,152,1,0,0,152,1,0,0,152,1,0,0,158,1,0,0,158,1,0,0,160,1,0,0,160,1,0,0,162,1,0,0,162,1,0,0,162,1,0,0,162,1,0,0,164,1,0,0,164,1,0,0,164,1,0,0,170,1,0,0,172,1,0,0,172,1,0,0,176,1,0,0,176,1,0,0,176,1,0,0,176,1,0,0,176,1,0,0,182,1,0,0,182,1,0,0,182,1,0,0,182,1,0,0,182,1,0,0,182,1,0,0,182,1,0,0,182,1,0,0,182,1,0,0,182,1,0,0,192,1,0,0,200,1,0,0,200,1,0,0,204,1,0,0,210,1,0,0,210,1,0,0,210,1,0,0,212,1,0,0,212,1,0,0,214,1,0,0,216,1,0,0,232,1,0,0,232,1,0,0,234,1,0,0,234,1,0,0,234,1,0,0,236,1,0,0,238,1,0,0,238,1,0,0,238,1,0,0,238,1,0,0,242,1,0,0,242,1,0,0,244,1,0,0,246,1,0,0,246,1,0,0,246,1,0,0,246,1,0,0,248,1,0,0,250,1,0,0,254,1,0,0,254,1,0,0,254,1,0,0,0,2,0,0,0,2,0,0,2,2,0,0,4,2,0,0,4,2,0,0,4,2,0,0,4,2,0,0,4,2,0,0,4,2,0,0,6,2,0,0,6,2,0,0,6,2,0,0,6,2,0,0,6,2,0,0,10,2,0,0,10,2,0,0,10,2,0,0,12,2,0,0,12,2,0,0,12,2,0,0,18,2,0,0,28,2,0,0,30,2,0,0,32,2,0,0,32,2,0,0,32,2,0,0,32,2,0,0,38,2,0,0,38,2,0,0,38,2,0,0,40,2,0,0,40,2,0,0,44,2,0,0,44,2,0,0,44,2,0,0,48,2,0,0,50,2,0,0,50,2,0,0,56,2,0,0,60,2,0,0,66,2,0,0,66,2,0,0,66,2,0,0,66,2,0,0,66,2,0,0,68,2,0,0,68,2,0,0,68,2,0,0,68,2,0,0,70,2,0,0,70,2,0,0,76,2,0,0,76,2,0,0,76,2,0,0,76,2,0,0,76,2,0,0,76,2,0,0,76,2,0,0,76,2,0,0,76,2,0,0,76,2,0,0,76,2,0,0,76,2,0,0,76,2,0,0,76,2,0,0,76,2,0,0,76,2,0,0,76,2,0,0,78,2,0,0,78,2,0,0,78,2,0,0,78,2,0,0,78,2,0,0,78,2,0,0,78,2,0,0,78,2,0,0,82,2,0,0,82,2,0,0,82,2,0,0,82,2,0,0,82,2,0,0,82,2,0,0,82,2,0,0,82,2,0,0,82,2,0,0,82,2,0,0,82,2,0,0,82,2,0,0,82,2,0,0,82,2,0,0,82,2,0,0,84,2,0,0,90,2,0,0,90,2,0,0,90,2,0,0,90,2,0,0,90,2,0,0,90,2,0,0,92,2,0,0,94,2,0,0,94,2,0,0,94,2,0,0,94,2,0,0,94,2,0,0,94,2,0,0,94,2,0,0,94,2,0,0,96,2,0,0,98,2,0,0,98,2,0,0,102,2,0,0,102,2,0,0,104,2,0,0,106,2,0,0,108,2,0,0,108,2,0,0,108,2,0,0,108,2,0,0,110,2,0,0,110,2,0,0,110,2,0,0,116,2,0,0,116,2,0,0,116,2,0,0,126,2,0,0,126,2,0,0,126,2,0,0,134,2,0,0,138,2,0,0,140,2,0,0,142,2,0,0,142,2,0,0,150,2,0,0,150,2,0,0,150,2,0,0,154,2,0,0,154,2,0,0,164,2,0,0,164,2,0,0,168,2,0,0,168,2,0,0,168,2,0,0,168,2,0,0,170,2,0,0,172,2,0,0,172,2,0,0,172,2,0,0,172,2,0,0,172,2,0,0,178,2,0,0,182,2,0,0,188,2,0,0,188,2,0,0,188,2,0,0,188,2,0,0,190,2,0,0,190,2,0,0,190,2,0,0,194,2,0,0,194,2,0,0,200,2,0,0,200,2,0,0,200,2,0,0,200,2,0,0,200,2,0,0,200,2,0,0,200,2,0,0,200,2,0,0,200,2,0,0,200,2,0,0,200,2,0,0,200,2,0,0,200,2,0,0,200,2,0,0,200,2,0,0,200,2,0,0,200,2,0,0,214,2,0,0,214,2,0,0,218,2,0,0,218,2,0,0,220,2,0,0,220,2,0,0,220,2,0,0,226,2,0,0,230,2,0,0,232,2,0,0,240,2,0,0,244,2,0,0,248,2,0,0,248,2,0,0,248,2,0,0,248,2,0,0,248,2,0,0,252,2,0,0,252,2,0,0,254,2,0,0,254,2,0,0,254,2,0,0,4,3,0,0,8,3,0,0,10,3,0,0,10,3,0,0,10,3,0,0,12,3,0,0,16,3,0,0,16,3,0,0,16,3,0,0,16,3,0,0,16,3,0,0,16,3,0,0,16,3,0,0,16,3,0,0,20,3,0,0,22,3,0,0,22,3,0,0,26,3,0,0,26,3,0,0,26,3,0,0,26,3,0,0,30,3,0,0,30,3,0,0,30,3,0,0,34,3,0,0,34,3,0,0,34,3,0,0,34,3,0,0,34,3,0,0,34,3,0,0,34,3,0,0,34,3,0,0,34,3,0,0,38,3,0,0,42,3,0,0,42,3,0,0,42,3,0,0,42,3,0,0,42,3,0,0,42,3,0,0,44,3,0,0,46,3,0,0,48,3,0,0,48,3,0,0,48,3,0,0,48,3,0,0,50,3,0,0,52,3,0,0,64,3,0,0,64,3,0,0,64,3,0,0,64,3,0,0,66,3,0,0,68,3,0,0,70,3,0,0,72,3,0,0,72,3,0,0,72,3,0,0,72,3,0,0,78,3,0,0,80,3,0,0,80,3,0,0,82,3,0,0,84,3,0,0,84,3,0,0,84,3,0,0,92,3,0,0,96,3,0,0,96,3,0,0,96,3,0,0,96,3,0,0,108,3,0,0,108,3,0,0,108,3,0,0,108,3,0,0,108,3,0,0,108,3,0,0,114,3,0,0,114,3,0,0,114,3,0,0,114,3,0,0,114,3,0,0,114,3,0,0,114,3,0,0,114,3,0,0,114,3,0,0,128,3,0,0,128,3,0,0,132,3,0,0,132,3,0,0,132,3,0,0,132,3,0,0,132,3,0,0,132,3,0,0,132,3,0,0,134,3,0,0,134,3,0,0,136,3,0,0,136,3,0,0,138,3,0,0,138,3,0,0,138,3,0,0,148,3,0,0,148,3,0,0,154,3,0,0,154,3,0,0,158,3,0,0,158,3,0,0,158,3,0,0,158,3,0,0,158,3,0,0,158,3,0,0,158,3,0,0,160,3,0,0,160,3,0,0,160,3,0,0,160,3,0,0,160,3,0,0,160,3,0,0,160,3,0,0,166,3,0,0,170,3,0,0,172,3,0,0,172,3,0,0,172,3,0,0,180,3,0,0,180,3,0,0,184,3,0,0,186,3,0,0,188,3,0,0,190,3,0,0,194,3,0,0,196,3,0,0,200,3,0,0,200,3,0,0,200,3,0,0,200,3,0,0,200,3,0,0,200,3,0,0,200,3,0,0,206,3,0,0,206,3,0,0,216,3,0,0,216,3,0,0,216,3,0,0,216,3,0,0,216,3,0,0,218,3,0,0,218,3,0,0,218,3,0,0,218,3,0,0,218,3,0,0,220,3,0,0,220,3,0,0,222,3,0,0,222,3,0,0,224,3,0,0,224,3,0,0,224,3,0,0,224,3,0,0,224,3,0,0,224,3,0,0,224,3,0,0,230,3,0,0,234,3,0,0,234,3,0,0,236,3,0,0,236,3,0,0,244,3,0,0,244,3,0,0,244,3,0,0,244,3,0,0,248,3,0,0,248,3,0,0,250,3,0,0,0,4,0,0,0,4,0,0,6,4,0,0,8,4,0,0,8,4,0,0,8,4,0,0,8,4,0,0,8,4,0,0,8,4,0,0,8,4,0,0,8,4,0,0,8,4,0,0,14,4,0,0,14,4,0,0,14,4,0,0,14,4,0,0,14,4,0,0,16,4,0,0,16,4,0,0,18,4,0,0,18,4,0,0,22,4,0,0,22,4,0,0,22,4,0,0,26,4,0,0,26,4,0,0,26,4,0,0,26,4,0,0,26,4,0,0,26,4,0,0,26,4,0,0,30,4,0,0,30,4,0,0,30,4,0,0,30,4,0,0,30,4,0,0,30,4,0,0,30,4,0,0,30,4,0,0,30,4,0,0,30,4,0,0,30,4,0,0,30,4,0,0,30,4,0,0,30,4,0,0,32,4,0,0,32,4,0,0,32,4,0,0,32,4,0,0,32,4,0,0,32,4,0,0,32,4,0,0,32,4,0,0,34,4,0,0,36,4,0,0,36,4,0,0,40,4,0,0,40,4,0,0,40,4,0,0,40,4,0,0,40,4,0,0,40,4,0,0,40,4,0,0,42,4,0,0,42,4,0,0,44,4,0,0,44,4,0,0,44,4,0,0,44,4,0,0,44,4,0,0,44,4,0,0,46,4,0,0,46,4,0,0,46,4,0,0,54,4,0,0,58,4,0,0,58,4,0,0,58,4,0,0,58,4,0,0,58,4,0,0,58,4,0,0,60,4,0,0,68,4,0,0,70,4,0,0,70,4,0,0,70,4,0,0,72,4,0,0,72,4,0,0,74,4,0,0,74,4,0,0,74,4,0,0,74,4,0,0,74,4,0,0,74,4,0,0,74,4,0,0,74,4,0,0,74,4,0,0,76,4,0,0,76,4,0,0,78,4,0,0,78,4,0,0,78,4,0,0,78,4,0,0,78,4,0,0,82,4,0,0,82,4,0,0,86,4,0,0,92,4,0,0,92,4,0,0,92,4,0,0,92,4,0,0,92,4,0,0,92,4,0,0,92,4,0,0,96,4,0,0,96,4,0,0,96,4,0,0,96,4,0,0,96,4,0,0,96,4,0,0,96,4,0,0,96,4,0,0,96,4,0,0,96,4,0,0,96,4,0,0,104,4,0,0,110,4,0,0,110,4,0,0,110,4,0,0,110,4,0,0,110,4,0,0,110,4,0,0,114,4,0,0,114,4,0,0,116,4,0,0,116,4,0,0,116,4,0,0,116,4,0,0,116,4,0,0,118,4,0,0,118,4,0,0,118,4,0,0,118,4,0,0,118,4,0,0,122,4,0,0,122,4,0,0,124,4,0,0,128,4,0,0,130,4,0,0,130,4,0,0,132,4,0,0,132,4,0,0,132,4,0,0,132,4,0,0,136,4,0,0,136,4,0,0,136,4,0,0,138,4,0,0,138,4,0,0,138,4,0,0,138,4,0,0,140,4,0,0,140,4,0,0,140,4,0,0,140,4,0,0,140,4,0,0,142,4,0,0,148,4,0,0,148,4,0,0,148,4,0,0,154,4,0,0,160,4,0,0,160,4,0,0,164,4,0,0,164,4,0,0,164,4,0,0,164,4,0,0,168,4,0,0,168,4,0,0,168,4,0,0,168,4,0,0,170,4,0,0,170,4,0,0,170,4,0,0,170,4,0,0,172,4,0,0,172,4,0,0,174,4,0,0,176,4,0,0,176,4,0,0,178,4,0,0,178,4,0,0,178,4,0,0,182,4,0,0,182,4,0,0,182,4,0,0,182,4,0,0,186,4,0,0,186,4,0,0,190,4,0,0,190,4,0,0,190,4,0,0,192,4,0,0,192,4,0,0,192,4,0,0,192,4,0,0,192,4,0,0,192,4,0,0,192,4,0,0,198,4,0,0,202,4,0,0,202,4,0,0,202,4,0,0,204,4,0,0,204,4,0,0,210,4,0,0,212,4,0,0,212,4,0,0,212,4,0,0,212,4,0,0,212,4,0,0,212,4,0,0,212,4,0,0,214,4,0,0,214,4,0,0,216,4,0,0,216,4,0,0,216,4,0,0,228,4,0,0,228,4,0,0,228,4,0,0,228,4,0,0,228,4,0,0,238,4,0,0,240,4,0,0,240,4,0,0,244,4,0,0,244,4,0,0,252,4,0,0,252,4,0,0,252,4,0,0,252,4,0,0,252,4,0,0,252,4,0,0,252,4,0,0,252,4,0,0,252,4,0,0,8,5,0,0,8,5,0,0,8,5,0,0,12,5,0,0,14,5,0,0,14,5,0,0,14,5,0,0,16,5,0,0,16,5,0,0,16,5,0,0,16,5,0,0,16,5,0,0,16,5,0,0,16,5,0,0,16,5,0,0,28,5,0,0,28,5,0,0,30,5,0,0,30,5,0,0,30,5,0,0,30,5,0,0,30,5,0,0,30,5,0,0,30,5,0,0,32,5,0,0,32,5,0,0,34,5,0,0,34,5,0,0,42,5,0,0,42,5,0,0,42,5,0,0,42,5,0,0,44,5,0,0,44,5,0,0,44,5,0,0,52,5,0,0,52,5,0,0,52,5,0,0,56,5,0,0,56,5,0,0,58,5,0,0,66,5,0,0,66,5,0,0,70,5,0,0,70,5,0,0,70,5,0,0,72,5,0,0,78,5,0,0,78,5,0,0,78,5,0,0,82,5,0,0,82,5,0,0,82,5,0,0,82,5,0,0,82,5,0,0,82,5,0,0,88,5,0,0,88,5,0,0,88,5,0,0,88,5,0,0,88,5,0,0,88,5,0,0,92,5,0,0,92,5,0,0,92,5,0,0,92,5,0,0,92,5,0,0,98,5,0,0,100,5,0,0,100,5,0,0,100,5,0,0,102,5,0,0,102,5,0,0,102,5,0,0,102,5,0,0,104,5,0,0,104,5,0,0,104,5,0,0,104,5,0,0,108,5,0,0,112,5,0,0,112,5,0,0,114,5,0,0,118,5,0,0,118,5,0,0,118,5,0,0,124,5,0,0,124,5,0,0,124,5,0,0,126,5,0,0,130,5,0,0,132,5,0,0,134,5,0,0,134,5,0,0,134,5,0,0,134,5,0,0,136,5,0,0,136,5,0,0,136,5,0,0,136,5,0,0,136,5,0,0,136,5,0,0,140,5,0,0,140,5,0,0,142,5,0,0,144,5,0,0,144,5,0,0,144,5,0,0,144,5,0,0,144,5,0,0,146,5,0,0,146,5,0,0,146,5,0,0,146,5,0,0,146,5,0,0,148,5,0,0,150,5,0,0,154,5,0,0,160,5,0,0,160,5,0,0,162,5,0,0,162,5,0,0,162,5,0,0,162,5,0,0,164,5,0,0,164,5,0,0,164,5,0,0,164,5,0,0,164,5,0,0,164,5,0,0,166,5,0,0,166,5,0,0,166,5,0,0,166,5,0,0,166,5,0,0,166,5,0,0,166,5,0,0,166,5,0,0,166,5,0,0,166,5,0,0,166,5,0,0,166,5,0,0,174,5,0,0,174,5,0,0,174,5,0,0,174,5,0,0,174,5,0,0,182,5,0,0,182,5,0,0,188,5,0,0,196,5,0,0,198,5,0,0,198,5,0,0,202,5,0,0,202,5,0,0,202,5,0,0,204,5,0,0,204,5,0,0,220,5,0,0,220,5,0,0,220,5,0,0,220,5,0,0,226,5,0,0,226,5,0,0,228,5,0,0,228,5,0,0,230,5,0,0,234,5,0,0,234,5,0,0,234,5,0,0,234,5,0,0,238,5,0,0,238,5,0,0,238,5,0,0,242,5,0,0,242,5,0,0,246,5,0,0,246,5,0,0,246,5,0,0,246,5,0,0,246,5,0,0,252,5,0,0,252,5,0,0,252,5,0,0,254,5,0,0,254,5,0,0,0,6,0,0,2,6,0,0,2,6,0,0,2,6,0,0,10,6,0,0,10,6,0,0,10,6,0,0,10,6,0,0,10,6,0,0,12,6,0,0,16,6,0,0,16,6,0,0,16,6,0,0,16,6,0,0,16,6,0,0,18,6,0,0,18,6,0,0,20,6,0,0,20,6,0,0,22,6,0,0,22,6,0,0,22,6,0,0,24,6,0,0,24,6,0,0,24,6,0,0,30,6,0,0,32,6,0,0,36,6,0,0,38,6,0,0,38,6,0,0,38,6,0,0,46,6,0,0,46,6,0,0,46,6,0,0,46,6,0,0,48,6,0,0,48,6,0,0,52,6,0,0,54,6,0,0,54,6,0,0,54,6,0,0,54,6,0,0,54,6,0,0,54,6,0,0,54,6,0,0,58,6,0,0,58,6,0,0,58,6,0,0,58,6,0,0,60,6,0,0,60,6,0,0,60,6,0,0,62,6,0,0,68,6,0,0,68,6,0,0,68,6,0,0,68,6,0,0,68,6,0,0,72,6,0,0,74,6,0,0,74,6,0,0,74,6,0,0,74,6,0,0,78,6,0,0,78,6,0,0,84,6,0,0,88,6,0,0,88,6,0,0,88,6,0,0,88,6,0,0,88,6,0,0,94,6,0,0,94,6,0,0,100,6,0,0,106,6,0,0,108,6,0,0,108,6,0,0,108,6,0,0,108,6,0,0,108,6,0,0,108,6,0,0,108,6,0,0,108,6,0,0,108,6,0,0,108,6,0,0,108,6,0,0,108,6,0,0,114,6,0,0,114,6,0,0,116,6,0,0,116,6,0,0,116,6,0,0,124,6,0,0,124,6,0,0,124,6,0,0,124,6,0,0,124,6,0,0,128,6,0,0,128,6,0,0,128,6,0,0,130,6,0,0,132,6,0,0,132,6,0,0,132,6,0,0,134,6,0,0,136,6,0,0,142,6,0,0,142,6,0,0,146,6,0,0,146,6,0,0,146,6,0,0,146,6,0,0,148,6,0,0,148,6,0,0,148,6,0,0,150,6,0,0,150,6,0,0,150,6,0,0,150,6,0,0,150,6,0,0,152,6,0,0,152,6,0,0,154,6,0,0,154,6,0,0,160,6,0,0,166,6,0,0,166,6,0,0,170,6,0,0,170,6,0,0,176,6,0,0,176,6,0,0,176,6,0,0,176,6,0,0,178,6,0,0,180,6,0,0,180,6,0,0,180,6,0,0,180,6,0,0,182,6,0,0,182,6,0,0,184,6,0,0,184,6,0,0,184,6,0,0,186,6,0,0,186,6,0,0,186,6,0,0,188,6,0,0,188,6,0,0,192,6,0,0,192,6,0,0,192,6,0,0,208,6,0,0,210,6,0,0,210,6,0,0,210,6,0,0,212,6,0,0,216,6,0,0,216,6,0,0,220,6,0,0,222,6,0,0,222,6,0,0,222,6,0,0,222,6,0,0,228,6,0,0,228,6,0,0,234,6,0,0,234,6,0,0,234,6,0,0,240,6,0,0,242,6,0,0,252,6,0,0,254,6,0,0,254,6,0,0,254,6,0,0,254,6,0,0,254,6,0,0,254,6,0,0,6,7,0,0,10,7,0,0,10,7,0,0,10,7,0,0,10,7,0,0,10,7,0,0,10,7,0,0,10,7,0,0,16,7,0,0,16,7,0,0,16,7,0,0,16,7,0,0,16,7,0,0,16,7,0,0,16,7,0,0,16,7,0,0,22,7,0,0,30,7,0,0,30,7,0,0,30,7,0,0,32,7,0,0,32,7,0,0,32,7,0,0,32,7,0,0,32,7,0,0,34,7,0,0,34,7,0,0,38,7,0,0,38,7,0,0,44,7,0,0,44,7,0,0,44,7,0,0,44,7,0,0,50,7,0,0,50,7,0,0,50,7,0,0,50,7,0,0,50,7,0,0,50,7,0,0,50,7,0,0,50,7,0,0,50,7,0,0,50,7,0,0,50,7,0,0,50,7,0,0,52,7,0,0,52,7,0,0,54,7,0,0,56,7,0,0,56,7,0,0,58,7,0,0,58,7,0,0,58,7,0,0,74,7,0,0,74,7,0,0,74,7,0,0,74,7,0,0,74,7,0,0,74,7,0,0,78,7,0,0,78,7,0,0,80,7,0,0,88,7,0,0,98,7,0,0,102,7,0,0,102,7,0,0,102,7,0,0,102,7,0,0,104,7,0,0,106,7,0,0,108,7,0,0,108,7,0,0,110,7,0,0,112,7,0,0,112,7,0,0,112,7,0,0,112,7,0,0,114,7,0,0,114,7,0,0,116,7,0,0,116,7,0,0,116,7,0,0,116,7,0,0,120,7,0,0,120,7,0,0,120,7,0,0,122,7,0,0,126,7,0,0,132,7,0,0,132,7,0,0,138,7,0,0,140,7,0,0,140,7,0,0,144,7,0,0,144,7,0,0,144,7,0,0,144,7,0,0,144,7,0,0,144,7,0,0,146,7,0,0,146,7,0,0,146,7,0,0,154,7,0,0,154,7,0,0,154,7,0,0,154,7,0,0,154,7,0,0,154,7,0,0,154,7,0,0,158,7,0,0,158,7,0,0,168,7,0,0,168,7,0,0,172,7,0,0,172,7,0,0,178,7,0,0,178,7,0,0,178,7,0,0,178,7,0,0,178,7,0,0,178,7,0,0,184,7,0,0,184,7,0,0,184,7,0,0,184,7,0,0,186,7,0,0,192,7,0,0,192,7,0,0,192,7,0,0,192,7,0,0,192,7,0,0,194,7,0,0,196,7,0,0,196,7,0,0,196,7,0,0,198,7,0,0,198,7,0,0,198,7,0,0,198,7,0,0,200,7,0,0,202,7,0,0,204,7,0,0,204,7,0,0,204,7,0,0,204,7,0,0,204,7,0,0,204,7,0,0,204,7,0,0,208,7,0,0,208,7,0,0,208,7,0,0,208,7,0,0,208,7,0,0,208,7,0,0,208,7,0,0,210,7,0,0,210,7,0,0,210,7,0,0,216,7,0,0,222,7,0,0,222,7,0,0,222,7,0,0,222,7,0,0,222,7,0,0,222,7,0,0,222,7,0,0,224,7,0,0,224,7,0,0,224,7,0,0,226,7,0,0,226,7,0,0,228,7,0,0,228,7,0,0,228,7,0,0,228,7,0,0,228,7,0,0,232,7,0,0,232,7,0,0,232,7,0,0,232,7,0,0,232,7,0,0,232,7,0,0,232,7,0,0,232,7,0,0,234,7,0,0,236,7,0,0,236,7,0,0,236,7,0,0,236,7,0,0,236,7,0,0,236,7,0,0,238,7,0,0,238,7,0,0,238,7,0,0,238,7,0,0,238,7,0,0,238,7,0,0,240,7,0,0,242,7,0,0,246,7,0,0,246,7,0,0,248,7,0,0,248,7,0,0,248,7,0,0,248,7,0,0,248,7,0,0,248,7,0,0,248,7,0,0,248,7,0,0,248,7,0,0,250,7,0,0,250,7,0,0,254,7,0,0,254,7,0,0,254,7,0,0,254,7,0,0,2,8,0,0,4,8,0,0,6,8,0,0,8,8,0,0,8,8,0,0,10,8,0,0,10,8,0,0,16,8,0,0,16,8,0,0,16,8,0,0,16,8,0,0,16,8,0,0,22,8,0,0,22,8,0,0,24,8,0,0,30,8,0,0,38,8,0,0,38,8,0,0,38,8,0,0,38,8,0,0,38,8,0,0,38,8,0,0,38,8,0,0,38,8,0,0,38,8,0,0,38,8,0,0,38,8,0,0,38,8,0,0,42,8,0,0,42,8,0,0,42,8,0,0,42,8,0,0,42,8,0,0,42,8,0,0,44,8,0,0,44,8,0,0,44,8,0,0,44,8,0,0,44,8,0,0,44,8,0,0,44,8,0,0,44,8,0,0,44,8,0,0,44,8,0,0,44,8,0,0,44,8,0,0,50,8,0,0,54,8,0,0,64,8,0,0,64,8,0,0,70,8,0,0,70,8,0,0,78,8,0,0,78,8,0,0,78,8,0,0,84,8,0,0,84,8,0,0,84,8,0,0,84,8,0,0,90,8,0,0,90,8,0,0,90,8,0,0,90,8,0,0,90,8,0,0,90,8,0,0,92,8,0,0,92,8,0,0,92,8,0,0,92,8,0,0,92,8,0,0,96,8,0,0,96,8,0,0,96,8,0,0,96,8,0,0,98,8,0,0,100,8,0,0,100,8,0,0,102,8,0,0,102,8,0,0,102,8,0,0,112,8,0,0,112,8,0,0,112,8,0,0,112,8,0,0,114,8,0,0,116,8,0,0,116,8,0,0,116,8,0,0,116,8,0,0,118,8,0,0,122,8,0,0,122,8,0,0,122,8,0,0,122,8,0,0,122,8,0,0,126,8,0,0,126,8,0,0,126,8,0,0,128,8,0,0,130,8,0,0,130,8,0,0,130,8,0,0,130,8,0,0,130,8,0,0,130,8,0,0,130,8,0,0,130,8,0,0,138,8,0,0,142,8,0,0,142,8,0,0,142,8,0,0,158,8,0,0,162,8,0,0,162,8,0,0,168,8,0,0,168,8,0,0,168,8,0,0,168,8,0,0,168,8,0,0,168,8,0,0,168,8,0,0,170,8,0,0,170,8,0,0,170,8,0,0,170,8,0,0,170,8,0,0,172,8,0,0,172,8,0,0,172,8,0,0,172,8,0,0,172,8,0,0,172,8,0,0,172,8,0,0,172,8,0,0,174,8,0,0,174,8,0,0,174,8,0,0,184,8,0,0,184,8,0,0,184,8,0,0,184,8,0,0,184,8,0,0,184,8,0,0,184,8,0,0,188,8,0,0,188,8,0,0,188,8,0,0,188,8,0,0,190,8,0,0,190,8,0,0,190,8,0,0,190,8,0,0,190,8,0,0,190,8,0,0,190,8,0,0,190,8,0,0,190,8,0,0,190,8,0,0,194,8,0,0,194,8,0,0,196,8,0,0,196,8,0,0,196,8,0,0,196,8,0,0,198,8,0,0,200,8,0,0,200,8,0,0,204,8,0,0,204,8,0,0,204,8,0,0,210,8,0,0,210,8,0,0,214,8,0,0,214,8,0,0,218,8,0,0,218,8,0,0,218,8,0,0,218,8,0,0,220,8,0,0,220,8,0,0,222,8,0,0,224,8,0,0,224,8,0,0,224,8,0,0,226,8,0,0,226,8,0,0,236,8,0,0,236,8,0,0,242,8,0,0,242,8,0,0,242,8,0,0,244,8,0,0,246,8,0,0,246,8,0,0,246,8,0,0,246,8,0,0,246,8,0,0,246,8,0,0,246,8,0,0,248,8,0,0,248,8,0,0,248,8,0,0,248,8,0,0,248,8,0,0,248,8,0,0,248,8,0,0,248,8,0,0,252,8,0,0,252,8,0,0,252,8,0,0,0,9,0,0,0,9,0,0,0,9,0,0,6,9,0,0,6,9,0,0,6,9,0,0,6,9,0,0,6,9,0,0,8,9,0,0,10,9,0,0,10,9,0,0,10,9,0,0,10,9,0,0,10,9,0,0,10,9,0,0,10,9,0,0,12,9,0,0,12,9,0,0,12,9,0,0,12,9,0,0,18,9,0,0,18,9,0,0,24,9,0,0,24,9,0,0,28,9,0,0,28,9,0,0,30,9,0,0,30,9,0,0,30,9,0,0,32,9,0,0,32,9,0,0,32,9,0,0,32,9,0,0,32,9,0,0,32,9,0,0,32,9,0,0,32,9,0,0,32,9,0,0,32,9,0,0,32,9,0,0,32,9,0,0,32,9,0,0,32,9,0,0,34,9,0,0,34,9,0,0,38,9,0,0,38,9,0,0,38,9,0,0,40,9,0,0,42,9,0,0,42,9,0,0,42,9,0,0,42,9,0,0,46,9,0,0,46,9,0,0,46,9,0,0,46,9,0,0,52,9,0,0,52,9,0,0,56,9,0,0,58,9,0,0,58,9,0,0,64,9,0,0,64,9,0,0,66,9,0,0,66,9,0,0,68,9,0,0,74,9,0,0,74,9,0,0,76,9,0,0,76,9,0,0,80,9,0,0,80,9,0,0,80,9,0,0,84,9,0,0,84,9,0,0,84,9,0,0,84,9,0,0,84,9,0,0,84,9,0,0,84,9,0,0,86,9,0,0,90,9,0,0,94,9,0,0,96,9,0,0,96,9,0,0,96,9,0,0,98,9,0,0,98,9,0,0,102,9,0,0,104,9,0,0,108,9,0,0,112,9,0,0,112,9,0,0,114,9,0,0,116,9,0,0,124,9,0,0,124,9,0,0,124,9,0,0,124,9,0,0,124,9,0,0,126,9,0,0,126,9,0,0,126,9,0,0,126,9,0,0,130,9,0,0,130,9,0,0,132,9,0,0,132,9,0,0,132,9,0,0,132,9,0,0,134,9,0,0,138,9,0,0,142,9,0,0,142,9,0,0,146,9,0,0,146,9,0,0,150,9,0,0,150,9,0,0,150,9,0,0,150,9,0,0,150,9,0,0,154,9,0,0,156,9,0,0,156,9,0,0,156,9,0,0,156,9,0,0,156,9,0,0,156,9,0,0,156,9,0,0,156,9,0,0,156,9,0,0,164,9,0,0,164,9,0,0,166,9,0,0,166,9,0,0,168,9,0,0,168,9,0,0,174,9,0,0,178,9,0,0,178,9,0,0,180,9,0,0,180,9,0,0,180,9,0,0,180,9,0,0,180,9,0,0,190,9,0,0,190,9,0,0,190,9,0,0,190,9,0,0,190,9,0,0,190,9,0,0,190,9,0,0,190,9,0,0,192,9,0,0,192,9,0,0,194,9,0,0,194,9,0,0,194,9,0,0,194,9,0,0,198,9,0,0,200,9,0,0,200,9,0,0,204,9,0,0,206,9,0,0,206,9,0,0,206,9,0,0,208,9,0,0,214,9,0,0,214,9,0,0,216,9,0,0,216,9,0,0,216,9,0,0,220,9,0,0,220,9,0,0,220,9,0,0,220,9,0,0,220,9,0,0,228,9,0,0,230,9,0,0,234,9,0,0,234,9,0,0,234,9,0,0,234,9,0,0,234,9,0,0,234,9,0,0,234,9,0,0,238,9,0,0,238,9,0,0,238,9,0,0,238,9,0,0,238,9,0,0,238,9,0,0,244,9,0,0,248,9,0,0,248,9,0,0,250,9,0,0,250,9,0,0,2,10,0,0,2,10,0,0,4,10,0,0,8,10,0,0,8,10,0,0,8,10,0,0,8,10,0,0,8,10,0,0,8,10,0,0,8,10,0,0,8,10,0,0,8,10,0,0,12,10,0,0,12,10,0,0,18,10,0,0,18,10,0,0,18,10,0,0,18,10,0,0,26,10,0,0,26,10,0,0,28,10,0,0,28,10,0,0,28,10,0,0,28,10,0,0,30,10,0,0,30,10,0,0,30,10,0,0,30,10,0,0,34,10,0,0,36,10,0,0,36,10,0,0,36,10,0,0,42,10,0,0,42,10,0,0,42,10,0,0,44,10,0,0,44,10,0,0,44,10,0,0,46,10,0,0,46,10,0,0,48,10,0,0,48,10,0,0,48,10,0,0,48,10,0,0,52,10,0,0,54,10,0,0,54,10,0,0,54,10,0,0,56,10,0,0,56,10,0,0,58,10,0,0,64,10,0,0,64,10,0,0,64,10,0,0,64,10,0,0,64,10,0,0,64,10,0,0,66,10,0,0,68,10,0,0,68,10,0,0,72,10,0,0,72,10,0,0,76,10,0,0,76,10,0,0,76,10,0,0,76,10,0,0,0,168,142,124,59,84,0,0,0,168,142,124,193,86,0,0,0,232,185,6,145,93,0,0,0,232,185,6,240,114,0,0,1,120,142,121,59,84,0,0,1,120,142,121,193,86,0,0,2,160,184,120,123,83,0,0,2,152,140,213,129,116,0,0,5,0,246,29,170,77,0,0,5,0,246,29,145,78,0,0,5,0,246,29,14,115,0,0,6,144,44,105,117,81,0,0,7,192,176,20,148,76,0,0,7,192,176,20,198,95,0,0,7,192,176,20,97,96,0,0,10,232,123,28,59,84,0,0,10,80,158,115,59,84,0,0,10,232,123,28,193,86,0,0,10,80,158,115,193,86,0,0,10,232,123,28,207,107,0,0,11,56,11,62,255,81,0,0,11,56,11,62,241,103,0,0,14,80,123,29,117,81,0,0,15,120,135,52,254,108,0,0,20,192,57,106,170,77,0,0,20,192,57,106,145,78,0,0,20,192,57,106,14,115,0,0,21,248,242,176,148,74,0,0,23,168,139,128,254,108,0,0,25,96,187,117,59,84,0,0,25,96,187,117,193,86,0,0,26,80,205,164,148,76,0,0,26,80,205,164,198,95,0,0,26,80,205,164,97,96,0,0,26,120,219,193,27,103,0,0,26,136,144,95,254,108,0,0,27,200,44,209,254,108,0,0,28,56,38,210,254,108,0,0,29,0,120,139,59,84,0,0,29,0,120,139,193,86,0,0,29,48,118,175,243,100,0,0,31,80,228,210,254,108,0,0,37,240,81,200,44,104,0,0,41,88,18,86,254,108,0,0,49,176,50,206,254,108,0,0,50,96,58,164,84,89,0,0,50,96,58,164,113,90,0,0,50,56,151,234,21,94,0,0,50,96,58,164,1,108,0,0,53,80,137,195,21,94,0,0,53,24,62,238,254,108,0,0,55,8,127,192,189,73,0,0,56,208,54,63,149,80,0,0,58,16,212,160,254,108,0,0,59,32,234,43,90,106,0,0,59,32,234,43,157,112,0,0,59,128,205,5,212,117,0,0,62,144,148,159,170,77,0,0,62,144,148,159,145,78,0,0,62,144,148,159,14,115,0,0,64,248,55,101,59,92,0,0,64,248,55,101,85,92,0,0,64,248,55,101,109,92,0,0,66,88,70,10,74,93,0,0,69,208,63,41,254,108,0,0,70,96,62,78,59,84,0,0,70,96,62,78,193,86,0,0,74,216,98,173,148,76,0,0,74,216,98,173,198,95,0,0,74,216,98,173,97,96,0,0,76,184,60,165,148,76,0,0,76,200,179,230,48,91,0,0,76,184,60,165,198,95,0,0,76,184,60,165,97,96,0,0,79,128,215,157,170,77,0,0,79,128,215,157,145,78,0,0,79,208,138,110,254,108,0,0,79,128,215,157,14,115,0,0,83,0,168,16,165,91,0,0,83,0,168,16,245,91,0,0,84,64,249,67,170,77,0,0,84,64,249,67,145,78,0,0,84,64,249,67,14,115,0,0,85,32,211,145,59,84,0,0,85,32,211,145,193,86,0,0,85,56,153,111,254,108,0,0,89,16,237,97,72,117,0,0,91,0,125,27,118,99,0,0,92,240,131,12,95,93,0,0,93,144,223,74,148,76,0,0,93,144,223,74,198,95,0,0,93,144,223,74,97,96,0,0,94,208,44,117,165,91,0,0,95,200,98,244,122,112,0,0,99,120,208,138,118,99,0,0,103,168,211,126,254,108,0,0,110,168,111,122,120,76,0,0,110,168,111,122,128,97,0,0,110,168,111,122,63,99,0,0,114,56,145,75,148,76,0,0,114,168,5,121,188,92,0,0,114,56,145,75,198,95,0,0,114,56,145,75,97,96,0,0,116,88,120,192,118,99,0,0,120,0,70,107,254,108,0,0,120,192,119,124,177,117,0,0,122,216,9,213,111,82,0,0,122,216,9,213,143,82,0,0,122,104,236,202,118,99,0,0,122,216,9,213,110,104,0,0,124,216,81,151,197,108,0,0,130,112,33,19,254,108,0,0,138,56,183,255,254,108,0,0,139,216,72,3,254,108,0,0,141,16,190,129,209,92,0,0,145,120,31,254,16,95,0,0,148,0,61,146,254,108,0,0,149,96,34,63,254,108,0,0,154,160,132,182,125,89,0,0,154,160,132,182,168,89,0,0,154,160,132,182,16,113,0,0,163,240,233,155,148,76,0,0,163,240,233,155,198,95,0,0,163,240,233,155,97,96,0,0,164,112,1,182,170,77,0,0,164,112,1,182,145,78,0,0,164,112,1,182,14,115,0,0,165,112,50,91,124,91,0,0,166,40,185,148,125,74,0,0,166,144,85,40,194,97,0,0,166,144,85,40,235,97,0,0,167,128,3,163,255,81,0,0,167,128,3,163,241,103,0,0,169,136,215,178,149,77,0,0,169,136,215,178,170,100,0,0,172,128,28,135,254,108,0,0,174,136,67,142,170,77,0,0,174,136,67,142,145,78,0,0,174,136,67,142,14,115,0,0,175,104,250,16,170,101,0,0,176,200,9,182,59,84,0,0,176,200,9,182,193,86,0,0,183,248,47,128,122,78,0,0,183,144,154,3,254,108,0,0,190,240,80,196,225,98,0,0,190,240,80,196,83,103,0,0,191,200,225,26,129,116,0,0,193,88,105,47,166,95,0,0,197,136,113,164,42,118,0,0,197,136,113,164,84,118,0,0,205,232,217,27,254,108,0,0,206,192,223,232,254,108,0,0,207,104,157,38,248,74,0,0,208,144,206,229,59,84,0,0,208,144,206,229,193,86,0,0,208,200,253,111,254,108,0,0,210,184,45,12,44,104,0,0,215,208,198,207,168,92,0,0,216,232,214,141,111,106,0,0,219,136,121,186,254,108,0,0,227,88,156,13,148,76,0,0,227,32,104,135,117,81,0,0,227,88,156,13,198,95,0,0,227,88,156,13,97,96,0,0,230,128,19,204,254,108,0,0,233,48,108,167,254,108,0,0,238,128,234,183,71,73,0,0,238,24,70,159,41,98,0,0,238,24,70,159,169,98,0,0,247,88,161,212,59,84,0,0,247,88,161,212,193,86,0,0,250,144,159,145,117,81,0,0,254,112,29,173,254,108,0,0,3,105,194,245,59,84,0,0,3,105,194,245,193,86,0,0,6,113,42,53,148,76,0,0,6,113,42,53,198,95,0,0,6,113,42,53,97,96,0,0,7,129,34,163,237,89,0,0,8,89,112,168,91,102,0,0,10,33,126,246,96,77,0,0,10,33,126,246,225,99,0,0,12,137,190,127,49,83,0,0,15,41,180,148,209,94,0,0,17,49,230,213,148,76,0,0,17,49,230,213,198,95,0,0,17,49,230,213,97,96,0,0,18,9,101,125,254,108,0,0,18,89,20,235,254,108,0,0,21,233,245,186,117,81,0,0,27,145,171,15,254,108,0,0,31,161,150,227,59,84,0,0,31,161,150,227,193,86,0,0,32,33,190,175,118,75,0,0,39,121,88,207,48,73,0,0,39,121,88,207,14,115,0,0,44,81,66,224,59,84,0,0,44,81,66,224,193,86,0,0,47,201,236,107,254,108,0,0,49,81,214,158,148,76,0,0,49,81,214,158,198,95,0,0,49,81,214,158,97,96,0,0,50,57,154,112,48,93,0,0,50,57,154,112,212,117,0,0,55,113,78,72,171,75,0,0,55,25,157,38,193,86,0,0,55,113,78,72,14,115,0,0,57,113,126,24,254,108,0,0,59,121,193,165,122,112,0,0,63,49,180,3,254,108,0,0,66,217,117,114,148,76,0,0,66,217,117,114,96,95,0,0,66,233,138,249,254,108,0,0,67,137,14,191,254,108,0,0,69,137,239,3,59,84,0,0,69,137,239,3,193,86,0,0,74,113,81,117,170,77,0,0,74,113,81,117,145,78,0,0,74,113,81,117,14,115,0,0,84,17,87,206,170,77,0,0,84,17,87,206,145,78,0,0,84,41,234,162,220,104,0,0,84,41,234,162,243,104,0,0,84,17,87,206,14,115,0,0,85,217,40,127,159,99,0,0,85,217,40,127,192,99,0,0,85,113,97,11,254,108,0,0,85,217,40,127,93,114,0,0,87,209,238,218,59,84,0,0,87,209,238,218,193,86,0,0,88,145,218,52,170,77,0,0,88,145,218,52,145,78,0,0,88,145,218,52,14,115,0,0,91,1,171,122,129,116,0,0,93,57,69,24,81,80,0,0,94,193,166,27,171,113,0,0,95,129,58,197,170,77,0,0,95,129,58,197,145,78,0,0,95,209,202,154,59,84,0,0,95,177,50,218,59,84,0,0,95,209,202,154,193,86,0,0,95,177,50,218,193,86,0,0,95,209,202,154,37,108,0,0,95,129,58,197,14,115,0,0,97,105,233,20,152,118,0,0,100,81,229,36,254,108,0,0,101,65,181,55,87,104,0,0,105,145,243,10,59,84,0,0,105,145,243,10,193,86,0,0,107,105,89,94,129,116,0,0,108,57,25,193,254,108,0,0,112,17,49,77,22,91,0,0,113,225,65,111,135,106,0,0,114,89,155,19,148,76,0,0,114,89,155,19,244,94,0,0,117,49,214,49,129,116,0,0,119,25,5,77,15,81,0,0,120,145,223,66,176,108,0,0,126,137,56,75,254,108,0,0,131,185,143,46,59,84,0,0,131,185,143,46,193,86,0,0,134,97,173,2,36,102,0,0,137,17,206,98,25,93,0,0,137,121,171,202,254,108,0,0,137,17,206,98,68,114,0,0,138,113,157,38,59,84,0,0,138,25,65,217,59,84,0,0,138,113,157,38,193,86,0,0,138,25,65,217,193,86,0,0,138,25,65,217,37,108,0,0,139,57,160,40,129,116,0,0,140,25,35,202,254,108,0,0,144,201,186,58,148,76,0,0,144,201,186,58,198,95,0,0,144,201,186,58,97,96,0,0,147,241,185,13,254,108,0,0,149,145,161,185,179,94,0,0,149,145,161,185,146,105,0,0,152,41,216,224,59,84,0,0,152,41,216,224,193,86,0,0,153,193,19,65,94,75,0,0,155,1,217,248,255,81,0,0,155,1,217,248,241,103,0,0,155,65,110,160,254,108,0,0,156,153,237,24,254,108,0,0,156,177,35,104,254,108,0,0,157,33,32,210,148,76,0,0,157,33,32,210,198,95,0,0,157,33,32,210,97,96,0,0,162,137,83,181,116,94,0,0,166,233,88,129,125,118,0,0,168,185,113,21,59,84,0,0,168,185,113,21,193,86,0,0,168,185,113,21,37,108,0,0,185,225,189,83,123,77,0,0,193,129,17,91,59,84,0,0,193,129,17,91,193,86,0,0,208,249,225,133,71,73,0,0,209,209,62,232,148,76,0,0,209,209,62,232,198,95,0,0,209,209,62,232,97,96,0,0,215,1,46,126,158,79,0,0,216,209,255,106,151,117,0,0,224,121,38,141,162,97,0,0,225,17,75,233,15,102,0,0,227,241,75,54,59,84,0,0,227,241,75,54,193,86,0,0,229,137,210,252,254,108,0,0,230,201,191,116,254,108,0,0,231,81,13,214,164,103,0,0,235,249,5,126,68,119,0,0,238,49,93,189,170,77,0,0,238,49,93,189,145,78,0,0,238,49,93,189,14,115,0,0,241,209,103,176,194,82,0,0,241,209,103,176,136,104,0,0,241,209,103,176,174,104,0,0,241,209,103,176,168,105,0,0,241,225,18,234,254,108,0,0,244,81,134,132,255,81,0,0,244,57,236,159,59,84,0,0,244,57,236,159,193,86,0,0,244,81,134,132,241,103,0,0,245,81,156,151,254,108,0,0,245,33,143,78,37,119,0,0,246,9,22,52,129,116,0,0,247,41,5,165,225,75,0,0,249,193,252,30,59,84,0,0,249,193,252,30,193,86,0,0,249,193,252,30,37,108,0,0,249,177,82,42,254,108,0,0,252,209,232,219,254,108,0,0,252,193,229,126,204,112,0,0,254,17,180,68,59,84,0,0,254,49,117,249,59,84,0,0,254,17,180,68,193,86,0,0,254,49,117,249,193,86,0,0,254,225,151,159,14,115,0,0,0,178,191,254,95,76,0,0,0,178,191,254,234,102,0,0,4,82,34,158,129,116,0,0,5,74,143,239,254,108,0,0,10,114,145,228,59,84,0,0,10,114,145,228,193,86,0,0,10,202,18,66,16,95,0,0,11,18,81,92,105,80,0,0,11,18,81,92,248,101,0,0,12,202,183,136,59,84,0,0,12,202,183,136,193,86,0,0,12,154,85,167,254,108,0,0,16,74,60,175,142,114,0,0,19,50,208,169,59,84,0,0,19,50,208,169,193,86,0,0,21,26,13,227,148,76,0,0,21,26,13,227,198,95,0,0,21,26,13,227,97,96,0,0,38,130,150,234,59,84,0,0,38,130,150,234,193,86,0,0,38,26,131,182,125,89,0,0,38,26,131,182,168,89,0,0,38,130,150,234,37,108,0,0,38,26,131,182,16,113,0,0,38,26,131,182,60,113,0,0,40,66,19,210,59,84,0,0,40,66,19,210,193,86,0,0,42,226,141,59,241,79,0,0,45,26,78,227,59,84,0,0,45,26,78,227,193,86,0,0,45,26,78,227,207,107,0,0,46,66,146,174,37,84,0,0,46,170,198,84,254,108,0,0,47,218,101,161,68,102,0,0,48,218,181,104,59,84,0,0,48,218,181,104,193,86,0,0,48,74,40,202,188,106,0,0,48,154,27,102,254,108,0,0,49,178,118,8,254,108,0,0,49,202,44,145,254,108,0,0,50,162,36,65,59,84,0,0,50,162,36,65,193,86,0,0,55,74,145,199,21,94,0,0,55,26,19,1,99,117,0,0,57,82,250,107,124,105,0,0,60,170,131,19,59,84,0,0,60,170,131,19,193,86,0,0,60,170,131,19,207,107,0,0,61,82,203,204,59,84,0,0,61,82,203,204,193,86,0,0,62,82,215,197,121,114,0,0,65,250,161,133,129,116,0,0,66,66,133,82,59,84,0,0,66,66,133,82,193,86,0,0,74,186,29,157,118,99,0,0,74,138,133,199,254,108,0,0,75,90,237,105,81,101,0,0,77,42,10,126,204,93,0,0,77,66,77,81,17,118,0,0,81,170,145,2,117,81,0,0,81,10,66,226,254,108,0,0,84,130,56,66,198,80,0,0,84,130,56,66,173,114,0,0,93,154,236,237,59,84,0,0,93,154,236,237,193,86,0,0,94,74,253,166,246,73,0,0,94,42,254,54,254,108,0,0,100,26,1,152,254,108,0,0,101,130,216,132,254,108,0,0,102,122,149,145,254,108,0,0,106,2,57,11,254,108,0,0,107,82,164,94,26,83,0,0,108,234,115,66,59,84,0,0,108,234,115,66,193,86,0,0,108,234,6,185,90,119,0,0,108,234,6,185,149,119,0,0,108,234,6,185,212,119,0,0,108,234,6,185,17,120,0,0,112,226,114,219,59,92,0,0,113,50,220,140,129,116,0,0,114,154,74,229,254,108,0,0,115,58,18,12,254,108,0,0,119,170,255,235,59,84,0,0,119,170,255,235,193,86,0,0,119,170,255,235,37,108,0,0,120,250,103,86,191,83,0,0,122,26,234,219,129,116,0,0,123,26,16,100,254,108,0,0,126,242,178,129,59,84,0,0,126,218,49,185,59,84,0,0,126,242,178,129,193,86,0,0,126,218,49,185,193,86,0,0,127,178,19,61,59,84,0,0,127,178,19,61,193,86,0,0,131,202,215,197,59,84,0,0,131,202,215,197,193,86,0,0,131,82,135,171,90,119,0,0,131,82,135,171,149,119,0,0,131,82,135,171,212,119,0,0,131,82,135,171,17,120,0,0,137,90,194,228,148,76,0,0,137,90,194,228,198,95,0,0,137,90,194,228,97,96,0,0,146,226,224,156,148,76,0,0,146,226,224,156,198,95,0,0,146,226,224,156,97,96,0,0,146,146,157,38,90,119,0,0,146,146,157,38,149,119,0,0,146,146,157,38,212,119,0,0,146,146,157,38,17,120,0,0,148,250,9,86,59,84,0,0,148,250,9,86,193,86,0,0,155,242,114,86,254,108,0,0,157,226,236,172,225,74,0,0,159,34,133,152,254,108,0,0,162,122,21,240,59,84,0,0,162,114,210,250,59,84,0,0,162,122,21,240,193,86,0,0,162,114,210,250,193,86,0,0,162,194,242,76,129,116,0,0,164,210,112,234,170,77,0,0,164,210,112,234,145,78,0,0,164,210,112,234,14,115,0,0,166,34,82,115,117,81,0,0,166,154,219,231,254,108,0,0,173,26,32,211,129,116,0,0,180,146,219,104,170,77,0,0,180,146,219,104,145,78,0,0,180,146,219,104,14,115,0,0,181,98,19,188,59,84,0,0,181,98,19,188,193,86,0,0,182,66,244,86,254,108,0,0,185,42,191,172,90,119,0,0,185,42,191,172,149,119,0,0,185,42,191,172,212,119,0,0,185,42,191,172,17,120,0,0,187,58,59,68,59,84,0,0,187,58,59,68,193,86,0,0,188,82,74,186,7,80,0,0,189,26,185,92,60,97,0,0,190,122,171,101,254,108,0,0,191,50,149,30,59,84,0,0,191,50,149,30,193,86,0,0,192,82,159,129,2,106,0,0,193,66,173,157,59,84,0,0,193,66,173,157,193,86,0,0,200,26,157,38,102,89,0,0,200,2,122,185,254,108,0,0,200,74,203,70,177,117,0,0,202,50,243,140,148,76,0,0,202,10,240,186,165,91,0,0,202,10,240,186,245,91,0,0,202,50,243,140,198,95,0,0,202,50,243,140,97,96,0,0,207,250,68,228,85,97,0,0,212,250,44,213,117,81,0,0,214,114,182,205,254,108,0,0,216,250,205,87,254,108,0,0,223,26,67,82,59,84,0,0,223,26,67,82,193,86,0,0,223,34,169,22,254,108,0,0,224,226,52,60,21,94,0,0,224,162,48,142,52,103,0,0,226,114,64,222,222,114,0,0,228,218,104,27,59,84,0,0,228,218,104,27,193,86,0,0,228,210,53,240,135,103,0,0,228,210,53,240,164,103,0,0,232,210,22,80,165,91,0,0,232,210,22,80,245,91,0,0,234,2,6,146,41,98,0,0,235,194,69,55,59,84,0,0,235,194,69,55,193,86,0,0,235,194,69,55,137,108,0,0,237,34,234,228,148,76,0,0,237,34,234,228,198,95,0,0,237,34,234,228,97,96,0,0,238,202,105,230,240,106,0,0,247,194,114,14,148,76,0,0,247,194,114,14,198,95,0,0,247,194,114,14,97,96,0,0,252,226,96,246,117,81,0,0,254,50,156,132,218,83,0,0,0,163,246,81,148,76,0,0,0,163,246,81,44,117,0,0,3,195,131,98,59,84,0,0,3,195,131,98,193,86,0,0,10,43,81,172,252,99,0,0,10,43,81,172,121,100,0,0,24,139,206,74,144,100,0,0,32,251,197,194,37,90,0,0,33,179,189,98,218,83,0,0,35,59,51,34,71,73,0,0,35,59,51,34,162,83,0,0,42,187,122,77,4,103,0,0,44,211,235,52,21,94,0,0,50,43,63,107,166,95,0,0,53,123,84,200,148,76,0,0,53,123,84,200,198,95,0,0,53,123,84,200,97,96,0,0,53,19,19,28,254,108,0,0,54,195,96,248,59,84,0,0,54,195,96,248,193,86,0,0,60,107,218,203,196,114,0,0,61,179,189,8,59,84,0,0,61,179,189,8,193,86,0,0,61,43,185,73,85,94,0,0,61,51,254,76,254,108,0,0,62,3,255,178,117,81,0,0,65,147,224,133,254,108,0,0,67,75,146,160,117,81,0,0,76,155,137,150,229,82,0,0,78,67,216,108,117,81,0,0,83,59,130,192,59,84,0,0,83,59,130,192,193,86,0,0,85,227,162,107,59,84,0,0,85,227,162,107,193,86,0,0,86,171,254,166,69,90,0,0,86,171,254,166,183,90,0,0,86,171,254,166,228,90,0,0,93,235,14,55,244,94,0,0,93,155,90,44,254,108,0,0,104,75,165,55,169,82,0,0,104,115,231,242,59,84,0,0,104,115,231,242,193,86,0,0,104,75,165,55,25,106,0,0,105,243,151,229,170,77,0,0,105,243,151,229,145,78,0,0,105,243,151,229,14,115,0,0,111,115,175,193,95,91,0,0,111,139,207,70,254,108,0,0,113,67,218,48,254,108,0,0,118,83,200,198,177,117,0,0,123,219,178,8,59,84,0,0,123,219,178,8,193,86,0,0,125,227,221,81,129,116,0,0,126,35,95,163,59,84,0,0,126,35,95,163,193,86,0,0,127,219,166,149,72,91,0,0,129,171,177,114,222,101,0,0,133,91,233,96,182,112,0,0,133,91,233,96,246,112,0,0,136,99,92,220,11,97,0,0,140,115,145,25,240,118,0,0,145,27,21,108,93,81,0,0,146,147,37,151,170,77,0,0,146,147,37,151,145,78,0,0,146,147,37,151,14,115,0,0,149,195,16,87,59,84,0,0,149,195,16,87,193,86,0,0,149,251,80,165,254,108,0,0,150,43,204,105,170,77,0,0,150,43,204,105,145,78,0,0,150,43,204,105,14,115,0,0,152,227,27,98,59,84,0,0,152,227,27,98,193,86,0,0,156,235,92,80,59,84,0,0,156,235,92,80,193,86,0,0,160,123,180,252,117,81,0,0,164,187,194,8,254,108,0,0,166,107,28,198,254,108,0,0,167,67,228,117,254,108,0,0,169,243,206,88,61,80,0,0,172,83,202,89,101,100,0,0,172,115,159,37,254,108,0,0,176,155,231,242,59,84,0,0,176,155,231,242,193,86,0,0,178,235,146,205,40,100,0,0,178,235,146,205,71,100,0,0,181,27,5,210,43,75,0,0,188,59,217,195,11,76,0,0,188,59,217,195,43,76,0,0,188,59,217,195,210,79,0,0,189,187,19,146,59,84,0,0,189,187,19,146,193,86,0,0,192,139,218,99,201,98,0,0,194,3,126,33,170,77,0,0,194,3,126,33,145,78,0,0,194,3,126,33,14,115,0,0,195,147,7,53,254,108,0,0,202,155,51,79,254,108,0,0,204,35,222,192,254,108,0,0,207,59,170,147,170,77,0,0,207,59,170,147,145,78,0,0,207,195,15,88,252,99,0,0,207,139,55,198,254,108,0,0,207,59,170,147,14,115,0,0,207,83,188,148,129,116,0,0,212,211,100,244,170,77,0,0,212,211,100,244,145,78,0,0,212,83,197,188,59,84,0,0,212,83,197,188,193,86,0,0,212,211,100,244,14,115,0,0,213,83,149,86,254,108,0,0,215,147,143,117,59,84,0,0,215,147,143,117,193,86,0,0,217,147,45,144,170,77,0,0,217,147,45,144,145,78,0,0,217,67,191,131,254,108,0,0,217,147,45,144,14,115,0,0,226,195,3,16,117,81,0,0,226,91,136,50,59,84,0,0,226,107,12,142,59,84,0,0,226,91,136,50,193,86,0,0,226,107,12,142,193,86,0,0,226,227,183,53,222,100,0,0,229,219,24,252,165,91,0,0,229,219,24,252,245,91,0,0,230,187,188,178,123,73,0,0,233,243,134,154,203,75,0,0,241,131,219,33,59,84,0,0,241,131,219,33,193,86,0,0,241,59,76,37,68,95,0,0,241,59,76,37,77,98,0,0,241,59,76,37,109,98,0,0,241,27,14,217,254,108,0,0,243,83,242,122,254,108,0,0,250,219,241,2,254,108,0,0,252,19,117,13,21,94,0,0,254,163,7,142,90,119,0,0,254,163,7,142,149,119,0,0,254,163,7,142,212,119,0,0,254,163,7,142,17,120,0,0,2,140,210,198,254,108,0,0,5,228,1,254,148,76,0,0,5,228,1,254,198,95,0,0,5,228,1,254,97,96,0,0,5,132,11,170,81,101,0,0,8,100,162,51,165,91,0,0,8,100,162,51,245,91,0,0,10,204,223,17,254,108,0,0,11,156,138,192,148,76,0,0,11,156,138,192,198,95,0,0,11,156,138,192,97,96,0,0,11,180,242,46,254,108,0,0,13,124,218,249,59,84,0,0,13,124,218,249,193,86,0,0,16,4,246,237,68,114,0,0,17,156,138,192,148,76,0,0,17,156,138,192,198,95,0,0,17,156,138,192,97,96,0,0,20,244,18,197,30,80,0,0,20,244,18,197,107,101,0,0,26,28,86,47,170,77,0,0,26,28,86,47,145,78,0,0,26,28,86,47,14,115,0,0,32,228,217,16,224,73,0,0,32,36,249,128,254,108,0,0,37,44,193,111,69,90,0,0,37,44,193,111,183,90,0,0,37,44,193,111,228,90,0,0,38,52,32,136,129,116,0,0,41,52,205,50,254,108,0,0,45,252,55,89,246,75,0,0,49,188,176,148,59,84,0,0,49,188,176,148,193,86,0,0,50,180,90,205,87,116,0,0,50,180,90,205,129,116,0,0,52,116,159,2,254,108,0,0,53,68,157,38,59,84,0,0,53,68,157,38,193,86,0,0,56,116,81,165,148,76,0,0,56,116,81,165,198,95,0,0,56,116,81,165,97,96,0,0,59,36,147,174,254,108,0,0,60,132,157,96,165,91,0,0,60,132,157,96,245,91,0,0,61,100,24,208,254,108,0,0,62,148,185,94,254,108,0,0,66,220,13,152,254,108,0,0,72,140,183,152,59,84,0,0,72,140,183,152,193,86,0,0,74,164,127,138,254,108,0,0,75,212,154,78,146,94,0,0,80,164,167,155,254,108,0,0,85,100,228,169,254,108,0,0,86,84,107,168,140,101,0,0,87,220,61,55,186,79,0,0,87,140,65,77,129,116,0,0,88,92,45,122,59,84,0,0,88,92,45,122,193,86,0,0,88,108,120,183,254,108,0,0,90,180,52,218,134,102,0,0,94,124,171,64,44,104,0,0,100,108,157,38,160,102,0,0,112,132,7,116,170,77,0,0,112,132,7,116,145,78,0,0,112,28,214,214,123,83,0,0,112,132,7,116,14,115,0,0,117,172,156,30,59,84,0,0,117,172,156,30,193,86,0,0,117,44,188,246,165,91,0,0,117,44,188,246,245,91,0,0,119,156,70,208,59,84,0,0,119,156,70,208,193,86,0,0,119,116,11,251,129,116,0,0,120,172,68,144,194,82,0,0,120,172,68,144,136,104,0,0,120,172,68,144,174,104,0,0,120,172,68,144,168,105,0,0,121,36,250,15,254,108,0,0,123,156,224,253,59,84,0,0,123,156,224,253,193,86,0,0,126,180,179,63,244,117,0,0,128,44,44,101,59,84,0,0,128,44,44,101,193,86,0,0,128,60,160,139,125,89,0,0,128,60,160,139,168,89,0,0,128,180,61,220,147,90,0,0,128,100,10,185,111,103,0,0,128,44,44,101,137,108,0,0,128,60,160,139,16,113,0,0,132,116,61,94,59,84,0,0,132,116,61,94,193,86,0,0,132,60,189,2,254,108,0,0,134,28,241,38,46,106,0,0,136,60,150,250,254,108,0,0,137,180,60,166,59,84,0,0,137,180,60,166,193,86,0,0,141,148,45,16,59,84,0,0,141,148,45,16,193,86,0,0,144,180,172,244,59,84,0,0,144,180,172,244,193,86,0,0,146,212,145,254,59,84,0,0,146,212,145,254,193,86,0,0,151,52,174,213,59,84,0,0,151,52,174,213,193,86,0,0,151,52,174,213,37,108,0,0,154,100,57,105,55,82,0,0,156,164,166,6,254,108,0,0,157,148,68,174,254,108,0,0,160,108,51,3,59,84,0,0,160,108,51,3,193,86,0,0,160,172,250,29,170,100,0,0,160,108,51,3,37,108,0,0,165,140,82,158,254,108,0,0,166,44,63,193,59,84,0,0,166,44,63,193,193,86,0,0,171,12,161,241,254,108,0,0,173,172,126,242,254,108,0,0,175,116,149,89,224,80,0,0,178,212,182,94,135,79,0,0,181,156,138,192,148,76,0,0,181,156,138,192,198,95,0,0,181,156,138,192,97,96,0,0,182,60,200,79,254,108,0,0,183,236,211,138,59,84,0,0,183,236,211,138,193,86,0,0,184,100,198,6,254,108,0,0,187,140,157,38,90,119,0,0,187,140,157,38,149,119,0,0,187,140,157,38,212,119,0,0,187,140,157,38,17,120,0,0,191,196,239,149,254,108,0,0,193,84,100,139,59,84,0,0,193,84,100,139,193,86,0,0,194,124,198,139,254,108,0,0,201,164,21,58,59,84,0,0,201,164,21,58,193,86,0,0,205,28,25,130,129,116,0,0,208,156,36,172,254,108,0,0,209,76,86,75,148,76,0,0,209,76,86,75,198,95,0,0,209,76,86,75,97,96,0,0,214,220,227,114,59,84,0,0,214,220,227,114,193,86,0,0,215,68,181,35,61,74,0,0,219,60,135,110,96,77,0,0,219,60,135,110,225,99,0,0,221,52,95,31,254,108,0,0,221,124,169,247,254,108,0,0,221,20,156,251,254,108,0,0,222,76,158,27,7,84,0,0,222,76,158,27,183,107,0,0,227,252,186,128,173,80,0,0,227,252,186,128,210,102,0,0,227,228,108,108,254,108,0,0,229,60,246,142,59,84,0,0,229,60,246,142,193,86,0,0,229,60,246,142,37,108,0,0,230,68,245,113,59,84,0,0,230,68,245,113,193,86,0,0,230,68,245,113,37,108,0,0,231,204,121,224,211,105,0,0,243,204,91,64,170,77,0,0,243,204,91,64,145,78,0,0,243,204,91,64,14,115,0,0,245,68,31,54,254,108,0,0,248,132,156,6,194,82,0,0,248,132,156,6,136,104,0,0,248,132,156,6,174,104,0,0,248,132,156,6,168,105,0,0,253,4,246,52,59,84,0,0,253,4,246,52,193,86,0,0,0,117,1,126,236,105,0,0,1,149,53,160,212,106,0,0,4,229,191,63,129,116,0,0,5,5,29,18,254,108,0,0,6,101,246,172,59,84,0,0,6,101,246,172,193,86,0,0,6,181,38,91,198,100,0,0,8,149,191,253,57,101,0,0,8,253,204,103,254,108,0,0,12,93,228,52,254,108,0,0,15,165,195,127,146,92,0,0,20,213,125,203,254,108,0,0,22,173,92,206,168,105,0,0,24,45,112,17,21,94,0,0,24,93,41,156,106,97,0,0,24,85,64,95,254,108,0,0,25,61,241,154,59,84,0,0,25,61,241,154,193,86,0,0,25,61,241,154,37,108,0,0,27,85,106,124,59,84,0,0,27,85,106,124,193,86,0,0,29,253,25,46,69,90,0,0,29,253,25,46,183,90,0,0,29,253,25,46,228,90,0,0,33,53,254,236,254,108,0,0,34,109,64,228,254,108,0,0,38,13,212,177,147,90,0,0,40,5,176,203,254,108,0,0,43,37,193,148,201,118,0,0,46,157,73,243,254,108,0,0,48,141,171,35,59,84,0,0,48,141,171,35,193,86,0,0,51,125,36,87,120,76,0,0,51,13,73,145,170,77,0,0,51,13,73,145,145,78,0,0,51,53,231,154,59,84,0,0,51,53,231,154,193,86,0,0,51,21,35,187,159,99,0,0,51,125,36,87,66,107,0,0,51,13,73,145,14,115,0,0,52,85,148,190,185,102,0,0,55,45,61,101,42,81,0,0,56,13,253,6,59,84,0,0,56,13,253,6,193,86,0,0,58,101,85,7,148,76,0,0,58,101,85,7,96,95,0,0,59,189,44,236,129,116,0,0,63,157,216,53,170,77,0,0,63,157,216,53,145,78,0,0,63,157,216,53,14,115,0,0,65,181,9,171,117,81,0,0,65,237,158,186,139,98,0,0,65,237,158,186,10,107,0,0,68,197,7,68,170,77,0,0,68,197,7,68,145,78,0,0,68,197,7,68,14,115,0,0,69,21,107,234,112,79,0,0,70,213,102,142,69,90,0,0,70,213,102,142,183,90,0,0,70,213,102,142,228,90,0,0,70,117,50,210,254,108,0,0,70,229,238,25,14,115,0,0,71,229,181,147,254,108,0,0,77,101,178,13,148,76,0,0,77,101,178,13,198,95,0,0,77,101,178,13,97,96,0,0,77,165,60,29,254,108,0,0,78,117,143,150,59,84,0,0,78,117,143,150,193,86,0,0,85,109,70,23,9,74,0,0,85,109,70,23,246,80,0,0,85,109,70,23,32,101,0,0,93,109,99,5,170,77,0,0,93,109,99,5,145,78,0,0,93,109,99,5,14,115,0,0,94,13,215,89,59,84,0,0,94,13,215,89,193,86,0,0,94,253,43,179,21,94,0,0,94,13,215,89,37,108,0,0,97,165,240,104,128,80,0,0,102,165,105,160,254,108,0,0,104,197,79,75,59,84,0,0,104,197,79,75,193,86,0,0,106,141,246,20,170,77,0,0,106,141,246,20,145,78,0,0,106,141,246,20,14,115,0,0,110,245,100,110,59,84,0,0,110,245,100,110,193,86,0,0,110,245,100,110,37,108,0,0,122,101,177,211,37,90,0,0,124,109,181,217,223,113,0,0,125,21,231,235,52,116,0,0,127,37,178,92,254,108,0,0,130,21,197,88,170,77,0,0,130,21,197,88,145,78,0,0,130,229,148,247,125,89,0,0,130,229,148,247,168,89,0,0,130,229,148,247,16,113,0,0,130,229,148,247,60,113,0,0,130,21,197,88,14,115,0,0,130,173,200,118,14,115,0,0,136,85,207,121,59,84,0,0,136,85,207,121,193,86,0,0,138,125,147,241,129,116,0,0,139,101,250,251,194,82,0,0,139,101,250,251,136,104,0,0,139,101,250,251,174,104,0,0,139,101,250,251,168,105,0,0,140,173,1,165,148,74,0,0,140,13,108,36,191,74,0,0,140,13,108,36,241,83,0,0,140,13,108,36,204,93,0,0,140,13,108,36,209,94,0,0,141,165,208,18,117,81,0,0,141,165,208,18,164,103,0,0,145,173,81,102,117,81,0,0,146,173,248,113,240,114,0,0,147,125,67,18,240,118,0,0,149,205,157,128,11,97,0,0,150,77,29,217,63,112,0,0,154,237,169,240,254,108,0,0,156,109,85,85,254,108,0,0,160,221,103,81,59,84,0,0,160,221,103,81,193,86,0,0,163,45,231,242,30,80,0,0,164,85,106,88,59,84,0,0,164,85,106,88,193,86,0,0,165,213,232,155,75,82,0,0,165,21,212,175,59,84,0,0,165,21,212,175,193,86,0,0,167,141,152,112,146,75,0,0,167,141,152,112,118,93,0,0,167,141,152,112,24,116,0,0,168,165,104,191,254,108,0,0,170,109,114,36,20,105,0,0,170,109,114,36,48,105,0,0,176,213,113,13,117,81,0,0,179,85,129,83,90,119,0,0,179,85,129,83,149,119,0,0,179,85,129,83,212,119,0,0,179,85,129,83,17,120,0,0,186,253,197,194,255,81,0,0,186,253,197,194,241,103,0,0,188,141,46,227,194,82,0,0,188,141,46,227,136,104,0,0,188,141,46,227,174,104,0,0,188,141,46,227,168,105,0,0,188,133,154,199,129,116,0,0,190,141,130,41,59,84,0,0,190,141,130,41,193,86,0,0,192,197,132,12,59,84,0,0,192,197,132,12,193,86,0,0,192,197,132,12,37,108,0,0,198,93,250,126,170,77,0,0,198,93,250,126,145,78,0,0,198,93,250,126,14,115,0,0,202,141,184,239,211,105,0,0,203,45,109,18,59,84,0,0,203,45,109,18,193,86,0,0,203,45,109,18,207,107,0,0,208,5,111,226,254,108,0,0,209,237,178,249,146,91,0,0,212,133,143,140,41,98,0,0,216,13,229,69,2,114,0,0,217,93,185,70,254,108,0,0,218,141,50,130,254,108,0,0,225,221,124,37,59,84,0,0,225,221,124,37,193,86,0,0,232,93,47,122,254,108,0,0,235,61,234,243,170,77,0,0,235,61,234,243,145,78,0,0,235,61,234,243,14,115,0,0,236,221,200,163,49,83,0,0,236,189,246,194,14,115,0,0,236,189,246,194,245,115,0,0,243,109,236,61,254,108,0,0,246,29,227,183,71,73,0,0,248,181,245,57,117,81,0,0,253,53,118,6,165,91,0,0,253,53,118,6,245,91,0,0,5,70,111,69,71,73,0,0,6,102,225,57,254,108,0,0,12,54,73,164,254,108,0,0,18,22,226,222,254,108,0,0,19,70,211,4,129,116,0,0,20,174,41,4,59,84,0,0,20,174,41,4,193,86,0,0,22,118,140,230,254,108,0,0,31,134,157,38,40,99,0,0,33,30,92,58,134,95,0,0,33,30,92,58,220,103,0,0,37,70,125,48,59,84,0,0,37,70,125,48,193,86,0,0,38,214,219,156,129,116,0,0,39,126,34,57,129,116,0,0,40,182,7,125,179,118,0,0,42,238,117,211,254,108,0,0,44,222,211,252,148,76,0,0,44,222,211,252,198,95,0,0,44,222,211,252,97,96,0,0,49,110,68,15,170,77,0,0,49,110,68,15,145,78,0,0,49,110,68,15,14,115,0,0,51,46,57,126,16,75,0,0,52,110,183,37,170,77,0,0,52,110,183,37,145,78,0,0,52,110,183,37,14,115,0,0,53,30,90,20,148,76,0,0,53,182,78,6,204,93,0,0,53,30,90,20,198,95,0,0,53,30,90,20,97,96,0,0,65,134,79,103,193,86,0,0,65,134,79,103,137,108,0,0,71,118,74,136,178,93,0,0,83,150,163,89,59,84,0,0,83,150,163,89,193,86,0,0,83,150,163,89,37,108,0,0,84,62,219,176,59,84,0,0,84,62,219,176,193,86,0,0,85,78,97,216,252,82,0,0,85,86,154,44,59,84,0,0,85,86,154,44,193,86,0,0,85,110,117,232,116,107,0,0,85,110,117,232,150,107,0,0,87,254,121,69,170,77,0,0,87,254,121,69,145,78,0,0,87,254,121,69,14,115,0,0,89,94,179,191,59,84,0,0,89,94,179,191,193,86,0,0,89,94,179,191,37,108,0,0,89,70,73,183,254,108,0,0,92,166,140,5,165,91,0,0,92,166,140,5,245,91,0,0,92,30,52,187,254,108,0,0,96,118,183,60,170,77,0,0,96,118,183,60,145,78,0,0,96,118,183,60,14,115,0,0,102,62,63,101,129,116,0,0,107,214,246,98,59,84,0,0,107,214,246,98,193,86,0,0,111,14,134,250,86,74,0,0,112,254,50,98,254,108,0,0,114,46,236,94,165,91,0,0,117,62,174,217,125,89,0,0,117,62,174,217,168,89,0,0,117,190,16,249,209,94,0,0,117,62,174,217,16,113,0,0,117,62,174,217,60,113,0,0,121,62,244,210,254,108,0,0,122,78,185,237,193,86,0,0,126,102,12,43,197,113,0,0,127,174,91,108,148,76,0,0,127,174,91,108,96,95,0,0,132,86,200,156,255,81,0,0,132,86,200,156,241,103,0,0,135,142,129,235,254,108,0,0,136,86,144,189,254,108,0,0,144,22,74,165,148,76,0,0,144,22,74,165,198,95,0,0,144,22,74,165,97,96,0,0,144,198,93,59,254,108,0,0,145,6,139,49,59,84,0,0,145,6,139,49,193,86,0,0,148,110,157,71,170,77,0,0,148,110,157,71,145,78,0,0,148,102,85,77,59,84,0,0,148,22,93,111,59,84,0,0,148,102,85,77,193,86,0,0,148,22,93,111,193,86,0,0,148,102,85,77,207,107,0,0,148,110,157,71,14,115,0,0,149,38,243,39,87,116,0,0,149,38,243,39,129,116,0,0,151,190,155,204,213,89,0,0,151,190,155,204,97,113,0,0,151,190,155,204,126,113,0,0,158,46,151,232,117,81,0,0,163,38,231,208,254,108,0,0,171,70,60,56,254,108,0,0,174,198,29,96,170,77,0,0,174,198,29,96,145,78,0,0,174,46,164,8,59,84,0,0,174,46,164,8,193,86,0,0,174,198,29,96,14,115,0,0,181,62,239,240,59,84,0,0,181,62,239,240,193,86,0,0,185,174,251,184,165,91,0,0,195,190,131,53,67,81,0,0,195,190,131,53,37,107,0,0,197,198,13,189,129,116,0,0,201,30,100,119,255,81,0,0,202,94,194,220,254,108,0,0,204,102,40,127,41,98,0,0,204,150,44,36,129,116,0,0,207,46,103,52,170,77,0,0,207,46,103,52,145,78,0,0,207,46,103,52,14,115,0,0,209,38,103,27,59,84,0,0,209,38,103,27,193,86,0,0,211,142,234,42,59,84,0,0,211,142,234,42,193,86,0,0,215,70,198,33,71,73,0,0,217,46,162,223,118,75,0,0,218,86,84,94,20,100,0,0,221,46,150,190,254,108,0,0,223,22,225,218,254,108,0,0,223,198,45,100,90,119,0,0,223,198,45,100,149,119,0,0,223,198,45,100,212,119,0,0,223,198,45,100,17,120,0,0,225,182,241,36,59,84,0,0,225,182,241,36,193,86,0,0,225,182,241,36,37,108,0,0,228,134,197,5,254,108,0,0,229,22,172,213,117,81,0,0,236,46,81,254,73,77,0,0,244,166,215,176,59,84,0,0,244,166,215,176,193,86,0,0,247,102,183,157,59,84,0,0,247,102,183,157,193,86,0,0,250,206,67,87,170,77,0,0,250,206,67,87,145,78,0,0,250,206,67,87,14,115,0,0,255,158,243,43,254,108,0,0,0,111,9,117,254,108,0,0,7,23,143,94,248,98,0,0,11,167,122,198,170,77,0,0,11,167,122,198,145,78,0,0,11,167,122,198,14,115,0,0,13,31,213,213,170,77,0,0,13,31,213,213,145,78,0,0,13,31,213,213,14,115,0,0,15,87,254,203,59,84,0,0,15,87,254,203,193,86,0,0,17,183,211,55,254,108,0,0,20,135,251,194,254,108,0,0,34,191,98,70,44,104,0,0,36,159,69,44,59,84,0,0,36,159,69,44,193,86,0,0,39,247,146,90,254,108,0,0,40,31,170,142,254,108,0,0,44,231,35,225,59,84,0,0,44,231,35,225,193,86,0,0,48,127,155,237,170,77,0,0,48,127,155,237,145,78,0,0,48,127,155,237,14,115,0,0,50,111,179,110,254,108,0,0,50,183,44,244,254,108,0,0,51,247,108,217,254,108,0,0,53,23,23,146,170,77,0,0,53,23,23,146,145,78,0,0,53,23,23,146,14,115,0,0,55,23,134,217,17,118,0,0,57,47,108,239,111,106,0,0,58,119,240,250,59,84,0,0,58,119,240,250,193,86,0,0,58,119,240,250,37,108,0,0,60,63,39,23,129,116,0,0,62,207,191,73,59,84,0,0,62,207,191,73,193,86,0,0,65,231,221,77,165,91,0,0,65,231,221,77,85,92,0,0,72,119,152,194,71,73,0,0,73,255,156,38,1,93,0,0,73,7,152,232,221,108,0,0,74,159,92,34,161,106,0,0,74,159,92,34,100,112,0,0,75,159,62,153,44,95,0,0,78,71,158,25,254,108,0,0,80,231,47,236,59,84,0,0,80,231,47,236,193,86,0,0,81,135,244,220,129,116,0,0,82,247,1,90,59,84,0,0,82,247,1,90,193,86,0,0,83,79,225,241,148,76,0,0,83,79,225,241,96,95,0,0,85,87,103,72,254,108,0,0,86,23,8,62,233,81,0,0,87,191,69,102,59,84,0,0,87,31,212,214,59,84,0,0,87,191,69,102,193,86,0,0,87,31,212,214,193,86,0,0,92,231,239,51,129,116,0,0,96,87,167,247,36,74,0,0,96,87,167,247,125,117,0,0,98,87,148,190,90,79,0,0,102,135,18,243,254,108,0,0,103,239,172,77,59,84,0,0,103,239,172,77,193,86,0,0,104,119,230,228,255,81,0,0,104,119,230,228,241,103,0,0,106,191,149,33,59,84,0,0,106,191,149,33,193,86,0,0,108,47,56,223,159,99,0,0,108,47,56,223,164,103,0,0,113,255,45,127,15,90,0,0,113,151,215,91,190,101,0,0,114,223,250,192,105,74,0,0,123,135,69,18,117,81,0,0,123,63,16,179,59,84,0,0,123,63,16,179,193,86,0,0,123,87,129,214,254,108,0,0,125,159,69,241,254,108,0,0,127,39,139,106,254,108,0,0,129,207,23,10,148,76,0,0,129,207,23,10,198,95,0,0,129,207,23,10,97,96,0,0,130,7,33,83,59,84,0,0,130,7,33,83,193,86,0,0,132,255,75,144,254,108,0,0,137,7,65,137,213,89,0,0,137,7,65,137,90,119,0,0,137,7,65,137,149,119,0,0,137,7,65,137,212,119,0,0,137,7,65,137,17,120,0,0,145,215,205,43,71,73,0,0,147,255,46,57,225,112,0,0,151,159,187,84,254,108,0,0,151,7,211,140,254,108,0,0,152,127,194,202,254,108,0,0,154,199,168,158,59,84,0,0,154,199,168,158,193,86,0,0,155,39,116,221,254,108,0,0,158,255,6,113,254,108,0,0,159,183,131,211,170,77,0,0,159,183,131,211,145,78,0,0,159,183,131,211,14,115,0,0,161,167,190,225,254,108,0,0,164,39,147,108,59,84,0,0,164,39,147,108,193,86,0,0,169,71,40,129,76,83,0,0,169,7,136,216,59,84,0,0,169,7,136,216,193,86,0,0,169,71,40,129,67,106,0,0,170,79,215,48,30,80,0,0,171,39,149,70,146,73,0,0,171,247,230,188,129,116,0,0,178,63,226,230,165,91,0,0,178,63,226,230,245,91,0,0,184,95,227,169,59,84,0,0,184,95,227,169,193,86,0,0,184,135,255,171,102,105,0,0,185,191,95,26,254,108,0,0,185,247,60,73,254,108,0,0,187,183,206,64,254,108,0,0,189,47,29,33,165,91,0,0,189,47,29,33,245,91,0,0,189,23,249,112,87,116,0,0,189,23,249,112,129,116,0,0,191,183,114,52,254,108,0,0,192,183,201,84,59,84,0,0,192,183,201,84,193,86,0,0,201,183,107,238,101,83,0,0,201,215,103,62,254,108,0,0,203,247,60,19,170,77,0,0,203,247,60,19,145,78,0,0,203,247,60,19,14,115,0,0,207,143,178,63,189,73,0,0,207,111,212,34,255,81,0,0,207,111,212,34,241,103,0,0,207,191,98,158,177,117,0,0,209,55,189,152,129,116,0,0,213,95,193,76,117,81,0,0,217,143,237,65,94,99,0,0,217,87,14,87,79,105,0,0,218,151,9,45,254,108,0,0,221,7,27,118,70,75,0,0,221,31,15,76,117,81,0,0,221,7,27,118,92,107,0,0,224,207,74,192,254,108,0,0,227,127,44,134,254,108,0,0,229,127,12,36,254,108,0,0,233,119,52,221,148,76,0,0,233,119,52,221,16,98,0,0,234,55,211,204,21,94,0,0,237,63,9,99,232,92,0,0,239,175,29,108,165,91,0,0,240,31,7,227,148,76,0,0,240,31,7,227,198,95,0,0,240,31,7,227,97,96,0,0,246,239,50,86,15,99,0,0,247,39,152,0,254,108,0,0,249,199,111,204,59,84,0,0,249,199,111,204,193,86,0,0,251,135,244,26,0,94,0,0,251,71,81,63,254,108,0,0,0,17,1,13,35,67,111,111,107,105,101,66,97,110,110,101,114,2,1,207,88,121,39,0,17,1,14,35,67,111,111,107,105,101,67,111,110,115,101,110,116,2,8,33,198,70,215,34,51,59,35,43,205,215,145,69,111,70,5,133,225,249,208,183,227,29,246,183,234,128,238,194,152,119,72,0,17,1,13,35,67,111,111,107,105,101,78,111,116,105,99,101,2,1,178,188,187,230,0,17,1,33,35,67,121,98,111,116,67,111,111,107,105,101,98,111,116,68,105,97,108,111,103,66,111,100,121,85,110,100,101,114,108,97,121,2,1,70,149,39,171,0,17,1,21,35,95,95,116,101,97,108,105,117,109,71,68,80,82,99,112,80,114,101,102,115,2,2,63,178,143,207,192,127,8,55,0,17,1,12,35,95,101,118,104,45,98,117,116,116,111,110,2,1,16,217,228,32,0,17,1,9,35,95,101,118,104,45,114,105,99,2,1,166,253,74,94,0,17,1,17,35,97,110,97,108,121,116,105,99,115,95,99,111,111,107,105,101,2,1,23,70,109,85,0,17,1,15,35,97,112,112,45,99,111,111,107,105,101,45,100,105,118,2,1,247,167,87,96,0,17,1,15,35,98,97,110,110,101,114,45,112,114,105,118,97,99,121,2,1,35,181,68,215,0,17,1,9,35,99,99,45,109,111,100,97,108,2,1,250,134,14,111,0,17,1,10,35,99,99,95,98,97,110,110,101,114,2,1,192,250,223,114,0,17,1,13,35,99,99,95,99,111,110,116,97,105,110,101,114,2,1,148,185,40,166,0,17,1,29,35,99,109,112,108,122,45,99,111,111,107,105,101,98,97,110,110,101,114,45,99,111,110,116,97,105,110,101,114,2,2,165,1,173,140,176,242,248,21,0,17,1,24,35,99,111,109,112,111,110,101,110,116,45,99,111,111,107,105,101,45,98,97,110,110,101,114,2,1,36,108,13,140,0,17,1,13,35,99,111,110,115,101,110,116,45,98,117,109,112,2,1,172,236,226,157,0,17,1,14,35,99,111,110,115,101,110,116,66,97,110,110,101,114,2,1,38,157,104,207,0,17,1,17,35,99,111,110,115,101,110,116,95,98,108,97,99,107,98,97,114,2,1,126,57,46,51,0,17,1,17,35,99,111,110,116,97,105,110,101,114,45,99,111,111,107,105,101,2,1,210,5,27,181,0,17,1,14,35,99,111,111,99,107,105,101,45,109,111,100,97,108,2,1,118,27,7,221,0,17,1,14,35,99,111,111,107,105,101,45,97,99,99,101,112,116,2,1,65,19,193,153,0,17,1,14,35,99,111,111,107,105,101,45,98,97,110,110,101,114,2,2,175,190,33,32,223,162,46,217,0,17,1,15,35,99,111,111,107,105,101,45,99,111,110,102,105,114,109,2,1,112,152,141,167,0,17,1,22,35,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,2,1,72,78,113,55,0,17,1,12,35,99,111,111,107,105,101,45,105,110,102,111,2,1,154,134,243,233,0,17,1,11,35,99,111,111,107,105,101,45,106,97,114,2,1,165,5,41,247,0,17,1,11,35,99,111,111,107,105,101,45,108,97,119,2,1,89,55,252,45,0,17,1,22,35,99,111,111,107,105,101,45,108,97,119,45,105,110,102,111,45,97,103,97,105,110,2,1,195,217,59,188,0,17,1,42,35,99,111,111,107,105,101,45,108,97,119,45,105,110,102,111,45,98,97,114,32,126,32,46,99,108,105,45,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,1,195,217,59,188,0,17,1,15,35,99,111,111,107,105,101,45,109,101,115,115,97,103,101,2,1,254,191,178,0,0,17,1,14,35,99,111,111,107,105,101,45,110,111,116,105,99,101,2,2,87,36,125,51,122,111,168,110,0,17,1,15,35,99,111,111,107,105,101,45,111,118,101,114,108,97,121,2,40,7,85,101,58,10,23,207,129,13,156,88,227,13,178,101,77,14,114,194,247,19,155,89,114,20,90,30,53,20,176,192,7,53,42,113,6,58,186,201,144,74,223,144,93,75,86,76,209,75,145,56,114,81,246,163,0,108,91,174,127,114,117,217,66,140,243,50,202,155,233,240,163,156,224,226,146,158,214,81,49,164,205,80,26,165,60,184,76,165,74,22,144,165,81,116,56,173,98,216,74,192,138,156,11,192,138,156,17,192,138,156,181,200,84,123,53,210,32,33,157,213,230,49,17,221,52,119,233,227,7,31,240,227,13,26,21,228,194,90,137,228,234,34,237,232,62,209,209,241,225,79,83,252,211,222,44,254,1,228,5,0,17,1,13,35,99,111,111,107,105,101,45,112,97,110,101,108,2,1,254,81,46,236,0,17,1,13,35,99,111,111,107,105,101,65,99,99,101,112,116,2,2,110,135,60,219,246,126,33,10,0,17,1,16,35,99,111,111,107,105,101,65,99,99,101,112,116,66,97,114,2,1,83,189,225,185,0,17,1,11,35,99,111,111,107,105,101,65,114,101,97,2,1,178,215,136,169,0,17,1,18,35,99,111,111,107,105,101,66,97,110,110,101,114,77,111,100,97,108,2,46,5,99,109,93,15,68,110,49,19,60,247,203,20,246,141,106,29,246,0,5,33,126,3,194,37,183,110,52,47,86,28,26,52,103,46,207,52,218,145,88,53,216,157,63,60,183,118,96,64,91,204,243,67,249,64,84,68,7,197,68,69,121,254,87,71,157,110,148,87,67,206,250,88,197,21,130,96,29,198,174,104,219,146,180,105,204,43,150,106,57,192,20,116,7,132,112,117,81,113,74,126,250,93,198,142,67,136,174,144,45,147,217,145,73,13,51,146,23,23,53,147,170,59,207,151,37,147,146,157,215,128,79,159,148,144,62,182,1,112,164,189,93,49,238,197,58,129,95,198,122,167,11,206,87,17,84,211,131,183,159,213,213,31,13,229,151,243,105,234,112,210,164,237,155,127,48,243,234,61,235,244,100,211,212,0,17,1,13,35,99,111,111,107,105,101,68,105,97,108,111,103,2,1,128,47,248,183,0,17,1,11,35,99,111,111,107,105,101,73,110,102,111,2,46,5,99,109,93,15,68,110,49,19,60,247,203,20,246,141,106,29,246,0,5,33,126,3,194,37,183,110,52,47,86,28,26,52,103,46,207,52,218,145,88,53,216,157,63,60,183,118,96,64,91,204,243,67,249,64,84,68,7,197,68,69,121,254,87,71,157,110,148,87,67,206,250,88,197,21,130,96,29,198,174,104,219,146,180,105,204,43,150,106,57,192,20,116,7,132,112,117,81,113,74,126,250,93,198,142,67,136,174,144,45,147,217,145,73,13,51,146,23,23,53,147,170,59,207,151,37,147,146,157,215,128,79,159,148,144,62,182,1,112,164,189,93,49,238,197,58,129,95,198,122,167,11,206,87,17,84,211,131,183,159,213,213,31,13,229,151,243,105,234,112,210,164,237,155,127,48,243,234,61,235,244,100,211,212,0,17,1,12,35,99,111,111,107,105,101,76,97,121,101,114,2,1,190,148,87,98,0,17,1,13,35,99,111,111,107,105,101,78,111,116,105,99,101,2,1,234,107,21,69,0,17,1,13,35,99,111,111,107,105,101,80,111,108,105,99,121,2,1,94,182,212,178,0,17,1,18,35,99,111,111,107,105,101,80,111,108,105,99,121,77,111,100,97,108,2,1,126,46,1,215,0,17,1,14,35,99,111,111,107,105,101,87,114,97,112,112,101,114,2,1,55,61,220,87,0,17,1,21,35,99,111,111,107,105,101,95,104,100,114,95,115,104,111,119,97,103,97,105,110,2,1,195,217,59,188,0,17,1,12,35,99,111,111,107,105,101,95,119,97,108,108,2,1,59,141,226,42,0,17,1,13,35,99,111,111,107,105,101,97,99,99,101,112,116,2,1,186,74,82,188,0,17,1,13,35,99,111,111,107,105,101,98,97,110,110,101,114,2,3,48,215,79,170,197,18,244,20,242,231,45,163,0,17,1,10,35,99,111,111,107,105,101,98,97,114,2,1,88,206,243,169,0,17,1,14,35,99,111,111,107,105,101,99,111,110,115,101,110,116,2,1,24,69,57,93,0,17,1,13,35,99,111,111,107,105,101,100,105,97,108,111,103,2,1,92,81,18,11,0,17,1,11,35,99,111,111,107,105,101,104,105,110,116,2,1,104,240,165,97,0,17,1,14,35,99,111,111,107,105,101,104,105,110,119,101,105,115,2,1,63,54,208,56,0,17,1,15,35,99,111,111,107,105,101,115,45,98,97,110,110,101,114,2,1,128,186,252,227,0,17,1,16,35,99,111,111,107,105,101,115,45,99,111,110,116,101,110,116,2,1,66,56,130,84,0,17,1,12,35,99,111,111,107,105,101,115,45,110,97,103,2,1,89,149,116,175,0,17,1,15,35,99,111,111,107,105,101,115,46,97,99,116,105,118,101,2,1,23,70,109,85,0,17,1,17,35,99,111,111,107,105,101,115,67,111,110,116,97,105,110,101,114,2,1,77,5,25,119,0,17,1,15,35,99,111,111,107,105,101,115,95,97,99,99,101,112,116,2,1,101,61,45,55,0,17,1,16,35,99,111,111,107,105,101,115,95,99,111,110,115,101,110,116,2,1,53,131,190,195,0,17,1,14,35,99,111,111,107,105,101,115,95,109,111,100,97,108,2,1,108,21,27,145,0,17,1,14,35,99,111,111,107,105,101,119,97,114,110,105,110,103,2,24,2,145,170,81,13,113,213,176,16,3,195,226,18,69,135,123,18,208,165,141,29,123,80,14,57,245,181,248,76,15,31,221,76,193,95,213,102,81,173,145,105,44,144,6,108,216,67,78,115,82,34,166,135,104,32,227,145,159,144,250,160,146,75,67,171,9,181,65,178,255,3,62,186,245,233,21,213,44,250,212,213,172,22,229,232,151,46,158,246,96,226,252,252,180,123,160,0,17,1,12,35,100,105,100,111,109,105,45,104,111,115,116,2,1,62,8,23,86,0,17,1,14,35,100,105,100,111,109,105,45,110,111,116,105,99,101,2,9,34,212,111,207,62,11,56,11,119,100,30,201,132,134,81,244,156,200,86,132,163,3,128,167,194,197,253,186,228,230,119,104,248,217,1,155,0,17,1,10,35,100,105,118,67,111,111,107,105,101,2,1,105,57,100,154,0,17,1,26,35,100,109,45,99,111,111,107,105,101,45,112,111,112,117,112,45,99,111,110,116,97,105,110,101,114,2,1,155,232,213,165,0,17,1,22,35,101,110,115,77,111,100,97,108,87,114,97,112,112,101,114,91,114,111,108,101,93,2,1,213,9,216,122,0,17,1,16,35,101,110,115,78,111,116,105,102,121,66,97,110,110,101,114,2,1,213,9,216,122,0,17,1,15,35,103,100,112,114,45,97,103,114,101,101,109,101,110,116,2,1,55,165,75,104,0,17,1,9,35,103,100,112,114,45,98,97,114,2,5,6,156,132,248,144,68,172,120,176,103,209,241,227,46,141,188,251,250,101,139,0,17,1,13,35,103,100,112,114,45,99,111,110,115,101,110,116,2,1,150,137,155,76,0,17,1,20,35,103,100,112,114,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,2,1,216,97,78,85,0,17,1,13,35,103,100,112,114,45,111,118,101,114,108,97,121,2,1,94,164,82,107,0,17,1,13,35,103,100,112,114,95,99,111,110,115,101,110,116,2,2,127,190,137,12,163,200,221,236,0,17,1,15,35,103,100,112,114,95,99,111,110,116,97,105,110,101,114,2,1,129,40,71,169,0,17,1,12,35,103,100,112,114,99,111,110,115,101,110,116,2,1,238,107,183,201,0,17,1,25,35,103,112,100,114,58,110,111,116,40,98,111,100,121,41,58,110,111,116,40,104,116,109,108,41,2,2,120,184,160,2,214,214,28,112,0,17,1,19,35,109,111,100,97,108,67,111,111,107,105,101,67,111,110,115,101,110,116,2,1,34,51,59,35,0,17,1,17,35,109,115,45,99,111,111,107,105,101,45,98,97,110,110,101,114,2,1,86,103,250,120,0,17,1,9,35,109,121,99,111,111,107,105,101,2,2,98,189,179,33,132,156,50,254,0,17,1,12,35,110,101,119,45,99,111,111,107,105,101,115,2,1,36,108,13,140,0,17,1,20,35,110,111,116,105,99,101,45,99,111,111,107,105,101,45,98,108,111,99,107,2,1,27,158,76,222,0,17,1,12,35,110,111,116,105,99,101,80,111,112,117,112,2,1,174,146,66,46,0,17,1,20,35,111,110,101,116,114,117,115,116,45,98,97,110,110,101,114,45,115,100,107,2,128,0,0,0,154,3,51,108,160,3,239,137,69,4,41,174,20,6,253,13,56,8,164,46,174,8,178,219,123,8,189,179,61,10,243,145,105,12,132,197,192,16,45,148,141,18,109,45,203,19,131,170,60,21,113,185,168,27,103,38,209,27,104,218,228,28,123,232,10,30,149,50,191,30,156,172,117,30,252,193,249,33,149,191,106,33,219,131,241,35,171,141,48,36,241,182,225,37,124,221,225,38,157,68,53,38,157,113,138,41,130,141,190,42,234,142,211,44,69,159,36,44,154,86,85,46,143,185,131,48,125,70,37,49,139,6,145,50,136,91,226,52,246,4,253,54,75,241,227,55,69,194,235,58,21,164,201,61,19,178,127,65,36,162,50,66,115,234,108,68,59,58,187,68,180,17,254,73,191,207,62,75,79,197,104,77,85,102,148,77,172,239,103,78,62,96,70,80,92,235,156,81,103,221,160,82,67,26,223,82,133,66,66,83,33,7,130,84,201,183,192,86,9,250,148,87,16,195,149,88,106,85,164,89,163,150,83,89,215,13,94,90,1,247,82,91,17,129,193,94,61,116,132,98,27,227,152,98,131,195,3,98,246,214,107,101,44,44,128,102,69,191,87,104,181,218,48,107,162,227,85,108,147,39,164,110,100,245,110,111,93,22,148,113,245,68,230,114,227,220,214,115,158,80,10,117,143,147,215,117,187,96,25,121,142,120,1,121,207,85,136,122,45,92,88,124,106,85,27,124,142,168,0,129,178,242,126,136,183,202,12,138,211,236,183,139,100,84,193,139,120,0,29,142,12,107,226,142,246,60,229,145,211,32,85,146,19,187,189,148,176,188,49,150,143,117,78,152,183,140,72,154,202,209,95,154,231,53,51,154,241,61,25,157,173,66,193,157,183,102,247,158,168,199,154,159,236,57,244,163,95,35,126,166,60,180,137,169,208,50,19,169,227,95,184,172,246,101,6,175,212,21,165,176,215,166,244,176,219,62,84,179,16,63,123,182,9,200,176,185,49,218,126,188,19,98,181,188,197,83,212,191,179,94,89,192,130,59,83,193,63,44,166,197,215,202,131,203,254,87,15,204,111,199,249,204,203,82,61,208,70,156,119,210,19,66,40,212,161,88,247,213,174,52,151,214,212,31,87,216,136,7,169,217,65,25,138,218,50,177,95,218,238,209,87,224,66,81,44,224,216,41,152,225,35,231,44,227,78,26,45,227,150,161,31,228,145,114,10,229,206,144,208,234,150,130,38,235,255,170,119,236,47,231,80,237,236,154,93,240,21,122,162,240,239,62,181,242,231,115,104,242,231,155,176,244,172,180,144,245,194,105,3,248,96,195,54,249,117,49,254,249,218,124,13,250,210,114,162,250,240,119,58,253,224,156,123,254,145,212,146,0,17,1,21,35,111,110,101,116,114,117,115,116,45,99,111,110,115,101,110,116,45,115,100,107,2,128,0,0,0,157,3,51,108,160,3,239,137,69,4,41,174,20,6,253,13,56,8,164,46,174,8,178,219,123,8,189,179,61,10,243,145,105,12,132,197,192,16,45,148,141,18,109,45,203,19,131,170,60,21,113,185,168,27,103,38,209,27,104,218,228,28,123,232,10,30,149,50,191,30,156,172,117,30,252,193,249,33,149,191,106,33,219,131,241,35,171,141,48,36,241,182,225,37,124,221,225,38,157,25,55,38,157,68,53,38,157,113,138,41,130,141,190,42,234,142,211,44,69,159,36,44,154,86,85,46,143,185,131,48,125,70,37,49,139,6,145,50,136,91,226,52,246,4,253,54,75,241,227,55,69,194,235,58,21,164,201,61,19,178,127,65,36,162,50,66,115,234,108,68,59,58,187,68,180,17,254,73,191,207,62,75,79,197,104,77,85,102,148,77,172,239,103,78,62,96,70,80,92,235,156,81,103,221,160,82,67,26,223,82,133,66,66,83,33,7,130,84,201,183,192,86,9,250,148,87,16,195,149,88,106,85,164,89,163,150,83,89,215,13,94,90,1,247,82,91,17,129,193,94,61,116,132,98,27,227,152,98,131,195,3,98,246,214,107,101,44,44,128,102,69,191,87,103,79,134,65,104,181,218,48,107,162,227,85,108,147,39,164,110,100,245,110,111,93,22,148,113,245,68,230,114,227,220,214,115,158,80,10,117,143,147,215,117,187,96,25,121,142,120,1,121,207,85,136,122,45,92,88,124,106,85,27,124,142,168,0,129,178,242,126,136,183,202,12,138,211,236,183,139,100,84,193,139,120,0,29,142,12,107,226,142,246,60,229,145,211,32,85,146,19,187,189,148,176,188,49,150,143,117,78,152,183,140,72,154,202,209,95,154,231,53,51,154,241,61,25,157,173,66,193,157,183,102,247,158,168,199,154,159,236,57,244,163,95,35,126,166,60,180,137,169,208,50,19,169,227,95,184,172,246,101,6,175,212,21,165,176,215,166,244,176,219,62,84,179,16,63,123,182,9,200,176,185,49,218,126,188,19,98,181,188,197,83,212,191,179,94,89,192,130,59,83,193,63,44,166,197,215,202,131,203,254,87,15,204,111,199,249,204,203,82,61,208,70,156,119,210,19,66,40,212,161,88,247,213,174,52,151,214,212,31,87,216,136,7,169,217,65,25,138,218,50,177,95,218,238,209,87,224,66,81,44,224,216,41,152,225,35,231,44,227,78,26,45,227,150,161,31,228,145,114,10,229,206,144,208,234,150,130,38,235,255,170,119,236,47,231,80,237,185,78,122,237,236,154,93,240,21,122,162,240,239,62,181,242,231,115,104,242,231,155,176,244,172,180,144,245,194,105,3,248,96,195,54,249,117,49,254,249,218,124,13,250,210,114,162,250,240,119,58,253,224,156,123,254,145,212,146,0,17,1,8,35,111,112,116,97,110,111,110,2,1,164,58,96,50,0,17,1,13,35,112,111,108,105,99,121,78,111,116,105,99,101,2,1,38,157,26,200,0,17,1,17,35,112,111,112,105,110,95,116,99,95,112,114,105,118,97,99,121,2,5,139,160,60,128,182,131,26,38,182,132,160,154,217,174,62,117,247,148,229,130,0,17,1,19,35,116,99,45,112,114,105,118,97,99,121,45,119,114,97,112,112,101,114,2,5,139,160,60,128,182,131,26,38,182,132,160,154,217,174,62,117,247,148,229,130,0,17,1,10,35,116,101,99,111,110,115,101,110,116,2,2,137,65,7,137,204,155,190,151,0,17,1,24,35,116,111,97,115,116,115,32,62,32,35,116,111,97,115,116,115,87,114,97,112,112,101,114,2,1,163,34,129,7,0,9,1,12,46,67,111,111,107,105,101,80,111,112,117,112,2,1,127,45,255,113,0,9,1,18,46,67,111,111,107,105,101,115,58,110,111,116,40,98,111,100,121,41,2,2,194,197,251,32,211,177,101,122,0,9,1,22,46,80,111,115,105,116,105,111,110,66,111,116,116,111,109,46,97,115,45,111,105,108,2,4,46,25,253,29,111,193,44,37,142,102,213,70,166,254,171,86,0,9,1,24,46,97,99,99,101,112,116,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,2,1,164,58,96,50,0,9,1,22,46,97,99,99,101,112,116,45,112,114,105,118,97,99,121,45,112,111,108,105,99,121,2,2,177,212,13,38,220,61,180,128,0,9,1,23,46,97,115,45,111,105,108,45,99,111,110,116,101,110,116,45,111,118,101,114,108,97,121,2,4,46,25,253,29,111,193,44,37,142,102,213,70,166,254,171,86,0,9,1,28,46,97,115,45,111,105,108,91,100,97,116,97,45,113,97,61,34,111,105,108,45,76,97,121,101,114,34,93,2,4,46,25,253,29,111,193,44,37,142,102,213,70,166,254,171,86,0,9,1,16,46,98,45,99,111,111,107,105,101,45,112,111,108,105,99,121,2,1,77,49,17,112,0,9,1,14,46,98,97,110,110,101,114,45,99,111,111,107,105,101,2,1,230,179,200,76,0,9,1,13,46,98,97,110,110,101,114,95,99,111,107,105,101,2,1,149,166,219,127,0,9,1,19,46,98,99,112,78,111,116,105,102,105,99,97,116,105,111,110,66,97,114,2,1,193,175,115,111,0,9,1,12,46,98,111,120,45,99,111,111,107,105,101,115,2,1,91,50,112,165,0,9,1,9,46,99,45,99,111,111,107,105,101,2,1,249,178,237,209,0,9,1,10,46,99,99,45,98,97,110,110,101,114,2,16,5,140,166,92,6,118,53,253,16,168,0,83,33,29,47,189,51,162,100,8,77,221,231,65,80,22,210,232,94,236,46,114,96,157,132,60,108,29,175,239,117,44,208,94,184,251,174,185,186,240,10,202,230,226,63,178,246,188,44,117,252,24,219,229,0,9,1,20,46,99,99,45,98,111,116,116,111,109,46,99,99,45,98,97,110,110,101,114,2,11,5,140,166,92,6,118,53,253,16,168,0,83,33,29,47,189,51,162,100,8,80,22,210,232,96,157,132,60,186,240,10,202,230,226,63,178,246,188,44,117,252,24,219,229,0,9,1,12,46,99,99,45,102,108,111,97,116,105,110,103,2,2,101,55,248,64,219,114,226,112,0,9,1,10,46,99,99,45,114,101,118,111,107,101,2,2,77,221,231,65,101,55,248,64,0,9,1,27,46,99,99,45,116,121,112,101,45,111,112,116,45,105,110,46,99,99,45,102,108,111,97,116,105,110,103,2,1,101,55,248,64,0,9,1,12,46,99,99,112,97,45,98,97,110,110,101,114,2,1,127,195,165,15,0,9,1,10,46,99,101,45,98,97,110,110,101,114,2,1,207,198,208,215,0,9,1,11,46,99,109,45,109,101,115,115,97,103,101,2,1,121,5,168,114,0,9,1,13,46,99,109,112,45,97,112,112,95,103,100,112,114,2,1,129,190,16,141,0,9,1,15,46,99,111,110,115,101,110,116,45,104,111,108,100,101,114,2,1,99,9,63,237,0,9,1,14,46,99,111,110,115,101,110,116,45,109,111,100,97,108,2,1,38,156,255,73,0,9,1,13,46,99,111,110,115,101,110,116,80,111,112,117,112,2,1,98,206,17,137,0,9,1,16,46,99,111,110,116,101,110,116,45,99,111,111,107,105,101,115,2,1,112,154,57,50,0,9,1,11,46,99,111,111,107,105,101,45,97,103,101,2,1,10,70,88,66,0,9,1,13,46,99,111,111,107,105,101,45,97,103,114,101,101,2,1,12,131,240,92,0,9,1,17,46,99,111,111,107,105,101,45,97,103,114,101,101,109,101,110,116,2,1,112,152,141,167,0,9,1,23,46,99,111,111,107,105,101,45,97,108,101,114,116,45,99,111,110,116,97,105,110,101,114,2,1,6,185,232,0,0,9,1,16,46,99,111,111,107,105,101,45,98,97,99,107,100,114,111,112,2,1,136,74,118,71,0,9,1,34,46,99,111,111,107,105,101,45,98,97,110,110,101,114,58,110,111,116,40,98,111,100,121,41,58,110,111,116,40,104,116,109,108,41,2,3,6,78,182,53,36,108,13,140,126,10,42,77,0,9,1,11,46,99,111,111,107,105,101,45,98,111,120,2,1,26,244,135,251,0,9,1,22,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,2,9,13,117,19,252,17,112,45,24,52,235,211,44,60,52,226,224,179,43,253,94,195,137,80,53,199,145,74,55,204,211,55,234,234,151,56,50,0,9,1,21,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,109,111,100,97,108,2,1,73,185,43,61,0,9,1,20,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,115,104,111,119,2,1,181,83,137,162,0,9,1,23,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,119,114,97,112,112,101,114,2,1,78,154,212,75,0,9,1,20,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,46,115,104,111,119,2,1,185,161,145,149,0,9,1,17,46,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,2,3,36,108,13,140,148,180,41,15,249,16,190,117,0,9,1,14,46,99,111,111,107,105,101,45,100,105,97,108,111,103,2,2,19,155,89,114,55,14,235,93,0,9,1,14,46,99,111,111,107,105,101,45,102,111,111,116,101,114,2,2,66,18,202,10,254,31,120,145,0,9,1,14,46,99,111,111,107,105,101,45,104,111,108,100,101,114,2,1,153,62,159,75,0,9,1,18,46,99,111,111,107,105,101,45,105,110,102,111,45,98,108,111,99,107,2,1,37,76,59,241,0,9,1,16,46,99,111,111,107,105,101,45,105,110,102,111,45,98,111,120,2,4,7,85,101,58,108,91,174,127,114,117,217,66,241,225,79,83,0,9,1,22,46,99,111,111,107,105,101,45,105,110,102,111,45,99,111,110,116,97,105,110,101,114,2,1,58,92,30,33,0,9,1,18,46,99,111,111,107,105,101,45,105,110,102,111,45,109,111,100,97,108,2,2,47,105,88,193,107,63,43,50,0,9,1,17,46,99,111,111,107,105,101,45,105,110,102,111,45,116,101,120,116,2,33,10,23,207,129,13,156,88,227,13,178,101,77,14,114,194,247,20,90,30,53,20,176,192,7,53,42,113,6,58,186,201,144,74,223,144,93,75,86,76,209,75,145,56,114,140,243,50,202,155,233,240,163,156,224,226,146,158,214,81,49,164,205,80,26,165,60,184,76,165,74,22,144,165,81,116,56,173,98,216,74,192,138,156,11,192,138,156,17,192,138,156,181,200,84,123,53,210,32,33,157,213,230,49,17,227,7,31,240,227,13,26,21,228,194,90,137,228,234,34,237,232,62,209,209,252,211,222,44,254,1,228,5,0,9,1,32,46,99,111,111,107,105,101,45,105,110,102,111,58,110,111,116,40,98,111,100,121,41,58,110,111,116,40,104,116,109,108,41,2,33,10,23,207,129,13,156,88,227,13,178,101,77,14,114,194,247,20,90,30,53,20,176,192,7,53,42,113,6,58,186,201,144,74,223,144,93,75,86,76,209,75,145,56,114,140,243,50,202,155,233,240,163,156,224,226,146,158,214,81,49,164,205,80,26,165,60,184,76,165,74,22,144,165,81,116,56,173,98,216,74,192,138,156,11,192,138,156,17,192,138,156,181,200,84,123,53,210,32,33,157,213,230,49,17,227,7,31,240,227,13,26,21,228,194,90,137,228,234,34,237,232,62,209,209,252,211,222,44,254,1,228,5,0,9,1,35,46,99,111,111,107,105,101,45,109,101,115,115,97,103,101,58,110,111,116,40,104,116,109,108,41,58,110,111,116,40,98,111,100,121,41,2,2,128,157,205,149,220,92,99,136,0,9,1,15,46,99,111,111,107,105,101,45,109,111,110,115,116,101,114,2,1,92,185,26,189,0,9,1,11,46,99,111,111,107,105,101,45,109,115,103,2,1,228,68,250,207,0,9,1,12,46,99,111,111,107,105,101,45,110,111,116,101,2,1,156,41,93,24,0,9,1,24,46,99,111,111,107,105,101,45,110,111,116,105,99,101,45,99,111,110,116,97,105,110,101,114,2,1,122,111,168,110,0,9,1,22,46,99,111,111,107,105,101,45,110,111,116,105,99,101,45,118,105,115,105,98,108,101,2,1,141,38,121,224,0,9,1,31,46,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,45,98,97,99,107,103,114,111,117,110,100,2,1,40,85,144,166,0,9,1,27,46,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,45,104,101,97,100,101,114,2,1,40,85,144,166,0,9,1,15,46,99,111,111,107,105,101,45,111,118,101,114,108,97,121,2,1,221,52,119,233,0,9,1,14,46,99,111,111,107,105,101,45,112,111,108,105,99,121,2,4,127,40,102,204,140,143,133,212,146,6,2,234,159,70,24,238,0,9,1,22,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,99,111,110,115,101,110,116,2,1,37,76,59,241,0,9,1,20,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,109,111,100,97,108,2,1,37,76,59,241,0,9,1,20,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,112,111,112,117,112,2,1,186,158,237,65,0,9,1,22,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,119,114,97,112,112,101,114,2,1,159,70,24,238,0,9,1,14,46,99,111,111,107,105,101,45,112,111,112,45,117,112,2,1,99,218,139,192,0,9,1,13,46,99,111,111,107,105,101,45,112,111,112,85,112,2,1,196,80,240,190,0,9,1,13,46,99,111,111,107,105,101,45,112,111,112,117,112,2,1,94,143,23,7,0,9,1,15,46,99,111,111,107,105,101,45,112,114,105,118,97,99,121,2,1,86,50,239,246,0,9,1,13,46,99,111,111,107,105,101,45,112,114,111,109,111,2,1,38,157,134,31,0,9,1,21,46,99,111,111,107,105,101,45,114,101,118,111,107,101,45,104,105,100,100,101,110,2,1,122,111,168,110,0,9,1,14,46,99,111,111,107,105,101,45,115,116,105,99,107,121,2,1,65,237,143,217,0,9,1,15,46,99,111,111,107,105,101,45,118,105,115,105,98,108,101,2,5,27,125,0,91,138,208,120,99,157,29,186,74,192,120,88,116,202,236,104,122,0,9,1,15,46,99,111,111,107,105,101,45,119,97,114,110,105,110,103,2,3,127,40,217,85,187,35,21,51,223,56,47,108,0,9,1,23,46,99,111,111,107,105,101,45,119,97,114,110,105,110,103,45,99,111,110,116,101,110,116,2,1,127,40,217,85,0,9,1,13,46,99,111,111,107,105,101,65,99,99,101,112,116,2,2,110,135,60,219,246,126,33,10,0,9,1,10,46,99,111,111,107,105,101,66,97,114,2,2,88,15,195,207,172,81,43,10,0,9,1,10,46,99,111,111,107,105,101,66,111,120,2,1,94,84,86,218,0,9,1,21,46,99,111,111,107,105,101,67,111,110,115,101,110,116,67,111,110,116,101,110,116,2,1,205,146,235,178,0,9,1,20,46,99,111,111,107,105,101,67,111,110,115,101,110,116,70,111,111,116,101,114,2,1,205,146,235,178,0,9,1,10,46,99,111,111,107,105,101,68,105,118,2,1,89,202,83,172,0,9,1,13,46,99,111,111,107,105,101,78,111,116,105,99,101,2,1,172,81,43,10,0,9,1,16,46,99,111,111,107,105,101,95,95,119,114,97,112,112,101,114,2,1,74,206,139,24,0,9,1,14,46,99,111,111,107,105,101,95,97,99,99,101,112,116,2,2,29,250,172,160,178,215,136,169,0,9,1,14,46,99,111,111,107,105,101,95,98,97,110,110,101,114,2,1,91,38,181,6,0,9,1,11,46,99,111,111,107,105,101,95,98,97,114,2,1,53,183,227,226,0,9,1,35,46,99,111,111,107,105,101,95,99,111,110,115,101,110,116,58,110,111,116,40,98,111,100,121,41,58,110,111,116,40,104,116,109,108,41,2,1,175,118,48,29,0,9,1,15,46,99,111,111,107,105,101,95,109,101,115,115,97,103,101,2,1,23,70,109,85,0,9,1,14,46,99,111,111,107,105,101,95,112,111,108,105,99,121,2,1,253,191,149,8,0,9,1,12,46,99,111,111,107,105,101,97,108,101,114,116,2,2,105,237,90,75,170,11,132,5,0,9,1,23,46,99,111,111,107,105,101,98,97,110,110,101,114,58,110,111,116,40,98,111,100,121,41,2,1,197,18,244,20,0,9,1,20,46,99,111,111,107,105,101,98,97,114,45,99,111,110,116,97,105,110,101,114,2,1,168,107,84,86,0,9,1,10,46,99,111,111,107,105,101,98,111,120,2,1,16,250,104,175,0,9,1,22,46,99,111,111,107,105,101,99,111,110,115,101,110,116,45,119,114,97,112,112,101,114,2,1,91,215,151,113,0,9,1,16,46,99,111,111,107,105,101,99,111,110,116,97,105,110,101,114,2,1,114,177,171,129,0,9,1,13,46,99,111,111,107,105,101,100,105,97,108,111,103,2,1,92,81,18,11,0,9,1,11,46,99,111,111,107,105,101,110,111,116,101,2,1,233,75,17,225,0,9,1,22,46,99,111,111,107,105,101,115,45,99,111,110,115,101,110,116,45,112,111,112,117,112,2,1,2,173,97,134,0,9,1,13,46,99,111,111,107,105,101,115,45,105,110,102,111,2,1,161,101,218,47,0,9,1,33,46,99,111,111,107,105,101,115,45,105,110,102,111,58,110,111,116,40,104,116,109,108,41,58,110,111,116,40,98,111,100,121,41,2,1,168,112,89,8,0,9,1,16,46,99,111,111,107,105,101,115,45,109,101,115,115,97,103,101,2,1,218,52,180,90,0,9,1,15,46,99,111,111,107,105,101,115,45,112,111,108,105,99,121,2,1,38,157,108,100,0,9,1,15,46,99,111,111,107,105,101,115,45,112,111,112,45,117,112,2,1,190,148,85,52,0,9,1,14,46,99,111,111,107,105,101,115,45,112,111,112,117,112,2,1,128,186,252,227,0,9,1,16,46,99,111,111,107,105,101,115,45,118,105,115,105,98,108,101,2,1,254,191,178,0,0,9,1,13,46,99,111,111,107,105,101,115,45,119,114,97,112,2,1,77,122,187,42,0,9,1,15,46,99,111,111,107,105,101,115,46,97,99,116,105,118,101,2,1,193,219,120,26,0,9,1,21,46,99,111,111,107,105,101,115,95,99,111,110,115,101,110,116,45,115,104,111,119,2,1,142,48,162,224,0,9,1,18,46,99,111,111,107,105,101,115,95,99,111,110,116,97,105,110,101,114,2,1,196,80,240,190,0,9,1,14,46,99,111,111,107,105,101,115,95,112,111,112,117,112,2,1,185,10,100,128,0,9,1,19,46,99,111,111,107,105,101,118,97,114,110,105,110,103,45,119,114,97,112,2,1,240,53,210,228,0,9,1,34,46,99,111,111,107,105,101,119,97,114,110,105,110,103,58,110,111,116,40,98,111,100,121,41,58,110,111,116,40,104,116,109,108,41,2,4,18,208,165,141,214,13,81,231,223,56,47,108,240,53,210,228,0,9,1,11,46,99,111,111,107,105,101,119,114,97,112,2,1,58,92,30,33,0,9,1,21,46,100,105,100,111,109,105,45,110,111,116,105,99,101,45,98,97,110,110,101,114,2,8,34,212,111,207,62,11,56,11,132,134,81,244,156,200,86,132,163,3,128,167,194,197,253,186,228,230,119,104,248,217,1,155,0,9,1,21,46,100,105,100,111,109,105,45,115,99,114,101,101,110,45,120,108,97,114,103,101,2,4,12,45,184,210,64,171,124,94,70,98,191,34,200,81,240,37,0,9,1,13,46,100,115,103,118,111,45,98,97,110,110,101,114,2,1,55,181,65,101,0,9,1,16,46,101,110,115,78,111,116,105,102,121,66,97,110,110,101,114,2,1,213,9,216,122,0,9,1,12,46,103,100,112,114,45,98,97,110,110,101,114,2,5,6,156,132,248,144,68,172,120,176,103,209,241,227,46,141,188,251,250,101,139,0,9,1,20,46,103,100,112,114,45,98,97,110,110,101,114,45,119,114,97,112,112,101,114,2,5,6,156,132,248,144,68,172,120,176,103,209,241,227,46,141,188,251,250,101,139,0,9,1,13,46,103,100,112,114,45,99,111,110,115,101,110,116,2,1,162,234,41,84,0,9,1,23,46,103,100,112,114,45,99,111,110,115,101,110,116,45,99,111,110,116,97,105,110,101,114,2,1,162,234,41,84,0,9,1,18,46,103,100,112,114,45,99,111,110,115,101,110,116,45,116,97,98,115,2,1,36,114,109,170,0,9,1,21,46,103,100,112,114,45,99,111,110,115,101,110,116,45,116,97,98,115,45,118,50,2,1,36,114,109,170,0,9,1,13,46,103,100,112,114,45,99,111,111,107,105,101,115,2,1,87,14,87,217,0,9,1,12,46,103,100,112,114,45,100,105,97,108,111,103,2,1,171,255,135,184,0,9,1,12,46,103,100,112,114,45,102,111,111,116,101,114,2,1,107,250,82,57,0,9,1,12,46,103,100,112,114,45,110,111,116,105,99,101,2,1,185,161,145,149,0,9,1,13,46,103,100,112,114,45,111,118,101,114,108,97,121,2,6,6,156,132,248,144,68,172,120,176,103,209,241,206,92,173,22,227,46,141,188,251,250,101,139,0,9,1,11,46,103,100,112,114,45,112,111,112,117,112,2,2,224,121,204,231,239,184,141,202,0,9,1,12,46,103,100,112,114,45,112,114,111,109,112,116,2,1,126,1,117,0,0,9,1,13,46,103,100,112,114,45,119,97,114,110,105,110,103,2,1,129,159,82,192,0,9,1,11,46,103,100,112,114,78,111,116,105,99,101,2,1,55,165,75,104,0,9,1,11,46,103,100,112,114,95,112,111,112,117,112,2,1,38,241,28,134,0,9,1,13,46,103,100,112,114,95,119,114,97,112,112,101,114,2,1,129,40,71,169,0,9,1,11,46,105,110,102,111,99,111,111,107,105,101,2,1,43,234,32,59,0,9,1,10,46,106,115,45,99,111,111,107,105,101,2,2,141,214,232,216,239,108,47,57,0,9,1,16,46,106,115,45,99,111,111,107,105,101,45,97,108,101,114,116,2,1,111,65,225,113,0,9,1,17,46,106,115,45,99,111,111,107,105,101,45,98,97,110,110,101,114,2,1,34,92,159,74,0,9,1,14,46,106,115,45,99,111,111,107,105,101,45,98,97,114,2,1,202,40,74,48,0,9,1,18,46,106,115,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,2,1,160,53,149,1,0,9,1,16,46,106,115,45,99,111,111,107,105,101,45,109,111,100,97,108,2,1,230,105,202,238,0,9,1,17,46,106,115,45,99,111,111,107,105,101,45,112,111,108,105,99,121,2,1,186,158,237,65,0,9,1,19,46,106,115,45,99,111,111,107,105,101,115,45,99,111,110,115,101,110,116,2,1,53,131,190,195,0,9,1,16,46,109,45,99,111,111,107,105,101,45,110,111,116,105,99,101,2,1,87,36,125,51,0,9,1,14,46,109,111,100,97,108,45,99,111,111,99,107,105,101,2,1,118,27,7,221,0,9,1,24,46,109,111,111,118,101,45,103,100,112,114,45,97,108,105,103,110,45,99,101,110,116,101,114,2,1,232,117,110,85,0,9,1,23,46,109,111,111,118,101,45,103,100,112,114,45,100,97,114,107,45,115,99,104,101,109,101,2,1,232,117,110,85,0,9,1,14,46,110,111,116,105,99,101,45,99,111,111,107,105,101,2,1,27,158,76,222,0,9,1,24,46,111,110,101,116,114,117,115,116,45,112,99,45,100,97,114,107,45,102,105,108,116,101,114,2,5,18,109,45,203,19,131,170,60,28,123,232,10,77,85,102,148,227,78,26,45,0,9,1,26,46,111,112,116,97,110,111,110,45,97,108,101,114,116,45,98,111,120,45,119,114,97,112,112,101,114,2,1,164,58,96,50,0,9,1,22,46,111,112,116,97,110,111,110,45,115,104,111,119,45,115,101,116,116,105,110,103,115,2,18,3,51,108,160,12,132,197,192,21,113,185,168,30,252,193,249,36,241,182,225,89,163,150,83,89,215,13,94,110,100,245,110,113,245,68,230,142,246,60,229,154,202,209,95,154,241,61,25,191,179,94,89,213,174,52,151,217,65,25,138,234,150,130,38,235,255,170,119,250,240,119,58,0,9,1,21,46,111,116,45,115,100,107,45,115,104,111,119,45,115,101,116,116,105,110,103,115,2,3,55,69,194,235,101,44,44,128,103,79,134,65,0,9,1,11,46,112,111,112,117,112,45,103,100,112,114,2,1,66,223,145,120,0,9,1,14,46,112,114,105,118,97,99,121,45,97,108,101,114,116,2,1,151,81,216,124,0,9,1,23,46,112,114,105,118,97,99,121,45,112,111,108,105,99,121,45,99,111,110,115,101,110,116,2,1,232,152,7,73,0,9,1,11,46,112,114,105,118,97,99,121,66,97,114,2,128,0,0,0,203,0,152,39,247,2,159,116,52,2,189,60,132,2,241,219,250,3,72,216,139,3,154,144,183,3,180,49,63,5,197,134,228,6,166,164,156,6,198,100,184,8,118,178,49,8,194,187,164,11,57,2,106,11,97,113,85,12,18,58,115,13,185,241,147,15,171,145,27,15,250,36,121,17,223,204,10,18,29,5,5,19,33,112,130,22,169,34,223,24,126,113,57,24,237,153,156,25,158,71,78,26,95,191,185,27,217,232,205,28,19,19,53,29,60,165,77,31,95,52,221,36,12,127,229,36,229,81,100,37,159,115,172,41,63,208,69,42,82,177,249,43,243,158,255,44,90,155,93,45,9,151,218,46,242,180,11,48,218,67,113,50,205,52,41,52,114,183,191,52,135,120,15,52,228,93,12,53,7,147,195,54,31,68,245,54,254,42,94,55,211,183,17,56,60,70,171,57,225,102,6,59,93,198,144,61,236,109,243,62,103,215,201,63,34,96,149,63,81,71,251,64,206,183,187,70,185,93,217,70,207,139,111,72,103,87,85,73,60,247,185,75,56,137,126,76,254,51,61,79,51,155,202,79,200,60,182,84,187,159,151,84,198,170,46,85,85,109,156,86,18,88,41,86,114,242,155,86,149,83,213,86,244,66,182,87,205,250,216,90,146,247,39,92,178,37,127,94,185,148,62,95,64,85,24,95,144,136,26,98,50,254,112,100,16,26,123,101,171,122,190,102,27,154,48,103,204,253,8,104,35,177,156,106,139,39,127,107,70,0,120,107,236,201,47,108,108,228,227,110,138,208,79,110,179,111,50,111,153,56,85,111,253,200,208,113,6,255,158,116,191,201,230,117,9,111,0,117,228,67,167,122,47,93,232,122,242,83,243,125,101,9,18,126,211,168,103,128,139,168,23,128,249,36,32,130,50,141,218,131,191,67,217,132,216,130,101,133,224,147,65,134,44,127,227,135,28,128,172,138,127,164,74,139,198,124,194,140,211,7,151,142,170,31,40,144,75,255,132,145,44,202,49,145,149,122,102,146,61,0,148,147,181,229,71,149,239,196,191,151,156,81,245,152,1,26,100,152,13,220,66,152,133,34,159,155,167,164,80,158,82,140,165,160,105,165,102,160,110,65,155,160,212,16,58,164,73,54,12,165,80,251,149,167,85,154,12,167,108,48,233,169,228,100,85,172,36,156,208,173,29,112,254,174,68,148,157,174,147,36,59,183,73,70,89,183,120,108,88,185,122,2,200,186,121,136,219,187,52,30,92,189,144,86,136,190,150,46,221,191,14,137,67,191,104,165,168,192,74,207,224,192,222,35,204,193,25,57,108,194,251,135,20,198,28,107,166,198,55,139,207,198,210,140,2,199,133,138,74,202,35,25,140,202,171,121,137,202,194,127,152,203,125,213,20,203,176,5,40,204,19,128,230,205,182,114,214,206,50,176,49,208,24,100,61,208,231,38,163,209,44,200,27,210,38,56,28,210,50,117,70,210,228,80,31,210,244,62,121,211,117,238,42,214,129,87,123,217,14,27,241,217,108,247,51,218,225,22,223,219,232,209,252,220,194,94,202,221,116,39,155,222,226,22,18,225,190,167,161,226,66,10,81,226,111,5,208,228,64,109,34,229,74,154,114,230,140,118,22,231,219,154,166,232,223,192,206,234,18,225,241,235,20,89,18,235,129,142,135,236,254,53,33,238,62,24,53,239,143,74,5,240,169,237,154,241,69,159,125,241,161,12,171,242,126,172,173,243,18,135,102,243,73,157,46,244,44,183,50,247,169,124,221,249,138,233,66,250,150,60,136,251,156,20,221,252,210,137,229,255,183,56,138,0,9,1,27,46,112,114,105,118,97,99,121,95,112,111,108,105,99,121,95,109,101,115,115,97,103,101,95,98,111,120,2,1,217,29,77,150,0,9,1,12,46,112,114,105,118,97,99,121,104,105,110,116,2,1,34,92,159,74,0,9,1,21,46,112,119,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,118,50,2,2,165,193,121,59,244,98,200,95,0,9,1,15,46,112,119,115,95,99,111,111,107,105,101,95,98,97,114,2,1,43,234,32,59,0,9,1,12,46,114,111,100,111,45,97,99,99,101,112,116,2,1,96,233,91,133,0,9,1,11,46,114,111,100,111,45,109,111,100,97,108,2,1,126,229,193,252,0,9,1,11,46,114,111,100,111,45,112,111,112,117,112,2,1,57,46,255,147,0,9,1,16,46,114,111,100,111,95,95,99,111,110,116,97,105,110,101,114,2,1,96,233,91,133,0,9,1,18,46,116,99,45,112,114,105,118,97,99,121,45,98,97,110,110,101,114,2,5,139,160,60,128,182,131,26,38,182,132,160,154,217,174,62,117,247,148,229,130,0,9,1,19,46,116,99,45,112,114,105,118,97,99,121,45,111,118,101,114,108,97,121,2,3,182,131,26,38,217,174,62,117,247,148,229,130,0,9,1,19,46,116,114,117,115,116,101,95,98,111,120,95,111,118,101,114,108,97,121,2,1,204,155,190,151,0,9,1,35,46,116,114,117,115,116,101,95,111,118,101,114,108,97,121,58,110,111,116,40,98,111,100,121,41,58,110,111,116,40,104,116,109,108,41,2,1,204,155,190,151,0,9,1,16,46,119,101,108,99,111,109,101,45,112,114,105,118,97,99,121,2,1,27,166,193,94,0,9,1,16,46,120,45,99,111,111,107,105,101,115,45,109,111,100,97,108,2,1,43,12,102,126,0,1,1,25,91,100,97,116,97,45,99,121,61,34,99,111,111,107,105,101,45,98,97,110,110,101,114,34,93,2,1,217,181,109,124,0,33,1,56,91,104,114,101,102,61,34,104,116,116,112,115,58,47,47,100,101,118,111,119,108,46,105,111,47,119,111,114,100,112,114,101,115,115,45,114,101,97,108,45,99,111,111,107,105,101,45,98,97,110,110,101,114,47,34,93,2,1,69,229,13,216,0,1,1,11,97,109,112,45,99,111,110,115,101,110,116,2,2,98,206,17,137,237,246,4,16,0,1,1,18,97,112,112,45,99,111,111,107,105,101,45,119,97,114,110,105,110,103,2,1,127,40,217,85,0,1,1,11,97,112,112,45,99,111,111,107,105,101,115,2,1,197,215,82,62,0,1,1,21,100,105,118,35,99,109,112,45,97,112,112,45,99,111,110,116,97,105,110,101,114,2,1,175,60,74,16,0,1,1,13,100,105,118,46,99,45,99,111,111,107,105,101,115,2,1,66,56,130,84,0,1,1,16,100,105,118,46,99,99,112,97,45,109,101,115,115,97,103,101,2,1,203,218,107,60,0,1,1,8,100,105,118,46,99,110,105,108,2,1,222,64,114,226,0,1,1,16,100,105,118,46,99,111,111,107,105,101,45,97,108,101,114,116,2,2,6,185,232,0,113,248,173,146,0,1,1,17,100,105,118,46,99,111,111,107,105,101,45,98,97,110,110,101,114,2,52,5,99,109,93,15,68,110,49,19,60,247,203,20,246,141,106,25,238,229,70,29,246,0,5,33,126,3,194,37,183,110,52,47,86,28,26,52,103,46,207,52,218,145,88,53,216,157,63,60,183,118,96,64,91,204,243,67,249,64,84,68,7,197,68,69,121,254,87,71,157,110,148,72,78,113,55,87,67,206,250,88,197,21,130,96,29,198,174,104,219,146,180,105,204,43,150,106,57,192,20,116,7,132,112,117,81,113,74,118,200,173,130,126,250,93,198,142,67,136,174,144,45,147,217,145,73,13,51,146,23,23,53,147,170,59,207,151,37,147,146,157,215,128,79,159,148,144,62,159,151,225,254,182,1,112,164,189,93,49,238,194,246,189,236,197,58,129,95,198,122,167,11,206,87,17,84,207,88,121,39,211,131,183,159,213,213,31,13,229,151,243,105,234,112,210,164,237,155,127,48,243,234,61,235,244,100,211,212,0,1,1,25,100,105,118,46,99,111,111,107,105,101,45,98,97,110,110,101,114,45,119,114,97,112,112,101,114,2,1,194,246,189,236,0,1,1,18,100,105,118,46,99,111,111,107,105,101,45,99,111,110,102,105,114,109,2,1,112,152,141,167,0,1,1,25,100,105,118,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,2,1,235,231,21,125,0,1,1,24,100,105,118,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,112,111,112,117,112,2,3,39,243,38,149,112,249,23,189,205,90,180,50,0,1,1,17,100,105,118,46,99,111,111,107,105,101,45,110,111,116,105,99,101,2,37,4,211,70,19,23,39,63,60,26,225,200,191,36,44,150,204,39,243,38,149,40,160,57,139,49,214,49,117,51,239,231,92,52,22,9,246,57,34,126,39,63,191,229,4,76,242,194,162,77,65,140,87,81,221,227,125,94,89,105,107,101,63,62,102,112,249,23,189,122,171,1,91,130,25,28,205,133,161,250,65,136,32,52,38,140,220,50,113,148,188,83,207,152,189,55,209,156,219,214,38,158,34,82,4,188,230,247,171,189,13,198,197,199,154,133,188,205,90,180,50,211,32,26,173,213,140,152,2,219,234,26,122,220,244,135,81,236,44,189,59,241,147,125,138,251,11,116,119,0,1,1,18,100,105,118,46,99,111,111,107,105,101,45,111,118,101,114,108,97,121,2,1,81,246,163,0,0,1,1,17,100,105,118,46,99,111,111,107,105,101,45,112,111,108,105,99,121,2,1,97,237,16,89,0,1,1,16,100,105,118,46,99,111,111,107,105,101,72,111,108,100,101,114,2,1,1,19,26,55,0,1,1,16,100,105,118,46,99,111,111,107,105,101,95,112,111,112,117,112,2,1,247,167,87,96,0,1,1,16,100,105,118,46,99,111,111,107,105,101,98,97,110,110,101,114,2,1,106,255,209,216,0,1,1,13,100,105,118,46,99,111,111,107,105,101,98,97,114,2,4,70,203,74,200,124,119,192,120,158,98,191,207,198,200,83,118,0,1,1,18,100,105,118,46,99,111,111,107,105,101,115,45,98,97,110,110,101,114,2,2,5,205,128,59,112,154,57,50,0,1,1,19,100,105,118,46,99,111,111,107,105,101,115,45,118,105,115,105,98,108,101,2,1,63,179,180,126,0,1,1,11,100,105,118,46,101,117,112,111,112,117,112,2,2,81,77,66,77,217,134,23,55,0,1,1,32,100,105,118,46,103,100,112,114,45,99,111,111,107,105,101,99,111,110,115,101,110,116,45,99,111,110,116,97,105,110,101,114,2,1,164,113,136,197,0,1,1,31,100,105,118,46,103,100,112,114,45,99,111,111,107,105,101,99,111,110,115,101,110,116,45,115,101,116,116,105,110,103,115,2,1,164,113,136,197,0,1,1,17,100,105,118,46,106,115,45,100,105,115,99,108,97,105,109,101,114,2,1,129,88,233,166,0,1,1,17,100,105,118,46,112,114,105,118,97,99,121,45,109,111,100,97,108,2,1,20,233,105,97,0,1,1,12,100,105,118,46,118,45,99,111,111,107,105,101,2,1,125,7,182,40,0,1,1,29,100,105,118,91,100,97,116,97,45,103,100,112,114,45,99,111,110,115,101,110,116,45,112,114,111,109,112,116,93,2,1,148,193,37,43,0,1,1,39,100,105,118,91,100,97,116,97,45,116,101,115,116,105,100,61,34,99,111,111,107,105,101,45,112,111,108,105,99,121,45,98,97,110,110,101,114,34,93,2,2,18,67,125,147,25,145,115,140,0,1,1,21,115,101,99,116,105,111,110,46,99,111,111,107,105,101,45,98,97,110,110,101,114,2,1,78,143,33,245,0,1,1,12,116,104,111,114,45,99,111,111,107,105,101,115,2,1,126,5,249,235,0,17,1,17,35,99,111,110,115,101,110,116,95,98,108,97,99,107,98,97,114,2,9,38,157,140,187,38,157,146,146,83,129,85,179,100,45,198,223,137,65,7,137,142,7,163,254,171,135,82,131,172,191,42,185,185,6,234,108,0,17,1,21,35,116,114,117,115,116,101,45,99,111,110,115,101,110,116,45,116,114,97,99,107,2,9,38,157,140,187,38,157,146,146,83,129,85,179,100,45,198,223,137,65,7,137,142,7,163,254,171,135,82,131,172,191,42,185,185,6,234,108,0,9,1,19,46,116,114,117,115,116,101,95,98,111,120,95,111,118,101,114,108,97,121,2,9,38,157,140,187,38,157,146,146,83,129,85,179,100,45,198,223,137,65,7,137,142,7,163,254,171,135,82,131,172,191,42,185,185,6,234,108,0,9,1,35,46,116,114,117,115,116,101,95,111,118,101,114,108,97,121,58,110,111,116,40,98,111,100,121,41,58,110,111,116,40,104,116,109,108,41,2,9,38,157,140,187,38,157,146,146,83,129,85,179,100,45,198,223,137,65,7,137,142,7,163,254,171,135,82,131,172,191,42,185,185,6,234,108,0,0,0,0,0,0,0,0,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,180,223,58,95]),tn=[/accept cookies/gi,/accept all/gi,/reject all/gi,/only necessary cookies/gi,/by clicking.*(accept|agree|allow)/gi,/by continuing/gi,/we (use|serve)( optional)? cookies/gi,/we are using cookies/gi,/use of cookies/gi,/(this|our) (web)?site.*cookies/gi,/cookies (and|or) .* technologies/gi,/such as cookies/gi,/read more about.*cookies/gi,/consent to.*cookies/gi,/we and our partners.*cookies/gi,/we.*store.*information.*such as.*cookies/gi,/store and\/or access information.*on a device/gi,/personalised ads and content, ad and content measurement/gi];var on=[{name:"192.com",detectCmp:[{exists:".ont-cookies"}],detectPopup:[{visible:".ont-cookies"}],optIn:[{click:".ont-btn-main.ont-cookies-btn.js-ont-btn-ok2"}],optOut:[{click:".ont-cookes-btn-manage"},{click:".ont-btn-main.ont-cookies-btn.js-ont-btn-choose"}],test:[{eval:"EVAL_ONENINETWO_0"}]},{name:"1password-com",cosmetic:!0,prehideSelectors:['footer #footer-root [aria-label="Cookie Consent"]'],detectCmp:[{exists:'footer #footer-root [aria-label="Cookie Consent"]'}],detectPopup:[{visible:'footer #footer-root [aria-label="Cookie Consent"]'}],optIn:[{click:'footer #footer-root [aria-label="Cookie Consent"] button'}],optOut:[{hide:'footer #footer-root [aria-label="Cookie Consent"]'}]},{name:"aa",vendorUrl:"https://aa.com",prehideSelectors:[],cosmetic:!0,detectCmp:[{exists:"#aa_optoutmulti-Modal,#cookieBannerMessage"}],detectPopup:[{visible:"#aa_optoutmulti-Modal,#cookieBannerMessage"}],optIn:[{hide:"#aa_optoutmulti-Modal,#cookieBannerMessage"},{waitForThenClick:"#aa_optoutmulti_checkBox"},{waitForThenClick:"#aa_optoutmulti-Modal button.optoutmulti_button"}],optOut:[{hide:"#aa_optoutmulti-Modal,#cookieBannerMessage"}]},{name:"abc",vendorUrl:"https://abc.net.au",runContext:{urlPattern:"^https://([a-z0-9-]+\\.)?abc\\.net\\.au/"},prehideSelectors:[],detectCmp:[{exists:"[data-component=CookieBanner]"}],detectPopup:[{visible:"[data-component=CookieBanner] [data-component=CookieBanner_AcceptAll]"}],optIn:[{waitForThenClick:"[data-component=CookieBanner] [data-component=CookieBanner_AcceptAll]"}],optOut:[{waitForThenClick:"[data-component=CookieBanner] [data-component=CookieBanner_AcceptABCRequired]"}],test:[{eval:"EVAL_ABC_TEST"}]},{name:"abconcerts.be",vendorUrl:"https://unknown",intermediate:!1,prehideSelectors:["dialog.cookie-consent"],detectCmp:[{exists:"dialog.cookie-consent form.cookie-consent__form"}],detectPopup:[{visible:"dialog.cookie-consent form.cookie-consent__form"}],optIn:[{waitForThenClick:"dialog.cookie-consent form.cookie-consent__form button[value=yes]"}],optOut:[{if:{exists:"dialog.cookie-consent form.cookie-consent__form button[value=no]"},then:[{click:"dialog.cookie-consent form.cookie-consent__form button[value=no]"}],else:[{click:"dialog.cookie-consent form.cookie-consent__form button.cookie-consent__options-toggle"},{waitForThenClick:'dialog.cookie-consent form.cookie-consent__form button[value="save_options"]'}]}]},{name:"acris",prehideSelectors:["div.acris-cookie-consent"],detectCmp:[{exists:"[data-acris-cookie-consent]"}],detectPopup:[{visible:".acris-cookie-consent.is--modal"}],optIn:[{waitForVisible:"#ccConsentAcceptAllButton",check:"any"},{wait:500},{waitForThenClick:"#ccConsentAcceptAllButton"}],optOut:[{waitForVisible:"#ccAcceptOnlyFunctional",check:"any"},{wait:500},{waitForThenClick:"#ccAcceptOnlyFunctional"}]},{name:"activobank.pt",runContext:{urlPattern:"^https://(www\\.)?activobank\\.pt"},prehideSelectors:["aside#cookies,.overlay-cookies"],detectCmp:[{exists:"#cookies .cookies-btn"}],detectPopup:[{visible:"#cookies #submitCookies"}],optIn:[{waitForThenClick:"#cookies #submitCookies"}],optOut:[{waitForThenClick:"#cookies #rejectCookies"}]},{name:"Adroll",prehideSelectors:["#adroll_consent_container"],detectCmp:[{exists:"#adroll_consent_container"}],detectPopup:[{visible:"#adroll_consent_container"}],optIn:[{waitForThenClick:"#adroll_consent_accept"}],optOut:[{waitForThenClick:"#adroll_consent_reject"}],test:[{eval:"EVAL_ADROLL_0"}]},{name:"affinity.serif.com",detectCmp:[{exists:".c-cookie-banner button[data-qa='allow-all-cookies']"}],detectPopup:[{visible:".c-cookie-banner"}],optIn:[{click:'button[data-qa="allow-all-cookies"]'}],optOut:[{click:'button[data-qa="manage-cookies"]'},{waitFor:'.c-cookie-banner ~ [role="dialog"]'},{waitForThenClick:'.c-cookie-banner ~ [role="dialog"] input[type="checkbox"][value="true"]',all:!0},{click:'.c-cookie-banner ~ [role="dialog"] .c-modal__action button'}],test:[{wait:500},{eval:"EVAL_AFFINITY_SERIF_COM_0"}]},{name:"agolde.com",cosmetic:!0,prehideSelectors:["#modal-1 div[data-micromodal-close]"],detectCmp:[{exists:"#modal-1 div[aria-labelledby=modal-1-title]"}],detectPopup:[{exists:"#modal-1 div[data-micromodal-close]"}],optIn:[{click:'button[aria-label="Close modal"]'}],optOut:[{hide:"#modal-1 div[data-micromodal-close]"}]},{name:"aliexpress",vendorUrl:"https://aliexpress.com/",runContext:{urlPattern:"^https://.*\\.aliexpress\\.com/"},prehideSelectors:["#gdpr-new-container"],detectCmp:[{exists:"#gdpr-new-container,#voyager-gdpr > div"}],detectPopup:[{visible:"#gdpr-new-container,#voyager-gdpr > div"}],optIn:[{waitForThenClick:"#gdpr-new-container .btn-accept,#voyager-gdpr > div > div > button:nth-child(1)"}],optOut:[{if:{exists:"#voyager-gdpr > div"},then:[{waitForThenClick:"#voyager-gdpr > div > div > button:nth-child(2)"}],else:[{waitForThenClick:"#gdpr-new-container .btn-more"},{waitFor:"#gdpr-new-container .gdpr-dialog-switcher"},{click:"#gdpr-new-container .switcher-on",all:!0,optional:!0},{click:"#gdpr-new-container .btn-save"}]}]},{name:"almacmp",prehideSelectors:["#alma-cmpv2-container"],detectCmp:[{exists:"#alma-cmpv2-container"}],detectPopup:[{visible:"#alma-cmpv2-container #almacmp-modal-layer1"}],optIn:[{waitForThenClick:"#alma-cmpv2-container #almacmp-modal-layer1 #almacmp-modalConfirmBtn"}],optOut:[{waitForThenClick:"#alma-cmpv2-container #almacmp-modal-layer1 #almacmp-modalSettingBtn"},{waitFor:"#alma-cmpv2-container #almacmp-modal-layer2"},{waitForThenClick:"#alma-cmpv2-container #almacmp-modal-layer2 #almacmp-reject-all-layer2"}],test:[{eval:"EVAL_ALMACMP_0"}]},{name:"altium.com",cosmetic:!0,prehideSelectors:[".altium-privacy-bar"],detectCmp:[{exists:".altium-privacy-bar"}],detectPopup:[{exists:".altium-privacy-bar"}],optIn:[{click:"a.altium-privacy-bar__btn"}],optOut:[{hide:".altium-privacy-bar"}]},{name:"amazon.com",prehideSelectors:['span[data-action="sp-cc"][data-sp-cc*="rejectAllAction"]'],detectCmp:[{exists:'span[data-action="sp-cc"][data-sp-cc*="rejectAllAction"]'}],detectPopup:[{visible:'span[data-action="sp-cc"][data-sp-cc*="rejectAllAction"]'}],optIn:[{waitForVisible:"#sp-cc-accept"},{wait:500},{click:"#sp-cc-accept"}],optOut:[{waitForVisible:"#sp-cc-rejectall-link"},{wait:500},{click:"#sp-cc-rejectall-link"}]},{name:"amex",vendorUrl:"https://www.americanexpress.com/",cosmetic:!1,prehideSelectors:["#user-consent-management-granular-banner-overlay"],detectCmp:[{exists:"#user-consent-management-granular-banner-overlay"}],detectPopup:[{visible:"#user-consent-management-granular-banner-overlay"}],optIn:[{waitForThenClick:"[data-testid=granular-banner-button-accept-all]"}],optOut:[{waitForThenClick:"[data-testid=granular-banner-button-decline-all]"}]},{name:"aquasana.com",prehideSelectors:["#consent-tracking"],detectCmp:[{exists:"#consent-tracking"}],detectPopup:[{exists:"#consent-tracking"}],optIn:[{waitForThenClick:"#consent-tracking .affirm.btn"}],optOut:[{if:{exists:"#consent-tracking .decline.btn"},then:[{click:"#consent-tracking .decline.btn"}],else:[{hide:"#consent-tracking"}]}]},{name:"arbeitsagentur",vendorUrl:"https://www.arbeitsagentur.de/",prehideSelectors:[".modal-open bahf-cookie-disclaimer-dpl3"],detectCmp:[{exists:"bahf-cookie-disclaimer-dpl3"}],detectPopup:[{visible:"bahf-cookie-disclaimer-dpl3"}],optIn:[{waitForThenClick:["bahf-cookie-disclaimer-dpl3","#bahf-cookie-disclaimer-modal .ba-btn-primary"]}],optOut:[{waitForThenClick:["bahf-cookie-disclaimer-dpl3","#bahf-cookie-disclaimer-modal .ba-btn-contrast"]}],test:[{eval:"EVAL_ARBEITSAGENTUR_TEST"}]},{name:"asus",vendorUrl:"https://www.asus.com/",runContext:{urlPattern:"^https://www\\.asus\\.com/"},prehideSelectors:["#cookie-policy-info,#cookie-policy-info-bg"],detectCmp:[{exists:"#cookie-policy-info"}],detectPopup:[{visible:"#cookie-policy-info"}],optIn:[{waitForThenClick:'#cookie-policy-info [data-agree="Accept Cookies"]'}],optOut:[{if:{exists:"#cookie-policy-info .btn-reject"},then:[{waitForThenClick:"#cookie-policy-info .btn-reject"}],else:[{waitForThenClick:"#cookie-policy-info .btn-setting"},{waitForThenClick:'#cookie-policy-lightbox-wrapper [data-agree="Save Settings"]'}]}]},{name:"athlinks-com",runContext:{urlPattern:"^https://(www\\.)?athlinks\\.com/"},cosmetic:!0,prehideSelectors:["#footer-container ~ div"],detectCmp:[{exists:"#footer-container ~ div"}],detectPopup:[{visible:"#footer-container > div"}],optIn:[{click:"#footer-container ~ div button"}],optOut:[{hide:"#footer-container ~ div"}]},{name:"ausopen.com",cosmetic:!0,detectCmp:[{exists:".gdpr-popup__message"}],detectPopup:[{visible:".gdpr-popup__message"}],optOut:[{hide:".gdpr-popup__message"}],optIn:[{click:".gdpr-popup__message button"}]},{name:"automattic-cmp-optout",prehideSelectors:['form[class*="cookie-banner"][method="post"]'],detectCmp:[{exists:'form[class*="cookie-banner"][method="post"]'}],detectPopup:[{visible:'form[class*="cookie-banner"][method="post"]'}],optIn:[{click:'a[class*="accept-all-button"]'}],optOut:[{click:'form[class*="cookie-banner"] div[class*="simple-options"] a[class*="customize-button"]'},{waitForThenClick:"input[type=checkbox][checked]:not([disabled])",all:!0},{click:'a[class*="accept-selection-button"]'}]},{name:"aws.amazon.com",prehideSelectors:["#awsccc-cb-content","#awsccc-cs-container","#awsccc-cs-modalOverlay","#awsccc-cs-container-inner"],detectCmp:[{exists:"#awsccc-cb-content"}],detectPopup:[{visible:"#awsccc-cb-content"}],optIn:[{click:"button[data-id=awsccc-cb-btn-accept"}],optOut:[{click:"button[data-id=awsccc-cb-btn-customize]"},{waitFor:"input[aria-checked]"},{click:"input[aria-checked=true]",all:!0,optional:!0},{click:"button[data-id=awsccc-cs-btn-save]"}]},{name:"axeptio",prehideSelectors:[".axeptio_widget"],detectCmp:[{exists:".axeptio_widget"}],detectPopup:[{visible:".axeptio_widget"}],optIn:[{waitFor:".axeptio-widget--open"},{click:"button#axeptio_btn_acceptAll"}],optOut:[{waitFor:".axeptio-widget--open"},{click:"button#axeptio_btn_dismiss"}],test:[{eval:"EVAL_AXEPTIO_0"}]},{name:"baden-wuerttemberg.de",prehideSelectors:[".cookie-alert.t-dark"],cosmetic:!0,detectCmp:[{exists:".cookie-alert.t-dark"}],detectPopup:[{visible:".cookie-alert.t-dark"}],optIn:[{click:".cookie-alert__form input:not([disabled]):not([checked])"},{click:".cookie-alert__button button"}],optOut:[{hide:".cookie-alert.t-dark"}]},{name:"bahn-de",vendorUrl:"https://www.bahn.de/",cosmetic:!1,runContext:{main:!0,frame:!1,urlPattern:"^https://(www\\.)?bahn\\.de/"},intermediate:!1,prehideSelectors:[],detectCmp:[{exists:["body > div:first-child","#consent-layer"]}],detectPopup:[{visible:["body > div:first-child","#consent-layer"]}],optIn:[{waitForThenClick:["body > div:first-child","#consent-layer .js-accept-all-cookies"]}],optOut:[{waitForThenClick:["body > div:first-child","#consent-layer .js-accept-essential-cookies"]}],test:[{eval:"EVAL_BAHN_TEST"}]},{name:"bbb.org",runContext:{urlPattern:"^https://www\\.bbb\\.org/"},cosmetic:!0,prehideSelectors:['div[aria-label="use of cookies on bbb.org"]'],detectCmp:[{exists:'div[aria-label="use of cookies on bbb.org"]'}],detectPopup:[{visible:'div[aria-label="use of cookies on bbb.org"]'}],optIn:[{click:'div[aria-label="use of cookies on bbb.org"] button.bds-button-unstyled span.visually-hidden'}],optOut:[{hide:'div[aria-label="use of cookies on bbb.org"]'}]},{name:"bing.com",prehideSelectors:["#bnp_container"],detectCmp:[{exists:"#bnp_cookie_banner"}],detectPopup:[{visible:"#bnp_cookie_banner"},{visible:"#bnp_btn_accept,#bnp_btn_reject"}],optIn:[{waitForThenClick:"#bnp_btn_accept"}],optOut:[{wait:500},{waitForThenClick:"#bnp_btn_reject"}],test:[{eval:"EVAL_BING_0"}]},{name:"blocksy",vendorUrl:"https://creativethemes.com/blocksy/docs/extensions/cookies-consent/",cosmetic:!1,runContext:{main:!0,frame:!1},intermediate:!1,prehideSelectors:[".cookie-notification"],detectCmp:[{exists:"#blocksy-ext-cookies-consent-styles-css"}],detectPopup:[{visible:".cookie-notification"}],optIn:[{click:".cookie-notification .ct-cookies-decline-button"}],optOut:[{waitForThenClick:".cookie-notification .ct-cookies-decline-button"}],test:[{eval:"EVAL_BLOCKSY_0"}]},{name:"borlabs",detectCmp:[{exists:"._brlbs-block-content"}],detectPopup:[{visible:"._brlbs-bar-wrap,._brlbs-box-wrap"}],optIn:[{click:"a[data-cookie-accept-all]"}],optOut:[{click:"a[data-cookie-individual]"},{waitForVisible:".cookie-preference"},{click:"input[data-borlabs-cookie-checkbox]:checked",all:!0,optional:!0},{click:"#CookiePrefSave"},{wait:500}],prehideSelectors:["#BorlabsCookieBox"],test:[{eval:"EVAL_BORLABS_0"}]},{name:"bundesregierung.de",prehideSelectors:[".bpa-cookie-banner"],detectCmp:[{exists:".bpa-cookie-banner"}],detectPopup:[{visible:".bpa-cookie-banner .bpa-module-full-hero"}],optIn:[{click:".bpa-accept-all-button"}],optOut:[{wait:500,comment:"click is not immediately recognized"},{waitForThenClick:".bpa-close-button"}],test:[{eval:"EVAL_BUNDESREGIERUNG_DE_0"}]},{name:"burpee.com",cosmetic:!0,prehideSelectors:["#notice-cookie-block"],detectCmp:[{exists:"#notice-cookie-block"}],detectPopup:[{exists:"#html-body #notice-cookie-block"}],optIn:[{click:"#btn-cookie-allow"}],optOut:[{hide:"#html-body #notice-cookie-block, #notice-cookie"}]},{name:"canva.com",prehideSelectors:['div[role="dialog"] a[data-anchor-id="cookie-policy"]'],detectCmp:[{exists:'div[role="dialog"] a[data-anchor-id="cookie-policy"]'}],detectPopup:[{exists:'div[role="dialog"] a[data-anchor-id="cookie-policy"]'}],optIn:[{click:'div[role="dialog"] button:nth-child(1)'}],optOut:[{if:{exists:'div[role="dialog"] button:nth-child(3)'},then:[{click:'div[role="dialog"] button:nth-child(2)'}],else:[{click:'div[role="dialog"] button:nth-child(2)'},{waitFor:'div[role="dialog"] a[data-anchor-id="cookie-policy"]'},{waitFor:'div[role="dialog"] button[role=switch]'},{click:'div[role="dialog"] button:nth-child(2):not([role])'},{click:'div[role="dialog"] div:last-child button:only-child'}]}],test:[{eval:"EVAL_CANVA_0"}]},{name:"canyon.com",runContext:{urlPattern:"^https://www\\.canyon\\.com/"},prehideSelectors:["div.modal.cookiesModal.is-open"],detectCmp:[{exists:"div.modal.cookiesModal.is-open"}],detectPopup:[{visible:"div.modal.cookiesModal.is-open"}],optIn:[{click:'div.cookiesModal__buttonWrapper > button[data-closecause="close-by-submit"]'}],optOut:[{click:'div.cookiesModal__buttonWrapper > button[data-closecause="close-by-manage-cookies"]'},{waitForThenClick:"button#js-manage-data-privacy-save-button"}]},{name:"cassie",vendorUrl:"https://trustcassie.com",cosmetic:!1,runContext:{main:!0,frame:!1},prehideSelectors:[".cassie-cookie-module"],detectCmp:[{exists:".cassie-pre-banner"}],detectPopup:[{visible:"#cassie_pre_banner_text"}],optIn:[{waitForThenClick:".cassie-accept-all"}],optOut:[{waitForThenClick:".cassie-reject-all"}]},{name:"cc-banner-springer",prehideSelectors:[".cc-banner[data-cc-banner]"],detectCmp:[{exists:".cc-banner[data-cc-banner]"}],detectPopup:[{visible:".cc-banner[data-cc-banner]"}],optIn:[{waitForThenClick:".cc-banner[data-cc-banner] button[data-cc-action=accept]"}],optOut:[{if:{exists:".cc-banner[data-cc-banner] button[data-cc-action=reject]"},then:[{click:".cc-banner[data-cc-banner] button[data-cc-action=reject]"}],else:[{waitForThenClick:".cc-banner[data-cc-banner] button[data-cc-action=preferences]"},{waitFor:".cc-preferences[data-cc-preferences]"},{click:".cc-preferences[data-cc-preferences] input[type=radio][data-cc-action=toggle-category][value=off]",all:!0,optional:!0},{if:{exists:".cc-preferences[data-cc-preferences] button[data-cc-action=reject]"},then:[{click:".cc-preferences[data-cc-preferences] button[data-cc-action=reject]"}],else:[{click:".cc-preferences[data-cc-preferences] button[data-cc-action=save]"}]}]}],test:[{eval:"EVAL_CC_BANNER2_0"}]},{name:"cc_banner",cosmetic:!0,prehideSelectors:[".cc_banner-wrapper"],detectCmp:[{exists:".cc_banner-wrapper"}],detectPopup:[{visible:".cc_banner"}],optIn:[{click:".cc_btn_accept_all"}],optOut:[{hide:".cc_banner-wrapper"}]},{name:"check24-partnerprogramm-de",prehideSelectors:["[data-modal-content]:has([data-toggle-target^='cookie'])"],detectCmp:[{exists:"[data-toggle-target^='cookie']"}],detectPopup:[{visible:"[data-toggle-target^='cookie']",check:"any"}],optIn:[{waitForThenClick:"[data-cookie-accept-all]"}],optOut:[{waitForThenClick:"[data-cookie-dismiss-all]"}]},{name:"ciaopeople.it",prehideSelectors:["#cp-gdpr-choices"],detectCmp:[{exists:"#cp-gdpr-choices"}],detectPopup:[{visible:"#cp-gdpr-choices"}],optIn:[{waitForThenClick:".gdpr-btm__right > button:nth-child(2)"}],optOut:[{waitForThenClick:".gdpr-top-content > button"},{waitFor:".gdpr-top-back"},{waitForThenClick:".gdpr-btm__right > button:nth-child(1)"}],test:[{visible:"#cp-gdpr-choices",check:"none"}]},{vendorUrl:"https://www.civicuk.com/cookie-control/",name:"civic-cookie-control",prehideSelectors:["#ccc-module,#ccc-overlay,#ccc"],detectCmp:[{exists:"#ccc-module,#ccc-notify"}],detectPopup:[{visible:"#ccc"},{visible:"#ccc-module,#ccc-notify"}],optOut:[{if:{exists:"#ccc-notify"},then:[{waitForThenClick:["#ccc #ccc-notify .ccc-notify-buttons","xpath///button[contains(., 'Settings') or contains(., 'Cookie Preferences')]"]},{waitForVisible:"#ccc-module"}]},{if:{exists:"#ccc-reject-settings"},then:[{waitForThenClick:"#ccc-reject-settings"}],else:[{waitForThenClick:"#ccc-dismiss-button"}]}],optIn:[{waitForThenClick:"#ccc-recommended-settings,#ccc-notify-accept"}]},{name:"click.io",prehideSelectors:["#cl-consent"],detectCmp:[{exists:"#cl-consent"}],detectPopup:[{visible:"#cl-consent"}],optIn:[{waitForThenClick:'#cl-consent [data-role="b_agree"]'}],optOut:[{waitFor:'#cl-consent [data-role="b_options"]'},{wait:500},{click:'#cl-consent [data-role="b_options"]'},{waitFor:'.cl-consent-popup.cl-consent-visible [data-role="alloff"]'},{click:'.cl-consent-popup.cl-consent-visible [data-role="alloff"]',all:!0},{click:'[data-role="b_save"]'}],test:[{eval:"EVAL_CLICKIO_0",comment:"TODO: this only checks if we interacted at all"}]},{name:"clinch",intermediate:!1,runContext:{frame:!1,main:!0},prehideSelectors:[".consent-modal[role=dialog]"],detectCmp:[{exists:".consent-modal[role=dialog]"}],detectPopup:[{visible:".consent-modal[role=dialog]"}],optIn:[{click:"#consent_agree"}],optOut:[{if:{exists:"#consent_reject"},then:[{click:"#consent_reject"}],else:[{click:"#manage_cookie_preferences"},{click:"#cookie_consent_preferences input:checked",all:!0,optional:!0},{click:"#consent_save"}]}],test:[{eval:"EVAL_CLINCH_0"}]},{name:"clustrmaps.com",runContext:{urlPattern:"^https://(www\\.)?clustrmaps\\.com/"},cosmetic:!0,prehideSelectors:["#gdpr-cookie-message"],detectCmp:[{exists:"#gdpr-cookie-message"}],detectPopup:[{visible:"#gdpr-cookie-message"}],optIn:[{click:"button#gdpr-cookie-accept"}],optOut:[{hide:"#gdpr-cookie-message"}]},{name:"coinbase",intermediate:!1,runContext:{frame:!0,main:!0,urlPattern:"^https://(www|help)\\.coinbase\\.com"},prehideSelectors:[],detectCmp:[{exists:"div[class^=CookieBannerContent__Container]"}],detectPopup:[{visible:"div[class^=CookieBannerContent__Container]"}],optIn:[{click:"div[class^=CookieBannerContent__CTA] :nth-last-child(1)"}],optOut:[{click:"button[class^=CookieBannerContent__Settings]"},{click:"div[class^=CookiePreferencesModal__CategoryContainer] input:checked",all:!0,optional:!0},{click:"div[class^=CookiePreferencesModal__ButtonContainer] > button"}],test:[{eval:"EVAL_COINBASE_0"}]},{name:"Complianz banner",prehideSelectors:["#cmplz-cookiebanner-container"],detectCmp:[{exists:"#cmplz-cookiebanner-container .cmplz-cookiebanner"}],detectPopup:[{visible:"#cmplz-cookiebanner-container .cmplz-cookiebanner",check:"any"}],optIn:[{waitForThenClick:".cmplz-cookiebanner .cmplz-accept"}],optOut:[{waitForThenClick:".cmplz-cookiebanner .cmplz-deny"}],test:[{eval:"EVAL_COMPLIANZ_BANNER_0"}]},{name:"Complianz categories",prehideSelectors:['.cc-type-categories[aria-describedby="cookieconsent:desc"]'],detectCmp:[{exists:'.cc-type-categories[aria-describedby="cookieconsent:desc"]'}],detectPopup:[{visible:'.cc-type-categories[aria-describedby="cookieconsent:desc"]'}],optIn:[{any:[{click:".cc-accept-all"},{click:".cc-allow-all"},{click:".cc-allow"},{click:".cc-dismiss"}]}],optOut:[{if:{exists:'.cc-type-categories[aria-describedby="cookieconsent:desc"] .cc-dismiss'},then:[{click:".cc-dismiss"}],else:[{click:".cc-type-categories input[type=checkbox]:not([disabled]):checked",all:!0,optional:!0},{click:".cc-save"}]}]},{name:"Complianz notice",prehideSelectors:['.cc-type-info[aria-describedby="cookieconsent:desc"]'],cosmetic:!0,detectCmp:[{exists:'.cc-type-info[aria-describedby="cookieconsent:desc"] .cc-compliance .cc-btn'}],detectPopup:[{visible:'.cc-type-info[aria-describedby="cookieconsent:desc"] .cc-compliance .cc-btn'}],optIn:[{click:".cc-accept-all",optional:!0},{click:".cc-allow",optional:!0},{click:".cc-dismiss",optional:!0}],optOut:[{if:{exists:".cc-deny"},then:[{click:".cc-deny"}],else:[{hide:'[aria-describedby="cookieconsent:desc"]'}]}]},{name:"Complianz opt-both",prehideSelectors:['[aria-describedby="cookieconsent:desc"] .cc-type-opt-both'],detectCmp:[{exists:'[aria-describedby="cookieconsent:desc"] .cc-type-opt-both'}],detectPopup:[{visible:'[aria-describedby="cookieconsent:desc"] .cc-type-opt-both'}],optIn:[{click:".cc-accept-all",optional:!0},{click:".cc-allow",optional:!0},{click:".cc-dismiss",optional:!0}],optOut:[{waitForThenClick:".cc-deny"}]},{name:"Complianz opt-out",prehideSelectors:['[aria-describedby="cookieconsent:desc"].cc-type-opt-out'],detectCmp:[{exists:'[aria-describedby="cookieconsent:desc"].cc-type-opt-out'}],detectPopup:[{visible:'[aria-describedby="cookieconsent:desc"].cc-type-opt-out'}],optIn:[{click:".cc-accept-all",optional:!0},{click:".cc-allow",optional:!0},{click:".cc-dismiss",optional:!0}],optOut:[{if:{exists:".cc-deny"},then:[{click:".cc-deny"}],else:[{if:{exists:".cmp-pref-link"},then:[{click:".cmp-pref-link"},{waitForThenClick:".cmp-body [id*=rejectAll]"},{waitForThenClick:".cmp-body .cmp-save-btn"}]}]}]},{name:"Complianz optin",prehideSelectors:['.cc-type-opt-in[aria-describedby="cookieconsent:desc"]'],detectCmp:[{exists:'.cc-type-opt-in[aria-describedby="cookieconsent:desc"]'}],detectPopup:[{visible:'.cc-type-opt-in[aria-describedby="cookieconsent:desc"]'}],optIn:[{any:[{click:".cc-accept-all"},{click:".cc-allow"},{click:".cc-dismiss"}]}],optOut:[{if:{visible:".cc-deny"},then:[{click:".cc-deny"}],else:[{if:{visible:".cc-settings"},then:[{waitForThenClick:".cc-settings"},{waitForVisible:".cc-settings-view"},{click:".cc-settings-view input[type=checkbox]:not([disabled]):checked",all:!0,optional:!0},{click:".cc-settings-view .cc-btn-accept-selected"}],else:[{click:".cc-dismiss"}]}]}]},{name:"cookie-consent-spice",cosmetic:!1,runContext:{main:!0,frame:!1},prehideSelectors:[".spicy-consent-wrapper",".spicy-consent-bar"],detectCmp:[{exists:".spicy-consent-bar"}],detectPopup:[{visible:".spicy-consent-bar"}],optIn:[{waitForThenClick:".spicy-consent-bar__action-accept"}],optOut:[{waitForThenClick:".js-decline-all-cookies"}]},{name:"cookie-law-info",prehideSelectors:["#cookie-law-info-bar"],detectCmp:[{exists:"#cookie-law-info-bar"},{eval:"EVAL_COOKIE_LAW_INFO_DETECT"}],detectPopup:[{visible:"#cookie-law-info-bar"}],optIn:[{click:'[data-cli_action="accept_all"]'}],optOut:[{hide:"#cookie-law-info-bar"},{eval:"EVAL_COOKIE_LAW_INFO_0"}],test:[{eval:"EVAL_COOKIE_LAW_INFO_1"}]},{name:"cookie-manager-popup",cosmetic:!1,runContext:{main:!0,frame:!1},intermediate:!1,detectCmp:[{exists:"#notice-cookie-block #allow-functional-cookies, #notice-cookie-block #btn-cookie-settings"}],detectPopup:[{visible:"#notice-cookie-block"}],optIn:[{click:"#btn-cookie-allow"}],optOut:[{if:{exists:"#allow-functional-cookies"},then:[{click:"#allow-functional-cookies"}],else:[{waitForThenClick:"#btn-cookie-settings"},{waitForVisible:".modal-body"},{click:'.modal-body input:checked, .switch[data-switch="on"]',all:!0,optional:!0},{click:'[role="dialog"] .modal-footer button'}]}],prehideSelectors:["#btn-cookie-settings"],test:[{eval:"EVAL_COOKIE_MANAGER_POPUP_0"}]},{name:"cookie-notice",prehideSelectors:["#cookie-notice"],cosmetic:!0,detectCmp:[{visible:"#cookie-notice .cookie-notice-container"}],detectPopup:[{visible:"#cookie-notice"}],optIn:[{click:"#cn-accept-cookie"}],optOut:[{hide:"#cookie-notice"}]},{name:"cookie-script",vendorUrl:"https://cookie-script.com/",prehideSelectors:["#cookiescript_injected"],detectCmp:[{exists:"#cookiescript_injected"}],detectPopup:[{visible:"#cookiescript_injected"}],optOut:[{if:{exists:"#cookiescript_reject"},then:[{wait:100},{click:"#cookiescript_reject"}],else:[{click:"#cookiescript_manage"},{waitForVisible:".cookiescript_fsd_main"},{waitForThenClick:"#cookiescript_reject"}]}],optIn:[{click:"#cookiescript_accept"}]},{name:"cookieacceptbar",vendorUrl:"https://unknown",cosmetic:!0,prehideSelectors:["#cookieAcceptBar.cookieAcceptBar"],detectCmp:[{exists:"#cookieAcceptBar.cookieAcceptBar"}],detectPopup:[{visible:"#cookieAcceptBar.cookieAcceptBar"}],optIn:[{waitForThenClick:"#cookieAcceptBarConfirm"}],optOut:[{hide:"#cookieAcceptBar.cookieAcceptBar"}]},{name:"cookiealert",intermediate:!1,prehideSelectors:[],runContext:{frame:!0,main:!0},detectCmp:[{exists:".cookie-alert-extended"}],detectPopup:[{visible:".cookie-alert-extended-modal"}],optIn:[{click:"button[data-controller='cookie-alert/extended/button/accept']"},{eval:"EVAL_COOKIEALERT_0"}],optOut:[{click:"a[data-controller='cookie-alert/extended/detail-link']"},{click:".cookie-alert-configuration-input:checked",all:!0,optional:!0},{click:"button[data-controller='cookie-alert/extended/button/configuration']"},{eval:"EVAL_COOKIEALERT_0"}],test:[{eval:"EVAL_COOKIEALERT_2"}]},{name:"cookieconsent2",vendorUrl:"https://www.github.com/orestbida/cookieconsent",comment:"supports v2.x.x of the library",prehideSelectors:["#cc--main"],detectCmp:[{exists:"#cc--main"}],detectPopup:[{visible:"#cm"},{exists:"#s-all-bn"}],optIn:[{waitForThenClick:"#s-all-bn"}],optOut:[{waitForThenClick:"#s-rall-bn"}],test:[{eval:"EVAL_COOKIECONSENT2_TEST"}]},{name:"cookieconsent3",vendorUrl:"https://www.github.com/orestbida/cookieconsent",comment:"supports v3.x.x of the library",prehideSelectors:["#cc-main"],detectCmp:[{exists:"#cc-main"}],detectPopup:[{visible:"#cc-main .cm-wrapper"}],optIn:[{waitForThenClick:".cm__btn[data-role=all]"}],optOut:[{waitForThenClick:".cm__btn[data-role=necessary]"}],test:[{eval:"EVAL_COOKIECONSENT3_TEST"}]},{name:"cookiecuttr",vendorUrl:"https://github.com/cdwharton/cookieCuttr",cosmetic:!1,runContext:{main:!0,frame:!1,urlPattern:""},prehideSelectors:[".cc-cookies"],detectCmp:[{exists:".cc-cookies .cc-cookie-accept"}],detectPopup:[{visible:".cc-cookies .cc-cookie-accept"}],optIn:[{waitForThenClick:".cc-cookies .cc-cookie-accept"}],optOut:[{if:{exists:".cc-cookies .cc-cookie-decline"},then:[{click:".cc-cookies .cc-cookie-decline"}],else:[{hide:".cc-cookies"}]}]},{name:"cookiefirst.com",prehideSelectors:["#cookiefirst-root,.cookiefirst-root,[aria-labelledby=cookie-preference-panel-title]"],detectCmp:[{exists:"#cookiefirst-root,.cookiefirst-root"}],detectPopup:[{visible:"#cookiefirst-root,.cookiefirst-root"}],optIn:[{click:"button[data-cookiefirst-action=accept]"}],optOut:[{if:{exists:"button[data-cookiefirst-action=adjust]"},then:[{click:"button[data-cookiefirst-action=adjust]"},{waitForVisible:"[data-cookiefirst-widget=modal]",timeout:1e3},{eval:"EVAL_COOKIEFIRST_1"},{wait:1e3},{click:"button[data-cookiefirst-action=save]"}],else:[{click:"button[data-cookiefirst-action=reject]"}]}],test:[{eval:"EVAL_COOKIEFIRST_0"}]},{name:"Cookie Information Banner",prehideSelectors:["#cookie-information-template-wrapper"],detectCmp:[{exists:"#cookie-information-template-wrapper"}],detectPopup:[{visible:"#cookie-information-template-wrapper"}],optIn:[{eval:"EVAL_COOKIEINFORMATION_1"}],optOut:[{hide:"#cookie-information-template-wrapper",comment:"some templates don't hide the banner automatically"},{eval:"EVAL_COOKIEINFORMATION_0"}],test:[{eval:"EVAL_COOKIEINFORMATION_2"}]},{name:"cookieyes",prehideSelectors:[".cky-overlay,.cky-consent-container"],detectCmp:[{exists:".cky-consent-container"}],detectPopup:[{visible:".cky-consent-container"}],optIn:[{waitForThenClick:".cky-consent-container [data-cky-tag=accept-button]"}],optOut:[{if:{exists:".cky-consent-container [data-cky-tag=reject-button]"},then:[{waitForThenClick:".cky-consent-container [data-cky-tag=reject-button]"}],else:[{if:{exists:".cky-consent-container [data-cky-tag=settings-button]"},then:[{click:".cky-consent-container [data-cky-tag=settings-button]"},{waitFor:".cky-modal-open input[type=checkbox]"},{click:".cky-modal-open input[type=checkbox]:checked",all:!0,optional:!0},{waitForThenClick:".cky-modal [data-cky-tag=detail-save-button]"}],else:[{hide:".cky-consent-container,.cky-overlay"}]}]}],test:[{eval:"EVAL_COOKIEYES_0"}]},{name:"corona-in-zahlen.de",prehideSelectors:[".cookiealert"],detectCmp:[{exists:".cookiealert"}],detectPopup:[{visible:".cookiealert"}],optOut:[{click:".configurecookies"},{click:".confirmcookies"}],optIn:[{click:".acceptcookies"}]},{name:"crossfit-com",cosmetic:!0,prehideSelectors:['body #modal > div > div[class^="_wrapper_"]'],detectCmp:[{exists:'body #modal > div > div[class^="_wrapper_"]'}],detectPopup:[{visible:'body #modal > div > div[class^="_wrapper_"]'}],optIn:[{click:'button[aria-label="accept cookie policy"]'}],optOut:[{hide:'body #modal > div > div[class^="_wrapper_"]'}]},{name:"csu-landtag-de",runContext:{urlPattern:"^https://(www\\.|)?csu-landtag\\.de"},prehideSelectors:["#cookie-disclaimer"],detectCmp:[{exists:"#cookie-disclaimer"}],detectPopup:[{visible:"#cookie-disclaimer"}],optIn:[{click:"#cookieall"}],optOut:[{click:"#cookiesel"}]},{name:"dailymotion-us",cosmetic:!0,prehideSelectors:['div[class*="CookiePopup__desktopContainer"]:has(div[class*="CookiePopup"])'],detectCmp:[{exists:'div[class*="CookiePopup__desktopContainer"]'}],detectPopup:[{visible:'div[class*="CookiePopup__desktopContainer"]'}],optIn:[{click:'div[class*="CookiePopup__desktopContainer"] > button > span'}],optOut:[{hide:'div[class*="CookiePopup__desktopContainer"]'}]},{name:"dailymotion.com",runContext:{urlPattern:"^https://(www\\.)?dailymotion\\.com/"},prehideSelectors:['div[class*="Overlay__container"]:has(div[class*="TCF2Popup"])'],detectCmp:[{exists:'div[class*="TCF2Popup"]'}],detectPopup:[{visible:'[class*="TCF2Popup"] a[href^="https://www.dailymotion.com/legal/cookiemanagement"]'}],optIn:[{waitForThenClick:'button[class*="TCF2Popup__button"]:not([class*="TCF2Popup__personalize"])'}],optOut:[{waitForThenClick:'button[class*="TCF2ContinueWithoutAcceptingButton"]'}],test:[{eval:"EVAL_DAILYMOTION_0"}]},{name:"dan-com",vendorUrl:"https://unknown",runContext:{main:!0,frame:!1},prehideSelectors:[],detectCmp:[{exists:".cookie-banner.show .cookie-banner__content-all-btn"}],detectPopup:[{visible:".cookie-banner.show .cookie-banner__content-all-btn"}],optIn:[{waitForThenClick:".cookie-banner__content-all-btn"}],optOut:[{waitForThenClick:".cookie-banner__content-essential-btn"}]},{name:"deepl.com",prehideSelectors:[".dl_cookieBanner_container"],detectCmp:[{exists:".dl_cookieBanner_container"}],detectPopup:[{visible:".dl_cookieBanner_container"}],optOut:[{click:".dl_cookieBanner--buttonSelected"}],optIn:[{click:".dl_cookieBanner--buttonAll"}]},{name:"delta.com",runContext:{urlPattern:"^https://www\\.delta\\.com/"},cosmetic:!0,prehideSelectors:["ngc-cookie-banner"],detectCmp:[{exists:"div.cookie-footer-container"}],detectPopup:[{visible:"div.cookie-footer-container"}],optIn:[{click:" button.cookie-close-icon"}],optOut:[{hide:"div.cookie-footer-container"}]},{name:"dmgmedia-us",prehideSelectors:["#mol-ads-cmp-iframe, div.mol-ads-cmp > form > div"],detectCmp:[{exists:"div.mol-ads-cmp > form > div"}],detectPopup:[{waitForVisible:"div.mol-ads-cmp > form > div"}],optIn:[{waitForThenClick:"button.mol-ads-cmp--btn-primary"}],optOut:[{waitForThenClick:"div.mol-ads-ccpa--message > u > a"},{waitForVisible:".mol-ads-cmp--modal-dialog"},{waitForThenClick:"a.mol-ads-cmp-footer-privacy"},{waitForThenClick:"button.mol-ads-cmp--btn-secondary"}]},{name:"dmgmedia",prehideSelectors:['[data-project="mol-fe-cmp"]'],detectCmp:[{exists:'[data-project="mol-fe-cmp"] [class*=footer]'}],detectPopup:[{visible:'[data-project="mol-fe-cmp"] [class*=footer]'}],optIn:[{waitForThenClick:'[data-project="mol-fe-cmp"] button[class*=primary]'}],optOut:[{waitForThenClick:'[data-project="mol-fe-cmp"] button[class*=basic]'},{waitForVisible:'[data-project="mol-fe-cmp"] div[class*="tabContent"]'},{waitForThenClick:'[data-project="mol-fe-cmp"] div[class*="toggle"][class*="enabled"]',all:!0},{waitForThenClick:['[data-project="mol-fe-cmp"] [class*=footer]',"xpath///button[contains(., 'Save & Exit')]"]}]},{name:"dndbeyond",vendorUrl:"https://www.dndbeyond.com/",runContext:{urlPattern:"^https://(www\\.)?dndbeyond\\.com/"},prehideSelectors:["[id^=cookie-consent-banner]"],detectCmp:[{exists:"[id^=cookie-consent-banner]"}],detectPopup:[{visible:"[id^=cookie-consent-banner]"}],optIn:[{waitForThenClick:"#cookie-consent-granted"}],optOut:[{waitForThenClick:"#cookie-consent-denied"}],test:[{eval:"EVAL_DNDBEYOND_TEST"}]},{name:"dpgmedia-nl",prehideSelectors:["#pg-shadow-root-host"],detectCmp:[{exists:"#pg-shadow-root-host"}],detectPopup:[{visible:["#pg-shadow-root-host","#pg-modal"]}],optIn:[{waitForThenClick:["#pg-shadow-root-host","#pg-accept-btn"]}],optOut:[{waitForThenClick:["#pg-shadow-root-host","#pg-configure-btn"]},{waitForThenClick:["#pg-shadow-root-host","#pg-reject-btn"]}]},{name:"Drupal",detectCmp:[{exists:"#drupalorg-crosssite-gdpr"}],detectPopup:[{visible:"#drupalorg-crosssite-gdpr"}],optOut:[{click:".no"}],optIn:[{click:".yes"}]},{name:"WP DSGVO Tools",link:"https://wordpress.org/plugins/shapepress-dsgvo/",prehideSelectors:[".sp-dsgvo"],cosmetic:!0,detectCmp:[{exists:".sp-dsgvo.sp-dsgvo-popup-overlay"}],detectPopup:[{visible:".sp-dsgvo.sp-dsgvo-popup-overlay",check:"any"}],optIn:[{click:".sp-dsgvo-privacy-btn-accept-all",all:!0}],optOut:[{hide:".sp-dsgvo.sp-dsgvo-popup-overlay"}],test:[{eval:"EVAL_DSGVO_0"}]},{name:"dunelm.com",prehideSelectors:["div[data-testid=cookie-consent-modal-backdrop]"],detectCmp:[{exists:"div[data-testid=cookie-consent-message-contents]"}],detectPopup:[{visible:"div[data-testid=cookie-consent-message-contents]"}],optIn:[{click:'[data-testid="cookie-consent-allow-all"]'}],optOut:[{click:"button[data-testid=cookie-consent-adjust-settings]"},{click:"button[data-testid=cookie-consent-preferences-save]"}],test:[{eval:"EVAL_DUNELM_0"}]},{name:"ebay",vendorUrl:"https://ebay.com",cosmetic:!1,runContext:{main:!0,frame:!1,urlPattern:"^https://(www\\.)?ebay\\.([.a-z]+)/"},prehideSelectors:["#gdpr-banner"],detectCmp:[{exists:"#gdpr-banner"}],detectPopup:[{visible:"#gdpr-banner"}],optIn:[{waitForThenClick:"#gdpr-banner-accept"}],optOut:[{waitForThenClick:"#gdpr-banner-decline"}]},{name:"ecosia",vendorUrl:"https://www.ecosia.org/",runContext:{urlPattern:"^https://www\\.ecosia\\.org/"},prehideSelectors:[".cookie-wrapper"],detectCmp:[{exists:".cookie-wrapper > .cookie-notice"}],detectPopup:[{visible:".cookie-wrapper > .cookie-notice"}],optIn:[{waitForThenClick:"[data-test-id=cookie-notice-accept]"}],optOut:[{waitForThenClick:"[data-test-id=cookie-notice-reject]"}]},{name:"Ensighten ensModal",prehideSelectors:[".ensModal"],detectCmp:[{exists:".ensModal"},{visible:"#ensModalWrapper[style*=block]"}],detectPopup:[{visible:"#ensModalWrapper[style*=block]"}],optIn:[{waitForThenClick:"#modalAcceptButton"}],optOut:[{wait:500},{visible:"#ensModalWrapper[style*=block]"},{waitForThenClick:".ensCheckbox:checked",all:!0},{waitForThenClick:"#ensSave"}]},{name:"Ensighten ensNotifyBanner",prehideSelectors:["#ensNotifyBanner"],detectCmp:[{exists:"#ensNotifyBanner"}],detectPopup:[{visible:"#ensNotifyBanner[style*=block]"}],optIn:[{waitForThenClick:"#ensCloseBanner"}],optOut:[{wait:500},{visible:"#ensNotifyBanner[style*=block]"},{waitForThenClick:"#ensRejectAll,#rejectAll,#ensRejectBanner,.rejectAll,#ensCloseBanner",timeout:2e3}]},{name:"espace-personnel.agirc-arrco.fr",runContext:{urlPattern:"^https://espace-personnel\\.agirc-arrco\\.fr/"},prehideSelectors:[".cdk-overlay-container"],detectCmp:[{exists:".cdk-overlay-container app-esaa-cookie-component"}],detectPopup:[{visible:".cdk-overlay-container app-esaa-cookie-component"}],optIn:[{waitForThenClick:".btn-cookie-accepter"}],optOut:[{waitForThenClick:".btn-cookie-refuser"}]},{name:"etsy",prehideSelectors:["#gdpr-single-choice-overlay","#gdpr-privacy-settings"],detectCmp:[{exists:"#gdpr-single-choice-overlay"}],detectPopup:[{visible:"#gdpr-single-choice-overlay"}],optOut:[{click:"button[data-gdpr-open-full-settings]"},{waitForVisible:".gdpr-overlay-body input",timeout:3e3},{wait:1e3},{eval:"EVAL_ETSY_0"},{eval:"EVAL_ETSY_1"}],optIn:[{click:"button[data-gdpr-single-choice-accept]"}]},{name:"eu-cookie-compliance-banner",detectCmp:[{exists:"body.eu-cookie-compliance-popup-open"}],detectPopup:[{exists:"body.eu-cookie-compliance-popup-open"}],optIn:[{click:".agree-button"}],optOut:[{if:{visible:".decline-button,.eu-cookie-compliance-save-preferences-button"},then:[{click:".decline-button,.eu-cookie-compliance-save-preferences-button"}]},{hide:".eu-cookie-compliance-banner-info, #sliding-popup"}],test:[{eval:"EVAL_EU_COOKIE_COMPLIANCE_0"}]},{name:"EU Cookie Law",prehideSelectors:[".pea_cook_wrapper,.pea_cook_more_info_popover"],cosmetic:!0,detectCmp:[{exists:".pea_cook_wrapper"}],detectPopup:[{wait:500},{visible:".pea_cook_wrapper"}],optIn:[{click:"#pea_cook_btn"}],optOut:[{hide:".pea_cook_wrapper"}],test:[{eval:"EVAL_EU_COOKIE_LAW_0"}]},{name:"europa-eu",vendorUrl:"https://ec.europa.eu/",runContext:{urlPattern:"^https://[^/]*europa\\.eu/"},prehideSelectors:["#cookie-consent-banner"],detectCmp:[{exists:".cck-container"}],detectPopup:[{visible:".cck-container"}],optIn:[{waitForThenClick:'.cck-actions-button[href="#accept"]'}],optOut:[{waitForThenClick:'.cck-actions-button[href="#refuse"]',hide:".cck-container"}]},{name:"EZoic",prehideSelectors:["#ez-cookie-dialog-wrapper"],detectCmp:[{exists:"#ez-cookie-dialog-wrapper"}],detectPopup:[{visible:"#ez-cookie-dialog-wrapper"}],optIn:[{click:"#ez-accept-all",optional:!0},{eval:"EVAL_EZOIC_0",optional:!0}],optOut:[{wait:500},{click:"#ez-manage-settings"},{waitFor:"#ez-cookie-dialog input[type=checkbox]"},{click:"#ez-cookie-dialog input[type=checkbox]:checked",all:!0},{click:"#ez-save-settings"}],test:[{eval:"EVAL_EZOIC_1"}]},{name:"facebook",runContext:{urlPattern:"^https://([a-z0-9-]+\\.)?facebook\\.com/"},prehideSelectors:['div[data-testid="cookie-policy-manage-dialog"]'],detectCmp:[{exists:'div[data-testid="cookie-policy-manage-dialog"]'}],detectPopup:[{visible:'div[data-testid="cookie-policy-manage-dialog"]'}],optIn:[{waitForThenClick:'button[data-cookiebanner="accept_button"]'},{waitForVisible:'div[data-testid="cookie-policy-manage-dialog"]',check:"none"}],optOut:[{waitForThenClick:'button[data-cookiebanner="accept_only_essential_button"]'},{waitForVisible:'div[data-testid="cookie-policy-manage-dialog"]',check:"none"}]},{name:"fides",vendorUrl:"https://github.com/ethyca/fides",prehideSelectors:["#fides-overlay"],detectCmp:[{exists:"#fides-overlay #fides-banner"}],detectPopup:[{visible:"#fides-overlay #fides-banner"},{eval:"EVAL_FIDES_DETECT_POPUP"}],optIn:[{waitForThenClick:"#fides-banner .fides-accept-all-button"}],optOut:[{waitForThenClick:"#fides-banner .fides-reject-all-button"}]},{name:"funding-choices",prehideSelectors:[".fc-consent-root,.fc-dialog-container,.fc-dialog-overlay,.fc-dialog-content"],detectCmp:[{exists:".fc-consent-root"}],detectPopup:[{exists:".fc-dialog-container"}],optOut:[{click:".fc-cta-do-not-consent,.fc-cta-manage-options"},{click:".fc-preference-consent:checked,.fc-preference-legitimate-interest:checked",all:!0,optional:!0},{click:".fc-confirm-choices",optional:!0}],optIn:[{click:".fc-cta-consent"}]},{name:"geeks-for-geeks",runContext:{urlPattern:"^https://www\\.geeksforgeeks\\.org/"},cosmetic:!0,prehideSelectors:[".cookie-consent"],detectCmp:[{exists:".cookie-consent"}],detectPopup:[{visible:".cookie-consent"}],optIn:[{click:".cookie-consent button.consent-btn"}],optOut:[{hide:".cookie-consent"}]},{name:"google-consent-standalone",prehideSelectors:[],detectCmp:[{exists:'a[href^="https://policies.google.com/technologies/cookies"'},{exists:'form[action^="https://consent.google."][action$="/save"]'}],detectPopup:[{visible:'a[href^="https://policies.google.com/technologies/cookies"'}],optIn:[{waitForThenClick:'form[action^="https://consent.google."][action$="/save"]:has(input[name=set_eom][value=false]) button'}],optOut:[{waitForThenClick:'form[action^="https://consent.google."][action$="/save"]:has(input[name=set_eom][value=true]) button'}]},{name:"google-cookiebar",vendorUrl:"https://www.android.com/better-together/quick-share-app/",cosmetic:!1,prehideSelectors:[".glue-cookie-notification-bar"],detectCmp:[{exists:".glue-cookie-notification-bar"}],detectPopup:[{visible:".glue-cookie-notification-bar"}],optIn:[{waitForThenClick:".glue-cookie-notification-bar__accept"}],optOut:[{if:{exists:".glue-cookie-notification-bar__reject"},then:[{click:".glue-cookie-notification-bar__reject"}],else:[{hide:".glue-cookie-notification-bar"}]}],test:[]},{name:"google.com",prehideSelectors:[".HTjtHe#xe7COe"],detectCmp:[{exists:".HTjtHe#xe7COe"},{exists:'.HTjtHe#xe7COe a[href^="https://policies.google.com/technologies/cookies"]'}],detectPopup:[{visible:".HTjtHe#xe7COe button#W0wltc"}],optIn:[{waitForThenClick:".HTjtHe#xe7COe button#L2AGLb"}],optOut:[{waitForThenClick:".HTjtHe#xe7COe button#W0wltc"}],test:[{eval:"EVAL_GOOGLE_0"}]},{name:"gov.uk",detectCmp:[{exists:"#global-cookie-message"}],detectPopup:[{exists:"#global-cookie-message"}],optIn:[{click:"button[data-accept-cookies=true]"}],optOut:[{click:"button[data-reject-cookies=true],#reject-cookies"},{click:"button[data-hide-cookie-banner=true],#hide-cookie-decision"}]},{name:"hashicorp",vendorUrl:"https://hashicorp.com/",runContext:{urlPattern:"^https://[^.]*\\.hashicorp\\.com/"},prehideSelectors:["[data-testid=consent-banner]"],detectCmp:[{exists:"[data-testid=consent-banner]"}],detectPopup:[{visible:"[data-testid=consent-banner]"}],optIn:[{waitForThenClick:"[data-testid=accept]"}],optOut:[{waitForThenClick:"[data-testid=manage-preferences]"},{waitForThenClick:"[data-testid=consent-mgr-dialog] [data-ga-button=save-preferences]"}]},{name:"healthline-media",prehideSelectors:["#modal-host > div.no-hash > div.window-wrapper"],detectCmp:[{exists:"#modal-host > div.no-hash > div.window-wrapper, div[data-testid=qualtrics-container]"}],detectPopup:[{exists:"#modal-host > div.no-hash > div.window-wrapper, div[data-testid=qualtrics-container]"}],optIn:[{click:"#modal-host > div.no-hash > div.window-wrapper > div:last-child button"}],optOut:[{if:{exists:'#modal-host > div.no-hash > div.window-wrapper > div:last-child a[href="/privacy-settings"]'},then:[{click:'#modal-host > div.no-hash > div.window-wrapper > div:last-child a[href="/privacy-settings"]'}],else:[{waitForVisible:"div#__next"},{click:"#__next div:nth-child(1) > button:first-child"}]}]},{name:"hema",prehideSelectors:[".cookie-modal"],detectCmp:[{visible:".cookie-modal .cookie-accept-btn"}],detectPopup:[{visible:".cookie-modal .cookie-accept-btn"}],optIn:[{waitForThenClick:".cookie-modal .cookie-accept-btn"}],optOut:[{waitForThenClick:".cookie-modal .js-cookie-reject-btn"}],test:[{eval:"EVAL_HEMA_TEST_0"}]},{name:"hetzner.com",runContext:{urlPattern:"^https://www\\.hetzner\\.com/"},prehideSelectors:["#CookieConsent"],detectCmp:[{exists:"#CookieConsent"}],detectPopup:[{visible:"#CookieConsent"}],optIn:[{click:"#CookieConsentGiven"}],optOut:[{click:"#CookieConsentDeclined"}]},{name:"hl.co.uk",prehideSelectors:[".cookieModalContent","#cookie-banner-overlay"],detectCmp:[{exists:"#cookie-banner-overlay"}],detectPopup:[{exists:"#cookie-banner-overlay"}],optIn:[{click:"#acceptCookieButton"}],optOut:[{click:"#manageCookie"},{hide:".cookieSettingsModal"},{waitFor:"#AOCookieToggle"},{click:"#AOCookieToggle[aria-pressed=true]",optional:!0},{waitFor:"#TPCookieToggle"},{click:"#TPCookieToggle[aria-pressed=true]",optional:!0},{click:"#updateCookieButton"}]},{name:"holidaymedia",vendorUrl:"https://holidaymedia.nl/",prehideSelectors:["dialog[data-cookie-consent]"],detectCmp:[{exists:"dialog[data-cookie-consent]"}],detectPopup:[{visible:"dialog[data-cookie-consent]"}],optIn:[{waitForThenClick:"button.cookie-consent__button--accept-all"}],optOut:[{waitForThenClick:'a[data-cookie-accept="functional"]',timeout:2e3}]},{name:"hu-manity",vendorUrl:"https://hu-manity.co/",prehideSelectors:["#hu.hu-wrapper"],detectCmp:[{exists:"#hu.hu-visible"}],detectPopup:[{visible:"#hu.hu-visible"}],optIn:[{waitForThenClick:"[data-hu-action=cookies-notice-consent-choices-3]"},{waitForThenClick:"#hu-cookies-save"}],optOut:[{waitForThenClick:"#hu-cookies-save"}]},{name:"hubspot",detectCmp:[{exists:"#hs-eu-cookie-confirmation"}],detectPopup:[{visible:"#hs-eu-cookie-confirmation"}],optIn:[{click:"#hs-eu-confirmation-button"}],optOut:[{click:"#hs-eu-decline-button"}]},{name:"indeed.com",cosmetic:!0,prehideSelectors:["#CookiePrivacyNotice"],detectCmp:[{exists:"#CookiePrivacyNotice"}],detectPopup:[{visible:"#CookiePrivacyNotice"}],optIn:[{click:"#CookiePrivacyNotice button[data-gnav-element-name=CookiePrivacyNoticeOk]"}],optOut:[{hide:"#CookiePrivacyNotice"}]},{name:"ing.de",runContext:{urlPattern:"^https://www\\.ing\\.de/"},cosmetic:!0,prehideSelectors:['div[slot="backdrop"]'],detectCmp:[{exists:'[data-tag-name="ing-cc-dialog-frame"]'}],detectPopup:[{visible:'[data-tag-name="ing-cc-dialog-frame"]'}],optIn:[{click:['[data-tag-name="ing-cc-dialog-level0"]','[data-tag-name="ing-cc-button"][class*="accept"]']}],optOut:[{click:['[data-tag-name="ing-cc-dialog-level0"]','[data-tag-name="ing-cc-button"][class*="more"]']}]},{name:"instagram",vendorUrl:"https://instagram.com",runContext:{urlPattern:"^https://www\\.instagram\\.com/"},prehideSelectors:[],detectCmp:[{exists:'xpath///span[contains(., "Vill du tillåta användningen av cookies från Instagram i den här webbläsaren?") or contains(., "Allow the use of cookies from Instagram on this browser?") or contains(., "Povolit v prohlížeči použití souborů cookie z Instagramu?") or contains(., "Dopustiti upotrebu kolačića s Instagrama na ovom pregledniku?") or contains(., "Разрешить использование файлов cookie от Instagram в этом браузере?") or contains(., "Vuoi consentire l\'uso dei cookie di Instagram su questo browser?") or contains(., "Povoliť používanie cookies zo služby Instagram v tomto prehliadači?") or contains(., "Die Verwendung von Cookies durch Instagram in diesem Browser erlauben?") or contains(., "Sallitaanko Instagramin evästeiden käyttö tällä selaimella?") or contains(., "Engedélyezed az Instagram cookie-jainak használatát ebben a böngészőben?") or contains(., "Het gebruik van cookies van Instagram toestaan in deze browser?") or contains(., "Bu tarayıcıda Instagram\'dan çerez kullanımına izin verilsin mi?") or contains(., "Permitir o uso de cookies do Instagram neste navegador?") or contains(., "Permiţi folosirea modulelor cookie de la Instagram în acest browser?") or contains(., "Autoriser l’utilisation des cookies d’Instagram sur ce navigateur ?") or contains(., "¿Permitir el uso de cookies de Instagram en este navegador?") or contains(., "Zezwolić na użycie plików cookie z Instagramu w tej przeglądarce?") or contains(., "Να επιτρέπεται η χρήση cookies από τo Instagram σε αυτό το πρόγραμμα περιήγησης;") or contains(., "Разрешавате ли използването на бисквитки от Instagram на този браузър?") or contains(., "Vil du tillade brugen af cookies fra Instagram i denne browser?") or contains(., "Vil du tillate bruk av informasjonskapsler fra Instagram i denne nettleseren?")]'}],detectPopup:[{visible:'xpath///span[contains(., "Vill du tillåta användningen av cookies från Instagram i den här webbläsaren?") or contains(., "Allow the use of cookies from Instagram on this browser?") or contains(., "Povolit v prohlížeči použití souborů cookie z Instagramu?") or contains(., "Dopustiti upotrebu kolačića s Instagrama na ovom pregledniku?") or contains(., "Разрешить использование файлов cookie от Instagram в этом браузере?") or contains(., "Vuoi consentire l\'uso dei cookie di Instagram su questo browser?") or contains(., "Povoliť používanie cookies zo služby Instagram v tomto prehliadači?") or contains(., "Die Verwendung von Cookies durch Instagram in diesem Browser erlauben?") or contains(., "Sallitaanko Instagramin evästeiden käyttö tällä selaimella?") or contains(., "Engedélyezed az Instagram cookie-jainak használatát ebben a böngészőben?") or contains(., "Het gebruik van cookies van Instagram toestaan in deze browser?") or contains(., "Bu tarayıcıda Instagram\'dan çerez kullanımına izin verilsin mi?") or contains(., "Permitir o uso de cookies do Instagram neste navegador?") or contains(., "Permiţi folosirea modulelor cookie de la Instagram în acest browser?") or contains(., "Autoriser l’utilisation des cookies d’Instagram sur ce navigateur ?") or contains(., "¿Permitir el uso de cookies de Instagram en este navegador?") or contains(., "Zezwolić na użycie plików cookie z Instagramu w tej przeglądarce?") or contains(., "Να επιτρέπεται η χρήση cookies από τo Instagram σε αυτό το πρόγραμμα περιήγησης;") or contains(., "Разрешавате ли използването на бисквитки от Instagram на този браузър?") or contains(., "Vil du tillade brugen af cookies fra Instagram i denne browser?") or contains(., "Vil du tillate bruk av informasjonskapsler fra Instagram i denne nettleseren?")]'}],optIn:[{waitForThenClick:"xpath///button[contains(., 'Tillad alle cookies') or contains(., 'Alle Cookies erlauben') or contains(., 'Allow all cookies') or contains(., 'Разрешаване на всички бисквитки') or contains(., 'Tillåt alla cookies') or contains(., 'Povolit všechny soubory cookie') or contains(., 'Tüm çerezlere izin ver') or contains(., 'Permite toate modulele cookie') or contains(., 'Να επιτρέπονται όλα τα cookies') or contains(., 'Tillat alle informasjonskapsler') or contains(., 'Povoliť všetky cookies') or contains(., 'Permitir todas las cookies') or contains(., 'Permitir todos os cookies') or contains(., 'Alle cookies toestaan') or contains(., 'Salli kaikki evästeet') or contains(., 'Consenti tutti i cookie') or contains(., 'Az összes cookie engedélyezése') or contains(., 'Autoriser tous les cookies') or contains(., 'Zezwól na wszystkie pliki cookie') or contains(., 'Разрешить все cookie') or contains(., 'Dopusti sve kolačiće')]"}],optOut:[{waitForThenClick:"xpath///button[contains(., 'Отклонить необязательные файлы cookie') or contains(., 'Decline optional cookies') or contains(., 'Refuser les cookies optionnels') or contains(., 'Hylkää valinnaiset evästeet') or contains(., 'Afvis valgfrie cookies') or contains(., 'Odmietnuť nepovinné cookies') or contains(., 'Απόρριψη προαιρετικών cookies') or contains(., 'Neka valfria cookies') or contains(., 'Optionale Cookies ablehnen') or contains(., 'Rifiuta cookie facoltativi') or contains(., 'Odbij neobavezne kolačiće') or contains(., 'Avvis valgfrie informasjonskapsler') or contains(., 'İsteğe bağlı çerezleri reddet') or contains(., 'Recusar cookies opcionais') or contains(., 'Optionele cookies afwijzen') or contains(., 'Rechazar cookies opcionales') or contains(., 'Odrzuć opcjonalne pliki cookie') or contains(., 'Отхвърляне на бисквитките по избор') or contains(., 'Odmítnout volitelné soubory cookie') or contains(., 'Refuză modulele cookie opţionale') or contains(., 'A nem kötelező cookie-k elutasítása')]"},{wait:2e3}]},{name:"ionos.de",prehideSelectors:[".privacy-consent--backdrop",".privacy-consent--modal"],detectCmp:[{exists:".privacy-consent--modal"}],detectPopup:[{visible:".privacy-consent--modal"}],optIn:[{click:"#selectAll"}],optOut:[{click:".footer-config-link"},{click:"#confirmSelection"}]},{name:"itopvpn.com",cosmetic:!0,prehideSelectors:[".pop-cookie"],detectCmp:[{exists:".pop-cookie"}],detectPopup:[{exists:".pop-cookie"}],optIn:[{click:"#_pcookie"}],optOut:[{hide:".pop-cookie"}]},{name:"iubenda",prehideSelectors:["#iubenda-cs-banner"],detectCmp:[{exists:"#iubenda-cs-banner"}],detectPopup:[{visible:".iubenda-cs-accept-btn"}],optIn:[{waitForThenClick:".iubenda-cs-accept-btn"}],optOut:[{waitForThenClick:".iubenda-cs-customize-btn"},{eval:"EVAL_IUBENDA_0"},{waitForThenClick:"#iubFooterBtn"}],test:[{eval:"EVAL_IUBENDA_1"}]},{name:"iWink",prehideSelectors:["body.cookies-request #cookie-bar"],detectCmp:[{exists:"body.cookies-request #cookie-bar"}],detectPopup:[{visible:"body.cookies-request #cookie-bar"}],optIn:[{waitForThenClick:"body.cookies-request #cookie-bar .allow-cookies"}],optOut:[{waitForThenClick:"body.cookies-request #cookie-bar .disallow-cookies"}],test:[{eval:"EVAL_IWINK_TEST"}]},{name:"jdsports",vendorUrl:"https://www.jdsports.co.uk/",runContext:{urlPattern:"^https://(www|m)\\.jdsports\\."},prehideSelectors:[".miniConsent,#PrivacyPolicyBanner"],detectCmp:[{exists:".miniConsent,#PrivacyPolicyBanner"}],detectPopup:[{visible:".miniConsent,#PrivacyPolicyBanner"}],optIn:[{waitForThenClick:".miniConsent .accept-all-cookies"}],optOut:[{if:{exists:"#PrivacyPolicyBanner"},then:[{hide:"#PrivacyPolicyBanner"}],else:[{waitForThenClick:"#cookie-settings"},{waitForThenClick:"#reject-all-cookies"}]}]},{name:"johnlewis.com",prehideSelectors:["div[class^=pecr-cookie-banner-]"],detectCmp:[{exists:"div[class^=pecr-cookie-banner-]"}],detectPopup:[{exists:"div[class^=pecr-cookie-banner-]"}],optOut:[{click:"button[data-test^=manage-cookies]"},{wait:"500"},{click:"label[data-test^=toggle][class*=checked]:not([class*=disabled])",all:!0,optional:!0},{click:"button[data-test=save-preferences]"}],optIn:[{click:"button[data-test=allow-all]"}]},{name:"jquery.cookieBar",vendorUrl:"https://github.com/kovarp/jquery.cookieBar",prehideSelectors:[".cookie-bar"],cosmetic:!0,detectCmp:[{exists:".cookie-bar .cookie-bar__message,.cookie-bar .cookie-bar__buttons"}],detectPopup:[{visible:".cookie-bar .cookie-bar__message,.cookie-bar .cookie-bar__buttons",check:"any"}],optIn:[{click:".cookie-bar .cookie-bar__btn"}],optOut:[{hide:".cookie-bar"}],test:[{visible:".cookie-bar .cookie-bar__message,.cookie-bar .cookie-bar__buttons",check:"none"},{eval:"EVAL_JQUERY_COOKIEBAR_0"}]},{name:"justwatch.com",prehideSelectors:[".consent-banner"],detectCmp:[{exists:".consent-banner .consent-banner__actions"}],detectPopup:[{visible:".consent-banner .consent-banner__actions"}],optIn:[{click:".consent-banner__actions button.basic-button.primary"}],optOut:[{click:".consent-banner__actions button.basic-button.secondary"},{waitForThenClick:".consent-modal__footer button.basic-button.secondary"},{waitForThenClick:".consent-modal ion-content > div > a:nth-child(9)"},{click:"label.consent-switch input[type=checkbox]:checked",all:!0,optional:!0},{waitForVisible:".consent-modal__footer button.basic-button.primary"},{click:".consent-modal__footer button.basic-button.primary"}]},{name:"kconsent",cosmetic:!1,runContext:{main:!0,frame:!1},prehideSelectors:[".kc-overlay"],detectCmp:[{exists:"#kconsent"}],detectPopup:[{visible:".kc-dialog"}],optIn:[{waitForThenClick:"#kc-acceptAndHide"}],optOut:[{waitForThenClick:"#kc-denyAndHide"}]},{name:"ketch",vendorUrl:"https://www.ketch.com",runContext:{frame:!1,main:!0},intermediate:!1,prehideSelectors:["#lanyard_root div[role='dialog']"],detectCmp:[{exists:"#lanyard_root div[role='dialog']"}],detectPopup:[{visible:"#lanyard_root div[role='dialog']"}],optIn:[{if:{exists:"#lanyard_root button[class='confirmButton']"},then:[{waitForThenClick:"#lanyard_root div[class*=buttons] > :nth-child(2)"},{click:"#lanyard_root button[class='confirmButton']"}],else:[{waitForThenClick:"#lanyard_root div[class*=buttons] > :nth-child(2)"}]}],optOut:[{if:{exists:"#lanyard_root [aria-describedby=banner-description]"},then:[{waitForThenClick:"#lanyard_root div[class*=buttons] > button[class*=secondaryButton], #lanyard_root button[class*=buttons-secondary]",comment:"can be either settings or reject button"}]},{waitFor:"#lanyard_root [aria-describedby=preference-description],#lanyard_root [aria-describedby=modal-description], #ketch-preferences",timeout:1e3,optional:!0},{if:{exists:"#lanyard_root [aria-describedby=preference-description],#lanyard_root [aria-describedby=modal-description], #ketch-preferences"},then:[{waitForThenClick:"#lanyard_root button[class*=rejectButton], #lanyard_root button[class*=rejectAllButton]"},{click:"#lanyard_root button[class*=confirmButton],#lanyard_root div[class*=actions_] > button:nth-child(1), #lanyard_root button[class*=actionButton]"}]}],test:[{eval:"EVAL_KETCH_TEST"}]},{name:"kleinanzeigen-de",runContext:{urlPattern:"^https?://(www\\.)?kleinanzeigen\\.de"},prehideSelectors:["#gdpr-banner-container"],detectCmp:[{any:[{exists:"#gdpr-banner-container #gdpr-banner [data-testid=gdpr-banner-cmp-button]"},{exists:"#ConsentManagementPage"}]}],detectPopup:[{any:[{visible:"#gdpr-banner-container #gdpr-banner [data-testid=gdpr-banner-cmp-button]"},{visible:"#ConsentManagementPage"}]}],optIn:[{if:{exists:"#gdpr-banner-container #gdpr-banner"},then:[{click:"#gdpr-banner-container #gdpr-banner [data-testid=gdpr-banner-accept]"}],else:[{click:"#ConsentManagementPage .Button-primary"}]}],optOut:[{if:{exists:"#gdpr-banner-container #gdpr-banner"},then:[{click:"#gdpr-banner-container #gdpr-banner [data-testid=gdpr-banner-cmp-button]"}],else:[{click:"#ConsentManagementPage .Button-secondary"}]}]},{name:"lightbox",prehideSelectors:[".darken-layer.open,.lightbox.lightbox--cookie-consent"],detectCmp:[{exists:"body.cookie-consent-is-active div.lightbox--cookie-consent > div.lightbox__content > div.cookie-consent[data-jsb]"}],detectPopup:[{visible:"body.cookie-consent-is-active div.lightbox--cookie-consent > div.lightbox__content > div.cookie-consent[data-jsb]"}],optOut:[{click:".cookie-consent__footer > button[type='submit']:not([data-button='selectAll'])"}],optIn:[{click:".cookie-consent__footer > button[type='submit'][data-button='selectAll']"}]},{name:"lineagrafica",vendorUrl:"https://addons.prestashop.com/en/legal/8734-eu-cookie-law-gdpr-banner-blocker.html",cosmetic:!0,prehideSelectors:["#lgcookieslaw_banner,#lgcookieslaw_modal,.lgcookieslaw-overlay"],detectCmp:[{exists:"#lgcookieslaw_banner,#lgcookieslaw_modal,.lgcookieslaw-overlay"}],detectPopup:[{exists:"#lgcookieslaw_banner,#lgcookieslaw_modal,.lgcookieslaw-overlay"}],optIn:[{waitForThenClick:"#lgcookieslaw_accept"}],optOut:[{hide:"#lgcookieslaw_banner,#lgcookieslaw_modal,.lgcookieslaw-overlay"}]},{name:"linkedin.com",prehideSelectors:[".artdeco-global-alert[type=COOKIE_CONSENT]"],detectCmp:[{exists:".artdeco-global-alert[type=COOKIE_CONSENT]"}],detectPopup:[{visible:".artdeco-global-alert[type=COOKIE_CONSENT]"}],optIn:[{waitForVisible:".artdeco-global-alert[type=COOKIE_CONSENT] button[action-type=ACCEPT]"},{wait:500},{waitForThenClick:".artdeco-global-alert[type=COOKIE_CONSENT] button[action-type=ACCEPT]"}],optOut:[{waitForVisible:".artdeco-global-alert[type=COOKIE_CONSENT] button[action-type=DENY]"},{wait:500},{waitForThenClick:".artdeco-global-alert[type=COOKIE_CONSENT] button[action-type=DENY]"}],test:[{waitForVisible:".artdeco-global-alert[type=COOKIE_CONSENT]",check:"none"}]},{name:"livejasmin",vendorUrl:"https://www.livejasmin.com/",runContext:{urlPattern:"^https://(m|www)\\.livejasmin\\.com/"},prehideSelectors:["#consent_modal"],detectCmp:[{exists:"#consent_modal"}],detectPopup:[{visible:"#consent_modal"}],optIn:[{waitForThenClick:"#consent_modal button[data-testid=ButtonStyledButton]:first-of-type"}],optOut:[{waitForThenClick:"#consent_modal button[data-testid=ButtonStyledButton]:nth-of-type(2)"},{waitForVisible:"[data-testid=PrivacyPreferenceCenterWithConsentCookieContent]"},{click:"[data-testid=PrivacyPreferenceCenterWithConsentCookieContent] input[data-testid=PrivacyPreferenceCenterWithConsentCookieSwitch]:checked",optional:!0,all:!0},{waitForThenClick:"[data-testid=PrivacyPreferenceCenterWithConsentCookieContent] button[data-testid=ButtonStyledButton]:last-child"}]},{name:"macpaw.com",cosmetic:!0,prehideSelectors:['div[data-banner="cookies"]'],detectCmp:[{exists:'div[data-banner="cookies"]'}],detectPopup:[{exists:'div[data-banner="cookies"]'}],optIn:[{click:'button[data-banner-close="cookies"]'}],optOut:[{hide:'div[data-banner="cookies"]'}]},{name:"marksandspencer.com",cosmetic:!0,detectCmp:[{exists:".navigation-cookiebbanner"}],detectPopup:[{visible:".navigation-cookiebbanner"}],optOut:[{hide:".navigation-cookiebbanner"}],optIn:[{click:".navigation-cookiebbanner__submit"}]},{name:"mediamarkt.de",prehideSelectors:["div[aria-labelledby=pwa-consent-layer-title]","div[class^=StyledConsentLayerWrapper-]"],detectCmp:[{exists:"div[aria-labelledby^=pwa-consent-layer-title]"}],detectPopup:[{exists:"div[aria-labelledby^=pwa-consent-layer-title]"}],optOut:[{click:"button[data-test^=pwa-consent-layer-deny-all]"}],optIn:[{click:"button[data-test^=pwa-consent-layer-accept-all"}]},{name:"Mediavine",prehideSelectors:['[data-name="mediavine-gdpr-cmp"]'],detectCmp:[{exists:'[data-name="mediavine-gdpr-cmp"]'}],detectPopup:[{wait:500},{visible:'[data-name="mediavine-gdpr-cmp"]'}],optIn:[{waitForThenClick:'[data-name="mediavine-gdpr-cmp"] [format="primary"]'}],optOut:[{waitForThenClick:'[data-name="mediavine-gdpr-cmp"] [data-view="manageSettings"]'},{waitFor:'[data-name="mediavine-gdpr-cmp"] input[type=checkbox]'},{eval:"EVAL_MEDIAVINE_0",optional:!0},{click:'[data-name="mediavine-gdpr-cmp"] [format="secondary"]'}]},{name:"medium",vendorUrl:"https://medium.com",cosmetic:!0,runContext:{main:!0,frame:!1,urlPattern:"^https://([a-z0-9-]+\\.)?medium\\.com/"},prehideSelectors:[],detectCmp:[{exists:'div:has(> div > div > div[role=alert] > a[href^="https://policy.medium.com/medium-privacy-policy-"])'}],detectPopup:[{visible:'div:has(> div > div > div[role=alert] > a[href^="https://policy.medium.com/medium-privacy-policy-"])'}],optIn:[{waitForThenClick:"[data-testid=close-button]"}],optOut:[{hide:'div:has(> div > div > div[role=alert] > a[href^="https://policy.medium.com/medium-privacy-policy-"])'}]},{name:"microsoft.com",prehideSelectors:["#wcpConsentBannerCtrl"],detectCmp:[{exists:"#wcpConsentBannerCtrl"}],detectPopup:[{exists:"#wcpConsentBannerCtrl"}],optOut:[{eval:"EVAL_MICROSOFT_0"}],optIn:[{eval:"EVAL_MICROSOFT_1"}],test:[{eval:"EVAL_MICROSOFT_2"}]},{name:"midway-usa",runContext:{urlPattern:"^https://www\\.midwayusa\\.com/"},cosmetic:!0,prehideSelectors:["#cookie-container"],detectCmp:[{exists:['div[aria-label="Cookie Policy Banner"]']}],detectPopup:[{visible:"#cookie-container"}],optIn:[{click:"button#cookie-btn"}],optOut:[{hide:'div[aria-label="Cookie Policy Banner"]'}]},{name:"moneysavingexpert.com",detectCmp:[{exists:"dialog[data-testid=accept-our-cookies-dialog]"}],detectPopup:[{visible:"dialog[data-testid=accept-our-cookies-dialog]"}],optIn:[{click:"#banner-accept"}],optOut:[{click:"#banner-manage"},{click:"#pc-confirm"}]},{name:"monzo.com",prehideSelectors:[".cookie-alert, cookie-alert__content"],detectCmp:[{exists:'div.cookie-alert[role="dialog"]'},{exists:'a[href*="monzo"]'}],detectPopup:[{visible:".cookie-alert__content"}],optIn:[{click:".js-accept-cookie-policy"}],optOut:[{click:".js-decline-cookie-policy"}]},{name:"Moove",prehideSelectors:["#moove_gdpr_cookie_info_bar"],detectCmp:[{exists:"#moove_gdpr_cookie_info_bar"}],detectPopup:[{visible:"#moove_gdpr_cookie_info_bar:not(.moove-gdpr-info-bar-hidden)"}],optIn:[{waitForThenClick:".moove-gdpr-infobar-allow-all"}],optOut:[{if:{exists:"#moove_gdpr_cookie_info_bar .change-settings-button"},then:[{click:"#moove_gdpr_cookie_info_bar .change-settings-button"},{waitForVisible:"#moove_gdpr_cookie_modal"},{eval:"EVAL_MOOVE_0"},{click:".moove-gdpr-modal-save-settings"}],else:[{hide:"#moove_gdpr_cookie_info_bar"}]}],test:[{visible:"#moove_gdpr_cookie_info_bar",check:"none"}]},{name:"national-lottery.co.uk",detectCmp:[{exists:".cuk_cookie_consent"}],detectPopup:[{visible:".cuk_cookie_consent",check:"any"}],optOut:[{click:".cuk_cookie_consent_manage_pref"},{click:".cuk_cookie_consent_save_pref"},{click:".cuk_cookie_consent_close"}],optIn:[{click:".cuk_cookie_consent_accept_all"}]},{name:"nba.com",runContext:{urlPattern:"^https://(www\\.)?nba.com/"},cosmetic:!0,prehideSelectors:["#onetrust-banner-sdk"],detectCmp:[{exists:"#onetrust-banner-sdk"}],detectPopup:[{visible:"#onetrust-banner-sdk"}],optIn:[{click:"#onetrust-accept-btn-handler"}],optOut:[{hide:"#onetrust-banner-sdk"}]},{name:"netbeat.de",runContext:{urlPattern:"^https://(www\\.)?netbeat\\.de/"},prehideSelectors:["div#cookieWarning"],detectCmp:[{exists:"div#cookieWarning"}],detectPopup:[{visible:"div#cookieWarning"}],optIn:[{waitForThenClick:"a#btnCookiesAcceptAll"}],optOut:[{waitForThenClick:"a#btnCookiesDenyAll"}]},{name:"netflix.de",detectCmp:[{exists:"#cookie-disclosure"}],detectPopup:[{visible:".cookie-disclosure-message",check:"any"}],optIn:[{click:".btn-accept"}],optOut:[{hide:"#cookie-disclosure"},{click:".btn-reject"}]},{name:"nhs.uk",prehideSelectors:["#nhsuk-cookie-banner"],detectCmp:[{exists:"#nhsuk-cookie-banner"}],detectPopup:[{exists:"#nhsuk-cookie-banner"}],optOut:[{click:"#nhsuk-cookie-banner__link_accept"}],optIn:[{click:"#nhsuk-cookie-banner__link_accept_analytics"}]},{name:"nike",vendorUrl:"https://nike.com",runContext:{urlPattern:"^https://(www\\.)?nike\\.com/"},prehideSelectors:[],detectCmp:[{exists:"[data-testid=cookie-dialog-root]"}],detectPopup:[{visible:"[data-testid=cookie-dialog-root]"}],optIn:[{waitForThenClick:"[data-testid=dialog-accept-button]"}],optOut:[{waitForThenClick:"input[type=radio][id$=-declineLabel]",all:!0},{waitForThenClick:"[data-testid=confirm-choice-button]"}]},{name:"notice-cookie",prehideSelectors:[".button--notice"],cosmetic:!0,detectCmp:[{exists:".notice--cookie"}],detectPopup:[{visible:".notice--cookie"}],optIn:[{click:".button--notice"}],optOut:[{hide:".notice--cookie"}]},{name:"nrk.no",cosmetic:!0,prehideSelectors:[".nrk-masthead__info-banner--cookie"],detectCmp:[{exists:".nrk-masthead__info-banner--cookie"}],detectPopup:[{exists:".nrk-masthead__info-banner--cookie"}],optIn:[{click:"div.nrk-masthead__info-banner--cookie button > span:has(+ svg.nrk-close)"}],optOut:[{hide:".nrk-masthead__info-banner--cookie"}]},{name:"obi.de",prehideSelectors:[".disc-cp--active"],detectCmp:[{exists:".disc-cp-modal__modal"}],detectPopup:[{visible:".disc-cp-modal__modal"}],optIn:[{click:".js-disc-cp-accept-all"}],optOut:[{click:".js-disc-cp-deny-all"}]},{name:"om",vendorUrl:"https://olli-machts.de/en/extension/cookie-manager",prehideSelectors:[".tx-om-cookie-consent"],detectCmp:[{exists:".tx-om-cookie-consent .active[data-omcookie-panel]"}],detectPopup:[{exists:".tx-om-cookie-consent .active[data-omcookie-panel]"}],optIn:[{waitForThenClick:"[data-omcookie-panel-save=all]"}],optOut:[{if:{exists:"[data-omcookie-panel-save=min]"},then:[{waitForThenClick:"[data-omcookie-panel-save=min]"}],else:[{click:"input[data-omcookie-panel-grp]:checked:not(:disabled)",all:!0,optional:!0},{waitForThenClick:"[data-omcookie-panel-save=save]"}]}]},{name:"onlyFans.com",runContext:{urlPattern:"^https://onlyfans\\.com/"},prehideSelectors:["div.b-cookies-informer"],detectCmp:[{exists:"div.b-cookies-informer"}],detectPopup:[{exists:"div.b-cookies-informer"}],optIn:[{click:"div.b-cookies-informer__nav > button:nth-child(2)"}],optOut:[{click:"div.b-cookies-informer__nav > button:nth-child(1)"},{if:{exists:"div.b-cookies-informer__switchers"},then:[{click:"div.b-cookies-informer__switchers input:not([disabled])",all:!0},{click:"div.b-cookies-informer__nav > button"}]}]},{name:"openai",vendorUrl:"https://platform.openai.com/",cosmetic:!1,runContext:{urlPattern:"^https://([a-z0-9-]+\\.)?openai\\.com/"},prehideSelectors:["[data-testid=cookie-consent-banner]"],detectCmp:[{exists:"[data-testid=cookie-consent-banner]"}],detectPopup:[{visible:"[data-testid=cookie-consent-banner]"}],optIn:[{waitForThenClick:"xpath///button[contains(., 'Accept all')]"}],optOut:[{waitForThenClick:"xpath///button[contains(., 'Reject all')]"}],test:[{wait:500},{eval:"EVAL_OPENAI_TEST"}]},{name:"openli",vendorUrl:"https://openli.com",prehideSelectors:[".legalmonster-cleanslate"],detectCmp:[{exists:".legalmonster-cleanslate"}],detectPopup:[{visible:".legalmonster-cleanslate #lm-cookie-wall-container",check:"any"}],optIn:[{waitForThenClick:"#lm-accept-all"}],optOut:[{waitForThenClick:"#lm-accept-necessary"}]},{name:"opera.com",vendorUrl:"https://unknown",cosmetic:!1,runContext:{main:!0,frame:!1},intermediate:!1,prehideSelectors:[],detectCmp:[{exists:"#cookie-consent .manage-cookies__btn"}],detectPopup:[{visible:"#cookie-consent .cookie-basic-consent__btn"}],optIn:[{waitForThenClick:"#cookie-consent .cookie-basic-consent__btn"}],optOut:[{waitForThenClick:"#cookie-consent .manage-cookies__btn"},{waitForThenClick:"#cookie-consent .active.marketing_option_switch.cookie-consent__switch",all:!0},{waitForThenClick:"#cookie-consent .cookie-selection__btn"}],test:[{eval:"EVAL_OPERA_0"}]},{name:"osano",prehideSelectors:[".osano-cm-window,.osano-cm-dialog"],detectCmp:[{exists:".osano-cm-window"}],detectPopup:[{visible:".osano-cm-dialog"}],optIn:[{click:".osano-cm-accept-all",optional:!0}],optOut:[{waitForThenClick:".osano-cm-denyAll"}]},{name:"otto.de",prehideSelectors:[".cookieBanner--visibility"],detectCmp:[{exists:".cookieBanner--visibility"}],detectPopup:[{visible:".cookieBanner__wrapper"}],optIn:[{click:".js_cookieBannerPermissionButton"}],optOut:[{click:".js_cookieBannerProhibitionButton"}]},{name:"ourworldindata",vendorUrl:"https://ourworldindata.org/",runContext:{urlPattern:"^https://ourworldindata\\.org/"},prehideSelectors:[".cookie-manager"],detectCmp:[{exists:".cookie-manager"}],detectPopup:[{visible:".cookie-manager .cookie-notice.open"}],optIn:[{waitForThenClick:".cookie-notice [data-test=accept]"}],optOut:[{waitForThenClick:".cookie-notice [data-test=reject]"}]},{name:"pabcogypsum",vendorUrl:"https://unknown",prehideSelectors:[".js-cookie-notice:has(#cookie_settings-form)"],detectCmp:[{exists:".js-cookie-notice #cookie_settings-form"}],detectPopup:[{visible:".js-cookie-notice #cookie_settings-form"}],optIn:[{waitForThenClick:".js-cookie-notice button[value=allow]"}],optOut:[{waitForThenClick:".js-cookie-notice button[value=disable]"}]},{name:"paypal-us",prehideSelectors:["#ccpaCookieContent_wrapper, article.ppvx_modal--overpanel"],detectCmp:[{exists:"#ccpaCookieBanner, .privacy-sheet-content"}],detectPopup:[{visible:"#ccpaCookieBanner, .privacy-sheet-content"}],optIn:[{click:"#acceptAllButton"}],optOut:[{if:{exists:"#bannerDeclineButton"},then:[{click:"#bannerDeclineButton"}],else:[{if:{exists:"a#manageCookiesLink"},then:[{click:"a#manageCookiesLink"}],else:[{waitForVisible:".privacy-sheet-content #formContent"},{click:"#formContent .cookiepref-11m2iee-checkbox_base input:checked",all:!0,optional:!0},{click:".cookieAction.saveCookie,.confirmCookie #submitCookiesBtn"}]}]}]},{name:"paypal.com",prehideSelectors:["#gdprCookieBanner"],detectCmp:[{exists:"#gdprCookieBanner"}],detectPopup:[{visible:"#gdprCookieContent_wrapper"}],optIn:[{click:"#acceptAllButton"}],optOut:[{wait:200},{click:".gdprCookieBanner_decline-button"}],test:[{wait:500},{eval:"EVAL_PAYPAL_0"}]},{name:"pinetools.com",cosmetic:!0,prehideSelectors:["#aviso_cookies"],detectCmp:[{exists:"#aviso_cookies"}],detectPopup:[{exists:".lang_en #aviso_cookies"}],optIn:[{click:"#aviso_cookies .a_boton_cerrar"}],optOut:[{hide:"#aviso_cookies"}]},{name:"pinterest-business",vendorUrl:"https://business.pinterest.com/",runContext:{urlPattern:"^https://.*\\.pinterest\\.com/"},prehideSelectors:[".BusinessCookieConsent"],detectCmp:[{exists:".BusinessCookieConsent"}],detectPopup:[{visible:".BusinessCookieConsent [data-id=cookie-consent-banner-buttons]"}],optIn:[{waitForThenClick:"[data-id=cookie-consent-banner-buttons] > div:nth-child(1) button"}],optOut:[{waitForThenClick:"[data-id=cookie-consent-banner-buttons] > div:nth-child(2) button"}]},{name:"pmc",cosmetic:!0,prehideSelectors:["#pmc-pp-tou--notice"],detectCmp:[{exists:"#pmc-pp-tou--notice"}],detectPopup:[{visible:"#pmc-pp-tou--notice"}],optIn:[{click:"span.pmc-pp-tou--notice-close-btn"}],optOut:[{hide:"#pmc-pp-tou--notice"}]},{name:"pornhub.com",runContext:{urlPattern:"^https://(www\\.)?pornhub\\.com/"},cosmetic:!1,prehideSelectors:["#cookieBanner #cookieBannerContent"],detectCmp:[{exists:"#cookieBanner #cookieBannerContent"}],detectPopup:[{visible:"#cookieBanner #cookieBannerContent"}],optIn:[{waitForThenClick:"#cookieBanner [data-label=accept_all]"}],optOut:[{waitForThenClick:"#cookieBanner [data-label=accept_essential]"}]},{name:"pornpics.com",cosmetic:!0,prehideSelectors:["#cookie-contract"],detectCmp:[{exists:"#cookie-contract"}],detectPopup:[{visible:"#cookie-contract"}],optIn:[{click:"#cookie-contract .icon-cross"}],optOut:[{hide:"#cookie-contract"}]},{name:"PrimeBox CookieBar",prehideSelectors:["#cookie-bar"],detectCmp:[{exists:"#cookie-bar .cb-enable,#cookie-bar .cb-disable,#cookie-bar .cb-policy"}],detectPopup:[{visible:"#cookie-bar .cb-enable,#cookie-bar .cb-disable,#cookie-bar .cb-policy",check:"any"}],optIn:[{waitForThenClick:"#cookie-bar .cb-enable"}],optOut:[{click:"#cookie-bar .cb-disable",optional:!0},{hide:"#cookie-bar"}],test:[{eval:"EVAL_PRIMEBOX_0"}]},{name:"privacymanager.io",prehideSelectors:["#gdpr-consent-tool-wrapper",'iframe[src^="https://cmp-consent-tool.privacymanager.io"]'],runContext:{urlPattern:"^https://cmp-consent-tool\\.privacymanager\\.io/",main:!1,frame:!0},detectCmp:[{exists:"button#save"}],detectPopup:[{visible:"button#save"}],optIn:[{click:"button#save"}],optOut:[{if:{exists:"#denyAll"},then:[{click:"#denyAll"},{waitForThenClick:".okButton"}],else:[{waitForThenClick:"#manageSettings"},{waitFor:".purposes-overview-list"},{waitFor:"button#saveAndExit"},{click:"span[role=checkbox][aria-checked=true]",all:!0,optional:!0},{click:"button#saveAndExit"}]}]},{name:"productz.com",vendorUrl:"https://productz.com/",runContext:{urlPattern:"^https://productz\\.com/"},prehideSelectors:[],detectCmp:[{exists:".c-modal.is-active"}],detectPopup:[{visible:".c-modal.is-active"}],optIn:[{waitForThenClick:".c-modal.is-active .is-accept"}],optOut:[{waitForThenClick:".c-modal.is-active .is-dismiss"}]},{name:"pubtech",prehideSelectors:["#pubtech-cmp"],detectCmp:[{exists:"#pubtech-cmp"}],detectPopup:[{visible:"#pubtech-cmp #pt-actions"}],optIn:[{if:{exists:"#pt-accept-all"},then:[{click:"#pubtech-cmp #pt-actions #pt-accept-all"}],else:[{click:"#pubtech-cmp #pt-actions button:nth-of-type(2)"}]}],optOut:[{click:"#pubtech-cmp #pt-close"}],test:[{eval:"EVAL_PUBTECH_0"}]},{name:"quantcast",prehideSelectors:["#qc-cmp2-main,#qc-cmp2-container"],detectCmp:[{exists:"#qc-cmp2-container"}],detectPopup:[{visible:"#qc-cmp2-ui"}],optOut:[{waitFor:'.qc-cmp2-summary-buttons > button[mode="secondary"]',timeout:2e3},{if:{exists:'.qc-cmp2-summary-buttons > button[mode="secondary"]:nth-of-type(2)'},then:[{click:'.qc-cmp2-summary-buttons > button[mode="secondary"]:nth-of-type(2)'}],else:[{click:'.qc-cmp2-summary-buttons > button[mode="secondary"]:nth-of-type(1)'},{waitFor:"#qc-cmp2-ui"},{click:'.qc-cmp2-toggle-switch > button[aria-checked="true"]',all:!0,optional:!0},{click:'.qc-cmp2-main button[aria-label="REJECT ALL"]',optional:!0},{waitForThenClick:'.qc-cmp2-main button[aria-label="SAVE & EXIT"],.qc-cmp2-buttons-desktop > button[mode="primary"]',timeout:5e3}]}],optIn:[{click:'.qc-cmp2-summary-buttons > button[mode="primary"]'}]},{name:"reddit.com",runContext:{urlPattern:"^https://www\\.reddit\\.com/"},prehideSelectors:["[bundlename=reddit_cookie_banner]"],detectCmp:[{exists:"reddit-cookie-banner"}],detectPopup:[{visible:"reddit-cookie-banner"}],optIn:[{waitForThenClick:["reddit-cookie-banner","#accept-all-cookies-button > button"]}],optOut:[{waitForThenClick:["reddit-cookie-banner","#reject-nonessential-cookies-button > button"]}],test:[{eval:"EVAL_REDDIT_0"}]},{name:"roblox",vendorUrl:"https://roblox.com",cosmetic:!1,runContext:{main:!0,frame:!1,urlPattern:"^https://(www\\.)?roblox\\.com/"},prehideSelectors:[],detectCmp:[{exists:".cookie-banner-wrapper"}],detectPopup:[{visible:".cookie-banner-wrapper .cookie-banner"}],optIn:[{waitForThenClick:".cookie-banner-wrapper button.btn-cta-lg"}],optOut:[{waitForThenClick:".cookie-banner-wrapper button.btn-secondary-lg"}],test:[{eval:"EVAL_ROBLOX_TEST"}]},{name:"rog-forum.asus.com",runContext:{urlPattern:"^https://rog-forum\\.asus\\.com/"},prehideSelectors:["#cookie-policy-info"],detectCmp:[{exists:"#cookie-policy-info"}],detectPopup:[{visible:"#cookie-policy-info"}],optIn:[{click:'div.cookie-btn-box > div[aria-label="Accept"]'}],optOut:[{click:'div.cookie-btn-box > div[aria-label="Reject"]'},{waitForThenClick:'.cookie-policy-lightbox-bottom > div[aria-label="Save Settings"]'}]},{name:"roofingmegastore.co.uk",runContext:{urlPattern:"^https://(www\\.)?roofingmegastore\\.co\\.uk"},prehideSelectors:["#m-cookienotice"],detectCmp:[{exists:"#m-cookienotice"}],detectPopup:[{visible:"#m-cookienotice"}],optIn:[{click:"#accept-cookies"}],optOut:[{click:"#manage-cookies"},{waitForThenClick:"#accept-selected"}]},{name:"samsung.com",runContext:{urlPattern:"^https://www\\.samsung\\.com/"},cosmetic:!0,prehideSelectors:["div.cookie-bar"],detectCmp:[{exists:"div.cookie-bar"}],detectPopup:[{visible:"div.cookie-bar"}],optIn:[{click:"div.cookie-bar__manage > a"}],optOut:[{hide:"div.cookie-bar"}]},{name:"setapp.com",vendorUrl:"https://setapp.com/",cosmetic:!0,runContext:{urlPattern:"^https://setapp\\.com/"},prehideSelectors:[],detectCmp:[{exists:".cookie-banner.js-cookie-banner"}],detectPopup:[{visible:".cookie-banner.js-cookie-banner"}],optIn:[{waitForThenClick:".cookie-banner.js-cookie-banner button"}],optOut:[{hide:".cookie-banner.js-cookie-banner"}]},{name:"sibbo",prehideSelectors:["sibbo-cmp-layout"],detectCmp:[{exists:"sibbo-cmp-layout"}],detectPopup:[{visible:"#rejectAllMain"}],optIn:[{click:"#acceptAllMain"}],optOut:[{click:"#rejectAllMain"}]},{name:"similarweb.com",cosmetic:!0,prehideSelectors:[".app-cookies-notification"],detectCmp:[{exists:".app-cookies-notification"}],detectPopup:[{exists:".app-layout .app-cookies-notification"}],optIn:[{click:"button.app-cookies-notification__dismiss"}],optOut:[{hide:".app-layout .app-cookies-notification"}]},{name:"Sirdata",cosmetic:!1,prehideSelectors:["#sd-cmp"],detectCmp:[{exists:"#sd-cmp"}],detectPopup:[{visible:"#sd-cmp"}],optIn:[{waitForThenClick:"#sd-cmp .sd-cmp-3cRQ2"}],optOut:[{waitForThenClick:["#sd-cmp","xpath///span[contains(., 'Do not accept') or contains(., 'Acceptera inte') or contains(., 'No aceptar') or contains(., 'Ikke acceptere') or contains(., 'Nicht akzeptieren') or contains(., 'Не приемам') or contains(., 'Να μην γίνει αποδοχή') or contains(., 'Niet accepteren') or contains(., 'Nepřijímat') or contains(., 'Nie akceptuj') or contains(., 'Nu acceptați') or contains(., 'Não aceitar') or contains(., 'Continuer sans accepter') or contains(., 'Non accettare') or contains(., 'Nem fogad el')]"]}]},{name:"skyscanner",vendorUrl:"https://skyscanner.com",cosmetic:!1,runContext:{main:!0,frame:!1,urlPattern:"^https://(www\\.)?skyscanner[\\.a-z]+/"},prehideSelectors:[".cookie-banner-wrapper"],detectCmp:[{exists:"#cookieBannerContent"}],detectPopup:[{visible:"#cookieBannerContent"}],optIn:[{waitForThenClick:"[data-tracking-element-id=cookie_banner_accept_all]"}],optOut:[{waitForThenClick:"[data-tracking-element-id=cookie_banner_essential_only]"},{waitForVisible:"#cookieBannerContent",check:"none"}],test:[{eval:"EVAL_SKYSCANNER_TEST"}]},{name:"snigel",detectCmp:[{exists:".snigel-cmp-framework"}],detectPopup:[{visible:".snigel-cmp-framework"}],optOut:[{click:"#sn-b-custom"},{click:"#sn-b-save"}],test:[{eval:"EVAL_SNIGEL_0"}],optIn:[{click:".snigel-cmp-framework #accept-choices"}]},{name:"steampowered.com",detectCmp:[{exists:".cookiepreferences_popup"},{visible:".cookiepreferences_popup"}],detectPopup:[{visible:".cookiepreferences_popup"}],optOut:[{click:"#rejectAllButton"}],optIn:[{click:"#acceptAllButton"}],test:[{wait:1e3},{eval:"EVAL_STEAMPOWERED_0"}]},{name:"strato.de",prehideSelectors:[".consent__wrapper"],runContext:{urlPattern:"^https://www\\.strato\\.de/"},detectCmp:[{exists:".consent"}],detectPopup:[{visible:".consent"}],optIn:[{click:"button.consentAgree"}],optOut:[{click:"button.consentSettings"},{waitForThenClick:"button#consentSubmit"}]},{name:"svt.se",vendorUrl:"https://www.svt.se/",runContext:{urlPattern:"^https://www\\.svt\\.se/"},prehideSelectors:["[class*=CookieConsent__root___]"],detectCmp:[{exists:"[class*=CookieConsent__root___]"}],detectPopup:[{visible:"[class*=CookieConsent__modal___]"}],optIn:[{waitForThenClick:"[class*=CookieConsent__modal___] > div > button[class*=primary]"}],optOut:[{waitForThenClick:"[class*=CookieConsent__modal___] > div > button[class*=secondary]:nth-child(2)"}],test:[{eval:"EVAL_SVT_TEST"}]},{name:"takealot.com",cosmetic:!0,prehideSelectors:['div[class^="cookies-banner-module_"]'],detectCmp:[{exists:'div[class^="cookies-banner-module_cookie-banner_"]'}],detectPopup:[{exists:'div[class^="cookies-banner-module_cookie-banner_"]'}],optIn:[{click:'button[class*="cookies-banner-module_dismiss-button_"]'}],optOut:[{hide:'div[class^="cookies-banner-module_"]'},{if:{exists:'div[class^="cookies-banner-module_small-cookie-banner_"]'},then:[{eval:"EVAL_TAKEALOT_0"}],else:[]}]},{name:"tarteaucitron.js",prehideSelectors:["#tarteaucitronRoot"],detectCmp:[{exists:"#tarteaucitronRoot"}],detectPopup:[{visible:"#tarteaucitronRoot #tarteaucitronAlertBig",check:"any"}],optIn:[{eval:"EVAL_TARTEAUCITRON_1"}],optOut:[{eval:"EVAL_TARTEAUCITRON_0"}],test:[{eval:"EVAL_TARTEAUCITRON_2",comment:"sometimes there are required categories, so we check that at least something is false"}]},{name:"taunton",vendorUrl:"https://www.taunton.com/",prehideSelectors:["#taunton-user-consent__overlay"],detectCmp:[{exists:"#taunton-user-consent__overlay"}],detectPopup:[{exists:"#taunton-user-consent__overlay:not([aria-hidden=true])"}],optIn:[{click:"#taunton-user-consent__toolbar input[type=checkbox]:not(:checked)"},{click:"#taunton-user-consent__toolbar button[type=submit]"}],optOut:[{click:"#taunton-user-consent__toolbar input[type=checkbox]:checked",optional:!0,all:!0},{click:"#taunton-user-consent__toolbar button[type=submit]"}],test:[{eval:"EVAL_TAUNTON_TEST"}]},{name:"Tealium",prehideSelectors:["#__tealiumGDPRecModal,#__tealiumGDPRcpPrefs,#__tealiumImplicitmodal,#consent-layer"],detectCmp:[{exists:"#__tealiumGDPRecModal *,#__tealiumGDPRcpPrefs *,#__tealiumImplicitmodal *"},{eval:"EVAL_TEALIUM_0"}],detectPopup:[{visible:"#__tealiumGDPRecModal *,#__tealiumGDPRcpPrefs *,#__tealiumImplicitmodal *",check:"any"}],optOut:[{eval:"EVAL_TEALIUM_1"},{eval:"EVAL_TEALIUM_DONOTSELL"},{hide:"#__tealiumGDPRecModal,#__tealiumGDPRcpPrefs,#__tealiumImplicitmodal"},{waitForThenClick:"#cm-acceptNone,.js-accept-essential-cookies,#continueWithoutAccepting",timeout:1e3,optional:!0}],optIn:[{hide:"#__tealiumGDPRecModal,#__tealiumGDPRcpPrefs"},{eval:"EVAL_TEALIUM_2"}],test:[{eval:"EVAL_TEALIUM_3"},{eval:"EVAL_TEALIUM_DONOTSELL_CHECK"},{visible:"#__tealiumGDPRecModal,#__tealiumGDPRcpPrefs",check:"none"}]},{name:"temu",vendorUrl:"https://temu.com",runContext:{urlPattern:"^https://([a-z0-9-]+\\.)?temu\\.com/"},prehideSelectors:[],detectCmp:[{exists:'div > div > div > div > span[href*="/cookie-and-similar-technologies-policy.html"]'}],detectPopup:[{visible:'div > div > div > div > span[href*="/cookie-and-similar-technologies-policy.html"]'}],optIn:[{waitForThenClick:'div > div > div:has(> div > span[href*="/cookie-and-similar-technologies-policy.html"]) > [role=button]:nth-child(3)'}],optOut:[{if:{exists:"xpath///span[contains(., 'Alle afwijzen') or contains(., 'Reject all') or contains(., 'Tümünü reddet') or contains(., 'Odrzuć wszystko')]"},then:[{waitForThenClick:"xpath///span[contains(., 'Alle afwijzen') or contains(., 'Reject all') or contains(., 'Tümünü reddet') or contains(., 'Odrzuć wszystko')]"}],else:[{waitForThenClick:'div > div > div:has(> div > span[href*="/cookie-and-similar-technologies-policy.html"]) > [role=button]:nth-child(2)'}]}]},{name:"Termly",prehideSelectors:["#termly-code-snippet-support"],detectCmp:[{exists:"#termly-code-snippet-support"}],detectPopup:[{visible:"#termly-code-snippet-support div"}],optIn:[{waitForThenClick:'[data-tid="banner-accept"]'}],optOut:[{if:{exists:'[data-tid="banner-decline"]'},then:[{click:'[data-tid="banner-decline"]'}],else:[{click:".t-preference-button"},{wait:500},{if:{exists:".t-declineAllButton"},then:[{click:".t-declineAllButton"}],else:[{waitForThenClick:".t-preference-modal input[type=checkbox][checked]:not([disabled])",all:!0},{waitForThenClick:".t-saveButton"}]}]}]},{name:"termsfeed",vendorUrl:"https://termsfeed.com",comment:"v4.x.x",prehideSelectors:[".termsfeed-com---nb"],detectCmp:[{exists:".termsfeed-com---nb"}],detectPopup:[{visible:".termsfeed-com---nb"}],optIn:[{waitForThenClick:".cc-nb-okagree"}],optOut:[{waitForThenClick:".cc-nb-reject"}]},{name:"termsfeed3",vendorUrl:"https://termsfeed.com",comment:"v3.x.x",prehideSelectors:[".cc_dialog.cc_css_reboot,.cc_overlay_lock"],detectCmp:[{exists:".cc_dialog.cc_css_reboot"}],detectPopup:[{visible:".cc_dialog.cc_css_reboot"}],optIn:[{waitForThenClick:".cc_dialog.cc_css_reboot .cc_b_ok"}],optOut:[{if:{exists:".cc_dialog.cc_css_reboot .cc_b_cp"},then:[{click:".cc_dialog.cc_css_reboot .cc_b_cp"},{waitForVisible:".cookie-consent-preferences-dialog .cc_cp_f_save button"},{waitForThenClick:".cookie-consent-preferences-dialog .cc_cp_f_save button"}],else:[{hide:".cc_dialog.cc_css_reboot,.cc_overlay_lock"}]}]},{name:"tesco",vendorUrl:"https://www.tesco.com",cosmetic:!1,runContext:{urlPattern:"^https://(www\\.)?tesco\\.com/"},prehideSelectors:["[class*=CookieBanner__Sizer]"],detectCmp:[{exists:"[aria-label=consent-banner]"}],detectPopup:[{visible:"[aria-label=consent-banner]"}],optIn:[{wait:1e3},{waitForThenClick:"xpath///button[contains(., 'Accept all')]"}],optOut:[{wait:1e3},{waitForThenClick:"xpath///button[contains(., 'Reject all')]"}]},{name:"tesla",vendorUrl:"https://tesla.com/",runContext:{main:!0,frame:!1,urlPattern:"^https://(www\\.)?tesla\\.com/"},prehideSelectors:[],detectCmp:[{exists:"#cookie_banner"}],detectPopup:[{visible:"#cookie_banner"}],optIn:[{waitForThenClick:"#tsla-accept-cookie"}],optOut:[{waitForThenClick:"#tsla-reject-cookie"}],test:[{eval:"EVAL_TESLA_TEST"}]},{name:"Test page cosmetic CMP",cosmetic:!0,prehideSelectors:["#privacy-test-page-cmp-test-prehide"],detectCmp:[{exists:"#privacy-test-page-cmp-test-banner"}],detectPopup:[{visible:"#privacy-test-page-cmp-test-banner"}],optIn:[{waitFor:"#accept-all"},{click:"#accept-all"}],optOut:[{hide:"#privacy-test-page-cmp-test-banner"}],test:[{wait:500},{eval:"EVAL_TESTCMP_COSMETIC_0"}]},{name:"Test page CMP",prehideSelectors:["#reject-all"],detectCmp:[{exists:"#privacy-test-page-cmp-test"}],detectPopup:[{visible:"#privacy-test-page-cmp-test"}],optIn:[{waitFor:"#accept-all"},{click:"#accept-all"}],optOut:[{waitFor:"#reject-all"},{eval:"EVAL_TESTCMP_STEP"},{click:"#reject-all"}],test:[{eval:"EVAL_TESTCMP_0"}]},{name:"thalia.de",prehideSelectors:[".consent-banner-box"],detectCmp:[{exists:"consent-banner[component=consent-banner]"}],detectPopup:[{visible:".consent-banner-box"}],optIn:[{click:".button-zustimmen"}],optOut:[{click:"button[data-consent=disagree]"}]},{name:"thefreedictionary.com",prehideSelectors:["#cmpBanner"],detectCmp:[{exists:"#cmpBanner"}],detectPopup:[{visible:"#cmpBanner"}],optIn:[{eval:"EVAL_THEFREEDICTIONARY_1"}],optOut:[{eval:"EVAL_THEFREEDICTIONARY_0"}]},{name:"theverge",runContext:{frame:!1,main:!0,urlPattern:"^https://(www)?\\.theverge\\.com"},intermediate:!1,prehideSelectors:[".duet--cta--cookie-banner"],detectCmp:[{exists:".duet--cta--cookie-banner"}],detectPopup:[{visible:".duet--cta--cookie-banner"}],optIn:[{click:".duet--cta--cookie-banner button.tracking-12",all:!1}],optOut:[{click:".duet--cta--cookie-banner button.tracking-12 > span"}],test:[{eval:"EVAL_THEVERGE_0"}]},{name:"tidbits-com",cosmetic:!0,prehideSelectors:["#eu_cookie_law_widget-2"],detectCmp:[{exists:"#eu_cookie_law_widget-2"}],detectPopup:[{visible:"#eu_cookie_law_widget-2"}],optIn:[{click:"#eu-cookie-law form > input.accept"}],optOut:[{hide:"#eu_cookie_law_widget-2"}]},{name:"tractor-supply",runContext:{urlPattern:"^https://www\\.tractorsupply\\.com/"},cosmetic:!0,prehideSelectors:[".tsc-cookie-banner"],detectCmp:[{exists:".tsc-cookie-banner"}],detectPopup:[{visible:".tsc-cookie-banner"}],optIn:[{click:"#cookie-banner-cancel"}],optOut:[{hide:".tsc-cookie-banner"}]},{name:"trader-joes-com",cosmetic:!0,prehideSelectors:['div.aem-page > div[class^="CookiesAlert_cookiesAlert__"]'],detectCmp:[{exists:'div.aem-page > div[class^="CookiesAlert_cookiesAlert__"]'}],detectPopup:[{visible:'div.aem-page > div[class^="CookiesAlert_cookiesAlert__"]'}],optIn:[{click:'div[class^="CookiesAlert_cookiesAlert__container__"] button'}],optOut:[{hide:'div.aem-page > div[class^="CookiesAlert_cookiesAlert__"]'}]},{name:"transcend",vendorUrl:"https://unknown",cosmetic:!0,prehideSelectors:["#transcend-consent-manager"],detectCmp:[{exists:"#transcend-consent-manager"}],detectPopup:[{visible:"#transcend-consent-manager"}],optIn:[{waitForThenClick:["#transcend-consent-manager","#consentManagerMainDialog .inner-container button"]}],optOut:[{hide:"#transcend-consent-manager"}]},{name:"transip-nl",runContext:{urlPattern:"^https://www\\.transip\\.nl/"},prehideSelectors:["#consent-modal"],detectCmp:[{any:[{exists:"#consent-modal"},{exists:"#privacy-settings-content"}]}],detectPopup:[{any:[{visible:"#consent-modal"},{visible:"#privacy-settings-content"}]}],optIn:[{click:'button[type="submit"]'}],optOut:[{if:{exists:"#privacy-settings-content"},then:[{click:'button[type="submit"]'}],else:[{click:"div.one-modal__action-footer-column--secondary > a"}]}]},{name:"tropicfeel-com",prehideSelectors:["#shopify-section-cookies-controller"],detectCmp:[{exists:"#shopify-section-cookies-controller"}],detectPopup:[{visible:"#shopify-section-cookies-controller #cookies-controller-main-pane",check:"any"}],optIn:[{waitForThenClick:"#cookies-controller-main-pane form[data-form-allow-all] button"}],optOut:[{click:"#cookies-controller-main-pane a[data-tab-target=manage-cookies]"},{waitFor:"#manage-cookies-pane.active"},{click:"#manage-cookies-pane.active input[type=checkbox][checked]:not([disabled])",all:!0},{click:"#manage-cookies-pane.active button[type=submit]"}],test:[]},{name:"true-car",runContext:{urlPattern:"^https://www\\.truecar\\.com/"},cosmetic:!0,prehideSelectors:[['div[aria-labelledby="cookie-banner-heading"]']],detectCmp:[{exists:'div[aria-labelledby="cookie-banner-heading"]'}],detectPopup:[{visible:'div[aria-labelledby="cookie-banner-heading"]'}],optIn:[{click:'div[aria-labelledby="cookie-banner-heading"] > button[aria-label="Close"]'}],optOut:[{hide:'div[aria-labelledby="cookie-banner-heading"]'}]},{name:"truyo",prehideSelectors:["#truyo-consent-module"],detectCmp:[{exists:"#truyo-cookieBarContent"}],detectPopup:[{visible:"#truyo-consent-module"}],optIn:[{click:"button#acceptAllCookieButton"}],optOut:[{click:"button#declineAllCookieButton"}]},{name:"twcc",vendorUrl:"https://unknown",cosmetic:!1,runContext:{main:!0,frame:!1,urlPattern:""},prehideSelectors:["#twcc__mechanism"],detectCmp:[{exists:"#twcc__mechanism .twcc__notice"}],detectPopup:[{visible:"#twcc__mechanism .twcc__notice"}],optIn:[{waitForThenClick:"#twcc__accept-button"}],optOut:[{waitForThenClick:"#twcc__decline-button"}],test:[{eval:"EVAL_TWCC_TEST"}]},{name:"twitch-mobile",vendorUrl:"https://m.twitch.tv/",cosmetic:!0,runContext:{urlPattern:"^https?://m\\.twitch\\.tv"},prehideSelectors:[],detectCmp:[{exists:'.ReactModal__Overlay [href="https://www.twitch.tv/p/cookie-policy"]'}],detectPopup:[{visible:'.ReactModal__Overlay [href="https://www.twitch.tv/p/cookie-policy"]'}],optIn:[{waitForThenClick:'.ReactModal__Overlay:has([href="https://www.twitch.tv/p/cookie-policy"]) button'}],optOut:[{hide:'.ReactModal__Overlay:has([href="https://www.twitch.tv/p/cookie-policy"])'}]},{name:"twitch.tv",runContext:{urlPattern:"^https?://(www\\.)?twitch\\.tv"},prehideSelectors:["div:has(> .consent-banner .consent-banner__content--gdpr-v2),.ReactModalPortal:has([data-a-target=consent-modal-save])"],detectCmp:[{exists:".consent-banner .consent-banner__content--gdpr-v2"}],detectPopup:[{visible:".consent-banner .consent-banner__content--gdpr-v2"}],optIn:[{click:'button[data-a-target="consent-banner-accept"]'}],optOut:[{hide:"div:has(> .consent-banner .consent-banner__content--gdpr-v2)"},{click:'button[data-a-target="consent-banner-manage-preferences"]'},{waitFor:"input[type=checkbox][data-a-target=tw-checkbox]"},{click:"input[type=checkbox][data-a-target=tw-checkbox][checked]:not([disabled])",all:!0,optional:!0},{waitForThenClick:"[data-a-target=consent-modal-save]"},{waitForVisible:".ReactModalPortal:has([data-a-target=consent-modal-save])",check:"none"}]},{name:"twitter",runContext:{urlPattern:"^https://([a-z0-9-]+\\.)?(twitter|x)\\.com/"},prehideSelectors:['[data-testid="BottomBar"]'],detectCmp:[{exists:'[data-testid="BottomBar"] div'}],detectPopup:[{visible:'[data-testid="BottomBar"] div'}],optIn:[{waitForThenClick:'[data-testid="BottomBar"] > div:has(>div:first-child>div:last-child>button[role=button]>span) > div:last-child > button[role=button]:first-child'}],optOut:[{waitForThenClick:'[data-testid="BottomBar"] > div:has(>div:first-child>div:last-child>button[role=button]>span) > div:last-child > button[role=button]:last-child'}],TODOtest:[{eval:"EVAL_document.cookie.includes('d_prefs=MjoxLGNvbnNlbnRfdmVyc2lvbjoy')"}]},{name:"ubuntu.com",prehideSelectors:["dialog.cookie-policy"],detectCmp:[{any:[{exists:"dialog.cookie-policy header"},{exists:'xpath///*[@id="modal"]/div/header'}]}],detectPopup:[{any:[{visible:"dialog header"},{visible:'xpath///*[@id="modal"]/div/header'}]}],optIn:[{any:[{waitForThenClick:"#cookie-policy-button-accept"},{waitForThenClick:'xpath///*[@id="cookie-policy-button-accept"]'}]}],optOut:[{any:[{waitForThenClick:"button.js-manage"},{waitForThenClick:'xpath///*[@id="cookie-policy-content"]/p[4]/button[2]'}]},{waitForThenClick:"dialog.cookie-policy .p-switch__input:checked",optional:!0,all:!0,timeout:500},{any:[{waitForThenClick:"dialog.cookie-policy .js-save-preferences"},{waitForThenClick:'xpath///*[@id="modal"]/div/button'}]}],test:[{eval:"EVAL_UBUNTU_COM_0"}]},{name:"UK Cookie Consent",prehideSelectors:["#catapult-cookie-bar"],cosmetic:!0,detectCmp:[{exists:"#catapult-cookie-bar"}],detectPopup:[{exists:".has-cookie-bar #catapult-cookie-bar"}],optIn:[{click:"#catapultCookie"}],optOut:[{hide:"#catapult-cookie-bar"}],test:[{eval:"EVAL_UK_COOKIE_CONSENT_0"}]},{name:"urbanarmorgear-com",cosmetic:!0,prehideSelectors:['div[class^="Layout__CookieBannerContainer-"]'],detectCmp:[{exists:'div[class^="Layout__CookieBannerContainer-"]'}],detectPopup:[{visible:'div[class^="Layout__CookieBannerContainer-"]'}],optIn:[{click:'button[class^="CookieBanner__AcceptButton"]'}],optOut:[{hide:'div[class^="Layout__CookieBannerContainer-"]'}]},{name:"usercentrics-api",detectCmp:[{exists:"#usercentrics-root,#usercentrics-cmp-ui"}],detectPopup:[{eval:"EVAL_USERCENTRICS_API_0"},{if:{exists:"#usercentrics-cmp-ui"},then:[{waitForVisible:"#usercentrics-cmp-ui",timeout:2e3}],else:[{exists:["#usercentrics-root","[data-testid=uc-container]"]},{waitForVisible:"#usercentrics-root",timeout:2e3}]}],optIn:[{eval:"EVAL_USERCENTRICS_API_3"},{eval:"EVAL_USERCENTRICS_API_1"},{eval:"EVAL_USERCENTRICS_API_5"}],optOut:[{eval:"EVAL_USERCENTRICS_API_1"},{eval:"EVAL_USERCENTRICS_API_2"}],test:[{eval:"EVAL_USERCENTRICS_API_6"}]},{name:"usercentrics-button",detectCmp:[{exists:"#usercentrics-button"}],detectPopup:[{visible:"#usercentrics-button #uc-btn-accept-banner"}],optIn:[{click:"#usercentrics-button #uc-btn-accept-banner"}],optOut:[{click:"#usercentrics-button #uc-btn-deny-banner"}],test:[{eval:"EVAL_USERCENTRICS_BUTTON_0"}]},{name:"uswitch.com",runContext:{main:!0,frame:!1,urlPattern:"^https://(www\\.)?uswitch\\.com/"},prehideSelectors:[".ucb"],detectCmp:[{exists:".ucb-banner"}],detectPopup:[{visible:".ucb-banner"}],optIn:[{waitForThenClick:".ucb-banner .ucb-btn-accept"}],optOut:[{waitForThenClick:".ucb-banner .ucb-btn-save"}]},{name:"vodafone.de",runContext:{urlPattern:"^https://www\\.vodafone\\.de/"},prehideSelectors:[".dip-consent,.dip-consent-container"],detectCmp:[{exists:".dip-consent-container"}],detectPopup:[{visible:".dip-consent-content"}],optOut:[{click:'.dip-consent-btn[tabindex="2"]'}],optIn:[{click:'.dip-consent-btn[tabindex="1"]'}]},{name:"waitrose.com",prehideSelectors:["div[aria-labelledby=CookieAlertModalHeading]","section[data-test=initial-waitrose-cookie-consent-banner]","section[data-test=cookie-consent-modal]"],detectCmp:[{exists:"section[data-test=initial-waitrose-cookie-consent-banner]"}],detectPopup:[{visible:"section[data-test=initial-waitrose-cookie-consent-banner]"}],optIn:[{click:"button[data-test=accept-all]"}],optOut:[{click:"button[data-test=manage-cookies]"},{wait:200},{eval:"EVAL_WAITROSE_0"},{click:"button[data-test=submit]"}],test:[{eval:"EVAL_WAITROSE_1"}]},{name:"webflow",vendorUrl:"https://webflow.com/",prehideSelectors:[".fs-cc-components"],detectCmp:[{exists:".fs-cc-components"}],detectPopup:[{visible:".fs-cc-components"},{visible:"[fs-cc=banner]"}],optIn:[{wait:500},{waitForThenClick:"[fs-cc=banner] [fs-cc=allow]"}],optOut:[{wait:500},{waitForThenClick:"[fs-cc=banner] [fs-cc=deny]"}]},{name:"wetransfer.com",detectCmp:[{exists:".welcome__cookie-notice"}],detectPopup:[{visible:".welcome__cookie-notice"}],optIn:[{click:".welcome__button--accept"}],optOut:[{click:".welcome__button--decline"}]},{name:"whitepages.com",runContext:{urlPattern:"^https://www\\.whitepages\\.com/"},cosmetic:!0,prehideSelectors:[".cookie-wrapper, .cookie-overlay"],detectCmp:[{exists:".cookie-wrapper"}],detectPopup:[{visible:".cookie-overlay"}],optIn:[{click:'button[aria-label="Got it"]'}],optOut:[{hide:".cookie-wrapper"}]},{name:"wolframalpha",vendorUrl:"https://www.wolframalpha.com",prehideSelectors:[],cosmetic:!0,runContext:{urlPattern:"^https://www\\.wolframalpha\\.com/"},detectCmp:[{exists:"section._a_yb"}],detectPopup:[{visible:"section._a_yb"}],optIn:[{waitForThenClick:"section._a_yb button"}],optOut:[{hide:"section._a_yb"}]},{name:"woo-commerce-com",prehideSelectors:[".wccom-comp-privacy-banner .wccom-privacy-banner"],detectCmp:[{exists:".wccom-comp-privacy-banner .wccom-privacy-banner"}],detectPopup:[{exists:".wccom-comp-privacy-banner .wccom-privacy-banner"}],optIn:[{click:".wccom-privacy-banner__content-buttons button.is-primary"}],optOut:[{click:".wccom-privacy-banner__content-buttons button.is-secondary"},{waitForThenClick:"input[type=checkbox][checked]:not([disabled])",all:!0},{click:"div.wccom-modal__footer > button"}]},{name:"WP Cookie Notice for GDPR",vendorUrl:"https://wordpress.org/plugins/gdpr-cookie-consent/",prehideSelectors:["#gdpr-cookie-consent-bar"],detectCmp:[{exists:"#gdpr-cookie-consent-bar"}],detectPopup:[{visible:"#gdpr-cookie-consent-bar"}],optIn:[{waitForThenClick:"#gdpr-cookie-consent-bar #cookie_action_accept"}],optOut:[{waitForThenClick:"#gdpr-cookie-consent-bar #cookie_action_reject"}],test:[{eval:"EVAL_WP_COOKIE_NOTICE_0"}]},{name:"wpcc",cosmetic:!0,prehideSelectors:[".wpcc-container"],detectCmp:[{exists:".wpcc-container"}],detectPopup:[{exists:".wpcc-container .wpcc-message"}],optIn:[{click:".wpcc-compliance .wpcc-btn"}],optOut:[{hide:".wpcc-container"}]},{name:"xe.com",vendorUrl:"https://www.xe.com/",runContext:{urlPattern:"^https://www\\.xe\\.com/"},prehideSelectors:["[class*=ConsentBanner]"],detectCmp:[{exists:"[class*=ConsentBanner]"}],detectPopup:[{visible:"[class*=ConsentBanner]"}],optIn:[{waitForThenClick:"[class*=ConsentBanner] .egnScw"}],optOut:[{wait:1e3},{waitForThenClick:"[class*=ConsentBanner] .frDWEu"},{waitForThenClick:"[class*=ConsentBanner] .hXIpFU"}],test:[{eval:"EVAL_XE_TEST"}]},{name:"xhamster-eu",prehideSelectors:[".cookies-modal"],detectCmp:[{exists:".cookies-modal"}],detectPopup:[{exists:".cookies-modal"}],optIn:[{click:"button.cmd-button-accept-all"}],optOut:[{click:"button.cmd-button-reject-all"}]},{name:"xhamster-us",runContext:{urlPattern:"^https://(www\\.)?xhamster\\d?\\.com"},cosmetic:!0,prehideSelectors:[".cookie-announce"],detectCmp:[{exists:".cookie-announce"}],detectPopup:[{visible:".cookie-announce .announce-text"}],optIn:[{click:".cookie-announce button.xh-button"}],optOut:[{hide:".cookie-announce"}]},{name:"xing.com",detectCmp:[{exists:"div[class^=cookie-consent-CookieConsent]"}],detectPopup:[{exists:"div[class^=cookie-consent-CookieConsent]"}],optIn:[{click:"#consent-accept-button"}],optOut:[{click:"#consent-settings-button"},{click:".consent-banner-button-accept-overlay"}],test:[{eval:"EVAL_XING_0"}]},{name:"xnxx-com",cosmetic:!0,prehideSelectors:["#cookies-use-alert"],detectCmp:[{exists:"#cookies-use-alert"}],detectPopup:[{visible:"#cookies-use-alert"}],optIn:[{click:"#cookies-use-alert .close"}],optOut:[{hide:"#cookies-use-alert"}]},{name:"xvideos",vendorUrl:"https://xvideos.com",runContext:{urlPattern:"^https://[^/]*xvideos\\.com/"},prehideSelectors:[],detectCmp:[{exists:".disclaimer-opened #disclaimer-cookies"}],detectPopup:[{visible:".disclaimer-opened #disclaimer-cookies"}],optIn:[{waitForThenClick:"#disclaimer-accept_cookies"}],optOut:[{waitForThenClick:"#disclaimer-reject_cookies"}]},{name:"Yahoo",runContext:{urlPattern:"^https://consent\\.yahoo\\.com/v2/"},prehideSelectors:["#reject-all"],detectCmp:[{exists:"#consent-page"}],detectPopup:[{visible:"#consent-page"}],optIn:[{waitForThenClick:"#consent-page button[value=agree]"}],optOut:[{waitForThenClick:"#consent-page button[value=reject]"}]},{name:"youporn.com",cosmetic:!0,prehideSelectors:[".euCookieModal, #js_euCookieModal"],detectCmp:[{exists:".euCookieModal"}],detectPopup:[{exists:".euCookieModal, #js_euCookieModal"}],optIn:[{click:'button[name="user_acceptCookie"]'}],optOut:[{hide:".euCookieModal"}]},{name:"youtube-desktop",prehideSelectors:["tp-yt-iron-overlay-backdrop.opened","ytd-consent-bump-v2-lightbox"],detectCmp:[{exists:"ytd-consent-bump-v2-lightbox tp-yt-paper-dialog"},{exists:'ytd-consent-bump-v2-lightbox tp-yt-paper-dialog a[href^="https://consent.youtube.com/"]'}],detectPopup:[{visible:"ytd-consent-bump-v2-lightbox tp-yt-paper-dialog"}],optIn:[{waitForThenClick:"ytd-consent-bump-v2-lightbox .eom-buttons .eom-button-row:first-child ytd-button-renderer:last-child #button,ytd-consent-bump-v2-lightbox .eom-buttons .eom-button-row:first-child ytd-button-renderer:last-child button"},{wait:500}],optOut:[{waitForThenClick:"ytd-consent-bump-v2-lightbox .eom-buttons .eom-button-row:first-child ytd-button-renderer:first-child #button,ytd-consent-bump-v2-lightbox .eom-buttons .eom-button-row:first-child ytd-button-renderer:first-child button"},{wait:500}],test:[{wait:500},{eval:"EVAL_YOUTUBE_DESKTOP_0"}]},{name:"youtube-mobile",prehideSelectors:[".consent-bump-v2-lightbox"],detectCmp:[{exists:"ytm-consent-bump-v2-renderer"}],detectPopup:[{visible:"ytm-consent-bump-v2-renderer"}],optIn:[{waitForThenClick:"ytm-consent-bump-v2-renderer .privacy-terms + .one-col-dialog-buttons c3-material-button:first-child button, ytm-consent-bump-v2-renderer .privacy-terms + .one-col-dialog-buttons ytm-button-renderer:first-child button"},{wait:500}],optOut:[{waitForThenClick:"ytm-consent-bump-v2-renderer .privacy-terms + .one-col-dialog-buttons c3-material-button:nth-child(2) button, ytm-consent-bump-v2-renderer .privacy-terms + .one-col-dialog-buttons ytm-button-renderer:nth-child(2) button"},{wait:500}],test:[{wait:500},{eval:"EVAL_YOUTUBE_MOBILE_0"}]},{name:"zdf",prehideSelectors:["#zdf-cmp-banner-sdk"],detectCmp:[{exists:"#zdf-cmp-banner-sdk"}],detectPopup:[{visible:"#zdf-cmp-main.zdf-cmp-show"}],optIn:[{waitForThenClick:"#zdf-cmp-main #zdf-cmp-accept-btn"}],optOut:[{waitForThenClick:"#zdf-cmp-main #zdf-cmp-deny-btn"}],test:[]},{name:"zentralruf-de",runContext:{urlPattern:"^https://(www\\.)?zentralruf\\.de"},prehideSelectors:["#cookie_modal_wrapper"],detectCmp:[{exists:"#cookie_modal_wrapper"}],detectPopup:[{visible:"#cookie_modal_wrapper"}],optIn:[{waitForThenClick:"#cookie_modal_wrapper #cookie_modal_button_consent_all"}],optOut:[{waitForThenClick:"#cookie_modal_wrapper #cookie_modal_button_choose"}]}],nn={"didomi.io":{detectors:[{presentMatcher:{target:{selector:"#didomi-host, #didomi-notice"},type:"css"},showingMatcher:{target:{selector:"body.didomi-popup-open, .didomi-notice-banner"},type:"css"}}],methods:[{action:{target:{selector:".didomi-popup-notice-buttons .didomi-button:not(.didomi-button-highlight), .didomi-notice-banner .didomi-learn-more-button"},type:"click"},name:"OPEN_OPTIONS"},{action:{actions:[{retries:50,target:{selector:"#didomi-purpose-cookies"},type:"waitcss",waitTime:50},{consents:[{description:"Share (everything) with others",falseAction:{target:{selector:".didomi-components-radio__option[aria-describedby=didomi-purpose-share_whith_others]:first-child"},type:"click"},trueAction:{target:{selector:".didomi-components-radio__option[aria-describedby=didomi-purpose-share_whith_others]:last-child"},type:"click"},type:"X"},{description:"Information storage and access",falseAction:{target:{selector:".didomi-components-radio__option[aria-describedby=didomi-purpose-cookies]:first-child"},type:"click"},trueAction:{target:{selector:".didomi-components-radio__option[aria-describedby=didomi-purpose-cookies]:last-child"},type:"click"},type:"D"},{description:"Content selection, offers and marketing",falseAction:{target:{selector:".didomi-components-radio__option[aria-describedby=didomi-purpose-CL-T1Rgm7]:first-child"},type:"click"},trueAction:{target:{selector:".didomi-components-radio__option[aria-describedby=didomi-purpose-CL-T1Rgm7]:last-child"},type:"click"},type:"E"},{description:"Analytics",falseAction:{target:{selector:".didomi-components-radio__option[aria-describedby=didomi-purpose-analytics]:first-child"},type:"click"},trueAction:{target:{selector:".didomi-components-radio__option[aria-describedby=didomi-purpose-analytics]:last-child"},type:"click"},type:"B"},{description:"Analytics",falseAction:{target:{selector:".didomi-components-radio__option[aria-describedby=didomi-purpose-M9NRHJe3G]:first-child"},type:"click"},trueAction:{target:{selector:".didomi-components-radio__option[aria-describedby=didomi-purpose-M9NRHJe3G]:last-child"},type:"click"},type:"B"},{description:"Ad and content selection",falseAction:{target:{selector:".didomi-components-radio__option[aria-describedby=didomi-purpose-advertising_personalization]:first-child"},type:"click"},trueAction:{target:{selector:".didomi-components-radio__option[aria-describedby=didomi-purpose-advertising_personalization]:last-child"},type:"click"},type:"F"},{description:"Ad and content selection",falseAction:{parent:{childFilter:{target:{selector:"#didomi-purpose-pub-ciblee"}},selector:".didomi-consent-popup-data-processing, .didomi-components-accordion-label-container"},target:{selector:".didomi-components-radio__option[aria-describedby=didomi-purpose-pub-ciblee]:first-child"},type:"click"},trueAction:{target:{selector:".didomi-components-radio__option[aria-describedby=didomi-purpose-pub-ciblee]:last-child"},type:"click"},type:"F"},{description:"Ad and content selection - basics",falseAction:{target:{selector:".didomi-components-radio__option[aria-describedby=didomi-purpose-q4zlJqdcD]:first-child"},type:"click"},trueAction:{target:{selector:".didomi-components-radio__option[aria-describedby=didomi-purpose-q4zlJqdcD]:last-child"},type:"click"},type:"F"},{description:"Ad and content selection - partners and subsidiaries",falseAction:{target:{selector:".didomi-components-radio__option[aria-describedby=didomi-purpose-partenaire-cAsDe8jC]:first-child"},type:"click"},trueAction:{target:{selector:".didomi-components-radio__option[aria-describedby=didomi-purpose-partenaire-cAsDe8jC]:last-child"},type:"click"},type:"F"},{description:"Ad and content selection - social networks",falseAction:{target:{selector:".didomi-components-radio__option[aria-describedby=didomi-purpose-p4em9a8m]:first-child"},type:"click"},trueAction:{target:{selector:".didomi-components-radio__option[aria-describedby=didomi-purpose-p4em9a8m]:last-child"},type:"click"},type:"F"},{description:"Ad and content selection - others",falseAction:{target:{selector:".didomi-components-radio__option[aria-describedby=didomi-purpose-autres-pub]:first-child"},type:"click"},trueAction:{target:{selector:".didomi-components-radio__option[aria-describedby=didomi-purpose-autres-pub]:last-child"},type:"click"},type:"F"},{description:"Social networks",falseAction:{target:{selector:".didomi-components-radio__option[aria-describedby=didomi-purpose-reseauxsociaux]:first-child"},type:"click"},trueAction:{target:{selector:".didomi-components-radio__option[aria-describedby=didomi-purpose-reseauxsociaux]:last-child"},type:"click"},type:"A"},{description:"Social networks",falseAction:{target:{selector:".didomi-components-radio__option[aria-describedby=didomi-purpose-social_media]:first-child"},type:"click"},trueAction:{target:{selector:".didomi-components-radio__option[aria-describedby=didomi-purpose-social_media]:last-child"},type:"click"},type:"A"},{description:"Content selection",falseAction:{target:{selector:".didomi-components-radio__option[aria-describedby=didomi-purpose-content_personalization]:first-child"},type:"click"},trueAction:{target:{selector:".didomi-components-radio__option[aria-describedby=didomi-purpose-content_personalization]:last-child"},type:"click"},type:"E"},{description:"Ad delivery",falseAction:{target:{selector:".didomi-components-radio__option[aria-describedby=didomi-purpose-ad_delivery]:first-child"},type:"click"},trueAction:{target:{selector:".didomi-components-radio__option[aria-describedby=didomi-purpose-ad_delivery]:last-child"},type:"click"},type:"F"}],type:"consent"},{action:{consents:[{matcher:{childFilter:{target:{selector:":not(.didomi-components-radio__option--selected)"}},type:"css"},trueAction:{target:{selector:":nth-child(2)"},type:"click"},falseAction:{target:{selector:":first-child"},type:"click"},type:"X"}],type:"consent"},target:{selector:".didomi-components-radio"},type:"foreach"}],type:"list"},name:"DO_CONSENT"},{action:{parent:{selector:".didomi-consent-popup-footer .didomi-consent-popup-actions"},target:{selector:".didomi-components-button:first-child"},type:"click"},name:"SAVE_CONSENT"}]},oil:{detectors:[{presentMatcher:{target:{selector:".as-oil-content-overlay"},type:"css"},showingMatcher:{target:{selector:".as-oil-content-overlay"},type:"css"}}],methods:[{action:{actions:[{target:{selector:".as-js-advanced-settings"},type:"click"},{retries:"10",target:{selector:".as-oil-cpc__purpose-container"},type:"waitcss",waitTime:"250"}],type:"list"},name:"OPEN_OPTIONS"},{action:{actions:[{consents:[{matcher:{parent:{selector:".as-oil-cpc__purpose-container",textFilter:["Information storage and access","Opbevaring af og adgang til oplysninger på din enhed"]},target:{selector:"input"},type:"checkbox"},toggleAction:{parent:{selector:".as-oil-cpc__purpose-container",textFilter:["Information storage and access","Opbevaring af og adgang til oplysninger på din enhed"]},target:{selector:".as-oil-cpc__switch"},type:"click"},type:"D"},{matcher:{parent:{selector:".as-oil-cpc__purpose-container",textFilter:["Personlige annoncer","Personalisation"]},target:{selector:"input"},type:"checkbox"},toggleAction:{parent:{selector:".as-oil-cpc__purpose-container",textFilter:["Personlige annoncer","Personalisation"]},target:{selector:".as-oil-cpc__switch"},type:"click"},type:"E"},{matcher:{parent:{selector:".as-oil-cpc__purpose-container",textFilter:["Annoncevalg, levering og rapportering","Ad selection, delivery, reporting"]},target:{selector:"input"},type:"checkbox"},toggleAction:{parent:{selector:".as-oil-cpc__purpose-container",textFilter:["Annoncevalg, levering og rapportering","Ad selection, delivery, reporting"]},target:{selector:".as-oil-cpc__switch"},type:"click"},type:"F"},{matcher:{parent:{selector:".as-oil-cpc__purpose-container",textFilter:["Personalisering af indhold","Content selection, delivery, reporting"]},target:{selector:"input"},type:"checkbox"},toggleAction:{parent:{selector:".as-oil-cpc__purpose-container",textFilter:["Personalisering af indhold","Content selection, delivery, reporting"]},target:{selector:".as-oil-cpc__switch"},type:"click"},type:"E"},{matcher:{parent:{childFilter:{target:{selector:".as-oil-cpc__purpose-header",textFilter:["Måling","Measurement"]}},selector:".as-oil-cpc__purpose-container"},target:{selector:"input"},type:"checkbox"},toggleAction:{parent:{childFilter:{target:{selector:".as-oil-cpc__purpose-header",textFilter:["Måling","Measurement"]}},selector:".as-oil-cpc__purpose-container"},target:{selector:".as-oil-cpc__switch"},type:"click"},type:"B"},{matcher:{parent:{selector:".as-oil-cpc__purpose-container",textFilter:"Google"},target:{selector:"input"},type:"checkbox"},toggleAction:{parent:{selector:".as-oil-cpc__purpose-container",textFilter:"Google"},target:{selector:".as-oil-cpc__switch"},type:"click"},type:"F"}],type:"consent"}],type:"list"},name:"DO_CONSENT"},{action:{target:{selector:".as-oil__btn-optin"},type:"click"},name:"SAVE_CONSENT"},{action:{target:{selector:"div.as-oil"},type:"hide"},name:"HIDE_CMP"}]},optanon:{detectors:[{presentMatcher:{target:{selector:"#optanon-menu, .optanon-alert-box-wrapper"},type:"css"},showingMatcher:{target:{displayFilter:!0,selector:".optanon-alert-box-wrapper"},type:"css"}}],methods:[{action:{actions:[{target:{selector:".optanon-alert-box-wrapper .optanon-toggle-display, a[onclick*='OneTrust.ToggleInfoDisplay()'], a[onclick*='Optanon.ToggleInfoDisplay()']"},type:"click"}],type:"list"},name:"OPEN_OPTIONS"},{action:{actions:[{target:{selector:".preference-menu-item #Your-privacy"},type:"click"},{target:{selector:"#optanon-vendor-consent-text"},type:"click"},{action:{consents:[{matcher:{target:{selector:"input"},type:"checkbox"},toggleAction:{target:{selector:"label"},type:"click"},type:"X"}],type:"consent"},target:{selector:"#optanon-vendor-consent-list .vendor-item"},type:"foreach"},{target:{selector:".vendor-consent-back-link"},type:"click"},{parent:{selector:"#optanon-menu, .optanon-menu"},target:{selector:".menu-item-performance"},trueAction:{actions:[{parent:{selector:"#optanon-menu, .optanon-menu"},target:{selector:".menu-item-performance"},type:"click"},{consents:[{matcher:{parent:{selector:"#optanon-popup-body-right"},target:{selector:".optanon-status input"},type:"checkbox"},toggleAction:{parent:{selector:"#optanon-popup-body-right"},target:{selector:".optanon-status label"},type:"click"},type:"B"}],type:"consent"}],type:"list"},type:"ifcss"},{parent:{selector:"#optanon-menu, .optanon-menu"},target:{selector:".menu-item-functional"},trueAction:{actions:[{parent:{selector:"#optanon-menu, .optanon-menu"},target:{selector:".menu-item-functional"},type:"click"},{consents:[{matcher:{parent:{selector:"#optanon-popup-body-right"},target:{selector:".optanon-status input"},type:"checkbox"},toggleAction:{parent:{selector:"#optanon-popup-body-right"},target:{selector:".optanon-status label"},type:"click"},type:"E"}],type:"consent"}],type:"list"},type:"ifcss"},{parent:{selector:"#optanon-menu, .optanon-menu"},target:{selector:".menu-item-advertising"},trueAction:{actions:[{parent:{selector:"#optanon-menu, .optanon-menu"},target:{selector:".menu-item-advertising"},type:"click"},{consents:[{matcher:{parent:{selector:"#optanon-popup-body-right"},target:{selector:".optanon-status input"},type:"checkbox"},toggleAction:{parent:{selector:"#optanon-popup-body-right"},target:{selector:".optanon-status label"},type:"click"},type:"F"}],type:"consent"}],type:"list"},type:"ifcss"},{parent:{selector:"#optanon-menu, .optanon-menu"},target:{selector:".menu-item-social"},trueAction:{actions:[{parent:{selector:"#optanon-menu, .optanon-menu"},target:{selector:".menu-item-social"},type:"click"},{consents:[{matcher:{parent:{selector:"#optanon-popup-body-right"},target:{selector:".optanon-status input"},type:"checkbox"},toggleAction:{parent:{selector:"#optanon-popup-body-right"},target:{selector:".optanon-status label"},type:"click"},type:"B"}],type:"consent"}],type:"list"},type:"ifcss"},{parent:{selector:"#optanon-menu, .optanon-menu"},target:{selector:".menu-item-necessary",textFilter:"Social Media Cookies"},trueAction:{actions:[{parent:{selector:"#optanon-menu, .optanon-menu"},target:{selector:".menu-item-necessary",textFilter:"Social Media Cookies"},type:"click"},{consents:[{matcher:{parent:{selector:"#optanon-popup-body-right"},target:{selector:".optanon-status input"},type:"checkbox"},toggleAction:{parent:{selector:"#optanon-popup-body-right"},target:{selector:".optanon-status label"},type:"click"},type:"B"}],type:"consent"}],type:"list"},type:"ifcss"},{parent:{selector:"#optanon-menu, .optanon-menu"},target:{selector:".menu-item-necessary",textFilter:"Personalisation"},trueAction:{actions:[{parent:{selector:"#optanon-menu, .optanon-menu"},target:{selector:".menu-item-necessary",textFilter:"Personalisation"},type:"click"},{consents:[{matcher:{parent:{selector:"#optanon-popup-body-right"},target:{selector:".optanon-status input"},type:"checkbox"},toggleAction:{parent:{selector:"#optanon-popup-body-right"},target:{selector:".optanon-status label"},type:"click"},type:"E"}],type:"consent"}],type:"list"},type:"ifcss"},{parent:{selector:"#optanon-menu, .optanon-menu"},target:{selector:".menu-item-necessary",textFilter:"Site monitoring cookies"},trueAction:{actions:[{parent:{selector:"#optanon-menu, .optanon-menu"},target:{selector:".menu-item-necessary",textFilter:"Site monitoring cookies"},type:"click"},{consents:[{matcher:{parent:{selector:"#optanon-popup-body-right"},target:{selector:".optanon-status input"},type:"checkbox"},toggleAction:{parent:{selector:"#optanon-popup-body-right"},target:{selector:".optanon-status label"},type:"click"},type:"B"}],type:"consent"}],type:"list"},type:"ifcss"},{parent:{selector:"#optanon-menu, .optanon-menu"},target:{selector:".menu-item-necessary",textFilter:"Third party privacy-enhanced content"},trueAction:{actions:[{parent:{selector:"#optanon-menu, .optanon-menu"},target:{selector:".menu-item-necessary",textFilter:"Third party privacy-enhanced content"},type:"click"},{consents:[{matcher:{parent:{selector:"#optanon-popup-body-right"},target:{selector:".optanon-status input"},type:"checkbox"},toggleAction:{parent:{selector:"#optanon-popup-body-right"},target:{selector:".optanon-status label"},type:"click"},type:"X"}],type:"consent"}],type:"list"},type:"ifcss"},{parent:{selector:"#optanon-menu, .optanon-menu"},target:{selector:".menu-item-necessary",textFilter:"Performance & Advertising Cookies"},trueAction:{actions:[{parent:{selector:"#optanon-menu, .optanon-menu"},target:{selector:".menu-item-necessary",textFilter:"Performance & Advertising Cookies"},type:"click"},{consents:[{matcher:{parent:{selector:"#optanon-popup-body-right"},target:{selector:".optanon-status input"},type:"checkbox"},toggleAction:{parent:{selector:"#optanon-popup-body-right"},target:{selector:".optanon-status label"},type:"click"},type:"F"}],type:"consent"}],type:"list"},type:"ifcss"},{parent:{selector:"#optanon-menu, .optanon-menu"},target:{selector:".menu-item-necessary",textFilter:"Information storage and access"},trueAction:{actions:[{parent:{selector:"#optanon-menu, .optanon-menu"},target:{selector:".menu-item-necessary",textFilter:"Information storage and access"},type:"click"},{consents:[{matcher:{parent:{selector:"#optanon-popup-body-right"},target:{selector:".optanon-status input"},type:"checkbox"},toggleAction:{parent:{selector:"#optanon-popup-body-right"},target:{selector:".optanon-status label"},type:"click"},type:"D"}],type:"consent"}],type:"list"},type:"ifcss"},{parent:{selector:"#optanon-menu, .optanon-menu"},target:{selector:".menu-item-necessary",textFilter:"Ad selection, delivery, reporting"},trueAction:{actions:[{parent:{selector:"#optanon-menu, .optanon-menu"},target:{selector:".menu-item-necessary",textFilter:"Ad selection, delivery, reporting"},type:"click"},{consents:[{matcher:{parent:{selector:"#optanon-popup-body-right"},target:{selector:".optanon-status input"},type:"checkbox"},toggleAction:{parent:{selector:"#optanon-popup-body-right"},target:{selector:".optanon-status label"},type:"click"},type:"F"}],type:"consent"}],type:"list"},type:"ifcss"},{parent:{selector:"#optanon-menu, .optanon-menu"},target:{selector:".menu-item-necessary",textFilter:"Content selection, delivery, reporting"},trueAction:{actions:[{parent:{selector:"#optanon-menu, .optanon-menu"},target:{selector:".menu-item-necessary",textFilter:"Content selection, delivery, reporting"},type:"click"},{consents:[{matcher:{parent:{selector:"#optanon-popup-body-right"},target:{selector:".optanon-status input"},type:"checkbox"},toggleAction:{parent:{selector:"#optanon-popup-body-right"},target:{selector:".optanon-status label"},type:"click"},type:"E"}],type:"consent"}],type:"list"},type:"ifcss"},{parent:{selector:"#optanon-menu, .optanon-menu"},target:{selector:".menu-item-necessary",textFilter:"Measurement"},trueAction:{actions:[{parent:{selector:"#optanon-menu, .optanon-menu"},target:{selector:".menu-item-necessary",textFilter:"Measurement"},type:"click"},{consents:[{matcher:{parent:{selector:"#optanon-popup-body-right"},target:{selector:".optanon-status input"},type:"checkbox"},toggleAction:{parent:{selector:"#optanon-popup-body-right"},target:{selector:".optanon-status label"},type:"click"},type:"B"}],type:"consent"}],type:"list"},type:"ifcss"},{parent:{selector:"#optanon-menu, .optanon-menu"},target:{selector:".menu-item-necessary",textFilter:"Recommended Cookies"},trueAction:{actions:[{parent:{selector:"#optanon-menu, .optanon-menu"},target:{selector:".menu-item-necessary",textFilter:"Recommended Cookies"},type:"click"},{consents:[{matcher:{parent:{selector:"#optanon-popup-body-right"},target:{selector:".optanon-status input"},type:"checkbox"},toggleAction:{parent:{selector:"#optanon-popup-body-right"},target:{selector:".optanon-status label"},type:"click"},type:"X"}],type:"consent"}],type:"list"},type:"ifcss"},{parent:{selector:"#optanon-menu, .optanon-menu"},target:{selector:".menu-item-necessary",textFilter:"Unclassified Cookies"},trueAction:{actions:[{parent:{selector:"#optanon-menu, .optanon-menu"},target:{selector:".menu-item-necessary",textFilter:"Unclassified Cookies"},type:"click"},{consents:[{matcher:{parent:{selector:"#optanon-popup-body-right"},target:{selector:".optanon-status input"},type:"checkbox"},toggleAction:{parent:{selector:"#optanon-popup-body-right"},target:{selector:".optanon-status label"},type:"click"},type:"X"}],type:"consent"}],type:"list"},type:"ifcss"},{parent:{selector:"#optanon-menu, .optanon-menu"},target:{selector:".menu-item-necessary",textFilter:"Analytical Cookies"},trueAction:{actions:[{parent:{selector:"#optanon-menu, .optanon-menu"},target:{selector:".menu-item-necessary",textFilter:"Analytical Cookies"},type:"click"},{consents:[{matcher:{parent:{selector:"#optanon-popup-body-right"},target:{selector:".optanon-status input"},type:"checkbox"},toggleAction:{parent:{selector:"#optanon-popup-body-right"},target:{selector:".optanon-status label"},type:"click"},type:"B"}],type:"consent"}],type:"list"},type:"ifcss"},{parent:{selector:"#optanon-menu, .optanon-menu"},target:{selector:".menu-item-necessary",textFilter:"Marketing Cookies"},trueAction:{actions:[{parent:{selector:"#optanon-menu, .optanon-menu"},target:{selector:".menu-item-necessary",textFilter:"Marketing Cookies"},type:"click"},{consents:[{matcher:{parent:{selector:"#optanon-popup-body-right"},target:{selector:".optanon-status input"},type:"checkbox"},toggleAction:{parent:{selector:"#optanon-popup-body-right"},target:{selector:".optanon-status label"},type:"click"},type:"F"}],type:"consent"}],type:"list"},type:"ifcss"},{parent:{selector:"#optanon-menu, .optanon-menu"},target:{selector:".menu-item-necessary",textFilter:"Personalization"},trueAction:{actions:[{parent:{selector:"#optanon-menu, .optanon-menu"},target:{selector:".menu-item-necessary",textFilter:"Personalization"},type:"click"},{consents:[{matcher:{parent:{selector:"#optanon-popup-body-right"},target:{selector:".optanon-status input"},type:"checkbox"},toggleAction:{parent:{selector:"#optanon-popup-body-right"},target:{selector:".optanon-status label"},type:"click"},type:"E"}],type:"consent"}],type:"list"},type:"ifcss"},{parent:{selector:"#optanon-menu, .optanon-menu"},target:{selector:".menu-item-necessary",textFilter:"Ad Selection, Delivery & Reporting"},trueAction:{actions:[{parent:{selector:"#optanon-menu, .optanon-menu"},target:{selector:".menu-item-necessary",textFilter:"Ad Selection, Delivery & Reporting"},type:"click"},{consents:[{matcher:{parent:{selector:"#optanon-popup-body-right"},target:{selector:".optanon-status input"},type:"checkbox"},toggleAction:{parent:{selector:"#optanon-popup-body-right"},target:{selector:".optanon-status label"},type:"click"},type:"F"}],type:"consent"}],type:"list"},type:"ifcss"},{parent:{selector:"#optanon-menu, .optanon-menu"},target:{selector:".menu-item-necessary",textFilter:"Content Selection, Delivery & Reporting"},trueAction:{actions:[{parent:{selector:"#optanon-menu, .optanon-menu"},target:{selector:".menu-item-necessary",textFilter:"Content Selection, Delivery & Reporting"},type:"click"},{consents:[{matcher:{parent:{selector:"#optanon-popup-body-right"},target:{selector:".optanon-status input"},type:"checkbox"},toggleAction:{parent:{selector:"#optanon-popup-body-right"},target:{selector:".optanon-status label"},type:"click"},type:"E"}],type:"consent"}],type:"list"},type:"ifcss"}],type:"list"},name:"DO_CONSENT"},{action:{parent:{selector:".optanon-save-settings-button"},target:{selector:".optanon-white-button-middle"},type:"click"},name:"SAVE_CONSENT"},{action:{actions:[{target:{selector:"#optanon-popup-wrapper"},type:"hide"},{target:{selector:"#optanon-popup-bg"},type:"hide"},{target:{selector:".optanon-alert-box-wrapper"},type:"hide"}],type:"list"},name:"HIDE_CMP"}]},quantcast2:{detectors:[{presentMatcher:{target:{selector:"[data-tracking-opt-in-overlay]"},type:"css"},showingMatcher:{target:{selector:"[data-tracking-opt-in-overlay] [data-tracking-opt-in-learn-more]"},type:"css"}}],methods:[{action:{target:{selector:"[data-tracking-opt-in-overlay] [data-tracking-opt-in-learn-more]"},type:"click"},name:"OPEN_OPTIONS"},{action:{actions:[{type:"wait",waitTime:500},{action:{actions:[{target:{selector:"div",textFilter:["Information storage and access"]},trueAction:{consents:[{matcher:{target:{selector:"input"},type:"checkbox"},toggleAction:{target:{selector:"label"},type:"click"},type:"D"}],type:"consent"},type:"ifcss"},{target:{selector:"div",textFilter:["Personalization"]},trueAction:{consents:[{matcher:{target:{selector:"input"},type:"checkbox"},toggleAction:{target:{selector:"label"},type:"click"},type:"F"}],type:"consent"},type:"ifcss"},{target:{selector:"div",textFilter:["Ad selection, delivery, reporting"]},trueAction:{consents:[{matcher:{target:{selector:"input"},type:"checkbox"},toggleAction:{target:{selector:"label"},type:"click"},type:"F"}],type:"consent"},type:"ifcss"},{target:{selector:"div",textFilter:["Content selection, delivery, reporting"]},trueAction:{consents:[{matcher:{target:{selector:"input"},type:"checkbox"},toggleAction:{target:{selector:"label"},type:"click"},type:"E"}],type:"consent"},type:"ifcss"},{target:{selector:"div",textFilter:["Measurement"]},trueAction:{consents:[{matcher:{target:{selector:"input"},type:"checkbox"},toggleAction:{target:{selector:"label"},type:"click"},type:"B"}],type:"consent"},type:"ifcss"},{target:{selector:"div",textFilter:["Other Partners"]},trueAction:{consents:[{matcher:{target:{selector:"input"},type:"checkbox"},toggleAction:{target:{selector:"label"},type:"click"},type:"X"}],type:"consent"},type:"ifcss"}],type:"list"},parent:{childFilter:{target:{selector:"input"}},selector:"[data-tracking-opt-in-overlay] > div > div"},target:{childFilter:{target:{selector:"input"}},selector:":scope > div"},type:"foreach"}],type:"list"},name:"DO_CONSENT"},{action:{target:{selector:"[data-tracking-opt-in-overlay] [data-tracking-opt-in-save]"},type:"click"},name:"SAVE_CONSENT"}]},springer:{detectors:[{presentMatcher:{parent:null,target:{selector:".cmp-app_gdpr"},type:"css"},showingMatcher:{parent:null,target:{displayFilter:!0,selector:".cmp-popup_popup"},type:"css"}}],methods:[{action:{actions:[{target:{selector:".cmp-intro_rejectAll"},type:"click"},{type:"wait",waitTime:250},{target:{selector:".cmp-purposes_purposeItem:not(.cmp-purposes_selectedPurpose)"},type:"click"}],type:"list"},name:"OPEN_OPTIONS"},{action:{consents:[{matcher:{parent:{selector:".cmp-purposes_detailHeader",textFilter:"Przechowywanie informacji na urządzeniu lub dostęp do nich",childFilter:{target:{selector:".cmp-switch_switch"}}},target:{selector:".cmp-switch_switch .cmp-switch_isSelected"},type:"css"},toggleAction:{parent:{selector:".cmp-purposes_detailHeader",textFilter:"Przechowywanie informacji na urządzeniu lub dostęp do nich",childFilter:{target:{selector:".cmp-switch_switch"}}},target:{selector:".cmp-switch_switch:not(.cmp-switch_isSelected)"},type:"click"},type:"D"},{matcher:{parent:{selector:".cmp-purposes_detailHeader",textFilter:"Wybór podstawowych reklam",childFilter:{target:{selector:".cmp-switch_switch"}}},target:{selector:".cmp-switch_switch .cmp-switch_isSelected"},type:"css"},toggleAction:{parent:{selector:".cmp-purposes_detailHeader",textFilter:"Wybór podstawowych reklam",childFilter:{target:{selector:".cmp-switch_switch"}}},target:{selector:".cmp-switch_switch:not(.cmp-switch_isSelected)"},type:"click"},type:"F"},{matcher:{parent:{selector:".cmp-purposes_detailHeader",textFilter:"Tworzenie profilu spersonalizowanych reklam",childFilter:{target:{selector:".cmp-switch_switch"}}},target:{selector:".cmp-switch_switch .cmp-switch_isSelected"},type:"css"},toggleAction:{parent:{selector:".cmp-purposes_detailHeader",textFilter:"Tworzenie profilu spersonalizowanych reklam",childFilter:{target:{selector:".cmp-switch_switch"}}},target:{selector:".cmp-switch_switch:not(.cmp-switch_isSelected)"},type:"click"},type:"F"},{matcher:{parent:{selector:".cmp-purposes_detailHeader",textFilter:"Wybór spersonalizowanych reklam",childFilter:{target:{selector:".cmp-switch_switch"}}},target:{selector:".cmp-switch_switch .cmp-switch_isSelected"},type:"css"},toggleAction:{parent:{selector:".cmp-purposes_detailHeader",textFilter:"Wybór spersonalizowanych reklam",childFilter:{target:{selector:".cmp-switch_switch"}}},target:{selector:".cmp-switch_switch:not(.cmp-switch_isSelected)"},type:"click"},type:"E"},{matcher:{parent:{selector:".cmp-purposes_detailHeader",textFilter:"Tworzenie profilu spersonalizowanych treści",childFilter:{target:{selector:".cmp-switch_switch"}}},target:{selector:".cmp-switch_switch .cmp-switch_isSelected"},type:"css"},toggleAction:{parent:{selector:".cmp-purposes_detailHeader",textFilter:"Tworzenie profilu spersonalizowanych treści",childFilter:{target:{selector:".cmp-switch_switch"}}},target:{selector:".cmp-switch_switch:not(.cmp-switch_isSelected)"},type:"click"},type:"E"},{matcher:{parent:{selector:".cmp-purposes_detailHeader",textFilter:"Wybór spersonalizowanych treści",childFilter:{target:{selector:".cmp-switch_switch"}}},target:{selector:".cmp-switch_switch .cmp-switch_isSelected"},type:"css"},toggleAction:{parent:{selector:".cmp-purposes_detailHeader",textFilter:"Wybór spersonalizowanych treści",childFilter:{target:{selector:".cmp-switch_switch"}}},target:{selector:".cmp-switch_switch:not(.cmp-switch_isSelected)"},type:"click"},type:"B"},{matcher:{parent:{selector:".cmp-purposes_detailHeader",textFilter:"Pomiar wydajności reklam",childFilter:{target:{selector:".cmp-switch_switch"}}},target:{selector:".cmp-switch_switch .cmp-switch_isSelected"},type:"css"},toggleAction:{parent:{selector:".cmp-purposes_detailHeader",textFilter:"Pomiar wydajności reklam",childFilter:{target:{selector:".cmp-switch_switch"}}},target:{selector:".cmp-switch_switch:not(.cmp-switch_isSelected)"},type:"click"},type:"B"},{matcher:{parent:{selector:".cmp-purposes_detailHeader",textFilter:"Pomiar wydajności treści",childFilter:{target:{selector:".cmp-switch_switch"}}},target:{selector:".cmp-switch_switch .cmp-switch_isSelected"},type:"css"},toggleAction:{parent:{selector:".cmp-purposes_detailHeader",textFilter:"Pomiar wydajności treści",childFilter:{target:{selector:".cmp-switch_switch"}}},target:{selector:".cmp-switch_switch:not(.cmp-switch_isSelected)"},type:"click"},type:"B"},{matcher:{parent:{selector:".cmp-purposes_detailHeader",textFilter:"Stosowanie badań rynkowych w celu generowania opinii odbiorców",childFilter:{target:{selector:".cmp-switch_switch"}}},target:{selector:".cmp-switch_switch .cmp-switch_isSelected"},type:"css"},toggleAction:{parent:{selector:".cmp-purposes_detailHeader",textFilter:"Stosowanie badań rynkowych w celu generowania opinii odbiorców",childFilter:{target:{selector:".cmp-switch_switch"}}},target:{selector:".cmp-switch_switch:not(.cmp-switch_isSelected)"},type:"click"},type:"X"},{matcher:{parent:{selector:".cmp-purposes_detailHeader",textFilter:"Opracowywanie i ulepszanie produktów",childFilter:{target:{selector:".cmp-switch_switch"}}},target:{selector:".cmp-switch_switch .cmp-switch_isSelected"},type:"css"},toggleAction:{parent:{selector:".cmp-purposes_detailHeader",textFilter:"Opracowywanie i ulepszanie produktów",childFilter:{target:{selector:".cmp-switch_switch"}}},target:{selector:".cmp-switch_switch:not(.cmp-switch_isSelected)"},type:"click"},type:"X"}],type:"consent"},name:"DO_CONSENT"},{action:{target:{selector:".cmp-details_save"},type:"click"},name:"SAVE_CONSENT"}]},wordpressgdpr:{detectors:[{presentMatcher:{parent:null,target:{selector:".wpgdprc-consent-bar"},type:"css"},showingMatcher:{parent:null,target:{displayFilter:!0,selector:".wpgdprc-consent-bar"},type:"css"}}],methods:[{action:{parent:null,target:{selector:".wpgdprc-consent-bar .wpgdprc-consent-bar__settings",textFilter:null},type:"click"},name:"OPEN_OPTIONS"},{action:{actions:[{target:{selector:".wpgdprc-consent-modal .wpgdprc-button",textFilter:"Eyeota"},type:"click"},{consents:[{description:"Eyeota Cookies",matcher:{parent:{selector:".wpgdprc-consent-modal__description",textFilter:"Eyeota"},target:{selector:"input"},type:"checkbox"},toggleAction:{parent:{selector:".wpgdprc-consent-modal__description",textFilter:"Eyeota"},target:{selector:"label"},type:"click"},type:"X"}],type:"consent"},{target:{selector:".wpgdprc-consent-modal .wpgdprc-button",textFilter:"Advertising"},type:"click"},{consents:[{description:"Advertising Cookies",matcher:{parent:{selector:".wpgdprc-consent-modal__description",textFilter:"Advertising"},target:{selector:"input"},type:"checkbox"},toggleAction:{parent:{selector:".wpgdprc-consent-modal__description",textFilter:"Advertising"},target:{selector:"label"},type:"click"},type:"F"}],type:"consent"}],type:"list"},name:"DO_CONSENT"},{action:{parent:null,target:{selector:".wpgdprc-button",textFilter:"Save my settings"},type:"click"},name:"SAVE_CONSENT"}]}},sn={autoconsent:on,consentomatic:nn},cn=Object.freeze({__proto__:null,autoconsent:on,consentomatic:nn,default:sn}); +!function(){"use strict";var e=class e{static setBase(t){e.base=t}static findElement(t,o=null,i=!1){let n=null;return n=null!=o?Array.from(o.querySelectorAll(t.selector)):null!=e.base?Array.from(e.base.querySelectorAll(t.selector)):Array.from(document.querySelectorAll(t.selector)),null!=t.textFilter&&(n=n.filter((e=>{const o=e.textContent.toLowerCase();if(Array.isArray(t.textFilter)){let e=!1;for(const i of t.textFilter)if(-1!==o.indexOf(i.toLowerCase())){e=!0;break}return e}return null!=t.textFilter&&-1!==o.indexOf(t.textFilter.toLowerCase())}))),null!=t.styleFilters&&(n=n.filter((e=>{const o=window.getComputedStyle(e);let i=!0;for(const e of t.styleFilters){const t=o[e.option];i=e.negated?i&&t!==e.value:i&&t===e.value}return i}))),null!=t.displayFilter&&(n=n.filter((e=>t.displayFilter?0!==e.offsetHeight:0===e.offsetHeight))),null!=t.iframeFilter&&(n=n.filter((()=>t.iframeFilter?window.location!==window.parent.location:window.location===window.parent.location))),null!=t.childFilter&&(n=n.filter((o=>{const i=e.base;e.setBase(o);const n=e.find(t.childFilter);return e.setBase(i),null!=n.target}))),i?n:(n.length>1&&console.warn("Multiple possible targets: ",n,t,o),n[0])}static find(t,o=!1){const i=[];if(null!=t.parent){const n=e.findElement(t.parent,null,o);if(null!=n){if(n instanceof Array)return n.forEach((n=>{const s=e.findElement(t.target,n,o);s instanceof Array?s.forEach((e=>{i.push({parent:n,target:e})})):i.push({parent:n,target:s})})),i;{const s=e.findElement(t.target,n,o);s instanceof Array?s.forEach((e=>{i.push({parent:n,target:e})})):i.push({parent:n,target:s})}}}else{const n=e.findElement(t.target,null,o);n instanceof Array?n.forEach((e=>{i.push({parent:null,target:e})})):i.push({parent:null,target:n})}return 0===i.length&&i.push({parent:null,target:null}),o?i:(1!==i.length&&console.warn("Multiple results found, even though multiple false",i),i[0])}};e.base=null;var t=e;function o(e){const o=t.find(e);return"css"===e.type?!!o.target:"checkbox"===e.type?!!o.target&&o.target.checked:void 0}async function i(e,s){switch(e.type){case"click":return async function(e){const o=t.find(e);null!=o.target&&o.target.click();return n(0)}(e);case"list":return async function(e,t){for(const o of e.actions)await i(o,t)}(e,s);case"consent":return async function(e,t){for(const n of e.consents){const e=-1!==t.indexOf(n.type);if(n.matcher&&n.toggleAction){o(n.matcher)!==e&&await i(n.toggleAction)}else e?await i(n.trueAction):await i(n.falseAction)}}(e,s);case"ifcss":return async function(e,o){const n=t.find(e);n.target?e.falseAction&&await i(e.falseAction,o):e.trueAction&&await i(e.trueAction,o)}(e,s);case"waitcss":return async function(e){await new Promise((o=>{let i=e.retries||10;const n=e.waitTime||250,s=()=>{const c=t.find(e);(e.negated&&c.target||!e.negated&&!c.target)&&i>0?(i-=1,setTimeout(s,n)):o()};s()}))}(e);case"foreach":return async function(e,o){const n=t.find(e,!0),s=t.base;for(const s of n)s.target&&(t.setBase(s.target),await i(e.action,o));t.setBase(s)}(e,s);case"hide":return async function(e){const o=t.find(e);o.target&&o.target.classList.add("Autoconsent-Hidden")}(e);case"slide":return async function(e){const o=t.find(e),i=t.find(e.dragTarget);if(o.target){const e=o.target.getBoundingClientRect(),t=i.target.getBoundingClientRect();let n=t.top-e.top,s=t.left-e.left;"y"===this.config.axis.toLowerCase()&&(s=0),"x"===this.config.axis.toLowerCase()&&(n=0);const c=window.screenX+e.left+e.width/2,r=window.screenY+e.top+e.height/2,a=e.left+e.width/2,l=e.top+e.height/2,p=document.createEvent("MouseEvents");p.initMouseEvent("mousedown",!0,!0,window,0,c,r,a,l,!1,!1,!1,!1,0,o.target);const d=document.createEvent("MouseEvents");d.initMouseEvent("mousemove",!0,!0,window,0,c+s,r+n,a+s,l+n,!1,!1,!1,!1,0,o.target);const u=document.createEvent("MouseEvents");u.initMouseEvent("mouseup",!0,!0,window,0,c+s,r+n,a+s,l+n,!1,!1,!1,!1,0,o.target),o.target.dispatchEvent(p),await this.waitTimeout(10),o.target.dispatchEvent(d),await this.waitTimeout(10),o.target.dispatchEvent(u)}}(e);case"close":return async function(){window.close()}();case"wait":return async function(e){await n(e.waitTime)}(e);case"eval":return async function(e){return console.log("eval!",e.code),new Promise((t=>{try{e.async?(window.eval(e.code),setTimeout((()=>{t(window.eval("window.__consentCheckResult"))}),e.timeout||250)):t(window.eval(e.code))}catch(o){console.warn("eval error",o,e.code),t(!1)}}))}(e);default:throw new Error("Unknown action type: "+e.type)}}function n(e){return new Promise((t=>{setTimeout((()=>{t()}),e)}))}function s(){return crypto&&void 0!==crypto.randomUUID?crypto.randomUUID():Math.random().toString()}var c={pending:new Map,sendContentMessage:null};function r(e,t){const o=s();c.sendContentMessage({type:"eval",id:o,code:e,snippetId:t});const i=new class{constructor(e,t=1e3){this.id=e,this.promise=new Promise(((e,t)=>{this.resolve=e,this.reject=t})),this.timer=window.setTimeout((()=>{this.reject(new Error("timeout"))}),t)}}(o);return c.pending.set(i.id,i),i.promise}var a={EVAL_0:()=>console.log(1),EVAL_CONSENTMANAGER_1:()=>window.__cmp&&"object"==typeof __cmp("getCMPData"),EVAL_CONSENTMANAGER_2:()=>!__cmp("consentStatus").userChoiceExists,EVAL_CONSENTMANAGER_3:()=>__cmp("setConsent",0),EVAL_CONSENTMANAGER_4:()=>__cmp("setConsent",1),EVAL_CONSENTMANAGER_5:()=>__cmp("consentStatus").userChoiceExists,EVAL_COOKIEBOT_1:()=>!!window.Cookiebot,EVAL_COOKIEBOT_2:()=>!window.Cookiebot.hasResponse&&!0===window.Cookiebot.dialog?.visible,EVAL_COOKIEBOT_3:()=>window.Cookiebot.withdraw()||!0,EVAL_COOKIEBOT_4:()=>window.Cookiebot.hide()||!0,EVAL_COOKIEBOT_5:()=>!0===window.Cookiebot.declined,EVAL_KLARO_1:()=>{const e=globalThis.klaroConfig||globalThis.klaro?.getManager&&globalThis.klaro.getManager().config;if(!e)return!0;const t=(e.services||e.apps).filter((e=>!e.required)).map((e=>e.name));if(klaro&&klaro.getManager){const e=klaro.getManager();return t.every((t=>!e.consents[t]))}if(klaroConfig&&"cookie"===klaroConfig.storageMethod){const e=klaroConfig.cookieName||klaroConfig.storageName,o=JSON.parse(decodeURIComponent(document.cookie.split(";").find((t=>t.trim().startsWith(e))).split("=")[1]));return Object.keys(o).filter((e=>t.includes(e))).every((e=>!1===o[e]))}},EVAL_KLARO_OPEN_POPUP:()=>{klaro.show(void 0,!0)},EVAL_KLARO_TRY_API_OPT_OUT:()=>{if(window.klaro&&"function"==typeof klaro.show&&"function"==typeof klaro.getManager)try{return klaro.getManager().changeAll(!1),klaro.getManager().saveAndApplyConsents(),!0}catch(e){return console.warn(e),!1}return!1},EVAL_ONETRUST_1:()=>window.OnetrustActiveGroups.split(",").filter((e=>e.length>0)).length<=1,EVAL_TRUSTARC_TOP:()=>window&&window.truste&&"0"===window.truste.eu.bindMap.prefCookie,EVAL_TRUSTARC_FRAME_TEST:()=>window&&window.QueryString&&"0"===window.QueryString.preferences,EVAL_TRUSTARC_FRAME_GTM:()=>window&&window.QueryString&&"1"===window.QueryString.gtm,EVAL_ABC_TEST:()=>document.cookie.includes("trackingconsent"),EVAL_ADROLL_0:()=>!document.cookie.includes("__adroll_fpc"),EVAL_ALMACMP_0:()=>document.cookie.includes('"name":"Google","consent":false'),EVAL_AFFINITY_SERIF_COM_0:()=>document.cookie.includes("serif_manage_cookies_viewed")&&!document.cookie.includes("serif_allow_analytics"),EVAL_ARBEITSAGENTUR_TEST:()=>document.cookie.includes("cookie_consent=denied"),EVAL_AXEPTIO_0:()=>document.cookie.includes("axeptio_authorized_vendors=%2C%2C"),EVAL_BAHN_TEST:()=>1===utag.gdpr.getSelectedCategories().length,EVAL_BING_0:()=>document.cookie.includes("AD=0"),EVAL_BLOCKSY_0:()=>document.cookie.includes("blocksy_cookies_consent_accepted=no"),EVAL_BORLABS_0:()=>!JSON.parse(decodeURIComponent(document.cookie.split(";").find((e=>-1!==e.indexOf("borlabs-cookie"))).split("=",2)[1])).consents.statistics,EVAL_BUNDESREGIERUNG_DE_0:()=>document.cookie.match("cookie-allow-tracking=0"),EVAL_CANVA_0:()=>!document.cookie.includes("gtm_fpc_engagement_event"),EVAL_CC_BANNER2_0:()=>!!document.cookie.match(/sncc=[^;]+D%3Dtrue/),EVAL_CLICKIO_0:()=>document.cookie.includes("__lxG__consent__v2_daisybit="),EVAL_CLINCH_0:()=>document.cookie.includes("ctc_rejected=1"),EVAL_COOKIECONSENT2_TEST:()=>document.cookie.includes("cc_cookie="),EVAL_COOKIECONSENT3_TEST:()=>document.cookie.includes("cc_cookie="),EVAL_COINBASE_0:()=>JSON.parse(decodeURIComponent(document.cookie.match(/cm_(eu|default)_preferences=([0-9a-zA-Z\\{\\}\\[\\]%:]*);?/)[2])).consent.length<=1,EVAL_COMPLIANZ_BANNER_0:()=>document.cookie.includes("cmplz_banner-status=dismissed"),EVAL_COOKIE_LAW_INFO_0:()=>CLI.disableAllCookies()||CLI.reject_close()||!0,EVAL_COOKIE_LAW_INFO_1:()=>-1===document.cookie.indexOf("cookielawinfo-checkbox-non-necessary=yes"),EVAL_COOKIE_LAW_INFO_DETECT:()=>!!window.CLI,EVAL_COOKIE_MANAGER_POPUP_0:()=>!1===JSON.parse(document.cookie.split(";").find((e=>e.trim().startsWith("CookieLevel"))).split("=")[1]).social,EVAL_COOKIEALERT_0:()=>document.querySelector("body").removeAttribute("style")||!0,EVAL_COOKIEALERT_1:()=>document.querySelector("body").removeAttribute("style")||!0,EVAL_COOKIEALERT_2:()=>!0===window.CookieConsent.declined,EVAL_COOKIEFIRST_0:()=>{return!1===(e=JSON.parse(decodeURIComponent(document.cookie.split(";").find((e=>-1!==e.indexOf("cookiefirst"))).trim()).split("=")[1])).performance&&!1===e.functional&&!1===e.advertising;var e},EVAL_COOKIEFIRST_1:()=>document.querySelectorAll("button[data-cookiefirst-accent-color=true][role=checkbox]:not([disabled])").forEach((e=>"true"===e.getAttribute("aria-checked")&&e.click()))||!0,EVAL_COOKIEINFORMATION_0:()=>CookieInformation.declineAllCategories()||!0,EVAL_COOKIEINFORMATION_1:()=>CookieInformation.submitAllCategories()||!0,EVAL_COOKIEINFORMATION_2:()=>document.cookie.includes("CookieInformationConsent="),EVAL_COOKIEYES_0:()=>document.cookie.includes("advertisement:no"),EVAL_DAILYMOTION_0:()=>!!document.cookie.match("dm-euconsent-v2"),EVAL_DNDBEYOND_TEST:()=>document.cookie.includes("cookie-consent=denied"),EVAL_DSGVO_0:()=>!document.cookie.includes("sp_dsgvo_cookie_settings"),EVAL_DUNELM_0:()=>document.cookie.includes("cc_functional=0")&&document.cookie.includes("cc_targeting=0"),EVAL_ETSY_0:()=>document.querySelectorAll(".gdpr-overlay-body input").forEach((e=>{e.checked=!1}))||!0,EVAL_ETSY_1:()=>document.querySelector(".gdpr-overlay-view button[data-wt-overlay-close]").click()||!0,EVAL_EU_COOKIE_COMPLIANCE_0:()=>-1===document.cookie.indexOf("cookie-agreed=2"),EVAL_EU_COOKIE_LAW_0:()=>!document.cookie.includes("euCookie"),EVAL_EZOIC_0:()=>ezCMP.handleAcceptAllClick(),EVAL_EZOIC_1:()=>!!document.cookie.match(/ez-consent-tcf/),EVAL_FIDES_DETECT_POPUP:()=>window.Fides?.initialized,EVAL_GOOGLE_0:()=>!!document.cookie.match(/SOCS=CAE/),EVAL_HEMA_TEST_0:()=>document.cookie.includes("cookies_rejected=1"),EVAL_IUBENDA_0:()=>document.querySelectorAll(".purposes-item input[type=checkbox]:not([disabled])").forEach((e=>{e.checked&&e.click()}))||!0,EVAL_IUBENDA_1:()=>!!document.cookie.match(/_iub_cs-\d+=/),EVAL_IWINK_TEST:()=>document.cookie.includes("cookie_permission_granted=no"),EVAL_JQUERY_COOKIEBAR_0:()=>!document.cookie.includes("cookies-state=accepted"),EVAL_KETCH_TEST:()=>document.cookie.includes("_ketch_consent_v1_"),EVAL_MEDIAVINE_0:()=>document.querySelectorAll('[data-name="mediavine-gdpr-cmp"] input[type=checkbox]').forEach((e=>e.checked&&e.click()))||!0,EVAL_MICROSOFT_0:()=>Array.from(document.querySelectorAll("div > button")).filter((e=>e.innerText.match("Reject|Ablehnen")))[0].click()||!0,EVAL_MICROSOFT_1:()=>Array.from(document.querySelectorAll("div > button")).filter((e=>e.innerText.match("Accept|Annehmen")))[0].click()||!0,EVAL_MICROSOFT_2:()=>!!document.cookie.match("MSCC|GHCC"),EVAL_MOOVE_0:()=>document.querySelectorAll("#moove_gdpr_cookie_modal input").forEach((e=>{e.disabled||(e.checked="moove_gdpr_strict_cookies"===e.name||"moove_gdpr_strict_cookies"===e.id)}))||!0,EVAL_ONENINETWO_0:()=>document.cookie.includes("CC_ADVERTISING=NO")&&document.cookie.includes("CC_ANALYTICS=NO"),EVAL_OPENAI_TEST:()=>document.cookie.includes("oai-allow-ne=false"),EVAL_OPERA_0:()=>document.cookie.includes("cookie_consent_essential=true")&&!document.cookie.includes("cookie_consent_marketing=true"),EVAL_PAYPAL_0:()=>!0===document.cookie.includes("cookie_prefs"),EVAL_PRIMEBOX_0:()=>!document.cookie.includes("cb-enabled=accepted"),EVAL_PUBTECH_0:()=>document.cookie.includes("euconsent-v2")&&(document.cookie.match(/.YAAAAAAAAAAA/)||document.cookie.match(/.aAAAAAAAAAAA/)||document.cookie.match(/.YAAACFgAAAAA/)),EVAL_REDDIT_0:()=>document.cookie.includes("eu_cookie={%22opted%22:true%2C%22nonessential%22:false}"),EVAL_ROBLOX_TEST:()=>document.cookie.includes("RBXcb"),EVAL_SKYSCANNER_TEST:()=>document.cookie.match(/gdpr=[^;]*adverts:::false/)&&!document.cookie.match(/gdpr=[^;]*init:::true/),EVAL_SIRDATA_UNBLOCK_SCROLL:()=>(document.documentElement.classList.forEach((e=>{e.startsWith("sd-cmp-")&&document.documentElement.classList.remove(e)})),!0),EVAL_SNIGEL_0:()=>!!document.cookie.match("snconsent"),EVAL_STEAMPOWERED_0:()=>2===JSON.parse(decodeURIComponent(document.cookie.split(";").find((e=>e.trim().startsWith("cookieSettings"))).split("=")[1])).preference_state,EVAL_SVT_TEST:()=>document.cookie.includes('cookie-consent-1={"optedIn":true,"functionality":false,"statistics":false}'),EVAL_TAKEALOT_0:()=>document.body.classList.remove("freeze")||(document.body.style="")||!0,EVAL_TARTEAUCITRON_0:()=>tarteaucitron.userInterface.respondAll(!1)||!0,EVAL_TARTEAUCITRON_1:()=>tarteaucitron.userInterface.respondAll(!0)||!0,EVAL_TARTEAUCITRON_2:()=>document.cookie.match(/tarteaucitron=[^;]*/)?.[0].includes("false"),EVAL_TAUNTON_TEST:()=>document.cookie.includes("taunton_user_consent_submitted=true"),EVAL_TEALIUM_0:()=>void 0!==window.utag&&"object"==typeof utag.gdpr,EVAL_TEALIUM_1:()=>utag.gdpr.setConsentValue(!1)||!0,EVAL_TEALIUM_DONOTSELL:()=>utag.gdpr.dns?.setDnsState(!1)||!0,EVAL_TEALIUM_2:()=>utag.gdpr.setConsentValue(!0)||!0,EVAL_TEALIUM_3:()=>1!==utag.gdpr.getConsentState(),EVAL_TEALIUM_DONOTSELL_CHECK:()=>1!==utag.gdpr.dns?.getDnsState(),EVAL_TESLA_TEST:()=>document.cookie.includes("tsla-cookie-consent=rejected"),EVAL_TESTCMP_STEP:()=>!!document.querySelector("#reject-all"),EVAL_TESTCMP_0:()=>"button_clicked"===window.results.results[0],EVAL_TESTCMP_COSMETIC_0:()=>"banner_hidden"===window.results.results[0],EVAL_THEFREEDICTIONARY_0:()=>cmpUi.showPurposes()||cmpUi.rejectAll()||!0,EVAL_THEFREEDICTIONARY_1:()=>cmpUi.allowAll()||!0,EVAL_THEVERGE_0:()=>document.cookie.includes("_duet_gdpr_acknowledged=1"),EVAL_TWCC_TEST:()=>document.cookie.includes("twCookieConsent="),EVAL_UBUNTU_COM_0:()=>document.cookie.includes("_cookies_accepted=essential"),EVAL_UK_COOKIE_CONSENT_0:()=>!document.cookie.includes("catAccCookies"),EVAL_USERCENTRICS_API_0:()=>"object"==typeof UC_UI,EVAL_USERCENTRICS_API_1:()=>!!UC_UI.closeCMP(),EVAL_USERCENTRICS_API_2:()=>!!UC_UI.denyAllConsents(),EVAL_USERCENTRICS_API_3:()=>!!UC_UI.acceptAllConsents(),EVAL_USERCENTRICS_API_4:()=>!!UC_UI.closeCMP(),EVAL_USERCENTRICS_API_5:()=>!0===UC_UI.areAllConsentsAccepted(),EVAL_USERCENTRICS_API_6:()=>!1===UC_UI.areAllConsentsAccepted(),EVAL_USERCENTRICS_BUTTON_0:()=>JSON.parse(localStorage.getItem("usercentrics")).consents.every((e=>e.isEssential||!e.consentStatus)),EVAL_WAITROSE_0:()=>Array.from(document.querySelectorAll("label[id$=cookies-deny-label]")).forEach((e=>e.click()))||!0,EVAL_WAITROSE_1:()=>document.cookie.includes("wtr_cookies_advertising=0")&&document.cookie.includes("wtr_cookies_analytics=0"),EVAL_WP_COOKIE_NOTICE_0:()=>document.cookie.includes("wpl_viewed_cookie=no"),EVAL_XE_TEST:()=>document.cookie.includes("xeConsentState={%22performance%22:false%2C%22marketing%22:false%2C%22compliance%22:false}"),EVAL_XING_0:()=>document.cookie.includes("userConsent=%7B%22marketing%22%3Afalse"),EVAL_YOUTUBE_DESKTOP_0:()=>!!document.cookie.match(/SOCS=CAE/),EVAL_YOUTUBE_MOBILE_0:()=>!!document.cookie.match(/SOCS=CAE/)};var l={main:!0,frame:!1,urlPattern:""},p=class{constructor(e){this.runContext=l,this.autoconsent=e}get hasSelfTest(){throw new Error("Not Implemented")}get isIntermediate(){throw new Error("Not Implemented")}get isCosmetic(){throw new Error("Not Implemented")}mainWorldEval(e){const t=a[e];if(!t)return console.warn("Snippet not found",e),Promise.resolve(!1);const o=this.autoconsent.config.logs;if(this.autoconsent.config.isMainWorld){o.evals&&console.log("inline eval:",e,t);let i=!1;try{i=!!t.call(globalThis)}catch(t){o.evals&&console.error("error evaluating rule",e,t)}return Promise.resolve(i)}const i=`(${t.toString()})()`;return o.evals&&console.log("async eval:",e,i),r(i,e).catch((t=>(o.evals&&console.error("error evaluating rule",e,t),!1)))}checkRunContext(){const e={...l,...this.runContext},t=window.top===window;return!(t&&!e.main)&&(!(!t&&!e.frame)&&!(e.urlPattern&&!window.location.href.match(e.urlPattern)))}detectCmp(){throw new Error("Not Implemented")}async detectPopup(){return!1}optOut(){throw new Error("Not Implemented")}optIn(){throw new Error("Not Implemented")}openCmp(){throw new Error("Not Implemented")}async test(){return Promise.resolve(!0)}click(e,t=!1){return this.autoconsent.domActions.click(e,t)}elementExists(e){return this.autoconsent.domActions.elementExists(e)}elementVisible(e,t){return this.autoconsent.domActions.elementVisible(e,t)}waitForElement(e,t){return this.autoconsent.domActions.waitForElement(e,t)}waitForVisible(e,t,o){return this.autoconsent.domActions.waitForVisible(e,t,o)}waitForThenClick(e,t,o){return this.autoconsent.domActions.waitForThenClick(e,t,o)}wait(e){return this.autoconsent.domActions.wait(e)}hide(e,t){return this.autoconsent.domActions.hide(e,t)}prehide(e){return this.autoconsent.domActions.prehide(e)}undoPrehide(){return this.autoconsent.domActions.undoPrehide()}querySingleReplySelector(e,t){return this.autoconsent.domActions.querySingleReplySelector(e,t)}querySelectorChain(e){return this.autoconsent.domActions.querySelectorChain(e)}elementSelector(e){return this.autoconsent.domActions.elementSelector(e)}},d=class extends p{constructor(e,t){super(t),this.rule=e,this.name=e.name,this.runContext=e.runContext||l}get hasSelfTest(){return!!this.rule.test}get isIntermediate(){return!!this.rule.intermediate}get isCosmetic(){return!!this.rule.cosmetic}get prehideSelectors(){return this.rule.prehideSelectors}async detectCmp(){return!!this.rule.detectCmp&&this._runRulesParallel(this.rule.detectCmp)}async detectPopup(){return!!this.rule.detectPopup&&this._runRulesSequentially(this.rule.detectPopup)}async optOut(){const e=this.autoconsent.config.logs;return!!this.rule.optOut&&(e.lifecycle&&console.log("Initiated optOut()",this.rule.optOut),this._runRulesSequentially(this.rule.optOut))}async optIn(){const e=this.autoconsent.config.logs;return!!this.rule.optIn&&(e.lifecycle&&console.log("Initiated optIn()",this.rule.optIn),this._runRulesSequentially(this.rule.optIn))}async openCmp(){return!!this.rule.openCmp&&this._runRulesSequentially(this.rule.openCmp)}async test(){return this.hasSelfTest?this._runRulesSequentially(this.rule.test):super.test()}async evaluateRuleStep(e){const t=[],o=this.autoconsent.config.logs;if(e.exists&&t.push(this.elementExists(e.exists)),e.visible&&t.push(this.elementVisible(e.visible,e.check)),e.eval){const o=this.mainWorldEval(e.eval);t.push(o)}if(e.waitFor&&t.push(this.waitForElement(e.waitFor,e.timeout)),e.waitForVisible&&t.push(this.waitForVisible(e.waitForVisible,e.timeout,e.check)),e.click&&t.push(this.click(e.click,e.all)),e.waitForThenClick&&t.push(this.waitForThenClick(e.waitForThenClick,e.timeout,e.all)),e.wait&&t.push(this.wait(e.wait)),e.hide&&t.push(this.hide(e.hide,e.method)),e.if){if(!e.if.exists&&!e.if.visible)return console.error("invalid conditional rule",e.if),!1;const i=await this.evaluateRuleStep(e.if);o.rulesteps&&console.log("Condition is",i),i?t.push(this._runRulesSequentially(e.then)):e.else?t.push(this._runRulesSequentially(e.else)):t.push(!0)}if(e.any){for(const t of e.any)if(await this.evaluateRuleStep(t))return!0;return!1}if(0===t.length)return o.errors&&console.warn("Unrecognized rule",e),!1;return(await Promise.all(t)).reduce(((e,t)=>e&&t),!0)}async _runRulesParallel(e){const t=e.map((e=>this.evaluateRuleStep(e)));return(await Promise.all(t)).every((e=>!!e))}async _runRulesSequentially(e){const t=this.autoconsent.config.logs;for(const o of e){t.rulesteps&&console.log("Running rule...",o);const e=await this.evaluateRuleStep(o);if(t.rulesteps&&console.log("...rule result",e),!e&&!o.optional)return!1}return!0}};function u(e="autoconsent-css-rules"){const t=`style#${e}`,o=document.querySelector(t);if(o&&o instanceof HTMLStyleElement)return o;{const t=document.head||document.getElementsByTagName("head")[0]||document.documentElement,o=document.createElement("style");return o.id=e,t.appendChild(o),o}}function h(e){return`${"opacity"===e?"opacity: 0":"display: none"} !important; z-index: -1 !important; pointer-events: none !important;`}function m(e,t,o="display"){const i=`${t} { ${h(o)} } `;return e instanceof HTMLStyleElement&&(e.innerText+=i,t.length>0)}async function A(e,t,o){const i=await e();return!i&&t>0?new Promise((i=>{setTimeout((async()=>{i(A(e,t-1,o))}),o)})):Promise.resolve(i)}function g(e){if(!e)return!1;if(null!==e.offsetParent)return!0;{const t=window.getComputedStyle(e);if("fixed"===t.position&&"none"!==t.display)return!0}return!1}function f(e){const t={enabled:!0,autoAction:"optOut",disabledCmps:[],enablePrehide:!0,enableCosmeticRules:!0,enableHeuristicDetection:!1,detectRetries:20,isMainWorld:!1,prehideTimeout:2e3,enableFilterList:!1,logs:{lifecycle:!1,rulesteps:!1,evals:!1,errors:!0,messages:!1,waits:!1}},o=(i=t,globalThis.structuredClone?structuredClone(i):JSON.parse(JSON.stringify(i)));var i;for(const i of Object.keys(t))void 0!==e[i]&&(o[i]=e[i]);return o}var k="#truste-show-consent",b="#truste-consent-track",y=[class extends p{constructor(e){super(e),this.name="TrustArc-top",this.prehideSelectors=[".trustarc-banner-container",`.truste_popframe,.truste_overlay,.truste_box_overlay,${b}`],this.runContext={main:!0,frame:!1},this._shortcutButton=null,this._optInDone=!1}get hasSelfTest(){return!0}get isIntermediate(){return!this._optInDone&&!this._shortcutButton}get isCosmetic(){return!1}async detectCmp(){const e=this.elementExists(`${k},${b}`);return e&&(this._shortcutButton=document.querySelector("#truste-consent-required")),e}async detectPopup(){return this.elementVisible(`#truste-consent-content,#trustarc-banner-overlay,${b}`,"any")}openFrame(){this.click(k)}async optOut(){return this._shortcutButton?(this._shortcutButton.click(),!0):(m(u(),`.truste_popframe, .truste_overlay, .truste_box_overlay, ${b}`),this.click(k),setTimeout((()=>{u().remove()}),1e4),!0)}async optIn(){return this._optInDone=!0,this.click("#truste-consent-button")}async openCmp(){return!0}async test(){return await this.wait(500),await this.mainWorldEval("EVAL_TRUSTARC_TOP")}},class extends p{constructor(){super(...arguments),this.name="TrustArc-frame",this.runContext={main:!1,frame:!0,urlPattern:"^https://consent-pref\\.trustarc\\.com/\\?"}}get hasSelfTest(){return!0}get isIntermediate(){return!1}get isCosmetic(){return!1}async detectCmp(){return!0}async detectPopup(){return this.elementVisible("#defaultpreferencemanager","any")&&this.elementVisible(".mainContent","any")}async navigateToSettings(){return await A((async()=>this.elementExists(".shp")||this.elementVisible(".advance","any")||this.elementExists(".switch span:first-child")),10,500),this.elementExists(".shp")&&this.click(".shp"),await this.waitForElement(".prefPanel",5e3),this.elementVisible(".advance","any")&&this.click(".advance"),await A((()=>this.elementVisible(".switch span:first-child","any")),5,1e3)}async optOut(){if(await this.mainWorldEval("EVAL_TRUSTARC_FRAME_TEST"))return!0;let e=3e3;return await this.mainWorldEval("EVAL_TRUSTARC_FRAME_GTM")&&(e=1500),await A((()=>"complete"===document.readyState),20,100),await this.waitForElement(".mainContent[aria-hidden=false]",e),!!this.click(".rejectAll")||(this.elementExists(".prefPanel")&&await this.waitForElement('.prefPanel[style="visibility: visible;"]',e),this.click("#catDetails0")?(this.click(".submit"),this.waitForThenClick("#gwt-debug-close_id",e),!0):this.click(".required")?(this.waitForThenClick("#gwt-debug-close_id",e),!0):(await this.navigateToSettings(),this.click(".switch span:nth-child(1):not(.active)",!0),this.click(".submit"),this.waitForThenClick("#gwt-debug-close_id",10*e),!0))}async optIn(){return this.click(".call")||(await this.navigateToSettings(),this.click(".switch span:nth-child(2)",!0),this.click(".submit"),this.waitForElement("#gwt-debug-close_id",3e5).then((()=>{this.click("#gwt-debug-close_id")}))),!0}async test(){return await this.wait(500),await this.mainWorldEval("EVAL_TRUSTARC_FRAME_TEST")}},class extends p{constructor(){super(...arguments),this.name="Cybotcookiebot",this.prehideSelectors=["#CybotCookiebotDialog,#CybotCookiebotDialogBodyUnderlay,#dtcookie-container,#cookiebanner,#cb-cookieoverlay,.modal--cookie-banner,#cookiebanner_outer,#CookieBanner"]}get hasSelfTest(){return!0}get isIntermediate(){return!1}get isCosmetic(){return!1}async detectCmp(){return await this.mainWorldEval("EVAL_COOKIEBOT_1")}async detectPopup(){return this.mainWorldEval("EVAL_COOKIEBOT_2")}async optOut(){await this.wait(500);let e=await this.mainWorldEval("EVAL_COOKIEBOT_3");return await this.wait(500),e=e&&await this.mainWorldEval("EVAL_COOKIEBOT_4"),e}async optIn(){return this.elementExists("#dtcookie-container")?this.click(".h-dtcookie-accept"):(this.click(".CybotCookiebotDialogBodyLevelButton:not(:checked):enabled",!0),this.click("#CybotCookiebotDialogBodyLevelButtonAccept"),this.click("#CybotCookiebotDialogBodyButtonAccept"),!0)}async test(){return await this.wait(500),await this.mainWorldEval("EVAL_COOKIEBOT_5")}},class extends p{constructor(){super(...arguments),this.name="Sourcepoint-frame",this.prehideSelectors=["div[id^='sp_message_container_'],.message-overlay","#sp_privacy_manager_container"],this.ccpaNotice=!1,this.ccpaPopup=!1,this.runContext={main:!0,frame:!0}}get hasSelfTest(){return!1}get isIntermediate(){return!1}get isCosmetic(){return!1}async detectCmp(){const e=new URL(location.href);return e.searchParams.has("message_id")&&"ccpa-notice.sp-prod.net"===e.hostname?(this.ccpaNotice=!0,!0):"ccpa-pm.sp-prod.net"===e.hostname?(this.ccpaPopup=!0,!0):("/index.html"===e.pathname||"/privacy-manager/index.html"===e.pathname||"/ccpa_pm/index.html"===e.pathname)&&(e.searchParams.has("message_id")||e.searchParams.has("requestUUID")||e.searchParams.has("consentUUID"))}async detectPopup(){return!!this.ccpaNotice||(this.ccpaPopup?await this.waitForElement(".priv-save-btn",2e3):(await this.waitForElement(".sp_choice_type_11,.sp_choice_type_12,.sp_choice_type_13,.sp_choice_type_ACCEPT_ALL,.sp_choice_type_SAVE_AND_EXIT",2e3),!this.elementExists(".sp_choice_type_9")))}async optIn(){return await this.waitForElement(".sp_choice_type_11,.sp_choice_type_ACCEPT_ALL",2e3),!!this.click(".sp_choice_type_11")||!!this.click(".sp_choice_type_ACCEPT_ALL")}isManagerOpen(){return"/privacy-manager/index.html"===location.pathname||"/ccpa_pm/index.html"===location.pathname}async optOut(){const e=this.autoconsent.config.logs;if(this.ccpaPopup){const e=document.querySelectorAll(".priv-purpose-container .sp-switch-arrow-block a.neutral.on .right");for(const t of e)t.click();const t=document.querySelectorAll(".priv-purpose-container .sp-switch-arrow-block a.switch-bg.on");for(const e of t)e.click();return this.click(".priv-save-btn")}if(!this.isManagerOpen()){if(!await this.waitForElement(".sp_choice_type_12,.sp_choice_type_13"))return!1;if(!this.elementExists(".sp_choice_type_12"))return this.click(".sp_choice_type_13");this.click(".sp_choice_type_12"),await A((()=>this.isManagerOpen()),200,100)}await this.waitForElement(".type-modal",2e4),this.waitForThenClick(".ccpa-stack .pm-switch[aria-checked=true] .slider",500,!0);try{const e=".sp_choice_type_REJECT_ALL",t=".reject-toggle",o=await Promise.race([this.waitForElement(e,2e3).then((e=>e?0:-1)),this.waitForElement(t,2e3).then((e=>e?1:-1)),this.waitForElement(".pm-features",2e3).then((e=>e?2:-1))]);if(0===o)return await this.waitForVisible(e),this.click(e);1===o?this.click(t):2===o&&(await this.waitForElement(".pm-features",1e4),this.click(".checked > span",!0),this.click(".chevron"))}catch(t){e.errors&&console.warn(t)}return this.click(".sp_choice_type_SAVE_AND_EXIT")}},class extends p{constructor(){super(...arguments),this.name="consentmanager.net",this.prehideSelectors=["#cmpbox,#cmpbox2"],this.apiAvailable=!1}get hasSelfTest(){return this.apiAvailable}get isIntermediate(){return!1}get isCosmetic(){return!1}async detectCmp(){return this.apiAvailable=await this.mainWorldEval("EVAL_CONSENTMANAGER_1"),!!this.apiAvailable||this.elementExists("#cmpbox")}async detectPopup(){return this.apiAvailable?(await this.wait(500),await this.mainWorldEval("EVAL_CONSENTMANAGER_2")):this.elementVisible("#cmpbox .cmpmore","any")}async optOut(){return await this.wait(500),this.apiAvailable?await this.mainWorldEval("EVAL_CONSENTMANAGER_3"):!!this.click(".cmpboxbtnno")||(this.elementExists(".cmpwelcomeprpsbtn")?(this.click(".cmpwelcomeprpsbtn > a[aria-checked=true]",!0),this.click(".cmpboxbtnsave"),!0):(this.click(".cmpboxbtncustom"),await this.waitForElement(".cmptblbox",2e3),this.click(".cmptdchoice > a[aria-checked=true]",!0),this.click(".cmpboxbtnyescustomchoices"),this.hide("#cmpwrapper,#cmpbox","display"),!0))}async optIn(){return this.apiAvailable?await this.mainWorldEval("EVAL_CONSENTMANAGER_4"):this.click(".cmpboxbtnyes")}async test(){if(this.apiAvailable)return await this.mainWorldEval("EVAL_CONSENTMANAGER_5")}},class extends p{constructor(){super(...arguments),this.name="Evidon"}get hasSelfTest(){return!1}get isIntermediate(){return!1}get isCosmetic(){return!1}async detectCmp(){return this.elementExists("#_evidon_banner")}async detectPopup(){return this.elementVisible("#_evidon_banner","any")}async optOut(){return this.click("#_evidon-decline-button")||(m(u(),"#evidon-prefdiag-overlay,#evidon-prefdiag-background,#_evidon-background"),await this.waitForThenClick("#_evidon-option-button"),await this.waitForElement("#evidon-prefdiag-overlay",5e3),await this.wait(500),await this.waitForThenClick("#evidon-prefdiag-decline")),!0}async optIn(){return this.click("#_evidon-accept-button")}},class extends p{constructor(){super(...arguments),this.name="Onetrust",this.prehideSelectors=["#onetrust-banner-sdk,#onetrust-consent-sdk,.onetrust-pc-dark-filter,.js-consent-banner"],this.runContext={urlPattern:"^(?!.*https://www\\.nba\\.com/)"}}get hasSelfTest(){return!0}get isIntermediate(){return!1}get isCosmetic(){return!1}async detectCmp(){return this.elementExists("#onetrust-banner-sdk,#onetrust-pc-sdk")}async detectPopup(){return this.elementVisible("#onetrust-banner-sdk,#onetrust-pc-sdk","any")}async optOut(){return this.elementVisible("#onetrust-reject-all-handler,.ot-pc-refuse-all-handler,.js-reject-cookies","any")?this.click("#onetrust-reject-all-handler,.ot-pc-refuse-all-handler,.js-reject-cookies"):(this.elementExists("#onetrust-pc-btn-handler")?this.click("#onetrust-pc-btn-handler"):this.click(".ot-sdk-show-settings,button.js-cookie-settings"),await this.waitForElement("#onetrust-consent-sdk",2e3),await this.wait(1e3),this.click("#onetrust-consent-sdk input.category-switch-handler:checked,.js-editor-toggle-state:checked",!0),await this.wait(1e3),await this.waitForElement(".save-preference-btn-handler,.js-consent-save",2e3),this.click(".save-preference-btn-handler,.js-consent-save"),await this.waitForVisible("#onetrust-banner-sdk",5e3,"none"),!0)}async optIn(){return this.click("#onetrust-accept-btn-handler,#accept-recommended-btn-handler,.js-accept-cookies")}async test(){return await A((()=>this.mainWorldEval("EVAL_ONETRUST_1")),10,500)}},class extends p{constructor(){super(...arguments),this.name="Klaro",this.prehideSelectors=[".klaro"],this.settingsOpen=!1}get hasSelfTest(){return!0}get isIntermediate(){return!1}get isCosmetic(){return!1}async detectCmp(){return this.elementExists(".klaro > .cookie-modal")?(this.settingsOpen=!0,!0):this.elementExists(".klaro > .cookie-notice")}async detectPopup(){return this.elementVisible(".klaro > .cookie-notice,.klaro > .cookie-modal","any")}async optOut(){return!!await this.mainWorldEval("EVAL_KLARO_TRY_API_OPT_OUT")||(!!this.click(".klaro .cn-decline")||(await this.mainWorldEval("EVAL_KLARO_OPEN_POPUP"),!!this.click(".klaro .cn-decline")||(this.click(".cm-purpose:not(.cm-toggle-all) > input:not(.half-checked,.required,.only-required),.cm-purpose:not(.cm-toggle-all) > div > input:not(.half-checked,.required,.only-required)",!0),this.click(".cm-btn-accept,.cm-button"))))}async optIn(){return!!this.click(".klaro .cm-btn-accept-all")||(this.settingsOpen?(this.click(".cm-purpose:not(.cm-toggle-all) > input.half-checked",!0),this.click(".cm-btn-accept")):this.click(".klaro .cookie-notice .cm-btn-success"))}async test(){return await this.mainWorldEval("EVAL_KLARO_1")}},class extends p{constructor(){super(...arguments),this.name="Uniconsent"}get prehideSelectors(){return[".unic",".modal:has(.unic)"]}get hasSelfTest(){return!0}get isIntermediate(){return!1}get isCosmetic(){return!1}async detectCmp(){return this.elementExists(".unic .unic-box,.unic .unic-bar,.unic .unic-modal")}async detectPopup(){return this.elementVisible(".unic .unic-box,.unic .unic-bar,.unic .unic-modal","any")}async optOut(){if(await this.waitForElement(".unic button",1e3),document.querySelectorAll(".unic button").forEach((e=>{const t=e.textContent;(t.includes("Manage Options")||t.includes("Optionen verwalten"))&&e.click()})),await this.waitForElement(".unic input[type=checkbox]",1e3)){await this.waitForElement(".unic button",1e3),document.querySelectorAll(".unic input[type=checkbox]").forEach((e=>{e.checked&&e.click()}));for(const e of document.querySelectorAll(".unic button")){const t=e.textContent;for(const o of["Confirm Choices","Save Choices","Auswahl speichern"])if(t.includes(o))return e.click(),await this.wait(500),!0}}return!1}async optIn(){return this.waitForThenClick(".unic #unic-agree")}async test(){await this.wait(1e3);return!this.elementExists(".unic .unic-box,.unic .unic-bar")}},class extends p{constructor(){super(...arguments),this.prehideSelectors=[".cmp-root"],this.name="Conversant"}get hasSelfTest(){return!0}get isIntermediate(){return!1}get isCosmetic(){return!1}async detectCmp(){return this.elementExists(".cmp-root .cmp-receptacle")}async detectPopup(){return this.elementVisible(".cmp-root .cmp-receptacle","any")}async optOut(){if(!await this.waitForThenClick(".cmp-main-button:not(.cmp-main-button--primary)"))return!1;if(!await this.waitForElement(".cmp-view-tab-tabs"))return!1;await this.waitForThenClick(".cmp-view-tab-tabs > :first-child"),await this.waitForThenClick(".cmp-view-tab-tabs > .cmp-view-tab--active:first-child");for(const e of Array.from(document.querySelectorAll(".cmp-accordion-item"))){e.querySelector(".cmp-accordion-item-title").click(),await A((()=>!!e.querySelector(".cmp-accordion-item-content.cmp-active")),10,50);const t=e.querySelector(".cmp-accordion-item-content.cmp-active");t.querySelectorAll(".cmp-toggle-actions .cmp-toggle-deny:not(.cmp-toggle-deny--active)").forEach((e=>e.click())),t.querySelectorAll(".cmp-toggle-actions .cmp-toggle-checkbox:not(.cmp-toggle-checkbox--active)").forEach((e=>e.click()))}return await this.click(".cmp-main-button:not(.cmp-main-button--primary)"),!0}async optIn(){return this.waitForThenClick(".cmp-main-button.cmp-main-button--primary")}async test(){return document.cookie.includes("cmp-data=0")}},class extends p{constructor(){super(...arguments),this.name="tiktok.com",this.runContext={urlPattern:"tiktok"}}get hasSelfTest(){return!0}get isIntermediate(){return!1}get isCosmetic(){return!1}getShadowRoot(){const e=document.querySelector("tiktok-cookie-banner");return e?e.shadowRoot:null}async detectCmp(){return this.elementExists("tiktok-cookie-banner")}async detectPopup(){return g(this.getShadowRoot().querySelector(".tiktok-cookie-banner"))}async optOut(){const e=this.autoconsent.config.logs,t=this.getShadowRoot().querySelector(".button-wrapper button:first-child");return t?(e.rulesteps&&console.log("[clicking]",t),t.click(),!0):(e.errors&&console.log("no decline button found"),!1)}async optIn(){const e=this.autoconsent.config.logs,t=this.getShadowRoot().querySelector(".button-wrapper button:last-child");return t?(e.rulesteps&&console.log("[clicking]",t),t.click(),!0):(e.errors&&console.log("no accept button found"),!1)}async test(){const e=document.cookie.match(/cookie-consent=([^;]+)/);if(!e)return!1;const t=JSON.parse(decodeURIComponent(e[1]));return Object.values(t).every((e=>"boolean"!=typeof e||!1===e))}},class extends p{constructor(){super(...arguments),this.name="airbnb",this.runContext={urlPattern:"^https://(www\\.)?airbnb\\.[^/]+/"},this.prehideSelectors=["div[data-testid=main-cookies-banner-container]",'div:has(> div:first-child):has(> div:last-child):has(> section [data-testid="strictly-necessary-cookies"])']}get hasSelfTest(){return!0}get isIntermediate(){return!1}get isCosmetic(){return!1}async detectCmp(){return this.elementExists("div[data-testid=main-cookies-banner-container]")}async detectPopup(){return this.elementVisible("div[data-testid=main-cookies-banner-container","any")}async optOut(){let e;for(await this.waitForThenClick("div[data-testid=main-cookies-banner-container] button._snbhip0");e=document.querySelector("[data-testid=modal-container] button[aria-checked=true]:not([disabled])");)e.click();return this.waitForThenClick("button[data-testid=save-btn]")}async optIn(){return this.waitForThenClick("div[data-testid=main-cookies-banner-container] button._148dgdpk")}async test(){return await A((()=>!!document.cookie.match("OptanonAlertBoxClosed")),20,200)}},class extends p{constructor(){super(...arguments),this.name="tumblr-com",this.runContext={urlPattern:"^https://(www\\.)?tumblr\\.com/"}}get hasSelfTest(){return!1}get isIntermediate(){return!1}get isCosmetic(){return!1}get prehideSelectors(){return["#cmp-app-container"]}async detectCmp(){return this.elementExists("#cmp-app-container")}async detectPopup(){return this.elementVisible("#cmp-app-container","any")}async optOut(){let e=document.querySelector("#cmp-app-container iframe"),t=e.contentDocument?.querySelector(".cmp-components-button.is-secondary");return!!t&&(t.click(),await A((()=>!!document.querySelector("#cmp-app-container iframe").contentDocument?.querySelector(".cmp__dialog input")),5,500),e=document.querySelector("#cmp-app-container iframe"),t=e.contentDocument?.querySelector(".cmp-components-button.is-secondary"),!!t&&(t.click(),!0))}async optIn(){const e=document.querySelector("#cmp-app-container iframe").contentDocument.querySelector(".cmp-components-button.is-primary");return!!e&&(e.click(),!0)}},class extends p{constructor(){super(...arguments),this.name="Admiral"}get hasSelfTest(){return!1}get isIntermediate(){return!1}get isCosmetic(){return!1}async detectCmp(){return this.elementExists("div > div[class*=Card] > div[class*=Frame] > div[class*=Pills] > button[class*=Pills__StyledPill]")}async detectPopup(){return this.elementVisible("div > div[class*=Card] > div[class*=Frame] > div[class*=Pills] > button[class*=Pills__StyledPill]","any")}async optOut(){const e="xpath///button[contains(., 'Afvis alle') or contains(., 'Reject all') or contains(., 'Odbaci sve') or contains(., 'Rechazar todo') or contains(., 'Atmesti visus') or contains(., 'Odmítnout vše') or contains(., 'Απόρριψη όλων') or contains(., 'Rejeitar tudo') or contains(., 'Tümünü reddet') or contains(., 'Отклонить все') or contains(., 'Noraidīt visu') or contains(., 'Avvisa alla') or contains(., 'Odrzuć wszystkie') or contains(., 'Alles afwijzen') or contains(., 'Отхвърляне на всички') or contains(., 'Rifiuta tutto') or contains(., 'Zavrni vse') or contains(., 'Az összes elutasítása') or contains(., 'Respingeți tot') or contains(., 'Alles ablehnen') or contains(., 'Tout rejeter') or contains(., 'Odmietnuť všetko') or contains(., 'Lükka kõik tagasi') or contains(., 'Hylkää kaikki')]";if(await this.waitForElement(e,500))return this.click(e);const t="xpath///button[contains(., 'Spara & avsluta') or contains(., 'Save & exit') or contains(., 'Uložit a ukončit') or contains(., 'Enregistrer et quitter') or contains(., 'Speichern & Verlassen') or contains(., 'Tallenna ja poistu') or contains(., 'Išsaugoti ir išeiti') or contains(., 'Opslaan & afsluiten') or contains(., 'Guardar y salir') or contains(., 'Shrani in zapri') or contains(., 'Uložiť a ukončiť') or contains(., 'Kaydet ve çıkış yap') or contains(., 'Сохранить и выйти') or contains(., 'Salvesta ja välju') or contains(., 'Salva ed esci') or contains(., 'Gem & afslut') or contains(., 'Αποθήκευση και έξοδος') or contains(., 'Saglabāt un iziet') or contains(., 'Mentés és kilépés') or contains(., 'Guardar e sair') or contains(., 'Zapisz & zakończ') or contains(., 'Salvare și ieșire') or contains(., 'Spremi i izađi') or contains(., 'Запазване и изход')]";if(await this.waitForThenClick("xpath///button[contains(., 'Zwecke') or contains(., 'Σκοποί') or contains(., 'Purposes') or contains(., 'Цели') or contains(., 'Eesmärgid') or contains(., 'Tikslai') or contains(., 'Svrhe') or contains(., 'Cele') or contains(., 'Účely') or contains(., 'Finalidades') or contains(., 'Mērķi') or contains(., 'Scopuri') or contains(., 'Fines') or contains(., 'Ändamål') or contains(., 'Finalités') or contains(., 'Doeleinden') or contains(., 'Tarkoitukset') or contains(., 'Scopi') or contains(., 'Amaçlar') or contains(., 'Nameni') or contains(., 'Célok') or contains(., 'Formål')]")&&await this.waitForVisible(t)){return this.elementSelector(t)[0].parentElement.parentElement.querySelectorAll("input[type=checkbox]:checked").forEach((e=>e.click())),this.click(t)}return!1}async optIn(){return this.click("xpath///button[contains(., 'Sprejmi vse') or contains(., 'Prihvati sve') or contains(., 'Godkänn alla') or contains(., 'Prijať všetko') or contains(., 'Принять все') or contains(., 'Aceptar todo') or contains(., 'Αποδοχή όλων') or contains(., 'Zaakceptuj wszystkie') or contains(., 'Accetta tutto') or contains(., 'Priimti visus') or contains(., 'Pieņemt visu') or contains(., 'Tümünü kabul et') or contains(., 'Az összes elfogadása') or contains(., 'Accept all') or contains(., 'Приемане на всички') or contains(., 'Accepter alle') or contains(., 'Hyväksy kaikki') or contains(., 'Tout accepter') or contains(., 'Alles accepteren') or contains(., 'Aktsepteeri kõik') or contains(., 'Přijmout vše') or contains(., 'Alles akzeptieren') or contains(., 'Aceitar tudo') or contains(., 'Acceptați tot')]")}}];function w(){return{chars:new Map,code:void 0}}var v=new Uint8Array(0),_=class{constructor(e,t=3e4){this.codebook=e,this.compressor=new class{constructor(e,t=3e4){this.trie=function(e){const t=w();for(let o=0;o figure.wp-block-image:has(> img[class^="wp-image-"][src^="https://www.sinhasannews.com/"]','"]:not([style^="width: 1px; height: 1px; position: absolute; left: -10000px; top: -"])',"necessary%3Atrue%252Cpreferences%3Afalse%252Cstatistics%3Afalse%252Cmarketing%3A","acs, document.createElement, %2Fl%5C.parentNode%5C.insertBefore%5C(s%2F","%2Fvisit%2F%22%5D%5Btitle%5E%3D%22https%3A%2F%2F%22%5D, %5Btitle%5D",", OptanonConsent, groups%3DC0001%253A1%252CC0002%253A0%252CC000",", require.0.3.0.__bbox.require.%5B%5D.3.1.__bbox.result.data","rmnt, script, %2Fh%3DdecodeURIComponent%7CpopundersPerIP%",':not([style^="position: absolute; left: -5000px"])',"href-sanitizer, a%5Bhref%5E%3D%22https%3A%2F%2F",", OptanonAlertBoxClosed, %24currentDate%24","acs, document.querySelectorAll, popMagic","acs, addEventListener, google_ad_client","aost, String.prototype.charCodeAt, ai_","aopr, app_vars.force_disable_adblock",'img[src*="https://im.chip.de/ii/"]',"acs, document.addEventListener, ","taboola-below-article-thumbnails","acs, document.getElementById, ","no-fetch-if, googlesyndication","sgY, 1year, , domain, google.","aopr, document.dispatchEvent","no-xhr-if, googlesyndication",", document.createElement, ","%2522%253Afalse%252C%2522",", document.oncontextmenu","%2522%253Atrue%252C%2522","aeld, DOMContentLoaded, ","nosiif, visibility, 1000","set-local-storage-item, ","%2522%3Afalse%252C%2522","trusted-click-element, ","set, blurred, false","decodeURIComponent",'[target="_blank"]',"%22%3Afalse%2C%22","^script:has-text(",'[href^="https://','[href^="http://','[data-testid="',"modal-backdrop","rmnt, script, ","BlockDetected","2%3Afalse%7D","trusted-set-",".prototype.","contextmenu","leaderboard","no-fetch-if","otification",":has-text(","background",'[class*="','[class^="',"body,html","container","Container","decodeURI","div[class",'div[id^="',"div[style","document.","no-xhr-if","placehold","sbygoogle",'[href*="',"#wpsafe-","AAAAAAAA","Detector","disclaim","https://","nano-sib","nextFunc","noopFunc","nostif, ","nowebrtc",'.com/"]',"300x250","article","consent","Consent","content","display","keydown","message","Message","overlay","privacy","sidebar","sponsor","wrapper","-child","[data-","accept","Accept","aopr, ","banner","bottom","button","cookie","Cookie","nosiif","notice","nowoif","policy","Policy","script","widget",":has(",":not(","block","Block","click","disab","fixed","frame","modal","popup","video",".com","2%3A","aeld","body","foot","gdpr","goog","html","icky","ight","show","tion","true"," > ","%3D","%7C","age","box","div","ent","out","rap","set","__",", ",'"]',"%2","%5",'="',"00","ac","ad","Ad","al","an","ar","at","de","e-","ed","en","er","he","id","in","la","le","lo","om","on","op","or","re","ro","s_","s-","se","st","t-","te","ti","un"," ","_","-",";",":",".","(",")","[","]","*","/","#","^","0","1","2","3","4","5","6","7","8","9","b","B","c","C","d","D","e","E","f","F","g","G","h","H","I","j","J","k","l","L","m","M","n","N","O","p","P","q","Q","r","R","s","S","t","T","u","U","v","V","w","W","x","y","Y","z"],x=["sandbox allow-forms allow-same-origin allow-scripts allow-modals allow-orientation-lock allow-pointer-lock allow-presentation allow-top-navigation","script-src 'self' 'unsafe-eval' http: https: data: blob: mediastream: filesystem:","script-src 'self' data: 'unsafe-inline' 'unsafe-hashes' 'unsafe-eval'","script-src 'self' 'unsafe-inline' 'unsafe-eval' "," *.google.com *.gstatic.com *.googleapis.com",".com *.google.com *.googletagmanager.com *.","script-src 'self' '*' 'unsafe-inline'","default-src 'unsafe-inline' 'self'"," *.google.com *.gstatic.com *.","t-src 'self' 'unsafe-inline' ","script-src * 'unsafe-inline'",".com *.googleapis.com *."," *.googletagmanager.com",".com *.bootstrapcdn.com","default-src 'self'","frame-src 'self' *"," *.cloudflare.com","child-src 'none';","worker-src 'none'","'unsafe-inline'","googleapis.com","unsafe-eval' ","connect-src ","child-src *"," *.gstatic","google.com","script-src","style-src ","frame-src","facebook","https://"," allow-",".com *.",".net *.","addthis","captcha","gstatic","youtube"," blob:","'self'","defaul","disqus","google","jquery","ation","data:","media","scrip","-src",".com",".net","n.cc"," *.","age","avi","box","ent","ori","pic","str","yti"," '"," *",": ","*.","al","am","an","ap","cd","ck","er","es","il","im","in","lo","op","or","re","st","tt","wi","wp"," ","-",";",":",".","'","*","/","1","3","a","b","c","d","e","f","g","h","i","j","k","l","m","n","o","p","q","r","s","t","u","v","w","x","y"],S=["/homad-global-configs.schneevonmorgen.com/global_config","/videojs-vast-vpaid@2.0.2/bin/videojs_5.vast.vpaid.min","/etc.clientlibs/logitech-common/clientlibs/onetrust.","/^https?:\\/\\/[-a-z]{8,15}\\.(?:com|net)\\/401\\/\\d{7}","/pagead/managed/js/adsense/*/show_ads_impl","/pagead/managed/js/gpt/*/pubads_impl","/pagead/js/adsbygoogle.js","/js/sdkloader/ima3.js","/js/sdkloader/ima3_d","/videojs-contrib-ads","/wp-content/plugins/","/wp-content/uploads/","/wp-content/themes/","/detroitchicago/","*/satellitelib-","/appmeasurement","/413gkwmt/init","/cdn-cgi/trace","/^https?:\\/\\/","[a-zA-Z0-9]{","/^https:\\/\\/","notification","\\/[a-z0-9]{","fingerprint","impression","[0-9a-z]{","/plugins/","affiliate","analytics","telemetry","(.+?\\.)?","/assets/","/images/","/pagead/","pageview","template","tracking","/public","300x250","ampaign","collect","consent","content","counter","metrics","privacy","[a-z]{","/embed","728x90","banner","bundle","client","cookie","detect","dn-cgi","google","iframe","module","prebid","script","source","widget",".aspx",".cgi?",".com/",".html","/api/","/beac","/img/","/java","/stat","block","click","count","event","manag","media","pixel","popup","tegra","theme","track","type=","video","visit",".css",".gif",".jpg",".min",".php",".png","/jqu","/js/","/lib","/log","/web","/wp-","468x","data","gdpr","gi-b","ight","mail","play","plug","stat","uild","view",".js","/ad","/js","=*&","age","com","ext","jax","key","log","new","sdk","tag","web","ync",":/","*/","*^","/_","/?","/*","/d","/f","/g","/h","/l","/n","/o","/r","/u","/w","00","1/","20","ac","ad","al","am","an","ap","ar","as","at","bo","ce","ch","co","de","di","e-","e/","ec","ed","el","en","er","et","fi","g/","ic","id","im","in","is","it","js","la","le","li","lo","ma","mo","mp","ol","om","on","op","or","ot","re","ro","s_","s-","s?","s/","sp","ss","st","t/","ti","tm","tr","ub","un","ur","us","ut","ve","_","-",",","?",".","}","*","/","\\","&","^","=","0","1","2","3","4","5","6","7","8","9","a","b","c","d","e","f","g","h","i","j","k","l","m","n","o","p","q","r","s","t","u","v","w","x","y","z"],E=["securepubads.g.doubleclick","pagead2.googlesyndication",".actonservice.com","googlesyndication","imasdk.googleapis",".cloudfront.net","googletagmanag","-1.xx.fbcdn","analytics.","marketing.","tracking.","metrics.","images.",".co.uk","a8clk.","stats.","a8cv.","media","track",".com",".net",".xyz","www.",".io",".jp","a8.","app","cdn","new","web",".b",".c",".d",".f",".g",".h",".k",".m",".n",".p",".s",".t",".w","24","a-","a1","a2","a4","ab","ac","ad","af","ag","ah","ai","ak","al","am","an","ap","ar","as","at","au","av","aw","ax","ay","az","be","bi","bl","bo","br","bu","ca","ce","ch","ci","ck","cl","cr","ct","cu","de","di","do","dr","ds","du","dy","e-","eb","ec","ed","ef","eg","ek","el","em","en","ep","er","es","et","eu","ev","ew","ex","ey","fe","ff","fi","fo","fr","ge","gh","gi","gn","go","gr","gu","he","ho","ib","ic","id","ie","if","ig","ik","il","im","in","ip","ir","is","it","iv","ix","iz","jo","ks","la","ld","le","li","ll","lo","lu","ly","ma","me","mo","mp","my","no","ok","ol","om","on","oo","op","or","ot","ou","ph","pl","po","pr","pu","qu","re","ri","ro","ru","s-","sc","se","sh","si","sk","sn","so","sp","ss","st","su","sw","sy","t-","ta","te","th","ti","tn","to","tr","ts","tt","tu","ty","ub","ud","ul","um","un","up","ur","us","ut","ve","vi","vo","we","wn","-",".","0","1","2","3","4","5","6","7","8","9","a","b","c","d","e","f","g","h","i","j","k","l","m","n","o","p","q","r","s","t","u","v","w","x","y","z"],I=["google-analytics.com/analytics.js","googlesyndication_adsbygoogle.js","googletagmanager.com/gtm.js","googletagservices_gpt.js","googletagmanager_gtm.js","fuckadblock.js-3.2.0:5","amazon_apstag.js","google-analytics","fingerprint2.js","noop-1s.mp4:10","google-ima.js","noop-0.1s.mp3","prebid-ads.js","nobab2.js:10","noopmp3-0.1s","noop-1s.mp4","hd-main.js","noopmp4-1s","32x32.png","noop.html","noopframe","noop.txt","nooptext","1x1.gif","2x2.png","noop.js","noopjs",".com/",".js:5","none","noop","-3.",":10",".js","ads","bea","_a",":5",".0","ar","ch","ic","in","le","ma","re","st","_","-",":",".","/","0","1","2","3","4","5","a","b","c","d","e","f","g","h","i","j","k","l","m","n","o","p","r","s","t","u","v","w","x","y","z"],F=["/js/sdkloader/ima3.j","/wp-content/plugins/","/wp-content/uploads/","redirect=google-ima.",",redirect-rule=noop",".actonservice.com^",".com^$third-party","googlesyndication","imasdk.googleapis",".cloudfront.net^","$script,domain=",",3p,denyallow=",",redirect=noop","xmlhttprequest","^$third-party","||smetrics.","third-party","marketing.","$document","analytics",",domain=","/assets/","metrics.","subdocum","tracking","$script",".co.uk","$ghide","a8clk.","cookie","google","script",".com^",".top^",".xyz^","/api/","$doma","a8cv.","image","media","track",".com",".fr^",".gif",".jp^",".net","/js/","$doc","$xhr","stat","www.",",1p",",3p",".io",".jp",".js","app","cdn","ent","new","web",".b",".c",".f",".h",".m",".n",".p",".s",".t","@@","/*","/p","||","a-","a1","a2","a4","ab","ac","ad","af","ag","ai","ak","al","am","an","ap","ar","as","at","au","av","aw","ax","ay","az","be","bi","bo","br","ca","ce","ch","ci","ck","ct","cu","de","di","do","e-","e^","ed","el","em","en","ep","er","es","et","ev","ew","ex","fe","fi","fo","fr","g^","ge","gh","gi","go","gr","he","hi","ho","hp","ic","id","il","im","in","ip","ir","is","it","ix","js","ke","le","li","lo","lu","ly","me","mo","mp","ne","no","od","ok","ol","om","on","op","or","ot","pl","po","pr","qu","re","ri","ro","ru","s-","s/","sc","se","sh","si","so","sp","ss","st","te","th","ti","to","tr","ts","tu","ty","ub","ud","ul","um","un","up","ur","us","ut","ve","vi","_","-",",","?",".","*","/","^","=","|","~","$","0","1","2","3","4","5","6","7","8","9","a","b","c","d","e","f","g","h","i","j","k","l","m","n","o","p","q","r","s","t","u","v","w","x","y","z"],T=["-webkit-touch-callo",", 1year, , domain, ",", googlesyndication",", SOCS, CAISNQgQEit",":style(overflow: au","9udGVuZHVpc2VydmVyX","GgJmaSADGgYIgOu0sgY","ib3FfaWRlbnRpdHlmcm","position: initial !","set-local-storage-i","set, blurred, false","trusted-click-eleme","user-select: text !","zIwMjQwNTE0LjA2X3Aw","decodeURIComponent",'[href^="https://',"rmnt, script, ","ut: default !"," !important)","trusted-set-",", document.",", noopFunc)","##body,html","contextmenu","no-fetch-if","otification",":has-text(",".com##+js(",'="https://',"background","important;"," -webkit-","container","AAAAAAAA","nostif, ",",google",":style(","consent","message","nowoif)","privacy","-wrapp",",kayak",".co.uk","[class","##+js(","accept","aopr, ","banner","bottom","cookie","Cookie","google","notice","policy","widget",":has(","##div","block","cript","true)",".co.",".com",".de,",".fr,",".net",".nl,",".pl,",".xyz","#@#.","2%3A","gdpr","html","ight","news","to !","wrap","www."," > ",",xh","##.","###","%3D","%7C","ent","lay","web","__","-s",", ",",b",",c",",f",",g",",h",",m",",p",",s",",t",": ",".*",".b",".c",".m",".p",".s",'"]',"##","%2","%5",'="',"00","a-","ab","ac","ad","Ad","ag","ak","al","am","an","ap","ar","as","at","au","av","ay","az","bo","ch","ck","cl","ct","de","di","do","e-","ed","el","em","en","er","es","et","ex","fi","fo","he","ic","id","if","ig","il","im","in","is","it","iv","le","lo","mo","ol","om","on","op","or","ot","ov","ow","pl","po","re","ro","s_","s-","se","sh","si","sp","st","t-","th","ti","tr","tv","ub","ul","um","un","up","ur","us","ut","vi"," ","_","-",",",":",".","(",")","[","*","/","^","0","1","2","3","4","5","6","7","8","9","a","b","B","c","C","d","D","e","E","f","F","g","h","i","j","k","l","L","m","M","n","o","p","P","q","r","s","S","t","T","u","v","w","x","y","z"],O=(()=>{let e=0;const t=new Int32Array(256);for(let o=0;256!==o;o+=1)e=o,e=1&e?-306674912^e>>>1:e>>>1,e=1&e?-306674912^e>>>1:e>>>1,e=1&e?-306674912^e>>>1:e>>>1,e=1&e?-306674912^e>>>1:e>>>1,e=1&e?-306674912^e>>>1:e>>>1,e=1&e?-306674912^e>>>1:e>>>1,e=1&e?-306674912^e>>>1:e>>>1,e=1&e?-306674912^e>>>1:e>>>1,t[o]=e;return t})();var P=2147483647,R=36,z=/[^\0-\x7E]/,L=/[\x2E\u3002\uFF0E\uFF61]/g,B={"invalid-input":"Invalid input","not-basic":"Illegal input >= 0x80 (not a basic code point)",overflow:"Overflow: input needs wider integers to process"};function U(e){throw new RangeError(B[e])}function N(e,t){return e+22+75*(e<26?1:0)-((0!==t?1:0)<<5)}function V(e,t,o){let i=0;for(e=o?Math.floor(e/700):e>>1,e+=Math.floor(e/t);e>455;i+=R)e=Math.floor(e/35);return Math.floor(i+36*e/(e+38))}function j(e){const t=[],o=e.length;let i=0,n=128,s=72,c=e.lastIndexOf("-");c<0&&(c=0);for(let o=0;o=128&&U("not-basic"),t.push(e.charCodeAt(o));for(let a=c>0?c+1:0;a=o&&U("invalid-input");const c=(r=e.charCodeAt(a++))-48<10?r-22:r-65<26?r-65:r-97<26?r-97:R;(c>=R||c>Math.floor((P-i)/t))&&U("overflow"),i+=c*t;const l=n<=s?1:n>=s+26?26:n-s;if(cMath.floor(P/p)&&U("overflow"),t*=p}const l=t.length+1;s=V(i-c,l,0===c),Math.floor(i/l)>P-n&&U("overflow"),n+=Math.floor(i/l),i%=l,t.splice(i++,0,n)}var r;return String.fromCodePoint.apply(null,t)}function M(e){const t=[],o=function(e){const t=[];let o=0;const i=e.length;for(;o=55296&&n<=56319&&o=n&&iMath.floor((P-s)/i)&&U("overflow"),s+=(e-n)*i,n=e;for(let e=0;eP&&U("overflow"),l===n){let e=s;for(let o=R;;o+=R){const i=o<=c?1:o>=c+26?26:o-c;if(e{const e=new class{constructor(){this.cosmeticSelector=new _(C),this.networkCSP=new _(x),this.networkRedirect=new _(I),this.networkHostname=new _(E),this.networkFilter=new _(S),this.networkRaw=new _(F),this.cosmeticRaw=new _(T)}};return G=()=>e,e};function $(e){return e<=127?1:5}function K(e,t){return Q(e.length,t)}function Q(e,t){return(t?3:0)+e+$(e)}function Y(e){return e.length+$(e.length)}function X(e){const t=M(e).length;return t+$(t)}function Z(e){return e.byteLength+$(e.length)}var J,ee=class e{static empty(t){return e.fromUint8Array(H,t)}static fromUint8Array(t,o){return new e(t,o)}static allocate(t,o){return new e(new Uint8Array(t),o)}constructor(e,{enableCompression:t}){if(!1===q)throw new Error("Adblocker currently does not support Big-endian systems");!0===t&&this.enableCompression(),this.buffer=e,this.pos=0}enableCompression(){this.compression=G()}checksum(){return function(e,t,o){let i=-1;const n=o-7;let s=t;for(;s>>8^O[255&(i^e[s++])],i=i>>>8^O[255&(i^e[s++])],i=i>>>8^O[255&(i^e[s++])],i=i>>>8^O[255&(i^e[s++])],i=i>>>8^O[255&(i^e[s++])],i=i>>>8^O[255&(i^e[s++])],i=i>>>8^O[255&(i^e[s++])],i=i>>>8^O[255&(i^e[s++])];for(;s>>8^O[255&(i^e[s++])];return(-1^i)>>>0}(this.buffer,0,this.pos)}dataAvailable(){return this.pos>>8,this.buffer[this.pos++]=e}getUint16(){return(this.buffer[this.pos++]<<8|this.buffer[this.pos++])>>>0}pushUint32(e){this.buffer[this.pos++]=e>>>24,this.buffer[this.pos++]=e>>>16,this.buffer[this.pos++]=e>>>8,this.buffer[this.pos++]=e}getUint32(){return(this.buffer[this.pos++]<<24>>>0)+(this.buffer[this.pos++]<<16|this.buffer[this.pos++]<<8|this.buffer[this.pos++])>>>0}pushUint32Array(e){this.pushLength(e.length);for(const t of e)this.pushUint32(t)}getUint32Array(){const e=this.getLength(),t=new Uint32Array(e);for(let o=0;othis.buffer.byteLength)throw new Error(`StaticDataView too small: ${this.buffer.byteLength}, but required ${this.pos} bytes`)}pushLength(e){e<=127?this.pushUint8(e):(this.pushUint8(128),this.pushUint32(e))}getLength(){const e=this.getUint8();return 128===e?this.getUint32():e}},te=class e{static deserialize(t){return new e({debug:t.getBool(),enableCompression:t.getBool(),enableHtmlFiltering:t.getBool(),enableInMemoryCache:t.getBool(),enableMutationObserver:t.getBool(),enableOptimizations:t.getBool(),enablePushInjectionsOnNavigationEvents:t.getBool(),guessRequestTypeFromUrl:t.getBool(),integrityCheck:t.getBool(),loadCSPFilters:t.getBool(),loadCosmeticFilters:t.getBool(),loadExceptionFilters:t.getBool(),loadExtendedSelectors:t.getBool(),loadGenericCosmeticsFilters:t.getBool(),loadNetworkFilters:t.getBool(),loadPreprocessors:t.getBool()})}constructor({debug:e=!1,enableCompression:t=!1,enableHtmlFiltering:o=!1,enableInMemoryCache:i=!0,enableMutationObserver:n=!0,enableOptimizations:s=!0,enablePushInjectionsOnNavigationEvents:c=!0,guessRequestTypeFromUrl:r=!1,integrityCheck:a=!0,loadCSPFilters:l=!0,loadCosmeticFilters:p=!0,loadExceptionFilters:d=!0,loadExtendedSelectors:u=!1,loadGenericCosmeticsFilters:h=!0,loadNetworkFilters:m=!0,loadPreprocessors:A=!1}={}){this.debug=e,this.enableCompression=t,this.enableHtmlFiltering=o,this.enableInMemoryCache=i,this.enableMutationObserver=n,this.enableOptimizations=s,this.enablePushInjectionsOnNavigationEvents=c,this.guessRequestTypeFromUrl=r,this.integrityCheck=a,this.loadCSPFilters=l,this.loadCosmeticFilters=p,this.loadExceptionFilters=d,this.loadExtendedSelectors=u,this.loadGenericCosmeticsFilters=h,this.loadNetworkFilters=m,this.loadPreprocessors=A}getSerializedSize(){return 16}serialize(e){e.pushBool(this.debug),e.pushBool(this.enableCompression),e.pushBool(this.enableHtmlFiltering),e.pushBool(this.enableInMemoryCache),e.pushBool(this.enableMutationObserver),e.pushBool(this.enableOptimizations),e.pushBool(this.enablePushInjectionsOnNavigationEvents),e.pushBool(this.guessRequestTypeFromUrl),e.pushBool(this.integrityCheck),e.pushBool(this.loadCSPFilters),e.pushBool(this.loadCosmeticFilters),e.pushBool(this.loadExceptionFilters),e.pushBool(this.loadExtendedSelectors),e.pushBool(this.loadGenericCosmeticsFilters),e.pushBool(this.loadNetworkFilters),e.pushBool(this.loadPreprocessors)}},oe="undefined"!=typeof window&&"function"==typeof window.queueMicrotask?e=>window.queueMicrotask(e):e=>(J||(J=Promise.resolve())).then(e).catch((e=>setTimeout((()=>{throw e}),0)));function ie(e,t,o){let i=o.get(e);void 0===i&&(i=[],o.set(e,i)),i.push(t)}function ne(e,t,o){const i=o.get(e);if(void 0!==i){const e=i.indexOf(t);-1!==e&&i.splice(e,1)}}function se(e,t,o){if(0===o.size)return!1;const i=o.get(e);return void 0!==i&&(oe((()=>{for(const e of i)e(...t)})),!0)}var ce=class{constructor(){this.onceListeners=new Map,this.onListeners=new Map}on(e,t){ie(e,t,this.onListeners)}once(e,t){ie(e,t,this.onceListeners)}unsubscribe(e,t){ne(e,t,this.onListeners),ne(e,t,this.onceListeners)}emit(e,...t){se(e,t,this.onListeners),!0===se(e,t,this.onceListeners)&&this.onceListeners.delete(e)}};function re(e,t){return function(e,t){let o=3;const i=()=>e(t).catch((e=>{if(o>0)return o-=1,new Promise(((e,t)=>{setTimeout((()=>{i().then(e).catch(t)}),500)}));throw e}));return i()}(e,t).then((e=>e.text()))}var ae="https://raw.githubusercontent.com/ghostery/adblocker/master/packages/adblocker/assets",le=[`${ae}/easylist/easylist.txt`,`${ae}/peter-lowe/serverlist.txt`,`${ae}/ublock-origin/badware.txt`,`${ae}/ublock-origin/filters-2020.txt`,`${ae}/ublock-origin/filters-2021.txt`,`${ae}/ublock-origin/filters-2022.txt`,`${ae}/ublock-origin/filters-2023.txt`,`${ae}/ublock-origin/filters-2024.txt`,`${ae}/ublock-origin/filters.txt`,`${ae}/ublock-origin/quick-fixes.txt`,`${ae}/ublock-origin/resource-abuse.txt`,`${ae}/ublock-origin/unbreak.txt`],pe=[...le,`${ae}/easylist/easyprivacy.txt`,`${ae}/ublock-origin/privacy.txt`],de=[...pe,`${ae}/easylist/easylist-cookie.txt`,`${ae}/ublock-origin/annoyances-others.txt`,`${ae}/ublock-origin/annoyances-cookies.txt`];var ue=new Set(["any","dir","has","host-context","if","if-not","is","matches","not","where"]),he={attribute:/\[\s*(?:(?\*|[-\w]*)\|)?(?[-\w\u{0080}-\u{FFFF}]+)\s*(?:(?\W?=)\s*(?.+?)\s*(?[iIsS])?\s*)?\]/gu,id:/#(?(?:[-\w\u{0080}-\u{FFFF}]|\\.)+)/gu,class:/\.(?(?:[-\w\u{0080}-\u{FFFF}]|\\.)+)/gu,comma:/\s*,\s*/g,combinator:/\s*[\s>+~]\s*/g,"pseudo-element":/::(?[-\w\u{0080}-\u{FFFF}]+)(?:\((?:¶*)\))?/gu,"pseudo-class":/:(?[-\w\u{0080}-\u{FFFF}]+)(?:\((?¶*)\))?/gu,type:/(?:(?\*|[-\w]*)\|)?(?[-\w\u{0080}-\u{FFFF}]+)|\*/gu},me=new Set(["pseudo-class","pseudo-element"]),Ae=new Set([...me,"attribute"]),ge=new Set(["combinator","comma"]),fe=Object.assign({},he);function ke(e,t){e.lastIndex=0;const o=e.exec(t);if(null===o)return;const i=o.index-1,n=o[0],s=t.slice(0,i+1),c=t.slice(i+n.length+1);return[s,[n,o.groups||{}],c]}fe["pseudo-element"]=RegExp(he["pseudo-element"].source.replace("(?¶*)","(?.*?)"),"gu"),fe["pseudo-class"]=RegExp(he["pseudo-class"].source.replace("(?¶*)","(?.*)"),"gu");var be=[e=>{const t=ke(he.attribute,e);if(void 0===t)return;const[o,[i,{name:n,operator:s,value:c,namespace:r,caseSensitive:a}],l]=t;return void 0!==n?[o,{type:"attribute",content:i,length:i.length,namespace:r,caseSensitive:a,pos:[],name:n,operator:s,value:c},l]:void 0},e=>{const t=ke(he.id,e);if(void 0===t)return;const[o,[i,{name:n}],s]=t;return void 0!==n?[o,{type:"id",content:i,length:i.length,pos:[],name:n},s]:void 0},e=>{const t=ke(he.class,e);if(void 0===t)return;const[o,[i,{name:n}],s]=t;return void 0!==n?[o,{type:"class",content:i,length:i.length,pos:[],name:n},s]:void 0},e=>{const t=ke(he.comma,e);if(void 0===t)return;const[o,[i],n]=t;return[o,{type:"comma",content:i,length:i.length,pos:[]},n]},e=>{const t=ke(he.combinator,e);if(void 0===t)return;const[o,[i],n]=t;return[o,{type:"combinator",content:i,length:i.length,pos:[]},n]},e=>{const t=ke(he["pseudo-element"],e);if(void 0===t)return;const[o,[i,{name:n}],s]=t;return void 0!==n?[o,{type:"pseudo-element",content:i,length:i.length,pos:[],name:n},s]:void 0},e=>{const t=ke(he["pseudo-class"],e);if(void 0===t)return;const[o,[i,{name:n,argument:s}],c]=t;return void 0!==n?[o,{type:"pseudo-class",content:i,length:i.length,pos:[],name:n,argument:s,subtree:void 0},c]:void 0},e=>{const t=ke(he.type,e);if(void 0===t)return;const[o,[i,{name:n,namespace:s}],c]=t;return[o,{type:"type",content:i,length:i.length,namespace:s,pos:[],name:n},c]}];function ye(e,t,o,i){for(const n of t)for(const t of e)if(i.has(t.type)&&t.pos[0]=0&&"\\"===e[t];)o+=1,t-=1;return o%2!=0}function ve(e,t,o){let i=o+1;for(;-1!==(i=e.indexOf(t,i))&&!0===we(e,i);)i+=1;if(-1!==i)return e.slice(o,i+1)}function _e(e,t){let o=0;for(let i=t;i0))return;o-=1}if(0===o)return e.slice(t,i+1)}}function Ce(e,t,o,i){const n=[];let s=0;for(;-1!==(s=e.indexOf(o,s));){const o=i(e,s);if(void 0===o)break;n.push({str:o,start:s}),e=`${e.slice(0,s+1)}${t.repeat(o.length-2)}${e.slice(s+o.length-1)}`,s+=o.length}return[n,e]}function xe(e){if("string"!=typeof e)return[];if(0===(e=e.trim()).length)return[];const[t,o]=Ce(e,"§",'"',((e,t)=>ve(e,'"',t))),[i,n]=Ce(o,"§","'",((e,t)=>ve(e,"'",t))),[s,c]=Ce(n,"¶","(",_e),r=function(e){if(!e)return[];const t=[e];for(const e of be)for(let o=0;o0!==e.length)))}}let o=0;for(const e of t)"string"!=typeof e&&(e.pos=[o,o+e.length],ge.has(e.type)&&(e.content=e.content.trim()||" ")),o+=e.length;return t.every((e=>"string"!=typeof e))?t:[]}(c);return ye(r,s,/\(¶*\)/,me),ye(r,t,/"§*"/,Ae),ye(r,i,/'§*'/,Ae),r}function Se(e,{list:t=!0}={}){if(!0===t&&e.some((e=>"comma"===e.type))){const t=[],o=[];for(let i=0;i=0;t--){const o=e[t];if("combinator"===o.type){const i=Se(e.slice(0,t)),n=Se(e.slice(t+1));if(void 0===n)return;if(" "!==o.content&&"~"!==o.content&&"+"!==o.content&&">"!==o.content)return;return{type:"complex",combinator:o.content,left:i,right:n}}}if(0!==e.length)return function(e){return e.every((e=>"comma"!==e.type&&"combinator"!==e.type))}(e)?1===e.length?e[0]:{type:"compound",compound:[...e]}:void 0}function Ee(e,t,o,i){if(void 0!==e){if("complex"===e.type)Ee(e.left,t,o,e),Ee(e.right,t,o,e);else if("compound"===e.type)for(const i of e.compound)Ee(i,t,o,e);else"pseudo-class"===e.type&&void 0!==e.subtree&&void 0!==o&&"pseudo-class"===o.type&&void 0!==o.subtree&&Ee(e.subtree,t,o,e);t(e,i)}}function Ie(e,{recursive:t=!0,list:o=!0}={}){const i=xe(e);if(0===i.length)return;const n=Se(i,{list:o});return!0===t&&Ee(n,(e=>{"pseudo-class"===e.type&&e.argument&&void 0!==e.name&&ue.has(e.name)&&(e.subtree=Ie(e.argument,{recursive:!0,list:!0}))})),n}var Fe,Te,Oe=new Set(["has","has-text","if"]),Pe=new Set(["active","any","any-link","blank","checked","default","defined","dir","disabled","empty","enabled","first","first-child","first-of-type","focus","focus-visible","focus-within","fullscreen","host","host-context","hover","in-range","indeterminate","invalid","is","lang","last-child","last-of-type","left","link","matches","not","nth-child","nth-last-child","nth-last-of-type","nth-of-type","only-child","only-of-type","optional","out-of-range","placeholder-shown","read-only","read-write","required","right","root","scope","target","valid","visited","where"]),Re=new Set(["after","before","first-letter","first-line"]);function ze(e){if(-1===e.indexOf(":"))return Fe.Normal;const t=xe(e);let o=!1;for(const e of t)if("pseudo-class"===e.type){const{name:t}=e;if(!0===Oe.has(t))o=!0;else if(!1===Pe.has(t)&&!1===Re.has(t))return Fe.Invalid;if(!1===o&&void 0!==e.argument&&!0===ue.has(t)){const t=ze(e.argument);if(t===Fe.Invalid)return t;t===Fe.Extended&&(o=!0)}}return!0===o?Fe.Extended:Fe.Normal}(Te=Fe||(Fe={}))[Te.Normal=0]="Normal",Te[Te.Extended=1]="Extended",Te[Te.Invalid=2]="Invalid";var Le=new Set(["htm","html","xhtml"]),Be=new Set(["eot","otf","sfnt","ttf","woff","woff2"]),Ue=new Set(["apng","bmp","cur","dib","eps","gif","heic","heif","ico","j2k","jfi","jfif","jif","jp2","jpe","jpeg","jpf","jpg","jpm","jpx","mj2","pjp","pjpeg","png","svg","svgz","tif","tiff","webp"]),Ne=new Set(["avi","flv","mp3","mp4","ogg","wav","weba","webm","wmv"]),Ve=new Set(["js","ts","jsx","esm"]),je=new Set(["css","scss"]);function Me(e,t){let o=0,i=e.length,n=!1;if(!t){if(e.startsWith("data:"))return null;for(;oo+1&&e.charCodeAt(i-1)<=32;)i-=1;if(47===e.charCodeAt(o)&&47===e.charCodeAt(o+1))o+=2;else{const t=e.indexOf(":/",o);if(-1!==t){const i=t-o,n=e.charCodeAt(o),s=e.charCodeAt(o+1),c=e.charCodeAt(o+2),r=e.charCodeAt(o+3),a=e.charCodeAt(o+4);if(5===i&&104===n&&116===s&&116===c&&112===r&&115===a);else if(4===i&&104===n&&116===s&&116===c&&112===r);else if(3===i&&119===n&&115===s&&115===c);else if(2===i&&119===n&&115===s);else for(let i=o;i=97&&t<=122||t>=48&&t<=57||46===t||45===t||43===t))return null}for(o=t+2;47===e.charCodeAt(o);)o+=1}}let t=-1,s=-1,c=-1;for(let r=o;r=65&&o<=90&&(n=!0)}if(-1!==t&&t>o&&to&&co+1&&46===e.charCodeAt(i-1);)i-=1;const s=0!==o||i!==e.length?e.slice(o,i):e;return n?s.toLowerCase():s}function De(e){return e>=97&&e<=122||e>=48&&e<=57||e>127}function He(e){if(e.length>255)return!1;if(0===e.length)return!1;if(!De(e.charCodeAt(0))&&46!==e.charCodeAt(0)&&95!==e.charCodeAt(0))return!1;let t=-1,o=-1;const i=e.length;for(let n=0;n64||46===o||45===o||95===o)return!1;t=n}else if(!De(i)&&45!==i&&95!==i)return!1;o=i}return i-t-1<=63&&45!==o}var We=function({allowIcannDomains:e=!0,allowPrivateDomains:t=!1,detectIp:o=!0,extractHostname:i=!0,mixedInputs:n=!0,validHosts:s=null,validateHostname:c=!0}){return{allowIcannDomains:e,allowPrivateDomains:t,detectIp:o,extractHostname:i,mixedInputs:n,validHosts:s,validateHostname:c}}({});function qe(e,t,o,i,n){const s=function(e){return void 0===e?We:function({allowIcannDomains:e=!0,allowPrivateDomains:t=!1,detectIp:o=!0,extractHostname:i=!0,mixedInputs:n=!0,validHosts:s=null,validateHostname:c=!0}){return{allowIcannDomains:e,allowPrivateDomains:t,detectIp:o,extractHostname:i,mixedInputs:n,validHosts:s,validateHostname:c}}(e)}(i);return"string"!=typeof e?n:(s.extractHostname?s.mixedInputs?n.hostname=Me(e,He(e)):n.hostname=Me(e,!1):n.hostname=e,0===t||null===n.hostname||s.detectIp&&(n.isIp=function(e){if(e.length<3)return!1;let t=e.startsWith("[")?1:0,o=e.length;if("]"===e[o-1]&&(o-=1),o-t>39)return!1;let i=!1;for(;t=48&&o<=57||o>=97&&o<=102||o>=65&&o<=90))return!1}return i}(c=n.hostname)||function(e){if(e.length<7)return!1;if(e.length>15)return!1;let t=0;for(let o=0;o57)return!1}return 3===t&&46!==e.charCodeAt(0)&&46!==e.charCodeAt(e.length-1)}(c),n.isIp)?n:s.validateHostname&&s.extractHostname&&!He(n.hostname)?(n.hostname=null,n):(o(n.hostname,s,n),2===t||null===n.publicSuffix?n:(n.domain=function(e,t,o){if(null!==o.validHosts){const e=o.validHosts;for(const o of e)if(function(e,t){return!!e.endsWith(t)&&(e.length===t.length||"."===e[e.length-t.length-1])}(t,o))return o}let i=0;if(t.startsWith("."))for(;i=i)return!1;let n=o,s=i-1;for(;n<=s;){const o=n+s>>>1,i=e[o];if(it))return!0;s=o-1}}return!1}var Ke=new Uint32Array(20);function Qe(e,t,o){if(function(e,t,o){if(!t.allowPrivateDomains&&e.length>3){const t=e.length-1,i=e.charCodeAt(t),n=e.charCodeAt(t-1),s=e.charCodeAt(t-2),c=e.charCodeAt(t-3);if(109===i&&111===n&&99===s&&46===c)return o.isIcann=!0,o.isPrivate=!1,o.publicSuffix="com",!0;if(103===i&&114===n&&111===s&&46===c)return o.isIcann=!0,o.isPrivate=!1,o.publicSuffix="org",!0;if(117===i&&100===n&&101===s&&46===c)return o.isIcann=!0,o.isPrivate=!1,o.publicSuffix="edu",!0;if(118===i&&111===n&&103===s&&46===c)return o.isIcann=!0,o.isPrivate=!1,o.publicSuffix="gov",!0;if(116===i&&101===n&&110===s&&46===c)return o.isIcann=!0,o.isPrivate=!1,o.publicSuffix="net",!0;if(101===i&&100===n&&46===s)return o.isIcann=!0,o.isPrivate=!1,o.publicSuffix="de",!0}return!1}(e,t,o))return;const{allowIcannDomains:i,allowPrivateDomains:n}=t;let s=-1,c=0,r=0,a=1;const l=function(e,t){let o=5381,i=0;for(let n=e.length-1;n>=0;n-=1){const s=e.charCodeAt(n);if(46===s&&(Ke[i<<1]=o>>>0,Ke[1+(i<<1)]=n+1,i+=1,i===t))return i;o=33*o^s}return Ke[i<<1]=o>>>0,Ke[1+(i<<1)]=0,i+=1,i}(e,Ge[0]);for(let e=0;er;)t.shift();o.publicSuffix=t.join(".")}else o.publicSuffix=e.slice(Ke[1+(r-2<<1)]);else o.publicSuffix=1===l?e:e.slice(Ke[1])}function Ye(e,t={}){return qe(e,5,Qe,t,{domain:null,domainWithoutSuffix:null,hostname:null,isIcann:null,isIp:null,isPrivate:null,publicSuffix:null,subdomain:null})}var Xe=new class{constructor(e){this.pos=0,this.buffer=new Uint32Array(e)}reset(){this.pos=0}slice(){return this.buffer.slice(0,this.pos)}push(e){this.buffer[this.pos++]=e}empty(){return 0===this.pos}full(){return this.pos===this.buffer.length}remaining(){return this.buffer.length-this.pos}}(1024),Ze=37,Je=5011;function et(e){return 16843009*((e=(858993459&(e-=e>>1&1431655765))+(e>>2&858993459))+(e>>4)&252645135)>>24}function tt(e,t){return!!(e&t)}function ot(e,t){return e|t}function it(e,t){return e&~t}function nt(e,t,o){let i=Je;for(let n=t;n>>0}function st(e){return"string"!=typeof e||0===e.length?Je:nt(e,0,e.length)}function ct(e){const t=new Uint32Array(e.length);let o=0;for(const i of e)t[o++]=st(i);return t}function rt(e,t){if(e.length=48&&e<=57}function pt(e){return e>=97&&e<=122||e>=65&&e<=90}function dt(e){return pt(e)||lt(e)||37===e||function(e){return e>=192&&e<=450}(e)||function(e){return e>=1024&&e<=1279}(e)}function ut(e,t,o,i){const n=Math.min(e.length,2*i.remaining());let s=!1,c=0,r=Je;for(let o=0;o1&&(!1===t||0!==c)&&i.push(r>>>0))}!0===s&&!1===o&&e.length-c>1&&!1===i.full()&&i.push(r>>>0)}function ht(e,t){const o=Math.min(e.length,2*t.remaining());let i=!1,n=0,s=Je;for(let c=0;c1&&t.push(s>>>0))}!0===i&&e.length-n>1&&!1===t.full()&&t.push(s>>>0)}function mt(e,t){return-1!==function(e,t){if(0===e.length)return-1;let o=0,i=e.length-1;for(;o<=i;){const n=o+i>>>1,s=e[n];if(st))return n;i=n-1}}return-1}(e,t)}var At=/[^\u0000-\u00ff]/;function gt(e){return At.test(e)}var ft={extractHostname:!0,mixedInputs:!1,validateHostname:!1},kt={beacon:st("type:beacon"),cspReport:st("type:csp"),csp_report:st("type:csp"),cspviolationreport:st("type:cspviolationreport"),document:st("type:document"),eventsource:st("type:other"),fetch:st("type:xhr"),font:st("type:font"),image:st("type:image"),imageset:st("type:image"),mainFrame:st("type:document"),main_frame:st("type:document"),manifest:st("type:other"),media:st("type:media"),object:st("type:object"),object_subrequest:st("type:object"),other:st("type:other"),ping:st("type:ping"),prefetch:st("type:other"),preflight:st("type:preflight"),script:st("type:script"),signedexchange:st("type:signedexchange"),speculative:st("type:other"),stylesheet:st("type:stylesheet"),subFrame:st("type:subdocument"),sub_frame:st("type:subdocument"),texttrack:st("type:other"),webSocket:st("type:websocket"),web_manifest:st("type:other"),websocket:st("type:websocket"),xhr:st("type:xhr"),xml_dtd:st("type:other"),xmlhttprequest:st("type:xhr"),xslt:st("type:other")};function bt(e){let t=Je;for(let o=e.length-1;o>=0;o-=1)t=t*Ze^e.charCodeAt(o);return t>>>0}function yt(e,t,o){Xe.reset();let i=Je;for(let n=t-1;n>=0;n-=1){const t=e.charCodeAt(n);46===t&&n>>0),i=i*Ze^t}return Xe.push(i>>>0),Xe.slice()}function wt(e,t){const o=function(e,t){let o=null;const i=t.indexOf(".");if(-1!==i){const n=t.slice(i+1);o=e.slice(0,-n.length-1)}return o}(e,t);return null!==o?yt(o,o.length,o.length):W}function vt(e,t){return yt(e,e.length,e.length-t.length)}var _t=class e{static fromRawDetails({requestId:t="0",tabId:o=0,url:i="",hostname:n,domain:s,sourceUrl:c="",sourceHostname:r,sourceDomain:a,type:l="main_frame",_originalRequestDetails:p}){if(i=i.toLowerCase(),void 0===n||void 0===s){const e=Ye(i,ft);n=n||e.hostname||"",s=s||e.domain||""}if(void 0===r||void 0===a){const e=Ye(r||a||c,ft);r=r||e.hostname||"",a=a||e.domain||r||""}return new e({requestId:t,tabId:o,domain:s,hostname:n,url:i,sourceDomain:a,sourceHostname:r,sourceUrl:c,type:l,_originalRequestDetails:p})}constructor({requestId:e,tabId:t,type:o,domain:i,hostname:n,url:s,sourceDomain:c,sourceHostname:r,_originalRequestDetails:a}){if(this.tokens=void 0,this.hostnameHashes=void 0,this.entityHashes=void 0,this._originalRequestDetails=a,this.id=e,this.tabId=t,this.type=o,this.url=s,this.hostname=n,this.domain=i,this.sourceHostnameHashes=0===r.length?W:vt(r,c),this.sourceEntityHashes=0===r.length?W:wt(r,c),this.isThirdParty=function(e,t,o,i,n){return"main_frame"!==n&&"mainFrame"!==n&&(0!==t.length&&0!==i.length?t!==i:0!==t.length&&0!==o.length?t!==o:0!==i.length&&0!==e.length&&e!==i)}(n,i,r,c,o),this.isFirstParty=!this.isThirdParty,this.isSupported=!0,"websocket"===this.type||this.url.startsWith("ws:")||this.url.startsWith("wss:"))this.isHttp=!1,this.isHttps=!1,this.type="websocket",this.isSupported=!0;else if(this.url.startsWith("http:"))this.isHttp=!0,this.isHttps=!1;else if(this.url.startsWith("https:"))this.isHttps=!0,this.isHttp=!1;else if(this.url.startsWith("data:")){this.isHttp=!1,this.isHttps=!1;const e=this.url.indexOf(",");-1!==e&&(this.url=this.url.slice(0,e))}else this.isHttp=!1,this.isHttps=!1,this.isSupported=!1}getHostnameHashes(){return void 0===this.hostnameHashes&&(this.hostnameHashes=0===this.hostname.length?W:vt(this.hostname,this.domain)),this.hostnameHashes}getEntityHashes(){return void 0===this.entityHashes&&(this.entityHashes=0===this.hostname.length?W:wt(this.hostname,this.domain)),this.entityHashes}getTokens(){if(void 0===this.tokens){Xe.reset();for(const e of this.sourceHostnameHashes)Xe.push(e);Xe.push(kt[this.type]),ht(this.url,Xe),this.tokens=Xe.slice()}return this.tokens}isMainFrame(){return"main_frame"===this.type||"mainFrame"===this.type}isSubFrame(){return"sub_frame"===this.type||"subFrame"===this.type}guessTypeOfRequest(){const e=this.type;return this.type=function(e){const t=function(e){let t=e.length;const o=e.indexOf("#");-1!==o&&(t=o);const i=e.indexOf("?");-1!==i&&i=0&&(s=e.charCodeAt(n),0!=(s>=65&&s<=90||s>=97&&s<=122||s>=48&&s<=57));n-=1);return 46!==s||n<0||t-n>=10?"":e.slice(n+1,t)}(e);return Ue.has(t)||e.startsWith("data:image/")||e.startsWith("https://frog.wix.com/bt")?"image":Ne.has(t)||e.startsWith("data:audio/")||e.startsWith("data:video/")?"media":je.has(t)||e.startsWith("data:text/css")?"stylesheet":Ve.has(t)||e.startsWith("data:")&&(e.startsWith("data:application/ecmascript")||e.startsWith("data:application/javascript")||e.startsWith("data:application/x-ecmascript")||e.startsWith("data:application/x-javascript")||e.startsWith("data:text/ecmascript")||e.startsWith("data:text/javascript")||e.startsWith("data:text/javascript1.0")||e.startsWith("data:text/javascript1.1")||e.startsWith("data:text/javascript1.2")||e.startsWith("data:text/javascript1.3")||e.startsWith("data:text/javascript1.4")||e.startsWith("data:text/javascript1.5")||e.startsWith("data:text/jscript")||e.startsWith("data:text/livescript")||e.startsWith("data:text/x-ecmascript")||e.startsWith("data:text/x-javascript"))||e.startsWith("https://maps.googleapis.com/maps/api/js")||e.startsWith("https://www.googletagmanager.com/gtag/js")?"script":Le.has(t)||e.startsWith("data:text/html")||e.startsWith("data:application/xhtml")||e.startsWith("https://www.youtube.com/embed/")||e.startsWith("https://www.google.com/gen_204")?"document":Be.has(t)||e.startsWith("data:font/")?"font":"other"}(this.url),e!==this.type&&(this.tokens=void 0),this.type}},Ct=class e{static parse(t,o=!1){if(0===t.length)return;const i=[],n=[],s=[],c=[];for(let e of t){gt(e)&&(e=D(e));const t=126===e.charCodeAt(0),o=42===e.charCodeAt(e.length-1)&&46===e.charCodeAt(e.length-2),r=t?1:0,a=o?e.length-2:e.length,l=bt(!0===t||!0===o?e.slice(r,a):e);t?o?n.push(l):c.push(l):o?i.push(l):s.push(l)}return new e({entities:0!==i.length?new Uint32Array(i).sort():void 0,hostnames:0!==s.length?new Uint32Array(s).sort():void 0,notEntities:0!==n.length?new Uint32Array(n).sort():void 0,notHostnames:0!==c.length?new Uint32Array(c).sort():void 0,parts:!0===o?t.join(","):void 0})}static deserialize(t){const o=t.getUint8();return new e({entities:1==(1&o)?t.getUint32Array():void 0,hostnames:2==(2&o)?t.getUint32Array():void 0,notEntities:4==(4&o)?t.getUint32Array():void 0,notHostnames:8==(8&o)?t.getUint32Array():void 0,parts:16==(16&o)?t.getUTF8():void 0})}constructor({entities:e,hostnames:t,notEntities:o,notHostnames:i,parts:n}){this.entities=e,this.hostnames=t,this.notEntities=o,this.notHostnames=i,this.parts=n}updateId(e){const{hostnames:t,entities:o,notHostnames:i,notEntities:n}=this;if(void 0!==t)for(const o of t)e=e*Ze^o;if(void 0!==o)for(const t of o)e=e*Ze^t;if(void 0!==i)for(const t of i)e=e*Ze^t;if(void 0!==n)for(const t of n)e=e*Ze^t;return e}serialize(e){const t=e.getPos();e.pushUint8(0);let o=0;void 0!==this.entities&&(o|=1,e.pushUint32Array(this.entities)),void 0!==this.hostnames&&(o|=2,e.pushUint32Array(this.hostnames)),void 0!==this.notEntities&&(o|=4,e.pushUint32Array(this.notEntities)),void 0!==this.notHostnames&&(o|=8,e.pushUint32Array(this.notHostnames)),void 0!==this.parts&&(o|=16,e.pushUTF8(this.parts)),e.setByte(t,o)}getSerializedSize(){let e=1;return void 0!==this.entities&&(e+=Z(this.entities)),void 0!==this.hostnames&&(e+=Z(this.hostnames)),void 0!==this.notHostnames&&(e+=Z(this.notHostnames)),void 0!==this.notEntities&&(e+=Z(this.notEntities)),void 0!==this.parts&&(e+=X(this.parts)),e}match(e,t){if(void 0!==this.notHostnames)for(const t of e)if(mt(this.notHostnames,t))return!1;if(void 0!==this.notEntities)for(const e of t)if(mt(this.notEntities,e))return!1;if(void 0!==this.hostnames||void 0!==this.entities){if(void 0!==this.hostnames)for(const t of e)if(mt(this.hostnames,t))return!0;if(void 0!==this.entities)for(const e of t)if(mt(this.entities,e))return!0;return!1}return!0}};function xt(e){if(!1===e.startsWith("^script"))return;const t=":has-text(",o=[];let i=7;for(;e.startsWith(t,i);){i+=t.length;let n=1;const s=i;let c=-1;for(;i=48&&o<=57||o>=65&&o<=90||o>=97&&o<=122)){if(t{}},t=/^[#.]?[\w-.]+$/;return function(o){if(t.test(o))return!0;try{(t=>{e.matches(t)})(o)}catch(e){return!1}return!0}})();function Bt(e,t){let o=e.getSelector();if(void 0!==e.style&&(o+=e.style),!1===e.isScriptInject())return o;const i=e.parseScript();if(void 0===i)return o;const n=t(i.name);return void 0===n?o:o.replace(i.name,n)}(zt=Rt||(Rt={}))[zt.unhide=1]="unhide",zt[zt.scriptInject=2]="scriptInject",zt[zt.isUnicode=4]="isUnicode",zt[zt.isClassSelector=8]="isClassSelector",zt[zt.isIdSelector=16]="isIdSelector",zt[zt.isHrefSelector=32]="isHrefSelector",zt[zt.remove=64]="remove",zt[zt.extended=128]="extended",zt[zt.isPureHasSelector=256]="isPureHasSelector";var Ut=class e{static parse(t,o=!1){const i=t;let n,s,c,r=0;const a=t.indexOf("#"),l=a+1;let p=l+1;if(t.length>l&&("@"===t[l]?(r=ot(r,Rt.unhide),p+=1):"?"===t[l]&&(p+=1)),p>=t.length)return null;if(a>0&&(s=Ct.parse(t.slice(0,a).split(","),o)),t.endsWith(":remove()"))r=ot(r,Rt.remove),r=ot(r,Rt.extended),t=t.slice(0,-9);else if(t.length-p>=8&&t.endsWith(")")&&-1!==t.indexOf(":style(",p)){const e=t.indexOf(":style(",p);c=t.slice(e+7,-1),t=t.slice(0,e)}if(94===t.charCodeAt(p)){if(!1===at(t,"script:has-text(",p+1)||41!==t.charCodeAt(t.length-1))return null;if(n=t.slice(p,t.length),void 0===xt(n))return null}else if(t.length-p>4&&43===t.charCodeAt(p)&&at(t,"+js(",p)){if((void 0===s||void 0===s.hostnames&&void 0===s.entities)&&!1===tt(r,Rt.unhide))return null;if(r=ot(r,Rt.scriptInject),n=t.slice(p+4,t.length-1),!1===tt(r,Rt.unhide)&&0===n.length)return null}else{n=t.slice(p);const e=ze(n);if(e===Fe.Extended)r=ot(r,Rt.extended),function(e){const t=Ie(e);try{Ee(t,(e=>{if("pseudo-class"===e.type&&void 0!==e.name&&"has"!==e.name&&Oe.has(e.name))throw new Error("not a :has")}))}catch(e){return!1}return!0}(n)&&(r=ot(r,Rt.isPureHasSelector));else if(e===Fe.Invalid||!Lt(n))return null}if(void 0===s&&!0===tt(r,Rt.extended))return null;if(void 0!==n&&(gt(n)&&(r=ot(r,Rt.isUnicode)),!1===tt(r,Rt.scriptInject)&&!1===tt(r,Rt.remove)&&!1===tt(r,Rt.extended)&&!1===n.startsWith("^"))){const e=n.charCodeAt(0),t=n.charCodeAt(1),o=n.charCodeAt(2);!1===tt(r,Rt.scriptInject)&&(46===e&&Ot(n)?r=ot(r,Rt.isClassSelector):35===e&&Ot(n)?r=ot(r,Rt.isIdSelector):(97===e&&91===t&&104===o&&Pt(n,2)||91===e&&104===t&&Pt(n,1))&&(r=ot(r,Rt.isHrefSelector)))}return new e({mask:r,rawLine:!0===o?i:void 0,selector:n,style:c,domains:s})}static deserialize(t){const o=t.getUint16(),i=tt(o,Rt.isUnicode),n=t.getUint8(),s=i?t.getUTF8():t.getCosmeticSelector();return new e({mask:o,selector:s,domains:1==(1&n)?Ct.deserialize(t):void 0,rawLine:2==(2&n)?t.getRawCosmetic():void 0,style:4==(4&n)?t.getASCII():void 0})}constructor({mask:e,selector:t,domains:o,rawLine:i,style:n}){this.mask=e,this.selector=t,this.domains=o,this.style=n,this.id=void 0,this.rawLine=i,this.scriptletDetails=void 0}isCosmeticFilter(){return!0}isNetworkFilter(){return!1}serialize(e){e.pushUint16(this.mask);const t=e.getPos();e.pushUint8(0),this.isUnicode()?e.pushUTF8(this.selector):e.pushCosmeticSelector(this.selector);let o=0;void 0!==this.domains&&(o|=1,this.domains.serialize(e)),void 0!==this.rawLine&&(o|=2,e.pushRawCosmetic(this.rawLine)),void 0!==this.style&&(o|=4,e.pushASCII(this.style)),e.setByte(t,o)}getSerializedSize(e){let t=3;return this.isUnicode()?t+=X(this.selector):t+=function(e,t){return!0===t?Q(G().cosmeticSelector.getCompressedSize(e),!1):Y(e)}(this.selector,e),void 0!==this.domains&&(t+=this.domains.getSerializedSize()),void 0!==this.rawLine&&(t+=function(e,t){return!0===t?Q(G().cosmeticRaw.getCompressedSize(M(e)),!1):X(e)}(this.rawLine,e)),void 0!==this.style&&(t+=Y(this.style)),t}toString(){if(void 0!==this.rawLine)return this.rawLine;let e="";return void 0!==this.domains&&(void 0!==this.domains.parts?e+=this.domains.parts:e+=""),this.isUnhide()?e+="#@#":e+="##",this.isScriptInject()?(e+="+js(",e+=this.selector,e+=")"):e+=this.selector,this.hasCustomStyle()&&(e+=":style("+this.getStyle()+")"),e}match(e,t){return!1===this.hasHostnameConstraint()||!(!e&&this.hasHostnameConstraint())&&(void 0===this.domains||this.domains.match(0===e.length?W:vt(e,t),0===e.length?W:wt(e,t)))}getTokens(){const e=[];if(void 0!==this.domains){const{hostnames:t,entities:o}=this.domains;if(void 0!==t)for(const o of t)e.push(new Uint32Array([o]));if(void 0!==o)for(const t of o)e.push(new Uint32Array([t]))}if(0===e.length&&!1===this.isUnhide())if(this.isIdSelector()||this.isClassSelector()){let t=1;const o=this.selector;for(;t0?n=!0:"'"===p&&e.indexOf("'",o+1)>0?s=!0:"{"===p&&e.indexOf("}",o+1)>0?r+=1:"/"===p&&e.indexOf("/",o+1)>0?c=!0:l=!0)),","===p&&(t.push(e.slice(i+1,o).trim()),i=o,l=!1))),a="\\"===p}if(t.push(e.slice(i+1).trim()),0===t.length)return;const p=t.slice(1).map((e=>e.startsWith("'")&&e.endsWith("'")||e.startsWith('"')&&e.endsWith('"')?e.substring(1,e.length-1):e)).map((e=>e.replace(It,",").replace(Ft,"\\").replace(Tt,",")));return this.scriptletDetails={name:t[0],args:p},this.scriptletDetails}getScript(e){const t=this.parseScript();if(void 0===t)return;const{name:o,args:i}=t;let n=e(o);if(void 0!==n){for(let e=0;e>>0}(this.mask,this.selector,this.domains,this.style)),this.id}hasCustomStyle(){return void 0!==this.style}getStyle(e=Et){return this.style||e}getStyleAttributeHash(){return`s${st(this.getStyle())}`}getSelector(){return this.selector}getSelectorAST(){return Ie(this.getSelector())}getExtendedSelector(){return xt(this.selector)}isExtended(){return tt(this.mask,Rt.extended)}isRemove(){return tt(this.mask,Rt.remove)}isPureHasSelector(){return tt(this.mask,Rt.isPureHasSelector)}isUnhide(){return tt(this.mask,Rt.unhide)}isScriptInject(){return tt(this.mask,Rt.scriptInject)}isCSS(){return!1===this.isScriptInject()}isIdSelector(){return tt(this.mask,Rt.isIdSelector)}isClassSelector(){return tt(this.mask,Rt.isClassSelector)}isHrefSelector(){return tt(this.mask,Rt.isHrefSelector)}isUnicode(){return tt(this.mask,Rt.isUnicode)}isHtmlFiltering(){return this.getSelector().startsWith("^")}isGenericHide(){var e,t;return void 0===(null===(e=null==this?void 0:this.domains)||void 0===e?void 0:e.hostnames)&&void 0===(null===(t=null==this?void 0:this.domains)||void 0===t?void 0:t.entities)}};function Nt(){return new class{constructor(){this.options=new Set,this.prefix=void 0,this.infix=void 0,this.suffix=void 0,this.redirect=void 0}blockRequestsWithType(e){if(this.options.has(e))throw new Error(`Already blocking type ${e}`);return this.options.add(e),this}images(){return this.blockRequestsWithType("image")}scripts(){return this.blockRequestsWithType("script")}frames(){return this.blockRequestsWithType("frame")}fonts(){return this.blockRequestsWithType("font")}medias(){return this.blockRequestsWithType("media")}styles(){return this.blockRequestsWithType("css")}redirectTo(e){if(void 0!==this.redirect)throw new Error(`Already redirecting: ${this.redirect}`);return this.redirect=`redirect=${e}`,this}urlContains(e){if(void 0!==this.infix)throw new Error(`Already matching pattern: ${this.infix}`);return this.infix=e,this}urlStartsWith(e){if(void 0!==this.prefix)throw new Error(`Already matching prefix: ${this.prefix}`);return this.prefix=`|${e}`,this}urlEndsWith(e){if(void 0!==this.suffix)throw new Error(`Already matching suffix: ${this.suffix}`);return this.suffix=`${e}|`,this}withHostname(e){if(void 0!==this.prefix)throw new Error(`Cannot match hostname if filter already has prefix: ${this.prefix}`);return this.prefix=`||${e}^`,this}toString(){const e=[];void 0!==this.prefix&&e.push(this.prefix),void 0!==this.infix&&e.push(this.infix),void 0!==this.suffix&&e.push(this.suffix);const t=["important"];if(0!==this.options.size)for(const e of this.options)t.push(e);return void 0!==this.redirect&&t.push(this.redirect),`${0===e.length?"*":e.join("*")}$${t.join(",")}`}}}var Vt,jt,Mt=st("http"),Dt=st("https");(jt=Vt||(Vt={}))[jt.fromDocument=1]="fromDocument",jt[jt.fromFont=2]="fromFont",jt[jt.fromHttp=4]="fromHttp",jt[jt.fromHttps=8]="fromHttps",jt[jt.fromImage=16]="fromImage",jt[jt.fromMedia=32]="fromMedia",jt[jt.fromObject=64]="fromObject",jt[jt.fromOther=128]="fromOther",jt[jt.fromPing=256]="fromPing",jt[jt.fromScript=512]="fromScript",jt[jt.fromStylesheet=1024]="fromStylesheet",jt[jt.fromSubdocument=2048]="fromSubdocument",jt[jt.fromWebsocket=4096]="fromWebsocket",jt[jt.fromXmlHttpRequest=8192]="fromXmlHttpRequest",jt[jt.firstParty=16384]="firstParty",jt[jt.thirdParty=32768]="thirdParty",jt[jt.isReplace=65536]="isReplace",jt[jt.isBadFilter=131072]="isBadFilter",jt[jt.isCSP=262144]="isCSP",jt[jt.isGenericHide=524288]="isGenericHide",jt[jt.isImportant=1048576]="isImportant",jt[jt.isSpecificHide=2097152]="isSpecificHide",jt[jt.isFullRegex=4194304]="isFullRegex",jt[jt.isRegex=8388608]="isRegex",jt[jt.isUnicode=16777216]="isUnicode",jt[jt.isLeftAnchor=33554432]="isLeftAnchor",jt[jt.isRightAnchor=67108864]="isRightAnchor",jt[jt.isException=134217728]="isException",jt[jt.isHostnameAnchor=268435456]="isHostnameAnchor",jt[jt.isRedirectRule=536870912]="isRedirectRule",jt[jt.isRedirect=1073741824]="isRedirect";var Ht=Vt.fromDocument|Vt.fromFont|Vt.fromImage|Vt.fromMedia|Vt.fromObject|Vt.fromOther|Vt.fromPing|Vt.fromScript|Vt.fromStylesheet|Vt.fromSubdocument|Vt.fromWebsocket|Vt.fromXmlHttpRequest,Wt={beacon:Vt.fromPing,document:Vt.fromDocument,cspviolationreport:Vt.fromOther,fetch:Vt.fromXmlHttpRequest,font:Vt.fromFont,image:Vt.fromImage,imageset:Vt.fromImage,mainFrame:Vt.fromDocument,main_frame:Vt.fromDocument,media:Vt.fromMedia,object:Vt.fromObject,object_subrequest:Vt.fromObject,ping:Vt.fromPing,script:Vt.fromScript,stylesheet:Vt.fromStylesheet,subFrame:Vt.fromSubdocument,sub_frame:Vt.fromSubdocument,webSocket:Vt.fromWebsocket,websocket:Vt.fromWebsocket,xhr:Vt.fromXmlHttpRequest,xmlhttprequest:Vt.fromXmlHttpRequest,cspReport:Vt.fromOther,csp_report:Vt.fromOther,eventsource:Vt.fromOther,manifest:Vt.fromOther,other:Vt.fromOther,prefetch:Vt.fromOther,preflight:Vt.fromOther,signedexchange:Vt.fromOther,speculative:Vt.fromOther,texttrack:Vt.fromOther,web_manifest:Vt.fromOther,xml_dtd:Vt.fromOther,xslt:Vt.fromOther};function qt(e){const t=[];return e.fromDocument()&&t.push("document"),e.fromImage()&&t.push("image"),e.fromMedia()&&t.push("media"),e.fromObject()&&t.push("object"),e.fromOther()&&t.push("other"),e.fromPing()&&t.push("ping"),e.fromScript()&&t.push("script"),e.fromStylesheet()&&t.push("stylesheet"),e.fromSubdocument()&&t.push("sub_frame"),e.fromWebsocket()&&t.push("websocket"),e.fromXmlHttpRequest()&&t.push("xhr"),e.fromFont()&&t.push("font"),t}function Gt(e,t,o,i,n,s){let c=185407^e;if(void 0!==i&&(c=i.updateId(c)),void 0!==n&&(c=n.updateId(c)),void 0!==t)for(let e=0;e>>0}function $t(e,t,o,i){return!0===i?new RegExp(e.slice(1,e.length-1),"i"):(e=(e=(e=e.replace(/([|.$+?{}()[\]\\])/g,"\\$1")).replace(/\*/g,".*")).replace(/\^/g,"(?:[^\\w\\d_.%-]|$)"),o&&(e=`${e}$`),t&&(e=`^${e}`),new RegExp(e))}function Kt(e,t,o){const i=t;for(;t=48&&e<=57||e<=65&&e<=70||e>=97&&e<=102}function Zt(e,t,o){const i=e.charCodeAt(t+1);return 44===i||47===i?[t+1,!1]:function(e,t,o){const i=e.charCodeAt(t+1);if(44===i||Yt.has(i))return[t+1,!0];if(99===i){const o=e.charCodeAt(t+2);if(o>=65&&o<=90||o>=97&&o<=122)return[t+2,!0]}if(120===i&&Xt(e.charCodeAt(t+2))&&Xt(e.charCodeAt(t+3)))return[t+3,!0];if(117===i)if(123===e.charCodeAt(t+2)){const o=e.indexOf("}",t+3),i=o-t+3;if(i>=1&&i<=6)return[o,!0]}else if(Xt(e.charCodeAt(t+2))&&Xt(e.charCodeAt(t+3))&&Xt(e.charCodeAt(t+4))&&Xt(e.charCodeAt(t+5)))return[t+5,!0];return[t+1,!1]}(e,t)}function Jt(e,t,o){if(47!==e.charCodeAt(t++))return[o,void 0];const i=["","",""];let n=t,s=0;for(;t0&&92===e.charCodeAt(o-1);)o=e.lastIndexOf(t,o-1);return o}(t,"$");if(-1!==u&&47!==t.charCodeAt(u+1)){d=u;for(const e of function(e,t,o){const i=[];let n,s;for(;t0&&(c=p);break;case"ehide":case"elemhide":if(t)return null;r=ot(r,Vt.isGenericHide),r=ot(r,Vt.isSpecificHide);break;case"shide":case"specifichide":if(t)return null;r=ot(r,Vt.isSpecificHide);break;case"ghide":case"generichide":if(t)return null;r=ot(r,Vt.isGenericHide);break;case"inline-script":if(t)return null;r=ot(r,Vt.isCSP),c="script-src 'self' 'unsafe-eval' http: https: data: blob: mediastream: filesystem:";break;case"inline-font":if(t)return null;r=ot(r,Vt.isCSP),c="font-src 'self' 'unsafe-eval' http: https: data: blob: mediastream: filesystem:";break;case"replace":case"content":if(t||(0===p.length?!1===tt(r,Vt.isException):null===eo(p)))return null;r=ot(r,Vt.isReplace),c=p;break;default:{let e=0;switch(i){case"all":if(t)return null;break;case"image":e=Vt.fromImage;break;case"media":e=Vt.fromMedia;break;case"object":case"object-subrequest":e=Vt.fromObject;break;case"other":e=Vt.fromOther;break;case"ping":case"beacon":e=Vt.fromPing;break;case"script":e=Vt.fromScript;break;case"css":case"stylesheet":e=Vt.fromStylesheet;break;case"frame":case"subdocument":e=Vt.fromSubdocument;break;case"xhr":case"xmlhttprequest":e=Vt.fromXmlHttpRequest;break;case"websocket":e=Vt.fromWebsocket;break;case"font":e=Vt.fromFont;break;case"doc":case"document":e=Vt.fromDocument;break;default:return null}t?l=it(l,e):a=ot(a,e);break}}}}let h;if(r|=0===a?l:l===Ht?a:a&l,d-p>=2&&47===t.charCodeAt(p)&&47===t.charCodeAt(d-1)){h=t.slice(p,d);try{$t(h,!1,!1,!0)}catch(e){return null}r=ot(r,Vt.isFullRegex)}else{if(d>0&&124===t.charCodeAt(d-1)&&(r=ot(r,Vt.isRightAnchor),d-=1),p0&&42===t.charCodeAt(d-1)&&(d-=1),!1===tt(r,Vt.isHostnameAnchor)&&d-p>0&&42===t.charCodeAt(p)&&(r=it(r,Vt.isLeftAnchor),p+=1),tt(r,Vt.isLeftAnchor)&&(d-p==5&&at(t,"ws://",p)?(r=ot(r,Vt.fromWebsocket),r=it(r,Vt.isLeftAnchor),r=it(r,Vt.fromHttp),r=it(r,Vt.fromHttps),p=d):d-p==7&&at(t,"http://",p)?(r=ot(r,Vt.fromHttp),r=it(r,Vt.fromHttps),r=it(r,Vt.isLeftAnchor),p=d):d-p==8&&at(t,"https://",p)?(r=ot(r,Vt.fromHttps),r=it(r,Vt.fromHttp),r=it(r,Vt.isLeftAnchor),p=d):d-p==8&&at(t,"http*://",p)&&(r=ot(r,Vt.fromHttps),r=ot(r,Vt.fromHttp),r=it(r,Vt.isLeftAnchor),p=d)),d-p>0&&(h=t.slice(p,d).toLowerCase(),r=io(r,Vt.isUnicode,gt(h)),!1===tt(r,Vt.isRegex)&&(r=io(r,Vt.isRegex,function(e,t,o){const i=e.indexOf("^",t);if(-1!==i&&it.length)return!1;if(e.length===t.length)return e===t;const i=t.indexOf(e);if(-1===i)return!1;if(0===i)return!0===o||46===t.charCodeAt(e.length)||46===e.charCodeAt(e.length-1);if(t.length===i+e.length)return 46===t.charCodeAt(i-1)||46===e.charCodeAt(0);return!(!0!==o&&46!==t.charCodeAt(e.length)&&46!==e.charCodeAt(e.length-1)||46!==t.charCodeAt(i-1)&&46!==e.charCodeAt(0))}(i,t.hostname,void 0!==e.filter&&42===e.filter.charCodeAt(0)))return!1;if(e.isRegex())return e.getRegex().test(t.url.slice(t.url.indexOf(i)+i.length));if(e.isRightAnchor()&&e.isLeftAnchor()){return o===t.url.slice(t.url.indexOf(i)+i.length)}if(e.isRightAnchor()){const n=t.hostname;return!1===e.hasFilter()?i.length===n.length||n.endsWith(i):t.url.endsWith(o)}return e.isLeftAnchor()?at(t.url,o,t.url.indexOf(i)+i.length):!1===e.hasFilter()||-1!==t.url.indexOf(o,t.url.indexOf(i)+i.length)}if(e.isRegex())return e.getRegex().test(t.url);if(e.isLeftAnchor()&&e.isRightAnchor())return t.url===o;if(e.isLeftAnchor())return rt(t.url,o);if(e.isRightAnchor())return t.url.endsWith(o);if(!1===e.hasFilter())return!0;return-1!==t.url.indexOf(o)}(this,e)}serialize(e){e.pushUint32(this.mask);const t=e.getPos();e.pushUint8(0);let o=0;void 0!==this.filter&&(o|=1,this.isUnicode()?e.pushUTF8(this.filter):e.pushNetworkFilter(this.filter)),void 0!==this.hostname&&(o|=2,e.pushNetworkHostname(this.hostname)),void 0!==this.domains&&(o|=4,this.domains.serialize(e)),void 0!==this.rawLine&&(o|=8,e.pushRawNetwork(this.rawLine)),void 0!==this.denyallow&&(o|=16,this.denyallow.serialize(e)),void 0!==this.optionValue&&(o|=32,this.isCSP()?e.pushNetworkCSP(this.optionValue):this.isRedirect()?e.pushNetworkRedirect(this.optionValue):e.pushUTF8(this.optionValue)),e.setByte(t,o)}getSerializedSize(e){let t=5;return void 0!==this.filter&&(!0===this.isUnicode()?t+=X(this.filter):t+=function(e,t){return!0===t?Q(G().networkFilter.getCompressedSize(e),!1):Y(e)}(this.filter,e)),void 0!==this.hostname&&(t+=function(e,t){return!0===t?Q(G().networkHostname.getCompressedSize(e),!1):Y(e)}(this.hostname,e)),void 0!==this.domains&&(t+=this.domains.getSerializedSize()),void 0!==this.rawLine&&(t+=function(e,t){return!0===t?Q(G().networkRaw.getCompressedSize(M(e)),!1):X(e)}(this.rawLine,e)),void 0!==this.denyallow&&(t+=this.denyallow.getSerializedSize()),void 0!==this.optionValue&&(this.isCSP()?t+=function(e,t){return!0===t?Q(G().networkCSP.getCompressedSize(e),!1):Y(e)}(this.optionValue,e):this.isRedirect()?t+=function(e,t){return!0===t?Q(G().networkRedirect.getCompressedSize(e),!1):Y(e)}(this.optionValue,e):t+=X(this.optionValue)),t}toString(e){if(void 0!==this.rawLine)return this.rawLine;let t="";this.isException()&&(t+="@@"),this.isHostnameAnchor()?t+="||":this.fromHttp()!==this.fromHttps()?this.fromHttp()?t+="|http://":t+="|https://":this.isLeftAnchor()&&(t+="|"),this.hasHostname()&&(t+=this.getHostname(),t+="^"),this.isFullRegex()?t+=`/${this.getRegex().source}/`:this.isRegex()?t+=this.getRegex().source:t+=this.getFilter(),this.isRightAnchor()&&"^"!==t[t.length-1]&&(t+="|");const o=[];if(!1===this.fromAny()){const e=et(this.getCptMask());if(et(Ht)-e")),void 0!==this.denyallow&&(void 0!==this.denyallow.parts?o.push(`denyallow=${this.denyallow.parts}`):o.push("denyallow=")),this.isBadFilter()&&o.push("badfilter"),o.length>0&&(t+="function"==typeof e?`$${o.map(e).join(",")}`:`$${o.join(",")}`),t}getIdWithoutBadFilter(){return Gt(this.mask&~Vt.isBadFilter,this.filter,this.hostname,this.domains,this.denyallow,this.optionValue)}getId(){return void 0===this.id&&(this.id=Gt(this.mask,this.filter,this.hostname,this.domains,this.denyallow,this.optionValue)),this.id}hasFilter(){return void 0!==this.filter}hasDomains(){return void 0!==this.domains}getMask(){return this.mask}getCptMask(){return this.getMask()&Ht}isRedirect(){return tt(this.getMask(),Vt.isRedirect)}isRedirectRule(){return tt(this.mask,Vt.isRedirectRule)}getRedirect(){var e;return null!==(e=this.optionValue)&&void 0!==e?e:""}isReplace(){return tt(this.getMask(),Vt.isReplace)}getHtmlModifier(){var e;return 0===(null===(e=this.optionValue)||void 0===e?void 0:e.length)?null:eo(this.optionValue)}isHtmlFilteringRule(){return this.isReplace()}getRedirectResource(){const e=this.getRedirect(),t=e.lastIndexOf(":");return-1===t?e:e.slice(0,t)}getRedirectPriority(){const e=this.getRedirect(),t=e.lastIndexOf(":");return-1===t?0:Number(e.slice(t+1))}hasHostname(){return void 0!==this.hostname}getHostname(){return this.hostname||""}getFilter(){return this.filter||""}getRegex(){return void 0===this.regex&&(this.regex=void 0!==this.filter&&this.isRegex()?$t(this.filter,this.isLeftAnchor(),this.isRightAnchor(),this.isFullRegex()):to),this.regex}getTokens(){if(Xe.reset(),void 0!==this.domains&&void 0!==this.domains.hostnames&&void 0===this.domains.entities&&void 0===this.domains.notHostnames&&void 0===this.domains.notEntities&&1===this.domains.hostnames.length&&Xe.push(this.domains.hostnames[0]),!1===this.isFullRegex()){if(void 0!==this.filter){const e=!this.isRightAnchor(),t=!this.isLeftAnchor();!function(e,t,o,i){const n=Math.min(e.length,2*i.remaining());let s=!1,c=0,r=0,a=Je;for(let o=0;o1&&42!==n&&42!==c&&(!1===t||0!==r)&&i.push(a>>>0)),c=n)}!1===o&&!0===s&&42!==c&&e.length-r>1&&!1===i.full()&&i.push(a>>>0)}(this.filter,t,e,Xe)}void 0!==this.hostname&&ut(this.hostname,!1,void 0!==this.filter&&42===this.filter.charCodeAt(0),Xe)}else void 0!==this.filter&&function(e,t){let o=e.length-1,i=1,n=0;for(;i=i;o-=1){const t=e.charCodeAt(o);if(124===t)return;if(41===t||42===t||43===t||63===t||93===t||125===t||46===t&&92!==e.charCodeAt(o-1)||92===t&&pt(n))break;n=t}if(o1&&ut(e.slice(1,i),94!==e.charCodeAt(1),!0,t),oObject.prototype.hasOwnProperty.call(ho,e),Ao=(e,t)=>"true"===e&&!t.has("true")||!("false"===e&&!t.has("false"))&&!!t.get(e),go=(e,t)=>{if(0===e.length)return!1;if((e=>uo.test(e))(e))return"!"===e[0]?!Ao(e.slice(1),t):Ao(e,t);const o=(e=>e.match(po))(e);if(!o||0===o.length)return!1;if(e.length!==o.reduce(((e,t)=>e+t.length),0))return!1;const i=[],n=[];for(const e of o)if("("===e)n.push(e);else if(")"===e){for(;0!==n.length&&"("!==n[n.length-1];)i.push(n.pop());if(0===n.length)return!1;n.pop()}else if(mo(e)){for(;n.length&&mo(n[n.length-1])&&ho[e]<=ho[n[n.length-1]];)i.push(n.pop());n.push(e)}else i.push(Ao(e,t));if("("===n[0]||")"===n[0])return!1;for(;0!==n.length;)i.push(n.pop());for(const e of i)if(!0===e||!1===e)n.push(e);else if("!"===e)n.push(!n.pop());else if(mo(e)){const t=n.pop(),o=n.pop();"&&"===e?n.push(o&&t):n.push(o||t)}return!0===n[0]},fo=class e{static getCondition(e){return e.slice(5).replace(/\s/g,"")}static parse(t,o){return new this({condition:e.getCondition(t),filterIDs:o})}static deserialize(e){const t=e.getUTF8(),o=new Set;for(let t=0,i=e.getUint32();t2)for(;e4&&32===t.charCodeAt(0)&&32===t.charCodeAt(1)&&32===t.charCodeAt(2)&&32===t.charCodeAt(3)&&32!==t.charCodeAt(4)))break;a+=t.slice(4),e+=1}0!==a.length&&a.charCodeAt(a.length-1)<=32&&(a=a.trim());const l=ko(a,{extendedNonSupportedTypes:!0});if(l===ao.NETWORK&&!0===t.loadNetworkFilters){const i=oo.parse(a,t.debug);null!==i?(o.push(i),r.length>0&&r[r.length-1].filterIDs.add(i.getId())):n.push({lineNumber:e,filter:a,filterType:l})}else if(l===ao.COSMETIC&&!0===t.loadCosmeticFilters){const o=Ut.parse(a,t.debug);null!==o?!0!==t.loadGenericCosmeticsFilters&&!1!==o.isGenericHide()||(i.push(o),r.length>0&&r[r.length-1].filterIDs.add(o.getId())):n.push({lineNumber:e,filter:a,filterType:ao.COSMETIC})}else if(t.loadPreprocessors){const t=ro(a);if(t===no.BEGIF)r.length>0?r.push(new fo({condition:`(${r[r.length-1].condition})&&(${fo.getCondition(a)})`})):r.push(fo.parse(a));else if((t===no.ENDIF||t===no.ELSE)&&r.length>0){const e=r.pop();c.push(e),t===no.ELSE&&r.push(new fo({condition:`!(${e.condition})`}))}else l===ao.NOT_SUPPORTED_ADGUARD&&n.push({lineNumber:e,filter:a,filterType:l})}else l===ao.NOT_SUPPORTED_ADGUARD&&n.push({lineNumber:e,filter:a,filterType:l})}return{networkFilters:o,cosmeticFilters:i,preprocessors:c.filter((e=>e.filterIDs.size>0)),notSupportedFilters:n}}(lo=ao||(ao={}))[lo.NOT_SUPPORTED=0]="NOT_SUPPORTED",lo[lo.NETWORK=1]="NETWORK",lo[lo.COSMETIC=2]="COSMETIC",lo[lo.NOT_SUPPORTED_EMPTY=100]="NOT_SUPPORTED_EMPTY",lo[lo.NOT_SUPPORTED_COMMENT=101]="NOT_SUPPORTED_COMMENT",lo[lo.NOT_SUPPORTED_ADGUARD=102]="NOT_SUPPORTED_ADGUARD";var yo="video/flv",wo={contentType:`${yo};base64`,aliases:[yo,".flv","flv"],body:"RkxWAQEAAAAJAAAAABIAALgAAAAAAAAAAgAKb25NZXRhRGF0YQgAAAAIAAhkdXJhdGlvbgAAAAAAAAAAAAAFd2lkdGgAP/AAAAAAAAAABmhlaWdodAA/8AAAAAAAAAANdmlkZW9kYXRhcmF0ZQBAaGoAAAAAAAAJZnJhbWVyYXRlAEBZAAAAAAAAAAx2aWRlb2NvZGVjaWQAQAAAAAAAAAAAB2VuY29kZXICAA1MYXZmNTcuNDEuMTAwAAhmaWxlc2l6ZQBAaoAAAAAAAAAACQAAAMM="},vo="image/gif",_o={contentType:`${vo};base64`,aliases:[vo,".gif","gif"],body:"R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"},Co="text/html",xo={contentType:Co,aliases:[Co,".html","html",".htm","htm","noopframe","noop.html"],body:""},So="image/vnd.microsoft.icon",Eo={contentType:`${So};base64`,aliases:[So,".ico","ico"],body:"AAABAAEAAQEAAAEAGAAwAAAAFgAAACgAAAABAAAAAgAAAAEAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP8AAAAAAA=="},Io="image/jpeg",Fo={contentType:`${Io};base64`,aliases:[Io,".jpg","jpg",".jpeg","jpeg"],body:"/9j/2wBDAAMCAgICAgMCAgIDAwMDBAYEBAQEBAgGBgUGCQgKCgkICQkKDA8MCgsOCwkJDRENDg8QEBEQCgwSExIQEw8QEBD/yQALCAABAAEBAREA/8wABgAQEAX/2gAIAQEAAD8A0s8g/9k="},To="application/javascript",Oo={contentType:To,aliases:[To,".js","js","javascript",".jsx","jsx","typescript",".ts","ts","noop.js","noopjs"],body:""},Po="application/json",Ro={contentType:Po,aliases:[Po,".json","json"],body:"0"},zo="audio/mpeg",Lo={contentType:`${zo};base64`,aliases:[zo,".mp3","mp3","noop-0.1s.mp3","noopmp3-0.1s"],body:"/+MYxAAAAANIAAAAAExBTUUzLjk4LjIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA"},Bo="video/mp4",Uo={contentType:`${Bo};base64`,aliases:[Bo,".mp4","mp4",".m4a","m4a",".m4p","m4p",".m4b","m4b",".m4r","m4r",".m4v","m4v","noop-1s.mp4","noopmp4-1s"],body:"AAAAHGZ0eXBpc29tAAACAGlzb21pc28ybXA0MQAAAAhmcmVlAAAC721kYXQhEAUgpBv/wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA3pwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcCEQBSCkG//AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADengAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAAAAsJtb292AAAAbG12aGQAAAAAAAAAAAAAAAAAAAPoAAAALwABAAABAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAB7HRyYWsAAABcdGtoZAAAAAMAAAAAAAAAAAAAAAIAAAAAAAAALwAAAAAAAAAAAAAAAQEAAAAAAQAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAACRlZHRzAAAAHGVsc3QAAAAAAAAAAQAAAC8AAAAAAAEAAAAAAWRtZGlhAAAAIG1kaGQAAAAAAAAAAAAAAAAAAKxEAAAIAFXEAAAAAAAtaGRscgAAAAAAAAAAc291bgAAAAAAAAAAAAAAAFNvdW5kSGFuZGxlcgAAAAEPbWluZgAAABBzbWhkAAAAAAAAAAAAAAAkZGluZgAAABxkcmVmAAAAAAAAAAEAAAAMdXJsIAAAAAEAAADTc3RibAAAAGdzdHNkAAAAAAAAAAEAAABXbXA0YQAAAAAAAAABAAAAAAAAAAAAAgAQAAAAAKxEAAAAAAAzZXNkcwAAAAADgICAIgACAASAgIAUQBUAAAAAAfQAAAHz+QWAgIACEhAGgICAAQIAAAAYc3R0cwAAAAAAAAABAAAAAgAABAAAAAAcc3RzYwAAAAAAAAABAAAAAQAAAAIAAAABAAAAHHN0c3oAAAAAAAAAAAAAAAIAAAFzAAABdAAAABRzdGNvAAAAAAAAAAEAAAAsAAAAYnVkdGEAAABabWV0YQAAAAAAAAAhaGRscgAAAAAAAAAAbWRpcmFwcGwAAAAAAAAAAAAAAAAtaWxzdAAAACWpdG9vAAAAHWRhdGEAAAABAAAAAExhdmY1Ni40MC4xMDE="},No="application/pdf",Vo={contentType:`${No};base64`,aliases:[No,".pdf","pdf"],body:"JVBERi0xLgoxIDAgb2JqPDwvUGFnZXMgMiAwIFI+PmVuZG9iagoyIDAgb2JqPDwvS2lkc1szIDAgUl0vQ291bnQgMT4+ZW5kb2JqCjMgMCBvYmo8PC9QYXJlbnQgMiAwIFI+PmVuZG9iagp0cmFpbGVyIDw8L1Jvb3QgMSAwIFI+Pg=="},jo="image/png",Mo={contentType:`${jo};base64`,aliases:[jo,".png","png"],body:"iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAACklEQVR4nGMAAQAABQABDQottAAAAABJRU5ErkJggg=="},Do="image/svg+xml",Ho={contentType:Do,aliases:[Do,".svg","svg"],body:"https://raw.githubusercontent.com/mathiasbynens/small/master/svg.svg"},Wo="text/plain",qo={contentType:Wo,aliases:[Wo,".txt","txt","text","nooptext","noop.txt"],body:""},Go="audio/wav",$o={contentType:`${Go};base64`,aliases:[Go,".wav","wav"],body:"UklGRiQAAABXQVZFZm10IBAAAAABAAEARKwAAIhYAQACABAAZGF0YQAAAAA="},Ko="video/webm",Qo={contentType:`${Ko};base64`,aliases:[Ko,".webm","webm"],body:"GkXfo0AgQoaBAUL3gQFC8oEEQvOBCEKCQAR3ZWJtQoeBAkKFgQIYU4BnQI0VSalmQCgq17FAAw9CQE2AQAZ3aGFtbXlXQUAGd2hhbW15RIlACECPQAAAAAAAFlSua0AxrkAu14EBY8WBAZyBACK1nEADdW5khkAFVl9WUDglhohAA1ZQOIOBAeBABrCBCLqBCB9DtnVAIueBAKNAHIEAAIAwAQCdASoIAAgAAUAmJaQAA3AA/vz0AAA="},Yo="image/webp",Xo={contentType:`${Yo};base64`,aliases:[Yo,".webp","webp"],body:"UklGRhIAAABXRUJQVlA4TAYAAAAvQWxvAGs="},Zo="video/wmv",Jo={contentType:`${Zo};base64`,aliases:[Zo,".wmv","wmv"],body:"MCaydY5mzxGm2QCqAGLObOUBAAAAAAAABQAAAAECodyrjEepzxGO5ADADCBTZWgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABcCAAAAAAAAAIA+1d6xnQEAAAAAAAAAAMAF2QEAAAAAAAAAAAAAAAAcDAAAAAAAAAIAAACADAAAgAwAAEANAwC1A79fLqnPEY7jAMAMIFNlLgAAAAAAAAAR0tOruqnPEY7mAMAMIFNlBgAAAAAAQKTQ0gfj0hGX8ACgyV6oUGQAAAAAAAAAAQAoAFcATQAvAEUAbgBjAG8AZABpAG4AZwBTAGUAdAB0AGkAbgBnAHMAAAAAABwATABhAHYAZgA1ADcALgA0ADEALgAxADAAMAAAAJEH3Le3qc8RjuYAwAwgU2WBAAAAAAAAAMDvGbxNW88RqP0AgF9cRCsAV/sgVVvPEaj9AIBfXEQrAAAAAAAAAAAzAAAAAAAAAAEAAAAAAAEAAAABAAAAAigAKAAAAAEAAAABAAAAAQAYAE1QNDMDAAAAAAAAAAAAAAAAAAAAAAAAAEBS0YYdMdARo6QAoMkDSPZMAAAAAAAAAEFS0YYdMdARo6QAoMkDSPYBAAAAAQAKAG0AcwBtAHAAZQBnADQAdgAzAAAAAAAEAE1QNDM2JrJ1jmbPEabZAKoAYs5sMgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAQ=="},ei=(()=>{const e={};for(const t of[wo,_o,xo,Eo,Fo,Oo,Ro,Lo,Uo,Vo,Mo,Ho,qo,$o,Qo,Xo,Jo])for(const o of t.aliases)e[o]=t;return e})();function ti(e){return ei[e]||qo}function oi(e){if(null===e)return!1;if("object"!=typeof e)return!1;const{name:t,aliases:o,body:i,contentType:n}=e;return"string"==typeof t&&(!(!Array.isArray(o)||!o.every((e=>"string"==typeof e)))&&("string"==typeof i&&"string"==typeof n))}function ii(e){if(null===e)return!1;if("object"!=typeof e)return!1;const{name:t,aliases:o,body:i,dependencies:n,executionWorld:s,requiresTrust:c}=e;return"string"==typeof t&&(!(!Array.isArray(o)||!o.every((e=>"string"==typeof e)))&&("string"==typeof i&&(!(!Array.isArray(n)||!n.every((e=>"string"==typeof e)))&&((void 0===s||"MAIN"===s||"ISOLATED"===s)&&(void 0===c||"boolean"==typeof c)))))}var ni=class e{static deserialize(t){const o=t.getASCII(),i=[],n=[];for(let e=0,o=t.getUint16();e["if (typeof scriptletGlobals === 'undefined') { var scriptletGlobals = {}; }",...t,`(${e})(...['{{1}}','{{2}}','{{3}}','{{4}}','{{5}}','{{6}}','{{7}}','{{8}}','{{9}}','{{10}}'].filter((a,i) => a !== '{{'+(i+1)+'}}').map((a) => decodeURIComponent(a)))`].join(";"))(t.body,i),this.scriptletsCache.set(t.name,o),o}getSurrogate(e){const t=this.resourcesByName.get(e.endsWith(".js")?e:`${e}.js`);if(void 0!==t&&"application/javascript"===t.contentType)return t.body}getScriptletCanonicalName(e){var t;return null===(t=this.getRawScriptlet(e))||void 0===t?void 0:t.name}getRawScriptlet(e){if(!e.endsWith(".fn"))return this.scriptletsByName.get(e.endsWith(".js")?e:`${e}.js`)}getScriptletDependencies(e){const t=new Map,o=[...e.dependencies];for(;o.length>0;){const e=o.pop();if(t.has(e))continue;const i=this.scriptletsByName.get(e);t.set(e,i.body),o.push(...i.dependencies)}return Array.from(t.values())}getSerializedSize(){let e=Y(this.checksum);e+=2;for(const{name:t,aliases:o,body:i,contentType:n}of this.resources)e+=Y(t),e+=o.reduce(((e,t)=>e+Y(t)),2),e+=X(i),e+=Y(n);e+=2;for(const{name:t,aliases:o,body:i,dependencies:n}of this.scriptlets)e+=Y(t),e+=o.reduce(((e,t)=>e+Y(t)),2),e+=X(i),e+=1,e+=1,e+=1,e+=1,e+=n.reduce(((e,t)=>e+Y(t)),2);return e}serialize(e){e.pushASCII(this.checksum),e.pushUint16(this.resources.length);for(const{name:t,aliases:o,body:i,contentType:n}of this.resources){e.pushASCII(t),e.pushUint16(o.length);for(const t of o)e.pushASCII(t);e.pushUTF8(i),e.pushASCII(n)}e.pushUint16(this.scriptlets.length);for(const{name:t,aliases:o,body:i,dependencies:n,executionWorld:s,requiresTrust:c}of this.scriptlets){e.pushASCII(t),e.pushUint16(o.length);for(const t of o)e.pushASCII(t);e.pushUTF8(i),e.pushBool(void 0!==s),e.pushBool("ISOLATED"===s),e.pushBool(void 0!==c),e.pushBool(!0===c),e.pushUint16(n.length),n.forEach((t=>e.pushASCII(t)))}}};var si=new Uint32Array(0);function ci(e){return`(?:${e.replace(/[-/\\^$*+?.()|[\]{}]/g,"\\$&")})`}function ri(e,t,o){let i=e.get(t);void 0===i&&(i=[],e.set(t,i)),i.push(o)}function ai(e,t){const o=new Map;for(const i of e)ri(o,t(i),i);return Array.from(o.values())}function li(e,t){const o=[],i=[];for(const n of e)t(n)?o.push(n):i.push(n);return{negative:i,positive:o}}var pi=[{description:"Remove duplicated filters by ID",fusion:e=>e[0],groupByCriteria:e=>""+e.getId(),select:()=>!0},{description:"Group idential filter with same mask but different domains in single filters",fusion:e=>{const t=[],o=new Set,i=new Set,n=new Set,s=new Set;for(const{domains:c}of e)if(void 0!==c){if(void 0!==c.parts&&t.push(c.parts),void 0!==c.hostnames)for(const e of c.hostnames)o.add(e);if(void 0!==c.entities)for(const e of c.entities)n.add(e);if(void 0!==c.notHostnames)for(const e of c.notHostnames)i.add(e);if(void 0!==c.notEntities)for(const e of c.notEntities)s.add(e)}return new oo(Object.assign({},e[0],{domains:new Ct({hostnames:0!==o.size?new Uint32Array(o).sort():void 0,entities:0!==n.size?new Uint32Array(n).sort():void 0,notHostnames:0!==i.size?new Uint32Array(i).sort():void 0,notEntities:0!==s.size?new Uint32Array(s).sort():void 0,parts:0!==t.length?t.join(","):void 0}),rawLine:void 0!==e[0].rawLine?e.map((({rawLine:e})=>e)).join(" <+> "):void 0}))},groupByCriteria:e=>{var t;return e.getHostname()+e.getFilter()+e.getMask()+(null!==(t=e.optionValue)&&void 0!==t?t:"")},select:e=>!e.isCSP()&&void 0===e.denyallow&&void 0!==e.domains},{description:"Group simple patterns, into a single filter",fusion:e=>{const t=[];for(const o of e)o.isRegex()?t.push(`(?:${o.getRegex().source})`):o.isRightAnchor()?t.push(`${ci(o.getFilter())}$`):o.isLeftAnchor()?t.push(`^${ci(o.getFilter())}`):t.push(ci(o.getFilter()));return new oo(Object.assign({},e[0],{mask:ot(e[0].mask,Vt.isRegex),rawLine:void 0!==e[0].rawLine?e.map((({rawLine:e})=>e)).join(" <+> "):void 0,regex:new RegExp(t.join("|"))}))},groupByCriteria:e=>""+(e.getMask()&~Vt.isRegex&~Vt.isFullRegex),select:e=>void 0===e.domains&&void 0===e.denyallow&&!e.isHostnameAnchor()&&!e.isRedirect()&&!e.isCSP()}];function di(e){return e}function ui(e){return e}function hi(e){const t=[];let o=e;for(const{select:e,fusion:i,groupByCriteria:n}of pi){const{positive:s,negative:c}=li(o,e);o=c;const r=ai(s,n);for(const e of r)e.length>1?t.push(i(e)):o.push(e[0])}for(const e of o)t.push(e);return t}function mi(e){return e--,e|=e>>1,e|=e>>2,e|=e>>4,e|=e>>8,e|=e>>16,++e}var Ai=1;var gi=Number.MAX_SAFE_INTEGER>>>0,fi=class e{static deserialize(t,o,i,n){const s=t.getUint32(),c=t.getUint32(),r=t.getUint32(),a=ee.fromUint8Array(t.getBytes(!0),n),l=a.getUint32ArrayView(s),p=a.getUint32ArrayView(c),d=a.pos;return a.seekZero(),new e({config:n,deserialize:o,filters:[],optimize:i}).updateInternals({bucketsIndex:p,filtersIndexStart:d,numberOfFilters:r,tokensLookupIndex:l,view:a})}constructor({deserialize:e,filters:t,optimize:o,config:i}){this.bucketsIndex=W,this.filtersIndexStart=0,this.numberOfFilters=0,this.tokensLookupIndex=W,this.cache=new Map,this.view=ee.empty(i),this.deserializeFilter=e,this.optimize=o,this.config=i,0!==t.length&&this.update(t,void 0)}getFilters(){const e=[];if(0===this.numberOfFilters)return e;this.view.setPos(this.filtersIndexStart);for(let t=0;t!t.has(e.getId())||(r-=e.getSerializedSize(o),!1))));for(const t of e)r+=t.getSerializedSize(o),a.push(t)}else{a=e;for(const t of e)r+=t.getSerializedSize(o)}if(0===a.length)return void this.updateInternals({bucketsIndex:W,filtersIndexStart:0,numberOfFilters:0,tokensLookupIndex:W,view:ee.empty(this.config)});!0===this.config.debug&&a.sort(((e,t)=>e.getId()-t.getId()));const l=new Uint32Array(Math.max(mi(2*a.length),256));for(const e of a){const t=e.getTokens();s.push(t),c+=2*t.length,n+=t.length;for(const e of t){i+=e.length;for(const t of e)l[t%l.length]+=1}}r+=4*c;const p=Math.max(2,mi(n)),d=p-1,u=[];for(let e=0;e1?this.optimize(c):c,lastRequestSeen:-1},!0===this.config.enableInMemoryCache&&this.cache.set(e,i)}if(i.lastRequestSeen!==t){i.lastRequestSeen=t;const e=i.filters;for(let t=0;t0){const o=e[t];e[t]=e[t-1],e[t-1]=o}return!1}}return!0}},ki=new Uint8Array(4),bi=class e{static deserialize(t,o,i){const n=new e({deserialize:o,config:i,filters:[]});return n.filters=t.getBytes(),n}constructor({config:e,deserialize:t,filters:o}){this.deserialize=t,this.filters=ki,this.config=e,0!==o.length&&this.update(o,void 0)}update(e,t){let o=this.filters.byteLength,i=[];const n=this.config.enableCompression,s=this.getFilters();if(0!==s.length)if(void 0===t||0===t.size)i=s;else for(const e of s)!1===t.has(e.getId())?i.push(e):o-=e.getSerializedSize(n);const c=i.length!==s.length,r=i.length;for(const t of e)o+=t.getSerializedSize(n),i.push(t);const a=i.length>r;if(0===i.length)this.filters=ki;else if(!0===a||!0===c){const e=ee.allocate(o,this.config);e.pushUint32(i.length),!0===this.config.debug&&i.sort(((e,t)=>e.getId()-t.getId()));for(const t of i)t.serialize(e);this.filters=e.buffer}}getSerializedSize(){return K(this.filters,!1)}serialize(e){e.pushBytes(this.filters)}getFilters(){if(this.filters.byteLength<=4)return[];const e=[],t=ee.fromUint8Array(this.filters,this.config),o=t.getUint32();for(let i=0;i(!0!==c&&!0!==o.isScriptInject()||!o.match(t,e)||(null==l?void 0:l(o))||d.push(o),!0))),!0===s&&!0===a){const o=this.getGenericRules();for(const i of o)!0!==i.match(t,e)||(null==l?void 0:l(i))||d.push(i)}!0===s&&!0===r&&0!==o.length&&this.classesIndex.iterMatchingFilters(ct(o),(o=>(o.match(t,e)&&!(null==l?void 0:l(o))&&d.push(o),!0))),!0===s&&!0===r&&0!==n.length&&this.idsIndex.iterMatchingFilters(ct(n),(o=>(o.match(t,e)&&!(null==l?void 0:l(o))&&d.push(o),!0))),!0===s&&!0===r&&0!==i.length&&this.hrefsIndex.iterMatchingFilters(function(e){const t=e.sort();let o=1;for(let e=1;e{return t=e,Xe.reset(),ht(t,Xe),Xe.slice();var t})))),(o=>(o.match(t,e)&&!(null==l?void 0:l(o))&&d.push(o),!0)));const u=[];return 0!==d.length&&this.unhideIndex.iterMatchingFilters(p,(o=>(o.match(t,e)&&!(null==l?void 0:l(o))&&u.push(o),!0))),{filters:d,unhides:u}}getStylesheetsFromFilters({filters:e,extendedFilters:t},{getBaseRules:o,allowGenericHides:i,hidingStyle:n=Et}){let s=!1===o||!1===i?"":this.getBaseStylesheet();n!==Et&&(s=s.replace(Et,n)),0!==e.length&&(0!==s.length&&(s+="\n\n"),s+=vi(e,n));const c=[];if(0!==t.length){const e=new Map;for(const o of t){const t=o.getSelectorAST();if(void 0!==t){const i=o.isRemove()?void 0:o.getStyleAttributeHash();void 0!==i&&e.set(o.getStyle(n),i),c.push({ast:t,remove:o.isRemove(),attribute:i})}}0!==e.size&&(0!==s.length&&(s+="\n\n"),s+=[...e.entries()].map((([e,t])=>`[${t}] { ${e} }`)).join("\n\n"))}return{stylesheet:s,extended:c}}getGenericRules(){return null===this.extraGenericRules?this.lazyPopulateGenericRulesCache().genericRules:this.extraGenericRules}getBaseStylesheet(){return null===this.baseStylesheet?this.lazyPopulateGenericRulesCache().baseStylesheet:this.baseStylesheet}lazyPopulateGenericRulesCache(){if(null===this.baseStylesheet||null===this.extraGenericRules){const e=this.unhideIndex.getFilters(),t=new Set;for(const o of e)t.add(o.getSelector());const o=this.genericRules.getFilters(),i=[],n=[];for(const e of o)e.hasCustomStyle()||e.isScriptInject()||e.hasHostnameConstraint()||t.has(e.getSelector())?n.push(e):i.push(e);this.baseStylesheet=vi(i),this.extraGenericRules=n}return{baseStylesheet:this.baseStylesheet,genericRules:this.extraGenericRules}}},xi=class e{static deserialize(t,o){const i=new e({config:o});return i.index=fi.deserialize(t,oo.deserialize,o.enableOptimizations?hi:di,o),i.badFilters=bi.deserialize(t,oo.deserialize,o),i}constructor({filters:e=[],config:t}){this.index=new fi({config:t,deserialize:oo.deserialize,filters:[],optimize:t.enableOptimizations?hi:di}),this.badFiltersIds=null,this.badFilters=new bi({config:t,deserialize:oo.deserialize,filters:[]}),0!==e.length&&this.update(e,void 0)}getFilters(){return[].concat(this.badFilters.getFilters(),this.index.getFilters())}update(e,t){const o=[],i=[];for(const t of e)t.isBadFilter()?o.push(t):i.push(t);this.badFilters.update(o,t),this.index.update(i,t),this.badFiltersIds=null}getSerializedSize(){return this.badFilters.getSerializedSize()+this.index.getSerializedSize()}serialize(e){this.index.serialize(e),this.badFilters.serialize(e)}matchAll(e,t){const o=[];return this.index.iterMatchingFilters(e.getTokens(),(i=>(i.match(e)&&!1===this.isFilterDisabled(i)&&!(null==t?void 0:t(i))&&o.push(i),!0))),o}match(e,t){let o;return this.index.iterMatchingFilters(e.getTokens(),(i=>!(i.match(e)&&!1===this.isFilterDisabled(i)&&!(null==t?void 0:t(i)))||(o=i,!1))),o}isFilterDisabled(e){if(null===this.badFiltersIds){const e=this.badFilters.getFilters();if(0===e.length)return!1;const t=new Set;for(const o of e)t.add(o.getIdWithoutBadFilter());this.badFiltersIds=t}return this.badFiltersIds.has(e.getId())}},Si=class e{static deserialize(t,o){const i=new e({config:o});return i.networkIndex=fi.deserialize(t,oo.deserialize,o.enableOptimizations?hi:di,o),i.exceptionsIndex=fi.deserialize(t,oo.deserialize,o.enableOptimizations?hi:di,o),i.cosmeticIndex=fi.deserialize(t,Ut.deserialize,ui,o),i.unhideIndex=fi.deserialize(t,Ut.deserialize,ui,o),i}constructor({filters:e=[],config:t}){this.config=t,this.networkIndex=new fi({config:t,deserialize:oo.deserialize,filters:[],optimize:t.enableOptimizations?hi:di}),this.exceptionsIndex=new fi({config:t,deserialize:oo.deserialize,filters:[],optimize:t.enableOptimizations?hi:di}),this.cosmeticIndex=new fi({config:t,deserialize:Ut.deserialize,filters:[],optimize:ui}),this.unhideIndex=new fi({config:t,deserialize:Ut.deserialize,filters:[],optimize:ui}),0!==e.length&&this.update(e,void 0)}update(e,t){const o=[],i=[],n=[],s=[];for(const t of e)t.isNetworkFilter()?t.isException()?i.push(t):o.push(t):t.isCosmeticFilter()&&(t.isUnhide()?s.push(t):n.push(t));this.networkIndex.update(o,t),this.exceptionsIndex.update(i,t),this.cosmeticIndex.update(n,t),this.unhideIndex.update(s,t)}serialize(e){this.networkIndex.serialize(e),this.exceptionsIndex.serialize(e),this.cosmeticIndex.serialize(e),this.unhideIndex.serialize(e)}getSerializedSize(){return this.networkIndex.getSerializedSize()+this.exceptionsIndex.getSerializedSize()+this.cosmeticIndex.getSerializedSize()+this.unhideIndex.getSerializedSize()}getHTMLFilters(e,t){const o=[],i=[],n=[],s=[];if(!0===this.config.loadNetworkFilters&&this.networkIndex.iterMatchingFilters(e.getTokens(),(i=>(i.match(e)&&!(null==t?void 0:t(i))&&o.push(i),!0))),0!==o.length&&this.exceptionsIndex.iterMatchingFilters(e.getTokens(),(o=>(o.match(e)&&!(null==t?void 0:t(o))&&n.push(o),!0))),!0===this.config.loadCosmeticFilters&&e.isMainFrame()){const{hostname:o,domain:n=""}=e,c=_i(o,n);this.cosmeticIndex.iterMatchingFilters(c,(e=>(e.match(o,n)&&!(null==t?void 0:t(e))&&i.push(e),!0))),0!==i.length&&this.unhideIndex.iterMatchingFilters(c,(e=>(e.match(o,n)&&!(null==t?void 0:t(e))&&s.push(e),!0)))}return{networkFilters:o,cosmeticFilters:i,unhides:s,exceptions:n}}getFilters(){return[].concat(this.networkIndex.getFilters(),this.exceptionsIndex.getFilters(),this.cosmeticIndex.getFilters(),this.unhideIndex.getFilters())}},Ei=Number.MAX_SAFE_INTEGER>>>0,Ii=class e{static deserialize(t,o){const i=t.getUint32(),n=t.getUint32(),s=t.getUint32(),c=ee.fromUint8Array(t.getBytes(!0),{enableCompression:!1}),r=c.getUint32ArrayView(i),a=c.getUint32ArrayView(n),l=c.pos;return c.seekZero(),new e({deserialize:o,values:[],getKeys:()=>[],getSerializedSize:()=>0,serialize:()=>{}}).updateInternals({bucketsIndex:a,valuesIndexStart:l,numberOfValues:s,tokensLookupIndex:r,view:c})}constructor({serialize:e,deserialize:t,getKeys:o,getSerializedSize:i,values:n}){if(this.cache=new Map,this.bucketsIndex=W,this.tokensLookupIndex=W,this.valuesIndexStart=0,this.numberOfValues=0,this.view=ee.empty({enableCompression:!1}),this.deserializeValue=t,0!==n.length){const t=[];let s=0,c=0;for(const e of n)c+=i(e);if(0===n.length)return void this.updateInternals({bucketsIndex:W,valuesIndexStart:0,numberOfValues:0,tokensLookupIndex:W,view:ee.empty({enableCompression:!1})});for(const e of n){const i=o(e);t.push(i),s+=2*i.length}c+=4*s;const r=Math.max(2,mi(n.length)),a=r-1,l=[];for(let e=0;e[Ti(e)],serialize:Pi,deserialize:Ri,values:e})}function Li(e){if(null===e)return!1;if("object"!=typeof e)return!1;const{key:t,name:o,description:i,country:n,website_url:s,privacy_policy_url:c,privacy_contact:r,ghostery_id:a}=e;return"string"==typeof t&&("string"==typeof o&&((null===i||"string"==typeof i)&&((null===n||"string"==typeof n)&&((null===s||"string"==typeof s)&&((null===c||"string"==typeof c)&&((null===r||"string"==typeof r)&&(null===a||"string"==typeof a)))))))}function Bi(e){return st(e.key)}function Ui(e){return X(e.key)+X(e.name)+X(e.description||"")+X(e.website_url||"")+X(e.country||"")+X(e.privacy_policy_url||"")+X(e.privacy_contact||"")+X(e.ghostery_id||"")}function Ni(e,t){t.pushUTF8(e.key),t.pushUTF8(e.name),t.pushUTF8(e.description||""),t.pushUTF8(e.website_url||""),t.pushUTF8(e.country||""),t.pushUTF8(e.privacy_policy_url||""),t.pushUTF8(e.privacy_contact||""),t.pushUTF8(e.ghostery_id||"")}function Vi(e){return{key:e.getUTF8(),name:e.getUTF8(),description:e.getUTF8()||null,website_url:e.getUTF8()||null,country:e.getUTF8()||null,privacy_policy_url:e.getUTF8()||null,privacy_contact:e.getUTF8()||null,ghostery_id:e.getUTF8()||null}}function ji(e){return new Ii({getSerializedSize:Ui,getKeys:e=>[Bi(e)],serialize:Ni,deserialize:Vi,values:e})}function Mi(e){if(null===e)return!1;if("object"!=typeof e)return!1;const{key:t,name:o,category:i,organization:n,alias:s,website_url:c,domains:r,filters:a}=e;return"string"==typeof t&&("string"==typeof o&&("string"==typeof i&&((null===n||"string"==typeof n)&&(("string"==typeof s||null===s)&&((null===c||"string"==typeof c)&&(!(!Array.isArray(r)||!r.every((e=>"string"==typeof e)))&&!(!Array.isArray(a)||!a.every((e=>"string"==typeof e)))))))))}function Di(e){const t=[];for(const o of e.filters){const e=oo.parse(o);null!==e&&t.push(e.getId())}for(const o of e.domains){const e=oo.parse(`||${o}^`);null!==e&&t.push(e.getId())}return[...new Set(t)]}function Hi(e){let t=$(e.domains.length);for(const o of e.domains)t+=X(o);let o=$(e.filters.length);for(const t of e.filters)o+=X(t);return X(e.key)+X(e.name)+X(e.category)+X(e.organization||"")+X(e.alias||"")+X(e.website_url||"")+X(e.ghostery_id||"")+t+o}function Wi(e,t){t.pushUTF8(e.key),t.pushUTF8(e.name),t.pushUTF8(e.category),t.pushUTF8(e.organization||""),t.pushUTF8(e.alias||""),t.pushUTF8(e.website_url||""),t.pushUTF8(e.ghostery_id||""),t.pushLength(e.domains.length);for(const o of e.domains)t.pushUTF8(o);t.pushLength(e.filters.length);for(const o of e.filters)t.pushUTF8(o)}function qi(e){const t=e.getUTF8(),o=e.getUTF8(),i=e.getUTF8(),n=e.getUTF8()||null,s=e.getUTF8()||null,c=e.getUTF8()||null,r=e.getUTF8()||null,a=e.getLength(),l=[];for(let t=0;t=2;t.shift()){const e=t.join("."),o=oo.parse(`||${e}^`);if(null===o)continue;const i=this.fromId(o.getId());if(i.length>0)return i}return[]}fromId(e){var t,o;const i=[];for(const n of this.patterns.get(e))i.push({pattern:n,category:null===(t=this.categories.get(Ti({key:n.category})))||void 0===t?void 0:t[0],organization:null!==n.organization?null===(o=this.organizations.get(Bi({key:n.organization})))||void 0===o?void 0:o[0]:null});return i}},Ki=class{static deserialize(e){const t=new Set;for(let o=0,i=e.getUint32();ot.condition===e.condition));if(t)for(const o of e.filterIDs)t.filterIDs.delete(o)}if(e)for(const t of e){const e=this.preprocessors.find((e=>e.condition===t.condition));if(e)for(const o of t.filterIDs)e.filterIDs.add(o);else this.preprocessors.push(t)}(t&&0!==t.length||e&&0!==e.length)&&this.updateEnv(o)}serialize(e){e.pushUint32(this.excluded.size);for(const t of this.excluded)e.pushUint32(t);e.pushUint32(this.preprocessors.length);for(const t of this.preprocessors)t.serialize(e)}getSerializedSize(){let e=4*(1+this.excluded.size);e+=4;for(const t of this.preprocessors)e+=t.getSerializedSize();return e}};function Qi(e){if(0===e.length)return!1;let t,o=0;for(const i of e){const e=(i.isImportant()?4:0)|(i.isException()?1:2);e>=o&&(o=e,t=i)}return void 0!==t&&t.isException()}var Yi=class extends ce{static fromCached(e,t){if(void 0===t)return e();const{path:o,read:i,write:n}=t;return i(o).then((e=>this.deserialize(e))).catch((()=>e().then((e=>n(o,e.serialize()).then((()=>e))))))}static empty(e={}){return new this({config:e})}static fromLists(e,t,o={},i){return this.fromCached((()=>{const i=function(e,t){return Promise.all(t.map((t=>re(e,t))))}(e,t),n=function(e){return re(e,`${ae}/ublock-origin/resources.json`)}(e);return Promise.all([i,n]).then((([e,t])=>{const i=this.parse(e.join("\n"),o);return void 0!==t&&i.updateResources(t,""+t.length),i}))}),i)}static fromPrebuiltAdsOnly(e=fetch,t){return this.fromLists(e,le,{},t)}static fromPrebuiltAdsAndTracking(e=fetch,t){return this.fromLists(e,pe,{},t)}static fromPrebuiltFull(e=fetch,t){return this.fromLists(e,de,{},t)}static fromTrackerDB(e,t={}){const o=new te(t),i=new $i(e),n=[];for(const e of i.getPatterns())n.push(...e.filters);const s=this.parse(n.join("\n"),o);return s.metadata=i,s}static merge(e,{skipResources:t=!1,overrideConfig:o={}}={}){if(!e||e.length<2)throw new Error("merging engines requires at least two engines");const i=e[0].config,n=new Map,s=new Map,c=new Map,r=[],a={organizations:{},categories:{},patterns:{}},l=[],p=Object.keys(i).filter((function(e){return"boolean"==typeof i[e]&&!l.includes(e)}));for(const t of e){for(const e of p)if(i[e]!==t.config[e])throw new Error(`config "${e}" of all merged engines must be the same`);const e=t.getFilters();for(const t of e.networkFilters)s.set(t.getId(),t);for(const t of e.cosmeticFilters)c.set(t.getId(),t);for(const e of t.preprocessors.preprocessors)r.push(e);for(const[e,o]of t.lists)n.has(e)||n.set(e,o);if(void 0!==t.metadata){for(const e of t.metadata.organizations.getValues())void 0===a.organizations[e.key]&&(a.organizations[e.key]=e);for(const e of t.metadata.categories.getValues())void 0===a.categories[e.key]&&(a.categories[e.key]=e);for(const e of t.metadata.patterns.getValues())void 0===a.patterns[e.key]&&(a.patterns[e.key]=e)}}const d=new this({networkFilters:Array.from(s.values()),cosmeticFilters:Array.from(c.values()),preprocessors:r,lists:n,config:new te({...i,...o})});if(Object.keys(a.categories).length+Object.keys(a.organizations).length+Object.keys(a.patterns).length!==0&&(d.metadata=new $i(a)),!0!==t){for(const t of e.slice(1))if(t.resources.checksum!==e[0].resources.checksum)throw new Error(`resource checksum of all merged engines must match with the first one: "${e[0].resources.checksum}" but got: "${t.resources.checksum}"`);d.resources=ni.copy(e[0].resources)}return d}static parse(e,t={}){const o=new te(t);return new this({...bo(e,o),config:o})}static deserialize(e){const t=ee.fromUint8Array(e,{enableCompression:!1}),o=t.getUint16();if(702!==o)throw new Error(`serialized engine version mismatch, expected 702 but got ${o}`);const i=te.deserialize(t);if(i.enableCompression&&t.enableCompression(),i.integrityCheck){const o=t.pos;t.pos=e.length-4;const i=t.checksum(),n=t.getUint32();if(i!==n)throw new Error(`serialized engine checksum mismatch, expected ${n} but got ${i}`);t.pos=o}const n=new this({config:i});n.resources=ni.deserialize(t);const s=new Map,c=t.getUint16();for(let e=0;ee.getId()))).concat(o.map((e=>e.getId()))));l.push(new fo({condition:e,filterIDs:n}))}if(void 0!==t.added&&0!==t.added.length){const{networkFilters:o,cosmeticFilters:i}=bo(t.added.join("\n"),this.config),n=new Set([].concat(i.map((e=>e.getId()))).concat(o.map((e=>e.getId()))));c.push(new fo({condition:e,filterIDs:n}))}}return this.update({newCosmeticFilters:n,newNetworkFilters:s,newPreprocessors:c,removedCosmeticFilters:r.map((e=>e.getId())),removedNetworkFilters:a.map((e=>e.getId())),removedPreprocessors:l},i)}getHtmlFilters(e){const t=[];if(!1===this.config.enableHtmlFiltering)return t;const{networkFilters:o,exceptions:i,cosmeticFilters:n,unhides:s}=this.htmlFilters.getHTMLFilters(e,this.isFilterExcluded.bind(this));if(0!==n.length){const o=new Map(s.map((e=>[e.getSelector(),e])));for(const i of n){const n=i.getExtendedSelector();if(void 0===n)continue;const s=o.get(i.getSelector());void 0===s&&t.push(n),this.emit("filter-matched",{filter:i,exception:s},{request:e,filterType:ao.COSMETIC})}}if(0!==o.length){const n=new Map;let s;for(const e of i){const t=e.optionValue;if(""===t){s=e;break}n.set(t,e)}for(const i of o){const o=i.getHtmlModifier();if(null===o)continue;const c=s||n.get(i.optionValue);this.emit("filter-matched",{filter:i,exception:c},{request:e,filterType:ao.NETWORK}),void 0===c&&t.push(["replace",o])}}return 0!==t.length&&this.emit("html-filtered",t,e.url),t}getCosmeticsFilters({url:e,hostname:t,domain:o,classes:i,hrefs:n,ids:s,getBaseRules:c=!0,getInjectionRules:r=!0,getExtendedRules:a=!0,getRulesFromDOM:l=!0,getRulesFromHostname:p=!0,injectPureHasSafely:d=!1,hidingStyle:u,callerContext:h}){if(!1===this.config.loadCosmeticFilters)return{active:!1,extended:[],scripts:[],styles:""};const{matches:m,allowGenericHides:A}=this.matchCosmeticFilters({url:e,hostname:t,domain:o,classes:i,hrefs:n,ids:s,getRulesFromDOM:l,getRulesFromHostname:p,getInjectionRules:r,getExtendedRules:a,getPureHasRules:d,callerContext:h}),g=[];for(const{filter:e,exception:t}of m)void 0===t&&g.push(e);const{extended:f,scripts:k,styles:b}=this.injectCosmeticFilters(g,{url:e,injectScriptlets:r,injectExtended:a,injectPureHasSafely:d,allowGenericHides:A,getBaseRules:c,hidingStyle:u});return{active:!0,extended:f,scripts:k,styles:b}}injectCosmeticFilters(e,{url:t,injectStyles:o=!0,injectScriptlets:i,injectExtended:n,injectPureHasSafely:s,allowGenericHides:c=!0,getBaseRules:r,hidingStyle:a}){const l=[],p=[],d=[],u=[];for(const t of e)if(i&&t.isScriptInject()){const e=t.getScript(this.resources.getScriptlet.bind(this.resources));void 0!==e&&l.push(e)}else t.isExtended()?(!0===n&&this.config.loadExtendedSelectors&&d.push(t),s&&t.isPureHasSelector()&&u.push(t)):!0===o&&p.push(t);const h=this.cosmetics.getStylesheetsFromFilters({filters:p,extendedFilters:d},{getBaseRules:r,allowGenericHides:c,hidingStyle:a});let m=h.stylesheet;for(const e of u)m+=`\n\n${yi([e.getSelector()],e.hasCustomStyle()?e.getStyle():a)}`;for(const e of l)this.emit("script-injected",e,t);return 0!==m.length&&this.emit("style-injected",m,t),{extended:h.extended,scripts:l,styles:m}}matchCosmeticFilters({url:e,hostname:t,domain:o,classes:i,hrefs:n,ids:s,getRulesFromDOM:c=!0,getRulesFromHostname:r=!0,getInjectionRules:a,getExtendedRules:l,getPureHasRules:p,callerContext:d}){o||(o="");let u=!0,h=!0;const m=this.hideExceptions.matchAll(_t.fromRawDetails({domain:o,hostname:t,url:e,sourceDomain:"",sourceHostname:"",sourceUrl:""}),this.isFilterExcluded.bind(this)),A=[],g=[];for(const e of m){if(e.isElemHide()){u=!1,h=!1;break}e.isSpecificHide()?g.push(e):e.isGenericHide()&&A.push(e)}!0===u&&(u=!1===Qi(A)),!0===h&&(h=!1===Qi(g));const{filters:f,unhides:k}=this.cosmetics.getCosmeticsFilters({domain:o,hostname:t,classes:i,hrefs:n,ids:s,allowGenericHides:u,allowSpecificHides:h,getRulesFromDOM:c,getRulesFromHostname:r,isFilterExcluded:this.isFilterExcluded.bind(this)});let b;const y=new Map;for(const e of k)!0===e.isScriptInject()&&!0===e.isUnhide()&&0===e.getSelector().length?b=e:y.set(Bt(e,this.resources.getScriptletCanonicalName.bind(this.resources)),e);const w=[];for(const t of f){let o=y.get(Bt(t,this.resources.getScriptletCanonicalName.bind(this.resources)));t.isScriptInject()&&(void 0!==b&&(o=b),!1===a)||(!t.isExtended()||!1!==l&&!1!==this.config.loadExtendedSelectors||p&&t.isPureHasSelector())&&(w.push({filter:t,exception:o}),this.emit("filter-matched",{filter:t,exception:o},{url:e,callerContext:d,filterType:ao.COSMETIC}))}return{matches:w,allowGenericHides:u}}matchAll(e){const t=[];return e.isSupported&&(Array.prototype.push.apply(t,this.importants.matchAll(e,this.isFilterExcluded.bind(this))),Array.prototype.push.apply(t,this.filters.matchAll(e,this.isFilterExcluded.bind(this))),Array.prototype.push.apply(t,this.exceptions.matchAll(e,this.isFilterExcluded.bind(this))),Array.prototype.push.apply(t,this.csp.matchAll(e,this.isFilterExcluded.bind(this))),Array.prototype.push.apply(t,this.hideExceptions.matchAll(e,this.isFilterExcluded.bind(this))),Array.prototype.push.apply(t,this.redirects.matchAll(e,this.isFilterExcluded.bind(this)))),new Set(t)}getCSPDirectives(e){if(!this.config.loadNetworkFilters)return;if(!0!==e.isSupported||!1===e.isMainFrame())return;const t=this.csp.matchAll(e,this.isFilterExcluded.bind(this));if(0===t.length)return;const o=new Map,i=[];for(const n of t)if(n.isException()){if(void 0===n.csp)return void this.emit("filter-matched",{exception:n},{request:e,filterType:ao.NETWORK});o.set(n.csp,n)}else i.push(n);if(0===i.length)return;const n=new Set;for(const t of i.values()){const i=o.get(t.csp);void 0===i&&n.add(t.csp),this.emit("filter-matched",{filter:t,exception:i},{request:e,filterType:ao.NETWORK})}const s=Array.from(n).join("; ");return s.length>0&&this.emit("csp-injected",e,s),s}match(e,t=!1){const o={exception:void 0,filter:void 0,match:!1,redirect:void 0,metadata:void 0};if(!this.config.loadNetworkFilters)return o;if(e.isSupported){let t,i;if(o.filter=this.importants.match(e,this.isFilterExcluded.bind(this)),void 0===o.filter){const n=this.redirects.matchAll(e,this.isFilterExcluded.bind(this)).sort(((e,t)=>t.getRedirectPriority()-e.getRedirectPriority()));if(0!==n.length)for(const e of n)"none"===e.getRedirectResource()?t=e:e.isRedirectRule()?void 0===i&&(i=e):void 0===o.filter&&(o.filter=e);void 0===o.filter&&(o.filter=this.filters.match(e,this.isFilterExcluded.bind(this)),void 0!==i&&void 0!==o.filter&&(o.filter=i)),void 0!==o.filter&&(o.exception=this.exceptions.match(e,this.isFilterExcluded.bind(this)))}void 0!==o.filter&&void 0===o.exception&&o.filter.isRedirect()&&(void 0!==t?o.exception=t:o.redirect=this.resources.getResource(o.filter.getRedirectResource()))}return o.match=void 0===o.exception&&void 0!==o.filter,o.filter&&this.emit("filter-matched",{filter:o.filter,exception:o.exception},{request:e,filterType:ao.NETWORK}),void 0!==o.exception?this.emit("request-whitelisted",e,o):void 0!==o.redirect?this.emit("request-redirected",e,o):void 0!==o.filter?this.emit("request-blocked",e,o):this.emit("request-allowed",e,o),!0===t&&void 0!==o.filter&&this.metadata&&(o.metadata=this.metadata.fromFilter(o.filter)),o}getPatternMetadata(e,{getDomainMetadata:t=!1}={}){if(void 0===this.metadata)return[];const o=new Set,i=[];for(const t of this.matchAll(e))for(const e of this.metadata.fromFilter(t))o.has(e.pattern.key)||(o.add(e.pattern.key),i.push(e));if(t)for(const t of this.metadata.fromDomain(e.hostname))o.has(t.pattern.key)||(o.add(t.pattern.key),i.push(t));return i}blockScripts(){return this.updateFromDiff({added:[Nt().scripts().redirectTo("javascript").toString()]}),this}blockImages(){return this.updateFromDiff({added:[Nt().images().redirectTo("png").toString()]}),this}blockMedias(){return this.updateFromDiff({added:[Nt().medias().redirectTo("mp4").toString()]}),this}blockFrames(){return this.updateFromDiff({added:[Nt().frames().redirectTo("html").toString()]}),this}blockFonts(){return this.updateFromDiff({added:[Nt().fonts().toString()]}),this}blockStyles(){return this.updateFromDiff({added:[Nt().styles().toString()]}),this}};function Xi(e){const t=new Set(["br","head","link","meta","script","style","s"]),o=new Set,i=new Set,n=new Set,s=new Set;for(const c of e)for(const e of[c,...c.querySelectorAll("[id]:not(html):not(body),[class]:not(html):not(body),[href]:not(html):not(body)")]){if(s.has(e))continue;if(s.add(e),t.has(e.nodeName.toLowerCase()))continue;const c=e.getAttribute("id");"string"==typeof c&&n.add(c);const r=e.classList;for(const e of r)o.add(e);const a=e.getAttribute("href");"string"==typeof a&&i.add(a)}return{classes:Array.from(o),hrefs:Array.from(i),ids:Array.from(n)}}function Zi(e){try{const t=Ye(location.href),o=t.hostname||"",i=t.domain||"";return e.getCosmeticsFilters({url:location.href,hostname:o,domain:i,...Xi([document.documentElement]),getBaseRules:!0,getInjectionRules:!1,getExtendedRules:!0,getRulesFromDOM:!0,getRulesFromHostname:!0,hidingStyle:h("opacity")}).styles}catch(e){return console.error("Error getting cosmetic rules",e),""}}function Ji(e){if(e){return e.replace(/\s*{[^\\}]*}\s*/g,",").replace(/,$/,"")}return""}var en=new Uint8Array([2,190,0,0,0,1,0,1,1,0,1,0,1,1,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,4,0,0,0,0,0,0,0,0,0,0,0,0,0,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,4,0,0,0,0,0,0,0,0,0,0,0,0,0,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,4,0,0,0,0,128,0,0,51,181,0,0,2,44,0,0,0,15,35,92,53,102,32,67,111,111,107,105,101,84,101,120,116,0,0,0,19,35,92,53,102,32,95,97,99,99,101,112,116,95,99,111,111,107,105,101,0,0,0,15,35,92,53,102,32,95,105,99,45,110,111,116,105,99,101,0,0,0,31,35,92,53,102,32,95,110,100,99,99,95,99,111,111,107,105,101,73,109,112,108,105,101,100,67,111,110,115,101,110,116,0,0,0,25,35,92,53,102,32,99,111,111,107,105,101,67,111,110,115,101,110,116,87,114,97,112,112,101,114,0,0,0,17,35,92,53,102,32,105,112,104,95,99,112,95,112,111,112,117,112,0,0,0,21,35,99,111,111,107,105,101,66,97,110,110,101,114,92,46,98,97,110,110,101,114,0,0,0,19,35,106,115,92,46,99,111,111,107,105,101,92,46,98,97,110,110,101,114,0,0,0,15,46,115,194,183,102,111,111,116,101,114,45,103,100,112,114,0,4,0,19,46,111,111,107,105,101,65,103,114,101,101,109,101,110,116,45,109,116,109,0,0,0,13,67,79,79,75,73,69,45,72,69,65,68,69,82,0,0,0,11,71,68,80,82,45,78,79,84,73,67,69,0,0,0,39,91,97,114,105,97,45,100,101,115,99,114,105,98,101,100,98,121,61,34,99,111,111,107,105,101,45,98,111,120,45,109,101,115,115,97,103,101,34,93,0,0,0,19,91,100,97,116,97,45,97,108,101,114,116,45,99,111,111,107,105,101,93,0,0,0,34,91,100,97,116,97,45,97,117,116,111,109,97,116,105,111,110,61,34,99,111,111,107,105,101,115,45,98,97,110,110,101,114,34,93,0,0,0,31,91,100,97,116,97,45,98,101,104,97,118,105,111,117,114,61,34,99,111,111,107,105,101,45,112,111,112,117,112,34,93,0,0,0,11,91,100,97,116,97,45,99,99,112,97,93,0,0,0,37,91,100,97,116,97,45,99,111,111,107,105,101,45,110,97,109,101,61,34,99,111,111,107,105,101,115,68,105,114,101,99,116,105,118,101,34,93,0,0,0,19,91,100,97,116,97,45,99,111,111,107,105,101,45,112,111,112,117,112,93,0,0,0,27,91,100,97,116,97,45,99,111,111,107,105,101,45,118,97,108,105,100,105,116,121,45,100,97,121,115,93,0,0,0,25,91,100,97,116,97,45,99,121,61,34,99,111,111,107,105,101,45,98,97,110,110,101,114,34,93,0,0,0,25,91,100,97,116,97,45,99,121,61,34,99,111,111,107,105,101,45,110,111,116,105,99,101,34,93,0,0,0,21,91,100,97,116,97,45,99,121,61,34,99,111,111,107,105,101,98,97,114,34,93,0,0,0,33,91,100,97,116,97,45,100,105,97,108,111,103,45,105,100,61,34,97,99,99,101,112,116,45,99,111,111,107,105,101,115,34,93,0,0,0,16,91,100,97,116,97,45,100,109,115,99,111,111,107,105,101,93,0,0,0,29,91,100,97,116,97,45,103,97,111,111,112,95,104,105,100,101,95,97,102,116,101,114,95,99,108,111,115,101,93,0,0,0,20,91,100,97,116,97,45,105,110,99,61,34,99,111,111,107,105,101,115,34,93,0,0,0,28,91,100,97,116,97,45,107,101,121,61,34,99,111,111,107,105,101,115,45,119,97,114,110,105,110,103,34,93,0,0,0,28,91,100,97,116,97,45,109,111,100,117,108,101,61,34,67,111,111,107,105,101,66,97,110,110,101,114,34,93,0,0,0,26,91,100,97,116,97,45,110,97,109,101,61,34,99,111,111,107,105,101,78,111,116,105,99,101,34,93,0,0,0,21,91,100,97,116,97,45,113,97,61,34,67,111,111,107,105,101,66,97,114,34,93,0,0,0,20,91,100,97,116,97,45,114,101,102,61,34,99,111,111,107,105,101,115,34,93,0,0,0,15,91,100,97,116,97,45,114,103,112,100,45,105,110,99,93,0,0,0,27,91,100,97,116,97,45,114,111,108,101,61,34,99,111,111,107,105,101,45,110,111,116,105,99,101,34,93,0,0,0,30,91,100,97,116,97,45,115,45,116,121,112,101,61,34,99,111,111,107,105,101,45,109,101,115,115,97,103,101,34,93,0,0,0,31,91,100,97,116,97,45,115,101,108,101,99,116,111,114,61,34,99,111,111,107,105,101,45,112,111,108,105,99,121,34,93,0,0,0,23,91,100,97,116,97,45,116,97,114,103,101,116,61,34,99,111,111,99,107,105,101,34,93,0,0,0,28,91,100,97,116,97,45,116,101,115,116,45,105,100,61,34,67,111,111,107,105,101,80,111,112,117,112,34,93,0,0,0,37,91,100,97,116,97,45,116,101,115,116,45,105,100,61,34,99,104,101,99,107,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,34,93,0,0,0,38,91,100,97,116,97,45,116,101,115,116,45,105,100,61,34,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,34,93,0,0,0,37,91,100,97,116,97,45,116,101,115,116,45,105,100,61,34,99,111,111,107,105,101,45,112,111,108,105,99,121,45,98,97,110,110,101,114,34,93,0,0,0,27,91,100,97,116,97,45,116,101,115,116,61,34,99,111,111,107,105,101,45,98,97,110,110,101,114,34,93,0,0,0,37,91,100,97,116,97,45,116,101,115,116,105,100,61,34,97,99,99,101,112,116,45,99,111,111,107,105,101,115,45,98,97,110,110,101,114,34,93,0,0,0,30,91,100,97,116,97,45,116,101,115,116,105,100,61,34,99,111,110,115,101,110,116,45,98,97,110,110,101,114,34,93,0,0,0,44,91,100,97,116,97,45,116,101,115,116,105,100,61,34,99,111,111,107,105,101,45,98,97,110,110,101,114,45,97,112,112,45,115,116,97,110,100,97,108,111,110,101,34,93,0,0,0,26,91,100,97,116,97,45,116,101,115,116,105,100,61,34,99,111,111,107,105,101,45,98,97,114,34,93,0,0,0,30,91,100,97,116,97,45,116,101,115,116,105,100,61,34,99,111,111,107,105,101,45,112,111,112,111,118,101,114,34,93,0,0,0,35,91,100,97,116,97,45,116,101,115,116,105,100,61,34,99,111,111,107,105,101,67,111,110,115,101,110,116,66,97,110,110,101,114,34,93,0,0,0,42,91,100,97,116,97,45,116,101,115,116,105,100,61,34,99,111,111,107,105,101,95,98,97,110,110,101,114,95,118,50,95,99,111,110,116,97,105,110,101,114,34,93,0,0,0,38,91,100,97,116,97,45,116,101,115,116,105,100,61,34,99,111,111,107,105,101,110,111,116,105,99,101,45,99,111,110,116,97,105,110,101,114,34,93,0,0,0,30,91,100,97,116,97,45,116,101,115,116,105,100,61,34,99,111,111,107,105,101,115,45,109,111,100,117,108,101,34,93,0,0,0,30,91,100,97,116,97,45,116,101,115,116,105,100,61,34,99,111,111,107,105,101,115,95,102,111,111,116,101,114,34,93,0,0,0,33,91,100,97,116,97,45,116,111,107,101,110,61,34,103,100,112,114,95,99,111,111,107,105,101,95,110,111,116,105,99,101,34,93,0,0,0,28,91,100,97,116,97,45,117,105,45,116,101,115,116,61,34,99,111,111,107,105,101,65,108,101,114,116,34,93,0,0,0,25,91,100,97,116,97,45,117,110,105,113,117,101,45,99,111,111,107,105,101,45,110,97,109,101,93,0,0,0,28,91,100,97,116,97,45,118,101,99,105,61,34,99,111,111,107,105,101,115,45,112,111,108,105,99,121,34,93,0,0,0,17,97,109,101,100,105,97,45,112,114,105,118,97,99,121,98,111,120,0,0,0,11,97,109,112,45,99,111,110,115,101,110,116,0,0,0,21,97,109,112,45,117,115,101,114,45,110,111,116,105,102,105,99,97,116,105,111,110,0,0,0,17,97,112,112,45,97,99,99,101,112,116,45,99,111,111,107,105,101,0,0,0,16,97,112,112,45,97,118,105,115,111,45,99,111,111,107,105,101,0,0,0,17,97,112,112,45,97,118,105,115,111,45,99,111,111,107,105,101,115,0,0,0,32,97,112,112,45,98,97,110,110,101,114,91,97,114,105,97,108,97,98,101,108,42,61,34,67,111,111,107,105,101,115,34,93,0,0,0,14,97,112,112,45,99,98,45,99,111,111,107,105,101,115,0,0,0,15,97,112,112,45,99,99,112,97,45,98,97,110,110,101,114,0,0,0,10,97,112,112,45,99,111,111,107,105,101,0,0,0,17,97,112,112,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,0,0,14,97,112,112,45,99,111,111,107,105,101,45,98,97,114,0,0,0,18,97,112,112,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,0,0,25,97,112,112,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,0,0,0,26,97,112,112,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,102,101,97,116,117,114,101,0,0,0,24,97,112,112,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,109,111,100,97,108,0,0,0,24,97,112,112,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,112,111,112,117,112,0,0,0,17,97,112,112,45,99,111,111,107,105,101,45,102,111,111,116,101,114,0,0,0,23,97,112,112,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,0,0,0,17,97,112,112,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,0,0,16,97,112,112,45,99,111,111,107,105,101,45,112,111,112,117,112,0,0,0,17,97,112,112,45,99,111,111,107,105,101,45,112,114,111,109,112,116,0,0,0,18,97,112,112,45,99,111,111,107,105,101,45,119,97,114,110,105,110,103,0,0,0,17,97,112,112,45,99,111,111,107,105,101,45,119,105,100,103,101,116,0,0,0,11,97,112,112,45,99,111,111,107,105,101,115,0,0,0,21,97,112,112,45,99,111,111,107,105,101,115,45,97,103,114,101,101,109,101,110,116,0,0,0,17,97,112,112,45,99,111,111,107,105,101,115,45,97,108,101,114,116,0,0,0,18,97,112,112,45,99,111,111,107,105,101,115,45,98,97,110,110,101,114,0,0,0,15,97,112,112,45,99,111,111,107,105,101,115,45,98,111,120,0,0,0,19,97,112,112,45,99,111,111,107,105,101,115,45,99,111,110,102,105,114,109,0,0,0,19,97,112,112,45,99,111,111,107,105,101,115,45,99,111,110,115,101,110,116,0,0,0,17,97,112,112,45,99,111,111,107,105,101,115,45,109,111,100,97,108,0,0,0,18,97,112,112,45,99,111,111,107,105,101,115,45,110,111,116,105,99,101,0,0,0,17,97,112,112,45,99,111,111,107,105,101,115,45,112,111,112,117,112,0,0,0,17,97,112,112,45,99,111,111,107,105,101,115,45,116,111,97,115,116,0,0,0,23,97,112,112,45,102,111,111,116,101,114,45,109,111,100,97,108,45,99,111,111,107,105,101,0,0,0,18,97,112,112,45,112,111,112,45,117,112,45,99,111,111,107,105,101,115,0,0,0,8,97,112,112,45,114,111,100,111,0,0,0,30,97,112,112,45,114,111,111,116,32,97,112,112,45,99,111,111,107,105,101,45,97,99,99,101,112,116,97,110,99,101,0,0,0,13,97,114,107,45,99,111,111,107,105,101,98,97,114,0,0,0,25,97,116,108,97,115,45,108,111,103,111,110,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,0,0,12,97,118,105,115,45,99,111,111,107,105,101,115,0,0,0,24,98,50,99,45,99,111,111,107,105,101,115,45,110,111,116,105,102,105,99,97,116,105,111,110,0,0,0,16,99,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,0,0,20,99,45,101,99,112,45,99,111,111,107,105,101,115,45,98,97,110,110,101,114,0,0,0,27,99,45,111,115,102,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,0,0,0,11,99,98,110,45,99,111,111,107,105,101,115,0,0,0,17,99,103,45,99,111,111,107,105,101,115,45,98,97,110,110,101,114,0,0,0,31,99,108,111,117,100,102,108,97,114,101,45,97,112,112,91,97,112,112,61,34,99,111,111,107,105,108,101,115,115,34,93,0,0,0,42,99,108,111,117,100,102,108,97,114,101,45,97,112,112,91,97,112,112,61,34,116,105,98,114,114,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,34,93,0,0,0,17,99,109,109,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,0,0,23,99,109,112,118,105,101,119,115,45,99,111,111,107,105,101,115,45,97,99,99,101,112,116,0,0,0,19,99,110,45,99,111,111,107,105,101,45,97,103,114,101,101,109,101,110,116,0,0,0,22,99,111,108,45,99,111,111,107,105,101,45,105,110,102,111,45,98,97,110,110,101,114,0,0,0,22,99,111,109,112,108,121,45,99,111,110,115,101,110,116,45,109,97,110,97,103,101,114,0,0,0,16,99,111,110,45,99,111,111,107,105,101,45,112,111,112,117,112,0,0,0,20,99,111,110,115,101,110,116,45,110,111,116,105,102,105,99,97,116,105,111,110,0,0,0,15,99,111,111,107,45,100,105,115,99,108,97,105,109,101,114,0,0,0,22,99,111,111,107,105,101,45,97,103,114,101,101,109,101,110,116,45,98,108,111,99,107,0,0,0,12,99,111,111,107,105,101,45,97,108,101,114,116,0,0,0,13,99,111,111,107,105,101,45,98,97,110,110,101,114,0,0,0,10,99,111,111,107,105,101,45,98,97,114,0,0,0,19,99,111,111,107,105,101,45,99,111,110,102,105,114,109,97,116,105,111,110,0,0,0,14,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,0,0,24,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,99,111,109,112,111,110,101,110,116,0,0,0,20,99,111,111,107,105,101,45,100,114,97,119,101,114,45,112,111,108,105,99,121,0,0,0,11,99,111,111,107,105,101,45,105,110,102,111,0,0,0,17,99,111,111,107,105,101,45,108,97,119,45,98,97,110,110,101,114,0,0,0,13,99,111,111,107,105,101,45,110,111,116,105,99,101,0,0,0,19,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,0,0,0,17,99,111,111,107,105,101,45,112,101,114,109,105,115,115,105,111,110,0,0,0,13,99,111,111,107,105,101,45,112,111,108,105,99,121,0,0,0,19,99,111,111,107,105,101,45,112,111,108,105,99,121,45,112,111,112,105,110,0,0,0,12,99,111,111,107,105,101,45,112,111,112,117,112,0,0,0,14,99,111,111,107,105,101,45,119,97,114,110,105,110,103,0,0,0,11,99,111,111,107,105,101,45,119,114,97,112,0,0,0,13,99,111,111,107,105,101,95,110,111,116,105,99,101,0,0,0,9,99,111,111,107,105,101,98,111,120,0,0,0,15,99,111,111,107,105,101,115,45,99,111,110,115,101,110,116,0,0,0,12,99,111,111,107,105,101,115,45,103,100,112,114,0,0,0,12,99,111,111,107,105,101,115,45,104,105,110,116,0,0,0,20,99,111,111,107,105,101,115,45,110,111,116,105,102,105,99,97,116,105,111,110,0,0,0,15,99,111,111,107,105,101,115,45,111,118,101,114,108,97,121,0,0,0,14,99,111,111,107,105,101,115,45,112,111,108,105,99,121,0,0,0,13,99,111,111,107,105,101,115,45,112,111,112,117,112,0,0,0,19,99,111,111,107,105,101,115,45,114,101,113,117,105,114,101,109,101,110,116,0,0,0,15,99,111,111,107,105,101,115,45,119,97,114,110,105,110,103,0,0,0,26,100,105,118,91,100,97,116,97,45,98,97,110,110,101,114,61,34,99,111,111,107,105,101,115,34,93,0,0,0,29,100,105,118,91,100,97,116,97,45,98,111,114,108,97,98,115,45,99,111,111,107,105,101,45,119,114,97,112,93,0,0,0,34,100,105,118,91,100,97,116,97,45,98,111,120,45,110,97,109,101,61,34,99,111,111,107,105,101,32,112,111,108,105,99,121,34,93,0,0,0,24,100,105,118,91,100,97,116,97,45,99,109,112,45,110,111,45,99,111,110,115,101,110,116,93,0,0,0,35,100,105,118,91,100,97,116,97,45,99,111,109,112,111,110,101,110,116,61,34,99,111,111,107,105,101,45,112,111,108,105,99,121,34,93,0,0,0,35,100,105,118,91,100,97,116,97,45,99,111,109,112,111,110,101,110,116,61,34,99,111,111,107,105,101,67,111,110,116,101,110,116,34,93,0,0,0,29,100,105,118,91,100,97,116,97,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,93,0,0,0,21,100,105,118,91,100,97,116,97,45,99,111,111,107,105,101,45,112,97,116,104,93,0,0,0,24,100,105,118,91,100,97,116,97,45,99,111,111,107,105,101,45,119,97,114,110,105,110,103,93,0,0,0,22,100,105,118,91,100,97,116,97,45,99,111,111,107,105,101,98,97,110,110,101,114,93,0,0,0,19,100,105,118,91,100,97,116,97,45,99,111,111,107,105,101,98,97,114,93,0,0,0,26,100,105,118,91,100,97,116,97,45,99,111,111,107,105,101,108,97,121,101,114,45,105,110,105,116,93,0,0,0,24,100,105,118,91,100,97,116,97,45,105,100,61,34,99,111,111,107,105,101,66,97,114,34,93,0,0,0,28,100,105,118,91,100,97,116,97,45,105,100,61,34,99,111,111,107,105,101,95,100,105,97,108,111,103,34,93,0,0,0,23,100,105,118,91,100,97,116,97,45,105,115,45,99,111,111,107,105,101,105,110,102,111,93,0,0,0,32,100,105,118,91,100,97,116,97,45,109,111,100,117,108,101,61,34,99,111,111,107,105,101,95,98,97,110,110,101,114,34,93,0,0,0,33,100,105,118,91,100,97,116,97,45,110,111,116,105,102,105,99,97,116,105,111,110,105,100,61,34,99,111,111,107,105,101,34,93,0,0,0,36,100,105,118,91,100,97,116,97,45,112,111,118,45,97,99,99,101,112,116,45,99,111,111,107,105,101,115,45,109,101,115,115,97,103,101,93,0,0,0,25,100,105,118,91,100,97,116,97,45,112,114,105,118,97,99,121,45,99,111,110,115,101,110,116,93,0,0,0,36,100,105,118,91,100,97,116,97,45,114,101,97,99,116,45,99,108,97,115,115,61,34,67,111,111,107,105,101,78,111,116,105,99,101,34,93,0,0,0,37,100,105,118,91,100,97,116,97,45,114,111,108,101,61,34,99,111,111,107,105,101,45,112,111,108,105,99,121,45,98,97,110,110,101,114,34,93,0,0,0,38,100,105,118,91,100,97,116,97,45,115,101,99,116,105,111,110,45,116,121,112,101,61,34,67,111,111,107,105,101,115,66,97,110,110,101,114,34,93,0,0,0,35,100,105,118,91,100,97,116,97,45,115,101,108,101,110,45,103,114,111,117,112,61,34,99,111,111,107,105,101,115,45,98,97,114,34,93,0,0,0,33,100,105,118,91,100,97,116,97,45,115,101,108,101,110,105,117,109,61,34,67,111,111,107,105,101,66,97,110,110,101,114,34,93,0,0,0,37,100,105,118,91,100,97,116,97,45,116,101,115,116,61,34,99,111,111,107,105,101,45,112,111,108,105,99,121,45,98,97,110,110,101,114,34,93,0,0,0,36,100,105,118,91,100,97,116,97,45,116,101,115,116,105,100,61,34,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,34,93,0,0,0,17,100,107,45,99,111,111,107,105,101,45,119,97,114,110,105,110,103,0,0,0,21,101,97,45,116,114,117,115,116,101,45,99,111,110,115,101,110,116,45,98,97,114,0,0,0,10,101,100,110,45,99,111,111,107,105,101,0,0,0,13,101,111,45,99,111,111,107,105,101,45,98,97,114,0,0,0,26,101,112,97,97,115,45,99,111,110,115,101,110,116,45,100,114,97,119,101,114,45,115,104,101,108,108,0,0,0,21,101,115,110,45,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,0,0,0,20,101,117,45,99,111,111,107,105,101,45,99,111,109,112,108,105,97,110,99,101,0,0,0,29,102,111,114,109,91,110,97,109,101,61,34,70,111,114,109,76,101,103,103,101,67,111,111,107,105,101,115,34,93,0,0,0,12,103,100,112,114,45,99,111,110,115,101,110,116,0,0,0,12,103,100,112,114,45,99,111,111,107,105,101,115,0,0,0,16,103,106,45,99,111,111,107,105,101,45,112,114,111,109,112,116,0,0,0,23,104,109,97,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,0,0,0,30,105,102,114,97,109,101,91,110,97,109,101,61,34,103,111,111,103,108,101,102,99,80,114,101,115,101,110,116,34,93,0,0,0,15,107,117,109,97,45,99,111,111,107,105,101,45,98,97,114,0,0,0,11,108,103,112,100,45,99,111,111,107,105,101,0,0,0,17,108,103,112,100,45,99,111,111,107,105,101,45,116,101,114,109,115,0,0,0,11,108,111,111,112,45,99,111,111,107,105,101,0,0,0,22,109,100,45,116,111,97,115,116,46,99,111,111,107,105,101,115,45,116,111,97,115,116,0,0,0,16,110,108,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,0,0,19,110,111,115,105,100,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,0,0,21,110,115,45,99,111,111,107,105,101,45,112,114,105,118,97,99,121,45,116,105,112,0,0,0,12,111,45,99,111,111,107,105,101,45,108,97,119,0,0,0,18,111,99,97,115,111,45,103,108,111,98,97,108,45,109,111,100,97,108,0,0,0,17,111,102,45,99,111,111,107,105,101,115,45,110,111,116,105,99,101,0,0,0,21,111,102,105,45,99,111,111,107,105,101,45,98,111,120,45,119,105,100,103,101,116,0,0,0,10,111,110,108,45,99,111,111,107,105,101,0,0,0,16,112,100,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,0,0,18,112,100,111,45,99,111,111,107,105,101,115,45,112,111,108,105,99,121,0,0,0,16,112,112,45,99,111,111,107,105,101,45,100,105,97,108,111,103,0,0,0,20,112,114,105,118,97,99,121,45,112,111,108,105,99,121,45,116,111,97,115,116,0,0,0,18,114,116,107,45,99,111,111,107,105,101,115,45,110,111,116,105,99,101,0,0,0,18,115,55,50,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,0,0,17,115,100,45,99,111,111,107,105,101,115,45,119,105,100,103,101,116,0,0,0,16,115,106,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,0,0,18,115,111,110,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,0,0,17,116,97,103,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,0,0,12,116,104,111,114,45,99,111,111,107,105,101,115,0,0,0,14,116,117,105,45,99,111,111,107,105,101,45,98,97,114,0,0,0,18,116,117,105,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,0,0,17,117,103,99,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,0,0,15,117,120,45,99,111,111,107,105,101,45,108,97,121,101,114,0,0,0,13,118,101,105,115,115,45,99,111,111,107,105,101,115,0,0,0,17,118,108,115,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,0,0,18,118,111,99,45,99,111,111,107,105,101,45,119,97,114,110,105,110,103,0,0,0,10,119,99,45,99,111,111,107,105,101,115,0,0,0,16,121,100,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,0,0,17,121,103,45,99,111,111,107,105,101,45,99,111,110,102,105,114,109,0,0,0,25,121,116,100,45,99,111,110,115,101,110,116,45,98,117,109,112,45,114,101,110,100,101,114,101,114,0,0,0,26,121,116,100,45,109,101,97,108,98,97,114,45,112,114,111,109,111,45,114,101,110,100,101,114,101,114,0,0,0,23,121,116,103,45,110,111,116,105,102,105,99,97,116,105,111,110,45,102,111,111,116,101,114,0,0,0,17,97,114,116,105,99,108,101,46,99,45,99,111,111,107,105,101,115,0,0,0,21,97,114,116,105,99,108,101,46,99,111,111,107,105,101,45,98,97,110,110,101,114,0,0,0,24,97,114,116,105,99,108,101,46,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,0,0,27,97,115,105,100,101,46,97,109,103,100,112,114,106,115,45,98,97,114,45,116,101,109,112,108,97,116,101,0,0,0,20,97,115,105,100,101,46,98,111,116,116,111,109,45,99,111,111,107,105,101,115,0,0,0,19,97,115,105,100,101,46,99,111,111,107,105,101,45,98,97,110,110,101,114,0,0,0,16,97,115,105,100,101,46,99,111,111,107,105,101,45,98,97,114,0,0,0,18,97,115,105,100,101,46,99,111,111,107,105,101,45,112,111,112,117,112,0,0,0,22,100,105,118,35,65,67,67,108,97,121,101,114,66,97,99,107,103,114,111,117,110,100,0,0,0,23,100,105,118,35,65,67,67,115,109,97,108,108,67,111,111,107,105,101,76,97,121,101,114,0,0,0,17,100,105,118,35,97,99,99,101,112,116,45,99,111,111,107,105,101,0,0,0,27,100,105,118,35,97,99,99,101,112,116,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,0,0,21,100,105,118,35,97,99,101,112,116,97,114,95,99,111,110,116,97,105,110,101,114,0,0,0,24,100,105,118,35,99,99,45,99,111,110,115,101,110,116,45,99,111,110,116,97,105,110,101,114,0,0,0,16,100,105,118,35,99,99,112,97,45,99,111,110,115,101,110,116,0,0,0,20,100,105,118,35,99,99,112,97,67,111,111,107,105,101,66,97,110,110,101,114,0,0,0,21,100,105,118,35,99,109,112,45,97,112,112,45,99,111,110,116,97,105,110,101,114,0,0,0,28,100,105,118,35,99,111,110,115,101,110,116,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,0,0,29,100,105,118,35,99,111,110,115,101,110,116,45,109,97,110,97,103,101,114,45,99,111,110,116,97,105,110,101,114,0,0,0,29,100,105,118,35,99,111,110,115,101,110,116,67,111,109,112,111,110,101,110,116,67,111,110,116,97,105,110,101,114,0,0,0,16,100,105,118,35,99,111,110,115,101,110,116,102,114,97,109,101,0,0,0,22,100,105,118,35,99,111,110,116,101,110,101,100,111,114,45,99,111,111,107,105,101,115,0,0,0,27,100,105,118,35,99,111,111,107,105,101,45,97,99,99,101,112,116,45,99,111,110,116,97,105,110,101,114,0,0,0,21,100,105,118,35,99,111,111,107,105,101,45,97,99,99,101,112,116,97,110,99,101,0,0,0,26,100,105,118,35,99,111,111,107,105,101,45,97,108,101,114,116,45,99,111,110,116,97,105,110,101,114,0,0,0,27,100,105,118,35,99,111,111,107,105,101,45,98,97,110,110,101,114,45,99,111,110,116,97,105,110,101,114,0,0,0,27,100,105,118,35,99,111,111,107,105,101,45,98,97,110,110,101,114,95,99,111,110,116,97,105,110,101,114,0,0,0,27,100,105,118,35,99,111,111,107,105,101,45,99,104,111,105,99,101,45,99,111,110,116,97,105,110,101,114,0,0,0,25,100,105,118,35,99,111,111,107,105,101,45,105,110,102,111,45,99,111,110,116,97,105,110,101,114,0,0,0,21,100,105,118,35,99,111,111,107,105,101,45,108,97,119,45,98,97,110,110,101,114,0,0,0,18,100,105,118,35,99,111,111,107,105,101,66,111,116,72,105,100,101,49,0,0,0,15,100,105,118,35,99,111,111,107,105,101,80,111,112,117,112,0,0,0,17,100,105,118,35,99,111,111,107,105,101,95,98,97,110,110,101,114,0,0,0,22,100,105,118,35,99,111,111,107,105,101,115,45,98,97,99,107,103,114,111,117,110,100,0,0,0,15,100,105,118,35,99,111,111,107,105,101,115,45,112,111,112,0,0,0,19,100,105,118,35,99,111,111,107,105,101,115,65,112,112,114,111,118,97,108,0,0,0,19,100,105,118,35,99,111,111,107,105,101,115,76,105,103,104,116,98,111,120,0,0,0,20,100,105,118,35,99,111,111,107,105,101,115,100,105,114,101,99,116,105,118,101,0,0,0,22,100,105,118,35,103,100,112,114,45,99,111,111,107,105,101,45,97,99,99,101,112,116,0,0,0,24,100,105,118,35,103,100,112,114,112,97,116,114,111,110,73,110,102,111,108,101,105,115,116,101,0,0,0,31,100,105,118,35,103,100,112,114,112,97,116,114,111,110,73,110,102,111,108,101,105,115,116,101,79,118,101,114,108,97,121,0,0,0,8,100,105,118,35,108,103,112,100,0,0,0,15,100,105,118,35,108,103,112,100,45,98,97,110,110,101,114,0,0,0,26,100,105,118,35,108,103,112,100,45,119,97,114,110,105,110,103,45,99,111,110,116,97,105,110,101,114,0,0,0,14,100,105,118,35,115,104,97,100,67,111,111,107,105,101,0,0,0,27,100,105,118,35,116,114,97,99,107,105,110,103,45,99,111,110,115,101,110,116,45,100,105,97,108,111,103,0,0,0,19,100,105,118,35,119,104,67,111,111,107,105,101,77,97,110,97,103,101,114,0,0,0,11,100,105,118,46,45,99,111,111,107,105,101,0,0,0,18,100,105,118,46,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,0,0,12,100,105,118,46,45,99,111,111,107,105,101,115,0,0,0,19,100,105,118,46,45,99,111,111,107,105,101,115,45,110,111,116,105,99,101,0,0,0,19,100,105,118,46,45,99,111,111,107,105,101,115,95,95,97,108,101,114,116,0,0,0,17,100,105,118,46,65,99,99,101,112,116,67,111,111,107,105,101,115,0,0,0,13,100,105,118,46,66,111,120,67,111,111,107,105,101,0,0,0,17,100,105,118,46,67,111,110,115,101,110,116,67,111,111,107,105,101,0,0,0,10,100,105,118,46,67,111,111,107,105,101,0,0,0,17,100,105,118,46,67,111,111,107,105,101,45,98,97,110,110,101,114,0,0,0,17,100,105,118,46,67,111,111,107,105,101,45,110,111,116,105,99,101,0,0,0,18,100,105,118,46,67,111,111,107,105,101,45,119,114,97,112,112,101,114,0,0,0,16,100,105,118,46,67,111,111,107,105,101,65,99,99,101,112,116,0,0,0,15,100,105,118,46,67,111,111,107,105,101,65,108,101,114,116,0,0,0,22,100,105,118,46,67,111,111,107,105,101,67,111,110,102,105,114,109,97,116,105,111,110,0,0,0,14,100,105,118,46,67,111,111,107,105,101,73,110,102,111,0,0,0,32,100,105,118,46,67,111,111,107,105,101,77,101,115,115,97,103,101,95,95,99,111,111,107,105,101,77,101,115,115,97,103,101,0,0,0,16,100,105,118,46,67,111,111,107,105,101,80,114,111,109,112,116,0,0,0,17,100,105,118,46,67,111,111,107,105,101,87,114,97,112,112,101,114,0,0,0,17,100,105,118,46,67,111,111,107,105,101,95,95,80,111,112,117,112,0,0,0,15,100,105,118,46,67,111,111,107,105,101,115,87,114,97,112,0,0,0,12,100,105,118,46,69,85,67,111,111,107,105,101,0,0,0,17,100,105,118,46,80,114,105,118,97,99,121,66,97,110,110,101,114,0,0,0,17,100,105,118,46,80,114,105,118,97,99,121,67,111,111,107,105,101,0,0,0,17,100,105,118,46,97,99,99,101,112,116,45,99,111,111,107,105,101,0,0,0,18,100,105,118,46,97,99,99,101,112,116,45,99,111,111,107,105,101,115,0,0,0,15,100,105,118,46,97,99,99,101,112,116,45,114,103,112,100,0,0,0,16,100,105,118,46,97,99,99,101,112,116,67,111,111,107,105,101,0,0,0,17,100,105,118,46,97,99,99,101,112,116,67,111,111,107,105,101,115,0,0,0,19,100,105,118,46,97,99,99,101,112,116,95,95,99,111,111,107,105,101,115,0,0,0,16,100,105,118,46,97,99,99,101,112,116,99,111,111,107,105,101,0,0,0,17,100,105,118,46,97,99,99,101,112,116,99,111,111,107,105,101,115,0,0,0,20,100,105,118,46,97,99,99,101,112,116,101,100,45,99,111,111,107,105,101,115,0,0,0,15,100,105,118,46,97,103,114,101,101,99,111,111,107,105,101,0,0,0,14,100,105,118,46,97,108,101,114,116,45,99,111,111,107,0,0,0,16,100,105,118,46,97,108,101,114,116,45,99,111,111,107,105,101,0,0,0,17,100,105,118,46,97,108,101,114,116,45,99,111,111,107,105,101,115,0,0,0,14,100,105,118,46,97,108,101,114,116,45,103,100,112,114,0,0,0,15,100,105,118,46,97,108,101,114,116,67,111,111,107,105,101,0,0,0,16,100,105,118,46,97,108,101,114,116,67,111,111,107,105,101,115,0,0,0,18,100,105,118,46,97,108,101,114,116,95,95,99,111,111,107,105,101,115,0,0,0,16,100,105,118,46,97,108,108,111,119,45,99,111,111,107,105,101,0,0,0,17,100,105,118,46,97,108,108,111,119,45,99,111,111,107,105,101,115,0,0,0,15,100,105,118,46,97,108,108,111,119,99,111,111,107,105,101,0,0,0,21,100,105,118,46,97,112,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,0,0,15,100,105,118,46,97,112,112,45,99,111,111,107,105,101,115,0,0,0,14,100,105,118,46,97,115,107,45,99,111,111,107,105,101,0,0,0,11,100,105,118,46,97,115,107,99,111,111,107,0,0,0,20,100,105,118,46,97,119,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,0,0,13,100,105,118,46,98,45,45,99,111,111,107,105,101,0,0,0,12,100,105,118,46,98,45,99,111,111,107,105,101,0,0,0,14,100,105,118,46,98,108,111,99,107,45,99,110,105,108,0,0,0,16,100,105,118,46,98,108,111,99,107,45,99,111,111,107,105,101,0,0,0,24,100,105,118,46,98,108,111,99,107,45,99,111,111,107,105,101,45,119,97,114,110,105,110,103,0,0,0,15,100,105,118,46,98,108,111,103,45,99,111,111,107,105,101,0,0,0,18,100,105,118,46,98,111,116,116,111,109,45,99,111,111,107,105,101,115,0,0,0,12,100,105,118,46,98,111,120,95,108,103,112,100,0,0,0,13,100,105,118,46,99,45,99,111,110,115,101,110,116,0,0,0,12,100,105,118,46,99,45,99,111,111,107,105,101,0,0,0,19,100,105,118,46,99,45,99,111,111,107,105,101,67,111,110,115,101,110,116,0,0,0,19,100,105,118,46,99,45,99,111,111,107,105,101,99,111,110,115,101,110,116,0,0,0,13,100,105,118,46,99,45,99,111,111,107,105,101,115,0,0,0,10,100,105,118,46,99,45,103,100,112,114,0,0,0,11,100,105,118,46,99,80,111,108,105,99,121,0,0,0,20,100,105,118,46,99,99,45,67,111,111,107,105,101,87,97,114,110,105,110,103,0,0,0,16,100,105,118,46,99,99,112,97,45,109,101,115,115,97,103,101,0,0,0,15,100,105,118,46,99,99,112,97,45,110,111,116,105,99,101,0,0,0,24,100,105,118,46,99,105,118,105,99,95,99,111,111,107,105,101,95,95,98,97,110,110,101,114,0,0,0,25,100,105,118,46,99,105,118,105,99,95,99,111,111,107,105,101,95,95,111,118,101,114,108,97,121,0,0,0,8,100,105,118,46,99,110,105,108,0,0,0,14,100,105,118,46,99,110,105,108,45,112,111,112,117,112,0,0,0,18,100,105,118,46,99,111,110,102,105,114,109,45,99,111,111,107,105,101,0,0,0,28,100,105,118,46,99,111,110,115,101,110,116,45,98,97,110,110,101,114,45,99,111,110,116,97,105,110,101,114,0,0,0,14,100,105,118,46,99,111,110,115,101,110,116,45,98,103,0,0,0,18,100,105,118,46,99,111,110,115,101,110,116,45,100,105,97,108,111,103,0,0,0,16,100,105,118,46,99,111,110,115,101,110,116,45,115,104,111,119,0,0,0,25,100,105,118,46,99,111,110,115,101,110,116,45,115,117,109,109,97,114,121,45,115,104,111,119,110,0,0,0,20,100,105,118,46,99,111,110,115,101,110,116,45,116,114,97,99,107,105,110,103,0,0,0,17,100,105,118,46,99,111,110,115,101,110,116,98,97,110,110,101,114,0,0,0,20,100,105,118,46,99,111,110,116,97,105,110,101,114,67,111,111,107,105,101,115,0,0,0,18,100,105,118,46,99,111,110,116,101,110,45,99,111,111,107,105,101,115,0,0,0,15,100,105,118,46,99,111,111,99,107,105,101,115,100,105,118,0,0,0,15,100,105,118,46,99,111,111,107,105,101,45,45,98,97,114,0,0,0,16,100,105,118,46,99,111,111,107,105,101,45,45,98,108,117,114,0,0,0,18,100,105,118,46,99,111,111,107,105,101,45,45,110,111,116,105,99,101,0,0,0,19,100,105,118,46,99,111,111,107,105,101,45,45,119,114,97,112,112,101,114,0,0,0,27,100,105,118,46,99,111,111,107,105,101,45,97,99,99,101,112,116,45,99,111,110,116,97,105,110,101,114,0,0,0,21,100,105,118,46,99,111,111,107,105,101,45,98,97,99,107,103,114,111,117,110,100,0,0,0,17,100,105,118,46,99,111,111,107,105,101,45,98,97,110,110,101,114,0,0,0,16,100,105,118,46,99,111,111,107,105,101,45,98,108,97,99,107,0,0,0,15,100,105,118,46,99,111,111,107,105,101,45,98,108,111,99,0,0,0,18,100,105,118,46,99,111,111,107,105,101,45,99,104,111,105,99,101,115,0,0,0,21,100,105,118,46,99,111,111,107,105,101,45,99,111,109,112,105,108,97,110,99,101,0,0,0,21,100,105,118,46,99,111,111,107,105,101,45,99,111,109,112,108,105,97,110,99,101,0,0,0,18,100,105,118,46,99,111,111,107,105,101,45,99,111,110,102,105,114,109,0,0,0,22,100,105,118,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,98,97,114,0,0,0,24,100,105,118,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,98,108,111,99,107,0,0,0,23,100,105,118,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,111,112,101,110,0,0,0,26,100,105,118,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,111,118,101,114,108,97,121,0,0,0,24,100,105,118,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,112,111,112,117,112,0,0,0,23,100,105,118,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,115,104,111,119,0,0,0,25,100,105,118,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,119,105,110,100,111,119,0,0,0,18,100,105,118,46,99,111,111,107,105,101,45,100,101,116,97,105,108,115,0,0,0,20,100,105,118,46,99,111,111,107,105,101,45,100,105,114,101,99,116,105,118,101,0,0,0,20,100,105,118,46,99,111,111,107,105,101,45,100,105,115,99,108,97,109,101,114,0,0,0,21,100,105,118,46,99,111,111,107,105,101,45,100,105,115,99,108,111,115,117,114,101,0,0,0,14,100,105,118,46,99,111,111,107,105,101,45,100,105,118,0,0,0,13,100,105,118,46,99,111,111,107,105,101,45,101,117,0,0,0,15,100,105,118,46,99,111,111,107,105,101,45,103,100,112,114,0,0,0,15,100,105,118,46,99,111,111,107,105,101,45,104,105,110,116,0,0,0,18,100,105,118,46,99,111,111,107,105,101,45,104,105,110,119,101,105,115,0,0,0,15,100,105,118,46,99,111,111,107,105,101,45,104,111,108,100,0,0,0,14,100,105,118,46,99,111,111,107,105,101,45,109,115,103,0,0,0,17,100,105,118,46,99,111,111,107,105,101,45,110,111,116,105,99,101,0,0,0,21,100,105,118,46,99,111,111,107,105,101,45,110,111,116,105,99,101,45,98,105,103,0,0,0,22,100,105,118,46,99,111,111,107,105,101,45,110,111,116,105,99,101,45,98,111,100,121,0,0,0,25,100,105,118,46,99,111,111,107,105,101,45,110,111,116,105,99,101,45,99,111,110,115,101,110,116,0,0,0,22,100,105,118,46,99,111,111,107,105,101,45,110,111,116,105,99,101,45,111,112,101,110,0,0,0,25,100,105,118,46,99,111,111,107,105,101,45,110,111,116,105,99,101,45,118,105,115,105,98,108,101,0,0,0,25,100,105,118,46,99,111,111,107,105,101,45,110,111,116,105,99,101,45,119,114,97,112,112,101,114,0,0,0,18,100,105,118,46,99,111,111,107,105,101,45,111,118,101,114,108,97,121,0,0,0,18,100,105,118,46,99,111,111,107,105,101,45,112,97,100,100,105,110,103,0,0,0,16,100,105,118,46,99,111,111,107,105,101,45,112,97,110,101,108,0,0,0,17,100,105,118,46,99,111,111,107,105,101,45,112,97,114,101,110,116,0,0,0,17,100,105,118,46,99,111,111,107,105,101,45,112,111,108,105,99,121,0,0,0,24,100,105,118,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,98,97,110,110,101,114,0,0,0,22,100,105,118,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,104,101,97,100,0,0,0,22,100,105,118,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,105,110,102,111,0,0,0,30,100,105,118,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,105,110,102,111,45,45,99,101,110,116,101,114,0,0,0,22,100,105,118,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,111,112,101,110,0,0,0,29,100,105,118,46,99,111,111,107,105,101,45,112,114,101,102,101,114,101,110,99,101,115,45,98,97,110,110,101,114,0,0,0,19,100,105,118,46,99,111,111,107,105,101,45,114,101,109,105,110,100,101,114,0,0,0,15,100,105,118,46,99,111,111,107,105,101,45,115,104,111,119,0,0,0,18,100,105,118,46,99,111,111,107,105,101,45,118,105,115,105,98,108,101,0,0,0,15,100,105,118,46,99,111,111,107,105,101,45,119,97,114,110,0,0,0,18,100,105,118,46,99,111,111,107,105,101,45,119,97,114,110,105,110,103,0,0,0,21,100,105,118,46,99,111,111,107,105,101,66,97,99,107,103,97,114,111,117,110,100,0,0,0,16,100,105,118,46,99,111,111,107,105,101,66,97,110,110,101,114,0,0,0,13,100,105,118,46,99,111,111,107,105,101,66,97,114,0,0,0,17,100,105,118,46,99,111,111,107,105,101,67,111,110,115,101,110,116,0,0,0,20,100,105,118,46,99,111,111,107,105,101,68,105,115,99,108,97,105,109,101,114,0,0,0,16,100,105,118,46,99,111,111,107,105,101,72,111,108,100,101,114,0,0,0,17,100,105,118,46,99,111,111,107,105,101,77,101,115,115,97,103,101,0,0,0,13,100,105,118,46,99,111,111,107,105,101,77,115,103,0,0,0,13,100,105,118,46,99,111,111,107,105,101,78,97,118,0,0,0,16,100,105,118,46,99,111,111,107,105,101,80,111,108,105,99,121,0,0,0,13,100,105,118,46,99,111,111,107,105,101,80,111,112,0,0,0,16,100,105,118,46,99,111,111,107,105,101,80,114,111,109,112,116,0,0,0,22,100,105,118,46,99,111,111,107,105,101,84,101,120,116,115,87,114,97,112,112,101,114,0,0,0,17,100,105,118,46,99,111,111,107,105,101,95,95,97,108,101,114,116,0,0,0,20,100,105,118,46,99,111,111,107,105,101,95,95,98,97,99,107,100,114,111,112,0,0,0,22,100,105,118,46,99,111,111,107,105,101,95,95,99,111,109,112,108,105,97,110,99,101,0,0,0,22,100,105,118,46,99,111,111,107,105,101,95,95,100,105,115,99,108,97,105,109,101,114,0,0,0,17,100,105,118,46,99,111,111,107,105,101,95,95,108,97,121,101,114,0,0,0,18,100,105,118,46,99,111,111,107,105,101,95,95,110,111,116,105,99,101,0,0,0,17,100,105,118,46,99,111,111,107,105,101,95,95,112,111,112,117,112,0,0,0,16,100,105,118,46,99,111,111,107,105,101,95,97,103,114,101,101,0,0,0,21,100,105,118,46,99,111,111,107,105,101,95,97,103,114,101,101,95,119,114,97,112,0,0,0,16,100,105,118,46,99,111,111,107,105,101,95,97,108,97,114,109,0,0,0,15,100,105,118,46,99,111,111,107,105,101,95,104,101,97,100,0,0,0,17,100,105,118,46,99,111,111,107,105,101,95,104,101,97,100,101,114,0,0,0,14,100,105,118,46,99,111,111,107,105,101,95,109,115,103,0,0,0,16,100,105,118,46,99,111,111,107,105,101,95,112,111,112,117,112,0,0,0,15,100,105,118,46,99,111,111,107,105,101,95,116,101,120,116,0,0,0,18,100,105,118,46,99,111,111,107,105,101,95,118,105,115,105,98,108,101,0,0,0,20,100,105,118,46,99,111,111,107,105,101,98,97,99,107,103,114,111,117,110,100,0,0,0,16,100,105,118,46,99,111,111,107,105,101,98,97,110,110,101,114,0,0,0,13,100,105,118,46,99,111,111,107,105,101,98,97,114,0,0,0,13,100,105,118,46,99,111,111,107,105,101,98,111,120,0,0,0,17,100,105,118,46,99,111,111,107,105,101,99,111,110,102,105,114,109,0,0,0,17,100,105,118,46,99,111,111,107,105,101,99,111,110,115,101,110,116,0,0,0,16,100,105,118,46,99,111,111,107,105,101,104,111,108,100,101,114,0,0,0,14,100,105,118,46,99,111,111,107,105,101,104,116,109,108,0,0,0,16,100,105,118,46,99,111,111,107,105,101,110,111,116,105,99,101,0,0,0,13,100,105,118,46,99,111,111,107,105,101,112,111,112,0,0,0,16,100,105,118,46,99,111,111,107,105,101,112,114,111,109,112,116,0,0,0,20,100,105,118,46,99,111,111,107,105,101,115,45,45,118,105,115,105,98,108,101,0,0,0,18,100,105,118,46,99,111,111,107,105,101,115,45,98,97,110,110,101,114,0,0,0,16,100,105,118,46,99,111,111,107,105,101,115,45,98,111,100,121,0,0,0,15,100,105,118,46,99,111,111,107,105,101,115,45,98,116,109,0,0,0,19,100,105,118,46,99,111,111,107,105,101,115,45,99,111,110,115,101,110,116,0,0,0,16,100,105,118,46,99,111,111,107,105,101,115,45,99,111,110,116,0,0,0,17,100,105,118,46,99,111,111,107,105,101,115,45,102,105,120,101,100,0,0,0,19,100,105,118,46,99,111,111,107,105,101,115,45,109,101,115,115,97,103,101,0,0,0,18,100,105,118,46,99,111,111,107,105,101,115,45,110,111,116,105,99,101,0,0,0,15,100,105,118,46,99,111,111,107,105,101,115,45,112,97,110,0,0,0,18,100,105,118,46,99,111,111,107,105,101,115,45,112,97,114,101,110,116,0,0,0,15,100,105,118,46,99,111,111,107,105,101,115,45,112,111,112,0,0,0,18,100,105,118,46,99,111,111,107,105,101,115,45,115,112,108,97,115,104,0,0,0,19,100,105,118,46,99,111,111,107,105,101,115,45,118,105,115,105,98,108,101,0,0,0,21,100,105,118,46,99,111,111,107,105,101,115,65,99,99,101,112,116,97,110,99,101,0,0,0,17,100,105,118,46,99,111,111,107,105,101,115,66,97,110,110,101,114,0,0,0,18,100,105,118,46,99,111,111,107,105,101,115,95,95,97,108,101,114,116,0,0,0,18,100,105,118,46,99,111,111,107,105,101,115,95,95,102,105,114,115,116,0,0,0,18,100,105,118,46,99,111,111,107,105,101,115,95,95,111,117,116,101,114,0,0,0,18,100,105,118,46,99,111,111,107,105,101,115,95,98,97,110,110,101,114,0,0,0,18,100,105,118,46,99,111,111,107,105,101,115,95,100,101,115,105,103,110,0,0,0,16,100,105,118,46,99,111,111,107,105,101,115,95,111,112,101,110,0,0,0,17,100,105,118,46,99,111,111,107,105,101,115,95,112,97,110,101,108,0,0,0,15,100,105,118,46,99,111,111,107,105,101,115,95,112,111,112,0,0,0,16,100,105,118,46,99,111,111,107,105,101,115,99,114,101,101,110,0,0,0,17,100,105,118,46,99,111,111,107,105,101,115,101,99,116,105,111,110,0,0,0,15,100,105,118,46,99,111,111,107,105,101,115,112,97,99,101,0,0,0,16,100,105,118,46,99,111,111,107,105,101,115,112,108,97,99,101,0,0,0,19,100,105,118,46,99,111,111,107,105,101,115,116,97,116,101,109,101,110,116,0,0,0,17,100,105,118,46,99,111,111,107,105,101,115,119,105,110,100,111,119,0,0,0,14,100,105,118,46,100,101,118,45,99,111,111,107,105,101,0,0,0,22,100,105,118,46,100,112,45,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,0,0,20,100,105,118,46,101,100,117,45,109,111,100,97,108,45,99,111,111,107,105,101,0,0,0,13,100,105,118,46,101,117,45,99,111,111,107,105,101,0,0,0,14,100,105,118,46,101,117,45,111,118,101,114,108,97,121,0,0,0,13,100,105,118,46,101,117,95,99,111,111,107,105,101,0,0,0,13,100,105,118,46,101,117,99,111,110,115,101,110,116,0,0,0,11,100,105,118,46,101,117,112,111,112,117,112,0,0,0,16,100,105,118,46,101,122,109,111,98,45,102,111,111,116,101,114,0,0,0,15,100,105,118,46,103,100,112,114,45,98,111,116,116,111,109,0,0,0,16,100,105,118,46,103,100,112,114,45,99,111,110,102,105,114,109,0,0,0,15,100,105,118,46,103,100,112,114,45,99,111,111,107,105,101,0,0,0,32,100,105,118,46,103,100,112,114,45,99,111,111,107,105,101,99,111,110,115,101,110,116,45,99,111,110,116,97,105,110,101,114,0,0,0,30,100,105,118,46,103,100,112,114,45,99,111,111,107,105,101,99,111,110,115,101,110,116,45,111,118,101,114,108,97,121,0,0,0,31,100,105,118,46,103,100,112,114,45,99,111,111,107,105,101,99,111,110,115,101,110,116,45,115,101,116,116,105,110,103,115,0,0,0,21,100,105,118,46,103,100,112,114,45,112,111,112,117,112,45,98,111,114,100,101,114,0,0,0,13,100,105,118,46,103,100,112,114,45,115,104,111,119,0,0,0,16,100,105,118,46,103,100,112,114,45,119,114,97,112,112,101,114,0,0,0,15,100,105,118,46,103,100,112,114,87,114,97,112,112,101,114,0,0,0,15,100,105,118,46,103,114,105,100,45,99,111,111,107,105,101,0,0,0,12,100,105,118,46,105,45,99,111,111,107,105,101,0,0,0,13,100,105,118,46,105,115,45,99,111,111,107,105,101,0,0,0,14,100,105,118,46,105,115,45,99,111,111,107,105,101,115,0,0,0,29,100,105,118,46,106,115,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,111,118,101,114,108,97,121,0,0,0,18,100,105,118,46,106,115,45,99,111,111,107,105,101,45,110,111,116,101,0,0,0,27,100,105,118,46,106,115,45,99,111,111,107,105,101,45,110,111,116,101,45,45,111,118,101,114,108,97,121,0,0,0,22,100,105,118,46,106,115,45,99,111,111,107,105,101,45,116,101,109,112,108,97,116,101,0,0,0,17,100,105,118,46,106,115,45,100,105,115,99,108,97,105,109,101,114,0,0,0,17,100,105,118,46,108,97,121,101,114,95,99,111,111,107,105,101,115,0,0,0,14,100,105,118,46,108,103,112,100,45,112,111,112,117,112,0,0,0,16,100,105,118,46,108,103,112,100,45,119,97,114,110,105,110,103,0,0,0,18,100,105,118,46,109,101,115,115,97,103,101,99,111,111,107,105,101,115,0,0,0,15,100,105,118,46,109,111,100,95,99,111,111,107,105,101,115,0,0,0,13,100,105,118,46,109,115,103,67,111,111,107,105,101,0,0,0,18,100,105,118,46,110,111,116,105,99,101,45,45,99,111,111,107,105,101,0,0,0,21,100,105,118,46,110,111,116,105,102,105,99,97,116,105,111,110,112,111,112,117,112,0,0,0,15,100,105,118,46,110,119,109,45,99,111,111,107,105,101,115,0,0,0,14,100,105,118,46,112,97,103,101,67,111,111,107,105,101,0,0,0,15,100,105,118,46,112,97,103,101,99,111,111,107,105,101,115,0,0,0,16,100,105,118,46,112,97,110,101,108,67,111,111,107,105,101,115,0,0,0,16,100,105,118,46,112,111,112,85,112,67,111,111,107,105,101,115,0,0,0,16,100,105,118,46,112,111,112,117,112,99,111,111,107,105,101,115,0,0,0,19,100,105,118,46,115,101,99,116,105,111,110,45,45,99,111,111,107,105,101,0,0,0,16,100,105,118,46,115,101,99,116,105,111,110,45,103,100,112,114,0,0,0,19,100,105,118,46,115,104,111,119,45,99,111,111,107,105,101,45,98,111,120,0,0,0,23,100,105,118,46,115,104,111,119,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,0,0,22,100,105,118,46,115,104,111,119,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,0,0,24,100,105,118,46,115,113,115,45,99,111,111,107,105,101,45,98,97,110,110,101,114,45,118,50,0,0,0,12,100,105,118,46,118,45,99,111,111,107,105,101,0,0,0,12,100,105,118,46,119,45,99,111,111,107,105,101,0,0,0,27,100,105,118,91,100,97,116,97,45,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,93,0,0,0,22,102,111,114,109,46,99,111,111,107,105,101,45,98,97,114,45,45,102,108,117,105,100,0,0,0,17,102,111,114,109,46,99,111,111,107,105,101,66,97,110,110,101,114,0,0,0,25,110,97,118,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,0,0,0,14,112,46,97,108,101,114,116,45,99,111,111,107,105,101,0,0,0,31,115,101,99,116,105,111,110,35,97,99,99,101,112,116,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,0,0,31,115,101,99,116,105,111,110,35,116,114,97,99,107,105,110,103,45,99,111,110,115,101,110,116,45,100,105,97,108,111,103,0,0,0,21,115,101,99,116,105,111,110,46,67,111,111,107,105,101,45,110,111,116,105,99,101,0,0,0,16,115,101,99,116,105,111,110,46,99,45,99,111,111,107,105,101,0,0,0,23,115,101,99,116,105,111,110,46,99,45,99,111,111,107,105,101,99,111,110,115,101,110,116,0,0,0,17,115,101,99,116,105,111,110,46,99,45,99,111,111,107,105,101,115,0,0,0,20,115,101,99,116,105,111,110,46,99,111,111,107,105,101,45,97,108,101,114,116,0,0,0,21,115,101,99,116,105,111,110,46,99,111,111,107,105,101,45,98,97,110,110,101,114,0,0,0,18,115,101,99,116,105,111,110,46,99,111,111,107,105,101,45,98,97,114,0,0,0,22,115,101,99,116,105,111,110,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,0,0,22,115,101,99,116,105,111,110,46,99,111,111,107,105,101,45,109,101,115,115,97,103,101,0,0,0,20,115,101,99,116,105,111,110,46,99,111,111,107,105,101,45,112,111,112,117,112,0,0,0,23,115,101,99,116,105,111,110,46,99,111,111,107,105,101,95,95,112,114,105,118,97,99,121,0,0,0,22,115,101,99,116,105,111,110,46,99,111,111,107,105,101,115,95,98,97,110,110,101,114,0,0,0,21,100,105,118,46,119,99,99,45,98,97,110,110,101,114,45,98,111,116,116,111,109,0,0,0,23,100,105,118,46,119,99,99,45,98,111,120,45,98,111,116,116,111,109,45,108,101,102,116,0,0,0,24,100,105,118,46,119,99,99,45,98,111,120,45,98,111,116,116,111,109,45,114,105,103,104,116,0,0,0,22,100,105,118,46,119,99,99,45,99,108,97,115,115,105,99,45,98,111,116,116,111,109,0,0,0,32,100,105,118,46,97,109,103,100,112,114,99,111,111,107,105,101,45,109,111,100,97,108,45,99,111,110,116,97,105,110,101,114,0,0,0,20,100,105,118,46,97,109,109,111,100,97,108,115,45,111,118,101,114,108,97,121,0,0,0,23,102,111,111,116,101,114,32,62,32,46,67,111,111,107,105,101,67,111,110,115,101,110,116,0,0,0,23,104,101,97,100,101,114,32,62,32,46,67,111,111,107,105,101,67,111,110,115,101,110,116,0,0,0,27,100,105,118,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,45,118,105,115,105,98,108,101,0,0,0,31,115,101,99,116,105,111,110,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,45,118,105,115,105,98,108,101,0,0,0,21,91,99,108,97,115,115,94,61,34,99,111,111,107,105,101,66,111,120,45,34,93,0,0,0,20,104,101,97,100,101,114,32,62,32,35,110,111,116,105,102,121,45,98,97,114,0,0,0,36,100,105,118,32,62,32,35,99,110,115,104,91,115,116,121,108,101,61,34,100,105,115,112,108,97,121,58,32,98,108,111,99,107,59,34,93,0,0,0,39,100,105,118,91,115,116,121,108,101,61,34,109,105,110,45,119,105,100,116,104,58,32,55,53,48,112,120,59,34,93,32,62,32,46,103,98,95,119,98,0,0,0,66,100,105,118,91,115,116,121,108,101,42,61,34,98,111,120,45,115,104,97,100,111,119,58,32,114,103,98,40,49,51,54,44,32,49,51,54,44,32,49,51,54,41,32,48,112,120,32,48,112,120,32,49,50,112,120,59,32,99,111,108,111,114,58,32,34,93,0,0,32,0,0,0,62,184,0,0,31,92,128,0,4,65,231,0,0,0,0,0,0,0,0,6,0,0,0,8,0,0,0,8,0,0,0,12,0,0,0,12,0,0,0,14,0,0,0,18,0,0,0,20,0,0,0,26,0,0,0,28,0,0,0,32,0,0,0,34,0,0,0,36,0,0,0,36,0,0,0,36,0,0,0,38,0,0,0,40,0,0,0,44,0,0,0,44,0,0,0,44,0,0,0,44,0,0,0,44,0,0,0,44,0,0,0,48,0,0,0,48,0,0,0,48,0,0,0,48,0,0,0,48,0,0,0,48,0,0,0,52,0,0,0,56,0,0,0,58,0,0,0,58,0,0,0,60,0,0,0,60,0,0,0,62,0,0,0,66,0,0,0,66,0,0,0,68,0,0,0,70,0,0,0,72,0,0,0,74,0,0,0,78,0,0,0,80,0,0,0,82,0,0,0,84,0,0,0,86,0,0,0,90,0,0,0,92,0,0,0,92,0,0,0,92,0,0,0,94,0,0,0,94,0,0,0,94,0,0,0,96,0,0,0,96,0,0,0,98,0,0,0,100,0,0,0,102,0,0,0,102,0,0,0,106,0,0,0,106,0,0,0,106,0,0,0,108,0,0,0,108,0,0,0,110,0,0,0,110,0,0,0,112,0,0,0,112,0,0,0,112,0,0,0,118,0,0,0,118,0,0,0,120,0,0,0,120,0,0,0,126,0,0,0,126,0,0,0,130,0,0,0,132,0,0,0,136,0,0,0,136,0,0,0,142,0,0,0,146,0,0,0,152,0,0,0,156,0,0,0,160,0,0,0,160,0,0,0,160,0,0,0,162,0,0,0,166,0,0,0,168,0,0,0,174,0,0,0,178,0,0,0,178,0,0,0,178,0,0,0,180,0,0,0,182,0,0,0,186,0,0,0,188,0,0,0,188,0,0,0,192,0,0,0,196,0,0,0,198,0,0,0,198,0,0,0,198,0,0,0,200,0,0,0,204,0,0,0,204,0,0,0,204,0,0,0,204,0,0,0,206,0,0,0,210,0,0,0,212,0,0,0,216,0,0,0,220,0,0,0,224,0,0,0,226,0,0,0,226,0,0,0,232,0,0,0,232,0,0,0,232,0,0,0,236,0,0,0,238,0,0,0,242,0,0,0,242,0,0,0,242,0,0,0,242,0,0,0,248,0,0,0,250,0,0,0,250,0,0,0,252,0,0,0,252,0,0,0,252,0,0,0,252,0,0,0,2,1,0,0,6,1,0,0,10,1,0,0,14,1,0,0,16,1,0,0,16,1,0,0,18,1,0,0,22,1,0,0,22,1,0,0,22,1,0,0,22,1,0,0,24,1,0,0,24,1,0,0,24,1,0,0,28,1,0,0,28,1,0,0,30,1,0,0,32,1,0,0,34,1,0,0,36,1,0,0,38,1,0,0,44,1,0,0,44,1,0,0,46,1,0,0,50,1,0,0,56,1,0,0,56,1,0,0,58,1,0,0,62,1,0,0,62,1,0,0,62,1,0,0,62,1,0,0,62,1,0,0,68,1,0,0,68,1,0,0,68,1,0,0,68,1,0,0,70,1,0,0,70,1,0,0,72,1,0,0,74,1,0,0,74,1,0,0,80,1,0,0,82,1,0,0,84,1,0,0,88,1,0,0,88,1,0,0,88,1,0,0,90,1,0,0,98,1,0,0,98,1,0,0,100,1,0,0,102,1,0,0,102,1,0,0,102,1,0,0,104,1,0,0,104,1,0,0,108,1,0,0,108,1,0,0,108,1,0,0,110,1,0,0,114,1,0,0,118,1,0,0,120,1,0,0,122,1,0,0,124,1,0,0,124,1,0,0,124,1,0,0,124,1,0,0,124,1,0,0,124,1,0,0,126,1,0,0,126,1,0,0,126,1,0,0,130,1,0,0,132,1,0,0,132,1,0,0,132,1,0,0,132,1,0,0,132,1,0,0,132,1,0,0,132,1,0,0,134,1,0,0,138,1,0,0,140,1,0,0,142,1,0,0,144,1,0,0,146,1,0,0,150,1,0,0,152,1,0,0,152,1,0,0,154,1,0,0,158,1,0,0,160,1,0,0,160,1,0,0,164,1,0,0,166,1,0,0,168,1,0,0,168,1,0,0,168,1,0,0,168,1,0,0,170,1,0,0,170,1,0,0,172,1,0,0,176,1,0,0,178,1,0,0,188,1,0,0,188,1,0,0,190,1,0,0,194,1,0,0,196,1,0,0,200,1,0,0,202,1,0,0,208,1,0,0,208,1,0,0,208,1,0,0,208,1,0,0,212,1,0,0,212,1,0,0,214,1,0,0,216,1,0,0,224,1,0,0,224,1,0,0,228,1,0,0,228,1,0,0,228,1,0,0,228,1,0,0,228,1,0,0,232,1,0,0,234,1,0,0,236,1,0,0,236,1,0,0,240,1,0,0,240,1,0,0,242,1,0,0,242,1,0,0,242,1,0,0,250,1,0,0,250,1,0,0,252,1,0,0,252,1,0,0,252,1,0,0,254,1,0,0,0,2,0,0,4,2,0,0,6,2,0,0,8,2,0,0,12,2,0,0,16,2,0,0,16,2,0,0,18,2,0,0,22,2,0,0,22,2,0,0,26,2,0,0,30,2,0,0,30,2,0,0,30,2,0,0,32,2,0,0,32,2,0,0,32,2,0,0,32,2,0,0,34,2,0,0,36,2,0,0,38,2,0,0,38,2,0,0,40,2,0,0,40,2,0,0,42,2,0,0,42,2,0,0,42,2,0,0,44,2,0,0,46,2,0,0,48,2,0,0,48,2,0,0,50,2,0,0,52,2,0,0,52,2,0,0,54,2,0,0,58,2,0,0,60,2,0,0,62,2,0,0,62,2,0,0,66,2,0,0,68,2,0,0,70,2,0,0,74,2,0,0,76,2,0,0,80,2,0,0,84,2,0,0,84,2,0,0,84,2,0,0,86,2,0,0,88,2,0,0,88,2,0,0,88,2,0,0,88,2,0,0,90,2,0,0,90,2,0,0,94,2,0,0,94,2,0,0,96,2,0,0,96,2,0,0,98,2,0,0,98,2,0,0,98,2,0,0,102,2,0,0,108,2,0,0,110,2,0,0,110,2,0,0,110,2,0,0,110,2,0,0,110,2,0,0,112,2,0,0,112,2,0,0,114,2,0,0,116,2,0,0,120,2,0,0,124,2,0,0,126,2,0,0,126,2,0,0,126,2,0,0,128,2,0,0,130,2,0,0,132,2,0,0,132,2,0,0,134,2,0,0,134,2,0,0,136,2,0,0,140,2,0,0,144,2,0,0,146,2,0,0,146,2,0,0,148,2,0,0,152,2,0,0,154,2,0,0,154,2,0,0,154,2,0,0,154,2,0,0,158,2,0,0,166,2,0,0,168,2,0,0,170,2,0,0,172,2,0,0,176,2,0,0,178,2,0,0,180,2,0,0,180,2,0,0,182,2,0,0,184,2,0,0,188,2,0,0,190,2,0,0,194,2,0,0,194,2,0,0,196,2,0,0,196,2,0,0,196,2,0,0,198,2,0,0,198,2,0,0,200,2,0,0,202,2,0,0,202,2,0,0,202,2,0,0,206,2,0,0,208,2,0,0,208,2,0,0,210,2,0,0,210,2,0,0,218,2,0,0,218,2,0,0,218,2,0,0,222,2,0,0,226,2,0,0,226,2,0,0,226,2,0,0,230,2,0,0,230,2,0,0,236,2,0,0,240,2,0,0,240,2,0,0,242,2,0,0,244,2,0,0,248,2,0,0,252,2,0,0,0,3,0,0,2,3,0,0,4,3,0,0,10,3,0,0,12,3,0,0,16,3,0,0,16,3,0,0,16,3,0,0,18,3,0,0,18,3,0,0,20,3,0,0,26,3,0,0,26,3,0,0,26,3,0,0,28,3,0,0,30,3,0,0,34,3,0,0,36,3,0,0,38,3,0,0,44,3,0,0,46,3,0,0,46,3,0,0,50,3,0,0,54,3,0,0,54,3,0,0,58,3,0,0,62,3,0,0,62,3,0,0,62,3,0,0,64,3,0,0,68,3,0,0,70,3,0,0,70,3,0,0,70,3,0,0,72,3,0,0,78,3,0,0,80,3,0,0,80,3,0,0,80,3,0,0,82,3,0,0,82,3,0,0,84,3,0,0,84,3,0,0,88,3,0,0,88,3,0,0,90,3,0,0,90,3,0,0,94,3,0,0,94,3,0,0,96,3,0,0,96,3,0,0,102,3,0,0,102,3,0,0,104,3,0,0,104,3,0,0,104,3,0,0,104,3,0,0,104,3,0,0,106,3,0,0,106,3,0,0,108,3,0,0,108,3,0,0,108,3,0,0,108,3,0,0,116,3,0,0,120,3,0,0,120,3,0,0,120,3,0,0,128,3,0,0,130,3,0,0,136,3,0,0,138,3,0,0,140,3,0,0,142,3,0,0,142,3,0,0,142,3,0,0,142,3,0,0,142,3,0,0,148,3,0,0,150,3,0,0,150,3,0,0,154,3,0,0,156,3,0,0,158,3,0,0,158,3,0,0,160,3,0,0,162,3,0,0,164,3,0,0,166,3,0,0,166,3,0,0,166,3,0,0,170,3,0,0,170,3,0,0,170,3,0,0,170,3,0,0,172,3,0,0,174,3,0,0,176,3,0,0,176,3,0,0,182,3,0,0,184,3,0,0,188,3,0,0,190,3,0,0,196,3,0,0,196,3,0,0,198,3,0,0,198,3,0,0,202,3,0,0,206,3,0,0,208,3,0,0,208,3,0,0,208,3,0,0,212,3,0,0,214,3,0,0,218,3,0,0,220,3,0,0,226,3,0,0,226,3,0,0,226,3,0,0,232,3,0,0,236,3,0,0,240,3,0,0,240,3,0,0,244,3,0,0,246,3,0,0,246,3,0,0,246,3,0,0,246,3,0,0,248,3,0,0,252,3,0,0,254,3,0,0,0,4,0,0,0,4,0,0,0,4,0,0,0,4,0,0,0,4,0,0,2,4,0,0,4,4,0,0,4,4,0,0,8,4,0,0,10,4,0,0,12,4,0,0,12,4,0,0,12,4,0,0,12,4,0,0,18,4,0,0,22,4,0,0,22,4,0,0,24,4,0,0,26,4,0,0,28,4,0,0,28,4,0,0,28,4,0,0,34,4,0,0,40,4,0,0,40,4,0,0,42,4,0,0,42,4,0,0,42,4,0,0,42,4,0,0,42,4,0,0,44,4,0,0,46,4,0,0,48,4,0,0,52,4,0,0,52,4,0,0,52,4,0,0,52,4,0,0,54,4,0,0,54,4,0,0,54,4,0,0,56,4,0,0,56,4,0,0,56,4,0,0,56,4,0,0,56,4,0,0,58,4,0,0,60,4,0,0,60,4,0,0,62,4,0,0,64,4,0,0,66,4,0,0,66,4,0,0,68,4,0,0,70,4,0,0,74,4,0,0,78,4,0,0,78,4,0,0,80,4,0,0,82,4,0,0,84,4,0,0,84,4,0,0,84,4,0,0,84,4,0,0,84,4,0,0,88,4,0,0,90,4,0,0,92,4,0,0,94,4,0,0,96,4,0,0,100,4,0,0,100,4,0,0,102,4,0,0,104,4,0,0,104,4,0,0,104,4,0,0,104,4,0,0,108,4,0,0,112,4,0,0,112,4,0,0,114,4,0,0,114,4,0,0,116,4,0,0,120,4,0,0,120,4,0,0,122,4,0,0,124,4,0,0,128,4,0,0,132,4,0,0,132,4,0,0,134,4,0,0,134,4,0,0,134,4,0,0,134,4,0,0,136,4,0,0,138,4,0,0,140,4,0,0,142,4,0,0,142,4,0,0,142,4,0,0,148,4,0,0,148,4,0,0,152,4,0,0,152,4,0,0,152,4,0,0,156,4,0,0,156,4,0,0,156,4,0,0,160,4,0,0,164,4,0,0,166,4,0,0,166,4,0,0,168,4,0,0,170,4,0,0,172,4,0,0,174,4,0,0,174,4,0,0,180,4,0,0,184,4,0,0,184,4,0,0,190,4,0,0,196,4,0,0,202,4,0,0,206,4,0,0,206,4,0,0,210,4,0,0,210,4,0,0,214,4,0,0,216,4,0,0,224,4,0,0,226,4,0,0,226,4,0,0,230,4,0,0,230,4,0,0,238,4,0,0,240,4,0,0,244,4,0,0,244,4,0,0,244,4,0,0,244,4,0,0,244,4,0,0,248,4,0,0,250,4,0,0,250,4,0,0,250,4,0,0,254,4,0,0,2,5,0,0,2,5,0,0,4,5,0,0,6,5,0,0,10,5,0,0,16,5,0,0,20,5,0,0,26,5,0,0,28,5,0,0,32,5,0,0,34,5,0,0,34,5,0,0,40,5,0,0,40,5,0,0,46,5,0,0,48,5,0,0,48,5,0,0,48,5,0,0,48,5,0,0,50,5,0,0,52,5,0,0,56,5,0,0,58,5,0,0,64,5,0,0,68,5,0,0,80,5,0,0,82,5,0,0,86,5,0,0,86,5,0,0,86,5,0,0,88,5,0,0,92,5,0,0,94,5,0,0,94,5,0,0,96,5,0,0,96,5,0,0,96,5,0,0,98,5,0,0,100,5,0,0,104,5,0,0,108,5,0,0,110,5,0,0,112,5,0,0,114,5,0,0,120,5,0,0,122,5,0,0,122,5,0,0,124,5,0,0,124,5,0,0,126,5,0,0,132,5,0,0,136,5,0,0,138,5,0,0,138,5,0,0,142,5,0,0,142,5,0,0,142,5,0,0,148,5,0,0,148,5,0,0,148,5,0,0,148,5,0,0,148,5,0,0,150,5,0,0,154,5,0,0,154,5,0,0,154,5,0,0,154,5,0,0,154,5,0,0,156,5,0,0,162,5,0,0,164,5,0,0,166,5,0,0,172,5,0,0,172,5,0,0,174,5,0,0,178,5,0,0,178,5,0,0,186,5,0,0,188,5,0,0,190,5,0,0,190,5,0,0,190,5,0,0,190,5,0,0,190,5,0,0,190,5,0,0,198,5,0,0,202,5,0,0,204,5,0,0,208,5,0,0,214,5,0,0,218,5,0,0,224,5,0,0,224,5,0,0,232,5,0,0,236,5,0,0,240,5,0,0,242,5,0,0,244,5,0,0,246,5,0,0,250,5,0,0,252,5,0,0,252,5,0,0,0,6,0,0,6,6,0,0,8,6,0,0,10,6,0,0,10,6,0,0,14,6,0,0,18,6,0,0,22,6,0,0,24,6,0,0,26,6,0,0,28,6,0,0,30,6,0,0,34,6,0,0,38,6,0,0,40,6,0,0,42,6,0,0,42,6,0,0,44,6,0,0,46,6,0,0,48,6,0,0,48,6,0,0,52,6,0,0,52,6,0,0,58,6,0,0,60,6,0,0,66,6,0,0,68,6,0,0,70,6,0,0,72,6,0,0,74,6,0,0,78,6,0,0,82,6,0,0,82,6,0,0,86,6,0,0,86,6,0,0,88,6,0,0,88,6,0,0,92,6,0,0,96,6,0,0,96,6,0,0,96,6,0,0,98,6,0,0,98,6,0,0,100,6,0,0,108,6,0,0,114,6,0,0,118,6,0,0,118,6,0,0,124,6,0,0,128,6,0,0,130,6,0,0,132,6,0,0,132,6,0,0,138,6,0,0,140,6,0,0,144,6,0,0,146,6,0,0,148,6,0,0,150,6,0,0,154,6,0,0,158,6,0,0,158,6,0,0,162,6,0,0,164,6,0,0,166,6,0,0,168,6,0,0,170,6,0,0,172,6,0,0,172,6,0,0,174,6,0,0,176,6,0,0,176,6,0,0,176,6,0,0,178,6,0,0,180,6,0,0,180,6,0,0,180,6,0,0,180,6,0,0,182,6,0,0,184,6,0,0,184,6,0,0,184,6,0,0,188,6,0,0,190,6,0,0,192,6,0,0,196,6,0,0,198,6,0,0,198,6,0,0,204,6,0,0,206,6,0,0,208,6,0,0,208,6,0,0,208,6,0,0,208,6,0,0,208,6,0,0,210,6,0,0,210,6,0,0,212,6,0,0,212,6,0,0,214,6,0,0,218,6,0,0,218,6,0,0,222,6,0,0,224,6,0,0,224,6,0,0,224,6,0,0,226,6,0,0,226,6,0,0,230,6,0,0,232,6,0,0,236,6,0,0,238,6,0,0,240,6,0,0,240,6,0,0,242,6,0,0,242,6,0,0,242,6,0,0,244,6,0,0,244,6,0,0,246,6,0,0,250,6,0,0,0,7,0,0,4,7,0,0,4,7,0,0,4,7,0,0,4,7,0,0,8,7,0,0,10,7,0,0,12,7,0,0,12,7,0,0,18,7,0,0,20,7,0,0,20,7,0,0,22,7,0,0,26,7,0,0,28,7,0,0,28,7,0,0,32,7,0,0,32,7,0,0,32,7,0,0,34,7,0,0,38,7,0,0,40,7,0,0,42,7,0,0,42,7,0,0,48,7,0,0,48,7,0,0,50,7,0,0,56,7,0,0,56,7,0,0,58,7,0,0,60,7,0,0,60,7,0,0,62,7,0,0,62,7,0,0,62,7,0,0,66,7,0,0,68,7,0,0,72,7,0,0,72,7,0,0,76,7,0,0,76,7,0,0,78,7,0,0,82,7,0,0,82,7,0,0,84,7,0,0,88,7,0,0,88,7,0,0,88,7,0,0,88,7,0,0,94,7,0,0,96,7,0,0,100,7,0,0,100,7,0,0,104,7,0,0,104,7,0,0,104,7,0,0,108,7,0,0,112,7,0,0,114,7,0,0,116,7,0,0,120,7,0,0,122,7,0,0,124,7,0,0,126,7,0,0,126,7,0,0,128,7,0,0,128,7,0,0,132,7,0,0,138,7,0,0,142,7,0,0,142,7,0,0,142,7,0,0,144,7,0,0,148,7,0,0,150,7,0,0,152,7,0,0,152,7,0,0,152,7,0,0,156,7,0,0,160,7,0,0,160,7,0,0,160,7,0,0,160,7,0,0,162,7,0,0,162,7,0,0,164,7,0,0,168,7,0,0,168,7,0,0,174,7,0,0,174,7,0,0,176,7,0,0,178,7,0,0,178,7,0,0,178,7,0,0,184,7,0,0,188,7,0,0,188,7,0,0,188,7,0,0,188,7,0,0,188,7,0,0,194,7,0,0,200,7,0,0,200,7,0,0,202,7,0,0,204,7,0,0,204,7,0,0,206,7,0,0,206,7,0,0,208,7,0,0,214,7,0,0,218,7,0,0,218,7,0,0,218,7,0,0,220,7,0,0,220,7,0,0,224,7,0,0,224,7,0,0,226,7,0,0,230,7,0,0,232,7,0,0,236,7,0,0,236,7,0,0,238,7,0,0,238,7,0,0,238,7,0,0,238,7,0,0,244,7,0,0,248,7,0,0,250,7,0,0,250,7,0,0,252,7,0,0,254,7,0,0,0,8,0,0,2,8,0,0,12,8,0,0,14,8,0,0,16,8,0,0,20,8,0,0,24,8,0,0,28,8,0,0,30,8,0,0,32,8,0,0,34,8,0,0,34,8,0,0,38,8,0,0,42,8,0,0,42,8,0,0,46,8,0,0,50,8,0,0,54,8,0,0,56,8,0,0,56,8,0,0,56,8,0,0,56,8,0,0,58,8,0,0,64,8,0,0,64,8,0,0,64,8,0,0,68,8,0,0,70,8,0,0,76,8,0,0,76,8,0,0,76,8,0,0,78,8,0,0,78,8,0,0,78,8,0,0,78,8,0,0,80,8,0,0,80,8,0,0,80,8,0,0,82,8,0,0,84,8,0,0,90,8,0,0,90,8,0,0,90,8,0,0,92,8,0,0,92,8,0,0,96,8,0,0,96,8,0,0,100,8,0,0,104,8,0,0,104,8,0,0,106,8,0,0,106,8,0,0,108,8,0,0,110,8,0,0,114,8,0,0,116,8,0,0,120,8,0,0,120,8,0,0,120,8,0,0,120,8,0,0,120,8,0,0,124,8,0,0,128,8,0,0,130,8,0,0,130,8,0,0,132,8,0,0,134,8,0,0,136,8,0,0,138,8,0,0,138,8,0,0,138,8,0,0,140,8,0,0,146,8,0,0,146,8,0,0,146,8,0,0,146,8,0,0,146,8,0,0,148,8,0,0,148,8,0,0,150,8,0,0,152,8,0,0,152,8,0,0,152,8,0,0,156,8,0,0,156,8,0,0,156,8,0,0,156,8,0,0,162,8,0,0,164,8,0,0,164,8,0,0,166,8,0,0,168,8,0,0,180,8,0,0,182,8,0,0,182,8,0,0,182,8,0,0,186,8,0,0,190,8,0,0,192,8,0,0,194,8,0,0,194,8,0,0,196,8,0,0,196,8,0,0,196,8,0,0,198,8,0,0,200,8,0,0,204,8,0,0,206,8,0,0,208,8,0,0,210,8,0,0,214,8,0,0,220,8,0,0,220,8,0,0,222,8,0,0,226,8,0,0,228,8,0,0,232,8,0,0,234,8,0,0,234,8,0,0,234,8,0,0,238,8,0,0,238,8,0,0,238,8,0,0,240,8,0,0,242,8,0,0,244,8,0,0,246,8,0,0,248,8,0,0,250,8,0,0,0,9,0,0,6,9,0,0,6,9,0,0,8,9,0,0,8,9,0,0,10,9,0,0,10,9,0,0,12,9,0,0,22,9,0,0,24,9,0,0,28,9,0,0,28,9,0,0,28,9,0,0,32,9,0,0,36,9,0,0,36,9,0,0,38,9,0,0,38,9,0,0,42,9,0,0,46,9,0,0,50,9,0,0,52,9,0,0,54,9,0,0,56,9,0,0,56,9,0,0,60,9,0,0,68,9,0,0,68,9,0,0,70,9,0,0,70,9,0,0,74,9,0,0,78,9,0,0,80,9,0,0,82,9,0,0,86,9,0,0,86,9,0,0,88,9,0,0,88,9,0,0,88,9,0,0,88,9,0,0,94,9,0,0,94,9,0,0,98,9,0,0,100,9,0,0,102,9,0,0,102,9,0,0,102,9,0,0,102,9,0,0,102,9,0,0,102,9,0,0,102,9,0,0,106,9,0,0,110,9,0,0,112,9,0,0,112,9,0,0,116,9,0,0,118,9,0,0,118,9,0,0,118,9,0,0,118,9,0,0,120,9,0,0,120,9,0,0,122,9,0,0,128,9,0,0,132,9,0,0,134,9,0,0,136,9,0,0,140,9,0,0,144,9,0,0,148,9,0,0,148,9,0,0,148,9,0,0,148,9,0,0,152,9,0,0,152,9,0,0,152,9,0,0,152,9,0,0,152,9,0,0,158,9,0,0,158,9,0,0,162,9,0,0,164,9,0,0,166,9,0,0,166,9,0,0,170,9,0,0,176,9,0,0,176,9,0,0,176,9,0,0,178,9,0,0,178,9,0,0,180,9,0,0,182,9,0,0,184,9,0,0,190,9,0,0,190,9,0,0,192,9,0,0,192,9,0,0,192,9,0,0,198,9,0,0,198,9,0,0,200,9,0,0,200,9,0,0,204,9,0,0,204,9,0,0,208,9,0,0,212,9,0,0,218,9,0,0,218,9,0,0,220,9,0,0,224,9,0,0,226,9,0,0,228,9,0,0,230,9,0,0,230,9,0,0,230,9,0,0,232,9,0,0,236,9,0,0,236,9,0,0,240,9,0,0,242,9,0,0,242,9,0,0,246,9,0,0,246,9,0,0,248,9,0,0,248,9,0,0,248,9,0,0,248,9,0,0,250,9,0,0,2,10,0,0,2,10,0,0,4,10,0,0,6,10,0,0,8,10,0,0,10,10,0,0,12,10,0,0,12,10,0,0,16,10,0,0,18,10,0,0,20,10,0,0,20,10,0,0,24,10,0,0,24,10,0,0,30,10,0,0,32,10,0,0,34,10,0,0,36,10,0,0,36,10,0,0,38,10,0,0,40,10,0,0,44,10,0,0,44,10,0,0,46,10,0,0,54,10,0,0,56,10,0,0,56,10,0,0,58,10,0,0,58,10,0,0,60,10,0,0,60,10,0,0,62,10,0,0,62,10,0,0,64,10,0,0,64,10,0,0,66,10,0,0,68,10,0,0,70,10,0,0,70,10,0,0,70,10,0,0,70,10,0,0,74,10,0,0,78,10,0,0,84,10,0,0,88,10,0,0,88,10,0,0,88,10,0,0,90,10,0,0,94,10,0,0,102,10,0,0,102,10,0,0,102,10,0,0,102,10,0,0,104,10,0,0,104,10,0,0,104,10,0,0,106,10,0,0,106,10,0,0,116,10,0,0,118,10,0,0,120,10,0,0,120,10,0,0,120,10,0,0,122,10,0,0,124,10,0,0,130,10,0,0,134,10,0,0,140,10,0,0,140,10,0,0,144,10,0,0,148,10,0,0,148,10,0,0,150,10,0,0,150,10,0,0,150,10,0,0,154,10,0,0,158,10,0,0,162,10,0,0,162,10,0,0,164,10,0,0,166,10,0,0,166,10,0,0,172,10,0,0,172,10,0,0,172,10,0,0,174,10,0,0,176,10,0,0,178,10,0,0,182,10,0,0,186,10,0,0,188,10,0,0,188,10,0,0,192,10,0,0,192,10,0,0,196,10,0,0,198,10,0,0,200,10,0,0,202,10,0,0,206,10,0,0,206,10,0,0,208,10,0,0,210,10,0,0,212,10,0,0,214,10,0,0,216,10,0,0,218,10,0,0,220,10,0,0,220,10,0,0,220,10,0,0,220,10,0,0,224,10,0,0,224,10,0,0,226,10,0,0,226,10,0,0,226,10,0,0,226,10,0,0,226,10,0,0,228,10,0,0,232,10,0,0,234,10,0,0,236,10,0,0,236,10,0,0,240,10,0,0,246,10,0,0,252,10,0,0,254,10,0,0,0,11,0,0,2,11,0,0,2,11,0,0,4,11,0,0,12,11,0,0,16,11,0,0,18,11,0,0,20,11,0,0,22,11,0,0,26,11,0,0,32,11,0,0,38,11,0,0,42,11,0,0,46,11,0,0,52,11,0,0,52,11,0,0,54,11,0,0,60,11,0,0,62,11,0,0,64,11,0,0,66,11,0,0,66,11,0,0,66,11,0,0,68,11,0,0,70,11,0,0,72,11,0,0,74,11,0,0,74,11,0,0,74,11,0,0,74,11,0,0,74,11,0,0,78,11,0,0,78,11,0,0,80,11,0,0,82,11,0,0,82,11,0,0,88,11,0,0,92,11,0,0,92,11,0,0,94,11,0,0,94,11,0,0,98,11,0,0,100,11,0,0,100,11,0,0,104,11,0,0,104,11,0,0,104,11,0,0,112,11,0,0,112,11,0,0,114,11,0,0,114,11,0,0,114,11,0,0,120,11,0,0,120,11,0,0,124,11,0,0,126,11,0,0,126,11,0,0,130,11,0,0,132,11,0,0,132,11,0,0,136,11,0,0,138,11,0,0,144,11,0,0,148,11,0,0,148,11,0,0,148,11,0,0,150,11,0,0,152,11,0,0,154,11,0,0,156,11,0,0,156,11,0,0,156,11,0,0,158,11,0,0,158,11,0,0,160,11,0,0,162,11,0,0,164,11,0,0,166,11,0,0,168,11,0,0,170,11,0,0,170,11,0,0,170,11,0,0,170,11,0,0,172,11,0,0,172,11,0,0,174,11,0,0,176,11,0,0,176,11,0,0,178,11,0,0,178,11,0,0,182,11,0,0,182,11,0,0,182,11,0,0,182,11,0,0,186,11,0,0,186,11,0,0,186,11,0,0,186,11,0,0,190,11,0,0,192,11,0,0,192,11,0,0,194,11,0,0,194,11,0,0,198,11,0,0,200,11,0,0,202,11,0,0,202,11,0,0,202,11,0,0,202,11,0,0,204,11,0,0,206,11,0,0,206,11,0,0,206,11,0,0,210,11,0,0,220,11,0,0,224,11,0,0,230,11,0,0,236,11,0,0,238,11,0,0,238,11,0,0,238,11,0,0,242,11,0,0,246,11,0,0,246,11,0,0,248,11,0,0,250,11,0,0,4,12,0,0,8,12,0,0,12,12,0,0,12,12,0,0,12,12,0,0,14,12,0,0,20,12,0,0,22,12,0,0,24,12,0,0,24,12,0,0,24,12,0,0,28,12,0,0,28,12,0,0,30,12,0,0,30,12,0,0,30,12,0,0,30,12,0,0,30,12,0,0,36,12,0,0,40,12,0,0,42,12,0,0,42,12,0,0,46,12,0,0,52,12,0,0,54,12,0,0,56,12,0,0,58,12,0,0,62,12,0,0,62,12,0,0,64,12,0,0,68,12,0,0,68,12,0,0,72,12,0,0,74,12,0,0,74,12,0,0,78,12,0,0,82,12,0,0,86,12,0,0,88,12,0,0,92,12,0,0,94,12,0,0,96,12,0,0,100,12,0,0,102,12,0,0,104,12,0,0,110,12,0,0,116,12,0,0,120,12,0,0,124,12,0,0,126,12,0,0,128,12,0,0,134,12,0,0,138,12,0,0,138,12,0,0,138,12,0,0,140,12,0,0,142,12,0,0,142,12,0,0,142,12,0,0,142,12,0,0,148,12,0,0,152,12,0,0,154,12,0,0,154,12,0,0,158,12,0,0,158,12,0,0,158,12,0,0,164,12,0,0,166,12,0,0,168,12,0,0,170,12,0,0,178,12,0,0,180,12,0,0,190,12,0,0,190,12,0,0,192,12,0,0,198,12,0,0,200,12,0,0,200,12,0,0,202,12,0,0,206,12,0,0,210,12,0,0,212,12,0,0,214,12,0,0,220,12,0,0,222,12,0,0,226,12,0,0,230,12,0,0,232,12,0,0,238,12,0,0,238,12,0,0,238,12,0,0,242,12,0,0,242,12,0,0,242,12,0,0,244,12,0,0,246,12,0,0,248,12,0,0,248,12,0,0,250,12,0,0,252,12,0,0,252,12,0,0,0,13,0,0,6,13,0,0,6,13,0,0,6,13,0,0,12,13,0,0,12,13,0,0,16,13,0,0,18,13,0,0,18,13,0,0,18,13,0,0,18,13,0,0,18,13,0,0,20,13,0,0,22,13,0,0,22,13,0,0,22,13,0,0,26,13,0,0,30,13,0,0,38,13,0,0,38,13,0,0,42,13,0,0,42,13,0,0,44,13,0,0,44,13,0,0,48,13,0,0,50,13,0,0,50,13,0,0,52,13,0,0,56,13,0,0,56,13,0,0,56,13,0,0,60,13,0,0,60,13,0,0,60,13,0,0,60,13,0,0,64,13,0,0,66,13,0,0,66,13,0,0,70,13,0,0,72,13,0,0,72,13,0,0,72,13,0,0,74,13,0,0,80,13,0,0,80,13,0,0,82,13,0,0,86,13,0,0,90,13,0,0,92,13,0,0,94,13,0,0,94,13,0,0,94,13,0,0,94,13,0,0,94,13,0,0,94,13,0,0,102,13,0,0,104,13,0,0,106,13,0,0,108,13,0,0,110,13,0,0,110,13,0,0,110,13,0,0,112,13,0,0,112,13,0,0,118,13,0,0,124,13,0,0,126,13,0,0,126,13,0,0,128,13,0,0,128,13,0,0,128,13,0,0,130,13,0,0,132,13,0,0,134,13,0,0,134,13,0,0,134,13,0,0,136,13,0,0,138,13,0,0,142,13,0,0,142,13,0,0,146,13,0,0,152,13,0,0,154,13,0,0,154,13,0,0,154,13,0,0,154,13,0,0,158,13,0,0,158,13,0,0,158,13,0,0,158,13,0,0,158,13,0,0,158,13,0,0,162,13,0,0,162,13,0,0,164,13,0,0,172,13,0,0,176,13,0,0,176,13,0,0,176,13,0,0,178,13,0,0,182,13,0,0,182,13,0,0,184,13,0,0,186,13,0,0,190,13,0,0,190,13,0,0,192,13,0,0,192,13,0,0,192,13,0,0,194,13,0,0,196,13,0,0,196,13,0,0,200,13,0,0,200,13,0,0,202,13,0,0,206,13,0,0,210,13,0,0,210,13,0,0,212,13,0,0,212,13,0,0,214,13,0,0,216,13,0,0,218,13,0,0,218,13,0,0,218,13,0,0,220,13,0,0,222,13,0,0,224,13,0,0,226,13,0,0,228,13,0,0,230,13,0,0,230,13,0,0,232,13,0,0,232,13,0,0,232,13,0,0,238,13,0,0,240,13,0,0,240,13,0,0,242,13,0,0,242,13,0,0,242,13,0,0,244,13,0,0,244,13,0,0,244,13,0,0,246,13,0,0,246,13,0,0,250,13,0,0,252,13,0,0,254,13,0,0,0,14,0,0,4,14,0,0,8,14,0,0,8,14,0,0,8,14,0,0,10,14,0,0,14,14,0,0,14,14,0,0,14,14,0,0,18,14,0,0,18,14,0,0,20,14,0,0,22,14,0,0,26,14,0,0,26,14,0,0,28,14,0,0,30,14,0,0,32,14,0,0,34,14,0,0,34,14,0,0,38,14,0,0,40,14,0,0,42,14,0,0,44,14,0,0,46,14,0,0,50,14,0,0,54,14,0,0,62,14,0,0,64,14,0,0,64,14,0,0,64,14,0,0,66,14,0,0,68,14,0,0,70,14,0,0,72,14,0,0,76,14,0,0,80,14,0,0,80,14,0,0,84,14,0,0,86,14,0,0,92,14,0,0,96,14,0,0,96,14,0,0,100,14,0,0,100,14,0,0,100,14,0,0,106,14,0,0,108,14,0,0,108,14,0,0,108,14,0,0,108,14,0,0,110,14,0,0,110,14,0,0,112,14,0,0,118,14,0,0,120,14,0,0,124,14,0,0,126,14,0,0,130,14,0,0,134,14,0,0,136,14,0,0,140,14,0,0,142,14,0,0,144,14,0,0,146,14,0,0,146,14,0,0,146,14,0,0,148,14,0,0,150,14,0,0,150,14,0,0,150,14,0,0,150,14,0,0,152,14,0,0,154,14,0,0,158,14,0,0,158,14,0,0,162,14,0,0,166,14,0,0,168,14,0,0,170,14,0,0,170,14,0,0,170,14,0,0,170,14,0,0,170,14,0,0,172,14,0,0,176,14,0,0,176,14,0,0,178,14,0,0,180,14,0,0,182,14,0,0,186,14,0,0,188,14,0,0,188,14,0,0,190,14,0,0,192,14,0,0,196,14,0,0,200,14,0,0,200,14,0,0,200,14,0,0,202,14,0,0,204,14,0,0,206,14,0,0,206,14,0,0,208,14,0,0,210,14,0,0,210,14,0,0,210,14,0,0,210,14,0,0,210,14,0,0,210,14,0,0,214,14,0,0,214,14,0,0,214,14,0,0,216,14,0,0,220,14,0,0,224,14,0,0,228,14,0,0,228,14,0,0,228,14,0,0,230,14,0,0,232,14,0,0,234,14,0,0,238,14,0,0,240,14,0,0,240,14,0,0,240,14,0,0,240,14,0,0,244,14,0,0,244,14,0,0,246,14,0,0,248,14,0,0,252,14,0,0,252,14,0,0,0,15,0,0,0,15,0,0,2,15,0,0,6,15,0,0,8,15,0,0,8,15,0,0,8,15,0,0,12,15,0,0,12,15,0,0,14,15,0,0,18,15,0,0,18,15,0,0,20,15,0,0,22,15,0,0,24,15,0,0,26,15,0,0,28,15,0,0,32,15,0,0,36,15,0,0,36,15,0,0,44,15,0,0,46,15,0,0,48,15,0,0,54,15,0,0,54,15,0,0,58,15,0,0,62,15,0,0,62,15,0,0,62,15,0,0,64,15,0,0,64,15,0,0,66,15,0,0,70,15,0,0,72,15,0,0,78,15,0,0,84,15,0,0,88,15,0,0,90,15,0,0,92,15,0,0,94,15,0,0,98,15,0,0,102,15,0,0,102,15,0,0,102,15,0,0,106,15,0,0,110,15,0,0,110,15,0,0,112,15,0,0,114,15,0,0,114,15,0,0,116,15,0,0,116,15,0,0,120,15,0,0,128,15,0,0,132,15,0,0,132,15,0,0,138,15,0,0,140,15,0,0,148,15,0,0,154,15,0,0,158,15,0,0,158,15,0,0,162,15,0,0,162,15,0,0,162,15,0,0,166,15,0,0,166,15,0,0,166,15,0,0,168,15,0,0,174,15,0,0,174,15,0,0,174,15,0,0,174,15,0,0,176,15,0,0,178,15,0,0,180,15,0,0,180,15,0,0,182,15,0,0,184,15,0,0,186,15,0,0,186,15,0,0,188,15,0,0,190,15,0,0,192,15,0,0,196,15,0,0,198,15,0,0,198,15,0,0,198,15,0,0,200,15,0,0,202,15,0,0,204,15,0,0,206,15,0,0,210,15,0,0,210,15,0,0,214,15,0,0,216,15,0,0,220,15,0,0,228,15,0,0,230,15,0,0,230,15,0,0,232,15,0,0,232,15,0,0,232,15,0,0,234,15,0,0,234,15,0,0,236,15,0,0,240,15,0,0,246,15,0,0,248,15,0,0,248,15,0,0,250,15,0,0,250,15,0,0,252,15,0,0,0,16,0,0,2,16,0,0,8,16,0,0,8,16,0,0,8,16,0,0,12,16,0,0,12,16,0,0,18,16,0,0,18,16,0,0,22,16,0,0,22,16,0,0,26,16,0,0,32,16,0,0,36,16,0,0,38,16,0,0,40,16,0,0,40,16,0,0,40,16,0,0,42,16,0,0,44,16,0,0,44,16,0,0,44,16,0,0,46,16,0,0,46,16,0,0,48,16,0,0,50,16,0,0,50,16,0,0,50,16,0,0,52,16,0,0,56,16,0,0,58,16,0,0,58,16,0,0,60,16,0,0,66,16,0,0,68,16,0,0,68,16,0,0,72,16,0,0,72,16,0,0,76,16,0,0,78,16,0,0,86,16,0,0,86,16,0,0,88,16,0,0,90,16,0,0,94,16,0,0,94,16,0,0,94,16,0,0,98,16,0,0,98,16,0,0,100,16,0,0,102,16,0,0,108,16,0,0,110,16,0,0,110,16,0,0,112,16,0,0,112,16,0,0,112,16,0,0,112,16,0,0,114,16,0,0,120,16,0,0,122,16,0,0,122,16,0,0,122,16,0,0,122,16,0,0,122,16,0,0,126,16,0,0,128,16,0,0,128,16,0,0,128,16,0,0,130,16,0,0,132,16,0,0,136,16,0,0,136,16,0,0,146,16,0,0,146,16,0,0,148,16,0,0,150,16,0,0,152,16,0,0,156,16,0,0,164,16,0,0,164,16,0,0,164,16,0,0,168,16,0,0,170,16,0,0,172,16,0,0,176,16,0,0,176,16,0,0,176,16,0,0,178,16,0,0,182,16,0,0,182,16,0,0,182,16,0,0,186,16,0,0,186,16,0,0,188,16,0,0,192,16,0,0,194,16,0,0,196,16,0,0,196,16,0,0,200,16,0,0,200,16,0,0,200,16,0,0,202,16,0,0,202,16,0,0,202,16,0,0,202,16,0,0,208,16,0,0,210,16,0,0,216,16,0,0,216,16,0,0,220,16,0,0,222,16,0,0,226,16,0,0,228,16,0,0,228,16,0,0,232,16,0,0,234,16,0,0,234,16,0,0,238,16,0,0,244,16,0,0,244,16,0,0,244,16,0,0,246,16,0,0,246,16,0,0,246,16,0,0,250,16,0,0,254,16,0,0,2,17,0,0,2,17,0,0,4,17,0,0,6,17,0,0,10,17,0,0,10,17,0,0,10,17,0,0,12,17,0,0,16,17,0,0,16,17,0,0,18,17,0,0,20,17,0,0,20,17,0,0,22,17,0,0,24,17,0,0,24,17,0,0,24,17,0,0,28,17,0,0,30,17,0,0,34,17,0,0,38,17,0,0,44,17,0,0,46,17,0,0,46,17,0,0,46,17,0,0,52,17,0,0,54,17,0,0,60,17,0,0,64,17,0,0,68,17,0,0,68,17,0,0,70,17,0,0,74,17,0,0,74,17,0,0,74,17,0,0,76,17,0,0,78,17,0,0,80,17,0,0,82,17,0,0,82,17,0,0,82,17,0,0,82,17,0,0,84,17,0,0,88,17,0,0,88,17,0,0,94,17,0,0,98,17,0,0,98,17,0,0,100,17,0,0,102,17,0,0,106,17,0,0,106,17,0,0,114,17,0,0,118,17,0,0,118,17,0,0,120,17,0,0,120,17,0,0,120,17,0,0,122,17,0,0,124,17,0,0,128,17,0,0,132,17,0,0,132,17,0,0,132,17,0,0,136,17,0,0,136,17,0,0,136,17,0,0,138,17,0,0,138,17,0,0,140,17,0,0,140,17,0,0,140,17,0,0,142,17,0,0,142,17,0,0,146,17,0,0,148,17,0,0,152,17,0,0,156,17,0,0,156,17,0,0,160,17,0,0,162,17,0,0,168,17,0,0,170,17,0,0,170,17,0,0,172,17,0,0,174,17,0,0,176,17,0,0,178,17,0,0,182,17,0,0,182,17,0,0,186,17,0,0,194,17,0,0,196,17,0,0,200,17,0,0,202,17,0,0,202,17,0,0,202,17,0,0,206,17,0,0,208,17,0,0,210,17,0,0,214,17,0,0,214,17,0,0,216,17,0,0,216,17,0,0,224,17,0,0,224,17,0,0,226,17,0,0,232,17,0,0,234,17,0,0,234,17,0,0,236,17,0,0,240,17,0,0,242,17,0,0,244,17,0,0,246,17,0,0,252,17,0,0,0,18,0,0,4,18,0,0,6,18,0,0,10,18,0,0,12,18,0,0,14,18,0,0,14,18,0,0,14,18,0,0,16,18,0,0,18,18,0,0,20,18,0,0,26,18,0,0,28,18,0,0,30,18,0,0,34,18,0,0,36,18,0,0,36,18,0,0,36,18,0,0,38,18,0,0,40,18,0,0,44,18,0,0,44,18,0,0,44,18,0,0,46,18,0,0,50,18,0,0,56,18,0,0,56,18,0,0,58,18,0,0,60,18,0,0,60,18,0,0,64,18,0,0,66,18,0,0,66,18,0,0,68,18,0,0,68,18,0,0,70,18,0,0,72,18,0,0,72,18,0,0,76,18,0,0,78,18,0,0,82,18,0,0,82,18,0,0,82,18,0,0,84,18,0,0,84,18,0,0,86,18,0,0,86,18,0,0,86,18,0,0,88,18,0,0,92,18,0,0,96,18,0,0,98,18,0,0,104,18,0,0,112,18,0,0,112,18,0,0,116,18,0,0,116,18,0,0,118,18,0,0,120,18,0,0,120,18,0,0,124,18,0,0,126,18,0,0,128,18,0,0,130,18,0,0,130,18,0,0,130,18,0,0,134,18,0,0,138,18,0,0,138,18,0,0,144,18,0,0,146,18,0,0,146,18,0,0,148,18,0,0,150,18,0,0,152,18,0,0,152,18,0,0,154,18,0,0,160,18,0,0,164,18,0,0,164,18,0,0,164,18,0,0,168,18,0,0,168,18,0,0,172,18,0,0,176,18,0,0,176,18,0,0,176,18,0,0,176,18,0,0,178,18,0,0,178,18,0,0,180,18,0,0,184,18,0,0,186,18,0,0,186,18,0,0,190,18,0,0,190,18,0,0,190,18,0,0,192,18,0,0,192,18,0,0,198,18,0,0,200,18,0,0,204,18,0,0,206,18,0,0,208,18,0,0,214,18,0,0,214,18,0,0,214,18,0,0,216,18,0,0,218,18,0,0,218,18,0,0,222,18,0,0,222,18,0,0,222,18,0,0,224,18,0,0,224,18,0,0,224,18,0,0,228,18,0,0,232,18,0,0,232,18,0,0,232,18,0,0,236,18,0,0,240,18,0,0,242,18,0,0,244,18,0,0,246,18,0,0,250,18,0,0,250,18,0,0,254,18,0,0,0,19,0,0,2,19,0,0,2,19,0,0,4,19,0,0,4,19,0,0,6,19,0,0,8,19,0,0,10,19,0,0,14,19,0,0,20,19,0,0,20,19,0,0,22,19,0,0,28,19,0,0,28,19,0,0,34,19,0,0,38,19,0,0,38,19,0,0,38,19,0,0,38,19,0,0,38,19,0,0,38,19,0,0,38,19,0,0,40,19,0,0,42,19,0,0,44,19,0,0,48,19,0,0,50,19,0,0,50,19,0,0,50,19,0,0,50,19,0,0,50,19,0,0,52,19,0,0,54,19,0,0,58,19,0,0,58,19,0,0,60,19,0,0,60,19,0,0,62,19,0,0,68,19,0,0,72,19,0,0,74,19,0,0,76,19,0,0,80,19,0,0,80,19,0,0,82,19,0,0,88,19,0,0,92,19,0,0,94,19,0,0,100,19,0,0,100,19,0,0,100,19,0,0,102,19,0,0,104,19,0,0,104,19,0,0,104,19,0,0,106,19,0,0,108,19,0,0,114,19,0,0,116,19,0,0,118,19,0,0,120,19,0,0,122,19,0,0,124,19,0,0,126,19,0,0,126,19,0,0,126,19,0,0,132,19,0,0,134,19,0,0,136,19,0,0,138,19,0,0,140,19,0,0,140,19,0,0,142,19,0,0,148,19,0,0,148,19,0,0,152,19,0,0,160,19,0,0,162,19,0,0,162,19,0,0,168,19,0,0,168,19,0,0,170,19,0,0,172,19,0,0,174,19,0,0,176,19,0,0,176,19,0,0,180,19,0,0,184,19,0,0,186,19,0,0,188,19,0,0,194,19,0,0,196,19,0,0,200,19,0,0,200,19,0,0,204,19,0,0,206,19,0,0,206,19,0,0,206,19,0,0,206,19,0,0,210,19,0,0,210,19,0,0,214,19,0,0,216,19,0,0,220,19,0,0,220,19,0,0,222,19,0,0,222,19,0,0,224,19,0,0,230,19,0,0,232,19,0,0,234,19,0,0,234,19,0,0,236,19,0,0,240,19,0,0,244,19,0,0,246,19,0,0,246,19,0,0,246,19,0,0,252,19,0,0,0,20,0,0,2,20,0,0,2,20,0,0,4,20,0,0,8,20,0,0,14,20,0,0,18,20,0,0,20,20,0,0,20,20,0,0,20,20,0,0,20,20,0,0,20,20,0,0,20,20,0,0,20,20,0,0,20,20,0,0,22,20,0,0,22,20,0,0,24,20,0,0,24,20,0,0,26,20,0,0,30,20,0,0,34,20,0,0,34,20,0,0,36,20,0,0,42,20,0,0,44,20,0,0,46,20,0,0,46,20,0,0,46,20,0,0,46,20,0,0,48,20,0,0,48,20,0,0,48,20,0,0,50,20,0,0,52,20,0,0,54,20,0,0,54,20,0,0,58,20,0,0,58,20,0,0,58,20,0,0,60,20,0,0,60,20,0,0,60,20,0,0,62,20,0,0,64,20,0,0,64,20,0,0,68,20,0,0,72,20,0,0,76,20,0,0,78,20,0,0,78,20,0,0,78,20,0,0,82,20,0,0,84,20,0,0,86,20,0,0,86,20,0,0,88,20,0,0,94,20,0,0,96,20,0,0,96,20,0,0,98,20,0,0,100,20,0,0,102,20,0,0,104,20,0,0,106,20,0,0,108,20,0,0,108,20,0,0,110,20,0,0,114,20,0,0,120,20,0,0,122,20,0,0,126,20,0,0,126,20,0,0,126,20,0,0,126,20,0,0,126,20,0,0,126,20,0,0,134,20,0,0,138,20,0,0,138,20,0,0,142,20,0,0,142,20,0,0,142,20,0,0,144,20,0,0,146,20,0,0,146,20,0,0,150,20,0,0,150,20,0,0,154,20,0,0,154,20,0,0,154,20,0,0,154,20,0,0,154,20,0,0,154,20,0,0,156,20,0,0,156,20,0,0,158,20,0,0,158,20,0,0,160,20,0,0,160,20,0,0,160,20,0,0,160,20,0,0,162,20,0,0,162,20,0,0,166,20,0,0,172,20,0,0,174,20,0,0,176,20,0,0,176,20,0,0,176,20,0,0,180,20,0,0,182,20,0,0,186,20,0,0,202,20,0,0,204,20,0,0,208,20,0,0,210,20,0,0,212,20,0,0,214,20,0,0,216,20,0,0,218,20,0,0,220,20,0,0,220,20,0,0,220,20,0,0,222,20,0,0,224,20,0,0,226,20,0,0,228,20,0,0,230,20,0,0,230,20,0,0,230,20,0,0,230,20,0,0,230,20,0,0,234,20,0,0,240,20,0,0,242,20,0,0,246,20,0,0,246,20,0,0,250,20,0,0,254,20,0,0,0,21,0,0,2,21,0,0,6,21,0,0,10,21,0,0,10,21,0,0,12,21,0,0,12,21,0,0,18,21,0,0,22,21,0,0,24,21,0,0,26,21,0,0,28,21,0,0,30,21,0,0,34,21,0,0,34,21,0,0,34,21,0,0,36,21,0,0,36,21,0,0,36,21,0,0,36,21,0,0,36,21,0,0,40,21,0,0,40,21,0,0,42,21,0,0,42,21,0,0,42,21,0,0,46,21,0,0,48,21,0,0,50,21,0,0,52,21,0,0,56,21,0,0,58,21,0,0,62,21,0,0,64,21,0,0,68,21,0,0,68,21,0,0,68,21,0,0,70,21,0,0,70,21,0,0,70,21,0,0,72,21,0,0,74,21,0,0,76,21,0,0,82,21,0,0,88,21,0,0,90,21,0,0,94,21,0,0,102,21,0,0,102,21,0,0,106,21,0,0,112,21,0,0,116,21,0,0,120,21,0,0,120,21,0,0,120,21,0,0,126,21,0,0,126,21,0,0,128,21,0,0,130,21,0,0,132,21,0,0,132,21,0,0,134,21,0,0,138,21,0,0,138,21,0,0,140,21,0,0,140,21,0,0,142,21,0,0,144,21,0,0,144,21,0,0,146,21,0,0,150,21,0,0,152,21,0,0,152,21,0,0,152,21,0,0,158,21,0,0,158,21,0,0,162,21,0,0,168,21,0,0,170,21,0,0,172,21,0,0,174,21,0,0,176,21,0,0,176,21,0,0,176,21,0,0,180,21,0,0,182,21,0,0,186,21,0,0,186,21,0,0,186,21,0,0,186,21,0,0,188,21,0,0,192,21,0,0,196,21,0,0,200,21,0,0,202,21,0,0,202,21,0,0,202,21,0,0,206,21,0,0,206,21,0,0,208,21,0,0,208,21,0,0,214,21,0,0,222,21,0,0,222,21,0,0,222,21,0,0,224,21,0,0,226,21,0,0,228,21,0,0,230,21,0,0,230,21,0,0,232,21,0,0,234,21,0,0,236,21,0,0,238,21,0,0,238,21,0,0,240,21,0,0,242,21,0,0,244,21,0,0,246,21,0,0,252,21,0,0,254,21,0,0,0,22,0,0,4,22,0,0,12,22,0,0,12,22,0,0,14,22,0,0,14,22,0,0,16,22,0,0,16,22,0,0,18,22,0,0,18,22,0,0,20,22,0,0,22,22,0,0,22,22,0,0,24,22,0,0,24,22,0,0,24,22,0,0,24,22,0,0,28,22,0,0,34,22,0,0,36,22,0,0,38,22,0,0,38,22,0,0,38,22,0,0,38,22,0,0,38,22,0,0,40,22,0,0,40,22,0,0,42,22,0,0,42,22,0,0,46,22,0,0,50,22,0,0,50,22,0,0,54,22,0,0,54,22,0,0,54,22,0,0,58,22,0,0,60,22,0,0,64,22,0,0,64,22,0,0,66,22,0,0,68,22,0,0,74,22,0,0,74,22,0,0,74,22,0,0,76,22,0,0,76,22,0,0,78,22,0,0,78,22,0,0,78,22,0,0,78,22,0,0,78,22,0,0,78,22,0,0,78,22,0,0,80,22,0,0,84,22,0,0,84,22,0,0,86,22,0,0,88,22,0,0,94,22,0,0,96,22,0,0,98,22,0,0,98,22,0,0,98,22,0,0,98,22,0,0,98,22,0,0,100,22,0,0,102,22,0,0,104,22,0,0,108,22,0,0,108,22,0,0,112,22,0,0,112,22,0,0,114,22,0,0,118,22,0,0,120,22,0,0,124,22,0,0,124,22,0,0,130,22,0,0,134,22,0,0,136,22,0,0,138,22,0,0,138,22,0,0,140,22,0,0,146,22,0,0,148,22,0,0,154,22,0,0,154,22,0,0,158,22,0,0,160,22,0,0,162,22,0,0,162,22,0,0,162,22,0,0,162,22,0,0,168,22,0,0,174,22,0,0,178,22,0,0,178,22,0,0,180,22,0,0,180,22,0,0,184,22,0,0,186,22,0,0,186,22,0,0,188,22,0,0,188,22,0,0,188,22,0,0,190,22,0,0,192,22,0,0,196,22,0,0,202,22,0,0,204,22,0,0,208,22,0,0,210,22,0,0,212,22,0,0,214,22,0,0,214,22,0,0,216,22,0,0,218,22,0,0,218,22,0,0,220,22,0,0,220,22,0,0,224,22,0,0,224,22,0,0,226,22,0,0,232,22,0,0,232,22,0,0,232,22,0,0,232,22,0,0,236,22,0,0,238,22,0,0,240,22,0,0,244,22,0,0,246,22,0,0,248,22,0,0,248,22,0,0,250,22,0,0,250,22,0,0,250,22,0,0,254,22,0,0,0,23,0,0,4,23,0,0,6,23,0,0,8,23,0,0,8,23,0,0,8,23,0,0,8,23,0,0,12,23,0,0,12,23,0,0,16,23,0,0,16,23,0,0,16,23,0,0,18,23,0,0,18,23,0,0,20,23,0,0,20,23,0,0,20,23,0,0,22,23,0,0,26,23,0,0,28,23,0,0,28,23,0,0,32,23,0,0,32,23,0,0,34,23,0,0,34,23,0,0,38,23,0,0,38,23,0,0,38,23,0,0,40,23,0,0,40,23,0,0,40,23,0,0,40,23,0,0,42,23,0,0,44,23,0,0,46,23,0,0,52,23,0,0,54,23,0,0,58,23,0,0,58,23,0,0,60,23,0,0,62,23,0,0,64,23,0,0,68,23,0,0,74,23,0,0,76,23,0,0,76,23,0,0,82,23,0,0,82,23,0,0,82,23,0,0,86,23,0,0,92,23,0,0,94,23,0,0,96,23,0,0,96,23,0,0,96,23,0,0,98,23,0,0,100,23,0,0,100,23,0,0,100,23,0,0,100,23,0,0,102,23,0,0,106,23,0,0,108,23,0,0,108,23,0,0,110,23,0,0,112,23,0,0,114,23,0,0,116,23,0,0,118,23,0,0,122,23,0,0,122,23,0,0,122,23,0,0,124,23,0,0,124,23,0,0,128,23,0,0,128,23,0,0,128,23,0,0,132,23,0,0,136,23,0,0,138,23,0,0,140,23,0,0,146,23,0,0,148,23,0,0,152,23,0,0,152,23,0,0,156,23,0,0,156,23,0,0,164,23,0,0,170,23,0,0,172,23,0,0,172,23,0,0,172,23,0,0,172,23,0,0,172,23,0,0,172,23,0,0,172,23,0,0,172,23,0,0,172,23,0,0,174,23,0,0,174,23,0,0,174,23,0,0,178,23,0,0,180,23,0,0,184,23,0,0,186,23,0,0,188,23,0,0,192,23,0,0,194,23,0,0,196,23,0,0,200,23,0,0,200,23,0,0,202,23,0,0,202,23,0,0,204,23,0,0,204,23,0,0,204,23,0,0,206,23,0,0,208,23,0,0,208,23,0,0,214,23,0,0,214,23,0,0,216,23,0,0,218,23,0,0,220,23,0,0,222,23,0,0,224,23,0,0,224,23,0,0,224,23,0,0,230,23,0,0,232,23,0,0,232,23,0,0,236,23,0,0,236,23,0,0,238,23,0,0,240,23,0,0,242,23,0,0,244,23,0,0,244,23,0,0,246,23,0,0,246,23,0,0,248,23,0,0,252,23,0,0,252,23,0,0,254,23,0,0,0,24,0,0,0,24,0,0,2,24,0,0,10,24,0,0,10,24,0,0,10,24,0,0,12,24,0,0,12,24,0,0,14,24,0,0,14,24,0,0,14,24,0,0,14,24,0,0,14,24,0,0,16,24,0,0,16,24,0,0,22,24,0,0,22,24,0,0,22,24,0,0,24,24,0,0,26,24,0,0,26,24,0,0,28,24,0,0,28,24,0,0,28,24,0,0,28,24,0,0,34,24,0,0,36,24,0,0,36,24,0,0,36,24,0,0,36,24,0,0,38,24,0,0,38,24,0,0,38,24,0,0,40,24,0,0,42,24,0,0,48,24,0,0,48,24,0,0,50,24,0,0,50,24,0,0,52,24,0,0,52,24,0,0,56,24,0,0,60,24,0,0,60,24,0,0,64,24,0,0,66,24,0,0,66,24,0,0,70,24,0,0,70,24,0,0,70,24,0,0,70,24,0,0,70,24,0,0,72,24,0,0,74,24,0,0,76,24,0,0,76,24,0,0,80,24,0,0,80,24,0,0,86,24,0,0,90,24,0,0,92,24,0,0,92,24,0,0,92,24,0,0,96,24,0,0,96,24,0,0,96,24,0,0,98,24,0,0,98,24,0,0,102,24,0,0,104,24,0,0,104,24,0,0,106,24,0,0,106,24,0,0,108,24,0,0,108,24,0,0,110,24,0,0,114,24,0,0,114,24,0,0,118,24,0,0,120,24,0,0,120,24,0,0,120,24,0,0,122,24,0,0,124,24,0,0,134,24,0,0,140,24,0,0,142,24,0,0,142,24,0,0,142,24,0,0,142,24,0,0,146,24,0,0,150,24,0,0,152,24,0,0,152,24,0,0,152,24,0,0,152,24,0,0,152,24,0,0,152,24,0,0,154,24,0,0,154,24,0,0,156,24,0,0,162,24,0,0,164,24,0,0,166,24,0,0,166,24,0,0,166,24,0,0,166,24,0,0,166,24,0,0,170,24,0,0,170,24,0,0,172,24,0,0,178,24,0,0,182,24,0,0,186,24,0,0,186,24,0,0,186,24,0,0,188,24,0,0,188,24,0,0,194,24,0,0,196,24,0,0,202,24,0,0,204,24,0,0,206,24,0,0,208,24,0,0,210,24,0,0,4,25,0,0,6,25,0,0,6,25,0,0,6,25,0,0,8,25,0,0,8,25,0,0,10,25,0,0,12,25,0,0,16,25,0,0,22,25,0,0,22,25,0,0,22,25,0,0,24,25,0,0,28,25,0,0,28,25,0,0,30,25,0,0,30,25,0,0,30,25,0,0,30,25,0,0,30,25,0,0,34,25,0,0,36,25,0,0,36,25,0,0,36,25,0,0,38,25,0,0,38,25,0,0,44,25,0,0,44,25,0,0,46,25,0,0,48,25,0,0,50,25,0,0,52,25,0,0,54,25,0,0,58,25,0,0,60,25,0,0,64,25,0,0,64,25,0,0,64,25,0,0,66,25,0,0,68,25,0,0,70,25,0,0,70,25,0,0,72,25,0,0,72,25,0,0,76,25,0,0,78,25,0,0,80,25,0,0,80,25,0,0,80,25,0,0,82,25,0,0,84,25,0,0,88,25,0,0,90,25,0,0,92,25,0,0,96,25,0,0,96,25,0,0,96,25,0,0,100,25,0,0,100,25,0,0,102,25,0,0,104,25,0,0,108,25,0,0,112,25,0,0,114,25,0,0,114,25,0,0,114,25,0,0,116,25,0,0,118,25,0,0,122,25,0,0,122,25,0,0,126,25,0,0,130,25,0,0,132,25,0,0,134,25,0,0,134,25,0,0,136,25,0,0,138,25,0,0,142,25,0,0,142,25,0,0,142,25,0,0,142,25,0,0,148,25,0,0,148,25,0,0,154,25,0,0,154,25,0,0,156,25,0,0,160,25,0,0,160,25,0,0,164,25,0,0,166,25,0,0,170,25,0,0,172,25,0,0,174,25,0,0,178,25,0,0,180,25,0,0,180,25,0,0,184,25,0,0,184,25,0,0,184,25,0,0,184,25,0,0,184,25,0,0,190,25,0,0,190,25,0,0,192,25,0,0,196,25,0,0,198,25,0,0,200,25,0,0,202,25,0,0,204,25,0,0,208,25,0,0,210,25,0,0,210,25,0,0,212,25,0,0,212,25,0,0,212,25,0,0,212,25,0,0,212,25,0,0,212,25,0,0,212,25,0,0,214,25,0,0,216,25,0,0,216,25,0,0,220,25,0,0,224,25,0,0,224,25,0,0,228,25,0,0,230,25,0,0,236,25,0,0,238,25,0,0,238,25,0,0,238,25,0,0,238,25,0,0,240,25,0,0,240,25,0,0,244,25,0,0,246,25,0,0,248,25,0,0,248,25,0,0,254,25,0,0,4,26,0,0,6,26,0,0,8,26,0,0,10,26,0,0,14,26,0,0,14,26,0,0,14,26,0,0,18,26,0,0,24,26,0,0,26,26,0,0,28,26,0,0,32,26,0,0,32,26,0,0,34,26,0,0,36,26,0,0,36,26,0,0,38,26,0,0,38,26,0,0,42,26,0,0,42,26,0,0,42,26,0,0,42,26,0,0,42,26,0,0,44,26,0,0,46,26,0,0,48,26,0,0,48,26,0,0,50,26,0,0,50,26,0,0,50,26,0,0,50,26,0,0,54,26,0,0,54,26,0,0,54,26,0,0,54,26,0,0,58,26,0,0,58,26,0,0,58,26,0,0,58,26,0,0,58,26,0,0,60,26,0,0,64,26,0,0,68,26,0,0,68,26,0,0,72,26,0,0,76,26,0,0,76,26,0,0,78,26,0,0,80,26,0,0,80,26,0,0,82,26,0,0,84,26,0,0,84,26,0,0,86,26,0,0,86,26,0,0,88,26,0,0,90,26,0,0,92,26,0,0,94,26,0,0,94,26,0,0,180,26,0,0,184,26,0,0,188,26,0,0,190,26,0,0,192,26,0,0,192,26,0,0,196,26,0,0,198,26,0,0,200,26,0,0,202,26,0,0,206,26,0,0,206,26,0,0,206,26,0,0,206,26,0,0,210,26,0,0,216,26,0,0,220,26,0,0,220,26,0,0,220,26,0,0,222,26,0,0,224,26,0,0,226,26,0,0,228,26,0,0,228,26,0,0,228,26,0,0,232,26,0,0,236,26,0,0,238,26,0,0,240,26,0,0,244,26,0,0,246,26,0,0,246,26,0,0,248,26,0,0,248,26,0,0,248,26,0,0,252,26,0,0,254,26,0,0,0,27,0,0,0,27,0,0,0,27,0,0,2,27,0,0,6,27,0,0,6,27,0,0,12,27,0,0,14,27,0,0,16,27,0,0,22,27,0,0,26,27,0,0,30,27,0,0,30,27,0,0,32,27,0,0,34,27,0,0,36,27,0,0,36,27,0,0,36,27,0,0,36,27,0,0,36,27,0,0,38,27,0,0,38,27,0,0,40,27,0,0,42,27,0,0,42,27,0,0,42,27,0,0,42,27,0,0,42,27,0,0,46,27,0,0,48,27,0,0,48,27,0,0,52,27,0,0,56,27,0,0,58,27,0,0,60,27,0,0,60,27,0,0,62,27,0,0,64,27,0,0,70,27,0,0,70,27,0,0,72,27,0,0,72,27,0,0,72,27,0,0,74,27,0,0,74,27,0,0,74,27,0,0,78,27,0,0,80,27,0,0,82,27,0,0,84,27,0,0,86,27,0,0,88,27,0,0,90,27,0,0,92,27,0,0,92,27,0,0,92,27,0,0,96,27,0,0,98,27,0,0,100,27,0,0,102,27,0,0,102,27,0,0,106,27,0,0,108,27,0,0,112,27,0,0,112,27,0,0,112,27,0,0,114,27,0,0,116,27,0,0,118,27,0,0,118,27,0,0,118,27,0,0,118,27,0,0,118,27,0,0,122,27,0,0,130,27,0,0,130,27,0,0,130,27,0,0,130,27,0,0,132,27,0,0,132,27,0,0,136,27,0,0,138,27,0,0,138,27,0,0,142,27,0,0,142,27,0,0,142,27,0,0,144,27,0,0,146,27,0,0,146,27,0,0,146,27,0,0,148,27,0,0,148,27,0,0,150,27,0,0,150,27,0,0,154,27,0,0,156,27,0,0,158,27,0,0,158,27,0,0,158,27,0,0,158,27,0,0,158,27,0,0,160,27,0,0,160,27,0,0,162,27,0,0,164,27,0,0,164,27,0,0,168,27,0,0,170,27,0,0,170,27,0,0,172,27,0,0,180,27,0,0,184,27,0,0,184,27,0,0,188,27,0,0,188,27,0,0,188,27,0,0,190,27,0,0,192,27,0,0,194,27,0,0,196,27,0,0,200,27,0,0,204,27,0,0,206,27,0,0,210,27,0,0,214,27,0,0,216,27,0,0,216,27,0,0,216,27,0,0,220,27,0,0,222,27,0,0,222,27,0,0,222,27,0,0,224,27,0,0,226,27,0,0,226,27,0,0,226,27,0,0,228,27,0,0,230,27,0,0,232,27,0,0,232,27,0,0,236,27,0,0,238,27,0,0,238,27,0,0,242,27,0,0,244,27,0,0,248,27,0,0,252,27,0,0,254,27,0,0,2,28,0,0,4,28,0,0,4,28,0,0,6,28,0,0,10,28,0,0,10,28,0,0,12,28,0,0,20,28,0,0,20,28,0,0,20,28,0,0,20,28,0,0,22,28,0,0,22,28,0,0,24,28,0,0,26,28,0,0,28,28,0,0,30,28,0,0,34,28,0,0,42,28,0,0,42,28,0,0,44,28,0,0,48,28,0,0,48,28,0,0,50,28,0,0,54,28,0,0,54,28,0,0,56,28,0,0,56,28,0,0,58,28,0,0,58,28,0,0,60,28,0,0,62,28,0,0,70,28,0,0,72,28,0,0,78,28,0,0,82,28,0,0,82,28,0,0,84,28,0,0,86,28,0,0,88,28,0,0,90,28,0,0,94,28,0,0,94,28,0,0,100,28,0,0,100,28,0,0,100,28,0,0,104,28,0,0,104,28,0,0,106,28,0,0,110,28,0,0,114,28,0,0,114,28,0,0,116,28,0,0,116,28,0,0,116,28,0,0,120,28,0,0,124,28,0,0,126,28,0,0,126,28,0,0,126,28,0,0,130,28,0,0,132,28,0,0,132,28,0,0,132,28,0,0,134,28,0,0,134,28,0,0,142,28,0,0,144,28,0,0,144,28,0,0,144,28,0,0,144,28,0,0,148,28,0,0,150,28,0,0,152,28,0,0,158,28,0,0,160,28,0,0,164,28,0,0,164,28,0,0,164,28,0,0,164,28,0,0,164,28,0,0,166,28,0,0,166,28,0,0,170,28,0,0,170,28,0,0,172,28,0,0,180,28,0,0,180,28,0,0,182,28,0,0,184,28,0,0,188,28,0,0,188,28,0,0,188,28,0,0,190,28,0,0,190,28,0,0,190,28,0,0,190,28,0,0,190,28,0,0,190,28,0,0,192,28,0,0,200,28,0,0,202,28,0,0,202,28,0,0,206,28,0,0,206,28,0,0,206,28,0,0,210,28,0,0,210,28,0,0,214,28,0,0,214,28,0,0,214,28,0,0,218,28,0,0,220,28,0,0,220,28,0,0,224,28,0,0,224,28,0,0,224,28,0,0,226,28,0,0,228,28,0,0,230,28,0,0,234,28,0,0,236,28,0,0,238,28,0,0,238,28,0,0,240,28,0,0,246,28,0,0,248,28,0,0,250,28,0,0,252,28,0,0,254,28,0,0,254,28,0,0,0,29,0,0,4,29,0,0,4,29,0,0,6,29,0,0,8,29,0,0,8,29,0,0,10,29,0,0,10,29,0,0,12,29,0,0,14,29,0,0,16,29,0,0,16,29,0,0,16,29,0,0,16,29,0,0,18,29,0,0,20,29,0,0,20,29,0,0,22,29,0,0,22,29,0,0,24,29,0,0,30,29,0,0,40,29,0,0,42,29,0,0,44,29,0,0,50,29,0,0,50,29,0,0,50,29,0,0,52,29,0,0,58,29,0,0,62,29,0,0,68,29,0,0,72,29,0,0,78,29,0,0,86,29,0,0,88,29,0,0,92,29,0,0,92,29,0,0,92,29,0,0,96,29,0,0,96,29,0,0,100,29,0,0,102,29,0,0,104,29,0,0,104,29,0,0,106,29,0,0,108,29,0,0,110,29,0,0,112,29,0,0,116,29,0,0,118,29,0,0,118,29,0,0,122,29,0,0,122,29,0,0,124,29,0,0,126,29,0,0,126,29,0,0,126,29,0,0,126,29,0,0,130,29,0,0,134,29,0,0,138,29,0,0,138,29,0,0,138,29,0,0,144,29,0,0,146,29,0,0,148,29,0,0,150,29,0,0,152,29,0,0,154,29,0,0,154,29,0,0,156,29,0,0,158,29,0,0,164,29,0,0,166,29,0,0,166,29,0,0,166,29,0,0,168,29,0,0,170,29,0,0,174,29,0,0,180,29,0,0,188,29,0,0,188,29,0,0,188,29,0,0,188,29,0,0,190,29,0,0,196,29,0,0,196,29,0,0,198,29,0,0,198,29,0,0,202,29,0,0,204,29,0,0,204,29,0,0,204,29,0,0,204,29,0,0,208,29,0,0,208,29,0,0,208,29,0,0,208,29,0,0,212,29,0,0,214,29,0,0,214,29,0,0,214,29,0,0,214,29,0,0,216,29,0,0,218,29,0,0,218,29,0,0,220,29,0,0,224,29,0,0,226,29,0,0,228,29,0,0,228,29,0,0,228,29,0,0,234,29,0,0,240,29,0,0,240,29,0,0,240,29,0,0,242,29,0,0,244,29,0,0,248,29,0,0,248,29,0,0,252,29,0,0,252,29,0,0,252,29,0,0,254,29,0,0,0,30,0,0,2,30,0,0,2,30,0,0,2,30,0,0,4,30,0,0,10,30,0,0,10,30,0,0,16,30,0,0,16,30,0,0,18,30,0,0,20,30,0,0,22,30,0,0,26,30,0,0,32,30,0,0,32,30,0,0,36,30,0,0,38,30,0,0,38,30,0,0,42,30,0,0,46,30,0,0,46,30,0,0,46,30,0,0,54,30,0,0,54,30,0,0,56,30,0,0,56,30,0,0,56,30,0,0,56,30,0,0,58,30,0,0,62,30,0,0,66,30,0,0,66,30,0,0,66,30,0,0,70,30,0,0,72,30,0,0,72,30,0,0,72,30,0,0,72,30,0,0,74,30,0,0,74,30,0,0,76,30,0,0,80,30,0,0,80,30,0,0,80,30,0,0,82,30,0,0,84,30,0,0,86,30,0,0,88,30,0,0,88,30,0,0,92,30,0,0,94,30,0,0,98,30,0,0,98,30,0,0,98,30,0,0,100,30,0,0,104,30,0,0,106,30,0,0,110,30,0,0,112,30,0,0,112,30,0,0,112,30,0,0,114,30,0,0,118,30,0,0,118,30,0,0,120,30,0,0,124,30,0,0,124,30,0,0,124,30,0,0,126,30,0,0,128,30,0,0,128,30,0,0,128,30,0,0,128,30,0,0,132,30,0,0,134,30,0,0,136,30,0,0,138,30,0,0,140,30,0,0,144,30,0,0,150,30,0,0,152,30,0,0,152,30,0,0,154,30,0,0,154,30,0,0,158,30,0,0,160,30,0,0,160,30,0,0,162,30,0,0,164,30,0,0,166,30,0,0,166,30,0,0,166,30,0,0,166,30,0,0,170,30,0,0,172,30,0,0,172,30,0,0,172,30,0,0,174,30,0,0,178,30,0,0,178,30,0,0,184,30,0,0,186,30,0,0,188,30,0,0,192,30,0,0,192,30,0,0,192,30,0,0,194,30,0,0,196,30,0,0,196,30,0,0,198,30,0,0,200,30,0,0,204,30,0,0,206,30,0,0,208,30,0,0,208,30,0,0,210,30,0,0,210,30,0,0,212,30,0,0,220,30,0,0,226,30,0,0,228,30,0,0,230,30,0,0,232,30,0,0,232,30,0,0,234,30,0,0,234,30,0,0,236,30,0,0,238,30,0,0,238,30,0,0,238,30,0,0,240,30,0,0,240,30,0,0,242,30,0,0,242,30,0,0,248,30,0,0,252,30,0,0,254,30,0,0,6,31,0,0,12,31,0,0,12,31,0,0,14,31,0,0,16,31,0,0,20,31,0,0,24,31,0,0,26,31,0,0,28,31,0,0,32,31,0,0,32,31,0,0,32,31,0,0,36,31,0,0,36,31,0,0,38,31,0,0,46,31,0,0,50,31,0,0,60,31,0,0,62,31,0,0,66,31,0,0,68,31,0,0,72,31,0,0,74,31,0,0,78,31,0,0,78,31,0,0,80,31,0,0,82,31,0,0,82,31,0,0,82,31,0,0,86,31,0,0,86,31,0,0,86,31,0,0,86,31,0,0,86,31,0,0,90,31,0,0,90,31,0,0,90,31,0,0,92,31,0,0,94,31,0,0,98,31,0,0,100,31,0,0,102,31,0,0,102,31,0,0,104,31,0,0,104,31,0,0,104,31,0,0,104,31,0,0,106,31,0,0,106,31,0,0,108,31,0,0,112,31,0,0,116,31,0,0,118,31,0,0,122,31,0,0,124,31,0,0,130,31,0,0,132,31,0,0,138,31,0,0,144,31,0,0,144,31,0,0,144,31,0,0,144,31,0,0,146,31,0,0,150,31,0,0,150,31,0,0,150,31,0,0,158,31,0,0,160,31,0,0,166,31,0,0,168,31,0,0,168,31,0,0,170,31,0,0,170,31,0,0,170,31,0,0,170,31,0,0,178,31,0,0,180,31,0,0,180,31,0,0,182,31,0,0,182,31,0,0,182,31,0,0,186,31,0,0,188,31,0,0,188,31,0,0,190,31,0,0,192,31,0,0,196,31,0,0,198,31,0,0,200,31,0,0,204,31,0,0,204,31,0,0,206,31,0,0,206,31,0,0,206,31,0,0,206,31,0,0,208,31,0,0,210,31,0,0,212,31,0,0,214,31,0,0,216,31,0,0,220,31,0,0,220,31,0,0,220,31,0,0,220,31,0,0,224,31,0,0,224,31,0,0,228,31,0,0,232,31,0,0,232,31,0,0,236,31,0,0,236,31,0,0,236,31,0,0,238,31,0,0,238,31,0,0,240,31,0,0,242,31,0,0,244,31,0,0,246,31,0,0,248,31,0,0,250,31,0,0,250,31,0,0,254,31,0,0,0,32,0,0,0,32,0,0,4,32,0,0,4,32,0,0,6,32,0,0,6,32,0,0,10,32,0,0,10,32,0,0,18,32,0,0,22,32,0,0,22,32,0,0,22,32,0,0,24,32,0,0,28,32,0,0,28,32,0,0,32,32,0,0,36,32,0,0,38,32,0,0,46,32,0,0,46,32,0,0,46,32,0,0,48,32,0,0,50,32,0,0,50,32,0,0,56,32,0,0,56,32,0,0,56,32,0,0,58,32,0,0,58,32,0,0,60,32,0,0,60,32,0,0,62,32,0,0,66,32,0,0,66,32,0,0,66,32,0,0,68,32,0,0,68,32,0,0,68,32,0,0,68,32,0,0,72,32,0,0,72,32,0,0,76,32,0,0,76,32,0,0,76,32,0,0,78,32,0,0,80,32,0,0,82,32,0,0,82,32,0,0,82,32,0,0,86,32,0,0,88,32,0,0,90,32,0,0,90,32,0,0,90,32,0,0,96,32,0,0,106,32,0,0,108,32,0,0,114,32,0,0,114,32,0,0,116,32,0,0,116,32,0,0,116,32,0,0,118,32,0,0,122,32,0,0,124,32,0,0,126,32,0,0,128,32,0,0,128,32,0,0,128,32,0,0,132,32,0,0,132,32,0,0,136,32,0,0,140,32,0,0,150,32,0,0,152,32,0,0,152,32,0,0,152,32,0,0,154,32,0,0,156,32,0,0,156,32,0,0,156,32,0,0,160,32,0,0,160,32,0,0,164,32,0,0,166,32,0,0,168,32,0,0,168,32,0,0,168,32,0,0,170,32,0,0,172,32,0,0,172,32,0,0,174,32,0,0,176,32,0,0,182,32,0,0,182,32,0,0,188,32,0,0,188,32,0,0,188,32,0,0,190,32,0,0,190,32,0,0,194,32,0,0,194,32,0,0,196,32,0,0,196,32,0,0,198,32,0,0,200,32,0,0,204,32,0,0,204,32,0,0,206,32,0,0,206,32,0,0,206,32,0,0,208,32,0,0,210,32,0,0,218,32,0,0,222,32,0,0,222,32,0,0,222,32,0,0,222,32,0,0,224,32,0,0,224,32,0,0,228,32,0,0,232,32,0,0,232,32,0,0,234,32,0,0,236,32,0,0,238,32,0,0,240,32,0,0,240,32,0,0,242,32,0,0,244,32,0,0,250,32,0,0,252,32,0,0,252,32,0,0,254,32,0,0,0,33,0,0,4,33,0,0,6,33,0,0,6,33,0,0,6,33,0,0,10,33,0,0,10,33,0,0,16,33,0,0,16,33,0,0,24,33,0,0,26,33,0,0,26,33,0,0,26,33,0,0,28,33,0,0,30,33,0,0,32,33,0,0,32,33,0,0,32,33,0,0,32,33,0,0,34,33,0,0,34,33,0,0,34,33,0,0,34,33,0,0,36,33,0,0,36,33,0,0,40,33,0,0,42,33,0,0,44,33,0,0,44,33,0,0,46,33,0,0,58,33,0,0,60,33,0,0,60,33,0,0,66,33,0,0,70,33,0,0,76,33,0,0,78,33,0,0,78,33,0,0,78,33,0,0,80,33,0,0,80,33,0,0,82,33,0,0,86,33,0,0,86,33,0,0,88,33,0,0,90,33,0,0,94,33,0,0,100,33,0,0,100,33,0,0,102,33,0,0,104,33,0,0,104,33,0,0,106,33,0,0,106,33,0,0,108,33,0,0,112,33,0,0,118,33,0,0,128,33,0,0,128,33,0,0,128,33,0,0,130,33,0,0,130,33,0,0,130,33,0,0,132,33,0,0,132,33,0,0,132,33,0,0,132,33,0,0,132,33,0,0,136,33,0,0,138,33,0,0,142,33,0,0,146,33,0,0,148,33,0,0,148,33,0,0,150,33,0,0,150,33,0,0,152,33,0,0,152,33,0,0,156,33,0,0,160,33,0,0,164,33,0,0,168,33,0,0,168,33,0,0,170,33,0,0,172,33,0,0,176,33,0,0,176,33,0,0,176,33,0,0,182,33,0,0,184,33,0,0,184,33,0,0,186,33,0,0,188,33,0,0,192,33,0,0,192,33,0,0,192,33,0,0,196,33,0,0,198,33,0,0,198,33,0,0,202,33,0,0,206,33,0,0,208,33,0,0,210,33,0,0,210,33,0,0,212,33,0,0,212,33,0,0,212,33,0,0,212,33,0,0,214,33,0,0,220,33,0,0,220,33,0,0,224,33,0,0,224,33,0,0,234,33,0,0,236,33,0,0,238,33,0,0,238,33,0,0,242,33,0,0,242,33,0,0,242,33,0,0,244,33,0,0,250,33,0,0,250,33,0,0,254,33,0,0,254,33,0,0,4,34,0,0,4,34,0,0,4,34,0,0,6,34,0,0,6,34,0,0,14,34,0,0,16,34,0,0,16,34,0,0,22,34,0,0,22,34,0,0,26,34,0,0,26,34,0,0,30,34,0,0,34,34,0,0,34,34,0,0,36,34,0,0,38,34,0,0,38,34,0,0,46,34,0,0,46,34,0,0,46,34,0,0,46,34,0,0,48,34,0,0,48,34,0,0,54,34,0,0,56,34,0,0,62,34,0,0,64,34,0,0,64,34,0,0,64,34,0,0,66,34,0,0,68,34,0,0,68,34,0,0,68,34,0,0,70,34,0,0,70,34,0,0,72,34,0,0,74,34,0,0,76,34,0,0,86,34,0,0,86,34,0,0,88,34,0,0,88,34,0,0,92,34,0,0,92,34,0,0,92,34,0,0,94,34,0,0,96,34,0,0,96,34,0,0,100,34,0,0,102,34,0,0,102,34,0,0,102,34,0,0,106,34,0,0,110,34,0,0,112,34,0,0,114,34,0,0,114,34,0,0,118,34,0,0,122,34,0,0,122,34,0,0,122,34,0,0,122,34,0,0,124,34,0,0,126,34,0,0,128,34,0,0,128,34,0,0,128,34,0,0,128,34,0,0,128,34,0,0,128,34,0,0,130,34,0,0,130,34,0,0,134,34,0,0,134,34,0,0,134,34,0,0,136,34,0,0,138,34,0,0,140,34,0,0,142,34,0,0,144,34,0,0,148,34,0,0,150,34,0,0,152,34,0,0,154,34,0,0,162,34,0,0,164,34,0,0,166,34,0,0,172,34,0,0,174,34,0,0,176,34,0,0,180,34,0,0,182,34,0,0,184,34,0,0,186,34,0,0,190,34,0,0,192,34,0,0,194,34,0,0,196,34,0,0,198,34,0,0,198,34,0,0,200,34,0,0,200,34,0,0,202,34,0,0,206,34,0,0,208,34,0,0,210,34,0,0,212,34,0,0,212,34,0,0,220,34,0,0,220,34,0,0,224,34,0,0,226,34,0,0,228,34,0,0,228,34,0,0,234,34,0,0,234,34,0,0,234,34,0,0,238,34,0,0,240,34,0,0,240,34,0,0,240,34,0,0,242,34,0,0,242,34,0,0,242,34,0,0,244,34,0,0,246,34,0,0,250,34,0,0,250,34,0,0,250,34,0,0,254,34,0,0,254,34,0,0,0,35,0,0,8,35,0,0,14,35,0,0,16,35,0,0,16,35,0,0,18,35,0,0,20,35,0,0,20,35,0,0,24,35,0,0,28,35,0,0,30,35,0,0,32,35,0,0,32,35,0,0,34,35,0,0,34,35,0,0,36,35,0,0,42,35,0,0,42,35,0,0,44,35,0,0,44,35,0,0,44,35,0,0,46,35,0,0,50,35,0,0,50,35,0,0,50,35,0,0,50,35,0,0,50,35,0,0,50,35,0,0,54,35,0,0,54,35,0,0,54,35,0,0,56,35,0,0,56,35,0,0,56,35,0,0,62,35,0,0,64,35,0,0,66,35,0,0,68,35,0,0,68,35,0,0,68,35,0,0,74,35,0,0,78,35,0,0,78,35,0,0,78,35,0,0,78,35,0,0,80,35,0,0,80,35,0,0,80,35,0,0,82,35,0,0,88,35,0,0,92,35,0,0,94,35,0,0,98,35,0,0,102,35,0,0,104,35,0,0,106,35,0,0,106,35,0,0,110,35,0,0,112,35,0,0,118,35,0,0,122,35,0,0,124,35,0,0,124,35,0,0,124,35,0,0,124,35,0,0,124,35,0,0,126,35,0,0,134,35,0,0,134,35,0,0,134,35,0,0,138,35,0,0,138,35,0,0,138,35,0,0,138,35,0,0,138,35,0,0,140,35,0,0,146,35,0,0,150,35,0,0,156,35,0,0,156,35,0,0,160,35,0,0,162,35,0,0,162,35,0,0,162,35,0,0,162,35,0,0,166,35,0,0,166,35,0,0,168,35,0,0,168,35,0,0,172,35,0,0,172,35,0,0,172,35,0,0,180,35,0,0,184,35,0,0,186,35,0,0,186,35,0,0,186,35,0,0,188,35,0,0,188,35,0,0,190,35,0,0,192,35,0,0,194,35,0,0,194,35,0,0,196,35,0,0,196,35,0,0,198,35,0,0,204,35,0,0,204,35,0,0,206,35,0,0,206,35,0,0,206,35,0,0,210,35,0,0,212,35,0,0,216,35,0,0,220,35,0,0,222,35,0,0,224,35,0,0,224,35,0,0,224,35,0,0,228,35,0,0,232,35,0,0,234,35,0,0,234,35,0,0,238,35,0,0,242,35,0,0,244,35,0,0,248,35,0,0,248,35,0,0,248,35,0,0,250,35,0,0,250,35,0,0,250,35,0,0,252,35,0,0,254,35,0,0,0,36,0,0,0,36,0,0,0,36,0,0,2,36,0,0,4,36,0,0,8,36,0,0,12,36,0,0,12,36,0,0,14,36,0,0,14,36,0,0,16,36,0,0,16,36,0,0,16,36,0,0,20,36,0,0,20,36,0,0,20,36,0,0,24,36,0,0,28,36,0,0,30,36,0,0,30,36,0,0,34,36,0,0,34,36,0,0,36,36,0,0,38,36,0,0,40,36,0,0,42,36,0,0,46,36,0,0,46,36,0,0,46,36,0,0,48,36,0,0,48,36,0,0,50,36,0,0,52,36,0,0,54,36,0,0,56,36,0,0,60,36,0,0,60,36,0,0,60,36,0,0,62,36,0,0,64,36,0,0,72,36,0,0,74,36,0,0,76,36,0,0,76,36,0,0,76,36,0,0,80,36,0,0,82,36,0,0,82,36,0,0,82,36,0,0,82,36,0,0,82,36,0,0,82,36,0,0,84,36,0,0,84,36,0,0,88,36,0,0,88,36,0,0,88,36,0,0,90,36,0,0,92,36,0,0,92,36,0,0,92,36,0,0,94,36,0,0,100,36,0,0,104,36,0,0,108,36,0,0,110,36,0,0,112,36,0,0,112,36,0,0,112,36,0,0,116,36,0,0,116,36,0,0,118,36,0,0,120,36,0,0,120,36,0,0,124,36,0,0,128,36,0,0,130,36,0,0,132,36,0,0,132,36,0,0,132,36,0,0,134,36,0,0,136,36,0,0,136,36,0,0,140,36,0,0,142,36,0,0,144,36,0,0,150,36,0,0,152,36,0,0,154,36,0,0,156,36,0,0,156,36,0,0,158,36,0,0,160,36,0,0,164,36,0,0,164,36,0,0,168,36,0,0,170,36,0,0,170,36,0,0,170,36,0,0,172,36,0,0,172,36,0,0,174,36,0,0,176,36,0,0,176,36,0,0,178,36,0,0,180,36,0,0,182,36,0,0,182,36,0,0,186,36,0,0,186,36,0,0,186,36,0,0,188,36,0,0,188,36,0,0,188,36,0,0,188,36,0,0,190,36,0,0,190,36,0,0,190,36,0,0,194,36,0,0,196,36,0,0,200,36,0,0,204,36,0,0,204,36,0,0,204,36,0,0,204,36,0,0,208,36,0,0,208,36,0,0,208,36,0,0,208,36,0,0,208,36,0,0,210,36,0,0,218,36,0,0,222,36,0,0,222,36,0,0,222,36,0,0,224,36,0,0,224,36,0,0,224,36,0,0,230,36,0,0,236,36,0,0,238,36,0,0,238,36,0,0,242,36,0,0,242,36,0,0,242,36,0,0,244,36,0,0,244,36,0,0,244,36,0,0,246,36,0,0,246,36,0,0,246,36,0,0,248,36,0,0,252,36,0,0,0,37,0,0,4,37,0,0,6,37,0,0,6,37,0,0,6,37,0,0,10,37,0,0,10,37,0,0,14,37,0,0,22,37,0,0,22,37,0,0,26,37,0,0,28,37,0,0,30,37,0,0,32,37,0,0,34,37,0,0,34,37,0,0,34,37,0,0,34,37,0,0,36,37,0,0,38,37,0,0,42,37,0,0,44,37,0,0,48,37,0,0,48,37,0,0,50,37,0,0,52,37,0,0,52,37,0,0,54,37,0,0,58,37,0,0,60,37,0,0,60,37,0,0,64,37,0,0,66,37,0,0,68,37,0,0,70,37,0,0,70,37,0,0,70,37,0,0,72,37,0,0,76,37,0,0,78,37,0,0,78,37,0,0,80,37,0,0,80,37,0,0,82,37,0,0,84,37,0,0,84,37,0,0,84,37,0,0,88,37,0,0,92,37,0,0,92,37,0,0,98,37,0,0,102,37,0,0,106,37,0,0,108,37,0,0,112,37,0,0,112,37,0,0,116,37,0,0,120,37,0,0,124,37,0,0,128,37,0,0,130,37,0,0,132,37,0,0,138,37,0,0,138,37,0,0,142,37,0,0,144,37,0,0,150,37,0,0,152,37,0,0,154,37,0,0,156,37,0,0,158,37,0,0,158,37,0,0,164,37,0,0,168,37,0,0,168,37,0,0,170,37,0,0,172,37,0,0,172,37,0,0,176,37,0,0,182,37,0,0,186,37,0,0,188,37,0,0,190,37,0,0,190,37,0,0,190,37,0,0,192,37,0,0,194,37,0,0,194,37,0,0,194,37,0,0,196,37,0,0,196,37,0,0,198,37,0,0,198,37,0,0,202,37,0,0,202,37,0,0,202,37,0,0,202,37,0,0,202,37,0,0,204,37,0,0,204,37,0,0,206,37,0,0,210,37,0,0,216,37,0,0,220,37,0,0,226,37,0,0,226,37,0,0,226,37,0,0,232,37,0,0,238,37,0,0,238,37,0,0,238,37,0,0,240,37,0,0,244,37,0,0,248,37,0,0,250,37,0,0,254,37,0,0,4,38,0,0,4,38,0,0,4,38,0,0,8,38,0,0,10,38,0,0,12,38,0,0,12,38,0,0,12,38,0,0,12,38,0,0,16,38,0,0,18,38,0,0,18,38,0,0,20,38,0,0,20,38,0,0,22,38,0,0,22,38,0,0,22,38,0,0,26,38,0,0,26,38,0,0,26,38,0,0,28,38,0,0,36,38,0,0,36,38,0,0,40,38,0,0,40,38,0,0,40,38,0,0,42,38,0,0,42,38,0,0,44,38,0,0,46,38,0,0,48,38,0,0,50,38,0,0,50,38,0,0,56,38,0,0,58,38,0,0,58,38,0,0,60,38,0,0,64,38,0,0,68,38,0,0,70,38,0,0,72,38,0,0,72,38,0,0,72,38,0,0,72,38,0,0,74,38,0,0,76,38,0,0,76,38,0,0,76,38,0,0,76,38,0,0,80,38,0,0,82,38,0,0,84,38,0,0,88,38,0,0,100,38,0,0,100,38,0,0,102,38,0,0,104,38,0,0,108,38,0,0,110,38,0,0,112,38,0,0,112,38,0,0,112,38,0,0,116,38,0,0,118,38,0,0,118,38,0,0,120,38,0,0,124,38,0,0,126,38,0,0,130,38,0,0,134,38,0,0,136,38,0,0,138,38,0,0,144,38,0,0,144,38,0,0,146,38,0,0,148,38,0,0,154,38,0,0,154,38,0,0,158,38,0,0,160,38,0,0,162,38,0,0,162,38,0,0,162,38,0,0,162,38,0,0,164,38,0,0,168,38,0,0,170,38,0,0,170,38,0,0,174,38,0,0,178,38,0,0,182,38,0,0,182,38,0,0,182,38,0,0,182,38,0,0,182,38,0,0,182,38,0,0,182,38,0,0,182,38,0,0,186,38,0,0,186,38,0,0,186,38,0,0,190,38,0,0,192,38,0,0,192,38,0,0,192,38,0,0,196,38,0,0,200,38,0,0,200,38,0,0,202,38,0,0,204,38,0,0,206,38,0,0,206,38,0,0,208,38,0,0,214,38,0,0,218,38,0,0,220,38,0,0,222,38,0,0,222,38,0,0,224,38,0,0,226,38,0,0,226,38,0,0,230,38,0,0,232,38,0,0,238,38,0,0,240,38,0,0,240,38,0,0,242,38,0,0,242,38,0,0,242,38,0,0,246,38,0,0,246,38,0,0,250,38,0,0,250,38,0,0,252,38,0,0,0,39,0,0,2,39,0,0,4,39,0,0,12,39,0,0,20,39,0,0,20,39,0,0,22,39,0,0,24,39,0,0,28,39,0,0,30,39,0,0,36,39,0,0,36,39,0,0,36,39,0,0,40,39,0,0,40,39,0,0,42,39,0,0,42,39,0,0,46,39,0,0,46,39,0,0,48,39,0,0,50,39,0,0,52,39,0,0,52,39,0,0,52,39,0,0,56,39,0,0,60,39,0,0,62,39,0,0,66,39,0,0,70,39,0,0,72,39,0,0,78,39,0,0,80,39,0,0,82,39,0,0,86,39,0,0,86,39,0,0,90,39,0,0,90,39,0,0,92,39,0,0,94,39,0,0,100,39,0,0,102,39,0,0,102,39,0,0,106,39,0,0,108,39,0,0,108,39,0,0,108,39,0,0,110,39,0,0,112,39,0,0,112,39,0,0,112,39,0,0,116,39,0,0,120,39,0,0,122,39,0,0,122,39,0,0,122,39,0,0,124,39,0,0,124,39,0,0,130,39,0,0,130,39,0,0,130,39,0,0,132,39,0,0,134,39,0,0,134,39,0,0,134,39,0,0,134,39,0,0,136,39,0,0,138,39,0,0,144,39,0,0,144,39,0,0,148,39,0,0,148,39,0,0,150,39,0,0,150,39,0,0,150,39,0,0,156,39,0,0,158,39,0,0,160,39,0,0,162,39,0,0,164,39,0,0,164,39,0,0,164,39,0,0,166,39,0,0,172,39,0,0,174,39,0,0,178,39,0,0,180,39,0,0,186,39,0,0,190,39,0,0,190,39,0,0,192,39,0,0,192,39,0,0,194,39,0,0,204,39,0,0,206,39,0,0,206,39,0,0,208,39,0,0,208,39,0,0,210,39,0,0,210,39,0,0,212,39,0,0,214,39,0,0,214,39,0,0,218,39,0,0,220,39,0,0,220,39,0,0,220,39,0,0,222,39,0,0,222,39,0,0,222,39,0,0,224,39,0,0,226,39,0,0,228,39,0,0,234,39,0,0,236,39,0,0,238,39,0,0,240,39,0,0,240,39,0,0,240,39,0,0,240,39,0,0,242,39,0,0,244,39,0,0,244,39,0,0,252,39,0,0,254,39,0,0,254,39,0,0,254,39,0,0,254,39,0,0,254,39,0,0,2,40,0,0,2,40,0,0,2,40,0,0,6,40,0,0,6,40,0,0,10,40,0,0,10,40,0,0,10,40,0,0,12,40,0,0,16,40,0,0,16,40,0,0,18,40,0,0,18,40,0,0,18,40,0,0,20,40,0,0,20,40,0,0,20,40,0,0,24,40,0,0,24,40,0,0,24,40,0,0,26,40,0,0,28,40,0,0,32,40,0,0,32,40,0,0,36,40,0,0,36,40,0,0,38,40,0,0,40,40,0,0,40,40,0,0,42,40,0,0,44,40,0,0,50,40,0,0,56,40,0,0,60,40,0,0,64,40,0,0,68,40,0,0,70,40,0,0,72,40,0,0,78,40,0,0,80,40,0,0,80,40,0,0,84,40,0,0,84,40,0,0,86,40,0,0,88,40,0,0,90,40,0,0,90,40,0,0,92,40,0,0,92,40,0,0,94,40,0,0,96,40,0,0,96,40,0,0,100,40,0,0,100,40,0,0,108,40,0,0,110,40,0,0,112,40,0,0,112,40,0,0,114,40,0,0,114,40,0,0,114,40,0,0,114,40,0,0,114,40,0,0,118,40,0,0,118,40,0,0,126,40,0,0,128,40,0,0,132,40,0,0,136,40,0,0,136,40,0,0,136,40,0,0,136,40,0,0,140,40,0,0,144,40,0,0,148,40,0,0,148,40,0,0,150,40,0,0,154,40,0,0,156,40,0,0,156,40,0,0,162,40,0,0,162,40,0,0,164,40,0,0,166,40,0,0,168,40,0,0,172,40,0,0,174,40,0,0,180,40,0,0,184,40,0,0,186,40,0,0,188,40,0,0,190,40,0,0,190,40,0,0,192,40,0,0,202,40,0,0,204,40,0,0,204,40,0,0,204,40,0,0,208,40,0,0,208,40,0,0,210,40,0,0,214,40,0,0,216,40,0,0,216,40,0,0,218,40,0,0,220,40,0,0,220,40,0,0,220,40,0,0,224,40,0,0,226,40,0,0,226,40,0,0,226,40,0,0,226,40,0,0,228,40,0,0,230,40,0,0,234,40,0,0,236,40,0,0,236,40,0,0,240,40,0,0,244,40,0,0,248,40,0,0,248,40,0,0,252,40,0,0,254,40,0,0,0,41,0,0,6,41,0,0,8,41,0,0,10,41,0,0,10,41,0,0,12,41,0,0,14,41,0,0,18,41,0,0,20,41,0,0,26,41,0,0,28,41,0,0,30,41,0,0,30,41,0,0,36,41,0,0,36,41,0,0,36,41,0,0,38,41,0,0,38,41,0,0,40,41,0,0,42,41,0,0,50,41,0,0,50,41,0,0,50,41,0,0,54,41,0,0,56,41,0,0,58,41,0,0,58,41,0,0,62,41,0,0,62,41,0,0,66,41,0,0,72,41,0,0,72,41,0,0,74,41,0,0,78,41,0,0,78,41,0,0,84,41,0,0,86,41,0,0,90,41,0,0,90,41,0,0,92,41,0,0,92,41,0,0,96,41,0,0,100,41,0,0,100,41,0,0,104,41,0,0,106,41,0,0,108,41,0,0,110,41,0,0,110,41,0,0,110,41,0,0,110,41,0,0,110,41,0,0,110,41,0,0,112,41,0,0,112,41,0,0,122,41,0,0,124,41,0,0,126,41,0,0,126,41,0,0,126,41,0,0,128,41,0,0,128,41,0,0,130,41,0,0,130,41,0,0,132,41,0,0,132,41,0,0,134,41,0,0,134,41,0,0,136,41,0,0,136,41,0,0,140,41,0,0,142,41,0,0,142,41,0,0,144,41,0,0,146,41,0,0,148,41,0,0,148,41,0,0,150,41,0,0,154,41,0,0,154,41,0,0,154,41,0,0,154,41,0,0,156,41,0,0,158,41,0,0,162,41,0,0,164,41,0,0,164,41,0,0,166,41,0,0,170,41,0,0,172,41,0,0,176,41,0,0,176,41,0,0,176,41,0,0,180,41,0,0,180,41,0,0,180,41,0,0,182,41,0,0,184,41,0,0,186,41,0,0,186,41,0,0,186,41,0,0,188,41,0,0,188,41,0,0,188,41,0,0,192,41,0,0,192,41,0,0,194,41,0,0,198,41,0,0,200,41,0,0,200,41,0,0,202,41,0,0,204,41,0,0,208,41,0,0,212,41,0,0,212,41,0,0,218,41,0,0,220,41,0,0,220,41,0,0,220,41,0,0,220,41,0,0,224,41,0,0,224,41,0,0,224,41,0,0,226,41,0,0,226,41,0,0,226,41,0,0,228,41,0,0,230,41,0,0,232,41,0,0,232,41,0,0,232,41,0,0,232,41,0,0,234,41,0,0,234,41,0,0,234,41,0,0,238,41,0,0,240,41,0,0,246,41,0,0,250,41,0,0,252,41,0,0,252,41,0,0,254,41,0,0,254,41,0,0,6,42,0,0,10,42,0,0,12,42,0,0,14,42,0,0,18,42,0,0,20,42,0,0,20,42,0,0,22,42,0,0,24,42,0,0,26,42,0,0,28,42,0,0,28,42,0,0,34,42,0,0,34,42,0,0,36,42,0,0,36,42,0,0,38,42,0,0,40,42,0,0,40,42,0,0,42,42,0,0,42,42,0,0,42,42,0,0,44,42,0,0,48,42,0,0,50,42,0,0,52,42,0,0,52,42,0,0,52,42,0,0,54,42,0,0,54,42,0,0,54,42,0,0,58,42,0,0,58,42,0,0,58,42,0,0,58,42,0,0,58,42,0,0,62,42,0,0,72,42,0,0,72,42,0,0,72,42,0,0,72,42,0,0,76,42,0,0,78,42,0,0,80,42,0,0,80,42,0,0,80,42,0,0,80,42,0,0,82,42,0,0,84,42,0,0,86,42,0,0,86,42,0,0,88,42,0,0,92,42,0,0,94,42,0,0,94,42,0,0,94,42,0,0,94,42,0,0,94,42,0,0,96,42,0,0,96,42,0,0,98,42,0,0,98,42,0,0,100,42,0,0,104,42,0,0,104,42,0,0,104,42,0,0,104,42,0,0,108,42,0,0,108,42,0,0,110,42,0,0,110,42,0,0,110,42,0,0,110,42,0,0,110,42,0,0,110,42,0,0,110,42,0,0,112,42,0,0,112,42,0,0,116,42,0,0,118,42,0,0,120,42,0,0,124,42,0,0,126,42,0,0,128,42,0,0,132,42,0,0,138,42,0,0,140,42,0,0,142,42,0,0,142,42,0,0,142,42,0,0,146,42,0,0,148,42,0,0,150,42,0,0,150,42,0,0,150,42,0,0,154,42,0,0,156,42,0,0,156,42,0,0,158,42,0,0,160,42,0,0,160,42,0,0,164,42,0,0,166,42,0,0,168,42,0,0,170,42,0,0,172,42,0,0,184,42,0,0,184,42,0,0,184,42,0,0,184,42,0,0,184,42,0,0,184,42,0,0,188,42,0,0,190,42,0,0,194,42,0,0,194,42,0,0,198,42,0,0,198,42,0,0,200,42,0,0,200,42,0,0,208,42,0,0,210,42,0,0,212,42,0,0,212,42,0,0,234,42,0,0,240,42,0,0,242,42,0,0,244,42,0,0,244,42,0,0,246,42,0,0,246,42,0,0,250,42,0,0,250,42,0,0,250,42,0,0,2,43,0,0,6,43,0,0,8,43,0,0,8,43,0,0,10,43,0,0,12,43,0,0,14,43,0,0,22,43,0,0,22,43,0,0,24,43,0,0,26,43,0,0,26,43,0,0,26,43,0,0,26,43,0,0,28,43,0,0,28,43,0,0,28,43,0,0,28,43,0,0,30,43,0,0,32,43,0,0,34,43,0,0,38,43,0,0,44,43,0,0,48,43,0,0,50,43,0,0,50,43,0,0,54,43,0,0,56,43,0,0,58,43,0,0,60,43,0,0,62,43,0,0,62,43,0,0,66,43,0,0,68,43,0,0,72,43,0,0,76,43,0,0,78,43,0,0,78,43,0,0,78,43,0,0,82,43,0,0,82,43,0,0,84,43,0,0,86,43,0,0,88,43,0,0,88,43,0,0,94,43,0,0,94,43,0,0,100,43,0,0,102,43,0,0,102,43,0,0,102,43,0,0,102,43,0,0,104,43,0,0,106,43,0,0,108,43,0,0,112,43,0,0,116,43,0,0,116,43,0,0,118,43,0,0,120,43,0,0,122,43,0,0,128,43,0,0,130,43,0,0,130,43,0,0,132,43,0,0,136,43,0,0,136,43,0,0,136,43,0,0,140,43,0,0,140,43,0,0,146,43,0,0,146,43,0,0,148,43,0,0,150,43,0,0,150,43,0,0,152,43,0,0,156,43,0,0,156,43,0,0,158,43,0,0,162,43,0,0,162,43,0,0,166,43,0,0,168,43,0,0,168,43,0,0,170,43,0,0,170,43,0,0,172,43,0,0,176,43,0,0,176,43,0,0,176,43,0,0,176,43,0,0,182,43,0,0,188,43,0,0,188,43,0,0,192,43,0,0,194,43,0,0,194,43,0,0,194,43,0,0,194,43,0,0,198,43,0,0,200,43,0,0,200,43,0,0,206,43,0,0,210,43,0,0,212,43,0,0,212,43,0,0,214,43,0,0,218,43,0,0,220,43,0,0,220,43,0,0,222,43,0,0,224,43,0,0,224,43,0,0,226,43,0,0,236,43,0,0,236,43,0,0,240,43,0,0,240,43,0,0,242,43,0,0,244,43,0,0,246,43,0,0,248,43,0,0,250,43,0,0,252,43,0,0,254,43,0,0,0,44,0,0,2,44,0,0,2,44,0,0,2,44,0,0,4,44,0,0,4,44,0,0,4,44,0,0,4,44,0,0,4,44,0,0,4,44,0,0,4,44,0,0,4,44,0,0,6,44,0,0,6,44,0,0,6,44,0,0,8,44,0,0,12,44,0,0,12,44,0,0,16,44,0,0,20,44,0,0,22,44,0,0,26,44,0,0,28,44,0,0,30,44,0,0,32,44,0,0,32,44,0,0,34,44,0,0,36,44,0,0,36,44,0,0,40,44,0,0,42,44,0,0,44,44,0,0,46,44,0,0,46,44,0,0,48,44,0,0,50,44,0,0,52,44,0,0,56,44,0,0,58,44,0,0,60,44,0,0,62,44,0,0,64,44,0,0,66,44,0,0,66,44,0,0,70,44,0,0,72,44,0,0,76,44,0,0,78,44,0,0,78,44,0,0,80,44,0,0,80,44,0,0,84,44,0,0,84,44,0,0,84,44,0,0,88,44,0,0,92,44,0,0,92,44,0,0,94,44,0,0,94,44,0,0,96,44,0,0,96,44,0,0,100,44,0,0,102,44,0,0,102,44,0,0,104,44,0,0,110,44,0,0,112,44,0,0,112,44,0,0,112,44,0,0,112,44,0,0,114,44,0,0,114,44,0,0,118,44,0,0,120,44,0,0,122,44,0,0,124,44,0,0,128,44,0,0,128,44,0,0,138,44,0,0,142,44,0,0,142,44,0,0,142,44,0,0,142,44,0,0,142,44,0,0,148,44,0,0,148,44,0,0,148,44,0,0,152,44,0,0,152,44,0,0,154,44,0,0,156,44,0,0,158,44,0,0,158,44,0,0,160,44,0,0,162,44,0,0,164,44,0,0,166,44,0,0,168,44,0,0,170,44,0,0,174,44,0,0,176,44,0,0,180,44,0,0,184,44,0,0,184,44,0,0,184,44,0,0,188,44,0,0,188,44,0,0,188,44,0,0,190,44,0,0,190,44,0,0,194,44,0,0,196,44,0,0,198,44,0,0,200,44,0,0,206,44,0,0,210,44,0,0,212,44,0,0,216,44,0,0,220,44,0,0,222,44,0,0,222,44,0,0,222,44,0,0,222,44,0,0,226,44,0,0,226,44,0,0,228,44,0,0,228,44,0,0,230,44,0,0,230,44,0,0,234,44,0,0,236,44,0,0,238,44,0,0,238,44,0,0,242,44,0,0,248,44,0,0,252,44,0,0,254,44,0,0,254,44,0,0,254,44,0,0,254,44,0,0,0,45,0,0,2,45,0,0,4,45,0,0,4,45,0,0,6,45,0,0,8,45,0,0,8,45,0,0,10,45,0,0,12,45,0,0,14,45,0,0,14,45,0,0,20,45,0,0,26,45,0,0,28,45,0,0,30,45,0,0,34,45,0,0,38,45,0,0,42,45,0,0,42,45,0,0,46,45,0,0,52,45,0,0,52,45,0,0,56,45,0,0,58,45,0,0,60,45,0,0,64,45,0,0,68,45,0,0,68,45,0,0,72,45,0,0,74,45,0,0,74,45,0,0,74,45,0,0,76,45,0,0,82,45,0,0,84,45,0,0,86,45,0,0,90,45,0,0,90,45,0,0,90,45,0,0,90,45,0,0,98,45,0,0,98,45,0,0,100,45,0,0,102,45,0,0,104,45,0,0,106,45,0,0,106,45,0,0,110,45,0,0,110,45,0,0,110,45,0,0,110,45,0,0,114,45,0,0,120,45,0,0,120,45,0,0,120,45,0,0,120,45,0,0,122,45,0,0,124,45,0,0,126,45,0,0,130,45,0,0,134,45,0,0,134,45,0,0,136,45,0,0,136,45,0,0,140,45,0,0,142,45,0,0,146,45,0,0,146,45,0,0,148,45,0,0,150,45,0,0,150,45,0,0,154,45,0,0,158,45,0,0,166,45,0,0,172,45,0,0,176,45,0,0,178,45,0,0,178,45,0,0,180,45,0,0,184,45,0,0,184,45,0,0,192,45,0,0,192,45,0,0,196,45,0,0,198,45,0,0,202,45,0,0,204,45,0,0,210,45,0,0,210,45,0,0,216,45,0,0,220,45,0,0,220,45,0,0,222,45,0,0,222,45,0,0,222,45,0,0,224,45,0,0,224,45,0,0,224,45,0,0,226,45,0,0,228,45,0,0,234,45,0,0,234,45,0,0,238,45,0,0,240,45,0,0,242,45,0,0,242,45,0,0,242,45,0,0,242,45,0,0,246,45,0,0,246,45,0,0,248,45,0,0,250,45,0,0,250,45,0,0,252,45,0,0,254,45,0,0,254,45,0,0,254,45,0,0,0,46,0,0,2,46,0,0,6,46,0,0,10,46,0,0,12,46,0,0,14,46,0,0,14,46,0,0,16,46,0,0,16,46,0,0,18,46,0,0,20,46,0,0,22,46,0,0,26,46,0,0,26,46,0,0,26,46,0,0,28,46,0,0,34,46,0,0,34,46,0,0,34,46,0,0,36,46,0,0,40,46,0,0,40,46,0,0,40,46,0,0,44,46,0,0,44,46,0,0,46,46,0,0,48,46,0,0,50,46,0,0,52,46,0,0,52,46,0,0,54,46,0,0,60,46,0,0,60,46,0,0,62,46,0,0,64,46,0,0,66,46,0,0,68,46,0,0,70,46,0,0,76,46,0,0,80,46,0,0,80,46,0,0,82,46,0,0,82,46,0,0,86,46,0,0,86,46,0,0,86,46,0,0,88,46,0,0,88,46,0,0,88,46,0,0,92,46,0,0,94,46,0,0,98,46,0,0,100,46,0,0,104,46,0,0,108,46,0,0,116,46,0,0,116,46,0,0,116,46,0,0,118,46,0,0,118,46,0,0,120,46,0,0,122,46,0,0,122,46,0,0,122,46,0,0,126,46,0,0,128,46,0,0,128,46,0,0,130,46,0,0,132,46,0,0,136,46,0,0,138,46,0,0,138,46,0,0,142,46,0,0,148,46,0,0,152,46,0,0,156,46,0,0,158,46,0,0,160,46,0,0,162,46,0,0,164,46,0,0,166,46,0,0,166,46,0,0,170,46,0,0,170,46,0,0,170,46,0,0,170,46,0,0,176,46,0,0,178,46,0,0,182,46,0,0,184,46,0,0,184,46,0,0,186,46,0,0,186,46,0,0,186,46,0,0,188,46,0,0,188,46,0,0,190,46,0,0,190,46,0,0,192,46,0,0,194,46,0,0,196,46,0,0,196,46,0,0,198,46,0,0,200,46,0,0,200,46,0,0,204,46,0,0,204,46,0,0,206,46,0,0,208,46,0,0,208,46,0,0,210,46,0,0,210,46,0,0,210,46,0,0,210,46,0,0,212,46,0,0,214,46,0,0,216,46,0,0,216,46,0,0,216,46,0,0,216,46,0,0,218,46,0,0,220,46,0,0,222,46,0,0,224,46,0,0,226,46,0,0,228,46,0,0,228,46,0,0,230,46,0,0,230,46,0,0,230,46,0,0,230,46,0,0,234,46,0,0,238,46,0,0,240,46,0,0,240,46,0,0,242,46,0,0,248,46,0,0,250,46,0,0,250,46,0,0,252,46,0,0,252,46,0,0,252,46,0,0,252,46,0,0,254,46,0,0,4,47,0,0,8,47,0,0,8,47,0,0,8,47,0,0,8,47,0,0,10,47,0,0,14,47,0,0,14,47,0,0,14,47,0,0,18,47,0,0,22,47,0,0,22,47,0,0,32,47,0,0,36,47,0,0,36,47,0,0,36,47,0,0,38,47,0,0,38,47,0,0,38,47,0,0,38,47,0,0,42,47,0,0,42,47,0,0,44,47,0,0,50,47,0,0,52,47,0,0,54,47,0,0,58,47,0,0,60,47,0,0,62,47,0,0,62,47,0,0,64,47,0,0,66,47,0,0,70,47,0,0,74,47,0,0,76,47,0,0,76,47,0,0,80,47,0,0,82,47,0,0,84,47,0,0,84,47,0,0,88,47,0,0,92,47,0,0,94,47,0,0,96,47,0,0,98,47,0,0,102,47,0,0,104,47,0,0,108,47,0,0,112,47,0,0,114,47,0,0,114,47,0,0,116,47,0,0,116,47,0,0,118,47,0,0,122,47,0,0,122,47,0,0,124,47,0,0,126,47,0,0,126,47,0,0,128,47,0,0,128,47,0,0,128,47,0,0,128,47,0,0,130,47,0,0,134,47,0,0,138,47,0,0,142,47,0,0,142,47,0,0,142,47,0,0,144,47,0,0,144,47,0,0,144,47,0,0,148,47,0,0,148,47,0,0,154,47,0,0,154,47,0,0,154,47,0,0,158,47,0,0,158,47,0,0,162,47,0,0,162,47,0,0,164,47,0,0,166,47,0,0,166,47,0,0,168,47,0,0,170,47,0,0,172,47,0,0,172,47,0,0,178,47,0,0,180,47,0,0,182,47,0,0,184,47,0,0,190,47,0,0,190,47,0,0,194,47,0,0,200,47,0,0,204,47,0,0,204,47,0,0,206,47,0,0,206,47,0,0,210,47,0,0,210,47,0,0,212,47,0,0,214,47,0,0,216,47,0,0,216,47,0,0,220,47,0,0,220,47,0,0,220,47,0,0,220,47,0,0,226,47,0,0,228,47,0,0,228,47,0,0,228,47,0,0,230,47,0,0,230,47,0,0,230,47,0,0,232,47,0,0,232,47,0,0,232,47,0,0,236,47,0,0,240,47,0,0,240,47,0,0,244,47,0,0,246,47,0,0,246,47,0,0,246,47,0,0,252,47,0,0,252,47,0,0,252,47,0,0,252,47,0,0,252,47,0,0,252,47,0,0,254,47,0,0,254,47,0,0,2,48,0,0,2,48,0,0,4,48,0,0,4,48,0,0,4,48,0,0,4,48,0,0,8,48,0,0,10,48,0,0,14,48,0,0,14,48,0,0,20,48,0,0,22,48,0,0,26,48,0,0,26,48,0,0,26,48,0,0,28,48,0,0,28,48,0,0,30,48,0,0,30,48,0,0,40,48,0,0,40,48,0,0,40,48,0,0,42,48,0,0,44,48,0,0,44,48,0,0,46,48,0,0,48,48,0,0,48,48,0,0,48,48,0,0,50,48,0,0,50,48,0,0,52,48,0,0,52,48,0,0,54,48,0,0,56,48,0,0,60,48,0,0,64,48,0,0,66,48,0,0,70,48,0,0,70,48,0,0,70,48,0,0,72,48,0,0,72,48,0,0,74,48,0,0,74,48,0,0,74,48,0,0,78,48,0,0,78,48,0,0,78,48,0,0,80,48,0,0,80,48,0,0,80,48,0,0,82,48,0,0,86,48,0,0,88,48,0,0,90,48,0,0,90,48,0,0,94,48,0,0,96,48,0,0,100,48,0,0,102,48,0,0,106,48,0,0,106,48,0,0,106,48,0,0,108,48,0,0,112,48,0,0,118,48,0,0,118,48,0,0,118,48,0,0,118,48,0,0,122,48,0,0,122,48,0,0,124,48,0,0,124,48,0,0,126,48,0,0,130,48,0,0,132,48,0,0,142,48,0,0,144,48,0,0,148,48,0,0,150,48,0,0,150,48,0,0,150,48,0,0,152,48,0,0,152,48,0,0,156,48,0,0,158,48,0,0,158,48,0,0,158,48,0,0,158,48,0,0,158,48,0,0,160,48,0,0,164,48,0,0,166,48,0,0,166,48,0,0,174,48,0,0,176,48,0,0,176,48,0,0,178,48,0,0,182,48,0,0,184,48,0,0,184,48,0,0,184,48,0,0,184,48,0,0,186,48,0,0,188,48,0,0,188,48,0,0,192,48,0,0,192,48,0,0,192,48,0,0,192,48,0,0,194,48,0,0,194,48,0,0,196,48,0,0,196,48,0,0,196,48,0,0,196,48,0,0,198,48,0,0,198,48,0,0,198,48,0,0,202,48,0,0,202,48,0,0,202,48,0,0,202,48,0,0,204,48,0,0,206,48,0,0,208,48,0,0,208,48,0,0,208,48,0,0,212,48,0,0,212,48,0,0,216,48,0,0,220,48,0,0,222,48,0,0,226,48,0,0,230,48,0,0,236,48,0,0,236,48,0,0,236,48,0,0,236,48,0,0,238,48,0,0,238,48,0,0,242,48,0,0,242,48,0,0,244,48,0,0,246,48,0,0,250,48,0,0,252,48,0,0,254,48,0,0,0,49,0,0,2,49,0,0,2,49,0,0,2,49,0,0,4,49,0,0,4,49,0,0,4,49,0,0,12,49,0,0,14,49,0,0,16,49,0,0,16,49,0,0,16,49,0,0,18,49,0,0,24,49,0,0,28,49,0,0,28,49,0,0,30,49,0,0,30,49,0,0,30,49,0,0,30,49,0,0,30,49,0,0,30,49,0,0,32,49,0,0,34,49,0,0,36,49,0,0,36,49,0,0,36,49,0,0,36,49,0,0,36,49,0,0,38,49,0,0,40,49,0,0,42,49,0,0,46,49,0,0,46,49,0,0,48,49,0,0,52,49,0,0,54,49,0,0,64,49,0,0,66,49,0,0,66,49,0,0,68,49,0,0,68,49,0,0,68,49,0,0,68,49,0,0,68,49,0,0,70,49,0,0,70,49,0,0,70,49,0,0,72,49,0,0,72,49,0,0,78,49,0,0,78,49,0,0,78,49,0,0,78,49,0,0,80,49,0,0,82,49,0,0,84,49,0,0,84,49,0,0,88,49,0,0,88,49,0,0,92,49,0,0,94,49,0,0,98,49,0,0,102,49,0,0,104,49,0,0,104,49,0,0,104,49,0,0,104,49,0,0,108,49,0,0,110,49,0,0,112,49,0,0,116,49,0,0,116,49,0,0,118,49,0,0,118,49,0,0,122,49,0,0,124,49,0,0,124,49,0,0,124,49,0,0,128,49,0,0,130,49,0,0,132,49,0,0,132,49,0,0,132,49,0,0,134,49,0,0,134,49,0,0,136,49,0,0,138,49,0,0,138,49,0,0,142,49,0,0,148,49,0,0,148,49,0,0,150,49,0,0,156,49,0,0,156,49,0,0,160,49,0,0,160,49,0,0,160,49,0,0,166,49,0,0,166,49,0,0,166,49,0,0,168,49,0,0,170,49,0,0,176,49,0,0,176,49,0,0,178,49,0,0,178,49,0,0,182,49,0,0,184,49,0,0,184,49,0,0,184,49,0,0,186,49,0,0,188,49,0,0,188,49,0,0,188,49,0,0,190,49,0,0,192,49,0,0,192,49,0,0,196,49,0,0,196,49,0,0,196,49,0,0,198,49,0,0,202,49,0,0,204,49,0,0,204,49,0,0,206,49,0,0,212,49,0,0,212,49,0,0,212,49,0,0,214,49,0,0,214,49,0,0,214,49,0,0,214,49,0,0,216,49,0,0,220,49,0,0,220,49,0,0,224,49,0,0,226,49,0,0,226,49,0,0,226,49,0,0,232,49,0,0,234,49,0,0,234,49,0,0,234,49,0,0,236,49,0,0,236,49,0,0,238,49,0,0,238,49,0,0,238,49,0,0,238,49,0,0,238,49,0,0,240,49,0,0,246,49,0,0,248,49,0,0,250,49,0,0,252,49,0,0,254,49,0,0,254,49,0,0,254,49,0,0,0,50,0,0,4,50,0,0,4,50,0,0,4,50,0,0,4,50,0,0,10,50,0,0,12,50,0,0,16,50,0,0,16,50,0,0,16,50,0,0,20,50,0,0,24,50,0,0,30,50,0,0,30,50,0,0,34,50,0,0,38,50,0,0,40,50,0,0,42,50,0,0,44,50,0,0,46,50,0,0,50,50,0,0,52,50,0,0,54,50,0,0,58,50,0,0,62,50,0,0,66,50,0,0,70,50,0,0,70,50,0,0,70,50,0,0,74,50,0,0,74,50,0,0,74,50,0,0,74,50,0,0,80,50,0,0,82,50,0,0,84,50,0,0,84,50,0,0,86,50,0,0,88,50,0,0,88,50,0,0,94,50,0,0,96,50,0,0,98,50,0,0,98,50,0,0,98,50,0,0,100,50,0,0,102,50,0,0,102,50,0,0,108,50,0,0,110,50,0,0,114,50,0,0,116,50,0,0,118,50,0,0,122,50,0,0,126,50,0,0,130,50,0,0,134,50,0,0,138,50,0,0,138,50,0,0,140,50,0,0,140,50,0,0,142,50,0,0,148,50,0,0,148,50,0,0,150,50,0,0,154,50,0,0,156,50,0,0,160,50,0,0,166,50,0,0,166,50,0,0,170,50,0,0,174,50,0,0,174,50,0,0,174,50,0,0,178,50,0,0,182,50,0,0,184,50,0,0,186,50,0,0,186,50,0,0,186,50,0,0,188,50,0,0,190,50,0,0,190,50,0,0,190,50,0,0,192,50,0,0,194,50,0,0,196,50,0,0,198,50,0,0,204,50,0,0,204,50,0,0,204,50,0,0,206,50,0,0,208,50,0,0,208,50,0,0,212,50,0,0,220,50,0,0,220,50,0,0,220,50,0,0,220,50,0,0,220,50,0,0,224,50,0,0,226,50,0,0,228,50,0,0,230,50,0,0,232,50,0,0,234,50,0,0,234,50,0,0,236,50,0,0,238,50,0,0,240,50,0,0,242,50,0,0,246,50,0,0,246,50,0,0,250,50,0,0,252,50,0,0,0,51,0,0,2,51,0,0,6,51,0,0,6,51,0,0,8,51,0,0,8,51,0,0,8,51,0,0,12,51,0,0,12,51,0,0,12,51,0,0,14,51,0,0,20,51,0,0,20,51,0,0,26,51,0,0,28,51,0,0,28,51,0,0,34,51,0,0,38,51,0,0,38,51,0,0,38,51,0,0,40,51,0,0,44,51,0,0,50,51,0,0,52,51,0,0,52,51,0,0,54,51,0,0,56,51,0,0,58,51,0,0,58,51,0,0,60,51,0,0,60,51,0,0,62,51,0,0,70,51,0,0,70,51,0,0,74,51,0,0,74,51,0,0,76,51,0,0,78,51,0,0,78,51,0,0,80,51,0,0,84,51,0,0,86,51,0,0,88,51,0,0,96,51,0,0,98,51,0,0,102,51,0,0,104,51,0,0,108,51,0,0,108,51,0,0,108,51,0,0,110,51,0,0,110,51,0,0,114,51,0,0,114,51,0,0,114,51,0,0,114,51,0,0,114,51,0,0,118,51,0,0,122,51,0,0,126,51,0,0,126,51,0,0,132,51,0,0,134,51,0,0,134,51,0,0,136,51,0,0,136,51,0,0,138,51,0,0,138,51,0,0,138,51,0,0,140,51,0,0,142,51,0,0,144,51,0,0,144,51,0,0,146,51,0,0,148,51,0,0,150,51,0,0,156,51,0,0,156,51,0,0,158,51,0,0,160,51,0,0,162,51,0,0,162,51,0,0,164,51,0,0,164,51,0,0,164,51,0,0,166,51,0,0,166,51,0,0,168,51,0,0,170,51,0,0,174,51,0,0,176,51,0,0,178,51,0,0,180,51,0,0,184,51,0,0,184,51,0,0,186,51,0,0,186,51,0,0,190,51,0,0,192,51,0,0,194,51,0,0,198,51,0,0,200,51,0,0,202,51,0,0,206,51,0,0,208,51,0,0,210,51,0,0,212,51,0,0,216,51,0,0,220,51,0,0,222,51,0,0,228,51,0,0,230,51,0,0,238,51,0,0,238,51,0,0,240,51,0,0,240,51,0,0,244,51,0,0,244,51,0,0,244,51,0,0,248,51,0,0,250,51,0,0,254,51,0,0,0,52,0,0,2,52,0,0,2,52,0,0,6,52,0,0,6,52,0,0,8,52,0,0,10,52,0,0,14,52,0,0,16,52,0,0,16,52,0,0,16,52,0,0,16,52,0,0,16,52,0,0,22,52,0,0,22,52,0,0,22,52,0,0,22,52,0,0,22,52,0,0,22,52,0,0,26,52,0,0,34,52,0,0,36,52,0,0,36,52,0,0,38,52,0,0,40,52,0,0,40,52,0,0,42,52,0,0,42,52,0,0,44,52,0,0,46,52,0,0,50,52,0,0,50,52,0,0,52,52,0,0,58,52,0,0,58,52,0,0,58,52,0,0,58,52,0,0,62,52,0,0,66,52,0,0,70,52,0,0,70,52,0,0,70,52,0,0,70,52,0,0,70,52,0,0,76,52,0,0,76,52,0,0,86,52,0,0,88,52,0,0,90,52,0,0,92,52,0,0,94,52,0,0,98,52,0,0,100,52,0,0,100,52,0,0,100,52,0,0,102,52,0,0,104,52,0,0,104,52,0,0,104,52,0,0,106,52,0,0,106,52,0,0,108,52,0,0,108,52,0,0,110,52,0,0,110,52,0,0,114,52,0,0,114,52,0,0,114,52,0,0,114,52,0,0,116,52,0,0,122,52,0,0,122,52,0,0,124,52,0,0,126,52,0,0,128,52,0,0,128,52,0,0,132,52,0,0,134,52,0,0,136,52,0,0,136,52,0,0,140,52,0,0,142,52,0,0,148,52,0,0,150,52,0,0,150,52,0,0,150,52,0,0,152,52,0,0,156,52,0,0,156,52,0,0,156,52,0,0,158,52,0,0,162,52,0,0,168,52,0,0,168,52,0,0,170,52,0,0,172,52,0,0,172,52,0,0,176,52,0,0,180,52,0,0,182,52,0,0,182,52,0,0,188,52,0,0,188,52,0,0,188,52,0,0,190,52,0,0,192,52,0,0,194,52,0,0,198,52,0,0,198,52,0,0,200,52,0,0,204,52,0,0,204,52,0,0,204,52,0,0,204,52,0,0,204,52,0,0,206,52,0,0,210,52,0,0,210,52,0,0,210,52,0,0,212,52,0,0,214,52,0,0,218,52,0,0,218,52,0,0,220,52,0,0,220,52,0,0,220,52,0,0,222,52,0,0,224,52,0,0,228,52,0,0,232,52,0,0,236,52,0,0,240,52,0,0,244,52,0,0,244,52,0,0,248,52,0,0,252,52,0,0,252,52,0,0,0,53,0,0,0,53,0,0,0,53,0,0,2,53,0,0,2,53,0,0,8,53,0,0,10,53,0,0,12,53,0,0,16,53,0,0,16,53,0,0,16,53,0,0,16,53,0,0,18,53,0,0,20,53,0,0,20,53,0,0,22,53,0,0,26,53,0,0,30,53,0,0,30,53,0,0,32,53,0,0,38,53,0,0,42,53,0,0,42,53,0,0,42,53,0,0,44,53,0,0,44,53,0,0,46,53,0,0,46,53,0,0,46,53,0,0,48,53,0,0,48,53,0,0,48,53,0,0,52,53,0,0,52,53,0,0,54,53,0,0,56,53,0,0,58,53,0,0,58,53,0,0,60,53,0,0,62,53,0,0,64,53,0,0,64,53,0,0,64,53,0,0,64,53,0,0,64,53,0,0,68,53,0,0,68,53,0,0,68,53,0,0,68,53,0,0,68,53,0,0,70,53,0,0,72,53,0,0,72,53,0,0,76,53,0,0,82,53,0,0,82,53,0,0,86,53,0,0,90,53,0,0,94,53,0,0,94,53,0,0,94,53,0,0,94,53,0,0,96,53,0,0,96,53,0,0,100,53,0,0,104,53,0,0,108,53,0,0,110,53,0,0,114,53,0,0,118,53,0,0,118,53,0,0,118,53,0,0,118,53,0,0,122,53,0,0,124,53,0,0,128,53,0,0,128,53,0,0,128,53,0,0,130,53,0,0,130,53,0,0,132,53,0,0,134,53,0,0,134,53,0,0,134,53,0,0,134,53,0,0,134,53,0,0,138,53,0,0,140,53,0,0,146,53,0,0,148,53,0,0,148,53,0,0,152,53,0,0,152,53,0,0,154,53,0,0,156,53,0,0,158,53,0,0,160,53,0,0,164,53,0,0,164,53,0,0,166,53,0,0,166,53,0,0,168,53,0,0,172,53,0,0,172,53,0,0,174,53,0,0,178,53,0,0,180,53,0,0,184,53,0,0,188,53,0,0,188,53,0,0,188,53,0,0,188,53,0,0,192,53,0,0,192,53,0,0,192,53,0,0,194,53,0,0,196,53,0,0,198,53,0,0,198,53,0,0,200,53,0,0,200,53,0,0,204,53,0,0,204,53,0,0,204,53,0,0,210,53,0,0,210,53,0,0,216,53,0,0,218,53,0,0,220,53,0,0,220,53,0,0,226,53,0,0,226,53,0,0,228,53,0,0,230,53,0,0,234,53,0,0,236,53,0,0,238,53,0,0,238,53,0,0,242,53,0,0,246,53,0,0,248,53,0,0,250,53,0,0,254,53,0,0,254,53,0,0,0,54,0,0,0,54,0,0,0,54,0,0,4,54,0,0,4,54,0,0,6,54,0,0,6,54,0,0,12,54,0,0,14,54,0,0,16,54,0,0,20,54,0,0,20,54,0,0,22,54,0,0,24,54,0,0,24,54,0,0,28,54,0,0,36,54,0,0,38,54,0,0,38,54,0,0,42,54,0,0,42,54,0,0,46,54,0,0,50,54,0,0,50,54,0,0,50,54,0,0,52,54,0,0,54,54,0,0,58,54,0,0,60,54,0,0,60,54,0,0,60,54,0,0,60,54,0,0,60,54,0,0,60,54,0,0,60,54,0,0,60,54,0,0,62,54,0,0,64,54,0,0,66,54,0,0,66,54,0,0,66,54,0,0,68,54,0,0,72,54,0,0,74,54,0,0,76,54,0,0,76,54,0,0,76,54,0,0,78,54,0,0,78,54,0,0,78,54,0,0,80,54,0,0,82,54,0,0,84,54,0,0,88,54,0,0,98,54,0,0,100,54,0,0,104,54,0,0,106,54,0,0,106,54,0,0,108,54,0,0,108,54,0,0,112,54,0,0,114,54,0,0,116,54,0,0,118,54,0,0,122,54,0,0,126,54,0,0,128,54,0,0,130,54,0,0,130,54,0,0,132,54,0,0,134,54,0,0,134,54,0,0,136,54,0,0,138,54,0,0,140,54,0,0,142,54,0,0,148,54,0,0,148,54,0,0,148,54,0,0,154,54,0,0,156,54,0,0,162,54,0,0,164,54,0,0,164,54,0,0,166,54,0,0,166,54,0,0,170,54,0,0,170,54,0,0,170,54,0,0,174,54,0,0,174,54,0,0,174,54,0,0,174,54,0,0,178,54,0,0,180,54,0,0,182,54,0,0,184,54,0,0,188,54,0,0,190,54,0,0,192,54,0,0,196,54,0,0,196,54,0,0,202,54,0,0,202,54,0,0,206,54,0,0,208,54,0,0,210,54,0,0,210,54,0,0,212,54,0,0,212,54,0,0,216,54,0,0,216,54,0,0,218,54,0,0,220,54,0,0,224,54,0,0,224,54,0,0,224,54,0,0,226,54,0,0,226,54,0,0,228,54,0,0,232,54,0,0,232,54,0,0,232,54,0,0,236,54,0,0,238,54,0,0,238,54,0,0,238,54,0,0,238,54,0,0,238,54,0,0,240,54,0,0,244,54,0,0,250,54,0,0,254,54,0,0,254,54,0,0,0,55,0,0,6,55,0,0,8,55,0,0,8,55,0,0,8,55,0,0,8,55,0,0,12,55,0,0,12,55,0,0,14,55,0,0,16,55,0,0,20,55,0,0,20,55,0,0,20,55,0,0,20,55,0,0,20,55,0,0,22,55,0,0,30,55,0,0,34,55,0,0,36,55,0,0,38,55,0,0,40,55,0,0,40,55,0,0,40,55,0,0,40,55,0,0,44,55,0,0,46,55,0,0,48,55,0,0,50,55,0,0,52,55,0,0,56,55,0,0,58,55,0,0,60,55,0,0,64,55,0,0,68,55,0,0,68,55,0,0,68,55,0,0,68,55,0,0,68,55,0,0,70,55,0,0,70,55,0,0,70,55,0,0,70,55,0,0,70,55,0,0,72,55,0,0,72,55,0,0,72,55,0,0,74,55,0,0,76,55,0,0,78,55,0,0,82,55,0,0,84,55,0,0,86,55,0,0,88,55,0,0,88,55,0,0,88,55,0,0,88,55,0,0,88,55,0,0,88,55,0,0,88,55,0,0,88,55,0,0,90,55,0,0,90,55,0,0,90,55,0,0,90,55,0,0,90,55,0,0,90,55,0,0,90,55,0,0,90,55,0,0,90,55,0,0,96,55,0,0,96,55,0,0,96,55,0,0,98,55,0,0,100,55,0,0,102,55,0,0,102,55,0,0,104,55,0,0,106,55,0,0,108,55,0,0,110,55,0,0,114,55,0,0,116,55,0,0,122,55,0,0,122,55,0,0,126,55,0,0,126,55,0,0,130,55,0,0,132,55,0,0,132,55,0,0,136,55,0,0,136,55,0,0,140,55,0,0,142,55,0,0,144,55,0,0,144,55,0,0,146,55,0,0,150,55,0,0,150,55,0,0,152,55,0,0,154,55,0,0,154,55,0,0,154,55,0,0,156,55,0,0,156,55,0,0,156,55,0,0,158,55,0,0,160,55,0,0,162,55,0,0,164,55,0,0,166,55,0,0,170,55,0,0,172,55,0,0,172,55,0,0,174,55,0,0,178,55,0,0,182,55,0,0,184,55,0,0,184,55,0,0,188,55,0,0,190,55,0,0,190,55,0,0,190,55,0,0,194,55,0,0,196,55,0,0,198,55,0,0,198,55,0,0,198,55,0,0,198,55,0,0,198,55,0,0,200,55,0,0,204,55,0,0,208,55,0,0,212,55,0,0,218,55,0,0,224,55,0,0,226,55,0,0,226,55,0,0,226,55,0,0,226,55,0,0,226,55,0,0,226,55,0,0,230,55,0,0,230,55,0,0,234,55,0,0,236,55,0,0,238,55,0,0,240,55,0,0,240,55,0,0,242,55,0,0,242,55,0,0,244,55,0,0,244,55,0,0,248,55,0,0,248,55,0,0,248,55,0,0,250,55,0,0,252,55,0,0,254,55,0,0,4,56,0,0,4,56,0,0,6,56,0,0,8,56,0,0,12,56,0,0,14,56,0,0,14,56,0,0,20,56,0,0,20,56,0,0,24,56,0,0,24,56,0,0,28,56,0,0,28,56,0,0,28,56,0,0,30,56,0,0,38,56,0,0,40,56,0,0,42,56,0,0,44,56,0,0,44,56,0,0,50,56,0,0,50,56,0,0,54,56,0,0,54,56,0,0,58,56,0,0,62,56,0,0,62,56,0,0,64,56,0,0,66,56,0,0,68,56,0,0,68,56,0,0,70,56,0,0,70,56,0,0,74,56,0,0,78,56,0,0,80,56,0,0,82,56,0,0,82,56,0,0,84,56,0,0,88,56,0,0,88,56,0,0,88,56,0,0,88,56,0,0,88,56,0,0,88,56,0,0,90,56,0,0,96,56,0,0,96,56,0,0,98,56,0,0,100,56,0,0,106,56,0,0,108,56,0,0,110,56,0,0,114,56,0,0,116,56,0,0,118,56,0,0,120,56,0,0,120,56,0,0,122,56,0,0,124,56,0,0,124,56,0,0,126,56,0,0,128,56,0,0,128,56,0,0,130,56,0,0,130,56,0,0,132,56,0,0,134,56,0,0,140,56,0,0,142,56,0,0,142,56,0,0,146,56,0,0,150,56,0,0,152,56,0,0,156,56,0,0,156,56,0,0,156,56,0,0,158,56,0,0,160,56,0,0,162,56,0,0,166,56,0,0,166,56,0,0,168,56,0,0,170,56,0,0,172,56,0,0,172,56,0,0,174,56,0,0,178,56,0,0,182,56,0,0,184,56,0,0,186,56,0,0,186,56,0,0,188,56,0,0,188,56,0,0,190,56,0,0,190,56,0,0,192,56,0,0,196,56,0,0,196,56,0,0,198,56,0,0,202,56,0,0,202,56,0,0,206,56,0,0,206,56,0,0,206,56,0,0,206,56,0,0,206,56,0,0,210,56,0,0,212,56,0,0,216,56,0,0,218,56,0,0,218,56,0,0,218,56,0,0,224,56,0,0,228,56,0,0,228,56,0,0,232,56,0,0,232,56,0,0,236,56,0,0,238,56,0,0,242,56,0,0,248,56,0,0,250,56,0,0,250,56,0,0,252,56,0,0,254,56,0,0,2,57,0,0,6,57,0,0,6,57,0,0,6,57,0,0,8,57,0,0,8,57,0,0,10,57,0,0,14,57,0,0,16,57,0,0,20,57,0,0,20,57,0,0,20,57,0,0,22,57,0,0,24,57,0,0,28,57,0,0,36,57,0,0,38,57,0,0,40,57,0,0,42,57,0,0,42,57,0,0,44,57,0,0,44,57,0,0,46,57,0,0,54,57,0,0,58,57,0,0,58,57,0,0,58,57,0,0,58,57,0,0,58,57,0,0,60,57,0,0,60,57,0,0,62,57,0,0,62,57,0,0,62,57,0,0,62,57,0,0,64,57,0,0,68,57,0,0,70,57,0,0,70,57,0,0,72,57,0,0,74,57,0,0,78,57,0,0,82,57,0,0,86,57,0,0,86,57,0,0,86,57,0,0,92,57,0,0,94,57,0,0,94,57,0,0,96,57,0,0,96,57,0,0,100,57,0,0,104,57,0,0,104,57,0,0,110,57,0,0,114,57,0,0,118,57,0,0,120,57,0,0,124,57,0,0,126,57,0,0,126,57,0,0,126,57,0,0,128,57,0,0,132,57,0,0,132,57,0,0,132,57,0,0,132,57,0,0,134,57,0,0,136,57,0,0,142,57,0,0,144,57,0,0,146,57,0,0,146,57,0,0,146,57,0,0,150,57,0,0,154,57,0,0,158,57,0,0,160,57,0,0,162,57,0,0,164,57,0,0,166,57,0,0,170,57,0,0,174,57,0,0,174,57,0,0,178,57,0,0,180,57,0,0,180,57,0,0,182,57,0,0,184,57,0,0,188,57,0,0,192,57,0,0,194,57,0,0,196,57,0,0,196,57,0,0,196,57,0,0,198,57,0,0,200,57,0,0,204,57,0,0,206,57,0,0,206,57,0,0,206,57,0,0,206,57,0,0,206,57,0,0,210,57,0,0,216,57,0,0,218,57,0,0,218,57,0,0,222,57,0,0,222,57,0,0,222,57,0,0,222,57,0,0,222,57,0,0,226,57,0,0,230,57,0,0,230,57,0,0,234,57,0,0,236,57,0,0,242,57,0,0,244,57,0,0,246,57,0,0,248,57,0,0,250,57,0,0,254,57,0,0,0,58,0,0,2,58,0,0,4,58,0,0,4,58,0,0,6,58,0,0,12,58,0,0,14,58,0,0,18,58,0,0,22,58,0,0,26,58,0,0,28,58,0,0,28,58,0,0,28,58,0,0,30,58,0,0,34,58,0,0,38,58,0,0,40,58,0,0,40,58,0,0,40,58,0,0,42,58,0,0,48,58,0,0,48,58,0,0,50,58,0,0,52,58,0,0,54,58,0,0,56,58,0,0,56,58,0,0,60,58,0,0,60,58,0,0,62,58,0,0,62,58,0,0,62,58,0,0,66,58,0,0,66,58,0,0,72,58,0,0,72,58,0,0,74,58,0,0,76,58,0,0,78,58,0,0,78,58,0,0,82,58,0,0,84,58,0,0,84,58,0,0,86,58,0,0,88,58,0,0,88,58,0,0,94,58,0,0,94,58,0,0,94,58,0,0,96,58,0,0,96,58,0,0,98,58,0,0,100,58,0,0,104,58,0,0,104,58,0,0,106,58,0,0,106,58,0,0,106,58,0,0,108,58,0,0,108,58,0,0,110,58,0,0,110,58,0,0,114,58,0,0,116,58,0,0,118,58,0,0,120,58,0,0,120,58,0,0,122,58,0,0,128,58,0,0,132,58,0,0,136,58,0,0,138,58,0,0,140,58,0,0,144,58,0,0,148,58,0,0,152,58,0,0,152,58,0,0,154,58,0,0,154,58,0,0,158,58,0,0,160,58,0,0,164,58,0,0,164,58,0,0,164,58,0,0,164,58,0,0,166,58,0,0,166,58,0,0,170,58,0,0,170,58,0,0,172,58,0,0,176,58,0,0,176,58,0,0,180,58,0,0,182,58,0,0,184,58,0,0,188,58,0,0,190,58,0,0,192,58,0,0,192,58,0,0,194,58,0,0,196,58,0,0,200,58,0,0,202,58,0,0,204,58,0,0,208,58,0,0,208,58,0,0,210,58,0,0,210,58,0,0,216,58,0,0,216,58,0,0,216,58,0,0,218,58,0,0,222,58,0,0,226,58,0,0,228,58,0,0,228,58,0,0,232,58,0,0,234,58,0,0,236,58,0,0,240,58,0,0,246,58,0,0,248,58,0,0,250,58,0,0,250,58,0,0,250,58,0,0,252,58,0,0,254,58,0,0,0,59,0,0,8,59,0,0,10,59,0,0,12,59,0,0,12,59,0,0,12,59,0,0,16,59,0,0,22,59,0,0,26,59,0,0,26,59,0,0,28,59,0,0,30,59,0,0,32,59,0,0,34,59,0,0,36,59,0,0,40,59,0,0,42,59,0,0,44,59,0,0,44,59,0,0,48,59,0,0,50,59,0,0,54,59,0,0,56,59,0,0,56,59,0,0,58,59,0,0,60,59,0,0,60,59,0,0,60,59,0,0,60,59,0,0,62,59,0,0,62,59,0,0,66,59,0,0,68,59,0,0,70,59,0,0,76,59,0,0,80,59,0,0,82,59,0,0,84,59,0,0,86,59,0,0,90,59,0,0,90,59,0,0,94,59,0,0,94,59,0,0,98,59,0,0,100,59,0,0,100,59,0,0,100,59,0,0,100,59,0,0,100,59,0,0,100,59,0,0,102,59,0,0,106,59,0,0,110,59,0,0,110,59,0,0,110,59,0,0,110,59,0,0,110,59,0,0,110,59,0,0,110,59,0,0,114,59,0,0,116,59,0,0,116,59,0,0,118,59,0,0,122,59,0,0,122,59,0,0,124,59,0,0,128,59,0,0,128,59,0,0,128,59,0,0,134,59,0,0,140,59,0,0,142,59,0,0,144,59,0,0,150,59,0,0,152,59,0,0,154,59,0,0,158,59,0,0,162,59,0,0,162,59,0,0,162,59,0,0,162,59,0,0,166,59,0,0,170,59,0,0,170,59,0,0,170,59,0,0,172,59,0,0,174,59,0,0,176,59,0,0,176,59,0,0,182,59,0,0,182,59,0,0,182,59,0,0,184,59,0,0,184,59,0,0,186,59,0,0,186,59,0,0,188,59,0,0,190,59,0,0,190,59,0,0,194,59,0,0,194,59,0,0,194,59,0,0,198,59,0,0,200,59,0,0,204,59,0,0,204,59,0,0,208,59,0,0,210,59,0,0,220,59,0,0,220,59,0,0,224,59,0,0,228,59,0,0,232,59,0,0,232,59,0,0,234,59,0,0,236,59,0,0,236,59,0,0,240,59,0,0,244,59,0,0,250,59,0,0,254,59,0,0,254,59,0,0,4,60,0,0,4,60,0,0,4,60,0,0,8,60,0,0,8,60,0,0,10,60,0,0,10,60,0,0,10,60,0,0,12,60,0,0,14,60,0,0,20,60,0,0,20,60,0,0,20,60,0,0,22,60,0,0,22,60,0,0,22,60,0,0,26,60,0,0,28,60,0,0,28,60,0,0,30,60,0,0,30,60,0,0,32,60,0,0,32,60,0,0,34,60,0,0,36,60,0,0,36,60,0,0,36,60,0,0,40,60,0,0,44,60,0,0,46,60,0,0,46,60,0,0,48,60,0,0,50,60,0,0,52,60,0,0,52,60,0,0,58,60,0,0,58,60,0,0,60,60,0,0,62,60,0,0,64,60,0,0,64,60,0,0,68,60,0,0,70,60,0,0,72,60,0,0,72,60,0,0,72,60,0,0,74,60,0,0,76,60,0,0,76,60,0,0,78,60,0,0,78,60,0,0,80,60,0,0,82,60,0,0,86,60,0,0,92,60,0,0,94,60,0,0,96,60,0,0,96,60,0,0,98,60,0,0,98,60,0,0,104,60,0,0,106,60,0,0,112,60,0,0,112,60,0,0,114,60,0,0,118,60,0,0,118,60,0,0,124,60,0,0,124,60,0,0,126,60,0,0,126,60,0,0,126,60,0,0,128,60,0,0,128,60,0,0,128,60,0,0,128,60,0,0,130,60,0,0,130,60,0,0,132,60,0,0,136,60,0,0,140,60,0,0,146,60,0,0,148,60,0,0,148,60,0,0,150,60,0,0,150,60,0,0,152,60,0,0,154,60,0,0,158,60,0,0,162,60,0,0,164,60,0,0,164,60,0,0,166,60,0,0,168,60,0,0,170,60,0,0,172,60,0,0,176,60,0,0,182,60,0,0,184,60,0,0,184,60,0,0,186,60,0,0,190,60,0,0,190,60,0,0,190,60,0,0,190,60,0,0,192,60,0,0,192,60,0,0,192,60,0,0,192,60,0,0,194,60,0,0,196,60,0,0,196,60,0,0,200,60,0,0,200,60,0,0,200,60,0,0,202,60,0,0,208,60,0,0,208,60,0,0,208,60,0,0,212,60,0,0,216,60,0,0,218,60,0,0,222,60,0,0,224,60,0,0,226,60,0,0,226,60,0,0,226,60,0,0,232,60,0,0,234,60,0,0,234,60,0,0,236,60,0,0,236,60,0,0,238,60,0,0,240,60,0,0,240,60,0,0,240,60,0,0,244,60,0,0,250,60,0,0,252,60,0,0,254,60,0,0,0,61,0,0,2,61,0,0,4,61,0,0,6,61,0,0,10,61,0,0,12,61,0,0,16,61,0,0,18,61,0,0,18,61,0,0,22,61,0,0,24,61,0,0,24,61,0,0,26,61,0,0,30,61,0,0,30,61,0,0,34,61,0,0,40,61,0,0,40,61,0,0,42,61,0,0,46,61,0,0,48,61,0,0,54,61,0,0,58,61,0,0,66,61,0,0,66,61,0,0,66,61,0,0,66,61,0,0,66,61,0,0,70,61,0,0,72,61,0,0,78,61,0,0,82,61,0,0,84,61,0,0,90,61,0,0,90,61,0,0,92,61,0,0,94,61,0,0,98,61,0,0,100,61,0,0,100,61,0,0,100,61,0,0,100,61,0,0,102,61,0,0,102,61,0,0,106,61,0,0,110,61,0,0,114,61,0,0,114,61,0,0,118,61,0,0,118,61,0,0,118,61,0,0,118,61,0,0,120,61,0,0,120,61,0,0,122,61,0,0,124,61,0,0,128,61,0,0,134,61,0,0,136,61,0,0,144,61,0,0,146,61,0,0,146,61,0,0,148,61,0,0,150,61,0,0,150,61,0,0,150,61,0,0,150,61,0,0,152,61,0,0,152,61,0,0,154,61,0,0,158,61,0,0,160,61,0,0,162,61,0,0,164,61,0,0,164,61,0,0,166,61,0,0,166,61,0,0,166,61,0,0,168,61,0,0,168,61,0,0,168,61,0,0,168,61,0,0,170,61,0,0,174,61,0,0,174,61,0,0,178,61,0,0,180,61,0,0,184,61,0,0,186,61,0,0,188,61,0,0,192,61,0,0,194,61,0,0,194,61,0,0,194,61,0,0,198,61,0,0,198,61,0,0,200,61,0,0,200,61,0,0,202,61,0,0,204,61,0,0,204,61,0,0,204,61,0,0,208,61,0,0,208,61,0,0,208,61,0,0,208,61,0,0,214,61,0,0,218,61,0,0,218,61,0,0,220,61,0,0,222,61,0,0,222,61,0,0,224,61,0,0,226,61,0,0,230,61,0,0,232,61,0,0,234,61,0,0,238,61,0,0,240,61,0,0,240,61,0,0,240,61,0,0,240,61,0,0,242,61,0,0,246,61,0,0,248,61,0,0,250,61,0,0,0,62,0,0,2,62,0,0,2,62,0,0,4,62,0,0,4,62,0,0,14,62,0,0,16,62,0,0,18,62,0,0,20,62,0,0,22,62,0,0,22,62,0,0,28,62,0,0,30,62,0,0,34,62,0,0,34,62,0,0,36,62,0,0,36,62,0,0,38,62,0,0,40,62,0,0,44,62,0,0,44,62,0,0,44,62,0,0,44,62,0,0,48,62,0,0,48,62,0,0,50,62,0,0,50,62,0,0,54,62,0,0,54,62,0,0,58,62,0,0,62,62,0,0,64,62,0,0,68,62,0,0,68,62,0,0,72,62,0,0,72,62,0,0,72,62,0,0,78,62,0,0,80,62,0,0,88,62,0,0,90,62,0,0,90,62,0,0,90,62,0,0,94,62,0,0,96,62,0,0,96,62,0,0,96,62,0,0,98,62,0,0,102,62,0,0,102,62,0,0,108,62,0,0,108,62,0,0,114,62,0,0,118,62,0,0,120,62,0,0,120,62,0,0,122,62,0,0,126,62,0,0,126,62,0,0,128,62,0,0,130,62,0,0,134,62,0,0,136,62,0,0,136,62,0,0,138,62,0,0,140,62,0,0,148,62,0,0,154,62,0,0,154,62,0,0,160,62,0,0,162,62,0,0,166,62,0,0,170,62,0,0,170,62,0,0,170,62,0,0,172,62,0,0,174,62,0,0,178,62,0,0,180,62,0,0,184,62,0,0,1,192,77,33,114,228,1,0,1,64,248,186,124,5,3,0,1,192,248,245,196,38,4,0,2,96,156,179,46,125,3,0,4,32,29,81,225,162,2,0,4,160,77,171,230,153,3,0,6,0,238,192,156,18,4,0,7,32,118,131,134,10,2,0,7,160,18,144,84,50,3,0,8,96,79,211,141,71,3,0,9,32,200,36,57,171,1,0,9,64,51,167,116,250,2,0,9,224,204,69,237,117,3,0,10,64,197,229,50,202,3,0,11,0,239,22,103,37,2,0,11,96,198,209,90,229,2,0,12,32,34,31,185,111,2,0,13,0,196,97,66,51,3,0,16,224,211,192,107,243,2,0,17,160,185,197,73,44,4,0,18,160,222,94,129,126,2,0,18,64,196,196,134,44,3,0,24,128,25,11,49,218,1,0,24,224,203,207,11,28,2,0,30,32,72,204,137,141,1,0,30,96,153,58,121,99,2,0,31,192,33,241,142,37,2,0,31,32,181,89,24,21,4,0,32,32,156,242,214,219,1,0,34,192,167,84,14,244,1,0,36,192,30,110,11,181,2,0,37,224,171,126,245,135,1,0,37,160,243,213,169,87,3,0,39,96,127,20,27,190,1,0,40,128,133,214,201,140,1,0,41,96,225,197,238,13,4,0,42,32,179,98,83,36,3,0,43,160,226,158,103,60,2,0,43,0,46,144,122,51,4,0,44,64,222,2,51,20,4,0,45,0,163,129,197,84,3,0,46,224,68,223,209,166,2,0,47,160,250,169,58,214,2,0,48,32,254,111,3,149,3,0,48,0,54,45,8,221,3,0,49,64,166,206,139,161,3,0,52,0,102,140,211,153,2,0,55,32,214,39,71,7,3,0,57,224,152,211,65,199,1,0,58,96,134,112,25,76,2,0,59,64,192,82,3,7,4,0,61,0,172,44,201,137,3,0,61,32,23,95,118,186,3,0,64,128,250,193,239,88,2,0,66,224,26,177,150,84,2,0,68,160,61,11,166,192,1,0,71,192,20,184,196,235,1,0,71,32,191,251,214,134,2,0,71,96,60,117,221,139,2,0,73,0,61,114,207,163,2,0,75,192,207,70,152,232,2,0,75,0,180,18,240,74,3,0,75,224,66,64,163,84,3,0,77,64,162,54,197,28,2,0,77,64,176,186,83,58,4,0,78,192,40,84,169,228,3,0,79,32,116,241,237,203,3,0,79,0,177,163,73,233,3,0,81,64,180,239,224,126,1,0,81,224,138,230,66,30,3,0,81,160,197,220,17,194,3,0,82,192,1,96,236,216,1,0,82,96,239,187,248,127,2,0,83,128,126,31,213,244,1,0,83,224,222,160,74,103,3,0,83,96,86,44,65,27,4,0,84,224,157,45,80,21,3,0,84,96,127,147,18,16,4,0,85,224,99,84,115,11,2,0,85,224,58,172,21,243,2,0,88,128,36,74,11,242,2,0,89,224,169,0,11,247,3,0,89,64,204,106,71,46,4,0,90,0,3,57,125,218,1,0,91,224,10,158,4,86,2,0,91,224,115,90,80,92,2,0,91,192,141,74,123,10,4,0,92,0,146,34,138,1,2,0,92,64,36,147,21,56,3,0,95,224,170,96,189,214,3,0,96,192,233,146,212,224,3,0,97,0,168,170,130,159,1,0,97,224,82,233,92,108,3,0,98,160,228,205,237,211,3,0,100,128,29,221,98,151,2,0,100,128,39,24,223,206,3,0,101,160,97,241,63,122,2,0,101,0,34,3,151,117,3,0,102,128,68,40,153,247,1,0,105,32,182,126,227,133,1,0,106,64,227,134,53,1,2,0,106,192,171,153,179,134,3,0,110,160,114,97,73,254,3,0,111,128,46,202,45,126,1,0,111,192,73,90,188,129,3,0,112,64,196,255,202,112,2,0,113,128,128,62,253,249,1,0,113,192,3,227,94,51,4,0,114,128,108,33,200,127,2,0,114,128,41,83,156,254,3,0,115,128,177,168,56,190,2,0,115,192,254,205,174,207,2,0,116,32,72,134,215,142,2,0,118,192,136,184,118,200,2,0,118,96,179,49,32,109,3,0,118,96,38,245,86,238,3,0,121,96,8,0,9,79,2,0,121,0,28,29,21,37,4,0,122,96,114,95,230,175,3,0,123,128,186,198,247,59,3,0,123,160,230,248,4,43,4,0,127,224,152,223,91,218,2,0,127,160,6,25,48,35,3,0,127,0,218,94,36,43,4,0,128,96,170,201,124,1,3,0,130,192,94,75,158,191,3,0,134,96,220,129,74,61,3,0,134,128,252,101,37,113,3,0,134,192,2,116,89,115,3,0,135,128,40,194,154,98,2,0,135,160,176,72,81,11,3,0,136,192,240,221,83,130,1,0,136,32,162,234,44,107,3,0,137,32,53,117,213,124,2,0,137,0,160,215,254,2,3,0,138,0,185,1,58,211,1,0,140,96,146,169,185,135,3,0,141,224,46,15,95,213,2,0,141,0,104,68,120,39,3,0,145,192,63,35,84,241,1,0,148,32,98,69,229,201,1,0,148,64,137,60,125,133,2,0,150,0,109,128,172,205,1,0,151,128,58,205,143,176,2,0,152,224,136,255,213,120,3,0,153,64,226,152,231,82,2,0,154,96,147,182,211,29,2,0,155,64,226,152,52,83,2,0,155,224,39,81,45,150,2,0,155,224,28,102,174,37,4,0,157,64,29,196,228,213,1,0,158,224,39,81,60,150,2,0,158,32,58,244,3,184,3,0,159,0,17,27,246,76,2,0,159,32,29,134,173,250,2,0,159,192,66,110,82,192,3,0,161,192,200,5,204,172,2,0,162,32,177,22,52,232,2,0,162,96,73,90,232,136,3,0,167,64,193,128,215,208,2,0,167,224,117,30,73,105,3,0,167,160,12,177,55,37,4,0,171,0,144,118,75,83,2,0,173,0,228,244,136,94,3,0,174,64,2,72,48,114,3,0,176,96,5,26,200,215,1,0,176,224,70,22,91,70,3,0,176,192,57,100,176,120,3,0,177,160,127,220,142,229,1,0,178,0,239,157,66,170,2,0,179,32,235,41,137,171,1,0,179,128,112,61,186,169,2,0,182,96,81,87,70,225,2,0,183,64,22,38,104,214,1,0,183,96,102,28,85,188,2,0,183,0,86,191,116,25,3,0,183,224,183,158,144,243,3,0,185,160,236,76,18,48,4,0,186,32,148,174,219,54,2,0,189,128,42,84,33,208,3,0,191,192,165,94,137,152,2,0,191,224,207,117,145,124,3,0,194,224,199,169,24,212,3,0,195,224,126,226,235,8,3,0,195,0,200,124,100,220,3,0,196,96,50,134,106,191,1,0,196,64,84,60,98,12,2,0,197,128,228,59,64,197,3,0,198,192,52,229,71,154,1,0,199,64,162,183,87,226,1,0,205,160,107,75,63,152,1,0,208,192,189,255,6,205,1,0,208,64,72,234,121,113,3,0,209,128,250,156,175,79,3,0,216,96,161,20,96,5,3,0,217,64,68,93,4,191,1,0,217,0,66,62,153,12,2,0,218,128,111,108,128,253,1,0,219,96,0,13,17,1,3,0,220,192,13,230,132,189,3,0,221,128,103,186,32,156,2,0,222,128,60,176,190,255,2,0,222,32,239,171,190,179,3,0,223,224,115,65,192,252,1,0,225,0,154,177,63,142,2,0,226,0,183,184,151,141,1,0,226,224,25,255,187,169,1,0,227,160,177,3,59,44,4,0,229,32,84,192,178,150,1,0,229,224,181,191,137,151,3,0,230,192,255,22,131,248,2,0,231,128,115,25,4,0,3,0,235,192,242,20,149,52,2,0,237,160,141,206,199,60,3,0,238,128,129,70,3,26,2,0,238,160,243,90,116,108,3,0,239,64,145,185,79,149,1,0,240,0,105,199,74,239,1,0,240,224,239,83,75,48,2,0,240,192,51,13,236,123,2,0,240,64,255,45,16,77,3,0,240,128,126,126,207,180,3,0,242,64,29,36,229,175,1,0,243,160,3,205,44,184,1,0,243,0,115,251,136,254,1,0,244,192,131,26,39,19,3,0,245,224,236,221,137,167,2,0,245,32,242,175,21,5,4,0,246,192,215,52,139,231,1,0,247,32,233,73,220,144,1,0,247,64,23,11,159,150,1,0,247,128,110,226,171,171,1,0,251,160,89,11,133,216,2,0,251,96,247,156,98,65,3,0,253,224,62,34,7,248,3,0,254,192,72,106,214,88,2,0,255,160,114,180,75,14,2,0,255,0,104,13,210,35,2,0,255,224,82,171,200,235,2,0,255,0,119,2,254,219,3,0,1,129,202,126,47,137,1,0,1,1,83,88,37,254,3,0,6,225,32,100,78,234,3,0,6,161,32,224,10,28,4,0,7,225,55,116,234,44,3,0,8,129,235,169,195,210,2,0,10,97,2,206,130,236,1,0,10,65,234,43,31,77,3,0,12,161,67,157,88,245,2,0,15,193,95,7,228,137,1,0,15,33,126,229,8,181,1,0,15,129,28,48,247,78,2,0,15,161,20,67,20,50,4,0,17,1,134,119,215,1,3,0,20,129,251,174,129,170,3,0,21,97,145,240,105,218,1,0,22,225,107,129,187,154,3,0,22,161,69,247,136,246,3,0,23,161,26,24,61,136,1,0,24,225,174,203,69,10,3,0,25,161,41,250,215,190,2,0,25,65,178,11,19,4,4,0,26,161,152,2,92,255,2,0,26,225,43,26,132,101,3,0,28,1,118,164,63,26,4,0,29,33,94,65,62,35,2,0,29,129,231,147,47,8,4,0,31,129,169,90,211,113,2,0,31,225,134,72,56,196,3,0,32,65,67,183,126,235,2,0,32,97,190,163,2,159,3,0,35,193,33,126,200,215,3,0,39,33,227,221,85,80,3,0,40,225,152,223,57,218,2,0,41,161,63,141,122,22,2,0,43,33,65,149,31,191,1,0,45,161,134,219,75,125,2,0,48,193,16,96,184,255,1,0,49,161,38,9,60,222,2,0,50,161,250,142,35,255,1,0,52,193,242,84,193,233,3,0,53,97,199,210,244,169,2,0,55,225,153,120,178,2,3,0,56,129,185,97,98,132,1,0,56,129,235,128,61,242,1,0,57,225,55,118,14,228,3,0,58,33,173,190,164,127,3,0,60,33,192,95,76,120,2,0,60,1,193,17,178,227,3,0,61,225,214,195,219,21,2,0,62,161,57,146,242,121,3,0,63,97,205,94,28,224,1,0,63,33,116,146,111,226,3,0,64,129,80,116,185,105,3,0,65,225,250,195,32,239,1,0,65,65,167,35,187,219,2,0,66,193,31,132,12,215,2,0,66,33,23,211,175,19,3,0,69,129,94,219,93,163,2,0,70,33,106,41,194,10,2,0,74,129,37,139,237,190,2,0,76,225,65,76,84,177,2,0,76,65,75,150,56,236,2,0,78,33,104,153,156,15,4,0,80,33,249,217,25,187,2,0,83,97,245,173,228,52,2,0,83,1,179,118,128,63,3,0,84,193,68,42,230,49,2,0,84,225,86,164,250,8,3,0,84,193,26,135,149,73,3,0,85,225,33,120,2,179,1,0,90,193,195,157,190,254,2,0,92,129,137,92,109,72,3,0,93,97,82,135,124,169,2,0,94,193,214,204,175,58,2,0,94,161,13,173,105,199,2,0,95,97,35,188,213,150,3,0,95,225,236,165,93,151,3,0,96,129,133,203,128,232,2,0,99,65,41,75,156,146,1,0,100,1,80,54,85,137,3,0,101,33,130,176,94,55,2,0,103,97,232,152,196,86,2,0,105,129,113,19,109,171,2,0,106,193,148,201,137,132,1,0,106,129,157,125,17,254,3,0,107,97,139,148,118,30,2,0,107,129,71,240,137,34,4,0,108,65,102,49,19,9,4,0,110,161,152,68,54,169,1,0,111,161,219,137,215,253,1,0,111,225,203,186,215,174,3,0,112,1,17,7,84,162,3,0,116,97,245,8,30,139,1,0,116,97,134,184,19,202,2,0,117,193,72,48,157,11,2,0,117,193,253,210,239,182,2,0,117,65,212,214,126,167,3,0,117,193,35,172,46,172,3,0,118,129,79,91,211,73,2,0,119,1,164,4,157,147,1,0,120,97,128,94,86,135,3,0,121,33,116,190,208,189,1,0,121,193,52,248,240,220,2,0,122,65,249,131,96,125,3,0,123,161,24,253,44,240,3,0,125,161,50,124,237,196,3,0,126,65,53,59,65,153,2,0,127,225,206,14,134,51,3,0,127,129,152,218,16,154,3,0,128,65,17,144,172,156,1,0,129,129,113,154,44,220,1,0,129,1,161,173,215,80,3,0,131,193,230,143,222,32,3,0,134,129,238,22,47,110,2,0,136,97,113,191,74,241,3,0,137,1,43,110,131,34,2,0,140,65,164,145,251,11,3,0,140,225,189,32,213,86,3,0,141,161,184,164,244,205,2,0,143,1,149,65,26,211,1,0,145,1,106,111,234,236,1,0,145,193,206,141,208,18,2,0,145,193,50,56,33,80,2,0,145,225,149,19,189,149,2,0,148,65,107,151,185,25,2,0,148,65,107,138,83,178,3,0,149,129,4,238,103,120,3,0,149,193,238,200,86,6,4,0,152,1,118,125,135,193,1,0,152,65,34,179,17,98,3,0,154,65,241,187,250,136,1,0,154,65,42,118,250,67,2,0,154,129,89,196,181,93,3,0,155,129,131,255,215,13,3,0,155,97,112,44,240,26,3,0,157,65,84,181,101,221,3,0,158,65,58,144,39,41,3,0,159,193,80,76,101,231,1,0,159,97,197,97,18,248,1,0,160,1,20,220,160,100,2,0,160,161,11,236,190,87,3,0,161,65,123,167,173,217,2,0,161,97,6,165,63,92,3,0,162,97,193,109,16,63,4,0,163,65,52,16,167,190,1,0,164,193,63,110,237,212,1,0,164,1,221,67,118,71,3,0,164,97,133,69,250,57,4,0,165,33,133,84,118,241,3,0,166,97,163,171,254,60,2,0,166,97,130,194,1,81,3,0,169,193,228,183,94,148,2,0,171,1,69,43,241,3,2,0,172,65,60,27,110,127,1,0,172,97,194,145,161,51,3,0,172,97,235,168,76,213,3,0,175,65,28,107,243,204,1,0,176,65,30,253,151,215,1,0,177,1,113,52,123,163,2,0,177,193,35,164,170,63,3,0,178,97,251,35,121,92,2,0,179,97,153,219,134,200,2,0,180,97,156,95,57,163,2,0,180,1,235,116,75,34,3,0,180,97,126,133,149,210,3,0,181,65,163,185,75,57,3,0,183,65,55,174,212,142,1,0,183,193,20,244,24,140,3,0,184,33,127,195,21,36,2,0,184,65,42,103,247,152,3,0,186,225,210,194,61,66,2,0,186,129,56,252,213,64,3,0,187,161,205,106,155,187,3,0,187,193,165,212,128,219,3,0,190,1,99,28,64,97,2,0,191,129,24,223,162,127,2,0,191,225,89,73,110,48,4,0,192,161,183,104,81,2,2,0,195,225,49,162,242,210,3,0,196,65,195,240,238,107,2,0,196,193,74,98,6,135,2,0,196,193,255,89,89,38,4,0,197,225,43,167,37,136,2,0,200,1,205,50,55,160,2,0,202,129,124,104,232,163,2,0,204,193,250,2,60,128,3,0,204,97,21,117,182,53,4,0,206,65,198,46,145,24,3,0,208,193,214,234,60,216,1,0,208,129,158,174,152,247,2,0,210,161,68,177,145,142,2,0,212,65,149,148,245,45,2,0,212,161,205,168,229,158,2,0,212,161,23,81,190,217,2,0,214,193,231,147,174,9,2,0,219,161,16,175,77,174,2,0,221,65,249,140,137,178,2,0,225,225,132,247,198,138,1,0,225,97,90,173,38,160,1,0,225,1,113,210,61,253,2,0,225,1,102,6,20,200,3,0,226,129,53,46,32,29,2,0,226,65,158,227,35,158,2,0,229,97,157,234,221,203,1,0,229,161,127,38,169,191,2,0,229,33,52,213,183,8,4,0,229,97,148,250,124,41,4,0,230,129,21,75,77,255,2,0,231,225,86,243,62,247,1,0,231,97,189,194,41,38,3,0,231,225,233,134,164,66,3,0,232,97,14,94,117,170,2,0,233,1,30,102,157,231,1,0,234,65,105,236,8,61,3,0,239,1,235,62,110,88,3,0,239,65,16,40,192,243,3,0,239,193,220,45,106,13,4,0,240,161,203,75,191,236,1,0,242,193,203,113,228,209,2,0,242,225,149,7,192,16,4,0,243,161,39,141,245,181,3,0,244,1,251,0,145,127,1,0,246,161,4,223,56,62,4,0,247,97,48,216,196,251,3,0,248,33,213,238,242,203,2,0,249,65,38,72,38,226,3,0,252,33,125,162,71,133,1,0,252,129,51,138,162,148,2,0,0,2,90,253,157,145,2,0,1,66,128,154,123,141,2,0,2,34,181,143,27,249,2,0,4,34,64,178,194,177,1,0,4,34,74,191,108,74,2,0,4,226,222,176,20,67,3,0,5,226,224,29,229,55,2,0,6,2,2,81,224,247,1,0,6,2,176,62,192,188,2,0,7,98,112,246,60,126,1,0,8,226,16,162,70,155,2,0,8,194,35,183,213,88,3,0,8,130,120,232,10,40,4,0,10,194,149,85,28,241,1,0,12,226,82,12,160,178,1,0,12,226,40,144,47,227,2,0,13,130,215,38,197,67,2,0,13,66,67,156,179,107,3,0,14,194,151,51,129,62,2,0,17,66,223,153,43,157,1,0,17,194,60,81,165,109,2,0,18,2,47,70,127,188,1,0,19,98,234,87,207,126,1,0,19,2,121,28,15,130,1,0,20,162,63,71,155,114,3,0,21,66,201,102,185,192,2,0,21,66,252,9,21,239,2,0,21,226,90,249,104,27,3,0,24,2,111,112,236,151,2,0,24,2,83,105,224,20,4,0,24,98,165,244,40,29,4,0,25,162,37,59,252,166,2,0,25,130,112,127,21,53,4,0,26,66,192,192,41,168,2,0,26,66,204,12,145,229,2,0,28,98,189,40,215,196,1,0,28,2,95,20,53,53,4,0,29,98,59,106,113,250,3,0,33,226,223,16,23,127,3,0,34,162,30,149,95,248,2,0,34,226,160,91,62,216,3,0,35,194,66,108,192,16,3,0,36,130,0,12,90,213,1,0,41,130,243,59,92,167,2,0,42,194,205,67,206,11,2,0,44,98,220,219,77,25,3,0,44,66,160,115,200,26,3,0,45,34,98,178,243,31,2,0,46,226,110,253,165,224,2,0,50,66,178,103,215,220,1,0,50,226,44,96,131,7,2,0,50,34,53,235,107,216,3,0,51,98,101,155,10,96,3,0,51,130,229,108,201,4,4,0,53,194,41,188,250,125,2,0,54,34,149,160,38,174,2,0,55,98,0,117,14,237,1,0,58,194,181,181,127,112,2,0,58,2,231,118,167,65,3,0,58,2,136,240,35,114,3,0,59,130,85,219,123,184,1,0,59,162,1,37,8,55,2,0,59,34,180,95,100,180,3,0,61,34,212,59,109,208,3,0,66,98,142,86,203,197,3,0,67,2,193,185,194,120,3,0,68,34,168,41,80,8,3,0,69,66,50,160,63,27,2,0,69,34,39,108,12,57,3,0,73,194,236,31,150,222,3,0,76,98,69,80,228,131,1,0,81,226,39,81,118,150,2,0,82,162,163,103,116,39,2,0,84,226,0,10,96,127,3,0,85,130,215,223,109,56,4,0,86,162,59,30,238,159,1,0,88,226,90,75,96,18,3,0,89,98,165,244,74,29,4,0,90,162,9,9,192,136,1,0,90,194,145,238,33,112,2,0,91,194,153,223,148,114,2,0,91,66,112,47,158,56,3,0,93,2,167,244,189,151,2,0,94,2,126,194,160,151,2,0,95,194,216,73,186,14,4,0,100,194,45,74,209,136,1,0,100,34,193,124,0,53,3,0,101,226,207,188,60,121,2,0,102,66,129,106,179,85,2,0,103,130,12,0,35,71,2,0,104,226,153,128,215,209,1,0,105,34,63,191,39,194,2,0,105,2,29,58,216,37,3,0,107,2,97,162,128,93,3,0,108,34,74,90,105,176,1,0,112,98,245,81,251,90,2,0,112,98,107,140,226,205,2,0,113,226,81,45,172,41,3,0,113,2,191,98,141,66,3,0,115,34,75,20,106,133,2,0,117,130,14,23,171,248,1,0,118,34,255,241,148,72,3,0,118,2,138,176,120,221,3,0,120,98,232,211,156,45,4,0,121,66,124,249,96,72,3,0,122,66,202,120,145,136,2,0,122,66,47,100,46,185,3,0,123,66,123,81,109,219,2,0,123,98,173,129,204,10,3,0,125,2,147,173,149,8,4,0,129,2,220,37,166,29,3,0,130,162,69,141,64,40,4,0,131,226,87,34,231,142,1,0,132,130,23,102,149,242,3,0,135,130,240,139,230,149,1,0,135,194,121,42,173,244,1,0,135,2,252,26,185,212,2,0,137,162,99,204,0,206,1,0,137,2,155,231,159,97,3,0,140,34,88,240,100,120,2,0,140,2,158,68,57,34,4,0,143,226,164,76,41,150,1,0,143,130,108,222,177,48,2,0,144,194,2,170,154,53,2,0,144,226,153,223,73,114,2,0,145,194,146,182,90,252,1,0,147,226,175,80,243,198,1,0,148,226,201,229,56,159,2,0,149,226,92,254,18,110,3,0,150,194,173,27,135,234,3,0,152,34,221,161,223,135,1,0,152,130,208,253,188,148,2,0,152,194,151,237,235,161,3,0,153,130,159,234,2,234,1,0,153,162,192,39,1,111,2,0,155,226,255,143,95,208,2,0,155,130,15,246,119,243,3,0,155,66,42,36,11,12,4,0,156,66,234,67,80,76,3,0,156,34,10,173,204,219,3,0,156,98,169,155,70,49,4,0,157,194,183,18,63,255,1,0,157,34,86,124,137,255,1,0,157,194,220,56,236,190,3,0,158,130,45,229,131,4,3,0,158,226,189,106,123,141,3,0,160,98,62,157,33,247,3,0,160,34,83,204,166,25,4,0,162,194,220,139,226,184,2,0,162,130,146,184,22,199,2,0,163,34,217,169,31,207,2,0,164,162,184,13,230,196,1,0,164,34,3,210,159,71,3,0,164,34,3,210,180,71,3,0,164,34,3,210,229,60,4,0,165,130,77,164,199,64,4,0,167,226,199,251,63,59,3,0,167,98,106,239,20,57,4,0,169,130,93,234,225,12,3,0,169,130,93,234,36,13,3,0,169,226,102,207,132,188,3,0,169,226,39,76,87,60,4,0,170,98,155,143,159,34,4,0,171,226,89,249,58,125,1,0,171,226,208,25,160,50,4,0,176,130,83,249,45,131,2,0,176,226,44,32,102,5,4,0,177,98,12,255,119,159,3,0,180,2,165,250,19,131,3,0,180,66,51,48,5,243,3,0,181,130,23,89,197,237,3,0,181,226,0,226,160,61,4,0,183,194,22,196,111,18,2,0,184,226,206,75,34,219,3,0,185,98,23,145,149,227,1,0,185,2,201,149,211,8,3,0,186,98,69,67,184,69,2,0,186,98,9,23,26,83,2,0,186,98,83,46,75,205,2,0,187,34,114,206,178,94,2,0,187,66,156,149,124,165,2,0,188,2,150,231,186,121,2,0,188,194,0,156,138,174,3,0,188,98,108,143,33,221,3,0,189,66,230,11,174,172,2,0,190,130,226,88,112,195,2,0,190,2,73,82,162,192,3,0,191,226,116,23,69,254,2,0,193,226,96,135,246,232,1,0,193,98,180,242,101,76,3,0,193,194,31,114,131,144,3,0,195,66,96,233,2,197,1,0,195,2,29,120,147,22,3,0,195,162,72,72,251,180,3,0,196,130,228,194,23,60,2,0,200,34,43,104,159,204,1,0,201,2,34,178,148,157,2,0,202,226,243,38,83,123,3,0,202,66,139,217,178,54,4,0,203,130,60,59,10,232,2,0,204,226,198,226,233,168,2,0,204,66,196,68,210,241,2,0,204,98,136,185,101,176,3,0,205,162,22,32,148,173,1,0,205,162,53,126,216,34,4,0,206,98,50,243,8,165,3,0,206,98,50,243,32,165,3,0,206,98,50,243,64,165,3,0,206,98,50,243,109,165,3,0,206,98,50,243,223,165,3,0,206,98,50,243,20,166,3,0,207,66,132,165,32,238,1,0,208,66,168,203,139,190,3,0,208,2,95,72,133,209,3,0,211,98,224,88,215,40,2,0,212,98,123,211,248,122,2,0,212,194,189,124,0,237,3,0,213,66,51,130,164,210,3,0,215,98,78,254,160,178,3,0,218,2,246,123,246,136,2,0,219,66,92,46,159,134,1,0,220,194,245,122,139,29,2,0,220,194,18,221,228,87,3,0,221,162,76,81,46,66,2,0,221,34,57,66,146,118,2,0,222,130,53,46,179,30,2,0,223,162,234,178,115,47,4,0,224,34,17,3,113,143,2,0,225,34,74,126,213,228,1,0,225,2,153,223,192,161,2,0,225,130,15,173,152,64,3,0,226,226,36,100,46,223,2,0,228,226,207,188,220,119,2,0,230,226,150,152,23,247,2,0,231,226,79,121,250,188,2,0,231,66,180,103,123,55,3,0,231,226,43,109,225,245,3,0,232,226,14,199,247,81,3,0,232,194,119,237,19,87,3,0,233,162,109,94,178,92,2,0,235,226,218,249,95,156,1,0,235,2,3,169,113,205,1,0,238,130,80,176,199,182,1,0,238,194,97,206,99,254,2,0,238,162,107,23,125,216,3,0,243,162,153,73,134,248,3,0,244,226,63,189,214,141,1,0,244,130,67,71,238,126,3,0,249,66,32,12,98,100,3,0,250,194,109,157,46,178,1,0,250,130,192,72,186,14,3,0,250,226,85,68,14,41,3,0,251,98,216,185,208,36,2,0,252,194,14,137,242,62,3,0,253,130,76,81,97,98,2,0,253,34,133,46,58,199,3,0,253,98,230,173,239,24,4,0,255,130,205,47,99,193,1,0,0,99,77,21,154,137,3,0,0,227,16,137,76,225,3,0,2,67,126,13,5,123,1,0,2,163,25,73,214,3,2,0,2,99,241,198,151,26,3,0,2,163,254,17,2,210,3,0,3,67,179,146,120,222,2,0,4,3,167,5,221,154,1,0,10,35,207,70,248,48,3,0,10,35,11,196,131,79,3,0,10,99,33,15,181,146,3,0,10,131,254,215,225,208,3,0,11,195,105,158,69,252,2,0,11,35,66,58,172,166,3,0,12,67,165,25,102,138,3,0,13,3,98,103,32,0,2,0,13,131,136,160,195,195,2,0,14,67,52,45,152,143,2,0,14,35,242,169,113,208,2,0,14,195,234,237,117,123,3,0,15,163,193,189,174,192,3,0,15,3,123,186,197,226,3,0,16,35,197,17,96,53,3,0,16,163,63,227,24,79,3,0,16,35,255,243,3,177,3,0,18,35,121,5,111,90,2,0,18,227,200,217,137,8,3,0,18,35,248,67,67,22,3,0,18,3,3,47,21,172,3,0,19,195,76,81,31,28,2,0,19,35,116,133,243,248,2,0,20,195,177,144,186,3,2,0,20,227,178,102,227,77,3,0,21,195,231,22,168,233,1,0,22,99,153,73,210,206,2,0,23,67,174,57,85,47,4,0,24,99,190,202,183,247,1,0,24,227,236,93,16,8,3,0,25,3,15,80,69,17,2,0,27,67,181,145,224,166,1,0,27,99,82,67,232,92,2,0,28,67,120,99,171,212,1,0,28,163,207,198,104,49,3,0,28,163,94,137,28,84,3,0,29,227,46,23,96,166,2,0,30,163,55,21,179,100,2,0,32,163,19,162,199,44,2,0,32,195,37,231,3,194,2,0,33,163,164,7,61,12,2,0,33,67,56,110,37,7,3,0,34,67,25,156,72,125,1,0,34,131,187,171,102,54,3,0,35,131,25,205,136,27,2,0,36,195,11,109,33,216,2,0,37,3,204,91,49,35,4,0,38,227,242,12,239,36,3,0,39,131,41,229,191,197,1,0,39,131,39,81,140,139,2,0,40,67,59,166,86,153,2,0,40,3,36,9,196,33,3,0,41,67,155,178,185,116,3,0,42,99,202,123,41,250,1,0,44,99,45,248,98,59,2,0,45,99,10,10,19,173,1,0,46,227,213,126,124,140,2,0,48,35,88,240,120,120,2,0,48,3,3,55,82,242,3,0,50,99,145,236,75,119,2,0,50,195,122,230,218,239,2,0,50,67,225,172,131,0,3,0,51,195,194,44,201,96,2,0,52,3,170,77,4,213,1,0,52,3,241,105,112,13,2,0,52,99,85,100,67,16,3,0,53,131,111,27,157,22,4,0,54,99,24,72,80,114,3,0,55,3,135,121,235,126,2,0,56,227,146,73,236,65,3,0,57,195,226,194,161,63,2,0,57,227,155,202,211,125,3,0,58,35,171,6,62,251,1,0,58,99,103,140,19,32,3,0,60,163,126,199,201,94,2,0,60,163,87,229,224,226,2,0,62,163,162,176,162,128,3,0,64,131,28,188,96,22,2,0,64,227,57,157,20,89,2,0,65,227,117,167,218,10,2,0,65,227,212,187,100,127,2,0,68,227,82,190,44,167,2,0,70,131,213,59,75,240,3,0,71,195,76,81,175,36,2,0,71,131,5,21,36,189,2,0,71,35,30,141,180,201,2,0,71,195,129,59,230,63,3,0,72,195,65,85,91,158,1,0,72,131,26,142,246,108,2,0,72,131,153,223,95,128,2,0,73,67,30,148,177,194,3,0,73,99,151,227,223,234,3,0,75,99,14,206,149,123,1,0,75,195,76,81,23,37,2,0,75,3,207,124,183,219,3,0,76,195,221,13,32,88,3,0,76,163,245,120,34,182,3,0,77,3,189,234,104,190,1,0,78,131,131,29,185,140,1,0,80,227,114,162,79,245,1,0,80,195,23,106,1,156,2,0,80,195,92,191,11,25,3,0,81,35,185,6,207,190,1,0,82,99,174,115,228,193,1,0,82,195,27,208,9,176,2,0,83,131,181,211,150,169,3,0,84,227,139,68,58,210,1,0,85,227,82,90,35,8,2,0,86,99,57,59,42,226,2,0,86,3,197,120,179,110,3,0,87,35,147,222,125,230,2,0,87,163,96,224,243,241,3,0,89,3,211,146,20,231,2,0,89,227,84,179,97,168,3,0,90,163,173,243,233,153,2,0,91,3,93,157,9,71,3,0,92,99,169,91,239,140,2,0,93,163,31,222,110,210,1,0,94,227,162,144,247,70,3,0,96,99,5,247,177,28,3,0,97,99,163,239,21,95,3,0,100,3,186,156,197,139,2,0,101,195,208,152,195,32,3,0,105,163,82,161,157,19,4,0,106,99,134,196,216,228,2,0,109,67,119,173,17,137,1,0,109,99,185,39,103,53,4,0,110,131,57,82,199,160,2,0,111,99,188,175,157,18,2,0,112,67,165,51,253,245,1,0,112,35,215,131,160,165,2,0,113,227,239,120,108,147,3,0,115,195,155,129,147,138,2,0,115,67,238,215,220,244,2,0,115,99,153,23,90,19,3,0,116,195,56,164,31,122,3,0,117,227,108,143,94,75,3,0,122,195,21,207,103,207,1,0,124,227,187,204,59,208,3,0,126,131,196,55,107,50,3,0,127,195,25,117,209,193,1,0,127,67,167,129,178,224,1,0,129,99,249,159,182,168,2,0,129,3,149,215,59,123,3,0,130,67,0,139,70,30,2,0,133,163,176,8,209,159,2,0,135,3,185,251,204,135,1,0,135,99,28,123,104,116,3,0,136,3,186,57,209,131,3,0,137,99,202,35,82,131,2,0,137,163,210,151,115,28,4,0,138,163,150,181,7,152,3,0,139,3,84,227,50,68,3,0,141,35,226,6,27,146,2,0,144,227,36,155,74,105,2,0,146,195,42,205,215,212,1,0,147,67,41,6,136,150,1,0,147,131,254,227,253,28,2,0,148,131,242,147,181,110,2,0,148,195,202,248,104,6,3,0,148,195,6,102,4,23,3,0,149,67,44,81,87,129,2,0,149,163,4,130,64,75,3,0,153,227,141,253,55,178,2,0,153,67,248,51,32,57,3,0,154,163,6,178,34,149,3,0,155,67,237,175,199,231,3,0,157,131,58,98,60,3,2,0,157,195,41,60,29,251,2,0,157,99,12,20,67,202,3,0,158,3,212,207,218,33,3,0,160,195,211,196,219,42,3,0,161,99,252,19,59,38,2,0,161,227,199,226,179,143,2,0,162,35,221,247,233,228,1,0,164,99,23,236,116,181,2,0,164,227,153,46,199,244,2,0,167,131,115,4,180,185,2,0,168,131,153,223,218,127,2,0,168,35,106,0,10,225,3,0,169,3,38,176,96,17,3,0,170,99,139,24,22,142,1,0,172,131,244,156,214,198,2,0,172,131,21,24,212,68,3,0,172,163,203,20,116,207,3,0,174,99,13,181,90,11,2,0,175,163,52,67,138,161,1,0,175,67,251,103,3,22,2,0,175,163,3,2,136,88,2,0,177,67,212,49,71,36,2,0,178,195,215,157,24,31,2,0,180,67,22,42,157,157,1,0,183,67,42,37,82,243,2,0,183,195,199,187,186,24,3,0,184,131,18,128,3,120,3,0,185,99,55,121,13,87,2,0,185,99,128,6,249,76,3,0,187,195,31,66,23,135,1,0,187,227,175,238,191,50,2,0,189,35,152,134,191,238,2,0,190,227,47,179,244,165,1,0,190,3,174,28,58,100,2,0,192,163,82,59,45,131,1,0,193,227,50,117,78,175,1,0,193,163,24,186,142,122,2,0,197,35,106,186,241,155,2,0,197,227,18,25,195,190,2,0,197,35,153,185,75,191,3,0,198,163,39,81,228,141,2,0,199,163,149,87,185,35,2,0,199,35,26,5,165,27,3,0,201,67,66,242,252,23,4,0,201,131,101,212,33,65,4,0,204,67,138,54,95,132,2,0,204,67,21,21,240,162,2,0,205,67,27,96,193,88,2,0,205,35,11,50,53,31,3,0,206,99,108,24,58,118,2,0,207,99,106,150,168,39,4,0,208,3,236,239,19,252,1,0,208,99,36,98,198,182,3,0,209,163,114,10,185,216,1,0,210,35,123,210,56,69,3,0,211,163,96,230,227,239,1,0,213,35,237,55,104,45,4,0,215,131,141,53,83,148,1,0,215,227,14,66,104,32,4,0,216,195,134,102,95,220,1,0,216,227,166,238,25,67,2,0,216,195,79,243,41,133,3,0,217,163,205,164,232,39,3,0,217,195,47,81,217,0,4,0,220,195,236,70,22,137,3,0,221,35,40,28,95,30,2,0,221,195,30,23,195,46,4,0,222,131,52,5,17,163,1,0,223,3,126,39,34,188,1,0,226,227,83,230,153,42,3,0,226,131,133,115,211,175,3,0,227,163,198,57,158,224,1,0,227,35,250,66,77,93,3,0,231,99,53,83,45,16,3,0,233,195,202,210,33,138,2,0,234,131,21,225,210,162,1,0,234,131,26,203,10,139,3,0,236,99,233,118,24,125,2,0,236,131,48,4,240,23,3,0,236,35,137,5,181,170,3,0,238,67,97,16,148,28,4,0,239,35,185,125,114,61,4,0,242,35,4,236,10,35,3,0,242,99,62,104,247,77,3,0,242,99,212,232,203,15,4,0,243,227,173,175,186,82,3,0,243,195,40,182,60,188,3,0,248,99,220,170,155,139,2,0,248,195,67,85,215,129,3,0,248,67,165,236,253,133,3,0,249,35,145,112,77,191,1,0,249,131,81,248,55,113,2,0,249,3,231,100,254,21,3,0,251,227,95,22,20,163,2,0,252,163,222,2,78,132,2,0,254,99,239,147,147,195,1,0,0,4,63,48,105,225,3,0,1,164,153,223,253,116,2,0,1,100,14,94,101,13,3,0,1,228,10,239,35,37,4,0,2,164,167,222,193,202,1,0,2,4,235,148,171,237,3,0,5,228,61,118,218,194,2,0,7,100,118,179,232,151,1,0,7,68,129,101,37,200,1,0,9,164,26,195,19,238,3,0,10,164,157,194,244,153,1,0,10,68,48,43,192,34,4,0,11,132,221,240,202,144,3,0,12,100,24,81,4,202,2,0,12,36,9,169,254,20,4,0,14,100,62,112,145,235,3,0,18,4,255,191,12,155,1,0,18,36,42,159,22,220,1,0,18,228,90,227,52,162,2,0,19,132,103,108,251,254,2,0,19,196,81,168,155,180,3,0,20,132,243,216,196,129,2,0,22,68,224,151,38,144,3,0,23,132,234,193,82,207,2,0,24,4,201,40,31,202,3,0,25,36,241,45,198,77,2,0,26,100,61,224,21,162,1,0,26,132,127,172,155,251,1,0,26,100,221,246,194,136,3,0,26,228,215,171,13,155,3,0,26,228,206,95,151,206,3,0,27,4,229,10,225,174,2,0,28,132,225,198,161,130,3,0,29,228,246,174,222,248,2,0,29,164,116,203,36,193,3,0,30,36,84,168,235,35,2,0,30,196,35,45,224,107,3,0,31,196,55,80,8,161,1,0,31,36,237,199,148,5,3,0,32,100,72,138,37,153,2,0,33,4,193,107,186,57,4,0,34,132,191,104,243,22,2,0,36,68,138,222,148,129,2,0,36,4,207,248,115,231,3,0,37,36,157,183,82,242,1,0,37,36,39,232,251,14,4,0,39,132,168,128,0,165,1,0,39,68,24,102,167,216,1,0,40,132,59,184,172,186,2,0,40,4,216,203,60,136,3,0,41,4,123,236,151,49,2,0,41,36,67,153,239,148,3,0,42,132,44,132,36,42,3,0,46,164,22,43,85,60,2,0,47,36,194,16,37,140,1,0,47,4,87,243,45,245,2,0,47,100,116,84,211,113,3,0,50,68,186,207,49,168,1,0,50,36,85,46,70,109,3,0,51,196,114,83,55,174,2,0,52,68,215,18,142,142,1,0,52,4,149,51,174,50,3,0,52,196,197,102,143,113,3,0,55,228,210,190,129,146,3,0,59,196,70,133,96,69,2,0,62,164,93,126,201,83,2,0,63,100,130,176,0,87,3,0,64,100,152,160,98,174,2,0,64,36,159,0,179,183,3,0,64,4,135,29,186,10,4,0,67,36,62,244,130,47,3,0,69,196,125,116,70,144,3,0,69,132,188,167,185,186,3,0,71,132,154,31,57,11,3,0,71,228,227,98,52,213,3,0,72,4,187,126,175,131,1,0,72,68,65,84,48,208,1,0,74,4,153,223,97,164,2,0,76,36,145,28,146,160,1,0,77,4,1,229,254,136,3,0,78,228,248,235,195,145,2,0,78,36,151,47,226,246,3,0,79,68,14,69,85,51,2,0,80,36,91,2,28,228,2,0,80,100,208,246,215,14,3,0,85,100,248,86,241,144,1,0,85,132,83,142,191,139,3,0,86,36,72,181,244,250,1,0,86,228,36,167,241,216,2,0,87,164,46,92,76,196,3,0,89,36,57,66,167,118,2,0,90,68,77,140,35,57,2,0,91,36,39,187,228,148,2,0,92,4,245,77,162,118,3,0,95,132,187,30,178,52,4,0,96,196,81,60,233,128,1,0,96,132,108,36,136,55,2,0,96,100,146,254,219,16,3,0,101,196,95,173,2,179,3,0,103,228,72,193,221,147,2,0,104,228,161,245,66,60,4,0,107,100,250,157,19,19,2,0,107,132,149,33,26,32,4,0,111,132,7,138,36,149,1,0,111,68,32,39,209,116,3,0,111,164,36,43,15,196,3,0,112,36,53,179,176,255,3,0,114,132,133,40,80,62,2,0,115,4,239,67,206,97,2,0,116,4,235,217,74,46,2,0,116,4,235,217,100,46,2,0,116,4,235,217,126,46,2,0,116,4,235,217,151,46,2,0,116,4,235,217,185,46,2,0,116,36,26,81,200,167,2,0,117,132,8,50,132,125,2,0,120,228,20,63,253,226,1,0,120,196,99,180,236,183,3,0,121,68,107,238,25,144,2,0,121,100,206,113,117,209,2,0,122,68,192,66,95,242,2,0,123,4,216,35,202,252,3,0,125,132,112,61,156,168,3,0,128,228,74,134,80,163,1,0,129,196,80,80,211,133,1,0,130,196,131,149,225,190,1,0,130,228,227,120,165,148,3,0,131,100,35,117,169,16,4,0,132,4,20,50,70,17,3,0,133,68,120,32,26,251,1,0,134,36,198,211,28,169,1,0,134,228,42,95,151,152,3,0,135,4,204,175,193,220,1,0,135,196,4,135,134,184,3,0,135,132,218,153,241,25,4,0,137,68,56,236,219,218,1,0,138,100,10,67,155,62,2,0,138,196,26,235,240,147,3,0,139,164,156,192,149,87,3,0,140,228,179,246,15,112,3,0,140,68,141,30,218,243,3,0,141,36,165,235,161,81,2,0,144,100,168,87,211,205,1,0,144,68,75,176,9,118,3,0,147,228,9,103,247,179,1,0,148,36,140,57,15,158,2,0,149,228,28,13,166,145,3,0,150,228,195,87,14,55,4,0,151,36,238,216,203,139,1,0,152,100,251,206,168,189,1,0,153,196,56,164,136,47,2,0,153,4,110,252,98,137,2,0,153,36,219,98,45,150,3,0,154,4,64,45,29,23,3,0,154,4,240,86,27,248,3,0,154,36,167,235,217,45,4,0,156,196,62,48,62,113,3,0,158,228,85,30,189,139,1,0,160,228,174,123,227,221,3,0,161,68,209,151,206,48,2,0,161,132,76,81,71,95,2,0,161,36,113,155,255,187,2,0,161,100,239,35,39,75,3,0,161,228,204,126,213,1,4,0,162,36,44,207,155,221,2,0,163,196,25,248,143,19,2,0,163,132,40,247,65,211,2,0,166,164,67,209,6,109,3,0,166,228,237,254,149,224,3,0,167,36,247,59,196,205,1,0,167,228,226,196,159,40,2,0,169,164,206,23,242,185,2,0,171,196,44,18,94,253,1,0,171,36,29,81,210,162,2,0,172,100,111,196,203,41,3,0,172,196,52,142,178,42,4,0,173,68,133,72,35,205,1,0,173,36,38,9,97,39,4,0,174,132,87,131,62,127,2,0,175,36,7,146,59,213,2,0,176,196,36,243,132,226,1,0,178,36,124,157,55,134,3,0,178,132,113,1,141,220,3,0,179,196,223,210,147,221,1,0,179,132,99,24,249,94,2,0,179,36,6,81,24,107,3,0,179,100,181,120,61,137,3,0,181,164,47,19,197,183,2,0,183,196,176,95,183,177,2,0,183,228,220,178,152,243,2,0,184,100,35,14,57,26,3,0,184,100,249,137,78,169,3,0,185,100,154,189,135,95,3,0,186,164,70,70,210,179,3,0,187,100,40,188,190,13,2,0,187,228,190,49,98,87,2,0,189,132,36,150,195,84,2,0,193,164,221,241,44,20,2,0,193,228,136,100,54,70,2,0,193,68,190,16,28,211,3,0,195,100,88,111,66,156,1,0,195,100,229,96,86,89,2,0,196,68,118,14,73,9,2,0,197,100,224,225,87,15,4,0,204,228,249,233,155,40,3,0,204,132,240,194,203,101,3,0,205,36,16,219,166,9,3,0,205,164,46,254,229,11,4,0,206,228,200,150,211,186,3,0,208,228,227,134,46,72,2,0,208,228,211,93,122,124,3,0,209,36,183,117,22,179,1,0,213,36,5,183,25,213,2,0,215,164,247,21,153,228,3,0,216,68,71,244,102,48,2,0,216,132,188,152,108,52,2,0,216,196,203,207,141,159,2,0,217,196,43,186,238,149,2,0,217,68,62,240,193,213,3,0,218,196,126,222,111,177,2,0,219,36,145,100,80,21,4,0,220,4,191,70,232,225,1,0,220,196,73,186,214,152,2,0,221,68,19,38,174,144,2,0,221,164,237,47,234,134,3,0,222,132,53,46,60,32,2,0,222,196,206,32,69,18,4,0,226,4,219,165,42,156,1,0,226,4,221,98,248,56,4,0,231,4,17,72,225,183,1,0,231,36,133,250,52,219,2,0,231,68,120,119,186,26,4,0,233,100,87,35,247,168,1,0,233,68,196,55,66,60,2,0,234,36,83,18,133,31,2,0,235,68,234,126,218,191,1,0,237,4,32,60,66,69,2,0,237,228,1,47,184,182,3,0,238,68,19,30,32,235,1,0,238,132,223,160,76,121,2,0,238,4,30,67,150,161,2,0,241,228,71,127,211,21,4,0,243,228,241,193,250,14,3,0,244,228,239,129,36,59,2,0,245,68,197,115,239,223,2,0,246,228,109,114,155,3,3,0,246,196,85,91,81,59,3,0,246,4,56,120,244,72,3,0,248,132,46,28,224,30,2,0,251,228,20,151,70,28,3,0,251,164,219,3,215,70,3,0,251,4,6,132,177,225,3,0,253,100,19,70,118,224,3,0,255,36,60,61,237,214,1,0,255,4,203,47,181,65,4,0,1,165,97,67,134,157,1,0,1,69,213,206,138,2,4,0,2,69,242,55,58,67,2,0,2,229,18,52,184,193,2,0,3,133,232,232,35,24,2,0,3,101,26,107,38,246,3,0,3,197,175,170,7,58,4,0,5,165,176,134,29,17,2,0,6,165,176,164,129,125,3,0,6,229,246,228,116,252,3,0,7,165,163,165,150,172,2,0,8,229,37,52,11,225,2,0,9,5,126,137,32,241,3,0,12,37,2,234,45,244,2,0,13,101,157,9,87,179,1,0,13,165,46,147,86,126,2,0,15,5,16,188,83,122,2,0,15,165,142,47,140,91,3,0,16,229,176,43,186,243,1,0,18,101,128,173,160,75,2,0,18,229,152,223,111,164,2,0,20,37,168,148,230,27,2,0,24,133,252,3,189,92,3,0,25,229,82,97,194,70,2,0,25,101,98,176,199,138,2,0,25,69,106,37,107,182,2,0,25,101,24,81,203,201,2,0,27,37,236,10,112,201,2,0,28,229,202,80,185,102,3,0,29,197,139,67,13,139,2,0,30,229,75,215,213,65,2,0,31,165,137,226,102,211,1,0,33,5,123,59,53,83,3,0,33,165,198,117,104,232,3,0,34,37,105,178,208,128,3,0,35,37,160,54,122,183,2,0,37,5,59,55,132,45,2,0,37,37,7,146,77,213,2,0,39,133,195,141,186,222,1,0,39,101,173,82,158,68,2,0,39,5,190,199,152,50,3,0,40,37,122,231,146,240,3,0,41,101,50,12,231,38,3,0,42,5,196,136,239,209,1,0,44,165,138,196,127,214,2,0,45,229,20,91,132,152,3,0,46,37,222,69,90,135,1,0,46,101,139,241,139,255,3,0,48,69,103,64,134,42,4,0,49,37,98,123,192,60,2,0,49,133,212,115,164,32,3,0,49,133,27,224,15,224,3,0,49,197,164,214,135,54,4,0,50,101,89,152,39,178,3,0,52,5,147,209,156,97,2,0,54,133,221,30,186,64,3,0,56,197,136,6,169,5,2,0,58,197,117,97,237,154,2,0,60,229,55,101,156,201,2,0,61,165,148,36,161,206,1,0,62,5,81,6,32,183,1,0,66,165,202,174,139,202,1,0,66,229,212,4,20,245,2,0,67,69,243,47,33,125,1,0,67,133,233,94,242,90,3,0,68,69,225,14,219,140,1,0,68,69,25,139,35,238,2,0,68,165,240,165,46,59,3,0,69,229,250,169,253,213,2,0,69,69,207,108,247,95,3,0,72,37,229,228,100,180,1,0,73,101,1,130,169,238,2,0,73,197,79,176,110,146,3,0,74,37,164,155,158,132,1,0,74,37,164,243,122,158,2,0,74,133,79,210,69,173,3,0,74,5,216,110,184,36,4,0,78,5,111,11,29,115,3,0,81,69,236,232,137,62,3,0,83,133,84,92,150,245,1,0,83,133,13,181,5,248,1,0,83,133,238,210,161,249,2,0,83,197,99,67,170,98,3,0,83,133,204,121,144,126,3,0,84,101,248,144,160,60,2,0,85,197,126,82,48,248,2,0,88,229,18,14,201,27,2,0,89,229,112,70,219,233,3,0,90,229,164,44,89,199,1,0,90,5,114,118,68,10,2,0,90,5,76,87,32,255,3,0,91,197,20,37,151,163,2,0,91,101,107,247,111,239,3,0,92,5,226,211,105,223,1,0,92,69,208,236,175,144,3,0,92,69,172,93,236,229,3,0,94,69,97,212,249,7,3,0,94,101,199,240,221,196,3,0,95,101,153,61,129,237,1,0,95,197,70,133,115,69,2,0,97,37,57,30,6,45,2,0,100,197,116,111,58,82,2,0,100,229,154,233,44,112,3,0,101,101,144,181,97,128,1,0,101,37,29,81,195,162,2,0,102,5,44,238,246,124,1,0,102,101,183,246,184,228,1,0,104,69,45,135,244,251,3,0,105,165,221,181,195,194,3,0,107,5,161,215,39,167,1,0,107,69,221,75,74,185,3,0,107,37,0,37,112,229,3,0,110,197,225,130,195,57,3,0,111,69,8,129,195,250,1,0,112,101,135,160,1,195,2,0,113,165,161,181,185,93,2,0,113,101,229,106,146,166,3,0,114,133,199,143,22,150,1,0,114,5,118,211,34,255,2,0,115,37,89,243,42,11,2,0,117,5,111,228,202,12,2,0,117,229,122,19,18,38,2,0,119,133,3,252,202,55,2,0,119,165,56,166,173,107,2,0,120,5,134,208,108,20,4,0,121,133,211,36,84,86,2,0,122,229,159,121,235,124,2,0,123,197,41,127,182,114,3,0,123,101,99,103,62,14,4,0,125,133,76,81,253,96,2,0,126,101,187,236,200,240,1,0,127,165,250,39,47,33,2,0,128,197,117,131,243,85,3,0,129,229,203,226,179,209,3,0,130,69,191,227,63,78,2,0,131,165,142,110,83,79,3,0,135,5,153,223,55,164,2,0,135,133,16,15,239,41,4,0,137,229,205,63,252,56,3,0,142,5,68,26,217,157,2,0,143,197,255,107,241,192,1,0,143,37,167,141,21,237,2,0,144,133,226,83,182,121,3,0,145,133,230,229,199,94,3,0,147,5,63,79,88,96,3,0,147,5,167,205,199,184,3,0,148,101,169,12,26,236,1,0,148,69,184,95,178,160,2,0,148,133,28,221,212,59,4,0,149,229,153,188,28,210,2,0,149,101,37,198,197,50,3,0,149,197,91,175,18,178,3,0,150,101,235,185,72,167,2,0,151,133,129,68,206,154,1,0,152,229,131,99,83,161,1,0,154,197,175,153,154,179,1,0,155,133,125,154,208,131,1,0,155,133,76,81,223,95,2,0,155,37,255,198,89,161,2,0,155,101,52,140,231,28,4,0,156,197,98,206,226,94,2,0,156,5,186,101,247,120,3,0,157,5,54,187,82,25,4,0,158,165,85,214,208,186,1,0,159,229,53,225,22,157,1,0,160,165,213,182,144,68,3,0,160,197,170,219,129,254,3,0,161,197,7,129,59,214,1,0,161,229,72,60,239,133,2,0,161,229,13,80,218,12,4,0,162,165,229,217,201,47,2,0,162,37,180,174,242,22,3,0,162,69,191,248,86,74,3,0,163,197,172,231,105,135,3,0,163,197,25,157,195,155,3,0,164,165,167,188,79,223,1,0,164,5,207,24,126,84,2,0,165,101,22,254,42,219,1,0,165,101,75,68,253,227,1,0,165,37,236,152,30,86,2,0,167,165,135,21,1,245,3,0,168,229,94,190,197,153,1,0,168,101,53,81,43,118,2,0,168,229,43,22,118,134,2,0,169,197,64,185,249,160,2,0,170,197,41,169,109,45,3,0,171,69,25,81,125,164,2,0,174,229,230,184,60,22,4,0,175,165,87,57,13,69,2,0,176,37,98,114,98,205,1,0,177,37,18,55,155,7,3,0,182,229,86,188,78,231,1,0,182,69,227,227,80,47,2,0,184,165,221,17,48,80,3,0,185,197,130,207,167,64,2,0,187,197,239,169,164,127,1,0,187,165,206,0,252,230,1,0,187,69,20,54,253,176,2,0,188,165,216,22,66,95,3,0,188,229,213,26,113,9,4,0,190,133,68,231,239,244,2,0,192,165,206,247,190,65,2,0,192,101,41,94,89,29,4,0,193,37,121,209,55,187,3,0,195,5,170,10,160,241,1,0,195,165,87,163,174,154,2,0,198,229,200,38,201,178,1,0,198,5,176,233,244,38,3,0,198,101,81,220,207,235,3,0,198,197,47,50,202,24,4,0,200,37,52,49,116,204,3,0,203,69,167,206,157,90,2,0,203,69,71,21,13,169,2,0,203,69,17,61,119,85,3,0,205,229,147,205,152,53,3,0,205,37,43,96,75,134,3,0,206,5,236,174,183,253,2,0,208,229,59,108,232,17,3,0,208,197,221,145,239,194,3,0,209,37,165,27,71,160,3,0,211,37,207,90,118,44,2,0,211,133,189,204,220,47,2,0,212,133,50,195,137,195,2,0,213,133,124,198,170,148,1,0,213,197,14,233,205,200,3,0,213,197,14,233,52,201,3,0,214,133,219,191,93,221,1,0,214,69,38,0,99,111,2,0,217,37,188,238,3,204,3,0,218,101,231,228,226,156,2,0,219,133,223,218,26,25,4,0,220,165,200,24,134,231,2,0,223,5,224,171,217,131,2,0,225,69,101,239,16,252,3,0,226,197,127,121,48,109,3,0,227,229,103,107,150,0,4,0,228,229,44,209,126,31,3,0,229,101,131,200,43,147,1,0,230,165,208,7,231,141,1,0,234,133,243,199,114,44,4,0,236,229,119,253,241,54,3,0,237,5,173,196,11,70,3,0,239,229,69,163,120,236,3,0,241,133,184,92,91,61,2,0,241,133,20,254,86,1,4,0,245,69,139,47,143,44,2,0,245,133,52,69,176,158,2,0,249,101,32,25,201,9,2,0,249,37,200,11,164,190,3,0,250,133,48,167,224,216,2,0,252,37,17,23,69,128,2,0,254,133,119,25,59,143,1,0,254,5,162,145,25,96,2,0,255,101,49,52,36,191,2,0,0,102,128,128,38,18,2,0,4,230,11,176,83,173,3,0,5,230,28,63,245,104,3,0,8,70,226,108,120,231,1,0,8,134,14,160,123,200,3,0,9,38,231,13,53,223,1,0,9,38,39,161,94,179,2,0,9,102,195,3,127,185,2,0,9,6,27,254,251,222,2,0,9,230,179,51,62,13,3,0,10,102,118,61,80,169,2,0,10,102,202,22,74,248,3,0,11,166,54,80,53,86,2,0,11,134,177,179,40,120,2,0,11,38,166,170,219,194,3,0,12,70,213,49,200,87,2,0,12,134,227,186,62,132,2,0,12,6,9,212,109,161,3,0,13,166,46,3,106,241,1,0,16,6,68,117,31,45,3,0,16,134,157,200,60,119,3,0,17,198,155,28,30,74,3,0,17,102,237,100,154,32,4,0,19,6,166,48,229,241,1,0,20,166,80,23,83,129,3,0,21,166,54,188,22,152,2,0,21,230,151,160,54,185,2,0,21,230,209,249,54,191,2,0,21,166,206,144,239,33,3,0,21,230,118,192,145,52,3,0,22,102,24,129,181,53,2,0,22,70,166,227,89,61,3,0,23,70,45,170,36,186,1,0,23,166,245,102,49,17,2,0,26,198,87,247,72,244,3,0,27,38,138,46,129,149,1,0,27,166,6,101,66,68,2,0,27,38,190,57,171,23,3,0,28,134,118,31,177,225,2,0,29,70,52,156,41,151,2,0,32,198,147,156,158,124,1,0,32,134,48,194,48,152,2,0,34,198,240,149,128,82,3,0,39,166,8,23,255,134,1,0,39,134,226,210,5,219,2,0,39,6,86,221,186,66,3,0,40,198,47,56,209,147,1,0,40,38,181,18,200,30,2,0,41,38,191,3,80,156,3,0,43,6,140,60,226,241,2,0,43,198,22,47,123,228,3,0,44,134,125,56,238,125,1,0,44,198,180,78,120,254,1,0,44,166,40,251,83,123,2,0,45,6,162,75,237,166,3,0,46,38,39,181,113,166,3,0,47,38,139,101,37,9,3,0,48,134,97,69,227,160,1,0,48,134,238,155,161,253,2,0,50,102,214,84,168,0,2,0,51,6,64,56,5,189,1,0,51,166,250,61,253,246,1,0,53,38,12,17,254,20,2,0,53,6,216,167,99,33,4,0,54,198,32,159,8,71,2,0,56,102,67,171,147,64,2,0,56,102,6,75,126,5,4,0,57,198,118,234,1,27,3,0,57,166,130,44,25,230,3,0,58,102,199,154,232,44,2,0,58,198,71,173,43,198,2,0,59,38,213,38,42,6,2,0,60,166,76,81,124,60,2,0,60,134,176,28,140,32,3,0,61,70,209,2,222,133,2,0,62,230,181,109,148,167,1,0,63,166,107,169,104,112,2,0,63,198,41,188,209,125,2,0,64,102,25,25,25,123,1,0,65,38,30,123,226,68,3,0,66,198,45,179,101,141,1,0,66,198,245,192,1,69,3,0,66,134,222,241,93,104,3,0,67,166,123,235,183,119,2,0,67,134,51,56,201,28,3,0,67,198,137,10,189,37,3,0,68,6,118,172,112,123,1,0,68,6,57,196,20,46,4,0,69,102,38,172,51,186,1,0,69,102,58,135,226,124,3,0,70,230,3,140,223,122,3,0,71,70,228,98,131,205,3,0,72,166,109,16,117,198,1,0,72,6,44,119,29,124,2,0,72,166,128,184,210,204,2,0,73,102,9,64,74,127,3,0,73,6,60,104,210,28,4,0,76,38,57,176,94,210,2,0,77,102,169,90,224,182,1,0,81,166,195,211,55,139,1,0,81,134,186,102,234,247,3,0,81,230,172,113,222,252,3,0,82,166,219,243,46,107,2,0,82,102,129,139,63,114,3,0,83,70,165,241,227,158,1,0,85,230,210,83,38,152,1,0,85,102,203,173,140,164,2,0,88,198,62,23,31,62,3,0,88,70,89,70,253,0,4,0,88,38,81,206,35,11,4,0,89,70,135,222,66,161,3,0,90,70,195,216,99,189,1,0,91,230,52,103,51,203,3,0,92,134,17,62,171,136,2,0,92,38,41,53,222,141,3,0,92,70,129,153,153,230,3,0,92,166,235,92,137,238,3,0,93,134,105,21,154,26,2,0,94,198,217,47,49,40,3,0,94,198,217,47,66,40,3,0,94,198,217,47,217,41,3,0,94,134,113,165,43,106,3,0,94,70,138,229,29,191,3,0,96,198,32,75,125,242,3,0,97,198,57,35,102,129,2,0,97,198,238,169,189,209,2,0,97,70,152,250,243,205,3,0,98,134,235,175,101,175,3,0,100,102,50,230,170,236,3,0,101,134,113,26,60,5,3,0,101,38,88,255,69,124,3,0,102,198,238,218,96,166,1,0,102,38,98,192,238,1,4,0,103,102,153,124,225,219,2,0,104,134,179,173,160,222,2,0,105,198,207,46,8,18,2,0,105,134,98,195,204,246,3,0,105,230,153,49,117,247,3,0,106,134,195,136,73,232,1,0,107,38,150,233,159,108,2,0,107,166,26,62,32,227,3,0,108,198,125,185,209,243,1,0,108,102,225,8,201,34,2,0,109,198,124,110,5,167,1,0,110,70,39,5,120,147,2,0,110,166,236,135,34,159,2,0,110,6,74,127,111,36,4,0,113,38,213,115,106,199,1,0,113,230,67,24,112,57,4,0,116,70,129,20,143,17,2,0,117,166,54,198,31,147,3,0,118,6,175,1,89,80,2,0,120,134,177,179,58,120,2,0,121,134,212,197,151,218,2,0,123,230,255,245,42,153,1,0,123,166,114,41,26,164,2,0,124,134,116,11,130,203,1,0,124,38,103,216,143,226,2,0,124,6,219,64,220,171,3,0,127,6,122,33,77,183,1,0,127,198,88,45,116,8,2,0,127,166,94,72,57,183,2,0,129,166,97,120,127,225,1,0,129,134,31,219,109,105,3,0,130,6,210,165,245,174,3,0,135,102,31,170,24,63,2,0,136,166,173,102,22,120,3,0,139,198,171,185,9,250,2,0,139,6,27,162,111,3,3,0,140,166,218,24,229,71,2,0,140,134,209,150,68,82,3,0,141,38,123,83,223,63,2,0,141,230,81,226,185,164,2,0,141,134,73,78,166,202,2,0,141,230,247,205,223,58,3,0,143,230,148,5,134,234,2,0,143,134,47,29,102,31,4,0,145,134,39,30,184,72,3,0,147,38,102,184,6,166,2,0,147,102,187,180,4,38,4,0,148,70,194,106,97,56,3,0,150,102,250,72,47,207,1,0,151,6,132,205,226,111,3,0,151,6,131,19,141,128,3,0,154,70,93,71,229,198,1,0,154,198,226,25,241,178,2,0,158,166,181,15,207,155,2,0,158,230,214,28,182,230,2,0,159,38,186,254,34,215,2,0,161,6,49,75,10,205,3,0,161,230,23,52,230,57,4,0,162,70,247,22,142,142,3,0,165,38,165,110,65,34,2,0,166,198,122,77,84,24,2,0,166,70,96,154,180,12,3,0,166,166,170,136,165,26,3,0,168,102,233,9,98,99,2,0,169,198,15,40,56,255,2,0,169,134,151,136,83,1,3,0,170,198,187,173,164,29,2,0,170,230,81,13,139,9,4,0,171,198,238,114,222,185,2,0,172,38,220,79,207,145,3,0,178,198,226,193,189,176,1,0,178,198,59,108,188,189,1,0,178,166,36,220,209,216,1,0,178,230,64,85,238,217,1,0,179,230,204,99,240,183,1,0,180,70,160,2,21,193,3,0,181,134,94,248,217,146,3,0,182,6,31,78,65,138,1,0,185,166,71,15,233,131,3,0,187,38,35,225,220,153,1,0,187,6,173,173,78,52,2,0,187,134,154,176,1,123,3,0,188,38,31,74,70,141,2,0,188,230,86,225,167,169,2,0,188,38,102,119,73,228,2,0,189,230,107,190,201,163,1,0,191,134,79,243,69,179,3,0,194,102,23,192,135,38,2,0,195,198,165,35,48,90,2,0,196,38,34,178,212,210,2,0,199,166,33,157,30,85,2,0,200,6,219,2,108,131,2,0,201,230,213,173,190,195,3,0,201,38,143,78,72,210,3,0,203,70,72,198,176,203,1,0,203,134,203,133,154,238,2,0,204,230,228,64,43,193,1,0,204,198,232,134,141,199,1,0,204,70,157,52,61,231,1,0,205,198,42,60,171,207,3,0,209,6,14,85,47,231,1,0,209,230,231,170,55,172,2,0,215,198,131,219,223,156,1,0,215,38,117,10,22,217,3,0,217,198,0,32,172,157,2,0,218,166,79,247,250,68,2,0,218,70,128,105,89,168,2,0,218,166,9,130,189,98,3,0,218,102,41,171,111,203,3,0,219,166,27,167,216,203,3,0,219,6,119,101,57,251,3,0,222,38,184,203,158,20,4,0,223,38,132,67,76,170,3,0,223,230,123,165,82,208,3,0,225,230,30,115,36,21,3,0,226,198,254,206,104,48,3,0,227,102,201,21,31,39,2,0,227,230,207,249,178,72,2,0,229,166,162,222,94,4,3,0,232,70,189,167,149,175,3,0,233,6,53,73,168,204,2,0,235,134,76,9,2,107,2,0,235,6,152,244,175,176,3,0,237,198,195,167,54,16,4,0,238,38,23,236,154,125,1,0,238,230,26,158,202,184,1,0,239,166,39,227,99,139,2,0,239,38,139,187,233,21,3,0,241,198,102,10,70,179,1,0,243,102,153,124,246,219,2,0,244,230,30,15,62,41,4,0,245,134,76,65,189,124,2,0,248,6,216,155,132,239,2,0,249,38,250,106,164,231,3,0,250,230,153,103,157,162,3,0,251,230,83,224,199,33,2,0,252,198,7,91,231,23,2,0,253,70,219,253,117,20,3,0,255,102,253,190,145,233,2,0,2,167,217,206,67,234,2,0,2,199,165,110,203,25,3,0,2,71,224,226,218,83,3,0,3,135,148,160,151,175,1,0,5,71,27,35,190,126,2,0,8,167,58,7,141,198,3,0,11,39,2,126,121,216,1,0,13,231,255,17,9,203,1,0,13,167,48,1,123,56,3,0,14,231,221,16,120,95,2,0,15,167,118,101,33,25,3,0,16,103,140,191,1,253,1,0,17,231,190,239,160,94,2,0,17,231,52,250,190,165,3,0,18,7,56,245,138,179,1,0,18,7,129,33,150,93,3,0,21,71,74,80,199,134,1,0,22,135,91,203,241,68,3,0,22,103,190,231,107,149,3,0,25,39,226,81,97,129,1,0,25,135,220,222,250,243,2,0,27,199,69,195,128,206,3,0,28,7,26,192,212,52,2,0,29,135,120,242,125,138,1,0,29,231,123,207,149,200,3,0,31,39,209,117,118,198,3,0,32,103,59,12,148,190,1,0,33,167,23,7,76,190,1,0,34,7,105,39,59,176,1,0,36,167,185,195,25,53,2,0,36,199,128,231,219,177,3,0,37,39,25,115,190,198,3,0,38,39,144,13,6,134,2,0,39,199,140,229,133,169,3,0,40,199,191,110,155,151,3,0,41,7,176,13,101,63,2,0,41,199,157,169,7,105,2,0,42,231,151,160,160,184,2,0,42,71,1,251,252,252,3,0,43,71,33,249,160,166,2,0,43,39,4,102,64,37,3,0,43,135,168,228,85,45,3,0,43,135,242,245,229,125,3,0,44,167,165,177,151,188,3,0,47,71,29,164,74,240,1,0,48,103,61,75,180,191,1,0,49,103,217,169,209,205,2,0,50,7,84,17,255,184,1,0,51,71,218,107,248,18,2,0,51,231,162,155,124,103,3,0,52,103,67,202,60,80,2,0,52,167,54,82,78,9,3,0,54,199,39,252,87,10,4,0,54,7,198,48,253,43,4,0,55,199,233,44,214,199,2,0,56,231,254,245,174,163,1,0,56,231,185,194,108,203,2,0,56,199,218,134,195,236,3,0,57,231,76,114,188,9,4,0,57,199,93,219,136,23,4,0,59,231,127,236,120,152,2,0,59,135,213,182,86,232,3,0,62,39,223,76,216,64,2,0,62,231,50,114,53,122,3,0,62,167,247,221,20,215,3,0,63,71,0,21,231,221,1,0,67,199,198,201,211,230,1,0,69,71,223,70,181,206,3,0,70,199,192,232,119,1,2,0,70,71,15,192,121,96,2,0,70,231,236,0,236,222,2,0,71,71,60,152,144,60,3,0,72,71,157,141,143,149,1,0,72,199,107,219,246,233,3,0,73,103,227,31,218,236,3,0,74,231,19,213,79,57,2,0,74,7,163,185,173,57,3,0,75,135,81,192,175,242,1,0,75,71,163,24,98,26,2,0,76,167,131,88,101,181,3,0,77,103,38,62,56,231,3,0,77,7,14,134,59,238,3,0,78,135,40,59,113,94,3,0,79,231,183,27,18,240,2,0,80,7,127,68,100,224,2,0,83,103,11,38,125,144,2,0,84,167,23,208,254,19,4,0,88,39,196,220,166,229,1,0,89,71,186,50,11,92,2,0,90,199,236,237,17,246,1,0,90,231,95,180,130,63,4,0,92,199,177,230,52,9,3,0,92,135,57,81,188,28,4,0,93,135,144,131,88,6,3,0,93,7,111,19,180,242,3,0,94,231,214,63,182,175,3,0,95,135,86,255,6,100,2,0,100,103,13,139,206,209,2,0,101,103,206,50,191,159,2,0,101,71,242,214,165,13,4,0,103,39,147,238,226,17,2,0,104,7,23,104,148,220,2,0,105,103,70,183,204,37,4,0,106,7,39,214,67,59,2,0,106,39,62,161,68,51,4,0,107,231,130,85,42,95,3,0,109,103,61,202,118,53,3,0,110,199,10,40,157,235,2,0,111,231,87,254,35,181,1,0,111,103,164,67,162,48,4,0,112,7,18,45,30,27,2,0,112,231,226,27,74,151,3,0,115,7,232,243,58,227,1,0,116,135,209,80,11,134,3,0,117,231,71,107,252,109,2,0,119,7,223,17,238,95,2,0,120,231,49,200,9,54,4,0,126,39,116,10,74,192,1,0,126,231,98,186,157,6,4,0,129,167,37,250,192,203,1,0,130,103,88,32,87,255,1,0,130,135,116,218,90,43,4,0,131,71,207,153,124,200,1,0,131,103,145,44,92,111,3,0,132,103,236,237,159,120,3,0,132,7,33,51,53,13,4,0,135,7,90,37,203,201,1,0,136,7,109,36,96,240,3,0,137,103,208,46,127,18,2,0,138,71,234,90,146,38,3,0,138,199,167,80,124,67,3,0,139,39,151,86,141,13,4,0,143,39,115,26,60,239,2,0,143,71,167,91,111,130,3,0,145,103,31,81,232,159,2,0,146,167,250,131,184,220,3,0,147,103,127,210,60,198,2,0,147,167,7,177,87,105,3,0,149,199,41,167,111,49,2,0,149,135,205,125,143,191,3,0,151,7,228,6,38,199,2,0,152,231,81,209,51,179,2,0,152,103,94,112,129,22,3,0,153,135,134,104,202,103,3,0,156,135,38,159,117,179,1,0,156,7,210,129,82,12,4,0,158,199,84,216,238,184,1,0,159,135,212,213,191,44,3,0,159,231,101,175,40,136,3,0,161,39,117,18,45,50,4,0,162,135,91,142,66,238,2,0,163,7,102,6,27,17,3,0,164,103,22,52,243,39,2,0,165,71,175,137,160,8,2,0,166,103,26,171,0,14,2,0,166,39,124,184,231,207,2,0,167,39,65,48,15,156,1,0,167,167,46,47,233,93,2,0,169,199,38,41,124,133,3,0,169,199,38,41,146,133,3,0,169,199,38,41,175,133,3,0,169,199,38,41,206,133,3,0,170,39,250,75,217,78,3,0,171,39,151,59,47,199,1,0,172,39,216,7,124,199,1,0,172,167,92,62,221,30,3,0,172,135,145,24,254,45,4,0,174,231,23,63,51,202,1,0,174,167,22,58,238,10,2,0,175,71,117,20,75,186,1,0,175,7,132,235,187,40,2,0,178,39,132,63,118,140,1,0,180,199,247,47,199,248,2,0,181,71,105,13,16,11,3,0,181,7,167,46,205,127,3,0,182,103,57,25,113,61,2,0,183,7,255,45,225,222,1,0,183,71,229,94,232,88,3,0,183,231,20,15,239,32,4,0,184,135,39,81,32,139,2,0,184,103,84,195,65,235,2,0,184,39,80,98,223,137,3,0,185,7,39,183,73,146,2,0,185,199,251,226,154,164,3,0,186,103,136,51,121,139,2,0,187,71,134,44,240,5,2,0,188,199,62,107,241,119,3,0,189,7,71,212,114,33,3,0,189,103,110,129,155,100,3,0,190,135,151,121,75,174,1,0,190,231,33,36,255,218,1,0,193,71,49,207,18,140,1,0,193,7,80,175,167,28,2,0,194,231,162,150,96,175,2,0,194,167,198,142,120,204,2,0,196,103,233,162,137,209,1,0,197,135,169,90,30,26,2,0,199,167,115,159,200,57,2,0,201,71,158,149,156,98,3,0,201,167,131,3,182,45,4,0,202,71,226,91,117,155,1,0,202,199,75,237,136,127,2,0,202,231,57,24,238,170,3,0,202,167,153,115,226,173,3,0,203,231,162,161,107,165,1,0,203,231,172,61,228,234,1,0,205,71,24,182,154,121,2,0,205,7,124,123,185,125,3,0,205,135,73,62,106,153,3,0,206,71,194,210,137,116,2,0,207,71,98,195,36,49,2,0,207,231,247,62,154,57,2,0,207,7,49,150,220,227,2,0,207,199,252,255,106,119,3,0,208,103,54,254,252,10,3,0,208,7,90,65,64,11,4,0,208,7,90,65,87,11,4,0,209,135,195,147,14,233,3,0,209,167,110,215,112,233,3,0,211,231,155,100,248,16,3,0,211,167,3,115,162,255,3,0,214,7,227,250,112,98,2,0,214,71,88,239,146,181,2,0,217,39,186,0,191,39,3,0,218,7,251,128,98,105,2,0,218,231,226,161,218,2,3,0,218,7,231,100,240,123,3,0,222,231,155,220,159,158,2,0,223,135,63,152,108,47,2,0,224,199,153,137,76,251,3,0,226,199,60,74,203,153,3,0,227,199,147,253,31,222,1,0,228,199,251,167,24,203,1,0,230,167,74,133,249,243,1,0,231,167,67,138,177,184,2,0,232,135,102,156,81,86,3,0,233,135,155,239,158,234,1,0,233,39,65,21,87,10,2,0,234,199,117,150,188,205,3,0,237,199,161,36,91,225,1,0,238,231,79,186,243,141,2,0,239,103,152,171,31,201,2,0,240,167,206,198,88,41,4,0,241,231,107,162,132,149,2,0,241,199,204,7,19,221,2,0,243,71,75,166,173,34,2,0,243,7,64,22,31,41,2,0,244,39,251,145,154,112,3,0,245,167,90,35,217,0,2,0,245,135,37,107,70,23,4,0,246,199,184,9,188,161,1,0,246,167,246,138,45,177,1,0,246,7,4,209,241,9,2,0,246,7,214,154,210,2,4,0,247,135,198,67,193,168,1,0,249,167,133,227,39,69,3,0,252,231,39,27,20,186,3,0,254,103,154,4,37,252,3,0,255,135,183,82,1,46,3,0,255,135,176,129,13,117,3,0,0,136,146,30,180,128,1,0,0,168,80,218,79,38,2,0,0,200,113,157,196,119,3,0,1,200,170,56,97,42,4,0,3,104,49,52,0,191,2,0,5,40,33,181,14,188,1,0,6,168,215,164,137,205,1,0,6,168,151,159,222,50,2,0,7,72,214,91,91,229,3,0,8,136,21,150,187,230,1,0,8,104,177,87,205,43,2,0,8,72,230,22,154,225,2,0,11,168,98,61,184,91,2,0,11,136,196,213,205,19,4,0,13,136,135,251,145,190,2,0,13,232,177,234,74,230,2,0,13,8,226,17,205,254,2,0,15,8,148,159,240,144,2,0,15,232,63,192,8,203,3,0,17,40,178,142,101,188,3,0,17,104,67,111,108,227,3,0,18,104,178,62,11,101,2,0,18,232,205,113,179,139,2,0,18,8,177,29,130,100,3,0,19,8,148,159,122,145,2,0,19,200,242,172,121,3,4,0,20,8,204,197,57,222,1,0,21,200,50,83,112,15,2,0,24,40,3,228,106,226,2,0,25,40,186,248,149,58,2,0,28,8,206,2,189,133,2,0,30,232,105,162,165,161,1,0,31,232,226,55,148,212,1,0,34,72,65,17,171,131,3,0,35,72,211,72,20,224,2,0,35,168,78,61,58,117,3,0,36,72,177,235,36,246,1,0,38,136,18,132,90,254,1,0,39,8,163,105,133,144,1,0,39,168,129,17,45,96,2,0,39,104,37,215,233,101,3,0,40,232,76,184,35,168,3,0,42,168,210,210,145,59,2,0,42,40,13,62,122,253,3,0,44,8,23,37,88,39,2,0,44,40,247,55,219,45,2,0,45,168,236,80,34,40,2,0,46,40,112,109,52,191,1,0,46,168,125,201,199,105,2,0,46,40,12,235,46,132,3,0,46,72,138,48,163,36,4,0,48,232,162,120,242,197,1,0,49,136,159,14,186,11,4,0,50,40,125,86,48,194,1,0,50,200,249,55,62,21,2,0,53,104,60,226,76,189,3,0,53,72,225,72,238,34,4,0,55,72,73,70,63,80,3,0,56,136,201,74,220,29,4,0,57,104,93,229,159,130,1,0,57,40,93,237,145,39,2,0,57,136,25,69,121,115,3,0,58,232,147,48,47,46,2,0,60,168,106,50,27,31,4,0,64,8,90,76,53,63,4,0,65,232,24,78,62,194,2,0,65,136,114,166,42,239,2,0,65,8,128,54,77,187,3,0,66,232,87,215,38,20,3,0,71,232,109,196,81,137,1,0,71,232,216,174,57,253,1,0,72,200,202,67,142,249,2,0,75,168,235,6,253,221,2,0,76,232,50,72,33,40,3,0,77,136,55,254,203,150,2,0,77,72,163,179,152,147,3,0,79,8,192,209,169,39,3,0,79,136,168,228,97,45,3,0,79,72,154,208,236,53,3,0,79,8,113,246,202,110,3,0,79,136,56,64,243,197,3,0,81,8,50,81,159,126,2,0,82,8,182,186,224,138,2,0,83,8,246,134,247,215,3,0,84,200,79,14,233,174,1,0,84,72,46,254,162,52,4,0,85,8,244,156,47,172,1,0,85,8,3,113,216,4,2,0,85,104,217,169,148,205,2,0,85,8,61,88,185,48,3,0,88,168,84,155,40,236,3,0,88,168,156,123,1,249,3,0,89,168,91,226,185,30,4,0,90,232,111,105,1,44,2,0,91,104,10,44,146,87,2,0,91,40,169,190,147,25,4,0,94,72,33,103,216,160,3,0,95,40,1,118,123,142,1,0,95,104,167,228,254,34,3,0,98,72,154,223,72,89,2,0,98,136,76,81,86,97,2,0,100,72,31,154,197,212,1,0,101,104,171,49,1,66,3,0,101,8,26,191,146,106,3,0,102,232,183,195,105,53,2,0,103,8,37,207,122,157,2,0,105,136,20,225,188,0,3,0,105,72,109,65,5,83,3,0,108,136,129,72,220,171,2,0,112,104,162,218,90,156,2,0,112,200,158,28,211,139,3,0,112,72,178,153,43,212,3,0,113,104,248,134,7,174,1,0,114,40,93,141,85,176,1,0,114,136,48,133,84,77,2,0,114,232,178,3,35,196,3,0,116,72,131,105,229,146,2,0,116,168,244,219,127,6,3,0,117,136,21,84,96,237,3,0,118,40,122,226,29,13,2,0,118,200,40,5,2,191,3,0,119,40,190,137,75,5,4,0,121,8,1,222,215,164,1,0,121,168,226,200,201,200,1,0,122,40,80,245,230,235,3,0,124,72,135,12,54,47,3,0,124,40,63,92,110,102,3,0,125,232,106,131,211,158,2,0,125,72,131,187,123,191,3,0,125,168,23,190,59,245,3,0,128,104,106,172,42,154,1,0,131,8,22,13,180,11,2,0,131,232,151,230,226,136,2,0,132,136,221,88,124,186,1,0,132,232,196,239,252,42,3,0,133,200,245,242,105,192,3,0,133,200,62,147,157,248,3,0,135,72,71,195,19,40,3,0,136,232,106,193,232,65,2,0,137,168,75,188,174,126,2,0,137,232,81,226,164,164,2,0,140,200,157,235,193,49,2,0,141,136,109,35,135,230,1,0,141,200,241,155,252,97,3,0,143,8,147,183,65,104,3,0,144,136,134,70,223,13,2,0,146,72,234,59,65,25,2,0,147,40,249,95,77,236,2,0,150,104,193,175,126,50,3,0,150,232,14,81,30,141,3,0,151,232,52,124,208,243,2,0,152,200,253,24,42,169,3,0,152,8,192,252,79,2,4,0,153,200,30,104,5,214,1,0,153,72,236,177,95,138,2,0,154,168,231,10,241,185,1,0,154,40,133,88,174,132,2,0,154,136,158,160,165,181,2,0,155,72,70,69,73,101,2,0,158,232,3,168,38,26,3,0,158,200,231,63,234,64,4,0,158,104,73,190,47,65,4,0,159,40,85,19,224,37,4,0,160,168,20,81,5,8,2,0,160,200,39,81,24,149,2,0,160,136,62,134,97,11,3,0,161,40,247,197,142,5,2,0,161,200,235,109,182,113,3,0,162,104,176,162,212,195,2,0,162,232,60,12,12,44,3,0,164,8,22,102,231,132,2,0,165,40,157,143,153,198,1,0,165,136,104,153,247,35,3,0,168,72,59,81,50,115,2,0,169,232,215,177,193,238,3,0,170,40,136,99,69,131,1,0,171,72,96,47,240,184,3,0,175,8,87,50,226,10,3,0,176,8,152,115,99,133,1,0,176,136,71,182,71,244,1,0,178,168,12,99,119,161,1,0,178,8,240,127,43,133,2,0,178,168,165,174,98,230,2,0,179,168,105,237,36,166,2,0,179,72,251,4,244,50,3,0,181,104,39,81,231,134,2,0,182,8,42,31,243,104,2,0,183,136,184,224,58,129,3,0,183,72,79,214,107,4,4,0,185,72,170,12,236,180,1,0,185,168,50,235,15,219,1,0,185,232,122,100,184,111,3,0,185,200,169,20,201,207,3,0,186,104,82,1,182,180,1,0,186,136,154,151,41,159,3,0,188,40,182,62,252,179,3,0,191,168,140,192,126,142,2,0,192,104,129,195,19,101,3,0,193,72,98,194,122,189,1,0,193,40,18,32,42,26,4,0,194,40,49,217,248,117,2,0,194,40,153,192,208,250,2,0,197,8,43,60,160,128,1,0,197,40,230,135,33,55,3,0,200,200,251,23,216,254,1,0,202,200,65,41,63,4,2,0,205,168,69,132,74,109,2,0,207,8,125,195,93,36,2,0,207,200,60,70,0,161,3,0,208,200,148,156,191,108,3,0,209,40,49,192,162,188,2,0,209,136,54,45,88,247,3,0,210,200,11,109,189,52,2,0,210,200,251,82,106,150,3,0,212,232,63,216,137,145,1,0,212,168,89,56,39,214,1,0,213,200,152,223,58,220,2,0,214,104,195,114,91,228,2,0,214,72,169,223,65,19,3,0,214,104,254,228,69,77,3,0,215,200,16,79,122,102,3,0,217,104,255,80,237,131,2,0,218,136,226,138,116,127,2,0,219,8,115,79,212,120,2,0,220,168,133,243,255,62,3,0,221,8,7,47,78,182,3,0,221,232,32,162,26,245,3,0,223,72,175,243,113,244,2,0,223,200,163,161,128,43,3,0,224,136,205,47,95,244,3,0,224,136,205,47,119,244,3,0,224,136,205,47,171,244,3,0,224,136,205,47,164,65,4,0,225,232,217,168,83,209,1,0,226,136,186,64,108,174,1,0,226,104,219,124,141,194,2,0,227,40,4,244,31,142,3,0,230,8,255,112,50,155,2,0,230,168,215,134,48,220,3,0,231,168,240,246,252,212,2,0,232,136,39,70,90,130,3,0,233,8,236,33,100,171,1,0,233,104,133,105,204,218,1,0,235,8,233,192,41,212,2,0,237,72,153,223,48,137,2,0,237,104,205,253,7,149,2,0,237,200,119,169,50,161,2,0,237,40,238,31,191,21,3,0,239,232,149,232,91,56,4,0,240,136,115,219,10,160,3,0,240,72,239,64,79,164,3,0,240,232,25,83,232,178,3,0,241,72,250,58,92,144,3,0,243,72,154,223,98,101,2,0,244,136,77,41,206,68,2,0,244,104,249,56,232,4,3,0,245,200,198,28,45,49,4,0,246,232,54,52,236,0,4,0,247,8,105,178,212,62,3,0,248,168,120,44,112,19,2,0,248,40,11,111,138,212,2,0,248,104,180,70,213,138,3,0,249,168,231,175,209,225,2,0,249,72,145,40,228,121,3,0,250,168,115,239,254,142,3,0,250,232,18,13,120,148,3,0,251,72,78,1,85,67,2,0,252,136,53,144,109,233,1,0,252,8,32,43,100,83,2,0,253,72,210,208,82,22,4,0,254,104,167,228,26,30,3,0,1,73,61,248,83,187,1,0,2,201,178,119,117,144,1,0,3,73,118,144,196,174,2,0,4,105,60,223,255,139,1,0,4,73,84,144,102,96,2,0,4,41,204,63,90,58,3,0,5,41,45,29,228,76,3,0,6,169,151,152,39,247,2,0,7,233,70,228,182,172,1,0,7,201,168,1,62,232,3,0,8,233,203,45,66,136,2,0,11,233,72,55,60,133,3,0,12,137,51,146,252,227,3,0,13,41,127,6,208,24,2,0,13,41,72,98,88,56,2,0,16,201,72,70,242,185,3,0,17,41,0,75,173,143,1,0,17,73,246,221,16,201,1,0,18,233,40,13,222,139,1,0,18,233,179,23,216,176,1,0,18,201,50,77,86,88,2,0,20,137,160,248,35,242,3,0,21,41,180,161,89,17,2,0,23,169,221,143,200,238,1,0,23,233,225,48,151,197,3,0,24,137,176,52,150,192,2,0,26,9,114,80,17,9,2,0,28,201,249,168,98,134,3,0,29,73,185,92,28,5,2,0,31,41,199,203,221,100,2,0,31,201,66,63,88,106,3,0,32,105,116,52,71,154,3,0,33,105,242,98,33,182,1,0,33,41,25,112,74,236,3,0,36,41,63,99,198,90,3,0,38,9,241,54,99,121,2,0,41,73,157,63,123,27,3,0,42,9,236,175,144,137,1,0,42,9,19,143,97,169,3,0,43,73,176,91,162,191,1,0,43,169,217,107,31,192,1,0,44,105,58,61,231,240,2,0,45,73,77,167,127,197,1,0,45,9,53,79,233,230,1,0,45,105,23,192,20,49,2,0,46,201,188,0,30,145,1,0,46,73,89,244,102,64,2,0,46,73,189,72,1,99,2,0,46,73,50,45,177,147,3,0,48,73,235,248,53,47,2,0,48,233,252,220,39,4,3,0,50,201,141,149,84,135,2,0,51,9,90,73,238,26,2,0,53,233,176,23,196,247,1,0,53,137,186,254,37,214,3,0,54,201,248,122,149,219,3,0,55,105,28,38,36,223,3,0,56,137,214,58,15,119,3,0,59,201,12,21,98,240,2,0,59,73,141,196,160,1,3,0,60,41,23,226,106,183,1,0,60,201,77,17,232,46,3,0,62,169,114,194,75,203,2,0,62,201,190,84,226,94,3,0,62,169,31,195,126,153,3,0,63,137,67,63,21,167,2,0,65,9,141,105,20,21,3,0,66,233,53,43,174,145,2,0,67,233,233,236,26,94,2,0,69,201,152,108,170,240,3,0,70,41,16,192,112,101,2,0,70,9,148,159,83,144,2,0,70,169,0,254,10,146,2,0,71,201,28,110,129,218,2,0,71,233,99,221,5,130,3,0,74,41,49,142,4,225,1,0,74,169,241,240,186,64,2,0,76,201,252,50,118,234,3,0,76,169,165,229,68,36,4,0,77,41,86,187,71,171,2,0,77,105,112,79,27,225,3,0,81,73,87,162,74,129,1,0,83,105,81,225,168,158,3,0,84,137,233,110,162,149,2,0,84,233,216,191,99,159,3,0,85,105,227,16,184,174,1,0,87,41,9,229,57,160,1,0,87,73,47,194,138,95,2,0,90,137,26,214,54,59,4,0,92,9,94,229,48,161,1,0,92,73,121,157,114,178,1,0,92,105,231,109,118,240,2,0,93,137,125,56,60,240,3,0,94,105,69,92,25,111,3,0,94,73,120,127,168,62,4,0,95,169,229,91,170,78,3,0,96,201,211,37,228,25,3,0,97,9,24,105,193,132,2,0,97,137,39,81,130,137,2,0,97,9,148,12,115,155,3,0,100,233,109,172,217,253,3,0,101,137,34,67,201,30,4,0,103,169,91,215,231,37,3,0,103,169,205,247,156,69,3,0,106,73,167,69,212,49,2,0,109,233,198,185,228,243,1,0,109,137,39,81,115,137,2,0,110,201,93,235,212,39,3,0,110,169,188,239,60,215,3,0,113,137,174,29,72,97,3,0,113,137,175,252,27,189,3,0,114,201,23,211,73,139,1,0,114,169,130,11,142,96,3,0,115,137,251,211,8,17,3,0,116,233,215,5,127,233,2,0,117,73,24,81,26,204,2,0,118,201,122,77,102,24,2,0,118,137,38,156,210,195,3,0,120,41,172,194,149,189,1,0,120,137,189,186,47,144,2,0,121,201,53,227,69,218,1,0,122,41,93,159,231,110,3,0,124,233,241,238,5,230,2,0,126,105,63,105,25,107,2,0,127,201,47,194,155,95,2,0,128,137,178,254,167,226,3,0,129,169,171,185,82,141,1,0,129,169,83,103,10,1,2,0,130,233,175,247,74,202,1,0,130,137,19,192,78,66,2,0,130,201,125,153,73,187,2,0,132,233,205,178,133,108,2,0,133,137,39,81,191,136,2,0,133,137,3,67,125,24,3,0,133,41,97,149,77,30,4,0,135,73,122,71,51,10,2,0,135,41,37,81,22,153,2,0,135,105,48,91,170,76,3,0,136,233,193,228,13,132,1,0,136,41,243,82,241,177,2,0,143,169,245,151,119,5,2,0,144,233,228,204,189,199,2,0,145,169,213,170,255,189,2,0,146,233,176,90,115,104,3,0,146,137,197,249,198,36,4,0,147,169,150,31,209,177,2,0,152,73,58,0,184,15,3,0,153,137,39,81,210,135,2,0,154,41,113,95,212,39,2,0,154,9,75,47,68,65,2,0,156,105,74,240,100,91,2,0,158,73,175,211,116,23,4,0,159,201,191,58,29,103,3,0,159,201,189,114,131,250,3,0,159,73,232,194,65,65,4,0,160,233,32,117,61,8,2,0,160,169,52,101,184,202,3,0,161,169,44,157,142,165,2,0,162,201,23,81,81,216,2,0,163,9,217,187,8,2,3,0,163,105,108,240,115,151,3,0,165,169,222,125,54,154,3,0,166,233,209,111,27,209,1,0,166,169,76,81,216,77,2,0,166,9,34,55,40,24,3,0,167,169,142,33,246,100,2,0,167,41,182,7,48,62,3,0,168,73,24,122,78,192,2,0,169,9,166,240,82,194,1,0,169,105,164,136,223,192,2,0,169,201,188,131,152,205,3,0,172,169,193,30,8,27,4,0,173,137,29,137,82,200,1,0,176,105,126,77,27,193,2,0,177,137,6,116,253,217,2,0,178,233,67,109,245,86,2,0,178,201,132,215,166,220,2,0,178,169,180,94,57,20,3,0,179,105,6,220,226,207,3,0,180,169,219,210,34,16,4,0,181,137,123,253,230,244,1,0,182,169,146,241,60,24,2,0,183,105,67,248,247,223,3,0,184,137,115,171,163,227,3,0,187,137,169,77,5,152,1,0,187,233,128,88,219,215,2,0,187,41,62,175,242,37,4,0,188,105,230,121,190,0,2,0,189,137,195,218,234,252,1,0,190,9,120,116,196,253,3,0,191,9,144,21,125,25,2,0,193,233,172,189,122,106,2,0,194,73,124,147,204,69,2,0,194,73,154,223,184,77,2,0,194,233,182,12,56,86,3,0,196,73,124,184,95,214,2,0,196,41,132,204,117,238,3,0,197,41,208,222,96,164,1,0,197,137,94,245,108,208,1,0,197,9,67,71,208,223,1,0,197,169,186,186,110,142,2,0,198,169,249,97,215,114,2,0,200,233,129,184,75,153,1,0,200,137,194,36,113,76,2,0,200,137,161,218,115,94,2,0,202,201,50,173,104,198,2,0,203,105,170,23,233,27,3,0,204,233,131,16,213,64,4,0,205,137,66,114,180,108,2,0,207,73,96,73,122,89,3,0,207,233,38,112,12,94,3,0,208,169,189,183,172,49,3,0,208,9,8,123,121,112,3,0,209,41,141,230,149,241,3,0,210,201,195,117,74,39,4,0,211,73,218,67,50,187,2,0,211,201,101,172,159,31,3,0,211,137,25,147,202,234,3,0,212,137,199,63,83,147,1,0,213,137,95,146,234,211,2,0,213,105,194,0,29,23,4,0,215,73,152,197,168,149,1,0,215,9,89,209,133,68,2,0,216,137,25,163,202,193,2,0,220,169,101,176,129,246,1,0,220,9,86,226,118,50,4,0,222,73,29,231,118,171,1,0,222,169,185,33,236,118,2,0,223,9,203,219,197,151,1,0,224,73,65,156,112,59,3,0,224,73,100,78,165,53,4,0,226,41,158,216,23,188,2,0,228,9,241,179,7,16,2,0,229,233,246,42,75,171,1,0,229,105,219,27,59,230,1,0,229,9,61,57,88,226,2,0,230,73,245,223,199,159,3,0,231,169,89,2,26,198,1,0,233,73,49,7,72,98,2,0,234,41,137,67,140,120,2,0,234,9,84,33,131,187,3,0,235,105,79,148,74,18,2,0,235,105,23,192,4,49,2,0,236,73,214,230,208,8,4,0,239,169,98,251,115,158,1,0,239,9,98,84,231,224,1,0,239,73,9,130,89,253,3,0,240,105,134,242,48,27,3,0,240,73,147,52,206,95,3,0,241,233,74,157,21,207,1,0,243,169,246,109,183,152,3,0,244,233,134,251,170,70,2,0,244,41,60,236,60,93,3,0,245,169,80,104,88,133,2,0,245,105,49,52,18,191,2,0,245,41,158,183,104,22,3,0,246,9,93,147,98,24,3,0,246,41,10,20,113,43,4,0,247,201,104,204,46,79,3,0,255,41,168,228,163,46,3,0,1,234,253,142,8,137,2,0,3,202,105,19,48,180,3,0,4,138,112,69,15,10,3,0,4,106,129,60,13,185,3,0,5,138,30,248,109,55,3,0,5,202,237,181,242,107,3,0,7,202,106,62,3,152,2,0,8,106,78,222,41,35,2,0,8,138,248,124,80,44,2,0,8,42,136,240,198,113,3,0,9,10,227,115,161,221,1,0,10,202,176,75,168,135,2,0,14,10,168,87,4,91,3,0,17,202,207,104,35,200,3,0,18,234,159,41,4,151,3,0,19,106,197,254,129,246,2,0,21,138,1,181,38,62,2,0,21,234,55,73,194,156,2,0,24,106,127,153,1,147,2,0,27,106,214,57,38,33,4,0,28,202,67,231,102,81,2,0,30,42,237,170,154,162,1,0,30,74,174,206,139,236,2,0,31,10,148,9,18,35,2,0,31,106,164,230,206,136,2,0,32,170,115,196,222,165,1,0,32,42,178,37,197,149,3,0,33,234,238,137,247,57,2,0,36,138,71,170,45,15,2,0,36,234,11,97,239,183,2,0,37,42,61,163,221,170,1,0,38,234,244,205,182,204,1,0,40,170,103,78,105,186,2,0,41,74,188,205,223,108,2,0,41,106,78,224,38,11,3,0,41,234,1,254,213,154,3,0,42,42,198,159,220,21,3,0,44,138,91,48,111,218,3,0,45,170,63,142,25,45,4,0,46,10,45,211,204,199,1,0,47,234,139,186,103,217,3,0,48,10,118,211,191,254,1,0,49,10,173,205,192,140,2,0,51,10,7,218,194,158,2,0,52,138,43,42,189,221,2,0,52,138,141,116,113,182,3,0,53,42,8,219,223,202,1,0,53,170,67,197,112,212,1,0,53,138,160,72,49,32,4,0,54,10,202,208,121,16,4,0,55,170,236,9,133,196,1,0,55,138,65,195,216,35,3,0,61,42,202,189,68,110,2,0,61,42,165,65,205,148,2,0,61,202,141,93,15,50,3,0,61,202,47,119,200,196,3,0,62,106,39,0,157,201,1,0,62,234,66,164,231,167,2,0,64,10,211,47,72,111,3,0,64,234,144,47,90,62,4,0,67,234,23,81,97,215,2,0,68,234,159,104,51,225,3,0,70,42,5,55,227,251,1,0,70,138,143,143,180,246,3,0,72,170,161,22,123,230,1,0,72,138,214,231,123,235,3,0,78,170,165,164,207,17,3,0,80,202,243,139,79,237,1,0,82,202,156,210,108,231,2,0,86,42,180,102,164,8,3,0,88,234,162,13,55,177,2,0,88,170,60,12,148,44,3,0,89,138,215,68,110,225,1,0,89,106,162,188,210,173,2,0,89,10,224,148,199,104,3,0,90,234,35,102,206,17,2,0,91,170,101,128,58,182,1,0,94,106,163,190,247,43,3,0,94,202,235,232,76,91,3,0,95,10,251,237,80,243,1,0,96,42,99,195,42,38,2,0,96,106,98,70,87,183,3,0,97,202,87,235,104,169,1,0,97,202,87,235,127,169,1,0,97,202,87,235,229,169,1,0,97,202,87,235,15,170,1,0,97,202,87,235,54,170,1,0,97,202,87,235,89,170,1,0,97,202,87,235,134,170,1,0,97,202,87,235,165,170,1,0,98,10,169,81,96,204,2,0,99,138,234,150,69,72,3,0,99,106,190,130,14,239,3,0,100,170,170,128,199,152,3,0,101,74,126,101,36,173,3,0,102,138,251,167,209,181,2,0,103,106,129,203,127,197,3,0,104,10,59,184,232,195,2,0,105,10,163,125,97,234,3,0,108,234,149,243,106,178,3,0,109,106,228,54,187,203,2,0,110,202,240,125,151,92,2,0,111,202,247,70,208,14,4,0,112,10,215,69,242,120,2,0,117,138,225,231,125,131,2,0,117,106,220,13,11,102,3,0,118,170,84,249,189,101,2,0,118,202,135,99,162,128,2,0,118,106,31,143,159,226,2,0,119,106,156,160,125,184,2,0,120,202,69,185,244,123,1,0,120,42,89,35,195,74,3,0,122,106,208,184,149,41,3,0,122,138,236,236,229,56,3,0,123,138,219,47,152,236,1,0,123,42,26,172,0,19,3,0,124,202,134,35,69,157,1,0,125,74,103,23,184,27,3,0,126,138,102,76,231,227,1,0,126,170,82,81,204,181,3,0,127,74,154,223,38,36,2,0,127,10,193,26,48,38,4,0,129,74,158,80,160,235,1,0,131,170,119,226,156,164,1,0,131,234,133,154,91,175,1,0,131,106,20,192,242,241,1,0,132,10,38,206,214,106,2,0,132,202,27,13,48,237,3,0,133,10,182,88,181,172,3,0,134,234,55,23,114,152,3,0,135,234,52,138,201,164,3,0,136,74,34,155,89,88,3,0,137,202,249,24,204,137,1,0,137,202,162,44,53,202,2,0,140,74,123,130,161,151,1,0,145,234,187,168,49,134,1,0,145,170,160,41,205,23,3,0,147,42,28,207,172,64,4,0,150,42,18,5,75,63,2,0,150,138,35,107,52,0,3,0,151,74,214,36,193,14,2,0,152,138,250,192,73,1,2,0,153,170,252,19,192,165,1,0,154,202,223,132,115,213,1,0,154,170,142,10,42,119,3,0,155,10,205,105,226,104,2,0,156,234,99,22,158,193,1,0,156,10,205,22,75,26,2,0,157,74,27,165,179,180,2,0,158,138,193,83,2,84,3,0,158,234,106,179,230,223,3,0,161,10,47,142,46,67,3,0,164,202,233,142,47,211,2,0,165,106,254,46,50,46,4,0,166,170,25,26,164,7,4,0,167,202,5,58,64,144,1,0,167,170,125,31,156,183,2,0,167,202,142,103,180,148,3,0,168,234,142,104,102,83,3,0,168,170,148,25,235,169,3,0,168,10,228,45,18,11,4,0,169,170,198,242,172,198,1,0,170,106,124,251,156,94,3,0,170,170,99,75,171,136,3,0,171,10,181,126,172,132,1,0,171,106,16,195,211,23,2,0,171,74,87,177,251,34,2,0,171,234,204,84,84,59,4,0,173,74,235,38,79,28,2,0,173,106,245,176,108,58,2,0,174,10,213,176,67,161,1,0,174,234,66,60,41,148,3,0,174,74,223,155,240,5,4,0,175,234,182,58,205,218,3,0,175,74,197,163,198,54,4,0,176,106,154,60,1,25,2,0,176,10,228,183,102,52,3,0,179,10,227,152,172,84,2,0,179,170,229,15,148,192,3,0,179,202,77,152,27,250,3,0,181,234,128,130,79,37,2,0,182,106,110,252,31,137,2,0,183,202,47,192,180,101,3,0,185,234,43,175,189,125,2,0,186,10,64,108,158,124,2,0,186,170,228,233,184,22,4,0,188,170,187,13,20,254,1,0,190,74,154,223,168,54,2,0,191,138,66,62,108,159,1,0,193,106,32,83,75,149,3,0,194,74,154,223,122,53,2,0,194,42,167,44,45,126,2,0,195,202,202,4,42,87,2,0,198,74,129,125,88,154,2,0,198,202,216,225,161,6,3,0,198,74,112,99,193,55,4,0,200,234,227,102,219,237,1,0,200,106,44,199,139,245,3,0,201,106,163,197,41,138,1,0,201,234,155,218,21,194,1,0,201,42,1,5,42,224,3,0,202,106,14,21,135,137,3,0,203,234,62,240,225,49,4,0,204,10,40,49,43,186,2,0,205,10,126,37,39,221,2,0,208,202,211,17,13,89,3,0,208,138,64,97,220,41,4,0,209,202,231,135,147,249,1,0,210,170,226,76,121,110,3,0,210,170,82,41,108,228,3,0,214,74,132,219,243,112,2,0,215,234,238,96,117,51,2,0,215,234,135,184,226,203,2,0,216,170,107,60,131,65,2,0,216,74,176,0,70,41,3,0,217,10,246,90,45,175,3,0,217,74,206,229,156,225,3,0,218,10,167,8,137,112,3,0,221,10,237,252,121,223,1,0,221,42,98,158,109,197,3,0,223,138,51,219,170,61,2,0,225,170,146,85,59,205,1,0,225,234,137,65,190,36,2,0,225,138,197,226,185,58,3,0,226,170,66,35,189,15,2,0,226,106,98,65,183,32,2,0,226,106,98,65,221,32,2,0,226,138,155,54,142,184,2,0,229,106,57,152,120,236,2,0,230,42,206,146,148,230,2,0,231,106,241,54,104,183,2,0,232,202,152,240,5,179,2,0,234,170,153,223,29,118,2,0,235,234,27,114,112,106,3,0,236,234,168,193,246,147,2,0,237,10,3,119,117,168,2,0,239,234,56,153,248,0,2,0,240,42,176,32,22,227,2,0,241,202,230,46,240,2,2,0,242,234,182,22,126,2,3,0,243,138,113,71,183,62,2,0,243,234,204,200,137,86,3,0,243,138,17,72,131,193,3,0,244,234,64,228,41,28,4,0,245,170,156,167,253,102,3,0,246,234,43,67,6,169,1,0,246,10,218,116,20,218,3,0,247,10,36,219,91,123,1,0,247,10,220,47,238,229,2,0,247,202,120,211,149,17,3,0,247,170,51,175,127,194,3,0,249,170,113,178,127,235,1,0,251,74,81,132,181,249,3,0,253,138,95,146,253,211,2,0,255,138,53,194,63,96,2,0,0,107,66,210,8,241,3,0,2,43,50,12,38,30,3,0,6,171,28,10,255,161,1,0,6,203,102,59,42,60,3,0,7,11,126,27,109,153,2,0,7,43,232,180,126,175,2,0,7,75,17,243,132,162,3,0,8,235,130,45,229,248,1,0,9,43,247,196,167,150,2,0,14,75,88,114,132,25,4,0,16,75,18,216,251,0,3,0,18,75,75,185,96,182,1,0,18,75,251,76,26,25,2,0,19,203,250,252,93,142,2,0,19,75,82,224,148,46,4,0,21,107,7,215,228,215,1,0,21,107,179,132,182,252,3,0,24,43,158,252,234,147,1,0,24,11,43,110,108,205,3,0,25,203,104,159,57,228,2,0,26,75,229,56,229,20,2,0,26,43,7,37,95,234,2,0,28,107,198,200,185,233,2,0,29,107,128,127,154,154,2,0,30,203,19,86,71,195,1,0,30,11,52,235,189,206,2,0,30,11,205,20,34,14,3,0,33,11,78,100,125,132,3,0,35,43,0,139,77,81,2,0,42,139,5,143,246,255,3,0,43,139,36,38,9,251,1,0,43,203,62,229,252,91,3,0,45,43,37,58,59,38,3,0,46,139,130,180,66,61,2,0,47,11,150,29,116,132,1,0,47,235,73,125,2,119,3,0,47,235,101,36,108,255,3,0,48,139,142,32,29,244,3,0,49,139,71,86,125,186,2,0,54,43,229,188,221,125,1,0,55,43,2,189,4,154,1,0,56,43,17,195,3,74,2,0,57,139,117,63,161,44,3,0,57,235,114,113,67,63,3,0,59,203,218,91,71,188,1,0,59,139,63,226,128,121,2,0,61,171,18,52,147,193,2,0,62,43,11,78,123,242,2,0,62,75,68,12,193,40,3,0,63,139,242,174,123,142,3,0,64,203,128,212,142,216,1,0,64,139,107,15,19,113,2,0,66,43,83,208,134,146,2,0,66,139,4,228,78,62,3,0,66,139,203,129,201,85,3,0,67,171,106,165,101,235,1,0,67,203,96,80,114,18,4,0,68,75,24,81,81,204,2,0,69,11,192,226,190,178,2,0,71,139,92,130,183,151,3,0,72,11,10,245,45,226,1,0,72,203,130,132,143,67,2,0,72,139,153,47,141,65,3,0,73,235,174,75,61,200,3,0,74,75,86,213,137,219,2,0,74,11,235,22,206,221,2,0,74,107,160,33,53,33,4,0,76,235,50,31,228,109,2,0,76,139,241,54,86,183,2,0,77,107,97,134,206,129,1,0,78,171,114,187,192,70,3,0,82,11,206,255,76,151,1,0,82,235,165,189,87,68,2,0,82,203,101,240,248,114,3,0,83,107,240,187,227,136,1,0,83,139,50,30,162,233,2,0,83,171,18,100,15,7,3,0,84,107,71,130,254,199,2,0,84,139,106,94,27,81,3,0,86,11,76,41,201,148,3,0,88,139,163,150,125,12,2,0,88,43,160,154,75,214,2,0,89,203,48,150,66,11,2,0,91,75,195,39,241,18,4,0,94,11,238,216,35,223,1,0,95,75,117,217,93,139,3,0,96,203,210,227,145,137,2,0,96,11,85,211,47,177,3,0,97,235,217,19,30,91,3,0,97,171,70,237,17,156,3,0,97,203,177,206,31,52,4,0,98,107,143,239,245,222,1,0,99,171,53,169,14,182,3,0,99,43,150,11,148,52,4,0,100,107,6,38,122,131,1,0,101,139,10,155,202,58,2,0,102,107,151,23,50,22,2,0,104,171,206,242,134,187,2,0,105,75,12,192,214,172,3,0,107,235,204,21,233,198,3,0,109,75,218,60,200,53,3,0,109,235,66,52,200,255,3,0,111,75,91,95,246,53,4,0,112,43,151,228,197,214,1,0,112,107,23,192,185,47,2,0,112,171,222,145,234,111,2,0,116,75,253,83,133,153,2,0,116,11,146,137,145,223,3,0,117,75,116,246,198,156,1,0,118,171,138,83,96,133,3,0,119,235,73,9,121,26,2,0,119,203,240,90,170,161,3,0,120,107,205,55,214,151,1,0,121,75,135,144,170,42,3,0,123,75,156,200,202,115,2,0,126,139,221,142,229,221,2,0,126,75,41,125,95,78,3,0,127,75,142,151,10,166,1,0,128,107,193,48,187,219,1,0,128,203,224,253,25,111,2,0,129,75,205,184,180,165,2,0,130,11,239,120,51,147,3,0,134,203,35,19,48,201,2,0,134,107,156,242,24,53,3,0,136,139,125,105,118,255,2,0,136,43,250,145,79,90,3,0,139,203,130,171,248,238,1,0,141,139,49,8,184,91,3,0,144,11,227,107,92,219,1,0,145,107,204,235,220,19,2,0,145,11,148,148,7,51,4,0,146,235,186,37,144,173,3,0,148,43,136,240,5,114,3,0,148,139,64,64,158,49,4,0,150,43,195,80,197,142,1,0,152,107,51,219,171,16,3,0,152,203,44,135,115,172,3,0,155,203,31,217,93,221,2,0,159,75,52,16,120,20,2,0,160,11,19,64,23,240,3,0,161,235,194,79,140,29,3,0,162,139,29,95,222,67,2,0,162,75,91,76,63,206,2,0,162,139,11,58,137,75,3,0,163,107,183,186,142,140,2,0,164,235,126,122,151,9,2,0,164,107,184,68,226,18,3,0,166,11,121,164,240,171,3,0,167,203,163,175,14,246,2,0,168,139,66,173,5,198,2,0,169,203,64,224,252,216,1,0,169,107,5,115,138,204,3,0,170,11,199,78,145,179,2,0,170,43,57,43,143,240,2,0,170,43,50,12,248,29,3,0,171,203,150,34,131,36,4,0,173,107,32,42,117,173,2,0,173,107,13,25,206,212,3,0,173,107,48,203,244,30,4,0,176,43,222,11,218,168,1,0,176,171,48,23,188,31,4,0,177,11,23,171,26,243,1,0,177,203,123,224,211,227,3,0,177,11,74,226,202,250,3,0,178,11,62,248,241,200,2,0,179,203,180,232,185,7,4,0,182,75,35,224,149,154,1,0,183,11,144,8,45,92,3,0,187,203,188,198,147,76,3,0,188,235,63,45,22,193,1,0,188,75,178,138,120,255,1,0,189,11,22,254,32,229,3,0,191,171,133,246,198,211,1,0,192,43,83,252,105,45,2,0,193,139,148,85,65,177,3,0,194,107,36,108,84,214,1,0,195,139,105,161,120,148,1,0,196,107,163,28,172,162,1,0,196,235,55,144,111,195,3,0,199,235,145,84,254,87,2,0,201,107,14,116,54,128,1,0,201,107,54,206,76,124,2,0,204,171,46,222,30,116,3,0,204,43,66,247,134,4,4,0,205,11,99,202,75,91,2,0,205,107,132,185,82,26,4,0,206,43,61,95,253,50,2,0,207,75,225,97,87,37,3,0,208,203,39,64,96,43,2,0,208,235,92,74,229,202,2,0,208,107,100,162,173,230,3,0,209,203,163,97,92,140,1,0,210,235,7,21,36,169,2,0,210,11,67,36,175,243,2,0,212,139,40,75,147,25,2,0,212,203,190,22,92,141,2,0,214,171,18,251,107,27,2,0,214,203,235,29,198,56,3,0,214,11,44,15,217,7,4,0,214,235,196,215,50,48,4,0,215,11,247,90,252,142,1,0,215,139,40,75,166,25,2,0,215,107,90,252,62,58,4,0,216,107,65,43,181,114,2,0,225,75,91,132,48,125,2,0,228,235,202,121,18,165,1,0,228,235,59,68,121,9,2,0,229,171,151,250,191,31,2,0,230,11,81,171,153,203,2,0,230,203,182,171,202,241,3,0,231,235,205,31,89,8,2,0,232,107,78,35,246,166,1,0,233,11,119,177,225,125,2,0,233,43,103,25,22,7,4,0,234,203,198,157,204,212,2,0,235,171,150,230,118,162,2,0,236,75,183,18,149,54,3,0,236,235,79,48,154,158,3,0,238,75,160,54,221,183,2,0,240,11,18,94,84,225,2,0,243,107,238,17,236,218,2,0,244,171,188,220,170,166,1,0,246,235,80,42,0,200,1,0,246,11,234,220,31,231,1,0,246,43,50,12,132,30,3,0,248,171,184,224,1,34,2,0,249,235,238,17,43,148,2,0,250,235,3,66,46,179,1,0,251,11,183,94,88,81,3,0,252,139,137,184,102,200,2,0,255,203,68,127,132,181,1,0,255,107,235,69,234,60,3,0,255,107,101,44,4,34,4,0,0,140,251,171,204,242,2,0,2,76,157,85,18,152,1,0,2,76,177,45,244,42,2,0,4,236,229,36,241,109,3,0,5,12,197,188,41,252,1,0,6,236,233,47,220,75,3,0,7,108,131,73,206,246,2,0,9,44,46,122,57,229,3,0,11,108,55,207,96,28,4,0,12,76,67,220,144,234,1,0,12,76,210,15,171,98,2,0,14,76,229,61,161,252,2,0,15,76,70,198,1,61,4,0,17,172,77,233,44,51,4,0,18,108,153,223,93,130,2,0,18,44,124,184,242,208,2,0,18,204,11,124,49,25,4,0,18,76,246,141,222,26,4,0,21,44,240,155,244,47,3,0,23,44,179,140,217,61,2,0,28,204,117,23,52,249,3,0,30,204,215,5,53,14,3,0,30,140,93,128,245,103,3,0,30,12,35,145,233,168,3,0,33,44,156,200,112,162,1,0,34,236,29,110,62,182,2,0,36,172,48,248,60,151,1,0,40,12,188,77,214,180,1,0,40,140,15,248,68,56,2,0,40,12,85,249,167,67,3,0,41,44,164,73,241,225,3,0,45,44,212,113,109,30,3,0,48,140,178,220,176,33,2,0,49,204,134,122,6,31,4,0,50,76,175,69,250,191,1,0,50,172,188,155,229,24,3,0,50,172,213,15,123,76,3,0,52,172,167,150,200,105,3,0,54,76,197,229,196,55,3,0,56,204,13,207,47,99,2,0,56,236,152,223,82,166,2,0,57,108,66,234,197,144,1,0,57,76,86,119,235,199,2,0,59,140,215,189,139,60,2,0,59,76,15,192,207,95,2,0,60,172,76,81,231,77,2,0,62,236,34,182,122,136,1,0,62,172,195,54,183,217,3,0,67,172,156,219,50,95,2,0,68,172,149,208,208,57,4,0,69,12,86,173,80,134,1,0,71,204,144,181,114,115,2,0,71,140,217,151,85,179,3,0,73,12,138,27,101,227,1,0,73,172,140,247,66,200,2,0,73,108,160,121,218,170,3,0,74,236,239,30,30,109,2,0,74,108,210,132,33,10,4,0,75,108,230,163,82,24,4,0,78,76,166,81,148,186,2,0,78,204,26,127,69,3,4,0,81,76,214,110,190,23,4,0,83,204,72,167,83,217,1,0,83,236,161,115,46,111,2,0,84,140,100,221,67,253,3,0,86,204,137,128,107,201,3,0,88,236,55,170,232,7,2,0,90,76,187,2,117,154,3,0,91,76,113,61,106,139,1,0,91,140,107,63,111,6,2,0,93,44,205,223,167,140,3,0,93,76,130,175,217,254,3,0,94,204,39,81,248,148,2,0,97,108,230,181,213,51,4,0,98,108,211,157,231,114,3,0,99,108,224,143,236,194,1,0,99,236,39,54,61,94,2,0,99,76,32,167,76,111,2,0,99,236,106,106,143,35,3,0,99,44,218,228,60,145,3,0,100,44,254,134,42,65,2,0,100,76,3,123,92,193,2,0,100,44,46,87,124,17,3,0,101,236,128,147,183,253,1,0,105,108,60,231,15,229,1,0,105,140,92,38,6,65,4,0,106,76,124,184,111,214,2,0,106,140,1,14,223,232,3,0,107,172,100,87,23,47,2,0,113,140,89,165,94,163,1,0,115,172,216,59,152,243,1,0,116,76,91,214,57,185,1,0,116,44,37,195,99,80,3,0,116,76,67,249,63,101,3,0,117,76,74,80,183,134,1,0,118,44,145,94,145,145,3,0,123,108,156,141,183,176,2,0,123,236,68,147,119,205,2,0,125,172,81,31,227,40,3,0,126,76,171,31,141,129,1,0,126,204,82,203,96,25,2,0,126,140,152,242,175,234,2,0,127,76,165,151,92,220,2,0,127,204,10,20,178,244,2,0,128,204,179,252,47,240,2,0,128,172,66,12,110,41,3,0,131,236,195,241,244,17,2,0,133,140,88,229,243,145,2,0,133,204,139,20,195,220,2,0,133,12,152,137,93,146,3,0,134,140,182,134,87,40,3,0,135,12,232,27,27,232,1,0,135,172,32,246,43,231,2,0,135,172,31,4,250,199,3,0,136,44,150,238,142,210,1,0,137,108,91,232,215,82,3,0,138,172,211,133,188,223,2,0,139,108,210,78,151,44,4,0,140,76,42,43,80,211,1,0,140,12,59,184,243,193,2,0,140,204,139,20,17,196,2,0,140,204,139,20,36,196,2,0,140,204,139,20,54,196,2,0,140,204,139,20,84,196,2,0,140,204,139,20,103,196,2,0,140,204,139,20,122,196,2,0,140,204,139,20,142,196,2,0,140,204,139,20,159,196,2,0,140,204,139,20,178,196,2,0,140,204,139,20,195,196,2,0,140,204,139,20,215,196,2,0,140,204,139,20,236,196,2,0,140,204,139,20,253,196,2,0,140,204,139,20,22,197,2,0,140,204,139,20,45,197,2,0,140,204,139,20,61,197,2,0,140,204,139,20,98,197,2,0,140,204,139,20,119,197,2,0,140,204,139,20,141,197,2,0,140,204,139,20,163,197,2,0,140,204,139,20,187,197,2,0,140,204,139,20,4,205,2,0,140,204,139,20,43,205,2,0,141,44,31,28,249,29,2,0,144,44,248,141,50,162,1,0,146,204,229,96,53,2,4,0,147,140,97,219,180,239,1,0,148,44,232,18,134,32,2,0,148,172,228,135,14,227,3,0,149,108,85,94,196,123,2,0,149,172,74,162,194,7,3,0,149,140,245,63,12,170,3,0,152,236,216,58,35,117,3,0,153,172,140,155,14,192,2,0,153,12,166,45,58,222,3,0,155,236,224,206,99,176,2,0,160,236,43,209,98,71,3,0,160,108,196,98,216,9,4,0,161,108,30,149,113,248,2,0,164,12,179,126,10,229,2,0,166,76,167,178,90,79,2,0,166,12,245,218,15,253,3,0,166,172,24,111,153,10,4,0,168,172,195,78,93,192,1,0,169,12,33,51,243,105,3,0,170,172,162,137,48,23,2,0,171,108,46,179,82,201,1,0,172,236,185,68,238,255,2,0,173,204,189,204,246,47,2,0,173,140,106,35,206,48,3,0,174,76,35,235,12,228,2,0,175,204,139,20,181,122,2,0,175,172,13,234,62,180,2,0,178,108,101,119,122,199,2,0,179,172,184,84,173,167,1,0,180,204,139,20,223,116,2,0,182,172,171,226,74,203,3,0,184,108,52,46,33,4,2,0,184,172,216,66,31,117,2,0,185,140,70,226,121,226,2,0,186,108,85,94,216,123,2,0,189,12,47,207,221,4,4,0,190,12,153,55,247,224,3,0,191,140,181,57,248,228,2,0,191,108,18,222,206,206,3,0,192,140,54,60,126,111,2,0,193,108,128,25,5,209,1,0,194,12,59,184,23,194,2,0,194,44,247,178,77,0,4,0,197,76,156,241,224,122,2,0,197,172,242,169,2,209,2,0,199,236,93,245,34,214,2,0,200,172,44,129,37,75,2,0,201,76,78,156,19,129,2,0,201,76,7,35,85,238,2,0,202,236,7,55,39,165,1,0,202,204,139,20,200,104,2,0,203,108,46,122,15,62,2,0,206,204,200,32,182,229,2,0,207,236,114,58,29,157,2,0,208,76,34,15,110,140,1,0,208,76,164,201,49,181,2,0,210,236,5,39,62,137,1,0,210,204,233,90,134,238,2,0,211,204,195,166,234,110,2,0,211,236,41,63,116,26,3,0,212,172,208,207,124,159,2,0,213,236,65,115,171,177,1,0,215,44,242,11,40,185,1,0,216,140,27,20,14,68,2,0,217,140,223,137,69,252,1,0,217,44,27,195,170,238,3,0,221,12,190,228,215,128,1,0,221,12,123,168,237,215,2,0,221,204,251,94,210,87,3,0,223,12,203,239,103,126,3,0,223,44,142,141,184,197,3,0,223,172,196,37,151,203,3,0,225,236,55,225,80,69,3,0,226,108,230,81,168,60,3,0,226,236,183,60,132,61,3,0,228,172,89,194,147,188,1,0,228,140,71,64,124,37,2,0,229,76,137,56,52,230,3,0,230,236,62,96,250,156,1,0,230,108,57,133,145,148,3,0,231,76,6,121,185,135,1,0,232,204,133,119,110,36,2,0,233,204,139,20,207,220,2,0,233,236,11,189,231,132,3,0,234,76,224,252,36,232,2,0,236,12,166,97,231,19,2,0,236,76,151,160,32,181,2,0,241,140,157,255,200,142,3,0,241,44,38,119,241,33,4,0,241,12,241,126,122,49,4,0,243,108,180,193,64,143,3,0,244,108,229,135,14,192,1,0,244,108,89,28,247,137,3,0,245,204,145,59,73,38,4,0,246,236,65,146,190,232,3,0,247,172,178,80,69,237,3,0,248,204,208,241,228,224,2,0,249,12,205,17,155,30,2,0,249,44,96,158,253,184,2,0,250,108,246,194,206,224,1,0,252,172,175,25,152,25,3,0,3,77,168,141,29,145,3,0,4,45,61,61,159,86,3,0,6,13,72,177,255,84,2,0,6,141,240,199,66,168,2,0,7,45,247,42,56,31,2,0,7,13,54,81,236,119,2,0,9,77,55,61,19,250,1,0,9,45,252,232,234,51,4,0,10,173,185,147,85,13,2,0,11,45,40,166,229,127,1,0,11,13,54,81,205,119,2,0,11,109,116,207,65,48,4,0,12,141,214,121,144,136,1,0,16,205,73,157,215,48,4,0,18,205,252,92,171,52,2,0,18,45,47,151,74,175,2,0,19,173,111,149,131,59,3,0,20,141,110,229,112,15,3,0,22,173,87,7,115,224,2,0,22,77,222,0,235,86,3,0,22,109,142,150,57,24,4,0,23,45,23,192,53,49,2,0,23,45,25,192,182,54,2,0,23,109,126,204,11,136,2,0,24,77,234,247,149,3,2,0,25,13,88,181,125,134,3,0,26,205,153,44,213,140,2,0,27,45,166,125,122,179,3,0,27,173,121,241,87,231,3,0,30,13,80,180,42,132,2,0,30,141,238,169,11,210,2,0,31,77,244,144,113,253,2,0,31,141,215,246,3,26,4,0,31,237,158,216,123,56,4,0,32,237,171,252,104,107,2,0,33,237,134,241,241,236,3,0,34,109,112,151,11,233,2,0,34,205,178,154,99,9,3,0,36,237,32,205,145,130,3,0,37,141,175,7,187,154,1,0,39,13,72,106,206,122,3,0,41,13,184,81,160,146,3,0,41,173,226,231,141,16,4,0,46,173,145,36,225,246,1,0,47,13,14,97,190,21,4,0,48,45,48,153,118,39,4,0,50,237,193,180,238,201,2,0,54,205,224,53,126,46,3,0,54,45,217,169,72,47,3,0,58,205,201,239,255,163,1,0,58,45,102,199,96,226,3,0,63,237,82,157,190,237,2,0,64,45,242,38,45,127,2,0,64,237,113,58,196,157,2,0,65,141,228,116,243,30,3,0,65,109,136,74,54,91,3,0,67,141,54,67,83,145,1,0,67,173,97,53,57,70,3,0,68,77,5,25,197,22,2,0,68,13,235,160,142,140,3,0,70,45,125,129,33,228,3,0,71,77,124,52,5,100,3,0,73,45,135,251,154,189,2,0,74,77,215,230,145,223,2,0,76,109,204,235,56,221,2,0,78,45,83,208,156,146,2,0,79,141,70,150,201,72,3,0,80,109,200,125,234,158,3,0,81,141,240,210,68,229,1,0,83,109,25,125,145,126,1,0,83,109,204,235,64,20,2,0,83,109,204,235,82,20,2,0,83,109,204,235,0,102,2,0,83,109,204,235,17,102,2,0,83,109,204,235,35,102,2,0,83,109,204,235,61,102,2,0,83,109,204,235,79,102,2,0,83,109,204,235,99,102,2,0,83,109,204,235,135,102,2,0,83,109,204,235,162,102,2,0,83,109,204,235,182,102,2,0,83,109,204,235,208,102,2,0,83,109,204,235,233,102,2,0,83,109,204,235,251,102,2,0,83,109,204,235,12,103,2,0,83,109,204,235,36,103,2,0,83,109,204,235,55,103,2,0,83,109,204,235,77,103,2,0,83,109,204,235,98,103,2,0,83,109,204,235,127,103,2,0,83,109,204,235,148,103,2,0,83,109,204,235,174,103,2,0,83,109,204,235,190,103,2,0,83,109,204,235,210,103,2,0,83,109,204,235,241,103,2,0,83,109,204,235,3,104,2,0,83,109,204,235,23,104,2,0,83,109,204,235,40,104,2,0,83,109,204,235,58,104,2,0,83,109,204,235,73,104,2,0,83,109,204,235,93,104,2,0,83,109,204,235,112,104,2,0,83,109,204,235,131,104,2,0,83,109,204,235,149,104,2,0,83,109,204,235,107,130,2,0,83,109,204,235,136,130,2,0,83,109,204,235,167,130,2,0,83,109,204,235,191,130,2,0,83,109,204,235,223,130,2,0,83,109,204,235,7,131,2,0,83,13,142,184,105,36,3,0,83,237,207,98,229,98,3,0,84,205,237,219,103,242,1,0,84,45,36,211,120,227,2,0,85,77,255,146,222,20,3,0,85,205,55,85,24,66,3,0,86,237,22,254,65,151,2,0,87,141,12,250,104,21,3,0,89,13,190,205,7,141,2,0,89,173,214,228,247,84,3,0,90,45,201,115,122,12,4,0,91,77,239,44,52,223,3,0,92,237,17,246,205,170,1,0,93,45,131,66,141,155,1,0,93,237,164,186,3,250,3,0,97,173,156,177,175,159,3,0,97,173,126,220,234,176,3,0,98,77,90,87,100,70,2,0,98,13,200,189,149,109,2,0,98,173,250,81,100,52,4,0,99,173,222,189,248,209,2,0,99,13,235,0,194,49,4,0,102,173,177,174,205,85,2,0,103,141,253,45,159,129,1,0,104,109,94,153,52,211,3,0,105,173,147,182,9,176,3,0,108,237,93,129,111,175,1,0,108,205,222,154,18,200,2,0,109,109,61,135,78,166,1,0,109,13,160,189,200,54,3,0,110,237,52,102,213,102,3,0,111,141,232,219,95,23,4,0,112,205,51,63,161,35,2,0,112,77,175,86,166,35,3,0,113,13,124,39,20,230,2,0,115,205,107,42,183,200,3,0,118,109,36,255,142,169,1,0,118,77,32,165,32,83,3,0,119,173,23,88,153,26,4,0,120,205,15,45,118,11,3,0,123,45,61,18,70,201,2,0,124,173,12,236,52,127,3,0,124,141,87,255,206,22,4,0,126,45,109,113,105,234,1,0,126,237,154,114,154,34,2,0,126,237,150,77,148,43,3,0,127,77,31,181,39,29,3,0,128,237,190,65,176,46,4,0,129,173,7,33,67,99,2,0,129,109,216,177,184,5,3,0,129,205,114,81,176,55,4,0,130,141,159,125,251,228,1,0,130,13,66,168,201,21,2,0,131,205,13,192,234,59,2,0,131,141,222,215,172,147,2,0,133,13,222,41,21,46,2,0,134,77,143,118,31,134,3,0,135,205,206,155,98,192,2,0,140,13,43,141,160,174,2,0,142,173,246,128,140,127,3,0,143,77,69,241,101,179,3,0,148,13,41,40,25,131,1,0,148,141,48,245,5,115,3,0,149,13,204,57,61,180,1,0,151,141,51,204,69,247,2,0,151,237,200,217,154,103,3,0,152,173,22,199,213,168,2,0,152,237,48,141,176,183,2,0,153,205,206,165,165,80,2,0,154,141,135,240,229,9,3,0,156,109,243,25,181,53,3,0,157,205,239,62,215,149,3,0,158,237,164,197,52,201,1,0,158,45,101,221,16,212,2,0,158,237,202,105,182,24,4,0,160,77,57,69,179,234,3,0,163,77,120,167,40,224,2,0,166,45,94,55,38,166,1,0,166,77,33,128,129,190,1,0,167,237,183,247,173,241,3,0,168,173,54,81,187,115,2,0,169,173,39,81,177,140,2,0,170,77,87,107,39,180,2,0,171,237,102,214,151,214,1,0,172,109,228,67,202,202,3,0,173,237,203,19,94,236,3,0,176,173,172,16,46,124,1,0,176,173,207,45,137,222,2,0,177,13,250,31,31,172,1,0,178,141,220,178,190,248,1,0,179,205,185,181,42,253,3,0,181,237,147,202,168,145,1,0,181,13,177,24,181,82,2,0,182,45,89,19,2,52,3,0,183,141,211,42,235,210,1,0,183,173,73,70,138,59,4,0,186,109,164,174,1,145,3,0,187,205,199,203,38,188,3,0,188,141,57,13,228,254,2,0,193,141,49,160,38,19,4,0,193,141,8,194,195,59,4,0,194,141,182,144,95,250,1,0,194,141,118,176,235,51,2,0,194,109,245,235,134,225,2,0,194,13,57,201,51,173,3,0,198,109,99,26,140,92,3,0,200,237,143,13,191,217,1,0,200,77,45,26,165,202,3,0,201,141,88,142,254,174,2,0,203,173,173,126,57,52,3,0,203,45,6,161,158,136,3,0,206,13,226,109,137,70,3,0,207,141,189,5,115,116,2,0,210,109,130,232,97,27,4,0,212,109,134,6,38,227,1,0,214,77,250,8,109,184,1,0,214,141,183,55,73,15,2,0,215,237,203,109,238,149,3,0,216,141,247,155,3,193,1,0,221,45,135,230,48,182,3,0,223,173,217,9,45,245,3,0,224,45,69,169,251,146,1,0,226,109,38,56,41,235,2,0,226,237,252,28,17,147,3,0,227,237,90,207,128,72,2,0,229,109,58,169,147,64,4,0,230,13,223,152,249,83,2,0,230,45,1,82,186,143,3,0,230,205,168,48,133,215,3,0,230,13,203,81,136,65,4,0,231,45,166,126,188,1,2,0,231,237,224,145,24,243,3,0,233,13,236,37,27,155,2,0,233,141,98,177,131,230,3,0,236,109,110,85,157,2,4,0,237,45,232,80,250,229,3,0,238,13,202,190,117,179,2,0,239,45,24,192,227,188,1,0,240,205,195,193,154,203,1,0,240,45,236,231,155,5,4,0,241,173,224,193,94,90,2,0,241,141,207,115,249,114,2,0,242,205,9,216,35,68,2,0,243,13,75,176,34,142,2,0,243,45,129,30,23,132,3,0,244,205,198,213,60,149,1,0,244,77,230,165,104,202,2,0,245,13,175,188,34,250,2,0,248,141,253,103,134,16,3,0,248,45,155,47,144,207,3,0,249,237,73,168,46,58,4,0,252,237,218,63,170,167,3,0,253,173,247,143,3,97,3,0,0,14,236,112,129,118,3,0,1,206,76,81,10,53,2,0,2,78,255,180,217,31,2,0,4,46,156,154,156,43,2,0,4,238,6,122,153,95,3,0,5,78,176,175,161,174,3,0,7,78,183,193,133,198,1,0,7,174,159,200,93,145,3,0,8,142,175,183,252,89,3,0,9,206,106,26,82,85,2,0,9,174,48,121,4,111,3,0,10,142,212,188,241,129,2,0,10,110,159,178,220,250,3,0,11,14,225,223,141,199,2,0,12,46,10,118,98,148,1,0,12,206,67,221,70,43,2,0,13,46,150,217,48,31,4,0,15,78,198,21,250,229,1,0,16,14,194,166,25,241,2,0,16,206,223,107,78,155,3,0,18,14,178,239,59,106,3,0,19,78,11,143,163,96,2,0,19,174,141,210,9,12,3,0,19,174,141,210,41,12,3,0,19,174,141,210,66,12,3,0,23,46,183,130,61,46,3,0,25,142,75,105,34,218,2,0,26,238,41,54,10,125,3,0,27,142,45,216,118,182,1,0,28,110,154,147,73,125,3,0,29,174,96,79,78,248,1,0,29,14,110,138,24,235,3,0,30,142,240,47,60,142,1,0,30,142,186,134,169,249,1,0,30,110,119,171,209,111,2,0,30,46,124,184,56,209,2,0,32,78,116,196,170,38,3,0,33,46,232,125,37,201,1,0,33,238,129,61,229,225,2,0,35,206,45,216,109,146,2,0,36,142,15,248,252,55,2,0,36,238,222,191,81,52,3,0,38,238,17,188,126,122,2,0,40,206,244,64,172,220,1,0,42,14,59,38,209,231,1,0,43,238,102,44,13,110,2,0,44,238,113,101,42,125,1,0,44,142,155,196,148,174,1,0,44,110,242,38,28,213,1,0,44,14,217,47,249,115,2,0,45,238,139,99,236,64,3,0,46,206,32,187,80,196,1,0,46,78,158,154,7,41,2,0,46,78,178,214,138,39,4,0,47,78,55,178,92,245,3,0,47,142,207,214,146,36,4,0,49,238,19,110,227,142,3,0,50,206,153,99,98,74,3,0,51,46,183,138,115,156,2,0,52,238,191,80,137,96,2,0,53,78,236,5,226,124,1,0,53,110,74,117,142,180,1,0,55,142,45,77,253,41,2,0,55,46,252,3,254,233,2,0,55,110,42,2,231,172,3,0,58,238,12,69,149,228,1,0,58,14,72,56,51,30,3,0,60,78,157,183,91,146,2,0,61,238,185,205,16,177,1,0,61,46,253,191,151,242,1,0,62,78,55,222,251,55,3,0,62,14,25,68,54,142,3,0,64,46,18,165,154,24,2,0,67,110,96,100,195,173,3,0,67,174,124,47,155,3,4,0,68,174,216,66,65,117,2,0,68,238,178,37,78,233,2,0,69,110,21,225,166,101,3,0,72,238,45,32,22,168,1,0,72,14,241,150,26,27,3,0,73,206,123,64,57,76,3,0,76,142,177,22,134,12,3,0,78,14,226,110,13,58,2,0,78,142,145,148,32,121,2,0,78,46,230,110,137,227,2,0,78,238,15,82,109,30,4,0,79,110,121,176,242,82,3,0,83,78,225,46,207,62,2,0,83,174,216,66,48,117,2,0,84,110,191,120,172,6,4,0,85,110,139,14,191,20,2,0,86,174,144,78,109,177,1,0,86,206,244,65,146,211,2,0,86,110,43,175,247,238,2,0,87,46,44,110,54,195,3,0,88,78,34,126,174,147,1,0,88,78,82,185,38,230,1,0,93,110,192,156,249,25,3,0,95,206,107,146,214,248,1,0,95,238,177,255,30,16,2,0,97,110,241,23,5,253,2,0,98,174,123,237,163,5,3,0,98,78,82,136,255,41,3,0,98,238,82,181,80,195,3,0,98,46,63,228,171,14,4,0,100,110,186,171,9,204,2,0,101,14,96,16,198,35,3,0,102,142,138,83,244,150,2,0,102,206,21,17,8,8,4,0,105,206,121,69,126,74,3,0,111,174,76,81,5,70,2,0,112,78,39,72,170,226,1,0,112,110,161,154,82,42,2,0,112,46,103,84,71,185,2,0,112,174,107,43,118,240,3,0,113,174,5,24,151,83,2,0,115,46,183,94,21,85,3,0,115,46,72,212,190,51,4,0,118,46,178,148,218,76,2,0,118,206,150,222,229,232,2,0,120,14,208,53,171,105,2,0,120,78,53,21,39,163,2,0,123,238,176,248,71,18,3,0,123,46,221,117,99,31,3,0,124,206,233,204,52,5,2,0,126,174,76,81,228,69,2,0,126,206,19,186,108,159,2,0,129,206,4,28,215,250,1,0,130,206,22,197,107,215,3,0,131,78,31,188,158,32,2,0,132,142,244,134,212,47,3,0,132,78,63,32,48,197,3,0,133,206,205,249,244,72,2,0,134,238,131,108,158,58,3,0,136,142,32,195,230,3,3,0,137,78,62,121,28,148,1,0,137,14,31,109,80,181,1,0,137,78,10,169,235,116,2,0,138,14,134,184,237,217,2,0,139,78,90,185,162,55,2,0,140,46,161,189,69,16,2,0,141,238,206,167,0,36,2,0,143,78,37,232,20,51,3,0,144,206,23,242,242,180,2,0,144,110,94,153,73,211,3,0,146,78,130,130,150,4,2,0,147,142,251,255,250,172,3,0,149,14,140,251,214,189,3,0,151,206,138,41,65,172,1,0,152,110,87,191,142,50,4,0,153,46,151,71,210,132,3,0,157,14,155,130,35,1,3,0,158,206,47,81,185,127,2,0,160,14,127,114,215,52,3,0,162,110,184,187,22,56,4,0,163,238,245,178,108,252,1,0,163,46,104,1,19,14,2,0,163,78,196,169,3,54,2,0,164,110,149,144,99,157,2,0,164,142,210,199,160,236,2,0,164,78,249,74,46,56,3,0,164,174,74,11,222,190,3,0,164,78,228,249,92,228,3,0,165,142,120,141,181,61,3,0,166,206,190,46,159,135,3,0,167,142,158,94,252,67,3,0,167,142,204,86,149,105,3,0,167,78,122,89,139,129,3,0,170,174,240,32,146,134,2,0,171,78,92,240,113,88,2,0,171,110,181,229,124,132,2,0,171,46,6,104,61,162,3,0,172,142,34,208,69,176,3,0,172,110,74,169,62,233,3,0,173,142,159,221,53,129,1,0,173,78,75,168,203,69,3,0,173,174,155,172,124,251,3,0,174,78,55,186,246,152,2,0,174,142,10,10,243,243,3,0,175,110,152,51,150,216,3,0,175,206,95,36,133,224,3,0,175,238,105,224,241,17,4,0,176,174,1,96,41,244,1,0,176,14,210,67,151,113,2,0,176,206,14,176,86,112,3,0,176,14,251,211,226,31,4,0,177,110,131,57,31,195,1,0,178,14,192,146,105,37,4,0,178,142,119,19,57,55,4,0,181,78,193,79,39,228,1,0,181,206,24,192,135,49,2,0,183,46,175,246,176,18,2,0,183,78,126,151,120,62,3,0,184,78,117,196,178,51,2,0,185,142,28,100,149,125,3,0,187,142,10,99,22,72,3,0,188,78,30,253,178,146,2,0,189,142,218,152,185,246,2,0,190,238,141,197,188,245,3,0,191,206,51,111,100,141,3,0,191,14,173,205,110,143,3,0,192,174,208,175,80,241,2,0,194,110,35,155,52,36,2,0,194,110,196,61,218,96,3,0,196,174,170,126,68,120,3,0,197,142,187,167,186,124,3,0,201,174,51,149,129,52,2,0,201,238,122,174,154,49,3,0,202,78,171,248,230,25,2,0,202,46,34,68,230,195,3,0,203,238,19,41,161,158,1,0,203,46,198,74,174,211,1,0,206,206,187,125,106,42,2,0,206,206,98,112,121,110,2,0,206,14,7,139,242,108,3,0,207,174,34,168,27,185,2,0,208,78,202,8,230,35,3,0,209,238,141,93,62,50,3,0,210,110,195,180,201,61,3,0,211,14,154,59,55,250,3,0,213,174,161,61,11,243,1,0,214,78,172,200,128,116,3,0,215,142,220,189,3,226,1,0,215,206,5,66,113,118,2,0,215,110,54,38,81,110,3,0,216,142,76,254,1,127,3,0,219,174,104,0,163,29,4,0,220,14,73,50,28,73,3,0,221,206,171,43,164,36,3,0,221,78,33,68,129,226,3,0,222,110,40,75,5,3,2,0,222,174,240,157,42,170,2,0,222,14,189,31,72,108,3,0,223,174,1,191,61,175,1,0,223,142,37,111,102,198,1,0,223,110,43,248,166,228,1,0,223,174,23,156,62,71,2,0,227,110,30,100,199,38,3,0,228,14,21,192,32,79,2,0,228,238,245,160,97,196,3,0,228,14,241,93,208,6,4,0,230,174,18,11,27,147,2,0,232,174,182,118,167,30,3,0,232,174,124,15,164,11,4,0,233,238,103,254,200,41,4,0,237,46,68,104,51,250,2,0,237,14,49,34,4,19,4,0,241,206,141,97,154,183,1,0,241,142,9,171,249,238,3,0,242,78,90,205,177,99,2,0,246,174,12,50,65,10,4,0,247,174,224,81,101,97,2,0,249,206,190,147,78,215,1,0,250,238,187,171,90,163,3,0,250,238,187,171,133,163,3,0,251,142,60,228,165,13,2,0,252,238,93,188,152,112,2,0,255,14,209,76,133,176,1,0,255,206,218,25,206,176,2,0,255,14,17,47,224,184,3,0,0,79,26,20,77,208,1,0,0,15,56,128,22,168,2,0,0,175,46,194,173,221,2,0,3,175,232,210,88,224,1,0,4,143,123,134,3,199,1,0,5,143,179,53,191,198,2,0,5,111,18,242,130,21,4,0,7,47,179,81,59,147,1,0,7,207,93,82,11,255,1,0,10,143,75,129,205,130,3,0,11,175,164,149,130,187,1,0,12,111,163,173,248,146,3,0,15,239,225,59,81,164,1,0,16,239,121,84,162,176,2,0,16,207,252,75,246,19,3,0,16,15,54,18,196,43,3,0,18,47,171,72,239,143,2,0,18,111,193,62,86,131,3,0,18,175,231,12,165,139,3,0,20,15,252,250,214,112,3,0,21,239,191,36,144,253,1,0,22,79,192,6,79,118,3,0,23,111,61,117,40,248,1,0,23,47,12,197,59,207,3,0,24,239,26,96,65,88,2,0,24,175,95,12,196,0,4,0,24,239,88,239,193,56,4,0,26,79,24,126,135,194,1,0,26,239,236,91,164,199,1,0,27,207,230,13,97,46,3,0,29,111,96,157,75,206,1,0,29,79,147,115,102,230,1,0,30,143,45,13,36,254,1,0,30,15,92,69,40,93,3,0,33,143,150,147,228,152,1,0,33,79,86,237,7,47,3,0,33,111,54,123,186,174,3,0,33,239,223,235,228,186,3,0,35,47,157,31,226,43,4,0,39,15,73,27,154,72,2,0,40,15,180,113,99,78,2,0,40,239,218,166,233,189,3,0,41,111,191,2,54,167,3,0,41,175,140,78,204,245,3,0,44,207,5,89,105,243,1,0,44,79,169,92,51,124,2,0,45,15,142,65,38,37,2,0,49,111,18,163,82,191,2,0,51,111,246,195,229,89,3,0,52,47,239,182,219,56,2,0,52,239,98,205,59,19,4,0,55,111,147,97,251,223,1,0,56,79,180,228,114,15,4,0,57,79,210,8,15,148,2,0,58,15,139,66,44,133,1,0,60,143,168,99,34,64,3,0,60,47,87,144,148,74,3,0,61,79,38,122,253,200,3,0,62,47,142,137,144,163,1,0,62,79,155,72,225,104,3,0,65,47,72,12,249,32,3,0,66,15,240,190,90,206,1,0,66,15,129,118,43,241,1,0,67,111,56,201,183,218,1,0,68,47,41,177,6,198,1,0,68,207,159,76,99,122,2,0,69,239,253,55,133,233,3,0,72,143,189,71,210,225,3,0,73,15,32,237,179,210,1,0,73,175,245,250,244,159,3,0,75,143,97,140,13,207,2,0,76,47,172,64,194,172,3,0,76,47,33,178,249,175,3,0,79,175,188,133,85,195,2,0,80,175,66,51,64,118,3,0,84,79,174,196,168,190,2,0,84,111,78,96,204,77,3,0,85,239,49,108,87,212,3,0,86,143,189,92,254,16,4,0,87,15,98,75,95,214,3,0,88,111,9,122,29,161,2,0,89,239,26,156,77,83,3,0,89,79,70,23,178,109,3,0,90,47,238,255,167,184,1,0,90,79,74,193,15,95,2,0,90,175,1,132,70,24,3,0,91,239,164,32,247,154,3,0,93,15,95,169,186,215,2,0,95,239,102,227,115,176,3,0,95,207,250,157,181,56,4,0,96,47,213,187,211,230,2,0,98,207,22,218,54,192,2,0,99,207,30,73,19,160,1,0,100,47,224,213,81,32,2,0,104,175,166,197,208,194,1,0,104,79,61,89,89,41,2,0,105,111,198,216,188,236,2,0,108,175,3,221,133,98,2,0,109,143,81,219,1,150,2,0,109,175,150,37,31,71,3,0,111,239,111,165,75,185,1,0,111,15,157,143,204,108,2,0,111,143,37,185,42,76,3,0,112,79,142,205,78,45,4,0,113,175,241,95,14,190,3,0,114,207,69,154,247,253,2,0,114,47,43,72,29,199,3,0,117,79,55,201,206,11,3,0,118,15,109,235,22,146,1,0,120,175,210,221,14,242,3,0,121,79,101,162,244,173,1,0,122,79,31,106,232,172,2,0,122,239,104,139,209,216,3,0,123,111,65,164,77,160,1,0,124,239,204,249,251,219,1,0,126,143,176,197,252,152,1,0,128,111,208,167,104,174,3,0,129,239,118,1,143,240,1,0,129,175,182,120,101,60,3,0,129,111,192,197,117,126,3,0,129,47,202,217,83,202,3,0,130,47,255,79,127,162,1,0,130,175,240,217,63,233,2,0,130,79,97,58,184,61,4,0,131,111,30,6,92,203,1,0,132,207,12,12,0,13,2,0,133,207,169,206,136,103,3,0,135,239,203,246,109,172,1,0,137,15,243,12,69,33,3,0,138,207,85,152,196,62,3,0,141,47,208,98,64,246,3,0,143,207,8,168,156,144,1,0,145,175,166,25,150,14,2,0,145,15,167,62,163,187,2,0,145,207,175,80,45,115,3,0,146,111,245,177,15,65,2,0,146,111,60,81,95,109,2,0,147,207,227,25,8,23,4,0,148,207,157,251,40,60,2,0,148,79,239,97,152,173,2,0,148,143,83,215,169,194,2,0,148,47,186,107,83,85,3,0,149,143,253,40,147,186,1,0,149,175,30,221,113,68,2,0,149,111,3,149,186,50,4,0,151,79,13,15,79,249,3,0,152,175,106,61,214,23,4,0,153,47,147,153,154,196,3,0,153,175,146,204,81,63,4,0,154,15,122,176,122,84,3,0,154,79,234,97,185,6,4,0,155,175,167,228,243,41,3,0,156,15,151,155,22,154,1,0,157,175,242,29,85,222,2,0,157,239,160,65,60,96,3,0,160,239,11,224,28,151,1,0,160,143,91,240,4,211,3,0,162,239,188,247,186,16,2,0,163,207,188,53,144,180,2,0,163,15,241,231,3,6,3,0,163,79,83,251,59,89,3,0,163,79,78,236,105,140,3,0,164,239,177,64,255,147,1,0,164,79,214,137,187,214,2,0,165,207,194,0,134,252,1,0,165,79,55,169,28,119,2,0,165,207,244,200,80,198,2,0,165,239,169,233,155,237,2,0,165,175,75,0,82,7,4,0,166,175,121,130,144,33,3,0,167,207,253,185,201,3,4,0,167,15,1,163,24,35,4,0,168,143,116,155,172,155,3,0,169,79,148,131,117,180,1,0,169,15,41,66,24,150,3,0,170,239,95,241,206,36,3,0,171,207,66,92,45,114,2,0,171,111,179,19,40,22,3,0,173,239,166,82,115,239,2,0,174,79,211,158,168,156,2,0,177,239,70,183,142,119,2,0,177,15,184,244,191,132,3,0,182,239,10,167,120,206,1,0,182,207,147,14,160,223,1,0,185,79,227,32,125,38,3,0,186,207,32,94,219,73,3,0,187,15,91,172,116,19,3,0,187,47,102,15,131,58,3,0,188,15,158,130,79,119,3,0,189,47,132,92,246,187,3,0,191,175,173,23,5,208,3,0,195,239,155,34,19,242,1,0,197,47,202,196,177,238,1,0,198,207,151,169,138,45,3,0,198,15,55,50,62,181,3,0,199,79,71,133,196,143,1,0,199,143,139,214,80,27,4,0,200,239,216,47,170,14,3,0,201,111,157,106,173,214,1,0,201,47,248,206,186,185,3,0,202,79,9,16,119,79,2,0,203,15,87,93,58,169,2,0,203,79,172,122,110,0,3,0,203,239,106,49,51,6,3,0,204,79,161,59,92,185,3,0,205,47,76,33,108,203,1,0,205,207,143,241,248,181,2,0,205,175,4,24,171,222,3,0,206,207,4,54,155,161,3,0,206,239,158,200,53,221,3,0,206,143,132,69,55,29,4,0,210,111,201,178,130,222,1,0,211,143,178,168,58,112,2,0,211,111,194,154,252,3,3,0,214,79,64,83,168,137,1,0,214,175,76,81,135,77,2,0,214,239,87,56,134,182,2,0,214,175,58,82,173,33,3,0,215,47,28,2,135,251,1,0,216,207,9,118,8,151,1,0,216,79,91,158,108,226,1,0,216,15,17,144,212,7,3,0,217,143,118,173,52,209,1,0,219,47,11,1,124,64,2,0,223,111,242,20,10,130,2,0,223,79,160,140,141,20,3,0,223,47,237,249,229,55,3,0,223,15,189,169,178,0,4,0,224,175,208,52,166,108,3,0,226,15,20,32,182,4,3,0,229,15,198,223,183,22,3,0,229,15,231,233,106,132,3,0,230,239,198,6,68,45,2,0,232,15,45,215,229,200,1,0,233,47,55,157,130,213,2,0,234,47,216,136,34,97,2,0,234,143,80,247,158,246,3,0,235,239,86,255,188,118,2,0,236,239,127,113,42,253,1,0,237,15,35,56,45,162,3,0,237,47,206,215,203,210,3,0,239,47,16,197,184,76,3,0,243,143,27,40,133,175,1,0,244,47,183,118,55,228,3,0,245,111,43,47,65,68,3,0,246,111,251,187,58,173,2,0,247,207,204,141,11,74,3,0,248,143,46,198,29,31,3,0,248,15,213,230,216,148,3,0,252,79,239,27,158,213,2,0,252,175,232,106,0,18,3,0,254,175,104,0,208,176,3,0,254,175,104,0,222,176,3,0,255,239,201,18,99,167,1,0,255,143,30,32,253,203,1,0,1,144,114,241,55,186,3,0,1,80,105,205,204,191,3,0,4,144,175,183,189,89,3,0,6,16,86,221,28,141,2,0,7,48,171,172,137,105,3,0,8,208,181,234,95,12,3,0,9,176,105,41,62,57,4,0,10,240,97,244,1,67,3,0,11,144,114,187,59,130,2,0,13,176,56,18,222,78,2,0,13,144,52,248,211,197,2,0,14,208,51,69,243,94,3,0,16,80,111,166,133,113,2,0,16,112,151,253,195,182,2,0,18,80,236,67,42,230,2,0,20,80,43,206,202,191,1,0,20,240,178,118,104,126,2,0,22,144,186,199,216,123,1,0,22,208,218,133,65,203,1,0,22,208,185,177,173,201,3,0,22,48,108,53,39,47,4,0,23,240,87,74,142,139,1,0,23,144,23,67,187,227,2,0,26,80,76,158,95,16,2,0,27,80,28,133,231,223,1,0,27,208,202,48,202,178,3,0,29,208,37,252,161,104,3,0,29,80,104,123,105,202,3,0,30,144,246,153,38,64,2,0,30,112,189,123,127,140,3,0,31,80,96,72,28,176,2,0,32,16,64,92,209,158,1,0,32,176,212,66,139,204,2,0,32,176,166,16,167,197,3,0,32,16,126,106,215,248,3,0,35,240,157,19,156,196,1,0,36,144,164,242,29,204,1,0,38,80,92,57,87,216,1,0,38,176,72,30,5,155,2,0,38,112,67,168,170,122,3,0,41,48,5,225,127,241,1,0,43,176,104,0,112,74,3,0,45,80,220,168,166,41,4,0,46,80,173,170,135,23,2,0,46,16,186,94,219,49,3,0,49,112,26,146,74,221,3,0,53,48,82,14,146,91,2,0,53,144,66,43,122,93,2,0,55,240,246,49,97,184,2,0,55,240,114,169,159,12,3,0,58,176,104,0,80,98,3,0,59,112,185,140,125,55,4,0,60,240,55,142,200,211,2,0,63,80,65,158,49,63,2,0,63,48,254,94,249,87,3,0,64,16,123,137,157,131,1,0,65,48,68,24,95,65,2,0,68,16,131,83,44,164,1,0,68,48,116,43,250,225,2,0,68,240,129,163,220,204,3,0,69,48,34,74,184,137,1,0,69,144,52,248,224,217,2,0,69,144,102,32,131,122,3,0,69,144,8,1,195,224,3,0,69,48,83,193,144,253,3,0,70,16,81,171,170,203,2,0,71,112,116,229,37,142,1,0,71,48,42,138,155,200,2,0,71,48,246,253,48,170,3,0,73,240,120,174,140,28,2,0,76,48,174,36,201,52,4,0,77,144,52,248,111,217,2,0,77,176,187,16,36,252,2,0,78,208,118,78,166,39,2,0,79,144,52,248,124,217,2,0,80,176,95,134,208,16,4,0,83,240,224,108,160,68,3,0,83,112,227,235,107,90,3,0,85,240,163,1,132,26,4,0,85,16,109,210,216,33,4,0,86,80,65,24,120,156,1,0,86,16,240,33,178,18,4,0,87,112,20,28,220,204,1,0,87,240,24,118,23,214,1,0,87,112,207,235,248,255,1,0,87,144,225,133,236,81,2,0,87,240,190,146,52,91,2,0,88,48,136,45,6,124,2,0,91,112,187,99,35,195,2,0,92,176,87,124,96,162,1,0,95,48,170,216,220,195,1,0,95,144,52,248,55,215,2,0,97,80,174,149,129,243,1,0,97,240,206,69,142,171,3,0,98,144,49,223,195,39,4,0,99,16,84,14,6,42,4,0,102,48,44,160,236,80,3,0,103,48,184,207,62,204,2,0,105,176,14,164,254,254,3,0,106,112,83,144,171,57,4,0,107,240,113,25,253,71,2,0,107,144,239,179,234,100,3,0,107,176,32,207,255,29,4,0,109,16,237,27,249,19,2,0,109,176,159,136,244,1,3,0,109,112,37,137,216,161,3,0,112,48,208,136,100,84,2,0,114,208,226,180,40,171,1,0,114,48,177,7,15,173,3,0,116,80,74,188,102,23,3,0,118,48,160,28,250,177,3,0,119,48,163,197,187,59,3,0,120,80,68,162,74,254,1,0,120,240,217,63,20,132,2,0,122,80,59,184,23,180,2,0,125,176,224,60,5,39,3,0,126,208,137,87,44,74,2,0,127,80,50,62,61,200,1,0,127,208,110,117,94,233,1,0,127,144,184,113,113,253,1,0,127,144,52,248,92,199,2,0,128,240,161,34,160,209,1,0,128,112,166,130,65,225,1,0,132,176,246,112,211,132,2,0,134,144,118,207,126,21,3,0,134,16,8,37,61,163,3,0,135,176,139,42,143,89,3,0,135,16,48,9,189,48,4,0,137,176,164,17,91,54,4,0,138,208,43,159,192,190,1,0,139,16,215,26,46,14,4,0,140,144,102,196,252,250,3,0,142,48,151,75,47,165,2,0,143,80,192,15,36,217,1,0,144,112,65,136,56,18,2,0,144,48,246,238,111,249,3,0,144,80,62,22,248,10,4,0,145,240,85,77,216,217,1,0,147,112,29,206,182,43,4,0,148,144,127,154,5,30,3,0,149,48,252,255,174,231,2,0,149,80,167,166,238,23,4,0,150,48,33,234,244,157,2,0,153,176,17,235,254,193,1,0,153,144,54,53,126,180,2,0,155,240,14,192,136,134,1,0,155,176,195,127,192,247,2,0,155,48,16,201,163,255,2,0,157,48,191,181,63,219,1,0,157,16,183,147,79,227,2,0,157,48,108,97,173,95,3,0,157,16,51,28,195,161,3,0,158,144,46,253,233,42,3,0,161,48,19,22,239,43,4,0,162,48,246,166,111,210,3,0,163,16,182,147,192,75,3,0,167,48,253,132,96,211,2,0,171,16,109,36,46,173,1,0,173,112,76,180,0,132,2,0,173,208,219,47,148,224,2,0,174,144,209,57,108,26,4,0,175,144,203,26,85,231,2,0,177,208,139,161,45,66,3,0,178,208,224,139,126,166,1,0,178,16,95,144,80,35,2,0,178,48,158,178,197,144,2,0,178,48,211,56,56,25,3,0,178,176,75,54,64,74,3,0,178,16,22,55,51,235,3,0,179,112,126,167,153,185,2,0,181,48,240,4,110,109,2,0,181,16,225,151,19,22,3,0,181,176,11,149,227,155,3,0,182,208,215,163,202,143,2,0,182,208,65,100,223,66,3,0,183,80,0,181,88,202,1,0,183,80,155,33,182,167,2,0,183,176,245,252,97,34,4,0,184,16,138,146,46,174,3,0,187,112,192,162,149,160,3,0,189,16,230,105,88,184,3,0,190,16,199,54,157,252,1,0,190,112,207,195,191,24,2,0,192,208,108,48,97,236,1,0,193,16,41,53,31,46,3,0,194,176,94,140,57,57,2,0,194,112,27,169,196,187,2,0,195,112,0,23,114,216,2,0,195,240,141,14,80,239,2,0,195,112,181,99,217,44,3,0,197,16,60,63,220,22,3,0,198,16,199,186,82,151,2,0,200,176,191,194,91,67,3,0,202,144,15,149,52,168,3,0,203,48,43,123,68,161,2,0,203,112,175,129,131,201,2,0,204,144,72,192,91,150,1,0,204,176,200,201,223,187,1,0,204,48,27,146,204,51,3,0,205,112,208,122,28,161,1,0,205,80,90,143,133,6,2,0,205,240,18,158,93,18,2,0,205,208,247,46,118,127,3,0,205,176,5,146,81,152,3,0,208,144,245,166,196,213,1,0,211,208,214,232,141,213,1,0,216,144,189,14,18,114,3,0,216,16,139,124,22,64,4,0,217,208,2,182,106,71,2,0,218,48,81,184,68,45,3,0,218,48,8,111,202,17,4,0,219,80,173,24,231,24,2,0,219,176,249,1,136,34,3,0,220,16,105,63,12,234,1,0,222,144,52,248,135,168,2,0,224,240,213,7,15,246,3,0,226,176,44,125,11,139,1,0,226,240,41,176,36,104,3,0,227,16,79,81,96,216,2,0,227,208,77,167,172,54,3,0,228,176,30,147,68,189,1,0,228,16,233,42,59,148,3,0,229,144,93,140,11,88,3,0,229,112,89,22,122,255,3,0,231,80,15,213,180,36,3,0,232,112,150,45,146,28,3,0,233,208,156,225,218,42,2,0,233,240,230,92,31,143,3,0,236,16,77,76,131,244,2,0,236,16,238,252,204,43,4,0,236,176,202,140,67,56,4,0,237,240,165,169,29,105,2,0,239,144,176,40,161,179,3,0,240,80,254,54,176,96,3,0,241,16,51,38,153,16,3,0,241,48,153,231,223,72,3,0,244,112,149,101,251,14,2,0,244,144,251,19,82,35,3,0,245,176,170,174,47,246,1,0,247,208,40,64,70,15,3,0,247,48,124,54,253,73,3,0,248,16,137,162,8,217,3,0,248,240,143,49,164,220,3,0,249,80,166,62,107,124,1,0,250,80,228,57,31,220,3,0,252,144,174,225,170,45,3,0,0,113,1,245,45,12,2,0,1,177,21,132,144,222,1,0,1,177,217,113,72,209,2,0,1,113,195,186,219,253,2,0,3,49,189,28,198,64,3,0,3,145,182,185,54,18,4,0,5,177,92,57,44,30,2,0,5,17,241,197,157,162,2,0,5,241,107,94,5,173,2,0,5,113,91,146,238,197,2,0,5,113,181,33,119,37,4,0,6,209,25,203,195,166,1,0,7,241,203,160,17,171,3,0,9,49,35,133,81,244,2,0,9,145,207,224,84,40,4,0,12,209,152,236,91,247,2,0,13,241,104,199,26,39,3,0,13,81,30,210,106,64,3,0,13,49,24,2,136,244,3,0,15,209,146,9,172,153,1,0,15,113,139,140,70,54,3,0,17,145,3,24,223,226,1,0,17,209,3,208,14,214,2,0,17,241,152,41,111,29,4,0,20,241,26,96,44,88,2,0,22,81,99,72,247,244,1,0,22,81,176,108,56,199,2,0,22,81,113,184,254,215,2,0,22,177,55,242,240,113,3,0,23,209,212,2,9,186,1,0,25,177,112,6,102,153,1,0,25,49,24,192,123,35,2,0,25,209,241,93,104,64,4,0,27,17,137,236,111,7,2,0,27,241,102,90,38,127,3,0,29,81,20,180,47,232,1,0,29,241,122,36,247,234,1,0,30,209,154,64,252,235,1,0,30,17,181,56,107,37,3,0,32,49,33,47,89,155,1,0,33,113,209,32,170,218,2,0,35,145,13,254,121,143,1,0,35,241,98,122,171,155,1,0,35,177,100,242,26,190,2,0,35,81,140,115,224,255,2,0,39,209,40,172,123,185,1,0,41,113,6,76,250,231,2,0,41,113,255,240,209,18,4,0,41,241,91,217,112,34,4,0,42,113,135,136,149,244,3,0,43,81,174,76,124,206,2,0,43,113,230,173,81,64,3,0,43,113,242,111,58,100,3,0,44,49,9,192,168,91,2,0,47,177,104,0,170,240,1,0,48,81,158,98,100,134,2,0,51,113,50,246,204,110,2,0,53,81,116,0,68,215,2,0,54,241,30,7,123,57,3,0,55,113,79,112,233,135,3,0,56,177,253,76,154,197,1,0,56,145,234,173,218,4,3,0,56,209,27,18,175,188,3,0,56,209,139,34,174,232,3,0,56,177,153,9,141,29,4,0,58,17,175,116,65,126,2,0,60,81,111,95,67,79,2,0,60,145,64,187,206,92,2,0,63,241,206,157,248,195,2,0,64,17,172,164,16,30,2,0,66,81,17,235,232,14,3,0,66,241,247,56,55,255,3,0,67,17,141,253,58,141,3,0,70,241,41,17,53,29,2,0,70,145,6,106,218,41,2,0,71,81,196,79,94,248,1,0,71,177,215,22,171,58,4,0,72,145,182,211,32,3,2,0,73,81,1,183,33,215,1,0,75,113,67,32,47,129,2,0,75,209,228,156,230,115,3,0,76,145,167,130,113,250,1,0,76,241,242,59,122,78,2,0,80,81,159,79,107,58,4,0,81,145,160,102,168,182,1,0,82,81,5,177,224,150,1,0,88,49,84,31,239,186,1,0,90,241,31,213,56,216,2,0,90,145,129,83,164,239,3,0,93,209,246,135,206,53,2,0,94,17,31,19,32,35,3,0,95,209,100,65,86,107,2,0,96,113,187,26,210,42,4,0,97,81,154,223,174,21,2,0,98,17,80,92,18,146,3,0,98,17,51,227,23,20,4,0,99,177,31,72,225,225,3,0,100,209,211,78,48,61,3,0,101,17,215,26,196,162,1,0,102,113,41,191,78,236,1,0,102,49,100,15,158,7,2,0,102,145,231,50,110,122,3,0,102,81,139,147,180,226,3,0,103,145,58,23,232,172,1,0,104,209,201,19,149,150,3,0,105,49,108,97,129,124,1,0,105,49,168,49,46,189,1,0,105,241,17,138,196,191,2,0,106,209,39,34,174,138,1,0,107,49,179,155,28,248,2,0,108,49,186,189,220,178,2,0,108,177,223,9,135,158,3,0,109,49,108,107,164,89,2,0,110,209,55,92,248,11,4,0,111,145,94,250,86,27,3,0,112,177,142,211,219,86,2,0,112,49,78,109,113,190,3,0,113,209,87,28,205,91,3,0,114,177,226,147,105,43,3,0,115,241,237,108,46,61,2,0,116,17,11,109,91,18,4,0,118,145,203,3,74,251,2,0,120,81,91,72,139,11,2,0,121,145,20,191,98,232,2,0,121,177,225,114,57,60,3,0,122,17,193,43,204,76,3,0,123,17,136,14,132,15,4,0,124,209,222,15,7,6,4,0,126,209,229,172,96,239,1,0,126,113,127,68,184,41,2,0,126,17,46,159,50,97,3,0,126,241,29,136,159,119,3,0,128,113,146,204,178,71,2,0,128,113,66,94,38,216,3,0,129,241,110,41,160,54,4,0,130,177,194,249,235,6,4,0,132,177,210,170,179,173,2,0,132,241,87,60,13,45,3,0,132,17,136,240,169,113,3,0,135,145,169,136,42,127,1,0,135,17,252,153,53,42,3,0,136,113,22,212,206,175,1,0,139,49,76,202,136,21,2,0,142,177,128,135,93,147,2,0,143,241,140,41,17,229,3,0,144,241,7,47,173,76,2,0,144,177,65,196,16,43,3,0,147,81,169,238,215,107,2,0,147,81,36,238,179,119,3,0,149,209,63,127,131,210,3,0,150,145,245,160,28,70,3,0,150,113,76,46,39,78,3,0,150,81,97,75,79,214,3,0,150,81,150,252,81,217,3,0,151,49,136,160,18,195,2,0,151,81,246,32,219,99,3,0,151,113,81,72,62,64,4,0,152,241,235,204,249,126,1,0,154,81,0,227,227,220,3,0,155,49,221,125,162,0,3,0,157,113,160,254,36,187,1,0,157,145,170,131,32,77,2,0,158,49,53,25,47,139,2,0,158,113,52,142,147,139,3,0,159,81,80,176,141,18,4,0,160,145,80,154,235,6,3,0,162,49,50,12,151,36,3,0,164,145,51,162,5,195,1,0,165,17,74,18,115,247,1,0,165,209,229,176,233,233,2,0,165,17,16,164,12,44,4,0,167,113,235,37,121,207,2,0,170,17,18,34,252,195,1,0,171,49,173,11,163,115,2,0,171,113,37,81,192,155,2,0,177,177,68,82,46,212,1,0,177,113,227,119,223,54,4,0,180,177,12,90,218,147,3,0,183,17,64,218,172,56,2,0,183,241,142,160,117,192,2,0,183,209,4,236,75,208,2,0,184,49,212,129,193,206,1,0,185,177,55,185,211,213,2,0,186,145,32,246,218,152,3,0,189,49,148,168,34,225,1,0,189,17,204,160,252,168,2,0,189,177,245,120,52,74,3,0,190,113,217,15,167,67,2,0,190,113,209,237,165,119,2,0,194,177,148,197,148,184,1,0,197,241,173,95,130,254,2,0,198,177,176,87,180,43,2,0,198,145,151,123,53,50,2,0,198,145,201,224,175,254,3,0,199,209,174,125,117,135,1,0,199,81,102,184,137,217,2,0,200,241,130,241,143,156,2,0,201,209,111,60,11,184,1,0,201,81,119,203,218,232,1,0,202,177,107,58,74,14,3,0,202,241,90,158,199,223,3,0,203,145,27,9,223,80,2,0,204,49,210,235,54,26,2,0,206,177,46,28,153,131,3,0,206,209,234,193,114,6,4,0,207,113,79,157,111,214,3,0,208,177,159,32,134,135,1,0,208,81,235,167,108,29,2,0,208,49,148,112,114,100,2,0,209,241,194,103,38,100,3,0,209,113,39,183,233,7,4,0,210,113,162,79,234,16,4,0,215,145,73,78,193,116,2,0,216,17,146,65,99,33,2,0,216,241,254,5,188,239,2,0,216,113,33,135,186,190,3,0,216,81,95,3,69,239,3,0,219,177,58,128,193,164,1,0,219,49,24,192,46,28,2,0,224,113,153,18,13,186,2,0,225,17,160,6,250,138,1,0,225,17,77,83,138,100,2,0,225,81,61,157,87,147,3,0,226,17,74,9,241,80,2,0,226,177,208,211,95,7,3,0,227,49,93,71,37,54,3,0,227,113,139,176,69,171,3,0,227,17,255,93,162,229,3,0,229,177,72,82,203,166,3,0,229,17,226,240,13,201,3,0,230,241,238,184,56,1,3,0,234,81,164,73,229,206,2,0,234,113,120,233,128,36,3,0,236,81,139,230,139,120,3,0,238,209,248,110,118,8,3,0,238,17,204,196,76,44,3,0,241,17,73,1,212,185,1,0,241,17,104,246,58,248,1,0,241,145,51,184,172,134,2,0,241,241,116,248,204,10,4,0,242,209,77,6,158,115,3,0,242,49,179,111,134,232,3,0,243,113,143,59,224,69,3,0,246,209,89,139,220,150,2,0,248,145,33,246,103,7,4,0,249,145,180,31,163,20,3,0,250,81,149,140,255,131,3,0,252,17,124,129,102,75,2,0,254,49,36,190,128,19,4,0,255,241,36,61,142,93,2,0,255,81,157,112,82,212,2,0,255,113,134,121,81,136,3,0,1,18,94,213,99,62,3,0,4,146,186,171,69,49,2,0,4,178,167,228,122,44,3,0,5,210,76,81,139,24,2,0,6,146,104,28,210,169,1,0,6,82,218,228,198,208,3,0,7,178,250,138,35,136,1,0,7,242,71,232,179,211,3,0,8,82,22,31,206,40,3,0,9,18,55,167,203,32,4,0,12,178,248,73,120,217,1,0,12,210,38,103,66,6,2,0,13,178,141,140,93,93,2,0,13,242,157,232,221,24,4,0,14,114,95,49,190,23,2,0,16,82,40,206,0,66,2,0,16,114,21,169,188,41,3,0,17,242,30,165,120,65,3,0,17,114,102,158,2,128,3,0,18,178,107,80,30,153,3,0,19,18,37,24,165,20,2,0,19,242,234,229,176,221,3,0,22,146,2,65,98,143,1,0,25,242,55,136,83,172,1,0,26,82,42,235,86,149,2,0,27,50,206,213,84,200,2,0,30,210,89,131,191,218,3,0,31,210,198,184,215,167,2,0,32,114,210,151,166,140,1,0,32,146,128,8,85,222,1,0,33,178,7,42,52,105,3,0,33,146,89,89,101,117,3,0,35,242,189,247,15,202,1,0,37,50,224,19,81,181,3,0,40,210,153,223,65,115,2,0,40,114,155,176,107,38,4,0,43,114,116,147,189,18,2,0,43,178,239,143,247,207,2,0,44,242,205,199,31,177,2,0,44,178,118,109,213,229,3,0,45,178,57,79,245,32,2,0,47,114,33,167,16,235,2,0,47,242,143,99,66,217,3,0,49,114,55,103,128,149,3,0,50,146,199,195,95,191,3,0,51,210,193,133,119,105,2,0,52,210,152,223,224,197,2,0,53,114,228,230,238,139,1,0,53,242,31,191,93,160,2,0,56,82,165,127,101,144,2,0,58,50,61,6,141,1,4,0,59,210,127,117,85,218,3,0,60,82,119,16,196,2,2,0,61,18,241,211,235,79,2,0,62,18,189,59,34,143,1,0,62,178,179,228,79,137,2,0,65,82,185,97,45,135,1,0,66,18,224,203,212,245,1,0,67,146,12,169,22,166,1,0,67,18,72,88,141,185,1,0,67,114,215,31,134,16,2,0,67,242,113,213,196,73,3,0,68,210,152,223,204,169,2,0,69,146,55,180,157,107,3,0,72,210,17,54,230,175,2,0,72,82,228,7,192,147,3,0,73,114,248,18,220,112,2,0,79,82,214,107,103,187,1,0,81,18,99,201,62,212,2,0,81,114,195,191,30,222,3,0,84,18,199,73,124,54,3,0,85,18,155,160,115,188,2,0,88,114,95,24,216,237,2,0,89,18,169,172,129,75,2,0,89,146,46,56,239,28,3,0,89,114,187,39,245,124,3,0,90,114,106,58,62,177,1,0,90,210,34,8,15,33,2,0,91,242,224,92,248,11,2,0,91,50,245,151,124,60,3,0,92,114,104,200,241,253,1,0,93,18,66,79,113,251,1,0,96,146,127,170,134,7,3,0,96,210,145,47,93,3,4,0,98,146,69,71,6,241,1,0,99,114,223,225,212,235,1,0,101,242,248,80,87,0,2,0,101,146,194,129,13,162,2,0,102,242,227,75,139,239,1,0,102,18,207,202,174,180,3,0,103,146,60,139,165,106,3,0,104,178,143,110,109,246,1,0,107,18,22,36,114,139,3,0,108,18,143,224,207,98,2,0,110,50,192,59,185,129,1,0,110,242,187,173,89,31,2,0,111,210,255,126,189,127,1,0,112,50,213,232,80,100,3,0,113,242,218,23,48,81,2,0,113,210,152,223,199,168,2,0,113,18,233,94,38,90,3,0,114,146,53,193,44,94,2,0,115,114,71,218,50,209,3,0,116,18,22,81,167,168,2,0,118,114,26,96,195,230,3,0,119,114,118,147,232,199,3,0,120,18,57,23,23,189,1,0,120,178,241,121,192,112,3,0,122,114,237,150,186,158,1,0,122,146,113,224,162,152,2,0,123,242,98,21,163,126,1,0,126,82,41,188,27,184,1,0,128,50,237,45,161,212,2,0,129,242,49,44,16,187,1,0,131,242,191,213,198,128,1,0,132,114,38,205,124,154,1,0,133,114,66,172,130,192,3,0,135,50,25,8,240,138,2,0,135,50,29,159,198,141,3,0,138,50,219,128,98,186,1,0,142,114,89,148,17,20,3,0,145,114,233,213,202,232,2,0,145,210,208,15,36,154,3,0,146,18,35,66,110,16,3,0,147,82,10,92,105,181,1,0,147,210,66,218,63,64,2,0,148,82,147,203,46,154,2,0,148,18,100,14,29,217,2,0,152,242,84,51,209,188,1,0,152,178,114,108,122,70,2,0,157,82,144,147,193,193,1,0,158,146,131,144,224,122,1,0,158,146,171,12,145,218,1,0,158,82,73,113,75,150,2,0,158,146,79,95,82,206,2,0,159,114,49,104,241,189,1,0,159,146,95,252,170,171,2,0,162,242,168,165,135,208,3,0,165,18,164,167,31,106,3,0,165,114,82,59,192,240,3,0,165,82,99,50,62,12,4,0,166,242,186,196,152,246,2,0,166,82,121,219,21,126,3,0,166,178,175,204,146,41,4,0,167,178,152,160,213,175,2,0,169,210,160,243,191,141,1,0,169,146,67,229,39,234,3,0,172,18,180,195,136,98,3,0,175,178,152,160,248,175,2,0,178,242,239,21,103,189,2,0,179,242,99,127,240,75,3,0,179,114,81,169,160,195,3,0,180,18,5,226,100,110,2,0,180,210,66,4,84,14,4,0,181,82,48,111,2,145,2,0,181,18,101,27,78,60,3,0,182,210,72,147,183,130,1,0,185,82,248,153,80,143,1,0,185,210,76,81,2,24,2,0,187,146,244,74,0,237,1,0,187,18,154,91,34,206,3,0,188,18,109,251,13,138,1,0,188,210,93,152,22,34,2,0,188,114,172,221,44,43,2,0,188,178,255,121,247,241,2,0,190,82,156,180,48,77,3,0,190,18,91,208,235,222,3,0,191,82,21,81,133,220,2,0,192,82,11,74,108,154,2,0,193,82,60,138,222,123,3,0,194,18,164,23,214,74,3,0,198,114,31,228,89,210,1,0,199,210,128,249,233,139,3,0,200,178,189,79,11,116,2,0,200,50,29,62,76,17,4,0,201,210,149,125,193,147,1,0,202,178,191,86,190,89,2,0,202,18,116,1,127,243,2,0,204,82,89,195,209,217,3,0,205,82,231,150,43,158,1,0,207,50,127,138,237,143,3,0,208,50,116,221,179,159,1,0,208,210,89,12,84,46,3,0,209,146,128,34,28,144,1,0,211,146,243,237,211,208,1,0,211,146,5,102,138,245,2,0,212,50,175,136,27,50,2,0,213,210,129,195,205,19,3,0,214,146,52,248,89,155,2,0,217,114,150,230,98,118,3,0,218,146,252,189,39,85,3,0,218,114,159,149,85,121,3,0,219,82,215,65,235,74,2,0,221,18,67,238,195,30,3,0,223,18,127,217,242,9,3,0,224,82,114,46,101,232,1,0,227,178,7,195,146,78,2,0,227,82,129,24,137,81,2,0,228,114,152,124,37,220,2,0,228,178,80,185,234,219,3,0,230,242,219,214,1,187,1,0,230,178,43,75,154,77,3,0,230,50,160,56,193,13,4,0,231,242,212,120,226,115,2,0,231,178,177,198,26,24,4,0,232,210,21,132,237,254,1,0,232,50,232,70,69,223,2,0,233,210,206,153,5,162,3,0,234,146,175,83,37,123,2,0,234,50,57,187,94,136,2,0,236,242,125,153,251,200,1,0,236,18,202,209,190,63,3,0,237,82,12,92,212,151,2,0,237,178,37,81,226,155,2,0,238,18,18,109,139,224,1,0,238,242,46,28,111,32,2,0,239,82,169,24,104,72,2,0,239,242,200,84,22,34,4,0,240,114,59,184,89,186,2,0,241,146,190,61,17,222,2,0,242,242,247,83,173,10,2,0,242,18,75,116,214,121,2,0,242,146,181,127,140,61,4,0,244,18,40,139,16,56,2,0,244,242,136,64,27,65,3,0,245,82,236,180,171,44,4,0,246,18,221,117,184,245,1,0,246,242,51,144,40,4,4,0,246,178,122,217,240,38,4,0,247,178,208,203,84,89,3,0,248,146,48,190,233,60,2,0,249,82,139,25,173,22,2,0,250,82,74,25,178,204,3,0,252,82,115,245,143,105,2,0,252,210,37,167,203,67,3,0,252,146,128,171,26,167,3,0,253,242,225,247,83,194,3,0,253,242,103,81,87,207,3,0,255,50,208,232,206,164,2,0,0,211,203,53,125,80,2,0,2,147,163,100,95,240,1,0,2,147,163,100,116,240,1,0,3,243,114,167,232,130,1,0,3,179,238,108,150,61,2,0,3,51,3,35,139,37,3,0,4,51,149,22,152,171,1,0,4,19,242,166,94,44,4,0,5,147,60,116,20,1,4,0,6,179,77,249,51,21,4,0,9,147,3,160,184,216,2,0,10,147,168,131,34,37,3,0,13,83,118,226,96,68,3,0,15,115,158,254,103,206,2,0,17,243,118,44,228,128,3,0,17,51,218,187,141,141,3,0,22,19,58,80,215,38,3,0,24,147,75,58,214,60,2,0,25,211,202,87,144,182,1,0,25,179,227,199,97,98,3,0,26,211,135,85,111,212,3,0,26,211,135,85,136,212,3,0,26,211,135,85,173,212,3,0,27,51,143,252,46,89,2,0,27,115,175,93,62,212,3,0,28,51,189,138,193,244,1,0,28,211,25,173,3,81,2,0,28,147,189,164,192,154,2,0,31,115,114,252,187,227,1,0,31,147,143,106,137,115,2,0,31,83,255,137,174,73,3,0,32,83,169,210,37,209,2,0,32,83,217,33,73,39,3,0,32,19,61,12,206,42,3,0,35,179,242,164,48,225,2,0,36,211,248,158,48,190,1,0,36,83,139,160,168,192,2,0,37,83,35,94,18,164,1,0,37,51,100,15,183,6,2,0,38,147,218,174,81,205,1,0,39,83,124,50,210,181,1,0,39,147,65,58,177,19,4,0,40,19,145,239,67,146,1,0,40,19,34,40,158,33,4,0,40,179,87,119,24,59,4,0,43,83,235,161,252,4,3,0,43,51,24,109,255,135,3,0,44,83,71,192,82,21,2,0,45,115,162,234,233,106,3,0,49,19,160,215,50,3,3,0,49,243,224,251,22,93,3,0,50,147,25,25,140,63,2,0,52,51,143,96,198,99,3,0,54,243,132,227,49,99,3,0,57,51,170,242,13,106,2,0,57,83,229,64,168,70,3,0,60,211,24,136,235,242,3,0,61,51,24,192,251,27,2,0,61,243,21,135,231,66,2,0,61,19,20,104,87,165,2,0,61,211,122,128,237,45,4,0,63,19,201,26,42,243,2,0,63,19,196,167,68,66,3,0,66,243,206,130,179,49,4,0,68,211,250,90,73,150,1,0,69,19,173,80,35,9,2,0,70,147,225,114,180,69,3,0,71,147,156,42,135,20,4,0,73,147,109,143,238,73,2,0,73,211,84,184,90,44,3,0,73,243,8,128,74,168,3,0,74,83,175,121,164,56,4,0,76,179,223,0,75,19,2,0,77,147,52,248,180,142,2,0,77,83,102,64,156,42,4,0,78,51,213,208,28,202,1,0,78,83,57,143,75,209,3,0,79,83,77,22,104,17,4,0,80,243,115,204,145,226,3,0,84,83,93,116,155,121,3,0,85,179,136,10,124,13,4,0,89,211,45,87,208,186,2,0,89,19,214,21,177,189,2,0,90,115,65,222,142,147,1,0,91,115,216,54,236,98,2,0,92,243,51,45,206,171,3,0,92,115,48,246,22,15,4,0,93,51,123,134,164,152,1,0,93,115,26,77,20,158,1,0,93,211,212,34,111,247,2,0,93,147,130,73,228,19,3,0,93,147,113,4,215,27,3,0,93,19,219,175,246,201,3,0,95,179,10,51,108,206,3,0,96,211,237,98,221,85,3,0,97,179,234,63,4,242,1,0,97,211,131,54,250,242,1,0,98,211,64,205,4,25,4,0,99,243,37,35,178,183,1,0,102,19,208,210,67,155,1,0,102,243,142,8,192,66,2,0,103,243,25,57,29,34,3,0,105,51,27,230,40,206,1,0,106,147,129,207,187,208,2,0,106,51,112,203,74,138,3,0,107,19,108,124,181,51,3,0,108,83,232,128,66,178,1,0,108,243,143,115,200,253,1,0,109,147,36,81,105,152,2,0,109,243,113,16,191,126,3,0,110,147,94,197,78,220,1,0,111,19,120,28,117,4,2,0,112,83,208,9,178,146,1,0,112,243,252,81,5,27,2,0,112,115,163,112,178,97,2,0,114,19,97,124,115,246,3,0,115,211,159,16,28,242,2,0,116,211,166,244,137,151,2,0,116,19,116,255,182,232,2,0,116,147,178,9,15,181,3,0,118,83,245,75,186,177,3,0,118,211,49,141,155,43,4,0,119,147,248,194,95,185,1,0,120,147,72,134,234,142,2,0,124,19,215,252,242,139,2,0,125,147,250,215,166,30,4,0,125,19,227,206,85,32,4,0,126,83,236,11,55,49,3,0,128,211,71,167,167,247,1,0,128,115,85,196,155,17,2,0,129,243,81,24,191,75,2,0,129,243,23,176,75,179,2,0,130,83,180,242,175,103,3,0,130,51,18,221,137,181,3,0,138,179,51,148,109,194,3,0,138,115,135,166,231,209,3,0,141,51,185,28,130,221,1,0,141,147,124,176,178,83,3,0,142,19,209,183,230,200,3,0,145,83,104,108,226,74,3,0,145,147,42,54,91,150,3,0,146,179,226,134,166,202,1,0,146,179,100,15,31,229,2,0,148,51,204,204,77,219,3,0,149,211,125,26,193,254,3,0,150,211,228,238,190,13,3,0,152,115,142,54,52,254,3,0,153,179,176,224,109,128,2,0,153,243,81,119,63,43,3,0,153,243,240,227,196,170,3,0,154,51,248,125,225,238,1,0,154,51,248,154,208,246,1,0,155,211,76,81,201,26,2,0,156,19,238,194,18,78,3,0,158,115,89,93,55,0,4,0,159,51,16,77,145,9,3,0,161,147,122,102,134,121,3,0,161,243,9,245,135,241,3,0,162,115,137,167,35,201,3,0,163,179,6,44,169,74,3,0,163,243,1,244,168,142,3,0,163,83,138,7,24,169,3,0,164,115,35,160,252,39,4,0,166,83,40,83,51,144,1,0,169,51,154,160,8,187,2,0,169,147,228,144,251,195,3,0,171,51,224,54,158,4,3,0,171,19,11,84,231,187,3,0,173,211,149,141,228,132,1,0,174,211,121,167,86,73,3,0,174,19,145,10,7,232,3,0,175,147,48,80,177,133,1,0,176,83,62,68,158,61,3,0,177,83,68,129,39,108,2,0,177,179,41,181,90,145,2,0,177,147,40,118,253,98,3,0,177,115,154,90,63,184,3,0,178,243,85,116,233,255,1,0,178,115,93,250,145,18,3,0,178,211,240,184,158,144,3,0,178,211,151,4,97,224,3,0,180,147,29,94,33,236,2,0,181,19,252,103,12,120,2,0,182,19,6,126,62,149,2,0,182,19,124,84,110,40,4,0,183,211,240,251,100,50,2,0,184,243,79,14,73,159,2,0,184,179,174,6,80,29,3,0,184,211,42,237,163,175,3,0,187,83,74,210,205,51,2,0,187,147,238,182,207,74,2,0,189,51,201,241,2,45,4,0,191,19,41,55,113,204,1,0,191,211,243,97,139,158,2,0,193,115,54,227,220,183,3,0,194,179,124,64,166,165,1,0,195,179,63,133,79,204,3,0,198,83,75,219,37,50,3,0,198,243,45,117,183,228,3,0,199,115,31,129,66,234,1,0,199,211,19,179,33,192,2,0,200,115,183,244,49,16,2,0,201,51,137,160,91,194,2,0,201,179,91,79,74,5,3,0,202,83,112,113,47,39,3,0,202,147,175,63,215,185,3,0,203,115,143,242,227,97,2,0,204,179,161,142,18,176,1,0,204,51,153,223,183,152,2,0,204,51,51,13,42,82,3,0,205,19,178,186,246,134,2,0,206,147,117,124,245,40,3,0,207,115,171,61,189,209,1,0,207,179,31,94,235,73,3,0,209,115,44,211,52,126,3,0,209,19,155,148,33,0,4,0,211,179,38,92,103,160,3,0,212,211,113,132,209,126,3,0,213,147,160,45,215,134,1,0,213,211,11,49,116,220,1,0,213,179,114,153,70,33,2,0,214,243,78,19,92,216,3,0,216,179,238,89,13,113,3,0,216,179,156,163,252,8,4,0,217,83,109,110,27,175,3,0,220,83,42,116,201,125,1,0,221,211,100,125,250,237,2,0,224,243,229,24,229,181,1,0,224,179,221,203,140,223,1,0,225,51,255,239,241,161,1,0,225,211,70,233,138,107,2,0,226,51,15,66,127,214,1,0,229,19,140,222,162,117,2,0,231,83,235,67,165,125,2,0,231,211,211,190,224,231,3,0,231,243,125,11,167,1,4,0,234,51,136,162,82,199,3,0,235,179,241,148,223,50,3,0,239,147,117,242,214,159,3,0,240,179,59,129,195,80,3,0,241,115,217,186,227,33,2,0,241,115,220,229,227,236,2,0,241,211,223,125,6,55,3,0,243,147,185,72,192,171,2,0,243,179,30,219,150,251,3,0,245,83,6,92,100,253,2,0,248,243,255,96,3,134,1,0,248,51,197,137,230,213,3,0,248,83,197,124,156,234,3,0,249,51,116,95,71,158,2,0,250,179,195,119,143,14,3,0,251,147,51,9,83,190,2,0,252,83,142,243,42,53,2,0,255,83,134,41,231,224,3,0,0,180,61,61,16,40,2,0,0,212,200,214,96,244,2,0,0,20,53,219,217,108,3,0,1,148,160,171,28,8,4,0,2,84,218,231,28,153,1,0,2,84,172,223,31,100,2,0,3,180,137,68,132,131,3,0,4,52,52,161,178,251,1,0,4,84,65,110,173,43,3,0,4,244,42,142,74,183,3,0,5,148,207,90,147,22,2,0,5,20,195,150,224,29,3,0,7,52,182,214,22,172,2,0,9,84,178,98,110,234,2,0,10,148,203,224,166,15,2,0,10,116,6,233,137,60,4,0,10,116,6,233,155,60,4,0,10,116,6,233,173,60,4,0,10,116,6,233,191,60,4,0,11,180,173,164,185,65,3,0,13,244,47,93,151,111,2,0,15,116,45,93,51,187,1,0,17,148,175,12,60,190,3,0,18,180,31,93,131,73,3,0,20,116,51,16,180,224,2,0,20,180,245,48,93,128,3,0,21,20,96,180,232,243,2,0,24,116,196,145,147,6,3,0,27,84,43,209,32,45,2,0,28,20,142,84,103,2,2,0,29,148,31,5,13,159,1,0,30,180,242,247,72,124,1,0,30,52,169,165,139,176,3,0,30,20,57,20,8,47,4,0,31,52,34,40,94,211,3,0,32,148,101,89,240,244,3,0,33,244,103,107,45,48,2,0,37,148,160,216,236,195,1,0,38,116,141,254,138,236,3,0,40,52,122,140,101,151,1,0,40,148,25,109,163,169,1,0,40,244,200,52,162,116,2,0,40,212,168,81,48,244,3,0,41,84,199,63,86,180,2,0,46,148,145,100,210,18,3,0,46,116,183,90,98,148,3,0,49,180,45,60,106,222,2,0,49,20,250,96,54,3,4,0,51,148,186,103,140,11,3,0,51,180,246,226,207,97,3,0,54,52,129,194,63,135,1,0,55,84,3,227,199,183,1,0,55,116,59,184,206,185,2,0,57,148,161,41,27,16,3,0,60,180,57,110,200,253,2,0,63,52,142,0,9,206,2,0,63,20,245,147,69,56,3,0,66,212,225,153,77,216,3,0,67,84,37,34,164,243,1,0,68,244,37,43,170,49,2,0,68,52,178,232,219,251,3,0,70,84,184,64,97,204,1,0,70,84,199,58,206,106,3,0,72,20,25,111,129,171,2,0,73,180,221,143,63,244,2,0,75,180,220,54,251,226,3,0,76,52,215,103,98,35,4,0,77,244,117,185,68,75,2,0,77,84,121,2,115,29,3,0,77,52,224,255,92,154,3,0,78,52,225,37,236,129,1,0,78,52,172,167,187,37,2,0,78,212,141,117,135,214,3,0,79,244,115,228,177,151,1,0,79,84,72,210,128,135,3,0,80,52,16,234,42,188,2,0,80,148,232,51,123,194,2,0,81,116,96,242,112,225,2,0,81,180,153,236,44,181,3,0,82,52,194,99,22,126,1,0,83,52,123,172,163,153,3,0,84,116,72,135,50,14,2,0,84,180,189,79,29,116,2,0,84,116,72,135,19,62,4,0,85,148,168,88,98,204,3,0,87,212,11,22,108,108,2,0,87,116,176,188,222,52,4,0,89,180,247,160,21,237,3,0,90,20,170,18,17,124,1,0,91,116,221,144,53,241,3,0,93,148,76,81,187,55,2,0,95,52,106,116,96,237,1,0,96,244,30,34,151,237,1,0,98,116,37,81,138,155,2,0,98,212,39,220,245,9,4,0,100,52,210,235,209,25,2,0,100,84,147,203,121,14,3,0,100,212,63,162,174,62,3,0,100,148,13,130,128,237,3,0,101,52,90,244,184,68,2,0,102,52,151,85,155,88,3,0,104,116,102,220,22,114,2,0,109,244,57,126,3,164,2,0,109,212,90,34,227,218,3,0,111,180,171,104,139,15,2,0,111,116,117,189,199,114,2,0,111,20,65,251,55,143,2,0,111,244,97,218,170,161,2,0,112,84,244,190,33,203,2,0,113,20,198,217,224,15,3,0,113,52,247,223,22,136,3,0,114,116,25,99,226,51,3,0,114,84,68,78,215,56,4,0,118,244,31,48,8,233,1,0,118,20,249,32,58,55,2,0,119,84,251,13,225,0,3,0,119,180,239,116,244,54,4,0,120,148,149,184,208,236,2,0,120,212,54,180,217,219,3,0,122,84,194,202,106,93,3,0,123,52,185,4,241,1,2,0,123,244,222,141,8,73,3,0,124,84,44,198,219,155,1,0,126,180,3,171,80,182,1,0,126,148,213,228,22,198,2,0,126,148,69,206,149,27,4,0,128,148,242,70,58,174,3,0,129,20,241,94,63,144,2,0,130,148,76,73,166,216,2,0,131,84,110,237,5,37,3,0,131,116,151,224,160,134,3,0,132,52,149,26,16,174,3,0,133,244,96,138,5,154,2,0,133,20,24,81,253,214,2,0,133,244,26,164,74,31,3,0,134,180,204,214,212,6,3,0,134,180,133,90,167,52,3,0,135,180,244,188,28,86,3,0,136,20,180,201,145,89,2,0,137,180,175,58,220,32,4,0,139,84,98,16,36,134,2,0,140,116,61,231,248,143,1,0,140,180,191,230,73,90,2,0,140,148,6,19,14,151,2,0,140,180,227,94,172,88,3,0,140,244,93,122,73,132,3,0,141,148,38,28,130,114,2,0,144,244,53,241,153,155,2,0,144,180,222,223,209,53,4,0,146,52,185,22,217,240,3,0,147,116,2,96,204,225,1,0,147,84,48,186,10,180,3,0,148,212,137,30,218,1,2,0,150,84,193,251,45,135,2,0,151,180,220,245,165,21,4,0,154,212,86,3,41,128,2,0,154,84,235,121,167,215,2,0,155,20,10,108,246,182,1,0,159,148,223,149,234,218,1,0,160,244,85,159,199,6,2,0,161,180,232,169,231,210,2,0,161,84,113,76,226,182,3,0,162,20,186,101,0,140,3,0,164,148,75,58,27,61,2,0,164,244,148,229,210,226,2,0,165,244,157,203,60,58,2,0,165,212,111,172,167,89,3,0,166,84,91,199,11,4,2,0,166,180,125,190,182,32,4,0,168,116,230,47,2,217,2,0,168,52,183,94,85,84,3,0,169,84,119,127,136,27,4,0,170,148,39,35,63,156,2,0,171,84,10,227,201,148,1,0,171,116,146,223,239,170,1,0,171,148,130,100,10,238,1,0,172,20,131,163,198,169,3,0,173,148,222,152,226,83,2,0,175,244,29,113,51,192,3,0,176,244,21,10,119,164,1,0,177,212,24,41,13,231,1,0,177,20,52,202,55,195,2,0,178,20,6,171,233,71,3,0,179,212,240,27,222,163,1,0,179,212,240,115,157,200,1,0,179,116,175,75,103,62,2,0,180,20,112,238,188,208,1,0,181,180,118,140,39,118,3,0,183,84,235,212,181,221,1,0,183,244,114,26,106,85,2,0,183,52,58,135,207,124,3,0,186,84,22,18,216,26,2,0,188,212,66,105,81,159,3,0,189,148,28,192,197,226,1,0,190,180,223,103,211,124,1,0,190,20,87,3,23,128,2,0,190,52,86,121,113,238,2,0,190,52,235,21,226,127,3,0,193,20,24,81,205,214,2,0,193,148,199,196,177,44,3,0,194,244,68,145,174,117,3,0,195,52,215,82,50,242,2,0,197,20,15,51,232,52,3,0,197,244,217,86,34,60,4,0,199,84,174,151,109,220,2,0,199,116,181,8,119,68,3,0,200,20,140,170,18,21,2,0,200,148,23,192,215,37,2,0,200,84,191,228,210,149,2,0,202,116,242,130,15,36,3,0,203,148,156,122,82,232,2,0,203,20,76,11,165,34,3,0,205,84,119,118,162,114,2,0,205,244,33,165,186,42,3,0,205,116,24,182,215,53,3,0,206,212,121,25,198,22,3,0,207,180,82,241,90,170,2,0,207,148,144,28,247,130,3,0,209,212,224,186,45,15,3,0,211,84,66,85,250,158,1,0,211,52,93,229,50,157,2,0,212,20,197,64,66,224,1,0,212,116,251,28,78,249,2,0,214,180,165,45,93,127,1,0,214,116,212,79,243,182,3,0,215,116,232,179,137,231,3,0,216,84,206,40,52,217,2,0,217,148,121,238,71,235,1,0,223,148,238,182,9,75,2,0,225,180,237,193,13,217,1,0,225,180,37,118,143,217,1,0,225,244,19,89,208,91,2,0,225,180,128,216,134,159,3,0,225,244,43,245,50,248,3,0,226,116,236,179,146,153,1,0,227,84,134,130,53,43,4,0,230,212,116,172,101,142,3,0,232,180,223,112,190,131,1,0,234,212,24,81,254,230,2,0,236,180,76,154,182,196,3,0,238,180,47,228,54,174,1,0,240,52,127,195,62,28,2,0,240,20,187,238,99,239,2,0,241,244,158,52,178,201,1,0,243,52,136,150,146,219,1,0,244,20,44,157,234,56,4,0,245,84,15,62,89,58,2,0,247,20,156,22,119,193,1,0,248,180,121,98,30,199,1,0,248,244,57,37,34,1,2,0,252,212,92,232,3,52,4,0,253,116,202,189,84,110,2,0,254,52,133,15,85,3,2,0,254,84,93,92,212,135,3,0,255,52,114,135,153,232,3,0,1,213,52,250,1,131,1,0,2,53,173,234,8,211,1,0,2,245,75,27,170,237,2,0,3,117,44,160,253,37,3,0,4,245,31,248,91,139,1,0,4,21,15,22,83,28,3,0,7,245,88,199,73,32,3,0,7,245,115,168,174,251,3,0,10,21,86,127,128,97,3,0,11,245,194,127,102,54,2,0,12,181,124,49,53,188,1,0,15,149,4,230,80,107,3,0,18,149,229,70,168,236,1,0,18,213,57,46,12,104,3,0,20,213,153,144,152,220,1,0,21,213,77,70,93,32,3,0,21,21,203,239,240,66,3,0,22,181,38,69,137,241,2,0,24,213,86,67,132,220,1,0,25,117,213,70,195,225,3,0,26,245,30,169,152,214,2,0,26,85,76,70,79,92,3,0,27,149,59,184,140,183,2,0,27,149,227,22,220,26,3,0,29,85,120,165,61,238,1,0,29,85,120,165,85,238,1,0,29,149,230,212,14,198,3,0,30,149,25,9,192,160,3,0,34,149,33,18,108,191,2,0,34,53,112,123,38,254,2,0,37,85,43,222,112,219,3,0,40,21,161,141,134,82,2,0,41,245,53,106,11,43,2,0,42,149,220,15,213,222,3,0,46,245,198,194,27,6,3,0,49,21,72,68,248,179,2,0,49,53,123,128,144,251,2,0,50,149,123,148,249,58,3,0,51,149,143,47,220,252,2,0,51,181,21,67,34,49,3,0,51,21,200,221,129,229,3,0,52,245,29,77,97,115,2,0,52,181,58,22,73,73,3,0,53,117,42,51,168,14,2,0,55,53,88,29,253,154,1,0,57,21,63,194,107,196,1,0,57,53,25,137,154,48,2,0,57,245,21,135,144,66,2,0,57,85,22,61,123,160,3,0,58,21,3,241,142,242,2,0,58,117,90,6,168,200,3,0,59,85,1,191,84,228,1,0,60,21,29,219,97,46,4,0,61,85,217,120,7,34,3,0,61,21,140,24,19,207,3,0,62,181,101,109,149,27,3,0,64,53,190,36,226,95,3,0,65,213,20,209,29,61,4,0,66,53,52,129,151,80,3,0,67,149,167,181,104,199,3,0,69,181,201,130,146,192,1,0,69,213,58,12,59,51,2,0,69,21,0,64,96,203,3,0,71,149,98,201,116,169,3,0,73,21,24,81,220,214,2,0,74,213,72,11,17,251,3,0,76,53,230,8,207,197,1,0,79,245,205,100,207,5,3,0,80,21,200,221,252,157,1,0,80,21,17,175,220,143,2,0,81,149,199,160,89,124,1,0,82,21,160,226,69,43,4,0,85,149,213,56,193,142,2,0,88,213,217,0,214,154,2,0,88,181,166,244,136,160,2,0,93,53,59,184,254,191,2,0,93,53,95,201,122,185,3,0,94,181,156,77,57,192,1,0,94,21,91,141,252,234,2,0,94,117,167,42,76,229,3,0,94,21,117,178,137,252,3,0,94,245,53,220,175,12,4,0,98,245,113,206,161,141,3,0,98,117,40,14,1,150,3,0,99,21,38,81,107,158,2,0,100,213,218,224,135,26,3,0,104,21,227,133,123,41,3,0,105,213,76,155,73,148,3,0,106,53,4,86,103,183,3,0,108,213,82,70,234,96,3,0,109,53,58,28,53,84,3,0,109,117,224,247,187,180,3,0,110,245,131,123,190,201,3,0,115,53,28,185,9,121,3,0,117,245,145,204,156,213,3,0,119,181,243,68,171,170,2,0,120,245,171,114,150,99,2,0,120,149,119,97,217,211,3,0,124,181,211,213,173,196,1,0,124,85,60,209,196,165,2,0,126,213,252,120,189,1,3,0,133,149,193,238,209,63,3,0,135,21,74,108,173,173,1,0,135,213,226,235,36,222,2,0,136,245,50,73,102,63,4,0,137,149,67,179,5,148,3,0,138,117,108,138,223,179,1,0,138,213,44,243,248,6,3,0,139,149,255,144,134,83,3,0,140,149,232,242,227,18,4,0,141,53,221,209,234,176,2,0,141,21,94,132,80,55,4,0,142,85,89,8,21,133,1,0,142,181,109,202,143,235,1,0,142,53,28,29,59,102,3,0,143,53,230,109,163,23,4,0,144,181,180,121,167,184,3,0,147,245,150,92,29,93,2,0,147,245,150,92,62,93,2,0,148,181,247,158,134,11,4,0,149,53,94,156,248,31,3,0,152,245,216,51,230,58,2,0,152,21,208,105,138,119,3,0,153,53,114,190,56,85,2,0,155,21,26,3,108,229,1,0,156,245,176,233,128,217,3,0,158,85,69,237,236,193,3,0,158,117,198,59,46,9,4,0,159,53,63,240,242,129,3,0,160,85,2,188,31,27,4,0,161,245,73,186,230,152,2,0,162,21,29,48,166,198,2,0,163,21,203,2,187,160,1,0,163,21,203,2,205,160,1,0,163,53,107,174,41,84,2,0,163,149,76,42,98,249,2,0,163,21,203,2,201,61,4,0,163,21,203,2,217,61,4,0,169,213,25,110,53,9,2,0,169,213,109,243,214,57,3,0,170,245,218,143,50,195,1,0,171,117,210,177,240,177,1,0,171,181,117,103,210,79,2,0,173,21,108,182,228,162,3,0,173,85,3,184,223,210,3,0,175,85,1,129,252,167,2,0,177,213,43,165,201,4,3,0,177,85,236,105,227,181,3,0,177,149,127,72,59,206,3,0,177,213,235,188,116,42,4,0,178,85,98,79,192,117,3,0,179,213,127,154,183,141,2,0,181,213,175,218,168,156,3,0,181,213,175,218,211,156,3,0,181,213,175,218,1,157,3,0,181,213,175,218,42,157,3,0,181,213,175,218,90,157,3,0,181,213,175,218,139,157,3,0,181,213,175,218,176,157,3,0,181,213,175,218,217,157,3,0,181,213,175,218,5,158,3,0,181,213,175,218,41,158,3,0,181,245,159,229,21,192,3,0,182,21,137,168,29,134,1,0,182,53,94,210,8,121,2,0,182,181,229,52,16,106,3,0,183,213,196,35,91,92,3,0,184,245,165,172,9,142,3,0,186,85,150,160,162,180,2,0,188,245,152,223,235,160,2,0,188,53,123,123,79,20,4,0,191,213,54,245,163,186,1,0,191,149,252,103,51,105,2,0,191,117,10,62,248,218,3,0,191,245,11,146,163,47,4,0,192,117,205,145,87,235,2,0,192,149,179,124,73,223,3,0,193,213,214,58,141,84,3,0,195,85,204,86,110,86,2,0,196,149,38,28,239,57,3,0,197,181,40,241,116,21,2,0,198,213,154,255,174,87,2,0,198,181,195,186,151,150,2,0,198,213,200,195,222,48,3,0,198,213,238,2,122,150,3,0,200,85,3,199,198,81,3,0,201,181,139,133,35,242,1,0,205,245,152,223,221,160,2,0,209,245,88,236,233,164,2,0,210,21,128,143,19,234,3,0,211,53,47,45,7,39,4,0,212,213,127,133,241,113,2,0,212,53,139,250,55,65,3,0,213,149,113,109,85,198,1,0,213,149,142,243,139,35,2,0,213,117,50,55,119,18,3,0,214,53,113,39,206,203,1,0,214,245,14,160,243,56,2,0,215,53,171,229,103,233,2,0,217,21,2,114,35,101,2,0,217,181,232,242,5,199,3,0,218,21,36,253,170,133,2,0,219,117,36,120,196,155,1,0,220,245,255,20,183,157,1,0,221,53,131,167,189,233,1,0,223,85,167,246,136,108,3,0,223,245,48,143,27,36,4,0,224,213,45,248,92,212,1,0,225,213,205,26,225,92,3,0,225,117,13,80,82,197,3,0,226,213,202,78,152,135,1,0,226,53,19,72,40,43,3,0,227,213,149,227,149,63,4,0,230,149,111,235,152,101,2,0,230,245,31,243,253,220,2,0,232,21,121,171,140,58,4,0,233,149,87,0,170,218,3,0,234,181,11,8,166,124,3,0,236,213,178,87,11,218,1,0,236,213,40,229,7,138,2,0,236,21,115,54,159,194,3,0,238,53,153,100,172,18,3,0,238,181,238,231,183,86,3,0,238,53,112,17,220,17,4,0,239,181,120,107,135,42,2,0,243,149,203,160,150,169,2,0,244,245,19,200,70,193,2,0,245,181,167,228,56,45,3,0,246,85,23,187,16,84,2,0,246,117,1,129,59,123,2,0,247,181,202,55,147,255,2,0,247,117,25,184,137,99,3,0,249,245,121,156,39,146,1,0,250,213,143,178,190,88,3,0,251,149,205,116,226,138,1,0,252,213,171,201,249,37,2,0,252,149,135,90,202,189,2,0,252,181,6,61,173,150,3,0,253,53,87,24,18,244,2,0,255,21,108,51,114,34,3,0,0,54,64,69,86,10,3,0,0,118,116,227,50,57,3,0,3,22,48,158,135,250,1,0,3,150,8,216,153,33,2,0,5,54,69,21,75,167,1,0,5,86,77,65,111,188,1,0,5,150,141,93,197,49,3,0,7,246,201,67,63,131,2,0,8,182,226,255,129,48,3,0,10,150,225,226,24,178,1,0,11,246,177,93,186,152,1,0,11,86,131,53,85,172,2,0,13,214,116,45,16,228,1,0,14,22,160,63,150,226,1,0,14,22,214,38,175,46,3,0,16,150,54,118,2,216,1,0,16,118,1,239,120,80,3,0,17,54,190,211,50,10,3,0,19,86,245,150,63,4,4,0,21,182,221,102,7,59,2,0,22,22,23,211,232,164,3,0,22,182,197,240,185,193,3,0,26,182,134,173,113,237,1,0,26,86,89,171,16,203,2,0,26,118,132,17,108,189,3,0,27,182,53,102,4,136,1,0,27,54,124,200,52,241,2,0,27,118,31,55,255,153,3,0,29,54,135,122,41,213,1,0,29,22,231,49,253,8,2,0,30,118,111,73,2,165,2,0,34,214,214,127,106,140,2,0,34,54,178,209,219,182,2,0,35,54,227,148,98,200,3,0,37,22,233,158,175,83,2,0,37,246,83,73,81,237,2,0,37,22,149,250,111,2,3,0,38,22,189,206,125,147,1,0,38,22,16,146,123,117,3,0,39,182,250,245,73,250,2,0,41,246,197,92,1,54,3,0,42,22,62,99,96,82,3,0,42,246,247,238,41,87,3,0,43,182,9,4,184,130,3,0,45,214,191,59,141,250,2,0,46,246,244,84,101,245,1,0,48,182,59,183,250,88,3,0,49,150,47,18,132,146,1,0,49,22,218,243,225,146,1,0,49,246,117,232,90,116,2,0,49,86,33,15,86,230,3,0,49,150,148,167,119,38,4,0,51,182,238,182,253,75,2,0,51,150,244,106,183,20,3,0,53,54,106,218,104,237,2,0,54,214,242,238,39,187,3,0,55,182,99,0,187,248,3,0,56,86,187,128,119,119,3,0,57,150,57,166,151,237,3,0,58,118,216,113,33,44,4,0,59,246,78,59,6,10,2,0,60,150,39,143,240,54,2,0,61,54,26,81,247,165,2,0,64,214,208,16,246,173,3,0,72,246,181,106,68,130,3,0,75,118,164,98,246,89,2,0,76,54,197,89,57,13,2,0,76,150,158,172,21,72,2,0,78,118,160,166,225,34,3,0,78,246,197,64,182,94,3,0,79,22,211,7,192,146,1,0,79,22,173,184,108,165,2,0,80,246,193,22,149,232,1,0,81,246,192,205,213,143,1,0,81,182,18,240,54,233,1,0,82,54,183,252,162,209,2,0,83,246,43,2,145,194,3,0,84,214,183,213,188,18,3,0,86,22,148,71,167,179,2,0,87,86,129,171,23,81,2,0,89,214,201,226,66,123,1,0,89,182,129,211,25,44,3,0,90,150,52,248,210,116,2,0,91,150,31,99,106,19,4,0,92,214,57,74,160,63,4,0,94,214,246,83,39,28,3,0,95,182,254,190,103,1,3,0,96,182,113,110,194,109,2,0,97,54,28,189,179,141,3,0,97,182,246,233,122,220,3,0,98,22,23,194,122,97,2,0,99,22,212,96,84,226,3,0,100,118,182,249,207,190,3,0,101,22,86,187,90,171,2,0,102,246,181,181,84,19,4,0,104,54,117,220,57,4,3,0,104,22,67,113,67,94,3,0,105,22,110,152,80,202,2,0,106,214,153,223,212,104,2,0,106,118,110,216,252,188,3,0,107,22,16,32,27,233,2,0,109,54,179,232,140,174,2,0,111,86,76,85,91,20,3,0,111,214,229,23,116,145,3,0,114,246,249,250,248,63,2,0,114,86,95,113,95,114,3,0,115,182,83,171,12,103,3,0,115,118,60,164,187,203,3,0,117,150,157,11,20,223,2,0,119,22,152,92,57,178,3,0,121,86,37,211,17,206,1,0,121,182,161,66,17,15,2,0,122,150,205,170,77,193,3,0,124,182,2,75,25,98,2,0,125,22,183,216,135,143,3,0,125,246,158,92,234,29,4,0,125,54,231,40,83,52,4,0,126,54,198,64,25,99,2,0,130,214,6,242,15,91,2,0,132,22,53,237,166,1,2,0,132,246,1,90,66,224,3,0,133,86,109,252,62,137,2,0,134,118,127,156,73,229,2,0,135,118,154,17,101,119,2,0,136,54,95,53,98,146,1,0,136,214,27,115,220,90,3,0,138,214,96,108,151,207,2,0,138,118,130,121,187,131,3,0,138,22,23,92,1,226,3,0,138,182,62,94,138,247,3,0,138,214,215,154,254,48,4,0,139,22,10,206,102,207,2,0,139,86,56,222,137,209,2,0,144,22,197,112,21,140,2,0,144,182,225,181,25,165,2,0,144,214,121,135,247,15,4,0,147,182,208,34,221,22,2,0,147,246,239,146,95,181,2,0,149,54,63,184,56,145,2,0,150,86,18,204,166,26,4,0,151,22,110,105,68,106,2,0,153,246,117,109,135,124,2,0,154,182,43,143,110,73,3,0,155,182,53,92,65,135,3,0,156,22,64,155,208,100,3,0,157,22,72,191,255,112,3,0,158,246,66,173,26,253,2,0,159,150,23,195,150,77,2,0,159,22,133,24,150,23,4,0,160,54,217,166,162,8,4,0,161,182,121,235,96,1,2,0,161,182,247,130,124,123,2,0,162,54,164,203,37,58,2,0,162,182,243,118,227,58,4,0,165,54,46,91,129,127,1,0,165,182,24,81,77,199,2,0,168,150,247,155,255,61,3,0,170,118,191,61,12,57,2,0,170,118,73,54,67,188,2,0,171,54,169,47,167,126,3,0,172,150,52,248,104,114,2,0,173,182,14,6,164,15,3,0,174,86,41,20,144,168,1,0,174,86,202,252,169,129,2,0,174,150,12,20,52,23,4,0,175,118,227,101,114,160,2,0,175,150,41,188,70,88,3,0,176,54,33,195,54,176,2,0,177,246,215,127,99,26,3,0,177,246,180,113,25,152,3,0,178,246,91,69,25,10,2,0,178,118,111,14,25,231,3,0,179,214,36,11,120,129,2,0,183,150,52,248,117,114,2,0,183,86,20,37,189,163,2,0,185,118,122,96,197,167,1,0,187,150,243,32,1,110,3,0,189,118,114,58,97,15,3,0,189,118,35,119,200,44,4,0,190,54,62,218,152,181,1,0,191,214,46,215,101,241,3,0,193,118,247,249,55,239,1,0,193,86,60,227,9,60,3,0,194,246,110,223,18,125,1,0,194,22,203,110,54,76,2,0,194,246,110,51,92,34,3,0,195,182,183,121,225,197,1,0,195,214,176,196,195,134,3,0,196,118,179,159,99,16,4,0,200,54,252,184,15,251,2,0,201,118,141,38,85,143,3,0,202,182,162,80,205,66,3,0,204,182,132,118,47,224,1,0,205,246,146,30,135,36,2,0,207,54,201,17,151,133,2,0,208,118,49,51,25,188,3,0,209,118,38,253,142,241,1,0,211,22,64,151,53,234,1,0,211,118,228,231,26,145,2,0,211,86,191,181,169,241,2,0,212,86,39,24,117,224,1,0,212,118,155,188,187,117,2,0,212,118,50,12,156,39,3,0,213,54,199,174,224,173,1,0,214,86,95,201,218,201,2,0,215,214,24,223,230,34,2,0,215,118,186,186,164,142,2,0,216,150,144,29,164,160,1,0,216,246,81,105,25,133,2,0,217,22,15,96,89,152,1,0,217,246,247,28,50,151,3,0,219,118,125,109,26,205,3,0,219,54,194,214,162,35,4,0,220,150,167,192,128,48,2,0,220,86,153,131,118,66,2,0,220,22,220,187,93,25,3,0,222,214,32,132,143,248,1,0,222,246,136,127,218,239,3,0,223,118,74,3,83,76,2,0,224,182,113,226,219,180,2,0,225,182,24,81,236,198,2,0,225,150,242,66,226,36,4,0,226,54,159,198,35,202,2,0,226,246,71,16,73,180,3,0,228,246,248,182,2,254,1,0,228,54,77,71,78,42,3,0,229,246,72,58,98,169,2,0,232,150,117,243,36,92,2,0,233,54,118,56,40,175,1,0,233,54,231,91,125,175,3,0,233,118,210,236,84,37,4,0,234,246,84,162,3,125,2,0,235,54,59,184,134,192,2,0,236,54,123,183,186,97,3,0,236,182,164,120,158,55,4,0,240,150,142,189,119,192,1,0,240,214,73,70,55,94,3,0,240,246,107,49,160,111,3,0,240,86,49,93,29,54,4,0,242,22,221,69,57,139,3,0,243,150,173,199,87,54,3,0,244,22,17,5,12,2,4,0,245,182,44,76,182,20,4,0,247,150,60,218,54,21,3,0,247,214,32,97,152,182,3,0,251,86,62,192,251,175,1,0,251,54,53,52,18,189,2,0,252,86,94,215,151,143,1,0,252,86,245,108,60,62,2,0,252,54,97,229,227,61,3,0,0,247,168,141,84,197,1,0,1,151,234,214,187,45,2,0,2,55,150,229,220,148,1,0,3,247,88,199,120,32,3,0,3,247,244,80,231,230,3,0,4,183,110,131,245,190,1,0,4,215,132,54,164,99,3,0,6,119,83,23,161,209,3,0,8,151,94,205,50,204,3,0,8,87,78,1,164,214,3,0,9,247,54,247,79,117,3,0,10,151,49,107,204,24,3,0,10,151,60,62,201,111,3,0,12,151,253,154,148,57,3,0,13,55,194,54,162,28,3,0,15,247,30,39,34,55,2,0,15,119,219,67,205,20,3,0,16,247,181,0,89,2,3,0,16,247,83,23,168,243,3,0,17,151,71,208,176,213,1,0,17,247,72,108,70,221,1,0,17,87,18,192,250,59,2,0,17,55,199,61,150,123,2,0,18,151,156,124,178,125,1,0,18,151,52,248,55,106,2,0,18,55,199,61,106,123,2,0,19,215,181,148,41,247,1,0,19,247,139,191,6,144,2,0,20,55,196,80,65,132,1,0,22,23,99,160,9,184,2,0,23,87,164,155,127,129,1,0,23,87,182,176,174,138,2,0,25,247,143,117,10,249,1,0,25,247,143,117,34,249,1,0,25,151,3,90,145,147,2,0,25,183,39,54,48,2,3,0,27,119,53,81,131,118,2,0,27,215,247,201,132,182,3,0,28,247,34,173,210,174,1,0,29,55,166,188,130,43,2,0,29,183,101,103,18,17,4,0,30,247,103,154,83,40,2,0,31,247,250,67,74,168,1,0,31,23,223,6,43,243,1,0,31,151,9,113,247,236,2,0,33,119,80,246,74,246,1,0,33,23,147,86,174,132,3,0,33,151,210,138,53,219,3,0,34,151,33,15,191,198,1,0,34,151,33,15,206,198,1,0,36,55,54,165,174,12,2,0,39,87,40,194,139,97,2,0,42,55,245,68,230,166,2,0,43,87,10,239,201,188,3,0,44,247,112,33,204,99,2,0,44,215,80,5,220,165,2,0,44,55,46,218,33,63,3,0,46,23,44,167,132,207,1,0,46,23,209,46,31,232,3,0,47,247,28,13,101,20,2,0,48,247,248,236,171,17,2,0,52,183,3,181,89,247,1,0,52,23,129,176,239,83,3,0,54,183,195,16,118,91,2,0,55,55,95,68,191,45,3,0,57,119,121,132,3,131,3,0,58,247,157,250,151,57,4,0,61,87,27,224,25,135,3,0,62,23,59,38,39,149,2,0,63,119,154,18,223,117,2,0,63,215,91,43,152,70,3,0,64,119,1,21,207,255,1,0,64,87,239,249,209,240,2,0,65,87,11,173,63,87,2,0,66,23,167,153,51,73,3,0,68,119,39,38,224,235,2,0,70,55,78,94,227,207,1,0,71,183,43,166,217,205,3,0,72,119,29,145,205,209,3,0,73,151,134,121,76,189,2,0,73,55,90,75,8,212,3,0,76,55,103,255,251,7,4,0,77,119,153,188,13,118,2,0,77,119,115,82,86,22,3,0,77,119,223,124,79,53,4,0,80,151,2,242,176,173,3,0,81,87,99,30,118,55,2,0,81,247,19,51,218,54,3,0,84,215,99,140,64,207,2,0,84,87,198,201,70,235,3,0,86,55,117,71,153,225,1,0,87,119,158,19,244,92,3,0,88,55,45,104,249,44,3,0,89,55,145,211,12,6,2,0,91,247,250,67,96,168,1,0,92,151,139,206,217,222,2,0,92,247,132,80,101,38,3,0,92,119,152,181,158,252,3,0,94,247,237,67,112,245,3,0,95,247,13,177,3,119,2,0,96,151,28,139,103,136,1,0,97,55,205,28,249,140,1,0,98,87,81,243,29,197,3,0,99,215,133,231,236,249,2,0,99,183,243,36,84,49,3,0,99,87,227,173,196,40,4,0,100,55,7,84,0,146,1,0,100,247,221,166,250,181,1,0,102,55,120,152,195,6,3,0,104,247,95,239,185,79,2,0,104,87,30,43,254,64,3,0,107,215,24,212,7,183,2,0,110,247,85,194,172,101,2,0,110,119,146,220,110,101,3,0,111,247,154,185,130,223,2,0,112,87,25,110,85,165,1,0,112,23,237,17,240,160,3,0,113,87,29,86,248,206,2,0,114,183,115,193,195,231,2,0,114,183,152,6,117,136,3,0,115,119,237,99,233,191,2,0,115,55,150,179,111,129,3,0,116,183,123,132,174,7,2,0,116,119,164,109,177,104,3,0,116,183,215,31,32,121,3,0,116,215,249,42,173,137,3,0,119,151,100,139,88,49,2,0,121,247,227,120,147,211,1,0,122,183,188,109,32,51,4,0,125,119,109,147,142,19,3,0,125,87,74,63,55,214,3,0,126,215,85,180,124,10,3,0,128,87,110,136,195,109,3,0,129,119,138,128,2,128,1,0,130,247,226,128,194,61,2,0,130,215,174,40,128,101,2,0,131,151,193,29,110,197,1,0,133,183,11,74,251,119,2,0,133,247,10,248,232,14,4,0,134,23,52,112,234,53,2,0,134,247,137,185,162,160,2,0,134,247,46,107,183,6,3,0,135,215,65,188,255,36,2,0,135,55,14,245,61,67,3,0,136,87,164,103,75,130,2,0,136,151,24,235,248,78,3,0,137,23,30,248,108,221,2,0,138,87,124,184,237,213,2,0,139,23,119,186,26,61,3,0,140,119,155,59,182,178,1,0,141,119,242,128,154,207,1,0,143,55,85,221,126,33,2,0,143,183,62,193,28,44,2,0,147,55,116,31,185,246,1,0,147,247,79,25,82,71,2,0,147,215,182,62,27,125,3,0,148,151,33,122,140,204,1,0,149,247,151,33,39,233,3,0,149,151,228,250,43,30,4,0,150,215,64,196,153,245,2,0,152,151,167,161,12,214,3,0,155,183,90,234,230,13,3,0,157,151,171,203,6,0,2,0,159,87,124,190,140,170,2,0,160,119,168,12,165,199,2,0,161,87,192,19,225,233,1,0,163,87,25,3,21,22,4,0,164,87,131,148,45,27,4,0,166,183,165,34,219,6,2,0,166,55,31,172,43,246,2,0,168,151,244,36,0,18,4,0,169,23,220,95,250,251,1,0,171,215,218,212,214,143,3,0,175,119,253,106,247,131,1,0,176,183,48,66,78,74,2,0,177,23,192,176,56,197,1,0,181,55,165,55,72,220,2,0,182,247,157,228,91,159,2,0,183,247,15,81,104,21,4,0,184,183,217,216,80,127,2,0,185,247,243,80,14,30,4,0,186,183,203,40,107,134,1,0,188,55,32,238,58,53,3,0,192,151,201,112,59,243,2,0,192,151,217,197,138,111,3,0,193,87,143,99,107,254,1,0,193,23,239,91,201,228,3,0,194,119,210,105,110,184,3,0,196,215,139,160,59,189,2,0,197,87,140,91,181,249,2,0,197,215,233,29,209,65,3,0,197,151,229,64,196,183,3,0,198,215,39,149,136,6,4,0,200,87,177,45,167,42,2,0,204,151,37,67,125,77,3,0,205,247,114,26,130,85,2,0,205,151,54,2,87,219,2,0,205,151,38,51,110,187,3,0,206,55,109,67,199,242,1,0,206,55,7,122,253,9,3,0,210,151,54,96,45,17,3,0,211,87,228,229,120,14,2,0,211,55,155,63,40,146,3,0,214,87,167,233,232,85,2,0,214,87,152,137,198,211,3,0,215,119,212,47,129,178,3,0,215,119,212,47,146,178,3,0,217,119,174,47,251,162,1,0,217,87,67,208,113,229,2,0,217,55,43,134,240,5,3,0,217,151,59,20,16,42,3,0,217,183,134,13,62,159,3,0,218,183,57,143,144,110,3,0,218,119,235,80,42,179,3,0,221,215,229,5,215,43,3,0,225,119,114,214,12,215,1,0,225,23,209,250,240,253,3,0,227,183,191,238,89,30,3,0,228,87,103,212,30,51,2,0,228,215,123,98,190,78,2,0,228,151,178,191,242,192,2,0,229,55,12,243,23,212,1,0,230,247,213,24,169,168,1,0,231,87,37,37,205,93,2,0,231,151,14,240,80,94,2,0,232,215,188,194,57,64,3,0,233,151,44,52,215,191,2,0,235,183,25,80,203,193,3,0,236,247,225,154,252,226,2,0,237,119,227,251,133,191,1,0,237,247,170,115,138,3,4,0,238,151,219,105,183,131,2,0,238,151,86,130,24,204,3,0,239,215,154,49,134,78,3,0,241,87,235,190,223,251,2,0,241,151,12,28,242,44,4,0,242,215,51,84,184,168,3,0,243,215,131,97,113,16,2,0,245,247,39,81,72,152,2,0,245,183,198,79,229,212,2,0,246,183,56,41,71,54,2,0,246,23,167,103,39,17,4,0,247,151,7,197,128,172,2,0,248,151,2,3,107,221,1,0,249,215,181,25,175,25,3,0,250,215,218,182,38,19,2,0,250,183,237,253,185,4,4,0,251,87,229,126,251,58,4,0,252,55,72,44,55,252,2,0,252,151,227,189,248,110,3,0,253,151,54,136,255,38,2,0,253,183,244,73,125,9,3,0,254,23,190,15,185,100,3,0,0,56,249,181,39,239,3,0,2,56,164,228,98,95,3,0,3,56,171,47,19,78,2,0,3,24,62,159,123,168,3,0,5,152,141,99,168,135,1,0,6,24,35,112,97,219,3,0,8,120,6,244,215,227,1,0,12,152,173,19,173,159,2,0,13,56,184,186,73,140,2,0,13,184,50,246,244,122,3,0,14,248,18,209,205,251,2,0,14,184,126,133,164,211,3,0,15,152,58,66,128,224,2,0,15,184,154,95,249,31,4,0,18,248,18,144,19,209,2,0,21,88,80,245,118,59,2,0,21,152,158,128,135,195,3,0,23,216,116,122,51,148,1,0,23,24,177,174,85,159,1,0,23,184,91,128,179,59,4,0,26,184,24,75,255,71,3,0,26,88,123,74,146,193,3,0,28,184,191,72,234,245,1,0,28,184,199,130,13,171,2,0,30,56,9,237,208,172,1,0,31,248,82,79,160,149,3,0,33,56,231,160,196,228,2,0,34,120,14,246,130,213,3,0,35,56,185,132,185,188,1,0,37,216,200,183,18,129,1,0,37,120,201,112,96,9,2,0,37,24,100,183,248,210,2,0,38,184,105,200,76,181,2,0,39,120,251,20,27,130,2,0,40,152,218,178,0,106,3,0,41,88,127,138,64,165,1,0,41,248,35,210,164,172,1,0,41,56,192,78,191,196,1,0,43,56,87,163,70,154,2,0,43,184,101,199,247,163,3,0,44,248,101,126,238,15,2,0,44,24,157,179,38,56,2,0,44,184,202,207,189,158,3,0,45,216,26,12,25,7,2,0,45,88,77,244,188,222,3,0,47,216,107,68,10,235,1,0,49,248,71,176,157,176,1,0,49,120,206,48,12,239,1,0,51,184,54,194,122,153,1,0,52,248,183,47,150,254,2,0,53,56,249,207,243,213,1,0,55,120,97,146,253,141,1,0,55,24,114,227,165,250,1,0,59,184,21,211,156,110,2,0,59,248,90,164,28,210,3,0,59,56,127,167,239,61,4,0,60,184,211,173,94,77,3,0,63,120,242,143,0,129,3,0,66,152,25,11,38,102,3,0,69,184,74,220,203,117,2,0,69,88,110,155,226,161,2,0,70,88,223,149,140,56,3,0,70,88,131,121,232,12,4,0,72,120,59,184,154,175,2,0,72,56,158,225,74,34,4,0,73,152,4,54,51,161,3,0,76,56,239,179,111,202,1,0,76,152,182,155,162,217,3,0,76,56,0,7,160,4,4,0,82,88,34,56,130,88,3,0,84,152,99,163,218,169,2,0,84,216,75,127,210,233,2,0,86,184,136,51,92,57,4,0,90,88,158,253,21,254,2,0,90,120,169,229,232,146,3,0,91,152,108,208,73,249,1,0,92,120,217,253,120,148,2,0,92,248,245,198,158,153,2,0,94,24,223,66,216,177,1,0,94,24,105,184,208,216,2,0,94,216,16,46,94,124,3,0,95,152,114,156,107,61,3,0,96,216,148,149,69,3,3,0,96,248,0,99,87,47,3,0,99,88,42,15,121,249,1,0,101,56,118,166,21,147,1,0,103,56,67,131,122,242,1,0,103,248,43,141,51,7,2,0,103,120,189,239,32,95,2,0,103,248,178,162,208,46,3,0,103,216,248,66,149,48,3,0,106,120,199,85,9,14,3,0,107,120,193,72,14,10,4,0,109,56,200,202,156,244,2,0,110,184,64,37,42,198,3,0,113,216,108,253,184,184,1,0,115,184,2,131,234,40,4,0,117,152,203,17,215,50,4,0,118,184,54,63,137,24,4,0,119,184,50,128,24,253,1,0,119,120,189,25,231,91,2,0,120,24,239,185,89,190,3,0,120,248,254,192,186,250,3,0,121,120,71,231,221,192,1,0,122,152,4,195,82,78,2,0,122,216,123,184,218,211,2,0,125,88,183,84,189,127,3,0,127,88,237,156,243,49,4,0,130,120,185,196,52,205,3,0,130,88,209,47,70,226,3,0,133,56,212,123,186,29,2,0,136,216,200,183,253,128,1,0,137,56,90,104,16,247,1,0,137,56,21,192,219,70,2,0,138,56,21,192,84,70,2,0,139,88,25,15,251,232,2,0,141,120,170,200,7,2,2,0,141,88,183,165,39,176,3,0,142,24,49,51,134,208,1,0,143,88,204,168,32,174,1,0,143,56,19,61,178,252,1,0,144,88,151,73,244,237,1,0,145,152,153,223,31,127,2,0,145,120,157,127,222,238,3,0,148,24,8,49,9,109,2,0,149,56,145,61,231,37,2,0,149,56,151,94,239,150,3,0,150,88,222,61,219,89,2,0,150,216,125,67,205,137,2,0,150,88,61,198,69,54,4,0,154,88,10,8,44,6,4,0,154,24,58,158,237,59,4,0,156,56,120,25,76,84,2,0,158,88,28,180,33,105,3,0,159,216,123,3,214,101,2,0,159,152,73,103,17,38,3,0,160,184,37,165,149,51,2,0,161,120,113,27,55,217,1,0,161,152,191,57,52,237,1,0,161,88,130,205,155,254,1,0,161,152,239,22,209,223,2,0,161,24,148,48,237,246,2,0,162,216,35,145,203,19,2,0,163,88,94,202,168,31,4,0,163,24,48,91,227,53,4,0,164,216,153,102,52,184,2,0,167,24,137,13,133,23,3,0,169,88,250,94,192,59,2,0,169,120,87,155,105,149,2,0,170,152,138,219,125,128,1,0,175,24,27,226,198,3,3,0,176,152,129,192,200,63,4,0,176,152,129,192,241,63,4,0,177,88,76,250,175,193,1,0,179,216,124,209,27,3,3,0,179,120,162,203,103,103,3,0,179,88,117,96,42,120,3,0,179,184,94,110,70,230,3,0,180,120,65,66,129,199,3,0,182,184,73,170,180,27,2,0,183,88,205,154,242,133,1,0,183,184,100,56,86,100,2,0,184,88,136,185,253,171,1,0,188,184,48,188,15,206,3,0,189,120,124,153,69,6,4,0,191,248,38,22,2,163,2,0,191,24,37,32,1,4,4,0,195,248,71,212,13,170,2,0,197,24,115,57,56,37,2,0,201,120,160,78,128,135,2,0,204,88,210,199,149,46,3,0,204,24,163,213,232,227,3,0,208,56,101,235,51,55,3,0,209,248,196,179,50,243,3,0,210,216,80,201,197,83,3,0,213,120,130,133,221,199,1,0,213,152,254,125,103,10,4,0,215,56,219,219,206,229,1,0,215,24,53,120,167,137,2,0,216,152,182,65,163,40,4,0,216,184,251,26,117,46,4,0,217,152,255,243,78,142,3,0,218,248,35,227,45,198,1,0,218,184,62,193,54,44,2,0,219,216,112,37,32,176,1,0,219,88,30,1,249,187,1,0,220,24,24,242,138,177,2,0,220,248,0,153,56,23,3,0,220,24,51,111,85,141,3,0,224,184,11,74,46,122,2,0,226,248,125,26,153,21,2,0,226,152,113,52,140,225,3,0,228,184,135,129,106,81,3,0,229,248,50,38,102,106,2,0,230,184,103,80,216,8,2,0,230,24,250,74,48,249,2,0,231,216,222,45,111,248,3,0,232,184,159,243,81,116,3,0,233,152,149,23,106,222,1,0,234,24,2,223,161,167,2,0,237,56,157,66,223,75,2,0,240,216,76,75,248,52,2,0,240,24,22,129,129,90,2,0,240,248,67,9,99,252,2,0,240,216,244,139,9,5,3,0,241,152,24,232,103,14,4,0,242,120,193,155,203,162,3,0,245,248,78,143,242,247,1,0,246,184,116,106,46,203,1,0,246,152,160,113,37,96,3,0,246,152,248,248,179,118,3,0,247,56,4,121,135,165,1,0,247,248,10,143,182,96,2,0,249,88,232,35,167,245,2,0,255,24,70,58,54,196,1,0,0,153,67,44,101,109,3,0,1,25,166,195,70,217,2,0,6,185,57,86,74,213,1,0,7,185,48,49,87,152,2,0,8,217,28,162,29,195,3,0,9,121,108,60,41,204,2,0,9,57,230,36,176,229,3,0,11,217,241,34,99,29,3,0,12,249,234,17,111,124,2,0,12,249,210,188,213,163,3,0,13,153,146,12,119,180,3,0,14,217,57,184,3,207,1,0,14,217,133,144,233,106,2,0,14,153,59,99,232,154,3,0,14,121,153,86,70,172,3,0,14,121,192,57,162,9,4,0,15,25,247,150,71,78,3,0,17,89,212,25,90,186,3,0,22,217,203,60,175,216,3,0,25,121,96,236,245,150,1,0,27,249,72,23,19,127,1,0,27,25,33,9,254,240,2,0,27,57,35,241,91,66,3,0,31,57,228,124,28,89,3,0,32,57,41,162,128,128,2,0,33,217,241,16,179,200,1,0,35,217,120,184,49,2,2,0,35,89,185,77,143,56,4,0,37,249,52,134,73,162,2,0,37,153,87,77,216,28,3,0,38,153,238,89,243,121,2,0,39,25,110,105,85,106,2,0,39,89,182,77,148,131,2,0,40,121,63,150,191,107,2,0,40,217,128,251,116,78,3,0,41,121,84,108,251,128,2,0,45,249,205,3,101,185,2,0,45,57,93,148,74,33,4,0,46,89,31,137,146,239,2,0,47,249,147,40,135,138,3,0,48,25,227,143,173,142,1,0,48,121,169,61,101,12,4,0,50,57,31,40,144,12,4,0,52,57,81,134,94,66,2,0,52,89,158,188,146,117,2,0,53,185,203,56,144,179,3,0,56,57,241,181,29,185,3,0,56,89,220,149,249,40,4,0,57,249,96,102,220,81,3,0,58,185,80,5,144,134,3,0,61,121,118,90,141,148,1,0,63,249,235,90,209,152,1,0,64,121,167,103,126,33,4,0,66,25,221,123,80,96,2,0,66,25,101,186,122,155,2,0,67,57,134,202,206,234,1,0,67,153,200,149,118,87,2,0,67,121,130,161,39,235,3,0,69,153,121,126,100,242,3,0,70,121,19,192,174,65,2,0,70,89,237,2,228,96,2,0,70,249,127,2,162,227,2,0,72,153,106,46,150,138,1,0,72,185,220,231,5,249,2,0,75,185,186,44,209,157,1,0,75,185,154,243,124,237,2,0,75,249,125,123,183,178,3,0,78,249,141,67,224,137,2,0,79,57,31,21,84,227,3,0,80,57,186,20,235,70,2,0,80,89,28,126,75,246,2,0,80,121,55,239,8,14,4,0,82,25,69,210,3,186,3,0,84,153,225,152,87,82,2,0,84,153,103,52,119,119,2,0,85,25,230,248,208,92,3,0,88,25,111,16,73,140,3,0,89,89,12,222,78,65,3,0,92,249,85,114,32,128,1,0,93,57,172,220,34,46,4,0,95,89,191,203,70,186,2,0,95,153,109,157,3,169,3,0,98,89,164,155,39,129,1,0,99,25,134,206,114,41,2,0,99,121,19,192,158,65,2,0,100,25,2,119,159,230,1,0,102,217,222,143,247,227,2,0,103,249,55,41,111,130,1,0,103,121,197,66,245,46,2,0,103,89,76,158,166,106,2,0,106,153,102,155,24,135,2,0,110,185,176,157,26,180,3,0,111,217,239,187,232,127,2,0,111,185,124,168,247,15,3,0,113,25,105,28,129,191,2,0,113,185,212,198,194,9,3,0,114,57,112,203,114,167,2,0,117,185,225,151,52,141,2,0,117,153,119,169,132,161,2,0,117,217,151,75,190,205,2,0,118,25,91,61,57,193,3,0,121,25,196,100,227,103,3,0,123,153,44,29,203,232,1,0,128,153,249,104,104,17,2,0,129,153,56,59,13,171,1,0,129,25,41,113,225,229,1,0,129,121,246,221,10,20,2,0,130,89,243,150,217,44,4,0,131,217,125,164,180,223,1,0,132,185,230,33,91,161,3,0,133,121,232,28,43,130,1,0,136,57,105,64,170,160,3,0,137,121,110,181,242,251,2,0,137,57,242,228,199,29,4,0,141,25,244,56,224,28,2,0,141,25,40,64,201,184,2,0,141,217,213,13,81,53,3,0,142,217,226,138,11,236,2,0,143,121,18,175,159,11,3,0,143,217,252,214,171,81,3,0,146,121,119,116,66,53,2,0,146,153,84,149,45,123,3,0,147,121,124,6,247,12,3,0,147,121,33,97,168,182,3,0,148,89,161,81,85,251,1,0,148,121,151,192,133,150,2,0,148,185,243,39,109,10,3,0,150,217,26,177,159,82,2,0,150,249,2,133,139,211,3,0,151,57,186,239,125,234,1,0,151,153,109,26,244,35,4,0,152,153,176,53,13,36,4,0,153,153,159,93,1,127,2,0,154,121,226,92,107,241,2,0,155,89,206,54,159,59,4,0,156,121,30,56,114,219,1,0,156,249,47,89,35,101,3,0,157,153,3,139,3,140,2,0,158,217,153,223,159,107,2,0,159,185,251,227,115,163,1,0,159,185,147,115,225,231,2,0,160,249,41,90,16,226,2,0,160,249,86,64,192,145,3,0,161,57,37,29,178,248,2,0,161,249,138,106,101,223,3,0,162,185,28,7,210,241,1,0,162,153,133,232,163,47,3,0,165,249,8,2,229,238,2,0,165,89,248,253,237,55,4,0,169,89,87,59,126,137,1,0,169,153,204,68,231,90,2,0,169,25,156,93,166,233,3,0,170,89,158,185,56,121,3,0,171,217,46,197,136,183,1,0,173,153,120,130,201,159,1,0,174,25,199,183,22,80,3,0,176,153,115,200,20,122,2,0,176,89,65,43,206,151,3,0,176,185,37,119,0,193,3,0,177,153,56,93,200,251,1,0,178,89,237,134,206,252,1,0,181,153,136,242,186,239,3,0,182,185,78,166,6,60,4,0,184,153,12,177,32,237,1,0,184,185,196,111,114,28,2,0,184,89,214,176,120,228,2,0,185,185,86,26,199,222,2,0,186,25,76,250,186,149,1,0,186,249,239,147,50,8,3,0,187,57,226,69,229,97,3,0,188,89,109,209,100,126,1,0,189,89,185,147,6,160,1,0,189,89,85,71,193,2,4,0,190,153,202,35,80,227,1,0,190,153,9,171,16,48,2,0,191,25,1,165,251,6,2,0,191,217,236,144,226,189,2,0,192,89,116,175,77,29,2,0,192,249,90,47,147,132,3,0,193,121,220,77,189,171,1,0,193,57,86,100,47,183,3,0,195,185,193,181,62,135,2,0,197,57,102,149,177,5,4,0,198,217,122,77,17,24,2,0,198,185,72,4,214,145,2,0,198,89,166,125,112,12,3,0,200,121,252,223,126,14,4,0,201,185,40,189,186,199,1,0,201,57,136,163,2,247,2,0,202,89,223,144,169,51,4,0,203,121,171,72,175,226,2,0,203,185,55,238,53,34,3,0,204,217,207,169,248,240,1,0,204,185,179,129,52,251,2,0,204,57,140,48,226,215,3,0,206,89,131,118,193,218,2,0,206,89,249,130,87,120,3,0,207,25,57,66,215,118,2,0,207,249,172,51,90,246,2,0,210,185,103,144,111,34,2,0,210,185,88,208,209,187,3,0,211,121,113,250,172,139,1,0,211,153,234,231,241,216,3,0,212,121,59,184,83,176,2,0,213,185,228,115,74,102,3,0,216,121,41,21,71,218,2,0,217,25,160,0,5,16,3,0,220,153,224,152,213,81,2,0,221,153,162,116,182,194,1,0,222,57,154,165,183,153,3,0,223,153,59,132,13,143,2,0,224,153,211,75,239,199,1,0,224,25,124,184,127,210,2,0,224,217,216,187,241,69,3,0,227,185,151,157,139,202,3,0,228,185,239,50,176,10,3,0,230,57,199,117,33,234,2,0,230,185,98,90,14,3,4,0,231,25,148,115,110,92,3,0,231,57,16,251,25,177,3,0,231,121,251,254,20,209,3,0,231,57,230,142,0,53,4,0,236,153,171,107,31,173,2,0,236,89,138,95,246,132,3,0,237,185,29,62,97,57,3,0,238,25,82,246,121,198,2,0,239,57,139,164,166,186,3,0,240,185,131,233,212,15,2,0,241,57,203,13,58,39,2,0,243,153,217,45,157,187,1,0,244,153,52,186,19,175,1,0,245,25,145,16,149,246,1,0,246,121,230,82,156,82,3,0,247,121,120,12,245,24,3,0,247,217,189,105,151,215,3,0,249,185,99,169,230,205,1,0,249,249,160,61,122,37,3,0,250,153,60,217,169,19,2,0,251,25,238,217,97,172,3,0,251,185,134,83,79,8,4,0,252,89,97,231,112,215,2,0,253,185,172,78,43,221,1,0,253,153,110,119,214,249,3,0,255,185,16,196,13,219,3,0,2,250,230,191,78,253,2,0,2,186,94,39,160,177,3,0,5,154,82,2,142,102,3,0,6,250,52,20,224,206,1,0,6,26,85,82,85,63,3,0,6,58,95,249,249,245,3,0,8,250,216,66,129,117,2,0,8,218,203,224,188,241,2,0,8,26,3,218,68,146,3,0,9,122,168,221,249,22,4,0,11,218,139,78,86,182,2,0,11,218,249,91,19,26,3,0,11,90,51,158,219,31,3,0,12,218,200,172,39,206,2,0,12,250,202,22,39,137,3,0,15,218,48,95,129,0,2,0,16,90,227,217,248,171,2,0,16,218,3,21,130,251,2,0,17,90,21,188,52,204,1,0,17,122,120,214,148,168,2,0,17,218,198,95,32,10,3,0,18,250,217,117,60,228,1,0,20,26,4,91,102,25,4,0,21,250,24,70,110,212,2,0,22,26,90,253,140,145,2,0,24,186,8,199,42,240,1,0,26,154,87,255,190,27,4,0,27,154,144,45,199,195,1,0,27,58,205,131,10,236,1,0,27,122,18,98,221,242,1,0,27,218,151,178,83,171,3,0,29,58,177,176,39,69,2,0,29,90,129,52,148,228,2,0,31,186,82,80,137,253,2,0,32,122,45,193,219,188,2,0,34,90,59,234,179,171,3,0,35,186,98,225,36,129,3,0,35,90,221,128,105,156,3,0,36,218,185,163,21,159,3,0,37,250,185,184,173,2,4,0,38,26,40,167,94,217,2,0,38,26,185,176,240,99,3,0,38,218,199,56,87,50,4,0,38,218,115,196,150,65,4,0,39,186,43,213,49,60,4,0,40,26,7,244,133,228,1,0,40,26,7,173,8,52,2,0,41,26,189,185,222,184,1,0,42,90,200,114,94,157,1,0,42,186,7,100,246,201,1,0,45,250,18,137,84,0,3,0,47,58,113,29,152,62,3,0,47,90,213,205,176,123,3,0,52,122,59,184,15,177,2,0,52,90,159,218,108,209,3,0,53,250,20,81,72,219,2,0,53,186,21,66,189,167,3,0,54,58,76,55,42,151,1,0,54,154,52,248,10,60,2,0,56,218,210,17,45,140,2,0,56,90,22,81,180,195,2,0,56,90,72,10,171,253,3,0,57,218,201,237,2,56,4,0,59,90,90,185,47,138,3,0,61,250,247,86,130,233,1,0,64,154,192,64,27,176,3,0,65,154,160,46,123,31,4,0,66,122,122,33,200,170,2,0,68,218,244,181,62,52,4,0,69,186,20,249,181,34,3,0,70,26,148,126,251,172,1,0,71,26,164,244,149,191,2,0,71,26,19,225,70,2,3,0,71,58,156,85,227,228,3,0,73,250,231,157,92,182,3,0,74,218,26,177,9,82,2,0,75,58,228,175,126,203,2,0,77,26,250,144,215,230,3,0,80,250,161,184,211,240,1,0,82,186,139,20,67,221,2,0,83,122,150,129,207,31,4,0,84,154,164,155,111,138,1,0,84,186,188,229,176,3,3,0,85,58,8,248,156,19,2,0,86,90,141,190,245,234,3,0,87,250,96,213,158,45,2,0,88,186,81,43,68,131,3,0,88,154,212,203,219,226,3,0,90,218,106,38,128,40,4,0,92,154,151,152,53,116,3,0,92,26,195,48,208,26,4,0,93,90,22,81,242,194,2,0,94,90,5,179,169,22,3,0,95,58,116,1,86,177,1,0,95,186,90,226,77,139,2,0,96,250,171,167,192,243,2,0,97,122,76,81,83,87,2,0,98,186,160,214,130,42,3,0,98,122,32,192,28,124,3,0,99,154,33,15,108,0,2,0,100,218,180,159,242,248,3,0,101,90,22,81,108,194,2,0,102,90,50,70,162,224,3,0,102,250,245,73,209,62,4,0,103,90,90,29,131,58,2,0,103,26,41,199,195,194,2,0,104,26,181,153,151,172,3,0,105,122,224,18,163,78,2,0,105,186,157,189,122,107,2,0,105,250,243,210,225,197,3,0,106,90,14,212,139,123,3,0,107,250,46,147,103,216,1,0,107,154,52,248,188,21,2,0,107,58,18,138,5,201,2,0,107,90,255,9,201,5,4,0,109,218,3,206,220,5,3,0,111,58,24,114,106,125,2,0,111,90,184,78,36,183,2,0,114,122,74,193,98,94,2,0,114,218,180,144,229,39,4,0,115,250,45,241,207,128,2,0,116,122,129,130,222,202,3,0,116,122,147,9,224,217,3,0,117,122,133,64,29,203,3,0,118,90,200,114,114,157,1,0,120,58,48,144,165,37,3,0,120,58,185,242,22,18,4,0,122,218,207,46,23,18,2,0,123,154,146,92,122,196,3,0,124,26,180,195,151,54,2,0,124,218,86,111,203,192,3,0,125,154,233,177,17,180,1,0,130,250,164,155,21,136,1,0,130,218,217,68,193,56,2,0,130,218,240,64,107,213,3,0,136,122,211,179,126,211,2,0,136,90,65,120,143,109,3,0,137,186,105,42,117,150,1,0,137,26,30,55,143,198,2,0,137,122,246,130,3,163,3,0,137,250,232,22,54,210,3,0,138,90,218,1,58,227,3,0,140,154,247,58,188,186,2,0,141,26,21,204,13,82,3,0,143,122,237,9,162,125,3,0,145,154,35,248,99,55,4,0,146,218,105,184,52,124,3,0,147,26,238,209,23,76,3,0,147,58,135,222,42,5,4,0,149,250,107,158,228,67,3,0,150,218,6,68,210,149,1,0,150,186,195,109,118,151,2,0,150,186,222,214,24,184,3,0,154,250,69,212,20,126,2,0,154,250,167,131,151,234,2,0,155,122,172,28,234,45,3,0,155,122,133,17,126,81,3,0,156,250,202,126,181,77,3,0,156,250,237,81,170,187,3,0,161,186,62,219,193,133,1,0,161,186,94,203,231,167,1,0,161,90,50,230,132,44,4,0,163,26,161,215,57,167,1,0,163,218,66,36,157,180,1,0,163,122,92,182,90,223,2,0,163,186,115,49,166,185,3,0,163,122,245,168,69,220,3,0,164,218,219,167,245,64,2,0,165,90,40,154,142,56,2,0,166,122,75,60,17,182,1,0,167,90,29,205,170,175,2,0,168,58,171,7,6,193,2,0,168,218,167,237,98,177,3,0,169,218,160,85,109,86,3,0,172,90,186,160,54,249,1,0,173,90,157,84,63,99,3,0,176,122,13,192,146,79,2,0,178,186,191,116,25,249,3,0,180,186,14,13,156,185,1,0,182,218,12,48,163,105,3,0,182,26,35,210,132,164,3,0,186,154,139,104,73,50,2,0,187,154,20,186,29,2,2,0,187,250,104,63,237,101,2,0,187,90,204,3,26,26,4,0,189,90,122,3,178,206,1,0,190,122,130,235,132,248,1,0,191,250,133,168,183,19,2,0,193,250,124,53,152,171,2,0,193,122,23,200,47,40,4,0,194,154,44,147,178,199,3,0,195,90,98,207,154,85,2,0,197,250,91,201,218,105,2,0,197,90,204,240,218,193,3,0,198,154,53,95,15,164,3,0,199,26,224,16,220,84,2,0,199,26,159,119,118,114,3,0,199,90,104,120,226,130,3,0,200,58,51,182,8,187,3,0,203,90,138,63,105,217,1,0,204,90,9,146,229,18,2,0,204,154,165,64,61,115,3,0,207,218,235,76,249,39,3,0,208,154,226,43,15,221,1,0,208,186,47,243,187,242,2,0,209,58,0,28,206,146,2,0,209,58,216,189,248,232,3,0,209,154,56,151,33,3,4,0,211,186,87,195,119,57,2,0,212,154,156,79,47,251,1,0,214,250,69,178,39,234,1,0,214,218,36,121,1,80,3,0,215,122,76,234,114,113,2,0,215,218,83,26,32,52,3,0,216,90,132,86,65,194,1,0,218,218,149,24,110,82,2,0,218,218,135,0,151,141,2,0,218,58,73,50,57,39,4,0,221,58,179,172,216,211,1,0,222,58,197,51,129,72,3,0,223,122,44,224,18,240,1,0,224,250,240,237,99,205,2,0,224,122,211,130,34,155,3,0,226,250,163,26,134,227,3,0,227,58,125,160,234,8,2,0,227,186,245,198,70,148,2,0,232,218,4,183,123,183,3,0,233,154,96,100,167,66,2,0,233,122,145,6,187,150,3,0,236,218,147,41,128,189,2,0,237,26,108,186,8,145,1,0,238,122,109,112,19,59,3,0,238,122,38,76,81,255,3,0,240,186,231,63,220,118,3,0,243,26,231,85,120,223,3,0,244,218,95,73,153,79,3,0,245,26,141,252,250,213,3,0,245,90,194,19,132,7,4,0,246,186,144,40,59,236,1,0,246,122,67,253,47,54,4,0,247,26,5,74,136,53,2,0,247,58,159,181,146,86,2,0,248,186,236,145,217,179,2,0,248,250,127,98,6,124,3,0,249,26,79,115,100,97,3,0,249,90,45,20,162,208,3,0,251,58,149,188,109,147,1,0,251,218,196,9,142,188,2,0,252,26,59,184,131,193,2,0,252,26,191,236,52,18,3,0,254,58,67,83,202,239,1,0,254,218,66,216,57,155,3,0,1,187,48,112,140,152,1,0,3,251,190,247,17,29,3,0,3,155,246,10,26,130,3,0,3,155,242,164,30,151,3,0,4,219,28,162,4,195,3,0,5,27,31,254,57,245,1,0,6,155,20,15,106,58,3,0,6,27,140,83,180,3,4,0,10,219,174,108,14,33,4,0,11,155,107,225,148,144,2,0,13,59,96,23,14,13,3,0,14,155,63,223,211,7,2,0,14,27,99,121,127,19,2,0,15,219,65,122,82,117,2,0,15,59,57,106,88,246,3,0,17,155,249,182,100,161,1,0,18,219,206,47,60,193,1,0,18,219,195,239,142,94,2,0,18,91,208,42,195,78,3,0,19,187,160,145,48,111,3,0,19,59,248,231,94,243,3,0,22,27,235,97,232,114,2,0,24,251,64,134,202,224,2,0,27,123,190,57,250,4,4,0,30,59,220,12,101,227,2,0,30,187,203,211,1,222,3,0,32,91,26,102,76,173,1,0,33,251,216,196,167,55,3,0,34,123,5,253,68,116,2,0,36,91,55,227,92,188,1,0,37,251,37,150,187,132,1,0,38,155,24,7,40,159,1,0,43,59,86,149,129,90,3,0,43,251,202,134,145,154,3,0,48,27,26,249,247,186,3,0,49,59,111,165,47,54,2,0,51,219,138,182,215,182,3,0,51,91,149,243,239,46,4,0,52,91,158,153,85,234,1,0,52,123,36,31,75,175,3,0,52,59,159,18,160,247,3,0,54,59,191,238,164,210,1,0,54,91,142,105,221,46,4,0,55,123,121,215,206,90,2,0,55,91,200,45,255,253,3,0,56,27,99,223,123,174,3,0,56,251,171,205,205,220,3,0,60,123,92,232,14,108,3,0,62,187,49,81,193,122,2,0,62,91,89,27,4,76,3,0,63,251,138,112,166,92,3,0,63,91,53,230,86,99,3,0,64,251,36,156,172,104,2,0,64,59,208,47,55,218,3,0,65,27,139,224,75,4,3,0,66,59,110,134,48,229,2,0,66,59,208,47,39,218,3,0,67,59,3,71,226,204,2,0,67,219,23,228,150,51,4,0,71,91,242,143,147,2,3,0,71,59,208,47,69,218,3,0,72,155,235,78,150,41,2,0,73,59,78,178,85,109,3,0,73,187,119,216,255,191,3,0,76,155,32,68,167,240,2,0,78,219,244,198,197,100,2,0,79,187,125,188,61,237,2,0,84,91,76,81,252,91,2,0,84,187,61,196,200,180,2,0,85,91,170,41,138,25,3,0,86,251,24,39,255,62,2,0,86,91,107,10,154,69,2,0,86,59,117,129,78,13,3,0,87,91,45,189,105,137,1,0,89,59,83,33,189,12,4,0,89,251,108,192,3,13,4,0,91,27,179,122,97,250,2,0,92,123,106,170,132,154,2,0,93,187,175,145,221,46,2,0,94,123,47,238,25,54,2,0,95,59,153,181,171,86,2,0,95,155,107,198,38,1,4,0,97,123,198,104,74,250,1,0,99,91,253,58,89,170,3,0,100,219,62,113,169,214,2,0,100,91,175,129,219,35,4,0,102,27,64,127,213,59,3,0,103,91,202,147,162,181,3,0,103,219,93,179,204,11,4,0,104,187,26,225,29,2,3,0,105,187,93,212,38,233,1,0,105,187,109,10,255,167,3,0,106,219,174,227,181,175,1,0,106,187,104,169,1,218,3,0,110,91,164,155,113,129,1,0,110,91,17,106,156,231,2,0,113,219,213,230,31,60,3,0,114,251,74,172,44,132,1,0,115,219,138,116,100,193,3,0,117,219,211,236,241,220,3,0,119,155,195,4,9,144,1,0,119,27,13,162,168,88,2,0,122,187,140,243,200,221,1,0,122,27,4,20,142,252,2,0,122,219,230,73,234,21,4,0,124,251,226,123,202,204,1,0,124,155,141,51,206,249,2,0,124,123,20,150,217,168,3,0,125,219,55,239,227,242,2,0,126,187,16,43,122,63,2,0,128,251,37,150,128,133,1,0,128,251,122,148,144,146,3,0,128,155,75,234,222,241,3,0,130,251,50,176,194,79,3,0,131,251,35,178,149,159,1,0,132,27,162,6,48,79,2,0,132,219,101,173,155,24,4,0,133,219,2,106,69,107,2,0,134,123,183,250,76,252,3,0,136,59,200,114,232,157,1,0,136,59,54,121,250,206,3,0,137,123,52,30,32,163,1,0,137,251,147,227,71,198,3,0,138,59,138,238,251,132,1,0,139,123,138,75,108,79,3,0,140,219,134,53,42,237,2,0,140,155,165,212,153,31,4,0,142,251,111,49,20,70,2,0,145,59,25,54,130,211,1,0,145,59,108,143,223,72,2,0,147,59,83,120,3,235,3,0,149,219,45,150,93,16,3,0,149,91,81,190,78,122,3,0,149,187,132,201,78,167,3,0,150,59,251,53,77,240,2,0,151,123,54,130,171,123,1,0,152,187,119,110,174,179,1,0,152,91,71,64,211,20,2,0,154,219,235,168,185,67,3,0,155,155,226,81,160,143,3,0,157,251,121,108,15,33,3,0,157,155,101,219,196,52,3,0,158,59,154,166,182,237,1,0,158,251,237,56,31,82,2,0,158,59,51,39,201,234,2,0,158,251,251,121,136,45,4,0,159,187,94,115,130,125,1,0,161,123,72,134,238,170,2,0,161,187,48,141,135,37,4,0,163,251,224,182,74,204,1,0,163,59,167,83,120,120,3,0,164,155,242,55,17,185,1,0,164,155,116,238,234,27,4,0,167,59,42,231,232,245,2,0,168,187,26,177,129,83,2,0,169,123,131,127,63,212,1,0,169,251,187,222,121,221,2,0,170,219,74,219,133,106,3,0,178,123,129,215,59,48,3,0,179,187,64,210,10,216,3,0,180,219,61,185,141,162,2,0,183,219,204,180,118,166,2,0,184,123,254,82,179,181,1,0,184,155,31,147,240,233,1,0,185,91,186,39,250,158,2,0,186,219,153,223,135,109,2,0,189,59,79,29,174,59,2,0,192,123,185,213,44,25,2,0,193,123,232,82,153,122,3,0,194,91,100,55,233,191,1,0,195,27,103,234,121,238,1,0,195,123,222,105,38,106,2,0,196,155,18,58,142,244,1,0,196,155,139,95,92,209,2,0,196,155,106,63,168,228,2,0,196,27,1,102,18,9,3,0,196,219,134,106,42,32,3,0,197,91,81,141,76,12,2,0,198,27,148,165,10,112,2,0,198,219,152,223,152,216,2,0,199,251,251,168,47,210,2,0,201,59,24,81,245,204,2,0,203,219,148,172,181,232,1,0,203,123,227,57,1,80,2,0,204,91,46,190,96,39,3,0,205,27,46,128,232,179,3,0,206,27,166,119,137,130,1,0,207,59,27,11,171,17,4,0,207,59,197,219,129,32,4,0,208,27,178,96,159,255,1,0,208,251,91,219,25,123,3,0,209,187,91,172,81,132,1,0,210,187,163,234,134,43,4,0,212,187,51,201,219,55,4,0,213,251,143,16,57,19,2,0,215,251,193,115,165,198,3,0,216,91,30,206,241,188,1,0,217,187,193,20,141,186,3,0,218,59,99,2,88,13,4,0,219,187,213,214,44,200,2,0,219,187,65,231,219,220,2,0,219,27,113,66,118,11,4,0,222,27,75,184,205,233,1,0,222,187,239,115,57,254,1,0,222,123,13,12,54,153,3,0,223,59,31,12,62,248,2,0,224,219,107,7,178,63,2,0,224,123,250,193,220,87,2,0,224,27,27,95,233,102,3,0,225,251,21,19,197,227,3,0,227,27,15,211,158,249,3,0,229,59,48,42,81,133,3,0,229,91,164,24,242,240,3,0,232,187,2,94,253,148,1,0,232,155,67,198,141,177,1,0,236,219,113,244,28,216,1,0,236,123,27,31,180,90,2,0,237,27,55,162,121,138,2,0,238,219,81,222,5,245,2,0,239,187,211,132,241,231,1,0,240,59,189,109,211,109,2,0,240,27,131,53,77,173,2,0,241,123,173,203,244,62,4,0,242,59,245,46,159,27,2,0,243,123,223,168,223,11,2,0,243,187,18,156,253,242,2,0,245,251,7,134,225,162,1,0,245,187,43,1,250,221,1,0,245,155,200,46,223,116,3,0,247,59,111,9,20,99,3,0,247,59,223,22,205,47,4,0,248,27,114,13,234,62,2,0,249,123,131,146,173,247,2,0,251,91,208,46,142,18,2,0,253,251,80,182,43,110,3,0,253,123,62,228,136,57,4,0,255,251,47,81,8,128,2,0,0,28,142,131,66,159,1,0,1,28,188,77,198,118,3,0,1,220,162,245,89,201,3,0,4,60,67,117,171,80,3,0,6,92,247,170,139,247,1,0,7,156,221,56,167,208,2,0,7,220,14,29,211,238,2,0,10,60,100,32,11,149,1,0,10,188,164,186,201,72,2,0,11,124,218,197,179,40,3,0,16,188,30,81,140,153,3,0,17,28,77,193,240,141,3,0,17,252,78,109,90,36,4,0,18,252,20,25,202,147,2,0,18,124,105,131,207,121,3,0,18,60,116,206,119,7,4,0,19,156,232,17,189,95,2,0,19,156,255,58,25,97,3,0,21,252,93,151,54,92,2,0,22,28,150,17,143,206,2,0,22,124,101,68,255,223,2,0,22,188,209,81,141,104,3,0,23,92,74,152,186,138,3,0,27,92,37,159,189,124,1,0,27,220,29,167,190,241,1,0,29,28,203,248,85,61,4,0,30,124,61,100,56,90,3,0,31,156,167,18,55,153,1,0,31,156,44,81,44,130,2,0,36,60,14,37,9,230,3,0,37,188,84,244,229,249,1,0,37,28,174,121,188,39,2,0,37,92,22,81,111,180,2,0,37,220,245,102,4,35,4,0,38,92,192,178,79,169,1,0,38,92,172,208,175,234,1,0,39,60,24,192,159,36,2,0,40,92,227,192,183,153,2,0,41,124,191,230,20,138,3,0,45,92,67,200,46,141,1,0,45,92,148,172,109,75,3,0,46,92,6,112,243,135,2,0,47,252,60,22,206,117,3,0,48,124,235,100,164,6,2,0,49,60,124,117,202,63,2,0,50,60,124,176,176,26,2,0,50,28,104,182,48,98,2,0,51,124,109,254,41,12,4,0,52,28,132,224,89,48,3,0,53,60,27,241,1,93,2,0,53,92,72,28,183,166,2,0,54,92,244,225,196,200,2,0,54,220,45,168,17,92,3,0,59,188,17,81,134,40,2,0,64,188,134,208,62,241,1,0,67,220,15,99,197,45,4,0,68,156,91,108,71,224,2,0,69,156,51,60,185,137,2,0,70,60,213,179,251,132,2,0,70,188,202,157,49,140,3,0,71,188,92,69,210,98,3,0,72,188,186,56,171,223,3,0,73,60,12,16,67,0,2,0,81,156,246,16,46,155,1,0,90,220,37,96,186,73,2,0,90,124,70,126,113,161,2,0,90,220,16,189,182,47,4,0,93,156,97,11,23,4,3,0,94,28,180,25,36,55,4,0,95,252,139,115,114,56,2,0,97,60,113,222,233,48,2,0,98,28,68,12,105,40,3,0,99,60,163,129,177,191,3,0,100,156,74,223,90,34,2,0,101,252,27,73,88,5,2,0,101,124,11,247,119,98,3,0,102,252,159,214,196,187,1,0,103,188,204,94,107,40,2,0,103,28,24,81,143,210,2,0,103,92,229,144,170,254,2,0,105,220,153,223,180,109,2,0,105,220,156,191,26,58,4,0,107,220,49,47,155,83,3,0,107,92,11,111,241,138,3,0,108,156,170,44,235,42,4,0,110,124,153,193,47,72,3,0,110,156,238,177,249,155,3,0,112,28,153,223,20,159,2,0,112,60,247,218,164,250,3,0,113,188,237,195,197,25,4,0,114,28,84,124,27,160,2,0,116,252,148,253,12,97,2,0,117,252,128,176,145,166,1,0,117,188,106,40,218,167,3,0,119,188,3,62,12,0,4,0,120,60,21,192,38,70,2,0,123,252,155,74,153,217,2,0,126,124,150,165,63,169,3,0,127,188,35,12,126,54,2,0,128,156,180,14,111,178,2,0,129,188,58,148,107,23,2,0,130,188,23,52,52,193,2,0,131,92,76,158,133,64,3,0,131,28,190,146,8,144,3,0,132,156,71,157,160,122,2,0,134,124,161,94,109,35,3,0,135,124,76,81,219,59,2,0,135,92,139,62,196,140,3,0,136,60,49,194,86,95,2,0,136,156,214,158,133,48,4,0,137,28,70,148,3,101,3,0,139,124,204,154,196,237,1,0,139,60,93,218,250,106,3,0,140,28,55,100,174,162,2,0,143,92,183,203,164,242,2,0,143,188,51,53,249,27,3,0,144,60,124,219,53,108,3,0,145,28,176,53,174,225,1,0,150,252,133,38,74,157,2,0,151,28,45,31,160,116,3,0,151,252,116,122,26,42,4,0,152,60,155,114,46,34,2,0,152,60,213,100,58,247,3,0,153,124,175,19,137,247,2,0,153,220,102,49,50,36,4,0,154,252,73,68,245,137,1,0,154,124,3,125,150,63,3,0,154,60,109,215,236,167,3,0,155,220,67,162,13,115,2,0,155,220,146,70,78,118,2,0,155,252,45,117,243,246,3,0,156,252,53,8,80,193,1,0,162,188,38,165,245,105,2,0,162,92,227,186,201,131,2,0,164,220,84,61,255,167,1,0,164,28,208,186,214,114,3,0,165,220,117,52,250,156,2,0,166,220,198,232,209,60,4,0,167,60,180,131,245,235,2,0,169,220,152,223,153,215,2,0,171,60,0,219,24,0,3,0,173,60,165,0,162,79,2,0,173,156,206,218,187,113,2,0,176,92,145,204,234,178,1,0,177,28,213,13,190,42,2,0,178,188,99,26,239,52,4,0,179,92,89,65,252,207,1,0,179,220,39,80,193,7,2,0,179,220,188,111,127,52,3,0,181,92,124,145,149,10,3,0,182,28,129,54,181,15,4,0,183,252,184,37,114,89,2,0,183,124,172,183,120,60,4,0,184,252,182,144,56,250,1,0,186,28,46,233,100,142,1,0,186,220,153,215,247,30,2,0,186,92,251,202,224,68,2,0,188,188,153,119,193,123,1,0,188,60,225,219,126,109,3,0,190,188,236,189,171,113,2,0,190,220,152,223,139,215,2,0,193,220,153,223,142,110,2,0,194,220,58,129,178,141,1,0,194,188,200,134,112,193,2,0,194,28,51,45,110,7,3,0,194,188,100,57,203,221,3,0,195,220,245,45,112,4,3,0,196,60,234,14,226,128,2,0,197,156,138,24,6,116,3,0,199,156,27,236,197,152,2,0,199,156,127,95,148,229,3,0,199,28,71,12,126,58,4,0,201,156,238,230,16,218,2,0,201,220,39,154,87,55,3,0,203,60,196,226,106,47,3,0,203,28,223,71,177,90,3,0,204,124,130,124,208,165,1,0,204,220,178,98,101,251,2,0,206,124,205,224,41,21,2,0,207,252,61,71,97,155,3,0,208,60,27,188,211,45,3,0,210,124,47,253,211,141,2,0,212,220,42,253,219,246,2,0,212,156,232,93,75,128,3,0,213,92,22,208,117,245,2,0,213,220,239,153,135,222,3,0,214,156,1,87,136,30,4,0,215,60,93,219,170,219,1,0,217,28,37,173,5,199,2,0,218,252,77,255,209,93,3,0,218,28,146,55,108,170,3,0,224,188,194,86,34,5,3,0,225,124,15,93,148,70,2,0,225,156,10,23,205,82,2,0,225,220,250,86,49,232,3,0,227,60,153,160,158,208,1,0,228,252,72,14,70,112,3,0,229,60,49,4,87,229,1,0,229,156,117,205,11,73,2,0,229,60,205,189,31,110,2,0,230,28,115,139,53,183,1,0,231,252,121,119,21,38,4,0,232,124,73,148,255,177,1,0,232,252,16,167,182,181,2,0,233,124,170,140,129,212,1,0,234,220,20,177,79,205,3,0,235,220,168,203,174,215,1,0,237,92,151,102,134,201,1,0,238,188,251,2,137,148,2,0,240,156,1,150,159,250,2,0,241,252,139,152,45,98,3,0,243,124,134,24,27,48,3,0,245,92,132,253,49,208,2,0,246,60,21,141,95,69,3,0,247,28,220,86,185,231,1,0,247,252,220,163,60,166,2,0,247,92,191,150,23,14,4,0,248,252,154,148,157,31,2,0,250,124,176,229,56,42,2,0,250,220,37,178,56,71,3,0,251,28,160,96,194,134,2,0,251,60,124,227,112,70,3,0,252,92,63,195,66,29,3,0,253,252,86,26,181,222,2,0,253,220,135,233,9,248,2,0,0,125,5,46,254,32,4,0,1,253,188,247,25,175,2,0,2,61,216,12,188,115,3,0,3,157,233,88,237,145,1,0,3,93,155,118,199,150,1,0,5,189,83,157,5,172,3,0,6,253,131,188,33,139,3,0,7,189,219,47,193,226,2,0,9,93,24,81,211,203,2,0,10,61,125,30,102,215,1,0,10,61,154,213,162,218,1,0,11,61,50,35,84,143,2,0,11,29,93,238,20,19,4,0,12,125,104,117,50,175,2,0,13,29,91,83,110,223,2,0,15,61,120,89,252,237,3,0,17,29,0,88,229,91,3,0,19,61,66,175,96,195,1,0,20,29,148,116,17,143,1,0,20,61,84,206,212,207,2,0,22,253,16,43,14,64,2,0,23,253,118,34,145,133,1,0,23,253,237,43,204,244,3,0,25,125,226,220,16,23,2,0,25,221,84,224,88,41,3,0,30,157,32,98,45,160,3,0,30,157,76,34,136,249,3,0,31,221,94,81,113,151,1,0,32,61,3,216,245,155,1,0,32,93,173,216,182,210,3,0,33,61,139,41,157,138,3,0,36,189,39,81,137,143,2,0,36,253,239,242,160,248,2,0,36,93,202,233,74,38,3,0,37,253,235,105,222,14,2,0,37,157,86,228,103,172,2,0,39,93,84,91,13,188,3,0,39,61,100,28,35,2,4,0,41,125,197,128,37,207,3,0,41,61,9,89,177,224,3,0,42,157,45,218,226,19,4,0,43,125,241,204,54,150,1,0,43,189,230,255,59,41,2,0,44,189,150,233,221,140,3,0,44,189,150,233,243,140,3,0,44,189,150,233,12,141,3,0,45,253,154,128,187,35,4,0,47,93,219,22,27,154,2,0,48,157,142,52,36,197,1,0,49,221,54,123,217,119,3,0,49,221,195,71,112,54,4,0,50,189,223,12,1,160,2,0,50,221,170,58,111,91,3,0,53,221,111,144,77,23,2,0,55,253,107,44,150,250,1,0,56,253,52,10,81,180,1,0,56,61,39,3,20,196,1,0,57,157,191,131,61,36,3,0,58,125,106,17,243,176,1,0,58,157,16,181,153,71,2,0,61,29,69,109,106,50,4,0,62,189,68,23,120,190,2,0,63,221,123,67,64,158,1,0,63,125,82,234,17,252,2,0,64,61,185,9,192,213,2,0,64,125,120,104,140,13,3,0,64,61,223,52,40,36,3,0,64,61,116,178,116,96,3,0,65,189,73,18,13,211,2,0,66,61,105,78,191,126,1,0,67,253,15,32,198,245,2,0,69,61,233,183,228,22,4,0,71,61,48,143,77,71,3,0,72,157,247,126,176,7,3,0,72,221,122,176,103,84,3,0,72,221,117,72,118,95,3,0,72,189,208,233,105,107,3,0,73,189,219,189,64,231,2,0,73,157,173,228,99,236,2,0,78,29,58,226,193,229,3,0,80,61,34,166,240,247,2,0,84,29,143,235,51,191,3,0,85,221,19,192,86,64,2,0,85,189,123,129,146,76,2,0,86,157,7,75,54,235,1,0,88,61,6,112,166,188,1,0,89,29,221,98,28,213,3,0,90,253,220,152,76,184,2,0,90,61,17,95,134,114,3,0,91,189,45,46,250,125,1,0,91,189,30,57,135,166,2,0,92,253,172,14,85,178,2,0,92,189,19,177,27,161,3,0,95,29,237,157,112,201,1,0,95,253,187,92,128,227,1,0,95,189,173,85,30,47,3,0,96,221,92,125,183,128,2,0,98,189,227,75,253,145,3,0,100,29,59,184,207,192,2,0,100,221,42,118,70,228,3,0,101,61,86,138,179,207,1,0,101,157,163,120,97,251,3,0,103,221,58,212,43,236,1,0,103,61,84,206,193,207,2,0,103,29,13,42,173,38,4,0,104,93,38,230,117,249,2,0,104,29,45,86,234,177,3,0,105,221,220,148,99,51,3,0,105,157,96,185,68,150,3,0,106,221,171,29,230,151,3,0,107,157,170,32,172,197,1,0,107,157,15,142,195,7,4,0,108,253,170,110,32,8,3,0,111,61,241,106,111,171,3,0,112,61,164,155,143,131,1,0,112,157,254,159,55,247,2,0,116,61,101,6,194,80,2,0,117,29,174,217,112,67,2,0,118,93,181,206,133,202,2,0,118,189,39,92,28,219,2,0,118,125,192,7,22,133,3,0,119,221,121,240,8,183,1,0,120,157,197,38,255,49,2,0,123,61,6,66,95,118,2,0,123,221,172,150,126,201,3,0,124,253,176,142,203,207,1,0,124,189,68,27,137,221,2,0,125,61,217,53,20,74,2,0,125,29,2,242,12,58,3,0,126,125,71,227,65,243,1,0,127,29,100,46,58,61,4,0,128,61,191,83,87,94,3,0,129,157,114,43,141,15,3,0,130,61,22,156,198,76,2,0,130,61,132,74,91,210,3,0,131,93,226,158,80,23,3,0,131,253,54,11,127,203,3,0,133,93,173,42,11,220,2,0,133,29,189,163,80,153,3,0,134,125,241,238,115,35,4,0,136,221,85,88,175,215,3,0,137,253,7,82,81,174,3,0,138,93,123,254,7,86,3,0,138,93,154,184,71,50,4,0,139,189,76,81,151,38,2,0,139,61,122,49,243,69,2,0,140,253,7,30,131,130,3,0,141,93,250,12,153,10,2,0,144,253,205,253,89,15,2,0,145,157,90,39,46,56,4,0,146,125,66,119,127,229,2,0,146,253,205,83,189,189,3,0,147,253,207,125,17,69,3,0,152,125,113,131,18,178,2,0,152,253,252,75,85,206,3,0,153,157,228,187,104,235,2,0,153,125,0,13,207,0,3,0,153,157,153,168,156,199,3,0,154,61,158,119,89,246,1,0,156,189,108,207,219,188,3,0,156,125,212,176,70,31,4,0,161,61,173,20,169,136,1,0,161,61,144,119,175,189,3,0,162,221,100,253,223,144,2,0,162,93,151,40,61,189,3,0,164,93,207,205,27,40,4,0,164,93,241,157,53,42,4,0,165,61,40,163,163,206,2,0,166,93,252,34,28,22,2,0,166,125,9,33,76,55,2,0,166,189,215,134,243,47,4,0,167,253,130,4,207,15,3,0,168,125,35,5,205,222,1,0,169,93,67,195,184,35,3,0,170,61,61,158,34,94,3,0,171,29,84,14,59,181,1,0,171,125,10,47,40,238,3,0,172,29,141,76,127,35,3,0,173,221,220,157,109,248,1,0,174,29,40,60,89,184,1,0,176,29,0,188,170,211,2,0,177,29,94,71,95,173,2,0,177,189,225,128,165,178,2,0,177,221,14,121,203,199,3,0,178,61,60,112,13,75,3,0,179,253,208,2,55,134,2,0,179,253,70,232,73,147,2,0,180,221,50,239,182,128,3,0,180,253,209,188,147,221,3,0,181,221,0,40,37,58,3,0,181,93,191,3,18,29,4,0,182,189,127,171,151,170,3,0,185,189,88,85,59,138,2,0,186,61,196,22,210,202,2,0,186,29,54,7,91,65,4,0,187,157,2,155,122,232,1,0,187,189,140,176,114,24,4,0,188,125,153,203,91,33,3,0,191,29,79,96,189,17,2,0,192,61,208,19,170,155,2,0,192,189,22,229,179,11,3,0,192,189,21,9,96,42,3,0,194,29,161,125,184,122,3,0,195,29,162,128,90,101,3,0,196,29,66,31,98,149,1,0,197,253,111,195,112,121,3,0,199,221,203,221,177,186,1,0,199,93,206,201,207,210,1,0,201,157,152,236,183,8,3,0,204,125,14,199,17,28,3,0,204,93,74,231,230,144,3,0,206,157,23,253,128,215,1,0,206,93,213,64,9,161,2,0,206,93,182,37,40,57,4,0,208,93,139,160,86,142,1,0,209,125,123,184,48,207,2,0,210,189,46,54,169,239,2,0,212,93,202,239,187,4,2,0,212,253,209,73,208,89,3,0,213,189,41,188,149,125,2,0,215,93,168,5,11,238,2,0,216,157,145,220,123,0,4,0,218,189,148,211,215,247,2,0,218,189,71,66,134,3,3,0,218,189,193,106,84,215,3,0,221,253,231,113,116,236,1,0,223,253,86,67,242,220,1,0,224,61,33,158,239,50,4,0,225,93,51,182,204,232,3,0,225,157,210,247,98,0,4,0,227,61,127,199,99,173,1,0,230,253,201,175,162,12,4,0,232,221,20,167,2,231,3,0,234,189,170,185,174,200,2,0,234,157,218,249,146,85,3,0,235,29,184,183,17,230,1,0,236,253,226,235,141,74,2,0,237,189,77,158,1,98,2,0,239,253,211,225,231,235,1,0,240,93,89,82,206,229,2,0,240,93,93,240,111,131,3,0,240,221,204,54,86,9,4,0,241,221,42,85,135,2,2,0,241,29,249,143,31,208,2,0,242,221,227,60,196,173,1,0,242,253,147,112,78,253,1,0,243,157,45,28,37,32,2,0,244,61,96,143,37,78,2,0,245,125,113,185,146,55,3,0,245,61,74,69,168,102,3,0,246,189,99,54,160,50,2,0,246,189,45,168,171,169,3,0,247,253,162,112,211,3,3,0,247,221,156,103,180,162,3,0,249,29,125,45,51,45,4,0,251,125,237,25,163,177,2,0,251,61,116,89,178,56,3,0,252,29,111,49,254,82,2,0,253,29,87,133,239,61,2,0,253,61,100,18,208,65,4,0,1,30,194,254,191,187,3,0,3,222,183,12,198,192,1,0,3,158,51,27,38,13,4,0,5,94,14,178,236,212,3,0,6,30,41,167,136,206,1,0,6,254,173,174,89,6,2,0,8,94,14,221,94,113,2,0,8,126,252,214,230,237,2,0,9,222,195,166,121,225,3,0,10,190,66,28,29,39,4,0,11,126,158,119,210,130,1,0,11,62,102,81,96,131,1,0,12,94,24,81,60,203,2,0,13,222,239,86,214,13,4,0,15,126,211,142,109,135,2,0,16,254,201,203,204,127,1,0,17,94,51,223,28,42,2,0,17,254,4,100,126,156,3,0,18,30,174,58,168,123,2,0,19,158,178,234,47,0,2,0,20,190,64,185,102,162,2,0,20,126,30,253,224,214,3,0,22,158,214,248,252,28,4,0,24,158,5,121,158,229,2,0,24,222,155,60,137,185,3,0,24,126,179,91,6,213,3,0,27,30,197,107,56,77,2,0,28,158,228,236,224,57,2,0,28,222,27,212,247,161,2,0,29,254,99,126,112,42,3,0,29,126,62,58,74,126,3,0,30,126,66,157,37,229,1,0,32,126,21,249,227,240,1,0,32,190,196,210,8,108,2,0,33,254,51,53,152,205,1,0,34,158,62,85,232,230,2,0,35,30,221,42,205,217,2,0,35,158,176,158,113,128,3,0,36,94,229,93,44,51,3,0,36,222,219,248,76,188,3,0,36,30,122,0,222,191,3,0,37,254,164,119,161,195,2,0,38,94,99,177,94,197,3,0,41,254,81,92,64,32,4,0,42,222,0,97,5,232,1,0,43,30,20,31,202,252,2,0,44,94,140,143,146,156,1,0,44,158,63,121,8,223,1,0,44,94,212,39,119,252,2,0,44,158,38,34,215,201,3,0,45,222,152,223,130,208,2,0,46,126,243,3,2,175,3,0,49,254,70,243,12,142,2,0,49,126,47,232,229,133,3,0,50,126,80,43,156,73,2,0,50,94,134,221,73,87,3,0,50,158,97,207,108,144,3,0,51,158,64,111,231,186,2,0,51,126,84,116,221,158,3,0,53,222,0,39,56,145,1,0,54,222,192,95,165,205,2,0,55,62,16,225,6,254,2,0,56,62,121,236,122,49,3,0,57,222,41,231,193,175,2,0,58,158,127,132,131,50,2,0,58,126,169,84,56,242,3,0,59,254,59,75,82,230,1,0,60,222,129,38,111,145,1,0,62,94,227,186,167,131,2,0,62,62,230,24,79,43,3,0,63,62,182,46,157,142,1,0,64,30,245,169,51,152,3,0,64,190,78,89,168,193,3,0,65,158,66,14,188,181,3,0,67,126,37,81,48,156,2,0,68,158,179,209,107,164,3,0,72,30,57,88,97,154,1,0,74,62,107,174,220,159,1,0,74,94,143,26,96,19,2,0,75,190,97,146,3,135,3,0,76,30,239,47,85,144,1,0,77,62,27,117,69,164,2,0,77,126,90,47,26,18,3,0,77,222,28,55,184,247,3,0,78,30,131,185,63,108,2,0,78,254,184,200,230,8,4,0,79,94,11,216,129,87,3,0,80,254,157,227,53,158,2,0,81,254,175,179,249,202,2,0,82,158,228,53,180,17,3,0,82,222,99,178,107,162,3,0,84,62,27,104,3,190,1,0,84,222,137,75,29,190,3,0,86,158,78,111,66,28,4,0,86,222,28,104,130,62,4,0,87,30,37,177,134,178,1,0,93,30,41,109,86,26,3,0,94,222,247,188,7,210,1,0,94,62,149,194,79,48,4,0,95,94,185,37,245,49,3,0,95,62,174,120,152,189,3,0,102,94,44,61,192,106,2,0,102,158,33,55,42,131,3,0,103,254,32,181,0,17,2,0,105,30,199,68,167,196,3,0,106,158,30,243,27,226,1,0,106,190,178,136,254,66,2,0,108,126,59,184,35,179,2,0,109,222,198,152,105,218,2,0,109,158,155,4,164,75,3,0,112,94,121,14,236,21,2,0,112,30,88,178,12,32,2,0,112,222,64,155,248,214,3,0,113,126,138,83,0,96,2,0,113,190,102,76,206,115,3,0,113,222,131,144,132,177,3,0,114,158,251,249,0,64,3,0,115,94,24,81,93,203,2,0,116,254,169,98,175,254,1,0,116,62,108,17,94,102,3,0,116,30,165,255,250,228,3,0,117,30,47,119,106,244,1,0,118,254,58,152,118,40,3,0,119,222,198,206,172,13,3,0,119,254,93,82,15,90,3,0,120,222,154,74,245,116,3,0,120,62,232,173,135,35,4,0,124,62,112,160,160,23,2,0,124,30,195,62,72,42,4,0,125,94,14,65,119,136,2,0,125,62,36,34,196,204,3,0,128,126,37,176,70,165,2,0,129,254,255,188,61,107,3,0,130,126,161,113,142,238,1,0,132,30,89,107,139,20,2,0,132,94,192,172,133,69,3,0,132,30,81,200,43,194,3,0,135,94,21,226,76,55,3,0,137,30,141,185,98,150,2,0,139,158,21,55,138,106,2,0,140,190,114,78,118,160,1,0,142,254,231,57,108,77,2,0,142,62,197,15,255,196,3,0,145,126,210,160,144,208,2,0,145,62,8,95,52,88,3,0,146,222,252,163,111,69,3,0,147,62,209,181,100,249,1,0,147,190,158,160,158,182,2,0,149,158,73,160,89,4,2,0,149,126,210,21,105,60,4,0,150,62,176,66,209,161,1,0,151,222,159,227,58,206,1,0,151,158,177,45,176,44,2,0,151,158,142,40,198,54,2,0,151,190,78,202,122,27,4,0,151,62,59,28,181,29,4,0,153,190,26,84,39,128,3,0,153,190,188,48,101,235,3,0,154,254,113,110,16,90,2,0,154,30,62,144,8,202,3,0,155,126,134,184,138,165,3,0,155,94,104,42,5,41,4,0,157,126,247,50,77,250,3,0,158,30,191,50,120,24,2,0,160,94,233,202,192,145,1,0,160,158,225,3,246,2,4,0,161,30,251,163,168,227,1,0,161,158,204,238,81,4,4,0,162,62,244,86,247,239,1,0,162,254,208,32,54,176,3,0,162,62,175,107,250,202,3,0,163,62,229,229,83,27,2,0,163,62,45,22,190,135,2,0,165,254,21,122,47,116,2,0,165,222,26,201,205,242,3,0,165,94,203,43,110,8,4,0,168,222,65,33,198,123,3,0,168,190,52,244,244,36,4,0,170,254,106,255,239,204,3,0,173,254,77,163,133,255,2,0,174,62,149,155,101,38,2,0,175,254,43,95,179,185,1,0,175,126,178,186,152,135,2,0,175,126,122,151,46,15,4,0,178,94,203,189,145,53,4,0,181,30,240,188,159,239,1,0,181,190,172,240,229,181,2,0,182,94,98,209,1,150,1,0,184,94,147,20,84,108,2,0,186,62,123,25,65,129,2,0,188,30,182,92,56,234,3,0,189,30,176,220,79,221,2,0,192,254,179,253,28,150,2,0,192,254,80,0,154,159,3,0,193,254,42,48,35,182,2,0,193,222,231,19,202,71,3,0,194,62,114,252,138,158,1,0,196,30,227,186,206,133,2,0,197,62,169,163,173,252,2,0,198,254,187,219,212,9,3,0,200,254,137,250,214,214,1,0,200,190,192,148,87,244,1,0,200,126,206,177,150,201,3,0,202,94,252,34,74,22,2,0,203,30,27,86,251,250,2,0,204,254,73,51,219,255,1,0,206,94,36,159,196,31,3,0,206,126,129,232,166,91,3,0,207,190,239,239,232,7,3,0,208,126,255,30,79,162,1,0,211,190,228,228,32,156,3,0,212,30,125,180,247,173,2,0,214,254,196,190,136,218,3,0,216,30,143,8,244,239,2,0,217,30,7,17,222,171,1,0,218,62,224,247,99,92,2,0,218,254,170,143,158,210,2,0,219,158,88,37,50,103,3,0,219,30,156,68,94,198,3,0,219,254,190,68,250,208,3,0,220,254,239,18,0,212,1,0,221,222,93,180,239,203,1,0,223,158,115,210,47,130,3,0,225,190,234,201,100,35,2,0,225,158,158,88,122,53,4,0,225,126,221,11,111,59,4,0,226,62,90,170,236,16,2,0,227,254,229,139,113,209,1,0,227,222,102,137,119,13,3,0,227,222,60,12,63,44,3,0,229,30,86,90,153,194,1,0,230,254,251,194,167,77,2,0,230,94,163,234,233,145,3,0,232,222,137,52,177,68,3,0,232,94,223,209,78,158,3,0,232,94,223,209,106,158,3,0,234,222,70,133,135,172,1,0,237,62,41,203,125,52,4,0,241,126,8,192,169,93,2,0,243,94,67,140,233,3,4,0,244,254,152,243,145,132,2,0,244,126,70,149,226,180,3,0,245,254,135,140,254,28,3,0,245,254,162,124,135,155,3,0,246,30,15,32,163,222,1,0,246,94,59,184,55,171,2,0,246,94,119,163,151,21,3,0,247,254,197,234,6,236,3,0,249,94,124,24,189,81,2,0,251,30,166,80,12,220,3,0,252,30,211,236,123,245,1,0,253,190,49,209,115,3,2,0,253,94,47,124,185,106,3,0,254,30,158,232,124,147,3,0,254,94,29,77,94,222,3,0,255,30,28,13,140,239,3,0,1,223,103,154,59,40,2,0,2,127,156,160,35,184,2,0,3,63,77,254,186,150,2,0,4,223,82,208,51,147,2,0,5,223,152,223,196,204,2,0,5,159,85,19,32,68,3,0,6,159,33,170,176,210,2,0,6,159,141,211,73,166,3,0,6,159,252,218,234,192,3,0,7,255,100,79,13,123,2,0,9,255,71,87,249,20,3,0,10,31,246,105,4,94,2,0,10,159,44,121,236,79,3,0,14,191,2,253,163,47,2,0,18,255,56,116,98,152,3,0,19,255,145,178,4,31,3,0,21,95,65,79,9,208,2,0,21,95,81,5,60,245,2,0,24,159,64,172,218,38,2,0,25,159,21,233,103,14,3,0,25,31,102,79,4,105,3,0,25,159,241,181,188,241,3,0,28,223,216,242,205,34,3,0,28,223,216,11,184,44,4,0,29,223,168,252,89,140,2,0,29,255,249,179,32,143,2,0,30,255,47,208,227,12,2,0,31,223,74,148,221,145,1,0,31,63,29,47,153,0,2,0,32,127,111,44,168,2,2,0,33,223,153,235,161,245,3,0,36,63,94,246,64,140,1,0,36,31,255,46,33,218,1,0,36,95,187,25,181,235,1,0,37,255,24,242,98,125,1,0,39,255,136,126,219,9,2,0,41,95,36,149,204,71,2,0,42,63,168,172,15,141,1,0,45,95,231,178,98,112,3,0,45,255,93,242,84,16,4,0,46,95,215,68,70,226,1,0,46,31,138,255,143,13,2,0,46,127,144,131,72,6,3,0,47,95,7,64,229,187,2,0,48,31,19,170,95,254,3,0,49,255,147,190,87,113,3,0,50,255,130,208,13,11,2,0,51,191,168,143,243,26,4,0,52,31,87,234,210,247,1,0,53,223,71,146,246,77,2,0,53,31,41,235,123,107,3,0,54,255,185,208,209,126,2,0,55,191,150,137,235,214,2,0,55,95,16,178,4,223,3,0,56,159,80,198,35,162,2,0,58,159,146,49,178,187,1,0,58,95,56,86,51,217,3,0,59,127,74,67,232,36,2,0,61,95,3,202,112,46,3,0,62,223,54,194,172,95,2,0,62,191,41,244,63,15,4,0,64,127,164,186,131,71,2,0,64,255,107,197,62,85,3,0,65,95,217,9,115,125,1,0,65,95,150,61,89,178,1,0,65,191,101,144,126,17,2,0,67,127,124,69,190,120,2,0,68,255,229,12,218,200,2,0,68,127,164,190,198,29,3,0,69,31,253,5,96,2,4,0,70,255,119,150,106,206,1,0,70,191,161,61,98,21,2,0,70,191,90,2,168,37,2,0,71,95,186,64,120,176,2,0,71,127,57,109,14,216,2,0,72,191,241,10,146,140,1,0,72,127,105,7,136,8,2,0,72,31,192,214,27,66,2,0,72,63,31,81,158,159,2,0,77,95,182,127,68,133,2,0,77,255,110,163,145,30,3,0,78,127,161,91,95,239,3,0,79,223,150,138,64,163,1,0,79,223,135,81,161,219,2,0,79,191,214,50,122,66,3,0,80,95,6,124,225,135,2,0,80,31,190,186,253,142,2,0,81,31,23,166,202,58,4,0,82,127,134,37,214,79,3,0,82,95,140,230,220,105,3,0,82,159,183,237,62,47,4,0,84,255,187,173,111,31,2,0,85,255,87,58,25,245,1,0,86,95,101,88,63,141,1,0,86,255,243,66,187,8,2,0,87,127,154,114,46,10,4,0,91,255,84,255,237,99,2,0,93,255,0,140,79,72,2,0,93,63,102,110,45,33,3,0,94,63,13,18,155,45,3,0,94,191,84,217,102,99,3,0,95,191,133,220,120,195,1,0,95,95,66,113,30,41,4,0,97,63,123,49,14,77,2,0,97,31,85,78,244,239,3,0,101,95,84,29,216,218,2,0,103,191,188,168,81,112,2,0,104,31,210,141,78,207,1,0,105,191,226,28,228,11,3,0,105,63,200,30,217,38,4,0,106,95,238,41,63,127,1,0,106,255,205,189,39,113,2,0,106,127,33,9,170,251,2,0,107,223,64,55,17,88,2,0,108,159,136,160,226,193,2,0,108,31,50,215,124,28,3,0,108,255,207,47,140,183,3,0,108,255,207,47,159,183,3,0,109,223,114,167,192,249,1,0,111,95,243,73,168,217,1,0,112,255,49,83,251,111,3,0,116,127,93,248,214,5,4,0,118,191,108,27,161,246,1,0,119,127,218,224,115,174,2,0,119,127,83,76,217,84,3,0,120,127,124,6,187,47,3,0,121,95,92,252,52,156,3,0,122,63,31,93,76,128,1,0,124,255,250,42,24,20,2,0,127,223,47,83,58,81,3,0,131,191,89,81,207,236,1,0,132,95,181,58,100,14,2,0,132,63,74,69,38,171,3,0,134,95,93,14,233,164,1,0,134,63,98,23,143,38,4,0,135,95,245,113,203,12,3,0,136,63,245,239,247,101,3,0,136,95,82,184,149,14,4,0,137,223,77,205,123,173,1,0,138,31,100,100,201,179,1,0,139,255,94,173,66,0,3,0,139,95,95,76,105,173,3,0,140,95,236,34,36,210,1,0,143,127,47,194,103,95,2,0,143,159,217,71,156,90,3,0,145,191,19,252,133,40,3,0,147,191,44,115,77,113,2,0,148,191,32,2,184,41,4,0,151,255,105,120,123,167,1,0,151,159,69,130,192,235,3,0,155,63,81,225,121,51,3,0,155,31,33,2,8,122,3,0,155,255,172,251,77,35,4,0,156,127,100,79,50,135,3,0,156,255,161,164,111,1,4,0,158,31,225,92,94,87,3,0,159,223,221,156,197,146,3,0,161,63,48,188,208,122,2,0,162,127,241,47,232,254,3,0,163,191,42,86,158,140,2,0,163,63,38,72,23,226,3,0,164,223,180,108,118,168,1,0,165,95,5,75,254,193,3,0,166,159,183,195,88,53,2,0,166,223,149,131,176,74,2,0,167,31,226,3,175,195,1,0,171,95,202,145,225,237,3,0,172,63,20,178,48,123,1,0,172,223,209,56,139,39,3,0,173,223,87,170,103,22,4,0,174,255,191,65,13,49,3,0,175,223,19,252,33,91,2,0,175,31,19,0,48,146,2,0,175,127,2,48,19,162,3,0,176,127,64,250,122,22,4,0,178,127,243,192,190,179,2,0,180,63,123,49,51,73,2,0,180,63,123,49,75,73,2,0,180,63,123,49,109,73,2,0,180,63,123,49,134,73,2,0,180,191,178,134,165,193,2,0,181,159,172,252,12,24,3,0,182,31,215,177,68,184,1,0,183,191,64,255,227,120,3,0,184,127,101,157,125,244,1,0,186,223,22,91,230,43,2,0,186,223,98,254,47,119,2,0,186,95,84,232,73,242,2,0,187,31,82,226,39,251,3,0,188,191,158,122,103,187,2,0,188,191,148,223,53,226,3,0,190,255,77,91,114,190,1,0,192,95,228,115,234,208,1,0,193,159,16,129,41,184,3,0,194,31,185,206,233,211,1,0,194,159,7,226,72,134,2,0,198,159,39,6,170,21,3,0,198,255,185,162,211,198,3,0,200,31,90,170,73,160,2,0,202,127,236,225,16,174,2,0,202,63,193,204,194,1,4,0,204,63,177,45,240,40,2,0,204,191,208,104,46,164,3,0,205,191,207,132,142,151,1,0,205,223,48,108,57,109,2,0,206,223,145,106,122,99,3,0,207,31,61,105,171,144,1,0,207,191,117,250,74,9,4,0,209,191,201,34,67,243,3,0,209,159,121,104,57,7,4,0,212,255,208,183,185,229,1,0,212,127,20,172,193,202,2,0,212,223,113,184,203,215,2,0,213,223,15,220,221,129,2,0,214,63,79,227,65,198,1,0,214,255,126,186,18,208,1,0,214,223,38,85,84,7,2,0,214,255,224,147,63,27,3,0,215,127,26,12,17,12,2,0,218,255,136,106,252,4,2,0,218,31,236,225,210,247,3,0,219,63,12,43,204,132,1,0,222,31,201,34,19,227,1,0,223,95,45,42,91,3,3,0,223,191,132,5,151,59,3,0,225,127,230,6,228,234,2,0,225,191,209,177,143,107,3,0,225,223,54,93,144,17,4,0,227,223,187,47,48,52,2,0,227,223,159,67,56,224,2,0,227,191,20,72,196,107,3,0,228,63,242,115,87,114,2,0,228,127,94,173,71,210,2,0,229,255,179,240,21,128,3,0,231,127,64,17,168,235,3,0,232,255,82,242,180,112,2,0,232,191,225,6,101,117,2,0,234,223,94,186,6,153,2,0,235,223,10,15,189,98,2,0,236,31,88,9,112,194,1,0,236,159,160,17,166,120,2,0,237,255,107,197,180,85,3,0,239,127,85,27,79,115,2,0,240,255,220,147,10,183,3,0,241,127,106,1,94,144,1,0,241,159,29,172,166,253,1,0,241,159,48,82,162,24,3,0,241,31,255,127,181,33,4,0,242,31,86,176,211,5,2,0,242,127,250,193,237,87,2,0,242,191,121,91,112,137,3,0,244,95,65,67,134,69,2,0,244,255,91,37,32,115,2,0,244,95,185,186,243,93,3,0,245,223,25,84,229,112,3,0,246,95,109,189,166,38,2,0,246,159,117,144,189,38,2,0,247,31,175,140,29,163,3,0,247,159,149,42,117,211,3,0,250,223,22,97,11,182,2,0,251,191,66,224,139,136,3,0,252,159,90,80,239,134,1,0,252,191,74,1,45,233,2,0,253,223,179,17,182,163,3,0,254,191,48,115,55,215,1,0,254,191,206,196,104,28,3,0,0,8,0,33,46,45,45,102,114,97,109,101,114,45,99,111,111,107,105,101,45,98,97,110,110,101,114,45,99,111,110,116,97,105,110,101,114,0,8,0,16,46,45,97,99,116,105,118,101,46,99,111,111,107,105,101,115,0,8,0,19,46,45,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,0,8,0,14,46,45,115,45,99,111,111,107,105,101,45,98,97,114,0,8,0,21,46,45,115,104,111,119,46,112,114,105,118,97,99,121,45,112,111,108,105,99,121,0,8,0,17,46,65,53,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,33,46,65,66,84,97,115,116,121,80,108,117,103,105,110,67,111,111,107,105,101,67,111,110,115,101,110,116,66,97,110,110,101,114,0,8,0,18,46,65,80,95,109,111,100,45,98,109,45,99,111,111,107,105,101,115,0,8,0,18,46,65,87,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,19,46,65,99,99,101,112,116,67,111,111,107,105,101,45,70,105,120,101,100,0,8,0,24,46,65,99,99,101,112,116,67,111,111,107,105,101,115,45,99,111,110,116,97,105,110,101,114,0,8,0,25,46,65,99,99,101,112,116,67,111,111,107,105,101,115,77,111,100,117,108,101,80,111,112,85,112,0,8,0,25,46,65,103,114,101,101,109,101,110,116,66,97,110,110,101,114,95,95,119,114,97,112,112,101,114,0,8,0,22,46,65,110,97,108,121,116,105,99,67,111,111,107,105,101,67,111,110,115,101,110,116,0,8,0,13,46,65,118,105,115,111,67,111,111,107,105,101,115,0,8,0,14,46,65,118,105,115,111,95,99,111,111,107,105,101,115,0,8,0,18,46,66,97,110,100,101,97,117,67,111,111,107,105,101,71,108,111,98,0,8,0,25,46,66,97,110,110,101,114,80,114,105,118,97,99,121,73,110,102,111,114,109,97,116,105,111,110,0,8,0,27,46,66,108,111,103,72,101,97,100,101,114,95,95,99,111,111,107,105,101,115,45,98,97,110,110,101,114,0,8,0,18,46,67,50,49,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,11,46,67,67,80,65,66,97,110,110,101,114,0,8,0,16,46,67,67,99,111,111,107,105,101,119,97,114,110,105,110,103,0,8,0,24,46,67,73,110,102,111,91,100,97,116,97,45,99,111,111,107,105,101,45,105,110,102,111,93,0,8,0,11,46,67,76,97,119,66,97,110,110,101,114,0,8,0,5,46,67,78,73,76,0,8,0,12,46,67,79,49,49,95,99,111,111,107,105,101,0,8,0,10,46,67,79,79,75,73,69,45,105,116,0,8,0,22,46,67,79,79,75,73,69,67,79,78,83,69,78,84,95,66,65,78,68,69,65,85,0,8,0,13,46,67,79,79,75,73,69,78,79,84,73,67,69,0,8,0,11,46,67,79,79,75,73,69,95,66,79,88,0,8,0,20,46,67,79,79,75,73,69,95,80,82,73,86,65,67,89,95,67,79,78,84,0,8,0,20,46,67,79,79,75,73,69,95,85,83,65,71,69,95,65,67,67,69,80,84,0,8,0,19,46,67,84,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,8,0,16,46,67,95,67,111,111,107,105,101,95,80,111,108,105,99,121,0,8,0,13,46,67,97,105,120,97,67,111,111,107,105,101,115,0,8,0,8,46,67,101,114,101,122,80,112,0,8,0,24,46,67,110,105,108,67,111,111,107,105,101,115,67,111,110,102,105,114,109,97,116,105,111,110,0,8,0,19,46,67,110,105,108,67,111,111,107,105,101,115,87,97,114,110,105,110,103,0,8,0,11,46,67,111,67,104,79,117,116,66,111,120,0,8,0,36,46,67,111,109,109,111,110,45,80,114,105,118,97,99,121,45,72,101,97,100,101,114,67,111,111,107,105,101,115,77,101,115,115,97,103,101,0,8,0,41,46,67,111,109,112,111,110,101,110,116,91,100,97,116,97,45,99,111,109,112,111,110,101,110,116,61,34,67,111,111,107,105,101,70,111,111,116,101,114,34,93,0,8,0,14,46,67,111,110,67,111,111,107,105,101,73,110,102,111,0,8,0,24,46,67,111,110,102,105,114,109,67,111,111,107,105,101,77,101,115,115,97,103,101,66,111,120,0,8,0,12,46,67,111,110,115,101,110,116,72,105,110,116,0,8,0,13,46,67,111,110,115,101,110,116,80,97,110,101,108,0,8,0,21,46,67,111,110,115,101,110,116,101,100,67,111,111,107,105,101,66,108,111,99,107,0,8,0,22,46,67,111,110,115,101,110,116,115,66,97,110,110,101,114,79,118,101,114,108,97,121,0,8,0,19,46,67,111,110,116,97,105,110,101,114,45,45,99,111,111,107,105,101,115,0,8,0,17,46,67,111,110,116,97,105,110,101,114,67,111,111,107,105,101,115,0,8,0,26,46,67,111,110,116,114,111,108,67,111,111,107,105,101,115,45,97,108,101,114,116,45,115,104,111,119,0,8,0,13,46,67,111,111,107,105,101,45,45,98,97,115,101,0,8,0,15,46,67,111,111,107,105,101,45,45,98,111,116,116,111,109,0,8,0,12,46,67,111,111,107,105,101,45,45,105,98,101,0,8,0,15,46,67,111,111,107,105,101,45,67,111,110,115,101,110,116,0,8,0,21,46,67,111,111,107,105,101,45,67,111,110,115,101,110,116,45,45,115,104,111,119,0,8,0,11,46,67,111,111,107,105,101,45,98,97,114,0,8,0,21,46,67,111,111,107,105,101,45,99,111,110,115,101,110,116,45,98,108,111,99,107,0,8,0,25,46,67,111,111,107,105,101,45,110,111,116,105,99,101,95,95,99,111,110,116,97,105,110,101,114,0,8,0,26,46,67,111,111,107,105,101,65,99,99,101,112,116,73,109,97,103,101,68,105,118,67,108,97,115,115,0,8,0,18,46,67,111,111,107,105,101,65,99,99,101,112,116,76,97,121,101,114,0,8,0,18,46,67,111,111,107,105,101,65,99,99,101,112,116,80,97,110,101,108,0,8,0,17,46,67,111,111,107,105,101,65,99,99,101,112,116,97,110,99,101,0,8,0,24,46,67,111,111,107,105,101,65,99,99,101,112,116,97,110,99,101,87,114,97,112,112,101,114,0,8,0,31,46,67,111,111,107,105,101,65,99,107,110,111,119,108,100,101,103,101,109,101,110,116,67,111,110,116,97,105,110,101,114,0,8,0,16,46,67,111,111,107,105,101,65,103,114,101,101,109,101,110,116,0,8,0,14,46,67,111,111,107,105,101,65,112,112,114,111,118,101,0,8,0,13,46,67,111,111,107,105,101,66,97,110,110,101,114,0,8,0,14,46,67,111,111,107,105,101,66,97,110,110,101,114,50,0,8,0,16,46,67,111,111,107,105,101,66,97,110,110,101,114,68,105,118,0,8,0,17,46,67,111,111,107,105,101,66,97,110,110,101,114,79,102,77,119,0,8,0,17,46,67,111,111,107,105,101,66,97,110,110,101,114,79,102,80,99,0,8,0,10,46,67,111,111,107,105,101,66,97,114,0,8,0,17,46,67,111,111,107,105,101,66,97,114,87,114,97,112,112,101,114,0,8,0,19,46,67,111,111,107,105,101,66,97,114,95,95,87,114,97,112,112,101,114,0,8,0,12,46,67,111,111,107,105,101,66,97,120,71,114,0,8,0,10,46,67,111,111,107,105,101,66,111,120,0,8,0,10,46,67,111,111,107,105,101,66,116,110,0,8,0,14,46,67,111,111,107,105,101,67,104,101,99,107,101,114,0,8,0,22,46,67,111,111,107,105,101,67,104,111,105,99,101,67,111,110,116,97,105,110,101,114,0,8,0,17,46,67,111,111,107,105,101,67,111,109,112,108,105,97,110,99,101,0,8,0,26,46,67,111,111,107,105,101,67,111,109,112,108,105,97,110,99,101,67,111,110,116,97,105,110,101,114,0,8,0,31,46,67,111,111,107,105,101,67,111,109,112,108,105,97,110,99,101,67,111,110,116,97,105,110,101,114,45,118,101,105,108,0,8,0,24,46,67,111,111,107,105,101,67,111,110,115,101,110,116,45,67,111,110,116,97,105,110,101,114,0,8,0,36,46,67,111,111,107,105,101,67,111,110,115,101,110,116,45,87,114,97,112,112,101,114,45,66,97,99,107,103,114,111,117,110,100,66,111,120,0,8,0,24,46,67,111,111,107,105,101,67,111,110,115,101,110,116,45,102,105,114,115,116,105,110,102,111,0,8,0,22,46,67,111,111,107,105,101,67,111,110,115,101,110,116,45,119,114,97,112,112,101,114,0,8,0,18,46,67,111,111,107,105,101,67,111,110,115,101,110,116,65,114,101,97,0,8,0,20,46,67,111,111,107,105,101,67,111,110,115,101,110,116,66,97,110,110,101,114,0,8,0,23,46,67,111,111,107,105,101,67,111,110,115,101,110,116,67,111,110,116,97,105,110,101,114,0,8,0,18,46,67,111,111,107,105,101,67,111,110,115,101,110,116,77,101,109,111,0,8,0,21,46,67,111,111,107,105,101,67,111,110,115,101,110,116,79,118,101,114,108,97,121,0,8,0,20,46,67,111,111,107,105,101,67,111,110,115,101,110,116,95,95,104,111,115,116,0,8,0,16,46,67,111,111,107,105,101,67,111,110,116,97,105,110,101,114,0,8,0,20,46,67,111,111,107,105,101,67,111,110,116,114,111,108,66,97,110,110,101,114,0,8,0,23,46,67,111,111,107,105,101,68,105,114,101,99,116,105,118,101,68,105,115,112,108,97,121,0,8,0,22,46,67,111,111,107,105,101,68,105,114,101,99,116,105,118,101,72,101,105,103,104,116,0,8,0,17,46,67,111,111,107,105,101,68,105,115,99,108,111,115,117,114,101,0,8,0,10,46,67,111,111,107,105,101,68,105,118,0,8,0,14,46,67,111,111,107,105,101,69,66,117,116,116,111,110,0,8,0,11,46,67,111,111,107,105,101,72,105,110,116,0,8,0,14,46,67,111,111,107,105,101,73,110,102,111,66,97,114,0,8,0,16,46,67,111,111,107,105,101,73,110,102,111,80,97,110,101,108,0,8,0,15,46,67,111,111,107,105,101,73,110,102,111,84,101,120,116,0,8,0,18,46,67,111,111,107,105,101,73,110,102,111,114,109,97,116,105,111,110,0,8,0,27,46,67,111,111,107,105,101,73,110,102,111,114,109,97,116,105,111,110,67,111,110,116,97,105,110,101,114,0,8,0,17,46,67,111,111,107,105,101,76,97,119,87,114,97,112,112,101,114,0,8,0,12,46,67,111,111,107,105,101,76,97,121,101,114,0,8,0,13,46,67,111,111,107,105,101,76,97,121,111,117,116,0,8,0,14,46,67,111,111,107,105,101,77,101,115,115,97,103,101,0,8,0,17,46,67,111,111,107,105,101,77,101,115,115,97,103,101,68,105,118,0,8,0,17,46,67,111,111,107,105,101,77,111,110,115,116,101,114,66,111,120,0,8,0,10,46,67,111,111,107,105,101,77,115,103,0,8,0,11,46,67,111,111,107,105,101,78,111,116,101,0,8,0,13,46,67,111,111,107,105,101,78,111,116,105,99,101,0,8,0,20,46,67,111,111,107,105,101,78,111,116,105,99,101,45,68,114,97,119,101,114,0,8,0,19,46,67,111,111,107,105,101,78,111,116,105,99,101,66,97,110,110,101,114,0,8,0,22,46,67,111,111,107,105,101,78,111,116,105,99,101,67,111,110,116,97,105,110,101,114,0,8,0,19,46,67,111,111,107,105,101,78,111,116,105,102,105,99,97,116,105,111,110,0,8,0,23,46,67,111,111,107,105,101,78,111,116,105,102,105,99,97,116,105,111,110,45,98,97,114,0,8,0,24,46,67,111,111,107,105,101,78,111,116,105,102,105,99,97,116,105,111,110,80,111,112,85,112,0,8,0,25,46,67,111,111,107,105,101,78,111,116,105,102,105,99,97,116,105,111,110,84,111,112,66,97,114,0,8,0,13,46,67,111,111,107,105,101,78,111,116,105,102,121,0,8,0,28,46,67,111,111,107,105,101,78,111,116,105,102,121,87,105,100,103,101,116,95,95,119,114,97,112,112,101,114,0,8,0,12,46,67,111,111,107,105,101,79,112,116,73,110,0,8,0,14,46,67,111,111,107,105,101,79,118,101,114,108,97,121,0,8,0,12,46,67,111,111,107,105,101,80,97,110,101,108,0,8,0,11,46,67,111,111,107,105,101,80,101,114,109,0,8,0,13,46,67,111,111,107,105,101,80,111,108,105,99,121,0,8,0,22,46,67,111,111,107,105,101,80,111,108,105,99,121,45,67,111,110,116,101,110,101,114,0,8,0,16,46,67,111,111,107,105,101,80,111,108,105,99,121,66,97,114,0,8,0,27,46,67,111,111,107,105,101,80,111,108,105,99,121,77,97,110,97,103,101,114,45,66,97,110,110,101,114,0,8,0,23,46,67,111,111,107,105,101,80,111,108,105,99,121,77,101,115,115,97,103,101,66,111,120,0,8,0,25,46,67,111,111,107,105,101,80,111,108,105,99,121,78,111,116,105,102,105,99,97,116,105,111,110,0,8,0,19,46,67,111,111,107,105,101,80,111,108,105,99,121,87,105,100,103,101,116,0,8,0,20,46,67,111,111,107,105,101,80,111,108,105,99,121,95,115,117,98,100,105,118,0,8,0,12,46,67,111,111,107,105,101,80,111,112,85,112,0,8,0,12,46,67,111,111,107,105,101,80,111,112,117,112,0,8,0,20,46,67,111,111,107,105,101,80,114,105,118,97,99,121,66,97,110,110,101,114,0,8,0,12,46,67,111,111,107,105,101,80,114,111,109,111,0,8,0,20,46,67,111,111,107,105,101,84,111,112,68,105,115,99,108,97,105,109,101,114,0,8,0,18,46,67,111,111,107,105,101,85,115,101,65,112,112,114,111,118,97,108,0,8,0,14,46,67,111,111,107,105,101,87,97,114,110,105,110,103,0,8,0,23,46,67,111,111,107,105,101,87,97,114,110,105,110,103,67,111,109,112,111,110,101,110,116,0,8,0,23,46,67,111,111,107,105,101,87,97,114,110,105,110,103,95,95,119,114,97,112,112,101,114,0,8,0,13,46,67,111,111,107,105,101,87,105,110,100,111,119,0,8,0,14,46,67,111,111,107,105,101,95,66,97,110,110,101,114,0,8,0,12,46,67,111,111,107,105,101,95,80,97,110,101,0,8,0,13,46,67,111,111,107,105,101,95,84,101,114,109,115,0,8,0,15,46,67,111,111,107,105,101,95,95,66,97,110,110,101,114,0,8,0,15,46,67,111,111,107,105,101,95,95,98,97,110,110,101,114,0,8,0,18,46,67,111,111,107,105,101,95,95,99,111,110,116,97,105,110,101,114,0,8,0,11,46,67,111,111,107,105,101,95,98,97,114,0,8,0,13,46,67,111,111,107,105,101,95,109,111,100,97,108,0,8,0,10,46,67,111,111,107,105,101,98,97,114,0,8,0,22,46,67,111,111,107,105,101,99,111,110,115,101,110,116,45,119,114,97,112,112,101,114,0,8,0,38,46,67,111,111,107,105,101,112,111,108,105,99,121,91,100,97,116,97,45,105,100,61,34,99,111,111,107,105,101,45,112,111,108,105,99,121,34,93,0,8,0,15,46,67,111,111,107,105,101,112,111,112,117,112,98,111,120,0,8,0,18,46,67,111,111,107,105,101,115,45,67,111,110,116,97,105,110,101,114,0,8,0,21,46,67,111,111,107,105,101,115,45,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,19,46,67,111,111,107,105,101,115,65,99,99,101,112,116,45,66,111,100,121,0,8,0,13,46,67,111,111,107,105,101,115,65,108,101,114,116,0,8,0,14,46,67,111,111,107,105,101,115,66,97,110,110,101,114,0,8,0,19,46,67,111,111,107,105,101,115,66,97,110,110,101,114,45,114,111,111,116,0,8,0,19,46,67,111,111,107,105,101,115,66,97,110,110,101,114,45,115,104,111,119,0,8,0,26,46,67,111,111,107,105,101,115,66,97,110,110,101,114,77,111,100,97,108,79,118,101,114,108,97,121,0,8,0,11,46,67,111,111,107,105,101,115,66,97,114,0,8,0,15,46,67,111,111,107,105,101,115,67,111,110,115,101,110,116,0,8,0,20,46,67,111,111,107,105,101,115,67,111,110,115,101,110,116,95,114,111,111,116,0,8,0,17,46,67,111,111,107,105,101,115,67,111,110,116,97,105,110,101,114,0,8,0,14,46,67,111,111,107,105,101,115,70,111,111,116,101,114,0,8,0,20,46,67,111,111,107,105,101,115,72,105,110,119,101,105,115,79,117,116,101,114,0,8,0,12,46,67,111,111,107,105,101,115,73,110,102,111,0,8,0,16,46,67,111,111,107,105,101,115,73,110,102,111,77,97,105,110,0,8,0,20,46,67,111,111,107,105,101,115,76,97,119,67,111,110,116,97,105,110,101,114,0,8,0,13,46,67,111,111,107,105,101,115,76,97,121,101,114,0,8,0,20,46,67,111,111,107,105,101,115,77,101,115,115,97,103,101,66,108,111,99,107,0,8,0,24,46,67,111,111,107,105,101,115,77,101,115,115,97,103,101,67,111,110,116,97,105,110,101,114,0,8,0,20,46,67,111,111,107,105,101,115,78,111,116,105,102,105,99,97,116,105,111,110,0,8,0,42,46,67,111,111,107,105,101,115,78,111,116,105,102,105,99,97,116,105,111,110,115,80,111,112,85,112,95,95,79,117,116,101,114,67,111,110,116,97,105,110,101,114,0,8,0,10,46,67,111,111,107,105,101,115,79,107,0,8,0,21,46,67,111,111,107,105,101,115,80,111,108,105,99,121,45,98,97,110,110,101,114,0,8,0,20,46,67,111,111,107,105,101,115,80,111,108,105,99,121,66,97,110,110,101,114,0,8,0,20,46,67,111,111,107,105,101,115,80,111,112,117,112,45,109,105,100,100,108,101,0,8,0,24,46,67,111,111,107,105,101,115,80,111,112,117,112,95,95,67,111,110,116,97,105,110,101,114,0,8,0,20,46,67,111,111,107,105,101,115,84,101,114,109,115,67,111,110,115,101,110,116,0,8,0,13,46,67,111,111,107,105,101,115,85,115,97,103,101,0,8,0,15,46,67,111,111,107,105,101,115,87,97,114,110,105,110,103,0,8,0,21,46,67,111,111,107,105,101,115,95,67,111,111,107,105,101,115,80,111,112,105,110,0,8,0,14,46,67,111,111,107,105,101,115,95,97,108,101,114,116,0,8,0,14,46,67,111,111,107,105,101,115,95,98,108,111,99,107,0,8,0,11,46,67,111,114,101,67,111,111,107,105,101,0,8,0,32,46,68,86,87,101,98,78,111,100,101,45,99,111,111,107,105,101,45,98,97,110,110,101,114,45,119,114,97,112,112,101,114,0,8,0,26,46,68,105,115,99,108,97,105,109,101,114,67,111,111,107,105,101,67,111,109,112,111,110,101,110,116,0,8,0,13,46,68,109,120,108,97,98,115,75,111,111,107,101,0,8,0,10,46,69,85,45,99,111,111,107,105,101,0,8,0,15,46,69,85,67,111,111,107,105,101,66,97,110,110,101,114,0,8,0,12,46,69,85,67,111,111,107,105,101,66,111,120,0,8,0,13,46,69,85,67,111,111,107,105,101,73,110,102,111,0,8,0,15,46,69,85,67,111,111,107,105,101,76,97,119,66,97,114,0,8,0,15,46,69,85,67,111,111,107,105,101,78,111,116,105,99,101,0,8,0,23,46,69,85,67,111,111,107,105,101,78,111,116,105,99,101,95,99,111,110,116,101,110,116,0,8,0,24,46,69,85,67,111,111,107,105,101,80,111,108,105,99,121,67,111,110,116,97,105,110,101,114,0,8,0,14,46,69,85,67,111,111,107,105,101,80,111,112,117,112,0,8,0,4,46,69,85,99,0,8,0,24,46,69,87,83,67,111,111,107,105,101,67,111,110,115,101,110,116,79,118,101,114,108,97,121,0,8,0,16,46,69,110,97,98,108,105,110,103,67,111,111,107,105,101,115,0,8,0,15,46,69,112,114,105,118,97,99,121,66,97,110,110,101,114,0,8,0,12,46,69,117,67,111,111,107,105,101,66,97,114,0,8,0,14,46,69,117,67,111,111,107,105,101,83,104,101,101,116,0,8,0,26,46,69,117,67,111,111,107,105,101,115,78,111,116,105,102,105,99,97,116,105,111,110,86,105,101,119,0,8,0,18,46,69,117,114,111,112,101,97,110,67,111,111,107,105,101,66,97,114,0,8,0,27,46,70,54,45,99,111,111,107,105,101,115,95,119,95,106,115,45,101,110,116,114,121,112,111,105,110,116,0,8,0,13,46,70,69,95,67,79,79,75,73,69,76,65,87,0,8,0,15,46,70,79,79,84,69,82,95,67,79,79,75,73,69,83,0,8,0,15,46,70,111,111,116,101,114,67,111,111,107,105,101,71,76,0,8,0,32,46,71,48,48,53,45,103,108,111,98,97,108,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,10,46,71,65,99,111,111,107,105,101,115,0,8,0,23,46,71,66,97,115,101,71,68,80,82,67,111,110,115,101,110,116,68,105,97,108,111,103,0,8,0,9,46,71,68,80,82,45,77,115,103,0,8,0,19,46,71,68,80,82,45,87,101,108,99,111,109,101,66,97,110,110,101,114,0,8,0,13,46,71,68,80,82,45,99,111,111,107,105,101,115,0,8,0,18,46,71,68,80,82,45,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,21,46,71,68,80,82,45,112,111,112,117,112,45,99,111,110,116,97,105,110,101,114,0,8,0,11,46,71,68,80,82,45,116,111,97,115,116,0,8,0,19,46,71,68,80,82,45,116,111,111,108,115,45,99,111,110,115,101,110,116,0,8,0,22,46,71,68,80,82,46,110,103,45,115,116,97,114,45,105,110,115,101,114,116,101,100,0,8,0,10,46,71,68,80,82,80,97,110,101,108,0,8,0,19,46,71,68,80,82,80,97,110,101,108,45,45,118,105,115,105,98,108,101,0,8,0,15,46,71,68,80,82,80,97,110,101,108,45,114,111,111,116,0,8,0,11,46,71,82,85,95,98,97,110,110,101,114,0,8,0,12,46,71,100,112,114,45,112,111,108,105,99,121,0,8,0,20,46,71,100,112,114,45,112,111,108,105,99,121,45,100,101,115,107,116,111,112,0,8,0,11,46,71,100,112,114,66,97,110,110,101,114,0,8,0,15,46,71,100,112,114,66,97,110,110,101,114,95,95,98,103,0,8,0,17,46,71,100,112,114,67,111,111,107,105,101,115,80,111,112,117,112,0,8,0,17,46,71,108,111,98,97,108,67,111,110,115,101,110,116,66,97,114,0,8,0,13,46,71,108,111,98,97,108,67,111,111,107,105,101,0,8,0,21,46,71,114,111,119,109,97,114,107,71,68,80,82,95,87,114,97,112,112,101,114,0,8,0,17,46,72,85,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,8,0,14,46,72,101,97,100,101,114,45,99,111,111,107,105,101,0,8,0,19,46,72,114,83,121,115,45,71,105,112,115,45,68,105,118,73,66,111,120,0,8,0,26,46,72,114,83,121,115,45,71,105,112,115,45,105,66,111,120,68,105,118,67,111,110,116,101,110,116,0,8,0,18,46,73,80,95,95,67,111,111,107,105,101,67,111,110,115,101,110,116,0,8,0,19,46,73,84,80,67,111,111,107,105,101,67,111,110,116,97,105,110,101,114,0,8,0,13,46,73,84,80,99,111,111,107,105,101,98,97,114,0,8,0,31,46,73,109,112,111,114,116,97,110,116,91,109,115,103,105,100,61,34,99,111,111,107,105,101,45,105,110,102,111,34,93,0,8,0,13,46,74,83,95,99,111,111,107,105,101,66,97,114,0,8,0,15,46,74,83,99,111,111,107,105,101,115,45,112,97,114,116,0,8,0,19,46,74,95,97,103,114,101,101,67,111,111,107,105,101,77,111,100,97,108,0,8,0,9,46,75,111,108,97,99,105,107,121,0,8,0,17,46,76,65,87,95,99,111,111,107,105,101,95,97,108,101,114,116,0,8,0,5,46,76,71,80,68,0,8,0,19,46,76,71,80,68,45,112,111,112,117,112,45,119,114,97,112,112,101,114,0,8,0,12,46,76,71,80,68,87,97,114,110,105,110,103,0,8,0,19,46,76,111,111,112,114,67,111,111,107,105,101,67,111,110,115,101,110,116,0,8,0,11,46,77,52,84,45,99,111,111,107,105,101,0,8,0,22,46,77,66,45,49,48,56,45,99,111,111,107,105,101,45,104,105,110,119,101,105,115,0,8,0,19,46,77,67,111,111,107,105,101,81,117,101,115,116,105,111,110,66,111,120,0,8,0,17,46,77,101,115,115,97,103,101,45,45,99,111,111,107,105,101,115,0,8,0,19,46,77,101,115,115,97,103,101,66,108,111,99,107,67,111,111,107,105,101,0,8,0,18,46,77,111,100,84,104,111,109,97,115,67,111,111,107,105,101,115,67,0,8,0,22,46,77,111,100,97,108,45,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,0,8,0,23,46,77,111,100,97,108,67,111,111,107,105,101,115,66,97,99,107,103,114,111,117,110,100,0,8,0,24,46,78,97,118,98,97,114,45,99,111,111,107,105,101,67,111,109,112,108,105,97,110,99,101,0,8,0,22,46,78,97,118,98,97,114,45,116,111,97,115,116,67,111,110,116,97,105,110,101,114,0,8,0,27,46,78,111,116,105,102,105,99,97,116,105,111,110,45,45,99,111,111,107,105,101,78,111,116,105,99,101,0,8,0,20,46,78,111,116,105,102,105,99,97,116,105,111,110,67,111,111,107,105,101,115,0,8,0,25,46,78,111,118,101,109,101,100,105,97,67,111,111,107,105,101,80,111,108,105,99,121,66,111,120,0,8,0,12,46,79,45,67,111,111,107,105,101,76,97,119,0,8,0,15,46,79,98,115,67,110,105,108,87,97,114,110,105,110,103,0,8,0,18,46,80,80,111,108,105,99,121,68,105,115,99,108,97,105,109,101,114,0,8,0,13,46,80,97,103,101,45,99,111,111,107,105,101,115,0,8,0,24,46,80,97,114,116,105,97,108,67,111,111,107,105,101,67,111,109,112,108,105,97,110,99,101,0,8,0,27,46,80,97,114,116,105,97,108,67,111,111,107,105,101,67,111,109,112,108,105,97,110,99,101,45,104,112,0,8,0,30,46,80,105,119,105,107,80,82,79,67,111,110,115,101,110,116,70,111,114,109,45,99,111,110,116,97,105,110,101,114,0,8,0,20,46,80,111,108,105,99,121,78,111,116,105,102,105,99,97,116,105,111,110,115,0,8,0,18,46,80,111,112,77,101,115,115,97,103,101,46,99,111,111,107,105,101,0,8,0,10,46,80,111,112,117,112,71,68,80,82,0,8,0,29,46,80,111,114,116,108,101,116,71,101,115,116,105,111,110,68,101,115,67,111,111,107,105,101,115,67,78,73,76,0,8,0,22,46,80,111,115,105,116,105,111,110,66,111,116,116,111,109,46,97,115,45,111,105,108,0,8,0,22,46,80,114,105,118,97,99,121,67,111,111,107,105,101,65,99,99,101,112,116,101,100,0,8,0,18,46,80,114,105,118,97,99,121,77,111,100,101,72,101,97,100,101,114,0,8,0,12,46,80,114,105,118,97,99,121,78,111,116,101,0,8,0,20,46,80,114,105,118,97,99,121,80,111,108,105,99,121,78,111,116,105,99,101,0,8,0,22,46,80,114,105,118,97,99,121,83,101,116,116,105,110,103,115,66,97,110,110,101,114,0,8,0,12,46,82,65,67,75,87,114,97,112,112,101,114,0,8,0,13,46,82,71,80,68,95,109,101,115,115,97,103,101,0,8,0,11,46,82,71,80,68,99,111,111,107,105,101,0,8,0,13,46,82,86,95,99,111,111,107,105,101,100,105,114,0,8,0,15,46,82,103,112,100,45,99,111,109,112,111,110,101,110,116,0,8,0,12,46,82,103,112,100,45,110,111,116,105,99,101,0,8,0,21,46,82,103,112,100,66,97,110,110,101,114,45,99,111,109,112,111,110,101,110,116,0,8,0,17,46,82,111,100,111,78,111,116,121,102,105,99,97,116,105,111,110,0,8,0,25,46,82,111,111,116,95,99,111,111,107,105,101,67,111,110,115,101,110,116,66,97,110,110,101,114,0,8,0,19,46,83,48,49,77,57,55,45,67,111,111,107,105,101,65,108,101,114,116,0,8,0,28,46,83,48,49,77,57,55,45,67,111,111,107,105,101,65,108,101,114,116,45,45,111,118,101,114,108,97,121,0,8,0,11,46,83,67,75,95,66,97,110,110,101,114,0,8,0,18,46,83,76,78,111,116,105,102,105,99,97,116,105,111,110,66,97,114,0,8,0,17,46,83,80,45,67,111,110,115,101,110,116,66,97,110,110,101,114,0,8,0,25,46,83,80,45,67,111,110,115,101,110,116,66,97,110,110,101,114,95,95,115,112,97,99,101,114,0,8,0,27,46,83,80,45,67,111,111,107,105,101,85,115,97,103,101,78,111,116,105,102,105,99,97,116,105,111,110,0,8,0,15,46,83,101,99,116,105,111,110,45,67,111,111,107,105,101,0,8,0,29,46,83,101,101,101,109,115,45,69,117,67,111,111,107,105,101,45,78,111,116,105,102,105,99,97,116,105,111,110,0,8,0,10,46,83,105,116,101,45,114,103,112,100,0,8,0,21,46,83,105,116,101,76,97,121,111,117,116,45,99,111,111,107,105,101,66,97,114,0,8,0,20,46,83,105,116,101,77,101,115,115,97,103,101,45,45,99,111,111,107,105,101,0,8,0,15,46,83,105,116,101,85,115,101,67,111,111,107,105,101,115,0,8,0,15,46,83,105,116,101,87,105,100,101,67,111,111,107,105,101,0,8,0,27,46,83,105,116,101,99,111,111,107,105,101,109,101,115,115,97,103,101,67,111,110,116,97,105,110,101,114,0,8,0,10,46,84,79,83,66,97,110,110,101,114,0,8,0,21,46,84,83,45,67,111,111,107,105,101,76,101,103,97,108,78,111,116,105,99,101,0,8,0,14,46,84,100,107,83,104,111,119,67,111,111,107,105,101,0,8,0,20,46,84,101,109,112,108,97,116,101,95,67,111,111,107,105,101,115,66,111,120,0,8,0,16,46,84,104,101,67,111,111,107,105,101,66,97,110,110,101,114,0,8,0,23,46,84,104,105,114,100,80,97,114,116,121,67,111,111,107,105,101,115,65,108,101,114,116,0,8,0,17,46,84,111,119,97,45,71,100,112,114,45,80,108,117,103,105,110,0,8,0,15,46,84,120,72,102,67,111,111,107,105,101,72,105,110,116,0,8,0,9,46,85,69,67,111,111,107,105,101,0,8,0,15,46,85,73,67,111,111,107,105,101,66,97,110,110,101,114,0,8,0,14,46,85,78,95,70,82,65,77,69,95,103,100,112,114,0,8,0,22,46,87,48,51,52,95,67,111,111,107,105,101,95,68,105,114,101,99,116,105,118,101,0,8,0,15,46,87,87,45,99,111,111,107,105,101,109,111,100,117,108,0,8,0,19,46,87,101,85,115,101,67,111,111,107,105,101,115,78,111,116,105,99,101,0,8,0,15,46,87,101,98,115,105,116,101,67,111,111,107,105,101,115,0,8,0,17,46,95,51,54,48,99,111,111,107,105,101,68,105,97,108,111,103,0,8,0,21,46,95,67,111,111,107,105,101,66,111,120,95,99,111,111,107,105,101,66,111,120,0,8,0,17,46,95,95,95,101,117,99,111,111,107,105,101,80,111,112,117,112,0,8,0,15,46,95,95,99,111,111,107,105,101,78,111,116,105,99,101,0,8,0,16,46,95,95,99,111,111,107,105,101,95,112,111,108,105,99,121,0,8,0,10,46,95,95,99,111,111,107,105,101,115,0,8,0,14,46,95,95,99,111,111,107,105,101,115,95,109,115,103,0,8,0,12,46,95,95,103,100,112,114,45,109,97,105,110,0,8,0,21,46,95,95,103,100,112,114,67,111,110,102,105,114,109,79,118,101,114,108,97,121,0,8,0,8,46,95,99,111,111,107,105,101,0,8,0,25,46,95,99,111,111,107,105,101,45,97,100,118,97,110,99,101,100,45,45,97,99,116,105,118,101,0,8,0,15,46,95,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,12,46,95,99,111,111,107,105,101,45,98,97,114,0,8,0,16,46,95,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,13,46,95,99,111,111,107,105,101,45,105,110,102,111,0,8,0,14,46,95,99,111,111,107,105,101,66,97,110,110,101,114,0,8,0,25,46,95,99,111,111,107,105,101,98,97,110,110,101,114,45,111,112,116,45,105,110,45,111,117,116,0,8,0,9,46,95,99,111,111,107,105,101,115,0,8,0,16,46,95,99,111,111,107,105,101,115,45,99,111,111,107,105,101,0,8,0,21,46,95,99,111,111,107,105,101,115,45,99,111,111,107,105,101,115,45,98,97,114,0,8,0,22,46,95,99,111,111,107,105,101,115,95,112,111,108,105,99,121,95,112,111,112,117,112,0,8,0,47,46,95,102,108,111,97,116,105,110,103,45,98,97,110,110,101,114,91,102,108,111,97,116,105,110,103,45,98,97,110,110,101,114,45,105,100,61,34,99,111,111,107,105,101,115,34,93,0,8,0,20,46,95,103,100,112,114,45,110,111,116,105,102,121,45,104,101,97,100,101,114,0,8,0,18,46,95,103,100,112,114,67,111,111,107,105,101,66,97,110,110,101,114,0,8,0,19,46,95,105,112,104,95,99,112,95,115,116,97,110,100,97,108,111,110,101,0,8,0,15,46,95,106,115,67,111,111,107,105,101,80,111,112,117,112,0,8,0,20,46,95,108,101,103,97,108,45,97,108,101,114,116,95,101,114,121,108,101,49,0,8,0,28,46,95,120,117,105,45,99,111,111,107,105,101,115,45,110,111,116,105,99,101,45,111,118,101,114,108,97,121,0,8,0,10,46,97,45,45,99,111,111,107,105,101,0,8,0,9,46,97,45,99,111,111,107,105,101,0,8,0,16,46,97,45,100,101,114,105,118,101,45,99,111,111,107,105,101,0,8,0,23,46,97,51,112,45,99,111,111,107,105,101,45,98,97,110,110,101,114,45,119,114,97,112,0,8,0,16,46,97,97,45,99,111,111,107,105,101,45,97,108,101,114,116,0,8,0,20,46,97,97,51,48,45,99,111,111,107,105,101,115,45,112,111,108,105,99,121,0,8,0,22,46,97,97,114,100,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,8,0,21,46,97,98,45,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,0,8,0,19,46,97,98,98,114,95,95,99,111,111,107,105,101,98,97,110,110,101,114,0,8,0,20,46,97,98,99,45,99,111,111,107,105,101,115,45,119,114,97,112,112,101,114,0,8,0,12,46,97,98,99,111,111,107,105,101,108,97,119,0,8,0,14,46,97,98,99,111,111,107,105,101,108,97,119,98,103,0,8,0,16,46,97,98,101,45,103,100,112,114,45,98,97,110,110,101,114,0,8,0,25,46,97,98,110,111,114,109,77,101,100,105,97,67,111,111,107,105,101,67,111,110,115,101,110,116,0,8,0,22,46,97,98,115,116,114,97,99,116,67,109,112,68,105,115,99,108,97,105,109,101,114,0,8,0,23,46,97,98,116,45,99,111,111,107,105,101,78,111,116,105,102,105,99,97,116,105,111,110,0,8,0,21,46,97,99,45,99,111,111,107,105,101,45,99,111,109,112,108,105,97,110,99,101,0,8,0,34,46,97,99,45,99,111,111,107,105,101,45,112,111,108,105,99,121,45,98,97,110,110,101,114,45,99,111,110,116,97,105,110,101,114,0,8,0,15,46,97,99,45,99,111,111,107,105,101,45,119,114,97,112,0,8,0,11,46,97,99,45,99,111,111,107,105,101,115,0,8,0,28,46,97,99,97,115,116,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,112,111,114,116,97,108,0,8,0,11,46,97,99,99,45,99,111,111,107,105,101,0,8,0,30,46,97,99,99,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,45,98,97,99,107,103,114,111,117,110,100,0,8,0,17,46,97,99,99,101,112,116,45,98,111,120,45,45,114,111,100,111,0,8,0,18,46,97,99,99,101,112,116,45,99,111,111,107,105,101,45,98,97,114,0,8,0,24,46,97,99,99,101,112,116,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,8,0,20,46,97,99,99,101,112,116,45,99,111,111,107,105,101,45,111,117,116,101,114,0,8,0,26,46,97,99,99,101,112,116,45,99,111,111,107,105,101,45,119,97,114,110,105,110,103,45,98,111,120,0,8,0,21,46,97,99,99,101,112,116,45,99,111,111,107,105,101,45,119,105,110,100,111,119,0,8,0,19,46,97,99,99,101,112,116,45,99,111,111,107,105,101,45,119,114,97,112,0,8,0,22,46,97,99,99,101,112,116,45,99,111,111,107,105,101,45,119,114,97,112,112,101,114,0,8,0,22,46,97,99,99,101,112,116,45,99,111,111,107,105,101,115,45,98,97,110,110,101,114,0,8,0,23,46,97,99,99,101,112,116,45,99,111,111,107,105,101,115,45,98,108,111,99,107,117,107,0,8,0,20,46,97,99,99,101,112,116,45,99,111,111,107,105,101,115,45,99,111,110,116,0,8,0,25,46,97,99,99,101,112,116,45,99,111,111,107,105,101,115,45,99,111,110,116,97,105,110,101,114,0,8,0,21,46,97,99,99,101,112,116,45,99,111,111,107,105,101,115,45,109,111,100,97,108,0,8,0,22,46,97,99,99,101,112,116,45,99,111,111,107,105,101,115,45,110,111,116,105,99,101,0,8,0,22,46,97,99,99,101,112,116,45,99,111,111,107,105,101,115,45,112,111,108,105,99,121,0,8,0,22,46,97,99,99,101,112,116,45,99,111,111,107,105,101,115,45,112,114,111,109,112,116,0,8,0,21,46,97,99,99,101,112,116,45,99,111,111,107,105,101,115,45,116,111,97,115,116,0,8,0,23,46,97,99,99,101,112,116,45,99,111,111,107,105,101,115,45,119,114,97,112,112,101,114,0,8,0,24,46,97,99,99,101,112,116,45,99,111,111,107,105,101,115,95,95,119,114,97,112,112,101,114,0,8,0,17,46,97,99,99,101,112,116,45,109,121,45,99,111,111,107,105,101,0,8,0,22,46,97,99,99,101,112,116,45,112,114,105,118,97,99,121,45,112,111,108,105,99,121,0,8,0,21,46,97,99,99,101,112,116,45,112,114,105,118,97,99,121,112,111,108,105,99,121,0,8,0,16,46,97,99,99,101,112,116,67,111,111,107,105,101,66,97,114,0,8,0,16,46,97,99,99,101,112,116,67,111,111,107,105,101,66,111,120,0,8,0,19,46,97,99,99,101,112,116,67,111,111,107,105,101,66,117,116,116,111,110,0,8,0,22,46,97,99,99,101,112,116,67,111,111,107,105,101,67,111,109,112,111,110,101,110,116,0,8,0,22,46,97,99,99,101,112,116,67,111,111,107,105,101,67,111,110,116,97,105,110,101,114,0,8,0,19,46,97,99,99,101,112,116,67,111,111,107,105,101,68,105,97,108,111,103,0,8,0,16,46,97,99,99,101,112,116,67,111,111,107,105,101,68,105,118,0,8,0,20,46,97,99,99,101,112,116,67,111,111,107,105,101,77,101,115,115,97,103,101,0,8,0,19,46,97,99,99,101,112,116,67,111,111,107,105,101,78,111,116,105,99,101,0,8,0,17,46,97,99,99,101,112,116,67,111,111,107,105,101,115,66,111,120,0,8,0,23,46,97,99,99,101,112,116,67,111,111,107,105,101,115,67,111,110,116,97,105,110,101,114,0,8,0,20,46,97,99,99,101,112,116,67,111,111,107,105,101,115,77,111,98,105,108,101,0,8,0,19,46,97,99,99,101,112,116,67,111,111,107,105,101,115,77,111,100,97,108,0,8,0,19,46,97,99,99,101,112,116,67,111,111,107,105,101,115,80,97,110,101,108,0,8,0,21,46,97,99,99,101,112,116,67,111,111,107,105,101,115,87,114,97,112,112,101,114,0,8,0,19,46,97,99,99,101,112,116,95,97,100,97,116,118,101,100,101,108,101,109,0,8,0,14,46,97,99,99,101,112,116,95,99,111,111,107,105,101,0,8,0,19,46,97,99,99,101,112,116,95,99,111,111,107,105,101,95,115,108,111,116,0,8,0,15,46,97,99,99,101,112,116,95,99,111,111,107,105,101,115,0,8,0,23,46,97,99,99,101,112,116,95,99,111,111,107,105,101,115,45,119,114,97,112,112,101,114,0,8,0,22,46,97,99,99,101,112,116,95,99,111,111,107,105,101,115,95,97,99,116,105,111,110,0,8,0,15,46,97,99,99,101,112,116,101,114,67,111,111,107,105,101,0,8,0,19,46,97,99,99,101,112,116,109,121,99,111,111,107,105,101,45,98,97,114,0,8,0,18,46,97,99,99,101,112,116,115,105,116,101,99,111,111,107,105,101,115,0,8,0,15,46,97,99,99,101,115,115,45,99,111,111,107,105,101,115,0,8,0,26,46,97,99,99,101,115,115,105,98,105,108,105,116,121,45,98,97,114,45,99,111,111,107,105,101,115,0,8,0,18,46,97,99,99,101,116,116,97,45,99,111,110,116,97,105,110,101,114,0,8,0,15,46,97,99,99,101,116,116,97,95,99,111,111,107,105,101,0,8,0,14,46,97,99,99,101,116,116,97,99,111,111,107,105,101,0,8,0,20,46,97,99,99,101,116,116,97,122,105,111,110,101,67,111,111,107,105,101,115,0,8,0,9,46,97,99,99,111,111,107,105,101,0,8,0,15,46,97,99,99,111,114,100,95,99,111,111,107,105,101,115,0,8,0,15,46,97,99,101,112,116,97,95,99,111,111,107,105,101,115,0,8,0,16,46,97,99,101,112,116,97,114,95,99,111,111,107,105,101,115,0,8,0,37,46,97,99,114,105,115,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,58,110,111,116,40,46,105,115,45,45,109,111,100,97,108,41,0,8,0,24,46,97,99,116,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,14,46,97,99,116,105,111,110,45,99,111,111,107,105,101,0,8,0,19,46,97,99,116,105,118,101,45,99,111,111,107,105,101,45,109,101,110,117,0,8,0,14,46,97,99,116,105,118,101,46,99,111,111,107,105,101,0,8,0,18,46,97,99,116,105,118,101,46,114,103,112,100,45,109,111,100,97,108,0,8,0,33,46,97,99,116,105,118,101,98,97,114,45,99,111,110,116,97,105,110,101,114,46,95,112,114,105,118,97,99,121,95,102,105,120,0,8,0,16,46,97,99,116,105,118,105,116,121,45,99,111,111,107,105,101,0,8,0,16,46,97,100,98,108,111,99,107,45,99,111,111,107,105,101,115,0,8,0,15,46,97,100,100,45,103,101,116,45,99,111,111,107,105,101,0,8,0,12,46,97,100,100,95,99,111,111,107,105,101,115,0,8,0,13,46,97,100,100,99,111,111,107,105,101,108,97,119,0,8,0,15,46,97,100,100,116,104,105,115,45,99,111,111,107,105,101,0,8,0,15,46,97,100,101,45,99,111,111,107,105,101,45,98,97,114,0,8,0,23,46,97,100,101,111,45,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,0,8,0,19,46,97,100,107,45,99,111,111,107,105,101,45,119,114,97,112,112,101,114,0,8,0,17,46,97,100,110,45,99,111,111,107,105,101,45,112,97,110,101,108,0,8,0,28,46,97,100,110,45,99,111,111,107,105,101,45,112,97,110,110,101,108,45,99,111,110,116,97,105,110,101,114,0,8,0,10,46,97,100,112,45,112,111,112,117,112,0,8,0,18,46,97,100,112,45,112,111,112,117,112,45,111,118,101,114,108,97,121,0,8,0,25,46,97,100,114,111,108,108,95,99,111,110,115,101,110,116,95,99,111,110,116,97,105,110,101,114,0,8,0,25,46,97,100,115,107,45,103,100,112,114,45,102,111,111,116,101,114,45,119,114,97,112,112,101,114,0,8,0,13,46,97,100,118,45,45,51,48,48,120,50,53,48,0,8,0,12,46,97,100,118,45,45,55,50,56,120,57,48,0,8,0,11,46,97,100,118,45,99,111,111,107,105,101,0,8,0,23,46,97,100,118,101,114,116,105,115,105,110,103,45,99,111,111,107,105,101,45,117,115,101,0,8,0,14,46,97,100,118,105,99,101,45,99,111,111,107,105,101,0,8,0,20,46,97,100,118,109,99,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,10,46,97,102,45,99,111,111,107,105,101,0,8,0,11,46,97,102,45,99,111,111,107,105,101,115,0,8,0,22,46,97,102,45,99,111,111,107,105,101,115,45,98,97,99,107,103,114,111,117,110,100,0,8,0,18,46,97,102,101,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,11,46,97,102,102,101,110,107,101,107,115,101,0,8,0,28,46,97,102,105,99,105,111,110,97,100,111,45,45,99,111,111,107,105,101,115,45,119,114,97,112,112,101,114,0,8,0,12,46,97,102,109,45,67,111,111,107,105,101,115,0,8,0,10,46,97,103,45,99,111,111,107,105,101,0,8,0,17,46,97,103,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,8,0,25,46,97,103,45,99,111,111,107,105,101,45,112,111,108,105,99,121,45,119,114,97,112,112,101,114,0,8,0,26,46,97,103,45,99,111,111,107,105,101,45,112,111,108,105,99,121,95,95,119,114,97,112,112,101,114,0,8,0,23,46,97,103,95,99,111,111,107,105,101,95,97,108,101,114,116,95,119,105,110,100,111,119,0,8,0,17,46,97,103,95,99,111,111,107,105,101,95,98,97,110,110,101,114,0,8,0,29,46,97,103,95,117,115,101,114,95,97,108,101,114,116,95,119,105,110,100,111,119,95,99,111,110,116,101,110,116,0,8,0,15,46,97,103,101,103,97,116,101,45,99,111,111,107,105,101,0,8,0,22,46,97,103,101,110,100,97,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,33,46,97,103,103,45,119,97,114,110,105,110,103,45,98,97,110,110,101,114,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,8,0,11,46,97,103,105,99,111,111,107,105,101,115,0,8,0,19,46,97,103,110,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,33,46,97,103,110,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,105,110,110,101,114,45,119,114,97,112,112,101,114,0,8,0,33,46,97,103,110,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,111,117,116,101,114,45,119,114,97,112,112,101,114,0,8,0,18,46,97,103,114,101,101,45,99,111,111,107,105,101,45,119,114,97,112,0,8,0,14,46,97,103,114,101,101,45,99,111,111,107,105,101,115,0,8,0,19,46,97,103,114,101,101,45,119,105,116,104,45,99,111,111,107,105,101,115,0,8,0,14,46,97,103,114,101,101,99,111,111,107,105,101,115,99,0,8,0,17,46,97,103,114,101,101,109,101,110,116,45,99,111,111,107,105,101,0,8,0,21,46,97,103,114,101,101,109,101,110,116,45,101,117,45,99,111,111,107,105,101,115,0,8,0,17,46,97,104,98,45,99,111,111,107,105,101,98,97,110,110,101,114,0,8,0,18,46,97,105,45,109,45,99,111,111,107,105,101,45,108,97,121,101,114,0,8,0,24,46,97,105,45,109,45,111,118,101,114,108,97,121,45,98,97,99,107,103,114,111,117,110,100,0,8,0,27,46,97,105,109,45,99,111,111,107,105,101,45,110,111,116,105,99,101,45,45,119,114,97,112,112,101,114,0,8,0,22,46,97,106,97,120,95,99,111,111,107,105,101,95,99,111,110,116,97,105,110,101,114,0,8,0,12,46,97,106,115,45,109,101,115,115,97,103,101,0,8,0,10,46,97,107,45,99,111,111,107,105,101,0,8,0,18,46,97,107,45,99,111,111,107,105,101,95,95,98,97,110,110,101,114,0,8,0,18,46,97,107,45,99,111,111,107,105,101,115,45,98,97,110,110,101,114,0,8,0,8,46,97,107,95,114,103,112,100,0,8,0,12,46,97,107,102,95,95,99,111,111,107,105,101,0,8,0,36,46,97,107,105,115,109,101,116,95,99,111,109,109,101,110,116,95,102,111,114,109,95,112,114,105,118,97,99,121,95,110,111,116,105,99,101,0,8,0,14,46,97,108,101,114,116,45,45,99,111,111,107,105,101,0,8,0,26,46,97,108,101,114,116,45,45,99,111,111,107,105,101,99,111,110,115,101,110,116,98,108,111,99,107,0,8,0,15,46,97,108,101,114,116,45,45,99,111,111,107,105,101,115,0,8,0,21,46,97,108,101,114,116,45,98,97,110,100,101,97,117,45,99,111,111,107,105,101,0,8,0,21,46,97,108,101,114,116,45,98,97,110,110,101,114,45,45,99,111,111,107,105,101,0,8,0,25,46,97,108,101,114,116,45,98,111,120,45,99,111,111,107,105,101,95,95,108,97,121,111,117,116,0,8,0,18,46,97,108,101,114,116,45,98,111,120,45,99,111,111,107,105,101,115,0,8,0,11,46,97,108,101,114,116,45,99,110,105,108,0,8,0,30,46,97,108,101,114,116,45,99,111,109,112,108,105,97,110,99,101,46,102,105,120,101,100,45,98,111,116,116,111,109,0,8,0,14,46,97,108,101,114,116,45,99,111,111,99,105,101,115,0,8,0,14,46,97,108,101,114,116,45,99,111,111,99,107,105,101,0,8,0,20,46,97,108,101,114,116,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,20,46,97,108,101,114,116,45,99,111,111,107,105,101,45,98,117,116,116,111,110,0,8,0,21,46,97,108,101,114,116,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,21,46,97,108,101,114,116,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,0,8,0,20,46,97,108,101,114,116,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,30,46,97,108,101,114,116,45,99,111,111,107,105,101,45,110,111,116,105,99,101,45,99,111,110,116,97,105,110,101,114,0,8,0,20,46,97,108,101,114,116,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,8,0,19,46,97,108,101,114,116,45,99,111,111,107,105,101,45,117,115,97,103,101,0,8,0,23,46,97,108,101,114,116,45,99,111,111,107,105,101,115,45,98,97,99,107,100,114,111,112,0,8,0,21,46,97,108,101,114,116,45,99,111,111,107,105,101,115,45,98,97,110,110,101,114,0,8,0,18,46,97,108,101,114,116,45,99,111,111,107,105,101,115,45,98,97,114,0,8,0,18,46,97,108,101,114,116,45,99,111,111,107,105,101,115,45,98,111,120,0,8,0,22,46,97,108,101,114,116,45,99,111,111,107,105,101,115,45,99,111,110,115,101,110,116,0,8,0,21,46,97,108,101,114,116,45,99,111,111,107,105,101,115,45,112,111,108,105,99,121,0,8,0,20,46,97,108,101,114,116,45,99,111,111,107,105,101,119,97,114,110,105,110,103,0,8,0,21,46,97,108,101,114,116,45,109,101,115,115,97,103,101,46,99,111,111,107,105,101,0,8,0,25,46,97,108,101,114,116,45,112,114,105,118,97,99,121,45,100,105,115,99,108,97,105,109,101,114,0,8,0,11,46,97,108,101,114,116,45,114,103,112,100,0,8,0,18,46,97,108,101,114,116,45,115,105,116,101,45,99,111,111,107,105,101,0,8,0,22,46,97,108,101,114,116,45,116,114,97,99,107,105,110,103,45,99,111,111,107,105,101,0,8,0,21,46,97,108,101,114,116,45,119,97,114,110,105,110,103,45,102,111,111,116,101,114,0,8,0,21,46,97,108,101,114,116,45,119,114,97,112,112,101,114,45,99,111,111,107,105,101,0,8,0,19,46,97,108,101,114,116,46,99,99,112,97,45,109,101,115,115,97,103,101,0,8,0,11,46,97,108,101,114,116,46,114,103,112,100,0,8,0,17,46,97,108,101,114,116,67,111,111,107,105,101,115,67,110,105,108,0,8,0,20,46,97,108,101,114,116,76,68,71,80,66,97,99,107,103,114,111,117,110,100,0,8,0,19,46,97,108,101,114,116,80,111,108,105,99,121,67,111,111,107,105,101,115,0,8,0,15,46,97,108,101,114,116,86,105,101,80,114,105,118,101,101,0,8,0,38,46,97,108,101,114,116,91,100,97,116,97,45,98,101,104,97,118,105,111,117,114,61,34,99,111,111,107,105,101,45,98,97,110,110,101,114,34,93,0,8,0,35,46,97,108,101,114,116,91,100,97,116,97,45,99,111,111,107,105,101,61,34,98,97,110,110,101,114,45,99,111,111,107,105,101,34,93,0,8,0,31,46,97,108,101,114,116,91,100,97,116,97,45,110,97,109,101,61,34,101,117,95,98,105,115,99,117,105,116,115,34,93,0,8,0,41,46,97,108,101,114,116,91,100,97,116,97,45,110,103,45,105,102,61,34,115,104,111,119,67,111,111,107,105,101,68,105,115,99,108,97,105,109,101,114,34,93,0,8,0,27,46,97,108,101,114,116,91,110,103,45,105,102,61,34,99,111,111,107,105,101,65,108,101,114,116,34,93,0,8,0,36,46,97,108,101,114,116,91,110,103,45,105,102,61,34,115,104,111,119,67,111,111,107,105,101,68,105,115,99,108,97,105,109,101,114,34,93,0,8,0,12,46,97,108,101,114,116,95,95,82,71,80,68,0,8,0,14,46,97,108,101,114,116,95,95,99,111,111,107,105,101,0,8,0,26,46,97,108,101,114,116,95,98,97,99,107,103,114,111,117,110,100,95,99,111,111,99,107,105,101,115,0,8,0,23,46,97,108,101,114,116,95,99,111,110,116,97,105,110,101,114,46,99,111,111,107,105,101,0,8,0,13,46,97,108,101,114,116,95,99,111,111,107,105,101,0,8,0,14,46,97,108,101,114,116,95,99,111,111,107,105,101,115,0,8,0,21,46,97,108,101,114,116,95,119,114,97,112,112,101,114,46,99,111,111,107,105,101,0,8,0,14,46,97,108,101,114,116,97,45,99,111,111,107,105,101,0,8,0,15,46,97,108,101,114,116,97,45,99,111,111,107,105,101,115,0,8,0,11,46,97,108,101,114,116,97,76,71,80,68,0,8,0,15,46,97,108,101,114,116,97,95,99,111,111,107,105,101,115,0,8,0,14,46,97,108,101,114,116,97,99,111,111,107,105,101,115,0,8,0,29,46,97,108,101,114,116,98,97,114,45,45,116,114,97,99,107,105,110,103,72,111,114,105,122,111,110,116,97,108,0,8,0,27,46,97,108,101,114,116,98,97,114,45,45,116,114,97,99,107,105,110,103,86,101,114,116,105,99,97,108,0,8,0,30,46,97,108,101,114,116,98,97,114,91,100,97,116,97,45,97,108,101,114,116,61,34,99,111,111,107,105,101,34,93,0,8,0,12,46,97,108,101,114,116,99,111,111,107,105,101,0,8,0,14,46,97,108,101,114,116,101,45,99,111,111,107,105,101,0,8,0,14,46,97,108,101,114,116,101,95,99,111,111,107,105,101,0,8,0,22,46,97,108,101,114,116,101,95,99,111,111,107,105,101,95,99,111,110,116,101,110,116,0,8,0,22,46,97,108,101,114,116,115,45,45,101,117,45,99,111,111,107,105,101,45,98,97,114,0,8,0,25,46,97,108,101,114,116,115,45,109,97,110,97,103,101,114,45,99,111,110,116,97,105,110,101,114,0,8,0,14,46,97,108,102,95,99,111,111,107,105,101,76,97,119,0,8,0,22,46,97,108,105,101,110,115,97,110,105,109,97,116,101,99,111,111,107,105,101,105,110,0,8,0,20,46,97,108,105,101,110,115,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,15,46,97,108,108,101,114,116,45,99,111,111,107,105,101,115,0,8,0,20,46,97,108,108,111,119,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,23,46,97,108,108,111,119,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,8,0,26,46,97,108,108,111,119,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,19,46,97,108,108,111,119,45,99,111,111,107,105,101,45,112,97,110,101,108,0,8,0,20,46,97,108,108,111,119,45,99,111,111,107,105,101,45,115,116,114,105,112,101,0,8,0,21,46,97,108,108,111,119,45,99,111,111,107,105,101,45,119,114,97,112,112,101,114,0,8,0,21,46,97,108,108,111,119,45,99,111,111,107,105,101,115,45,100,105,97,108,111,103,0,8,0,19,46,97,108,108,111,119,45,99,111,111,107,105,101,115,45,105,110,102,111,0,8,0,24,46,97,108,108,111,119,95,99,111,111,107,105,101,115,95,99,111,110,116,97,105,110,101,114,0,8,0,16,46,97,108,108,111,119,101,100,45,99,111,111,107,105,101,115,0,8,0,15,46,97,108,108,114,101,97,100,121,99,111,111,107,105,101,0,8,0,21,46,97,108,108,116,114,105,99,107,115,45,67,110,105,108,82,105,98,98,111,110,0,8,0,18,46,97,108,115,45,99,111,111,107,105,101,45,98,117,116,116,111,110,0,8,0,17,46,97,108,116,95,108,103,112,100,95,99,111,111,107,105,101,115,0,8,0,29,46,97,108,116,97,109,105,114,97,45,103,100,112,114,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,36,46,97,108,116,101,114,110,97,116,105,118,101,95,99,111,111,107,105,101,95,108,97,121,101,114,95,98,97,99,107,103,114,111,117,110,100,0,8,0,32,46,97,108,116,101,114,110,97,116,105,118,101,95,99,111,111,107,105,101,95,108,97,121,101,114,95,104,111,108,100,101,114,0,8,0,22,46,97,108,116,101,114,110,101,116,67,111,111,107,105,101,77,101,115,115,97,103,101,0,8,0,19,46,97,108,116,105,117,109,45,112,114,105,118,97,99,121,45,98,97,114,0,8,0,38,46,97,108,116,117,109,99,111,100,101,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,45,119,114,97,112,112,101,114,0,8,0,17,46,97,108,118,105,110,101,99,111,111,107,105,101,105,110,102,111,0,8,0,17,46,97,109,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,13,46,97,109,45,99,111,111,107,105,101,98,97,114,0,8,0,9,46,97,109,50,45,103,100,112,114,0,8,0,16,46,97,109,99,98,45,99,111,111,107,105,101,45,98,97,110,0,8,0,18,46,97,109,100,98,45,108,103,112,100,45,99,111,110,115,101,110,116,0,8,0,14,46,97,109,103,100,112,114,45,99,111,111,107,105,101,0,8,0,26,46,97,109,103,100,112,114,99,111,111,107,105,101,45,98,97,114,45,116,101,109,112,108,97,116,101,0,8,0,21,46,97,109,115,45,109,45,99,111,111,107,105,101,45,119,97,114,110,105,110,103,0,8,0,19,46,97,109,122,45,99,111,111,107,105,101,115,45,110,111,116,105,99,101,0,8,0,18,46,97,110,97,108,121,116,105,99,115,45,99,111,110,115,101,110,116,0,8,0,19,46,97,110,97,108,121,116,105,99,115,95,95,99,111,110,115,101,110,116,0,8,0,10,46,97,110,100,99,111,111,107,105,101,0,8,0,23,46,97,110,105,109,97,116,101,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,0,8,0,22,46,97,110,105,109,97,116,101,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,16,46,97,110,105,109,97,116,101,45,99,111,111,107,105,101,115,0,8,0,24,46,97,110,105,109,97,116,101,100,46,103,100,112,114,45,99,111,110,116,97,105,110,101,114,0,8,0,20,46,97,110,110,111,117,110,99,101,109,101,110,116,45,99,111,111,107,105,101,0,8,0,28,46,97,110,110,111,117,110,99,101,109,101,110,116,45,99,111,111,107,105,101,45,119,114,97,112,112,101,114,0,8,0,23,46,97,110,110,111,117,110,99,101,109,101,110,116,45,101,117,45,99,111,111,107,105,101,0,8,0,23,46,97,110,110,121,116,97,98,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,25,46,97,110,111,110,121,109,111,117,115,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,0,8,0,25,46,97,110,111,110,121,109,111,117,115,84,111,83,67,111,110,115,101,110,116,95,109,97,115,107,0,8,0,13,46,97,110,117,110,116,45,99,111,111,107,105,101,0,8,0,20,46,97,111,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,8,0,19,46,97,111,100,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,28,46,97,112,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,99,111,110,116,97,105,110,101,114,0,8,0,26,46,97,112,45,99,111,111,107,105,101,115,97,108,101,114,116,45,99,111,110,116,97,105,110,101,114,0,8,0,19,46,97,112,97,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,0,8,0,18,46,97,112,97,45,99,111,110,115,101,110,116,45,114,101,115,101,116,0,8,0,20,46,97,112,97,45,99,111,110,115,101,110,116,45,119,114,97,112,112,101,114,0,8,0,11,46,97,112,112,45,99,111,111,107,105,101,0,8,0,21,46,97,112,112,45,99,111,111,107,105,101,45,97,103,114,101,101,109,101,110,116,0,8,0,18,46,97,112,112,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,16,46,97,112,112,45,99,111,111,107,105,101,45,99,97,114,100,0,8,0,19,46,97,112,112,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,21,46,97,112,112,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,8,0,16,46,97,112,112,45,99,111,111,107,105,101,45,108,105,110,101,0,8,0,22,46,97,112,112,45,99,111,111,107,105,101,45,108,105,110,101,45,105,110,110,101,114,0,8,0,18,46,97,112,112,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,15,46,97,112,112,45,99,111,111,107,105,101,45,114,111,119,0,8,0,29,46,97,112,112,45,99,111,111,107,105,101,115,45,97,103,114,101,101,109,101,110,116,45,98,97,110,110,101,114,0,8,0,20,46,97,112,112,45,100,105,115,99,108,97,105,109,101,114,45,114,103,112,100,0,8,0,16,46,97,112,112,45,103,100,112,114,45,110,111,116,105,99,101,0,8,0,20,46,97,112,112,45,114,111,111,116,32,62,32,46,99,111,111,107,105,101,115,0,8,0,20,46,97,112,112,45,119,114,97,112,112,101,114,45,99,111,111,107,105,101,115,0,8,0,13,46,97,112,112,95,95,99,111,111,107,105,101,115,0,8,0,26,46,97,112,112,95,95,109,105,115,99,45,99,111,111,107,105,101,95,95,99,111,110,115,101,110,116,0,8,0,17,46,97,112,112,95,99,111,111,107,105,101,95,97,108,101,114,116,0,8,0,12,46,97,112,112,95,103,100,112,114,45,45,50,0,8,0,16,46,97,112,112,114,111,118,101,45,99,111,111,107,105,101,115,0,8,0,23,46,97,112,112,114,111,118,101,45,99,111,111,107,105,101,115,45,104,101,97,100,101,114,0,8,0,18,46,97,112,112,114,111,118,101,67,111,111,107,105,101,115,66,97,114,0,8,0,20,46,97,112,112,116,105,107,101,114,45,99,111,111,107,105,101,45,98,97,114,0,8,0,22,46,97,112,112,120,45,99,111,111,107,105,101,45,98,97,110,110,101,114,45,101,117,0,8,0,40,46,97,112,114,111,112,111,45,119,105,100,103,101,116,115,45,116,111,111,108,98,97,114,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,8,0,16,46,97,114,95,95,99,111,111,107,105,101,95,105,110,102,111,0,8,0,15,46,97,114,103,101,110,116,95,99,111,111,107,105,101,115,0,8,0,13,46,97,114,111,117,110,100,67,111,111,107,105,101,0,8,0,21,46,97,114,115,111,114,115,67,111,111,107,105,101,95,119,114,97,112,112,101,114,0,8,0,11,46,97,114,116,45,99,111,111,107,105,101,0,8,0,21,46,97,114,118,45,99,111,111,107,105,101,115,95,95,119,114,97,112,112,101,114,0,8,0,28,46,97,115,45,111,105,108,91,100,97,116,97,45,113,97,61,34,111,105,108,45,76,97,121,101,114,34,93,0,8,0,18,46,97,115,95,95,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,24,46,97,115,97,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,23,46,97,115,115,101,116,95,98,97,108,97,78,111,116,105,102,105,99,97,116,105,111,110,0,8,0,20,46,97,115,115,105,103,110,109,101,110,116,45,45,99,111,111,107,105,101,115,0,8,0,17,46,97,115,122,102,76,97,121,101,114,67,111,110,116,101,110,116,0,8,0,21,46,97,116,108,97,110,116,115,95,99,111,111,107,95,119,114,97,112,112,101,114,0,8,0,23,46,97,116,109,45,99,111,111,107,105,101,115,45,100,105,115,99,108,97,105,109,101,114,0,8,0,16,46,97,116,118,105,45,98,97,110,110,101,114,45,99,109,112,0,8,0,23,46,97,116,118,105,45,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,0,8,0,27,46,97,116,118,105,45,112,114,105,118,97,99,121,45,112,111,108,105,99,121,45,109,111,100,117,108,101,0,8,0,15,46,97,117,114,111,114,97,45,110,97,110,111,98,97,114,0,8,0,17,46,97,117,115,107,117,110,102,116,45,99,111,111,107,105,101,115,0,8,0,19,46,97,117,115,116,114,105,97,95,99,111,111,107,105,101,95,108,97,119,0,8,0,12,46,97,117,116,104,45,99,111,111,107,105,101,0,8,0,21,46,97,117,116,111,109,97,114,116,45,99,111,111,107,105,101,97,108,101,114,116,0,8,0,18,46,97,118,45,99,111,111,107,105,101,45,119,114,97,112,112,101,114,0,8,0,12,46,97,118,67,111,111,107,105,101,76,97,119,0,8,0,18,46,97,118,97,108,97,110,99,104,101,45,109,101,115,115,97,103,101,0,8,0,22,46,97,118,101,114,116,105,115,115,101,109,101,110,116,45,99,111,111,107,105,101,115,0,8,0,20,46,97,118,101,114,116,105,115,115,101,109,101,110,116,67,111,111,107,105,101,0,8,0,27,46,97,118,101,114,116,105,115,115,101,109,101,110,116,67,111,111,107,105,101,67,111,110,116,101,110,117,0,8,0,21,46,97,118,101,114,116,105,115,115,101,109,101,110,116,67,111,111,107,105,101,115,0,8,0,18,46,97,118,103,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,14,46,97,118,103,45,99,111,111,107,105,101,98,97,114,0,8,0,20,46,97,118,103,45,99,111,111,107,105,101,115,95,95,116,111,103,103,108,101,0,8,0,17,46,97,118,104,99,111,111,107,105,101,99,111,110,115,101,110,116,0,8,0,20,46,97,118,105,97,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,25,46,97,118,105,97,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,119,114,97,112,0,8,0,26,46,97,118,105,97,45,99,111,111,107,105,101,109,101,115,115,97,103,101,45,98,111,116,116,111,109,0,8,0,14,46,97,118,105,115,111,45,99,111,111,107,105,101,115,0,8,0,20,46,97,118,105,115,111,45,99,111,111,107,105,101,115,45,108,97,121,101,114,0,8,0,17,46,97,118,105,115,111,45,100,101,45,99,111,111,107,105,101,115,0,8,0,22,46,97,118,105,115,111,45,103,101,115,116,105,111,110,45,99,111,111,107,105,101,115,0,8,0,11,46,97,118,105,115,111,45,108,103,112,100,0,8,0,23,46,97,118,105,115,111,45,112,111,108,105,116,105,99,97,45,99,111,111,107,105,101,115,0,8,0,12,46,97,118,105,115,111,67,111,111,107,105,101,0,8,0,13,46,97,118,105,115,111,67,111,111,107,105,101,115,0,8,0,20,46,97,118,105,115,111,67,111,111,107,105,101,115,67,111,110,116,101,110,116,0,8,0,17,46,97,118,105,115,111,67,111,111,107,105,101,115,70,105,120,111,0,8,0,16,46,97,118,105,115,111,67,111,111,107,105,101,115,84,120,116,0,8,0,10,46,97,118,105,115,111,76,71,80,68,0,8,0,21,46,97,118,105,115,111,80,111,108,105,116,105,99,97,99,111,111,107,105,101,115,0,8,0,15,46,97,118,105,115,111,95,95,99,111,111,107,105,101,115,0,8,0,13,46,97,118,105,115,111,95,99,111,111,107,105,101,0,8,0,14,46,97,118,105,115,111,95,99,111,111,107,105,101,115,0,8,0,16,46,97,118,105,115,111,95,108,103,112,100,95,98,111,100,121,0,8,0,12,46,97,118,105,115,111,99,111,111,107,105,101,0,8,0,13,46,97,118,105,115,111,99,111,111,107,105,101,115,0,8,0,14,46,97,118,105,115,111,108,103,112,100,45,98,97,114,0,8,0,19,46,97,118,115,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,0,8,0,13,46,97,118,118,105,115,111,67,111,111,107,105,101,0,8,0,14,46,97,118,118,105,115,111,95,99,111,111,107,105,101,0,8,0,16,46,97,119,45,99,111,111,107,105,101,45,97,108,101,114,116,0,8,0,24,46,97,119,45,99,111,111,107,105,101,45,98,97,110,110,101,114,45,111,118,101,114,108,121,0,8,0,14,46,97,119,45,99,111,111,107,105,101,45,108,97,119,0,8,0,11,46,97,119,45,99,111,111,107,105,101,115,0,8,0,19,46,97,119,50,45,110,97,118,45,116,111,112,45,99,111,111,107,105,101,0,8,0,29,46,97,119,97,118,101,95,99,111,110,115,101,110,116,95,109,111,100,97,108,95,98,97,99,107,100,114,111,112,0,8,0,25,46,97,119,97,118,101,95,99,111,110,115,101,110,116,95,109,111,100,97,108,95,111,112,101,110,0,8,0,20,46,97,119,101,45,112,111,112,107,105,101,115,45,99,111,110,116,101,110,116,0,8,0,23,46,97,119,101,45,112,111,112,107,105,101,115,45,108,97,121,101,114,95,100,97,114,107,0,8,0,11,46,97,119,101,95,99,111,111,107,105,101,0,8,0,20,46,97,119,101,95,99,111,111,107,105,101,95,115,101,116,116,105,110,103,115,0,8,0,19,46,97,119,101,115,111,109,101,45,101,117,45,99,111,111,107,105,101,115,0,8,0,22,46,97,119,110,45,99,111,111,107,105,101,45,99,111,109,112,108,105,97,110,99,101,0,8,0,19,46,97,119,115,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,12,46,97,120,97,45,99,111,111,107,105,101,115,0,8,0,10,46,97,120,97,67,111,111,107,105,101,0,8,0,27,46,97,120,105,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,119,114,97,112,112,101,114,0,8,0,27,46,97,120,109,99,111,111,107,105,101,45,110,111,116,105,99,101,45,99,111,110,116,97,105,110,101,114,0,8,0,14,46,97,120,115,45,109,100,45,99,111,111,107,105,101,0,8,0,11,46,98,45,45,99,111,111,107,105,101,115,0,8,0,16,46,98,45,97,99,99,101,112,116,45,99,111,111,107,105,101,0,8,0,11,46,98,45,99,99,111,110,115,101,110,116,0,8,0,28,46,98,45,99,111,110,116,101,110,116,45,97,115,115,101,116,95,99,111,111,107,105,101,95,104,105,110,116,0,8,0,16,46,98,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,23,46,98,45,99,111,111,107,105,101,45,98,97,110,110,101,114,45,45,102,105,120,101,100,0,8,0,23,46,98,45,99,111,111,107,105,101,45,98,97,110,110,101,114,95,95,105,110,110,101,114,0,8,0,17,46,98,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,14,46,98,45,99,111,111,107,105,101,45,104,105,110,116,0,8,0,23,46,98,45,99,111,111,107,105,101,45,110,111,116,105,99,101,45,98,97,110,110,101,114,0,8,0,22,46,98,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,17,46,98,45,99,111,111,107,105,101,45,111,118,101,114,108,97,121,0,8,0,16,46,98,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,8,0,15,46,98,45,99,111,111,107,105,101,45,112,111,112,117,112,0,8,0,14,46,98,45,99,111,111,107,105,101,45,116,101,120,116,0,8,0,17,46,98,45,99,111,111,107,105,101,45,119,97,114,110,105,110,103,0,8,0,15,46,98,45,99,111,111,107,105,101,66,97,110,110,101,114,0,8,0,12,46,98,45,99,111,111,107,105,101,66,111,120,0,8,0,16,46,98,45,99,111,111,107,105,101,67,111,110,115,101,110,116,0,8,0,15,46,98,45,99,111,111,107,105,101,68,105,97,108,111,103,0,8,0,15,46,98,45,99,111,111,107,105,101,95,95,98,111,100,121,0,8,0,20,46,98,45,99,111,111,107,105,101,95,95,99,111,110,116,97,105,110,101,114,0,8,0,14,46,98,45,99,111,111,107,105,101,95,104,105,110,116,0,8,0,10,46,98,45,99,111,111,107,105,101,115,0,8,0,16,46,98,45,99,111,111,107,105,101,115,45,97,108,101,114,116,0,8,0,14,46,98,45,99,111,111,107,105,101,115,45,98,97,114,0,8,0,19,46,98,45,99,111,111,107,105,101,115,45,105,110,102,111,114,109,101,114,0,8,0,18,46,98,45,99,111,111,107,105,101,115,45,109,101,115,115,97,103,101,0,8,0,27,46,98,45,99,111,111,107,105,101,115,95,98,97,110,110,101,114,95,99,111,110,116,97,105,110,101,114,0,8,0,19,46,98,45,99,111,111,107,105,101,115,95,105,110,102,111,114,109,101,114,0,8,0,23,46,98,45,99,111,111,107,105,101,115,95,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,15,46,98,45,100,115,103,118,111,45,98,97,110,110,101,114,0,8,0,16,46,98,45,102,111,111,116,101,114,45,99,111,111,107,105,101,0,8,0,16,46,98,45,104,101,97,100,101,114,45,99,111,111,107,105,101,0,8,0,29,46,98,45,110,111,116,105,102,105,99,97,116,105,111,110,45,112,117,115,104,95,95,119,114,97,112,112,101,114,0,8,0,14,46,98,45,112,111,108,105,99,121,45,105,110,102,111,0,8,0,20,46,98,45,112,111,112,117,112,45,99,111,111,107,105,101,95,119,114,97,112,0,8,0,17,46,98,45,112,114,105,118,97,99,121,45,112,111,108,105,99,121,0,8,0,24,46,98,45,115,116,114,105,112,101,95,99,111,110,116,101,110,116,95,99,111,111,107,105,101,0,8,0,24,46,98,49,48,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,6,46,98,67,110,105,108,0,8,0,11,46,98,95,95,99,111,111,107,105,101,115,0,8,0,15,46,98,95,99,111,111,107,105,101,66,97,110,110,101,114,0,8,0,15,46,98,95,99,111,111,107,105,101,110,111,116,105,99,101,0,8,0,21,46,98,97,45,98,97,110,110,101,114,45,100,105,115,99,108,97,105,109,101,114,0,8,0,11,46,98,97,45,99,111,111,107,105,101,115,0,8,0,14,46,98,97,95,99,111,111,107,105,101,95,98,97,114,0,8,0,16,46,98,97,95,112,111,112,117,112,95,99,111,111,107,105,101,0,8,0,11,46,98,97,99,107,99,111,111,107,105,101,0,8,0,23,46,98,97,99,107,100,114,111,112,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,8,0,17,46,98,97,99,107,100,114,111,112,45,99,111,111,107,105,101,115,0,8,0,21,46,98,97,99,107,100,114,111,112,45,108,101,121,45,99,111,111,107,105,101,115,0,8,0,25,46,98,97,99,107,103,114,111,117,110,100,45,112,101,116,114,111,108,45,99,111,111,107,105,101,0,8,0,23,46,98,97,99,107,103,114,111,117,110,100,95,97,108,101,114,116,99,111,111,107,105,101,0,8,0,25,46,98,97,99,107,103,114,111,117,110,100,95,99,111,111,107,105,101,95,98,97,110,110,101,114,0,8,0,14,46,98,97,100,103,101,95,112,114,105,118,97,99,121,0,8,0,18,46,98,97,107,101,100,45,99,111,111,107,105,101,115,45,98,97,114,0,8,0,12,46,98,97,110,45,99,111,111,107,105,101,115,0,8,0,11,46,98,97,110,100,45,45,103,100,112,114,0,8,0,13,46,98,97,110,100,97,45,99,111,111,107,105,101,0,8,0,16,46,98,97,110,100,97,65,99,101,112,116,97,99,105,111,110,0,8,0,13,46,98,97,110,100,97,99,111,111,107,105,101,115,0,8,0,22,46,98,97,110,100,101,97,117,45,97,99,99,101,112,116,45,99,111,111,107,105,101,0,8,0,13,46,98,97,110,100,101,97,117,45,99,110,105,108,0,8,0,15,46,98,97,110,100,101,97,117,45,99,111,111,107,105,101,0,8,0,22,46,98,97,110,100,101,97,117,45,99,111,111,107,105,101,45,98,111,116,116,111,109,0,8,0,23,46,98,97,110,100,101,97,117,45,99,111,111,107,105,101,45,119,114,97,112,112,101,114,0,8,0,16,46,98,97,110,100,101,97,117,45,99,111,111,107,105,101,115,0,8,0,28,46,98,97,110,100,101,97,117,45,105,110,102,111,114,109,97,116,105,111,110,45,99,111,111,107,105,101,115,0,8,0,19,46,98,97,110,100,101,97,117,45,115,101,108,108,115,101,99,117,114,101,0,8,0,16,46,98,97,110,100,101,97,117,45,119,114,97,112,112,101,114,0,8,0,14,46,98,97,110,100,101,97,117,67,111,111,107,105,101,0,8,0,15,46,98,97,110,100,101,97,117,67,111,111,107,105,101,115,0,8,0,17,46,98,97,110,100,101,97,117,95,95,99,111,111,107,105,101,115,0,8,0,13,46,98,97,110,100,101,97,117,95,99,110,105,108,0,8,0,16,46,98,97,110,100,101,97,117,95,99,111,110,115,101,110,116,0,8,0,15,46,98,97,110,100,101,97,117,95,99,111,111,107,105,101,0,8,0,16,46,98,97,110,100,101,97,117,95,99,111,111,107,105,101,115,0,8,0,12,46,98,97,110,100,101,97,117,99,110,105,108,0,8,0,19,46,98,97,110,100,101,97,117,99,110,105,108,99,111,111,107,105,101,115,0,8,0,13,46,98,97,110,101,114,45,99,111,111,107,105,101,0,8,0,14,46,98,97,110,107,105,100,45,99,111,111,107,105,101,0,8,0,12,46,98,97,110,110,45,99,111,111,107,105,101,0,8,0,15,46,98,97,110,110,101,114,45,45,99,111,111,107,105,101,0,8,0,22,46,98,97,110,110,101,114,45,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,8,0,19,46,98,97,110,110,101,114,45,45,99,111,111,107,105,101,115,45,101,117,0,8,0,23,46,98,97,110,110,101,114,45,45,99,111,111,107,105,101,115,45,112,111,108,105,99,121,0,8,0,13,46,98,97,110,110,101,114,45,45,103,100,112,114,0,8,0,13,46,98,97,110,110,101,114,45,45,108,103,112,100,0,8,0,26,46,98,97,110,110,101,114,45,97,99,101,112,116,97,99,105,111,110,45,99,111,111,107,105,101,115,0,8,0,19,46,98,97,110,110,101,114,45,99,111,110,115,101,110,116,45,97,108,108,0,8,0,14,46,98,97,110,110,101,114,45,99,111,111,107,105,101,0,8,0,25,46,98,97,110,110,101,114,45,99,111,111,107,105,101,45,98,97,99,107,103,114,111,117,110,100,0,8,0,22,46,98,97,110,110,101,114,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,24,46,98,97,110,110,101,114,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,8,0,21,46,98,97,110,110,101,114,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,8,0,22,46,98,97,110,110,101,114,45,99,111,111,107,105,101,45,119,114,97,112,112,101,114,0,8,0,15,46,98,97,110,110,101,114,45,99,111,111,107,105,101,115,0,8,0,17,46,98,97,110,110,101,114,45,99,111,111,107,105,101,115,45,50,0,8,0,21,46,98,97,110,110,101,114,45,99,111,111,107,105,101,115,45,97,108,101,114,116,0,8,0,20,46,98,97,110,110,101,114,45,99,111,111,107,105,101,115,45,115,104,111,119,0,8,0,23,46,98,97,110,110,101,114,45,99,111,111,107,105,101,115,45,119,114,97,112,112,101,114,0,8,0,24,46,98,97,110,110,101,114,45,99,111,111,107,105,101,115,95,95,119,114,97,112,112,101,114,0,8,0,20,46,98,97,110,110,101,114,45,101,115,112,97,45,119,114,97,112,112,101,114,0,8,0,17,46,98,97,110,110,101,114,45,101,117,45,99,111,111,107,105,101,0,8,0,12,46,98,97,110,110,101,114,45,103,100,112,114,0,8,0,12,46,98,97,110,110,101,114,45,108,103,112,100,0,8,0,20,46,98,97,110,110,101,114,45,108,103,112,100,45,99,111,110,115,101,110,116,0,8,0,30,46,98,97,110,110,101,114,45,108,103,112,100,45,99,111,110,115,101,110,116,45,99,111,110,116,97,105,110,101,114,0,8,0,22,46,98,97,110,110,101,114,45,108,103,112,100,45,99,111,110,116,97,105,110,101,114,0,8,0,23,46,98,97,110,110,101,114,45,108,103,112,100,95,95,99,111,110,116,97,105,110,101,114,0,8,0,22,46,98,97,110,110,101,114,45,109,101,115,115,97,103,101,45,99,112,111,112,117,112,0,8,0,19,46,98,97,110,110,101,114,45,112,111,108,105,99,121,45,119,114,97,112,0,8,0,13,46,98,97,110,110,101,114,67,111,111,107,105,101,0,8,0,14,46,98,97,110,110,101,114,67,111,111,107,105,101,115,0,8,0,20,46,98,97,110,110,101,114,73,110,102,111,114,109,97,116,105,118,97,69,85,0,8,0,11,46,98,97,110,110,101,114,76,71,80,68,0,8,0,24,46,98,97,110,110,101,114,80,114,105,118,97,99,121,65,99,99,101,112,116,97,110,99,101,0,8,0,30,46,98,97,110,110,101,114,91,100,97,116,97,45,98,97,110,110,101,114,61,34,99,111,111,107,105,101,115,34,93,0,8,0,16,46,98,97,110,110,101,114,95,95,99,111,111,107,105,101,115,0,8,0,24,46,98,97,110,110,101,114,95,95,111,118,101,114,108,97,121,45,45,99,111,111,107,105,101,0,8,0,22,46,98,97,110,110,101,114,95,97,99,99,101,112,116,95,99,111,111,107,105,101,115,0,8,0,13,46,98,97,110,110,101,114,95,99,111,107,105,101,0,8,0,23,46,98,97,110,110,101,114,95,99,111,110,115,101,110,115,111,95,99,111,111,107,105,101,0,8,0,14,46,98,97,110,110,101,114,95,99,111,111,107,105,101,0,8,0,15,46,98,97,110,110,101,114,95,99,111,111,107,105,101,115,0,8,0,12,46,98,97,110,110,101,114,95,108,103,112,100,0,8,0,14,46,98,97,110,110,101,114,95,112,111,108,105,99,121,0,8,0,13,46,98,97,110,110,101,114,99,111,111,107,105,101,0,8,0,16,46,98,97,110,110,105,101,114,101,67,111,111,107,105,101,115,0,8,0,16,46,98,97,110,110,105,101,114,101,95,99,111,111,107,105,101,0,8,0,15,46,98,97,110,110,105,101,114,101,99,111,111,107,105,101,0,8,0,16,46,98,97,114,45,45,99,111,111,107,105,101,45,98,97,114,0,8,0,16,46,98,97,114,45,45,99,111,111,107,105,101,110,111,116,101,0,8,0,13,46,98,97,114,45,45,99,111,111,107,105,101,115,0,8,0,11,46,98,97,114,45,99,111,111,107,105,101,0,8,0,12,46,98,97,114,45,99,111,111,107,105,101,115,0,8,0,16,46,98,97,114,45,99,111,111,107,105,101,115,45,103,116,109,0,8,0,15,46,98,97,114,45,99,111,111,107,105,101,115,45,112,104,0,8,0,15,46,98,97,114,45,101,117,45,99,111,111,107,105,101,115,0,8,0,11,46,98,97,114,46,99,111,111,107,105,101,0,8,0,19,46,98,97,114,46,117,100,99,45,98,97,114,45,104,111,108,100,101,114,0,8,0,10,46,98,97,114,67,111,111,107,105,101,0,8,0,12,46,98,97,114,95,112,114,105,118,97,99,121,0,8,0,23,46,98,97,114,114,97,45,97,118,105,115,111,45,112,114,105,118,97,99,105,100,97,100,0,8,0,13,46,98,97,114,114,97,45,99,111,111,107,105,101,0,8,0,14,46,98,97,114,114,97,45,99,111,111,107,105,101,115,0,8,0,20,46,98,97,114,114,97,45,99,111,111,107,105,101,115,45,109,111,100,97,108,0,8,0,13,46,98,97,114,114,97,95,99,111,111,107,105,101,0,8,0,14,46,98,97,114,114,97,95,99,111,111,107,105,101,115,0,8,0,13,46,98,97,114,114,101,45,99,111,111,107,105,101,0,8,0,19,46,98,97,114,114,101,45,105,110,102,111,45,99,111,111,107,105,101,115,0,8,0,18,46,98,97,114,114,101,73,110,102,111,67,111,111,107,105,101,115,50,0,8,0,14,46,98,97,114,114,101,95,95,99,111,111,107,105,101,0,8,0,13,46,98,97,114,114,101,95,99,111,111,107,105,101,0,8,0,14,46,98,97,114,114,101,95,99,111,111,107,105,101,115,0,8,0,13,46,98,97,115,101,45,99,111,111,107,105,101,115,0,8,0,33,46,98,97,115,101,95,112,114,105,118,97,99,121,95,112,111,108,105,99,121,95,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,20,46,98,97,115,101,108,45,99,111,111,107,105,101,115,45,112,111,112,117,112,0,8,0,17,46,98,97,115,101,108,95,99,111,111,107,105,101,95,98,97,114,0,8,0,38,46,98,97,115,105,99,45,45,100,114,97,119,45,109,101,115,115,97,103,101,45,98,97,114,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,29,46,98,97,115,105,99,95,102,101,97,116,117,114,101,115,45,99,111,111,107,105,101,109,101,115,115,97,103,101,0,8,0,18,46,98,97,117,49,48,48,95,99,111,111,107,105,101,45,98,97,114,0,8,0,18,46,98,97,117,95,95,99,111,111,107,105,101,98,97,110,110,101,114,0,8,0,24,46,98,97,121,101,114,45,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,0,8,0,18,46,98,98,45,97,99,99,101,112,116,45,99,111,111,107,105,101,115,0,8,0,17,46,98,98,45,99,111,110,115,101,110,116,98,97,110,110,101,114,0,8,0,17,46,98,98,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,11,46,98,98,45,99,111,111,107,105,101,115,0,8,0,26,46,98,98,45,99,111,111,107,105,101,115,45,100,105,97,108,111,103,45,119,114,97,112,112,101,114,0,8,0,26,46,98,98,45,104,101,97,100,101,114,95,95,97,99,99,101,112,116,45,99,111,111,107,105,101,115,0,8,0,18,46,98,98,97,45,112,111,112,117,112,45,99,111,111,107,105,101,115,0,8,0,19,46,98,98,108,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,17,46,98,99,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,21,46,98,99,45,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,0,8,0,22,46,98,99,79,112,116,73,110,79,112,116,111,117,116,78,111,116,105,102,105,101,114,0,8,0,13,46,98,99,101,101,45,99,111,111,107,105,101,115,0,8,0,21,46,98,99,101,107,109,101,99,101,95,99,111,111,107,105,101,115,95,100,105,118,0,8,0,9,46,98,99,111,111,107,105,101,122,0,8,0,19,46,98,99,112,78,111,116,105,102,105,99,97,116,105,111,110,66,97,114,0,8,0,19,46,98,100,66,117,122,122,67,111,111,107,105,101,80,111,108,105,99,121,0,8,0,10,46,98,100,99,111,111,107,105,101,115,0,8,0,19,46,98,100,101,119,95,95,99,111,111,107,105,101,98,97,110,110,101,114,0,8,0,24,46,98,100,102,45,99,111,111,107,105,101,45,112,111,108,105,99,121,45,112,111,112,117,112,0,8,0,23,46,98,100,115,95,109,105,110,105,95,99,111,111,107,105,101,95,112,111,108,105,99,121,0,8,0,23,46,98,100,117,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,98,97,114,0,8,0,26,46,98,101,45,103,100,112,114,45,99,111,111,107,105,101,45,110,111,116,105,99,101,45,98,97,114,0,8,0,38,46,98,101,97,110,115,45,99,111,111,107,105,101,115,45,110,111,116,105,102,105,99,97,116,105,111,110,95,95,99,111,110,116,97,105,110,101,114,0,8,0,11,46,98,101,108,45,99,111,111,107,105,101,0,8,0,18,46,98,101,108,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,15,46,98,101,110,103,111,114,45,99,111,111,107,105,101,115,0,8,0,23,46,98,101,116,116,101,114,119,112,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,12,46,98,101,117,99,45,99,111,111,107,105,101,0,8,0,18,46,98,101,122,122,111,45,99,111,111,107,105,101,115,45,98,97,114,0,8,0,20,46,98,102,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,8,0,18,46,98,102,45,99,111,111,107,105,101,45,119,114,97,112,112,101,114,0,8,0,12,46,98,102,95,103,100,112,114,95,98,111,120,0,8,0,10,46,98,103,95,99,111,111,107,105,101,0,8,0,11,46,98,103,95,99,111,111,107,105,101,115,0,8,0,14,46,98,103,95,103,100,112,114,95,112,111,112,117,112,0,8,0,10,46,98,103,99,111,111,107,105,101,115,0,8,0,28,46,98,104,45,99,111,111,107,105,101,115,45,112,111,112,117,112,45,98,97,99,107,103,114,111,117,110,100,0,8,0,19,46,98,104,45,99,111,111,107,105,101,115,45,119,97,114,110,105,110,103,0,8,0,18,46,98,104,45,108,97,121,101,114,67,111,111,107,105,101,76,97,119,0,8,0,19,46,98,104,67,111,111,107,105,101,66,111,120,87,114,97,112,112,101,114,0,8,0,12,46,98,105,99,97,45,105,110,108,105,110,101,0,8,0,23,46,98,105,99,101,118,105,100,97,95,102,105,120,101,100,45,99,111,111,107,105,101,115,0,8,0,15,46,98,105,112,80,97,115,101,107,67,111,111,107,105,101,0,8,0,19,46,98,105,115,99,111,116,116,111,46,115,99,45,98,111,116,116,111,109,0,8,0,16,46,98,105,115,99,117,105,116,45,109,101,115,115,97,103,101,0,8,0,14,46,98,105,115,99,117,105,116,45,117,115,97,103,101,0,8,0,19,46,98,105,115,99,117,105,116,98,111,120,45,119,114,97,112,112,101,114,0,8,0,15,46,98,105,115,99,117,105,116,115,45,117,115,97,103,101,0,8,0,25,46,98,107,45,99,111,111,107,105,101,45,97,108,101,114,116,45,115,110,97,99,107,98,97,114,0,8,0,20,46,98,107,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,8,0,18,46,98,107,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,0,8,0,13,46,98,107,45,99,111,111,107,105,101,66,97,114,0,8,0,11,46,98,107,45,99,111,111,107,105,101,115,0,8,0,20,46,98,107,45,99,111,111,107,105,101,115,95,95,119,114,97,112,112,101,114,0,8,0,11,46,98,107,103,95,99,111,111,107,105,101,0,8,0,16,46,98,108,97,99,107,45,98,103,45,99,111,111,107,105,101,0,8,0,20,46,98,108,105,110,100,116,111,111,108,98,111,120,45,99,111,111,107,105,101,0,8,0,11,46,98,108,107,45,67,111,111,107,105,101,0,8,0,15,46,98,108,107,45,68,105,115,99,108,97,105,109,101,114,0,8,0,22,46,98,108,107,45,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,0,8,0,13,46,98,108,107,95,99,111,111,99,107,105,101,115,0,8,0,19,46,98,108,111,99,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,14,46,98,108,111,99,45,99,111,111,107,105,101,45,100,0,8,0,13,46,98,108,111,99,45,99,111,111,107,105,101,115,0,8,0,11,46,98,108,111,99,67,111,111,107,105,101,0,8,0,12,46,98,108,111,99,67,111,111,107,105,101,115,0,8,0,10,46,98,108,111,99,95,99,110,105,108,0,8,0,12,46,98,108,111,99,95,99,111,111,107,105,101,0,8,0,21,46,98,108,111,99,95,99,111,111,107,105,101,95,116,114,97,99,107,105,110,103,0,8,0,13,46,98,108,111,99,95,99,111,111,107,105,101,115,0,8,0,11,46,98,108,111,99,99,111,111,107,105,101,0,8,0,27,46,98,108,111,99,107,45,45,98,101,97,110,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,31,46,98,108,111,99,107,45,45,98,108,111,99,107,45,109,119,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,14,46,98,108,111,99,107,45,45,99,111,111,107,105,101,0,8,0,22,46,98,108,111,99,107,45,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,27,46,98,108,111,99,107,45,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,21,46,98,108,111,99,107,45,45,99,111,111,107,105,101,99,111,110,115,101,110,116,0,8,0,25,46,98,108,111,99,107,45,45,109,119,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,18,46,98,108,111,99,107,45,67,111,111,107,105,101,66,108,111,99,107,0,8,0,21,46,98,108,111,99,107,45,97,99,99,101,112,116,45,99,111,111,107,105,101,115,0,8,0,20,46,98,108,111,99,107,45,97,114,116,119,104,101,114,101,45,103,100,112,114,0,8,0,20,46,98,108,111,99,107,45,97,119,97,118,101,45,99,111,110,115,101,110,116,0,8,0,21,46,98,108,111,99,107,45,98,52,110,45,99,111,111,107,105,101,45,98,97,114,0,8,0,18,46,98,108,111,99,107,45,98,110,102,45,99,111,111,107,105,101,115,0,8,0,26,46,98,108,111,99,107,45,99,105,112,105,120,45,99,111,111,107,105,101,99,111,110,116,114,111,108,0,8,0,25,46,98,108,111,99,107,45,99,108,99,45,99,111,111,107,105,101,115,45,112,111,108,105,99,121,0,8,0,27,46,98,108,111,99,107,45,99,111,111,107,105,101,45,97,99,99,101,112,116,45,110,111,116,105,102,121,0,8,0,22,46,98,108,111,99,107,45,99,111,111,107,105,101,45,97,112,112,114,111,118,97,108,0,8,0,20,46,98,108,111,99,107,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,26,46,98,108,111,99,107,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,19,46,98,108,111,99,107,45,99,111,111,107,105,101,45,112,111,112,117,112,0,8,0,19,46,98,108,111,99,107,45,99,111,111,107,105,101,45,117,115,97,103,101,0,8,0,23,46,98,108,111,99,107,45,99,111,111,107,105,101,100,105,115,99,108,97,105,109,101,114,0,8,0,18,46,98,108,111,99,107,45,99,111,111,107,105,101,112,111,112,117,112,0,8,0,21,46,98,108,111,99,107,45,99,111,111,107,105,101,115,45,97,108,101,114,116,101,0,8,0,27,46,98,108,111,99,107,45,99,111,111,107,105,101,115,45,100,105,97,108,111,103,45,98,108,111,99,107,0,8,0,26,46,98,108,111,99,107,45,99,111,111,107,105,101,115,45,105,110,102,111,114,109,97,116,105,111,110,0,8,0,20,46,98,108,111,99,107,45,99,111,111,107,105,101,115,45,112,111,112,117,112,0,8,0,19,46,98,108,111,99,107,45,99,111,111,107,105,101,115,45,114,103,112,100,0,8,0,25,46,98,108,111,99,107,45,99,111,111,107,105,101,115,45,114,103,112,100,45,98,108,111,99,107,0,8,0,22,46,98,108,111,99,107,45,99,111,111,107,105,101,115,45,119,97,114,110,105,110,103,0,8,0,20,46,98,108,111,99,107,45,99,111,111,107,105,101,115,97,99,116,105,118,101,0,8,0,20,46,98,108,111,99,107,45,101,117,99,111,111,107,105,101,98,108,111,99,107,0,8,0,25,46,98,108,111,99,107,45,103,100,112,114,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,18,46,98,108,111,99,107,45,105,110,102,111,45,99,111,111,107,105,101,0,8,0,27,46,98,108,111,99,107,45,107,104,115,116,45,99,111,111,107,105,101,45,97,112,112,114,111,118,97,108,0,8,0,17,46,98,108,111,99,107,45,108,115,119,45,99,111,111,107,105,101,0,8,0,28,46,98,108,111,99,107,45,110,111,116,105,102,105,99,97,116,105,111,110,45,45,99,111,111,107,105,101,115,0,8,0,18,46,98,108,111,99,107,45,112,111,114,45,99,111,111,107,105,101,115,0,8,0,11,46,98,108,111,99,107,45,114,103,112,100,0,8,0,24,46,98,108,111,99,107,45,118,105,116,111,45,99,111,111,107,105,101,45,112,111,112,117,112,0,8,0,24,46,98,108,111,99,107,45,119,97,120,45,99,111,111,107,105,101,45,99,111,110,115,101,110,0,8,0,25,46,98,108,111,99,107,45,119,97,120,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,14,46,98,108,111,99,107,46,99,111,111,107,105,101,115,0,8,0,28,46,98,108,111,99,107,67,111,111,107,105,101,65,103,114,101,101,109,101,110,116,87,114,97,112,112,101,114,0,8,0,18,46,98,108,111,99,107,67,111,111,107,105,101,66,97,110,110,101,114,0,8,0,18,46,98,108,111,99,107,67,111,111,107,105,101,78,111,116,105,99,101,0,8,0,24,46,98,108,111,99,107,67,111,111,107,105,101,78,111,116,105,102,105,99,97,116,105,111,110,0,8,0,13,46,98,108,111,99,107,67,111,111,107,105,101,115,0,8,0,23,46,98,108,111,99,107,95,95,99,111,110,116,101,110,116,45,99,111,111,107,105,101,115,0,8,0,20,46,98,108,111,99,107,95,95,119,105,110,100,111,119,45,45,103,100,112,114,0,8,0,14,46,98,108,111,99,107,95,99,111,110,115,101,110,116,0,8,0,13,46,98,108,111,99,107,95,99,111,111,107,105,101,0,8,0,19,46,98,108,111,99,107,95,99,111,111,107,105,101,45,45,115,104,111,119,0,8,0,19,46,98,108,111,99,107,95,99,111,111,107,105,101,95,112,111,112,117,112,0,8,0,19,46,98,108,111,99,107,95,109,101,115,115,95,99,111,111,107,105,101,115,0,8,0,13,46,98,108,111,99,107,99,111,111,107,105,101,115,0,8,0,25,46,98,108,111,99,107,110,97,118,45,103,101,115,116,105,111,110,45,99,111,111,107,105,101,115,0,8,0,16,46,98,108,111,103,67,111,111,107,105,101,67,111,118,101,114,0,8,0,13,46,98,108,111,103,95,95,99,111,111,107,105,101,0,8,0,15,46,98,108,111,113,117,101,45,99,111,111,107,105,101,115,0,8,0,19,46,98,108,111,113,117,101,76,101,103,97,108,67,111,111,107,105,101,115,0,8,0,22,46,98,108,111,113,117,101,95,118,101,110,116,97,110,97,67,111,111,107,105,101,115,0,8,0,14,46,98,108,111,113,117,101,99,111,111,107,105,101,115,0,8,0,18,46,98,108,115,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,8,0,19,46,98,108,117,101,108,97,98,115,45,103,100,112,114,95,95,98,97,114,0,8,0,20,46,98,108,117,114,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,9,46,98,109,99,111,111,107,105,101,0,8,0,29,46,98,109,106,45,99,111,111,107,105,101,45,110,111,116,105,99,101,98,97,114,45,99,111,110,116,101,110,116,0,8,0,12,46,98,109,112,45,99,111,111,107,105,101,115,0,8,0,21,46,98,109,115,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,8,0,22,46,98,109,117,45,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,0,8,0,31,46,98,109,119,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,45,104,111,108,100,101,114,0,8,0,16,46,98,110,45,99,111,111,107,105,101,45,112,97,110,101,108,0,8,0,28,46,98,110,45,99,111,111,107,105,101,45,112,114,111,109,112,116,95,95,99,111,110,116,97,105,110,101,114,0,8,0,11,46,98,110,45,99,111,111,107,105,101,115,0,8,0,14,46,98,110,45,99,111,111,107,105,101,115,45,119,114,0,8,0,14,46,98,110,116,95,99,111,111,107,105,101,66,97,114,0,8,0,12,46,98,111,99,45,99,111,111,107,105,101,115,0,8,0,16,46,98,111,100,121,45,119,97,114,110,67,111,111,107,105,101,0,8,0,21,46,98,111,108,100,99,111,111,107,105,101,66,97,114,79,118,101,114,108,97,121,0,8,0,16,46,98,111,110,105,97,108,67,109,112,66,97,110,110,101,114,0,8,0,19,46,98,111,111,116,111,109,45,99,111,111,107,105,101,45,119,114,97,112,0,8,0,20,46,98,111,114,100,101,114,45,99,111,111,107,105,101,66,111,114,100,101,114,0,8,0,18,46,98,111,114,108,97,98,115,67,111,111,107,105,101,83,104,111,119,0,8,0,20,46,98,111,114,110,45,99,111,111,107,105,101,45,119,114,97,112,112,101,114,0,8,0,13,46,98,111,114,110,45,99,111,111,107,105,101,115,0,8,0,19,46,98,111,116,116,111,109,45,45,99,111,111,107,105,101,45,98,97,114,0,8,0,27,46,98,111,116,116,111,109,45,45,99,111,111,107,105,101,45,98,97,114,45,111,118,101,114,108,97,121,0,8,0,17,46,98,111,116,116,111,109,45,48,46,99,111,111,107,105,101,115,0,8,0,18,46,98,111,116,116,111,109,45,98,97,114,45,99,111,111,107,105,101,0,8,0,19,46,98,111,116,116,111,109,45,98,97,114,45,99,111,111,107,105,101,115,0,8,0,20,46,98,111,116,116,111,109,45,99,111,111,107,105,101,45,98,108,111,99,107,0,8,0,22,46,98,111,116,116,111,109,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,19,46,98,111,116,116,111,109,45,99,111,111,107,105,101,45,105,110,102,111,0,8,0,19,46,98,111,116,116,111,109,45,99,111,111,107,105,101,45,119,114,97,112,0,8,0,22,46,98,111,116,116,111,109,45,99,111,111,107,105,101,45,119,114,97,112,112,101,114,0,8,0,24,46,98,111,116,116,111,109,45,99,111,111,107,105,101,45,119,114,97,112,112,101,114,45,50,0,8,0,26,46,98,111,116,116,111,109,45,99,111,111,107,105,101,115,45,98,97,99,107,103,114,111,117,110,100,0,8,0,22,46,98,111,116,116,111,109,45,99,111,111,107,105,101,115,45,111,114,101,100,101,114,0,8,0,28,46,98,111,116,116,111,109,45,122,111,110,101,95,95,112,114,105,118,97,99,121,45,112,111,108,105,99,121,0,8,0,23,46,98,111,116,116,111,109,46,99,111,111,107,105,101,95,95,115,101,99,116,105,111,110,0,8,0,12,46,98,111,116,116,111,109,65,108,101,114,116,0,8,0,14,46,98,111,116,116,111,109,67,111,111,107,105,101,115,0,8,0,17,46,98,111,116,116,111,109,80,114,105,118,97,99,121,65,108,108,0,8,0,21,46,98,111,116,116,111,109,95,95,99,111,111,107,105,101,45,98,108,111,99,107,0,8,0,14,46,98,111,116,116,111,109,95,99,111,111,107,105,101,0,8,0,20,46,98,111,116,116,111,109,95,99,111,111,107,105,101,95,98,108,111,99,107,0,8,0,23,46,98,111,116,116,111,109,95,111,112,116,111,117,116,95,97,110,110,111,117,110,99,101,0,8,0,12,46,98,111,120,45,45,99,111,111,107,105,101,0,8,0,13,46,98,111,120,45,45,99,111,111,107,105,101,115,0,8,0,19,46,98,111,120,45,97,99,99,101,112,116,45,99,111,111,107,105,101,115,0,8,0,15,46,98,111,120,45,97,103,114,101,101,45,103,100,112,114,0,8,0,24,46,98,111,120,45,97,108,101,114,116,45,99,111,111,107,105,101,45,105,110,115,105,100,101,0,8,0,18,46,98,111,120,45,97,118,105,115,111,45,99,111,111,107,105,101,115,0,8,0,11,46,98,111,120,45,99,111,111,107,105,101,0,8,0,19,46,98,111,120,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,21,46,98,111,120,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,8,0,19,46,98,111,120,45,99,111,111,107,105,101,45,99,111,110,116,101,110,116,0,8,0,21,46,98,111,120,45,99,111,111,107,105,101,45,100,105,115,99,108,97,109,101,114,0,8,0,18,46,98,111,120,45,99,111,111,107,105,101,45,101,117,45,108,97,119,0,8,0,25,46,98,111,120,45,99,111,111,107,105,101,45,105,110,102,111,45,45,111,118,101,114,108,97,121,0,8,0,18,46,98,111,120,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,12,46,98,111,120,45,99,111,111,107,105,101,115,0,8,0,16,46,98,111,120,45,105,110,102,111,45,99,111,111,107,105,101,0,8,0,32,46,98,111,120,45,112,111,108,105,116,105,99,97,45,112,114,105,118,97,99,105,100,97,100,101,45,102,111,111,116,101,114,0,8,0,16,46,98,111,120,45,116,120,116,45,99,111,111,107,105,101,115,0,8,0,16,46,98,111,120,65,118,118,105,115,111,67,111,111,107,105,101,0,8,0,13,46,98,111,120,67,104,107,67,111,111,107,105,101,0,8,0,17,46,98,111,120,67,104,107,67,111,111,107,105,101,87,114,97,112,0,8,0,17,46,98,111,120,67,111,110,116,101,110,116,67,111,111,107,105,101,0,8,0,11,46,98,111,120,95,67,111,111,107,105,101,0,8,0,11,46,98,111,120,95,99,111,111,107,105,101,0,8,0,17,46,98,111,120,95,99,111,111,107,105,101,95,97,108,108,111,119,0,8,0,12,46,98,111,120,95,99,111,111,107,105,101,115,0,8,0,23,46,98,111,120,122,105,108,108,97,45,99,111,111,107,105,101,115,45,112,111,112,117,112,0,8,0,17,46,98,112,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,25,46,98,112,45,99,111,111,107,105,101,45,110,111,116,105,99,101,45,119,114,97,112,112,101,114,0,8,0,18,46,98,112,97,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,28,46,98,112,120,45,114,103,112,100,45,99,111,111,107,105,101,45,98,111,116,116,111,109,80,97,110,101,108,0,8,0,20,46,98,113,103,108,111,98,97,108,114,103,112,100,45,98,97,110,110,101,114,0,8,0,13,46,98,114,45,99,111,111,107,105,101,98,97,114,0,8,0,23,46,98,114,97,98,111,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,8,0,33,46,98,114,101,119,115,116,101,114,45,99,111,111,107,105,101,45,98,97,114,45,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,23,46,98,114,105,110,103,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,8,0,18,46,98,114,107,95,101,117,95,99,111,111,107,105,101,95,109,115,103,0,8,0,30,46,98,114,111,119,115,101,114,102,101,97,116,117,114,101,115,45,99,111,111,107,105,101,115,110,101,101,100,101,100,0,8,0,13,46,98,114,117,117,116,45,99,111,111,107,105,101,0,8,0,17,46,98,115,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,12,46,98,115,45,103,100,112,114,45,108,97,119,0,8,0,16,46,98,115,45,112,111,112,117,112,45,99,111,111,107,105,101,0,8,0,16,46,98,115,45,115,117,111,112,45,99,111,111,107,105,101,115,0,8,0,17,46,98,115,45,119,114,97,112,45,103,100,112,114,45,108,97,119,0,8,0,18,46,98,115,116,97,114,45,99,111,111,107,105,101,45,105,110,102,111,0,8,0,23,46,98,115,116,99,109,102,119,45,99,111,111,107,105,101,45,119,114,97,112,112,101,114,0,8,0,25,46,98,116,119,45,99,111,111,107,105,101,45,112,111,108,105,99,121,45,119,105,100,103,101,116,0,8,0,24,46,98,116,120,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,23,46,98,116,122,45,99,111,111,107,105,101,45,112,111,112,117,112,95,95,99,97,114,100,0,8,0,19,46,98,117,104,97,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,10,46,98,117,116,116,101,114,66,97,114,0,8,0,19,46,98,117,116,116,101,114,66,97,114,45,45,112,114,105,118,97,99,121,0,8,0,13,46,98,118,67,111,111,107,105,101,115,66,97,114,0,8,0,10,46,98,119,45,99,111,111,107,105,101,0,8,0,16,46,98,119,67,111,111,107,105,101,77,101,115,115,97,103,101,0,8,0,15,46,98,119,112,45,99,111,111,107,105,101,45,98,97,114,0,8,0,27,46,98,119,120,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,119,114,97,112,112,101,114,0,8,0,15,46,98,120,45,105,110,102,111,45,99,111,111,107,105,101,0,8,0,33,46,98,120,45,108,97,110,100,105,110,103,45,99,111,111,107,105,101,115,45,112,111,112,117,112,45,119,97,114,110,105,110,103,0,8,0,22,46,98,120,45,109,97,105,110,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,8,0,24,46,98,120,115,116,45,109,97,105,110,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,8,0,17,46,98,121,95,99,111,111,107,105,101,95,112,111,108,105,99,121,0,8,0,20,46,98,121,99,111,111,107,105,101,115,45,99,111,110,116,97,105,110,101,114,0,8,0,10,46,98,122,45,99,111,111,107,105,101,0,8,0,15,46,99,45,67,111,111,107,105,101,66,97,110,110,101,114,0,8,0,19,46,99,45,67,111,111,107,105,101,68,105,115,99,108,97,105,109,101,114,0,8,0,15,46,99,45,67,111,111,107,105,101,78,111,116,105,99,101,0,8,0,16,46,99,45,97,99,99,101,112,116,45,99,111,111,107,105,101,0,8,0,16,46,99,45,97,108,101,114,116,45,45,99,111,111,107,105,101,0,8,0,15,46,99,45,97,108,101,114,116,45,99,111,111,107,105,101,0,8,0,23,46,99,45,97,110,110,111,117,110,99,101,109,101,110,116,45,45,99,111,111,107,105,101,0,8,0,14,46,99,45,97,112,112,45,99,111,111,107,105,101,115,0,8,0,22,46,99,45,97,112,112,45,99,111,111,107,105,101,115,45,45,98,111,116,116,111,109,0,8,0,22,46,99,45,97,112,112,45,99,111,111,107,105,101,115,45,45,114,105,98,98,111,110,0,8,0,12,46,99,45,97,112,112,66,97,110,110,101,114,0,8,0,15,46,99,45,98,97,110,100,101,97,117,45,114,103,112,100,0,8,0,16,46,99,45,98,97,110,110,101,114,45,99,111,111,107,105,101,0,8,0,16,46,99,45,98,97,110,110,101,114,99,111,111,107,105,101,115,0,8,0,24,46,99,45,98,97,110,110,101,114,99,111,111,107,105,101,115,45,45,111,112,101,110,101,100,0,8,0,19,46,99,45,98,97,110,110,101,114,115,95,95,119,114,97,112,112,101,114,0,8,0,16,46,99,45,98,97,114,114,97,95,99,111,111,107,105,101,115,0,8,0,29,46,99,45,98,103,45,115,101,99,111,110,100,97,114,121,46,99,99,45,98,111,116,116,111,109,45,98,97,114,0,8,0,15,46,99,45,99,110,105,108,45,119,114,97,112,112,101,114,0,8,0,15,46,99,45,99,111,110,115,101,110,116,45,102,111,114,109,0,8,0,18,46,99,45,99,111,110,115,101,110,116,45,111,118,101,114,108,97,121,0,8,0,25,46,99,45,99,111,110,115,101,110,116,76,97,121,101,114,95,95,105,110,110,101,114,66,111,120,0,8,0,18,46,99,45,99,111,110,115,101,110,116,84,114,97,99,107,105,110,103,0,8,0,15,46,99,45,99,111,110,115,101,110,116,95,95,98,97,114,0,8,0,16,46,99,45,99,111,110,115,101,110,116,99,111,111,107,105,101,0,8,0,24,46,99,45,99,111,110,115,101,110,116,99,111,111,107,105,101,45,45,97,99,116,105,118,101,0,8,0,21,46,99,45,99,111,111,107,105,101,45,45,100,105,115,99,108,97,105,109,101,114,0,8,0,25,46,99,45,99,111,111,107,105,101,45,98,97,110,110,101,114,45,45,100,101,102,97,117,108,116,0,8,0,26,46,99,45,99,111,111,107,105,101,45,98,97,110,110,101,114,45,99,111,110,116,97,105,110,101,114,0,8,0,27,46,99,45,99,111,111,107,105,101,45,98,97,110,110,101,114,95,98,97,99,107,103,114,111,117,110,100,0,8,0,22,46,99,45,99,111,111,107,105,101,45,98,97,110,110,101,114,95,109,111,100,97,108,0,8,0,15,46,99,45,99,111,111,107,105,101,45,98,108,111,99,107,0,8,0,13,46,99,45,99,111,111,107,105,101,45,98,111,120,0,8,0,22,46,99,45,99,111,111,107,105,101,45,99,111,110,102,105,103,117,114,97,116,111,114,0,8,0,17,46,99,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,26,46,99,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,45,100,101,102,97,117,108,116,0,8,0,24,46,99,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,0,8,0,23,46,99,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,109,111,100,97,108,0,8,0,20,46,99,45,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,0,8,0,14,46,99,45,99,111,111,107,105,101,45,105,110,102,111,0,8,0,21,46,99,45,99,111,111,107,105,101,45,105,110,102,111,114,109,97,116,105,111,110,0,8,0,13,46,99,45,99,111,111,107,105,101,45,108,97,119,0,8,0,17,46,99,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,0,8,0,20,46,99,45,99,111,111,107,105,101,45,109,115,103,45,104,111,108,100,101,114,0,8,0,14,46,99,45,99,111,111,107,105,101,45,110,111,116,101,0,8,0,16,46,99,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,23,46,99,45,99,111,111,107,105,101,45,110,111,116,105,99,101,95,95,112,111,112,117,112,0,8,0,22,46,99,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,26,46,99,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,45,98,97,114,0,8,0,18,46,99,45,99,111,111,107,105,101,45,110,111,116,105,102,105,101,114,0,8,0,15,46,99,45,99,111,111,107,105,101,45,112,97,110,101,108,0,8,0,16,46,99,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,8,0,18,46,99,45,99,111,111,107,105,101,45,112,111,112,117,110,100,101,114,0,8,0,17,46,99,45,99,111,111,107,105,101,45,119,97,114,110,105,110,103,0,8,0,23,46,99,45,99,111,111,107,105,101,45,119,97,114,110,105,110,103,45,112,97,110,101,108,0,8,0,17,46,99,45,99,111,111,107,105,101,45,119,114,97,112,112,101,114,0,8,0,15,46,99,45,99,111,111,107,105,101,65,99,99,101,112,116,0,8,0,15,46,99,45,99,111,111,107,105,101,66,97,110,110,101,114,0,8,0,24,46,99,45,99,111,111,107,105,101,66,97,110,110,101,114,45,45,111,118,101,114,108,97,121,0,8,0,12,46,99,45,99,111,111,107,105,101,66,97,114,0,8,0,18,46,99,45,99,111,111,107,105,101,67,111,110,116,97,105,110,101,114,0,8,0,15,46,99,45,99,111,111,107,105,101,80,111,108,105,99,121,0,8,0,19,46,99,45,99,111,111,107,105,101,80,111,108,105,99,121,45,98,111,120,0,8,0,17,46,99,45,99,111,111,107,105,101,95,95,98,97,110,110,101,114,0,8,0,20,46,99,45,99,111,111,107,105,101,95,95,99,111,110,116,97,105,110,101,114,0,8,0,26,46,99,45,99,111,111,107,105,101,95,95,109,101,115,115,97,103,101,45,45,109,105,100,100,108,101,0,8,0,15,46,99,45,99,111,111,107,105,101,98,97,110,110,101,114,0,8,0,12,46,99,45,99,111,111,107,105,101,98,97,114,0,8,0,13,46,99,45,99,111,111,107,105,101,104,105,110,116,0,8,0,14,46,99,45,99,111,111,107,105,101,112,111,112,117,112,0,8,0,25,46,99,45,99,111,111,107,105,101,115,45,97,99,99,101,112,116,97,110,99,101,45,109,115,103,0,8,0,16,46,99,45,99,111,111,107,105,101,115,45,97,108,101,114,116,0,8,0,14,46,99,45,99,111,111,107,105,101,115,45,98,97,114,0,8,0,16,46,99,45,99,111,111,107,105,101,115,45,98,108,111,99,107,0,8,0,18,46,99,45,99,111,111,107,105,101,115,45,99,111,110,115,101,110,116,0,8,0,27,46,99,45,99,111,111,107,105,101,115,45,100,105,115,99,108,97,105,109,101,114,45,109,111,100,97,108,0,8,0,15,46,99,45,99,111,111,107,105,101,115,45,105,110,102,111,0,8,0,17,46,99,45,99,111,111,107,105,101,115,45,110,111,116,105,99,101,0,8,0,30,46,99,45,99,111,111,107,105,101,115,45,110,111,116,105,102,105,99,97,116,105,111,110,45,98,97,110,110,101,114,0,8,0,20,46,99,45,99,111,111,107,105,101,115,68,105,115,99,108,97,105,109,101,114,0,8,0,15,46,99,45,99,111,111,107,105,101,115,80,97,110,101,108,0,8,0,17,46,99,45,99,111,111,107,105,101,115,95,95,97,108,101,114,116,0,8,0,15,46,99,45,99,111,111,107,105,101,115,95,95,98,97,114,0,8,0,21,46,99,45,99,111,111,107,105,101,115,95,95,99,111,110,116,97,105,110,101,114,0,8,0,19,46,99,45,99,111,111,107,105,101,115,95,95,99,111,110,116,101,110,116,0,8,0,17,46,99,45,99,111,111,107,105,101,115,95,95,102,114,97,109,101,0,8,0,17,46,99,45,99,111,111,107,105,101,115,95,95,112,111,112,117,112,0,8,0,19,46,99,45,99,111,111,107,105,101,115,95,95,119,114,97,112,112,101,114,0,8,0,16,46,99,45,99,111,111,107,105,101,119,97,114,110,105,110,103,0,8,0,17,46,99,45,100,105,97,108,111,103,45,45,99,111,111,107,105,101,0,8,0,8,46,99,45,100,115,103,118,111,0,8,0,20,46,99,45,102,108,111,97,116,105,110,103,46,99,45,119,105,110,100,111,119,0,8,0,24,46,99,45,102,110,100,45,99,111,111,107,105,101,45,97,99,99,101,112,116,97,110,99,101,0,8,0,20,46,99,45,102,111,111,116,101,114,45,99,111,111,107,105,101,45,98,105,103,0,8,0,18,46,99,45,102,111,111,116,101,114,95,95,99,111,111,107,105,101,115,0,8,0,15,46,99,45,103,99,45,99,111,111,107,105,101,98,97,114,0,8,0,13,46,99,45,103,100,112,114,45,97,108,101,114,116,0,8,0,14,46,99,45,103,100,112,114,45,98,97,110,110,101,114,0,8,0,12,46,99,45,103,100,112,114,80,111,112,117,112,0,8,0,10,46,99,45,103,100,112,114,98,97,114,0,8,0,13,46,99,45,103,100,112,114,99,111,111,107,105,101,0,8,0,19,46,99,45,104,101,97,100,98,97,110,100,45,99,111,111,107,105,101,115,0,8,0,15,46,99,45,105,110,102,111,45,45,99,111,111,107,105,101,0,8,0,15,46,99,45,106,115,45,99,111,111,107,105,101,98,111,120,0,8,0,14,46,99,45,108,101,103,97,108,66,97,110,110,101,114,0,8,0,24,46,99,45,109,101,115,115,97,103,101,45,45,99,111,111,107,105,101,45,97,108,101,114,116,0,8,0,20,46,99,45,110,111,116,105,99,101,46,99,45,102,108,111,97,116,105,110,103,0,8,0,28,46,99,45,110,111,116,105,102,105,99,97,116,105,111,110,45,98,97,114,95,95,111,118,101,114,108,97,121,0,8,0,16,46,99,45,110,111,116,105,102,121,45,99,111,111,107,105,101,0,8,0,18,46,99,45,111,110,101,116,114,117,115,116,45,98,97,99,107,117,112,0,8,0,16,46,99,45,112,111,112,105,110,45,99,111,111,107,105,101,115,0,8,0,22,46,99,45,112,111,112,117,112,45,99,111,111,107,105,101,45,115,105,109,112,108,101,0,8,0,24,46,99,45,112,114,105,118,97,99,121,45,99,111,110,115,101,110,116,45,109,111,100,97,108,0,8,0,17,46,99,45,112,114,105,118,97,99,121,45,109,111,100,117,108,101,0,8,0,23,46,99,45,112,114,105,118,97,99,121,45,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,28,46,99,45,112,114,105,118,97,99,121,45,112,114,111,116,101,99,116,105,111,110,45,98,97,110,110,101,114,0,8,0,18,46,99,45,114,109,45,99,111,111,107,105,101,98,97,110,110,101,114,0,8,0,11,46,99,45,114,111,100,111,45,98,97,114,0,8,0,24,46,99,45,115,105,109,112,108,101,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,14,46,99,45,116,111,97,115,116,45,45,103,100,112,114,0,8,0,26,46,99,45,117,110,105,113,117,101,95,99,111,111,107,105,101,45,97,116,116,101,110,116,105,111,110,0,8,0,12,46,99,48,57,45,45,99,111,111,107,105,101,0,8,0,36,46,99,50,50,95,99,111,111,107,105,101,95,99,111,110,115,101,110,116,95,98,97,110,110,101,114,95,99,111,110,116,97,105,110,101,114,0,8,0,11,46,99,50,52,45,99,111,111,107,105,101,0,8,0,17,46,99,50,99,111,111,107,105,101,98,97,110,110,101,114,115,109,0,8,0,34,46,99,50,103,95,100,97,105,109,108,101,114,95,99,111,111,107,105,101,95,100,105,97,108,111,103,95,111,118,101,114,108,97,121,0,8,0,17,46,99,51,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,12,46,99,51,112,111,45,98,97,110,110,101,114,0,8,0,16,46,99,54,50,45,99,111,111,107,105,101,115,45,98,97,114,0,8,0,11,46,99,65,99,99,101,112,116,66,97,114,0,8,0,14,46,99,67,111,111,107,105,101,80,111,108,105,99,121,0,8,0,6,46,99,71,68,80,82,0,8,0,23,46,99,71,68,80,82,95,78,111,116,105,99,101,95,67,111,109,109,117,110,105,116,121,0,8,0,10,46,99,83,45,99,111,111,107,105,101,0,8,0,9,46,99,95,99,111,111,107,105,101,0,8,0,15,46,99,95,99,111,111,107,105,101,45,98,97,100,103,101,0,8,0,16,46,99,95,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,16,46,99,95,99,111,111,107,105,101,45,112,111,108,105,99,121,0,8,0,15,46,99,95,99,111,111,107,105,101,80,111,108,105,99,121,0,8,0,10,46,99,95,99,111,111,107,105,101,115,0,8,0,13,46,99,95,99,111,111,107,105,101,119,97,108,108,0,8,0,27,46,99,97,45,99,111,110,115,101,110,116,45,99,111,111,107,105,101,45,98,97,114,45,119,114,97,112,0,8,0,18,46,99,97,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,15,46,99,97,98,101,99,101,114,97,67,111,111,107,105,101,0,8,0,15,46,99,97,98,111,115,115,101,97,100,115,98,108,111,99,0,8,0,18,46,99,97,100,114,101,67,111,111,107,105,101,70,111,111,116,101,114,0,8,0,18,46,99,97,105,120,97,95,109,105,110,105,109,97,108,105,115,116,97,0,8,0,13,46,99,97,106,97,95,99,111,111,107,105,101,115,0,8,0,26,46,99,97,108,105,98,114,56,45,99,111,111,107,105,101,45,99,111,109,112,108,105,97,110,99,101,0,8,0,22,46,99,97,110,95,103,100,112,114,95,102,105,120,101,100,95,98,97,110,110,101,114,0,8,0,12,46,99,97,112,97,45,99,111,111,107,105,101,0,8,0,13,46,99,97,112,97,45,99,111,111,107,105,101,115,0,8,0,17,46,99,97,112,97,65,118,105,115,111,67,111,111,107,105,101,115,0,8,0,11,46,99,97,112,97,67,111,111,107,105,101,0,8,0,12,46,99,97,112,97,67,111,111,107,105,101,115,0,8,0,15,46,99,97,112,97,67,111,111,107,105,101,115,78,101,119,0,8,0,17,46,99,97,112,97,70,111,110,100,111,67,111,111,107,105,101,115,0,8,0,10,46,99,97,112,97,80,111,112,117,112,0,8,0,12,46,99,97,112,97,95,99,111,111,107,105,101,0,8,0,13,46,99,97,112,97,95,99,111,111,107,105,101,115,0,8,0,12,46,99,97,112,97,99,111,111,107,105,101,115,0,8,0,15,46,99,97,112,116,105,102,121,45,105,102,114,97,109,101,0,8,0,15,46,99,97,112,116,105,102,121,45,119,105,100,103,101,116,0,8,0,15,46,99,97,112,116,105,111,110,45,99,111,111,107,105,101,0,8,0,10,46,99,97,114,100,45,108,103,112,100,0,8,0,18,46,99,97,114,100,45,108,103,112,100,45,111,118,101,114,108,97,121,0,8,0,12,46,99,97,114,100,46,99,111,111,107,105,101,0,8,0,19,46,99,97,114,100,95,95,119,105,110,100,111,119,45,45,103,100,112,114,0,8,0,12,46,99,97,114,116,95,99,111,111,107,105,101,0,8,0,23,46,99,97,114,116,119,97,114,101,95,99,111,111,107,105,101,99,111,110,115,101,110,116,0,8,0,18,46,99,97,115,101,45,99,111,111,107,105,101,45,97,108,101,114,116,0,8,0,10,46,99,98,45,98,97,110,110,101,114,0,8,0,14,46,99,98,45,99,111,111,107,105,101,45,98,97,114,0,8,0,16,46,99,98,45,99,111,111,107,105,101,45,112,111,112,117,112,0,8,0,23,46,99,98,45,99,111,111,107,105,101,67,111,110,115,101,110,116,66,97,110,110,101,114,0,8,0,13,46,99,98,95,109,115,103,67,111,111,107,105,101,0,8,0,13,46,99,98,97,114,45,119,114,97,112,112,101,114,0,8,0,12,46,99,98,97,114,95,98,97,110,110,101,114,0,8,0,18,46,99,98,99,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,27,46,99,98,99,45,99,111,111,107,105,101,45,110,111,116,105,99,101,95,95,119,114,97,112,112,101,114,0,8,0,10,46,99,99,45,98,97,110,110,101,114,0,8,0,19,46,99,99,45,98,97,110,110,101,114,45,103,114,97,110,117,108,97,114,0,8,0,21,46,99,99,45,98,97,110,110,101,114,45,112,111,112,117,112,45,119,114,97,112,0,8,0,18,46,99,99,45,98,97,110,110,101,114,45,119,114,97,112,112,101,114,0,8,0,18,46,99,99,45,98,108,111,99,107,105,110,103,83,99,114,101,101,110,0,8,0,25,46,99,99,45,98,111,116,116,111,109,45,108,101,102,116,46,99,99,45,119,105,110,100,111,119,0,8,0,20,46,99,99,45,98,111,116,116,111,109,46,99,99,45,98,97,110,110,101,114,0,8,0,32,46,99,99,45,98,111,116,116,111,109,46,99,99,45,102,108,111,97,116,105,110,103,46,99,99,45,119,105,110,100,111,119,0,8,0,17,46,99,99,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,31,46,99,99,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,45,109,111,100,97,108,0,8,0,19,46,99,99,45,99,111,111,107,105,101,99,111,110,116,97,105,110,101,114,0,8,0,21,46,99,99,45,99,111,111,107,105,101,115,45,99,111,110,116,97,105,110,101,114,0,8,0,19,46,99,99,45,99,111,111,107,105,101,115,45,111,118,101,114,108,97,121,0,8,0,16,46,99,99,45,99,111,111,107,105,101,115,45,112,97,103,101,0,8,0,16,46,99,99,45,99,117,115,116,111,109,100,105,97,108,111,103,0,8,0,19,46,99,99,45,100,105,97,108,111,103,45,98,97,99,107,100,114,111,112,0,8,0,15,46,99,99,45,100,105,97,108,111,103,45,112,97,110,101,0,8,0,18,46,99,99,45,100,105,97,108,111,103,45,119,114,97,112,112,101,114,0,8,0,39,46,99,99,45,100,105,97,108,111,103,91,97,114,105,97,45,108,97,98,101,108,61,34,99,111,111,107,105,101,45,99,111,110,115,101,110,116,34,93,0,8,0,16,46,99,99,45,102,105,120,101,100,45,98,111,116,116,111,109,0,8,0,17,46,99,99,45,102,117,108,108,115,99,114,101,101,110,45,98,103,0,8,0,18,46,99,99,45,109,101,115,115,97,103,101,45,98,111,116,116,111,109,0,8,0,21,46,99,99,45,110,98,45,109,97,105,110,45,99,111,110,116,97,105,110,101,114,0,8,0,16,46,99,99,45,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,23,46,99,99,45,111,110,99,111,110,115,101,110,116,45,97,110,97,108,121,116,105,99,115,0,8,0,20,46,99,99,45,111,110,99,111,110,115,101,110,116,45,115,111,99,105,97,108,0,8,0,28,46,99,99,45,112,114,105,118,97,99,121,45,98,111,116,116,111,109,45,99,111,110,116,97,105,110,101,114,0,8,0,17,46,99,99,45,119,105,110,100,111,119,45,98,97,110,110,101,114,0,8,0,17,46,99,99,45,119,105,110,100,111,119,46,99,111,111,107,105,101,0,8,0,23,46,99,99,45,119,105,110,100,111,119,46,99,111,111,107,105,101,45,109,111,100,101,108,0,8,0,23,46,99,99,45,119,114,97,112,112,101,114,32,62,32,46,99,99,45,105,110,110,101,114,0,8,0,26,46,99,99,91,100,97,116,97,45,110,111,116,105,99,101,61,34,99,111,111,107,105,101,115,34,93,0,8,0,7,46,99,99,95,95,98,103,0,8,0,12,46,99,99,95,95,119,114,97,112,112,101,114,0,8,0,17,46,99,99,95,98,97,110,101,114,45,119,114,97,112,112,101,114,0,8,0,10,46,99,99,95,98,97,110,110,101,114,0,8,0,18,46,99,99,95,98,97,110,110,101,114,45,119,114,97,112,112,101,114,0,8,0,11,46,99,99,95,99,111,110,115,101,110,116,0,8,0,15,46,99,99,95,99,111,111,107,105,101,65,108,101,114,116,0,8,0,18,46,99,99,95,99,111,111,107,105,101,95,109,101,115,115,97,103,101,0,8,0,18,46,99,99,95,100,105,115,99,108,97,105,109,101,114,95,98,111,120,0,8,0,17,46,99,99,98,97,114,95,112,111,115,95,98,111,116,116,111,109,0,8,0,11,46,99,99,99,45,119,105,100,103,101,116,0,8,0,14,46,99,99,99,111,111,107,105,101,45,97,114,101,97,0,8,0,26,46,99,99,103,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,0,8,0,16,46,99,99,107,45,99,111,110,115,101,110,116,45,98,97,114,0,8,0,15,46,99,99,107,66,97,110,110,101,114,73,110,110,101,114,0,8,0,9,46,99,99,107,108,97,121,101,114,0,8,0,14,46,99,99,108,97,121,101,114,66,111,116,116,111,109,0,8,0,11,46,99,99,112,97,45,97,108,101,114,116,0,8,0,12,46,99,99,112,97,45,98,97,110,110,101,114,0,8,0,22,46,99,99,112,97,45,98,97,110,110,101,114,45,99,111,110,116,97,105,110,101,114,0,8,0,17,46,99,99,112,97,45,98,97,110,110,101,114,45,114,111,111,116,0,8,0,17,46,99,99,112,97,45,99,111,110,115,101,110,116,45,98,97,114,0,8,0,15,46,99,99,112,97,45,99,111,110,116,97,105,110,101,114,0,8,0,25,46,99,99,112,97,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,20,46,99,99,112,97,45,109,101,115,115,97,103,101,45,98,97,110,110,101,114,0,8,0,20,46,99,99,112,97,45,110,111,116,105,99,101,45,119,114,97,112,112,101,114,0,8,0,18,46,99,99,112,97,45,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,25,46,99,99,112,97,45,110,111,116,105,102,105,99,97,116,105,111,110,45,98,97,110,110,101,114,0,8,0,13,46,99,99,112,97,45,111,118,101,114,108,97,121,0,8,0,11,46,99,99,112,97,45,112,111,112,117,112,0,8,0,13,46,99,99,112,97,45,115,108,105,100,101,117,112,0,8,0,18,46,99,99,112,97,45,115,108,105,100,101,117,112,45,45,114,111,119,0,8,0,11,46,99,99,112,97,66,97,110,110,101,114,0,8,0,21,46,99,99,112,97,95,99,111,110,116,97,105,110,101,114,95,99,108,97,115,115,0,8,0,20,46,99,99,112,97,95,111,112,116,95,111,117,116,95,98,97,110,110,101,114,0,8,0,19,46,99,99,112,97,95,111,112,116,95,111,117,116,95,114,101,115,101,116,0,8,0,8,46,99,99,112,97,98,97,114,0,8,0,18,46,99,99,112,97,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,19,46,99,100,112,45,99,111,111,107,105,101,115,45,97,108,101,114,116,97,0,8,0,15,46,99,101,45,98,97,110,110,101,114,45,104,116,109,108,0,8,0,17,46,99,101,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,17,46,99,101,45,99,111,111,107,105,101,99,111,110,115,101,110,116,0,8,0,23,46,99,101,95,114,115,99,101,95,116,97,111,95,102,105,120,101,100,95,110,111,116,101,0,8,0,26,46,99,101,95,114,115,99,101,95,118,105,115,105,111,110,95,102,105,120,101,100,95,110,111,116,101,0,8,0,12,46,99,101,110,116,101,114,45,103,100,112,114,0,8,0,15,46,99,101,110,116,101,114,95,99,111,111,107,105,101,115,0,8,0,15,46,99,101,114,101,122,45,98,105,108,100,105,114,105,109,0,8,0,13,46,99,101,114,101,122,45,109,101,115,97,106,105,0,8,0,27,46,99,101,114,101,122,45,112,111,108,105,116,105,107,97,115,105,45,99,111,110,116,97,105,110,101,114,0,8,0,16,46,99,101,114,101,122,45,112,111,112,117,112,45,98,111,120,0,8,0,16,46,99,101,114,101,122,80,111,112,117,112,85,121,97,114,105,0,8,0,13,46,99,101,114,101,122,98,105,108,103,105,115,105,0,8,0,13,46,99,101,114,101,122,115,111,114,103,117,108,97,0,8,0,30,46,99,102,45,97,110,110,111,121,105,110,103,45,101,117,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,0,8,0,28,46,99,103,45,99,111,111,107,105,101,45,112,111,108,105,99,121,45,100,105,115,99,108,97,105,109,101,114,0,8,0,18,46,99,103,45,99,111,111,107,105,101,45,119,97,114,110,105,110,103,0,8,0,18,46,99,103,45,99,111,111,107,105,101,115,45,98,97,110,110,101,114,0,8,0,18,46,99,104,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,23,46,99,104,97,110,103,101,45,99,111,111,107,105,101,45,115,101,116,116,105,110,103,115,0,8,0,30,46,99,104,101,99,107,45,97,99,99,101,112,116,45,103,111,111,103,108,101,45,97,110,97,108,121,116,105,99,115,0,8,0,24,46,99,104,105,109,117,110,116,104,117,45,108,103,112,100,45,98,97,114,45,109,97,105,110,0,8,0,18,46,99,104,114,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,15,46,99,104,115,111,102,116,45,99,111,111,107,105,101,115,0,8,0,16,46,99,105,45,112,114,105,118,97,99,121,45,104,105,110,116,0,8,0,15,46,99,105,45,114,111,100,111,45,102,111,111,116,101,114,0,8,0,7,46,99,105,97,99,104,111,0,8,0,23,46,99,105,97,99,104,111,50,45,119,114,97,112,45,99,111,110,116,97,105,110,101,114,0,8,0,11,46,99,105,97,115,116,101,99,122,107,97,0,8,0,16,46,99,105,97,115,116,101,99,122,107,97,45,105,110,102,111,0,8,0,16,46,99,105,97,115,116,101,99,122,107,97,95,105,110,102,111,0,8,0,16,46,99,105,97,115,116,101,99,122,107,111,45,105,110,102,111,0,8,0,8,46,99,105,97,115,116,107,97,0,8,0,20,46,99,105,97,115,116,107,97,95,111,115,116,114,122,101,122,101,110,105,101,0,8,0,19,46,99,105,103,105,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,13,46,99,105,108,105,45,99,111,111,107,105,101,115,0,8,0,24,46,99,105,110,95,99,111,111,107,105,101,95,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,15,46,99,105,110,116,45,99,111,111,107,105,101,98,111,116,0,8,0,21,46,99,105,112,66,97,99,107,103,114,111,117,110,100,79,118,101,114,108,97,121,0,8,0,17,46,99,105,112,67,111,111,107,105,101,79,118,101,114,108,97,121,0,8,0,23,46,99,105,114,99,117,115,45,103,100,112,114,45,99,111,111,107,105,101,45,98,97,114,0,8,0,22,46,99,105,121,97,115,104,111,112,45,99,111,111,107,105,101,115,45,105,110,102,111,0,8,0,20,46,99,106,45,112,114,105,118,97,99,121,45,115,101,116,116,105,110,103,115,0,8,0,10,46,99,107,45,66,97,110,110,101,114,0,8,0,10,46,99,107,45,98,97,110,110,101,114,0,8,0,12,46,99,107,45,99,111,111,107,105,101,45,119,0,8,0,9,46,99,107,45,110,111,116,105,122,0,8,0,10,46,99,107,87,97,114,110,105,110,103,0,8,0,10,46,99,107,95,98,97,110,110,101,114,0,8,0,14,46,99,107,95,105,110,102,111,99,111,111,107,105,101,0,8,0,15,46,99,107,105,45,117,110,97,99,99,101,112,116,101,100,0,8,0,9,46,99,107,105,45,119,114,97,112,0,8,0,18,46,99,107,108,111,119,112,111,112,67,111,110,116,97,105,110,101,114,0,8,0,14,46,99,107,110,45,99,111,110,116,97,105,110,101,114,0,8,0,16,46,99,107,121,45,99,111,110,115,101,110,116,45,98,97,114,0,8,0,12,46,99,107,121,45,111,118,101,114,108,97,121,0,8,0,11,46,99,108,45,99,111,110,115,101,110,116,0,8,0,19,46,99,108,45,116,101,114,116,105,97,114,121,46,99,111,111,107,105,101,0,8,0,7,46,99,108,95,98,97,114,0,8,0,24,46,99,108,95,99,111,111,107,105,101,95,112,114,105,118,97,99,121,95,108,97,121,101,114,0,8,0,15,46,99,108,95,103,100,112,114,95,98,97,110,110,101,114,0,8,0,20,46,99,108,97,115,115,45,99,111,111,107,105,101,99,111,110,115,101,110,116,0,8,0,11,46,99,108,97,115,115,95,114,103,112,100,0,8,0,33,46,99,108,98,45,99,111,111,107,105,101,45,110,111,116,105,99,101,45,108,103,112,100,45,99,111,110,116,97,105,110,101,114,0,8,0,20,46,99,108,101,97,114,102,105,120,32,62,32,35,99,111,111,107,105,101,115,0,8,0,16,46,99,108,101,97,114,102,105,120,46,99,111,111,107,105,101,0,8,0,15,46,99,108,101,97,114,102,121,45,99,111,111,107,105,101,0,8,0,23,46,99,108,101,97,114,102,121,45,99,111,111,107,105,101,45,45,98,111,116,116,111,109,0,8,0,17,46,99,108,101,118,101,114,45,99,111,111,107,105,101,108,97,119,0,8,0,22,46,99,108,105,101,110,116,45,99,111,111,107,105,101,115,45,110,111,116,105,99,101,0,8,0,18,46,99,108,109,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,19,46,99,108,111,110,101,45,99,111,111,107,105,101,45,97,108,101,114,116,0,8,0,33,46,99,108,111,115,101,45,99,101,110,116,101,114,101,100,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,45,108,113,0,8,0,20,46,99,108,111,115,101,45,109,111,98,105,108,101,45,99,111,111,107,105,101,0,8,0,18,46,99,108,111,115,101,67,111,111,107,105,101,80,97,114,101,110,116,0,8,0,18,46,99,108,111,115,101,67,111,111,107,105,101,80,111,108,105,99,121,0,8,0,11,46,99,108,115,45,99,111,111,107,105,101,0,8,0,14,46,99,109,45,99,111,111,107,105,101,45,103,101,111,0,8,0,17,46,99,109,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,8,0,14,46,99,109,45,99,111,111,107,105,101,45,112,111,112,0,8,0,18,46,99,109,45,99,111,111,107,105,101,95,95,112,114,111,109,112,116,0,8,0,11,46,99,109,45,99,111,111,107,105,101,115,0,8,0,11,46,99,109,45,109,101,115,115,97,103,101,0,8,0,26,46,99,109,45,110,111,116,105,102,105,99,97,116,105,111,110,45,99,111,110,116,97,105,110,101,114,0,8,0,16,46,99,109,45,117,115,101,114,45,109,101,115,115,97,103,101,0,8,0,25,46,99,109,45,119,114,97,112,112,101,114,45,119,114,97,112,112,101,114,46,105,110,110,101,114,0,8,0,17,46,99,109,110,115,116,114,45,97,99,116,105,118,97,116,101,100,0,8,0,13,46,99,109,112,45,97,112,112,95,103,100,112,114,0,8,0,17,46,99,109,112,45,98,97,110,45,110,111,99,111,111,107,105,101,0,8,0,11,46,99,109,112,45,99,111,111,107,105,101,0,8,0,19,46,99,109,112,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,0,8,0,24,46,99,109,112,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,18,46,99,109,112,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,8,0,16,46,99,109,112,45,99,111,111,107,105,101,45,115,116,109,116,0,8,0,19,46,99,109,112,45,99,111,111,107,105,101,45,119,114,97,112,112,101,114,0,8,0,18,46,99,109,112,45,112,111,112,117,112,45,99,111,111,107,105,101,115,0,8,0,23,46,99,109,112,45,116,101,97,115,101,114,95,95,115,117,98,99,111,110,116,101,110,116,0,8,0,19,46,99,109,112,66,111,120,87,101,108,99,111,109,101,79,112,116,73,110,0,8,0,21,46,99,109,112,95,99,111,111,107,105,101,115,95,117,115,97,103,101,95,119,114,0,8,0,18,46,99,109,112,108,122,45,115,104,111,119,45,98,97,110,110,101,114,0,8,0,24,46,99,109,112,108,122,45,116,99,102,45,98,97,110,110,101,114,45,104,105,100,100,101,110,0,8,0,17,46,99,109,115,45,99,111,111,107,105,101,45,108,97,121,101,114,0,8,0,14,46,99,109,115,45,99,111,111,107,105,101,108,97,119,0,8,0,22,46,99,109,115,67,111,111,107,105,101,78,111,116,105,102,105,99,97,116,105,111,110,0,8,0,19,46,99,109,115,95,99,111,111,107,105,101,95,119,114,97,112,112,101,114,0,8,0,17,46,99,109,115,95,100,112,95,98,97,114,95,102,105,120,101,100,0,8,0,10,46,99,110,45,98,97,110,110,101,114,0,8,0,10,46,99,110,45,99,111,111,107,105,101,0,8,0,24,46,99,110,45,100,115,103,118,111,45,112,114,105,118,97,99,121,45,110,111,116,105,99,101,0,8,0,19,46,99,110,45,102,105,114,115,116,45,116,105,109,101,45,115,101,101,110,0,8,0,19,46,99,110,45,112,111,115,105,116,105,111,110,45,98,111,116,116,111,109,0,8,0,14,46,99,110,99,116,95,108,103,112,100,95,98,111,120,0,8,0,11,46,99,110,105,108,45,97,108,101,114,116,0,8,0,17,46,99,110,105,108,45,97,108,101,114,116,45,105,110,110,101,114,0,8,0,12,46,99,110,105,108,45,98,97,110,110,101,114,0,8,0,15,46,99,110,105,108,45,98,97,110,110,101,114,45,118,50,0,8,0,11,46,99,110,105,108,45,98,108,111,99,107,0,8,0,12,46,99,110,105,108,45,99,111,111,107,105,101,0,8,0,18,46,99,110,105,108,45,99,111,111,107,105,101,45,97,108,101,114,116,0,8,0,13,46,99,110,105,108,45,99,111,111,107,105,101,115,0,8,0,13,46,99,110,105,108,45,109,101,115,115,97,103,101,0,8,0,11,46,99,110,105,108,45,112,97,110,101,108,0,8,0,22,46,99,110,105,108,45,112,97,110,101,108,45,45,100,105,115,112,108,97,121,101,100,0,8,0,13,46,99,110,105,108,45,119,97,114,110,105,110,103,0,8,0,14,46,99,110,105,108,67,111,110,116,97,105,110,101,114,0,8,0,12,46,99,110,105,108,67,111,111,107,105,101,115,0,8,0,17,46,99,110,105,108,78,111,116,105,102,105,99,97,116,105,111,110,0,8,0,13,46,99,110,105,108,95,99,111,110,115,101,110,116,0,8,0,12,46,99,110,105,108,95,99,111,111,107,105,101,0,8,0,13,46,99,110,105,108,95,119,97,114,110,105,110,103,0,8,0,9,46,99,110,105,108,105,110,102,111,0,8,0,12,46,99,110,108,45,99,111,111,107,105,101,115,0,8,0,15,46,99,110,115,116,45,99,111,110,116,97,105,110,101,114,0,8,0,16,46,99,110,116,45,99,107,99,110,115,110,116,109,110,103,114,0,8,0,12,46,99,110,116,45,99,111,111,107,105,101,115,0,8,0,21,46,99,110,116,45,116,101,120,116,45,105,110,102,111,45,99,111,111,107,105,101,0,8,0,17,46,99,110,116,120,45,99,111,111,107,105,101,45,105,110,102,111,0,8,0,26,46,99,110,116,120,45,99,111,111,107,105,101,45,109,111,100,97,108,45,104,97,110,100,108,101,114,0,8,0,20,46,99,111,45,99,111,111,107,78,111,116,105,102,105,99,97,116,105,111,110,0,8,0,24,46,99,111,45,99,111,111,107,105,101,45,112,111,108,105,99,121,45,98,97,110,110,101,114,0,8,0,20,46,99,111,45,99,111,111,107,105,101,115,45,100,105,115,99,45,98,97,114,0,8,0,29,46,99,111,95,99,111,110,115,101,110,116,95,109,101,115,115,97,103,101,95,99,111,110,116,97,105,110,101,114,0,8,0,13,46,99,111,99,107,105,101,45,112,111,112,117,112,0,8,0,18,46,99,111,99,107,105,101,45,112,111,112,117,112,45,119,114,97,112,0,8,0,21,46,99,111,100,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,8,0,19,46,99,111,105,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,0,8,0,8,46,99,111,107,87,114,97,112,0,8,0,10,46,99,111,107,105,101,45,98,111,120,0,8,0,11,46,99,111,107,105,101,65,108,101,114,116,0,8,0,10,46,99,111,107,105,101,115,46,112,102,0,8,0,22,46,99,111,107,107,105,101,45,99,111,110,115,101,110,116,45,100,105,97,108,111,103,0,8,0,11,46,99,111,107,107,105,101,45,108,121,114,0,8,0,16,46,99,111,108,45,57,32,62,32,35,99,111,111,107,105,101,0,8,0,16,46,99,111,108,45,115,109,45,56,46,99,111,111,107,105,101,0,8,0,17,46,99,111,108,45,120,115,45,49,48,46,99,111,111,107,105,101,0,8,0,17,46,99,111,108,46,109,111,100,97,108,45,99,111,111,107,105,101,0,8,0,20,46,99,111,108,111,114,45,116,101,120,116,111,45,99,111,111,107,105,101,115,0,8,0,11,46,99,111,109,45,99,111,111,107,105,101,0,8,0,18,46,99,111,109,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,8,0,23,46,99,111,109,98,105,110,101,100,67,111,110,115,101,110,116,95,98,111,116,116,111,109,0,8,0,27,46,99,111,109,98,105,110,101,100,95,99,111,110,115,101,110,116,95,106,115,95,105,110,105,116,101,100,0,8,0,14,46,99,111,109,109,111,110,45,99,111,111,107,105,101,0,8,0,20,46,99,111,109,109,111,110,45,99,111,111,107,105,101,78,111,116,105,99,101,0,8,0,15,46,99,111,109,109,111,110,45,99,111,111,107,105,101,115,0,8,0,16,46,99,111,109,109,111,110,45,103,100,112,114,45,98,111,120,0,8,0,19,46,99,111,109,109,111,110,45,104,101,97,100,101,114,45,103,100,112,114,0,8,0,19,46,99,111,109,109,111,110,80,114,105,118,97,99,121,95,95,98,97,114,0,8,0,15,46,99,111,109,109,111,110,95,95,99,111,111,107,105,101,0,8,0,24,46,99,111,109,109,111,110,95,112,114,111,109,112,116,45,99,111,111,107,105,101,45,98,103,0,8,0,18,46,99,111,109,109,117,110,105,107,97,116,95,99,111,111,107,105,101,0,8,0,26,46,99,111,109,112,45,99,111,111,107,105,101,45,112,111,108,105,99,121,45,98,97,110,110,101,114,0,8,0,19,46,99,111,109,112,45,99,111,111,107,105,101,95,98,97,110,110,101,114,0,8,0,18,46,99,111,109,112,45,100,115,103,118,111,45,98,97,110,110,101,114,0,8,0,18,46,99,111,109,112,45,109,111,100,97,108,45,99,111,111,107,105,101,0,8,0,16,46,99,111,109,112,95,95,99,111,111,107,105,101,66,97,114,0,8,0,28,46,99,111,109,112,108,105,97,110,99,101,45,101,117,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,18,46,99,111,109,112,108,105,97,110,99,101,111,118,101,114,108,97,121,0,8,0,28,46,99,111,109,112,111,110,101,110,116,45,45,109,101,115,115,97,103,101,95,95,99,111,111,107,105,101,115,0,8,0,29,46,99,111,109,112,111,110,101,110,116,45,69,120,112,111,114,116,115,45,67,111,111,107,105,101,115,66,97,114,0,8,0,24,46,99,111,109,112,111,110,101,110,116,45,98,97,110,110,101,114,45,99,111,111,107,105,101,0,8,0,40,46,99,111,109,112,111,110,101,110,116,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,0,8,0,17,46,99,111,109,112,111,110,101,110,116,45,99,111,111,107,105,101,0,8,0,23,46,99,111,109,112,111,110,101,110,116,45,99,111,111,107,105,101,45,97,108,101,114,116,0,8,0,24,46,99,111,109,112,111,110,101,110,116,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,21,46,99,111,109,112,111,110,101,110,116,45,99,111,111,107,105,101,45,98,97,114,0,8,0,26,46,99,111,109,112,111,110,101,110,116,45,99,111,111,107,105,101,45,105,110,102,111,45,98,97,114,0,8,0,30,46,99,111,109,112,111,110,101,110,116,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,33,46,99,111,109,112,111,110,101,110,116,45,99,111,111,107,105,101,45,111,118,101,114,108,97,121,45,119,114,97,112,112,101,114,0,8,0,24,46,99,111,109,112,111,110,101,110,116,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,8,0,23,46,99,111,109,112,111,110,101,110,116,45,99,111,111,107,105,101,45,112,111,112,117,112,0,8,0,22,46,99,111,109,112,111,110,101,110,116,45,99,111,111,107,105,101,97,108,101,114,116,0,8,0,18,46,99,111,109,112,111,110,101,110,116,45,99,111,111,107,105,101,115,0,8,0,26,46,99,111,109,112,111,110,101,110,116,45,99,111,111,107,105,101,115,45,109,101,115,115,97,103,101,0,8,0,22,46,99,111,109,112,111,110,101,110,116,45,99,111,111,107,105,101,115,45,109,115,103,0,8,0,24,46,99,111,109,112,111,110,101,110,116,45,99,111,111,107,105,101,115,45,112,111,112,117,112,0,8,0,29,46,99,111,109,112,111,110,101,110,116,95,101,117,95,101,112,114,105,118,97,99,121,95,111,112,116,105,111,110,0,8,0,33,46,99,111,109,112,111,110,101,110,116,95,103,100,112,114,77,101,115,115,97,103,101,95,95,99,111,110,116,97,105,110,101,114,0,8,0,25,46,99,111,109,112,111,110,101,110,116,101,45,97,118,105,115,111,45,99,111,111,107,105,101,115,0,8,0,32,46,99,111,109,112,111,110,101,110,116,101,45,97,118,105,115,111,45,99,111,111,107,105,101,115,45,98,111,116,111,101,115,0,8,0,28,46,99,111,109,112,111,110,101,110,116,115,45,99,111,111,107,105,101,45,108,97,119,45,98,97,115,105,99,0,8,0,20,46,99,111,109,120,45,99,111,111,107,105,101,115,45,98,97,110,110,101,114,0,8,0,32,46,99,111,110,45,107,105,116,45,99,111,109,112,111,110,101,110,116,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,27,46,99,111,110,45,107,105,116,45,103,100,112,114,45,99,111,111,107,105,101,45,112,111,112,45,117,112,0,8,0,19,46,99,111,110,100,95,117,116,105,108,105,115,95,99,111,111,107,105,101,0,8,0,23,46,99,111,110,102,105,100,101,110,116,105,97,108,105,116,101,95,104,101,97,100,101,114,0,8,0,38,46,99,111,110,102,105,103,77,101,115,115,97,103,101,115,95,95,102,111,111,116,101,114,46,99,111,110,102,105,103,77,101,115,115,97,103,101,115,0,8,0,25,46,99,111,110,102,105,114,109,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,8,0,24,46,99,111,110,102,105,114,109,45,99,111,111,107,105,101,95,95,119,114,97,112,112,101,114,0,8,0,26,46,99,111,110,102,105,114,109,45,99,111,111,107,105,101,115,45,99,111,110,116,97,105,110,101,114,0,8,0,20,46,99,111,110,102,105,114,109,95,99,111,111,107,105,101,115,95,98,111,120,0,8,0,19,46,99,111,110,110,101,99,116,45,99,111,111,107,105,101,45,98,97,114,0,8,0,18,46,99,111,110,115,101,110,116,45,97,110,105,109,97,116,105,111,110,0,8,0,18,46,99,111,110,115,101,110,116,45,97,116,45,98,111,116,116,111,109,0,8,0,27,46,99,111,110,115,101,110,116,45,98,97,99,107,103,114,111,117,110,100,45,111,118,101,114,108,97,121,0,8,0,15,46,99,111,110,115,101,110,116,45,98,97,110,110,101,114,0,8,0,12,46,99,111,110,115,101,110,116,45,98,97,114,0,8,0,16,46,99,111,110,115,101,110,116,45,98,103,45,100,97,114,107,0,8,0,28,46,99,111,110,115,101,110,116,45,99,111,110,102,105,114,109,97,116,105,111,110,45,98,97,110,110,101,114,0,8,0,26,46,99,111,110,115,101,110,116,45,99,111,110,116,97,105,110,101,114,45,45,98,97,110,110,101,114,0,8,0,22,46,99,111,110,115,101,110,116,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,29,46,99,111,110,115,101,110,116,45,99,111,111,107,105,101,45,98,111,120,45,45,108,105,103,104,116,98,111,120,0,8,0,23,46,99,111,110,115,101,110,116,45,99,111,111,107,105,101,45,119,114,97,112,112,101,114,0,8,0,16,46,99,111,110,115,101,110,116,45,99,111,111,107,105,101,115,0,8,0,23,46,99,111,110,115,101,110,116,45,99,111,111,107,105,101,115,45,100,105,97,108,111,103,0,8,0,12,46,99,111,110,115,101,110,116,45,99,116,97,0,8,0,15,46,99,111,110,115,101,110,116,45,104,111,108,100,101,114,0,8,0,14,46,99,111,110,115,101,110,116,45,108,97,121,101,114,0,8,0,17,46,99,111,110,115,101,110,116,45,108,97,121,101,114,45,118,50,0,8,0,25,46,99,111,110,115,101,110,116,45,109,97,110,97,103,101,109,101,110,116,45,97,108,101,114,116,0,8,0,26,46,99,111,110,115,101,110,116,45,109,97,110,97,103,101,109,101,110,116,45,115,105,109,112,108,101,0,8,0,22,46,99,111,110,115,101,110,116,45,109,97,110,97,103,101,114,45,108,97,121,101,114,0,8,0,24,46,99,111,110,115,101,110,116,45,109,97,110,97,103,101,114,45,111,118,101,114,108,97,121,0,8,0,23,46,99,111,110,115,101,110,116,45,109,97,110,97,103,101,114,46,98,97,110,110,101,114,0,8,0,16,46,99,111,110,115,101,110,116,45,109,101,115,115,97,103,101,0,8,0,20,46,99,111,110,115,101,110,116,45,109,111,100,97,108,45,102,105,114,115,116,0,8,0,23,46,99,111,110,115,101,110,116,45,109,111,100,97,108,95,95,111,118,101,114,108,97,121,0,8,0,25,46,99,111,110,115,101,110,116,45,109,111,100,117,108,101,45,114,111,97,100,98,108,111,99,107,0,8,0,14,46,99,111,110,115,101,110,116,45,112,97,110,101,108,0,8,0,15,46,99,111,110,115,101,110,116,45,112,111,112,45,117,112,0,8,0,16,46,99,111,110,115,101,110,116,45,112,111,112,111,118,101,114,0,8,0,14,46,99,111,110,115,101,110,116,45,112,111,112,117,112,0,8,0,14,46,99,111,110,115,101,110,116,45,116,111,97,115,116,0,8,0,16,46,99,111,110,115,101,110,116,45,116,111,111,108,98,97,114,0,8,0,19,46,99,111,110,115,101,110,116,45,117,105,45,45,98,97,110,110,101,114,0,8,0,21,46,99,111,110,115,101,110,116,45,119,97,108,108,45,111,118,101,114,108,97,121,0,8,0,26,46,99,111,110,115,101,110,116,45,119,97,114,110,105,110,103,45,99,111,110,116,97,105,110,101,114,0,8,0,19,46,99,111,110,115,101,110,116,45,119,114,97,112,45,111,117,116,101,114,0,8,0,23,46,99,111,110,115,101,110,116,45,119,114,97,112,112,101,114,45,97,99,116,105,118,101,0,8,0,14,46,99,111,110,115,101,110,116,66,97,110,110,101,114,0,8,0,18,46,99,111,110,115,101,110,116,66,97,114,87,114,97,112,112,101,114,0,8,0,17,46,99,111,110,115,101,110,116,67,111,110,116,97,105,110,101,114,0,8,0,15,46,99,111,110,115,101,110,116,76,97,121,111,118,101,114,0,8,0,22,46,99,111,110,115,101,110,116,79,118,101,114,108,97,121,67,111,110,116,101,110,116,0,8,0,13,46,99,111,110,115,101,110,116,80,111,112,117,112,0,8,0,15,46,99,111,110,115,101,110,116,87,114,97,112,112,101,114,0,8,0,43,46,99,111,110,115,101,110,116,91,110,103,45,99,111,110,116,114,111,108,108,101,114,61,34,99,111,111,107,105,101,67,111,110,115,101,110,116,67,116,114,108,34,93,0,8,0,15,46,99,111,110,115,101,110,116,95,95,97,108,101,114,116,0,8,0,16,46,99,111,110,115,101,110,116,95,95,98,97,110,110,101,114,0,8,0,17,46,99,111,110,115,101,110,116,95,95,99,111,111,107,105,101,115,0,8,0,20,46,99,111,110,115,101,110,116,95,98,114,101,97,100,99,114,117,109,98,115,0,8,0,16,46,99,111,110,115,101,110,116,95,99,111,111,107,105,101,115,0,8,0,27,46,99,111,110,115,101,110,116,95,109,97,110,97,103,101,114,45,98,97,99,107,103,114,111,117,110,100,0,8,0,25,46,99,111,110,115,101,110,116,95,114,101,113,117,105,114,101,100,95,111,118,101,114,108,97,121,0,8,0,20,46,99,111,110,115,101,110,116,98,97,114,99,111,110,116,97,105,110,101,114,0,8,0,20,46,99,111,110,115,101,110,116,101,109,101,110,116,95,99,111,111,107,105,101,0,8,0,21,46,99,111,110,115,101,110,116,101,109,101,110,116,95,99,111,111,107,105,101,115,0,8,0,20,46,99,111,110,115,101,110,116,105,109,101,110,116,111,67,111,111,107,105,101,0,8,0,14,46,99,111,110,115,101,110,116,108,121,45,98,97,114,0,8,0,19,46,99,111,110,115,101,110,116,114,45,99,111,110,116,97,105,110,101,114,0,8,0,22,46,99,111,110,115,101,110,116,114,45,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,13,46,99,111,110,115,101,110,116,115,45,98,97,114,0,8,0,21,46,99,111,110,115,111,108,101,45,104,101,97,100,45,99,111,111,107,105,101,115,0,8,0,21,46,99,111,110,115,116,95,95,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,24,46,99,111,110,115,117,109,101,114,45,112,114,105,118,97,99,121,45,98,97,110,110,101,114,0,8,0,12,46,99,111,110,116,45,99,111,111,107,105,101,0,8,0,11,46,99,111,110,116,67,111,111,107,105,101,0,8,0,18,46,99,111,110,116,95,97,118,105,115,95,103,97,108,101,116,101,115,0,8,0,23,46,99,111,110,116,97,105,110,101,114,45,97,118,105,115,111,99,111,111,107,105,101,115,0,8,0,24,46,99,111,110,116,97,105,110,101,114,45,98,97,110,110,101,114,45,99,111,111,107,105,101,0,8,0,17,46,99,111,110,116,97,105,110,101,114,45,99,111,111,107,105,101,0,8,0,24,46,99,111,110,116,97,105,110,101,114,45,99,111,111,107,105,101,45,97,100,118,105,115,101,0,8,0,21,46,99,111,110,116,97,105,110,101,114,45,99,111,111,107,105,101,45,98,97,114,0,8,0,25,46,99,111,110,116,97,105,110,101,114,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,25,46,99,111,110,116,97,105,110,101,114,45,99,111,111,107,105,101,45,109,101,108,100,105,110,103,0,8,0,24,46,99,111,110,116,97,105,110,101,114,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,24,46,99,111,110,116,97,105,110,101,114,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,8,0,23,46,99,111,110,116,97,105,110,101,114,45,99,111,111,107,105,101,45,112,111,112,117,112,0,8,0,27,46,99,111,110,116,97,105,110,101,114,45,99,111,111,107,105,101,45,119,112,45,112,97,108,109,97,115,0,8,0,18,46,99,111,110,116,97,105,110,101,114,45,99,111,111,107,105,101,115,0,8,0,21,46,99,111,110,116,97,105,110,101,114,45,99,111,111,107,105,101,115,66,97,114,0,8,0,29,46,99,111,110,116,97,105,110,101,114,45,102,108,117,105,100,46,99,111,111,107,105,101,45,109,111,100,97,108,0,8,0,29,46,99,111,110,116,97,105,110,101,114,45,103,100,112,114,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,15,46,99,111,110,116,97,105,110,101,114,45,108,103,112,100,0,8,0,27,46,99,111,110,116,97,105,110,101,114,45,110,111,116,105,102,105,99,97,99,97,111,45,108,103,112,100,0,8,0,21,46,99,111,110,116,97,105,110,101,114,46,99,111,111,107,105,101,105,110,102,111,0,8,0,21,46,99,111,110,116,97,105,110,101,114,66,111,120,45,99,111,111,107,105,101,115,0,8,0,16,46,99,111,110,116,97,105,110,101,114,67,111,111,107,105,101,0,8,0,26,46,99,111,110,116,97,105,110,101,114,67,111,111,107,105,101,68,105,115,99,108,97,105,109,101,114,0,8,0,14,46,99,111,110,116,97,105,110,101,114,71,68,80,82,0,8,0,21,46,99,111,110,116,97,105,110,101,114,79,117,116,101,114,67,111,111,107,105,101,0,8,0,25,46,99,111,110,116,97,105,110,101,114,95,95,99,111,111,107,105,101,115,80,111,108,105,99,121,0,8,0,25,46,99,111,110,116,97,105,110,101,114,95,99,111,110,116,101,110,116,95,99,111,111,107,105,101,0,8,0,18,46,99,111,110,116,97,105,110,101,114,95,99,111,111,107,105,101,115,0,8,0,24,46,99,111,110,116,97,105,110,101,114,95,99,111,111,107,105,101,115,95,97,108,101,114,116,0,8,0,24,46,99,111,110,116,97,105,110,101,114,95,109,111,100,97,108,95,99,111,111,107,105,101,115,0,8,0,12,46,99,111,110,116,99,111,111,107,105,101,115,0,8,0,19,46,99,111,110,116,101,110,101,100,111,114,45,99,111,111,107,105,101,115,0,8,0,23,46,99,111,110,116,101,110,101,100,111,114,45,108,101,121,45,99,111,111,107,105,101,115,0,8,0,23,46,99,111,110,116,101,110,101,100,111,114,65,118,105,115,111,67,111,111,107,105,101,115,0,8,0,19,46,99,111,110,116,101,110,101,100,111,114,95,99,111,111,107,105,101,115,0,8,0,19,46,99,111,110,116,101,110,116,45,45,99,111,111,107,105,101,45,106,115,0,8,0,22,46,99,111,110,116,101,110,116,45,97,108,101,114,116,45,98,114,111,119,115,101,114,0,8,0,21,46,99,111,110,116,101,110,116,45,97,108,101,114,116,45,99,111,111,107,105,101,0,8,0,19,46,99,111,110,116,101,110,116,45,99,111,110,45,99,111,111,107,105,101,0,8,0,15,46,99,111,110,116,101,110,116,45,99,111,111,107,105,101,0,8,0,16,46,99,111,110,116,101,110,116,45,99,111,111,107,105,101,115,0,8,0,22,46,99,111,110,116,101,110,116,45,108,101,103,97,108,101,45,99,111,111,107,105,101,0,8,0,14,46,99,111,110,116,101,110,116,67,111,111,107,105,101,0,8,0,17,46,99,111,110,116,101,110,116,67,111,111,107,105,101,66,111,120,0,8,0,48,46,99,111,110,116,101,110,116,82,101,110,100,101,114,95,110,97,109,101,95,112,108,117,103,105,110,115,95,99,111,109,109,111,110,95,99,111,111,107,105,101,95,98,97,110,110,101,114,0,8,0,46,46,99,111,110,116,101,110,116,82,101,110,100,101,114,95,110,97,109,101,95,112,108,117,103,105,110,115,95,99,111,109,109,111,110,95,103,100,112,114,95,98,97,110,110,101,114,0,8,0,16,46,99,111,110,116,101,110,116,95,99,111,111,107,105,101,115,0,8,0,25,46,99,111,110,116,101,117,100,111,45,99,111,111,107,105,101,45,97,99,99,101,112,116,101,100,0,8,0,16,46,99,111,110,116,101,117,100,111,67,111,111,107,105,101,115,0,8,0,16,46,99,111,110,116,105,101,110,101,45,99,111,111,107,105,101,0,8,0,16,46,99,111,110,116,105,101,110,101,67,111,111,107,105,101,115,0,8,0,11,46,99,111,111,45,98,97,110,110,101,114,0,8,0,18,46,99,111,111,95,98,97,110,110,101,114,45,110,111,116,105,99,101,0,8,0,13,46,99,111,111,99,101,115,95,95,119,114,97,112,0,8,0,8,46,99,111,111,99,107,105,101,0,8,0,12,46,99,111,111,99,107,105,101,45,98,97,114,0,8,0,14,46,99,111,111,99,107,105,101,45,98,108,111,99,107,0,8,0,13,46,99,111,111,99,107,105,101,45,108,105,110,101,0,8,0,16,46,99,111,111,99,107,105,101,45,109,101,115,115,97,103,101,0,8,0,14,46,99,111,111,99,107,105,101,45,112,111,112,117,112,0,8,0,16,46,99,111,111,99,107,105,101,45,119,97,114,110,105,110,103,0,8,0,11,46,99,111,111,99,107,105,101,66,97,114,0,8,0,11,46,99,111,111,99,107,105,101,76,97,119,0,8,0,14,46,99,111,111,99,107,105,101,80,111,108,105,99,121,0,8,0,14,46,99,111,111,99,107,105,101,87,105,110,100,111,119,0,8,0,15,46,99,111,111,99,107,105,101,95,98,97,110,110,101,114,0,8,0,14,46,99,111,111,99,107,105,101,95,112,111,112,117,112,0,8,0,12,46,99,111,111,99,107,105,101,95,116,120,116,0,8,0,11,46,99,111,111,99,107,105,101,98,97,114,0,8,0,11,46,99,111,111,99,107,105,101,100,105,118,0,8,0,15,46,99,111,111,99,107,105,101,104,105,110,119,101,105,115,0,8,0,9,46,99,111,111,99,107,105,101,115,0,8,0,15,46,99,111,111,99,107,105,101,115,45,98,108,111,99,107,0,8,0,17,46,99,111,111,99,107,105,101,115,45,109,101,115,115,97,103,101,0,8,0,15,46,99,111,111,99,107,105,101,115,45,112,111,112,117,112,0,8,0,23,46,99,111,111,99,107,105,101,115,77,111,100,97,108,67,111,110,116,97,105,110,101,114,0,8,0,15,46,99,111,111,99,107,105,101,115,80,111,108,105,99,121,0,8,0,15,46,99,111,111,99,107,105,101,115,95,97,108,101,114,116,0,8,0,14,46,99,111,111,99,107,105,101,115,102,105,120,101,100,0,8,0,17,46,99,111,111,105,107,101,95,97,108,101,114,116,95,98,111,120,0,8,0,12,46,99,111,111,107,45,97,99,99,101,112,116,0,8,0,11,46,99,111,111,107,45,112,111,112,117,112,0,8,0,12,46,99,111,111,107,45,119,105,110,100,111,119,0,8,0,9,46,99,111,111,107,76,105,110,107,0,8,0,9,46,99,111,111,107,95,109,115,103,0,8,0,10,46,99,111,111,107,95,112,108,99,121,0,8,0,16,46,99,111,111,107,95,117,115,105,110,103,95,112,101,114,109,0,8,0,13,46,99,111,111,107,97,99,99,101,112,116,111,114,0,8,0,7,46,99,111,111,107,98,120,0,8,0,14,46,99,111,111,107,99,111,110,116,97,105,110,101,114,0,8,0,13,46,99,111,111,107,101,69,110,97,98,108,101,114,0,8,0,10,46,99,111,111,107,101,72,105,110,116,0,8,0,16,46,99,111,111,107,105,45,99,111,110,116,97,105,110,101,114,0,8,0,16,46,99,111,111,107,105,95,98,97,110,101,114,95,119,114,112,0,8,0,14,46,99,111,111,107,105,101,32,62,32,46,98,111,120,0,8,0,15,46,99,111,111,107,105,101,32,62,32,46,114,103,112,100,0,8,0,15,46,99,111,111,107,105,101,45,45,97,99,116,105,118,101,0,8,0,15,46,99,111,111,107,105,101,45,45,98,97,110,110,101,114,0,8,0,22,46,99,111,111,107,105,101,45,45,98,97,114,45,99,111,110,116,97,105,110,101,114,0,8,0,22,46,99,111,111,107,105,101,45,45,99,111,110,115,101,110,116,45,45,114,111,111,116,0,8,0,16,46,99,111,111,107,105,101,45,45,100,101,115,107,116,111,112,0,8,0,14,46,99,111,111,107,105,101,45,45,108,97,121,101,114,0,8,0,21,46,99,111,111,107,105,101,45,45,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,16,46,99,111,111,107,105,101,45,45,111,118,101,114,108,97,121,0,8,0,19,46,99,111,111,107,105,101,45,45,112,101,114,109,105,115,115,105,111,110,0,8,0,17,46,99,111,111,107,105,101,45,45,112,111,108,105,116,121,107,97,0,8,0,16,46,99,111,111,107,105,101,45,45,115,101,99,116,105,111,110,0,8,0,12,46,99,111,111,107,105,101,45,45,116,111,112,0,8,0,14,46,99,111,111,107,105,101,45,45,117,110,115,101,116,0,8,0,16,46,99,111,111,107,105,101,45,45,118,105,115,105,98,108,101,0,8,0,13,46,99,111,111,107,105,101,45,45,119,114,97,112,0,8,0,17,46,99,111,111,107,105,101,45,45,119,114,97,112,95,95,111,110,0,8,0,10,46,99,111,111,107,105,101,45,48,51,0,8,0,9,46,99,111,111,107,105,101,45,49,0,8,0,14,46,99,111,111,107,105,101,45,66,97,110,110,101,114,0,8,0,13,46,99,111,111,107,105,101,45,97,98,111,118,101,0,8,0,19,46,99,111,111,107,105,101,45,97,99,99,101,112,116,45,97,114,101,97,0,8,0,21,46,99,111,111,107,105,101,45,97,99,99,101,112,116,45,98,97,110,110,101,114,0,8,0,18,46,99,111,111,107,105,101,45,97,99,99,101,112,116,45,98,97,114,0,8,0,20,46,99,111,111,107,105,101,45,97,99,99,101,112,116,45,98,108,111,99,107,0,8,0,18,46,99,111,111,107,105,101,45,97,99,99,101,112,116,45,98,111,120,0,8,0,22,46,99,111,111,107,105,101,45,97,99,99,101,112,116,45,100,101,102,97,117,108,116,0,8,0,21,46,99,111,111,107,105,101,45,97,99,99,101,112,116,45,110,111,116,105,99,101,0,8,0,22,46,99,111,111,107,105,101,45,97,99,99,101,112,116,45,111,118,101,114,108,97,121,0,8,0,20,46,99,111,111,107,105,101,45,97,99,99,101,112,116,45,112,111,112,117,112,0,8,0,20,46,99,111,111,107,105,101,45,97,99,99,101,112,116,45,115,116,121,108,101,0,8,0,18,46,99,111,111,107,105,101,45,97,99,99,101,112,116,97,110,99,101,0,8,0,25,46,99,111,111,107,105,101,45,97,99,99,101,112,116,97,110,99,101,45,98,97,110,110,101,114,0,8,0,28,46,99,111,111,107,105,101,45,97,99,99,101,112,116,97,110,99,101,45,99,111,110,116,97,105,110,101,114,0,8,0,25,46,99,111,111,107,105,101,45,97,99,99,101,112,116,97,110,99,101,45,100,105,97,108,111,103,0,8,0,26,46,99,111,111,107,105,101,45,97,99,99,101,112,116,97,110,99,101,45,109,101,115,115,97,103,101,0,8,0,24,46,99,111,111,107,105,101,45,97,99,99,101,112,116,97,110,99,101,45,109,111,100,97,108,0,8,0,21,46,99,111,111,107,105,101,45,97,99,99,101,112,116,97,110,99,101,98,111,120,0,8,0,26,46,99,111,111,107,105,101,45,97,99,99,101,112,116,97,116,105,111,110,45,109,111,100,117,108,101,0,8,0,17,46,99,111,111,107,105,101,45,97,99,99,101,112,116,105,111,110,0,8,0,16,46,99,111,111,107,105,101,45,97,99,99,101,112,116,111,114,0,8,0,23,46,99,111,111,107,105,101,45,97,99,107,110,111,119,108,101,100,103,101,109,101,110,116,0,8,0,11,46,99,111,111,107,105,101,45,97,100,118,0,8,0,14,46,99,111,111,107,105,101,45,97,100,118,101,114,116,0,8,0,21,46,99,111,111,107,105,101,45,97,100,118,101,114,116,105,115,101,109,101,110,116,0,8,0,20,46,99,111,111,107,105,101,45,97,100,118,101,114,116,105,115,109,101,110,116,0,8,0,14,46,99,111,111,107,105,101,45,97,100,118,105,99,101,0,8,0,14,46,99,111,111,107,105,101,45,97,100,118,105,115,101,0,8,0,15,46,99,111,111,107,105,101,45,97,100,118,105,115,111,114,0,8,0,11,46,99,111,111,107,105,101,45,97,103,101,0,8,0,33,46,99,111,111,107,105,101,45,97,103,103,114,101,109,101,110,116,45,98,108,111,99,107,45,99,111,110,116,97,105,110,101,114,0,8,0,13,46,99,111,111,107,105,101,45,97,103,114,101,101,0,8,0,19,46,99,111,111,107,105,101,45,97,103,114,101,101,45,112,111,112,117,112,0,8,0,22,46,99,111,111,107,105,101,45,97,103,114,101,101,45,119,105,116,104,45,117,115,101,0,8,0,21,46,99,111,111,107,105,101,45,97,103,114,101,101,45,119,114,97,112,112,101,114,0,8,0,14,46,99,111,111,107,105,101,45,97,103,114,101,101,100,0,8,0,17,46,99,111,111,107,105,101,45,97,103,114,101,101,109,101,110,116,0,8,0,27,46,99,111,111,107,105,101,45,97,103,114,101,101,109,101,110,116,45,99,111,110,116,97,105,110,101,114,0,8,0,25,46,99,111,111,107,105,101,45,97,103,114,101,101,109,101,110,116,45,119,114,97,112,112,101,114,0,8,0,18,46,99,111,111,107,105,101,45,97,108,101,114,116,45,45,116,111,112,0,8,0,15,46,99,111,111,107,105,101,45,97,108,101,114,116,45,49,0,8,0,15,46,99,111,111,107,105,101,45,97,108,101,114,116,45,50,0,8,0,20,46,99,111,111,107,105,101,45,97,108,101,114,116,45,50,48,49,56,45,99,0,8,0,17,46,99,111,111,107,105,101,45,97,108,101,114,116,45,98,111,120,0,8,0,25,46,99,111,111,107,105,101,45,97,108,101,114,116,45,98,111,120,45,119,114,97,112,112,101,114,0,8,0,23,46,99,111,111,107,105,101,45,97,108,101,114,116,45,99,111,110,116,97,105,110,101,114,0,8,0,20,46,99,111,111,107,105,101,45,97,108,101,114,116,45,104,111,108,100,101,114,0,8,0,17,46,99,111,111,107,105,101,45,97,108,101,114,116,45,109,115,107,0,8,0,19,46,99,111,111,107,105,101,45,97,108,101,114,116,45,111,117,116,101,114,0,8,0,19,46,99,111,111,107,105,101,45,97,108,101,114,116,45,112,97,110,101,108,0,8,0,29,46,99,111,111,107,105,101,45,97,108,101,114,116,45,115,116,114,105,112,45,99,111,110,116,97,105,110,101,114,0,8,0,18,46,99,111,111,107,105,101,45,97,108,101,114,116,45,119,114,97,112,0,8,0,21,46,99,111,111,107,105,101,45,97,108,101,114,116,45,119,114,97,112,112,101,114,0,8,0,11,46,99,111,111,107,105,101,45,97,108,108,0,8,0,18,46,99,111,111,107,105,101,45,97,108,108,99,111,110,116,101,110,116,0,8,0,19,46,99,111,111,107,105,101,45,97,108,108,111,119,45,98,108,111,99,107,0,8,0,21,46,99,111,111,107,105,101,45,97,108,108,111,119,45,99,111,110,102,105,114,109,0,8,0,29,46,99,111,111,107,105,101,45,97,110,100,45,112,114,105,118,97,99,121,45,99,111,110,116,97,105,110,101,114,0,8,0,16,46,99,111,111,107,105,101,45,97,110,110,111,117,110,99,101,0,8,0,20,46,99,111,111,107,105,101,45,97,110,110,111,117,110,99,101,109,101,110,116,0,8,0,25,46,99,111,111,107,105,101,45,97,112,112,114,111,118,97,108,95,95,119,114,97,112,112,101,114,0,8,0,19,46,99,111,111,107,105,101,45,97,112,112,114,111,118,101,109,101,110,116,0,8,0,17,46,99,111,111,107,105,101,45,97,114,107,115,105,103,110,101,114,0,8,0,17,46,99,111,111,107,105,101,45,97,115,115,105,115,116,97,110,116,0,8,0,25,46,99,111,111,107,105,101,45,97,115,115,105,115,116,97,110,116,45,119,114,97,112,112,101,114,0,8,0,17,46,99,111,111,107,105,101,45,97,116,116,101,110,116,105,111,110,0,8,0,12,46,99,111,111,107,105,101,45,98,97,99,107,0,8,0,16,46,99,111,111,107,105,101,45,98,97,99,107,100,114,111,112,0,8,0,11,46,99,111,111,107,105,101,45,98,97,110,0,8,0,12,46,99,111,111,107,105,101,45,98,97,110,100,0,8,0,13,46,99,111,111,107,105,101,45,98,97,110,101,114,0,8,0,31,46,99,111,111,107,105,101,45,98,97,110,110,101,114,45,45,100,105,115,97,98,108,101,45,111,118,101,114,108,97,121,0,8,0,22,46,99,111,111,107,105,101,45,98,97,110,110,101,114,45,45,115,105,109,112,108,101,0,8,0,23,46,99,111,111,107,105,101,45,98,97,110,110,101,114,45,45,119,114,97,112,112,101,114,0,8,0,26,46,99,111,111,107,105,101,45,98,97,110,110,101,114,45,45,119,114,97,112,112,101,114,45,106,115,0,8,0,23,46,99,111,111,107,105,101,45,98,97,110,110,101,114,45,98,97,99,107,100,114,111,112,0,8,0,25,46,99,111,111,107,105,101,45,98,97,110,110,101,114,45,98,97,99,107,103,114,111,117,110,100,0,8,0,31,46,99,111,111,107,105,101,45,98,97,110,110,101,114,45,98,97,99,107,115,105,100,101,45,116,101,97,108,105,117,109,0,8,0,17,46,99,111,111,107,105,101,45,98,97,110,110,101,114,45,98,103,0,8,0,20,46,99,111,111,107,105,101,45,98,97,110,110,101,114,45,98,108,111,99,107,0,8,0,27,46,99,111,111,107,105,101,45,98,97,110,110,101,114,45,98,108,111,99,107,105,110,103,45,100,105,118,0,8,0,27,46,99,111,111,107,105,101,45,98,97,110,110,101,114,45,98,111,100,121,45,111,118,101,114,108,97,121,0,8,0,21,46,99,111,111,107,105,101,45,98,97,110,110,101,114,45,98,111,116,116,111,109,0,8,0,18,46,99,111,111,107,105,101,45,98,97,110,110,101,114,45,98,111,120,0,8,0,21,46,99,111,111,107,105,101,45,98,97,110,110,101,114,45,98,117,116,116,111,110,0,8,0,34,46,99,111,111,107,105,101,45,98,97,110,110,101,114,45,99,111,109,112,111,110,101,110,116,45,99,111,110,116,97,105,110,101,114,0,8,0,19,46,99,111,111,107,105,101,45,98,97,110,110,101,114,45,99,111,110,116,0,8,0,24,46,99,111,111,107,105,101,45,98,97,110,110,101,114,45,99,111,110,116,97,105,110,101,114,0,8,0,22,46,99,111,111,107,105,101,45,98,97,110,110,101,114,45,100,101,115,107,116,111,112,0,8,0,21,46,99,111,111,107,105,101,45,98,97,110,110,101,114,45,102,111,111,116,101,114,0,8,0,19,46,99,111,111,107,105,101,45,98,97,110,110,101,114,45,105,110,102,111,0,8,0,33,46,99,111,111,107,105,101,45,98,97,110,110,101,114,45,105,110,102,111,45,98,97,114,45,99,111,110,116,97,105,110,101,114,0,8,0,20,46,99,111,111,107,105,101,45,98,97,110,110,101,114,45,105,110,110,101,114,0,8,0,17,46,99,111,111,107,105,101,45,98,97,110,110,101,114,45,106,115,0,8,0,20,46,99,111,111,107,105,101,45,98,97,110,110,101,114,45,108,97,121,101,114,0,8,0,19,46,99,111,111,107,105,101,45,98,97,110,110,101,114,45,108,103,112,100,0,8,0,29,46,99,111,111,107,105,101,45,98,97,110,110,101,114,45,108,103,112,100,45,99,111,110,116,97,105,110,101,114,0,8,0,28,46,99,111,111,107,105,101,45,98,97,110,110,101,114,45,108,103,112,100,95,116,101,120,116,45,98,111,120,0,8,0,29,46,99,111,111,107,105,101,45,98,97,110,110,101,114,45,109,111,100,97,108,45,98,97,99,107,100,114,111,112,0,8,0,18,46,99,111,111,107,105,101,45,98,97,110,110,101,114,45,109,115,103,0,8,0,18,46,99,111,111,107,105,101,45,98,97,110,110,101,114,45,111,108,100,0,8,0,20,46,99,111,111,107,105,101,45,98,97,110,110,101,114,45,111,117,116,101,114,0,8,0,30,46,99,111,111,107,105,101,45,98,97,110,110,101,114,45,111,117,116,101,114,45,99,111,110,116,97,105,110,101,114,0,8,0,22,46,99,111,111,107,105,101,45,98,97,110,110,101,114,45,111,118,101,114,108,97,121,0,8,0,22,46,99,111,111,107,105,101,45,98,97,110,110,101,114,45,115,101,99,116,105,111,110,0,8,0,21,46,99,111,111,107,105,101,45,98,97,110,110,101,114,45,115,104,97,100,111,119,0,8,0,21,46,99,111,111,107,105,101,45,98,97,110,110,101,114,45,115,104,114,111,117,100,0,8,0,19,46,99,111,111,107,105,101,45,98,97,110,110,101,114,45,115,116,121,114,0,8,0,17,46,99,111,111,107,105,101,45,98,97,110,110,101,114,45,116,109,0,8,0,26,46,99,111,111,107,105,101,45,98,97,110,110,101,114,45,116,109,95,95,111,118,101,114,108,97,121,0,8,0,19,46,99,111,111,107,105,101,45,98,97,110,110,101,114,45,118,105,101,119,0,8,0,20,46,99,111,111,107,105,101,45,98,97,110,110,101,114,45,119,104,105,116,101,0,8,0,21,46,99,111,111,107,105,101,45,98,97,110,110,101,114,45,119,105,110,100,111,119,0,8,0,34,46,99,111,111,107,105,101,45,98,97,110,110,101,114,46,110,97,118,98,97,114,45,102,105,120,101,100,45,98,111,116,116,111,109,0,8,0,20,46,99,111,111,107,105,101,45,98,97,110,110,101,114,46,116,111,97,115,116,0,8,0,22,46,99,111,111,107,105,101,45,98,97,110,110,101,114,95,95,98,111,116,116,111,109,0,8,0,28,46,99,111,111,107,105,101,45,98,97,110,110,101,114,95,95,98,111,116,116,111,109,45,112,97,110,101,108,0,8,0,19,46,99,111,111,107,105,101,45,98,97,110,110,101,114,95,95,99,110,116,0,8,0,25,46,99,111,111,107,105,101,45,98,97,110,110,101,114,95,95,99,111,110,116,97,105,110,101,114,0,8,0,23,46,99,111,111,107,105,101,45,98,97,110,110,101,114,95,95,111,118,101,114,108,97,121,0,8,0,23,46,99,111,111,107,105,101,45,98,97,110,110,101,114,95,95,115,101,99,116,105,111,110,0,8,0,19,46,99,111,111,107,105,101,45,98,97,114,45,45,97,99,116,105,118,101,0,8,0,19,46,99,111,111,107,105,101,45,98,97,114,45,45,98,111,116,116,111,109,0,8,0,24,46,99,111,111,107,105,101,45,98,97,114,45,45,116,121,112,101,45,109,97,110,97,103,101,0,8,0,26,46,99,111,111,107,105,101,45,98,97,114,45,97,99,116,105,118,101,45,98,108,111,99,107,101,114,0,8,0,17,46,99,111,111,107,105,101,45,98,97,114,45,97,108,101,114,116,0,8,0,20,46,99,111,111,107,105,101,45,98,97,114,45,98,97,99,107,100,114,111,112,0,8,0,15,46,99,111,111,107,105,101,45,98,97,114,45,99,111,110,0,8,0,21,46,99,111,111,107,105,101,45,98,97,114,45,99,111,110,116,97,105,110,101,114,0,8,0,17,46,99,111,111,107,105,101,45,98,97,114,45,105,110,110,101,114,0,8,0,16,46,99,111,111,107,105,101,45,98,97,114,45,109,97,115,107,0,8,0,19,46,99,111,111,107,105,101,45,98,97,114,45,109,101,115,115,97,103,101,0,8,0,15,46,99,111,111,107,105,101,45,98,97,114,45,110,101,119,0,8,0,24,46,99,111,111,107,105,101,45,98,97,114,45,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,25,46,99,111,111,107,105,101,45,98,97,114,45,110,111,116,105,102,105,99,97,116,105,111,110,115,0,8,0,17,46,99,111,111,107,105,101,45,98,97,114,45,111,117,116,101,114,0,8,0,19,46,99,111,111,107,105,101,45,98,97,114,45,112,111,112,111,118,101,114,0,8,0,19,46,99,111,111,107,105,101,45,98,97,114,45,115,101,99,116,105,111,110,0,8,0,17,46,99,111,111,107,105,101,45,98,97,114,45,117,110,105,113,97,0,8,0,14,46,99,111,111,107,105,101,45,98,97,114,45,119,112,0,8,0,16,46,99,111,111,107,105,101,45,98,97,114,45,119,114,97,112,0,8,0,19,46,99,111,111,107,105,101,45,98,97,114,45,119,114,97,112,112,101,114,0,8,0,12,46,99,111,111,107,105,101,45,98,97,114,50,0,8,0,18,46,99,111,111,107,105,101,45,98,97,114,95,95,105,110,110,101,114,0,8,0,20,46,99,111,111,107,105,101,45,98,97,114,95,95,119,114,97,112,112,101,114,0,8,0,21,46,99,111,111,107,105,101,45,98,97,114,95,99,111,109,112,111,110,101,110,116,0,8,0,21,46,99,111,111,107,105,101,45,98,97,114,95,99,111,110,116,97,105,110,101,114,0,8,0,17,46,99,111,111,107,105,101,45,98,97,114,95,105,110,110,101,114,0,8,0,17,46,99,111,111,107,105,101,45,98,97,114,95,111,117,116,101,114,0,8,0,13,46,99,111,111,107,105,101,45,98,97,114,114,101,0,8,0,10,46,99,111,111,107,105,101,45,98,103,0,8,0,15,46,99,111,111,107,105,101,45,98,103,45,119,114,97,112,0,8,0,18,46,99,111,111,107,105,101,45,98,103,45,119,114,97,112,112,101,114,0,8,0,13,46,99,111,111,107,105,101,45,98,108,111,99,107,0,8,0,21,46,99,111,111,107,105,101,45,98,108,111,99,107,45,118,105,115,105,98,108,101,0,8,0,20,46,99,111,111,107,105,101,45,98,111,100,121,45,111,118,101,114,108,97,121,0,8,0,12,46,99,111,111,107,105,101,45,98,111,111,107,0,8,0,11,46,99,111,111,107,105,101,45,98,111,116,0,8,0,14,46,99,111,111,107,105,101,45,98,111,116,116,111,109,0,8,0,20,46,99,111,111,107,105,101,45,98,111,116,116,111,109,45,108,97,121,101,114,0,8,0,19,46,99,111,111,107,105,101,45,98,111,116,116,111,109,45,109,97,105,110,0,8,0,20,46,99,111,111,107,105,101,45,98,111,116,116,111,109,45,112,108,97,99,101,0,8,0,11,46,99,111,111,107,105,101,45,98,111,120,0,8,0,14,46,99,111,111,107,105,101,45,98,111,120,45,101,110,0,8,0,19,46,99,111,111,107,105,101,45,98,111,120,45,119,114,97,112,112,101,114,0,8,0,20,46,99,111,111,107,105,101,45,98,111,120,95,95,111,118,101,114,108,97,121,0,8,0,17,46,99,111,111,107,105,101,45,98,111,120,95,95,119,114,97,112,0,8,0,14,46,99,111,111,107,105,101,45,98,117,98,98,108,101,0,8,0,22,46,99,111,111,107,105,101,45,98,117,116,116,111,110,45,99,111,110,115,101,110,116,0,8,0,15,46,99,111,111,107,105,101,45,99,97,108,108,111,117,116,0,8,0,24,46,99,111,111,107,105,101,45,99,97,114,100,95,112,111,112,117,112,95,102,105,120,101,100,0,8,0,12,46,99,111,111,107,105,101,45,99,101,108,108,0,8,0,14,46,99,111,111,107,105,101,45,99,104,111,105,99,101,0,8,0,21,46,99,111,111,107,105,101,45,99,104,111,105,99,101,115,45,45,105,110,102,111,0,8,0,20,46,99,111,111,107,105,101,45,99,104,111,105,99,101,115,45,105,110,102,111,0,8,0,13,46,99,111,111,107,105,101,45,99,108,97,115,115,0,8,0,16,46,99,111,111,107,105,101,45,99,108,105,99,107,97,108,108,0,8,0,18,46,99,111,111,107,105,101,45,99,110,102,45,98,97,110,110,101,114,0,8,0,30,46,99,111,111,107,105,101,45,99,110,102,45,98,97,110,110,101,114,45,45,98,97,99,107,103,114,111,117,110,100,0,8,0,12,46,99,111,111,107,105,101,45,99,110,105,108,0,8,0,11,46,99,111,111,107,105,101,45,99,110,116,0,8,0,19,46,99,111,111,107,105,101,45,99,111,108,108,97,112,115,105,98,108,101,0,8,0,25,46,99,111,111,107,105,101,45,99,111,109,112,108,105,97,110,99,101,45,98,97,110,110,101,114,0,8,0,33,46,99,111,111,107,105,101,45,99,111,109,112,108,105,97,110,99,101,45,98,97,110,110,101,114,45,119,114,97,112,112,101,114,0,8,0,28,46,99,111,111,107,105,101,45,99,111,109,112,108,105,97,110,99,101,45,99,111,110,116,97,105,110,101,114,0,8,0,23,46,99,111,111,107,105,101,45,99,111,109,112,108,105,97,110,99,101,45,100,101,115,107,0,8,0,26,46,99,111,111,107,105,101,45,99,111,109,112,108,105,97,110,99,101,45,109,101,115,115,97,103,101,0,8,0,24,46,99,111,111,107,105,101,45,99,111,109,112,108,105,97,110,99,101,45,112,111,112,117,112,0,8,0,25,46,99,111,111,107,105,101,45,99,111,109,112,108,105,101,110,99,101,45,98,97,110,110,101,114,0,8,0,17,46,99,111,111,107,105,101,45,99,111,110,100,105,116,105,111,110,0,8,0,18,46,99,111,111,107,105,101,45,99,111,110,100,105,116,105,111,110,115,0,8,0,20,46,99,111,111,107,105,101,45,99,111,110,102,105,114,109,97,116,105,111,110,0,8,0,27,46,99,111,111,107,105,101,45,99,111,110,102,105,114,109,97,116,105,111,110,45,110,111,116,105,99,101,0,8,0,25,46,99,111,111,107,105,101,45,99,111,110,102,105,114,109,97,116,105,111,110,95,95,98,111,120,0,8,0,14,46,99,111,111,107,105,101,45,99,111,110,115,101,110,0,8,0,21,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,45,71,68,80,82,0,8,0,20,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,45,98,111,120,0,8,0,20,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,45,101,112,51,0,8,0,23,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,45,110,111,114,109,97,108,0,8,0,21,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,45,115,104,111,119,0,8,0,24,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,45,119,114,97,112,112,101,114,0,8,0,24,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,97,100,118,97,110,99,101,100,0,8,0,21,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,97,108,101,114,116,0,8,0,19,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,97,112,112,0,8,0,20,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,97,114,101,97,0,8,0,24,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,98,97,99,107,100,114,111,112,0,8,0,26,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,98,97,99,107,103,114,111,117,110,100,0,8,0,21,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,98,97,100,103,101,0,8,0,32,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,45,99,111,110,116,97,105,110,101,114,0,8,0,30,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,45,111,112,116,45,111,117,116,0,8,0,30,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,45,111,118,101,114,108,97,121,0,8,0,31,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,95,95,119,114,97,112,112,101,114,0,8,0,27,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,98,97,114,45,111,118,101,114,108,97,121,0,8,0,24,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,98,97,114,45,119,114,97,112,0,8,0,22,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,98,111,116,116,111,109,0,8,0,20,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,99,111,109,112,0,8,0,25,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,99,111,109,112,111,110,101,110,116,0,8,0,28,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,99,111,110,116,97,105,110,101,114,45,118,50,0,8,0,19,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,99,116,114,0,8,0,24,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,100,97,114,107,101,110,101,114,0,8,0,22,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,100,105,97,108,111,103,0,8,0,19,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,100,105,118,0,8,0,29,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,101,109,98,101,100,45,111,118,101,114,108,97,121,0,8,0,22,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,102,108,121,111,117,116,0,8,0,22,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,102,111,111,116,101,114,0,8,0,30,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,104,101,97,100,101,114,45,119,114,97,112,112,101,114,0,8,0,22,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,104,111,108,100,101,114,0,8,0,20,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,106,111,108,116,0,8,0,21,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,108,97,121,101,114,0,8,0,21,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,108,111,99,97,108,0,8,0,23,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,109,97,110,97,103,101,114,0,8,0,23,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,109,101,115,115,97,103,101,0,8,0,22,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,110,111,116,105,99,101,0,8,0,22,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,110,111,116,105,102,121,0,8,0,34,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,111,118,101,114,108,97,121,45,98,97,99,107,103,114,111,117,110,100,0,8,0,21,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,112,97,110,101,108,0,8,0,29,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,112,97,110,101,108,45,109,101,115,115,97,103,101,0,8,0,19,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,112,110,108,0,8,0,29,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,112,111,112,117,112,45,111,118,101,114,108,97,121,0,8,0,26,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,112,111,112,117,112,45,119,114,97,112,0,8,0,22,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,112,114,111,109,112,116,0,8,0,32,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,112,114,111,109,112,116,45,99,111,110,116,97,105,110,101,114,0,8,0,33,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,114,101,99,116,97,110,103,108,101,45,119,114,97,112,112,101,114,0,8,0,23,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,114,101,113,117,101,115,116,0,8,0,22,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,114,101,118,111,107,101,0,8,0,25,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,115,104,97,100,111,119,45,98,103,0,8,0,28,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,115,104,97,100,111,119,45,108,97,121,101,114,0,8,0,22,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,115,112,108,97,115,104,0,8,0,28,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,119,97,108,108,45,111,118,101,114,108,97,121,0,8,0,22,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,119,105,100,103,101,116,0,8,0,23,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,119,114,97,112,112,101,114,0,8,0,22,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,46,98,111,116,116,111,109,0,8,0,22,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,46,105,110,118,101,114,115,0,8,0,21,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,46,115,104,111,119,110,0,8,0,30,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,91,100,97,116,97,45,99,108,111,115,97,98,108,101,93,0,8,0,32,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,91,100,97,116,97,45,99,111,110,116,114,111,108,108,101,114,93,0,8,0,20,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,95,95,98,97,114,0,8,0,30,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,95,95,98,97,114,45,99,111,110,116,97,105,110,101,114,0,8,0,26,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,95,95,99,111,110,116,97,105,110,101,114,0,8,0,23,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,95,95,100,105,97,108,111,103,0,8,0,24,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,95,95,111,118,101,114,108,97,121,0,8,0,24,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,95,95,119,114,97,112,112,101,114,0,8,0,23,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,95,111,118,101,114,108,97,121,0,8,0,18,46,99,111,111,107,105,101,45,99,111,110,115,101,116,45,98,97,114,0,8,0,12,46,99,111,111,107,105,101,45,99,111,110,116,0,8,0,15,46,99,111,111,107,105,101,45,99,111,110,116,97,105,110,0,8,0,22,46,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,45,109,97,105,110,0,8,0,22,46,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,45,109,111,115,116,0,8,0,25,46,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,45,111,118,101,114,108,97,121,0,8,0,26,46,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,45,115,101,108,101,99,116,111,114,0,8,0,23,46,99,111,111,107,105,101,45,99,111,110,116,101,110,116,45,111,118,101,114,108,97,121,0,8,0,22,46,99,111,111,107,105,101,45,99,111,110,116,101,110,116,45,114,105,98,98,111,110,0,8,0,22,46,99,111,111,107,105,101,45,99,111,110,116,114,111,108,45,98,97,110,110,101,114,0,8,0,19,46,99,111,111,107,105,101,45,99,111,110,116,114,111,108,45,98,97,114,0,8,0,25,46,99,111,111,107,105,101,45,99,111,110,116,114,111,108,45,99,111,110,116,97,105,110,101,114,0,8,0,23,46,99,111,111,107,105,101,45,99,111,110,116,114,111,108,45,99,111,110,116,101,110,116,0,8,0,23,46,99,111,111,107,105,101,45,99,111,110,116,114,111,108,95,95,98,97,110,110,101,114,0,8,0,12,46,99,111,111,107,105,101,45,99,111,112,121,0,8,0,12,46,99,111,111,107,105,101,45,99,111,114,101,0,8,0,13,46,99,111,111,107,105,101,45,99,111,118,101,114,0,8,0,12,46,99,111,111,107,105,101,45,99,117,98,101,0,8,0,15,46,99,111,111,107,105,101,45,99,117,114,116,97,105,110,0,8,0,19,46,99,111,111,107,105,101,45,100,97,114,107,45,102,105,108,116,101,114,0,8,0,20,46,99,111,111,107,105,101,45,100,97,116,97,45,119,97,114,110,105,110,103,0,8,0,12,46,99,111,111,107,105,101,45,100,101,109,111,0,8,0,15,46,99,111,111,107,105,101,45,100,101,109,111,45,111,110,0,8,0,19,46,99,111,111,107,105,101,45,100,101,115,99,114,105,112,116,105,111,110,0,8,0,15,46,99,111,111,107,105,101,45,100,101,115,107,116,111,112,0,8,0,14,46,99,111,111,107,105,101,45,100,105,97,108,111,103,0,8,0,21,46,99,111,111,107,105,101,45,100,105,97,108,111,103,45,99,101,110,116,101,114,0,8,0,24,46,99,111,111,107,105,101,45,100,105,97,108,111,103,45,99,111,110,116,97,105,110,101,114,0,8,0,22,46,99,111,111,107,105,101,45,100,105,97,108,111,103,45,119,114,97,112,112,101,114,0,8,0,16,46,99,111,111,107,105,101,45,100,105,97,108,111,103,117,101,0,8,0,23,46,99,111,111,107,105,101,45,100,105,114,101,99,116,105,118,101,45,97,108,101,114,116,0,8,0,27,46,99,111,111,107,105,101,45,100,105,114,101,99,116,105,118,101,45,99,111,110,116,97,105,110,101,114,0,8,0,25,46,99,111,111,107,105,101,45,100,105,114,101,99,116,105,118,101,45,111,118,101,114,108,97,121,0,8,0,27,46,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,45,45,100,101,102,97,117,108,116,0,8,0,27,46,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,45,45,111,118,101,114,108,97,121,0,8,0,27,46,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,45,98,97,99,107,100,114,111,112,0,8,0,29,46,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,45,98,97,99,107,103,114,111,117,110,100,0,8,0,25,46,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,45,98,97,110,110,101,114,0,8,0,22,46,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,45,98,111,120,0,8,0,28,46,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,45,99,111,109,112,111,110,101,110,116,0,8,0,28,46,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,45,99,111,110,116,97,105,110,101,114,0,8,0,25,46,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,45,104,111,108,100,101,114,0,8,0,23,46,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,45,109,97,115,107,0,8,0,26,46,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,45,109,101,115,115,97,103,101,0,8,0,25,46,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,45,110,111,116,105,99,101,0,8,0,36,46,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,45,111,118,101,114,108,97,121,45,99,111,110,116,97,105,110,101,114,0,8,0,26,46,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,45,119,114,97,112,112,101,114,0,8,0,26,46,99,111,111,107,105,101,45,100,105,115,99,108,111,115,117,114,101,45,109,101,115,115,97,103,101,0,8,0,17,46,99,111,111,107,105,101,45,100,114,111,112,45,100,111,119,110,0,8,0,16,46,99,111,111,107,105,101,45,100,114,111,112,100,111,119,110,0,8,0,18,46,99,111,111,107,105,101,45,101,110,116,101,114,45,100,111,110,101,0,8,0,14,46,99,111,111,107,105,101,45,101,117,45,109,115,103,0,8,0,19,46,99,111,111,107,105,101,45,101,118,101,110,116,45,98,108,111,99,107,0,8,0,12,46,99,111,111,107,105,101,45,102,97,100,101,0,8,0,16,46,99,111,111,107,105,101,45,102,98,45,116,105,116,108,101,0,8,0,14,46,99,111,111,107,105,101,45,102,98,45,116,111,112,0,8,0,11,46,99,111,111,107,105,101,45,102,105,120,0,8,0,13,46,99,111,111,107,105,101,45,102,105,120,101,100,0,8,0,20,46,99,111,111,107,105,101,45,102,105,120,101,100,45,102,111,111,116,101,114,0,8,0,18,46,99,111,111,107,105,101,45,102,105,120,101,100,45,104,105,110,116,0,8,0,13,46,99,111,111,107,105,101,45,102,108,97,115,104,0,8,0,13,46,99,111,111,107,105,101,45,102,108,111,97,116,0,8,0,10,46,99,111,111,107,105,101,45,102,110,0,8,0,14,46,99,111,111,107,105,101,45,102,111,111,116,101,114,0,8,0,23,46,99,111,111,107,105,101,45,102,111,111,116,101,114,45,45,119,114,97,112,112,101,114,0,8,0,21,46,99,111,111,107,105,101,45,102,111,111,116,101,114,45,98,97,110,110,101,114,0,8,0,24,46,99,111,111,107,105,101,45,102,111,111,116,101,114,45,99,111,110,116,97,105,110,101,114,0,8,0,21,46,99,111,111,107,105,101,45,102,111,111,116,101,114,45,100,105,97,108,111,103,0,8,0,18,46,99,111,111,107,105,101,45,102,111,111,116,101,114,45,109,115,103,0,8,0,18,46,99,111,111,107,105,101,45,102,117,108,108,45,98,108,101,101,100,0,8,0,20,46,99,111,111,107,105,101,45,102,119,45,99,111,110,116,97,105,110,101,114,0,8,0,27,46,99,111,111,107,105,101,45,103,100,112,114,45,112,111,112,117,112,45,111,118,101,108,97,121,101,114,0,8,0,20,46,99,111,111,107,105,101,45,103,100,112,114,95,95,98,97,110,110,101,114,0,8,0,21,46,99,111,111,107,105,101,45,103,100,112,114,95,95,102,97,100,101,45,105,110,0,8,0,13,46,99,111,111,107,105,101,45,103,105,111,100,111,0,8,0,10,46,99,111,111,107,105,101,45,103,111,0,8,0,12,46,99,111,111,107,105,101,45,103,114,111,119,0,8,0,17,46,99,111,111,107,105,101,45,103,117,97,114,100,45,109,115,103,0,8,0,17,46,99,111,111,107,105,101,45,103,117,105,100,101,108,105,110,101,0,8,0,20,46,99,111,111,107,105,101,45,104,97,110,100,108,105,110,103,45,110,101,119,0,8,0,22,46,99,111,111,107,105,101,45,104,105,110,116,45,99,111,110,116,97,105,110,101,114,0,8,0,20,46,99,111,111,107,105,101,45,104,105,110,116,45,119,114,97,112,112,101,114,0,8,0,14,46,99,111,111,107,105,101,45,104,111,108,100,101,114,0,8,0,14,46,99,111,111,107,105,101,45,104,111,112,112,101,114,0,8,0,20,46,99,111,111,107,105,101,45,104,117,45,99,111,110,116,97,105,110,101,114,0,8,0,14,46,99,111,111,107,105,101,45,105,99,101,114,105,107,0,8,0,22,46,99,111,111,107,105,101,45,105,100,101,110,116,105,102,105,99,97,116,105,111,110,0,8,0,21,46,99,111,111,107,105,101,45,105,109,97,103,101,45,119,114,97,112,112,101,114,0,8,0,11,46,99,111,111,107,105,101,45,105,109,103,0,8,0,23,46,99,111,111,107,105,101,45,105,110,102,111,45,98,97,99,107,103,114,111,117,110,100,0,8,0,19,46,99,111,111,107,105,101,45,105,110,102,111,45,98,97,110,110,101,114,0,8,0,16,46,99,111,111,107,105,101,45,105,110,102,111,45,98,97,114,0,8,0,18,46,99,111,111,107,105,101,45,105,110,102,111,45,98,108,111,99,107,0,8,0,26,46,99,111,111,107,105,101,45,105,110,102,111,45,98,108,111,99,107,45,115,101,99,116,105,111,110,0,8,0,16,46,99,111,111,107,105,101,45,105,110,102,111,45,98,111,120,0,8,0,22,46,99,111,111,107,105,101,45,105,110,102,111,45,98,111,120,45,97,103,114,101,101,0,8,0,24,46,99,111,111,107,105,101,45,105,110,102,111,45,98,111,120,45,111,118,101,114,108,97,121,0,8,0,26,46,99,111,111,107,105,101,45,105,110,102,111,45,99,108,111,115,101,45,119,114,97,112,112,101,114,0,8,0,17,46,99,111,111,107,105,101,45,105,110,102,111,45,99,111,110,116,0,8,0,22,46,99,111,111,107,105,101,45,105,110,102,111,45,99,111,110,116,97,105,110,101,114,0,8,0,20,46,99,111,111,107,105,101,45,105,110,102,111,45,99,111,110,116,101,110,116,0,8,0,21,46,99,111,111,107,105,101,45,105,110,102,111,45,100,114,111,112,100,111,119,110,0,8,0,19,46,99,111,111,107,105,101,45,105,110,102,111,45,104,101,97,100,101,114,0,8,0,18,46,99,111,111,107,105,101,45,105,110,102,111,45,108,97,121,101,114,0,8,0,18,46,99,111,111,107,105,101,45,105,110,102,111,45,109,111,100,97,108,0,8,0,36,46,99,111,111,107,105,101,45,105,110,102,111,45,109,111,114,101,45,111,112,116,105,111,110,115,45,98,97,99,107,103,114,111,117,110,100,0,8,0,31,46,99,111,111,107,105,101,45,105,110,102,111,45,109,111,114,101,45,111,112,116,105,111,110,115,45,108,97,121,101,114,0,8,0,42,46,99,111,111,107,105,101,45,105,110,102,111,45,110,111,116,105,102,105,99,97,116,105,111,110,45,119,105,110,100,111,119,45,99,111,110,97,116,105,110,101,114,0,8,0,20,46,99,111,111,107,105,101,45,105,110,102,111,45,111,118,101,114,108,97,121,0,8,0,19,46,99,111,111,107,105,101,45,105,110,102,111,45,115,108,105,100,101,114,0,8,0,18,46,99,111,111,107,105,101,45,105,110,102,111,45,115,116,114,105,112,0,8,0,20,46,99,111,111,107,105,101,45,105,110,102,111,45,119,114,97,112,112,101,114,0,8,0,19,46,99,111,111,107,105,101,45,105,110,102,111,95,95,112,97,110,101,108,0,8,0,25,46,99,111,111,107,105,101,45,105,110,102,111,95,95,112,97,110,101,108,45,45,115,104,111,119,0,8,0,15,46,99,111,111,107,105,101,45,105,110,102,111,98,97,114,0,8,0,19,46,99,111,111,107,105,101,45,105,110,102,111,98,111,120,45,119,114,112,0,8,0,14,46,99,111,111,107,105,101,45,105,110,102,111,114,109,0,8,0,22,46,99,111,111,107,105,101,45,105,110,102,111,114,109,45,97,110,100,45,97,115,107,0,8,0,23,46,99,111,111,107,105,101,45,105,110,102,111,114,109,97,116,105,111,110,45,98,97,114,0,8,0,24,46,99,111,111,107,105,101,45,105,110,102,111,114,109,97,116,105,111,110,45,99,111,110,116,0,8,0,29,46,99,111,111,107,105,101,45,105,110,102,111,114,109,97,116,105,111,110,45,99,111,110,116,97,105,110,101,114,0,8,0,25,46,99,111,111,107,105,101,45,105,110,102,111,114,109,97,116,105,111,110,45,112,97,110,101,108,0,8,0,27,46,99,111,111,107,105,101,45,105,110,102,111,114,109,97,116,105,111,110,45,119,114,97,112,112,101,114,0,8,0,27,46,99,111,111,107,105,101,45,105,110,102,111,114,109,97,116,105,118,101,45,109,101,115,115,97,103,101,0,8,0,16,46,99,111,111,107,105,101,45,105,110,102,111,114,109,101,114,0,8,0,23,46,99,111,111,107,105,101,45,105,110,102,111,114,109,101,114,45,104,111,108,100,101,114,0,8,0,25,46,99,111,111,107,105,101,45,105,110,113,117,105,114,121,45,45,115,101,116,116,105,110,103,115,0,8,0,14,46,99,111,111,107,105,101,45,105,110,115,101,114,116,0,8,0,23,46,99,111,111,107,105,101,45,105,116,101,109,45,112,114,111,116,101,99,116,105,111,110,0,8,0,11,46,99,111,111,107,105,101,45,106,97,114,0,8,0,12,46,99,111,111,107,105,101,45,106,118,110,115,0,8,0,12,46,99,111,111,107,105,101,45,107,117,116,117,0,8,0,9,46,99,111,111,107,105,101,45,108,0,8,0,13,46,99,111,111,107,105,101,45,108,97,98,101,108,0,8,0,22,46,99,111,111,107,105,101,45,108,97,98,101,108,45,119,114,97,112,112,114,101,114,0,8,0,15,46,99,111,111,107,105,101,45,108,97,110,100,105,110,103,0,8,0,14,46,99,111,111,107,105,101,45,108,97,115,99,104,101,0,8,0,17,46,99,111,111,107,105,101,45,108,97,115,99,104,101,45,104,112,0,8,0,11,46,99,111,111,107,105,101,45,108,97,119,0,8,0,17,46,99,111,111,107,105,101,45,108,97,119,45,97,108,101,114,116,0,8,0,28,46,99,111,111,107,105,101,45,108,97,119,45,97,112,112,114,111,118,97,108,45,119,114,97,112,112,101,114,0,8,0,18,46,99,111,111,107,105,101,45,108,97,119,45,98,97,110,110,101,114,0,8,0,15,46,99,111,111,107,105,101,45,108,97,119,45,98,97,114,0,8,0,17,46,99,111,111,107,105,101,45,108,97,119,45,98,108,111,99,107,0,8,0,25,46,99,111,111,107,105,101,45,108,97,119,45,98,108,111,99,107,45,119,114,97,112,112,101,114,0,8,0,15,46,99,111,111,107,105,101,45,108,97,119,45,98,111,120,0,8,0,16,46,99,111,111,107,105,101,45,108,97,119,45,99,111,110,116,0,8,0,21,46,99,111,111,107,105,101,45,108,97,119,45,99,111,110,116,97,105,110,101,114,0,8,0,18,46,99,111,111,107,105,101,45,108,97,119,45,100,105,97,108,111,103,0,8,0,33,46,99,111,111,107,105,101,45,108,97,119,45,100,105,97,108,111,103,45,99,111,110,116,101,110,116,119,114,97,112,112,101,114,0,8,0,16,46,99,111,111,107,105,101,45,108,97,119,45,105,110,102,111,0,8,0,20,46,99,111,111,107,105,101,45,108,97,119,45,105,110,102,111,45,98,97,114,0,8,0,19,46,99,111,111,107,105,101,45,108,97,119,45,109,101,115,115,97,103,101,0,8,0,18,46,99,111,111,107,105,101,45,108,97,119,45,110,111,116,105,99,101,0,8,0,28,46,99,111,111,107,105,101,45,108,97,119,45,110,111,116,105,99,101,45,99,111,110,116,97,105,110,101,114,0,8,0,19,46,99,111,111,107,105,101,45,108,97,119,45,111,118,101,114,108,97,121,0,8,0,18,46,99,111,111,107,105,101,45,108,97,119,45,112,111,108,105,99,121,0,8,0,16,46,99,111,111,107,105,101,45,108,97,119,45,116,101,120,116,0,8,0,19,46,99,111,111,107,105,101,45,108,97,119,45,119,114,97,112,112,101,114,0,8,0,22,46,99,111,111,107,105,101,45,108,97,119,95,95,99,111,110,116,97,105,110,101,114,0,8,0,22,46,99,111,111,107,105,101,45,108,97,121,101,114,45,97,100,118,97,110,99,101,100,0,8,0,24,46,99,111,111,107,105,101,45,108,97,121,101,114,45,98,97,99,107,103,114,111,117,110,100,0,8,0,20,46,99,111,111,107,105,101,45,108,97,121,101,114,45,98,111,116,116,111,109,0,8,0,23,46,99,111,111,107,105,101,45,108,97,121,101,114,45,99,111,110,116,97,105,110,101,114,0,8,0,17,46,99,111,111,107,105,101,45,108,97,121,101,114,45,110,101,119,0,8,0,21,46,99,111,111,107,105,101,45,108,97,121,101,114,45,118,105,115,105,98,108,101,0,8,0,21,46,99,111,111,107,105,101,45,108,97,121,101,114,45,119,114,97,112,112,101,114,0,8,0,22,46,99,111,111,107,105,101,45,108,97,121,101,114,95,95,111,118,101,114,108,97,121,0,8,0,22,46,99,111,111,107,105,101,45,108,97,121,101,114,95,95,119,114,97,112,112,101,114,0,8,0,17,46,99,111,111,107,105,101,45,108,97,121,101,114,98,111,100,121,0,8,0,14,46,99,111,111,107,105,101,45,108,97,121,101,114,115,0,8,0,17,46,99,111,111,107,105,101,45,108,98,45,98,111,116,116,111,109,0,8,0,13,46,99,111,111,107,105,101,45,108,101,103,97,108,0,8,0,20,46,99,111,111,107,105,101,45,108,101,103,97,108,45,98,97,110,110,101,114,0,8,0,17,46,99,111,111,107,105,101,45,108,101,103,97,108,45,98,111,120,0,8,0,21,46,99,111,111,107,105,101,45,108,101,103,97,108,45,99,111,110,116,101,110,116,0,8,0,18,46,99,111,111,107,105,101,45,108,101,103,97,108,45,105,110,102,111,0,8,0,20,46,99,111,111,107,105,101,45,108,101,103,97,108,45,110,111,116,105,99,101,0,8,0,21,46,99,111,111,107,105,101,45,108,101,103,97,108,45,111,118,101,114,108,97,121,0,8,0,19,46,99,111,111,107,105,101,45,108,101,103,105,115,108,97,116,105,111,110,0,8,0,12,46,99,111,111,107,105,101,45,108,103,112,100,0,8,0,18,46,99,111,111,107,105,101,45,108,103,112,100,45,112,111,112,117,112,0,8,0,19,46,99,111,111,107,105,101,45,108,105,110,101,95,95,108,97,121,101,114,0,8,0,16,46,99,111,111,107,105,101,45,108,105,115,116,101,110,101,114,0,8,0,15,46,99,111,111,107,105,101,45,109,97,100,110,101,115,115,0,8,0,26,46,99,111,111,107,105,101,45,109,97,110,97,103,101,109,101,110,116,45,111,118,101,114,108,97,121,0,8,0,25,46,99,111,111,107,105,101,45,109,97,110,97,103,101,114,45,45,101,120,116,101,110,100,101,100,0,8,0,22,46,99,111,111,107,105,101,45,109,97,110,97,103,101,114,45,98,97,110,110,101,114,0,8,0,23,46,99,111,111,107,105,101,45,109,97,110,97,103,101,114,45,99,111,110,115,101,110,116,0,8,0,22,46,99,111,111,107,105,101,45,109,97,110,97,103,101,114,45,100,105,97,108,111,103,0,8,0,23,46,99,111,111,107,105,101,45,109,97,110,97,103,101,114,45,111,118,101,114,108,97,121,0,8,0,32,46,99,111,111,107,105,101,45,109,97,110,97,103,101,114,45,112,111,112,117,112,95,95,99,111,110,116,97,105,110,101,114,0,8,0,23,46,99,111,111,107,105,101,45,109,97,110,97,103,101,114,45,112,111,114,116,108,101,116,0,8,0,12,46,99,111,111,107,105,101,45,109,97,114,107,0,8,0,12,46,99,111,111,107,105,101,45,109,97,115,107,0,8,0,19,46,99,111,111,107,105,101,45,109,97,116,45,119,114,97,112,112,101,114,0,8,0,15,46,99,111,111,107,105,101,45,109,101,108,100,105,110,103,0,8,0,20,46,99,111,111,107,105,101,45,109,101,108,100,105,110,103,45,102,111,110,100,0,8,0,23,46,99,111,111,107,105,101,45,109,101,108,100,105,110,103,45,119,114,97,112,112,101,114,0,8,0,15,46,99,111,111,107,105,101,45,109,101,110,116,105,111,110,0,8,0,11,46,99,111,111,107,105,101,45,109,101,115,0,8,0,13,46,99,111,111,107,105,101,45,109,101,115,97,106,0,8,0,12,46,99,111,111,107,105,101,45,109,101,115,115,0,8,0,20,46,99,111,111,107,105,101,45,109,101,115,115,97,103,101,45,50,48,50,48,0,8,0,22,46,99,111,111,107,105,101,45,109,101,115,115,97,103,101,45,98,97,110,110,101,114,0,8,0,19,46,99,111,111,107,105,101,45,109,101,115,115,97,103,101,45,98,97,114,0,8,0,21,46,99,111,111,107,105,101,45,109,101,115,115,97,103,101,45,98,108,111,99,107,0,8,0,35,46,99,111,111,107,105,101,45,109,101,115,115,97,103,101,45,98,108,111,99,107,105,110,103,45,98,97,99,107,103,114,111,117,110,100,0,8,0,19,46,99,111,111,107,105,101,45,109,101,115,115,97,103,101,45,98,111,120,0,8,0,23,46,99,111,111,107,105,101,45,109,101,115,115,97,103,101,45,100,101,115,107,116,111,112,0,8,0,29,46,99,111,111,107,105,101,45,109,101,115,115,97,103,101,45,109,111,100,97,108,45,111,118,101,114,108,97,121,0,8,0,23,46,99,111,111,107,105,101,45,109,101,115,115,97,103,101,45,111,118,101,114,108,97,121,0,8,0,23,46,99,111,111,107,105,101,45,109,101,115,115,97,103,101,45,119,114,97,112,112,101,114,0,8,0,27,46,99,111,111,107,105,101,45,109,101,115,115,97,103,101,46,99,109,115,70,108,101,120,105,98,108,101,0,8,0,20,46,99,111,111,107,105,101,45,109,101,115,115,97,103,101,95,95,98,97,114,0,8,0,26,46,99,111,111,107,105,101,45,109,101,115,115,97,103,101,95,95,99,111,110,116,97,105,110,101,114,0,8,0,21,46,99,111,111,107,105,101,45,109,101,115,115,97,103,101,95,95,119,114,97,112,0,8,0,24,46,99,111,111,107,105,101,45,109,101,115,115,97,103,101,95,95,119,114,97,112,112,101,114,0,8,0,16,46,99,111,111,107,105,101,45,109,101,115,115,97,103,101,115,0,8,0,17,46,99,111,111,107,105,101,45,109,101,115,115,97,103,105,110,103,0,8,0,27,46,99,111,111,107,105,101,45,109,101,115,115,97,103,105,110,103,45,99,111,109,112,111,110,101,110,116,0,8,0,17,46,99,111,111,107,105,101,45,109,105,110,45,112,97,110,101,108,0,8,0,22,46,99,111,111,107,105,101,45,109,111,100,97,108,45,98,97,99,107,100,114,111,112,0,8,0,16,46,99,111,111,107,105,101,45,109,111,100,97,108,45,98,103,0,8,0,21,46,99,111,111,107,105,101,45,109,111,100,97,108,45,109,101,115,115,97,103,101,0,8,0,22,46,99,111,111,107,105,101,45,109,111,100,97,108,95,95,111,118,101,114,108,97,121,0,8,0,18,46,99,111,111,107,105,101,45,109,111,100,101,95,95,119,114,97,112,0,8,0,14,46,99,111,111,107,105,101,45,109,111,100,117,108,101,0,8,0,22,46,99,111,111,107,105,101,45,109,111,100,117,108,101,45,119,114,97,112,112,101,114,0,8,0,15,46,99,111,111,107,105,101,45,109,111,110,115,116,101,114,0,8,0,22,46,99,111,111,107,105,101,45,109,111,110,115,116,101,114,45,100,105,97,108,111,103,0,8,0,23,46,99,111,111,107,105,101,45,109,111,110,115,116,101,114,45,111,118,101,114,108,97,121,0,8,0,26,46,99,111,111,107,105,101,45,109,111,110,115,116,101,114,95,95,99,111,110,116,97,105,110,101,114,0,8,0,15,46,99,111,111,107,105,101,45,109,115,103,45,98,97,114,0,8,0,15,46,99,111,111,107,105,101,45,109,115,103,45,98,111,120,0,8,0,16,46,99,111,111,107,105,101,45,109,115,103,45,105,110,102,111,0,8,0,26,46,99,111,111,107,105,101,45,109,115,103,45,105,110,102,111,45,99,111,110,116,97,105,110,101,114,0,8,0,16,46,99,111,111,107,105,101,45,109,115,103,45,119,114,97,112,0,8,0,20,46,99,111,111,107,105,101,45,109,115,103,95,95,99,111,110,116,101,110,116,0,8,0,11,46,99,111,111,107,105,101,45,110,97,103,0,8,0,14,46,99,111,111,107,105,101,45,110,97,103,98,97,114,0,8,0,11,46,99,111,111,107,105,101,45,110,97,118,0,8,0,14,46,99,111,111,107,105,101,45,110,97,118,98,97,114,0,8,0,12,46,99,111,111,107,105,101,45,110,111,110,101,0,8,0,26,46,99,111,111,107,105,101,45,110,111,116,45,99,111,110,102,105,114,109,45,98,97,110,110,101,114,0,8,0,12,46,99,111,111,107,105,101,45,110,111,116,101,0,8,0,18,46,99,111,111,107,105,101,45,110,111,116,101,45,45,119,114,97,112,0,8,0,22,46,99,111,111,107,105,101,45,110,111,116,101,45,99,111,110,116,97,105,110,101,114,0,8,0,18,46,99,111,111,107,105,101,45,110,111,116,101,45,112,111,112,117,112,0,8,0,20,46,99,111,111,107,105,101,45,110,111,116,101,45,119,114,97,112,112,101,114,0,8,0,21,46,99,111,111,107,105,101,45,110,111,116,101,95,95,119,114,97,112,112,101,114,0,8,0,12,46,99,111,111,107,105,101,45,110,111,116,102,0,8,0,25,46,99,111,111,107,105,101,45,110,111,116,105,99,101,45,45,105,115,86,105,115,105,98,108,101,0,8,0,23,46,99,111,111,107,105,101,45,110,111,116,105,99,101,45,45,118,105,115,105,98,108,101,0,8,0,23,46,99,111,111,107,105,101,45,110,111,116,105,99,101,45,45,119,114,97,112,112,101,114,0,8,0,16,46,99,111,111,107,105,101,45,110,111,116,105,99,101,45,50,0,8,0,20,46,99,111,111,107,105,101,45,110,111,116,105,99,101,45,97,108,101,114,116,0,8,0,21,46,99,111,111,107,105,101,45,110,111,116,105,99,101,45,98,97,110,110,101,114,0,8,0,18,46,99,111,111,107,105,101,45,110,111,116,105,99,101,45,98,97,114,0,8,0,21,46,99,111,111,107,105,101,45,110,111,116,105,99,101,45,98,111,116,116,111,109,0,8,0,22,46,99,111,111,107,105,101,45,110,111,116,105,99,101,45,99,111,110,116,101,110,116,0,8,0,21,46,99,111,111,107,105,101,45,110,111,116,105,99,101,45,100,105,97,108,111,103,0,8,0,20,46,99,111,111,107,105,101,45,110,111,116,105,99,101,45,100,115,118,103,111,0,8,0,20,46,99,111,111,107,105,101,45,110,111,116,105,99,101,45,102,105,120,101,100,0,8,0,21,46,99,111,111,107,105,101,45,110,111,116,105,99,101,45,102,111,111,116,101,114,0,8,0,29,46,99,111,111,107,105,101,45,110,111,116,105,99,101,45,102,117,108,108,45,99,111,110,116,97,105,110,101,114,0,8,0,21,46,99,111,111,107,105,101,45,110,111,116,105,99,101,45,104,111,108,100,101,114,0,8,0,20,46,99,111,111,107,105,101,45,110,111,116,105,99,101,45,105,110,110,101,114,0,8,0,22,46,99,111,111,107,105,101,45,110,111,116,105,99,101,45,111,118,101,114,108,97,121,0,8,0,20,46,99,111,111,107,105,101,45,110,111,116,105,99,101,45,112,111,112,117,112,0,8,0,19,46,99,111,111,107,105,101,45,110,111,116,105,99,101,45,114,111,111,116,0,8,0,18,46,99,111,111,107,105,101,45,110,111,116,105,99,101,45,116,111,112,0,8,0,17,46,99,111,111,107,105,101,45,110,111,116,105,99,101,45,117,105,0,8,0,19,46,99,111,111,107,105,101,45,110,111,116,105,99,101,45,119,114,97,112,0,8,0,36,46,99,111,111,107,105,101,45,110,111,116,105,99,101,45,119,114,97,112,112,101,114,45,112,114,105,118,97,99,121,112,111,108,105,99,121,0,8,0,20,46,99,111,111,107,105,101,45,110,111,116,105,99,101,46,97,108,101,114,116,0,8,0,30,46,99,111,111,107,105,101,45,110,111,116,105,99,101,46,97,108,101,114,116,45,115,101,99,111,110,100,97,114,121,0,8,0,21,46,99,111,111,107,105,101,45,110,111,116,105,99,101,46,98,111,116,116,111,109,0,8,0,18,46,99,111,111,107,105,101,45,110,111,116,105,99,101,46,116,111,112,0,8,0,26,46,99,111,111,107,105,101,45,110,111,116,105,99,101,95,95,98,97,99,107,103,114,111,117,110,100,0,8,0,21,46,99,111,111,107,105,101,45,110,111,116,105,99,101,95,95,105,110,110,101,114,0,8,0,23,46,99,111,111,107,105,101,45,110,111,116,105,99,101,95,95,111,118,101,114,108,97,121,0,8,0,17,46,99,111,111,107,105,101,45,110,111,116,105,99,101,98,97,114,0,8,0,13,46,99,111,111,107,105,101,45,110,111,116,105,102,0,8,0,20,46,99,111,111,107,105,101,45,110,111,116,105,102,45,98,97,110,110,101,114,0,8,0,30,46,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,45,45,101,120,116,101,114,110,97,108,0,8,0,26,46,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,45,97,108,101,114,116,0,8,0,29,46,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,45,98,97,99,107,100,114,111,112,0,8,0,31,46,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,45,98,97,99,107,103,114,111,117,110,100,0,8,0,27,46,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,45,98,97,110,110,101,114,0,8,0,24,46,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,45,98,97,114,0,8,0,26,46,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,45,98,108,111,99,107,0,8,0,24,46,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,45,98,111,120,0,8,0,27,46,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,45,98,117,98,98,108,101,0,8,0,30,46,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,45,99,111,110,116,97,105,110,101,114,0,8,0,23,46,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,45,101,115,0,8,0,27,46,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,45,104,101,97,100,101,114,0,8,0,27,46,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,45,104,111,108,100,101,114,0,8,0,28,46,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,45,109,101,115,115,97,103,101,0,8,0,26,46,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,45,109,111,100,97,108,0,8,0,24,46,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,45,109,115,103,0,8,0,25,46,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,45,119,114,97,112,0,8,0,25,46,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,95,95,98,97,114,0,8,0,26,46,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,95,95,119,114,97,112,0,8,0,29,46,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,95,95,119,114,97,112,112,101,114,0,8,0,23,46,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,95,119,114,0,8,0,21,46,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,115,0,8,0,16,46,99,111,111,107,105,101,45,110,111,116,105,102,105,101,114,0,8,0,24,46,99,111,111,107,105,101,45,110,111,116,105,102,105,101,114,45,99,111,110,116,101,110,116,0,8,0,20,46,99,111,111,107,105,101,45,110,111,116,105,102,105,107,97,115,106,111,110,0,8,0,14,46,99,111,111,107,105,101,45,110,111,116,105,102,121,0,8,0,20,46,99,111,111,107,105,101,45,110,111,116,105,102,121,45,98,108,111,99,107,0,8,0,24,46,99,111,111,107,105,101,45,110,111,116,105,102,121,45,99,111,110,116,97,105,110,101,114,0,8,0,20,46,99,111,111,107,105,101,45,110,111,116,105,102,121,45,112,111,112,117,112,0,8,0,23,46,99,111,111,107,105,101,45,110,111,116,105,102,121,95,95,119,114,97,112,112,101,114,0,8,0,11,46,99,111,111,107,105,101,45,110,116,102,0,8,0,13,46,99,111,111,107,105,101,45,110,117,100,103,101,0,8,0,13,46,99,111,111,107,105,101,45,111,102,102,101,114,0,8,0,10,46,99,111,111,107,105,101,45,111,107,0,8,0,14,46,99,111,111,107,105,101,45,111,110,45,116,111,112,0,8,0,11,46,99,111,111,107,105,101,45,111,110,101,0,8,0,11,46,99,111,111,107,105,101,45,111,112,97,0,8,0,25,46,99,111,111,107,105,101,45,111,112,101,114,97,116,105,111,110,45,109,101,115,115,97,103,101,0,8,0,14,46,99,111,111,107,105,101,45,111,112,116,45,105,110,0,8,0,22,46,99,111,111,107,105,101,45,111,112,116,45,105,110,45,111,118,101,114,108,97,121,0,8,0,15,46,99,111,111,107,105,101,45,111,112,116,45,111,117,116,0,8,0,13,46,99,111,111,107,105,101,45,111,112,116,105,110,0,8,0,19,46,99,111,111,107,105,101,45,111,112,116,105,110,45,109,111,100,97,108,0,8,0,20,46,99,111,111,107,105,101,45,111,112,116,105,111,110,115,45,104,111,111,107,0,8,0,13,46,99,111,111,107,105,101,45,111,117,116,101,114,0,8,0,23,46,99,111,111,107,105,101,45,111,117,116,101,114,45,99,111,110,116,97,105,110,101,114,0,8,0,28,46,99,111,111,107,105,101,45,111,117,116,101,114,45,99,111,110,116,97,105,110,101,114,45,119,114,97,112,0,8,0,21,46,99,111,111,107,105,101,45,111,117,116,101,114,45,119,114,97,112,112,101,114,0,8,0,14,46,99,111,111,107,105,101,45,111,117,116,116,101,114,0,8,0,19,46,99,111,111,107,105,101,45,111,118,101,110,45,119,105,100,103,101,116,0,8,0,12,46,99,111,111,107,105,101,45,111,118,101,114,0,8,0,15,46,99,111,111,107,105,101,45,111,118,101,114,76,97,121,0,8,0,19,46,99,111,111,107,105,101,45,111,118,101,114,108,97,121,45,98,111,120,0,8,0,25,46,99,111,111,107,105,101,45,111,118,101,114,108,97,121,45,109,111,100,97,108,45,98,111,120,0,8,0,23,46,99,111,111,107,105,101,45,111,118,101,114,108,97,121,45,119,114,97,112,112,101,114,0,8,0,12,46,99,111,111,107,105,101,45,112,97,110,101,0,8,0,19,46,99,111,111,107,105,101,45,112,97,110,101,45,45,115,104,111,119,110,0,8,0,21,46,99,111,111,107,105,101,45,112,97,110,101,108,45,99,111,110,116,101,110,116,0,8,0,21,46,99,111,111,107,105,101,45,112,97,110,101,108,45,111,118,101,114,108,97,121,0,8,0,18,46,99,111,111,107,105,101,45,112,101,114,109,105,115,115,105,111,110,0,8,0,28,46,99,111,111,107,105,101,45,112,101,114,109,105,115,115,105,111,110,45,45,98,97,99,107,100,114,111,112,0,8,0,23,46,99,111,111,107,105,101,45,112,101,114,109,105,115,115,105,111,110,45,45,100,105,109,0,8,0,25,46,99,111,111,107,105,101,45,112,101,114,109,105,115,115,105,111,110,45,98,97,110,110,101,114,0,8,0,32,46,99,111,111,107,105,101,45,112,101,114,109,105,115,115,105,111,110,45,99,111,110,116,97,105,110,101,114,45,98,105,103,0,8,0,36,46,99,111,111,107,105,101,45,112,101,114,109,105,115,115,105,111,110,45,99,111,110,116,97,105,110,101,114,45,111,118,101,114,108,97,121,0,8,0,25,46,99,111,111,107,105,101,45,112,101,114,109,105,115,115,105,111,110,45,102,111,111,116,101,114,0,8,0,25,46,99,111,111,107,105,101,45,112,101,114,109,105,115,115,105,111,110,45,112,114,111,109,112,116,0,8,0,14,46,99,111,111,107,105,101,45,112,108,117,103,105,110,0,8,0,14,46,99,111,111,107,105,101,45,112,111,108,105,99,101,0,8,0,16,46,99,111,111,107,105,101,45,112,111,108,105,99,105,101,115,0,8,0,21,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,45,98,108,111,99,107,0,8,0,25,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,45,99,111,110,116,97,105,110,101,114,0,8,0,21,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,97,99,99,101,112,116,0,8,0,31,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,97,103,103,114,101,115,115,105,118,101,45,112,111,112,117,112,0,8,0,20,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,97,103,114,101,101,0,8,0,24,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,97,103,114,101,101,109,101,110,116,0,8,0,20,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,97,108,101,114,116,0,8,0,19,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,97,114,101,97,0,8,0,25,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,98,97,110,110,101,114,45,98,97,114,0,8,0,18,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,98,97,114,0,8,0,23,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,98,97,114,45,98,97,115,101,0,8,0,25,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,98,97,114,45,98,111,116,116,111,109,0,8,0,19,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,98,101,108,116,0,8,0,20,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,98,108,111,99,107,0,8,0,21,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,98,111,116,116,111,109,0,8,0,18,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,98,111,120,0,8,0,20,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,99,108,97,115,115,0,8,0,22,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,99,111,110,115,101,110,116,0,8,0,19,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,99,111,110,116,0,8,0,24,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,99,111,110,116,97,105,110,101,114,0,8,0,22,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,99,111,110,116,101,110,116,0,8,0,19,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,99,111,110,118,0,8,0,21,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,100,105,97,108,111,103,0,8,0,25,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,100,105,115,99,108,97,105,109,101,114,0,8,0,18,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,100,105,118,0,8,0,20,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,100,117,114,101,120,0,8,0,22,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,101,108,101,109,101,110,116,0,8,0,21,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,102,111,111,116,101,114,0,8,0,19,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,102,111,114,109,0,8,0,19,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,103,100,112,114,0,8,0,21,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,105,110,102,111,114,109,0,8,0,31,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,106,117,110,101,45,50,48,49,57,45,110,111,116,105,99,101,0,8,0,20,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,108,97,121,101,114,0,8,0,22,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,109,101,115,115,97,103,101,0,8,0,20,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,109,111,100,97,108,0,8,0,18,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,109,115,103,0,8,0,19,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,110,111,116,101,0,8,0,21,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,110,111,116,105,99,101,0,8,0,31,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,110,111,116,105,99,101,45,99,111,110,116,97,105,110,101,114,0,8,0,27,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,22,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,111,112,116,45,111,117,116,0,8,0,22,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,111,118,101,114,108,97,121,0,8,0,20,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,112,97,110,101,108,0,8,0,20,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,112,111,112,105,110,0,8,0,20,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,112,111,112,117,112,0,8,0,21,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,112,114,111,109,112,116,0,8,0,22,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,115,101,99,116,105,111,110,0,8,0,23,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,115,110,97,99,107,98,97,114,0,8,0,24,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,115,116,97,116,101,109,101,110,116,0,8,0,22,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,115,117,109,109,97,114,121,0,8,0,19,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,116,105,112,115,0,8,0,27,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,116,105,112,115,45,119,114,97,112,112,101,114,0,8,0,22,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,119,97,114,110,105,110,103,0,8,0,32,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,119,97,114,110,105,110,103,45,99,111,110,116,97,105,110,101,114,0,8,0,21,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,119,105,100,103,101,116,0,8,0,21,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,119,105,110,100,111,119,0,8,0,19,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,119,114,97,112,0,8,0,22,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,119,114,97,112,112,101,114,0,8,0,20,46,99,111,111,107,105,101,45,112,111,108,105,99,121,95,95,99,97,114,100,0,8,0,25,46,99,111,111,107,105,101,45,112,111,108,105,99,121,95,95,99,111,110,116,97,105,110,101,114,0,8,0,17,46,99,111,111,107,105,101,45,112,111,108,105,99,121,109,115,103,0,8,0,16,46,99,111,111,107,105,101,45,112,111,108,105,116,105,99,115,0,8,0,11,46,99,111,111,107,105,101,45,112,111,112,0,8,0,16,46,99,111,111,107,105,101,45,112,111,112,45,109,97,105,110,0,8,0,24,46,99,111,111,107,105,101,45,112,111,112,45,117,112,45,99,111,109,112,111,110,101,110,116,0,8,0,24,46,99,111,111,107,105,101,45,112,111,112,45,117,112,45,99,111,110,116,97,105,110,101,114,0,8,0,22,46,99,111,111,107,105,101,45,112,111,112,45,117,112,45,111,118,101,114,108,97,121,0,8,0,16,46,99,111,111,107,105,101,45,112,111,112,45,119,114,97,112,0,8,0,13,46,99,111,111,107,105,101,45,112,111,112,85,112,0,8,0,13,46,99,111,111,107,105,101,45,112,111,112,105,110,0,8,0,15,46,99,111,111,107,105,101,45,112,111,112,111,118,101,114,0,8,0,23,46,99,111,111,107,105,101,45,112,111,112,111,118,101,114,45,45,97,99,116,105,118,101,0,8,0,17,46,99,111,111,107,105,101,45,112,111,112,117,112,45,98,97,114,0,8,0,17,46,99,111,111,107,105,101,45,112,111,112,117,112,45,98,111,120,0,8,0,23,46,99,111,111,107,105,101,45,112,111,112,117,112,45,99,111,110,116,97,105,110,101,114,0,8,0,19,46,99,111,111,107,105,101,45,112,111,112,117,112,45,102,105,114,115,116,0,8,0,28,46,99,111,111,107,105,101,45,112,111,112,117,112,45,109,111,98,105,108,101,45,119,114,97,112,112,101,114,0,8,0,21,46,99,111,111,107,105,101,45,112,111,112,117,112,45,111,118,101,114,108,97,121,0,8,0,17,46,99,111,111,107,105,101,45,112,111,112,117,112,45,119,105,110,0,8,0,21,46,99,111,111,107,105,101,45,112,111,112,117,112,45,119,114,97,112,112,101,114,0,8,0,33,46,99,111,111,107,105,101,45,112,111,112,117,112,46,118,97,114,105,97,110,116,83,101,108,101,99,116,77,111,98,105,108,101,0,8,0,22,46,99,111,111,107,105,101,45,112,111,112,117,112,95,95,104,101,97,100,105,110,103,0,8,0,22,46,99,111,111,107,105,101,45,112,111,112,117,112,95,95,119,114,97,112,112,101,114,0,8,0,10,46,99,111,111,107,105,101,45,112,112,0,8,0,24,46,99,111,111,107,105,101,45,112,114,101,102,101,114,101,110,99,101,45,109,111,100,97,108,0,8,0,27,46,99,111,111,107,105,101,45,112,114,101,102,101,114,101,110,99,101,95,95,111,118,101,114,108,97,121,0,8,0,15,46,99,111,111,107,105,101,45,112,114,105,118,97,99,121,0,8,0,22,46,99,111,111,107,105,101,45,112,114,105,118,97,99,121,45,98,97,110,110,101,114,0,8,0,25,46,99,111,111,107,105,101,45,112,114,105,118,97,99,121,45,99,111,110,116,97,105,110,101,114,0,8,0,23,46,99,111,111,107,105,101,45,112,114,105,118,97,99,121,45,109,101,115,115,97,103,101,0,8,0,22,46,99,111,111,107,105,101,45,112,114,105,118,97,99,121,45,110,111,116,105,99,101,0,8,0,28,46,99,111,111,107,105,101,45,112,114,105,118,97,99,121,45,112,111,108,105,99,121,45,112,111,112,117,112,0,8,0,21,46,99,111,111,107,105,101,45,112,114,105,118,97,99,121,45,112,111,112,117,112,0,8,0,17,46,99,111,111,107,105,101,45,112,114,111,99,101,115,115,101,100,0,8,0,13,46,99,111,111,107,105,101,45,112,114,111,109,111,0,8,0,14,46,99,111,111,107,105,101,45,112,114,111,109,112,116,0,8,0,24,46,99,111,111,107,105,101,45,112,114,111,109,112,116,45,99,111,110,116,97,105,110,101,114,0,8,0,19,46,99,111,111,107,105,101,45,112,114,111,109,112,116,45,119,114,97,112,0,8,0,22,46,99,111,111,107,105,101,45,112,114,111,109,112,116,45,119,114,97,112,112,101,114,0,8,0,21,46,99,111,111,107,105,101,45,112,114,111,109,112,116,95,95,111,117,116,101,114,0,8,0,16,46,99,111,111,107,105,101,45,112,114,111,109,112,116,101,114,0,8,0,16,46,99,111,111,107,105,101,45,113,117,101,115,116,105,111,110,0,8,0,14,46,99,111,111,107,105,101,45,114,101,103,105,111,110,0,8,0,15,46,99,111,111,107,105,101,45,114,101,113,117,101,115,116,0,8,0,19,46,99,111,111,107,105,101,45,114,101,113,117,101,115,116,45,99,116,110,0,8,0,21,46,99,111,111,107,105,101,45,114,101,118,111,107,101,45,104,105,100,100,101,110,0,8,0,14,46,99,111,111,107,105,101,45,114,105,98,98,111,110,0,8,0,24,46,99,111,111,107,105,101,45,114,105,98,98,111,110,45,99,111,109,112,111,110,101,110,116,0,8,0,18,46,99,111,111,107,105,101,45,114,105,99,104,116,108,105,110,105,101,0,8,0,12,46,99,111,111,107,105,101,45,114,111,100,111,0,8,0,20,46,99,111,111,107,105,101,45,114,111,100,111,45,45,99,101,110,116,101,114,0,8,0,19,46,99,111,111,107,105,101,45,114,111,100,111,45,100,105,97,108,111,103,0,8,0,17,46,99,111,111,107,105,101,45,114,111,103,108,97,45,100,105,118,0,8,0,11,46,99,111,111,107,105,101,45,114,111,119,0,8,0,21,46,99,111,111,107,105,101,45,114,117,108,101,115,45,119,114,97,112,112,101,114,0,8,0,14,46,99,111,111,107,105,101,45,114,117,110,119,97,121,0,8,0,22,46,99,111,111,107,105,101,45,115,99,114,105,112,116,45,99,111,110,116,101,110,116,0,8,0,15,46,99,111,111,107,105,101,45,115,101,99,116,105,111,110,0,8,0,18,46,99,111,111,107,105,101,45,115,101,116,45,112,111,112,45,117,112,0,8,0,26,46,99,111,111,107,105,101,45,115,101,116,116,105,110,103,45,98,111,116,116,111,109,45,98,97,114,0,8,0,23,46,99,111,111,107,105,101,45,115,101,116,116,105,110,103,45,109,101,115,115,97,103,101,0,8,0,24,46,99,111,111,107,105,101,45,115,101,116,116,105,110,103,115,45,45,115,105,109,112,108,101,0,8,0,22,46,99,111,111,107,105,101,45,115,101,116,116,105,110,103,115,45,97,108,101,114,116,0,8,0,21,46,99,111,111,107,105,101,45,115,101,116,116,105,110,103,115,45,98,97,110,100,0,8,0,24,46,99,111,111,107,105,101,45,115,101,116,116,105,110,103,115,45,109,101,115,115,97,103,101,0,8,0,29,46,99,111,111,107,105,101,45,115,101,116,116,105,110,103,115,46,102,105,120,101,100,45,98,111,116,116,111,109,0,8,0,27,46,99,111,111,107,105,101,45,115,101,116,116,105,110,103,115,46,105,115,45,118,105,115,105,98,108,101,0,8,0,25,46,99,111,111,107,105,101,45,115,101,116,116,105,110,103,115,95,95,111,118,101,114,108,97,121,0,8,0,16,46,99,111,111,107,105,101,45,115,104,111,119,45,98,97,114,0,8,0,23,46,99,111,111,107,105,101,45,115,104,111,119,45,98,97,114,45,98,111,116,116,111,109,0,8,0,12,46,99,111,111,107,105,101,45,115,105,103,110,0,8,0,16,46,99,111,111,107,105,101,45,115,105,103,110,98,111,100,121,0,8,0,24,46,99,111,111,107,105,101,45,115,105,116,101,117,115,97,103,101,45,110,111,116,105,99,101,0,8,0,23,46,99,111,111,107,105,101,45,115,108,105,100,101,45,99,111,110,116,97,105,110,101,114,0,8,0,18,46,99,111,111,107,105,101,45,115,108,105,100,101,45,100,111,119,110,0,8,0,14,46,99,111,111,107,105,101,45,115,108,105,100,101,114,0,8,0,13,46,99,111,111,107,105,101,45,115,110,97,99,107,0,8,0,15,46,99,111,111,107,105,101,45,115,110,105,112,112,101,116,0,8,0,14,46,99,111,111,107,105,101,45,115,112,108,97,115,104,0,8,0,13,46,99,111,111,107,105,101,45,115,116,97,103,101,0,8,0,23,46,99,111,111,107,105,101,45,115,116,97,116,101,109,101,110,116,45,112,111,112,117,112,0,8,0,14,46,99,111,111,107,105,101,45,115,116,97,116,117,115,0,8,0,14,46,99,111,111,107,105,101,45,115,116,105,99,107,121,0,8,0,19,46,99,111,111,107,105,101,45,115,116,105,99,107,121,45,102,108,101,120,0,8,0,21,46,99,111,111,107,105,101,45,115,116,105,99,107,121,45,104,111,108,100,101,114,0,8,0,19,46,99,111,111,107,105,101,45,115,116,105,99,107,121,45,119,114,97,112,0,8,0,18,46,99,111,111,107,105,101,45,115,116,105,107,101,121,45,110,97,118,0,8,0,13,46,99,111,111,107,105,101,45,115,116,114,105,112,0,8,0,14,46,99,111,111,107,105,101,45,115,116,114,105,112,101,0,8,0,17,46,99,111,111,107,105,101,45,115,117,98,115,116,114,97,116,101,0,8,0,11,46,99,111,111,107,105,101,45,116,97,98,0,8,0,13,46,99,111,111,107,105,101,45,116,97,98,108,101,0,8,0,13,46,99,111,111,107,105,101,45,116,101,97,100,101,0,8,0,14,46,99,111,111,107,105,101,45,116,101,97,115,101,114,0,8,0,13,46,99,111,111,107,105,101,45,116,101,107,115,116,0,8,0,13,46,99,111,111,107,105,101,45,116,101,114,109,115,0,8,0,13,46,99,111,111,107,105,101,45,116,104,105,110,103,0,8,0,14,46,99,111,111,107,105,101,45,116,104,111,117,103,104,0,8,0,12,46,99,111,111,107,105,101,45,116,105,109,101,0,8,0,11,46,99,111,111,107,105,101,45,116,105,112,0,8,0,14,46,99,111,111,107,105,101,45,116,105,112,45,98,103,0,8,0,21,46,99,111,111,107,105,101,45,116,105,112,45,99,111,110,116,97,105,110,101,114,0,8,0,16,46,99,111,111,107,105,101,45,116,105,112,45,119,114,97,112,0,8,0,14,46,99,111,111,107,105,101,45,116,111,45,116,111,112,0,8,0,13,46,99,111,111,107,105,101,45,116,111,97,115,116,0,8,0,18,46,99,111,111,107,105,101,45,116,111,97,115,116,45,119,114,97,112,0,8,0,15,46,99,111,111,107,105,101,45,116,111,97,115,116,101,114,0,8,0,12,46,99,111,111,107,105,101,45,116,111,111,108,0,8,0,22,46,99,111,111,107,105,101,45,116,111,111,108,45,99,111,110,116,97,105,110,101,114,0,8,0,15,46,99,111,111,107,105,101,45,116,111,111,108,98,97,114,0,8,0,15,46,99,111,111,107,105,101,45,116,111,111,108,116,105,112,0,8,0,23,46,99,111,111,107,105,101,45,116,111,111,108,116,105,112,45,99,111,110,116,101,110,116,0,8,0,21,46,99,111,111,107,105,101,45,116,111,111,108,116,105,112,95,112,111,112,117,112,0,8,0,11,46,99,111,111,107,105,101,45,116,111,112,0,8,0,18,46,99,111,111,107,105,101,45,116,111,112,45,98,97,110,110,101,114,0,8,0,26,46,99,111,111,107,105,101,45,116,111,112,98,97,110,110,101,114,99,111,110,116,97,105,110,101,114,0,8,0,18,46,99,111,111,107,105,101,45,116,111,115,45,102,111,111,116,101,114,0,8,0,11,46,99,111,111,107,105,101,45,116,120,116,0,8,0,17,46,99,111,111,107,105,101,45,117,105,45,100,105,97,108,111,103,0,8,0,13,46,99,111,111,107,105,101,45,117,110,100,105,122,0,8,0,13,46,99,111,111,107,105,101,45,117,115,97,103,101,0,8,0,18,46,99,111,111,107,105,101,45,117,115,97,103,101,45,105,110,102,111,0,8,0,24,46,99,111,111,107,105,101,45,117,115,97,103,101,45,105,110,102,111,45,98,108,111,99,107,0,8,0,17,46,99,111,111,107,105,101,45,117,115,97,103,101,45,109,115,103,0,8,0,26,46,99,111,111,107,105,101,45,117,115,97,103,101,45,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,20,46,99,111,111,107,105,101,45,117,115,97,103,101,45,110,111,116,105,102,121,0,8,0,19,46,99,111,111,107,105,101,45,117,115,97,103,101,45,112,111,112,117,112,0,8,0,20,46,99,111,111,107,105,101,45,117,115,97,103,101,45,119,105,100,103,101,116,0,8,0,21,46,99,111,111,107,105,101,45,117,115,97,103,101,45,119,114,97,112,112,101,114,0,8,0,11,46,99,111,111,107,105,101,45,117,115,101,0,8,0,17,46,99,111,111,107,105,101,45,117,115,101,45,112,111,112,117,112,0,8,0,17,46,99,111,111,107,105,101,45,117,115,101,100,45,110,111,116,101,0,8,0,13,46,99,111,111,107,105,101,45,117,115,103,97,101,0,8,0,14,46,99,111,111,107,105,101,45,117,115,108,111,118,105,0,8,0,14,46,99,111,111,107,105,101,45,117,122,101,110,101,116,0,8,0,25,46,99,111,111,107,105,101,45,118,101,114,112,108,105,99,104,116,45,109,101,108,100,105,110,103,0,8,0,17,46,99,111,111,107,105,101,45,119,97,108,108,45,102,111,114,109,0,8,0,20,46,99,111,111,107,105,101,45,119,97,108,108,45,119,114,97,112,112,101,114,0,8,0,18,46,99,111,111,107,105,101,45,119,97,114,110,45,109,111,100,97,108,0,8,0,16,46,99,111,111,107,105,101,45,119,97,114,110,45,109,115,103,0,8,0,27,46,99,111,111,107,105,101,45,119,97,114,110,105,110,103,45,98,97,110,110,101,114,45,118,105,101,119,0,8,0,19,46,99,111,111,107,105,101,45,119,97,114,110,105,110,103,45,98,97,114,0,8,0,25,46,99,111,111,107,105,101,45,119,97,114,110,105,110,103,45,99,111,110,116,97,105,110,101,114,0,8,0,23,46,99,111,111,107,105,101,45,119,97,114,110,105,110,103,45,99,111,110,116,101,110,116,0,8,0,23,46,99,111,111,107,105,101,45,119,97,114,110,105,110,103,45,109,101,115,115,97,103,101,0,8,0,29,46,99,111,111,107,105,101,45,119,97,114,110,105,110,103,45,109,111,100,97,108,45,45,114,105,98,98,111,110,0,8,0,21,46,99,111,111,107,105,101,45,119,97,114,110,105,110,103,45,112,97,110,101,108,0,8,0,21,46,99,111,111,107,105,101,45,119,97,114,110,105,110,103,45,112,111,112,117,112,0,8,0,23,46,99,111,111,107,105,101,45,119,97,114,110,105,110,103,45,119,114,97,112,112,101,114,0,8,0,24,46,99,111,111,107,105,101,45,119,97,114,110,105,110,103,95,95,111,118,101,114,108,97,121,0,8,0,24,46,99,111,111,107,105,101,45,119,97,114,110,105,110,103,95,95,119,114,97,112,112,101,114,0,8,0,20,46,99,111,111,107,105,101,45,119,97,114,110,105,110,103,95,115,104,111,119,0,8,0,18,46,99,111,111,107,105,101,45,119,97,114,110,105,110,103,98,97,114,0,8,0,15,46,99,111,111,107,105,101,45,119,97,114,110,117,110,103,0,8,0,14,46,99,111,111,107,105,101,45,119,105,100,103,101,116,0,8,0,20,46,99,111,111,107,105,101,45,119,105,100,103,101,116,45,45,111,112,101,110,0,8,0,21,46,99,111,111,107,105,101,45,119,105,100,103,101,116,45,104,111,108,100,101,114,0,8,0,17,46,99,111,111,107,105,101,45,119,105,100,103,101,116,45,118,50,0,8,0,20,46,99,111,111,107,105,101,45,119,105,110,100,111,119,45,98,108,111,99,107,0,8,0,34,46,99,111,111,107,105,101,45,119,105,110,100,111,119,45,111,118,101,114,108,97,121,45,110,111,45,115,101,116,116,105,110,103,115,0,8,0,21,46,99,111,111,107,105,101,45,119,105,110,100,111,119,45,115,101,108,101,99,116,0,8,0,10,46,99,111,111,107,105,101,45,119,114,0,8,0,12,46,99,111,111,107,105,101,45,119,114,97,112,0,8,0,20,46,99,111,111,107,105,101,45,119,114,97,112,45,99,111,110,116,101,110,116,0,8,0,16,46,99,111,111,107,105,101,45,119,114,97,112,45,116,105,112,0,8,0,13,46,99,111,111,107,105,101,45,119,114,97,112,112,0,8,0,21,46,99,111,111,107,105,101,45,119,114,97,112,112,101,114,45,112,111,112,117,112,0,8,0,19,46,99,111,111,107,105,101,45,119,114,110,45,119,114,97,112,112,101,114,0,8,0,15,46,99,111,111,107,105,101,45,122,45,105,110,100,101,120,0,8,0,13,46,99,111,111,107,105,101,46,97,108,101,114,116,0,8,0,14,46,99,111,111,107,105,101,46,97,108,101,114,116,101,0,8,0,22,46,99,111,111,107,105,101,46,97,110,99,104,111,114,101,100,45,116,111,97,115,116,0,8,0,14,46,99,111,111,107,105,101,46,98,97,110,110,101,114,0,8,0,16,46,99,111,111,107,105,101,46,98,103,45,119,104,105,116,101,0,8,0,32,46,99,111,111,107,105,101,46,99,104,97,110,103,101,45,109,101,115,115,97,103,101,45,45,111,110,45,99,108,105,99,107,0,8,0,23,46,99,111,111,107,105,101,46,99,111,110,116,97,105,110,101,114,45,102,108,117,105,100,0,8,0,16,46,99,111,111,107,105,101,46,99,111,110,116,101,117,100,111,0,8,0,22,46,99,111,111,107,105,101,46,99,111,111,107,105,101,45,102,117,108,108,102,97,116,0,8,0,21,46,99,111,111,107,105,101,46,99,111,111,107,105,101,45,108,111,119,102,97,116,0,8,0,14,46,99,111,111,107,105,101,46,99,117,115,116,111,109,0,8,0,13,46,99,111,111,107,105,101,46,102,105,120,101,100,0,8,0,20,46,99,111,111,107,105,101,46,102,105,120,101,100,45,98,111,116,116,111,109,0,8,0,15,46,99,111,111,107,105,101,46,105,115,45,115,104,111,119,0,8,0,18,46,99,111,111,107,105,101,46,105,115,45,118,105,115,105,98,108,101,0,8,0,17,46,99,111,111,107,105,101,46,105,115,86,105,115,105,98,108,101,0,8,0,25,46,99,111,111,107,105,101,46,106,113,117,101,114,121,45,110,111,116,105,102,121,45,98,97,114,0,8,0,17,46,99,111,111,107,105,101,46,106,115,45,98,97,110,110,101,114,0,8,0,22,46,99,111,111,107,105,101,46,107,111,122,101,112,114,101,95,105,103,97,122,105,116,0,8,0,12,46,99,111,111,107,105,101,46,109,98,45,48,0,8,0,16,46,99,111,111,107,105,101,46,109,101,115,115,97,103,101,115,0,8,0,27,46,99,111,111,107,105,101,46,110,97,118,98,97,114,45,102,105,120,101,100,45,98,111,116,116,111,109,0,8,0,14,46,99,111,111,107,105,101,46,111,112,116,45,105,110,0,8,0,16,46,99,111,111,107,105,101,46,112,45,97,99,116,105,118,101,0,8,0,13,46,99,111,111,107,105,101,46,112,111,112,117,112,0,8,0,14,46,99,111,111,107,105,101,46,114,101,119,111,107,101,0,8,0,11,46,99,111,111,107,105,101,46,114,111,119,0,8,0,16,46,99,111,111,107,105,101,46,116,111,112,45,105,110,102,111,0,8,0,15,46,99,111,111,107,105,101,46,118,45,97,108,101,114,116,0,8,0,15,46,99,111,111,107,105,101,46,118,105,115,105,98,108,101,0,8,0,14,46,99,111,111,107,105,101,46,119,105,100,103,101,116,0,8,0,19,46,99,111,111,107,105,101,46,119,105,100,103,101,116,95,116,101,120,116,0,8,0,24,46,99,111,111,107,105,101,50,52,95,98,97,110,110,101,114,45,119,114,97,112,112,101,114,0,8,0,8,46,99,111,111,107,105,101,53,0,8,0,10,46,99,111,111,107,105,101,65,99,99,0,8,0,13,46,99,111,111,107,105,101,65,99,99,101,112,116,0,8,0,16,46,99,111,111,107,105,101,65,99,99,101,112,116,66,111,120,0,8,0,18,46,99,111,111,107,105,101,65,99,99,101,112,116,80,97,110,101,108,0,8,0,18,46,99,111,111,107,105,101,65,99,99,101,112,116,80,111,112,117,112,0,8,0,19,46,99,111,111,107,105,101,65,99,99,101,112,116,87,105,110,100,111,119,0,8,0,20,46,99,111,111,107,105,101,65,99,99,101,112,116,87,114,97,112,112,101,114,0,8,0,17,46,99,111,111,107,105,101,65,99,99,101,112,116,97,110,99,101,0,8,0,20,46,99,111,111,107,105,101,65,99,99,101,112,116,97,110,99,101,66,111,120,0,8,0,24,46,99,111,111,107,105,101,65,99,99,101,112,116,97,110,99,101,79,118,101,114,108,97,121,0,8,0,24,46,99,111,111,107,105,101,65,99,99,101,112,116,97,116,105,111,110,77,111,100,117,108,101,0,8,0,15,46,99,111,111,107,105,101,65,99,99,101,112,116,101,100,0,8,0,23,46,99,111,111,107,105,101,65,99,99,101,112,116,101,114,71,114,97,121,66,111,100,121,0,8,0,20,46,99,111,111,107,105,101,65,99,99,101,112,116,101,114,80,111,112,117,112,0,8,0,21,46,99,111,111,107,105,101,65,99,99,101,112,116,101,114,83,108,105,100,101,114,0,8,0,13,46,99,111,111,107,105,101,65,99,116,105,118,101,0,8,0,9,46,99,111,111,107,105,101,65,100,0,8,0,13,46,99,111,111,107,105,101,65,100,118,105,99,101,0,8,0,13,46,99,111,111,107,105,101,65,100,118,105,115,101,0,8,0,16,46,99,111,111,107,105,101,65,103,114,101,101,109,101,110,116,0,8,0,12,46,99,111,111,107,105,101,65,108,101,114,116,0,8,0,24,46,99,111,111,107,105,101,65,108,101,114,116,66,97,114,67,111,110,116,97,105,110,101,114,0,8,0,22,46,99,111,111,107,105,101,65,108,101,114,116,66,97,114,77,101,115,115,97,103,101,0,8,0,18,46,99,111,111,107,105,101,65,108,101,114,116,66,105,103,84,111,112,0,8,0,15,46,99,111,111,107,105,101,65,108,101,114,116,66,111,120,0,8,0,21,46,99,111,111,107,105,101,65,108,101,114,116,67,111,110,116,97,105,110,101,114,0,8,0,19,46,99,111,111,107,105,101,65,108,101,114,116,68,101,115,107,116,111,112,0,8,0,17,46,99,111,111,107,105,101,65,108,101,114,116,76,97,121,101,114,0,8,0,19,46,99,111,111,107,105,101,65,108,101,114,116,87,114,97,112,112,101,114,0,8,0,13,46,99,111,111,107,105,101,65,108,108,101,114,116,0,8,0,14,46,99,111,111,107,105,101,65,110,110,111,121,101,114,0,8,0,14,46,99,111,111,107,105,101,65,112,112,114,111,118,101,0,8,0,12,46,99,111,111,107,105,101,65,115,107,101,114,0,8,0,17,46,99,111,111,107,105,101,66,97,99,107,103,114,111,117,110,100,0,8,0,10,46,99,111,111,107,105,101,66,97,110,0,8,0,14,46,99,111,111,107,105,101,66,97,110,100,101,97,117,0,8,0,20,46,99,111,111,107,105,101,66,97,110,110,101,114,45,45,108,97,121,101,114,0,8,0,19,46,99,111,111,107,105,101,66,97,110,110,101,114,65,99,116,105,118,101,0,8,0,22,46,99,111,111,107,105,101,66,97,110,110,101,114,67,111,110,116,97,105,110,101,114,0,8,0,27,46,99,111,111,107,105,101,66,97,110,110,101,114,68,105,115,99,108,97,105,109,101,114,87,114,97,112,0,8,0,20,46,99,111,111,107,105,101,66,97,110,110,101,114,79,118,101,114,108,97,121,0,8,0,17,46,99,111,111,107,105,101,66,97,110,110,101,114,84,101,120,116,0,8,0,20,46,99,111,111,107,105,101,66,97,110,110,101,114,87,114,97,112,112,101,114,0,8,0,21,46,99,111,111,107,105,101,66,97,110,110,101,114,95,95,98,97,110,110,101,114,0,8,0,22,46,99,111,111,107,105,101,66,97,110,110,101,114,95,95,119,114,97,112,112,101,114,0,8,0,17,46,99,111,111,107,105,101,66,97,114,45,102,105,108,108,101,114,0,8,0,20,46,99,111,111,107,105,101,66,97,114,45,110,101,119,45,115,116,121,108,101,0,8,0,15,46,99,111,111,107,105,101,66,97,114,65,110,105,73,110,0,8,0,19,46,99,111,111,107,105,101,66,97,114,67,111,110,116,97,105,110,101,114,0,8,0,15,46,99,111,111,107,105,101,66,97,114,73,110,110,101,114,0,8,0,17,46,99,111,111,107,105,101,66,97,114,79,118,101,114,108,97,121,0,8,0,23,46,99,111,111,107,105,101,66,97,114,82,101,118,105,101,119,68,101,115,107,116,111,112,0,8,0,13,46,99,111,111,107,105,101,66,97,114,84,111,112,0,8,0,17,46,99,111,111,107,105,101,66,97,114,87,114,97,112,112,101,114,0,8,0,11,46,99,111,111,107,105,101,66,97,114,88,0,8,0,21,46,99,111,111,107,105,101,66,97,114,95,95,99,111,110,116,97,105,110,101,114,0,8,0,10,46,99,111,111,107,105,101,66,108,107,0,8,0,12,46,99,111,111,107,105,101,66,108,111,99,107,0,8,0,11,46,99,111,111,107,105,101,66,108,111,103,0,8,0,10,46,99,111,111,107,105,101,66,110,114,0,8,0,13,46,99,111,111,107,105,101,66,110,114,87,114,112,0,8,0,13,46,99,111,111,107,105,101,66,111,116,116,111,109,0,8,0,20,46,99,111,111,107,105,101,66,111,120,66,97,99,107,103,114,111,117,110,100,0,8,0,13,46,99,111,111,107,105,101,66,117,98,98,108,101,0,8,0,14,46,99,111,111,107,105,101,67,97,108,108,111,117,116,0,8,0,12,46,99,111,111,107,105,101,67,104,101,99,107,0,8,0,17,46,99,111,111,107,105,101,67,104,111,105,99,101,73,110,102,111,0,8,0,12,46,99,111,111,107,105,101,67,108,97,115,115,0,8,0,12,46,99,111,111,107,105,101,67,108,111,115,101,0,8,0,17,46,99,111,111,107,105,101,67,110,105,108,67,117,115,116,111,109,0,8,0,17,46,99,111,111,107,105,101,67,111,109,112,108,105,97,110,99,101,0,8,0,10,46,99,111,111,107,105,101,67,111,110,0,8,0,21,46,99,111,111,107,105,101,67,111,110,102,105,114,109,79,118,101,114,108,97,121,0,8,0,19,46,99,111,111,107,105,101,67,111,110,102,105,114,109,97,116,105,111,110,0,8,0,26,46,99,111,111,107,105,101,67,111,110,102,105,114,109,97,116,105,111,110,77,101,115,115,97,103,101,0,8,0,19,46,99,111,111,107,105,101,67,111,110,115,101,110,116,65,108,101,114,116,0,8,0,20,46,99,111,111,107,105,101,67,111,110,115,101,110,116,66,97,110,110,101,114,0,8,0,17,46,99,111,111,107,105,101,67,111,110,115,101,110,116,66,97,114,0,8,0,26,46,99,111,111,107,105,101,67,111,110,115,101,110,116,66,97,114,67,111,110,116,97,105,110,101,114,0,8,0,19,46,99,111,111,107,105,101,67,111,110,115,101,110,116,66,97,114,87,112,0,8,0,23,46,99,111,111,107,105,101,67,111,110,115,101,110,116,67,111,110,116,97,105,110,101,114,0,8,0,21,46,99,111,111,107,105,101,67,111,110,115,101,110,116,67,111,110,116,101,110,116,0,8,0,30,46,99,111,111,107,105,101,67,111,110,115,101,110,116,67,117,115,116,111,109,105,122,101,45,100,105,97,108,111,103,0,8,0,20,46,99,111,111,107,105,101,67,111,110,115,101,110,116,70,111,111,116,101,114,0,8,0,21,46,99,111,111,107,105,101,67,111,110,115,101,110,116,72,105,110,119,101,105,115,0,8,0,28,46,99,111,111,107,105,101,67,111,110,115,101,110,116,72,105,110,119,101,105,115,79,118,101,114,108,97,121,0,8,0,19,46,99,111,111,107,105,101,67,111,110,115,101,110,116,76,97,121,101,114,0,8,0,21,46,99,111,111,107,105,101,67,111,110,115,101,110,116,77,101,115,115,97,103,101,0,8,0,19,46,99,111,111,107,105,101,67,111,110,115,101,110,116,80,97,110,101,108,0,8,0,19,46,99,111,111,107,105,101,67,111,110,115,101,110,116,80,111,112,117,112,0,8,0,19,46,99,111,111,107,105,101,67,111,110,115,101,110,116,83,104,111,114,116,0,8,0,21,46,99,111,111,107,105,101,67,111,110,115,101,110,116,87,114,97,112,112,101,114,0,8,0,24,46,99,111,111,107,105,101,67,111,110,115,101,110,116,87,114,97,112,112,101,114,67,111,110,0,8,0,18,46,99,111,111,107,105,101,67,111,110,116,97,105,110,101,114,86,50,0,8,0,14,46,99,111,111,107,105,101,67,111,110,116,114,111,108,0,8,0,19,46,99,111,111,107,105,101,67,111,110,116,114,111,108,95,95,66,97,114,0,8,0,28,46,99,111,111,107,105,101,67,111,110,116,114,111,108,95,95,66,97,114,67,111,110,116,97,105,110,101,114,0,8,0,16,46,99,111,111,107,105,101,67,111,114,114,101,99,116,111,114,0,8,0,12,46,99,111,111,107,105,101,67,111,118,101,114,0,8,0,18,46,99,111,111,107,105,101,68,101,116,97,105,108,115,87,114,97,112,0,8,0,13,46,99,111,111,107,105,101,68,105,97,108,111,103,0,8,0,16,46,99,111,111,107,105,101,68,105,97,108,111,103,84,111,112,0,8,0,15,46,99,111,111,107,105,101,68,105,97,108,111,103,117,101,0,8,0,14,46,99,111,111,107,105,101,68,105,114,87,114,97,112,0,8,0,16,46,99,111,111,107,105,101,68,105,114,101,99,116,105,118,101,0,8,0,12,46,99,111,111,107,105,101,68,105,115,99,108,0,8,0,20,46,99,111,111,107,105,101,68,105,115,99,108,97,105,109,101,114,66,111,120,0,8,0,26,46,99,111,111,107,105,101,68,105,115,99,108,97,105,109,101,114,67,111,110,116,97,105,110,101,114,0,8,0,33,46,99,111,111,107,105,101,68,105,115,99,108,97,105,109,101,114,67,111,110,116,97,105,110,101,114,87,114,97,112,112,101,114,0,8,0,19,46,99,111,111,107,105,101,68,105,115,99,108,97,105,109,101,114,86,50,0,8,0,24,46,99,111,111,107,105,101,68,105,115,99,108,97,105,109,101,114,87,114,97,112,112,101,114,0,8,0,10,46,99,111,111,107,105,101,68,105,118,0,8,0,13,46,99,111,111,107,105,101,68,114,97,119,101,114,0,8,0,9,46,99,111,111,107,105,101,69,78,0,8,0,9,46,99,111,111,107,105,101,69,85,0,8,0,14,46,99,111,111,107,105,101,69,108,101,109,101,110,116,0,8,0,10,46,99,111,111,107,105,101,69,110,103,0,8,0,15,46,99,111,111,107,105,101,70,97,110,99,121,98,111,120,0,8,0,14,46,99,111,111,107,105,101,70,108,111,97,116,101,114,0,8,0,12,46,99,111,111,107,105,101,70,108,121,101,114,0,8,0,13,46,99,111,111,107,105,101,70,108,121,111,117,116,0,8,0,13,46,99,111,111,107,105,101,70,111,111,116,101,114,0,8,0,16,46,99,111,111,107,105,101,70,111,111,116,101,114,68,105,118,0,8,0,15,46,99,111,111,107,105,101,70,111,111,116,101,114,98,103,0,8,0,14,46,99,111,111,107,105,101,70,111,114,119,97,114,100,0,8,0,11,46,99,111,111,107,105,101,71,97,116,101,0,8,0,10,46,99,111,111,107,105,101,71,99,111,0,8,0,14,46,99,111,111,107,105,101,72,97,110,100,108,101,114,0,8,0,13,46,99,111,111,107,105,101,72,101,97,100,101,114,0,8,0,19,46,99,111,111,107,105,101,72,101,97,100,101,114,67,101,110,116,101,114,0,8,0,22,46,99,111,111,107,105,101,72,101,97,100,101,114,67,111,110,116,97,105,110,101,114,0,8,0,20,46,99,111,111,107,105,101,72,101,97,100,101,114,87,114,97,112,112,101,114,0,8,0,11,46,99,111,111,107,105,101,72,105,110,116,0,8,0,20,46,99,111,111,107,105,101,72,105,110,116,67,111,110,116,97,105,110,101,114,0,8,0,19,46,99,111,111,107,105,101,72,105,110,116,69,120,116,101,110,100,101,100,0,8,0,14,46,99,111,111,107,105,101,72,105,110,119,101,105,115,0,8,0,14,46,99,111,111,107,105,101,73,110,102,111,66,97,114,0,8,0,14,46,99,111,111,107,105,101,73,110,102,111,66,111,120,0,8,0,17,46,99,111,111,107,105,101,73,110,102,111,87,105,110,100,111,119,0,8,0,18,46,99,111,111,107,105,101,73,110,102,111,87,114,97,112,112,101,114,0,8,0,21,46,99,111,111,107,105,101,73,110,102,111,95,99,111,110,116,97,105,110,101,114,0,8,0,18,46,99,111,111,107,105,101,73,110,102,111,114,109,97,116,105,111,110,0,8,0,21,46,99,111,111,107,105,101,73,110,102,111,114,109,97,116,105,111,110,66,97,114,0,8,0,27,46,99,111,111,107,105,101,73,110,102,111,114,109,97,116,105,111,110,67,111,110,116,97,105,110,101,114,0,8,0,13,46,99,111,111,107,105,101,73,110,115,105,100,101,0,8,0,9,46,99,111,111,107,105,101,74,115,0,8,0,8,46,99,111,111,107,105,101,75,0,8,0,14,46,99,111,111,107,105,101,76,97,119,45,98,111,120,0,8,0,30,46,99,111,111,107,105,101,76,97,119,58,110,111,116,40,98,111,100,121,41,58,110,111,116,40,104,116,109,108,41,0,8,0,13,46,99,111,111,107,105,101,76,97,119,66,97,114,0,8,0,13,46,99,111,111,107,105,101,76,97,119,66,111,111,0,8,0,13,46,99,111,111,107,105,101,76,97,119,66,111,120,0,8,0,15,46,99,111,111,107,105,101,76,97,119,80,111,112,117,112,0,8,0,24,46,99,111,111,107,105,101,76,97,119,80,111,112,117,112,67,111,110,116,97,105,110,101,114,0,8,0,13,46,99,111,111,107,105,101,76,97,119,80,114,111,0,8,0,12,46,99,111,111,107,105,101,76,97,121,101,114,0,8,0,21,46,99,111,111,107,105,101,76,97,121,101,114,95,95,99,111,110,116,101,110,116,0,8,0,12,46,99,111,111,107,105,101,76,101,103,97,108,0,8,0,16,46,99,111,111,107,105,101,76,101,103,97,108,67,111,109,112,0,8,0,21,46,99,111,111,107,105,101,76,101,103,97,108,67,111,110,116,97,105,110,101,114,0,8,0,17,46,99,111,111,107,105,101,76,101,103,97,108,95,99,111,109,112,0,8,0,12,46,99,111,111,107,105,101,76,105,103,104,116,0,8,0,10,46,99,111,111,107,105,101,77,83,71,0,8,0,11,46,99,111,111,107,105,101,77,97,105,110,0,8,0,16,46,99,111,111,107,105,101,77,97,105,110,80,97,110,101,108,0,8,0,13,46,99,111,111,107,105,101,77,97,115,116,101,114,0,8,0,14,46,99,111,111,107,105,101,77,101,108,100,105,110,103,0,8,0,14,46,99,111,111,107,105,101,77,101,108,100,117,110,103,0,8,0,11,46,99,111,111,107,105,101,77,101,115,115,0,8,0,17,46,99,111,111,107,105,101,77,101,115,115,97,103,101,66,97,114,0,8,0,17,46,99,111,111,107,105,101,77,101,115,115,97,103,101,66,111,120,0,8,0,23,46,99,111,111,107,105,101,77,101,115,115,97,103,101,67,111,110,116,97,105,110,101,114,0,8,0,17,46,99,111,111,107,105,101,77,101,115,115,97,103,101,68,105,118,0,8,0,19,46,99,111,111,107,105,101,77,101,115,115,97,103,101,80,97,110,101,108,0,8,0,21,46,99,111,111,107,105,101,77,101,115,115,97,103,101,87,114,97,112,112,101,114,0,8,0,15,46,99,111,111,107,105,101,77,111,100,97,108,66,111,120,0,8,0,24,46,99,111,111,107,105,101,77,111,100,97,108,95,95,98,97,99,107,103,114,111,117,110,100,0,8,0,22,46,99,111,111,107,105,101,77,111,100,117,108,101,67,111,110,116,97,105,110,101,114,0,8,0,14,46,99,111,111,107,105,101,77,111,110,115,116,101,114,0,8,0,19,46,99,111,111,107,105,101,77,111,110,115,116,101,114,45,105,110,102,111,0,8,0,19,46,99,111,111,107,105,101,77,115,103,67,111,110,116,97,105,110,101,114,0,8,0,14,46,99,111,111,107,105,101,77,115,103,87,114,97,112,0,8,0,18,46,99,111,111,107,105,101,78,111,116,65,99,99,101,112,116,101,100,0,8,0,11,46,99,111,111,107,105,101,78,111,116,101,0,8,0,12,46,99,111,111,107,105,101,78,111,116,101,115,0,8,0,11,46,99,111,111,107,105,101,78,111,116,105,0,8,0,13,46,99,111,111,107,105,101,78,111,116,105,99,101,0,8,0,24,46,99,111,111,107,105,101,78,111,116,105,99,101,45,45,105,115,86,105,115,105,98,108,101,0,8,0,14,46,99,111,111,107,105,101,78,111,116,105,99,101,50,0,8,0,14,46,99,111,111,107,105,101,78,111,116,105,99,101,65,0,8,0,20,46,99,111,111,107,105,101,78,111,116,105,99,101,66,97,108,108,111,111,110,0,8,0,16,46,99,111,111,107,105,101,78,111,116,105,99,101,66,97,114,0,8,0,16,46,99,111,111,107,105,101,78,111,116,105,99,101,66,111,120,0,8,0,22,46,99,111,111,107,105,101,78,111,116,105,99,101,67,111,110,116,97,105,110,101,114,0,8,0,20,46,99,111,111,107,105,101,78,111,116,105,99,101,67,111,110,116,101,110,116,0,8,0,18,46,99,111,111,107,105,101,78,111,116,105,99,101,80,111,112,85,112,0,8,0,26,46,99,111,111,107,105,101,78,111,116,105,99,101,84,101,120,116,67,111,110,116,97,105,110,101,114,0,8,0,18,46,99,111,111,107,105,101,78,111,116,105,99,101,84,121,112,101,49,0,8,0,20,46,99,111,111,107,105,101,78,111,116,105,99,101,87,114,97,112,112,101,114,0,8,0,24,46,99,111,111,107,105,101,78,111,116,105,99,101,95,95,99,111,110,116,97,105,110,101,114,0,8,0,12,46,99,111,111,107,105,101,78,111,116,105,102,0,8,0,19,46,99,111,111,107,105,101,78,111,116,105,102,105,99,97,116,105,111,110,0,8,0,25,46,99,111,111,107,105,101,78,111,116,105,102,105,99,97,116,105,111,110,66,97,110,110,101,114,0,8,0,22,46,99,111,111,107,105,101,78,111,116,105,102,105,99,97,116,105,111,110,66,97,114,0,8,0,28,46,99,111,111,107,105,101,78,111,116,105,102,105,99,97,116,105,111,110,67,111,110,116,97,105,110,101,114,0,8,0,24,46,99,111,111,107,105,101,78,111,116,105,102,105,99,97,116,105,111,110,80,111,112,117,112,0,8,0,25,46,99,111,111,107,105,101,78,111,116,105,102,105,99,97,116,105,111,110,87,105,100,103,101,116,0,8,0,29,46,99,111,111,107,105,101,78,111,116,105,102,105,99,97,116,105,111,110,95,99,111,110,116,97,105,110,101,114,0,8,0,22,46,99,111,111,107,105,101,78,111,116,105,102,105,101,114,87,114,97,112,112,101,114,0,8,0,13,46,99,111,111,107,105,101,78,111,116,105,102,121,0,8,0,16,46,99,111,111,107,105,101,78,111,116,105,102,121,66,97,114,0,8,0,12,46,99,111,111,107,105,101,79,112,116,73,110,0,8,0,23,46,99,111,111,107,105,101,79,112,116,79,117,116,66,111,120,87,114,97,112,112,101,114,0,8,0,12,46,99,111,111,107,105,101,79,117,116,101,114,0,8,0,14,46,99,111,111,107,105,101,79,118,101,114,108,97,121,0,8,0,17,46,99,111,111,107,105,101,79,118,101,114,108,97,121,66,111,120,0,8,0,8,46,99,111,111,107,105,101,80,0,8,0,11,46,99,111,111,107,105,101,80,97,99,107,0,8,0,12,46,99,111,111,107,105,101,80,97,110,101,108,0,8,0,20,46,99,111,111,107,105,101,80,101,114,109,105,115,105,111,110,73,110,102,111,0,8,0,17,46,99,111,111,107,105,101,80,101,114,109,105,115,115,105,111,110,0,8,0,20,46,99,111,111,107,105,101,80,101,114,109,105,116,87,114,97,112,112,101,114,0,8,0,18,46,99,111,111,107,105,101,80,111,108,105,99,101,66,108,111,99,107,0,8,0,20,46,99,111,111,107,105,101,80,111,108,105,99,121,45,98,97,110,110,101,114,0,8,0,19,46,99,111,111,107,105,101,80,111,108,105,99,121,45,112,111,112,117,112,0,8,0,14,46,99,111,111,107,105,101,80,111,108,105,99,121,65,0,8,0,22,46,99,111,111,107,105,101,80,111,108,105,99,121,65,103,114,101,101,109,101,110,116,0,8,0,14,46,99,111,111,107,105,101,80,111,108,105,99,121,66,0,8,0,24,46,99,111,111,107,105,101,80,111,108,105,99,121,66,97,110,110,101,114,79,117,116,101,114,0,8,0,16,46,99,111,111,107,105,101,80,111,108,105,99,121,66,110,114,0,8,0,16,46,99,111,111,107,105,101,80,111,108,105,99,121,66,111,120,0,8,0,22,46,99,111,111,107,105,101,80,111,108,105,99,121,67,111,110,116,97,105,110,101,114,0,8,0,19,46,99,111,111,107,105,101,80,111,108,105,99,121,67,117,115,116,111,109,0,8,0,18,46,99,111,111,107,105,101,80,111,108,105,99,121,71,111,109,97,103,0,8,0,21,46,99,111,111,107,105,101,80,111,108,105,99,121,76,105,103,104,116,66,111,120,0,8,0,31,46,99,111,111,107,105,101,80,111,108,105,99,121,76,105,103,104,116,66,111,120,79,118,101,114,102,108,111,119,66,103,0,8,0,20,46,99,111,111,107,105,101,80,111,108,105,99,121,77,101,115,115,97,103,101,0,8,0,19,46,99,111,111,107,105,101,80,111,108,105,99,121,78,111,116,105,99,101,0,8,0,27,46,99,111,111,107,105,101,80,111,108,105,99,121,78,111,116,105,102,121,45,119,114,97,112,112,101,114,0,8,0,20,46,99,111,111,107,105,101,80,111,108,105,99,121,79,118,101,114,108,97,121,0,8,0,18,46,99,111,111,107,105,101,80,111,108,105,99,121,80,111,112,117,112,0,8,0,20,46,99,111,111,107,105,101,80,111,108,105,99,121,83,110,105,112,112,101,116,0,8,0,17,46,99,111,111,107,105,101,80,111,108,105,99,121,84,101,120,116,0,8,0,20,46,99,111,111,107,105,101,80,111,108,105,99,121,87,114,97,112,112,101,114,0,8,0,23,46,99,111,111,107,105,101,80,111,108,105,99,121,95,95,102,105,120,66,108,111,99,107,0,8,0,27,46,99,111,111,107,105,101,80,111,108,105,116,105,99,115,78,111,116,105,102,105,99,97,116,105,111,110,0,8,0,22,46,99,111,111,107,105,101,80,111,108,105,116,105,99,115,87,114,97,112,112,101,114,0,8,0,13,46,99,111,111,107,105,101,80,111,112,80,117,112,0,8,0,12,46,99,111,111,107,105,101,80,111,112,85,112,0,8,0,20,46,99,111,111,107,105,101,80,111,112,85,112,79,117,116,101,114,68,105,118,0,8,0,16,46,99,111,111,107,105,101,80,111,112,85,112,87,114,97,112,0,8,0,12,46,99,111,111,107,105,101,80,111,112,105,110,0,8,0,21,46,99,111,111,107,105,101,80,111,112,105,110,95,95,111,118,101,114,108,97,121,0,8,0,22,46,99,111,111,107,105,101,80,111,112,117,112,58,110,111,116,40,98,111,100,121,41,0,8,0,21,46,99,111,111,107,105,101,80,111,112,117,112,67,111,110,116,97,105,110,101,114,0,8,0,16,46,99,111,111,107,105,101,80,111,112,117,112,80,97,114,116,0,8,0,17,46,99,111,111,107,105,101,80,111,112,117,112,83,109,97,108,108,0,8,0,14,46,99,111,111,107,105,101,80,114,105,118,97,99,121,0,8,0,21,46,99,111,111,107,105,101,80,114,105,118,97,99,121,73,110,102,111,68,105,118,0,8,0,26,46,99,111,111,107,105,101,80,114,111,109,112,116,95,111,117,116,101,114,87,114,97,112,112,101,114,0,8,0,11,46,99,111,111,107,105,101,80,117,115,104,0,8,0,12,46,99,111,111,107,105,101,81,117,101,114,121,0,8,0,15,46,99,111,111,107,105,101,82,101,109,105,110,100,101,114,0,8,0,22,46,99,111,111,107,105,101,82,101,109,105,110,100,101,114,87,114,97,112,112,101,114,0,8,0,18,46,99,111,111,107,105,101,82,101,115,116,114,105,99,116,105,111,110,0,8,0,26,46,99,111,111,107,105,101,82,105,99,104,116,108,105,110,101,95,99,111,110,116,97,105,110,101,114,0,8,0,10,46,99,111,111,107,105,101,82,111,119,0,8,0,13,46,99,111,111,107,105,101,83,99,114,105,112,116,0,8,0,14,46,99,111,111,107,105,101,83,101,99,116,105,111,110,0,8,0,16,46,99,111,111,107,105,101,83,101,108,101,99,116,68,105,118,0,8,0,12,46,99,111,111,107,105,101,83,104,101,108,108,0,8,0,16,46,99,111,111,107,105,101,83,104,111,119,67,108,97,115,115,0,8,0,22,46,99,111,111,107,105,101,83,116,97,116,101,109,101,110,116,45,98,108,111,99,107,0,8,0,19,46,99,111,111,107,105,101,84,101,114,109,115,67,111,110,116,101,110,116,0,8,0,11,46,99,111,111,107,105,101,84,101,120,116,0,8,0,14,46,99,111,111,107,105,101,84,105,112,87,114,97,112,0,8,0,10,46,99,111,111,107,105,101,84,107,100,0,8,0,12,46,99,111,111,107,105,101,84,111,84,111,112,0,8,0,12,46,99,111,111,107,105,101,84,111,97,115,116,0,8,0,11,46,99,111,111,107,105,101,84,111,111,108,0,8,0,14,46,99,111,111,107,105,101,84,111,111,108,98,97,114,0,8,0,24,46,99,111,111,107,105,101,84,111,111,108,116,105,112,58,110,111,116,40,104,116,109,108,41,0,8,0,22,46,99,111,111,107,105,101,84,111,111,108,116,105,112,75,111,110,116,101,110,101,114,0,8,0,10,46,99,111,111,107,105,101,84,111,112,0,8,0,15,46,99,111,111,107,105,101,84,114,105,97,110,103,108,101,0,8,0,30,46,99,111,111,107,105,101,85,115,97,103,101,65,108,101,114,116,77,97,105,110,67,111,110,116,97,105,110,101,114,0,8,0,17,46,99,111,111,107,105,101,85,115,101,87,97,114,110,105,110,103,0,8,0,20,46,99,111,111,107,105,101,85,115,101,114,65,103,114,101,101,109,101,110,116,0,8,0,15,46,99,111,111,107,105,101,86,105,111,108,97,116,111,114,0,8,0,21,46,99,111,111,107,105,101,86,105,111,108,97,116,111,114,45,102,105,120,101,100,0,8,0,20,46,99,111,111,107,105,101,86,105,111,108,97,116,111,114,70,105,120,101,100,0,8,0,24,46,99,111,111,107,105,101,86,105,115,105,98,108,101,58,110,111,116,40,98,111,100,121,41,0,8,0,14,46,99,111,111,107,105,101,87,97,108,97,68,105,118,0,8,0,18,46,99,111,111,107,105,101,87,97,108,108,87,114,97,112,112,101,114,0,8,0,11,46,99,111,111,107,105,101,87,97,114,110,0,8,0,14,46,99,111,111,107,105,101,87,97,114,110,105,110,103,0,8,0,24,46,99,111,111,107,105,101,87,97,114,110,105,110,103,66,97,99,107,103,114,111,117,110,100,0,8,0,17,46,99,111,111,107,105,101,87,97,114,110,105,110,103,66,111,120,0,8,0,23,46,99,111,111,107,105,101,87,97,114,110,105,110,103,67,111,110,116,97,105,110,101,114,0,8,0,21,46,99,111,111,107,105,101,87,97,114,110,105,110,103,83,101,99,116,105,111,110,0,8,0,16,46,99,111,111,107,105,101,87,101,116,103,101,118,105,110,103,0,8,0,21,46,99,111,111,107,105,101,87,101,116,103,101,118,105,110,103,77,111,100,97,108,0,8,0,13,46,99,111,111,107,105,101,87,105,100,103,101,116,0,8,0,13,46,99,111,111,107,105,101,87,105,110,100,111,119,0,8,0,11,46,99,111,111,107,105,101,87,114,97,112,0,8,0,12,46,99,111,111,107,105,101,87,114,97,112,112,0,8,0,14,46,99,111,111,107,105,101,87,114,97,112,112,101,114,0,8,0,10,46,99,111,111,107,105,101,87,114,112,0,8,0,25,46,99,111,111,107,105,101,91,100,97,116,97,45,99,111,111,107,105,101,45,105,110,102,111,93,0,8,0,27,46,99,111,111,107,105,101,91,100,97,116,97,45,99,111,111,107,105,101,45,110,111,116,105,99,101,93,0,8,0,20,46,99,111,111,107,105,101,91,100,97,116,97,45,99,111,111,107,105,101,93,0,8,0,28,46,99,111,111,107,105,101,91,100,97,116,97,45,112,114,105,118,97,99,121,45,112,111,108,105,99,121,93,0,8,0,36,46,99,111,111,107,105,101,91,100,97,116,97,45,115,101,108,101,99,116,111,114,61,34,99,111,111,107,105,101,115,45,98,97,114,34,93,0,8,0,34,46,99,111,111,107,105,101,91,110,103,45,104,105,100,101,61,34,99,111,111,107,105,101,115,65,99,99,101,112,116,101,100,34,93,0,8,0,14,46,99,111,111,107,105,101,95,66,97,110,110,101,114,0,8,0,15,46,99,111,111,107,105,101,95,95,97,99,99,101,112,116,0,8,0,22,46,99,111,111,107,105,101,95,95,97,108,101,114,116,45,45,97,99,116,105,118,101,0,8,0,13,46,99,111,111,107,105,101,95,95,97,114,101,97,0,8,0,19,46,99,111,111,107,105,101,95,95,98,97,99,107,103,114,111,117,110,100,0,8,0,15,46,99,111,111,107,105,101,95,95,98,97,110,110,101,114,0,8,0,12,46,99,111,111,107,105,101,95,95,98,97,114,0,8,0,14,46,99,111,111,107,105,101,95,95,98,108,111,99,107,0,8,0,12,46,99,111,111,107,105,101,95,95,98,111,120,0,8,0,16,46,99,111,111,107,105,101,95,95,99,97,108,108,111,117,116,0,8,0,15,46,99,111,111,107,105,101,95,95,99,111,108,117,109,110,0,8,0,16,46,99,111,111,107,105,101,95,95,99,111,110,115,101,110,116,0,8,0,18,46,99,111,111,107,105,101,95,95,99,111,110,116,97,105,110,101,114,0,8,0,16,46,99,111,111,107,105,101,95,95,99,111,110,116,101,110,116,0,8,0,12,46,99,111,111,107,105,101,95,95,100,105,118,0,8,0,13,46,99,111,111,107,105,101,95,95,102,108,101,120,0,8,0,25,46,99,111,111,107,105,101,95,95,102,108,111,97,116,45,45,99,111,110,116,97,105,110,101,114,0,8,0,17,46,99,111,111,107,105,101,95,95,102,108,111,97,116,105,110,103,0,8,0,25,46,99,111,111,107,105,101,95,95,102,108,111,97,116,105,110,103,45,45,98,111,116,116,111,109,0,8,0,15,46,99,111,111,107,105,101,95,95,102,111,111,116,101,114,0,8,0,14,46,99,111,111,107,105,101,95,95,105,110,110,101,114,0,8,0,16,46,99,111,111,107,105,101,95,95,109,97,110,97,103,101,114,0,8,0,16,46,99,111,111,107,105,101,95,95,109,101,115,115,97,103,101,0,8,0,26,46,99,111,111,107,105,101,95,95,109,101,115,115,97,103,101,45,99,111,110,116,97,105,110,101,114,0,8,0,14,46,99,111,111,107,105,101,95,95,109,111,100,97,108,0,8,0,21,46,99,111,111,107,105,101,95,95,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,16,46,99,111,111,107,105,101,95,95,111,118,101,114,108,97,121,0,8,0,14,46,99,111,111,107,105,101,95,95,112,97,110,101,108,0,8,0,15,46,99,111,111,107,105,101,95,95,112,111,108,105,99,121,0,8,0,22,46,99,111,111,107,105,101,95,95,112,111,108,105,99,121,45,110,111,116,105,99,101,0,8,0,15,46,99,111,111,107,105,101,95,95,112,114,111,109,112,116,0,8,0,15,46,99,111,111,107,105,101,95,95,114,101,118,101,97,108,0,8,0,13,46,99,111,111,107,105,101,95,95,115,104,111,119,0,8,0,12,46,99,111,111,107,105,101,95,95,116,111,112,0,8,0,13,46,99,111,111,107,105,101,95,95,119,97,108,108,0,8,0,19,46,99,111,111,107,105,101,95,95,119,97,114,110,95,95,119,114,97,112,0,8,0,26,46,99,111,111,107,105,101,95,95,119,97,114,110,105,110,103,45,109,101,115,115,97,103,105,110,103,0,8,0,15,46,99,111,111,107,105,101,95,95,119,105,110,100,111,119,0,8,0,13,46,99,111,111,107,105,101,95,95,119,114,97,112,0,8,0,24,46,99,111,111,107,105,101,95,95,119,114,97,112,112,101,114,95,110,111,110,101,117,117,107,0,8,0,14,46,99,111,111,107,105,101,95,97,99,99,101,112,116,0,8,0,24,46,99,111,111,107,105,101,95,97,99,99,101,112,116,95,99,111,110,116,97,105,110,101,114,0,8,0,22,46,99,111,111,107,105,101,95,97,99,99,101,112,116,95,110,111,116,101,98,111,120,0,8,0,18,46,99,111,111,107,105,101,95,97,99,99,101,112,116,97,110,99,101,0,8,0,16,46,99,111,111,107,105,101,95,97,99,99,101,112,116,101,114,0,8,0,13,46,99,111,111,107,105,101,95,97,99,101,112,116,0,8,0,11,46,99,111,111,107,105,101,95,97,99,107,0,8,0,12,46,99,111,111,107,105,101,95,97,100,118,50,0,8,0,14,46,99,111,111,107,105,101,95,97,100,118,105,99,101,0,8,0,17,46,99,111,111,107,105,101,95,97,103,114,101,101,109,101,110,116,0,8,0,13,46,99,111,111,107,105,101,95,97,108,101,114,116,0,8,0,18,46,99,111,111,107,105,101,95,97,108,101,114,116,95,99,111,110,116,0,8,0,21,46,99,111,111,107,105,101,95,97,108,101,114,116,95,109,101,115,115,97,103,101,0,8,0,15,46,99,111,111,107,105,101,95,97,112,112,114,111,118,101,0,8,0,20,46,99,111,111,107,105,101,95,97,112,112,114,111,118,101,100,95,98,97,114,0,8,0,12,46,99,111,111,107,105,101,95,97,114,101,97,0,8,0,18,46,99,111,111,107,105,101,95,98,97,99,107,103,114,111,117,110,100,0,8,0,16,46,99,111,111,107,105,101,95,98,97,99,107,119,114,97,112,0,8,0,11,46,99,111,111,107,105,101,95,98,97,110,0,8,0,14,46,99,111,111,107,105,101,95,98,97,110,110,101,114,0,8,0,20,46,99,111,111,107,105,101,95,98,97,110,110,101,114,45,45,114,111,111,116,0,8,0,22,46,99,111,111,107,105,101,95,98,97,110,110,101,114,45,104,97,110,100,108,101,100,0,8,0,25,46,99,111,111,107,105,101,95,98,97,110,110,101,114,95,98,97,99,107,103,114,111,117,110,100,0,8,0,24,46,99,111,111,107,105,101,95,98,97,110,110,101,114,95,99,111,110,116,97,105,110,101,114,0,8,0,21,46,99,111,111,107,105,101,95,98,97,110,110,101,114,95,102,111,111,116,101,114,0,8,0,22,46,99,111,111,107,105,101,95,98,97,110,110,101,114,95,111,118,101,114,108,97,121,0,8,0,22,46,99,111,111,107,105,101,95,98,97,110,110,101,114,95,115,101,99,116,105,111,110,0,8,0,16,46,99,111,111,107,105,101,95,98,97,110,110,105,101,114,101,0,8,0,11,46,99,111,111,107,105,101,95,98,97,114,0,8,0,16,46,99,111,111,107,105,101,95,98,97,114,95,98,97,115,101,0,8,0,16,46,99,111,111,107,105,101,95,98,97,114,95,116,101,120,116,0,8,0,14,46,99,111,111,107,105,101,95,98,97,114,95,118,50,0,8,0,19,46,99,111,111,107,105,101,95,98,97,114,95,119,114,97,112,112,101,114,0,8,0,13,46,99,111,111,107,105,101,95,98,97,114,114,97,0,8,0,10,46,99,111,111,107,105,101,95,98,103,0,8,0,13,46,99,111,111,107,105,101,95,98,108,111,99,107,0,8,0,15,46,99,111,111,107,105,101,95,98,108,111,99,107,101,114,0,8,0,13,46,99,111,111,107,105,101,95,98,111,108,99,107,0,8,0,11,46,99,111,111,107,105,101,95,98,111,116,0,8,0,11,46,99,111,111,107,105,101,95,98,111,120,0,8,0,18,46,99,111,111,107,105,101,95,98,111,120,95,115,104,97,100,111,119,0,8,0,14,46,99,111,111,107,105,101,95,99,104,111,105,99,101,0,8,0,16,46,99,111,111,107,105,101,95,99,110,116,110,114,95,115,116,0,8,0,15,46,99,111,111,107,105,101,95,99,111,110,102,105,114,109,0,8,0,35,46,99,111,111,107,105,101,95,99,111,110,115,101,110,116,58,110,111,116,40,98,111,100,121,41,58,110,111,116,40,104,116,109,108,41,0,8,0,22,46,99,111,111,107,105,101,95,99,111,110,115,101,110,116,95,95,97,108,101,114,116,0,8,0,22,46,99,111,111,107,105,101,95,99,111,110,115,101,110,116,95,98,97,110,110,101,114,0,8,0,32,46,99,111,111,107,105,101,95,99,111,110,115,101,110,116,95,98,97,110,110,101,114,95,99,111,110,116,97,105,110,101,114,0,8,0,22,46,99,111,111,107,105,101,95,99,111,110,115,101,110,116,95,100,105,97,108,111,103,0,8,0,22,46,99,111,111,107,105,101,95,99,111,110,115,101,110,116,95,104,111,108,100,101,114,0,8,0,23,46,99,111,111,107,105,101,95,99,111,110,115,101,110,116,95,111,118,101,114,108,97,121,0,8,0,21,46,99,111,111,107,105,101,95,99,111,110,115,101,110,116,95,112,111,112,117,112,0,8,0,21,46,99,111,111,107,105,101,95,99,111,110,115,101,110,116,95,116,105,116,108,101,0,8,0,12,46,99,111,111,107,105,101,95,99,111,110,116,0,8,0,25,46,99,111,111,107,105,101,95,99,111,110,116,97,105,110,101,114,95,119,114,97,112,112,101,114,0,8,0,15,46,99,111,111,107,105,101,95,99,111,110,116,101,110,116,0,8,0,11,46,99,111,111,107,105,101,95,99,115,116,0,8,0,26,46,99,111,111,107,105,101,95,100,105,115,99,97,108,105,109,101,114,95,101,110,103,108,105,115,104,0,8,0,18,46,99,111,111,107,105,101,95,100,105,115,99,108,97,105,109,101,114,0,8,0,18,46,99,111,111,107,105,101,95,100,105,115,99,108,111,115,117,114,101,0,8,0,15,46,99,111,111,107,105,101,95,100,105,115,112,108,97,121,0,8,0,11,46,99,111,111,107,105,101,95,100,105,118,0,8,0,20,46,99,111,111,107,105,101,95,101,110,97,98,108,101,95,112,111,112,117,112,0,8,0,14,46,99,111,111,107,105,101,95,101,117,95,98,97,114,0,8,0,20,46,99,111,111,107,105,101,95,101,117,95,99,111,110,116,97,105,110,101,114,0,8,0,17,46,99,111,111,107,105,101,95,101,118,105,108,95,111,118,101,114,0,8,0,13,46,99,111,111,107,105,101,95,102,108,111,97,116,0,8,0,14,46,99,111,111,107,105,101,95,102,108,121,111,117,116,0,8,0,20,46,99,111,111,107,105,101,95,102,111,111,116,101,114,95,102,105,120,101,100,0,8,0,24,46,99,111,111,107,105,101,95,102,114,97,109,101,95,98,97,99,107,103,114,111,117,110,100,0,8,0,12,46,99,111,111,107,105,101,95,103,100,112,114,0,8,0,13,46,99,111,111,107,105,101,95,103,114,97,121,76,0,8,0,14,46,99,111,111,107,105,101,95,104,101,108,112,101,114,0,8,0,14,46,99,111,111,107,105,101,95,104,105,100,100,101,110,0,8,0,12,46,99,111,111,107,105,101,95,104,105,110,116,0,8,0,15,46,99,111,111,107,105,101,95,104,105,110,119,101,105,115,0,8,0,11,46,99,111,111,107,105,101,95,105,110,102,0,8,0,17,46,99,111,111,107,105,101,95,105,110,102,111,95,98,111,120,49,0,8,0,22,46,99,111,111,107,105,101,95,105,110,102,111,95,99,111,110,116,97,105,110,101,114,0,8,0,20,46,99,111,111,107,105,101,95,105,110,102,111,95,99,111,110,116,101,110,116,0,8,0,17,46,99,111,111,107,105,101,95,105,110,102,111,95,119,114,97,112,0,8,0,20,46,99,111,111,107,105,101,95,105,110,102,111,95,119,114,97,112,112,101,114,0,8,0,14,46,99,111,111,107,105,101,95,105,110,102,111,114,109,0,8,0,18,46,99,111,111,107,105,101,95,105,110,102,111,114,109,97,116,105,101,0,8,0,27,46,99,111,111,107,105,101,95,105,110,102,111,114,109,97,116,105,111,110,45,45,97,99,116,105,118,101,0,8,0,24,46,99,111,111,107,105,101,95,105,110,102,111,114,109,97,116,105,111,110,45,45,98,97,114,0,8,0,28,46,99,111,111,107,105,101,95,105,110,102,111,114,109,97,116,105,111,110,45,45,111,118,101,114,108,97,121,0,8,0,24,46,99,111,111,107,105,101,95,105,110,102,111,114,109,97,116,105,111,110,45,45,116,111,112,0,8,0,13,46,99,111,111,107,105,101,95,105,110,110,101,114,0,8,0,11,46,99,111,111,107,105,101,95,108,97,119,0,8,0,21,46,99,111,111,107,105,101,95,108,97,119,95,99,111,110,116,97,105,110,101,114,0,8,0,18,46,99,111,111,107,105,101,95,108,97,119,95,100,105,97,108,111,103,0,8,0,25,46,99,111,111,107,105,101,95,108,97,119,95,114,101,118,101,97,108,95,100,105,97,108,111,103,0,8,0,26,46,99,111,111,107,105,101,95,108,97,119,95,114,101,118,101,97,108,95,111,118,101,114,108,97,121,0,8,0,13,46,99,111,111,107,105,101,95,108,97,121,101,114,0,8,0,12,46,99,111,111,107,105,101,95,108,98,111,120,0,8,0,15,46,99,111,111,107,105,101,95,108,105,99,101,110,99,101,0,8,0,15,46,99,111,111,107,105,101,95,108,111,97,100,105,110,103,0,8,0,12,46,99,111,111,107,105,101,95,108,111,103,111,0,8,0,9,46,99,111,111,107,105,101,95,109,0,8,0,18,46,99,111,111,107,105,101,95,109,97,105,110,95,98,108,111,99,107,0,8,0,15,46,99,111,111,107,105,101,95,109,101,108,100,105,110,103,0,8,0,15,46,99,111,111,107,105,101,95,109,101,108,100,117,110,103,0,8,0,12,46,99,111,111,107,105,101,95,109,101,115,115,0,8,0,15,46,99,111,111,107,105,101,95,109,101,115,115,97,103,101,0,8,0,19,46,99,111,111,107,105,101,95,109,101,115,115,97,103,101,95,98,111,120,0,8,0,25,46,99,111,111,107,105,101,95,109,101,115,115,97,103,101,95,99,111,110,116,97,105,110,101,114,0,8,0,25,46,99,111,111,107,105,101,95,109,101,115,115,97,103,101,95,100,105,115,112,108,97,121,101,100,0,8,0,20,46,99,111,111,107,105,101,95,109,101,115,115,97,103,101,95,119,114,97,112,0,8,0,11,46,99,111,111,107,105,101,95,109,111,98,0,8,0,23,46,99,111,111,107,105,101,95,109,111,100,97,108,95,98,117,116,116,111,110,95,118,53,0,8,0,19,46,99,111,111,107,105,101,95,109,111,100,97,108,95,111,117,116,101,114,0,8,0,14,46,99,111,111,107,105,101,95,109,111,100,117,108,101,0,8,0,15,46,99,111,111,107,105,101,95,109,111,110,115,116,101,114,0,8,0,19,46,99,111,111,107,105,101,95,109,111,110,115,116,101,114,95,98,111,120,0,8,0,15,46,99,111,111,107,105,101,95,109,115,103,95,98,108,107,0,8,0,18,46,99,111,111,107,105,101,95,110,101,119,115,108,101,116,116,101,114,0,8,0,12,46,99,111,111,107,105,101,95,110,111,116,101,0,8,0,16,46,99,111,111,107,105,101,95,110,111,116,101,95,98,107,103,0,8,0,14,46,99,111,111,107,105,101,95,110,111,116,105,99,101,0,8,0,20,46,99,111,111,107,105,101,95,110,111,116,105,99,101,95,98,108,111,99,107,0,8,0,19,46,99,111,111,107,105,101,95,110,111,116,105,99,101,95,98,108,117,101,0,8,0,22,46,99,111,111,107,105,101,95,110,111,116,105,99,101,95,111,118,101,114,108,97,121,0,8,0,19,46,99,111,111,107,105,101,95,110,111,116,105,99,101,95,119,114,97,112,0,8,0,22,46,99,111,111,107,105,101,95,110,111,116,105,99,101,95,119,114,97,112,112,101,114,0,8,0,13,46,99,111,111,107,105,101,95,110,111,116,105,102,0,8,0,14,46,99,111,111,107,105,101,95,110,111,116,105,102,101,0,8,0,20,46,99,111,111,107,105,101,95,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,26,46,99,111,111,107,105,101,95,110,111,116,105,102,105,99,97,116,105,111,110,95,98,108,111,99,107,0,8,0,30,46,99,111,111,107,105,101,95,110,111,116,105,102,105,99,97,116,105,111,110,95,99,111,110,116,97,105,110,101,114,0,8,0,28,46,99,111,111,107,105,101,95,110,111,116,105,102,105,99,97,116,105,111,110,95,119,114,97,112,112,101,114,0,8,0,14,46,99,111,111,107,105,101,95,110,111,116,105,102,121,0,8,0,13,46,99,111,111,107,105,101,95,111,112,114,117,122,0,8,0,13,46,99,111,111,107,105,101,95,111,112,116,105,110,0,8,0,17,46,99,111,111,107,105,101,95,111,112,116,105,110,95,98,111,120,0,8,0,15,46,99,111,111,107,105,101,95,111,118,101,114,108,97,121,0,8,0,25,46,99,111,111,107,105,101,95,111,118,101,114,108,97,121,95,99,111,110,116,97,105,110,101,114,0,8,0,19,46,99,111,111,107,105,101,95,111,118,101,114,108,97,121,115,104,111,119,0,8,0,13,46,99,111,111,107,105,101,95,112,97,110,101,108,0,8,0,17,46,99,111,111,107,105,101,95,112,97,110,101,108,95,110,101,119,0,8,0,21,46,99,111,111,107,105,101,95,112,105,99,107,105,110,103,95,98,108,111,99,107,0,8,0,14,46,99,111,111,107,105,101,95,112,108,117,103,105,110,0,8,0,14,46,99,111,111,107,105,101,95,112,111,108,105,99,121,0,8,0,21,46,99,111,111,107,105,101,95,112,111,108,105,99,121,95,98,97,110,110,101,114,0,8,0,18,46,99,111,111,107,105,101,95,112,111,108,105,99,121,95,98,97,114,0,8,0,18,46,99,111,111,107,105,101,95,112,111,108,105,99,121,95,98,111,120,0,8,0,24,46,99,111,111,107,105,101,95,112,111,108,105,99,121,95,99,111,109,112,111,110,101,110,116,0,8,0,19,46,99,111,111,107,105,101,95,112,111,108,105,99,121,95,99,111,110,116,0,8,0,24,46,99,111,111,107,105,101,95,112,111,108,105,99,121,95,99,111,110,116,97,105,110,101,114,0,8,0,22,46,99,111,111,107,105,101,95,112,111,108,105,99,121,95,109,101,115,115,97,103,101,0,8,0,20,46,99,111,111,107,105,101,95,112,111,108,105,99,121,95,111,117,116,101,114,0,8,0,18,46,99,111,111,107,105,101,95,112,111,108,105,99,121,95,112,111,112,0,8,0,16,46,99,111,111,107,105,101,95,112,111,108,105,116,105,99,115,0,8,0,23,46,99,111,111,107,105,101,95,112,111,112,117,112,95,97,108,105,103,110,109,101,110,116,0,8,0,21,46,99,111,111,107,105,101,95,112,111,112,117,112,95,119,114,97,112,112,101,114,0,8,0,23,46,99,111,111,107,105,101,95,112,111,115,105,116,105,111,110,95,98,111,116,116,111,109,0,8,0,26,46,99,111,111,107,105,101,95,112,114,101,102,101,114,101,110,99,101,115,95,98,97,110,110,101,114,0,8,0,15,46,99,111,111,107,105,101,95,112,114,105,118,97,99,121,0,8,0,21,46,99,111,111,107,105,101,95,112,114,105,118,97,99,121,95,97,108,101,114,116,0,8,0,21,46,99,111,111,107,105,101,95,112,114,105,118,97,99,121,95,98,108,111,99,107,0,8,0,24,46,99,111,111,107,105,101,95,112,114,105,118,97,99,121,95,105,110,102,111,95,98,97,114,0,8,0,23,46,99,111,111,107,105,101,95,112,114,105,118,97,99,121,95,108,97,119,95,98,97,114,0,8,0,20,46,99,111,111,107,105,101,95,112,114,105,118,97,99,121,95,108,105,110,101,0,8,0,22,46,99,111,111,107,105,101,95,112,114,105,118,97,99,121,95,112,111,108,105,99,121,0,8,0,13,46,99,111,111,107,105,101,95,114,97,109,107,97,0,8,0,21,46,99,111,111,107,105,101,95,114,102,95,116,121,112,101,95,112,97,110,101,108,0,8,0,22,46,99,111,111,107,105,101,95,114,102,95,116,121,112,101,95,119,105,110,100,111,119,0,8,0,13,46,99,111,111,107,105,101,95,114,105,98,111,110,0,8,0,19,46,99,111,111,107,105,101,95,114,105,99,104,116,108,105,110,105,101,110,0,8,0,16,46,99,111,111,107,105,101,95,114,111,108,108,100,111,119,110,0,8,0,11,46,99,111,111,107,105,101,95,114,111,119,0,8,0,13,46,99,111,111,107,105,101,95,114,117,108,101,115,0,8,0,11,46,99,111,111,107,105,101,95,115,97,118,0,8,0,19,46,99,111,111,107,105,101,95,115,99,104,101,109,97,95,100,97,114,107,0,8,0,20,46,99,111,111,107,105,101,95,115,101,99,111,110,100,95,98,108,111,99,107,0,8,0,15,46,99,111,111,107,105,101,95,115,101,116,116,105,110,103,0,8,0,23,46,99,111,111,107,105,101,95,115,101,116,116,105,110,103,115,95,98,111,116,116,111,109,0,8,0,26,46,99,111,111,107,105,101,95,115,101,116,116,105,110,103,115,95,99,111,110,116,97,105,110,101,114,0,8,0,23,46,99,111,111,107,105,101,95,115,101,116,116,105,110,103,115,95,116,111,103,103,108,101,0,8,0,17,46,99,111,111,107,105,101,95,115,116,97,116,101,109,101,110,116,0,8,0,24,46,99,111,111,107,105,101,95,115,116,97,116,101,109,101,110,116,95,115,112,97,99,101,114,0,8,0,15,46,99,111,111,107,105,101,95,115,116,105,99,107,101,114,0,8,0,23,46,99,111,111,107,105,101,95,115,116,105,99,107,101,114,95,119,114,97,112,112,101,114,0,8,0,13,46,99,111,111,107,105,101,95,115,116,114,105,112,0,8,0,11,46,99,111,111,107,105,101,95,116,97,98,0,8,0,11,46,99,111,111,107,105,101,95,116,97,103,0,8,0,19,46,99,111,111,107,105,101,95,116,97,106,101,107,111,122,116,97,116,111,0,8,0,16,46,99,111,111,107,105,101,95,116,97,107,101,111,118,101,114,0,8,0,11,46,99,111,111,107,105,101,95,116,105,112,0,8,0,14,46,99,111,111,107,105,101,95,116,105,112,98,111,120,0,8,0,12,46,99,111,111,107,105,101,95,116,105,112,115,0,8,0,15,46,99,111,111,107,105,101,95,116,111,111,108,98,97,114,0,8,0,13,46,99,111,111,107,105,101,95,116,114,97,99,107,0,8,0,13,46,99,111,111,107,105,101,95,117,115,97,103,101,0,8,0,20,46,99,111,111,107,105,101,95,117,115,97,103,101,95,98,97,110,110,101,114,0,8,0,22,46,99,111,111,107,105,101,95,117,115,97,103,101,95,110,111,116,105,102,105,101,114,0,8,0,23,46,99,111,111,107,105,101,95,117,115,97,103,101,95,110,111,116,105,102,105,101,114,50,0,8,0,20,46,99,111,111,107,105,101,95,117,115,97,103,101,95,110,111,116,105,102,121,0,8,0,13,46,99,111,111,107,105,101,95,118,101,114,105,102,0,8,0,12,46,99,111,111,107,105,101,95,119,97,114,110,0,8,0,16,46,99,111,111,107,105,101,95,119,97,114,110,95,98,111,120,0,8,0,15,46,99,111,111,107,105,101,95,119,97,114,110,105,110,103,0,8,0,19,46,99,111,111,107,105,101,95,119,97,114,110,105,110,103,95,98,111,120,0,8,0,25,46,99,111,111,107,105,101,95,119,97,114,110,105,110,103,95,99,111,110,116,97,105,110,101,114,0,8,0,19,46,99,111,111,107,105,101,95,119,97,114,110,105,110,103,95,110,101,119,0,8,0,20,46,99,111,111,107,105,101,95,119,97,114,110,105,110,103,95,119,114,97,112,0,8,0,19,46,99,111,111,107,105,101,95,119,114,97,112,95,98,111,116,116,111,109,0,8,0,15,46,99,111,111,107,105,101,95,119,114,97,112,112,101,114,0,8,0,22,46,99,111,111,107,105,101,95,119,114,97,112,112,101,114,45,98,111,116,116,111,109,0,8,0,20,46,99,111,111,107,105,101,95,119,114,97,112,112,101,114,95,116,111,111,108,0,8,0,11,46,99,111,111,107,105,101,95,119,114,112,0,8,0,14,46,99,111,111,107,105,101,97,98,102,114,97,103,101,0,8,0,11,46,99,111,111,107,105,101,97,98,108,101,0,8,0,13,46,99,111,111,107,105,101,97,99,99,101,112,116,0,8,0,21,46,99,111,111,107,105,101,97,99,99,101,112,116,95,119,114,97,112,112,101,114,0,8,0,17,46,99,111,111,107,105,101,97,99,99,101,112,116,97,110,99,101,0,8,0,10,46,99,111,111,107,105,101,97,100,118,0,8,0,13,46,99,111,111,107,105,101,97,100,118,105,115,101,0,8,0,12,46,99,111,111,107,105,101,97,108,97,114,109,0,8,0,12,46,99,111,111,107,105,101,97,108,101,114,116,0,8,0,12,46,99,111,111,107,105,101,97,116,97,116,97,0,8,0,12,46,99,111,111,107,105,101,98,97,100,103,101,0,8,0,11,46,99,111,111,107,105,101,98,97,108,107,0,8,0,24,46,99,111,111,107,105,101,98,97,110,110,101,114,45,45,99,111,110,116,97,105,110,101,114,0,8,0,17,46,99,111,111,107,105,101,98,97,110,110,101,114,45,45,106,115,0,8,0,19,46,99,111,111,107,105,101,98,97,110,110,101,114,45,105,110,110,101,114,0,8,0,20,46,99,111,111,107,105,101,98,97,110,110,101,114,45,108,101,103,97,99,121,0,8,0,21,46,99,111,111,107,105,101,98,97,110,110,101,114,45,111,118,101,114,108,97,121,0,8,0,21,46,99,111,111,107,105,101,98,97,110,110,101,114,45,119,97,114,110,105,110,103,0,8,0,24,46,99,111,111,107,105,101,98,97,110,110,101,114,95,95,99,111,110,116,97,105,110,101,114,0,8,0,18,46,99,111,111,107,105,101,98,97,110,110,101,114,95,95,116,111,112,0,8,0,24,46,99,111,111,107,105,101,98,97,110,110,101,114,95,98,97,99,107,103,114,111,117,110,100,0,8,0,18,46,99,111,111,107,105,101,98,97,110,110,101,114,112,111,112,117,112,0,8,0,15,46,99,111,111,107,105,101,98,97,110,110,101,114,118,50,0,8,0,20,46,99,111,111,107,105,101,98,97,114,45,45,118,97,114,105,97,110,116,49,0,8,0,14,46,99,111,111,107,105,101,98,97,114,45,97,100,109,0,8,0,16,46,99,111,111,107,105,101,98,97,114,45,98,108,111,99,107,0,8,0,20,46,99,111,111,107,105,101,98,97,114,45,99,111,110,116,97,105,110,101,114,0,8,0,18,46,99,111,111,107,105,101,98,97,114,45,109,101,115,115,97,103,101,0,8,0,16,46,99,111,111,107,105,101,98,97,114,45,112,97,110,101,108,0,8,0,14,46,99,111,111,107,105,101,98,97,114,45,116,112,108,0,8,0,18,46,99,111,111,107,105,101,98,97,114,45,119,114,97,112,112,101,114,0,8,0,19,46,99,111,111,107,105,101,98,97,114,95,95,111,118,101,114,108,97,121,0,8,0,20,46,99,111,111,107,105,101,98,97,114,95,99,111,110,116,97,105,110,101,114,0,8,0,18,46,99,111,111,107,105,101,98,97,114,95,119,114,97,112,112,101,114,0,8,0,19,46,99,111,111,107,105,101,98,97,114,99,111,110,116,97,105,110,101,114,0,8,0,16,46,99,111,111,107,105,101,98,97,114,104,111,108,100,101,114,0,8,0,15,46,99,111,111,107,105,101,98,97,114,105,110,110,101,114,0,8,0,29,46,99,111,111,107,105,101,98,103,58,110,111,116,40,98,111,100,121,41,58,110,111,116,40,104,116,109,108,41,0,8,0,12,46,99,111,111,107,105,101,98,108,111,99,107,0,8,0,11,46,99,111,111,107,105,101,98,111,107,115,0,8,0,13,46,99,111,111,107,105,101,98,111,116,116,111,109,0,8,0,18,46,99,111,111,107,105,101,98,111,120,45,119,114,97,112,112,101,114,0,8,0,11,46,99,111,111,107,105,101,98,111,120,77,0,8,0,15,46,99,111,111,107,105,101,98,111,120,83,116,97,114,116,0,8,0,11,46,99,111,111,107,105,101,99,97,108,108,0,8,0,12,46,99,111,111,107,105,101,99,104,101,99,107,0,8,0,27,46,99,111,111,107,105,101,99,104,101,99,107,95,98,97,110,110,101,114,45,119,114,97,112,112,101,114,0,8,0,12,46,99,111,111,107,105,101,99,108,111,115,101,0,8,0,11,46,99,111,111,107,105,101,99,110,105,108,0,8,0,23,46,99,111,111,107,105,101,99,111,110,115,101,110,116,45,98,97,99,107,100,114,111,112,0,8,0,21,46,99,111,111,107,105,101,99,111,110,115,101,110,116,45,98,97,110,110,101,114,0,8,0,24,46,99,111,111,107,105,101,99,111,110,115,101,110,116,45,99,111,110,116,97,105,110,101,114,0,8,0,21,46,99,111,111,107,105,101,99,111,110,115,101,110,116,45,100,105,97,108,111,103,0,8,0,22,46,99,111,111,107,105,101,99,111,110,115,101,110,116,45,111,118,101,114,108,97,121,0,8,0,28,46,99,111,111,107,105,101,99,111,110,115,101,110,116,45,111,118,101,114,108,97,121,45,108,105,103,104,116,0,8,0,20,46,99,111,111,107,105,101,99,111,110,115,101,110,116,45,112,111,112,117,112,0,8,0,31,46,99,111,111,107,105,101,99,111,110,115,101,110,116,45,112,111,112,117,112,45,98,97,99,107,103,114,111,117,110,100,0,8,0,17,46,99,111,111,107,105,101,99,111,110,115,101,110,116,45,114,117,0,8,0,20,46,99,111,111,107,105,101,99,111,110,115,101,110,116,45,115,104,97,100,101,0,8,0,21,46,99,111,111,107,105,101,99,111,110,115,101,110,116,45,115,105,109,112,108,101,0,8,0,19,46,99,111,111,107,105,101,99,111,110,115,101,110,116,45,119,114,97,112,0,8,0,22,46,99,111,111,107,105,101,99,111,110,115,101,110,116,45,119,114,97,112,112,101,114,0,8,0,20,46,99,111,111,107,105,101,99,111,110,115,101,110,116,95,95,119,114,97,112,0,8,0,20,46,99,111,111,107,105,101,99,111,110,115,101,110,116,98,97,110,110,101,114,0,8,0,17,46,99,111,111,107,105,101,99,111,110,115,101,110,116,98,97,114,0,8,0,23,46,99,111,111,107,105,101,99,111,110,115,101,110,116,99,111,109,112,111,110,101,110,116,0,8,0,23,46,99,111,111,107,105,101,99,111,110,115,101,110,116,99,111,110,116,97,105,110,101,114,0,8,0,16,46,99,111,111,107,105,101,99,111,110,116,97,105,110,101,114,0,8,0,14,46,99,111,111,107,105,101,99,111,110,116,101,110,116,0,8,0,14,46,99,111,111,107,105,101,99,111,110,116,114,111,108,0,8,0,32,46,99,111,111,107,105,101,99,111,110,116,114,111,108,45,97,108,101,114,116,45,98,111,120,45,119,114,97,112,112,101,114,0,8,0,11,46,99,111,111,107,105,101,99,114,97,112,0,8,0,13,46,99,111,111,107,105,101,99,117,116,116,101,114,0,8,0,16,46,99,111,111,107,105,101,100,45,99,111,110,116,101,110,116,0,8,0,13,46,99,111,111,107,105,101,100,79,117,116,101,114,0,8,0,14,46,99,111,111,107,105,101,100,101,116,97,105,108,115,0,8,0,13,46,99,111,111,107,105,101,100,105,97,108,111,103,0,8,0,14,46,99,111,111,107,105,101,100,105,109,101,114,100,97,0,8,0,17,46,99,111,111,107,105,101,100,105,115,99,108,97,105,109,101,114,0,8,0,22,46,99,111,111,107,105,101,100,105,115,99,108,97,105,109,101,114,98,108,111,99,107,0,8,0,10,46,99,111,111,107,105,101,100,105,118,0,8,0,18,46,99,111,111,107,105,101,100,111,111,114,95,112,97,100,100,101,100,0,8,0,13,46,99,111,111,107,105,101,102,97,115,99,105,97,0,8,0,14,46,99,111,111,107,105,101,102,108,111,97,116,101,114,0,8,0,13,46,99,111,111,107,105,101,102,111,111,116,101,114,0,8,0,12,46,99,111,111,107,105,101,102,114,97,109,101,0,8,0,13,46,99,111,111,107,105,101,104,101,97,100,101,114,0,8,0,13,46,99,111,111,107,105,101,104,101,105,103,104,116,0,8,0,11,46,99,111,111,107,105,101,104,105,110,116,0,8,0,14,46,99,111,111,107,105,101,104,105,110,119,101,105,115,0,8,0,14,46,99,111,111,107,105,101,105,110,102,111,45,98,103,0,8,0,19,46,99,111,111,107,105,101,105,110,102,111,45,99,111,110,116,101,110,116,0,8,0,21,46,99,111,111,107,105,101,105,110,102,111,58,110,111,116,40,98,111,100,121,41,0,8,0,22,46,99,111,111,107,105,101,105,110,102,111,95,95,99,111,110,116,97,105,110,101,114,0,8,0,24,46,99,111,111,107,105,101,105,110,102,111,98,97,110,110,101,114,87,114,97,112,112,101,114,0,8,0,14,46,99,111,111,107,105,101,105,110,102,111,98,97,114,0,8,0,16,46,99,111,111,107,105,101,105,110,102,111,98,108,111,99,107,0,8,0,17,46,99,111,111,107,105,101,105,110,102,111,104,111,108,100,101,114,0,8,0,18,46,99,111,111,107,105,101,105,110,102,111,114,109,97,116,105,111,110,0,8,0,22,46,99,111,111,107,105,101,105,110,102,111,114,109,97,116,105,111,110,97,114,101,97,0,8,0,12,46,99,111,111,107,105,101,105,110,102,111,115,0,8,0,17,46,99,111,111,107,105,101,106,97,114,45,98,111,116,116,111,109,0,8,0,18,46,99,111,111,107,105,101,106,97,114,45,99,111,110,116,101,110,116,0,8,0,10,46,99,111,111,107,105,101,107,97,116,0,8,0,10,46,99,111,111,107,105,101,107,98,98,0,8,0,12,46,99,111,111,107,105,101,108,97,98,101,108,0,8,0,16,46,99,111,111,107,105,101,108,97,119,45,97,108,101,114,116,0,8,0,17,46,99,111,111,107,105,101,108,97,119,45,98,97,110,110,101,114,0,8,0,14,46,99,111,111,107,105,101,108,97,119,45,98,97,114,0,8,0,17,46,99,111,111,107,105,101,108,97,119,45,98,111,116,116,111,109,0,8,0,20,46,99,111,111,107,105,101,108,97,119,45,99,111,110,116,97,105,110,101,114,0,8,0,15,46,99,111,111,107,105,101,108,97,119,45,105,110,102,111,0,8,0,14,46,99,111,111,107,105,101,108,97,119,45,109,115,103,0,8,0,16,46,99,111,111,107,105,101,108,97,119,45,112,97,110,101,108,0,8,0,18,46,99,111,111,107,105,101,108,97,119,45,119,114,97,112,112,101,114,0,8,0,30,46,99,111,111,107,105,101,108,97,119,58,110,111,116,40,98,111,100,121,41,58,110,111,116,40,104,116,109,108,41,0,8,0,17,46,99,111,111,107,105,101,108,97,119,72,105,110,116,116,111,112,0,8,0,18,46,99,111,111,107,105,101,108,97,119,95,111,118,101,114,108,97,121,0,8,0,18,46,99,111,111,107,105,101,108,97,119,95,119,114,97,112,112,101,114,0,8,0,13,46,99,111,111,107,105,101,108,97,119,98,97,114,0,8,0,17,46,99,111,111,107,105,101,108,97,119,105,110,102,111,98,97,114,0,8,0,25,46,99,111,111,107,105,101,108,97,119,112,111,112,117,112,45,99,111,110,116,97,105,110,101,114,0,8,0,12,46,99,111,111,107,105,101,108,97,121,101,114,0,8,0,19,46,99,111,111,107,105,101,108,97,121,101,114,95,95,108,97,121,101,114,0,8,0,12,46,99,111,111,107,105,101,108,101,103,97,108,0,8,0,13,46,99,111,111,107,105,101,108,101,105,115,116,101,0,8,0,17,46,99,111,111,107,105,101,108,101,118,101,108,95,95,98,97,114,0,8,0,11,46,99,111,111,107,105,101,108,105,110,101,0,8,0,11,46,99,111,111,107,105,101,108,111,111,112,0,8,0,11,46,99,111,111,107,105,101,108,111,112,100,0,8,0,14,46,99,111,111,107,105,101,109,97,100,110,101,115,115,0,8,0,14,46,99,111,111,107,105,101,109,97,105,110,100,105,118,0,8,0,15,46,99,111,111,107,105,101,109,97,110,45,115,104,111,119,0,8,0,14,46,99,111,111,107,105,101,109,97,110,97,103,101,114,0,8,0,32,46,99,111,111,107,105,101,109,97,110,97,103,101,114,95,98,97,110,110,101,114,45,45,99,111,110,116,97,105,110,101,114,0,8,0,26,46,99,111,111,107,105,101,109,97,110,97,103,101,114,95,115,104,111,119,95,115,105,109,112,108,101,0,8,0,24,46,99,111,111,107,105,101,109,101,108,100,105,110,103,45,99,111,110,116,97,105,110,101,114,0,8,0,34,46,99,111,111,107,105,101,109,101,108,100,105,110,103,58,110,111,116,40,104,116,109,108,41,58,110,111,116,40,98,111,100,121,41,0,8,0,14,46,99,111,111,107,105,101,109,101,108,100,117,110,103,0,8,0,21,46,99,111,111,107,105,101,109,101,115,115,97,103,101,45,104,111,108,100,101,114,0,8,0,23,46,99,111,111,107,105,101,109,101,115,115,97,103,101,95,95,111,118,101,114,108,97,121,0,8,0,19,46,99,111,111,107,105,101,109,101,115,115,97,103,101,98,108,111,99,107,0,8,0,25,46,99,111,111,107,105,101,109,101,115,115,97,103,101,112,108,97,99,101,104,111,108,100,101,114,0,8,0,10,46,99,111,111,107,105,101,109,111,110,0,8,0,24,46,99,111,111,107,105,101,109,111,110,115,116,101,114,45,99,111,110,116,97,105,110,101,114,0,8,0,10,46,99,111,111,107,105,101,109,115,103,0,8,0,10,46,99,111,111,107,105,101,110,97,118,0,8,0,11,46,99,111,111,107,105,101,110,111,116,101,0,8,0,20,46,99,111,111,107,105,101,110,111,116,101,95,95,111,118,101,114,108,97,121,0,8,0,17,46,99,111,111,107,105,101,110,111,116,105,99,101,45,98,97,114,0,8,0,17,46,99,111,111,107,105,101,110,111,116,105,99,101,45,98,111,120,0,8,0,23,46,99,111,111,107,105,101,110,111,116,105,99,101,45,99,111,110,116,97,105,110,101,114,0,8,0,21,46,99,111,111,107,105,101,110,111,116,105,99,101,45,99,111,110,116,101,110,116,0,8,0,19,46,99,111,111,107,105,101,110,111,116,105,99,101,45,105,110,110,101,114,0,8,0,18,46,99,111,111,107,105,101,110,111,116,105,99,101,45,119,114,97,112,0,8,0,19,46,99,111,111,107,105,101,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,13,46,99,111,111,107,105,101,110,111,116,105,102,121,0,8,0,17,46,99,111,111,107,105,101,111,112,116,45,104,111,108,100,101,114,0,8,0,12,46,99,111,111,107,105,101,111,112,116,105,110,0,8,0,14,46,99,111,111,107,105,101,111,112,116,105,111,110,115,0,8,0,14,46,99,111,111,107,105,101,111,118,101,114,108,97,121,0,8,0,16,46,99,111,111,107,105,101,111,118,101,114,108,97,121,45,120,0,8,0,12,46,99,111,111,107,105,101,112,97,110,101,108,0,8,0,20,46,99,111,111,107,105,101,112,97,110,101,108,95,111,118,101,114,108,97,121,0,8,0,23,46,99,111,111,107,105,101,112,101,114,109,105,115,115,105,111,110,112,114,111,109,112,116,0,8,0,11,46,99,111,111,107,105,101,112,108,117,115,0,8,0,26,46,99,111,111,107,105,101,112,108,117,115,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,20,46,99,111,111,107,105,101,112,108,117,115,45,101,120,116,101,110,100,101,100,0,8,0,18,46,99,111,111,107,105,101,112,108,117,115,45,109,111,100,101,114,110,0,8,0,10,46,99,111,111,107,105,101,112,111,108,0,8,0,18,46,99,111,111,107,105,101,112,111,108,105,99,101,112,111,112,117,112,0,8,0,13,46,99,111,111,107,105,101,112,111,108,105,99,121,0,8,0,21,46,99,111,111,107,105,101,112,111,108,105,99,121,45,45,97,99,116,105,118,101,0,8,0,19,46,99,111,111,107,105,101,112,111,108,105,99,121,45,98,108,111,99,107,0,8,0,22,46,99,111,111,107,105,101,112,111,108,105,99,121,45,100,114,111,112,100,111,119,110,0,8,0,17,46,99,111,111,107,105,101,112,111,108,105,99,121,45,116,120,116,0,8,0,18,46,99,111,111,107,105,101,112,111,108,105,99,121,45,119,114,97,112,0,8,0,21,46,99,111,111,107,105,101,112,111,108,105,99,121,45,119,114,97,112,112,101,114,0,8,0,19,46,99,111,111,107,105,101,112,111,108,105,99,121,66,97,110,110,101,114,0,8,0,24,46,99,111,111,107,105,101,112,111,108,105,99,121,95,95,99,111,110,116,97,105,110,101,114,0,8,0,16,46,99,111,111,107,105,101,112,111,108,105,99,121,98,97,114,0,8,0,18,46,99,111,111,107,105,101,112,111,108,105,99,121,99,108,97,115,115,0,8,0,19,46,99,111,111,107,105,101,112,111,108,105,99,121,102,111,111,116,101,114,0,8,0,20,46,99,111,111,107,105,101,112,111,108,105,99,121,111,118,101,114,108,97,121,0,8,0,17,46,99,111,111,107,105,101,112,111,108,105,99,121,116,101,120,116,0,8,0,14,46,99,111,111,107,105,101,112,111,108,105,116,105,107,0,8,0,11,46,99,111,111,107,105,101,112,111,108,108,0,8,0,12,46,99,111,111,107,105,101,112,111,112,105,110,0,8,0,17,46,99,111,111,107,105,101,112,111,112,117,112,45,99,111,110,116,0,8,0,22,46,99,111,111,107,105,101,112,111,112,117,112,45,99,111,110,116,97,105,110,101,114,0,8,0,15,46,99,111,111,107,105,101,112,111,112,117,112,98,111,120,0,8,0,21,46,99,111,111,107,105,101,112,111,112,117,112,99,111,110,116,97,105,110,101,114,0,8,0,19,46,99,111,111,107,105,101,112,111,112,117,112,119,114,97,112,112,101,114,0,8,0,24,46,99,111,111,107,105,101,112,114,101,102,101,114,101,110,99,101,115,95,112,111,112,117,112,0,8,0,14,46,99,111,111,107,105,101,112,114,105,118,97,99,121,0,8,0,9,46,99,111,111,107,105,101,112,117,0,8,0,15,46,99,111,111,107,105,101,113,117,101,115,116,105,111,110,0,8,0,11,46,99,111,111,107,105,101,114,98,97,114,0,8,0,13,46,99,111,111,107,105,101,114,105,110,102,111,114,0,8,0,10,46,99,111,111,107,105,101,114,111,119,0,8,0,16,46,99,111,111,107,105,101,115,45,45,97,99,116,105,118,101,0,8,0,15,46,99,111,111,107,105,101,115,45,45,97,103,114,101,101,0,8,0,13,46,99,111,111,107,105,101,115,45,45,98,97,114,0,8,0,19,46,99,111,111,107,105,101,115,45,45,99,111,110,116,97,105,110,101,114,0,8,0,18,46,99,111,111,107,105,101,115,45,45,101,120,112,108,105,99,105,116,0,8,0,18,46,99,111,111,107,105,101,115,45,45,105,109,112,108,105,99,105,116,0,8,0,14,46,99,111,111,107,105,101,115,45,45,105,110,102,111,0,8,0,22,46,99,111,111,107,105,101,115,45,45,110,111,116,45,97,99,99,101,112,116,101,100,0,8,0,22,46,99,111,111,107,105,101,115,45,45,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,13,46,99,111,111,107,105,101,115,45,45,112,111,112,0,8,0,15,46,99,111,111,107,105,101,115,45,45,114,105,103,104,116,0,8,0,14,46,99,111,111,107,105,101,115,45,45,115,104,111,119,0,8,0,10,46,99,111,111,107,105,101,115,45,49,0,8,0,22,46,99,111,111,107,105,101,115,45,97,99,99,101,112,116,45,45,98,108,111,99,107,0,8,0,21,46,99,111,111,107,105,101,115,45,97,99,99,101,112,116,45,98,108,111,99,107,0,8,0,25,46,99,111,111,107,105,101,115,45,97,99,99,101,112,116,45,99,111,110,116,97,105,110,101,114,0,8,0,20,46,99,111,111,107,105,101,115,45,97,99,99,101,112,116,45,102,111,114,109,0,8,0,20,46,99,111,111,107,105,101,115,45,97,99,99,101,112,116,45,105,110,102,111,0,8,0,23,46,99,111,111,107,105,101,115,45,97,99,99,101,112,116,45,109,101,115,115,97,103,101,0,8,0,19,46,99,111,111,107,105,101,115,45,97,99,99,101,112,116,97,110,99,101,0,8,0,27,46,99,111,111,107,105,101,115,45,97,99,99,101,112,116,97,110,99,101,45,111,118,101,114,108,97,121,0,8,0,25,46,99,111,111,107,105,101,115,45,97,99,99,101,112,116,97,110,99,101,45,112,97,110,101,108,0,8,0,34,46,99,111,111,107,105,101,115,45,97,99,99,101,112,116,97,110,99,101,45,119,114,97,112,112,101,114,45,99,111,109,109,111,110,0,8,0,27,46,99,111,111,107,105,101,115,45,97,99,99,101,112,116,97,116,105,111,110,45,98,97,110,110,101,114,0,8,0,38,46,99,111,111,107,105,101,115,45,97,99,99,101,112,116,101,100,58,110,111,116,40,98,111,100,121,41,58,110,111,116,40,46,112,97,103,101,41,0,8,0,12,46,99,111,111,107,105,101,115,45,97,100,118,0,8,0,15,46,99,111,111,107,105,101,115,45,97,100,118,101,114,116,0,8,0,15,46,99,111,111,107,105,101,115,45,97,100,118,105,99,101,0,8,0,16,46,99,111,111,107,105,101,115,45,97,100,118,105,115,111,114,0,8,0,19,46,99,111,111,107,105,101,115,45,97,103,103,114,101,101,109,101,110,116,0,8,0,14,46,99,111,111,107,105,101,115,45,97,103,114,101,101,0,8,0,18,46,99,111,111,107,105,101,115,45,97,103,114,101,101,109,101,110,116,0,8,0,24,46,99,111,111,107,105,101,115,45,97,103,114,101,101,109,101,110,116,45,98,108,111,99,107,0,8,0,24,46,99,111,111,107,105,101,115,45,97,103,114,101,101,109,101,110,116,45,99,108,97,115,115,0,8,0,26,46,99,111,111,107,105,101,115,45,97,103,114,101,101,109,101,110,116,45,100,101,115,107,116,111,112,0,8,0,29,46,99,111,111,107,105,101,115,45,97,103,114,101,101,109,101,110,116,45,101,110,116,101,114,45,100,111,110,101,0,8,0,26,46,99,111,111,107,105,101,115,45,97,103,114,101,101,109,101,110,116,45,119,114,97,112,112,101,114,0,8,0,14,46,99,111,111,107,105,101,115,45,97,108,101,114,116,0,8,0,21,46,99,111,111,107,105,101,115,45,97,108,101,114,116,45,97,108,101,114,116,97,0,8,0,18,46,99,111,111,107,105,101,115,45,97,108,101,114,116,45,98,97,114,0,8,0,20,46,99,111,111,107,105,101,115,45,97,108,101,114,116,45,98,108,111,99,107,0,8,0,26,46,99,111,111,107,105,101,115,45,97,108,101,114,116,45,98,111,120,45,119,114,97,112,112,101,114,0,8,0,24,46,99,111,111,107,105,101,115,45,97,108,101,114,116,45,99,111,110,116,97,105,110,101,114,0,8,0,25,46,99,111,111,107,105,101,115,45,97,108,101,114,116,45,119,105,100,101,114,45,119,114,97,112,0,8,0,22,46,99,111,111,107,105,101,115,45,97,108,101,114,116,45,119,114,97,112,112,101,114,0,8,0,23,46,99,111,111,107,105,101,115,45,97,108,101,114,116,95,95,119,114,97,112,112,101,114,0,8,0,15,46,99,111,111,107,105,101,115,45,97,108,101,114,116,97,0,8,0,14,46,99,111,111,107,105,101,115,45,97,108,108,111,119,0,8,0,18,46,99,111,111,107,105,101,115,45,97,108,108,111,119,97,110,99,101,0,8,0,31,46,99,111,111,107,105,101,115,45,97,108,108,111,119,101,100,91,114,111,108,101,61,34,100,105,97,108,111,103,34,93,0,8,0,23,46,99,111,111,107,105,101,115,45,97,110,97,108,121,116,105,99,115,45,105,110,102,111,0,8,0,27,46,99,111,111,107,105,101,115,45,97,110,100,45,112,114,105,118,97,99,121,45,98,111,114,100,101,114,0,8,0,33,46,99,111,111,107,105,101,115,45,97,110,100,45,112,114,105,118,97,99,121,45,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,21,46,99,111,111,107,105,101,115,45,97,110,100,45,116,114,97,99,107,105,110,103,0,8,0,18,46,99,111,111,107,105,101,115,45,97,110,100,114,111,109,101,100,97,0,8,0,13,46,99,111,111,107,105,101,115,45,97,114,101,97,0,8,0,18,46,99,111,111,107,105,101,115,45,98,97,99,107,45,98,111,100,121,0,8,0,17,46,99,111,111,107,105,101,115,45,98,97,99,107,100,114,111,112,0,8,0,13,46,99,111,111,107,105,101,115,45,98,97,110,100,0,8,0,21,46,99,111,111,107,105,101,115,45,98,97,110,100,45,111,118,101,114,108,97,121,0,8,0,16,46,99,111,111,107,105,101,115,45,98,97,110,100,101,97,117,0,8,0,32,46,99,111,111,107,105,101,115,45,98,97,110,110,101,114,45,98,97,99,107,100,114,111,112,45,119,114,97,112,112,101,114,0,8,0,25,46,99,111,111,107,105,101,115,45,98,97,110,110,101,114,45,99,111,109,112,111,110,101,110,116,0,8,0,25,46,99,111,111,107,105,101,115,45,98,97,110,110,101,114,45,99,111,110,116,97,105,110,101,114,0,8,0,23,46,99,111,111,107,105,101,115,45,98,97,110,110,101,114,45,101,110,97,98,108,101,100,0,8,0,21,46,99,111,111,107,105,101,115,45,98,97,110,110,101,114,45,115,104,111,119,110,0,8,0,20,46,99,111,111,107,105,101,115,45,98,97,110,110,101,114,45,119,114,97,112,0,8,0,18,46,99,111,111,107,105,101,115,45,98,97,110,110,101,114,95,95,99,0,8,0,26,46,99,111,111,107,105,101,115,45,98,97,110,110,101,114,95,95,99,111,110,116,97,105,110,101,114,0,8,0,24,46,99,111,111,107,105,101,115,45,98,97,110,110,101,114,95,95,111,118,101,114,108,97,121,0,8,0,12,46,99,111,111,107,105,101,115,45,98,97,114,0,8,0,19,46,99,111,111,107,105,101,115,45,98,97,114,45,108,97,121,111,117,116,0,8,0,16,46,99,111,111,107,105,101,115,45,98,97,114,45,110,101,119,0,8,0,13,46,99,111,111,107,105,101,115,45,98,108,111,99,0,8,0,14,46,99,111,111,107,105,101,115,45,98,108,111,99,107,0,8,0,13,46,99,111,111,107,105,101,115,45,98,108,111,107,0,8,0,15,46,99,111,111,107,105,101,115,45,98,111,116,116,111,109,0,8,0,22,46,99,111,111,107,105,101,115,45,98,111,116,116,111,109,45,98,97,110,110,101,114,0,8,0,25,46,99,111,111,107,105,101,115,45,98,111,116,116,111,109,45,99,111,110,116,97,105,110,101,114,0,8,0,12,46,99,111,111,107,105,101,115,45,98,111,120,0,8,0,17,46,99,111,111,107,105,101,115,45,98,111,120,45,105,110,102,111,0,8,0,19,46,99,111,111,107,105,101,115,45,98,111,120,45,109,111,100,117,108,101,0,8,0,15,46,99,111,111,107,105,101,115,45,98,117,98,98,108,101,0,8,0,17,46,99,111,111,107,105,101,115,45,98,117,108,108,115,104,105,116,0,8,0,19,46,99,111,111,107,105,101,115,45,99,97,106,97,45,116,101,120,116,111,0,8,0,24,46,99,111,111,107,105,101,115,45,99,97,108,108,111,117,116,45,119,114,97,112,112,101,114,0,8,0,15,46,99,111,111,107,105,101,115,45,99,97,118,101,97,116,0,8,0,14,46,99,111,111,107,105,101,115,45,99,108,97,105,109,0,8,0,12,46,99,111,111,107,105,101,115,45,99,110,116,0,8,0,20,46,99,111,111,107,105,101,115,45,99,111,109,109,117,110,105,99,97,116,101,0,8,0,25,46,99,111,111,107,105,101,115,45,99,111,109,112,108,105,97,110,99,101,45,98,108,111,99,107,0,8,0,23,46,99,111,111,107,105,101,115,45,99,111,109,112,111,110,101,110,116,45,108,103,112,100,0,8,0,23,46,99,111,111,107,105,101,115,45,99,111,110,99,101,110,116,45,100,105,97,108,111,103,0,8,0,21,46,99,111,111,107,105,101,115,45,99,111,110,102,105,103,45,97,118,105,115,111,0,8,0,16,46,99,111,111,107,105,101,115,45,99,111,110,102,105,114,109,0,8,0,22,46,99,111,111,107,105,101,115,45,99,111,110,102,105,114,109,45,98,108,111,99,107,0,8,0,28,46,99,111,111,107,105,101,115,45,99,111,110,102,105,114,109,97,116,105,111,110,45,100,105,97,108,111,103,0,8,0,29,46,99,111,111,107,105,101,115,45,99,111,110,102,105,114,109,97,116,105,111,110,45,119,114,97,112,112,101,114,0,8,0,33,46,99,111,111,107,105,101,115,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,45,99,111,109,112,111,110,101,110,116,0,8,0,26,46,99,111,111,107,105,101,115,45,99,111,110,115,101,110,116,45,99,111,110,116,97,105,110,101,114,0,8,0,22,46,99,111,111,107,105,101,115,45,99,111,110,115,101,110,116,45,112,97,110,101,108,0,8,0,22,46,99,111,111,107,105,101,115,45,99,111,110,115,101,110,116,45,112,111,112,117,112,0,8,0,24,46,99,111,111,107,105,101,115,45,99,111,110,115,101,110,116,45,119,114,97,112,112,101,114,0,8,0,21,46,99,111,111,107,105,101,115,45,99,111,110,116,97,105,110,101,114,45,117,107,0,8,0,26,46,99,111,111,107,105,101,115,45,99,111,110,116,97,105,110,101,114,95,105,110,118,101,114,115,101,0,8,0,17,46,99,111,111,107,105,101,115,45,99,111,110,116,101,117,100,111,0,8,0,16,46,99,111,111,107,105,101,115,45,99,111,110,116,114,111,108,0,8,0,26,46,99,111,111,107,105,101,115,45,99,111,110,116,114,111,108,45,99,111,110,116,97,105,110,101,114,0,8,0,12,46,99,111,111,107,105,101,115,45,99,116,110,0,8,0,20,46,99,111,111,107,105,101,115,45,100,97,114,107,45,102,105,108,116,101,114,0,8,0,15,46,99,111,111,107,105,101,115,45,100,105,97,108,111,103,0,8,0,19,46,99,111,111,107,105,101,115,45,100,105,97,108,111,103,45,98,111,120,0,8,0,24,46,99,111,111,107,105,101,115,45,100,105,97,108,111,103,95,95,119,114,97,112,112,101,114,0,8,0,18,46,99,111,111,107,105,101,115,45,100,105,114,101,99,116,105,118,101,0,8,0,19,46,99,111,111,107,105,101,115,45,100,105,115,99,108,97,105,109,101,114,0,8,0,23,46,99,111,111,107,105,101,115,45,100,105,115,99,108,97,105,109,101,114,45,98,97,114,0,8,0,27,46,99,111,111,107,105,101,115,45,100,105,115,99,108,97,105,109,101,114,45,119,114,97,112,112,101,114,0,8,0,27,46,99,111,111,107,105,101,115,45,100,105,115,99,108,111,115,117,114,101,45,111,118,101,114,108,97,121,0,8,0,12,46,99,111,111,107,105,101,115,45,100,105,118,0,8,0,19,46,99,111,111,107,105,101,115,45,100,105,118,45,102,111,111,116,101,114,0,8,0,20,46,99,111,111,107,105,101,115,45,101,108,105,120,114,101,103,116,101,99,104,0,8,0,21,46,99,111,111,107,105,101,115,45,101,115,45,99,111,110,116,97,105,110,101,114,0,8,0,11,46,99,111,111,107,105,101,115,45,101,117,0,8,0,14,46,99,111,111,107,105,101,115,45,101,117,45,98,103,0,8,0,14,46,99,111,111,107,105,101,115,45,102,105,101,108,100,0,8,0,13,46,99,111,111,107,105,101,115,45,102,108,101,120,0,8,0,17,46,99,111,111,107,105,101,115,45,102,108,111,97,116,105,110,103,0,8,0,15,46,99,111,111,107,105,101,115,45,102,111,111,116,101,114,0,8,0,19,46,99,111,111,107,105,101,115,45,102,111,111,116,101,114,45,98,97,114,0,8,0,21,46,99,111,111,107,105,101,115,45,102,111,111,116,101,114,45,98,108,111,99,107,0,8,0,17,46,99,111,111,107,105,101,115,45,102,111,111,116,101,114,45,105,0,8,0,13,46,99,111,111,107,105,101,115,45,103,100,112,114,0,8,0,23,46,99,111,111,107,105,101,115,45,103,105,111,111,100,111,45,114,101,113,117,105,114,101,0,8,0,15,46,99,111,111,107,105,101,115,45,103,108,111,98,97,108,0,8,0,17,46,99,111,111,107,105,101,115,45,103,114,97,100,105,101,110,116,0,8,0,26,46,99,111,111,107,105,101,115,45,104,97,110,100,115,104,97,107,101,45,119,114,97,112,112,101,114,0,8,0,15,46,99,111,111,107,105,101,115,45,104,101,97,100,101,114,0,8,0,13,46,99,111,111,107,105,101,115,45,104,105,110,116,0,8,0,23,46,99,111,111,107,105,101,115,45,104,105,110,116,45,99,111,110,116,97,105,110,101,114,0,8,0,16,46,99,111,111,107,105,101,115,45,104,105,110,119,101,105,115,0,8,0,15,46,99,111,111,107,105,101,115,45,104,111,108,100,101,114,0,8,0,15,46,99,111,111,107,105,101,115,45,105,102,114,97,109,101,0,8,0,20,46,99,111,111,107,105,101,115,45,105,110,85,115,101,45,97,108,101,114,116,0,8,0,23,46,99,111,111,107,105,101,115,45,105,110,102,111,45,98,97,99,107,103,114,111,110,100,0,8,0,20,46,99,111,111,107,105,101,115,45,105,110,102,111,45,98,97,110,110,101,114,0,8,0,17,46,99,111,111,107,105,101,115,45,105,110,102,111,45,98,111,120,0,8,0,23,46,99,111,111,107,105,101,115,45,105,110,102,111,45,99,111,110,116,97,105,110,101,114,0,8,0,20,46,99,111,111,107,105,101,115,45,105,110,102,111,45,115,116,97,116,105,99,0,8,0,33,46,99,111,111,107,105,101,115,45,105,110,102,111,58,110,111,116,40,104,116,109,108,41,58,110,111,116,40,98,111,100,121,41,0,8,0,20,46,99,111,111,107,105,101,115,45,105,110,102,111,95,98,97,110,110,101,114,0,8,0,16,46,99,111,111,107,105,101,115,45,105,110,102,111,98,97,114,0,8,0,20,46,99,111,111,107,105,101,115,45,105,110,102,111,114,109,97,116,105,111,110,0,8,0,25,46,99,111,111,107,105,101,115,45,105,110,102,111,114,109,97,116,105,111,110,45,97,114,101,97,0,8,0,17,46,99,111,111,107,105,101,115,45,105,110,102,111,114,109,101,114,0,8,0,25,46,99,111,111,107,105,101,115,45,105,110,102,111,114,109,101,114,45,115,101,99,116,105,111,110,0,8,0,14,46,99,111,111,107,105,101,115,45,105,110,102,111,115,0,8,0,14,46,99,111,111,107,105,101,115,45,105,110,110,101,114,0,8,0,14,46,99,111,111,107,105,101,115,45,108,97,98,101,108,0,8,0,12,46,99,111,111,107,105,101,115,45,108,97,119,0,8,0,16,46,99,111,111,107,105,101,115,45,108,97,119,45,98,97,114,0,8,0,17,46,99,111,111,107,105,101,115,45,108,97,119,45,105,110,102,111,0,8,0,20,46,99,111,111,107,105,101,115,45,108,97,119,45,119,114,97,112,112,101,114,0,8,0,14,46,99,111,111,107,105,101,115,45,108,97,121,101,114,0,8,0,22,46,99,111,111,107,105,101,115,45,108,97,121,111,117,116,45,109,111,100,117,108,101,0,8,0,22,46,99,111,111,107,105,101,115,45,108,97,121,111,117,116,45,112,97,103,105,110,97,0,8,0,13,46,99,111,111,107,105,101,115,45,108,101,102,116,0,8,0,20,46,99,111,111,107,105,101,115,45,108,101,103,105,115,108,97,116,105,111,110,0,8,0,17,46,99,111,111,107,105,101,115,45,108,105,103,104,116,98,111,120,0,8,0,24,46,99,111,111,107,105,101,115,45,108,105,103,104,116,98,111,120,45,97,99,99,101,112,116,0,8,0,13,46,99,111,111,107,105,101,115,45,108,105,110,101,0,8,0,14,46,99,111,111,107,105,101,115,45,108,105,115,116,97,0,8,0,13,46,99,111,111,107,105,101,115,45,109,97,105,110,0,8,0,20,46,99,111,111,107,105,101,115,45,109,97,105,110,45,98,97,110,110,101,114,0,8,0,21,46,99,111,111,107,105,101,115,45,109,97,105,110,45,111,118,101,114,108,97,121,0,8,0,23,46,99,111,111,107,105,101,115,45,109,97,110,97,103,101,109,101,110,116,45,98,97,114,0,8,0,26,46,99,111,111,107,105,101,115,45,109,97,110,97,103,101,109,101,110,116,45,98,117,116,116,111,110,0,8,0,23,46,99,111,111,107,105,101,115,45,109,97,110,97,103,101,114,45,98,97,110,110,101,114,0,8,0,13,46,99,111,111,107,105,101,115,45,109,97,115,115,0,8,0,26,46,99,111,111,107,105,101,115,45,109,101,115,115,97,103,101,45,99,111,110,116,97,105,110,101,114,0,8,0,22,46,99,111,111,107,105,101,115,45,109,101,115,115,97,103,101,45,112,97,110,101,108,0,8,0,22,46,99,111,111,107,105,101,115,45,109,101,115,115,97,103,101,45,112,111,112,117,112,0,8,0,23,46,99,111,111,107,105,101,115,45,109,101,115,115,97,103,101,45,119,105,110,100,111,119,0,8,0,22,46,99,111,111,107,105,101,115,45,109,101,115,115,97,103,101,45,119,114,97,112,112,0,8,0,12,46,99,111,111,107,105,101,115,45,109,111,100,0,8,0,16,46,99,111,111,107,105,101,115,45,109,111,100,45,98,97,114,0,8,0,23,46,99,111,111,107,105,101,115,45,109,111,100,97,108,45,98,97,99,107,100,114,111,112,0,8,0,26,46,99,111,111,107,105,101,115,45,109,111,100,97,108,95,95,98,97,99,107,103,114,111,117,110,100,0,8,0,23,46,99,111,111,107,105,101,115,45,109,111,100,97,108,95,95,111,118,101,114,108,97,121,0,8,0,15,46,99,111,111,107,105,101,115,45,109,111,100,117,108,101,0,8,0,12,46,99,111,111,107,105,101,115,45,109,115,103,0,8,0,16,46,99,111,111,107,105,101,115,45,109,115,103,45,98,111,120,0,8,0,19,46,99,111,111,107,105,101,115,45,109,115,103,45,119,105,100,103,101,116,0,8,0,20,46,99,111,111,107,105,101,115,45,109,115,103,45,119,114,97,112,112,101,114,0,8,0,12,46,99,111,111,107,105,101,115,45,110,97,118,0,8,0,16,46,99,111,111,107,105,101,115,45,110,97,118,45,98,97,114,0,8,0,19,46,99,111,111,107,105,101,115,45,110,111,102,105,99,97,116,105,111,110,0,8,0,29,46,99,111,111,107,105,101,115,45,110,111,114,109,97,116,105,118,101,95,95,99,111,110,116,97,105,110,101,114,0,8,0,13,46,99,111,111,107,105,101,115,45,110,111,116,101,0,8,0,21,46,99,111,111,107,105,101,115,45,110,111,116,105,99,101,45,97,108,101,114,116,0,8,0,19,46,99,111,111,107,105,101,115,45,110,111,116,105,99,101,45,109,115,103,0,8,0,26,46,99,111,111,107,105,101,115,45,110,111,116,105,99,101,115,45,99,111,110,116,97,105,110,101,114,0,8,0,27,46,99,111,111,107,105,101,115,45,110,111,116,105,102,105,99,97,116,105,111,110,45,45,119,114,97,112,0,8,0,25,46,99,111,111,107,105,101,115,45,110,111,116,105,102,105,99,97,116,105,111,110,45,98,97,114,0,8,0,29,46,99,111,111,107,105,101,115,45,110,111,116,105,102,105,99,97,116,105,111,110,45,112,111,114,116,108,101,116,0,8,0,29,46,99,111,111,107,105,101,115,45,110,111,116,105,102,105,99,97,116,105,111,110,45,119,114,97,112,112,101,114,0,8,0,22,46,99,111,111,107,105,101,115,45,110,111,116,105,102,105,99,97,116,105,111,110,115,0,8,0,20,46,99,111,111,107,105,101,115,45,110,111,116,105,102,105,99,97,116,111,114,0,8,0,15,46,99,111,111,107,105,101,115,45,110,111,116,105,102,121,0,8,0,21,46,99,111,111,107,105,101,115,45,110,111,116,105,102,121,45,109,111,100,97,108,0,8,0,14,46,99,111,111,107,105,101,115,45,110,111,116,105,115,0,8,0,26,46,99,111,111,107,105,101,115,45,111,98,108,105,103,97,116,105,111,110,45,99,108,97,117,115,101,0,8,0,23,46,99,111,111,107,105,101,115,45,111,112,101,110,58,110,111,116,40,98,111,100,121,41,0,8,0,16,46,99,111,111,107,105,101,115,45,111,118,101,114,108,97,121,0,8,0,26,46,99,111,111,107,105,101,115,45,111,118,101,114,108,97,121,45,99,111,110,116,97,105,110,101,114,0,8,0,23,46,99,111,111,107,105,101,115,45,111,118,101,114,108,97,121,45,119,105,100,103,101,116,0,8,0,27,46,99,111,111,107,105,101,115,45,111,118,101,114,108,97,121,95,95,99,111,110,116,97,105,110,101,114,0,8,0,20,46,99,111,111,107,105,101,115,45,112,97,103,101,45,102,105,108,116,101,114,0,8,0,14,46,99,111,111,107,105,101,115,45,112,97,110,101,108,0,8,0,19,46,99,111,111,107,105,101,115,45,112,97,110,101,108,45,103,100,112,114,0,8,0,13,46,99,111,111,107,105,101,115,45,112,100,112,97,0,8,0,23,46,99,111,111,107,105,101,115,45,112,111,108,105,99,121,45,45,97,99,116,105,118,101,0,8,0,21,46,99,111,111,107,105,101,115,45,112,111,108,105,99,121,45,97,108,101,114,116,0,8,0,22,46,99,111,111,107,105,101,115,45,112,111,108,105,99,121,45,98,97,110,110,101,114,0,8,0,19,46,99,111,111,107,105,101,115,45,112,111,108,105,99,121,45,98,97,114,0,8,0,21,46,99,111,111,107,105,101,115,45,112,111,108,105,99,121,45,98,108,111,99,107,0,8,0,20,46,99,111,111,107,105,101,115,45,112,111,108,105,99,121,45,99,97,114,100,0,8,0,25,46,99,111,111,107,105,101,115,45,112,111,108,105,99,121,45,99,111,110,116,97,105,110,101,114,0,8,0,23,46,99,111,111,107,105,101,115,45,112,111,108,105,99,121,45,99,111,110,116,101,110,116,0,8,0,26,46,99,111,111,107,105,101,115,45,112,111,108,105,99,121,45,100,105,115,99,108,97,105,109,101,114,0,8,0,23,46,99,111,111,107,105,101,115,45,112,111,108,105,99,121,45,109,101,115,115,97,103,101,0,8,0,33,46,99,111,111,107,105,101,115,45,112,111,108,105,99,121,45,112,111,112,111,118,101,114,45,99,111,110,116,97,105,110,101,114,0,8,0,21,46,99,111,111,107,105,101,115,45,112,111,108,105,99,121,45,112,111,112,117,112,0,8,0,19,46,99,111,111,107,105,101,115,45,112,111,108,105,99,121,45,115,101,99,0,8,0,23,46,99,111,111,107,105,101,115,45,112,111,108,105,99,121,45,116,114,105,103,103,101,114,0,8,0,16,46,99,111,111,107,105,101,115,45,112,111,108,105,116,105,99,0,8,0,18,46,99,111,111,107,105,101,115,45,112,111,112,45,97,108,101,114,116,0,8,0,15,46,99,111,111,107,105,101,115,45,112,111,112,45,117,112,0,8,0,14,46,99,111,111,107,105,101,115,45,112,111,112,97,112,0,8,0,14,46,99,111,111,107,105,101,115,45,112,111,112,105,110,0,8,0,14,46,99,111,111,107,105,101,115,45,112,111,112,117,112,0,8,0,24,46,99,111,111,107,105,101,115,45,112,111,112,117,112,45,99,111,110,116,97,105,110,101,114,0,8,0,22,46,99,111,111,107,105,101,115,45,112,111,112,117,112,45,119,114,97,112,112,101,114,0,8,0,17,46,99,111,111,107,105,101,115,45,112,111,112,117,112,98,111,120,0,8,0,16,46,99,111,111,107,105,101,115,45,112,111,114,116,108,101,116,0,8,0,16,46,99,111,111,107,105,101,115,45,112,114,105,118,97,99,121,0,8,0,23,46,99,111,111,107,105,101,115,45,112,114,105,118,97,99,121,45,115,116,105,99,107,121,0,8,0,15,46,99,111,111,107,105,101,115,45,112,114,111,109,112,116,0,8,0,14,46,99,111,111,107,105,101,115,45,112,119,114,97,112,0,8,0,17,46,99,111,111,107,105,101,115,45,113,117,101,115,116,105,111,110,0,8,0,12,46,99,111,111,107,105,101,115,45,114,97,119,0,8,0,15,46,99,111,111,107,105,101,115,45,114,101,103,105,111,110,0,8,0,17,46,99,111,111,107,105,101,115,45,114,101,109,105,110,100,101,114,0,8,0,20,46,99,111,111,107,105,101,115,45,114,101,109,105,110,100,101,114,45,118,50,0,8,0,16,46,99,111,111,107,105,101,115,45,114,101,113,117,101,115,116,0,8,0,15,46,99,111,111,107,105,101,115,45,114,105,98,98,111,110,0,8,0,13,46,99,111,111,107,105,101,115,45,114,111,100,111,0,8,0,12,46,99,111,111,107,105,101,115,45,114,111,119,0,8,0,14,46,99,111,111,107,105,101,115,45,114,117,108,101,115,0,8,0,13,46,99,111,111,107,105,101,115,45,115,97,118,101,0,8,0,18,46,99,111,111,107,105,101,115,45,115,99,114,111,108,108,98,97,114,0,8,0,12,46,99,111,111,107,105,101,115,45,115,101,99,0,8,0,15,46,99,111,111,107,105,101,115,45,115,101,99,111,110,100,0,8,0,16,46,99,111,111,107,105,101,115,45,115,101,99,116,105,111,110,0,8,0,17,46,99,111,111,107,105,101,115,45,115,101,116,116,105,110,103,115,0,8,0,21,46,99,111,111,107,105,101,115,45,115,101,116,116,105,110,103,115,45,98,111,120,0,8,0,14,46,99,111,111,107,105,101,115,45,115,108,105,100,101,0,8,0,18,46,99,111,111,107,105,101,115,45,115,116,97,116,101,109,101,110,116,0,8,0,16,46,99,111,111,107,105,101,115,45,115,116,105,99,107,101,114,0,8,0,15,46,99,111,111,107,105,101,115,45,115,116,105,99,107,121,0,8,0,12,46,99,111,111,107,105,101,115,45,115,116,110,0,8,0,14,46,99,111,111,107,105,101,115,45,115,116,114,105,112,0,8,0,15,46,99,111,111,107,105,101,115,45,115,116,114,105,112,101,0,8,0,14,46,99,111,111,107,105,101,115,45,115,116,121,108,101,0,8,0,20,46,99,111,111,107,105,101,115,45,116,101,109,97,45,98,108,97,110,99,111,0,8,0,13,46,99,111,111,107,105,101,115,45,116,101,120,116,0,8,0,12,46,99,111,111,107,105,101,115,45,116,105,112,0,8,0,16,46,99,111,111,107,105,101,115,45,116,111,111,108,116,105,112,0,8,0,12,46,99,111,111,107,105,101,115,45,116,111,112,0,8,0,19,46,99,111,111,107,105,101,115,45,116,111,112,45,110,111,116,105,99,101,0,8,0,25,46,99,111,111,107,105,101,115,45,116,114,97,99,107,105,110,103,45,45,98,111,116,116,111,109,0,8,0,13,46,99,111,111,107,105,101,115,45,116,121,112,101,0,8,0,11,46,99,111,111,107,105,101,115,45,117,101,0,8,0,14,46,99,111,111,107,105,101,115,45,117,115,97,103,101,0,8,0,24,46,99,111,111,107,105,101,115,45,117,115,97,103,101,45,99,111,110,116,97,105,110,101,114,0,8,0,22,46,99,111,111,107,105,101,115,45,117,115,97,103,101,45,99,111,110,116,101,110,116,0,8,0,19,46,99,111,111,107,105,101,115,45,117,115,97,103,101,45,105,110,102,111,0,8,0,20,46,99,111,111,107,105,101,115,45,117,115,101,100,45,110,111,116,105,99,101,0,8,0,11,46,99,111,111,107,105,101,115,45,118,50,0,8,0,13,46,99,111,111,107,105,101,115,45,118,105,101,119,0,8,0,13,46,99,111,111,107,105,101,115,45,119,97,114,110,0,8,0,16,46,99,111,111,107,105,101,115,45,119,97,114,110,105,110,103,0,8,0,26,46,99,111,111,107,105,101,115,45,119,97,114,110,105,110,103,45,99,111,110,116,97,105,110,101,114,0,8,0,23,46,99,111,111,107,105,101,115,45,119,97,114,110,105,110,103,45,102,111,111,116,101,114,0,8,0,21,46,99,111,111,107,105,101,115,45,119,97,114,110,105,110,103,45,119,114,97,112,0,8,0,20,46,99,111,111,107,105,101,115,45,119,105,100,103,101,116,45,98,111,100,121,0,8,0,15,46,99,111,111,107,105,101,115,45,119,105,110,100,111,119,0,8,0,11,46,99,111,111,107,105,101,115,45,119,114,0,8,0,13,46,99,111,111,107,105,101,115,45,119,114,97,112,0,8,0,16,46,99,111,111,107,105,101,115,45,119,114,97,112,112,101,114,0,8,0,12,46,99,111,111,107,105,101,115,45,119,114,112,0,8,0,21,46,99,111,111,107,105,101,115,45,119,114,112,95,95,99,111,111,107,105,101,115,0,8,0,15,46,99,111,111,107,105,101,115,46,97,99,116,105,118,101,0,8,0,14,46,99,111,111,107,105,101,115,46,97,108,101,114,116,0,8,0,26,46,99,111,111,107,105,101,115,46,97,108,101,114,116,45,100,105,115,109,105,115,115,105,98,108,101,0,8,0,15,46,99,111,111,107,105,101,115,46,98,97,110,110,101,114,0,8,0,15,46,99,111,111,107,105,101,115,46,98,111,116,116,111,109,0,8,0,16,46,99,111,111,107,105,101,115,46,99,97,108,108,111,117,116,0,8,0,13,46,99,111,111,107,105,101,115,46,100,97,114,107,0,8,0,15,46,99,111,111,107,105,101,115,46,100,105,97,108,111,103,0,8,0,13,46,99,111,111,107,105,101,115,46,105,110,102,111,0,8,0,16,46,99,111,111,107,105,101,115,46,105,115,45,111,112,101,110,0,8,0,17,46,99,111,111,107,105,101,115,46,105,115,45,115,104,111,119,110,0,8,0,13,46,99,111,111,107,105,101,115,46,112,98,45,48,0,8,0,21,46,99,111,111,107,105,101,115,46,112,114,105,110,116,45,104,105,100,100,101,110,0,8,0,19,46,99,111,111,107,105,101,115,46,112,114,105,118,97,99,121,76,97,119,0,8,0,12,46,99,111,111,107,105,101,115,46,114,111,119,0,8,0,33,46,99,111,111,107,105,101,115,46,115,104,111,119,58,110,111,116,40,104,116,109,108,41,58,110,111,116,40,98,111,100,121,41,0,8,0,17,46,99,111,111,107,105,101,115,46,115,105,116,101,45,109,115,103,0,8,0,18,46,99,111,111,107,105,101,115,46,115,108,105,100,101,73,110,85,112,0,8,0,18,46,99,111,111,107,105,101,115,46,115,118,45,108,97,121,111,117,116,0,8,0,20,46,99,111,111,107,105,101,115,46,115,118,45,118,101,114,116,105,99,97,108,0,8,0,20,46,99,111,111,107,105,101,115,46,116,101,120,116,45,99,101,110,116,101,114,0,8,0,9,46,99,111,111,107,105,101,115,49,0,8,0,10,46,99,111,111,107,105,101,115,50,50,0,8,0,19,46,99,111,111,107,105,101,115,65,99,99,101,112,116,97,116,105,111,110,0,8,0,13,46,99,111,111,107,105,101,115,65,103,114,101,101,0,8,0,17,46,99,111,111,107,105,101,115,65,103,114,101,101,109,101,110,116,0,8,0,13,46,99,111,111,107,105,101,115,65,108,101,114,116,0,8,0,16,46,99,111,111,107,105,101,115,65,108,101,114,116,66,111,120,0,8,0,20,46,99,111,111,107,105,101,115,65,108,101,114,116,87,114,97,112,112,101,114,0,8,0,13,46,99,111,111,107,105,101,115,65,118,105,115,111,0,8,0,18,46,99,111,111,107,105,101,115,66,97,99,107,103,114,111,117,110,100,0,8,0,19,46,99,111,111,107,105,101,115,66,97,110,110,101,114,66,108,111,99,107,0,8,0,21,46,99,111,111,107,105,101,115,66,97,110,110,101,114,79,118,101,114,108,97,121,0,8,0,19,46,99,111,111,107,105,101,115,66,97,110,110,101,114,83,104,111,119,110,0,8,0,18,46,99,111,111,107,105,101,115,66,97,114,45,104,111,108,100,101,114,0,8,0,21,46,99,111,111,107,105,101,115,66,97,114,58,110,111,116,40,98,111,100,121,41,0,8,0,13,46,99,111,111,107,105,101,115,66,103,67,108,115,0,8,0,12,46,99,111,111,107,105,101,115,66,108,111,99,0,8,0,14,46,99,111,111,107,105,101,115,66,111,116,116,111,109,0,8,0,17,46,99,111,111,107,105,101,115,66,111,116,116,111,109,66,97,114,0,8,0,11,46,99,111,111,107,105,101,115,66,111,120,0,8,0,9,46,99,111,111,107,105,101,115,67,0,8,0,13,46,99,111,111,107,105,101,115,67,108,97,115,115,0,8,0,15,46,99,111,111,107,105,101,115,67,111,110,102,105,114,109,0,8,0,20,46,99,111,111,107,105,101,115,67,111,110,102,105,114,109,97,116,105,111,110,0,8,0,20,46,99,111,111,107,105,101,115,67,111,110,115,101,110,116,80,111,112,85,112,0,8,0,21,46,99,111,111,107,105,101,115,67,111,110,115,101,110,116,95,111,117,116,101,114,0,8,0,17,46,99,111,111,107,105,101,115,67,111,110,116,97,105,110,101,114,0,8,0,15,46,99,111,111,107,105,101,115,67,111,110,116,101,110,116,0,8,0,16,46,99,111,111,107,105,101,115,67,111,114,114,101,105,111,115,0,8,0,22,46,99,111,111,107,105,101,115,68,105,115,97,98,108,101,100,66,97,110,110,101,114,0,8,0,18,46,99,111,111,107,105,101,115,68,105,115,99,108,97,105,109,101,114,0,8,0,14,46,99,111,111,107,105,101,115,70,111,111,116,101,114,0,8,0,14,46,99,111,111,107,105,101,115,72,101,97,100,101,114,0,8,0,12,46,99,111,111,107,105,101,115,72,105,100,101,0,8,0,12,46,99,111,111,107,105,101,115,73,110,102,111,0,8,0,17,46,99,111,111,107,105,101,115,73,110,102,111,66,108,111,99,107,0,8,0,15,46,99,111,111,107,105,101,115,73,110,102,111,66,111,120,0,8,0,18,46,99,111,111,107,105,101,115,73,110,102,111,72,111,108,100,101,114,0,8,0,18,46,99,111,111,107,105,101,115,73,110,102,111,95,109,111,100,97,108,0,8,0,19,46,99,111,111,107,105,101,115,73,110,102,111,114,109,97,116,105,111,110,0,8,0,16,46,99,111,111,107,105,101,115,73,110,102,111,114,109,101,114,0,8,0,22,46,99,111,111,107,105,101,115,76,97,119,65,99,99,101,112,116,97,116,105,111,110,0,8,0,13,46,99,111,111,107,105,101,115,76,97,121,101,114,0,8,0,18,46,99,111,111,107,105,101,115,76,101,103,97,108,82,117,108,101,115,0,8,0,38,46,99,111,111,107,105,101,115,77,97,110,97,103,101,109,101,110,116,58,110,111,116,40,98,111,100,121,41,58,110,111,116,40,104,116,109,108,41,0,8,0,15,46,99,111,111,107,105,101,115,77,101,115,115,97,103,101,0,8,0,21,46,99,111,111,107,105,101,115,77,101,115,115,97,103,101,66,97,110,110,101,114,0,8,0,20,46,99,111,111,107,105,101,115,77,101,115,115,97,103,101,76,97,121,101,114,0,8,0,19,46,99,111,111,107,105,101,115,77,101,115,115,97,103,101,87,114,97,112,0,8,0,11,46,99,111,111,107,105,101,115,77,115,103,0,8,0,16,46,99,111,111,107,105,101,115,77,115,103,95,119,114,97,112,0,8,0,18,46,99,111,111,107,105,101,115,78,97,118,77,101,115,115,97,103,101,0,8,0,11,46,99,111,111,107,105,101,115,78,101,119,0,8,0,12,46,99,111,111,107,105,101,115,78,111,116,101,0,8,0,14,46,99,111,111,107,105,101,115,78,111,116,105,99,101,0,8,0,23,46,99,111,111,107,105,101,115,78,111,116,105,99,101,67,111,110,116,97,105,110,101,114,0,8,0,20,46,99,111,111,107,105,101,115,78,111,116,105,102,105,99,97,116,105,111,110,0,8,0,25,46,99,111,111,107,105,101,115,78,111,116,105,102,105,99,97,116,105,111,110,79,117,116,101,114,0,8,0,29,46,99,111,111,107,105,101,115,78,111,116,105,102,105,99,97,116,105,111,110,95,95,119,114,97,112,112,101,114,0,8,0,23,46,99,111,111,107,105,101,115,78,111,116,105,102,105,99,97,116,105,111,110,95,118,49,0,8,0,13,46,99,111,111,107,105,101,115,79,112,116,105,110,0,8,0,15,46,99,111,111,107,105,101,115,79,118,101,114,108,97,121,0,8,0,16,46,99,111,111,107,105,101,115,79,118,101,114,108,97,121,50,0,8,0,19,46,99,111,111,107,105,101,115,79,118,101,114,108,97,121,50,66,111,120,0,8,0,13,46,99,111,111,107,105,101,115,80,97,110,101,108,0,8,0,23,46,99,111,111,107,105,101,115,80,97,110,101,108,66,97,99,107,103,114,111,117,110,100,0,8,0,11,46,99,111,111,107,105,101,115,80,105,101,0,8,0,14,46,99,111,111,107,105,101,115,80,105,115,107,111,116,0,8,0,11,46,99,111,111,107,105,101,115,80,111,108,0,8,0,14,46,99,111,111,107,105,101,115,80,111,108,105,99,121,0,8,0,23,46,99,111,111,107,105,101,115,80,111,108,105,99,121,67,111,110,116,97,105,110,101,114,0,8,0,13,46,99,111,111,107,105,101,115,80,111,112,85,112,0,8,0,13,46,99,111,111,107,105,101,115,80,111,112,117,112,0,8,0,20,46,99,111,111,107,105,101,115,80,114,105,118,97,99,121,76,97,121,101,114,0,8,0,11,46,99,111,111,107,105,101,115,80,114,111,0,8,0,12,46,99,111,111,107,105,101,115,83,104,111,119,0,8,0,19,46,99,111,111,107,105,101,115,83,105,116,101,77,101,115,115,97,103,101,0,8,0,13,46,99,111,111,107,105,101,115,83,116,114,105,112,0,8,0,11,46,99,111,111,107,105,101,115,84,105,112,0,8,0,17,46,99,111,111,107,105,101,115,84,105,112,73,102,114,97,109,101,0,8,0,15,46,99,111,111,107,105,101,115,84,111,112,95,100,105,118,0,8,0,11,46,99,111,111,107,105,101,115,84,120,116,0,8,0,20,46,99,111,111,107,105,101,115,85,115,97,103,101,77,101,115,115,97,103,101,0,8,0,15,46,99,111,111,107,105,101,115,87,97,114,110,105,110,103,0,8,0,25,46,99,111,111,107,105,101,115,87,97,114,110,105,110,103,45,99,111,110,116,97,105,110,101,114,0,8,0,24,46,99,111,111,107,105,101,115,87,97,114,110,105,110,103,67,111,110,116,97,105,110,101,114,0,8,0,10,46,99,111,111,107,105,101,115,87,114,0,8,0,12,46,99,111,111,107,105,101,115,87,114,97,112,0,8,0,15,46,99,111,111,107,105,101,115,87,114,97,112,112,101,114,0,8,0,11,46,99,111,111,107,105,101,115,87,114,112,0,8,0,35,46,99,111,111,107,105,101,115,91,100,97,116,97,45,112,108,117,103,105,110,45,97,99,99,101,112,116,99,111,111,107,105,101,115,93,0,8,0,28,46,99,111,111,107,105,101,115,91,100,97,116,97,45,112,108,117,103,105,110,45,99,111,111,107,105,101,93,0,8,0,20,46,99,111,111,107,105,101,115,95,95,98,97,99,107,103,114,111,117,110,100,0,8,0,16,46,99,111,111,107,105,101,115,95,95,98,97,110,110,101,114,0,8,0,25,46,99,111,111,107,105,101,115,95,95,98,97,110,110,101,114,95,95,119,114,97,112,112,101,114,0,8,0,13,46,99,111,111,107,105,101,115,95,95,98,97,114,0,8,0,21,46,99,111,111,107,105,101,115,95,95,98,97,114,95,95,104,101,97,100,101,114,0,8,0,15,46,99,111,111,107,105,101,115,95,95,98,108,111,99,107,0,8,0,13,46,99,111,111,107,105,101,115,95,95,98,111,120,0,8,0,14,46,99,111,111,107,105,101,115,95,95,99,97,114,100,0,8,0,17,46,99,111,111,107,105,101,115,95,95,99,111,110,116,101,110,116,0,8,0,26,46,99,111,111,107,105,101,115,95,95,100,105,118,45,45,100,105,118,45,111,118,101,114,108,97,121,0,8,0,20,46,99,111,111,107,105,101,115,95,95,105,110,102,111,95,98,108,111,99,107,0,8,0,15,46,99,111,111,107,105,101,115,95,95,105,110,110,101,114,0,8,0,17,46,99,111,111,107,105,101,115,95,95,108,97,121,111,118,101,114,0,8,0,17,46,99,111,111,107,105,101,115,95,95,109,101,115,115,97,103,101,0,8,0,15,46,99,111,111,107,105,101,115,95,95,109,111,100,97,108,0,8,0,16,46,99,111,111,107,105,101,115,95,95,110,111,116,105,99,101,0,8,0,22,46,99,111,111,107,105,101,115,95,95,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,17,46,99,111,111,107,105,101,115,95,95,111,118,101,114,108,97,121,0,8,0,15,46,99,111,111,107,105,101,115,95,95,112,97,110,101,108,0,8,0,15,46,99,111,111,107,105,101,115,95,95,112,111,112,117,112,0,8,0,17,46,99,111,111,107,105,101,115,95,95,115,101,99,116,105,111,110,0,8,0,14,46,99,111,111,107,105,101,115,95,95,115,104,111,119,0,8,0,13,46,99,111,111,107,105,101,115,95,95,115,116,100,0,8,0,12,46,99,111,111,107,105,101,115,95,95,119,114,0,8,0,14,46,99,111,111,107,105,101,115,95,95,119,114,97,112,0,8,0,16,46,99,111,111,107,105,101,115,95,95,119,114,97,112,101,114,0,8,0,15,46,99,111,111,107,105,101,115,95,97,99,99,101,112,116,0,8,0,26,46,99,111,111,107,105,101,115,95,97,99,99,101,112,116,95,99,111,110,116,97,105,110,116,101,114,0,8,0,19,46,99,111,111,107,105,101,115,95,97,99,99,101,112,116,97,110,99,101,0,8,0,15,46,99,111,111,107,105,101,115,95,97,99,116,105,118,101,0,8,0,15,46,99,111,111,107,105,101,115,95,97,100,118,105,99,101,0,8,0,15,46,99,111,111,107,105,101,115,95,97,100,118,105,100,101,0,8,0,12,46,99,111,111,107,105,101,115,95,97,102,102,0,8,0,14,46,99,111,111,107,105,101,115,95,97,103,114,101,101,0,8,0,18,46,99,111,111,107,105,101,115,95,97,103,114,101,101,109,101,110,116,0,8,0,14,46,99,111,111,107,105,101,115,95,97,108,101,114,116,0,8,0,22,46,99,111,111,107,105,101,115,95,97,108,101,114,116,95,119,114,97,112,112,101,114,0,8,0,16,46,99,111,111,107,105,101,115,95,97,108,108,111,119,101,100,0,8,0,14,46,99,111,111,107,105,101,115,95,97,112,112,108,121,0,8,0,13,46,99,111,111,107,105,101,115,95,97,118,105,115,0,8,0,10,46,99,111,111,107,105,101,115,95,98,0,8,0,19,46,99,111,111,107,105,101,115,95,98,97,99,107,103,114,111,117,110,100,0,8,0,16,46,99,111,111,107,105,101,115,95,98,97,110,100,101,97,117,0,8,0,24,46,99,111,111,107,105,101,115,95,98,97,110,110,101,114,95,98,97,99,107,100,114,111,112,0,8,0,23,46,99,111,111,107,105,101,115,95,98,97,110,110,101,114,95,119,114,97,112,112,101,114,0,8,0,12,46,99,111,111,107,105,101,115,95,98,97,114,0,8,0,13,46,99,111,111,107,105,101,115,95,98,108,111,99,0,8,0,14,46,99,111,111,107,105,101,115,95,98,108,111,99,107,0,8,0,15,46,99,111,111,107,105,101,115,95,98,111,116,116,111,109,0,8,0,12,46,99,111,111,107,105,101,115,95,98,111,120,0,8,0,16,46,99,111,111,107,105,101,115,95,99,111,110,102,105,114,109,0,8,0,21,46,99,111,111,107,105,101,115,95,99,111,110,102,105,114,109,97,116,105,111,110,0,8,0,16,46,99,111,111,107,105,101,115,95,99,111,110,115,101,110,116,0,8,0,21,46,99,111,111,107,105,101,115,95,99,111,110,115,101,110,116,45,115,104,111,119,0,8,0,23,46,99,111,111,107,105,101,115,95,99,111,110,115,101,110,116,95,98,97,110,110,101,114,0,8,0,13,46,99,111,111,107,105,101,115,95,99,111,110,116,0,8,0,18,46,99,111,111,107,105,101,115,95,99,111,110,116,97,105,110,101,114,0,8,0,16,46,99,111,111,107,105,101,115,95,99,111,110,116,101,110,116,0,8,0,15,46,99,111,111,107,105,101,115,95,99,111,111,107,105,101,0,8,0,13,46,99,111,111,107,105,101,115,95,99,116,97,115,0,8,0,15,46,99,111,111,107,105,101,115,95,99,117,101,114,112,111,0,8,0,20,46,99,111,111,107,105,101,115,95,100,101,99,108,97,114,97,116,105,111,110,0,8,0,19,46,99,111,111,107,105,101,115,95,100,105,115,99,108,97,105,109,101,114,0,8,0,29,46,99,111,111,107,105,101,115,95,100,105,115,99,108,97,105,109,101,114,95,99,111,110,116,97,105,110,101,114,0,8,0,12,46,99,111,111,107,105,101,115,95,100,105,118,0,8,0,11,46,99,111,111,107,105,101,115,95,101,117,0,8,0,14,46,99,111,111,107,105,101,115,95,101,117,95,115,97,0,8,0,15,46,99,111,111,107,105,101,115,95,102,111,111,116,101,114,0,8,0,13,46,99,111,111,107,105,101,115,95,102,117,108,108,0,8,0,15,46,99,111,111,107,105,101,115,95,104,101,97,100,101,114,0,8,0,13,46,99,111,111,107,105,101,115,95,105,110,102,111,0,8,0,17,46,99,111,111,107,105,101,115,95,107,111,110,116,101,110,101,114,0,8,0,30,46,99,111,111,107,105,101,115,95,108,97,119,95,99,111,109,112,108,105,97,110,99,101,95,102,111,111,116,101,114,0,8,0,14,46,99,111,111,107,105,101,115,95,108,97,121,101,114,0,8,0,27,46,99,111,111,107,105,101,115,95,109,97,110,97,103,101,109,101,110,116,45,111,118,101,114,108,97,121,0,8,0,26,46,99,111,111,107,105,101,115,95,109,97,110,97,103,101,109,101,110,116,45,116,111,112,98,97,114,0,8,0,16,46,99,111,111,107,105,101,115,95,109,101,115,115,97,103,101,0,8,0,20,46,99,111,111,107,105,101,115,95,109,101,115,115,97,103,101,95,98,97,114,0,8,0,26,46,99,111,111,107,105,101,115,95,109,101,115,115,97,103,101,95,99,111,110,116,97,105,110,101,114,0,8,0,14,46,99,111,111,107,105,101,115,95,109,111,100,97,108,0,8,0,12,46,99,111,111,107,105,101,115,95,109,115,103,0,8,0,15,46,99,111,111,107,105,101,115,95,110,111,116,105,99,101,0,8,0,15,46,99,111,111,107,105,101,115,95,110,111,116,105,101,115,0,8,0,21,46,99,111,111,107,105,101,115,95,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,17,46,99,111,111,107,105,101,115,95,110,111,116,105,102,105,101,114,0,8,0,16,46,99,111,111,107,105,101,115,95,111,118,101,114,108,97,121,0,8,0,24,46,99,111,111,107,105,101,115,95,111,118,101,114,108,97,121,45,119,114,97,112,112,101,114,0,8,0,24,46,99,111,111,107,105,101,115,95,111,118,101,114,108,97,121,95,119,114,97,112,112,101,114,0,8,0,19,46,99,111,111,107,105,101,115,95,112,97,110,101,108,95,50,48,50,50,0,8,0,20,46,99,111,111,107,105,101,115,95,112,100,105,115,99,108,97,105,109,101,114,0,8,0,15,46,99,111,111,107,105,101,115,95,112,111,108,105,99,121,0,8,0,21,46,99,111,111,107,105,101,115,95,112,111,108,105,99,121,95,97,108,101,114,116,0,8,0,19,46,99,111,111,107,105,101,115,95,112,111,108,105,99,121,95,98,111,120,0,8,0,25,46,99,111,111,107,105,101,115,95,112,111,108,105,99,121,95,99,111,110,116,97,105,110,101,114,0,8,0,30,46,99,111,111,107,105,101,115,95,112,111,108,105,99,121,95,105,110,102,111,114,109,95,119,114,97,112,112,101,114,0,8,0,14,46,99,111,111,107,105,101,115,95,112,111,112,105,110,0,8,0,14,46,99,111,111,107,105,101,115,95,112,111,112,117,112,0,8,0,31,46,99,111,111,107,105,101,115,95,112,111,112,117,112,95,98,111,116,116,111,109,95,99,111,110,116,97,105,110,101,114,0,8,0,24,46,99,111,111,107,105,101,115,95,112,114,105,118,97,99,121,95,119,114,97,112,112,101,114,0,8,0,30,46,99,111,111,107,105,101,115,95,114,101,103,117,108,97,116,105,111,110,95,95,99,111,110,116,97,105,110,101,114,0,8,0,15,46,99,111,111,107,105,101,115,95,115,116,105,99,107,121,0,8,0,22,46,99,111,111,107,105,101,115,95,115,116,114,105,112,45,119,114,97,112,112,101,114,0,8,0,12,46,99,111,111,107,105,101,115,95,118,49,54,0,8,0,13,46,99,111,111,107,105,101,115,95,119,97,114,110,0,8,0,16,46,99,111,111,107,105,101,115,95,119,97,114,110,105,110,103,0,8,0,20,46,99,111,111,107,105,101,115,95,119,97,114,110,105,110,103,95,98,97,114,0,8,0,13,46,99,111,111,107,105,101,115,95,119,114,97,112,0,8,0,16,46,99,111,111,107,105,101,115,95,119,114,97,112,112,101,114,0,8,0,12,46,99,111,111,107,105,101,115,95,121,101,115,0,8,0,12,46,99,111,111,107,105,101,115,95,121,117,109,0,8,0,21,46,99,111,111,107,105,101,115,97,99,99,101,112,116,97,110,99,101,109,115,103,0,8,0,13,46,99,111,111,107,105,101,115,97,108,101,114,116,0,8,0,14,46,99,111,111,107,105,101,115,97,110,115,119,101,114,0,8,0,14,46,99,111,111,107,105,101,115,98,97,110,110,101,114,0,8,0,11,46,99,111,111,107,105,101,115,98,97,114,0,8,0,11,46,99,111,111,107,105,101,115,98,108,107,0,8,0,14,46,99,111,111,107,105,101,115,98,111,116,116,111,109,0,8,0,11,46,99,111,111,107,105,101,115,98,111,120,0,8,0,18,46,99,111,111,107,105,101,115,98,111,120,45,98,117,98,98,108,101,0,8,0,17,46,99,111,111,107,105,101,115,98,121,116,104,101,98,111,111,107,0,8,0,9,46,99,111,111,107,105,101,115,99,0,8,0,25,46,99,111,111,107,105,101,115,100,105,114,101,99,116,105,118,101,45,119,114,97,112,112,101,114,0,8,0,11,46,99,111,111,107,105,101,115,100,105,118,0,8,0,23,46,99,111,111,107,105,101,115,101,97,108,45,98,97,110,110,101,114,45,98,111,100,121,0,8,0,10,46,99,111,111,107,105,101,115,101,99,0,8,0,10,46,99,111,111,107,105,101,115,101,116,0,8,0,15,46,99,111,111,107,105,101,115,101,116,116,105,110,103,115,0,8,0,13,46,99,111,111,107,105,101,115,102,114,97,109,101,0,8,0,12,46,99,111,111,107,105,101,115,104,97,100,101,0,8,0,14,46,99,111,111,107,105,101,115,104,101,97,100,101,114,0,8,0,13,46,99,111,111,107,105,101,115,104,111,121,101,114,0,8,0,12,46,99,111,111,107,105,101,115,105,110,102,111,0,8,0,15,46,99,111,111,107,105,101,115,105,110,102,111,98,111,120,0,8,0,19,46,99,111,111,107,105,101,115,105,110,102,111,114,109,97,116,105,111,110,0,8,0,21,46,99,111,111,107,105,101,115,105,116,101,95,109,97,105,110,112,111,112,117,112,0,8,0,11,46,99,111,111,107,105,101,115,108,97,119,0,8,0,14,46,99,111,111,107,105,101,115,108,111,97,100,101,100,0,8,0,15,46,99,111,111,107,105,101,115,109,97,110,97,103,101,114,0,8,0,15,46,99,111,111,107,105,101,115,109,101,115,115,97,103,101,0,8,0,10,46,99,111,111,107,105,101,115,109,115,0,8,0,14,46,99,111,111,107,105,101,115,110,111,116,105,99,101,0,8,0,20,46,99,111,111,107,105,101,115,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,12,46,99,111,111,107,105,101,115,112,97,110,101,0,8,0,13,46,99,111,111,107,105,101,115,112,97,110,101,108,0,8,0,13,46,99,111,111,107,105,101,115,112,108,97,115,104,0,8,0,23,46,99,111,111,107,105,101,115,112,108,117,101,45,97,99,98,45,98,97,110,110,101,114,0,8,0,19,46,99,111,111,107,105,101,115,112,108,117,115,45,99,101,110,116,101,114,0,8,0,14,46,99,111,111,107,105,101,115,112,111,108,105,99,121,0,8,0,20,46,99,111,111,107,105,101,115,112,111,112,45,99,111,110,97,105,110,101,114,0,8,0,13,46,99,111,111,107,105,101,115,112,111,112,117,112,0,8,0,9,46,99,111,111,107,105,101,115,113,0,8,0,9,46,99,111,111,107,105,101,115,115,0,8,0,12,46,99,111,111,107,105,101,115,116,114,105,112,0,8,0,16,46,99,111,111,107,105,101,115,116,114,105,112,119,114,97,112,0,8,0,13,46,99,111,111,107,105,101,115,117,115,97,103,101,0,8,0,11,46,99,111,111,107,105,101,115,118,105,115,0,8,0,15,46,99,111,111,107,105,101,115,119,114,97,112,112,101,114,0,8,0,9,46,99,111,111,107,105,101,115,121,0,8,0,12,46,99,111,111,107,105,101,116,101,114,109,115,0,8,0,15,46,99,111,111,107,105,101,116,101,115,116,95,98,110,111,0,8,0,14,46,99,111,111,107,105,101,116,111,97,115,116,101,114,0,8,0,19,46,99,111,111,107,105,101,116,111,111,108,45,109,101,115,115,97,103,101,0,8,0,10,46,99,111,111,107,105,101,116,111,112,0,8,0,16,46,99,111,111,107,105,101,116,111,112,98,97,110,110,101,114,0,8,0,10,46,99,111,111,107,105,101,116,120,116,0,8,0,20,46,99,111,111,107,105,101,117,115,97,103,101,45,99,111,110,102,105,114,109,0,8,0,18,46,99,111,111,107,105,101,117,115,97,103,101,95,95,98,97,115,101,0,8,0,15,46,99,111,111,107,105,101,117,115,101,45,111,112,101,110,0,8,0,19,46,99,111,111,107,105,101,118,97,114,110,105,110,103,45,119,114,97,112,0,8,0,19,46,99,111,111,107,105,101,119,45,108,97,119,45,98,97,110,110,101,114,0,8,0,16,46,99,111,111,107,105,101,119,76,97,119,76,97,121,101,114,0,8,0,21,46,99,111,111,107,105,101,119,97,108,108,45,99,111,110,116,97,105,110,101,114,0,8,0,19,46,99,111,111,107,105,101,119,97,108,108,45,119,114,97,112,112,101,114,0,8,0,20,46,99,111,111,107,105,101,119,97,108,108,95,95,119,114,97,112,112,101,114,0,8,0,16,46,99,111,111,107,105,101,119,97,108,108,112,111,112,117,112,0,8,0,11,46,99,111,111,107,105,101,119,97,114,110,0,8,0,18,46,99,111,111,107,105,101,119,97,114,110,105,110,103,45,98,97,114,0,8,0,24,46,99,111,111,107,105,101,119,97,114,110,105,110,103,45,99,111,110,116,97,105,110,101,114,0,8,0,20,46,99,111,111,107,105,101,119,97,114,110,105,110,103,45,105,110,110,101,114,0,8,0,22,46,99,111,111,107,105,101,119,97,114,110,105,110,103,45,119,114,97,112,112,101,114,0,8,0,34,46,99,111,111,107,105,101,119,97,114,110,105,110,103,58,110,111,116,40,98,111,100,121,41,58,110,111,116,40,104,116,109,108,41,0,8,0,17,46,99,111,111,107,105,101,119,97,114,110,105,110,103,95,98,103,0,8,0,17,46,99,111,111,107,105,101,119,97,114,110,105,110,103,95,102,103,0,8,0,22,46,99,111,111,107,105,101,119,97,114,110,105,110,103,95,119,114,97,112,112,101,114,0,8,0,17,46,99,111,111,107,105,101,119,97,114,110,105,110,103,98,111,120,0,8,0,10,46,99,111,111,107,105,101,119,101,116,0,8,0,16,46,99,111,111,107,105,101,119,101,116,103,101,118,105,110,103,0,8,0,13,46,99,111,111,107,105,101,119,105,100,103,101,116,0,8,0,20,46,99,111,111,107,105,101,119,105,110,100,111,119,46,116,111,97,115,116,49,0,8,0,11,46,99,111,111,107,105,101,119,114,97,112,0,8,0,14,46,99,111,111,107,105,101,119,114,97,112,112,101,114,0,8,0,25,46,99,111,111,107,105,101,119,114,97,112,112,101,114,45,100,105,115,99,108,111,115,117,114,101,0,8,0,8,46,99,111,111,107,105,101,122,0,8,0,8,46,99,111,111,107,105,102,121,0,8,0,17,46,99,111,111,107,105,108,108,105,97,110,45,97,108,101,114,116,0,8,0,9,46,99,111,111,107,105,110,102,111,0,8,0,18,46,99,111,111,107,105,110,102,111,95,95,119,114,97,112,112,101,114,0,8,0,16,46,99,111,111,107,105,110,102,111,95,98,111,116,116,111,109,0,8,0,13,46,99,111,111,107,105,110,102,111,95,116,111,112,0,8,0,7,46,99,111,111,107,105,122,0,8,0,8,46,99,111,111,107,109,115,103,0,8,0,10,46,99,111,111,107,112,111,112,117,112,0,8,0,11,46,99,111,111,107,115,105,101,100,105,118,0,8,0,9,46,99,111,111,107,115,107,111,109,0,8,0,12,46,99,111,111,107,119,97,114,110,105,110,103,0,8,0,14,46,99,111,111,107,119,97,114,110,105,110,103,99,122,0,8,0,14,46,99,111,111,107,121,45,112,111,108,105,99,105,121,0,8,0,12,46,99,111,111,111,111,111,111,111,107,105,101,0,8,0,13,46,99,111,112,107,105,101,80,111,108,105,99,121,0,8,0,19,46,99,111,114,101,45,67,111,111,107,105,101,115,80,111,108,105,99,121,0,8,0,20,46,99,111,114,101,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,16,46,99,111,114,110,101,114,80,111,108,105,99,121,84,97,98,0,8,0,15,46,99,111,114,114,101,111,115,67,111,111,107,105,101,115,0,8,0,20,46,99,111,117,99,111,117,46,99,111,111,107,105,101,95,115,108,105,100,101,0,8,0,21,46,99,112,45,67,111,111,107,105,101,115,68,105,115,99,108,97,105,109,101,114,0,8,0,17,46,99,112,45,97,108,101,114,116,45,109,101,115,115,97,103,101,0,8,0,10,46,99,112,45,98,97,110,110,101,114,0,8,0,13,46,99,112,45,98,111,120,45,97,108,101,114,116,0,8,0,19,46,99,112,45,98,111,120,45,97,108,101,114,116,45,112,111,112,117,112,0,8,0,17,46,99,112,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,14,46,99,112,45,99,111,111,107,105,101,45,98,97,114,0,8,0,14,46,99,112,45,99,111,111,107,105,101,45,116,105,112,0,8,0,15,46,99,112,45,99,111,111,107,105,101,45,119,114,97,112,0,8,0,11,46,99,112,45,99,111,111,107,105,101,115,0,8,0,21,46,99,112,45,99,117,114,116,97,105,110,45,99,111,110,116,97,105,110,101,114,0,8,0,22,46,99,112,45,105,110,102,111,45,98,97,114,45,99,111,110,116,97,105,110,101,114,0,8,0,19,46,99,112,45,109,111,100,117,108,101,45,105,110,102,111,95,98,97,114,0,8,0,17,46,99,112,45,112,111,112,117,112,45,111,118,101,114,108,97,121,0,8,0,16,46,99,112,45,115,108,105,100,101,114,45,112,111,112,117,112,0,8,0,16,46,99,112,49,67,111,111,107,105,101,66,97,110,110,101,114,0,8,0,11,46,99,112,77,111,100,97,108,87,105,110,0,8,0,39,46,99,112,79,118,101,114,108,97,121,91,100,97,116,97,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,111,118,101,114,108,97,121,93,0,8,0,17,46,99,112,95,99,111,111,107,105,101,45,100,105,97,108,111,103,0,8,0,26,46,99,112,98,45,112,114,105,118,97,99,121,45,112,111,108,105,99,121,45,119,105,100,103,101,116,0,8,0,12,46,99,112,99,107,45,98,97,110,110,101,114,0,8,0,17,46,99,112,103,95,109,101,115,115,97,103,101,95,105,110,102,111,0,8,0,16,46,99,112,104,45,99,99,112,97,95,98,97,110,110,101,114,0,8,0,12,46,99,112,109,45,99,111,111,107,105,101,115,0,8,0,11,46,99,112,110,98,45,105,110,110,101,114,0,8,0,25,46,99,112,110,98,45,109,111,100,97,108,45,115,104,111,119,45,102,97,100,101,45,111,117,116,0,8,0,11,46,99,112,110,98,45,111,117,116,101,114,0,8,0,9,46,99,112,110,98,45,116,111,112,0,8,0,16,46,99,112,111,108,105,99,121,45,119,97,114,110,105,110,103,0,8,0,13,46,99,112,112,97,46,115,101,99,116,105,111,110,0,8,0,11,46,99,112,115,45,98,97,110,110,101,114,0,8,0,18,46,99,112,116,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,22,46,99,114,101,97,116,105,109,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,35,46,99,114,101,97,118,101,97,45,98,97,110,110,101,114,45,99,111,110,115,101,110,116,101,109,101,110,116,45,99,111,111,107,105,101,0,8,0,33,46,99,114,101,97,118,101,97,45,99,111,110,116,97,105,110,101,114,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,18,46,99,114,117,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,8,0,10,46,99,115,45,99,111,111,107,105,101,0,8,0,24,46,99,115,45,99,111,111,107,105,101,45,98,97,114,45,99,111,110,116,97,105,110,101,114,0,8,0,18,46,99,115,45,99,111,111,107,105,101,45,111,118,101,114,108,97,121,0,8,0,16,46,99,115,45,105,110,102,111,45,119,114,97,112,112,101,114,0,8,0,19,46,99,115,45,114,111,119,95,95,99,111,111,107,105,101,45,98,97,114,0,8,0,28,46,99,115,105,45,99,111,111,107,105,101,45,98,97,110,110,101,114,45,99,111,110,116,97,105,110,101,114,0,8,0,16,46,99,115,112,112,112,45,99,111,110,116,97,105,110,101,114,0,8,0,17,46,99,115,112,120,45,99,111,111,107,105,101,115,45,98,97,114,0,8,0,18,46,99,115,115,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,22,46,99,116,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,112,111,112,0,8,0,42,46,99,116,45,117,108,116,105,109,97,116,101,45,103,100,112,114,45,99,111,111,107,105,101,45,102,117,108,108,80,97,110,101,108,45,111,118,101,114,108,97,121,0,8,0,14,46,99,116,67,111,111,107,105,101,84,101,114,109,115,0,8,0,11,46,99,116,97,45,99,111,111,107,105,101,0,8,0,18,46,99,116,108,95,67,111,111,107,105,101,87,97,114,110,105,110,103,0,8,0,12,46,99,116,110,45,99,111,111,107,105,101,115,0,8,0,12,46,99,116,110,95,99,111,111,107,105,101,115,0,8,0,14,46,99,116,114,108,67,111,111,107,105,101,66,97,114,0,8,0,13,46,99,117,107,105,46,99,117,107,105,112,114,101,0,8,0,10,46,99,117,115,116,45,101,115,112,97,0,8,0,24,46,99,117,115,116,111,109,45,99,104,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,22,46,99,117,115,116,111,109,45,99,111,110,116,97,105,110,101,114,45,108,103,112,100,0,8,0,21,46,99,117,115,116,111,109,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,28,46,99,117,115,116,111,109,45,99,111,111,107,105,101,45,102,111,111,116,101,114,45,98,97,110,110,101,114,0,8,0,18,46,99,117,115,116,111,109,45,99,111,111,107,105,101,45,109,115,103,0,8,0,15,46,99,117,115,116,111,109,45,99,111,111,107,105,101,115,0,8,0,13,46,99,117,115,116,111,109,67,111,111,107,105,101,0,8,0,21,46,99,117,115,116,111,109,67,111,111,107,105,101,66,97,99,107,100,114,111,112,0,8,0,21,46,99,117,115,116,111,109,95,99,111,111,107,105,101,45,112,111,108,105,99,121,0,8,0,29,46,99,117,115,116,111,109,101,114,45,105,110,102,111,45,98,108,111,99,107,95,95,99,111,111,99,107,105,101,0,8,0,23,46,99,117,115,116,111,109,105,115,101,45,99,111,111,107,105,101,115,45,109,97,105,110,0,8,0,17,46,99,118,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,12,46,99,118,50,45,119,114,97,112,112,101,114,0,8,0,25,46,99,119,99,45,99,111,111,107,105,101,45,98,97,110,110,101,114,45,117,105,45,115,100,107,0,8,0,12,46,99,119,99,111,111,107,105,101,108,97,119,0,8,0,14,46,99,119,99,111,111,107,105,101,108,97,119,98,103,0,8,0,25,46,99,119,115,45,99,111,111,107,105,101,115,45,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,24,46,99,119,116,45,99,111,111,107,105,101,45,99,111,110,102,105,114,109,97,116,105,111,110,0,8,0,16,46,99,120,95,99,111,111,107,105,101,78,111,116,105,99,101,0,8,0,24,46,99,120,97,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,16,46,99,121,45,112,111,112,105,110,45,99,111,111,107,105,101,0,8,0,28,46,99,121,98,111,116,45,99,111,111,107,105,101,98,111,116,45,112,108,97,99,101,104,111,108,100,101,114,0,8,0,14,46,99,122,45,99,111,111,107,105,101,45,98,97,114,0,8,0,17,46,99,122,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,13,46,99,122,45,99,111,111,107,105,101,98,97,114,0,8,0,21,46,100,45,99,99,45,45,109,111,100,97,108,45,98,97,99,107,100,114,111,112,0,8,0,13,46,100,45,99,111,111,107,105,101,45,98,97,114,0,8,0,19,46,100,45,99,111,111,107,105,101,66,97,110,110,101,114,86,105,101,119,0,8,0,10,46,100,45,99,111,111,107,105,101,115,0,8,0,14,46,100,67,111,111,107,105,101,115,65,108,101,114,116,0,8,0,9,46,100,95,99,111,95,98,111,120,0,8,0,20,46,100,97,97,99,45,100,101,115,107,116,111,112,45,110,111,116,105,99,101,0,8,0,20,46,100,97,103,67,111,111,107,105,101,68,105,115,99,108,97,105,109,101,114,0,8,0,28,46,100,97,104,45,99,111,110,115,101,110,116,45,109,97,110,97,103,101,114,45,111,118,101,114,108,97,121,0,8,0,19,46,100,97,114,107,46,103,100,112,114,45,115,101,116,116,105,110,103,115,0,8,0,11,46,100,97,115,45,99,111,111,107,105,101,0,8,0,18,46,100,97,115,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,28,46,100,97,115,104,98,108,111,103,45,99,111,111,107,105,101,45,98,97,110,110,101,114,45,119,114,97,112,0,8,0,20,46,100,97,116,97,45,112,114,105,118,97,99,121,45,98,97,110,110,101,114,0,8,0,23,46,100,97,116,97,45,112,114,111,116,101,99,116,105,111,110,45,110,111,116,105,99,101,0,8,0,19,46,100,97,116,97,80,114,105,118,97,99,121,79,118,101,114,108,97,121,0,8,0,30,46,100,97,116,97,80,114,111,116,101,99,116,105,111,110,83,101,116,116,105,110,103,115,87,114,97,112,112,101,114,0,8,0,25,46,100,97,116,97,112,114,105,118,97,99,121,45,99,111,111,107,105,101,115,45,110,111,116,101,0,8,0,17,46,100,97,116,101,98,111,111,107,45,99,111,111,107,105,101,115,0,8,0,18,46,100,97,116,101,110,115,99,104,117,116,122,98,97,110,110,101,114,0,8,0,18,46,100,97,116,101,110,115,99,104,117,116,122,99,111,111,107,105,101,0,8,0,19,46,100,97,116,101,110,115,99,104,117,116,122,104,105,110,119,101,105,115,0,8,0,17,46,100,98,45,99,111,111,107,105,101,45,114,101,109,97,114,107,0,8,0,17,46,100,98,97,121,67,111,111,107,105,101,83,101,108,101,99,116,0,8,0,19,46,100,98,101,45,99,111,110,116,101,110,116,95,99,111,111,107,105,101,0,8,0,22,46,100,98,104,45,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,0,8,0,18,46,100,98,105,95,95,99,111,111,107,105,101,98,97,110,110,101,114,0,8,0,14,46,100,98,107,45,99,111,111,107,105,101,98,97,114,0,8,0,17,46,100,98,116,102,121,45,99,111,111,107,105,101,95,98,111,120,0,8,0,26,46,100,99,45,99,111,111,107,105,101,45,99,111,110,116,114,111,108,45,116,111,103,103,108,101,114,0,8,0,21,46,100,99,45,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,0,8,0,12,46,100,99,67,111,111,107,105,101,66,97,114,0,8,0,22,46,100,99,67,111,111,107,105,101,66,97,114,66,97,99,107,103,114,111,117,110,100,0,8,0,12,46,100,99,101,45,112,114,105,118,97,99,121,0,8,0,26,46,100,99,105,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,0,8,0,12,46,100,99,109,45,99,111,111,107,105,101,115,0,8,0,26,46,100,99,110,45,112,114,105,118,97,99,121,45,112,111,108,105,99,121,45,99,111,111,107,105,101,0,8,0,20,46,100,99,120,45,99,111,111,107,105,101,45,99,111,110,115,101,110,115,101,0,8,0,26,46,100,99,120,97,45,110,111,116,105,102,105,99,97,116,105,111,110,45,99,111,111,107,105,101,115,0,8,0,16,46,100,101,45,99,111,111,107,105,101,45,112,111,112,117,112,0,8,0,23,46,100,101,45,99,111,111,107,105,101,45,119,97,114,110,105,110,103,45,119,114,97,112,0,8,0,18,46,100,101,45,102,111,111,116,101,114,95,95,99,111,111,107,105,101,0,8,0,12,46,100,101,97,99,111,111,107,105,101,100,116,0,8,0,12,46,100,101,97,108,45,99,111,111,107,105,101,0,8,0,14,46,100,101,98,97,116,45,99,111,111,107,105,101,115,0,8,0,14,46,100,101,102,97,117,108,116,67,111,111,107,105,101,0,8,0,11,46,100,101,107,114,97,45,103,100,112,114,0,8,0,21,46,100,101,108,105,109,105,116,97,84,101,114,109,111,115,67,111,111,107,105,101,0,8,0,20,46,100,101,108,116,97,95,100,111,109,97,105,110,95,99,111,111,107,105,101,0,8,0,14,46,100,101,110,116,114,111,45,99,111,111,107,105,101,0,8,0,13,46,100,101,112,111,45,99,111,111,107,105,101,115,0,8,0,19,46,100,101,114,105,118,101,45,99,111,111,107,105,101,45,100,114,111,112,0,8,0,21,46,100,101,115,107,116,111,112,95,99,111,111,107,105,101,95,98,108,111,99,107,0,8,0,19,46,100,101,115,112,114,101,45,99,111,111,107,105,101,45,105,110,102,111,0,8,0,17,46,100,101,118,114,111,99,107,101,116,45,99,111,111,107,105,101,0,8,0,31,46,100,101,118,115,105,116,101,45,110,111,116,105,102,105,99,97,116,105,111,110,45,101,117,45,99,111,111,107,105,101,0,8,0,30,46,100,102,99,45,99,111,111,107,105,101,45,105,110,102,111,45,98,97,114,45,99,111,110,116,97,105,110,101,114,0,8,0,24,46,100,102,120,45,99,111,111,107,105,101,115,78,111,116,105,102,105,99,97,116,105,111,110,0,8,0,11,46,100,103,45,99,111,111,107,105,101,115,0,8,0,20,46,100,103,45,99,111,111,107,105,101,115,95,95,119,114,97,112,112,101,114,0,8,0,13,46,100,103,116,108,45,99,111,110,115,101,110,116,0,8,0,20,46,100,104,95,99,111,111,107,105,101,95,109,97,110,97,103,101,114,95,49,0,8,0,22,46,100,105,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,112,111,112,0,8,0,23,46,100,105,97,108,111,103,45,99,111,111,107,105,101,45,115,101,116,116,105,110,103,115,0,8,0,20,46,100,105,97,108,111,103,67,111,111,107,105,101,87,97,114,110,105,110,103,0,8,0,16,46,100,105,97,108,111,103,117,101,45,99,111,111,107,105,101,0,8,0,21,46,100,105,100,111,109,105,45,110,111,116,105,99,101,45,98,97,110,110,101,114,0,8,0,20,46,100,105,103,105,109,97,100,105,45,99,99,45,119,114,97,112,112,101,114,0,8,0,18,46,100,105,110,97,45,99,111,111,107,105,101,98,97,110,110,101,114,0,8,0,13,46,100,105,115,99,45,99,111,111,107,105,101,115,0,8,0,18,46,100,105,115,99,108,97,105,109,101,114,45,99,111,111,107,105,101,0,8,0,27,46,100,105,115,99,108,97,105,109,101,114,45,99,111,111,107,105,101,115,45,109,101,115,115,97,103,101,0,8,0,39,46,100,105,115,99,108,97,105,109,101,114,45,99,111,111,107,105,101,115,58,110,111,116,40,98,111,100,121,41,58,110,111,116,40,104,116,109,108,41,0,8,0,20,46,100,105,115,99,108,97,105,109,101,114,67,111,110,116,97,105,110,101,114,0,8,0,17,46,100,105,115,99,108,97,105,109,101,114,67,111,111,107,105,101,0,8,0,18,46,100,105,115,99,108,97,105,109,101,114,67,111,111,107,105,101,115,0,8,0,18,46,100,105,115,99,108,97,105,109,101,114,80,114,105,118,97,99,121,0,8,0,19,46,100,105,115,99,108,97,105,109,101,114,95,99,111,111,107,105,101,115,0,8,0,17,46,100,105,115,99,108,97,105,109,101,114,98,97,110,110,101,114,0,8,0,18,46,100,105,115,99,108,97,105,109,101,114,109,101,115,115,97,103,101,0,8,0,17,46,100,105,115,99,108,97,105,109,101,114,115,45,108,103,112,100,0,8,0,15,46,100,105,115,99,108,97,109,101,95,98,108,111,99,107,0,8,0,17,46,100,105,115,99,108,97,109,101,114,95,99,111,111,107,105,101,0,8,0,24,46,100,105,115,99,108,111,115,117,114,101,45,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,16,46,100,105,115,99,114,101,116,101,45,99,111,111,107,105,101,0,8,0,15,46,100,105,115,109,105,115,115,45,99,111,111,107,105,101,0,8,0,16,46,100,105,115,109,105,115,115,95,99,111,111,107,105,101,115,0,8,0,26,46,100,105,115,109,105,115,115,97,98,108,101,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,8,0,17,46,100,105,115,111,102,108,101,120,45,99,111,111,107,105,101,115,0,8,0,15,46,100,105,115,112,108,97,121,45,99,111,111,107,105,101,0,8,0,16,46,100,105,115,112,108,97,121,45,99,111,111,107,105,101,115,0,8,0,19,46,100,105,115,112,108,97,121,95,99,111,111,107,105,101,95,98,116,110,0,8,0,16,46,100,105,115,112,108,97,121,95,99,111,111,107,105,101,115,0,8,0,27,46,100,105,118,45,98,97,110,110,101,114,45,99,111,111,107,105,101,45,99,101,110,116,114,97,108,101,0,8,0,11,46,100,105,118,45,99,111,111,107,105,101,0,8,0,16,46,100,105,118,65,108,108,111,119,67,111,111,107,105,101,115,0,8,0,22,46,100,105,118,67,111,110,116,101,110,105,116,111,114,101,67,111,111,107,105,101,115,0,8,0,10,46,100,105,118,67,111,111,107,105,101,0,8,0,16,46,100,105,118,67,111,111,107,105,101,66,97,110,110,101,114,0,8,0,13,46,100,105,118,67,111,111,107,105,101,66,97,114,0,8,0,20,46,100,105,118,67,111,111,107,105,101,68,105,115,99,108,97,105,109,101,114,0,8,0,27,46,100,105,118,67,111,111,107,105,101,80,111,108,105,99,121,80,111,112,111,117,116,79,117,116,101,114,0,8,0,15,46,100,105,118,67,111,111,107,105,101,80,111,112,85,112,0,8,0,24,46,100,105,118,67,111,111,107,105,101,80,111,112,85,112,67,111,110,116,97,105,110,101,114,0,8,0,17,46,100,105,118,67,111,111,107,105,101,87,97,114,110,105,110,103,0,8,0,16,46,100,105,118,67,111,111,107,105,101,98,111,116,84,97,98,0,8,0,11,46,100,105,118,67,111,111,107,105,101,115,0,8,0,18,46,100,105,118,67,111,111,107,105,101,115,87,97,114,110,105,110,103,0,8,0,16,46,100,105,118,70,111,111,116,101,114,67,111,111,107,105,101,0,8,0,14,46,100,105,118,76,101,121,67,111,111,107,105,101,115,0,8,0,14,46,100,105,118,95,67,111,111,107,105,101,76,97,119,0,8,0,26,46,100,105,118,95,67,111,111,107,105,101,78,111,116,105,99,101,67,111,110,116,97,105,110,101,114,0,8,0,17,46,100,105,118,95,97,108,101,114,116,46,99,111,111,107,105,101,0,8,0,14,46,100,105,118,95,99,111,111,107,105,101,95,98,103,0,8,0,16,46,100,105,118,95,99,111,111,107,105,101,95,104,105,110,116,0,8,0,15,46,100,105,118,95,99,111,111,107,105,101,95,116,111,112,0,8,0,12,46,100,105,118,95,99,111,111,107,105,101,115,0,8,0,13,46,100,105,118,97,115,99,111,111,107,105,101,115,0,8,0,10,46,100,105,118,99,111,111,107,105,101,0,8,0,19,46,100,106,45,99,111,111,107,105,101,45,45,118,105,115,105,98,108,101,0,8,0,15,46,100,107,45,99,111,111,107,105,101,115,45,98,97,114,0,8,0,26,46,100,108,95,99,111,111,107,105,101,66,97,110,110,101,114,95,99,111,110,116,97,105,110,101,114,0,8,0,22,46,100,108,95,99,111,111,107,105,101,66,97,110,110,101,114,95,111,117,116,101,114,0,8,0,26,46,100,108,95,99,111,111,107,105,101,95,102,111,111,116,101,114,45,45,118,105,115,105,98,108,101,0,8,0,25,46,100,108,95,99,111,111,107,105,101,115,95,112,111,108,105,99,121,95,97,100,118,101,114,116,0,8,0,26,46,100,109,45,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,0,8,0,17,46,100,109,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,16,46,100,109,103,45,99,111,111,107,105,101,45,105,110,102,111,0,8,0,21,46,100,110,45,99,111,111,107,105,101,45,97,99,99,101,112,116,97,110,99,101,0,8,0,20,46,100,110,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,8,0,38,46,100,110,105,45,110,111,116,105,102,105,99,97,116,105,111,110,115,95,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,18,46,100,110,116,45,117,115,105,110,103,45,99,111,111,107,105,101,115,0,8,0,19,46,100,110,116,95,98,97,110,110,101,114,45,119,114,97,112,112,101,114,0,8,0,23,46,100,110,118,103,108,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,8,0,23,46,100,111,109,45,99,111,110,116,101,110,116,45,45,101,117,45,98,97,110,110,101,114,0,8,0,24,46,100,111,109,97,99,105,99,97,45,99,111,111,107,105,101,115,45,112,111,108,105,99,121,0,8,0,23,46,100,111,110,101,45,103,100,112,114,45,97,108,101,114,116,45,98,111,120,45,98,103,0,8,0,26,46,100,111,110,101,45,103,100,112,114,45,97,108,101,114,116,45,98,111,120,45,109,111,100,97,108,0,8,0,28,46,100,111,110,101,45,103,100,112,114,45,97,108,101,114,116,45,98,111,120,45,119,114,97,112,112,101,114,0,8,0,15,46,100,111,116,45,99,99,45,119,114,97,112,112,101,114,0,8,0,18,46,100,111,116,45,99,111,111,107,105,101,45,112,114,111,109,112,116,0,8,0,12,46,100,111,116,95,99,111,111,107,105,101,115,0,8,0,17,46,100,111,121,111,117,108,105,107,101,99,111,111,107,105,101,115,0,8,0,16,46,100,112,45,99,111,111,107,105,101,45,108,101,103,97,108,0,8,0,13,46,100,112,100,112,97,45,45,112,111,112,117,112,0,8,0,18,46,100,112,108,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,19,46,100,114,45,99,111,111,107,105,101,45,105,110,102,111,45,98,111,120,0,8,0,18,46,100,114,45,109,101,115,115,97,103,101,45,99,111,111,107,105,101,0,8,0,24,46,100,114,95,99,111,111,107,105,101,115,95,118,50,95,99,111,110,116,97,105,110,101,114,0,8,0,15,46,100,114,97,119,101,114,45,99,111,111,107,105,101,115,0,8,0,18,46,100,114,99,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,8,0,19,46,100,114,105,45,110,99,111,111,107,105,101,115,45,97,108,101,114,116,0,8,0,13,46,100,115,45,99,111,111,107,105,101,98,97,114,0,8,0,19,46,100,115,45,99,111,111,107,105,101,115,45,119,114,97,112,112,101,114,0,8,0,22,46,100,115,50,45,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,0,8,0,20,46,100,115,100,118,111,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,17,46,100,115,103,45,99,111,111,107,105,101,45,97,108,101,114,116,0,8,0,13,46,100,115,103,118,111,45,98,97,110,110,101,114,0,8,0,19,46,100,115,103,118,111,45,99,111,110,102,105,114,109,97,116,105,111,110,0,8,0,21,46,100,115,103,118,111,45,99,111,110,115,101,110,116,45,45,112,111,112,117,112,0,8,0,16,46,100,115,103,118,111,45,99,111,110,116,97,105,110,101,114,0,8,0,21,46,100,115,103,118,111,45,99,111,111,107,105,101,95,99,111,110,115,101,110,116,0,8,0,19,46,100,115,103,118,111,45,99,111,111,107,105,101,98,97,110,110,101,114,0,8,0,13,46,100,115,103,118,111,45,102,111,111,116,101,114,0,8,0,12,46,100,115,103,118,111,45,109,111,100,97,108,0,8,0,20,46,100,115,103,118,111,45,109,111,100,97,108,45,111,118,101,114,108,97,121,0,8,0,14,46,100,115,103,118,111,45,111,118,101,114,108,97,121,0,8,0,20,46,100,115,103,118,111,45,119,105,100,103,101,116,95,95,112,111,112,117,112,0,8,0,23,46,100,115,103,118,111,45,119,105,100,103,101,116,95,95,112,111,112,117,112,45,98,103,0,8,0,14,46,100,115,103,118,111,45,119,114,97,112,112,101,114,0,8,0,14,46,100,115,103,118,111,65,112,112,114,111,118,97,108,0,8,0,11,46,100,115,103,118,111,76,97,121,101,114,0,8,0,13,46,100,115,103,118,111,95,102,111,111,116,101,114,0,8,0,14,46,100,115,103,118,111,95,111,118,101,114,108,97,121,0,8,0,21,46,100,115,118,103,111,45,99,111,111,107,105,101,45,111,118,101,114,108,97,121,0,8,0,18,46,100,116,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,17,46,100,116,45,99,111,111,107,105,101,45,100,105,97,108,111,103,0,8,0,17,46,100,116,99,111,111,107,105,101,45,111,118,101,114,108,97,121,0,8,0,15,46,100,116,99,111,111,107,105,101,95,95,119,114,97,112,0,8,0,18,46,100,116,109,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,11,46,100,116,120,45,99,111,111,107,105,101,0,8,0,21,46,100,116,121,114,100,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,11,46,100,117,95,99,111,110,115,101,110,116,0,8,0,24,46,100,117,99,45,98,97,115,101,95,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,25,46,100,117,101,116,45,45,99,116,97,45,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,17,46,100,118,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,11,46,100,118,45,99,111,111,107,105,101,115,0,8,0,10,46,100,118,67,111,111,107,105,101,115,0,8,0,27,46,100,118,99,111,111,107,105,101,115,45,98,97,110,110,101,114,45,99,111,110,116,97,105,110,101,114,0,8,0,30,46,100,118,111,114,101,45,97,99,99,101,112,116,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,8,0,34,46,100,118,111,114,101,95,112,114,103,95,97,99,99,101,112,116,95,99,111,111,107,105,101,95,99,111,110,116,97,105,110,101,114,0,8,0,25,46,100,118,115,99,111,111,107,105,101,115,45,98,97,110,110,101,114,45,99,111,110,116,97,105,0,8,0,28,46,100,118,115,99,111,111,107,105,101,115,45,98,97,110,110,101,114,45,99,111,110,116,97,105,110,101,114,0,8,0,11,46,100,119,95,99,111,111,107,105,101,115,0,8,0,35,46,100,119,97,45,101,109,98,101,100,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,99,111,110,116,97,105,110,101,114,0,8,0,19,46,100,119,99,99,45,99,111,111,107,105,101,99,111,110,115,101,110,116,0,8,0,29,46,100,120,109,108,45,99,111,111,107,105,101,45,109,111,100,97,108,45,98,97,99,107,103,114,111,117,110,100,0,8,0,17,46,101,45,99,111,110,115,101,110,116,115,45,97,108,101,114,116,0,8,0,9,46,101,45,99,111,111,107,105,101,0,8,0,14,46,101,45,99,111,111,107,105,101,45,105,110,102,111,0,8,0,17,46,101,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,0,8,0,17,46,101,45,99,111,111,107,105,101,45,119,114,97,112,112,101,114,0,8,0,12,46,101,45,99,111,111,107,105,101,66,97,114,0,8,0,12,46,101,45,99,111,111,107,105,101,98,97,114,0,8,0,10,46,101,45,99,111,111,107,105,101,115,0,8,0,18,46,101,45,99,111,111,107,105,101,115,45,119,97,114,110,105,110,103,0,8,0,16,46,101,45,110,111,116,101,95,95,99,111,111,107,105,101,115,0,8,0,22,46,101,45,116,114,111,110,45,99,111,111,107,105,101,115,45,110,111,116,105,99,101,0,8,0,11,46,101,51,95,99,111,111,107,105,101,115,0,8,0,17,46,101,51,110,95,99,111,111,107,105,101,98,97,110,110,101,114,0,8,0,15,46,101,67,111,111,107,105,101,115,66,97,110,110,101,114,0,8,0,19,46,101,71,68,83,67,111,111,107,105,101,115,79,118,101,114,108,97,121,0,8,0,21,46,101,80,114,105,118,97,99,121,79,117,116,101,114,87,114,97,112,112,101,114,0,8,0,21,46,101,97,45,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,0,8,0,15,46,101,97,45,99,111,111,107,105,101,115,45,98,97,114,0,8,0,16,46,101,97,118,45,99,111,111,107,105,101,108,97,121,101,114,0,8,0,10,46,101,98,45,99,111,111,107,105,101,0,8,0,29,46,101,98,99,45,99,111,111,107,105,101,45,99,111,109,112,108,105,97,110,99,101,45,98,97,110,110,101,114,0,8,0,14,46,101,98,111,120,67,111,111,107,105,101,66,97,114,0,8,0,14,46,101,98,111,120,67,111,111,107,105,101,76,97,119,0,8,0,25,46,101,98,117,45,99,111,111,107,105,101,115,45,108,97,121,101,114,95,95,109,111,100,97,108,0,8,0,14,46,101,99,45,99,111,111,107,105,101,45,98,97,114,0,8,0,17,46,101,99,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,8,0,19,46,101,99,45,110,111,116,105,99,101,45,45,119,97,114,110,105,110,103,0,8,0,17,46,101,99,45,110,111,116,105,99,101,115,95,95,119,114,97,112,0,8,0,14,46,101,99,97,117,112,111,45,99,111,111,107,105,101,0,8,0,18,46,101,99,98,45,99,111,111,107,105,101,67,111,110,115,101,110,116,0,8,0,17,46,101,99,100,99,67,111,111,107,105,101,80,111,108,105,99,121,0,8,0,26,46,101,99,109,116,45,110,111,116,105,102,105,99,97,116,105,111,110,45,99,111,111,107,105,101,115,0,8,0,16,46,101,99,111,109,45,99,111,111,107,105,101,95,98,111,120,0,8,0,15,46,101,99,111,109,45,99,111,111,107,105,101,98,97,114,0,8,0,21,46,101,99,111,109,99,111,111,107,105,101,108,97,119,45,104,111,108,100,101,114,0,8,0,15,46,101,100,45,99,111,111,107,105,101,115,45,98,97,114,0,8,0,16,46,101,100,99,99,45,99,111,111,107,105,101,45,98,97,114,0,8,0,21,46,101,100,115,45,110,111,116,105,102,105,99,97,116,105,111,110,45,98,97,114,0,8,0,26,46,101,100,120,45,99,111,111,107,105,101,45,98,97,110,110,101,114,45,119,114,97,112,112,101,114,0,8,0,25,46,101,101,45,105,110,116,114,111,45,98,97,110,110,101,114,95,95,99,111,110,115,101,110,116,0,8,0,21,46,101,102,105,108,108,105,45,108,97,121,111,117,116,45,108,101,103,97,99,121,0,8,0,13,46,101,103,45,99,99,45,98,97,110,110,101,114,0,8,0,18,46,101,103,109,45,99,111,111,107,105,101,45,102,108,121,111,117,116,0,8,0,20,46,101,103,109,111,110,116,45,99,111,111,107,105,101,45,97,108,101,114,116,0,8,0,15,46,101,103,109,111,110,116,45,99,111,111,107,105,101,115,0,8,0,21,46,101,104,45,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,0,8,0,14,46,101,104,45,99,111,111,107,105,101,105,110,102,111,0,8,0,10,46,101,105,95,99,111,111,107,105,101,0,8,0,31,46,101,105,103,104,116,119,111,114,107,115,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,112,108,117,115,0,8,0,39,46,101,105,103,104,116,119,111,114,107,115,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,112,108,117,115,45,116,111,103,103,108,101,114,0,8,0,16,46,101,105,105,45,99,99,112,97,45,99,111,111,107,105,101,0,8,0,10,46,101,107,45,99,111,111,107,105,101,0,8,0,19,46,101,107,115,67,111,111,107,105,101,67,111,110,116,97,105,110,101,114,0,8,0,18,46,101,108,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,23,46,101,108,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,97,114,101,97,0,8,0,25,46,101,108,97,110,52,50,45,100,105,115,99,108,97,105,109,101,114,45,98,97,110,110,101,114,0,8,0,10,46,101,108,99,97,45,103,100,112,114,0,8,0,22,46,101,108,101,109,101,110,116,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,31,46,101,108,102,115,105,103,104,116,45,119,105,100,103,101,116,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,14,46,101,109,98,45,99,112,45,100,105,97,108,111,103,0,8,0,15,46,101,109,98,45,99,112,45,119,114,97,112,112,101,114,0,8,0,27,46,101,109,98,101,100,100,101,100,67,111,111,107,105,101,67,111,110,115,101,110,116,80,111,112,117,112,0,8,0,15,46,101,109,101,114,115,111,110,45,99,111,111,107,105,101,0,8,0,15,46,101,109,103,45,99,111,111,107,105,101,45,98,97,114,0,8,0,10,46,101,109,103,99,111,111,107,105,101,0,8,0,26,46,101,109,107,97,45,99,111,111,107,105,101,115,45,98,111,116,116,111,109,45,108,97,121,101,114,0,8,0,16,46,101,109,109,45,99,111,111,107,105,101,45,105,110,102,111,0,8,0,19,46,101,109,112,45,99,111,111,107,105,101,115,45,112,111,108,105,99,121,0,8,0,15,46,101,109,115,45,99,111,111,107,105,101,45,98,110,114,0,8,0,8,46,101,110,95,103,100,112,114,0,8,0,25,46,101,110,97,98,108,101,95,109,97,114,107,101,116,105,110,103,95,99,111,111,107,105,101,115,0,8,0,14,46,101,110,99,97,114,116,95,99,111,111,107,105,101,0,8,0,37,46,101,110,101,114,106,105,115,97,45,99,101,114,101,122,45,112,111,108,105,116,105,107,97,115,105,45,99,111,111,107,105,101,45,98,97,114,0,8,0,17,46,101,110,103,95,99,111,111,107,105,101,95,105,110,110,101,114,0,8,0,31,46,101,110,104,97,110,99,101,100,45,112,114,105,118,97,99,121,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,8,0,13,46,101,110,115,117,114,101,67,111,111,107,105,101,0,8,0,18,46,101,110,118,45,109,111,100,97,108,45,99,111,111,107,105,101,115,0,8,0,9,46,101,111,99,111,111,107,105,101,0,8,0,20,46,101,111,110,101,45,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,20,46,101,111,115,45,99,111,111,107,105,101,115,45,119,97,114,110,105,110,103,0,8,0,18,46,101,112,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,13,46,101,112,45,99,111,111,107,105,101,98,97,114,0,8,0,15,46,101,112,45,99,111,111,107,105,101,115,45,98,97,114,0,8,0,24,46,101,112,45,99,111,111,107,105,101,115,45,105,110,102,111,45,119,114,97,112,112,101,114,0,8,0,11,46,101,112,95,99,111,111,107,105,101,115,0,8,0,11,46,101,112,112,45,99,111,111,107,105,101,0,8,0,13,46,101,112,112,45,108,98,45,105,110,110,101,114,0,8,0,27,46,101,112,114,105,118,97,99,121,45,98,97,110,110,101,114,45,45,100,105,115,112,108,97,121,101,100,0,8,0,26,46,101,112,114,105,118,97,99,121,45,98,97,110,110,101,114,45,99,111,110,116,97,105,110,101,114,0,8,0,27,46,101,112,114,105,118,97,99,121,45,98,97,110,110,101,114,95,95,99,111,110,116,97,105,110,101,114,0,8,0,16,46,101,112,114,105,118,97,99,121,45,99,111,111,107,105,101,0,8,0,16,46,101,112,114,105,118,97,99,121,45,112,108,117,103,105,110,0,8,0,16,46,101,112,114,105,118,97,99,121,95,99,111,111,107,105,101,0,8,0,11,46,101,112,114,106,99,111,111,107,105,101,0,8,0,19,46,101,112,115,111,110,95,99,111,111,107,105,101,110,111,116,105,99,101,0,8,0,19,46,101,115,45,99,111,111,107,105,101,45,115,111,108,117,116,105,111,110,0,8,0,35,46,101,115,105,108,45,103,108,111,98,97,108,45,115,101,99,116,105,111,110,95,95,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,18,46,101,115,112,97,45,98,97,110,110,101,114,45,102,105,120,101,100,0,8,0,17,46,101,115,112,97,45,104,111,118,101,114,45,105,109,97,103,101,0,8,0,11,46,101,115,112,97,45,105,109,97,103,101,0,8,0,22,46,101,115,112,97,45,108,111,103,111,115,95,95,99,111,110,116,97,105,110,101,114,0,8,0,11,46,101,115,112,97,98,97,110,110,101,114,0,8,0,10,46,101,115,112,99,111,111,107,105,101,0,8,0,12,46,101,115,114,105,45,99,111,111,107,105,101,0,8,0,23,46,101,115,116,114,97,116,101,103,121,45,99,111,111,107,105,101,45,112,111,112,117,112,0,8,0,30,46,101,115,116,114,97,116,101,103,121,45,99,111,111,107,105,101,45,112,111,112,117,112,45,109,111,98,105,108,101,0,8,0,10,46,101,116,45,99,111,111,107,105,101,0,8,0,18,46,101,116,95,99,111,111,107,105,101,95,99,111,110,115,101,110,116,0,8,0,16,46,101,116,105,67,111,111,107,105,101,66,97,110,110,101,114,0,8,0,24,46,101,116,115,95,99,111,111,107,105,101,95,98,97,110,98,101,114,95,98,108,111,99,107,0,8,0,10,46,101,117,45,98,97,110,110,101,114,0,8,0,14,46,101,117,45,99,111,109,112,108,105,97,110,99,101,0,8,0,22,46,101,117,45,99,111,109,112,108,105,97,110,99,101,45,109,101,115,115,97,103,101,0,8,0,17,46,101,117,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,27,46,101,117,45,99,111,111,107,105,101,45,98,97,114,45,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,22,46,101,117,45,99,111,111,107,105,101,45,100,105,118,45,105,110,105,116,105,97,108,0,8,0,15,46,101,117,45,99,111,111,107,105,101,45,105,110,102,111,0,8,0,14,46,101,117,45,99,111,111,107,105,101,45,108,97,119,0,8,0,22,46,101,117,45,99,111,111,107,105,101,45,108,97,119,45,119,114,97,112,112,101,114,0,8,0,18,46,101,117,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,0,8,0,14,46,101,117,45,99,111,111,107,105,101,45,110,97,103,0,8,0,17,46,101,117,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,23,46,101,117,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,16,46,101,117,45,99,111,111,107,105,101,45,112,97,110,101,108,0,8,0,17,46,101,117,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,8,0,32,46,101,117,45,99,111,111,107,105,101,45,112,111,108,105,99,121,45,98,97,110,110,101,114,45,119,114,97,112,112,101,114,0,8,0,25,46,101,117,45,99,111,111,107,105,101,45,112,111,108,105,99,121,45,99,111,110,116,101,110,116,0,8,0,22,46,101,117,45,99,111,111,107,105,101,45,112,111,108,105,99,121,45,110,111,116,101,0,8,0,25,46,101,117,45,99,111,111,107,105,101,45,112,111,108,105,99,121,45,119,114,97,112,112,101,114,0,8,0,16,46,101,117,45,99,111,111,107,105,101,45,112,111,112,117,112,0,8,0,17,46,101,117,45,99,111,111,107,105,101,45,112,114,111,109,112,116,0,8,0,15,46,101,117,45,99,111,111,107,105,101,45,115,104,111,119,0,8,0,18,46,101,117,45,99,111,111,107,105,101,45,119,97,114,110,105,110,103,0,8,0,15,46,101,117,45,99,111,111,107,105,101,45,119,114,97,112,0,8,0,18,46,101,117,45,99,111,111,107,105,101,45,119,114,97,112,112,101,114,0,8,0,11,46,101,117,45,99,111,111,107,105,101,115,0,8,0,17,46,101,117,45,99,111,111,107,105,101,115,45,97,108,101,114,116,0,8,0,27,46,101,117,45,99,111,111,107,105,101,115,45,98,97,114,45,99,111,111,107,105,101,115,45,98,97,114,0,8,0,36,46,101,117,45,99,111,111,107,105,101,115,45,98,97,114,45,99,111,111,107,105,101,115,45,98,97,114,45,115,101,116,116,105,110,103,115,0,8,0,32,46,101,117,45,99,111,111,107,105,101,115,45,98,97,114,45,99,111,111,107,105,101,115,45,98,97,114,45,119,114,97,112,0,8,0,25,46,101,117,45,99,111,111,107,105,101,115,45,98,97,114,58,110,111,116,40,98,111,100,121,41,0,8,0,19,46,101,117,45,99,111,111,107,105,101,115,45,109,101,115,115,97,103,101,0,8,0,15,46,101,117,45,99,111,111,107,105,101,115,45,109,115,103,0,8,0,18,46,101,117,45,99,111,111,107,105,101,115,45,112,111,108,105,99,121,0,8,0,16,46,101,117,45,99,111,111,107,105,101,115,45,115,104,111,119,0,8,0,19,46,101,117,45,99,111,111,107,105,101,115,45,119,114,97,112,112,101,114,0,8,0,17,46,101,117,45,108,97,119,45,99,111,110,116,97,105,110,101,114,0,8,0,17,46,101,117,45,112,114,117,100,97,45,99,111,111,107,105,101,115,0,8,0,18,46,101,117,45,115,117,99,107,45,109,121,45,99,111,111,107,105,101,0,8,0,9,46,101,117,67,111,111,107,105,101,0,8,0,15,46,101,117,67,111,111,107,105,101,45,111,117,116,101,114,0,8,0,18,46,101,117,67,111,111,107,105,101,67,111,110,116,97,105,110,101,114,0,8,0,23,46,101,117,67,111,111,107,105,101,73,110,102,111,98,97,114,87,114,97,112,112,101,114,0,8,0,12,46,101,117,67,111,111,107,105,101,76,97,119,0,8,0,14,46,101,117,67,111,111,107,105,101,76,97,121,101,114,0,8,0,14,46,101,117,67,111,111,107,105,101,77,111,100,97,108,0,8,0,15,46,101,117,67,111,111,107,105,101,78,111,116,105,99,101,0,8,0,14,46,101,117,67,111,111,107,105,101,80,97,110,101,108,0,8,0,15,46,101,117,67,111,111,107,105,101,80,111,108,105,99,121,0,8,0,23,46,101,117,67,111,111,107,105,101,80,111,112,117,112,67,111,110,116,97,105,110,101,114,0,8,0,20,46,101,117,67,111,111,107,105,101,80,111,112,117,112,83,112,97,99,101,114,0,8,0,15,46,101,117,67,111,111,107,105,101,83,116,114,105,112,101,0,8,0,13,46,101,117,67,111,111,107,105,101,87,97,114,110,0,8,0,10,46,101,117,67,111,111,107,105,101,115,0,8,0,16,46,101,117,67,111,111,107,105,101,115,80,111,108,105,99,121,0,8,0,9,46,101,117,80,111,108,105,99,121,0,8,0,21,46,101,117,80,114,105,118,97,99,121,95,99,111,111,107,105,101,115,77,115,103,0,8,0,22,46,101,117,95,95,99,111,111,107,105,101,45,45,99,111,110,116,97,105,110,101,114,0,8,0,10,46,101,117,95,99,99,95,108,97,119,0,8,0,18,46,101,117,95,99,111,111,107,105,101,95,99,111,110,115,101,110,116,0,8,0,24,46,101,117,95,99,111,111,107,105,101,95,119,97,114,110,105,110,103,95,112,111,112,117,112,0,8,0,20,46,101,117,95,99,111,111,107,105,101,95,119,114,97,112,112,101,114,95,50,0,8,0,11,46,101,117,95,99,111,111,107,105,101,115,0,8,0,17,46,101,117,95,99,111,111,107,105,101,115,95,97,108,101,114,116,0,8,0,19,46,101,117,95,99,111,111,111,107,105,101,95,116,111,111,108,98,97,114,0,8,0,9,46,101,117,99,111,111,107,105,101,0,8,0,16,46,101,117,99,111,111,107,105,101,45,112,111,112,45,117,112,0,8,0,15,46,101,117,99,111,111,107,105,101,95,98,108,111,99,107,0,8,0,20,46,101,117,99,111,111,107,105,101,95,100,105,115,99,108,97,105,109,101,114,0,8,0,20,46,101,117,99,111,111,107,105,101,95,110,111,116,105,99,97,116,105,111,110,0,8,0,17,46,101,117,99,111,111,107,105,101,95,119,114,97,112,112,101,114,0,8,0,12,46,101,117,99,111,111,107,105,101,98,97,114,0,8,0,12,46,101,117,99,111,111,107,105,101,108,97,119,0,8,0,19,46,101,117,99,111,111,107,105,101,108,97,119,45,98,97,110,110,101,114,0,8,0,16,46,101,117,99,111,111,107,105,101,109,97,110,97,103,101,114,0,8,0,10,46,101,117,99,111,111,107,105,101,115,0,8,0,18,46,101,117,99,111,111,107,105,101,115,45,119,114,97,112,112,101,114,0,8,0,8,46,101,117,100,115,103,118,111,0,8,0,13,46,101,117,103,100,112,114,45,98,108,111,99,107,0,8,0,19,46,101,117,108,97,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,9,46,101,117,108,97,119,98,111,120,0,8,0,19,46,101,117,112,111,112,117,112,45,98,97,99,107,103,114,111,117,110,100,0,8,0,18,46,101,117,112,111,112,117,112,45,99,111,110,116,97,105,110,101,114,0,8,0,30,46,101,117,112,111,112,117,112,45,99,111,110,116,97,105,110,101,114,45,98,111,116,116,111,109,114,105,103,104,116,0,8,0,20,46,101,117,112,111,112,117,112,45,99,111,110,116,97,105,110,101,114,101,117,0,8,0,11,46,101,117,114,111,99,111,111,107,105,101,0,8,0,20,46,101,117,116,45,112,114,105,118,97,99,121,45,119,114,97,112,112,101,114,0,8,0,17,46,101,118,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,17,46,101,118,97,115,116,101,45,99,111,110,116,97,105,110,101,114,0,8,0,14,46,101,118,97,115,116,101,115,101,108,111,115,116,101,0,8,0,14,46,101,118,105,100,111,110,45,98,97,110,110,101,114,0,8,0,16,46,101,118,105,108,45,99,111,111,107,105,101,45,98,97,114,0,8,0,13,46,101,118,111,45,103,100,112,114,45,98,111,120,0,8,0,19,46,101,118,116,45,99,111,111,107,105,101,45,101,108,101,109,101,110,116,0,8,0,12,46,101,120,112,45,99,111,111,107,105,101,115,0,8,0,14,46,101,120,112,97,110,100,101,100,46,103,100,112,114,0,8,0,26,46,101,120,112,108,105,99,105,116,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,8,0,34,46,101,120,112,108,105,99,105,116,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,45,119,114,97,112,112,101,114,0,8,0,15,46,101,120,112,111,110,101,97,45,98,97,110,110,101,114,0,8,0,23,46,101,120,112,111,110,101,97,45,98,97,110,110,101,114,45,45,99,111,111,107,105,101,0,8,0,15,46,101,120,112,111,110,101,97,45,99,111,111,107,105,101,0,8,0,24,46,101,120,112,111,110,101,97,45,99,111,111,107,105,101,45,98,97,99,107,100,114,111,112,0,8,0,20,46,101,120,112,114,101,115,115,99,111,110,115,101,110,116,65,108,101,114,116,0,8,0,11,46,101,120,116,45,99,111,111,107,105,101,0,8,0,20,46,101,120,116,114,97,45,99,111,111,107,105,101,115,45,112,111,112,117,112,0,8,0,15,46,101,120,116,114,101,109,101,45,99,111,111,107,105,101,0,8,0,11,46,101,120,122,111,99,111,111,107,105,101,0,8,0,22,46,101,121,103,45,99,111,111,107,105,101,45,112,111,108,105,99,121,45,109,115,103,0,8,0,17,46,101,122,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,22,46,101,122,111,105,99,45,102,108,111,97,116,105,110,103,45,98,111,116,116,111,109,0,8,0,16,46,102,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,17,46,102,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,24,46,102,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,98,111,116,116,111,109,0,8,0,14,46,102,45,100,97,116,97,45,112,111,108,105,99,121,0,8,0,13,46,102,45,101,117,45,99,111,111,107,105,101,115,0,8,0,9,46,102,95,99,111,111,107,105,101,0,8,0,7,46,102,95,103,100,112,114,0,8,0,14,46,102,97,108,100,111,110,67,111,111,107,105,101,115,0,8,0,13,46,102,97,115,99,105,97,67,111,111,107,105,101,0,8,0,14,46,102,98,45,99,111,111,107,105,101,45,108,97,119,0,8,0,15,46,102,98,45,99,111,111,107,105,101,115,45,98,97,114,0,8,0,13,46,102,98,80,97,103,101,66,97,110,110,101,114,0,8,0,19,46,102,98,97,114,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,8,0,11,46,102,99,45,99,111,111,107,105,101,115,0,8,0,21,46,102,99,115,45,99,111,111,107,105,101,45,99,111,109,112,111,110,101,110,116,0,8,0,23,46,102,101,97,116,117,114,101,45,99,111,110,115,101,110,116,45,100,105,97,108,111,103,0,8,0,24,46,102,101,101,100,98,97,99,107,45,109,101,115,115,97,103,101,46,99,111,111,107,105,101,0,8,0,18,46,102,101,108,100,45,99,111,111,107,105,101,110,111,116,105,99,101,0,8,0,22,46,102,101,111,95,115,104,97,114,101,95,99,111,111,107,105,101,115,95,98,97,114,0,8,0,16,46,102,101,115,116,105,118,97,108,45,99,111,111,107,105,101,0,8,0,18,46,102,101,118,101,114,45,99,111,111,107,105,101,95,95,98,97,114,0,8,0,15,46,102,102,67,111,111,107,105,101,45,109,111,100,97,108,0,8,0,20,46,102,103,45,99,111,111,107,105,101,115,100,105,114,101,99,116,105,118,101,0,8,0,12,46,102,104,67,111,111,107,105,101,76,97,119,0,8,0,17,46,102,105,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,18,46,102,105,108,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,8,0,15,46,102,105,108,67,111,111,107,105,101,115,67,110,105,108,0,8,0,16,46,102,105,110,101,120,45,99,111,111,107,105,101,98,97,114,0,8,0,23,46,102,105,116,45,99,111,111,107,105,101,87,97,108,108,45,111,118,101,114,108,97,121,0,8,0,18,46,102,105,117,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,19,46,102,105,120,45,99,111,111,107,105,101,45,109,115,103,45,98,97,114,0,8,0,10,46,102,105,120,99,111,111,107,105,101,0,8,0,28,46,102,105,120,101,100,45,98,111,116,116,111,109,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,21,46,102,105,120,101,100,45,98,111,116,116,111,109,46,99,111,111,107,105,101,115,0,8,0,25,46,102,105,120,101,100,45,98,111,116,116,111,109,46,115,104,111,119,80,114,105,118,97,99,121,0,8,0,13,46,102,105,120,101,100,45,99,111,111,107,105,101,0,8,0,18,46,102,105,120,101,100,45,99,111,111,107,105,101,45,97,114,105,97,0,8,0,21,46,102,105,120,101,100,45,99,111,111,107,105,101,45,99,111,110,116,101,110,116,0,8,0,17,46,102,105,120,101,100,45,99,111,111,107,105,101,45,112,114,108,0,8,0,19,46,102,105,120,101,100,45,109,115,103,45,45,99,111,111,107,105,101,115,0,8,0,18,46,102,105,120,101,100,45,116,111,112,46,99,111,111,107,105,101,115,0,8,0,18,46,102,105,120,101,100,46,99,111,111,107,105,101,115,95,108,97,119,0,8,0,19,46,102,105,120,101,100,67,111,111,107,105,101,79,118,101,114,108,97,121,0,8,0,18,46,102,105,120,101,100,67,111,111,107,105,101,80,111,108,105,99,121,0,8,0,22,46,102,105,120,101,100,91,100,97,116,97,45,99,111,111,107,105,101,98,97,114,93,0,8,0,12,46,102,105,120,101,100,95,99,101,114,101,122,0,8,0,19,46,102,105,120,101,100,95,99,111,111,107,105,101,80,111,108,105,99,121,0,8,0,14,46,102,105,120,101,100,95,99,111,111,107,105,101,115,0,8,0,17,46,102,108,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,28,46,102,108,45,99,111,111,107,105,101,45,110,111,116,105,99,101,45,45,99,111,110,116,97,105,110,101,114,0,8,0,14,46,102,108,97,115,104,45,45,99,111,111,107,105,101,0,8,0,21,46,102,108,97,115,104,45,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,11,46,102,108,97,115,104,45,114,103,112,100,0,8,0,31,46,102,108,97,115,104,91,100,97,116,97,45,99,111,111,107,105,101,61,34,101,117,95,99,111,111,107,105,101,34,93,0,8,0,21,46,102,108,97,115,104,109,101,115,115,97,103,101,45,99,111,111,107,105,101,115,0,8,0,15,46,102,108,97,116,45,99,109,45,99,111,111,107,105,101,0,8,0,17,46,102,108,97,116,115,111,109,101,45,99,111,111,107,105,101,115,0,8,0,25,46,102,108,97,116,115,111,109,101,45,99,111,111,107,105,101,115,45,45,97,99,116,105,118,101,0,8,0,14,46,102,108,97,122,105,111,45,99,111,111,107,105,101,0,8,0,18,46,102,108,99,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,23,46,102,108,101,120,45,99,111,111,107,105,101,115,45,115,116,97,116,101,109,101,110,116,0,8,0,12,46,102,108,101,120,46,99,111,111,107,105,101,0,8,0,25,46,102,108,101,120,95,99,111,111,107,105,101,95,112,111,112,117,112,95,98,111,116,116,111,109,0,8,0,13,46,102,108,101,120,105,45,99,111,111,107,105,101,0,8,0,14,46,102,108,101,120,105,116,95,99,111,111,107,105,101,0,8,0,47,46,102,108,111,97,116,105,110,103,45,98,97,114,91,100,97,116,97,45,99,111,111,107,105,101,45,110,97,109,101,61,34,99,111,111,107,105,101,95,110,111,116,105,99,101,34,93,0,8,0,21,46,102,108,111,97,116,105,110,103,45,99,111,111,107,105,101,45,105,110,102,111,0,8,0,23,46,102,108,111,97,116,105,110,103,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,8,0,11,46,102,108,111,119,67,111,111,107,105,101,0,8,0,25,46,102,108,117,118,45,101,117,45,99,111,111,99,107,105,101,115,45,119,114,97,112,112,101,114,0,8,0,19,46,102,108,117,120,101,100,67,111,110,115,101,110,116,80,111,112,117,112,0,8,0,16,46,102,109,45,99,111,111,107,105,101,66,97,110,110,101,114,0,8,0,19,46,102,110,45,99,111,111,107,105,101,45,115,104,111,119,45,98,97,114,0,8,0,13,46,102,110,45,99,111,111,107,105,101,98,97,114,0,8,0,19,46,102,110,45,99,111,111,107,105,101,98,97,114,45,115,116,121,108,101,0,8,0,10,46,102,111,45,99,111,111,107,105,101,0,8,0,18,46,102,111,45,99,111,111,107,105,101,115,45,112,111,108,105,99,121,0,8,0,14,46,102,111,99,117,115,45,99,111,111,107,105,101,115,0,8,0,18,46,102,111,105,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,22,46,102,111,110,100,95,98,97,110,100,101,97,117,95,99,111,111,99,107,105,101,115,0,8,0,13,46,102,111,110,100,99,111,111,107,105,101,115,50,0,8,0,20,46,102,111,110,100,111,45,97,118,105,115,111,45,99,111,111,107,105,101,115,0,8,0,15,46,102,111,111,45,98,97,114,45,99,111,111,107,105,101,0,8,0,14,46,102,111,111,98,97,114,45,99,111,111,107,105,101,0,8,0,17,46,102,111,111,108,95,116,101,120,116,95,99,111,111,107,105,101,0,8,0,23,46,102,111,111,111,116,101,114,45,112,114,105,118,97,99,121,45,112,111,108,105,99,121,0,8,0,25,46,102,111,111,116,101,114,45,98,111,116,116,111,109,32,62,32,35,99,111,111,107,105,101,115,0,8,0,12,46,102,111,111,116,101,114,45,99,110,105,108,0,8,0,15,46,102,111,111,116,101,114,45,99,110,105,108,45,119,114,0,8,0,14,46,102,111,111,116,101,114,45,99,111,111,107,105,101,0,8,0,21,46,102,111,111,116,101,114,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,22,46,102,111,111,116,101,114,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,24,46,102,111,111,116,101,114,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,8,0,21,46,102,111,111,116,101,114,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,27,46,102,111,111,116,101,114,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,23,46,102,111,111,116,101,114,45,99,111,111,107,105,101,45,110,111,116,105,102,105,101,114,0,8,0,21,46,102,111,111,116,101,114,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,8,0,20,46,102,111,111,116,101,114,45,99,111,111,107,105,101,45,112,111,112,117,112,0,8,0,22,46,102,111,111,116,101,114,45,99,111,111,107,105,101,45,119,97,114,110,105,110,103,0,8,0,22,46,102,111,111,116,101,114,45,99,111,111,107,105,101,45,119,114,97,112,112,101,114,0,8,0,15,46,102,111,111,116,101,114,45,99,111,111,107,105,101,115,0,8,0,21,46,102,111,111,116,101,114,45,99,111,111,107,105,101,115,45,97,108,101,114,116,0,8,0,19,46,102,111,111,116,101,114,45,99,111,111,107,105,101,115,45,98,97,114,0,8,0,22,46,102,111,111,116,101,114,45,99,111,111,107,105,101,115,45,112,111,108,105,99,121,0,8,0,23,46,102,111,111,116,101,114,45,99,111,111,107,105,101,115,45,119,114,97,112,112,101,114,0,8,0,12,46,102,111,111,116,101,114,45,103,100,112,114,0,8,0,18,46,102,111,111,116,101,114,45,103,100,112,114,45,109,111,100,97,108,0,8,0,12,46,102,111,111,116,101,114,45,107,118,107,107,0,8,0,26,46,102,111,111,116,101,114,45,110,101,119,95,95,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,35,46,102,111,111,116,101,114,45,110,111,116,105,102,105,99,97,116,105,111,110,45,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,8,0,22,46,102,111,111,116,101,114,45,112,114,105,118,97,99,121,45,98,97,110,110,101,114,0,8,0,21,46,102,111,111,116,101,114,45,112,114,105,118,97,99,121,45,112,111,112,117,112,0,8,0,22,46,102,111,111,116,101,114,45,112,114,105,118,97,116,101,45,112,111,108,105,99,121,0,8,0,22,46,102,111,111,116,101,114,45,115,101,99,116,105,111,110,45,99,111,111,107,105,101,0,8,0,29,46,102,111,111,116,101,114,45,115,116,105,99,107,121,95,95,99,111,111,107,105,101,45,112,111,108,105,99,121,0,8,0,26,46,102,111,111,116,101,114,45,116,101,114,109,115,45,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,19,46,102,111,111,116,101,114,45,118,50,95,95,112,114,105,118,97,99,121,0,8,0,14,46,102,111,111,116,101,114,67,111,111,107,105,101,115,0,8,0,23,46,102,111,111,116,101,114,95,95,97,99,99,101,112,116,45,99,111,111,107,105,101,115,0,8,0,17,46,102,111,111,116,101,114,95,95,99,111,111,99,107,105,101,115,0,8,0,15,46,102,111,111,116,101,114,95,95,99,111,111,107,105,101,0,8,0,30,46,102,111,111,116,101,114,95,95,99,111,111,107,105,101,45,97,108,101,114,116,45,45,119,114,97,112,112,101,114,0,8,0,22,46,102,111,111,116,101,114,95,95,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,20,46,102,111,111,116,101,114,95,95,99,111,111,107,105,101,45,105,110,102,111,0,8,0,18,46,102,111,111,116,101,114,95,95,99,111,111,107,105,101,98,97,114,0,8,0,16,46,102,111,111,116,101,114,95,95,99,111,111,107,105,101,115,0,8,0,18,46,102,111,111,116,101,114,95,95,101,117,45,99,111,111,107,105,101,0,8,0,13,46,102,111,111,116,101,114,95,95,103,100,114,112,0,8,0,23,46,102,111,111,116,101,114,95,95,112,114,105,118,97,99,121,45,99,111,111,107,105,101,0,8,0,23,46,102,111,111,116,101,114,95,99,101,114,101,122,112,111,108,105,116,105,107,97,115,105,0,8,0,12,46,102,111,111,116,101,114,95,99,110,105,108,0,8,0,14,46,102,111,111,116,101,114,95,99,111,111,107,105,101,0,8,0,22,46,102,111,111,116,101,114,95,99,111,111,107,105,101,82,101,109,105,110,100,101,114,0,8,0,20,46,102,111,111,116,101,114,95,99,111,111,107,105,101,95,97,108,101,114,116,0,8,0,18,46,102,111,111,116,101,114,95,99,111,111,107,105,101,95,98,97,114,0,8,0,21,46,102,111,111,116,101,114,95,99,111,111,107,105,101,95,112,111,108,105,99,121,0,8,0,15,46,102,111,111,116,101,114,95,99,111,111,107,105,101,115,0,8,0,17,46,102,111,111,116,101,114,95,101,117,95,99,111,111,107,105,101,0,8,0,25,46,102,111,111,116,101,114,95,112,114,105,118,97,99,121,45,99,111,110,116,97,105,110,101,114,0,8,0,9,46,102,111,111,116,101,114,99,107,0,8,0,17,46,102,111,111,116,112,114,105,110,116,95,99,111,111,107,105,101,0,8,0,17,46,102,111,114,99,101,45,101,117,45,99,111,111,107,105,101,115,0,8,0,17,46,102,111,114,109,45,45,99,111,111,107,105,101,45,98,97,114,0,8,0,23,46,102,111,114,109,45,98,111,120,45,99,111,111,107,105,101,109,101,115,115,97,103,101,0,8,0,15,46,102,111,114,109,98,97,114,67,111,110,115,101,110,116,0,8,0,14,46,102,111,114,109,105,100,97,67,111,111,107,105,101,0,8,0,21,46,102,111,114,117,109,45,99,111,111,107,105,101,45,110,111,116,105,99,101,115,0,8,0,14,46,102,112,45,99,111,111,107,105,101,45,98,97,114,0,8,0,18,46,102,112,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,10,46,102,112,95,99,111,111,107,105,101,0,8,0,11,46,102,112,95,99,111,111,107,105,101,115,0,8,0,18,46,102,114,45,99,45,109,101,115,115,97,103,101,45,119,114,97,112,0,8,0,18,46,102,114,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,0,8,0,14,46,102,114,45,99,111,111,107,105,101,45,98,97,114,0,8,0,21,46,102,114,45,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,0,8,0,23,46,102,114,95,115,104,111,119,67,111,111,107,105,101,76,101,103,97,108,73,110,102,111,0,8,0,20,46,102,114,97,109,101,45,115,109,97,108,108,46,99,111,111,107,105,101,115,0,8,0,18,46,102,114,97,109,101,119,111,114,107,95,99,111,111,107,105,101,115,0,8,0,27,46,102,114,101,101,112,114,105,118,97,99,121,112,111,108,105,99,121,45,99,111,109,45,45,45,110,98,0,8,0,34,46,102,114,101,101,112,114,105,118,97,99,121,112,111,108,105,99,121,45,99,111,109,45,45,45,110,98,45,115,105,109,112,108,101,0,8,0,30,46,102,114,105,103,103,45,99,111,111,107,105,101,119,97,114,110,105,110,103,45,99,111,110,116,97,105,110,101,114,0,8,0,31,46,102,114,111,110,116,101,110,100,80,114,105,118,97,99,121,95,95,99,111,110,115,101,110,116,66,97,110,110,101,114,0,8,0,24,46,102,115,45,99,99,45,98,97,110,110,101,114,50,95,99,111,109,112,111,110,101,110,116,0,8,0,24,46,102,115,45,99,99,45,98,97,110,110,101,114,51,95,99,111,109,112,111,110,101,110,116,0,8,0,26,46,102,115,45,99,99,45,98,97,110,110,101,114,51,95,99,111,109,112,111,110,101,110,116,45,50,0,8,0,24,46,102,115,45,99,99,45,98,97,110,110,101,114,52,95,99,111,109,112,111,110,101,110,116,0,8,0,23,46,102,115,45,99,99,45,98,97,110,110,101,114,95,99,111,109,112,111,110,101,110,116,0,8,0,16,46,102,115,45,99,99,45,99,111,109,112,111,110,101,110,116,0,8,0,13,46,102,115,45,99,99,45,99,111,111,107,105,101,0,8,0,20,46,102,115,45,99,99,45,99,111,111,107,105,101,45,115,121,109,98,111,108,0,8,0,14,46,102,115,45,99,111,111,107,105,101,45,98,97,114,0,8,0,21,46,102,116,45,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,0,8,0,12,46,102,116,95,95,99,111,111,107,105,101,115,0,8,0,18,46,102,116,99,45,99,111,111,107,105,101,115,45,112,111,112,117,112,0,8,0,18,46,102,116,105,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,19,46,102,117,99,107,105,110,103,45,101,117,45,99,111,111,107,105,101,115,0,8,0,17,46,102,117,108,108,119,105,100,116,104,46,99,111,111,107,105,101,0,8,0,12,46,102,117,110,99,45,99,111,111,107,105,101,0,8,0,19,46,102,117,115,105,111,110,45,112,114,105,118,97,99,121,45,98,97,114,0,8,0,18,46,102,117,116,117,114,101,45,99,111,111,107,105,101,45,98,97,114,0,8,0,10,46,102,119,95,99,111,111,107,105,101,0,8,0,19,46,102,119,111,114,107,115,95,99,111,110,115,101,110,116,95,98,97,114,0,8,0,24,46,102,119,111,114,107,115,95,99,111,110,115,101,110,116,95,98,97,114,95,105,110,105,116,0,8,0,21,46,102,119,115,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,8,0,17,46,102,120,115,95,97,108,101,114,116,67,111,111,107,105,101,115,0,8,0,22,46,102,120,120,108,45,99,111,111,107,105,101,45,109,97,105,110,109,111,100,97,108,0,8,0,15,46,102,122,45,117,115,101,45,99,111,111,107,105,101,115,0,8,0,15,46,103,45,97,108,101,114,116,45,99,111,111,107,105,101,0,8,0,25,46,103,45,99,111,110,115,101,110,116,45,109,97,110,97,103,101,114,45,98,97,110,110,101,114,0,8,0,9,46,103,45,99,111,111,107,105,101,0,8,0,13,46,103,45,99,111,111,107,105,101,45,98,97,114,0,8,0,15,46,103,45,99,111,111,107,105,101,78,111,116,105,99,101,0,8,0,12,46,103,45,99,111,111,107,105,101,98,97,114,0,8,0,10,46,103,45,99,111,111,107,105,101,115,0,8,0,31,46,103,97,45,103,111,111,103,108,101,45,97,110,97,108,121,116,105,99,115,45,112,114,111,45,111,112,116,111,117,116,0,8,0,16,46,103,97,45,117,105,45,99,111,111,107,105,101,98,97,114,0,8,0,16,46,103,97,67,111,111,107,105,101,67,111,110,115,101,110,116,0,8,0,13,46,103,97,105,99,111,77,101,115,115,97,103,101,0,8,0,21,46,103,97,111,111,112,91,100,97,116,97,45,103,97,111,111,112,95,117,97,93,0,8,0,18,46,103,98,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,11,46,103,98,45,99,111,111,107,105,101,115,0,8,0,19,46,103,98,45,103,110,98,95,95,110,111,116,105,99,101,45,98,97,114,0,8,0,14,46,103,98,105,45,99,111,111,107,105,101,98,97,114,0,8,0,15,46,103,98,112,45,99,111,111,107,105,101,105,110,102,111,0,8,0,22,46,103,99,95,109,101,115,115,97,103,101,95,98,97,114,95,98,111,116,116,111,109,0,8,0,12,46,103,99,99,45,99,111,111,107,105,101,115,0,8,0,15,46,103,99,112,114,105,118,97,99,121,45,104,105,110,116,0,8,0,27,46,103,99,117,115,101,115,99,111,111,107,105,101,115,95,98,97,110,110,101,114,95,98,108,111,99,107,0,8,0,14,46,103,100,45,99,111,111,107,105,101,45,98,97,114,0,8,0,12,46,103,100,98,114,95,98,97,110,110,101,114,0,8,0,20,46,103,100,98,114,95,98,97,110,110,101,114,95,119,114,97,112,112,101,114,0,8,0,18,46,103,100,108,45,99,111,111,107,105,101,45,100,105,97,108,111,103,0,8,0,27,46,103,100,108,114,45,99,111,114,101,45,112,114,105,118,97,99,121,45,98,111,120,45,119,114,97,112,0,8,0,9,46,103,100,110,45,119,114,97,112,0,8,0,17,46,103,100,110,45,119,114,97,112,45,100,101,115,107,116,111,112,0,8,0,16,46,103,100,110,45,119,114,97,112,45,109,111,98,105,108,101,0,8,0,18,46,103,100,112,95,99,111,111,107,105,101,95,119,105,100,103,101,116,0,8,0,12,46,103,100,112,114,45,45,112,111,112,117,112,0,8,0,11,46,103,100,112,114,45,80,111,112,117,112,0,8,0,20,46,103,100,112,114,45,97,100,118,105,99,101,45,100,101,115,107,116,111,112,0,8,0,11,46,103,100,112,114,45,97,103,114,101,101,0,8,0,19,46,103,100,112,114,45,97,103,114,101,101,109,101,110,116,45,98,111,120,0,8,0,11,46,103,100,112,114,45,97,108,101,114,116,0,8,0,15,46,103,100,112,114,45,97,108,101,114,116,45,98,97,114,0,8,0,18,46,103,100,112,114,45,97,108,101,114,116,45,98,111,116,116,111,109,0,8,0,23,46,103,100,112,114,45,97,108,101,114,116,45,98,111,120,45,119,114,97,112,112,101,114,0,8,0,10,46,103,100,112,114,45,97,114,101,97,0,8,0,15,46,103,100,112,114,45,97,115,107,45,109,111,100,97,108,0,8,0,12,46,103,100,112,114,45,98,97,110,110,101,114,0,8,0,21,46,103,100,112,114,45,98,97,110,110,101,114,45,45,115,108,105,100,101,117,112,0,8,0,22,46,103,100,112,114,45,98,97,110,110,101,114,45,99,111,110,116,97,105,110,101,114,0,8,0,28,46,103,100,112,114,45,98,97,110,110,101,114,45,99,111,110,116,101,110,116,45,119,114,97,112,112,101,114,0,8,0,22,46,103,100,112,114,45,98,97,110,110,101,114,45,112,114,111,99,101,115,115,101,100,0,8,0,20,46,103,100,112,114,45,98,97,110,110,101,114,45,119,114,97,112,112,101,114,0,8,0,9,46,103,100,112,114,45,98,97,114,0,8,0,17,46,103,100,112,114,45,98,97,114,45,119,114,97,112,112,101,114,0,8,0,8,46,103,100,112,114,45,98,103,0,8,0,9,46,103,100,112,114,45,98,108,107,0,8,0,11,46,103,100,112,114,45,98,108,111,99,107,0,8,0,19,46,103,100,112,114,45,98,108,111,99,107,45,112,114,105,118,97,99,121,0,8,0,16,46,103,100,112,114,45,98,108,111,99,107,45,119,114,97,112,0,8,0,19,46,103,100,112,114,45,98,111,116,116,111,109,45,98,97,110,110,101,114,0,8,0,9,46,103,100,112,114,45,98,111,120,0,8,0,18,46,103,100,112,114,45,99,97,114,100,45,119,114,97,112,112,101,114,0,8,0,24,46,103,100,112,114,45,99,111,109,112,108,105,97,110,99,101,45,119,114,97,112,112,101,114,0,8,0,22,46,103,100,112,114,45,99,111,109,112,111,110,101,110,116,45,104,111,108,100,101,114,0,8,0,18,46,103,100,112,114,45,99,111,110,102,105,114,109,97,116,105,111,110,0,8,0,13,46,103,100,112,114,45,99,111,110,115,101,110,116,0,8,0,21,46,103,100,112,114,45,99,111,110,115,101,110,116,45,45,104,105,100,100,101,110,0,8,0,20,46,103,100,112,114,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,0,8,0,17,46,103,100,112,114,45,99,111,110,115,101,110,116,45,98,97,114,0,8,0,21,46,103,100,112,114,45,99,111,110,115,101,110,116,45,98,97,114,45,98,111,120,0,8,0,23,46,103,100,112,114,45,99,111,110,115,101,110,116,45,99,111,110,116,97,105,110,101,114,0,8,0,29,46,103,100,112,114,45,99,111,110,115,101,110,116,45,101,108,101,109,101,110,116,45,119,114,97,112,112,101,114,0,8,0,33,46,103,100,112,114,45,99,111,110,115,101,110,116,45,103,117,97,114,100,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,19,46,103,100,112,114,45,99,111,110,115,101,110,116,45,112,97,110,101,108,0,8,0,25,46,103,100,112,114,45,99,111,110,116,101,110,116,95,98,108,107,45,105,110,100,101,112,116,104,0,8,0,23,46,103,100,112,114,45,99,111,111,107,105,101,45,97,108,101,114,116,45,119,114,97,112,0,8,0,19,46,103,100,112,114,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,27,46,103,100,112,114,45,99,111,111,107,105,101,45,98,97,110,110,101,114,45,119,114,97,112,112,101,114,0,8,0,16,46,103,100,112,114,45,99,111,111,107,105,101,45,98,97,114,0,8,0,23,46,103,100,112,114,45,99,111,111,107,105,101,45,98,97,114,45,98,111,116,116,111,109,0,8,0,16,46,103,100,112,114,45,99,111,111,107,105,101,45,98,111,120,0,8,0,20,46,103,100,112,114,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,27,46,103,100,112,114,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,0,8,0,23,46,103,100,112,114,45,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,0,8,0,23,46,103,100,112,114,45,99,111,111,107,105,101,45,102,105,110,115,119,101,101,116,45,49,0,8,0,18,46,103,100,112,114,45,99,111,111,107,105,101,45,108,97,121,101,114,0,8,0,26,46,103,100,112,114,45,99,111,111,107,105,101,45,108,97,121,101,114,45,45,97,99,116,105,118,101,0,8,0,20,46,103,100,112,114,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,0,8,0,18,46,103,100,112,114,45,99,111,111,107,105,101,45,109,111,100,97,108,0,8,0,19,46,103,100,112,114,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,26,46,103,100,112,114,45,99,111,111,107,105,101,45,110,111,116,105,99,101,45,102,105,108,116,101,114,0,8,0,25,46,103,100,112,114,45,99,111,111,107,105,101,45,110,111,116,105,99,101,45,109,111,100,97,108,0,8,0,19,46,103,100,112,114,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,8,0,18,46,103,100,112,114,45,99,111,111,107,105,101,45,112,111,112,117,112,0,8,0,17,46,103,100,112,114,45,99,111,111,107,105,101,45,119,114,97,112,0,8,0,20,46,103,100,112,114,45,99,111,111,107,105,101,45,119,114,97,112,112,101,114,0,8,0,18,46,103,100,112,114,45,99,111,111,107,105,101,78,111,116,105,99,101,0,8,0,20,46,103,100,112,114,45,99,111,111,107,105,101,95,109,101,115,115,97,103,101,0,8,0,18,46,103,100,112,114,45,99,111,111,107,105,101,98,97,110,110,101,114,0,8,0,13,46,103,100,112,114,45,99,111,111,107,105,101,115,0,8,0,18,46,103,100,112,114,45,99,111,111,107,105,101,115,45,104,105,110,116,0,8,0,18,46,103,100,112,114,45,99,111,111,107,105,101,115,45,108,105,110,101,0,8,0,25,46,103,100,112,114,45,99,111,111,107,105,101,115,45,119,101,108,99,111,109,101,45,98,111,120,0,8,0,12,46,103,100,112,114,45,100,105,97,108,111,103,0,8,0,20,46,103,100,112,114,45,100,105,97,108,111,103,45,119,114,97,112,112,101,114,0,8,0,16,46,103,100,112,114,45,100,105,115,99,108,97,105,109,101,114,0,8,0,25,46,103,100,112,114,45,100,105,115,99,108,97,105,109,101,114,95,95,111,118,101,114,108,97,121,0,8,0,8,46,103,100,112,114,45,101,117,0,8,0,18,46,103,100,112,114,45,102,108,111,97,116,45,98,97,110,110,101,114,0,8,0,12,46,103,100,112,114,45,102,111,111,116,101,114,0,8,0,30,46,103,100,112,114,45,102,111,111,116,101,114,45,97,108,101,114,116,45,98,111,120,45,119,114,97,112,112,101,114,0,8,0,23,46,103,100,112,114,45,102,117,108,108,45,112,97,103,101,45,119,114,97,112,112,101,114,0,8,0,14,46,103,100,112,114,45,104,101,97,100,98,97,110,100,0,8,0,12,46,103,100,112,114,45,104,101,97,100,101,114,0,8,0,19,46,103,100,112,114,45,104,101,97,100,101,114,87,114,97,112,112,101,114,0,8,0,14,46,103,100,112,114,45,104,101,108,108,111,98,97,114,0,8,0,10,46,103,100,112,114,45,105,110,102,111,0,8,0,14,46,103,100,112,114,45,105,110,102,111,45,98,97,114,0,8,0,10,46,103,100,112,114,45,109,97,115,107,0,8,0,13,46,103,100,112,114,45,109,101,115,115,97,103,101,0,8,0,20,46,103,100,112,114,45,109,101,115,115,97,103,101,45,98,97,110,110,101,114,0,8,0,21,46,103,100,112,114,45,109,101,115,115,101,110,103,101,114,45,109,111,100,97,108,0,8,0,17,46,103,100,112,114,45,109,111,100,97,108,45,98,108,111,99,107,0,8,0,18,46,103,100,112,114,45,109,111,100,97,108,45,100,105,97,108,111,103,0,8,0,18,46,103,100,112,114,45,109,111,100,97,108,45,110,111,116,105,102,121,0,8,0,19,46,103,100,112,114,45,109,111,100,97,108,45,111,118,101,114,108,97,121,0,8,0,19,46,103,100,112,114,45,109,111,100,97,108,45,119,114,97,112,112,101,114,0,8,0,9,46,103,100,112,114,45,109,115,103,0,8,0,12,46,103,100,112,114,45,110,111,116,105,99,101,0,8,0,22,46,103,100,112,114,45,110,111,116,105,99,101,45,99,111,110,116,97,105,110,101,114,0,8,0,29,46,103,100,112,114,45,110,111,116,105,99,101,45,112,111,108,105,99,121,45,99,111,110,116,97,105,110,101,114,0,8,0,18,46,103,100,112,114,45,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,25,46,103,100,112,114,45,110,111,116,105,102,105,99,97,116,105,111,110,45,98,97,110,110,101,114,0,8,0,26,46,103,100,112,114,45,111,110,98,111,97,114,100,105,110,103,45,99,111,110,116,97,105,110,101,114,0,8,0,19,46,103,100,112,114,45,111,112,116,45,105,110,45,119,105,100,103,101,116,0,8,0,16,46,103,100,112,114,45,111,112,116,105,110,45,118,105,101,119,0,8,0,11,46,103,100,112,114,45,111,117,116,101,114,0,8,0,13,46,103,100,112,114,45,111,118,101,114,108,97,121,0,8,0,22,46,103,100,112,114,45,111,118,101,114,108,97,121,45,45,105,110,105,116,105,97,108,0,8,0,20,46,103,100,112,114,45,111,118,101,114,108,97,121,45,45,118,105,100,101,111,0,8,0,23,46,103,100,112,114,45,111,118,101,114,108,97,121,45,99,111,110,116,97,105,110,101,114,0,8,0,11,46,103,100,112,114,45,112,97,110,101,108,0,8,0,18,46,103,100,112,114,45,112,110,45,99,111,110,116,97,105,110,101,114,0,8,0,16,46,103,100,112,114,45,112,111,108,105,99,121,45,98,97,114,0,8,0,20,46,103,100,112,114,45,112,111,108,105,99,121,46,116,111,97,115,116,101,114,0,8,0,14,46,103,100,112,114,45,112,111,112,45,111,118,101,114,0,8,0,11,46,103,100,112,114,45,112,111,112,117,112,0,8,0,23,46,103,100,112,114,45,112,111,112,117,112,45,109,111,100,97,108,45,99,108,97,115,115,0,8,0,20,46,103,100,112,114,45,112,114,105,118,97,99,121,45,98,97,110,110,101,114,0,8,0,17,46,103,100,112,114,45,112,114,105,118,97,99,121,45,98,97,114,0,8,0,20,46,103,100,112,114,45,112,114,105,118,97,99,121,45,110,111,116,105,99,101,0,8,0,25,46,103,100,112,114,45,112,114,105,118,97,99,121,45,112,114,101,102,101,114,101,110,99,101,115,0,8,0,12,46,103,100,112,114,45,112,114,111,109,112,116,0,8,0,12,46,103,100,112,114,45,114,101,118,101,97,108,0,8,0,9,46,103,100,112,114,45,114,111,119,0,8,0,13,46,103,100,112,114,45,115,101,99,116,105,111,110,0,8,0,17,46,103,100,112,114,45,115,101,116,116,105,110,103,115,45,115,109,0,8,0,17,46,103,100,112,114,45,115,116,97,116,117,115,45,104,111,108,100,0,8,0,22,46,103,100,112,114,45,115,116,105,99,107,121,45,99,111,110,116,97,105,110,101,114,0,8,0,19,46,103,100,112,114,45,115,116,105,99,107,121,45,102,111,111,116,101,114,0,8,0,20,46,103,100,112,114,45,115,116,105,99,107,121,95,109,101,115,115,97,103,101,0,8,0,15,46,103,100,112,114,45,115,116,105,99,107,121,98,97,114,0,8,0,13,46,103,100,112,114,45,115,117,112,112,111,114,116,0,8,0,9,46,103,100,112,114,45,116,97,98,0,8,0,18,46,103,100,112,114,45,116,101,114,109,115,45,98,97,110,110,101,114,0,8,0,17,46,103,100,112,114,45,116,101,114,109,115,45,112,111,112,117,112,0,8,0,16,46,103,100,112,114,45,116,101,120,116,45,97,108,105,103,110,0,8,0,13,46,103,100,112,114,45,119,97,114,110,105,110,103,0,8,0,22,46,103,100,112,114,45,119,97,114,110,105,110,103,45,115,108,105,100,101,45,117,112,0,8,0,10,46,103,100,112,114,45,119,114,97,112,0,8,0,12,46,103,100,112,114,45,119,114,97,112,101,114,0,8,0,13,46,103,100,112,114,46,99,111,110,115,101,110,116,0,8,0,17,46,103,100,112,114,46,112,97,103,101,45,119,105,110,100,111,119,0,8,0,14,46,103,100,112,114,66,97,99,107,103,111,117,110,100,0,8,0,9,46,103,100,112,114,66,97,108,107,0,8,0,11,46,103,100,112,114,66,97,110,110,101,114,0,8,0,18,46,103,100,112,114,66,97,110,110,101,114,87,114,97,112,112,101,114,0,8,0,20,46,103,100,112,114,66,97,110,110,101,114,95,95,111,118,101,114,108,97,121,0,8,0,10,46,103,100,112,114,66,108,111,99,107,0,8,0,9,46,103,100,112,114,66,110,110,114,0,8,0,17,46,103,100,112,114,66,111,120,67,111,110,116,97,105,110,101,114,0,8,0,14,46,103,100,112,114,67,111,110,116,97,105,110,101,114,0,8,0,21,46,103,100,112,114,67,111,110,116,97,105,110,101,114,87,114,97,112,112,101,114,0,8,0,21,46,103,100,112,114,67,111,111,107,105,101,65,108,101,114,116,80,111,112,117,112,0,8,0,27,46,103,100,112,114,67,111,111,107,105,101,66,97,110,110,101,114,95,99,111,110,116,97,105,110,101,114,0,8,0,14,46,103,100,112,114,67,111,111,107,105,101,76,97,119,0,8,0,18,46,103,100,112,114,67,111,111,107,105,101,87,114,97,112,112,101,114,0,8,0,9,46,103,100,112,114,70,111,114,109,0,8,0,22,46,103,100,112,114,76,101,103,97,108,78,111,116,105,102,105,99,97,116,105,111,110,0,8,0,19,46,103,100,112,114,77,97,110,97,103,101,114,77,101,115,115,97,103,101,0,8,0,12,46,103,100,112,114,77,101,115,115,97,103,101,0,8,0,11,46,103,100,112,114,78,111,116,105,99,101,0,8,0,10,46,103,100,112,114,80,111,112,117,112,0,8,0,22,46,103,100,112,114,91,100,97,116,97,45,103,100,112,114,45,112,111,112,117,112,93,0,8,0,8,46,103,100,112,114,95,95,65,0,8,0,13,46,103,100,112,114,95,95,98,97,110,110,101,114,0,8,0,16,46,103,100,112,114,95,95,99,111,110,116,97,105,110,101,114,0,8,0,13,46,103,100,112,114,95,95,99,111,111,107,105,101,0,8,0,21,46,103,100,112,114,95,95,99,111,111,107,105,101,95,99,111,110,115,101,110,116,0,8,0,14,46,103,100,112,114,95,95,111,118,101,114,108,97,121,0,8,0,12,46,103,100,112,114,95,95,112,111,112,117,112,0,8,0,14,46,103,100,112,114,95,95,119,114,97,112,112,101,114,0,8,0,19,46,103,100,112,114,95,97,99,99,101,112,116,95,99,111,111,107,105,101,0,8,0,13,46,103,100,112,114,95,97,112,112,114,111,118,101,0,8,0,12,46,103,100,112,114,95,98,97,110,110,101,114,0,8,0,16,46,103,100,112,114,95,98,97,110,110,101,114,95,116,111,112,0,8,0,9,46,103,100,112,114,95,98,97,114,0,8,0,10,46,103,100,112,114,95,98,97,115,101,0,8,0,15,46,103,100,112,114,95,99,110,45,98,111,116,116,111,109,0,8,0,16,46,103,100,112,114,95,99,111,109,112,108,105,97,110,99,101,0,8,0,20,46,103,100,112,114,95,99,111,110,115,101,110,116,95,100,105,97,108,111,103,0,8,0,19,46,103,100,112,114,95,99,111,110,115,101,110,116,95,112,111,112,117,112,0,8,0,12,46,103,100,112,114,95,99,111,111,107,105,101,0,8,0,22,46,103,100,112,114,95,99,111,111,107,105,101,95,97,108,101,114,116,95,98,111,120,0,8,0,19,46,103,100,112,114,95,99,111,111,107,105,101,95,98,97,110,110,101,114,0,8,0,16,46,103,100,112,114,95,99,111,111,107,105,101,95,98,97,114,0,8,0,21,46,103,100,112,114,95,99,111,111,107,105,101,95,98,97,114,95,99,111,110,116,0,8,0,19,46,103,100,112,114,95,99,111,111,107,105,101,95,110,111,116,105,99,101,0,8,0,15,46,103,100,112,114,95,99,111,111,107,105,101,98,97,114,0,8,0,28,46,103,100,112,114,95,99,111,111,107,105,101,115,95,98,97,110,110,101,114,95,119,114,97,112,112,101,114,0,8,0,17,46,103,100,112,114,95,100,105,115,99,112,108,97,105,109,101,114,0,8,0,9,46,103,100,112,114,95,100,105,118,0,8,0,34,46,103,100,112,114,95,103,100,112,114,45,99,111,109,112,111,115,101,114,45,112,97,110,101,108,95,95,116,111,111,108,98,97,114,0,8,0,9,46,103,100,112,114,95,104,100,114,0,8,0,10,46,103,100,112,114,95,104,111,111,107,0,8,0,28,46,103,100,112,114,95,105,110,102,111,98,97,114,95,112,111,115,116,105,111,110,95,98,111,116,116,111,109,0,8,0,8,46,103,100,112,114,95,105,112,0,8,0,10,46,103,100,112,114,95,109,97,105,110,0,8,0,9,46,103,100,112,114,95,109,115,103,0,8,0,12,46,103,100,112,114,95,109,115,103,98,111,120,0,8,0,10,46,103,100,112,114,95,110,111,116,101,0,8,0,22,46,103,100,112,114,95,110,111,116,105,99,101,95,99,111,110,116,97,105,110,101,114,0,8,0,13,46,103,100,112,114,95,111,118,101,114,108,97,121,0,8,0,11,46,103,100,112,114,95,112,111,112,117,112,0,8,0,16,46,103,100,112,114,95,112,111,112,117,112,95,119,114,97,112,0,8,0,14,46,103,100,112,114,95,114,101,100,101,115,105,103,110,0,8,0,21,46,103,100,112,114,95,116,104,101,109,101,95,97,110,111,110,121,109,111,117,115,0,8,0,8,46,103,100,112,114,95,118,50,0,8,0,13,46,103,100,112,114,95,119,114,97,112,112,101,114,0,8,0,8,46,103,100,112,114,98,97,114,0,8,0,8,46,103,100,112,114,98,111,120,0,8,0,25,46,103,100,112,114,98,111,120,95,95,119,114,97,112,112,101,114,45,45,115,105,109,112,108,101,0,8,0,13,46,103,100,112,114,98,111,120,99,111,108,111,114,0,8,0,11,46,103,100,112,114,99,111,111,107,105,101,0,8,0,17,46,103,100,112,114,99,111,111,107,105,101,45,108,97,121,101,114,0,8,0,16,46,103,100,112,114,99,111,111,107,105,101,45,109,97,115,107,0,8,0,19,46,103,100,112,114,99,111,111,107,105,101,45,119,114,97,112,112,101,114,0,8,0,19,46,103,100,112,114,99,111,111,107,105,101,95,98,108,111,99,107,101,114,0,8,0,26,46,103,100,112,114,99,111,111,107,105,101,115,45,109,111,100,97,108,45,115,101,99,116,105,111,110,0,8,0,26,46,103,100,112,114,99,111,111,107,105,101,115,45,109,111,100,97,108,45,119,114,97,112,112,101,114,0,8,0,19,46,103,100,112,114,99,112,45,99,111,111,107,105,101,115,45,98,97,114,0,8,0,9,46,103,100,112,114,102,97,100,101,0,8,0,11,46,103,100,112,114,102,111,111,116,101,114,0,8,0,10,46,103,100,112,114,109,111,100,97,108,0,8,0,19,46,103,100,112,114,109,111,100,97,108,45,98,97,99,107,100,114,111,112,0,8,0,10,46,103,100,112,114,112,111,112,117,112,0,8,0,8,46,103,100,112,114,114,104,115,0,8,0,29,46,103,100,112,114,115,117,105,116,101,45,99,111,111,107,105,101,45,98,97,114,45,100,105,115,112,108,97,121,0,8,0,20,46,103,100,114,112,45,98,97,110,110,101,114,45,99,111,110,116,101,110,116,0,8,0,27,46,103,100,114,112,45,99,111,111,107,105,101,45,98,97,110,110,101,114,45,119,114,97,112,112,101,114,0,8,0,19,46,103,100,114,112,45,112,111,112,117,112,45,99,111,110,116,101,110,116,0,8,0,20,46,103,100,114,112,45,119,114,97,112,46,103,100,114,112,45,115,104,111,119,0,8,0,14,46,103,100,114,112,95,95,111,118,101,114,108,97,121,0,8,0,11,46,103,100,115,45,99,111,111,107,105,101,0,8,0,15,46,103,101,98,97,101,99,107,45,110,111,116,105,99,101,0,8,0,20,46,103,101,99,107,111,45,99,111,111,107,105,101,115,45,112,111,112,117,112,0,8,0,29,46,103,101,105,115,116,108,105,99,104,100,101,50,52,120,45,99,111,111,107,105,101,45,111,112,116,45,105,110,0,8,0,20,46,103,101,109,45,99,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,21,46,103,101,110,101,114,97,108,45,98,108,111,99,107,45,99,111,111,107,105,101,0,8,0,28,46,103,101,110,101,114,97,108,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,35,46,103,101,110,101,114,97,108,95,100,97,116,97,95,112,114,111,116,101,99,116,105,111,110,95,114,101,103,117,108,97,116,105,111,110,0,8,0,28,46,103,101,110,101,114,105,99,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,26,46,103,101,116,116,99,111,111,107,105,101,45,98,97,110,110,101,114,45,119,114,97,112,112,101,114,0,8,0,11,46,103,102,45,99,111,111,107,105,101,115,0,8,0,21,46,103,102,108,45,119,105,100,103,101,116,45,103,100,112,114,45,119,114,97,112,0,8,0,16,46,103,104,111,115,116,45,99,111,111,107,105,101,98,97,114,0,8,0,32,46,103,104,111,115,116,101,114,121,45,105,109,112,108,105,101,100,45,99,111,110,115,101,110,116,45,110,111,116,105,99,101,0,8,0,17,46,103,105,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,12,46,103,105,103,121,97,78,111,116,105,102,121,0,8,0,22,46,103,105,110,103,101,114,95,98,97,110,110,101,114,45,119,114,97,112,112,101,114,0,8,0,17,46,103,105,122,108,105,108,105,107,45,99,111,111,107,105,101,115,0,8,0,17,46,103,106,45,99,111,111,107,105,101,45,112,114,111,109,112,116,0,8,0,17,46,103,107,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,8,0,25,46,103,108,45,99,111,111,107,105,101,45,98,97,110,110,101,114,45,119,114,97,112,112,101,114,0,8,0,16,46,103,108,67,111,111,107,105,101,77,101,115,115,97,103,101,0,8,0,14,46,103,108,97,116,67,111,111,107,105,101,66,97,114,0,8,0,28,46,103,108,111,98,97,108,45,97,108,101,114,116,45,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,14,46,103,108,111,98,97,108,45,99,111,111,107,105,101,0,8,0,21,46,103,108,111,98,97,108,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,18,46,103,108,111,98,97,108,45,99,111,111,107,105,101,45,98,97,114,0,8,0,22,46,103,108,111,98,97,108,45,99,111,111,107,105,101,45,99,117,114,116,97,105,110,0,8,0,22,46,103,108,111,98,97,108,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,0,8,0,18,46,103,108,111,98,97,108,45,99,111,111,107,105,101,45,109,115,103,0,8,0,21,46,103,108,111,98,97,108,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,18,46,103,108,111,98,97,108,45,99,111,111,107,105,101,45,116,105,112,0,8,0,19,46,103,108,111,98,97,108,45,99,111,111,107,105,101,112,111,112,117,112,0,8,0,15,46,103,108,111,98,97,108,45,99,111,111,107,105,101,115,0,8,0,22,46,103,108,111,98,97,108,45,103,100,112,114,45,99,111,110,116,97,105,110,101,114,0,8,0,18,46,103,108,111,98,97,108,45,103,100,112,114,45,112,111,112,117,112,0,8,0,19,46,103,108,111,98,97,108,45,108,101,118,101,108,45,97,108,101,114,116,0,8,0,22,46,103,108,111,98,97,108,45,109,101,115,115,97,103,101,95,99,111,111,107,105,101,0,8,0,17,46,103,108,111,98,97,108,80,114,105,118,97,99,121,66,97,114,0,8,0,28,46,103,108,111,98,97,108,99,111,111,107,105,101,112,111,108,105,99,121,99,111,110,116,97,105,110,101,114,0,8,0,20,46,103,108,111,119,67,111,111,107,105,101,115,95,95,98,97,110,110,101,114,0,8,0,18,46,103,108,111,119,67,111,111,107,105,101,115,95,95,115,104,111,119,0,8,0,29,46,103,108,117,101,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,45,98,97,114,0,8,0,18,46,103,109,116,95,99,111,110,115,101,110,116,95,112,111,112,117,112,0,8,0,9,46,103,109,116,95,103,100,112,114,0,8,0,23,46,103,109,116,95,103,100,112,114,95,98,117,116,116,111,110,95,99,111,110,102,105,103,0,8,0,16,46,103,110,45,99,111,111,107,105,101,45,97,108,101,114,116,0,8,0,19,46,103,110,45,99,111,111,107,105,101,115,45,119,97,114,110,105,110,103,0,8,0,18,46,103,110,111,45,99,111,111,107,105,101,115,45,112,97,110,101,108,0,8,0,28,46,103,111,45,109,100,108,45,99,111,111,107,105,101,115,45,100,114,99,116,45,119,97,114,110,105,110,103,0,8,0,26,46,103,111,111,103,108,101,45,100,105,115,99,108,97,105,109,101,114,45,119,114,97,112,112,101,114,0,8,0,21,46,103,111,111,103,108,101,95,108,105,110,101,95,116,114,97,99,107,105,110,103,0,8,0,20,46,103,111,118,117,107,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,17,46,103,112,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,21,46,103,112,45,99,111,111,107,105,101,115,45,99,111,110,116,97,105,110,101,114,0,8,0,14,46,103,112,45,103,100,112,114,95,95,98,101,108,116,0,8,0,18,46,103,112,45,109,111,100,97,108,95,95,99,111,111,107,105,101,115,0,8,0,25,46,103,112,45,112,108,117,103,105,110,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,15,46,103,112,100,114,45,97,103,114,101,101,109,101,110,116,0,8,0,13,46,103,112,100,114,45,119,114,97,112,112,101,114,0,8,0,20,46,103,112,100,114,66,97,110,110,101,114,67,111,110,116,97,105,110,101,114,0,8,0,20,46,103,112,109,45,99,111,111,107,105,101,45,97,99,99,101,112,116,101,100,0,8,0,30,46,103,112,109,45,99,111,111,107,105,101,45,97,99,99,101,112,116,101,100,45,99,111,110,116,97,105,110,101,114,0,8,0,19,46,103,112,110,45,103,100,112,114,45,99,111,110,116,97,105,110,101,114,0,8,0,11,46,103,114,45,99,111,110,115,101,110,116,0,8,0,18,46,103,114,45,99,111,111,107,105,101,45,111,118,101,114,108,97,121,0,8,0,30,46,103,114,97,118,105,116,111,67,77,80,45,98,97,99,107,103,114,111,117,110,100,45,111,118,101,114,108,97,121,0,8,0,25,46,103,114,97,121,45,119,105,116,104,45,98,103,45,105,109,103,45,99,111,111,107,105,101,115,0,8,0,15,46,103,114,100,112,45,99,111,110,116,97,105,110,101,114,0,8,0,11,46,103,114,100,112,45,112,111,112,117,112,0,8,0,17,46,103,114,101,97,116,45,101,117,45,99,111,111,107,105,101,115,0,8,0,17,46,103,114,101,99,97,112,116,99,104,97,45,98,97,100,103,101,0,8,0,32,46,103,114,111,117,112,45,104,101,97,100,101,114,45,112,108,97,99,101,104,111,108,100,101,114,45,99,111,111,107,105,101,0,8,0,29,46,103,114,112,45,104,101,97,100,101,114,95,95,99,111,111,107,105,101,100,105,115,99,108,97,105,109,101,114,0,8,0,13,46,103,114,115,78,111,116,105,102,121,66,97,114,0,8,0,11,46,103,114,116,45,99,111,111,107,105,101,0,8,0,18,46,103,114,116,45,99,111,111,107,105,101,45,97,99,116,105,118,101,0,8,0,21,46,103,114,118,101,45,112,114,105,118,97,99,121,45,119,114,97,112,112,101,114,0,8,0,19,46,103,115,67,111,111,107,105,101,68,105,115,99,108,97,105,109,101,114,0,8,0,24,46,103,115,107,45,99,111,111,107,105,101,99,111,110,115,101,110,116,45,111,117,116,101,114,0,8,0,14,46,103,116,45,99,111,111,107,105,101,45,98,97,114,0,8,0,19,46,103,116,45,99,111,111,107,105,101,115,45,119,97,114,110,105,110,103,0,8,0,17,46,103,116,45,117,105,45,99,111,111,107,105,101,45,98,97,114,0,8,0,23,46,103,116,101,99,45,112,111,112,117,112,45,100,97,116,101,110,115,99,104,117,116,122,0,8,0,14,46,103,117,100,95,99,111,111,107,105,101,95,112,108,0,8,0,21,46,103,117,101,115,116,121,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,7,46,103,117,106,45,99,98,0,8,0,18,46,103,119,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,10,46,104,45,99,111,111,107,105,101,115,0,8,0,19,46,104,76,105,98,67,111,111,107,105,101,69,120,112,97,110,100,101,100,0,8,0,17,46,104,97,108,45,99,111,111,107,105,101,110,111,116,105,99,101,0,8,0,25,46,104,97,110,100,108,101,45,99,111,111,107,105,101,115,45,99,111,110,116,97,105,110,101,114,0,8,0,29,46,104,97,115,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,58,110,111,116,40,98,111,100,121,41,0,8,0,18,46,104,98,99,111,109,45,99,111,111,107,105,101,112,97,110,101,108,0,8,0,22,46,104,99,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,98,97,114,0,8,0,21,46,104,99,45,112,114,105,118,97,99,121,100,105,115,99,108,97,105,109,101,114,0,8,0,19,46,104,100,101,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,24,46,104,100,108,105,110,116,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,8,0,22,46,104,101,97,100,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,8,0,13,46,104,101,97,100,45,99,111,111,107,105,101,115,0,8,0,14,46,104,101,97,100,67,111,111,107,105,101,66,97,114,0,8,0,16,46,104,101,97,100,98,97,110,100,45,99,111,111,107,105,101,0,8,0,16,46,104,101,97,100,101,114,45,45,99,111,111,107,105,101,115,0,8,0,27,46,104,101,97,100,101,114,45,45,119,111,114,108,100,119,105,100,101,95,95,99,111,111,107,105,101,115,0,8,0,19,46,104,101,97,100,101,114,45,98,97,114,45,99,111,111,107,105,101,115,0,8,0,12,46,104,101,97,100,101,114,45,99,110,105,108,0,8,0,16,46,104,101,97,100,101,114,45,99,110,105,108,45,98,97,114,0,8,0,14,46,104,101,97,100,101,114,45,99,111,111,107,105,101,0,8,0,21,46,104,101,97,100,101,114,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,18,46,104,101,97,100,101,114,45,99,111,111,107,105,101,45,98,97,114,0,8,0,22,46,104,101,97,100,101,114,45,99,111,111,107,105,101,45,99,111,110,116,101,110,116,0,8,0,21,46,104,101,97,100,101,114,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,21,46,104,101,97,100,101,114,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,8,0,18,46,104,101,97,100,101,114,45,99,111,111,107,105,101,45,119,101,116,0,8,0,15,46,104,101,97,100,101,114,45,99,111,111,107,105,101,115,0,8,0,21,46,104,101,97,100,101,114,45,99,111,111,107,105,101,115,45,97,108,101,114,116,0,8,0,25,46,104,101,97,100,101,114,45,99,111,111,107,105,101,115,45,99,111,109,112,111,110,101,110,116,0,8,0,21,46,104,101,97,100,101,114,45,99,111,111,107,105,101,115,45,112,111,112,117,112,0,8,0,49,46,104,101,97,100,101,114,45,100,101,99,108,97,114,97,116,105,111,110,91,100,97,116,97,45,99,117,115,116,111,109,101,114,45,112,111,112,117,112,61,34,99,111,111,107,105,101,34,93,0,8,0,12,46,104,101,97,100,101,114,45,103,100,112,114,0,8,0,21,46,104,101,97,100,101,114,45,103,100,112,114,45,45,118,105,115,105,98,108,101,0,8,0,23,46,104,101,97,100,101,114,45,103,100,112,114,95,95,99,111,110,116,97,105,110,101,114,0,8,0,23,46,104,101,97,100,101,114,45,109,101,115,115,97,103,101,45,45,99,111,111,107,105,101,0,8,0,34,46,104,101,97,100,101,114,45,109,101,115,115,97,103,101,45,45,99,111,111,107,105,101,95,95,99,111,110,116,97,105,110,101,114,0,8,0,22,46,104,101,97,100,101,114,45,110,111,116,105,99,101,45,99,111,111,107,105,101,115,0,8,0,22,46,104,101,97,100,101,114,45,112,114,105,118,97,99,121,45,112,111,108,105,99,121,0,8,0,23,46,104,101,97,100,101,114,45,119,114,97,112,112,101,114,95,95,99,111,111,107,105,101,0,8,0,13,46,104,101,97,100,101,114,67,111,111,107,105,101,0,8,0,14,46,104,101,97,100,101,114,67,111,111,107,105,101,115,0,8,0,27,46,104,101,97,100,101,114,95,95,97,99,99,101,112,116,45,99,111,111,107,105,101,115,45,98,97,114,0,8,0,15,46,104,101,97,100,101,114,95,95,99,111,111,107,105,101,0,8,0,16,46,104,101,97,100,101,114,95,95,99,111,111,107,105,101,115,0,8,0,32,46,104,101,97,100,101,114,95,95,99,111,111,107,105,101,115,45,110,111,116,105,99,101,95,95,119,114,97,112,112,101,114,0,8,0,22,46,104,101,97,100,101,114,95,95,99,111,111,107,105,101,115,112,111,108,105,99,121,0,8,0,30,46,104,101,97,100,101,114,95,95,114,100,99,45,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,0,8,0,14,46,104,101,97,100,101,114,95,99,111,111,107,105,101,0,8,0,18,46,104,101,97,100,101,114,98,97,114,95,99,111,111,107,105,101,115,0,8,0,7,46,104,101,97,114,121,101,0,8,0,11,46,104,101,108,108,111,45,114,111,100,111,0,8,0,17,46,104,101,108,108,111,45,114,111,100,111,45,45,115,104,111,119,0,8,0,19,46,104,101,114,98,121,67,111,111,107,105,101,67,111,110,115,101,110,116,0,8,0,19,46,104,102,115,95,112,97,103,101,67,111,111,107,105,101,72,105,110,116,0,8,0,16,46,104,105,45,99,111,111,107,105,101,45,98,108,111,99,107,0,8,0,20,46,104,105,100,100,101,110,45,120,115,46,101,117,45,112,111,108,105,99,121,0,8,0,27,46,104,105,100,101,45,99,111,111,107,105,101,45,115,101,116,116,105,110,103,45,98,117,116,116,111,110,0,8,0,31,46,104,105,100,101,70,105,114,115,116,76,111,97,100,80,111,112,85,112,67,111,111,107,105,101,80,111,108,105,99,121,0,8,0,26,46,104,105,103,45,99,111,111,107,105,101,45,98,97,114,95,95,99,111,110,116,97,105,110,101,114,0,8,0,14,46,104,105,114,109,97,45,99,111,111,107,105,101,115,0,8,0,18,46,104,108,45,99,111,111,107,105,101,115,45,104,101,97,100,101,114,0,8,0,22,46,104,108,100,45,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,0,8,0,11,46,104,111,45,99,111,111,107,105,101,115,0,8,0,14,46,104,111,102,45,67,111,111,107,105,101,66,97,114,0,8,0,21,46,104,111,109,101,45,102,111,111,116,101,114,95,95,99,111,111,107,105,101,115,0,8,0,22,46,104,111,109,101,45,112,114,105,118,97,99,121,45,99,111,111,111,107,105,101,115,0,8,0,19,46,104,111,109,101,95,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,16,46,104,111,109,101,95,99,111,111,107,105,101,95,98,111,120,0,8,0,22,46,104,111,109,101,112,97,103,101,45,99,111,111,107,105,101,45,98,108,111,99,107,0,8,0,24,46,104,111,109,101,112,103,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,8,0,28,46,104,111,110,103,111,45,99,111,111,107,105,101,45,112,111,108,105,99,121,45,119,114,97,112,112,101,114,0,8,0,13,46,104,111,111,107,45,45,99,111,111,107,105,101,0,8,0,26,46,104,111,111,107,45,45,99,111,111,107,105,101,45,45,112,108,97,99,101,104,111,108,100,101,114,0,8,0,17,46,104,111,111,107,45,99,111,111,107,105,101,115,45,109,115,103,0,8,0,17,46,104,112,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,13,46,104,112,45,99,111,111,107,105,101,98,97,114,0,8,0,11,46,104,112,45,99,111,111,107,105,101,115,0,8,0,18,46,104,112,109,45,97,108,101,114,116,45,99,111,111,107,105,101,115,0,8,0,18,46,104,115,104,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,12,46,104,115,112,45,99,111,111,107,105,101,115,0,8,0,26,46,104,116,45,110,97,118,45,99,111,111,107,105,101,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,9,46,104,116,115,45,114,103,112,100,0,8,0,30,46,104,117,45,112,111,115,105,116,105,111,110,45,98,111,116,116,111,109,46,104,117,45,119,114,97,112,112,101,114,0,8,0,30,46,104,117,45,112,111,115,105,116,105,111,110,45,99,101,110,116,101,114,46,104,117,45,119,114,97,112,112,101,114,0,8,0,14,46,104,117,97,119,101,105,45,99,111,111,107,105,101,0,8,0,39,46,104,117,105,115,104,117,45,99,111,111,107,105,101,45,109,111,110,115,116,101,114,45,98,97,110,110,101,114,45,99,111,110,116,97,105,110,101,114,0,8,0,18,46,104,118,95,112,114,105,118,97,99,121,95,112,114,111,109,112,116,0,8,0,16,46,104,119,45,99,111,111,107,105,101,45,112,111,112,117,112,0,8,0,16,46,104,119,99,99,95,99,111,111,107,105,101,95,98,97,114,0,8,0,15,46,104,119,99,111,111,107,105,101,98,97,110,110,101,114,0,8,0,17,46,104,120,95,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,22,46,104,120,95,99,111,111,107,105,101,45,98,97,110,110,101,114,45,109,97,105,110,0,8,0,30,46,104,121,98,114,105,100,45,99,111,111,107,105,101,45,109,111,100,97,108,45,99,111,110,116,97,105,110,101,114,0,8,0,19,46,104,122,45,99,111,110,115,101,110,116,115,45,98,97,110,110,101,114,0,8,0,20,46,104,122,45,118,105,115,105,116,111,114,45,99,111,110,115,101,110,116,115,0,8,0,21,46,105,45,97,109,45,111,107,45,119,105,116,104,45,99,111,111,107,105,101,115,0,8,0,23,46,105,45,99,111,111,107,105,101,45,112,111,108,105,99,121,45,110,111,116,105,99,101,0,8,0,15,46,105,45,99,111,111,107,105,101,68,105,97,108,111,103,0,8,0,30,46,105,45,108,97,121,111,117,116,95,95,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,8,46,105,67,111,111,107,105,101,0,8,0,11,46,105,67,111,111,107,105,101,66,97,114,0,8,0,19,46,105,97,45,109,45,99,111,111,107,105,101,45,102,108,121,111,117,116,0,8,0,14,46,105,98,45,99,111,111,107,105,101,45,98,97,114,0,8,0,25,46,105,98,45,99,111,111,107,105,101,45,105,110,102,111,45,99,111,110,116,97,105,110,101,114,0,8,0,24,46,105,98,45,103,108,111,98,97,108,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,19,46,105,98,45,109,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,16,46,105,98,101,67,111,111,107,105,101,66,97,110,110,101,114,0,8,0,18,46,105,98,120,45,99,111,111,99,107,105,101,45,97,103,114,101,101,0,8,0,17,46,105,99,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,22,46,105,99,45,99,111,111,107,105,101,115,45,97,108,101,114,116,45,116,101,120,116,0,8,0,14,46,105,99,45,103,100,112,114,45,112,111,112,117,112,0,8,0,20,46,105,99,97,97,108,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,23,46,105,99,108,45,76,101,103,97,108,67,111,110,115,101,110,116,66,97,110,110,101,114,0,8,0,17,46,105,99,109,115,45,99,111,111,107,105,101,97,108,101,114,116,0,8,0,19,46,105,99,111,45,99,111,111,107,105,101,45,119,114,97,112,112,101,114,0,8,0,17,46,105,100,45,67,111,111,107,105,101,67,111,110,115,101,110,116,0,8,0,19,46,105,100,99,45,112,114,105,118,97,99,121,45,110,111,116,105,99,101,0,8,0,19,46,105,100,101,110,116,105,116,121,45,110,111,116,105,99,101,98,97,114,0,8,0,27,46,105,100,101,110,116,105,116,121,45,110,111,116,105,99,101,98,97,114,45,99,111,110,116,101,110,116,0,8,0,15,46,105,100,103,99,112,95,95,115,101,99,116,105,111,110,0,8,0,19,46,105,100,109,45,99,111,111,107,105,101,45,111,118,101,114,108,97,121,0,8,0,18,46,105,100,109,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,8,0,15,46,105,102,114,97,109,101,95,99,111,111,107,105,101,115,0,8,0,14,46,105,103,114,111,119,108,45,99,111,111,107,105,101,0,8,0,13,46,105,108,105,107,101,99,111,111,107,105,101,115,0,8,0,13,46,105,108,111,118,101,99,111,111,107,105,101,115,0,8,0,15,46,105,108,116,101,109,112,111,99,111,111,107,105,101,115,0,8,0,22,46,105,109,80,111,108,105,99,121,99,111,111,107,105,101,109,101,115,115,97,103,101,0,8,0,11,46,105,109,99,45,99,111,111,107,105,101,0,8,0,26,46,105,109,112,111,114,116,97,110,116,45,98,97,110,110,101,114,45,45,99,111,111,107,105,101,115,0,8,0,29,46,105,109,112,117,108,115,45,99,111,111,107,105,101,45,109,111,110,115,116,101,114,45,98,97,110,110,101,114,0,8,0,39,46,105,109,112,117,108,115,45,99,111,111,107,105,101,45,109,111,110,115,116,101,114,45,98,97,110,110,101,114,45,99,111,110,116,97,105,110,101,114,0,8,0,14,46,105,110,98,101,110,116,97,67,111,111,107,105,101,0,8,0,14,46,105,110,99,111,110,115,101,110,116,45,98,97,114,0,8,0,21,46,105,110,99,114,121,112,116,101,100,45,99,111,111,107,105,101,45,98,97,114,0,8,0,20,46,105,110,100,101,120,95,95,99,111,111,107,105,101,95,95,98,111,100,121,0,8,0,32,46,105,110,100,101,120,95,99,111,111,107,105,101,78,111,116,105,102,105,99,97,116,105,111,110,95,95,49,45,86,76,78,0,8,0,14,46,105,110,100,101,120,95,99,111,111,107,105,101,115,0,8,0,11,46,105,110,101,114,67,111,111,107,105,101,0,8,0,27,46,105,110,102,111,45,98,97,110,110,101,114,95,95,99,111,111,107,105,101,45,112,111,108,105,99,121,0,8,0,19,46,105,110,102,111,45,98,108,111,99,107,46,99,111,111,107,105,101,115,0,8,0,21,46,105,110,102,111,45,99,111,110,116,101,110,116,45,99,111,111,107,105,101,115,0,8,0,12,46,105,110,102,111,45,99,111,111,107,105,101,0,8,0,13,46,105,110,102,111,45,99,111,111,107,105,101,115,0,8,0,31,46,105,110,102,111,45,109,101,115,115,97,103,101,45,45,99,111,111,107,105,101,45,97,103,114,101,101,109,101,110,116,0,8,0,10,46,105,110,102,111,67,111,99,107,101,0,8,0,11,46,105,110,102,111,67,111,111,107,105,101,0,8,0,12,46,105,110,102,111,67,111,111,107,105,101,115,0,8,0,12,46,105,110,102,111,95,99,111,111,107,105,101,0,8,0,18,46,105,110,102,111,95,99,111,111,107,105,101,95,112,111,112,117,112,0,8,0,13,46,105,110,102,111,95,99,111,111,107,105,101,115,0,8,0,20,46,105,110,102,111,95,99,111,111,107,105,101,115,95,98,97,110,110,101,114,0,8,0,11,46,105,110,102,111,99,111,111,107,105,101,0,8,0,12,46,105,110,102,111,99,111,111,107,105,101,115,0,8,0,18,46,105,110,102,111,114,109,97,116,105,118,97,45,98,114,101,118,101,0,8,0,19,46,105,110,102,111,114,109,97,116,105,118,97,45,99,111,111,107,105,101,0,8,0,20,46,105,110,102,111,114,109,97,116,105,118,97,45,99,111,111,107,105,101,115,0,8,0,19,46,105,110,102,111,114,109,97,116,105,118,97,95,99,111,111,107,105,101,0,8,0,17,46,105,110,102,111,114,109,97,116,105,118,111,45,108,103,112,100,0,8,0,13,46,105,110,102,111,115,45,99,111,111,107,105,101,0,8,0,22,46,105,110,102,111,115,45,103,101,115,116,105,111,110,45,99,111,111,107,105,101,115,0,8,0,13,46,105,110,102,111,115,99,111,111,107,105,101,115,0,8,0,25,46,105,110,103,45,67,111,111,107,105,101,77,97,110,97,103,101,109,101,110,116,78,101,120,116,0,8,0,30,46,105,110,105,116,105,97,108,45,99,109,112,45,99,111,110,116,97,105,110,101,114,45,111,118,101,114,108,97,121,0,8,0,17,46,105,110,107,116,104,101,109,101,45,99,111,111,107,105,101,115,0,8,0,21,46,105,110,108,105,110,101,45,99,111,111,107,105,101,115,45,112,97,110,101,108,0,8,0,11,46,105,110,110,101,114,95,99,110,105,108,0,8,0,12,46,105,110,110,111,80,114,105,118,97,99,121,0,8,0,20,46,105,110,115,45,101,108,45,99,111,111,107,105,101,45,97,108,101,114,116,0,8,0,19,46,105,110,115,45,118,45,99,111,111,107,105,101,45,97,108,101,114,116,0,8,0,28,46,105,110,115,99,111,111,107,105,101,115,45,98,97,110,110,101,114,45,99,111,110,116,97,105,110,101,114,0,8,0,14,46,105,110,115,105,100,101,45,99,111,111,107,105,101,0,8,0,18,46,105,110,116,101,114,99,101,112,116,45,99,111,111,107,105,101,115,0,8,0,21,46,105,110,116,103,114,116,110,45,99,111,111,107,105,101,45,112,111,112,117,112,0,8,0,17,46,105,112,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,17,46,105,112,97,114,67,111,111,107,105,101,78,111,116,105,99,101,0,8,0,16,46,105,112,97,114,115,121,115,46,99,111,111,107,105,101,115,0,8,0,19,46,105,112,120,95,99,111,111,107,105,101,95,111,118,101,114,108,97,121,0,8,0,14,46,105,114,95,99,111,111,107,105,101,104,105,110,116,0,8,0,17,46,105,115,45,97,99,116,105,118,101,46,99,111,111,107,105,101,0,8,0,18,46,105,115,45,97,99,116,105,118,101,46,99,111,111,107,105,101,115,0,8,0,27,46,105,115,45,99,111,111,107,105,101,45,98,97,110,110,101,114,58,110,111,116,40,98,111,100,121,41,0,8,0,18,46,105,115,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,0,8,0,19,46,105,115,45,118,105,115,105,98,108,101,46,99,111,111,107,105,101,115,0,8,0,21,46,105,116,45,101,112,114,105,118,97,99,121,45,98,97,99,107,100,114,111,112,0,8,0,18,46,105,116,95,112,114,105,118,97,99,121,95,110,111,116,105,99,101,0,8,0,23,46,105,116,98,108,45,99,45,99,111,111,107,105,101,115,45,99,111,110,115,101,110,116,0,8,0,9,46,105,116,101,109,108,103,112,100,0,8,0,16,46,105,117,98,101,110,100,97,45,99,115,45,108,101,102,116,0,8,0,15,46,105,117,98,101,110,100,97,45,105,98,97,100,103,101,0,8,0,32,46,105,118,45,117,105,45,119,101,98,115,105,116,101,45,99,111,111,107,105,101,45,99,111,109,112,108,105,97,110,99,101,0,8,0,13,46,105,119,45,99,99,45,98,97,110,110,101,114,0,8,0,18,46,105,119,45,99,111,111,107,105,101,45,111,118,101,114,108,97,121,0,8,0,17,46,105,119,45,99,111,111,107,105,101,45,119,105,110,100,111,119,0,8,0,16,46,105,119,99,99,45,98,97,99,107,103,114,111,117,110,100,0,8,0,16,46,105,119,101,98,45,99,111,111,107,105,101,45,98,97,114,0,8,0,19,46,105,120,105,95,97,99,99,101,112,116,95,99,111,111,107,105,101,115,0,8,0,18,46,105,122,101,101,45,99,111,111,107,105,101,45,97,108,101,114,116,0,8,0,9,46,106,45,99,111,111,107,105,101,0,8,0,20,46,106,45,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,0,8,0,17,46,106,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,0,8,0,14,46,106,45,99,111,111,107,105,101,65,108,101,114,116,0,8,0,21,46,106,45,99,111,111,107,105,101,67,111,110,115,101,110,116,80,97,110,101,108,0,8,0,18,46,106,45,99,111,111,107,105,101,67,111,110,116,97,105,110,101,114,0,8,0,19,46,106,45,99,111,111,107,105,101,68,105,115,99,108,97,105,109,101,114,0,8,0,12,46,106,45,99,111,111,107,105,101,76,97,119,0,8,0,14,46,106,45,99,111,111,107,105,101,77,111,100,97,108,0,8,0,10,46,106,45,99,111,111,107,105,101,115,0,8,0,15,46,106,45,103,100,112,114,45,109,101,115,115,97,103,101,0,8,0,18,46,106,45,119,101,108,99,111,109,101,45,112,114,105,118,97,99,121,0,8,0,8,46,106,67,111,111,107,105,101,0,8,0,18,46,106,97,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,8,46,106,97,95,103,100,112,114,0,8,0,10,46,106,98,45,99,111,111,107,105,101,0,8,0,10,46,106,98,46,99,111,111,107,105,101,0,8,0,18,46,106,98,114,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,17,46,106,99,45,99,111,111,107,105,101,109,97,110,97,103,101,114,0,8,0,22,46,106,99,98,45,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,0,8,0,15,46,106,99,111,111,107,105,101,45,110,97,118,98,97,114,0,8,0,8,46,106,100,45,114,111,100,111,0,8,0,10,46,106,100,45,114,111,100,111,45,50,0,8,0,25,46,106,103,45,99,104,114,111,109,101,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,22,46,106,105,120,95,97,99,99,101,112,116,99,111,111,107,105,101,115,95,98,111,120,0,8,0,21,46,106,108,99,45,119,109,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,8,0,26,46,106,108,112,45,99,111,111,107,105,101,45,105,110,102,111,45,99,111,110,116,97,105,110,101,114,0,8,0,11,46,106,110,99,45,99,111,111,107,105,101,0,8,0,24,46,106,110,101,119,115,45,99,111,111,107,105,101,45,108,97,119,45,112,111,108,105,99,121,0,8,0,23,46,106,111,104,110,110,121,115,45,99,111,111,107,105,101,45,119,97,114,110,105,110,103,0,8,0,24,46,106,112,99,111,111,107,105,101,112,111,112,117,112,45,99,111,110,116,97,105,110,101,114,0,8,0,24,46,106,113,67,111,111,107,105,101,65,99,99,101,112,116,67,111,110,116,97,105,110,101,114,0,8,0,16,46,106,113,95,99,111,111,107,105,101,45,115,116,114,105,112,0,8,0,16,46,106,113,95,99,111,111,107,105,101,80,111,108,105,99,121,0,8,0,15,46,106,113,95,99,111,111,107,105,101,115,95,109,115,103,0,8,0,15,46,106,113,109,65,108,101,114,116,87,105,110,100,111,119,0,8,0,11,46,106,113,109,79,118,101,114,108,97,121,0,8,0,19,46,106,115,45,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,17,46,106,115,45,45,99,111,111,107,105,101,95,111,117,116,101,114,0,8,0,18,46,106,115,45,45,99,111,111,107,105,101,99,111,110,116,114,111,108,0,8,0,20,46,106,115,45,45,99,111,111,107,105,101,115,45,99,111,110,115,101,110,116,0,8,0,19,46,106,115,45,45,108,103,112,100,45,99,111,110,116,97,105,110,101,114,0,8,0,10,46,106,115,45,67,111,111,107,105,101,0,8,0,16,46,106,115,45,67,111,111,107,105,101,66,97,110,110,101,114,0,8,0,20,46,106,115,45,67,111,111,107,105,101,67,111,109,112,108,105,97,110,99,101,0,8,0,17,46,106,115,45,67,111,111,107,105,101,67,111,110,115,101,110,116,0,8,0,19,46,106,115,45,67,111,111,107,105,101,67,111,110,115,101,110,116,86,50,0,8,0,11,46,106,115,45,67,111,111,107,105,101,115,0,8,0,13,46,106,115,45,69,85,45,99,111,111,107,105,101,0,8,0,17,46,106,115,45,97,99,99,101,112,116,45,99,111,111,107,105,101,0,8,0,21,46,106,115,45,97,99,99,101,112,116,45,99,111,111,107,105,101,45,98,111,120,0,8,0,27,46,106,115,45,97,99,99,101,112,116,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,8,0,25,46,106,115,45,97,99,99,101,112,116,45,99,111,111,107,105,101,115,45,98,97,110,110,101,114,0,8,0,23,46,106,115,45,97,99,99,101,112,116,45,116,101,114,109,115,45,104,111,108,100,101,114,0,8,0,19,46,106,115,45,97,99,99,101,112,116,67,111,111,107,105,101,68,105,118,0,8,0,19,46,106,115,45,97,99,99,101,112,116,85,115,101,67,111,111,107,105,101,0,8,0,16,46,106,115,45,97,108,101,114,116,45,99,111,111,107,105,101,0,8,0,23,46,106,115,45,97,108,108,111,119,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,17,46,106,115,45,97,108,108,111,119,45,99,111,111,107,105,101,115,0,8,0,28,46,106,115,45,97,116,116,101,110,116,105,111,110,45,119,101,45,117,115,101,45,99,111,111,107,105,101,115,0,8,0,20,46,106,115,45,98,97,100,103,101,45,99,111,111,107,105,101,45,109,115,103,0,8,0,17,46,106,115,45,98,97,110,110,101,114,45,99,111,111,107,105,101,0,8,0,14,46,106,115,45,98,97,110,110,101,114,76,71,80,68,0,8,0,32,46,106,115,45,98,97,115,105,99,95,102,101,97,116,117,114,101,115,45,99,111,111,107,105,101,109,101,115,115,97,103,101,0,8,0,21,46,106,115,45,98,99,111,111,107,105,101,45,45,98,111,120,45,105,110,102,111,0,8,0,18,46,106,115,45,98,101,110,103,111,114,45,99,111,111,107,105,101,115,0,8,0,27,46,106,115,45,98,111,116,116,111,109,45,110,111,116,105,102,45,109,115,103,45,99,111,111,107,105,101,0,8,0,28,46,106,115,45,98,111,116,116,111,109,45,110,111,116,105,102,45,109,115,103,45,112,114,105,118,97,99,121,0,8,0,18,46,106,115,45,98,111,120,45,116,101,114,109,111,45,108,103,112,100,0,8,0,33,46,106,115,45,99,45,99,111,111,107,105,101,115,45,110,111,116,105,102,105,99,97,116,105,111,110,45,98,97,110,110,101,114,0,8,0,21,46,106,115,45,99,98,99,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,19,46,106,115,45,99,99,45,97,110,110,111,117,110,99,101,109,101,110,116,0,8,0,18,46,106,115,45,99,109,112,45,99,111,111,107,105,101,115,66,97,114,0,8,0,18,46,106,115,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,0,8,0,15,46,106,115,45,99,111,110,115,101,110,116,45,98,97,114,0,8,0,16,46,106,115,45,99,111,110,115,101,110,116,45,102,111,114,109,0,8,0,18,46,106,115,45,99,111,110,115,101,110,116,45,110,111,116,105,99,101,0,8,0,17,46,106,115,45,99,111,110,115,101,110,116,45,112,97,110,101,108,0,8,0,17,46,106,115,45,99,111,110,115,101,110,116,45,112,111,112,117,112,0,8,0,22,46,106,115,45,99,111,110,115,101,110,116,45,114,101,97,99,116,45,114,111,111,116,0,8,0,11,46,106,115,45,99,111,111,99,107,105,101,0,8,0,18,46,106,115,45,99,111,111,107,46,112,97,103,101,45,99,111,111,107,0,8,0,10,46,106,115,45,99,111,111,107,105,101,0,8,0,17,46,106,115,45,99,111,111,107,105,101,45,45,109,111,100,97,108,0,8,0,27,46,106,115,45,99,111,111,107,105,101,45,97,100,118,101,114,116,45,99,111,110,116,97,105,110,101,114,0,8,0,16,46,106,115,45,99,111,111,107,105,101,45,97,103,114,101,101,0,8,0,20,46,106,115,45,99,111,111,107,105,101,45,97,103,114,101,101,109,101,110,116,0,8,0,16,46,106,115,45,99,111,111,107,105,101,45,97,108,101,114,116,0,8,0,17,46,106,115,45,99,111,111,107,105,101,45,97,108,101,114,116,49,0,8,0,17,46,106,115,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,22,46,106,115,45,99,111,111,107,105,101,45,98,97,110,110,101,114,45,98,108,117,114,0,8,0,27,46,106,115,45,99,111,111,107,105,101,45,98,97,110,110,101,114,45,99,111,110,116,97,105,110,101,114,0,8,0,26,46,106,115,45,99,111,111,107,105,101,45,98,97,110,110,101,114,45,116,101,114,109,105,110,97,108,0,8,0,14,46,106,115,45,99,111,111,107,105,101,45,98,97,114,0,8,0,16,46,106,115,45,99,111,111,107,105,101,45,99,108,111,115,101,0,8,0,41,46,106,115,45,99,111,111,107,105,101,45,99,111,109,112,108,105,97,110,99,101,58,110,111,116,40,104,116,109,108,41,58,110,111,116,40,98,111,100,121,41,0,8,0,23,46,106,115,45,99,111,111,107,105,101,45,99,111,110,102,105,103,117,114,97,116,111,114,0,8,0,18,46,106,115,45,99,111,111,107,105,101,45,99,111,110,102,105,114,109,0,8,0,23,46,106,115,45,99,111,111,107,105,101,45,99,111,110,102,105,114,109,97,116,105,111,110,0,8,0,18,46,106,115,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,25,46,106,115,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,0,8,0,22,46,106,115,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,98,97,114,0,8,0,24,46,106,115,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,98,108,111,99,107,0,8,0,28,46,106,115,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,99,111,110,116,97,105,110,101,114,0,8,0,24,46,106,115,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,108,97,121,101,114,0,8,0,26,46,106,115,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,109,101,115,115,97,103,101,0,8,0,25,46,106,115,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,109,111,100,117,108,101,0,8,0,23,46,106,115,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,119,114,97,112,0,8,0,15,46,106,115,45,99,111,111,107,105,101,45,99,111,112,121,0,8,0,23,46,106,115,45,99,111,111,107,105,101,45,100,97,116,97,45,119,97,114,110,105,110,103,0,8,0,17,46,106,115,45,99,111,111,107,105,101,45,100,105,97,108,111,103,0,8,0,20,46,106,115,45,99,111,111,107,105,101,45,100,105,114,101,99,116,105,118,101,0,8,0,21,46,106,115,45,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,0,8,0,28,46,106,115,45,99,111,111,107,105,101,45,100,105,115,99,108,111,115,117,114,101,45,98,97,110,110,101,114,0,8,0,17,46,106,115,45,99,111,111,107,105,101,45,102,111,111,116,101,114,0,8,0,19,46,106,115,45,99,111,111,107,105,101,45,104,101,97,100,98,97,110,100,0,8,0,15,46,106,115,45,99,111,111,107,105,101,45,104,105,110,116,0,8,0,17,46,106,115,45,99,111,111,107,105,101,45,104,111,108,100,101,114,0,8,0,17,46,106,115,45,99,111,111,107,105,101,45,105,102,114,97,109,101,0,8,0,15,46,106,115,45,99,111,111,107,105,101,45,105,110,102,111,0,8,0,22,46,106,115,45,99,111,111,107,105,101,45,105,110,102,111,95,95,112,97,110,101,108,0,8,0,21,46,106,115,45,99,111,111,107,105,101,45,105,110,102,111,109,97,116,105,111,110,0,8,0,28,46,106,115,45,99,111,111,107,105,101,45,105,110,102,111,114,109,97,116,105,111,110,45,112,111,112,117,112,0,8,0,14,46,106,115,45,99,111,111,107,105,101,45,108,97,119,0,8,0,15,46,106,115,45,99,111,111,107,105,101,45,108,105,110,101,0,8,0,15,46,106,115,45,99,111,111,107,105,101,45,109,97,115,107,0,8,0,18,46,106,115,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,0,8,0,30,46,106,115,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,45,112,108,97,99,101,104,111,108,100,101,114,0,8,0,16,46,106,115,45,99,111,111,107,105,101,45,109,111,100,97,108,0,8,0,26,46,106,115,45,99,111,111,107,105,101,45,109,111,100,97,108,45,99,111,110,116,97,105,110,101,114,0,8,0,26,46,106,115,45,99,111,111,107,105,101,45,109,111,110,115,116,101,114,45,111,118,101,114,108,97,121,0,8,0,14,46,106,115,45,99,111,111,107,105,101,45,109,115,103,0,8,0,19,46,106,115,45,99,111,111,107,105,101,45,110,111,116,97,116,105,111,110,0,8,0,17,46,106,115,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,32,46,106,115,45,99,111,111,107,105,101,45,110,111,116,105,99,101,45,102,117,108,108,45,99,111,110,116,97,105,110,101,114,0,8,0,23,46,106,115,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,30,46,106,115,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,45,98,97,110,110,101,114,0,8,0,17,46,106,115,45,99,111,111,107,105,101,45,110,111,116,105,102,121,0,8,0,16,46,106,115,45,99,111,111,107,105,101,45,111,102,102,101,114,0,8,0,18,46,106,115,45,99,111,111,107,105,101,45,111,118,101,114,108,97,121,0,8,0,16,46,106,115,45,99,111,111,107,105,101,45,112,97,110,101,108,0,8,0,17,46,106,115,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,8,0,24,46,106,115,45,99,111,111,107,105,101,45,112,111,108,105,99,121,45,98,97,110,110,101,114,0,8,0,21,46,106,115,45,99,111,111,107,105,101,45,112,111,108,105,99,121,45,98,111,120,0,8,0,24,46,106,115,45,99,111,111,107,105,101,45,112,111,108,105,99,121,45,104,101,97,100,101,114,0,8,0,24,46,106,115,45,99,111,111,107,105,101,45,112,111,112,105,110,45,111,118,101,114,108,97,121,0,8,0,18,46,106,115,45,99,111,111,107,105,101,45,112,111,112,111,118,101,114,0,8,0,20,46,106,115,45,99,111,111,107,105,101,45,112,111,112,117,112,45,97,112,112,0,8,0,26,46,106,115,45,99,111,111,107,105,101,45,112,111,112,117,112,45,99,111,110,116,97,105,110,101,114,0,8,0,18,46,106,115,45,99,111,111,107,105,101,45,112,114,105,118,97,99,121,0,8,0,17,46,106,115,45,99,111,111,107,105,101,45,112,114,111,109,112,116,0,8,0,15,46,106,115,45,99,111,111,107,105,101,45,114,103,112,100,0,8,0,18,46,106,115,45,99,111,111,107,105,101,45,119,97,114,110,105,110,103,0,8,0,28,46,106,115,45,99,111,111,107,105,101,45,119,97,114,110,105,110,103,45,99,111,110,116,97,105,110,101,114,0,8,0,17,46,106,115,45,99,111,111,107,105,101,45,119,105,100,103,101,116,0,8,0,31,46,106,115,45,99,111,111,107,105,101,65,99,99,101,112,116,97,110,99,101,73,110,102,111,114,109,97,116,105,111,110,0,8,0,16,46,106,115,45,99,111,111,107,105,101,66,97,110,110,101,114,0,8,0,16,46,106,115,45,99,111,111,107,105,101,67,111,109,112,108,121,0,8,0,17,46,106,115,45,99,111,111,107,105,101,67,111,110,115,101,110,116,0,8,0,16,46,106,115,45,99,111,111,107,105,101,72,101,97,100,101,114,0,8,0,14,46,106,115,45,99,111,111,107,105,101,73,110,102,111,0,8,0,17,46,106,115,45,99,111,111,107,105,101,77,101,115,115,97,103,101,0,8,0,14,46,106,115,45,99,111,111,107,105,101,78,111,116,101,0,8,0,17,46,106,115,45,99,111,111,107,105,101,79,118,101,114,108,97,121,0,8,0,16,46,106,115,45,99,111,111,107,105,101,83,116,105,99,107,121,0,8,0,14,46,106,115,45,99,111,111,107,105,101,95,98,97,114,0,8,0,15,46,106,115,45,99,111,111,107,105,101,95,104,105,110,116,0,8,0,17,46,106,115,45,99,111,111,107,105,101,95,112,111,108,105,99,121,0,8,0,16,46,106,115,45,99,111,111,107,105,101,98,97,110,110,101,114,0,8,0,21,46,106,115,45,99,111,111,107,105,101,98,97,110,110,101,114,45,119,114,97,112,0,8,0,13,46,106,115,45,99,111,111,107,105,101,98,97,114,0,8,0,14,46,106,115,45,99,111,111,107,105,101,104,105,110,116,0,8,0,19,46,106,115,45,99,111,111,107,105,101,105,110,102,111,108,97,121,101,114,0,8,0,15,46,106,115,45,99,111,111,107,105,101,108,97,121,101,114,0,8,0,14,46,106,115,45,99,111,111,107,105,101,108,111,111,112,0,8,0,15,46,106,115,45,99,111,111,107,105,101,109,111,100,97,108,0,8,0,11,46,106,115,45,99,111,111,107,105,101,115,0,8,0,27,46,106,115,45,99,111,111,107,105,101,115,45,97,103,114,101,101,45,99,111,110,116,97,105,110,101,114,0,8,0,21,46,106,115,45,99,111,111,107,105,101,115,45,97,103,114,101,101,109,101,110,116,0,8,0,34,46,106,115,45,99,111,111,107,105,101,115,45,97,103,114,101,101,109,101,110,116,45,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,17,46,106,115,45,99,111,111,107,105,101,115,45,97,108,101,114,116,0,8,0,20,46,106,115,45,99,111,111,107,105,101,115,45,98,97,99,107,100,114,111,112,0,8,0,18,46,106,115,45,99,111,111,107,105,101,115,45,98,97,110,110,101,114,0,8,0,15,46,106,115,45,99,111,111,107,105,101,115,45,98,97,114,0,8,0,17,46,106,115,45,99,111,111,107,105,101,115,45,98,108,111,99,107,0,8,0,19,46,106,115,45,99,111,111,107,105,101,115,45,98,108,111,99,107,95,116,0,8,0,15,46,106,115,45,99,111,111,107,105,101,115,45,98,111,120,0,8,0,19,46,106,115,45,99,111,111,107,105,101,115,45,99,111,110,115,101,110,116,0,8,0,14,46,106,115,45,99,111,111,107,105,101,115,45,101,117,0,8,0,19,46,106,115,45,99,111,111,107,105,101,115,45,109,101,115,115,97,103,101,0,8,0,24,46,106,115,45,99,111,111,107,105,101,115,45,110,111,116,45,97,99,99,101,112,116,101,100,0,8,0,18,46,106,115,45,99,111,111,107,105,101,115,45,110,111,116,105,99,101,0,8,0,23,46,106,115,45,99,111,111,107,105,101,115,45,112,97,103,101,45,102,105,108,116,101,114,0,8,0,17,46,106,115,45,99,111,111,107,105,101,115,45,112,97,110,101,108,0,8,0,17,46,106,115,45,99,111,111,107,105,101,115,45,112,111,112,117,112,0,8,0,18,46,106,115,45,99,111,111,107,105,101,115,45,112,111,112,117,112,115,0,8,0,18,46,106,115,45,99,111,111,107,105,101,115,45,116,97,114,103,101,116,0,8,0,14,46,106,115,45,99,111,111,107,105,101,115,65,100,118,0,8,0,22,46,106,115,45,99,111,111,107,105,101,115,95,95,100,105,115,99,108,97,109,101,114,0,8,0,20,46,106,115,45,99,111,111,107,105,101,115,95,105,110,102,111,114,109,101,114,0,8,0,18,46,106,115,45,99,111,111,107,105,101,115,95,110,111,116,105,99,101,0,8,0,31,46,106,115,45,99,121,98,111,116,45,99,111,111,107,105,101,98,111,116,45,112,108,97,99,101,104,111,108,100,101,114,0,8,0,25,46,106,115,45,100,97,116,97,45,112,114,111,116,101,99,116,105,111,110,45,112,111,112,117,112,0,8,0,22,46,106,115,45,100,105,115,99,108,97,105,109,101,114,45,100,105,115,109,105,115,115,0,8,0,14,46,106,115,45,101,117,45,99,111,48,107,49,101,115,0,8,0,17,46,106,115,45,101,117,45,99,111,111,107,105,101,45,108,97,119,0,8,0,20,46,106,115,45,101,117,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,19,46,106,115,45,102,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,17,46,106,115,45,102,101,118,101,114,45,99,111,111,107,105,101,115,0,8,0,24,46,106,115,45,102,111,111,116,101,114,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,14,46,106,115,45,102,116,45,99,111,111,107,105,101,115,0,8,0,12,46,106,115,45,103,45,99,111,111,107,105,101,0,8,0,8,46,106,115,45,103,100,112,114,0,8,0,15,46,106,115,45,103,100,112,114,45,98,97,110,110,101,114,0,8,0,26,46,106,115,45,103,100,112,114,45,99,111,110,115,101,110,116,45,99,111,110,116,97,105,110,101,114,0,8,0,22,46,106,115,45,103,100,112,114,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,19,46,106,115,45,103,100,112,114,45,99,111,111,107,105,101,45,98,111,120,0,8,0,15,46,106,115,45,103,100,112,114,45,104,101,97,100,101,114,0,8,0,13,46,106,115,45,103,100,112,114,45,105,110,102,111,0,8,0,15,46,106,115,45,103,100,112,114,45,110,111,116,105,99,101,0,8,0,30,46,106,115,45,103,100,112,114,45,110,111,116,105,99,101,45,100,105,97,108,111,103,45,111,118,101,114,108,97,121,0,8,0,14,46,106,115,45,103,100,112,114,45,112,111,112,117,112,0,8,0,16,46,106,115,45,103,100,112,114,45,116,111,111,108,116,105,112,0,8,0,13,46,106,115,45,103,100,112,114,65,108,101,114,116,0,8,0,25,46,106,115,45,103,108,111,98,97,108,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,0,8,0,18,46,106,115,45,103,108,111,98,97,108,45,99,111,111,107,105,101,115,0,8,0,18,46,106,115,45,103,108,111,98,97,108,45,112,114,105,118,97,99,121,0,8,0,27,46,106,115,45,103,108,111,98,97,108,45,112,114,105,118,97,99,121,45,109,101,115,115,97,103,101,115,0,8,0,24,46,106,115,45,103,108,111,98,97,108,45,115,107,114,112,45,109,101,115,115,97,103,101,115,0,8,0,30,46,106,115,45,103,108,111,98,97,108,45,116,111,112,45,109,101,115,115,97,103,101,45,99,111,111,107,105,101,115,0,8,0,21,46,106,115,45,105,100,45,45,99,111,111,107,105,101,99,111,110,115,101,110,116,0,8,0,18,46,106,115,45,105,110,102,111,66,97,114,67,111,111,107,105,101,115,0,8,0,17,46,106,115,45,108,97,121,101,114,45,99,111,111,107,105,101,115,0,8,0,8,46,106,115,45,108,103,112,100,0,8,0,16,46,106,115,45,108,119,112,99,110,103,78,111,116,105,99,101,0,8,0,22,46,106,115,45,109,97,105,110,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,19,46,106,115,45,109,101,115,115,97,103,101,45,99,111,111,107,105,101,115,0,8,0,16,46,106,115,45,109,111,100,97,108,45,99,111,111,107,105,101,0,8,0,22,46,106,115,45,109,111,100,97,108,45,102,105,114,115,116,45,99,111,111,107,105,101,0,8,0,13,46,106,115,45,109,121,45,99,111,111,107,105,101,0,8,0,23,46,106,115,45,110,97,110,111,98,97,114,45,102,105,114,115,116,45,108,111,103,105,110,0,8,0,13,46,106,115,45,110,110,45,99,111,111,107,105,101,0,8,0,30,46,106,115,45,110,111,116,105,102,105,99,97,116,105,111,110,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,17,46,106,115,45,110,111,116,105,102,121,45,99,111,111,107,105,101,0,8,0,20,46,106,115,45,110,112,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,28,46,106,115,45,111,99,99,108,115,115,45,97,108,101,114,116,45,99,111,111,107,105,101,112,111,112,117,112,0,8,0,16,46,106,115,45,112,97,103,101,45,99,111,111,107,105,101,115,0,8,0,13,46,106,115,45,112,97,103,101,45,107,118,107,107,0,8,0,14,46,106,115,45,112,97,103,101,95,95,103,100,112,114,0,8,0,16,46,106,115,45,112,97,110,101,108,45,99,111,111,107,105,101,0,8,0,29,46,106,115,45,112,101,114,115,111,110,97,108,73,110,102,111,114,109,97,116,105,111,110,78,111,116,105,99,101,0,8,0,16,46,106,115,45,112,111,108,105,99,121,45,112,111,112,117,112,0,8,0,17,46,106,115,45,112,111,108,105,99,121,95,98,97,110,110,101,114,0,8,0,15,46,106,115,45,112,111,108,105,99,121,112,111,112,117,112,0,8,0,23,46,106,115,45,112,111,112,117,112,45,99,111,111,107,105,101,45,115,105,109,112,108,101,0,8,0,19,46,106,115,45,112,114,105,118,97,99,121,45,99,111,110,115,101,110,116,0,8,0,24,46,106,115,45,112,114,105,118,97,99,121,45,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,24,46,106,115,45,112,114,105,118,97,99,121,45,112,111,108,105,99,121,45,97,108,101,114,116,0,8,0,22,46,106,115,45,112,114,105,118,97,99,121,45,112,111,108,105,99,121,45,98,97,114,0,8,0,30,46,106,115,45,112,114,105,118,97,99,121,45,112,111,108,105,99,121,45,109,101,115,115,97,103,101,45,98,111,120,0,8,0,38,46,106,115,45,114,101,97,99,116,45,99,111,109,112,111,110,101,110,116,45,67,111,111,107,105,101,78,111,116,105,102,105,99,97,116,105,111,110,0,8,0,12,46,106,115,45,114,115,116,45,103,100,112,114,0,8,0,21,46,106,115,45,115,104,111,119,46,99,111,111,107,105,101,45,109,111,100,97,108,0,8,0,18,46,106,115,45,115,105,108,101,110,116,45,99,111,110,115,101,110,116,0,8,0,21,46,106,115,45,115,105,116,101,45,99,111,111,107,105,101,95,95,105,110,102,111,0,8,0,18,46,106,115,45,115,116,105,99,107,121,45,99,111,111,107,105,101,115,0,8,0,24,46,106,115,45,115,116,105,99,107,121,45,102,111,111,116,101,114,45,99,111,111,107,105,101,0,8,0,24,46,106,115,45,115,117,110,100,105,111,45,99,111,111,107,105,101,45,100,105,97,108,111,103,0,8,0,27,46,106,115,45,116,101,114,109,115,45,111,102,45,117,115,101,45,100,105,115,99,108,97,105,109,101,114,0,8,0,23,46,106,115,45,116,109,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,8,0,17,46,106,115,45,116,111,97,115,116,45,99,111,111,107,105,101,115,0,8,0,18,46,106,115,45,116,114,97,99,107,105,110,103,45,112,111,112,117,112,0,8,0,19,46,106,115,45,117,103,45,97,108,101,114,116,45,99,111,111,107,105,101,0,8,0,17,46,106,115,45,118,105,115,105,116,111,114,78,111,116,105,99,101,0,8,0,24,46,106,115,45,119,97,114,110,105,110,103,45,116,111,112,45,45,99,111,111,107,105,101,115,0,8,0,31,46,106,115,45,119,101,98,115,105,116,101,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,13,46,106,115,46,116,99,45,98,97,110,110,101,114,0,8,0,18,46,106,115,67,111,111,107,105,101,67,111,110,116,97,105,110,101,114,0,8,0,13,46,106,115,67,111,111,107,105,101,68,105,97,103,0,8,0,16,46,106,115,67,111,111,107,105,101,87,97,114,110,105,110,103,0,8,0,10,46,106,115,67,111,111,107,105,101,115,0,8,0,15,46,106,115,67,111,111,107,105,101,115,65,108,101,114,116,0,8,0,17,46,106,115,67,111,111,107,105,101,115,77,101,115,115,97,103,101,0,8,0,15,46,106,115,67,111,111,107,105,101,115,80,111,112,85,112,0,8,0,20,46,106,115,67,117,115,116,111,109,67,108,111,115,101,67,111,111,107,105,101,0,8,0,19,46,106,115,67,117,115,116,111,109,67,111,111,107,105,101,87,114,97,112,0,8,0,25,46,106,115,69,85,67,111,111,107,105,101,73,110,102,111,98,97,114,68,105,115,112,108,97,121,0,8,0,10,46,106,115,71,100,112,114,66,97,114,0,8,0,19,46,106,115,71,100,112,114,78,111,116,105,99,101,72,111,108,100,101,114,0,8,0,12,46,106,115,77,111,100,97,108,82,111,100,111,0,8,0,16,46,106,115,95,95,98,97,110,110,101,114,45,103,100,112,114,0,8,0,11,46,106,115,95,95,99,111,111,107,105,101,0,8,0,23,46,106,115,95,95,99,111,111,107,105,101,45,105,110,102,111,114,109,97,116,105,111,110,0,8,0,30,46,106,115,95,95,99,111,111,107,105,101,45,105,110,102,111,114,109,97,116,105,111,110,95,98,97,110,110,101,114,0,8,0,17,46,106,115,95,95,99,111,111,107,105,101,45,109,111,100,97,108,0,8,0,17,46,106,115,95,95,99,111,111,107,105,101,95,112,111,112,117,112,0,8,0,17,46,106,115,95,97,99,99,101,112,116,95,99,111,111,107,105,101,0,8,0,29,46,106,115,95,97,108,101,114,116,67,111,111,107,105,101,67,78,73,76,95,99,111,110,116,97,105,110,101,114,0,8,0,16,46,106,115,95,99,107,95,99,111,110,116,97,105,110,101,114,0,8,0,18,46,106,115,95,99,111,111,107,105,101,45,109,97,110,97,103,101,114,0,8,0,14,46,106,115,95,99,111,111,107,105,101,95,108,97,119,0,8,0,28,46,106,115,95,99,111,111,107,105,101,95,109,101,115,115,97,103,101,95,99,111,110,116,97,105,110,101,114,0,8,0,21,46,106,115,95,99,111,111,107,105,101,115,95,99,111,110,116,97,105,110,101,114,0,8,0,26,46,106,115,95,99,111,111,107,105,101,115,95,100,105,115,97,98,108,101,100,95,108,97,121,101,114,0,8,0,19,46,106,115,95,99,111,111,107,105,101,115,95,119,114,97,112,112,101,114,0,8,0,22,46,106,115,95,103,100,112,114,95,99,111,111,107,105,101,95,98,97,110,110,101,114,0,8,0,21,46,106,115,95,104,101,97,100,101,114,45,99,111,111,107,105,101,45,98,97,114,0,8,0,12,46,106,115,98,100,45,67,111,111,107,105,101,0,8,0,12,46,106,117,98,67,111,111,107,87,97,114,110,0,8,0,24,46,106,117,109,45,110,111,116,105,102,105,99,97,116,105,111,110,45,99,111,111,107,105,101,0,8,0,23,46,106,117,109,98,111,116,114,111,110,45,45,99,111,111,107,105,101,108,97,121,101,114,0,8,0,16,46,106,117,110,101,50,48,49,56,99,111,111,107,105,101,115,0,8,0,18,46,106,117,110,105,116,104,45,99,111,111,107,105,101,110,111,116,101,0,8,0,30,46,106,119,45,119,105,100,103,101,116,45,115,104,111,119,45,99,111,111,107,105,101,115,45,112,111,108,105,99,121,0,8,0,10,46,107,52,45,99,111,111,107,105,101,0,8,0,19,46,107,97,99,111,111,107,105,101,45,99,109,45,119,105,110,100,111,119,0,8,0,26,46,107,97,100,101,110,99,101,45,99,111,110,118,101,114,115,105,111,110,45,98,97,110,110,101,114,0,8,0,10,46,107,97,107,111,114,45,98,97,114,0,8,0,16,46,107,97,108,105,45,99,99,45,98,97,110,100,101,97,117,0,8,0,23,46,107,98,45,99,107,45,98,97,114,45,110,111,116,105,102,121,45,98,108,111,99,107,0,8,0,17,46,107,98,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,11,46,107,98,99,95,99,111,111,107,105,101,0,8,0,16,46,107,98,99,95,99,111,111,107,105,101,95,119,114,97,112,0,8,0,12,46,107,101,99,107,115,101,45,105,110,102,111,0,8,0,8,46,107,101,107,115,98,97,114,0,8,0,16,46,107,101,107,115,98,111,120,45,111,118,101,114,108,97,121,0,8,0,22,46,107,101,107,115,98,111,120,45,111,118,101,114,108,97,121,45,108,97,121,101,114,0,8,0,13,46,107,101,107,115,105,45,98,97,110,110,101,114,0,8,0,24,46,107,101,107,115,105,107,121,115,101,108,121,77,111,100,97,108,69,108,101,109,101,110,116,0,8,0,16,46,107,101,110,116,45,99,111,111,107,105,101,45,98,97,114,0,8,0,16,46,107,103,109,77,111,100,97,108,45,99,111,111,107,105,101,0,8,0,11,46,107,105,97,45,99,111,111,107,105,101,0,8,0,13,46,107,105,103,111,45,99,111,111,107,105,101,115,0,8,0,17,46,107,105,107,45,99,111,111,107,105,101,98,97,110,110,101,114,0,8,0,20,46,107,105,116,116,45,99,111,111,107,105,101,45,119,97,114,110,105,110,103,0,8,0,25,46,107,105,116,116,45,99,111,111,107,105,101,45,119,97,114,110,105,110,103,95,115,104,111,119,0,8,0,17,46,107,106,102,67,111,111,107,105,101,73,110,102,111,66,111,120,0,8,0,8,46,107,107,45,103,100,112,114,0,8,0,14,46,107,108,45,99,111,111,107,105,101,110,111,116,101,0,8,0,17,46,107,108,97,114,111,80,108,97,99,101,104,111,108,100,101,114,0,8,0,23,46,107,108,105,99,107,101,100,45,112,114,105,118,97,99,121,45,98,97,110,110,101,114,0,8,0,21,46,107,109,45,99,111,111,107,105,101,115,45,99,111,109,112,111,110,101,110,116,0,8,0,14,46,107,111,101,107,105,101,109,101,108,100,105,110,103,0,8,0,19,46,107,111,101,107,106,101,95,98,97,114,95,99,111,110,116,101,110,116,0,8,0,20,46,107,111,107,107,117,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,25,46,107,111,109,95,112,111,108,105,116,121,107,97,95,112,114,121,119,97,116,110,111,115,99,105,0,8,0,24,46,107,111,109,117,110,105,107,97,116,45,112,97,110,101,108,45,99,111,111,107,105,101,115,0,8,0,18,46,107,111,109,117,110,105,107,97,116,95,99,111,111,107,105,101,115,0,8,0,22,46,107,111,110,105,110,103,45,99,111,111,107,105,101,45,99,111,110,116,114,111,108,0,8,0,16,46,107,111,110,116,101,110,101,114,95,99,111,111,107,105,101,0,8,0,12,46,107,111,111,107,105,101,99,104,101,99,107,0,8,0,18,46,107,112,45,99,111,111,107,105,101,115,95,95,99,108,111,97,107,0,8,0,22,46,107,114,97,107,101,110,45,99,111,111,107,105,101,45,119,97,114,110,105,110,103,0,8,0,16,46,107,114,104,67,111,111,107,105,101,66,97,110,110,101,114,0,8,0,11,46,107,115,45,99,111,111,107,105,101,115,0,8,0,25,46,107,115,109,97,45,98,108,111,99,107,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,15,46,107,116,45,99,111,111,107,105,101,115,45,98,97,114,0,8,0,17,46,107,116,45,99,111,111,107,105,101,115,45,112,111,112,117,112,0,8,0,10,46,107,116,95,99,111,111,107,105,101,0,8,0,18,46,107,116,104,45,116,111,97,115,116,45,45,98,111,116,116,111,109,0,8,0,24,46,107,117,101,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,8,46,107,117,107,105,45,106,115,0,8,0,10,46,107,117,107,105,119,114,97,112,120,0,8,0,18,46,107,118,45,101,101,45,103,100,112,114,45,98,97,110,110,101,114,0,8,0,11,46,107,118,107,45,99,111,111,107,105,101,0,8,0,16,46,107,118,107,45,102,111,111,116,101,114,45,98,111,100,121,0,8,0,19,46,107,118,107,45,102,111,111,116,101,114,45,119,97,114,110,105,110,103,0,8,0,9,46,107,118,107,45,111,110,97,121,0,8,0,12,46,107,118,107,107,45,98,111,116,116,111,109,0,8,0,11,46,107,118,107,107,45,102,114,97,109,101,0,8,0,8,46,107,118,107,107,112,111,112,0,8,0,12,46,107,118,118,107,45,99,111,111,107,105,101,0,8,0,25,46,107,119,45,115,108,105,100,101,114,95,95,99,111,111,99,107,105,101,45,108,97,121,101,114,0,8,0,20,46,107,119,112,99,99,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,17,46,108,45,99,111,110,115,101,110,116,95,98,97,110,110,101,114,0,8,0,9,46,108,45,99,111,111,107,105,101,0,8,0,15,46,108,45,99,111,111,107,105,101,45,97,108,101,114,116,0,8,0,16,46,108,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,17,46,108,45,99,111,111,107,105,101,45,99,111,110,102,105,114,109,0,8,0,23,46,108,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,112,111,112,117,112,0,8,0,13,46,108,45,99,111,111,107,105,101,45,108,97,119,0,8,0,26,46,108,45,99,111,111,107,105,101,45,110,111,116,105,99,101,45,99,111,110,116,97,105,110,101,114,0,8,0,16,46,108,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,8,0,13,46,108,45,99,111,111,107,105,101,45,112,111,112,0,8,0,15,46,108,45,99,111,111,107,105,101,45,112,111,112,117,112,0,8,0,21,46,108,45,99,111,111,107,105,101,78,111,116,105,102,105,99,97,116,105,111,110,0,8,0,14,46,108,45,99,111,111,107,105,101,80,111,112,117,112,0,8,0,16,46,108,45,99,111,111,107,105,101,87,114,97,112,112,101,114,0,8,0,10,46,108,45,99,111,111,107,105,101,115,0,8,0,18,46,108,45,99,111,111,107,105,101,115,95,95,98,97,110,110,101,114,0,8,0,13,46,108,45,100,105,115,99,108,97,105,109,101,114,0,8,0,24,46,108,45,102,111,111,116,101,114,95,99,111,111,107,105,101,65,108,101,114,116,66,111,120,0,8,0,14,46,108,45,103,100,112,114,45,98,97,110,110,101,114,0,8,0,24,46,108,45,103,108,111,98,97,108,45,102,111,111,116,101,114,95,95,99,111,111,107,105,101,0,8,0,35,46,108,45,104,101,97,100,101,114,45,99,111,110,116,97,105,110,101,114,95,95,112,114,105,118,97,99,121,45,112,114,111,109,112,116,0,8,0,15,46,108,45,109,111,100,97,108,45,99,111,111,107,105,101,0,8,0,16,46,108,45,112,97,103,101,95,95,99,111,111,107,105,101,115,0,8,0,20,46,108,45,115,116,105,99,107,121,45,103,102,95,95,97,99,99,101,112,116,0,8,0,16,46,108,52,119,45,99,111,111,107,105,101,115,45,98,97,114,0,8,0,26,46,108,97,103,45,99,111,111,107,105,101,45,112,111,108,105,99,121,45,119,114,97,112,112,101,114,0,8,0,21,46,108,97,109,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,8,0,22,46,108,97,109,105,117,109,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,21,46,108,97,110,100,101,110,100,45,105,110,102,111,98,97,114,45,100,97,114,107,0,8,0,16,46,108,97,110,100,105,110,103,45,99,111,111,107,105,101,115,0,8,0,22,46,108,97,110,100,105,110,103,45,99,111,111,107,105,101,115,98,97,110,110,101,114,0,8,0,12,46,108,97,110,103,45,99,111,111,107,105,101,0,8,0,18,46,108,97,110,110,101,98,111,45,99,111,111,107,105,101,98,111,116,0,8,0,11,46,108,97,119,95,99,111,111,107,105,101,0,8,0,12,46,108,97,119,95,99,111,111,107,105,101,115,0,8,0,21,46,108,97,119,95,99,111,111,107,105,101,115,95,116,101,115,116,95,65,67,77,0,8,0,13,46,108,97,119,115,45,99,111,111,107,105,101,115,0,8,0,31,46,108,97,121,101,114,45,45,102,105,120,101,100,45,98,111,116,116,111,109,91,99,111,111,107,105,101,98,97,114,93,0,8,0,13,46,108,97,121,101,114,45,99,111,111,107,105,101,0,8,0,42,46,108,97,121,101,114,45,99,111,111,107,105,101,115,45,119,114,97,112,112,101,114,58,110,111,116,40,104,116,109,108,41,58,110,111,116,40,98,111,100,121,41,0,8,0,12,46,108,97,121,101,114,67,111,111,107,105,101,0,8,0,13,46,108,97,121,101,114,95,99,111,111,107,105,101,0,8,0,21,46,108,97,121,111,117,116,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,34,46,108,97,121,111,117,116,70,108,111,97,116,105,110,103,91,105,115,61,34,98,97,115,105,115,45,99,111,111,107,105,101,34,93,0,8,0,36,46,108,97,121,111,117,116,95,95,99,111,111,107,105,101,115,45,112,111,108,105,99,121,45,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,19,46,108,97,121,111,117,116,95,95,100,105,115,99,108,97,105,109,101,114,0,8,0,31,46,108,97,121,111,117,116,95,95,111,118,101,114,108,97,121,115,95,95,99,111,111,107,105,101,78,111,116,105,99,101,0,8,0,19,46,108,97,122,105,109,45,99,111,111,107,105,101,45,97,108,101,114,116,0,8,0,25,46,108,98,45,99,111,111,107,105,101,45,98,97,110,110,101,114,45,119,114,97,112,112,101,114,0,8,0,13,46,108,98,120,45,45,99,111,111,107,105,101,115,0,8,0,8,46,108,99,45,103,100,112,114,0,8,0,17,46,108,100,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,19,46,108,100,115,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,20,46,108,100,115,95,95,112,114,105,118,97,99,121,45,112,111,108,105,99,121,0,8,0,16,46,108,101,102,116,46,117,100,99,45,104,111,108,100,101,114,0,8,0,42,46,108,101,103,97,108,45,97,99,107,110,111,119,108,101,100,103,101,109,101,110,116,58,110,111,116,40,98,111,100,121,41,58,110,111,116,40,104,116,109,108,41,0,8,0,18,46,108,101,103,97,108,45,97,108,101,114,116,45,112,111,112,117,112,0,8,0,20,46,108,101,103,97,108,45,98,97,110,110,101,114,45,114,101,103,105,111,110,0,8,0,13,46,108,101,103,97,108,45,99,111,111,107,105,101,0,8,0,21,46,108,101,103,97,108,45,99,111,111,107,105,101,45,101,117,45,104,105,110,116,0,8,0,21,46,108,101,103,97,108,45,99,111,111,107,105,101,45,119,114,97,112,112,101,114,0,8,0,16,46,108,101,103,97,108,45,99,111,111,107,105,101,98,97,114,0,8,0,25,46,108,101,103,97,108,45,105,110,102,111,95,95,97,108,101,114,116,45,99,111,111,107,105,101,0,8,0,22,46,108,101,103,97,108,45,109,101,115,115,97,103,101,45,119,114,97,112,112,101,114,0,8,0,12,46,108,101,103,97,108,67,111,111,107,105,101,0,8,0,8,46,108,101,103,97,108,85,69,0,8,0,19,46,108,101,103,97,108,95,99,111,111,107,105,101,95,98,108,111,99,107,0,8,0,12,46,108,101,103,97,108,97,100,118,105,99,101,0,8,0,13,46,108,101,103,97,108,119,97,114,110,105,110,103,0,8,0,34,46,108,101,109,111,110,95,99,111,111,107,105,101,95,119,105,110,100,111,119,95,111,117,116,101,114,95,119,114,97,112,112,101,114,0,8,0,18,46,108,101,116,117,115,45,117,115,101,45,99,111,111,107,105,101,115,0,8,0,11,46,108,101,121,67,111,111,107,105,101,115,0,8,0,22,46,108,102,45,99,111,111,107,105,101,45,108,97,119,45,100,101,102,97,117,108,116,0,8,0,10,46,108,103,45,99,111,111,107,105,101,0,8,0,20,46,108,103,99,111,111,107,105,101,115,108,97,119,45,98,97,110,110,101,114,0,8,0,21,46,108,103,99,111,111,107,105,101,115,108,97,119,45,111,118,101,114,108,97,121,0,8,0,21,46,108,103,99,111,111,107,105,101,115,108,97,119,95,111,118,101,114,108,97,121,0,8,0,30,46,108,103,105,45,98,103,99,111,110,116,97,105,110,101,114,45,112,114,105,118,97,99,121,98,97,110,110,101,114,0,8,0,18,46,108,103,105,95,112,114,105,118,97,99,121,98,97,110,110,101,114,0,8,0,22,46,108,103,112,100,45,97,99,101,105,116,101,45,99,111,110,116,97,105,110,101,114,0,8,0,9,46,108,103,112,100,45,97,108,108,0,8,0,12,46,108,103,112,100,45,98,97,110,110,101,114,0,8,0,9,46,108,103,112,100,45,98,97,114,0,8,0,25,46,108,103,112,100,45,98,97,114,45,102,108,111,97,116,45,99,111,110,116,97,105,110,101,114,0,8,0,17,46,108,103,112,100,45,98,97,114,45,119,114,97,112,112,101,114,0,8,0,9,46,108,103,112,100,45,98,111,120,0,8,0,13,46,108,103,112,100,45,99,111,110,116,101,110,116,0,8,0,9,46,108,103,112,100,45,100,105,118,0,8,0,11,46,108,103,112,100,45,108,97,121,101,114,0,8,0,13,46,108,103,112,100,45,109,101,115,115,97,103,101,0,8,0,11,46,108,103,112,100,45,109,111,100,97,108,0,8,0,19,46,108,103,112,100,45,109,111,100,97,108,45,99,111,110,116,101,110,116,0,8,0,12,46,108,103,112,100,45,110,111,116,105,99,101,0,8,0,17,46,108,103,112,100,45,110,111,116,105,99,101,45,119,114,97,112,0,8,0,23,46,108,103,112,100,45,110,111,116,105,99,101,95,95,99,111,110,116,97,105,110,101,114,0,8,0,28,46,108,103,112,100,45,112,111,108,105,99,121,45,99,111,109,112,108,105,97,110,99,101,45,109,97,105,110,0,8,0,13,46,108,103,112,100,45,115,101,99,116,105,111,110,0,8,0,13,46,108,103,112,100,45,119,114,97,112,112,101,114,0,8,0,9,46,108,103,112,100,95,98,97,114,0,8,0,20,46,108,103,112,100,95,99,111,111,107,105,101,45,111,118,101,114,108,97,121,0,8,0,12,46,108,103,112,100,95,119,100,95,98,111,120,0,8,0,12,46,108,105,67,111,111,107,105,101,80,111,108,0,8,0,24,46,108,105,97,45,99,111,111,107,105,101,45,98,97,110,110,101,114,45,97,108,101,114,116,0,8,0,28,46,108,105,98,45,112,114,105,118,97,99,121,45,99,111,111,107,105,101,45,114,101,103,105,115,116,114,121,0,8,0,33,46,108,105,103,104,116,98,111,120,45,98,97,99,107,100,114,111,112,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,26,46,108,105,108,97,121,111,117,116,45,104,101,97,100,101,114,45,99,111,111,107,105,101,98,97,114,0,8,0,14,46,108,105,115,116,97,45,99,111,111,107,105,101,115,0,8,0,20,46,108,105,116,101,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,28,46,108,105,116,104,111,45,99,111,111,107,105,101,45,112,111,108,105,99,121,45,119,114,97,112,112,101,114,0,8,0,20,46,108,108,95,99,111,111,107,105,101,98,97,114,95,98,111,116,116,111,109,0,8,0,19,46,108,108,95,99,111,111,107,105,101,98,97,114,95,108,105,103,104,116,0,8,0,24,46,108,108,100,45,99,111,111,107,105,101,99,111,110,115,101,110,116,98,97,110,110,101,114,0,8,0,19,46,108,109,115,45,110,111,116,105,99,101,45,119,114,97,112,112,101,114,0,8,0,20,46,108,110,100,45,67,111,111,107,105,101,115,95,87,114,97,112,112,101,114,0,8,0,28,46,108,111,97,100,105,110,103,95,99,111,111,107,105,101,95,109,97,105,110,107,117,97,110,103,106,105,97,0,8,0,21,46,108,111,103,105,110,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,0,8,0,20,46,108,111,105,95,99,111,111,107,105,101,95,95,119,114,97,112,112,101,114,0,8,0,10,46,108,111,105,95,104,97,109,111,110,0,8,0,18,46,108,111,118,105,110,103,45,101,117,45,99,111,111,107,105,101,115,0,8,0,20,46,108,111,119,101,114,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,18,46,108,112,45,99,111,100,101,32,62,32,35,99,111,111,107,105,101,0,8,0,19,46,108,112,45,99,111,111,107,105,101,45,97,112,112,114,111,118,97,108,0,8,0,17,46,108,112,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,18,46,108,112,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,18,46,108,112,45,99,111,111,107,105,101,45,119,97,114,110,105,110,103,0,8,0,24,46,108,112,45,119,105,100,103,101,116,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,19,46,108,112,95,95,99,111,111,107,105,101,95,116,111,111,108,116,105,112,0,8,0,14,46,108,112,115,67,111,111,107,105,101,73,110,102,111,0,8,0,10,46,108,115,67,111,110,115,101,110,116,0,8,0,27,46,108,117,97,110,97,45,109,111,100,117,108,101,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,8,0,24,46,108,117,99,105,100,45,99,111,111,107,105,101,45,99,111,109,112,108,105,97,110,99,101,0,8,0,26,46,108,117,109,105,115,45,115,101,114,118,105,99,101,45,112,114,105,118,97,99,121,116,101,114,109,0,8,0,21,46,108,117,112,99,111,109,95,99,111,111,107,105,101,95,115,119,105,116,99,104,0,8,0,11,46,108,117,115,45,99,111,111,107,105,101,0,8,0,15,46,108,117,115,45,99,111,111,107,105,101,45,112,114,101,0,8,0,27,46,108,117,120,97,114,95,100,105,115,99,108,97,105,109,101,114,95,99,111,110,116,97,105,110,101,114,0,8,0,29,46,108,118,109,45,99,111,109,112,108,105,97,110,99,101,45,99,111,110,102,105,114,109,45,97,108,101,114,116,0,8,0,13,46,108,119,112,99,110,103,78,111,116,105,99,101,0,8,0,15,46,108,120,98,95,99,109,45,109,101,115,115,97,103,101,0,8,0,18,46,109,45,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,34,46,109,45,48,52,56,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,45,119,114,97,112,112,101,114,0,8,0,9,46,109,45,67,111,111,107,105,101,0,8,0,23,46,109,45,97,108,101,114,116,45,98,97,110,110,101,114,45,45,99,111,111,107,105,101,0,8,0,14,46,109,45,98,97,114,45,45,99,111,111,107,105,101,0,8,0,15,46,109,45,98,97,115,105,99,45,99,111,111,107,105,101,0,8,0,23,46,109,45,98,97,115,105,99,45,99,111,111,107,105,101,45,114,101,102,114,101,115,104,0,8,0,9,46,109,45,99,111,111,107,105,101,0,8,0,15,46,109,45,99,111,111,107,105,101,45,97,108,101,114,116,0,8,0,17,46,109,45,99,111,111,107,105,101,45,97,108,101,114,116,45,49,0,8,0,16,46,109,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,13,46,109,45,99,111,111,107,105,101,45,98,97,114,0,8,0,17,46,109,45,99,111,111,107,105,101,45,99,111,110,102,105,114,109,0,8,0,20,46,109,45,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,0,8,0,14,46,109,45,99,111,111,107,105,101,45,105,110,102,111,0,8,0,15,46,109,45,99,111,111,107,105,101,45,105,110,116,114,111,0,8,0,16,46,109,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,22,46,109,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,15,46,109,45,99,111,111,107,105,101,45,112,111,112,117,112,0,8,0,12,46,109,45,99,111,111,107,105,101,66,97,114,0,8,0,13,46,109,45,99,111,111,107,105,101,73,110,102,111,0,8,0,15,46,109,45,99,111,111,107,105,101,80,111,108,105,99,121,0,8,0,16,46,109,45,99,111,111,107,105,101,95,98,97,110,110,101,114,0,8,0,13,46,109,45,99,111,111,107,105,101,104,105,110,116,0,8,0,14,46,109,45,99,111,111,107,105,101,108,97,121,101,114,0,8,0,15,46,109,45,99,111,111,107,105,101,112,111,108,105,99,121,0,8,0,10,46,109,45,99,111,111,107,105,101,115,0,8,0,16,46,109,45,99,111,111,107,105,101,115,45,97,108,101,114,116,0,8,0,14,46,109,45,99,111,111,107,105,101,115,45,98,97,114,0,8,0,19,46,109,45,99,111,111,107,105,101,115,95,95,119,114,97,112,112,101,114,0,8,0,20,46,109,45,103,100,112,114,45,97,108,101,114,116,45,98,97,110,110,101,114,0,8,0,25,46,109,45,103,108,111,98,97,108,45,109,101,115,115,97,103,101,45,45,99,111,111,107,105,101,0,8,0,23,46,109,45,104,101,97,100,101,114,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,18,46,109,45,104,101,97,100,115,45,117,112,45,98,97,110,110,101,114,0,8,0,17,46,109,45,109,101,115,115,97,103,101,45,98,97,110,110,101,114,0,8,0,23,46,109,45,110,111,116,105,99,101,95,80,114,105,118,97,99,121,80,111,108,105,99,121,0,8,0,21,46,109,45,110,111,116,105,102,105,99,97,116,105,111,110,45,108,97,121,101,114,0,8,0,17,46,109,45,112,111,112,117,112,95,95,99,111,111,107,105,101,115,0,8,0,10,46,109,45,112,114,105,118,97,99,121,0,8,0,18,46,109,45,112,114,105,118,97,99,121,45,99,111,110,115,101,110,116,0,8,0,19,46,109,45,112,114,105,118,97,99,121,45,108,105,103,104,116,98,111,120,0,8,0,18,46,109,45,112,114,105,118,97,99,121,45,111,112,116,105,111,110,115,0,8,0,21,46,109,45,112,114,105,118,97,99,121,45,112,111,108,105,99,121,45,112,111,112,0,8,0,28,46,109,45,114,101,97,99,116,45,99,99,109,95,95,115,101,116,116,105,110,103,115,45,108,97,121,101,114,0,8,0,17,46,109,45,115,116,114,105,112,101,45,45,99,111,111,107,105,101,0,8,0,18,46,109,45,116,114,97,99,107,105,110,103,45,98,97,110,110,101,114,0,8,0,13,46,109,49,53,57,45,99,111,111,107,105,101,115,0,8,0,10,46,109,53,45,99,111,111,107,105,101,0,8,0,18,46,109,54,67,111,111,107,105,101,115,95,111,118,101,114,108,97,121,0,8,0,13,46,109,67,67,70,45,45,98,111,116,116,111,109,0,8,0,17,46,109,83,117,105,116,101,67,111,111,107,105,101,70,97,100,101,0,8,0,9,46,109,95,99,111,111,107,105,101,0,8,0,20,46,109,95,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,0,8,0,16,46,109,95,99,111,111,107,105,101,95,110,111,116,105,99,101,0,8,0,10,46,109,95,99,111,111,107,105,101,115,0,8,0,20,46,109,95,112,114,105,118,97,99,121,95,115,116,97,116,101,109,101,110,116,0,8,0,30,46,109,97,45,67,111,111,107,105,101,115,68,105,114,101,99,116,105,118,101,95,67,111,110,116,97,105,110,101,114,0,8,0,18,46,109,97,95,99,111,111,107,105,101,95,112,111,112,111,118,101,114,0,8,0,33,46,109,97,99,45,104,101,97,100,101,114,45,99,111,111,107,105,101,45,98,97,110,110,101,114,45,115,101,99,116,105,111,110,0,8,0,18,46,109,97,100,95,99,111,111,107,105,101,95,98,97,110,110,101,114,0,8,0,20,46,109,97,103,101,110,105,111,95,97,108,101,114,116,99,111,111,107,105,101,0,8,0,14,46,109,97,103,110,117,115,45,99,111,111,107,105,101,0,8,0,18,46,109,97,105,110,45,99,111,111,107,105,101,45,97,108,101,114,116,0,8,0,18,46,109,97,105,110,45,99,111,111,107,105,101,45,116,105,116,108,101,0,8,0,20,46,109,97,105,110,45,99,111,111,107,105,101,45,119,97,114,110,105,110,103,0,8,0,13,46,109,97,105,110,45,99,111,111,107,105,101,115,0,8,0,21,46,109,97,105,110,45,99,111,111,107,105,101,115,45,119,97,114,110,105,110,103,0,8,0,24,46,109,97,105,110,45,102,111,111,116,101,114,45,99,111,111,107,105,101,45,105,110,102,111,0,8,0,19,46,109,97,105,110,45,112,114,105,118,97,99,121,45,112,111,112,117,112,0,8,0,17,46,109,97,105,110,67,111,111,107,105,101,65,108,101,114,116,97,0,8,0,16,46,109,97,105,110,67,111,111,107,105,101,80,111,112,117,112,0,8,0,17,46,109,97,105,110,67,111,111,107,105,101,115,80,111,112,85,112,0,8,0,15,46,109,97,105,110,80,114,105,118,97,99,121,66,97,114,0,8,0,15,46,109,97,105,110,80,114,105,118,97,99,121,68,105,118,0,8,0,17,46,109,97,105,110,80,114,105,118,97,99,121,77,111,100,97,108,0,8,0,13,46,109,97,110,97,103,101,99,111,111,107,105,101,0,8,0,15,46,109,97,110,97,103,101,114,67,111,111,107,105,101,115,0,8,0,23,46,109,97,110,116,105,110,103,97,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,19,46,109,97,114,99,111,45,99,105,118,105,108,45,98,97,110,110,101,114,0,8,0,29,46,109,97,114,107,101,100,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,95,95,109,111,100,97,108,0,8,0,16,46,109,97,115,101,114,97,116,105,45,99,111,111,107,105,101,0,8,0,9,46,109,97,115,107,82,111,100,111,0,8,0,19,46,109,97,115,113,117,101,95,99,111,111,107,105,101,95,119,97,108,108,0,8,0,22,46,109,97,115,116,45,99,45,98,97,110,110,101,114,115,45,99,111,111,107,105,101,0,8,0,14,46,109,97,116,111,109,111,95,98,97,110,110,101,114,0,8,0,44,46,109,97,116,114,105,122,50,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,45,112,111,115,105,116,105,111,110,45,98,111,116,116,111,109,0,8,0,27,46,109,97,120,95,119,112,95,99,111,111,107,105,101,95,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,18,46,109,98,45,99,111,110,116,101,110,116,45,99,111,111,107,105,101,0,8,0,25,46,109,98,45,111,108,45,112,114,105,118,97,99,121,45,98,111,120,45,102,111,111,116,101,114,0,8,0,10,46,109,98,95,99,111,111,107,105,101,0,8,0,23,46,109,98,95,105,110,102,111,114,109,97,116,105,118,97,95,99,111,111,107,105,101,115,0,8,0,19,46,109,98,116,45,99,111,111,107,105,101,95,95,110,111,116,105,99,101,0,8,0,20,46,109,99,45,99,111,110,115,101,110,116,115,45,119,114,97,112,112,101,114,0,8,0,14,46,109,99,65,112,105,95,99,111,111,107,105,101,115,0,8,0,25,46,109,99,100,45,99,111,111,107,105,101,45,109,97,110,97,103,101,114,45,108,97,121,101,114,0,8,0,15,46,109,99,108,45,99,111,111,107,105,101,45,98,97,114,0,8,0,18,46,109,99,113,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,11,46,109,100,45,99,111,110,115,101,110,116,0,8,0,10,46,109,100,45,99,111,111,107,105,101,0,8,0,18,46,109,100,45,99,111,111,107,105,101,45,98,108,111,99,107,101,114,0,8,0,18,46,109,100,45,99,111,111,107,105,101,45,100,101,102,97,117,108,116,0,8,0,18,46,109,100,45,99,111,111,107,105,101,45,119,97,114,110,105,110,103,0,8,0,18,46,109,100,45,99,111,111,107,105,101,115,45,97,100,118,105,99,101,0,8,0,20,46,109,100,115,116,114,67,111,111,107,105,101,76,111,99,97,116,105,111,110,0,8,0,21,46,109,100,120,45,115,116,100,45,99,111,111,107,105,101,45,112,111,112,117,112,0,8,0,12,46,109,101,100,45,99,111,111,107,105,101,115,0,8,0,17,46,109,101,108,105,110,100,114,101,115,45,98,97,110,110,101,114,0,8,0,28,46,109,101,108,105,115,45,103,100,112,114,45,98,97,110,110,101,114,45,99,111,110,116,97,105,110,101,114,0,8,0,15,46,109,101,110,115,97,106,101,45,99,111,111,107,105,101,0,8,0,14,46,109,101,110,116,105,111,110,67,111,111,107,105,101,0,8,0,17,46,109,101,110,117,45,99,111,110,45,99,111,111,107,105,101,115,0,8,0,11,46,109,101,110,117,67,111,111,107,105,101,0,8,0,14,46,109,101,115,115,97,103,101,45,45,99,110,105,108,0,8,0,16,46,109,101,115,115,97,103,101,45,45,99,111,111,107,105,101,0,8,0,24,46,109,101,115,115,97,103,101,45,45,99,111,111,107,105,101,45,119,97,114,110,105,110,103,0,8,0,17,46,109,101,115,115,97,103,101,45,45,99,111,111,107,105,101,115,0,8,0,16,46,109,101,115,115,97,103,101,45,99,111,99,107,105,101,115,0,8,0,22,46,109,101,115,115,97,103,101,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,16,46,109,101,115,115,97,103,101,45,99,111,111,107,105,101,115,0,8,0,24,46,109,101,115,115,97,103,101,45,100,101,109,97,110,100,101,45,99,111,111,107,105,101,115,0,8,0,32,46,109,101,115,115,97,103,101,45,100,101,109,97,110,100,101,45,99,111,111,107,105,101,115,45,119,114,97,112,112,101,114,0,8,0,18,46,109,101,115,115,97,103,101,45,101,117,119,97,114,110,105,110,103,0,8,0,21,46,109,101,115,115,97,103,101,45,109,111,100,97,108,45,99,111,111,107,105,101,0,8,0,24,46,109,101,115,115,97,103,101,45,110,111,116,105,102,105,99,97,116,105,111,110,95,99,116,0,8,0,24,46,109,101,115,115,97,103,101,45,111,118,101,114,108,97,121,45,45,99,111,111,107,105,101,0,8,0,45,46,109,101,115,115,97,103,101,45,112,97,110,101,108,91,100,97,116,97,45,110,111,116,105,99,101,45,105,100,61,34,99,111,111,107,105,101,78,111,116,105,99,101,34,93,0,8,0,23,46,109,101,115,115,97,103,101,45,119,101,45,117,115,101,45,99,111,111,107,105,101,115,0,8,0,23,46,109,101,115,115,97,103,101,91,100,97,116,97,45,99,99,45,109,111,100,97,108,93,0,8,0,15,46,109,101,115,115,97,103,101,95,99,111,111,107,105,101,0,8,0,17,46,109,101,115,115,97,103,101,115,45,45,99,111,111,107,105,101,0,8,0,17,46,109,101,115,115,97,103,101,115,95,99,111,111,107,105,101,115,0,8,0,17,46,109,101,115,115,97,103,103,105,111,95,99,111,111,107,105,101,0,8,0,18,46,109,101,115,115,97,103,103,105,111,95,99,111,111,107,105,101,115,0,8,0,17,46,109,102,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,16,46,109,102,45,99,111,111,107,105,101,45,109,111,100,101,108,0,8,0,10,46,109,103,45,99,111,111,107,105,101,0,8,0,12,46,109,103,100,112,114,45,112,111,112,117,112,0,8,0,19,46,109,103,118,45,99,111,111,107,105,101,115,45,98,97,110,110,101,114,0,8,0,17,46,109,103,120,67,111,111,107,105,101,67,111,110,115,101,110,116,0,8,0,17,46,109,104,53,95,67,111,111,107,105,101,78,111,116,105,99,101,0,8,0,17,46,109,105,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,8,46,109,105,45,103,100,112,114,0,8,0,12,46,109,105,100,45,99,111,111,107,105,101,115,0,8,0,19,46,109,105,104,111,121,111,45,99,111,111,107,105,101,45,116,105,112,115,0,8,0,22,46,109,105,107,105,116,95,98,97,110,100,101,97,117,95,99,111,111,107,105,101,115,0,8,0,14,46,109,105,108,105,98,111,111,67,111,111,107,105,101,0,8,0,21,46,109,105,110,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,8,0,17,46,109,105,110,45,99,111,111,107,105,101,98,97,110,110,101,114,0,8,0,17,46,109,105,110,80,112,112,87,114,112,95,99,111,111,107,105,101,0,8,0,14,46,109,105,110,80,112,112,95,99,111,111,107,105,101,0,8,0,12,46,109,105,110,105,67,111,110,115,101,110,116,0,8,0,18,46,109,105,110,105,95,99,111,111,107,105,101,95,115,116,97,99,107,0,8,0,20,46,109,105,112,114,111,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,18,46,109,105,115,99,45,112,111,112,117,112,45,99,111,111,107,105,101,0,8,0,20,46,109,106,45,98,111,120,45,99,111,111,107,105,101,45,97,108,101,114,116,0,8,0,19,46,109,106,45,99,111,110,115,101,110,116,95,95,98,97,110,110,101,114,0,8,0,23,46,109,106,45,103,100,112,114,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,0,8,0,29,46,109,106,45,106,115,45,99,111,110,116,97,105,110,101,114,45,99,111,111,107,105,101,45,97,108,101,114,116,0,8,0,15,46,109,106,95,103,100,112,114,95,98,97,110,110,101,114,0,8,0,18,46,109,106,115,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,23,46,109,107,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,13,46,109,107,45,99,111,111,107,105,101,66,111,120,0,8,0,15,46,109,107,67,111,111,107,105,101,66,97,110,110,101,114,0,8,0,17,46,109,107,95,99,111,111,107,105,101,95,112,111,108,105,99,121,0,8,0,11,46,109,107,111,99,111,111,107,105,101,115,0,8,0,28,46,109,107,116,95,99,111,110,115,101,110,116,95,109,97,110,97,103,101,114,95,119,114,97,112,112,101,114,0,8,0,15,46,109,108,45,99,111,111,107,105,101,45,119,114,97,112,0,8,0,15,46,109,108,97,45,103,100,112,114,45,108,105,103,104,116,0,8,0,17,46,109,109,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,11,46,109,109,45,99,111,111,107,105,101,115,0,8,0,24,46,109,109,45,109,111,100,97,108,45,97,99,99,101,112,116,45,99,111,111,107,105,101,115,0,8,0,18,46,109,109,45,112,97,103,101,32,62,32,35,99,111,111,107,105,101,0,8,0,25,46,109,109,45,112,97,103,101,32,62,32,35,99,111,111,107,105,101,104,105,110,119,101,105,115,0,8,0,27,46,109,109,45,112,97,103,101,32,62,32,46,99,111,111,107,105,101,45,115,101,116,116,105,110,103,115,0,8,0,19,46,109,109,45,112,97,103,101,32,62,32,46,99,111,111,107,105,101,115,0,8,0,20,46,109,109,67,111,111,107,105,101,73,110,102,111,66,111,120,85,115,101,114,0,8,0,10,46,109,109,67,111,111,107,105,101,115,0,8,0,16,46,109,109,95,99,111,111,107,105,101,95,108,97,121,101,114,0,8,0,20,46,109,109,99,111,111,107,105,101,112,114,101,102,45,112,108,117,103,105,110,0,8,0,16,46,109,109,115,45,99,111,111,107,105,101,108,97,121,101,114,0,8,0,19,46,109,109,116,111,111,108,115,45,99,111,111,107,105,101,45,98,97,114,0,8,0,23,46,109,109,117,105,45,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,0,8,0,15,46,109,110,100,45,99,111,111,107,105,101,45,98,97,114,0,8,0,12,46,109,110,100,45,99,111,111,107,105,101,115,0,8,0,15,46,109,111,45,99,111,109,45,99,111,111,107,105,101,115,0,8,0,12,46,109,111,45,115,105,116,101,80,114,105,118,0,8,0,35,46,109,111,98,114,111,103,45,118,49,45,99,109,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,0,8,0,21,46,109,111,99,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,8,0,18,46,109,111,100,45,67,111,111,107,105,101,77,101,115,115,97,103,101,0,8,0,21,46,109,111,100,45,97,119,95,99,111,111,107,105,101,97,98,102,114,97,103,101,0,8,0,11,46,109,111,100,45,99,111,111,107,105,101,0,8,0,17,46,109,111,100,45,99,111,111,107,105,101,45,97,108,101,114,116,0,8,0,15,46,109,111,100,45,99,111,111,107,105,101,45,98,97,114,0,8,0,19,46,109,111,100,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,27,46,109,111,100,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,95,95,100,105,97,108,111,103,0,8,0,22,46,109,111,100,45,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,0,8,0,23,46,109,111,100,45,99,111,111,107,105,101,45,108,97,119,45,99,111,110,115,101,110,116,0,8,0,17,46,109,111,100,45,99,111,111,107,105,101,45,108,97,121,101,114,0,8,0,18,46,109,111,100,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,19,46,109,111,100,45,99,111,111,107,105,101,45,119,97,114,110,105,110,103,0,8,0,14,46,109,111,100,45,99,111,111,107,105,101,98,97,114,0,8,0,16,46,109,111,100,45,99,111,111,107,105,101,108,97,121,101,114,0,8,0,17,46,109,111,100,45,99,111,111,107,105,101,112,111,108,105,99,121,0,8,0,32,46,109,111,100,45,99,111,111,107,105,101,115,58,110,111,116,40,98,111,100,121,41,58,110,111,116,40,104,116,109,108,41,0,8,0,18,46,109,111,100,45,99,111,111,107,105,101,119,97,114,110,105,110,103,0,8,0,15,46,109,111,100,45,100,105,115,99,108,97,105,109,101,114,0,8,0,9,46,109,111,100,45,108,103,112,100,0,8,0,19,46,109,111,100,45,108,103,112,100,45,99,97,98,101,99,97,108,104,111,0,8,0,34,46,109,111,100,45,111,118,101,114,108,97,121,91,100,97,116,97,45,116,111,112,105,99,61,34,99,111,110,115,101,110,116,34,93,0,8,0,18,46,109,111,100,45,112,114,105,118,97,99,121,112,111,108,105,99,121,0,8,0,20,46,109,111,100,45,119,101,98,115,105,116,101,45,99,111,111,107,105,101,115,0,8,0,13,46,109,111,100,67,111,111,107,105,101,66,97,114,0,8,0,18,46,109,111,100,67,111,111,107,105,101,115,67,111,110,115,101,110,116,0,8,0,20,46,109,111,100,70,105,110,97,110,99,105,97,108,67,111,111,107,105,101,115,0,8,0,23,46,109,111,100,85,116,95,99,111,111,107,105,101,95,112,114,105,118,97,99,121,95,49,0,8,0,19,46,109,111,100,95,99,109,115,95,99,111,111,107,105,101,95,98,97,114,0,8,0,15,46,109,111,100,95,99,111,111,107,105,101,45,98,97,114,0,8,0,15,46,109,111,100,95,99,111,111,107,105,101,95,98,97,114,0,8,0,24,46,109,111,100,95,99,111,111,107,105,101,95,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,18,46,109,111,100,95,99,111,111,107,105,101,95,112,111,108,105,99,121,0,8,0,20,46,109,111,100,95,99,111,111,107,105,101,98,97,114,95,111,112,116,105,110,0,8,0,25,46,109,111,100,95,99,111,111,107,105,101,98,97,114,95,111,112,116,105,110,95,115,108,105,109,0,8,0,23,46,109,111,100,95,99,111,111,107,105,101,99,111,110,102,105,114,109,97,116,105,111,110,0,8,0,23,46,109,111,100,95,99,111,111,107,105,101,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,24,46,109,111,100,95,105,120,99,110,98,95,99,111,111,107,105,101,95,110,111,116,105,99,101,0,8,0,29,46,109,111,100,95,107,97,95,99,111,110,116,97,111,95,99,111,111,107,105,101,115,95,98,97,110,110,101,114,0,8,0,18,46,109,111,100,95,112,114,105,118,97,99,121,95,111,112,116,105,110,0,8,0,25,46,109,111,100,95,112,114,105,118,97,99,121,95,111,112,116,105,110,95,109,101,100,105,117,109,0,8,0,23,46,109,111,100,95,112,114,105,118,97,99,121,95,111,112,116,105,110,95,115,108,105,109,0,8,0,24,46,109,111,100,97,108,45,45,99,111,111,107,105,101,115,45,98,97,99,107,100,114,111,112,0,8,0,21,46,109,111,100,97,108,45,97,99,99,101,112,116,45,99,111,111,107,105,101,115,0,8,0,19,46,109,111,100,97,108,45,97,118,105,115,111,45,99,111,111,107,105,101,0,8,0,20,46,109,111,100,97,108,45,98,97,110,110,101,114,99,111,111,107,105,101,115,0,8,0,32,46,109,111,100,97,108,45,98,111,120,45,99,111,111,107,105,101,45,112,111,108,105,99,121,45,109,101,115,115,97,103,101,0,8,0,17,46,109,111,100,97,108,45,99,99,45,99,111,111,107,105,101,115,0,8,0,29,46,109,111,100,97,108,45,99,111,110,116,101,110,116,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,0,8,0,14,46,109,111,100,97,108,45,99,111,111,99,107,105,101,0,8,0,22,46,109,111,100,97,108,45,99,111,111,107,105,101,45,98,97,99,107,100,114,111,112,0,8,0,16,46,109,111,100,97,108,45,99,111,111,107,105,101,45,98,103,0,8,0,18,46,109,111,100,97,108,45,99,111,111,107,105,101,45,98,111,100,121,0,8,0,19,46,109,111,100,97,108,45,99,111,111,107,105,101,95,98,108,111,99,107,0,8,0,20,46,109,111,100,97,108,45,99,111,111,107,105,101,115,45,99,111,108,111,114,0,8,0,21,46,109,111,100,97,108,45,99,111,111,107,105,101,115,45,119,105,110,100,111,119,0,8,0,20,46,109,111,100,97,108,45,100,105,97,108,111,103,67,111,111,107,105,101,115,0,8,0,28,46,109,111,100,97,108,45,101,110,116,101,114,45,100,111,110,101,46,114,103,112,100,45,109,111,100,97,108,0,8,0,18,46,109,111,100,97,108,45,108,101,121,45,99,111,111,107,105,101,115,0,8,0,11,46,109,111,100,97,108,45,108,103,112,100,0,8,0,21,46,109,111,100,97,108,45,112,114,105,118,97,99,121,95,97,99,116,105,118,101,0,8,0,25,46,109,111,100,97,108,45,115,116,114,105,112,91,100,97,116,97,45,99,111,111,107,105,101,93,0,8,0,21,46,109,111,100,97,108,45,119,105,110,100,111,119,45,99,111,111,107,105,101,115,0,8,0,18,46,109,111,100,97,108,46,115,109,95,111,112,116,105,110,95,98,103,0,8,0,21,46,109,111,100,97,108,46,117,100,99,45,98,97,114,45,104,111,108,100,101,114,0,8,0,14,46,109,111,100,97,108,46,117,100,99,45,111,118,114,0,8,0,24,46,109,111,100,97,108,95,95,99,111,110,116,101,110,116,45,45,99,111,111,107,105,101,115,0,8,0,23,46,109,111,100,97,108,95,95,99,111,111,107,105,101,45,45,109,101,115,115,97,103,101,0,8,0,11,46,109,111,100,97,108,95,108,103,112,100,0,8,0,19,46,109,111,100,97,108,95,109,97,115,107,46,99,111,111,107,105,101,115,0,8,0,14,46,109,111,100,97,108,101,67,111,111,107,105,101,115,0,8,0,16,46,109,111,100,101,45,99,111,111,107,105,101,45,116,105,112,0,8,0,14,46,109,111,100,101,108,45,99,111,111,107,105,101,115,0,8,0,15,46,109,111,100,117,108,101,45,45,99,111,111,107,105,101,0,8,0,20,46,109,111,100,117,108,101,45,97,108,101,114,116,45,99,111,111,107,105,101,0,8,0,14,46,109,111,100,117,108,101,45,99,111,111,107,105,101,0,8,0,21,46,109,111,100,117,108,101,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,18,46,109,111,100,117,108,101,45,99,111,111,107,105,101,45,98,97,114,0,8,0,19,46,109,111,100,117,108,101,45,99,111,111,107,105,101,45,105,110,102,111,0,8,0,20,46,109,111,100,117,108,101,45,99,111,111,107,105,101,45,108,97,121,101,114,0,8,0,19,46,109,111,100,117,108,101,45,99,111,111,107,105,101,45,110,111,116,101,0,8,0,18,46,109,111,100,117,108,101,45,99,111,111,107,105,101,105,110,102,111,0,8,0,15,46,109,111,100,117,108,101,45,99,111,111,107,105,101,115,0,8,0,22,46,109,111,100,117,108,101,45,99,111,111,107,105,101,115,45,97,100,118,105,99,101,0,8,0,28,46,109,111,100,117,108,101,45,99,111,111,107,105,101,115,45,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,23,46,109,111,100,117,108,101,45,99,111,111,107,105,101,115,45,119,114,97,112,112,101,114,0,8,0,23,46,109,111,100,117,108,101,45,103,100,112,114,45,97,99,99,101,112,116,97,110,99,101,0,8,0,29,46,109,111,100,117,108,101,45,110,111,116,105,102,105,99,97,116,105,111,110,45,45,99,111,111,107,105,101,115,0,8,0,29,46,109,111,100,117,108,101,45,115,112,101,99,105,97,108,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,17,46,109,111,100,117,108,101,67,111,111,107,105,101,115,66,111,120,0,8,0,21,46,109,111,100,117,108,101,95,95,99,111,111,107,105,101,98,97,110,110,101,114,0,8,0,21,46,109,111,100,117,108,101,95,99,111,110,115,101,110,116,95,95,109,97,105,110,0,8,0,21,46,109,111,100,117,108,101,95,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,22,46,109,111,100,117,108,101,95,99,111,111,107,105,101,95,99,111,110,115,101,110,116,0,8,0,24,46,109,111,100,117,108,101,95,109,101,115,115,97,103,101,115,95,99,111,111,107,105,101,115,0,8,0,19,46,109,111,100,117,108,101,115,45,45,99,111,111,107,105,101,98,97,114,0,8,0,23,46,109,111,100,117,108,101,115,100,101,110,45,99,111,111,107,105,101,115,45,98,97,114,0,8,0,26,46,109,111,100,117,108,101,116,97,98,108,101,45,112,114,105,118,97,99,121,45,112,111,112,117,112,0,8,0,28,46,109,111,100,117,108,111,45,97,99,99,101,116,116,97,122,105,111,110,101,45,99,111,111,107,105,101,115,0,8,0,18,46,109,111,100,117,108,111,67,111,111,107,105,101,65,108,101,114,116,0,8,0,12,46,109,111,108,45,97,100,115,45,99,109,112,0,8,0,19,46,109,111,108,97,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,23,46,109,111,108,101,99,117,108,101,45,99,111,111,107,105,101,109,101,115,115,97,103,101,0,8,0,13,46,109,111,110,107,45,99,111,111,107,105,101,115,0,8,0,23,46,109,111,111,110,50,45,115,116,97,116,105,115,116,105,99,115,79,112,116,66,111,120,0,8,0,24,46,109,111,111,118,101,45,103,100,112,114,45,97,108,105,103,110,45,99,101,110,116,101,114,0,8,0,23,46,109,111,111,118,101,45,103,100,112,114,45,100,97,114,107,45,115,99,104,101,109,101,0,8,0,24,46,109,111,111,118,101,45,103,100,112,114,45,108,105,103,104,116,45,115,99,104,101,109,101,0,8,0,27,46,109,111,111,118,101,95,103,100,112,114,95,99,111,111,107,105,101,95,105,110,102,111,95,98,97,114,0,8,0,29,46,109,111,111,118,101,95,103,100,112,114,95,99,111,111,107,105,101,95,109,111,100,97,108,95,111,112,101,110,0,8,0,19,46,109,111,115,116,114,97,114,67,97,112,97,99,111,111,107,105,101,115,0,8,0,25,46,109,111,116,111,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,17,46,109,112,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,22,46,109,112,45,99,111,111,107,105,101,45,112,108,97,99,101,104,111,108,100,101,114,0,8,0,11,46,109,112,45,99,111,111,107,105,101,115,0,8,0,22,46,109,112,45,99,111,111,107,105,101,115,45,105,110,102,111,114,109,45,98,97,114,0,8,0,16,46,109,112,45,115,104,111,119,45,99,111,111,107,105,101,115,0,8,0,17,46,109,112,115,112,45,108,103,112,100,45,98,97,110,110,101,114,0,8,0,18,46,109,112,116,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,24,46,109,114,116,110,45,99,111,111,107,105,101,45,112,111,108,105,99,121,45,110,111,116,121,0,8,0,21,46,109,115,45,99,111,111,107,105,101,45,99,111,109,112,108,105,97,110,99,101,0,8,0,13,46,109,115,45,99,111,111,107,105,101,45,111,107,0,8,0,15,46,109,115,67,111,111,107,105,101,66,97,110,110,101,114,0,8,0,11,46,109,115,103,45,99,111,111,107,105,101,0,8,0,12,46,109,115,103,45,99,111,111,107,105,101,115,0,8,0,17,46,109,115,103,45,116,114,97,121,45,45,99,111,111,107,105,101,0,8,0,12,46,109,115,103,46,99,111,111,107,105,101,115,0,8,0,16,46,109,115,103,65,118,105,115,111,67,111,111,107,105,101,115,0,8,0,11,46,109,115,103,95,99,111,111,107,105,101,0,8,0,12,46,109,115,103,95,99,111,111,107,105,101,115,0,8,0,21,46,109,115,103,98,111,120,45,67,111,111,107,105,101,67,111,110,115,101,110,116,0,8,0,10,46,109,115,103,99,111,111,107,105,101,0,8,0,16,46,109,115,103,119,114,97,112,112,101,114,46,103,100,112,114,0,8,0,32,46,109,115,105,116,45,99,111,111,107,105,101,45,105,110,102,111,114,109,97,116,105,111,110,45,119,114,97,112,112,101,114,0,8,0,17,46,109,115,108,50,67,111,111,107,105,101,78,111,116,105,99,101,0,8,0,12,46,109,115,110,45,99,111,111,107,105,101,115,0,8,0,24,46,109,115,114,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,21,46,109,116,45,83,104,97,114,101,100,67,111,111,107,105,101,76,97,121,101,114,0,8,0,11,46,109,116,45,99,99,45,98,110,110,114,0,8,0,22,46,109,116,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,98,97,114,0,8,0,18,46,109,116,99,111,111,107,105,101,45,45,118,105,115,105,98,108,101,0,8,0,17,46,109,116,100,101,45,114,103,112,100,45,119,105,110,100,111,119,0,8,0,32,46,109,116,118,99,111,111,107,105,101,110,111,116,105,102,105,99,97,116,105,111,110,115,99,111,110,116,97,105,110,101,114,0,8,0,14,46,109,117,45,99,111,111,107,105,101,45,98,111,120,0,8,0,10,46,109,117,95,99,111,111,107,105,101,0,8,0,21,46,109,117,95,99,111,111,107,105,101,95,98,97,99,107,103,114,111,117,110,100,0,8,0,18,46,109,117,105,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,21,46,109,117,105,45,106,115,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,16,46,109,117,110,105,119,101,98,45,99,111,111,107,105,101,115,0,8,0,11,46,109,117,112,45,99,111,111,107,105,101,0,8,0,17,46,109,117,115,116,95,115,104,111,119,95,99,111,111,107,105,101,0,8,0,11,46,109,118,45,99,111,111,107,105,101,115,0,8,0,19,46,109,118,45,99,111,111,107,105,101,115,45,119,114,97,112,112,101,114,0,8,0,16,46,109,118,104,45,103,100,112,114,45,98,97,110,110,101,114,0,8,0,27,46,109,119,45,99,111,111,107,105,101,119,97,114,110,105,110,103,45,99,111,110,116,97,105,110,101,114,0,8,0,37,46,109,119,45,100,115,103,118,111,45,99,111,111,107,105,101,45,115,108,105,100,101,98,97,114,45,102,105,120,101,100,45,98,103,95,48,49,0,8,0,28,46,109,119,45,100,115,103,118,111,45,99,111,111,107,105,101,45,115,108,105,100,101,98,97,114,95,48,49,0,8,0,17,46,109,119,45,100,115,103,118,111,45,111,118,101,114,108,97,121,0,8,0,28,46,109,119,45,100,115,103,118,111,45,111,118,101,114,108,97,121,45,98,97,99,107,103,114,111,117,110,100,0,8,0,33,46,109,119,45,110,111,116,105,102,105,99,97,116,105,111,110,45,116,97,103,45,99,111,111,107,105,101,80,111,108,105,99,121,0,8,0,14,46,109,119,95,99,111,111,107,105,101,95,98,97,114,0,8,0,19,46,109,119,95,99,111,111,107,105,101,95,105,110,102,111,95,98,97,114,0,8,0,15,46,109,120,100,45,99,111,111,107,105,101,45,98,97,114,0,8,0,19,46,109,120,100,45,110,101,119,45,99,111,111,107,105,101,45,98,97,114,0,8,0,17,46,109,120,109,45,99,111,111,107,105,101,45,97,108,101,114,116,0,8,0,19,46,109,120,117,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,19,46,109,121,45,99,111,111,107,105,101,95,95,119,114,97,112,112,101,114,0,8,0,11,46,109,121,45,99,111,111,107,105,101,115,0,8,0,12,46,109,121,67,111,111,107,105,101,66,97,114,0,8,0,23,46,109,121,95,99,111,111,107,105,101,108,97,121,101,114,95,111,118,101,114,108,97,121,0,8,0,20,46,109,121,99,109,112,65,108,101,114,116,66,105,103,66,111,116,116,111,109,0,8,0,10,46,109,121,99,111,111,107,105,101,115,0,8,0,22,46,109,121,115,104,112,95,99,111,111,107,105,101,115,95,119,97,114,110,105,110,103,0,8,0,22,46,109,122,45,99,111,111,107,105,101,115,45,112,111,108,105,99,121,45,98,97,114,0,8,0,17,46,109,122,95,99,111,111,107,105,101,67,111,110,115,101,110,116,0,8,0,22,46,110,45,45,104,101,108,112,95,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,16,46,110,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,20,46,110,45,99,111,111,107,105,101,115,45,99,111,110,116,97,105,110,101,114,0,8,0,15,46,110,45,99,111,111,107,105,101,115,45,105,110,102,111,0,8,0,18,46,110,48,52,48,45,99,111,111,107,105,101,45,97,108,101,114,116,0,8,0,18,46,110,97,102,45,99,111,111,107,105,101,115,45,112,111,112,117,112,0,8,0,14,46,110,97,103,109,115,103,95,99,111,111,107,105,101,0,8,0,24,46,110,97,109,101,115,112,97,99,101,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,8,0,19,46,110,97,110,111,98,97,114,45,99,111,111,107,105,101,45,99,111,103,0,8,0,20,46,110,97,114,105,122,101,110,105,45,101,117,45,99,111,111,107,105,101,115,0,8,0,29,46,110,97,115,97,45,99,111,111,107,105,101,45,110,111,116,105,99,101,45,99,111,110,116,97,105,110,101,114,0,8,0,14,46,110,97,116,67,111,111,107,105,101,73,110,102,111,0,8,0,22,46,110,97,118,45,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,0,8,0,26,46,110,97,118,45,110,101,119,45,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,0,8,0,13,46,110,97,118,95,95,99,111,111,107,105,101,115,0,8,0,12,46,110,97,118,95,99,111,111,107,105,101,115,0,8,0,14,46,110,97,118,98,97,114,45,99,111,111,107,105,101,0,8,0,15,46,110,97,118,98,97,114,45,99,111,111,107,105,101,115,0,8,0,28,46,110,97,118,98,97,114,45,102,105,120,101,100,45,98,111,116,116,111,109,46,99,111,111,107,105,101,115,0,8,0,12,46,110,97,118,98,97,114,45,103,100,112,114,0,8,0,15,46,110,97,118,98,97,114,45,112,114,105,118,97,99,121,0,8,0,25,46,110,97,118,105,103,97,116,105,111,110,45,99,111,111,107,105,101,98,98,97,110,110,101,114,0,8,0,35,46,110,97,118,105,103,97,116,105,111,110,45,110,111,116,105,102,105,99,97,116,105,111,110,95,95,99,111,111,107,105,101,98,97,114,0,8,0,20,46,110,97,118,105,103,97,116,105,111,110,95,95,99,111,111,107,105,101,115,0,8,0,22,46,110,97,121,108,111,114,45,112,114,105,118,97,99,121,45,98,97,110,110,101,114,0,8,0,22,46,110,97,122,97,114,45,99,111,111,107,105,101,115,45,109,101,115,115,97,103,101,0,8,0,16,46,110,98,45,45,99,111,111,107,105,101,112,111,112,117,112,0,8,0,10,46,110,98,45,99,111,111,107,105,101,0,8,0,19,46,110,98,100,45,99,111,111,107,105,101,45,119,114,97,112,112,101,114,0,8,0,16,46,110,98,110,45,99,111,111,107,105,101,45,105,110,102,111,0,8,0,16,46,110,98,115,67,111,111,107,105,101,78,111,116,105,99,101,0,8,0,23,46,110,99,97,45,99,111,111,107,105,101,115,97,99,99,101,112,116,45,108,105,110,101,0,8,0,21,46,110,99,103,87,101,65,114,101,85,115,105,110,103,67,111,111,107,105,101,115,0,8,0,13,46,110,99,109,112,95,95,98,97,110,110,101,114,0,8,0,16,46,110,99,109,112,95,95,110,111,114,109,97,108,105,115,101,0,8,0,14,46,110,99,111,105,45,45,45,98,101,104,105,110,100,0,8,0,13,46,110,100,45,99,111,111,107,105,101,66,97,114,0,8,0,17,46,110,101,67,111,111,107,105,101,115,77,101,115,115,97,103,101,0,8,0,21,46,110,101,98,111,116,104,101,109,101,45,99,111,111,107,105,101,45,98,97,114,0,8,0,24,46,110,101,100,45,109,111,100,97,108,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,38,46,110,101,100,102,105,110,105,116,121,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,22,46,110,101,111,45,102,111,111,116,101,114,95,95,99,111,111,107,105,101,66,97,114,0,8,0,15,46,110,101,111,110,45,99,111,111,107,105,101,98,97,114,0,8,0,11,46,110,101,119,45,99,111,111,107,105,101,0,8,0,18,46,110,101,119,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,17,46,110,101,119,45,99,111,111,107,105,101,45,114,117,108,101,115,0,8,0,19,46,110,101,119,45,99,111,111,107,105,101,45,119,114,97,112,112,101,114,0,8,0,17,46,110,101,119,45,99,111,111,107,105,101,115,45,105,110,102,111,0,8,0,15,46,110,101,119,45,101,117,45,99,111,111,107,105,101,115,0,8,0,14,46,110,101,119,67,110,105,108,66,97,110,110,101,114,0,8,0,16,46,110,101,119,95,99,111,111,107,105,101,95,105,110,102,111,0,8,0,33,46,110,101,119,115,108,101,116,116,101,114,45,110,111,116,105,102,105,99,97,116,105,111,110,45,45,99,111,111,107,105,101,115,0,8,0,19,46,110,101,120,116,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,28,46,110,101,120,116,45,99,111,111,107,105,101,45,98,97,110,110,101,114,95,95,119,114,97,112,112,101,114,0,8,0,18,46,110,101,120,116,45,99,111,111,107,105,101,104,111,108,100,101,114,0,8,0,20,46,110,101,120,117,115,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,11,46,110,102,45,99,111,111,107,105,101,115,0,8,0,16,46,110,102,45,106,115,45,99,111,111,107,105,101,98,111,120,0,8,0,24,46,110,102,45,112,114,111,99,111,111,107,105,101,45,98,111,116,116,111,109,45,98,97,114,0,8,0,21,46,110,102,45,112,114,111,99,111,111,107,105,101,45,119,114,97,112,112,101,114,0,8,0,17,46,110,103,45,99,111,111,107,105,101,45,102,111,111,116,101,114,0,8,0,38,46,110,103,45,105,115,111,108,97,116,101,45,115,99,111,112,101,91,100,97,116,97,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,93,0,8,0,39,46,110,103,45,115,99,111,112,101,91,100,97,116,97,45,99,111,111,107,105,101,45,112,111,108,105,99,121,45,100,105,114,101,99,116,105,118,101,93,0,8,0,42,46,110,103,45,115,99,111,112,101,91,100,97,116,97,45,110,103,45,115,104,111,119,61,34,115,104,111,119,67,111,111,107,105,101,66,97,110,110,101,114,34,93,0,8,0,37,46,110,103,45,115,99,111,112,101,91,110,103,45,99,111,110,116,114,111,108,108,101,114,61,34,67,111,111,107,105,101,67,116,114,108,34,93,0,8,0,44,46,110,103,45,115,99,111,112,101,91,110,103,45,99,111,110,116,114,111,108,108,101,114,61,34,67,111,111,107,105,101,115,65,99,99,101,112,116,67,116,114,108,34,93,0,8,0,45,46,110,103,45,115,99,111,112,101,91,110,103,45,99,111,110,116,114,111,108,108,101,114,61,34,67,111,111,107,105,101,115,67,111,110,115,101,110,116,67,116,114,108,34,93,0,8,0,33,46,110,103,45,115,99,111,112,101,91,110,103,45,99,111,110,116,114,111,108,108,101,114,61,34,99,111,111,107,105,101,34,93,0,8,0,37,46,110,103,45,115,99,111,112,101,91,110,103,45,99,111,110,116,114,111,108,108,101,114,61,34,99,111,111,107,105,101,67,116,114,108,34,93,0,8,0,40,46,110,103,45,115,99,111,112,101,91,110,103,45,99,111,110,116,114,111,108,108,101,114,61,34,99,111,111,107,105,101,76,97,119,67,116,114,108,34,93,0,8,0,32,46,110,103,45,115,99,111,112,101,91,110,103,45,105,102,61,34,99,111,111,107,105,101,87,97,114,110,105,110,103,34,93,0,8,0,33,46,110,103,45,115,99,111,112,101,91,110,103,45,105,102,61,34,115,104,111,119,67,111,111,107,105,101,73,110,102,111,34,93,0,8,0,24,46,110,103,45,115,116,97,114,45,105,110,115,101,114,116,101,100,46,99,111,111,107,105,101,0,8,0,25,46,110,103,45,115,116,97,114,45,105,110,115,101,114,116,101,100,46,99,111,111,107,105,101,115,0,8,0,15,46,110,103,115,45,99,111,111,107,105,101,45,98,97,114,0,8,0,10,46,110,104,45,99,111,111,107,105,101,0,8,0,17,46,110,105,45,99,111,111,107,105,101,67,111,110,115,101,110,116,0,8,0,28,46,110,105,116,101,97,45,99,111,111,107,105,101,45,105,110,102,111,45,99,111,110,116,97,105,110,101,114,0,8,0,9,46,110,106,116,45,103,100,112,114,0,8,0,20,46,110,106,116,45,103,100,112,114,45,102,117,108,108,95,119,105,100,116,104,0,8,0,15,46,110,106,116,45,103,100,112,114,45,112,111,112,117,112,0,8,0,16,46,110,107,45,99,111,111,107,105,101,45,97,108,101,114,116,0,8,0,17,46,110,107,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,15,46,110,107,109,99,111,111,107,105,101,97,108,101,114,116,0,8,0,14,46,110,108,45,99,111,111,107,105,101,45,98,97,114,0,8,0,16,46,110,108,45,99,111,111,107,105,101,112,111,108,105,99,121,0,8,0,11,46,110,108,95,99,111,111,107,105,101,115,0,8,0,16,46,110,109,45,99,111,111,107,105,101,112,111,108,105,99,121,0,8,0,17,46,110,109,67,111,111,107,105,101,78,111,116,105,102,105,101,114,0,8,0,20,46,110,110,112,45,97,112,112,45,99,111,111,107,105,101,45,105,110,102,111,0,8,0,11,46,110,111,45,45,99,111,111,107,105,101,0,8,0,26,46,110,111,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,119,97,114,110,105,110,103,0,8,0,18,46,110,111,45,99,111,111,107,105,101,45,119,114,97,112,112,101,114,0,8,0,31,46,110,111,45,99,111,111,107,105,101,115,58,110,111,116,40,98,111,100,121,41,58,110,111,116,40,104,116,109,108,41,0,8,0,22,46,110,111,45,101,105,107,97,45,99,111,111,107,105,101,99,111,110,115,101,110,116,0,8,0,28,46,110,111,97,116,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,95,95,98,97,110,110,101,114,0,8,0,16,46,110,111,101,95,99,111,111,107,105,101,95,99,110,105,108,0,8,0,22,46,110,111,107,105,97,45,99,111,111,107,105,101,115,45,119,114,97,112,112,101,114,0,8,0,17,46,110,111,110,109,111,100,97,108,45,45,99,111,111,107,105,101,0,8,0,18,46,110,111,114,109,97,116,105,118,97,45,99,111,111,107,105,101,115,0,8,0,20,46,110,111,114,115,95,99,111,111,107,105,101,115,95,110,111,116,105,99,101,0,8,0,20,46,110,111,116,45,97,99,99,101,112,116,101,100,46,99,111,111,107,105,101,0,8,0,12,46,110,111,116,101,95,99,111,111,107,105,101,0,8,0,23,46,110,111,116,105,99,101,45,45,99,111,111,107,105,101,115,45,112,111,108,105,99,121,0,8,0,20,46,110,111,116,105,99,101,45,45,105,110,116,45,99,111,111,107,105,101,115,0,8,0,11,46,110,111,116,105,99,101,45,98,97,114,0,8,0,21,46,110,111,116,105,99,101,45,98,108,111,99,107,46,99,111,111,107,105,101,115,0,8,0,14,46,110,111,116,105,99,101,45,99,111,111,107,105,101,0,8,0,26,46,110,111,116,105,99,101,45,99,111,111,107,105,101,115,45,104,111,114,105,122,111,110,116,97,108,0,8,0,12,46,110,111,116,105,99,101,45,103,100,112,114,0,8,0,11,46,110,111,116,105,99,101,45,116,111,117,0,8,0,21,46,110,111,116,105,99,101,67,111,111,107,105,101,115,67,111,110,116,101,110,116,0,8,0,17,46,110,111,116,105,99,101,67,111,111,107,105,101,115,85,115,101,0,8,0,15,46,110,111,116,105,99,101,95,99,111,111,107,105,101,115,0,8,0,22,46,110,111,116,105,99,101,95,110,111,116,105,99,101,95,99,111,111,107,105,101,115,0,8,0,10,46,110,111,116,105,102,45,98,97,114,0,8,0,22,46,110,111,116,105,102,45,99,111,111,107,105,101,95,95,119,114,97,112,112,101,114,0,8,0,12,46,110,111,116,105,102,67,111,111,107,105,101,0,8,0,19,46,110,111,116,105,102,95,99,111,111,107,105,101,95,112,97,110,101,108,0,8,0,19,46,110,111,116,105,102,105,99,97,95,99,111,111,107,105,101,98,97,114,0,8,0,21,46,110,111,116,105,102,105,99,97,99,97,111,45,101,115,116,97,116,105,99,97,0,8,0,21,46,110,111,116,105,102,105,99,97,99,105,111,110,45,99,111,111,107,105,101,115,0,8,0,19,46,110,111,116,105,102,105,99,97,116,105,111,110,45,45,67,78,73,76,0,8,0,19,46,110,111,116,105,102,105,99,97,116,105,111,110,45,45,71,68,80,82,0,8,0,21,46,110,111,116,105,102,105,99,97,116,105,111,110,45,45,99,111,111,107,105,101,0,8,0,27,46,110,111,116,105,102,105,99,97,116,105,111,110,45,45,99,111,111,107,105,101,45,97,108,101,114,116,0,8,0,22,46,110,111,116,105,102,105,99,97,116,105,111,110,45,45,99,111,111,107,105,101,115,0,8,0,28,46,110,111,116,105,102,105,99,97,116,105,111,110,45,98,97,110,110,101,114,45,45,99,111,111,107,105,101,0,8,0,25,46,110,111,116,105,102,105,99,97,116,105,111,110,45,98,97,114,45,45,99,111,111,107,105,101,0,8,0,39,46,110,111,116,105,102,105,99,97,116,105,111,110,45,98,97,114,91,100,97,116,97,45,98,97,114,45,116,121,112,101,61,34,103,100,112,114,34,93,0,8,0,45,46,110,111,116,105,102,105,99,97,116,105,111,110,45,98,97,114,91,100,97,116,97,45,105,100,61,34,99,111,111,107,105,101,100,105,115,99,108,97,105,109,101,114,34,93,0,8,0,27,46,110,111,116,105,102,105,99,97,116,105,111,110,45,98,97,115,101,95,95,99,111,111,107,105,101,115,0,8,0,30,46,110,111,116,105,102,105,99,97,116,105,111,110,45,99,111,110,116,97,105,110,101,114,46,99,111,111,107,105,101,0,8,0,20,46,110,111,116,105,102,105,99,97,116,105,111,110,45,99,111,111,107,105,101,0,8,0,27,46,110,111,116,105,102,105,99,97,116,105,111,110,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,8,0,29,46,110,111,116,105,102,105,99,97,116,105,111,110,45,99,111,111,107,105,101,95,95,119,114,97,112,112,101,114,0,8,0,24,46,110,111,116,105,102,105,99,97,116,105,111,110,45,99,111,111,107,105,101,104,105,110,116,0,8,0,21,46,110,111,116,105,102,105,99,97,116,105,111,110,45,99,111,111,107,105,101,115,0,8,0,18,46,110,111,116,105,102,105,99,97,116,105,111,110,45,103,100,112,114,0,8,0,43,46,110,111,116,105,102,105,99,97,116,105,111,110,45,108,97,121,111,117,116,91,110,103,45,99,108,97,115,115,61,34,99,111,111,107,105,101,45,98,97,114,34,93,0,8,0,27,46,110,111,116,105,102,105,99,97,116,105,111,110,45,119,105,100,103,101,116,46,99,111,111,107,105,101,0,8,0,28,46,110,111,116,105,102,105,99,97,116,105,111,110,45,119,114,97,112,112,101,114,45,98,111,116,116,111,109,0,8,0,20,46,110,111,116,105,102,105,99,97,116,105,111,110,46,99,111,111,107,105,101,0,8,0,28,46,110,111,116,105,102,105,99,97,116,105,111,110,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,41,46,110,111,116,105,102,105,99,97,116,105,111,110,46,99,111,111,107,105,101,115,58,110,111,116,40,98,111,100,121,41,58,110,111,116,40,104,116,109,108,41,0,8,0,25,46,110,111,116,105,102,105,99,97,116,105,111,110,46,115,104,111,119,45,99,111,111,107,105,101,0,8,0,48,46,110,111,116,105,102,105,99,97,116,105,111,110,66,97,114,91,100,97,116,97,45,110,111,116,105,102,105,99,97,116,105,111,110,45,99,111,111,107,105,101,112,111,108,105,99,121,93,0,8,0,29,46,110,111,116,105,102,105,99,97,116,105,111,110,80,97,110,101,108,45,45,99,111,111,107,105,101,66,97,114,0,8,0,49,46,110,111,116,105,102,105,99,97,116,105,111,110,91,100,97,116,97,45,110,111,116,105,102,105,99,97,116,105,111,110,61,34,97,99,99,101,112,116,45,99,111,111,107,105,101,115,34,93,0,8,0,49,46,110,111,116,105,102,105,99,97,116,105,111,110,91,100,97,116,97,45,110,111,116,105,102,105,99,97,116,105,111,110,61,34,99,111,111,99,107,105,101,67,111,110,115,101,110,116,34,93,0,8,0,36,46,110,111,116,105,102,105,99,97,116,105,111,110,95,95,98,111,120,45,45,112,101,114,115,105,115,116,101,110,116,99,111,111,107,105,101,0,8,0,29,46,110,111,116,105,102,105,99,97,116,105,111,110,95,95,99,111,110,116,101,110,116,45,99,111,111,107,105,101,0,8,0,22,46,110,111,116,105,102,105,99,97,116,105,111,110,95,95,99,111,111,107,105,101,115,0,8,0,27,46,110,111,116,105,102,105,99,97,116,105,111,110,95,95,105,116,101,109,45,45,99,111,111,107,105,101,0,8,0,30,46,110,111,116,105,102,105,99,97,116,105,111,110,95,95,109,101,115,115,97,103,101,46,99,111,111,107,105,101,115,0,8,0,41,46,110,111,116,105,102,105,99,97,116,105,111,110,95,95,119,114,97,112,112,101,114,91,100,97,116,97,45,105,100,61,34,99,111,111,107,105,101,115,34,93,0,8,0,24,46,110,111,116,105,102,105,99,97,116,105,111,110,95,98,111,120,46,99,111,111,107,105,101,0,8,0,20,46,110,111,116,105,102,105,99,97,116,105,111,110,95,99,111,111,107,105,101,0,8,0,44,46,110,111,116,105,102,105,99,97,116,105,111,110,95,119,114,97,112,91,100,97,116,97,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,93,0,8,0,40,46,110,111,116,105,102,105,99,97,116,105,111,110,115,45,98,97,114,95,95,105,110,102,111,45,109,101,115,115,97,103,101,45,45,99,111,111,107,105,101,0,8,0,15,46,110,111,116,105,102,121,45,45,99,111,111,107,105,101,0,8,0,25,46,110,111,116,105,102,121,45,98,97,110,110,101,114,91,105,114,45,110,111,116,105,102,121,93,0,8,0,14,46,110,111,116,105,102,121,45,99,111,111,107,105,101,0,8,0,15,46,110,111,116,105,102,121,45,99,111,111,107,105,101,115,0,8,0,32,46,110,111,116,105,102,121,45,99,111,111,107,105,101,115,45,112,111,108,105,99,121,45,99,111,110,116,97,105,110,101,114,0,8,0,13,46,110,111,116,105,102,121,67,111,111,107,105,101,0,8,0,18,46,110,111,116,105,102,121,67,111,111,107,105,101,73,110,110,101,114,0,8,0,19,46,110,111,116,105,102,121,67,111,111,107,105,101,115,80,97,110,101,108,0,8,0,22,46,110,111,116,105,102,121,95,99,111,111,107,105,101,45,119,114,97,112,112,101,114,0,8,0,29,46,110,111,116,105,102,121,95,99,111,111,107,105,101,45,119,114,97,112,112,101,114,45,98,111,116,116,111,109,0,8,0,24,46,110,111,116,105,102,121,106,115,45,99,111,111,107,105,101,98,97,114,45,98,97,115,101,0,8,0,29,46,110,111,116,105,102,121,106,115,45,110,111,116,105,102,121,45,99,111,111,107,105,101,115,45,105,110,102,111,0,8,0,12,46,110,111,116,121,95,99,111,111,107,105,101,0,8,0,22,46,110,111,117,110,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,8,0,17,46,110,112,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,14,46,110,112,45,103,100,112,114,45,109,111,100,97,108,0,8,0,17,46,110,112,95,68,105,97,108,111,103,67,111,110,115,101,110,116,0,8,0,11,46,110,112,110,45,99,111,111,107,105,101,0,8,0,15,46,110,112,111,95,99,99,95,114,101,103,117,108,97,114,0,8,0,15,46,110,113,45,99,45,67,111,111,107,105,101,66,97,114,0,8,0,13,46,110,113,45,99,45,82,103,112,100,66,97,114,0,8,0,13,46,110,113,45,99,45,114,103,112,100,66,97,114,0,8,0,17,46,110,114,45,99,111,111,107,105,101,45,97,99,99,101,112,116,0,8,0,23,46,110,114,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,33,46,110,114,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,45,99,111,109,112,111,110,101,110,116,0,8,0,29,46,110,114,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,95,95,119,97,108,108,0,8,0,32,46,110,114,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,95,95,119,114,97,112,112,101,114,0,8,0,24,46,110,114,45,112,114,105,118,97,99,121,45,109,111,100,97,108,45,98,111,120,45,118,50,0,8,0,9,46,110,114,99,111,111,107,105,101,0,8,0,15,46,110,114,102,45,100,105,115,99,108,97,105,109,101,114,0,8,0,17,46,110,114,103,45,99,111,111,107,105,101,45,112,111,112,117,112,0,8,0,18,46,110,115,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,26,46,110,115,45,99,111,111,107,105,101,45,112,114,105,118,97,99,121,45,119,114,97,112,112,101,114,0,8,0,11,46,110,115,45,99,111,111,107,105,101,115,0,8,0,18,46,110,115,45,99,111,111,107,105,101,115,45,97,99,99,101,112,116,0,8,0,16,46,110,115,45,116,121,112,101,45,99,111,111,107,105,101,115,0,8,0,31,46,110,115,103,45,45,99,111,111,107,105,101,115,46,110,115,103,45,45,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,17,46,110,115,107,45,99,111,111,107,105,101,45,112,111,112,117,112,0,8,0,27,46,110,116,45,102,111,111,116,101,114,45,99,111,111,107,105,101,45,115,116,97,116,101,109,101,110,116,0,8,0,10,46,110,116,102,67,111,111,107,105,101,0,8,0,24,46,110,116,115,45,110,111,116,105,102,105,99,97,116,105,111,110,45,99,111,111,107,105,101,0,8,0,27,46,110,117,45,99,111,111,107,105,101,115,45,97,108,101,114,116,45,99,111,110,116,97,105,110,101,114,0,8,0,33,46,110,117,120,45,115,105,103,110,117,112,45,99,111,111,107,105,101,45,110,111,116,105,99,101,45,99,111,110,116,101,110,116,0,8,0,23,46,110,118,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,10,46,110,118,99,111,111,107,105,101,115,0,8,0,16,46,110,118,99,111,111,107,105,101,115,45,111,117,116,101,114,0,8,0,17,46,110,118,116,95,99,111,111,107,105,101,110,111,116,105,99,101,0,8,0,12,46,110,118,120,45,99,111,111,107,105,101,115,0,8,0,21,46,110,118,120,45,99,111,111,107,105,101,115,95,95,119,114,97,112,112,101,114,0,8,0,20,46,110,119,106,115,95,99,111,111,107,105,101,95,99,111,110,115,101,110,116,0,8,0,23,46,110,120,45,99,111,111,107,105,101,45,112,111,108,105,99,121,45,112,111,112,117,112,0,8,0,14,46,110,120,109,50,67,111,111,107,105,101,66,97,114,0,8,0,32,46,110,121,116,99,45,45,45,99,111,111,107,105,101,98,97,110,110,101,114,45,45,45,99,111,110,116,97,105,110,101,114,0,8,0,26,46,111,45,67,111,111,107,105,101,115,66,97,110,110,101,114,45,99,111,110,116,97,105,110,101,114,0,8,0,9,46,111,45,99,111,111,107,105,101,0,8,0,16,46,111,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,13,46,111,45,99,111,111,107,105,101,45,98,97,114,0,8,0,15,46,111,45,99,111,111,107,105,101,45,108,97,121,101,114,0,8,0,17,46,111,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,0,8,0,17,46,111,45,99,111,111,107,105,101,45,111,118,101,114,108,97,121,0,8,0,11,46,111,45,99,111,111,107,105,101,79,107,0,8,0,14,46,111,45,99,111,111,107,105,101,108,97,121,101,114,0,8,0,10,46,111,45,99,111,111,107,105,101,115,0,8,0,18,46,111,45,99,111,111,107,105,101,115,45,109,101,115,115,97,103,101,0,8,0,35,46,111,45,99,111,111,107,105,101,115,45,110,111,116,105,99,101,45,119,105,100,103,101,116,95,95,99,111,110,116,97,105,110,101,114,0,8,0,28,46,111,45,99,111,111,107,105,101,115,45,110,111,116,105,99,101,95,95,99,111,110,116,97,105,110,101,114,0,8,0,15,46,111,45,99,111,111,107,105,101,115,95,95,114,111,119,0,8,0,27,46,111,45,99,111,114,101,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,16,46,111,45,100,115,103,118,111,45,119,114,97,112,112,101,114,0,8,0,22,46,111,50,120,45,99,111,111,107,105,101,98,97,114,45,119,114,97,112,112,101,114,0,8,0,26,46,111,55,99,111,111,107,105,101,45,105,110,102,111,45,112,114,111,109,112,116,45,119,114,97,112,0,8,0,8,46,111,67,111,111,107,105,101,0,8,0,19,46,111,95,99,111,111,107,105,101,115,95,100,105,115,99,114,101,116,101,0,8,0,19,46,111,97,118,101,97,99,111,111,107,105,101,99,111,110,115,101,110,116,0,8,0,15,46,111,97,120,45,99,111,111,107,105,101,45,109,115,103,0,8,0,11,46,111,98,45,99,111,111,107,105,101,115,0,8,0,19,46,111,98,45,99,111,111,107,105,101,115,45,99,111,110,116,101,110,116,0,8,0,21,46,111,98,45,101,117,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,25,46,111,98,45,112,117,98,108,105,99,45,119,105,100,103,101,116,45,99,111,111,107,105,101,115,0,8,0,26,46,111,98,102,120,45,99,111,111,107,105,101,45,98,97,114,45,99,111,110,116,97,105,110,101,114,0,8,0,9,46,111,98,115,95,99,110,105,108,0,8,0,21,46,111,99,45,100,105,115,99,108,97,105,109,101,114,77,101,115,115,97,103,101,0,8,0,14,46,111,99,95,99,98,95,119,114,97,112,112,101,114,0,8,0,26,46,111,99,99,108,115,115,45,97,108,101,114,116,45,45,99,111,111,107,105,101,112,111,112,117,112,0,8,0,22,46,111,99,109,45,99,111,110,116,97,105,110,101,114,45,45,98,97,110,110,101,114,0,8,0,20,46,111,99,116,111,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,20,46,111,100,97,118,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,10,46,111,100,100,99,111,111,107,105,101,0,8,0,15,46,111,101,45,99,111,111,107,105,101,115,45,108,97,119,0,8,0,25,46,111,104,95,99,111,111,107,105,101,95,110,111,116,105,99,101,95,119,114,97,112,112,101,114,0,8,0,15,46,111,105,45,99,99,112,97,45,110,111,116,105,99,101,0,8,0,15,46,111,105,45,99,99,112,97,45,116,111,103,103,108,101,0,8,0,12,46,111,106,99,95,99,111,110,115,101,110,116,0,8,0,14,46,111,107,67,111,111,107,105,101,80,97,110,101,108,0,8,0,8,46,111,107,111,111,107,105,101,0,8,0,11,46,111,108,100,45,99,111,111,107,105,101,0,8,0,11,46,111,108,119,45,99,111,111,107,105,101,0,8,0,28,46,111,108,121,45,119,101,98,45,117,105,95,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,8,0,10,46,111,109,45,99,111,111,107,105,101,0,8,0,20,46,111,109,45,99,111,111,107,105,101,45,97,103,114,101,101,109,101,110,116,0,8,0,32,46,111,109,99,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,45,112,111,112,117,112,0,8,0,29,46,111,109,110,105,117,109,95,99,111,111,107,105,101,115,95,112,111,112,117,112,95,119,114,97,112,112,101,114,0,8,0,10,46,111,110,46,99,111,111,107,105,101,0,8,0,8,46,111,110,46,114,103,112,100,0,8,0,21,46,111,110,99,101,45,117,112,111,110,45,103,97,45,99,111,110,115,101,110,116,0,8,0,18,46,111,110,101,45,97,108,101,114,116,45,45,99,111,111,107,105,101,0,8,0,18,46,111,110,101,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,14,46,111,110,101,84,114,117,115,116,76,97,121,101,114,0,8,0,29,46,111,110,101,105,110,100,105,97,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,30,46,111,110,101,112,97,103,101,114,95,103,101,110,101,114,97,108,95,99,111,111,107,105,101,112,111,108,105,99,121,0,8,0,24,46,111,110,101,116,114,117,115,116,45,112,99,45,100,97,114,107,45,102,105,108,116,101,114,0,8,0,22,46,111,110,108,105,110,101,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,29,46,111,110,112,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,99,111,110,116,97,105,110,101,114,0,8,0,11,46,111,110,115,45,99,111,111,107,105,101,0,8,0,12,46,111,110,116,45,99,111,111,107,105,101,115,0,8,0,20,46,111,110,116,45,99,111,111,107,105,101,115,45,119,114,97,112,112,101,114,0,8,0,17,46,111,111,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,14,46,111,111,110,45,100,115,45,98,97,110,110,101,114,0,8,0,22,46,111,112,97,99,105,116,121,95,108,97,121,101,114,95,99,111,110,115,101,110,116,0,8,0,19,46,111,112,99,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,0,8,0,19,46,111,112,99,45,109,97,110,97,103,101,114,45,99,111,111,107,105,101,0,8,0,13,46,111,112,101,110,46,99,111,111,107,105,101,115,0,8,0,10,46,111,112,101,110,46,114,103,112,100,0,8,0,19,46,111,112,108,45,99,111,111,107,105,101,45,99,111,110,116,114,111,108,0,8,0,15,46,111,112,116,45,97,99,116,105,111,110,45,98,97,114,0,8,0,26,46,111,112,116,97,110,111,110,45,97,108,101,114,116,45,98,111,120,45,119,114,97,112,112,101,114,0,8,0,22,46,111,112,116,97,110,111,110,45,115,104,111,119,45,115,101,116,116,105,110,103,115,0,8,0,36,46,111,112,116,97,110,111,110,45,115,104,111,119,45,115,101,116,116,105,110,103,115,45,112,111,112,117,112,45,119,114,97,112,112,101,114,0,8,0,23,46,111,112,116,97,110,111,110,45,116,111,103,103,108,101,45,100,105,115,112,108,97,121,0,8,0,12,46,111,112,116,105,110,45,115,116,97,116,115,0,8,0,12,46,111,112,116,105,110,67,111,111,107,105,101,0,8,0,17,46,111,112,116,111,109,97,67,111,111,107,105,101,87,114,97,112,0,8,0,18,46,111,114,45,99,111,111,107,105,101,95,95,98,97,110,110,101,114,0,8,0,13,46,111,114,97,107,101,108,65,100,118,105,99,101,0,8,0,25,46,111,114,98,105,115,45,99,111,111,107,105,101,45,110,111,116,105,99,101,45,102,111,114,109,0,8,0,16,46,111,114,103,45,99,111,111,107,105,101,45,109,105,110,105,0,8,0,18,46,111,114,116,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,16,46,111,115,97,110,111,45,99,109,45,119,105,110,100,111,119,0,8,0,10,46,111,115,99,111,111,107,105,101,115,0,8,0,12,46,111,115,119,45,112,114,105,118,97,99,121,0,8,0,18,46,111,116,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,21,46,111,116,45,115,100,107,45,115,104,111,119,45,115,101,116,116,105,110,103,115,0,8,0,23,46,111,116,95,99,111,111,107,105,101,95,115,101,116,116,105,110,103,115,95,98,116,110,0,8,0,15,46,111,117,45,99,111,111,107,105,101,115,45,98,97,114,0,8,0,32,46,111,117,116,101,114,45,112,114,105,118,97,99,121,45,116,111,112,45,110,97,118,105,103,97,116,105,111,110,66,97,114,0,8,0,15,46,111,117,116,101,114,67,111,111,107,105,101,66,97,114,0,8,0,9,46,111,118,99,111,111,107,105,101,0,8,0,16,46,111,118,101,114,108,97,121,45,45,99,111,111,107,105,101,0,8,0,15,46,111,118,101,114,108,97,121,45,99,111,111,107,105,101,0,8,0,21,46,111,118,101,114,108,97,121,45,99,111,111,107,105,101,45,98,108,111,99,107,0,8,0,16,46,111,118,101,114,108,97,121,45,99,111,111,107,105,101,115,0,8,0,25,46,111,118,101,114,108,97,121,45,109,101,115,115,97,103,101,45,45,99,111,111,107,105,101,115,0,8,0,14,46,111,118,101,114,108,97,121,67,111,111,107,105,101,0,8,0,15,46,111,118,101,114,108,97,121,67,111,111,107,105,101,115,0,8,0,16,46,111,118,101,114,108,97,121,95,95,99,111,111,107,105,101,0,8,0,32,46,111,118,101,114,108,97,121,95,95,115,104,97,100,111,119,45,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,21,46,111,118,101,114,108,97,121,95,99,111,111,107,105,101,98,97,110,110,101,114,0,8,0,22,46,111,118,101,114,108,97,121,95,99,111,111,107,105,101,115,95,101,117,95,115,97,0,8,0,12,46,111,118,101,114,108,97,121,95,112,114,105,0,8,0,19,46,111,118,101,114,108,97,121,98,108,97,99,107,67,111,111,107,105,101,0,8,0,14,46,111,118,101,114,108,97,121,99,111,111,107,105,101,0,8,0,21,46,111,118,101,114,108,97,121,99,111,111,107,105,101,99,111,110,115,101,110,116,0,8,0,16,46,111,119,45,99,111,111,107,105,101,45,119,114,97,112,112,0,8,0,10,46,111,119,95,99,111,111,107,105,101,0,8,0,26,46,111,119,108,95,99,111,111,107,105,101,95,105,110,102,111,114,109,97,116,105,111,110,95,106,115,0,8,0,10,46,112,45,99,111,111,99,107,105,101,0,8,0,17,46,112,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,15,46,112,45,99,111,111,107,105,101,45,108,97,121,101,114,0,8,0,16,46,112,45,99,111,111,107,105,101,45,112,114,111,109,112,116,0,8,0,12,46,112,45,99,111,111,107,105,101,66,111,120,0,8,0,12,46,112,45,99,111,111,107,105,101,98,97,114,0,8,0,10,46,112,45,99,111,111,107,105,101,115,0,8,0,13,46,112,45,102,105,120,101,100,46,114,103,112,100,0,8,0,7,46,112,45,103,100,112,114,0,8,0,13,46,112,45,103,100,112,114,45,109,111,100,97,108,0,8,0,19,46,112,45,109,97,120,45,119,105,100,116,104,95,99,111,111,107,105,101,0,8,0,33,46,112,45,110,111,116,105,102,105,99,97,116,105,111,110,45,98,97,114,45,99,111,111,107,105,101,99,111,110,115,101,110,116,0,8,0,23,46,112,45,116,111,112,95,99,111,111,107,105,101,45,97,103,114,101,101,109,101,110,116,0,8,0,9,46,112,95,99,111,111,107,105,101,0,8,0,12,46,112,97,98,107,95,99,111,111,107,105,101,0,8,0,16,46,112,97,100,100,105,110,103,46,99,111,111,107,105,101,115,0,8,0,13,46,112,97,100,100,105,110,103,95,103,100,112,114,0,8,0,15,46,112,97,103,101,32,62,32,46,99,111,111,107,105,101,0,8,0,16,46,112,97,103,101,32,62,32,46,99,111,111,107,105,101,115,0,8,0,13,46,112,97,103,101,45,45,99,111,111,107,105,101,0,8,0,20,46,112,97,103,101,45,98,97,110,110,101,114,95,95,99,111,111,107,105,101,0,8,0,12,46,112,97,103,101,45,99,111,111,107,105,101,0,8,0,19,46,112,97,103,101,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,17,46,112,97,103,101,45,99,111,111,107,105,101,45,119,97,114,110,0,8,0,13,46,112,97,103,101,45,99,111,111,107,105,101,115,0,8,0,18,46,112,97,103,101,45,99,111,111,107,105,101,115,45,105,110,102,111,0,8,0,21,46,112,97,103,101,45,99,111,111,107,105,101,115,45,111,118,101,114,108,97,121,0,8,0,18,46,112,97,103,101,45,100,105,97,108,111,103,45,100,115,103,118,111,0,8,0,20,46,112,97,103,101,45,104,101,97,100,101,114,95,95,99,111,111,107,105,101,0,8,0,29,46,112,97,103,101,45,104,101,97,100,101,114,95,95,99,111,111,107,105,101,45,110,111,116,105,102,121,101,114,0,8,0,28,46,112,97,103,101,45,112,114,105,118,97,99,121,95,95,100,105,97,108,111,103,95,98,97,110,110,101,114,0,8,0,21,46,112,97,103,101,45,119,97,114,110,105,110,103,95,99,111,111,107,105,101,115,0,8,0,12,46,112,97,103,101,67,111,111,107,105,101,115,0,8,0,25,46,112,97,103,101,70,111,111,116,101,114,45,97,99,99,101,112,116,67,111,111,107,105,101,115,0,8,0,12,46,112,97,103,101,72,67,111,111,107,105,101,0,8,0,13,46,112,97,103,101,95,95,99,111,111,107,105,101,0,8,0,24,46,112,97,103,101,95,95,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,0,8,0,14,46,112,97,103,101,95,95,99,111,111,107,105,101,115,0,8,0,26,46,112,97,103,101,95,95,100,105,115,99,108,97,105,109,101,114,45,45,99,111,111,107,105,101,115,0,8,0,11,46,112,97,103,101,95,95,103,100,112,114,0,8,0,25,46,112,97,103,101,95,95,115,117,114,118,101,121,45,99,111,111,107,105,101,45,105,110,102,111,0,8,0,16,46,112,97,103,101,105,110,102,111,45,99,111,111,107,105,101,0,8,0,25,46,112,97,110,101,45,99,111,111,107,105,101,45,99,111,110,116,101,110,116,45,116,121,112,101,0,8,0,23,46,112,97,110,101,45,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,0,8,0,13,46,112,97,110,101,108,45,99,111,111,107,105,101,0,8,0,13,46,112,97,110,101,108,95,99,111,111,107,105,101,0,8,0,31,46,112,97,110,116,97,45,106,115,45,99,111,111,107,105,101,78,111,116,105,102,105,99,97,116,105,111,110,66,97,114,0,8,0,31,46,112,97,112,101,114,45,99,108,105,101,110,116,45,112,114,105,118,97,99,121,45,97,103,114,101,101,109,101,110,116,0,8,0,24,46,112,97,114,45,112,114,105,118,97,99,121,45,112,111,108,105,99,121,45,105,110,102,111,0,8,0,19,46,112,97,114,101,110,116,45,98,111,120,45,99,111,111,107,105,101,115,0,8,0,21,46,112,97,114,105,115,45,99,111,111,107,105,101,115,45,98,97,110,110,101,114,0,8,0,15,46,112,97,114,107,45,99,111,111,107,105,101,98,97,114,0,8,0,22,46,112,97,114,107,45,115,110,97,99,107,98,97,114,45,99,111,111,107,105,101,115,0,8,0,13,46,112,97,114,116,45,99,111,111,107,105,101,115,0,8,0,15,46,112,97,114,116,105,97,108,45,99,111,111,107,105,101,0,8,0,13,46,112,97,115,101,107,95,99,111,111,107,105,101,0,8,0,27,46,112,97,115,119,50,48,49,53,99,111,111,107,105,101,115,45,99,111,111,107,105,101,45,112,111,112,0,8,0,12,46,112,97,118,101,67,111,111,107,105,101,115,0,8,0,18,46,112,98,45,67,111,111,107,105,101,115,67,111,110,115,101,110,116,0,8,0,29,46,112,98,45,97,112,112,95,95,97,99,99,101,112,116,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,17,46,112,98,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,20,46,112,98,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,8,0,11,46,112,98,45,99,111,111,107,105,101,115,0,8,0,17,46,112,99,45,99,111,111,107,105,101,45,97,99,99,101,112,116,0,8,0,14,46,112,99,45,99,111,111,107,105,101,45,98,97,114,0,8,0,18,46,112,99,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,11,46,112,99,102,45,99,111,111,107,105,101,0,8,0,19,46,112,99,105,45,103,108,111,98,97,108,45,99,111,111,107,105,101,115,0,8,0,8,46,112,99,111,111,107,105,101,0,8,0,9,46,112,99,111,111,107,105,101,115,0,8,0,18,46,112,99,121,95,99,111,111,107,105,101,95,110,111,116,105,99,101,0,8,0,12,46,112,100,112,97,45,99,111,111,107,105,101,0,8,0,21,46,112,101,97,95,99,111,111,107,95,98,111,116,116,111,109,114,105,103,104,116,0,8,0,27,46,112,101,97,95,99,111,111,107,95,109,111,114,101,95,105,110,102,111,95,112,111,112,111,118,101,114,0,8,0,15,46,112,101,110,99,105,45,103,112,114,100,45,108,97,119,0,8,0,20,46,112,101,110,99,105,45,119,114,97,112,45,103,112,114,100,45,108,97,119,0,8,0,22,46,112,101,114,45,99,111,111,107,105,101,115,45,97,110,100,45,116,101,114,109,115,0,8,0,14,46,112,101,114,115,111,110,97,67,111,111,107,105,101,0,8,0,29,46,112,101,114,115,111,110,97,108,45,100,97,116,97,45,112,114,111,116,101,99,116,105,111,110,45,98,97,114,0,8,0,27,46,112,101,114,115,111,110,97,108,68,97,116,97,67,111,110,102,105,114,109,87,114,97,112,112,101,114,0,8,0,30,46,112,101,114,115,111,110,97,108,105,122,97,116,105,111,110,77,101,115,115,97,103,101,87,114,97,112,112,101,114,0,8,0,11,46,112,101,115,99,111,111,107,105,101,115,0,8,0,28,46,112,101,116,114,97,45,99,111,111,107,105,101,45,105,110,102,111,45,99,111,110,116,97,105,110,101,114,0,8,0,20,46,112,102,45,99,111,111,107,105,101,45,100,105,114,101,99,116,105,118,101,0,8,0,16,46,112,102,115,45,99,111,111,107,105,101,115,45,98,97,114,0,8,0,19,46,112,102,120,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,10,46,112,103,45,99,111,111,107,105,101,0,8,0,21,46,112,104,45,99,111,111,107,105,101,45,99,111,109,112,108,105,97,110,99,101,0,8,0,15,46,112,104,45,99,111,111,107,105,101,45,105,110,102,111,0,8,0,33,46,112,104,45,99,111,111,107,105,101,45,112,111,112,117,112,45,118,50,45,118,105,101,119,50,45,100,101,102,97,117,108,116,0,8,0,11,46,112,104,45,99,111,111,107,105,101,115,0,8,0,27,46,112,104,105,108,97,100,101,108,112,104,105,97,45,111,112,116,105,110,45,118,105,115,105,98,108,101,0,8,0,25,46,112,104,105,108,111,114,111,95,99,111,111,107,105,101,115,45,45,112,111,112,111,118,101,114,0,8,0,20,46,112,104,112,114,111,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,22,46,112,104,115,45,99,111,111,107,105,101,45,112,111,112,117,112,45,97,114,101,97,0,8,0,21,46,112,104,117,110,107,45,99,111,111,107,105,101,45,119,114,97,112,112,101,114,0,8,0,18,46,112,105,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,0,8,0,17,46,112,105,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,11,46,112,105,101,95,99,111,111,107,105,101,0,8,0,10,46,112,105,101,100,95,99,110,105,108,0,8,0,18,46,112,105,116,99,111,110,115,101,110,116,45,98,97,110,110,101,114,0,8,0,23,46,112,105,119,105,107,45,110,111,116,105,99,101,45,99,111,110,116,97,105,110,101,114,0,8,0,18,46,112,105,120,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,20,46,112,106,45,117,105,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,16,46,112,107,111,45,99,111,111,107,105,101,45,114,111,100,111,0,8,0,24,46,112,107,111,45,99,111,111,107,105,101,45,114,111,100,111,45,111,118,101,114,108,97,121,0,8,0,16,46,112,108,45,99,111,111,107,105,101,45,112,111,112,117,112,0,8,0,11,46,112,108,45,99,111,111,107,105,101,115,0,8,0,15,46,112,108,45,99,111,111,107,105,101,115,45,99,116,97,0,8,0,23,46,112,108,45,99,111,111,107,105,101,115,45,99,116,97,45,99,111,110,116,97,105,110,0,8,0,14,46,112,108,97,116,101,45,99,111,111,107,105,101,115,0,8,0,29,46,112,108,97,116,102,111,114,109,45,45,99,111,111,107,105,101,115,45,45,99,111,110,116,97,105,110,101,114,0,8,0,18,46,112,108,97,122,109,97,45,99,111,111,107,105,101,45,98,97,114,0,8,0,26,46,112,108,97,122,109,97,45,99,111,111,107,105,101,45,98,97,114,45,45,97,99,116,105,118,101,0,8,0,27,46,112,108,103,95,115,121,115,116,101,109,95,101,112,114,105,118,97,99,121,95,109,111,100,117,108,101,0,8,0,19,46,112,108,114,95,99,111,111,107,105,101,95,119,97,114,110,105,110,103,0,8,0,21,46,112,108,117,103,105,110,45,99,111,111,107,105,101,99,111,110,115,101,110,116,0,8,0,14,46,112,108,117,103,105,110,95,99,111,111,107,105,101,0,8,0,10,46,112,109,45,99,111,111,107,105,101,0,8,0,8,46,112,109,45,103,100,112,114,0,8,0,25,46,112,109,99,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,98,108,111,99,107,0,8,0,27,46,112,109,119,45,45,99,111,111,107,105,101,115,45,99,111,111,107,105,101,45,98,117,116,116,111,110,0,8,0,18,46,112,110,45,99,111,111,107,105,101,115,45,98,97,110,110,101,114,0,8,0,17,46,112,110,95,99,111,111,107,105,101,99,111,110,115,101,110,116,0,8,0,11,46,112,110,108,45,99,111,111,107,105,101,0,8,0,17,46,112,110,108,67,111,111,107,105,101,109,101,108,100,105,110,103,0,8,0,16,46,112,110,111,116,105,102,121,45,99,111,111,107,105,101,115,0,8,0,19,46,112,110,121,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,27,46,112,111,102,111,45,99,111,111,107,105,101,45,112,111,108,105,99,121,45,119,114,97,112,112,101,114,0,8,0,11,46,112,111,108,99,111,111,107,105,101,115,0,8,0,18,46,112,111,108,105,99,121,45,97,99,99,101,112,116,45,98,97,114,0,8,0,13,46,112,111,108,105,99,121,45,97,108,101,114,116,0,8,0,14,46,112,111,108,105,99,121,45,98,97,110,110,101,114,0,8,0,11,46,112,111,108,105,99,121,45,98,97,114,0,8,0,14,46,112,111,108,105,99,121,45,98,111,116,116,111,109,0,8,0,14,46,112,111,108,105,99,121,45,99,111,111,107,105,101,0,8,0,15,46,112,111,108,105,99,121,45,99,111,111,107,105,101,115,0,8,0,22,46,112,111,108,105,99,121,45,109,101,115,115,97,103,101,46,99,111,111,107,105,101,0,8,0,36,46,112,111,108,105,99,121,45,110,111,116,105,102,105,99,97,116,105,111,110,45,45,112,114,105,118,97,99,121,45,112,111,108,105,99,121,0,8,0,22,46,112,111,108,105,99,121,45,119,97,114,110,105,110,103,45,98,97,110,110,101,114,0,8,0,14,46,112,111,108,105,99,121,45,119,105,110,100,111,119,0,8,0,14,46,112,111,108,105,99,121,46,99,111,111,107,105,101,0,8,0,10,46,112,111,108,105,99,121,67,104,107,0,8,0,14,46,112,111,108,105,99,121,77,101,115,115,97,103,101,0,8,0,14,46,112,111,108,105,99,121,95,102,111,111,116,101,114,0,8,0,20,46,112,111,108,105,99,121,95,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,16,46,112,111,108,105,116,105,99,95,95,99,111,111,107,105,101,0,8,0,17,46,112,111,108,105,116,105,99,97,45,99,111,111,107,105,101,115,0,8,0,21,46,112,111,108,105,116,105,99,97,45,99,111,111,107,105,101,115,45,98,97,114,0,8,0,21,46,112,111,108,105,116,105,99,97,45,99,111,111,107,105,101,115,45,98,111,120,0,8,0,22,46,112,111,108,105,116,105,99,97,45,99,111,111,107,105,101,115,45,99,111,110,116,0,8,0,27,46,112,111,108,105,116,105,99,97,45,99,111,111,107,105,101,115,45,99,111,110,116,97,105,110,101,114,0,8,0,20,46,112,111,108,105,116,105,99,97,45,100,101,45,99,111,111,107,105,101,115,0,8,0,21,46,112,111,108,105,116,105,99,97,45,112,114,105,118,97,99,105,100,97,100,101,0,8,0,26,46,112,111,108,105,116,105,99,97,45,112,114,105,118,97,99,105,100,97,100,101,45,108,103,112,100,0,8,0,16,46,112,111,108,105,116,105,99,97,67,111,111,107,105,101,115,0,8,0,16,46,112,111,108,105,116,105,99,97,82,101,119,97,114,100,115,0,8,0,17,46,112,111,108,105,116,105,99,97,95,99,111,111,107,105,101,115,0,8,0,16,46,112,111,108,105,116,105,99,97,99,111,111,107,105,101,115,0,8,0,16,46,112,111,108,105,116,105,99,115,95,99,111,111,107,105,101,0,8,0,17,46,112,111,108,105,116,105,113,117,101,95,99,111,111,107,105,101,0,8,0,16,46,112,111,108,105,116,121,107,97,45,99,111,111,107,105,101,0,8,0,17,46,112,111,108,105,116,121,107,97,95,99,105,97,115,116,101,107,0,8,0,21,46,112,111,108,105,116,121,107,97,95,112,114,121,119,97,116,110,111,115,99,105,0,8,0,28,46,112,111,108,105,116,121,107,97,95,112,114,121,119,97,116,110,111,115,99,105,87,114,97,112,112,101,114,0,8,0,9,46,112,111,112,45,99,110,105,108,0,8,0,11,46,112,111,112,45,99,111,111,107,105,101,0,8,0,14,46,112,111,112,45,99,111,111,107,105,101,98,111,120,0,8,0,17,46,112,111,112,45,99,111,111,107,105,101,112,111,108,105,99,121,0,8,0,12,46,112,111,112,45,99,111,111,107,105,101,115,0,8,0,14,46,112,111,112,45,117,112,45,99,111,111,107,105,101,0,8,0,26,46,112,111,112,45,117,112,45,99,111,111,107,105,101,45,97,108,101,114,116,45,98,108,111,99,107,0,8,0,15,46,112,111,112,45,117,112,45,99,111,111,107,105,101,115,0,8,0,12,46,112,111,112,95,99,111,111,107,105,101,115,0,8,0,14,46,112,111,112,95,117,112,95,99,111,111,107,105,101,0,8,0,8,46,112,111,112,103,100,112,114,0,8,0,11,46,112,111,112,105,110,45,99,110,105,108,0,8,0,14,46,112,111,112,105,110,45,99,111,111,107,105,101,115,0,8,0,20,46,112,111,112,105,110,45,99,111,111,107,105,101,115,45,109,111,100,97,108,0,8,0,12,46,112,111,112,105,110,67,111,111,107,105,101,0,8,0,13,46,112,111,112,105,110,67,111,111,107,105,101,115,0,8,0,15,46,112,111,112,111,118,101,114,45,99,111,111,107,105,101,0,8,0,18,46,112,111,112,111,118,101,114,45,109,100,46,99,111,111,107,105,101,0,8,0,14,46,112,111,112,117,112,45,45,99,111,111,107,105,101,0,8,0,23,46,112,111,112,117,112,45,45,99,111,111,107,105,101,45,104,97,110,100,108,105,110,103,0,8,0,24,46,112,111,112,117,112,45,45,99,111,111,107,105,101,115,95,95,119,114,97,112,112,101,114,0,8,0,25,46,112,111,112,117,112,45,45,112,111,108,105,99,121,45,97,98,115,111,108,117,116,101,108,121,0,8,0,19,46,112,111,112,117,112,45,97,108,101,114,116,45,110,111,116,105,99,101,0,8,0,20,46,112,111,112,117,112,45,97,108,108,111,119,45,99,111,111,107,105,101,115,0,8,0,19,46,112,111,112,117,112,45,97,118,105,115,111,45,99,111,111,107,105,101,0,8,0,20,46,112,111,112,117,112,45,97,118,105,115,111,45,99,111,111,107,105,101,115,0,8,0,21,46,112,111,112,117,112,45,99,104,111,111,115,101,45,99,111,111,107,105,101,115,0,8,0,17,46,112,111,112,117,112,45,99,111,111,107,105,101,45,45,111,110,0,8,0,18,46,112,111,112,117,112,45,99,111,111,107,105,101,45,50,48,49,56,0,8,0,24,46,112,111,112,117,112,45,99,111,111,107,105,101,45,98,97,99,107,103,114,111,117,110,100,0,8,0,20,46,112,111,112,117,112,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,25,46,112,111,112,117,112,45,99,111,111,107,105,101,45,110,111,116,105,99,101,45,119,114,97,112,0,8,0,20,46,112,111,112,117,112,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,8,0,18,46,112,111,112,117,112,45,99,111,111,107,105,101,45,115,104,111,119,0,8,0,21,46,112,111,112,117,112,45,99,111,111,107,105,101,45,119,97,114,110,105,110,103,0,8,0,23,46,112,111,112,117,112,45,99,111,111,107,105,101,58,110,111,116,40,98,111,100,121,41,0,8,0,18,46,112,111,112,117,112,45,99,111,111,107,105,101,95,95,98,111,120,0,8,0,21,46,112,111,112,117,112,45,99,111,111,107,105,101,95,95,115,104,97,100,111,119,0,8,0,25,46,112,111,112,117,112,45,99,111,111,107,105,101,99,111,110,115,101,110,116,45,100,111,119,110,0,8,0,14,46,112,111,112,117,112,45,99,111,111,107,105,101,115,0,8,0,22,46,112,111,112,117,112,45,99,111,111,107,105,101,115,45,115,101,99,116,105,111,110,0,8,0,11,46,112,111,112,117,112,45,103,100,112,114,0,8,0,22,46,112,111,112,117,112,45,109,101,115,115,97,103,101,45,99,111,111,107,105,101,115,0,8,0,33,46,112,111,112,117,112,45,109,101,115,115,97,103,101,45,99,111,111,107,105,101,115,45,105,115,45,118,105,115,105,98,108,101,0,8,0,21,46,112,111,112,117,112,45,109,101,115,115,97,103,101,46,99,111,111,107,105,101,0,8,0,22,46,112,111,112,117,112,45,111,118,101,114,108,97,121,45,99,111,111,107,105,101,115,0,8,0,15,46,112,111,112,117,112,45,112,111,108,105,116,105,99,97,0,8,0,11,46,112,111,112,117,112,45,114,111,100,111,0,8,0,18,46,112,111,112,117,112,45,115,99,114,101,101,110,45,114,111,100,111,0,8,0,21,46,112,111,112,117,112,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,19,46,112,111,112,117,112,66,97,110,110,101,114,87,114,97,112,112,101,114,0,8,0,12,46,112,111,112,117,112,67,111,111,107,105,101,0,8,0,18,46,112,111,112,117,112,67,111,111,107,105,101,65,99,99,101,112,116,0,8,0,13,46,112,111,112,117,112,67,111,111,107,105,101,115,0,8,0,33,46,112,111,112,117,112,91,100,97,116,97,45,112,111,112,117,112,61,34,112,111,112,117,112,45,99,111,111,107,105,101,34,93,0,8,0,14,46,112,111,112,117,112,95,95,99,111,111,107,105,101,0,8,0,15,46,112,111,112,117,112,95,95,99,111,111,107,105,101,115,0,8,0,20,46,112,111,112,117,112,95,98,108,111,99,107,95,67,111,111,107,105,101,115,0,8,0,19,46,112,111,112,117,112,95,98,108,111,99,107,95,99,111,111,107,105,101,0,8,0,13,46,112,111,112,117,112,95,99,111,111,107,105,101,0,8,0,21,46,112,111,112,117,112,95,99,111,111,107,105,101,95,97,100,115,101,110,115,101,0,8,0,27,46,112,111,112,117,112,95,99,111,111,107,105,101,95,112,111,115,105,116,105,111,110,95,108,101,102,116,0,8,0,14,46,112,111,112,117,112,95,99,111,111,107,105,101,115,0,8,0,19,46,112,111,112,117,112,95,99,111,111,107,105,101,115,95,119,114,97,112,0,8,0,15,46,112,111,112,117,112,95,112,111,108,105,99,105,101,115,0,8,0,13,46,112,111,112,117,112,99,111,111,99,107,105,101,0,8,0,12,46,112,111,112,117,112,99,111,111,107,105,101,0,8,0,18,46,112,111,112,117,112,102,111,114,109,45,99,111,111,107,105,101,115,0,8,0,30,46,112,111,114,116,97,108,45,121,111,117,65,114,101,72,101,114,101,45,99,111,111,107,105,101,45,119,114,97,112,0,8,0,22,46,112,111,114,116,108,101,116,95,99,111,111,107,105,101,95,112,111,108,105,99,121,0,8,0,15,46,112,111,115,116,101,108,45,99,111,111,107,105,101,115,0,8,0,14,46,112,111,115,119,112,45,100,97,116,97,98,97,114,0,8,0,16,46,112,111,118,111,108,101,110,105,67,111,111,107,105,101,115,0,8,0,24,46,112,112,45,97,99,99,101,112,116,45,99,111,111,107,105,101,115,45,98,108,111,99,107,0,8,0,10,46,112,112,45,99,111,111,107,105,101,0,8,0,17,46,112,112,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,18,46,112,112,45,99,111,111,107,105,101,45,119,97,114,110,105,110,103,0,8,0,19,46,112,112,45,99,111,111,107,105,101,95,95,99,111,110,116,101,110,116,0,8,0,18,46,112,112,45,99,111,111,107,105,101,115,45,110,111,116,105,99,101,0,8,0,11,46,112,112,97,45,110,111,116,105,99,101,0,8,0,12,46,112,112,103,45,99,111,111,107,105,101,115,0,8,0,20,46,112,112,109,115,95,99,109,95,99,111,110,115,101,110,116,95,98,97,114,0,8,0,32,46,112,112,114,95,112,114,105,118,95,100,111,99,117,109,101,110,116,95,99,111,111,107,105,101,95,98,97,110,110,101,114,0,8,0,25,46,112,112,115,45,112,114,105,118,97,99,121,45,112,111,108,105,99,121,45,115,116,114,105,112,0,8,0,17,46,112,114,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,18,46,112,114,45,99,111,111,107,105,101,45,111,118,101,114,108,97,121,0,8,0,17,46,112,114,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,8,0,22,46,112,114,101,45,104,101,97,100,95,95,99,111,111,107,105,101,45,105,110,102,111,0,8,0,25,46,112,114,101,45,104,101,97,100,101,114,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,15,46,112,114,101,77,111,100,97,108,67,111,111,107,105,101,0,8,0,14,46,112,114,101,99,111,107,105,101,105,110,110,101,114,0,8,0,18,46,112,114,101,118,101,110,116,65,99,99,101,112,116,97,110,99,101,0,8,0,36,46,112,114,105,109,111,45,99,111,111,107,105,101,45,99,111,109,112,108,105,97,110,99,101,45,112,108,97,99,101,104,111,108,100,101,114,0,8,0,14,46,112,114,105,118,97,99,121,45,97,108,101,114,116,0,8,0,20,46,112,114,105,118,97,99,121,45,97,110,100,45,99,111,111,107,105,101,115,0,8,0,15,46,112,114,105,118,97,99,121,45,98,97,110,110,101,114,0,8,0,23,46,112,114,105,118,97,99,121,45,98,97,110,110,101,114,45,119,114,97,112,112,101,114,0,8,0,12,46,112,114,105,118,97,99,121,45,98,97,114,0,8,0,22,46,112,114,105,118,97,99,121,45,98,97,114,45,99,111,110,116,97,105,110,101,114,0,8,0,23,46,112,114,105,118,97,99,121,45,98,97,114,95,95,99,111,110,116,97,105,110,101,114,0,8,0,25,46,112,114,105,118,97,99,121,45,98,108,111,99,107,105,110,103,45,111,118,101,114,108,97,121,0,8,0,19,46,112,114,105,118,97,99,121,45,99,101,110,116,101,114,45,99,116,97,0,8,0,17,46,112,114,105,118,97,99,121,45,99,111,110,99,101,114,110,115,0,8,0,32,46,112,114,105,118,97,99,121,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,95,95,111,118,101,114,108,97,121,0,8,0,25,46,112,114,105,118,97,99,121,45,99,111,110,115,101,110,116,45,105,110,102,111,45,99,116,97,0,8,0,22,46,112,114,105,118,97,99,121,45,99,111,110,116,114,111,108,45,98,97,100,103,101,0,8,0,24,46,112,114,105,118,97,99,121,45,99,111,110,116,114,111,108,115,45,98,97,110,110,101,114,0,8,0,15,46,112,114,105,118,97,99,121,45,99,111,111,107,105,101,0,8,0,21,46,112,114,105,118,97,99,121,45,99,111,111,107,105,101,45,97,108,101,114,116,0,8,0,22,46,112,114,105,118,97,99,121,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,19,46,112,114,105,118,97,99,121,45,99,111,111,107,105,101,45,98,97,114,0,8,0,16,46,112,114,105,118,97,99,121,45,99,111,111,107,105,101,115,0,8,0,19,46,112,114,105,118,97,99,121,45,100,105,115,99,108,97,105,109,101,114,0,8,0,26,46,112,114,105,118,97,99,121,45,100,105,115,99,108,97,105,109,101,114,45,98,97,110,110,101,114,0,8,0,21,46,112,114,105,118,97,99,121,45,102,111,111,116,101,114,45,98,108,111,99,107,0,8,0,13,46,112,114,105,118,97,99,121,45,104,105,110,116,0,8,0,23,46,112,114,105,118,97,99,121,45,105,110,102,111,45,99,111,110,116,97,105,110,101,114,0,8,0,21,46,112,114,105,118,97,99,121,45,105,110,102,111,45,109,101,115,115,97,103,101,0,8,0,14,46,112,114,105,118,97,99,121,45,105,110,102,111,115,0,8,0,18,46,112,114,105,118,97,99,121,45,105,110,105,116,45,119,97,108,108,0,8,0,24,46,112,114,105,118,97,99,121,45,109,97,110,97,103,101,114,95,95,98,97,110,110,101,114,0,8,0,25,46,112,114,105,118,97,99,121,45,109,97,110,97,103,101,114,95,95,111,118,101,114,108,97,121,0,8,0,24,46,112,114,105,118,97,99,121,45,109,101,115,115,97,103,101,45,111,118,101,114,108,97,121,0,8,0,23,46,112,114,105,118,97,99,121,45,110,111,116,105,99,101,45,45,115,105,109,112,108,101,0,8,0,26,46,112,114,105,118,97,99,121,45,110,111,116,105,99,101,45,98,97,99,107,103,114,111,117,110,100,0,8,0,21,46,112,114,105,118,97,99,121,45,110,111,116,105,99,101,45,105,110,110,101,114,0,8,0,31,46,112,114,105,118,97,99,121,45,110,111,116,105,102,105,99,97,116,105,111,110,45,99,111,110,116,97,105,110,101,114,0,8,0,24,46,112,114,105,118,97,99,121,45,112,111,108,105,99,105,101,115,45,98,97,110,110,101,114,0,8,0,22,46,112,114,105,118,97,99,121,45,112,111,108,105,99,121,45,98,97,110,110,101,114,0,8,0,19,46,112,114,105,118,97,99,121,45,112,111,108,105,99,121,45,98,97,114,0,8,0,23,46,112,114,105,118,97,99,121,45,112,111,108,105,99,121,45,99,111,110,115,101,110,116,0,8,0,22,46,112,114,105,118,97,99,121,45,112,111,108,105,99,121,45,99,111,111,107,105,101,0,8,0,23,46,112,114,105,118,97,99,121,45,112,111,108,105,99,121,45,99,111,111,107,105,101,115,0,8,0,32,46,112,114,105,118,97,99,121,45,112,111,108,105,99,121,45,99,111,111,107,105,101,115,45,105,110,102,111,114,109,101,114,0,8,0,23,46,112,114,105,118,97,99,121,45,112,111,108,105,99,121,45,109,101,115,115,97,103,101,0,8,0,21,46,112,114,105,118,97,99,121,45,112,111,108,105,99,121,45,109,111,100,97,108,0,8,0,22,46,112,114,105,118,97,99,121,45,112,111,108,105,99,121,45,110,111,116,105,99,101,0,8,0,26,46,112,114,105,118,97,99,121,45,112,111,108,105,99,121,45,110,111,116,105,99,101,45,98,97,114,0,8,0,21,46,112,114,105,118,97,99,121,45,112,111,108,105,99,121,45,112,111,112,117,112,0,8,0,29,46,112,114,105,118,97,99,121,45,112,111,108,105,99,121,45,112,114,111,109,112,116,45,45,109,111,100,97,108,0,8,0,21,46,112,114,105,118,97,99,121,45,112,111,108,105,99,121,45,116,111,97,115,116,0,8,0,24,46,112,114,105,118,97,99,121,45,112,111,108,105,99,121,105,115,45,115,116,105,99,107,121,0,8,0,14,46,112,114,105,118,97,99,121,45,112,111,112,117,112,0,8,0,22,46,112,114,105,118,97,99,121,45,112,111,112,117,112,45,111,118,101,114,108,97,121,0,8,0,22,46,112,114,105,118,97,99,121,45,112,111,112,117,112,45,119,114,97,112,112,101,114,0,8,0,23,46,112,114,105,118,97,99,121,45,112,114,111,109,112,116,45,119,114,97,112,112,101,114,0,8,0,22,46,112,114,105,118,97,99,121,45,115,104,105,101,108,100,45,98,97,110,110,101,114,0,8,0,22,46,112,114,105,118,97,99,121,45,116,101,114,109,115,45,99,111,111,107,105,101,115,0,8,0,14,46,112,114,105,118,97,99,121,45,116,111,97,115,116,0,8,0,15,46,112,114,105,118,97,99,121,45,117,112,100,97,116,101,0,8,0,16,46,112,114,105,118,97,99,121,45,119,97,114,110,105,110,103,0,8,0,16,46,112,114,105,118,97,99,121,65,108,101,114,116,66,111,120,0,8,0,14,46,112,114,105,118,97,99,121,66,97,110,110,101,114,0,8,0,11,46,112,114,105,118,97,99,121,66,97,114,0,8,0,14,46,112,114,105,118,97,99,121,67,111,111,107,105,101,0,8,0,17,46,112,114,105,118,97,99,121,67,111,111,107,105,101,66,111,120,0,8,0,16,46,112,114,105,118,97,99,121,76,97,119,65,108,101,114,116,0,8,0,15,46,112,114,105,118,97,99,121,77,101,108,100,105,110,103,0,8,0,14,46,112,114,105,118,97,99,121,78,111,116,105,99,101,0,8,0,20,46,112,114,105,118,97,99,121,78,111,116,105,102,105,99,97,116,105,111,110,0,8,0,20,46,112,114,105,118,97,99,121,80,111,108,105,99,121,66,97,110,110,101,114,0,8,0,17,46,112,114,105,118,97,99,121,80,111,108,105,99,121,66,97,114,0,8,0,17,46,112,114,105,118,97,99,121,80,111,108,105,99,121,66,108,107,0,8,0,19,46,112,114,105,118,97,99,121,80,111,108,105,99,121,80,111,112,117,112,0,8,0,18,46,112,114,105,118,97,99,121,80,111,108,105,99,121,87,97,114,110,0,8,0,21,46,112,114,105,118,97,99,121,83,101,116,116,105,110,103,115,80,111,112,117,112,0,8,0,11,46,112,114,105,118,97,99,121,84,111,112,0,8,0,15,46,112,114,105,118,97,99,121,95,95,112,111,112,117,112,0,8,0,15,46,112,114,105,118,97,99,121,95,98,97,110,110,101,114,0,8,0,16,46,112,114,105,118,97,99,121,95,99,111,110,115,101,110,116,0,8,0,23,46,112,114,105,118,97,99,121,95,99,111,111,107,105,101,115,95,112,111,108,105,99,121,0,8,0,12,46,112,114,105,118,97,99,121,95,100,105,118,0,8,0,15,46,112,114,105,118,97,99,121,95,108,97,119,95,98,103,0,8,0,15,46,112,114,105,118,97,99,121,95,110,111,116,105,99,101,0,8,0,21,46,112,114,105,118,97,99,121,95,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,20,46,112,114,105,118,97,99,121,95,112,111,108,105,99,121,45,105,110,102,111,0,8,0,21,46,112,114,105,118,97,99,121,95,112,111,108,105,99,121,46,97,108,101,114,116,0,8,0,33,46,112,114,105,118,97,99,121,95,112,111,108,105,99,121,46,97,108,101,114,116,45,100,105,115,109,105,115,115,105,98,108,101,0,8,0,29,46,112,114,105,118,97,99,121,95,112,111,108,105,99,121,46,97,108,101,114,116,45,119,97,114,110,105,110,103,0,8,0,26,46,112,114,105,118,97,99,121,95,112,111,108,105,99,121,95,95,99,111,110,116,97,105,110,101,114,0,8,0,22,46,112,114,105,118,97,99,121,95,112,111,108,105,99,121,95,98,97,110,110,101,114,0,8,0,18,46,112,114,105,118,97,99,121,95,112,111,108,105,99,121,95,98,103,0,8,0,20,46,112,114,105,118,97,99,121,95,112,111,108,105,99,121,95,98,111,116,109,0,8,0,20,46,112,114,105,118,97,99,121,95,112,111,108,105,99,121,95,105,110,102,111,0,8,0,27,46,112,114,105,118,97,99,121,95,112,111,108,105,99,121,95,109,101,115,115,97,103,101,95,98,111,120,0,8,0,19,46,112,114,105,118,97,99,121,95,112,111,108,105,99,121,95,112,111,112,0,8,0,22,46,112,114,105,118,97,99,121,95,112,114,111,109,112,116,95,98,111,116,116,111,109,0,8,0,33,46,112,114,105,118,97,99,121,95,112,114,111,116,101,99,116,105,111,110,95,99,111,111,107,105,101,95,98,97,110,110,101,114,0,8,0,33,46,112,114,105,118,97,99,121,95,115,101,116,116,105,110,103,115,95,105,110,116,101,114,102,97,99,101,46,112,111,112,117,112,0,8,0,16,46,112,114,105,118,97,99,121,95,119,97,114,110,105,110,103,0,8,0,14,46,112,114,105,118,97,99,121,98,97,110,110,101,114,0,8,0,21,46,112,114,105,118,97,99,121,98,97,110,110,101,114,95,110,111,116,105,99,101,0,8,0,14,46,112,114,105,118,97,99,121,99,111,111,107,105,101,0,8,0,20,46,112,114,105,118,97,99,121,99,111,111,107,105,101,98,97,110,110,101,114,0,8,0,12,46,112,114,105,118,97,99,121,104,105,110,116,0,8,0,12,46,112,114,105,118,97,99,121,105,110,102,111,0,8,0,20,46,112,114,105,118,97,99,121,111,117,116,101,114,119,114,97,112,112,101,114,0,8,0,25,46,112,114,105,118,97,99,121,112,111,108,105,99,105,101,115,45,99,111,109,45,45,45,110,98,0,8,0,21,46,112,114,105,118,97,99,121,112,111,108,105,99,121,45,97,99,99,101,112,116,0,8,0,31,46,112,114,105,118,97,99,121,112,111,108,105,99,121,109,101,115,115,97,103,101,98,111,120,95,104,101,97,100,101,114,0,8,0,20,46,112,114,105,118,97,99,121,112,111,108,105,99,121,115,116,114,105,112,101,0,8,0,24,46,112,114,105,118,97,99,121,115,101,116,116,105,110,103,115,95,95,98,97,110,110,101,114,0,8,0,36,46,112,114,105,118,97,99,121,119,97,108,108,45,98,97,110,110,101,114,91,100,97,116,97,45,105,115,45,118,105,115,105,98,108,101,93,0,8,0,20,46,112,114,105,118,97,99,121,119,105,114,101,45,119,114,97,112,112,101,114,0,8,0,19,46,112,114,105,118,97,115,121,112,111,108,105,99,121,45,105,110,102,111,0,8,0,22,46,112,114,105,118,97,116,101,45,99,111,111,107,105,101,115,45,109,111,100,97,108,0,8,0,14,46,112,114,105,118,97,116,101,80,111,108,105,99,121,0,8,0,20,46,112,114,111,95,99,111,111,107,105,101,45,108,97,121,101,114,45,110,103,0,8,0,21,46,112,114,111,107,111,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,22,46,112,114,111,109,111,65,108,101,114,116,45,99,111,111,107,105,101,112,111,112,115,0,8,0,17,46,112,114,111,109,112,116,45,99,111,111,107,105,101,108,97,119,0,8,0,15,46,112,114,111,109,112,116,95,99,111,111,107,105,101,115,0,8,0,24,46,112,114,111,112,101,108,108,101,114,45,99,111,111,107,105,101,99,111,110,115,101,110,116,0,8,0,20,46,112,114,111,116,101,99,116,67,111,111,107,105,101,66,97,110,110,101,114,0,8,0,11,46,112,115,45,67,111,111,107,105,101,115,0,8,0,11,46,112,115,45,99,111,111,107,105,101,115,0,8,0,11,46,112,115,103,45,99,111,111,107,105,101,0,8,0,14,46,112,116,45,99,111,111,107,105,101,45,98,97,114,0,8,0,21,46,112,117,98,108,105,99,95,108,101,103,97,108,95,99,111,111,107,105,101,115,0,8,0,21,46,112,117,112,112,101,116,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,30,46,112,117,114,101,45,99,111,111,107,105,101,115,45,110,111,116,105,99,101,45,99,111,110,116,97,105,110,101,114,0,8,0,28,46,112,117,114,101,45,99,111,111,107,105,101,115,45,110,111,116,105,99,101,45,119,114,97,112,112,101,114,0,8,0,19,46,112,117,114,112,108,101,45,99,111,111,107,105,101,45,105,110,102,111,0,8,0,10,46,112,117,115,104,45,99,110,105,108,0,8,0,25,46,112,117,115,104,101,114,112,97,110,101,108,45,99,111,111,107,105,101,110,111,116,105,99,101,0,8,0,11,46,112,117,117,45,99,111,111,107,105,101,0,8,0,11,46,112,118,45,99,111,111,107,105,101,115,0,8,0,18,46,112,119,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,21,46,112,119,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,118,50,0,8,0,30,46,112,119,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,118,50,45,98,97,99,107,100,114,111,112,0,8,0,17,46,112,119,45,99,111,111,107,105,101,45,119,105,110,100,111,119,0,8,0,22,46,112,119,95,99,111,110,115,101,110,116,95,109,101,115,115,97,103,101,100,105,118,0,8,0,11,46,112,119,95,99,111,111,107,105,101,115,0,8,0,29,46,112,119,101,98,98,111,120,45,112,108,117,103,105,110,45,99,111,111,107,105,101,95,112,111,108,105,99,121,0,8,0,15,46,112,119,115,95,99,111,111,107,105,101,95,98,97,114,0,8,0,15,46,112,120,108,95,99,111,111,107,105,101,95,98,97,114,0,8,0,12,46,112,121,45,49,46,99,111,111,107,105,101,0,8,0,10,46,112,121,45,51,46,114,103,112,100,0,8,0,12,46,112,121,45,52,46,99,111,111,107,105,101,0,8,0,22,46,112,122,45,100,105,115,99,108,97,105,109,101,114,45,45,99,111,111,107,105,101,0,8,0,21,46,113,45,108,101,103,97,108,45,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,30,46,113,45,110,111,116,105,102,105,99,97,116,105,111,110,91,99,108,97,115,115,42,61,34,103,100,112,114,34,93,0,8,0,17,46,113,45,115,105,108,101,110,116,45,99,111,110,115,101,110,116,0,8,0,10,46,113,95,99,111,111,107,105,101,115,0,8,0,18,46,113,97,45,97,108,101,114,116,45,45,99,111,111,107,105,101,115,0,8,0,17,46,113,97,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,17,46,113,97,45,115,110,97,99,107,98,97,114,45,99,99,112,97,0,8,0,17,46,113,98,45,99,111,111,107,105,101,108,97,119,45,98,97,114,0,8,0,15,46,113,99,45,99,109,112,45,115,104,111,119,105,110,103,0,8,0,20,46,113,99,45,99,109,112,45,117,105,45,99,111,110,116,97,105,110,101,114,0,8,0,16,46,113,100,45,99,111,111,107,105,101,45,112,111,112,117,112,0,8,0,11,46,113,103,45,99,111,110,115,101,110,116,0,8,0,12,46,113,110,105,45,99,111,111,107,109,115,103,0,8,0,17,46,113,112,45,99,111,111,107,105,101,115,45,97,108,101,114,116,0,8,0,30,46,113,116,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,98,111,120,45,119,114,97,112,112,101,114,0,8,0,17,46,113,117,105,99,107,45,99,111,111,107,105,101,45,98,97,114,0,8,0,9,46,114,45,99,111,111,107,105,101,0,8,0,13,46,114,45,99,111,111,107,105,101,45,98,97,114,0,8,0,16,46,114,45,99,111,111,107,105,101,45,102,111,111,116,101,114,0,8,0,10,46,114,45,99,111,111,107,105,101,115,0,8,0,15,46,114,45,103,100,112,114,45,99,111,111,107,105,101,115,0,8,0,13,46,114,45,103,100,112,114,45,112,111,112,117,112,0,8,0,17,46,114,97,100,105,111,112,108,97,121,101,114,45,97,110,110,111,0,8,0,27,46,114,97,100,105,111,112,108,97,121,101,114,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,18,46,114,97,100,105,115,104,45,99,111,111,107,105,101,45,98,97,114,0,8,0,15,46,114,97,100,105,115,104,45,114,99,99,45,98,97,114,0,8,0,19,46,114,97,104,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,16,46,114,97,110,107,45,99,111,111,107,105,101,45,98,97,114,0,8,0,17,46,114,97,115,116,104,97,98,101,114,45,99,111,111,107,105,101,0,8,0,18,46,114,98,45,97,99,99,101,112,116,45,99,111,111,107,105,101,115,0,8,0,10,46,114,98,45,99,111,111,107,105,101,0,8,0,19,46,114,98,45,99,111,111,107,105,101,45,98,97,99,107,100,114,111,112,0,8,0,21,46,114,98,45,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,0,8,0,16,46,114,98,45,99,111,111,107,105,110,103,97,108,101,114,116,0,8,0,17,46,114,99,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,23,46,114,99,119,45,99,45,99,111,111,107,105,101,100,105,115,99,108,97,105,109,101,114,0,8,0,15,46,114,100,95,95,99,111,111,107,105,101,45,98,97,114,0,8,0,23,46,114,100,103,100,112,114,97,111,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,25,46,114,100,109,45,100,97,97,99,45,110,111,116,105,99,101,45,116,101,109,112,108,97,116,101,0,8,0,23,46,114,101,97,99,116,45,45,109,111,100,117,108,101,95,95,99,111,111,107,105,101,115,0,8,0,20,46,114,101,97,99,116,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,26,46,114,101,97,99,116,45,99,111,111,107,105,101,45,103,100,112,114,45,98,108,111,99,107,101,114,0,8,0,25,46,114,101,97,99,116,45,99,111,111,107,105,101,45,103,100,112,114,45,100,105,97,108,111,103,0,8,0,24,46,114,101,97,99,116,45,99,111,111,107,105,101,45,108,97,119,45,100,105,97,108,111,103,0,8,0,32,46,114,101,97,99,116,45,110,97,118,105,45,101,97,45,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,0,8,0,37,46,114,101,97,99,116,45,114,101,118,101,97,108,91,99,108,97,115,115,42,61,34,99,111,111,107,105,101,45,98,97,110,110,101,114,34,93,0,8,0,11,46,114,101,97,100,99,111,111,107,105,101,0,8,0,17,46,114,101,99,116,97,110,103,108,101,67,111,111,107,105,101,115,0,8,0,13,46,114,101,99,117,114,108,121,45,103,100,112,114,0,8,0,21,46,114,101,100,104,97,116,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,18,46,114,101,103,105,111,110,45,99,111,111,107,105,101,45,98,97,110,0,8,0,21,46,114,101,103,105,111,110,45,99,111,111,107,105,101,109,101,108,100,105,110,103,0,8,0,28,46,114,101,103,105,111,110,45,100,105,115,99,108,97,105,109,101,114,45,99,111,109,112,111,110,101,110,116,0,8,0,12,46,114,101,103,105,111,110,45,103,100,112,114,0,8,0,17,46,114,101,103,105,111,110,45,114,111,100,111,45,105,110,102,111,0,8,0,24,46,114,101,103,105,111,110,97,108,45,99,111,111,107,105,101,45,119,97,114,110,105,110,103,0,8,0,15,46,114,101,113,117,101,115,116,67,111,111,107,105,101,115,0,8,0,21,46,114,101,115,67,111,111,107,105,101,99,111,110,45,119,114,97,112,112,101,114,0,8,0,22,46,114,101,115,104,97,114,101,95,99,111,111,107,105,101,119,97,114,110,105,110,103,0,8,0,24,46,114,101,115,112,111,110,115,105,118,101,45,97,112,112,95,95,99,111,111,107,105,101,115,0,8,0,27,46,114,101,115,112,111,110,115,105,118,101,70,111,111,116,101,114,66,97,114,67,111,110,116,101,110,116,0,8,0,13,46,114,101,115,117,108,116,67,111,111,107,105,101,0,8,0,20,46,114,101,116,97,105,108,45,99,111,111,107,105,101,45,108,97,121,101,114,0,8,0,23,46,114,101,118,101,97,108,45,109,111,100,97,108,45,98,103,45,99,111,111,107,105,101,0,8,0,20,46,114,101,118,101,97,108,45,109,111,100,97,108,45,99,111,111,107,105,101,0,8,0,27,46,114,101,118,101,97,108,45,109,111,100,97,108,91,105,100,42,61,34,99,111,111,107,105,101,34,93,0,8,0,17,46,114,101,121,45,99,111,111,107,105,101,78,111,116,105,99,101,0,8,0,11,46,114,103,112,100,45,97,108,101,114,116,0,8,0,12,46,114,103,112,100,45,98,97,110,110,101,114,0,8,0,9,46,114,103,112,100,45,98,97,114,0,8,0,11,46,114,103,112,100,45,98,108,111,99,107,0,8,0,14,46,114,103,112,100,45,98,108,111,99,107,97,103,101,0,8,0,13,46,114,103,112,100,45,99,111,110,115,101,110,116,0,8,0,15,46,114,103,112,100,45,99,111,110,116,97,105,110,101,114,0,8,0,12,46,114,103,112,100,45,99,111,111,107,105,101,0,8,0,15,46,114,103,112,100,45,99,111,111,107,105,101,98,97,114,0,8,0,13,46,114,103,112,100,45,99,111,111,107,105,101,115,0,8,0,20,46,114,103,112,100,45,99,111,111,107,105,101,115,45,98,97,110,110,101,114,0,8,0,21,46,114,103,112,100,45,99,111,111,107,105,101,115,45,116,111,111,108,98,111,120,0,8,0,25,46,114,103,112,100,45,100,97,116,97,45,99,111,110,116,114,111,108,45,98,97,110,110,101,114,0,8,0,12,46,114,103,112,100,45,101,110,99,97,114,116,0,8,0,15,46,114,103,112,100,45,102,105,120,101,100,45,98,97,114,0,8,0,12,46,114,103,112,100,45,102,111,111,116,101,114,0,8,0,17,46,114,103,112,100,45,103,101,110,101,114,97,108,45,98,111,120,0,8,0,14,46,114,103,112,100,45,105,110,102,111,95,98,97,114,0,8,0,11,46,114,103,112,100,45,105,110,110,101,114,0,8,0,11,46,114,103,112,100,45,108,97,121,101,114,0,8,0,12,46,114,103,112,100,45,110,97,118,98,97,114,0,8,0,12,46,114,103,112,100,45,110,111,116,105,99,101,0,8,0,18,46,114,103,112,100,45,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,11,46,114,103,112,100,45,112,111,112,105,110,0,8,0,11,46,114,103,112,100,45,112,111,112,117,112,0,8,0,13,46,114,103,112,100,45,119,114,97,112,112,101,114,0,8,0,10,46,114,103,112,100,46,118,105,101,119,0,8,0,8,46,114,103,112,100,66,97,110,0,8,0,11,46,114,103,112,100,67,111,111,107,105,101,0,8,0,14,46,114,103,112,100,95,98,97,99,107,100,114,111,112,0,8,0,12,46,114,103,112,100,95,98,97,110,110,101,114,0,8,0,18,46,114,103,112,100,95,98,97,110,110,101,114,95,97,108,101,114,116,0,8,0,9,46,114,103,112,100,95,98,111,120,0,8,0,13,46,114,103,112,100,95,109,101,115,115,97,103,101,0,8,0,18,46,114,104,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,28,46,114,104,119,101,98,45,111,118,101,114,108,97,121,45,99,111,111,107,105,101,45,99,104,97,110,103,101,0,8,0,15,46,114,105,98,98,111,110,45,95,99,111,111,107,105,101,0,8,0,14,46,114,105,98,98,111,110,45,99,111,111,107,105,101,0,8,0,22,46,114,105,103,104,116,45,102,108,111,97,116,105,110,103,45,99,111,111,107,105,101,0,8,0,22,46,114,105,113,117,97,100,114,111,65,118,118,105,115,111,80,114,105,118,97,99,121,0,8,0,20,46,114,105,115,99,109,115,95,99,111,111,107,105,101,108,101,105,115,116,101,0,8,0,22,46,114,106,119,112,45,99,111,111,107,105,101,45,108,97,119,45,112,111,112,117,112,0,8,0,25,46,114,108,116,99,112,95,105,110,102,111,114,109,97,116,105,111,110,95,99,111,111,107,105,101,0,8,0,11,46,114,108,120,45,99,111,111,107,105,101,0,8,0,15,46,114,108,120,45,99,111,111,107,105,101,45,98,97,114,0,8,0,10,46,114,109,45,99,111,111,107,105,101,0,8,0,17,46,114,109,45,99,111,111,107,105,101,115,45,97,108,101,114,116,0,8,0,16,46,114,109,45,99,111,111,107,105,101,115,45,98,101,108,116,0,8,0,14,46,114,109,45,99,111,111,107,105,101,115,45,111,108,0,8,0,15,46,114,109,103,67,111,111,107,105,101,65,108,101,114,116,0,8,0,18,46,114,110,107,45,67,111,111,107,105,101,115,80,111,108,105,99,121,0,8,0,11,46,114,110,116,95,99,111,111,107,105,101,0,8,0,18,46,114,111,99,107,45,99,111,111,107,105,101,45,112,111,112,117,112,0,8,0,12,46,114,111,100,111,45,97,99,99,101,112,116,0,8,0,11,46,114,111,100,111,45,97,108,101,114,116,0,8,0,26,46,114,111,100,111,45,99,111,111,107,105,101,115,45,112,97,110,101,108,45,109,111,100,117,108,101,0,8,0,12,46,114,111,100,111,45,104,101,105,103,104,116,0,8,0,10,46,114,111,100,111,45,105,110,102,111,0,8,0,14,46,114,111,100,111,45,105,110,102,111,45,98,111,120,0,8,0,22,46,114,111,100,111,45,105,110,102,111,45,98,111,120,45,111,118,101,114,108,97,121,0,8,0,19,46,114,111,100,111,45,105,110,102,111,95,95,99,111,110,116,101,110,116,0,8,0,19,46,114,111,100,111,45,105,110,102,111,95,95,111,118,101,114,108,97,121,0,8,0,11,46,114,111,100,111,45,109,111,100,97,108,0,8,0,21,46,114,111,100,111,45,110,111,116,45,115,109,97,108,108,45,109,111,100,97,108,0,8,0,15,46,114,111,100,111,45,111,118,101,114,108,97,121,101,114,0,8,0,11,46,114,111,100,111,45,112,111,112,117,112,0,8,0,17,46,114,111,100,111,45,112,111,112,117,112,95,112,111,112,117,112,0,8,0,13,46,114,111,100,111,45,119,114,97,112,112,101,114,0,8,0,15,46,114,111,100,111,45,119,114,97,112,112,101,114,45,49,0,8,0,10,46,114,111,100,111,65,108,101,114,116,0,8,0,10,46,114,111,100,111,80,111,112,117,112,0,8,0,13,46,114,111,100,111,95,95,97,99,99,101,112,116,0,8,0,16,46,114,111,100,111,95,95,99,111,110,116,97,105,110,101,114,0,8,0,19,46,114,111,100,111,95,99,111,111,107,105,101,115,95,112,111,112,117,112,0,8,0,10,46,114,111,100,111,95,105,110,102,111,0,8,0,11,46,114,111,100,111,97,99,99,101,112,116,0,8,0,12,46,114,111,104,45,99,111,111,107,105,101,115,0,8,0,23,46,114,111,119,45,45,99,111,111,107,105,101,45,99,111,109,112,108,105,97,110,99,101,0,8,0,14,46,114,111,119,45,99,111,111,107,105,101,98,97,114,0,8,0,12,46,114,111,119,45,99,111,111,107,105,101,115,0,8,0,41,46,114,111,119,91,100,97,116,97,45,116,101,115,116,45,115,101,108,101,99,116,111,114,42,61,34,99,111,111,107,105,101,45,98,97,110,110,101,114,34,93,0,8,0,18,46,114,112,45,67,111,111,107,105,101,115,67,111,110,115,101,110,116,0,8,0,16,46,114,115,45,97,108,101,114,116,45,99,111,111,107,105,101,0,8,0,18,46,114,115,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,16,46,114,115,116,98,111,120,67,111,111,107,105,101,66,97,114,0,8,0,12,46,114,115,117,45,99,111,111,107,105,101,115,0,8,0,23,46,114,116,45,99,111,111,107,105,101,112,111,108,105,99,121,45,110,111,116,105,99,101,0,8,0,19,46,114,116,115,45,99,111,111,107,105,101,45,119,97,114,110,105,110,103,0,8,0,27,46,114,116,115,45,99,111,111,107,105,101,115,45,119,97,114,110,105,110,103,45,112,97,110,110,101,108,0,8,0,27,46,114,116,115,45,109,111,100,117,108,101,45,99,111,111,107,105,101,115,45,109,101,115,115,97,103,101,0,8,0,24,46,114,118,108,45,66,97,110,110,101,114,45,99,111,111,107,105,101,66,97,110,110,101,114,0,8,0,18,46,114,119,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,23,46,114,119,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,31,46,114,120,116,99,111,111,107,105,101,100,105,115,99,108,97,105,109,101,114,95,95,99,111,110,116,97,105,110,101,114,0,8,0,21,46,114,121,45,99,111,111,107,105,101,45,112,101,114,109,105,115,115,105,111,110,0,8,0,35,46,115,45,45,109,101,115,115,97,103,101,91,99,108,97,115,115,42,61,34,99,111,111,107,105,101,45,110,111,116,105,99,101,34,93,0,8,0,20,46,115,45,49,48,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,14,46,115,45,97,112,112,45,99,111,111,107,105,101,115,0,8,0,9,46,115,45,99,111,111,107,105,101,0,8,0,20,46,115,45,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,0,8,0,14,46,115,45,99,111,111,107,105,101,45,104,105,110,116,0,8,0,26,46,115,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,45,98,97,114,0,8,0,15,46,115,45,99,111,111,107,105,101,45,112,111,112,117,112,0,8,0,17,46,115,45,99,111,111,107,105,101,95,95,109,111,100,97,108,53,0,8,0,12,46,115,45,99,111,111,107,105,101,98,97,114,0,8,0,10,46,115,45,99,111,111,107,105,101,115,0,8,0,15,46,115,45,99,111,111,107,105,101,115,45,105,110,102,111,0,8,0,21,46,115,45,99,111,111,107,105,101,115,45,105,110,102,111,45,105,110,110,101,114,0,8,0,18,46,115,45,99,111,111,107,105,101,115,45,119,97,114,110,105,110,103,0,8,0,21,46,115,45,99,111,111,107,105,101,115,95,95,99,111,110,116,97,105,110,101,114,0,8,0,19,46,115,45,99,111,111,107,105,101,115,95,95,119,114,97,112,112,101,114,0,8,0,7,46,115,45,103,100,112,114,0,8,0,35,46,115,45,110,97,118,105,103,97,116,105,111,110,45,116,111,111,108,45,112,97,110,101,108,45,100,105,115,99,108,97,105,109,101,114,0,8,0,17,46,115,49,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,29,46,115,50,48,45,99,111,111,107,105,101,45,98,97,110,110,101,114,95,95,99,111,110,116,97,105,110,101,114,0,8,0,23,46,115,50,48,50,50,45,99,111,111,107,105,101,45,98,97,114,95,95,118,101,105,108,0,8,0,22,46,115,50,109,67,111,111,107,105,101,115,79,112,116,105,110,68,105,97,108,111,103,0,8,0,23,46,115,51,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,45,119,114,97,112,0,8,0,25,46,115,51,54,48,45,99,111,111,107,105,101,45,104,105,110,116,45,119,114,97,112,112,101,114,0,8,0,16,46,115,95,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,13,46,115,97,103,101,45,99,111,111,107,105,101,115,0,8,0,18,46,115,97,109,115,45,99,111,111,107,105,101,45,109,111,100,97,108,0,8,0,15,46,115,97,110,97,45,99,111,111,107,105,101,98,97,114,0,8,0,17,46,115,97,110,111,109,97,45,111,112,116,105,110,45,98,97,114,0,8,0,13,46,115,97,118,101,45,99,111,111,107,105,101,115,0,8,0,17,46,115,97,118,101,45,99,111,111,107,105,101,115,45,114,116,101,0,8,0,19,46,115,98,45,98,97,110,110,101,114,115,45,45,99,111,111,107,105,101,0,8,0,19,46,115,98,45,99,111,111,107,105,101,45,105,110,102,111,45,98,111,120,0,8,0,17,46,115,98,45,99,111,111,107,105,101,115,45,97,108,101,114,116,0,8,0,18,46,115,98,45,110,99,111,111,107,105,101,115,45,97,108,101,114,116,0,8,0,10,46,115,99,45,99,111,111,107,105,101,0,8,0,17,46,115,99,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,11,46,115,99,45,99,111,111,107,105,101,115,0,8,0,8,46,115,99,45,103,100,112,114,0,8,0,15,46,115,99,45,103,100,112,114,45,98,97,110,110,101,114,0,8,0,27,46,115,99,45,109,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,0,8,0,18,46,115,99,45,112,114,105,118,97,99,121,45,98,97,110,110,101,114,0,8,0,18,46,115,99,103,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,19,46,115,99,104,45,100,97,116,97,99,111,110,116,114,111,108,108,101,114,0,8,0,20,46,115,99,104,97,95,95,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,11,46,115,99,109,112,45,112,111,112,105,110,0,8,0,19,46,115,99,111,45,99,111,111,107,105,101,45,99,111,110,102,105,114,109,0,8,0,28,46,115,99,111,109,109,101,114,99,101,45,103,100,112,114,45,99,111,111,107,105,101,110,111,116,105,99,101,0,8,0,30,46,115,99,111,114,101,45,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,45,97,108,101,114,116,0,8,0,30,46,115,99,112,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,111,117,116,101,114,45,119,114,97,112,0,8,0,16,46,115,99,114,45,97,100,118,45,99,111,111,107,105,101,115,0,8,0,22,46,115,99,114,101,101,110,45,111,118,101,114,108,97,121,45,99,111,111,107,105,101,0,8,0,14,46,115,99,114,101,101,110,46,99,111,111,107,105,101,0,8,0,28,46,115,99,114,105,112,116,45,112,114,105,118,97,99,121,80,111,108,105,99,121,45,99,111,111,107,105,101,0,8,0,21,46,115,99,114,105,112,116,95,99,111,111,107,105,101,95,98,97,110,110,101,114,0,8,0,19,46,115,99,114,111,108,108,45,102,105,120,46,99,111,111,107,105,101,115,0,8,0,19,46,115,99,114,111,108,108,101,114,32,62,32,46,99,111,111,107,105,101,0,8,0,11,46,115,99,119,45,99,111,111,107,105,101,0,8,0,17,46,115,100,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,23,46,115,100,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,17,46,115,100,95,99,111,111,107,105,101,115,112,111,108,105,99,121,0,8,0,23,46,115,100,99,45,115,105,116,101,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,28,46,115,100,108,45,110,111,116,105,102,105,99,97,116,105,111,110,45,99,111,111,107,105,101,45,98,97,114,0,8,0,19,46,115,100,108,45,119,101,98,45,99,111,111,107,105,101,45,98,97,114,0,8,0,16,46,115,101,97,116,95,99,111,111,107,105,101,95,98,97,114,0,8,0,22,46,115,101,99,116,105,111,110,45,45,98,97,110,110,101,114,67,111,111,107,105,101,0,8,0,24,46,115,101,99,116,105,111,110,45,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,23,46,115,101,99,116,105,111,110,45,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,8,0,19,46,115,101,99,116,105,111,110,45,45,99,111,111,107,105,101,66,97,114,0,8,0,17,46,115,101,99,116,105,111,110,45,45,99,111,111,107,105,101,115,0,8,0,15,46,115,101,99,116,105,111,110,45,99,111,111,107,105,101,0,8,0,23,46,115,101,99,116,105,111,110,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,0,8,0,27,46,115,101,99,116,105,111,110,45,99,111,111,107,105,101,78,111,116,105,102,105,99,97,116,105,111,110,0,8,0,16,46,115,101,99,116,105,111,110,45,99,111,111,107,105,101,115,0,8,0,29,46,115,101,99,116,105,111,110,45,110,111,116,105,102,105,99,97,116,105,111,110,45,99,111,111,107,105,101,115,0,8,0,19,46,115,101,99,116,105,111,110,45,112,111,112,117,112,45,103,100,112,114,0,8,0,25,46,115,101,99,116,105,111,110,95,95,99,111,111,107,105,101,45,45,109,101,115,115,97,103,101,0,8,0,23,46,115,101,99,116,105,111,110,95,95,99,111,111,107,105,101,45,116,111,103,103,108,101,0,8,0,17,46,115,101,99,116,105,111,110,95,95,99,111,111,107,105,101,115,0,8,0,21,46,115,101,101,114,115,45,99,109,112,45,98,97,110,110,101,114,45,98,97,114,0,8,0,26,46,115,101,101,114,115,45,99,109,112,45,99,111,111,107,105,101,45,100,97,116,97,45,104,111,108,0,8,0,22,46,115,101,103,98,45,99,111,111,107,105,101,99,111,109,112,108,105,97,110,99,101,0,8,0,12,46,115,101,105,99,45,99,111,111,107,105,101,0,8,0,25,46,115,101,108,101,99,116,111,114,67,111,111,107,105,101,76,97,119,77,101,115,115,97,103,101,0,8,0,20,46,115,101,108,102,45,99,111,110,116,97,105,110,45,99,111,111,107,105,101,0,8,0,18,46,115,101,109,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,28,46,115,101,110,116,101,110,99,101,45,45,99,111,111,107,105,101,45,45,99,111,110,116,97,105,110,101,114,0,8,0,22,46,115,101,111,112,114,101,115,115,45,117,115,101,114,45,99,111,110,115,101,110,116,0,8,0,31,46,115,101,111,112,114,101,115,115,45,117,115,101,114,45,99,111,110,115,101,110,116,45,98,97,99,107,100,114,111,112,0,8,0,17,46,115,101,116,114,97,112,112,101,108,99,111,111,107,105,101,115,0,8,0,12,46,115,101,116,115,45,99,111,111,107,105,101,0,8,0,11,46,115,102,45,99,111,110,115,101,110,116,0,8,0,17,46,115,102,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,18,46,115,102,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,24,46,115,102,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,111,117,116,101,114,0,8,0,20,46,115,102,45,99,111,111,107,105,101,100,105,115,99,108,97,105,109,101,114,0,8,0,18,46,115,102,45,99,111,111,107,105,101,115,45,98,97,110,110,101,114,0,8,0,21,46,115,102,95,119,105,100,103,101,116,95,112,101,114,109,105,115,115,105,111,110,0,8,0,21,46,115,102,115,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,8,0,18,46,115,103,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,20,46,115,103,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,8,0,17,46,115,103,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,17,46,115,103,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,8,0,23,46,115,103,45,99,111,111,107,105,101,45,112,111,108,105,99,121,45,112,111,112,117,112,0,8,0,13,46,115,103,45,99,119,45,99,111,111,107,105,101,0,8,0,13,46,115,103,99,99,45,99,111,111,107,105,101,115,0,8,0,10,46,115,103,100,112,114,45,98,111,120,0,8,0,20,46,115,103,115,45,99,111,111,107,105,101,115,45,99,111,110,115,101,110,116,0,8,0,11,46,115,103,115,67,111,111,107,105,101,115,0,8,0,10,46,115,104,45,99,111,111,107,105,101,0,8,0,16,46,115,104,45,99,111,111,107,105,101,45,97,108,101,114,116,0,8,0,17,46,115,104,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,23,46,115,104,45,99,111,111,107,105,101,45,99,111,110,102,105,114,109,97,116,105,111,110,0,8,0,17,46,115,104,45,99,111,111,107,105,101,45,100,105,97,108,111,103,0,8,0,17,46,115,104,45,99,111,111,107,105,101,115,45,116,114,97,99,107,0,8,0,22,46,115,104,45,115,104,111,119,45,99,111,111,107,105,101,115,45,116,114,97,99,107,0,8,0,14,46,115,104,97,100,111,119,45,99,111,111,107,105,101,0,8,0,21,46,115,104,97,100,111,119,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,20,46,115,104,97,100,111,119,45,99,111,111,107,105,101,66,97,110,110,101,114,0,8,0,27,46,115,104,97,114,101,97,104,111,108,105,99,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,21,46,115,104,97,114,101,100,45,97,108,101,114,116,95,95,99,111,111,107,105,101,0,8,0,26,46,115,104,97,114,101,100,45,99,111,109,112,111,110,101,110,116,115,45,99,111,111,107,105,101,115,0,8,0,22,46,115,104,97,114,101,100,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,15,46,115,104,97,114,101,100,45,99,111,111,107,105,101,115,0,8,0,22,46,115,104,97,114,101,100,95,95,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,13,46,115,104,97,114,107,45,99,111,111,107,105,101,0,8,0,23,46,115,104,98,45,97,99,99,101,112,116,45,99,111,111,107,105,101,115,45,98,111,120,0,8,0,21,46,115,104,105,102,116,114,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,21,46,115,104,111,112,117,105,45,101,117,45,99,111,111,107,105,101,45,98,97,114,0,8,0,20,46,115,104,111,119,45,98,97,110,110,101,114,45,99,111,111,107,105,101,115,0,8,0,20,46,115,104,111,119,45,99,111,110,99,111,114,100,45,98,97,110,110,101,114,0,8,0,22,46,115,104,111,119,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,8,0,21,46,115,104,111,119,45,99,111,111,107,105,101,45,110,111,116,105,102,121,101,114,0,8,0,38,46,115,104,111,119,45,99,111,111,107,105,101,45,112,111,112,117,112,58,110,111,116,40,98,111,100,121,41,58,110,111,116,40,104,116,109,108,41,0,8,0,15,46,115,104,111,119,45,101,117,45,99,111,111,107,105,101,0,8,0,20,46,115,104,111,119,45,103,100,112,114,58,110,111,116,40,98,111,100,121,41,0,8,0,19,46,115,104,111,119,45,110,111,116,105,99,101,45,99,111,111,107,105,101,0,8,0,20,46,115,104,111,119,46,117,100,99,45,98,97,114,45,104,111,108,100,101,114,0,8,0,13,46,115,104,111,119,46,117,100,99,45,111,118,114,0,8,0,9,46,115,104,111,119,71,68,80,82,0,8,0,18,46,115,104,111,119,80,114,105,118,97,99,121,67,111,111,107,105,101,0,8,0,29,46,115,104,111,119,91,99,108,97,115,115,42,61,34,99,111,111,107,105,101,45,110,111,116,105,99,101,34,93,0,8,0,32,46,115,104,111,119,95,99,111,111,107,105,101,58,110,111,116,40,98,111,100,121,41,58,110,111,116,40,104,116,109,108,41,0,8,0,13,46,115,104,111,119,95,99,111,111,107,105,101,115,0,8,0,21,46,115,104,111,119,101,100,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,15,46,115,104,111,119,101,100,46,99,111,111,107,105,101,115,0,8,0,10,46,115,104,114,109,45,103,100,112,114,0,8,0,29,46,115,105,103,45,99,111,111,107,105,101,45,98,97,110,110,101,114,95,95,99,111,110,116,97,105,110,101,114,0,8,0,16,46,115,105,103,110,97,116,117,45,99,111,110,115,101,110,116,0,8,0,23,46,115,105,107,111,45,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,0,8,0,18,46,115,105,109,112,108,101,45,99,111,111,107,105,101,45,98,97,114,0,8,0,23,46,115,105,109,112,108,101,45,99,111,111,107,105,101,115,45,119,114,97,112,112,101,114,0,8,0,12,46,115,105,115,117,45,99,111,111,107,105,101,0,8,0,17,46,115,105,116,101,45,71,68,80,82,45,98,97,110,110,101,114,0,8,0,20,46,115,105,116,101,45,98,101,97,99,111,110,45,99,111,111,107,105,101,115,0,8,0,18,46,115,105,116,101,45,99,111,111,107,105,101,45,97,108,101,114,116,0,8,0,19,46,115,105,116,101,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,22,46,115,105,116,101,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,8,0,20,46,115,105,116,101,45,99,111,111,107,105,101,45,99,111,110,116,101,110,116,0,8,0,23,46,115,105,116,101,45,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,0,8,0,17,46,115,105,116,101,45,99,111,111,107,105,101,45,105,110,102,111,0,8,0,18,46,115,105,116,101,45,99,111,111,107,105,101,45,112,97,110,101,108,0,8,0,18,46,115,105,116,101,45,99,111,111,107,105,101,45,112,111,112,117,112,0,8,0,20,46,115,105,116,101,45,99,111,111,107,105,101,45,119,97,114,110,105,110,103,0,8,0,18,46,115,105,116,101,45,99,111,111,107,105,101,66,97,110,110,101,114,0,8,0,13,46,115,105,116,101,45,99,111,111,107,105,101,115,0,8,0,20,46,115,105,116,101,45,99,111,111,107,105,101,115,45,98,97,110,110,101,114,0,8,0,18,46,115,105,116,101,45,99,111,111,107,105,101,115,45,105,110,102,111,0,8,0,21,46,115,105,116,101,45,99,111,111,107,105,101,115,45,119,114,97,112,112,101,114,0,8,0,26,46,115,105,116,101,45,102,111,111,116,101,114,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,25,46,115,105,116,101,45,102,111,111,116,101,114,45,99,111,111,107,105,101,98,97,110,110,101,114,0,8,0,17,46,115,105,116,101,45,103,100,112,114,45,98,97,110,110,101,114,0,8,0,18,46,115,105,116,101,45,103,100,112,114,45,109,101,115,115,97,103,101,0,8,0,20,46,115,105,116,101,45,104,101,97,100,101,114,45,99,111,111,107,105,101,115,0,8,0,22,46,115,105,116,101,45,109,101,115,115,97,103,101,45,45,99,111,111,107,105,101,115,0,8,0,20,46,115,105,116,101,45,109,101,115,115,97,103,101,46,99,111,111,107,105,101,0,8,0,25,46,115,105,116,101,45,109,111,100,117,108,101,45,45,115,105,116,101,45,99,111,111,107,105,101,0,8,0,16,46,115,105,116,101,45,109,115,103,45,99,111,111,107,105,101,0,8,0,19,46,115,105,116,101,45,110,101,101,100,115,45,99,111,111,107,105,101,115,0,8,0,20,46,115,105,116,101,45,110,111,116,105,99,101,45,119,114,97,112,112,101,114,0,8,0,33,46,115,105,116,101,45,112,111,108,105,99,121,45,99,111,110,115,101,110,116,45,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,19,46,115,105,116,101,45,112,111,112,117,112,46,99,111,110,115,101,110,116,0,8,0,19,46,115,105,116,101,45,112,114,105,118,97,99,121,112,111,108,105,99,121,0,8,0,26,46,115,105,116,101,45,117,115,101,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,8,0,24,46,115,105,116,101,45,117,115,101,115,45,99,111,111,107,105,101,115,45,98,108,111,99,107,0,8,0,23,46,115,105,116,101,45,119,105,100,101,45,110,111,116,105,99,101,45,45,103,100,112,114,0,8,0,11,46,115,105,116,101,67,111,111,107,105,101,0,8,0,20,46,115,105,116,101,67,111,111,107,105,101,115,45,45,98,111,116,116,111,109,0,8,0,23,46,115,105,116,101,95,98,108,111,99,107,95,119,114,97,112,95,99,111,111,107,105,101,0,8,0,23,46,115,105,116,101,95,99,111,111,107,105,101,115,95,99,111,110,116,97,105,110,101,114,0,8,0,28,46,115,105,116,101,95,99,111,111,107,105,101,115,95,99,111,110,116,97,105,110,101,114,95,111,112,101,110,0,8,0,21,46,115,105,116,101,95,99,111,111,107,105,101,115,95,109,101,115,115,97,103,101,0,8,0,18,46,115,105,116,101,95,99,111,111,107,105,101,115,112,108,97,115,104,0,8,0,19,46,115,105,116,101,95,104,101,97,100,101,114,95,99,111,111,107,105,101,0,8,0,29,46,115,105,116,101,95,112,114,105,118,97,99,121,99,111,111,107,105,101,115,95,95,99,111,110,116,101,110,116,0,8,0,41,46,115,105,116,101,112,108,97,110,110,101,114,45,109,111,100,117,108,101,115,45,99,111,111,107,105,101,45,112,111,108,105,99,121,45,110,111,116,105,99,101,0,8,0,20,46,115,105,116,101,115,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,24,46,115,105,116,101,115,45,99,111,111,107,105,101,45,110,111,116,105,99,101,45,102,105,116,0,8,0,18,46,115,105,116,101,115,109,97,114,116,45,99,111,111,107,105,101,115,0,8,0,32,46,115,105,116,101,119,105,100,101,45,98,97,110,110,101,114,45,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,14,46,115,106,115,45,101,117,45,99,111,111,107,105,101,0,8,0,29,46,115,107,45,99,111,109,112,111,110,101,110,116,45,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,0,8,0,18,46,115,107,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,0,8,0,12,46,115,107,97,45,99,111,111,107,105,101,115,0,8,0,14,46,115,107,114,45,99,111,111,107,105,101,66,111,120,0,8,0,28,46,115,107,121,45,99,111,109,112,111,110,101,110,116,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,17,46,115,108,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,18,46,115,108,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,14,46,115,108,105,99,101,95,67,111,111,107,105,101,115,0,8,0,15,46,115,108,105,100,101,73,110,46,99,111,111,107,105,101,0,8,0,17,46,115,108,105,100,101,111,117,116,45,99,111,111,107,105,101,115,0,8,0,23,46,115,108,105,100,105,110,103,45,99,111,111,107,105,101,115,45,98,111,116,116,111,109,0,8,0,22,46,115,108,105,100,105,110,103,45,112,114,105,118,97,99,121,45,112,111,112,117,112,0,8,0,20,46,115,109,45,99,111,111,107,105,101,45,97,103,114,101,101,109,101,110,116,0,8,0,18,46,115,109,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,19,46,115,109,97,45,99,111,111,107,105,101,45,119,114,97,112,112,101,114,0,8,0,21,46,115,109,97,108,108,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,24,46,115,109,97,108,108,95,103,100,112,114,95,112,111,112,117,112,95,104,111,108,100,101,114,0,8,0,17,46,115,109,97,114,116,45,101,117,45,99,111,111,107,105,101,115,0,8,0,35,46,115,109,99,99,95,98,111,116,116,111,109,95,99,111,111,107,105,101,97,99,99,101,112,116,95,99,111,110,116,97,105,110,101,114,0,8,0,36,46,115,109,105,108,101,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,45,99,111,110,116,97,105,110,101,114,0,8,0,17,46,115,109,108,95,99,111,111,107,105,101,112,111,108,105,99,121,0,8,0,17,46,115,109,111,111,116,104,105,101,45,99,111,110,115,101,110,116,0,8,0,20,46,115,109,114,116,45,110,99,111,111,107,105,101,115,45,97,108,101,114,116,0,8,0,16,46,115,109,116,45,99,111,111,107,105,101,45,110,111,116,101,0,8,0,16,46,115,110,97,99,107,98,97,114,45,99,111,111,107,105,101,0,8,0,26,46,115,110,97,99,107,98,97,114,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,8,0,15,46,115,110,99,109,112,45,97,112,112,95,103,100,112,114,0,8,0,23,46,115,110,101,97,107,121,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,8,0,21,46,115,110,105,103,101,108,45,99,109,112,45,102,114,97,109,101,119,111,114,107,0,8,0,18,46,115,111,45,99,111,111,107,105,101,45,119,114,97,112,112,101,114,0,8,0,29,46,115,111,45,103,100,112,114,95,95,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,18,46,115,111,101,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,8,0,23,46,115,111,107,45,99,111,110,115,101,110,116,45,98,111,116,116,111,109,45,98,97,114,0,8,0,21,46,115,111,108,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,8,0,17,46,115,111,108,45,99,111,111,107,105,101,45,99,111,118,101,114,0,8,0,19,46,115,111,108,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,0,8,0,11,46,115,111,115,45,99,111,111,107,105,101,0,8,0,14,46,115,111,116,105,99,45,99,111,111,107,105,101,115,0,8,0,16,46,115,111,117,104,108,97,115,45,99,111,111,107,105,101,115,0,8,0,11,46,115,111,118,114,110,45,103,100,112,114,0,8,0,17,46,115,112,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,18,46,115,112,45,99,111,111,107,105,101,45,119,97,114,110,105,110,103,0,8,0,30,46,115,112,45,103,100,112,114,45,99,111,111,107,105,101,45,110,111,116,105,99,101,45,119,114,97,112,112,101,114,0,8,0,23,46,115,112,45,109,45,99,111,111,107,105,101,115,45,99,111,110,116,97,105,110,101,114,0,8,0,15,46,115,112,67,111,111,107,105,101,78,111,116,105,99,101,0,8,0,14,46,115,112,95,97,100,95,119,114,97,112,112,101,114,0,8,0,20,46,115,112,97,99,101,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,11,46,115,112,100,45,99,111,111,107,105,101,0,8,0,18,46,115,112,101,99,45,99,111,111,107,105,101,45,111,112,116,105,110,0,8,0,30,46,115,112,101,99,116,114,117,109,45,99,111,111,107,105,101,45,112,111,108,105,99,121,45,98,97,110,110,101,114,0,8,0,19,46,115,112,101,120,45,99,111,111,107,105,101,67,111,110,115,101,110,116,0,8,0,22,46,115,112,105,99,121,45,99,111,110,115,101,110,116,45,119,114,97,112,112,101,114,0,8,0,23,46,115,112,107,45,99,111,111,107,105,101,45,98,97,110,110,101,114,45,119,114,97,112,0,8,0,10,46,115,112,107,99,111,111,107,105,101,0,8,0,13,46,115,112,114,100,45,99,111,110,115,101,110,116,0,8,0,19,46,115,112,114,100,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,10,46,115,113,114,99,111,111,107,105,101,0,8,0,20,46,115,114,97,120,45,97,99,99,101,112,116,45,99,111,111,107,105,101,115,0,8,0,42,46,115,114,99,45,99,111,109,112,111,110,101,110,116,115,45,67,111,111,107,105,101,80,111,108,105,99,121,45,95,95,115,116,121,108,101,95,95,114,111,111,116,0,8,0,18,46,115,114,102,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,17,46,115,115,45,109,111,100,97,108,45,99,111,111,107,105,101,115,0,8,0,18,46,115,115,102,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,18,46,115,116,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,0,8,0,17,46,115,116,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,21,46,115,116,95,110,111,116,105,102,105,99,97,116,105,111,110,95,119,114,97,112,0,8,0,23,46,115,116,97,109,112,101,110,67,111,111,107,105,101,67,111,110,116,97,105,110,101,114,0,8,0,24,46,115,116,97,112,102,111,116,111,45,99,111,111,107,105,101,45,109,101,108,100,105,110,103,0,8,0,14,46,115,116,97,116,101,45,105,115,45,99,99,112,97,0,8,0,17,46,115,116,97,116,105,115,116,105,99,115,79,112,116,66,111,120,0,8,0,15,46,115,116,97,116,117,115,45,99,111,111,107,105,101,115,0,8,0,13,46,115,116,105,99,107,101,114,45,103,100,112,114,0,8,0,19,46,115,116,105,99,107,121,45,98,97,114,45,45,99,111,111,107,105,101,0,8,0,14,46,115,116,105,99,107,121,45,99,111,111,107,105,101,0,8,0,44,46,115,116,105,99,107,121,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,58,110,111,116,40,104,116,109,108,41,58,110,111,116,40,98,111,100,121,41,0,8,0,21,46,115,116,105,99,107,121,45,99,111,111,107,105,101,45,102,111,111,116,101,114,0,8,0,26,46,115,116,105,99,107,121,45,99,111,111,107,105,101,45,105,110,102,111,114,109,97,116,105,111,110,0,8,0,22,46,115,116,105,99,107,121,45,99,111,111,107,105,101,45,119,97,114,110,105,110,103,0,8,0,23,46,115,116,105,99,107,121,45,99,111,111,107,105,101,108,97,119,98,97,110,110,101,114,0,8,0,15,46,115,116,105,99,107,121,45,99,111,111,107,105,101,115,0,8,0,21,46,115,116,105,99,107,121,45,99,111,111,107,105,101,115,45,112,111,112,117,112,0,8,0,26,46,115,116,105,99,107,121,45,102,111,111,116,101,114,45,99,111,111,107,105,101,45,105,110,102,111,0,8,0,19,46,115,116,105,99,107,121,67,111,111,107,105,101,80,111,108,105,99,121,0,8,0,14,46,115,116,105,99,107,121,95,99,111,111,107,105,101,0,8,0,22,46,115,116,105,99,107,121,95,99,111,111,107,105,101,95,119,97,114,110,105,110,103,0,8,0,13,46,115,116,105,99,107,121,99,111,111,107,105,101,0,8,0,38,46,115,116,105,99,107,121,102,111,111,116,101,114,45,99,111,111,107,105,101,45,97,108,101,114,116,45,98,111,120,45,119,114,97,112,112,101,114,0,8,0,15,46,115,116,108,67,111,111,107,105,101,84,111,97,115,116,0,8,0,12,46,115,116,110,45,99,111,111,107,105,101,115,0,8,0,16,46,115,116,110,95,99,111,111,107,105,101,111,112,116,105,110,0,8,0,13,46,115,116,111,114,109,45,99,111,111,107,105,101,0,8,0,32,46,115,116,111,114,109,100,105,103,105,116,97,108,45,99,111,111,107,105,101,87,97,108,108,45,111,118,101,114,108,97,121,0,8,0,20,46,115,116,114,105,112,101,45,99,108,97,105,109,45,99,111,111,107,105,101,0,8,0,15,46,115,116,114,105,112,101,95,99,111,111,107,105,101,115,0,8,0,17,46,115,116,114,105,115,99,105,97,45,99,111,111,107,105,101,115,0,8,0,11,46,115,116,116,45,99,111,111,107,105,101,0,8,0,20,46,115,116,117,112,105,100,67,111,111,107,105,101,67,111,110,115,101,110,116,0,8,0,24,46,115,116,121,95,99,111,111,107,105,101,95,109,111,110,115,116,101,114,95,99,111,110,116,0,8,0,13,46,115,116,121,108,101,67,111,111,107,105,101,115,0,8,0,13,46,115,117,45,99,111,111,107,105,101,98,97,114,0,8,0,21,46,115,117,98,45,102,111,111,116,101,114,32,62,32,46,99,111,111,107,105,101,0,8,0,17,46,115,117,98,115,99,114,105,98,101,45,99,111,111,107,105,101,0,8,0,28,46,115,117,99,104,101,110,45,99,111,111,107,105,101,45,112,114,105,118,97,99,121,45,116,111,97,115,116,0,8,0,20,46,115,117,103,45,110,111,116,105,99,101,45,45,112,114,105,118,97,99,121,0,8,0,14,46,115,117,105,45,67,109,112,66,97,110,110,101,114,0,8,0,17,46,115,117,105,45,67,111,111,107,105,101,66,97,110,110,101,114,0,8,0,19,46,115,117,105,45,99,111,111,107,105,101,45,119,97,114,110,105,110,103,0,8,0,14,46,115,117,108,99,111,45,99,111,111,107,105,101,115,0,8,0,22,46,115,117,110,100,97,121,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,23,46,115,117,112,101,114,112,119,97,45,115,116,105,99,107,121,45,98,97,110,110,101,114,0,8,0,22,46,115,117,112,112,111,114,116,45,98,111,111,116,111,109,45,99,111,111,107,105,101,0,8,0,21,46,115,117,114,115,45,99,111,111,107,105,101,115,45,119,114,97,112,112,101,114,0,8,0,12,46,115,117,116,105,119,97,114,110,105,110,103,0,8,0,16,46,115,118,45,67,111,111,107,105,101,87,105,110,100,111,119,0,8,0,25,46,115,118,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,0,8,0,23,46,115,118,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,17,46,115,118,45,99,111,111,107,105,101,67,111,110,115,101,110,116,0,8,0,29,46,115,118,45,115,101,45,115,111,108,101,105,108,105,116,45,67,111,111,107,105,101,77,101,115,115,97,103,101,0,8,0,23,46,115,118,45,116,101,120,116,45,112,111,114,116,108,101,116,46,99,111,111,107,105,101,0,8,0,20,46,115,119,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,8,0,25,46,115,119,45,99,111,111,107,105,101,66,97,110,110,101,114,95,95,111,118,101,114,108,97,121,0,8,0,18,46,115,119,45,99,111,111,107,105,101,115,45,98,97,110,110,101,114,0,8,0,20,46,115,119,49,57,98,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,9,46,115,119,67,111,111,107,105,101,0,8,0,22,46,115,119,67,111,111,107,105,101,66,97,110,110,101,114,87,97,114,112,112,101,114,0,8,0,19,46,115,119,103,45,111,118,101,114,108,97,121,45,99,111,111,107,105,101,0,8,0,33,46,115,119,105,99,45,99,111,111,107,105,101,45,112,101,114,109,105,115,115,105,111,110,45,99,111,110,116,97,105,110,101,114,0,8,0,21,46,115,119,105,102,116,76,101,103,97,108,67,111,109,112,108,105,97,110,99,101,0,8,0,13,46,115,119,110,122,97,95,98,97,110,110,101,114,0,8,0,24,46,115,119,115,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,18,46,115,120,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,17,46,115,120,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,11,46,115,120,45,99,111,111,107,105,101,115,0,8,0,9,46,115,120,99,111,111,107,105,101,0,8,0,19,46,115,121,109,97,110,116,101,99,45,99,112,45,98,97,110,110,101,114,0,8,0,23,46,115,121,109,112,111,115,105,97,45,99,111,111,107,105,101,45,97,99,99,101,112,116,0,8,0,20,46,115,121,110,111,95,99,111,111,107,105,101,95,101,108,101,109,101,110,116,0,8,0,15,46,115,121,115,95,99,99,45,99,111,111,107,105,101,115,0,8,0,31,46,115,121,115,95,104,101,97,100,101,114,95,116,111,111,108,98,97,114,95,99,111,111,107,105,101,95,116,101,120,116,0,8,0,21,46,115,121,115,116,101,109,45,110,111,116,105,99,101,46,99,111,111,107,105,101,0,8,0,17,46,115,122,45,109,101,116,97,95,95,99,111,111,107,105,101,115,0,8,0,12,46,115,122,99,95,119,105,100,101,98,111,120,0,8,0,9,46,116,45,99,111,111,107,105,101,0,8,0,28,46,116,45,102,111,111,116,101,114,95,95,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,0,8,0,17,46,116,51,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,6,46,116,67,111,111,107,0,8,0,18,46,116,67,111,111,107,105,101,115,73,110,102,111,98,108,111,99,107,0,8,0,12,46,116,97,98,45,99,111,111,107,105,101,115,0,8,0,14,46,116,97,98,50,45,114,111,100,111,45,98,97,114,0,8,0,9,46,116,97,110,99,109,98,110,114,0,8,0,16,46,116,97,111,45,99,111,111,107,105,101,45,104,105,110,116,0,8,0,15,46,116,97,114,95,99,111,111,107,105,101,115,66,97,114,0,8,0,28,46,116,97,114,116,101,97,117,99,105,116,114,111,110,65,108,101,114,116,66,105,103,66,111,116,116,111,109,0,8,0,27,46,116,97,114,116,101,97,117,99,105,116,114,111,110,66,101,102,111,114,101,86,105,115,105,98,108,101,0,8,0,35,46,116,97,120,99,111,100,101,97,110,100,112,114,105,118,97,99,121,45,99,111,111,107,105,101,110,111,116,105,99,101,45,98,97,114,0,8,0,9,46,116,98,99,111,111,107,105,101,0,8,0,17,46,116,99,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,21,46,116,99,45,99,111,111,107,105,101,45,99,111,109,112,108,105,97,110,99,101,0,8,0,18,46,116,99,45,99,111,111,107,105,101,115,45,97,108,101,114,116,97,0,8,0,18,46,116,99,45,112,114,105,118,97,99,121,45,98,97,110,110,101,114,0,8,0,19,46,116,99,45,112,114,105,118,97,99,121,45,111,118,101,114,108,97,121,0,8,0,23,46,116,99,67,111,111,107,105,101,115,68,105,97,108,111,103,87,114,97,112,112,101,114,0,8,0,24,46,116,99,117,45,99,111,111,107,105,101,115,45,100,112,103,114,45,98,97,110,110,101,114,0,8,0,8,46,116,100,45,103,100,112,114,0,8,0,23,46,116,100,45,103,100,112,114,95,95,99,111,111,107,105,101,109,101,115,115,97,103,101,0,8,0,22,46,116,100,95,95,110,97,118,95,95,99,111,111,107,105,101,78,111,116,105,99,101,0,8,0,19,46,116,100,95,114,113,95,109,111,100,97,108,45,99,111,111,107,105,101,0,8,0,22,46,116,101,97,108,105,117,109,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,24,46,116,101,109,112,108,97,116,101,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,25,46,116,101,109,112,108,97,116,101,45,102,111,111,116,101,114,95,95,99,111,111,107,105,101,115,0,8,0,21,46,116,101,110,99,45,104,101,97,100,101,114,95,95,99,111,111,107,105,101,115,0,8,0,15,46,116,101,110,100,105,110,97,45,99,111,111,107,105,101,0,8,0,9,46,116,101,114,109,76,71,80,68,0,8,0,15,46,116,101,114,109,108,121,45,99,111,110,115,101,110,116,0,8,0,18,46,116,101,114,109,111,45,97,99,101,105,116,101,45,108,103,112,100,0,8,0,12,46,116,101,114,109,111,67,111,111,107,105,101,0,8,0,16,46,116,101,114,109,111,115,45,112,111,108,105,116,105,99,97,0,8,0,26,46,116,101,114,109,111,115,95,99,111,111,107,105,101,95,112,114,105,118,97,99,105,100,97,100,101,0,8,0,29,46,116,101,114,109,115,45,99,111,110,100,105,116,105,111,110,115,45,98,111,116,116,111,109,45,108,105,110,101,0,8,0,14,46,116,101,114,109,115,45,99,111,111,107,105,101,115,0,8,0,40,46,116,101,114,109,115,102,101,101,100,45,99,111,109,45,45,45,110,98,45,105,110,116,101,114,115,116,105,116,105,97,108,45,111,118,101,114,108,97,121,0,8,0,22,46,116,101,114,109,115,102,101,101,100,45,99,111,109,45,45,45,114,101,115,101,116,0,8,0,13,46,116,101,115,99,111,45,99,111,111,107,105,101,0,8,0,25,46,116,101,115,116,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,19,46,116,101,120,116,45,99,101,110,116,101,114,46,99,111,111,107,105,101,0,8,0,27,46,116,101,120,116,45,99,101,110,116,101,114,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,12,46,116,101,120,116,45,99,111,111,107,105,101,0,8,0,26,46,116,101,120,116,45,99,111,111,107,105,101,115,45,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,18,46,116,101,120,116,101,65,108,101,114,116,101,67,111,111,107,105,101,0,8,0,14,46,116,101,120,116,111,95,99,111,111,107,105,101,115,0,8,0,21,46,116,102,45,99,111,111,107,105,101,80,111,108,105,99,121,77,111,100,97,108,0,8,0,15,46,116,102,116,108,45,48,56,45,99,111,111,107,105,101,0,8,0,15,46,116,103,45,105,110,102,111,45,99,111,111,107,105,101,0,8,0,26,46,116,103,100,112,114,99,45,99,111,111,107,105,101,45,98,97,114,45,100,105,115,112,108,97,121,0,8,0,17,46,116,104,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,16,46,116,104,45,99,111,111,107,105,101,45,112,111,112,117,112,0,8,0,15,46,116,104,98,45,99,111,111,107,105,101,45,98,97,114,0,8,0,17,46,116,104,99,111,111,107,105,101,45,111,118,101,114,108,97,121,0,8,0,18,46,116,104,101,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,14,46,116,104,101,45,99,111,111,107,105,101,106,97,114,0,8,0,9,46,116,104,101,45,103,100,112,114,0,8,0,10,46,116,104,101,67,111,111,107,105,101,0,8,0,25,46,116,104,101,70,114,105,101,110,100,108,121,67,111,111,107,105,101,77,111,110,115,116,101,114,0,8,0,10,46,116,104,101,101,99,108,98,111,120,0,8,0,23,46,116,104,105,115,95,115,105,116,101,95,117,115,101,115,95,99,111,111,107,105,101,115,0,8,0,31,46,116,104,111,109,97,110,110,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,111,118,101,114,108,97,121,0,8,0,11,46,116,104,115,99,111,111,107,105,101,115,0,8,0,31,46,116,105,98,114,114,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,99,111,110,116,97,105,110,101,114,0,8,0,14,46,116,105,99,107,101,114,95,99,111,111,107,105,101,0,8,0,14,46,116,105,101,116,111,115,117,111,106,97,98,111,120,0,8,0,13,46,116,107,45,70,111,111,116,101,114,45,99,99,0,8,0,20,46,116,107,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,8,0,24,46,116,107,110,45,99,111,111,107,105,101,45,97,99,99,101,112,116,95,95,97,114,101,97,0,8,0,17,46,116,109,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,20,46,116,109,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,8,0,22,46,116,109,45,99,111,111,107,105,101,45,100,105,97,108,111,103,45,114,111,111,116,0,8,0,11,46,116,109,45,99,111,111,107,105,101,115,0,8,0,19,46,116,109,45,99,111,111,107,105,101,115,45,99,111,110,115,101,110,116,0,8,0,12,46,116,109,67,111,111,107,105,101,66,111,120,0,8,0,18,46,116,109,98,45,99,111,111,107,105,101,45,99,104,111,105,99,101,0,8,0,15,46,116,109,99,111,111,107,105,101,110,111,116,105,99,101,0,8,0,19,46,116,109,111,45,99,111,111,107,105,101,45,109,101,108,100,105,110,103,0,8,0,19,46,116,110,45,99,111,111,107,105,101,73,110,102,111,45,97,114,101,97,0,8,0,18,46,116,110,97,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,11,46,116,110,102,45,99,111,111,107,105,101,0,8,0,18,46,116,110,119,95,99,111,111,107,105,101,99,111,110,115,101,110,116,0,8,0,20,46,116,110,122,99,111,111,107,105,101,95,99,111,110,116,97,105,110,101,114,0,8,0,15,46,116,111,97,115,116,45,45,99,111,111,107,105,101,115,0,8,0,23,46,116,111,97,115,116,45,45,109,111,100,45,99,111,111,107,105,101,45,100,101,115,99,0,8,0,20,46,116,111,97,115,116,45,98,108,111,99,107,45,99,111,111,107,105,101,115,0,8,0,13,46,116,111,97,115,116,45,99,111,111,107,105,101,0,8,0,20,46,116,111,97,115,116,45,99,111,111,107,105,101,45,97,99,116,105,118,101,0,8,0,23,46,116,111,97,115,116,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,8,0,14,46,116,111,97,115,116,45,99,111,111,107,105,101,115,0,8,0,20,46,116,111,97,115,116,45,112,114,105,109,97,114,121,46,116,111,97,115,116,0,8,0,21,46,116,111,97,115,116,45,116,121,112,101,45,110,101,119,67,111,111,107,105,101,0,8,0,18,46,116,111,97,115,116,67,111,111,107,105,101,80,111,108,105,99,121,0,8,0,40,46,116,111,97,115,116,91,100,97,116,97,45,100,105,115,109,105,115,115,97,98,108,101,45,105,100,61,34,99,111,111,107,105,101,105,110,102,111,34,93,0,8,0,23,46,116,111,97,115,116,101,114,45,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,8,0,12,46,116,111,102,45,99,111,111,107,105,101,115,0,8,0,16,46,116,111,111,108,98,97,114,45,99,111,111,107,105,101,115,0,8,0,26,46,116,111,112,45,97,108,101,114,116,45,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,0,8,0,11,46,116,111,112,45,99,111,111,107,105,101,0,8,0,18,46,116,111,112,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,16,46,116,111,112,45,99,111,111,107,105,101,45,105,110,102,111,0,8,0,24,46,116,111,112,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,19,46,116,111,112,45,99,111,111,107,105,101,45,119,114,97,112,112,101,114,0,8,0,12,46,116,111,112,45,99,111,111,107,105,101,115,0,8,0,22,46,116,111,112,45,99,111,111,107,105,101,115,45,99,111,110,116,97,105,110,101,114,0,8,0,16,46,116,111,112,45,104,101,97,100,101,114,45,103,100,112,114,0,8,0,16,46,116,111,112,45,105,110,102,111,45,99,111,111,107,105,101,0,8,0,17,46,116,111,112,45,105,110,102,111,45,99,111,111,107,105,101,115,0,8,0,33,46,116,111,112,45,109,101,115,115,97,103,101,91,100,97,116,97,45,118,99,118,45,116,111,112,45,98,97,110,110,101,114,93,0,8,0,24,46,116,111,112,45,112,111,112,45,109,101,115,115,97,103,101,45,45,99,111,111,107,105,101,0,8,0,36,46,116,111,112,45,114,111,119,91,100,97,116,97,45,99,111,110,116,97,105,110,101,114,61,34,99,111,111,107,105,101,98,111,120,34,93,0,8,0,23,46,116,111,112,45,119,114,97,112,112,101,114,45,99,111,111,107,105,101,105,110,102,111,0,8,0,27,46,116,111,112,67,111,109,112,111,110,101,110,116,95,95,99,111,111,107,105,101,66,97,110,110,101,114,0,8,0,14,46,116,111,112,67,111,111,107,105,101,115,77,115,103,0,8,0,17,46,116,111,112,95,98,97,110,110,101,114,45,45,103,100,112,114,0,8,0,11,46,116,111,112,95,99,111,111,107,105,101,0,8,0,18,46,116,111,112,95,99,111,111,107,105,101,95,112,97,110,110,101,108,0,8,0,28,46,116,111,112,95,109,101,115,115,97,103,101,95,99,111,111,107,105,101,115,95,109,101,115,115,97,103,101,0,8,0,11,46,116,111,112,99,111,111,107,105,101,115,0,8,0,18,46,116,111,112,109,101,115,115,97,103,101,45,99,111,111,107,105,101,0,8,0,19,46,116,111,112,115,108,105,100,101,105,110,46,99,111,111,107,105,101,115,0,8,0,23,46,116,111,115,45,66,97,110,110,101,114,45,100,105,115,109,105,115,115,97,98,108,101,0,8,0,11,46,116,111,115,45,102,111,111,116,101,114,0,8,0,18,46,116,111,115,45,117,112,100,97,116,101,45,98,97,110,110,101,114,0,8,0,27,46,116,111,117,99,104,100,101,115,105,103,110,45,99,111,111,107,105,101,45,112,114,105,118,97,99,121,0,8,0,14,46,116,112,45,99,111,111,107,105,101,45,108,97,119,0,8,0,10,46,116,112,95,99,111,111,107,105,101,0,8,0,15,46,116,112,99,97,45,99,111,110,116,97,105,110,101,114,0,8,0,12,46,116,112,108,45,99,111,111,107,105,101,115,0,8,0,14,46,116,112,108,45,103,45,99,111,111,107,105,101,115,0,8,0,17,46,116,112,108,105,115,45,99,108,45,99,111,111,107,105,101,115,0,8,0,21,46,116,114,45,68,105,115,109,105,115,115,105,98,108,101,66,97,110,110,101,114,0,8,0,18,46,116,114,45,99,111,111,107,105,101,115,45,98,97,110,110,101,114,0,8,0,18,46,116,114,45,112,114,105,118,97,99,121,45,98,97,110,110,101,114,0,8,0,25,46,116,114,45,112,114,105,118,97,99,121,45,112,111,108,105,99,121,45,98,97,110,110,101,114,0,8,0,16,46,116,114,97,99,107,105,110,103,45,98,97,110,110,101,114,0,8,0,24,46,116,114,97,99,107,105,110,103,45,98,97,110,110,101,114,45,119,114,97,112,112,101,114,0,8,0,17,46,116,114,97,99,107,105,110,103,45,99,111,110,115,101,110,116,0,8,0,24,46,116,114,97,99,107,105,110,103,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,0,8,0,21,46,116,114,97,99,107,105,110,103,45,99,111,110,115,101,110,116,45,99,116,97,0,8,0,24,46,116,114,97,99,107,105,110,103,45,99,111,110,115,101,110,116,45,100,105,97,108,111,103,0,8,0,24,46,116,114,97,99,107,105,110,103,45,99,111,110,115,101,110,116,45,110,111,116,105,99,101,0,8,0,25,46,116,114,97,99,107,105,110,103,45,99,111,110,115,101,110,116,45,111,118,101,114,108,97,121,0,8,0,23,46,116,114,97,99,107,105,110,103,45,99,111,110,115,101,110,116,45,112,111,112,117,112,0,8,0,19,46,116,114,97,99,107,105,110,103,45,99,111,110,116,101,110,97,110,116,0,8,0,20,46,116,114,97,99,107,105,110,103,45,100,105,115,99,108,97,105,109,101,114,0,8,0,38,46,116,114,97,99,107,105,110,103,45,119,105,100,103,101,116,91,100,97,116,97,45,116,114,97,99,107,105,110,103,45,119,105,100,103,101,116,93,0,8,0,26,46,116,114,97,99,107,105,110,103,67,111,111,107,105,101,115,68,105,115,99,108,97,105,109,101,114,0,8,0,22,46,116,114,97,99,107,105,110,103,78,111,116,105,99,101,79,118,101,114,108,97,121,0,8,0,23,46,116,114,97,99,107,105,110,103,95,99,111,111,107,105,101,95,104,101,97,100,101,114,0,8,0,25,46,116,114,97,99,107,105,110,103,95,99,111,111,107,105,101,95,104,105,100,101,97,98,108,101,0,8,0,20,46,116,114,100,45,99,111,111,107,105,101,45,98,97,99,107,100,114,111,112,0,8,0,22,46,116,114,101,45,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,0,8,0,31,46,116,114,105,108,108,105,97,110,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,0,8,0,21,46,116,114,111,120,45,99,111,110,115,101,110,116,45,109,97,110,97,103,101,114,0,8,0,17,46,116,114,117,115,116,101,45,115,102,45,98,97,110,110,101,114,0,8,0,19,46,116,114,117,115,116,101,95,98,111,120,95,111,118,101,114,108,97,121,0,8,0,39,46,116,114,117,115,116,101,95,99,109,95,111,117,116,101,114,100,105,118,58,110,111,116,40,98,111,100,121,41,58,110,111,116,40,104,116,109,108,41,0,8,0,35,46,116,114,117,115,116,101,95,111,118,101,114,108,97,121,58,110,111,116,40,98,111,100,121,41,58,110,111,116,40,104,116,109,108,41,0,8,0,18,46,116,115,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,17,46,116,115,51,45,99,111,111,107,105,101,45,112,111,112,117,112,0,8,0,15,46,116,115,95,112,114,105,118,97,99,121,95,97,100,118,0,8,0,31,46,116,115,99,85,105,78,111,116,105,102,105,99,97,116,105,111,110,77,105,100,100,108,101,87,114,97,112,112,101,114,0,8,0,23,46,116,115,99,99,98,45,98,97,110,110,101,114,45,99,111,110,116,97,105,110,101,114,0,8,0,18,46,116,115,100,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,18,46,116,115,100,45,99,111,111,107,105,101,95,95,111,117,116,101,114,0,8,0,17,46,116,115,108,45,99,111,111,107,105,101,98,97,110,110,101,114,0,8,0,11,46,116,115,112,45,99,111,111,107,105,101,0,8,0,17,46,116,116,45,98,115,104,45,99,111,111,107,105,101,98,97,114,0,8,0,19,46,116,116,45,99,111,111,107,105,101,45,98,97,99,107,100,114,111,112,0,8,0,14,46,116,116,45,99,111,111,107,105,101,45,98,97,114,0,8,0,21,46,116,116,45,99,111,111,107,105,101,45,98,97,114,45,109,111,100,117,108,101,0,8,0,17,46,116,116,95,99,111,111,107,105,101,95,98,97,110,110,101,114,0,8,0,16,46,116,116,97,99,106,115,95,95,111,118,101,114,108,97,121,0,8,0,10,46,116,116,99,111,110,115,101,110,116,0,8,0,9,46,116,117,105,45,103,100,112,114,0,8,0,23,46,116,117,116,111,114,105,97,108,95,98,97,110,110,101,114,95,99,111,111,107,105,101,0,8,0,20,46,116,118,50,45,106,115,45,99,111,111,107,105,101,45,97,108,101,114,116,0,8,0,20,46,116,118,99,109,115,99,111,111,107,105,101,115,45,110,111,116,105,99,101,0,8,0,10,46,116,119,45,99,111,111,107,105,101,0,8,0,26,46,116,119,45,117,115,101,114,45,99,111,110,115,101,110,116,45,99,111,110,116,97,105,110,101,114,0,8,0,27,46,116,119,105,110,100,105,103,105,116,97,108,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,21,46,116,119,111,100,111,100,105,103,105,116,97,108,45,45,99,111,111,107,105,101,0,8,0,28,46,116,119,115,45,97,99,99,101,112,116,45,99,111,111,107,105,101,115,45,45,119,114,97,112,112,101,114,0,8,0,19,46,116,119,116,45,99,111,111,107,105,101,115,45,98,97,110,110,101,114,0,8,0,14,46,116,120,45,98,115,100,45,99,111,111,107,105,101,0,8,0,23,46,116,120,45,99,111,110,110,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,16,46,116,120,45,99,111,111,107,105,101,98,97,110,110,101,114,0,8,0,15,46,116,120,45,99,111,111,107,105,101,111,112,116,105,110,0,8,0,14,46,116,120,45,100,109,45,99,111,111,107,105,101,115,0,8,0,17,46,116,120,45,101,119,105,45,101,121,101,99,111,111,107,105,101,0,8,0,18,46,116,120,45,103,103,99,111,111,107,105,101,98,97,110,110,101,114,0,8,0,19,46,116,120,45,105,116,50,52,99,111,111,107,105,101,115,45,112,105,49,0,8,0,29,46,116,120,45,109,111,100,97,108,99,111,111,107,105,101,98,97,110,110,101,114,45,111,118,101,114,108,97,121,0,8,0,16,46,116,120,45,112,97,110,100,97,45,99,111,111,107,105,101,0,8,0,26,46,116,120,45,112,97,115,99,111,101,45,99,111,110,115,101,110,116,45,109,97,110,97,103,101,114,0,8,0,11,46,116,120,45,112,110,102,99,110,105,108,0,8,0,15,46,116,120,45,116,97,110,100,110,99,111,111,107,105,101,0,8,0,27,46,116,120,45,119,104,122,99,111,111,107,105,101,99,111,110,115,101,110,116,45,98,97,110,110,101,114,0,8,0,40,46,116,120,95,99,111,111,107,105,101,109,111,110,115,116,101,114,95,100,97,116,97,112,114,111,116,101,99,116,105,111,110,95,111,118,101,114,108,97,121,0,8,0,14,46,116,120,95,102,101,95,99,111,111,107,105,101,115,0,8,0,19,46,116,120,99,95,99,111,111,107,105,101,95,105,110,102,111,98,111,120,0,8,0,12,46,116,120,116,99,111,111,99,107,105,101,115,0,8,0,17,46,116,121,103,104,45,116,111,112,45,99,111,111,107,105,101,115,0,8,0,15,46,116,121,112,101,45,99,111,111,107,105,101,76,97,119,0,8,0,22,46,116,121,112,101,45,99,111,111,107,105,101,97,99,99,101,112,116,112,97,103,101,0,8,0,20,46,116,121,112,105,102,121,45,99,111,111,107,105,101,45,112,111,112,117,112,0,8,0,17,46,117,45,98,97,110,110,101,114,45,99,111,111,107,105,101,115,0,8,0,9,46,117,45,99,111,111,107,105,101,0,8,0,16,46,117,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,18,46,117,45,99,111,111,107,105,101,115,45,99,111,110,115,101,110,116,0,8,0,10,46,117,45,108,97,98,45,98,97,114,0,8,0,17,46,117,45,108,97,98,45,99,111,111,107,105,101,45,108,97,119,0,8,0,17,46,117,98,45,101,109,98,45,98,97,114,45,102,114,97,109,101,0,8,0,19,46,117,98,103,45,99,111,111,107,105,101,115,45,98,97,110,110,101,114,0,8,0,10,46,117,99,45,99,111,111,107,105,101,0,8,0,16,46,117,99,45,99,111,111,107,105,101,45,98,108,111,99,107,0,8,0,11,46,117,99,45,99,111,111,107,105,101,115,0,8,0,13,46,117,99,103,67,111,111,107,105,101,66,97,114,0,8,0,21,46,117,99,109,45,98,97,110,110,101,114,45,112,111,115,45,45,112,117,115,104,0,8,0,10,46,117,99,110,45,98,108,111,99,107,0,8,0,9,46,117,99,111,111,107,105,101,67,0,8,0,37,46,117,100,45,99,111,109,112,111,110,101,110,116,45,45,101,117,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,45,45,97,112,112,0,8,0,40,46,117,100,45,99,111,109,112,111,110,101,110,116,45,45,102,111,111,116,101,114,45,45,101,117,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,0,8,0,28,46,117,100,103,100,112,114,45,99,111,111,107,105,101,45,112,111,108,105,99,121,45,110,111,116,105,99,101,0,8,0,27,46,117,101,45,99,45,115,105,116,101,45,109,101,115,115,97,103,101,45,45,99,111,111,107,105,101,115,0,8,0,21,46,117,101,108,116,106,101,45,99,111,111,107,105,101,45,97,99,99,101,112,116,0,8,0,26,46,117,103,51,45,99,111,111,107,105,101,45,105,110,102,111,45,99,111,110,116,97,105,110,101,114,0,8,0,15,46,117,103,99,45,99,111,111,107,105,101,45,98,97,114,0,8,0,29,46,117,105,45,99,111,111,107,105,101,45,98,108,111,99,107,101,100,45,112,97,103,101,45,99,111,118,101,114,0,8,0,36,46,117,105,45,99,111,111,107,105,101,45,98,108,111,99,107,101,100,45,119,97,114,110,105,110,103,45,99,111,110,116,97,105,110,101,114,0,8,0,18,46,117,105,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,0,8,0,17,46,117,105,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,17,46,117,105,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,8,0,18,46,117,105,45,99,111,111,107,105,101,45,116,111,111,108,116,105,112,0,8,0,18,46,117,105,45,99,111,111,107,105,101,45,119,97,114,110,105,110,103,0,8,0,11,46,117,105,45,99,111,111,107,105,101,50,0,8,0,15,46,117,105,45,99,111,111,107,105,101,65,103,114,101,101,0,8,0,11,46,117,105,45,99,111,111,107,105,101,115,0,8,0,18,46,117,105,45,99,111,111,107,105,101,115,45,98,97,110,110,101,114,0,8,0,26,46,117,105,45,99,111,111,107,105,101,115,45,110,111,116,105,99,101,45,111,118,101,114,108,97,121,0,8,0,18,46,117,105,45,100,105,97,108,111,103,45,99,111,111,107,105,101,115,0,8,0,14,46,117,105,46,99,111,111,107,105,101,46,110,97,103,0,8,0,14,46,117,105,67,111,111,107,105,101,115,72,105,110,116,0,8,0,17,46,117,105,116,107,45,103,100,112,114,45,98,97,110,110,101,114,0,8,0,10,46,117,107,45,99,111,111,107,105,101,0,8,0,17,46,117,107,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,11,46,117,107,45,99,111,111,107,105,101,115,0,8,0,25,46,117,107,45,102,105,114,115,116,45,99,111,108,117,109,110,46,117,107,45,97,108,101,114,116,0,8,0,30,46,117,107,45,110,111,116,105,102,105,99,97,116,105,111,110,45,98,111,116,116,111,109,45,99,101,110,116,101,114,0,8,0,28,46,117,107,45,110,111,116,105,102,105,99,97,116,105,111,110,45,98,111,116,116,111,109,45,108,101,102,116,0,8,0,23,46,117,107,45,110,111,116,105,102,121,45,109,101,115,115,97,103,101,45,105,110,102,111,0,8,0,26,46,117,107,45,112,111,115,105,116,105,111,110,45,102,105,120,101,100,46,99,111,111,107,105,101,115,0,8,0,15,46,117,107,67,111,111,107,105,101,80,111,108,105,99,121,0,8,0,12,46,117,108,67,111,111,107,105,101,80,111,108,0,8,0,39,46,117,108,116,105,109,105,122,101,95,99,111,111,107,105,101,95,110,111,116,105,102,105,99,97,116,105,111,110,95,99,111,110,116,97,105,110,101,114,0,8,0,14,46,117,109,117,67,111,111,107,105,101,77,97,105,110,0,8,0,17,46,117,110,95,99,111,111,107,105,101,67,111,110,102,105,114,109,0,8,0,17,46,117,110,95,99,111,111,107,105,101,95,112,111,108,105,99,121,0,8,0,18,46,117,110,105,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,8,0,28,46,117,110,105,110,97,118,45,99,111,111,107,105,101,45,108,97,119,45,99,111,110,116,97,105,110,101,114,0,8,0,17,46,117,110,105,116,99,111,111,107,105,101,111,110,112,97,103,101,0,8,0,26,46,117,110,105,118,101,114,115,97,108,99,111,111,107,105,101,100,105,115,99,108,97,105,109,101,114,0,8,0,11,46,117,110,113,45,99,111,111,107,105,101,0,8,0,16,46,117,111,45,102,105,114,115,116,45,99,111,111,107,105,101,0,8,0,15,46,117,112,45,102,111,114,109,45,99,111,111,107,105,101,0,8,0,15,46,117,112,50,45,99,111,111,107,105,101,45,100,105,118,0,8,0,19,46,117,112,115,100,95,95,108,103,112,100,95,95,114,101,110,100,101,114,0,8,0,29,46,117,112,115,101,108,108,45,103,100,112,114,45,98,97,110,110,101,114,45,99,111,110,116,97,105,110,101,114,0,8,0,19,46,117,113,118,50,45,99,111,110,115,101,110,116,45,112,111,112,117,112,0,8,0,11,46,117,115,101,45,99,111,111,107,105,101,0,8,0,17,46,117,115,101,45,99,111,111,107,105,101,45,98,108,111,99,107,0,8,0,15,46,117,115,101,45,99,111,111,107,105,101,45,98,111,120,0,8,0,21,46,117,115,101,45,99,111,111,107,105,101,45,99,111,109,112,111,110,101,110,116,0,8,0,21,46,117,115,101,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,8,0,24,46,117,115,101,45,99,111,111,107,105,101,115,45,98,108,111,99,107,45,102,105,120,101,100,0,8,0,17,46,117,115,101,45,99,111,111,107,105,101,115,95,109,97,105,110,0,8,0,13,46,117,115,101,67,111,111,107,105,101,66,111,120,0,8,0,15,46,117,115,101,67,111,111,107,105,101,115,73,110,102,111,0,8,0,11,46,117,115,101,95,99,111,111,107,105,101,0,8,0,12,46,117,115,101,95,99,111,111,107,105,101,115,0,8,0,20,46,117,115,101,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,8,0,11,46,117,115,101,99,111,111,107,105,101,115,0,8,0,17,46,117,115,101,111,102,99,111,111,107,105,101,115,45,116,105,112,0,8,0,21,46,117,115,101,114,45,97,108,101,114,116,115,95,95,99,111,111,107,105,101,115,0,8,0,23,46,117,115,101,114,45,99,111,110,115,101,110,116,46,117,105,45,100,105,97,108,111,103,0,8,0,28,46,117,115,101,114,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,115,101,99,116,105,111,110,0,8,0,19,46,117,115,101,114,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,31,46,117,115,101,114,84,105,112,66,97,110,110,101,114,45,45,97,103,114,101,101,100,95,116,111,95,116,101,114,109,115,0,8,0,21,46,117,115,101,114,99,111,111,107,105,101,109,97,110,97,103,101,109,101,110,116,0,8,0,15,46,117,115,101,114,99,111,111,107,105,101,115,104,111,119,0,8,0,14,46,117,115,101,114,109,115,103,67,111,111,107,105,101,0,8,0,31,46,117,115,101,114,110,111,116,105,102,105,99,97,116,105,111,110,45,45,99,111,111,107,105,101,45,117,115,97,103,101,0,8,0,13,46,117,115,105,110,103,45,99,111,111,107,105,101,0,8,0,19,46,117,115,105,110,103,45,99,111,111,107,105,101,45,98,108,111,99,107,0,8,0,11,46,117,115,111,45,99,111,111,107,105,101,0,8,0,21,46,117,116,95,99,111,111,107,105,101,95,112,114,105,118,97,99,121,95,99,49,0,8,0,18,46,117,116,119,101,110,116,101,45,99,111,111,107,105,101,98,97,114,0,8,0,29,46,117,117,53,45,98,114,105,99,107,115,45,99,111,111,107,105,101,45,98,97,114,45,98,111,116,116,111,109,0,8,0,20,46,117,117,99,111,111,107,105,101,115,45,99,111,110,116,97,105,110,101,114,0,8,0,18,46,117,119,112,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,18,46,117,120,45,97,99,99,101,112,116,45,99,111,111,107,105,101,115,0,8,0,16,46,117,120,45,99,111,111,107,105,101,45,108,97,121,101,114,0,8,0,21,46,118,45,65,95,45,99,111,111,107,105,101,95,95,109,111,110,115,116,101,114,0,8,0,24,46,118,45,97,112,112,45,80,111,114,116,108,101,116,67,111,111,107,105,101,115,76,97,119,0,8,0,17,46,118,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,0,8,0,13,46,118,45,99,111,111,107,105,101,45,98,97,114,0,8,0,16,46,118,45,99,111,111,107,105,101,99,111,110,115,101,110,116,0,8,0,23,46,118,45,112,114,105,118,97,99,121,45,112,111,108,105,99,121,45,112,111,112,117,112,0,8,0,21,46,118,45,115,105,116,101,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,28,46,118,45,119,105,110,100,111,119,45,99,111,111,107,105,101,68,105,97,108,111,103,87,105,110,100,111,119,0,8,0,21,46,118,50,45,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,0,8,0,21,46,118,50,95,99,111,111,107,105,101,115,95,99,111,110,116,97,105,110,101,114,0,8,0,10,46,118,97,108,105,100,114,103,112,100,0,8,0,19,46,118,97,108,117,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,14,46,118,98,99,110,45,98,97,99,107,100,114,111,112,0,8,0,18,46,118,99,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,17,46,118,99,45,99,111,111,107,105,101,99,111,110,115,101,110,116,0,8,0,16,46,118,101,110,116,97,110,97,45,99,111,111,107,105,101,115,0,8,0,11,46,118,101,114,105,65,108,116,66,97,114,0,8,0,13,46,118,102,45,67,111,111,107,105,101,66,97,114,0,8,0,17,46,118,102,45,97,108,101,114,116,45,99,111,111,107,105,101,115,0,8,0,10,46,118,102,45,98,97,110,110,101,114,0,8,0,24,46,118,102,45,112,114,105,118,97,99,121,45,112,111,108,105,99,121,45,112,111,112,117,112,0,8,0,14,46,118,102,99,99,95,95,111,118,101,114,108,97,121,0,8,0,29,46,118,103,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,45,112,111,112,117,112,0,8,0,10,46,118,103,99,111,111,107,105,101,115,0,8,0,16,46,118,105,97,99,111,109,99,111,111,107,105,101,98,97,114,0,8,0,25,46,118,105,97,99,111,109,99,111,111,107,105,101,98,97,114,45,101,120,116,101,110,100,101,100,0,8,0,17,46,118,105,98,114,97,110,116,45,97,112,112,95,103,100,112,114,0,8,0,10,46,118,105,101,119,45,103,100,112,114,0,8,0,12,46,118,105,105,97,45,99,111,111,107,105,101,0,8,0,35,46,118,105,114,116,117,97,108,103,114,111,117,112,45,99,111,111,107,105,101,45,110,111,116,105,99,101,45,119,114,97,112,112,101,114,0,8,0,26,46,118,105,115,105,98,108,101,45,99,111,111,107,105,101,115,58,110,111,116,40,98,111,100,121,41,0,8,0,16,46,118,105,115,105,98,108,101,46,99,111,111,107,105,101,115,0,8,0,14,46,118,105,115,105,116,111,114,99,111,111,107,105,101,0,8,0,14,46,118,105,115,109,111,45,99,111,111,107,105,101,115,0,8,0,13,46,118,105,116,111,45,45,99,111,111,107,105,101,0,8,0,23,46,118,107,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,21,46,118,107,95,99,111,111,107,105,101,95,99,111,109,112,108,105,97,110,99,101,0,8,0,12,46,118,108,98,45,99,111,111,107,105,101,115,0,8,0,14,46,118,108,99,111,111,107,105,101,115,95,98,111,120,0,8,0,8,46,118,109,45,103,100,112,114,0,8,0,20,46,118,109,95,99,111,111,107,105,101,66,97,114,87,114,97,112,112,101,114,0,8,0,26,46,118,109,97,112,105,45,105,110,102,111,99,111,111,107,105,101,115,45,119,114,97,112,112,101,114,0,8,0,19,46,118,109,110,95,98,97,110,110,101,114,45,119,114,97,112,112,101,114,0,8,0,17,46,118,110,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,19,46,118,110,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,8,0,19,46,118,111,99,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,0,8,0,18,46,118,112,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,24,46,118,115,45,110,111,116,105,102,105,99,97,116,105,111,110,45,45,99,111,111,107,105,101,0,8,0,13,46,118,116,101,120,45,99,111,111,107,105,101,115,0,8,0,19,46,118,116,108,45,99,98,45,109,97,105,110,45,119,105,100,103,101,116,0,8,0,17,46,118,116,109,45,99,111,111,107,105,101,98,97,110,110,101,114,0,8,0,16,46,118,119,45,99,111,111,107,105,101,45,97,108,101,114,116,0,8,0,26,46,118,119,45,104,101,97,100,101,114,45,45,97,99,99,101,112,116,45,99,111,111,107,105,101,115,0,8,0,23,46,118,119,95,106,115,95,99,111,111,107,105,101,95,101,117,95,112,111,108,105,99,121,0,8,0,30,46,118,119,95,115,121,115,116,101,109,95,110,111,116,105,102,105,99,97,116,105,111,110,95,111,112,116,95,105,110,0,8,0,19,46,118,119,100,52,95,99,111,111,107,105,101,95,112,111,108,105,99,121,0,8,0,10,46,119,45,45,99,111,111,107,105,101,0,8,0,13,46,119,45,49,48,48,46,99,111,111,107,105,101,0,8,0,16,46,119,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,13,46,119,45,99,111,111,107,105,101,45,98,97,114,0,8,0,16,46,119,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,22,46,119,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,14,46,119,45,105,110,102,111,45,99,111,111,107,105,101,0,8,0,31,46,119,45,109,111,100,97,108,91,99,108,97,115,115,42,61,34,112,114,105,118,97,99,121,97,108,101,114,116,34,93,0,8,0,29,46,119,45,110,111,116,105,102,105,99,97,116,105,111,110,115,95,95,110,111,116,121,95,99,111,111,107,105,101,0,8,0,34,46,119,49,56,108,97,114,97,95,116,103,112,108,117,103,105,110,95,99,111,110,115,101,110,116,95,98,111,100,121,98,97,99,107,0,8,0,11,46,119,50,116,45,98,97,110,110,101,114,0,8,0,8,46,119,51,95,99,110,105,108,0,8,0,21,46,119,97,71,68,80,82,95,99,111,110,115,101,110,116,66,117,116,116,111,110,0,8,0,28,46,119,97,71,68,80,82,95,109,111,100,97,108,70,114,97,109,101,66,97,99,107,103,114,111,117,110,100,0,8,0,22,46,119,97,99,111,110,99,111,111,107,105,101,109,97,110,97,103,101,109,101,110,116,0,8,0,32,46,119,97,99,111,110,99,111,111,107,105,101,109,97,110,97,103,101,109,101,110,116,45,99,111,111,107,105,101,98,97,114,0,8,0,18,46,119,97,100,45,98,97,110,110,101,114,45,99,111,111,107,105,101,0,8,0,16,46,119,97,109,105,95,99,111,111,107,105,101,95,100,105,118,0,8,0,14,46,119,97,110,100,101,114,45,99,111,111,107,105,101,0,8,0,12,46,119,97,114,110,45,99,111,111,107,105,101,0,8,0,16,46,119,97,114,110,105,110,103,45,45,112,111,108,105,99,121,0,8,0,15,46,119,97,114,110,105,110,103,45,99,111,111,107,105,101,0,8,0,19,46,119,97,114,110,105,110,103,45,99,111,111,107,105,101,45,108,97,119,0,8,0,16,46,119,97,114,110,105,110,103,45,99,111,111,107,105,101,115,0,8,0,23,46,119,97,114,110,105,110,103,45,109,101,115,115,97,103,101,46,99,111,111,107,105,101,0,8,0,15,46,119,97,114,110,105,110,103,45,112,111,108,105,99,121,0,8,0,21,46,119,97,114,110,105,110,103,45,116,111,112,45,45,99,111,111,107,105,101,115,0,8,0,15,46,119,97,114,110,105,110,103,46,99,111,111,107,105,101,0,8,0,14,46,119,97,114,110,105,110,103,67,111,111,107,105,101,0,8,0,18,46,119,97,114,110,105,110,103,67,111,111,107,105,101,82,103,112,100,0,8,0,18,46,119,97,114,110,105,110,103,67,111,111,107,105,101,87,114,97,112,0,8,0,28,46,119,97,114,110,105,110,103,77,101,115,115,97,103,101,80,97,110,101,108,46,99,111,111,107,105,101,115,0,8,0,21,46,119,97,114,110,105,110,103,95,69,85,95,99,111,111,107,105,101,109,115,103,0,8,0,21,46,119,97,114,110,105,110,103,95,99,111,111,107,105,101,95,98,108,111,99,107,0,8,0,28,46,119,97,114,112,95,99,111,111,107,105,101,95,119,97,114,110,105,110,103,95,98,97,114,114,105,101,114,0,8,0,13,46,119,97,115,97,95,99,111,111,107,105,101,115,0,8,0,12,46,119,98,85,75,67,111,111,107,105,101,115,0,8,0,17,46,119,98,95,99,111,111,107,105,101,95,112,111,108,105,99,121,0,8,0,19,46,119,98,117,95,99,111,111,107,105,101,45,119,114,97,112,112,101,114,0,8,0,17,46,119,99,45,100,101,102,97,117,108,116,115,45,103,100,112,114,0,8,0,17,46,119,99,45,103,100,112,114,45,116,101,109,112,108,97,116,101,0,8,0,23,46,119,99,45,103,100,112,114,45,116,101,109,112,108,97,116,101,45,108,97,114,103,101,0,8,0,18,46,119,99,95,112,114,105,118,97,99,121,95,110,111,116,105,99,101,0,8,0,18,46,119,99,99,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,8,0,9,46,119,99,111,111,107,105,101,115,0,8,0,10,46,119,100,45,99,111,111,107,105,101,0,8,0,11,46,119,100,45,99,111,111,107,105,101,115,0,8,0,17,46,119,100,45,99,111,111,107,105,101,115,45,112,111,112,117,112,0,8,0,22,46,119,100,45,100,97,116,97,45,117,115,97,103,101,45,99,111,110,102,105,114,109,0,8,0,10,46,119,100,95,99,111,111,107,105,101,0,8,0,17,46,119,101,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,16,46,119,101,45,104,97,118,101,45,99,111,111,107,105,101,115,0,8,0,14,46,119,101,45,117,115,101,45,99,111,111,107,105,101,0,8,0,15,46,119,101,45,117,115,101,45,99,111,111,107,105,101,115,0,8,0,16,46,119,101,45,117,115,105,110,103,45,99,111,111,107,105,101,0,8,0,9,46,119,101,67,111,111,107,105,101,0,8,0,12,46,119,101,67,111,111,107,105,101,66,97,114,0,8,0,13,46,119,101,85,115,101,67,111,111,107,105,101,115,0,8,0,21,46,119,101,97,108,100,45,103,100,112,114,45,99,111,110,116,97,105,110,101,114,0,8,0,12,46,119,101,98,45,99,111,111,107,105,101,115,0,8,0,19,46,119,101,98,45,99,111,111,107,105,101,115,45,105,110,108,105,110,101,0,8,0,22,46,119,101,98,103,97,116,104,97,45,99,111,111,107,105,101,115,45,105,110,102,111,0,8,0,23,46,119,101,98,115,104,111,112,45,99,111,111,107,105,101,45,119,97,114,110,105,110,103,0,8,0,22,46,119,101,98,115,105,116,101,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,28,46,119,101,98,115,105,116,101,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,16,46,119,101,98,115,105,116,101,45,99,111,111,107,105,101,115,0,8,0,22,46,119,101,99,111,111,107,105,101,112,111,112,45,99,111,110,116,97,105,110,101,114,0,8,0,11,46,119,101,101,45,99,111,111,107,105,101,0,8,0,16,46,119,101,108,99,111,109,101,45,99,111,111,107,105,101,115,0,8,0,16,46,119,101,108,99,111,109,101,45,112,114,105,118,97,99,121,0,8,0,13,46,119,101,117,115,101,99,111,111,107,105,101,115,0,8,0,18,46,119,102,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,10,46,119,103,95,99,111,111,107,105,101,0,8,0,12,46,119,103,116,45,99,111,111,107,105,101,115,0,8,0,17,46,119,105,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,22,46,119,105,100,103,101,116,45,45,99,111,111,107,105,101,67,111,110,115,101,110,116,0,8,0,16,46,119,105,100,103,101,116,45,45,99,111,111,107,105,101,115,0,8,0,27,46,119,105,100,103,101,116,45,45,101,110,97,98,108,101,45,99,111,111,107,105,101,115,45,98,111,120,0,8,0,24,46,119,105,100,103,101,116,45,71,100,112,114,67,111,111,107,105,101,66,97,110,110,101,114,0,8,0,15,46,119,105,100,103,101,116,45,99,111,110,115,101,110,116,0,8,0,22,46,119,105,100,103,101,116,45,99,111,110,115,101,110,116,45,100,105,97,108,111,103,0,8,0,14,46,119,105,100,103,101,116,45,99,111,111,107,105,101,0,8,0,21,46,119,105,100,103,101,116,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,27,46,119,105,100,103,101,116,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,19,46,119,105,100,103,101,116,45,99,111,111,107,105,101,79,112,116,73,110,0,8,0,19,46,119,105,100,103,101,116,45,103,100,112,114,45,98,97,110,110,101,114,0,8,0,26,46,119,105,100,103,101,116,45,103,100,112,114,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,44,46,119,105,100,103,101,116,45,116,121,112,101,95,115,121,115,116,101,109,95,119,105,100,103,101,116,95,118,52,95,109,111,100,97,108,95,99,111,111,107,105,101,95,49,0,8,0,15,46,119,105,100,103,101,116,46,99,111,111,107,105,101,115,0,8,0,19,46,119,105,100,103,101,116,95,97,108,101,114,116,99,111,111,107,105,101,0,8,0,34,46,119,105,100,103,101,116,95,99,111,97,108,97,45,119,105,100,103,101,116,45,99,111,111,107,105,101,95,98,97,110,110,101,114,0,8,0,27,46,119,105,100,103,101,116,95,99,111,111,107,105,101,99,111,110,115,101,110,116,119,105,100,103,101,116,0,8,0,28,46,119,105,100,103,101,116,95,101,117,95,99,111,111,107,105,101,95,108,97,119,95,119,105,100,103,101,116,0,8,0,11,46,119,107,112,45,99,111,111,107,105,101,0,8,0,10,46,119,108,95,99,111,111,107,105,101,0,8,0,27,46,119,109,100,107,45,99,111,111,107,105,101,45,110,111,116,105,99,101,45,119,114,97,112,112,101,114,0,8,0,19,46,119,110,101,116,95,99,111,111,107,105,101,115,112,111,108,105,99,121,0,8,0,25,46,119,111,111,99,111,109,109,101,114,99,101,45,115,116,111,114,101,45,110,111,116,105,99,101,0,8,0,23,46,119,111,111,100,109,97,114,116,45,99,111,111,107,105,101,115,45,112,111,112,117,112,0,8,0,22,46,119,111,111,100,121,45,99,111,111,107,105,101,115,45,116,111,111,108,98,111,120,0,8,0,35,46,119,111,114,100,112,114,101,115,115,45,99,111,110,115,101,110,116,45,109,97,110,97,103,101,114,95,95,119,114,97,112,112,101,114,0,8,0,43,46,119,111,114,100,112,114,101,115,115,45,103,100,112,114,45,111,112,101,110,45,112,114,105,118,97,99,121,45,115,101,116,116,105,110,103,115,45,109,111,100,97,108,0,8,0,21,46,119,111,114,100,112,114,101,115,115,45,103,100,112,114,45,112,111,112,117,112,0,8,0,48,46,119,111,114,100,112,114,101,115,115,45,103,100,112,114,45,112,114,105,118,97,99,121,45,115,101,116,116,105,110,103,115,45,112,111,112,117,112,45,99,111,110,116,97,105,110,101,114,0,8,0,32,46,119,112,45,98,108,111,99,107,45,106,101,116,112,97,99,107,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,17,46,119,112,45,99,111,111,107,105,101,45,112,114,111,109,112,116,0,8,0,11,46,119,112,45,99,111,111,107,105,101,115,0,8,0,27,46,119,112,45,103,100,112,114,45,99,111,111,107,105,101,45,110,111,116,105,99,101,45,119,114,97,112,0,8,0,14,46,119,112,45,103,100,112,114,45,112,111,112,117,112,0,8,0,29,46,119,112,45,112,114,105,118,97,99,121,45,112,114,111,109,112,116,45,100,105,97,108,111,103,45,98,111,120,0,8,0,21,46,119,112,45,112,116,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,22,46,119,112,45,115,116,97,116,105,115,116,105,99,115,45,111,112,116,45,111,117,116,0,8,0,12,46,119,112,99,99,45,98,111,116,116,111,109,0,8,0,15,46,119,112,99,99,45,99,111,110,116,97,105,110,101,114,0,8,0,8,46,119,112,99,103,45,98,114,0,8,0,20,46,119,112,99,110,95,98,97,110,110,101,114,45,119,114,97,112,112,101,114,0,8,0,14,46,119,112,99,111,111,107,105,101,45,115,101,101,110,0,8,0,22,46,119,112,99,117,105,45,99,111,111,107,105,101,45,98,97,114,45,98,111,100,121,0,8,0,25,46,119,112,99,117,105,45,99,111,111,107,105,101,45,98,97,114,45,100,105,115,112,108,97,121,0,8,0,20,46,119,112,102,114,101,115,104,52,45,99,111,111,107,105,101,45,112,111,112,0,8,0,20,46,119,112,102,114,101,115,104,53,45,99,111,111,107,105,101,45,112,111,112,0,8,0,21,46,119,112,103,100,112,114,45,109,111,100,97,108,45,100,105,97,108,111,103,103,0,8,0,8,46,119,112,103,100,112,114,99,0,8,0,20,46,119,112,103,100,112,114,99,45,99,111,110,115,101,110,116,45,98,97,114,0,8,0,22,46,119,112,104,97,99,107,45,99,111,111,107,105,101,45,119,114,97,112,112,101,114,0,8,0,24,46,119,112,109,97,115,116,101,114,45,99,111,111,107,105,101,45,99,111,110,116,101,110,116,0,8,0,24,46,119,112,109,97,115,116,101,114,45,99,111,111,107,105,101,45,119,114,97,112,112,101,114,0,8,0,15,46,119,112,114,45,99,111,111,107,105,101,98,97,108,107,0,8,0,17,46,119,112,114,99,98,45,99,111,111,107,105,101,45,98,97,114,0,8,0,19,46,119,114,97,112,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,17,46,119,114,97,112,45,99,111,111,107,105,101,45,105,110,102,111,0,8,0,21,46,119,114,97,112,45,99,111,111,107,105,101,45,105,110,102,111,45,101,120,116,0,8,0,24,46,119,114,97,112,45,99,111,111,107,105,101,45,112,108,97,99,101,104,111,108,100,101,114,0,8,0,27,46,119,114,97,112,45,99,111,111,107,105,101,45,112,111,108,105,99,121,45,109,101,115,115,97,103,101,0,8,0,17,46,119,114,97,112,45,99,111,111,107,105,101,45,115,105,116,101,0,8,0,13,46,119,114,97,112,45,99,111,111,107,105,101,115,0,8,0,21,46,119,114,97,112,45,99,111,111,107,105,101,115,45,100,101,115,107,116,111,112,0,8,0,19,46,119,114,97,112,45,99,111,111,107,105,101,115,45,105,110,102,111,115,0,8,0,10,46,119,114,97,112,45,103,100,112,114,0,8,0,12,46,119,114,97,112,95,99,111,111,107,105,101,0,8,0,19,46,119,114,97,112,95,99,111,111,107,105,101,95,112,111,108,105,99,121,0,8,0,17,46,119,114,97,112,95,99,111,111,107,105,101,95,115,105,116,101,0,8,0,13,46,119,114,97,112,95,99,111,111,107,105,101,115,0,8,0,13,46,119,114,97,112,112,45,99,111,111,107,105,101,0,8,0,17,46,119,114,97,112,112,101,114,45,45,99,111,111,107,105,101,115,0,8,0,28,46,119,114,97,112,112,101,114,45,45,99,111,111,107,105,101,115,45,100,105,115,99,108,97,105,109,101,114,0,8,0,22,46,119,114,97,112,112,101,114,45,98,97,110,110,101,114,45,99,111,111,107,105,101,0,8,0,20,46,119,114,97,112,112,101,114,45,98,97,110,110,101,114,45,114,103,112,100,0,8,0,15,46,119,114,97,112,112,101,114,45,99,111,111,107,105,101,0,8,0,19,46,119,114,97,112,112,101,114,45,99,111,111,107,105,101,45,98,97,114,0,8,0,16,46,119,114,97,112,112,101,114,45,99,111,111,107,105,101,115,0,8,0,13,46,119,114,97,112,112,101,114,45,103,100,112,114,0,8,0,23,46,119,114,97,112,112,101,114,45,110,111,116,105,102,121,45,99,111,111,107,105,101,115,0,8,0,14,46,119,114,97,112,112,101,114,67,111,111,107,105,101,0,8,0,15,46,119,114,97,112,112,101,114,67,111,111,107,105,101,115,0,8,0,15,46,119,114,97,112,112,101,114,95,99,111,111,107,105,101,0,8,0,16,46,119,114,97,112,112,101,114,95,99,111,111,107,105,101,115,0,8,0,14,46,119,114,97,112,112,101,114,99,111,111,107,105,101,0,8,0,18,46,119,114,97,112,115,45,99,111,111,107,105,101,45,105,110,102,111,0,8,0,18,46,119,115,45,99,111,111,107,105,101,45,99,111,110,116,101,110,116,0,8,0,17,46,119,115,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,8,0,19,46,119,115,45,99,111,111,107,105,101,95,95,119,114,97,112,112,101,114,0,8,0,21,46,119,115,45,99,111,111,107,105,101,98,97,114,45,119,114,97,112,112,101,114,0,8,0,14,46,119,115,97,45,99,111,111,107,105,101,108,97,119,0,8,0,16,46,119,115,99,45,99,111,111,107,105,101,115,45,98,97,114,0,8,0,21,46,119,115,114,45,45,100,97,116,97,45,112,114,111,116,101,99,116,105,111,110,0,8,0,17,46,119,116,45,99,111,110,102,105,114,109,45,108,97,121,101,114,0,8,0,22,46,119,116,45,99,111,111,107,105,101,45,98,111,120,45,119,114,97,112,112,101,114,0,8,0,18,46,119,116,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,17,46,119,116,45,110,111,116,105,99,101,45,99,111,111,107,105,101,0,8,0,19,46,119,116,97,45,99,111,111,107,105,101,115,45,112,111,108,105,99,121,0,8,0,15,46,119,117,67,111,111,107,105,101,66,97,110,110,101,114,0,8,0,22,46,119,117,110,100,101,114,121,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,29,46,119,117,110,100,101,114,121,45,99,111,111,107,105,101,45,98,97,110,110,101,114,45,98,111,116,116,111,109,0,8,0,14,46,119,119,45,99,111,111,107,105,101,119,97,108,108,0,8,0,13,46,119,119,112,45,103,100,112,114,95,98,97,114,0,8,0,22,46,119,119,119,115,99,104,117,116,122,95,99,109,112,95,115,104,111,119,105,110,103,0,8,0,14,46,119,120,45,99,111,111,107,105,101,45,112,112,112,0,8,0,17,46,119,120,95,99,111,110,115,101,110,116,98,97,110,110,101,114,0,8,0,16,46,119,122,45,99,99,45,99,111,110,116,97,105,110,101,114,0,8,0,20,46,120,45,99,111,111,107,105,101,45,97,99,99,101,112,116,97,110,99,101,0,8,0,17,46,120,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,20,46,120,45,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,0,8,0,14,46,120,45,99,111,111,107,105,101,45,111,112,101,110,0,8,0,10,46,120,45,99,111,111,107,105,101,115,0,8,0,16,46,120,45,99,111,111,107,105,101,115,45,109,111,100,97,108,0,8,0,17,46,120,45,100,97,110,111,110,101,45,99,111,111,107,105,101,115,0,8,0,13,46,120,45,108,103,112,100,45,112,111,112,117,112,0,8,0,8,46,120,99,111,111,107,105,101,0,8,0,18,46,120,101,110,111,102,105,116,45,99,111,111,107,105,101,98,97,114,0,8,0,15,46,120,102,45,99,111,111,107,105,101,45,104,105,110,116,0,8,0,10,46,120,109,95,109,97,116,111,109,111,0,8,0,24,46,120,111,108,97,45,112,105,105,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,0,8,0,16,46,120,112,114,45,99,111,111,107,105,101,77,111,100,97,108,0,8,0,18,46,120,115,52,97,108,108,45,99,111,111,107,105,101,87,97,108,108,0,8,0,26,46,120,115,52,97,108,108,45,99,111,111,107,105,101,87,97,108,108,45,111,118,101,114,108,97,121,0,8,0,16,46,120,115,67,111,111,107,105,101,67,111,110,115,101,110,116,0,8,0,20,46,120,120,120,45,99,111,111,107,105,101,115,45,116,111,111,108,116,105,112,0,8,0,11,46,120,121,45,99,111,110,115,101,110,116,0,8,0,16,46,121,97,45,97,108,108,111,119,45,99,111,111,107,105,101,0,8,0,11,46,121,110,45,99,111,111,107,105,101,115,0,8,0,18,46,121,115,111,108,67,111,111,107,105,101,73,110,102,111,66,111,120,0,8,0,18,46,121,116,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,0,8,0,16,46,122,45,98,97,110,110,101,114,45,99,111,111,107,105,101,0,8,0,9,46,122,45,99,111,111,107,105,101,0,8,0,15,46,122,45,99,111,111,107,105,101,45,97,108,101,114,116,0,8,0,16,46,122,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,8,0,12,46,122,45,99,111,111,107,105,101,66,97,114,0,8,0,17,46,122,45,99,111,111,107,105,101,66,97,114,95,116,101,120,116,0,8,0,20,46,122,45,99,111,111,107,105,101,66,97,114,95,119,114,97,112,112,101,114,0,8,0,15,46,122,45,99,111,111,107,105,101,112,111,108,105,99,121,0,8,0,10,46,122,45,99,111,111,107,105,101,115,0,8,0,27,46,122,45,110,97,118,105,99,97,116,45,104,101,97,100,101,114,45,99,111,111,107,105,101,66,97,114,0,8,0,27,46,122,49,54,95,99,111,111,107,105,101,115,95,98,97,110,110,101,114,45,119,114,97,112,112,101,114,0,8,0,21,46,122,97,108,114,116,45,122,99,111,111,107,105,101,115,45,97,108,101,114,116,0,8,0,20,46,122,97,112,112,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,8,0,25,46,122,97,112,112,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,119,114,97,112,0,8,0,26,46,122,97,112,112,45,99,111,111,107,105,101,109,101,115,115,97,103,101,45,98,111,116,116,111,109,0,8,0,26,46,122,101,98,114,97,45,99,111,111,107,105,101,45,98,97,110,110,101,114,45,112,111,112,117,112,0,8,0,23,46,122,101,110,45,112,114,105,118,97,99,121,112,111,108,105,99,121,112,111,112,117,112,0,8,0,23,46,122,101,110,97,114,105,111,95,99,111,111,107,105,101,95,99,111,110,115,101,110,116,0,8,0,17,46,122,101,110,99,111,110,115,101,110,116,45,112,111,112,117,112,0,8,0,16,46,122,103,111,100,97,95,110,97,95,99,111,111,107,105,101,0,8,0,12,46,122,103,111,100,121,45,112,111,112,117,112,0,8,0,13,46,122,104,45,99,111,111,107,105,101,66,111,120,0,8,0,21,46,122,105,108,99,104,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,0,8,0,21,46,122,107,45,99,111,111,107,105,101,115,45,99,111,110,116,97,105,110,101,114,0,8,0,24,46,122,109,45,99,111,111,107,105,101,115,45,110,111,116,105,102,105,99,97,116,105,111,110,0,8,0,11,46,122,110,45,99,111,111,107,105,101,115,0,8,0,13,46,122,111,110,101,45,99,111,111,107,105,101,115,0,8,0,17,46,122,112,87,105,110,84,104,101,109,101,67,111,111,107,105,101,0,8,0,14,46,122,112,99,111,110,115,101,110,116,105,110,102,111,0,8,0,11,46,122,112,109,45,99,111,111,107,105,101,0,8,0,13,46,122,121,114,111,45,99,111,111,107,105,101,115,0,8,0,14,46,116,45,114,101,99,32,62,32,46,116,54,53,55,0,8,0,14,46,116,45,114,101,99,32,62,32,46,116,56,56,54,0,8,0,14,46,116,45,114,101,99,32,62,32,46,116,56,56,55,0,8,0,14,46,116,45,114,101,99,32,62,32,46,116,57,55,50,0,8,0,16,46,102,112,45,99,111,111,107,105,101,45,109,111,100,97,108,0,8,0,24,46,105,115,45,97,99,116,105,118,101,46,67,111,111,107,105,101,67,111,110,115,101,110,116,0,8,0,24,46,110,97,118,98,97,114,32,62,32,46,67,111,111,107,105,101,67,111,110,115,101,110,116,0,8,0,25,46,106,115,45,110,111,116,105,99,101,46,110,111,116,105,99,101,45,45,99,111,111,107,105,101,0,8,0,23,46,110,111,116,105,99,101,45,45,99,111,111,107,105,101,65,100,118,97,110,99,101,100,0,8,0,25,46,99,111,111,107,105,101,95,99,111,111,107,105,101,45,98,97,114,95,95,50,99,51,74,113,0,8,0,22,46,100,97,114,107,118,99,108,111,98,46,98,99,46,109,105,110,118,99,108,111,98,0,8,0,16,46,99,97,106,97,78,101,103,114,97,65,108,101,114,116,97,0,8,0,20,46,109,111,100,97,108,78,117,101,115,116,114,97,67,111,111,107,105,101,115,0,8,0,13,46,99,99,109,95,115,104,111,119,46,99,99,109,0,8,0,12,46,97,99,116,105,118,101,46,71,68,80,82,0,8,0,18,46,97,99,116,105,118,101,46,100,105,115,99,108,97,105,109,101,114,0,8,0,32,46,116,104,101,109,101,49,46,95,49,111,112,104,57,102,57,46,95,51,104,109,115,106,46,95,49,120,98,55,103,97,109,0,8,0,33,46,99,111,110,116,97,105,110,101,114,32,62,32,35,99,111,111,107,105,101,45,108,97,119,45,105,110,102,111,45,98,97,114,0,8,0,30,46,102,111,111,116,101,114,32,62,32,35,99,111,111,107,105,101,45,108,97,119,45,105,110,102,111,45,98,97,114,0,8,0,36,46,115,105,116,101,45,99,111,110,116,101,110,116,32,62,32,35,99,111,111,107,105,101,45,108,97,119,45,105,110,102,111,45,98,97,114,0,8,0,34,46,109,112,112,45,99,111,110,116,97,105,110,101,114,45,112,111,115,105,116,105,111,110,45,98,111,116,116,111,109,45,98,97,114,0,8,0,37,46,109,112,112,45,99,111,110,116,97,105,110,101,114,45,112,111,115,105,116,105,111,110,45,109,105,100,100,108,101,45,99,101,110,116,101,114,0,8,0,31,46,109,112,112,45,99,111,110,116,97,105,110,101,114,45,112,111,115,105,116,105,111,110,45,116,111,112,45,98,97,114,0,8,0,24,46,112,105,120,101,108,109,97,116,101,45,98,97,110,110,101,114,45,98,111,116,116,111,109,0,8,0,33,46,112,105,120,101,108,109,97,116,101,45,103,101,110,101,114,97,108,45,98,97,110,110,101,114,45,119,114,97,112,112,101,114,0,8,0,24,46,99,109,112,45,45,118,97,114,45,101,46,99,109,112,95,95,119,114,97,112,112,101,114,0,8,0,17,46,121,117,105,51,45,119,105,100,103,101,116,45,109,97,115,107,0,8,0,24,46,121,117,105,51,45,119,105,100,103,101,116,46,99,111,111,107,101,45,112,111,112,117,112,0,8,0,15,46,95,103,104,120,102,107,104,46,95,51,104,109,115,106,0,8,0,7,46,103,100,112,114,66,71,0,8,0,36,46,112,114,105,118,97,99,121,83,101,116,116,105,110,103,115,58,110,111,116,40,104,116,109,108,41,58,110,111,116,40,98,111,100,121,41,0,8,0,37,46,109,97,105,110,95,99,111,110,116,97,105,110,101,114,32,62,32,46,99,111,110,115,101,110,116,95,115,105,116,101,95,99,111,118,101,114,0,8,0,33,46,109,97,105,110,95,99,111,110,116,97,105,110,101,114,32,62,32,46,99,111,110,115,101,110,116,95,119,105,110,100,111,119,0,8,0,36,46,115,116,105,99,107,121,45,102,111,111,116,101,114,32,62,32,100,105,118,32,62,32,100,105,118,32,62,32,46,99,45,99,101,108,108,0,8,0,38,46,115,117,105,45,67,109,112,85,105,32,62,32,46,115,117,105,45,77,111,108,101,99,117,108,101,78,111,116,105,102,105,99,97,116,105,111,110,0,8,0,39,46,117,107,45,112,111,115,105,116,105,111,110,45,122,45,105,110,100,101,120,46,117,107,45,112,111,115,105,116,105,111,110,45,98,111,116,116,111,109,0,8,0,21,46,118,119,53,45,115,116,97,116,105,115,116,105,99,115,79,112,116,66,111,120,0,8,0,23,46,100,111,99,107,101,100,45,98,111,116,116,111,109,46,105,110,102,111,45,98,97,114,0,8,0,10,46,103,104,45,98,97,110,110,101,114,0,8,0,17,46,103,104,45,98,97,110,110,101,114,45,97,99,116,105,118,101,0,8,0,24,46,115,107,111,100,97,53,45,115,116,97,116,105,115,116,105,99,115,79,112,116,66,111,120,0,8,0,23,46,97,115,45,111,105,108,45,99,111,110,116,101,110,116,45,111,118,101,114,108,97,121,0,8,0,10,46,98,115,116,45,112,97,110,101,108,0,8,0,14,46,99,95,105,95,99,111,110,116,97,105,110,101,114,0,8,0,22,46,99,109,112,108,122,45,115,111,102,116,45,99,111,111,107,105,101,119,97,108,108,0,8,0,41,46,101,108,105,115,97,45,110,97,118,105,45,99,111,111,107,105,101,45,97,110,100,45,99,111,110,115,101,110,116,45,100,105,115,99,108,97,105,109,101,114,0,8,0,10,46,114,99,99,45,112,97,110,101,108,0,8,0,10,46,114,101,99,111,99,108,105,118,50,0,8,0,13,46,115,104,111,119,46,99,112,45,119,114,97,112,0,8,0,23,46,119,114,97,112,32,62,32,46,99,111,110,115,101,110,116,45,119,105,100,103,101,116,0,8,0,19,46,106,115,45,99,111,110,115,101,110,116,46,99,111,110,115,101,110,116,0,0,128,0,0,0,248,32,0,0,36,182,128,0,12,23,146,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,4,0,0,0,4,0,0,0,10,0,0,0,10,0,0,0,10,0,0,0,10,0,0,0,12,0,0,0,14,0,0,0,18,0,0,0,22,0,0,0,22,0,0,0,22,0,0,0,22,0,0,0,22,0,0,0,22,0,0,0,24,0,0,0,24,0,0,0,26,0,0,0,26,0,0,0,26,0,0,0,26,0,0,0,26,0,0,0,28,0,0,0,34,0,0,0,34,0,0,0,38,0,0,0,50,0,0,0,50,0,0,0,50,0,0,0,50,0,0,0,52,0,0,0,54,0,0,0,60,0,0,0,66,0,0,0,66,0,0,0,66,0,0,0,68,0,0,0,76,0,0,0,76,0,0,0,78,0,0,0,78,0,0,0,78,0,0,0,80,0,0,0,80,0,0,0,82,0,0,0,82,0,0,0,82,0,0,0,84,0,0,0,84,0,0,0,88,0,0,0,88,0,0,0,88,0,0,0,90,0,0,0,90,0,0,0,92,0,0,0,92,0,0,0,92,0,0,0,92,0,0,0,92,0,0,0,92,0,0,0,92,0,0,0,92,0,0,0,100,0,0,0,100,0,0,0,102,0,0,0,104,0,0,0,106,0,0,0,114,0,0,0,116,0,0,0,116,0,0,0,118,0,0,0,118,0,0,0,118,0,0,0,118,0,0,0,118,0,0,0,124,0,0,0,130,0,0,0,132,0,0,0,136,0,0,0,136,0,0,0,138,0,0,0,140,0,0,0,142,0,0,0,146,0,0,0,146,0,0,0,146,0,0,0,146,0,0,0,148,0,0,0,156,0,0,0,162,0,0,0,164,0,0,0,164,0,0,0,164,0,0,0,180,0,0,0,184,0,0,0,186,0,0,0,186,0,0,0,190,0,0,0,190,0,0,0,192,0,0,0,194,0,0,0,194,0,0,0,194,0,0,0,196,0,0,0,196,0,0,0,198,0,0,0,198,0,0,0,200,0,0,0,200,0,0,0,200,0,0,0,202,0,0,0,206,0,0,0,210,0,0,0,210,0,0,0,214,0,0,0,216,0,0,0,218,0,0,0,220,0,0,0,220,0,0,0,220,0,0,0,222,0,0,0,222,0,0,0,224,0,0,0,224,0,0,0,228,0,0,0,232,0,0,0,234,0,0,0,234,0,0,0,234,0,0,0,238,0,0,0,240,0,0,0,240,0,0,0,240,0,0,0,242,0,0,0,242,0,0,0,252,0,0,0,254,0,0,0,254,0,0,0,8,1,0,0,8,1,0,0,10,1,0,0,18,1,0,0,20,1,0,0,24,1,0,0,24,1,0,0,26,1,0,0,26,1,0,0,50,1,0,0,52,1,0,0,52,1,0,0,58,1,0,0,66,1,0,0,68,1,0,0,68,1,0,0,70,1,0,0,70,1,0,0,70,1,0,0,70,1,0,0,70,1,0,0,70,1,0,0,72,1,0,0,74,1,0,0,78,1,0,0,78,1,0,0,82,1,0,0,82,1,0,0,94,1,0,0,94,1,0,0,96,1,0,0,96,1,0,0,96,1,0,0,96,1,0,0,96,1,0,0,96,1,0,0,98,1,0,0,102,1,0,0,102,1,0,0,102,1,0,0,108,1,0,0,108,1,0,0,108,1,0,0,108,1,0,0,108,1,0,0,110,1,0,0,112,1,0,0,112,1,0,0,112,1,0,0,112,1,0,0,114,1,0,0,114,1,0,0,122,1,0,0,124,1,0,0,126,1,0,0,136,1,0,0,144,1,0,0,144,1,0,0,148,1,0,0,154,1,0,0,154,1,0,0,156,1,0,0,160,1,0,0,160,1,0,0,160,1,0,0,170,1,0,0,170,1,0,0,172,1,0,0,174,1,0,0,176,1,0,0,176,1,0,0,178,1,0,0,180,1,0,0,186,1,0,0,186,1,0,0,188,1,0,0,188,1,0,0,188,1,0,0,188,1,0,0,188,1,0,0,190,1,0,0,190,1,0,0,190,1,0,0,194,1,0,0,194,1,0,0,196,1,0,0,196,1,0,0,196,1,0,0,204,1,0,0,210,1,0,0,210,1,0,0,214,1,0,0,214,1,0,0,216,1,0,0,216,1,0,0,216,1,0,0,216,1,0,0,226,1,0,0,226,1,0,0,226,1,0,0,232,1,0,0,238,1,0,0,240,1,0,0,250,1,0,0,250,1,0,0,254,1,0,0,254,1,0,0,254,1,0,0,254,1,0,0,2,2,0,0,2,2,0,0,6,2,0,0,10,2,0,0,10,2,0,0,10,2,0,0,10,2,0,0,12,2,0,0,12,2,0,0,14,2,0,0,18,2,0,0,20,2,0,0,20,2,0,0,20,2,0,0,20,2,0,0,22,2,0,0,22,2,0,0,22,2,0,0,22,2,0,0,22,2,0,0,22,2,0,0,22,2,0,0,30,2,0,0,32,2,0,0,34,2,0,0,34,2,0,0,36,2,0,0,46,2,0,0,46,2,0,0,46,2,0,0,54,2,0,0,54,2,0,0,58,2,0,0,58,2,0,0,58,2,0,0,58,2,0,0,58,2,0,0,60,2,0,0,62,2,0,0,62,2,0,0,62,2,0,0,62,2,0,0,62,2,0,0,62,2,0,0,66,2,0,0,66,2,0,0,72,2,0,0,74,2,0,0,74,2,0,0,78,2,0,0,80,2,0,0,84,2,0,0,86,2,0,0,86,2,0,0,86,2,0,0,86,2,0,0,96,2,0,0,96,2,0,0,96,2,0,0,98,2,0,0,98,2,0,0,98,2,0,0,98,2,0,0,100,2,0,0,102,2,0,0,102,2,0,0,102,2,0,0,106,2,0,0,106,2,0,0,106,2,0,0,108,2,0,0,108,2,0,0,108,2,0,0,116,2,0,0,116,2,0,0,116,2,0,0,116,2,0,0,116,2,0,0,122,2,0,0,122,2,0,0,122,2,0,0,122,2,0,0,128,2,0,0,132,2,0,0,132,2,0,0,132,2,0,0,132,2,0,0,134,2,0,0,142,2,0,0,142,2,0,0,142,2,0,0,146,2,0,0,146,2,0,0,146,2,0,0,158,2,0,0,158,2,0,0,158,2,0,0,164,2,0,0,168,2,0,0,168,2,0,0,170,2,0,0,172,2,0,0,172,2,0,0,172,2,0,0,172,2,0,0,178,2,0,0,182,2,0,0,184,2,0,0,186,2,0,0,186,2,0,0,186,2,0,0,192,2,0,0,192,2,0,0,196,2,0,0,196,2,0,0,196,2,0,0,204,2,0,0,204,2,0,0,204,2,0,0,204,2,0,0,206,2,0,0,206,2,0,0,206,2,0,0,208,2,0,0,208,2,0,0,208,2,0,0,208,2,0,0,208,2,0,0,208,2,0,0,218,2,0,0,220,2,0,0,224,2,0,0,226,2,0,0,226,2,0,0,226,2,0,0,226,2,0,0,230,2,0,0,236,2,0,0,242,2,0,0,242,2,0,0,242,2,0,0,242,2,0,0,242,2,0,0,242,2,0,0,242,2,0,0,242,2,0,0,244,2,0,0,244,2,0,0,246,2,0,0,252,2,0,0,252,2,0,0,2,3,0,0,4,3,0,0,4,3,0,0,12,3,0,0,18,3,0,0,18,3,0,0,18,3,0,0,20,3,0,0,20,3,0,0,22,3,0,0,26,3,0,0,26,3,0,0,30,3,0,0,30,3,0,0,40,3,0,0,48,3,0,0,58,3,0,0,62,3,0,0,64,3,0,0,64,3,0,0,64,3,0,0,68,3,0,0,68,3,0,0,72,3,0,0,72,3,0,0,74,3,0,0,80,3,0,0,86,3,0,0,88,3,0,0,88,3,0,0,90,3,0,0,90,3,0,0,96,3,0,0,98,3,0,0,98,3,0,0,98,3,0,0,100,3,0,0,104,3,0,0,106,3,0,0,106,3,0,0,106,3,0,0,106,3,0,0,108,3,0,0,110,3,0,0,112,3,0,0,118,3,0,0,120,3,0,0,122,3,0,0,138,3,0,0,138,3,0,0,138,3,0,0,144,3,0,0,144,3,0,0,146,3,0,0,146,3,0,0,150,3,0,0,152,3,0,0,152,3,0,0,152,3,0,0,152,3,0,0,154,3,0,0,156,3,0,0,158,3,0,0,158,3,0,0,158,3,0,0,158,3,0,0,158,3,0,0,160,3,0,0,162,3,0,0,162,3,0,0,164,3,0,0,164,3,0,0,164,3,0,0,166,3,0,0,166,3,0,0,166,3,0,0,166,3,0,0,168,3,0,0,180,3,0,0,180,3,0,0,180,3,0,0,184,3,0,0,184,3,0,0,186,3,0,0,194,3,0,0,200,3,0,0,206,3,0,0,206,3,0,0,206,3,0,0,208,3,0,0,214,3,0,0,214,3,0,0,216,3,0,0,216,3,0,0,216,3,0,0,218,3,0,0,218,3,0,0,224,3,0,0,226,3,0,0,230,3,0,0,230,3,0,0,232,3,0,0,232,3,0,0,232,3,0,0,234,3,0,0,234,3,0,0,234,3,0,0,234,3,0,0,234,3,0,0,240,3,0,0,242,3,0,0,242,3,0,0,246,3,0,0,246,3,0,0,246,3,0,0,246,3,0,0,250,3,0,0,250,3,0,0,250,3,0,0,250,3,0,0,250,3,0,0,250,3,0,0,250,3,0,0,250,3,0,0,250,3,0,0,254,3,0,0,254,3,0,0,254,3,0,0,0,4,0,0,6,4,0,0,8,4,0,0,12,4,0,0,16,4,0,0,20,4,0,0,22,4,0,0,22,4,0,0,24,4,0,0,24,4,0,0,32,4,0,0,38,4,0,0,40,4,0,0,40,4,0,0,40,4,0,0,46,4,0,0,48,4,0,0,48,4,0,0,50,4,0,0,50,4,0,0,52,4,0,0,52,4,0,0,52,4,0,0,54,4,0,0,54,4,0,0,60,4,0,0,60,4,0,0,60,4,0,0,60,4,0,0,60,4,0,0,60,4,0,0,60,4,0,0,60,4,0,0,64,4,0,0,66,4,0,0,66,4,0,0,66,4,0,0,66,4,0,0,66,4,0,0,68,4,0,0,68,4,0,0,68,4,0,0,68,4,0,0,72,4,0,0,76,4,0,0,78,4,0,0,80,4,0,0,84,4,0,0,88,4,0,0,90,4,0,0,90,4,0,0,98,4,0,0,98,4,0,0,98,4,0,0,98,4,0,0,98,4,0,0,102,4,0,0,102,4,0,0,106,4,0,0,110,4,0,0,118,4,0,0,118,4,0,0,126,4,0,0,126,4,0,0,126,4,0,0,126,4,0,0,126,4,0,0,134,4,0,0,138,4,0,0,140,4,0,0,142,4,0,0,146,4,0,0,146,4,0,0,148,4,0,0,148,4,0,0,154,4,0,0,154,4,0,0,154,4,0,0,154,4,0,0,160,4,0,0,160,4,0,0,160,4,0,0,160,4,0,0,162,4,0,0,162,4,0,0,164,4,0,0,166,4,0,0,166,4,0,0,174,4,0,0,174,4,0,0,174,4,0,0,174,4,0,0,176,4,0,0,178,4,0,0,180,4,0,0,184,4,0,0,184,4,0,0,184,4,0,0,188,4,0,0,190,4,0,0,190,4,0,0,192,4,0,0,194,4,0,0,194,4,0,0,198,4,0,0,210,4,0,0,210,4,0,0,216,4,0,0,216,4,0,0,216,4,0,0,222,4,0,0,222,4,0,0,222,4,0,0,224,4,0,0,224,4,0,0,224,4,0,0,224,4,0,0,226,4,0,0,226,4,0,0,228,4,0,0,228,4,0,0,230,4,0,0,232,4,0,0,238,4,0,0,238,4,0,0,238,4,0,0,238,4,0,0,238,4,0,0,238,4,0,0,240,4,0,0,244,4,0,0,252,4,0,0,252,4,0,0,10,5,0,0,14,5,0,0,14,5,0,0,20,5,0,0,20,5,0,0,20,5,0,0,24,5,0,0,24,5,0,0,26,5,0,0,28,5,0,0,28,5,0,0,28,5,0,0,30,5,0,0,30,5,0,0,30,5,0,0,30,5,0,0,34,5,0,0,38,5,0,0,38,5,0,0,38,5,0,0,42,5,0,0,46,5,0,0,46,5,0,0,50,5,0,0,52,5,0,0,52,5,0,0,56,5,0,0,56,5,0,0,60,5,0,0,62,5,0,0,70,5,0,0,70,5,0,0,78,5,0,0,78,5,0,0,80,5,0,0,84,5,0,0,84,5,0,0,86,5,0,0,94,5,0,0,100,5,0,0,100,5,0,0,102,5,0,0,102,5,0,0,102,5,0,0,104,5,0,0,108,5,0,0,112,5,0,0,112,5,0,0,114,5,0,0,118,5,0,0,122,5,0,0,124,5,0,0,126,5,0,0,128,5,0,0,128,5,0,0,130,5,0,0,130,5,0,0,130,5,0,0,130,5,0,0,134,5,0,0,134,5,0,0,140,5,0,0,140,5,0,0,146,5,0,0,148,5,0,0,148,5,0,0,154,5,0,0,156,5,0,0,158,5,0,0,160,5,0,0,160,5,0,0,162,5,0,0,168,5,0,0,168,5,0,0,168,5,0,0,172,5,0,0,172,5,0,0,172,5,0,0,172,5,0,0,178,5,0,0,182,5,0,0,184,5,0,0,184,5,0,0,184,5,0,0,184,5,0,0,184,5,0,0,186,5,0,0,186,5,0,0,186,5,0,0,186,5,0,0,190,5,0,0,190,5,0,0,198,5,0,0,206,5,0,0,206,5,0,0,206,5,0,0,206,5,0,0,208,5,0,0,216,5,0,0,216,5,0,0,216,5,0,0,222,5,0,0,224,5,0,0,224,5,0,0,228,5,0,0,230,5,0,0,230,5,0,0,230,5,0,0,234,5,0,0,242,5,0,0,242,5,0,0,242,5,0,0,244,5,0,0,244,5,0,0,244,5,0,0,246,5,0,0,246,5,0,0,246,5,0,0,248,5,0,0,248,5,0,0,4,6,0,0,4,6,0,0,4,6,0,0,14,6,0,0,16,6,0,0,18,6,0,0,20,6,0,0,20,6,0,0,22,6,0,0,22,6,0,0,24,6,0,0,24,6,0,0,24,6,0,0,24,6,0,0,24,6,0,0,24,6,0,0,26,6,0,0,26,6,0,0,30,6,0,0,30,6,0,0,30,6,0,0,30,6,0,0,30,6,0,0,30,6,0,0,36,6,0,0,36,6,0,0,36,6,0,0,36,6,0,0,36,6,0,0,36,6,0,0,36,6,0,0,36,6,0,0,36,6,0,0,42,6,0,0,48,6,0,0,48,6,0,0,48,6,0,0,50,6,0,0,52,6,0,0,52,6,0,0,52,6,0,0,58,6,0,0,58,6,0,0,62,6,0,0,66,6,0,0,66,6,0,0,66,6,0,0,72,6,0,0,80,6,0,0,80,6,0,0,82,6,0,0,82,6,0,0,82,6,0,0,84,6,0,0,86,6,0,0,90,6,0,0,96,6,0,0,96,6,0,0,100,6,0,0,100,6,0,0,100,6,0,0,100,6,0,0,100,6,0,0,102,6,0,0,102,6,0,0,102,6,0,0,110,6,0,0,114,6,0,0,114,6,0,0,114,6,0,0,114,6,0,0,120,6,0,0,126,6,0,0,126,6,0,0,132,6,0,0,138,6,0,0,140,6,0,0,142,6,0,0,144,6,0,0,144,6,0,0,152,6,0,0,158,6,0,0,160,6,0,0,160,6,0,0,160,6,0,0,160,6,0,0,160,6,0,0,160,6,0,0,168,6,0,0,168,6,0,0,168,6,0,0,172,6,0,0,172,6,0,0,174,6,0,0,176,6,0,0,178,6,0,0,180,6,0,0,180,6,0,0,184,6,0,0,184,6,0,0,186,6,0,0,186,6,0,0,188,6,0,0,188,6,0,0,194,6,0,0,194,6,0,0,194,6,0,0,196,6,0,0,196,6,0,0,202,6,0,0,204,6,0,0,206,6,0,0,206,6,0,0,206,6,0,0,208,6,0,0,208,6,0,0,208,6,0,0,212,6,0,0,216,6,0,0,222,6,0,0,222,6,0,0,222,6,0,0,226,6,0,0,228,6,0,0,232,6,0,0,232,6,0,0,238,6,0,0,238,6,0,0,242,6,0,0,242,6,0,0,244,6,0,0,246,6,0,0,248,6,0,0,248,6,0,0,252,6,0,0,0,7,0,0,0,7,0,0,0,7,0,0,0,7,0,0,0,7,0,0,0,7,0,0,2,7,0,0,2,7,0,0,2,7,0,0,2,7,0,0,4,7,0,0,4,7,0,0,6,7,0,0,10,7,0,0,12,7,0,0,12,7,0,0,14,7,0,0,16,7,0,0,20,7,0,0,20,7,0,0,20,7,0,0,22,7,0,0,22,7,0,0,24,7,0,0,24,7,0,0,24,7,0,0,26,7,0,0,28,7,0,0,30,7,0,0,30,7,0,0,30,7,0,0,32,7,0,0,40,7,0,0,40,7,0,0,40,7,0,0,42,7,0,0,44,7,0,0,44,7,0,0,50,7,0,0,52,7,0,0,54,7,0,0,54,7,0,0,54,7,0,0,54,7,0,0,58,7,0,0,70,7,0,0,70,7,0,0,72,7,0,0,74,7,0,0,76,7,0,0,78,7,0,0,88,7,0,0,88,7,0,0,88,7,0,0,88,7,0,0,88,7,0,0,88,7,0,0,88,7,0,0,88,7,0,0,92,7,0,0,92,7,0,0,92,7,0,0,92,7,0,0,92,7,0,0,100,7,0,0,106,7,0,0,110,7,0,0,122,7,0,0,122,7,0,0,122,7,0,0,124,7,0,0,128,7,0,0,128,7,0,0,128,7,0,0,128,7,0,0,132,7,0,0,132,7,0,0,132,7,0,0,132,7,0,0,132,7,0,0,132,7,0,0,132,7,0,0,134,7,0,0,136,7,0,0,136,7,0,0,140,7,0,0,140,7,0,0,146,7,0,0,150,7,0,0,154,7,0,0,154,7,0,0,154,7,0,0,154,7,0,0,154,7,0,0,156,7,0,0,160,7,0,0,162,7,0,0,164,7,0,0,164,7,0,0,170,7,0,0,170,7,0,0,170,7,0,0,174,7,0,0,176,7,0,0,178,7,0,0,178,7,0,0,178,7,0,0,178,7,0,0,178,7,0,0,180,7,0,0,182,7,0,0,184,7,0,0,186,7,0,0,190,7,0,0,190,7,0,0,190,7,0,0,192,7,0,0,196,7,0,0,202,7,0,0,204,7,0,0,204,7,0,0,204,7,0,0,206,7,0,0,208,7,0,0,208,7,0,0,212,7,0,0,214,7,0,0,216,7,0,0,216,7,0,0,218,7,0,0,222,7,0,0,228,7,0,0,234,7,0,0,234,7,0,0,236,7,0,0,238,7,0,0,238,7,0,0,238,7,0,0,238,7,0,0,238,7,0,0,238,7,0,0,240,7,0,0,250,7,0,0,250,7,0,0,0,8,0,0,2,8,0,0,2,8,0,0,4,8,0,0,4,8,0,0,4,8,0,0,4,8,0,0,10,8,0,0,10,8,0,0,10,8,0,0,16,8,0,0,18,8,0,0,20,8,0,0,22,8,0,0,22,8,0,0,30,8,0,0,30,8,0,0,30,8,0,0,30,8,0,0,30,8,0,0,30,8,0,0,30,8,0,0,32,8,0,0,46,8,0,0,50,8,0,0,50,8,0,0,50,8,0,0,50,8,0,0,50,8,0,0,50,8,0,0,50,8,0,0,52,8,0,0,52,8,0,0,52,8,0,0,52,8,0,0,54,8,0,0,60,8,0,0,60,8,0,0,64,8,0,0,64,8,0,0,72,8,0,0,78,8,0,0,78,8,0,0,78,8,0,0,84,8,0,0,88,8,0,0,88,8,0,0,88,8,0,0,90,8,0,0,96,8,0,0,100,8,0,0,106,8,0,0,106,8,0,0,106,8,0,0,106,8,0,0,108,8,0,0,108,8,0,0,108,8,0,0,110,8,0,0,112,8,0,0,114,8,0,0,114,8,0,0,114,8,0,0,114,8,0,0,116,8,0,0,118,8,0,0,124,8,0,0,128,8,0,0,128,8,0,0,134,8,0,0,134,8,0,0,138,8,0,0,138,8,0,0,138,8,0,0,142,8,0,0,146,8,0,0,146,8,0,0,150,8,0,0,150,8,0,0,150,8,0,0,150,8,0,0,152,8,0,0,152,8,0,0,154,8,0,0,154,8,0,0,158,8,0,0,158,8,0,0,162,8,0,0,162,8,0,0,162,8,0,0,166,8,0,0,176,8,0,0,180,8,0,0,180,8,0,0,184,8,0,0,186,8,0,0,186,8,0,0,190,8,0,0,198,8,0,0,200,8,0,0,204,8,0,0,204,8,0,0,208,8,0,0,208,8,0,0,212,8,0,0,216,8,0,0,222,8,0,0,222,8,0,0,226,8,0,0,226,8,0,0,228,8,0,0,236,8,0,0,238,8,0,0,238,8,0,0,240,8,0,0,242,8,0,0,244,8,0,0,250,8,0,0,2,9,0,0,2,9,0,0,4,9,0,0,6,9,0,0,8,9,0,0,8,9,0,0,8,9,0,0,12,9,0,0,12,9,0,0,12,9,0,0,14,9,0,0,16,9,0,0,16,9,0,0,18,9,0,0,20,9,0,0,20,9,0,0,20,9,0,0,22,9,0,0,22,9,0,0,24,9,0,0,24,9,0,0,26,9,0,0,26,9,0,0,28,9,0,0,32,9,0,0,32,9,0,0,32,9,0,0,32,9,0,0,32,9,0,0,32,9,0,0,34,9,0,0,34,9,0,0,42,9,0,0,42,9,0,0,46,9,0,0,46,9,0,0,46,9,0,0,46,9,0,0,50,9,0,0,50,9,0,0,50,9,0,0,52,9,0,0,52,9,0,0,54,9,0,0,54,9,0,0,60,9,0,0,62,9,0,0,64,9,0,0,64,9,0,0,64,9,0,0,64,9,0,0,74,9,0,0,82,9,0,0,86,9,0,0,86,9,0,0,88,9,0,0,88,9,0,0,88,9,0,0,88,9,0,0,88,9,0,0,92,9,0,0,94,9,0,0,100,9,0,0,106,9,0,0,106,9,0,0,112,9,0,0,112,9,0,0,116,9,0,0,118,9,0,0,118,9,0,0,118,9,0,0,120,9,0,0,120,9,0,0,122,9,0,0,126,9,0,0,126,9,0,0,126,9,0,0,128,9,0,0,128,9,0,0,132,9,0,0,132,9,0,0,138,9,0,0,146,9,0,0,148,9,0,0,148,9,0,0,148,9,0,0,148,9,0,0,150,9,0,0,150,9,0,0,150,9,0,0,150,9,0,0,150,9,0,0,154,9,0,0,156,9,0,0,158,9,0,0,168,9,0,0,168,9,0,0,168,9,0,0,170,9,0,0,170,9,0,0,170,9,0,0,178,9,0,0,178,9,0,0,182,9,0,0,182,9,0,0,182,9,0,0,182,9,0,0,182,9,0,0,188,9,0,0,188,9,0,0,190,9,0,0,194,9,0,0,200,9,0,0,220,9,0,0,220,9,0,0,220,9,0,0,224,9,0,0,224,9,0,0,226,9,0,0,226,9,0,0,226,9,0,0,230,9,0,0,230,9,0,0,230,9,0,0,232,9,0,0,234,9,0,0,234,9,0,0,234,9,0,0,234,9,0,0,234,9,0,0,234,9,0,0,238,9,0,0,240,9,0,0,244,9,0,0,244,9,0,0,250,9,0,0,254,9,0,0,254,9,0,0,0,10,0,0,2,10,0,0,8,10,0,0,8,10,0,0,8,10,0,0,10,10,0,0,12,10,0,0,14,10,0,0,16,10,0,0,16,10,0,0,16,10,0,0,20,10,0,0,20,10,0,0,20,10,0,0,22,10,0,0,22,10,0,0,24,10,0,0,24,10,0,0,24,10,0,0,32,10,0,0,32,10,0,0,36,10,0,0,40,10,0,0,42,10,0,0,44,10,0,0,44,10,0,0,46,10,0,0,48,10,0,0,52,10,0,0,52,10,0,0,52,10,0,0,52,10,0,0,54,10,0,0,56,10,0,0,56,10,0,0,56,10,0,0,58,10,0,0,58,10,0,0,64,10,0,0,70,10,0,0,74,10,0,0,74,10,0,0,76,10,0,0,80,10,0,0,80,10,0,0,88,10,0,0,92,10,0,0,92,10,0,0,94,10,0,0,94,10,0,0,98,10,0,0,98,10,0,0,98,10,0,0,98,10,0,0,98,10,0,0,98,10,0,0,98,10,0,0,102,10,0,0,106,10,0,0,106,10,0,0,108,10,0,0,114,10,0,0,114,10,0,0,114,10,0,0,114,10,0,0,116,10,0,0,116,10,0,0,116,10,0,0,118,10,0,0,118,10,0,0,118,10,0,0,118,10,0,0,120,10,0,0,128,10,0,0,132,10,0,0,134,10,0,0,138,10,0,0,138,10,0,0,142,10,0,0,144,10,0,0,144,10,0,0,144,10,0,0,144,10,0,0,148,10,0,0,148,10,0,0,150,10,0,0,150,10,0,0,152,10,0,0,156,10,0,0,164,10,0,0,166,10,0,0,166,10,0,0,168,10,0,0,168,10,0,0,180,10,0,0,182,10,0,0,184,10,0,0,184,10,0,0,186,10,0,0,186,10,0,0,186,10,0,0,186,10,0,0,188,10,0,0,188,10,0,0,188,10,0,0,188,10,0,0,190,10,0,0,192,10,0,0,194,10,0,0,194,10,0,0,194,10,0,0,194,10,0,0,198,10,0,0,198,10,0,0,206,10,0,0,208,10,0,0,214,10,0,0,216,10,0,0,216,10,0,0,220,10,0,0,220,10,0,0,222,10,0,0,222,10,0,0,222,10,0,0,240,10,0,0,242,10,0,0,244,10,0,0,244,10,0,0,244,10,0,0,252,10,0,0,252,10,0,0,252,10,0,0,252,10,0,0,252,10,0,0,252,10,0,0,254,10,0,0,0,11,0,0,0,11,0,0,2,11,0,0,4,11,0,0,6,11,0,0,8,11,0,0,8,11,0,0,8,11,0,0,12,11,0,0,14,11,0,0,16,11,0,0,26,11,0,0,34,11,0,0,38,11,0,0,40,11,0,0,50,11,0,0,52,11,0,0,52,11,0,0,54,11,0,0,54,11,0,0,58,11,0,0,62,11,0,0,62,11,0,0,62,11,0,0,62,11,0,0,66,11,0,0,72,11,0,0,72,11,0,0,76,11,0,0,76,11,0,0,78,11,0,0,78,11,0,0,80,11,0,0,80,11,0,0,80,11,0,0,80,11,0,0,80,11,0,0,80,11,0,0,80,11,0,0,80,11,0,0,88,11,0,0,88,11,0,0,88,11,0,0,90,11,0,0,94,11,0,0,94,11,0,0,96,11,0,0,96,11,0,0,98,11,0,0,98,11,0,0,102,11,0,0,104,11,0,0,106,11,0,0,106,11,0,0,106,11,0,0,108,11,0,0,110,11,0,0,110,11,0,0,110,11,0,0,118,11,0,0,122,11,0,0,124,11,0,0,124,11,0,0,124,11,0,0,126,11,0,0,126,11,0,0,126,11,0,0,126,11,0,0,128,11,0,0,128,11,0,0,128,11,0,0,128,11,0,0,128,11,0,0,130,11,0,0,140,11,0,0,142,11,0,0,146,11,0,0,148,11,0,0,150,11,0,0,150,11,0,0,156,11,0,0,156,11,0,0,156,11,0,0,160,11,0,0,172,11,0,0,172,11,0,0,172,11,0,0,176,11,0,0,176,11,0,0,180,11,0,0,180,11,0,0,182,11,0,0,182,11,0,0,184,11,0,0,184,11,0,0,184,11,0,0,184,11,0,0,186,11,0,0,188,11,0,0,188,11,0,0,188,11,0,0,190,11,0,0,194,11,0,0,198,11,0,0,202,11,0,0,204,11,0,0,212,11,0,0,216,11,0,0,222,11,0,0,224,11,0,0,224,11,0,0,224,11,0,0,224,11,0,0,228,11,0,0,228,11,0,0,228,11,0,0,230,11,0,0,230,11,0,0,230,11,0,0,230,11,0,0,230,11,0,0,232,11,0,0,232,11,0,0,232,11,0,0,234,11,0,0,234,11,0,0,234,11,0,0,234,11,0,0,242,11,0,0,242,11,0,0,242,11,0,0,244,11,0,0,250,11,0,0,250,11,0,0,252,11,0,0,252,11,0,0,254,11,0,0,254,11,0,0,254,11,0,0,254,11,0,0,0,12,0,0,0,12,0,0,2,12,0,0,4,12,0,0,4,12,0,0,4,12,0,0,4,12,0,0,4,12,0,0,4,12,0,0,4,12,0,0,8,12,0,0,10,12,0,0,10,12,0,0,16,12,0,0,18,12,0,0,20,12,0,0,20,12,0,0,20,12,0,0,22,12,0,0,22,12,0,0,28,12,0,0,28,12,0,0,28,12,0,0,30,12,0,0,30,12,0,0,30,12,0,0,34,12,0,0,34,12,0,0,40,12,0,0,42,12,0,0,42,12,0,0,42,12,0,0,46,12,0,0,50,12,0,0,50,12,0,0,50,12,0,0,54,12,0,0,62,12,0,0,66,12,0,0,66,12,0,0,68,12,0,0,68,12,0,0,70,12,0,0,70,12,0,0,70,12,0,0,76,12,0,0,76,12,0,0,76,12,0,0,76,12,0,0,76,12,0,0,84,12,0,0,86,12,0,0,86,12,0,0,88,12,0,0,90,12,0,0,90,12,0,0,90,12,0,0,90,12,0,0,92,12,0,0,92,12,0,0,98,12,0,0,98,12,0,0,98,12,0,0,100,12,0,0,100,12,0,0,100,12,0,0,102,12,0,0,104,12,0,0,104,12,0,0,104,12,0,0,110,12,0,0,112,12,0,0,112,12,0,0,114,12,0,0,114,12,0,0,114,12,0,0,116,12,0,0,120,12,0,0,120,12,0,0,120,12,0,0,120,12,0,0,120,12,0,0,122,12,0,0,124,12,0,0,124,12,0,0,126,12,0,0,126,12,0,0,128,12,0,0,128,12,0,0,130,12,0,0,130,12,0,0,138,12,0,0,142,12,0,0,144,12,0,0,144,12,0,0,158,12,0,0,162,12,0,0,162,12,0,0,168,12,0,0,168,12,0,0,168,12,0,0,168,12,0,0,168,12,0,0,170,12,0,0,174,12,0,0,176,12,0,0,186,12,0,0,194,12,0,0,194,12,0,0,202,12,0,0,202,12,0,0,204,12,0,0,206,12,0,0,208,12,0,0,208,12,0,0,208,12,0,0,210,12,0,0,210,12,0,0,210,12,0,0,212,12,0,0,212,12,0,0,216,12,0,0,216,12,0,0,216,12,0,0,216,12,0,0,216,12,0,0,218,12,0,0,222,12,0,0,222,12,0,0,222,12,0,0,222,12,0,0,224,12,0,0,224,12,0,0,226,12,0,0,226,12,0,0,232,12,0,0,232,12,0,0,236,12,0,0,236,12,0,0,236,12,0,0,240,12,0,0,242,12,0,0,242,12,0,0,242,12,0,0,246,12,0,0,246,12,0,0,246,12,0,0,254,12,0,0,0,13,0,0,0,13,0,0,0,13,0,0,6,13,0,0,10,13,0,0,10,13,0,0,12,13,0,0,12,13,0,0,14,13,0,0,16,13,0,0,18,13,0,0,20,13,0,0,20,13,0,0,20,13,0,0,20,13,0,0,24,13,0,0,24,13,0,0,24,13,0,0,30,13,0,0,38,13,0,0,38,13,0,0,38,13,0,0,40,13,0,0,42,13,0,0,54,13,0,0,58,13,0,0,58,13,0,0,58,13,0,0,58,13,0,0,58,13,0,0,58,13,0,0,62,13,0,0,62,13,0,0,62,13,0,0,62,13,0,0,64,13,0,0,68,13,0,0,68,13,0,0,70,13,0,0,70,13,0,0,70,13,0,0,70,13,0,0,72,13,0,0,78,13,0,0,78,13,0,0,80,13,0,0,80,13,0,0,80,13,0,0,90,13,0,0,90,13,0,0,92,13,0,0,92,13,0,0,94,13,0,0,94,13,0,0,94,13,0,0,96,13,0,0,96,13,0,0,96,13,0,0,98,13,0,0,100,13,0,0,100,13,0,0,100,13,0,0,100,13,0,0,102,13,0,0,110,13,0,0,112,13,0,0,118,13,0,0,118,13,0,0,120,13,0,0,122,13,0,0,122,13,0,0,122,13,0,0,124,13,0,0,128,13,0,0,128,13,0,0,132,13,0,0,132,13,0,0,140,13,0,0,140,13,0,0,140,13,0,0,144,13,0,0,148,13,0,0,148,13,0,0,152,13,0,0,152,13,0,0,152,13,0,0,156,13,0,0,156,13,0,0,158,13,0,0,160,13,0,0,160,13,0,0,162,13,0,0,166,13,0,0,166,13,0,0,166,13,0,0,166,13,0,0,166,13,0,0,168,13,0,0,168,13,0,0,168,13,0,0,170,13,0,0,170,13,0,0,170,13,0,0,170,13,0,0,170,13,0,0,172,13,0,0,172,13,0,0,174,13,0,0,178,13,0,0,180,13,0,0,180,13,0,0,184,13,0,0,190,13,0,0,194,13,0,0,194,13,0,0,198,13,0,0,198,13,0,0,202,13,0,0,208,13,0,0,208,13,0,0,208,13,0,0,212,13,0,0,212,13,0,0,216,13,0,0,216,13,0,0,218,13,0,0,222,13,0,0,222,13,0,0,226,13,0,0,230,13,0,0,230,13,0,0,230,13,0,0,240,13,0,0,246,13,0,0,250,13,0,0,250,13,0,0,252,13,0,0,254,13,0,0,0,14,0,0,2,14,0,0,4,14,0,0,12,14,0,0,16,14,0,0,16,14,0,0,18,14,0,0,20,14,0,0,24,14,0,0,28,14,0,0,32,14,0,0,38,14,0,0,38,14,0,0,44,14,0,0,44,14,0,0,50,14,0,0,50,14,0,0,58,14,0,0,58,14,0,0,58,14,0,0,58,14,0,0,62,14,0,0,62,14,0,0,62,14,0,0,62,14,0,0,68,14,0,0,70,14,0,0,72,14,0,0,72,14,0,0,78,14,0,0,78,14,0,0,80,14,0,0,82,14,0,0,82,14,0,0,82,14,0,0,82,14,0,0,92,14,0,0,92,14,0,0,92,14,0,0,100,14,0,0,104,14,0,0,106,14,0,0,106,14,0,0,106,14,0,0,108,14,0,0,110,14,0,0,112,14,0,0,112,14,0,0,112,14,0,0,118,14,0,0,120,14,0,0,120,14,0,0,126,14,0,0,128,14,0,0,128,14,0,0,132,14,0,0,140,14,0,0,148,14,0,0,152,14,0,0,152,14,0,0,154,14,0,0,158,14,0,0,158,14,0,0,166,14,0,0,166,14,0,0,166,14,0,0,168,14,0,0,168,14,0,0,170,14,0,0,170,14,0,0,172,14,0,0,172,14,0,0,174,14,0,0,178,14,0,0,188,14,0,0,194,14,0,0,194,14,0,0,194,14,0,0,196,14,0,0,196,14,0,0,196,14,0,0,196,14,0,0,196,14,0,0,206,14,0,0,206,14,0,0,206,14,0,0,208,14,0,0,208,14,0,0,208,14,0,0,210,14,0,0,210,14,0,0,212,14,0,0,212,14,0,0,212,14,0,0,212,14,0,0,218,14,0,0,218,14,0,0,222,14,0,0,222,14,0,0,228,14,0,0,228,14,0,0,230,14,0,0,234,14,0,0,236,14,0,0,238,14,0,0,244,14,0,0,250,14,0,0,250,14,0,0,250,14,0,0,252,14,0,0,254,14,0,0,254,14,0,0,0,15,0,0,2,15,0,0,2,15,0,0,2,15,0,0,2,15,0,0,2,15,0,0,2,15,0,0,2,15,0,0,2,15,0,0,4,15,0,0,6,15,0,0,8,15,0,0,8,15,0,0,8,15,0,0,8,15,0,0,8,15,0,0,10,15,0,0,10,15,0,0,10,15,0,0,12,15,0,0,12,15,0,0,12,15,0,0,22,15,0,0,22,15,0,0,22,15,0,0,22,15,0,0,22,15,0,0,26,15,0,0,26,15,0,0,26,15,0,0,26,15,0,0,28,15,0,0,28,15,0,0,28,15,0,0,28,15,0,0,32,15,0,0,36,15,0,0,36,15,0,0,38,15,0,0,38,15,0,0,40,15,0,0,40,15,0,0,42,15,0,0,44,15,0,0,44,15,0,0,44,15,0,0,46,15,0,0,50,15,0,0,52,15,0,0,58,15,0,0,60,15,0,0,64,15,0,0,64,15,0,0,64,15,0,0,66,15,0,0,66,15,0,0,70,15,0,0,70,15,0,0,70,15,0,0,72,15,0,0,72,15,0,0,76,15,0,0,76,15,0,0,76,15,0,0,76,15,0,0,76,15,0,0,76,15,0,0,76,15,0,0,76,15,0,0,78,15,0,0,86,15,0,0,92,15,0,0,94,15,0,0,96,15,0,0,98,15,0,0,98,15,0,0,98,15,0,0,98,15,0,0,98,15,0,0,102,15,0,0,104,15,0,0,104,15,0,0,104,15,0,0,104,15,0,0,104,15,0,0,104,15,0,0,106,15,0,0,106,15,0,0,106,15,0,0,110,15,0,0,110,15,0,0,114,15,0,0,120,15,0,0,122,15,0,0,126,15,0,0,126,15,0,0,128,15,0,0,128,15,0,0,130,15,0,0,130,15,0,0,130,15,0,0,130,15,0,0,132,15,0,0,132,15,0,0,132,15,0,0,134,15,0,0,138,15,0,0,138,15,0,0,140,15,0,0,142,15,0,0,142,15,0,0,142,15,0,0,144,15,0,0,144,15,0,0,144,15,0,0,146,15,0,0,146,15,0,0,148,15,0,0,148,15,0,0,152,15,0,0,154,15,0,0,154,15,0,0,156,15,0,0,156,15,0,0,158,15,0,0,162,15,0,0,162,15,0,0,166,15,0,0,172,15,0,0,172,15,0,0,172,15,0,0,172,15,0,0,172,15,0,0,174,15,0,0,178,15,0,0,178,15,0,0,178,15,0,0,178,15,0,0,178,15,0,0,180,15,0,0,180,15,0,0,184,15,0,0,186,15,0,0,186,15,0,0,194,15,0,0,198,15,0,0,198,15,0,0,198,15,0,0,198,15,0,0,202,15,0,0,208,15,0,0,214,15,0,0,214,15,0,0,214,15,0,0,220,15,0,0,220,15,0,0,220,15,0,0,220,15,0,0,222,15,0,0,222,15,0,0,222,15,0,0,228,15,0,0,236,15,0,0,236,15,0,0,240,15,0,0,242,15,0,0,244,15,0,0,244,15,0,0,246,15,0,0,246,15,0,0,246,15,0,0,246,15,0,0,246,15,0,0,252,15,0,0,252,15,0,0,252,15,0,0,2,16,0,0,10,16,0,0,10,16,0,0,10,16,0,0,10,16,0,0,12,16,0,0,14,16,0,0,18,16,0,0,22,16,0,0,22,16,0,0,24,16,0,0,26,16,0,0,28,16,0,0,28,16,0,0,38,16,0,0,42,16,0,0,46,16,0,0,46,16,0,0,46,16,0,0,46,16,0,0,50,16,0,0,50,16,0,0,50,16,0,0,52,16,0,0,58,16,0,0,58,16,0,0,58,16,0,0,62,16,0,0,64,16,0,0,64,16,0,0,64,16,0,0,66,16,0,0,72,16,0,0,72,16,0,0,72,16,0,0,72,16,0,0,74,16,0,0,80,16,0,0,84,16,0,0,86,16,0,0,88,16,0,0,92,16,0,0,92,16,0,0,92,16,0,0,92,16,0,0,92,16,0,0,92,16,0,0,96,16,0,0,98,16,0,0,100,16,0,0,102,16,0,0,106,16,0,0,106,16,0,0,106,16,0,0,106,16,0,0,112,16,0,0,112,16,0,0,112,16,0,0,114,16,0,0,120,16,0,0,120,16,0,0,124,16,0,0,124,16,0,0,130,16,0,0,132,16,0,0,132,16,0,0,132,16,0,0,134,16,0,0,144,16,0,0,148,16,0,0,148,16,0,0,148,16,0,0,154,16,0,0,158,16,0,0,158,16,0,0,164,16,0,0,166,16,0,0,166,16,0,0,166,16,0,0,166,16,0,0,166,16,0,0,168,16,0,0,168,16,0,0,172,16,0,0,176,16,0,0,182,16,0,0,182,16,0,0,188,16,0,0,188,16,0,0,190,16,0,0,190,16,0,0,190,16,0,0,190,16,0,0,192,16,0,0,194,16,0,0,194,16,0,0,194,16,0,0,194,16,0,0,198,16,0,0,198,16,0,0,198,16,0,0,198,16,0,0,198,16,0,0,200,16,0,0,200,16,0,0,200,16,0,0,202,16,0,0,204,16,0,0,204,16,0,0,206,16,0,0,206,16,0,0,206,16,0,0,210,16,0,0,210,16,0,0,212,16,0,0,212,16,0,0,216,16,0,0,216,16,0,0,216,16,0,0,220,16,0,0,226,16,0,0,238,16,0,0,238,16,0,0,238,16,0,0,242,16,0,0,242,16,0,0,248,16,0,0,248,16,0,0,248,16,0,0,0,17,0,0,0,17,0,0,2,17,0,0,2,17,0,0,2,17,0,0,2,17,0,0,6,17,0,0,6,17,0,0,10,17,0,0,14,17,0,0,14,17,0,0,16,17,0,0,16,17,0,0,16,17,0,0,18,17,0,0,22,17,0,0,24,17,0,0,24,17,0,0,24,17,0,0,24,17,0,0,36,17,0,0,36,17,0,0,44,17,0,0,48,17,0,0,50,17,0,0,54,17,0,0,58,17,0,0,58,17,0,0,64,17,0,0,66,17,0,0,66,17,0,0,66,17,0,0,66,17,0,0,66,17,0,0,66,17,0,0,68,17,0,0,68,17,0,0,68,17,0,0,68,17,0,0,72,17,0,0,74,17,0,0,76,17,0,0,82,17,0,0,82,17,0,0,82,17,0,0,82,17,0,0,84,17,0,0,84,17,0,0,84,17,0,0,84,17,0,0,94,17,0,0,98,17,0,0,100,17,0,0,102,17,0,0,102,17,0,0,102,17,0,0,108,17,0,0,116,17,0,0,118,17,0,0,122,17,0,0,124,17,0,0,124,17,0,0,124,17,0,0,130,17,0,0,134,17,0,0,134,17,0,0,136,17,0,0,140,17,0,0,140,17,0,0,146,17,0,0,152,17,0,0,152,17,0,0,152,17,0,0,158,17,0,0,168,17,0,0,172,17,0,0,172,17,0,0,172,17,0,0,180,17,0,0,180,17,0,0,186,17,0,0,188,17,0,0,192,17,0,0,194,17,0,0,196,17,0,0,196,17,0,0,200,17,0,0,202,17,0,0,208,17,0,0,208,17,0,0,208,17,0,0,214,17,0,0,216,17,0,0,218,17,0,0,218,17,0,0,220,17,0,0,220,17,0,0,222,17,0,0,222,17,0,0,224,17,0,0,224,17,0,0,224,17,0,0,232,17,0,0,232,17,0,0,232,17,0,0,236,17,0,0,238,17,0,0,242,17,0,0,242,17,0,0,242,17,0,0,250,17,0,0,250,17,0,0,252,17,0,0,0,18,0,0,4,18,0,0,4,18,0,0,14,18,0,0,14,18,0,0,14,18,0,0,14,18,0,0,14,18,0,0,14,18,0,0,16,18,0,0,16,18,0,0,18,18,0,0,20,18,0,0,28,18,0,0,28,18,0,0,34,18,0,0,34,18,0,0,34,18,0,0,34,18,0,0,34,18,0,0,36,18,0,0,36,18,0,0,38,18,0,0,48,18,0,0,54,18,0,0,56,18,0,0,58,18,0,0,60,18,0,0,64,18,0,0,64,18,0,0,68,18,0,0,68,18,0,0,70,18,0,0,76,18,0,0,76,18,0,0,76,18,0,0,84,18,0,0,84,18,0,0,94,18,0,0,98,18,0,0,100,18,0,0,100,18,0,0,100,18,0,0,100,18,0,0,102,18,0,0,102,18,0,0,102,18,0,0,104,18,0,0,106,18,0,0,110,18,0,0,110,18,0,0,112,18,0,0,112,18,0,0,112,18,0,0,112,18,0,0,112,18,0,0,118,18,0,0,118,18,0,0,122,18,0,0,126,18,0,0,128,18,0,0,138,18,0,0,140,18,0,0,142,18,0,0,142,18,0,0,146,18,0,0,148,18,0,0,148,18,0,0,148,18,0,0,148,18,0,0,150,18,0,0,150,18,0,0,150,18,0,0,150,18,0,0,150,18,0,0,156,18,0,0,156,18,0,0,158,18,0,0,158,18,0,0,160,18,0,0,166,18,0,0,176,18,0,0,176,18,0,0,176,18,0,0,190,18,0,0,194,18,0,0,194,18,0,0,194,18,0,0,196,18,0,0,206,18,0,0,208,18,0,0,208,18,0,0,210,18,0,0,210,18,0,0,210,18,0,0,220,18,0,0,220,18,0,0,224,18,0,0,228,18,0,0,232,18,0,0,238,18,0,0,240,18,0,0,250,18,0,0,254,18,0,0,254,18,0,0,4,19,0,0,4,19,0,0,10,19,0,0,12,19,0,0,12,19,0,0,14,19,0,0,18,19,0,0,20,19,0,0,24,19,0,0,28,19,0,0,30,19,0,0,32,19,0,0,32,19,0,0,36,19,0,0,36,19,0,0,52,19,0,0,54,19,0,0,56,19,0,0,60,19,0,0,62,19,0,0,66,19,0,0,66,19,0,0,68,19,0,0,72,19,0,0,72,19,0,0,86,19,0,0,86,19,0,0,86,19,0,0,86,19,0,0,86,19,0,0,92,19,0,0,92,19,0,0,92,19,0,0,92,19,0,0,100,19,0,0,102,19,0,0,112,19,0,0,112,19,0,0,112,19,0,0,112,19,0,0,120,19,0,0,124,19,0,0,126,19,0,0,126,19,0,0,126,19,0,0,126,19,0,0,128,19,0,0,128,19,0,0,130,19,0,0,136,19,0,0,142,19,0,0,144,19,0,0,144,19,0,0,152,19,0,0,152,19,0,0,152,19,0,0,152,19,0,0,152,19,0,0,154,19,0,0,158,19,0,0,158,19,0,0,162,19,0,0,162,19,0,0,166,19,0,0,166,19,0,0,168,19,0,0,168,19,0,0,170,19,0,0,170,19,0,0,170,19,0,0,182,19,0,0,186,19,0,0,186,19,0,0,186,19,0,0,192,19,0,0,196,19,0,0,200,19,0,0,210,19,0,0,214,19,0,0,214,19,0,0,214,19,0,0,218,19,0,0,218,19,0,0,220,19,0,0,220,19,0,0,220,19,0,0,222,19,0,0,222,19,0,0,222,19,0,0,222,19,0,0,226,19,0,0,232,19,0,0,234,19,0,0,234,19,0,0,234,19,0,0,234,19,0,0,234,19,0,0,238,19,0,0,238,19,0,0,246,19,0,0,246,19,0,0,250,19,0,0,250,19,0,0,250,19,0,0,252,19,0,0,2,20,0,0,2,20,0,0,4,20,0,0,8,20,0,0,10,20,0,0,10,20,0,0,10,20,0,0,10,20,0,0,10,20,0,0,18,20,0,0,22,20,0,0,24,20,0,0,24,20,0,0,24,20,0,0,30,20,0,0,30,20,0,0,34,20,0,0,36,20,0,0,38,20,0,0,38,20,0,0,42,20,0,0,46,20,0,0,46,20,0,0,46,20,0,0,50,20,0,0,50,20,0,0,52,20,0,0,52,20,0,0,54,20,0,0,54,20,0,0,54,20,0,0,58,20,0,0,60,20,0,0,62,20,0,0,62,20,0,0,62,20,0,0,62,20,0,0,62,20,0,0,62,20,0,0,62,20,0,0,62,20,0,0,70,20,0,0,72,20,0,0,72,20,0,0,74,20,0,0,74,20,0,0,84,20,0,0,92,20,0,0,92,20,0,0,92,20,0,0,92,20,0,0,94,20,0,0,96,20,0,0,100,20,0,0,100,20,0,0,102,20,0,0,102,20,0,0,102,20,0,0,102,20,0,0,104,20,0,0,104,20,0,0,104,20,0,0,106,20,0,0,108,20,0,0,108,20,0,0,110,20,0,0,112,20,0,0,114,20,0,0,116,20,0,0,116,20,0,0,116,20,0,0,118,20,0,0,120,20,0,0,120,20,0,0,124,20,0,0,124,20,0,0,124,20,0,0,124,20,0,0,126,20,0,0,128,20,0,0,132,20,0,0,134,20,0,0,134,20,0,0,136,20,0,0,146,20,0,0,150,20,0,0,158,20,0,0,158,20,0,0,162,20,0,0,164,20,0,0,164,20,0,0,164,20,0,0,166,20,0,0,168,20,0,0,168,20,0,0,168,20,0,0,168,20,0,0,168,20,0,0,168,20,0,0,168,20,0,0,168,20,0,0,168,20,0,0,172,20,0,0,174,20,0,0,174,20,0,0,174,20,0,0,174,20,0,0,176,20,0,0,180,20,0,0,182,20,0,0,182,20,0,0,184,20,0,0,184,20,0,0,188,20,0,0,188,20,0,0,188,20,0,0,188,20,0,0,192,20,0,0,194,20,0,0,194,20,0,0,198,20,0,0,202,20,0,0,202,20,0,0,202,20,0,0,202,20,0,0,208,20,0,0,216,20,0,0,218,20,0,0,220,20,0,0,220,20,0,0,220,20,0,0,224,20,0,0,224,20,0,0,224,20,0,0,226,20,0,0,230,20,0,0,230,20,0,0,230,20,0,0,230,20,0,0,230,20,0,0,236,20,0,0,248,20,0,0,248,20,0,0,250,20,0,0,6,21,0,0,6,21,0,0,18,21,0,0,26,21,0,0,26,21,0,0,26,21,0,0,26,21,0,0,26,21,0,0,30,21,0,0,32,21,0,0,32,21,0,0,32,21,0,0,32,21,0,0,32,21,0,0,34,21,0,0,36,21,0,0,36,21,0,0,36,21,0,0,38,21,0,0,40,21,0,0,40,21,0,0,44,21,0,0,44,21,0,0,44,21,0,0,46,21,0,0,48,21,0,0,48,21,0,0,48,21,0,0,48,21,0,0,48,21,0,0,48,21,0,0,58,21,0,0,60,21,0,0,60,21,0,0,60,21,0,0,60,21,0,0,60,21,0,0,62,21,0,0,64,21,0,0,66,21,0,0,72,21,0,0,72,21,0,0,74,21,0,0,78,21,0,0,84,21,0,0,84,21,0,0,88,21,0,0,90,21,0,0,90,21,0,0,100,21,0,0,102,21,0,0,102,21,0,0,108,21,0,0,108,21,0,0,108,21,0,0,110,21,0,0,110,21,0,0,110,21,0,0,114,21,0,0,116,21,0,0,118,21,0,0,118,21,0,0,118,21,0,0,118,21,0,0,128,21,0,0,128,21,0,0,132,21,0,0,134,21,0,0,138,21,0,0,138,21,0,0,138,21,0,0,138,21,0,0,140,21,0,0,142,21,0,0,142,21,0,0,142,21,0,0,146,21,0,0,148,21,0,0,148,21,0,0,150,21,0,0,152,21,0,0,154,21,0,0,156,21,0,0,162,21,0,0,162,21,0,0,164,21,0,0,164,21,0,0,164,21,0,0,166,21,0,0,166,21,0,0,168,21,0,0,168,21,0,0,170,21,0,0,172,21,0,0,172,21,0,0,172,21,0,0,172,21,0,0,172,21,0,0,172,21,0,0,176,21,0,0,176,21,0,0,176,21,0,0,176,21,0,0,180,21,0,0,180,21,0,0,180,21,0,0,180,21,0,0,190,21,0,0,202,21,0,0,202,21,0,0,204,21,0,0,204,21,0,0,206,21,0,0,210,21,0,0,220,21,0,0,220,21,0,0,224,21,0,0,224,21,0,0,224,21,0,0,224,21,0,0,224,21,0,0,228,21,0,0,240,21,0,0,240,21,0,0,244,21,0,0,244,21,0,0,244,21,0,0,244,21,0,0,252,21,0,0,254,21,0,0,0,22,0,0,2,22,0,0,2,22,0,0,4,22,0,0,4,22,0,0,14,22,0,0,14,22,0,0,16,22,0,0,16,22,0,0,16,22,0,0,16,22,0,0,18,22,0,0,22,22,0,0,22,22,0,0,24,22,0,0,26,22,0,0,26,22,0,0,26,22,0,0,28,22,0,0,28,22,0,0,28,22,0,0,28,22,0,0,28,22,0,0,32,22,0,0,32,22,0,0,32,22,0,0,32,22,0,0,36,22,0,0,36,22,0,0,36,22,0,0,40,22,0,0,44,22,0,0,48,22,0,0,50,22,0,0,50,22,0,0,50,22,0,0,50,22,0,0,50,22,0,0,54,22,0,0,54,22,0,0,54,22,0,0,54,22,0,0,56,22,0,0,58,22,0,0,60,22,0,0,62,22,0,0,64,22,0,0,64,22,0,0,66,22,0,0,66,22,0,0,66,22,0,0,66,22,0,0,68,22,0,0,70,22,0,0,70,22,0,0,72,22,0,0,72,22,0,0,72,22,0,0,80,22,0,0,82,22,0,0,82,22,0,0,84,22,0,0,84,22,0,0,88,22,0,0,98,22,0,0,98,22,0,0,98,22,0,0,110,22,0,0,116,22,0,0,116,22,0,0,124,22,0,0,126,22,0,0,126,22,0,0,126,22,0,0,126,22,0,0,132,22,0,0,134,22,0,0,142,22,0,0,148,22,0,0,148,22,0,0,150,22,0,0,150,22,0,0,150,22,0,0,150,22,0,0,150,22,0,0,152,22,0,0,156,22,0,0,160,22,0,0,160,22,0,0,164,22,0,0,164,22,0,0,170,22,0,0,170,22,0,0,176,22,0,0,176,22,0,0,176,22,0,0,182,22,0,0,182,22,0,0,182,22,0,0,182,22,0,0,186,22,0,0,186,22,0,0,188,22,0,0,188,22,0,0,194,22,0,0,196,22,0,0,200,22,0,0,202,22,0,0,202,22,0,0,202,22,0,0,202,22,0,0,202,22,0,0,202,22,0,0,202,22,0,0,202,22,0,0,202,22,0,0,208,22,0,0,212,22,0,0,212,22,0,0,224,22,0,0,234,22,0,0,238,22,0,0,238,22,0,0,242,22,0,0,242,22,0,0,246,22,0,0,246,22,0,0,246,22,0,0,246,22,0,0,248,22,0,0,248,22,0,0,252,22,0,0,252,22,0,0,2,23,0,0,2,23,0,0,6,23,0,0,6,23,0,0,6,23,0,0,12,23,0,0,12,23,0,0,16,23,0,0,16,23,0,0,22,23,0,0,26,23,0,0,26,23,0,0,28,23,0,0,28,23,0,0,28,23,0,0,30,23,0,0,34,23,0,0,42,23,0,0,52,23,0,0,52,23,0,0,58,23,0,0,60,23,0,0,60,23,0,0,60,23,0,0,60,23,0,0,62,23,0,0,64,23,0,0,68,23,0,0,68,23,0,0,74,23,0,0,74,23,0,0,76,23,0,0,78,23,0,0,84,23,0,0,86,23,0,0,88,23,0,0,88,23,0,0,88,23,0,0,92,23,0,0,96,23,0,0,96,23,0,0,98,23,0,0,100,23,0,0,100,23,0,0,102,23,0,0,108,23,0,0,108,23,0,0,108,23,0,0,108,23,0,0,108,23,0,0,108,23,0,0,108,23,0,0,108,23,0,0,108,23,0,0,108,23,0,0,108,23,0,0,110,23,0,0,110,23,0,0,112,23,0,0,114,23,0,0,114,23,0,0,116,23,0,0,116,23,0,0,116,23,0,0,118,23,0,0,118,23,0,0,118,23,0,0,126,23,0,0,132,23,0,0,132,23,0,0,132,23,0,0,138,23,0,0,150,23,0,0,152,23,0,0,152,23,0,0,152,23,0,0,156,23,0,0,164,23,0,0,164,23,0,0,164,23,0,0,168,23,0,0,168,23,0,0,174,23,0,0,174,23,0,0,176,23,0,0,182,23,0,0,186,23,0,0,186,23,0,0,190,23,0,0,192,23,0,0,192,23,0,0,192,23,0,0,196,23,0,0,200,23,0,0,202,23,0,0,202,23,0,0,204,23,0,0,204,23,0,0,212,23,0,0,216,23,0,0,218,23,0,0,222,23,0,0,222,23,0,0,226,23,0,0,226,23,0,0,230,23,0,0,238,23,0,0,246,23,0,0,250,23,0,0,250,23,0,0,254,23,0,0,4,24,0,0,4,24,0,0,4,24,0,0,4,24,0,0,6,24,0,0,16,24,0,0,18,24,0,0,26,24,0,0,26,24,0,0,28,24,0,0,28,24,0,0,30,24,0,0,30,24,0,0,30,24,0,0,32,24,0,0,34,24,0,0,36,24,0,0,36,24,0,0,36,24,0,0,36,24,0,0,36,24,0,0,42,24,0,0,52,24,0,0,54,24,0,0,54,24,0,0,56,24,0,0,56,24,0,0,56,24,0,0,58,24,0,0,62,24,0,0,62,24,0,0,64,24,0,0,64,24,0,0,64,24,0,0,64,24,0,0,64,24,0,0,64,24,0,0,64,24,0,0,64,24,0,0,70,24,0,0,70,24,0,0,72,24,0,0,72,24,0,0,72,24,0,0,72,24,0,0,76,24,0,0,76,24,0,0,80,24,0,0,86,24,0,0,86,24,0,0,86,24,0,0,92,24,0,0,92,24,0,0,92,24,0,0,94,24,0,0,98,24,0,0,104,24,0,0,104,24,0,0,106,24,0,0,106,24,0,0,112,24,0,0,112,24,0,0,114,24,0,0,114,24,0,0,114,24,0,0,120,24,0,0,122,24,0,0,122,24,0,0,122,24,0,0,122,24,0,0,122,24,0,0,122,24,0,0,126,24,0,0,136,24,0,0,138,24,0,0,138,24,0,0,140,24,0,0,140,24,0,0,140,24,0,0,140,24,0,0,144,24,0,0,148,24,0,0,148,24,0,0,150,24,0,0,152,24,0,0,154,24,0,0,154,24,0,0,154,24,0,0,158,24,0,0,162,24,0,0,162,24,0,0,162,24,0,0,164,24,0,0,172,24,0,0,172,24,0,0,174,24,0,0,174,24,0,0,174,24,0,0,174,24,0,0,174,24,0,0,182,24,0,0,186,24,0,0,186,24,0,0,198,24,0,0,200,24,0,0,200,24,0,0,204,24,0,0,210,24,0,0,210,24,0,0,216,24,0,0,216,24,0,0,216,24,0,0,218,24,0,0,218,24,0,0,220,24,0,0,220,24,0,0,220,24,0,0,220,24,0,0,220,24,0,0,222,24,0,0,222,24,0,0,226,24,0,0,228,24,0,0,228,24,0,0,228,24,0,0,228,24,0,0,228,24,0,0,228,24,0,0,230,24,0,0,232,24,0,0,236,24,0,0,246,24,0,0,246,24,0,0,250,24,0,0,0,25,0,0,0,25,0,0,4,25,0,0,6,25,0,0,6,25,0,0,6,25,0,0,18,25,0,0,20,25,0,0,24,25,0,0,24,25,0,0,24,25,0,0,24,25,0,0,24,25,0,0,28,25,0,0,28,25,0,0,30,25,0,0,34,25,0,0,34,25,0,0,38,25,0,0,40,25,0,0,44,25,0,0,44,25,0,0,46,25,0,0,52,25,0,0,52,25,0,0,54,25,0,0,54,25,0,0,54,25,0,0,58,25,0,0,58,25,0,0,58,25,0,0,58,25,0,0,58,25,0,0,58,25,0,0,62,25,0,0,66,25,0,0,66,25,0,0,68,25,0,0,68,25,0,0,68,25,0,0,74,25,0,0,76,25,0,0,78,25,0,0,78,25,0,0,84,25,0,0,84,25,0,0,92,25,0,0,94,25,0,0,94,25,0,0,94,25,0,0,94,25,0,0,94,25,0,0,96,25,0,0,100,25,0,0,100,25,0,0,106,25,0,0,106,25,0,0,110,25,0,0,112,25,0,0,112,25,0,0,120,25,0,0,122,25,0,0,122,25,0,0,128,25,0,0,130,25,0,0,130,25,0,0,130,25,0,0,130,25,0,0,132,25,0,0,138,25,0,0,140,25,0,0,140,25,0,0,156,25,0,0,158,25,0,0,166,25,0,0,170,25,0,0,170,25,0,0,170,25,0,0,170,25,0,0,176,25,0,0,178,25,0,0,178,25,0,0,180,25,0,0,182,25,0,0,182,25,0,0,182,25,0,0,182,25,0,0,184,25,0,0,184,25,0,0,186,25,0,0,186,25,0,0,186,25,0,0,190,25,0,0,190,25,0,0,190,25,0,0,194,25,0,0,194,25,0,0,194,25,0,0,202,25,0,0,202,25,0,0,202,25,0,0,202,25,0,0,202,25,0,0,202,25,0,0,210,25,0,0,210,25,0,0,216,25,0,0,222,25,0,0,226,25,0,0,234,25,0,0,234,25,0,0,234,25,0,0,236,25,0,0,248,25,0,0,250,25,0,0,250,25,0,0,250,25,0,0,250,25,0,0,252,25,0,0,252,25,0,0,254,25,0,0,254,25,0,0,0,26,0,0,0,26,0,0,2,26,0,0,4,26,0,0,8,26,0,0,12,26,0,0,12,26,0,0,12,26,0,0,14,26,0,0,14,26,0,0,14,26,0,0,14,26,0,0,16,26,0,0,16,26,0,0,16,26,0,0,16,26,0,0,20,26,0,0,20,26,0,0,20,26,0,0,22,26,0,0,22,26,0,0,22,26,0,0,24,26,0,0,24,26,0,0,24,26,0,0,30,26,0,0,30,26,0,0,32,26,0,0,32,26,0,0,32,26,0,0,34,26,0,0,34,26,0,0,34,26,0,0,34,26,0,0,36,26,0,0,36,26,0,0,36,26,0,0,46,26,0,0,46,26,0,0,50,26,0,0,50,26,0,0,50,26,0,0,50,26,0,0,50,26,0,0,52,26,0,0,54,26,0,0,62,26,0,0,64,26,0,0,64,26,0,0,64,26,0,0,64,26,0,0,66,26,0,0,66,26,0,0,66,26,0,0,68,26,0,0,68,26,0,0,70,26,0,0,84,26,0,0,90,26,0,0,90,26,0,0,94,26,0,0,94,26,0,0,100,26,0,0,100,26,0,0,100,26,0,0,100,26,0,0,100,26,0,0,100,26,0,0,100,26,0,0,100,26,0,0,104,26,0,0,104,26,0,0,104,26,0,0,104,26,0,0,108,26,0,0,110,26,0,0,110,26,0,0,110,26,0,0,112,26,0,0,114,26,0,0,118,26,0,0,120,26,0,0,126,26,0,0,126,26,0,0,132,26,0,0,136,26,0,0,138,26,0,0,144,26,0,0,144,26,0,0,144,26,0,0,144,26,0,0,148,26,0,0,150,26,0,0,150,26,0,0,154,26,0,0,154,26,0,0,156,26,0,0,156,26,0,0,156,26,0,0,158,26,0,0,158,26,0,0,160,26,0,0,164,26,0,0,168,26,0,0,168,26,0,0,170,26,0,0,176,26,0,0,176,26,0,0,176,26,0,0,176,26,0,0,176,26,0,0,176,26,0,0,176,26,0,0,176,26,0,0,184,26,0,0,190,26,0,0,190,26,0,0,202,26,0,0,208,26,0,0,210,26,0,0,210,26,0,0,216,26,0,0,218,26,0,0,220,26,0,0,220,26,0,0,222,26,0,0,222,26,0,0,224,26,0,0,228,26,0,0,228,26,0,0,232,26,0,0,232,26,0,0,232,26,0,0,236,26,0,0,236,26,0,0,236,26,0,0,236,26,0,0,240,26,0,0,244,26,0,0,248,26,0,0,250,26,0,0,250,26,0,0,254,26,0,0,254,26,0,0,254,26,0,0,254,26,0,0,254,26,0,0,254,26,0,0,254,26,0,0,254,26,0,0,254,26,0,0,0,27,0,0,2,27,0,0,6,27,0,0,8,27,0,0,8,27,0,0,12,27,0,0,16,27,0,0,16,27,0,0,18,27,0,0,18,27,0,0,18,27,0,0,18,27,0,0,18,27,0,0,18,27,0,0,20,27,0,0,20,27,0,0,22,27,0,0,24,27,0,0,28,27,0,0,30,27,0,0,30,27,0,0,30,27,0,0,30,27,0,0,34,27,0,0,40,27,0,0,42,27,0,0,42,27,0,0,42,27,0,0,48,27,0,0,50,27,0,0,50,27,0,0,50,27,0,0,52,27,0,0,52,27,0,0,52,27,0,0,56,27,0,0,58,27,0,0,58,27,0,0,58,27,0,0,58,27,0,0,58,27,0,0,58,27,0,0,60,27,0,0,60,27,0,0,60,27,0,0,60,27,0,0,60,27,0,0,60,27,0,0,62,27,0,0,62,27,0,0,66,27,0,0,68,27,0,0,78,27,0,0,78,27,0,0,84,27,0,0,84,27,0,0,84,27,0,0,84,27,0,0,84,27,0,0,88,27,0,0,90,27,0,0,90,27,0,0,90,27,0,0,96,27,0,0,96,27,0,0,96,27,0,0,96,27,0,0,96,27,0,0,96,27,0,0,98,27,0,0,98,27,0,0,98,27,0,0,98,27,0,0,98,27,0,0,102,27,0,0,104,27,0,0,104,27,0,0,108,27,0,0,112,27,0,0,114,27,0,0,118,27,0,0,118,27,0,0,122,27,0,0,122,27,0,0,122,27,0,0,122,27,0,0,122,27,0,0,126,27,0,0,126,27,0,0,126,27,0,0,138,27,0,0,138,27,0,0,140,27,0,0,140,27,0,0,140,27,0,0,140,27,0,0,142,27,0,0,142,27,0,0,142,27,0,0,148,27,0,0,148,27,0,0,150,27,0,0,162,27,0,0,164,27,0,0,168,27,0,0,170,27,0,0,170,27,0,0,182,27,0,0,182,27,0,0,192,27,0,0,196,27,0,0,196,27,0,0,200,27,0,0,200,27,0,0,200,27,0,0,202,27,0,0,206,27,0,0,206,27,0,0,208,27,0,0,208,27,0,0,210,27,0,0,212,27,0,0,212,27,0,0,216,27,0,0,220,27,0,0,220,27,0,0,220,27,0,0,220,27,0,0,220,27,0,0,222,27,0,0,232,27,0,0,232,27,0,0,232,27,0,0,232,27,0,0,234,27,0,0,234,27,0,0,242,27,0,0,246,27,0,0,246,27,0,0,246,27,0,0,246,27,0,0,252,27,0,0,252,27,0,0,252,27,0,0,0,28,0,0,4,28,0,0,4,28,0,0,4,28,0,0,6,28,0,0,6,28,0,0,8,28,0,0,14,28,0,0,18,28,0,0,18,28,0,0,18,28,0,0,22,28,0,0,24,28,0,0,24,28,0,0,26,28,0,0,30,28,0,0,30,28,0,0,30,28,0,0,32,28,0,0,32,28,0,0,34,28,0,0,36,28,0,0,40,28,0,0,44,28,0,0,46,28,0,0,48,28,0,0,58,28,0,0,60,28,0,0,60,28,0,0,60,28,0,0,60,28,0,0,60,28,0,0,60,28,0,0,66,28,0,0,66,28,0,0,66,28,0,0,68,28,0,0,70,28,0,0,70,28,0,0,78,28,0,0,78,28,0,0,78,28,0,0,78,28,0,0,84,28,0,0,84,28,0,0,88,28,0,0,90,28,0,0,90,28,0,0,90,28,0,0,90,28,0,0,96,28,0,0,98,28,0,0,98,28,0,0,100,28,0,0,102,28,0,0,102,28,0,0,102,28,0,0,102,28,0,0,104,28,0,0,104,28,0,0,106,28,0,0,106,28,0,0,114,28,0,0,114,28,0,0,116,28,0,0,116,28,0,0,116,28,0,0,116,28,0,0,122,28,0,0,124,28,0,0,124,28,0,0,124,28,0,0,124,28,0,0,124,28,0,0,128,28,0,0,130,28,0,0,132,28,0,0,136,28,0,0,136,28,0,0,144,28,0,0,144,28,0,0,144,28,0,0,148,28,0,0,154,28,0,0,154,28,0,0,154,28,0,0,156,28,0,0,160,28,0,0,160,28,0,0,162,28,0,0,162,28,0,0,164,28,0,0,166,28,0,0,168,28,0,0,168,28,0,0,168,28,0,0,168,28,0,0,168,28,0,0,174,28,0,0,176,28,0,0,180,28,0,0,180,28,0,0,180,28,0,0,180,28,0,0,184,28,0,0,190,28,0,0,196,28,0,0,198,28,0,0,200,28,0,0,200,28,0,0,200,28,0,0,200,28,0,0,200,28,0,0,202,28,0,0,208,28,0,0,212,28,0,0,212,28,0,0,220,28,0,0,220,28,0,0,228,28,0,0,228,28,0,0,230,28,0,0,230,28,0,0,230,28,0,0,234,28,0,0,234,28,0,0,234,28,0,0,240,28,0,0,242,28,0,0,246,28,0,0,250,28,0,0,0,29,0,0,4,29,0,0,4,29,0,0,6,29,0,0,6,29,0,0,10,29,0,0,12,29,0,0,12,29,0,0,14,29,0,0,14,29,0,0,16,29,0,0,16,29,0,0,24,29,0,0,24,29,0,0,30,29,0,0,32,29,0,0,34,29,0,0,38,29,0,0,38,29,0,0,40,29,0,0,40,29,0,0,42,29,0,0,42,29,0,0,50,29,0,0,50,29,0,0,50,29,0,0,50,29,0,0,50,29,0,0,52,29,0,0,54,29,0,0,60,29,0,0,60,29,0,0,60,29,0,0,66,29,0,0,66,29,0,0,70,29,0,0,70,29,0,0,72,29,0,0,72,29,0,0,72,29,0,0,72,29,0,0,72,29,0,0,76,29,0,0,76,29,0,0,76,29,0,0,76,29,0,0,76,29,0,0,78,29,0,0,80,29,0,0,86,29,0,0,86,29,0,0,86,29,0,0,88,29,0,0,88,29,0,0,88,29,0,0,88,29,0,0,88,29,0,0,88,29,0,0,90,29,0,0,94,29,0,0,94,29,0,0,94,29,0,0,96,29,0,0,98,29,0,0,100,29,0,0,100,29,0,0,102,29,0,0,104,29,0,0,108,29,0,0,108,29,0,0,112,29,0,0,112,29,0,0,114,29,0,0,114,29,0,0,126,29,0,0,126,29,0,0,126,29,0,0,128,29,0,0,128,29,0,0,130,29,0,0,136,29,0,0,136,29,0,0,136,29,0,0,140,29,0,0,140,29,0,0,142,29,0,0,142,29,0,0,146,29,0,0,146,29,0,0,146,29,0,0,146,29,0,0,146,29,0,0,148,29,0,0,154,29,0,0,156,29,0,0,160,29,0,0,164,29,0,0,164,29,0,0,168,29,0,0,178,29,0,0,182,29,0,0,182,29,0,0,182,29,0,0,182,29,0,0,182,29,0,0,188,29,0,0,192,29,0,0,192,29,0,0,194,29,0,0,194,29,0,0,194,29,0,0,200,29,0,0,206,29,0,0,206,29,0,0,208,29,0,0,210,29,0,0,216,29,0,0,218,29,0,0,218,29,0,0,218,29,0,0,220,29,0,0,224,29,0,0,224,29,0,0,232,29,0,0,232,29,0,0,234,29,0,0,238,29,0,0,244,29,0,0,244,29,0,0,246,29,0,0,246,29,0,0,246,29,0,0,2,30,0,0,2,30,0,0,2,30,0,0,2,30,0,0,2,30,0,0,2,30,0,0,6,30,0,0,20,30,0,0,24,30,0,0,26,30,0,0,30,30,0,0,30,30,0,0,34,30,0,0,42,30,0,0,44,30,0,0,44,30,0,0,44,30,0,0,44,30,0,0,44,30,0,0,46,30,0,0,48,30,0,0,48,30,0,0,48,30,0,0,58,30,0,0,60,30,0,0,60,30,0,0,66,30,0,0,66,30,0,0,66,30,0,0,74,30,0,0,82,30,0,0,84,30,0,0,90,30,0,0,90,30,0,0,90,30,0,0,90,30,0,0,90,30,0,0,90,30,0,0,90,30,0,0,90,30,0,0,92,30,0,0,92,30,0,0,94,30,0,0,96,30,0,0,96,30,0,0,96,30,0,0,98,30,0,0,102,30,0,0,108,30,0,0,110,30,0,0,112,30,0,0,116,30,0,0,118,30,0,0,130,30,0,0,130,30,0,0,134,30,0,0,136,30,0,0,136,30,0,0,136,30,0,0,138,30,0,0,142,30,0,0,144,30,0,0,146,30,0,0,148,30,0,0,150,30,0,0,150,30,0,0,150,30,0,0,154,30,0,0,158,30,0,0,162,30,0,0,164,30,0,0,166,30,0,0,166,30,0,0,168,30,0,0,168,30,0,0,170,30,0,0,174,30,0,0,174,30,0,0,174,30,0,0,178,30,0,0,178,30,0,0,178,30,0,0,180,30,0,0,180,30,0,0,180,30,0,0,180,30,0,0,182,30,0,0,182,30,0,0,184,30,0,0,184,30,0,0,184,30,0,0,190,30,0,0,196,30,0,0,196,30,0,0,202,30,0,0,202,30,0,0,214,30,0,0,214,30,0,0,216,30,0,0,220,30,0,0,220,30,0,0,220,30,0,0,220,30,0,0,222,30,0,0,222,30,0,0,224,30,0,0,228,30,0,0,228,30,0,0,228,30,0,0,228,30,0,0,230,30,0,0,238,30,0,0,238,30,0,0,240,30,0,0,240,30,0,0,240,30,0,0,240,30,0,0,242,30,0,0,242,30,0,0,242,30,0,0,242,30,0,0,244,30,0,0,244,30,0,0,246,30,0,0,252,30,0,0,252,30,0,0,254,30,0,0,254,30,0,0,254,30,0,0,0,31,0,0,2,31,0,0,4,31,0,0,4,31,0,0,8,31,0,0,8,31,0,0,10,31,0,0,16,31,0,0,16,31,0,0,18,31,0,0,18,31,0,0,22,31,0,0,24,31,0,0,24,31,0,0,30,31,0,0,30,31,0,0,30,31,0,0,30,31,0,0,32,31,0,0,32,31,0,0,32,31,0,0,34,31,0,0,52,31,0,0,54,31,0,0,54,31,0,0,56,31,0,0,56,31,0,0,56,31,0,0,60,31,0,0,60,31,0,0,60,31,0,0,62,31,0,0,64,31,0,0,64,31,0,0,66,31,0,0,68,31,0,0,68,31,0,0,68,31,0,0,68,31,0,0,74,31,0,0,76,31,0,0,76,31,0,0,76,31,0,0,76,31,0,0,76,31,0,0,82,31,0,0,82,31,0,0,82,31,0,0,82,31,0,0,84,31,0,0,86,31,0,0,90,31,0,0,92,31,0,0,92,31,0,0,92,31,0,0,92,31,0,0,92,31,0,0,92,31,0,0,94,31,0,0,94,31,0,0,94,31,0,0,94,31,0,0,96,31,0,0,96,31,0,0,96,31,0,0,98,31,0,0,100,31,0,0,100,31,0,0,100,31,0,0,102,31,0,0,106,31,0,0,106,31,0,0,106,31,0,0,114,31,0,0,122,31,0,0,122,31,0,0,124,31,0,0,128,31,0,0,136,31,0,0,146,31,0,0,148,31,0,0,148,31,0,0,148,31,0,0,148,31,0,0,150,31,0,0,150,31,0,0,150,31,0,0,150,31,0,0,150,31,0,0,150,31,0,0,152,31,0,0,152,31,0,0,152,31,0,0,152,31,0,0,158,31,0,0,158,31,0,0,158,31,0,0,158,31,0,0,158,31,0,0,158,31,0,0,160,31,0,0,162,31,0,0,162,31,0,0,162,31,0,0,162,31,0,0,162,31,0,0,162,31,0,0,166,31,0,0,168,31,0,0,170,31,0,0,170,31,0,0,172,31,0,0,172,31,0,0,184,31,0,0,186,31,0,0,186,31,0,0,186,31,0,0,190,31,0,0,190,31,0,0,190,31,0,0,190,31,0,0,190,31,0,0,192,31,0,0,194,31,0,0,200,31,0,0,200,31,0,0,202,31,0,0,202,31,0,0,204,31,0,0,204,31,0,0,208,31,0,0,208,31,0,0,212,31,0,0,212,31,0,0,212,31,0,0,216,31,0,0,220,31,0,0,226,31,0,0,226,31,0,0,226,31,0,0,226,31,0,0,226,31,0,0,232,31,0,0,232,31,0,0,232,31,0,0,234,31,0,0,238,31,0,0,238,31,0,0,238,31,0,0,238,31,0,0,240,31,0,0,240,31,0,0,240,31,0,0,242,31,0,0,242,31,0,0,246,31,0,0,246,31,0,0,248,31,0,0,254,31,0,0,254,31,0,0,254,31,0,0,254,31,0,0,254,31,0,0,2,32,0,0,2,32,0,0,2,32,0,0,2,32,0,0,4,32,0,0,4,32,0,0,6,32,0,0,6,32,0,0,6,32,0,0,8,32,0,0,10,32,0,0,20,32,0,0,22,32,0,0,22,32,0,0,28,32,0,0,32,32,0,0,34,32,0,0,44,32,0,0,48,32,0,0,52,32,0,0,52,32,0,0,52,32,0,0,56,32,0,0,56,32,0,0,56,32,0,0,60,32,0,0,60,32,0,0,70,32,0,0,70,32,0,0,70,32,0,0,70,32,0,0,70,32,0,0,70,32,0,0,70,32,0,0,76,32,0,0,78,32,0,0,78,32,0,0,78,32,0,0,78,32,0,0,86,32,0,0,88,32,0,0,88,32,0,0,94,32,0,0,96,32,0,0,96,32,0,0,96,32,0,0,96,32,0,0,102,32,0,0,102,32,0,0,106,32,0,0,106,32,0,0,106,32,0,0,106,32,0,0,108,32,0,0,108,32,0,0,110,32,0,0,114,32,0,0,120,32,0,0,126,32,0,0,126,32,0,0,132,32,0,0,134,32,0,0,134,32,0,0,136,32,0,0,140,32,0,0,144,32,0,0,144,32,0,0,150,32,0,0,150,32,0,0,152,32,0,0,152,32,0,0,152,32,0,0,152,32,0,0,156,32,0,0,158,32,0,0,158,32,0,0,158,32,0,0,160,32,0,0,160,32,0,0,162,32,0,0,164,32,0,0,166,32,0,0,168,32,0,0,172,32,0,0,174,32,0,0,174,32,0,0,174,32,0,0,174,32,0,0,176,32,0,0,176,32,0,0,178,32,0,0,180,32,0,0,182,32,0,0,196,32,0,0,196,32,0,0,196,32,0,0,196,32,0,0,204,32,0,0,208,32,0,0,208,32,0,0,208,32,0,0,208,32,0,0,208,32,0,0,212,32,0,0,212,32,0,0,212,32,0,0,212,32,0,0,212,32,0,0,220,32,0,0,220,32,0,0,222,32,0,0,222,32,0,0,232,32,0,0,234,32,0,0,234,32,0,0,238,32,0,0,238,32,0,0,240,32,0,0,240,32,0,0,240,32,0,0,240,32,0,0,240,32,0,0,240,32,0,0,240,32,0,0,246,32,0,0,248,32,0,0,250,32,0,0,250,32,0,0,250,32,0,0,250,32,0,0,250,32,0,0,250,32,0,0,252,32,0,0,252,32,0,0,254,32,0,0,254,32,0,0,4,33,0,0,6,33,0,0,6,33,0,0,10,33,0,0,10,33,0,0,10,33,0,0,10,33,0,0,10,33,0,0,10,33,0,0,14,33,0,0,16,33,0,0,16,33,0,0,16,33,0,0,18,33,0,0,20,33,0,0,28,33,0,0,28,33,0,0,32,33,0,0,34,33,0,0,34,33,0,0,40,33,0,0,50,33,0,0,50,33,0,0,50,33,0,0,50,33,0,0,50,33,0,0,60,33,0,0,62,33,0,0,64,33,0,0,64,33,0,0,64,33,0,0,70,33,0,0,76,33,0,0,76,33,0,0,78,33,0,0,78,33,0,0,78,33,0,0,78,33,0,0,78,33,0,0,84,33,0,0,86,33,0,0,86,33,0,0,88,33,0,0,88,33,0,0,90,33,0,0,90,33,0,0,90,33,0,0,90,33,0,0,90,33,0,0,94,33,0,0,96,33,0,0,96,33,0,0,96,33,0,0,104,33,0,0,106,33,0,0,106,33,0,0,108,33,0,0,112,33,0,0,112,33,0,0,124,33,0,0,126,33,0,0,134,33,0,0,134,33,0,0,138,33,0,0,144,33,0,0,144,33,0,0,146,33,0,0,150,33,0,0,150,33,0,0,150,33,0,0,152,33,0,0,156,33,0,0,160,33,0,0,160,33,0,0,160,33,0,0,166,33,0,0,166,33,0,0,166,33,0,0,178,33,0,0,182,33,0,0,184,33,0,0,188,33,0,0,188,33,0,0,188,33,0,0,190,33,0,0,198,33,0,0,198,33,0,0,198,33,0,0,198,33,0,0,198,33,0,0,208,33,0,0,212,33,0,0,212,33,0,0,216,33,0,0,218,33,0,0,218,33,0,0,220,33,0,0,220,33,0,0,220,33,0,0,220,33,0,0,226,33,0,0,232,33,0,0,232,33,0,0,234,33,0,0,234,33,0,0,238,33,0,0,246,33,0,0,248,33,0,0,248,33,0,0,248,33,0,0,252,33,0,0,0,34,0,0,0,34,0,0,8,34,0,0,10,34,0,0,10,34,0,0,10,34,0,0,14,34,0,0,14,34,0,0,16,34,0,0,22,34,0,0,22,34,0,0,24,34,0,0,26,34,0,0,30,34,0,0,30,34,0,0,30,34,0,0,30,34,0,0,32,34,0,0,34,34,0,0,38,34,0,0,38,34,0,0,38,34,0,0,40,34,0,0,52,34,0,0,52,34,0,0,58,34,0,0,60,34,0,0,62,34,0,0,64,34,0,0,64,34,0,0,70,34,0,0,70,34,0,0,78,34,0,0,80,34,0,0,80,34,0,0,80,34,0,0,82,34,0,0,82,34,0,0,82,34,0,0,86,34,0,0,86,34,0,0,94,34,0,0,94,34,0,0,94,34,0,0,94,34,0,0,94,34,0,0,98,34,0,0,100,34,0,0,102,34,0,0,102,34,0,0,106,34,0,0,110,34,0,0,112,34,0,0,112,34,0,0,114,34,0,0,120,34,0,0,120,34,0,0,122,34,0,0,126,34,0,0,126,34,0,0,128,34,0,0,142,34,0,0,144,34,0,0,146,34,0,0,148,34,0,0,148,34,0,0,154,34,0,0,154,34,0,0,154,34,0,0,154,34,0,0,156,34,0,0,158,34,0,0,166,34,0,0,172,34,0,0,176,34,0,0,182,34,0,0,190,34,0,0,192,34,0,0,192,34,0,0,198,34,0,0,200,34,0,0,204,34,0,0,204,34,0,0,204,34,0,0,208,34,0,0,218,34,0,0,218,34,0,0,220,34,0,0,222,34,0,0,224,34,0,0,224,34,0,0,232,34,0,0,242,34,0,0,242,34,0,0,242,34,0,0,242,34,0,0,242,34,0,0,242,34,0,0,242,34,0,0,242,34,0,0,242,34,0,0,248,34,0,0,248,34,0,0,2,35,0,0,2,35,0,0,2,35,0,0,2,35,0,0,2,35,0,0,12,35,0,0,16,35,0,0,16,35,0,0,16,35,0,0,16,35,0,0,16,35,0,0,20,35,0,0,20,35,0,0,22,35,0,0,22,35,0,0,22,35,0,0,22,35,0,0,22,35,0,0,22,35,0,0,24,35,0,0,28,35,0,0,28,35,0,0,30,35,0,0,30,35,0,0,30,35,0,0,36,35,0,0,40,35,0,0,40,35,0,0,42,35,0,0,42,35,0,0,44,35,0,0,48,35,0,0,48,35,0,0,48,35,0,0,48,35,0,0,50,35,0,0,50,35,0,0,50,35,0,0,50,35,0,0,50,35,0,0,56,35,0,0,56,35,0,0,56,35,0,0,56,35,0,0,68,35,0,0,72,35,0,0,74,35,0,0,74,35,0,0,74,35,0,0,84,35,0,0,84,35,0,0,84,35,0,0,86,35,0,0,86,35,0,0,88,35,0,0,92,35,0,0,92,35,0,0,96,35,0,0,96,35,0,0,96,35,0,0,96,35,0,0,98,35,0,0,98,35,0,0,98,35,0,0,100,35,0,0,100,35,0,0,100,35,0,0,100,35,0,0,102,35,0,0,104,35,0,0,108,35,0,0,112,35,0,0,112,35,0,0,114,35,0,0,114,35,0,0,114,35,0,0,114,35,0,0,114,35,0,0,114,35,0,0,114,35,0,0,114,35,0,0,114,35,0,0,114,35,0,0,118,35,0,0,118,35,0,0,126,35,0,0,128,35,0,0,128,35,0,0,128,35,0,0,132,35,0,0,136,35,0,0,140,35,0,0,144,35,0,0,146,35,0,0,150,35,0,0,150,35,0,0,154,35,0,0,158,35,0,0,158,35,0,0,158,35,0,0,160,35,0,0,160,35,0,0,160,35,0,0,162,35,0,0,162,35,0,0,162,35,0,0,162,35,0,0,162,35,0,0,162,35,0,0,166,35,0,0,166,35,0,0,172,35,0,0,174,35,0,0,174,35,0,0,176,35,0,0,184,35,0,0,184,35,0,0,186,35,0,0,192,35,0,0,194,35,0,0,198,35,0,0,202,35,0,0,202,35,0,0,210,35,0,0,210,35,0,0,210,35,0,0,210,35,0,0,214,35,0,0,216,35,0,0,218,35,0,0,226,35,0,0,226,35,0,0,226,35,0,0,226,35,0,0,228,35,0,0,228,35,0,0,228,35,0,0,230,35,0,0,232,35,0,0,236,35,0,0,238,35,0,0,240,35,0,0,244,35,0,0,244,35,0,0,244,35,0,0,246,35,0,0,250,35,0,0,254,35,0,0,254,35,0,0,254,35,0,0,254,35,0,0,0,36,0,0,4,36,0,0,4,36,0,0,4,36,0,0,6,36,0,0,6,36,0,0,6,36,0,0,8,36,0,0,8,36,0,0,18,36,0,0,20,36,0,0,30,36,0,0,34,36,0,0,44,36,0,0,44,36,0,0,44,36,0,0,48,36,0,0,56,36,0,0,60,36,0,0,60,36,0,0,60,36,0,0,62,36,0,0,64,36,0,0,66,36,0,0,66,36,0,0,68,36,0,0,70,36,0,0,70,36,0,0,72,36,0,0,72,36,0,0,72,36,0,0,74,36,0,0,76,36,0,0,76,36,0,0,76,36,0,0,76,36,0,0,78,36,0,0,82,36,0,0,82,36,0,0,86,36,0,0,86,36,0,0,88,36,0,0,92,36,0,0,92,36,0,0,104,36,0,0,104,36,0,0,108,36,0,0,108,36,0,0,116,36,0,0,116,36,0,0,116,36,0,0,116,36,0,0,116,36,0,0,120,36,0,0,120,36,0,0,124,36,0,0,128,36,0,0,128,36,0,0,128,36,0,0,128,36,0,0,128,36,0,0,130,36,0,0,130,36,0,0,132,36,0,0,132,36,0,0,138,36,0,0,138,36,0,0,138,36,0,0,138,36,0,0,138,36,0,0,142,36,0,0,148,36,0,0,148,36,0,0,148,36,0,0,150,36,0,0,152,36,0,0,152,36,0,0,152,36,0,0,154,36,0,0,156,36,0,0,158,36,0,0,160,36,0,0,160,36,0,0,162,36,0,0,164,36,0,0,166,36,0,0,166,36,0,0,170,36,0,0,172,36,0,0,172,36,0,0,172,36,0,0,178,36,0,0,178,36,0,0,184,36,0,0,186,36,0,0,188,36,0,0,194,36,0,0,202,36,0,0,202,36,0,0,208,36,0,0,208,36,0,0,208,36,0,0,212,36,0,0,212,36,0,0,220,36,0,0,224,36,0,0,224,36,0,0,226,36,0,0,232,36,0,0,236,36,0,0,238,36,0,0,240,36,0,0,240,36,0,0,240,36,0,0,240,36,0,0,244,36,0,0,250,36,0,0,252,36,0,0,0,37,0,0,0,37,0,0,0,37,0,0,0,37,0,0,0,37,0,0,0,37,0,0,4,37,0,0,4,37,0,0,6,37,0,0,6,37,0,0,6,37,0,0,6,37,0,0,6,37,0,0,6,37,0,0,14,37,0,0,14,37,0,0,18,37,0,0,18,37,0,0,20,37,0,0,20,37,0,0,20,37,0,0,20,37,0,0,24,37,0,0,30,37,0,0,32,37,0,0,32,37,0,0,36,37,0,0,38,37,0,0,40,37,0,0,40,37,0,0,46,37,0,0,46,37,0,0,48,37,0,0,48,37,0,0,50,37,0,0,50,37,0,0,54,37,0,0,54,37,0,0,56,37,0,0,56,37,0,0,56,37,0,0,58,37,0,0,60,37,0,0,60,37,0,0,64,37,0,0,64,37,0,0,64,37,0,0,64,37,0,0,64,37,0,0,66,37,0,0,66,37,0,0,68,37,0,0,68,37,0,0,68,37,0,0,70,37,0,0,74,37,0,0,80,37,0,0,80,37,0,0,80,37,0,0,80,37,0,0,84,37,0,0,92,37,0,0,94,37,0,0,94,37,0,0,100,37,0,0,100,37,0,0,100,37,0,0,104,37,0,0,104,37,0,0,104,37,0,0,104,37,0,0,108,37,0,0,110,37,0,0,110,37,0,0,112,37,0,0,112,37,0,0,114,37,0,0,118,37,0,0,118,37,0,0,124,37,0,0,126,37,0,0,126,37,0,0,126,37,0,0,126,37,0,0,126,37,0,0,128,37,0,0,130,37,0,0,130,37,0,0,138,37,0,0,138,37,0,0,138,37,0,0,140,37,0,0,144,37,0,0,144,37,0,0,144,37,0,0,146,37,0,0,146,37,0,0,148,37,0,0,148,37,0,0,148,37,0,0,166,37,0,0,166,37,0,0,166,37,0,0,166,37,0,0,166,37,0,0,168,37,0,0,174,37,0,0,174,37,0,0,174,37,0,0,182,37,0,0,184,37,0,0,184,37,0,0,184,37,0,0,184,37,0,0,184,37,0,0,186,37,0,0,186,37,0,0,186,37,0,0,186,37,0,0,190,37,0,0,194,37,0,0,194,37,0,0,196,37,0,0,196,37,0,0,202,37,0,0,204,37,0,0,204,37,0,0,204,37,0,0,204,37,0,0,204,37,0,0,214,37,0,0,214,37,0,0,218,37,0,0,220,37,0,0,220,37,0,0,220,37,0,0,222,37,0,0,222,37,0,0,224,37,0,0,228,37,0,0,228,37,0,0,228,37,0,0,228,37,0,0,228,37,0,0,230,37,0,0,232,37,0,0,232,37,0,0,232,37,0,0,240,37,0,0,240,37,0,0,244,37,0,0,244,37,0,0,246,37,0,0,248,37,0,0,252,37,0,0,252,37,0,0,2,38,0,0,6,38,0,0,10,38,0,0,12,38,0,0,12,38,0,0,16,38,0,0,16,38,0,0,18,38,0,0,22,38,0,0,22,38,0,0,22,38,0,0,22,38,0,0,24,38,0,0,24,38,0,0,24,38,0,0,24,38,0,0,26,38,0,0,26,38,0,0,26,38,0,0,28,38,0,0,30,38,0,0,30,38,0,0,36,38,0,0,36,38,0,0,40,38,0,0,40,38,0,0,44,38,0,0,50,38,0,0,56,38,0,0,58,38,0,0,62,38,0,0,68,38,0,0,70,38,0,0,70,38,0,0,70,38,0,0,70,38,0,0,76,38,0,0,82,38,0,0,82,38,0,0,82,38,0,0,86,38,0,0,88,38,0,0,88,38,0,0,88,38,0,0,88,38,0,0,90,38,0,0,90,38,0,0,90,38,0,0,90,38,0,0,92,38,0,0,98,38,0,0,98,38,0,0,102,38,0,0,104,38,0,0,104,38,0,0,108,38,0,0,110,38,0,0,110,38,0,0,110,38,0,0,110,38,0,0,114,38,0,0,114,38,0,0,116,38,0,0,120,38,0,0,122,38,0,0,126,38,0,0,130,38,0,0,130,38,0,0,130,38,0,0,132,38,0,0,132,38,0,0,132,38,0,0,134,38,0,0,140,38,0,0,142,38,0,0,144,38,0,0,148,38,0,0,148,38,0,0,148,38,0,0,154,38,0,0,154,38,0,0,154,38,0,0,154,38,0,0,158,38,0,0,158,38,0,0,164,38,0,0,166,38,0,0,166,38,0,0,166,38,0,0,170,38,0,0,172,38,0,0,176,38,0,0,176,38,0,0,176,38,0,0,176,38,0,0,176,38,0,0,180,38,0,0,180,38,0,0,186,38,0,0,186,38,0,0,186,38,0,0,186,38,0,0,186,38,0,0,188,38,0,0,188,38,0,0,192,38,0,0,192,38,0,0,198,38,0,0,198,38,0,0,198,38,0,0,198,38,0,0,200,38,0,0,202,38,0,0,202,38,0,0,202,38,0,0,204,38,0,0,204,38,0,0,204,38,0,0,210,38,0,0,214,38,0,0,214,38,0,0,214,38,0,0,216,38,0,0,216,38,0,0,222,38,0,0,222,38,0,0,226,38,0,0,226,38,0,0,226,38,0,0,226,38,0,0,228,38,0,0,228,38,0,0,230,38,0,0,230,38,0,0,232,38,0,0,234,38,0,0,234,38,0,0,240,38,0,0,240,38,0,0,240,38,0,0,242,38,0,0,242,38,0,0,242,38,0,0,242,38,0,0,242,38,0,0,242,38,0,0,244,38,0,0,244,38,0,0,244,38,0,0,246,38,0,0,252,38,0,0,2,39,0,0,2,39,0,0,2,39,0,0,2,39,0,0,2,39,0,0,4,39,0,0,4,39,0,0,4,39,0,0,8,39,0,0,12,39,0,0,20,39,0,0,22,39,0,0,30,39,0,0,36,39,0,0,38,39,0,0,40,39,0,0,42,39,0,0,44,39,0,0,46,39,0,0,48,39,0,0,48,39,0,0,48,39,0,0,48,39,0,0,48,39,0,0,48,39,0,0,48,39,0,0,48,39,0,0,48,39,0,0,48,39,0,0,48,39,0,0,48,39,0,0,50,39,0,0,50,39,0,0,50,39,0,0,54,39,0,0,54,39,0,0,56,39,0,0,60,39,0,0,64,39,0,0,68,39,0,0,68,39,0,0,72,39,0,0,74,39,0,0,80,39,0,0,80,39,0,0,80,39,0,0,82,39,0,0,84,39,0,0,84,39,0,0,84,39,0,0,84,39,0,0,84,39,0,0,84,39,0,0,84,39,0,0,84,39,0,0,94,39,0,0,104,39,0,0,108,39,0,0,112,39,0,0,114,39,0,0,114,39,0,0,114,39,0,0,114,39,0,0,116,39,0,0,116,39,0,0,124,39,0,0,130,39,0,0,132,39,0,0,154,39,0,0,154,39,0,0,154,39,0,0,154,39,0,0,154,39,0,0,154,39,0,0,154,39,0,0,156,39,0,0,156,39,0,0,160,39,0,0,162,39,0,0,164,39,0,0,168,39,0,0,174,39,0,0,174,39,0,0,178,39,0,0,178,39,0,0,178,39,0,0,190,39,0,0,190,39,0,0,190,39,0,0,194,39,0,0,194,39,0,0,196,39,0,0,208,39,0,0,210,39,0,0,210,39,0,0,212,39,0,0,212,39,0,0,212,39,0,0,216,39,0,0,216,39,0,0,224,39,0,0,224,39,0,0,226,39,0,0,228,39,0,0,228,39,0,0,228,39,0,0,228,39,0,0,230,39,0,0,234,39,0,0,234,39,0,0,238,39,0,0,240,39,0,0,242,39,0,0,248,39,0,0,248,39,0,0,250,39,0,0,250,39,0,0,250,39,0,0,2,40,0,0,2,40,0,0,4,40,0,0,4,40,0,0,8,40,0,0,14,40,0,0,14,40,0,0,14,40,0,0,14,40,0,0,16,40,0,0,16,40,0,0,16,40,0,0,18,40,0,0,18,40,0,0,22,40,0,0,24,40,0,0,32,40,0,0,34,40,0,0,36,40,0,0,36,40,0,0,36,40,0,0,40,40,0,0,52,40,0,0,52,40,0,0,52,40,0,0,54,40,0,0,54,40,0,0,54,40,0,0,54,40,0,0,54,40,0,0,58,40,0,0,58,40,0,0,58,40,0,0,60,40,0,0,60,40,0,0,62,40,0,0,62,40,0,0,62,40,0,0,62,40,0,0,66,40,0,0,70,40,0,0,78,40,0,0,80,40,0,0,80,40,0,0,80,40,0,0,80,40,0,0,80,40,0,0,84,40,0,0,84,40,0,0,86,40,0,0,90,40,0,0,90,40,0,0,92,40,0,0,98,40,0,0,104,40,0,0,106,40,0,0,108,40,0,0,114,40,0,0,120,40,0,0,120,40,0,0,128,40,0,0,130,40,0,0,132,40,0,0,132,40,0,0,144,40,0,0,146,40,0,0,146,40,0,0,146,40,0,0,146,40,0,0,146,40,0,0,150,40,0,0,152,40,0,0,152,40,0,0,156,40,0,0,160,40,0,0,162,40,0,0,162,40,0,0,162,40,0,0,168,40,0,0,168,40,0,0,168,40,0,0,168,40,0,0,168,40,0,0,170,40,0,0,172,40,0,0,172,40,0,0,178,40,0,0,180,40,0,0,184,40,0,0,184,40,0,0,184,40,0,0,186,40,0,0,186,40,0,0,186,40,0,0,188,40,0,0,190,40,0,0,192,40,0,0,200,40,0,0,204,40,0,0,208,40,0,0,208,40,0,0,208,40,0,0,212,40,0,0,212,40,0,0,216,40,0,0,216,40,0,0,216,40,0,0,226,40,0,0,232,40,0,0,232,40,0,0,232,40,0,0,236,40,0,0,236,40,0,0,236,40,0,0,236,40,0,0,238,40,0,0,242,40,0,0,242,40,0,0,244,40,0,0,246,40,0,0,252,40,0,0,252,40,0,0,252,40,0,0,0,41,0,0,4,41,0,0,6,41,0,0,12,41,0,0,12,41,0,0,12,41,0,0,20,41,0,0,20,41,0,0,20,41,0,0,28,41,0,0,30,41,0,0,34,41,0,0,42,41,0,0,42,41,0,0,42,41,0,0,42,41,0,0,46,41,0,0,48,41,0,0,58,41,0,0,58,41,0,0,58,41,0,0,66,41,0,0,68,41,0,0,68,41,0,0,68,41,0,0,68,41,0,0,74,41,0,0,74,41,0,0,76,41,0,0,76,41,0,0,76,41,0,0,78,41,0,0,78,41,0,0,78,41,0,0,82,41,0,0,86,41,0,0,88,41,0,0,90,41,0,0,90,41,0,0,90,41,0,0,90,41,0,0,90,41,0,0,90,41,0,0,90,41,0,0,96,41,0,0,96,41,0,0,96,41,0,0,96,41,0,0,98,41,0,0,98,41,0,0,98,41,0,0,104,41,0,0,104,41,0,0,104,41,0,0,104,41,0,0,104,41,0,0,110,41,0,0,112,41,0,0,112,41,0,0,118,41,0,0,118,41,0,0,126,41,0,0,128,41,0,0,132,41,0,0,134,41,0,0,134,41,0,0,134,41,0,0,134,41,0,0,134,41,0,0,138,41,0,0,140,41,0,0,140,41,0,0,140,41,0,0,146,41,0,0,146,41,0,0,146,41,0,0,152,41,0,0,156,41,0,0,156,41,0,0,160,41,0,0,160,41,0,0,162,41,0,0,162,41,0,0,166,41,0,0,170,41,0,0,176,41,0,0,180,41,0,0,186,41,0,0,188,41,0,0,188,41,0,0,188,41,0,0,196,41,0,0,196,41,0,0,196,41,0,0,202,41,0,0,204,41,0,0,208,41,0,0,208,41,0,0,216,41,0,0,216,41,0,0,220,41,0,0,220,41,0,0,220,41,0,0,234,41,0,0,240,41,0,0,244,41,0,0,244,41,0,0,244,41,0,0,246,41,0,0,250,41,0,0,254,41,0,0,254,41,0,0,254,41,0,0,254,41,0,0,254,41,0,0,2,42,0,0,2,42,0,0,4,42,0,0,4,42,0,0,10,42,0,0,10,42,0,0,12,42,0,0,12,42,0,0,12,42,0,0,14,42,0,0,16,42,0,0,18,42,0,0,18,42,0,0,18,42,0,0,24,42,0,0,24,42,0,0,24,42,0,0,44,42,0,0,48,42,0,0,52,42,0,0,54,42,0,0,58,42,0,0,58,42,0,0,58,42,0,0,58,42,0,0,58,42,0,0,62,42,0,0,64,42,0,0,64,42,0,0,64,42,0,0,66,42,0,0,78,42,0,0,78,42,0,0,78,42,0,0,80,42,0,0,84,42,0,0,84,42,0,0,94,42,0,0,96,42,0,0,100,42,0,0,100,42,0,0,106,42,0,0,108,42,0,0,110,42,0,0,110,42,0,0,116,42,0,0,116,42,0,0,116,42,0,0,116,42,0,0,118,42,0,0,118,42,0,0,118,42,0,0,126,42,0,0,130,42,0,0,136,42,0,0,138,42,0,0,140,42,0,0,140,42,0,0,146,42,0,0,146,42,0,0,148,42,0,0,150,42,0,0,156,42,0,0,166,42,0,0,168,42,0,0,168,42,0,0,170,42,0,0,170,42,0,0,170,42,0,0,172,42,0,0,174,42,0,0,176,42,0,0,176,42,0,0,176,42,0,0,176,42,0,0,176,42,0,0,190,42,0,0,190,42,0,0,192,42,0,0,192,42,0,0,192,42,0,0,192,42,0,0,192,42,0,0,194,42,0,0,198,42,0,0,198,42,0,0,198,42,0,0,198,42,0,0,198,42,0,0,198,42,0,0,202,42,0,0,202,42,0,0,208,42,0,0,208,42,0,0,208,42,0,0,208,42,0,0,210,42,0,0,214,42,0,0,214,42,0,0,222,42,0,0,226,42,0,0,228,42,0,0,236,42,0,0,236,42,0,0,236,42,0,0,242,42,0,0,254,42,0,0,254,42,0,0,254,42,0,0,2,43,0,0,2,43,0,0,2,43,0,0,2,43,0,0,2,43,0,0,4,43,0,0,6,43,0,0,6,43,0,0,6,43,0,0,6,43,0,0,6,43,0,0,6,43,0,0,6,43,0,0,6,43,0,0,6,43,0,0,6,43,0,0,6,43,0,0,12,43,0,0,16,43,0,0,20,43,0,0,22,43,0,0,22,43,0,0,22,43,0,0,32,43,0,0,32,43,0,0,34,43,0,0,34,43,0,0,34,43,0,0,36,43,0,0,36,43,0,0,40,43,0,0,40,43,0,0,42,43,0,0,42,43,0,0,44,43,0,0,44,43,0,0,52,43,0,0,52,43,0,0,52,43,0,0,54,43,0,0,54,43,0,0,54,43,0,0,56,43,0,0,56,43,0,0,56,43,0,0,56,43,0,0,56,43,0,0,58,43,0,0,62,43,0,0,66,43,0,0,66,43,0,0,66,43,0,0,66,43,0,0,66,43,0,0,66,43,0,0,66,43,0,0,66,43,0,0,74,43,0,0,78,43,0,0,80,43,0,0,84,43,0,0,92,43,0,0,92,43,0,0,100,43,0,0,108,43,0,0,108,43,0,0,112,43,0,0,114,43,0,0,114,43,0,0,114,43,0,0,114,43,0,0,116,43,0,0,116,43,0,0,120,43,0,0,122,43,0,0,124,43,0,0,124,43,0,0,124,43,0,0,128,43,0,0,128,43,0,0,132,43,0,0,132,43,0,0,134,43,0,0,140,43,0,0,140,43,0,0,142,43,0,0,146,43,0,0,146,43,0,0,148,43,0,0,154,43,0,0,154,43,0,0,154,43,0,0,154,43,0,0,156,43,0,0,156,43,0,0,166,43,0,0,166,43,0,0,166,43,0,0,170,43,0,0,170,43,0,0,170,43,0,0,176,43,0,0,176,43,0,0,176,43,0,0,176,43,0,0,176,43,0,0,178,43,0,0,182,43,0,0,188,43,0,0,190,43,0,0,190,43,0,0,192,43,0,0,196,43,0,0,196,43,0,0,196,43,0,0,196,43,0,0,198,43,0,0,198,43,0,0,198,43,0,0,198,43,0,0,198,43,0,0,200,43,0,0,206,43,0,0,210,43,0,0,216,43,0,0,218,43,0,0,218,43,0,0,220,43,0,0,222,43,0,0,222,43,0,0,222,43,0,0,222,43,0,0,226,43,0,0,230,43,0,0,230,43,0,0,230,43,0,0,236,43,0,0,240,43,0,0,240,43,0,0,244,43,0,0,248,43,0,0,248,43,0,0,248,43,0,0,250,43,0,0,250,43,0,0,250,43,0,0,254,43,0,0,254,43,0,0,2,44,0,0,6,44,0,0,12,44,0,0,12,44,0,0,16,44,0,0,16,44,0,0,16,44,0,0,16,44,0,0,20,44,0,0,20,44,0,0,20,44,0,0,20,44,0,0,20,44,0,0,24,44,0,0,24,44,0,0,26,44,0,0,28,44,0,0,28,44,0,0,30,44,0,0,36,44,0,0,38,44,0,0,46,44,0,0,46,44,0,0,46,44,0,0,50,44,0,0,50,44,0,0,52,44,0,0,56,44,0,0,56,44,0,0,56,44,0,0,66,44,0,0,68,44,0,0,68,44,0,0,68,44,0,0,68,44,0,0,70,44,0,0,72,44,0,0,74,44,0,0,74,44,0,0,78,44,0,0,78,44,0,0,78,44,0,0,80,44,0,0,82,44,0,0,82,44,0,0,84,44,0,0,84,44,0,0,84,44,0,0,88,44,0,0,92,44,0,0,94,44,0,0,94,44,0,0,94,44,0,0,94,44,0,0,106,44,0,0,106,44,0,0,106,44,0,0,106,44,0,0,118,44,0,0,120,44,0,0,126,44,0,0,126,44,0,0,126,44,0,0,128,44,0,0,132,44,0,0,138,44,0,0,138,44,0,0,138,44,0,0,138,44,0,0,144,44,0,0,144,44,0,0,146,44,0,0,146,44,0,0,148,44,0,0,150,44,0,0,156,44,0,0,160,44,0,0,160,44,0,0,160,44,0,0,166,44,0,0,166,44,0,0,166,44,0,0,170,44,0,0,170,44,0,0,170,44,0,0,170,44,0,0,170,44,0,0,172,44,0,0,172,44,0,0,176,44,0,0,176,44,0,0,176,44,0,0,176,44,0,0,176,44,0,0,180,44,0,0,180,44,0,0,180,44,0,0,180,44,0,0,186,44,0,0,186,44,0,0,190,44,0,0,190,44,0,0,192,44,0,0,192,44,0,0,194,44,0,0,194,44,0,0,194,44,0,0,196,44,0,0,196,44,0,0,198,44,0,0,202,44,0,0,202,44,0,0,208,44,0,0,208,44,0,0,212,44,0,0,212,44,0,0,212,44,0,0,214,44,0,0,214,44,0,0,214,44,0,0,214,44,0,0,218,44,0,0,218,44,0,0,218,44,0,0,224,44,0,0,224,44,0,0,224,44,0,0,224,44,0,0,224,44,0,0,224,44,0,0,230,44,0,0,238,44,0,0,240,44,0,0,240,44,0,0,244,44,0,0,244,44,0,0,246,44,0,0,2,45,0,0,2,45,0,0,2,45,0,0,8,45,0,0,8,45,0,0,8,45,0,0,8,45,0,0,10,45,0,0,12,45,0,0,12,45,0,0,14,45,0,0,14,45,0,0,20,45,0,0,20,45,0,0,20,45,0,0,20,45,0,0,22,45,0,0,24,45,0,0,24,45,0,0,24,45,0,0,24,45,0,0,32,45,0,0,36,45,0,0,38,45,0,0,38,45,0,0,38,45,0,0,38,45,0,0,40,45,0,0,40,45,0,0,40,45,0,0,40,45,0,0,40,45,0,0,42,45,0,0,54,45,0,0,54,45,0,0,58,45,0,0,62,45,0,0,70,45,0,0,76,45,0,0,76,45,0,0,82,45,0,0,84,45,0,0,84,45,0,0,84,45,0,0,86,45,0,0,90,45,0,0,90,45,0,0,90,45,0,0,94,45,0,0,94,45,0,0,94,45,0,0,94,45,0,0,94,45,0,0,98,45,0,0,100,45,0,0,110,45,0,0,112,45,0,0,112,45,0,0,116,45,0,0,118,45,0,0,120,45,0,0,122,45,0,0,122,45,0,0,124,45,0,0,124,45,0,0,128,45,0,0,128,45,0,0,132,45,0,0,140,45,0,0,146,45,0,0,152,45,0,0,154,45,0,0,154,45,0,0,154,45,0,0,154,45,0,0,154,45,0,0,154,45,0,0,154,45,0,0,156,45,0,0,156,45,0,0,156,45,0,0,156,45,0,0,156,45,0,0,158,45,0,0,158,45,0,0,162,45,0,0,162,45,0,0,162,45,0,0,166,45,0,0,172,45,0,0,172,45,0,0,174,45,0,0,180,45,0,0,180,45,0,0,182,45,0,0,182,45,0,0,182,45,0,0,184,45,0,0,186,45,0,0,186,45,0,0,186,45,0,0,188,45,0,0,188,45,0,0,190,45,0,0,190,45,0,0,190,45,0,0,190,45,0,0,190,45,0,0,196,45,0,0,198,45,0,0,200,45,0,0,200,45,0,0,206,45,0,0,212,45,0,0,212,45,0,0,216,45,0,0,216,45,0,0,216,45,0,0,220,45,0,0,220,45,0,0,220,45,0,0,220,45,0,0,222,45,0,0,222,45,0,0,224,45,0,0,226,45,0,0,228,45,0,0,228,45,0,0,228,45,0,0,228,45,0,0,228,45,0,0,230,45,0,0,234,45,0,0,236,45,0,0,236,45,0,0,236,45,0,0,244,45,0,0,248,45,0,0,248,45,0,0,248,45,0,0,248,45,0,0,250,45,0,0,0,46,0,0,0,46,0,0,0,46,0,0,2,46,0,0,8,46,0,0,8,46,0,0,10,46,0,0,12,46,0,0,16,46,0,0,16,46,0,0,16,46,0,0,16,46,0,0,18,46,0,0,18,46,0,0,20,46,0,0,22,46,0,0,22,46,0,0,22,46,0,0,28,46,0,0,28,46,0,0,30,46,0,0,34,46,0,0,36,46,0,0,40,46,0,0,44,46,0,0,50,46,0,0,50,46,0,0,52,46,0,0,52,46,0,0,52,46,0,0,52,46,0,0,52,46,0,0,52,46,0,0,54,46,0,0,58,46,0,0,60,46,0,0,60,46,0,0,66,46,0,0,66,46,0,0,70,46,0,0,70,46,0,0,70,46,0,0,70,46,0,0,72,46,0,0,72,46,0,0,72,46,0,0,72,46,0,0,72,46,0,0,74,46,0,0,76,46,0,0,76,46,0,0,76,46,0,0,76,46,0,0,76,46,0,0,80,46,0,0,82,46,0,0,84,46,0,0,86,46,0,0,86,46,0,0,86,46,0,0,86,46,0,0,86,46,0,0,96,46,0,0,96,46,0,0,96,46,0,0,96,46,0,0,100,46,0,0,100,46,0,0,100,46,0,0,104,46,0,0,104,46,0,0,104,46,0,0,104,46,0,0,104,46,0,0,104,46,0,0,104,46,0,0,104,46,0,0,106,46,0,0,106,46,0,0,106,46,0,0,110,46,0,0,120,46,0,0,124,46,0,0,126,46,0,0,128,46,0,0,138,46,0,0,142,46,0,0,150,46,0,0,152,46,0,0,154,46,0,0,154,46,0,0,158,46,0,0,166,46,0,0,166,46,0,0,168,46,0,0,174,46,0,0,174,46,0,0,176,46,0,0,182,46,0,0,182,46,0,0,186,46,0,0,186,46,0,0,186,46,0,0,188,46,0,0,192,46,0,0,198,46,0,0,198,46,0,0,198,46,0,0,202,46,0,0,202,46,0,0,202,46,0,0,202,46,0,0,206,46,0,0,206,46,0,0,206,46,0,0,206,46,0,0,206,46,0,0,206,46,0,0,208,46,0,0,210,46,0,0,212,46,0,0,212,46,0,0,212,46,0,0,212,46,0,0,220,46,0,0,230,46,0,0,234,46,0,0,234,46,0,0,242,46,0,0,242,46,0,0,246,46,0,0,246,46,0,0,246,46,0,0,246,46,0,0,248,46,0,0,252,46,0,0,254,46,0,0,254,46,0,0,0,47,0,0,2,47,0,0,2,47,0,0,4,47,0,0,6,47,0,0,18,47,0,0,20,47,0,0,22,47,0,0,22,47,0,0,22,47,0,0,26,47,0,0,28,47,0,0,32,47,0,0,38,47,0,0,48,47,0,0,52,47,0,0,52,47,0,0,64,47,0,0,64,47,0,0,64,47,0,0,64,47,0,0,64,47,0,0,64,47,0,0,68,47,0,0,68,47,0,0,68,47,0,0,68,47,0,0,68,47,0,0,72,47,0,0,96,47,0,0,96,47,0,0,102,47,0,0,106,47,0,0,106,47,0,0,106,47,0,0,108,47,0,0,108,47,0,0,108,47,0,0,108,47,0,0,108,47,0,0,110,47,0,0,112,47,0,0,116,47,0,0,116,47,0,0,116,47,0,0,126,47,0,0,126,47,0,0,126,47,0,0,128,47,0,0,130,47,0,0,132,47,0,0,132,47,0,0,132,47,0,0,134,47,0,0,136,47,0,0,142,47,0,0,142,47,0,0,150,47,0,0,160,47,0,0,160,47,0,0,162,47,0,0,164,47,0,0,164,47,0,0,166,47,0,0,166,47,0,0,166,47,0,0,166,47,0,0,166,47,0,0,168,47,0,0,176,47,0,0,178,47,0,0,178,47,0,0,180,47,0,0,182,47,0,0,184,47,0,0,184,47,0,0,184,47,0,0,186,47,0,0,186,47,0,0,198,47,0,0,198,47,0,0,198,47,0,0,198,47,0,0,204,47,0,0,204,47,0,0,206,47,0,0,210,47,0,0,210,47,0,0,212,47,0,0,214,47,0,0,214,47,0,0,214,47,0,0,214,47,0,0,214,47,0,0,218,47,0,0,218,47,0,0,218,47,0,0,224,47,0,0,228,47,0,0,228,47,0,0,228,47,0,0,230,47,0,0,230,47,0,0,230,47,0,0,230,47,0,0,230,47,0,0,232,47,0,0,234,47,0,0,234,47,0,0,236,47,0,0,236,47,0,0,242,47,0,0,242,47,0,0,246,47,0,0,246,47,0,0,248,47,0,0,248,47,0,0,248,47,0,0,250,47,0,0,250,47,0,0,254,47,0,0,0,48,0,0,0,48,0,0,0,48,0,0,2,48,0,0,2,48,0,0,2,48,0,0,2,48,0,0,4,48,0,0,10,48,0,0,14,48,0,0,16,48,0,0,16,48,0,0,18,48,0,0,20,48,0,0,20,48,0,0,20,48,0,0,20,48,0,0,20,48,0,0,22,48,0,0,22,48,0,0,22,48,0,0,26,48,0,0,26,48,0,0,30,48,0,0,36,48,0,0,38,48,0,0,38,48,0,0,38,48,0,0,38,48,0,0,38,48,0,0,40,48,0,0,42,48,0,0,42,48,0,0,42,48,0,0,44,48,0,0,44,48,0,0,50,48,0,0,56,48,0,0,58,48,0,0,60,48,0,0,62,48,0,0,64,48,0,0,68,48,0,0,72,48,0,0,72,48,0,0,72,48,0,0,74,48,0,0,82,48,0,0,82,48,0,0,84,48,0,0,84,48,0,0,84,48,0,0,84,48,0,0,84,48,0,0,84,48,0,0,84,48,0,0,86,48,0,0,86,48,0,0,86,48,0,0,96,48,0,0,98,48,0,0,98,48,0,0,102,48,0,0,106,48,0,0,112,48,0,0,112,48,0,0,114,48,0,0,114,48,0,0,122,48,0,0,124,48,0,0,124,48,0,0,124,48,0,0,126,48,0,0,126,48,0,0,126,48,0,0,128,48,0,0,130,48,0,0,130,48,0,0,130,48,0,0,134,48,0,0,136,48,0,0,140,48,0,0,142,48,0,0,144,48,0,0,144,48,0,0,148,48,0,0,148,48,0,0,152,48,0,0,152,48,0,0,154,48,0,0,154,48,0,0,154,48,0,0,156,48,0,0,156,48,0,0,156,48,0,0,156,48,0,0,156,48,0,0,156,48,0,0,156,48,0,0,156,48,0,0,164,48,0,0,170,48,0,0,170,48,0,0,170,48,0,0,172,48,0,0,176,48,0,0,176,48,0,0,176,48,0,0,176,48,0,0,176,48,0,0,178,48,0,0,180,48,0,0,180,48,0,0,186,48,0,0,190,48,0,0,194,48,0,0,198,48,0,0,198,48,0,0,202,48,0,0,202,48,0,0,202,48,0,0,202,48,0,0,202,48,0,0,202,48,0,0,208,48,0,0,210,48,0,0,210,48,0,0,212,48,0,0,212,48,0,0,212,48,0,0,214,48,0,0,218,48,0,0,220,48,0,0,222,48,0,0,224,48,0,0,250,48,0,0,252,48,0,0,6,49,0,0,10,49,0,0,18,49,0,0,20,49,0,0,20,49,0,0,20,49,0,0,22,49,0,0,22,49,0,0,24,49,0,0,26,49,0,0,34,49,0,0,40,49,0,0,42,49,0,0,42,49,0,0,42,49,0,0,42,49,0,0,44,49,0,0,44,49,0,0,54,49,0,0,54,49,0,0,54,49,0,0,54,49,0,0,56,49,0,0,70,49,0,0,74,49,0,0,76,49,0,0,76,49,0,0,84,49,0,0,84,49,0,0,84,49,0,0,84,49,0,0,84,49,0,0,84,49,0,0,84,49,0,0,88,49,0,0,90,49,0,0,90,49,0,0,92,49,0,0,92,49,0,0,94,49,0,0,98,49,0,0,98,49,0,0,100,49,0,0,106,49,0,0,116,49,0,0,116,49,0,0,118,49,0,0,118,49,0,0,122,49,0,0,124,49,0,0,124,49,0,0,124,49,0,0,126,49,0,0,128,49,0,0,128,49,0,0,130,49,0,0,136,49,0,0,142,49,0,0,142,49,0,0,144,49,0,0,144,49,0,0,148,49,0,0,158,49,0,0,158,49,0,0,158,49,0,0,158,49,0,0,162,49,0,0,162,49,0,0,164,49,0,0,166,49,0,0,176,49,0,0,176,49,0,0,176,49,0,0,176,49,0,0,176,49,0,0,176,49,0,0,180,49,0,0,180,49,0,0,192,49,0,0,194,49,0,0,196,49,0,0,196,49,0,0,196,49,0,0,196,49,0,0,200,49,0,0,202,49,0,0,208,49,0,0,212,49,0,0,216,49,0,0,218,49,0,0,218,49,0,0,218,49,0,0,218,49,0,0,218,49,0,0,218,49,0,0,222,49,0,0,224,49,0,0,224,49,0,0,224,49,0,0,224,49,0,0,224,49,0,0,234,49,0,0,234,49,0,0,234,49,0,0,240,49,0,0,240,49,0,0,246,49,0,0,246,49,0,0,248,49,0,0,248,49,0,0,248,49,0,0,248,49,0,0,250,49,0,0,252,49,0,0,0,50,0,0,2,50,0,0,4,50,0,0,8,50,0,0,8,50,0,0,8,50,0,0,8,50,0,0,8,50,0,0,10,50,0,0,14,50,0,0,16,50,0,0,18,50,0,0,18,50,0,0,18,50,0,0,18,50,0,0,18,50,0,0,18,50,0,0,18,50,0,0,18,50,0,0,24,50,0,0,26,50,0,0,26,50,0,0,26,50,0,0,26,50,0,0,26,50,0,0,28,50,0,0,28,50,0,0,34,50,0,0,36,50,0,0,36,50,0,0,36,50,0,0,36,50,0,0,38,50,0,0,38,50,0,0,38,50,0,0,38,50,0,0,50,50,0,0,50,50,0,0,56,50,0,0,56,50,0,0,56,50,0,0,58,50,0,0,58,50,0,0,58,50,0,0,58,50,0,0,58,50,0,0,58,50,0,0,58,50,0,0,60,50,0,0,60,50,0,0,62,50,0,0,66,50,0,0,66,50,0,0,68,50,0,0,76,50,0,0,78,50,0,0,78,50,0,0,78,50,0,0,80,50,0,0,80,50,0,0,82,50,0,0,86,50,0,0,86,50,0,0,88,50,0,0,88,50,0,0,88,50,0,0,88,50,0,0,90,50,0,0,90,50,0,0,92,50,0,0,98,50,0,0,98,50,0,0,102,50,0,0,102,50,0,0,102,50,0,0,102,50,0,0,102,50,0,0,106,50,0,0,106,50,0,0,106,50,0,0,108,50,0,0,108,50,0,0,108,50,0,0,110,50,0,0,114,50,0,0,116,50,0,0,118,50,0,0,118,50,0,0,122,50,0,0,122,50,0,0,128,50,0,0,128,50,0,0,130,50,0,0,130,50,0,0,130,50,0,0,132,50,0,0,132,50,0,0,132,50,0,0,136,50,0,0,138,50,0,0,140,50,0,0,140,50,0,0,140,50,0,0,144,50,0,0,144,50,0,0,146,50,0,0,146,50,0,0,148,50,0,0,148,50,0,0,148,50,0,0,150,50,0,0,150,50,0,0,154,50,0,0,154,50,0,0,162,50,0,0,162,50,0,0,162,50,0,0,164,50,0,0,172,50,0,0,172,50,0,0,172,50,0,0,172,50,0,0,172,50,0,0,174,50,0,0,174,50,0,0,176,50,0,0,180,50,0,0,180,50,0,0,180,50,0,0,182,50,0,0,182,50,0,0,182,50,0,0,184,50,0,0,192,50,0,0,192,50,0,0,194,50,0,0,196,50,0,0,196,50,0,0,202,50,0,0,202,50,0,0,202,50,0,0,206,50,0,0,206,50,0,0,210,50,0,0,216,50,0,0,216,50,0,0,218,50,0,0,218,50,0,0,220,50,0,0,222,50,0,0,224,50,0,0,226,50,0,0,226,50,0,0,236,50,0,0,240,50,0,0,240,50,0,0,240,50,0,0,240,50,0,0,240,50,0,0,240,50,0,0,244,50,0,0,244,50,0,0,250,50,0,0,250,50,0,0,6,51,0,0,6,51,0,0,6,51,0,0,8,51,0,0,10,51,0,0,10,51,0,0,12,51,0,0,16,51,0,0,16,51,0,0,16,51,0,0,16,51,0,0,18,51,0,0,22,51,0,0,22,51,0,0,34,51,0,0,34,51,0,0,34,51,0,0,34,51,0,0,44,51,0,0,44,51,0,0,48,51,0,0,52,51,0,0,56,51,0,0,56,51,0,0,58,51,0,0,60,51,0,0,60,51,0,0,62,51,0,0,62,51,0,0,62,51,0,0,62,51,0,0,68,51,0,0,68,51,0,0,68,51,0,0,68,51,0,0,74,51,0,0,78,51,0,0,78,51,0,0,78,51,0,0,78,51,0,0,80,51,0,0,80,51,0,0,80,51,0,0,92,51,0,0,96,51,0,0,106,51,0,0,106,51,0,0,106,51,0,0,106,51,0,0,106,51,0,0,108,51,0,0,108,51,0,0,108,51,0,0,108,51,0,0,108,51,0,0,108,51,0,0,110,51,0,0,114,51,0,0,114,51,0,0,114,51,0,0,114,51,0,0,116,51,0,0,116,51,0,0,116,51,0,0,120,51,0,0,126,51,0,0,134,51,0,0,134,51,0,0,134,51,0,0,134,51,0,0,134,51,0,0,134,51,0,0,138,51,0,0,138,51,0,0,138,51,0,0,140,51,0,0,142,51,0,0,142,51,0,0,142,51,0,0,142,51,0,0,144,51,0,0,146,51,0,0,146,51,0,0,150,51,0,0,152,51,0,0,152,51,0,0,156,51,0,0,156,51,0,0,156,51,0,0,162,51,0,0,162,51,0,0,162,51,0,0,166,51,0,0,166,51,0,0,176,51,0,0,178,51,0,0,182,51,0,0,182,51,0,0,182,51,0,0,182,51,0,0,184,51,0,0,184,51,0,0,190,51,0,0,192,51,0,0,196,51,0,0,196,51,0,0,196,51,0,0,196,51,0,0,198,51,0,0,198,51,0,0,198,51,0,0,198,51,0,0,202,51,0,0,210,51,0,0,214,51,0,0,214,51,0,0,214,51,0,0,214,51,0,0,216,51,0,0,216,51,0,0,216,51,0,0,218,51,0,0,220,51,0,0,222,51,0,0,224,51,0,0,224,51,0,0,224,51,0,0,224,51,0,0,226,51,0,0,228,51,0,0,228,51,0,0,230,51,0,0,232,51,0,0,234,51,0,0,234,51,0,0,234,51,0,0,240,51,0,0,240,51,0,0,240,51,0,0,244,51,0,0,244,51,0,0,246,51,0,0,250,51,0,0,250,51,0,0,252,51,0,0,252,51,0,0,8,52,0,0,8,52,0,0,8,52,0,0,10,52,0,0,20,52,0,0,20,52,0,0,20,52,0,0,20,52,0,0,20,52,0,0,20,52,0,0,26,52,0,0,26,52,0,0,26,52,0,0,26,52,0,0,26,52,0,0,26,52,0,0,26,52,0,0,28,52,0,0,28,52,0,0,28,52,0,0,40,52,0,0,42,52,0,0,42,52,0,0,42,52,0,0,44,52,0,0,48,52,0,0,48,52,0,0,48,52,0,0,52,52,0,0,52,52,0,0,52,52,0,0,52,52,0,0,54,52,0,0,60,52,0,0,60,52,0,0,72,52,0,0,72,52,0,0,74,52,0,0,74,52,0,0,76,52,0,0,76,52,0,0,76,52,0,0,82,52,0,0,82,52,0,0,82,52,0,0,82,52,0,0,82,52,0,0,84,52,0,0,84,52,0,0,84,52,0,0,86,52,0,0,86,52,0,0,86,52,0,0,86,52,0,0,88,52,0,0,94,52,0,0,96,52,0,0,96,52,0,0,98,52,0,0,100,52,0,0,104,52,0,0,106,52,0,0,112,52,0,0,112,52,0,0,114,52,0,0,116,52,0,0,118,52,0,0,126,52,0,0,126,52,0,0,130,52,0,0,130,52,0,0,130,52,0,0,132,52,0,0,136,52,0,0,136,52,0,0,138,52,0,0,138,52,0,0,138,52,0,0,138,52,0,0,140,52,0,0,146,52,0,0,146,52,0,0,146,52,0,0,152,52,0,0,152,52,0,0,160,52,0,0,162,52,0,0,164,52,0,0,172,52,0,0,174,52,0,0,176,52,0,0,178,52,0,0,178,52,0,0,182,52,0,0,182,52,0,0,188,52,0,0,188,52,0,0,196,52,0,0,196,52,0,0,196,52,0,0,196,52,0,0,200,52,0,0,202,52,0,0,202,52,0,0,208,52,0,0,208,52,0,0,208,52,0,0,210,52,0,0,212,52,0,0,212,52,0,0,212,52,0,0,214,52,0,0,216,52,0,0,220,52,0,0,220,52,0,0,226,52,0,0,226,52,0,0,228,52,0,0,232,52,0,0,232,52,0,0,232,52,0,0,232,52,0,0,234,52,0,0,244,52,0,0,244,52,0,0,246,52,0,0,246,52,0,0,246,52,0,0,252,52,0,0,252,52,0,0,252,52,0,0,252,52,0,0,252,52,0,0,2,53,0,0,4,53,0,0,4,53,0,0,6,53,0,0,8,53,0,0,14,53,0,0,14,53,0,0,14,53,0,0,18,53,0,0,22,53,0,0,24,53,0,0,24,53,0,0,40,53,0,0,46,53,0,0,46,53,0,0,48,53,0,0,54,53,0,0,56,53,0,0,58,53,0,0,58,53,0,0,58,53,0,0,58,53,0,0,60,53,0,0,60,53,0,0,64,53,0,0,64,53,0,0,66,53,0,0,66,53,0,0,66,53,0,0,66,53,0,0,66,53,0,0,66,53,0,0,68,53,0,0,68,53,0,0,70,53,0,0,70,53,0,0,70,53,0,0,70,53,0,0,72,53,0,0,72,53,0,0,74,53,0,0,78,53,0,0,78,53,0,0,78,53,0,0,80,53,0,0,80,53,0,0,80,53,0,0,82,53,0,0,82,53,0,0,82,53,0,0,82,53,0,0,82,53,0,0,92,53,0,0,92,53,0,0,96,53,0,0,96,53,0,0,102,53,0,0,104,53,0,0,106,53,0,0,108,53,0,0,110,53,0,0,110,53,0,0,110,53,0,0,110,53,0,0,116,53,0,0,116,53,0,0,120,53,0,0,128,53,0,0,136,53,0,0,136,53,0,0,136,53,0,0,136,53,0,0,136,53,0,0,136,53,0,0,138,53,0,0,138,53,0,0,138,53,0,0,144,53,0,0,144,53,0,0,144,53,0,0,148,53,0,0,148,53,0,0,154,53,0,0,156,53,0,0,164,53,0,0,164,53,0,0,164,53,0,0,164,53,0,0,164,53,0,0,164,53,0,0,166,53,0,0,172,53,0,0,174,53,0,0,174,53,0,0,174,53,0,0,174,53,0,0,178,53,0,0,178,53,0,0,180,53,0,0,182,53,0,0,184,53,0,0,184,53,0,0,184,53,0,0,184,53,0,0,184,53,0,0,184,53,0,0,184,53,0,0,184,53,0,0,184,53,0,0,192,53,0,0,194,53,0,0,198,53,0,0,198,53,0,0,198,53,0,0,198,53,0,0,200,53,0,0,200,53,0,0,202,53,0,0,202,53,0,0,202,53,0,0,206,53,0,0,210,53,0,0,210,53,0,0,218,53,0,0,220,53,0,0,220,53,0,0,220,53,0,0,220,53,0,0,222,53,0,0,226,53,0,0,226,53,0,0,226,53,0,0,234,53,0,0,238,53,0,0,238,53,0,0,238,53,0,0,238,53,0,0,246,53,0,0,248,53,0,0,248,53,0,0,250,53,0,0,252,53,0,0,252,53,0,0,252,53,0,0,254,53,0,0,254,53,0,0,0,54,0,0,0,54,0,0,0,54,0,0,0,54,0,0,2,54,0,0,2,54,0,0,2,54,0,0,16,54,0,0,18,54,0,0,22,54,0,0,26,54,0,0,28,54,0,0,28,54,0,0,28,54,0,0,30,54,0,0,30,54,0,0,34,54,0,0,38,54,0,0,38,54,0,0,48,54,0,0,50,54,0,0,50,54,0,0,50,54,0,0,52,54,0,0,56,54,0,0,56,54,0,0,56,54,0,0,60,54,0,0,66,54,0,0,72,54,0,0,76,54,0,0,78,54,0,0,80,54,0,0,82,54,0,0,96,54,0,0,98,54,0,0,98,54,0,0,98,54,0,0,100,54,0,0,104,54,0,0,104,54,0,0,104,54,0,0,108,54,0,0,108,54,0,0,108,54,0,0,108,54,0,0,108,54,0,0,118,54,0,0,118,54,0,0,122,54,0,0,124,54,0,0,124,54,0,0,132,54,0,0,132,54,0,0,138,54,0,0,140,54,0,0,154,54,0,0,156,54,0,0,158,54,0,0,160,54,0,0,160,54,0,0,160,54,0,0,164,54,0,0,164,54,0,0,164,54,0,0,168,54,0,0,168,54,0,0,168,54,0,0,172,54,0,0,172,54,0,0,174,54,0,0,174,54,0,0,180,54,0,0,180,54,0,0,184,54,0,0,184,54,0,0,184,54,0,0,186,54,0,0,190,54,0,0,192,54,0,0,192,54,0,0,196,54,0,0,198,54,0,0,198,54,0,0,202,54,0,0,204,54,0,0,208,54,0,0,208,54,0,0,208,54,0,0,214,54,0,0,214,54,0,0,214,54,0,0,220,54,0,0,220,54,0,0,220,54,0,0,220,54,0,0,220,54,0,0,222,54,0,0,226,54,0,0,228,54,0,0,228,54,0,0,238,54,0,0,240,54,0,0,250,54,0,0,250,54,0,0,250,54,0,0,252,54,0,0,4,55,0,0,4,55,0,0,4,55,0,0,6,55,0,0,8,55,0,0,8,55,0,0,12,55,0,0,12,55,0,0,12,55,0,0,18,55,0,0,26,55,0,0,28,55,0,0,28,55,0,0,34,55,0,0,36,55,0,0,36,55,0,0,38,55,0,0,44,55,0,0,50,55,0,0,52,55,0,0,52,55,0,0,58,55,0,0,62,55,0,0,64,55,0,0,64,55,0,0,66,55,0,0,66,55,0,0,68,55,0,0,68,55,0,0,68,55,0,0,68,55,0,0,72,55,0,0,76,55,0,0,76,55,0,0,80,55,0,0,88,55,0,0,88,55,0,0,98,55,0,0,98,55,0,0,98,55,0,0,100,55,0,0,104,55,0,0,106,55,0,0,114,55,0,0,114,55,0,0,114,55,0,0,114,55,0,0,114,55,0,0,120,55,0,0,120,55,0,0,120,55,0,0,120,55,0,0,120,55,0,0,124,55,0,0,124,55,0,0,130,55,0,0,136,55,0,0,136,55,0,0,142,55,0,0,142,55,0,0,142,55,0,0,142,55,0,0,148,55,0,0,148,55,0,0,148,55,0,0,148,55,0,0,150,55,0,0,158,55,0,0,158,55,0,0,158,55,0,0,162,55,0,0,162,55,0,0,166,55,0,0,166,55,0,0,168,55,0,0,170,55,0,0,172,55,0,0,178,55,0,0,180,55,0,0,182,55,0,0,186,55,0,0,186,55,0,0,188,55,0,0,190,55,0,0,192,55,0,0,192,55,0,0,192,55,0,0,192,55,0,0,192,55,0,0,192,55,0,0,194,55,0,0,200,55,0,0,206,55,0,0,206,55,0,0,206,55,0,0,206,55,0,0,208,55,0,0,208,55,0,0,208,55,0,0,208,55,0,0,208,55,0,0,212,55,0,0,212,55,0,0,214,55,0,0,214,55,0,0,214,55,0,0,224,55,0,0,228,55,0,0,228,55,0,0,232,55,0,0,234,55,0,0,234,55,0,0,238,55,0,0,238,55,0,0,238,55,0,0,238,55,0,0,238,55,0,0,240,55,0,0,240,55,0,0,240,55,0,0,246,55,0,0,250,55,0,0,250,55,0,0,250,55,0,0,254,55,0,0,254,55,0,0,8,56,0,0,12,56,0,0,18,56,0,0,22,56,0,0,30,56,0,0,30,56,0,0,30,56,0,0,32,56,0,0,32,56,0,0,32,56,0,0,32,56,0,0,32,56,0,0,32,56,0,0,34,56,0,0,34,56,0,0,40,56,0,0,44,56,0,0,46,56,0,0,48,56,0,0,48,56,0,0,50,56,0,0,52,56,0,0,54,56,0,0,54,56,0,0,58,56,0,0,66,56,0,0,70,56,0,0,72,56,0,0,78,56,0,0,78,56,0,0,82,56,0,0,82,56,0,0,86,56,0,0,86,56,0,0,86,56,0,0,86,56,0,0,92,56,0,0,94,56,0,0,106,56,0,0,106,56,0,0,106,56,0,0,106,56,0,0,112,56,0,0,112,56,0,0,112,56,0,0,116,56,0,0,116,56,0,0,120,56,0,0,120,56,0,0,124,56,0,0,124,56,0,0,126,56,0,0,132,56,0,0,132,56,0,0,132,56,0,0,132,56,0,0,136,56,0,0,138,56,0,0,138,56,0,0,138,56,0,0,142,56,0,0,142,56,0,0,142,56,0,0,142,56,0,0,154,56,0,0,154,56,0,0,154,56,0,0,154,56,0,0,154,56,0,0,154,56,0,0,158,56,0,0,162,56,0,0,166,56,0,0,166,56,0,0,166,56,0,0,166,56,0,0,166,56,0,0,166,56,0,0,166,56,0,0,170,56,0,0,172,56,0,0,172,56,0,0,178,56,0,0,182,56,0,0,182,56,0,0,182,56,0,0,182,56,0,0,182,56,0,0,184,56,0,0,186,56,0,0,186,56,0,0,186,56,0,0,186,56,0,0,188,56,0,0,192,56,0,0,200,56,0,0,202,56,0,0,202,56,0,0,202,56,0,0,208,56,0,0,208,56,0,0,208,56,0,0,214,56,0,0,214,56,0,0,214,56,0,0,214,56,0,0,214,56,0,0,218,56,0,0,230,56,0,0,230,56,0,0,232,56,0,0,232,56,0,0,236,56,0,0,236,56,0,0,238,56,0,0,238,56,0,0,240,56,0,0,242,56,0,0,244,56,0,0,248,56,0,0,250,56,0,0,252,56,0,0,4,57,0,0,8,57,0,0,8,57,0,0,8,57,0,0,10,57,0,0,14,57,0,0,24,57,0,0,28,57,0,0,30,57,0,0,36,57,0,0,36,57,0,0,36,57,0,0,38,57,0,0,38,57,0,0,38,57,0,0,42,57,0,0,42,57,0,0,48,57,0,0,48,57,0,0,50,57,0,0,58,57,0,0,62,57,0,0,66,57,0,0,66,57,0,0,68,57,0,0,70,57,0,0,72,57,0,0,72,57,0,0,74,57,0,0,74,57,0,0,74,57,0,0,78,57,0,0,80,57,0,0,80,57,0,0,80,57,0,0,80,57,0,0,80,57,0,0,80,57,0,0,80,57,0,0,84,57,0,0,90,57,0,0,96,57,0,0,98,57,0,0,98,57,0,0,100,57,0,0,100,57,0,0,102,57,0,0,102,57,0,0,102,57,0,0,102,57,0,0,102,57,0,0,106,57,0,0,106,57,0,0,106,57,0,0,106,57,0,0,110,57,0,0,118,57,0,0,120,57,0,0,120,57,0,0,120,57,0,0,122,57,0,0,124,57,0,0,124,57,0,0,124,57,0,0,124,57,0,0,124,57,0,0,124,57,0,0,124,57,0,0,130,57,0,0,132,57,0,0,132,57,0,0,138,57,0,0,138,57,0,0,144,57,0,0,146,57,0,0,146,57,0,0,148,57,0,0,158,57,0,0,158,57,0,0,162,57,0,0,164,57,0,0,166,57,0,0,166,57,0,0,168,57,0,0,168,57,0,0,174,57,0,0,174,57,0,0,174,57,0,0,178,57,0,0,182,57,0,0,182,57,0,0,182,57,0,0,182,57,0,0,186,57,0,0,194,57,0,0,194,57,0,0,196,57,0,0,198,57,0,0,198,57,0,0,200,57,0,0,202,57,0,0,204,57,0,0,208,57,0,0,208,57,0,0,210,57,0,0,210,57,0,0,214,57,0,0,214,57,0,0,214,57,0,0,216,57,0,0,218,57,0,0,220,57,0,0,220,57,0,0,220,57,0,0,220,57,0,0,222,57,0,0,222,57,0,0,222,57,0,0,226,57,0,0,226,57,0,0,226,57,0,0,226,57,0,0,226,57,0,0,232,57,0,0,234,57,0,0,236,57,0,0,236,57,0,0,238,57,0,0,238,57,0,0,240,57,0,0,242,57,0,0,242,57,0,0,242,57,0,0,242,57,0,0,244,57,0,0,246,57,0,0,250,57,0,0,252,57,0,0,252,57,0,0,252,57,0,0,254,57,0,0,254,57,0,0,254,57,0,0,254,57,0,0,254,57,0,0,254,57,0,0,254,57,0,0,0,58,0,0,0,58,0,0,2,58,0,0,2,58,0,0,2,58,0,0,2,58,0,0,4,58,0,0,4,58,0,0,4,58,0,0,4,58,0,0,4,58,0,0,4,58,0,0,8,58,0,0,12,58,0,0,12,58,0,0,12,58,0,0,16,58,0,0,16,58,0,0,18,58,0,0,18,58,0,0,18,58,0,0,18,58,0,0,24,58,0,0,24,58,0,0,28,58,0,0,32,58,0,0,34,58,0,0,34,58,0,0,38,58,0,0,38,58,0,0,38,58,0,0,38,58,0,0,38,58,0,0,40,58,0,0,40,58,0,0,42,58,0,0,50,58,0,0,50,58,0,0,50,58,0,0,56,58,0,0,60,58,0,0,62,58,0,0,66,58,0,0,66,58,0,0,68,58,0,0,70,58,0,0,70,58,0,0,78,58,0,0,78,58,0,0,82,58,0,0,88,58,0,0,100,58,0,0,104,58,0,0,104,58,0,0,106,58,0,0,106,58,0,0,108,58,0,0,110,58,0,0,114,58,0,0,118,58,0,0,118,58,0,0,118,58,0,0,122,58,0,0,124,58,0,0,124,58,0,0,124,58,0,0,124,58,0,0,124,58,0,0,124,58,0,0,124,58,0,0,124,58,0,0,126,58,0,0,128,58,0,0,132,58,0,0,132,58,0,0,134,58,0,0,134,58,0,0,140,58,0,0,140,58,0,0,144,58,0,0,144,58,0,0,144,58,0,0,144,58,0,0,144,58,0,0,152,58,0,0,154,58,0,0,154,58,0,0,154,58,0,0,154,58,0,0,156,58,0,0,156,58,0,0,156,58,0,0,158,58,0,0,158,58,0,0,158,58,0,0,162,58,0,0,162,58,0,0,164,58,0,0,164,58,0,0,164,58,0,0,166,58,0,0,168,58,0,0,170,58,0,0,170,58,0,0,170,58,0,0,170,58,0,0,170,58,0,0,170,58,0,0,170,58,0,0,170,58,0,0,172,58,0,0,174,58,0,0,176,58,0,0,184,58,0,0,184,58,0,0,184,58,0,0,184,58,0,0,194,58,0,0,194,58,0,0,194,58,0,0,194,58,0,0,194,58,0,0,196,58,0,0,206,58,0,0,206,58,0,0,206,58,0,0,212,58,0,0,212,58,0,0,216,58,0,0,218,58,0,0,220,58,0,0,220,58,0,0,224,58,0,0,228,58,0,0,238,58,0,0,238,58,0,0,238,58,0,0,238,58,0,0,238,58,0,0,240,58,0,0,240,58,0,0,242,58,0,0,244,58,0,0,248,58,0,0,250,58,0,0,250,58,0,0,250,58,0,0,252,58,0,0,252,58,0,0,252,58,0,0,0,59,0,0,0,59,0,0,4,59,0,0,4,59,0,0,8,59,0,0,10,59,0,0,14,59,0,0,14,59,0,0,20,59,0,0,20,59,0,0,20,59,0,0,20,59,0,0,20,59,0,0,22,59,0,0,22,59,0,0,28,59,0,0,28,59,0,0,30,59,0,0,30,59,0,0,30,59,0,0,34,59,0,0,34,59,0,0,34,59,0,0,36,59,0,0,36,59,0,0,40,59,0,0,40,59,0,0,46,59,0,0,48,59,0,0,48,59,0,0,50,59,0,0,50,59,0,0,50,59,0,0,50,59,0,0,52,59,0,0,56,59,0,0,56,59,0,0,56,59,0,0,60,59,0,0,62,59,0,0,64,59,0,0,64,59,0,0,64,59,0,0,66,59,0,0,66,59,0,0,68,59,0,0,78,59,0,0,84,59,0,0,84,59,0,0,88,59,0,0,96,59,0,0,102,59,0,0,106,59,0,0,106,59,0,0,106,59,0,0,110,59,0,0,116,59,0,0,124,59,0,0,126,59,0,0,126,59,0,0,128,59,0,0,128,59,0,0,128,59,0,0,132,59,0,0,132,59,0,0,132,59,0,0,136,59,0,0,138,59,0,0,140,59,0,0,140,59,0,0,140,59,0,0,140,59,0,0,140,59,0,0,140,59,0,0,140,59,0,0,142,59,0,0,144,59,0,0,144,59,0,0,144,59,0,0,144,59,0,0,144,59,0,0,148,59,0,0,148,59,0,0,150,59,0,0,152,59,0,0,152,59,0,0,152,59,0,0,156,59,0,0,156,59,0,0,158,59,0,0,158,59,0,0,160,59,0,0,164,59,0,0,164,59,0,0,168,59,0,0,168,59,0,0,172,59,0,0,172,59,0,0,174,59,0,0,174,59,0,0,174,59,0,0,176,59,0,0,180,59,0,0,180,59,0,0,180,59,0,0,180,59,0,0,180,59,0,0,182,59,0,0,184,59,0,0,192,59,0,0,192,59,0,0,200,59,0,0,200,59,0,0,204,59,0,0,204,59,0,0,208,59,0,0,210,59,0,0,210,59,0,0,212,59,0,0,212,59,0,0,218,59,0,0,218,59,0,0,222,59,0,0,222,59,0,0,222,59,0,0,224,59,0,0,224,59,0,0,228,59,0,0,228,59,0,0,228,59,0,0,236,59,0,0,240,59,0,0,242,59,0,0,244,59,0,0,244,59,0,0,252,59,0,0,252,59,0,0,4,60,0,0,8,60,0,0,8,60,0,0,14,60,0,0,22,60,0,0,24,60,0,0,28,60,0,0,32,60,0,0,32,60,0,0,34,60,0,0,34,60,0,0,34,60,0,0,36,60,0,0,46,60,0,0,46,60,0,0,48,60,0,0,50,60,0,0,50,60,0,0,52,60,0,0,52,60,0,0,56,60,0,0,58,60,0,0,58,60,0,0,62,60,0,0,64,60,0,0,64,60,0,0,64,60,0,0,64,60,0,0,66,60,0,0,66,60,0,0,66,60,0,0,66,60,0,0,66,60,0,0,66,60,0,0,68,60,0,0,68,60,0,0,68,60,0,0,70,60,0,0,70,60,0,0,70,60,0,0,70,60,0,0,78,60,0,0,86,60,0,0,86,60,0,0,86,60,0,0,86,60,0,0,90,60,0,0,94,60,0,0,94,60,0,0,96,60,0,0,96,60,0,0,96,60,0,0,98,60,0,0,98,60,0,0,98,60,0,0,98,60,0,0,98,60,0,0,98,60,0,0,104,60,0,0,116,60,0,0,116,60,0,0,124,60,0,0,126,60,0,0,126,60,0,0,126,60,0,0,126,60,0,0,128,60,0,0,130,60,0,0,130,60,0,0,130,60,0,0,130,60,0,0,130,60,0,0,134,60,0,0,134,60,0,0,136,60,0,0,138,60,0,0,146,60,0,0,146,60,0,0,148,60,0,0,150,60,0,0,152,60,0,0,154,60,0,0,156,60,0,0,162,60,0,0,162,60,0,0,166,60,0,0,166,60,0,0,166,60,0,0,168,60,0,0,174,60,0,0,174,60,0,0,174,60,0,0,178,60,0,0,178,60,0,0,178,60,0,0,180,60,0,0,180,60,0,0,186,60,0,0,188,60,0,0,188,60,0,0,190,60,0,0,190,60,0,0,196,60,0,0,196,60,0,0,198,60,0,0,202,60,0,0,202,60,0,0,204,60,0,0,208,60,0,0,212,60,0,0,212,60,0,0,214,60,0,0,214,60,0,0,214,60,0,0,216,60,0,0,216,60,0,0,216,60,0,0,216,60,0,0,222,60,0,0,224,60,0,0,226,60,0,0,226,60,0,0,226,60,0,0,228,60,0,0,228,60,0,0,228,60,0,0,228,60,0,0,236,60,0,0,238,60,0,0,238,60,0,0,238,60,0,0,238,60,0,0,244,60,0,0,244,60,0,0,244,60,0,0,246,60,0,0,246,60,0,0,246,60,0,0,248,60,0,0,248,60,0,0,248,60,0,0,252,60,0,0,252,60,0,0,252,60,0,0,252,60,0,0,252,60,0,0,252,60,0,0,4,61,0,0,4,61,0,0,4,61,0,0,4,61,0,0,4,61,0,0,4,61,0,0,4,61,0,0,6,61,0,0,18,61,0,0,24,61,0,0,28,61,0,0,42,61,0,0,42,61,0,0,46,61,0,0,46,61,0,0,52,61,0,0,52,61,0,0,58,61,0,0,58,61,0,0,58,61,0,0,58,61,0,0,58,61,0,0,62,61,0,0,62,61,0,0,62,61,0,0,62,61,0,0,64,61,0,0,64,61,0,0,64,61,0,0,70,61,0,0,70,61,0,0,74,61,0,0,74,61,0,0,74,61,0,0,82,61,0,0,86,61,0,0,90,61,0,0,96,61,0,0,100,61,0,0,102,61,0,0,102,61,0,0,108,61,0,0,112,61,0,0,114,61,0,0,120,61,0,0,122,61,0,0,128,61,0,0,130,61,0,0,136,61,0,0,136,61,0,0,136,61,0,0,138,61,0,0,138,61,0,0,140,61,0,0,144,61,0,0,154,61,0,0,156,61,0,0,160,61,0,0,162,61,0,0,162,61,0,0,162,61,0,0,168,61,0,0,176,61,0,0,178,61,0,0,180,61,0,0,180,61,0,0,180,61,0,0,180,61,0,0,180,61,0,0,180,61,0,0,184,61,0,0,188,61,0,0,190,61,0,0,196,61,0,0,196,61,0,0,198,61,0,0,198,61,0,0,204,61,0,0,204,61,0,0,204,61,0,0,204,61,0,0,212,61,0,0,214,61,0,0,214,61,0,0,218,61,0,0,218,61,0,0,218,61,0,0,218,61,0,0,218,61,0,0,220,61,0,0,220,61,0,0,220,61,0,0,220,61,0,0,224,61,0,0,228,61,0,0,228,61,0,0,228,61,0,0,228,61,0,0,236,61,0,0,238,61,0,0,238,61,0,0,238,61,0,0,240,61,0,0,242,61,0,0,244,61,0,0,244,61,0,0,250,61,0,0,250,61,0,0,250,61,0,0,250,61,0,0,250,61,0,0,250,61,0,0,254,61,0,0,254,61,0,0,254,61,0,0,254,61,0,0,2,62,0,0,2,62,0,0,2,62,0,0,6,62,0,0,6,62,0,0,6,62,0,0,10,62,0,0,10,62,0,0,12,62,0,0,14,62,0,0,14,62,0,0,14,62,0,0,16,62,0,0,20,62,0,0,22,62,0,0,22,62,0,0,22,62,0,0,28,62,0,0,28,62,0,0,28,62,0,0,28,62,0,0,28,62,0,0,38,62,0,0,38,62,0,0,46,62,0,0,46,62,0,0,46,62,0,0,52,62,0,0,54,62,0,0,54,62,0,0,54,62,0,0,54,62,0,0,54,62,0,0,54,62,0,0,54,62,0,0,54,62,0,0,54,62,0,0,56,62,0,0,56,62,0,0,62,62,0,0,66,62,0,0,70,62,0,0,72,62,0,0,72,62,0,0,74,62,0,0,74,62,0,0,74,62,0,0,78,62,0,0,84,62,0,0,84,62,0,0,88,62,0,0,92,62,0,0,94,62,0,0,96,62,0,0,96,62,0,0,98,62,0,0,100,62,0,0,102,62,0,0,102,62,0,0,102,62,0,0,102,62,0,0,102,62,0,0,102,62,0,0,102,62,0,0,102,62,0,0,102,62,0,0,102,62,0,0,104,62,0,0,104,62,0,0,106,62,0,0,110,62,0,0,114,62,0,0,114,62,0,0,114,62,0,0,120,62,0,0,122,62,0,0,124,62,0,0,128,62,0,0,130,62,0,0,130,62,0,0,130,62,0,0,132,62,0,0,134,62,0,0,134,62,0,0,134,62,0,0,134,62,0,0,134,62,0,0,140,62,0,0,144,62,0,0,150,62,0,0,150,62,0,0,154,62,0,0,154,62,0,0,160,62,0,0,162,62,0,0,162,62,0,0,162,62,0,0,164,62,0,0,166,62,0,0,166,62,0,0,168,62,0,0,168,62,0,0,174,62,0,0,174,62,0,0,174,62,0,0,176,62,0,0,176,62,0,0,176,62,0,0,176,62,0,0,180,62,0,0,180,62,0,0,184,62,0,0,186,62,0,0,192,62,0,0,214,62,0,0,216,62,0,0,220,62,0,0,220,62,0,0,226,62,0,0,226,62,0,0,226,62,0,0,226,62,0,0,226,62,0,0,234,62,0,0,238,62,0,0,240,62,0,0,242,62,0,0,242,62,0,0,244,62,0,0,246,62,0,0,246,62,0,0,248,62,0,0,248,62,0,0,248,62,0,0,252,62,0,0,252,62,0,0,252,62,0,0,0,63,0,0,2,63,0,0,2,63,0,0,10,63,0,0,10,63,0,0,10,63,0,0,12,63,0,0,16,63,0,0,18,63,0,0,18,63,0,0,18,63,0,0,20,63,0,0,30,63,0,0,34,63,0,0,44,63,0,0,48,63,0,0,48,63,0,0,60,63,0,0,64,63,0,0,66,63,0,0,68,63,0,0,68,63,0,0,68,63,0,0,68,63,0,0,70,63,0,0,70,63,0,0,72,63,0,0,72,63,0,0,72,63,0,0,72,63,0,0,72,63,0,0,74,63,0,0,84,63,0,0,84,63,0,0,84,63,0,0,88,63,0,0,90,63,0,0,90,63,0,0,90,63,0,0,92,63,0,0,96,63,0,0,108,63,0,0,112,63,0,0,116,63,0,0,116,63,0,0,116,63,0,0,118,63,0,0,118,63,0,0,120,63,0,0,122,63,0,0,122,63,0,0,124,63,0,0,124,63,0,0,124,63,0,0,128,63,0,0,128,63,0,0,128,63,0,0,128,63,0,0,132,63,0,0,132,63,0,0,132,63,0,0,140,63,0,0,140,63,0,0,142,63,0,0,144,63,0,0,146,63,0,0,148,63,0,0,148,63,0,0,148,63,0,0,148,63,0,0,154,63,0,0,154,63,0,0,154,63,0,0,154,63,0,0,158,63,0,0,160,63,0,0,160,63,0,0,164,63,0,0,164,63,0,0,166,63,0,0,166,63,0,0,166,63,0,0,166,63,0,0,172,63,0,0,172,63,0,0,172,63,0,0,174,63,0,0,178,63,0,0,182,63,0,0,182,63,0,0,184,63,0,0,186,63,0,0,186,63,0,0,186,63,0,0,186,63,0,0,186,63,0,0,190,63,0,0,190,63,0,0,192,63,0,0,192,63,0,0,198,63,0,0,198,63,0,0,198,63,0,0,204,63,0,0,204,63,0,0,206,63,0,0,206,63,0,0,206,63,0,0,206,63,0,0,206,63,0,0,212,63,0,0,222,63,0,0,224,63,0,0,228,63,0,0,228,63,0,0,228,63,0,0,228,63,0,0,228,63,0,0,232,63,0,0,234,63,0,0,234,63,0,0,234,63,0,0,242,63,0,0,246,63,0,0,250,63,0,0,250,63,0,0,0,64,0,0,2,64,0,0,6,64,0,0,6,64,0,0,8,64,0,0,8,64,0,0,12,64,0,0,16,64,0,0,18,64,0,0,18,64,0,0,18,64,0,0,26,64,0,0,26,64,0,0,26,64,0,0,26,64,0,0,26,64,0,0,26,64,0,0,34,64,0,0,34,64,0,0,34,64,0,0,36,64,0,0,40,64,0,0,40,64,0,0,42,64,0,0,44,64,0,0,44,64,0,0,44,64,0,0,44,64,0,0,50,64,0,0,50,64,0,0,52,64,0,0,54,64,0,0,54,64,0,0,56,64,0,0,56,64,0,0,56,64,0,0,62,64,0,0,62,64,0,0,64,64,0,0,64,64,0,0,66,64,0,0,70,64,0,0,70,64,0,0,70,64,0,0,78,64,0,0,82,64,0,0,84,64,0,0,84,64,0,0,84,64,0,0,84,64,0,0,88,64,0,0,88,64,0,0,88,64,0,0,88,64,0,0,88,64,0,0,88,64,0,0,90,64,0,0,92,64,0,0,92,64,0,0,92,64,0,0,92,64,0,0,92,64,0,0,98,64,0,0,98,64,0,0,100,64,0,0,100,64,0,0,100,64,0,0,102,64,0,0,102,64,0,0,104,64,0,0,106,64,0,0,108,64,0,0,116,64,0,0,118,64,0,0,124,64,0,0,130,64,0,0,134,64,0,0,140,64,0,0,144,64,0,0,146,64,0,0,146,64,0,0,146,64,0,0,148,64,0,0,148,64,0,0,154,64,0,0,160,64,0,0,160,64,0,0,164,64,0,0,166,64,0,0,166,64,0,0,166,64,0,0,180,64,0,0,180,64,0,0,180,64,0,0,182,64,0,0,182,64,0,0,182,64,0,0,182,64,0,0,182,64,0,0,188,64,0,0,188,64,0,0,190,64,0,0,200,64,0,0,200,64,0,0,202,64,0,0,202,64,0,0,202,64,0,0,202,64,0,0,202,64,0,0,204,64,0,0,206,64,0,0,212,64,0,0,214,64,0,0,216,64,0,0,216,64,0,0,222,64,0,0,222,64,0,0,228,64,0,0,230,64,0,0,230,64,0,0,230,64,0,0,234,64,0,0,236,64,0,0,238,64,0,0,238,64,0,0,242,64,0,0,242,64,0,0,242,64,0,0,242,64,0,0,246,64,0,0,246,64,0,0,246,64,0,0,246,64,0,0,250,64,0,0,250,64,0,0,252,64,0,0,252,64,0,0,254,64,0,0,254,64,0,0,0,65,0,0,6,65,0,0,10,65,0,0,10,65,0,0,12,65,0,0,14,65,0,0,18,65,0,0,22,65,0,0,22,65,0,0,24,65,0,0,24,65,0,0,26,65,0,0,26,65,0,0,28,65,0,0,28,65,0,0,28,65,0,0,30,65,0,0,34,65,0,0,34,65,0,0,38,65,0,0,38,65,0,0,38,65,0,0,38,65,0,0,44,65,0,0,44,65,0,0,44,65,0,0,44,65,0,0,44,65,0,0,46,65,0,0,46,65,0,0,48,65,0,0,58,65,0,0,64,65,0,0,64,65,0,0,64,65,0,0,64,65,0,0,66,65,0,0,66,65,0,0,66,65,0,0,68,65,0,0,68,65,0,0,68,65,0,0,72,65,0,0,72,65,0,0,72,65,0,0,74,65,0,0,74,65,0,0,78,65,0,0,82,65,0,0,82,65,0,0,84,65,0,0,84,65,0,0,86,65,0,0,86,65,0,0,88,65,0,0,88,65,0,0,88,65,0,0,88,65,0,0,88,65,0,0,88,65,0,0,90,65,0,0,90,65,0,0,90,65,0,0,90,65,0,0,92,65,0,0,92,65,0,0,92,65,0,0,92,65,0,0,94,65,0,0,94,65,0,0,94,65,0,0,98,65,0,0,102,65,0,0,110,65,0,0,114,65,0,0,120,65,0,0,124,65,0,0,124,65,0,0,124,65,0,0,124,65,0,0,126,65,0,0,128,65,0,0,128,65,0,0,130,65,0,0,136,65,0,0,136,65,0,0,138,65,0,0,138,65,0,0,140,65,0,0,144,65,0,0,144,65,0,0,144,65,0,0,144,65,0,0,148,65,0,0,148,65,0,0,148,65,0,0,148,65,0,0,148,65,0,0,150,65,0,0,150,65,0,0,150,65,0,0,152,65,0,0,152,65,0,0,154,65,0,0,154,65,0,0,158,65,0,0,162,65,0,0,170,65,0,0,170,65,0,0,170,65,0,0,172,65,0,0,182,65,0,0,182,65,0,0,186,65,0,0,190,65,0,0,194,65,0,0,198,65,0,0,200,65,0,0,200,65,0,0,202,65,0,0,202,65,0,0,202,65,0,0,202,65,0,0,204,65,0,0,204,65,0,0,204,65,0,0,204,65,0,0,204,65,0,0,204,65,0,0,206,65,0,0,208,65,0,0,208,65,0,0,208,65,0,0,208,65,0,0,208,65,0,0,208,65,0,0,212,65,0,0,214,65,0,0,216,65,0,0,226,65,0,0,228,65,0,0,228,65,0,0,230,65,0,0,230,65,0,0,230,65,0,0,232,65,0,0,236,65,0,0,238,65,0,0,240,65,0,0,246,65,0,0,2,66,0,0,6,66,0,0,14,66,0,0,14,66,0,0,14,66,0,0,14,66,0,0,14,66,0,0,18,66,0,0,18,66,0,0,20,66,0,0,22,66,0,0,24,66,0,0,28,66,0,0,28,66,0,0,30,66,0,0,40,66,0,0,40,66,0,0,46,66,0,0,46,66,0,0,48,66,0,0,56,66,0,0,56,66,0,0,56,66,0,0,60,66,0,0,60,66,0,0,60,66,0,0,62,66,0,0,70,66,0,0,70,66,0,0,70,66,0,0,70,66,0,0,80,66,0,0,80,66,0,0,82,66,0,0,82,66,0,0,84,66,0,0,86,66,0,0,92,66,0,0,98,66,0,0,100,66,0,0,100,66,0,0,104,66,0,0,104,66,0,0,104,66,0,0,106,66,0,0,108,66,0,0,118,66,0,0,118,66,0,0,118,66,0,0,118,66,0,0,118,66,0,0,118,66,0,0,130,66,0,0,132,66,0,0,132,66,0,0,132,66,0,0,134,66,0,0,140,66,0,0,140,66,0,0,140,66,0,0,140,66,0,0,140,66,0,0,140,66,0,0,142,66,0,0,146,66,0,0,152,66,0,0,154,66,0,0,154,66,0,0,158,66,0,0,158,66,0,0,158,66,0,0,158,66,0,0,160,66,0,0,160,66,0,0,164,66,0,0,164,66,0,0,166,66,0,0,168,66,0,0,172,66,0,0,172,66,0,0,172,66,0,0,172,66,0,0,172,66,0,0,172,66,0,0,176,66,0,0,178,66,0,0,178,66,0,0,182,66,0,0,184,66,0,0,184,66,0,0,192,66,0,0,194,66,0,0,194,66,0,0,194,66,0,0,194,66,0,0,194,66,0,0,196,66,0,0,212,66,0,0,212,66,0,0,212,66,0,0,218,66,0,0,222,66,0,0,222,66,0,0,222,66,0,0,222,66,0,0,224,66,0,0,234,66,0,0,234,66,0,0,236,66,0,0,236,66,0,0,236,66,0,0,240,66,0,0,244,66,0,0,250,66,0,0,250,66,0,0,250,66,0,0,250,66,0,0,250,66,0,0,252,66,0,0,254,66,0,0,254,66,0,0,254,66,0,0,254,66,0,0,254,66,0,0,254,66,0,0,254,66,0,0,254,66,0,0,2,67,0,0,2,67,0,0,2,67,0,0,2,67,0,0,2,67,0,0,2,67,0,0,2,67,0,0,2,67,0,0,6,67,0,0,6,67,0,0,6,67,0,0,6,67,0,0,12,67,0,0,14,67,0,0,16,67,0,0,20,67,0,0,20,67,0,0,30,67,0,0,32,67,0,0,38,67,0,0,38,67,0,0,40,67,0,0,46,67,0,0,50,67,0,0,56,67,0,0,56,67,0,0,58,67,0,0,58,67,0,0,58,67,0,0,58,67,0,0,64,67,0,0,64,67,0,0,64,67,0,0,64,67,0,0,64,67,0,0,64,67,0,0,64,67,0,0,70,67,0,0,72,67,0,0,72,67,0,0,74,67,0,0,78,67,0,0,80,67,0,0,80,67,0,0,80,67,0,0,80,67,0,0,82,67,0,0,88,67,0,0,88,67,0,0,88,67,0,0,92,67,0,0,92,67,0,0,92,67,0,0,92,67,0,0,94,67,0,0,94,67,0,0,96,67,0,0,96,67,0,0,100,67,0,0,100,67,0,0,102,67,0,0,102,67,0,0,102,67,0,0,104,67,0,0,106,67,0,0,116,67,0,0,116,67,0,0,120,67,0,0,120,67,0,0,122,67,0,0,122,67,0,0,122,67,0,0,124,67,0,0,124,67,0,0,124,67,0,0,130,67,0,0,144,67,0,0,144,67,0,0,148,67,0,0,148,67,0,0,150,67,0,0,150,67,0,0,150,67,0,0,150,67,0,0,150,67,0,0,152,67,0,0,156,67,0,0,156,67,0,0,156,67,0,0,162,67,0,0,166,67,0,0,166,67,0,0,168,67,0,0,170,67,0,0,174,67,0,0,174,67,0,0,176,67,0,0,176,67,0,0,180,67,0,0,186,67,0,0,188,67,0,0,192,67,0,0,192,67,0,0,192,67,0,0,192,67,0,0,192,67,0,0,202,67,0,0,204,67,0,0,210,67,0,0,210,67,0,0,218,67,0,0,218,67,0,0,220,67,0,0,222,67,0,0,222,67,0,0,222,67,0,0,224,67,0,0,230,67,0,0,232,67,0,0,232,67,0,0,236,67,0,0,236,67,0,0,238,67,0,0,238,67,0,0,242,67,0,0,242,67,0,0,248,67,0,0,248,67,0,0,2,68,0,0,2,68,0,0,4,68,0,0,6,68,0,0,6,68,0,0,8,68,0,0,8,68,0,0,8,68,0,0,8,68,0,0,10,68,0,0,10,68,0,0,14,68,0,0,20,68,0,0,20,68,0,0,26,68,0,0,30,68,0,0,30,68,0,0,34,68,0,0,36,68,0,0,38,68,0,0,42,68,0,0,46,68,0,0,50,68,0,0,50,68,0,0,50,68,0,0,50,68,0,0,54,68,0,0,62,68,0,0,62,68,0,0,62,68,0,0,62,68,0,0,62,68,0,0,64,68,0,0,64,68,0,0,64,68,0,0,66,68,0,0,72,68,0,0,72,68,0,0,72,68,0,0,74,68,0,0,76,68,0,0,76,68,0,0,76,68,0,0,80,68,0,0,80,68,0,0,84,68,0,0,84,68,0,0,88,68,0,0,90,68,0,0,94,68,0,0,94,68,0,0,94,68,0,0,98,68,0,0,98,68,0,0,98,68,0,0,98,68,0,0,98,68,0,0,98,68,0,0,98,68,0,0,98,68,0,0,100,68,0,0,106,68,0,0,112,68,0,0,116,68,0,0,116,68,0,0,120,68,0,0,128,68,0,0,132,68,0,0,132,68,0,0,134,68,0,0,136,68,0,0,138,68,0,0,138,68,0,0,138,68,0,0,138,68,0,0,140,68,0,0,140,68,0,0,140,68,0,0,140,68,0,0,140,68,0,0,142,68,0,0,142,68,0,0,158,68,0,0,158,68,0,0,158,68,0,0,158,68,0,0,160,68,0,0,168,68,0,0,168,68,0,0,168,68,0,0,168,68,0,0,174,68,0,0,174,68,0,0,174,68,0,0,174,68,0,0,182,68,0,0,182,68,0,0,182,68,0,0,188,68,0,0,190,68,0,0,200,68,0,0,200,68,0,0,202,68,0,0,208,68,0,0,208,68,0,0,208,68,0,0,212,68,0,0,212,68,0,0,212,68,0,0,216,68,0,0,218,68,0,0,220,68,0,0,220,68,0,0,220,68,0,0,222,68,0,0,222,68,0,0,222,68,0,0,222,68,0,0,224,68,0,0,224,68,0,0,224,68,0,0,226,68,0,0,226,68,0,0,226,68,0,0,230,68,0,0,232,68,0,0,232,68,0,0,234,68,0,0,234,68,0,0,234,68,0,0,234,68,0,0,234,68,0,0,240,68,0,0,242,68,0,0,244,68,0,0,244,68,0,0,246,68,0,0,246,68,0,0,246,68,0,0,248,68,0,0,248,68,0,0,250,68,0,0,2,69,0,0,4,69,0,0,10,69,0,0,14,69,0,0,18,69,0,0,20,69,0,0,22,69,0,0,34,69,0,0,34,69,0,0,36,69,0,0,44,69,0,0,50,69,0,0,54,69,0,0,54,69,0,0,54,69,0,0,60,69,0,0,62,69,0,0,76,69,0,0,76,69,0,0,76,69,0,0,76,69,0,0,76,69,0,0,80,69,0,0,80,69,0,0,80,69,0,0,80,69,0,0,80,69,0,0,80,69,0,0,80,69,0,0,82,69,0,0,84,69,0,0,90,69,0,0,90,69,0,0,92,69,0,0,98,69,0,0,100,69,0,0,102,69,0,0,104,69,0,0,104,69,0,0,106,69,0,0,112,69,0,0,112,69,0,0,112,69,0,0,114,69,0,0,114,69,0,0,122,69,0,0,122,69,0,0,122,69,0,0,126,69,0,0,126,69,0,0,128,69,0,0,128,69,0,0,130,69,0,0,130,69,0,0,130,69,0,0,130,69,0,0,130,69,0,0,130,69,0,0,134,69,0,0,134,69,0,0,134,69,0,0,138,69,0,0,138,69,0,0,148,69,0,0,148,69,0,0,148,69,0,0,148,69,0,0,148,69,0,0,148,69,0,0,148,69,0,0,148,69,0,0,156,69,0,0,156,69,0,0,166,69,0,0,166,69,0,0,166,69,0,0,166,69,0,0,166,69,0,0,166,69,0,0,166,69,0,0,168,69,0,0,172,69,0,0,172,69,0,0,174,69,0,0,174,69,0,0,178,69,0,0,182,69,0,0,184,69,0,0,192,69,0,0,192,69,0,0,200,69,0,0,200,69,0,0,200,69,0,0,208,69,0,0,208,69,0,0,208,69,0,0,208,69,0,0,210,69,0,0,210,69,0,0,216,69,0,0,222,69,0,0,226,69,0,0,226,69,0,0,226,69,0,0,228,69,0,0,230,69,0,0,230,69,0,0,230,69,0,0,230,69,0,0,230,69,0,0,230,69,0,0,238,69,0,0,242,69,0,0,250,69,0,0,254,69,0,0,6,70,0,0,6,70,0,0,6,70,0,0,6,70,0,0,6,70,0,0,8,70,0,0,8,70,0,0,8,70,0,0,14,70,0,0,16,70,0,0,16,70,0,0,16,70,0,0,18,70,0,0,20,70,0,0,30,70,0,0,30,70,0,0,32,70,0,0,32,70,0,0,40,70,0,0,40,70,0,0,40,70,0,0,40,70,0,0,42,70,0,0,42,70,0,0,46,70,0,0,48,70,0,0,54,70,0,0,56,70,0,0,60,70,0,0,64,70,0,0,64,70,0,0,64,70,0,0,64,70,0,0,64,70,0,0,64,70,0,0,68,70,0,0,70,70,0,0,70,70,0,0,72,70,0,0,72,70,0,0,72,70,0,0,74,70,0,0,74,70,0,0,80,70,0,0,80,70,0,0,82,70,0,0,84,70,0,0,86,70,0,0,88,70,0,0,88,70,0,0,90,70,0,0,90,70,0,0,90,70,0,0,92,70,0,0,94,70,0,0,96,70,0,0,98,70,0,0,102,70,0,0,104,70,0,0,108,70,0,0,110,70,0,0,114,70,0,0,114,70,0,0,124,70,0,0,124,70,0,0,124,70,0,0,124,70,0,0,126,70,0,0,128,70,0,0,132,70,0,0,132,70,0,0,134,70,0,0,146,70,0,0,146,70,0,0,146,70,0,0,162,70,0,0,164,70,0,0,164,70,0,0,166,70,0,0,168,70,0,0,170,70,0,0,176,70,0,0,180,70,0,0,182,70,0,0,184,70,0,0,190,70,0,0,190,70,0,0,190,70,0,0,190,70,0,0,190,70,0,0,196,70,0,0,198,70,0,0,198,70,0,0,198,70,0,0,208,70,0,0,210,70,0,0,214,70,0,0,218,70,0,0,220,70,0,0,220,70,0,0,220,70,0,0,228,70,0,0,230,70,0,0,232,70,0,0,232,70,0,0,234,70,0,0,234,70,0,0,234,70,0,0,236,70,0,0,238,70,0,0,238,70,0,0,238,70,0,0,240,70,0,0,240,70,0,0,240,70,0,0,250,70,0,0,2,71,0,0,2,71,0,0,4,71,0,0,4,71,0,0,16,71,0,0,18,71,0,0,20,71,0,0,22,71,0,0,22,71,0,0,24,71,0,0,24,71,0,0,24,71,0,0,24,71,0,0,24,71,0,0,24,71,0,0,26,71,0,0,26,71,0,0,30,71,0,0,30,71,0,0,30,71,0,0,34,71,0,0,38,71,0,0,38,71,0,0,42,71,0,0,44,71,0,0,46,71,0,0,48,71,0,0,48,71,0,0,54,71,0,0,56,71,0,0,58,71,0,0,60,71,0,0,66,71,0,0,68,71,0,0,68,71,0,0,78,71,0,0,78,71,0,0,82,71,0,0,82,71,0,0,82,71,0,0,88,71,0,0,90,71,0,0,90,71,0,0,92,71,0,0,92,71,0,0,92,71,0,0,94,71,0,0,94,71,0,0,100,71,0,0,102,71,0,0,102,71,0,0,102,71,0,0,102,71,0,0,104,71,0,0,108,71,0,0,108,71,0,0,114,71,0,0,114,71,0,0,114,71,0,0,114,71,0,0,114,71,0,0,114,71,0,0,114,71,0,0,116,71,0,0,118,71,0,0,122,71,0,0,124,71,0,0,124,71,0,0,124,71,0,0,124,71,0,0,130,71,0,0,130,71,0,0,132,71,0,0,132,71,0,0,132,71,0,0,132,71,0,0,134,71,0,0,134,71,0,0,136,71,0,0,136,71,0,0,136,71,0,0,136,71,0,0,136,71,0,0,136,71,0,0,142,71,0,0,142,71,0,0,144,71,0,0,144,71,0,0,144,71,0,0,144,71,0,0,144,71,0,0,144,71,0,0,152,71,0,0,152,71,0,0,152,71,0,0,154,71,0,0,156,71,0,0,158,71,0,0,162,71,0,0,162,71,0,0,164,71,0,0,168,71,0,0,176,71,0,0,176,71,0,0,176,71,0,0,180,71,0,0,182,71,0,0,182,71,0,0,184,71,0,0,184,71,0,0,188,71,0,0,188,71,0,0,188,71,0,0,192,71,0,0,192,71,0,0,194,71,0,0,194,71,0,0,202,71,0,0,202,71,0,0,212,71,0,0,224,71,0,0,224,71,0,0,228,71,0,0,234,71,0,0,236,71,0,0,236,71,0,0,244,71,0,0,244,71,0,0,246,71,0,0,246,71,0,0,248,71,0,0,252,71,0,0,252,71,0,0,252,71,0,0,252,71,0,0,0,72,0,0,0,72,0,0,0,72,0,0,0,72,0,0,6,72,0,0,8,72,0,0,8,72,0,0,12,72,0,0,20,72,0,0,20,72,0,0,20,72,0,0,22,72,0,0,22,72,0,0,22,72,0,0,24,72,0,0,24,72,0,0,24,72,0,0,24,72,0,0,24,72,0,0,26,72,0,0,26,72,0,0,26,72,0,0,30,72,0,0,32,72,0,0,36,72,0,0,36,72,0,0,40,72,0,0,44,72,0,0,54,72,0,0,56,72,0,0,62,72,0,0,66,72,0,0,68,72,0,0,68,72,0,0,68,72,0,0,70,72,0,0,72,72,0,0,72,72,0,0,72,72,0,0,74,72,0,0,74,72,0,0,80,72,0,0,84,72,0,0,84,72,0,0,84,72,0,0,86,72,0,0,86,72,0,0,86,72,0,0,88,72,0,0,88,72,0,0,88,72,0,0,88,72,0,0,90,72,0,0,94,72,0,0,94,72,0,0,94,72,0,0,98,72,0,0,98,72,0,0,98,72,0,0,100,72,0,0,104,72,0,0,104,72,0,0,104,72,0,0,108,72,0,0,110,72,0,0,110,72,0,0,110,72,0,0,110,72,0,0,116,72,0,0,118,72,0,0,120,72,0,0,120,72,0,0,122,72,0,0,122,72,0,0,128,72,0,0,128,72,0,0,128,72,0,0,128,72,0,0,130,72,0,0,134,72,0,0,134,72,0,0,134,72,0,0,136,72,0,0,138,72,0,0,138,72,0,0,142,72,0,0,160,72,0,0,160,72,0,0,160,72,0,0,162,72,0,0,164,72,0,0,170,72,0,0,172,72,0,0,176,72,0,0,184,72,0,0,188,72,0,0,194,72,0,0,194,72,0,0,196,72,0,0,196,72,0,0,196,72,0,0,196,72,0,0,196,72,0,0,198,72,0,0,200,72,0,0,200,72,0,0,200,72,0,0,206,72,0,0,206,72,0,0,208,72,0,0,208,72,0,0,208,72,0,0,210,72,0,0,210,72,0,0,214,72,0,0,214,72,0,0,214,72,0,0,216,72,0,0,216,72,0,0,218,72,0,0,222,72,0,0,222,72,0,0,224,72,0,0,226,72,0,0,226,72,0,0,234,72,0,0,234,72,0,0,236,72,0,0,236,72,0,0,238,72,0,0,242,72,0,0,242,72,0,0,244,72,0,0,250,72,0,0,250,72,0,0,252,72,0,0,252,72,0,0,252,72,0,0,254,72,0,0,254,72,0,0,0,73,0,0,0,73,0,0,0,73,0,0,2,73,0,0,2,73,0,0,2,73,0,0,2,73,0,0,4,73,0,0,4,73,0,0,6,73,0,0,12,73,0,0,12,73,0,0,12,73,0,0,12,73,0,0,18,73,0,0,18,73,0,0,18,73,0,0,20,73,0,0,20,73,0,0,24,73,0,0,24,73,0,0,30,73,0,0,34,73,0,0,34,73,0,0,34,73,0,0,34,73,0,0,34,73,0,0,34,73,0,0,42,73,0,0,44,73,0,0,50,73,0,0,50,73,0,0,52,73,0,0,52,73,0,0,52,73,0,0,52,73,0,0,56,73,0,0,64,73,0,0,66,73,0,0,72,73,0,0,72,73,0,0,72,73,0,0,78,73,0,0,78,73,0,0,78,73,0,0,78,73,0,0,78,73,0,0,78,73,0,0,80,73,0,0,106,73,0,0,106,73,0,0,106,73,0,0,106,73,0,0,108,73,0,0,110,73,0,0,110,73,0,0,116,73,0,0,118,73,0,0,120,73,0,0,120,73,0,0,120,73,0,0,120,73,0,0,120,73,0,0,122,73,0,0,124,73,0,0,124,73,0,0,128,73,0,0,128,73,0,0,130,73,0,0,132,73,0,0,134,73,0,0,134,73,0,0,134,73,0,0,136,73,0,0,138,73,0,0,140,73,0,0,140,73,0,0,140,73,0,0,144,73,0,0,148,73,0,0,152,73,0,0,152,73,0,0,152,73,0,0,152,73,0,0,154,73,0,0,154,73,0,0,156,73,0,0,166,73,0,0,166,73,0,0,166,73,0,0,172,73,0,0,172,73,0,0,172,73,0,0,172,73,0,0,172,73,0,0,172,73,0,0,174,73,0,0,174,73,0,0,178,73,0,0,178,73,0,0,186,73,0,0,186,73,0,0,190,73,0,0,196,73,0,0,196,73,0,0,198,73,0,0,198,73,0,0,200,73,0,0,200,73,0,0,206,73,0,0,208,73,0,0,208,73,0,0,210,73,0,0,212,73,0,0,212,73,0,0,222,73,0,0,226,73,0,0,226,73,0,0,228,73,0,0,228,73,0,0,228,73,0,0,232,73,0,0,232,73,0,0,234,73,0,0,236,73,0,0,240,73,0,0,242,73,0,0,246,73,0,0,248,73,0,0,252,73,0,0,252,73,0,0,252,73,0,0,2,74,0,0,8,74,0,0,8,74,0,0,8,74,0,0,8,74,0,0,8,74,0,0,12,74,0,0,12,74,0,0,12,74,0,0,14,74,0,0,14,74,0,0,14,74,0,0,14,74,0,0,14,74,0,0,14,74,0,0,16,74,0,0,16,74,0,0,16,74,0,0,16,74,0,0,20,74,0,0,20,74,0,0,22,74,0,0,26,74,0,0,26,74,0,0,32,74,0,0,34,74,0,0,38,74,0,0,38,74,0,0,42,74,0,0,42,74,0,0,42,74,0,0,44,74,0,0,44,74,0,0,44,74,0,0,44,74,0,0,46,74,0,0,46,74,0,0,50,74,0,0,50,74,0,0,52,74,0,0,54,74,0,0,58,74,0,0,58,74,0,0,60,74,0,0,60,74,0,0,60,74,0,0,60,74,0,0,60,74,0,0,64,74,0,0,64,74,0,0,64,74,0,0,64,74,0,0,66,74,0,0,70,74,0,0,70,74,0,0,70,74,0,0,82,74,0,0,82,74,0,0,86,74,0,0,88,74,0,0,88,74,0,0,98,74,0,0,98,74,0,0,100,74,0,0,100,74,0,0,100,74,0,0,114,74,0,0,116,74,0,0,116,74,0,0,116,74,0,0,116,74,0,0,116,74,0,0,118,74,0,0,124,74,0,0,128,74,0,0,128,74,0,0,128,74,0,0,138,74,0,0,138,74,0,0,140,74,0,0,140,74,0,0,148,74,0,0,148,74,0,0,150,74,0,0,152,74,0,0,154,74,0,0,158,74,0,0,160,74,0,0,160,74,0,0,160,74,0,0,166,74,0,0,170,74,0,0,184,74,0,0,186,74,0,0,186,74,0,0,186,74,0,0,192,74,0,0,194,74,0,0,194,74,0,0,194,74,0,0,194,74,0,0,198,74,0,0,200,74,0,0,200,74,0,0,202,74,0,0,202,74,0,0,206,74,0,0,212,74,0,0,216,74,0,0,218,74,0,0,218,74,0,0,218,74,0,0,218,74,0,0,222,74,0,0,224,74,0,0,224,74,0,0,224,74,0,0,230,74,0,0,238,74,0,0,240,74,0,0,240,74,0,0,240,74,0,0,242,74,0,0,244,74,0,0,244,74,0,0,246,74,0,0,246,74,0,0,246,74,0,0,250,74,0,0,4,75,0,0,4,75,0,0,4,75,0,0,4,75,0,0,4,75,0,0,6,75,0,0,6,75,0,0,12,75,0,0,12,75,0,0,12,75,0,0,16,75,0,0,16,75,0,0,20,75,0,0,24,75,0,0,26,75,0,0,32,75,0,0,32,75,0,0,32,75,0,0,36,75,0,0,40,75,0,0,40,75,0,0,42,75,0,0,46,75,0,0,50,75,0,0,52,75,0,0,54,75,0,0,56,75,0,0,56,75,0,0,62,75,0,0,66,75,0,0,70,75,0,0,70,75,0,0,70,75,0,0,72,75,0,0,74,75,0,0,80,75,0,0,84,75,0,0,86,75,0,0,86,75,0,0,86,75,0,0,90,75,0,0,98,75,0,0,98,75,0,0,100,75,0,0,106,75,0,0,106,75,0,0,106,75,0,0,106,75,0,0,106,75,0,0,108,75,0,0,112,75,0,0,112,75,0,0,114,75,0,0,114,75,0,0,120,75,0,0,126,75,0,0,130,75,0,0,130,75,0,0,130,75,0,0,130,75,0,0,134,75,0,0,134,75,0,0,134,75,0,0,142,75,0,0,144,75,0,0,146,75,0,0,154,75,0,0,166,75,0,0,172,75,0,0,178,75,0,0,186,75,0,0,188,75,0,0,188,75,0,0,188,75,0,0,188,75,0,0,196,75,0,0,196,75,0,0,198,75,0,0,200,75,0,0,200,75,0,0,200,75,0,0,200,75,0,0,200,75,0,0,200,75,0,0,202,75,0,0,206,75,0,0,206,75,0,0,206,75,0,0,210,75,0,0,210,75,0,0,212,75,0,0,212,75,0,0,212,75,0,0,212,75,0,0,220,75,0,0,224,75,0,0,228,75,0,0,228,75,0,0,232,75,0,0,232,75,0,0,234,75,0,0,240,75,0,0,240,75,0,0,240,75,0,0,240,75,0,0,240,75,0,0,240,75,0,0,242,75,0,0,242,75,0,0,242,75,0,0,244,75,0,0,244,75,0,0,248,75,0,0,250,75,0,0,250,75,0,0,254,75,0,0,0,76,0,0,2,76,0,0,8,76,0,0,12,76,0,0,16,76,0,0,16,76,0,0,18,76,0,0,18,76,0,0,22,76,0,0,22,76,0,0,24,76,0,0,26,76,0,0,26,76,0,0,28,76,0,0,28,76,0,0,28,76,0,0,32,76,0,0,34,76,0,0,34,76,0,0,34,76,0,0,36,76,0,0,36,76,0,0,42,76,0,0,42,76,0,0,42,76,0,0,42,76,0,0,44,76,0,0,46,76,0,0,50,76,0,0,56,76,0,0,56,76,0,0,58,76,0,0,62,76,0,0,62,76,0,0,62,76,0,0,64,76,0,0,68,76,0,0,80,76,0,0,80,76,0,0,80,76,0,0,84,76,0,0,88,76,0,0,88,76,0,0,92,76,0,0,94,76,0,0,100,76,0,0,100,76,0,0,100,76,0,0,102,76,0,0,104,76,0,0,110,76,0,0,110,76,0,0,110,76,0,0,110,76,0,0,110,76,0,0,112,76,0,0,112,76,0,0,112,76,0,0,112,76,0,0,112,76,0,0,136,76,0,0,136,76,0,0,138,76,0,0,140,76,0,0,140,76,0,0,140,76,0,0,140,76,0,0,140,76,0,0,140,76,0,0,140,76,0,0,144,76,0,0,144,76,0,0,144,76,0,0,144,76,0,0,152,76,0,0,152,76,0,0,158,76,0,0,158,76,0,0,162,76,0,0,164,76,0,0,164,76,0,0,164,76,0,0,164,76,0,0,170,76,0,0,170,76,0,0,172,76,0,0,176,76,0,0,176,76,0,0,180,76,0,0,180,76,0,0,180,76,0,0,180,76,0,0,182,76,0,0,182,76,0,0,186,76,0,0,186,76,0,0,186,76,0,0,186,76,0,0,188,76,0,0,188,76,0,0,196,76,0,0,196,76,0,0,198,76,0,0,200,76,0,0,200,76,0,0,206,76,0,0,210,76,0,0,214,76,0,0,214,76,0,0,214,76,0,0,214,76,0,0,214,76,0,0,218,76,0,0,218,76,0,0,218,76,0,0,218,76,0,0,222,76,0,0,222,76,0,0,222,76,0,0,224,76,0,0,224,76,0,0,224,76,0,0,228,76,0,0,228,76,0,0,228,76,0,0,230,76,0,0,234,76,0,0,244,76,0,0,250,76,0,0,250,76,0,0,250,76,0,0,250,76,0,0,250,76,0,0,254,76,0,0,254,76,0,0,254,76,0,0,254,76,0,0,254,76,0,0,2,77,0,0,6,77,0,0,10,77,0,0,10,77,0,0,10,77,0,0,12,77,0,0,14,77,0,0,14,77,0,0,16,77,0,0,16,77,0,0,24,77,0,0,26,77,0,0,26,77,0,0,32,77,0,0,34,77,0,0,34,77,0,0,34,77,0,0,36,77,0,0,36,77,0,0,40,77,0,0,40,77,0,0,40,77,0,0,42,77,0,0,46,77,0,0,46,77,0,0,48,77,0,0,48,77,0,0,56,77,0,0,56,77,0,0,56,77,0,0,64,77,0,0,66,77,0,0,68,77,0,0,70,77,0,0,72,77,0,0,76,77,0,0,76,77,0,0,76,77,0,0,76,77,0,0,82,77,0,0,84,77,0,0,84,77,0,0,86,77,0,0,88,77,0,0,92,77,0,0,92,77,0,0,92,77,0,0,98,77,0,0,100,77,0,0,100,77,0,0,102,77,0,0,108,77,0,0,110,77,0,0,110,77,0,0,116,77,0,0,118,77,0,0,122,77,0,0,130,77,0,0,130,77,0,0,136,77,0,0,136,77,0,0,136,77,0,0,142,77,0,0,142,77,0,0,142,77,0,0,142,77,0,0,142,77,0,0,142,77,0,0,146,77,0,0,148,77,0,0,154,77,0,0,154,77,0,0,154,77,0,0,156,77,0,0,156,77,0,0,156,77,0,0,156,77,0,0,158,77,0,0,158,77,0,0,158,77,0,0,158,77,0,0,158,77,0,0,158,77,0,0,164,77,0,0,166,77,0,0,168,77,0,0,170,77,0,0,174,77,0,0,174,77,0,0,182,77,0,0,184,77,0,0,184,77,0,0,184,77,0,0,190,77,0,0,192,77,0,0,192,77,0,0,196,77,0,0,202,77,0,0,202,77,0,0,202,77,0,0,202,77,0,0,202,77,0,0,204,77,0,0,218,77,0,0,220,77,0,0,222,77,0,0,226,77,0,0,226,77,0,0,226,77,0,0,228,77,0,0,230,77,0,0,230,77,0,0,230,77,0,0,230,77,0,0,234,77,0,0,234,77,0,0,234,77,0,0,234,77,0,0,234,77,0,0,240,77,0,0,242,77,0,0,242,77,0,0,244,77,0,0,246,77,0,0,252,77,0,0,254,77,0,0,254,77,0,0,254,77,0,0,4,78,0,0,10,78,0,0,14,78,0,0,20,78,0,0,20,78,0,0,20,78,0,0,22,78,0,0,22,78,0,0,22,78,0,0,22,78,0,0,22,78,0,0,22,78,0,0,22,78,0,0,22,78,0,0,22,78,0,0,26,78,0,0,28,78,0,0,28,78,0,0,28,78,0,0,28,78,0,0,28,78,0,0,30,78,0,0,30,78,0,0,32,78,0,0,58,78,0,0,58,78,0,0,58,78,0,0,58,78,0,0,66,78,0,0,74,78,0,0,74,78,0,0,74,78,0,0,74,78,0,0,74,78,0,0,76,78,0,0,78,78,0,0,78,78,0,0,80,78,0,0,84,78,0,0,84,78,0,0,84,78,0,0,90,78,0,0,90,78,0,0,90,78,0,0,90,78,0,0,90,78,0,0,104,78,0,0,104,78,0,0,108,78,0,0,108,78,0,0,108,78,0,0,108,78,0,0,108,78,0,0,112,78,0,0,114,78,0,0,114,78,0,0,116,78,0,0,118,78,0,0,120,78,0,0,122,78,0,0,126,78,0,0,134,78,0,0,134,78,0,0,138,78,0,0,140,78,0,0,140,78,0,0,144,78,0,0,158,78,0,0,158,78,0,0,158,78,0,0,158,78,0,0,162,78,0,0,162,78,0,0,168,78,0,0,168,78,0,0,174,78,0,0,174,78,0,0,174,78,0,0,174,78,0,0,174,78,0,0,174,78,0,0,174,78,0,0,174,78,0,0,174,78,0,0,174,78,0,0,174,78,0,0,184,78,0,0,184,78,0,0,184,78,0,0,184,78,0,0,184,78,0,0,186,78,0,0,196,78,0,0,198,78,0,0,198,78,0,0,198,78,0,0,200,78,0,0,202,78,0,0,204,78,0,0,206,78,0,0,206,78,0,0,206,78,0,0,206,78,0,0,208,78,0,0,208,78,0,0,214,78,0,0,214,78,0,0,220,78,0,0,220,78,0,0,224,78,0,0,224,78,0,0,226,78,0,0,228,78,0,0,228,78,0,0,228,78,0,0,230,78,0,0,230,78,0,0,230,78,0,0,234,78,0,0,234,78,0,0,238,78,0,0,238,78,0,0,242,78,0,0,242,78,0,0,242,78,0,0,242,78,0,0,246,78,0,0,246,78,0,0,246,78,0,0,248,78,0,0,250,78,0,0,250,78,0,0,250,78,0,0,250,78,0,0,250,78,0,0,252,78,0,0,4,79,0,0,4,79,0,0,4,79,0,0,16,79,0,0,20,79,0,0,20,79,0,0,20,79,0,0,28,79,0,0,30,79,0,0,42,79,0,0,42,79,0,0,42,79,0,0,42,79,0,0,46,79,0,0,46,79,0,0,46,79,0,0,46,79,0,0,48,79,0,0,48,79,0,0,52,79,0,0,56,79,0,0,58,79,0,0,58,79,0,0,58,79,0,0,58,79,0,0,60,79,0,0,62,79,0,0,66,79,0,0,68,79,0,0,68,79,0,0,70,79,0,0,70,79,0,0,70,79,0,0,70,79,0,0,76,79,0,0,80,79,0,0,80,79,0,0,80,79,0,0,80,79,0,0,86,79,0,0,86,79,0,0,92,79,0,0,98,79,0,0,100,79,0,0,100,79,0,0,100,79,0,0,112,79,0,0,114,79,0,0,120,79,0,0,120,79,0,0,120,79,0,0,120,79,0,0,122,79,0,0,126,79,0,0,126,79,0,0,126,79,0,0,128,79,0,0,128,79,0,0,128,79,0,0,130,79,0,0,138,79,0,0,138,79,0,0,142,79,0,0,144,79,0,0,146,79,0,0,146,79,0,0,154,79,0,0,154,79,0,0,158,79,0,0,166,79,0,0,168,79,0,0,172,79,0,0,172,79,0,0,172,79,0,0,176,79,0,0,176,79,0,0,176,79,0,0,176,79,0,0,176,79,0,0,178,79,0,0,178,79,0,0,178,79,0,0,178,79,0,0,178,79,0,0,190,79,0,0,200,79,0,0,200,79,0,0,202,79,0,0,202,79,0,0,204,79,0,0,204,79,0,0,210,79,0,0,210,79,0,0,210,79,0,0,210,79,0,0,212,79,0,0,214,79,0,0,214,79,0,0,214,79,0,0,214,79,0,0,214,79,0,0,214,79,0,0,214,79,0,0,214,79,0,0,214,79,0,0,214,79,0,0,214,79,0,0,214,79,0,0,216,79,0,0,216,79,0,0,218,79,0,0,218,79,0,0,218,79,0,0,220,79,0,0,224,79,0,0,224,79,0,0,224,79,0,0,224,79,0,0,224,79,0,0,224,79,0,0,226,79,0,0,230,79,0,0,230,79,0,0,234,79,0,0,238,79,0,0,238,79,0,0,238,79,0,0,238,79,0,0,238,79,0,0,242,79,0,0,242,79,0,0,242,79,0,0,246,79,0,0,246,79,0,0,246,79,0,0,252,79,0,0,252,79,0,0,252,79,0,0,254,79,0,0,4,80,0,0,10,80,0,0,18,80,0,0,20,80,0,0,28,80,0,0,30,80,0,0,30,80,0,0,30,80,0,0,38,80,0,0,38,80,0,0,40,80,0,0,40,80,0,0,40,80,0,0,40,80,0,0,40,80,0,0,42,80,0,0,42,80,0,0,46,80,0,0,48,80,0,0,48,80,0,0,52,80,0,0,52,80,0,0,52,80,0,0,52,80,0,0,56,80,0,0,62,80,0,0,70,80,0,0,70,80,0,0,72,80,0,0,72,80,0,0,74,80,0,0,74,80,0,0,74,80,0,0,74,80,0,0,80,80,0,0,80,80,0,0,80,80,0,0,80,80,0,0,80,80,0,0,80,80,0,0,80,80,0,0,80,80,0,0,80,80,0,0,82,80,0,0,82,80,0,0,88,80,0,0,88,80,0,0,92,80,0,0,96,80,0,0,98,80,0,0,98,80,0,0,98,80,0,0,98,80,0,0,98,80,0,0,98,80,0,0,98,80,0,0,98,80,0,0,98,80,0,0,110,80,0,0,112,80,0,0,114,80,0,0,114,80,0,0,114,80,0,0,114,80,0,0,118,80,0,0,120,80,0,0,120,80,0,0,120,80,0,0,120,80,0,0,120,80,0,0,120,80,0,0,120,80,0,0,120,80,0,0,124,80,0,0,126,80,0,0,128,80,0,0,128,80,0,0,128,80,0,0,130,80,0,0,130,80,0,0,134,80,0,0,134,80,0,0,134,80,0,0,134,80,0,0,136,80,0,0,140,80,0,0,140,80,0,0,142,80,0,0,144,80,0,0,152,80,0,0,162,80,0,0,164,80,0,0,164,80,0,0,168,80,0,0,168,80,0,0,180,80,0,0,180,80,0,0,180,80,0,0,180,80,0,0,180,80,0,0,186,80,0,0,186,80,0,0,192,80,0,0,192,80,0,0,192,80,0,0,202,80,0,0,206,80,0,0,206,80,0,0,206,80,0,0,210,80,0,0,214,80,0,0,214,80,0,0,214,80,0,0,230,80,0,0,238,80,0,0,238,80,0,0,246,80,0,0,248,80,0,0,252,80,0,0,252,80,0,0,0,81,0,0,0,81,0,0,8,81,0,0,12,81,0,0,14,81,0,0,16,81,0,0,20,81,0,0,22,81,0,0,24,81,0,0,24,81,0,0,24,81,0,0,28,81,0,0,28,81,0,0,30,81,0,0,30,81,0,0,30,81,0,0,32,81,0,0,36,81,0,0,36,81,0,0,36,81,0,0,36,81,0,0,36,81,0,0,46,81,0,0,48,81,0,0,48,81,0,0,52,81,0,0,58,81,0,0,62,81,0,0,64,81,0,0,64,81,0,0,66,81,0,0,66,81,0,0,70,81,0,0,74,81,0,0,80,81,0,0,80,81,0,0,86,81,0,0,94,81,0,0,98,81,0,0,100,81,0,0,104,81,0,0,108,81,0,0,108,81,0,0,110,81,0,0,114,81,0,0,120,81,0,0,120,81,0,0,124,81,0,0,126,81,0,0,128,81,0,0,128,81,0,0,128,81,0,0,138,81,0,0,138,81,0,0,140,81,0,0,140,81,0,0,140,81,0,0,144,81,0,0,144,81,0,0,144,81,0,0,144,81,0,0,146,81,0,0,146,81,0,0,146,81,0,0,146,81,0,0,150,81,0,0,150,81,0,0,150,81,0,0,152,81,0,0,158,81,0,0,158,81,0,0,162,81,0,0,170,81,0,0,170,81,0,0,170,81,0,0,172,81,0,0,174,81,0,0,178,81,0,0,178,81,0,0,178,81,0,0,180,81,0,0,180,81,0,0,184,81,0,0,184,81,0,0,184,81,0,0,184,81,0,0,186,81,0,0,186,81,0,0,186,81,0,0,190,81,0,0,190,81,0,0,196,81,0,0,196,81,0,0,202,81,0,0,206,81,0,0,206,81,0,0,210,81,0,0,210,81,0,0,210,81,0,0,210,81,0,0,210,81,0,0,210,81,0,0,210,81,0,0,214,81,0,0,214,81,0,0,214,81,0,0,218,81,0,0,224,81,0,0,226,81,0,0,234,81,0,0,238,81,0,0,238,81,0,0,238,81,0,0,238,81,0,0,240,81,0,0,240,81,0,0,240,81,0,0,240,81,0,0,246,81,0,0,252,81,0,0,0,82,0,0,2,82,0,0,2,82,0,0,4,82,0,0,6,82,0,0,6,82,0,0,6,82,0,0,6,82,0,0,12,82,0,0,20,82,0,0,20,82,0,0,20,82,0,0,22,82,0,0,22,82,0,0,22,82,0,0,26,82,0,0,32,82,0,0,32,82,0,0,32,82,0,0,34,82,0,0,42,82,0,0,44,82,0,0,48,82,0,0,54,82,0,0,56,82,0,0,60,82,0,0,60,82,0,0,64,82,0,0,64,82,0,0,64,82,0,0,64,82,0,0,64,82,0,0,64,82,0,0,64,82,0,0,64,82,0,0,68,82,0,0,68,82,0,0,68,82,0,0,82,82,0,0,82,82,0,0,86,82,0,0,90,82,0,0,94,82,0,0,96,82,0,0,96,82,0,0,100,82,0,0,100,82,0,0,104,82,0,0,106,82,0,0,106,82,0,0,106,82,0,0,108,82,0,0,108,82,0,0,114,82,0,0,116,82,0,0,116,82,0,0,116,82,0,0,122,82,0,0,126,82,0,0,126,82,0,0,126,82,0,0,132,82,0,0,134,82,0,0,138,82,0,0,144,82,0,0,146,82,0,0,154,82,0,0,154,82,0,0,154,82,0,0,154,82,0,0,154,82,0,0,154,82,0,0,166,82,0,0,168,82,0,0,170,82,0,0,170,82,0,0,170,82,0,0,172,82,0,0,174,82,0,0,176,82,0,0,176,82,0,0,180,82,0,0,180,82,0,0,182,82,0,0,182,82,0,0,184,82,0,0,184,82,0,0,184,82,0,0,192,82,0,0,196,82,0,0,196,82,0,0,196,82,0,0,198,82,0,0,198,82,0,0,198,82,0,0,198,82,0,0,198,82,0,0,200,82,0,0,200,82,0,0,200,82,0,0,200,82,0,0,200,82,0,0,202,82,0,0,204,82,0,0,204,82,0,0,210,82,0,0,210,82,0,0,212,82,0,0,212,82,0,0,220,82,0,0,220,82,0,0,222,82,0,0,222,82,0,0,222,82,0,0,222,82,0,0,222,82,0,0,226,82,0,0,226,82,0,0,226,82,0,0,226,82,0,0,226,82,0,0,226,82,0,0,232,82,0,0,238,82,0,0,238,82,0,0,238,82,0,0,244,82,0,0,244,82,0,0,244,82,0,0,250,82,0,0,250,82,0,0,250,82,0,0,250,82,0,0,252,82,0,0,252,82,0,0,254,82,0,0,254,82,0,0,254,82,0,0,254,82,0,0,0,83,0,0,0,83,0,0,2,83,0,0,2,83,0,0,2,83,0,0,2,83,0,0,6,83,0,0,14,83,0,0,20,83,0,0,22,83,0,0,22,83,0,0,22,83,0,0,22,83,0,0,22,83,0,0,24,83,0,0,26,83,0,0,30,83,0,0,32,83,0,0,34,83,0,0,34,83,0,0,42,83,0,0,42,83,0,0,42,83,0,0,42,83,0,0,42,83,0,0,42,83,0,0,42,83,0,0,42,83,0,0,42,83,0,0,42,83,0,0,44,83,0,0,50,83,0,0,54,83,0,0,54,83,0,0,56,83,0,0,56,83,0,0,58,83,0,0,62,83,0,0,68,83,0,0,70,83,0,0,70,83,0,0,70,83,0,0,70,83,0,0,72,83,0,0,72,83,0,0,72,83,0,0,72,83,0,0,78,83,0,0,78,83,0,0,80,83,0,0,80,83,0,0,82,83,0,0,82,83,0,0,82,83,0,0,98,83,0,0,98,83,0,0,100,83,0,0,104,83,0,0,108,83,0,0,110,83,0,0,112,83,0,0,114,83,0,0,116,83,0,0,116,83,0,0,126,83,0,0,126,83,0,0,126,83,0,0,128,83,0,0,128,83,0,0,128,83,0,0,128,83,0,0,138,83,0,0,138,83,0,0,138,83,0,0,144,83,0,0,144,83,0,0,146,83,0,0,146,83,0,0,146,83,0,0,152,83,0,0,152,83,0,0,154,83,0,0,156,83,0,0,156,83,0,0,156,83,0,0,158,83,0,0,158,83,0,0,158,83,0,0,158,83,0,0,158,83,0,0,160,83,0,0,162,83,0,0,170,83,0,0,172,83,0,0,174,83,0,0,176,83,0,0,190,83,0,0,190,83,0,0,190,83,0,0,196,83,0,0,200,83,0,0,200,83,0,0,200,83,0,0,206,83,0,0,212,83,0,0,220,83,0,0,220,83,0,0,220,83,0,0,220,83,0,0,226,83,0,0,226,83,0,0,232,83,0,0,232,83,0,0,232,83,0,0,232,83,0,0,240,83,0,0,240,83,0,0,240,83,0,0,240,83,0,0,244,83,0,0,246,83,0,0,246,83,0,0,246,83,0,0,248,83,0,0,250,83,0,0,0,84,0,0,0,84,0,0,2,84,0,0,8,84,0,0,14,84,0,0,18,84,0,0,18,84,0,0,18,84,0,0,20,84,0,0,20,84,0,0,22,84,0,0,24,84,0,0,26,84,0,0,26,84,0,0,34,84,0,0,42,84,0,0,46,84,0,0,46,84,0,0,58,84,0,0,60,84,0,0,60,84,0,0,64,84,0,0,76,84,0,0,76,84,0,0,80,84,0,0,86,84,0,0,86,84,0,0,86,84,0,0,86,84,0,0,86,84,0,0,86,84,0,0,86,84,0,0,86,84,0,0,88,84,0,0,88,84,0,0,90,84,0,0,94,84,0,0,98,84,0,0,98,84,0,0,98,84,0,0,98,84,0,0,98,84,0,0,98,84,0,0,100,84,0,0,108,84,0,0,112,84,0,0,118,84,0,0,118,84,0,0,130,84,0,0,132,84,0,0,134,84,0,0,134,84,0,0,148,84,0,0,156,84,0,0,156,84,0,0,162,84,0,0,162,84,0,0,162,84,0,0,162,84,0,0,162,84,0,0,162,84,0,0,162,84,0,0,166,84,0,0,168,84,0,0,176,84,0,0,176,84,0,0,182,84,0,0,182,84,0,0,186,84,0,0,190,84,0,0,190,84,0,0,192,84,0,0,198,84,0,0,198,84,0,0,202,84,0,0,204,84,0,0,204,84,0,0,206,84,0,0,208,84,0,0,210,84,0,0,210,84,0,0,210,84,0,0,210,84,0,0,212,84,0,0,212,84,0,0,212,84,0,0,212,84,0,0,212,84,0,0,216,84,0,0,216,84,0,0,220,84,0,0,220,84,0,0,222,84,0,0,222,84,0,0,222,84,0,0,222,84,0,0,226,84,0,0,226,84,0,0,228,84,0,0,230,84,0,0,230,84,0,0,234,84,0,0,240,84,0,0,242,84,0,0,246,84,0,0,252,84,0,0,254,84,0,0,254,84,0,0,0,85,0,0,0,85,0,0,0,85,0,0,0,85,0,0,4,85,0,0,6,85,0,0,6,85,0,0,6,85,0,0,6,85,0,0,8,85,0,0,8,85,0,0,14,85,0,0,16,85,0,0,16,85,0,0,18,85,0,0,18,85,0,0,18,85,0,0,18,85,0,0,22,85,0,0,30,85,0,0,32,85,0,0,32,85,0,0,32,85,0,0,32,85,0,0,32,85,0,0,36,85,0,0,36,85,0,0,36,85,0,0,48,85,0,0,50,85,0,0,52,85,0,0,52,85,0,0,56,85,0,0,60,85,0,0,60,85,0,0,70,85,0,0,72,85,0,0,76,85,0,0,78,85,0,0,80,85,0,0,80,85,0,0,80,85,0,0,88,85,0,0,90,85,0,0,92,85,0,0,92,85,0,0,92,85,0,0,92,85,0,0,94,85,0,0,94,85,0,0,96,85,0,0,96,85,0,0,96,85,0,0,104,85,0,0,106,85,0,0,112,85,0,0,112,85,0,0,114,85,0,0,118,85,0,0,118,85,0,0,118,85,0,0,118,85,0,0,118,85,0,0,118,85,0,0,128,85,0,0,128,85,0,0,130,85,0,0,130,85,0,0,130,85,0,0,136,85,0,0,136,85,0,0,136,85,0,0,138,85,0,0,140,85,0,0,140,85,0,0,146,85,0,0,146,85,0,0,150,85,0,0,150,85,0,0,150,85,0,0,150,85,0,0,152,85,0,0,154,85,0,0,156,85,0,0,156,85,0,0,158,85,0,0,162,85,0,0,162,85,0,0,164,85,0,0,164,85,0,0,164,85,0,0,164,85,0,0,168,85,0,0,170,85,0,0,172,85,0,0,172,85,0,0,176,85,0,0,180,85,0,0,184,85,0,0,190,85,0,0,190,85,0,0,192,85,0,0,196,85,0,0,196,85,0,0,198,85,0,0,202,85,0,0,206,85,0,0,208,85,0,0,220,85,0,0,222,85,0,0,222,85,0,0,226,85,0,0,228,85,0,0,228,85,0,0,230,85,0,0,230,85,0,0,230,85,0,0,230,85,0,0,230,85,0,0,232,85,0,0,232,85,0,0,242,85,0,0,242,85,0,0,242,85,0,0,242,85,0,0,242,85,0,0,242,85,0,0,252,85,0,0,2,86,0,0,2,86,0,0,2,86,0,0,6,86,0,0,10,86,0,0,14,86,0,0,22,86,0,0,22,86,0,0,22,86,0,0,24,86,0,0,28,86,0,0,28,86,0,0,28,86,0,0,28,86,0,0,28,86,0,0,28,86,0,0,28,86,0,0,30,86,0,0,30,86,0,0,30,86,0,0,34,86,0,0,34,86,0,0,36,86,0,0,36,86,0,0,36,86,0,0,36,86,0,0,42,86,0,0,42,86,0,0,42,86,0,0,48,86,0,0,48,86,0,0,52,86,0,0,52,86,0,0,52,86,0,0,56,86,0,0,56,86,0,0,60,86,0,0,60,86,0,0,60,86,0,0,60,86,0,0,60,86,0,0,62,86,0,0,62,86,0,0,62,86,0,0,64,86,0,0,72,86,0,0,72,86,0,0,74,86,0,0,74,86,0,0,76,86,0,0,76,86,0,0,76,86,0,0,76,86,0,0,80,86,0,0,86,86,0,0,86,86,0,0,90,86,0,0,98,86,0,0,100,86,0,0,114,86,0,0,114,86,0,0,114,86,0,0,116,86,0,0,118,86,0,0,122,86,0,0,126,86,0,0,126,86,0,0,132,86,0,0,134,86,0,0,134,86,0,0,140,86,0,0,140,86,0,0,140,86,0,0,140,86,0,0,140,86,0,0,140,86,0,0,140,86,0,0,144,86,0,0,144,86,0,0,144,86,0,0,144,86,0,0,144,86,0,0,144,86,0,0,148,86,0,0,148,86,0,0,148,86,0,0,150,86,0,0,150,86,0,0,150,86,0,0,152,86,0,0,158,86,0,0,162,86,0,0,162,86,0,0,164,86,0,0,164,86,0,0,166,86,0,0,172,86,0,0,178,86,0,0,178,86,0,0,180,86,0,0,182,86,0,0,184,86,0,0,184,86,0,0,190,86,0,0,190,86,0,0,196,86,0,0,198,86,0,0,198,86,0,0,198,86,0,0,200,86,0,0,200,86,0,0,200,86,0,0,202,86,0,0,202,86,0,0,202,86,0,0,204,86,0,0,204,86,0,0,204,86,0,0,204,86,0,0,204,86,0,0,204,86,0,0,204,86,0,0,206,86,0,0,208,86,0,0,210,86,0,0,210,86,0,0,210,86,0,0,210,86,0,0,210,86,0,0,210,86,0,0,216,86,0,0,216,86,0,0,216,86,0,0,216,86,0,0,216,86,0,0,216,86,0,0,216,86,0,0,216,86,0,0,216,86,0,0,220,86,0,0,220,86,0,0,222,86,0,0,224,86,0,0,226,86,0,0,226,86,0,0,226,86,0,0,226,86,0,0,226,86,0,0,226,86,0,0,228,86,0,0,230,86,0,0,230,86,0,0,230,86,0,0,230,86,0,0,230,86,0,0,234,86,0,0,236,86,0,0,236,86,0,0,238,86,0,0,238,86,0,0,238,86,0,0,246,86,0,0,0,87,0,0,2,87,0,0,4,87,0,0,4,87,0,0,4,87,0,0,4,87,0,0,4,87,0,0,6,87,0,0,8,87,0,0,10,87,0,0,14,87,0,0,16,87,0,0,16,87,0,0,16,87,0,0,30,87,0,0,30,87,0,0,30,87,0,0,32,87,0,0,34,87,0,0,34,87,0,0,36,87,0,0,38,87,0,0,38,87,0,0,42,87,0,0,46,87,0,0,46,87,0,0,48,87,0,0,48,87,0,0,50,87,0,0,52,87,0,0,54,87,0,0,54,87,0,0,58,87,0,0,58,87,0,0,62,87,0,0,64,87,0,0,64,87,0,0,72,87,0,0,72,87,0,0,72,87,0,0,72,87,0,0,74,87,0,0,74,87,0,0,74,87,0,0,74,87,0,0,80,87,0,0,82,87,0,0,88,87,0,0,88,87,0,0,88,87,0,0,88,87,0,0,88,87,0,0,88,87,0,0,90,87,0,0,90,87,0,0,94,87,0,0,94,87,0,0,98,87,0,0,98,87,0,0,102,87,0,0,106,87,0,0,108,87,0,0,108,87,0,0,112,87,0,0,112,87,0,0,116,87,0,0,118,87,0,0,118,87,0,0,118,87,0,0,120,87,0,0,126,87,0,0,128,87,0,0,130,87,0,0,140,87,0,0,142,87,0,0,150,87,0,0,152,87,0,0,152,87,0,0,158,87,0,0,158,87,0,0,158,87,0,0,160,87,0,0,160,87,0,0,160,87,0,0,162,87,0,0,162,87,0,0,164,87,0,0,166,87,0,0,168,87,0,0,168,87,0,0,168,87,0,0,168,87,0,0,168,87,0,0,170,87,0,0,170,87,0,0,170,87,0,0,170,87,0,0,170,87,0,0,170,87,0,0,172,87,0,0,172,87,0,0,174,87,0,0,178,87,0,0,178,87,0,0,180,87,0,0,182,87,0,0,182,87,0,0,184,87,0,0,198,87,0,0,198,87,0,0,198,87,0,0,206,87,0,0,208,87,0,0,212,87,0,0,214,87,0,0,216,87,0,0,220,87,0,0,220,87,0,0,222,87,0,0,228,87,0,0,228,87,0,0,228,87,0,0,230,87,0,0,230,87,0,0,234,87,0,0,236,87,0,0,236,87,0,0,236,87,0,0,242,87,0,0,242,87,0,0,242,87,0,0,242,87,0,0,242,87,0,0,242,87,0,0,246,87,0,0,248,87,0,0,250,87,0,0,2,88,0,0,4,88,0,0,10,88,0,0,14,88,0,0,14,88,0,0,14,88,0,0,14,88,0,0,14,88,0,0,16,88,0,0,20,88,0,0,20,88,0,0,22,88,0,0,22,88,0,0,22,88,0,0,22,88,0,0,24,88,0,0,26,88,0,0,26,88,0,0,26,88,0,0,26,88,0,0,28,88,0,0,34,88,0,0,44,88,0,0,52,88,0,0,54,88,0,0,58,88,0,0,60,88,0,0,62,88,0,0,74,88,0,0,78,88,0,0,82,88,0,0,88,88,0,0,88,88,0,0,92,88,0,0,94,88,0,0,94,88,0,0,94,88,0,0,94,88,0,0,96,88,0,0,100,88,0,0,106,88,0,0,112,88,0,0,114,88,0,0,114,88,0,0,114,88,0,0,118,88,0,0,118,88,0,0,120,88,0,0,128,88,0,0,130,88,0,0,136,88,0,0,136,88,0,0,136,88,0,0,136,88,0,0,136,88,0,0,140,88,0,0,140,88,0,0,140,88,0,0,140,88,0,0,146,88,0,0,154,88,0,0,154,88,0,0,160,88,0,0,160,88,0,0,160,88,0,0,164,88,0,0,164,88,0,0,178,88,0,0,180,88,0,0,190,88,0,0,190,88,0,0,190,88,0,0,192,88,0,0,194,88,0,0,194,88,0,0,194,88,0,0,198,88,0,0,202,88,0,0,202,88,0,0,202,88,0,0,202,88,0,0,210,88,0,0,212,88,0,0,214,88,0,0,214,88,0,0,216,88,0,0,218,88,0,0,224,88,0,0,234,88,0,0,238,88,0,0,240,88,0,0,242,88,0,0,242,88,0,0,244,88,0,0,246,88,0,0,248,88,0,0,250,88,0,0,0,89,0,0,4,89,0,0,6,89,0,0,6,89,0,0,8,89,0,0,14,89,0,0,16,89,0,0,18,89,0,0,20,89,0,0,20,89,0,0,22,89,0,0,24,89,0,0,24,89,0,0,24,89,0,0,24,89,0,0,24,89,0,0,28,89,0,0,28,89,0,0,34,89,0,0,34,89,0,0,36,89,0,0,36,89,0,0,36,89,0,0,38,89,0,0,40,89,0,0,44,89,0,0,44,89,0,0,44,89,0,0,46,89,0,0,46,89,0,0,46,89,0,0,54,89,0,0,54,89,0,0,54,89,0,0,54,89,0,0,54,89,0,0,58,89,0,0,58,89,0,0,58,89,0,0,58,89,0,0,58,89,0,0,58,89,0,0,64,89,0,0,68,89,0,0,72,89,0,0,72,89,0,0,72,89,0,0,72,89,0,0,72,89,0,0,78,89,0,0,80,89,0,0,82,89,0,0,82,89,0,0,86,89,0,0,88,89,0,0,92,89,0,0,94,89,0,0,96,89,0,0,100,89,0,0,102,89,0,0,102,89,0,0,108,89,0,0,108,89,0,0,108,89,0,0,110,89,0,0,110,89,0,0,114,89,0,0,116,89,0,0,116,89,0,0,120,89,0,0,126,89,0,0,128,89,0,0,128,89,0,0,128,89,0,0,132,89,0,0,136,89,0,0,136,89,0,0,138,89,0,0,140,89,0,0,142,89,0,0,142,89,0,0,152,89,0,0,152,89,0,0,156,89,0,0,156,89,0,0,156,89,0,0,158,89,0,0,158,89,0,0,158,89,0,0,158,89,0,0,158,89,0,0,158,89,0,0,160,89,0,0,160,89,0,0,160,89,0,0,160,89,0,0,160,89,0,0,160,89,0,0,160,89,0,0,160,89,0,0,162,89,0,0,164,89,0,0,164,89,0,0,166,89,0,0,172,89,0,0,172,89,0,0,172,89,0,0,174,89,0,0,180,89,0,0,184,89,0,0,184,89,0,0,184,89,0,0,186,89,0,0,188,89,0,0,192,89,0,0,198,89,0,0,198,89,0,0,202,89,0,0,202,89,0,0,202,89,0,0,202,89,0,0,202,89,0,0,202,89,0,0,208,89,0,0,212,89,0,0,212,89,0,0,218,89,0,0,218,89,0,0,218,89,0,0,218,89,0,0,218,89,0,0,218,89,0,0,218,89,0,0,218,89,0,0,220,89,0,0,224,89,0,0,224,89,0,0,230,89,0,0,232,89,0,0,234,89,0,0,236,89,0,0,236,89,0,0,236,89,0,0,242,89,0,0,248,89,0,0,248,89,0,0,248,89,0,0,248,89,0,0,248,89,0,0,250,89,0,0,250,89,0,0,250,89,0,0,252,89,0,0,252,89,0,0,4,90,0,0,4,90,0,0,4,90,0,0,4,90,0,0,4,90,0,0,4,90,0,0,6,90,0,0,6,90,0,0,6,90,0,0,6,90,0,0,6,90,0,0,8,90,0,0,16,90,0,0,16,90,0,0,16,90,0,0,20,90,0,0,22,90,0,0,22,90,0,0,22,90,0,0,22,90,0,0,26,90,0,0,26,90,0,0,26,90,0,0,34,90,0,0,38,90,0,0,40,90,0,0,42,90,0,0,52,90,0,0,52,90,0,0,52,90,0,0,54,90,0,0,54,90,0,0,54,90,0,0,54,90,0,0,54,90,0,0,54,90,0,0,54,90,0,0,54,90,0,0,54,90,0,0,54,90,0,0,54,90,0,0,54,90,0,0,58,90,0,0,58,90,0,0,66,90,0,0,68,90,0,0,70,90,0,0,70,90,0,0,70,90,0,0,72,90,0,0,72,90,0,0,80,90,0,0,82,90,0,0,90,90,0,0,90,90,0,0,94,90,0,0,94,90,0,0,94,90,0,0,98,90,0,0,106,90,0,0,116,90,0,0,118,90,0,0,118,90,0,0,124,90,0,0,126,90,0,0,126,90,0,0,130,90,0,0,130,90,0,0,132,90,0,0,132,90,0,0,132,90,0,0,132,90,0,0,134,90,0,0,140,90,0,0,140,90,0,0,140,90,0,0,144,90,0,0,148,90,0,0,148,90,0,0,148,90,0,0,148,90,0,0,148,90,0,0,148,90,0,0,148,90,0,0,148,90,0,0,150,90,0,0,164,90,0,0,164,90,0,0,164,90,0,0,168,90,0,0,168,90,0,0,168,90,0,0,176,90,0,0,176,90,0,0,176,90,0,0,176,90,0,0,176,90,0,0,186,90,0,0,186,90,0,0,186,90,0,0,186,90,0,0,186,90,0,0,188,90,0,0,192,90,0,0,192,90,0,0,194,90,0,0,194,90,0,0,194,90,0,0,200,90,0,0,204,90,0,0,204,90,0,0,208,90,0,0,208,90,0,0,210,90,0,0,210,90,0,0,212,90,0,0,212,90,0,0,214,90,0,0,214,90,0,0,214,90,0,0,214,90,0,0,214,90,0,0,214,90,0,0,222,90,0,0,222,90,0,0,222,90,0,0,222,90,0,0,222,90,0,0,224,90,0,0,226,90,0,0,228,90,0,0,232,90,0,0,232,90,0,0,232,90,0,0,234,90,0,0,240,90,0,0,240,90,0,0,240,90,0,0,242,90,0,0,242,90,0,0,244,90,0,0,244,90,0,0,244,90,0,0,244,90,0,0,244,90,0,0,246,90,0,0,254,90,0,0,0,91,0,0,0,91,0,0,6,91,0,0,8,91,0,0,8,91,0,0,8,91,0,0,8,91,0,0,10,91,0,0,10,91,0,0,10,91,0,0,10,91,0,0,10,91,0,0,18,91,0,0,20,91,0,0,20,91,0,0,20,91,0,0,26,91,0,0,38,91,0,0,38,91,0,0,42,91,0,0,46,91,0,0,58,91,0,0,58,91,0,0,60,91,0,0,60,91,0,0,62,91,0,0,68,91,0,0,70,91,0,0,70,91,0,0,70,91,0,0,72,91,0,0,74,91,0,0,78,91,0,0,80,91,0,0,82,91,0,0,82,91,0,0,82,91,0,0,86,91,0,0,86,91,0,0,90,91,0,0,90,91,0,0,90,91,0,0,92,91,0,0,94,91,0,0,100,91,0,0,102,91,0,0,104,91,0,0,104,91,0,0,104,91,0,0,104,91,0,0,114,91,0,0,120,91,0,0,122,91,0,0,122,91,0,0,124,91,0,0,124,91,0,0,126,91,0,0,126,91,0,0,126,91,0,0,126,91,0,0,126,91,0,0,126,91,0,0,126,91,0,0,128,91,0,0,134,91,0,0,134,91,0,0,134,91,0,0,136,91,0,0,138,91,0,0,140,91,0,0,146,91,0,0,148,91,0,0,148,91,0,0,148,91,0,0,152,91,0,0,152,91,0,0,154,91,0,0,154,91,0,0,154,91,0,0,154,91,0,0,154,91,0,0,154,91,0,0,154,91,0,0,154,91,0,0,154,91,0,0,154,91,0,0,154,91,0,0,156,91,0,0,156,91,0,0,156,91,0,0,158,91,0,0,158,91,0,0,158,91,0,0,158,91,0,0,160,91,0,0,164,91,0,0,166,91,0,0,166,91,0,0,168,91,0,0,170,91,0,0,170,91,0,0,170,91,0,0,170,91,0,0,172,91,0,0,172,91,0,0,172,91,0,0,174,91,0,0,174,91,0,0,178,91,0,0,178,91,0,0,178,91,0,0,178,91,0,0,178,91,0,0,182,91,0,0,194,91,0,0,194,91,0,0,210,91,0,0,210,91,0,0,210,91,0,0,212,91,0,0,212,91,0,0,212,91,0,0,212,91,0,0,212,91,0,0,212,91,0,0,222,91,0,0,222,91,0,0,222,91,0,0,222,91,0,0,224,91,0,0,224,91,0,0,226,91,0,0,228,91,0,0,230,91,0,0,236,91,0,0,236,91,0,0,242,91,0,0,242,91,0,0,246,91,0,0,250,91,0,0,252,91,0,0,252,91,0,0,252,91,0,0,252,91,0,0,252,91,0,0,252,91,0,0,252,91,0,0,252,91,0,0,4,92,0,0,4,92,0,0,4,92,0,0,4,92,0,0,8,92,0,0,8,92,0,0,8,92,0,0,12,92,0,0,14,92,0,0,16,92,0,0,20,92,0,0,20,92,0,0,26,92,0,0,32,92,0,0,32,92,0,0,36,92,0,0,36,92,0,0,36,92,0,0,36,92,0,0,36,92,0,0,36,92,0,0,36,92,0,0,36,92,0,0,36,92,0,0,38,92,0,0,38,92,0,0,42,92,0,0,46,92,0,0,46,92,0,0,46,92,0,0,50,92,0,0,50,92,0,0,52,92,0,0,52,92,0,0,52,92,0,0,52,92,0,0,52,92,0,0,52,92,0,0,52,92,0,0,52,92,0,0,52,92,0,0,58,92,0,0,58,92,0,0,60,92,0,0,60,92,0,0,62,92,0,0,62,92,0,0,64,92,0,0,74,92,0,0,76,92,0,0,78,92,0,0,80,92,0,0,82,92,0,0,82,92,0,0,84,92,0,0,88,92,0,0,100,92,0,0,100,92,0,0,100,92,0,0,100,92,0,0,102,92,0,0,104,92,0,0,104,92,0,0,106,92,0,0,110,92,0,0,112,92,0,0,112,92,0,0,112,92,0,0,112,92,0,0,112,92,0,0,112,92,0,0,114,92,0,0,114,92,0,0,114,92,0,0,114,92,0,0,114,92,0,0,116,92,0,0,116,92,0,0,118,92,0,0,118,92,0,0,120,92,0,0,120,92,0,0,120,92,0,0,126,92,0,0,126,92,0,0,126,92,0,0,128,92,0,0,128,92,0,0,132,92,0,0,132,92,0,0,132,92,0,0,136,92,0,0,138,92,0,0,138,92,0,0,140,92,0,0,144,92,0,0,146,92,0,0,148,92,0,0,148,92,0,0,148,92,0,0,150,92,0,0,150,92,0,0,150,92,0,0,150,92,0,0,150,92,0,0,160,92,0,0,160,92,0,0,166,92,0,0,166,92,0,0,172,92,0,0,178,92,0,0,186,92,0,0,188,92,0,0,188,92,0,0,190,92,0,0,190,92,0,0,190,92,0,0,190,92,0,0,190,92,0,0,190,92,0,0,190,92,0,0,190,92,0,0,194,92,0,0,196,92,0,0,198,92,0,0,204,92,0,0,204,92,0,0,204,92,0,0,204,92,0,0,206,92,0,0,208,92,0,0,208,92,0,0,208,92,0,0,208,92,0,0,208,92,0,0,212,92,0,0,216,92,0,0,218,92,0,0,220,92,0,0,228,92,0,0,228,92,0,0,230,92,0,0,230,92,0,0,230,92,0,0,232,92,0,0,232,92,0,0,232,92,0,0,236,92,0,0,236,92,0,0,242,92,0,0,242,92,0,0,248,92,0,0,252,92,0,0,254,92,0,0,254,92,0,0,254,92,0,0,0,93,0,0,0,93,0,0,0,93,0,0,2,93,0,0,2,93,0,0,2,93,0,0,2,93,0,0,2,93,0,0,2,93,0,0,2,93,0,0,8,93,0,0,8,93,0,0,8,93,0,0,8,93,0,0,12,93,0,0,14,93,0,0,14,93,0,0,14,93,0,0,14,93,0,0,14,93,0,0,16,93,0,0,16,93,0,0,16,93,0,0,16,93,0,0,18,93,0,0,18,93,0,0,20,93,0,0,22,93,0,0,28,93,0,0,28,93,0,0,32,93,0,0,34,93,0,0,34,93,0,0,34,93,0,0,40,93,0,0,40,93,0,0,40,93,0,0,40,93,0,0,42,93,0,0,42,93,0,0,50,93,0,0,52,93,0,0,52,93,0,0,52,93,0,0,58,93,0,0,62,93,0,0,62,93,0,0,64,93,0,0,66,93,0,0,68,93,0,0,68,93,0,0,68,93,0,0,68,93,0,0,68,93,0,0,72,93,0,0,72,93,0,0,72,93,0,0,72,93,0,0,72,93,0,0,72,93,0,0,74,93,0,0,82,93,0,0,82,93,0,0,88,93,0,0,88,93,0,0,88,93,0,0,88,93,0,0,88,93,0,0,88,93,0,0,98,93,0,0,98,93,0,0,98,93,0,0,104,93,0,0,104,93,0,0,106,93,0,0,106,93,0,0,106,93,0,0,106,93,0,0,106,93,0,0,106,93,0,0,106,93,0,0,112,93,0,0,112,93,0,0,112,93,0,0,116,93,0,0,116,93,0,0,120,93,0,0,120,93,0,0,124,93,0,0,134,93,0,0,134,93,0,0,138,93,0,0,138,93,0,0,140,93,0,0,142,93,0,0,146,93,0,0,148,93,0,0,148,93,0,0,148,93,0,0,152,93,0,0,154,93,0,0,156,93,0,0,158,93,0,0,166,93,0,0,170,93,0,0,170,93,0,0,170,93,0,0,170,93,0,0,170,93,0,0,170,93,0,0,174,93,0,0,174,93,0,0,176,93,0,0,176,93,0,0,180,93,0,0,180,93,0,0,184,93,0,0,186,93,0,0,186,93,0,0,192,93,0,0,202,93,0,0,202,93,0,0,202,93,0,0,206,93,0,0,210,93,0,0,210,93,0,0,212,93,0,0,218,93,0,0,220,93,0,0,224,93,0,0,230,93,0,0,230,93,0,0,230,93,0,0,232,93,0,0,242,93,0,0,248,93,0,0,250,93,0,0,254,93,0,0,254,93,0,0,254,93,0,0,0,94,0,0,4,94,0,0,4,94,0,0,4,94,0,0,4,94,0,0,6,94,0,0,6,94,0,0,6,94,0,0,12,94,0,0,14,94,0,0,20,94,0,0,20,94,0,0,24,94,0,0,24,94,0,0,24,94,0,0,26,94,0,0,32,94,0,0,44,94,0,0,52,94,0,0,52,94,0,0,56,94,0,0,56,94,0,0,60,94,0,0,64,94,0,0,70,94,0,0,70,94,0,0,70,94,0,0,72,94,0,0,76,94,0,0,76,94,0,0,78,94,0,0,84,94,0,0,86,94,0,0,92,94,0,0,92,94,0,0,92,94,0,0,94,94,0,0,98,94,0,0,98,94,0,0,98,94,0,0,98,94,0,0,100,94,0,0,100,94,0,0,108,94,0,0,110,94,0,0,112,94,0,0,122,94,0,0,122,94,0,0,122,94,0,0,122,94,0,0,122,94,0,0,122,94,0,0,124,94,0,0,124,94,0,0,124,94,0,0,124,94,0,0,126,94,0,0,126,94,0,0,128,94,0,0,128,94,0,0,130,94,0,0,138,94,0,0,138,94,0,0,138,94,0,0,138,94,0,0,140,94,0,0,140,94,0,0,140,94,0,0,140,94,0,0,140,94,0,0,140,94,0,0,142,94,0,0,142,94,0,0,144,94,0,0,144,94,0,0,144,94,0,0,144,94,0,0,144,94,0,0,146,94,0,0,150,94,0,0,150,94,0,0,150,94,0,0,150,94,0,0,150,94,0,0,150,94,0,0,158,94,0,0,158,94,0,0,158,94,0,0,160,94,0,0,160,94,0,0,166,94,0,0,166,94,0,0,168,94,0,0,170,94,0,0,172,94,0,0,172,94,0,0,172,94,0,0,184,94,0,0,186,94,0,0,188,94,0,0,188,94,0,0,190,94,0,0,190,94,0,0,190,94,0,0,190,94,0,0,198,94,0,0,206,94,0,0,208,94,0,0,212,94,0,0,212,94,0,0,214,94,0,0,214,94,0,0,214,94,0,0,220,94,0,0,226,94,0,0,232,94,0,0,234,94,0,0,238,94,0,0,242,94,0,0,244,94,0,0,244,94,0,0,0,95,0,0,6,95,0,0,10,95,0,0,12,95,0,0,22,95,0,0,22,95,0,0,22,95,0,0,22,95,0,0,26,95,0,0,28,95,0,0,30,95,0,0,30,95,0,0,30,95,0,0,32,95,0,0,32,95,0,0,32,95,0,0,32,95,0,0,36,95,0,0,38,95,0,0,46,95,0,0,48,95,0,0,48,95,0,0,52,95,0,0,54,95,0,0,54,95,0,0,56,95,0,0,56,95,0,0,58,95,0,0,60,95,0,0,68,95,0,0,68,95,0,0,72,95,0,0,72,95,0,0,72,95,0,0,76,95,0,0,76,95,0,0,76,95,0,0,78,95,0,0,78,95,0,0,80,95,0,0,82,95,0,0,88,95,0,0,88,95,0,0,92,95,0,0,104,95,0,0,114,95,0,0,116,95,0,0,116,95,0,0,120,95,0,0,124,95,0,0,124,95,0,0,124,95,0,0,128,95,0,0,128,95,0,0,130,95,0,0,132,95,0,0,134,95,0,0,134,95,0,0,136,95,0,0,136,95,0,0,136,95,0,0,140,95,0,0,142,95,0,0,142,95,0,0,142,95,0,0,148,95,0,0,150,95,0,0,150,95,0,0,150,95,0,0,150,95,0,0,152,95,0,0,158,95,0,0,164,95,0,0,164,95,0,0,174,95,0,0,174,95,0,0,174,95,0,0,174,95,0,0,184,95,0,0,194,95,0,0,196,95,0,0,204,95,0,0,204,95,0,0,210,95,0,0,210,95,0,0,210,95,0,0,212,95,0,0,212,95,0,0,214,95,0,0,214,95,0,0,218,95,0,0,218,95,0,0,222,95,0,0,226,95,0,0,228,95,0,0,238,95,0,0,240,95,0,0,242,95,0,0,244,95,0,0,248,95,0,0,248,95,0,0,248,95,0,0,248,95,0,0,248,95,0,0,248,95,0,0,250,95,0,0,250,95,0,0,250,95,0,0,250,95,0,0,254,95,0,0,254,95,0,0,2,96,0,0,2,96,0,0,2,96,0,0,4,96,0,0,4,96,0,0,4,96,0,0,12,96,0,0,14,96,0,0,14,96,0,0,28,96,0,0,36,96,0,0,44,96,0,0,46,96,0,0,50,96,0,0,52,96,0,0,52,96,0,0,54,96,0,0,54,96,0,0,54,96,0,0,54,96,0,0,56,96,0,0,58,96,0,0,62,96,0,0,62,96,0,0,64,96,0,0,72,96,0,0,72,96,0,0,72,96,0,0,78,96,0,0,84,96,0,0,86,96,0,0,88,96,0,0,88,96,0,0,92,96,0,0,92,96,0,0,102,96,0,0,102,96,0,0,102,96,0,0,102,96,0,0,104,96,0,0,106,96,0,0,106,96,0,0,106,96,0,0,112,96,0,0,112,96,0,0,116,96,0,0,118,96,0,0,122,96,0,0,132,96,0,0,132,96,0,0,136,96,0,0,136,96,0,0,138,96,0,0,138,96,0,0,138,96,0,0,138,96,0,0,146,96,0,0,146,96,0,0,146,96,0,0,154,96,0,0,154,96,0,0,154,96,0,0,154,96,0,0,154,96,0,0,154,96,0,0,156,96,0,0,158,96,0,0,158,96,0,0,160,96,0,0,168,96,0,0,174,96,0,0,174,96,0,0,178,96,0,0,182,96,0,0,184,96,0,0,184,96,0,0,186,96,0,0,188,96,0,0,190,96,0,0,190,96,0,0,190,96,0,0,192,96,0,0,194,96,0,0,198,96,0,0,206,96,0,0,206,96,0,0,206,96,0,0,208,96,0,0,208,96,0,0,210,96,0,0,214,96,0,0,214,96,0,0,216,96,0,0,218,96,0,0,218,96,0,0,218,96,0,0,224,96,0,0,224,96,0,0,232,96,0,0,232,96,0,0,232,96,0,0,236,96,0,0,240,96,0,0,240,96,0,0,242,96,0,0,242,96,0,0,244,96,0,0,244,96,0,0,246,96,0,0,246,96,0,0,248,96,0,0,248,96,0,0,250,96,0,0,0,97,0,0,2,97,0,0,2,97,0,0,6,97,0,0,6,97,0,0,6,97,0,0,6,97,0,0,14,97,0,0,18,97,0,0,18,97,0,0,20,97,0,0,22,97,0,0,30,97,0,0,32,97,0,0,34,97,0,0,34,97,0,0,36,97,0,0,36,97,0,0,36,97,0,0,40,97,0,0,42,97,0,0,44,97,0,0,48,97,0,0,48,97,0,0,48,97,0,0,54,97,0,0,54,97,0,0,54,97,0,0,54,97,0,0,54,97,0,0,54,97,0,0,56,97,0,0,56,97,0,0,56,97,0,0,56,97,0,0,58,97,0,0,60,97,0,0,68,97,0,0,68,97,0,0,74,97,0,0,74,97,0,0,78,97,0,0,78,97,0,0,80,97,0,0,80,97,0,0,84,97,0,0,84,97,0,0,84,97,0,0,88,97,0,0,88,97,0,0,88,97,0,0,88,97,0,0,90,97,0,0,94,97,0,0,98,97,0,0,98,97,0,0,104,97,0,0,106,97,0,0,110,97,0,0,110,97,0,0,112,97,0,0,120,97,0,0,120,97,0,0,126,97,0,0,128,97,0,0,132,97,0,0,132,97,0,0,134,97,0,0,136,97,0,0,138,97,0,0,140,97,0,0,140,97,0,0,144,97,0,0,144,97,0,0,152,97,0,0,154,97,0,0,156,97,0,0,156,97,0,0,156,97,0,0,156,97,0,0,158,97,0,0,158,97,0,0,158,97,0,0,166,97,0,0,168,97,0,0,168,97,0,0,172,97,0,0,172,97,0,0,172,97,0,0,172,97,0,0,172,97,0,0,172,97,0,0,178,97,0,0,178,97,0,0,178,97,0,0,182,97,0,0,182,97,0,0,182,97,0,0,182,97,0,0,188,97,0,0,188,97,0,0,188,97,0,0,188,97,0,0,188,97,0,0,188,97,0,0,192,97,0,0,196,97,0,0,198,97,0,0,198,97,0,0,202,97,0,0,208,97,0,0,208,97,0,0,208,97,0,0,214,97,0,0,214,97,0,0,214,97,0,0,220,97,0,0,232,97,0,0,232,97,0,0,232,97,0,0,232,97,0,0,232,97,0,0,232,97,0,0,232,97,0,0,232,97,0,0,232,97,0,0,232,97,0,0,232,97,0,0,240,97,0,0,240,97,0,0,250,97,0,0,252,97,0,0,252,97,0,0,252,97,0,0,252,97,0,0,252,97,0,0,254,97,0,0,6,98,0,0,8,98,0,0,8,98,0,0,8,98,0,0,12,98,0,0,16,98,0,0,16,98,0,0,18,98,0,0,18,98,0,0,18,98,0,0,18,98,0,0,18,98,0,0,18,98,0,0,26,98,0,0,26,98,0,0,26,98,0,0,32,98,0,0,32,98,0,0,36,98,0,0,36,98,0,0,36,98,0,0,36,98,0,0,36,98,0,0,36,98,0,0,46,98,0,0,54,98,0,0,54,98,0,0,56,98,0,0,64,98,0,0,64,98,0,0,64,98,0,0,66,98,0,0,70,98,0,0,74,98,0,0,74,98,0,0,78,98,0,0,80,98,0,0,82,98,0,0,82,98,0,0,86,98,0,0,90,98,0,0,94,98,0,0,96,98,0,0,96,98,0,0,98,98,0,0,102,98,0,0,102,98,0,0,104,98,0,0,106,98,0,0,108,98,0,0,108,98,0,0,116,98,0,0,116,98,0,0,118,98,0,0,118,98,0,0,118,98,0,0,118,98,0,0,122,98,0,0,124,98,0,0,136,98,0,0,136,98,0,0,136,98,0,0,136,98,0,0,138,98,0,0,140,98,0,0,142,98,0,0,142,98,0,0,142,98,0,0,142,98,0,0,142,98,0,0,142,98,0,0,144,98,0,0,144,98,0,0,144,98,0,0,146,98,0,0,148,98,0,0,152,98,0,0,152,98,0,0,154,98,0,0,154,98,0,0,154,98,0,0,154,98,0,0,154,98,0,0,154,98,0,0,154,98,0,0,154,98,0,0,158,98,0,0,160,98,0,0,160,98,0,0,160,98,0,0,160,98,0,0,164,98,0,0,170,98,0,0,174,98,0,0,174,98,0,0,174,98,0,0,180,98,0,0,182,98,0,0,182,98,0,0,182,98,0,0,182,98,0,0,184,98,0,0,184,98,0,0,184,98,0,0,188,98,0,0,190,98,0,0,190,98,0,0,192,98,0,0,192,98,0,0,192,98,0,0,194,98,0,0,204,98,0,0,204,98,0,0,204,98,0,0,204,98,0,0,210,98,0,0,210,98,0,0,210,98,0,0,210,98,0,0,214,98,0,0,214,98,0,0,216,98,0,0,220,98,0,0,220,98,0,0,220,98,0,0,220,98,0,0,220,98,0,0,220,98,0,0,222,98,0,0,222,98,0,0,228,98,0,0,230,98,0,0,230,98,0,0,230,98,0,0,230,98,0,0,234,98,0,0,236,98,0,0,236,98,0,0,236,98,0,0,236,98,0,0,250,98,0,0,250,98,0,0,2,99,0,0,6,99,0,0,6,99,0,0,6,99,0,0,8,99,0,0,8,99,0,0,14,99,0,0,22,99,0,0,22,99,0,0,22,99,0,0,22,99,0,0,22,99,0,0,22,99,0,0,26,99,0,0,30,99,0,0,36,99,0,0,40,99,0,0,42,99,0,0,50,99,0,0,50,99,0,0,56,99,0,0,64,99,0,0,66,99,0,0,66,99,0,0,70,99,0,0,74,99,0,0,76,99,0,0,78,99,0,0,82,99,0,0,82,99,0,0,84,99,0,0,84,99,0,0,86,99,0,0,86,99,0,0,86,99,0,0,86,99,0,0,90,99,0,0,90,99,0,0,94,99,0,0,96,99,0,0,96,99,0,0,98,99,0,0,98,99,0,0,98,99,0,0,98,99,0,0,98,99,0,0,102,99,0,0,102,99,0,0,102,99,0,0,104,99,0,0,104,99,0,0,108,99,0,0,108,99,0,0,114,99,0,0,114,99,0,0,118,99,0,0,118,99,0,0,124,99,0,0,124,99,0,0,134,99,0,0,136,99,0,0,138,99,0,0,144,99,0,0,150,99,0,0,150,99,0,0,154,99,0,0,160,99,0,0,162,99,0,0,164,99,0,0,164,99,0,0,164,99,0,0,166,99,0,0,166,99,0,0,170,99,0,0,172,99,0,0,176,99,0,0,178,99,0,0,178,99,0,0,186,99,0,0,188,99,0,0,190,99,0,0,190,99,0,0,190,99,0,0,196,99,0,0,196,99,0,0,196,99,0,0,196,99,0,0,196,99,0,0,202,99,0,0,202,99,0,0,202,99,0,0,206,99,0,0,206,99,0,0,208,99,0,0,212,99,0,0,214,99,0,0,214,99,0,0,214,99,0,0,218,99,0,0,218,99,0,0,222,99,0,0,222,99,0,0,222,99,0,0,228,99,0,0,230,99,0,0,236,99,0,0,238,99,0,0,240,99,0,0,240,99,0,0,242,99,0,0,246,99,0,0,254,99,0,0,254,99,0,0,0,100,0,0,0,100,0,0,4,100,0,0,10,100,0,0,10,100,0,0,12,100,0,0,12,100,0,0,12,100,0,0,12,100,0,0,14,100,0,0,26,100,0,0,26,100,0,0,26,100,0,0,26,100,0,0,26,100,0,0,26,100,0,0,26,100,0,0,26,100,0,0,30,100,0,0,32,100,0,0,32,100,0,0,32,100,0,0,32,100,0,0,36,100,0,0,36,100,0,0,40,100,0,0,40,100,0,0,50,100,0,0,56,100,0,0,56,100,0,0,58,100,0,0,62,100,0,0,70,100,0,0,74,100,0,0,76,100,0,0,78,100,0,0,78,100,0,0,78,100,0,0,80,100,0,0,80,100,0,0,82,100,0,0,84,100,0,0,84,100,0,0,84,100,0,0,86,100,0,0,86,100,0,0,86,100,0,0,90,100,0,0,94,100,0,0,98,100,0,0,100,100,0,0,104,100,0,0,106,100,0,0,106,100,0,0,108,100,0,0,108,100,0,0,108,100,0,0,114,100,0,0,116,100,0,0,118,100,0,0,120,100,0,0,124,100,0,0,124,100,0,0,128,100,0,0,128,100,0,0,130,100,0,0,132,100,0,0,132,100,0,0,134,100,0,0,134,100,0,0,140,100,0,0,140,100,0,0,142,100,0,0,142,100,0,0,142,100,0,0,146,100,0,0,150,100,0,0,150,100,0,0,150,100,0,0,154,100,0,0,154,100,0,0,154,100,0,0,154,100,0,0,154,100,0,0,158,100,0,0,158,100,0,0,158,100,0,0,158,100,0,0,160,100,0,0,160,100,0,0,160,100,0,0,162,100,0,0,162,100,0,0,162,100,0,0,162,100,0,0,162,100,0,0,162,100,0,0,162,100,0,0,164,100,0,0,164,100,0,0,164,100,0,0,166,100,0,0,172,100,0,0,174,100,0,0,178,100,0,0,178,100,0,0,180,100,0,0,180,100,0,0,180,100,0,0,180,100,0,0,186,100,0,0,188,100,0,0,188,100,0,0,188,100,0,0,188,100,0,0,192,100,0,0,194,100,0,0,194,100,0,0,196,100,0,0,196,100,0,0,200,100,0,0,208,100,0,0,210,100,0,0,214,100,0,0,214,100,0,0,214,100,0,0,214,100,0,0,214,100,0,0,216,100,0,0,220,100,0,0,222,100,0,0,226,100,0,0,226,100,0,0,226,100,0,0,226,100,0,0,228,100,0,0,228,100,0,0,228,100,0,0,228,100,0,0,228,100,0,0,238,100,0,0,248,100,0,0,0,101,0,0,0,101,0,0,0,101,0,0,0,101,0,0,0,101,0,0,16,101,0,0,16,101,0,0,16,101,0,0,16,101,0,0,16,101,0,0,16,101,0,0,16,101,0,0,16,101,0,0,18,101,0,0,24,101,0,0,28,101,0,0,34,101,0,0,38,101,0,0,44,101,0,0,44,101,0,0,50,101,0,0,52,101,0,0,52,101,0,0,54,101,0,0,64,101,0,0,68,101,0,0,68,101,0,0,68,101,0,0,74,101,0,0,74,101,0,0,76,101,0,0,76,101,0,0,80,101,0,0,80,101,0,0,82,101,0,0,82,101,0,0,84,101,0,0,84,101,0,0,86,101,0,0,88,101,0,0,92,101,0,0,92,101,0,0,92,101,0,0,92,101,0,0,92,101,0,0,94,101,0,0,106,101,0,0,110,101,0,0,112,101,0,0,112,101,0,0,112,101,0,0,114,101,0,0,116,101,0,0,116,101,0,0,120,101,0,0,124,101,0,0,126,101,0,0,136,101,0,0,136,101,0,0,138,101,0,0,146,101,0,0,146,101,0,0,152,101,0,0,154,101,0,0,154,101,0,0,154,101,0,0,154,101,0,0,154,101,0,0,154,101,0,0,158,101,0,0,166,101,0,0,170,101,0,0,170,101,0,0,174,101,0,0,176,101,0,0,176,101,0,0,178,101,0,0,178,101,0,0,178,101,0,0,178,101,0,0,178,101,0,0,178,101,0,0,180,101,0,0,180,101,0,0,186,101,0,0,186,101,0,0,186,101,0,0,188,101,0,0,188,101,0,0,188,101,0,0,188,101,0,0,188,101,0,0,194,101,0,0,196,101,0,0,196,101,0,0,200,101,0,0,204,101,0,0,208,101,0,0,214,101,0,0,220,101,0,0,224,101,0,0,226,101,0,0,226,101,0,0,230,101,0,0,230,101,0,0,236,101,0,0,236,101,0,0,236,101,0,0,236,101,0,0,236,101,0,0,238,101,0,0,240,101,0,0,244,101,0,0,244,101,0,0,248,101,0,0,252,101,0,0,252,101,0,0,0,102,0,0,10,102,0,0,14,102,0,0,20,102,0,0,20,102,0,0,22,102,0,0,22,102,0,0,22,102,0,0,22,102,0,0,22,102,0,0,22,102,0,0,24,102,0,0,26,102,0,0,28,102,0,0,28,102,0,0,28,102,0,0,28,102,0,0,28,102,0,0,28,102,0,0,34,102,0,0,42,102,0,0,48,102,0,0,48,102,0,0,48,102,0,0,48,102,0,0,52,102,0,0,54,102,0,0,64,102,0,0,70,102,0,0,70,102,0,0,72,102,0,0,74,102,0,0,76,102,0,0,76,102,0,0,82,102,0,0,94,102,0,0,96,102,0,0,96,102,0,0,96,102,0,0,98,102,0,0,98,102,0,0,108,102,0,0,108,102,0,0,108,102,0,0,108,102,0,0,108,102,0,0,108,102,0,0,110,102,0,0,110,102,0,0,124,102,0,0,124,102,0,0,126,102,0,0,126,102,0,0,126,102,0,0,126,102,0,0,128,102,0,0,130,102,0,0,130,102,0,0,130,102,0,0,132,102,0,0,132,102,0,0,132,102,0,0,132,102,0,0,132,102,0,0,132,102,0,0,134,102,0,0,134,102,0,0,134,102,0,0,136,102,0,0,138,102,0,0,138,102,0,0,144,102,0,0,150,102,0,0,150,102,0,0,150,102,0,0,152,102,0,0,152,102,0,0,156,102,0,0,162,102,0,0,162,102,0,0,164,102,0,0,168,102,0,0,168,102,0,0,168,102,0,0,172,102,0,0,174,102,0,0,174,102,0,0,174,102,0,0,174,102,0,0,174,102,0,0,174,102,0,0,176,102,0,0,178,102,0,0,180,102,0,0,180,102,0,0,180,102,0,0,182,102,0,0,182,102,0,0,182,102,0,0,184,102,0,0,188,102,0,0,190,102,0,0,190,102,0,0,192,102,0,0,196,102,0,0,198,102,0,0,200,102,0,0,206,102,0,0,206,102,0,0,206,102,0,0,210,102,0,0,218,102,0,0,222,102,0,0,224,102,0,0,224,102,0,0,226,102,0,0,228,102,0,0,228,102,0,0,230,102,0,0,234,102,0,0,238,102,0,0,238,102,0,0,242,102,0,0,246,102,0,0,246,102,0,0,246,102,0,0,246,102,0,0,246,102,0,0,250,102,0,0,250,102,0,0,0,103,0,0,2,103,0,0,4,103,0,0,4,103,0,0,4,103,0,0,8,103,0,0,14,103,0,0,18,103,0,0,18,103,0,0,20,103,0,0,24,103,0,0,28,103,0,0,28,103,0,0,34,103,0,0,40,103,0,0,40,103,0,0,40,103,0,0,40,103,0,0,40,103,0,0,44,103,0,0,44,103,0,0,50,103,0,0,50,103,0,0,50,103,0,0,50,103,0,0,54,103,0,0,54,103,0,0,62,103,0,0,64,103,0,0,68,103,0,0,70,103,0,0,70,103,0,0,74,103,0,0,74,103,0,0,74,103,0,0,82,103,0,0,82,103,0,0,88,103,0,0,88,103,0,0,90,103,0,0,92,103,0,0,98,103,0,0,98,103,0,0,100,103,0,0,100,103,0,0,100,103,0,0,102,103,0,0,102,103,0,0,110,103,0,0,114,103,0,0,116,103,0,0,120,103,0,0,124,103,0,0,124,103,0,0,124,103,0,0,124,103,0,0,126,103,0,0,126,103,0,0,128,103,0,0,128,103,0,0,130,103,0,0,130,103,0,0,132,103,0,0,134,103,0,0,136,103,0,0,138,103,0,0,144,103,0,0,144,103,0,0,144,103,0,0,146,103,0,0,146,103,0,0,150,103,0,0,152,103,0,0,152,103,0,0,152,103,0,0,156,103,0,0,156,103,0,0,162,103,0,0,162,103,0,0,162,103,0,0,164,103,0,0,164,103,0,0,166,103,0,0,166,103,0,0,168,103,0,0,168,103,0,0,172,103,0,0,172,103,0,0,176,103,0,0,184,103,0,0,184,103,0,0,188,103,0,0,192,103,0,0,194,103,0,0,194,103,0,0,194,103,0,0,200,103,0,0,206,103,0,0,210,103,0,0,216,103,0,0,220,103,0,0,222,103,0,0,224,103,0,0,224,103,0,0,224,103,0,0,224,103,0,0,224,103,0,0,224,103,0,0,230,103,0,0,230,103,0,0,238,103,0,0,244,103,0,0,244,103,0,0,244,103,0,0,248,103,0,0,0,104,0,0,2,104,0,0,2,104,0,0,2,104,0,0,2,104,0,0,4,104,0,0,4,104,0,0,4,104,0,0,8,104,0,0,8,104,0,0,10,104,0,0,10,104,0,0,12,104,0,0,24,104,0,0,26,104,0,0,26,104,0,0,26,104,0,0,26,104,0,0,32,104,0,0,38,104,0,0,40,104,0,0,42,104,0,0,42,104,0,0,44,104,0,0,44,104,0,0,44,104,0,0,48,104,0,0,48,104,0,0,54,104,0,0,56,104,0,0,62,104,0,0,62,104,0,0,62,104,0,0,62,104,0,0,62,104,0,0,62,104,0,0,62,104,0,0,62,104,0,0,70,104,0,0,70,104,0,0,70,104,0,0,74,104,0,0,74,104,0,0,84,104,0,0,86,104,0,0,92,104,0,0,94,104,0,0,94,104,0,0,94,104,0,0,94,104,0,0,98,104,0,0,102,104,0,0,102,104,0,0,106,104,0,0,106,104,0,0,108,104,0,0,112,104,0,0,112,104,0,0,112,104,0,0,112,104,0,0,112,104,0,0,116,104,0,0,116,104,0,0,116,104,0,0,120,104,0,0,120,104,0,0,120,104,0,0,120,104,0,0,126,104,0,0,126,104,0,0,126,104,0,0,128,104,0,0,132,104,0,0,132,104,0,0,136,104,0,0,138,104,0,0,142,104,0,0,142,104,0,0,142,104,0,0,144,104,0,0,146,104,0,0,146,104,0,0,148,104,0,0,150,104,0,0,152,104,0,0,156,104,0,0,158,104,0,0,160,104,0,0,170,104,0,0,170,104,0,0,170,104,0,0,172,104,0,0,176,104,0,0,176,104,0,0,176,104,0,0,176,104,0,0,178,104,0,0,178,104,0,0,180,104,0,0,180,104,0,0,180,104,0,0,180,104,0,0,180,104,0,0,180,104,0,0,190,104,0,0,192,104,0,0,194,104,0,0,194,104,0,0,196,104,0,0,206,104,0,0,206,104,0,0,206,104,0,0,206,104,0,0,206,104,0,0,210,104,0,0,214,104,0,0,214,104,0,0,218,104,0,0,220,104,0,0,220,104,0,0,222,104,0,0,222,104,0,0,230,104,0,0,230,104,0,0,236,104,0,0,236,104,0,0,236,104,0,0,238,104,0,0,238,104,0,0,242,104,0,0,250,104,0,0,252,104,0,0,254,104,0,0,254,104,0,0,2,105,0,0,6,105,0,0,6,105,0,0,6,105,0,0,10,105,0,0,10,105,0,0,10,105,0,0,12,105,0,0,14,105,0,0,18,105,0,0,18,105,0,0,24,105,0,0,26,105,0,0,26,105,0,0,30,105,0,0,32,105,0,0,36,105,0,0,36,105,0,0,36,105,0,0,38,105,0,0,38,105,0,0,42,105,0,0,46,105,0,0,52,105,0,0,52,105,0,0,54,105,0,0,54,105,0,0,60,105,0,0,62,105,0,0,62,105,0,0,64,105,0,0,64,105,0,0,64,105,0,0,64,105,0,0,66,105,0,0,72,105,0,0,72,105,0,0,78,105,0,0,78,105,0,0,78,105,0,0,78,105,0,0,78,105,0,0,80,105,0,0,80,105,0,0,80,105,0,0,80,105,0,0,80,105,0,0,82,105,0,0,82,105,0,0,82,105,0,0,82,105,0,0,82,105,0,0,82,105,0,0,84,105,0,0,88,105,0,0,94,105,0,0,94,105,0,0,94,105,0,0,94,105,0,0,94,105,0,0,108,105,0,0,110,105,0,0,110,105,0,0,112,105,0,0,118,105,0,0,124,105,0,0,124,105,0,0,124,105,0,0,132,105,0,0,136,105,0,0,136,105,0,0,136,105,0,0,136,105,0,0,140,105,0,0,140,105,0,0,140,105,0,0,152,105,0,0,152,105,0,0,152,105,0,0,152,105,0,0,156,105,0,0,156,105,0,0,158,105,0,0,160,105,0,0,162,105,0,0,162,105,0,0,162,105,0,0,174,105,0,0,176,105,0,0,176,105,0,0,176,105,0,0,176,105,0,0,180,105,0,0,180,105,0,0,182,105,0,0,182,105,0,0,192,105,0,0,192,105,0,0,194,105,0,0,194,105,0,0,194,105,0,0,198,105,0,0,202,105,0,0,204,105,0,0,204,105,0,0,204,105,0,0,204,105,0,0,204,105,0,0,204,105,0,0,204,105,0,0,204,105,0,0,208,105,0,0,216,105,0,0,222,105,0,0,236,105,0,0,242,105,0,0,242,105,0,0,242,105,0,0,242,105,0,0,242,105,0,0,246,105,0,0,252,105,0,0,252,105,0,0,252,105,0,0,254,105,0,0,254,105,0,0,0,106,0,0,0,106,0,0,0,106,0,0,0,106,0,0,2,106,0,0,2,106,0,0,4,106,0,0,4,106,0,0,4,106,0,0,6,106,0,0,8,106,0,0,10,106,0,0,10,106,0,0,12,106,0,0,14,106,0,0,14,106,0,0,16,106,0,0,16,106,0,0,16,106,0,0,16,106,0,0,26,106,0,0,30,106,0,0,30,106,0,0,36,106,0,0,38,106,0,0,40,106,0,0,40,106,0,0,44,106,0,0,46,106,0,0,46,106,0,0,54,106,0,0,54,106,0,0,54,106,0,0,54,106,0,0,58,106,0,0,58,106,0,0,66,106,0,0,66,106,0,0,66,106,0,0,66,106,0,0,66,106,0,0,70,106,0,0,76,106,0,0,86,106,0,0,86,106,0,0,88,106,0,0,100,106,0,0,100,106,0,0,100,106,0,0,100,106,0,0,100,106,0,0,100,106,0,0,100,106,0,0,100,106,0,0,104,106,0,0,104,106,0,0,108,106,0,0,108,106,0,0,110,106,0,0,110,106,0,0,116,106,0,0,118,106,0,0,118,106,0,0,124,106,0,0,124,106,0,0,124,106,0,0,128,106,0,0,128,106,0,0,128,106,0,0,128,106,0,0,128,106,0,0,128,106,0,0,128,106,0,0,128,106,0,0,130,106,0,0,138,106,0,0,144,106,0,0,144,106,0,0,144,106,0,0,150,106,0,0,150,106,0,0,152,106,0,0,152,106,0,0,152,106,0,0,152,106,0,0,152,106,0,0,158,106,0,0,158,106,0,0,158,106,0,0,158,106,0,0,160,106,0,0,160,106,0,0,160,106,0,0,162,106,0,0,162,106,0,0,162,106,0,0,162,106,0,0,166,106,0,0,174,106,0,0,180,106,0,0,180,106,0,0,182,106,0,0,182,106,0,0,184,106,0,0,188,106,0,0,188,106,0,0,192,106,0,0,192,106,0,0,192,106,0,0,192,106,0,0,198,106,0,0,200,106,0,0,200,106,0,0,202,106,0,0,206,106,0,0,206,106,0,0,210,106,0,0,210,106,0,0,218,106,0,0,218,106,0,0,224,106,0,0,224,106,0,0,224,106,0,0,224,106,0,0,224,106,0,0,224,106,0,0,226,106,0,0,228,106,0,0,232,106,0,0,232,106,0,0,238,106,0,0,238,106,0,0,238,106,0,0,244,106,0,0,244,106,0,0,244,106,0,0,244,106,0,0,246,106,0,0,248,106,0,0,250,106,0,0,252,106,0,0,254,106,0,0,2,107,0,0,4,107,0,0,4,107,0,0,4,107,0,0,6,107,0,0,10,107,0,0,10,107,0,0,12,107,0,0,12,107,0,0,12,107,0,0,12,107,0,0,12,107,0,0,12,107,0,0,12,107,0,0,12,107,0,0,12,107,0,0,14,107,0,0,14,107,0,0,16,107,0,0,20,107,0,0,22,107,0,0,22,107,0,0,22,107,0,0,28,107,0,0,34,107,0,0,42,107,0,0,44,107,0,0,44,107,0,0,44,107,0,0,50,107,0,0,56,107,0,0,56,107,0,0,56,107,0,0,58,107,0,0,66,107,0,0,66,107,0,0,66,107,0,0,66,107,0,0,66,107,0,0,70,107,0,0,70,107,0,0,70,107,0,0,72,107,0,0,74,107,0,0,74,107,0,0,74,107,0,0,76,107,0,0,78,107,0,0,78,107,0,0,80,107,0,0,80,107,0,0,80,107,0,0,82,107,0,0,82,107,0,0,82,107,0,0,82,107,0,0,82,107,0,0,88,107,0,0,92,107,0,0,94,107,0,0,98,107,0,0,100,107,0,0,104,107,0,0,112,107,0,0,114,107,0,0,118,107,0,0,122,107,0,0,132,107,0,0,134,107,0,0,134,107,0,0,134,107,0,0,136,107,0,0,136,107,0,0,136,107,0,0,136,107,0,0,138,107,0,0,142,107,0,0,144,107,0,0,144,107,0,0,146,107,0,0,146,107,0,0,146,107,0,0,146,107,0,0,156,107,0,0,156,107,0,0,162,107,0,0,166,107,0,0,166,107,0,0,172,107,0,0,172,107,0,0,172,107,0,0,180,107,0,0,188,107,0,0,192,107,0,0,194,107,0,0,194,107,0,0,196,107,0,0,196,107,0,0,198,107,0,0,202,107,0,0,202,107,0,0,202,107,0,0,204,107,0,0,206,107,0,0,208,107,0,0,212,107,0,0,214,107,0,0,214,107,0,0,214,107,0,0,214,107,0,0,214,107,0,0,216,107,0,0,224,107,0,0,224,107,0,0,228,107,0,0,228,107,0,0,232,107,0,0,236,107,0,0,236,107,0,0,242,107,0,0,248,107,0,0,248,107,0,0,250,107,0,0,252,107,0,0,252,107,0,0,2,108,0,0,2,108,0,0,12,108,0,0,14,108,0,0,16,108,0,0,20,108,0,0,22,108,0,0,22,108,0,0,24,108,0,0,24,108,0,0,30,108,0,0,36,108,0,0,36,108,0,0,36,108,0,0,38,108,0,0,38,108,0,0,40,108,0,0,40,108,0,0,40,108,0,0,40,108,0,0,40,108,0,0,44,108,0,0,44,108,0,0,46,108,0,0,46,108,0,0,46,108,0,0,46,108,0,0,48,108,0,0,48,108,0,0,50,108,0,0,54,108,0,0,56,108,0,0,56,108,0,0,66,108,0,0,78,108,0,0,82,108,0,0,82,108,0,0,82,108,0,0,90,108,0,0,90,108,0,0,90,108,0,0,94,108,0,0,94,108,0,0,96,108,0,0,96,108,0,0,96,108,0,0,96,108,0,0,102,108,0,0,108,108,0,0,108,108,0,0,108,108,0,0,108,108,0,0,108,108,0,0,114,108,0,0,116,108,0,0,116,108,0,0,116,108,0,0,116,108,0,0,116,108,0,0,118,108,0,0,124,108,0,0,132,108,0,0,134,108,0,0,142,108,0,0,146,108,0,0,148,108,0,0,156,108,0,0,156,108,0,0,158,108,0,0,158,108,0,0,158,108,0,0,158,108,0,0,166,108,0,0,170,108,0,0,174,108,0,0,176,108,0,0,176,108,0,0,176,108,0,0,178,108,0,0,180,108,0,0,184,108,0,0,186,108,0,0,186,108,0,0,190,108,0,0,190,108,0,0,190,108,0,0,190,108,0,0,190,108,0,0,194,108,0,0,194,108,0,0,198,108,0,0,202,108,0,0,202,108,0,0,202,108,0,0,202,108,0,0,204,108,0,0,210,108,0,0,212,108,0,0,212,108,0,0,214,108,0,0,214,108,0,0,214,108,0,0,214,108,0,0,214,108,0,0,214,108,0,0,214,108,0,0,216,108,0,0,218,108,0,0,226,108,0,0,230,108,0,0,232,108,0,0,232,108,0,0,236,108,0,0,236,108,0,0,236,108,0,0,238,108,0,0,242,108,0,0,242,108,0,0,246,108,0,0,246,108,0,0,0,109,0,0,2,109,0,0,4,109,0,0,4,109,0,0,4,109,0,0,4,109,0,0,10,109,0,0,12,109,0,0,12,109,0,0,14,109,0,0,24,109,0,0,24,109,0,0,28,109,0,0,32,109,0,0,32,109,0,0,32,109,0,0,32,109,0,0,32,109,0,0,36,109,0,0,40,109,0,0,40,109,0,0,46,109,0,0,50,109,0,0,50,109,0,0,50,109,0,0,50,109,0,0,54,109,0,0,54,109,0,0,58,109,0,0,60,109,0,0,60,109,0,0,66,109,0,0,70,109,0,0,70,109,0,0,80,109,0,0,84,109,0,0,84,109,0,0,86,109,0,0,86,109,0,0,88,109,0,0,88,109,0,0,88,109,0,0,90,109,0,0,92,109,0,0,92,109,0,0,92,109,0,0,92,109,0,0,100,109,0,0,108,109,0,0,116,109,0,0,116,109,0,0,116,109,0,0,116,109,0,0,116,109,0,0,116,109,0,0,118,109,0,0,118,109,0,0,118,109,0,0,118,109,0,0,120,109,0,0,122,109,0,0,124,109,0,0,124,109,0,0,124,109,0,0,124,109,0,0,124,109,0,0,126,109,0,0,126,109,0,0,132,109,0,0,132,109,0,0,132,109,0,0,134,109,0,0,134,109,0,0,136,109,0,0,140,109,0,0,142,109,0,0,144,109,0,0,146,109,0,0,146,109,0,0,146,109,0,0,146,109,0,0,146,109,0,0,152,109,0,0,152,109,0,0,152,109,0,0,154,109,0,0,158,109,0,0,158,109,0,0,158,109,0,0,158,109,0,0,158,109,0,0,158,109,0,0,158,109,0,0,160,109,0,0,162,109,0,0,162,109,0,0,162,109,0,0,162,109,0,0,162,109,0,0,162,109,0,0,164,109,0,0,164,109,0,0,164,109,0,0,166,109,0,0,166,109,0,0,170,109,0,0,170,109,0,0,170,109,0,0,170,109,0,0,176,109,0,0,178,109,0,0,184,109,0,0,184,109,0,0,186,109,0,0,188,109,0,0,188,109,0,0,192,109,0,0,194,109,0,0,198,109,0,0,198,109,0,0,198,109,0,0,198,109,0,0,202,109,0,0,202,109,0,0,202,109,0,0,204,109,0,0,204,109,0,0,204,109,0,0,210,109,0,0,214,109,0,0,220,109,0,0,228,109,0,0,228,109,0,0,228,109,0,0,236,109,0,0,236,109,0,0,236,109,0,0,246,109,0,0,248,109,0,0,248,109,0,0,248,109,0,0,248,109,0,0,250,109,0,0,252,109,0,0,8,110,0,0,16,110,0,0,16,110,0,0,22,110,0,0,24,110,0,0,24,110,0,0,24,110,0,0,24,110,0,0,30,110,0,0,32,110,0,0,38,110,0,0,38,110,0,0,38,110,0,0,38,110,0,0,38,110,0,0,38,110,0,0,40,110,0,0,42,110,0,0,44,110,0,0,44,110,0,0,44,110,0,0,46,110,0,0,48,110,0,0,54,110,0,0,54,110,0,0,56,110,0,0,56,110,0,0,56,110,0,0,58,110,0,0,64,110,0,0,64,110,0,0,64,110,0,0,64,110,0,0,64,110,0,0,72,110,0,0,72,110,0,0,78,110,0,0,80,110,0,0,80,110,0,0,80,110,0,0,82,110,0,0,84,110,0,0,88,110,0,0,88,110,0,0,88,110,0,0,90,110,0,0,90,110,0,0,90,110,0,0,94,110,0,0,94,110,0,0,100,110,0,0,100,110,0,0,100,110,0,0,100,110,0,0,102,110,0,0,110,110,0,0,112,110,0,0,112,110,0,0,112,110,0,0,112,110,0,0,112,110,0,0,112,110,0,0,116,110,0,0,116,110,0,0,118,110,0,0,120,110,0,0,120,110,0,0,120,110,0,0,122,110,0,0,124,110,0,0,124,110,0,0,124,110,0,0,126,110,0,0,126,110,0,0,138,110,0,0,138,110,0,0,138,110,0,0,138,110,0,0,138,110,0,0,138,110,0,0,138,110,0,0,140,110,0,0,140,110,0,0,140,110,0,0,142,110,0,0,144,110,0,0,148,110,0,0,148,110,0,0,150,110,0,0,150,110,0,0,150,110,0,0,150,110,0,0,150,110,0,0,152,110,0,0,152,110,0,0,156,110,0,0,156,110,0,0,160,110,0,0,160,110,0,0,166,110,0,0,172,110,0,0,172,110,0,0,174,110,0,0,176,110,0,0,176,110,0,0,178,110,0,0,182,110,0,0,182,110,0,0,184,110,0,0,186,110,0,0,194,110,0,0,200,110,0,0,200,110,0,0,200,110,0,0,200,110,0,0,200,110,0,0,202,110,0,0,202,110,0,0,202,110,0,0,202,110,0,0,204,110,0,0,210,110,0,0,210,110,0,0,214,110,0,0,218,110,0,0,218,110,0,0,218,110,0,0,218,110,0,0,218,110,0,0,220,110,0,0,220,110,0,0,222,110,0,0,226,110,0,0,226,110,0,0,242,110,0,0,242,110,0,0,242,110,0,0,242,110,0,0,242,110,0,0,242,110,0,0,242,110,0,0,244,110,0,0,248,110,0,0,250,110,0,0,254,110,0,0,0,111,0,0,0,111,0,0,0,111,0,0,0,111,0,0,0,111,0,0,2,111,0,0,4,111,0,0,12,111,0,0,18,111,0,0,18,111,0,0,20,111,0,0,24,111,0,0,26,111,0,0,26,111,0,0,26,111,0,0,26,111,0,0,28,111,0,0,36,111,0,0,38,111,0,0,38,111,0,0,38,111,0,0,38,111,0,0,40,111,0,0,42,111,0,0,42,111,0,0,42,111,0,0,42,111,0,0,44,111,0,0,44,111,0,0,44,111,0,0,48,111,0,0,52,111,0,0,52,111,0,0,58,111,0,0,58,111,0,0,62,111,0,0,64,111,0,0,68,111,0,0,68,111,0,0,68,111,0,0,70,111,0,0,72,111,0,0,92,111,0,0,92,111,0,0,94,111,0,0,96,111,0,0,96,111,0,0,100,111,0,0,108,111,0,0,112,111,0,0,112,111,0,0,112,111,0,0,112,111,0,0,114,111,0,0,114,111,0,0,114,111,0,0,116,111,0,0,120,111,0,0,120,111,0,0,122,111,0,0,122,111,0,0,122,111,0,0,124,111,0,0,126,111,0,0,126,111,0,0,128,111,0,0,128,111,0,0,130,111,0,0,132,111,0,0,132,111,0,0,132,111,0,0,134,111,0,0,138,111,0,0,138,111,0,0,138,111,0,0,138,111,0,0,144,111,0,0,144,111,0,0,144,111,0,0,144,111,0,0,144,111,0,0,144,111,0,0,144,111,0,0,146,111,0,0,148,111,0,0,148,111,0,0,148,111,0,0,152,111,0,0,166,111,0,0,166,111,0,0,168,111,0,0,172,111,0,0,176,111,0,0,178,111,0,0,178,111,0,0,180,111,0,0,180,111,0,0,184,111,0,0,186,111,0,0,188,111,0,0,190,111,0,0,190,111,0,0,194,111,0,0,194,111,0,0,198,111,0,0,200,111,0,0,204,111,0,0,206,111,0,0,210,111,0,0,212,111,0,0,212,111,0,0,212,111,0,0,212,111,0,0,214,111,0,0,214,111,0,0,214,111,0,0,218,111,0,0,218,111,0,0,222,111,0,0,222,111,0,0,224,111,0,0,224,111,0,0,224,111,0,0,224,111,0,0,226,111,0,0,230,111,0,0,232,111,0,0,238,111,0,0,238,111,0,0,242,111,0,0,248,111,0,0,252,111,0,0,252,111,0,0,252,111,0,0,2,112,0,0,2,112,0,0,2,112,0,0,2,112,0,0,8,112,0,0,10,112,0,0,10,112,0,0,10,112,0,0,12,112,0,0,16,112,0,0,16,112,0,0,16,112,0,0,16,112,0,0,16,112,0,0,16,112,0,0,18,112,0,0,18,112,0,0,18,112,0,0,18,112,0,0,18,112,0,0,18,112,0,0,26,112,0,0,26,112,0,0,26,112,0,0,32,112,0,0,36,112,0,0,36,112,0,0,36,112,0,0,40,112,0,0,40,112,0,0,44,112,0,0,46,112,0,0,48,112,0,0,48,112,0,0,50,112,0,0,52,112,0,0,52,112,0,0,52,112,0,0,52,112,0,0,56,112,0,0,56,112,0,0,56,112,0,0,58,112,0,0,58,112,0,0,60,112,0,0,64,112,0,0,64,112,0,0,66,112,0,0,72,112,0,0,72,112,0,0,74,112,0,0,74,112,0,0,74,112,0,0,76,112,0,0,76,112,0,0,78,112,0,0,84,112,0,0,88,112,0,0,90,112,0,0,96,112,0,0,98,112,0,0,98,112,0,0,100,112,0,0,100,112,0,0,102,112,0,0,104,112,0,0,104,112,0,0,104,112,0,0,104,112,0,0,108,112,0,0,110,112,0,0,114,112,0,0,116,112,0,0,118,112,0,0,118,112,0,0,118,112,0,0,118,112,0,0,118,112,0,0,122,112,0,0,126,112,0,0,128,112,0,0,128,112,0,0,128,112,0,0,128,112,0,0,130,112,0,0,130,112,0,0,134,112,0,0,134,112,0,0,134,112,0,0,134,112,0,0,136,112,0,0,136,112,0,0,144,112,0,0,146,112,0,0,146,112,0,0,146,112,0,0,146,112,0,0,148,112,0,0,148,112,0,0,148,112,0,0,148,112,0,0,152,112,0,0,154,112,0,0,156,112,0,0,158,112,0,0,158,112,0,0,160,112,0,0,160,112,0,0,162,112,0,0,162,112,0,0,162,112,0,0,166,112,0,0,166,112,0,0,166,112,0,0,166,112,0,0,166,112,0,0,166,112,0,0,168,112,0,0,172,112,0,0,174,112,0,0,182,112,0,0,182,112,0,0,182,112,0,0,182,112,0,0,186,112,0,0,188,112,0,0,188,112,0,0,188,112,0,0,188,112,0,0,188,112,0,0,188,112,0,0,188,112,0,0,190,112,0,0,192,112,0,0,192,112,0,0,192,112,0,0,202,112,0,0,202,112,0,0,206,112,0,0,206,112,0,0,210,112,0,0,212,112,0,0,214,112,0,0,214,112,0,0,222,112,0,0,224,112,0,0,224,112,0,0,224,112,0,0,226,112,0,0,226,112,0,0,226,112,0,0,226,112,0,0,228,112,0,0,228,112,0,0,230,112,0,0,230,112,0,0,232,112,0,0,232,112,0,0,232,112,0,0,234,112,0,0,234,112,0,0,234,112,0,0,234,112,0,0,242,112,0,0,242,112,0,0,242,112,0,0,242,112,0,0,244,112,0,0,244,112,0,0,244,112,0,0,248,112,0,0,252,112,0,0,2,113,0,0,4,113,0,0,4,113,0,0,12,113,0,0,12,113,0,0,12,113,0,0,18,113,0,0,20,113,0,0,20,113,0,0,22,113,0,0,22,113,0,0,26,113,0,0,30,113,0,0,36,113,0,0,40,113,0,0,44,113,0,0,44,113,0,0,50,113,0,0,50,113,0,0,50,113,0,0,52,113,0,0,54,113,0,0,54,113,0,0,54,113,0,0,54,113,0,0,56,113,0,0,56,113,0,0,62,113,0,0,62,113,0,0,64,113,0,0,66,113,0,0,70,113,0,0,70,113,0,0,70,113,0,0,70,113,0,0,72,113,0,0,78,113,0,0,78,113,0,0,78,113,0,0,84,113,0,0,84,113,0,0,88,113,0,0,88,113,0,0,88,113,0,0,92,113,0,0,98,113,0,0,98,113,0,0,100,113,0,0,100,113,0,0,104,113,0,0,104,113,0,0,108,113,0,0,112,113,0,0,112,113,0,0,114,113,0,0,122,113,0,0,122,113,0,0,124,113,0,0,126,113,0,0,126,113,0,0,126,113,0,0,128,113,0,0,128,113,0,0,128,113,0,0,134,113,0,0,134,113,0,0,142,113,0,0,144,113,0,0,146,113,0,0,152,113,0,0,152,113,0,0,158,113,0,0,160,113,0,0,164,113,0,0,164,113,0,0,166,113,0,0,168,113,0,0,168,113,0,0,178,113,0,0,178,113,0,0,178,113,0,0,182,113,0,0,188,113,0,0,190,113,0,0,194,113,0,0,200,113,0,0,200,113,0,0,202,113,0,0,202,113,0,0,202,113,0,0,202,113,0,0,202,113,0,0,204,113,0,0,208,113,0,0,212,113,0,0,216,113,0,0,218,113,0,0,218,113,0,0,222,113,0,0,230,113,0,0,232,113,0,0,238,113,0,0,240,113,0,0,240,113,0,0,248,113,0,0,248,113,0,0,0,114,0,0,0,114,0,0,0,114,0,0,2,114,0,0,4,114,0,0,4,114,0,0,14,114,0,0,18,114,0,0,22,114,0,0,24,114,0,0,30,114,0,0,30,114,0,0,36,114,0,0,42,114,0,0,42,114,0,0,46,114,0,0,46,114,0,0,46,114,0,0,50,114,0,0,56,114,0,0,62,114,0,0,62,114,0,0,68,114,0,0,70,114,0,0,70,114,0,0,70,114,0,0,70,114,0,0,72,114,0,0,72,114,0,0,72,114,0,0,76,114,0,0,78,114,0,0,84,114,0,0,84,114,0,0,86,114,0,0,88,114,0,0,92,114,0,0,96,114,0,0,96,114,0,0,98,114,0,0,100,114,0,0,100,114,0,0,102,114,0,0,102,114,0,0,102,114,0,0,108,114,0,0,114,114,0,0,114,114,0,0,116,114,0,0,118,114,0,0,118,114,0,0,120,114,0,0,120,114,0,0,124,114,0,0,124,114,0,0,124,114,0,0,126,114,0,0,126,114,0,0,126,114,0,0,128,114,0,0,130,114,0,0,134,114,0,0,138,114,0,0,140,114,0,0,140,114,0,0,142,114,0,0,146,114,0,0,148,114,0,0,152,114,0,0,152,114,0,0,152,114,0,0,152,114,0,0,152,114,0,0,152,114,0,0,152,114,0,0,152,114,0,0,152,114,0,0,156,114,0,0,156,114,0,0,156,114,0,0,158,114,0,0,158,114,0,0,164,114,0,0,170,114,0,0,172,114,0,0,180,114,0,0,180,114,0,0,180,114,0,0,180,114,0,0,182,114,0,0,182,114,0,0,184,114,0,0,184,114,0,0,186,114,0,0,186,114,0,0,188,114,0,0,188,114,0,0,188,114,0,0,192,114,0,0,192,114,0,0,192,114,0,0,192,114,0,0,192,114,0,0,194,114,0,0,194,114,0,0,196,114,0,0,196,114,0,0,196,114,0,0,196,114,0,0,196,114,0,0,196,114,0,0,196,114,0,0,200,114,0,0,202,114,0,0,206,114,0,0,206,114,0,0,210,114,0,0,210,114,0,0,210,114,0,0,212,114,0,0,212,114,0,0,214,114,0,0,214,114,0,0,214,114,0,0,214,114,0,0,214,114,0,0,214,114,0,0,214,114,0,0,214,114,0,0,216,114,0,0,216,114,0,0,218,114,0,0,220,114,0,0,220,114,0,0,220,114,0,0,220,114,0,0,220,114,0,0,220,114,0,0,220,114,0,0,220,114,0,0,222,114,0,0,224,114,0,0,224,114,0,0,224,114,0,0,230,114,0,0,236,114,0,0,236,114,0,0,236,114,0,0,236,114,0,0,236,114,0,0,236,114,0,0,238,114,0,0,240,114,0,0,240,114,0,0,248,114,0,0,250,114,0,0,254,114,0,0,0,115,0,0,0,115,0,0,6,115,0,0,6,115,0,0,10,115,0,0,16,115,0,0,16,115,0,0,16,115,0,0,24,115,0,0,24,115,0,0,24,115,0,0,24,115,0,0,26,115,0,0,28,115,0,0,28,115,0,0,28,115,0,0,30,115,0,0,38,115,0,0,38,115,0,0,40,115,0,0,40,115,0,0,44,115,0,0,52,115,0,0,52,115,0,0,56,115,0,0,58,115,0,0,58,115,0,0,58,115,0,0,64,115,0,0,70,115,0,0,74,115,0,0,74,115,0,0,76,115,0,0,80,115,0,0,80,115,0,0,80,115,0,0,80,115,0,0,80,115,0,0,84,115,0,0,84,115,0,0,84,115,0,0,84,115,0,0,84,115,0,0,84,115,0,0,84,115,0,0,86,115,0,0,88,115,0,0,88,115,0,0,94,115,0,0,94,115,0,0,102,115,0,0,102,115,0,0,104,115,0,0,104,115,0,0,106,115,0,0,112,115,0,0,112,115,0,0,114,115,0,0,114,115,0,0,118,115,0,0,118,115,0,0,118,115,0,0,124,115,0,0,128,115,0,0,128,115,0,0,130,115,0,0,132,115,0,0,132,115,0,0,132,115,0,0,132,115,0,0,138,115,0,0,138,115,0,0,138,115,0,0,138,115,0,0,138,115,0,0,138,115,0,0,138,115,0,0,140,115,0,0,144,115,0,0,146,115,0,0,152,115,0,0,154,115,0,0,154,115,0,0,156,115,0,0,160,115,0,0,160,115,0,0,162,115,0,0,174,115,0,0,174,115,0,0,174,115,0,0,176,115,0,0,178,115,0,0,180,115,0,0,180,115,0,0,180,115,0,0,180,115,0,0,180,115,0,0,180,115,0,0,182,115,0,0,188,115,0,0,190,115,0,0,194,115,0,0,198,115,0,0,202,115,0,0,202,115,0,0,202,115,0,0,204,115,0,0,204,115,0,0,204,115,0,0,204,115,0,0,208,115,0,0,210,115,0,0,210,115,0,0,210,115,0,0,210,115,0,0,210,115,0,0,216,115,0,0,216,115,0,0,218,115,0,0,218,115,0,0,220,115,0,0,224,115,0,0,224,115,0,0,224,115,0,0,226,115,0,0,226,115,0,0,226,115,0,0,226,115,0,0,230,115,0,0,230,115,0,0,234,115,0,0,234,115,0,0,234,115,0,0,234,115,0,0,234,115,0,0,236,115,0,0,236,115,0,0,236,115,0,0,236,115,0,0,236,115,0,0,240,115,0,0,240,115,0,0,240,115,0,0,244,115,0,0,246,115,0,0,246,115,0,0,250,115,0,0,250,115,0,0,4,116,0,0,4,116,0,0,4,116,0,0,4,116,0,0,6,116,0,0,10,116,0,0,10,116,0,0,14,116,0,0,16,116,0,0,18,116,0,0,22,116,0,0,28,116,0,0,28,116,0,0,30,116,0,0,30,116,0,0,30,116,0,0,32,116,0,0,34,116,0,0,34,116,0,0,38,116,0,0,40,116,0,0,40,116,0,0,42,116,0,0,42,116,0,0,42,116,0,0,44,116,0,0,50,116,0,0,50,116,0,0,52,116,0,0,52,116,0,0,58,116,0,0,60,116,0,0,66,116,0,0,70,116,0,0,70,116,0,0,70,116,0,0,72,116,0,0,74,116,0,0,74,116,0,0,76,116,0,0,78,116,0,0,78,116,0,0,82,116,0,0,86,116,0,0,86,116,0,0,88,116,0,0,90,116,0,0,92,116,0,0,94,116,0,0,96,116,0,0,96,116,0,0,100,116,0,0,100,116,0,0,100,116,0,0,102,116,0,0,104,116,0,0,104,116,0,0,110,116,0,0,120,116,0,0,122,116,0,0,122,116,0,0,124,116,0,0,124,116,0,0,126,116,0,0,130,116,0,0,132,116,0,0,138,116,0,0,138,116,0,0,138,116,0,0,140,116,0,0,140,116,0,0,140,116,0,0,140,116,0,0,146,116,0,0,146,116,0,0,148,116,0,0,148,116,0,0,148,116,0,0,152,116,0,0,156,116,0,0,156,116,0,0,158,116,0,0,158,116,0,0,158,116,0,0,158,116,0,0,158,116,0,0,158,116,0,0,164,116,0,0,164,116,0,0,164,116,0,0,164,116,0,0,168,116,0,0,168,116,0,0,170,116,0,0,174,116,0,0,176,116,0,0,178,116,0,0,182,116,0,0,190,116,0,0,192,116,0,0,192,116,0,0,192,116,0,0,192,116,0,0,192,116,0,0,192,116,0,0,194,116,0,0,196,116,0,0,196,116,0,0,196,116,0,0,196,116,0,0,198,116,0,0,202,116,0,0,202,116,0,0,202,116,0,0,202,116,0,0,202,116,0,0,202,116,0,0,204,116,0,0,204,116,0,0,210,116,0,0,210,116,0,0,210,116,0,0,214,116,0,0,214,116,0,0,214,116,0,0,214,116,0,0,214,116,0,0,214,116,0,0,216,116,0,0,216,116,0,0,216,116,0,0,216,116,0,0,216,116,0,0,216,116,0,0,216,116,0,0,216,116,0,0,224,116,0,0,224,116,0,0,230,116,0,0,238,116,0,0,238,116,0,0,238,116,0,0,244,116,0,0,244,116,0,0,244,116,0,0,244,116,0,0,246,116,0,0,248,116,0,0,250,116,0,0,252,116,0,0,252,116,0,0,252,116,0,0,0,117,0,0,0,117,0,0,8,117,0,0,12,117,0,0,12,117,0,0,12,117,0,0,12,117,0,0,20,117,0,0,20,117,0,0,20,117,0,0,20,117,0,0,20,117,0,0,20,117,0,0,20,117,0,0,24,117,0,0,24,117,0,0,24,117,0,0,24,117,0,0,26,117,0,0,28,117,0,0,30,117,0,0,34,117,0,0,34,117,0,0,36,117,0,0,38,117,0,0,38,117,0,0,40,117,0,0,42,117,0,0,42,117,0,0,44,117,0,0,46,117,0,0,52,117,0,0,54,117,0,0,54,117,0,0,54,117,0,0,62,117,0,0,62,117,0,0,68,117,0,0,68,117,0,0,68,117,0,0,68,117,0,0,68,117,0,0,70,117,0,0,70,117,0,0,70,117,0,0,70,117,0,0,76,117,0,0,78,117,0,0,78,117,0,0,78,117,0,0,80,117,0,0,84,117,0,0,88,117,0,0,98,117,0,0,100,117,0,0,100,117,0,0,106,117,0,0,106,117,0,0,106,117,0,0,108,117,0,0,108,117,0,0,108,117,0,0,110,117,0,0,120,117,0,0,130,117,0,0,132,117,0,0,132,117,0,0,132,117,0,0,132,117,0,0,136,117,0,0,136,117,0,0,138,117,0,0,142,117,0,0,144,117,0,0,148,117,0,0,150,117,0,0,150,117,0,0,150,117,0,0,152,117,0,0,158,117,0,0,158,117,0,0,158,117,0,0,158,117,0,0,158,117,0,0,166,117,0,0,168,117,0,0,168,117,0,0,172,117,0,0,172,117,0,0,174,117,0,0,174,117,0,0,174,117,0,0,174,117,0,0,182,117,0,0,182,117,0,0,182,117,0,0,182,117,0,0,182,117,0,0,186,117,0,0,188,117,0,0,188,117,0,0,188,117,0,0,192,117,0,0,192,117,0,0,192,117,0,0,192,117,0,0,194,117,0,0,200,117,0,0,202,117,0,0,202,117,0,0,202,117,0,0,204,117,0,0,204,117,0,0,204,117,0,0,204,117,0,0,204,117,0,0,206,117,0,0,208,117,0,0,208,117,0,0,208,117,0,0,208,117,0,0,208,117,0,0,210,117,0,0,210,117,0,0,214,117,0,0,214,117,0,0,216,117,0,0,216,117,0,0,216,117,0,0,220,117,0,0,220,117,0,0,222,117,0,0,224,117,0,0,224,117,0,0,226,117,0,0,226,117,0,0,226,117,0,0,226,117,0,0,226,117,0,0,226,117,0,0,226,117,0,0,228,117,0,0,228,117,0,0,228,117,0,0,234,117,0,0,236,117,0,0,240,117,0,0,244,117,0,0,250,117,0,0,250,117,0,0,252,117,0,0,252,117,0,0,0,118,0,0,2,118,0,0,2,118,0,0,2,118,0,0,2,118,0,0,4,118,0,0,4,118,0,0,6,118,0,0,6,118,0,0,8,118,0,0,10,118,0,0,22,118,0,0,22,118,0,0,22,118,0,0,28,118,0,0,32,118,0,0,32,118,0,0,34,118,0,0,42,118,0,0,44,118,0,0,46,118,0,0,46,118,0,0,46,118,0,0,52,118,0,0,52,118,0,0,54,118,0,0,54,118,0,0,56,118,0,0,56,118,0,0,56,118,0,0,60,118,0,0,64,118,0,0,64,118,0,0,76,118,0,0,76,118,0,0,80,118,0,0,80,118,0,0,80,118,0,0,82,118,0,0,82,118,0,0,82,118,0,0,82,118,0,0,82,118,0,0,84,118,0,0,86,118,0,0,90,118,0,0,90,118,0,0,92,118,0,0,94,118,0,0,94,118,0,0,94,118,0,0,94,118,0,0,94,118,0,0,94,118,0,0,96,118,0,0,98,118,0,0,98,118,0,0,98,118,0,0,98,118,0,0,98,118,0,0,98,118,0,0,104,118,0,0,108,118,0,0,110,118,0,0,110,118,0,0,110,118,0,0,112,118,0,0,112,118,0,0,112,118,0,0,114,118,0,0,118,118,0,0,118,118,0,0,118,118,0,0,122,118,0,0,122,118,0,0,126,118,0,0,132,118,0,0,134,118,0,0,142,118,0,0,150,118,0,0,150,118,0,0,150,118,0,0,150,118,0,0,150,118,0,0,150,118,0,0,150,118,0,0,150,118,0,0,152,118,0,0,152,118,0,0,152,118,0,0,152,118,0,0,152,118,0,0,152,118,0,0,152,118,0,0,154,118,0,0,158,118,0,0,160,118,0,0,164,118,0,0,166,118,0,0,168,118,0,0,168,118,0,0,168,118,0,0,172,118,0,0,172,118,0,0,172,118,0,0,174,118,0,0,176,118,0,0,178,118,0,0,178,118,0,0,178,118,0,0,182,118,0,0,184,118,0,0,188,118,0,0,188,118,0,0,192,118,0,0,192,118,0,0,192,118,0,0,200,118,0,0,200,118,0,0,200,118,0,0,206,118,0,0,208,118,0,0,214,118,0,0,216,118,0,0,222,118,0,0,232,118,0,0,234,118,0,0,236,118,0,0,236,118,0,0,236,118,0,0,236,118,0,0,236,118,0,0,236,118,0,0,242,118,0,0,242,118,0,0,242,118,0,0,242,118,0,0,244,118,0,0,250,118,0,0,252,118,0,0,252,118,0,0,252,118,0,0,252,118,0,0,254,118,0,0,254,118,0,0,6,119,0,0,16,119,0,0,20,119,0,0,24,119,0,0,32,119,0,0,34,119,0,0,34,119,0,0,40,119,0,0,42,119,0,0,42,119,0,0,42,119,0,0,48,119,0,0,50,119,0,0,50,119,0,0,54,119,0,0,54,119,0,0,54,119,0,0,54,119,0,0,54,119,0,0,54,119,0,0,56,119,0,0,58,119,0,0,62,119,0,0,64,119,0,0,64,119,0,0,64,119,0,0,70,119,0,0,70,119,0,0,70,119,0,0,70,119,0,0,76,119,0,0,76,119,0,0,78,119,0,0,82,119,0,0,86,119,0,0,86,119,0,0,86,119,0,0,86,119,0,0,88,119,0,0,92,119,0,0,94,119,0,0,94,119,0,0,100,119,0,0,100,119,0,0,100,119,0,0,100,119,0,0,100,119,0,0,100,119,0,0,100,119,0,0,100,119,0,0,110,119,0,0,110,119,0,0,110,119,0,0,112,119,0,0,122,119,0,0,122,119,0,0,122,119,0,0,122,119,0,0,122,119,0,0,124,119,0,0,124,119,0,0,124,119,0,0,124,119,0,0,126,119,0,0,126,119,0,0,126,119,0,0,128,119,0,0,134,119,0,0,142,119,0,0,144,119,0,0,144,119,0,0,144,119,0,0,144,119,0,0,144,119,0,0,146,119,0,0,146,119,0,0,146,119,0,0,146,119,0,0,146,119,0,0,146,119,0,0,146,119,0,0,154,119,0,0,158,119,0,0,164,119,0,0,168,119,0,0,168,119,0,0,174,119,0,0,174,119,0,0,178,119,0,0,180,119,0,0,180,119,0,0,184,119,0,0,184,119,0,0,186,119,0,0,186,119,0,0,188,119,0,0,188,119,0,0,188,119,0,0,188,119,0,0,188,119,0,0,192,119,0,0,192,119,0,0,212,119,0,0,218,119,0,0,220,119,0,0,228,119,0,0,238,119,0,0,238,119,0,0,238,119,0,0,238,119,0,0,238,119,0,0,248,119,0,0,254,119,0,0,4,120,0,0,8,120,0,0,16,120,0,0,18,120,0,0,20,120,0,0,20,120,0,0,22,120,0,0,22,120,0,0,22,120,0,0,26,120,0,0,30,120,0,0,34,120,0,0,34,120,0,0,38,120,0,0,38,120,0,0,40,120,0,0,42,120,0,0,42,120,0,0,44,120,0,0,44,120,0,0,52,120,0,0,52,120,0,0,52,120,0,0,52,120,0,0,56,120,0,0,56,120,0,0,60,120,0,0,64,120,0,0,64,120,0,0,66,120,0,0,66,120,0,0,66,120,0,0,70,120,0,0,72,120,0,0,80,120,0,0,90,120,0,0,90,120,0,0,92,120,0,0,92,120,0,0,92,120,0,0,92,120,0,0,98,120,0,0,100,120,0,0,106,120,0,0,114,120,0,0,114,120,0,0,114,120,0,0,114,120,0,0,122,120,0,0,122,120,0,0,122,120,0,0,126,120,0,0,140,120,0,0,142,120,0,0,142,120,0,0,142,120,0,0,142,120,0,0,148,120,0,0,154,120,0,0,154,120,0,0,154,120,0,0,154,120,0,0,156,120,0,0,156,120,0,0,168,120,0,0,168,120,0,0,168,120,0,0,180,120,0,0,182,120,0,0,192,120,0,0,194,120,0,0,198,120,0,0,206,120,0,0,208,120,0,0,208,120,0,0,212,120,0,0,212,120,0,0,214,120,0,0,216,120,0,0,216,120,0,0,216,120,0,0,226,120,0,0,228,120,0,0,228,120,0,0,230,120,0,0,230,120,0,0,230,120,0,0,236,120,0,0,236,120,0,0,236,120,0,0,238,120,0,0,244,120,0,0,244,120,0,0,244,120,0,0,244,120,0,0,246,120,0,0,246,120,0,0,252,120,0,0,4,121,0,0,6,121,0,0,6,121,0,0,8,121,0,0,12,121,0,0,14,121,0,0,16,121,0,0,18,121,0,0,18,121,0,0,18,121,0,0,22,121,0,0,22,121,0,0,24,121,0,0,24,121,0,0,28,121,0,0,28,121,0,0,30,121,0,0,30,121,0,0,30,121,0,0,30,121,0,0,32,121,0,0,34,121,0,0,40,121,0,0,40,121,0,0,44,121,0,0,46,121,0,0,48,121,0,0,48,121,0,0,50,121,0,0,50,121,0,0,50,121,0,0,60,121,0,0,60,121,0,0,60,121,0,0,60,121,0,0,62,121,0,0,66,121,0,0,66,121,0,0,66,121,0,0,68,121,0,0,68,121,0,0,68,121,0,0,68,121,0,0,68,121,0,0,74,121,0,0,74,121,0,0,74,121,0,0,80,121,0,0,82,121,0,0,86,121,0,0,90,121,0,0,92,121,0,0,92,121,0,0,96,121,0,0,98,121,0,0,98,121,0,0,100,121,0,0,100,121,0,0,100,121,0,0,100,121,0,0,102,121,0,0,102,121,0,0,102,121,0,0,106,121,0,0,110,121,0,0,120,121,0,0,122,121,0,0,128,121,0,0,128,121,0,0,128,121,0,0,128,121,0,0,134,121,0,0,136,121,0,0,138,121,0,0,140,121,0,0,142,121,0,0,144,121,0,0,144,121,0,0,146,121,0,0,148,121,0,0,148,121,0,0,148,121,0,0,148,121,0,0,152,121,0,0,156,121,0,0,158,121,0,0,158,121,0,0,162,121,0,0,162,121,0,0,162,121,0,0,162,121,0,0,164,121,0,0,176,121,0,0,180,121,0,0,182,121,0,0,182,121,0,0,182,121,0,0,188,121,0,0,188,121,0,0,190,121,0,0,190,121,0,0,190,121,0,0,190,121,0,0,196,121,0,0,196,121,0,0,196,121,0,0,198,121,0,0,200,121,0,0,200,121,0,0,200,121,0,0,200,121,0,0,204,121,0,0,208,121,0,0,212,121,0,0,216,121,0,0,216,121,0,0,218,121,0,0,218,121,0,0,218,121,0,0,222,121,0,0,224,121,0,0,224,121,0,0,224,121,0,0,224,121,0,0,226,121,0,0,232,121,0,0,234,121,0,0,234,121,0,0,234,121,0,0,234,121,0,0,234,121,0,0,238,121,0,0,238,121,0,0,238,121,0,0,238,121,0,0,242,121,0,0,242,121,0,0,242,121,0,0,242,121,0,0,242,121,0,0,242,121,0,0,242,121,0,0,246,121,0,0,0,122,0,0,0,122,0,0,4,122,0,0,6,122,0,0,8,122,0,0,8,122,0,0,8,122,0,0,14,122,0,0,16,122,0,0,16,122,0,0,16,122,0,0,16,122,0,0,22,122,0,0,28,122,0,0,38,122,0,0,38,122,0,0,38,122,0,0,42,122,0,0,46,122,0,0,46,122,0,0,46,122,0,0,54,122,0,0,56,122,0,0,56,122,0,0,58,122,0,0,70,122,0,0,70,122,0,0,70,122,0,0,70,122,0,0,70,122,0,0,74,122,0,0,76,122,0,0,78,122,0,0,78,122,0,0,78,122,0,0,78,122,0,0,80,122,0,0,82,122,0,0,82,122,0,0,82,122,0,0,86,122,0,0,86,122,0,0,86,122,0,0,90,122,0,0,94,122,0,0,96,122,0,0,100,122,0,0,104,122,0,0,118,122,0,0,120,122,0,0,120,122,0,0,120,122,0,0,136,122,0,0,136,122,0,0,136,122,0,0,136,122,0,0,138,122,0,0,140,122,0,0,140,122,0,0,142,122,0,0,144,122,0,0,148,122,0,0,154,122,0,0,154,122,0,0,156,122,0,0,156,122,0,0,158,122,0,0,162,122,0,0,162,122,0,0,162,122,0,0,168,122,0,0,170,122,0,0,170,122,0,0,170,122,0,0,170,122,0,0,170,122,0,0,174,122,0,0,174,122,0,0,174,122,0,0,178,122,0,0,178,122,0,0,178,122,0,0,180,122,0,0,186,122,0,0,186,122,0,0,192,122,0,0,192,122,0,0,192,122,0,0,192,122,0,0,192,122,0,0,192,122,0,0,192,122,0,0,192,122,0,0,194,122,0,0,198,122,0,0,200,122,0,0,202,122,0,0,202,122,0,0,202,122,0,0,202,122,0,0,204,122,0,0,204,122,0,0,208,122,0,0,212,122,0,0,214,122,0,0,214,122,0,0,216,122,0,0,218,122,0,0,218,122,0,0,220,122,0,0,224,122,0,0,224,122,0,0,230,122,0,0,236,122,0,0,236,122,0,0,236,122,0,0,236,122,0,0,240,122,0,0,242,122,0,0,242,122,0,0,250,122,0,0,252,122,0,0,252,122,0,0,254,122,0,0,254,122,0,0,254,122,0,0,254,122,0,0,254,122,0,0,254,122,0,0,0,123,0,0,0,123,0,0,4,123,0,0,4,123,0,0,4,123,0,0,6,123,0,0,12,123,0,0,12,123,0,0,12,123,0,0,14,123,0,0,16,123,0,0,16,123,0,0,16,123,0,0,16,123,0,0,18,123,0,0,18,123,0,0,18,123,0,0,22,123,0,0,26,123,0,0,26,123,0,0,26,123,0,0,30,123,0,0,32,123,0,0,32,123,0,0,34,123,0,0,36,123,0,0,38,123,0,0,38,123,0,0,38,123,0,0,38,123,0,0,38,123,0,0,38,123,0,0,44,123,0,0,44,123,0,0,46,123,0,0,48,123,0,0,56,123,0,0,56,123,0,0,56,123,0,0,56,123,0,0,56,123,0,0,56,123,0,0,56,123,0,0,60,123,0,0,60,123,0,0,60,123,0,0,60,123,0,0,60,123,0,0,60,123,0,0,60,123,0,0,64,123,0,0,64,123,0,0,64,123,0,0,64,123,0,0,64,123,0,0,66,123,0,0,66,123,0,0,66,123,0,0,66,123,0,0,66,123,0,0,66,123,0,0,70,123,0,0,70,123,0,0,70,123,0,0,74,123,0,0,74,123,0,0,78,123,0,0,84,123,0,0,84,123,0,0,84,123,0,0,84,123,0,0,88,123,0,0,92,123,0,0,98,123,0,0,100,123,0,0,104,123,0,0,106,123,0,0,108,123,0,0,108,123,0,0,108,123,0,0,108,123,0,0,108,123,0,0,110,123,0,0,112,123,0,0,116,123,0,0,118,123,0,0,118,123,0,0,120,123,0,0,122,123,0,0,132,123,0,0,134,123,0,0,136,123,0,0,138,123,0,0,138,123,0,0,140,123,0,0,140,123,0,0,144,123,0,0,144,123,0,0,148,123,0,0,148,123,0,0,148,123,0,0,148,123,0,0,154,123,0,0,154,123,0,0,154,123,0,0,154,123,0,0,158,123,0,0,158,123,0,0,158,123,0,0,158,123,0,0,162,123,0,0,162,123,0,0,166,123,0,0,170,123,0,0,176,123,0,0,178,123,0,0,186,123,0,0,188,123,0,0,188,123,0,0,188,123,0,0,188,123,0,0,192,123,0,0,202,123,0,0,202,123,0,0,202,123,0,0,202,123,0,0,202,123,0,0,202,123,0,0,204,123,0,0,204,123,0,0,208,123,0,0,208,123,0,0,208,123,0,0,208,123,0,0,208,123,0,0,214,123,0,0,214,123,0,0,214,123,0,0,214,123,0,0,220,123,0,0,224,123,0,0,224,123,0,0,224,123,0,0,228,123,0,0,230,123,0,0,230,123,0,0,230,123,0,0,230,123,0,0,236,123,0,0,236,123,0,0,236,123,0,0,236,123,0,0,238,123,0,0,238,123,0,0,242,123,0,0,244,123,0,0,244,123,0,0,244,123,0,0,248,123,0,0,250,123,0,0,250,123,0,0,250,123,0,0,252,123,0,0,252,123,0,0,0,124,0,0,0,124,0,0,12,124,0,0,14,124,0,0,14,124,0,0,18,124,0,0,18,124,0,0,24,124,0,0,24,124,0,0,24,124,0,0,24,124,0,0,32,124,0,0,36,124,0,0,40,124,0,0,40,124,0,0,40,124,0,0,40,124,0,0,46,124,0,0,54,124,0,0,58,124,0,0,64,124,0,0,64,124,0,0,64,124,0,0,64,124,0,0,64,124,0,0,68,124,0,0,68,124,0,0,68,124,0,0,68,124,0,0,70,124,0,0,78,124,0,0,82,124,0,0,84,124,0,0,90,124,0,0,90,124,0,0,94,124,0,0,94,124,0,0,94,124,0,0,94,124,0,0,96,124,0,0,98,124,0,0,102,124,0,0,102,124,0,0,102,124,0,0,104,124,0,0,108,124,0,0,112,124,0,0,116,124,0,0,122,124,0,0,122,124,0,0,122,124,0,0,122,124,0,0,122,124,0,0,122,124,0,0,130,124,0,0,130,124,0,0,130,124,0,0,130,124,0,0,130,124,0,0,132,124,0,0,132,124,0,0,132,124,0,0,138,124,0,0,138,124,0,0,144,124,0,0,144,124,0,0,144,124,0,0,144,124,0,0,146,124,0,0,146,124,0,0,148,124,0,0,148,124,0,0,148,124,0,0,148,124,0,0,150,124,0,0,150,124,0,0,152,124,0,0,164,124,0,0,166,124,0,0,168,124,0,0,172,124,0,0,172,124,0,0,174,124,0,0,174,124,0,0,174,124,0,0,178,124,0,0,182,124,0,0,182,124,0,0,184,124,0,0,184,124,0,0,184,124,0,0,184,124,0,0,184,124,0,0,186,124,0,0,190,124,0,0,192,124,0,0,192,124,0,0,200,124,0,0,202,124,0,0,204,124,0,0,204,124,0,0,204,124,0,0,204,124,0,0,204,124,0,0,204,124,0,0,206,124,0,0,206,124,0,0,208,124,0,0,208,124,0,0,208,124,0,0,208,124,0,0,208,124,0,0,208,124,0,0,208,124,0,0,208,124,0,0,208,124,0,0,212,124,0,0,214,124,0,0,216,124,0,0,218,124,0,0,222,124,0,0,222,124,0,0,222,124,0,0,222,124,0,0,224,124,0,0,226,124,0,0,226,124,0,0,226,124,0,0,226,124,0,0,226,124,0,0,226,124,0,0,226,124,0,0,226,124,0,0,226,124,0,0,234,124,0,0,234,124,0,0,236,124,0,0,238,124,0,0,238,124,0,0,238,124,0,0,242,124,0,0,242,124,0,0,244,124,0,0,244,124,0,0,244,124,0,0,244,124,0,0,244,124,0,0,244,124,0,0,244,124,0,0,248,124,0,0,248,124,0,0,248,124,0,0,248,124,0,0,248,124,0,0,248,124,0,0,248,124,0,0,250,124,0,0,250,124,0,0,250,124,0,0,250,124,0,0,250,124,0,0,250,124,0,0,250,124,0,0,0,125,0,0,6,125,0,0,8,125,0,0,8,125,0,0,8,125,0,0,10,125,0,0,16,125,0,0,18,125,0,0,22,125,0,0,22,125,0,0,22,125,0,0,22,125,0,0,22,125,0,0,24,125,0,0,24,125,0,0,26,125,0,0,38,125,0,0,40,125,0,0,42,125,0,0,44,125,0,0,44,125,0,0,44,125,0,0,44,125,0,0,52,125,0,0,52,125,0,0,54,125,0,0,54,125,0,0,58,125,0,0,58,125,0,0,76,125,0,0,80,125,0,0,80,125,0,0,92,125,0,0,92,125,0,0,94,125,0,0,98,125,0,0,98,125,0,0,98,125,0,0,98,125,0,0,100,125,0,0,106,125,0,0,106,125,0,0,108,125,0,0,108,125,0,0,112,125,0,0,114,125,0,0,120,125,0,0,120,125,0,0,120,125,0,0,126,125,0,0,130,125,0,0,130,125,0,0,130,125,0,0,132,125,0,0,134,125,0,0,136,125,0,0,138,125,0,0,146,125,0,0,146,125,0,0,146,125,0,0,154,125,0,0,158,125,0,0,160,125,0,0,160,125,0,0,162,125,0,0,162,125,0,0,166,125,0,0,166,125,0,0,166,125,0,0,168,125,0,0,170,125,0,0,172,125,0,0,176,125,0,0,176,125,0,0,186,125,0,0,192,125,0,0,194,125,0,0,200,125,0,0,200,125,0,0,200,125,0,0,202,125,0,0,204,125,0,0,204,125,0,0,204,125,0,0,206,125,0,0,206,125,0,0,210,125,0,0,210,125,0,0,210,125,0,0,210,125,0,0,212,125,0,0,212,125,0,0,214,125,0,0,216,125,0,0,216,125,0,0,222,125,0,0,224,125,0,0,228,125,0,0,232,125,0,0,232,125,0,0,234,125,0,0,236,125,0,0,242,125,0,0,242,125,0,0,242,125,0,0,248,125,0,0,248,125,0,0,248,125,0,0,248,125,0,0,248,125,0,0,250,125,0,0,252,125,0,0,0,126,0,0,0,126,0,0,8,126,0,0,12,126,0,0,12,126,0,0,14,126,0,0,16,126,0,0,20,126,0,0,20,126,0,0,20,126,0,0,22,126,0,0,22,126,0,0,22,126,0,0,22,126,0,0,26,126,0,0,32,126,0,0,38,126,0,0,44,126,0,0,44,126,0,0,48,126,0,0,48,126,0,0,50,126,0,0,50,126,0,0,50,126,0,0,52,126,0,0,52,126,0,0,58,126,0,0,58,126,0,0,58,126,0,0,60,126,0,0,60,126,0,0,60,126,0,0,60,126,0,0,60,126,0,0,62,126,0,0,64,126,0,0,66,126,0,0,70,126,0,0,70,126,0,0,72,126,0,0,72,126,0,0,72,126,0,0,74,126,0,0,74,126,0,0,76,126,0,0,80,126,0,0,80,126,0,0,84,126,0,0,86,126,0,0,86,126,0,0,86,126,0,0,86,126,0,0,86,126,0,0,96,126,0,0,96,126,0,0,96,126,0,0,96,126,0,0,98,126,0,0,100,126,0,0,100,126,0,0,100,126,0,0,100,126,0,0,102,126,0,0,102,126,0,0,104,126,0,0,104,126,0,0,104,126,0,0,108,126,0,0,108,126,0,0,114,126,0,0,114,126,0,0,118,126,0,0,118,126,0,0,118,126,0,0,120,126,0,0,124,126,0,0,128,126,0,0,128,126,0,0,130,126,0,0,132,126,0,0,134,126,0,0,136,126,0,0,142,126,0,0,144,126,0,0,150,126,0,0,150,126,0,0,152,126,0,0,152,126,0,0,152,126,0,0,156,126,0,0,166,126,0,0,166,126,0,0,172,126,0,0,172,126,0,0,172,126,0,0,178,126,0,0,180,126,0,0,180,126,0,0,180,126,0,0,186,126,0,0,186,126,0,0,190,126,0,0,196,126,0,0,198,126,0,0,198,126,0,0,200,126,0,0,200,126,0,0,202,126,0,0,202,126,0,0,202,126,0,0,204,126,0,0,208,126,0,0,208,126,0,0,210,126,0,0,212,126,0,0,216,126,0,0,218,126,0,0,220,126,0,0,220,126,0,0,224,126,0,0,224,126,0,0,224,126,0,0,224,126,0,0,228,126,0,0,228,126,0,0,228,126,0,0,228,126,0,0,228,126,0,0,234,126,0,0,238,126,0,0,238,126,0,0,244,126,0,0,244,126,0,0,254,126,0,0,254,126,0,0,254,126,0,0,0,127,0,0,0,127,0,0,0,127,0,0,0,127,0,0,0,127,0,0,2,127,0,0,8,127,0,0,8,127,0,0,10,127,0,0,14,127,0,0,14,127,0,0,14,127,0,0,18,127,0,0,24,127,0,0,24,127,0,0,26,127,0,0,26,127,0,0,34,127,0,0,34,127,0,0,36,127,0,0,36,127,0,0,36,127,0,0,40,127,0,0,42,127,0,0,44,127,0,0,46,127,0,0,50,127,0,0,50,127,0,0,52,127,0,0,52,127,0,0,52,127,0,0,52,127,0,0,52,127,0,0,52,127,0,0,52,127,0,0,52,127,0,0,54,127,0,0,54,127,0,0,56,127,0,0,56,127,0,0,56,127,0,0,56,127,0,0,56,127,0,0,56,127,0,0,58,127,0,0,60,127,0,0,60,127,0,0,66,127,0,0,68,127,0,0,68,127,0,0,68,127,0,0,68,127,0,0,68,127,0,0,68,127,0,0,68,127,0,0,68,127,0,0,70,127,0,0,72,127,0,0,80,127,0,0,80,127,0,0,84,127,0,0,86,127,0,0,94,127,0,0,94,127,0,0,94,127,0,0,94,127,0,0,94,127,0,0,96,127,0,0,98,127,0,0,102,127,0,0,102,127,0,0,102,127,0,0,102,127,0,0,102,127,0,0,106,127,0,0,108,127,0,0,108,127,0,0,110,127,0,0,110,127,0,0,110,127,0,0,112,127,0,0,112,127,0,0,114,127,0,0,114,127,0,0,114,127,0,0,114,127,0,0,120,127,0,0,126,127,0,0,126,127,0,0,126,127,0,0,132,127,0,0,132,127,0,0,132,127,0,0,134,127,0,0,134,127,0,0,134,127,0,0,136,127,0,0,144,127,0,0,148,127,0,0,148,127,0,0,148,127,0,0,152,127,0,0,152,127,0,0,158,127,0,0,160,127,0,0,160,127,0,0,162,127,0,0,166,127,0,0,166,127,0,0,166,127,0,0,166,127,0,0,172,127,0,0,172,127,0,0,174,127,0,0,178,127,0,0,184,127,0,0,184,127,0,0,184,127,0,0,188,127,0,0,188,127,0,0,190,127,0,0,196,127,0,0,196,127,0,0,196,127,0,0,202,127,0,0,204,127,0,0,210,127,0,0,210,127,0,0,210,127,0,0,212,127,0,0,212,127,0,0,212,127,0,0,212,127,0,0,218,127,0,0,220,127,0,0,228,127,0,0,228,127,0,0,232,127,0,0,234,127,0,0,234,127,0,0,234,127,0,0,238,127,0,0,238,127,0,0,238,127,0,0,238,127,0,0,238,127,0,0,238,127,0,0,240,127,0,0,242,127,0,0,244,127,0,0,246,127,0,0,246,127,0,0,248,127,0,0,248,127,0,0,252,127,0,0,4,128,0,0,6,128,0,0,10,128,0,0,16,128,0,0,16,128,0,0,18,128,0,0,20,128,0,0,22,128,0,0,22,128,0,0,28,128,0,0,36,128,0,0,42,128,0,0,42,128,0,0,42,128,0,0,42,128,0,0,42,128,0,0,42,128,0,0,48,128,0,0,48,128,0,0,48,128,0,0,52,128,0,0,52,128,0,0,52,128,0,0,54,128,0,0,54,128,0,0,54,128,0,0,54,128,0,0,56,128,0,0,56,128,0,0,62,128,0,0,62,128,0,0,68,128,0,0,68,128,0,0,74,128,0,0,76,128,0,0,76,128,0,0,86,128,0,0,90,128,0,0,92,128,0,0,96,128,0,0,96,128,0,0,98,128,0,0,98,128,0,0,104,128,0,0,104,128,0,0,112,128,0,0,112,128,0,0,116,128,0,0,116,128,0,0,116,128,0,0,120,128,0,0,120,128,0,0,120,128,0,0,122,128,0,0,122,128,0,0,126,128,0,0,132,128,0,0,132,128,0,0,132,128,0,0,132,128,0,0,132,128,0,0,134,128,0,0,134,128,0,0,134,128,0,0,134,128,0,0,136,128,0,0,138,128,0,0,140,128,0,0,140,128,0,0,140,128,0,0,140,128,0,0,142,128,0,0,142,128,0,0,142,128,0,0,142,128,0,0,142,128,0,0,142,128,0,0,144,128,0,0,144,128,0,0,146,128,0,0,146,128,0,0,148,128,0,0,150,128,0,0,156,128,0,0,164,128,0,0,164,128,0,0,170,128,0,0,172,128,0,0,172,128,0,0,172,128,0,0,174,128,0,0,180,128,0,0,180,128,0,0,184,128,0,0,184,128,0,0,184,128,0,0,188,128,0,0,188,128,0,0,188,128,0,0,188,128,0,0,190,128,0,0,198,128,0,0,198,128,0,0,198,128,0,0,200,128,0,0,200,128,0,0,200,128,0,0,200,128,0,0,206,128,0,0,208,128,0,0,212,128,0,0,212,128,0,0,214,128,0,0,214,128,0,0,216,128,0,0,216,128,0,0,220,128,0,0,222,128,0,0,224,128,0,0,228,128,0,0,228,128,0,0,234,128,0,0,236,128,0,0,238,128,0,0,244,128,0,0,2,129,0,0,6,129,0,0,12,129,0,0,12,129,0,0,12,129,0,0,12,129,0,0,26,129,0,0,26,129,0,0,26,129,0,0,26,129,0,0,26,129,0,0,26,129,0,0,28,129,0,0,30,129,0,0,36,129,0,0,40,129,0,0,40,129,0,0,40,129,0,0,46,129,0,0,48,129,0,0,48,129,0,0,48,129,0,0,52,129,0,0,58,129,0,0,58,129,0,0,58,129,0,0,58,129,0,0,64,129,0,0,66,129,0,0,66,129,0,0,66,129,0,0,66,129,0,0,66,129,0,0,66,129,0,0,66,129,0,0,68,129,0,0,74,129,0,0,74,129,0,0,74,129,0,0,76,129,0,0,84,129,0,0,84,129,0,0,86,129,0,0,86,129,0,0,86,129,0,0,86,129,0,0,86,129,0,0,86,129,0,0,86,129,0,0,90,129,0,0,94,129,0,0,94,129,0,0,100,129,0,0,100,129,0,0,102,129,0,0,102,129,0,0,102,129,0,0,106,129,0,0,106,129,0,0,114,129,0,0,120,129,0,0,126,129,0,0,130,129,0,0,130,129,0,0,132,129,0,0,136,129,0,0,138,129,0,0,138,129,0,0,142,129,0,0,144,129,0,0,144,129,0,0,146,129,0,0,146,129,0,0,150,129,0,0,150,129,0,0,150,129,0,0,152,129,0,0,152,129,0,0,152,129,0,0,152,129,0,0,162,129,0,0,162,129,0,0,166,129,0,0,172,129,0,0,174,129,0,0,180,129,0,0,182,129,0,0,182,129,0,0,186,129,0,0,186,129,0,0,188,129,0,0,188,129,0,0,190,129,0,0,194,129,0,0,198,129,0,0,198,129,0,0,200,129,0,0,200,129,0,0,200,129,0,0,200,129,0,0,200,129,0,0,202,129,0,0,202,129,0,0,202,129,0,0,204,129,0,0,204,129,0,0,204,129,0,0,206,129,0,0,206,129,0,0,206,129,0,0,206,129,0,0,206,129,0,0,206,129,0,0,206,129,0,0,206,129,0,0,206,129,0,0,206,129,0,0,206,129,0,0,206,129,0,0,208,129,0,0,210,129,0,0,212,129,0,0,212,129,0,0,216,129,0,0,216,129,0,0,218,129,0,0,220,129,0,0,224,129,0,0,224,129,0,0,228,129,0,0,228,129,0,0,230,129,0,0,230,129,0,0,230,129,0,0,232,129,0,0,232,129,0,0,232,129,0,0,232,129,0,0,234,129,0,0,234,129,0,0,236,129,0,0,236,129,0,0,236,129,0,0,236,129,0,0,238,129,0,0,238,129,0,0,240,129,0,0,244,129,0,0,244,129,0,0,244,129,0,0,244,129,0,0,244,129,0,0,250,129,0,0,252,129,0,0,254,129,0,0,254,129,0,0,2,130,0,0,12,130,0,0,14,130,0,0,16,130,0,0,18,130,0,0,18,130,0,0,20,130,0,0,26,130,0,0,26,130,0,0,28,130,0,0,36,130,0,0,36,130,0,0,38,130,0,0,42,130,0,0,44,130,0,0,50,130,0,0,54,130,0,0,56,130,0,0,74,130,0,0,78,130,0,0,78,130,0,0,80,130,0,0,82,130,0,0,90,130,0,0,90,130,0,0,90,130,0,0,90,130,0,0,94,130,0,0,96,130,0,0,100,130,0,0,106,130,0,0,110,130,0,0,116,130,0,0,116,130,0,0,116,130,0,0,122,130,0,0,122,130,0,0,136,130,0,0,136,130,0,0,138,130,0,0,138,130,0,0,138,130,0,0,140,130,0,0,146,130,0,0,154,130,0,0,154,130,0,0,156,130,0,0,158,130,0,0,158,130,0,0,162,130,0,0,162,130,0,0,162,130,0,0,166,130,0,0,166,130,0,0,166,130,0,0,166,130,0,0,166,130,0,0,168,130,0,0,174,130,0,0,174,130,0,0,174,130,0,0,178,130,0,0,180,130,0,0,184,130,0,0,186,130,0,0,188,130,0,0,188,130,0,0,192,130,0,0,192,130,0,0,198,130,0,0,200,130,0,0,200,130,0,0,212,130,0,0,214,130,0,0,214,130,0,0,222,130,0,0,222,130,0,0,226,130,0,0,228,130,0,0,234,130,0,0,238,130,0,0,240,130,0,0,242,130,0,0,242,130,0,0,246,130,0,0,246,130,0,0,252,130,0,0,252,130,0,0,252,130,0,0,254,130,0,0,4,131,0,0,4,131,0,0,4,131,0,0,4,131,0,0,12,131,0,0,14,131,0,0,18,131,0,0,22,131,0,0,26,131,0,0,28,131,0,0,30,131,0,0,30,131,0,0,32,131,0,0,40,131,0,0,42,131,0,0,42,131,0,0,44,131,0,0,46,131,0,0,48,131,0,0,48,131,0,0,50,131,0,0,54,131,0,0,56,131,0,0,56,131,0,0,62,131,0,0,62,131,0,0,62,131,0,0,62,131,0,0,66,131,0,0,66,131,0,0,66,131,0,0,70,131,0,0,70,131,0,0,70,131,0,0,72,131,0,0,72,131,0,0,76,131,0,0,82,131,0,0,82,131,0,0,84,131,0,0,84,131,0,0,84,131,0,0,84,131,0,0,94,131,0,0,96,131,0,0,96,131,0,0,108,131,0,0,108,131,0,0,112,131,0,0,114,131,0,0,118,131,0,0,118,131,0,0,120,131,0,0,124,131,0,0,132,131,0,0,134,131,0,0,136,131,0,0,142,131,0,0,144,131,0,0,144,131,0,0,148,131,0,0,150,131,0,0,150,131,0,0,152,131,0,0,152,131,0,0,154,131,0,0,154,131,0,0,162,131,0,0,168,131,0,0,176,131,0,0,176,131,0,0,180,131,0,0,180,131,0,0,180,131,0,0,180,131,0,0,182,131,0,0,182,131,0,0,186,131,0,0,186,131,0,0,188,131,0,0,188,131,0,0,192,131,0,0,192,131,0,0,196,131,0,0,198,131,0,0,200,131,0,0,200,131,0,0,202,131,0,0,202,131,0,0,206,131,0,0,208,131,0,0,218,131,0,0,220,131,0,0,220,131,0,0,220,131,0,0,220,131,0,0,220,131,0,0,226,131,0,0,226,131,0,0,230,131,0,0,234,131,0,0,236,131,0,0,240,131,0,0,240,131,0,0,248,131,0,0,248,131,0,0,252,131,0,0,4,132,0,0,10,132,0,0,10,132,0,0,10,132,0,0,14,132,0,0,14,132,0,0,16,132,0,0,18,132,0,0,24,132,0,0,24,132,0,0,26,132,0,0,26,132,0,0,34,132,0,0,34,132,0,0,34,132,0,0,34,132,0,0,36,132,0,0,36,132,0,0,36,132,0,0,36,132,0,0,40,132,0,0,40,132,0,0,42,132,0,0,42,132,0,0,42,132,0,0,44,132,0,0,52,132,0,0,52,132,0,0,52,132,0,0,52,132,0,0,60,132,0,0,60,132,0,0,62,132,0,0,62,132,0,0,66,132,0,0,68,132,0,0,68,132,0,0,70,132,0,0,72,132,0,0,72,132,0,0,74,132,0,0,76,132,0,0,76,132,0,0,78,132,0,0,80,132,0,0,82,132,0,0,84,132,0,0,90,132,0,0,90,132,0,0,90,132,0,0,90,132,0,0,92,132,0,0,100,132,0,0,100,132,0,0,100,132,0,0,102,132,0,0,102,132,0,0,102,132,0,0,102,132,0,0,112,132,0,0,114,132,0,0,120,132,0,0,120,132,0,0,120,132,0,0,120,132,0,0,120,132,0,0,120,132,0,0,120,132,0,0,126,132,0,0,128,132,0,0,130,132,0,0,136,132,0,0,138,132,0,0,146,132,0,0,146,132,0,0,146,132,0,0,146,132,0,0,152,132,0,0,162,132,0,0,166,132,0,0,166,132,0,0,170,132,0,0,170,132,0,0,170,132,0,0,172,132,0,0,172,132,0,0,174,132,0,0,174,132,0,0,180,132,0,0,180,132,0,0,188,132,0,0,190,132,0,0,194,132,0,0,194,132,0,0,194,132,0,0,194,132,0,0,194,132,0,0,194,132,0,0,194,132,0,0,194,132,0,0,194,132,0,0,196,132,0,0,200,132,0,0,200,132,0,0,200,132,0,0,200,132,0,0,202,132,0,0,204,132,0,0,206,132,0,0,206,132,0,0,208,132,0,0,208,132,0,0,208,132,0,0,208,132,0,0,208,132,0,0,208,132,0,0,210,132,0,0,214,132,0,0,214,132,0,0,216,132,0,0,224,132,0,0,224,132,0,0,224,132,0,0,226,132,0,0,234,132,0,0,240,132,0,0,240,132,0,0,248,132,0,0,250,132,0,0,252,132,0,0,2,133,0,0,6,133,0,0,6,133,0,0,6,133,0,0,8,133,0,0,14,133,0,0,16,133,0,0,16,133,0,0,18,133,0,0,20,133,0,0,24,133,0,0,26,133,0,0,30,133,0,0,30,133,0,0,32,133,0,0,32,133,0,0,32,133,0,0,32,133,0,0,32,133,0,0,34,133,0,0,38,133,0,0,38,133,0,0,38,133,0,0,42,133,0,0,42,133,0,0,42,133,0,0,42,133,0,0,52,133,0,0,52,133,0,0,52,133,0,0,58,133,0,0,58,133,0,0,58,133,0,0,60,133,0,0,62,133,0,0,62,133,0,0,66,133,0,0,70,133,0,0,74,133,0,0,74,133,0,0,74,133,0,0,74,133,0,0,80,133,0,0,82,133,0,0,88,133,0,0,90,133,0,0,98,133,0,0,98,133,0,0,98,133,0,0,98,133,0,0,98,133,0,0,98,133,0,0,100,133,0,0,106,133,0,0,110,133,0,0,110,133,0,0,110,133,0,0,110,133,0,0,110,133,0,0,110,133,0,0,112,133,0,0,112,133,0,0,114,133,0,0,116,133,0,0,116,133,0,0,118,133,0,0,118,133,0,0,120,133,0,0,122,133,0,0,122,133,0,0,122,133,0,0,122,133,0,0,124,133,0,0,126,133,0,0,126,133,0,0,134,133,0,0,134,133,0,0,134,133,0,0,136,133,0,0,136,133,0,0,136,133,0,0,136,133,0,0,136,133,0,0,136,133,0,0,140,133,0,0,140,133,0,0,142,133,0,0,146,133,0,0,146,133,0,0,148,133,0,0,148,133,0,0,148,133,0,0,148,133,0,0,150,133,0,0,150,133,0,0,154,133,0,0,154,133,0,0,158,133,0,0,158,133,0,0,160,133,0,0,162,133,0,0,164,133,0,0,170,133,0,0,170,133,0,0,174,133,0,0,174,133,0,0,174,133,0,0,176,133,0,0,176,133,0,0,178,133,0,0,180,133,0,0,182,133,0,0,184,133,0,0,184,133,0,0,184,133,0,0,188,133,0,0,188,133,0,0,188,133,0,0,190,133,0,0,190,133,0,0,190,133,0,0,194,133,0,0,200,133,0,0,204,133,0,0,204,133,0,0,206,133,0,0,210,133,0,0,214,133,0,0,214,133,0,0,214,133,0,0,214,133,0,0,216,133,0,0,216,133,0,0,216,133,0,0,216,133,0,0,216,133,0,0,216,133,0,0,222,133,0,0,226,133,0,0,226,133,0,0,226,133,0,0,228,133,0,0,232,133,0,0,238,133,0,0,238,133,0,0,238,133,0,0,238,133,0,0,238,133,0,0,244,133,0,0,244,133,0,0,246,133,0,0,246,133,0,0,252,133,0,0,12,134,0,0,12,134,0,0,12,134,0,0,12,134,0,0,12,134,0,0,16,134,0,0,16,134,0,0,16,134,0,0,16,134,0,0,22,134,0,0,22,134,0,0,32,134,0,0,34,134,0,0,34,134,0,0,34,134,0,0,36,134,0,0,38,134,0,0,38,134,0,0,54,134,0,0,56,134,0,0,56,134,0,0,56,134,0,0,60,134,0,0,60,134,0,0,60,134,0,0,62,134,0,0,66,134,0,0,66,134,0,0,66,134,0,0,70,134,0,0,76,134,0,0,80,134,0,0,82,134,0,0,84,134,0,0,86,134,0,0,100,134,0,0,100,134,0,0,102,134,0,0,102,134,0,0,106,134,0,0,112,134,0,0,116,134,0,0,122,134,0,0,122,134,0,0,128,134,0,0,130,134,0,0,136,134,0,0,140,134,0,0,142,134,0,0,144,134,0,0,144,134,0,0,158,134,0,0,158,134,0,0,162,134,0,0,162,134,0,0,164,134,0,0,164,134,0,0,168,134,0,0,168,134,0,0,170,134,0,0,176,134,0,0,176,134,0,0,182,134,0,0,188,134,0,0,188,134,0,0,194,134,0,0,196,134,0,0,196,134,0,0,196,134,0,0,196,134,0,0,196,134,0,0,200,134,0,0,204,134,0,0,204,134,0,0,204,134,0,0,206,134,0,0,218,134,0,0,224,134,0,0,228,134,0,0,228,134,0,0,228,134,0,0,228,134,0,0,228,134,0,0,228,134,0,0,236,134,0,0,236,134,0,0,238,134,0,0,238,134,0,0,240,134,0,0,242,134,0,0,246,134,0,0,246,134,0,0,250,134,0,0,252,134,0,0,0,135,0,0,0,135,0,0,0,135,0,0,0,135,0,0,0,135,0,0,2,135,0,0,6,135,0,0,6,135,0,0,6,135,0,0,14,135,0,0,28,135,0,0,30,135,0,0,34,135,0,0,36,135,0,0,44,135,0,0,44,135,0,0,44,135,0,0,48,135,0,0,54,135,0,0,54,135,0,0,54,135,0,0,58,135,0,0,58,135,0,0,58,135,0,0,60,135,0,0,62,135,0,0,68,135,0,0,68,135,0,0,74,135,0,0,76,135,0,0,76,135,0,0,76,135,0,0,78,135,0,0,80,135,0,0,80,135,0,0,86,135,0,0,90,135,0,0,96,135,0,0,96,135,0,0,96,135,0,0,100,135,0,0,100,135,0,0,100,135,0,0,106,135,0,0,108,135,0,0,108,135,0,0,112,135,0,0,112,135,0,0,112,135,0,0,116,135,0,0,116,135,0,0,116,135,0,0,118,135,0,0,118,135,0,0,118,135,0,0,118,135,0,0,124,135,0,0,124,135,0,0,124,135,0,0,128,135,0,0,128,135,0,0,132,135,0,0,142,135,0,0,146,135,0,0,148,135,0,0,148,135,0,0,152,135,0,0,152,135,0,0,156,135,0,0,156,135,0,0,156,135,0,0,156,135,0,0,156,135,0,0,156,135,0,0,156,135,0,0,156,135,0,0,158,135,0,0,158,135,0,0,160,135,0,0,160,135,0,0,160,135,0,0,162,135,0,0,162,135,0,0,166,135,0,0,170,135,0,0,178,135,0,0,178,135,0,0,178,135,0,0,180,135,0,0,182,135,0,0,182,135,0,0,182,135,0,0,184,135,0,0,184,135,0,0,184,135,0,0,184,135,0,0,184,135,0,0,188,135,0,0,188,135,0,0,194,135,0,0,194,135,0,0,196,135,0,0,198,135,0,0,206,135,0,0,214,135,0,0,214,135,0,0,214,135,0,0,214,135,0,0,214,135,0,0,214,135,0,0,214,135,0,0,214,135,0,0,216,135,0,0,218,135,0,0,218,135,0,0,218,135,0,0,230,135,0,0,232,135,0,0,232,135,0,0,232,135,0,0,232,135,0,0,232,135,0,0,234,135,0,0,236,135,0,0,236,135,0,0,240,135,0,0,240,135,0,0,242,135,0,0,242,135,0,0,242,135,0,0,242,135,0,0,242,135,0,0,248,135,0,0,252,135,0,0,4,136,0,0,4,136,0,0,4,136,0,0,6,136,0,0,6,136,0,0,8,136,0,0,10,136,0,0,10,136,0,0,16,136,0,0,20,136,0,0,20,136,0,0,28,136,0,0,30,136,0,0,32,136,0,0,32,136,0,0,32,136,0,0,34,136,0,0,34,136,0,0,36,136,0,0,38,136,0,0,44,136,0,0,44,136,0,0,46,136,0,0,46,136,0,0,46,136,0,0,46,136,0,0,50,136,0,0,50,136,0,0,52,136,0,0,58,136,0,0,62,136,0,0,70,136,0,0,70,136,0,0,70,136,0,0,72,136,0,0,80,136,0,0,82,136,0,0,82,136,0,0,84,136,0,0,88,136,0,0,88,136,0,0,90,136,0,0,90,136,0,0,92,136,0,0,94,136,0,0,94,136,0,0,94,136,0,0,94,136,0,0,94,136,0,0,94,136,0,0,96,136,0,0,98,136,0,0,98,136,0,0,102,136,0,0,102,136,0,0,102,136,0,0,102,136,0,0,108,136,0,0,110,136,0,0,112,136,0,0,112,136,0,0,112,136,0,0,112,136,0,0,112,136,0,0,112,136,0,0,112,136,0,0,112,136,0,0,114,136,0,0,116,136,0,0,120,136,0,0,120,136,0,0,120,136,0,0,120,136,0,0,122,136,0,0,122,136,0,0,122,136,0,0,126,136,0,0,128,136,0,0,130,136,0,0,130,136,0,0,138,136,0,0,140,136,0,0,142,136,0,0,146,136,0,0,146,136,0,0,158,136,0,0,164,136,0,0,170,136,0,0,170,136,0,0,170,136,0,0,170,136,0,0,170,136,0,0,170,136,0,0,170,136,0,0,170,136,0,0,170,136,0,0,172,136,0,0,172,136,0,0,180,136,0,0,182,136,0,0,184,136,0,0,184,136,0,0,184,136,0,0,188,136,0,0,196,136,0,0,196,136,0,0,206,136,0,0,208,136,0,0,208,136,0,0,208,136,0,0,218,136,0,0,218,136,0,0,220,136,0,0,220,136,0,0,224,136,0,0,232,136,0,0,234,136,0,0,234,136,0,0,234,136,0,0,234,136,0,0,234,136,0,0,238,136,0,0,246,136,0,0,248,136,0,0,252,136,0,0,254,136,0,0,254,136,0,0,2,137,0,0,2,137,0,0,6,137,0,0,6,137,0,0,10,137,0,0,12,137,0,0,12,137,0,0,16,137,0,0,20,137,0,0,20,137,0,0,20,137,0,0,24,137,0,0,24,137,0,0,24,137,0,0,24,137,0,0,24,137,0,0,24,137,0,0,28,137,0,0,32,137,0,0,32,137,0,0,34,137,0,0,34,137,0,0,34,137,0,0,34,137,0,0,42,137,0,0,44,137,0,0,46,137,0,0,48,137,0,0,54,137,0,0,56,137,0,0,60,137,0,0,60,137,0,0,62,137,0,0,66,137,0,0,66,137,0,0,70,137,0,0,70,137,0,0,70,137,0,0,70,137,0,0,70,137,0,0,70,137,0,0,72,137,0,0,72,137,0,0,74,137,0,0,76,137,0,0,82,137,0,0,82,137,0,0,82,137,0,0,82,137,0,0,82,137,0,0,82,137,0,0,84,137,0,0,88,137,0,0,88,137,0,0,88,137,0,0,90,137,0,0,90,137,0,0,94,137,0,0,94,137,0,0,96,137,0,0,96,137,0,0,96,137,0,0,102,137,0,0,106,137,0,0,110,137,0,0,112,137,0,0,112,137,0,0,116,137,0,0,118,137,0,0,118,137,0,0,118,137,0,0,118,137,0,0,118,137,0,0,118,137,0,0,118,137,0,0,120,137,0,0,120,137,0,0,120,137,0,0,120,137,0,0,120,137,0,0,122,137,0,0,124,137,0,0,126,137,0,0,130,137,0,0,130,137,0,0,130,137,0,0,132,137,0,0,134,137,0,0,134,137,0,0,136,137,0,0,138,137,0,0,144,137,0,0,144,137,0,0,148,137,0,0,148,137,0,0,148,137,0,0,150,137,0,0,154,137,0,0,166,137,0,0,166,137,0,0,172,137,0,0,172,137,0,0,172,137,0,0,172,137,0,0,172,137,0,0,176,137,0,0,190,137,0,0,190,137,0,0,192,137,0,0,198,137,0,0,200,137,0,0,206,137,0,0,210,137,0,0,210,137,0,0,210,137,0,0,212,137,0,0,212,137,0,0,212,137,0,0,212,137,0,0,216,137,0,0,216,137,0,0,216,137,0,0,216,137,0,0,220,137,0,0,220,137,0,0,228,137,0,0,228,137,0,0,232,137,0,0,232,137,0,0,232,137,0,0,232,137,0,0,232,137,0,0,232,137,0,0,234,137,0,0,234,137,0,0,238,137,0,0,238,137,0,0,238,137,0,0,238,137,0,0,238,137,0,0,238,137,0,0,240,137,0,0,242,137,0,0,248,137,0,0,248,137,0,0,2,138,0,0,2,138,0,0,4,138,0,0,12,138,0,0,18,138,0,0,20,138,0,0,24,138,0,0,26,138,0,0,26,138,0,0,26,138,0,0,26,138,0,0,28,138,0,0,28,138,0,0,30,138,0,0,30,138,0,0,30,138,0,0,30,138,0,0,34,138,0,0,36,138,0,0,36,138,0,0,40,138,0,0,44,138,0,0,46,138,0,0,46,138,0,0,50,138,0,0,52,138,0,0,52,138,0,0,52,138,0,0,54,138,0,0,54,138,0,0,54,138,0,0,60,138,0,0,62,138,0,0,62,138,0,0,72,138,0,0,72,138,0,0,74,138,0,0,74,138,0,0,78,138,0,0,82,138,0,0,82,138,0,0,84,138,0,0,84,138,0,0,86,138,0,0,86,138,0,0,92,138,0,0,92,138,0,0,94,138,0,0,98,138,0,0,98,138,0,0,104,138,0,0,104,138,0,0,108,138,0,0,108,138,0,0,108,138,0,0,108,138,0,0,114,138,0,0,114,138,0,0,118,138,0,0,118,138,0,0,120,138,0,0,120,138,0,0,122,138,0,0,124,138,0,0,124,138,0,0,124,138,0,0,124,138,0,0,124,138,0,0,124,138,0,0,124,138,0,0,126,138,0,0,128,138,0,0,132,138,0,0,134,138,0,0,134,138,0,0,136,138,0,0,140,138,0,0,140,138,0,0,146,138,0,0,146,138,0,0,146,138,0,0,146,138,0,0,152,138,0,0,152,138,0,0,152,138,0,0,152,138,0,0,152,138,0,0,152,138,0,0,152,138,0,0,156,138,0,0,160,138,0,0,164,138,0,0,166,138,0,0,170,138,0,0,170,138,0,0,172,138,0,0,172,138,0,0,180,138,0,0,186,138,0,0,186,138,0,0,186,138,0,0,190,138,0,0,196,138,0,0,200,138,0,0,202,138,0,0,202,138,0,0,206,138,0,0,210,138,0,0,212,138,0,0,212,138,0,0,212,138,0,0,216,138,0,0,216,138,0,0,218,138,0,0,218,138,0,0,218,138,0,0,218,138,0,0,218,138,0,0,220,138,0,0,230,138,0,0,230,138,0,0,230,138,0,0,232,138,0,0,236,138,0,0,238,138,0,0,238,138,0,0,238,138,0,0,240,138,0,0,240,138,0,0,240,138,0,0,244,138,0,0,244,138,0,0,246,138,0,0,252,138,0,0,252,138,0,0,252,138,0,0,254,138,0,0,2,139,0,0,6,139,0,0,8,139,0,0,8,139,0,0,8,139,0,0,8,139,0,0,8,139,0,0,12,139,0,0,20,139,0,0,20,139,0,0,20,139,0,0,20,139,0,0,22,139,0,0,24,139,0,0,28,139,0,0,28,139,0,0,28,139,0,0,34,139,0,0,36,139,0,0,36,139,0,0,36,139,0,0,40,139,0,0,40,139,0,0,40,139,0,0,40,139,0,0,42,139,0,0,46,139,0,0,48,139,0,0,48,139,0,0,48,139,0,0,48,139,0,0,52,139,0,0,54,139,0,0,54,139,0,0,54,139,0,0,54,139,0,0,54,139,0,0,56,139,0,0,56,139,0,0,66,139,0,0,66,139,0,0,66,139,0,0,66,139,0,0,66,139,0,0,66,139,0,0,66,139,0,0,68,139,0,0,70,139,0,0,78,139,0,0,80,139,0,0,80,139,0,0,80,139,0,0,80,139,0,0,86,139,0,0,96,139,0,0,98,139,0,0,100,139,0,0,100,139,0,0,100,139,0,0,100,139,0,0,100,139,0,0,102,139,0,0,102,139,0,0,102,139,0,0,104,139,0,0,110,139,0,0,112,139,0,0,116,139,0,0,118,139,0,0,118,139,0,0,120,139,0,0,120,139,0,0,126,139,0,0,126,139,0,0,134,139,0,0,136,139,0,0,138,139,0,0,138,139,0,0,138,139,0,0,138,139,0,0,138,139,0,0,144,139,0,0,148,139,0,0,150,139,0,0,154,139,0,0,158,139,0,0,160,139,0,0,166,139,0,0,168,139,0,0,168,139,0,0,170,139,0,0,170,139,0,0,170,139,0,0,170,139,0,0,170,139,0,0,172,139,0,0,172,139,0,0,172,139,0,0,172,139,0,0,178,139,0,0,182,139,0,0,182,139,0,0,184,139,0,0,184,139,0,0,192,139,0,0,194,139,0,0,198,139,0,0,204,139,0,0,204,139,0,0,204,139,0,0,204,139,0,0,204,139,0,0,204,139,0,0,206,139,0,0,206,139,0,0,206,139,0,0,208,139,0,0,210,139,0,0,212,139,0,0,212,139,0,0,212,139,0,0,212,139,0,0,212,139,0,0,212,139,0,0,212,139,0,0,214,139,0,0,214,139,0,0,216,139,0,0,216,139,0,0,220,139,0,0,220,139,0,0,220,139,0,0,220,139,0,0,220,139,0,0,220,139,0,0,220,139,0,0,220,139,0,0,226,139,0,0,230,139,0,0,232,139,0,0,232,139,0,0,232,139,0,0,232,139,0,0,232,139,0,0,236,139,0,0,238,139,0,0,240,139,0,0,240,139,0,0,246,139,0,0,246,139,0,0,248,139,0,0,248,139,0,0,248,139,0,0,248,139,0,0,248,139,0,0,248,139,0,0,248,139,0,0,248,139,0,0,0,140,0,0,0,140,0,0,0,140,0,0,0,140,0,0,2,140,0,0,2,140,0,0,2,140,0,0,2,140,0,0,4,140,0,0,8,140,0,0,10,140,0,0,14,140,0,0,18,140,0,0,24,140,0,0,30,140,0,0,36,140,0,0,36,140,0,0,36,140,0,0,36,140,0,0,38,140,0,0,38,140,0,0,40,140,0,0,46,140,0,0,46,140,0,0,46,140,0,0,48,140,0,0,52,140,0,0,52,140,0,0,54,140,0,0,56,140,0,0,56,140,0,0,62,140,0,0,64,140,0,0,72,140,0,0,72,140,0,0,74,140,0,0,80,140,0,0,80,140,0,0,82,140,0,0,82,140,0,0,86,140,0,0,86,140,0,0,86,140,0,0,90,140,0,0,90,140,0,0,90,140,0,0,90,140,0,0,92,140,0,0,94,140,0,0,98,140,0,0,102,140,0,0,104,140,0,0,104,140,0,0,104,140,0,0,104,140,0,0,104,140,0,0,104,140,0,0,108,140,0,0,108,140,0,0,114,140,0,0,114,140,0,0,114,140,0,0,116,140,0,0,116,140,0,0,118,140,0,0,118,140,0,0,118,140,0,0,118,140,0,0,118,140,0,0,124,140,0,0,128,140,0,0,128,140,0,0,130,140,0,0,130,140,0,0,130,140,0,0,130,140,0,0,130,140,0,0,132,140,0,0,134,140,0,0,134,140,0,0,134,140,0,0,134,140,0,0,134,140,0,0,136,140,0,0,136,140,0,0,136,140,0,0,136,140,0,0,136,140,0,0,138,140,0,0,142,140,0,0,144,140,0,0,144,140,0,0,144,140,0,0,146,140,0,0,150,140,0,0,150,140,0,0,154,140,0,0,154,140,0,0,158,140,0,0,164,140,0,0,164,140,0,0,164,140,0,0,166,140,0,0,166,140,0,0,166,140,0,0,168,140,0,0,170,140,0,0,170,140,0,0,170,140,0,0,172,140,0,0,174,140,0,0,174,140,0,0,174,140,0,0,174,140,0,0,174,140,0,0,180,140,0,0,190,140,0,0,190,140,0,0,190,140,0,0,190,140,0,0,190,140,0,0,190,140,0,0,192,140,0,0,196,140,0,0,198,140,0,0,200,140,0,0,200,140,0,0,200,140,0,0,200,140,0,0,208,140,0,0,210,140,0,0,212,140,0,0,216,140,0,0,216,140,0,0,218,140,0,0,218,140,0,0,218,140,0,0,218,140,0,0,220,140,0,0,220,140,0,0,220,140,0,0,222,140,0,0,226,140,0,0,228,140,0,0,230,140,0,0,230,140,0,0,236,140,0,0,238,140,0,0,240,140,0,0,240,140,0,0,240,140,0,0,240,140,0,0,244,140,0,0,0,141,0,0,10,141,0,0,16,141,0,0,20,141,0,0,24,141,0,0,24,141,0,0,24,141,0,0,24,141,0,0,24,141,0,0,24,141,0,0,24,141,0,0,28,141,0,0,28,141,0,0,28,141,0,0,30,141,0,0,32,141,0,0,34,141,0,0,36,141,0,0,36,141,0,0,36,141,0,0,40,141,0,0,46,141,0,0,46,141,0,0,46,141,0,0,46,141,0,0,46,141,0,0,46,141,0,0,48,141,0,0,48,141,0,0,48,141,0,0,48,141,0,0,48,141,0,0,48,141,0,0,48,141,0,0,50,141,0,0,54,141,0,0,56,141,0,0,56,141,0,0,56,141,0,0,58,141,0,0,64,141,0,0,64,141,0,0,70,141,0,0,72,141,0,0,76,141,0,0,78,141,0,0,86,141,0,0,88,141,0,0,88,141,0,0,94,141,0,0,94,141,0,0,94,141,0,0,102,141,0,0,104,141,0,0,104,141,0,0,106,141,0,0,112,141,0,0,112,141,0,0,116,141,0,0,116,141,0,0,120,141,0,0,130,141,0,0,130,141,0,0,130,141,0,0,130,141,0,0,136,141,0,0,136,141,0,0,136,141,0,0,136,141,0,0,136,141,0,0,136,141,0,0,136,141,0,0,138,141,0,0,138,141,0,0,138,141,0,0,142,141,0,0,146,141,0,0,146,141,0,0,146,141,0,0,146,141,0,0,154,141,0,0,156,141,0,0,158,141,0,0,158,141,0,0,160,141,0,0,164,141,0,0,168,141,0,0,168,141,0,0,174,141,0,0,174,141,0,0,178,141,0,0,178,141,0,0,178,141,0,0,180,141,0,0,180,141,0,0,182,141,0,0,182,141,0,0,182,141,0,0,186,141,0,0,188,141,0,0,190,141,0,0,194,141,0,0,194,141,0,0,196,141,0,0,196,141,0,0,198,141,0,0,198,141,0,0,200,141,0,0,200,141,0,0,200,141,0,0,202,141,0,0,202,141,0,0,206,141,0,0,206,141,0,0,206,141,0,0,210,141,0,0,210,141,0,0,210,141,0,0,212,141,0,0,218,141,0,0,226,141,0,0,226,141,0,0,228,141,0,0,232,141,0,0,234,141,0,0,244,141,0,0,248,141,0,0,248,141,0,0,248,141,0,0,250,141,0,0,250,141,0,0,2,142,0,0,2,142,0,0,2,142,0,0,4,142,0,0,4,142,0,0,4,142,0,0,8,142,0,0,12,142,0,0,14,142,0,0,14,142,0,0,26,142,0,0,26,142,0,0,28,142,0,0,30,142,0,0,30,142,0,0,30,142,0,0,36,142,0,0,46,142,0,0,46,142,0,0,48,142,0,0,48,142,0,0,54,142,0,0,60,142,0,0,66,142,0,0,66,142,0,0,72,142,0,0,72,142,0,0,72,142,0,0,82,142,0,0,82,142,0,0,86,142,0,0,88,142,0,0,88,142,0,0,90,142,0,0,92,142,0,0,92,142,0,0,94,142,0,0,94,142,0,0,98,142,0,0,100,142,0,0,102,142,0,0,102,142,0,0,102,142,0,0,102,142,0,0,102,142,0,0,102,142,0,0,106,142,0,0,106,142,0,0,108,142,0,0,110,142,0,0,114,142,0,0,114,142,0,0,114,142,0,0,114,142,0,0,118,142,0,0,118,142,0,0,118,142,0,0,118,142,0,0,122,142,0,0,122,142,0,0,136,142,0,0,136,142,0,0,138,142,0,0,138,142,0,0,138,142,0,0,140,142,0,0,142,142,0,0,142,142,0,0,150,142,0,0,152,142,0,0,152,142,0,0,152,142,0,0,156,142,0,0,156,142,0,0,162,142,0,0,166,142,0,0,166,142,0,0,168,142,0,0,168,142,0,0,174,142,0,0,176,142,0,0,176,142,0,0,176,142,0,0,180,142,0,0,180,142,0,0,180,142,0,0,180,142,0,0,182,142,0,0,190,142,0,0,192,142,0,0,192,142,0,0,192,142,0,0,198,142,0,0,198,142,0,0,200,142,0,0,200,142,0,0,202,142,0,0,202,142,0,0,204,142,0,0,204,142,0,0,204,142,0,0,204,142,0,0,206,142,0,0,206,142,0,0,206,142,0,0,206,142,0,0,212,142,0,0,212,142,0,0,214,142,0,0,214,142,0,0,218,142,0,0,220,142,0,0,222,142,0,0,228,142,0,0,228,142,0,0,230,142,0,0,234,142,0,0,234,142,0,0,238,142,0,0,238,142,0,0,238,142,0,0,240,142,0,0,248,142,0,0,248,142,0,0,248,142,0,0,252,142,0,0,254,142,0,0,8,143,0,0,8,143,0,0,8,143,0,0,8,143,0,0,12,143,0,0,12,143,0,0,12,143,0,0,12,143,0,0,18,143,0,0,18,143,0,0,22,143,0,0,32,143,0,0,40,143,0,0,40,143,0,0,40,143,0,0,40,143,0,0,40,143,0,0,44,143,0,0,44,143,0,0,44,143,0,0,46,143,0,0,46,143,0,0,48,143,0,0,48,143,0,0,48,143,0,0,48,143,0,0,50,143,0,0,50,143,0,0,50,143,0,0,50,143,0,0,50,143,0,0,56,143,0,0,60,143,0,0,70,143,0,0,74,143,0,0,76,143,0,0,76,143,0,0,76,143,0,0,80,143,0,0,80,143,0,0,80,143,0,0,86,143,0,0,98,143,0,0,100,143,0,0,100,143,0,0,100,143,0,0,100,143,0,0,100,143,0,0,100,143,0,0,102,143,0,0,102,143,0,0,104,143,0,0,104,143,0,0,104,143,0,0,108,143,0,0,108,143,0,0,108,143,0,0,108,143,0,0,108,143,0,0,108,143,0,0,110,143,0,0,110,143,0,0,112,143,0,0,116,143,0,0,118,143,0,0,118,143,0,0,118,143,0,0,118,143,0,0,124,143,0,0,124,143,0,0,124,143,0,0,128,143,0,0,132,143,0,0,132,143,0,0,132,143,0,0,134,143,0,0,140,143,0,0,148,143,0,0,154,143,0,0,154,143,0,0,154,143,0,0,160,143,0,0,168,143,0,0,168,143,0,0,170,143,0,0,174,143,0,0,182,143,0,0,184,143,0,0,186,143,0,0,186,143,0,0,188,143,0,0,188,143,0,0,188,143,0,0,188,143,0,0,188,143,0,0,190,143,0,0,200,143,0,0,200,143,0,0,200,143,0,0,200,143,0,0,200,143,0,0,210,143,0,0,212,143,0,0,212,143,0,0,212,143,0,0,214,143,0,0,214,143,0,0,218,143,0,0,218,143,0,0,224,143,0,0,224,143,0,0,226,143,0,0,228,143,0,0,228,143,0,0,228,143,0,0,228,143,0,0,230,143,0,0,230,143,0,0,230,143,0,0,238,143,0,0,238,143,0,0,238,143,0,0,240,143,0,0,240,143,0,0,242,143,0,0,242,143,0,0,244,143,0,0,254,143,0,0,254,143,0,0,6,144,0,0,18,144,0,0,20,144,0,0,22,144,0,0,22,144,0,0,28,144,0,0,32,144,0,0,34,144,0,0,34,144,0,0,34,144,0,0,36,144,0,0,40,144,0,0,44,144,0,0,50,144,0,0,50,144,0,0,50,144,0,0,52,144,0,0,52,144,0,0,52,144,0,0,54,144,0,0,56,144,0,0,56,144,0,0,56,144,0,0,58,144,0,0,58,144,0,0,58,144,0,0,62,144,0,0,62,144,0,0,62,144,0,0,62,144,0,0,62,144,0,0,62,144,0,0,64,144,0,0,68,144,0,0,68,144,0,0,68,144,0,0,70,144,0,0,72,144,0,0,72,144,0,0,72,144,0,0,76,144,0,0,76,144,0,0,78,144,0,0,78,144,0,0,80,144,0,0,84,144,0,0,90,144,0,0,96,144,0,0,98,144,0,0,98,144,0,0,102,144,0,0,102,144,0,0,102,144,0,0,102,144,0,0,102,144,0,0,102,144,0,0,104,144,0,0,104,144,0,0,106,144,0,0,106,144,0,0,106,144,0,0,106,144,0,0,106,144,0,0,106,144,0,0,112,144,0,0,112,144,0,0,112,144,0,0,120,144,0,0,126,144,0,0,128,144,0,0,132,144,0,0,132,144,0,0,134,144,0,0,134,144,0,0,134,144,0,0,140,144,0,0,142,144,0,0,142,144,0,0,146,144,0,0,150,144,0,0,154,144,0,0,156,144,0,0,156,144,0,0,162,144,0,0,162,144,0,0,162,144,0,0,162,144,0,0,170,144,0,0,178,144,0,0,190,144,0,0,190,144,0,0,190,144,0,0,192,144,0,0,192,144,0,0,202,144,0,0,204,144,0,0,208,144,0,0,212,144,0,0,212,144,0,0,220,144,0,0,224,144,0,0,230,144,0,0,230,144,0,0,230,144,0,0,232,144,0,0,232,144,0,0,234,144,0,0,238,144,0,0,244,144,0,0,250,144,0,0,250,144,0,0,252,144,0,0,254,144,0,0,254,144,0,0,254,144,0,0,254,144,0,0,4,145,0,0,4,145,0,0,4,145,0,0,6,145,0,0,6,145,0,0,6,145,0,0,8,145,0,0,8,145,0,0,14,145,0,0,16,145,0,0,16,145,0,0,22,145,0,0,22,145,0,0,22,145,0,0,24,145,0,0,34,145,0,0,34,145,0,0,34,145,0,0,36,145,0,0,36,145,0,0,40,145,0,0,40,145,0,0,40,145,0,0,40,145,0,0,46,145,0,0,48,145,0,0,48,145,0,0,48,145,0,0,50,145,0,0,50,145,0,0,50,145,0,0,52,145,0,0,52,145,0,0,60,145,0,0,68,145,0,0,68,145,0,0,74,145,0,0,74,145,0,0,74,145,0,0,74,145,0,0,74,145,0,0,74,145,0,0,74,145,0,0,74,145,0,0,76,145,0,0,76,145,0,0,80,145,0,0,86,145,0,0,86,145,0,0,88,145,0,0,90,145,0,0,92,145,0,0,100,145,0,0,106,145,0,0,114,145,0,0,116,145,0,0,120,145,0,0,120,145,0,0,120,145,0,0,120,145,0,0,120,145,0,0,120,145,0,0,120,145,0,0,124,145,0,0,124,145,0,0,124,145,0,0,128,145,0,0,132,145,0,0,132,145,0,0,132,145,0,0,134,145,0,0,134,145,0,0,142,145,0,0,150,145,0,0,150,145,0,0,164,145,0,0,166,145,0,0,166,145,0,0,166,145,0,0,168,145,0,0,172,145,0,0,172,145,0,0,178,145,0,0,180,145,0,0,180,145,0,0,182,145,0,0,184,145,0,0,188,145,0,0,190,145,0,0,192,145,0,0,192,145,0,0,192,145,0,0,196,145,0,0,200,145,0,0,202,145,0,0,202,145,0,0,204,145,0,0,212,145,0,0,216,145,0,0,216,145,0,0,216,145,0,0,218,145,0,0,218,145,0,0,218,145,0,0,218,145,0,0,218,145,0,0,218,145,0,0,218,145,0,0,218,145,0,0,220,145,0,0,220,145,0,0,226,145,0,0,226,145,0,0,226,145,0,0,226,145,0,0,232,145,0,0,232,145,0,0,232,145,0,0,232,145,0,0,232,145,0,0,234,145,0,0,234,145,0,0,234,145,0,0,248,145,0,0,248,145,0,0,250,145,0,0,250,145,0,0,254,145,0,0,254,145,0,0,254,145,0,0,4,146,0,0,4,146,0,0,4,146,0,0,4,146,0,0,4,146,0,0,4,146,0,0,6,146,0,0,6,146,0,0,6,146,0,0,6,146,0,0,10,146,0,0,12,146,0,0,18,146,0,0,18,146,0,0,22,146,0,0,22,146,0,0,28,146,0,0,28,146,0,0,32,146,0,0,34,146,0,0,36,146,0,0,36,146,0,0,40,146,0,0,44,146,0,0,44,146,0,0,50,146,0,0,50,146,0,0,50,146,0,0,50,146,0,0,54,146,0,0,56,146,0,0,56,146,0,0,62,146,0,0,64,146,0,0,66,146,0,0,66,146,0,0,78,146,0,0,78,146,0,0,82,146,0,0,84,146,0,0,84,146,0,0,84,146,0,0,84,146,0,0,84,146,0,0,86,146,0,0,86,146,0,0,86,146,0,0,86,146,0,0,88,146,0,0,92,146,0,0,92,146,0,0,96,146,0,0,100,146,0,0,100,146,0,0,102,146,0,0,108,146,0,0,112,146,0,0,116,146,0,0,116,146,0,0,116,146,0,0,116,146,0,0,116,146,0,0,122,146,0,0,122,146,0,0,132,146,0,0,132,146,0,0,134,146,0,0,134,146,0,0,134,146,0,0,142,146,0,0,142,146,0,0,142,146,0,0,142,146,0,0,142,146,0,0,144,146,0,0,144,146,0,0,144,146,0,0,144,146,0,0,146,146,0,0,148,146,0,0,152,146,0,0,158,146,0,0,158,146,0,0,166,146,0,0,168,146,0,0,170,146,0,0,170,146,0,0,172,146,0,0,172,146,0,0,172,146,0,0,178,146,0,0,178,146,0,0,178,146,0,0,182,146,0,0,184,146,0,0,190,146,0,0,190,146,0,0,194,146,0,0,194,146,0,0,194,146,0,0,194,146,0,0,200,146,0,0,206,146,0,0,206,146,0,0,208,146,0,0,210,146,0,0,218,146,0,0,220,146,0,0,222,146,0,0,226,146,0,0,226,146,0,0,226,146,0,0,226,146,0,0,226,146,0,0,226,146,0,0,228,146,0,0,232,146,0,0,234,146,0,0,238,146,0,0,238,146,0,0,238,146,0,0,238,146,0,0,238,146,0,0,238,146,0,0,242,146,0,0,242,146,0,0,244,146,0,0,246,146,0,0,250,146,0,0,250,146,0,0,254,146,0,0,254,146,0,0,2,147,0,0,2,147,0,0,4,147,0,0,10,147,0,0,12,147,0,0,12,147,0,0,12,147,0,0,12,147,0,0,12,147,0,0,12,147,0,0,14,147,0,0,14,147,0,0,16,147,0,0,16,147,0,0,26,147,0,0,28,147,0,0,34,147,0,0,34,147,0,0,34,147,0,0,34,147,0,0,36,147,0,0,44,147,0,0,44,147,0,0,48,147,0,0,48,147,0,0,48,147,0,0,50,147,0,0,56,147,0,0,56,147,0,0,60,147,0,0,66,147,0,0,70,147,0,0,72,147,0,0,72,147,0,0,76,147,0,0,78,147,0,0,82,147,0,0,84,147,0,0,84,147,0,0,86,147,0,0,96,147,0,0,96,147,0,0,98,147,0,0,98,147,0,0,102,147,0,0,104,147,0,0,104,147,0,0,108,147,0,0,108,147,0,0,110,147,0,0,110,147,0,0,110,147,0,0,110,147,0,0,114,147,0,0,116,147,0,0,118,147,0,0,118,147,0,0,126,147,0,0,130,147,0,0,130,147,0,0,130,147,0,0,132,147,0,0,132,147,0,0,136,147,0,0,136,147,0,0,136,147,0,0,136,147,0,0,136,147,0,0,136,147,0,0,138,147,0,0,138,147,0,0,140,147,0,0,140,147,0,0,146,147,0,0,146,147,0,0,146,147,0,0,152,147,0,0,152,147,0,0,154,147,0,0,156,147,0,0,164,147,0,0,168,147,0,0,170,147,0,0,176,147,0,0,176,147,0,0,180,147,0,0,180,147,0,0,182,147,0,0,182,147,0,0,182,147,0,0,188,147,0,0,194,147,0,0,196,147,0,0,196,147,0,0,196,147,0,0,200,147,0,0,204,147,0,0,204,147,0,0,206,147,0,0,206,147,0,0,210,147,0,0,210,147,0,0,210,147,0,0,212,147,0,0,212,147,0,0,216,147,0,0,216,147,0,0,220,147,0,0,226,147,0,0,226,147,0,0,232,147,0,0,234,147,0,0,234,147,0,0,238,147,0,0,238,147,0,0,240,147,0,0,252,147,0,0,252,147,0,0,254,147,0,0,254,147,0,0,254,147,0,0,254,147,0,0,254,147,0,0,4,148,0,0,6,148,0,0,6,148,0,0,6,148,0,0,6,148,0,0,12,148,0,0,16,148,0,0,20,148,0,0,20,148,0,0,20,148,0,0,20,148,0,0,20,148,0,0,24,148,0,0,24,148,0,0,32,148,0,0,32,148,0,0,32,148,0,0,32,148,0,0,32,148,0,0,36,148,0,0,36,148,0,0,36,148,0,0,44,148,0,0,44,148,0,0,44,148,0,0,44,148,0,0,44,148,0,0,44,148,0,0,44,148,0,0,46,148,0,0,46,148,0,0,48,148,0,0,56,148,0,0,62,148,0,0,72,148,0,0,76,148,0,0,88,148,0,0,90,148,0,0,92,148,0,0,96,148,0,0,100,148,0,0,102,148,0,0,106,148,0,0,110,148,0,0,110,148,0,0,120,148,0,0,120,148,0,0,122,148,0,0,122,148,0,0,128,148,0,0,128,148,0,0,130,148,0,0,132,148,0,0,136,148,0,0,138,148,0,0,138,148,0,0,144,148,0,0,146,148,0,0,150,148,0,0,154,148,0,0,158,148,0,0,158,148,0,0,164,148,0,0,164,148,0,0,164,148,0,0,164,148,0,0,168,148,0,0,170,148,0,0,172,148,0,0,174,148,0,0,174,148,0,0,176,148,0,0,176,148,0,0,180,148,0,0,180,148,0,0,180,148,0,0,180,148,0,0,180,148,0,0,180,148,0,0,186,148,0,0,194,148,0,0,194,148,0,0,200,148,0,0,200,148,0,0,204,148,0,0,204,148,0,0,206,148,0,0,206,148,0,0,206,148,0,0,210,148,0,0,214,148,0,0,218,148,0,0,218,148,0,0,220,148,0,0,222,148,0,0,232,148,0,0,232,148,0,0,238,148,0,0,238,148,0,0,238,148,0,0,242,148,0,0,0,149,0,0,0,149,0,0,4,149,0,0,8,149,0,0,8,149,0,0,8,149,0,0,10,149,0,0,16,149,0,0,16,149,0,0,20,149,0,0,20,149,0,0,20,149,0,0,24,149,0,0,26,149,0,0,26,149,0,0,26,149,0,0,26,149,0,0,30,149,0,0,30,149,0,0,30,149,0,0,30,149,0,0,30,149,0,0,38,149,0,0,48,149,0,0,48,149,0,0,48,149,0,0,48,149,0,0,50,149,0,0,50,149,0,0,50,149,0,0,52,149,0,0,52,149,0,0,52,149,0,0,52,149,0,0,56,149,0,0,56,149,0,0,60,149,0,0,66,149,0,0,66,149,0,0,66,149,0,0,66,149,0,0,68,149,0,0,68,149,0,0,68,149,0,0,68,149,0,0,70,149,0,0,70,149,0,0,72,149,0,0,72,149,0,0,76,149,0,0,78,149,0,0,78,149,0,0,82,149,0,0,82,149,0,0,86,149,0,0,86,149,0,0,86,149,0,0,88,149,0,0,88,149,0,0,96,149,0,0,98,149,0,0,98,149,0,0,98,149,0,0,102,149,0,0,104,149,0,0,104,149,0,0,106,149,0,0,106,149,0,0,110,149,0,0,110,149,0,0,112,149,0,0,112,149,0,0,112,149,0,0,112,149,0,0,112,149,0,0,112,149,0,0,112,149,0,0,112,149,0,0,118,149,0,0,118,149,0,0,118,149,0,0,120,149,0,0,120,149,0,0,124,149,0,0,126,149,0,0,128,149,0,0,128,149,0,0,128,149,0,0,136,149,0,0,136,149,0,0,136,149,0,0,136,149,0,0,142,149,0,0,144,149,0,0,148,149,0,0,150,149,0,0,150,149,0,0,152,149,0,0,154,149,0,0,154,149,0,0,156,149,0,0,156,149,0,0,156,149,0,0,162,149,0,0,168,149,0,0,168,149,0,0,168,149,0,0,168,149,0,0,168,149,0,0,170,149,0,0,170,149,0,0,170,149,0,0,170,149,0,0,170,149,0,0,174,149,0,0,178,149,0,0,180,149,0,0,184,149,0,0,184,149,0,0,184,149,0,0,184,149,0,0,184,149,0,0,184,149,0,0,184,149,0,0,184,149,0,0,184,149,0,0,186,149,0,0,190,149,0,0,190,149,0,0,194,149,0,0,194,149,0,0,196,149,0,0,196,149,0,0,198,149,0,0,198,149,0,0,200,149,0,0,200,149,0,0,200,149,0,0,200,149,0,0,200,149,0,0,200,149,0,0,204,149,0,0,208,149,0,0,210,149,0,0,212,149,0,0,214,149,0,0,216,149,0,0,216,149,0,0,216,149,0,0,216,149,0,0,216,149,0,0,216,149,0,0,216,149,0,0,220,149,0,0,222,149,0,0,222,149,0,0,222,149,0,0,228,149,0,0,228,149,0,0,228,149,0,0,230,149,0,0,236,149,0,0,236,149,0,0,238,149,0,0,238,149,0,0,238,149,0,0,238,149,0,0,238,149,0,0,244,149,0,0,244,149,0,0,244,149,0,0,244,149,0,0,244,149,0,0,246,149,0,0,250,149,0,0,254,149,0,0,4,150,0,0,4,150,0,0,6,150,0,0,10,150,0,0,10,150,0,0,10,150,0,0,16,150,0,0,16,150,0,0,16,150,0,0,20,150,0,0,22,150,0,0,22,150,0,0,22,150,0,0,26,150,0,0,28,150,0,0,32,150,0,0,32,150,0,0,34,150,0,0,38,150,0,0,42,150,0,0,42,150,0,0,42,150,0,0,42,150,0,0,42,150,0,0,46,150,0,0,46,150,0,0,46,150,0,0,46,150,0,0,50,150,0,0,52,150,0,0,58,150,0,0,58,150,0,0,58,150,0,0,58,150,0,0,60,150,0,0,68,150,0,0,70,150,0,0,70,150,0,0,74,150,0,0,78,150,0,0,84,150,0,0,88,150,0,0,90,150,0,0,94,150,0,0,94,150,0,0,94,150,0,0,94,150,0,0,96,150,0,0,98,150,0,0,102,150,0,0,102,150,0,0,102,150,0,0,102,150,0,0,102,150,0,0,102,150,0,0,102,150,0,0,102,150,0,0,102,150,0,0,102,150,0,0,102,150,0,0,102,150,0,0,102,150,0,0,102,150,0,0,104,150,0,0,104,150,0,0,106,150,0,0,108,150,0,0,108,150,0,0,108,150,0,0,110,150,0,0,110,150,0,0,110,150,0,0,122,150,0,0,124,150,0,0,124,150,0,0,124,150,0,0,124,150,0,0,130,150,0,0,132,150,0,0,132,150,0,0,134,150,0,0,136,150,0,0,136,150,0,0,138,150,0,0,138,150,0,0,138,150,0,0,142,150,0,0,144,150,0,0,146,150,0,0,146,150,0,0,150,150,0,0,150,150,0,0,150,150,0,0,152,150,0,0,162,150,0,0,162,150,0,0,164,150,0,0,164,150,0,0,168,150,0,0,172,150,0,0,172,150,0,0,172,150,0,0,172,150,0,0,174,150,0,0,176,150,0,0,184,150,0,0,184,150,0,0,188,150,0,0,188,150,0,0,188,150,0,0,188,150,0,0,192,150,0,0,192,150,0,0,198,150,0,0,198,150,0,0,204,150,0,0,204,150,0,0,206,150,0,0,206,150,0,0,206,150,0,0,206,150,0,0,214,150,0,0,218,150,0,0,218,150,0,0,218,150,0,0,222,150,0,0,222,150,0,0,226,150,0,0,236,150,0,0,236,150,0,0,236,150,0,0,236,150,0,0,240,150,0,0,242,150,0,0,242,150,0,0,242,150,0,0,244,150,0,0,244,150,0,0,244,150,0,0,248,150,0,0,0,151,0,0,2,151,0,0,6,151,0,0,10,151,0,0,10,151,0,0,10,151,0,0,10,151,0,0,14,151,0,0,14,151,0,0,16,151,0,0,16,151,0,0,16,151,0,0,16,151,0,0,26,151,0,0,26,151,0,0,26,151,0,0,26,151,0,0,34,151,0,0,38,151,0,0,38,151,0,0,38,151,0,0,38,151,0,0,38,151,0,0,40,151,0,0,40,151,0,0,40,151,0,0,40,151,0,0,44,151,0,0,44,151,0,0,44,151,0,0,46,151,0,0,54,151,0,0,54,151,0,0,56,151,0,0,58,151,0,0,58,151,0,0,60,151,0,0,60,151,0,0,60,151,0,0,68,151,0,0,68,151,0,0,68,151,0,0,68,151,0,0,70,151,0,0,76,151,0,0,76,151,0,0,78,151,0,0,78,151,0,0,78,151,0,0,80,151,0,0,82,151,0,0,82,151,0,0,82,151,0,0,82,151,0,0,84,151,0,0,86,151,0,0,86,151,0,0,86,151,0,0,86,151,0,0,90,151,0,0,92,151,0,0,92,151,0,0,96,151,0,0,98,151,0,0,98,151,0,0,102,151,0,0,104,151,0,0,104,151,0,0,104,151,0,0,108,151,0,0,108,151,0,0,108,151,0,0,108,151,0,0,108,151,0,0,112,151,0,0,114,151,0,0,116,151,0,0,116,151,0,0,116,151,0,0,118,151,0,0,118,151,0,0,122,151,0,0,124,151,0,0,124,151,0,0,124,151,0,0,126,151,0,0,126,151,0,0,130,151,0,0,130,151,0,0,132,151,0,0,132,151,0,0,134,151,0,0,136,151,0,0,136,151,0,0,136,151,0,0,136,151,0,0,138,151,0,0,138,151,0,0,144,151,0,0,144,151,0,0,152,151,0,0,156,151,0,0,156,151,0,0,156,151,0,0,166,151,0,0,166,151,0,0,168,151,0,0,168,151,0,0,170,151,0,0,174,151,0,0,176,151,0,0,176,151,0,0,176,151,0,0,178,151,0,0,178,151,0,0,178,151,0,0,182,151,0,0,182,151,0,0,182,151,0,0,182,151,0,0,182,151,0,0,182,151,0,0,186,151,0,0,186,151,0,0,186,151,0,0,186,151,0,0,202,151,0,0,208,151,0,0,218,151,0,0,218,151,0,0,220,151,0,0,220,151,0,0,220,151,0,0,220,151,0,0,220,151,0,0,220,151,0,0,220,151,0,0,222,151,0,0,222,151,0,0,224,151,0,0,228,151,0,0,228,151,0,0,228,151,0,0,228,151,0,0,232,151,0,0,236,151,0,0,236,151,0,0,238,151,0,0,238,151,0,0,238,151,0,0,238,151,0,0,238,151,0,0,242,151,0,0,254,151,0,0,254,151,0,0,0,152,0,0,0,152,0,0,0,152,0,0,0,152,0,0,2,152,0,0,4,152,0,0,8,152,0,0,8,152,0,0,8,152,0,0,10,152,0,0,10,152,0,0,16,152,0,0,16,152,0,0,16,152,0,0,22,152,0,0,22,152,0,0,22,152,0,0,22,152,0,0,24,152,0,0,28,152,0,0,32,152,0,0,32,152,0,0,38,152,0,0,40,152,0,0,42,152,0,0,44,152,0,0,44,152,0,0,48,152,0,0,48,152,0,0,50,152,0,0,50,152,0,0,56,152,0,0,56,152,0,0,64,152,0,0,64,152,0,0,68,152,0,0,70,152,0,0,70,152,0,0,78,152,0,0,78,152,0,0,82,152,0,0,82,152,0,0,86,152,0,0,92,152,0,0,92,152,0,0,92,152,0,0,94,152,0,0,96,152,0,0,108,152,0,0,108,152,0,0,110,152,0,0,114,152,0,0,118,152,0,0,118,152,0,0,124,152,0,0,124,152,0,0,132,152,0,0,136,152,0,0,136,152,0,0,138,152,0,0,138,152,0,0,140,152,0,0,144,152,0,0,146,152,0,0,150,152,0,0,152,152,0,0,152,152,0,0,152,152,0,0,152,152,0,0,154,152,0,0,160,152,0,0,160,152,0,0,160,152,0,0,160,152,0,0,160,152,0,0,160,152,0,0,166,152,0,0,168,152,0,0,168,152,0,0,172,152,0,0,172,152,0,0,172,152,0,0,176,152,0,0,182,152,0,0,186,152,0,0,186,152,0,0,186,152,0,0,188,152,0,0,190,152,0,0,194,152,0,0,196,152,0,0,196,152,0,0,196,152,0,0,200,152,0,0,202,152,0,0,206,152,0,0,208,152,0,0,208,152,0,0,208,152,0,0,208,152,0,0,210,152,0,0,214,152,0,0,220,152,0,0,220,152,0,0,222,152,0,0,228,152,0,0,230,152,0,0,234,152,0,0,234,152,0,0,234,152,0,0,236,152,0,0,238,152,0,0,238,152,0,0,238,152,0,0,242,152,0,0,246,152,0,0,250,152,0,0,252,152,0,0,252,152,0,0,2,153,0,0,2,153,0,0,6,153,0,0,6,153,0,0,6,153,0,0,8,153,0,0,8,153,0,0,14,153,0,0,14,153,0,0,14,153,0,0,20,153,0,0,26,153,0,0,28,153,0,0,34,153,0,0,34,153,0,0,42,153,0,0,42,153,0,0,42,153,0,0,42,153,0,0,42,153,0,0,42,153,0,0,46,153,0,0,48,153,0,0,48,153,0,0,48,153,0,0,48,153,0,0,50,153,0,0,50,153,0,0,50,153,0,0,54,153,0,0,54,153,0,0,54,153,0,0,56,153,0,0,56,153,0,0,56,153,0,0,60,153,0,0,64,153,0,0,64,153,0,0,64,153,0,0,64,153,0,0,66,153,0,0,68,153,0,0,68,153,0,0,82,153,0,0,82,153,0,0,82,153,0,0,84,153,0,0,86,153,0,0,86,153,0,0,86,153,0,0,88,153,0,0,88,153,0,0,90,153,0,0,90,153,0,0,90,153,0,0,90,153,0,0,94,153,0,0,96,153,0,0,102,153,0,0,106,153,0,0,106,153,0,0,106,153,0,0,106,153,0,0,106,153,0,0,106,153,0,0,110,153,0,0,110,153,0,0,110,153,0,0,114,153,0,0,116,153,0,0,118,153,0,0,126,153,0,0,132,153,0,0,132,153,0,0,134,153,0,0,134,153,0,0,138,153,0,0,138,153,0,0,146,153,0,0,146,153,0,0,146,153,0,0,150,153,0,0,150,153,0,0,154,153,0,0,160,153,0,0,160,153,0,0,162,153,0,0,168,153,0,0,168,153,0,0,168,153,0,0,170,153,0,0,170,153,0,0,170,153,0,0,170,153,0,0,170,153,0,0,170,153,0,0,170,153,0,0,172,153,0,0,172,153,0,0,172,153,0,0,172,153,0,0,172,153,0,0,174,153,0,0,174,153,0,0,178,153,0,0,178,153,0,0,186,153,0,0,188,153,0,0,190,153,0,0,194,153,0,0,196,153,0,0,198,153,0,0,198,153,0,0,200,153,0,0,204,153,0,0,204,153,0,0,210,153,0,0,210,153,0,0,210,153,0,0,210,153,0,0,216,153,0,0,216,153,0,0,220,153,0,0,220,153,0,0,222,153,0,0,230,153,0,0,238,153,0,0,238,153,0,0,240,153,0,0,240,153,0,0,244,153,0,0,244,153,0,0,248,153,0,0,250,153,0,0,254,153,0,0,6,154,0,0,8,154,0,0,8,154,0,0,12,154,0,0,14,154,0,0,18,154,0,0,22,154,0,0,26,154,0,0,28,154,0,0,30,154,0,0,30,154,0,0,32,154,0,0,36,154,0,0,38,154,0,0,38,154,0,0,40,154,0,0,40,154,0,0,46,154,0,0,46,154,0,0,46,154,0,0,54,154,0,0,56,154,0,0,56,154,0,0,56,154,0,0,56,154,0,0,60,154,0,0,62,154,0,0,68,154,0,0,74,154,0,0,74,154,0,0,76,154,0,0,76,154,0,0,76,154,0,0,76,154,0,0,84,154,0,0,84,154,0,0,84,154,0,0,86,154,0,0,88,154,0,0,94,154,0,0,94,154,0,0,94,154,0,0,100,154,0,0,104,154,0,0,104,154,0,0,106,154,0,0,108,154,0,0,112,154,0,0,116,154,0,0,122,154,0,0,128,154,0,0,128,154,0,0,134,154,0,0,138,154,0,0,138,154,0,0,138,154,0,0,140,154,0,0,140,154,0,0,144,154,0,0,144,154,0,0,144,154,0,0,144,154,0,0,146,154,0,0,148,154,0,0,148,154,0,0,150,154,0,0,154,154,0,0,154,154,0,0,160,154,0,0,160,154,0,0,162,154,0,0,164,154,0,0,164,154,0,0,164,154,0,0,164,154,0,0,166,154,0,0,168,154,0,0,172,154,0,0,176,154,0,0,178,154,0,0,178,154,0,0,180,154,0,0,180,154,0,0,182,154,0,0,182,154,0,0,186,154,0,0,188,154,0,0,188,154,0,0,194,154,0,0,196,154,0,0,196,154,0,0,204,154,0,0,204,154,0,0,206,154,0,0,212,154,0,0,212,154,0,0,212,154,0,0,212,154,0,0,218,154,0,0,218,154,0,0,222,154,0,0,222,154,0,0,222,154,0,0,224,154,0,0,226,154,0,0,228,154,0,0,232,154,0,0,234,154,0,0,234,154,0,0,234,154,0,0,234,154,0,0,238,154,0,0,240,154,0,0,240,154,0,0,240,154,0,0,240,154,0,0,244,154,0,0,244,154,0,0,248,154,0,0,248,154,0,0,248,154,0,0,248,154,0,0,4,155,0,0,8,155,0,0,8,155,0,0,8,155,0,0,8,155,0,0,8,155,0,0,10,155,0,0,10,155,0,0,10,155,0,0,10,155,0,0,16,155,0,0,16,155,0,0,18,155,0,0,18,155,0,0,22,155,0,0,28,155,0,0,28,155,0,0,28,155,0,0,36,155,0,0,36,155,0,0,36,155,0,0,40,155,0,0,40,155,0,0,40,155,0,0,40,155,0,0,40,155,0,0,42,155,0,0,44,155,0,0,44,155,0,0,48,155,0,0,60,155,0,0,60,155,0,0,60,155,0,0,66,155,0,0,66,155,0,0,66,155,0,0,68,155,0,0,68,155,0,0,68,155,0,0,68,155,0,0,68,155,0,0,70,155,0,0,72,155,0,0,72,155,0,0,72,155,0,0,84,155,0,0,88,155,0,0,88,155,0,0,88,155,0,0,88,155,0,0,88,155,0,0,94,155,0,0,94,155,0,0,100,155,0,0,100,155,0,0,106,155,0,0,106,155,0,0,108,155,0,0,108,155,0,0,108,155,0,0,108,155,0,0,114,155,0,0,116,155,0,0,116,155,0,0,116,155,0,0,118,155,0,0,120,155,0,0,122,155,0,0,122,155,0,0,124,155,0,0,126,155,0,0,126,155,0,0,130,155,0,0,130,155,0,0,134,155,0,0,134,155,0,0,136,155,0,0,136,155,0,0,140,155,0,0,144,155,0,0,146,155,0,0,146,155,0,0,146,155,0,0,146,155,0,0,148,155,0,0,158,155,0,0,160,155,0,0,162,155,0,0,164,155,0,0,164,155,0,0,174,155,0,0,178,155,0,0,184,155,0,0,190,155,0,0,190,155,0,0,196,155,0,0,198,155,0,0,200,155,0,0,202,155,0,0,202,155,0,0,202,155,0,0,210,155,0,0,214,155,0,0,216,155,0,0,218,155,0,0,220,155,0,0,222,155,0,0,222,155,0,0,224,155,0,0,224,155,0,0,228,155,0,0,234,155,0,0,234,155,0,0,234,155,0,0,238,155,0,0,240,155,0,0,242,155,0,0,242,155,0,0,246,155,0,0,246,155,0,0,248,155,0,0,248,155,0,0,248,155,0,0,250,155,0,0,252,155,0,0,252,155,0,0,252,155,0,0,0,156,0,0,2,156,0,0,2,156,0,0,8,156,0,0,10,156,0,0,12,156,0,0,14,156,0,0,14,156,0,0,16,156,0,0,16,156,0,0,16,156,0,0,18,156,0,0,18,156,0,0,18,156,0,0,18,156,0,0,26,156,0,0,34,156,0,0,42,156,0,0,42,156,0,0,46,156,0,0,46,156,0,0,48,156,0,0,54,156,0,0,54,156,0,0,54,156,0,0,56,156,0,0,56,156,0,0,56,156,0,0,72,156,0,0,72,156,0,0,72,156,0,0,72,156,0,0,72,156,0,0,72,156,0,0,72,156,0,0,72,156,0,0,80,156,0,0,82,156,0,0,82,156,0,0,82,156,0,0,86,156,0,0,90,156,0,0,94,156,0,0,98,156,0,0,100,156,0,0,102,156,0,0,104,156,0,0,108,156,0,0,108,156,0,0,110,156,0,0,110,156,0,0,112,156,0,0,112,156,0,0,112,156,0,0,112,156,0,0,116,156,0,0,120,156,0,0,122,156,0,0,122,156,0,0,122,156,0,0,122,156,0,0,122,156,0,0,122,156,0,0,124,156,0,0,124,156,0,0,126,156,0,0,128,156,0,0,128,156,0,0,130,156,0,0,130,156,0,0,132,156,0,0,134,156,0,0,138,156,0,0,138,156,0,0,138,156,0,0,146,156,0,0,148,156,0,0,148,156,0,0,150,156,0,0,150,156,0,0,156,156,0,0,156,156,0,0,156,156,0,0,164,156,0,0,164,156,0,0,164,156,0,0,164,156,0,0,166,156,0,0,168,156,0,0,168,156,0,0,170,156,0,0,170,156,0,0,170,156,0,0,170,156,0,0,170,156,0,0,170,156,0,0,172,156,0,0,178,156,0,0,178,156,0,0,182,156,0,0,182,156,0,0,182,156,0,0,182,156,0,0,188,156,0,0,188,156,0,0,188,156,0,0,202,156,0,0,208,156,0,0,210,156,0,0,212,156,0,0,214,156,0,0,214,156,0,0,214,156,0,0,214,156,0,0,216,156,0,0,216,156,0,0,216,156,0,0,216,156,0,0,216,156,0,0,216,156,0,0,216,156,0,0,216,156,0,0,220,156,0,0,220,156,0,0,224,156,0,0,226,156,0,0,226,156,0,0,230,156,0,0,232,156,0,0,234,156,0,0,240,156,0,0,242,156,0,0,248,156,0,0,254,156,0,0,0,157,0,0,0,157,0,0,0,157,0,0,2,157,0,0,6,157,0,0,16,157,0,0,18,157,0,0,20,157,0,0,24,157,0,0,26,157,0,0,26,157,0,0,30,157,0,0,32,157,0,0,36,157,0,0,36,157,0,0,36,157,0,0,36,157,0,0,36,157,0,0,36,157,0,0,38,157,0,0,42,157,0,0,48,157,0,0,48,157,0,0,48,157,0,0,48,157,0,0,50,157,0,0,50,157,0,0,56,157,0,0,56,157,0,0,62,157,0,0,62,157,0,0,62,157,0,0,62,157,0,0,62,157,0,0,62,157,0,0,62,157,0,0,66,157,0,0,72,157,0,0,72,157,0,0,72,157,0,0,72,157,0,0,72,157,0,0,72,157,0,0,72,157,0,0,78,157,0,0,78,157,0,0,82,157,0,0,82,157,0,0,88,157,0,0,90,157,0,0,90,157,0,0,92,157,0,0,92,157,0,0,98,157,0,0,100,157,0,0,104,157,0,0,112,157,0,0,112,157,0,0,114,157,0,0,114,157,0,0,114,157,0,0,114,157,0,0,118,157,0,0,118,157,0,0,118,157,0,0,118,157,0,0,124,157,0,0,128,157,0,0,128,157,0,0,128,157,0,0,128,157,0,0,130,157,0,0,130,157,0,0,138,157,0,0,142,157,0,0,142,157,0,0,144,157,0,0,144,157,0,0,144,157,0,0,144,157,0,0,144,157,0,0,144,157,0,0,146,157,0,0,146,157,0,0,146,157,0,0,146,157,0,0,146,157,0,0,148,157,0,0,150,157,0,0,150,157,0,0,150,157,0,0,150,157,0,0,156,157,0,0,156,157,0,0,156,157,0,0,156,157,0,0,160,157,0,0,164,157,0,0,164,157,0,0,164,157,0,0,164,157,0,0,164,157,0,0,166,157,0,0,170,157,0,0,180,157,0,0,180,157,0,0,184,157,0,0,188,157,0,0,188,157,0,0,190,157,0,0,198,157,0,0,202,157,0,0,204,157,0,0,212,157,0,0,212,157,0,0,216,157,0,0,220,157,0,0,220,157,0,0,220,157,0,0,220,157,0,0,220,157,0,0,222,157,0,0,226,157,0,0,230,157,0,0,230,157,0,0,230,157,0,0,230,157,0,0,230,157,0,0,232,157,0,0,232,157,0,0,232,157,0,0,234,157,0,0,234,157,0,0,234,157,0,0,236,157,0,0,236,157,0,0,238,157,0,0,238,157,0,0,238,157,0,0,240,157,0,0,244,157,0,0,248,157,0,0,252,157,0,0,252,157,0,0,252,157,0,0,254,157,0,0,254,157,0,0,254,157,0,0,2,158,0,0,4,158,0,0,4,158,0,0,4,158,0,0,4,158,0,0,6,158,0,0,6,158,0,0,8,158,0,0,8,158,0,0,8,158,0,0,8,158,0,0,8,158,0,0,12,158,0,0,14,158,0,0,16,158,0,0,24,158,0,0,24,158,0,0,24,158,0,0,26,158,0,0,30,158,0,0,40,158,0,0,42,158,0,0,42,158,0,0,48,158,0,0,56,158,0,0,62,158,0,0,66,158,0,0,66,158,0,0,72,158,0,0,76,158,0,0,78,158,0,0,80,158,0,0,84,158,0,0,86,158,0,0,86,158,0,0,86,158,0,0,86,158,0,0,86,158,0,0,92,158,0,0,94,158,0,0,94,158,0,0,96,158,0,0,96,158,0,0,100,158,0,0,100,158,0,0,100,158,0,0,100,158,0,0,100,158,0,0,100,158,0,0,102,158,0,0,102,158,0,0,104,158,0,0,106,158,0,0,118,158,0,0,118,158,0,0,124,158,0,0,126,158,0,0,126,158,0,0,126,158,0,0,126,158,0,0,126,158,0,0,128,158,0,0,128,158,0,0,128,158,0,0,130,158,0,0,132,158,0,0,136,158,0,0,138,158,0,0,140,158,0,0,142,158,0,0,142,158,0,0,144,158,0,0,146,158,0,0,150,158,0,0,150,158,0,0,152,158,0,0,156,158,0,0,156,158,0,0,156,158,0,0,156,158,0,0,156,158,0,0,166,158,0,0,166,158,0,0,168,158,0,0,168,158,0,0,168,158,0,0,168,158,0,0,170,158,0,0,176,158,0,0,176,158,0,0,176,158,0,0,176,158,0,0,186,158,0,0,190,158,0,0,198,158,0,0,198,158,0,0,198,158,0,0,202,158,0,0,204,158,0,0,204,158,0,0,206,158,0,0,206,158,0,0,208,158,0,0,210,158,0,0,210,158,0,0,214,158,0,0,214,158,0,0,220,158,0,0,222,158,0,0,224,158,0,0,228,158,0,0,228,158,0,0,228,158,0,0,232,158,0,0,232,158,0,0,234,158,0,0,236,158,0,0,240,158,0,0,246,158,0,0,250,158,0,0,250,158,0,0,250,158,0,0,250,158,0,0,250,158,0,0,250,158,0,0,254,158,0,0,0,159,0,0,2,159,0,0,2,159,0,0,2,159,0,0,2,159,0,0,2,159,0,0,6,159,0,0,6,159,0,0,6,159,0,0,6,159,0,0,6,159,0,0,10,159,0,0,10,159,0,0,12,159,0,0,16,159,0,0,20,159,0,0,20,159,0,0,24,159,0,0,30,159,0,0,32,159,0,0,32,159,0,0,34,159,0,0,42,159,0,0,44,159,0,0,44,159,0,0,44,159,0,0,48,159,0,0,48,159,0,0,52,159,0,0,52,159,0,0,52,159,0,0,54,159,0,0,54,159,0,0,54,159,0,0,60,159,0,0,60,159,0,0,68,159,0,0,70,159,0,0,70,159,0,0,78,159,0,0,78,159,0,0,84,159,0,0,90,159,0,0,92,159,0,0,92,159,0,0,96,159,0,0,98,159,0,0,98,159,0,0,98,159,0,0,98,159,0,0,98,159,0,0,102,159,0,0,102,159,0,0,102,159,0,0,106,159,0,0,110,159,0,0,112,159,0,0,112,159,0,0,112,159,0,0,114,159,0,0,114,159,0,0,114,159,0,0,114,159,0,0,114,159,0,0,118,159,0,0,118,159,0,0,120,159,0,0,120,159,0,0,126,159,0,0,126,159,0,0,128,159,0,0,132,159,0,0,132,159,0,0,144,159,0,0,152,159,0,0,154,159,0,0,154,159,0,0,154,159,0,0,160,159,0,0,162,159,0,0,162,159,0,0,164,159,0,0,166,159,0,0,170,159,0,0,170,159,0,0,172,159,0,0,172,159,0,0,178,159,0,0,182,159,0,0,192,159,0,0,194,159,0,0,194,159,0,0,194,159,0,0,202,159,0,0,202,159,0,0,202,159,0,0,202,159,0,0,202,159,0,0,204,159,0,0,204,159,0,0,206,159,0,0,208,159,0,0,208,159,0,0,208,159,0,0,210,159,0,0,214,159,0,0,216,159,0,0,216,159,0,0,218,159,0,0,218,159,0,0,228,159,0,0,228,159,0,0,230,159,0,0,232,159,0,0,232,159,0,0,238,159,0,0,240,159,0,0,242,159,0,0,242,159,0,0,242,159,0,0,242,159,0,0,244,159,0,0,246,159,0,0,246,159,0,0,0,160,0,0,6,160,0,0,8,160,0,0,8,160,0,0,8,160,0,0,10,160,0,0,10,160,0,0,10,160,0,0,10,160,0,0,12,160,0,0,12,160,0,0,16,160,0,0,16,160,0,0,18,160,0,0,24,160,0,0,24,160,0,0,24,160,0,0,26,160,0,0,26,160,0,0,26,160,0,0,28,160,0,0,28,160,0,0,28,160,0,0,28,160,0,0,28,160,0,0,28,160,0,0,32,160,0,0,32,160,0,0,32,160,0,0,32,160,0,0,32,160,0,0,32,160,0,0,32,160,0,0,32,160,0,0,34,160,0,0,40,160,0,0,40,160,0,0,42,160,0,0,50,160,0,0,50,160,0,0,54,160,0,0,54,160,0,0,60,160,0,0,62,160,0,0,64,160,0,0,66,160,0,0,66,160,0,0,66,160,0,0,66,160,0,0,66,160,0,0,66,160,0,0,68,160,0,0,74,160,0,0,78,160,0,0,78,160,0,0,80,160,0,0,82,160,0,0,84,160,0,0,86,160,0,0,86,160,0,0,90,160,0,0,90,160,0,0,90,160,0,0,94,160,0,0,94,160,0,0,96,160,0,0,96,160,0,0,96,160,0,0,96,160,0,0,96,160,0,0,100,160,0,0,100,160,0,0,100,160,0,0,104,160,0,0,104,160,0,0,106,160,0,0,110,160,0,0,112,160,0,0,116,160,0,0,122,160,0,0,126,160,0,0,132,160,0,0,132,160,0,0,132,160,0,0,134,160,0,0,140,160,0,0,146,160,0,0,148,160,0,0,148,160,0,0,148,160,0,0,150,160,0,0,150,160,0,0,152,160,0,0,158,160,0,0,158,160,0,0,164,160,0,0,164,160,0,0,166,160,0,0,166,160,0,0,166,160,0,0,166,160,0,0,172,160,0,0,172,160,0,0,172,160,0,0,172,160,0,0,172,160,0,0,172,160,0,0,172,160,0,0,174,160,0,0,174,160,0,0,174,160,0,0,176,160,0,0,176,160,0,0,178,160,0,0,178,160,0,0,182,160,0,0,186,160,0,0,186,160,0,0,186,160,0,0,190,160,0,0,190,160,0,0,194,160,0,0,194,160,0,0,198,160,0,0,200,160,0,0,200,160,0,0,200,160,0,0,204,160,0,0,210,160,0,0,214,160,0,0,216,160,0,0,226,160,0,0,226,160,0,0,228,160,0,0,228,160,0,0,230,160,0,0,240,160,0,0,240,160,0,0,242,160,0,0,246,160,0,0,248,160,0,0,248,160,0,0,252,160,0,0,252,160,0,0,252,160,0,0,254,160,0,0,254,160,0,0,254,160,0,0,254,160,0,0,4,161,0,0,6,161,0,0,8,161,0,0,12,161,0,0,18,161,0,0,18,161,0,0,20,161,0,0,20,161,0,0,22,161,0,0,22,161,0,0,22,161,0,0,26,161,0,0,28,161,0,0,28,161,0,0,28,161,0,0,28,161,0,0,28,161,0,0,28,161,0,0,36,161,0,0,38,161,0,0,48,161,0,0,48,161,0,0,52,161,0,0,52,161,0,0,58,161,0,0,58,161,0,0,58,161,0,0,58,161,0,0,60,161,0,0,62,161,0,0,62,161,0,0,62,161,0,0,62,161,0,0,62,161,0,0,62,161,0,0,64,161,0,0,64,161,0,0,64,161,0,0,64,161,0,0,66,161,0,0,74,161,0,0,74,161,0,0,76,161,0,0,76,161,0,0,78,161,0,0,78,161,0,0,86,161,0,0,88,161,0,0,88,161,0,0,88,161,0,0,88,161,0,0,88,161,0,0,88,161,0,0,88,161,0,0,88,161,0,0,90,161,0,0,92,161,0,0,94,161,0,0,96,161,0,0,102,161,0,0,102,161,0,0,104,161,0,0,106,161,0,0,106,161,0,0,106,161,0,0,106,161,0,0,114,161,0,0,116,161,0,0,116,161,0,0,116,161,0,0,116,161,0,0,116,161,0,0,116,161,0,0,120,161,0,0,128,161,0,0,130,161,0,0,134,161,0,0,136,161,0,0,142,161,0,0,142,161,0,0,146,161,0,0,146,161,0,0,146,161,0,0,146,161,0,0,146,161,0,0,152,161,0,0,152,161,0,0,152,161,0,0,152,161,0,0,152,161,0,0,154,161,0,0,154,161,0,0,154,161,0,0,156,161,0,0,156,161,0,0,160,161,0,0,160,161,0,0,168,161,0,0,174,161,0,0,182,161,0,0,182,161,0,0,182,161,0,0,182,161,0,0,182,161,0,0,182,161,0,0,186,161,0,0,194,161,0,0,198,161,0,0,200,161,0,0,204,161,0,0,206,161,0,0,206,161,0,0,206,161,0,0,208,161,0,0,210,161,0,0,210,161,0,0,210,161,0,0,210,161,0,0,212,161,0,0,218,161,0,0,218,161,0,0,220,161,0,0,220,161,0,0,224,161,0,0,224,161,0,0,224,161,0,0,224,161,0,0,226,161,0,0,232,161,0,0,236,161,0,0,238,161,0,0,240,161,0,0,242,161,0,0,242,161,0,0,242,161,0,0,242,161,0,0,244,161,0,0,244,161,0,0,248,161,0,0,250,161,0,0,252,161,0,0,254,161,0,0,4,162,0,0,4,162,0,0,4,162,0,0,10,162,0,0,10,162,0,0,10,162,0,0,12,162,0,0,14,162,0,0,18,162,0,0,18,162,0,0,22,162,0,0,24,162,0,0,24,162,0,0,28,162,0,0,28,162,0,0,28,162,0,0,36,162,0,0,42,162,0,0,42,162,0,0,46,162,0,0,46,162,0,0,46,162,0,0,48,162,0,0,48,162,0,0,50,162,0,0,52,162,0,0,54,162,0,0,54,162,0,0,54,162,0,0,58,162,0,0,62,162,0,0,62,162,0,0,62,162,0,0,62,162,0,0,62,162,0,0,62,162,0,0,64,162,0,0,64,162,0,0,76,162,0,0,84,162,0,0,84,162,0,0,94,162,0,0,96,162,0,0,102,162,0,0,106,162,0,0,106,162,0,0,108,162,0,0,110,162,0,0,110,162,0,0,110,162,0,0,110,162,0,0,110,162,0,0,110,162,0,0,110,162,0,0,112,162,0,0,116,162,0,0,116,162,0,0,116,162,0,0,120,162,0,0,124,162,0,0,126,162,0,0,126,162,0,0,140,162,0,0,140,162,0,0,146,162,0,0,146,162,0,0,146,162,0,0,146,162,0,0,146,162,0,0,150,162,0,0,150,162,0,0,150,162,0,0,150,162,0,0,150,162,0,0,150,162,0,0,150,162,0,0,154,162,0,0,154,162,0,0,156,162,0,0,164,162,0,0,168,162,0,0,168,162,0,0,168,162,0,0,170,162,0,0,170,162,0,0,172,162,0,0,174,162,0,0,174,162,0,0,174,162,0,0,176,162,0,0,178,162,0,0,178,162,0,0,180,162,0,0,182,162,0,0,186,162,0,0,190,162,0,0,204,162,0,0,204,162,0,0,204,162,0,0,206,162,0,0,208,162,0,0,208,162,0,0,212,162,0,0,214,162,0,0,214,162,0,0,214,162,0,0,214,162,0,0,214,162,0,0,214,162,0,0,214,162,0,0,214,162,0,0,214,162,0,0,216,162,0,0,218,162,0,0,218,162,0,0,218,162,0,0,220,162,0,0,224,162,0,0,238,162,0,0,238,162,0,0,238,162,0,0,248,162,0,0,250,162,0,0,252,162,0,0,252,162,0,0,254,162,0,0,254,162,0,0,2,163,0,0,6,163,0,0,6,163,0,0,6,163,0,0,6,163,0,0,12,163,0,0,14,163,0,0,14,163,0,0,14,163,0,0,14,163,0,0,14,163,0,0,14,163,0,0,16,163,0,0,16,163,0,0,28,163,0,0,28,163,0,0,30,163,0,0,36,163,0,0,38,163,0,0,44,163,0,0,44,163,0,0,46,163,0,0,50,163,0,0,52,163,0,0,52,163,0,0,56,163,0,0,58,163,0,0,62,163,0,0,62,163,0,0,62,163,0,0,62,163,0,0,64,163,0,0,64,163,0,0,70,163,0,0,72,163,0,0,74,163,0,0,74,163,0,0,74,163,0,0,78,163,0,0,82,163,0,0,86,163,0,0,86,163,0,0,86,163,0,0,86,163,0,0,88,163,0,0,90,163,0,0,90,163,0,0,90,163,0,0,90,163,0,0,90,163,0,0,92,163,0,0,98,163,0,0,100,163,0,0,110,163,0,0,118,163,0,0,120,163,0,0,120,163,0,0,124,163,0,0,124,163,0,0,136,163,0,0,136,163,0,0,136,163,0,0,144,163,0,0,152,163,0,0,154,163,0,0,156,163,0,0,156,163,0,0,162,163,0,0,162,163,0,0,174,163,0,0,174,163,0,0,178,163,0,0,178,163,0,0,178,163,0,0,178,163,0,0,180,163,0,0,180,163,0,0,182,163,0,0,182,163,0,0,184,163,0,0,190,163,0,0,198,163,0,0,198,163,0,0,202,163,0,0,202,163,0,0,202,163,0,0,204,163,0,0,204,163,0,0,206,163,0,0,214,163,0,0,222,163,0,0,224,163,0,0,224,163,0,0,224,163,0,0,236,163,0,0,236,163,0,0,236,163,0,0,244,163,0,0,246,163,0,0,246,163,0,0,246,163,0,0,246,163,0,0,248,163,0,0,248,163,0,0,248,163,0,0,248,163,0,0,248,163,0,0,248,163,0,0,0,164,0,0,8,164,0,0,10,164,0,0,10,164,0,0,10,164,0,0,10,164,0,0,10,164,0,0,12,164,0,0,12,164,0,0,14,164,0,0,18,164,0,0,28,164,0,0,30,164,0,0,32,164,0,0,34,164,0,0,36,164,0,0,36,164,0,0,36,164,0,0,36,164,0,0,38,164,0,0,38,164,0,0,46,164,0,0,46,164,0,0,50,164,0,0,54,164,0,0,58,164,0,0,62,164,0,0,62,164,0,0,62,164,0,0,64,164,0,0,68,164,0,0,68,164,0,0,68,164,0,0,68,164,0,0,68,164,0,0,68,164,0,0,70,164,0,0,70,164,0,0,70,164,0,0,76,164,0,0,76,164,0,0,76,164,0,0,78,164,0,0,78,164,0,0,78,164,0,0,80,164,0,0,84,164,0,0,84,164,0,0,84,164,0,0,86,164,0,0,86,164,0,0,86,164,0,0,92,164,0,0,92,164,0,0,92,164,0,0,94,164,0,0,98,164,0,0,98,164,0,0,98,164,0,0,100,164,0,0,110,164,0,0,110,164,0,0,110,164,0,0,110,164,0,0,112,164,0,0,112,164,0,0,112,164,0,0,112,164,0,0,122,164,0,0,122,164,0,0,122,164,0,0,122,164,0,0,122,164,0,0,122,164,0,0,124,164,0,0,126,164,0,0,126,164,0,0,130,164,0,0,130,164,0,0,130,164,0,0,130,164,0,0,130,164,0,0,136,164,0,0,142,164,0,0,148,164,0,0,156,164,0,0,158,164,0,0,158,164,0,0,162,164,0,0,164,164,0,0,166,164,0,0,166,164,0,0,166,164,0,0,166,164,0,0,168,164,0,0,168,164,0,0,168,164,0,0,168,164,0,0,172,164,0,0,172,164,0,0,178,164,0,0,184,164,0,0,188,164,0,0,188,164,0,0,188,164,0,0,190,164,0,0,192,164,0,0,200,164,0,0,204,164,0,0,204,164,0,0,204,164,0,0,206,164,0,0,210,164,0,0,212,164,0,0,212,164,0,0,212,164,0,0,212,164,0,0,214,164,0,0,214,164,0,0,214,164,0,0,216,164,0,0,216,164,0,0,220,164,0,0,228,164,0,0,238,164,0,0,238,164,0,0,240,164,0,0,240,164,0,0,240,164,0,0,242,164,0,0,242,164,0,0,244,164,0,0,254,164,0,0,254,164,0,0,0,165,0,0,2,165,0,0,2,165,0,0,2,165,0,0,2,165,0,0,2,165,0,0,6,165,0,0,6,165,0,0,6,165,0,0,6,165,0,0,12,165,0,0,12,165,0,0,12,165,0,0,18,165,0,0,22,165,0,0,22,165,0,0,22,165,0,0,22,165,0,0,22,165,0,0,22,165,0,0,26,165,0,0,28,165,0,0,28,165,0,0,38,165,0,0,40,165,0,0,40,165,0,0,40,165,0,0,50,165,0,0,50,165,0,0,50,165,0,0,50,165,0,0,54,165,0,0,54,165,0,0,56,165,0,0,58,165,0,0,58,165,0,0,58,165,0,0,58,165,0,0,58,165,0,0,64,165,0,0,66,165,0,0,66,165,0,0,68,165,0,0,68,165,0,0,68,165,0,0,68,165,0,0,68,165,0,0,68,165,0,0,70,165,0,0,70,165,0,0,76,165,0,0,82,165,0,0,82,165,0,0,82,165,0,0,82,165,0,0,86,165,0,0,86,165,0,0,86,165,0,0,86,165,0,0,86,165,0,0,86,165,0,0,86,165,0,0,88,165,0,0,88,165,0,0,90,165,0,0,90,165,0,0,90,165,0,0,90,165,0,0,100,165,0,0,100,165,0,0,104,165,0,0,104,165,0,0,104,165,0,0,106,165,0,0,106,165,0,0,106,165,0,0,106,165,0,0,110,165,0,0,110,165,0,0,110,165,0,0,110,165,0,0,114,165,0,0,118,165,0,0,120,165,0,0,120,165,0,0,120,165,0,0,120,165,0,0,130,165,0,0,130,165,0,0,132,165,0,0,136,165,0,0,136,165,0,0,138,165,0,0,138,165,0,0,138,165,0,0,138,165,0,0,138,165,0,0,138,165,0,0,140,165,0,0,146,165,0,0,146,165,0,0,148,165,0,0,148,165,0,0,150,165,0,0,150,165,0,0,152,165,0,0,152,165,0,0,152,165,0,0,154,165,0,0,154,165,0,0,154,165,0,0,154,165,0,0,156,165,0,0,158,165,0,0,158,165,0,0,158,165,0,0,158,165,0,0,158,165,0,0,162,165,0,0,162,165,0,0,164,165,0,0,164,165,0,0,164,165,0,0,166,165,0,0,166,165,0,0,166,165,0,0,178,165,0,0,178,165,0,0,178,165,0,0,178,165,0,0,178,165,0,0,180,165,0,0,182,165,0,0,182,165,0,0,182,165,0,0,182,165,0,0,184,165,0,0,184,165,0,0,184,165,0,0,184,165,0,0,184,165,0,0,188,165,0,0,188,165,0,0,188,165,0,0,192,165,0,0,192,165,0,0,192,165,0,0,194,165,0,0,194,165,0,0,194,165,0,0,200,165,0,0,200,165,0,0,204,165,0,0,204,165,0,0,204,165,0,0,204,165,0,0,204,165,0,0,210,165,0,0,210,165,0,0,210,165,0,0,212,165,0,0,214,165,0,0,218,165,0,0,218,165,0,0,218,165,0,0,218,165,0,0,224,165,0,0,228,165,0,0,238,165,0,0,240,165,0,0,240,165,0,0,244,165,0,0,244,165,0,0,244,165,0,0,246,165,0,0,246,165,0,0,250,165,0,0,250,165,0,0,250,165,0,0,250,165,0,0,250,165,0,0,250,165,0,0,250,165,0,0,250,165,0,0,250,165,0,0,250,165,0,0,252,165,0,0,254,165,0,0,254,165,0,0,0,166,0,0,2,166,0,0,2,166,0,0,4,166,0,0,4,166,0,0,6,166,0,0,16,166,0,0,18,166,0,0,24,166,0,0,30,166,0,0,32,166,0,0,38,166,0,0,38,166,0,0,44,166,0,0,48,166,0,0,52,166,0,0,56,166,0,0,60,166,0,0,64,166,0,0,64,166,0,0,66,166,0,0,66,166,0,0,66,166,0,0,72,166,0,0,74,166,0,0,78,166,0,0,84,166,0,0,86,166,0,0,86,166,0,0,86,166,0,0,86,166,0,0,92,166,0,0,92,166,0,0,92,166,0,0,96,166,0,0,98,166,0,0,102,166,0,0,104,166,0,0,108,166,0,0,108,166,0,0,108,166,0,0,108,166,0,0,108,166,0,0,108,166,0,0,110,166,0,0,110,166,0,0,112,166,0,0,118,166,0,0,124,166,0,0,126,166,0,0,130,166,0,0,138,166,0,0,140,166,0,0,142,166,0,0,142,166,0,0,146,166,0,0,152,166,0,0,152,166,0,0,152,166,0,0,158,166,0,0,162,166,0,0,162,166,0,0,166,166,0,0,166,166,0,0,174,166,0,0,174,166,0,0,176,166,0,0,176,166,0,0,182,166,0,0,186,166,0,0,190,166,0,0,192,166,0,0,192,166,0,0,196,166,0,0,196,166,0,0,196,166,0,0,206,166,0,0,206,166,0,0,206,166,0,0,206,166,0,0,208,166,0,0,212,166,0,0,216,166,0,0,216,166,0,0,226,166,0,0,228,166,0,0,232,166,0,0,234,166,0,0,234,166,0,0,238,166,0,0,238,166,0,0,240,166,0,0,242,166,0,0,242,166,0,0,242,166,0,0,242,166,0,0,254,166,0,0,254,166,0,0,2,167,0,0,8,167,0,0,10,167,0,0,12,167,0,0,12,167,0,0,20,167,0,0,30,167,0,0,32,167,0,0,34,167,0,0,34,167,0,0,34,167,0,0,36,167,0,0,42,167,0,0,42,167,0,0,52,167,0,0,52,167,0,0,58,167,0,0,58,167,0,0,62,167,0,0,62,167,0,0,64,167,0,0,68,167,0,0,68,167,0,0,68,167,0,0,72,167,0,0,72,167,0,0,72,167,0,0,76,167,0,0,80,167,0,0,80,167,0,0,80,167,0,0,84,167,0,0,86,167,0,0,86,167,0,0,88,167,0,0,88,167,0,0,88,167,0,0,90,167,0,0,90,167,0,0,90,167,0,0,92,167,0,0,92,167,0,0,92,167,0,0,94,167,0,0,94,167,0,0,94,167,0,0,94,167,0,0,100,167,0,0,100,167,0,0,102,167,0,0,108,167,0,0,108,167,0,0,108,167,0,0,110,167,0,0,110,167,0,0,118,167,0,0,118,167,0,0,118,167,0,0,118,167,0,0,120,167,0,0,120,167,0,0,122,167,0,0,122,167,0,0,122,167,0,0,124,167,0,0,130,167,0,0,130,167,0,0,142,167,0,0,148,167,0,0,150,167,0,0,154,167,0,0,156,167,0,0,156,167,0,0,156,167,0,0,156,167,0,0,156,167,0,0,156,167,0,0,156,167,0,0,158,167,0,0,158,167,0,0,158,167,0,0,158,167,0,0,160,167,0,0,168,167,0,0,172,167,0,0,176,167,0,0,176,167,0,0,176,167,0,0,176,167,0,0,184,167,0,0,186,167,0,0,188,167,0,0,190,167,0,0,190,167,0,0,190,167,0,0,190,167,0,0,190,167,0,0,190,167,0,0,192,167,0,0,196,167,0,0,202,167,0,0,206,167,0,0,208,167,0,0,212,167,0,0,212,167,0,0,220,167,0,0,220,167,0,0,226,167,0,0,226,167,0,0,232,167,0,0,244,167,0,0,246,167,0,0,246,167,0,0,246,167,0,0,246,167,0,0,250,167,0,0,254,167,0,0,0,168,0,0,4,168,0,0,4,168,0,0,4,168,0,0,4,168,0,0,4,168,0,0,4,168,0,0,12,168,0,0,12,168,0,0,14,168,0,0,14,168,0,0,22,168,0,0,24,168,0,0,30,168,0,0,32,168,0,0,36,168,0,0,38,168,0,0,38,168,0,0,38,168,0,0,38,168,0,0,38,168,0,0,52,168,0,0,54,168,0,0,54,168,0,0,58,168,0,0,62,168,0,0,68,168,0,0,72,168,0,0,78,168,0,0,78,168,0,0,80,168,0,0,80,168,0,0,80,168,0,0,80,168,0,0,82,168,0,0,82,168,0,0,84,168,0,0,84,168,0,0,84,168,0,0,84,168,0,0,86,168,0,0,86,168,0,0,88,168,0,0,88,168,0,0,88,168,0,0,88,168,0,0,90,168,0,0,90,168,0,0,92,168,0,0,92,168,0,0,94,168,0,0,94,168,0,0,98,168,0,0,102,168,0,0,110,168,0,0,114,168,0,0,114,168,0,0,122,168,0,0,122,168,0,0,122,168,0,0,124,168,0,0,124,168,0,0,124,168,0,0,128,168,0,0,130,168,0,0,130,168,0,0,132,168,0,0,136,168,0,0,142,168,0,0,144,168,0,0,146,168,0,0,146,168,0,0,146,168,0,0,150,168,0,0,156,168,0,0,156,168,0,0,156,168,0,0,162,168,0,0,166,168,0,0,174,168,0,0,182,168,0,0,182,168,0,0,184,168,0,0,186,168,0,0,188,168,0,0,188,168,0,0,192,168,0,0,198,168,0,0,198,168,0,0,198,168,0,0,198,168,0,0,198,168,0,0,198,168,0,0,200,168,0,0,200,168,0,0,202,168,0,0,204,168,0,0,204,168,0,0,204,168,0,0,210,168,0,0,214,168,0,0,218,168,0,0,222,168,0,0,226,168,0,0,226,168,0,0,234,168,0,0,234,168,0,0,238,168,0,0,242,168,0,0,246,168,0,0,252,168,0,0,252,168,0,0,252,168,0,0,252,168,0,0,254,168,0,0,6,169,0,0,10,169,0,0,14,169,0,0,14,169,0,0,16,169,0,0,16,169,0,0,20,169,0,0,26,169,0,0,26,169,0,0,26,169,0,0,26,169,0,0,26,169,0,0,32,169,0,0,34,169,0,0,36,169,0,0,40,169,0,0,40,169,0,0,40,169,0,0,48,169,0,0,50,169,0,0,50,169,0,0,50,169,0,0,50,169,0,0,52,169,0,0,54,169,0,0,54,169,0,0,54,169,0,0,54,169,0,0,54,169,0,0,54,169,0,0,60,169,0,0,60,169,0,0,60,169,0,0,60,169,0,0,62,169,0,0,62,169,0,0,62,169,0,0,66,169,0,0,66,169,0,0,68,169,0,0,72,169,0,0,82,169,0,0,86,169,0,0,86,169,0,0,88,169,0,0,92,169,0,0,92,169,0,0,94,169,0,0,94,169,0,0,94,169,0,0,94,169,0,0,94,169,0,0,94,169,0,0,94,169,0,0,94,169,0,0,98,169,0,0,106,169,0,0,106,169,0,0,108,169,0,0,110,169,0,0,112,169,0,0,114,169,0,0,118,169,0,0,120,169,0,0,120,169,0,0,120,169,0,0,122,169,0,0,122,169,0,0,126,169,0,0,128,169,0,0,128,169,0,0,128,169,0,0,128,169,0,0,132,169,0,0,136,169,0,0,136,169,0,0,136,169,0,0,136,169,0,0,136,169,0,0,138,169,0,0,138,169,0,0,140,169,0,0,142,169,0,0,142,169,0,0,142,169,0,0,142,169,0,0,146,169,0,0,146,169,0,0,146,169,0,0,146,169,0,0,150,169,0,0,150,169,0,0,152,169,0,0,162,169,0,0,166,169,0,0,170,169,0,0,170,169,0,0,172,169,0,0,172,169,0,0,174,169,0,0,174,169,0,0,174,169,0,0,174,169,0,0,174,169,0,0,178,169,0,0,178,169,0,0,180,169,0,0,182,169,0,0,182,169,0,0,182,169,0,0,184,169,0,0,184,169,0,0,190,169,0,0,190,169,0,0,192,169,0,0,192,169,0,0,196,169,0,0,196,169,0,0,200,169,0,0,202,169,0,0,206,169,0,0,206,169,0,0,206,169,0,0,212,169,0,0,214,169,0,0,214,169,0,0,214,169,0,0,214,169,0,0,214,169,0,0,214,169,0,0,214,169,0,0,216,169,0,0,216,169,0,0,216,169,0,0,216,169,0,0,218,169,0,0,218,169,0,0,224,169,0,0,226,169,0,0,228,169,0,0,228,169,0,0,228,169,0,0,234,169,0,0,234,169,0,0,234,169,0,0,234,169,0,0,234,169,0,0,234,169,0,0,234,169,0,0,238,169,0,0,238,169,0,0,250,169,0,0,250,169,0,0,252,169,0,0,252,169,0,0,254,169,0,0,254,169,0,0,254,169,0,0,254,169,0,0,2,170,0,0,6,170,0,0,6,170,0,0,6,170,0,0,8,170,0,0,16,170,0,0,16,170,0,0,18,170,0,0,24,170,0,0,24,170,0,0,26,170,0,0,28,170,0,0,40,170,0,0,40,170,0,0,40,170,0,0,40,170,0,0,44,170,0,0,44,170,0,0,50,170,0,0,52,170,0,0,52,170,0,0,64,170,0,0,64,170,0,0,64,170,0,0,64,170,0,0,72,170,0,0,72,170,0,0,76,170,0,0,76,170,0,0,76,170,0,0,80,170,0,0,80,170,0,0,82,170,0,0,86,170,0,0,86,170,0,0,92,170,0,0,92,170,0,0,102,170,0,0,106,170,0,0,106,170,0,0,106,170,0,0,106,170,0,0,112,170,0,0,112,170,0,0,112,170,0,0,116,170,0,0,118,170,0,0,118,170,0,0,128,170,0,0,128,170,0,0,128,170,0,0,130,170,0,0,130,170,0,0,134,170,0,0,134,170,0,0,134,170,0,0,134,170,0,0,134,170,0,0,134,170,0,0,134,170,0,0,134,170,0,0,134,170,0,0,138,170,0,0,138,170,0,0,138,170,0,0,142,170,0,0,152,170,0,0,156,170,0,0,156,170,0,0,156,170,0,0,156,170,0,0,156,170,0,0,158,170,0,0,158,170,0,0,160,170,0,0,160,170,0,0,160,170,0,0,160,170,0,0,160,170,0,0,164,170,0,0,164,170,0,0,174,170,0,0,178,170,0,0,182,170,0,0,182,170,0,0,184,170,0,0,192,170,0,0,192,170,0,0,194,170,0,0,194,170,0,0,198,170,0,0,208,170,0,0,212,170,0,0,218,170,0,0,218,170,0,0,222,170,0,0,222,170,0,0,226,170,0,0,230,170,0,0,230,170,0,0,230,170,0,0,230,170,0,0,230,170,0,0,236,170,0,0,236,170,0,0,236,170,0,0,236,170,0,0,236,170,0,0,238,170,0,0,242,170,0,0,242,170,0,0,242,170,0,0,242,170,0,0,246,170,0,0,246,170,0,0,252,170,0,0,252,170,0,0,0,171,0,0,6,171,0,0,8,171,0,0,8,171,0,0,8,171,0,0,12,171,0,0,14,171,0,0,16,171,0,0,20,171,0,0,24,171,0,0,24,171,0,0,24,171,0,0,24,171,0,0,28,171,0,0,30,171,0,0,30,171,0,0,38,171,0,0,40,171,0,0,46,171,0,0,46,171,0,0,46,171,0,0,46,171,0,0,48,171,0,0,48,171,0,0,48,171,0,0,48,171,0,0,52,171,0,0,56,171,0,0,58,171,0,0,60,171,0,0,68,171,0,0,72,171,0,0,72,171,0,0,80,171,0,0,90,171,0,0,90,171,0,0,98,171,0,0,100,171,0,0,102,171,0,0,106,171,0,0,114,171,0,0,116,171,0,0,116,171,0,0,120,171,0,0,122,171,0,0,122,171,0,0,124,171,0,0,124,171,0,0,124,171,0,0,124,171,0,0,124,171,0,0,126,171,0,0,126,171,0,0,130,171,0,0,130,171,0,0,132,171,0,0,134,171,0,0,134,171,0,0,136,171,0,0,136,171,0,0,136,171,0,0,136,171,0,0,136,171,0,0,136,171,0,0,140,171,0,0,140,171,0,0,140,171,0,0,142,171,0,0,146,171,0,0,146,171,0,0,146,171,0,0,148,171,0,0,150,171,0,0,150,171,0,0,150,171,0,0,150,171,0,0,152,171,0,0,152,171,0,0,152,171,0,0,154,171,0,0,154,171,0,0,156,171,0,0,156,171,0,0,156,171,0,0,160,171,0,0,162,171,0,0,164,171,0,0,166,171,0,0,166,171,0,0,176,171,0,0,178,171,0,0,178,171,0,0,180,171,0,0,180,171,0,0,180,171,0,0,180,171,0,0,182,171,0,0,182,171,0,0,186,171,0,0,186,171,0,0,190,171,0,0,190,171,0,0,194,171,0,0,196,171,0,0,196,171,0,0,196,171,0,0,196,171,0,0,196,171,0,0,198,171,0,0,204,171,0,0,204,171,0,0,206,171,0,0,206,171,0,0,208,171,0,0,214,171,0,0,216,171,0,0,220,171,0,0,220,171,0,0,220,171,0,0,226,171,0,0,228,171,0,0,238,171,0,0,240,171,0,0,240,171,0,0,240,171,0,0,240,171,0,0,240,171,0,0,246,171,0,0,246,171,0,0,246,171,0,0,254,171,0,0,254,171,0,0,4,172,0,0,4,172,0,0,4,172,0,0,4,172,0,0,4,172,0,0,6,172,0,0,8,172,0,0,8,172,0,0,8,172,0,0,8,172,0,0,8,172,0,0,8,172,0,0,8,172,0,0,10,172,0,0,10,172,0,0,10,172,0,0,14,172,0,0,14,172,0,0,16,172,0,0,22,172,0,0,22,172,0,0,22,172,0,0,22,172,0,0,24,172,0,0,24,172,0,0,24,172,0,0,32,172,0,0,32,172,0,0,32,172,0,0,34,172,0,0,34,172,0,0,34,172,0,0,34,172,0,0,34,172,0,0,34,172,0,0,36,172,0,0,40,172,0,0,40,172,0,0,40,172,0,0,44,172,0,0,44,172,0,0,44,172,0,0,50,172,0,0,50,172,0,0,52,172,0,0,52,172,0,0,52,172,0,0,52,172,0,0,58,172,0,0,62,172,0,0,64,172,0,0,64,172,0,0,70,172,0,0,72,172,0,0,72,172,0,0,78,172,0,0,82,172,0,0,84,172,0,0,84,172,0,0,86,172,0,0,86,172,0,0,90,172,0,0,94,172,0,0,94,172,0,0,106,172,0,0,106,172,0,0,108,172,0,0,108,172,0,0,110,172,0,0,112,172,0,0,114,172,0,0,114,172,0,0,116,172,0,0,118,172,0,0,120,172,0,0,124,172,0,0,132,172,0,0,132,172,0,0,136,172,0,0,136,172,0,0,140,172,0,0,140,172,0,0,140,172,0,0,146,172,0,0,146,172,0,0,152,172,0,0,154,172,0,0,164,172,0,0,166,172,0,0,168,172,0,0,168,172,0,0,168,172,0,0,170,172,0,0,170,172,0,0,170,172,0,0,170,172,0,0,170,172,0,0,170,172,0,0,174,172,0,0,176,172,0,0,184,172,0,0,186,172,0,0,190,172,0,0,190,172,0,0,190,172,0,0,190,172,0,0,194,172,0,0,200,172,0,0,200,172,0,0,204,172,0,0,206,172,0,0,208,172,0,0,212,172,0,0,216,172,0,0,216,172,0,0,216,172,0,0,216,172,0,0,220,172,0,0,224,172,0,0,224,172,0,0,224,172,0,0,230,172,0,0,238,172,0,0,240,172,0,0,242,172,0,0,242,172,0,0,244,172,0,0,244,172,0,0,244,172,0,0,244,172,0,0,244,172,0,0,244,172,0,0,244,172,0,0,248,172,0,0,248,172,0,0,250,172,0,0,252,172,0,0,252,172,0,0,252,172,0,0,254,172,0,0,254,172,0,0,254,172,0,0,254,172,0,0,0,173,0,0,0,173,0,0,2,173,0,0,2,173,0,0,2,173,0,0,2,173,0,0,6,173,0,0,6,173,0,0,6,173,0,0,10,173,0,0,10,173,0,0,14,173,0,0,14,173,0,0,14,173,0,0,14,173,0,0,16,173,0,0,16,173,0,0,18,173,0,0,18,173,0,0,20,173,0,0,24,173,0,0,28,173,0,0,30,173,0,0,30,173,0,0,30,173,0,0,32,173,0,0,42,173,0,0,46,173,0,0,46,173,0,0,54,173,0,0,54,173,0,0,56,173,0,0,56,173,0,0,56,173,0,0,58,173,0,0,58,173,0,0,60,173,0,0,60,173,0,0,64,173,0,0,66,173,0,0,70,173,0,0,70,173,0,0,72,173,0,0,74,173,0,0,76,173,0,0,76,173,0,0,76,173,0,0,76,173,0,0,78,173,0,0,78,173,0,0,78,173,0,0,80,173,0,0,84,173,0,0,84,173,0,0,94,173,0,0,94,173,0,0,96,173,0,0,96,173,0,0,96,173,0,0,98,173,0,0,98,173,0,0,102,173,0,0,108,173,0,0,114,173,0,0,116,173,0,0,120,173,0,0,120,173,0,0,130,173,0,0,132,173,0,0,134,173,0,0,134,173,0,0,144,173,0,0,144,173,0,0,144,173,0,0,146,173,0,0,148,173,0,0,160,173,0,0,166,173,0,0,170,173,0,0,172,173,0,0,180,173,0,0,190,173,0,0,194,173,0,0,198,173,0,0,198,173,0,0,202,173,0,0,206,173,0,0,216,173,0,0,216,173,0,0,216,173,0,0,216,173,0,0,216,173,0,0,216,173,0,0,216,173,0,0,218,173,0,0,222,173,0,0,224,173,0,0,224,173,0,0,224,173,0,0,226,173,0,0,226,173,0,0,228,173,0,0,228,173,0,0,230,173,0,0,236,173,0,0,236,173,0,0,236,173,0,0,236,173,0,0,236,173,0,0,236,173,0,0,238,173,0,0,242,173,0,0,248,173,0,0,0,174,0,0,0,174,0,0,2,174,0,0,2,174,0,0,2,174,0,0,2,174,0,0,2,174,0,0,8,174,0,0,12,174,0,0,12,174,0,0,12,174,0,0,12,174,0,0,16,174,0,0,20,174,0,0,20,174,0,0,22,174,0,0,22,174,0,0,22,174,0,0,24,174,0,0,26,174,0,0,30,174,0,0,32,174,0,0,34,174,0,0,36,174,0,0,42,174,0,0,42,174,0,0,46,174,0,0,46,174,0,0,48,174,0,0,54,174,0,0,56,174,0,0,56,174,0,0,56,174,0,0,68,174,0,0,68,174,0,0,68,174,0,0,70,174,0,0,70,174,0,0,70,174,0,0,70,174,0,0,72,174,0,0,74,174,0,0,74,174,0,0,74,174,0,0,84,174,0,0,84,174,0,0,86,174,0,0,86,174,0,0,92,174,0,0,98,174,0,0,100,174,0,0,104,174,0,0,104,174,0,0,110,174,0,0,118,174,0,0,130,174,0,0,130,174,0,0,130,174,0,0,134,174,0,0,134,174,0,0,134,174,0,0,144,174,0,0,144,174,0,0,144,174,0,0,158,174,0,0,162,174,0,0,162,174,0,0,166,174,0,0,168,174,0,0,170,174,0,0,170,174,0,0,172,174,0,0,172,174,0,0,174,174,0,0,176,174,0,0,192,174,0,0,192,174,0,0,196,174,0,0,208,174,0,0,220,174,0,0,222,174,0,0,222,174,0,0,224,174,0,0,230,174,0,0,232,174,0,0,234,174,0,0,234,174,0,0,234,174,0,0,234,174,0,0,234,174,0,0,236,174,0,0,236,174,0,0,236,174,0,0,238,174,0,0,240,174,0,0,240,174,0,0,240,174,0,0,242,174,0,0,248,174,0,0,248,174,0,0,248,174,0,0,254,174,0,0,0,175,0,0,6,175,0,0,6,175,0,0,10,175,0,0,10,175,0,0,10,175,0,0,10,175,0,0,10,175,0,0,14,175,0,0,18,175,0,0,18,175,0,0,22,175,0,0,24,175,0,0,24,175,0,0,24,175,0,0,30,175,0,0,30,175,0,0,32,175,0,0,36,175,0,0,40,175,0,0,40,175,0,0,40,175,0,0,40,175,0,0,42,175,0,0,44,175,0,0,48,175,0,0,50,175,0,0,52,175,0,0,52,175,0,0,52,175,0,0,52,175,0,0,52,175,0,0,58,175,0,0,62,175,0,0,64,175,0,0,64,175,0,0,72,175,0,0,72,175,0,0,72,175,0,0,72,175,0,0,76,175,0,0,76,175,0,0,76,175,0,0,78,175,0,0,80,175,0,0,90,175,0,0,96,175,0,0,98,175,0,0,100,175,0,0,102,175,0,0,104,175,0,0,106,175,0,0,106,175,0,0,106,175,0,0,108,175,0,0,108,175,0,0,108,175,0,0,108,175,0,0,108,175,0,0,112,175,0,0,126,175,0,0,126,175,0,0,126,175,0,0,126,175,0,0,126,175,0,0,130,175,0,0,132,175,0,0,132,175,0,0,132,175,0,0,136,175,0,0,136,175,0,0,138,175,0,0,144,175,0,0,144,175,0,0,150,175,0,0,152,175,0,0,152,175,0,0,152,175,0,0,152,175,0,0,154,175,0,0,158,175,0,0,162,175,0,0,162,175,0,0,162,175,0,0,170,175,0,0,170,175,0,0,170,175,0,0,170,175,0,0,176,175,0,0,180,175,0,0,182,175,0,0,186,175,0,0,186,175,0,0,192,175,0,0,196,175,0,0,196,175,0,0,196,175,0,0,198,175,0,0,198,175,0,0,198,175,0,0,198,175,0,0,200,175,0,0,202,175,0,0,206,175,0,0,214,175,0,0,214,175,0,0,216,175,0,0,216,175,0,0,218,175,0,0,218,175,0,0,222,175,0,0,222,175,0,0,228,175,0,0,228,175,0,0,232,175,0,0,232,175,0,0,232,175,0,0,232,175,0,0,232,175,0,0,234,175,0,0,244,175,0,0,248,175,0,0,248,175,0,0,254,175,0,0,254,175,0,0,0,176,0,0,10,176,0,0,12,176,0,0,12,176,0,0,14,176,0,0,14,176,0,0,14,176,0,0,14,176,0,0,16,176,0,0,16,176,0,0,28,176,0,0,28,176,0,0,38,176,0,0,40,176,0,0,50,176,0,0,50,176,0,0,52,176,0,0,52,176,0,0,54,176,0,0,54,176,0,0,58,176,0,0,60,176,0,0,62,176,0,0,64,176,0,0,70,176,0,0,72,176,0,0,72,176,0,0,76,176,0,0,76,176,0,0,76,176,0,0,76,176,0,0,76,176,0,0,90,176,0,0,94,176,0,0,96,176,0,0,98,176,0,0,100,176,0,0,104,176,0,0,104,176,0,0,104,176,0,0,104,176,0,0,110,176,0,0,116,176,0,0,126,176,0,0,126,176,0,0,126,176,0,0,134,176,0,0,136,176,0,0,138,176,0,0,138,176,0,0,138,176,0,0,138,176,0,0,142,176,0,0,142,176,0,0,142,176,0,0,144,176,0,0,144,176,0,0,144,176,0,0,146,176,0,0,150,176,0,0,152,176,0,0,152,176,0,0,152,176,0,0,154,176,0,0,160,176,0,0,170,176,0,0,170,176,0,0,170,176,0,0,172,176,0,0,172,176,0,0,172,176,0,0,172,176,0,0,172,176,0,0,172,176,0,0,174,176,0,0,174,176,0,0,174,176,0,0,174,176,0,0,174,176,0,0,174,176,0,0,178,176,0,0,178,176,0,0,178,176,0,0,178,176,0,0,178,176,0,0,178,176,0,0,178,176,0,0,184,176,0,0,184,176,0,0,188,176,0,0,188,176,0,0,188,176,0,0,188,176,0,0,188,176,0,0,188,176,0,0,190,176,0,0,190,176,0,0,192,176,0,0,194,176,0,0,194,176,0,0,194,176,0,0,196,176,0,0,200,176,0,0,202,176,0,0,208,176,0,0,208,176,0,0,212,176,0,0,212,176,0,0,214,176,0,0,216,176,0,0,216,176,0,0,218,176,0,0,222,176,0,0,222,176,0,0,226,176,0,0,226,176,0,0,226,176,0,0,226,176,0,0,232,176,0,0,232,176,0,0,232,176,0,0,232,176,0,0,236,176,0,0,238,176,0,0,238,176,0,0,242,176,0,0,244,176,0,0,248,176,0,0,248,176,0,0,248,176,0,0,248,176,0,0,250,176,0,0,0,177,0,0,4,177,0,0,6,177,0,0,6,177,0,0,6,177,0,0,14,177,0,0,16,177,0,0,20,177,0,0,20,177,0,0,20,177,0,0,20,177,0,0,20,177,0,0,20,177,0,0,22,177,0,0,22,177,0,0,24,177,0,0,26,177,0,0,28,177,0,0,38,177,0,0,38,177,0,0,38,177,0,0,38,177,0,0,42,177,0,0,42,177,0,0,42,177,0,0,48,177,0,0,60,177,0,0,62,177,0,0,62,177,0,0,66,177,0,0,68,177,0,0,72,177,0,0,72,177,0,0,72,177,0,0,72,177,0,0,72,177,0,0,72,177,0,0,78,177,0,0,78,177,0,0,78,177,0,0,82,177,0,0,82,177,0,0,82,177,0,0,88,177,0,0,88,177,0,0,88,177,0,0,90,177,0,0,90,177,0,0,94,177,0,0,94,177,0,0,94,177,0,0,98,177,0,0,100,177,0,0,104,177,0,0,104,177,0,0,106,177,0,0,114,177,0,0,114,177,0,0,116,177,0,0,116,177,0,0,116,177,0,0,118,177,0,0,118,177,0,0,118,177,0,0,118,177,0,0,124,177,0,0,124,177,0,0,128,177,0,0,128,177,0,0,128,177,0,0,132,177,0,0,134,177,0,0,142,177,0,0,144,177,0,0,148,177,0,0,156,177,0,0,156,177,0,0,156,177,0,0,156,177,0,0,164,177,0,0,166,177,0,0,166,177,0,0,166,177,0,0,168,177,0,0,176,177,0,0,176,177,0,0,176,177,0,0,176,177,0,0,180,177,0,0,180,177,0,0,180,177,0,0,182,177,0,0,186,177,0,0,188,177,0,0,190,177,0,0,194,177,0,0,198,177,0,0,202,177,0,0,204,177,0,0,204,177,0,0,204,177,0,0,208,177,0,0,208,177,0,0,208,177,0,0,208,177,0,0,208,177,0,0,210,177,0,0,214,177,0,0,214,177,0,0,214,177,0,0,214,177,0,0,214,177,0,0,214,177,0,0,214,177,0,0,218,177,0,0,218,177,0,0,220,177,0,0,220,177,0,0,220,177,0,0,220,177,0,0,226,177,0,0,226,177,0,0,230,177,0,0,230,177,0,0,234,177,0,0,236,177,0,0,236,177,0,0,236,177,0,0,236,177,0,0,238,177,0,0,240,177,0,0,242,177,0,0,242,177,0,0,242,177,0,0,244,177,0,0,246,177,0,0,252,177,0,0,252,177,0,0,0,178,0,0,4,178,0,0,4,178,0,0,6,178,0,0,10,178,0,0,10,178,0,0,12,178,0,0,12,178,0,0,12,178,0,0,14,178,0,0,18,178,0,0,20,178,0,0,20,178,0,0,20,178,0,0,20,178,0,0,24,178,0,0,26,178,0,0,28,178,0,0,30,178,0,0,36,178,0,0,36,178,0,0,40,178,0,0,42,178,0,0,42,178,0,0,42,178,0,0,44,178,0,0,62,178,0,0,62,178,0,0,64,178,0,0,66,178,0,0,66,178,0,0,70,178,0,0,70,178,0,0,70,178,0,0,74,178,0,0,78,178,0,0,84,178,0,0,84,178,0,0,88,178,0,0,88,178,0,0,88,178,0,0,90,178,0,0,100,178,0,0,100,178,0,0,102,178,0,0,104,178,0,0,108,178,0,0,110,178,0,0,112,178,0,0,116,178,0,0,116,178,0,0,116,178,0,0,120,178,0,0,120,178,0,0,120,178,0,0,120,178,0,0,122,178,0,0,126,178,0,0,126,178,0,0,126,178,0,0,126,178,0,0,126,178,0,0,126,178,0,0,128,178,0,0,128,178,0,0,128,178,0,0,130,178,0,0,130,178,0,0,134,178,0,0,134,178,0,0,134,178,0,0,138,178,0,0,138,178,0,0,140,178,0,0,140,178,0,0,142,178,0,0,142,178,0,0,146,178,0,0,148,178,0,0,152,178,0,0,152,178,0,0,154,178,0,0,154,178,0,0,156,178,0,0,156,178,0,0,158,178,0,0,160,178,0,0,170,178,0,0,172,178,0,0,174,178,0,0,180,178,0,0,180,178,0,0,186,178,0,0,186,178,0,0,192,178,0,0,192,178,0,0,192,178,0,0,198,178,0,0,198,178,0,0,198,178,0,0,198,178,0,0,198,178,0,0,198,178,0,0,198,178,0,0,210,178,0,0,210,178,0,0,212,178,0,0,214,178,0,0,216,178,0,0,216,178,0,0,216,178,0,0,216,178,0,0,216,178,0,0,216,178,0,0,216,178,0,0,218,178,0,0,218,178,0,0,218,178,0,0,218,178,0,0,218,178,0,0,218,178,0,0,218,178,0,0,218,178,0,0,218,178,0,0,220,178,0,0,220,178,0,0,220,178,0,0,222,178,0,0,226,178,0,0,228,178,0,0,228,178,0,0,228,178,0,0,238,178,0,0,240,178,0,0,244,178,0,0,244,178,0,0,246,178,0,0,246,178,0,0,246,178,0,0,250,178,0,0,252,178,0,0,0,179,0,0,8,179,0,0,10,179,0,0,10,179,0,0,16,179,0,0,18,179,0,0,22,179,0,0,26,179,0,0,26,179,0,0,32,179,0,0,34,179,0,0,36,179,0,0,36,179,0,0,38,179,0,0,38,179,0,0,44,179,0,0,44,179,0,0,46,179,0,0,46,179,0,0,46,179,0,0,46,179,0,0,46,179,0,0,46,179,0,0,46,179,0,0,50,179,0,0,50,179,0,0,64,179,0,0,66,179,0,0,66,179,0,0,66,179,0,0,74,179,0,0,74,179,0,0,78,179,0,0,78,179,0,0,80,179,0,0,82,179,0,0,86,179,0,0,90,179,0,0,92,179,0,0,96,179,0,0,96,179,0,0,108,179,0,0,114,179,0,0,114,179,0,0,114,179,0,0,114,179,0,0,116,179,0,0,116,179,0,0,116,179,0,0,120,179,0,0,122,179,0,0,126,179,0,0,126,179,0,0,128,179,0,0,132,179,0,0,134,179,0,0,134,179,0,0,140,179,0,0,152,179,0,0,152,179,0,0,152,179,0,0,152,179,0,0,152,179,0,0,162,179,0,0,162,179,0,0,162,179,0,0,164,179,0,0,164,179,0,0,166,179,0,0,166,179,0,0,166,179,0,0,170,179,0,0,174,179,0,0,176,179,0,0,176,179,0,0,178,179,0,0,178,179,0,0,178,179,0,0,178,179,0,0,178,179,0,0,178,179,0,0,180,179,0,0,180,179,0,0,188,179,0,0,188,179,0,0,188,179,0,0,190,179,0,0,192,179,0,0,192,179,0,0,198,179,0,0,198,179,0,0,198,179,0,0,204,179,0,0,204,179,0,0,204,179,0,0,204,179,0,0,204,179,0,0,204,179,0,0,204,179,0,0,204,179,0,0,208,179,0,0,212,179,0,0,216,179,0,0,216,179,0,0,216,179,0,0,226,179,0,0,230,179,0,0,234,179,0,0,236,179,0,0,236,179,0,0,238,179,0,0,246,179,0,0,246,179,0,0,248,179,0,0,250,179,0,0,252,179,0,0,252,179,0,0,254,179,0,0,4,180,0,0,4,180,0,0,4,180,0,0,4,180,0,0,6,180,0,0,6,180,0,0,6,180,0,0,6,180,0,0,6,180,0,0,8,180,0,0,8,180,0,0,8,180,0,0,8,180,0,0,8,180,0,0,8,180,0,0,8,180,0,0,10,180,0,0,14,180,0,0,22,180,0,0,28,180,0,0,30,180,0,0,38,180,0,0,38,180,0,0,42,180,0,0,42,180,0,0,42,180,0,0,42,180,0,0,42,180,0,0,52,180,0,0,52,180,0,0,56,180,0,0,58,180,0,0,62,180,0,0,64,180,0,0,64,180,0,0,64,180,0,0,64,180,0,0,64,180,0,0,64,180,0,0,64,180,0,0,64,180,0,0,66,180,0,0,66,180,0,0,74,180,0,0,76,180,0,0,76,180,0,0,76,180,0,0,76,180,0,0,76,180,0,0,82,180,0,0,84,180,0,0,84,180,0,0,84,180,0,0,84,180,0,0,88,180,0,0,92,180,0,0,94,180,0,0,96,180,0,0,98,180,0,0,98,180,0,0,108,180,0,0,110,180,0,0,118,180,0,0,118,180,0,0,126,180,0,0,126,180,0,0,128,180,0,0,128,180,0,0,138,180,0,0,138,180,0,0,138,180,0,0,144,180,0,0,144,180,0,0,144,180,0,0,144,180,0,0,144,180,0,0,144,180,0,0,144,180,0,0,144,180,0,0,144,180,0,0,144,180,0,0,146,180,0,0,146,180,0,0,146,180,0,0,146,180,0,0,150,180,0,0,152,180,0,0,152,180,0,0,156,180,0,0,164,180,0,0,168,180,0,0,170,180,0,0,170,180,0,0,170,180,0,0,174,180,0,0,174,180,0,0,176,180,0,0,176,180,0,0,176,180,0,0,176,180,0,0,182,180,0,0,182,180,0,0,182,180,0,0,186,180,0,0,192,180,0,0,192,180,0,0,194,180,0,0,194,180,0,0,196,180,0,0,196,180,0,0,196,180,0,0,196,180,0,0,196,180,0,0,196,180,0,0,200,180,0,0,200,180,0,0,200,180,0,0,200,180,0,0,202,180,0,0,202,180,0,0,202,180,0,0,204,180,0,0,210,180,0,0,212,180,0,0,214,180,0,0,214,180,0,0,214,180,0,0,222,180,0,0,228,180,0,0,228,180,0,0,228,180,0,0,236,180,0,0,242,180,0,0,242,180,0,0,242,180,0,0,242,180,0,0,242,180,0,0,250,180,0,0,250,180,0,0,252,180,0,0,254,180,0,0,254,180,0,0,254,180,0,0,254,180,0,0,0,181,0,0,0,181,0,0,0,181,0,0,4,181,0,0,4,181,0,0,10,181,0,0,10,181,0,0,10,181,0,0,10,181,0,0,12,181,0,0,12,181,0,0,12,181,0,0,20,181,0,0,24,181,0,0,28,181,0,0,28,181,0,0,38,181,0,0,38,181,0,0,38,181,0,0,38,181,0,0,44,181,0,0,46,181,0,0,46,181,0,0,52,181,0,0,52,181,0,0,56,181,0,0,60,181,0,0,60,181,0,0,60,181,0,0,60,181,0,0,60,181,0,0,64,181,0,0,66,181,0,0,68,181,0,0,68,181,0,0,72,181,0,0,72,181,0,0,78,181,0,0,78,181,0,0,82,181,0,0,82,181,0,0,88,181,0,0,88,181,0,0,88,181,0,0,88,181,0,0,88,181,0,0,96,181,0,0,98,181,0,0,100,181,0,0,100,181,0,0,102,181,0,0,106,181,0,0,106,181,0,0,108,181,0,0,112,181,0,0,118,181,0,0,118,181,0,0,120,181,0,0,122,181,0,0,124,181,0,0,124,181,0,0,126,181,0,0,132,181,0,0,132,181,0,0,136,181,0,0,140,181,0,0,142,181,0,0,144,181,0,0,148,181,0,0,150,181,0,0,154,181,0,0,158,181,0,0,158,181,0,0,162,181,0,0,164,181,0,0,170,181,0,0,172,181,0,0,172,181,0,0,176,181,0,0,188,181,0,0,188,181,0,0,188,181,0,0,192,181,0,0,198,181,0,0,200,181,0,0,200,181,0,0,200,181,0,0,200,181,0,0,202,181,0,0,206,181,0,0,208,181,0,0,212,181,0,0,212,181,0,0,212,181,0,0,218,181,0,0,220,181,0,0,220,181,0,0,220,181,0,0,220,181,0,0,222,181,0,0,224,181,0,0,224,181,0,0,226,181,0,0,228,181,0,0,236,181,0,0,238,181,0,0,246,181,0,0,246,181,0,0,246,181,0,0,246,181,0,0,246,181,0,0,248,181,0,0,250,181,0,0,250,181,0,0,250,181,0,0,250,181,0,0,254,181,0,0,0,182,0,0,4,182,0,0,4,182,0,0,4,182,0,0,12,182,0,0,14,182,0,0,14,182,0,0,14,182,0,0,18,182,0,0,18,182,0,0,22,182,0,0,22,182,0,0,24,182,0,0,24,182,0,0,32,182,0,0,38,182,0,0,40,182,0,0,40,182,0,0,44,182,0,0,48,182,0,0,52,182,0,0,54,182,0,0,54,182,0,0,54,182,0,0,60,182,0,0,60,182,0,0,60,182,0,0,66,182,0,0,66,182,0,0,66,182,0,0,66,182,0,0,68,182,0,0,70,182,0,0,70,182,0,0,78,182,0,0,78,182,0,0,78,182,0,0,78,182,0,0,78,182,0,0,78,182,0,0,78,182,0,0,78,182,0,0,78,182,0,0,78,182,0,0,78,182,0,0,78,182,0,0,78,182,0,0,80,182,0,0,84,182,0,0,94,182,0,0,94,182,0,0,94,182,0,0,94,182,0,0,98,182,0,0,98,182,0,0,98,182,0,0,106,182,0,0,110,182,0,0,112,182,0,0,122,182,0,0,124,182,0,0,126,182,0,0,126,182,0,0,126,182,0,0,126,182,0,0,126,182,0,0,126,182,0,0,126,182,0,0,126,182,0,0,126,182,0,0,128,182,0,0,128,182,0,0,128,182,0,0,130,182,0,0,130,182,0,0,138,182,0,0,138,182,0,0,138,182,0,0,138,182,0,0,138,182,0,0,138,182,0,0,146,182,0,0,146,182,0,0,150,182,0,0,154,182,0,0,154,182,0,0,154,182,0,0,158,182,0,0,158,182,0,0,158,182,0,0,160,182,0,0,160,182,0,0,160,182,0,0,162,182,0,0,162,182,0,0,164,182,0,0,166,182,0,0,168,182,0,0,176,182,0,0,180,182,0,0,188,182,0,0,190,182,0,0,192,182,0,0,192,182,0,0,192,182,0,0,196,182,0,0,202,182,0,0,206,182,0,0,208,182,0,0,208,182,0,0,210,182,0,0,210,182,0,0,212,182,0,0,212,182,0,0,212,182,0,0,212,182,0,0,212,182,0,0,214,182,0,0,222,182,0,0,222,182,0,0,226,182,0,0,226,182,0,0,232,182,0,0,232,182,0,0,234,182,0,0,236,182,0,0,236,182,0,0,236,182,0,0,236,182,0,0,238,182,0,0,238,182,0,0,238,182,0,0,240,182,0,0,240,182,0,0,240,182,0,0,240,182,0,0,242,182,0,0,250,182,0,0,250,182,0,0,250,182,0,0,0,183,0,0,0,183,0,0,2,183,0,0,2,183,0,0,2,183,0,0,2,183,0,0,2,183,0,0,2,183,0,0,2,183,0,0,4,183,0,0,4,183,0,0,8,183,0,0,16,183,0,0,22,183,0,0,22,183,0,0,26,183,0,0,28,183,0,0,34,183,0,0,40,183,0,0,40,183,0,0,44,183,0,0,44,183,0,0,44,183,0,0,50,183,0,0,50,183,0,0,50,183,0,0,52,183,0,0,56,183,0,0,56,183,0,0,58,183,0,0,58,183,0,0,58,183,0,0,68,183,0,0,68,183,0,0,72,183,0,0,74,183,0,0,74,183,0,0,74,183,0,0,76,183,0,0,92,183,0,0,92,183,0,0,94,183,0,0,104,183,0,0,108,183,0,0,108,183,0,0,108,183,0,0,108,183,0,0,110,183,0,0,110,183,0,0,110,183,0,0,112,183,0,0,112,183,0,0,116,183,0,0,118,183,0,0,122,183,0,0,128,183,0,0,132,183,0,0,140,183,0,0,142,183,0,0,148,183,0,0,148,183,0,0,150,183,0,0,152,183,0,0,154,183,0,0,154,183,0,0,156,183,0,0,156,183,0,0,156,183,0,0,158,183,0,0,158,183,0,0,158,183,0,0,158,183,0,0,162,183,0,0,164,183,0,0,164,183,0,0,164,183,0,0,164,183,0,0,166,183,0,0,168,183,0,0,170,183,0,0,170,183,0,0,172,183,0,0,172,183,0,0,178,183,0,0,178,183,0,0,178,183,0,0,184,183,0,0,188,183,0,0,188,183,0,0,188,183,0,0,188,183,0,0,190,183,0,0,190,183,0,0,190,183,0,0,190,183,0,0,198,183,0,0,198,183,0,0,198,183,0,0,198,183,0,0,198,183,0,0,210,183,0,0,212,183,0,0,212,183,0,0,214,183,0,0,214,183,0,0,214,183,0,0,218,183,0,0,220,183,0,0,224,183,0,0,224,183,0,0,226,183,0,0,228,183,0,0,228,183,0,0,232,183,0,0,234,183,0,0,234,183,0,0,234,183,0,0,234,183,0,0,234,183,0,0,238,183,0,0,238,183,0,0,242,183,0,0,244,183,0,0,244,183,0,0,244,183,0,0,250,183,0,0,252,183,0,0,252,183,0,0,252,183,0,0,254,183,0,0,0,184,0,0,0,184,0,0,2,184,0,0,2,184,0,0,6,184,0,0,6,184,0,0,12,184,0,0,12,184,0,0,12,184,0,0,14,184,0,0,16,184,0,0,22,184,0,0,26,184,0,0,30,184,0,0,32,184,0,0,36,184,0,0,40,184,0,0,46,184,0,0,52,184,0,0,52,184,0,0,56,184,0,0,56,184,0,0,64,184,0,0,68,184,0,0,84,184,0,0,84,184,0,0,86,184,0,0,92,184,0,0,92,184,0,0,92,184,0,0,98,184,0,0,98,184,0,0,102,184,0,0,102,184,0,0,104,184,0,0,106,184,0,0,108,184,0,0,108,184,0,0,108,184,0,0,108,184,0,0,110,184,0,0,110,184,0,0,114,184,0,0,124,184,0,0,126,184,0,0,132,184,0,0,134,184,0,0,134,184,0,0,134,184,0,0,136,184,0,0,136,184,0,0,142,184,0,0,142,184,0,0,146,184,0,0,148,184,0,0,148,184,0,0,148,184,0,0,148,184,0,0,152,184,0,0,160,184,0,0,160,184,0,0,160,184,0,0,166,184,0,0,166,184,0,0,170,184,0,0,172,184,0,0,178,184,0,0,182,184,0,0,186,184,0,0,186,184,0,0,186,184,0,0,186,184,0,0,186,184,0,0,188,184,0,0,188,184,0,0,188,184,0,0,188,184,0,0,188,184,0,0,192,184,0,0,200,184,0,0,208,184,0,0,208,184,0,0,208,184,0,0,208,184,0,0,212,184,0,0,216,184,0,0,216,184,0,0,216,184,0,0,216,184,0,0,216,184,0,0,216,184,0,0,218,184,0,0,218,184,0,0,218,184,0,0,228,184,0,0,230,184,0,0,232,184,0,0,236,184,0,0,236,184,0,0,240,184,0,0,240,184,0,0,242,184,0,0,242,184,0,0,242,184,0,0,242,184,0,0,244,184,0,0,244,184,0,0,244,184,0,0,248,184,0,0,248,184,0,0,248,184,0,0,248,184,0,0,250,184,0,0,250,184,0,0,8,185,0,0,8,185,0,0,8,185,0,0,8,185,0,0,14,185,0,0,14,185,0,0,26,185,0,0,26,185,0,0,30,185,0,0,34,185,0,0,36,185,0,0,36,185,0,0,36,185,0,0,36,185,0,0,36,185,0,0,36,185,0,0,36,185,0,0,42,185,0,0,48,185,0,0,52,185,0,0,52,185,0,0,52,185,0,0,54,185,0,0,56,185,0,0,56,185,0,0,56,185,0,0,56,185,0,0,56,185,0,0,60,185,0,0,60,185,0,0,64,185,0,0,66,185,0,0,70,185,0,0,70,185,0,0,74,185,0,0,76,185,0,0,76,185,0,0,76,185,0,0,76,185,0,0,82,185,0,0,82,185,0,0,82,185,0,0,86,185,0,0,86,185,0,0,86,185,0,0,86,185,0,0,86,185,0,0,90,185,0,0,90,185,0,0,90,185,0,0,92,185,0,0,94,185,0,0,102,185,0,0,104,185,0,0,112,185,0,0,112,185,0,0,112,185,0,0,112,185,0,0,114,185,0,0,114,185,0,0,118,185,0,0,118,185,0,0,118,185,0,0,126,185,0,0,126,185,0,0,128,185,0,0,128,185,0,0,138,185,0,0,138,185,0,0,140,185,0,0,142,185,0,0,142,185,0,0,142,185,0,0,150,185,0,0,150,185,0,0,150,185,0,0,154,185,0,0,158,185,0,0,160,185,0,0,160,185,0,0,164,185,0,0,164,185,0,0,164,185,0,0,164,185,0,0,168,185,0,0,172,185,0,0,174,185,0,0,174,185,0,0,174,185,0,0,174,185,0,0,174,185,0,0,174,185,0,0,174,185,0,0,174,185,0,0,174,185,0,0,176,185,0,0,176,185,0,0,176,185,0,0,178,185,0,0,178,185,0,0,178,185,0,0,178,185,0,0,180,185,0,0,182,185,0,0,184,185,0,0,184,185,0,0,184,185,0,0,184,185,0,0,184,185,0,0,186,185,0,0,190,185,0,0,190,185,0,0,190,185,0,0,204,185,0,0,206,185,0,0,206,185,0,0,206,185,0,0,208,185,0,0,208,185,0,0,208,185,0,0,220,185,0,0,224,185,0,0,226,185,0,0,226,185,0,0,228,185,0,0,230,185,0,0,230,185,0,0,230,185,0,0,240,185,0,0,240,185,0,0,244,185,0,0,244,185,0,0,244,185,0,0,244,185,0,0,246,185,0,0,246,185,0,0,246,185,0,0,248,185,0,0,0,186,0,0,0,186,0,0,0,186,0,0,2,186,0,0,2,186,0,0,4,186,0,0,4,186,0,0,4,186,0,0,6,186,0,0,6,186,0,0,8,186,0,0,8,186,0,0,8,186,0,0,8,186,0,0,8,186,0,0,8,186,0,0,8,186,0,0,8,186,0,0,10,186,0,0,12,186,0,0,12,186,0,0,14,186,0,0,14,186,0,0,14,186,0,0,20,186,0,0,22,186,0,0,22,186,0,0,26,186,0,0,32,186,0,0,32,186,0,0,32,186,0,0,32,186,0,0,34,186,0,0,34,186,0,0,36,186,0,0,42,186,0,0,42,186,0,0,42,186,0,0,42,186,0,0,42,186,0,0,42,186,0,0,42,186,0,0,46,186,0,0,48,186,0,0,50,186,0,0,52,186,0,0,54,186,0,0,56,186,0,0,56,186,0,0,58,186,0,0,62,186,0,0,64,186,0,0,68,186,0,0,68,186,0,0,68,186,0,0,68,186,0,0,78,186,0,0,80,186,0,0,82,186,0,0,82,186,0,0,86,186,0,0,88,186,0,0,90,186,0,0,98,186,0,0,98,186,0,0,98,186,0,0,102,186,0,0,102,186,0,0,102,186,0,0,102,186,0,0,102,186,0,0,106,186,0,0,106,186,0,0,106,186,0,0,108,186,0,0,108,186,0,0,108,186,0,0,112,186,0,0,116,186,0,0,118,186,0,0,122,186,0,0,122,186,0,0,126,186,0,0,132,186,0,0,132,186,0,0,134,186,0,0,136,186,0,0,138,186,0,0,138,186,0,0,146,186,0,0,146,186,0,0,150,186,0,0,156,186,0,0,160,186,0,0,160,186,0,0,160,186,0,0,168,186,0,0,168,186,0,0,172,186,0,0,176,186,0,0,176,186,0,0,176,186,0,0,176,186,0,0,176,186,0,0,180,186,0,0,180,186,0,0,180,186,0,0,180,186,0,0,184,186,0,0,186,186,0,0,186,186,0,0,188,186,0,0,188,186,0,0,188,186,0,0,188,186,0,0,188,186,0,0,188,186,0,0,194,186,0,0,196,186,0,0,196,186,0,0,196,186,0,0,196,186,0,0,196,186,0,0,206,186,0,0,210,186,0,0,216,186,0,0,218,186,0,0,220,186,0,0,220,186,0,0,222,186,0,0,222,186,0,0,222,186,0,0,224,186,0,0,226,186,0,0,232,186,0,0,232,186,0,0,236,186,0,0,238,186,0,0,238,186,0,0,238,186,0,0,240,186,0,0,240,186,0,0,240,186,0,0,240,186,0,0,240,186,0,0,240,186,0,0,242,186,0,0,242,186,0,0,246,186,0,0,246,186,0,0,246,186,0,0,246,186,0,0,246,186,0,0,246,186,0,0,0,187,0,0,6,187,0,0,10,187,0,0,16,187,0,0,16,187,0,0,20,187,0,0,20,187,0,0,20,187,0,0,26,187,0,0,32,187,0,0,38,187,0,0,38,187,0,0,40,187,0,0,42,187,0,0,42,187,0,0,42,187,0,0,42,187,0,0,42,187,0,0,42,187,0,0,44,187,0,0,46,187,0,0,46,187,0,0,46,187,0,0,48,187,0,0,52,187,0,0,58,187,0,0,60,187,0,0,60,187,0,0,62,187,0,0,62,187,0,0,62,187,0,0,62,187,0,0,62,187,0,0,66,187,0,0,72,187,0,0,76,187,0,0,76,187,0,0,76,187,0,0,76,187,0,0,76,187,0,0,76,187,0,0,76,187,0,0,82,187,0,0,84,187,0,0,86,187,0,0,86,187,0,0,88,187,0,0,88,187,0,0,90,187,0,0,92,187,0,0,96,187,0,0,96,187,0,0,96,187,0,0,104,187,0,0,106,187,0,0,110,187,0,0,110,187,0,0,110,187,0,0,114,187,0,0,114,187,0,0,114,187,0,0,114,187,0,0,114,187,0,0,114,187,0,0,114,187,0,0,114,187,0,0,114,187,0,0,116,187,0,0,116,187,0,0,116,187,0,0,116,187,0,0,118,187,0,0,124,187,0,0,128,187,0,0,130,187,0,0,144,187,0,0,144,187,0,0,144,187,0,0,148,187,0,0,150,187,0,0,154,187,0,0,154,187,0,0,154,187,0,0,154,187,0,0,156,187,0,0,156,187,0,0,156,187,0,0,156,187,0,0,156,187,0,0,156,187,0,0,156,187,0,0,162,187,0,0,170,187,0,0,170,187,0,0,170,187,0,0,170,187,0,0,172,187,0,0,174,187,0,0,174,187,0,0,174,187,0,0,174,187,0,0,174,187,0,0,174,187,0,0,176,187,0,0,178,187,0,0,178,187,0,0,182,187,0,0,182,187,0,0,186,187,0,0,194,187,0,0,196,187,0,0,196,187,0,0,196,187,0,0,198,187,0,0,200,187,0,0,202,187,0,0,202,187,0,0,206,187,0,0,206,187,0,0,210,187,0,0,214,187,0,0,220,187,0,0,222,187,0,0,228,187,0,0,232,187,0,0,236,187,0,0,240,187,0,0,240,187,0,0,240,187,0,0,240,187,0,0,244,187,0,0,250,187,0,0,250,187,0,0,250,187,0,0,250,187,0,0,250,187,0,0,0,188,0,0,4,188,0,0,4,188,0,0,6,188,0,0,16,188,0,0,16,188,0,0,18,188,0,0,28,188,0,0,28,188,0,0,28,188,0,0,28,188,0,0,30,188,0,0,30,188,0,0,30,188,0,0,32,188,0,0,36,188,0,0,42,188,0,0,44,188,0,0,50,188,0,0,56,188,0,0,56,188,0,0,58,188,0,0,58,188,0,0,64,188,0,0,70,188,0,0,76,188,0,0,76,188,0,0,78,188,0,0,78,188,0,0,84,188,0,0,88,188,0,0,90,188,0,0,92,188,0,0,92,188,0,0,92,188,0,0,94,188,0,0,104,188,0,0,104,188,0,0,104,188,0,0,106,188,0,0,106,188,0,0,110,188,0,0,110,188,0,0,110,188,0,0,112,188,0,0,112,188,0,0,114,188,0,0,116,188,0,0,118,188,0,0,120,188,0,0,120,188,0,0,122,188,0,0,122,188,0,0,136,188,0,0,136,188,0,0,136,188,0,0,136,188,0,0,136,188,0,0,140,188,0,0,140,188,0,0,142,188,0,0,142,188,0,0,144,188,0,0,152,188,0,0,152,188,0,0,156,188,0,0,166,188,0,0,166,188,0,0,166,188,0,0,166,188,0,0,166,188,0,0,168,188,0,0,168,188,0,0,174,188,0,0,176,188,0,0,176,188,0,0,182,188,0,0,182,188,0,0,186,188,0,0,186,188,0,0,190,188,0,0,194,188,0,0,194,188,0,0,194,188,0,0,194,188,0,0,194,188,0,0,194,188,0,0,194,188,0,0,196,188,0,0,198,188,0,0,200,188,0,0,206,188,0,0,206,188,0,0,206,188,0,0,206,188,0,0,206,188,0,0,206,188,0,0,206,188,0,0,210,188,0,0,212,188,0,0,212,188,0,0,216,188,0,0,216,188,0,0,216,188,0,0,218,188,0,0,218,188,0,0,218,188,0,0,224,188,0,0,224,188,0,0,226,188,0,0,228,188,0,0,228,188,0,0,230,188,0,0,232,188,0,0,232,188,0,0,234,188,0,0,238,188,0,0,242,188,0,0,242,188,0,0,242,188,0,0,250,188,0,0,254,188,0,0,254,188,0,0,2,189,0,0,2,189,0,0,2,189,0,0,2,189,0,0,2,189,0,0,10,189,0,0,10,189,0,0,18,189,0,0,18,189,0,0,30,189,0,0,30,189,0,0,30,189,0,0,30,189,0,0,30,189,0,0,32,189,0,0,34,189,0,0,34,189,0,0,34,189,0,0,34,189,0,0,36,189,0,0,38,189,0,0,38,189,0,0,38,189,0,0,38,189,0,0,40,189,0,0,40,189,0,0,48,189,0,0,48,189,0,0,50,189,0,0,50,189,0,0,50,189,0,0,54,189,0,0,60,189,0,0,62,189,0,0,66,189,0,0,70,189,0,0,72,189,0,0,72,189,0,0,72,189,0,0,72,189,0,0,72,189,0,0,72,189,0,0,72,189,0,0,74,189,0,0,74,189,0,0,76,189,0,0,78,189,0,0,78,189,0,0,82,189,0,0,82,189,0,0,82,189,0,0,84,189,0,0,88,189,0,0,90,189,0,0,96,189,0,0,100,189,0,0,102,189,0,0,102,189,0,0,102,189,0,0,106,189,0,0,110,189,0,0,110,189,0,0,112,189,0,0,112,189,0,0,116,189,0,0,122,189,0,0,122,189,0,0,122,189,0,0,128,189,0,0,132,189,0,0,132,189,0,0,134,189,0,0,138,189,0,0,140,189,0,0,144,189,0,0,144,189,0,0,148,189,0,0,148,189,0,0,148,189,0,0,148,189,0,0,150,189,0,0,150,189,0,0,150,189,0,0,154,189,0,0,156,189,0,0,160,189,0,0,164,189,0,0,164,189,0,0,164,189,0,0,166,189,0,0,170,189,0,0,170,189,0,0,170,189,0,0,170,189,0,0,172,189,0,0,174,189,0,0,174,189,0,0,174,189,0,0,180,189,0,0,182,189,0,0,184,189,0,0,188,189,0,0,190,189,0,0,190,189,0,0,192,189,0,0,196,189,0,0,196,189,0,0,196,189,0,0,196,189,0,0,196,189,0,0,198,189,0,0,198,189,0,0,198,189,0,0,210,189,0,0,218,189,0,0,220,189,0,0,226,189,0,0,228,189,0,0,232,189,0,0,236,189,0,0,240,189,0,0,240,189,0,0,240,189,0,0,240,189,0,0,242,189,0,0,242,189,0,0,252,189,0,0,0,190,0,0,4,190,0,0,10,190,0,0,10,190,0,0,10,190,0,0,14,190,0,0,18,190,0,0,20,190,0,0,26,190,0,0,26,190,0,0,26,190,0,0,28,190,0,0,28,190,0,0,30,190,0,0,30,190,0,0,32,190,0,0,32,190,0,0,32,190,0,0,34,190,0,0,38,190,0,0,38,190,0,0,38,190,0,0,38,190,0,0,38,190,0,0,38,190,0,0,38,190,0,0,44,190,0,0,44,190,0,0,46,190,0,0,56,190,0,0,58,190,0,0,70,190,0,0,70,190,0,0,72,190,0,0,72,190,0,0,74,190,0,0,74,190,0,0,78,190,0,0,78,190,0,0,78,190,0,0,80,190,0,0,80,190,0,0,80,190,0,0,80,190,0,0,80,190,0,0,80,190,0,0,80,190,0,0,84,190,0,0,84,190,0,0,84,190,0,0,92,190,0,0,92,190,0,0,94,190,0,0,94,190,0,0,94,190,0,0,96,190,0,0,100,190,0,0,102,190,0,0,106,190,0,0,106,190,0,0,108,190,0,0,108,190,0,0,108,190,0,0,108,190,0,0,110,190,0,0,110,190,0,0,116,190,0,0,118,190,0,0,118,190,0,0,118,190,0,0,118,190,0,0,118,190,0,0,124,190,0,0,124,190,0,0,124,190,0,0,128,190,0,0,130,190,0,0,130,190,0,0,130,190,0,0,132,190,0,0,138,190,0,0,138,190,0,0,138,190,0,0,138,190,0,0,138,190,0,0,138,190,0,0,140,190,0,0,140,190,0,0,142,190,0,0,154,190,0,0,154,190,0,0,162,190,0,0,162,190,0,0,162,190,0,0,166,190,0,0,166,190,0,0,174,190,0,0,186,190,0,0,188,190,0,0,190,190,0,0,190,190,0,0,190,190,0,0,196,190,0,0,196,190,0,0,196,190,0,0,196,190,0,0,196,190,0,0,200,190,0,0,200,190,0,0,200,190,0,0,200,190,0,0,200,190,0,0,206,190,0,0,218,190,0,0,222,190,0,0,222,190,0,0,222,190,0,0,222,190,0,0,222,190,0,0,222,190,0,0,224,190,0,0,228,190,0,0,228,190,0,0,232,190,0,0,240,190,0,0,244,190,0,0,244,190,0,0,2,191,0,0,2,191,0,0,4,191,0,0,6,191,0,0,6,191,0,0,8,191,0,0,8,191,0,0,28,191,0,0,30,191,0,0,32,191,0,0,34,191,0,0,36,191,0,0,38,191,0,0,40,191,0,0,40,191,0,0,50,191,0,0,50,191,0,0,50,191,0,0,50,191,0,0,52,191,0,0,54,191,0,0,58,191,0,0,58,191,0,0,58,191,0,0,58,191,0,0,58,191,0,0,58,191,0,0,58,191,0,0,58,191,0,0,64,191,0,0,68,191,0,0,70,191,0,0,70,191,0,0,70,191,0,0,70,191,0,0,70,191,0,0,70,191,0,0,76,191,0,0,78,191,0,0,84,191,0,0,84,191,0,0,84,191,0,0,84,191,0,0,86,191,0,0,90,191,0,0,90,191,0,0,94,191,0,0,96,191,0,0,96,191,0,0,100,191,0,0,102,191,0,0,108,191,0,0,110,191,0,0,110,191,0,0,110,191,0,0,110,191,0,0,112,191,0,0,112,191,0,0,112,191,0,0,112,191,0,0,118,191,0,0,122,191,0,0,122,191,0,0,122,191,0,0,124,191,0,0,134,191,0,0,134,191,0,0,142,191,0,0,144,191,0,0,154,191,0,0,156,191,0,0,158,191,0,0,164,191,0,0,164,191,0,0,164,191,0,0,166,191,0,0,166,191,0,0,166,191,0,0,170,191,0,0,178,191,0,0,178,191,0,0,178,191,0,0,182,191,0,0,182,191,0,0,184,191,0,0,186,191,0,0,190,191,0,0,194,191,0,0,194,191,0,0,196,191,0,0,206,191,0,0,212,191,0,0,214,191,0,0,218,191,0,0,218,191,0,0,218,191,0,0,222,191,0,0,224,191,0,0,230,191,0,0,232,191,0,0,236,191,0,0,236,191,0,0,238,191,0,0,240,191,0,0,240,191,0,0,240,191,0,0,244,191,0,0,244,191,0,0,244,191,0,0,246,191,0,0,248,191,0,0,248,191,0,0,250,191,0,0,252,191,0,0,252,191,0,0,252,191,0,0,252,191,0,0,254,191,0,0,2,192,0,0,6,192,0,0,6,192,0,0,8,192,0,0,10,192,0,0,18,192,0,0,18,192,0,0,18,192,0,0,18,192,0,0,18,192,0,0,20,192,0,0,24,192,0,0,24,192,0,0,24,192,0,0,24,192,0,0,24,192,0,0,30,192,0,0,34,192,0,0,40,192,0,0,40,192,0,0,54,192,0,0,54,192,0,0,54,192,0,0,56,192,0,0,56,192,0,0,56,192,0,0,58,192,0,0,66,192,0,0,66,192,0,0,66,192,0,0,68,192,0,0,70,192,0,0,76,192,0,0,78,192,0,0,78,192,0,0,78,192,0,0,80,192,0,0,82,192,0,0,82,192,0,0,88,192,0,0,88,192,0,0,88,192,0,0,92,192,0,0,98,192,0,0,100,192,0,0,100,192,0,0,100,192,0,0,100,192,0,0,100,192,0,0,102,192,0,0,104,192,0,0,106,192,0,0,106,192,0,0,106,192,0,0,106,192,0,0,112,192,0,0,116,192,0,0,118,192,0,0,122,192,0,0,122,192,0,0,126,192,0,0,126,192,0,0,126,192,0,0,126,192,0,0,126,192,0,0,130,192,0,0,132,192,0,0,132,192,0,0,132,192,0,0,132,192,0,0,132,192,0,0,132,192,0,0,132,192,0,0,132,192,0,0,132,192,0,0,138,192,0,0,150,192,0,0,152,192,0,0,156,192,0,0,162,192,0,0,168,192,0,0,170,192,0,0,172,192,0,0,178,192,0,0,178,192,0,0,182,192,0,0,182,192,0,0,184,192,0,0,186,192,0,0,188,192,0,0,188,192,0,0,190,192,0,0,194,192,0,0,200,192,0,0,204,192,0,0,206,192,0,0,206,192,0,0,206,192,0,0,208,192,0,0,208,192,0,0,208,192,0,0,208,192,0,0,214,192,0,0,216,192,0,0,220,192,0,0,226,192,0,0,226,192,0,0,226,192,0,0,234,192,0,0,242,192,0,0,242,192,0,0,242,192,0,0,248,192,0,0,252,192,0,0,254,192,0,0,254,192,0,0,0,193,0,0,0,193,0,0,0,193,0,0,0,193,0,0,2,193,0,0,4,193,0,0,4,193,0,0,4,193,0,0,4,193,0,0,12,193,0,0,14,193,0,0,14,193,0,0,16,193,0,0,16,193,0,0,16,193,0,0,22,193,0,0,26,193,0,0,26,193,0,0,26,193,0,0,32,193,0,0,32,193,0,0,34,193,0,0,38,193,0,0,40,193,0,0,46,193,0,0,46,193,0,0,48,193,0,0,54,193,0,0,54,193,0,0,54,193,0,0,54,193,0,0,54,193,0,0,58,193,0,0,60,193,0,0,60,193,0,0,66,193,0,0,66,193,0,0,70,193,0,0,70,193,0,0,76,193,0,0,78,193,0,0,78,193,0,0,78,193,0,0,78,193,0,0,78,193,0,0,78,193,0,0,78,193,0,0,84,193,0,0,84,193,0,0,86,193,0,0,86,193,0,0,86,193,0,0,86,193,0,0,86,193,0,0,86,193,0,0,88,193,0,0,92,193,0,0,94,193,0,0,96,193,0,0,98,193,0,0,98,193,0,0,102,193,0,0,102,193,0,0,102,193,0,0,102,193,0,0,102,193,0,0,106,193,0,0,106,193,0,0,106,193,0,0,106,193,0,0,110,193,0,0,110,193,0,0,110,193,0,0,110,193,0,0,110,193,0,0,110,193,0,0,118,193,0,0,120,193,0,0,126,193,0,0,130,193,0,0,130,193,0,0,130,193,0,0,134,193,0,0,138,193,0,0,140,193,0,0,146,193,0,0,156,193,0,0,162,193,0,0,162,193,0,0,162,193,0,0,164,193,0,0,164,193,0,0,164,193,0,0,164,193,0,0,174,193,0,0,178,193,0,0,182,193,0,0,182,193,0,0,182,193,0,0,194,193,0,0,196,193,0,0,196,193,0,0,196,193,0,0,198,193,0,0,198,193,0,0,198,193,0,0,204,193,0,0,208,193,0,0,208,193,0,0,212,193,0,0,214,193,0,0,216,193,0,0,222,193,0,0,222,193,0,0,222,193,0,0,226,193,0,0,226,193,0,0,236,193,0,0,236,193,0,0,236,193,0,0,236,193,0,0,238,193,0,0,242,193,0,0,242,193,0,0,246,193,0,0,246,193,0,0,246,193,0,0,246,193,0,0,246,193,0,0,248,193,0,0,248,193,0,0,248,193,0,0,250,193,0,0,254,193,0,0,254,193,0,0,4,194,0,0,6,194,0,0,6,194,0,0,8,194,0,0,8,194,0,0,10,194,0,0,10,194,0,0,10,194,0,0,16,194,0,0,16,194,0,0,16,194,0,0,18,194,0,0,20,194,0,0,20,194,0,0,22,194,0,0,22,194,0,0,28,194,0,0,32,194,0,0,34,194,0,0,34,194,0,0,34,194,0,0,34,194,0,0,34,194,0,0,40,194,0,0,42,194,0,0,50,194,0,0,50,194,0,0,52,194,0,0,52,194,0,0,52,194,0,0,56,194,0,0,56,194,0,0,58,194,0,0,60,194,0,0,60,194,0,0,70,194,0,0,70,194,0,0,70,194,0,0,72,194,0,0,74,194,0,0,74,194,0,0,74,194,0,0,74,194,0,0,74,194,0,0,76,194,0,0,78,194,0,0,78,194,0,0,78,194,0,0,78,194,0,0,78,194,0,0,78,194,0,0,78,194,0,0,84,194,0,0,86,194,0,0,92,194,0,0,96,194,0,0,98,194,0,0,100,194,0,0,104,194,0,0,106,194,0,0,106,194,0,0,106,194,0,0,106,194,0,0,106,194,0,0,106,194,0,0,110,194,0,0,110,194,0,0,114,194,0,0,114,194,0,0,114,194,0,0,116,194,0,0,122,194,0,0,124,194,0,0,128,194,0,0,128,194,0,0,130,194,0,0,134,194,0,0,134,194,0,0,134,194,0,0,134,194,0,0,136,194,0,0,138,194,0,0,142,194,0,0,146,194,0,0,152,194,0,0,154,194,0,0,154,194,0,0,156,194,0,0,158,194,0,0,158,194,0,0,160,194,0,0,162,194,0,0,162,194,0,0,164,194,0,0,164,194,0,0,164,194,0,0,168,194,0,0,168,194,0,0,172,194,0,0,174,194,0,0,174,194,0,0,174,194,0,0,176,194,0,0,176,194,0,0,188,194,0,0,188,194,0,0,188,194,0,0,192,194,0,0,198,194,0,0,198,194,0,0,202,194,0,0,202,194,0,0,204,194,0,0,204,194,0,0,204,194,0,0,204,194,0,0,208,194,0,0,210,194,0,0,210,194,0,0,214,194,0,0,216,194,0,0,216,194,0,0,216,194,0,0,222,194,0,0,224,194,0,0,226,194,0,0,228,194,0,0,230,194,0,0,232,194,0,0,232,194,0,0,232,194,0,0,246,194,0,0,250,194,0,0,250,194,0,0,252,194,0,0,0,195,0,0,4,195,0,0,10,195,0,0,14,195,0,0,16,195,0,0,20,195,0,0,20,195,0,0,20,195,0,0,22,195,0,0,26,195,0,0,28,195,0,0,28,195,0,0,28,195,0,0,28,195,0,0,30,195,0,0,30,195,0,0,30,195,0,0,32,195,0,0,38,195,0,0,40,195,0,0,42,195,0,0,42,195,0,0,42,195,0,0,44,195,0,0,46,195,0,0,52,195,0,0,56,195,0,0,56,195,0,0,64,195,0,0,64,195,0,0,66,195,0,0,70,195,0,0,72,195,0,0,82,195,0,0,82,195,0,0,82,195,0,0,86,195,0,0,86,195,0,0,92,195,0,0,92,195,0,0,96,195,0,0,98,195,0,0,104,195,0,0,104,195,0,0,104,195,0,0,108,195,0,0,108,195,0,0,120,195,0,0,122,195,0,0,122,195,0,0,122,195,0,0,126,195,0,0,126,195,0,0,130,195,0,0,130,195,0,0,130,195,0,0,130,195,0,0,136,195,0,0,136,195,0,0,136,195,0,0,138,195,0,0,138,195,0,0,144,195,0,0,144,195,0,0,144,195,0,0,144,195,0,0,144,195,0,0,144,195,0,0,146,195,0,0,158,195,0,0,164,195,0,0,164,195,0,0,166,195,0,0,168,195,0,0,170,195,0,0,170,195,0,0,178,195,0,0,180,195,0,0,182,195,0,0,186,195,0,0,186,195,0,0,186,195,0,0,186,195,0,0,188,195,0,0,194,195,0,0,194,195,0,0,196,195,0,0,204,195,0,0,216,195,0,0,216,195,0,0,222,195,0,0,226,195,0,0,230,195,0,0,230,195,0,0,230,195,0,0,230,195,0,0,230,195,0,0,234,195,0,0,236,195,0,0,236,195,0,0,250,195,0,0,254,195,0,0,254,195,0,0,254,195,0,0,0,196,0,0,0,196,0,0,0,196,0,0,0,196,0,0,0,196,0,0,6,196,0,0,6,196,0,0,8,196,0,0,8,196,0,0,8,196,0,0,16,196,0,0,18,196,0,0,20,196,0,0,20,196,0,0,22,196,0,0,22,196,0,0,22,196,0,0,32,196,0,0,34,196,0,0,34,196,0,0,36,196,0,0,36,196,0,0,38,196,0,0,42,196,0,0,42,196,0,0,42,196,0,0,42,196,0,0,44,196,0,0,46,196,0,0,46,196,0,0,48,196,0,0,52,196,0,0,58,196,0,0,62,196,0,0,62,196,0,0,64,196,0,0,64,196,0,0,66,196,0,0,66,196,0,0,66,196,0,0,70,196,0,0,70,196,0,0,70,196,0,0,72,196,0,0,72,196,0,0,74,196,0,0,74,196,0,0,84,196,0,0,94,196,0,0,94,196,0,0,94,196,0,0,94,196,0,0,102,196,0,0,102,196,0,0,106,196,0,0,106,196,0,0,114,196,0,0,114,196,0,0,114,196,0,0,116,196,0,0,126,196,0,0,126,196,0,0,140,196,0,0,142,196,0,0,142,196,0,0,142,196,0,0,142,196,0,0,142,196,0,0,142,196,0,0,148,196,0,0,148,196,0,0,152,196,0,0,154,196,0,0,154,196,0,0,154,196,0,0,154,196,0,0,154,196,0,0,158,196,0,0,158,196,0,0,158,196,0,0,158,196,0,0,158,196,0,0,158,196,0,0,164,196,0,0,164,196,0,0,164,196,0,0,166,196,0,0,174,196,0,0,174,196,0,0,176,196,0,0,180,196,0,0,180,196,0,0,182,196,0,0,182,196,0,0,182,196,0,0,182,196,0,0,188,196,0,0,192,196,0,0,194,196,0,0,194,196,0,0,196,196,0,0,198,196,0,0,204,196,0,0,206,196,0,0,206,196,0,0,206,196,0,0,206,196,0,0,208,196,0,0,210,196,0,0,212,196,0,0,216,196,0,0,218,196,0,0,224,196,0,0,226,196,0,0,226,196,0,0,226,196,0,0,226,196,0,0,226,196,0,0,230,196,0,0,230,196,0,0,236,196,0,0,238,196,0,0,246,196,0,0,246,196,0,0,246,196,0,0,250,196,0,0,8,197,0,0,12,197,0,0,14,197,0,0,16,197,0,0,22,197,0,0,24,197,0,0,24,197,0,0,32,197,0,0,32,197,0,0,32,197,0,0,32,197,0,0,32,197,0,0,40,197,0,0,40,197,0,0,46,197,0,0,46,197,0,0,48,197,0,0,50,197,0,0,50,197,0,0,50,197,0,0,52,197,0,0,56,197,0,0,58,197,0,0,60,197,0,0,60,197,0,0,60,197,0,0,60,197,0,0,62,197,0,0,62,197,0,0,66,197,0,0,72,197,0,0,72,197,0,0,72,197,0,0,72,197,0,0,74,197,0,0,74,197,0,0,74,197,0,0,78,197,0,0,78,197,0,0,80,197,0,0,80,197,0,0,82,197,0,0,82,197,0,0,84,197,0,0,84,197,0,0,94,197,0,0,94,197,0,0,94,197,0,0,94,197,0,0,96,197,0,0,96,197,0,0,96,197,0,0,98,197,0,0,98,197,0,0,98,197,0,0,102,197,0,0,102,197,0,0,104,197,0,0,104,197,0,0,104,197,0,0,104,197,0,0,108,197,0,0,112,197,0,0,114,197,0,0,114,197,0,0,118,197,0,0,118,197,0,0,118,197,0,0,118,197,0,0,118,197,0,0,122,197,0,0,128,197,0,0,134,197,0,0,136,197,0,0,136,197,0,0,136,197,0,0,138,197,0,0,138,197,0,0,140,197,0,0,140,197,0,0,150,197,0,0,154,197,0,0,156,197,0,0,156,197,0,0,162,197,0,0,162,197,0,0,162,197,0,0,166,197,0,0,166,197,0,0,166,197,0,0,170,197,0,0,170,197,0,0,170,197,0,0,176,197,0,0,178,197,0,0,182,197,0,0,182,197,0,0,182,197,0,0,186,197,0,0,186,197,0,0,188,197,0,0,188,197,0,0,188,197,0,0,190,197,0,0,196,197,0,0,196,197,0,0,196,197,0,0,198,197,0,0,198,197,0,0,198,197,0,0,200,197,0,0,206,197,0,0,208,197,0,0,208,197,0,0,210,197,0,0,212,197,0,0,212,197,0,0,218,197,0,0,220,197,0,0,220,197,0,0,222,197,0,0,222,197,0,0,224,197,0,0,224,197,0,0,232,197,0,0,238,197,0,0,240,197,0,0,242,197,0,0,242,197,0,0,248,197,0,0,248,197,0,0,248,197,0,0,250,197,0,0,252,197,0,0,4,198,0,0,6,198,0,0,6,198,0,0,6,198,0,0,8,198,0,0,8,198,0,0,12,198,0,0,14,198,0,0,14,198,0,0,16,198,0,0,16,198,0,0,16,198,0,0,16,198,0,0,18,198,0,0,18,198,0,0,20,198,0,0,22,198,0,0,22,198,0,0,22,198,0,0,22,198,0,0,26,198,0,0,26,198,0,0,32,198,0,0,32,198,0,0,32,198,0,0,42,198,0,0,44,198,0,0,46,198,0,0,46,198,0,0,46,198,0,0,46,198,0,0,46,198,0,0,50,198,0,0,54,198,0,0,54,198,0,0,54,198,0,0,54,198,0,0,60,198,0,0,62,198,0,0,62,198,0,0,64,198,0,0,66,198,0,0,72,198,0,0,72,198,0,0,72,198,0,0,72,198,0,0,72,198,0,0,76,198,0,0,76,198,0,0,78,198,0,0,78,198,0,0,78,198,0,0,78,198,0,0,82,198,0,0,82,198,0,0,84,198,0,0,88,198,0,0,92,198,0,0,96,198,0,0,96,198,0,0,98,198,0,0,102,198,0,0,104,198,0,0,110,198,0,0,112,198,0,0,112,198,0,0,122,198,0,0,122,198,0,0,124,198,0,0,126,198,0,0,130,198,0,0,134,198,0,0,136,198,0,0,136,198,0,0,138,198,0,0,138,198,0,0,138,198,0,0,138,198,0,0,146,198,0,0,154,198,0,0,158,198,0,0,158,198,0,0,158,198,0,0,164,198,0,0,164,198,0,0,164,198,0,0,164,198,0,0,164,198,0,0,164,198,0,0,164,198,0,0,166,198,0,0,172,198,0,0,172,198,0,0,174,198,0,0,178,198,0,0,178,198,0,0,178,198,0,0,178,198,0,0,178,198,0,0,182,198,0,0,182,198,0,0,184,198,0,0,184,198,0,0,192,198,0,0,196,198,0,0,196,198,0,0,202,198,0,0,206,198,0,0,206,198,0,0,210,198,0,0,214,198,0,0,214,198,0,0,222,198,0,0,222,198,0,0,222,198,0,0,222,198,0,0,222,198,0,0,222,198,0,0,224,198,0,0,224,198,0,0,224,198,0,0,228,198,0,0,228,198,0,0,230,198,0,0,232,198,0,0,232,198,0,0,232,198,0,0,232,198,0,0,234,198,0,0,236,198,0,0,238,198,0,0,238,198,0,0,240,198,0,0,242,198,0,0,242,198,0,0,242,198,0,0,242,198,0,0,242,198,0,0,242,198,0,0,242,198,0,0,242,198,0,0,242,198,0,0,242,198,0,0,244,198,0,0,244,198,0,0,244,198,0,0,254,198,0,0,254,198,0,0,254,198,0,0,4,199,0,0,6,199,0,0,10,199,0,0,12,199,0,0,12,199,0,0,12,199,0,0,14,199,0,0,14,199,0,0,14,199,0,0,14,199,0,0,16,199,0,0,16,199,0,0,20,199,0,0,22,199,0,0,22,199,0,0,24,199,0,0,28,199,0,0,36,199,0,0,38,199,0,0,40,199,0,0,40,199,0,0,40,199,0,0,40,199,0,0,40,199,0,0,42,199,0,0,42,199,0,0,46,199,0,0,46,199,0,0,46,199,0,0,46,199,0,0,48,199,0,0,48,199,0,0,48,199,0,0,48,199,0,0,52,199,0,0,52,199,0,0,56,199,0,0,56,199,0,0,56,199,0,0,58,199,0,0,58,199,0,0,62,199,0,0,70,199,0,0,78,199,0,0,78,199,0,0,78,199,0,0,82,199,0,0,84,199,0,0,86,199,0,0,88,199,0,0,88,199,0,0,90,199,0,0,94,199,0,0,94,199,0,0,94,199,0,0,94,199,0,0,96,199,0,0,98,199,0,0,100,199,0,0,102,199,0,0,102,199,0,0,110,199,0,0,110,199,0,0,110,199,0,0,114,199,0,0,114,199,0,0,114,199,0,0,114,199,0,0,114,199,0,0,116,199,0,0,118,199,0,0,118,199,0,0,118,199,0,0,118,199,0,0,118,199,0,0,118,199,0,0,118,199,0,0,120,199,0,0,122,199,0,0,122,199,0,0,122,199,0,0,122,199,0,0,126,199,0,0,128,199,0,0,128,199,0,0,138,199,0,0,138,199,0,0,140,199,0,0,142,199,0,0,144,199,0,0,146,199,0,0,146,199,0,0,146,199,0,0,148,199,0,0,148,199,0,0,148,199,0,0,148,199,0,0,148,199,0,0,148,199,0,0,148,199,0,0,148,199,0,0,158,199,0,0,158,199,0,0,166,199,0,0,166,199,0,0,166,199,0,0,168,199,0,0,168,199,0,0,168,199,0,0,170,199,0,0,170,199,0,0,170,199,0,0,170,199,0,0,170,199,0,0,170,199,0,0,170,199,0,0,174,199,0,0,178,199,0,0,178,199,0,0,178,199,0,0,178,199,0,0,178,199,0,0,180,199,0,0,180,199,0,0,186,199,0,0,196,199,0,0,196,199,0,0,198,199,0,0,206,199,0,0,206,199,0,0,206,199,0,0,206,199,0,0,210,199,0,0,210,199,0,0,210,199,0,0,224,199,0,0,226,199,0,0,226,199,0,0,226,199,0,0,226,199,0,0,228,199,0,0,228,199,0,0,230,199,0,0,232,199,0,0,232,199,0,0,232,199,0,0,232,199,0,0,232,199,0,0,232,199,0,0,234,199,0,0,238,199,0,0,242,199,0,0,242,199,0,0,244,199,0,0,244,199,0,0,248,199,0,0,250,199,0,0,252,199,0,0,0,200,0,0,8,200,0,0,16,200,0,0,28,200,0,0,30,200,0,0,32,200,0,0,36,200,0,0,36,200,0,0,36,200,0,0,38,200,0,0,48,200,0,0,48,200,0,0,56,200,0,0,60,200,0,0,60,200,0,0,64,200,0,0,68,200,0,0,72,200,0,0,76,200,0,0,78,200,0,0,80,200,0,0,82,200,0,0,82,200,0,0,82,200,0,0,84,200,0,0,86,200,0,0,86,200,0,0,88,200,0,0,88,200,0,0,88,200,0,0,90,200,0,0,90,200,0,0,100,200,0,0,100,200,0,0,104,200,0,0,106,200,0,0,108,200,0,0,112,200,0,0,112,200,0,0,114,200,0,0,114,200,0,0,116,200,0,0,116,200,0,0,116,200,0,0,116,200,0,0,116,200,0,0,118,200,0,0,118,200,0,0,118,200,0,0,118,200,0,0,120,200,0,0,122,200,0,0,124,200,0,0,126,200,0,0,130,200,0,0,134,200,0,0,136,200,0,0,136,200,0,0,144,200,0,0,150,200,0,0,156,200,0,0,162,200,0,0,162,200,0,0,162,200,0,0,162,200,0,0,168,200,0,0,168,200,0,0,180,200,0,0,186,200,0,0,188,200,0,0,188,200,0,0,196,200,0,0,196,200,0,0,196,200,0,0,198,200,0,0,202,200,0,0,208,200,0,0,216,200,0,0,216,200,0,0,218,200,0,0,218,200,0,0,218,200,0,0,222,200,0,0,222,200,0,0,222,200,0,0,222,200,0,0,224,200,0,0,224,200,0,0,224,200,0,0,226,200,0,0,228,200,0,0,230,200,0,0,230,200,0,0,234,200,0,0,234,200,0,0,236,200,0,0,238,200,0,0,240,200,0,0,244,200,0,0,244,200,0,0,244,200,0,0,250,200,0,0,252,200,0,0,252,200,0,0,0,201,0,0,0,201,0,0,0,201,0,0,0,201,0,0,0,201,0,0,2,201,0,0,4,201,0,0,4,201,0,0,4,201,0,0,4,201,0,0,4,201,0,0,10,201,0,0,10,201,0,0,10,201,0,0,14,201,0,0,18,201,0,0,18,201,0,0,20,201,0,0,22,201,0,0,26,201,0,0,26,201,0,0,28,201,0,0,30,201,0,0,32,201,0,0,38,201,0,0,38,201,0,0,46,201,0,0,46,201,0,0,48,201,0,0,48,201,0,0,48,201,0,0,50,201,0,0,58,201,0,0,58,201,0,0,80,201,0,0,82,201,0,0,88,201,0,0,88,201,0,0,88,201,0,0,88,201,0,0,88,201,0,0,88,201,0,0,88,201,0,0,88,201,0,0,90,201,0,0,94,201,0,0,94,201,0,0,94,201,0,0,94,201,0,0,94,201,0,0,100,201,0,0,100,201,0,0,100,201,0,0,100,201,0,0,104,201,0,0,106,201,0,0,108,201,0,0,110,201,0,0,110,201,0,0,114,201,0,0,114,201,0,0,116,201,0,0,116,201,0,0,116,201,0,0,116,201,0,0,116,201,0,0,118,201,0,0,118,201,0,0,120,201,0,0,128,201,0,0,140,201,0,0,144,201,0,0,144,201,0,0,150,201,0,0,150,201,0,0,152,201,0,0,158,201,0,0,158,201,0,0,160,201,0,0,160,201,0,0,160,201,0,0,170,201,0,0,170,201,0,0,170,201,0,0,178,201,0,0,178,201,0,0,178,201,0,0,178,201,0,0,178,201,0,0,180,201,0,0,182,201,0,0,182,201,0,0,190,201,0,0,190,201,0,0,190,201,0,0,190,201,0,0,190,201,0,0,190,201,0,0,198,201,0,0,202,201,0,0,202,201,0,0,208,201,0,0,210,201,0,0,218,201,0,0,222,201,0,0,224,201,0,0,226,201,0,0,226,201,0,0,226,201,0,0,226,201,0,0,226,201,0,0,226,201,0,0,228,201,0,0,228,201,0,0,228,201,0,0,228,201,0,0,242,201,0,0,242,201,0,0,244,201,0,0,248,201,0,0,248,201,0,0,248,201,0,0,248,201,0,0,252,201,0,0,252,201,0,0,2,202,0,0,4,202,0,0,4,202,0,0,4,202,0,0,6,202,0,0,10,202,0,0,14,202,0,0,18,202,0,0,18,202,0,0,18,202,0,0,18,202,0,0,18,202,0,0,20,202,0,0,22,202,0,0,24,202,0,0,26,202,0,0,26,202,0,0,26,202,0,0,34,202,0,0,38,202,0,0,40,202,0,0,40,202,0,0,40,202,0,0,40,202,0,0,40,202,0,0,40,202,0,0,40,202,0,0,40,202,0,0,40,202,0,0,40,202,0,0,40,202,0,0,40,202,0,0,42,202,0,0,44,202,0,0,44,202,0,0,48,202,0,0,50,202,0,0,50,202,0,0,50,202,0,0,50,202,0,0,52,202,0,0,52,202,0,0,52,202,0,0,52,202,0,0,52,202,0,0,54,202,0,0,54,202,0,0,54,202,0,0,56,202,0,0,58,202,0,0,58,202,0,0,60,202,0,0,62,202,0,0,62,202,0,0,62,202,0,0,68,202,0,0,70,202,0,0,72,202,0,0,80,202,0,0,80,202,0,0,82,202,0,0,82,202,0,0,82,202,0,0,82,202,0,0,82,202,0,0,90,202,0,0,94,202,0,0,100,202,0,0,102,202,0,0,102,202,0,0,102,202,0,0,106,202,0,0,106,202,0,0,110,202,0,0,114,202,0,0,120,202,0,0,120,202,0,0,120,202,0,0,120,202,0,0,120,202,0,0,126,202,0,0,126,202,0,0,126,202,0,0,130,202,0,0,132,202,0,0,134,202,0,0,140,202,0,0,140,202,0,0,142,202,0,0,144,202,0,0,146,202,0,0,150,202,0,0,150,202,0,0,150,202,0,0,150,202,0,0,152,202,0,0,156,202,0,0,156,202,0,0,158,202,0,0,160,202,0,0,162,202,0,0,162,202,0,0,162,202,0,0,162,202,0,0,162,202,0,0,166,202,0,0,168,202,0,0,178,202,0,0,178,202,0,0,178,202,0,0,180,202,0,0,188,202,0,0,196,202,0,0,208,202,0,0,208,202,0,0,208,202,0,0,210,202,0,0,212,202,0,0,212,202,0,0,216,202,0,0,220,202,0,0,220,202,0,0,222,202,0,0,222,202,0,0,224,202,0,0,228,202,0,0,228,202,0,0,232,202,0,0,238,202,0,0,240,202,0,0,242,202,0,0,242,202,0,0,242,202,0,0,244,202,0,0,246,202,0,0,248,202,0,0,250,202,0,0,250,202,0,0,250,202,0,0,0,203,0,0,0,203,0,0,0,203,0,0,8,203,0,0,8,203,0,0,10,203,0,0,10,203,0,0,14,203,0,0,18,203,0,0,20,203,0,0,26,203,0,0,26,203,0,0,26,203,0,0,44,203,0,0,46,203,0,0,48,203,0,0,48,203,0,0,50,203,0,0,50,203,0,0,50,203,0,0,58,203,0,0,60,203,0,0,62,203,0,0,70,203,0,0,74,203,0,0,74,203,0,0,74,203,0,0,74,203,0,0,74,203,0,0,74,203,0,0,74,203,0,0,74,203,0,0,74,203,0,0,74,203,0,0,76,203,0,0,76,203,0,0,80,203,0,0,84,203,0,0,86,203,0,0,88,203,0,0,90,203,0,0,90,203,0,0,98,203,0,0,102,203,0,0,104,203,0,0,104,203,0,0,104,203,0,0,104,203,0,0,106,203,0,0,106,203,0,0,106,203,0,0,106,203,0,0,110,203,0,0,110,203,0,0,110,203,0,0,110,203,0,0,110,203,0,0,112,203,0,0,114,203,0,0,116,203,0,0,116,203,0,0,116,203,0,0,116,203,0,0,120,203,0,0,120,203,0,0,122,203,0,0,122,203,0,0,122,203,0,0,122,203,0,0,124,203,0,0,126,203,0,0,126,203,0,0,128,203,0,0,132,203,0,0,132,203,0,0,132,203,0,0,132,203,0,0,132,203,0,0,132,203,0,0,132,203,0,0,134,203,0,0,142,203,0,0,144,203,0,0,152,203,0,0,160,203,0,0,162,203,0,0,166,203,0,0,172,203,0,0,178,203,0,0,180,203,0,0,180,203,0,0,182,203,0,0,182,203,0,0,184,203,0,0,190,203,0,0,194,203,0,0,194,203,0,0,196,203,0,0,202,203,0,0,202,203,0,0,202,203,0,0,206,203,0,0,206,203,0,0,212,203,0,0,214,203,0,0,214,203,0,0,216,203,0,0,216,203,0,0,216,203,0,0,216,203,0,0,230,203,0,0,234,203,0,0,238,203,0,0,238,203,0,0,242,203,0,0,246,203,0,0,246,203,0,0,246,203,0,0,248,203,0,0,248,203,0,0,252,203,0,0,252,203,0,0,252,203,0,0,6,204,0,0,8,204,0,0,8,204,0,0,12,204,0,0,16,204,0,0,16,204,0,0,20,204,0,0,20,204,0,0,20,204,0,0,22,204,0,0,28,204,0,0,32,204,0,0,42,204,0,0,44,204,0,0,44,204,0,0,44,204,0,0,44,204,0,0,46,204,0,0,46,204,0,0,50,204,0,0,50,204,0,0,52,204,0,0,56,204,0,0,56,204,0,0,60,204,0,0,62,204,0,0,64,204,0,0,64,204,0,0,66,204,0,0,66,204,0,0,70,204,0,0,70,204,0,0,72,204,0,0,78,204,0,0,78,204,0,0,78,204,0,0,84,204,0,0,90,204,0,0,92,204,0,0,92,204,0,0,96,204,0,0,100,204,0,0,104,204,0,0,104,204,0,0,106,204,0,0,108,204,0,0,120,204,0,0,120,204,0,0,120,204,0,0,120,204,0,0,122,204,0,0,122,204,0,0,122,204,0,0,122,204,0,0,122,204,0,0,126,204,0,0,126,204,0,0,132,204,0,0,136,204,0,0,136,204,0,0,138,204,0,0,138,204,0,0,138,204,0,0,150,204,0,0,150,204,0,0,150,204,0,0,150,204,0,0,150,204,0,0,152,204,0,0,152,204,0,0,152,204,0,0,154,204,0,0,154,204,0,0,158,204,0,0,158,204,0,0,158,204,0,0,160,204,0,0,160,204,0,0,160,204,0,0,160,204,0,0,162,204,0,0,164,204,0,0,164,204,0,0,164,204,0,0,166,204,0,0,166,204,0,0,166,204,0,0,166,204,0,0,168,204,0,0,168,204,0,0,170,204,0,0,174,204,0,0,176,204,0,0,176,204,0,0,178,204,0,0,182,204,0,0,186,204,0,0,186,204,0,0,186,204,0,0,186,204,0,0,188,204,0,0,192,204,0,0,194,204,0,0,196,204,0,0,198,204,0,0,202,204,0,0,204,204,0,0,204,204,0,0,204,204,0,0,204,204,0,0,214,204,0,0,214,204,0,0,214,204,0,0,220,204,0,0,220,204,0,0,226,204,0,0,230,204,0,0,238,204,0,0,242,204,0,0,242,204,0,0,242,204,0,0,242,204,0,0,242,204,0,0,242,204,0,0,242,204,0,0,242,204,0,0,242,204,0,0,252,204,0,0,252,204,0,0,0,205,0,0,0,205,0,0,2,205,0,0,6,205,0,0,6,205,0,0,6,205,0,0,12,205,0,0,14,205,0,0,16,205,0,0,16,205,0,0,20,205,0,0,22,205,0,0,22,205,0,0,22,205,0,0,22,205,0,0,22,205,0,0,26,205,0,0,28,205,0,0,30,205,0,0,32,205,0,0,32,205,0,0,34,205,0,0,36,205,0,0,40,205,0,0,40,205,0,0,40,205,0,0,42,205,0,0,42,205,0,0,50,205,0,0,60,205,0,0,60,205,0,0,66,205,0,0,68,205,0,0,70,205,0,0,72,205,0,0,74,205,0,0,78,205,0,0,78,205,0,0,80,205,0,0,80,205,0,0,80,205,0,0,80,205,0,0,82,205,0,0,82,205,0,0,86,205,0,0,88,205,0,0,88,205,0,0,88,205,0,0,88,205,0,0,94,205,0,0,94,205,0,0,96,205,0,0,98,205,0,0,102,205,0,0,106,205,0,0,120,205,0,0,126,205,0,0,126,205,0,0,126,205,0,0,132,205,0,0,134,205,0,0,146,205,0,0,146,205,0,0,146,205,0,0,150,205,0,0,152,205,0,0,152,205,0,0,156,205,0,0,162,205,0,0,162,205,0,0,162,205,0,0,162,205,0,0,162,205,0,0,164,205,0,0,164,205,0,0,170,205,0,0,172,205,0,0,172,205,0,0,178,205,0,0,186,205,0,0,186,205,0,0,192,205,0,0,192,205,0,0,192,205,0,0,192,205,0,0,192,205,0,0,192,205,0,0,192,205,0,0,198,205,0,0,198,205,0,0,200,205,0,0,202,205,0,0,204,205,0,0,204,205,0,0,204,205,0,0,206,205,0,0,206,205,0,0,208,205,0,0,210,205,0,0,214,205,0,0,214,205,0,0,222,205,0,0,224,205,0,0,224,205,0,0,224,205,0,0,228,205,0,0,228,205,0,0,228,205,0,0,232,205,0,0,236,205,0,0,238,205,0,0,240,205,0,0,240,205,0,0,240,205,0,0,240,205,0,0,242,205,0,0,246,205,0,0,248,205,0,0,248,205,0,0,254,205,0,0,254,205,0,0,2,206,0,0,2,206,0,0,2,206,0,0,8,206,0,0,8,206,0,0,8,206,0,0,8,206,0,0,10,206,0,0,14,206,0,0,16,206,0,0,16,206,0,0,16,206,0,0,16,206,0,0,16,206,0,0,20,206,0,0,22,206,0,0,22,206,0,0,24,206,0,0,24,206,0,0,26,206,0,0,28,206,0,0,30,206,0,0,30,206,0,0,30,206,0,0,32,206,0,0,32,206,0,0,32,206,0,0,38,206,0,0,38,206,0,0,42,206,0,0,42,206,0,0,42,206,0,0,42,206,0,0,46,206,0,0,48,206,0,0,48,206,0,0,48,206,0,0,58,206,0,0,60,206,0,0,62,206,0,0,70,206,0,0,72,206,0,0,72,206,0,0,72,206,0,0,72,206,0,0,72,206,0,0,74,206,0,0,74,206,0,0,74,206,0,0,74,206,0,0,74,206,0,0,76,206,0,0,78,206,0,0,82,206,0,0,88,206,0,0,88,206,0,0,94,206,0,0,94,206,0,0,94,206,0,0,94,206,0,0,96,206,0,0,96,206,0,0,102,206,0,0,106,206,0,0,106,206,0,0,112,206,0,0,112,206,0,0,114,206,0,0,116,206,0,0,118,206,0,0,118,206,0,0,124,206,0,0,126,206,0,0,128,206,0,0,130,206,0,0,132,206,0,0,134,206,0,0,134,206,0,0,134,206,0,0,134,206,0,0,140,206,0,0,140,206,0,0,140,206,0,0,142,206,0,0,142,206,0,0,144,206,0,0,144,206,0,0,146,206,0,0,146,206,0,0,146,206,0,0,148,206,0,0,152,206,0,0,152,206,0,0,152,206,0,0,154,206,0,0,154,206,0,0,154,206,0,0,166,206,0,0,166,206,0,0,166,206,0,0,166,206,0,0,166,206,0,0,166,206,0,0,168,206,0,0,168,206,0,0,170,206,0,0,172,206,0,0,172,206,0,0,172,206,0,0,172,206,0,0,174,206,0,0,174,206,0,0,174,206,0,0,176,206,0,0,178,206,0,0,180,206,0,0,180,206,0,0,180,206,0,0,180,206,0,0,180,206,0,0,180,206,0,0,180,206,0,0,180,206,0,0,180,206,0,0,180,206,0,0,180,206,0,0,182,206,0,0,188,206,0,0,188,206,0,0,198,206,0,0,198,206,0,0,198,206,0,0,200,206,0,0,204,206,0,0,204,206,0,0,206,206,0,0,206,206,0,0,206,206,0,0,206,206,0,0,206,206,0,0,206,206,0,0,208,206,0,0,208,206,0,0,218,206,0,0,218,206,0,0,218,206,0,0,218,206,0,0,220,206,0,0,224,206,0,0,224,206,0,0,224,206,0,0,226,206,0,0,230,206,0,0,230,206,0,0,232,206,0,0,232,206,0,0,232,206,0,0,234,206,0,0,236,206,0,0,240,206,0,0,244,206,0,0,246,206,0,0,248,206,0,0,252,206,0,0,254,206,0,0,4,207,0,0,12,207,0,0,12,207,0,0,14,207,0,0,14,207,0,0,14,207,0,0,14,207,0,0,14,207,0,0,18,207,0,0,18,207,0,0,20,207,0,0,22,207,0,0,26,207,0,0,28,207,0,0,40,207,0,0,40,207,0,0,40,207,0,0,40,207,0,0,42,207,0,0,44,207,0,0,46,207,0,0,52,207,0,0,54,207,0,0,54,207,0,0,54,207,0,0,54,207,0,0,56,207,0,0,62,207,0,0,62,207,0,0,72,207,0,0,72,207,0,0,74,207,0,0,74,207,0,0,76,207,0,0,76,207,0,0,78,207,0,0,86,207,0,0,94,207,0,0,94,207,0,0,94,207,0,0,96,207,0,0,96,207,0,0,98,207,0,0,98,207,0,0,98,207,0,0,98,207,0,0,100,207,0,0,104,207,0,0,104,207,0,0,104,207,0,0,104,207,0,0,104,207,0,0,106,207,0,0,106,207,0,0,106,207,0,0,108,207,0,0,108,207,0,0,108,207,0,0,108,207,0,0,114,207,0,0,114,207,0,0,116,207,0,0,116,207,0,0,116,207,0,0,116,207,0,0,122,207,0,0,124,207,0,0,126,207,0,0,136,207,0,0,138,207,0,0,138,207,0,0,144,207,0,0,148,207,0,0,148,207,0,0,148,207,0,0,148,207,0,0,150,207,0,0,150,207,0,0,158,207,0,0,158,207,0,0,158,207,0,0,164,207,0,0,164,207,0,0,164,207,0,0,164,207,0,0,168,207,0,0,168,207,0,0,170,207,0,0,172,207,0,0,180,207,0,0,186,207,0,0,188,207,0,0,194,207,0,0,198,207,0,0,200,207,0,0,200,207,0,0,200,207,0,0,204,207,0,0,206,207,0,0,208,207,0,0,208,207,0,0,208,207,0,0,216,207,0,0,220,207,0,0,226,207,0,0,228,207,0,0,228,207,0,0,234,207,0,0,236,207,0,0,240,207,0,0,242,207,0,0,242,207,0,0,242,207,0,0,242,207,0,0,242,207,0,0,242,207,0,0,246,207,0,0,250,207,0,0,252,207,0,0,254,207,0,0,254,207,0,0,254,207,0,0,4,208,0,0,4,208,0,0,6,208,0,0,8,208,0,0,8,208,0,0,10,208,0,0,12,208,0,0,20,208,0,0,22,208,0,0,26,208,0,0,28,208,0,0,28,208,0,0,28,208,0,0,28,208,0,0,28,208,0,0,30,208,0,0,30,208,0,0,30,208,0,0,30,208,0,0,32,208,0,0,32,208,0,0,34,208,0,0,36,208,0,0,36,208,0,0,36,208,0,0,40,208,0,0,40,208,0,0,40,208,0,0,44,208,0,0,44,208,0,0,44,208,0,0,48,208,0,0,48,208,0,0,48,208,0,0,48,208,0,0,48,208,0,0,52,208,0,0,52,208,0,0,58,208,0,0,60,208,0,0,60,208,0,0,82,208,0,0,84,208,0,0,84,208,0,0,84,208,0,0,84,208,0,0,84,208,0,0,88,208,0,0,88,208,0,0,90,208,0,0,90,208,0,0,90,208,0,0,98,208,0,0,104,208,0,0,104,208,0,0,106,208,0,0,106,208,0,0,108,208,0,0,108,208,0,0,112,208,0,0,112,208,0,0,112,208,0,0,114,208,0,0,114,208,0,0,126,208,0,0,134,208,0,0,136,208,0,0,136,208,0,0,142,208,0,0,146,208,0,0,148,208,0,0,148,208,0,0,148,208,0,0,148,208,0,0,148,208,0,0,152,208,0,0,152,208,0,0,154,208,0,0,154,208,0,0,156,208,0,0,156,208,0,0,158,208,0,0,160,208,0,0,160,208,0,0,160,208,0,0,160,208,0,0,162,208,0,0,166,208,0,0,166,208,0,0,166,208,0,0,172,208,0,0,172,208,0,0,176,208,0,0,178,208,0,0,178,208,0,0,184,208,0,0,184,208,0,0,186,208,0,0,186,208,0,0,192,208,0,0,192,208,0,0,200,208,0,0,206,208,0,0,212,208,0,0,212,208,0,0,212,208,0,0,214,208,0,0,216,208,0,0,216,208,0,0,218,208,0,0,220,208,0,0,220,208,0,0,222,208,0,0,222,208,0,0,222,208,0,0,226,208,0,0,226,208,0,0,228,208,0,0,228,208,0,0,230,208,0,0,232,208,0,0,234,208,0,0,234,208,0,0,234,208,0,0,236,208,0,0,242,208,0,0,242,208,0,0,244,208,0,0,250,208,0,0,252,208,0,0,252,208,0,0,252,208,0,0,254,208,0,0,0,209,0,0,0,209,0,0,2,209,0,0,4,209,0,0,4,209,0,0,4,209,0,0,6,209,0,0,10,209,0,0,10,209,0,0,10,209,0,0,12,209,0,0,16,209,0,0,18,209,0,0,22,209,0,0,24,209,0,0,28,209,0,0,34,209,0,0,34,209,0,0,34,209,0,0,34,209,0,0,36,209,0,0,36,209,0,0,44,209,0,0,44,209,0,0,44,209,0,0,44,209,0,0,48,209,0,0,50,209,0,0,50,209,0,0,50,209,0,0,50,209,0,0,50,209,0,0,52,209,0,0,52,209,0,0,52,209,0,0,60,209,0,0,60,209,0,0,60,209,0,0,64,209,0,0,64,209,0,0,64,209,0,0,66,209,0,0,66,209,0,0,66,209,0,0,68,209,0,0,68,209,0,0,74,209,0,0,76,209,0,0,80,209,0,0,86,209,0,0,88,209,0,0,98,209,0,0,106,209,0,0,112,209,0,0,114,209,0,0,116,209,0,0,120,209,0,0,124,209,0,0,124,209,0,0,126,209,0,0,126,209,0,0,126,209,0,0,126,209,0,0,128,209,0,0,128,209,0,0,130,209,0,0,130,209,0,0,130,209,0,0,132,209,0,0,140,209,0,0,140,209,0,0,140,209,0,0,140,209,0,0,140,209,0,0,142,209,0,0,146,209,0,0,154,209,0,0,156,209,0,0,156,209,0,0,162,209,0,0,164,209,0,0,168,209,0,0,168,209,0,0,168,209,0,0,168,209,0,0,168,209,0,0,172,209,0,0,172,209,0,0,172,209,0,0,176,209,0,0,176,209,0,0,176,209,0,0,180,209,0,0,180,209,0,0,182,209,0,0,182,209,0,0,182,209,0,0,182,209,0,0,184,209,0,0,184,209,0,0,184,209,0,0,184,209,0,0,186,209,0,0,186,209,0,0,194,209,0,0,200,209,0,0,200,209,0,0,200,209,0,0,210,209,0,0,214,209,0,0,214,209,0,0,214,209,0,0,214,209,0,0,214,209,0,0,214,209,0,0,216,209,0,0,216,209,0,0,216,209,0,0,216,209,0,0,228,209,0,0,228,209,0,0,228,209,0,0,230,209,0,0,236,209,0,0,236,209,0,0,236,209,0,0,236,209,0,0,236,209,0,0,240,209,0,0,244,209,0,0,244,209,0,0,244,209,0,0,248,209,0,0,250,209,0,0,254,209,0,0,2,210,0,0,2,210,0,0,2,210,0,0,4,210,0,0,6,210,0,0,6,210,0,0,6,210,0,0,6,210,0,0,6,210,0,0,6,210,0,0,16,210,0,0,16,210,0,0,18,210,0,0,18,210,0,0,18,210,0,0,24,210,0,0,36,210,0,0,38,210,0,0,38,210,0,0,38,210,0,0,38,210,0,0,38,210,0,0,38,210,0,0,38,210,0,0,40,210,0,0,40,210,0,0,42,210,0,0,50,210,0,0,50,210,0,0,50,210,0,0,56,210,0,0,58,210,0,0,58,210,0,0,60,210,0,0,62,210,0,0,64,210,0,0,66,210,0,0,66,210,0,0,66,210,0,0,70,210,0,0,70,210,0,0,70,210,0,0,78,210,0,0,80,210,0,0,84,210,0,0,92,210,0,0,102,210,0,0,106,210,0,0,106,210,0,0,108,210,0,0,108,210,0,0,114,210,0,0,116,210,0,0,124,210,0,0,124,210,0,0,126,210,0,0,126,210,0,0,130,210,0,0,132,210,0,0,132,210,0,0,136,210,0,0,140,210,0,0,140,210,0,0,140,210,0,0,140,210,0,0,144,210,0,0,146,210,0,0,148,210,0,0,152,210,0,0,164,210,0,0,164,210,0,0,164,210,0,0,164,210,0,0,164,210,0,0,166,210,0,0,166,210,0,0,166,210,0,0,170,210,0,0,172,210,0,0,178,210,0,0,178,210,0,0,188,210,0,0,188,210,0,0,190,210,0,0,190,210,0,0,196,210,0,0,198,210,0,0,202,210,0,0,204,210,0,0,210,210,0,0,212,210,0,0,212,210,0,0,212,210,0,0,218,210,0,0,218,210,0,0,218,210,0,0,218,210,0,0,220,210,0,0,220,210,0,0,222,210,0,0,222,210,0,0,226,210,0,0,226,210,0,0,228,210,0,0,230,210,0,0,230,210,0,0,234,210,0,0,234,210,0,0,234,210,0,0,234,210,0,0,234,210,0,0,234,210,0,0,238,210,0,0,238,210,0,0,244,210,0,0,252,210,0,0,252,210,0,0,252,210,0,0,252,210,0,0,252,210,0,0,254,210,0,0,0,211,0,0,2,211,0,0,2,211,0,0,2,211,0,0,2,211,0,0,4,211,0,0,6,211,0,0,8,211,0,0,8,211,0,0,8,211,0,0,14,211,0,0,16,211,0,0,16,211,0,0,16,211,0,0,20,211,0,0,20,211,0,0,26,211,0,0,26,211,0,0,26,211,0,0,30,211,0,0,30,211,0,0,38,211,0,0,38,211,0,0,38,211,0,0,38,211,0,0,38,211,0,0,40,211,0,0,40,211,0,0,42,211,0,0,46,211,0,0,46,211,0,0,46,211,0,0,48,211,0,0,50,211,0,0,54,211,0,0,58,211,0,0,60,211,0,0,60,211,0,0,60,211,0,0,60,211,0,0,60,211,0,0,60,211,0,0,60,211,0,0,62,211,0,0,62,211,0,0,64,211,0,0,64,211,0,0,66,211,0,0,68,211,0,0,70,211,0,0,72,211,0,0,72,211,0,0,72,211,0,0,76,211,0,0,76,211,0,0,90,211,0,0,92,211,0,0,92,211,0,0,92,211,0,0,102,211,0,0,102,211,0,0,102,211,0,0,102,211,0,0,102,211,0,0,104,211,0,0,104,211,0,0,110,211,0,0,110,211,0,0,112,211,0,0,118,211,0,0,118,211,0,0,122,211,0,0,122,211,0,0,124,211,0,0,128,211,0,0,130,211,0,0,130,211,0,0,134,211,0,0,134,211,0,0,136,211,0,0,136,211,0,0,142,211,0,0,146,211,0,0,146,211,0,0,148,211,0,0,150,211,0,0,150,211,0,0,158,211,0,0,158,211,0,0,162,211,0,0,166,211,0,0,166,211,0,0,172,211,0,0,172,211,0,0,172,211,0,0,172,211,0,0,176,211,0,0,180,211,0,0,180,211,0,0,182,211,0,0,188,211,0,0,188,211,0,0,194,211,0,0,194,211,0,0,198,211,0,0,204,211,0,0,208,211,0,0,210,211,0,0,210,211,0,0,210,211,0,0,210,211,0,0,210,211,0,0,218,211,0,0,218,211,0,0,218,211,0,0,226,211,0,0,228,211,0,0,228,211,0,0,228,211,0,0,230,211,0,0,230,211,0,0,230,211,0,0,240,211,0,0,240,211,0,0,240,211,0,0,242,211,0,0,244,211,0,0,246,211,0,0,246,211,0,0,246,211,0,0,250,211,0,0,252,211,0,0,254,211,0,0,0,212,0,0,0,212,0,0,4,212,0,0,6,212,0,0,6,212,0,0,6,212,0,0,12,212,0,0,12,212,0,0,22,212,0,0,22,212,0,0,22,212,0,0,28,212,0,0,30,212,0,0,32,212,0,0,34,212,0,0,40,212,0,0,42,212,0,0,42,212,0,0,42,212,0,0,42,212,0,0,44,212,0,0,44,212,0,0,44,212,0,0,48,212,0,0,54,212,0,0,58,212,0,0,58,212,0,0,60,212,0,0,66,212,0,0,66,212,0,0,68,212,0,0,68,212,0,0,68,212,0,0,68,212,0,0,70,212,0,0,70,212,0,0,72,212,0,0,74,212,0,0,78,212,0,0,78,212,0,0,86,212,0,0,88,212,0,0,94,212,0,0,98,212,0,0,98,212,0,0,98,212,0,0,104,212,0,0,104,212,0,0,108,212,0,0,110,212,0,0,110,212,0,0,110,212,0,0,116,212,0,0,116,212,0,0,118,212,0,0,118,212,0,0,122,212,0,0,128,212,0,0,130,212,0,0,130,212,0,0,140,212,0,0,144,212,0,0,146,212,0,0,146,212,0,0,146,212,0,0,146,212,0,0,150,212,0,0,150,212,0,0,156,212,0,0,160,212,0,0,162,212,0,0,168,212,0,0,172,212,0,0,184,212,0,0,184,212,0,0,184,212,0,0,184,212,0,0,184,212,0,0,188,212,0,0,192,212,0,0,192,212,0,0,202,212,0,0,204,212,0,0,208,212,0,0,210,212,0,0,212,212,0,0,216,212,0,0,224,212,0,0,224,212,0,0,224,212,0,0,224,212,0,0,224,212,0,0,224,212,0,0,226,212,0,0,226,212,0,0,228,212,0,0,228,212,0,0,238,212,0,0,238,212,0,0,240,212,0,0,240,212,0,0,240,212,0,0,240,212,0,0,240,212,0,0,244,212,0,0,246,212,0,0,246,212,0,0,248,212,0,0,252,212,0,0,2,213,0,0,2,213,0,0,2,213,0,0,2,213,0,0,2,213,0,0,2,213,0,0,4,213,0,0,14,213,0,0,16,213,0,0,20,213,0,0,22,213,0,0,24,213,0,0,26,213,0,0,30,213,0,0,30,213,0,0,30,213,0,0,30,213,0,0,32,213,0,0,34,213,0,0,34,213,0,0,36,213,0,0,36,213,0,0,42,213,0,0,42,213,0,0,42,213,0,0,46,213,0,0,46,213,0,0,52,213,0,0,58,213,0,0,58,213,0,0,58,213,0,0,58,213,0,0,58,213,0,0,58,213,0,0,58,213,0,0,58,213,0,0,58,213,0,0,58,213,0,0,60,213,0,0,60,213,0,0,60,213,0,0,60,213,0,0,60,213,0,0,60,213,0,0,60,213,0,0,60,213,0,0,60,213,0,0,62,213,0,0,62,213,0,0,62,213,0,0,64,213,0,0,78,213,0,0,80,213,0,0,84,213,0,0,88,213,0,0,88,213,0,0,90,213,0,0,90,213,0,0,96,213,0,0,96,213,0,0,96,213,0,0,96,213,0,0,96,213,0,0,96,213,0,0,106,213,0,0,110,213,0,0,112,213,0,0,114,213,0,0,116,213,0,0,116,213,0,0,116,213,0,0,116,213,0,0,120,213,0,0,128,213,0,0,134,213,0,0,134,213,0,0,134,213,0,0,136,213,0,0,144,213,0,0,144,213,0,0,144,213,0,0,144,213,0,0,146,213,0,0,146,213,0,0,152,213,0,0,152,213,0,0,158,213,0,0,164,213,0,0,164,213,0,0,166,213,0,0,166,213,0,0,168,213,0,0,168,213,0,0,176,213,0,0,182,213,0,0,182,213,0,0,182,213,0,0,186,213,0,0,192,213,0,0,192,213,0,0,198,213,0,0,200,213,0,0,204,213,0,0,210,213,0,0,214,213,0,0,214,213,0,0,214,213,0,0,216,213,0,0,218,213,0,0,218,213,0,0,222,213,0,0,222,213,0,0,222,213,0,0,222,213,0,0,222,213,0,0,230,213,0,0,238,213,0,0,244,213,0,0,244,213,0,0,244,213,0,0,248,213,0,0,248,213,0,0,252,213,0,0,252,213,0,0,254,213,0,0,254,213,0,0,2,214,0,0,2,214,0,0,4,214,0,0,6,214,0,0,6,214,0,0,16,214,0,0,26,214,0,0,28,214,0,0,28,214,0,0,28,214,0,0,38,214,0,0,38,214,0,0,38,214,0,0,38,214,0,0,38,214,0,0,44,214,0,0,44,214,0,0,48,214,0,0,50,214,0,0,50,214,0,0,54,214,0,0,54,214,0,0,54,214,0,0,56,214,0,0,56,214,0,0,56,214,0,0,58,214,0,0,60,214,0,0,60,214,0,0,64,214,0,0,64,214,0,0,66,214,0,0,66,214,0,0,66,214,0,0,66,214,0,0,78,214,0,0,78,214,0,0,82,214,0,0,88,214,0,0,88,214,0,0,88,214,0,0,90,214,0,0,90,214,0,0,90,214,0,0,90,214,0,0,92,214,0,0,94,214,0,0,96,214,0,0,96,214,0,0,98,214,0,0,98,214,0,0,98,214,0,0,104,214,0,0,104,214,0,0,104,214,0,0,114,214,0,0,114,214,0,0,116,214,0,0,120,214,0,0,122,214,0,0,122,214,0,0,132,214,0,0,132,214,0,0,138,214,0,0,142,214,0,0,150,214,0,0,150,214,0,0,150,214,0,0,150,214,0,0,152,214,0,0,156,214,0,0,156,214,0,0,158,214,0,0,166,214,0,0,168,214,0,0,168,214,0,0,172,214,0,0,172,214,0,0,178,214,0,0,182,214,0,0,182,214,0,0,184,214,0,0,184,214,0,0,184,214,0,0,186,214,0,0,186,214,0,0,188,214,0,0,190,214,0,0,190,214,0,0,190,214,0,0,190,214,0,0,190,214,0,0,198,214,0,0,210,214,0,0,210,214,0,0,214,214,0,0,214,214,0,0,214,214,0,0,214,214,0,0,214,214,0,0,214,214,0,0,214,214,0,0,218,214,0,0,218,214,0,0,220,214,0,0,222,214,0,0,222,214,0,0,222,214,0,0,222,214,0,0,224,214,0,0,224,214,0,0,226,214,0,0,226,214,0,0,226,214,0,0,226,214,0,0,228,214,0,0,228,214,0,0,238,214,0,0,242,214,0,0,242,214,0,0,242,214,0,0,242,214,0,0,246,214,0,0,246,214,0,0,246,214,0,0,248,214,0,0,248,214,0,0,252,214,0,0,252,214,0,0,0,215,0,0,0,215,0,0,0,215,0,0,0,215,0,0,2,215,0,0,4,215,0,0,4,215,0,0,4,215,0,0,8,215,0,0,8,215,0,0,8,215,0,0,12,215,0,0,14,215,0,0,14,215,0,0,14,215,0,0,20,215,0,0,26,215,0,0,26,215,0,0,32,215,0,0,32,215,0,0,32,215,0,0,32,215,0,0,34,215,0,0,36,215,0,0,42,215,0,0,42,215,0,0,44,215,0,0,44,215,0,0,44,215,0,0,44,215,0,0,44,215,0,0,44,215,0,0,54,215,0,0,56,215,0,0,56,215,0,0,58,215,0,0,58,215,0,0,58,215,0,0,72,215,0,0,74,215,0,0,78,215,0,0,80,215,0,0,82,215,0,0,86,215,0,0,86,215,0,0,86,215,0,0,86,215,0,0,86,215,0,0,86,215,0,0,86,215,0,0,88,215,0,0,92,215,0,0,98,215,0,0,98,215,0,0,102,215,0,0,106,215,0,0,106,215,0,0,106,215,0,0,108,215,0,0,112,215,0,0,124,215,0,0,124,215,0,0,126,215,0,0,126,215,0,0,126,215,0,0,126,215,0,0,126,215,0,0,134,215,0,0,138,215,0,0,138,215,0,0,138,215,0,0,140,215,0,0,140,215,0,0,146,215,0,0,146,215,0,0,148,215,0,0,152,215,0,0,152,215,0,0,152,215,0,0,152,215,0,0,152,215,0,0,154,215,0,0,158,215,0,0,158,215,0,0,158,215,0,0,158,215,0,0,158,215,0,0,160,215,0,0,160,215,0,0,164,215,0,0,166,215,0,0,168,215,0,0,170,215,0,0,174,215,0,0,174,215,0,0,176,215,0,0,186,215,0,0,188,215,0,0,194,215,0,0,194,215,0,0,194,215,0,0,194,215,0,0,200,215,0,0,202,215,0,0,204,215,0,0,206,215,0,0,210,215,0,0,210,215,0,0,210,215,0,0,210,215,0,0,212,215,0,0,216,215,0,0,222,215,0,0,230,215,0,0,242,215,0,0,242,215,0,0,242,215,0,0,244,215,0,0,244,215,0,0,246,215,0,0,246,215,0,0,248,215,0,0,250,215,0,0,252,215,0,0,252,215,0,0,254,215,0,0,254,215,0,0,254,215,0,0,0,216,0,0,2,216,0,0,2,216,0,0,2,216,0,0,2,216,0,0,2,216,0,0,2,216,0,0,2,216,0,0,2,216,0,0,2,216,0,0,2,216,0,0,8,216,0,0,8,216,0,0,8,216,0,0,8,216,0,0,8,216,0,0,8,216,0,0,8,216,0,0,8,216,0,0,18,216,0,0,18,216,0,0,20,216,0,0,20,216,0,0,24,216,0,0,26,216,0,0,26,216,0,0,26,216,0,0,30,216,0,0,30,216,0,0,30,216,0,0,36,216,0,0,40,216,0,0,40,216,0,0,40,216,0,0,42,216,0,0,46,216,0,0,46,216,0,0,48,216,0,0,50,216,0,0,50,216,0,0,54,216,0,0,58,216,0,0,58,216,0,0,58,216,0,0,58,216,0,0,58,216,0,0,58,216,0,0,58,216,0,0,64,216,0,0,64,216,0,0,66,216,0,0,68,216,0,0,72,216,0,0,74,216,0,0,74,216,0,0,76,216,0,0,84,216,0,0,88,216,0,0,90,216,0,0,92,216,0,0,94,216,0,0,96,216,0,0,100,216,0,0,102,216,0,0,102,216,0,0,108,216,0,0,112,216,0,0,112,216,0,0,112,216,0,0,114,216,0,0,114,216,0,0,114,216,0,0,116,216,0,0,118,216,0,0,118,216,0,0,122,216,0,0,122,216,0,0,122,216,0,0,124,216,0,0,124,216,0,0,126,216,0,0,126,216,0,0,132,216,0,0,142,216,0,0,144,216,0,0,148,216,0,0,152,216,0,0,156,216,0,0,162,216,0,0,168,216,0,0,168,216,0,0,168,216,0,0,168,216,0,0,174,216,0,0,174,216,0,0,174,216,0,0,174,216,0,0,176,216,0,0,176,216,0,0,178,216,0,0,178,216,0,0,184,216,0,0,184,216,0,0,184,216,0,0,188,216,0,0,190,216,0,0,192,216,0,0,192,216,0,0,196,216,0,0,196,216,0,0,198,216,0,0,202,216,0,0,204,216,0,0,214,216,0,0,214,216,0,0,222,216,0,0,228,216,0,0,232,216,0,0,232,216,0,0,234,216,0,0,238,216,0,0,240,216,0,0,240,216,0,0,242,216,0,0,250,216,0,0,250,216,0,0,250,216,0,0,252,216,0,0,0,217,0,0,0,217,0,0,0,217,0,0,4,217,0,0,4,217,0,0,4,217,0,0,8,217,0,0,10,217,0,0,16,217,0,0,20,217,0,0,24,217,0,0,24,217,0,0,30,217,0,0,30,217,0,0,30,217,0,0,30,217,0,0,32,217,0,0,34,217,0,0,36,217,0,0,38,217,0,0,40,217,0,0,42,217,0,0,42,217,0,0,44,217,0,0,50,217,0,0,50,217,0,0,50,217,0,0,50,217,0,0,50,217,0,0,52,217,0,0,52,217,0,0,52,217,0,0,56,217,0,0,56,217,0,0,68,217,0,0,72,217,0,0,72,217,0,0,72,217,0,0,72,217,0,0,76,217,0,0,78,217,0,0,80,217,0,0,82,217,0,0,88,217,0,0,88,217,0,0,90,217,0,0,90,217,0,0,90,217,0,0,94,217,0,0,96,217,0,0,96,217,0,0,96,217,0,0,100,217,0,0,104,217,0,0,104,217,0,0,106,217,0,0,114,217,0,0,114,217,0,0,120,217,0,0,120,217,0,0,122,217,0,0,122,217,0,0,126,217,0,0,128,217,0,0,128,217,0,0,128,217,0,0,128,217,0,0,130,217,0,0,130,217,0,0,132,217,0,0,132,217,0,0,134,217,0,0,134,217,0,0,138,217,0,0,138,217,0,0,140,217,0,0,140,217,0,0,142,217,0,0,150,217,0,0,150,217,0,0,152,217,0,0,156,217,0,0,156,217,0,0,158,217,0,0,162,217,0,0,162,217,0,0,162,217,0,0,166,217,0,0,166,217,0,0,166,217,0,0,168,217,0,0,168,217,0,0,168,217,0,0,168,217,0,0,168,217,0,0,170,217,0,0,174,217,0,0,176,217,0,0,180,217,0,0,180,217,0,0,180,217,0,0,180,217,0,0,180,217,0,0,184,217,0,0,184,217,0,0,186,217,0,0,188,217,0,0,190,217,0,0,190,217,0,0,190,217,0,0,192,217,0,0,198,217,0,0,202,217,0,0,202,217,0,0,204,217,0,0,206,217,0,0,208,217,0,0,208,217,0,0,210,217,0,0,210,217,0,0,210,217,0,0,210,217,0,0,210,217,0,0,210,217,0,0,210,217,0,0,214,217,0,0,214,217,0,0,216,217,0,0,220,217,0,0,224,217,0,0,224,217,0,0,228,217,0,0,230,217,0,0,230,217,0,0,232,217,0,0,234,217,0,0,240,217,0,0,244,217,0,0,252,217,0,0,252,217,0,0,252,217,0,0,254,217,0,0,2,218,0,0,10,218,0,0,14,218,0,0,14,218,0,0,20,218,0,0,20,218,0,0,22,218,0,0,22,218,0,0,26,218,0,0,28,218,0,0,34,218,0,0,34,218,0,0,36,218,0,0,38,218,0,0,38,218,0,0,38,218,0,0,38,218,0,0,38,218,0,0,44,218,0,0,46,218,0,0,46,218,0,0,46,218,0,0,48,218,0,0,48,218,0,0,54,218,0,0,54,218,0,0,56,218,0,0,56,218,0,0,60,218,0,0,62,218,0,0,62,218,0,0,62,218,0,0,62,218,0,0,64,218,0,0,66,218,0,0,68,218,0,0,68,218,0,0,68,218,0,0,68,218,0,0,68,218,0,0,68,218,0,0,70,218,0,0,70,218,0,0,70,218,0,0,72,218,0,0,74,218,0,0,74,218,0,0,74,218,0,0,74,218,0,0,76,218,0,0,76,218,0,0,76,218,0,0,84,218,0,0,86,218,0,0,88,218,0,0,88,218,0,0,88,218,0,0,88,218,0,0,88,218,0,0,88,218,0,0,88,218,0,0,94,218,0,0,96,218,0,0,98,218,0,0,98,218,0,0,98,218,0,0,110,218,0,0,110,218,0,0,110,218,0,0,110,218,0,0,110,218,0,0,112,218,0,0,112,218,0,0,112,218,0,0,118,218,0,0,122,218,0,0,122,218,0,0,122,218,0,0,122,218,0,0,126,218,0,0,128,218,0,0,128,218,0,0,130,218,0,0,132,218,0,0,132,218,0,0,134,218,0,0,136,218,0,0,136,218,0,0,136,218,0,0,138,218,0,0,138,218,0,0,150,218,0,0,150,218,0,0,152,218,0,0,152,218,0,0,154,218,0,0,158,218,0,0,160,218,0,0,160,218,0,0,160,218,0,0,174,218,0,0,174,218,0,0,176,218,0,0,176,218,0,0,176,218,0,0,176,218,0,0,176,218,0,0,178,218,0,0,180,218,0,0,180,218,0,0,182,218,0,0,182,218,0,0,186,218,0,0,188,218,0,0,188,218,0,0,188,218,0,0,188,218,0,0,188,218,0,0,188,218,0,0,190,218,0,0,196,218,0,0,196,218,0,0,196,218,0,0,200,218,0,0,200,218,0,0,200,218,0,0,200,218,0,0,200,218,0,0,202,218,0,0,202,218,0,0,206,218,0,0,210,218,0,0,210,218,0,0,212,218,0,0,214,218,0,0,214,218,0,0,220,218,0,0,220,218,0,0,222,218,0,0,224,218,0,0,226,218,0,0,226,218,0,0,228,218,0,0,230,218,0,0,234,218,0,0,236,218,0,0,242,218,0,0,242,218,0,0,242,218,0,0,246,218,0,0,246,218,0,0,246,218,0,0,250,218,0,0,250,218,0,0,250,218,0,0,254,218,0,0,4,219,0,0,4,219,0,0,4,219,0,0,4,219,0,0,4,219,0,0,8,219,0,0,8,219,0,0,8,219,0,0,10,219,0,0,10,219,0,0,16,219,0,0,16,219,0,0,26,219,0,0,28,219,0,0,28,219,0,0,32,219,0,0,32,219,0,0,32,219,0,0,40,219,0,0,40,219,0,0,40,219,0,0,42,219,0,0,44,219,0,0,46,219,0,0,50,219,0,0,52,219,0,0,52,219,0,0,52,219,0,0,54,219,0,0,60,219,0,0,60,219,0,0,62,219,0,0,62,219,0,0,62,219,0,0,62,219,0,0,62,219,0,0,64,219,0,0,66,219,0,0,66,219,0,0,70,219,0,0,70,219,0,0,70,219,0,0,74,219,0,0,78,219,0,0,78,219,0,0,78,219,0,0,80,219,0,0,84,219,0,0,88,219,0,0,90,219,0,0,92,219,0,0,92,219,0,0,92,219,0,0,94,219,0,0,98,219,0,0,102,219,0,0,102,219,0,0,104,219,0,0,106,219,0,0,110,219,0,0,110,219,0,0,110,219,0,0,114,219,0,0,116,219,0,0,128,219,0,0,130,219,0,0,130,219,0,0,136,219,0,0,140,219,0,0,144,219,0,0,144,219,0,0,148,219,0,0,148,219,0,0,158,219,0,0,158,219,0,0,158,219,0,0,166,219,0,0,168,219,0,0,174,219,0,0,174,219,0,0,180,219,0,0,180,219,0,0,180,219,0,0,182,219,0,0,188,219,0,0,194,219,0,0,196,219,0,0,196,219,0,0,198,219,0,0,204,219,0,0,204,219,0,0,206,219,0,0,208,219,0,0,210,219,0,0,210,219,0,0,210,219,0,0,210,219,0,0,212,219,0,0,212,219,0,0,214,219,0,0,214,219,0,0,216,219,0,0,216,219,0,0,216,219,0,0,216,219,0,0,216,219,0,0,218,219,0,0,222,219,0,0,222,219,0,0,222,219,0,0,222,219,0,0,224,219,0,0,224,219,0,0,224,219,0,0,228,219,0,0,228,219,0,0,228,219,0,0,230,219,0,0,230,219,0,0,230,219,0,0,230,219,0,0,232,219,0,0,232,219,0,0,234,219,0,0,234,219,0,0,234,219,0,0,234,219,0,0,238,219,0,0,244,219,0,0,252,219,0,0,252,219,0,0,252,219,0,0,0,220,0,0,0,220,0,0,0,220,0,0,0,220,0,0,4,220,0,0,4,220,0,0,6,220,0,0,6,220,0,0,6,220,0,0,8,220,0,0,8,220,0,0,10,220,0,0,10,220,0,0,10,220,0,0,12,220,0,0,12,220,0,0,14,220,0,0,16,220,0,0,22,220,0,0,22,220,0,0,24,220,0,0,24,220,0,0,24,220,0,0,24,220,0,0,26,220,0,0,30,220,0,0,32,220,0,0,36,220,0,0,36,220,0,0,40,220,0,0,40,220,0,0,42,220,0,0,42,220,0,0,42,220,0,0,44,220,0,0,44,220,0,0,46,220,0,0,46,220,0,0,54,220,0,0,56,220,0,0,58,220,0,0,58,220,0,0,62,220,0,0,62,220,0,0,74,220,0,0,74,220,0,0,74,220,0,0,78,220,0,0,82,220,0,0,82,220,0,0,82,220,0,0,90,220,0,0,90,220,0,0,90,220,0,0,92,220,0,0,92,220,0,0,92,220,0,0,94,220,0,0,94,220,0,0,96,220,0,0,96,220,0,0,96,220,0,0,98,220,0,0,100,220,0,0,102,220,0,0,102,220,0,0,118,220,0,0,120,220,0,0,120,220,0,0,130,220,0,0,132,220,0,0,138,220,0,0,140,220,0,0,142,220,0,0,144,220,0,0,148,220,0,0,162,220,0,0,162,220,0,0,162,220,0,0,164,220,0,0,168,220,0,0,168,220,0,0,182,220,0,0,182,220,0,0,186,220,0,0,186,220,0,0,188,220,0,0,188,220,0,0,190,220,0,0,196,220,0,0,200,220,0,0,204,220,0,0,206,220,0,0,206,220,0,0,212,220,0,0,218,220,0,0,218,220,0,0,220,220,0,0,220,220,0,0,220,220,0,0,220,220,0,0,222,220,0,0,222,220,0,0,222,220,0,0,224,220,0,0,224,220,0,0,232,220,0,0,234,220,0,0,242,220,0,0,242,220,0,0,242,220,0,0,242,220,0,0,244,220,0,0,244,220,0,0,246,220,0,0,246,220,0,0,252,220,0,0,254,220,0,0,254,220,0,0,0,221,0,0,0,221,0,0,0,221,0,0,0,221,0,0,0,221,0,0,4,221,0,0,8,221,0,0,10,221,0,0,14,221,0,0,14,221,0,0,16,221,0,0,16,221,0,0,16,221,0,0,18,221,0,0,18,221,0,0,18,221,0,0,18,221,0,0,20,221,0,0,20,221,0,0,20,221,0,0,28,221,0,0,28,221,0,0,28,221,0,0,28,221,0,0,32,221,0,0,32,221,0,0,34,221,0,0,36,221,0,0,38,221,0,0,38,221,0,0,40,221,0,0,40,221,0,0,44,221,0,0,50,221,0,0,52,221,0,0,60,221,0,0,62,221,0,0,62,221,0,0,70,221,0,0,70,221,0,0,70,221,0,0,72,221,0,0,74,221,0,0,78,221,0,0,78,221,0,0,80,221,0,0,86,221,0,0,86,221,0,0,86,221,0,0,88,221,0,0,90,221,0,0,92,221,0,0,92,221,0,0,92,221,0,0,98,221,0,0,100,221,0,0,102,221,0,0,102,221,0,0,104,221,0,0,106,221,0,0,108,221,0,0,112,221,0,0,114,221,0,0,114,221,0,0,114,221,0,0,116,221,0,0,118,221,0,0,118,221,0,0,118,221,0,0,118,221,0,0,120,221,0,0,120,221,0,0,120,221,0,0,124,221,0,0,126,221,0,0,130,221,0,0,130,221,0,0,134,221,0,0,134,221,0,0,134,221,0,0,136,221,0,0,136,221,0,0,136,221,0,0,136,221,0,0,136,221,0,0,136,221,0,0,142,221,0,0,142,221,0,0,146,221,0,0,146,221,0,0,156,221,0,0,158,221,0,0,158,221,0,0,158,221,0,0,162,221,0,0,162,221,0,0,162,221,0,0,166,221,0,0,166,221,0,0,168,221,0,0,170,221,0,0,170,221,0,0,172,221,0,0,176,221,0,0,182,221,0,0,182,221,0,0,186,221,0,0,186,221,0,0,192,221,0,0,192,221,0,0,194,221,0,0,196,221,0,0,202,221,0,0,202,221,0,0,202,221,0,0,212,221,0,0,214,221,0,0,214,221,0,0,214,221,0,0,214,221,0,0,214,221,0,0,214,221,0,0,220,221,0,0,220,221,0,0,224,221,0,0,224,221,0,0,226,221,0,0,226,221,0,0,228,221,0,0,228,221,0,0,228,221,0,0,228,221,0,0,230,221,0,0,232,221,0,0,232,221,0,0,242,221,0,0,244,221,0,0,246,221,0,0,248,221,0,0,248,221,0,0,254,221,0,0,254,221,0,0,4,222,0,0,4,222,0,0,4,222,0,0,4,222,0,0,8,222,0,0,10,222,0,0,10,222,0,0,12,222,0,0,12,222,0,0,12,222,0,0,12,222,0,0,12,222,0,0,12,222,0,0,14,222,0,0,14,222,0,0,14,222,0,0,20,222,0,0,30,222,0,0,30,222,0,0,30,222,0,0,30,222,0,0,30,222,0,0,30,222,0,0,32,222,0,0,32,222,0,0,36,222,0,0,40,222,0,0,46,222,0,0,54,222,0,0,60,222,0,0,64,222,0,0,68,222,0,0,70,222,0,0,74,222,0,0,76,222,0,0,78,222,0,0,78,222,0,0,78,222,0,0,80,222,0,0,82,222,0,0,82,222,0,0,82,222,0,0,82,222,0,0,82,222,0,0,82,222,0,0,88,222,0,0,88,222,0,0,90,222,0,0,90,222,0,0,94,222,0,0,94,222,0,0,96,222,0,0,102,222,0,0,104,222,0,0,104,222,0,0,108,222,0,0,110,222,0,0,110,222,0,0,114,222,0,0,114,222,0,0,116,222,0,0,122,222,0,0,122,222,0,0,122,222,0,0,124,222,0,0,138,222,0,0,144,222,0,0,146,222,0,0,150,222,0,0,150,222,0,0,150,222,0,0,150,222,0,0,156,222,0,0,156,222,0,0,156,222,0,0,162,222,0,0,164,222,0,0,166,222,0,0,166,222,0,0,166,222,0,0,168,222,0,0,170,222,0,0,172,222,0,0,174,222,0,0,180,222,0,0,180,222,0,0,182,222,0,0,182,222,0,0,182,222,0,0,184,222,0,0,184,222,0,0,186,222,0,0,186,222,0,0,190,222,0,0,190,222,0,0,190,222,0,0,194,222,0,0,196,222,0,0,196,222,0,0,198,222,0,0,198,222,0,0,198,222,0,0,200,222,0,0,204,222,0,0,204,222,0,0,206,222,0,0,206,222,0,0,206,222,0,0,212,222,0,0,212,222,0,0,214,222,0,0,226,222,0,0,226,222,0,0,232,222,0,0,232,222,0,0,232,222,0,0,232,222,0,0,232,222,0,0,236,222,0,0,238,222,0,0,238,222,0,0,238,222,0,0,240,222,0,0,20,223,0,0,22,223,0,0,28,223,0,0,30,223,0,0,38,223,0,0,38,223,0,0,38,223,0,0,44,223,0,0,46,223,0,0,50,223,0,0,50,223,0,0,50,223,0,0,50,223,0,0,50,223,0,0,50,223,0,0,50,223,0,0,50,223,0,0,52,223,0,0,54,223,0,0,56,223,0,0,56,223,0,0,60,223,0,0,72,223,0,0,72,223,0,0,72,223,0,0,72,223,0,0,74,223,0,0,78,223,0,0,88,223,0,0,90,223,0,0,90,223,0,0,90,223,0,0,92,223,0,0,94,223,0,0,94,223,0,0,94,223,0,0,94,223,0,0,98,223,0,0,98,223,0,0,104,223,0,0,110,223,0,0,110,223,0,0,110,223,0,0,112,223,0,0,112,223,0,0,114,223,0,0,114,223,0,0,120,223,0,0,124,223,0,0,124,223,0,0,128,223,0,0,128,223,0,0,132,223,0,0,136,223,0,0,138,223,0,0,140,223,0,0,142,223,0,0,154,223,0,0,154,223,0,0,160,223,0,0,164,223,0,0,168,223,0,0,170,223,0,0,172,223,0,0,172,223,0,0,172,223,0,0,176,223,0,0,180,223,0,0,180,223,0,0,184,223,0,0,184,223,0,0,188,223,0,0,190,223,0,0,190,223,0,0,190,223,0,0,192,223,0,0,202,223,0,0,204,223,0,0,204,223,0,0,204,223,0,0,206,223,0,0,206,223,0,0,210,223,0,0,214,223,0,0,220,223,0,0,220,223,0,0,220,223,0,0,220,223,0,0,222,223,0,0,222,223,0,0,222,223,0,0,230,223,0,0,238,223,0,0,238,223,0,0,244,223,0,0,244,223,0,0,244,223,0,0,246,223,0,0,246,223,0,0,248,223,0,0,0,224,0,0,8,224,0,0,8,224,0,0,10,224,0,0,10,224,0,0,16,224,0,0,18,224,0,0,18,224,0,0,18,224,0,0,18,224,0,0,24,224,0,0,28,224,0,0,28,224,0,0,28,224,0,0,28,224,0,0,28,224,0,0,32,224,0,0,36,224,0,0,38,224,0,0,38,224,0,0,38,224,0,0,42,224,0,0,42,224,0,0,42,224,0,0,42,224,0,0,44,224,0,0,46,224,0,0,52,224,0,0,52,224,0,0,52,224,0,0,54,224,0,0,64,224,0,0,68,224,0,0,68,224,0,0,72,224,0,0,80,224,0,0,84,224,0,0,84,224,0,0,88,224,0,0,88,224,0,0,98,224,0,0,98,224,0,0,98,224,0,0,100,224,0,0,100,224,0,0,100,224,0,0,102,224,0,0,102,224,0,0,108,224,0,0,108,224,0,0,108,224,0,0,108,224,0,0,112,224,0,0,114,224,0,0,114,224,0,0,122,224,0,0,122,224,0,0,124,224,0,0,124,224,0,0,124,224,0,0,124,224,0,0,124,224,0,0,124,224,0,0,124,224,0,0,126,224,0,0,134,224,0,0,138,224,0,0,140,224,0,0,144,224,0,0,146,224,0,0,148,224,0,0,150,224,0,0,154,224,0,0,160,224,0,0,164,224,0,0,168,224,0,0,168,224,0,0,168,224,0,0,172,224,0,0,172,224,0,0,176,224,0,0,182,224,0,0,184,224,0,0,184,224,0,0,186,224,0,0,186,224,0,0,188,224,0,0,188,224,0,0,192,224,0,0,192,224,0,0,194,224,0,0,194,224,0,0,194,224,0,0,202,224,0,0,202,224,0,0,204,224,0,0,204,224,0,0,208,224,0,0,212,224,0,0,212,224,0,0,212,224,0,0,212,224,0,0,214,224,0,0,214,224,0,0,218,224,0,0,218,224,0,0,226,224,0,0,226,224,0,0,226,224,0,0,228,224,0,0,232,224,0,0,236,224,0,0,240,224,0,0,240,224,0,0,240,224,0,0,240,224,0,0,242,224,0,0,252,224,0,0,254,224,0,0,8,225,0,0,8,225,0,0,14,225,0,0,14,225,0,0,16,225,0,0,20,225,0,0,20,225,0,0,24,225,0,0,26,225,0,0,26,225,0,0,36,225,0,0,36,225,0,0,38,225,0,0,40,225,0,0,40,225,0,0,42,225,0,0,42,225,0,0,42,225,0,0,42,225,0,0,46,225,0,0,52,225,0,0,54,225,0,0,54,225,0,0,56,225,0,0,60,225,0,0,70,225,0,0,70,225,0,0,72,225,0,0,72,225,0,0,82,225,0,0,88,225,0,0,88,225,0,0,100,225,0,0,104,225,0,0,104,225,0,0,104,225,0,0,110,225,0,0,110,225,0,0,112,225,0,0,114,225,0,0,116,225,0,0,116,225,0,0,118,225,0,0,126,225,0,0,132,225,0,0,136,225,0,0,140,225,0,0,140,225,0,0,140,225,0,0,140,225,0,0,140,225,0,0,146,225,0,0,148,225,0,0,154,225,0,0,154,225,0,0,154,225,0,0,156,225,0,0,156,225,0,0,156,225,0,0,156,225,0,0,162,225,0,0,166,225,0,0,166,225,0,0,172,225,0,0,176,225,0,0,176,225,0,0,178,225,0,0,180,225,0,0,180,225,0,0,180,225,0,0,182,225,0,0,182,225,0,0,184,225,0,0,188,225,0,0,190,225,0,0,194,225,0,0,194,225,0,0,198,225,0,0,198,225,0,0,198,225,0,0,200,225,0,0,202,225,0,0,206,225,0,0,206,225,0,0,218,225,0,0,222,225,0,0,228,225,0,0,228,225,0,0,234,225,0,0,234,225,0,0,234,225,0,0,234,225,0,0,234,225,0,0,236,225,0,0,236,225,0,0,236,225,0,0,236,225,0,0,236,225,0,0,236,225,0,0,236,225,0,0,236,225,0,0,238,225,0,0,238,225,0,0,238,225,0,0,246,225,0,0,246,225,0,0,248,225,0,0,248,225,0,0,252,225,0,0,254,225,0,0,254,225,0,0,254,225,0,0,254,225,0,0,0,226,0,0,6,226,0,0,8,226,0,0,8,226,0,0,8,226,0,0,8,226,0,0,8,226,0,0,8,226,0,0,10,226,0,0,12,226,0,0,14,226,0,0,14,226,0,0,16,226,0,0,16,226,0,0,18,226,0,0,28,226,0,0,38,226,0,0,40,226,0,0,46,226,0,0,48,226,0,0,48,226,0,0,50,226,0,0,54,226,0,0,56,226,0,0,58,226,0,0,64,226,0,0,64,226,0,0,68,226,0,0,72,226,0,0,76,226,0,0,76,226,0,0,78,226,0,0,86,226,0,0,88,226,0,0,92,226,0,0,96,226,0,0,96,226,0,0,98,226,0,0,98,226,0,0,102,226,0,0,102,226,0,0,112,226,0,0,114,226,0,0,114,226,0,0,114,226,0,0,118,226,0,0,118,226,0,0,124,226,0,0,124,226,0,0,134,226,0,0,134,226,0,0,136,226,0,0,138,226,0,0,138,226,0,0,140,226,0,0,144,226,0,0,148,226,0,0,150,226,0,0,150,226,0,0,150,226,0,0,150,226,0,0,158,226,0,0,168,226,0,0,168,226,0,0,174,226,0,0,180,226,0,0,182,226,0,0,182,226,0,0,182,226,0,0,182,226,0,0,190,226,0,0,190,226,0,0,190,226,0,0,194,226,0,0,194,226,0,0,194,226,0,0,196,226,0,0,200,226,0,0,200,226,0,0,200,226,0,0,200,226,0,0,200,226,0,0,200,226,0,0,200,226,0,0,206,226,0,0,208,226,0,0,210,226,0,0,210,226,0,0,214,226,0,0,214,226,0,0,214,226,0,0,214,226,0,0,214,226,0,0,216,226,0,0,216,226,0,0,216,226,0,0,216,226,0,0,218,226,0,0,224,226,0,0,224,226,0,0,224,226,0,0,224,226,0,0,224,226,0,0,224,226,0,0,224,226,0,0,224,226,0,0,224,226,0,0,224,226,0,0,228,226,0,0,230,226,0,0,230,226,0,0,242,226,0,0,242,226,0,0,244,226,0,0,250,226,0,0,250,226,0,0,250,226,0,0,252,226,0,0,252,226,0,0,252,226,0,0,252,226,0,0,254,226,0,0,4,227,0,0,4,227,0,0,4,227,0,0,6,227,0,0,6,227,0,0,6,227,0,0,6,227,0,0,10,227,0,0,10,227,0,0,12,227,0,0,12,227,0,0,12,227,0,0,14,227,0,0,22,227,0,0,26,227,0,0,26,227,0,0,26,227,0,0,26,227,0,0,26,227,0,0,26,227,0,0,28,227,0,0,30,227,0,0,30,227,0,0,30,227,0,0,34,227,0,0,36,227,0,0,42,227,0,0,42,227,0,0,44,227,0,0,50,227,0,0,50,227,0,0,50,227,0,0,50,227,0,0,52,227,0,0,56,227,0,0,56,227,0,0,58,227,0,0,64,227,0,0,66,227,0,0,68,227,0,0,70,227,0,0,70,227,0,0,74,227,0,0,74,227,0,0,74,227,0,0,78,227,0,0,78,227,0,0,78,227,0,0,82,227,0,0,84,227,0,0,84,227,0,0,86,227,0,0,88,227,0,0,92,227,0,0,94,227,0,0,96,227,0,0,102,227,0,0,102,227,0,0,106,227,0,0,106,227,0,0,106,227,0,0,106,227,0,0,106,227,0,0,106,227,0,0,106,227,0,0,106,227,0,0,106,227,0,0,106,227,0,0,110,227,0,0,110,227,0,0,112,227,0,0,112,227,0,0,114,227,0,0,120,227,0,0,120,227,0,0,126,227,0,0,128,227,0,0,130,227,0,0,134,227,0,0,136,227,0,0,136,227,0,0,138,227,0,0,138,227,0,0,138,227,0,0,138,227,0,0,142,227,0,0,142,227,0,0,142,227,0,0,142,227,0,0,148,227,0,0,148,227,0,0,148,227,0,0,148,227,0,0,152,227,0,0,158,227,0,0,160,227,0,0,164,227,0,0,172,227,0,0,174,227,0,0,174,227,0,0,174,227,0,0,178,227,0,0,182,227,0,0,182,227,0,0,182,227,0,0,184,227,0,0,186,227,0,0,186,227,0,0,186,227,0,0,186,227,0,0,188,227,0,0,188,227,0,0,190,227,0,0,190,227,0,0,192,227,0,0,192,227,0,0,196,227,0,0,196,227,0,0,198,227,0,0,200,227,0,0,204,227,0,0,204,227,0,0,210,227,0,0,216,227,0,0,220,227,0,0,220,227,0,0,226,227,0,0,226,227,0,0,230,227,0,0,236,227,0,0,236,227,0,0,238,227,0,0,238,227,0,0,238,227,0,0,240,227,0,0,240,227,0,0,242,227,0,0,242,227,0,0,250,227,0,0,252,227,0,0,252,227,0,0,4,228,0,0,4,228,0,0,8,228,0,0,8,228,0,0,10,228,0,0,10,228,0,0,10,228,0,0,10,228,0,0,14,228,0,0,18,228,0,0,18,228,0,0,20,228,0,0,20,228,0,0,24,228,0,0,28,228,0,0,32,228,0,0,38,228,0,0,42,228,0,0,42,228,0,0,48,228,0,0,50,228,0,0,56,228,0,0,56,228,0,0,56,228,0,0,58,228,0,0,58,228,0,0,62,228,0,0,62,228,0,0,64,228,0,0,64,228,0,0,64,228,0,0,72,228,0,0,72,228,0,0,76,228,0,0,78,228,0,0,80,228,0,0,88,228,0,0,88,228,0,0,88,228,0,0,88,228,0,0,90,228,0,0,90,228,0,0,90,228,0,0,90,228,0,0,100,228,0,0,102,228,0,0,104,228,0,0,106,228,0,0,108,228,0,0,108,228,0,0,108,228,0,0,110,228,0,0,110,228,0,0,110,228,0,0,114,228,0,0,114,228,0,0,118,228,0,0,118,228,0,0,120,228,0,0,122,228,0,0,122,228,0,0,126,228,0,0,126,228,0,0,128,228,0,0,136,228,0,0,144,228,0,0,144,228,0,0,152,228,0,0,152,228,0,0,156,228,0,0,156,228,0,0,156,228,0,0,156,228,0,0,164,228,0,0,164,228,0,0,170,228,0,0,170,228,0,0,176,228,0,0,176,228,0,0,176,228,0,0,180,228,0,0,182,228,0,0,182,228,0,0,184,228,0,0,184,228,0,0,184,228,0,0,184,228,0,0,188,228,0,0,190,228,0,0,196,228,0,0,196,228,0,0,198,228,0,0,198,228,0,0,198,228,0,0,198,228,0,0,204,228,0,0,208,228,0,0,208,228,0,0,208,228,0,0,210,228,0,0,210,228,0,0,210,228,0,0,210,228,0,0,210,228,0,0,214,228,0,0,214,228,0,0,216,228,0,0,222,228,0,0,226,228,0,0,232,228,0,0,236,228,0,0,236,228,0,0,238,228,0,0,238,228,0,0,238,228,0,0,238,228,0,0,238,228,0,0,238,228,0,0,240,228,0,0,240,228,0,0,244,228,0,0,248,228,0,0,250,228,0,0,250,228,0,0,250,228,0,0,250,228,0,0,250,228,0,0,254,228,0,0,254,228,0,0,254,228,0,0,0,229,0,0,0,229,0,0,2,229,0,0,6,229,0,0,6,229,0,0,8,229,0,0,8,229,0,0,8,229,0,0,8,229,0,0,10,229,0,0,12,229,0,0,12,229,0,0,12,229,0,0,12,229,0,0,12,229,0,0,14,229,0,0,14,229,0,0,14,229,0,0,14,229,0,0,14,229,0,0,16,229,0,0,16,229,0,0,22,229,0,0,26,229,0,0,26,229,0,0,26,229,0,0,26,229,0,0,26,229,0,0,28,229,0,0,32,229,0,0,52,229,0,0,52,229,0,0,58,229,0,0,58,229,0,0,58,229,0,0,58,229,0,0,62,229,0,0,62,229,0,0,62,229,0,0,62,229,0,0,64,229,0,0,64,229,0,0,66,229,0,0,70,229,0,0,70,229,0,0,70,229,0,0,72,229,0,0,72,229,0,0,72,229,0,0,72,229,0,0,76,229,0,0,80,229,0,0,82,229,0,0,82,229,0,0,82,229,0,0,82,229,0,0,84,229,0,0,86,229,0,0,92,229,0,0,94,229,0,0,96,229,0,0,96,229,0,0,106,229,0,0,106,229,0,0,106,229,0,0,116,229,0,0,124,229,0,0,128,229,0,0,128,229,0,0,128,229,0,0,132,229,0,0,132,229,0,0,132,229,0,0,132,229,0,0,132,229,0,0,134,229,0,0,134,229,0,0,134,229,0,0,136,229,0,0,138,229,0,0,138,229,0,0,140,229,0,0,142,229,0,0,146,229,0,0,146,229,0,0,146,229,0,0,148,229,0,0,148,229,0,0,154,229,0,0,154,229,0,0,154,229,0,0,154,229,0,0,162,229,0,0,172,229,0,0,174,229,0,0,174,229,0,0,174,229,0,0,174,229,0,0,174,229,0,0,174,229,0,0,174,229,0,0,176,229,0,0,178,229,0,0,178,229,0,0,180,229,0,0,180,229,0,0,180,229,0,0,180,229,0,0,184,229,0,0,186,229,0,0,186,229,0,0,186,229,0,0,186,229,0,0,188,229,0,0,192,229,0,0,192,229,0,0,194,229,0,0,194,229,0,0,194,229,0,0,196,229,0,0,198,229,0,0,202,229,0,0,204,229,0,0,206,229,0,0,210,229,0,0,210,229,0,0,210,229,0,0,210,229,0,0,220,229,0,0,220,229,0,0,224,229,0,0,226,229,0,0,228,229,0,0,230,229,0,0,232,229,0,0,234,229,0,0,236,229,0,0,238,229,0,0,238,229,0,0,238,229,0,0,238,229,0,0,242,229,0,0,242,229,0,0,242,229,0,0,242,229,0,0,246,229,0,0,250,229,0,0,252,229,0,0,252,229,0,0,2,230,0,0,2,230,0,0,4,230,0,0,4,230,0,0,6,230,0,0,8,230,0,0,8,230,0,0,10,230,0,0,10,230,0,0,10,230,0,0,10,230,0,0,10,230,0,0,16,230,0,0,16,230,0,0,16,230,0,0,20,230,0,0,22,230,0,0,22,230,0,0,30,230,0,0,30,230,0,0,30,230,0,0,34,230,0,0,36,230,0,0,36,230,0,0,38,230,0,0,38,230,0,0,42,230,0,0,48,230,0,0,54,230,0,0,54,230,0,0,56,230,0,0,56,230,0,0,58,230,0,0,58,230,0,0,58,230,0,0,58,230,0,0,64,230,0,0,66,230,0,0,66,230,0,0,68,230,0,0,68,230,0,0,68,230,0,0,72,230,0,0,74,230,0,0,76,230,0,0,76,230,0,0,76,230,0,0,80,230,0,0,84,230,0,0,86,230,0,0,86,230,0,0,92,230,0,0,92,230,0,0,94,230,0,0,94,230,0,0,100,230,0,0,100,230,0,0,102,230,0,0,102,230,0,0,102,230,0,0,106,230,0,0,106,230,0,0,108,230,0,0,110,230,0,0,110,230,0,0,110,230,0,0,112,230,0,0,114,230,0,0,116,230,0,0,116,230,0,0,116,230,0,0,116,230,0,0,116,230,0,0,116,230,0,0,116,230,0,0,126,230,0,0,126,230,0,0,126,230,0,0,126,230,0,0,130,230,0,0,134,230,0,0,134,230,0,0,134,230,0,0,134,230,0,0,136,230,0,0,140,230,0,0,140,230,0,0,142,230,0,0,142,230,0,0,142,230,0,0,142,230,0,0,148,230,0,0,152,230,0,0,152,230,0,0,152,230,0,0,152,230,0,0,154,230,0,0,160,230,0,0,160,230,0,0,160,230,0,0,160,230,0,0,160,230,0,0,166,230,0,0,168,230,0,0,168,230,0,0,168,230,0,0,168,230,0,0,168,230,0,0,168,230,0,0,170,230,0,0,170,230,0,0,170,230,0,0,172,230,0,0,182,230,0,0,182,230,0,0,182,230,0,0,182,230,0,0,182,230,0,0,182,230,0,0,184,230,0,0,186,230,0,0,186,230,0,0,186,230,0,0,186,230,0,0,198,230,0,0,198,230,0,0,198,230,0,0,198,230,0,0,198,230,0,0,200,230,0,0,200,230,0,0,200,230,0,0,200,230,0,0,204,230,0,0,204,230,0,0,204,230,0,0,204,230,0,0,210,230,0,0,216,230,0,0,218,230,0,0,218,230,0,0,220,230,0,0,220,230,0,0,222,230,0,0,222,230,0,0,222,230,0,0,222,230,0,0,224,230,0,0,224,230,0,0,226,230,0,0,226,230,0,0,226,230,0,0,230,230,0,0,230,230,0,0,232,230,0,0,232,230,0,0,232,230,0,0,234,230,0,0,246,230,0,0,250,230,0,0,252,230,0,0,0,231,0,0,2,231,0,0,2,231,0,0,2,231,0,0,2,231,0,0,2,231,0,0,8,231,0,0,10,231,0,0,10,231,0,0,12,231,0,0,12,231,0,0,12,231,0,0,12,231,0,0,12,231,0,0,14,231,0,0,14,231,0,0,14,231,0,0,18,231,0,0,22,231,0,0,22,231,0,0,22,231,0,0,22,231,0,0,22,231,0,0,24,231,0,0,26,231,0,0,26,231,0,0,26,231,0,0,26,231,0,0,26,231,0,0,26,231,0,0,26,231,0,0,26,231,0,0,28,231,0,0,28,231,0,0,30,231,0,0,30,231,0,0,30,231,0,0,30,231,0,0,30,231,0,0,34,231,0,0,42,231,0,0,42,231,0,0,46,231,0,0,46,231,0,0,50,231,0,0,50,231,0,0,50,231,0,0,50,231,0,0,58,231,0,0,60,231,0,0,60,231,0,0,60,231,0,0,60,231,0,0,62,231,0,0,64,231,0,0,64,231,0,0,64,231,0,0,78,231,0,0,78,231,0,0,78,231,0,0,80,231,0,0,80,231,0,0,84,231,0,0,84,231,0,0,84,231,0,0,92,231,0,0,94,231,0,0,98,231,0,0,98,231,0,0,104,231,0,0,104,231,0,0,114,231,0,0,114,231,0,0,114,231,0,0,120,231,0,0,120,231,0,0,126,231,0,0,130,231,0,0,132,231,0,0,138,231,0,0,142,231,0,0,142,231,0,0,146,231,0,0,150,231,0,0,152,231,0,0,152,231,0,0,160,231,0,0,160,231,0,0,164,231,0,0,170,231,0,0,172,231,0,0,174,231,0,0,176,231,0,0,176,231,0,0,178,231,0,0,186,231,0,0,186,231,0,0,186,231,0,0,188,231,0,0,192,231,0,0,192,231,0,0,198,231,0,0,204,231,0,0,204,231,0,0,206,231,0,0,210,231,0,0,210,231,0,0,214,231,0,0,216,231,0,0,216,231,0,0,220,231,0,0,222,231,0,0,222,231,0,0,224,231,0,0,224,231,0,0,224,231,0,0,230,231,0,0,232,231,0,0,232,231,0,0,236,231,0,0,242,231,0,0,252,231,0,0,252,231,0,0,0,232,0,0,0,232,0,0,0,232,0,0,0,232,0,0,2,232,0,0,4,232,0,0,4,232,0,0,10,232,0,0,10,232,0,0,12,232,0,0,14,232,0,0,18,232,0,0,26,232,0,0,26,232,0,0,28,232,0,0,28,232,0,0,30,232,0,0,30,232,0,0,34,232,0,0,34,232,0,0,34,232,0,0,38,232,0,0,40,232,0,0,40,232,0,0,42,232,0,0,46,232,0,0,52,232,0,0,56,232,0,0,56,232,0,0,56,232,0,0,62,232,0,0,62,232,0,0,62,232,0,0,64,232,0,0,64,232,0,0,64,232,0,0,66,232,0,0,66,232,0,0,70,232,0,0,72,232,0,0,72,232,0,0,74,232,0,0,74,232,0,0,86,232,0,0,86,232,0,0,86,232,0,0,90,232,0,0,90,232,0,0,90,232,0,0,90,232,0,0,90,232,0,0,90,232,0,0,92,232,0,0,92,232,0,0,94,232,0,0,96,232,0,0,96,232,0,0,96,232,0,0,96,232,0,0,96,232,0,0,98,232,0,0,98,232,0,0,102,232,0,0,108,232,0,0,108,232,0,0,108,232,0,0,108,232,0,0,110,232,0,0,110,232,0,0,112,232,0,0,114,232,0,0,114,232,0,0,114,232,0,0,114,232,0,0,114,232,0,0,120,232,0,0,120,232,0,0,120,232,0,0,122,232,0,0,128,232,0,0,130,232,0,0,132,232,0,0,136,232,0,0,136,232,0,0,136,232,0,0,138,232,0,0,140,232,0,0,148,232,0,0,150,232,0,0,158,232,0,0,160,232,0,0,162,232,0,0,164,232,0,0,166,232,0,0,166,232,0,0,174,232,0,0,178,232,0,0,178,232,0,0,178,232,0,0,178,232,0,0,186,232,0,0,190,232,0,0,190,232,0,0,192,232,0,0,192,232,0,0,196,232,0,0,196,232,0,0,196,232,0,0,196,232,0,0,202,232,0,0,204,232,0,0,204,232,0,0,206,232,0,0,208,232,0,0,208,232,0,0,220,232,0,0,220,232,0,0,226,232,0,0,226,232,0,0,226,232,0,0,228,232,0,0,230,232,0,0,232,232,0,0,234,232,0,0,234,232,0,0,236,232,0,0,240,232,0,0,242,232,0,0,244,232,0,0,244,232,0,0,244,232,0,0,248,232,0,0,248,232,0,0,254,232,0,0,254,232,0,0,0,233,0,0,6,233,0,0,22,233,0,0,22,233,0,0,26,233,0,0,26,233,0,0,28,233,0,0,28,233,0,0,32,233,0,0,34,233,0,0,44,233,0,0,44,233,0,0,44,233,0,0,56,233,0,0,62,233,0,0,62,233,0,0,64,233,0,0,70,233,0,0,72,233,0,0,78,233,0,0,78,233,0,0,78,233,0,0,78,233,0,0,78,233,0,0,78,233,0,0,78,233,0,0,78,233,0,0,78,233,0,0,88,233,0,0,90,233,0,0,94,233,0,0,98,233,0,0,98,233,0,0,100,233,0,0,104,233,0,0,108,233,0,0,116,233,0,0,116,233,0,0,118,233,0,0,124,233,0,0,124,233,0,0,128,233,0,0,128,233,0,0,130,233,0,0,132,233,0,0,132,233,0,0,134,233,0,0,136,233,0,0,136,233,0,0,138,233,0,0,138,233,0,0,140,233,0,0,144,233,0,0,144,233,0,0,144,233,0,0,146,233,0,0,150,233,0,0,150,233,0,0,150,233,0,0,150,233,0,0,150,233,0,0,154,233,0,0,154,233,0,0,160,233,0,0,160,233,0,0,162,233,0,0,162,233,0,0,162,233,0,0,164,233,0,0,164,233,0,0,166,233,0,0,166,233,0,0,168,233,0,0,170,233,0,0,170,233,0,0,170,233,0,0,174,233,0,0,174,233,0,0,174,233,0,0,176,233,0,0,178,233,0,0,190,233,0,0,190,233,0,0,194,233,0,0,194,233,0,0,200,233,0,0,206,233,0,0,206,233,0,0,206,233,0,0,206,233,0,0,208,233,0,0,208,233,0,0,208,233,0,0,208,233,0,0,208,233,0,0,208,233,0,0,214,233,0,0,216,233,0,0,218,233,0,0,220,233,0,0,222,233,0,0,222,233,0,0,222,233,0,0,222,233,0,0,224,233,0,0,224,233,0,0,228,233,0,0,228,233,0,0,228,233,0,0,228,233,0,0,228,233,0,0,234,233,0,0,238,233,0,0,240,233,0,0,240,233,0,0,242,233,0,0,244,233,0,0,248,233,0,0,250,233,0,0,250,233,0,0,250,233,0,0,250,233,0,0,250,233,0,0,252,233,0,0,252,233,0,0,254,233,0,0,254,233,0,0,254,233,0,0,254,233,0,0,0,234,0,0,0,234,0,0,0,234,0,0,0,234,0,0,8,234,0,0,8,234,0,0,12,234,0,0,12,234,0,0,12,234,0,0,18,234,0,0,28,234,0,0,28,234,0,0,28,234,0,0,28,234,0,0,28,234,0,0,28,234,0,0,28,234,0,0,28,234,0,0,28,234,0,0,34,234,0,0,34,234,0,0,40,234,0,0,40,234,0,0,40,234,0,0,42,234,0,0,42,234,0,0,44,234,0,0,44,234,0,0,48,234,0,0,50,234,0,0,50,234,0,0,50,234,0,0,54,234,0,0,56,234,0,0,58,234,0,0,58,234,0,0,60,234,0,0,64,234,0,0,66,234,0,0,68,234,0,0,68,234,0,0,78,234,0,0,78,234,0,0,78,234,0,0,78,234,0,0,78,234,0,0,82,234,0,0,90,234,0,0,96,234,0,0,96,234,0,0,100,234,0,0,102,234,0,0,106,234,0,0,110,234,0,0,114,234,0,0,116,234,0,0,116,234,0,0,118,234,0,0,118,234,0,0,118,234,0,0,118,234,0,0,118,234,0,0,118,234,0,0,118,234,0,0,130,234,0,0,130,234,0,0,134,234,0,0,134,234,0,0,138,234,0,0,138,234,0,0,142,234,0,0,142,234,0,0,142,234,0,0,142,234,0,0,142,234,0,0,142,234,0,0,142,234,0,0,142,234,0,0,142,234,0,0,150,234,0,0,154,234,0,0,154,234,0,0,154,234,0,0,154,234,0,0,158,234,0,0,160,234,0,0,160,234,0,0,160,234,0,0,160,234,0,0,162,234,0,0,164,234,0,0,164,234,0,0,170,234,0,0,172,234,0,0,174,234,0,0,174,234,0,0,188,234,0,0,188,234,0,0,188,234,0,0,188,234,0,0,188,234,0,0,192,234,0,0,192,234,0,0,192,234,0,0,192,234,0,0,192,234,0,0,192,234,0,0,198,234,0,0,198,234,0,0,200,234,0,0,200,234,0,0,202,234,0,0,202,234,0,0,206,234,0,0,206,234,0,0,206,234,0,0,208,234,0,0,208,234,0,0,208,234,0,0,214,234,0,0,216,234,0,0,220,234,0,0,224,234,0,0,224,234,0,0,224,234,0,0,224,234,0,0,224,234,0,0,226,234,0,0,234,234,0,0,234,234,0,0,242,234,0,0,244,234,0,0,2,235,0,0,2,235,0,0,8,235,0,0,8,235,0,0,10,235,0,0,10,235,0,0,10,235,0,0,14,235,0,0,14,235,0,0,14,235,0,0,14,235,0,0,14,235,0,0,14,235,0,0,14,235,0,0,16,235,0,0,18,235,0,0,20,235,0,0,22,235,0,0,30,235,0,0,30,235,0,0,32,235,0,0,32,235,0,0,32,235,0,0,32,235,0,0,32,235,0,0,34,235,0,0,34,235,0,0,42,235,0,0,42,235,0,0,44,235,0,0,44,235,0,0,44,235,0,0,44,235,0,0,46,235,0,0,46,235,0,0,46,235,0,0,46,235,0,0,46,235,0,0,46,235,0,0,46,235,0,0,46,235,0,0,46,235,0,0,46,235,0,0,46,235,0,0,50,235,0,0,50,235,0,0,50,235,0,0,52,235,0,0,52,235,0,0,52,235,0,0,54,235,0,0,60,235,0,0,66,235,0,0,68,235,0,0,72,235,0,0,80,235,0,0,80,235,0,0,80,235,0,0,84,235,0,0,84,235,0,0,84,235,0,0,84,235,0,0,84,235,0,0,84,235,0,0,84,235,0,0,84,235,0,0,90,235,0,0,90,235,0,0,94,235,0,0,98,235,0,0,98,235,0,0,100,235,0,0,102,235,0,0,102,235,0,0,104,235,0,0,104,235,0,0,108,235,0,0,112,235,0,0,112,235,0,0,114,235,0,0,114,235,0,0,114,235,0,0,116,235,0,0,116,235,0,0,116,235,0,0,118,235,0,0,122,235,0,0,124,235,0,0,130,235,0,0,134,235,0,0,134,235,0,0,134,235,0,0,138,235,0,0,140,235,0,0,140,235,0,0,142,235,0,0,146,235,0,0,150,235,0,0,152,235,0,0,154,235,0,0,156,235,0,0,156,235,0,0,158,235,0,0,160,235,0,0,162,235,0,0,166,235,0,0,168,235,0,0,176,235,0,0,176,235,0,0,176,235,0,0,180,235,0,0,180,235,0,0,180,235,0,0,180,235,0,0,180,235,0,0,180,235,0,0,180,235,0,0,180,235,0,0,182,235,0,0,182,235,0,0,182,235,0,0,188,235,0,0,192,235,0,0,192,235,0,0,192,235,0,0,194,235,0,0,196,235,0,0,196,235,0,0,204,235,0,0,208,235,0,0,210,235,0,0,210,235,0,0,214,235,0,0,214,235,0,0,214,235,0,0,216,235,0,0,220,235,0,0,220,235,0,0,222,235,0,0,222,235,0,0,222,235,0,0,222,235,0,0,222,235,0,0,222,235,0,0,222,235,0,0,224,235,0,0,224,235,0,0,224,235,0,0,224,235,0,0,228,235,0,0,232,235,0,0,234,235,0,0,234,235,0,0,234,235,0,0,234,235,0,0,234,235,0,0,236,235,0,0,236,235,0,0,236,235,0,0,236,235,0,0,240,235,0,0,242,235,0,0,248,235,0,0,250,235,0,0,250,235,0,0,252,235,0,0,252,235,0,0,254,235,0,0,254,235,0,0,254,235,0,0,0,236,0,0,4,236,0,0,10,236,0,0,16,236,0,0,20,236,0,0,20,236,0,0,20,236,0,0,20,236,0,0,22,236,0,0,24,236,0,0,26,236,0,0,26,236,0,0,26,236,0,0,30,236,0,0,30,236,0,0,30,236,0,0,32,236,0,0,42,236,0,0,42,236,0,0,46,236,0,0,46,236,0,0,52,236,0,0,52,236,0,0,52,236,0,0,56,236,0,0,56,236,0,0,64,236,0,0,66,236,0,0,70,236,0,0,70,236,0,0,78,236,0,0,82,236,0,0,84,236,0,0,84,236,0,0,84,236,0,0,88,236,0,0,88,236,0,0,90,236,0,0,90,236,0,0,90,236,0,0,92,236,0,0,98,236,0,0,102,236,0,0,108,236,0,0,108,236,0,0,110,236,0,0,112,236,0,0,116,236,0,0,118,236,0,0,120,236,0,0,122,236,0,0,124,236,0,0,126,236,0,0,134,236,0,0,136,236,0,0,140,236,0,0,140,236,0,0,140,236,0,0,140,236,0,0,140,236,0,0,146,236,0,0,146,236,0,0,146,236,0,0,150,236,0,0,150,236,0,0,150,236,0,0,152,236,0,0,152,236,0,0,152,236,0,0,156,236,0,0,156,236,0,0,162,236,0,0,162,236,0,0,162,236,0,0,162,236,0,0,166,236,0,0,168,236,0,0,168,236,0,0,168,236,0,0,170,236,0,0,170,236,0,0,172,236,0,0,172,236,0,0,176,236,0,0,176,236,0,0,176,236,0,0,176,236,0,0,176,236,0,0,176,236,0,0,178,236,0,0,182,236,0,0,186,236,0,0,190,236,0,0,194,236,0,0,196,236,0,0,196,236,0,0,196,236,0,0,196,236,0,0,198,236,0,0,198,236,0,0,200,236,0,0,204,236,0,0,204,236,0,0,204,236,0,0,208,236,0,0,212,236,0,0,214,236,0,0,214,236,0,0,214,236,0,0,214,236,0,0,216,236,0,0,216,236,0,0,222,236,0,0,222,236,0,0,222,236,0,0,224,236,0,0,224,236,0,0,232,236,0,0,232,236,0,0,238,236,0,0,238,236,0,0,238,236,0,0,242,236,0,0,242,236,0,0,242,236,0,0,0,237,0,0,8,237,0,0,12,237,0,0,12,237,0,0,12,237,0,0,16,237,0,0,20,237,0,0,20,237,0,0,28,237,0,0,30,237,0,0,34,237,0,0,34,237,0,0,38,237,0,0,38,237,0,0,42,237,0,0,42,237,0,0,42,237,0,0,42,237,0,0,42,237,0,0,46,237,0,0,48,237,0,0,48,237,0,0,52,237,0,0,52,237,0,0,56,237,0,0,62,237,0,0,62,237,0,0,62,237,0,0,62,237,0,0,62,237,0,0,62,237,0,0,62,237,0,0,68,237,0,0,68,237,0,0,72,237,0,0,72,237,0,0,76,237,0,0,76,237,0,0,84,237,0,0,86,237,0,0,94,237,0,0,96,237,0,0,96,237,0,0,98,237,0,0,100,237,0,0,106,237,0,0,106,237,0,0,106,237,0,0,108,237,0,0,110,237,0,0,110,237,0,0,114,237,0,0,120,237,0,0,126,237,0,0,130,237,0,0,132,237,0,0,136,237,0,0,136,237,0,0,136,237,0,0,136,237,0,0,146,237,0,0,146,237,0,0,148,237,0,0,152,237,0,0,154,237,0,0,154,237,0,0,156,237,0,0,156,237,0,0,156,237,0,0,162,237,0,0,164,237,0,0,168,237,0,0,172,237,0,0,178,237,0,0,180,237,0,0,180,237,0,0,180,237,0,0,186,237,0,0,186,237,0,0,188,237,0,0,188,237,0,0,192,237,0,0,192,237,0,0,192,237,0,0,192,237,0,0,192,237,0,0,192,237,0,0,196,237,0,0,200,237,0,0,204,237,0,0,206,237,0,0,206,237,0,0,206,237,0,0,206,237,0,0,208,237,0,0,208,237,0,0,208,237,0,0,214,237,0,0,214,237,0,0,214,237,0,0,214,237,0,0,214,237,0,0,214,237,0,0,214,237,0,0,220,237,0,0,222,237,0,0,222,237,0,0,222,237,0,0,234,237,0,0,234,237,0,0,234,237,0,0,236,237,0,0,250,237,0,0,0,238,0,0,4,238,0,0,8,238,0,0,8,238,0,0,8,238,0,0,10,238,0,0,10,238,0,0,16,238,0,0,24,238,0,0,32,238,0,0,32,238,0,0,34,238,0,0,34,238,0,0,34,238,0,0,36,238,0,0,38,238,0,0,40,238,0,0,44,238,0,0,44,238,0,0,44,238,0,0,44,238,0,0,44,238,0,0,44,238,0,0,48,238,0,0,50,238,0,0,52,238,0,0,52,238,0,0,54,238,0,0,54,238,0,0,56,238,0,0,60,238,0,0,60,238,0,0,60,238,0,0,60,238,0,0,64,238,0,0,64,238,0,0,72,238,0,0,74,238,0,0,78,238,0,0,78,238,0,0,78,238,0,0,78,238,0,0,80,238,0,0,80,238,0,0,84,238,0,0,84,238,0,0,84,238,0,0,84,238,0,0,90,238,0,0,90,238,0,0,90,238,0,0,94,238,0,0,98,238,0,0,106,238,0,0,110,238,0,0,110,238,0,0,110,238,0,0,118,238,0,0,120,238,0,0,120,238,0,0,122,238,0,0,122,238,0,0,122,238,0,0,122,238,0,0,122,238,0,0,124,238,0,0,132,238,0,0,136,238,0,0,136,238,0,0,138,238,0,0,140,238,0,0,140,238,0,0,144,238,0,0,148,238,0,0,156,238,0,0,160,238,0,0,160,238,0,0,160,238,0,0,160,238,0,0,160,238,0,0,168,238,0,0,170,238,0,0,176,238,0,0,176,238,0,0,176,238,0,0,178,238,0,0,182,238,0,0,182,238,0,0,182,238,0,0,182,238,0,0,182,238,0,0,182,238,0,0,184,238,0,0,186,238,0,0,186,238,0,0,186,238,0,0,186,238,0,0,186,238,0,0,188,238,0,0,188,238,0,0,188,238,0,0,194,238,0,0,202,238,0,0,202,238,0,0,212,238,0,0,212,238,0,0,212,238,0,0,212,238,0,0,212,238,0,0,214,238,0,0,216,238,0,0,216,238,0,0,218,238,0,0,222,238,0,0,226,238,0,0,226,238,0,0,226,238,0,0,226,238,0,0,226,238,0,0,228,238,0,0,230,238,0,0,230,238,0,0,234,238,0,0,234,238,0,0,236,238,0,0,236,238,0,0,242,238,0,0,2,239,0,0,2,239,0,0,4,239,0,0,8,239,0,0,10,239,0,0,10,239,0,0,14,239,0,0,16,239,0,0,16,239,0,0,22,239,0,0,22,239,0,0,24,239,0,0,24,239,0,0,24,239,0,0,24,239,0,0,24,239,0,0,24,239,0,0,30,239,0,0,32,239,0,0,32,239,0,0,34,239,0,0,34,239,0,0,34,239,0,0,38,239,0,0,40,239,0,0,42,239,0,0,48,239,0,0,48,239,0,0,48,239,0,0,54,239,0,0,54,239,0,0,70,239,0,0,72,239,0,0,74,239,0,0,76,239,0,0,76,239,0,0,76,239,0,0,84,239,0,0,88,239,0,0,88,239,0,0,88,239,0,0,90,239,0,0,96,239,0,0,96,239,0,0,100,239,0,0,100,239,0,0,102,239,0,0,106,239,0,0,106,239,0,0,112,239,0,0,114,239,0,0,116,239,0,0,118,239,0,0,124,239,0,0,128,239,0,0,128,239,0,0,128,239,0,0,128,239,0,0,128,239,0,0,130,239,0,0,130,239,0,0,130,239,0,0,132,239,0,0,134,239,0,0,134,239,0,0,134,239,0,0,136,239,0,0,142,239,0,0,144,239,0,0,150,239,0,0,152,239,0,0,156,239,0,0,166,239,0,0,176,239,0,0,178,239,0,0,180,239,0,0,180,239,0,0,184,239,0,0,184,239,0,0,184,239,0,0,188,239,0,0,190,239,0,0,190,239,0,0,190,239,0,0,190,239,0,0,194,239,0,0,198,239,0,0,198,239,0,0,204,239,0,0,206,239,0,0,206,239,0,0,206,239,0,0,206,239,0,0,206,239,0,0,206,239,0,0,210,239,0,0,212,239,0,0,214,239,0,0,214,239,0,0,220,239,0,0,222,239,0,0,224,239,0,0,224,239,0,0,224,239,0,0,226,239,0,0,226,239,0,0,228,239,0,0,228,239,0,0,232,239,0,0,232,239,0,0,238,239,0,0,238,239,0,0,238,239,0,0,238,239,0,0,250,239,0,0,250,239,0,0,250,239,0,0,252,239,0,0,254,239,0,0,254,239,0,0,254,239,0,0,0,240,0,0,2,240,0,0,2,240,0,0,2,240,0,0,10,240,0,0,12,240,0,0,14,240,0,0,14,240,0,0,14,240,0,0,16,240,0,0,24,240,0,0,24,240,0,0,26,240,0,0,26,240,0,0,28,240,0,0,28,240,0,0,34,240,0,0,34,240,0,0,34,240,0,0,40,240,0,0,40,240,0,0,42,240,0,0,46,240,0,0,46,240,0,0,50,240,0,0,50,240,0,0,56,240,0,0,56,240,0,0,56,240,0,0,58,240,0,0,62,240,0,0,62,240,0,0,64,240,0,0,76,240,0,0,76,240,0,0,76,240,0,0,82,240,0,0,82,240,0,0,82,240,0,0,82,240,0,0,84,240,0,0,86,240,0,0,86,240,0,0,86,240,0,0,88,240,0,0,88,240,0,0,88,240,0,0,88,240,0,0,88,240,0,0,88,240,0,0,90,240,0,0,90,240,0,0,90,240,0,0,90,240,0,0,90,240,0,0,92,240,0,0,94,240,0,0,96,240,0,0,96,240,0,0,98,240,0,0,106,240,0,0,106,240,0,0,108,240,0,0,108,240,0,0,110,240,0,0,114,240,0,0,114,240,0,0,116,240,0,0,120,240,0,0,126,240,0,0,126,240,0,0,126,240,0,0,128,240,0,0,128,240,0,0,128,240,0,0,128,240,0,0,128,240,0,0,128,240,0,0,128,240,0,0,128,240,0,0,128,240,0,0,128,240,0,0,132,240,0,0,134,240,0,0,134,240,0,0,134,240,0,0,138,240,0,0,138,240,0,0,140,240,0,0,144,240,0,0,148,240,0,0,148,240,0,0,150,240,0,0,150,240,0,0,152,240,0,0,156,240,0,0,160,240,0,0,160,240,0,0,166,240,0,0,166,240,0,0,168,240,0,0,172,240,0,0,172,240,0,0,174,240,0,0,174,240,0,0,184,240,0,0,186,240,0,0,186,240,0,0,192,240,0,0,194,240,0,0,194,240,0,0,196,240,0,0,202,240,0,0,202,240,0,0,202,240,0,0,206,240,0,0,214,240,0,0,222,240,0,0,222,240,0,0,226,240,0,0,228,240,0,0,228,240,0,0,228,240,0,0,230,240,0,0,230,240,0,0,236,240,0,0,236,240,0,0,242,240,0,0,244,240,0,0,244,240,0,0,244,240,0,0,246,240,0,0,248,240,0,0,248,240,0,0,248,240,0,0,252,240,0,0,254,240,0,0,254,240,0,0,4,241,0,0,6,241,0,0,14,241,0,0,18,241,0,0,20,241,0,0,22,241,0,0,26,241,0,0,28,241,0,0,28,241,0,0,28,241,0,0,30,241,0,0,30,241,0,0,30,241,0,0,30,241,0,0,30,241,0,0,32,241,0,0,36,241,0,0,36,241,0,0,40,241,0,0,42,241,0,0,42,241,0,0,42,241,0,0,42,241,0,0,48,241,0,0,48,241,0,0,48,241,0,0,56,241,0,0,56,241,0,0,60,241,0,0,64,241,0,0,66,241,0,0,66,241,0,0,66,241,0,0,70,241,0,0,70,241,0,0,76,241,0,0,76,241,0,0,76,241,0,0,78,241,0,0,78,241,0,0,80,241,0,0,82,241,0,0,82,241,0,0,84,241,0,0,84,241,0,0,84,241,0,0,84,241,0,0,84,241,0,0,84,241,0,0,88,241,0,0,96,241,0,0,96,241,0,0,96,241,0,0,98,241,0,0,98,241,0,0,98,241,0,0,100,241,0,0,100,241,0,0,104,241,0,0,110,241,0,0,110,241,0,0,112,241,0,0,114,241,0,0,114,241,0,0,124,241,0,0,130,241,0,0,130,241,0,0,136,241,0,0,142,241,0,0,142,241,0,0,142,241,0,0,144,241,0,0,144,241,0,0,148,241,0,0,148,241,0,0,152,241,0,0,156,241,0,0,156,241,0,0,158,241,0,0,158,241,0,0,158,241,0,0,158,241,0,0,164,241,0,0,166,241,0,0,170,241,0,0,174,241,0,0,174,241,0,0,174,241,0,0,174,241,0,0,174,241,0,0,174,241,0,0,176,241,0,0,188,241,0,0,192,241,0,0,194,241,0,0,194,241,0,0,196,241,0,0,202,241,0,0,204,241,0,0,204,241,0,0,204,241,0,0,206,241,0,0,210,241,0,0,214,241,0,0,214,241,0,0,214,241,0,0,216,241,0,0,216,241,0,0,218,241,0,0,218,241,0,0,218,241,0,0,218,241,0,0,218,241,0,0,218,241,0,0,228,241,0,0,230,241,0,0,230,241,0,0,234,241,0,0,236,241,0,0,236,241,0,0,236,241,0,0,236,241,0,0,238,241,0,0,238,241,0,0,240,241,0,0,240,241,0,0,240,241,0,0,240,241,0,0,242,241,0,0,242,241,0,0,242,241,0,0,244,241,0,0,246,241,0,0,246,241,0,0,2,242,0,0,2,242,0,0,2,242,0,0,2,242,0,0,4,242,0,0,6,242,0,0,6,242,0,0,10,242,0,0,12,242,0,0,12,242,0,0,12,242,0,0,20,242,0,0,20,242,0,0,20,242,0,0,24,242,0,0,24,242,0,0,26,242,0,0,28,242,0,0,40,242,0,0,40,242,0,0,40,242,0,0,42,242,0,0,42,242,0,0,42,242,0,0,44,242,0,0,44,242,0,0,44,242,0,0,44,242,0,0,44,242,0,0,48,242,0,0,48,242,0,0,48,242,0,0,50,242,0,0,50,242,0,0,50,242,0,0,50,242,0,0,50,242,0,0,50,242,0,0,50,242,0,0,50,242,0,0,56,242,0,0,56,242,0,0,56,242,0,0,56,242,0,0,56,242,0,0,62,242,0,0,62,242,0,0,64,242,0,0,68,242,0,0,70,242,0,0,78,242,0,0,78,242,0,0,88,242,0,0,90,242,0,0,90,242,0,0,94,242,0,0,96,242,0,0,98,242,0,0,100,242,0,0,102,242,0,0,102,242,0,0,102,242,0,0,102,242,0,0,102,242,0,0,104,242,0,0,104,242,0,0,110,242,0,0,110,242,0,0,112,242,0,0,120,242,0,0,120,242,0,0,120,242,0,0,120,242,0,0,124,242,0,0,124,242,0,0,128,242,0,0,130,242,0,0,132,242,0,0,138,242,0,0,138,242,0,0,146,242,0,0,146,242,0,0,150,242,0,0,154,242,0,0,156,242,0,0,156,242,0,0,156,242,0,0,158,242,0,0,160,242,0,0,160,242,0,0,162,242,0,0,162,242,0,0,162,242,0,0,166,242,0,0,166,242,0,0,170,242,0,0,172,242,0,0,172,242,0,0,172,242,0,0,180,242,0,0,180,242,0,0,180,242,0,0,180,242,0,0,180,242,0,0,180,242,0,0,180,242,0,0,180,242,0,0,182,242,0,0,182,242,0,0,182,242,0,0,186,242,0,0,186,242,0,0,186,242,0,0,190,242,0,0,190,242,0,0,192,242,0,0,192,242,0,0,194,242,0,0,200,242,0,0,210,242,0,0,210,242,0,0,210,242,0,0,210,242,0,0,210,242,0,0,210,242,0,0,212,242,0,0,214,242,0,0,220,242,0,0,226,242,0,0,226,242,0,0,226,242,0,0,226,242,0,0,232,242,0,0,232,242,0,0,232,242,0,0,236,242,0,0,236,242,0,0,240,242,0,0,242,242,0,0,242,242,0,0,242,242,0,0,242,242,0,0,242,242,0,0,242,242,0,0,242,242,0,0,242,242,0,0,246,242,0,0,248,242,0,0,250,242,0,0,250,242,0,0,250,242,0,0,250,242,0,0,250,242,0,0,252,242,0,0,0,243,0,0,0,243,0,0,8,243,0,0,10,243,0,0,10,243,0,0,10,243,0,0,12,243,0,0,12,243,0,0,12,243,0,0,12,243,0,0,14,243,0,0,14,243,0,0,14,243,0,0,14,243,0,0,14,243,0,0,14,243,0,0,14,243,0,0,16,243,0,0,16,243,0,0,22,243,0,0,24,243,0,0,28,243,0,0,28,243,0,0,28,243,0,0,32,243,0,0,38,243,0,0,40,243,0,0,44,243,0,0,44,243,0,0,46,243,0,0,46,243,0,0,48,243,0,0,52,243,0,0,58,243,0,0,60,243,0,0,62,243,0,0,62,243,0,0,62,243,0,0,66,243,0,0,72,243,0,0,74,243,0,0,80,243,0,0,80,243,0,0,80,243,0,0,80,243,0,0,80,243,0,0,80,243,0,0,80,243,0,0,84,243,0,0,84,243,0,0,84,243,0,0,84,243,0,0,90,243,0,0,90,243,0,0,90,243,0,0,92,243,0,0,96,243,0,0,100,243,0,0,102,243,0,0,102,243,0,0,104,243,0,0,104,243,0,0,108,243,0,0,108,243,0,0,108,243,0,0,110,243,0,0,110,243,0,0,114,243,0,0,126,243,0,0,126,243,0,0,126,243,0,0,138,243,0,0,138,243,0,0,140,243,0,0,140,243,0,0,140,243,0,0,142,243,0,0,142,243,0,0,146,243,0,0,150,243,0,0,150,243,0,0,150,243,0,0,152,243,0,0,152,243,0,0,154,243,0,0,154,243,0,0,154,243,0,0,154,243,0,0,158,243,0,0,158,243,0,0,158,243,0,0,158,243,0,0,160,243,0,0,164,243,0,0,166,243,0,0,174,243,0,0,174,243,0,0,178,243,0,0,178,243,0,0,178,243,0,0,180,243,0,0,180,243,0,0,182,243,0,0,186,243,0,0,190,243,0,0,190,243,0,0,194,243,0,0,198,243,0,0,198,243,0,0,198,243,0,0,198,243,0,0,200,243,0,0,202,243,0,0,202,243,0,0,202,243,0,0,206,243,0,0,216,243,0,0,222,243,0,0,224,243,0,0,226,243,0,0,226,243,0,0,228,243,0,0,228,243,0,0,232,243,0,0,232,243,0,0,234,243,0,0,234,243,0,0,236,243,0,0,244,243,0,0,246,243,0,0,248,243,0,0,248,243,0,0,248,243,0,0,252,243,0,0,252,243,0,0,254,243,0,0,8,244,0,0,8,244,0,0,14,244,0,0,14,244,0,0,14,244,0,0,18,244,0,0,18,244,0,0,18,244,0,0,18,244,0,0,18,244,0,0,22,244,0,0,24,244,0,0,26,244,0,0,32,244,0,0,32,244,0,0,32,244,0,0,36,244,0,0,36,244,0,0,38,244,0,0,42,244,0,0,42,244,0,0,54,244,0,0,54,244,0,0,56,244,0,0,58,244,0,0,58,244,0,0,60,244,0,0,60,244,0,0,60,244,0,0,60,244,0,0,62,244,0,0,68,244,0,0,68,244,0,0,70,244,0,0,70,244,0,0,70,244,0,0,72,244,0,0,76,244,0,0,76,244,0,0,76,244,0,0,82,244,0,0,84,244,0,0,88,244,0,0,88,244,0,0,94,244,0,0,94,244,0,0,96,244,0,0,96,244,0,0,100,244,0,0,102,244,0,0,110,244,0,0,112,244,0,0,118,244,0,0,118,244,0,0,122,244,0,0,122,244,0,0,124,244,0,0,126,244,0,0,128,244,0,0,132,244,0,0,142,244,0,0,144,244,0,0,144,244,0,0,144,244,0,0,144,244,0,0,146,244,0,0,150,244,0,0,150,244,0,0,154,244,0,0,154,244,0,0,154,244,0,0,154,244,0,0,154,244,0,0,154,244,0,0,154,244,0,0,158,244,0,0,160,244,0,0,160,244,0,0,162,244,0,0,164,244,0,0,166,244,0,0,166,244,0,0,168,244,0,0,168,244,0,0,170,244,0,0,170,244,0,0,172,244,0,0,172,244,0,0,172,244,0,0,182,244,0,0,182,244,0,0,182,244,0,0,182,244,0,0,186,244,0,0,188,244,0,0,188,244,0,0,188,244,0,0,188,244,0,0,188,244,0,0,188,244,0,0,188,244,0,0,188,244,0,0,190,244,0,0,192,244,0,0,192,244,0,0,194,244,0,0,196,244,0,0,196,244,0,0,196,244,0,0,196,244,0,0,196,244,0,0,198,244,0,0,198,244,0,0,200,244,0,0,202,244,0,0,202,244,0,0,204,244,0,0,204,244,0,0,204,244,0,0,204,244,0,0,212,244,0,0,214,244,0,0,216,244,0,0,224,244,0,0,234,244,0,0,242,244,0,0,248,244,0,0,248,244,0,0,248,244,0,0,252,244,0,0,254,244,0,0,4,245,0,0,6,245,0,0,8,245,0,0,8,245,0,0,8,245,0,0,8,245,0,0,14,245,0,0,14,245,0,0,14,245,0,0,16,245,0,0,16,245,0,0,16,245,0,0,18,245,0,0,18,245,0,0,18,245,0,0,18,245,0,0,24,245,0,0,28,245,0,0,28,245,0,0,28,245,0,0,28,245,0,0,30,245,0,0,30,245,0,0,32,245,0,0,34,245,0,0,34,245,0,0,34,245,0,0,40,245,0,0,42,245,0,0,42,245,0,0,42,245,0,0,46,245,0,0,48,245,0,0,50,245,0,0,52,245,0,0,52,245,0,0,54,245,0,0,54,245,0,0,58,245,0,0,58,245,0,0,62,245,0,0,64,245,0,0,66,245,0,0,72,245,0,0,76,245,0,0,78,245,0,0,78,245,0,0,90,245,0,0,92,245,0,0,94,245,0,0,94,245,0,0,94,245,0,0,96,245,0,0,100,245,0,0,100,245,0,0,100,245,0,0,100,245,0,0,100,245,0,0,102,245,0,0,104,245,0,0,104,245,0,0,104,245,0,0,106,245,0,0,110,245,0,0,110,245,0,0,110,245,0,0,110,245,0,0,110,245,0,0,110,245,0,0,110,245,0,0,110,245,0,0,110,245,0,0,110,245,0,0,120,245,0,0,122,245,0,0,122,245,0,0,122,245,0,0,126,245,0,0,128,245,0,0,132,245,0,0,132,245,0,0,132,245,0,0,132,245,0,0,140,245,0,0,140,245,0,0,144,245,0,0,144,245,0,0,144,245,0,0,144,245,0,0,146,245,0,0,150,245,0,0,150,245,0,0,150,245,0,0,150,245,0,0,150,245,0,0,150,245,0,0,150,245,0,0,150,245,0,0,150,245,0,0,156,245,0,0,156,245,0,0,156,245,0,0,158,245,0,0,162,245,0,0,168,245,0,0,170,245,0,0,170,245,0,0,170,245,0,0,170,245,0,0,170,245,0,0,176,245,0,0,180,245,0,0,180,245,0,0,180,245,0,0,180,245,0,0,184,245,0,0,184,245,0,0,190,245,0,0,190,245,0,0,192,245,0,0,194,245,0,0,216,245,0,0,216,245,0,0,216,245,0,0,222,245,0,0,226,245,0,0,226,245,0,0,226,245,0,0,228,245,0,0,234,245,0,0,234,245,0,0,234,245,0,0,238,245,0,0,242,245,0,0,242,245,0,0,244,245,0,0,248,245,0,0,248,245,0,0,252,245,0,0,252,245,0,0,0,246,0,0,0,246,0,0,0,246,0,0,0,246,0,0,0,246,0,0,0,246,0,0,0,246,0,0,6,246,0,0,12,246,0,0,14,246,0,0,14,246,0,0,14,246,0,0,18,246,0,0,20,246,0,0,22,246,0,0,26,246,0,0,26,246,0,0,28,246,0,0,30,246,0,0,38,246,0,0,38,246,0,0,44,246,0,0,46,246,0,0,48,246,0,0,48,246,0,0,52,246,0,0,58,246,0,0,58,246,0,0,60,246,0,0,60,246,0,0,60,246,0,0,60,246,0,0,60,246,0,0,62,246,0,0,62,246,0,0,62,246,0,0,62,246,0,0,62,246,0,0,62,246,0,0,62,246,0,0,64,246,0,0,64,246,0,0,64,246,0,0,68,246,0,0,70,246,0,0,70,246,0,0,70,246,0,0,72,246,0,0,72,246,0,0,76,246,0,0,80,246,0,0,80,246,0,0,82,246,0,0,92,246,0,0,92,246,0,0,92,246,0,0,92,246,0,0,96,246,0,0,96,246,0,0,100,246,0,0,106,246,0,0,106,246,0,0,106,246,0,0,106,246,0,0,106,246,0,0,106,246,0,0,106,246,0,0,106,246,0,0,106,246,0,0,110,246,0,0,110,246,0,0,114,246,0,0,122,246,0,0,122,246,0,0,124,246,0,0,130,246,0,0,130,246,0,0,130,246,0,0,132,246,0,0,132,246,0,0,134,246,0,0,136,246,0,0,140,246,0,0,144,246,0,0,150,246,0,0,154,246,0,0,154,246,0,0,154,246,0,0,154,246,0,0,156,246,0,0,158,246,0,0,158,246,0,0,158,246,0,0,160,246,0,0,160,246,0,0,164,246,0,0,166,246,0,0,168,246,0,0,168,246,0,0,168,246,0,0,170,246,0,0,170,246,0,0,176,246,0,0,176,246,0,0,180,246,0,0,182,246,0,0,182,246,0,0,184,246,0,0,190,246,0,0,190,246,0,0,190,246,0,0,192,246,0,0,194,246,0,0,198,246,0,0,198,246,0,0,200,246,0,0,208,246,0,0,212,246,0,0,214,246,0,0,214,246,0,0,214,246,0,0,218,246,0,0,222,246,0,0,222,246,0,0,222,246,0,0,228,246,0,0,234,246,0,0,234,246,0,0,236,246,0,0,240,246,0,0,242,246,0,0,242,246,0,0,242,246,0,0,246,246,0,0,246,246,0,0,246,246,0,0,248,246,0,0,0,247,0,0,4,247,0,0,4,247,0,0,4,247,0,0,4,247,0,0,4,247,0,0,6,247,0,0,12,247,0,0,14,247,0,0,14,247,0,0,16,247,0,0,26,247,0,0,28,247,0,0,34,247,0,0,34,247,0,0,34,247,0,0,36,247,0,0,38,247,0,0,40,247,0,0,48,247,0,0,48,247,0,0,50,247,0,0,50,247,0,0,50,247,0,0,50,247,0,0,54,247,0,0,54,247,0,0,56,247,0,0,58,247,0,0,58,247,0,0,62,247,0,0,62,247,0,0,64,247,0,0,68,247,0,0,68,247,0,0,74,247,0,0,80,247,0,0,80,247,0,0,80,247,0,0,80,247,0,0,82,247,0,0,82,247,0,0,84,247,0,0,86,247,0,0,86,247,0,0,92,247,0,0,92,247,0,0,94,247,0,0,94,247,0,0,96,247,0,0,96,247,0,0,102,247,0,0,102,247,0,0,102,247,0,0,102,247,0,0,102,247,0,0,102,247,0,0,102,247,0,0,104,247,0,0,104,247,0,0,104,247,0,0,108,247,0,0,108,247,0,0,114,247,0,0,116,247,0,0,118,247,0,0,126,247,0,0,126,247,0,0,128,247,0,0,130,247,0,0,136,247,0,0,136,247,0,0,138,247,0,0,138,247,0,0,146,247,0,0,146,247,0,0,146,247,0,0,148,247,0,0,150,247,0,0,150,247,0,0,150,247,0,0,154,247,0,0,156,247,0,0,164,247,0,0,164,247,0,0,164,247,0,0,164,247,0,0,170,247,0,0,170,247,0,0,172,247,0,0,172,247,0,0,174,247,0,0,174,247,0,0,176,247,0,0,178,247,0,0,178,247,0,0,178,247,0,0,178,247,0,0,180,247,0,0,180,247,0,0,184,247,0,0,184,247,0,0,184,247,0,0,184,247,0,0,184,247,0,0,190,247,0,0,190,247,0,0,192,247,0,0,198,247,0,0,202,247,0,0,202,247,0,0,212,247,0,0,220,247,0,0,220,247,0,0,220,247,0,0,222,247,0,0,224,247,0,0,228,247,0,0,228,247,0,0,234,247,0,0,236,247,0,0,236,247,0,0,238,247,0,0,240,247,0,0,240,247,0,0,240,247,0,0,240,247,0,0,244,247,0,0,244,247,0,0,246,247,0,0,246,247,0,0,248,247,0,0,250,247,0,0,254,247,0,0,4,248,0,0,4,248,0,0,12,248,0,0,12,248,0,0,14,248,0,0,14,248,0,0,16,248,0,0,16,248,0,0,18,248,0,0,22,248,0,0,22,248,0,0,22,248,0,0,22,248,0,0,24,248,0,0,26,248,0,0,26,248,0,0,26,248,0,0,30,248,0,0,30,248,0,0,2,128,175,22,164,131,7,0,3,128,95,208,53,82,8,0,5,0,246,29,223,244,8,0,5,0,246,29,207,253,8,0,5,0,246,29,200,6,9,0,9,0,9,60,123,155,7,0,10,128,205,131,16,90,6,0,11,0,69,152,114,26,10,0,11,0,69,152,145,26,10,0,12,128,41,238,153,42,7,0,12,128,121,27,186,177,7,0,18,0,45,122,36,56,6,0,20,128,135,177,101,242,5,0,25,128,79,239,186,177,7,0,26,128,97,35,2,150,7,0,26,128,185,133,102,105,9,0,26,128,185,133,57,107,9,0,28,128,222,12,202,237,5,0,28,128,136,62,113,9,12,0,29,128,195,116,223,244,8,0,29,128,195,116,207,253,8,0,29,128,195,116,200,6,9,0,29,0,120,139,222,197,9,0,29,0,120,139,28,198,9,0,29,0,120,139,109,198,9,0,33,128,218,4,150,132,10,0,34,0,179,82,95,137,6,0,35,0,189,146,223,244,8,0,35,0,189,146,207,253,8,0,35,0,189,146,200,6,9,0,36,128,192,231,128,126,6,0,36,128,165,124,23,62,9,0,36,128,165,124,71,62,9,0,39,0,148,29,77,216,6,0,40,0,248,69,117,121,7,0,40,128,123,247,240,15,9,0,40,128,123,247,80,16,9,0,40,128,123,247,185,16,9,0,42,128,126,91,216,94,6,0,45,0,6,52,85,53,7,0,47,128,123,2,228,218,9,0,50,0,62,121,180,253,7,0,52,128,95,33,105,239,5,0,52,128,217,200,2,150,7,0,55,0,36,172,150,132,10,0,57,0,6,164,144,21,8,0,65,128,189,174,54,134,7,0,65,0,195,0,89,44,9,0,65,0,195,0,166,45,9,0,65,0,195,0,245,46,9,0,67,128,135,19,139,27,7,0,68,0,112,167,15,216,11,0,69,0,118,201,224,15,7,0,70,128,230,36,153,82,7,0,70,128,93,65,152,91,9,0,70,128,93,65,193,91,9,0,70,128,93,65,210,91,9,0,71,0,170,242,231,60,7,0,73,0,39,154,183,147,7,0,78,0,72,20,113,59,8,0,78,128,174,13,28,235,10,0,78,0,79,51,98,182,11,0,79,128,215,157,223,244,8,0,79,128,215,157,207,253,8,0,79,128,215,157,200,6,9,0,80,0,141,124,43,173,7,0,81,128,83,34,85,53,7,0,81,128,221,59,103,212,7,0,83,0,168,16,65,145,7,0,84,0,227,247,80,81,8,0,85,0,66,132,150,132,10,0,86,0,94,198,85,53,7,0,86,0,189,70,229,235,11,0,90,0,126,16,176,82,6,0,91,0,125,27,161,129,8,0,91,0,125,27,216,129,8,0,91,0,125,27,14,130,8,0,91,0,207,58,250,121,11,0,92,128,151,49,70,154,6,0,92,128,26,15,195,49,7,0,92,0,25,247,85,53,7,0,93,0,168,26,51,50,6,0,96,0,254,83,199,191,7,0,96,128,212,147,70,58,8,0,96,0,254,83,90,169,8,0,96,0,60,85,199,97,9,0,96,0,60,85,173,98,9,0,96,0,60,85,152,99,9,0,96,0,35,124,248,237,9,0,96,0,35,124,238,238,9,0,97,0,15,170,78,41,7,0,97,0,172,59,135,122,7,0,98,0,251,192,150,132,10,0,100,0,220,247,146,180,10,0,100,0,220,247,35,183,10,0,102,128,214,223,231,60,7,0,103,0,58,238,108,81,7,0,106,128,96,181,133,188,11,0,108,0,33,116,110,40,7,0,110,128,156,99,150,132,10,0,113,0,176,45,191,246,6,0,114,128,28,219,230,118,9,0,114,128,28,219,190,119,9,0,115,0,166,41,212,149,6,0,115,128,197,5,186,177,7,0,117,0,239,10,180,51,7,0,117,0,239,10,186,177,7,0,118,0,17,186,186,177,7,0,119,0,99,244,244,106,7,0,120,128,230,207,186,16,8,0,123,0,83,229,168,252,5,0,125,128,222,213,231,60,7,0,127,128,52,85,54,134,7,0,127,128,184,138,71,138,11,0,128,0,148,130,80,20,9,0,128,0,148,130,241,23,9,0,129,128,73,206,186,177,7,0,132,128,70,198,4,32,9,0,132,128,70,198,42,37,9,0,133,0,187,118,43,232,10,0,136,128,17,67,166,78,7,0,138,0,10,184,240,105,7,0,138,0,227,160,30,18,9,0,138,0,227,160,174,18,9,0,138,0,53,145,150,83,9,0,138,0,53,145,176,85,9,0,139,128,216,106,54,134,7,0,141,128,152,199,245,99,7,0,141,128,134,130,104,159,9,0,141,128,134,130,184,159,9,0,141,128,134,130,23,160,9,0,141,128,134,130,105,160,9,0,143,128,134,96,63,129,11,0,144,128,112,5,123,155,7,0,144,128,212,198,240,15,9,0,144,128,212,198,80,16,9,0,144,128,212,198,185,16,9,0,145,0,89,203,227,239,7,0,146,0,192,42,167,101,9,0,146,0,192,42,133,102,9,0,148,128,13,185,240,105,7,0,150,128,125,205,192,50,7,0,150,128,161,7,217,209,8,0,150,128,161,7,38,210,8,0,150,128,161,7,116,210,8,0,150,128,225,30,223,244,8,0,150,128,131,105,223,244,8,0,150,128,225,30,207,253,8,0,150,128,131,105,207,253,8,0,150,128,225,30,200,6,9,0,150,128,131,105,200,6,9,0,150,128,13,60,231,219,10,0,150,128,13,60,29,220,10,0,151,128,184,177,121,47,7,0,153,0,171,135,89,44,9,0,153,0,171,135,166,45,9,0,153,0,171,135,245,46,9,0,154,0,135,28,244,1,6,0,154,128,157,226,80,20,9,0,154,128,157,226,241,23,9,0,154,128,157,226,78,36,11,0,155,128,110,0,150,132,10,0,157,0,192,104,163,229,7,0,163,128,102,114,123,155,7,0,164,128,123,198,139,27,7,0,165,0,164,160,29,201,6,0,165,0,136,201,123,155,7,0,167,0,6,253,12,239,8,0,167,0,6,253,88,239,8,0,169,128,198,142,212,19,8,0,169,0,53,234,223,244,8,0,169,0,53,234,207,253,8,0,169,0,53,234,200,6,9,0,169,0,173,77,230,118,9,0,169,0,173,77,190,119,9,0,171,0,253,45,20,189,11,0,177,128,67,114,207,34,11,0,178,0,123,146,71,191,10,0,178,0,123,146,169,192,10,0,181,128,228,148,38,46,7,0,181,128,227,26,74,94,11,0,181,128,227,26,90,94,11,0,186,0,234,105,242,146,7,0,187,0,94,82,54,83,6,0,191,128,37,236,142,174,8,0,193,128,56,31,87,75,7,0,193,128,190,64,223,244,8,0,193,128,190,64,207,253,8,0,193,128,190,64,200,6,9,0,194,0,191,26,77,134,6,0,195,0,178,55,108,21,6,0,196,0,22,142,49,45,10,0,196,0,22,142,64,46,10,0,196,0,22,142,67,47,10,0,196,0,22,142,97,48,10,0,196,0,22,142,119,240,10,0,197,128,105,239,57,248,5,0,197,128,80,3,150,83,9,0,197,128,80,3,176,85,9,0,197,0,168,209,6,230,10,0,199,0,200,85,245,77,9,0,199,0,200,85,223,78,9,0,200,0,195,104,82,37,8,0,200,0,189,76,80,20,9,0,200,0,189,76,241,23,9,0,202,0,82,253,92,44,6,0,203,128,155,134,141,119,7,0,203,128,155,134,16,141,7,0,206,128,80,110,21,52,7,0,206,0,184,30,176,67,10,0,206,0,184,30,242,68,10,0,206,0,184,30,55,70,10,0,206,128,40,148,48,144,11,0,208,128,240,192,101,157,11,0,209,128,42,180,186,177,7,0,210,0,76,134,190,106,6,0,212,0,161,94,255,190,7,0,213,128,101,42,109,37,7,0,214,0,141,193,222,147,6,0,214,0,141,193,34,148,6,0,214,0,188,65,216,43,11,0,216,0,209,71,215,125,11,0,221,0,203,141,94,35,8,0,224,0,188,208,71,191,10,0,224,0,188,208,169,192,10,0,226,0,7,16,231,60,7,0,229,0,111,83,113,13,7,0,229,128,176,25,85,53,7,0,229,128,225,137,80,20,9,0,229,128,225,137,241,23,9,0,230,0,6,209,109,6,6,0,230,128,19,204,120,33,6,0,230,128,19,204,153,168,7,0,232,0,151,144,55,251,9,0,232,0,151,144,84,251,9,0,234,0,252,82,71,101,7,0,238,128,234,183,186,177,7,0,238,0,220,247,50,141,9,0,238,0,220,247,130,142,9,0,238,0,220,247,212,143,9,0,238,0,220,247,43,145,9,0,241,0,80,174,190,110,7,0,241,0,87,0,104,244,10,0,241,0,87,0,131,244,10,0,242,0,24,243,243,100,10,0,242,0,24,243,24,101,10,0,242,0,24,243,49,101,10,0,243,0,76,196,187,183,8,0,244,128,40,84,165,209,9,0,244,128,40,84,32,210,9,0,244,128,40,84,149,210,9,0,244,128,40,84,61,211,9,0,244,128,40,84,215,211,9,0,246,128,196,139,78,41,7,0,246,0,10,76,227,63,11,0,250,128,196,65,231,60,7,0,250,128,13,99,2,150,7,0,252,0,76,202,71,191,10,0,252,0,76,202,169,192,10,0,253,0,69,196,45,78,10,0,253,0,69,196,80,78,10,0,1,129,253,136,109,37,7,0,3,129,206,242,246,161,11,0,4,1,196,224,30,18,9,0,4,1,196,224,174,18,9,0,5,1,162,9,5,129,7,0,9,1,237,6,52,112,11,0,16,1,86,135,43,52,7,0,16,129,186,183,4,32,9,0,16,129,186,183,42,37,9,0,16,1,86,135,22,4,11,0,17,129,17,176,86,135,8,0,18,129,157,38,121,11,8,0,20,1,31,235,149,127,7,0,21,1,49,103,228,91,7,0,21,1,49,103,186,177,7,0,21,1,171,201,186,177,7,0,21,1,171,201,18,189,7,0,21,129,65,29,41,100,10,0,24,1,152,103,153,42,7,0,24,1,0,79,223,244,8,0,24,1,0,79,207,253,8,0,24,1,0,79,200,6,9,0,26,129,16,162,78,165,9,0,26,129,16,162,106,165,9,0,31,129,205,175,66,9,12,0,32,1,83,126,197,3,6,0,38,129,23,101,54,134,7,0,38,129,23,101,186,177,7,0,40,129,224,45,198,17,7,0,40,129,224,45,83,130,9,0,40,129,224,45,122,130,9,0,41,1,59,77,150,132,10,0,43,1,127,223,122,30,9,0,43,1,127,223,44,31,9,0,44,129,163,28,78,47,11,0,45,129,254,166,156,109,11,0,45,129,254,166,219,118,11,0,46,129,26,177,34,115,7,0,50,1,157,128,87,156,6,0,50,1,50,105,107,63,8,0,50,1,157,128,18,155,8,0,50,1,157,128,70,155,8,0,50,1,157,128,121,155,8,0,53,129,241,106,96,210,11,0,57,129,82,93,24,149,6,0,58,1,20,200,231,60,7,0,61,129,39,149,40,95,10,0,61,129,39,149,208,95,10,0,64,1,226,40,16,141,7,0,67,1,253,161,18,189,7,0,67,1,253,161,164,179,10,0,67,1,253,161,229,179,10,0,67,1,253,161,34,180,10,0,72,1,43,28,15,137,6,0,72,129,54,197,150,83,9,0,72,129,54,197,176,85,9,0,76,129,64,127,127,11,6,0,76,129,5,118,186,177,7,0,76,1,52,150,115,150,9,0,77,1,109,134,245,77,9,0,77,1,109,134,223,78,9,0,81,1,222,100,183,147,7,0,82,129,122,250,222,28,8,0,82,129,114,223,223,244,8,0,82,129,114,223,207,253,8,0,82,129,114,223,200,6,9,0,85,1,88,233,210,52,9,0,85,1,88,233,47,53,9,0,88,1,239,9,71,105,7,0,88,129,197,29,89,44,9,0,88,129,197,29,166,45,9,0,88,129,197,29,245,46,9,0,88,1,7,81,248,237,9,0,88,1,7,81,238,238,9,0,91,1,171,122,199,191,7,0,91,1,171,122,84,238,7,0,91,1,171,122,165,79,10,0,92,1,77,159,80,20,9,0,92,1,77,159,241,23,9,0,94,1,42,4,27,240,6,0,95,1,106,220,205,39,7,0,99,129,19,246,162,189,10,0,99,129,19,246,192,189,10,0,99,129,19,246,219,189,10,0,100,1,153,167,146,180,10,0,100,1,153,167,35,183,10,0,101,1,47,102,61,49,7,0,102,1,102,215,197,95,7,0,105,129,75,105,78,52,8,0,105,1,161,212,18,240,9,0,105,1,161,212,125,240,9,0,107,129,111,51,22,12,10,0,107,129,111,51,98,12,10,0,110,129,61,103,97,28,9,0,110,129,61,103,1,29,9,0,110,129,61,103,166,29,9,0,110,129,32,217,150,132,10,0,114,1,34,176,61,61,11,0,117,1,46,190,41,112,7,0,123,129,148,255,136,9,8,0,123,129,153,249,161,212,9,0,123,129,153,249,93,213,9,0,123,1,79,209,65,194,10,0,123,1,79,209,196,194,10,0,124,1,93,21,111,117,7,0,125,1,4,110,59,19,7,0,125,1,65,72,19,41,7,0,126,1,14,105,30,103,7,0,130,1,216,47,22,72,7,0,130,129,186,148,93,221,8,0,131,129,7,64,171,167,10,0,131,129,7,64,237,167,10,0,131,129,64,233,78,90,11,0,132,129,5,182,18,189,7,0,132,129,5,182,236,207,7,0,132,129,10,12,44,229,11,0,140,129,11,27,22,72,7,0,142,129,108,106,248,188,11,0,143,129,121,28,150,83,9,0,143,129,121,28,176,85,9,0,143,129,123,42,218,17,12,0,145,129,231,242,153,149,9,0,145,129,231,242,210,149,9,0,145,129,231,242,12,150,9,0,146,1,84,148,193,69,8,0,148,1,122,234,49,45,10,0,148,1,122,234,64,46,10,0,148,1,122,234,67,47,10,0,148,1,122,234,97,48,10,0,149,1,231,178,193,200,9,0,149,1,231,178,23,201,9,0,149,1,231,178,167,201,9,0,152,129,51,51,62,213,11,0,154,129,65,29,5,129,7,0,155,1,217,248,62,5,10,0,155,1,217,248,116,5,10,0,157,129,182,163,25,66,9,0,157,129,182,163,212,67,9,0,159,1,3,41,220,186,9,0,159,1,3,41,61,187,9,0,159,1,3,41,163,187,9,0,159,1,3,41,2,188,9,0,159,1,3,41,106,188,9,0,160,129,160,236,223,244,8,0,160,129,160,236,207,253,8,0,160,129,160,236,200,6,9,0,160,129,215,6,179,185,11,0,161,1,76,206,60,116,7,0,161,1,33,219,199,191,7,0,161,1,33,219,59,199,7,0,161,1,33,219,84,199,7,0,161,1,33,219,186,204,7,0,162,129,27,167,80,20,9,0,162,129,27,167,241,23,9,0,163,129,69,242,13,231,5,0,166,129,25,41,87,75,7,0,166,129,25,41,220,76,7,0,168,129,127,254,77,55,6,0,168,129,174,250,20,125,7,0,170,129,237,101,68,109,7,0,171,129,172,97,97,28,9,0,171,129,172,97,1,29,9,0,171,129,172,97,166,29,9,0,172,1,93,158,110,40,7,0,172,129,194,5,70,162,10,0,172,1,93,158,196,97,11,0,173,129,66,237,123,155,7,0,175,129,28,79,186,177,7,0,177,129,155,235,89,44,9,0,177,129,155,235,166,45,9,0,177,129,155,235,245,46,9,0,178,129,213,252,231,60,7,0,181,1,252,92,129,35,7,0,182,1,233,114,102,105,9,0,182,1,233,114,57,107,9,0,183,1,136,84,134,50,11,0,187,1,170,7,221,20,7,0,188,1,169,29,2,150,7,0,189,129,111,245,30,78,7,0,190,129,6,73,181,104,7,0,190,1,80,187,251,225,9,0,190,1,80,187,35,226,9,0,191,129,64,233,93,74,7,0,192,1,207,28,254,17,12,0,193,129,17,91,179,85,7,0,193,129,17,91,178,87,7,0,193,129,17,91,193,175,7,0,193,1,223,69,199,191,7,0,193,1,223,69,186,204,7,0,193,129,17,91,80,217,7,0,193,1,103,126,150,83,9,0,193,1,103,126,176,85,9,0,196,1,252,179,186,177,7,0,196,1,215,38,115,117,9,0,196,1,215,38,139,117,9,0,198,129,57,154,186,177,7,0,200,1,44,77,18,189,7,0,200,1,44,77,195,98,10,0,201,129,111,40,244,106,7,0,205,129,210,151,239,100,6,0,206,1,102,36,163,229,7,0,207,129,105,115,18,43,8,0,212,129,97,251,186,177,7,0,213,1,138,152,177,236,7,0,215,1,46,126,144,109,8,0,218,129,137,17,168,39,7,0,222,129,140,172,150,132,10,0,223,1,52,208,183,48,7,0,223,1,24,69,45,124,7,0,223,1,24,69,49,127,7,0,223,129,56,12,4,32,9,0,223,129,56,12,42,37,9,0,223,1,248,133,30,0,12,0,226,129,112,37,146,69,7,0,226,129,112,37,206,69,7,0,228,1,220,145,41,100,10,0,229,1,195,121,199,191,7,0,229,1,195,121,186,204,7,0,229,129,41,157,45,64,9,0,229,129,41,157,214,64,9,0,230,1,84,157,38,106,6,0,230,129,230,175,228,91,7,0,230,1,18,54,35,100,11,0,231,1,36,255,46,194,6,0,231,1,118,58,199,115,10,0,231,1,118,58,228,115,10,0,234,129,3,72,94,171,8,0,235,129,14,99,188,1,8,0,235,129,14,99,252,1,8,0,235,129,14,99,40,2,8,0,237,129,33,119,231,60,7,0,240,1,240,1,85,53,7,0,242,1,16,36,223,244,8,0,242,1,16,36,207,253,8,0,242,1,16,36,200,6,9,0,243,129,82,182,2,91,11,0,244,1,226,154,125,48,9,0,244,1,226,154,110,49,9,0,246,129,171,122,32,243,5,0,249,1,15,22,33,116,7,0,254,1,25,190,149,34,6,0,254,129,138,219,74,184,6,0,254,129,155,6,200,11,7,0,255,129,171,92,221,28,7,0,1,2,81,248,235,117,7,0,1,2,178,11,176,100,11,0,5,130,19,79,107,55,9,0,5,130,19,79,135,55,9,0,14,130,155,43,4,32,9,0,14,130,155,43,42,37,9,0,17,2,217,184,149,127,7,0,18,2,221,28,68,89,7,0,18,2,43,113,53,220,9,0,18,2,43,113,97,220,9,0,19,130,78,1,121,47,7,0,20,2,234,2,61,49,7,0,20,130,201,108,192,77,7,0,21,130,59,28,7,228,7,0,21,130,240,89,150,132,10,0,22,2,17,249,142,50,9,0,22,2,17,249,200,50,9,0,23,2,130,180,206,36,7,0,25,130,160,228,164,14,6,0,27,130,133,76,13,50,6,0,27,2,93,133,212,187,7,0,27,2,93,133,92,198,7,0,27,2,37,120,190,40,11,0,28,2,220,43,186,177,7,0,28,2,220,43,102,123,9,0,28,2,220,43,26,124,9,0,29,2,81,101,1,31,7,0,32,130,81,190,193,200,9,0,32,130,81,190,23,201,9,0,32,130,81,190,167,201,9,0,33,130,23,101,249,185,11,0,35,2,122,35,23,39,7,0,37,130,4,141,141,119,7,0,40,2,11,146,149,127,7,0,42,130,122,27,102,105,9,0,42,130,122,27,57,107,9,0,42,130,28,81,175,145,11,0,50,130,224,248,41,114,9,0,50,130,224,248,57,115,9,0,51,2,106,212,207,59,11,0,56,130,86,69,47,28,8,0,60,2,169,166,129,35,7,0,60,2,169,166,5,36,7,0,61,130,81,190,166,154,10,0,61,130,81,190,186,154,10,0,62,2,63,193,145,139,7,0,63,130,89,53,164,131,7,0,64,2,59,78,108,238,5,0,64,130,79,239,28,57,8,0,65,2,132,159,230,118,9,0,65,2,132,159,190,119,9,0,66,130,139,152,100,247,6,0,68,2,163,187,186,177,7,0,68,130,204,241,87,57,8,0,68,130,116,253,161,122,8,0,68,130,116,253,212,122,8,0,73,130,58,255,204,43,7,0,73,130,42,40,10,1,8,0,75,130,121,42,4,32,9,0,75,130,121,42,42,37,9,0,76,2,52,36,206,36,7,0,76,2,83,207,41,112,7,0,77,130,215,120,1,48,7,0,77,130,18,237,240,15,9,0,77,130,18,237,80,16,9,0,77,130,18,237,185,16,9,0,79,130,8,137,80,20,9,0,79,130,8,137,241,23,9,0,79,130,25,135,153,147,10,0,79,130,25,135,98,148,10,0,84,130,163,236,228,91,7,0,84,2,126,241,209,233,8,0,84,2,116,174,122,30,9,0,84,2,116,174,44,31,9,0,85,2,215,90,6,137,9,0,85,2,215,90,142,137,9,0,86,2,99,38,123,155,7,0,87,2,180,148,186,177,7,0,88,130,56,30,130,157,10,0,88,130,56,30,47,158,10,0,90,2,46,80,150,132,10,0,92,2,73,106,121,149,6,0,92,130,65,130,199,191,7,0,92,130,65,130,68,85,10,0,96,2,174,170,246,248,6,0,96,2,231,242,2,150,7,0,96,130,142,120,248,149,11,0,100,2,37,144,181,101,8,0,102,130,171,158,1,14,7,0,103,2,7,237,164,131,7,0,105,2,234,2,196,232,5,0,105,2,234,2,194,190,6,0,105,2,234,2,99,192,6,0,105,130,132,120,11,236,6,0,109,2,246,157,2,150,7,0,110,130,98,27,128,65,6,0,111,130,157,38,171,103,6,0,112,2,141,58,244,106,7,0,112,2,116,104,14,23,12,0,115,2,188,148,85,53,7,0,115,130,154,109,2,150,7,0,116,130,123,198,16,148,8,0,118,130,32,157,97,137,8,0,119,2,41,4,231,60,7,0,121,130,112,179,96,66,10,0,121,130,112,179,96,66,10,0,122,130,150,83,80,20,9,0,122,130,150,83,241,23,9,0,122,130,64,96,128,140,10,0,122,130,64,96,20,141,10,0,122,130,64,96,172,141,10,0,122,130,241,134,196,229,10,0,124,130,67,47,223,244,8,0,124,130,67,47,207,253,8,0,124,130,67,47,200,6,9,0,127,130,206,229,161,94,10,0,127,130,206,229,195,94,10,0,127,130,206,229,220,94,10,0,130,2,154,37,54,134,7,0,134,2,94,45,28,250,6,0,136,2,73,139,240,105,7,0,138,130,153,239,205,73,7,0,139,2,99,244,18,231,7,0,140,130,113,46,223,244,8,0,140,130,113,46,207,253,8,0,140,130,113,46,200,6,9,0,146,2,240,127,133,241,10,0,147,130,202,188,91,27,6,0,147,130,202,188,201,201,6,0,148,130,1,123,49,45,10,0,148,130,1,123,64,46,10,0,148,130,1,123,67,47,10,0,148,130,1,123,97,48,10,0,150,2,96,108,85,53,7,0,150,2,90,97,4,32,9,0,150,130,55,220,4,32,9,0,150,2,90,97,42,37,9,0,150,130,55,220,42,37,9,0,150,2,203,55,245,77,9,0,150,2,203,55,223,78,9,0,151,2,241,26,102,105,9,0,151,2,241,26,57,107,9,0,153,2,232,3,231,60,7,0,153,130,102,205,25,66,9,0,153,130,102,205,212,67,9,0,156,130,46,128,64,82,9,0,156,130,46,128,204,82,9,0,158,2,73,203,71,101,7,0,159,130,240,45,86,203,11,0,162,2,202,251,73,228,9,0,166,2,168,247,144,143,7,0,166,130,224,239,105,170,8,0,167,130,81,91,71,22,6,0,167,130,113,196,1,31,7,0,170,130,186,148,147,0,6,0,170,130,4,171,241,218,8,0,171,2,100,146,214,234,9,0,171,2,100,146,34,235,9,0,173,2,201,154,176,43,11,0,173,2,109,139,54,73,11,0,174,2,94,252,150,132,10,0,176,130,165,55,55,243,5,0,176,130,186,148,225,38,6,0,178,2,139,50,135,122,7,0,178,2,139,50,28,55,8,0,179,130,181,202,172,44,7,0,180,130,9,148,231,60,7,0,180,130,231,242,146,180,10,0,180,130,231,242,35,183,10,0,180,130,177,189,93,106,11,0,182,130,233,195,186,177,7,0,182,2,15,28,202,175,8,0,182,2,15,28,9,176,8,0,182,2,15,28,79,176,8,0,184,2,39,157,99,178,11,0,185,2,208,138,145,139,7,0,185,2,127,223,2,150,7,0,187,130,226,49,70,162,10,0,188,2,232,54,150,83,9,0,188,2,232,54,176,85,9,0,188,2,38,126,30,169,10,0,188,2,38,126,207,169,10,0,189,2,209,154,120,232,7,0,189,2,209,231,4,32,9,0,189,2,209,231,42,37,9,0,191,130,99,194,135,31,7,0,194,2,188,7,158,52,7,0,195,2,200,226,102,105,9,0,195,2,200,226,57,107,9,0,196,130,55,167,4,32,9,0,196,130,55,167,42,37,9,0,198,130,128,171,200,67,11,0,199,2,99,244,195,49,7,0,199,2,99,244,197,3,12,0,200,130,201,200,220,38,7,0,200,130,81,82,30,78,7,0,201,2,101,12,119,133,6,0,202,2,160,197,2,150,7,0,203,2,63,153,85,53,7,0,205,130,60,82,74,187,6,0,209,2,195,243,121,47,7,0,209,2,192,181,186,177,7,0,211,130,23,156,222,197,9,0,211,130,23,156,28,198,9,0,211,130,23,156,109,198,9,0,213,130,100,68,13,255,9,0,213,130,100,68,39,255,9,0,213,130,19,69,63,104,11,0,214,2,182,219,50,226,6,0,216,2,130,158,174,66,6,0,216,130,170,37,12,239,8,0,216,130,170,37,88,239,8,0,217,130,200,146,85,195,8,0,218,2,250,209,253,238,11,0,219,2,235,194,212,79,6,0,221,130,190,167,152,129,11,0,222,130,178,11,189,71,6,0,222,2,238,103,150,83,9,0,222,2,238,103,176,85,9,0,225,2,129,14,68,89,7,0,225,130,160,33,244,106,7,0,229,2,192,148,31,52,6,0,229,130,217,173,71,191,10,0,229,130,217,173,169,192,10,0,230,130,102,27,212,187,7,0,230,130,102,27,113,203,7,0,231,2,192,148,41,112,7,0,236,130,124,132,123,155,7,0,240,130,60,216,150,83,9,0,240,130,60,216,176,85,9,0,242,2,171,31,25,66,9,0,242,2,171,31,25,66,9,0,242,2,171,31,212,67,9,0,242,2,171,31,212,67,9,0,243,2,212,134,86,135,8,0,243,130,5,116,151,110,10,0,243,130,5,116,247,110,10,0,243,130,5,116,84,111,10,0,247,130,78,213,186,177,7,0,248,2,56,189,192,77,7,0,248,2,61,204,199,97,9,0,248,2,61,204,173,98,9,0,248,2,61,204,152,99,9,0,251,2,78,70,69,79,8,0,251,2,78,70,156,79,8,0,251,2,78,70,205,79,8,0,252,130,120,238,46,225,10,0,254,2,228,57,161,14,7,0,254,2,154,109,141,50,7,0,255,130,208,199,149,127,7,0,2,3,45,178,102,105,9,0,2,3,45,178,57,107,9,0,3,131,165,21,2,150,7,0,3,3,217,49,199,97,9,0,3,3,217,49,173,98,9,0,3,3,217,49,152,99,9,0,6,3,64,91,186,177,7,0,9,3,92,128,192,43,8,0,12,131,86,135,186,177,7,0,14,3,244,147,5,99,6,0,14,131,213,0,220,38,7,0,14,3,251,210,80,20,9,0,14,3,251,210,241,23,9,0,14,131,215,203,251,204,10,0,14,131,215,203,64,205,10,0,17,3,52,44,68,89,7,0,17,3,52,44,228,91,7,0,17,131,114,244,54,134,7,0,17,3,12,194,174,66,8,0,17,3,52,44,40,244,11,0,18,3,92,128,33,145,6,0,19,3,234,174,105,239,5,0,20,131,39,127,56,84,7,0,22,131,27,136,19,68,8,0,24,131,143,138,132,234,10,0,30,3,66,60,124,205,6,0,32,131,87,51,100,180,11,0,32,131,87,51,133,188,11,0,38,131,98,87,223,244,8,0,38,131,98,87,207,253,8,0,38,131,98,87,200,6,9,0,47,131,175,124,119,171,7,0,47,3,84,146,122,19,9,0,47,3,84,146,158,19,9,0,48,3,140,16,39,13,7,0,48,131,132,136,199,191,7,0,48,131,132,136,202,42,9,0,51,131,94,124,60,233,11,0,52,3,248,165,65,145,7,0,55,3,121,242,162,83,7,0,55,3,121,242,102,17,8,0,55,3,246,187,64,192,11,0,57,131,208,28,26,24,6,0,57,131,206,6,150,132,10,0,58,131,111,97,255,190,7,0,58,131,157,39,246,29,8,0,61,131,11,94,29,76,9,0,61,131,11,94,133,76,9,0,61,131,211,225,12,178,11,0,62,3,255,178,133,35,10,0,62,3,255,178,4,36,10,0,62,3,255,178,144,36,10,0,62,3,22,57,138,181,11,0,64,131,124,149,2,105,11,0,67,131,84,107,85,53,7,0,68,131,102,92,94,230,6,0,69,131,76,247,92,108,6,0,69,3,235,148,239,123,6,0,70,3,81,253,199,97,9,0,70,3,81,253,173,98,9,0,70,3,81,253,152,99,9,0,72,131,217,123,148,191,6,0,72,131,132,113,117,30,7,0,77,3,19,246,231,60,7,0,80,131,142,249,186,177,7,0,80,3,193,50,199,191,7,0,80,3,193,50,56,75,9,0,80,3,193,50,86,75,9,0,81,3,128,34,80,20,9,0,81,3,128,34,241,23,9,0,85,3,15,110,138,239,5,0,85,131,214,26,18,135,6,0,85,3,15,110,228,91,7,0,86,3,125,148,167,101,9,0,86,3,125,148,133,102,9,0,86,3,211,104,88,222,11,0,88,3,255,180,199,191,7,0,88,3,255,180,108,204,7,0,88,3,255,180,186,204,7,0,89,3,156,112,199,97,9,0,89,3,156,112,173,98,9,0,89,3,156,112,152,99,9,0,90,131,191,117,99,250,11,0,91,3,158,220,41,112,7,0,92,131,83,127,28,5,8,0,94,3,5,61,51,121,8,0,94,131,20,185,200,6,9,0,94,3,1,251,171,167,10,0,94,3,1,251,237,167,10,0,95,131,31,190,128,140,10,0,95,131,31,190,20,141,10,0,95,131,31,190,172,141,10,0,96,3,231,230,77,249,11,0,102,3,186,148,193,44,6,0,102,3,155,196,198,123,6,0,102,131,122,227,199,191,7,0,102,131,122,227,110,203,9,0,105,3,18,1,5,101,7,0,105,3,41,165,187,183,8,0,107,3,175,222,13,174,8,0,108,3,23,107,142,174,8,0,109,131,36,56,17,170,8,0,110,131,29,104,107,63,8,0,112,131,167,216,150,83,9,0,112,131,167,216,176,85,9,0,114,131,87,198,150,132,10,0,116,3,3,165,94,210,7,0,118,3,223,168,199,191,7,0,118,131,177,168,76,13,10,0,118,131,177,168,123,13,10,0,121,131,114,135,41,112,7,0,123,3,84,171,85,53,7,0,123,3,227,89,80,20,9,0,123,3,227,89,241,23,9,0,124,3,71,170,110,242,10,0,125,131,217,232,154,214,11,0,128,131,136,37,112,73,7,0,131,131,43,140,150,83,9,0,131,131,43,140,176,85,9,0,132,3,9,0,28,250,6,0,132,131,72,128,242,145,7,0,133,131,52,216,192,69,9,0,133,131,52,216,164,70,9,0,133,131,52,216,128,71,9,0,136,3,234,28,212,187,7,0,136,3,234,28,186,204,7,0,137,131,106,148,142,99,7,0,138,131,72,108,233,250,6,0,138,131,72,108,149,24,11,0,140,131,242,253,179,85,7,0,140,131,242,253,178,87,7,0,140,131,242,253,90,177,8,0,142,3,180,147,68,109,7,0,142,3,59,76,16,65,8,0,144,131,177,37,231,60,7,0,145,131,116,136,85,53,7,0,146,3,43,153,2,150,7,0,148,3,135,165,4,32,9,0,148,3,135,165,42,37,9,0,149,3,57,176,235,59,9,0,149,3,57,176,13,60,9,0,155,131,25,142,190,20,7,0,159,131,91,18,144,143,7,0,161,131,162,106,2,150,7,0,162,3,62,32,4,32,9,0,162,3,62,32,42,37,9,0,163,131,23,154,208,34,7,0,165,131,140,8,85,53,7,0,166,3,180,55,101,162,6,0,167,3,84,219,162,151,9,0,167,3,84,219,56,152,9,0,170,3,91,99,75,22,7,0,172,3,36,149,156,148,7,0,175,131,149,3,150,132,10,0,176,3,46,254,56,84,7,0,177,3,157,247,5,129,7,0,180,3,43,52,87,75,7,0,181,131,169,138,1,80,8,0,181,131,215,213,223,244,8,0,181,131,215,213,207,253,8,0,181,131,215,213,200,6,9,0,184,3,62,127,235,227,7,0,185,3,150,253,141,87,8,0,187,131,135,102,205,136,8,0,187,131,223,94,145,11,10,0,187,131,223,94,190,11,10,0,188,3,65,76,87,75,7,0,189,131,20,144,69,240,10,0,193,131,2,105,68,89,7,0,193,131,140,231,210,85,11,0,194,131,189,120,234,243,8,0,194,3,240,11,223,244,8,0,194,3,240,11,207,253,8,0,194,3,240,11,200,6,9,0,194,3,126,33,130,157,10,0,194,3,126,33,47,158,10,0,196,3,233,77,116,32,7,0,197,3,80,167,92,255,5,0,198,131,242,25,231,60,7,0,199,131,192,126,107,63,8,0,200,3,1,123,38,46,7,0,200,131,16,14,228,247,9,0,200,131,16,14,4,248,9,0,200,3,100,214,165,218,11,0,200,3,1,123,144,1,12,0,208,3,198,148,143,241,5,0,208,3,157,238,193,2,11,0,213,3,87,102,87,80,8,0,213,131,144,68,225,171,10,0,213,131,144,68,1,172,10,0,213,3,150,49,103,126,11,0,214,3,12,30,213,55,9,0,214,3,12,30,231,55,9,0,214,131,54,158,14,62,10,0,215,3,159,96,76,244,7,0,215,3,215,36,54,124,11,0,216,3,105,40,109,37,7,0,216,131,76,162,85,53,7,0,216,3,230,27,7,244,8,0,216,131,133,36,92,155,10,0,216,131,133,36,118,155,10,0,216,131,133,36,143,155,10,0,219,3,103,163,237,225,5,0,220,131,185,67,45,124,7,0,220,3,216,54,70,162,10,0,224,3,229,186,162,151,9,0,224,3,229,186,56,152,9,0,231,131,167,10,116,13,8,0,232,131,145,128,233,234,8,0,234,3,203,13,123,155,7,0,234,131,147,26,204,138,11,0,236,3,22,79,186,177,7,0,236,131,39,128,251,178,8,0,236,131,39,128,115,80,11,0,237,3,148,190,153,147,10,0,237,3,148,190,98,148,10,0,238,131,140,5,150,40,7,0,238,3,76,120,186,177,7,0,243,3,141,202,168,228,11,0,244,3,83,156,81,2,11,0,244,3,83,156,107,2,11,0,245,131,66,151,70,217,10,0,246,131,170,19,27,22,12,0,248,131,142,11,192,69,9,0,248,131,142,11,164,70,9,0,248,131,142,11,128,71,9,0,251,3,58,4,55,56,9,0,251,3,58,4,88,56,9,0,252,131,145,254,120,232,7,0,253,131,27,243,29,180,6,0,2,4,75,163,150,132,10,0,3,132,73,193,162,97,11,0,4,4,161,15,150,132,10,0,5,4,217,167,109,37,7,0,6,132,211,16,160,106,7,0,6,4,184,232,145,100,11,0,9,132,30,191,123,155,7,0,10,132,85,166,115,13,6,0,10,132,85,166,169,102,6,0,11,4,74,124,208,79,9,0,11,4,74,124,138,80,9,0,11,4,74,124,56,81,9,0,12,4,22,126,69,251,6,0,15,132,20,20,117,121,7,0,16,4,168,9,167,17,7,0,18,132,245,54,138,126,10,0,18,132,245,54,215,126,10,0,19,4,133,212,123,155,7,0,20,132,7,71,131,237,6,0,22,132,66,120,2,150,7,0,23,132,82,126,109,37,7,0,23,4,184,232,231,60,7,0,24,132,56,198,240,120,6,0,24,132,112,101,121,159,6,0,24,132,56,198,219,41,11,0,25,132,14,192,38,106,6,0,25,132,235,151,80,20,9,0,25,132,235,151,241,23,9,0,27,132,121,27,150,132,10,0,28,4,118,181,36,253,5,0,34,132,59,78,111,117,7,0,35,4,254,7,135,31,7,0,35,132,49,190,129,35,7,0,35,132,49,190,5,36,7,0,35,4,190,59,41,112,7,0,35,132,49,190,123,155,7,0,37,4,92,236,128,140,10,0,37,4,92,236,20,141,10,0,37,4,92,236,172,141,10,0,38,132,77,240,128,46,7,0,40,132,110,49,197,130,11,0,44,4,74,139,186,177,7,0,44,4,157,251,114,228,9,0,44,4,157,251,202,41,11,0,47,4,198,6,40,73,10,0,47,4,198,6,140,73,10,0,47,4,198,6,237,73,10,0,48,132,193,148,82,210,6,0,49,4,188,236,8,20,7,0,50,132,219,241,188,98,7,0,52,4,28,237,107,248,5,0,52,4,192,199,186,177,7,0,52,4,72,203,186,177,7,0,52,4,72,203,216,57,9,0,59,132,34,243,25,44,7,0,60,132,157,38,54,134,7,0,60,132,157,96,65,145,7,0,60,4,244,197,76,226,8,0,60,4,214,14,230,118,9,0,60,4,214,14,190,119,9,0,60,4,11,136,71,191,10,0,60,4,11,136,169,192,10,0,61,132,142,227,167,101,9,0,61,132,142,227,133,102,9,0,68,132,169,223,176,216,11,0,72,4,223,1,164,5,11,0,73,132,197,227,70,128,6,0,73,4,192,250,102,105,9,0,73,4,192,250,57,107,9,0,75,4,231,118,120,53,6,0,75,4,184,7,34,15,11,0,77,4,207,50,49,45,10,0,77,4,207,50,64,46,10,0,77,4,207,50,67,47,10,0,77,4,207,50,97,48,10,0,78,4,202,133,188,137,6,0,78,132,132,170,75,22,7,0,78,132,132,170,85,53,7,0,81,132,73,175,223,244,8,0,81,132,73,175,207,253,8,0,81,132,73,175,200,6,9,0,82,4,146,47,135,122,7,0,82,132,67,1,7,244,8,0,85,132,187,144,2,150,7,0,86,4,29,83,223,244,8,0,86,4,29,83,207,253,8,0,86,4,29,83,200,6,9,0,87,4,48,209,121,47,7,0,87,132,122,143,41,53,7,0,88,4,212,252,199,191,7,0,88,4,212,252,44,199,7,0,88,4,212,252,186,204,7,0,92,132,145,0,60,225,6,0,95,4,15,127,231,227,5,0,96,132,117,172,176,214,10,0,97,4,7,185,123,155,7,0,101,132,36,182,166,30,11,0,102,132,143,166,254,207,6,0,103,132,48,72,176,67,10,0,103,132,48,72,242,68,10,0,103,132,48,72,55,70,10,0,104,132,171,152,2,150,7,0,104,132,119,151,221,148,11,0,106,132,155,123,152,33,8,0,106,132,155,123,94,208,8,0,106,132,61,103,7,205,11,0,108,132,34,129,36,123,6,0,108,132,250,24,86,135,8,0,111,132,151,52,186,106,7,0,111,4,180,120,123,155,7,0,112,132,7,116,130,157,10,0,112,132,7,116,47,158,10,0,114,132,128,163,206,91,6,0,114,132,225,249,85,53,7,0,118,4,97,216,71,101,7,0,120,4,136,129,44,151,6,0,122,132,24,253,119,26,7,0,122,4,94,195,79,147,11,0,124,132,118,46,25,66,9,0,124,132,118,46,212,67,9,0,127,4,52,244,199,191,7,0,127,4,52,244,41,196,10,0,128,132,16,246,25,66,9,0,128,132,16,246,212,67,9,0,128,132,47,44,245,77,9,0,128,132,47,44,223,78,9,0,128,132,170,162,57,89,10,0,129,4,61,126,12,177,7,0,129,4,61,126,167,207,7,0,131,132,218,227,101,194,9,0,131,132,218,227,119,194,9,0,132,132,112,70,197,246,10,0,134,132,31,114,23,72,10,0,134,132,31,114,53,72,10,0,135,4,22,150,89,44,9,0,135,4,22,150,166,45,9,0,135,4,22,150,245,46,9,0,135,132,47,157,247,101,11,0,136,132,109,109,245,99,7,0,137,132,182,94,27,188,10,0,137,132,182,94,104,188,10,0,139,132,116,108,68,89,7,0,139,132,116,108,228,91,7,0,141,132,37,139,161,212,9,0,141,132,37,139,93,213,9,0,142,132,171,51,6,16,11,0,142,132,217,232,207,212,11,0,143,132,46,49,223,244,8,0,143,132,46,49,207,253,8,0,143,132,46,49,200,6,9,0,145,4,15,64,27,29,6,0,145,132,29,85,100,146,7,0,147,4,51,126,20,156,6,0,148,4,129,240,121,47,7,0,148,132,126,33,176,67,10,0,148,132,126,33,242,68,10,0,148,132,126,33,55,70,10,0,149,132,113,153,174,66,8,0,151,132,4,12,219,70,7,0,152,132,253,158,30,103,7,0,153,132,19,246,12,22,7,0,154,4,185,140,21,51,10,0,154,4,185,140,39,51,10,0,154,4,185,140,60,51,10,0,155,132,151,217,228,91,7,0,155,4,180,148,230,199,10,0,155,4,180,148,243,199,10,0,155,132,151,217,74,220,10,0,157,132,159,126,122,173,7,0,158,132,118,239,136,88,6,0,159,4,27,97,121,47,7,0,162,132,157,92,80,20,9,0,162,132,157,92,241,23,9,0,165,4,192,0,187,183,8,0,166,132,9,77,21,32,7,0,168,4,151,239,52,246,10,0,169,4,131,232,5,129,7,0,172,4,68,75,240,105,7,0,174,4,181,218,149,127,7,0,176,132,179,205,144,143,7,0,178,4,194,179,123,155,7,0,179,4,188,229,250,24,7,0,179,4,39,86,56,84,7,0,185,132,11,36,43,232,10,0,187,132,140,15,179,85,7,0,187,132,140,15,178,87,7,0,187,4,100,158,12,177,7,0,187,4,100,158,45,94,11,0,189,4,34,119,230,203,9,0,189,4,34,119,54,204,9,0,193,132,92,221,146,180,10,0,193,132,92,221,35,183,10,0,196,4,86,53,2,150,7,0,198,132,105,51,204,218,11,0,200,132,168,46,223,244,8,0,200,132,168,46,207,253,8,0,200,132,168,46,200,6,9,0,201,4,148,165,214,89,11,0,202,132,57,104,231,60,7,0,206,132,54,30,182,243,8,0,206,4,117,204,125,48,9,0,206,4,117,204,110,49,9,0,206,4,90,58,102,105,9,0,206,4,90,58,57,107,9,0,207,4,166,157,2,150,7,0,207,4,127,231,223,244,8,0,207,4,127,231,207,253,8,0,207,4,127,231,200,6,9,0,208,132,150,144,135,101,6,0,208,132,244,239,151,19,7,0,210,4,174,239,228,86,6,0,215,4,34,153,116,75,9,0,215,4,34,153,173,75,9,0,216,4,252,28,108,221,10,0,217,4,168,239,204,46,7,0,217,132,74,57,150,132,10,0,217,4,115,0,23,112,11,0,218,132,82,102,87,75,7,0,218,4,86,162,135,122,7,0,218,132,82,102,123,221,11,0,220,4,62,3,113,51,7,0,220,4,32,2,164,131,7,0,220,4,32,2,186,177,7,0,222,4,214,101,37,157,9,0,222,4,214,101,104,157,9,0,223,132,184,54,85,53,7,0,226,4,20,179,115,150,9,0,228,4,226,252,150,132,10,0,229,4,133,82,102,105,9,0,229,4,133,82,57,107,9,0,232,4,118,48,225,33,7,0,234,132,180,213,68,89,7,0,234,4,243,106,31,139,11,0,236,132,201,214,19,152,6,0,236,4,185,146,153,147,10,0,236,4,185,146,98,148,10,0,237,132,61,139,206,36,7,0,237,132,94,219,85,53,7,0,237,132,131,130,215,190,8,0,237,132,94,219,239,203,11,0,238,4,236,196,231,60,7,0,242,4,234,189,231,60,7,0,247,132,128,142,24,240,7,0,247,132,128,142,123,240,7,0,248,132,156,6,174,66,8,0,249,4,149,25,87,75,7,0,250,132,135,128,58,39,7,0,250,4,17,54,255,190,7,0,250,4,17,54,247,198,7,0,250,4,90,233,212,101,11,0,250,132,115,209,217,247,11,0,253,132,82,218,85,53,7,0,0,5,76,104,186,70,6,0,0,5,47,5,150,83,9,0,0,5,47,5,176,85,9,0,0,5,163,185,148,228,10,0,2,133,156,85,117,231,6,0,2,5,162,234,186,177,7,0,7,133,100,89,224,30,6,0,7,133,55,91,188,98,7,0,7,133,187,143,2,150,7,0,9,133,155,251,186,177,7,0,10,5,248,110,102,105,9,0,10,5,248,110,57,107,9,0,11,133,86,3,18,189,7,0,11,133,86,3,22,180,9,0,11,5,190,15,175,156,11,0,12,5,161,194,140,92,9,0,12,5,161,194,54,93,9,0,12,5,58,185,165,209,9,0,12,5,58,185,32,210,9,0,12,5,58,185,149,210,9,0,12,5,58,185,61,211,9,0,12,5,58,185,215,211,9,0,12,5,146,39,8,157,10,0,12,5,146,39,35,157,10,0,12,5,146,39,60,157,10,0,15,5,91,240,123,155,7,0,15,133,0,212,186,177,7,0,17,133,103,181,186,177,7,0,20,5,165,204,125,48,9,0,20,5,165,204,110,49,9,0,23,133,43,4,85,53,7,0,24,133,59,135,73,16,7,0,30,5,56,52,124,56,6,0,30,5,93,224,188,98,7,0,31,5,174,2,41,252,5,0,32,133,143,166,195,49,7,0,32,5,238,90,144,143,7,0,34,5,183,27,231,60,7,0,34,133,89,44,125,48,9,0,34,133,89,44,110,49,9,0,35,133,109,172,164,131,7,0,35,133,238,145,123,155,7,0,37,5,83,42,172,196,9,0,38,5,26,125,85,53,7,0,39,133,142,74,228,91,7,0,39,133,142,74,70,131,9,0,39,133,142,74,108,131,9,0,42,133,176,193,124,20,7,0,43,133,179,224,181,19,11,0,44,5,24,73,204,235,5,0,45,5,76,94,213,101,7,0,48,133,192,5,5,232,11,0,48,133,192,5,200,232,11,0,51,5,106,202,105,239,5,0,53,133,216,252,22,37,11,0,56,5,128,143,4,32,9,0,56,5,128,143,42,37,9,0,56,5,114,17,19,165,10,0,56,5,114,17,78,165,10,0,58,5,190,144,109,37,7,0,58,133,217,232,231,60,7,0,59,133,193,66,150,83,9,0,59,133,193,66,176,85,9,0,60,133,3,92,123,155,7,0,61,5,148,77,173,29,7,0,63,133,119,166,150,132,10,0,64,5,5,152,109,37,7,0,65,5,188,161,199,191,7,0,65,5,188,161,224,60,8,0,69,5,131,218,143,85,7,0,70,133,243,183,170,228,5,0,73,5,151,81,209,99,7,0,75,133,11,140,2,150,7,0,75,5,193,29,146,219,10,0,75,133,11,140,232,12,11,0,76,5,164,17,154,88,10,0,76,5,164,17,189,88,10,0,76,5,164,17,234,88,10,0,77,133,75,26,25,66,9,0,77,133,75,26,212,67,9,0,79,133,150,68,125,140,6,0,80,133,192,2,85,53,7,0,80,133,90,220,123,155,7,0,82,5,98,34,50,141,9,0,82,5,98,34,130,142,9,0,82,5,98,34,212,143,9,0,82,5,98,34,43,145,9,0,83,5,122,100,158,4,6,0,83,5,200,193,5,129,7,0,85,133,164,1,30,103,7,0,87,5,68,140,91,170,9,0,87,5,68,140,174,170,9,0,94,5,40,164,85,53,7,0,94,133,87,65,165,240,7,0,95,5,152,197,122,30,9,0,95,5,152,197,44,31,9,0,97,133,211,135,202,75,6,0,98,133,201,121,240,105,7,0,98,133,55,189,146,180,10,0,98,133,55,189,35,183,10,0,102,5,221,8,54,134,7,0,105,133,197,74,139,27,7,0,109,133,191,213,16,141,7,0,110,5,169,50,123,155,7,0,110,5,170,131,173,236,8,0,110,133,157,38,146,180,10,0,110,133,157,38,35,183,10,0,111,133,130,40,205,39,7,0,111,133,9,243,192,50,7,0,112,5,83,14,39,138,11,0,113,5,58,49,84,202,6,0,113,5,178,81,2,150,7,0,115,133,212,106,129,252,9,0,115,133,212,106,157,252,9,0,116,5,159,128,94,210,7,0,120,5,67,129,189,186,6,0,120,133,73,8,54,134,7,0,122,133,218,29,244,106,7,0,124,133,8,160,6,247,5,0,125,133,21,240,4,32,9,0,125,133,21,240,42,37,9,0,126,133,82,4,162,151,9,0,126,133,82,4,56,152,9,0,126,5,109,247,85,86,10,0,126,5,109,247,139,86,10,0,127,133,38,94,82,113,11,0,129,133,11,132,194,115,7,0,131,5,57,11,29,142,6,0,131,5,39,116,7,228,7,0,131,133,34,66,4,32,9,0,131,133,34,66,42,37,9,0,131,5,67,195,150,83,9,0,131,5,67,195,176,85,9,0,132,5,54,150,247,85,6,0,133,133,44,97,220,38,7,0,135,133,59,93,231,60,7,0,139,133,19,36,188,98,7,0,143,133,161,131,139,255,5,0,144,133,8,192,113,142,11,0,145,5,83,6,102,235,10,0,149,133,155,83,158,52,7,0,149,5,17,189,141,248,7,0,151,5,160,175,80,20,9,0,151,5,160,175,241,23,9,0,151,5,17,253,179,146,9,0,151,5,17,253,97,147,9,0,152,5,186,61,135,122,7,0,153,133,188,3,116,32,7,0,153,5,55,129,193,6,10,0,153,5,55,129,96,7,10,0,154,5,163,134,231,60,7,0,156,5,127,15,65,194,10,0,156,5,127,15,196,194,10,0,158,133,44,150,113,164,11,0,161,133,125,17,210,63,6,0,161,5,3,7,50,141,9,0,161,5,3,7,130,142,9,0,161,5,3,7,212,143,9,0,161,5,3,7,43,145,9,0,161,5,3,7,68,154,9,0,161,5,3,7,122,154,9,0,161,5,67,45,148,64,11,0,161,5,67,45,201,64,11,0,162,5,84,248,41,112,7,0,163,5,128,130,186,177,7,0,166,133,117,42,123,155,7,0,166,133,158,210,176,67,10,0,166,133,158,210,242,68,10,0,166,133,158,210,55,70,10,0,172,5,46,206,5,129,7,0,173,133,137,128,68,141,6,0,175,133,23,112,143,33,7,0,176,133,153,122,61,49,7,0,177,5,72,28,104,17,7,0,178,5,153,140,22,72,7,0,181,133,156,187,230,118,9,0,181,133,156,187,190,119,9,0,182,5,216,43,215,145,11,0,183,133,89,237,53,243,10,0,184,133,37,213,13,230,8,0,184,133,37,213,128,230,8,0,184,5,117,27,150,132,10,0,184,5,195,40,55,144,10,0,184,5,195,40,122,144,10,0,185,133,150,192,195,49,7,0,185,5,249,60,30,84,7,0,185,133,150,192,186,177,7,0,185,133,150,192,163,15,12,0,186,133,103,97,231,60,7,0,186,133,207,87,243,231,11,0,187,5,213,34,19,113,11,0,188,133,154,199,199,191,7,0,188,133,154,199,25,180,8,0,188,133,154,199,175,180,8,0,188,133,154,199,81,181,8,0,188,133,154,199,100,114,10,0,189,133,171,4,54,134,7,0,191,5,23,21,10,127,7,0,193,5,25,132,179,146,9,0,193,5,25,132,97,147,9,0,194,5,79,177,1,31,7,0,194,5,204,7,222,249,11,0,198,133,93,126,68,89,7,0,198,133,93,126,228,91,7,0,199,133,174,152,210,88,9,0,199,133,174,152,145,89,9,0,199,133,174,152,74,90,9,0,201,133,32,232,140,92,9,0,201,133,32,232,54,93,9,0,203,133,127,34,247,226,5,0,205,5,246,69,24,241,10,0,213,133,154,58,91,170,9,0,213,133,154,58,174,170,9,0,213,5,27,237,252,234,10,0,213,5,119,93,60,74,11,0,216,5,10,238,244,106,7,0,217,5,167,200,4,32,9,0,217,5,167,200,42,37,9,0,219,133,163,71,154,233,8,0,221,133,122,161,85,53,7,0,223,133,200,204,242,155,11,0,223,133,125,60,245,228,11,0,224,5,75,25,178,189,6,0,225,133,162,34,231,60,7,0,228,5,157,63,168,161,11,0,229,5,0,157,85,53,7,0,232,5,97,205,223,244,8,0,232,5,97,205,207,253,8,0,232,5,97,205,200,6,9,0,232,5,116,112,114,228,9,0,233,133,229,10,146,180,10,0,233,133,229,10,35,183,10,0,234,133,167,197,104,17,7,0,237,5,23,182,174,212,8,0,241,133,209,2,235,28,11,0,246,133,85,170,123,155,7,0,247,5,162,199,231,60,7,0,247,5,209,204,56,84,7,0,247,5,143,238,4,32,9,0,247,5,143,238,42,37,9,0,247,133,77,42,212,252,10,0,248,133,84,36,231,60,7,0,249,133,73,141,102,123,9,0,249,133,73,141,26,124,9,0,250,133,137,149,41,100,10,0,251,133,4,29,16,252,7,0,253,5,188,240,147,42,6,0,253,133,7,92,209,99,7,0,253,5,86,131,150,132,10,0,0,6,202,2,4,32,9,0,0,6,202,2,42,37,9,0,1,134,155,56,30,18,9,0,1,134,155,56,174,18,9,0,1,6,18,2,50,141,9,0,1,6,18,2,130,142,9,0,1,6,18,2,212,143,9,0,1,6,18,2,43,145,9,0,4,6,112,57,21,32,7,0,4,6,112,57,9,153,11,0,6,6,17,233,68,89,7,0,6,6,17,233,228,91,7,0,8,6,135,126,41,100,10,0,10,6,119,215,164,131,7,0,14,6,239,77,107,63,8,0,15,134,107,99,2,150,7,0,18,6,131,54,121,236,7,0,19,134,104,36,71,191,10,0,19,134,104,36,169,192,10,0,20,134,138,107,231,60,7,0,20,6,54,254,242,217,11,0,21,6,81,128,4,32,9,0,21,6,81,128,42,37,9,0,22,134,150,69,194,18,7,0,23,134,117,117,208,79,9,0,23,134,117,117,138,80,9,0,23,134,117,117,56,81,9,0,23,134,123,7,64,203,11,0,24,6,67,143,127,64,11,0,24,6,129,160,136,20,12,0,25,134,143,21,90,120,6,0,25,6,172,133,29,76,9,0,25,6,172,133,133,76,9,0,26,6,128,170,96,66,10,0,30,134,117,48,13,18,7,0,30,6,51,93,150,132,10,0,33,134,249,121,95,143,11,0,38,6,123,230,231,104,11,0,41,134,70,215,108,75,11,0,45,134,201,163,141,119,7,0,45,6,9,93,86,135,8,0,45,134,201,163,128,62,10,0,45,134,201,163,229,62,10,0,48,6,83,126,172,44,7,0,49,134,193,148,147,0,6,0,49,134,103,27,196,25,7,0,49,6,95,33,85,53,7,0,51,134,230,149,30,103,7,0,53,134,121,108,139,208,8,0,57,134,112,133,96,66,10,0,59,6,14,190,250,235,8,0,60,134,51,39,96,66,10,0,67,134,125,250,121,47,7,0,67,6,164,160,123,155,7,0,68,134,205,182,221,64,10,0,70,6,253,141,72,172,7,0,70,134,248,243,179,146,9,0,70,134,248,243,97,147,9,0,71,6,112,31,189,50,10,0,72,6,254,233,20,233,6,0,75,134,13,125,24,145,7,0,77,6,133,173,123,155,7,0,77,6,9,126,167,117,10,0,77,6,9,126,192,117,10,0,80,134,109,102,107,96,8,0,83,134,2,114,85,53,7,0,83,134,109,62,85,128,11,0,85,6,164,160,73,94,9,0,85,6,164,160,100,94,9,0,85,134,82,182,29,83,11,0,86,134,137,218,51,20,7,0,89,6,155,235,5,129,7,0,89,134,183,18,16,141,7,0,90,134,126,95,71,191,10,0,90,134,126,95,169,192,10,0,93,134,78,220,231,60,7,0,93,134,151,246,186,177,7,0,94,134,119,109,101,101,6,0,94,134,121,27,56,106,7,0,94,134,119,109,186,177,7,0,94,134,119,109,111,238,10,0,95,6,78,154,71,191,10,0,95,6,78,154,169,192,10,0,97,6,187,190,158,52,7,0,99,134,254,46,50,177,6,0,102,6,105,33,223,244,8,0,102,6,105,33,207,253,8,0,102,6,105,33,200,6,9,0,107,134,225,28,21,232,6,0,107,134,133,111,223,244,8,0,107,134,133,111,207,253,8,0,107,134,133,111,200,6,9,0,108,6,213,54,135,122,7,0,110,134,23,207,41,100,10,0,111,6,17,183,28,251,11,0,115,6,233,92,36,156,11,0,117,6,18,248,206,21,7,0,117,6,134,231,18,189,7,0,117,6,134,231,199,191,7,0,120,6,209,107,183,78,6,0,123,6,7,52,123,155,7,0,124,134,157,38,177,42,6,0,127,134,48,7,179,85,7,0,127,134,191,254,167,101,9,0,127,134,191,254,133,102,9,0,128,6,211,173,245,255,5,0,130,134,58,151,19,11,12,0,133,134,136,10,231,60,7,0,134,6,196,172,254,136,6,0,134,134,68,153,107,63,8,0,139,6,159,231,123,155,7,0,140,6,149,161,94,69,7,0,142,6,243,153,150,132,10,0,144,6,51,184,20,125,7,0,146,134,208,6,232,89,6,0,148,134,55,195,30,78,7,0,148,6,85,143,184,198,10,0,148,6,85,143,241,198,10,0,148,134,127,61,67,253,10,0,149,134,16,230,76,13,10,0,149,134,16,230,123,13,10,0,150,6,137,148,254,227,5,0,152,6,157,62,3,125,6,0,152,6,61,164,223,244,8,0,152,6,61,164,207,253,8,0,152,6,61,164,200,6,9,0,152,6,83,217,102,105,9,0,152,6,83,217,57,107,9,0,152,6,114,226,240,141,11,0,153,134,7,200,184,124,7,0,153,134,7,200,20,125,7,0,155,134,122,87,207,40,7,0,155,134,222,46,80,20,9,0,155,134,222,46,241,23,9,0,160,134,45,108,54,134,7,0,161,134,224,14,137,253,7,0,161,134,112,103,176,216,11,0,162,6,160,126,123,155,7,0,163,6,219,16,199,191,7,0,163,6,219,16,186,204,7,0,163,134,157,6,50,245,7,0,163,134,125,129,146,180,10,0,163,134,125,129,35,183,10,0,164,6,22,48,218,204,6,0,164,6,22,48,42,70,7,0,164,6,81,190,186,177,7,0,164,6,98,130,24,241,10,0,166,134,155,19,213,155,10,0,166,134,155,19,236,155,10,0,166,134,155,74,245,15,11,0,166,6,164,254,223,22,11,0,168,134,193,148,41,112,7,0,169,6,2,83,13,18,7,0,170,134,250,193,150,40,7,0,173,134,201,148,248,52,6,0,176,134,242,214,7,244,8,0,178,6,164,77,146,161,11,0,178,134,185,206,132,237,11,0,183,134,148,164,131,104,11,0,184,134,147,95,231,60,7,0,184,6,114,117,155,124,11,0,188,6,14,76,85,53,7,0,190,134,60,132,165,205,6,0,192,6,173,234,51,121,8,0,192,6,173,234,211,15,12,0,192,6,173,234,167,17,12,0,194,134,132,182,150,83,9,0,194,134,132,182,176,85,9,0,197,134,20,67,215,173,9,0,197,134,20,67,142,174,9,0,198,6,132,216,244,106,7,0,201,134,223,81,241,2,10,0,201,134,223,81,254,3,10,0,204,6,7,11,5,129,7,0,204,6,167,241,215,117,9,0,204,6,167,241,29,118,9,0,204,6,167,241,106,118,9,0,205,134,145,130,54,134,7,0,208,6,70,37,250,122,8,0,208,6,148,190,161,212,9,0,208,6,148,190,93,213,9,0,209,134,160,116,245,77,9,0,209,134,160,116,223,78,9,0,211,134,254,82,41,112,7,0,213,134,186,4,197,95,7,0,214,134,214,107,166,78,7,0,215,134,29,86,85,255,11,0,216,6,236,38,117,220,8,0,220,6,237,252,165,205,6,0,220,134,194,179,215,109,10,0,223,134,157,38,143,45,7,0,223,134,198,66,228,91,7,0,223,134,198,66,104,240,11,0,224,134,127,242,192,69,9,0,224,134,127,242,164,70,9,0,224,134,127,242,128,71,9,0,224,134,201,86,114,228,9,0,227,134,236,17,175,143,6,0,228,134,145,39,67,88,6,0,229,134,169,63,223,244,8,0,229,134,169,63,207,253,8,0,229,134,169,63,200,6,9,0,229,6,20,162,238,134,9,0,229,6,20,162,21,135,9,0,229,6,20,162,54,135,9,0,230,134,253,189,113,216,9,0,230,134,253,189,142,216,9,0,236,134,206,229,153,147,10,0,236,134,206,229,98,148,10,0,240,134,217,129,66,211,11,0,241,6,172,112,250,189,6,0,241,6,64,193,123,155,7,0,243,134,75,196,53,74,8,0,247,134,128,62,209,122,6,0,248,134,190,227,116,168,6,0,248,134,215,242,4,32,9,0,248,134,215,242,42,37,9,0,250,6,131,182,179,85,7,0,253,6,101,23,6,32,8,0,253,6,242,3,223,244,8,0,253,6,242,3,207,253,8,0,253,6,242,3,200,6,9,0,253,134,240,233,229,223,11,0,255,134,34,211,181,217,7,0,1,7,224,253,2,150,7,0,4,135,39,141,76,216,10,0,7,7,46,86,223,183,11,0,8,7,6,7,123,155,7,0,12,7,239,188,231,60,7,0,13,7,134,169,59,229,6,0,13,135,237,96,91,170,9,0,13,135,237,96,174,170,9,0,13,7,149,180,150,132,10,0,14,7,127,222,225,97,7,0,15,135,141,250,186,177,7,0,15,135,141,250,59,79,11,0,15,135,141,250,84,79,11,0,17,135,232,158,231,60,7,0,18,7,142,140,144,21,8,0,21,135,201,42,251,217,8,0,22,135,1,79,231,60,7,0,22,135,230,251,2,150,7,0,24,7,66,187,198,17,7,0,24,135,188,59,81,99,7,0,26,7,220,109,195,49,7,0,26,135,230,91,244,106,7,0,26,7,192,5,125,48,9,0,26,7,192,5,110,49,9,0,29,135,10,158,80,20,9,0,29,135,10,158,241,23,9,0,30,7,188,29,68,89,7,0,30,7,188,29,228,91,7,0,32,7,215,89,200,42,6,0,32,135,186,46,181,109,7,0,35,135,170,6,162,250,7,0,35,7,18,3,88,80,11,0,37,135,223,246,166,78,7,0,38,7,170,228,48,165,6,0,40,135,13,125,224,34,6,0,41,7,141,131,69,254,6,0,41,135,54,10,164,131,7,0,46,7,7,146,186,177,7,0,49,7,194,52,117,121,7,0,54,7,193,144,100,7,12,0,56,135,33,16,15,240,5,0,57,7,135,186,140,92,9,0,57,7,135,186,54,93,9,0,58,7,3,163,18,243,11,0,60,135,157,38,164,164,6,0,60,135,174,136,150,132,10,0,61,135,105,24,199,191,7,0,61,135,105,24,216,57,9,0,61,7,148,56,210,206,11,0,62,7,26,125,112,36,7,0,62,7,26,125,24,230,11,0,64,7,116,143,54,134,7,0,64,7,38,52,236,171,8,0,66,135,139,105,239,51,6,0,66,135,53,113,153,82,7,0,67,7,147,18,110,102,6,0,67,135,229,1,68,89,7,0,67,135,229,1,228,91,7,0,70,135,1,84,162,151,9,0,70,135,1,84,56,152,9,0,72,7,185,176,87,152,10,0,72,7,185,176,193,152,10,0,74,7,108,177,107,63,8,0,75,7,87,149,146,180,10,0,75,7,87,149,35,183,10,0,77,135,114,224,182,15,7,0,77,135,25,76,149,127,7,0,78,135,106,100,82,112,8,0,78,135,106,100,130,112,8,0,81,135,244,220,199,191,7,0,81,135,244,220,25,180,8,0,81,135,244,220,175,180,8,0,81,135,244,220,81,181,8,0,81,135,244,220,100,114,10,0,82,135,164,226,139,132,6,0,82,7,163,45,244,30,10,0,82,7,163,45,13,31,10,0,83,7,208,5,25,171,10,0,83,7,208,5,58,171,10,0,85,7,2,197,114,228,9,0,86,135,202,170,196,83,7,0,87,7,169,198,225,33,7,0,88,7,5,55,86,24,6,0,89,135,228,215,86,135,8,0,90,135,244,158,85,53,7,0,90,7,19,246,134,180,9,0,90,7,19,246,163,180,9,0,90,7,100,38,210,65,11,0,91,7,87,225,92,81,11,0,91,7,87,225,253,86,11,0,93,7,117,216,123,155,7,0,94,7,138,3,149,127,7,0,95,135,253,128,163,113,6,0,95,7,26,149,206,167,6,0,96,135,242,113,41,112,7,0,96,7,138,239,43,58,9,0,97,135,148,120,123,155,7,0,97,135,48,235,183,234,10,0,98,7,46,113,193,200,9,0,98,7,46,113,23,201,9,0,98,7,46,113,167,201,9,0,100,135,52,147,223,244,8,0,100,135,52,147,207,253,8,0,100,135,52,147,200,6,9,0,102,135,176,79,128,140,10,0,102,135,176,79,20,141,10,0,102,135,176,79,172,141,10,0,104,135,236,25,85,39,7,0,104,135,176,39,223,244,8,0,104,135,176,39,207,253,8,0,104,135,176,39,200,6,9,0,108,7,81,34,175,197,8,0,108,7,81,34,22,198,8,0,112,135,148,150,223,244,8,0,112,135,148,150,207,253,8,0,112,135,148,150,200,6,9,0,113,135,246,31,141,119,7,0,114,7,144,255,193,120,11,0,116,7,248,30,18,189,7,0,116,7,36,151,179,254,7,0,116,7,248,30,115,150,9,0,118,135,92,74,172,100,7,0,119,7,33,208,22,72,7,0,123,135,69,18,133,35,10,0,123,135,69,18,4,36,10,0,123,135,69,18,144,36,10,0,123,135,80,100,96,66,10,0,123,135,162,247,83,152,11,0,126,135,5,197,194,190,6,0,126,7,134,14,55,11,7,0,126,135,16,41,123,155,7,0,126,7,212,89,216,110,11,0,127,135,106,139,161,212,9,0,127,135,106,139,93,213,9,0,128,135,22,174,123,155,7,0,131,135,72,226,111,117,7,0,132,7,202,54,86,135,8,0,133,7,37,142,129,53,11,0,136,135,234,33,55,11,7,0,136,135,149,50,179,146,9,0,136,135,149,50,97,147,9,0,137,7,65,137,199,191,7,0,139,7,228,57,7,244,8,0,139,135,154,154,214,218,10,0,139,135,154,154,235,218,10,0,140,135,201,190,123,155,7,0,142,135,33,249,22,205,6,0,142,135,11,220,226,157,8,0,143,7,115,122,164,131,7,0,143,7,39,131,223,244,8,0,143,7,39,131,207,253,8,0,143,7,39,131,200,6,9,0,144,7,139,197,190,67,6,0,144,7,139,197,181,109,7,0,144,135,172,124,186,177,7,0,144,135,192,203,66,70,8,0,145,135,239,179,69,70,6,0,145,7,202,92,186,177,7,0,147,135,254,22,2,150,7,0,148,135,191,143,194,54,8,0,148,135,191,143,240,54,8,0,150,135,32,237,25,44,7,0,150,7,212,43,85,53,7,0,150,7,60,225,202,120,9,0,150,7,60,225,90,121,9,0,153,7,205,137,169,84,6,0,155,7,81,49,186,177,7,0,157,135,126,201,12,177,7,0,159,135,104,175,85,53,7,0,160,7,64,161,205,242,6,0,160,7,64,161,89,244,6,0,161,135,173,26,199,191,7,0,161,135,173,26,5,160,8,0,161,135,173,26,121,160,8,0,161,135,173,26,227,160,8,0,161,135,173,26,169,125,10,0,162,135,189,32,231,60,7,0,162,7,115,24,122,30,9,0,162,7,115,24,44,31,9,0,165,7,226,149,150,132,10,0,170,135,147,136,111,67,6,0,170,135,147,136,179,85,7,0,170,135,147,136,178,87,7,0,170,135,241,147,153,147,10,0,170,135,241,147,98,148,10,0,173,7,94,199,123,155,7,0,176,135,235,31,54,134,7,0,178,7,231,242,166,78,7,0,182,135,81,95,2,150,7,0,182,135,126,11,4,32,9,0,182,135,126,11,42,37,9,0,184,135,91,202,196,27,8,0,184,135,91,202,243,27,8,0,186,135,97,56,123,155,7,0,186,135,239,163,222,231,8,0,186,135,239,163,1,35,11,0,188,135,169,215,66,100,11,0,189,135,136,154,4,32,9,0,189,135,136,154,42,37,9,0,190,7,73,145,21,32,7,0,191,7,194,24,134,24,7,0,192,7,10,46,69,212,6,0,192,135,243,252,186,177,7,0,192,135,240,28,163,229,7,0,193,7,195,125,194,26,7,0,193,135,209,34,54,134,7,0,193,7,31,29,150,132,10,0,196,7,148,25,164,131,7,0,197,135,15,154,123,155,7,0,199,135,81,242,231,60,7,0,200,135,138,39,131,83,11,0,208,135,249,200,85,53,7,0,209,135,23,30,227,63,11,0,210,135,255,193,154,214,11,0,215,7,36,116,145,139,7,0,218,135,199,84,179,235,11,0,221,7,155,125,157,213,6,0,221,7,27,118,240,175,7,0,221,7,27,118,68,208,7,0,221,7,27,118,101,208,7,0,221,7,211,82,150,132,10,0,226,7,71,209,199,191,7,0,226,7,71,209,186,204,7,0,230,135,200,47,139,43,7,0,234,7,252,206,179,85,7,0,234,7,252,206,178,87,7,0,235,135,94,78,198,205,6,0,235,7,166,30,132,12,11,0,237,7,216,228,9,68,6,0,239,7,228,151,139,27,7,0,241,7,69,101,189,50,10,0,242,135,196,134,150,132,10,0,245,135,63,191,237,80,7,0,246,135,58,201,228,91,7,0,246,135,58,201,141,119,7,0,247,7,19,73,166,78,7,0,248,135,107,19,202,120,9,0,248,135,107,19,90,121,9,0,248,7,111,206,83,176,11,0,249,7,254,38,213,225,8,0,250,7,200,129,127,155,11,0,250,7,200,129,208,160,11,0,253,135,131,142,159,174,11,0,255,135,185,100,125,48,9,0,255,135,185,100,110,49,9,0,2,136,0,55,223,236,5,0,4,136,219,152,25,66,9,0,4,136,219,152,212,67,9,0,12,136,75,89,189,160,11,0,13,8,107,103,214,4,6,0,13,136,126,201,83,85,6,0,13,136,67,239,240,105,7,0,13,8,146,94,5,129,7,0,14,136,26,126,223,244,8,0,14,136,26,126,207,253,8,0,14,136,26,126,200,6,9,0,15,136,41,77,187,183,8,0,16,136,178,8,53,97,7,0,17,8,211,248,44,218,10,0,22,8,106,168,150,132,10,0,22,8,37,116,251,53,11,0,23,8,179,229,136,144,6,0,29,136,15,55,127,100,7,0,32,8,228,98,144,143,7,0,32,8,62,156,186,177,7,0,34,8,207,89,34,199,10,0,34,8,207,89,112,199,10,0,35,8,96,3,231,60,7,0,35,8,144,84,146,180,10,0,35,8,144,84,35,183,10,0,36,8,209,179,2,150,7,0,37,136,133,216,167,101,9,0,37,136,133,216,133,102,9,0,39,8,234,229,51,238,5,0,41,8,101,228,252,74,7,0,45,8,238,19,34,33,6,0,48,8,64,245,132,124,7,0,49,136,198,191,245,174,6,0,49,136,154,247,114,228,9,0,51,136,178,193,59,229,6,0,52,8,183,223,46,164,6,0,55,8,127,192,224,133,11,0,58,136,144,105,132,237,11,0,60,136,87,74,24,126,7,0,62,8,24,101,72,240,6,0,62,8,24,101,165,142,8,0,63,8,131,13,164,131,7,0,65,136,133,83,183,211,10,0,67,136,52,51,67,204,11,0,68,8,200,167,249,19,9,0,68,8,200,167,9,20,9,0,70,8,58,130,197,145,11,0,70,136,14,193,38,159,11,0,71,136,133,242,89,44,9,0,71,136,133,242,166,45,9,0,71,136,133,242,245,46,9,0,76,136,81,242,180,51,7,0,77,8,76,152,80,140,9,0,77,8,76,152,118,140,9,0,82,8,97,52,24,126,7,0,84,136,11,171,29,76,9,0,84,136,11,171,133,76,9,0,85,136,111,91,85,53,7,0,87,136,252,79,185,113,9,0,87,136,252,79,222,113,9,0,87,136,109,205,71,191,10,0,87,136,109,205,169,192,10,0,88,8,31,24,164,101,7,0,88,8,109,231,143,235,10,0,92,8,236,177,245,77,9,0,92,8,236,177,223,78,9,0,93,136,50,232,79,119,8,0,93,136,209,191,25,66,9,0,93,136,209,191,212,67,9,0,94,136,112,150,87,75,7,0,94,136,60,90,2,103,11,0,94,136,60,90,88,107,11,0,97,136,67,160,25,44,7,0,97,136,224,98,44,30,8,0,97,136,229,17,107,63,8,0,101,136,224,91,187,183,8,0,104,136,230,166,223,244,8,0,104,136,230,166,207,253,8,0,104,136,230,166,200,6,9,0,105,8,30,114,135,31,7,0,105,8,108,53,192,50,7,0,105,8,6,126,133,43,9,0,105,8,6,126,219,43,9,0,107,8,226,226,105,17,6,0,107,136,183,96,150,132,10,0,108,136,168,22,166,78,7,0,109,8,156,31,250,122,8,0,111,8,192,136,65,156,11,0,116,136,107,129,89,44,9,0,116,136,107,129,166,45,9,0,116,136,107,129,245,46,9,0,119,8,8,181,19,41,7,0,119,8,95,120,150,83,9,0,119,8,95,120,176,85,9,0,120,136,45,184,252,116,7,0,120,8,205,37,223,244,8,0,120,8,205,37,207,253,8,0,120,8,205,37,200,6,9,0,124,136,165,97,141,243,6,0,125,8,23,131,21,242,8,0,126,8,243,99,230,203,9,0,126,8,243,99,54,204,9,0,127,8,234,94,169,34,6,0,127,8,234,94,181,109,7,0,129,8,79,237,177,16,6,0,130,136,39,161,125,94,8,0,131,136,26,126,255,190,7,0,133,8,98,102,205,190,7,0,133,136,13,161,176,67,10,0,133,136,13,161,242,68,10,0,133,136,13,161,55,70,10,0,133,8,98,102,61,109,10,0,134,136,139,108,144,143,7,0,134,8,154,141,196,222,11,0,135,136,136,122,40,118,6,0,135,8,152,66,150,132,10,0,139,136,107,90,161,212,9,0,139,136,107,90,93,213,9,0,142,136,223,170,186,177,7,0,143,136,4,207,102,99,6,0,143,136,76,65,84,88,9,0,143,136,76,65,139,88,9,0,146,8,19,252,204,43,7,0,146,8,19,252,228,91,7,0,147,8,194,8,106,17,11,0,150,136,103,184,176,89,6,0,151,136,206,65,61,153,8,0,151,136,206,65,125,153,8,0,151,136,206,65,179,153,8,0,155,136,140,95,179,85,7,0,156,8,94,61,203,120,7,0,156,8,94,61,253,120,7,0,156,8,170,242,123,155,7,0,157,8,97,166,150,83,9,0,157,8,97,166,176,85,9,0,158,8,76,50,166,78,7,0,159,8,225,246,244,106,7,0,160,136,92,79,192,50,7,0,160,136,145,22,68,89,7,0,166,8,114,79,83,48,7,0,166,136,74,4,145,139,7,0,167,8,245,69,231,60,7,0,168,8,84,64,206,115,11,0,169,136,215,178,59,163,8,0,170,136,45,229,135,27,10,0,170,136,45,229,159,27,10,0,174,136,67,142,223,244,8,0,174,136,67,142,207,253,8,0,174,136,67,142,200,6,9,0,177,136,164,174,20,31,6,0,178,136,125,113,4,32,9,0,178,136,125,113,42,37,9,0,178,136,121,182,150,132,10,0,180,8,203,148,40,80,6,0,180,8,75,200,123,155,7,0,182,8,66,5,57,210,6,0,182,8,66,5,87,75,7,0,182,136,68,42,149,41,11,0,183,136,173,111,81,115,7,0,186,8,12,250,186,177,7,0,187,136,120,101,191,30,6,0,187,136,114,6,18,189,7,0,187,136,114,6,96,178,10,0,187,136,114,6,121,178,10,0,187,136,114,6,148,178,10,0,188,136,157,1,42,30,6,0,188,8,6,166,166,78,7,0,191,136,68,117,89,44,9,0,191,136,68,117,166,45,9,0,191,136,68,117,245,46,9,0,192,136,98,168,199,191,7,0,192,136,98,168,90,169,8,0,194,136,220,148,199,191,7,0,194,136,220,148,202,42,9,0,194,8,118,144,39,166,9,0,195,8,164,160,179,85,7,0,200,136,252,93,100,146,7,0,202,136,127,12,85,53,7,0,202,8,136,161,38,81,7,0,203,8,1,228,7,244,8,0,203,8,87,170,17,38,11,0,204,8,146,149,132,71,11,0,204,8,146,149,149,71,11,0,204,8,146,149,185,76,11,0,206,136,95,52,245,99,7,0,206,136,8,172,112,49,10,0,206,136,8,172,253,49,10,0,208,136,244,28,151,35,6,0,212,136,206,149,176,216,11,0,213,136,50,30,190,110,7,0,217,136,103,27,1,31,7,0,217,8,33,131,85,53,7,0,222,8,202,67,132,254,5,0,225,136,155,247,231,60,7,0,226,8,156,61,168,250,5,0,228,136,189,183,158,202,6,0,231,136,125,46,207,214,7,0,231,136,125,46,69,215,7,0,233,136,89,254,167,26,6,0,235,136,77,223,186,177,7,0,235,136,23,89,150,132,10,0,238,8,231,105,186,177,7,0,238,8,231,105,199,28,11,0,239,136,48,120,87,75,7,0,239,8,77,203,41,112,7,0,239,136,213,129,116,203,8,0,240,136,137,197,199,191,7,0,240,136,137,197,6,120,8,0,240,136,137,197,49,120,8,0,240,136,137,197,205,195,10,0,240,136,137,197,242,195,10,0,240,136,137,197,10,196,10,0,243,136,26,120,122,30,9,0,243,136,26,120,44,31,9,0,245,136,214,54,162,151,9,0,245,136,214,54,56,152,9,0,245,8,19,182,150,132,10,0,248,136,58,58,87,75,7,0,248,8,106,156,197,95,7,0,248,136,37,103,80,20,9,0,248,136,37,103,241,23,9,0,250,8,254,48,186,177,7,0,254,8,18,0,61,49,7,0,254,136,75,20,135,13,12,0,0,9,132,102,139,27,7,0,0,137,136,224,41,100,10,0,1,9,161,75,56,106,7,0,1,9,161,75,244,243,10,0,3,9,86,193,94,27,8,0,6,9,124,9,41,112,7,0,7,9,169,125,4,32,9,0,7,9,169,125,42,37,9,0,8,9,119,27,54,29,7,0,12,9,112,211,87,75,7,0,12,137,247,136,54,134,7,0,12,9,107,48,223,244,8,0,12,9,107,48,207,253,8,0,12,9,107,48,200,6,9,0,12,9,0,26,94,112,11,0,14,9,216,132,174,66,8,0,14,137,156,136,199,97,9,0,14,137,156,136,173,98,9,0,14,137,156,136,152,99,9,0,15,9,227,145,135,31,7,0,15,9,182,60,33,183,11,0,16,9,53,191,197,7,7,0,17,137,173,20,141,119,7,0,17,137,31,47,216,128,7,0,18,9,123,102,214,17,8,0,18,9,62,235,174,66,8,0,20,137,208,126,223,244,8,0,20,137,208,126,207,253,8,0,20,137,208,126,200,6,9,0,21,9,107,229,2,150,7,0,27,9,198,47,231,60,7,0,31,9,176,34,30,103,7,0,31,9,192,171,135,122,7,0,32,9,182,103,109,37,7,0,33,137,30,4,69,42,7,0,34,137,140,65,148,112,9,0,34,137,140,65,17,113,9,0,34,9,239,176,114,228,9,0,38,9,193,107,2,150,7,0,42,9,211,241,124,20,7,0,42,137,241,215,78,41,7,0,42,9,6,231,20,125,7,0,42,137,223,60,4,32,9,0,42,137,223,60,42,37,9,0,43,137,233,60,161,212,9,0,43,137,233,60,93,213,9,0,44,9,181,166,14,197,11,0,45,9,151,167,100,174,7,0,48,9,181,10,125,46,6,0,48,9,69,42,32,28,7,0,48,137,41,202,213,101,7,0,49,9,6,39,183,147,7,0,49,137,217,138,101,68,8,0,49,137,217,138,131,68,8,0,49,137,217,138,172,68,8,0,50,9,153,117,85,53,7,0,51,137,189,209,71,191,10,0,51,137,189,209,169,192,10,0,52,9,180,45,188,52,11,0,55,9,195,65,118,175,9,0,55,9,195,65,149,175,9,0,55,9,195,65,176,175,9,0,56,9,193,223,192,69,9,0,56,9,193,223,164,70,9,0,58,9,145,217,52,140,8,0,59,9,35,33,2,150,7,0,59,9,140,192,150,132,10,0,61,9,201,238,123,155,7,0,61,137,226,31,199,191,7,0,61,137,226,31,186,204,7,0,62,137,231,100,223,244,8,0,62,137,231,100,207,253,8,0,62,137,231,100,200,6,9,0,65,9,172,51,131,21,7,0,65,137,1,241,57,108,11,0,65,137,1,241,77,108,11,0,66,9,24,77,5,129,7,0,66,137,233,141,54,134,7,0,66,137,16,3,223,244,8,0,66,137,16,3,207,253,8,0,66,137,16,3,200,6,9,0,67,137,14,191,120,33,6,0,67,137,14,191,153,168,7,0,70,137,3,18,85,53,7,0,70,9,223,251,63,204,8,0,70,137,104,61,4,32,9,0,70,137,104,61,42,37,9,0,72,9,186,148,3,166,6,0,72,9,104,214,241,2,10,0,72,9,104,214,254,3,10,0,73,9,25,46,86,127,7,0,74,9,214,208,231,60,7,0,74,9,38,18,164,131,7,0,75,9,35,208,121,139,6,0,76,137,4,16,123,155,7,0,78,9,115,10,202,0,6,0,78,137,38,89,16,11,11,0,79,137,144,160,56,84,7,0,80,9,149,6,208,34,7,0,80,9,14,157,150,83,9,0,80,9,14,157,176,85,9,0,83,137,152,61,176,67,10,0,83,137,152,61,242,68,10,0,83,137,152,61,55,70,10,0,84,137,114,27,197,48,8,0,85,137,81,82,50,2,12,0,87,137,62,214,38,81,7,0,89,137,178,70,179,85,7,0,91,9,86,238,138,56,11,0,94,137,55,19,39,13,7,0,94,137,15,80,40,73,10,0,94,137,15,80,140,73,10,0,94,137,15,80,237,73,10,0,97,9,191,48,161,14,7,0,97,137,245,126,150,132,10,0,98,9,6,13,156,1,11,0,99,137,153,38,192,50,7,0,99,9,252,93,147,74,8,0,102,9,98,83,168,105,6,0,102,9,255,177,179,85,7,0,102,9,255,177,178,87,7,0,102,9,255,177,193,203,7,0,104,9,82,198,117,217,7,0,105,137,35,57,115,1,7,0,105,137,59,59,5,129,7,0,106,137,250,197,13,18,7,0,106,9,39,3,180,173,7,0,108,137,201,148,161,175,8,0,108,137,201,148,182,176,8,0,108,137,201,148,208,79,9,0,108,137,201,148,138,80,9,0,108,137,201,148,56,81,9,0,114,9,186,247,195,49,7,0,116,137,78,149,214,240,11,0,117,9,162,76,150,255,11,0,118,9,35,22,3,201,6,0,118,9,127,143,223,244,8,0,118,9,127,143,207,253,8,0,118,9,127,143,200,6,9,0,120,137,158,204,94,19,11,0,120,9,180,237,74,153,11,0,120,9,180,237,206,158,11,0,125,9,134,131,199,191,7,0,127,9,37,29,49,152,10,0,128,137,29,72,42,222,7,0,128,9,94,127,49,45,10,0,128,9,94,127,64,46,10,0,128,9,94,127,67,47,10,0,128,9,94,127,97,48,10,0,129,9,111,92,223,244,8,0,129,9,111,92,207,253,8,0,129,9,111,92,200,6,9,0,130,9,230,26,243,245,7,0,131,9,26,188,227,46,6,0,132,137,115,27,209,45,8,0,133,9,207,58,87,179,8,0,133,9,207,58,144,179,8,0,135,137,41,129,144,143,7,0,135,9,167,194,145,15,12,0,137,9,123,132,150,132,10,0,138,137,248,51,92,25,10,0,138,137,248,51,128,25,10,0,138,137,248,51,176,25,10,0,141,137,221,139,50,141,9,0,141,137,221,139,130,142,9,0,141,137,221,139,212,143,9,0,141,137,221,139,43,145,9,0,143,9,196,130,147,74,8,0,143,9,68,82,176,67,10,0,143,9,68,82,242,68,10,0,143,9,68,82,55,70,10,0,143,9,201,238,224,159,11,0,144,137,62,37,244,106,7,0,144,9,255,177,105,244,9,0,145,137,205,234,35,23,7,0,149,9,116,211,143,45,7,0,152,9,203,143,238,145,6,0,153,9,216,10,235,22,7,0,154,9,188,118,128,62,6,0,154,9,230,200,197,51,11,0,156,9,168,105,22,72,7,0,161,9,105,188,181,155,9,0,161,9,105,188,217,155,9,0,161,9,105,188,255,155,9,0,163,9,46,175,81,69,8,0,163,9,46,175,132,69,8,0,164,137,15,208,5,129,7,0,164,137,148,44,12,177,7,0,165,137,184,234,118,93,6,0,166,137,79,150,41,63,9,0,166,137,79,150,96,63,9,0,166,137,153,66,176,67,10,0,166,137,153,66,242,68,10,0,166,137,153,66,55,70,10,0,167,137,173,15,68,89,7,0,168,9,76,115,186,177,7,0,170,137,151,133,96,66,10,0,170,9,25,95,132,230,11,0,171,9,229,66,42,25,8,0,175,137,72,82,249,84,8,0,180,9,136,98,199,97,9,0,180,9,136,98,173,98,9,0,180,9,136,98,152,99,9,0,182,9,125,248,41,112,7,0,184,137,175,248,91,42,8,0,185,9,150,164,199,191,7,0,185,9,150,164,202,42,9,0,185,137,63,51,176,220,11,0,186,137,144,114,154,94,8,0,186,137,20,27,49,45,10,0,186,137,20,27,64,46,10,0,186,137,20,27,67,47,10,0,186,137,20,27,97,48,10,0,189,9,96,130,30,103,7,0,189,9,11,181,0,149,7,0,189,137,51,12,174,66,8,0,189,9,247,9,54,178,8,0,189,137,217,181,151,110,10,0,189,137,217,181,247,110,10,0,189,137,217,181,84,111,10,0,190,137,86,206,68,89,7,0,190,137,86,206,228,91,7,0,193,9,169,99,25,44,7,0,194,137,249,96,186,177,7,0,194,9,179,68,4,32,9,0,194,9,179,68,42,37,9,0,194,9,33,144,163,42,10,0,194,9,33,144,248,42,10,0,195,137,138,209,231,60,7,0,197,9,40,40,231,60,7,0,200,9,134,2,219,237,5,0,200,9,128,143,122,61,10,0,200,9,128,143,184,61,10,0,200,9,128,143,228,61,10,0,200,137,13,147,150,132,10,0,202,9,67,234,80,20,9,0,202,9,67,234,241,23,9,0,203,9,150,23,112,73,7,0,203,9,218,94,107,63,8,0,204,137,77,105,102,105,9,0,204,137,77,105,57,107,9,0,205,137,76,137,192,236,5,0,205,9,191,173,153,147,10,0,205,9,191,173,98,148,10,0,206,137,199,94,184,69,6,0,207,9,74,176,223,244,8,0,207,9,74,176,207,253,8,0,207,9,74,176,200,6,9,0,207,137,66,43,80,20,9,0,207,137,66,43,241,23,9,0,208,137,92,210,123,241,8,0,208,137,92,210,172,241,8,0,210,9,188,148,106,217,6,0,210,9,188,148,179,85,7,0,210,9,188,148,178,87,7,0,212,137,52,189,223,244,8,0,212,137,52,189,207,253,8,0,212,137,52,189,200,6,9,0,213,137,30,43,142,99,7,0,215,9,158,214,96,66,10,0,216,9,137,199,18,240,9,0,216,9,137,199,125,240,9,0,217,9,120,40,85,53,7,0,218,137,196,78,112,36,7,0,218,137,196,78,123,155,7,0,219,9,71,153,41,112,7,0,219,9,181,245,197,250,10,0,220,9,125,169,150,132,10,0,221,9,217,200,174,66,8,0,223,9,31,36,13,18,7,0,223,9,112,28,135,31,7,0,225,9,148,67,18,135,6,0,225,9,1,188,1,48,7,0,225,9,208,148,4,32,9,0,225,9,208,148,42,37,9,0,225,9,96,76,170,29,10,0,225,9,96,76,197,29,10,0,225,9,96,76,222,29,10,0,225,137,212,190,235,137,11,0,226,9,2,186,197,95,7,0,227,137,160,111,85,53,7,0,228,9,96,164,243,152,9,0,228,9,96,164,21,153,9,0,229,137,210,101,201,242,5,0,230,9,63,51,167,101,9,0,230,9,63,51,133,102,9,0,232,9,143,185,176,214,10,0,233,137,3,126,4,32,9,0,233,137,3,126,42,37,9,0,235,137,4,163,4,32,9,0,235,137,4,163,42,37,9,0,235,9,117,79,245,77,9,0,235,9,117,79,223,78,9,0,235,137,77,121,210,88,9,0,235,137,77,121,145,89,9,0,235,137,77,121,74,90,9,0,240,137,3,204,223,244,8,0,240,137,3,204,207,253,8,0,240,137,3,204,200,6,9,0,244,9,46,201,141,119,7,0,244,137,134,86,215,13,10,0,244,137,134,86,9,14,10,0,244,137,134,86,46,14,10,0,245,137,85,44,18,199,11,0,246,9,22,52,199,191,7,0,246,9,22,52,25,180,8,0,246,9,22,52,175,180,8,0,246,9,22,52,81,181,8,0,246,9,22,52,100,114,10,0,250,137,34,202,121,16,6,0,250,9,153,38,223,244,8,0,250,9,153,38,207,253,8,0,250,9,153,38,200,6,9,0,251,137,244,56,37,227,5,0,251,9,247,90,7,70,7,0,252,137,54,8,41,207,8,0,0,10,131,149,150,132,10,0,2,10,155,126,16,0,6,0,3,10,148,217,150,83,9,0,3,10,148,217,176,85,9,0,3,10,232,88,150,148,11,0,4,10,16,56,239,128,6,0,4,138,121,3,4,32,9,0,4,138,121,3,42,37,9,0,5,138,214,23,10,35,8,0,7,138,133,63,80,20,9,0,7,138,133,63,241,23,9,0,7,10,19,245,179,146,9,0,7,10,19,245,97,147,9,0,12,10,80,126,5,129,7,0,13,138,84,242,29,228,5,0,13,138,5,98,186,177,7,0,15,10,160,248,252,74,7,0,15,138,174,76,123,15,12,0,17,10,243,3,128,62,10,0,17,10,243,3,229,62,10,0,19,138,118,31,125,232,5,0,21,138,85,170,143,94,11,0,24,138,90,246,231,60,7,0,24,10,3,128,165,209,9,0,24,10,3,128,32,210,9,0,24,10,3,128,149,210,9,0,24,10,3,128,61,211,9,0,24,10,3,128,215,211,9,0,25,10,148,190,10,26,7,0,25,138,127,6,52,149,7,0,28,10,229,148,112,36,7,0,28,138,242,54,80,20,9,0,28,138,242,54,241,23,9,0,29,10,241,27,194,190,6,0,29,10,221,191,128,12,7,0,30,10,254,109,179,85,7,0,30,10,254,109,178,87,7,0,31,138,227,150,222,216,9,0,31,138,227,150,76,217,9,0,31,10,46,190,173,223,9,0,31,10,46,190,211,223,9,0,31,10,46,190,244,223,9,0,32,138,113,159,25,66,9,0,32,138,113,159,212,67,9,0,35,10,149,249,80,20,9,0,35,10,149,249,241,23,9,0,37,10,168,176,231,60,7,0,40,10,77,168,176,219,7,0,44,10,223,68,115,253,5,0,44,138,181,171,150,132,10,0,45,10,216,1,166,78,7,0,45,10,89,12,191,63,9,0,45,10,89,12,221,63,9,0,46,138,47,145,123,155,7,0,51,10,10,208,152,69,6,0,51,10,10,208,186,106,7,0,53,10,43,161,88,182,9,0,53,10,43,161,106,182,9,0,53,10,43,161,124,182,9,0,53,10,43,161,195,182,9,0,55,138,33,50,71,105,7,0,55,138,234,167,164,131,7,0,58,138,189,115,197,250,10,0,59,138,28,116,223,244,8,0,59,138,28,116,207,253,8,0,59,138,28,116,200,6,9,0,61,138,120,140,175,81,7,0,62,10,215,33,214,234,9,0,62,10,215,33,34,235,9,0,63,138,172,3,2,150,7,0,68,10,215,111,5,36,7,0,68,10,153,137,2,150,7,0,68,138,220,11,102,105,9,0,68,138,220,11,57,107,9,0,69,138,49,8,20,233,6,0,69,10,158,58,172,141,11,0,70,138,52,158,153,82,7,0,73,138,225,22,199,191,7,0,73,138,225,22,245,199,7,0,73,138,225,22,186,204,7,0,75,10,197,138,59,229,6,0,75,138,181,136,145,139,7,0,76,10,212,45,24,126,7,0,77,10,116,85,144,143,7,0,79,138,49,35,30,103,7,0,79,138,44,127,43,232,7,0,80,138,168,144,80,226,5,0,80,138,231,242,196,25,7,0,83,10,208,253,58,150,6,0,83,10,157,242,150,132,10,0,85,10,104,128,131,218,7,0,87,138,42,33,2,150,7,0,90,138,85,65,85,53,7,0,90,10,51,106,150,132,10,0,91,10,137,232,127,228,5,0,92,138,174,230,174,66,8,0,100,10,104,196,62,105,10,0,100,10,104,196,134,105,10,0,100,10,104,196,202,105,10,0,100,10,104,196,8,106,10,0,101,10,2,138,108,81,7,0,103,10,205,71,109,37,7,0,105,10,158,76,80,20,9,0,105,10,158,76,241,23,9,0,105,138,18,148,36,184,9,0,105,138,18,148,66,184,9,0,105,138,18,148,93,184,9,0,106,138,38,62,22,95,8,0,106,10,148,190,223,244,8,0,106,10,148,190,207,253,8,0,106,10,148,190,200,6,9,0,110,138,7,199,63,249,6,0,111,10,253,181,144,143,7,0,112,138,133,252,230,203,9,0,112,138,133,252,54,204,9,0,114,10,211,206,5,101,7,0,118,10,14,93,123,63,11,0,121,10,8,177,174,193,11,0,122,10,100,27,87,232,11,0,124,138,130,81,116,168,10,0,125,10,134,68,113,51,7,0,126,10,72,169,78,41,7,0,127,138,141,146,85,53,7,0,130,10,46,50,23,107,11,0,131,138,22,200,150,132,10,0,133,10,52,99,183,48,7,0,133,10,232,84,150,132,10,0,137,138,55,245,200,43,11,0,138,138,250,35,147,217,11,0,139,138,227,40,4,32,9,0,139,138,227,40,42,37,9,0,140,10,90,41,117,30,7,0,142,138,207,132,16,141,7,0,143,138,208,80,84,223,7,0,143,138,208,80,143,223,7,0,143,138,52,138,12,239,8,0,143,138,52,138,88,239,8,0,143,138,104,202,164,241,11,0,144,138,48,200,231,60,7,0,144,10,62,80,161,138,7,0,145,10,5,255,49,45,10,0,145,10,5,255,64,46,10,0,145,10,5,255,67,47,10,0,145,10,5,255,97,48,10,0,147,10,62,213,164,131,7,0,147,138,134,181,221,148,11,0,148,10,93,187,34,60,11,0,151,10,67,16,242,17,7,0,152,138,10,175,52,149,7,0,161,10,75,68,41,112,7,0,161,10,181,197,2,150,7,0,162,10,186,171,141,119,7,0,166,10,116,151,249,6,6,0,167,138,225,218,179,85,7,0,167,138,225,218,178,87,7,0,168,138,61,82,150,132,10,0,170,138,83,50,106,55,6,0,172,10,29,78,67,76,8,0,172,10,29,78,108,76,8,0,176,138,71,27,123,155,7,0,176,10,75,178,57,89,10,0,177,138,63,51,91,208,11,0,179,10,163,169,162,108,6,0,179,10,163,169,22,72,7,0,180,10,142,51,85,53,7,0,180,138,44,127,54,134,7,0,184,138,58,88,234,60,6,0,184,138,46,26,158,52,7,0,184,138,165,112,175,15,11,0,185,138,201,236,30,164,10,0,185,138,201,236,57,164,10,0,185,138,11,102,66,239,11,0,185,138,240,13,107,255,11,0,186,138,134,233,164,131,7,0,187,10,143,185,186,177,7,0,190,138,99,230,78,41,7,0,190,138,177,74,228,224,10,0,193,10,81,190,254,146,11,0,194,10,181,135,18,240,9,0,194,10,181,135,125,240,9,0,199,10,230,83,164,131,7,0,199,138,42,185,251,153,11,0,199,138,42,185,39,154,11,0,200,10,148,98,187,183,8,0,200,10,148,98,79,185,8,0,200,10,148,98,187,185,8,0,200,10,148,98,128,186,8,0,200,10,148,98,21,187,8,0,200,10,148,98,99,187,8,0,202,10,240,186,65,145,7,0,203,10,48,135,83,118,8,0,203,10,48,135,214,134,8,0,203,10,114,29,80,20,9,0,203,10,114,29,241,23,9,0,203,10,58,150,45,64,9,0,203,10,58,150,214,64,9,0,205,138,104,249,46,40,8,0,205,138,104,249,101,40,8,0,205,138,104,249,156,40,8,0,205,10,215,240,80,103,8,0,205,10,215,240,120,103,8,0,205,138,113,57,142,174,8,0,206,10,244,24,195,49,7,0,206,138,77,129,181,109,7,0,206,138,175,23,4,32,9,0,206,138,175,23,42,37,9,0,211,138,16,3,215,173,9,0,211,138,16,3,142,174,9,0,212,10,204,250,7,228,7,0,217,138,134,172,218,9,6,0,218,10,55,69,34,115,7,0,221,10,221,25,199,214,8,0,222,10,166,6,220,38,7,0,224,10,141,129,181,109,7,0,224,10,141,129,41,112,7,0,227,138,203,151,104,116,7,0,228,10,103,231,32,14,6,0,234,10,77,225,122,30,9,0,234,10,77,225,44,31,9,0,234,10,53,124,208,79,9,0,234,10,53,124,138,80,9,0,234,10,53,124,56,81,9,0,235,10,218,128,235,132,11,0,240,10,181,211,59,19,7,0,241,138,211,192,186,177,7,0,242,10,181,87,248,220,10,0,243,138,211,14,68,154,9,0,243,138,211,14,122,154,9,0,243,138,211,14,100,251,10,0,245,138,100,168,71,101,7,0,246,138,200,45,251,225,9,0,246,138,200,45,35,226,9,0,247,10,46,21,235,42,8,0,247,138,178,230,25,66,9,0,247,138,178,230,212,67,9,0,249,10,49,154,245,77,9,0,249,10,49,154,223,78,9,0,250,10,254,167,123,155,7,0,252,138,197,184,64,98,7,0,252,138,197,184,91,98,7,0,252,138,146,115,103,193,9,0,252,138,146,115,148,193,9,0,252,138,146,115,87,22,11,0,253,10,1,214,138,111,8,0,255,138,69,152,223,244,8,0,255,138,69,152,207,253,8,0,255,138,69,152,200,6,9,0,2,11,106,100,41,112,7,0,5,11,147,254,193,6,10,0,5,11,147,254,96,7,10,0,6,139,160,109,84,184,11,0,7,139,114,75,244,106,7,0,11,11,201,247,199,191,7,0,11,11,201,247,186,204,7,0,11,139,115,77,122,30,9,0,11,139,115,77,44,31,9,0,11,11,34,239,99,121,11,0,13,139,174,141,187,183,8,0,13,139,58,50,116,168,10,0,14,139,46,44,69,251,6,0,15,139,1,110,6,137,9,0,15,139,1,110,142,137,9,0,19,11,133,206,82,233,11,0,20,11,48,158,220,38,7,0,23,11,142,94,142,174,8,0,23,139,226,109,206,191,11,0,24,139,118,164,144,143,7,0,26,139,33,212,5,129,7,0,27,11,63,253,167,82,8,0,28,11,69,108,232,86,11,0,29,11,49,14,85,53,7,0,30,11,63,253,228,91,7,0,30,11,217,224,186,177,7,0,30,139,104,38,165,12,12,0,32,139,19,221,41,112,7,0,35,11,133,147,22,107,6,0,37,139,75,77,172,232,5,0,39,11,7,16,62,118,6,0,40,139,42,145,183,78,6,0,46,11,133,161,197,95,7,0,46,11,237,54,14,152,11,0,50,139,123,255,25,66,9,0,50,139,123,255,212,67,9,0,54,139,69,57,217,209,8,0,54,139,69,57,38,210,8,0,54,139,69,57,116,210,8,0,54,11,85,99,150,132,10,0,54,139,14,60,29,64,11,0,55,11,215,67,202,145,8,0,55,11,215,67,247,145,8,0,55,11,215,67,37,146,8,0,55,11,215,67,84,146,8,0,55,11,121,27,80,20,9,0,55,11,121,27,241,23,9,0,57,139,178,64,85,159,11,0,59,139,220,14,115,145,11,0,60,139,121,169,95,238,8,0,60,139,121,169,144,238,8,0,61,11,132,182,56,84,7,0,61,139,205,31,186,177,7,0,61,11,109,4,174,66,8,0,61,139,189,128,193,6,10,0,61,139,189,128,96,7,10,0,63,139,243,57,229,41,7,0,63,11,133,246,166,78,7,0,68,139,146,50,149,127,7,0,68,139,10,140,54,91,8,0,69,11,129,243,203,120,7,0,69,11,129,243,253,120,7,0,69,11,205,128,50,141,9,0,69,11,205,128,130,142,9,0,69,11,205,128,212,143,9,0,69,11,205,128,43,145,9,0,71,139,199,56,244,106,7,0,71,139,83,140,84,49,11,0,75,139,149,148,119,255,6,0,75,139,149,148,11,49,7,0,75,139,28,116,141,119,7,0,75,139,49,98,51,179,11,0,76,11,213,151,55,9,6,0,77,11,163,235,41,112,7,0,78,11,164,47,186,177,7,0,80,11,41,19,13,102,11,0,82,11,163,150,29,127,9,0,82,11,163,150,56,127,9,0,82,139,100,98,68,154,9,0,82,139,100,98,122,154,9,0,82,139,142,58,39,190,11,0,84,11,40,191,54,134,7,0,88,139,162,20,200,142,11,0,89,139,53,237,4,32,9,0,89,139,53,237,42,37,9,0,91,11,217,218,163,7,11,0,92,11,65,232,186,162,11,0,95,11,32,32,188,244,10,0,100,139,42,208,241,2,10,0,100,139,42,208,254,3,10,0,104,139,43,192,105,239,5,0,104,139,175,237,6,82,7,0,107,139,180,255,9,35,7,0,107,11,138,255,166,78,7,0,108,11,43,211,112,49,10,0,108,11,43,211,253,49,10,0,109,139,225,57,114,228,9,0,109,11,221,48,91,208,11,0,110,11,164,160,37,13,6,0,115,139,167,212,140,92,9,0,115,139,167,212,54,93,9,0,119,11,73,101,225,97,7,0,120,139,156,169,114,228,9,0,121,139,74,3,219,59,6,0,122,11,35,53,188,98,7,0,123,139,143,109,69,77,7,0,125,139,94,77,161,214,7,0,129,139,206,61,108,142,6,0,130,11,81,81,199,86,6,0,132,139,181,82,150,132,10,0,135,139,205,31,15,148,6,0,135,11,138,173,71,101,7,0,135,139,201,200,4,32,9,0,135,139,201,200,42,37,9,0,136,139,210,230,187,45,11,0,138,11,5,87,242,232,11,0,140,139,157,144,188,60,9,0,140,139,157,144,6,61,9,0,141,139,171,152,87,75,7,0,141,139,156,217,213,101,7,0,141,139,33,120,18,189,7,0,141,11,146,97,80,20,9,0,141,11,146,97,241,23,9,0,144,11,194,153,173,17,6,0,144,139,232,207,164,131,7,0,144,139,64,69,61,153,8,0,144,139,64,69,125,153,8,0,144,139,64,69,179,153,8,0,144,11,245,4,70,217,10,0,145,11,185,251,110,74,6,0,145,11,145,116,85,53,7,0,145,139,225,73,2,150,7,0,147,139,88,177,117,142,7,0,147,139,88,177,216,142,7,0,147,139,85,37,80,20,9,0,147,139,85,37,241,23,9,0,148,11,15,205,219,201,11,0,152,11,241,28,129,144,8,0,152,139,240,247,102,105,9,0,152,139,240,247,57,107,9,0,153,139,0,52,244,106,7,0,154,139,75,90,26,249,6,0,154,11,52,246,139,27,7,0,154,11,95,209,123,155,7,0,154,139,75,90,231,120,8,0,155,139,118,63,194,234,5,0,155,139,118,63,185,244,5,0,155,11,146,19,20,125,7,0,157,11,164,160,137,60,8,0,162,11,148,190,55,77,11,0,163,11,19,80,56,84,7,0,163,139,76,238,58,139,7,0,164,11,171,100,231,60,7,0,164,139,173,133,54,134,7,0,166,11,33,83,97,12,7,0,166,11,33,83,246,10,8,0,168,11,13,131,22,72,7,0,168,11,154,228,129,236,10,0,168,11,13,131,98,185,11,0,170,11,53,189,76,188,6,0,170,11,223,245,146,180,10,0,170,11,223,245,35,183,10,0,173,11,59,152,199,191,7,0,173,11,59,152,90,169,8,0,173,11,143,165,109,79,11,0,177,11,133,120,125,163,10,0,177,11,133,120,160,163,10,0,179,139,240,119,57,200,11,0,181,139,238,57,193,200,9,0,181,139,238,57,23,201,9,0,181,139,238,57,167,201,9,0,182,11,201,241,25,55,6,0,183,11,106,55,69,77,7,0,183,11,154,214,186,106,7,0,184,139,120,232,85,53,7,0,193,11,254,253,80,229,8,0,193,11,254,253,144,229,8,0,193,11,254,253,205,229,8,0,194,139,59,243,4,32,9,0,194,139,59,243,42,37,9,0,196,11,82,129,251,19,6,0,196,139,86,178,164,131,7,0,196,139,216,207,18,189,7,0,196,139,185,69,164,166,9,0,196,139,185,69,190,166,9,0,196,11,116,201,116,46,11,0,197,11,2,89,61,49,7,0,197,11,227,239,112,73,7,0,197,11,85,93,223,244,8,0,197,11,85,93,207,253,8,0,197,11,85,93,200,6,9,0,198,11,168,247,79,42,9,0,198,11,168,247,118,42,9,0,200,139,63,9,7,197,6,0,200,11,223,59,44,73,7,0,202,139,253,239,10,123,6,0,202,139,253,239,170,49,7,0,206,11,128,180,135,122,7,0,208,11,243,239,54,134,7,0,208,11,250,173,219,16,12,0,210,139,20,94,145,139,7,0,210,11,15,204,136,51,10,0,210,11,15,204,179,51,10,0,212,11,20,234,15,59,10,0,212,11,20,234,50,59,10,0,215,139,235,179,144,143,7,0,215,139,247,190,215,173,9,0,215,139,247,190,142,174,9,0,217,11,28,234,166,78,7,0,217,11,105,189,86,135,8,0,219,139,187,72,80,20,9,0,219,139,187,72,241,23,9,0,219,139,73,24,127,49,11,0,220,139,81,242,153,147,10,0,220,139,81,242,98,148,10,0,222,11,153,162,59,101,11,0,225,11,169,47,166,78,7,0,226,11,46,210,122,30,9,0,226,11,46,210,44,31,9,0,227,11,139,224,13,18,7,0,227,11,211,29,54,134,7,0,227,11,118,92,57,151,11,0,227,11,118,92,75,151,11,0,228,139,170,166,200,29,8,0,228,139,87,250,223,244,8,0,228,139,87,250,207,253,8,0,228,139,87,250,200,6,9,0,228,11,180,242,196,106,11,0,230,11,7,189,89,44,9,0,230,11,7,189,166,45,9,0,230,11,7,189,245,46,9,0,231,11,87,172,202,163,8,0,235,139,154,101,222,202,11,0,236,11,164,160,109,37,7,0,237,11,63,101,192,148,7,0,237,139,1,21,127,17,11,0,239,11,94,121,204,202,6,0,239,11,1,124,231,60,7,0,239,11,130,194,234,16,11,0,241,11,85,232,150,132,10,0,242,11,75,127,13,76,11,0,243,139,38,90,213,101,7,0,243,139,70,175,6,137,9,0,243,139,70,175,142,137,9,0,244,11,189,86,97,236,11,0,245,11,131,173,231,60,7,0,248,11,153,134,178,56,9,0,248,11,153,134,191,56,9,0,249,11,241,46,188,125,6,0,249,139,115,37,125,234,8,0,251,11,29,110,85,53,7,0,252,139,192,222,150,132,10,0,254,11,79,253,149,64,8,0,255,11,23,1,223,244,8,0,255,11,23,1,207,253,8,0,255,11,23,1,200,6,9,0,10,140,78,136,245,211,11,0,12,140,107,215,94,210,7,0,13,140,112,90,172,196,9,0,15,12,106,63,123,155,7,0,18,140,244,145,182,73,6,0,21,140,11,131,198,17,7,0,21,140,106,65,5,101,7,0,21,140,11,131,83,130,9,0,21,140,11,131,122,130,9,0,22,140,196,86,223,244,8,0,22,140,196,86,207,253,8,0,22,140,196,86,200,6,9,0,25,140,81,242,18,189,7,0,25,140,81,242,199,191,7,0,25,140,81,242,238,110,9,0,26,140,102,153,48,158,9,0,26,140,102,153,139,158,9,0,26,140,102,153,224,158,9,0,26,140,82,58,176,67,10,0,26,140,82,58,242,68,10,0,26,140,82,58,55,70,10,0,27,140,148,88,145,139,7,0,30,12,149,43,80,20,9,0,30,12,149,43,241,23,9,0,31,140,133,227,31,90,10,0,31,140,133,227,49,90,10,0,31,140,133,227,65,90,10,0,31,140,149,27,150,132,10,0,34,140,236,36,54,134,7,0,34,12,49,131,186,177,7,0,36,12,199,28,223,244,8,0,36,12,199,28,207,253,8,0,36,12,199,28,200,6,9,0,38,12,35,190,40,242,11,0,39,140,132,106,2,150,7,0,39,12,45,208,112,76,10,0,39,12,45,208,130,76,10,0,40,140,25,96,87,152,10,0,40,140,25,96,193,152,10,0,42,12,82,98,242,211,7,0,42,140,85,200,150,132,10,0,43,12,89,16,32,28,7,0,46,12,7,103,112,49,10,0,46,12,7,103,253,49,10,0,47,12,20,234,118,246,10,0,47,12,20,234,158,246,10,0,48,140,209,181,126,28,6,0,50,12,158,132,87,216,8,0,52,12,110,161,79,42,9,0,52,12,110,161,118,42,9,0,52,12,88,136,146,180,10,0,52,12,88,136,35,183,10,0,53,140,62,253,87,75,7,0,53,140,62,253,220,76,7,0,54,12,6,110,206,36,7,0,55,12,77,243,69,162,6,0,55,12,36,251,181,104,7,0,57,140,31,193,107,63,8,0,57,12,95,139,70,162,10,0,59,12,109,102,179,85,7,0,59,12,109,102,178,87,7,0,60,12,237,0,254,45,8,0,60,12,237,0,41,46,8,0,60,140,122,111,202,120,9,0,60,140,122,111,90,121,9,0,61,12,107,235,115,150,9,0,61,140,179,242,71,191,10,0,61,140,179,242,169,192,10,0,61,12,254,110,119,113,11,0,62,12,21,236,150,83,9,0,62,12,21,236,176,85,9,0,64,12,168,102,90,202,11,0,64,12,168,102,154,214,11,0,65,140,210,17,89,44,9,0,65,140,210,17,166,45,9,0,65,140,210,17,245,46,9,0,69,12,191,93,108,115,7,0,70,12,72,80,68,89,7,0,70,12,72,80,228,91,7,0,70,140,13,102,72,161,8,0,70,140,13,102,214,161,8,0,70,140,13,102,89,162,8,0,71,12,242,18,150,132,10,0,72,12,220,234,70,156,6,0,72,140,183,152,222,197,9,0,72,140,183,152,28,198,9,0,72,140,183,152,109,198,9,0,74,140,21,125,233,3,8,0,76,140,204,25,150,132,10,0,79,140,183,45,12,65,6,0,80,140,155,242,178,118,6,0,81,12,187,215,145,139,7,0,86,12,204,122,85,53,7,0,86,12,168,9,150,83,9,0,86,12,168,9,176,85,9,0,87,140,65,77,199,191,7,0,87,140,65,77,25,180,8,0,87,140,65,77,175,180,8,0,87,140,65,77,81,181,8,0,87,140,65,77,100,114,10,0,88,12,228,33,42,70,7,0,90,12,21,223,132,234,5,0,93,12,248,137,233,193,6,0,94,140,14,205,242,201,6,0,94,140,14,205,23,202,6,0,96,12,2,22,25,86,6,0,104,12,189,115,194,26,7,0,104,12,120,171,152,119,8,0,104,140,125,156,150,132,10,0,106,12,61,23,85,53,7,0,110,140,116,221,169,70,6,0,110,140,116,221,43,147,6,0,112,12,115,242,172,239,5,0,112,12,115,242,242,145,7,0,113,140,219,47,119,23,7,0,113,140,230,127,193,6,10,0,113,140,230,127,96,7,10,0,116,12,22,77,223,244,8,0,116,12,22,77,207,253,8,0,116,12,22,77,200,6,9,0,119,140,85,210,53,97,7,0,120,140,196,148,251,84,6,0,120,12,143,86,145,139,7,0,121,12,152,215,123,155,7,0,121,140,128,130,207,225,10,0,121,140,128,130,6,226,10,0,123,12,139,232,186,177,7,0,125,12,11,210,193,6,10,0,125,12,11,210,96,7,10,0,125,12,7,196,166,90,11,0,127,12,61,9,62,230,10,0,130,12,46,131,118,71,8,0,130,140,8,34,125,48,9,0,130,140,8,34,110,49,9,0,131,140,103,102,187,183,8,0,137,140,206,96,188,227,5,0,137,12,9,198,158,52,7,0,138,140,28,142,182,54,6,0,138,12,101,88,116,69,11,0,138,12,101,88,178,69,11,0,138,12,101,88,28,70,11,0,138,12,101,88,115,74,11,0,139,140,222,126,192,43,8,0,141,140,42,62,235,0,6,0,145,12,201,132,239,223,10,0,145,12,201,132,8,224,10,0,146,12,164,160,2,150,7,0,146,140,154,39,114,228,9,0,148,140,18,116,153,54,11,0,149,140,253,137,191,36,6,0,150,12,137,13,145,139,7,0,153,140,37,195,213,55,9,0,153,140,37,195,231,55,9,0,154,12,159,138,146,180,10,0,154,12,159,138,35,183,10,0,157,12,227,205,174,200,11,0,158,12,211,2,41,112,7,0,158,12,150,4,223,244,8,0,158,12,150,4,207,253,8,0,158,12,150,4,200,6,9,0,160,140,123,21,166,78,7,0,165,140,82,158,120,33,6,0,165,12,10,172,200,11,7,0,165,140,82,158,153,168,7,0,165,140,17,150,150,132,10,0,166,12,172,62,78,41,7,0,166,12,82,132,150,132,10,0,168,140,254,53,198,250,6,0,168,140,254,53,204,46,7,0,168,140,254,53,61,49,7,0,168,12,222,255,186,177,7,0,168,140,254,53,155,205,10,0,168,140,254,53,172,205,10,0,169,12,170,17,150,255,11,0,171,12,161,241,120,33,6,0,171,12,161,241,153,168,7,0,172,12,55,161,252,121,8,0,172,12,156,140,150,132,10,0,172,12,55,161,15,20,11,0,174,12,29,180,240,207,11,0,174,12,29,180,205,208,11,0,174,12,29,180,109,218,11,0,177,140,46,78,185,57,11,0,179,140,121,181,169,148,11,0,184,12,185,247,228,91,7,0,186,140,22,83,2,163,10,0,186,140,22,83,41,163,10,0,187,140,157,38,110,9,6,0,193,140,174,65,136,147,6,0,194,12,112,167,195,223,11,0,195,12,185,120,197,95,7,0,195,12,109,20,176,216,11,0,196,140,85,210,215,118,7,0,196,140,85,210,49,119,7,0,196,12,173,103,199,97,9,0,196,12,173,103,173,98,9,0,196,12,173,103,152,99,9,0,198,12,164,160,62,185,6,0,198,12,119,227,231,60,7,0,199,12,43,211,223,244,8,0,199,12,43,211,207,253,8,0,199,12,43,211,200,6,9,0,201,12,168,138,149,127,7,0,201,140,181,148,129,217,11,0,202,12,207,170,113,228,5,0,205,140,175,229,52,21,7,0,205,140,56,139,212,187,7,0,205,140,56,139,186,204,7,0,205,12,204,81,150,83,9,0,205,12,204,81,176,85,9,0,205,12,220,89,150,132,10,0,206,12,155,120,175,81,7,0,207,140,0,206,25,66,9,0,207,140,0,206,212,67,9,0,212,140,51,23,215,118,7,0,212,140,51,23,49,119,7,0,214,12,207,192,150,132,10,0,215,140,212,58,228,91,7,0,215,12,220,213,135,122,7,0,217,12,243,12,60,183,6,0,217,140,135,105,231,60,7,0,218,12,207,245,5,129,7,0,219,12,97,7,136,29,7,0,219,140,73,214,190,110,7,0,221,140,233,126,97,132,8,0,222,12,161,38,184,124,7,0,222,12,161,38,20,125,7,0,222,140,222,126,9,224,11,0,224,140,233,249,150,132,10,0,227,140,126,144,126,222,7,0,227,140,126,144,201,223,7,0,233,140,82,54,241,2,10,0,233,140,82,54,254,3,10,0,234,12,198,97,142,186,6,0,234,12,22,187,41,112,7,0,236,140,137,173,65,24,7,0,239,140,39,95,223,244,8,0,239,140,39,95,207,253,8,0,239,140,39,95,200,6,9,0,240,12,102,10,102,37,6,0,241,12,186,189,223,157,11,0,243,12,203,43,155,115,7,0,243,12,105,19,80,20,9,0,243,12,105,19,241,23,9,0,245,140,189,92,132,14,8,0,245,140,169,201,223,244,8,0,245,140,169,201,207,253,8,0,245,140,169,201,200,6,9,0,246,140,69,137,159,38,7,0,251,140,169,131,56,75,7,0,252,140,152,228,80,20,9,0,252,140,152,228,241,23,9,0,254,140,141,102,184,33,7,0,254,12,171,53,9,35,7,0,254,12,177,101,109,37,7,0,0,13,87,34,150,83,9,0,0,13,87,34,176,85,9,0,1,141,132,171,150,132,10,0,3,13,99,171,208,79,9,0,3,13,99,171,138,80,9,0,3,13,99,171,56,81,9,0,3,13,201,136,51,251,10,0,4,13,215,30,208,34,7,0,6,13,9,212,151,110,10,0,6,13,9,212,247,110,10,0,6,13,9,212,84,111,10,0,7,141,171,10,120,232,7,0,11,141,152,6,135,122,7,0,12,141,104,156,223,244,8,0,12,141,104,156,207,253,8,0,12,141,104,156,200,6,9,0,13,141,36,103,192,50,7,0,15,13,129,202,227,88,6,0,15,13,146,232,85,53,7,0,15,13,10,73,30,70,8,0,15,13,205,112,165,209,9,0,15,13,205,112,32,210,9,0,15,13,205,112,149,210,9,0,15,13,205,112,61,211,9,0,15,13,205,112,215,211,9,0,16,13,187,191,231,60,7,0,17,13,215,203,133,43,9,0,17,13,215,203,219,43,9,0,17,141,16,227,130,169,9,0,17,141,16,227,163,169,9,0,18,13,161,174,194,115,7,0,18,13,161,174,58,186,11,0,22,141,81,190,85,53,7,0,22,13,142,10,164,131,7,0,22,141,179,168,186,177,7,0,23,141,87,227,18,189,7,0,25,13,56,51,239,213,11,0,26,141,229,141,54,134,7,0,30,13,155,120,36,35,11,0,32,141,61,81,142,90,6,0,35,13,223,23,94,236,5,0,35,13,239,38,61,223,6,0,38,13,190,13,180,51,7,0,38,13,95,64,5,129,7,0,41,13,10,206,244,106,7,0,41,13,153,236,248,237,9,0,41,13,153,236,238,238,9,0,41,141,49,178,41,100,10,0,47,141,74,10,215,13,10,0,47,141,74,10,9,14,10,0,47,141,74,10,46,14,10,0,47,13,110,249,80,15,12,0,49,141,30,127,81,230,7,0,49,141,18,175,203,144,10,0,49,141,18,175,234,144,10,0,50,141,237,232,68,89,7,0,50,141,237,232,228,91,7,0,50,141,110,0,150,132,10,0,51,13,73,145,130,157,10,0,51,13,73,145,47,158,10,0,52,141,95,9,218,214,9,0,52,141,95,9,241,214,9,0,52,141,95,9,27,215,9,0,52,141,95,9,59,215,9,0,55,141,99,56,159,47,6,0,56,13,253,6,210,176,7,0,56,13,253,6,80,217,7,0,56,13,212,110,223,244,8,0,56,13,212,110,207,253,8,0,56,13,212,110,200,6,9,0,56,141,164,125,27,240,11,0,57,13,87,184,244,106,7,0,61,141,216,153,85,53,7,0,63,13,151,130,85,53,7,0,65,13,63,127,55,17,11,0,67,13,157,253,230,216,10,0,68,141,133,18,85,53,7,0,69,13,62,181,213,133,6,0,69,13,141,154,167,228,10,0,70,141,230,250,26,231,9,0,70,141,230,250,47,231,9,0,73,13,231,57,227,106,6,0,77,141,228,131,150,132,10,0,81,141,100,244,129,148,7,0,81,141,100,244,217,148,7,0,84,141,14,70,153,184,6,0,87,141,233,52,203,46,6,0,90,141,151,150,85,53,7,0,90,141,231,242,125,122,9,0,90,141,231,242,162,122,9,0,92,13,239,109,231,60,7,0,95,141,179,214,250,24,7,0,99,13,9,148,244,106,7,0,102,13,94,175,223,244,8,0,102,13,94,175,207,253,8,0,102,13,94,175,200,6,9,0,102,141,106,112,30,169,10,0,102,141,106,112,207,169,10,0,104,141,86,60,153,78,8,0,104,141,86,60,188,78,8,0,109,13,34,106,56,84,7,0,110,13,188,87,150,132,10,0,111,13,163,139,231,60,7,0,111,13,210,174,68,89,7,0,111,13,210,174,228,91,7,0,111,141,61,116,2,150,7,0,112,13,221,246,37,77,9,0,116,13,119,46,87,23,12,0,119,141,11,135,87,75,7,0,121,141,226,230,231,227,11,0,122,141,41,160,85,53,7,0,122,141,213,133,197,95,7,0,122,13,116,46,223,244,8,0,122,13,116,46,207,253,8,0,122,13,116,46,200,6,9,0,122,13,9,201,180,53,9,0,122,13,9,201,36,54,9,0,123,13,35,246,164,131,7,0,123,13,64,59,19,165,10,0,123,13,64,59,78,165,10,0,125,141,216,18,12,189,8,0,125,141,216,18,73,189,8,0,127,141,15,190,244,250,5,0,127,141,28,162,171,33,11,0,127,141,28,162,210,33,11,0,135,13,214,4,202,239,10,0,135,13,214,4,149,8,11,0,139,13,50,125,34,153,6,0,139,141,170,122,60,255,7,0,140,13,108,36,96,66,10,0,143,13,1,190,12,177,7,0,144,141,87,248,150,132,10,0,145,141,102,78,220,100,9,0,145,141,102,78,248,100,9,0,146,141,124,79,186,177,7,0,147,141,187,236,120,232,7,0,147,13,149,176,229,245,11,0,147,141,113,15,46,12,12,0,149,13,209,198,54,134,7,0,149,13,209,198,199,191,7,0,149,13,209,198,187,183,8,0,150,141,235,36,204,161,6,0,150,141,146,155,164,131,7,0,151,141,124,197,59,229,6,0,152,141,82,195,68,89,7,0,152,141,82,195,228,91,7,0,152,141,241,126,211,70,8,0,156,13,99,74,4,32,9,0,156,13,99,74,42,37,9,0,157,13,227,32,136,6,7,0,159,141,23,126,80,179,9,0,159,141,23,126,101,179,9,0,161,141,15,190,175,142,6,0,164,141,99,183,112,90,11,0,166,13,51,126,44,144,6,0,167,141,152,112,80,20,9,0,167,141,152,112,241,23,9,0,168,141,26,87,230,203,9,0,168,141,26,87,54,204,9,0,170,141,87,74,186,177,7,0,171,141,168,109,236,123,7,0,171,141,178,242,80,20,9,0,171,141,178,242,241,23,9,0,179,13,134,248,94,210,7,0,179,141,165,235,252,195,8,0,179,13,33,124,74,4,11,0,179,13,33,124,107,4,11,0,180,13,168,201,85,53,7,0,180,13,3,121,125,48,9,0,180,13,3,121,110,49,9,0,182,141,218,20,84,9,6,0,182,141,149,181,93,95,6,0,182,141,149,181,42,152,6,0,182,141,95,221,54,145,10,0,182,141,95,221,76,145,10,0,182,141,95,221,101,145,10,0,183,13,21,168,210,88,9,0,183,13,21,168,145,89,9,0,183,13,21,168,74,90,9,0,184,141,205,198,254,23,6,0,186,13,243,27,176,67,10,0,186,13,243,27,242,68,10,0,186,13,243,27,55,70,10,0,187,13,15,221,231,60,7,0,188,141,46,227,174,66,8,0,190,13,239,17,208,222,6,0,192,141,117,25,174,66,8,0,193,13,223,33,221,174,7,0,193,13,223,33,167,207,7,0,195,13,221,8,13,255,9,0,195,13,221,8,39,255,9,0,198,13,88,168,175,13,7,0,198,141,78,50,7,61,11,0,202,141,93,240,205,39,7,0,202,13,40,203,123,155,7,0,203,141,84,24,13,18,7,0,203,141,48,33,85,53,7,0,204,13,226,180,215,116,7,0,204,13,143,212,186,177,7,0,205,13,215,158,20,233,6,0,207,13,209,241,85,53,7,0,207,141,28,59,123,155,7,0,216,13,229,69,150,132,10,0,217,13,233,147,86,135,8,0,218,141,50,130,120,33,6,0,218,141,50,130,153,168,7,0,219,13,32,196,2,150,7,0,221,13,203,110,85,53,7,0,221,13,209,166,123,155,7,0,222,141,201,94,85,53,7,0,222,141,190,181,150,132,10,0,224,13,89,243,164,131,7,0,230,141,136,235,71,165,7,0,232,13,53,20,166,78,7,0,233,141,109,69,54,134,7,0,234,13,207,62,199,191,7,0,234,13,207,62,202,42,9,0,235,141,29,61,194,242,11,0,239,13,142,228,186,177,7,0,239,141,33,8,220,132,11,0,240,13,189,157,173,1,10,0,240,13,189,157,223,1,10,0,240,13,189,157,37,2,10,0,241,13,196,248,85,53,7,0,244,13,121,44,176,67,10,0,244,13,121,44,242,68,10,0,244,13,121,44,55,70,10,0,245,141,78,189,231,60,7,0,248,13,197,38,199,191,7,0,251,141,25,32,5,48,6,0,251,141,251,203,119,240,10,0,252,141,40,149,41,112,7,0,2,142,163,186,123,155,7,0,8,142,206,100,3,142,6,0,10,14,75,27,4,32,9,0,10,14,75,27,42,37,9,0,11,14,47,116,213,101,7,0,12,142,67,176,18,189,7,0,12,142,67,176,199,191,7,0,12,142,67,176,49,204,7,0,12,14,176,40,65,194,10,0,12,14,176,40,196,194,10,0,14,14,226,82,134,155,6,0,14,142,203,231,219,201,8,0,14,142,203,231,15,202,8,0,19,14,231,126,184,124,7,0,19,14,231,126,20,125,7,0,20,142,68,201,22,72,7,0,23,142,43,219,199,191,7,0,23,142,43,219,202,42,9,0,23,14,43,84,62,66,11,0,29,14,52,163,26,192,8,0,34,142,252,82,192,105,7,0,34,142,131,213,31,94,8,0,35,142,165,195,85,53,7,0,37,14,115,214,208,141,11,0,37,14,115,214,180,144,11,0,38,14,114,242,64,98,7,0,38,14,114,242,91,98,7,0,39,14,63,207,5,129,7,0,40,142,170,173,214,23,7,0,40,142,18,232,145,139,7,0,42,14,196,5,241,2,10,0,42,14,196,5,254,3,10,0,47,142,242,167,216,82,6,0,47,142,169,214,23,251,6,0,50,142,35,217,138,126,10,0,50,142,35,217,215,126,10,0,50,14,242,0,146,180,10,0,50,14,242,0,146,180,10,0,50,14,242,0,35,183,10,0,50,14,242,0,35,183,10,0,52,14,30,4,41,112,7,0,56,14,197,55,194,190,6,0,59,14,43,16,157,40,6,0,59,14,138,90,231,60,7,0,59,14,138,90,22,72,7,0,61,142,172,212,47,11,11,0,62,142,217,68,4,32,9,0,62,142,217,68,42,37,9,0,62,142,195,129,125,48,9,0,62,142,195,129,110,49,9,0,62,14,4,151,235,27,10,0,62,14,4,151,251,27,10,0,63,14,249,22,85,53,7,0,64,14,142,162,41,114,9,0,64,14,142,162,57,115,9,0,65,142,240,33,245,42,7,0,67,142,196,53,85,53,7,0,67,14,87,99,165,209,9,0,67,14,87,99,32,210,9,0,67,14,87,99,149,210,9,0,67,14,87,99,61,211,9,0,67,14,87,99,215,211,9,0,69,142,213,234,231,60,7,0,69,142,30,172,18,189,7,0,69,142,30,172,223,244,8,0,69,142,30,172,207,253,8,0,69,142,30,172,200,6,9,0,70,142,134,254,68,89,7,0,70,142,134,254,228,91,7,0,72,142,107,249,242,211,10,0,72,142,107,249,176,251,10,0,75,14,202,148,192,222,10,0,76,14,56,147,85,53,7,0,76,142,247,13,231,60,7,0,78,142,5,41,255,38,11,0,80,142,231,134,2,16,6,0,81,14,21,93,17,219,10,0,83,142,0,77,100,146,7,0,83,14,200,180,2,150,7,0,84,14,44,128,27,188,10,0,84,14,44,128,104,188,10,0,89,14,207,119,56,84,7,0,90,14,116,140,175,81,7,0,90,14,53,35,49,45,10,0,90,14,53,35,64,46,10,0,90,14,53,35,67,47,10,0,90,14,53,35,97,48,10,0,94,142,239,96,87,80,8,0,96,14,47,54,175,81,7,0,96,14,99,51,223,244,8,0,96,14,99,51,207,253,8,0,96,14,99,51,200,6,9,0,97,14,244,184,150,83,9,0,97,14,244,184,176,85,9,0,101,14,37,17,179,85,7,0,101,14,37,17,178,87,7,0,101,142,195,129,221,148,11,0,104,14,99,18,184,37,6,0,104,14,55,82,180,219,6,0,105,14,152,158,158,104,7,0,105,142,216,118,88,83,11,0,108,142,85,17,90,88,6,0,110,14,112,45,58,22,12,0,111,14,134,250,223,244,8,0,111,14,134,250,207,253,8,0,111,14,134,250,200,6,9,0,112,14,24,190,41,63,9,0,112,14,24,190,96,63,9,0,115,14,185,146,146,180,10,0,115,14,185,146,35,183,10,0,116,14,106,165,76,111,7,0,118,14,58,98,122,31,6,0,119,142,88,30,146,180,10,0,119,142,88,30,35,183,10,0,122,142,73,225,243,211,8,0,124,14,159,139,113,49,6,0,125,142,150,208,19,68,8,0,126,14,83,11,41,67,11,0,126,14,83,11,138,73,11,0,127,14,244,101,63,77,6,0,127,14,244,101,51,189,6,0,128,14,46,139,150,132,10,0,129,14,248,210,53,214,10,0,130,14,175,227,199,191,7,0,130,14,175,227,173,65,9,0,130,14,175,227,223,65,9,0,130,142,5,84,102,105,9,0,130,142,5,84,57,107,9,0,131,142,47,7,5,253,10,0,137,142,164,63,150,83,9,0,137,142,164,63,176,85,9,0,137,142,118,74,217,220,10,0,140,14,74,64,197,95,7,0,141,14,194,122,215,116,7,0,143,142,201,201,50,27,8,0,143,142,230,89,121,86,8,0,143,142,230,89,163,86,8,0,143,142,230,89,217,86,8,0,147,142,250,100,210,88,9,0,147,142,250,100,145,89,9,0,147,142,250,100,74,90,9,0,149,142,30,227,41,63,9,0,149,142,30,227,96,63,9,0,150,142,119,115,105,245,10,0,154,14,87,232,69,255,5,0,154,14,158,49,34,26,6,0,154,142,147,8,164,121,11,0,155,14,19,184,77,216,6,0,157,14,62,169,99,220,11,0,158,142,65,227,252,116,7,0,162,14,95,250,83,118,8,0,164,142,135,133,16,19,7,0,166,142,233,23,54,134,7,0,166,14,193,93,110,139,9,0,166,14,193,93,205,139,9,0,166,142,217,232,30,222,11,0,168,142,21,103,218,250,5,0,172,14,33,139,104,17,7,0,172,142,28,249,146,180,10,0,172,142,28,249,35,183,10,0,173,142,1,187,5,129,7,0,178,142,144,202,71,191,10,0,178,142,144,202,169,192,10,0,179,14,52,219,20,125,7,0,180,142,195,5,186,177,7,0,181,14,56,102,52,206,9,0,181,14,56,102,87,206,9,0,183,14,193,214,49,45,10,0,183,14,193,214,64,46,10,0,183,14,193,214,67,47,10,0,183,14,193,214,97,48,10,0,186,14,152,9,230,226,6,0,186,14,129,236,117,121,7,0,187,14,190,169,223,244,8,0,187,14,190,169,207,253,8,0,187,14,190,169,200,6,9,0,190,142,132,159,145,139,7,0,191,14,121,137,36,56,6,0,191,142,198,87,4,41,8,0,193,142,125,222,239,245,6,0,195,142,121,31,240,105,7,0,196,142,23,53,85,53,7,0,197,14,246,254,188,154,11,0,202,14,99,139,251,225,9,0,202,14,99,139,35,226,9,0,202,142,245,91,84,161,11,0,203,142,207,210,201,102,11,0,204,14,120,127,193,27,9,0,204,14,120,127,250,27,9,0,208,14,12,114,5,135,8,0,208,14,12,114,209,178,11,0,209,14,101,17,20,125,7,0,209,14,101,17,87,152,10,0,209,14,101,17,193,152,10,0,210,142,152,23,54,134,7,0,210,142,194,214,107,206,11,0,210,142,194,214,18,208,11,0,211,14,233,25,120,232,7,0,212,142,224,160,215,214,11,0,217,14,2,61,198,146,7,0,218,142,209,159,176,67,10,0,218,142,209,159,242,68,10,0,218,142,209,159,55,70,10,0,219,142,24,226,125,163,10,0,219,142,24,226,160,163,10,0,221,14,241,245,49,45,10,0,221,14,241,245,64,46,10,0,221,14,241,245,67,47,10,0,221,14,241,245,97,48,10,0,223,14,58,76,153,149,9,0,223,14,58,76,210,149,9,0,223,14,58,76,12,150,9,0,223,14,25,128,173,101,11,0,225,14,198,156,157,65,6,0,228,14,225,156,41,114,9,0,228,14,225,156,57,115,9,0,231,142,231,250,208,79,9,0,231,142,231,250,138,80,9,0,231,142,231,250,56,81,9,0,232,14,187,220,7,228,7,0,233,14,232,17,13,34,7,0,233,142,98,121,140,235,8,0,234,14,185,71,15,59,10,0,234,14,185,71,50,59,10,0,235,14,205,33,113,51,7,0,235,14,155,128,169,202,8,0,235,14,155,128,48,203,8,0,236,142,93,107,209,72,6,0,236,14,89,171,54,134,7,0,238,142,42,250,244,106,7,0,240,142,162,179,18,240,9,0,240,142,162,179,125,240,9,0,241,14,33,247,40,95,10,0,243,14,219,86,231,60,7,0,245,14,60,81,249,86,6,0,247,14,234,26,255,166,8,0,247,14,234,26,62,167,8,0,247,14,234,26,124,167,8,0,247,14,234,26,185,167,8,0,249,142,172,193,212,122,10,0,249,142,172,193,235,122,10,0,249,142,172,193,250,122,10,0,250,14,14,0,196,229,10,0,251,142,86,122,150,132,10,0,252,142,32,249,114,122,10,0,252,142,32,249,136,122,10,0,254,142,67,153,176,16,7,0,0,15,50,127,237,72,6,0,2,15,55,129,69,51,7,0,2,15,76,188,223,244,8,0,2,15,76,188,207,253,8,0,2,15,76,188,200,6,9,0,7,143,97,66,199,191,7,0,8,15,250,194,3,14,12,0,9,15,15,3,123,155,7,0,9,143,132,73,64,82,9,0,9,143,132,73,204,82,9,0,12,15,226,137,223,244,8,0,12,15,226,137,207,253,8,0,12,15,226,137,200,6,9,0,14,143,65,221,199,191,7,0,14,143,65,221,202,42,9,0,16,143,0,150,150,132,10,0,21,15,104,147,171,167,10,0,21,15,104,147,237,167,10,0,26,15,96,26,123,155,7,0,27,143,55,106,205,39,7,0,28,15,210,208,179,85,7,0,28,15,210,208,178,87,7,0,28,15,210,208,193,203,7,0,31,143,119,30,42,53,6,0,37,143,231,242,54,29,7,0,38,15,33,243,40,95,10,0,38,15,33,243,208,95,10,0,41,143,50,170,140,93,6,0,42,15,58,192,140,117,11,0,43,15,74,113,54,134,7,0,45,15,1,128,54,134,7,0,46,143,109,98,44,73,7,0,47,143,130,243,54,134,7,0,47,143,241,3,16,141,7,0,49,143,29,26,155,145,7,0,49,143,29,26,200,145,7,0,51,143,79,157,32,69,11,0,53,143,59,172,223,244,8,0,53,143,59,172,207,253,8,0,53,143,59,172,200,6,9,0,53,143,145,205,128,140,10,0,53,143,145,205,20,141,10,0,53,143,145,205,172,141,10,0,56,15,2,231,149,104,11,0,58,15,121,188,179,250,11,0,59,15,18,197,67,62,6,0,59,143,207,121,80,20,9,0,59,143,207,121,241,23,9,0,62,15,164,160,166,78,7,0,62,15,60,246,116,168,10,0,64,15,100,46,156,120,6,0,66,143,180,243,21,70,6,0,66,143,9,164,3,14,12,0,71,143,195,85,186,177,7,0,72,15,55,127,184,41,6,0,72,15,55,127,96,50,6,0,72,15,55,127,26,147,6,0,73,143,217,203,123,155,7,0,74,143,27,197,25,66,9,0,74,143,27,197,212,67,9,0,75,143,118,68,231,60,7,0,75,15,69,182,164,120,7,0,77,15,233,205,108,238,5,0,77,15,39,82,23,21,6,0,78,143,118,22,14,66,6,0,78,15,227,173,168,239,8,0,78,15,36,44,192,69,9,0,78,15,36,44,164,70,9,0,78,15,36,44,128,71,9,0,79,15,28,61,80,20,9,0,79,15,28,61,241,23,9,0,84,15,184,77,175,81,7,0,84,143,212,253,20,125,7,0,84,143,212,253,181,241,10,0,85,143,9,185,136,29,7,0,85,143,9,185,206,36,7,0,87,143,26,144,197,250,10,0,90,15,104,9,68,89,7,0,90,15,104,9,228,91,7,0,90,15,104,9,186,204,7,0,91,143,71,199,231,60,7,0,91,15,210,219,25,66,9,0,91,15,210,219,212,67,9,0,93,143,71,90,245,17,6,0,94,143,236,106,5,129,7,0,95,143,124,159,214,18,6,0,95,143,114,192,18,189,7,0,95,143,114,192,205,190,7,0,96,15,84,34,179,133,11,0,99,15,160,120,112,185,6,0,100,15,63,207,1,48,7,0,100,143,254,175,110,114,11,0,102,15,38,77,41,112,7,0,102,143,10,201,123,155,7,0,102,143,139,30,80,20,9,0,102,143,139,30,241,23,9,0,104,143,50,44,67,246,11,0,105,15,253,103,240,105,7,0,105,15,62,165,2,150,7,0,106,15,6,59,199,191,7,0,106,15,6,59,214,190,10,0,106,15,6,59,21,191,10,0,108,15,215,149,108,81,7,0,111,143,237,232,212,187,7,0,111,143,237,232,167,207,7,0,111,143,28,229,58,41,8,0,111,143,237,232,43,72,8,0,111,143,237,232,88,72,8,0,111,143,237,232,133,72,8,0,117,15,253,190,34,116,6,0,117,15,121,254,224,237,10,0,118,15,200,202,117,30,7,0,118,15,120,87,158,52,7,0,118,143,74,175,252,116,7,0,118,143,74,175,212,187,7,0,118,143,74,175,186,204,7,0,118,143,148,203,25,66,9,0,118,143,148,203,212,67,9,0,119,143,132,219,215,118,7,0,119,143,132,219,49,119,7,0,120,143,105,61,164,131,7,0,121,15,174,241,136,24,10,0,121,15,174,241,177,24,10,0,123,15,28,244,41,112,7,0,123,15,28,244,174,215,10,0,124,15,47,115,4,32,9,0,124,15,47,115,42,37,9,0,124,15,228,190,148,112,9,0,124,15,228,190,17,113,9,0,125,143,240,89,186,177,7,0,130,143,233,233,199,191,7,0,131,15,5,137,166,78,7,0,134,15,221,55,108,115,7,0,134,143,227,150,207,182,8,0,134,143,227,150,252,182,8,0,134,143,227,150,54,183,8,0,134,143,227,150,99,183,8,0,135,143,57,173,2,150,7,0,137,15,130,87,230,118,9,0,137,15,130,87,190,119,9,0,137,143,104,48,69,229,10,0,140,143,30,54,224,34,6,0,140,15,216,223,112,36,7,0,140,143,196,179,153,82,7,0,140,15,160,238,244,106,7,0,141,143,25,224,186,177,7,0,141,143,25,224,170,197,7,0,141,15,73,248,4,32,9,0,141,15,73,248,42,37,9,0,142,15,225,86,153,217,6,0,143,15,85,198,210,88,9,0,143,15,85,198,145,89,9,0,143,15,85,198,74,90,9,0,151,143,42,120,0,245,11,0,153,143,203,140,231,60,7,0,154,143,11,241,109,37,7,0,157,143,153,198,120,137,11,0,158,143,168,233,186,177,7,0,158,15,242,255,232,147,8,0,159,15,215,163,107,63,8,0,159,143,54,212,25,66,9,0,159,143,54,212,212,67,9,0,160,143,51,22,3,13,11,0,161,15,6,103,47,172,8,0,162,15,44,47,116,32,7,0,162,143,4,55,181,109,7,0,163,15,144,138,117,121,7,0,164,15,49,235,228,91,7,0,164,15,49,235,50,141,9,0,164,15,49,235,130,142,9,0,164,15,49,235,212,143,9,0,164,15,49,235,43,145,9,0,164,15,207,52,170,245,11,0,166,143,230,146,139,43,6,0,166,15,213,7,86,135,8,0,167,15,160,212,85,53,7,0,170,143,84,116,25,44,7,0,171,15,117,24,241,2,10,0,171,15,117,24,254,3,10,0,172,143,68,82,139,27,7,0,173,143,127,127,117,121,7,0,174,15,43,7,114,228,9,0,175,143,21,219,223,172,6,0,178,15,180,123,65,194,10,0,178,15,180,123,196,194,10,0,179,143,64,5,115,80,11,0,179,15,244,122,197,227,11,0,180,15,16,136,161,14,7,0,180,143,21,165,186,177,7,0,181,15,6,126,177,72,8,0,182,15,223,193,54,134,7,0,184,143,133,62,107,63,8,0,186,143,172,105,167,82,8,0,187,15,179,158,161,14,7,0,187,15,179,158,49,15,7,0,190,15,64,114,80,20,9,0,190,15,64,114,241,23,9,0,193,143,154,12,202,171,8,0,197,143,30,96,150,132,10,0,199,15,118,50,201,249,5,0,202,15,210,63,16,141,7,0,202,15,118,157,230,118,9,0,202,15,118,157,190,119,9,0,203,143,131,202,41,176,10,0,203,143,131,202,100,176,10,0,203,143,131,202,153,176,10,0,205,143,118,145,137,102,7,0,205,15,59,163,215,173,9,0,205,15,59,163,142,174,9,0,207,15,252,64,244,106,7,0,207,143,183,97,223,244,8,0,207,143,183,97,207,253,8,0,207,143,183,97,200,6,9,0,207,143,190,10,223,221,10,0,207,143,178,63,239,134,11,0,209,15,83,163,54,134,7,0,210,143,36,72,85,53,7,0,210,15,225,48,174,66,8,0,214,143,51,239,121,109,7,0,216,15,153,0,2,150,7,0,217,15,164,177,91,170,9,0,217,15,164,177,174,170,9,0,221,15,6,216,221,148,11,0,222,15,76,219,68,89,7,0,222,15,76,219,228,91,7,0,222,143,24,39,125,48,9,0,222,143,24,39,110,49,9,0,224,15,192,134,2,150,7,0,228,15,8,7,115,150,9,0,232,143,52,241,99,59,6,0,234,15,49,4,123,155,7,0,235,15,68,70,123,155,7,0,235,15,159,123,222,12,10,0,235,15,159,123,252,12,10,0,237,143,108,248,231,60,7,0,240,143,133,246,87,75,7,0,241,143,199,132,206,25,8,0,242,143,214,31,2,150,7,0,244,15,202,6,188,60,9,0,244,15,202,6,6,61,9,0,246,15,25,63,18,189,7,0,247,15,24,131,149,127,7,0,247,143,109,99,2,150,7,0,247,143,118,50,150,132,10,0,249,15,220,22,190,110,7,0,251,15,46,172,41,112,7,0,251,15,132,97,141,119,7,0,252,15,197,172,2,150,7,0,254,15,99,78,123,155,7,0,254,15,70,244,153,147,10,0,254,15,70,244,98,148,10,0,2,144,56,251,238,232,10,0,5,144,254,16,114,228,9,0,6,144,171,135,31,214,6,0,6,144,171,135,223,244,8,0,6,144,171,135,207,253,8,0,6,144,171,135,200,6,9,0,6,16,185,21,214,234,9,0,6,16,185,21,34,235,9,0,6,144,44,105,133,35,10,0,6,144,44,105,4,36,10,0,6,144,44,105,144,36,10,0,7,144,16,187,37,131,11,0,9,16,178,67,6,243,5,0,12,16,168,131,4,32,9,0,12,16,168,131,42,37,9,0,15,144,252,170,236,75,11,0,16,144,15,9,95,121,7,0,18,144,88,85,92,132,6,0,19,16,16,174,123,155,7,0,23,16,226,126,210,88,9,0,23,16,226,126,145,89,9,0,23,16,226,126,74,90,9,0,24,16,7,98,48,221,7,0,29,16,143,233,174,66,8,0,29,16,101,214,96,97,9,0,29,16,101,214,128,97,9,0,33,16,15,55,41,112,7,0,34,16,134,29,172,190,11,0,35,16,232,109,254,41,6,0,35,144,88,255,177,22,8,0,36,144,55,51,144,21,8,0,42,16,244,187,85,53,7,0,46,16,61,35,161,92,8,0,49,16,145,33,16,141,7,0,50,16,202,226,206,36,7,0,53,144,158,16,2,150,7,0,54,16,170,239,116,32,7,0,54,16,118,37,231,60,7,0,57,144,14,44,158,52,7,0,57,144,131,48,176,67,10,0,57,144,131,48,242,68,10,0,57,144,131,48,55,70,10,0,58,16,212,160,120,33,6,0,58,144,20,52,133,80,7,0,58,144,62,237,41,112,7,0,58,16,212,160,153,168,7,0,60,144,147,221,118,180,6,0,61,16,136,251,4,32,9,0,61,16,136,251,42,37,9,0,62,16,174,45,164,131,7,0,62,144,148,159,223,244,8,0,62,144,148,159,207,253,8,0,62,144,148,159,200,6,9,0,63,16,51,64,139,27,7,0,63,16,10,53,139,43,7,0,63,144,227,101,186,177,7,0,63,144,14,163,43,237,10,0,63,16,10,53,101,187,11,0,64,16,214,249,2,150,7,0,68,144,253,117,209,255,10,0,74,16,60,204,104,85,7,0,78,16,226,141,176,67,10,0,78,16,226,141,242,68,10,0,78,16,226,141,55,70,10,0,84,144,104,211,123,155,7,0,85,16,48,238,246,251,6,0,91,144,236,96,85,17,11,0,91,144,236,96,127,17,11,0,92,144,0,35,184,124,7,0,93,16,205,63,154,214,11,0,95,144,47,126,149,127,7,0,97,16,146,200,244,106,7,0,97,16,150,99,125,48,9,0,97,16,150,99,110,49,9,0,97,16,72,201,112,49,10,0,97,16,72,201,253,49,10,0,97,16,174,45,161,229,11,0,98,144,148,227,153,42,7,0,101,144,143,68,102,123,9,0,101,144,143,68,26,124,9,0,106,144,33,170,231,60,7,0,107,16,12,251,17,251,10,0,108,16,155,255,231,60,7,0,108,16,35,185,80,20,9,0,108,16,35,185,241,23,9,0,110,16,238,42,13,18,7,0,112,16,52,129,130,233,10,0,114,16,46,169,88,106,8,0,114,144,6,241,20,45,11,0,116,144,231,242,80,20,9,0,116,144,231,242,241,23,9,0,119,144,39,115,10,26,7,0,119,16,81,95,191,6,11,0,120,144,118,237,4,32,9,0,120,144,118,237,42,37,9,0,121,16,0,228,107,63,8,0,121,16,244,183,4,32,9,0,121,16,244,183,42,37,9,0,126,144,171,108,254,227,5,0,126,16,139,16,167,101,9,0,126,16,139,16,133,102,9,0,129,144,241,96,231,60,7,0,130,16,74,75,41,114,9,0,130,16,74,75,57,115,9,0,134,144,130,243,186,177,7,0,137,16,247,4,99,220,11,0,139,16,4,214,215,173,9,0,139,16,4,214,142,174,9,0,141,16,33,25,231,60,7,0,142,16,25,177,85,53,7,0,142,16,144,221,222,216,9,0,142,16,144,221,76,217,9,0,147,144,169,148,121,252,6,0,147,144,169,148,132,207,9,0,151,144,240,187,81,94,6,0,153,144,227,118,186,177,7,0,156,16,98,4,164,131,7,0,157,16,191,226,35,11,6,0,158,16,93,34,2,150,7,0,158,144,150,101,51,121,8,0,158,144,150,101,156,207,11,0,158,144,150,101,218,210,11,0,158,144,150,101,93,216,11,0,159,144,29,142,16,141,7,0,161,16,228,125,223,244,8,0,161,16,228,125,207,253,8,0,161,16,228,125,200,6,9,0,162,144,245,7,25,66,9,0,162,144,245,7,212,67,9,0,163,16,158,162,244,106,7,0,164,144,162,68,133,80,7,0,164,16,167,50,118,226,7,0,164,16,167,50,156,226,7,0,164,16,154,177,146,180,10,0,164,16,154,177,35,183,10,0,165,144,166,170,102,105,9,0,165,144,166,170,57,107,9,0,166,16,105,31,38,46,7,0,166,144,85,40,117,102,8,0,169,144,79,149,66,179,6,0,169,144,79,149,208,149,7,0,172,144,135,227,2,150,7,0,172,16,227,173,60,35,11,0,174,144,51,142,143,203,7,0,174,144,51,142,68,196,10,0,174,144,51,142,116,196,10,0,174,144,51,142,163,196,10,0,174,144,51,142,223,196,10,0,181,144,205,229,109,37,7,0,181,144,120,112,199,191,7,0,181,144,120,112,125,199,7,0,182,16,233,57,143,45,7,0,186,16,186,55,164,146,6,0,186,144,83,114,4,32,9,0,186,144,83,114,42,37,9,0,186,16,190,232,43,58,9,0,187,144,250,90,68,115,8,0,189,16,186,3,14,5,6,0,189,16,186,3,208,81,6,0,189,16,186,3,233,81,6,0,190,144,196,127,250,139,6,0,194,144,188,105,39,151,10,0,194,144,188,105,128,151,10,0,194,144,188,105,216,151,10,0,196,144,247,81,4,32,9,0,196,144,247,81,42,37,9,0,200,16,167,0,211,109,11,0,202,16,235,93,32,238,5,0,203,144,102,228,133,136,6,0,203,144,80,89,70,169,6,0,204,144,221,3,186,177,7,0,204,144,221,3,207,214,7,0,204,144,221,3,69,215,7,0,205,144,51,181,89,44,9,0,205,144,51,181,166,45,9,0,205,144,51,181,245,46,9,0,207,16,170,149,89,44,9,0,207,16,170,149,166,45,9,0,207,16,170,149,245,46,9,0,208,16,27,250,245,42,7,0,210,144,192,148,98,70,7,0,211,144,94,78,56,84,7,0,211,16,190,226,114,228,9,0,212,16,222,28,233,185,6,0,212,16,207,123,244,106,7,0,214,16,198,161,218,99,6,0,214,144,227,150,228,91,7,0,214,144,227,150,24,147,11,0,216,16,156,190,117,132,6,0,220,144,89,70,82,40,7,0,220,144,162,119,85,53,7,0,221,16,64,112,164,131,7,0,224,144,60,166,181,232,10,0,226,16,221,57,19,24,7,0,227,144,214,23,186,177,7,0,228,16,52,129,123,155,7,0,229,16,168,176,186,177,7,0,230,144,198,160,183,110,8,0,230,144,198,160,225,110,8,0,231,144,149,50,150,132,10,0,235,16,12,202,139,124,10,0,237,144,18,142,242,105,6,0,238,144,4,219,150,132,10,0,239,144,101,11,85,53,7,0,240,16,248,245,2,83,7,0,240,16,248,245,50,141,9,0,240,16,248,245,130,142,9,0,240,16,248,245,212,143,9,0,240,16,248,245,43,145,9,0,240,144,8,227,18,240,9,0,240,144,8,227,125,240,9,0,244,16,190,201,50,141,9,0,244,16,190,201,130,142,9,0,244,16,190,201,212,143,9,0,244,16,190,201,43,145,9,0,245,144,190,243,139,56,10,0,245,144,190,243,183,56,10,0,250,144,159,145,233,6,6,0,250,144,138,220,150,132,10,0,255,144,154,171,197,233,5,0,255,16,226,205,166,78,7,0,255,144,96,245,179,146,9,0,255,144,96,245,97,147,9,0,1,145,132,181,25,31,11,0,3,17,67,68,65,182,6,0,3,17,56,0,104,159,9,0,3,17,56,0,184,159,9,0,3,17,56,0,23,160,9,0,3,17,56,0,105,160,9,0,4,17,58,234,155,11,7,0,6,17,213,121,199,191,7,0,6,145,63,194,70,217,10,0,8,145,203,105,231,60,7,0,15,145,207,126,190,248,5,0,15,17,19,202,45,64,9,0,15,17,19,202,214,64,9,0,16,17,3,88,87,57,8,0,17,145,62,192,25,44,7,0,23,17,124,10,111,117,7,0,25,17,147,242,150,132,10,0,27,145,171,15,120,33,6,0,27,145,171,15,153,168,7,0,27,17,11,100,249,98,8,0,28,17,100,117,216,83,7,0,30,145,179,125,255,116,9,0,30,145,179,125,31,117,9,0,36,17,152,33,55,11,7,0,36,17,241,192,88,35,7,0,37,145,220,55,186,177,7,0,40,17,6,170,228,91,7,0,41,17,134,122,221,20,7,0,42,145,16,7,231,60,7,0,42,17,209,77,82,114,8,0,42,17,209,77,168,116,11,0,42,17,209,77,185,116,11,0,44,145,67,188,230,118,9,0,44,145,67,188,190,119,9,0,45,145,66,125,94,72,6,0,47,17,156,240,39,151,10,0,47,17,156,240,128,151,10,0,47,17,156,240,216,151,10,0,48,145,15,244,231,60,7,0,48,145,66,59,72,161,8,0,48,145,66,59,214,161,8,0,48,145,66,59,89,162,8,0,48,17,200,22,150,132,10,0,53,145,166,222,104,159,9,0,53,145,166,222,184,159,9,0,53,145,166,222,23,160,9,0,53,145,166,222,105,160,9,0,53,145,203,253,150,132,10,0,54,17,67,36,231,60,7,0,55,145,224,251,186,177,7,0,58,145,107,135,173,29,7,0,58,145,90,118,202,120,9,0,58,145,90,118,90,121,9,0,59,145,103,98,166,78,7,0,59,145,46,197,4,32,9,0,59,145,46,197,42,37,9,0,61,145,47,184,247,26,6,0,66,145,20,251,117,142,7,0,66,145,20,251,216,142,7,0,66,17,184,11,56,139,11,0,67,17,20,7,117,30,7,0,69,145,30,111,231,168,8,0,71,17,62,172,172,44,7,0,76,17,233,127,95,168,10,0,76,17,233,127,116,168,10,0,77,145,135,139,72,80,6,0,80,145,172,103,214,244,7,0,80,17,143,56,199,97,9,0,80,17,143,56,173,98,9,0,80,17,143,56,152,99,9,0,81,145,51,91,149,127,7,0,83,17,107,5,123,155,7,0,84,17,87,206,130,157,10,0,84,17,87,206,47,158,10,0,86,145,78,10,199,191,7,0,86,145,78,10,5,160,8,0,86,145,78,10,121,160,8,0,86,145,78,10,227,160,8,0,86,145,165,67,237,224,8,0,86,145,78,10,169,125,10,0,87,145,207,100,219,70,7,0,88,17,100,74,77,146,6,0,88,17,232,253,85,53,7,0,88,145,218,52,130,157,10,0,88,145,218,52,47,158,10,0,90,17,214,175,231,60,7,0,90,145,88,14,5,51,11,0,91,145,58,46,223,244,8,0,91,145,58,46,207,253,8,0,91,145,58,46,200,6,9,0,93,145,186,55,208,149,7,0,94,17,203,13,56,84,7,0,94,17,123,72,61,193,11,0,97,145,162,198,223,210,10,0,98,17,236,114,127,93,10,0,98,17,236,114,156,93,10,0,99,145,133,104,133,43,9,0,99,145,133,104,219,43,9,0,102,145,178,55,174,66,8,0,102,17,138,147,65,194,10,0,102,17,138,147,196,194,10,0,105,145,63,95,97,28,9,0,105,145,63,95,1,29,9,0,105,145,63,95,166,29,9,0,105,145,151,254,74,163,9,0,105,145,151,254,150,163,9,0,105,145,151,254,223,163,9,0,106,145,57,180,12,177,7,0,106,17,68,250,114,228,9,0,107,17,46,220,197,246,10,0,108,145,219,91,40,95,10,0,108,145,219,91,208,95,10,0,111,145,176,148,3,0,8,0,112,17,210,160,2,150,7,0,112,17,49,77,87,231,9,0,112,17,49,77,108,231,9,0,112,17,49,77,138,231,9,0,117,17,166,148,139,67,6,0,117,17,116,247,161,138,7,0,117,145,46,150,4,32,9,0,117,145,46,150,42,37,9,0,117,17,166,148,32,82,9,0,118,145,67,182,87,75,7,0,118,145,86,232,43,58,9,0,120,145,223,66,18,189,7,0,120,145,223,66,199,191,7,0,121,17,37,77,188,218,6,0,123,145,223,40,157,13,12,0,127,145,166,154,18,189,7,0,127,145,166,154,41,149,9,0,127,145,166,154,73,149,9,0,128,145,237,193,223,244,8,0,128,145,237,193,207,253,8,0,128,145,237,193,200,6,9,0,130,145,140,13,142,174,8,0,132,145,248,226,150,83,9,0,132,145,248,226,176,85,9,0,133,17,197,54,2,150,7,0,133,17,225,194,146,180,10,0,133,17,225,194,35,183,10,0,133,145,68,70,147,3,12,0,134,145,0,101,174,66,8,0,137,145,3,142,4,32,9,0,137,145,3,142,42,37,9,0,138,145,118,166,4,32,9,0,138,145,118,166,42,37,9,0,140,17,183,223,85,53,7,0,140,17,77,175,235,58,9,0,140,17,77,175,16,59,9,0,140,17,77,175,48,59,9,0,141,145,251,219,172,44,7,0,144,145,102,149,175,170,10,0,144,145,102,149,207,170,10,0,146,17,132,187,225,97,7,0,147,17,180,148,32,28,7,0,147,145,206,98,179,85,7,0,147,145,206,98,178,87,7,0,149,17,116,103,78,125,11,0,150,17,231,242,161,138,7,0,151,17,36,18,149,127,7,0,151,145,125,16,243,234,11,0,155,145,204,106,186,177,7,0,156,145,153,57,150,132,10,0,157,145,209,12,32,28,7,0,157,17,132,115,117,121,7,0,160,145,37,252,175,21,11,0,161,145,142,119,140,72,6,0,161,17,157,40,148,146,7,0,161,145,177,172,102,105,9,0,161,145,177,172,57,107,9,0,161,17,83,126,244,18,10,0,161,17,83,126,16,19,10,0,163,145,234,115,240,7,8,0,163,17,148,7,4,32,9,0,163,17,148,7,42,37,9,0,164,145,33,111,107,63,8,0,165,145,106,5,198,146,7,0,166,17,216,156,56,84,7,0,168,17,167,18,92,25,10,0,168,17,167,18,128,25,10,0,168,17,167,18,176,25,10,0,170,145,132,201,186,177,7,0,170,17,114,174,223,244,8,0,170,17,114,174,207,253,8,0,170,17,114,174,200,6,9,0,171,17,19,243,24,47,7,0,174,17,180,128,135,31,7,0,177,17,200,166,83,130,9,0,177,17,200,166,122,130,9,0,179,17,111,86,235,58,9,0,179,17,111,86,16,59,9,0,179,17,111,86,48,59,9,0,179,145,152,143,250,82,11,0,184,145,194,208,199,191,7,0,184,145,194,208,241,200,11,0,185,145,115,82,231,212,6,0,186,17,124,138,206,36,7,0,188,17,58,59,184,198,10,0,188,17,58,59,241,198,10,0,189,145,231,242,150,83,9,0,189,145,231,242,176,85,9,0,190,17,126,5,144,143,7,0,192,145,37,112,123,155,7,0,193,145,78,176,223,244,8,0,193,145,78,176,207,253,8,0,193,145,78,176,200,6,9,0,195,145,196,57,76,201,11,0,196,17,23,53,128,62,10,0,196,17,23,53,229,62,10,0,198,17,179,196,123,155,7,0,199,145,107,73,144,143,7,0,199,145,210,226,165,209,9,0,199,145,210,226,32,210,9,0,199,145,210,226,149,210,9,0,199,145,210,226,61,211,9,0,199,145,210,226,215,211,9,0,199,145,20,193,198,146,11,0,200,145,62,109,85,53,7,0,201,145,40,15,252,158,11,0,202,17,138,37,150,132,10,0,204,145,86,136,136,72,9,0,204,145,86,136,160,72,9,0,204,145,86,136,192,72,9,0,208,145,10,175,166,78,7,0,209,145,185,16,176,67,11,0,210,17,24,93,219,70,7,0,210,17,24,93,72,161,8,0,210,17,24,93,214,161,8,0,210,17,24,93,89,162,8,0,211,17,173,150,192,69,9,0,211,17,173,150,164,70,9,0,211,17,173,150,128,71,9,0,212,17,118,240,112,36,7,0,212,17,185,210,85,53,7,0,213,145,249,198,97,28,9,0,213,145,249,198,1,29,9,0,213,145,249,198,166,29,9,0,214,17,237,65,20,20,6,0,214,17,240,74,223,244,8,0,214,17,240,74,207,253,8,0,214,17,240,74,200,6,9,0,215,145,7,57,187,183,8,0,217,145,61,171,186,177,7,0,217,145,61,171,186,204,7,0,217,145,61,171,0,206,7,0,218,145,130,207,100,169,6,0,219,145,55,62,231,60,7,0,219,145,55,62,39,190,11,0,222,145,45,115,161,212,9,0,222,145,45,115,93,213,9,0,223,17,182,211,2,150,7,0,223,17,175,128,186,177,7,0,223,145,197,18,109,131,8,0,223,145,94,171,29,76,9,0,223,145,94,171,133,76,9,0,225,17,76,241,94,35,8,0,226,145,21,21,54,134,7,0,227,17,14,243,244,106,7,0,229,145,6,248,133,161,6,0,229,17,49,197,136,116,10,0,229,17,49,197,190,116,10,0,229,17,220,160,67,217,11,0,230,145,155,31,78,230,6,0,230,145,155,31,172,155,8,0,230,17,41,118,113,119,10,0,230,17,41,118,150,119,10,0,230,145,60,53,115,55,11,0,239,17,99,107,223,244,8,0,239,17,99,107,207,253,8,0,239,17,99,107,200,6,9,0,241,145,197,227,145,139,7,0,241,145,252,133,97,28,9,0,241,145,252,133,1,29,9,0,241,145,252,133,166,29,9,0,241,17,70,215,133,69,11,0,246,17,191,150,199,191,7,0,246,145,245,88,247,20,8,0,246,145,175,244,22,126,8,0,246,17,191,150,214,190,10,0,246,17,191,150,21,191,10,0,247,145,130,97,244,106,7,0,247,17,240,96,171,209,8,0,252,17,59,246,231,60,7,0,252,145,210,230,30,78,7,0,254,17,107,186,68,89,7,0,4,146,183,128,40,122,6,0,5,146,133,53,183,62,11,0,5,18,92,85,127,182,11,0,7,18,122,156,244,106,7,0,10,18,125,34,199,191,7,0,10,18,125,34,173,65,9,0,10,18,125,34,223,65,9,0,11,18,81,92,30,103,7,0,11,18,81,92,220,162,8,0,13,146,109,243,108,115,7,0,15,146,196,93,43,43,7,0,16,146,35,89,248,237,9,0,16,146,35,89,238,238,9,0,20,146,54,73,144,143,7,0,25,18,49,167,58,100,7,0,25,18,139,253,4,32,9,0,25,18,139,253,42,37,9,0,29,146,103,173,161,14,7,0,29,146,103,173,15,15,7,0,29,146,103,173,154,170,7,0,29,146,103,173,184,170,7,0,29,18,86,159,136,51,10,0,29,18,86,159,179,51,10,0,30,18,227,20,113,194,6,0,30,18,83,253,150,132,10,0,31,18,114,21,5,129,7,0,34,146,252,245,84,223,7,0,34,146,252,245,143,223,7,0,34,18,227,27,30,169,10,0,34,18,227,27,207,169,10,0,34,146,85,170,103,95,11,0,37,18,79,27,41,229,7,0,39,18,217,43,114,228,9,0,40,18,112,178,68,89,7,0,40,18,112,178,228,91,7,0,42,146,197,220,45,64,9,0,42,146,197,220,214,64,9,0,46,18,59,96,54,196,8,0,49,18,84,199,80,204,6,0,53,146,60,188,125,21,12,0,54,146,160,30,70,217,10,0,55,18,218,173,143,45,7,0,55,146,59,9,197,95,7,0,56,18,216,34,59,86,6,0,56,18,55,159,24,126,7,0,58,146,116,207,207,10,11,0,68,18,43,1,242,211,7,0,68,18,34,228,192,43,8,0,70,18,115,40,223,244,8,0,70,18,115,40,207,253,8,0,70,18,115,40,200,6,9,0,70,146,109,21,61,61,11,0,71,18,67,74,231,60,7,0,74,18,163,157,91,170,9,0,74,18,163,157,174,170,9,0,75,146,240,244,167,141,6,0,75,18,193,197,30,16,7,0,76,146,78,96,145,139,7,0,76,146,77,0,181,218,10,0,77,146,178,169,150,132,10,0,77,18,29,104,12,214,11,0,78,146,181,33,123,155,7,0,79,146,113,52,4,32,9,0,79,146,113,52,42,37,9,0,81,18,213,78,4,32,9,0,81,18,213,78,42,37,9,0,82,146,187,63,87,19,10,0,82,146,187,63,125,19,10,0,85,18,40,146,86,135,8,0,88,18,2,46,1,14,7,0,94,18,74,113,139,27,7,0,94,18,74,113,22,72,7,0,96,18,60,99,128,62,10,0,96,18,60,99,229,62,10,0,96,146,113,154,150,132,10,0,97,146,105,68,164,131,7,0,99,146,249,107,41,112,7,0,100,18,220,215,49,45,10,0,100,18,220,215,64,46,10,0,100,18,220,215,67,47,10,0,100,18,220,215,97,48,10,0,102,146,5,229,55,214,6,0,103,18,117,182,68,89,7,0,103,18,117,182,228,91,7,0,103,18,180,128,114,228,9,0,104,146,7,79,231,60,7,0,105,146,18,167,125,142,6,0,105,146,177,91,228,91,7,0,106,18,55,29,202,131,10,0,106,18,55,29,8,132,10,0,108,146,50,95,174,66,8,0,108,18,42,188,223,244,8,0,108,18,42,188,207,253,8,0,108,18,42,188,200,6,9,0,112,18,171,145,100,5,7,0,112,18,175,7,175,34,7,0,113,146,159,161,95,31,11,0,114,18,223,117,72,81,6,0,115,146,192,85,199,191,7,0,115,146,192,85,66,200,7,0,115,146,254,7,65,194,10,0,115,146,254,7,196,194,10,0,119,18,16,3,161,138,7,0,122,18,32,249,238,214,10,0,123,18,154,250,174,66,8,0,124,146,5,228,210,52,9,0,124,146,5,228,47,53,9,0,125,146,172,228,150,132,10,0,126,146,29,150,62,75,6,0,127,18,17,122,102,123,9,0,127,18,17,122,26,124,9,0,130,146,196,148,219,200,11,0,131,18,59,185,110,142,8,0,131,18,59,185,10,143,8,0,132,18,164,135,41,114,9,0,132,18,164,135,57,115,9,0,136,18,91,14,173,195,11,0,137,18,21,177,173,212,11,0,137,18,60,1,84,18,12,0,140,146,178,6,68,34,7,0,143,18,24,25,186,177,7,0,145,146,80,33,68,89,7,0,145,146,80,33,228,91,7,0,145,146,80,33,223,244,8,0,145,146,80,33,207,253,8,0,145,146,80,33,200,6,9,0,146,18,25,35,115,15,6,0,147,18,122,224,240,68,7,0,147,146,201,212,49,45,10,0,147,146,201,212,64,46,10,0,147,146,201,212,67,47,10,0,147,146,201,212,97,48,10,0,148,18,231,129,218,95,6,0,148,18,195,170,164,131,7,0,149,18,99,139,223,244,8,0,149,18,99,139,207,253,8,0,149,18,99,139,200,6,9,0,149,146,63,6,4,32,9,0,149,146,63,6,42,37,9,0,152,18,78,198,4,32,9,0,152,18,78,198,42,37,9,0,153,146,244,19,210,88,9,0,153,146,244,19,145,89,9,0,153,146,244,19,74,90,9,0,153,18,119,170,150,132,10,0,154,18,247,40,11,88,6,0,154,18,247,40,231,118,6,0,157,146,43,14,166,218,6,0,158,18,39,87,212,55,11,0,159,18,22,168,207,174,11,0,161,146,227,234,62,160,11,0,162,18,7,31,11,175,8,0,164,146,252,165,227,93,11,0,167,146,240,89,199,191,7,0,168,18,96,216,41,112,7,0,172,18,84,56,187,183,8,0,173,18,116,27,53,97,7,0,173,18,185,148,123,155,7,0,175,146,255,86,146,180,10,0,175,146,255,86,35,183,10,0,177,146,196,170,54,134,7,0,178,146,193,148,138,99,6,0,178,146,193,148,230,111,6,0,180,146,139,5,4,32,9,0,180,146,254,39,4,32,9,0,180,146,139,5,42,37,9,0,180,146,254,39,42,37,9,0,180,146,219,104,130,157,10,0,180,146,219,104,47,158,10,0,182,146,20,64,107,96,8,0,182,146,20,64,60,150,8,0,184,146,64,223,146,180,10,0,184,146,64,223,35,183,10,0,184,146,151,90,193,66,11,0,184,146,151,90,209,66,11,0,189,18,170,156,164,131,7,0,189,146,160,107,114,228,9,0,191,18,34,228,219,112,8,0,191,18,237,52,87,119,11,0,192,146,63,240,243,171,6,0,192,146,63,240,12,172,6,0,197,146,139,247,150,111,7,0,199,146,101,78,234,213,10,0,201,18,72,88,223,244,8,0,201,18,72,88,207,253,8,0,201,18,72,88,200,6,9,0,206,146,192,76,183,147,7,0,206,18,42,208,56,110,11,0,207,18,189,6,223,244,8,0,207,18,189,6,207,253,8,0,207,18,189,6,200,6,9,0,210,146,246,23,185,135,6,0,211,146,201,95,166,78,7,0,214,18,178,236,226,12,7,0,215,146,123,43,199,1,7,0,216,18,236,204,2,150,7,0,217,146,103,28,2,150,7,0,219,18,38,234,92,242,6,0,220,146,188,215,143,45,7,0,221,18,109,233,63,152,6,0,223,146,120,29,41,112,7,0,223,146,120,29,242,145,7,0,224,146,207,132,51,222,6,0,227,146,45,146,246,207,9,0,227,146,45,146,45,208,9,0,227,146,45,146,187,208,9,0,229,146,172,20,29,76,9,0,229,146,172,20,133,76,9,0,229,146,84,196,151,189,11,0,230,146,54,74,135,225,11,0,231,18,132,55,135,31,7,0,232,18,185,148,164,131,7,0,232,146,224,32,241,2,10,0,232,146,224,32,254,3,10,0,233,18,231,154,143,45,7,0,233,18,231,154,183,48,7,0,233,18,232,130,150,83,9,0,233,18,232,130,176,85,9,0,235,18,74,67,114,19,7,0,235,146,183,236,84,88,9,0,235,146,183,236,139,88,9,0,238,146,151,157,121,252,6,0,238,146,151,157,132,207,9,0,240,146,111,240,71,76,6,0,240,146,239,84,123,155,7,0,240,18,23,210,80,20,9,0,240,18,23,210,241,23,9,0,241,18,63,71,154,250,6,0,241,18,60,31,1,31,7,0,243,146,230,6,221,20,7,0,244,146,207,150,242,145,7,0,244,18,110,166,56,1,8,0,244,18,110,166,96,1,8,0,245,146,14,7,144,143,7,0,245,18,249,8,186,177,7,0,246,146,184,177,177,65,6,0,247,146,110,66,128,255,10,0,251,18,180,17,4,32,9,0,251,18,180,17,42,37,9,0,252,18,21,233,192,69,9,0,252,18,21,233,164,70,9,0,252,18,21,233,128,71,9,0,253,18,97,60,213,85,6,0,254,146,241,64,199,191,7,0,254,146,241,64,100,60,8,0,4,147,195,38,58,139,7,0,4,147,63,127,246,230,10,0,6,19,185,139,57,89,10,0,12,19,193,87,147,0,6,0,12,147,94,136,74,52,6,0,12,19,193,87,24,144,6,0,12,19,193,87,21,161,6,0,14,147,16,133,4,32,9,0,14,147,16,133,42,37,9,0,16,19,157,5,166,78,7,0,20,147,68,7,123,155,7,0,20,19,142,95,60,143,11,0,21,19,110,3,76,57,6,0,21,147,124,123,120,218,6,0,21,19,28,171,6,32,8,0,22,19,74,46,78,36,11,0,24,19,221,78,44,113,10,0,24,19,221,78,126,113,10,0,25,19,56,185,199,191,7,0,26,147,205,32,85,53,7,0,28,147,181,44,231,60,7,0,28,147,205,150,160,251,9,0,28,147,205,150,212,251,9,0,30,147,230,138,132,116,7,0,32,147,164,55,194,240,5,0,34,147,83,83,122,30,9,0,34,147,83,83,44,31,9,0,36,19,22,239,41,100,10,0,39,19,94,7,240,68,7,0,40,19,2,233,244,106,7,0,42,19,201,78,230,82,8,0,42,19,201,78,15,83,8,0,47,147,71,219,77,216,6,0,49,19,30,36,161,138,7,0,52,19,182,148,168,91,6,0,53,19,19,28,120,33,6,0,53,19,19,28,153,168,7,0,54,19,220,202,164,131,7,0,54,147,4,220,140,92,9,0,54,147,4,220,54,93,9,0,58,147,224,57,146,180,10,0,58,147,224,57,35,183,10,0,59,147,124,231,4,32,9,0,59,147,124,231,42,37,9,0,59,147,39,132,45,64,9,0,59,147,39,132,214,64,9,0,60,19,100,154,181,139,11,0,62,147,231,31,71,191,10,0,62,147,231,31,169,192,10,0,62,19,128,109,14,197,11,0,65,147,224,133,120,33,6,0,65,147,224,133,153,168,7,0,69,147,165,96,55,56,9,0,69,147,165,96,88,56,9,0,70,147,84,13,172,222,10,0,72,147,200,150,150,132,10,0,74,19,220,35,150,132,10,0,75,19,36,248,34,115,7,0,75,147,190,142,173,132,11,0,77,147,115,56,112,36,7,0,77,19,73,187,245,77,9,0,77,19,73,187,223,78,9,0,78,19,109,205,114,228,9,0,83,19,213,126,164,131,7,0,84,147,63,218,147,154,11,0,86,147,238,21,49,45,10,0,86,147,238,21,64,46,10,0,86,147,238,21,67,47,10,0,86,147,238,21,97,48,10,0,89,147,99,129,18,189,7,0,90,19,240,189,87,75,7,0,90,19,240,189,220,76,7,0,93,147,14,146,179,212,7,0,95,19,161,26,147,217,11,0,98,19,86,2,223,244,8,0,98,19,86,2,207,253,8,0,98,19,86,2,200,6,9,0,98,19,112,74,89,44,9,0,98,19,145,179,89,44,9,0,98,19,112,74,166,45,9,0,98,19,145,179,166,45,9,0,98,19,112,74,245,46,9,0,98,19,145,179,245,46,9,0,103,19,98,74,58,37,6,0,104,147,156,220,80,20,9,0,104,147,156,220,241,23,9,0,104,147,156,220,225,71,11,0,107,19,84,2,76,15,7,0,107,19,194,124,97,28,9,0,107,19,194,124,1,29,9,0,107,19,194,124,166,29,9,0,108,147,121,200,123,155,7,0,113,19,141,41,12,72,6,0,117,19,124,80,62,224,9,0,117,19,124,80,96,224,9,0,118,147,235,194,2,150,7,0,118,147,156,86,123,155,7,0,120,147,252,117,167,228,10,0,122,19,44,106,199,191,7,0,122,19,44,106,173,65,9,0,122,19,44,106,223,65,9,0,123,19,193,129,125,153,11,0,128,147,214,215,27,77,6,0,128,19,76,72,4,32,9,0,128,19,76,72,42,37,9,0,128,19,175,147,218,153,9,0,128,19,175,147,244,153,9,0,130,19,124,111,4,32,9,0,130,19,124,111,42,37,9,0,131,147,237,209,217,135,6,0,134,19,180,148,214,231,6,0,136,19,121,30,149,127,7,0,137,147,74,42,0,53,10,0,137,147,74,42,15,53,10,0,142,147,13,9,16,141,7,0,143,147,34,124,205,39,7,0,146,19,220,215,102,105,9,0,146,19,220,215,57,107,9,0,146,147,37,151,130,157,10,0,146,147,37,151,47,158,10,0,148,19,147,75,211,113,6,0,148,147,213,94,20,61,8,0,150,147,57,35,192,77,7,0,151,19,112,248,69,231,7,0,152,147,66,176,123,155,7,0,152,147,32,220,36,2,12,0,154,147,189,248,176,67,10,0,154,147,189,248,242,68,10,0,154,147,189,248,55,70,10,0,155,19,249,196,25,66,9,0,155,19,249,196,212,67,9,0,156,19,203,176,81,92,6,0,156,19,107,54,54,134,7,0,157,19,254,85,229,149,6,0,159,147,210,193,153,82,7,0,159,19,157,242,22,76,8,0,161,19,6,108,79,167,6,0,162,19,181,109,251,249,9,0,162,19,181,109,10,250,9,0,166,147,63,166,59,229,6,0,170,147,11,147,169,0,11,0,173,147,34,11,172,196,9,0,174,147,95,212,139,98,6,0,176,19,124,10,215,117,9,0,176,19,124,10,29,118,9,0,176,19,124,10,106,118,9,0,178,147,222,220,171,115,6,0,178,147,222,220,109,37,7,0,180,147,175,219,6,137,9,0,180,147,175,219,142,137,9,0,181,19,223,222,199,191,7,0,181,147,114,17,159,192,8,0,181,19,223,222,202,42,9,0,182,19,154,251,228,91,7,0,182,19,0,170,84,88,9,0,182,19,0,170,139,88,9,0,183,19,136,135,76,57,6,0,184,19,88,242,125,199,8,0,184,19,88,242,191,236,11,0,185,19,251,225,221,35,6,0,185,19,114,69,231,60,7,0,185,19,7,27,197,95,7,0,186,147,5,56,141,103,6,0,190,147,196,64,231,60,7,0,190,19,41,205,249,0,11,0,190,19,41,205,20,1,11,0,191,147,115,193,22,177,6,0,191,147,27,154,181,104,7,0,191,19,165,144,221,148,11,0,194,147,150,179,25,66,9,0,194,147,150,179,212,67,9,0,195,19,83,126,149,127,7,0,199,19,61,143,171,114,11,0,203,19,179,135,186,177,7,0,204,19,33,203,41,155,6,0,204,19,33,203,112,36,7,0,204,147,178,154,94,8,12,0,206,19,180,53,14,62,10,0,206,19,180,53,181,64,10,0,207,19,128,236,6,82,7,0,209,147,174,185,119,34,7,0,209,147,167,249,45,93,11,0,210,147,9,247,181,109,7,0,214,19,241,167,231,60,7,0,214,147,236,97,149,127,7,0,216,19,73,60,179,106,11,0,217,147,45,144,130,157,10,0,217,147,45,144,47,158,10,0,218,19,137,22,1,14,7,0,219,19,221,190,206,238,6,0,219,19,233,95,107,251,11,0,220,19,139,249,186,177,7,0,220,147,174,129,67,119,11,0,223,19,106,5,180,155,11,0,226,19,158,228,67,143,6,0,227,147,223,0,223,244,8,0,227,147,223,0,207,253,8,0,227,147,223,0,200,6,9,0,228,147,96,39,203,244,11,0,229,147,73,41,117,217,7,0,230,147,146,92,41,114,9,0,230,147,146,92,57,115,9,0,233,19,155,26,223,244,8,0,233,19,155,26,207,253,8,0,233,19,155,26,200,6,9,0,237,19,250,186,29,76,9,0,237,19,250,186,133,76,9,0,239,19,137,155,154,10,7,0,239,147,193,176,228,91,7,0,239,147,193,176,225,97,7,0,240,147,72,245,38,106,6,0,243,147,139,48,36,244,6,0,243,147,73,238,231,60,7,0,244,147,223,162,86,135,8,0,245,147,203,67,231,60,7,0,245,19,14,50,46,45,8,0,250,19,197,94,68,154,9,0,250,19,197,94,122,154,9,0,252,19,105,170,231,60,7,0,252,19,117,13,44,113,10,0,252,19,117,13,126,113,10,0,1,20,20,58,105,122,7,0,3,148,242,192,70,217,10,0,3,20,49,94,110,232,11,0,5,148,6,51,211,24,8,0,5,148,5,255,160,251,9,0,5,148,5,255,212,251,9,0,9,20,163,38,231,60,7,0,10,20,188,148,186,157,6,0,13,148,79,83,231,60,7,0,16,20,168,31,223,244,8,0,16,20,168,31,207,253,8,0,16,20,168,31,200,6,9,0,17,20,138,252,68,89,7,0,17,20,138,252,228,91,7,0,20,20,180,128,244,106,7,0,22,148,195,61,144,143,7,0,22,148,104,209,186,177,7,0,22,148,104,209,60,170,8,0,24,20,34,184,5,129,7,0,24,148,211,33,150,132,10,0,28,148,172,170,244,106,7,0,30,148,4,130,229,40,11,0,32,20,169,231,186,177,7,0,33,20,1,159,133,69,11,0,35,148,44,44,199,191,7,0,35,148,44,44,20,198,7,0,35,148,44,44,186,204,7,0,38,148,153,48,145,237,5,0,44,148,50,147,160,244,10,0,47,20,192,108,85,53,7,0,48,148,31,88,30,184,6,0,48,20,217,105,193,6,10,0,48,20,217,105,96,7,10,0,49,148,163,224,176,67,10,0,49,148,163,224,242,68,10,0,49,148,163,224,55,70,10,0,54,20,191,232,174,66,8,0,57,20,1,93,22,96,9,0,57,20,1,93,98,96,9,0,58,20,115,244,248,237,9,0,58,20,115,244,238,238,9,0,59,148,133,71,2,150,7,0,59,148,208,163,223,244,8,0,59,148,208,163,207,253,8,0,59,148,208,163,200,6,9,0,60,20,97,12,140,213,11,0,61,20,205,191,126,61,6,0,61,148,217,139,176,67,10,0,61,148,217,139,242,68,10,0,61,148,217,139,55,70,10,0,62,148,185,94,120,33,6,0,62,20,252,127,190,133,6,0,62,148,185,94,153,168,7,0,63,20,103,234,71,241,6,0,64,148,227,230,54,134,7,0,65,20,60,30,20,9,11,0,66,148,128,137,87,2,12,0,67,148,173,169,150,132,10,0,68,148,76,249,123,4,12,0,80,20,10,48,225,163,6,0,83,148,48,117,4,32,9,0,83,148,48,117,42,37,9,0,85,148,232,156,245,170,7,0,86,20,97,82,135,31,7,0,86,20,170,151,73,52,11,0,87,148,137,125,166,98,6,0,87,20,197,41,114,24,8,0,88,148,195,48,158,52,7,0,88,148,126,211,2,150,7,0,90,20,255,49,241,157,6,0,90,20,188,97,139,251,11,0,91,148,169,232,226,74,8,0,92,148,94,222,197,246,10,0,92,148,6,64,27,57,11,0,92,20,184,58,22,63,11,0,95,148,73,18,2,150,7,0,96,20,208,66,122,79,8,0,104,148,186,64,129,35,7,0,104,148,186,64,5,36,7,0,104,148,144,17,163,206,9,0,104,148,144,17,186,206,9,0,104,148,239,154,170,151,11,0,105,148,239,125,245,65,6,0,105,148,239,125,18,200,6,0,105,20,53,138,80,20,9,0,105,20,53,138,241,23,9,0,105,20,53,138,120,250,10,0,106,20,231,242,12,177,7,0,106,148,142,120,186,177,7,0,107,148,73,18,4,32,9,0,107,148,73,18,42,37,9,0,108,148,58,193,228,5,6,0,112,148,45,106,134,83,7,0,114,148,244,168,149,173,6,0,114,148,244,168,181,173,6,0,114,20,88,103,146,180,10,0,114,20,88,103,35,183,10,0,115,20,162,126,167,56,6,0,115,20,114,62,25,66,9,0,115,20,114,62,212,67,9,0,116,148,3,97,212,187,7,0,117,148,139,20,132,127,9,0,117,148,139,20,219,127,9,0,117,148,139,20,27,128,9,0,117,148,139,20,97,128,9,0,117,148,139,20,154,128,9,0,117,148,139,20,215,128,9,0,117,148,139,20,28,129,9,0,117,148,139,20,75,129,9,0,117,148,139,20,117,129,9,0,117,20,211,80,207,126,11,0,117,20,211,80,250,128,11,0,124,148,121,148,134,202,6,0,126,20,29,247,215,122,9,0,126,20,29,247,12,123,9,0,127,20,243,213,98,220,10,0,128,20,20,180,186,177,7,0,129,148,6,237,203,100,7,0,129,148,122,94,91,55,11,0,130,148,132,193,150,132,10,0,130,20,98,245,71,191,10,0,130,20,98,245,169,192,10,0,132,20,42,218,212,187,7,0,132,20,42,218,92,198,7,0,135,20,164,38,89,44,9,0,135,20,164,38,166,45,9,0,135,20,164,38,245,46,9,0,135,20,176,55,192,69,9,0,135,20,176,55,164,70,9,0,135,20,176,55,128,71,9,0,138,148,0,171,6,106,6,0,138,148,0,171,33,221,8,0,140,148,93,247,0,223,6,0,141,148,30,73,244,106,7,0,141,148,85,143,208,79,9,0,141,148,85,143,138,80,9,0,141,148,85,143,56,81,9,0,141,20,192,228,148,64,11,0,141,20,192,228,201,64,11,0,142,20,100,155,61,181,6,0,144,20,157,38,67,83,8,0,147,20,64,230,41,63,9,0,147,20,64,230,96,63,9,0,149,148,211,106,225,235,5,0,149,20,44,134,23,39,7,0,149,20,166,12,193,6,10,0,149,20,166,12,96,7,10,0,151,20,168,237,231,60,7,0,152,20,169,219,214,17,8,0,156,148,79,102,21,215,11,0,157,20,157,38,146,180,10,0,157,20,157,38,35,183,10,0,159,148,1,66,94,222,6,0,159,148,237,51,123,155,7,0,160,20,47,30,102,143,8,0,161,148,210,190,69,3,6,0,162,20,131,182,167,101,9,0,162,20,131,182,133,102,9,0,162,20,46,39,5,204,11,0,164,20,26,20,172,44,7,0,167,148,235,17,206,60,10,0,167,148,235,17,234,60,10,0,167,148,235,17,9,61,10,0,167,148,235,17,46,61,10,0,169,20,56,117,219,70,7,0,171,148,123,2,87,221,6,0,171,20,148,190,146,61,8,0,172,148,125,235,56,84,7,0,172,148,27,95,25,66,9,0,172,148,27,95,212,67,9,0,176,20,78,170,81,82,7,0,179,148,1,126,181,132,6,0,181,20,76,105,62,252,9,0,181,20,76,105,84,252,9,0,182,20,137,238,151,185,11,0,183,148,167,255,138,159,10,0,183,148,167,255,214,159,10,0,183,148,167,255,35,160,10,0,183,20,213,75,2,225,10,0,184,20,143,91,211,36,6,0,185,148,176,3,231,192,11,0,188,20,237,119,167,101,9,0,188,20,237,119,133,102,9,0,189,20,245,194,228,91,7,0,189,148,253,90,54,134,7,0,189,20,245,194,50,141,9,0,189,20,245,194,130,142,9,0,189,20,245,194,212,143,9,0,189,20,245,194,43,145,9,0,192,20,221,240,139,177,6,0,197,148,156,20,25,44,7,0,197,20,103,32,18,74,11,0,200,148,36,5,41,112,7,0,202,148,247,86,251,53,6,0,206,20,148,225,212,187,7,0,206,20,1,42,157,222,10,0,207,20,155,205,109,37,7,0,207,148,240,52,5,116,8,0,208,20,137,135,50,141,9,0,208,20,137,135,130,142,9,0,208,20,137,135,212,143,9,0,208,20,137,135,43,145,9,0,209,148,120,183,164,131,7,0,214,148,174,69,99,31,6,0,214,20,154,89,87,75,7,0,216,148,178,102,37,77,9,0,217,20,59,254,116,75,9,0,217,20,59,254,173,75,9,0,219,20,126,10,155,109,6,0,220,148,153,226,228,91,7,0,220,148,153,226,128,62,10,0,220,148,153,226,229,62,10,0,221,20,156,251,120,33,6,0,221,148,243,126,231,60,7,0,221,20,156,251,153,168,7,0,222,20,99,88,231,60,7,0,223,20,95,149,1,120,11,0,224,148,118,182,66,138,9,0,224,148,118,182,128,138,9,0,224,148,118,182,157,61,11,0,225,20,184,84,128,140,10,0,225,20,184,84,20,141,10,0,225,20,184,84,172,141,10,0,227,148,38,217,62,95,8,0,227,148,107,245,208,79,9,0,227,148,107,245,138,80,9,0,227,148,107,245,56,81,9,0,228,20,182,93,114,228,9,0,229,20,180,60,85,53,7,0,231,148,121,143,56,32,8,0,231,20,61,38,223,244,8,0,231,20,61,38,207,253,8,0,231,20,61,38,200,6,9,0,231,20,231,242,9,205,9,0,231,20,231,242,36,205,9,0,232,20,173,102,7,244,8,0,237,20,254,148,146,180,10,0,237,20,254,148,35,183,10,0,238,20,66,38,150,132,10,0,240,148,40,0,180,53,9,0,240,148,40,0,36,54,9,0,241,20,5,6,140,92,9,0,241,20,5,6,54,93,9,0,242,148,120,136,175,81,7,0,245,148,176,47,223,244,8,0,245,148,176,47,207,253,8,0,245,148,176,47,200,6,9,0,250,148,96,153,163,161,6,0,251,20,231,242,103,14,7,0,253,148,67,152,233,171,7,0,253,20,190,211,4,32,9,0,253,20,190,211,42,37,9,0,254,148,250,126,15,212,10,0,255,20,169,222,199,191,7,0,255,20,169,222,0,207,7,0,2,21,175,105,214,17,8,0,5,21,146,177,2,150,7,0,6,149,112,119,253,73,8,0,7,149,4,9,43,18,11,0,8,149,71,71,80,20,9,0,8,149,71,71,241,23,9,0,8,149,231,242,146,180,10,0,8,149,231,242,35,183,10,0,9,149,68,22,6,137,9,0,9,149,68,22,142,137,9,0,10,21,195,227,214,124,10,0,10,21,195,227,236,124,10,0,13,149,244,103,37,16,10,0,13,149,244,103,66,16,10,0,15,21,39,116,19,48,11,0,15,21,123,55,169,140,11,0,18,21,155,112,165,209,9,0,18,21,155,112,32,210,9,0,18,21,155,112,149,210,9,0,18,21,155,112,61,211,9,0,18,21,155,112,215,211,9,0,19,21,99,244,112,36,7,0,19,21,214,111,248,237,9,0,19,21,214,111,238,238,9,0,22,21,226,50,4,32,9,0,22,21,226,50,42,37,9,0,26,149,231,242,186,177,7,0,27,21,157,69,81,13,7,0,27,21,157,69,208,209,11,0,29,21,168,237,115,150,9,0,30,21,143,205,179,85,7,0,31,21,122,94,123,155,7,0,31,149,65,35,119,240,10,0,31,149,65,35,175,249,10,0,34,21,234,70,38,131,8,0,34,21,234,70,125,32,11,0,35,149,4,218,154,237,7,0,35,149,4,218,191,237,7,0,36,21,184,148,16,141,7,0,37,149,133,8,135,211,7,0,37,149,229,14,230,203,9,0,37,149,229,14,54,204,9,0,40,21,198,65,14,69,6,0,40,21,9,177,12,177,7,0,40,149,240,0,199,191,7,0,40,21,145,20,127,49,8,0,43,21,136,194,223,244,8,0,43,21,136,194,207,253,8,0,43,21,136,194,200,6,9,0,43,21,220,235,204,99,11,0,44,149,79,28,4,118,6,0,45,21,100,152,65,194,10,0,45,21,100,152,196,194,10,0,46,21,88,71,85,53,7,0,46,149,223,190,129,14,10,0,46,149,223,190,157,14,10,0,46,149,229,223,25,185,11,0,50,149,175,107,109,37,7,0,50,21,149,225,186,177,7,0,51,21,40,200,116,5,11,0,52,149,131,32,160,85,6,0,52,149,209,154,197,95,7,0,52,149,132,1,192,97,7,0,52,149,132,1,241,2,10,0,52,149,132,1,254,3,10,0,55,21,144,60,149,127,7,0,55,21,104,44,81,19,8,0,55,149,216,144,4,32,9,0,55,149,216,144,42,37,9,0,56,149,34,73,150,132,10,0,60,21,79,147,192,69,9,0,60,21,79,147,164,70,9,0,60,21,79,147,128,71,9,0,62,21,162,243,205,134,6,0,65,149,249,225,30,103,7,0,68,21,79,226,187,183,8,0,68,21,26,103,159,204,11,0,69,149,161,29,4,32,9,0,69,149,161,29,42,37,9,0,70,21,66,31,246,55,8,0,71,21,213,35,76,127,11,0,78,149,84,165,85,53,7,0,78,21,17,98,22,72,7,0,78,149,84,165,186,177,7,0,82,21,153,114,32,124,8,0,85,149,143,32,19,68,8,0,85,149,101,27,146,180,10,0,85,149,101,27,35,183,10,0,90,149,240,33,4,32,9,0,90,149,240,33,42,37,9,0,90,149,145,107,60,240,11,0,91,149,13,55,34,115,7,0,93,149,239,60,123,155,7,0,93,21,7,119,4,32,9,0,93,21,7,119,42,37,9,0,95,21,250,45,186,177,7,0,95,149,144,146,199,97,9,0,95,149,144,146,173,98,9,0,95,149,144,146,152,99,9,0,96,149,90,64,141,119,7,0,97,21,70,127,37,13,6,0,97,21,147,190,205,61,11,0,98,21,186,18,235,137,11,0,103,149,121,208,179,85,7,0,103,149,121,208,178,87,7,0,104,21,13,192,252,116,7,0,107,21,131,206,186,177,7,0,107,149,104,78,241,2,10,0,107,149,104,78,254,3,10,0,110,149,55,105,178,148,6,0,110,21,232,176,188,60,9,0,110,21,232,176,6,61,9,0,111,21,21,174,199,191,7,0,111,21,21,174,216,199,7,0,113,21,227,36,244,106,7,0,113,149,124,118,49,14,11,0,115,149,160,142,214,89,11,0,117,149,64,1,85,53,7,0,117,21,244,84,231,60,7,0,118,149,83,239,179,85,7,0,118,149,235,7,144,143,7,0,119,149,133,58,223,244,8,0,119,149,133,58,207,253,8,0,119,149,133,58,200,6,9,0,120,21,149,42,80,20,9,0,120,21,149,42,241,23,9,0,121,149,46,51,153,147,10,0,121,149,46,51,98,148,10,0,121,21,33,32,217,105,11,0,122,149,52,187,107,206,8,0,125,149,134,171,197,95,7,0,125,21,231,235,208,79,9,0,125,21,231,235,138,80,9,0,125,21,231,235,56,81,9,0,128,21,112,219,116,85,6,0,128,21,112,219,187,213,6,0,128,21,173,17,100,73,11,0,129,149,94,145,186,177,7,0,130,21,197,88,130,157,10,0,130,21,197,88,47,158,10,0,132,21,211,13,164,243,6,0,132,21,72,64,186,177,7,0,132,149,162,128,7,244,8,0,132,21,72,64,36,237,11,0,134,149,105,27,163,61,9,0,134,149,105,27,195,61,9,0,137,21,213,213,52,30,7,0,137,21,213,213,199,191,7,0,137,21,213,213,220,186,9,0,137,21,213,213,61,187,9,0,137,21,213,213,163,187,9,0,137,21,213,213,2,188,9,0,137,21,213,213,106,188,9,0,138,149,136,35,73,51,9,0,138,149,136,35,103,51,9,0,138,149,136,35,128,51,9,0,139,149,18,86,125,123,8,0,139,149,57,92,219,11,12,0,142,21,21,242,206,36,7,0,143,149,245,25,248,237,9,0,143,149,245,25,238,238,9,0,144,21,231,160,4,32,9,0,144,21,231,160,42,37,9,0,149,21,59,23,2,150,7,0,149,21,22,249,123,155,7,0,151,21,254,162,88,102,11,0,153,21,77,36,133,80,7,0,153,149,43,159,150,132,10,0,153,149,213,233,128,231,11,0,155,149,2,82,85,53,7,0,158,21,178,191,38,46,7,0,159,21,209,173,84,209,6,0,160,149,67,193,244,106,7,0,163,21,22,172,4,32,9,0,163,21,22,172,42,37,9,0,163,21,174,61,100,221,11,0,166,149,193,113,162,133,6,0,166,21,148,148,252,74,7,0,166,21,138,209,5,129,7,0,166,149,12,22,150,83,9,0,166,149,12,22,176,85,9,0,166,149,99,114,104,159,9,0,166,149,99,114,184,159,9,0,166,149,99,114,23,160,9,0,166,149,99,114,105,160,9,0,166,21,194,252,52,246,10,0,167,149,245,114,30,78,7,0,167,21,71,172,107,118,11,0,168,149,255,235,62,5,10,0,168,149,255,235,116,5,10,0,169,149,140,92,108,104,11,0,170,21,179,225,5,129,7,0,170,149,178,27,58,139,7,0,175,21,192,121,135,31,7,0,175,21,182,37,215,116,7,0,176,21,230,228,87,75,7,0,179,149,105,77,55,51,6,0,180,149,59,195,52,30,7,0,180,149,59,195,220,186,9,0,180,149,59,195,61,187,9,0,180,149,59,195,163,187,9,0,180,149,59,195,2,188,9,0,180,149,59,195,106,188,9,0,183,149,216,214,116,168,10,0,184,21,126,148,231,60,7,0,184,21,126,148,22,72,7,0,186,149,38,142,240,193,9,0,186,149,38,142,255,193,9,0,186,149,38,142,25,194,9,0,186,149,38,142,226,28,10,0,186,149,38,142,251,28,10,0,187,21,116,95,56,84,7,0,188,21,88,144,4,32,9,0,188,21,88,144,42,37,9,0,190,149,225,116,223,244,8,0,190,149,225,116,207,253,8,0,190,149,225,116,200,6,9,0,191,149,85,194,41,112,7,0,192,21,229,212,244,106,7,0,194,21,11,237,204,74,6,0,194,149,33,203,20,23,10,0,194,149,33,203,63,23,10,0,198,21,109,139,197,95,7,0,201,21,113,182,125,48,9,0,201,21,113,182,110,49,9,0,201,21,245,200,228,161,10,0,201,21,245,200,250,161,10,0,202,149,0,84,123,155,7,0,202,149,0,84,93,144,11,0,203,21,91,43,195,49,7,0,203,21,108,69,167,101,9,0,203,21,108,69,133,102,9,0,204,21,206,232,147,74,8,0,205,21,112,124,19,255,6,0,207,21,38,3,33,61,6,0,207,149,157,46,248,237,9,0,207,149,157,46,238,238,9,0,209,21,243,58,114,228,9,0,210,21,5,8,186,177,7,0,211,149,254,125,32,28,7,0,211,149,69,95,2,150,7,0,211,21,138,177,18,191,11,0,212,149,221,78,244,106,7,0,212,21,146,111,144,143,7,0,212,149,221,78,2,150,7,0,212,21,51,254,110,78,8,0,212,21,51,254,21,79,8,0,213,21,197,52,114,228,9,0,215,21,202,210,86,3,11,0,218,21,211,195,194,26,7,0,219,21,64,255,71,101,7,0,220,21,85,123,106,229,11,0,225,149,115,77,231,60,7,0,225,21,239,130,223,244,8,0,225,21,239,130,207,253,8,0,225,21,239,130,200,6,9,0,225,149,217,25,15,82,10,0,225,149,217,25,38,82,10,0,225,149,217,25,59,82,10,0,227,149,74,176,41,112,7,0,232,21,17,1,164,101,7,0,233,149,220,121,155,130,6,0,233,149,81,242,37,61,11,0,239,149,129,229,244,173,10,0,239,149,129,229,39,174,10,0,241,149,42,127,223,244,8,0,241,149,42,127,207,253,8,0,241,149,42,127,200,6,9,0,245,149,87,79,114,228,9,0,246,149,138,47,87,227,9,0,246,149,138,47,125,227,9,0,248,21,117,184,199,97,9,0,248,21,117,184,173,98,9,0,248,21,117,184,152,99,9,0,248,21,124,148,81,82,11,0,249,21,65,68,161,17,10,0,249,21,65,68,202,17,10,0,250,21,99,73,37,142,7,0,251,149,195,42,109,178,9,0,251,149,195,42,137,178,9,0,251,149,179,207,161,212,9,0,251,149,179,207,93,213,9,0,254,149,78,49,230,118,9,0,254,149,78,49,190,119,9,0,254,149,78,49,52,241,11,0,255,149,195,159,168,238,5,0,255,21,226,184,165,209,9,0,255,21,226,184,32,210,9,0,255,21,226,184,149,210,9,0,255,21,226,184,61,211,9,0,255,21,226,184,215,211,9,0,2,22,138,190,102,105,9,0,2,22,138,190,57,107,9,0,7,150,134,231,41,100,10,0,8,22,239,136,69,10,6,0,19,22,207,82,139,84,8,0,19,22,207,82,195,84,8,0,19,22,207,82,249,84,8,0,20,22,247,61,151,222,6,0,20,150,107,15,30,78,7,0,21,150,82,3,133,74,7,0,21,150,57,22,107,63,8,0,22,22,77,136,150,132,10,0,25,22,36,155,137,191,7,0,25,22,36,155,158,59,8,0,25,22,36,155,215,59,8,0,25,22,36,155,12,60,8,0,25,150,88,45,88,142,11,0,27,22,178,115,81,26,7,0,30,150,237,133,251,44,8,0,32,150,67,39,231,60,7,0,32,150,113,61,54,134,7,0,34,22,52,74,119,26,7,0,36,150,215,207,203,139,6,0,38,150,253,85,49,45,10,0,38,150,253,85,64,46,10,0,38,150,253,85,67,47,10,0,38,150,253,85,97,48,10,0,41,22,139,251,149,170,6,0,44,22,59,244,239,245,6,0,49,150,223,122,126,131,11,0,50,150,245,201,122,30,9,0,50,150,245,201,44,31,9,0,51,22,129,114,162,208,6,0,51,22,128,186,187,55,11,0,59,150,56,3,89,44,9,0,59,150,56,3,166,45,9,0,59,150,56,3,245,46,9,0,59,150,126,204,197,250,10,0,60,150,140,128,80,20,9,0,60,150,140,128,241,23,9,0,61,22,40,62,39,170,6,0,62,150,64,231,81,127,10,0,62,150,151,202,25,14,11,0,63,150,4,126,87,75,7,0,63,22,91,29,245,77,9,0,63,22,91,29,223,78,9,0,63,22,198,100,215,109,10,0,65,22,32,111,117,121,7,0,65,22,136,218,237,236,7,0,65,22,109,27,146,180,10,0,65,22,109,27,35,183,10,0,66,150,68,186,245,99,7,0,66,22,214,226,186,177,7,0,66,22,214,226,215,173,9,0,66,22,214,226,142,174,9,0,68,22,141,243,4,32,9,0,68,22,141,243,42,37,9,0,69,22,171,189,15,232,5,0,73,150,186,148,119,130,8,0,75,150,142,5,112,36,7,0,75,150,142,5,109,37,7,0,76,22,47,146,161,138,7,0,77,150,87,42,54,134,7,0,80,150,228,79,119,158,6,0,80,22,255,6,86,135,8,0,82,150,210,239,211,238,8,0,82,150,210,239,214,89,11,0,84,150,32,0,142,174,8,0,85,22,148,8,223,244,8,0,85,22,148,8,207,253,8,0,85,22,148,8,200,6,9,0,87,150,73,31,231,60,7,0,88,150,47,8,117,121,7,0,88,150,245,88,76,156,8,0,90,150,99,192,141,50,7,0,91,22,202,52,244,250,5,0,91,22,174,206,40,95,10,0,91,22,174,206,208,95,10,0,95,150,187,254,21,71,6,0,97,150,188,76,112,73,7,0,97,22,121,180,184,53,8,0,97,22,121,180,243,53,8,0,97,22,121,180,56,54,8,0,97,22,121,180,126,54,8,0,100,22,252,21,6,105,7,0,100,22,252,21,39,105,7,0,103,22,96,28,89,44,9,0,103,22,96,28,166,45,9,0,103,22,96,28,245,46,9,0,108,150,157,38,206,36,7,0,109,22,150,95,165,59,6,0,109,150,102,103,225,91,11,0,110,150,117,38,176,67,10,0,110,150,117,38,242,68,10,0,110,150,117,38,55,70,10,0,111,22,157,106,204,46,7,0,113,150,100,200,54,134,7,0,114,22,84,245,146,180,10,0,114,22,84,245,35,183,10,0,118,150,19,69,251,53,6,0,123,22,168,144,172,44,7,0,124,22,221,134,85,53,7,0,124,22,199,11,153,147,10,0,124,22,199,11,98,148,10,0,125,150,55,134,87,152,10,0,125,150,55,134,193,152,10,0,126,150,13,134,173,163,6,0,126,150,255,46,186,177,7,0,126,150,255,46,140,163,11,0,127,150,208,38,85,53,7,0,129,150,233,90,231,60,7,0,130,22,99,244,85,53,7,0,134,22,244,110,4,32,9,0,134,22,244,110,42,37,9,0,135,22,171,72,34,129,6,0,135,22,198,105,45,26,7,0,138,22,142,101,89,44,9,0,138,22,142,101,166,45,9,0,138,22,142,101,245,46,9,0,139,22,21,159,1,48,7,0,139,22,137,187,231,219,10,0,141,22,75,136,228,91,7,0,141,22,75,136,141,119,7,0,142,150,217,40,182,12,7,0,142,150,252,21,83,48,7,0,145,22,158,235,79,91,6,0,148,22,93,111,179,85,7,0,148,22,93,111,178,87,7,0,150,22,160,134,123,155,7,0,150,22,166,42,107,63,8,0,151,150,247,187,4,32,9,0,151,150,247,187,42,37,9,0,152,150,49,200,116,32,7,0,152,150,209,131,202,131,10,0,152,150,209,131,8,132,10,0,154,150,247,21,50,224,10,0,154,150,247,21,80,224,10,0,158,150,37,19,6,137,9,0,158,150,37,19,142,137,9,0,163,150,143,99,25,66,9,0,163,150,143,99,212,67,9,0,165,150,135,13,145,126,6,0,166,22,82,176,109,219,7,0,168,150,56,161,171,199,6,0,169,22,117,230,40,95,10,0,169,22,117,230,208,95,10,0,169,150,233,163,187,192,11,0,170,22,174,193,231,60,7,0,171,150,56,16,45,124,7,0,171,22,129,174,161,129,8,0,171,150,56,16,37,157,9,0,171,150,56,16,104,157,9,0,174,150,3,214,172,41,7,0,174,22,232,94,5,129,7,0,176,22,113,19,2,150,7,0,177,150,118,81,55,4,8,0,177,150,48,199,114,228,9,0,180,150,9,146,239,243,6,0,180,22,99,110,4,32,9,0,180,22,99,110,42,37,9,0,180,22,184,138,114,228,9,0,180,150,9,146,251,253,11,0,181,22,195,148,86,135,8,0,185,22,142,180,214,240,11,0,186,150,128,13,58,100,7,0,187,22,146,248,135,31,7,0,189,22,182,47,132,217,6,0,189,22,59,144,54,134,7,0,192,22,143,248,140,7,11,0,193,22,76,115,248,251,11,0,195,150,98,203,30,103,7,0,198,150,172,211,6,137,9,0,198,150,172,211,142,137,9,0,199,150,232,111,217,13,11,0,199,150,232,111,250,13,11,0,200,150,87,138,159,215,8,0,204,22,27,45,5,129,7,0,204,150,44,36,199,191,7,0,204,150,44,36,25,180,8,0,204,150,44,36,175,180,8,0,204,150,44,36,81,181,8,0,204,150,44,36,100,114,10,0,208,150,238,246,86,85,8,0,208,150,238,246,132,85,8,0,208,150,238,246,189,85,8,0,208,22,129,228,116,75,9,0,208,22,129,228,173,75,9,0,208,22,72,172,38,210,11,0,209,150,61,163,7,144,6,0,210,150,43,161,231,60,7,0,210,22,204,138,102,123,9,0,210,22,204,138,26,124,9,0,213,150,175,226,85,53,7,0,214,22,188,51,85,53,7,0,214,150,205,156,87,75,7,0,215,22,171,114,5,129,7,0,215,150,206,139,64,230,11,0,215,150,206,139,87,231,11,0,219,22,194,24,223,244,8,0,219,22,194,24,207,253,8,0,219,22,194,24,200,6,9,0,221,150,208,98,165,142,8,0,223,150,19,12,16,141,7,0,224,22,231,242,213,101,7,0,225,150,157,128,223,244,8,0,225,150,157,128,207,253,8,0,225,150,157,128,200,6,9,0,226,150,122,6,25,44,7,0,226,150,180,162,125,110,7,0,229,22,172,213,133,35,10,0,229,22,172,213,4,36,10,0,229,22,172,213,144,36,10,0,232,22,9,193,24,126,7,0,232,150,16,80,95,56,11,0,237,150,18,127,121,31,11,0,239,22,83,196,248,237,9,0,239,22,83,196,238,238,9,0,244,22,168,210,231,60,7,0,244,22,187,202,18,231,7,0,248,150,37,167,18,189,7,0,248,150,152,165,172,196,9,0,248,150,37,167,201,76,10,0,250,22,14,30,68,89,7,0,250,150,224,104,71,101,7,0,252,150,101,139,228,59,11,0,254,150,131,32,79,73,11,0,1,151,218,47,56,84,7,0,3,151,255,99,20,89,11,0,4,23,184,135,112,49,10,0,4,23,184,135,253,49,10,0,6,151,103,72,4,7,8,0,6,151,103,72,66,7,8,0,6,151,103,72,131,7,8,0,8,23,5,231,22,96,9,0,8,23,5,231,98,96,9,0,11,151,20,214,25,31,11,0,15,151,176,117,240,68,7,0,15,151,119,31,123,155,7,0,18,23,187,7,1,14,7,0,18,23,39,32,152,103,9,0,18,23,39,32,179,103,9,0,24,151,241,244,54,121,7,0,24,23,208,194,112,49,10,0,24,23,208,194,253,49,10,0,25,23,242,101,85,131,6,0,25,23,134,241,4,32,9,0,25,23,134,241,42,37,9,0,25,23,107,138,77,39,11,0,26,23,122,188,16,19,7,0,28,23,185,148,109,219,9,0,28,23,185,148,133,219,9,0,30,151,146,228,174,66,8,0,31,23,128,94,54,134,7,0,31,151,255,195,199,191,7,0,31,151,255,195,5,160,8,0,31,151,255,195,121,160,8,0,31,151,255,195,227,160,8,0,31,151,255,195,169,125,10,0,34,151,123,84,223,244,8,0,34,151,123,84,207,253,8,0,34,151,123,84,200,6,9,0,38,23,133,67,183,147,7,0,39,151,208,104,133,144,11,0,41,23,70,102,74,240,5,0,43,151,238,31,79,162,9,0,43,151,238,31,109,162,9,0,43,151,206,193,231,104,11,0,47,151,122,209,64,32,6,0,48,151,237,128,166,78,7,0,52,23,140,5,61,49,7,0,52,23,140,5,199,191,7,0,52,151,209,71,43,116,10,0,52,151,209,71,60,116,10,0,53,23,23,146,130,157,10,0,53,23,23,146,47,158,10,0,54,23,245,143,250,67,6,0,58,23,133,206,142,99,7,0,63,151,208,31,5,129,7,0,64,23,75,252,96,66,10,0,64,23,31,152,19,165,10,0,64,23,31,152,78,165,10,0,64,151,231,242,52,246,10,0,64,151,89,140,239,17,11,0,64,23,30,118,253,87,11,0,66,151,235,24,175,102,11,0,66,151,235,24,23,114,11,0,67,151,111,93,130,157,10,0,67,151,111,93,47,158,10,0,68,151,159,86,141,119,7,0,68,151,5,91,163,42,10,0,68,151,5,91,248,42,10,0,68,151,31,58,148,219,11,0,69,23,157,38,102,105,9,0,69,23,157,38,57,107,9,0,69,23,72,236,206,10,12,0,71,151,68,93,187,183,8,0,71,151,68,93,79,185,8,0,71,151,68,93,187,185,8,0,72,151,234,78,1,47,11,0,75,151,161,15,114,228,9,0,76,23,97,157,199,191,7,0,76,23,97,157,168,96,10,0,79,23,3,108,13,219,9,0,79,23,3,108,38,219,9,0,84,151,10,87,56,143,7,0,84,151,100,25,62,143,8,0,85,23,231,242,17,7,11,0,86,23,8,62,62,5,10,0,86,23,8,62,116,5,10,0,86,23,157,254,176,67,10,0,86,23,157,254,242,68,10,0,86,23,157,254,55,70,10,0,87,151,116,227,176,16,7,0,89,151,207,150,34,199,10,0,89,151,207,150,112,199,10,0,90,23,121,137,115,159,11,0,91,23,120,254,150,132,10,0,92,23,224,36,231,60,7,0,94,23,194,219,22,37,11,0,96,23,130,166,212,111,7,0,96,23,231,242,186,177,7,0,98,151,175,137,150,83,9,0,98,151,175,137,176,85,9,0,99,23,243,66,18,189,7,0,99,23,243,66,223,244,8,0,99,23,243,66,207,253,8,0,99,23,243,66,200,6,9,0,100,151,245,24,208,79,9,0,100,151,245,24,138,80,9,0,100,151,245,24,56,81,9,0,101,151,255,106,199,97,9,0,101,151,255,106,173,98,9,0,101,151,255,106,152,99,9,0,102,23,31,246,158,253,10,0,109,151,61,94,30,103,7,0,114,23,30,97,211,0,12,0,116,23,41,167,167,101,9,0,116,23,41,167,133,102,9,0,119,151,6,33,153,6,6,0,119,151,10,155,136,135,11,0,120,23,89,78,121,204,8,0,120,151,228,86,150,132,10,0,120,151,18,106,27,143,11,0,122,23,45,9,239,37,11,0,123,23,99,244,186,177,7,0,123,23,118,24,177,109,9,0,123,23,118,24,216,109,9,0,125,23,248,96,227,98,10,0,128,151,174,165,213,14,11,0,129,23,24,233,87,75,7,0,132,23,93,139,186,177,7,0,134,151,119,37,81,32,6,0,139,23,233,202,76,192,6,0,139,23,233,202,182,193,6,0,139,151,176,166,56,184,11,0,140,151,160,153,92,240,5,0,141,151,86,212,68,89,7,0,143,23,25,250,223,244,8,0,143,23,25,250,207,253,8,0,143,23,25,250,200,6,9,0,144,151,87,2,240,15,9,0,144,151,87,2,80,16,9,0,144,151,87,2,185,16,9,0,146,23,171,226,59,69,7,0,146,151,74,9,150,132,10,0,149,151,111,84,241,2,10,0,149,151,111,84,254,3,10,0,153,23,198,194,206,29,6,0,155,23,27,2,150,132,10,0,156,23,141,173,245,99,7,0,157,151,60,174,213,152,6,0,162,151,21,145,100,5,7,0,163,151,106,90,161,212,9,0,163,151,106,90,93,213,9,0,164,151,254,104,149,88,8,0,167,151,37,47,40,95,10,0,167,151,37,47,208,95,10,0,167,151,106,28,65,194,10,0,167,151,106,28,196,194,10,0,168,23,172,12,30,103,7,0,168,151,81,15,244,106,7,0,172,23,96,136,5,129,7,0,173,23,82,177,186,177,7,0,173,23,82,177,26,207,7,0,173,23,26,102,14,145,11,0,176,151,175,222,231,192,11,0,177,23,208,89,5,116,8,0,177,23,103,242,193,6,10,0,177,23,103,242,96,7,10,0,179,23,150,248,13,18,7,0,180,23,141,105,5,129,7,0,181,151,16,71,241,2,10,0,181,151,16,71,254,3,10,0,185,23,29,205,61,244,11,0,187,23,217,235,239,245,6,0,188,151,219,41,195,238,5,0,191,151,112,231,127,25,8,0,191,151,208,242,148,112,9,0,191,151,208,242,17,113,9,0,193,151,130,37,120,138,7,0,194,151,37,189,125,226,10,0,194,151,121,233,61,61,11,0,195,23,32,101,4,220,11,0,196,23,49,245,224,34,6,0,196,151,193,80,85,53,7,0,197,23,246,31,85,53,7,0,197,23,175,129,2,197,8,0,198,23,40,113,85,53,7,0,198,23,160,135,45,64,9,0,198,23,160,135,214,64,9,0,200,23,170,133,220,113,11,0,206,23,175,182,123,155,7,0,207,23,185,223,30,169,10,0,207,23,185,223,207,169,10,0,208,23,8,89,150,132,10,0,210,151,234,144,248,116,6,0,210,23,237,143,187,183,8,0,210,151,29,252,150,132,10,0,212,23,233,20,199,191,7,0,212,23,233,20,186,204,7,0,216,151,41,38,254,117,8,0,221,23,132,70,123,155,7,0,222,23,102,172,172,233,10,0,227,151,223,44,41,114,9,0,227,151,223,44,57,115,9,0,228,151,26,33,12,177,7,0,229,151,24,165,16,136,6,0,230,23,57,7,120,232,7,0,235,151,8,146,242,126,6,0,235,151,243,126,186,177,7,0,235,23,205,239,208,79,9,0,235,23,205,239,138,80,9,0,235,23,205,239,56,81,9,0,239,23,56,78,118,131,6,0,239,23,12,25,120,232,7,0,242,23,46,119,199,107,6,0,242,151,143,124,144,143,7,0,250,151,208,216,190,110,7,0,253,151,220,18,150,132,10,0,253,23,80,35,150,179,11,0,254,151,186,148,21,40,6,0,254,151,186,148,231,60,7,0,254,151,186,148,186,177,7,0,254,23,180,54,146,180,10,0,254,23,180,54,35,183,10,0,255,23,73,136,202,120,9,0,255,23,73,136,90,121,9,0,0,24,77,117,200,221,10,0,1,152,140,128,4,41,8,0,2,152,140,213,199,191,7,0,2,152,140,213,25,180,8,0,2,152,140,213,175,180,8,0,2,152,140,213,81,181,8,0,2,152,140,213,100,114,10,0,3,24,111,201,150,83,9,0,3,24,111,201,176,85,9,0,4,152,171,226,18,228,6,0,4,152,171,226,91,239,6,0,4,152,171,226,85,53,7,0,4,152,171,226,48,108,8,0,5,24,9,166,141,119,7,0,6,152,164,34,133,80,7,0,8,152,14,57,188,98,7,0,8,152,201,99,123,155,7,0,9,24,248,96,141,119,7,0,9,24,248,96,199,191,7,0,9,24,248,96,186,204,7,0,9,152,181,123,243,211,8,0,11,24,164,160,45,124,6,0,12,24,157,211,223,244,8,0,12,24,157,211,207,253,8,0,12,24,157,211,200,6,9,0,14,24,246,112,150,132,10,0,15,24,172,122,223,244,8,0,15,24,172,122,207,253,8,0,15,24,172,122,200,6,9,0,17,152,129,229,85,53,7,0,17,24,78,85,3,141,8,0,20,24,9,38,7,220,10,0,21,24,93,42,101,215,10,0,21,152,24,105,4,229,11,0,22,152,219,227,241,2,10,0,22,152,219,227,254,3,10,0,22,152,128,247,239,247,11,0,25,152,35,2,159,144,6,0,25,24,112,167,39,213,11,0,29,152,47,7,30,103,7,0,29,24,86,47,2,150,7,0,35,152,104,58,103,211,10,0,36,24,48,175,123,155,7,0,37,152,106,152,186,177,7,0,41,152,212,247,183,147,7,0,41,152,159,138,223,244,8,0,41,152,159,138,207,253,8,0,41,152,159,138,200,6,9,0,42,152,118,128,183,48,7,0,42,152,118,128,125,48,9,0,42,152,118,128,110,49,9,0,42,152,206,200,64,82,9,0,42,152,206,200,204,82,9,0,43,24,14,129,122,36,6,0,43,152,213,109,177,126,7,0,45,24,52,52,50,141,9,0,45,24,52,52,130,142,9,0,45,24,52,52,212,143,9,0,45,24,52,52,43,145,9,0,47,152,179,73,123,155,7,0,47,24,40,52,99,220,11,0,51,152,36,226,54,134,7,0,52,152,142,15,117,142,7,0,52,152,142,15,216,142,7,0,53,24,220,138,194,22,7,0,55,152,210,9,117,30,7,0,56,24,78,243,22,178,6,0,58,24,198,255,231,60,7,0,59,152,86,129,186,177,7,0,60,152,200,29,116,82,6,0,60,152,227,65,123,155,7,0,60,152,76,165,91,170,9,0,60,152,76,165,174,170,9,0,60,24,112,167,153,147,10,0,60,24,112,167,98,148,10,0,61,24,245,199,52,73,6,0,62,24,245,165,196,92,6,0,65,24,50,222,124,2,8,0,65,152,231,242,150,132,10,0,66,24,199,228,54,134,7,0,67,24,130,118,135,239,7,0,67,152,175,240,114,228,9,0,68,24,229,140,223,244,8,0,68,24,229,140,207,253,8,0,68,24,229,140,200,6,9,0,69,152,69,195,68,89,7,0,69,152,197,165,147,74,8,0,69,152,66,43,80,20,9,0,69,152,66,43,241,23,9,0,69,24,99,139,51,69,11,0,70,24,74,208,146,180,10,0,70,24,74,208,35,183,10,0,72,152,50,244,89,44,9,0,72,152,50,244,166,45,9,0,72,152,50,244,245,46,9,0,72,24,103,139,199,97,9,0,72,24,103,139,173,98,9,0,72,24,103,139,152,99,9,0,78,24,128,236,141,119,7,0,78,152,135,78,81,127,10,0,83,24,192,148,122,19,9,0,83,24,192,148,158,19,9,0,84,152,222,233,132,127,9,0,84,152,222,233,132,127,9,0,84,152,222,233,219,127,9,0,84,152,222,233,219,127,9,0,84,152,222,233,27,128,9,0,84,152,222,233,27,128,9,0,84,152,222,233,97,128,9,0,84,152,222,233,97,128,9,0,84,152,222,233,154,128,9,0,84,152,222,233,154,128,9,0,84,152,222,233,215,128,9,0,84,152,222,233,215,128,9,0,86,24,202,208,223,244,8,0,86,24,202,208,207,253,8,0,86,24,202,208,200,6,9,0,87,24,230,31,107,63,8,0,87,24,76,136,163,210,10,0,90,152,210,157,33,196,11,0,95,24,114,27,24,182,8,0,96,152,101,116,2,150,7,0,97,152,25,156,125,48,9,0,97,152,25,156,110,49,9,0,100,152,236,223,223,244,8,0,100,152,236,223,207,253,8,0,100,152,236,223,200,6,9,0,100,152,253,3,4,32,9,0,100,152,253,3,42,37,9,0,103,24,185,146,124,240,5,0,104,24,252,6,5,129,7,0,105,24,73,9,157,193,6,0,108,152,241,75,188,98,7,0,109,152,113,0,26,6,6,0,110,152,28,45,255,166,8,0,110,152,28,45,62,167,8,0,110,152,28,45,124,167,8,0,112,152,135,240,210,88,9,0,112,152,135,240,145,89,9,0,112,152,135,240,74,90,9,0,112,152,56,75,138,181,11,0,113,152,201,148,164,131,7,0,113,152,234,19,245,197,10,0,113,152,234,19,31,198,10,0,113,152,164,209,100,120,11,0,113,152,164,209,120,120,11,0,115,152,19,5,186,177,7,0,116,24,44,161,5,129,7,0,118,152,98,254,123,155,7,0,123,152,148,202,69,161,11,0,124,24,152,215,186,177,7,0,124,24,245,14,223,244,8,0,124,24,245,14,207,253,8,0,124,24,245,14,200,6,9,0,125,24,123,152,78,28,6,0,127,152,48,120,91,23,6,0,128,152,105,43,188,98,7,0,129,152,232,89,56,84,7,0,132,152,3,221,68,34,7,0,134,152,89,154,97,12,7,0,134,152,233,163,18,189,7,0,134,152,89,154,246,10,8,0,134,152,233,163,164,179,10,0,134,152,233,163,229,179,10,0,134,152,233,163,34,180,10,0,138,24,139,5,242,145,7,0,138,24,254,225,125,48,9,0,138,24,254,225,110,49,9,0,140,152,105,123,212,170,6,0,141,24,134,148,87,23,7,0,141,152,89,186,107,63,8,0,143,24,168,100,247,112,6,0,144,24,238,216,73,16,7,0,149,24,219,130,94,210,7,0,149,152,231,242,41,229,7,0,152,24,94,141,138,159,10,0,152,24,94,141,214,159,10,0,152,24,94,141,35,160,10,0,153,152,101,144,43,43,7,0,153,152,55,217,116,106,11,0,156,24,25,109,123,155,7,0,161,24,233,90,183,147,7,0,162,152,101,180,78,41,7,0,164,152,93,136,231,60,7,0,166,24,236,3,192,69,9,0,166,24,236,3,164,70,9,0,166,24,236,3,128,71,9,0,168,24,154,143,71,191,10,0,168,24,154,143,169,192,10,0,170,24,4,242,92,13,11,0,173,24,91,172,30,103,7,0,175,152,136,139,125,48,9,0,175,152,136,139,110,49,9,0,176,152,154,167,63,246,5,0,179,152,251,183,85,211,6,0,183,24,164,160,14,235,5,0,184,152,41,95,228,91,7,0,184,24,202,0,54,134,7,0,184,24,113,202,107,119,11,0,185,152,232,113,109,37,7,0,185,24,187,23,150,132,10,0,186,24,164,160,69,162,6,0,188,24,164,160,72,30,6,0,189,24,8,83,135,122,7,0,194,152,239,241,150,132,10,0,197,24,242,4,68,89,7,0,197,24,242,4,228,91,7,0,199,152,53,33,80,20,9,0,199,152,53,33,241,23,9,0,200,152,243,109,89,177,10,0,200,152,243,109,115,177,10,0,200,152,243,109,170,177,10,0,201,152,50,175,231,60,7,0,206,24,38,129,59,155,11,0,207,152,83,73,244,106,7,0,210,152,242,126,28,250,6,0,212,24,125,19,216,239,5,0,212,152,252,236,4,32,9,0,212,152,252,236,42,37,9,0,213,152,251,198,223,244,8,0,213,152,251,198,207,253,8,0,213,152,251,198,200,6,9,0,214,152,70,194,125,122,6,0,215,152,120,127,231,60,7,0,216,152,11,27,39,64,6,0,217,24,22,229,16,141,7,0,218,152,162,84,130,133,9,0,218,152,162,84,161,133,9,0,219,24,207,88,232,222,9,0,219,24,207,88,55,223,9,0,222,152,42,185,161,160,11,0,223,152,249,126,18,135,6,0,223,152,38,46,162,151,9,0,223,152,38,46,56,152,9,0,223,152,154,98,150,132,10,0,225,152,137,47,238,214,10,0,232,24,194,240,242,211,7,0,235,152,25,204,128,12,7,0,235,24,121,8,164,120,7,0,235,24,188,148,207,214,7,0,235,24,188,148,69,215,7,0,235,152,177,186,17,136,11,0,236,24,210,27,202,2,12,0,238,24,16,135,5,129,7,0,238,152,62,69,27,252,10,0,239,152,223,227,94,69,7,0,239,24,44,255,163,229,7,0,240,24,38,255,223,244,8,0,240,24,38,255,207,253,8,0,240,24,38,255,200,6,9,0,242,152,17,66,168,39,7,0,244,152,68,21,74,163,9,0,244,152,68,21,150,163,9,0,244,152,68,21,223,163,9,0,244,152,160,127,73,52,11,0,245,152,28,222,231,60,7,0,248,24,101,174,37,77,9,0,251,24,63,98,114,228,9,0,252,152,149,237,9,121,11,0,255,152,144,105,96,35,6,0,255,152,165,141,222,52,8,0,0,153,148,128,83,201,6,0,1,25,33,118,199,191,7,0,1,25,33,118,242,76,8,0,2,153,188,15,69,36,8,0,3,25,132,142,186,93,11,0,5,25,96,2,25,66,9,0,5,25,96,2,212,67,9,0,7,25,33,69,99,192,6,0,7,153,128,194,254,207,6,0,9,153,144,238,5,129,7,0,12,25,119,26,34,176,11,0,20,25,104,128,234,78,6,0,20,153,163,186,243,101,8,0,20,25,202,110,36,92,11,0,20,25,202,110,118,93,11,0,21,25,67,190,123,155,7,0,21,25,59,103,125,48,9,0,21,25,59,103,110,49,9,0,24,25,157,38,2,150,7,0,25,153,244,192,102,105,9,0,25,153,244,192,57,107,9,0,30,25,83,119,109,219,7,0,31,153,188,87,78,13,12,0,33,153,126,141,20,3,6,0,33,153,220,168,30,103,7,0,33,25,163,60,163,229,7,0,34,25,122,252,199,191,7,0,34,25,122,252,202,42,9,0,35,153,170,31,147,34,7,0,35,25,199,210,170,35,11,0,36,25,153,7,125,48,9,0,36,25,153,7,110,49,9,0,38,25,123,180,207,214,7,0,38,25,123,180,69,215,7,0,44,25,209,238,244,106,7,0,44,25,245,158,65,194,10,0,44,25,245,158,196,194,10,0,45,25,117,21,13,18,7,0,47,153,89,170,239,169,9,0,50,25,109,195,75,22,7,0,51,153,20,207,151,3,6,0,51,153,239,16,2,150,7,0,52,25,248,4,85,53,7,0,53,25,170,254,184,230,8,0,54,153,103,209,116,32,7,0,55,25,157,38,8,14,6,0,55,25,157,38,222,14,6,0,55,25,157,38,164,55,6,0,55,25,157,38,80,58,6,0,55,25,157,38,122,92,6,0,55,25,157,38,99,189,6,0,55,153,5,121,149,214,6,0,55,25,157,38,121,215,6,0,55,25,157,38,62,224,6,0,55,25,157,38,179,85,7,0,55,25,157,38,178,87,7,0,55,25,157,38,207,214,7,0,55,25,157,38,69,215,7,0,56,25,207,144,136,15,6,0,57,153,237,199,85,53,7,0,57,153,91,165,111,117,7,0,57,153,71,189,223,244,8,0,57,153,71,189,207,253,8,0,57,153,71,189,200,6,9,0,58,153,7,22,192,235,9,0,58,153,7,22,217,235,9,0,59,25,178,21,18,189,7,0,59,153,23,77,87,80,8,0,59,25,178,21,91,53,10,0,59,25,178,21,107,53,10,0,60,25,1,81,181,109,7,0,63,25,45,101,250,59,11,0,65,25,255,160,36,201,11,0,66,153,189,237,228,91,7,0,67,153,52,70,30,103,7,0,67,153,255,29,176,67,10,0,67,153,255,29,242,68,10,0,67,153,255,29,55,70,10,0,68,25,202,72,56,84,7,0,68,153,230,222,140,92,9,0,68,153,230,222,54,93,9,0,69,25,159,179,231,60,7,0,73,153,112,236,197,250,10,0,75,153,166,164,242,59,6,0,75,153,145,178,240,91,6,0,75,153,145,178,96,148,7,0,75,153,174,183,150,83,9,0,75,153,174,183,176,85,9,0,79,25,41,65,69,42,7,0,80,153,213,77,2,83,7,0,80,153,132,150,230,118,9,0,80,153,132,150,190,119,9,0,80,153,213,77,50,141,9,0,80,153,213,77,130,142,9,0,80,153,213,77,212,143,9,0,80,153,213,77,43,145,9,0,81,25,91,124,172,44,7,0,81,25,91,124,170,196,11,0,82,25,148,149,35,243,8,0,84,25,188,148,151,163,6,0,84,25,188,148,179,85,7,0,84,25,188,148,178,87,7,0,84,153,231,242,121,212,10,0,91,25,209,177,213,101,7,0,91,25,106,102,219,197,8,0,92,25,127,94,80,243,5,0,94,25,236,141,183,147,7,0,96,153,87,29,114,228,9,0,97,25,71,252,167,101,9,0,97,25,71,252,133,102,9,0,99,25,178,42,171,214,6,0,100,25,142,247,223,244,8,0,100,25,142,247,207,253,8,0,100,25,142,247,200,6,9,0,101,153,71,79,149,127,7,0,101,153,80,49,54,134,7,0,101,153,80,49,199,97,9,0,101,153,80,49,173,98,9,0,101,153,80,49,152,99,9,0,103,25,131,164,169,193,8,0,105,25,82,51,139,43,7,0,105,153,7,198,94,210,7,0,106,25,35,167,135,31,7,0,109,25,229,212,59,35,7,0,110,25,47,236,57,89,10,0,112,153,150,95,151,19,7,0,113,153,5,213,162,132,6,0,113,25,25,56,221,155,6,0,113,25,219,198,221,243,10,0,114,25,190,7,181,104,7,0,114,153,200,44,150,83,9,0,114,153,200,44,176,85,9,0,116,25,187,202,82,134,11,0,118,25,9,162,177,126,7,0,118,25,22,126,105,13,12,0,119,25,5,77,223,244,8,0,119,25,5,77,207,253,8,0,119,25,5,77,200,6,9,0,119,153,73,31,153,147,10,0,119,153,73,31,98,148,10,0,123,153,190,209,230,118,9,0,123,153,190,209,190,119,9,0,125,25,245,249,119,174,11,0,126,25,18,205,161,138,7,0,127,25,195,29,124,39,7,0,127,153,169,133,42,122,8,0,127,153,121,167,153,147,10,0,127,153,121,167,98,148,10,0,127,25,98,218,198,255,11,0,133,25,143,118,67,14,7,0,133,153,5,187,164,131,7,0,135,153,225,128,220,186,9,0,135,153,225,128,61,187,9,0,135,153,225,128,163,187,9,0,135,153,225,128,2,188,9,0,135,153,225,128,106,188,9,0,135,25,60,171,150,132,10,0,136,25,156,23,61,244,5,0,137,153,255,1,204,43,7,0,141,25,213,176,146,180,10,0,141,25,213,176,35,183,10,0,142,25,143,222,150,132,10,0,143,153,151,99,69,77,7,0,143,153,182,93,150,83,9,0,143,153,182,93,176,85,9,0,144,25,246,229,162,151,9,0,144,25,246,229,56,152,9,0,145,153,162,248,186,177,7,0,145,25,24,54,128,62,10,0,146,153,118,24,37,77,9,0,152,153,180,148,189,114,6,0,152,153,200,129,238,160,11,0,153,25,101,72,245,113,11,0,158,153,29,153,105,239,5,0,158,25,134,9,50,141,9,0,158,25,134,9,130,142,9,0,158,25,134,9,212,143,9,0,158,25,134,9,43,145,9,0,161,153,14,60,30,247,5,0,161,153,14,60,169,60,6,0,161,153,75,42,94,93,6,0,163,153,196,193,206,36,7,0,163,25,153,23,150,132,10,0,163,25,231,242,11,232,10,0,165,153,56,66,15,11,6,0,169,153,120,242,128,227,10,0,170,25,76,80,134,215,11,0,171,25,212,1,29,8,8,0,171,25,212,1,66,8,8,0,172,25,67,129,38,106,6,0,173,25,234,231,141,119,7,0,174,153,131,155,31,37,6,0,174,25,77,185,16,141,7,0,179,25,20,77,7,167,6,0,180,153,28,121,44,128,6,0,180,153,28,121,150,132,10,0,181,153,113,27,59,43,8,0,182,153,156,186,231,60,7,0,190,25,30,180,21,168,6,0,190,153,242,212,215,173,9,0,190,153,242,212,142,174,9,0,191,153,176,42,128,178,6,0,196,153,244,116,54,134,7,0,198,25,57,79,89,44,9,0,198,25,57,79,166,45,9,0,198,25,57,79,245,46,9,0,199,25,196,148,11,140,8,0,203,25,109,195,54,134,7,0,207,153,137,179,2,83,7,0,207,153,96,77,2,150,7,0,207,153,137,179,50,141,9,0,207,153,137,179,130,142,9,0,207,153,137,179,212,143,9,0,207,153,137,179,43,145,9,0,209,153,244,75,83,48,7,0,209,153,148,148,80,20,9,0,209,153,148,148,241,23,9,0,212,153,46,59,69,207,6,0,219,25,178,79,169,148,11,0,221,25,186,148,63,169,8,0,222,25,12,77,231,60,7,0,222,153,125,241,109,219,7,0,224,25,233,130,85,53,7,0,225,25,73,167,245,91,9,0,225,25,73,167,31,92,9,0,225,25,215,5,222,216,9,0,225,25,215,5,76,217,9,0,226,25,32,8,166,78,7,0,229,25,240,109,225,31,8,0,231,153,241,226,230,78,8,0,232,25,252,102,71,191,10,0,232,25,252,102,169,192,10,0,234,153,108,234,54,134,7,0,238,25,131,182,16,141,7,0,240,25,56,51,231,60,7,0,241,153,195,147,83,29,7,0,241,153,77,130,41,112,7,0,241,153,120,248,239,169,9,0,243,153,6,91,236,166,7,0,243,153,6,91,181,167,7,0,248,153,30,124,80,20,9,0,248,153,30,124,241,23,9,0,251,25,247,34,166,78,7,0,254,153,62,71,17,81,11,0,255,153,9,157,45,64,9,0,255,153,9,157,214,64,9,0,0,154,94,112,215,44,11,0,1,26,111,87,141,119,7,0,3,154,58,189,43,58,9,0,3,154,120,212,150,132,10,0,5,154,61,57,247,206,6,0,5,154,182,116,80,20,9,0,5,154,182,116,241,23,9,0,7,154,212,78,123,155,7,0,10,26,83,197,139,198,6,0,13,154,35,44,162,151,9,0,13,154,35,44,56,152,9,0,14,154,219,178,123,155,7,0,15,26,201,63,141,92,11,0,18,26,124,154,125,48,9,0,18,26,124,154,110,49,9,0,20,154,158,29,186,58,8,0,22,154,191,149,78,249,10,0,25,26,105,166,131,59,9,0,27,154,202,45,11,241,8,0,27,26,226,36,62,120,11,0,29,154,71,203,174,66,8,0,29,26,116,238,161,212,9,0,29,26,116,238,93,213,9,0,29,154,224,105,128,62,10,0,32,26,191,111,190,218,8,0,33,26,115,149,127,100,7,0,33,154,90,71,223,244,8,0,33,154,90,71,207,253,8,0,33,154,90,71,200,6,9,0,38,26,233,211,52,74,6,0,40,26,28,119,160,70,11,0,41,154,136,150,9,104,11,0,41,154,136,150,210,104,11,0,44,154,189,173,199,191,7,0,47,154,180,227,242,145,7,0,48,154,27,102,120,33,6,0,48,26,42,230,152,232,6,0,48,26,42,230,218,237,6,0,48,154,27,102,153,168,7,0,50,154,102,79,117,121,7,0,51,26,86,103,81,94,6,0,53,154,126,242,239,245,6,0,53,154,23,191,215,173,9,0,53,154,23,191,142,174,9,0,56,26,209,93,4,32,9,0,56,26,209,93,42,37,9,0,58,154,0,238,45,64,9,0,58,154,0,238,214,64,9,0,59,26,203,182,80,20,9,0,59,26,203,182,241,23,9,0,59,26,73,111,68,64,11,0,61,154,88,13,41,112,7,0,63,154,158,12,144,143,7,0,64,26,87,214,144,143,7,0,65,154,129,143,70,162,10,0,66,154,248,205,150,132,10,0,68,26,41,223,161,71,8,0,68,154,221,221,104,136,9,0,68,154,221,221,137,136,9,0,68,154,221,221,174,136,9,0,68,154,80,150,197,51,11,0,69,154,243,218,129,35,7,0,69,154,243,218,5,36,7,0,75,26,144,199,4,32,9,0,75,26,144,199,42,37,9,0,77,154,85,157,151,110,10,0,77,154,85,157,247,110,10,0,77,154,85,157,84,111,10,0,79,26,243,150,89,44,9,0,79,26,243,150,166,45,9,0,79,26,243,150,245,46,9,0,79,26,128,189,193,200,9,0,79,26,128,189,23,201,9,0,79,26,128,189,167,201,9,0,82,26,143,112,40,214,7,0,83,154,10,114,150,132,10,0,85,26,120,198,123,155,7,0,86,154,127,140,4,32,9,0,86,154,127,140,42,37,9,0,90,154,149,101,186,177,7,0,91,154,184,92,199,191,7,0,91,154,184,92,212,202,7,0,93,154,195,148,255,56,6,0,93,154,195,148,60,58,6,0,93,154,195,148,28,59,6,0,93,154,195,148,37,200,8,0,93,154,195,148,93,200,8,0,93,154,195,148,82,218,8,0,97,26,204,44,179,85,7,0,97,26,204,44,178,87,7,0,97,26,73,134,223,244,8,0,97,26,73,134,207,253,8,0,97,26,73,134,200,6,9,0,99,26,220,142,109,37,7,0,99,154,23,129,68,109,7,0,100,26,1,152,120,33,6,0,100,26,1,152,153,168,7,0,101,26,170,90,121,128,6,0,101,154,71,200,82,236,6,0,103,26,42,130,231,240,5,0,104,154,114,84,181,104,7,0,106,26,156,135,2,150,7,0,110,26,157,38,164,88,6,0,110,26,126,231,87,75,7,0,110,26,157,38,94,210,7,0,114,26,0,184,5,28,6,0,114,154,74,229,120,33,6,0,114,154,74,229,153,168,7,0,115,26,99,244,85,53,7,0,115,154,10,192,232,145,11,0,119,154,94,58,39,190,11,0,122,26,151,131,164,131,7,0,122,26,234,219,199,191,7,0,122,26,234,219,25,180,8,0,122,26,234,219,175,180,8,0,122,26,234,219,81,181,8,0,122,26,234,219,100,114,10,0,123,26,16,100,120,33,6,0,123,26,16,100,153,168,7,0,124,26,237,215,223,244,8,0,124,26,237,215,207,253,8,0,124,26,237,215,200,6,9,0,124,154,86,124,230,118,9,0,124,154,86,124,190,119,9,0,129,26,89,115,7,216,6,0,135,26,201,214,135,122,7,0,136,154,7,111,192,97,7,0,136,26,224,30,164,131,7,0,140,26,37,172,183,48,7,0,143,154,201,233,163,229,7,0,143,154,244,51,80,86,11,0,144,26,82,237,194,18,7,0,144,154,9,46,146,80,11,0,144,26,79,65,144,240,11,0,145,154,216,47,166,78,7,0,145,26,157,38,238,224,7,0,145,154,149,48,43,123,8,0,145,154,149,48,253,206,11,0,151,154,145,228,186,177,7,0,151,26,185,185,86,156,11,0,154,154,60,11,115,147,7,0,155,26,115,162,5,101,7,0,159,154,39,34,2,150,7,0,160,154,113,173,231,60,7,0,162,26,236,234,115,54,6,0,162,26,31,128,200,91,11,0,163,26,2,102,68,109,7,0,165,154,175,39,74,4,11,0,165,154,175,39,107,4,11,0,168,154,233,10,164,131,7,0,168,26,34,174,186,177,7,0,168,154,28,145,64,21,11,0,171,26,53,58,186,177,7,0,171,154,83,176,36,199,11,0,173,26,32,211,199,191,7,0,173,26,32,211,25,180,8,0,173,26,32,211,175,180,8,0,173,26,32,211,81,181,8,0,173,26,32,211,100,114,10,0,174,26,246,97,228,91,7,0,175,154,44,92,173,10,6,0,175,154,110,251,22,72,7,0,179,154,180,239,70,217,10,0,181,154,126,33,240,15,9,0,181,154,126,33,80,16,9,0,181,154,126,33,185,16,9,0,182,26,186,148,181,109,7,0,183,26,253,47,97,233,11,0,183,26,253,47,122,233,11,0,187,154,76,4,86,135,8,0,191,26,215,221,18,240,9,0,191,26,215,221,125,240,9,0,192,26,94,19,48,158,9,0,192,26,94,19,139,158,9,0,192,26,94,19,224,158,9,0,192,26,126,146,96,66,10,0,193,154,106,231,196,25,7,0,193,154,96,155,231,60,7,0,197,26,249,213,78,36,11,0,200,26,157,38,180,191,6,0,201,26,168,18,85,53,7,0,202,154,130,215,187,140,6,0,203,26,119,153,150,132,10,0,207,26,43,19,54,134,7,0,208,26,5,86,144,143,7,0,210,26,162,88,114,78,11,0,211,26,109,132,54,134,7,0,212,26,70,184,129,245,10,0,215,154,7,164,186,177,7,0,215,154,7,164,157,20,11,0,215,154,7,164,31,25,11,0,218,26,140,244,6,137,9,0,218,26,140,244,142,137,9,0,220,154,185,130,87,75,7,0,221,26,233,28,23,62,9,0,221,26,233,28,71,62,9,0,223,26,160,10,111,194,11,0,225,154,232,107,194,115,7,0,225,154,61,121,199,191,7,0,225,154,61,121,126,146,8,0,225,154,61,121,174,146,8,0,225,154,61,121,221,146,8,0,225,154,61,121,13,147,8,0,228,26,113,85,85,53,7,0,229,26,180,177,165,209,9,0,229,26,180,177,32,210,9,0,229,26,180,177,149,210,9,0,229,26,180,177,61,211,9,0,229,26,180,177,215,211,9,0,235,26,142,209,40,95,10,0,235,26,142,209,208,95,10,0,235,26,74,17,70,162,10,0,242,154,9,77,222,183,6,0,245,26,46,127,126,222,7,0,245,26,46,127,201,223,7,0,245,154,36,230,167,82,8,0,245,26,111,172,173,1,10,0,245,26,111,172,223,1,10,0,245,26,111,172,37,2,10,0,246,154,86,74,146,133,6,0,249,154,236,126,243,187,6,0,250,154,179,123,44,169,6,0,250,154,149,125,53,97,7,0,253,154,41,102,49,179,6,0,253,154,138,167,41,112,7,0,1,27,101,72,231,60,7,0,2,27,141,209,252,116,7,0,2,27,143,254,115,65,11,0,2,27,143,254,96,72,11,0,4,155,34,247,131,237,6,0,4,155,46,153,135,122,7,0,4,27,140,200,39,151,10,0,4,27,140,200,128,151,10,0,4,27,140,200,216,151,10,0,4,155,172,185,173,20,12,0,6,155,169,177,197,164,10,0,8,27,229,109,158,77,7,0,11,27,45,14,150,132,10,0,11,155,167,130,8,26,11,0,11,155,167,130,33,26,11,0,16,27,107,212,145,139,7,0,19,155,255,63,221,148,11,0,23,155,140,235,172,38,6,0,24,155,199,214,151,110,10,0,24,155,199,214,247,110,10,0,24,155,199,214,84,111,10,0,25,155,169,201,9,153,11,0,27,27,50,128,166,78,7,0,28,155,172,7,202,68,8,0,29,155,205,161,2,150,7,0,29,155,209,69,150,132,10,0,30,155,251,2,24,23,8,0,31,27,210,193,5,37,6,0,31,155,108,109,56,143,7,0,31,27,81,68,75,177,11,0,33,155,233,34,166,78,7,0,34,27,15,27,175,34,7,0,35,27,18,20,109,37,7,0,36,27,57,231,12,45,6,0,36,155,169,139,133,43,9,0,36,155,169,139,219,43,9,0,36,27,57,231,131,59,9,0,38,27,97,16,231,60,7,0,38,155,26,235,2,150,7,0,41,27,86,45,88,230,10,0,42,155,231,242,153,147,10,0,42,155,231,242,98,148,10,0,44,155,44,110,119,26,7,0,48,27,189,232,81,127,10,0,49,27,139,231,223,102,10,0,49,27,139,231,23,103,10,0,49,27,139,231,80,103,10,0,52,27,110,137,240,68,7,0,52,27,178,160,247,49,11,0,52,27,178,160,47,50,11,0,54,155,189,115,238,134,9,0,54,155,189,115,21,135,9,0,54,155,189,115,54,135,9,0,54,155,99,222,86,156,11,0,55,155,227,253,40,216,6,0,56,27,207,16,54,134,7,0,57,27,41,156,176,67,10,0,57,27,41,156,242,68,10,0,57,27,41,156,55,70,10,0,57,155,215,54,157,255,10,0,58,155,70,132,123,155,7,0,59,27,104,13,236,2,6,0,60,27,117,82,94,35,8,0,62,27,59,174,63,246,5,0,62,155,87,58,13,229,10,0,64,27,43,71,198,17,7,0,64,27,43,71,83,130,9,0,64,27,43,71,122,130,9,0,66,155,161,148,11,244,9,0,66,155,161,148,34,244,9,0,66,155,196,73,22,12,10,0,66,155,196,73,98,12,10,0,70,155,140,186,146,180,10,0,70,155,140,186,35,183,10,0,71,155,191,14,85,53,7,0,73,155,201,202,68,154,9,0,73,155,201,202,122,154,9,0,73,155,201,202,100,251,10,0,76,155,137,150,113,51,7,0,77,155,83,243,20,125,7,0,80,27,45,224,17,113,6,0,81,155,205,88,67,145,11,0,82,27,231,94,179,146,9,0,82,27,231,94,97,147,9,0,84,155,87,92,48,158,9,0,84,155,87,92,139,158,9,0,84,155,87,92,224,158,9,0,86,27,216,178,65,26,6,0,87,155,32,158,254,5,6,0,87,27,225,137,123,155,7,0,91,27,35,222,231,60,7,0,92,27,240,209,56,84,7,0,92,155,186,148,225,97,7,0,92,27,92,94,223,244,8,0,92,27,92,94,207,253,8,0,92,27,92,94,200,6,9,0,94,27,251,241,150,132,10,0,97,155,135,0,223,244,8,0,97,155,135,0,207,253,8,0,97,155,135,0,200,6,9,0,102,155,118,240,5,129,7,0,102,27,247,227,94,210,7,0,102,27,93,85,99,220,11,0,103,27,91,22,2,150,7,0,105,155,13,19,86,127,7,0,106,155,150,15,54,224,8,0,107,27,86,96,165,36,6,0,107,155,214,242,102,105,9,0,107,155,214,242,57,107,9,0,110,155,100,183,172,44,7,0,110,155,74,220,186,177,7,0,111,155,50,127,146,180,10,0,111,155,50,127,35,183,10,0,112,155,100,43,197,95,7,0,114,27,132,93,217,12,6,0,114,155,29,65,145,139,7,0,114,27,203,239,215,117,9,0,114,27,203,239,29,118,9,0,114,27,203,239,106,118,9,0,114,155,108,149,68,142,10,0,114,155,108,149,92,142,10,0,114,155,108,149,134,142,10,0,115,155,84,144,116,32,7,0,115,155,233,20,216,250,7,0,115,155,233,20,35,208,11,0,117,27,175,182,85,53,7,0,118,155,163,160,237,63,6,0,118,155,189,126,231,60,7,0,118,155,10,126,32,194,8,0,119,155,129,19,164,38,11,0,120,155,111,199,2,150,7,0,124,27,73,100,127,182,11,0,126,27,63,153,242,4,6,0,126,27,59,137,73,68,6,0,128,155,52,94,63,198,11,0,134,27,37,105,142,174,8,0,136,155,60,166,224,254,9,0,140,27,59,46,202,213,10,0,142,155,233,32,7,58,6,0,143,27,46,210,245,77,9,0,143,27,46,210,223,78,9,0,146,155,103,250,123,155,7,0,149,27,75,86,54,134,7,0,154,27,150,107,49,45,10,0,154,27,150,107,64,46,10,0,154,27,150,107,67,47,10,0,154,27,150,107,97,48,10,0,154,27,236,171,84,49,11,0,156,27,228,137,82,3,6,0,156,27,81,60,23,217,6,0,158,27,195,5,241,2,10,0,158,27,195,5,254,3,10,0,158,27,124,80,127,158,11,0,159,155,110,14,69,77,7,0,160,27,183,203,166,118,7,0,161,155,197,153,150,132,10,0,162,27,180,138,231,60,7,0,166,155,63,100,247,132,6,0,166,27,153,134,153,147,10,0,166,27,153,134,98,148,10,0,168,155,216,203,129,148,7,0,168,155,216,203,217,148,7,0,169,27,137,247,231,60,7,0,169,27,30,193,186,177,7,0,169,27,30,193,111,143,11,0,169,27,30,193,103,153,11,0,170,155,159,191,230,203,9,0,170,155,159,191,54,204,9,0,170,27,3,226,71,191,10,0,170,27,3,226,169,192,10,0,176,27,165,207,143,16,6,0,179,155,103,121,85,53,7,0,179,155,210,20,199,191,7,0,179,155,210,20,90,169,8,0,182,27,47,93,228,91,7,0,182,27,47,93,135,122,7,0,184,155,16,241,86,135,8,0,184,27,143,74,248,237,9,0,184,27,143,74,238,238,9,0,185,155,111,231,242,211,7,0,186,155,178,254,244,106,7,0,186,27,126,8,223,244,8,0,186,27,126,8,207,253,8,0,186,27,126,8,200,6,9,0,192,155,92,93,83,48,7,0,193,155,175,182,41,112,7,0,193,155,36,252,248,237,9,0,193,155,36,252,238,238,9,0,194,155,20,77,215,109,10,0,198,155,213,227,117,121,7,0,198,27,238,46,2,150,7,0,200,155,119,131,183,147,7,0,201,27,178,218,150,132,10,0,202,155,175,182,192,226,7,0,211,27,216,201,182,94,6,0,211,27,182,26,223,244,8,0,211,27,182,26,207,253,8,0,211,27,182,26,200,6,9,0,212,155,199,53,142,213,10,0,213,155,72,220,55,56,9,0,213,155,72,220,88,56,9,0,217,155,49,213,22,72,7,0,219,155,85,77,28,250,6,0,222,155,216,159,228,120,10,0,222,155,216,159,0,121,10,0,223,27,62,193,4,32,9,0,223,27,62,193,42,37,9,0,225,155,154,214,13,18,7,0,225,27,163,225,123,155,7,0,225,155,156,255,212,187,7,0,225,155,156,255,249,217,7,0,226,155,119,251,173,29,7,0,230,155,151,247,150,132,10,0,231,27,212,109,4,32,9,0,231,27,212,109,42,37,9,0,234,27,214,152,49,45,10,0,234,27,214,152,64,46,10,0,234,27,214,152,67,47,10,0,234,27,214,152,97,48,10,0,235,155,210,189,41,114,9,0,235,155,210,189,57,115,9,0,239,155,185,53,8,237,6,0,239,155,247,148,162,151,9,0,239,155,247,148,56,152,9,0,239,27,232,114,196,229,10,0,240,155,243,150,241,181,8,0,242,27,221,31,144,143,7,0,243,27,219,254,149,127,7,0,246,27,137,90,93,52,7,0,248,155,166,9,186,177,7,0,252,27,17,58,147,180,6,0,255,155,32,226,128,46,7,0,255,27,174,127,179,85,7,0,255,27,174,127,178,87,7,0,255,155,228,215,49,45,10,0,255,155,228,215,64,46,10,0,255,155,228,215,67,47,10,0,255,155,228,215,97,48,10,0,0,28,139,5,166,78,7,0,1,156,162,38,197,95,7,0,1,156,254,25,185,254,10,0,2,156,233,236,186,204,7,0,2,156,233,236,41,211,7,0,3,156,157,38,85,53,7,0,6,28,85,66,2,109,11,0,8,156,159,181,124,238,6,0,8,156,159,181,181,109,7,0,9,28,241,255,156,132,9,0,9,28,241,255,177,132,9,0,11,28,13,175,30,78,7,0,11,28,36,175,50,141,9,0,11,28,36,175,130,142,9,0,11,28,36,175,212,143,9,0,11,28,36,175,43,145,9,0,12,156,126,80,245,99,7,0,15,156,231,242,79,241,10,0,16,156,120,235,164,71,6,0,16,156,132,241,209,226,10,0,19,156,132,236,14,62,10,0,19,156,132,236,229,62,10,0,20,28,169,126,223,244,8,0,20,28,169,126,207,253,8,0,20,28,169,126,200,6,9,0,21,28,195,181,176,67,10,0,21,28,195,181,242,68,10,0,21,28,195,181,55,70,10,0,22,156,251,118,231,60,7,0,22,156,13,9,54,134,7,0,23,156,14,35,233,10,11,0,24,156,232,253,150,132,10,0,25,156,217,23,22,72,7,0,26,28,4,169,61,174,6,0,26,28,184,66,143,45,7,0,26,28,40,137,64,218,7,0,26,156,166,31,150,83,9,0,26,156,166,31,176,85,9,0,26,28,86,47,130,157,10,0,26,28,86,47,47,158,10,0,27,28,168,247,145,139,7,0,30,28,116,125,64,117,6,0,31,28,12,67,122,30,9,0,31,28,12,67,44,31,9,0,34,156,250,67,145,139,7,0,34,156,16,171,36,253,11,0,39,156,56,230,220,186,9,0,39,156,56,230,61,187,9,0,39,156,56,230,163,187,9,0,39,156,56,230,2,188,9,0,39,156,56,230,106,188,9,0,41,28,56,248,199,191,7,0,41,28,56,248,186,204,7,0,42,156,230,61,83,218,6,0,44,28,75,95,233,185,6,0,44,156,255,98,132,192,6,0,44,156,200,233,34,10,8,0,44,156,200,233,78,10,8,0,46,156,200,6,223,244,8,0,46,156,200,6,207,253,8,0,46,156,200,6,200,6,9,0,47,156,186,148,7,88,8,0,48,28,157,38,171,241,5,0,48,28,157,38,204,136,6,0,48,28,157,38,229,179,6,0,48,28,157,38,179,85,7,0,48,28,157,38,178,87,7,0,48,156,83,150,123,155,7,0,48,28,157,38,157,172,7,0,49,28,245,205,1,31,7,0,50,28,94,77,172,44,7,0,51,156,218,46,221,16,7,0,54,28,223,233,185,206,6,0,54,28,223,233,217,206,6,0,57,28,79,12,14,17,12,0,57,28,79,12,112,18,12,0,60,28,129,99,186,177,7,0,60,156,85,28,200,243,10,0,62,28,232,61,85,53,7,0,64,156,124,111,104,90,8,0,64,156,124,111,138,90,8,0,64,156,124,111,172,90,8,0,66,28,76,213,25,66,9,0,66,28,76,213,212,67,9,0,69,156,10,82,149,127,7,0,70,156,221,211,60,191,6,0,70,28,28,152,30,103,7,0,71,28,12,97,85,53,7,0,73,28,69,59,87,152,10,0,73,28,69,59,193,152,10,0,74,156,150,250,231,60,7,0,76,156,218,31,80,20,9,0,76,156,218,31,241,23,9,0,77,28,128,244,165,142,8,0,78,28,56,114,228,91,7,0,78,28,56,114,98,28,8,0,81,156,57,228,176,67,10,0,81,156,57,228,242,68,10,0,81,156,57,228,55,70,10,0,84,156,129,228,192,69,9,0,84,156,129,228,164,70,9,0,84,156,129,228,128,71,9,0,89,28,133,157,2,150,7,0,90,28,193,120,20,125,7,0,90,28,193,120,49,248,11,0,91,28,108,89,47,234,6,0,93,156,94,79,149,127,7,0,93,156,94,79,22,96,9,0,93,156,94,79,98,96,9,0,93,28,43,78,102,105,9,0,93,28,43,78,57,107,9,0,94,28,67,180,41,112,7,0,95,156,185,245,97,28,9,0,95,156,185,245,1,29,9,0,95,156,185,245,166,29,9,0,95,156,237,161,73,58,10,0,95,156,237,161,107,58,10,0,98,156,237,241,109,37,7,0,99,28,149,9,1,48,7,0,99,28,125,139,193,200,9,0,99,28,125,139,23,201,9,0,99,28,125,139,167,201,9,0,102,28,196,21,22,72,7,0,103,28,121,27,120,138,7,0,105,28,99,244,112,0,12,0,105,28,99,244,27,3,12,0,108,28,27,78,179,85,7,0,108,28,27,78,178,87,7,0,108,156,139,251,123,155,7,0,109,28,175,226,50,141,9,0,109,28,175,226,130,142,9,0,109,28,175,226,212,143,9,0,109,28,175,226,43,145,9,0,110,28,63,150,177,139,6,0,112,156,217,251,203,13,6,0,112,28,214,214,152,181,9,0,112,28,214,214,167,181,9,0,113,28,172,111,252,116,7,0,115,28,65,116,54,134,7,0,116,28,159,248,23,197,10,0,116,28,159,248,38,197,10,0,116,28,159,248,53,197,10,0,117,28,217,248,126,137,6,0,117,28,211,126,123,155,7,0,117,28,205,239,131,59,9,0,118,156,219,126,112,36,7,0,120,28,231,242,181,155,9,0,120,28,231,242,217,155,9,0,120,28,231,242,255,155,9,0,121,156,135,199,25,66,9,0,121,156,135,199,212,67,9,0,122,28,113,163,127,105,11,0,124,156,198,229,27,69,8,0,126,156,115,117,83,48,7,0,130,156,97,168,145,189,6,0,130,156,122,155,35,9,12,0,131,156,70,251,41,126,6,0,131,28,254,229,86,220,7,0,133,28,89,5,150,132,10,0,133,156,228,251,131,251,10,0,134,28,241,38,94,239,7,0,134,28,87,190,107,63,8,0,134,28,199,117,102,123,9,0,134,28,199,117,26,124,9,0,136,156,125,135,216,17,6,0,136,28,80,95,232,62,6,0,136,28,174,168,223,244,8,0,136,28,174,168,207,253,8,0,136,28,174,168,200,6,9,0,139,156,1,208,144,143,7,0,140,28,5,145,248,237,9,0,140,28,5,145,238,238,9,0,141,156,169,137,142,114,6,0,142,156,182,68,25,44,7,0,142,28,54,18,184,124,7,0,142,28,54,18,20,125,7,0,142,28,18,109,164,238,11,0,147,28,14,246,4,32,9,0,147,28,14,246,42,37,9,0,147,28,215,255,240,15,12,0,152,28,86,202,228,130,10,0,152,28,86,202,0,131,10,0,154,156,99,102,223,244,8,0,154,156,99,102,207,253,8,0,154,156,99,102,200,6,9,0,155,156,141,219,29,246,5,0,155,156,25,156,97,12,7,0,155,156,25,156,246,10,8,0,157,156,74,231,166,78,7,0,157,156,148,92,19,165,10,0,157,156,148,92,78,165,10,0,161,28,21,143,223,244,8,0,161,28,21,143,207,253,8,0,161,28,21,143,200,6,9,0,165,156,237,113,54,134,7,0,166,156,153,124,74,187,6,0,166,28,159,61,151,110,10,0,166,28,159,61,247,110,10,0,166,28,159,61,84,111,10,0,169,28,58,154,102,123,9,0,169,28,58,154,26,124,9,0,171,28,30,158,76,156,8,0,171,28,30,158,226,173,8,0,173,156,21,37,107,63,8,0,174,28,178,248,112,161,6,0,175,156,91,102,172,44,7,0,176,156,161,115,238,134,9,0,176,156,161,115,21,135,9,0,176,156,161,115,54,135,9,0,177,28,168,133,186,177,7,0,178,28,38,99,150,132,10,0,179,156,194,20,86,4,6,0,179,28,118,54,141,119,7,0,181,156,171,199,97,122,6,0,182,156,73,197,162,233,7,0,183,28,252,196,150,132,10,0,189,156,238,55,222,127,11,0,190,156,89,195,109,37,7,0,190,156,170,172,166,78,7,0,190,156,208,72,164,131,7,0,191,28,72,92,42,219,7,0,191,28,210,60,80,20,9,0,191,28,210,60,241,23,9,0,195,28,45,12,223,64,6,0,200,28,65,203,70,17,7,0,200,28,222,175,210,31,11,0,202,156,220,35,75,77,8,0,205,28,25,130,199,191,7,0,205,28,25,130,25,180,8,0,205,28,25,130,175,180,8,0,205,28,25,130,81,181,8,0,205,28,25,130,100,114,10,0,206,28,222,20,240,68,7,0,206,156,174,127,241,159,11,0,208,156,36,172,120,33,6,0,208,156,36,172,153,168,7,0,209,28,172,94,14,151,11,0,211,156,239,150,96,80,6,0,211,28,19,14,230,236,11,0,216,28,208,116,96,228,6,0,219,156,219,212,149,127,7,0,219,28,196,24,65,194,10,0,219,28,196,24,196,194,10,0,220,28,146,204,39,172,9,0,220,28,146,204,63,172,9,0,223,156,43,81,6,126,11,0,223,156,103,157,100,137,11,0,225,28,73,37,85,53,7,0,225,28,78,124,219,70,7,0,225,28,42,237,138,234,7,0,225,28,73,37,53,233,8,0,225,28,73,37,104,233,8,0,226,156,60,141,231,60,7,0,226,28,227,115,2,150,7,0,227,156,81,194,103,17,9,0,227,156,81,194,135,17,9,0,227,156,81,194,176,17,9,0,228,156,96,114,214,101,6,0,228,28,161,126,151,244,7,0,229,156,128,42,6,106,6,0,229,156,128,42,221,254,7,0,229,156,128,42,33,221,8,0,229,28,209,77,82,239,11,0,232,156,251,126,164,131,7,0,238,156,179,223,186,177,7,0,240,156,70,38,38,46,7,0,240,156,121,255,85,53,7,0,240,156,226,223,60,231,10,0,241,28,111,249,102,105,9,0,241,28,111,249,57,107,9,0,242,156,204,213,117,121,7,0,243,156,15,58,158,18,6,0,245,28,100,45,109,70,11,0,246,28,83,184,41,100,10,0,247,28,46,131,137,224,6,0,249,28,58,127,184,226,6,0,249,156,248,112,115,147,7,0,250,28,173,85,129,35,7,0,250,28,173,85,5,36,7,0,250,28,173,85,220,30,8,0,250,156,201,107,116,168,10,0,251,156,162,79,4,32,9,0,251,156,162,79,42,37,9,0,252,28,49,175,239,245,6,0,253,156,109,127,223,244,8,0,253,156,109,127,207,253,8,0,253,156,109,127,200,6,9,0,255,28,76,24,245,77,9,0,255,28,76,24,223,78,9,0,1,29,76,71,186,148,9,0,1,29,76,71,221,148,9,0,5,29,125,78,244,133,6,0,5,157,21,179,197,95,7,0,5,29,77,196,61,118,7,0,6,29,162,193,144,143,7,0,7,157,157,38,23,115,6,0,7,157,157,38,8,150,6,0,7,157,157,38,60,153,6,0,7,157,157,38,84,153,6,0,7,157,157,38,97,53,8,0,7,29,56,237,48,108,8,0,11,29,118,250,246,207,9,0,11,29,118,250,45,208,9,0,11,29,118,250,112,208,9,0,14,157,205,223,139,27,7,0,14,157,97,153,95,223,8,0,16,29,86,71,232,222,9,0,16,29,86,71,55,223,9,0,18,29,174,83,186,177,7,0,18,29,174,83,242,69,8,0,20,157,176,55,85,53,7,0,21,157,7,86,54,134,7,0,21,29,114,221,95,125,9,0,21,29,114,221,144,125,9,0,25,157,5,156,219,70,7,0,25,157,22,77,2,150,7,0,26,157,123,189,186,177,7,0,29,29,27,0,231,60,7,0,29,29,27,0,125,153,11,0,33,157,165,86,19,75,6,0,33,157,165,86,149,75,6,0,33,29,184,10,2,83,7,0,33,29,53,14,135,122,7,0,33,29,184,10,4,248,10,0,33,29,74,246,149,23,11,0,39,29,169,76,80,20,9,0,39,29,169,76,241,23,9,0,40,29,244,240,139,43,7,0,40,29,244,240,101,187,11,0,41,157,178,102,207,214,7,0,41,157,178,102,69,215,7,0,48,157,217,129,202,131,10,0,48,157,217,129,8,132,10,0,49,29,93,168,197,204,6,0,51,29,147,41,223,244,8,0,51,29,147,41,207,253,8,0,51,29,147,41,200,6,9,0,52,29,168,162,25,66,9,0,52,29,168,162,212,67,9,0,57,29,125,53,131,118,7,0,58,29,233,63,85,53,7,0,62,157,138,123,151,145,6,0,63,157,216,53,130,157,10,0,63,157,216,53,47,158,10,0,64,29,161,220,199,191,7,0,64,29,161,220,186,204,7,0,64,29,89,178,133,43,9,0,64,29,89,178,219,43,9,0,65,29,227,206,248,94,8,0,68,157,227,240,128,140,10,0,68,157,227,240,20,141,10,0,68,157,227,240,172,141,10,0,71,29,136,107,241,2,10,0,71,29,136,107,254,3,10,0,71,157,143,67,172,141,11,0,76,157,213,56,173,29,7,0,76,29,227,88,2,150,7,0,77,157,166,62,89,44,9,0,77,157,166,62,89,44,9,0,77,157,166,62,166,45,9,0,77,157,166,62,166,45,9,0,77,157,166,62,245,46,9,0,77,157,166,62,245,46,9,0,79,29,17,39,125,110,7,0,81,157,13,215,165,24,6,0,81,29,177,151,102,15,12,0,83,157,144,226,236,36,11,0,85,157,92,151,242,145,7,0,86,29,158,144,107,63,8,0,87,29,149,101,39,13,7,0,88,157,37,63,46,154,6,0,88,157,37,63,231,212,8,0,89,29,36,196,45,7,11,0,90,29,1,52,135,239,7,0,91,157,143,56,18,189,7,0,91,157,143,56,164,179,10,0,91,157,143,56,229,179,10,0,91,157,143,56,34,180,10,0,92,157,65,61,146,180,10,0,92,157,65,61,35,183,10,0,95,157,205,158,30,103,7,0,96,29,149,158,68,89,7,0,96,29,149,158,228,91,7,0,97,157,86,20,48,158,9,0,97,157,86,20,139,158,9,0,97,157,86,20,224,158,9,0,97,157,226,171,71,191,10,0,97,157,226,171,169,192,10,0,98,29,76,20,184,43,10,0,98,29,76,20,212,43,10,0,99,157,106,126,34,122,11,0,100,29,132,79,223,244,8,0,100,29,132,79,207,253,8,0,100,29,132,79,200,6,9,0,103,29,38,215,222,131,6,0,106,157,172,181,125,48,9,0,106,157,172,181,110,49,9,0,108,157,34,124,4,32,9,0,108,157,34,124,42,37,9,0,108,29,196,175,101,131,11,0,110,29,11,13,85,53,7,0,111,157,110,56,49,45,10,0,111,157,110,56,64,46,10,0,111,157,110,56,67,47,10,0,111,157,110,56,97,48,10,0,112,29,5,159,38,75,6,0,112,29,194,187,164,101,7,0,113,157,18,19,6,235,6,0,113,157,18,19,79,119,8,0,115,29,150,60,135,122,7,0,116,29,243,35,85,53,7,0,117,157,36,105,196,4,6,0,119,157,76,95,107,63,8,0,122,29,17,237,29,76,9,0,122,29,17,237,133,76,9,0,123,29,231,89,233,241,5,0,130,157,17,109,25,66,9,0,130,157,17,109,212,67,9,0,131,29,198,139,89,44,9,0,131,29,198,139,166,45,9,0,131,29,198,139,245,46,9,0,132,29,176,94,240,15,9,0,132,29,176,94,80,16,9,0,132,29,176,94,185,16,9,0,133,29,146,10,85,53,7,0,135,29,192,111,214,17,8,0,137,157,124,141,244,106,7,0,142,29,211,57,218,162,6,0,142,157,129,143,43,58,9,0,146,29,48,194,202,120,9,0,146,29,48,194,90,121,9,0,147,157,184,220,44,60,6,0,147,29,212,6,29,77,8,0,147,29,193,165,177,64,11,0,147,29,193,165,230,64,11,0,148,29,61,247,33,203,11,0,151,29,112,189,117,236,6,0,152,157,54,111,149,127,7,0,159,157,177,199,128,140,10,0,159,157,177,199,20,141,10,0,159,157,177,199,172,141,10,0,160,157,170,2,84,116,7,0,162,29,235,111,185,136,6,0,162,157,92,224,71,105,7,0,162,157,139,14,150,132,10,0,164,29,187,136,206,208,10,0,164,29,187,136,231,208,10,0,164,29,187,136,7,209,10,0,165,29,198,90,35,39,6,0,167,29,10,50,69,215,10,0,168,29,121,199,96,121,6,0,168,29,121,199,192,50,7,0,168,29,123,71,85,53,7,0,168,157,141,81,138,126,10,0,168,157,141,81,215,126,10,0,170,29,132,49,4,32,9,0,170,29,132,49,42,37,9,0,171,157,174,216,149,127,7,0,172,29,204,72,174,66,6,0,174,29,108,156,87,75,7,0,176,29,5,82,179,85,7,0,176,29,5,82,178,87,7,0,176,29,151,222,53,97,7,0,179,29,42,118,23,62,9,0,179,29,42,118,71,62,9,0,180,29,107,219,167,101,9,0,180,29,107,219,133,102,9,0,184,29,211,95,132,254,9,0,184,29,211,95,153,254,9,0,185,29,47,103,191,18,8,0,185,29,47,103,236,18,8,0,185,29,47,103,31,19,8,0,185,29,170,136,132,27,11,0,187,157,18,158,125,246,5,0,188,29,14,15,11,84,11,0,190,157,197,219,31,17,7,0,191,157,228,126,150,132,10,0,192,157,244,112,113,13,7,0,193,29,115,92,241,2,10,0,193,29,115,92,254,3,10,0,195,29,85,188,246,251,6,0,197,157,120,111,146,49,6,0,197,157,35,187,96,66,10,0,200,29,170,231,30,103,7,0,201,29,164,85,194,11,12,0,202,29,91,46,5,129,7,0,206,157,84,92,110,241,10,0,209,157,248,174,7,244,8,0,209,29,129,32,150,132,10,0,214,157,3,187,22,72,7,0,214,157,135,225,199,191,7,0,214,29,178,20,114,228,9,0,215,157,98,71,123,155,7,0,216,157,127,200,56,75,7,0,218,29,213,45,54,134,7,0,220,29,190,151,187,183,8,0,221,157,217,4,231,60,7,0,225,29,229,247,203,210,10,0,226,29,87,63,192,50,7,0,227,29,64,192,203,162,9,0,227,29,64,192,247,162,9,0,228,29,215,79,231,60,7,0,231,157,94,12,203,145,6,0,238,157,129,72,114,228,9,0,240,29,73,42,34,65,6,0,244,157,93,191,107,63,8,0,250,29,117,173,102,105,9,0,250,29,117,173,57,107,9,0,251,29,68,101,81,127,10,0,251,29,216,114,107,130,11,0,254,157,199,200,126,77,6,0,254,157,199,200,146,77,6,0,0,30,139,162,117,109,11,0,4,30,120,134,48,158,9,0,4,30,120,134,139,158,9,0,4,30,120,134,224,158,9,0,6,158,159,4,108,126,8,0,6,158,162,191,96,66,10,0,7,158,203,171,44,113,10,0,7,158,203,171,126,113,10,0,8,158,212,51,81,127,10,0,10,30,157,38,252,252,5,0,10,30,157,38,208,146,6,0,15,30,85,114,197,95,7,0,17,158,40,94,233,189,11,0,18,30,226,126,223,244,8,0,18,30,226,126,207,253,8,0,18,30,226,126,200,6,9,0,18,158,18,43,99,227,10,0,21,30,174,230,161,138,7,0,21,30,209,27,123,155,7,0,21,30,97,35,16,22,8,0,22,30,117,108,85,53,7,0,22,30,25,73,123,155,7,0,23,158,150,59,105,17,6,0,24,158,87,120,102,105,9,0,24,158,87,120,57,107,9,0,26,30,41,61,244,106,7,0,27,30,9,146,31,166,6,0,29,158,98,165,50,141,9,0,29,158,98,165,130,142,9,0,29,158,98,165,212,143,9,0,29,158,98,165,43,145,9,0,31,158,96,27,101,153,9,0,31,158,96,27,142,153,9,0,32,30,72,76,37,16,6,0,32,30,87,243,93,231,6,0,32,158,149,161,70,217,10,0,33,30,118,112,164,131,7,0,33,30,92,58,236,167,8,0,33,30,92,58,26,168,8,0,33,30,92,58,70,168,8,0,33,30,92,58,113,168,8,0,33,30,92,58,155,168,8,0,34,158,196,170,153,147,10,0,34,158,196,170,98,148,10,0,36,158,19,145,123,155,7,0,38,30,227,107,187,9,7,0,39,30,0,164,149,127,7,0,40,158,201,148,111,44,8,0,40,158,201,148,160,44,8,0,41,30,112,5,80,183,9,0,41,30,112,5,114,183,9,0,44,30,46,51,4,32,9,0,44,30,46,51,42,37,9,0,45,158,140,255,93,207,8,0,53,30,172,167,41,112,7,0,54,158,84,175,179,85,7,0,55,30,153,134,85,53,7,0,55,158,245,97,7,228,7,0,57,30,150,116,131,21,7,0,59,30,56,26,68,89,7,0,59,30,104,0,41,112,7,0,59,30,240,251,2,150,7,0,61,158,248,111,195,49,7,0,61,158,88,160,56,143,7,0,66,30,235,241,63,233,9,0,66,30,235,241,109,233,9,0,66,30,216,245,103,175,10,0,66,30,216,245,136,175,10,0,67,30,183,141,231,60,7,0,71,158,245,126,153,42,7,0,74,30,157,38,191,223,6,0,77,158,66,152,4,32,9,0,77,158,66,152,42,37,9,0,79,30,236,23,166,78,7,0,82,158,3,253,240,68,7,0,83,30,198,125,50,175,6,0,84,30,195,130,123,155,7,0,92,30,147,0,183,211,10,0,93,158,1,145,118,104,7,0,94,30,202,19,117,121,7,0,95,158,20,246,172,44,7,0,95,30,213,200,149,127,7,0,95,30,166,224,137,191,7,0,95,30,166,224,12,209,7,0,99,30,189,167,145,139,7,0,99,30,6,185,50,141,9,0,99,30,6,185,130,142,9,0,99,30,6,185,212,143,9,0,99,30,6,185,43,145,9,0,104,30,152,118,186,177,7,0,105,158,100,252,54,134,7,0,105,30,122,27,153,149,9,0,105,30,122,27,210,149,9,0,105,30,122,27,12,150,9,0,105,158,54,167,29,17,11,0,108,158,34,35,231,60,7,0,108,158,198,151,167,101,9,0,108,158,198,151,133,102,9,0,110,30,50,153,6,91,10,0,110,30,50,153,32,91,10,0,111,30,240,161,30,103,7,0,112,158,75,129,123,155,7,0,114,30,184,109,215,173,9,0,114,30,184,109,142,174,9,0,115,30,238,76,206,21,7,0,115,30,214,148,2,83,7,0,116,30,125,135,5,46,7,0,116,30,15,24,12,177,7,0,116,30,15,24,255,190,7,0,116,158,188,129,156,248,9,0,116,158,188,129,184,248,9,0,121,30,42,188,150,132,10,0,123,158,37,106,133,188,11,0,124,30,224,25,226,12,7,0,125,158,175,188,117,142,7,0,125,158,175,188,216,142,7,0,126,30,49,37,201,104,8,0,129,158,2,67,172,44,7,0,132,30,253,14,231,60,7,0,132,30,231,115,105,77,11,0,134,158,84,127,222,38,11,0,134,158,19,248,99,21,12,0,136,30,56,203,57,122,7,0,136,30,56,203,76,122,7,0,137,30,217,111,70,25,7,0,138,30,82,22,123,155,7,0,138,30,58,201,150,132,10,0,140,158,88,27,141,119,7,0,140,158,88,128,80,20,9,0,140,158,88,128,241,23,9,0,145,158,223,142,83,48,7,0,147,158,46,101,121,187,6,0,147,158,161,99,219,70,7,0,147,158,94,203,227,15,11,0,149,158,23,134,228,91,7,0,152,158,175,210,179,146,9,0,152,158,175,210,97,147,9,0,155,30,154,77,141,119,7,0,157,158,248,125,142,50,9,0,157,158,248,125,200,50,9,0,159,158,220,234,78,246,6,0,159,30,76,6,80,20,9,0,159,30,76,6,241,23,9,0,160,158,213,130,74,170,7,0,162,158,37,63,244,106,7,0,166,30,205,32,142,244,11,0,167,158,26,171,202,131,10,0,167,158,26,171,8,132,10,0,170,30,97,155,142,174,8,0,170,158,137,84,243,211,8,0,171,158,221,40,2,150,7,0,172,158,114,149,2,150,7,0,175,158,251,120,127,49,11,0,177,158,165,230,98,116,11,0,178,30,222,3,100,172,8,0,178,30,222,3,150,172,8,0,178,30,222,3,212,172,8,0,178,30,222,3,5,173,8,0,178,30,222,3,72,173,8,0,179,158,107,195,222,216,9,0,179,158,107,195,76,217,9,0,179,30,174,83,150,132,10,0,181,30,194,236,214,234,9,0,181,30,194,236,34,235,9,0,182,30,167,40,232,199,6,0,182,158,196,187,54,134,7,0,182,158,133,254,4,32,9,0,182,158,133,254,42,37,9,0,183,158,252,145,144,21,8,0,183,158,165,7,80,20,9,0,183,158,165,7,241,23,9,0,184,158,41,186,231,60,7,0,184,158,205,74,211,235,7,0,187,30,18,123,179,85,7,0,187,30,18,123,178,87,7,0,188,158,74,177,97,28,9,0,188,158,74,177,1,29,9,0,188,158,74,177,166,29,9,0,189,30,164,47,68,196,10,0,189,30,164,47,116,196,10,0,189,30,164,47,163,196,10,0,189,30,164,47,223,196,10,0,190,30,65,57,121,47,7,0,192,158,153,51,17,38,11,0,195,30,63,90,166,78,7,0,195,158,110,174,144,38,8,0,198,30,221,143,236,123,7,0,198,30,55,255,187,183,8,0,199,158,114,89,30,213,10,0,200,158,21,91,88,244,5,0,207,158,154,199,128,160,6,0,208,30,12,179,166,237,8,0,213,30,255,231,231,60,7,0,213,158,30,167,223,207,11,0,215,158,158,254,166,78,7,0,216,158,89,31,180,20,6,0,219,158,244,228,197,95,7,0,219,30,29,129,54,134,7,0,221,30,154,98,218,232,5,0,223,30,5,8,137,113,11,0,224,30,121,17,179,85,7,0,224,30,121,17,178,87,7,0,226,158,243,115,197,143,10,0,226,158,243,115,231,143,10,0,228,158,183,11,163,42,10,0,228,158,183,11,210,42,10,0,230,30,210,102,168,237,11,0,233,30,21,252,41,112,7,0,234,30,144,108,102,105,9,0,234,30,144,108,57,107,9,0,239,30,110,209,240,6,7,0,240,158,169,199,44,73,7,0,241,158,120,83,144,143,7,0,241,30,213,138,223,244,8,0,241,30,213,138,207,253,8,0,241,30,213,138,200,6,9,0,243,158,36,62,50,141,9,0,243,158,36,62,130,142,9,0,243,158,36,62,212,143,9,0,243,158,36,62,43,145,9,0,245,30,39,2,74,4,11,0,245,30,39,2,107,4,11,0,247,158,237,95,4,32,9,0,247,158,237,95,42,37,9,0,248,30,38,255,127,148,11,0,250,158,86,183,165,102,7,0,252,158,107,237,223,244,8,0,252,158,107,237,207,253,8,0,252,158,107,237,200,6,9,0,254,158,64,53,41,112,7,0,254,30,163,162,54,134,7,0,1,31,70,82,135,122,7,0,3,31,54,138,186,177,7,0,3,31,54,138,170,197,7,0,6,31,5,94,255,194,8,0,6,31,114,159,22,12,10,0,6,31,114,159,98,12,10,0,6,159,212,194,255,112,11,0,7,159,107,223,52,74,6,0,7,159,65,251,165,139,11,0,8,31,132,8,214,23,7,0,9,31,42,209,109,37,7,0,11,31,99,244,4,32,9,0,11,31,99,244,42,37,9,0,11,31,84,182,64,82,9,0,11,31,84,182,204,82,9,0,13,159,135,86,181,155,6,0,13,31,213,213,130,157,10,0,13,31,213,213,47,158,10,0,13,31,185,250,61,61,11,0,14,159,44,56,103,193,9,0,14,159,44,56,148,193,9,0,16,31,85,32,204,174,6,0,16,31,96,166,83,48,7,0,16,31,209,211,117,121,7,0,17,159,229,217,181,116,7,0,17,31,85,136,86,135,8,0,17,31,238,204,245,77,9,0,17,31,238,204,223,78,9,0,18,159,178,193,244,106,7,0,19,31,83,200,179,146,9,0,19,31,83,200,97,147,9,0,20,31,187,202,54,134,7,0,20,31,198,222,162,62,11,0,22,31,17,127,49,55,6,0,25,159,242,111,23,233,11,0,26,159,200,5,81,99,7,0,26,31,220,8,18,189,7,0,26,31,220,8,199,191,7,0,26,31,21,107,120,115,8,0,26,31,220,8,238,110,9,0,28,159,33,73,135,122,7,0,29,159,55,180,244,106,7,0,31,31,188,87,30,78,7,0,33,31,151,11,12,239,8,0,33,31,151,11,88,239,8,0,34,159,211,229,128,255,11,0,36,159,115,124,241,2,10,0,36,159,115,124,254,3,10,0,37,31,27,126,54,134,7,0,41,159,179,72,168,168,6,0,47,159,106,132,147,249,5,0,50,31,158,243,54,134,7,0,54,31,200,57,146,180,10,0,54,31,200,57,35,183,10,0,54,159,203,89,70,217,10,0,54,31,187,129,125,153,11,0,55,159,241,39,157,30,6,0,55,31,228,197,89,44,9,0,55,31,228,197,166,45,9,0,55,31,228,197,245,46,9,0,59,31,172,69,80,20,9,0,59,31,172,69,241,23,9,0,60,31,116,137,146,180,10,0,60,31,116,137,35,183,10,0,62,31,124,94,129,62,11,0,65,31,57,233,199,191,7,0,71,159,78,75,28,46,6,0,71,159,96,54,167,101,9,0,71,159,96,54,133,102,9,0,72,31,42,90,223,244,8,0,72,31,42,90,207,253,8,0,72,31,42,90,200,6,9,0,72,31,42,90,138,159,10,0,72,31,42,90,214,159,10,0,72,31,42,90,35,160,10,0,74,159,83,108,68,89,7,0,74,159,83,108,228,91,7,0,74,159,92,34,199,191,7,0,74,159,92,34,160,203,7,0,75,159,62,153,196,235,8,0,79,31,170,254,4,248,11,0,80,31,22,63,155,211,6,0,85,159,233,197,230,203,9,0,85,159,233,197,54,204,9,0,87,159,192,129,162,167,11,0,88,159,147,27,200,203,6,0,89,31,51,35,151,22,7,0,89,159,165,102,199,97,9,0,89,159,165,102,173,98,9,0,89,159,165,102,152,99,9,0,91,31,9,209,41,112,7,0,92,31,44,93,73,112,11,0,93,159,162,16,177,42,8,0,94,159,108,93,15,215,10,0,95,31,17,127,164,131,7,0,96,159,215,166,215,238,5,0,96,159,215,89,199,191,7,0,96,159,215,89,202,42,9,0,98,31,175,24,68,89,7,0,98,31,175,24,228,91,7,0,101,31,228,157,52,107,6,0,102,159,65,194,223,244,8,0,102,159,65,194,207,253,8,0,102,159,65,194,200,6,9,0,105,159,113,72,160,251,9,0,105,159,113,72,212,251,9,0,108,31,108,57,164,131,7,0,110,159,95,199,167,101,9,0,110,159,95,199,133,102,9,0,110,159,130,44,3,14,12,0,111,31,65,39,41,112,7,0,113,159,11,70,230,49,11,0,115,31,228,189,212,187,7,0,115,31,228,189,76,204,7,0,115,31,203,58,240,20,11,0,117,31,243,95,107,63,8,0,118,159,207,11,18,189,7,0,118,159,207,11,205,190,7,0,120,159,76,253,244,91,11,0,121,31,167,125,13,18,7,0,121,31,237,31,123,155,7,0,122,159,23,253,186,177,7,0,122,159,23,253,254,218,7,0,124,159,93,51,46,8,12,0,127,159,163,132,34,115,7,0,131,31,251,129,223,5,7,0,131,31,237,93,218,74,9,0,131,31,237,93,241,74,9,0,132,159,217,84,4,0,7,0,133,159,41,221,29,94,11,0,136,31,208,248,123,155,7,0,140,31,139,36,223,102,10,0,140,31,139,36,23,103,10,0,140,31,139,36,80,103,10,0,140,159,213,151,127,241,11,0,141,31,154,64,2,150,7,0,145,31,237,29,168,39,7,0,145,159,11,207,123,155,7,0,145,159,194,214,123,155,7,0,148,31,2,73,114,228,9,0,151,31,252,145,85,53,7,0,154,31,117,78,123,155,7,0,154,31,45,129,238,38,11,0,160,159,97,128,249,205,6,0,160,31,49,238,13,18,7,0,160,159,118,154,117,142,7,0,160,159,118,154,216,142,7,0,167,159,117,197,244,106,7,0,168,31,158,3,179,85,7,0,168,31,158,3,178,87,7,0,168,159,201,129,123,155,7,0,168,31,158,3,210,176,7,0,168,31,158,3,80,217,7,0,168,159,201,129,243,229,7,0,169,31,77,82,176,67,10,0,169,31,77,82,242,68,10,0,169,31,77,82,55,70,10,0,170,31,172,176,71,191,10,0,170,31,172,176,169,192,10,0,171,31,208,41,235,22,6,0,171,31,208,41,54,93,8,0,171,31,208,41,88,93,8,0,171,31,208,41,124,93,8,0,171,31,208,41,192,250,9,0,171,31,208,41,212,250,9,0,171,31,208,41,181,17,11,0,173,159,163,191,4,32,9,0,173,159,163,191,42,37,9,0,175,159,207,142,85,53,7,0,175,31,206,173,199,191,7,0,175,31,206,173,90,169,8,0,177,31,157,38,166,78,7,0,177,159,187,129,181,109,7,0,177,31,3,127,123,155,7,0,182,31,105,78,4,32,9,0,182,31,105,78,42,37,9,0,186,159,8,198,33,22,6,0,189,31,111,98,129,35,7,0,189,31,111,98,5,36,7,0,189,159,244,38,179,85,7,0,191,159,73,33,231,60,7,0,191,31,40,74,9,43,11,0,194,31,135,34,145,139,7,0,194,31,69,232,115,147,7,0,194,31,135,34,4,32,9,0,194,31,135,34,42,37,9,0,195,31,177,133,4,32,9,0,195,31,177,133,42,37,9,0,196,159,63,48,173,220,9,0,196,159,63,48,199,220,9,0,197,159,177,69,202,28,6,0,197,31,227,51,163,203,8,0,197,31,227,51,161,192,11,0,198,31,53,118,111,117,7,0,198,31,25,110,110,242,10,0,199,31,73,180,123,155,7,0,201,159,45,127,71,54,6,0,201,159,45,127,231,229,6,0,201,159,45,127,13,249,7,0,202,31,30,110,4,32,9,0,202,31,30,110,42,37,9,0,203,31,245,90,85,229,5,0,204,159,236,105,144,143,7,0,204,159,69,3,197,246,10,0,204,31,126,231,119,151,11,0,205,31,73,64,216,242,10,0,206,159,17,225,235,22,7,0,206,31,113,49,220,38,7,0,206,159,17,225,88,5,11,0,207,159,61,165,190,158,6,0,208,159,141,142,40,73,10,0,208,159,141,142,140,73,10,0,208,159,141,142,237,73,10,0,211,31,136,84,0,149,7,0,213,31,248,136,103,227,6,0,214,159,235,65,230,118,9,0,214,159,235,65,190,119,9,0,215,31,134,149,241,2,10,0,215,31,134,149,254,3,10,0,215,159,78,221,112,49,10,0,215,159,78,221,253,49,10,0,215,31,9,88,150,132,10,0,216,31,231,137,53,246,7,0,217,159,234,129,122,30,9,0,217,159,234,129,44,31,9,0,218,31,20,54,67,205,6,0,221,31,15,76,133,35,10,0,221,31,15,76,4,36,10,0,221,31,15,76,144,36,10,0,222,31,5,199,141,119,7,0,222,159,101,91,125,163,10,0,222,159,101,91,160,163,10,0,222,159,157,18,158,56,11,0,223,31,231,32,41,252,5,0,224,31,248,13,41,100,10,0,230,159,168,67,193,6,10,0,230,159,168,67,96,7,10,0,231,31,80,181,167,101,9,0,231,31,80,181,133,102,9,0,232,31,255,93,194,26,7,0,233,159,215,56,172,224,9,0,233,159,215,56,194,224,9,0,233,159,106,35,96,66,10,0,235,159,10,64,123,155,7,0,237,159,24,182,223,244,8,0,237,159,24,182,207,253,8,0,237,159,24,182,200,6,9,0,241,31,217,85,6,137,9,0,241,31,217,85,142,137,9,0,241,31,3,145,247,249,10,0,241,159,99,241,200,18,11,0,242,159,169,181,194,127,11,0,244,159,191,253,10,109,6,0,244,31,129,86,54,134,7,0,249,31,13,4,39,138,11,0,253,159,122,81,114,239,10,0,253,159,122,81,143,239,10,0,254,159,93,157,194,26,7,0,254,159,249,62,52,222,10,0,2,160,141,254,144,143,7,0,2,32,53,87,223,244,8,0,2,32,53,87,207,253,8,0,2,32,53,87,200,6,9,0,3,160,98,141,69,77,7,0,6,32,59,109,112,36,7,0,7,160,61,16,149,127,7,0,8,32,187,142,150,132,10,0,10,160,117,229,157,53,10,0,10,160,117,229,195,53,10,0,10,160,117,229,238,53,10,0,16,160,17,201,155,145,7,0,16,160,17,201,200,145,7,0,20,160,147,226,85,53,7,0,20,160,3,227,187,183,8,0,23,32,208,73,4,32,9,0,23,32,208,73,42,37,9,0,26,160,83,43,184,254,5,0,26,160,83,43,202,254,5,0,28,160,121,233,54,134,7,0,29,160,156,11,192,77,7,0,32,32,233,2,231,60,7,0,33,160,13,138,4,32,9,0,33,160,13,138,42,37,9,0,34,160,164,1,62,225,5,0,37,32,48,242,18,189,7,0,37,32,48,242,199,191,7,0,37,32,48,242,138,61,9,0,42,160,46,66,187,116,6,0,42,160,46,66,208,125,6,0,42,160,46,66,224,216,6,0,42,160,46,66,197,95,7,0,42,160,46,66,70,174,7,0,44,32,143,241,107,16,7,0,44,32,118,66,82,40,7,0,44,32,231,242,102,105,9,0,44,32,231,242,57,107,9,0,47,160,177,95,72,161,8,0,47,160,177,95,214,161,8,0,47,160,177,95,89,162,8,0,48,32,67,220,76,27,11,0,57,160,231,242,39,210,10,0,59,32,234,43,186,177,7,0,59,160,161,251,251,225,9,0,59,160,161,251,35,226,9,0,60,160,215,169,8,89,6,0,60,160,242,156,186,177,7,0,61,32,146,95,36,203,6,0,61,160,164,247,161,138,7,0,62,32,240,168,37,77,9,0,64,32,205,232,114,228,9,0,67,32,239,18,144,143,7,0,67,32,69,202,227,10,12,0,68,160,115,187,179,85,7,0,68,160,115,187,178,87,7,0,68,160,115,187,193,203,7,0,70,32,219,4,125,48,9,0,70,32,219,4,110,49,9,0,71,160,209,76,123,155,7,0,71,32,6,113,123,155,7,0,72,160,97,79,117,121,7,0,73,160,106,177,66,106,11,0,75,32,101,132,19,101,6,0,76,32,244,198,244,232,5,0,77,160,147,222,72,103,11,0,87,160,70,193,145,139,7,0,89,32,104,164,116,168,10,0,90,160,101,143,131,24,6,0,90,160,230,197,205,196,6,0,91,160,246,151,183,48,7,0,91,32,214,176,186,177,7,0,94,32,160,204,199,191,7,0,94,32,160,204,180,202,7,0,94,32,160,204,186,204,7,0,95,160,72,109,123,155,7,0,96,160,178,80,199,191,7,0,97,32,25,83,30,169,10,0,97,32,25,83,207,169,10,0,98,160,64,80,41,112,7,0,101,160,223,83,85,53,7,0,102,32,57,169,12,13,12,0,107,160,158,115,46,40,8,0,107,160,158,115,101,40,8,0,107,160,158,115,156,40,8,0,108,32,141,204,146,180,10,0,108,32,141,204,35,183,10,0,109,32,66,116,102,105,9,0,109,32,66,116,57,107,9,0,109,160,13,63,79,6,11,0,111,160,59,244,21,32,7,0,111,160,59,244,9,153,11,0,113,160,221,28,223,244,8,0,113,160,221,28,207,253,8,0,113,160,221,28,200,6,9,0,114,32,206,204,221,20,7,0,117,32,179,91,34,42,7,0,118,32,156,74,109,37,7,0,120,32,96,66,187,9,8,0,122,32,228,190,223,244,8,0,122,32,228,190,207,253,8,0,122,32,228,190,200,6,9,0,125,32,63,188,85,53,7,0,129,160,135,158,71,182,11,0,129,32,155,44,190,219,11,0,131,160,30,245,94,176,6,0,131,32,198,39,68,117,8,0,132,32,193,234,183,147,7,0,133,32,133,221,125,48,9,0,133,32,133,221,110,49,9,0,133,32,199,96,204,113,11,0,134,32,44,242,154,157,6,0,134,160,231,37,4,32,9,0,134,160,231,37,42,37,9,0,134,160,231,141,89,44,9,0,134,160,231,141,166,45,9,0,134,160,231,141,245,46,9,0,134,32,133,126,104,159,9,0,134,32,133,126,184,159,9,0,134,32,133,126,23,160,9,0,134,32,133,126,105,160,9,0,134,32,202,26,14,46,11,0,135,160,0,77,1,31,7,0,136,32,27,33,208,178,6,0,136,32,27,33,128,208,6,0,138,32,179,129,146,139,11,0,138,32,188,217,168,247,11,0,138,32,188,217,188,247,11,0,143,160,176,42,102,105,9,0,143,160,176,42,57,107,9,0,143,160,160,7,217,13,11,0,143,160,160,7,250,13,11,0,144,32,62,231,71,191,10,0,144,32,62,231,169,192,10,0,145,160,241,234,142,174,8,0,146,160,83,143,20,233,6,0,148,160,41,190,190,110,7,0,149,32,217,244,140,169,6,0,151,32,168,22,87,57,8,0,154,160,132,182,90,171,7,0,154,160,132,182,12,177,7,0,157,32,208,17,52,30,7,0,157,32,113,57,150,132,10,0,158,160,146,126,123,155,7,0,160,160,122,143,56,233,7,0,160,160,122,143,240,114,10,0,160,160,122,143,38,115,10,0,160,160,122,143,99,115,10,0,163,32,5,253,54,134,7,0,164,160,194,47,71,113,8,0,164,32,125,130,1,204,8,0,165,32,103,118,86,156,11,0,168,160,205,234,85,53,7,0,169,160,124,154,37,142,7,0,169,160,115,199,50,141,9,0,169,160,115,199,130,142,9,0,169,160,115,199,212,143,9,0,169,160,115,199,43,145,9,0,170,32,147,177,179,85,7,0,170,32,147,177,178,87,7,0,171,160,73,77,104,159,9,0,171,160,73,77,184,159,9,0,171,160,73,77,23,160,9,0,171,160,73,77,105,160,9,0,171,160,213,80,211,236,11,0,172,160,179,161,187,12,12,0,172,160,179,161,59,17,12,0,174,32,183,10,206,36,7,0,174,32,172,156,179,85,7,0,174,32,172,156,178,87,7,0,174,160,251,250,199,191,7,0,174,32,172,156,193,203,7,0,174,160,251,250,90,169,8,0,175,160,127,100,80,20,9,0,175,160,127,100,241,23,9,0,176,160,106,249,74,184,6,0,177,32,178,168,173,29,7,0,181,160,22,156,34,117,11,0,183,32,229,94,252,249,5,0,188,160,110,239,186,177,7,0,189,32,136,159,212,103,8,0,189,32,136,159,5,104,8,0,189,32,136,159,56,104,8,0,189,32,136,159,111,104,8,0,189,32,136,159,157,104,8,0,192,160,130,243,136,15,6,0,192,160,17,246,13,243,6,0,193,32,22,171,184,7,6,0,196,32,21,227,186,177,7,0,197,32,66,39,29,76,9,0,197,32,66,39,133,76,9,0,198,160,97,40,135,211,7,0,198,160,71,249,193,200,9,0,198,160,71,249,23,201,9,0,198,160,71,249,167,201,9,0,198,32,79,179,30,169,10,0,198,32,79,179,207,169,10,0,199,32,239,89,16,141,7,0,199,32,239,89,140,91,11,0,200,32,218,196,68,89,7,0,200,32,218,196,228,91,7,0,203,32,88,202,5,101,7,0,205,160,214,69,252,74,7,0,206,160,146,144,45,42,11,0,208,160,142,13,241,234,5,0,211,160,163,69,134,78,6,0,211,160,163,69,238,230,8,0,215,160,190,244,245,77,9,0,215,160,190,244,223,78,9,0,218,160,160,195,174,66,8,0,218,160,214,243,15,222,8,0,218,32,143,189,25,66,9,0,218,32,143,189,212,67,9,0,220,32,84,207,105,254,11,0,221,32,50,103,2,150,7,0,222,160,67,211,59,95,11,0,223,32,18,231,135,211,7,0,227,32,104,135,133,35,10,0,227,32,104,135,4,36,10,0,227,32,104,135,144,36,10,0,231,32,119,251,145,139,7,0,231,160,85,188,167,53,11,0,232,160,239,227,205,216,7,0,234,32,157,38,244,250,5,0,234,32,190,176,172,44,7,0,236,32,46,58,54,134,7,0,240,160,247,10,117,142,7,0,240,160,247,10,216,142,7,0,240,160,247,10,237,90,11,0,243,32,188,137,86,23,8,0,244,32,41,4,62,5,10,0,244,32,41,4,116,5,10,0,245,32,213,56,85,53,7,0,245,160,128,192,78,36,11,0,247,160,60,19,96,66,10,0,248,160,188,45,187,183,8,0,253,160,231,242,181,104,7,0,253,160,234,244,116,168,10,0,255,160,163,225,148,252,10,0,1,33,207,69,183,147,7,0,1,161,230,30,248,237,9,0,1,161,230,30,238,238,9,0,4,161,57,120,223,244,8,0,4,161,57,120,207,253,8,0,4,161,57,120,200,6,9,0,6,33,39,33,123,155,7,0,11,33,198,199,189,91,6,0,11,161,131,207,68,89,7,0,11,33,196,115,223,210,10,0,12,33,67,47,4,32,9,0,12,33,67,47,42,37,9,0,12,161,33,206,30,169,10,0,12,161,33,206,207,169,10,0,12,33,202,249,70,217,10,0,13,161,134,45,195,49,7,0,14,33,23,7,25,66,9,0,14,33,23,7,212,67,9,0,19,161,187,103,124,23,6,0,19,33,81,103,107,63,8,0,20,33,24,155,10,26,7,0,23,161,168,35,208,104,6,0,23,161,168,35,13,207,6,0,23,161,248,216,66,138,9,0,23,161,248,216,128,138,9,0,24,33,234,64,207,40,7,0,24,161,111,63,181,109,7,0,25,161,57,51,125,110,7,0,25,33,8,55,150,132,10,0,27,33,239,111,146,180,10,0,27,33,239,111,35,183,10,0,27,33,38,58,255,131,11,0,28,33,59,68,150,132,10,0,29,161,40,94,148,112,9,0,29,161,40,94,17,113,9,0,31,33,211,239,158,52,7,0,33,33,239,24,41,114,9,0,33,33,239,24,57,115,9,0,34,33,177,48,124,240,5,0,34,33,51,38,107,251,11,0,35,161,6,28,4,85,11,0,38,33,89,185,109,37,7,0,38,33,39,170,41,112,7,0,38,33,52,102,80,20,9,0,38,33,52,102,241,23,9,0,44,161,77,28,166,78,7,0,44,33,191,107,121,174,10,0,44,33,191,107,151,174,10,0,44,33,191,107,172,174,10,0,47,33,172,82,35,53,8,0,48,161,186,68,29,142,6,0,48,33,65,250,204,209,10,0,50,33,46,78,30,78,7,0,51,33,185,214,7,244,8,0,55,161,231,242,223,244,8,0,55,161,231,242,207,253,8,0,55,161,231,242,200,6,9,0,57,33,9,85,186,177,7,0,58,161,253,35,204,88,6,0,60,33,62,240,24,65,11,0,63,33,80,38,199,191,7,0,63,33,80,38,90,169,8,0,63,33,17,88,37,77,9,0,65,161,222,6,116,32,7,0,67,161,100,0,166,118,7,0,68,33,148,204,14,62,10,0,68,33,148,204,229,62,10,0,71,161,44,122,106,133,8,0,71,161,44,122,159,206,11,0,71,161,44,122,188,207,11,0,71,161,44,122,95,225,11,0,72,33,88,171,176,200,6,0,72,33,91,81,174,66,8,0,73,161,61,8,2,83,7,0,77,33,117,242,118,104,7,0,77,33,82,54,149,127,7,0,83,161,173,114,54,134,7,0,84,161,145,38,41,112,7,0,89,33,32,20,68,89,7,0,89,33,32,20,228,91,7,0,89,161,103,117,123,155,7,0,91,161,112,124,150,132,10,0,94,33,182,213,244,106,7,0,96,161,214,152,137,22,8,0,97,33,140,142,101,205,6,0,98,33,122,172,183,10,12,0,99,161,121,47,50,141,9,0,99,161,121,47,130,142,9,0,99,161,121,47,212,143,9,0,99,161,121,47,43,145,9,0,100,161,209,163,118,33,11,0,101,161,101,36,199,97,9,0,101,161,101,36,173,98,9,0,101,161,101,36,152,99,9,0,102,33,155,206,2,150,7,0,102,33,151,70,102,105,9,0,102,33,151,70,57,107,9,0,103,33,106,28,248,237,9,0,103,33,106,28,238,238,9,0,104,33,35,252,172,44,7,0,104,161,55,37,215,118,7,0,104,161,55,37,49,119,7,0,105,161,180,46,68,89,7,0,105,161,180,46,80,68,11,0,106,161,85,170,2,150,7,0,109,161,35,248,186,177,7,0,111,161,99,139,231,60,7,0,111,161,99,139,186,177,7,0,111,161,168,133,206,25,8,0,112,161,195,147,210,88,9,0,112,161,195,147,145,89,9,0,112,161,195,147,74,90,9,0,114,33,229,212,228,91,7,0,114,161,218,246,143,235,10,0,115,161,39,218,197,95,7,0,118,33,10,211,93,111,6,0,118,33,10,211,72,227,6,0,118,161,182,140,116,32,7,0,118,161,163,128,176,8,10,0,118,161,163,128,193,8,10,0,118,161,4,126,23,27,10,0,118,161,4,126,59,27,10,0,121,33,207,50,57,214,11,0,126,161,130,11,210,25,6,0,126,161,209,55,71,191,10,0,126,161,209,55,169,192,10,0,128,161,250,17,192,105,7,0,129,161,167,126,18,189,7,0,129,33,225,218,193,200,9,0,129,33,225,218,23,201,9,0,129,33,225,218,167,201,9,0,129,161,167,126,11,100,10,0,131,33,233,57,59,253,5,0,136,33,235,246,39,190,11,0,137,161,108,56,150,132,10,0,138,33,148,204,192,69,9,0,138,33,148,204,164,70,9,0,138,33,148,204,128,71,9,0,139,161,213,117,87,75,7,0,140,33,247,188,244,106,7,0,142,161,7,170,185,111,8,0,142,161,31,63,4,32,9,0,142,161,31,63,42,37,9,0,144,33,125,202,223,244,8,0,144,33,125,202,207,253,8,0,144,33,125,202,200,6,9,0,145,161,74,108,190,1,6,0,148,33,224,19,137,194,6,0,148,33,102,168,153,108,11,0,149,161,172,86,16,141,7,0,150,161,32,109,154,214,11,0,152,161,114,27,80,20,9,0,152,161,114,27,241,23,9,0,156,161,172,24,180,53,9,0,156,161,172,24,36,54,9,0,160,33,30,156,102,105,9,0,160,33,30,156,57,107,9,0,162,33,84,141,245,71,11,0,164,161,15,78,49,175,11,0,166,161,211,29,150,132,10,0,167,33,167,67,199,191,7,0,167,33,167,67,131,206,7,0,167,161,226,43,114,228,9,0,168,161,52,167,228,252,5,0,168,33,76,254,123,155,7,0,170,33,160,122,187,183,8,0,171,161,164,3,112,8,11,0,172,33,80,230,197,95,7,0,172,33,85,130,186,177,7,0,173,33,244,40,96,38,6,0,173,161,32,104,30,78,7,0,175,33,1,40,199,219,8,0,177,161,219,113,5,129,7,0,179,33,163,133,229,96,6,0,182,161,133,225,48,4,11,0,183,161,155,54,116,32,7,0,183,161,209,226,61,118,7,0,185,33,182,16,130,13,6,0,185,33,175,250,244,106,7,0,189,161,76,247,246,39,6,0,189,33,23,68,49,36,11,0,189,161,190,53,108,189,11,0,194,33,213,162,2,83,7,0,196,33,37,199,24,145,7,0,197,33,39,159,244,1,6,0,197,33,39,159,238,168,6,0,197,33,39,159,15,169,6,0,197,33,115,28,92,174,6,0,197,33,109,54,149,127,7,0,198,161,97,52,16,196,6,0,198,161,97,52,114,211,6,0,198,33,221,190,150,132,10,0,202,33,225,3,186,177,7,0,205,33,34,123,120,105,7,0,208,161,47,242,1,31,7,0,208,33,37,105,164,3,11,0,211,161,103,27,150,132,10,0,213,33,69,179,86,135,8,0,213,161,63,248,163,213,10,0,214,33,79,150,41,63,9,0,214,33,79,150,96,63,9,0,216,161,156,217,219,70,7,0,218,161,237,163,143,45,7,0,220,161,9,94,247,226,5,0,226,161,109,178,108,136,11,0,230,161,77,207,102,8,8,0,234,33,155,2,27,211,10,0,237,161,209,5,206,21,7,0,237,161,65,212,130,233,10,0,238,33,130,107,233,196,6,0,238,33,220,119,205,73,7,0,239,161,95,156,47,88,6,0,239,161,154,156,193,151,6,0,239,33,88,250,222,216,9,0,239,33,88,250,76,217,9,0,240,33,48,18,255,190,7,0,240,33,48,18,79,202,7,0,241,161,89,122,145,150,8,0,241,161,89,122,194,150,8,0,241,161,89,122,245,150,8,0,242,161,120,102,85,53,7,0,242,161,188,6,70,162,10,0,246,161,127,39,150,132,10,0,247,161,167,213,54,134,7,0,249,33,128,37,16,141,7,0,250,161,100,222,87,75,7,0,250,33,213,121,138,135,9,0,250,33,213,121,175,135,9,0,252,161,21,126,80,150,11,0,254,161,151,226,117,121,7,0,255,161,117,80,117,72,6,0,255,33,164,126,195,49,7,0,3,162,148,177,228,91,7,0,3,34,168,239,94,210,7,0,8,162,24,133,147,74,8,0,11,34,0,97,192,43,8,0,13,162,117,43,3,141,8,0,15,34,237,5,123,155,7,0,15,162,164,251,186,177,7,0,16,34,109,251,32,28,7,0,16,34,49,100,1,31,7,0,17,34,88,204,79,167,6,0,17,34,88,204,228,91,7,0,17,34,88,204,242,95,8,0,17,34,88,204,31,96,8,0,20,162,231,242,143,45,7,0,21,162,188,187,209,99,7,0,21,34,23,96,25,66,9,0,21,34,23,96,212,67,9,0,21,162,162,110,167,101,9,0,21,162,162,110,133,102,9,0,23,34,242,13,230,203,9,0,23,34,242,13,54,204,9,0,24,34,244,125,25,66,9,0,24,34,244,125,212,67,9,0,25,162,53,34,85,53,7,0,25,162,215,65,212,187,7,0,26,162,23,112,230,118,9,0,26,162,23,112,190,119,9,0,27,34,134,200,116,32,7,0,29,162,122,57,172,204,6,0,33,162,189,170,186,177,7,0,39,34,165,4,42,70,7,0,40,162,108,136,4,18,11,0,46,162,109,42,141,119,7,0,46,34,203,110,149,127,7,0,47,34,219,61,109,37,7,0,48,162,134,125,54,134,7,0,49,162,168,104,208,178,6,0,49,162,168,104,128,208,6,0,49,162,168,104,243,173,7,0,49,162,191,191,255,190,7,0,49,34,150,96,106,183,11,0,50,162,36,65,186,177,7,0,52,34,192,225,231,60,7,0,55,162,238,107,117,121,7,0,56,34,206,229,169,123,8,0,56,34,206,229,185,124,8,0,57,34,0,84,57,146,7,0,58,34,62,166,140,5,11,0,59,162,160,32,208,79,9,0,59,162,160,32,138,80,9,0,59,162,160,32,56,81,9,0,60,162,71,3,231,60,7,0,60,34,22,187,104,159,9,0,60,34,22,187,184,159,9,0,60,34,22,187,23,160,9,0,60,34,22,187,105,160,9,0,60,162,223,127,166,113,11,0,61,162,4,108,150,83,9,0,61,162,4,108,176,85,9,0,62,162,241,208,198,213,8,0,62,34,87,87,223,244,8,0,62,34,87,87,207,253,8,0,62,34,87,87,200,6,9,0,67,34,180,148,219,239,8,0,67,34,1,219,186,50,11,0,69,34,234,35,32,28,7,0,70,162,151,126,96,66,10,0,71,34,109,162,238,252,10,0,72,162,69,169,245,42,7,0,72,162,115,160,217,58,11,0,74,34,219,4,96,66,10,0,75,162,182,120,27,97,6,0,75,162,182,120,195,162,6,0,75,34,90,48,250,135,9,0,75,34,90,48,20,136,9,0,75,162,201,76,64,87,10,0,77,34,201,85,67,234,8,0,77,162,38,192,179,146,9,0,77,162,38,192,97,147,9,0,79,34,253,194,41,112,7,0,80,34,204,80,76,15,7,0,80,34,215,91,223,244,8,0,80,34,215,91,207,253,8,0,80,34,215,91,200,6,9,0,83,34,98,254,227,146,6,0,83,34,220,149,58,139,7,0,86,34,147,191,231,60,7,0,87,162,3,252,175,149,6,0,87,162,3,252,228,91,7,0,87,34,14,144,12,177,7,0,87,34,14,144,76,204,7,0,91,34,96,86,192,43,8,0,91,162,62,70,245,77,9,0,91,162,62,70,223,78,9,0,91,34,86,48,70,217,10,0,91,162,106,171,254,251,10,0,93,34,26,202,252,116,7,0,95,162,164,222,215,109,10,0,96,162,141,34,24,65,11,0,97,34,23,187,231,60,7,0,97,34,47,199,54,134,7,0,97,34,73,129,18,16,12,0,98,162,231,242,53,97,7,0,98,34,17,173,181,109,7,0,98,34,113,27,150,132,10,0,99,34,89,230,71,254,7,0,101,34,59,134,148,64,11,0,101,34,59,134,201,64,11,0,104,34,102,185,126,189,6,0,105,34,10,64,231,60,7,0,106,162,76,92,223,244,8,0,106,162,76,92,207,253,8,0,106,162,76,92,200,6,9,0,106,34,54,238,65,194,10,0,106,34,54,238,196,194,10,0,112,34,11,174,242,211,7,0,112,34,72,218,50,141,9,0,112,34,72,218,130,142,9,0,112,34,72,218,212,143,9,0,112,34,72,218,43,145,9,0,112,34,216,185,96,66,10,0,113,34,30,54,133,74,7,0,116,34,255,121,109,225,6,0,117,34,4,216,155,251,5,0,117,34,4,216,155,167,6,0,117,34,82,23,209,99,7,0,123,162,81,24,115,15,6,0,124,162,122,108,179,85,7,0,124,162,122,108,178,87,7,0,125,34,69,104,248,237,9,0,125,34,69,104,238,238,9,0,125,34,74,13,249,65,11,0,126,162,147,228,100,155,6,0,128,162,188,190,230,118,9,0,128,162,188,190,190,119,9,0,132,162,123,21,85,53,7,0,134,162,162,230,71,191,10,0,134,162,162,230,169,192,10,0,136,34,123,15,247,199,11,0,137,162,108,242,175,81,7,0,138,34,71,170,13,18,7,0,138,34,190,137,197,95,7,0,144,34,109,109,184,124,7,0,144,34,109,109,20,125,7,0,145,162,34,216,181,104,7,0,147,162,137,218,65,194,10,0,147,162,137,218,196,194,10,0,148,162,233,105,144,143,7,0,150,34,224,81,115,83,6,0,150,34,224,81,21,114,6,0,150,34,224,81,146,180,10,0,150,34,224,81,35,183,10,0,151,162,245,240,112,36,7,0,156,162,228,112,215,57,11,0,157,34,13,162,120,232,7,0,157,34,149,237,223,244,8,0,157,34,149,237,207,253,8,0,157,34,149,237,200,6,9,0,157,34,75,232,49,45,10,0,157,34,75,232,64,46,10,0,157,34,75,232,67,47,10,0,157,34,75,232,97,48,10,0,160,162,42,27,58,98,6,0,160,162,187,165,128,46,7,0,160,162,42,27,85,53,7,0,161,34,131,251,102,105,9,0,161,34,131,251,57,107,9,0,165,34,241,11,154,241,10,0,166,162,216,54,124,243,6,0,166,162,136,88,186,177,7,0,166,34,82,115,133,35,10,0,166,34,82,115,4,36,10,0,166,34,82,115,144,36,10,0,168,34,102,194,92,181,11,0,171,162,153,179,14,202,9,0,171,162,153,179,73,202,9,0,172,162,231,242,186,177,7,0,172,162,8,89,183,234,7,0,173,34,17,140,231,60,7,0,173,162,34,125,95,125,9,0,173,162,34,125,144,125,9,0,178,34,42,23,224,15,7,0,179,34,187,254,48,42,6,0,187,34,137,157,48,86,8,0,187,34,137,157,84,86,8,0,195,34,192,151,82,219,6,0,195,34,192,151,76,226,6,0,199,34,202,92,97,28,9,0,199,34,202,92,1,29,9,0,199,34,202,92,166,29,9,0,200,34,32,7,38,106,6,0,201,162,247,126,32,28,7,0,202,34,35,149,102,105,9,0,202,34,35,149,57,107,9,0,204,34,119,142,186,177,7,0,204,162,252,143,140,92,9,0,204,162,252,143,54,93,9,0,204,162,252,143,6,137,9,0,204,162,252,143,142,137,9,0,205,34,182,148,34,42,7,0,206,162,189,38,242,176,9,0,206,162,189,38,13,177,9,0,206,162,189,38,42,177,9,0,208,34,156,78,103,226,6,0,209,34,248,7,18,189,7,0,209,34,248,7,212,79,10,0,209,34,248,7,1,80,10,0,210,162,32,248,241,2,10,0,210,162,32,248,254,3,10,0,211,34,217,49,53,171,6,0,211,34,217,49,68,89,7,0,211,34,217,49,228,91,7,0,213,162,233,90,210,177,6,0,217,162,81,190,2,150,7,0,217,34,144,33,102,105,9,0,217,34,144,33,57,107,9,0,224,162,57,127,61,33,10,0,224,162,57,127,86,33,10,0,224,162,57,127,111,33,10,0,225,34,242,206,114,228,9,0,227,162,156,35,150,132,10,0,228,34,203,101,95,26,6,0,228,34,203,101,180,51,7,0,229,34,113,17,36,137,6,0,233,162,84,226,11,84,11,0,234,162,71,75,176,67,10,0,234,162,71,75,242,68,10,0,234,162,71,75,55,70,10,0,237,34,158,23,123,155,7,0,237,162,112,33,33,6,10,0,241,162,148,206,231,60,7,0,243,162,116,125,77,135,6,0,245,162,5,50,110,139,9,0,245,162,5,50,205,139,9,0,247,162,67,115,85,39,7,0,250,34,135,143,28,110,6,0,251,162,191,136,231,60,7,0,252,162,123,87,231,60,7,0,252,34,129,96,210,88,9,0,252,34,129,96,145,89,9,0,252,34,129,96,74,90,9,0,252,34,22,111,55,60,11,0,254,34,134,230,231,60,7,0,254,34,134,230,41,112,7,0,0,163,54,116,120,38,6,0,3,163,122,21,200,195,8,0,6,163,102,69,105,246,7,0,6,35,235,146,156,206,10,0,6,35,235,146,218,206,10,0,7,163,151,104,100,172,8,0,7,163,151,104,150,172,8,0,7,163,151,104,212,172,8,0,7,163,151,104,5,173,8,0,7,163,151,104,72,173,8,0,7,163,151,104,132,68,11,0,7,163,151,104,167,68,11,0,9,163,86,126,2,125,9,0,9,163,86,126,20,125,9,0,11,163,205,136,187,183,8,0,16,35,234,53,90,96,11,0,17,163,255,149,123,155,7,0,17,163,72,63,154,214,11,0,20,163,104,47,1,31,7,0,20,35,2,170,85,53,7,0,20,163,100,126,2,150,7,0,21,163,199,213,162,108,6,0,21,163,199,213,22,72,7,0,23,35,78,51,1,185,11,0,24,163,198,88,133,74,7,0,25,163,101,116,66,138,9,0,25,163,101,116,128,138,9,0,27,35,244,73,120,105,7,0,29,163,75,124,123,155,7,0,29,163,178,129,123,155,7,0,30,35,139,251,68,89,7,0,30,35,139,251,228,91,7,0,30,35,200,34,109,219,7,0,31,163,130,84,123,155,7,0,32,35,132,223,179,146,9,0,32,35,132,223,97,147,9,0,37,35,83,81,83,48,7,0,37,35,68,15,70,131,9,0,37,35,68,15,108,131,9,0,37,163,225,162,186,165,10,0,37,163,225,162,209,165,10,0,38,35,1,97,19,68,8,0,39,35,183,252,123,155,7,0,39,163,45,199,4,32,9,0,39,163,45,199,42,37,9,0,41,35,61,28,166,78,7,0,41,163,64,54,166,78,7,0,41,163,64,54,2,150,7,0,41,35,156,19,101,252,10,0,43,163,239,9,145,139,7,0,44,163,37,147,32,28,7,0,47,163,176,212,90,118,11,0,48,35,240,198,207,225,10,0,48,35,240,198,6,226,10,0,48,163,7,140,171,60,11,0,49,35,213,245,182,221,10,0,51,35,3,1,25,66,9,0,51,35,3,1,212,67,9,0,53,163,174,115,34,115,7,0,55,35,47,232,80,20,9,0,55,35,47,232,241,23,9,0,57,35,193,240,223,244,8,0,57,35,193,240,207,253,8,0,57,35,193,240,200,6,9,0,59,163,9,50,87,75,7,0,59,163,202,78,145,139,7,0,59,163,191,21,223,244,8,0,59,163,191,21,207,253,8,0,59,163,191,21,200,6,9,0,61,163,222,240,186,177,7,0,62,163,240,226,37,142,7,0,64,163,5,14,86,135,8,0,68,35,224,127,99,253,10,0,70,163,45,69,121,252,6,0,70,163,178,129,227,212,7,0,71,163,185,237,200,34,6,0,71,163,232,20,203,24,7,0,71,35,242,245,238,252,10,0,73,35,139,8,161,62,9,0,73,35,139,8,201,62,9,0,73,163,158,141,150,132,10,0,74,163,241,192,167,255,6,0,74,163,28,115,41,53,7,0,76,163,62,45,102,123,9,0,76,163,62,45,26,124,9,0,77,35,216,19,232,154,8,0,78,163,74,93,1,14,7,0,79,163,244,115,102,123,9,0,79,163,244,115,26,124,9,0,80,163,85,170,31,96,11,0,80,163,85,170,57,96,11,0,81,35,193,148,252,37,6,0,81,35,127,50,195,49,7,0,85,35,134,199,41,112,7,0,85,163,117,47,186,177,7,0,86,163,48,183,115,114,6,0,86,35,209,230,223,244,8,0,86,35,209,230,207,253,8,0,86,35,209,230,200,6,9,0,91,163,161,197,231,60,7,0,94,35,143,78,120,232,7,0,95,35,162,54,230,229,5,0,95,35,117,100,122,30,9,0,95,35,117,100,44,31,9,0,98,163,222,35,57,47,6,0,99,35,118,69,2,150,7,0,102,163,94,213,71,191,10,0,102,163,94,213,169,192,10,0,104,163,141,82,200,112,10,0,104,163,141,82,224,112,10,0,106,35,15,99,41,100,10,0,106,35,127,227,61,193,11,0,107,163,236,89,190,110,7,0,108,35,147,9,252,176,6,0,108,35,186,93,66,221,10,0,111,163,95,248,243,239,6,0,111,35,182,166,2,150,7,0,119,35,157,38,232,125,11,0,120,35,164,76,164,131,7,0,120,163,105,125,117,142,7,0,120,163,105,125,216,142,7,0,121,163,28,6,125,101,10,0,121,163,28,6,153,101,10,0,121,163,28,6,178,101,10,0,122,163,113,51,245,77,9,0,122,163,113,51,223,78,9,0,124,163,70,91,184,37,6,0,124,35,81,217,120,147,11,0,125,163,163,248,185,164,6,0,125,35,165,213,223,244,8,0,125,35,165,213,207,253,8,0,125,35,165,213,200,6,9,0,126,35,95,163,173,249,9,0,126,35,95,163,205,249,9,0,128,35,254,251,133,74,7,0,129,163,115,71,140,75,11,0,130,163,149,110,183,147,7,0,134,163,73,31,231,60,7,0,139,35,198,132,107,63,8,0,141,163,73,31,172,44,7,0,141,163,203,48,223,244,8,0,141,163,203,48,207,253,8,0,141,163,203,48,200,6,9,0,141,163,156,8,50,141,9,0,141,163,156,8,130,142,9,0,141,163,156,8,212,143,9,0,141,163,156,8,43,145,9,0,145,35,2,66,166,78,7,0,146,35,31,19,247,49,8,0,146,35,31,19,34,50,8,0,146,35,31,19,76,50,8,0,146,35,31,19,128,50,8,0,150,163,248,93,223,102,10,0,150,163,248,93,23,103,10,0,150,163,248,93,80,103,10,0,154,35,236,253,184,53,8,0,154,35,236,253,243,53,8,0,154,35,236,253,56,54,8,0,154,35,236,253,126,54,8,0,157,163,93,99,188,103,10,0,157,163,93,99,205,103,10,0,157,163,93,99,222,103,10,0,158,163,231,242,35,0,11,0,159,163,150,60,151,158,6,0,159,35,168,131,153,42,7,0,159,35,168,34,223,244,8,0,159,35,168,34,207,253,8,0,159,35,168,34,200,6,9,0,161,163,216,98,144,143,7,0,162,35,253,168,5,129,7,0,162,35,98,62,199,191,7,0,162,35,98,62,161,204,7,0,165,163,109,18,115,1,7,0,165,163,109,18,22,82,11,0,168,35,2,55,121,109,7,0,168,35,2,55,199,95,8,0,169,35,174,134,71,181,11,0,170,35,131,118,46,149,6,0,173,163,193,244,125,0,8,0,177,35,236,54,44,43,11,0,180,35,155,161,206,21,7,0,183,163,96,22,252,145,6,0,183,163,233,203,123,155,7,0,184,163,216,196,123,155,7,0,186,35,21,223,186,177,7,0,191,35,36,24,199,97,9,0,191,35,36,24,173,98,9,0,191,35,36,24,152,99,9,0,192,163,156,114,141,119,7,0,193,35,14,63,107,119,6,0,195,35,92,164,13,254,7,0,198,35,227,1,172,30,8,0,200,163,167,231,231,60,7,0,201,35,80,132,74,163,9,0,201,35,80,132,150,163,9,0,201,35,80,132,223,163,9,0,201,163,39,20,214,83,11,0,202,35,215,158,123,155,7,0,203,35,193,188,223,244,8,0,203,35,193,188,207,253,8,0,203,35,193,188,200,6,9,0,204,35,222,192,120,33,6,0,204,35,222,192,153,168,7,0,205,35,185,219,30,103,7,0,205,163,91,149,96,66,10,0,206,35,216,38,211,102,7,0,207,163,246,59,164,131,7,0,208,163,85,210,241,2,10,0,208,163,85,210,254,3,10,0,208,35,217,192,49,45,10,0,208,35,217,192,64,46,10,0,208,35,217,192,67,47,10,0,208,35,217,192,97,48,10,0,210,35,76,39,65,145,7,0,211,163,148,9,5,129,7,0,211,163,0,172,223,244,8,0,211,163,0,172,207,253,8,0,211,163,0,172,200,6,9,0,212,35,61,4,199,97,9,0,212,35,61,4,173,98,9,0,212,35,61,4,152,99,9,0,213,35,66,30,85,53,7,0,213,163,68,45,240,131,8,0,216,35,232,137,12,177,7,0,216,163,192,27,112,49,10,0,216,163,192,27,253,49,10,0,217,35,80,166,87,75,7,0,218,35,175,122,22,216,7,0,218,35,226,173,220,156,8,0,218,163,77,221,193,27,9,0,218,163,77,221,250,27,9,0,218,35,188,110,89,44,9,0,218,35,188,110,166,45,9,0,218,35,188,110,245,46,9,0,223,163,91,55,138,126,10,0,223,163,91,55,215,126,10,0,230,163,177,228,34,137,8,0,231,163,175,234,249,167,11,0,232,35,84,174,54,134,7,0,232,35,216,166,67,15,10,0,232,35,216,166,100,15,10,0,234,163,199,134,36,183,6,0,235,35,94,15,231,60,7,0,235,163,50,83,20,61,8,0,235,35,69,89,142,244,11,0,236,35,109,5,167,82,8,0,237,35,21,54,18,189,7,0,238,35,69,94,187,183,8,0,240,35,117,27,112,248,10,0,241,163,133,12,22,72,7,0,241,35,79,106,145,139,7,0,241,35,107,51,176,216,11,0,244,163,210,191,243,102,7,0,246,35,239,59,164,231,8,0,246,35,102,50,199,97,9,0,246,35,102,50,173,98,9,0,246,35,102,50,152,99,9,0,249,163,52,20,231,60,7,0,249,163,186,6,2,150,7,0,251,163,140,148,222,90,6,0,253,35,236,198,212,187,7,0,3,164,18,3,150,132,10,0,3,36,109,251,220,111,11,0,6,36,146,249,240,68,7,0,6,36,59,92,95,223,8,0,8,36,83,103,135,122,7,0,8,36,163,63,144,143,7,0,8,36,155,110,193,201,7,0,8,36,155,110,225,201,7,0,8,164,85,141,235,54,11,0,16,164,244,211,194,239,6,0,16,36,190,126,89,44,9,0,16,36,190,126,166,45,9,0,16,36,190,126,245,46,9,0,18,164,134,41,165,209,9,0,18,164,134,41,32,210,9,0,18,164,134,41,149,210,9,0,18,164,134,41,61,211,9,0,18,164,134,41,215,211,9,0,25,36,46,60,161,214,7,0,26,164,21,118,214,234,9,0,26,164,21,118,34,235,9,0,28,36,18,193,21,32,7,0,30,164,129,101,41,114,9,0,30,164,129,101,57,115,9,0,31,164,53,33,130,133,9,0,31,164,53,33,161,133,9,0,32,164,124,116,52,246,10,0,33,164,5,100,186,177,7,0,33,164,243,140,150,132,10,0,33,164,51,118,12,173,10,0,33,164,51,118,60,173,10,0,35,164,190,88,207,40,7,0,35,164,231,76,239,169,9,0,35,36,111,222,125,234,9,0,35,36,111,222,144,234,9,0,38,36,200,29,50,141,9,0,38,36,200,29,130,142,9,0,38,36,200,29,212,143,9,0,38,36,200,29,43,145,9,0,42,164,6,154,54,134,7,0,44,36,37,19,40,73,10,0,44,36,37,19,140,73,10,0,44,36,37,19,237,73,10,0,45,164,32,171,98,16,6,0,45,36,122,145,231,158,11,0,45,36,122,145,201,159,11,0,46,164,92,156,231,60,7,0,46,36,146,98,233,226,8,0,49,164,221,167,186,177,7,0,50,164,80,11,203,100,7,0,56,36,20,219,12,213,6,0,56,36,20,219,241,172,7,0,56,36,20,219,186,177,7,0,56,36,80,181,166,224,10,0,57,164,227,97,70,25,7,0,57,164,227,97,116,243,7,0,58,164,139,73,123,155,7,0,58,36,152,248,223,244,8,0,58,36,152,248,207,253,8,0,58,36,152,248,200,6,9,0,59,36,147,174,120,33,6,0,59,36,147,174,153,168,7,0,60,164,250,65,162,133,6,0,60,36,102,195,85,53,7,0,60,164,13,102,31,237,9,0,60,164,13,102,53,237,9,0,65,36,218,107,231,60,7,0,68,36,44,38,128,12,7,0,68,36,180,152,10,127,7,0,68,36,16,17,123,155,7,0,69,164,242,229,164,120,7,0,72,164,244,168,19,41,7,0,73,164,129,99,252,74,7,0,74,36,250,125,219,70,7,0,74,36,173,222,243,168,9,0,74,36,173,222,14,169,9,0,74,36,173,222,39,169,9,0,74,36,173,222,54,169,9,0,76,36,192,148,212,240,5,0,78,36,250,241,68,196,10,0,78,36,250,241,116,196,10,0,78,36,250,241,163,196,10,0,78,36,250,241,223,196,10,0,82,164,153,223,117,30,7,0,84,164,212,173,75,254,5,0,84,164,2,0,39,190,11,0,85,36,53,86,8,128,6,0,86,164,78,54,133,63,6,0,86,36,179,17,167,17,7,0,86,36,209,196,192,151,11,0,87,36,57,213,186,177,7,0,88,164,53,2,103,193,9,0,88,164,53,2,148,193,9,0,89,164,0,97,214,234,9,0,89,164,0,97,34,235,9,0,95,36,115,10,130,157,10,0,95,36,115,10,47,158,10,0,96,36,40,105,117,121,7,0,98,164,33,131,37,142,7,0,101,36,223,186,228,91,7,0,103,164,95,116,219,70,7,0,103,164,30,54,80,20,9,0,103,164,30,54,241,23,9,0,105,36,22,92,231,60,7,0,106,36,57,79,45,233,11,0,107,36,136,161,244,133,6,0,108,164,90,56,115,1,7,0,110,164,130,243,145,43,8,0,113,36,229,189,140,218,6,0,114,36,121,31,35,23,7,0,115,164,130,205,54,134,7,0,116,164,248,224,61,80,11,0,117,164,71,199,205,73,7,0,117,36,154,9,123,155,7,0,118,36,179,68,85,53,7,0,119,164,101,57,74,164,6,0,119,36,144,80,247,173,6,0,120,36,45,162,186,177,7,0,121,36,250,15,120,33,6,0,121,36,250,15,153,168,7,0,123,164,52,178,152,111,6,0,123,164,149,172,16,141,7,0,123,164,159,54,58,54,10,0,123,164,159,54,89,54,10,0,123,164,159,54,114,54,10,0,127,36,90,28,15,231,6,0,128,36,104,210,224,34,6,0,129,36,52,5,222,216,9,0,129,36,52,5,76,217,9,0,131,164,135,218,111,117,7,0,132,164,242,61,73,230,5,0,132,164,129,181,138,159,10,0,132,164,129,181,214,159,10,0,132,164,129,181,35,160,10,0,132,164,129,181,119,16,11,0,132,164,129,181,181,26,11,0,135,164,15,100,7,203,10,0,135,164,15,100,71,203,10,0,135,164,15,100,137,203,10,0,135,164,15,100,203,203,10,0,135,164,15,100,10,204,10,0,135,164,15,100,75,204,10,0,135,164,15,100,140,204,10,0,135,164,15,100,204,204,10,0,136,36,156,141,145,139,7,0,138,36,4,218,117,30,7,0,139,164,219,237,135,122,7,0,140,36,224,126,123,155,7,0,141,36,27,3,102,105,9,0,141,36,27,3,57,107,9,0,141,36,73,113,244,105,11,0,142,36,250,135,170,153,6,0,142,36,250,135,79,119,8,0,143,164,40,14,24,126,7,0,144,36,58,17,76,48,6,0,145,36,205,90,68,89,7,0,145,36,205,90,228,91,7,0,145,36,205,90,186,177,7,0,150,36,52,115,164,155,6,0,150,36,76,36,179,146,9,0,150,36,76,36,97,147,9,0,151,164,184,148,206,36,7,0,154,164,200,18,130,21,6,0,154,164,200,18,202,189,6,0,154,164,204,144,13,18,7,0,154,36,51,198,4,32,9,0,154,36,51,198,42,37,9,0,155,164,72,115,17,38,11,0,156,164,166,6,120,33,6,0,156,164,166,6,153,168,7,0,157,36,240,231,41,54,11,0,157,36,240,231,73,54,11,0,158,36,254,58,236,62,8,0,161,164,186,214,3,81,6,0,161,164,202,36,216,82,6,0,161,164,202,36,181,109,7,0,161,164,99,243,203,11,8,0,162,164,112,66,116,168,10,0,163,36,88,223,180,253,7,0,165,164,208,232,120,232,7,0,168,36,25,21,41,112,7,0,169,164,74,240,123,155,7,0,172,164,241,122,186,177,7,0,175,164,199,81,153,82,7,0,175,36,30,11,74,125,10,0,175,36,30,11,99,125,10,0,175,36,63,114,245,2,11,0,175,36,63,114,18,3,11,0,176,164,80,126,74,242,8,0,176,36,183,219,113,216,9,0,176,36,183,219,142,216,9,0,176,164,80,126,115,17,12,0,178,164,10,44,85,53,7,0,180,164,201,55,165,209,9,0,180,164,201,55,32,210,9,0,180,164,201,55,149,210,9,0,180,164,201,55,61,211,9,0,180,164,201,55,215,211,9,0,180,36,224,149,150,132,10,0,181,36,158,89,117,121,7,0,182,164,166,29,5,101,7,0,183,36,66,58,25,44,7,0,185,36,214,235,206,36,7,0,191,164,250,159,18,229,8,0,193,164,100,227,181,109,7,0,193,164,201,48,221,152,8,0,196,164,46,145,219,70,7,0,196,36,126,255,107,63,8,0,197,164,209,27,41,114,9,0,197,164,209,27,57,115,9,0,199,36,37,202,245,42,7,0,199,36,37,202,231,60,7,0,200,36,42,175,150,132,10,0,201,164,76,247,23,129,8,0,202,36,22,219,3,5,12,0,204,36,63,131,74,163,9,0,204,36,63,131,150,163,9,0,204,36,63,131,223,163,9,0,205,36,16,64,107,16,7,0,206,36,171,46,219,21,6,0,207,164,133,142,2,150,7,0,208,164,27,136,157,244,9,0,208,164,27,136,197,244,9,0,208,164,27,136,246,244,9,0,209,164,192,128,1,31,7,0,211,36,253,22,117,142,7,0,211,36,253,22,216,142,7,0,211,36,42,91,89,44,9,0,211,36,42,91,166,45,9,0,211,36,42,91,245,46,9,0,213,164,23,11,80,20,9,0,213,164,23,11,241,23,9,0,216,36,237,203,208,79,9,0,216,36,237,203,138,80,9,0,216,36,237,203,56,81,9,0,217,36,60,117,245,99,7,0,219,36,138,171,216,130,6,0,222,164,232,88,90,136,11,0,224,164,164,159,223,244,8,0,224,164,164,159,207,253,8,0,224,164,164,159,200,6,9,0,225,36,100,66,188,227,5,0,229,36,116,211,150,132,10,0,230,164,152,188,183,48,7,0,230,36,162,78,145,139,7,0,232,164,16,176,48,158,9,0,232,164,16,176,139,158,9,0,232,164,16,176,224,158,9,0,239,36,42,79,137,79,6,0,240,36,219,251,109,37,7,0,241,164,93,110,151,232,5,0,241,36,178,128,70,217,10,0,242,164,245,66,242,130,11,0,246,164,32,233,223,244,8,0,246,164,32,233,207,253,8,0,246,164,32,233,200,6,9,0,248,36,62,86,209,108,11,0,252,164,166,125,48,227,6,0,254,164,248,166,98,92,6,0,4,165,160,117,103,17,9,0,4,165,160,117,135,17,9,0,4,165,160,117,176,17,9,0,6,165,208,38,86,238,11,0,12,165,45,121,76,15,7,0,12,165,200,25,199,97,9,0,12,165,200,25,173,98,9,0,12,165,200,25,152,99,9,0,15,165,195,127,65,235,7,0,16,165,143,248,5,227,11,0,17,37,181,26,108,115,7,0,18,37,85,147,175,81,7,0,18,37,85,147,210,27,11,0,20,165,222,68,211,117,8,0,21,165,78,56,228,91,7,0,21,165,78,56,134,61,11,0,22,165,28,136,50,141,9,0,22,165,28,136,130,142,9,0,22,165,28,136,212,143,9,0,22,165,28,136,43,145,9,0,25,37,207,99,202,120,9,0,25,37,207,99,90,121,9,0,26,165,163,199,2,150,7,0,28,37,239,246,236,83,8,0,30,37,186,148,223,104,10,0,30,37,186,148,248,104,10,0,33,165,231,240,147,38,6,0,33,165,204,38,59,95,11,0,35,37,197,131,149,127,7,0,37,165,129,8,18,189,7,0,37,165,129,8,212,79,10,0,37,165,129,8,1,80,10,0,37,165,228,149,147,233,11,0,39,37,187,132,165,209,9,0,39,37,187,132,32,210,9,0,39,37,187,132,149,210,9,0,39,37,187,132,61,211,9,0,39,37,187,132,215,211,9,0,40,165,21,211,47,244,5,0,40,165,41,58,67,47,8,0,40,165,41,58,138,47,8,0,40,165,41,58,205,47,8,0,40,165,143,64,4,32,9,0,40,165,143,64,42,37,9,0,42,37,157,234,255,190,7,0,42,37,157,234,247,198,7,0,43,37,116,216,131,174,7,0,43,37,116,216,18,189,7,0,43,37,193,148,10,121,8,0,44,165,251,106,56,84,7,0,46,37,252,137,41,112,7,0,46,165,231,248,223,244,8,0,46,165,231,248,207,253,8,0,46,165,231,248,200,6,9,0,48,37,131,96,21,54,11,0,50,37,214,158,31,112,6,0,51,165,43,88,228,91,7,0,51,165,43,88,61,118,7,0,55,37,78,99,96,70,6,0,55,37,78,99,189,84,6,0,59,37,224,133,4,32,9,0,59,37,224,133,42,37,9,0,59,165,0,27,150,132,10,0,60,165,255,246,117,30,7,0,62,37,243,157,187,9,10,0,62,37,243,157,239,9,10,0,63,37,10,46,212,187,7,0,63,165,193,162,212,187,7,0,63,165,193,162,160,200,7,0,63,165,193,162,187,200,7,0,66,165,160,81,163,232,10,0,69,165,236,80,90,230,11,0,74,37,192,148,36,56,6,0,77,165,60,29,120,33,6,0,77,165,60,29,153,168,7,0,78,165,27,119,186,188,11,0,79,37,26,68,170,96,11,0,79,165,155,205,140,241,11,0,81,165,8,220,248,229,6,0,81,165,8,220,32,230,6,0,82,165,186,196,80,20,9,0,82,165,186,196,241,23,9,0,83,37,110,237,223,244,8,0,83,37,110,237,207,253,8,0,83,37,110,237,200,6,9,0,83,165,10,80,222,216,9,0,83,165,10,80,76,217,9,0,84,165,168,178,108,75,11,0,85,165,197,5,122,61,10,0,85,165,197,5,184,61,10,0,85,165,197,5,228,61,10,0,86,37,154,78,30,169,10,0,86,37,154,78,207,169,10,0,87,37,35,126,236,182,6,0,90,165,58,193,61,146,11,0,91,37,162,246,26,6,6,0,94,37,162,106,123,155,7,0,96,37,115,98,89,44,9,0,96,37,115,98,166,45,9,0,96,37,115,98,245,46,9,0,97,165,240,104,231,221,7,0,97,165,155,30,216,57,9,0,100,165,217,101,35,255,5,0,103,37,187,244,150,132,10,0,107,165,38,182,59,86,6,0,108,37,187,176,139,56,10,0,108,37,187,176,183,56,10,0,111,37,148,85,241,2,10,0,111,37,148,85,254,3,10,0,114,165,46,63,29,10,12,0,115,37,188,43,186,177,7,0,115,37,237,110,172,42,11,0,118,37,45,154,32,28,7,0,118,37,111,162,22,248,11,0,119,165,237,120,108,83,7,0,123,37,23,57,186,177,7,0,123,37,121,167,193,6,10,0,123,37,121,167,96,7,10,0,124,37,67,80,114,228,9,0,125,37,20,37,85,39,7,0,127,37,89,244,61,140,11,0,129,37,54,155,223,244,8,0,129,37,54,155,207,253,8,0,129,37,54,155,200,6,9,0,133,37,100,148,62,95,8,0,134,165,128,57,25,66,9,0,134,165,128,57,212,67,9,0,137,37,239,203,69,77,7,0,138,165,113,65,133,80,7,0,140,165,117,57,62,138,6,0,140,37,89,77,73,216,11,0,141,165,208,18,133,35,10,0,141,165,208,18,133,35,10,0,141,165,208,18,4,36,10,0,141,165,208,18,4,36,10,0,141,165,208,18,144,36,10,0,141,165,208,18,144,36,10,0,141,37,64,242,171,167,10,0,141,37,64,242,237,167,10,0,141,165,80,103,157,43,11,0,144,37,136,125,191,240,11,0,145,37,20,44,239,37,11,0,146,37,160,1,72,161,8,0,146,37,160,1,214,161,8,0,146,37,160,1,89,162,8,0,147,165,224,103,66,136,6,0,148,165,173,202,40,79,6,0,148,165,110,153,85,53,7,0,149,37,20,28,197,95,7,0,149,37,168,97,223,244,8,0,149,37,168,97,207,253,8,0,149,37,168,97,200,6,9,0,150,165,161,99,230,203,9,0,150,165,161,99,54,204,9,0,151,165,197,249,4,32,9,0,151,165,197,249,42,37,9,0,151,37,243,117,150,132,10,0,153,37,59,197,46,232,6,0,158,37,23,35,155,102,8,0,159,165,158,177,85,53,7,0,162,165,62,181,18,189,7,0,162,165,80,224,179,146,9,0,162,165,80,224,97,147,9,0,164,37,100,102,254,82,6,0,167,37,133,3,4,42,11,0,169,37,103,242,166,78,7,0,169,165,191,171,186,177,7,0,172,37,136,20,236,237,7,0,174,37,192,117,48,191,11,0,175,37,56,6,141,119,7,0,175,37,8,162,149,127,7,0,177,165,102,52,22,72,7,0,178,37,83,180,6,82,7,0,180,37,215,206,54,134,7,0,180,37,24,46,74,163,9,0,180,37,24,46,150,163,9,0,180,37,24,46,223,163,9,0,182,37,203,148,149,127,7,0,184,37,196,16,13,18,7,0,185,165,216,173,94,133,6,0,185,37,218,136,54,134,7,0,187,37,158,115,127,100,7,0,188,165,119,84,60,244,6,0,188,165,104,209,6,137,9,0,188,165,104,209,142,137,9,0,190,37,66,168,66,26,11,0,193,165,25,186,215,109,10,0,195,37,254,43,32,204,6,0,198,165,115,57,54,134,7,0,202,165,171,117,226,251,10,0,204,165,59,103,92,211,11,0,205,165,60,58,111,117,7,0,205,37,56,144,41,114,9,0,205,37,56,144,57,115,9,0,209,37,213,166,115,1,7,0,209,165,85,88,146,180,10,0,209,165,85,88,35,183,10,0,212,37,135,227,145,139,7,0,214,37,79,82,146,180,10,0,214,37,79,82,35,183,10,0,216,165,192,25,72,161,8,0,216,165,192,25,214,161,8,0,216,165,192,25,89,162,8,0,217,165,130,243,40,65,10,0,217,165,130,243,68,65,10,0,223,37,25,227,164,131,7,0,223,165,42,222,223,244,8,0,223,165,42,222,207,253,8,0,223,165,42,222,200,6,9,0,224,37,223,252,69,42,7,0,225,37,27,2,199,97,9,0,225,37,27,2,173,98,9,0,225,37,27,2,152,99,9,0,227,165,34,188,85,53,7,0,231,37,199,20,163,229,7,0,231,37,73,70,133,6,12,0,232,165,183,32,41,114,9,0,232,165,183,32,57,115,9,0,232,37,31,51,161,212,9,0,232,37,31,51,93,213,9,0,233,165,38,121,28,73,6,0,234,165,151,220,119,26,7,0,234,37,45,16,221,28,7,0,234,37,22,153,213,140,8,0,237,165,76,244,231,204,8,0,237,165,76,244,33,205,8,0,237,165,76,244,89,205,8,0,243,165,203,166,116,32,7,0,244,165,150,233,105,162,7,0,244,165,150,233,151,162,7,0,244,165,150,233,208,162,7,0,244,165,150,233,82,163,7,0,244,165,150,233,183,163,7,0,244,165,150,233,27,164,7,0,244,165,150,233,127,164,7,0,244,165,150,233,226,164,7,0,244,165,150,233,30,165,7,0,244,165,150,233,206,173,7,0,244,165,167,9,199,191,7,0,244,165,146,231,40,95,10,0,244,165,146,231,208,95,10,0,248,37,181,227,54,134,7,0,249,165,236,16,30,248,5,0,251,165,212,246,215,116,7,0,251,37,245,113,126,190,9,0,251,37,245,113,153,190,9,0,252,37,89,35,103,134,6,0,253,165,176,233,117,181,11,0,2,38,10,70,61,118,7,0,3,166,56,250,59,86,6,0,5,166,215,131,255,190,7,0,5,166,215,131,247,198,7,0,7,38,194,228,11,96,11,0,8,38,112,116,194,18,7,0,9,166,207,173,197,95,7,0,12,166,79,223,186,177,7,0,13,166,91,6,181,109,7,0,14,38,93,209,231,60,7,0,17,166,40,118,13,34,7,0,17,166,178,50,109,20,12,0,18,166,201,209,54,134,7,0,18,166,17,49,186,177,7,0,19,38,18,36,238,47,6,0,19,38,80,169,123,155,7,0,23,166,61,205,62,23,11,0,25,38,247,27,149,127,7,0,26,166,233,66,49,45,10,0,26,166,233,66,64,46,10,0,26,166,233,66,67,47,10,0,26,166,233,66,97,48,10,0,26,166,55,149,111,94,11,0,29,38,78,38,136,19,8,0,29,38,78,38,176,19,8,0,29,166,26,13,49,37,11,0,35,166,38,126,194,115,7,0,37,166,6,6,146,180,10,0,37,166,6,6,35,183,10,0,39,166,117,78,63,89,8,0,39,166,117,78,113,89,8,0,39,166,117,78,158,89,8,0,39,166,117,78,199,89,8,0,41,166,87,109,107,55,9,0,41,166,87,109,135,55,9,0,42,38,46,153,104,69,6,0,42,38,46,153,131,74,6,0,42,38,46,153,219,140,6,0,44,38,44,185,123,155,7,0,46,38,249,22,176,216,11,0,48,166,159,36,184,124,7,0,48,166,159,36,20,125,7,0,48,38,67,58,200,247,7,0,49,38,130,24,220,214,6,0,51,166,204,1,173,7,12,0,52,38,3,152,164,131,7,0,54,166,60,166,223,244,8,0,54,166,60,166,207,253,8,0,54,166,60,166,200,6,9,0,54,38,230,218,70,219,10,0,54,38,230,218,224,241,10,0,55,166,125,165,230,118,9,0,55,166,125,165,190,119,9,0,57,38,22,197,123,155,7,0,60,38,223,104,133,43,9,0,60,38,223,104,219,43,9,0,62,38,164,63,186,177,7,0,63,38,112,242,186,177,7,0,64,38,180,8,210,52,9,0,64,38,180,8,47,53,9,0,65,38,68,201,77,216,6,0,66,166,214,125,94,34,7,0,66,166,229,106,12,193,8,0,67,166,137,125,54,134,7,0,68,38,77,98,167,101,9,0,68,38,77,98,133,102,9,0,71,166,75,86,81,120,10,0,71,166,75,86,119,120,10,0,71,166,75,86,148,120,10,0,72,38,205,68,104,136,9,0,72,38,205,68,137,136,9,0,72,38,205,68,174,136,9,0,77,38,115,40,148,146,7,0,77,38,19,88,93,138,11,0,80,166,140,138,155,115,7,0,86,38,236,113,55,21,12,0,90,38,240,141,12,173,10,0,90,38,240,141,60,173,10,0,92,166,140,5,65,145,7,0,93,38,183,37,161,21,10,0,93,38,183,37,181,21,10,0,95,166,78,137,131,130,6,0,95,166,201,110,193,6,10,0,95,166,201,110,96,7,10,0,96,38,45,47,150,132,10,0,97,38,106,43,139,27,7,0,97,38,175,52,87,75,7,0,99,38,21,243,150,83,9,0,99,38,21,243,176,85,9,0,102,38,55,243,118,230,10,0,106,166,20,141,231,212,10,0,108,166,205,80,215,173,9,0,108,166,205,80,142,174,9,0,110,38,234,89,39,77,7,0,111,38,6,234,72,76,11,0,112,166,8,60,41,114,9,0,112,166,8,60,57,115,9,0,114,166,34,203,16,104,6,0,119,38,234,220,85,53,7,0,119,166,115,27,197,48,8,0,123,166,88,202,194,18,7,0,124,166,193,148,37,32,10,0,124,166,193,148,82,32,10,0,127,166,37,144,85,53,7,0,127,166,173,134,62,105,10,0,127,166,173,134,134,105,10,0,127,166,173,134,202,105,10,0,127,166,173,134,8,106,10,0,127,166,173,134,233,226,10,0,129,166,179,39,30,169,10,0,129,166,179,39,207,169,10,0,130,38,95,206,54,134,7,0,132,38,162,129,120,232,7,0,132,166,85,22,232,222,9,0,132,166,85,22,55,223,9,0,132,38,7,198,71,191,10,0,132,38,7,198,169,192,10,0,134,38,190,25,213,121,8,0,137,38,123,37,239,144,6,0,137,166,201,132,20,233,6,0,137,166,154,143,150,83,9,0,137,166,154,143,176,85,9,0,137,166,46,3,176,67,10,0,137,166,46,3,242,68,10,0,137,166,46,3,55,70,10,0,138,38,67,82,145,139,7,0,143,38,187,144,32,28,7,0,144,38,147,194,68,89,7,0,144,38,147,194,228,91,7,0,144,38,197,118,107,63,8,0,145,38,71,236,248,69,6,0,145,166,235,96,40,13,12,0,148,38,29,31,176,67,10,0,148,38,29,31,242,68,10,0,148,38,29,31,55,70,10,0,148,38,221,128,146,180,10,0,148,38,221,128,35,183,10,0,150,166,77,213,20,125,7,0,152,38,145,187,230,118,9,0,152,38,145,187,190,119,9,0,152,166,124,198,161,212,9,0,152,166,124,198,93,213,9,0,154,166,56,180,177,126,7,0,155,166,2,248,197,95,7,0,156,38,196,217,167,82,8,0,157,166,251,99,234,30,7,0,157,38,188,148,41,112,7,0,158,38,34,75,113,82,7,0,161,38,146,80,91,254,5,0,161,166,75,202,41,112,7,0,161,38,7,17,5,129,7,0,162,166,41,129,171,209,6,0,162,166,85,170,225,94,11,0,163,38,23,120,219,24,6,0,163,38,231,208,120,33,6,0,163,38,231,208,153,168,7,0,163,166,109,82,49,45,10,0,163,166,109,82,64,46,10,0,163,166,109,82,67,47,10,0,163,166,109,82,97,48,10,0,164,38,236,102,149,127,7,0,167,166,181,218,68,89,7,0,167,166,181,218,228,91,7,0,167,166,207,222,96,66,10,0,168,38,241,206,81,127,10,0,172,38,120,226,71,191,10,0,172,38,120,226,169,192,10,0,173,38,146,40,213,224,10,0,175,38,150,136,44,238,10,0,177,38,120,101,4,32,9,0,177,38,120,101,42,37,9,0,178,38,3,255,107,63,8,0,178,166,208,224,91,170,9,0,178,166,208,224,174,170,9,0,179,38,186,79,34,199,10,0,179,38,186,79,112,199,10,0,180,166,122,87,209,11,6,0,184,166,41,129,144,70,7,0,184,38,77,180,197,95,7,0,185,38,85,71,244,106,7,0,188,166,11,157,246,207,9,0,188,166,11,157,45,208,9,0,188,166,11,157,187,208,9,0,189,38,45,152,104,159,9,0,189,38,45,152,184,159,9,0,189,38,45,152,23,160,9,0,189,38,45,152,105,160,9,0,190,166,185,7,254,5,11,0,193,38,217,157,3,81,6,0,194,166,154,196,187,52,6,0,196,38,46,143,144,143,7,0,199,166,232,88,9,36,6,0,199,166,148,138,70,0,12,0,200,38,176,183,133,43,9,0,200,38,176,183,219,43,9,0,200,38,134,203,133,28,10,0,200,38,134,203,168,28,10,0,200,38,134,203,251,28,10,0,205,166,237,58,220,76,7,0,207,38,32,178,80,20,9,0,207,38,32,178,241,23,9,0,207,166,199,173,249,144,11,0,210,38,180,47,248,237,9,0,210,38,180,47,238,238,9,0,212,166,56,100,41,114,9,0,212,166,56,100,57,115,9,0,213,166,245,15,230,51,7,0,213,166,15,249,70,217,10,0,214,38,212,16,206,36,7,0,215,38,139,171,41,114,9,0,215,38,139,171,57,115,9,0,215,166,237,201,50,209,11,0,218,166,31,178,248,237,9,0,218,166,31,178,238,238,9,0,219,38,82,110,4,32,9,0,219,38,82,110,42,37,9,0,221,38,208,2,51,187,6,0,222,38,12,73,29,76,9,0,222,38,12,73,133,76,9,0,223,166,223,53,199,191,7,0,223,166,223,53,202,42,9,0,224,166,234,216,251,14,6,0,225,166,41,213,150,132,10,0,226,38,151,137,209,9,12,0,228,166,229,241,150,83,9,0,228,166,229,241,176,85,9,0,228,166,164,40,246,174,11,0,229,166,238,98,188,98,7,0,229,38,55,152,54,134,7,0,230,38,63,140,148,112,9,0,230,38,63,140,17,113,9,0,233,166,113,31,138,105,6,0,234,166,239,139,199,241,5,0,235,166,173,247,210,88,9,0,235,166,173,247,145,89,9,0,235,166,173,247,74,90,9,0,236,166,184,148,138,135,9,0,236,166,184,148,175,135,9,0,237,166,71,202,186,177,7,0,240,166,60,182,116,216,7,0,240,166,166,98,239,151,11,0,241,38,202,179,155,115,7,0,241,166,29,207,37,77,9,0,241,166,152,36,196,46,11,0,241,166,152,36,216,46,11,0,243,166,185,24,85,53,7,0,244,38,13,190,2,150,7,0,244,166,10,243,150,83,9,0,244,166,10,243,176,85,9,0,249,166,67,193,147,74,8,0,250,38,101,253,60,150,8,0,250,166,33,7,192,156,11,0,252,38,194,129,120,137,11,0,254,38,149,164,116,32,7,0,254,38,108,89,180,53,9,0,254,38,108,89,36,54,9,0,255,38,253,42,210,88,9,0,255,38,253,42,145,89,9,0,255,38,253,42,74,90,9,0,0,167,40,117,87,75,7,0,0,167,30,144,67,71,11,0,4,167,149,27,54,134,7,0,4,167,149,27,187,183,8,0,7,167,156,133,3,142,6,0,7,167,253,98,164,131,7,0,7,39,120,221,30,169,10,0,7,39,120,221,207,169,10,0,8,39,220,24,186,177,7,0,9,39,107,105,133,177,11,0,10,167,26,150,123,155,7,0,10,39,45,154,223,244,8,0,10,39,45,154,207,253,8,0,10,39,45,154,200,6,9,0,11,167,201,107,16,191,6,0,11,167,201,107,24,218,6,0,11,39,174,189,4,32,9,0,11,39,174,189,42,37,9,0,11,167,122,198,130,157,10,0,11,167,122,198,47,158,10,0,12,39,41,152,72,161,8,0,12,39,41,152,214,161,8,0,12,39,41,152,89,162,8,0,13,39,103,217,30,103,7,0,13,167,165,91,164,131,7,0,13,39,32,106,217,193,11,0,14,167,101,162,228,91,7,0,14,167,126,185,41,63,9,0,14,167,126,185,96,63,9,0,14,167,101,162,128,249,11,0,15,39,31,105,218,227,5,0,19,167,27,233,6,137,9,0,19,167,27,233,142,137,9,0,19,39,143,135,220,111,11,0,19,167,101,225,130,218,11,0,21,167,144,201,145,159,6,0,22,167,32,136,150,132,10,0,28,167,132,19,13,34,7,0,29,39,98,204,196,25,7,0,29,39,118,200,149,127,7,0,32,167,107,80,102,105,9,0,32,167,107,80,57,107,9,0,34,39,45,29,87,80,8,0,38,167,132,135,117,116,9,0,38,167,132,135,149,116,9,0,38,167,132,135,179,116,9,0,38,167,26,118,65,42,11,0,39,39,93,17,95,251,7,0,39,167,98,4,60,150,8,0,40,167,233,207,181,230,7,0,40,167,233,207,234,230,7,0,42,39,232,255,105,245,10,0,42,167,22,236,23,254,11,0,44,167,51,51,135,122,7,0,45,167,203,125,208,149,7,0,45,39,226,122,146,180,10,0,45,39,226,122,35,183,10,0,51,167,93,45,144,229,11,0,54,39,21,169,166,78,7,0,56,167,68,64,172,226,5,0,56,39,214,180,212,187,7,0,57,167,217,126,123,155,7,0,59,167,159,148,12,177,7,0,59,167,244,229,212,187,7,0,60,167,56,49,148,211,11,0,61,39,172,249,127,25,8,0,62,39,166,117,85,53,7,0,62,39,56,85,148,112,9,0,62,39,56,85,17,113,9,0,63,167,67,2,210,142,10,0,63,167,67,2,248,142,10,0,64,167,112,11,205,73,7,0,64,167,155,71,131,118,7,0,66,167,12,178,203,100,7,0,68,167,75,142,113,13,7,0,68,167,102,139,20,125,7,0,70,39,133,29,225,33,7,0,71,167,214,229,4,41,8,0,73,39,162,165,194,225,7,0,76,167,153,206,4,32,9,0,76,167,153,206,42,37,9,0,77,39,209,68,153,220,11,0,80,167,115,84,242,71,6,0,82,39,154,28,199,97,9,0,82,39,154,28,173,98,9,0,82,39,154,28,152,99,9,0,86,39,3,134,164,131,7,0,87,167,144,45,228,91,7,0,88,39,41,86,34,115,7,0,88,167,16,151,54,134,7,0,89,167,107,17,63,23,6,0,89,167,107,17,50,200,6,0,89,39,237,39,54,134,7,0,91,39,64,51,40,206,11,0,92,167,213,91,63,23,6,0,92,167,93,224,130,200,11,0,95,167,189,35,220,38,7,0,96,167,63,166,85,53,7,0,96,167,75,221,231,60,7,0,97,39,175,3,35,237,8,0,97,39,175,3,220,186,9,0,97,39,175,3,61,187,9,0,97,39,175,3,163,187,9,0,97,39,175,3,2,188,9,0,97,39,175,3,106,188,9,0,100,167,41,37,172,44,7,0,100,167,214,122,5,129,7,0,101,167,107,69,135,174,6,0,101,167,148,155,150,132,10,0,103,39,70,225,65,194,10,0,103,39,70,225,196,194,10,0,104,167,200,194,32,219,8,0,105,39,10,247,245,77,9,0,105,39,10,247,223,78,9,0,105,39,187,90,11,5,11,0,108,167,32,224,179,85,7,0,109,39,21,33,241,24,6,0,110,167,13,109,222,197,9,0,110,167,13,109,28,198,9,0,110,167,13,109,109,198,9,0,115,167,39,159,170,140,6,0,120,167,16,76,132,127,9,0,120,167,16,76,219,127,9,0,120,167,16,76,27,128,9,0,120,167,16,76,97,128,9,0,120,167,16,76,154,128,9,0,120,167,16,76,215,128,9,0,120,167,16,76,157,129,9,0,120,167,16,76,204,129,9,0,120,167,16,76,249,129,9,0,120,167,16,76,35,130,9,0,120,39,60,17,191,232,9,0,120,39,60,17,239,232,9,0,122,39,198,214,196,25,7,0,123,167,231,105,45,124,7,0,130,39,187,34,248,237,9,0,130,39,187,34,238,238,9,0,134,167,231,181,42,70,7,0,134,167,37,30,197,95,7,0,134,39,58,141,45,64,9,0,134,39,58,141,214,64,9,0,136,167,250,126,223,41,6,0,136,39,146,217,41,112,7,0,136,39,242,38,148,151,11,0,138,167,86,213,242,211,7,0,138,39,83,128,192,207,8,0,139,39,174,94,228,91,7,0,143,39,170,211,1,31,7,0,143,39,136,67,241,2,10,0,143,39,136,67,254,3,10,0,145,167,126,33,85,53,7,0,146,39,28,127,80,20,9,0,146,39,28,127,241,23,9,0,148,167,193,165,162,240,5,0,148,39,94,94,228,206,7,0,152,39,111,52,61,118,7,0,154,39,148,190,2,150,7,0,154,39,148,190,199,191,7,0,158,39,1,97,227,212,7,0,160,39,54,81,210,106,10,0,160,39,54,81,245,106,10,0,160,39,223,3,215,109,10,0,160,167,121,182,52,246,10,0,162,39,78,108,60,112,6,0,163,167,140,1,141,138,6,0,165,167,35,129,186,177,7,0,165,39,102,100,146,180,10,0,165,39,102,100,35,183,10,0,166,167,160,196,125,48,9,0,166,167,160,196,110,49,9,0,167,39,16,51,125,48,9,0,167,39,16,51,110,49,9,0,172,39,93,53,50,200,6,0,172,39,93,53,161,14,7,0,176,167,155,2,203,162,9,0,176,167,155,2,247,162,9,0,179,39,16,61,179,83,11,0,182,39,18,156,199,191,7,0,182,39,18,156,90,169,8,0,185,39,76,123,186,177,7,0,186,39,45,79,16,141,7,0,186,167,33,18,144,143,7,0,187,39,74,72,231,60,7,0,187,167,228,228,199,97,9,0,187,167,228,228,173,98,9,0,187,167,228,228,152,99,9,0,187,167,153,97,251,216,10,0,188,39,175,138,215,32,8,0,188,39,175,138,5,33,8,0,188,39,175,138,55,33,8,0,193,39,74,0,233,166,10,0,193,39,74,0,255,166,10,0,198,39,165,125,144,65,10,0,198,39,165,125,169,65,10,0,199,39,26,202,150,83,9,0,199,39,26,202,176,85,9,0,200,167,205,143,244,106,7,0,200,39,34,41,8,233,10,0,203,39,246,151,114,228,9,0,204,39,27,46,142,174,8,0,206,39,177,149,2,150,7,0,208,167,180,148,54,178,8,0,208,167,27,171,223,244,8,0,208,167,27,171,207,253,8,0,208,167,27,171,200,6,9,0,209,39,173,191,143,45,7,0,211,39,127,166,25,44,7,0,211,39,248,109,5,129,7,0,211,39,40,248,71,181,11,0,212,167,167,231,83,48,7,0,215,39,207,233,150,132,10,0,217,167,28,229,18,30,7,0,217,167,62,193,2,150,7,0,220,167,71,213,87,229,10,0,221,39,225,136,133,43,9,0,221,39,225,136,219,43,9,0,223,39,220,190,246,83,7,0,225,39,184,255,192,105,7,0,225,39,161,29,223,244,8,0,225,39,161,29,207,253,8,0,225,39,161,29,200,6,9,0,228,167,173,145,222,133,8,0,228,167,173,145,66,134,8,0,228,39,0,239,151,225,9,0,228,39,0,239,175,225,9,0,229,39,43,52,36,250,11,0,230,39,33,100,85,53,7,0,231,167,157,112,141,119,7,0,232,39,70,166,141,119,7,0,233,39,63,142,230,118,9,0,233,39,63,142,190,119,9,0,237,167,148,128,223,244,8,0,237,167,148,128,207,253,8,0,237,167,148,128,200,6,9,0,238,39,62,102,54,224,8,0,240,39,101,45,197,250,10,0,241,167,128,182,183,64,8,0,242,39,139,10,100,138,6,0,242,39,139,204,218,20,12,0,245,39,238,170,41,150,6,0,245,39,238,170,115,218,9,0,245,39,238,170,152,218,9,0,246,39,133,240,53,43,6,0,248,167,38,213,32,173,6,0,249,167,225,81,186,146,10,0,249,167,225,81,209,146,10,0,249,167,225,81,234,146,10,0,250,39,225,137,123,155,7,0,252,167,200,31,241,2,10,0,252,167,200,31,254,3,10,0,252,39,91,169,247,25,11,0,253,167,229,33,19,135,11,0,254,39,35,216,71,172,10,0,254,39,35,216,102,172,10,0,255,167,164,101,189,6,7,0,255,167,37,180,164,131,7,0,255,167,162,44,242,211,7,0,255,167,61,33,99,43,8,0,1,168,242,195,160,251,9,0,1,168,242,195,212,251,9,0,1,40,55,3,0,195,11,0,4,168,106,173,176,67,10,0,4,168,106,173,242,68,10,0,4,168,106,173,55,70,10,0,10,168,201,189,70,222,6,0,10,168,50,240,192,50,7,0,11,40,54,12,8,19,6,0,12,168,242,247,232,138,9,0,12,168,242,247,15,139,9,0,12,168,242,247,39,139,9,0,15,168,179,220,44,73,7,0,19,168,188,98,115,1,7,0,25,40,111,178,4,32,9,0,25,40,111,178,42,37,9,0,25,168,229,186,115,150,9,0,26,168,205,93,133,80,7,0,27,168,132,182,108,81,7,0,28,40,24,244,197,95,7,0,29,168,131,9,229,235,11,0,29,168,131,9,82,239,11,0,31,168,20,154,192,50,7,0,31,168,24,64,92,25,10,0,31,168,24,64,128,25,10,0,31,168,24,64,176,25,10,0,32,40,174,30,2,9,6,0,35,168,202,62,40,73,10,0,35,168,202,62,140,73,10,0,35,168,202,62,237,73,10,0,36,40,43,70,2,150,7,0,38,168,184,45,72,238,5,0,38,40,10,58,6,16,11,0,39,168,73,153,183,149,10,0,39,168,73,153,204,149,10,0,39,168,62,49,96,51,11,0,44,40,144,180,5,129,7,0,45,40,172,111,97,28,9,0,45,40,172,111,97,28,9,0,45,40,172,111,1,29,9,0,45,40,172,111,1,29,9,0,45,40,172,111,166,29,9,0,45,40,172,111,166,29,9,0,45,40,128,76,150,132,10,0,46,168,232,208,85,53,7,0,47,40,191,143,104,92,8,0,48,40,5,78,29,17,6,0,48,168,20,202,94,35,8,0,51,168,183,22,172,100,7,0,52,40,164,93,219,27,6,0,56,168,134,216,253,16,10,0,56,168,134,216,24,17,10,0,61,168,222,60,117,30,7,0,61,40,226,220,215,173,9,0,61,40,226,220,142,174,9,0,62,168,194,209,201,209,6,0,64,168,229,212,167,230,11,0,65,40,158,172,197,95,7,0,66,40,20,236,98,135,6,0,66,168,237,96,231,60,7,0,66,40,169,203,7,228,7,0,67,168,183,87,201,1,12,0,70,40,81,150,138,159,10,0,70,40,81,150,214,159,10,0,70,40,81,150,35,160,10,0,71,40,148,16,117,121,7,0,71,168,0,251,185,246,7,0,71,168,100,214,131,83,11,0,72,40,81,190,203,100,7,0,72,168,32,134,164,131,7,0,73,168,136,186,161,62,9,0,73,168,136,186,201,62,9,0,73,168,246,117,70,162,10,0,76,168,42,189,53,97,7,0,85,40,120,136,166,78,7,0,85,168,72,222,164,131,7,0,86,168,79,66,74,141,11,0,91,168,95,219,145,58,11,0,93,168,67,152,66,136,6,0,94,40,1,217,2,150,7,0,94,40,12,99,4,32,9,0,94,40,12,99,42,37,9,0,94,40,1,217,213,233,9,0,94,40,1,217,243,233,9,0,94,40,1,217,18,234,9,0,94,40,1,217,55,234,9,0,94,40,1,217,92,234,9,0,94,168,114,94,41,100,10,0,94,40,1,217,196,152,11,0,94,40,1,217,79,154,11,0,94,40,1,217,105,154,11,0,94,40,1,217,93,163,11,0,98,168,133,224,85,53,7,0,98,168,235,235,246,207,9,0,98,168,235,235,45,208,9,0,98,168,235,235,112,208,9,0,99,40,195,103,145,196,6,0,99,40,195,103,121,175,7,0,99,40,195,103,161,175,7,0,99,40,195,103,103,176,7,0,104,40,107,159,153,123,6,0,105,168,12,220,102,155,11,0,107,168,35,129,145,85,6,0,108,168,249,96,25,66,9,0,108,168,249,96,212,67,9,0,111,40,5,80,150,83,9,0,111,40,5,80,176,85,9,0,111,40,201,143,100,203,11,0,116,40,60,120,233,18,6,0,116,168,138,120,210,142,6,0,116,168,149,13,196,200,6,0,116,168,149,13,217,200,6,0,116,168,129,186,85,53,7,0,116,40,38,118,207,214,7,0,116,40,38,118,69,215,7,0,118,40,239,123,13,18,7,0,118,168,172,59,2,150,7,0,123,40,152,235,167,101,9,0,123,40,152,235,133,102,9,0,124,40,39,252,187,183,8,0,126,40,192,148,70,162,10,0,127,40,144,90,127,211,8,0,128,168,60,188,71,101,7,0,129,40,121,44,41,72,11,0,130,40,195,3,41,112,7,0,130,40,220,6,119,114,8,0,131,168,15,151,209,45,6,0,131,168,209,74,219,70,7,0,131,40,130,33,80,20,9,0,131,40,130,33,241,23,9,0,133,40,188,41,80,20,9,0,133,40,188,41,241,23,9,0,134,168,242,251,39,32,6,0,136,40,22,198,0,203,6,0,136,40,89,180,83,240,11,0,137,40,247,220,231,60,7,0,137,168,219,151,118,104,7,0,137,40,201,221,184,124,7,0,137,168,194,45,25,66,9,0,137,168,194,45,212,67,9,0,137,40,119,49,151,215,11,0,137,40,119,49,52,225,11,0,141,168,99,180,146,180,10,0,141,168,99,180,35,183,10,0,143,40,59,149,153,173,10,0,143,40,59,149,187,173,10,0,143,40,59,149,244,173,10,0,145,40,166,230,89,44,9,0,145,40,166,230,166,45,9,0,145,40,166,230,245,46,9,0,156,40,236,187,231,60,7,0,156,168,24,179,54,134,7,0,156,40,141,220,176,67,10,0,156,40,141,220,242,68,10,0,156,40,141,220,55,70,10,0,161,40,152,93,133,74,7,0,162,40,0,112,199,191,7,0,162,40,0,112,5,160,8,0,162,40,0,112,121,160,8,0,162,40,0,112,227,160,8,0,162,40,0,112,169,125,10,0,163,40,180,148,106,84,6,0,166,40,185,148,80,126,11,0,167,40,100,61,62,213,10,0,168,40,41,13,150,132,10,0,169,40,241,8,133,80,7,0,173,168,13,44,18,189,7,0,175,168,35,129,199,191,7,0,175,168,35,129,141,201,7,0,175,168,35,129,168,201,7,0,177,168,133,1,137,14,6,0,177,168,108,167,21,32,7,0,177,40,95,34,135,122,7,0,179,40,160,20,186,177,7,0,179,168,99,46,104,62,8,0,181,40,187,148,220,136,6,0,182,40,1,220,148,105,8,0,185,40,166,188,27,226,6,0,188,40,185,148,203,96,6,0,188,40,107,90,231,60,7,0,190,40,16,27,4,32,9,0,190,40,16,27,42,37,9,0,192,40,158,18,194,115,7,0,192,40,57,34,140,6,11,0,196,40,3,70,142,50,9,0,196,40,3,70,200,50,9,0,199,168,21,111,191,168,8,0,200,40,148,71,164,131,7,0,205,168,150,42,174,66,8,0,206,40,13,237,228,10,6,0,206,40,202,59,192,69,9,0,206,40,202,59,164,70,9,0,206,40,202,59,128,71,9,0,209,168,117,112,223,244,8,0,209,168,117,112,207,253,8,0,209,168,117,112,200,6,9,0,209,168,195,202,192,69,9,0,209,168,195,202,164,70,9,0,209,168,195,202,128,71,9,0,210,40,31,124,7,228,7,0,210,40,3,128,107,176,11,0,213,40,26,233,199,191,7,0,213,40,26,233,202,42,9,0,213,40,231,242,146,180,10,0,213,40,231,242,35,183,10,0,214,168,144,247,30,91,11,0,215,168,112,4,59,86,6,0,215,40,150,228,181,109,7,0,215,40,150,44,227,193,8,0,215,40,125,27,129,59,10,0,215,40,125,27,152,59,10,0,215,40,125,27,173,59,10,0,219,40,53,51,207,217,11,0,219,40,53,51,225,225,11,0,223,40,128,254,181,109,7,0,225,168,148,65,199,191,7,0,225,168,148,65,168,96,10,0,226,40,180,8,245,77,9,0,226,40,180,8,223,78,9,0,227,168,209,6,227,212,7,0,231,40,19,229,177,126,7,0,232,40,100,210,120,137,11,0,233,40,15,161,116,32,7,0,233,168,227,110,85,53,7,0,234,168,176,89,37,219,6,0,236,40,143,142,107,16,7,0,240,168,105,57,5,129,7,0,240,40,42,94,112,49,10,0,240,40,42,94,253,49,10,0,241,168,106,152,68,154,9,0,241,168,106,152,122,154,9,0,245,168,82,198,238,12,6,0,245,168,12,156,22,96,9,0,245,168,12,156,98,96,9,0,247,168,197,146,41,112,7,0,247,40,251,220,236,215,9,0,247,40,251,220,13,216,9,0,248,168,255,94,207,109,8,0,248,168,255,94,223,244,8,0,248,168,255,94,207,253,8,0,249,40,187,136,81,65,6,0,252,168,95,107,193,200,9,0,252,168,95,107,193,200,9,0,252,168,95,107,23,201,9,0,252,168,95,107,23,201,9,0,252,168,95,107,167,201,9,0,252,168,95,107,167,201,9,0,253,40,32,240,190,20,7,0,254,40,151,212,243,102,7,0,254,168,208,106,146,86,11,0,254,168,208,106,73,89,11,0,2,41,238,89,16,141,7,0,3,169,207,202,65,24,7,0,3,169,162,187,150,132,10,0,6,41,53,166,186,177,7,0,9,41,55,230,85,53,7,0,10,41,51,234,40,208,7,0,10,41,51,234,97,28,9,0,10,41,51,234,1,29,9,0,10,41,51,234,166,29,9,0,12,169,194,109,33,241,9,0,12,169,194,109,59,241,9,0,13,41,16,69,68,243,6,0,14,41,33,149,160,82,6,0,16,41,225,4,72,161,8,0,16,41,225,4,214,161,8,0,16,41,225,4,89,162,8,0,16,41,222,4,239,236,10,0,18,41,109,248,117,142,7,0,18,41,109,248,216,142,7,0,19,169,235,170,35,66,6,0,19,169,106,228,186,177,7,0,19,169,70,198,112,49,10,0,19,169,70,198,253,49,10,0,20,169,251,88,2,150,7,0,21,41,19,86,179,85,7,0,21,41,19,86,178,87,7,0,24,41,247,6,25,66,9,0,24,41,247,6,212,67,9,0,29,41,105,121,109,139,11,0,34,169,160,114,125,48,9,0,34,169,160,114,110,49,9,0,34,169,24,180,73,214,9,0,34,169,24,180,111,214,9,0,34,169,24,180,181,214,9,0,34,169,254,166,66,117,11,0,35,169,169,213,12,239,8,0,35,169,169,213,88,239,8,0,35,41,27,152,84,52,9,0,35,41,27,152,106,52,9,0,35,41,27,152,139,52,9,0,37,41,172,227,2,150,7,0,39,41,156,80,244,93,6,0,41,41,136,3,151,110,10,0,41,41,136,3,247,110,10,0,41,41,136,3,84,111,10,0,45,169,227,50,56,106,7,0,46,169,190,117,35,178,11,0,58,169,157,38,85,53,7,0,60,169,83,192,85,53,7,0,63,169,107,209,77,236,11,0,64,169,35,224,212,187,7,0,64,41,189,108,87,21,11,0,70,169,212,23,150,132,10,0,71,41,187,148,179,85,7,0,71,41,187,148,178,87,7,0,73,41,137,232,161,62,9,0,73,41,137,232,201,62,9,0,74,41,144,126,80,20,9,0,74,41,144,126,241,23,9,0,79,41,8,157,18,189,7,0,79,41,236,96,70,162,10,0,82,41,221,14,6,177,8,0,82,41,221,14,48,177,8,0,85,41,239,174,2,150,7,0,85,41,188,148,251,225,9,0,85,41,188,148,35,226,9,0,88,41,137,203,145,105,11,0,89,41,79,7,130,21,6,0,89,169,63,35,199,147,6,0,89,169,79,125,66,178,6,0,90,41,226,101,231,60,7,0,90,41,132,172,179,85,7,0,90,41,132,172,178,87,7,0,91,169,205,63,63,89,8,0,91,169,205,63,113,89,8,0,91,169,205,63,158,89,8,0,91,169,205,63,199,89,8,0,92,169,29,155,2,150,7,0,93,169,218,151,113,82,7,0,93,169,249,197,208,79,9,0,93,169,249,197,138,80,9,0,93,169,249,197,56,81,9,0,94,169,13,157,195,49,7,0,97,169,162,107,163,50,8,0,97,169,162,107,206,50,8,0,97,169,162,107,254,50,8,0,97,169,162,107,45,51,8,0,99,169,224,200,142,51,11,0,104,169,94,140,176,16,7,0,106,169,11,6,160,94,11,0,106,169,11,6,134,95,11,0,107,41,127,72,236,123,7,0,109,169,163,215,18,240,9,0,109,169,163,215,125,240,9,0,113,169,86,190,112,49,10,0,113,169,86,190,253,49,10,0,114,169,35,157,60,190,6,0,114,169,223,104,166,78,7,0,114,41,243,51,76,183,11,0,115,169,184,207,223,244,8,0,115,169,184,207,207,253,8,0,115,169,184,207,200,6,9,0,115,169,131,220,98,4,12,0,117,169,93,110,218,97,6,0,119,169,132,89,100,125,11,0,123,41,82,1,102,105,9,0,123,41,82,1,57,107,9,0,123,41,85,106,41,188,11,0,132,169,194,222,47,44,11,0,134,41,175,120,222,197,9,0,134,41,175,120,28,198,9,0,134,41,175,120,109,198,9,0,136,169,51,155,98,106,6,0,136,169,104,233,117,56,11,0,137,41,13,35,85,53,7,0,137,169,227,234,123,155,7,0,138,169,171,24,153,175,11,0,147,41,123,45,186,177,7,0,147,41,121,242,186,177,7,0,147,169,92,35,223,244,8,0,147,169,92,35,207,253,8,0,147,169,92,35,200,6,9,0,147,41,33,116,73,50,11,0,148,169,148,93,138,148,6,0,149,169,225,81,229,41,7,0,153,169,108,187,150,132,10,0,153,169,117,132,52,63,11,0,154,169,115,7,254,223,8,0,162,41,34,45,195,49,7,0,162,169,138,111,85,53,7,0,163,41,69,175,240,228,10,0,164,169,196,30,203,100,7,0,167,41,14,81,250,248,11,0,169,41,230,197,245,77,9,0,169,41,230,197,223,78,9,0,173,41,207,40,133,74,7,0,174,169,45,1,202,120,9,0,174,169,45,1,90,121,9,0,176,169,253,168,123,155,7,0,177,41,118,45,59,99,7,0,178,169,210,202,244,106,7,0,178,169,16,98,45,64,9,0,178,169,16,98,214,64,9,0,178,41,215,203,139,89,11,0,179,169,203,125,223,244,8,0,179,169,203,125,207,253,8,0,179,169,203,125,200,6,9,0,179,41,9,60,22,162,11,0,179,41,9,60,70,162,11,0,180,41,47,175,186,177,7,0,182,169,214,223,34,55,10,0,182,169,214,223,49,55,10,0,184,169,157,38,57,133,6,0,184,41,81,190,231,60,7,0,184,169,197,170,54,134,7,0,184,169,157,38,255,190,7,0,184,41,161,24,4,32,9,0,184,41,161,24,42,37,9,0,189,169,160,179,53,148,9,0,189,169,160,179,84,148,9,0,189,169,160,179,115,148,9,0,191,169,157,38,206,21,7,0,191,41,131,198,174,115,11,0,191,41,131,198,47,116,11,0,194,169,157,38,115,229,5,0,194,41,65,90,192,77,7,0,194,169,151,48,187,183,8,0,194,169,151,48,79,185,8,0,194,169,151,48,187,185,8,0,195,169,225,20,129,35,7,0,195,169,225,20,5,36,7,0,198,41,156,9,4,32,9,0,198,41,156,9,42,37,9,0,199,169,84,27,250,136,8,0,199,169,126,248,143,235,10,0,202,41,124,141,195,197,6,0,202,41,124,141,141,231,6,0,202,41,185,250,107,22,7,0,202,169,72,86,186,177,7,0,202,41,185,250,44,188,8,0,202,41,185,250,102,188,8,0,202,41,185,250,158,188,8,0,202,41,17,99,169,9,12,0,203,41,96,111,81,230,7,0,203,169,12,5,223,244,8,0,203,169,12,5,207,253,8,0,203,169,12,5,200,6,9,0,205,169,126,40,110,231,7,0,205,41,14,134,210,52,9,0,205,41,14,134,47,53,9,0,205,41,46,211,117,144,11,0,206,169,112,16,174,66,8,0,207,41,148,210,135,122,7,0,207,169,99,214,1,246,11,0,209,41,49,240,210,63,6,0,209,41,75,249,117,121,7,0,211,41,26,125,141,113,6,0,211,41,232,238,145,139,7,0,211,41,190,183,87,152,10,0,211,41,190,183,193,152,10,0,212,41,58,115,199,191,7,0,212,41,177,22,107,63,8,0,213,169,222,28,85,53,7,0,214,169,121,213,74,209,11,0,215,169,142,214,45,64,9,0,215,169,142,214,214,64,9,0,216,41,27,220,77,186,11,0,217,169,105,128,117,121,7,0,220,41,231,149,63,233,9,0,220,41,231,149,109,233,9,0,222,169,80,15,79,241,10,0,225,41,215,171,63,15,6,0,226,169,220,255,248,237,9,0,226,169,220,255,238,238,9,0,231,41,209,121,193,129,6,0,231,169,118,215,149,127,7,0,231,169,248,238,223,244,8,0,231,169,248,238,207,253,8,0,231,169,248,238,200,6,9,0,232,41,158,200,164,131,7,0,234,169,214,70,61,181,6,0,234,169,77,2,85,53,7,0,235,169,100,210,122,241,5,0,235,169,135,142,245,77,9,0,235,169,135,142,223,78,9,0,236,169,201,49,179,85,7,0,236,169,201,49,178,87,7,0,237,41,54,52,150,132,10,0,239,41,93,94,56,143,7,0,241,169,202,117,167,101,9,0,241,169,202,117,133,102,9,0,242,41,61,120,30,18,9,0,242,41,61,120,174,18,9,0,243,169,80,11,223,190,9,0,243,169,80,11,249,190,9,0,243,169,80,11,26,191,9,0,245,169,102,224,38,110,8,0,245,169,102,224,82,110,8,0,245,169,102,224,126,110,8,0,246,41,131,182,108,81,7,0,246,41,110,230,223,244,8,0,246,41,110,230,207,253,8,0,246,41,110,230,200,6,9,0,247,169,58,253,30,103,7,0,247,41,5,165,163,229,7,0,248,169,98,20,50,103,6,0,249,41,161,45,146,180,10,0,249,41,161,45,35,183,10,0,250,41,20,172,70,25,7,0,250,169,65,117,186,177,7,0,252,41,241,36,231,60,7,0,253,41,84,92,240,149,10,0,253,41,84,92,23,150,10,0,254,41,124,77,252,116,7,0,254,169,249,187,209,219,9,0,254,169,249,187,233,219,9,0,0,170,84,108,207,214,7,0,0,170,84,108,69,215,7,0,1,42,130,157,244,106,7,0,2,170,233,69,144,143,7,0,5,42,219,239,53,97,7,0,5,170,250,78,221,26,10,0,5,170,250,78,244,26,10,0,5,170,225,77,44,113,10,0,5,170,225,77,126,113,10,0,7,170,34,143,5,129,7,0,10,170,164,151,18,189,7,0,10,42,81,190,107,146,11,0,14,170,7,55,105,60,6,0,18,42,17,160,29,76,9,0,18,42,17,160,133,76,9,0,21,42,84,176,147,27,6,0,22,170,31,11,199,191,7,0,22,170,31,11,136,204,7,0,22,170,31,11,186,204,7,0,24,170,8,125,218,23,10,0,24,170,8,125,255,23,10,0,25,42,51,181,242,13,6,0,25,170,225,154,137,70,6,0,25,170,225,154,0,90,6,0,25,42,112,37,104,187,6,0,28,42,178,54,85,53,7,0,29,42,15,52,78,178,11,0,30,42,193,155,215,173,9,0,30,42,193,155,142,174,9,0,33,42,7,107,6,225,11,0,35,42,36,177,18,240,9,0,35,42,36,177,125,240,9,0,39,170,87,158,2,150,7,0,42,42,177,129,133,74,7,0,42,42,99,224,133,80,7,0,44,42,108,61,223,244,8,0,44,42,108,61,207,253,8,0,44,42,108,61,200,6,9,0,46,170,198,84,120,33,6,0,46,170,198,84,153,168,7,0,46,170,123,101,116,168,10,0,47,42,185,44,243,181,9,0,47,42,185,44,12,182,9,0,49,170,220,106,140,92,9,0,49,170,220,106,54,93,9,0,56,42,64,239,240,68,7,0,56,42,64,239,228,91,7,0,59,170,196,77,71,60,6,0,59,170,213,187,188,98,7,0,60,170,157,38,173,10,6,0,60,170,131,19,99,84,11,0,60,170,131,19,140,84,11,0,61,42,10,84,111,117,8,0,62,42,113,182,37,238,8,0,62,42,160,86,199,97,9,0,62,42,160,86,173,98,9,0,62,42,160,86,152,99,9,0,63,42,139,201,14,62,10,0,63,42,139,201,229,62,10,0,67,42,29,180,231,60,7,0,71,170,1,66,69,42,7,0,71,42,176,138,215,173,9,0,71,42,176,138,142,174,9,0,72,170,17,190,154,112,6,0,72,42,55,13,188,179,6,0,72,170,131,150,85,53,7,0,73,42,254,67,91,170,9,0,73,42,254,67,174,170,9,0,74,170,182,7,164,131,7,0,76,42,65,229,76,156,8,0,77,42,207,36,25,172,7,0,81,170,145,2,133,35,10,0,81,170,145,2,4,36,10,0,81,170,145,2,144,36,10,0,82,42,89,211,176,67,10,0,82,42,89,211,242,68,10,0,82,42,89,211,55,70,10,0,82,170,157,48,153,198,11,0,85,42,184,81,117,121,7,0,88,170,23,151,10,191,8,0,88,170,13,205,149,14,11,0,89,42,0,170,199,191,7,0,89,42,0,170,51,206,7,0,89,42,0,170,190,189,8,0,92,170,229,212,2,230,11,0,93,42,96,23,231,60,7,0,93,42,31,161,41,112,7,0,93,42,96,23,199,191,7,0,93,42,96,23,11,200,7,0,94,42,178,111,29,182,6,0,95,170,250,64,167,101,9,0,95,170,250,64,133,102,9,0,96,42,65,53,223,244,8,0,96,42,65,53,207,253,8,0,96,42,65,53,200,6,9,0,97,170,4,192,237,80,7,0,98,42,128,76,186,192,6,0,98,170,157,38,179,85,7,0,100,170,157,38,126,157,6,0,100,42,39,52,199,191,7,0,108,170,164,133,231,60,7,0,108,42,177,105,102,233,10,0,111,170,158,182,225,37,8,0,111,170,158,182,24,38,8,0,111,170,158,182,79,38,8,0,111,170,126,215,180,53,9,0,111,170,126,215,36,54,9,0,111,42,43,87,150,83,9,0,111,42,43,87,176,85,9,0,113,170,246,197,186,177,7,0,113,170,246,197,126,244,8,0,114,170,80,36,18,189,7,0,114,170,80,36,22,180,9,0,115,170,227,234,71,10,10,0,115,170,227,234,102,10,10,0,116,170,47,161,9,160,6,0,118,170,141,84,248,237,9,0,118,170,141,84,238,238,9,0,120,170,14,118,112,73,7,0,120,170,233,188,5,129,7,0,121,42,190,26,5,129,7,0,124,42,87,198,224,132,6,0,126,42,113,150,96,127,8,0,126,42,240,16,234,32,11,0,126,170,130,131,148,101,11,0,127,170,182,159,244,135,6,0,130,42,113,5,223,244,8,0,130,42,113,5,207,253,8,0,130,42,113,5,200,6,9,0,131,42,195,47,59,229,6,0,131,42,197,157,153,82,7,0,134,170,254,166,89,44,9,0,134,170,254,166,166,45,9,0,134,170,254,166,245,46,9,0,135,170,207,235,179,185,11,0,136,170,230,10,110,139,9,0,136,170,230,10,205,139,9,0,137,170,191,225,68,89,7,0,137,170,40,173,199,191,7,0,137,170,40,173,90,169,8,0,138,170,102,255,164,131,7,0,139,170,202,169,113,82,7,0,139,42,32,113,150,111,7,0,139,170,2,3,146,180,10,0,139,170,2,3,35,183,10,0,145,170,164,7,72,161,8,0,145,170,164,7,214,161,8,0,145,170,164,7,89,162,8,0,145,170,224,166,122,30,9,0,145,170,224,166,44,31,9,0,145,42,190,93,214,240,11,0,146,170,78,85,8,20,7,0,147,42,170,55,85,195,8,0,150,170,72,178,30,103,7,0,151,42,178,142,150,132,10,0,152,42,91,143,114,228,9,0,154,170,143,138,69,51,7,0,154,170,143,138,111,117,7,0,156,170,39,48,69,193,6,0,158,170,68,91,61,244,5,0,161,42,102,227,223,244,8,0,161,42,102,227,207,253,8,0,161,42,102,227,200,6,9,0,161,170,50,255,116,22,11,0,162,170,183,188,228,91,7,0,162,42,64,104,123,155,7,0,165,170,129,169,202,224,6,0,170,42,155,17,172,44,7,0,175,170,6,33,51,164,11,0,176,42,184,124,3,40,8,0,178,42,241,53,32,241,6,0,178,42,211,227,153,236,10,0,178,42,182,102,42,217,11,0,180,42,29,237,150,132,10,0,182,170,193,99,223,244,8,0,182,170,193,99,207,253,8,0,182,170,193,99,200,6,9,0,182,170,201,49,29,241,11,0,184,170,214,40,203,140,6,0,189,42,92,100,180,101,6,0,189,170,218,87,243,22,12,0,195,170,212,236,228,91,7,0,195,170,212,236,254,177,10,0,195,170,212,236,74,178,10,0,196,42,185,166,223,244,8,0,196,42,185,166,207,253,8,0,196,42,185,166,200,6,9,0,199,42,183,132,223,244,8,0,199,42,183,132,207,253,8,0,199,42,183,132,200,6,9,0,202,42,55,247,122,3,6,0,202,42,55,247,164,115,8,0,202,170,84,112,57,128,11,0,206,42,98,154,176,214,10,0,208,170,96,61,155,8,8,0,212,42,90,62,120,137,11,0,214,42,26,43,217,82,11,0,218,170,170,38,30,18,9,0,218,170,170,38,174,18,9,0,219,42,25,118,19,87,11,0,219,42,25,118,85,87,11,0,219,42,25,118,147,87,11,0,219,170,130,169,27,202,11,0,220,42,7,40,128,140,10,0,220,42,7,40,20,141,10,0,220,42,7,40,172,141,10,0,221,42,146,111,231,60,7,0,226,42,91,110,191,224,10,0,227,170,14,28,46,250,10,0,228,42,187,202,244,232,5,0,228,42,187,202,179,133,11,0,229,42,180,255,57,199,6,0,230,42,192,52,135,31,7,0,232,42,58,56,74,8,6,0,232,42,58,56,107,8,6,0,232,42,58,56,231,60,7,0,232,42,100,120,150,132,10,0,242,42,225,10,245,99,7,0,243,42,53,149,218,250,5,0,243,42,75,9,199,191,7,0,243,42,75,9,202,42,9,0,244,170,95,42,231,60,7,0,244,170,125,140,123,155,7,0,246,170,53,127,3,218,6,0,248,170,218,215,183,143,8,0,249,170,227,234,144,141,8,0,249,42,237,216,124,252,10,0,250,170,53,149,141,157,8,0,250,170,162,1,187,183,8,0,250,170,90,59,119,141,11,0,251,42,138,9,160,87,6,0,255,170,227,234,150,132,10,0,3,171,128,209,225,145,10,0,3,171,128,209,247,145,10,0,3,171,128,209,16,146,10,0,5,43,220,216,123,155,7,0,7,171,2,230,219,70,7,0,10,171,43,226,107,63,8,0,10,43,81,172,245,200,10,0,10,43,81,172,63,201,10,0,10,43,81,172,134,201,10,0,10,43,81,172,212,201,10,0,10,43,81,172,33,202,10,0,10,43,81,172,110,202,10,0,10,43,81,172,187,202,10,0,12,43,121,46,186,177,7,0,13,43,27,59,75,74,6,0,13,43,36,249,186,177,7,0,14,43,243,216,25,66,9,0,14,43,243,216,212,67,9,0,15,43,189,127,194,253,5,0,16,43,164,116,230,18,12,0,17,171,43,42,45,237,6,0,18,43,54,204,2,150,7,0,20,171,215,136,228,91,7,0,20,171,30,76,54,134,7,0,20,171,30,76,199,97,9,0,20,171,30,76,173,98,9,0,20,171,30,76,152,99,9,0,23,43,36,176,176,216,11,0,27,171,247,249,56,106,7,0,27,43,145,101,123,155,7,0,27,43,12,116,188,60,9,0,27,43,12,116,6,61,9,0,27,43,41,48,124,94,11,0,30,43,194,167,20,125,7,0,30,171,7,141,107,131,7,0,30,171,7,141,164,131,7,0,32,171,119,82,123,155,7,0,35,43,42,242,141,119,7,0,35,171,64,64,150,83,9,0,35,171,64,64,176,85,9,0,37,43,199,150,16,141,7,0,38,43,87,88,115,150,9,0,41,171,35,189,178,60,8,0,46,171,193,148,237,153,6,0,47,43,206,225,150,40,7,0,48,171,212,68,50,141,9,0,48,171,212,68,130,142,9,0,48,171,212,68,212,143,9,0,48,171,212,68,43,145,9,0,49,43,221,96,63,149,6,0,50,43,63,107,186,177,7,0,51,43,247,84,186,2,6,0,52,171,183,180,236,166,7,0,52,171,183,180,181,167,7,0,52,43,164,171,199,191,7,0,52,43,79,246,207,214,7,0,52,43,79,246,69,215,7,0,52,43,164,171,126,190,10,0,52,43,164,171,155,190,10,0,55,43,205,2,135,25,6,0,55,43,104,109,248,237,9,0,55,43,104,109,238,238,9,0,56,43,190,36,30,103,7,0,56,43,254,168,14,87,8,0,59,43,2,225,162,106,6,0,59,43,108,205,179,85,7,0,59,43,108,205,178,87,7,0,60,171,203,6,100,247,9,0,60,171,203,6,125,247,9,0,60,171,203,6,158,247,9,0,61,43,185,73,142,153,6,0,61,171,237,56,24,47,7,0,61,43,185,73,186,177,7,0,61,171,164,133,187,183,8,0,65,171,110,22,85,53,7,0,65,171,128,254,222,133,8,0,65,171,128,254,66,134,8,0,67,171,24,120,92,25,10,0,67,171,24,120,128,25,10,0,67,171,24,120,176,25,10,0,71,171,32,32,4,32,9,0,71,171,32,32,42,37,9,0,71,43,227,97,202,120,9,0,71,43,227,97,90,121,9,0,75,43,140,187,112,49,10,0,75,43,140,187,253,49,10,0,76,171,67,71,215,109,10,0,79,43,205,188,164,131,7,0,80,171,75,108,213,101,7,0,81,43,160,203,24,187,6,0,81,171,225,227,27,188,10,0,81,171,225,227,104,188,10,0,83,43,155,10,116,32,7,0,84,171,252,80,199,97,9,0,84,171,252,80,173,98,9,0,84,171,252,80,152,99,9,0,85,171,99,216,128,140,10,0,85,171,99,216,20,141,10,0,85,171,99,216,172,141,10,0,86,43,130,114,164,131,7,0,86,43,40,31,2,150,7,0,89,171,166,58,114,228,9,0,91,171,236,3,189,31,6,0,92,43,145,128,149,175,6,0,93,43,81,207,165,44,11,0,95,43,147,143,50,141,9,0,95,43,147,143,130,142,9,0,95,43,147,143,212,143,9,0,95,43,147,143,43,145,9,0,96,171,47,170,99,160,6,0,96,43,220,245,186,177,7,0,96,171,42,40,193,6,10,0,96,171,42,40,96,7,10,0,97,171,36,207,123,155,7,0,97,43,237,245,203,4,11,0,99,171,124,159,153,42,7,0,99,171,124,159,85,53,7,0,99,171,124,159,18,189,7,0,99,171,124,159,199,191,7,0,99,171,116,169,187,183,8,0,99,171,124,159,107,199,9,0,100,171,169,177,83,244,10,0,102,171,174,85,140,92,9,0,102,171,174,85,54,93,9,0,103,171,144,173,245,248,5,0,103,171,35,129,169,249,5,0,103,171,144,173,239,87,6,0,103,43,158,48,223,244,8,0,103,43,158,48,207,253,8,0,103,43,158,48,200,6,9,0,105,171,13,184,148,112,9,0,105,171,13,184,17,113,9,0,106,43,155,88,240,15,9,0,106,43,155,88,80,16,9,0,106,43,155,88,185,16,9,0,114,171,211,2,29,220,11,0,116,171,231,136,60,240,11,0,117,171,208,125,121,47,7,0,117,171,211,53,95,223,8,0,118,43,196,133,20,125,7,0,118,171,204,116,110,96,11,0,124,171,65,208,245,42,7,0,125,171,207,154,213,158,8,0,125,43,211,217,178,0,10,0,125,43,211,217,213,0,10,0,125,43,211,217,246,0,10,0,126,43,217,65,102,123,9,0,126,43,217,65,26,124,9,0,127,43,244,145,2,150,7,0,127,43,36,157,80,20,9,0,127,43,36,157,241,23,9,0,129,171,226,127,244,250,5,0,129,43,61,202,44,223,6,0,129,43,225,24,89,44,9,0,129,43,225,24,166,45,9,0,129,43,225,24,245,46,9,0,129,171,177,114,231,72,11,0,130,43,29,10,213,101,7,0,131,43,167,179,95,4,8,0,133,171,2,160,198,230,6,0,133,171,206,31,246,251,6,0,133,43,11,1,186,177,7,0,133,171,2,160,95,223,8,0,133,43,56,132,20,129,10,0,133,43,56,132,37,129,10,0,133,43,56,132,61,129,10,0,134,43,89,111,144,143,7,0,134,43,17,244,176,67,10,0,134,43,17,244,242,68,10,0,134,43,17,244,55,70,10,0,136,43,169,92,71,191,10,0,136,43,169,92,169,192,10,0,136,171,145,227,186,93,11,0,143,43,2,55,80,102,6,0,143,171,60,98,191,127,6,0,144,171,5,171,115,147,7,0,145,43,127,22,231,60,7,0,145,171,85,156,197,95,7,0,145,171,162,26,230,118,9,0,145,171,162,26,190,119,9,0,147,171,199,8,249,113,8,0,147,43,73,90,4,32,9,0,147,43,73,90,42,37,9,0,149,171,78,97,142,172,6,0,149,43,167,26,48,235,10,0,150,43,204,105,130,157,10,0,150,43,204,105,47,158,10,0,152,43,175,89,41,112,7,0,153,171,89,4,208,79,9,0,153,171,89,4,138,80,9,0,153,171,89,4,56,81,9,0,155,171,34,29,231,60,7,0,155,43,177,48,2,150,7,0,156,43,88,104,182,85,6,0,158,43,200,202,103,14,7,0,159,171,65,199,123,155,7,0,160,43,239,252,231,60,7,0,164,43,209,214,20,125,7,0,169,171,89,50,58,65,6,0,169,171,205,89,41,112,7,0,171,171,0,167,25,66,9,0,171,171,0,167,212,67,9,0,173,43,148,88,227,116,6,0,177,171,126,254,22,72,7,0,177,171,126,254,24,73,7,0,179,43,8,248,9,12,7,0,180,171,150,242,181,109,7,0,182,171,186,180,139,27,7,0,182,171,247,106,182,180,11,0,183,171,221,168,133,35,10,0,183,171,221,168,4,36,10,0,183,171,221,168,144,36,10,0,184,171,188,35,200,9,6,0,185,43,21,98,115,65,11,0,185,43,21,98,96,72,11,0,186,43,125,88,89,44,9,0,186,43,125,88,166,45,9,0,186,43,125,88,245,46,9,0,187,171,92,169,186,177,7,0,189,171,166,229,149,127,7,0,193,171,187,11,198,156,9,0,193,171,187,11,222,156,9,0,194,171,123,109,194,26,7,0,198,171,64,160,54,134,7,0,200,171,157,38,10,238,5,0,200,171,157,38,20,195,6,0,200,171,157,38,129,35,7,0,201,171,157,38,83,48,7,0,203,171,170,119,41,100,10,0,207,43,25,166,125,55,10,0,207,43,25,166,152,55,10,0,208,43,245,185,72,161,8,0,208,43,245,185,214,161,8,0,208,43,245,185,89,162,8,0,208,171,158,21,216,12,12,0,209,171,243,183,161,14,7,0,214,171,170,133,60,147,6,0,214,171,51,51,231,60,7,0,217,43,95,154,162,114,6,0,217,171,244,192,54,134,7,0,217,171,142,164,223,244,8,0,217,171,142,164,207,253,8,0,217,171,142,164,200,6,9,0,217,43,211,43,33,6,10,0,218,171,31,62,139,27,7,0,219,171,99,252,13,237,7,0,221,171,1,103,161,212,9,0,221,171,1,103,93,213,9,0,222,171,157,38,179,85,7,0,222,171,157,38,178,87,7,0,224,171,168,78,223,244,8,0,224,171,168,78,207,253,8,0,224,171,168,78,200,6,9,0,224,171,134,138,162,151,9,0,224,171,134,138,56,152,9,0,225,43,56,169,53,97,7,0,226,171,151,47,1,31,7,0,226,43,252,218,224,215,8,0,227,43,12,190,11,164,6,0,228,171,213,5,54,134,7,0,231,43,120,104,41,114,9,0,231,43,120,104,57,115,9,0,231,171,212,43,70,162,10,0,231,171,145,206,29,1,12,0,232,171,188,4,139,27,7,0,233,171,221,4,37,77,9,0,237,43,29,77,34,179,6,0,239,43,16,108,123,155,7,0,242,171,34,35,15,151,6,0,242,171,34,35,252,180,6,0,242,171,47,38,41,114,9,0,242,171,47,38,57,115,9,0,243,43,64,162,85,53,7,0,244,43,214,28,204,43,7,0,244,43,47,64,4,32,9,0,244,43,47,64,42,37,9,0,246,171,134,125,166,78,7,0,247,171,25,217,219,70,7,0,247,171,92,9,96,66,10,0,253,43,11,152,250,191,9,0,253,43,11,152,10,192,9,0,253,43,11,152,35,192,9,0,253,43,196,154,196,229,10,0,253,43,212,113,194,12,11,0,255,43,143,55,150,132,10,0,2,172,121,27,89,44,9,0,2,172,121,27,166,45,9,0,2,172,121,27,245,46,9,0,5,172,145,101,216,43,11,0,6,44,223,217,228,91,7,0,8,44,188,152,21,32,7,0,8,44,172,106,184,124,7,0,8,44,172,106,20,125,7,0,10,44,0,85,175,81,7,0,10,172,212,65,1,142,11,0,14,172,237,89,180,14,11,0,15,172,235,47,68,34,7,0,16,44,106,92,56,84,7,0,18,172,44,216,229,14,11,0,19,44,124,164,184,124,7,0,19,44,124,164,20,125,7,0,21,172,39,93,164,131,7,0,25,44,86,170,122,30,9,0,25,44,86,170,44,31,9,0,26,44,90,120,166,57,11,0,27,44,232,186,141,119,7,0,29,44,242,42,88,54,6,0,29,44,194,214,105,170,7,0,30,172,111,245,206,248,6,0,30,172,133,94,186,177,7,0,31,172,252,151,162,151,9,0,31,172,252,151,56,152,9,0,32,172,211,199,116,32,7,0,32,44,176,7,21,196,9,0,32,44,176,7,55,196,9,0,34,172,169,62,211,217,7,0,35,44,95,127,129,74,10,0,35,44,95,127,154,74,10,0,37,172,180,229,4,67,11,0,38,44,120,248,251,217,10,0,38,44,94,199,179,249,11,0,39,172,240,133,81,87,6,0,39,44,221,120,109,37,7,0,40,172,16,134,78,41,7,0,41,172,236,14,223,244,8,0,41,44,246,215,223,244,8,0,41,172,236,14,207,253,8,0,41,44,246,215,207,253,8,0,41,172,236,14,200,6,9,0,41,44,246,215,200,6,9,0,42,172,38,224,162,236,6,0,44,44,101,139,195,69,11,0,44,44,101,139,223,69,11,0,45,44,186,238,182,12,7,0,47,172,33,239,145,139,7,0,52,44,127,241,191,24,11,0,54,172,134,37,30,103,7,0,54,44,110,37,4,32,9,0,54,44,110,37,42,37,9,0,54,172,46,149,201,19,12,0,54,172,46,149,234,19,12,0,60,44,145,28,74,34,8,0,60,44,145,28,114,34,8,0,60,44,145,28,150,34,8,0,60,44,145,28,190,34,8,0,60,44,145,28,230,34,8,0,61,172,0,103,41,114,9,0,61,172,0,103,57,115,9,0,61,172,213,10,150,132,10,0,64,44,103,138,231,60,7,0,64,44,99,244,205,6,12,0,65,172,91,154,161,212,9,0,65,172,91,154,93,213,9,0,66,44,96,139,41,114,9,0,66,44,96,139,57,115,9,0,67,172,24,217,231,60,7,0,67,172,9,120,199,191,7,0,67,172,9,120,186,204,7,0,67,172,49,2,135,74,11,0,70,44,126,39,6,37,8,0,71,172,73,147,4,32,9,0,71,172,73,147,42,37,9,0,78,172,98,90,30,222,11,0,81,172,157,189,71,191,10,0,81,172,157,189,169,192,10,0,83,44,84,106,2,150,7,0,87,44,188,59,207,214,7,0,87,44,188,59,69,215,7,0,87,44,190,66,169,148,11,0,90,44,90,170,186,177,7,0,90,172,53,254,30,18,9,0,90,172,53,254,174,18,9,0,92,172,247,96,146,180,10,0,92,172,247,96,35,183,10,0,95,172,240,133,248,237,9,0,95,172,240,133,238,238,9,0,97,172,194,6,181,230,7,0,97,172,194,6,234,230,7,0,102,44,95,128,37,231,11,0,105,44,240,216,54,134,7,0,106,44,50,244,206,21,7,0,106,44,89,207,223,244,8,0,106,44,89,207,207,253,8,0,106,44,89,207,200,6,9,0,108,172,89,140,173,46,7,0,110,172,254,166,214,23,7,0,114,44,45,157,22,12,10,0,114,44,45,157,98,12,10,0,115,44,71,254,2,150,7,0,115,44,251,91,4,32,9,0,115,44,251,91,42,37,9,0,117,44,188,246,65,145,7,0,117,44,221,160,123,155,7,0,118,44,36,150,123,155,7,0,118,44,61,145,151,110,10,0,118,44,61,145,247,110,10,0,118,44,61,145,84,111,10,0,119,172,133,49,144,143,7,0,120,44,57,110,28,46,6,0,120,44,57,110,218,164,6,0,120,44,57,110,235,164,6,0,120,44,57,110,69,42,7,0,120,172,68,144,174,66,8,0,120,44,9,152,135,215,9,0,120,44,9,152,160,215,9,0,123,172,161,133,176,4,6,0,124,44,57,174,215,62,6,0,125,172,44,109,57,92,6,0,125,44,66,239,239,245,6,0,126,44,242,31,193,27,9,0,126,44,242,31,250,27,9,0,128,44,60,244,143,64,6,0,128,44,44,101,37,199,9,0,128,44,44,101,71,199,9,0,129,44,217,89,248,247,6,0,131,172,191,234,136,76,6,0,131,172,89,228,195,99,8,0,131,172,89,228,160,149,11,0,138,172,252,16,210,52,9,0,138,172,252,16,47,53,9,0,144,172,0,0,199,191,7,0,144,172,0,0,90,169,8,0,147,44,1,138,228,91,7,0,150,44,188,56,80,20,9,0,151,172,166,16,85,53,7,0,151,44,92,13,136,243,11,0,151,44,92,13,184,243,11,0,152,172,84,196,156,233,10,0,152,172,84,196,167,242,10,0,154,44,201,172,81,127,10,0,156,172,66,157,54,134,7,0,157,44,128,19,89,44,9,0,157,44,128,19,166,45,9,0,157,44,128,19,245,46,9,0,158,44,206,40,114,32,8,0,158,44,206,40,80,20,9,0,158,44,206,40,241,23,9,0,160,172,250,29,53,208,10,0,161,44,27,68,2,150,7,0,162,44,178,239,244,106,7,0,164,172,19,55,245,75,10,0,164,172,19,55,14,76,10,0,164,172,19,55,36,76,10,0,166,172,196,107,223,244,8,0,166,172,196,107,207,253,8,0,166,172,196,107,200,6,9,0,167,172,47,107,150,132,10,0,170,44,178,219,231,60,7,0,173,44,58,122,112,36,7,0,176,172,194,179,70,217,10,0,183,44,115,27,161,214,7,0,184,172,254,97,167,242,8,0,185,44,41,99,135,118,6,0,191,44,46,81,117,142,7,0,191,44,46,81,216,142,7,0,191,172,121,27,86,135,8,0,200,172,5,237,186,177,7,0,200,172,179,148,169,255,7,0,202,172,127,254,47,11,11,0,203,44,157,214,85,53,7,0,204,44,156,220,208,131,11,0,210,172,224,226,139,205,6,0,211,172,131,141,224,107,11,0,216,44,184,148,96,52,6,0,216,44,24,5,38,106,6,0,217,44,224,217,2,150,7,0,219,172,204,241,150,132,10,0,222,172,150,63,69,124,6,0,222,172,105,36,243,102,7,0,222,172,214,19,45,64,9,0,222,172,214,19,214,64,9,0,223,44,52,91,137,239,6,0,223,44,52,91,179,85,7,0,223,44,52,91,178,87,7,0,223,44,115,27,190,54,10,0,223,44,115,27,214,54,10,0,224,172,135,182,77,216,6,0,225,44,114,165,174,20,11,0,230,172,4,126,211,2,6,0,231,44,180,148,41,112,7,0,232,172,25,61,89,100,11,0,233,44,57,98,132,91,6,0,233,44,116,174,94,34,7,0,234,44,14,78,56,84,7,0,237,44,36,229,98,163,6,0,237,44,145,29,174,66,8,0,237,172,51,232,48,56,10,0,237,172,51,232,65,56,10,0,237,44,135,69,176,67,10,0,237,44,135,69,242,68,10,0,237,44,135,69,55,70,10,0,240,172,56,58,106,200,11,0,241,172,58,115,122,36,6,0,243,44,221,202,114,228,9,0,244,172,205,214,221,138,6,0,246,172,105,250,219,70,7,0,246,172,189,47,22,216,7,0,247,172,202,20,182,11,6,0,247,172,202,20,60,12,6,0,249,44,160,224,221,174,7,0,251,172,1,164,203,24,7,0,252,172,106,229,151,22,7,0,253,172,109,195,5,129,7,0,255,172,107,176,85,53,7,0,255,172,128,0,105,228,10,0,1,173,197,121,149,125,6,0,1,173,62,180,56,84,7,0,2,45,148,190,230,13,7,0,4,173,181,219,199,191,7,0,4,173,222,126,24,23,8,0,4,173,222,126,6,32,8,0,4,173,181,219,202,42,9,0,8,45,32,141,153,219,6,0,12,173,154,254,194,233,6,0,12,173,154,254,217,234,6,0,12,45,223,138,141,119,7,0,13,45,153,41,141,119,7,0,14,45,136,103,231,60,7,0,14,45,105,82,125,48,9,0,14,45,105,82,110,49,9,0,20,45,251,67,28,250,6,0,22,45,167,3,80,20,9,0,22,45,167,3,241,23,9,0,24,45,112,17,44,113,10,0,24,45,112,17,126,113,10,0,26,45,87,83,179,146,9,0,26,45,87,83,97,147,9,0,27,173,140,219,71,191,10,0,27,173,140,219,169,192,10,0,28,173,88,71,208,71,11,0,30,45,208,163,122,30,9,0,30,45,208,163,44,31,9,0,32,173,151,159,231,60,7,0,32,173,179,234,1,36,11,0,33,45,116,121,205,39,7,0,36,173,29,55,231,60,7,0,37,173,233,107,223,244,8,0,37,173,233,107,207,253,8,0,37,173,233,107,200,6,9,0,38,173,109,149,133,181,6,0,39,45,8,107,160,135,11,0,40,45,97,19,165,209,9,0,40,45,97,19,32,210,9,0,40,45,97,19,149,210,9,0,40,45,97,19,61,211,9,0,40,45,97,19,215,211,9,0,41,173,64,99,174,229,11,0,42,45,73,3,30,103,7,0,42,173,4,225,123,155,7,0,42,45,231,242,193,238,10,0,42,173,4,225,118,138,11,0,43,45,231,11,83,48,7,0,45,173,72,54,73,106,10,0,45,173,72,54,114,106,10,0,45,173,72,54,139,106,10,0,48,45,89,51,133,188,11,0,51,45,221,74,42,143,6,0,53,173,237,154,173,24,7,0,54,45,228,20,116,37,11,0,55,45,180,248,254,251,10,0,60,173,161,86,30,103,7,0,66,173,21,129,75,228,6,0,68,45,63,118,5,129,7,0,69,45,57,201,147,74,8,0,69,173,174,18,150,132,10,0,71,45,29,121,132,237,11,0,72,45,148,142,190,110,7,0,74,173,149,29,51,18,12,0,75,45,205,45,206,36,7,0,75,173,32,106,223,244,8,0,75,173,32,106,207,253,8,0,75,173,32,106,200,6,9,0,75,45,35,33,128,140,10,0,75,45,35,33,20,141,10,0,75,45,35,33,172,141,10,0,78,45,144,127,152,166,6,0,78,45,144,127,178,166,6,0,78,45,144,127,206,166,6,0,78,45,133,75,118,7,12,0,79,45,183,227,123,155,7,0,80,45,90,243,194,107,10,0,80,45,58,130,254,164,11,0,81,45,103,200,61,35,8,0,82,173,76,141,231,60,7,0,83,173,52,68,186,177,7,0,83,173,175,241,174,66,8,0,85,173,215,6,145,156,6,0,86,45,157,38,118,252,5,0,86,45,157,38,144,252,5,0,86,45,157,38,241,172,7,0,89,173,144,235,20,234,10,0,91,173,3,95,123,155,7,0,91,173,214,125,123,155,7,0,92,173,242,65,117,30,7,0,95,173,166,32,186,177,7,0,95,173,166,32,146,180,10,0,95,173,166,32,35,183,10,0,101,173,233,151,71,191,10,0,101,173,233,151,169,192,10,0,102,45,217,227,134,50,11,0,103,45,92,121,55,120,6,0,104,173,89,136,113,13,7,0,104,173,120,18,137,129,10,0,104,173,120,18,166,129,10,0,104,173,120,18,191,129,10,0,105,173,152,58,228,91,7,0,106,45,66,166,89,44,9,0,106,45,66,166,166,45,9,0,106,45,66,166,245,46,9,0,107,45,64,57,45,64,9,0,107,45,64,57,214,64,9,0,112,45,203,208,129,35,7,0,113,173,7,9,146,180,10,0,113,173,7,9,35,183,10,0,115,45,96,19,54,134,7,0,119,173,45,135,225,33,7,0,120,45,115,27,143,53,8,0,124,173,157,38,128,238,11,0,125,45,11,171,187,183,8,0,125,45,11,171,187,185,8,0,125,45,11,171,62,186,8,0,126,173,186,148,190,130,6,0,126,173,186,148,216,130,6,0,126,45,140,79,213,101,7,0,126,45,93,242,144,143,7,0,126,173,5,60,41,100,10,0,127,45,99,18,244,106,7,0,127,173,27,3,210,88,9,0,127,173,27,3,145,89,9,0,127,173,27,3,74,90,9,0,128,173,216,31,175,81,7,0,129,45,173,133,59,33,6,0,129,173,69,248,78,41,7,0,130,173,34,200,150,132,10,0,131,173,124,188,85,53,7,0,132,45,95,139,199,191,7,0,132,45,225,112,230,118,9,0,132,45,225,112,190,119,9,0,132,45,11,176,84,34,10,0,132,45,11,176,118,34,10,0,132,173,187,237,145,12,12,0,133,45,192,92,26,6,6,0,133,173,192,74,206,36,7,0,134,45,27,177,4,32,9,0,134,45,27,177,42,37,9,0,135,173,53,96,55,0,7,0,135,173,53,96,54,147,10,0,135,173,53,96,77,147,10,0,137,173,151,64,195,176,11,0,137,173,59,43,12,180,11,0,138,45,254,97,59,176,11,0,142,45,205,101,150,132,10,0,143,45,95,139,80,20,9,0,143,45,95,139,241,23,9,0,144,173,207,28,97,28,9,0,144,173,207,28,1,29,9,0,144,173,207,28,166,29,9,0,145,173,81,102,133,35,10,0,145,173,81,102,4,36,10,0,145,173,81,102,144,36,10,0,146,45,4,24,88,80,11,0,149,173,13,154,9,205,9,0,149,173,13,154,36,205,9,0,151,173,97,37,94,210,7,0,152,45,187,57,88,12,6,0,152,45,182,30,223,244,8,0,152,45,182,30,207,253,8,0,152,45,182,30,200,6,9,0,153,173,253,103,34,212,11,0,154,173,57,61,87,43,7,0,154,45,38,25,203,100,7,0,154,173,203,88,139,207,8,0,159,45,217,180,24,47,7,0,159,45,49,184,123,155,7,0,163,45,231,242,197,48,8,0,163,45,162,202,150,83,9,0,163,45,162,202,176,85,9,0,164,45,203,120,204,60,6,0,164,45,203,120,53,156,6,0,164,45,203,120,171,215,6,0,164,45,203,120,4,13,8,0,166,45,190,223,192,69,9,0,166,45,190,223,164,70,9,0,166,45,190,223,128,71,9,0,169,173,225,167,202,120,9,0,169,173,225,167,90,121,9,0,171,45,74,91,153,42,7,0,171,45,141,94,123,155,7,0,171,45,74,91,220,186,9,0,171,45,74,91,61,187,9,0,171,45,74,91,163,187,9,0,171,45,74,91,2,188,9,0,171,45,74,91,106,188,9,0,172,173,239,9,199,5,11,0,173,45,100,106,176,109,6,0,173,173,36,48,228,91,7,0,173,45,114,27,80,20,9,0,173,45,114,27,241,23,9,0,173,173,36,48,56,13,11,0,176,45,212,90,205,73,7,0,177,45,74,45,52,30,7,0,180,45,190,179,25,66,9,0,180,45,190,179,212,67,9,0,181,45,231,242,128,2,10,0,181,45,231,242,161,2,10,0,185,173,105,14,68,157,8,0,185,45,114,27,208,104,9,0,185,45,114,27,242,104,9,0,185,45,114,27,26,105,9,0,186,173,55,41,42,219,7,0,187,45,127,6,59,58,11,0,189,45,165,33,60,78,6,0,190,173,96,33,85,53,7,0,191,173,98,244,176,67,10,0,191,173,98,244,242,68,10,0,191,173,98,244,55,70,10,0,192,173,164,11,29,243,7,0,192,173,164,11,76,243,7,0,192,45,58,151,215,117,9,0,192,45,58,151,29,118,9,0,192,45,58,151,106,118,9,0,193,173,48,22,205,134,6,0,193,45,224,97,98,14,12,0,194,173,140,175,127,17,11,0,195,173,42,90,123,155,7,0,197,173,111,37,56,84,7,0,198,45,244,216,140,39,7,0,199,173,188,117,24,145,7,0,200,45,244,89,62,91,11,0,201,45,157,38,223,244,8,0,201,45,157,38,207,253,8,0,201,45,157,38,200,6,9,0,202,45,142,167,41,112,7,0,202,45,142,167,224,215,8,0,203,45,163,126,54,134,7,0,205,45,79,196,69,185,11,0,206,173,56,183,210,88,9,0,206,173,56,183,145,89,9,0,206,173,56,183,74,90,9,0,207,173,254,74,139,27,7,0,208,173,48,7,60,159,6,0,209,45,57,126,73,231,5,0,211,45,34,110,134,79,11,0,212,45,221,19,43,58,9,0,217,173,105,27,186,177,7,0,217,173,170,135,43,195,8,0,219,45,149,95,117,35,6,0,219,173,237,123,116,168,10,0,219,173,237,123,147,72,11,0,221,45,132,119,150,11,12,0,224,45,180,207,2,150,7,0,225,173,128,155,123,155,7,0,226,173,148,178,179,146,9,0,226,173,148,178,97,147,9,0,229,173,205,194,68,89,7,0,232,45,13,40,74,19,6,0,232,45,159,68,140,92,9,0,232,45,159,68,54,93,9,0,232,173,158,171,191,226,10,0,237,173,227,0,146,180,10,0,237,173,227,0,35,183,10,0,243,173,242,10,145,139,7,0,243,45,126,59,4,32,9,0,243,45,126,59,42,37,9,0,244,173,100,231,235,117,7,0,244,45,170,138,3,14,12,0,245,173,236,242,4,32,9,0,245,173,236,242,42,37,9,0,250,45,125,135,121,25,7,0,250,173,98,56,120,105,7,0,250,173,8,201,186,177,7,0,251,173,45,192,231,60,7,0,252,45,90,6,123,155,7,0,254,173,207,77,69,212,10,0,254,173,207,77,82,212,10,0,255,45,232,132,150,132,10,0,0,174,143,212,30,103,7,0,0,174,86,34,51,121,8,0,1,46,185,52,132,124,7,0,2,174,68,129,214,240,11,0,3,46,80,80,87,75,7,0,3,174,54,135,212,187,7,0,4,46,64,245,143,168,11,0,6,174,198,185,97,28,9,0,6,174,198,185,1,29,9,0,6,174,198,185,166,29,9,0,9,174,174,60,117,30,7,0,11,46,171,175,4,32,9,0,11,46,171,175,42,37,9,0,12,46,100,218,218,114,6,0,14,174,193,78,104,62,8,0,14,174,193,78,150,62,8,0,15,46,151,113,181,104,7,0,15,46,115,178,176,67,10,0,15,46,115,178,242,68,10,0,16,46,16,244,145,47,11,0,19,174,134,51,30,18,9,0,19,174,134,51,174,18,9,0,20,174,41,4,179,85,7,0,20,174,41,4,178,87,7,0,22,46,102,7,2,201,11,0,23,46,74,188,99,43,8,0,24,174,140,90,221,148,11,0,26,174,188,151,189,25,6,0,26,174,66,97,223,244,8,0,26,174,66,97,207,253,8,0,26,174,66,97,200,6,9,0,26,174,85,170,58,97,11,0,28,46,212,45,56,184,6,0,28,46,95,66,87,75,7,0,31,46,124,221,15,52,11,0,37,46,57,7,150,132,10,0,45,46,102,5,156,243,7,0,46,46,214,103,181,109,7,0,48,46,134,248,109,37,7,0,49,46,231,10,87,75,7,0,49,46,92,240,102,105,9,0,49,46,92,240,57,107,9,0,52,46,39,7,181,113,11,0,53,174,180,126,158,131,6,0,53,46,16,2,153,42,7,0,53,46,104,54,244,106,7,0,54,46,100,65,56,84,7,0,54,174,105,139,194,73,11,0,57,174,182,158,206,36,7,0,58,174,249,189,85,27,7,0,59,174,252,96,163,61,9,0,59,174,252,96,195,61,9,0,60,46,170,62,215,117,9,0,60,46,170,62,29,118,9,0,60,46,170,62,106,118,9,0,62,174,247,208,16,32,6,0,62,174,247,208,31,108,6,0,68,46,74,232,71,101,7,0,68,174,19,207,210,52,9,0,68,174,19,207,47,53,9,0,69,46,72,222,245,77,9,0,69,46,72,222,223,78,9,0,71,46,26,254,74,163,9,0,71,46,26,254,150,163,9,0,71,46,26,254,223,163,9,0,79,174,30,4,181,109,7,0,80,174,64,41,37,157,9,0,80,174,64,41,104,157,9,0,82,46,77,225,129,72,10,0,82,46,77,225,169,72,10,0,82,46,77,225,208,72,10,0,83,174,243,37,225,107,8,0,84,46,150,34,5,129,7,0,85,174,164,212,64,24,8,0,88,174,224,186,89,177,10,0,88,174,224,186,115,177,10,0,88,174,224,186,170,177,10,0,89,174,233,4,223,244,8,0,89,174,233,4,207,253,8,0,89,174,233,4,200,6,9,0,94,174,1,131,41,95,11,0,97,46,244,176,111,117,7,0,99,174,123,21,221,151,6,0,99,46,220,101,97,28,9,0,99,46,220,101,1,29,9,0,99,46,220,101,166,29,9,0,105,174,111,140,203,25,11,0,110,46,90,71,242,17,7,0,111,46,54,250,215,117,9,0,111,46,54,250,29,118,9,0,111,46,54,250,106,118,9,0,111,174,128,199,115,7,11,0,114,46,1,221,41,252,5,0,114,46,236,94,36,51,11,0,115,46,249,143,22,216,7,0,119,46,243,229,186,177,7,0,119,46,243,229,109,197,7,0,122,46,134,213,80,20,9,0,122,46,134,213,80,20,9,0,122,46,134,213,241,23,9,0,122,46,134,213,241,23,9,0,123,46,50,202,56,84,7,0,123,46,198,190,2,150,7,0,124,46,88,181,53,192,6,0,125,46,72,202,228,91,7,0,126,174,29,72,80,20,9,0,126,174,29,72,241,23,9,0,126,174,70,196,122,61,10,0,126,174,70,196,184,61,10,0,126,174,70,196,228,61,10,0,129,46,18,212,86,156,11,0,141,46,70,245,80,20,9,0,141,46,70,245,241,23,9,0,143,174,42,82,18,189,7,0,143,174,42,82,164,179,10,0,143,174,42,82,229,179,10,0,143,174,42,82,34,180,10,0,144,46,36,254,78,41,7,0,145,174,223,92,212,240,7,0,148,174,100,16,135,31,7,0,150,46,248,132,231,60,7,0,150,174,127,248,89,44,9,0,150,174,127,248,166,45,9,0,150,174,127,248,245,46,9,0,151,46,197,165,186,177,7,0,152,174,160,35,145,124,6,0,152,174,160,35,83,138,6,0,152,174,128,229,18,189,7,0,152,174,128,229,199,191,7,0,154,174,254,201,157,86,6,0,154,174,237,38,84,147,6,0,157,174,211,124,80,20,9,0,157,174,211,124,241,23,9,0,158,46,15,240,231,60,7,0,158,46,151,232,133,35,10,0,158,46,151,232,4,36,10,0,158,46,151,232,144,36,10,0,159,174,73,171,84,13,6,0,159,174,231,63,85,53,7,0,159,46,235,168,86,135,8,0,159,174,57,107,222,216,9,0,159,174,57,107,76,217,9,0,160,46,238,137,32,28,7,0,162,174,121,11,51,250,5,0,162,174,121,11,82,250,5,0,162,46,125,185,134,24,7,0,163,46,110,105,182,12,7,0,165,46,217,74,110,139,9,0,165,46,217,74,205,139,9,0,167,174,232,20,187,224,5,0,171,174,189,209,63,25,6,0,172,174,116,26,194,18,7,0,172,46,157,198,242,145,7,0,172,46,157,198,216,188,8,0,175,174,48,14,37,48,6,0,175,174,48,14,27,59,8,0,176,46,181,148,157,63,6,0,176,46,181,148,147,195,6,0,184,46,45,5,176,253,5,0,185,174,1,127,28,250,6,0,185,46,171,254,85,53,7,0,185,174,1,127,179,85,7,0,185,174,1,127,178,87,7,0,185,46,171,254,33,80,8,0,185,46,171,254,133,43,9,0,185,46,171,254,219,43,9,0,188,174,62,85,110,40,7,0,188,46,247,143,186,177,7,0,191,46,8,170,94,210,7,0,191,46,239,41,208,79,9,0,191,46,239,41,138,80,9,0,191,46,239,41,56,81,9,0,196,174,220,135,199,191,7,0,196,174,220,135,5,160,8,0,196,174,220,135,121,160,8,0,196,174,220,135,227,160,8,0,196,174,220,135,169,125,10,0,201,174,9,184,140,39,7,0,202,174,185,124,144,21,8,0,202,174,23,235,82,113,11,0,204,46,246,189,186,177,7,0,207,46,214,241,114,228,9,0,207,46,103,52,130,157,10,0,207,46,103,52,47,158,10,0,208,174,140,73,80,20,9,0,208,174,140,73,241,23,9,0,210,174,163,133,2,163,10,0,210,174,163,133,41,163,10,0,212,46,236,8,103,216,10,0,214,174,130,138,146,235,6,0,216,46,198,148,151,170,8,0,222,174,58,69,135,122,7,0,222,46,109,9,199,191,7,0,222,46,109,9,173,65,9,0,222,46,109,9,223,65,9,0,227,46,189,134,251,94,6,0,228,46,107,54,33,224,7,0,229,174,248,218,252,74,7,0,230,174,182,4,164,131,7,0,230,174,194,95,255,190,7,0,233,46,187,200,8,162,11,0,234,174,8,237,176,67,10,0,234,174,8,237,242,68,10,0,234,174,8,237,55,70,10,0,237,46,220,46,86,135,8,0,239,174,97,127,2,150,7,0,244,46,90,27,120,232,7,0,245,46,223,64,197,95,7,0,245,174,250,2,223,244,8,0,245,174,250,2,207,253,8,0,245,174,250,2,200,6,9,0,246,174,235,126,230,167,6,0,248,46,13,214,120,138,7,0,248,174,179,133,25,66,9,0,248,174,179,133,212,67,9,0,249,174,218,136,166,78,7,0,253,174,46,195,71,33,11,0,2,47,217,144,85,53,7,0,2,47,169,142,123,155,7,0,2,47,241,88,202,120,9,0,2,47,241,88,90,121,9,0,3,175,172,125,237,108,11,0,6,47,199,46,222,74,7,0,6,175,217,26,241,2,10,0,6,175,217,26,254,3,10,0,7,47,211,143,162,151,9,0,7,47,211,143,56,152,9,0,7,175,14,169,210,96,10,0,7,175,14,169,246,96,10,0,7,175,14,169,25,97,10,0,7,175,255,100,150,132,10,0,9,47,241,190,232,222,9,0,9,47,241,190,55,223,9,0,10,47,14,137,103,14,7,0,10,175,172,72,123,155,7,0,11,47,9,9,180,53,9,0,11,47,9,9,36,54,9,0,11,47,15,100,104,159,9,0,11,47,15,100,184,159,9,0,11,47,15,100,23,160,9,0,11,47,15,100,105,160,9,0,13,47,195,191,85,53,7,0,15,47,75,33,219,70,7,0,16,175,128,19,54,134,7,0,16,47,35,97,71,191,10,0,16,47,35,97,169,192,10,0,17,47,50,204,150,132,10,0,20,175,233,209,125,214,6,0,21,175,91,156,43,188,6,0,22,47,24,100,162,151,9,0,22,47,24,100,56,152,9,0,23,47,216,89,150,132,10,0,24,47,19,190,110,10,11,0,27,47,54,141,208,178,6,0,27,47,54,141,128,208,6,0,29,47,170,157,10,118,7,0,29,175,182,221,198,146,7,0,32,175,250,222,68,89,7,0,33,175,224,120,205,39,7,0,34,47,34,103,174,66,8,0,34,47,65,35,150,83,9,0,34,47,65,35,176,85,9,0,35,47,141,196,145,139,7,0,36,47,36,21,78,228,10,0,40,175,237,56,220,186,9,0,40,175,237,56,61,187,9,0,40,175,237,56,163,187,9,0,40,175,237,56,2,188,9,0,40,175,237,56,106,188,9,0,41,47,191,166,124,134,6,0,41,175,147,142,202,120,9,0,41,175,147,142,90,121,9,0,42,47,3,136,141,232,10,0,44,47,213,103,85,53,7,0,46,47,11,132,25,239,5,0,53,47,32,252,32,28,7,0,54,175,225,190,2,150,7,0,54,175,138,142,29,76,9,0,54,175,138,142,133,76,9,0,57,47,232,86,70,217,10,0,58,47,65,129,28,250,6,0,59,47,92,72,47,82,7,0,60,175,29,108,52,21,7,0,60,175,122,191,1,48,7,0,60,175,29,108,165,254,10,0,61,175,73,246,24,126,7,0,64,175,241,131,111,33,7,0,64,175,241,131,107,131,7,0,66,175,91,14,197,246,10,0,77,175,206,234,228,91,7,0,80,175,244,76,131,83,11,0,84,47,237,139,131,21,7,0,85,175,149,24,45,64,9,0,85,175,149,24,214,64,9,0,86,175,105,139,25,75,11,0,88,175,53,65,83,97,11,0,89,47,144,235,85,53,7,0,93,175,47,51,108,207,11,0,96,47,225,6,85,53,7,0,98,175,36,233,244,244,6,0,98,47,31,44,219,130,11,0,103,47,54,188,63,152,6,0,103,175,240,77,123,155,7,0,104,47,79,36,253,227,6,0,104,47,41,78,223,244,8,0,104,47,41,78,207,253,8,0,104,47,41,78,200,6,9,0,104,47,34,55,80,20,9,0,104,47,34,55,241,23,9,0,106,175,234,247,164,131,7,0,106,175,239,205,80,20,9,0,106,175,239,205,241,23,9,0,106,175,37,103,4,32,9,0,106,175,37,103,42,37,9,0,106,47,35,86,210,88,9,0,106,47,35,86,145,89,9,0,106,47,35,86,74,90,9,0,109,175,174,190,107,91,6,0,115,47,111,150,184,124,7,0,115,47,111,150,20,125,7,0,115,47,234,81,208,79,9,0,115,47,234,81,138,80,9,0,115,47,234,81,56,81,9,0,119,175,122,80,225,163,6,0,121,175,137,233,31,221,10,0,122,47,0,170,231,60,7,0,123,175,38,145,3,141,8,0,124,47,202,32,158,22,6,0,124,47,202,32,165,53,6,0,124,47,202,32,243,48,8,0,126,47,19,183,186,177,7,0,126,47,110,164,2,225,10,0,126,175,226,33,27,255,10,0,128,47,3,145,179,146,9,0,128,47,3,145,97,147,9,0,129,175,55,127,143,33,7,0,129,47,88,239,143,45,7,0,130,175,161,231,19,68,8,0,138,47,86,179,244,106,7,0,138,47,214,13,199,191,7,0,138,47,214,13,173,65,9,0,138,47,214,13,223,65,9,0,142,175,65,32,187,9,10,0,142,175,65,32,239,9,10,0,145,175,218,215,128,2,10,0,145,175,218,215,161,2,10,0,146,175,78,253,164,131,7,0,147,47,70,59,85,20,11,0,148,47,58,130,85,53,7,0,148,47,213,88,3,3,12,0,150,47,152,38,32,28,7,0,150,47,60,188,25,66,9,0,150,47,60,188,212,67,9,0,151,47,200,33,69,77,7,0,151,175,67,210,19,165,10,0,151,175,67,210,78,165,10,0,153,47,99,0,125,48,9,0,153,47,99,0,110,49,9,0,162,47,162,241,203,24,7,0,164,175,190,181,80,20,9,0,164,175,190,181,241,23,9,0,165,47,91,108,194,26,7,0,165,47,125,234,166,78,7,0,168,47,166,96,107,16,7,0,168,175,175,133,2,150,7,0,170,175,176,140,150,132,10,0,179,47,117,61,245,77,9,0,179,47,117,61,223,78,9,0,179,47,142,111,150,255,11,0,181,175,252,165,34,210,6,0,183,47,3,197,135,122,7,0,185,47,245,135,3,217,6,0,186,47,124,129,194,26,7,0,186,175,46,84,205,73,7,0,186,47,124,129,49,127,7,0,186,47,91,59,12,177,7,0,186,47,91,59,220,231,7,0,187,175,221,35,50,67,6,0,188,47,94,15,74,52,6,0,189,47,29,33,65,145,7,0,190,47,62,110,55,211,10,0,192,47,147,120,227,98,6,0,193,47,194,98,80,20,9,0,193,47,194,98,241,23,9,0,194,47,186,227,223,244,8,0,194,47,186,227,207,253,8,0,194,47,186,227,200,6,9,0,194,47,13,137,193,200,9,0,194,47,13,137,23,201,9,0,194,47,13,137,167,201,9,0,198,175,247,135,85,39,7,0,199,175,57,185,59,229,6,0,201,47,102,255,86,127,7,0,202,175,191,31,146,180,10,0,202,175,191,31,35,183,10,0,203,47,70,124,111,117,7,0,209,47,75,5,179,85,7,0,214,175,218,169,222,188,10,0,216,47,111,45,134,152,11,0,218,47,146,30,2,150,7,0,221,175,172,8,74,171,6,0,221,47,206,181,255,103,9,0,221,47,206,181,29,104,9,0,224,47,100,14,231,60,7,0,226,175,8,32,5,57,9,0,226,175,8,32,37,57,9,0,229,175,194,243,128,161,10,0,229,175,194,243,158,161,10,0,230,175,188,13,123,155,7,0,232,47,157,212,190,110,7,0,233,47,34,126,255,155,6,0,233,47,34,126,195,162,6,0,234,175,89,210,224,34,6,0,235,175,98,230,41,112,7,0,238,47,179,213,22,63,8,0,243,47,60,241,102,105,9,0,243,47,60,241,57,107,9,0,243,47,4,175,197,140,9,0,243,47,4,175,231,140,9,0,243,175,159,25,95,31,11,0,245,175,86,200,231,60,7,0,245,47,27,150,2,83,7,0,245,175,215,212,150,132,10,0,247,175,143,44,117,52,10,0,247,175,143,44,153,52,10,0,247,175,143,44,180,52,10,0,248,175,51,170,136,73,6,0,248,47,149,226,4,32,9,0,248,47,149,226,42,37,9,0,249,175,72,172,244,106,7,0,249,175,17,24,86,135,8,0,249,175,79,228,215,173,9,0,249,175,79,228,142,174,9,0,250,47,238,40,84,36,6,0,252,175,243,20,123,155,7,0,4,48,219,7,52,246,10,0,4,48,5,29,127,17,11,0,5,176,44,186,240,105,7,0,6,48,231,211,120,105,7,0,7,48,70,82,176,67,10,0,7,48,70,82,242,68,10,0,7,48,70,82,55,70,10,0,11,48,157,244,70,25,7,0,12,176,215,173,24,47,7,0,17,176,88,195,80,20,9,0,17,176,88,195,241,23,9,0,18,48,52,76,246,170,6,0,18,48,133,29,114,228,9,0,19,48,100,115,26,240,8,0,20,48,29,70,37,142,7,0,21,176,189,144,109,98,6,0,21,176,243,87,223,244,8,0,21,176,243,87,207,253,8,0,21,176,243,87,200,6,9,0,23,176,227,175,29,77,8,0,26,48,190,251,188,98,7,0,29,176,127,15,102,123,9,0,29,176,127,15,26,124,9,0,31,48,239,41,231,60,7,0,31,176,87,158,178,54,11,0,31,48,73,7,251,156,11,0,33,176,53,244,54,134,7,0,33,48,142,181,71,191,10,0,33,48,142,181,169,192,10,0,34,48,13,225,68,89,7,0,34,48,13,225,16,141,7,0,35,48,180,188,123,155,7,0,38,176,89,130,85,53,7,0,41,176,157,38,86,0,6,0,48,48,20,223,173,182,6,0,48,48,243,95,188,98,7,0,48,48,16,233,5,129,7,0,52,48,65,196,25,66,9,0,52,48,65,196,212,67,9,0,53,176,214,159,186,177,7,0,58,176,147,61,54,134,7,0,62,48,120,36,54,134,7,0,64,48,153,134,228,91,7,0,65,176,6,70,85,53,7,0,66,48,22,255,80,229,8,0,66,48,22,255,144,229,8,0,66,48,22,255,205,229,8,0,68,48,191,49,162,151,9,0,68,48,191,49,56,152,9,0,69,176,72,222,66,221,10,0,72,176,146,42,2,150,7,0,72,176,132,110,245,77,9,0,72,176,132,110,223,78,9,0,76,48,21,237,41,238,11,0,78,176,155,247,113,51,7,0,78,176,180,195,223,244,8,0,78,176,180,195,207,253,8,0,78,176,180,195,200,6,9,0,79,176,242,209,231,60,7,0,82,176,66,93,74,163,9,0,82,176,66,93,150,163,9,0,82,176,66,93,223,163,9,0,83,48,231,237,150,83,9,0,83,48,231,237,176,85,9,0,85,176,172,62,85,53,7,0,86,176,69,12,11,79,6,0,87,48,144,195,96,66,10,0,92,176,53,193,146,180,10,0,92,176,53,193,35,183,10,0,98,176,85,210,18,231,7,0,99,48,167,17,54,134,7,0,99,48,167,17,187,183,8,0,99,176,14,63,217,248,9,0,99,176,14,63,245,248,9,0,101,176,147,153,198,68,11,0,101,48,180,230,188,90,11,0,101,48,46,120,25,158,11,0,107,48,26,40,129,245,5,0,107,176,93,218,133,43,9,0,107,176,93,218,219,43,9,0,107,176,12,246,207,241,10,0,107,176,93,218,40,27,11,0,110,176,219,127,208,149,7,0,110,176,219,127,199,191,7,0,110,176,219,127,82,200,7,0,112,176,216,5,71,8,11,0,119,48,197,5,186,177,7,0,119,48,69,144,74,4,11,0,119,48,69,144,107,4,11,0,122,176,143,161,56,84,7,0,122,176,46,57,113,11,12,0,124,176,228,0,41,112,7,0,124,176,99,158,150,226,10,0,126,176,60,101,24,83,6,0,126,48,129,169,61,223,6,0,127,176,44,67,223,244,8,0,127,176,44,67,207,253,8,0,127,176,44,67,200,6,9,0,127,176,246,224,122,30,9,0,127,176,246,224,44,31,9,0,129,176,100,124,150,83,9,0,129,176,100,124,176,85,9,0,131,48,205,135,20,125,7,0,132,48,4,241,41,112,7,0,133,48,80,174,22,12,10,0,133,48,80,174,98,12,10,0,134,176,1,4,166,78,7,0,137,176,86,22,121,47,7,0,137,48,125,118,12,160,11,0,138,176,208,200,2,150,7,0,139,176,63,222,94,35,8,0,140,48,17,170,86,135,8,0,141,48,168,57,158,59,8,0,141,48,168,57,215,59,8,0,141,48,168,57,12,60,8,0,141,48,168,57,169,240,11,0,142,48,71,93,12,72,6,0,142,176,201,143,51,180,6,0,148,176,70,139,91,170,9,0,148,176,70,139,174,170,9,0,150,48,27,198,172,44,7,0,152,176,148,8,172,41,7,0,152,48,133,204,166,78,7,0,154,176,206,187,1,62,11,0,154,176,206,187,25,62,11,0,155,176,160,25,116,32,7,0,157,176,231,237,240,15,9,0,157,176,231,237,80,16,9,0,157,176,231,237,185,16,9,0,158,48,1,219,206,36,7,0,158,176,33,46,30,103,7,0,158,176,238,68,223,244,8,0,158,176,238,68,207,253,8,0,158,176,238,68,200,6,9,0,161,176,49,102,68,89,7,0,161,176,49,102,228,91,7,0,162,176,185,111,51,238,5,0,162,48,74,32,198,245,5,0,164,48,216,126,235,50,11,0,165,176,157,38,7,244,8,0,165,176,238,181,215,173,9,0,165,176,238,181,142,174,9,0,166,48,128,13,172,196,9,0,167,48,38,202,129,9,6,0,167,176,85,10,90,15,11,0,168,176,30,86,74,235,5,0,168,48,100,103,32,28,7,0,168,48,100,103,172,44,7,0,171,176,160,199,22,209,11,0,172,48,80,230,37,142,7,0,172,176,202,230,49,45,10,0,172,176,202,230,64,46,10,0,172,176,202,230,67,47,10,0,172,176,202,230,97,48,10,0,173,176,35,118,69,42,7,0,173,48,84,39,4,32,9,0,173,48,84,39,42,37,9,0,174,176,177,159,186,177,7,0,175,176,110,170,95,223,8,0,175,48,108,11,40,56,11,0,178,48,151,182,85,53,7,0,179,176,235,86,241,2,10,0,179,176,235,86,254,3,10,0,183,48,112,89,242,211,7,0,186,48,28,64,70,33,7,0,186,48,13,254,30,18,9,0,186,48,13,254,174,18,9,0,187,176,49,90,45,242,5,0,188,176,118,51,18,189,7,0,188,176,118,51,199,191,7,0,188,176,118,51,238,110,9,0,190,48,22,243,168,158,6,0,190,176,38,0,120,25,11,0,193,48,171,116,16,141,7,0,194,48,212,105,241,2,10,0,194,48,212,105,254,3,10,0,194,176,251,38,98,127,11,0,195,48,175,235,117,121,7,0,195,48,246,253,47,172,8,0,195,48,246,253,148,112,9,0,195,48,246,253,17,113,9,0,195,48,122,69,248,237,9,0,195,48,122,69,238,238,9,0,196,48,191,27,213,101,7,0,196,176,57,222,189,105,8,0,196,176,137,247,80,20,9,0,196,176,137,247,241,23,9,0,198,176,92,69,197,95,7,0,198,48,80,126,7,101,8,0,200,48,77,126,80,20,9,0,200,48,77,126,241,23,9,0,201,176,47,51,18,189,7,0,201,176,47,51,199,191,7,0,202,176,106,162,230,75,6,0,202,176,106,162,204,155,6,0,202,176,106,162,181,109,7,0,205,48,105,37,41,112,7,0,206,48,38,100,80,20,9,0,206,48,38,100,241,23,9,0,208,176,62,126,132,41,11,0,209,176,22,127,197,186,7,0,209,176,22,127,186,204,7,0,209,176,22,127,139,216,7,0,210,176,101,93,254,192,6,0,211,176,105,27,186,177,7,0,211,48,63,39,241,2,10,0,211,48,63,39,254,3,10,0,214,176,167,128,0,149,7,0,215,48,125,143,41,211,6,0,215,48,14,189,110,61,8,0,219,48,66,12,231,60,7,0,221,176,39,14,30,18,9,0,221,176,39,14,174,18,9,0,221,48,25,86,146,180,10,0,221,48,25,86,35,183,10,0,222,48,55,25,145,223,11,0,223,48,47,243,228,91,7,0,224,48,47,46,223,244,8,0,224,48,47,46,207,253,8,0,224,48,47,46,200,6,9,0,224,176,73,146,102,105,9,0,224,176,73,146,57,107,9,0,230,48,222,103,212,219,11,0,234,176,39,171,150,132,10,0,236,176,68,185,29,60,6,0,238,48,8,142,221,233,10,0,239,48,244,147,25,66,9,0,239,48,244,147,212,67,9,0,239,176,2,188,230,118,9,0,239,176,2,188,190,119,9,0,243,48,110,137,244,106,7,0,249,48,198,63,217,248,11,0,251,176,85,140,85,53,7,0,0,177,125,28,244,106,7,0,1,177,49,202,161,214,7,0,1,177,69,235,38,21,12,0,7,177,21,154,54,41,6,0,7,177,21,154,65,42,6,0,7,49,84,167,194,222,6,0,7,177,170,137,2,150,7,0,10,177,212,54,123,155,7,0,12,49,207,251,199,97,9,0,12,49,207,251,173,98,9,0,12,49,207,251,152,99,9,0,14,177,107,41,47,92,8,0,15,49,218,5,85,53,7,0,16,49,32,105,93,249,5,0,19,177,25,63,89,44,9,0,19,177,25,63,166,45,9,0,19,177,25,63,245,46,9,0,19,177,120,233,192,69,9,0,19,177,120,233,164,70,9,0,19,177,120,233,128,71,9,0,20,49,170,230,228,210,6,0,21,49,48,49,21,171,7,0,23,49,99,26,145,139,7,0,27,177,149,103,61,229,5,0,27,49,113,238,220,38,7,0,27,177,185,27,85,53,7,0,27,49,48,197,12,180,11,0,28,177,108,2,88,6,6,0,28,49,44,1,210,88,9,0,28,49,44,1,145,89,9,0,28,49,44,1,74,90,9,0,29,177,203,241,11,59,6,0,30,49,84,24,209,156,6,0,30,49,43,193,192,50,7,0,32,49,203,153,62,225,5,0,35,177,131,10,21,77,10,0,35,177,131,10,56,77,10,0,35,177,131,10,83,77,10,0,36,49,247,200,210,88,9,0,36,49,247,200,145,89,9,0,36,49,247,200,74,90,9,0,37,49,141,98,0,149,7,0,37,49,213,95,199,191,7,0,37,49,213,95,161,204,7,0,38,49,157,38,228,43,6,0,39,177,45,218,4,32,9,0,39,177,45,218,42,37,9,0,40,49,183,127,18,226,7,0,40,177,6,113,192,143,11,0,41,49,63,125,77,216,6,0,43,49,4,114,227,127,6,0,43,49,174,75,165,209,9,0,43,49,174,75,32,210,9,0,43,49,174,75,149,210,9,0,43,49,174,75,61,211,9,0,43,49,174,75,215,211,9,0,44,177,184,35,68,89,7,0,44,177,184,35,228,91,7,0,44,177,125,77,186,177,7,0,45,49,58,129,30,18,9,0,45,49,58,129,174,18,9,0,46,177,220,110,118,236,5,0,47,49,241,167,80,20,9,0,47,49,241,167,241,23,9,0,47,49,241,14,45,64,9,0,47,49,241,14,214,64,9,0,47,49,8,234,220,26,11,0,51,177,163,243,31,96,11,0,51,177,163,243,57,96,11,0,52,49,226,163,166,78,7,0,53,177,113,111,231,169,7,0,56,177,250,159,205,39,7,0,60,177,206,34,228,91,7,0,60,177,206,34,20,105,11,0,61,177,230,249,183,147,7,0,62,177,163,2,50,141,9,0,62,177,163,2,130,142,9,0,62,177,163,2,212,143,9,0,62,177,163,2,43,145,9,0,63,49,157,38,94,168,7,0,65,177,80,245,59,69,7,0,65,177,80,245,197,242,10,0,66,177,253,100,145,139,7,0,68,49,237,62,186,177,7,0,70,177,105,2,60,241,5,0,71,49,216,21,164,1,12,0,72,49,19,193,223,244,8,0,72,49,19,193,207,253,8,0,72,49,19,193,200,6,9,0,72,177,2,77,160,74,11,0,74,177,94,11,100,179,6,0,74,177,94,11,231,60,7,0,77,49,58,157,193,176,6,0,77,49,52,198,42,2,11,0,80,49,1,4,164,131,7,0,82,177,198,127,199,191,7,0,83,177,201,152,176,234,8,0,84,177,239,220,196,25,7,0,84,177,172,68,4,32,9,0,84,177,172,68,42,37,9,0,86,177,203,146,226,246,6,0,86,49,212,106,135,122,7,0,87,49,202,152,199,191,7,0,87,49,208,54,107,63,8,0,87,49,202,152,5,160,8,0,87,49,202,152,121,160,8,0,87,49,202,152,227,160,8,0,87,49,202,152,169,125,10,0,88,49,244,127,223,244,8,0,88,49,244,127,207,253,8,0,88,49,244,127,200,6,9,0,88,177,131,46,80,20,9,0,88,177,131,46,241,23,9,0,89,177,172,118,161,14,7,0,91,177,196,229,33,8,6,0,91,49,132,221,186,177,7,0,92,177,36,90,40,95,10,0,92,177,36,90,208,95,10,0,95,49,68,19,85,53,7,0,95,177,24,149,197,95,7,0,97,49,134,72,43,58,9,0,98,177,241,243,120,137,11,0,99,49,140,158,72,29,8,0,101,49,148,1,85,53,7,0,104,49,93,94,50,67,6,0,104,177,188,129,123,155,7,0,105,49,247,12,129,106,6,0,108,49,154,250,215,32,8,0,108,49,154,250,5,33,8,0,108,49,154,250,55,33,8,0,109,49,113,186,97,60,11,0,113,177,10,251,16,141,7,0,114,177,135,84,223,244,8,0,114,177,135,84,207,253,8,0,114,177,135,84,200,6,9,0,115,177,63,187,219,70,7,0,115,49,144,194,153,82,7,0,115,49,77,121,80,232,7,0,117,49,214,49,199,191,7,0,117,49,214,49,25,180,8,0,117,49,214,49,175,180,8,0,117,49,214,49,81,181,8,0,117,49,214,49,100,114,10,0,121,49,201,11,41,112,7,0,121,49,253,148,48,158,9,0,121,49,253,148,139,158,9,0,121,49,253,148,224,158,9,0,121,49,70,2,238,131,11,0,122,177,186,196,87,75,7,0,122,49,60,38,40,95,10,0,122,49,60,38,208,95,10,0,122,49,200,60,95,16,11,0,122,177,111,240,164,36,11,0,123,49,169,47,20,233,6,0,124,177,104,216,162,151,9,0,124,177,104,216,56,152,9,0,124,49,209,34,146,180,10,0,124,49,209,34,35,183,10,0,126,49,231,247,199,191,7,0,126,49,231,247,202,42,9,0,126,49,83,178,239,169,9,0,129,49,185,80,172,78,11,0,131,177,26,58,85,53,7,0,133,49,112,52,199,191,7,0,133,49,112,52,169,125,10,0,135,49,99,236,20,125,7,0,135,49,121,32,186,177,7,0,136,177,24,161,233,185,6,0,136,49,192,148,41,112,7,0,137,49,155,115,111,248,6,0,138,49,48,56,123,155,7,0,138,177,101,15,186,177,7,0,138,49,117,203,176,67,10,0,138,49,117,203,242,68,10,0,138,49,117,203,55,70,10,0,139,49,150,197,141,119,7,0,140,177,157,78,105,243,5,0,141,177,76,33,150,255,11,0,142,177,106,13,148,112,9,0,142,177,106,13,17,113,9,0,148,49,11,207,215,109,10,0,152,177,70,106,150,83,9,0,152,177,70,106,176,85,9,0,154,177,8,120,245,77,9,0,154,177,8,120,223,78,9,0,157,49,252,194,141,119,7,0,160,177,207,178,64,82,9,0,160,177,207,178,204,82,9,0,160,177,11,196,102,105,9,0,160,177,11,196,57,107,9,0,161,49,177,94,16,141,7,0,163,49,219,56,204,174,6,0,163,177,156,57,161,14,7,0,163,49,199,126,116,32,7,0,163,177,156,57,135,122,7,0,163,177,41,238,201,19,10,0,163,177,41,238,228,19,10,0,163,177,41,238,253,19,10,0,164,49,156,196,120,232,7,0,164,177,87,233,199,97,9,0,164,177,87,233,173,98,9,0,164,177,87,233,152,99,9,0,165,49,77,17,4,32,9,0,165,49,77,17,42,37,9,0,165,177,89,101,25,66,9,0,165,177,89,101,212,67,9,0,166,49,217,46,144,143,7,0,167,177,164,166,68,89,7,0,167,177,164,166,228,91,7,0,168,177,33,98,30,103,7,0,170,49,196,148,142,227,6,0,174,49,127,99,186,177,7,0,175,177,50,124,215,171,6,0,176,177,219,62,160,246,5,0,176,49,158,203,30,103,7,0,178,49,202,34,1,219,10,0,179,177,38,246,22,72,7,0,179,49,152,206,223,244,8,0,179,49,152,206,207,253,8,0,179,49,152,206,200,6,9,0,182,177,191,225,231,60,7,0,182,177,94,174,199,191,7,0,182,177,94,174,202,42,9,0,183,49,81,199,215,109,10,0,183,177,99,128,146,180,10,0,183,177,99,128,35,183,10,0,184,177,200,80,85,53,7,0,185,177,50,221,186,177,7,0,187,177,151,53,140,92,9,0,187,177,151,53,54,93,9,0,189,49,239,1,22,72,7,0,189,49,246,13,54,134,7,0,189,177,138,206,89,65,8,0,189,177,138,206,127,65,8,0,189,177,138,206,165,65,8,0,193,177,143,166,187,183,8,0,194,49,10,220,228,91,7,0,197,49,151,133,78,116,6,0,197,49,151,133,93,203,6,0,197,177,134,39,87,43,7,0,199,49,245,80,103,215,11,0,199,49,34,52,204,234,11,0,200,49,131,235,2,150,7,0,201,49,215,123,50,224,10,0,201,49,215,123,80,224,10,0,202,177,115,42,4,32,9,0,202,177,115,42,42,37,9,0,202,177,3,154,218,91,10,0,202,177,3,154,242,91,10,0,202,177,3,154,13,92,10,0,204,49,195,146,91,243,10,0,204,177,55,224,197,161,11,0,206,177,38,215,44,73,7,0,210,49,45,74,122,30,9,0,210,49,45,74,44,31,9,0,210,49,45,74,14,86,10,0,210,177,50,175,150,132,10,0,213,177,17,154,4,32,9,0,213,177,17,154,42,37,9,0,213,49,122,184,41,114,9,0,213,49,122,184,57,115,9,0,219,49,175,68,236,123,7,0,220,177,226,36,127,49,11,0,222,49,3,178,27,29,6,0,223,177,95,131,183,147,7,0,223,177,78,34,134,245,11,0,223,177,78,34,64,252,11,0,223,177,78,34,96,252,11,0,224,177,34,215,128,140,10,0,224,177,34,215,20,141,10,0,224,177,34,215,172,141,10,0,226,177,205,184,82,94,8,0,226,49,136,198,150,132,10,0,227,177,208,1,21,23,11,0,227,177,208,1,37,29,11,0,228,177,198,227,164,131,7,0,230,49,82,215,149,127,7,0,231,49,108,50,153,238,5,0,232,49,13,145,147,190,11,0,235,177,171,137,19,35,6,0,236,49,153,183,10,180,6,0,237,49,20,136,129,35,7,0,237,49,20,136,5,36,7,0,238,177,40,201,139,27,7,0,238,177,239,7,142,137,8,0,238,49,93,189,130,157,10,0,238,49,93,189,47,158,10,0,241,49,206,70,231,60,7,0,243,49,113,60,219,237,5,0,244,177,134,82,125,48,9,0,244,177,134,82,110,49,9,0,246,177,246,252,236,16,8,0,247,177,170,249,67,239,5,0,250,49,252,98,95,171,6,0,250,49,252,98,215,86,10,0,250,49,252,98,244,86,10,0,252,49,170,4,104,74,8,0,252,177,226,23,89,44,9,0,252,177,226,23,166,45,9,0,252,177,226,23,245,46,9,0,255,177,167,133,136,8,6,0,255,49,123,108,165,205,6,0,0,178,191,254,22,113,8,0,0,178,252,86,10,193,11,0,2,178,175,191,121,25,7,0,4,178,217,49,231,60,7,0,6,50,165,235,87,75,7,0,8,178,220,126,233,198,11,0,10,178,25,130,2,150,7,0,11,50,19,9,224,15,7,0,11,50,76,251,2,150,7,0,11,50,19,9,170,32,8,0,12,50,133,230,165,102,7,0,14,50,132,47,4,32,9,0,14,50,132,47,42,37,9,0,18,178,129,196,54,134,7,0,18,178,124,206,18,189,7,0,18,178,124,206,94,132,9,0,18,178,124,206,124,132,9,0,19,178,188,94,231,60,7,0,19,50,79,156,21,117,8,0,21,178,195,67,150,132,10,0,22,50,91,142,79,119,8,0,23,178,149,169,104,159,9,0,23,178,149,169,184,159,9,0,23,178,149,169,23,160,9,0,23,178,149,169,105,160,9,0,24,50,232,232,123,155,7,0,25,50,37,228,87,3,12,0,27,178,196,3,62,191,8,0,30,50,33,115,87,75,7,0,30,178,58,99,54,134,7,0,31,178,41,140,192,50,7,0,32,178,199,148,100,173,7,0,33,178,17,109,180,53,9,0,33,178,17,109,36,54,9,0,36,50,78,188,25,44,7,0,36,50,92,145,150,83,9,0,36,50,92,145,176,85,9,0,42,50,45,113,182,21,7,0,46,50,162,65,107,63,8,0,47,50,208,139,181,226,8,0,48,50,181,86,200,55,6,0,48,50,110,7,48,158,9,0,48,50,110,7,139,158,9,0,48,50,110,7,224,158,9,0,50,50,211,194,111,117,7,0,50,50,211,194,128,171,10,0,50,50,211,194,155,171,10,0,52,178,169,193,47,193,9,0,52,178,169,193,63,193,9,0,54,178,249,7,135,122,7,0,56,50,103,48,231,60,7,0,56,50,27,87,72,139,11,0,59,178,229,212,153,147,10,0,59,178,229,212,98,148,10,0,63,50,239,198,96,66,10,0,64,178,203,49,185,135,6,0,64,178,1,254,86,135,8,0,65,50,57,36,179,146,9,0,65,50,57,36,97,147,9,0,67,50,193,104,223,244,8,0,67,50,193,104,207,253,8,0,67,50,193,104,200,6,9,0,68,178,98,244,53,48,8,0,69,178,33,170,199,191,7,0,69,178,33,170,186,204,7,0,71,50,145,245,150,132,10,0,72,178,57,50,49,45,10,0,72,178,57,50,64,46,10,0,72,178,57,50,67,47,10,0,72,178,57,50,97,48,10,0,74,50,175,204,95,129,6,0,74,50,49,54,43,207,6,0,74,178,21,77,186,177,7,0,75,178,16,209,19,24,7,0,76,50,113,27,80,20,9,0,76,50,113,27,241,23,9,0,78,50,101,179,196,229,10,0,79,50,127,151,65,210,11,0,80,178,98,244,16,141,7,0,81,50,57,235,2,150,7,0,83,50,46,127,194,26,7,0,83,178,30,192,135,122,7,0,85,178,229,20,205,184,6,0,85,178,229,20,40,252,6,0,85,50,165,242,25,66,9,0,85,50,165,242,212,67,9,0,86,50,66,160,78,28,6,0,87,50,23,126,185,178,8,0,91,178,101,209,114,228,9,0,94,178,203,26,231,60,7,0,94,178,12,188,192,69,9,0,94,178,12,188,164,70,9,0,94,178,12,188,128,71,9,0,95,178,22,201,2,150,7,0,97,178,34,202,41,136,6,0,97,50,145,56,22,72,7,0,103,178,57,130,89,44,9,0,103,178,57,130,166,45,9,0,103,178,57,130,245,46,9,0,106,178,142,160,80,20,9,0,106,178,142,160,241,23,9,0,110,178,79,197,223,244,8,0,110,178,79,197,207,253,8,0,110,178,79,197,200,6,9,0,116,50,88,119,87,75,7,0,116,178,250,181,244,106,7,0,117,50,28,200,222,246,9,0,117,50,28,200,1,247,9,0,118,50,33,239,9,227,10,0,120,178,5,75,208,118,8,0,120,178,5,75,145,176,8,0,121,50,54,14,89,177,10,0,121,50,54,14,115,177,10,0,121,50,54,14,170,177,10,0,124,178,200,165,40,73,10,0,124,178,200,165,140,73,10,0,124,178,200,165,237,73,10,0,127,178,19,61,222,197,9,0,127,178,19,61,28,198,9,0,127,178,19,61,109,198,9,0,128,178,157,246,40,73,10,0,128,178,157,246,140,73,10,0,128,178,157,246,237,73,10,0,128,50,239,233,138,159,10,0,128,50,239,233,214,159,10,0,128,50,239,233,35,160,10,0,139,178,230,60,80,20,9,0,139,178,230,60,241,23,9,0,139,178,213,11,125,48,9,0,139,178,213,11,110,49,9,0,141,178,59,72,162,108,6,0,141,178,106,73,168,138,6,0,141,178,59,72,22,72,7,0,141,178,33,239,230,118,9,0,141,178,33,239,190,119,9,0,142,50,230,22,56,84,7,0,147,178,147,46,231,60,7,0,148,50,229,115,41,112,7,0,148,50,237,50,223,244,8,0,148,50,237,50,207,253,8,0,148,50,237,50,200,6,9,0,149,178,148,57,59,249,5,0,152,178,126,215,45,64,9,0,152,178,126,215,214,64,9,0,153,178,230,133,221,28,7,0,153,178,46,207,24,18,11,0,155,50,199,174,194,26,7,0,161,50,64,130,54,84,6,0,161,178,163,211,223,244,8,0,161,178,163,211,207,253,8,0,161,178,163,211,200,6,9,0,164,178,235,28,230,118,9,0,164,178,235,28,190,119,9,0,164,178,192,219,52,216,10,0,166,50,150,74,184,124,7,0,166,50,150,74,20,125,7,0,172,178,154,178,226,73,6,0,172,50,178,216,49,45,10,0,172,50,178,216,64,46,10,0,172,50,178,216,67,47,10,0,172,50,178,216,97,48,10,0,173,178,114,251,85,53,7,0,173,50,200,15,255,190,7,0,173,50,226,70,33,241,9,0,173,50,226,70,59,241,9,0,175,50,125,194,149,48,6,0,176,178,245,183,24,126,7,0,176,50,162,159,179,10,8,0,176,50,226,199,91,170,9,0,176,50,226,199,174,170,9,0,179,178,143,173,244,39,11,0,180,178,231,51,235,22,7,0,180,50,145,103,145,139,7,0,181,50,152,77,100,85,6,0,181,50,246,49,253,99,11,0,183,178,47,42,89,31,10,0,183,178,47,42,128,31,10,0,184,50,44,44,186,177,7,0,185,178,63,119,188,36,11,0,187,50,80,108,255,148,6,0,187,50,33,38,195,49,7,0,188,178,44,118,153,147,10,0,188,178,44,118,98,148,10,0,189,178,231,234,228,91,7,0,189,178,231,234,236,237,11,0,190,178,185,227,244,133,6,0,192,178,130,8,54,134,7,0,193,178,215,26,4,32,9,0,193,178,215,26,42,37,9,0,195,178,158,174,5,101,7,0,196,178,153,164,56,34,11,0,197,178,166,225,123,155,7,0,199,178,226,188,46,220,7,0,199,50,40,222,205,227,9,0,199,50,40,222,244,227,9,0,199,50,40,222,30,228,9,0,201,178,79,96,51,250,7,0,205,178,253,181,214,52,6,0,205,50,81,18,58,139,7,0,206,178,149,101,187,183,8,0,207,178,181,167,111,117,7,0,207,178,115,178,223,244,8,0,207,178,115,178,207,253,8,0,207,178,115,178,200,6,9,0,207,50,167,210,132,127,9,0,207,50,167,210,215,128,9,0,211,50,62,16,69,42,7,0,212,178,97,69,231,60,7,0,213,50,32,73,226,156,11,0,219,50,155,51,20,233,6,0,222,178,199,148,9,253,6,0,223,50,172,217,110,242,10,0,224,178,106,96,146,180,10,0,224,178,106,96,35,183,10,0,226,50,162,93,20,125,7,0,234,178,221,104,173,10,6,0,234,178,48,38,237,80,7,0,235,50,32,231,153,82,7,0,239,178,226,217,8,157,6,0,239,50,166,182,227,93,11,0,240,178,99,230,140,39,7,0,240,178,141,253,123,155,7,0,240,178,99,230,186,177,7,0,241,50,245,170,171,167,10,0,241,50,245,170,237,167,10,0,244,50,157,204,68,89,7,0,244,50,157,204,228,91,7,0,244,50,195,68,68,109,7,0,245,50,90,115,197,246,10,0,249,178,125,229,186,177,7,0,252,50,182,191,160,229,6,0,252,50,216,171,85,53,7,0,253,178,245,244,85,53,7,0,255,178,191,174,85,53,7,0,2,179,151,182,205,73,7,0,3,51,26,157,105,11,7,0,3,179,38,47,231,60,7,0,3,51,26,157,203,252,9,0,3,51,26,157,221,252,9,0,3,179,22,84,196,229,10,0,7,51,81,133,223,244,8,0,7,51,81,133,207,253,8,0,7,51,81,133,200,6,9,0,11,51,74,83,199,191,7,0,11,51,74,83,101,93,10,0,13,51,10,58,1,48,7,0,14,51,203,43,71,191,10,0,14,51,203,43,169,192,10,0,20,179,154,64,29,29,7,0,22,51,29,52,215,118,7,0,22,51,29,52,49,119,7,0,22,179,153,23,24,188,11,0,23,51,77,13,221,16,7,0,27,179,75,59,150,83,9,0,27,179,75,59,176,85,9,0,28,51,135,177,33,22,6,0,32,51,79,132,199,191,7,0,32,179,200,126,223,244,8,0,32,179,200,126,207,253,8,0,32,179,200,126,200,6,9,0,32,51,79,132,214,190,10,0,32,51,79,132,21,191,10,0,32,179,95,73,38,218,11,0,34,179,28,3,18,189,7,0,34,179,28,3,178,171,9,0,34,179,28,3,194,171,9,0,34,179,28,3,219,171,9,0,35,179,236,26,2,22,11,0,35,51,33,116,50,46,11,0,38,51,250,154,67,14,7,0,40,179,182,2,196,27,8,0,40,179,182,2,243,27,8,0,40,51,85,174,80,78,11,0,41,179,31,7,184,50,6,0,41,179,31,7,161,57,6,0,41,179,31,7,93,178,8,0,41,179,253,208,116,168,10,0,47,51,18,83,86,16,12,0,47,51,18,83,106,16,12,0,48,179,172,123,32,15,6,0,48,179,172,123,69,131,6,0,49,51,253,124,123,155,7,0,49,179,130,247,102,105,9,0,49,179,130,247,57,107,9,0,50,179,73,190,119,151,6,0,50,179,73,190,143,151,6,0,51,179,9,103,228,67,11,0,52,51,88,0,197,95,7,0,52,179,230,19,239,209,7,0,52,51,88,0,182,10,10,0,52,51,88,0,211,10,10,0,54,179,200,45,223,244,8,0,54,179,200,45,207,253,8,0,54,179,200,45,200,6,9,0,55,51,145,207,85,53,7,0,55,179,130,247,102,105,9,0,55,179,130,247,57,107,9,0,55,179,128,223,150,132,10,0,56,51,61,95,3,81,6,0,58,51,224,200,14,62,10,0,58,51,224,200,229,62,10,0,59,179,80,166,96,155,9,0,59,179,80,166,127,155,9,0,60,51,235,2,231,60,7,0,61,179,189,8,192,43,8,0,62,51,18,1,5,101,7,0,62,51,179,96,20,19,12,0,64,51,76,8,2,150,7,0,66,179,76,82,172,44,7,0,70,179,227,43,146,69,7,0,70,179,227,43,206,69,7,0,72,51,249,21,159,40,11,0,72,179,129,184,216,12,12,0,73,179,189,134,5,129,7,0,75,51,150,178,115,147,7,0,80,179,131,93,219,70,7,0,80,51,83,39,56,84,7,0,83,179,53,51,0,13,7,0,85,51,39,190,102,123,9,0,85,51,39,190,26,124,9,0,87,51,242,221,103,193,9,0,87,51,242,221,148,193,9,0,87,179,187,172,134,222,11,0,89,51,50,247,248,237,9,0,89,51,50,247,238,238,9,0,91,179,198,235,208,79,9,0,91,179,198,235,138,80,9,0,91,179,198,235,56,81,9,0,93,51,66,14,68,89,7,0,93,51,66,14,228,91,7,0,93,51,66,14,223,244,8,0,93,51,66,14,207,253,8,0,93,51,66,14,200,6,9,0,94,179,172,2,239,37,11,0,95,179,100,179,192,77,7,0,96,51,217,135,208,79,9,0,96,51,217,135,138,80,9,0,96,51,217,135,56,81,9,0,97,179,83,222,164,131,7,0,97,179,83,89,32,44,10,0,97,179,83,89,114,44,10,0,99,51,123,158,239,90,6,0,99,51,123,158,96,97,8,0,100,179,193,71,223,244,8,0,100,179,193,71,207,253,8,0,100,179,193,71,200,6,9,0,101,179,112,17,85,53,7,0,102,51,110,137,74,137,11,0,105,51,197,8,40,214,7,0,107,179,49,251,173,130,6,0,107,179,49,251,161,148,6,0,108,179,238,208,18,189,7,0,109,179,75,0,47,27,6,0,109,179,232,96,241,11,12,0,110,51,117,212,41,112,7,0,112,179,6,27,153,82,7,0,112,179,79,36,223,244,8,0,112,179,79,36,207,253,8,0,112,179,79,36,200,6,9,0,113,51,32,127,133,224,10,0,114,179,0,63,86,135,8,0,117,51,188,148,194,54,9,0,117,51,188,148,253,54,9,0,117,51,188,148,52,55,9,0,122,51,225,86,74,163,9,0,122,51,225,86,150,163,9,0,122,51,225,86,223,163,9,0,125,51,155,196,150,83,9,0,125,51,155,196,176,85,9,0,127,179,87,116,85,27,7,0,128,179,179,170,193,6,10,0,128,179,179,170,96,7,10,0,129,51,28,197,249,10,12,0,132,179,130,247,102,105,9,0,132,179,130,247,57,107,9,0,134,51,255,220,229,235,11,0,134,51,255,220,82,239,11,0,137,179,153,93,164,248,5,0,137,179,153,93,49,81,6,0,137,179,21,163,145,139,7,0,138,51,176,204,54,134,7,0,139,179,253,44,223,244,8,0,139,179,253,44,207,253,8,0,139,179,253,44,200,6,9,0,140,179,245,30,186,177,7,0,141,51,101,6,164,131,7,0,143,179,16,55,221,232,11,0,144,51,81,190,231,60,7,0,144,179,118,94,3,223,11,0,145,179,244,209,208,231,5,0,145,51,200,82,21,32,7,0,145,179,165,117,228,91,7,0,145,179,165,117,186,177,7,0,147,179,157,38,215,171,7,0,149,179,114,33,102,105,9,0,149,179,114,33,57,107,9,0,150,179,90,6,223,244,8,0,150,179,90,6,207,253,8,0,150,179,90,6,200,6,9,0,152,51,40,48,185,178,11,0,156,179,250,136,50,137,11,0,157,51,206,6,123,155,7,0,157,51,8,220,18,189,7,0,157,51,205,100,127,25,8,0,157,51,8,220,64,180,9,0,157,51,83,67,40,95,10,0,157,51,83,67,208,95,10,0,165,179,212,194,158,52,7,0,165,179,114,139,54,134,7,0,166,51,143,33,16,162,6,0,170,51,74,27,150,83,9,0,170,51,74,27,176,85,9,0,172,179,229,211,186,177,7,0,172,51,172,227,20,138,11,0,174,51,112,171,85,53,7,0,174,51,230,133,5,129,7,0,174,179,13,198,43,58,9,0,174,51,3,100,202,120,9,0,174,51,3,100,90,121,9,0,175,179,91,209,205,39,7,0,175,51,164,214,231,60,7,0,175,179,192,172,150,132,10,0,177,51,99,34,186,177,7,0,178,179,123,216,239,209,11,0,178,179,123,216,49,219,11,0,179,179,131,0,203,120,7,0,179,179,131,0,253,120,7,0,179,179,187,201,144,143,7,0,179,51,88,38,186,177,7,0,180,51,193,142,114,29,11,0,180,51,160,80,62,158,11,0,181,51,57,138,123,155,7,0,182,179,154,34,123,155,7,0,185,179,115,167,86,135,8,0,187,51,255,229,136,15,6,0,188,51,83,46,122,235,10,0,191,179,201,196,150,132,10,0,194,179,25,116,41,54,11,0,194,179,25,116,73,54,11,0,195,51,247,12,231,60,7,0,195,51,40,116,197,95,7,0,196,179,205,233,58,100,7,0,196,51,122,247,54,134,7,0,197,179,42,30,41,252,5,0,198,51,33,82,68,89,7,0,198,51,33,82,228,91,7,0,199,51,190,131,243,102,7,0,201,179,47,110,85,53,7,0,204,179,255,169,223,244,8,0,204,179,255,169,207,253,8,0,204,179,255,169,200,6,9,0,205,179,84,43,20,125,7,0,206,179,80,230,213,101,7,0,207,51,91,52,41,112,7,0,208,51,3,31,85,53,7,0,208,51,213,34,66,230,8,0,210,179,4,16,238,22,8,0,210,179,239,50,156,222,11,0,212,179,226,29,41,112,7,0,213,179,216,250,166,118,7,0,215,51,11,206,106,68,11,0,217,179,107,56,76,158,6,0,217,179,107,56,99,158,6,0,217,51,215,234,86,135,8,0,219,179,6,194,153,82,7,0,222,51,149,160,19,249,5,0,222,51,180,121,231,60,7,0,223,179,66,220,129,121,6,0,223,179,66,220,144,143,7,0,226,179,219,240,199,191,7,0,226,179,219,240,186,204,7,0,231,51,156,38,203,212,7,0,231,51,156,38,22,216,7,0,235,51,33,242,239,88,8,0,238,51,13,135,203,100,7,0,245,179,99,236,2,248,5,0,248,179,43,186,65,100,8,0,249,51,6,91,223,244,8,0,249,51,6,91,207,253,8,0,249,51,6,91,200,6,9,0,250,51,242,124,120,232,7,0,251,179,80,56,87,75,7,0,251,51,167,71,221,203,11,0,253,179,195,56,228,91,7,0,1,180,102,145,199,191,7,0,1,52,232,126,193,27,9,0,1,52,232,126,250,27,9,0,2,180,224,154,123,155,7,0,6,180,10,27,206,36,7,0,6,52,37,238,243,201,11,0,7,180,2,126,42,85,8,0,9,52,109,175,149,127,7,0,11,180,242,46,120,33,6,0,11,180,242,46,153,168,7,0,12,52,5,162,245,77,9,0,12,52,5,162,223,78,9,0,12,180,251,238,222,216,9,0,12,180,251,238,76,217,9,0,13,52,170,170,134,156,8,0,14,180,175,122,180,195,6,0,14,52,105,125,60,253,6,0,19,180,80,55,54,134,7,0,20,180,176,217,25,66,9,0,20,180,176,217,212,67,9,0,21,52,140,206,142,99,7,0,22,180,227,144,5,210,6,0,22,180,140,98,186,177,7,0,26,180,46,11,86,135,8,0,31,52,38,124,2,204,6,0,31,180,238,86,35,224,6,0,31,180,25,143,55,190,8,0,31,180,238,86,175,242,11,0,31,180,11,30,149,19,12,0,32,180,144,121,228,91,7,0,32,52,135,227,80,20,9,0,32,52,135,227,241,23,9,0,32,180,144,121,148,18,11,0,32,180,81,141,76,221,11,0,33,52,145,204,80,20,9,0,33,52,145,204,241,23,9,0,33,52,145,204,43,145,9,0,33,52,145,204,24,248,10,0,38,52,32,136,199,191,7,0,38,52,32,136,25,180,8,0,38,52,32,136,175,180,8,0,38,52,32,136,81,181,8,0,38,52,94,69,192,69,9,0,38,52,94,69,164,70,9,0,38,52,94,69,128,71,9,0,38,52,32,136,100,114,10,0,46,180,117,163,68,55,11,0,47,180,0,97,223,244,8,0,47,180,0,97,207,253,8,0,47,180,0,97,200,6,9,0,48,180,233,111,146,180,10,0,48,180,233,111,35,183,10,0,49,180,54,29,223,244,8,0,49,180,54,29,207,253,8,0,49,180,54,29,200,6,9,0,50,180,198,158,212,187,7,0,50,180,198,158,92,198,7,0,51,52,81,190,83,229,7,0,51,52,81,190,203,162,9,0,51,52,81,190,247,162,9,0,53,52,98,162,1,31,7,0,53,180,181,214,41,112,7,0,53,180,157,254,164,131,7,0,54,52,45,144,127,49,11,0,56,52,252,159,244,106,7,0,57,52,141,144,128,140,10,0,57,52,141,144,20,141,10,0,57,52,141,144,172,141,10,0,57,180,246,245,146,180,10,0,57,180,246,245,35,183,10,0,58,52,71,173,68,89,7,0,58,52,71,173,228,91,7,0,61,52,240,127,56,84,7,0,61,52,186,148,146,180,10,0,61,52,186,148,35,183,10,0,63,180,160,123,28,98,6,0,65,180,173,16,71,191,10,0,65,180,173,16,169,192,10,0,67,180,219,247,5,129,7,0,69,52,81,190,115,145,11,0,71,180,98,199,134,1,11,0,72,52,79,107,1,30,11,0,73,180,136,75,96,66,10,0,73,52,23,60,54,59,11,0,78,180,163,160,177,126,7,0,79,180,102,3,191,221,6,0,79,180,172,101,18,189,7,0,79,52,153,151,40,73,10,0,79,52,153,151,140,73,10,0,79,52,153,151,237,73,10,0,79,52,187,202,39,135,11,0,80,180,254,144,167,101,9,0,80,180,254,144,133,102,9,0,81,52,182,241,192,50,7,0,84,180,40,170,2,83,7,0,85,52,157,38,199,191,7,0,87,180,140,115,234,253,6,0,87,180,140,115,186,177,7,0,88,52,161,239,122,30,9,0,88,52,161,239,44,31,9,0,89,52,68,250,114,228,9,0,90,180,52,218,62,105,10,0,90,180,52,218,134,105,10,0,90,180,52,218,202,105,10,0,90,180,52,218,8,106,10,0,90,180,52,218,233,226,10,0,92,52,166,69,242,17,7,0,93,180,14,58,185,135,6,0,93,52,84,90,223,244,8,0,93,52,84,90,207,253,8,0,93,52,84,90,200,6,9,0,95,180,207,135,223,244,8,0,95,180,207,135,207,253,8,0,95,180,207,135,200,6,9,0,96,180,143,66,150,132,10,0,102,180,249,54,245,42,6,0,102,180,249,54,254,131,6,0,103,52,63,219,231,60,7,0,103,180,133,173,176,67,10,0,103,180,133,173,242,68,10,0,103,180,133,173,55,70,10,0,104,52,108,2,230,118,9,0,104,52,108,2,190,119,9,0,106,52,93,203,212,187,7,0,106,52,93,203,116,206,7,0,107,52,100,241,186,177,7,0,109,180,29,100,250,45,11,0,115,180,250,132,67,40,11,0,117,52,16,224,210,88,9,0,117,52,16,224,145,89,9,0,117,52,16,224,74,90,9,0,120,52,242,221,231,60,7,0,125,52,61,130,208,79,9,0,125,52,61,130,138,80,9,0,125,52,61,130,56,81,9,0,126,180,179,63,85,53,7,0,128,52,124,217,25,66,9,0,128,52,124,217,212,67,9,0,129,52,241,30,18,240,9,0,129,52,241,30,125,240,9,0,130,180,182,180,85,53,7,0,130,180,59,70,54,134,7,0,131,180,72,20,223,244,8,0,131,180,72,20,207,253,8,0,131,180,72,20,200,6,9,0,132,180,245,19,85,53,7,0,132,180,211,100,116,168,10,0,132,180,211,100,116,168,10,0,133,52,212,217,105,65,6,0,133,52,212,217,234,122,6,0,134,180,5,40,186,177,7,0,136,180,202,56,45,64,9,0,136,180,202,56,214,64,9,0,138,180,193,103,133,80,7,0,138,180,193,103,25,66,9,0,138,180,193,103,212,67,9,0,143,52,237,64,54,134,7,0,144,52,46,129,223,64,6,0,145,180,41,46,221,16,7,0,145,52,90,36,109,37,7,0,147,52,61,129,90,47,6,0,147,52,61,129,109,70,8,0,148,52,34,70,49,179,8,0,148,52,44,60,161,58,11,0,150,52,152,167,190,67,6,0,150,52,152,167,158,225,8,0,151,180,175,212,205,39,7,0,151,180,235,19,154,95,8,0,151,180,235,19,99,75,10,0,151,180,235,19,124,75,10,0,151,180,235,19,7,86,11,0,152,52,166,193,123,155,7,0,152,52,48,226,31,221,10,0,153,180,57,40,223,244,8,0,153,180,57,40,207,253,8,0,153,180,57,40,200,6,9,0,155,180,26,140,156,6,11,0,161,180,13,147,205,73,7,0,162,52,46,24,231,60,7,0,163,180,94,57,94,69,7,0,169,52,207,192,30,103,7,0,169,52,92,176,102,105,9,0,169,52,92,176,57,107,9,0,170,180,184,188,199,97,9,0,170,180,184,188,173,98,9,0,170,180,184,188,152,99,9,0,170,52,112,167,175,206,11,0,171,180,224,215,215,13,10,0,171,180,224,215,9,14,10,0,171,180,224,215,46,14,10,0,175,52,33,191,167,101,9,0,175,52,33,191,133,102,9,0,176,180,45,165,86,135,8,0,177,52,102,240,161,181,6,0,177,52,124,3,50,141,9,0,177,52,124,3,130,142,9,0,177,52,124,3,212,143,9,0,177,52,124,3,43,145,9,0,178,180,111,226,223,102,10,0,178,180,111,226,23,103,10,0,178,180,111,226,80,103,10,0,180,52,207,182,86,127,7,0,181,52,186,148,30,78,7,0,182,180,236,93,25,44,7,0,184,52,105,155,7,244,8,0,184,180,22,182,103,223,10,0,184,180,22,182,133,223,10,0,185,180,129,47,141,119,7,0,185,52,249,43,89,44,9,0,185,52,249,43,166,45,9,0,185,52,249,43,245,46,9,0,185,52,249,43,76,13,10,0,185,52,249,43,123,13,10,0,186,52,75,175,117,243,8,0,189,52,248,74,38,46,7,0,191,180,27,112,107,63,8,0,191,180,130,247,102,105,9,0,191,180,130,247,57,107,9,0,191,180,25,179,65,194,10,0,191,180,25,179,196,194,10,0,197,52,179,239,97,60,11,0,199,52,103,123,49,163,6,0,199,180,3,64,210,88,9,0,199,180,3,64,145,89,9,0,199,180,3,64,74,90,9,0,199,52,213,147,199,97,9,0,199,52,213,147,173,98,9,0,199,52,213,147,152,99,9,0,201,52,231,203,37,142,7,0,205,52,219,111,150,132,10,0,206,180,196,40,194,105,11,0,209,52,142,173,251,48,11,0,215,180,167,160,237,141,6,0,218,180,241,15,2,150,7,0,219,52,77,202,41,100,10,0,221,52,95,31,120,33,6,0,221,52,95,31,153,168,7,0,221,180,160,68,232,251,7,0,222,180,237,96,122,61,10,0,222,180,237,96,184,61,10,0,222,180,237,96,228,61,10,0,225,52,234,3,111,224,6,0,227,52,204,248,96,245,9,0,227,52,204,248,133,245,9,0,228,180,200,247,150,83,9,0,228,180,200,247,176,85,9,0,228,52,96,29,221,203,11,0,230,52,27,48,123,155,7,0,231,180,161,113,227,102,6,0,231,180,79,116,150,132,10,0,234,180,183,154,210,52,9,0,234,180,183,154,47,53,9,0,235,180,184,195,142,100,6,0,241,52,24,122,196,246,5,0,242,180,164,71,220,111,11,0,243,180,142,54,67,226,7,0,246,52,94,91,64,150,11,0,249,52,3,163,214,240,11,0,250,180,172,164,4,32,9,0,250,180,172,164,42,37,9,0,251,52,37,84,40,145,11,0,253,52,181,189,70,217,10,0,254,52,123,96,55,56,9,0,254,52,123,96,88,56,9,0,255,52,158,182,50,175,6,0,0,53,245,158,158,101,6,0,1,53,149,13,83,29,7,0,1,53,149,13,206,36,7,0,1,53,211,72,85,53,7,0,4,53,7,207,70,162,10,0,4,53,119,114,127,49,11,0,5,53,139,130,231,60,7,0,5,181,123,121,41,112,7,0,5,181,154,214,139,172,9,0,5,181,154,214,166,172,9,0,6,181,38,91,120,126,9,0,6,181,38,91,177,126,9,0,7,181,168,223,119,249,5,0,9,181,158,98,206,215,10,0,10,181,152,162,24,126,7,0,12,53,181,87,107,63,8,0,13,53,199,130,206,21,7,0,13,53,32,215,188,98,7,0,14,181,131,60,22,177,6,0,14,53,146,201,120,105,7,0,16,53,187,235,4,32,9,0,16,53,187,235,42,37,9,0,17,181,237,66,110,139,9,0,17,181,237,66,205,139,9,0,22,181,54,196,27,188,10,0,22,181,54,196,104,188,10,0,24,181,83,27,205,153,6,0,24,181,83,27,49,127,7,0,24,181,101,237,12,177,7,0,25,53,81,148,213,101,7,0,26,181,16,193,150,228,11,0,29,53,135,26,230,203,9,0,29,53,135,26,54,204,9,0,30,53,241,195,33,22,6,0,30,181,235,13,193,6,10,0,30,181,235,13,96,7,10,0,31,181,95,16,33,4,6,0,31,53,90,231,177,159,11,0,33,53,187,0,123,155,7,0,34,181,250,16,102,105,9,0,34,181,250,16,57,107,9,0,35,181,63,80,186,97,6,0,35,181,137,60,251,120,11,0,37,181,20,29,86,135,8,0,37,181,199,222,160,251,9,0,37,181,199,222,212,251,9,0,38,53,129,143,145,139,7,0,38,53,66,254,210,52,9,0,38,53,66,254,47,53,9,0,43,181,250,89,20,73,8,0,43,181,250,89,154,73,8,0,45,181,61,68,225,83,10,0,45,181,61,68,249,83,10,0,45,181,61,68,18,84,10,0,49,53,63,15,62,22,8,0,49,53,63,15,104,22,8,0,51,53,23,224,220,50,6,0,51,53,23,224,129,51,6,0,51,53,23,224,110,172,6,0,51,53,23,224,217,73,8,0,52,53,207,146,161,138,7,0,53,53,28,126,144,70,7,0,53,53,80,177,63,5,11,0,54,53,50,85,224,137,8,0,56,181,234,71,181,189,9,0,56,181,234,71,203,189,9,0,59,181,120,27,56,233,7,0,59,181,120,27,240,114,10,0,59,181,120,27,38,115,10,0,59,181,120,27,99,115,10,0,61,53,16,220,223,244,8,0,61,53,16,220,207,253,8,0,61,53,16,220,200,6,9,0,63,181,46,97,166,78,7,0,64,181,133,139,150,132,10,0,65,181,9,171,133,35,10,0,65,181,9,171,4,36,10,0,65,181,9,171,144,36,10,0,67,181,43,139,108,200,6,0,70,53,132,213,185,248,7,0,72,53,117,149,186,177,7,0,72,181,13,55,122,177,9,0,72,181,13,55,148,177,9,0,72,181,13,55,165,177,9,0,73,53,196,144,230,203,9,0,73,53,196,144,54,204,9,0,74,181,114,11,142,190,6,0,75,181,137,117,210,13,7,0,75,181,172,247,22,58,8,0,76,181,30,66,94,210,7,0,76,53,138,210,42,194,11,0,80,53,65,41,228,237,8,0,82,181,232,251,150,132,10,0,84,181,205,233,244,232,5,0,86,53,158,248,159,100,11,0,87,53,57,228,18,189,7,0,88,53,166,53,197,217,8,0,89,181,44,23,94,35,8,0,90,53,71,211,162,108,6,0,90,53,71,211,22,72,7,0,90,181,48,142,144,143,7,0,93,181,55,86,192,43,8,0,95,53,251,65,193,243,7,0,95,53,222,142,134,16,8,0,96,181,158,126,104,85,7,0,99,181,185,234,117,142,7,0,99,181,185,234,216,142,7,0,101,181,190,190,225,97,7,0,101,181,190,190,199,191,7,0,101,181,190,190,186,204,7,0,104,181,155,97,228,20,6,0,106,53,217,103,231,60,7,0,108,181,77,121,45,40,11,0,110,53,177,202,116,32,7,0,110,53,43,168,30,147,7,0,112,181,32,143,80,20,9,0,112,181,32,143,241,23,9,0,113,181,214,140,193,6,10,0,113,181,214,140,96,7,10,0,113,181,173,130,225,100,11,0,113,181,173,130,117,101,11,0,115,181,165,22,171,167,10,0,115,181,165,22,237,167,10,0,116,53,58,146,228,91,7,0,116,53,58,146,199,85,10,0,117,181,228,88,164,131,7,0,120,181,29,90,78,41,7,0,120,181,17,150,160,251,9,0,120,181,17,150,212,251,9,0,121,53,157,38,238,56,6,0,121,181,83,118,4,32,9,0,121,181,83,118,42,37,9,0,122,53,157,38,101,208,6,0,122,53,116,161,164,131,7,0,123,181,72,40,22,216,7,0,123,181,190,254,5,12,12,0,123,53,150,147,235,13,12,0,124,53,205,104,4,32,9,0,124,53,205,104,42,37,9,0,125,181,199,98,248,62,6,0,126,181,136,166,108,81,7,0,132,181,254,42,118,180,6,0,132,53,25,159,150,111,7,0,132,181,107,35,209,108,11,0,134,53,181,38,109,37,7,0,134,181,165,52,25,66,9,0,134,181,165,52,212,67,9,0,134,53,203,5,193,78,11,0,135,181,36,136,197,95,7,0,135,181,46,30,148,112,9,0,135,181,46,30,17,113,9,0,138,181,57,12,2,150,7,0,138,181,124,164,25,93,11,0,139,181,193,148,42,1,6,0,139,181,193,148,29,189,6,0,139,53,188,235,250,247,7,0,139,53,188,235,187,183,8,0,140,53,191,126,180,191,6,0,144,181,91,151,107,39,11,0,147,181,116,104,54,134,7,0,147,53,166,225,54,134,7,0,149,181,134,37,85,53,7,0,151,53,177,50,174,66,8,0,152,181,219,177,212,103,8,0,152,181,219,177,5,104,8,0,152,181,219,177,56,104,8,0,152,181,219,177,111,104,8,0,152,181,219,177,157,104,8,0,152,181,155,32,20,138,11,0,153,53,192,13,41,112,7,0,157,181,220,45,201,12,6,0,157,53,146,254,29,76,9,0,157,53,146,254,133,76,9,0,158,53,108,76,30,103,7,0,158,181,154,239,150,132,10,0,158,53,59,46,92,58,11,0,159,181,192,189,150,132,10,0,160,181,71,99,12,130,11,0,162,181,72,136,223,142,11,0,165,181,166,103,85,53,7,0,165,181,195,76,186,177,7,0,167,53,63,148,223,244,8,0,167,53,63,148,207,253,8,0,167,53,63,148,200,6,9,0,168,181,229,210,188,98,7,0,169,181,6,46,34,199,10,0,169,181,6,46,112,199,10,0,169,181,211,179,106,64,11,0,177,181,231,242,68,89,7,0,177,181,231,242,228,91,7,0,177,181,142,13,215,173,9,0,177,181,142,13,142,174,9,0,180,181,111,15,109,37,7,0,180,53,208,8,116,36,8,0,182,181,148,91,199,191,7,0,182,181,148,91,5,160,8,0,182,181,148,91,121,160,8,0,182,181,148,91,227,160,8,0,182,181,148,91,169,125,10,0,183,181,71,78,209,99,7,0,184,181,205,79,53,240,5,0,184,181,135,184,234,236,8,0,184,181,85,170,100,97,11,0,185,181,238,243,145,27,8,0,189,181,152,66,197,95,7,0,189,53,250,48,3,251,11,0,190,181,194,162,33,190,10,0,190,181,194,162,55,190,10,0,192,181,227,176,4,32,9,0,192,181,227,176,42,37,9,0,194,53,142,224,220,111,11,0,195,53,244,166,153,96,11,0,195,53,244,166,145,97,11,0,200,53,48,245,57,1,6,0,200,181,148,39,41,100,10,0,203,181,223,140,105,230,9,0,203,181,72,149,217,1,11,0,207,181,26,136,20,229,5,0,207,53,118,31,203,120,7,0,207,53,118,31,253,120,7,0,210,53,203,104,70,149,11,0,211,181,0,159,231,60,7,0,211,181,145,151,38,101,8,0,213,53,252,216,137,28,8,0,213,53,252,216,158,29,8,0,214,181,224,101,230,51,7,0,215,53,136,209,202,120,9,0,215,53,136,209,90,121,9,0,218,53,53,15,228,91,7,0,219,53,159,102,61,49,11,0,221,181,105,126,162,95,6,0,222,181,60,163,117,121,7,0,223,181,86,41,7,228,7,0,224,181,116,108,4,32,9,0,224,181,116,108,42,37,9,0,225,181,250,221,64,220,8,0,226,53,141,76,187,252,7,0,227,181,168,85,25,198,6,0,227,181,140,95,13,34,7,0,227,181,38,254,128,140,10,0,227,181,38,254,20,141,10,0,227,181,38,254,172,141,10,0,230,181,128,80,143,45,7,0,231,53,187,142,57,146,7,0,231,181,90,215,165,218,11,0,235,53,84,110,85,53,7,0,237,181,231,242,83,48,7,0,243,53,157,38,107,91,6,0,243,53,157,38,217,189,6,0,243,181,83,177,244,106,7,0,243,53,81,190,2,150,7,0,243,53,81,190,123,155,7,0,244,181,210,106,222,173,6,0,245,181,204,237,120,232,7,0,247,53,157,38,149,127,7,0,248,181,245,57,133,35,10,0,248,181,245,57,4,36,10,0,248,181,245,57,144,36,10,0,248,181,203,6,25,38,10,0,248,181,203,6,44,38,10,0,253,53,118,6,65,145,7,0,253,181,202,97,134,7,12,0,254,53,140,196,162,151,9,0,254,53,140,196,56,152,9,0,0,182,134,147,155,62,6,0,0,182,134,147,76,12,8,0,1,54,102,26,2,150,7,0,3,54,77,6,38,125,11,0,5,182,222,7,231,60,7,0,5,54,115,57,176,67,10,0,5,54,115,57,242,68,10,0,5,54,115,57,55,70,10,0,7,54,66,6,47,82,7,0,7,54,201,88,193,6,10,0,7,54,201,88,96,7,10,0,10,54,198,111,123,155,7,0,12,54,191,98,153,147,10,0,12,54,191,98,98,148,10,0,13,54,196,186,13,18,7,0,13,54,15,17,128,140,10,0,13,54,15,17,20,141,10,0,13,54,15,17,172,141,10,0,14,182,78,190,122,94,6,0,15,54,231,164,35,84,6,0,17,182,59,115,68,89,7,0,17,182,59,115,228,91,7,0,18,54,201,58,199,191,7,0,18,54,201,58,202,42,9,0,21,54,105,206,78,143,11,0,21,182,190,234,210,150,11,0,24,182,85,130,54,16,12,0,25,54,29,9,41,112,7,0,26,182,192,233,44,141,11,0,26,54,233,12,82,158,11,0,28,182,247,24,211,242,8,0,28,182,30,141,125,48,9,0,28,182,30,141,110,49,9,0,29,54,106,66,116,32,7,0,31,54,47,83,146,180,10,0,31,54,47,83,35,183,10,0,32,182,113,12,245,7,12,0,33,182,165,133,136,116,10,0,33,182,165,133,190,116,10,0,36,54,104,205,63,0,11,0,38,54,151,75,254,101,10,0,38,54,151,75,64,102,10,0,39,54,178,6,29,76,9,0,39,54,178,6,133,76,9,0,40,182,2,145,172,44,7,0,40,54,112,88,133,43,9,0,40,54,112,88,219,43,9,0,42,182,229,66,142,149,6,0,44,182,46,80,164,131,7,0,44,54,49,70,120,232,7,0,44,54,189,39,82,229,11,0,45,54,239,57,86,135,8,0,47,182,31,191,31,17,7,0,51,54,211,249,150,132,10,0,52,182,180,31,223,244,8,0,52,182,180,31,207,253,8,0,52,182,180,31,200,6,9,0,54,54,29,74,161,212,9,0,54,54,29,74,93,213,9,0,54,182,125,102,111,211,11,0,59,182,102,27,221,233,10,0,64,54,234,242,194,202,11,0,70,182,226,139,93,52,7,0,71,54,78,177,186,177,7,0,71,54,78,177,194,139,11,0,72,182,111,157,30,103,7,0,72,182,35,48,114,228,9,0,72,182,180,148,150,132,10,0,77,182,138,215,132,127,9,0,77,182,138,215,219,127,9,0,77,182,138,215,27,128,9,0,77,182,138,215,97,128,9,0,77,182,138,215,154,128,9,0,77,182,138,215,215,128,9,0,77,54,116,214,169,148,11,0,78,54,200,126,121,109,7,0,80,54,194,92,143,45,7,0,81,182,232,126,225,163,6,0,81,182,232,126,179,85,7,0,81,182,232,126,178,87,7,0,82,182,223,29,41,112,7,0,82,54,44,57,25,66,9,0,82,54,44,57,212,67,9,0,85,54,249,162,68,89,7,0,85,54,249,162,228,91,7,0,85,54,183,126,131,186,9,0,85,54,183,126,149,186,9,0,86,54,66,151,116,32,7,0,86,54,72,189,2,110,11,0,90,182,177,180,25,66,9,0,90,182,177,180,212,67,9,0,93,182,165,55,223,244,8,0,93,182,199,171,223,244,8,0,93,182,165,55,207,253,8,0,93,182,199,171,207,253,8,0,93,182,165,55,200,6,9,0,93,182,199,171,200,6,9,0,97,182,127,203,109,12,6,0,97,182,127,203,228,91,7,0,99,54,13,143,205,73,7,0,100,54,36,166,231,60,7,0,101,54,116,143,123,155,7,0,104,54,182,92,223,244,8,0,104,54,182,92,207,253,8,0,104,54,182,92,200,6,9,0,104,182,218,79,240,15,9,0,104,182,218,79,80,16,9,0,104,182,218,79,185,16,9,0,105,54,205,220,178,12,6,0,109,54,89,35,93,52,7,0,109,182,128,114,219,39,11,0,111,182,95,19,135,9,12,0,113,182,222,177,187,183,8,0,113,182,222,177,187,185,8,0,113,182,222,177,128,186,8,0,113,182,222,177,21,187,8,0,113,182,222,177,99,187,8,0,115,182,163,127,150,132,10,0,118,182,236,88,81,234,6,0,118,182,236,88,102,225,8,0,119,182,84,144,177,179,9,0,119,182,84,144,202,179,9,0,120,182,206,185,86,135,8,0,128,54,249,110,18,240,9,0,128,54,249,110,125,240,9,0,129,54,250,73,153,192,9,0,129,54,250,73,174,192,9,0,129,54,15,28,14,62,10,0,129,54,15,28,229,62,10,0,130,182,196,50,173,1,10,0,130,182,196,50,223,1,10,0,130,182,196,50,37,2,10,0,131,54,87,138,54,134,7,0,131,54,87,138,199,97,9,0,131,54,87,138,173,98,9,0,131,54,87,138,152,99,9,0,131,182,120,8,176,67,10,0,131,182,120,8,242,68,10,0,131,182,120,8,55,70,10,0,132,182,135,227,223,244,8,0,132,182,135,227,207,253,8,0,132,182,135,227,200,6,9,0,137,54,27,55,188,60,9,0,137,54,27,55,6,61,9,0,138,182,7,22,174,190,6,0,138,182,17,240,5,129,7,0,138,54,235,19,124,85,11,0,141,54,18,202,107,63,8,0,143,182,87,247,75,38,6,0,147,182,68,165,174,66,8,0,149,182,168,94,186,177,7,0,152,182,227,244,71,101,7,0,153,182,205,40,51,18,12,0,154,54,41,104,228,91,7,0,156,182,72,188,121,47,7,0,157,54,47,132,185,95,11,0,159,54,103,45,161,98,7,0,163,54,115,45,192,50,7,0,163,54,248,119,235,59,9,0,163,54,248,119,13,60,9,0,163,54,226,14,146,180,10,0,163,54,226,14,35,183,10,0,164,182,128,112,71,191,10,0,164,182,128,112,169,192,10,0,166,54,128,243,89,44,9,0,166,54,128,243,166,45,9,0,166,54,128,243,245,46,9,0,167,54,196,148,108,21,6,0,168,54,44,43,136,242,11,0,170,54,251,13,230,118,9,0,170,54,251,13,190,119,9,0,171,182,136,163,244,106,7,0,173,182,203,129,87,75,7,0,173,182,217,35,56,156,10,0,173,182,217,35,81,156,10,0,173,182,217,35,101,156,10,0,177,182,117,157,22,21,7,0,177,54,15,122,224,155,8,0,179,182,43,9,49,45,10,0,179,182,43,9,64,46,10,0,179,182,43,9,67,47,10,0,179,182,43,9,97,48,10,0,184,182,127,98,135,122,7,0,184,182,205,140,120,232,7,0,185,182,201,0,223,244,8,0,185,182,201,0,207,253,8,0,185,182,201,0,200,6,9,0,186,54,134,9,2,178,6,0,186,54,99,143,223,244,8,0,186,54,99,143,207,253,8,0,186,54,99,143,200,6,9,0,186,182,99,106,142,106,11,0,188,54,183,136,192,43,8,0,189,182,98,244,102,221,7,0,189,182,143,151,49,45,10,0,189,182,143,151,64,46,10,0,189,182,143,151,67,47,10,0,189,182,143,151,97,48,10,0,189,54,194,201,250,142,11,0,197,54,131,206,32,28,7,0,197,54,131,206,18,189,7,0,199,182,74,199,39,138,11,0,199,182,74,199,98,147,11,0,201,54,119,96,202,237,5,0,203,54,11,209,86,135,8,0,203,54,233,60,41,114,9,0,203,54,233,60,57,115,9,0,204,182,101,103,108,43,11,0,206,54,207,63,116,32,7,0,206,182,150,34,249,104,8,0,206,182,150,34,44,105,8,0,209,182,231,242,146,180,10,0,209,182,231,242,35,183,10,0,217,54,11,238,149,216,6,0,218,182,162,39,15,225,5,0,218,182,161,86,50,2,7,0,218,182,244,104,165,102,7,0,218,182,115,27,150,132,10,0,219,182,18,186,115,147,7,0,219,54,124,27,215,173,9,0,219,54,124,27,142,174,9,0,222,182,95,35,81,208,6,0,222,182,246,56,129,237,9,0,222,182,246,56,178,237,9,0,224,54,197,85,13,219,6,0,229,54,77,231,31,197,6,0,229,54,77,231,33,215,6,0,229,54,90,155,252,116,7,0,233,54,203,43,49,119,7,0,236,182,236,229,187,183,8,0,240,54,101,224,28,43,6,0,240,182,98,47,41,100,10,0,241,54,170,163,91,170,9,0,241,54,170,163,174,170,9,0,241,182,213,198,193,6,10,0,241,182,213,198,96,7,10,0,242,54,10,117,86,135,8,0,242,182,196,67,4,32,9,0,242,182,196,67,42,37,9,0,244,182,3,165,5,129,7,0,246,182,236,167,102,143,8,0,247,54,57,133,91,170,9,0,247,54,57,133,174,170,9,0,249,54,64,43,121,252,6,0,249,54,64,43,132,207,9,0,253,182,164,241,241,2,10,0,253,182,164,241,254,3,10,0,253,54,95,139,211,60,11,0,254,54,234,125,54,134,7,0,0,183,137,248,5,129,7,0,1,55,185,163,231,60,7,0,1,183,235,130,238,237,10,0,3,183,190,166,223,140,11,0,3,183,190,166,7,141,11,0,5,55,42,246,149,127,7,0,5,55,224,163,186,177,7,0,5,55,42,246,22,96,9,0,5,55,42,246,98,96,9,0,7,55,194,132,80,20,9,0,7,55,194,132,241,23,9,0,7,183,102,223,239,169,9,0,13,55,124,196,123,155,7,0,14,55,45,163,172,231,10,0,15,55,130,14,45,242,5,0,15,183,207,34,194,26,7,0,17,183,211,55,120,33,6,0,17,183,36,116,2,150,7,0,17,183,211,55,153,168,7,0,20,183,37,82,123,155,7,0,20,55,153,134,14,62,10,0,20,55,153,134,229,62,10,0,24,55,219,127,59,229,6,0,25,55,0,61,73,16,7,0,26,183,4,226,185,251,7,0,27,55,214,186,85,53,7,0,28,183,232,169,231,60,7,0,29,183,127,11,217,234,5,0,29,55,59,209,41,112,7,0,30,183,253,55,94,69,7,0,33,55,35,108,172,233,10,0,34,55,236,7,199,191,7,0,34,55,236,7,90,169,8,0,36,55,27,126,2,150,7,0,45,183,144,239,87,75,7,0,47,55,67,205,188,98,7,0,48,55,1,101,248,237,9,0,48,55,1,101,238,238,9,0,49,183,15,167,228,91,7,0,52,183,225,150,223,244,8,0,52,183,225,150,207,253,8,0,52,183,225,150,200,6,9,0,53,183,15,120,208,79,9,0,53,183,15,120,138,80,9,0,53,183,15,120,56,81,9,0,54,55,7,141,125,48,9,0,54,55,7,141,110,49,9,0,54,55,166,77,229,235,11,0,54,55,166,77,82,239,11,0,55,183,58,193,249,145,11,0,58,183,174,204,40,73,10,0,58,183,174,204,140,73,10,0,58,183,174,204,237,73,10,0,59,183,135,227,123,155,7,0,59,55,80,18,87,152,10,0,59,55,80,18,193,152,10,0,62,55,36,228,230,5,12,0,63,55,207,163,245,99,7,0,63,183,254,107,223,244,8,0,63,183,254,107,207,253,8,0,63,183,254,107,200,6,9,0,68,55,210,58,61,244,5,0,68,183,195,40,165,222,7,0,71,55,84,131,44,82,11,0,72,55,15,138,186,177,7,0,75,183,131,250,31,232,5,0,76,55,31,81,150,132,10,0,78,55,118,36,15,108,8,0,81,183,236,182,195,49,7,0,86,55,37,102,231,60,7,0,86,183,169,39,71,101,7,0,86,183,211,113,132,128,11,0,87,55,114,61,205,196,6,0,87,55,206,191,223,5,7,0,88,55,32,253,150,132,10,0,89,183,217,48,31,17,7,0,89,55,157,144,41,112,7,0,90,55,47,117,5,129,7,0,91,183,113,143,37,32,10,0,91,183,113,143,82,32,10,0,92,183,240,80,238,9,6,0,92,55,52,50,78,41,7,0,92,55,153,109,125,48,9,0,92,55,153,109,110,49,9,0,93,183,82,11,177,126,7,0,94,183,228,250,121,109,7,0,94,55,184,156,229,47,11,0,95,183,249,113,43,11,10,0,95,183,249,113,69,11,10,0,96,55,113,171,196,8,7,0,96,55,127,21,199,191,7,0,96,55,127,21,90,169,8,0,96,183,57,235,64,82,9,0,96,183,57,235,204,82,9,0,97,55,100,27,150,132,10,0,100,183,18,75,179,235,6,0,104,183,193,106,123,155,7,0,105,55,128,124,22,72,7,0,105,183,229,55,30,78,7,0,106,55,92,134,96,66,10,0,108,55,249,141,159,157,11,0,112,55,146,189,85,53,7,0,112,183,43,215,45,64,9,0,112,183,43,215,214,64,9,0,112,183,148,2,248,237,9,0,112,183,148,2,238,238,9,0,114,183,90,67,213,178,9,0,114,183,90,67,241,178,9,0,114,183,90,67,9,179,9,0,115,183,99,161,185,113,9,0,115,183,99,161,222,113,9,0,117,55,160,149,54,134,7,0,117,183,86,90,162,151,9,0,117,183,86,90,56,152,9,0,120,183,106,226,199,191,7,0,120,183,106,226,135,82,10,0,120,183,106,226,172,82,10,0,120,183,106,226,204,82,10,0,121,55,208,11,39,64,6,0,121,55,240,101,203,100,7,0,121,55,187,12,164,120,7,0,121,183,61,142,180,254,11,0,122,183,147,240,231,60,7,0,122,55,189,156,213,101,7,0,123,183,76,92,24,126,7,0,125,183,248,56,5,129,7,0,127,55,56,73,96,66,10,0,128,183,202,120,71,191,10,0,128,183,202,120,169,192,10,0,131,183,168,141,223,5,7,0,132,183,36,131,231,60,7,0,133,183,105,52,168,39,7,0,134,55,52,171,100,58,6,0,134,183,58,206,142,99,7,0,135,55,98,128,149,127,7,0,140,183,67,205,41,112,7,0,141,55,101,132,126,42,6,0,141,55,194,95,244,106,7,0,141,183,192,0,190,110,7,0,141,55,101,132,2,92,8,0,143,183,107,187,125,48,9,0,143,183,107,187,110,49,9,0,145,55,120,27,102,123,9,0,145,55,120,27,26,124,9,0,146,55,40,251,107,63,8,0,146,183,127,105,79,119,8,0,148,183,165,193,199,191,7,0,148,183,165,193,108,204,7,0,148,183,165,193,186,204,7,0,149,55,19,197,137,224,7,0,149,183,157,92,146,180,10,0,149,183,157,92,35,183,10,0,151,55,250,94,237,27,6,0,152,55,99,125,47,211,11,0,154,55,172,72,172,126,6,0,154,55,194,32,4,32,9,0,154,55,194,32,42,37,9,0,156,55,168,133,140,39,7,0,156,55,168,133,53,62,8,0,156,183,105,120,94,84,10,0,156,183,105,120,117,84,10,0,156,183,105,120,138,84,10,0,157,183,119,71,189,20,8,0,158,55,160,45,82,57,11,0,159,55,157,38,47,172,6,0,159,55,61,51,183,213,11,0,160,55,94,20,94,35,8,0,162,55,233,183,127,36,11,0,164,183,100,235,208,79,9,0,164,183,100,235,138,80,9,0,164,183,100,235,56,81,9,0,165,183,236,42,223,244,8,0,165,183,236,42,207,253,8,0,165,183,236,42,200,6,9,0,168,55,247,191,140,140,11,0,170,55,147,249,215,102,11,0,175,55,118,92,133,74,7,0,175,55,10,49,39,119,11,0,177,55,143,199,65,145,7,0,181,183,252,82,108,58,8,0,183,55,116,136,5,129,7,0,184,55,128,172,244,181,11,0,184,55,128,172,117,186,11,0,185,55,207,120,197,95,7,0,187,183,206,64,120,33,6,0,187,183,206,64,153,168,7,0,187,183,251,81,151,110,10,0,187,183,251,81,247,110,10,0,187,183,251,81,84,111,10,0,188,55,56,109,238,161,6,0,188,183,139,50,145,139,7,0,188,55,112,167,66,126,8,0,188,183,31,237,72,161,8,0,188,183,31,237,214,161,8,0,188,183,31,237,89,162,8,0,189,55,60,127,244,9,7,0,189,55,27,88,242,145,7,0,192,55,26,58,45,124,7,0,192,183,201,84,222,197,9,0,192,183,201,84,28,198,9,0,192,183,201,84,109,198,9,0,195,183,35,102,44,73,7,0,195,183,126,223,164,131,7,0,197,183,170,210,43,58,9,0,201,55,212,230,2,150,7,0,201,55,209,107,174,66,8,0,201,183,107,238,103,91,10,0,202,55,215,130,168,144,8,0,202,55,215,130,203,144,8,0,202,55,215,130,238,144,8,0,207,55,104,241,150,83,9,0,207,55,104,241,176,85,9,0,207,55,234,52,61,61,11,0,208,183,48,69,12,64,6,0,213,183,142,38,100,198,11,0,214,183,58,206,205,227,7,0,214,183,248,12,131,254,11,0,214,183,248,12,151,254,11,0,215,183,221,184,49,45,10,0,215,183,221,184,64,46,10,0,215,183,221,184,67,47,10,0,215,183,221,184,97,48,10,0,216,55,113,231,117,30,7,0,217,55,197,177,59,19,7,0,217,183,67,153,145,139,7,0,217,55,197,177,181,230,7,0,217,55,197,177,234,230,7,0,218,183,91,236,47,104,6,0,218,183,91,236,100,104,6,0,219,55,176,116,173,28,7,0,220,55,255,175,60,110,9,0,220,55,255,175,86,110,9,0,220,55,255,175,135,110,9,0,220,55,255,175,105,30,11,0,222,55,214,223,6,16,11,0,226,55,29,245,173,10,6,0,226,183,187,205,44,169,6,0,226,55,29,245,123,155,7,0,226,183,156,236,186,177,7,0,227,183,74,88,243,187,6,0,227,55,97,44,129,35,7,0,228,183,99,158,136,116,10,0,228,183,99,158,190,116,10,0,229,55,252,47,231,60,7,0,232,55,0,99,141,119,7,0,233,55,42,238,166,78,7,0,234,55,211,204,44,113,10,0,234,55,211,204,126,113,10,0,235,55,39,165,113,13,7,0,237,183,113,144,174,66,8,0,237,55,225,42,224,238,11,0,242,183,98,127,99,196,6,0,242,183,73,129,116,32,7,0,244,183,52,202,120,126,9,0,244,183,52,202,177,126,9,0,245,183,30,103,146,180,10,0,245,183,30,103,35,183,10,0,249,55,28,88,41,112,7,0,250,55,222,115,244,106,7,0,250,55,77,49,4,32,9,0,250,55,77,49,42,37,9,0,251,183,174,55,87,75,7,0,253,183,49,244,177,126,7,0,4,184,159,132,71,105,7,0,5,184,126,223,54,134,7,0,6,184,89,101,50,141,9,0,6,184,89,101,130,142,9,0,6,184,89,101,212,143,9,0,6,184,89,101,43,145,9,0,7,56,188,72,17,56,6,0,7,56,132,110,186,177,7,0,8,184,181,102,188,98,7,0,10,184,114,27,102,105,9,0,10,184,114,27,57,107,9,0,13,184,255,2,20,133,6,0,14,56,112,38,4,32,9,0,14,56,112,38,42,37,9,0,16,184,84,67,123,155,7,0,16,184,232,13,206,14,12,0,18,184,172,120,104,159,9,0,18,184,172,120,184,159,9,0,18,184,172,120,23,160,9,0,18,184,172,120,105,160,9,0,18,184,11,28,70,217,10,0,19,56,245,199,85,53,7,0,20,56,133,252,68,89,7,0,24,56,25,177,175,13,7,0,24,56,25,177,231,60,7,0,24,56,23,79,73,7,11,0,25,184,222,124,179,18,6,0,27,184,22,127,85,53,7,0,28,56,38,210,120,33,6,0,28,56,38,210,153,168,7,0,28,184,191,4,199,191,7,0,28,184,191,4,147,76,8,0,28,184,191,4,192,76,8,0,30,56,239,67,41,114,9,0,30,56,239,67,57,115,9,0,31,184,250,125,69,251,6,0,31,56,92,224,174,66,8,0,36,184,247,126,135,8,7,0,36,184,247,126,164,8,7,0,37,56,42,91,173,29,7,0,37,184,168,71,166,78,7,0,39,56,223,81,208,79,9,0,39,56,223,81,138,80,9,0,39,56,223,81,56,81,9,0,40,184,157,243,41,112,7,0,40,184,193,25,15,2,12,0,44,184,97,128,90,119,6,0,44,184,97,128,150,249,7,0,46,184,51,55,207,214,7,0,46,184,51,55,69,215,7,0,47,56,40,25,209,229,5,0,49,56,72,173,85,53,7,0,49,184,119,79,42,177,11,0,49,184,80,81,214,240,11,0,50,56,151,234,44,113,10,0,50,56,151,234,126,113,10,0,52,56,169,127,50,141,9,0,52,56,169,127,130,142,9,0,52,56,169,127,212,143,9,0,52,56,169,127,43,145,9,0,52,56,226,108,150,132,10,0,53,56,94,247,150,132,10,0,53,56,116,229,244,175,11,0,55,184,128,79,194,115,7,0,57,184,14,108,39,190,11,0,60,56,75,134,228,91,7,0,61,56,148,132,48,221,7,0,65,56,204,131,1,236,5,0,65,184,72,226,107,63,8,0,65,56,204,131,4,32,9,0,65,56,204,131,42,37,9,0,66,184,241,130,228,91,7,0,66,184,221,139,116,168,10,0,66,56,0,164,146,180,10,0,66,56,0,164,35,183,10,0,67,184,138,123,176,67,10,0,67,184,138,123,242,68,10,0,67,184,138,123,55,70,10,0,67,184,85,61,175,16,11,0,73,184,123,219,123,155,7,0,77,184,189,28,211,16,11,0,78,56,79,28,112,73,7,0,79,56,68,182,252,116,7,0,84,184,80,12,37,77,9,0,86,184,78,140,42,117,10,0,86,184,78,140,64,117,10,0,86,184,78,140,91,117,10,0,89,56,24,203,216,43,11,0,91,184,210,88,28,55,8,0,92,184,36,8,208,89,6,0,92,184,208,28,85,53,7,0,93,56,54,198,231,60,7,0,94,184,84,196,57,62,11,0,95,184,93,238,211,12,11,0,100,56,62,91,24,145,7,0,100,56,62,91,184,1,12,0,100,56,62,91,232,3,12,0,103,184,77,220,86,135,8,0,104,184,168,185,58,13,12,0,104,184,168,185,181,16,12,0,111,184,83,253,24,126,7,0,112,184,42,121,186,177,7,0,118,184,88,107,123,155,7,0,121,56,63,123,47,82,7,0,123,56,83,112,150,83,9,0,123,56,83,112,176,85,9,0,127,56,187,190,223,102,10,0,127,56,187,190,23,103,10,0,127,56,187,190,80,103,10,0,128,184,237,155,165,205,6,0,129,184,235,233,223,244,8,0,129,184,235,233,207,253,8,0,129,184,235,233,200,6,9,0,131,184,137,173,18,134,8,0,132,184,24,167,233,241,5,0,134,56,94,247,156,238,10,0,134,56,169,234,154,82,11,0,135,56,60,134,37,142,7,0,136,56,216,149,4,32,9,0,136,56,216,149,42,37,9,0,140,184,78,18,86,249,7,0,140,184,78,18,98,250,7,0,143,56,156,141,41,112,7,0,146,56,251,65,100,206,6,0,146,184,126,66,107,63,8,0,146,56,220,243,95,223,8,0,147,184,55,127,114,130,6,0,147,184,121,89,219,70,7,0,148,56,180,220,203,24,7,0,148,184,137,43,156,246,7,0,148,184,82,98,192,43,8,0,149,56,250,182,28,250,6,0,149,184,184,32,58,100,7,0,149,184,203,174,230,118,9,0,149,184,203,174,190,119,9,0,152,56,3,239,223,244,8,0,152,56,3,239,207,253,8,0,152,56,3,239,200,6,9,0,152,184,68,71,170,252,10,0,155,184,228,140,199,191,7,0,155,56,206,87,163,216,7,0,155,184,228,140,202,42,9,0,155,184,193,110,138,126,10,0,155,184,193,110,215,126,10,0,156,184,104,201,193,211,7,0,160,184,6,125,150,132,10,0,161,56,212,167,85,53,7,0,162,184,19,247,52,30,7,0,162,184,19,247,220,186,9,0,162,184,19,247,61,187,9,0,162,184,19,247,163,187,9,0,162,184,19,247,2,188,9,0,162,184,19,247,106,188,9,0,163,184,228,139,221,56,6,0,163,184,228,139,82,59,6,0,163,56,238,229,87,152,10,0,163,56,238,229,193,152,10,0,165,56,153,235,67,192,9,0,165,56,153,235,88,192,9,0,165,56,227,86,167,162,11,0,166,184,97,158,128,175,8,0,170,56,159,110,31,234,11,0,170,56,159,110,147,234,11,0,170,56,159,110,174,234,11,0,171,184,10,176,13,18,7,0,172,184,192,98,200,195,6,0,172,56,133,253,169,197,6,0,172,184,87,218,231,60,7,0,178,184,100,199,68,176,6,0,179,56,214,34,244,106,7,0,180,56,216,223,150,132,10,0,183,184,242,45,211,36,8,0,184,184,149,96,170,235,10,0,185,184,180,2,186,177,7,0,185,184,12,114,241,2,10,0,185,184,12,114,254,3,10,0,187,56,186,164,53,204,6,0,190,184,147,153,123,155,7,0,191,56,156,59,133,233,5,0,191,56,226,36,80,1,6,0,191,184,94,19,81,230,7,0,196,184,63,220,64,82,9,0,196,184,63,220,204,82,9,0,196,184,53,252,87,152,10,0,196,184,53,252,193,152,10,0,198,56,15,112,5,129,7,0,198,56,214,126,4,32,9,0,198,56,214,126,42,37,9,0,199,184,223,7,120,105,7,0,202,184,200,20,71,72,11,0,203,56,19,27,86,135,8,0,204,184,218,147,102,105,9,0,204,184,218,147,57,107,9,0,207,56,235,177,36,109,6,0,210,184,45,12,33,6,10,0,210,184,45,12,145,141,11,0,212,56,192,114,123,155,7,0,212,184,23,192,34,199,10,0,212,184,23,192,112,199,10,0,216,56,173,246,5,129,7,0,217,56,110,168,50,141,9,0,217,56,110,168,130,142,9,0,217,56,110,168,212,143,9,0,217,56,110,168,43,145,9,0,218,56,116,141,30,103,7,0,224,184,248,131,41,114,9,0,224,184,248,131,57,115,9,0,226,56,246,194,225,19,6,0,227,56,180,109,122,94,6,0,230,184,145,141,194,26,7,0,231,56,136,118,12,222,10,0,234,184,171,230,229,57,6,0,236,56,218,54,244,106,7,0,236,184,50,65,223,244,8,0,236,184,50,65,207,253,8,0,236,184,50,65,200,6,9,0,236,56,218,54,70,187,10,0,236,56,218,54,90,187,10,0,243,184,160,248,138,39,6,0,246,184,137,116,238,12,6,0,247,184,128,251,135,31,7,0,248,184,127,23,60,18,6,0,248,56,53,57,242,26,11,0,250,184,115,12,231,60,7,0,255,56,213,92,87,43,7,0,1,57,112,146,71,191,10,0,1,57,112,146,169,192,10,0,3,185,145,200,145,139,7,0,3,57,78,100,231,9,12,0,5,185,15,123,194,190,6,0,5,57,221,204,85,53,7,0,5,57,170,36,244,106,7,0,6,57,0,1,215,117,9,0,6,57,0,1,29,118,9,0,6,57,0,1,106,118,9,0,8,57,53,8,108,247,5,0,9,57,188,148,136,237,10,0,11,57,235,217,2,150,7,0,12,185,27,71,13,60,6,0,12,185,116,32,160,50,11,0,14,57,58,155,184,124,7,0,15,57,81,190,230,144,11,0,16,185,111,143,252,244,5,0,16,57,49,14,16,141,7,0,16,57,249,19,64,82,9,0,16,57,249,19,204,82,9,0,17,57,197,107,176,67,10,0,17,57,197,107,242,68,10,0,17,57,197,107,55,70,10,0,22,57,96,46,186,177,7,0,26,57,230,151,212,187,7,0,27,185,251,176,145,139,7,0,27,185,76,47,102,123,9,0,27,185,76,47,26,124,9,0,29,185,210,2,144,143,7,0,29,185,31,36,178,124,11,0,30,185,26,234,85,53,7,0,30,185,72,251,123,155,7,0,35,185,117,40,136,29,7,0,37,185,84,124,170,52,11,0,38,185,199,227,241,2,10,0,38,185,199,227,254,3,10,0,40,185,182,232,224,246,7,0,40,57,230,104,30,169,10,0,40,57,230,104,30,169,10,0,40,57,230,104,30,169,10,0,40,57,230,104,207,169,10,0,40,57,230,104,207,169,10,0,40,57,230,104,207,169,10,0,40,185,194,179,202,95,11,0,47,57,186,170,186,177,7,0,48,57,188,49,68,154,9,0,48,57,188,49,122,154,9,0,49,57,33,51,150,132,10,0,50,57,154,112,63,233,9,0,50,57,154,112,109,233,9,0,51,185,80,241,145,139,7,0,56,57,115,11,123,155,7,0,57,57,123,21,68,96,6,0,58,57,58,67,238,103,6,0,58,57,58,132,116,32,7,0,58,185,235,207,150,83,9,0,58,185,235,207,176,85,9,0,59,57,109,197,236,166,7,0,59,57,109,197,181,167,7,0,59,57,174,221,253,115,11,0,61,57,242,178,186,177,7,0,62,57,98,126,219,70,7,0,62,185,25,249,186,177,7,0,63,57,41,34,231,60,7,0,67,185,195,133,204,84,11,0,68,57,33,203,111,113,8,0,68,185,127,73,223,244,8,0,68,185,127,73,207,253,8,0,68,185,127,73,200,6,9,0,69,57,221,183,56,233,10,0,73,57,42,59,144,155,11,0,74,185,40,40,174,66,8,0,78,185,95,8,180,74,11,0,81,185,216,16,130,207,6,0,81,185,216,16,231,207,6,0,82,57,246,234,91,170,9,0,82,57,246,234,174,170,9,0,84,185,81,242,85,53,7,0,84,57,74,110,146,180,10,0,84,57,74,110,35,183,10,0,86,57,35,93,238,124,6,0,86,185,17,53,87,75,7,0,87,57,154,203,230,51,7,0,88,57,17,112,94,210,7,0,88,57,76,103,76,58,11,0,91,185,4,109,56,84,7,0,92,185,186,234,163,37,11,0,93,185,214,177,85,61,6,0,93,185,91,72,23,176,6,0,93,185,214,177,38,191,6,0,93,185,91,72,139,27,7,0,93,57,115,168,199,191,7,0,93,185,45,6,181,155,9,0,93,185,45,6,217,155,9,0,93,185,45,6,255,155,9,0,93,57,115,168,113,212,9,0,93,57,115,168,141,212,9,0,95,57,10,69,194,26,7,0,96,185,187,203,224,254,5,0,98,57,229,246,199,191,7,0,98,57,229,246,202,42,9,0,99,57,164,184,223,244,8,0,99,57,164,184,207,253,8,0,99,57,164,184,200,6,9,0,99,185,7,101,176,210,11,0,100,57,32,121,116,32,7,0,100,57,175,200,119,140,8,0,104,57,9,126,244,106,7,0,107,57,37,152,57,146,7,0,108,57,25,193,120,33,6,0,108,57,25,193,153,168,7,0,110,185,165,84,168,39,8,0,113,57,44,4,38,106,6,0,114,185,229,184,237,99,8,0,116,57,211,200,195,49,7,0,118,185,58,3,127,49,11,0,119,185,81,45,91,197,6,0,122,57,162,214,114,228,9,0,123,57,127,98,190,110,7,0,123,185,45,9,43,223,7,0,127,185,107,139,39,151,10,0,127,185,107,139,128,151,10,0,127,185,107,139,216,151,10,0,134,57,81,170,68,2,6,0,135,185,127,212,231,60,7,0,138,185,215,68,146,180,10,0,138,185,215,68,35,183,10,0,139,185,198,231,58,139,7,0,139,185,198,231,186,177,7,0,139,57,160,40,199,191,7,0,139,57,160,40,25,180,8,0,139,57,160,40,175,180,8,0,139,57,160,40,81,181,8,0,139,57,160,40,100,114,10,0,141,185,143,186,147,242,6,0,142,185,234,65,172,196,9,0,142,185,32,126,239,41,11,0,143,57,255,204,87,43,7,0,143,185,108,254,84,227,8,0,144,185,45,100,219,87,6,0,146,185,182,47,231,60,7,0,148,57,107,189,240,105,7,0,148,57,102,232,186,177,7,0,149,185,184,49,186,177,7,0,150,185,105,69,166,78,7,0,151,185,139,229,187,183,8,0,153,57,22,26,160,251,9,0,153,57,22,26,212,251,9,0,155,185,39,93,135,20,6,0,155,185,39,93,156,20,6,0,156,185,166,225,192,164,11,0,157,57,66,161,188,60,9,0,157,57,66,161,6,61,9,0,158,185,135,227,123,155,7,0,159,185,99,159,221,136,11,0,159,185,99,159,246,136,11,0,160,185,50,127,2,150,7,0,164,185,46,35,119,149,11,0,167,57,225,67,40,95,10,0,167,57,225,67,208,95,10,0,169,57,191,29,85,53,7,0,169,185,98,244,199,191,7,0,171,57,23,183,135,239,7,0,175,57,123,26,108,81,7,0,176,57,144,158,109,164,9,0,176,57,144,158,137,164,9,0,177,57,244,136,184,247,5,0,178,185,69,218,186,177,7,0,178,57,72,76,1,119,10,0,178,57,72,76,43,119,10,0,180,185,207,217,109,37,7,0,180,185,207,217,227,2,11,0,181,185,71,82,4,32,9,0,181,185,71,82,42,37,9,0,181,57,128,153,226,254,11,0,182,185,34,65,139,56,10,0,182,185,34,65,183,56,10,0,185,185,193,176,223,244,8,0,185,185,193,176,207,253,8,0,185,185,193,176,200,6,9,0,189,185,173,129,245,13,8,0,189,185,173,129,43,14,8,0,189,185,173,129,87,14,8,0,190,185,69,13,112,73,7,0,193,57,17,97,150,132,10,0,194,185,58,206,57,232,11,0,194,185,58,206,128,232,11,0,200,57,4,222,150,132,10,0,206,185,251,36,50,141,9,0,206,185,251,36,130,142,9,0,206,185,251,36,212,143,9,0,206,185,251,36,43,145,9,0,209,185,226,161,102,123,9,0,209,185,226,161,26,124,9,0,209,185,121,16,3,14,12,0,210,57,4,53,222,216,9,0,210,57,4,53,76,217,9,0,213,57,37,136,4,32,9,0,213,57,37,136,42,37,9,0,215,57,238,177,179,146,9,0,215,57,238,177,97,147,9,0,216,57,38,85,30,147,7,0,217,185,78,153,249,177,11,0,219,185,64,62,54,134,7,0,220,185,60,75,47,172,8,0,224,57,28,48,120,126,9,0,224,57,28,48,177,126,9,0,227,185,138,73,86,135,8,0,229,57,135,128,221,1,6,0,230,57,109,23,65,4,6,0,230,185,4,233,126,150,11,0,232,185,236,135,99,76,11,0,233,57,228,124,67,128,8,0,233,57,228,124,125,128,8,0,233,57,228,124,179,128,8,0,235,57,236,164,153,82,7,0,238,57,11,58,211,223,10,0,240,57,215,237,122,43,11,0,241,185,110,170,157,244,9,0,241,185,110,170,197,244,9,0,241,185,110,170,246,244,9,0,242,185,132,235,120,105,7,0,242,57,87,186,163,220,10,0,243,57,120,218,135,122,7,0,244,185,239,19,223,244,8,0,244,185,239,19,207,253,8,0,244,185,239,19,200,6,9,0,245,57,51,205,231,60,7,0,247,185,79,35,195,221,7,0,249,185,172,30,113,230,11,0,250,57,94,63,222,205,6,0,254,185,209,229,107,16,7,0,254,185,18,1,172,21,12,0,255,57,198,4,244,1,6,0,0,58,9,48,211,213,6,0,0,58,9,48,116,237,8,0,1,186,203,199,148,110,11,0,2,186,81,171,207,158,6,0,7,58,108,16,79,119,8,0,7,58,108,16,198,119,8,0,8,186,168,224,30,169,10,0,8,186,168,224,207,169,10,0,9,58,215,203,66,211,7,0,13,58,248,83,2,150,7,0,15,58,113,181,25,66,9,0,15,58,113,181,212,67,9,0,19,186,97,211,216,230,5,0,21,58,110,230,223,244,8,0,21,58,110,230,207,253,8,0,21,58,110,230,200,6,9,0,21,58,197,212,164,25,11,0,22,186,106,132,38,46,7,0,26,186,214,88,114,228,9,0,30,186,46,38,36,73,11,0,30,186,179,197,124,228,11,0,31,58,65,53,206,213,11,0,32,186,60,239,135,87,6,0,33,58,157,200,168,51,11,0,35,58,255,109,186,177,7,0,37,58,146,194,150,132,10,0,40,186,223,190,54,134,7,0,40,58,237,137,70,217,10,0,46,186,4,51,229,176,11,0,47,186,119,176,40,95,10,0,47,186,119,176,208,95,10,0,48,58,12,164,5,129,7,0,49,58,61,39,50,141,9,0,49,58,61,39,130,142,9,0,49,58,61,39,212,143,9,0,49,58,61,39,43,145,9,0,53,186,41,82,186,177,7,0,53,186,209,133,70,144,11,0,54,58,10,165,213,101,7,0,61,186,83,102,136,81,11,0,62,58,37,183,140,43,11,0,65,58,239,52,153,149,9,0,65,58,239,52,210,149,9,0,65,58,239,52,12,150,9,0,65,186,85,120,248,237,9,0,65,186,85,120,238,238,9,0,67,58,154,20,166,180,11,0,67,58,154,20,22,190,11,0,69,58,231,250,9,79,11,0,69,58,231,250,26,79,11,0,70,58,81,116,85,39,7,0,71,58,66,170,168,187,11,0,73,58,196,104,5,129,7,0,73,186,140,197,97,149,8,0,73,186,140,197,148,149,8,0,73,58,196,104,255,242,10,0,74,186,29,157,2,150,7,0,77,58,197,98,199,107,11,0,81,186,14,79,26,176,7,0,83,186,27,248,143,221,6,0,85,186,44,202,2,150,7,0,88,186,204,99,61,84,8,0,92,186,88,81,56,84,7,0,92,58,165,90,197,95,7,0,92,58,38,135,94,210,7,0,92,186,222,15,187,183,8,0,96,186,119,198,164,101,7,0,99,186,60,166,68,89,7,0,99,186,60,166,228,91,7,0,100,186,224,185,174,66,8,0,100,186,227,90,51,197,8,0,101,186,76,214,112,49,10,0,101,186,76,214,253,49,10,0,101,186,62,68,150,132,10,0,102,186,135,78,161,214,7,0,104,58,8,52,97,28,9,0,104,58,8,52,1,29,9,0,104,58,8,52,166,29,9,0,104,58,126,15,199,137,11,0,107,58,172,238,223,126,6,0,107,58,237,149,213,101,7,0,107,186,98,157,140,202,7,0,108,186,223,71,123,155,7,0,110,186,109,117,116,37,11,0,112,58,181,221,212,187,7,0,112,58,181,221,76,204,7,0,113,58,147,95,80,43,10,0,113,58,147,95,113,43,10,0,114,186,113,82,111,117,7,0,114,186,203,44,211,117,8,0,114,186,28,224,150,132,10,0,115,58,18,12,120,33,6,0,115,58,18,12,153,168,7,0,116,186,67,251,131,222,6,0,116,58,41,70,21,32,7,0,118,58,252,111,223,244,8,0,118,58,252,111,207,253,8,0,118,58,252,111,200,6,9,0,121,186,87,63,87,115,6,0,122,58,148,192,2,150,7,0,126,58,195,3,144,143,7,0,128,58,52,139,194,190,6,0,128,58,94,52,162,151,9,0,128,58,94,52,56,152,9,0,130,58,94,188,53,76,11,0,131,58,148,190,250,73,11,0,132,58,50,253,203,120,7,0,132,58,50,253,253,120,7,0,136,58,82,41,150,132,10,0,137,58,92,216,32,93,6,0,137,186,92,124,215,213,7,0,137,58,95,235,150,132,10,0,140,58,248,149,30,78,7,0,140,186,118,214,228,91,7,0,140,58,38,131,150,132,10,0,142,58,12,219,80,20,9,0,142,58,12,219,241,23,9,0,145,186,223,56,73,230,5,0,145,58,152,10,203,139,6,0,146,58,154,245,223,244,8,0,146,58,154,245,207,253,8,0,146,58,154,245,200,6,9,0,148,58,123,65,194,223,10,0,150,58,119,13,85,53,7,0,150,58,163,137,252,116,7,0,152,58,57,126,4,32,9,0,152,58,57,126,42,37,9,0,153,58,186,152,255,190,7,0,153,58,186,152,247,198,7,0,155,58,132,71,43,58,9,0,156,58,184,212,13,18,7,0,156,58,98,39,164,131,7,0,156,58,24,31,186,177,7,0,156,58,178,15,150,132,10,0,158,58,101,107,168,252,11,0,159,58,215,203,37,86,11,0,162,58,253,237,55,111,11,0,165,58,212,93,20,125,7,0,165,186,149,142,232,222,9,0,165,186,149,142,55,223,9,0,167,186,7,29,186,177,7,0,167,58,216,188,102,105,9,0,167,58,216,188,57,107,9,0,167,186,25,115,127,247,10,0,168,58,64,178,22,72,7,0,169,186,253,94,164,131,7,0,170,186,192,189,223,244,8,0,170,186,192,189,207,253,8,0,170,186,192,189,200,6,9,0,172,58,93,11,210,88,9,0,172,58,93,11,145,89,9,0,172,58,93,11,74,90,9,0,173,58,101,210,164,131,7,0,174,58,216,92,202,224,6,0,174,58,30,3,59,69,7,0,176,186,2,94,192,43,8,0,177,58,181,31,44,169,6,0,179,186,180,129,104,159,9,0,179,186,180,129,184,159,9,0,179,186,180,129,23,160,9,0,179,186,180,129,105,160,9,0,179,186,12,31,162,47,11,0,182,186,67,134,22,96,9,0,182,186,67,134,98,96,9,0,183,58,45,203,248,237,9,0,183,58,45,203,238,238,9,0,183,58,211,48,75,4,12,0,184,186,26,243,234,243,7,0,185,58,152,177,114,228,9,0,185,58,152,177,185,41,11,0,186,58,197,174,199,97,9,0,186,58,197,174,173,98,9,0,186,58,197,174,152,99,9,0,188,58,220,33,219,68,11,0,193,58,1,81,70,217,10,0,194,58,200,108,4,32,9,0,194,58,200,108,42,37,9,0,195,186,241,214,102,105,9,0,195,186,241,214,57,107,9,0,196,186,1,163,102,123,9,0,196,186,1,163,26,124,9,0,197,58,58,126,66,221,10,0,199,186,116,33,4,32,9,0,199,186,116,33,42,37,9,0,200,186,158,160,223,244,8,0,200,186,158,160,207,253,8,0,200,186,158,160,200,6,9,0,200,58,216,199,197,246,10,0,201,58,96,236,154,214,11,0,202,186,96,228,5,25,8,0,202,186,193,110,71,191,10,0,202,186,193,110,169,192,10,0,203,186,149,17,199,191,7,0,205,186,74,4,231,60,7,0,205,58,170,85,3,141,8,0,205,58,166,154,193,6,10,0,205,58,166,154,96,7,10,0,207,58,168,24,145,240,5,0,207,58,162,202,164,131,7,0,207,58,23,54,145,139,7,0,207,186,147,49,111,21,11,0,210,186,248,115,39,107,11,0,211,186,151,219,123,155,7,0,213,58,170,53,235,213,6,0,213,186,166,140,81,240,8,0,213,58,253,71,97,28,9,0,213,58,253,71,1,29,9,0,213,58,253,71,166,29,9,0,214,186,171,126,41,112,7,0,214,186,164,77,123,155,7,0,215,58,114,168,114,234,5,0,215,58,114,168,181,109,7,0,216,58,170,93,91,226,10,0,217,186,136,13,159,77,10,0,217,186,136,13,194,77,10,0,217,186,136,13,225,77,10,0,219,58,121,55,144,50,6,0,219,58,121,55,61,49,7,0,219,58,121,55,233,80,11,0,220,186,86,186,2,150,7,0,220,186,170,93,20,61,8,0,220,186,170,93,160,113,8,0,222,58,205,121,41,112,7,0,222,58,239,186,2,150,7,0,225,186,73,176,231,60,7,0,225,58,236,61,174,66,8,0,226,186,48,167,173,29,7,0,226,186,140,61,22,72,7,0,226,186,140,61,24,126,7,0,227,58,231,108,87,75,7,0,227,58,59,182,4,32,9,0,227,58,59,182,42,37,9,0,229,186,189,1,199,191,7,0,229,186,54,60,149,234,10,0,229,186,54,60,7,246,10,0,230,58,223,89,166,78,7,0,234,58,210,107,253,245,5,0,237,58,13,180,143,45,7,0,237,186,123,169,74,182,8,0,238,186,44,55,117,121,7,0,239,186,99,7,199,97,9,0,239,186,99,7,173,98,9,0,239,186,99,7,152,99,9,0,241,186,237,44,231,60,7,0,242,186,100,121,173,247,6,0,243,58,82,121,249,118,6,0,243,58,82,121,15,119,6,0,244,58,173,63,102,123,9,0,244,58,173,63,26,124,9,0,246,186,71,13,85,53,7,0,247,58,216,149,85,53,7,0,249,58,238,103,128,12,7,0,252,186,202,36,85,117,6,0,252,186,70,70,4,32,9,0,252,186,70,70,42,37,9,0,253,186,250,41,176,67,10,0,253,186,250,41,242,68,10,0,253,186,250,41,55,70,10,0,255,58,142,141,174,66,8,0,0,187,144,211,219,70,7,0,2,59,201,224,146,219,10,0,4,59,158,44,131,91,10,0,4,59,158,44,148,91,10,0,7,59,82,238,228,91,7,0,10,59,108,53,28,250,6,0,11,59,232,67,150,132,10,0,12,59,40,14,1,204,8,0,12,59,67,82,166,6,12,0,13,59,160,1,205,39,7,0,13,187,214,107,213,101,7,0,14,59,173,226,117,30,7,0,16,187,121,56,57,102,6,0,17,59,165,252,186,177,7,0,17,187,185,165,7,244,8,0,18,59,174,120,9,235,7,0,19,59,79,211,244,106,7,0,19,187,196,208,36,35,11,0,28,187,25,116,135,122,7,0,28,187,252,107,47,172,8,0,31,59,218,42,30,103,7,0,33,187,193,11,237,55,6,0,33,59,236,93,85,53,7,0,33,187,83,230,187,211,8,0,34,187,193,51,72,161,8,0,34,187,193,51,214,161,8,0,34,187,193,51,89,162,8,0,35,187,240,134,150,132,10,0,36,187,105,91,223,244,8,0,36,187,105,91,207,253,8,0,36,187,105,91,200,6,9,0,36,59,128,212,90,139,11,0,40,187,115,146,176,9,6,0,42,187,122,77,36,111,6,0,44,59,105,139,145,67,11,0,46,187,8,79,252,116,7,0,49,187,238,46,221,28,7,0,49,187,238,46,68,89,7,0,54,59,107,89,199,94,8,0,56,187,171,126,29,49,6,0,63,59,22,125,135,122,7,0,63,59,22,125,212,187,7,0,64,187,75,114,231,60,7,0,65,59,223,41,116,146,6,0,65,59,223,41,229,106,8,0,67,59,85,139,71,191,10,0,67,59,85,139,169,192,10,0,70,187,218,11,33,200,11,0,72,187,218,159,13,18,7,0,80,187,126,217,216,151,11,0,82,59,255,174,118,203,11,0,83,187,196,70,213,186,6,0,91,187,226,99,7,244,8,0,92,59,146,67,150,132,10,0,95,187,166,212,186,177,7,0,95,59,215,203,34,199,10,0,95,59,215,203,112,199,10,0,96,59,100,207,210,88,9,0,96,59,100,207,145,89,9,0,96,59,100,207,74,90,9,0,102,59,191,126,85,53,7,0,103,187,29,72,37,140,6,0,105,187,101,14,18,189,7,0,105,187,101,14,35,253,9,0,105,187,101,14,60,253,9,0,105,187,101,14,76,253,9,0,106,187,209,159,183,252,5,0,107,59,39,197,9,35,7,0,107,59,93,191,117,217,7,0,108,187,70,178,7,228,7,0,110,187,25,115,223,244,8,0,110,187,25,115,207,253,8,0,110,187,25,115,200,6,9,0,112,187,76,202,199,191,7,0,112,187,76,202,90,169,8,0,113,59,145,243,72,133,8,0,113,59,145,243,189,133,8,0,113,187,77,41,142,244,11,0,116,59,158,116,147,74,8,0,116,187,122,111,65,0,10,0,116,187,122,111,94,0,10,0,116,187,70,108,237,9,11,0,120,187,99,253,150,132,10,0,121,187,60,251,54,195,6,0,124,187,192,148,61,181,6,0,125,59,252,203,18,189,7,0,125,59,252,203,96,178,10,0,125,59,252,203,121,178,10,0,125,59,252,203,148,178,10,0,127,187,170,210,153,82,7,0,129,187,169,208,85,53,7,0,129,59,26,41,150,132,10,0,130,187,254,166,153,147,10,0,130,187,254,166,98,148,10,0,130,187,59,167,95,168,10,0,130,187,59,167,116,168,10,0,132,187,26,182,163,27,11,0,132,59,137,27,220,106,11,0,133,59,67,122,76,2,8,0,136,59,67,200,121,25,7,0,136,187,180,213,186,177,7,0,136,187,180,213,255,190,7,0,137,187,208,149,233,244,11,0,137,187,139,5,50,246,11,0,137,187,139,5,112,246,11,0,138,59,182,5,150,83,9,0,138,59,182,5,176,85,9,0,140,59,209,1,165,142,8,0,141,187,110,191,59,229,6,0,141,59,102,99,41,112,7,0,146,187,146,111,227,84,6,0,146,187,146,111,191,171,7,0,153,187,227,42,4,93,11,0,154,59,239,20,166,78,7,0,156,59,222,189,223,244,8,0,156,59,222,189,207,253,8,0,156,59,222,189,200,6,9,0,158,187,22,155,50,141,9,0,158,187,22,155,130,142,9,0,158,187,22,155,212,143,9,0,158,187,22,155,43,145,9,0,160,187,55,32,150,132,10,0,162,187,107,108,134,50,11,0,163,187,176,148,39,25,6,0,163,59,225,86,151,22,7,0,163,187,139,54,193,227,8,0,165,187,152,137,118,202,11,0,167,187,38,139,115,147,7,0,167,59,191,63,120,232,7,0,170,59,21,183,211,229,6,0,170,187,144,92,107,63,8,0,170,59,21,183,225,230,9,0,171,187,35,182,67,13,6,0,171,187,149,66,173,29,7,0,173,59,250,136,67,234,8,0,174,59,92,36,131,21,7,0,178,59,244,1,35,18,8,0,178,59,151,90,140,92,9,0,178,59,151,90,54,93,9,0,185,59,132,30,158,117,6,0,186,59,246,114,140,92,9,0,186,59,246,114,54,93,9,0,187,59,157,38,16,141,7,0,188,59,217,195,187,183,8,0,188,59,217,195,128,186,8,0,188,59,157,38,250,236,11,0,189,59,231,200,137,45,11,0,191,59,209,40,186,177,7,0,192,59,72,15,121,252,6,0,192,59,72,15,132,207,9,0,194,59,192,149,44,141,11,0,195,59,177,153,187,183,8,0,195,59,177,153,79,185,8,0,195,59,177,153,187,185,8,0,195,59,177,153,128,186,8,0,195,59,177,153,21,187,8,0,195,59,177,153,99,187,8,0,198,59,130,94,120,105,7,0,199,187,186,15,15,235,10,0,200,187,200,58,117,52,6,0,206,59,205,105,52,246,10,0,207,59,170,147,223,244,8,0,207,59,170,147,207,253,8,0,207,59,170,147,200,6,9,0,208,187,26,220,85,53,7,0,209,59,150,86,131,59,9,0,209,187,245,205,70,217,10,0,210,187,120,143,150,208,11,0,210,59,51,126,50,11,12,0,211,59,69,98,141,50,7,0,211,59,97,153,111,117,7,0,214,187,124,141,161,14,7,0,218,187,133,128,4,32,9,0,218,187,133,128,42,37,9,0,219,187,24,161,39,32,6,0,224,187,255,240,240,15,9,0,224,187,255,240,80,16,9,0,224,187,255,240,185,16,9,0,226,59,58,106,214,103,11,0,228,187,78,137,183,143,8,0,229,187,99,19,54,134,7,0,229,59,51,142,199,197,11,0,232,187,116,139,121,47,7,0,236,59,248,18,102,105,9,0,236,59,248,18,57,107,9,0,238,59,30,105,1,31,7,0,238,187,119,23,248,144,7,0,243,59,91,201,225,228,10,0,248,187,100,156,54,134,7,0,248,59,242,250,224,215,8,0,251,187,255,65,179,85,7,0,251,187,255,65,178,87,7,0,252,59,125,160,215,116,7,0,254,187,166,222,71,191,10,0,254,187,166,222,169,192,10,0,0,188,230,243,123,155,7,0,0,60,109,225,199,191,7,0,0,60,109,225,202,42,9,0,0,60,4,193,230,203,9,0,0,60,4,193,54,204,9,0,4,60,231,54,36,126,11,0,5,188,52,99,202,120,9,0,5,188,52,99,90,121,9,0,7,188,245,230,141,119,7,0,7,188,51,29,196,46,11,0,8,60,66,25,85,53,7,0,9,60,129,143,70,162,10,0,10,60,198,210,68,89,7,0,10,60,198,210,228,91,7,0,11,188,213,45,81,120,10,0,11,188,213,45,119,120,10,0,11,188,213,45,148,120,10,0,13,188,128,14,114,228,9,0,16,188,86,189,205,73,7,0,17,60,196,60,126,10,6,0,19,188,145,23,245,77,9,0,19,188,145,23,223,78,9,0,20,188,108,40,12,247,7,0,22,60,191,225,174,160,6,0,25,188,163,89,54,134,7,0,26,60,223,20,97,28,9,0,26,60,223,20,1,29,9,0,26,60,223,20,166,29,9,0,28,60,58,166,100,184,6,0,30,188,17,127,195,49,7,0,30,60,0,160,241,2,10,0,30,60,0,160,254,3,10,0,31,60,121,231,86,147,7,0,32,60,204,168,89,44,9,0,32,60,204,168,166,45,9,0,32,60,204,168,245,46,9,0,33,188,171,196,115,109,6,0,33,188,31,159,94,210,7,0,36,60,192,161,149,127,7,0,37,60,21,246,56,106,7,0,39,60,71,236,150,132,10,0,40,188,67,184,197,95,7,0,42,188,255,162,162,108,6,0,42,188,255,162,22,72,7,0,43,188,83,195,215,118,7,0,43,188,83,195,49,119,7,0,45,60,57,89,65,255,6,0,46,60,92,113,117,155,6,0,47,188,83,195,231,60,7,0,48,60,89,240,197,246,10,0,49,188,60,230,0,255,5,0,51,188,68,171,25,66,9,0,51,188,68,171,212,67,9,0,54,188,33,202,52,149,7,0,55,60,172,136,104,17,7,0,57,188,188,107,228,91,7,0,57,188,188,107,70,131,9,0,57,188,188,107,108,131,9,0,58,188,56,147,48,230,7,0,58,60,167,78,208,79,9,0,58,60,167,78,138,80,9,0,58,60,167,78,56,81,9,0,58,60,11,65,57,226,11,0,59,188,16,197,107,63,8,0,61,188,200,103,182,217,6,0,63,188,190,190,149,140,6,0,64,188,144,231,45,64,9,0,64,188,144,231,214,64,9,0,65,188,209,215,205,92,11,0,66,188,1,243,223,244,8,0,66,188,1,243,207,253,8,0,66,188,1,243,200,6,9,0,69,60,8,207,127,35,11,0,73,188,204,18,148,253,5,0,73,188,158,61,130,157,10,0,73,188,158,61,47,158,10,0,75,60,222,19,12,22,7,0,78,60,80,127,252,229,5,0,78,60,80,127,45,62,6,0,79,60,80,18,39,161,6,0,79,188,212,133,120,51,11,0,81,188,93,10,148,221,7,0,87,188,154,161,85,53,7,0,87,60,62,0,163,42,10,0,87,60,62,0,210,42,10,0,91,188,239,247,60,254,11,0,91,188,239,247,83,254,11,0,93,188,186,148,21,223,6,0,94,188,14,229,162,185,9,0,94,188,14,229,195,185,9,0,95,60,162,238,215,44,11,0,96,188,26,154,68,179,11,0,97,188,242,163,43,162,6,0,97,60,221,230,194,26,7,0,98,60,166,212,177,109,9,0,98,60,166,212,216,109,9,0,98,188,179,79,18,240,9,0,98,188,179,79,125,240,9,0,99,188,52,51,73,219,11,0,105,188,210,226,180,59,11,0,106,188,245,3,54,134,7,0,110,60,159,122,111,154,6,0,111,60,102,187,25,66,9,0,111,60,102,187,212,67,9,0,117,60,149,60,249,147,6,0,119,60,134,127,226,76,6,0,119,60,134,127,204,141,6,0,119,188,239,116,172,44,7,0,122,188,0,254,167,101,9,0,122,188,0,254,133,102,9,0,128,188,97,109,231,60,7,0,136,60,221,79,228,91,7,0,136,60,122,217,223,244,8,0,136,60,122,217,207,253,8,0,136,60,122,217,200,6,9,0,138,188,14,123,186,177,7,0,138,60,125,229,150,83,9,0,138,60,125,229,176,85,9,0,139,188,73,51,231,60,7,0,139,60,162,54,186,177,7,0,139,188,239,20,71,191,10,0,139,188,239,20,169,192,10,0,142,60,159,3,68,89,7,0,142,60,159,3,228,91,7,0,142,188,180,11,79,119,8,0,146,60,105,202,5,129,7,0,147,188,109,188,26,227,10,0,148,188,237,174,69,10,6,0,149,188,182,138,114,228,9,0,152,60,54,132,231,60,7,0,152,60,183,122,214,212,10,0,154,60,28,38,215,118,7,0,154,60,28,38,49,119,7,0,154,60,234,45,84,88,9,0,154,60,234,45,139,88,9,0,155,188,90,51,102,105,9,0,155,188,90,51,57,107,9,0,159,188,76,132,123,155,7,0,159,188,231,35,176,67,10,0,159,188,231,35,242,68,10,0,159,188,231,35,55,70,10,0,166,188,23,199,30,53,11,0,166,188,23,199,69,53,11,0,170,60,174,16,74,70,11,0,171,60,103,216,199,191,7,0,172,188,233,40,12,116,6,0,173,60,57,13,61,181,6,0,173,188,85,158,2,150,7,0,175,188,230,91,147,217,11,0,176,188,91,158,41,112,7,0,178,188,9,191,123,155,7,0,179,60,88,171,242,145,7,0,181,188,195,129,87,75,7,0,182,188,136,121,210,251,11,0,183,188,216,137,215,117,9,0,183,188,216,137,29,118,9,0,183,188,216,137,106,118,9,0,184,188,109,237,49,152,10,0,187,60,89,186,187,183,8,0,187,60,97,139,121,134,9,0,187,60,97,139,144,134,9,0,187,60,97,139,162,134,9,0,189,188,114,117,130,157,10,0,189,188,114,117,47,158,10,0,189,60,47,111,36,45,11,0,194,188,112,147,141,119,7,0,198,188,20,99,79,114,6,0,198,188,126,11,80,20,9,0,198,188,126,11,241,23,9,0,199,60,158,85,90,18,11,0,202,188,219,228,56,12,11,0,203,60,147,33,30,18,9,0,203,60,147,33,174,18,9,0,204,188,241,42,163,42,10,0,204,188,241,42,248,42,10,0,205,60,133,238,117,142,7,0,205,60,133,238,216,142,7,0,205,188,121,82,182,23,11,0,205,188,121,82,213,23,11,0,205,60,37,191,221,208,11,0,206,60,60,157,76,226,10,0,208,188,106,88,19,24,7,0,208,188,208,122,54,134,7,0,208,60,66,186,2,150,7,0,211,188,17,77,113,51,7,0,214,188,134,207,74,227,11,0,215,188,13,59,13,34,7,0,215,60,251,180,231,60,7,0,215,188,26,93,128,140,10,0,215,188,26,93,20,141,10,0,215,188,26,93,172,141,10,0,216,60,66,252,192,50,7,0,216,60,212,26,80,20,9,0,216,60,212,26,241,23,9,0,216,60,184,139,25,66,9,0,216,60,184,139,212,67,9,0,217,60,175,75,31,114,8,0,221,188,13,127,234,7,6,0,221,60,127,86,25,91,6,0,223,188,3,42,87,180,6,0,224,188,144,184,146,180,10,0,224,188,144,184,35,183,10,0,225,60,113,60,22,216,7,0,226,188,120,248,12,173,10,0,226,188,120,248,60,173,10,0,227,60,174,19,62,225,5,0,230,60,234,235,238,252,10,0,231,188,24,20,215,117,9,0,231,188,24,20,29,118,9,0,231,188,24,20,106,118,9,0,236,60,135,127,149,80,6,0,236,60,55,23,150,83,9,0,236,60,55,23,176,85,9,0,236,60,162,98,150,132,10,0,237,60,251,144,164,131,7,0,239,188,19,186,217,180,6,0,239,188,168,67,104,5,12,0,241,188,90,204,113,51,7,0,245,188,123,191,30,103,7,0,245,60,75,144,86,135,8,0,245,188,238,68,102,123,9,0,245,188,238,68,26,124,9,0,250,188,13,134,161,212,9,0,250,188,13,134,93,213,9,0,251,188,181,38,231,60,7,0,254,188,96,90,14,215,6,0,254,188,6,14,172,233,11,0,2,189,229,9,64,79,6,0,3,189,19,246,128,140,10,0,3,189,19,246,20,141,10,0,3,189,19,246,172,141,10,0,4,189,187,156,183,147,7,0,7,189,100,126,220,38,7,0,12,61,134,77,96,66,10,0,13,61,255,236,186,177,7,0,18,61,222,54,2,150,7,0,20,61,52,181,12,244,5,0,20,189,153,241,54,134,7,0,22,189,192,230,40,234,5,0,25,189,75,23,6,137,9,0,25,189,75,23,142,137,9,0,27,189,136,153,231,60,7,0,28,61,88,65,226,150,6,0,30,189,51,191,54,134,7,0,37,61,102,249,28,227,8,0,40,189,147,199,32,28,7,0,40,189,204,54,80,20,9,0,40,189,204,54,241,23,9,0,41,189,161,25,244,106,7,0,42,189,32,203,231,212,8,0,42,189,32,203,35,213,8,0,43,61,196,77,41,114,9,0,43,61,196,77,57,115,9,0,44,189,43,68,148,173,7,0,44,61,193,183,22,12,10,0,44,61,193,183,98,12,10,0,46,189,63,2,72,198,8,0,48,61,106,52,0,13,7,0,48,61,130,238,144,143,7,0,49,61,158,41,206,36,7,0,53,61,150,35,2,150,7,0,55,61,0,183,85,53,7,0,57,61,204,195,241,142,6,0,58,61,83,4,54,134,7,0,59,189,33,124,20,125,7,0,59,189,44,236,199,191,7,0,59,189,44,236,25,180,8,0,59,189,44,236,175,180,8,0,59,189,44,236,81,181,8,0,59,189,44,236,100,114,10,0,62,61,85,185,253,129,6,0,62,189,249,66,96,155,9,0,62,189,249,66,127,155,9,0,63,61,171,36,118,203,6,0,63,61,199,220,80,252,6,0,65,61,154,244,109,37,7,0,66,189,40,13,41,112,7,0,66,61,195,193,187,183,8,0,66,61,195,193,79,185,8,0,66,61,195,193,187,185,8,0,67,61,101,246,127,245,6,0,68,61,161,182,206,36,7,0,71,189,254,68,223,244,8,0,71,189,254,68,207,253,8,0,71,189,254,68,200,6,9,0,73,189,43,247,2,150,7,0,75,61,162,130,123,101,8,0,78,61,152,41,142,186,7,0,78,61,152,41,187,216,7,0,79,61,36,225,59,229,6,0,79,61,180,215,199,191,7,0,81,61,161,81,222,23,6,0,81,189,13,40,199,191,7,0,81,189,13,40,160,199,7,0,81,61,163,191,27,188,10,0,81,61,163,191,104,188,10,0,81,189,134,120,39,147,11,0,83,61,131,72,13,6,6,0,83,189,171,209,53,48,6,0,86,61,76,123,103,217,11,0,91,61,24,106,166,78,7,0,92,189,16,249,85,53,7,0,93,189,68,123,5,129,7,0,93,189,163,112,181,126,11,0,95,189,30,95,186,177,7,0,96,61,168,231,85,53,7,0,102,189,188,31,33,27,6,0,103,61,70,36,192,43,8,0,109,61,157,38,58,7,6,0,109,189,171,161,4,32,9,0,109,189,171,161,42,37,9,0,110,189,172,21,212,187,7,0,110,189,172,21,186,204,7,0,111,61,76,99,195,49,7,0,114,189,178,80,37,77,9,0,117,61,48,86,197,246,10,0,118,61,27,237,215,173,9,0,118,61,27,237,142,174,9,0,121,189,204,58,1,48,7,0,121,189,142,232,53,97,7,0,123,61,191,225,34,167,6,0,123,61,139,200,220,38,7,0,124,189,173,149,214,84,10,0,124,189,173,149,248,84,10,0,124,61,105,232,25,144,11,0,125,61,176,0,123,155,7,0,126,61,143,220,4,32,9,0,126,61,143,220,42,37,9,0,126,61,156,38,213,127,10,0,126,61,156,38,250,127,10,0,127,189,96,158,56,233,7,0,127,189,96,158,240,114,10,0,127,189,96,158,38,115,10,0,127,189,96,158,99,115,10,0,135,189,193,129,87,75,7,0,142,189,144,55,85,53,7,0,143,61,160,70,60,8,10,0,143,61,160,70,93,8,10,0,144,61,211,86,225,67,6,0,145,61,251,245,199,191,7,0,145,61,125,141,104,92,11,0,146,61,233,110,231,60,7,0,147,61,216,54,198,220,6,0,150,61,87,24,162,244,8,0,150,61,87,24,183,244,8,0,153,61,142,48,208,95,10,0,154,189,205,175,144,143,7,0,155,61,129,229,151,118,8,0,158,61,250,104,226,76,6,0,158,61,250,104,204,141,6,0,159,61,162,7,186,177,7,0,160,61,143,149,18,189,7,0,160,61,143,149,45,135,8,0,162,61,64,36,123,155,7,0,162,61,112,149,135,239,7,0,165,61,160,90,199,191,7,0,165,189,73,33,80,20,9,0,165,189,73,33,241,23,9,0,165,61,160,90,202,42,9,0,168,189,76,241,223,244,8,0,168,189,76,241,207,253,8,0,168,189,76,241,200,6,9,0,169,189,54,125,194,26,7,0,170,189,34,95,89,44,9,0,170,189,34,95,166,45,9,0,170,189,34,95,245,46,9,0,171,189,141,86,58,100,7,0,172,189,58,98,52,148,6,0,172,189,122,249,114,228,9,0,172,189,115,122,23,246,11,0,173,61,112,167,18,189,7,0,173,61,112,167,223,244,8,0,173,61,112,167,207,253,8,0,173,61,112,167,200,6,9,0,173,189,127,52,137,90,11,0,174,189,50,213,1,31,7,0,175,61,155,34,204,130,8,0,181,189,44,44,203,162,9,0,181,189,44,44,247,162,9,0,181,189,16,6,84,49,11,0,185,189,200,156,197,95,7,0,186,189,180,226,202,169,6,0,186,189,43,146,119,255,6,0,186,61,86,173,209,63,11,0,187,61,99,243,217,78,11,0,191,189,66,189,177,126,7,0,193,189,230,193,85,53,7,0,193,189,105,157,240,15,9,0,193,189,105,157,80,16,9,0,193,189,105,157,185,16,9,0,194,189,85,71,2,150,7,0,194,61,214,86,104,159,9,0,194,61,214,86,184,159,9,0,194,61,214,86,23,160,9,0,194,61,214,86,105,160,9,0,195,61,245,113,30,169,10,0,195,61,245,113,207,169,10,0,196,189,232,230,190,110,7,0,196,61,179,4,54,134,7,0,197,61,237,167,73,235,6,0,197,189,157,108,12,22,7,0,197,61,237,167,199,191,7,0,197,61,237,167,183,205,7,0,198,61,164,106,156,25,6,0,200,189,66,37,62,200,9,0,200,189,66,37,102,200,9,0,200,189,66,37,146,200,9,0,201,189,88,131,146,130,11,0,204,189,193,151,61,118,7,0,204,189,193,151,16,141,7,0,204,189,193,151,186,177,7,0,205,61,108,137,148,242,10,0,207,189,244,13,184,231,5,0,207,61,6,91,186,177,7,0,213,61,137,84,53,220,10,0,214,61,87,31,107,205,10,0,215,61,250,249,123,155,7,0,215,61,9,109,41,100,10,0,216,61,238,124,54,134,7,0,219,61,66,178,86,135,8,0,219,189,36,170,136,51,10,0,219,189,36,170,179,51,10,0,223,189,223,90,80,36,7,0,223,61,200,56,85,53,7,0,223,61,183,126,123,155,7,0,225,189,90,13,176,216,11,0,226,189,170,107,193,6,10,0,226,189,170,107,96,7,10,0,227,189,108,23,72,59,8,0,227,189,108,23,249,145,11,0,231,61,164,142,67,62,6,0,232,61,112,111,86,248,11,0,232,61,112,111,121,248,11,0,233,189,204,134,192,50,7,0,235,61,234,243,223,244,8,0,235,61,234,243,207,253,8,0,235,61,234,243,200,6,9,0,243,61,47,215,187,79,6,0,243,189,60,65,19,41,7,0,243,61,254,31,244,106,7,0,243,61,76,31,30,169,10,0,243,61,76,31,207,169,10,0,246,61,1,237,111,117,7,0,247,61,199,120,49,45,10,0,247,61,199,120,64,46,10,0,247,61,199,120,67,47,10,0,247,61,199,120,97,48,10,0,247,61,226,183,30,30,11,0,252,189,58,111,85,53,7,0,0,62,175,106,64,107,8,0,3,190,203,165,53,97,7,0,4,190,245,231,120,191,9,0,4,190,245,231,147,191,9,0,4,190,245,231,174,191,9,0,5,190,213,149,71,191,10,0,5,190,213,149,169,192,10,0,5,190,19,208,136,221,10,0,5,62,86,138,5,255,10,0,6,62,103,27,137,171,7,0,11,190,105,137,212,221,8,0,18,62,200,166,242,211,7,0,18,62,200,166,146,183,8,0,18,62,102,27,73,63,11,0,18,62,102,27,236,75,11,0,19,190,71,105,61,229,5,0,19,190,108,37,173,28,7,0,20,62,148,190,231,60,7,0,20,62,254,178,87,152,10,0,20,62,254,178,193,152,10,0,21,62,66,70,30,169,10,0,21,62,66,70,207,169,10,0,23,62,46,21,0,78,7,0,23,62,184,148,86,135,8,0,23,62,184,148,86,135,8,0,25,190,193,201,136,225,6,0,25,190,193,201,235,22,7,0,26,62,102,68,153,227,11,0,28,62,234,228,80,20,9,0,28,62,234,228,241,23,9,0,30,62,157,38,194,26,7,0,32,62,33,116,186,177,7,0,37,190,251,105,9,234,6,0,37,62,244,63,86,135,8,0,39,190,201,26,179,85,7,0,39,190,201,26,178,87,7,0,39,190,144,248,194,7,8,0,39,62,96,213,223,244,8,0,39,62,96,213,207,253,8,0,39,62,96,213,200,6,9,0,39,62,138,99,169,184,9,0,39,62,138,99,208,184,9,0,39,62,138,99,239,184,9,0,39,62,112,17,189,80,11,0,40,190,125,36,223,244,8,0,40,190,125,36,207,253,8,0,40,190,125,36,200,6,9,0,41,190,44,103,231,60,7,0,42,190,99,172,18,189,7,0,42,190,99,172,164,179,10,0,42,190,99,172,229,179,10,0,42,190,99,172,34,180,10,0,43,190,130,41,80,20,9,0,43,190,130,41,241,23,9,0,43,62,211,34,122,61,10,0,43,62,211,34,184,61,10,0,43,62,211,34,228,61,10,0,48,62,255,4,94,35,8,0,48,190,234,167,176,67,10,0,48,190,234,167,242,68,10,0,48,190,234,167,55,70,10,0,48,190,28,50,11,253,11,0,49,62,39,181,61,118,7,0,49,62,39,181,199,191,7,0,49,62,39,181,186,204,7,0,50,190,105,49,208,79,9,0,50,190,105,49,138,80,9,0,50,190,105,49,56,81,9,0,51,190,91,184,203,24,7,0,51,190,249,24,83,48,7,0,52,190,172,223,96,70,6,0,52,190,92,206,166,186,6,0,52,190,172,223,40,190,6,0,52,62,33,196,231,60,7,0,53,190,20,13,132,204,11,0,54,190,29,85,95,251,7,0,56,62,100,92,150,132,10,0,59,190,205,234,186,177,7,0,59,190,205,234,33,6,10,0,60,62,252,229,197,95,7,0,60,190,22,249,18,189,7,0,61,190,203,221,30,18,9,0,61,190,203,221,174,18,9,0,63,62,29,251,248,237,9,0,63,62,29,251,238,238,9,0,65,190,241,147,186,177,7,0,66,62,162,245,225,139,11,0,68,62,170,151,20,125,7,0,70,190,192,12,41,114,9,0,70,190,192,12,57,115,9,0,70,190,244,190,65,194,10,0,70,190,244,190,196,194,10,0,74,190,225,94,40,95,10,0,74,190,225,94,208,95,10,0,76,190,19,229,233,85,8,0,76,190,135,20,14,73,11,0,77,190,159,54,30,18,9,0,77,190,159,54,174,18,9,0,79,62,72,196,41,134,11,0,82,62,74,110,4,32,9,0,82,62,74,110,42,37,9,0,83,62,51,32,229,216,7,0,84,62,219,176,179,85,7,0,84,62,219,176,178,87,7,0,84,62,219,176,97,218,7,0,84,62,78,94,116,154,8,0,85,190,214,189,109,37,7,0,85,190,80,36,199,191,7,0,85,190,80,36,170,198,7,0,85,190,80,36,186,204,7,0,85,190,120,161,242,211,7,0,87,62,104,77,187,183,8,0,91,62,76,16,5,129,7,0,91,62,234,225,102,105,9,0,91,62,234,225,57,107,9,0,92,62,176,51,126,162,6,0,93,62,58,127,244,106,7,0,93,62,247,24,125,48,9,0,93,62,247,24,110,49,9,0,94,62,186,120,175,180,6,0,94,62,145,183,193,6,10,0,94,62,145,183,96,7,10,0,94,190,85,1,46,8,12,0,98,190,17,179,184,53,8,0,98,190,17,179,243,53,8,0,98,190,17,179,56,54,8,0,98,190,17,179,126,54,8,0,101,190,199,148,236,3,7,0,101,62,222,90,186,177,7,0,102,62,63,101,199,191,7,0,102,62,155,89,249,130,8,0,102,62,166,186,142,137,8,0,102,62,63,101,25,180,8,0,102,62,63,101,175,180,8,0,102,62,63,101,81,181,8,0,102,62,63,101,100,114,10,0,103,62,57,244,0,149,7,0,107,62,3,126,160,221,6,0,107,190,39,100,71,191,10,0,107,190,39,100,169,192,10,0,108,190,175,105,223,244,8,0,108,190,175,105,207,253,8,0,108,190,175,105,200,6,9,0,112,190,233,40,186,177,7,0,114,62,93,46,128,244,5,0,114,62,252,109,43,199,6,0,114,62,49,109,199,191,7,0,114,62,49,109,84,207,7,0,114,190,58,79,160,251,9,0,114,190,58,79,212,251,9,0,117,62,125,135,196,180,6,0,117,62,163,38,192,50,7,0,117,62,136,204,190,110,7,0,117,190,16,249,27,188,10,0,117,190,16,249,104,188,10,0,117,62,174,217,84,237,10,0,118,190,153,74,30,78,7,0,119,190,58,213,16,9,7,0,119,190,155,140,123,155,7,0,119,62,124,217,97,28,9,0,119,62,124,217,1,29,9,0,119,62,124,217,166,29,9,0,120,62,235,138,150,132,10,0,121,62,244,210,120,33,6,0,121,62,244,210,153,168,7,0,122,190,161,237,194,149,6,0,122,190,161,237,121,47,7,0,122,62,180,160,6,137,9,0,122,62,180,160,142,137,9,0,123,62,44,86,13,18,7,0,125,190,95,102,4,32,9,0,125,190,95,102,42,37,9,0,127,190,71,40,92,152,6,0,128,62,74,36,186,177,7,0,131,62,171,141,210,52,9,0,131,62,171,141,47,53,9,0,131,62,191,198,150,132,10,0,131,62,191,198,150,132,10,0,131,62,55,12,73,219,11,0,132,62,157,38,240,68,7,0,134,190,119,40,133,69,11,0,137,190,49,104,153,173,10,0,137,190,49,104,187,173,10,0,137,190,49,104,244,173,10,0,140,190,243,128,250,253,5,0,141,190,244,70,18,189,7,0,141,190,244,70,199,191,7,0,141,62,7,29,230,199,8,0,145,190,72,105,150,132,10,0,147,190,14,76,89,44,9,0,147,190,14,76,166,45,9,0,147,190,14,76,245,46,9,0,148,190,163,87,114,228,9,0,148,190,130,50,92,25,10,0,148,190,130,50,128,25,10,0,148,190,130,50,176,25,10,0,149,62,115,224,231,60,7,0,151,62,230,16,74,214,10,0,152,190,233,87,59,86,6,0,152,62,29,88,114,73,8,0,153,62,188,187,30,103,7,0,154,190,21,79,24,126,7,0,155,190,58,98,116,168,10,0,158,190,173,237,228,91,7,0,158,190,173,237,147,13,11,0,160,62,252,66,15,51,6,0,162,62,207,47,204,174,6,0,162,190,213,57,255,190,7,0,164,190,111,239,111,20,6,0,168,62,55,93,157,112,11,0,169,190,59,68,152,11,11,0,170,190,154,140,157,244,9,0,170,190,154,140,197,244,9,0,170,190,154,140,246,244,9,0,172,62,95,191,245,118,11,0,172,190,165,16,38,123,11,0,173,62,240,211,115,221,6,0,174,190,91,113,2,150,7,0,176,62,106,102,121,47,7,0,179,190,14,55,85,53,7,0,179,190,81,61,68,89,7,0,179,190,81,61,228,91,7,0,179,62,1,210,199,191,7,0,179,62,1,210,202,42,9,0,183,190,128,1,123,155,7,0,184,62,138,61,85,53,7,0,184,190,142,7,193,203,7,0,187,62,249,97,213,101,7,0,192,62,118,73,13,18,7,0,192,62,88,216,5,46,7,0,192,190,185,36,215,102,11,0,195,190,131,53,193,62,6,0,195,190,113,19,233,74,6,0,195,190,131,53,153,42,7,0,196,190,53,31,219,70,7,0,197,62,99,22,41,114,9,0,197,62,99,22,57,115,9,0,198,190,50,87,83,180,11,0,198,190,50,87,191,195,11,0,199,62,68,162,151,20,7,0,201,62,210,24,71,191,10,0,201,62,210,24,169,192,10,0,202,190,186,92,106,105,11,0,204,190,113,208,127,216,10,0,208,62,133,13,123,155,7,0,211,62,81,58,202,120,9,0,211,62,81,58,90,121,9,0,212,190,178,230,30,169,10,0,212,190,178,230,207,169,10,0,213,190,37,63,91,245,6,0,213,190,37,63,236,166,7,0,213,190,37,63,181,167,7,0,213,190,37,63,95,223,8,0,213,62,148,190,81,66,11,0,214,62,145,154,139,43,7,0,215,190,181,209,203,70,6,0,215,190,181,209,32,130,6,0,215,190,150,207,109,219,7,0,219,62,163,42,45,242,5,0,219,190,249,118,149,53,11,0,219,190,251,214,103,54,11,0,220,62,169,245,152,32,11,0,221,62,152,86,44,73,7,0,222,190,239,47,88,80,11,0,223,62,71,24,94,69,7,0,224,62,246,194,85,53,7,0,226,62,55,163,123,155,7,0,227,62,191,225,30,78,7,0,231,190,240,215,92,173,6,0,231,190,211,161,49,31,11,0,232,190,190,143,123,155,7,0,232,190,190,143,26,24,8,0,233,190,53,158,150,132,10,0,235,190,226,59,102,105,9,0,235,190,226,59,57,107,9,0,239,190,73,88,5,129,7,0,240,190,103,146,96,159,8,0,240,62,217,13,223,244,8,0,240,62,217,13,207,253,8,0,240,62,217,13,200,6,9,0,240,190,176,12,167,101,9,0,240,190,176,12,133,102,9,0,241,62,197,98,112,49,10,0,241,62,197,98,253,49,10,0,242,62,242,96,54,134,7,0,245,190,157,33,77,93,6,0,245,190,211,226,80,20,9,0,245,190,211,226,241,23,9,0,247,190,65,50,150,132,10,0,251,62,30,159,206,217,6,0,251,190,168,231,135,122,7,0,251,62,214,34,87,80,8,0,254,62,60,141,203,24,7,0,255,62,216,219,195,49,7,0,3,63,139,48,144,143,7,0,3,191,40,178,96,66,10,0,4,63,235,205,63,233,9,0,4,63,235,205,109,233,9,0,5,191,54,95,231,60,7,0,5,191,54,95,22,72,7,0,6,63,157,152,71,191,10,0,6,63,157,152,169,192,10,0,8,191,69,149,36,56,6,0,11,63,91,196,29,76,9,0,11,63,91,196,133,76,9,0,12,63,122,46,85,53,7,0,16,191,34,138,222,107,6,0,17,63,175,247,123,155,7,0,17,191,164,30,18,189,7,0,17,191,164,30,115,150,9,0,18,63,160,228,120,27,6,0,23,63,235,232,133,43,9,0,23,63,235,232,219,43,9,0,27,63,69,29,148,112,9,0,27,63,69,29,17,113,9,0,34,63,62,247,122,30,9,0,34,63,62,247,44,31,9,0,35,191,38,29,231,60,7,0,35,191,23,126,199,191,7,0,35,191,23,126,235,208,7,0,35,63,41,34,150,83,9,0,35,63,41,34,176,85,9,0,37,191,26,130,95,125,9,0,37,191,26,130,144,125,9,0,38,191,111,115,25,250,10,0,39,191,174,253,226,81,11,0,42,191,205,211,192,69,9,0,42,191,205,211,164,70,9,0,42,191,205,211,128,71,9,0,43,191,100,8,161,122,8,0,47,191,149,170,47,168,6,0,47,63,133,14,229,235,11,0,47,63,133,14,82,239,11,0,48,191,222,177,147,253,9,0,48,191,222,177,172,253,9,0,48,191,222,177,188,253,9,0,49,191,23,126,129,35,7,0,49,191,23,126,5,36,7,0,49,191,84,63,207,214,7,0,49,191,84,63,69,215,7,0,49,191,188,28,7,228,7,0,52,63,115,183,71,191,10,0,52,63,115,183,169,192,10,0,53,191,6,38,223,255,6,0,53,191,6,38,93,52,7,0,56,191,189,129,124,123,6,0,56,191,189,129,179,85,7,0,56,191,189,129,178,87,7,0,56,63,16,252,197,95,7,0,57,191,195,46,52,228,5,0,59,191,102,22,255,190,7,0,60,191,123,115,123,155,7,0,60,63,39,23,199,191,7,0,60,63,39,23,25,180,8,0,60,63,39,23,175,180,8,0,60,63,39,23,81,181,8,0,60,63,39,23,100,114,10,0,65,191,145,121,212,187,7,0,65,191,145,121,134,198,7,0,66,191,175,20,172,196,9,0,67,191,3,236,235,106,11,0,71,191,234,65,35,254,10,0,72,191,211,238,82,92,11,0,75,63,127,111,150,132,10,0,75,191,236,78,180,122,11,0,78,63,222,82,19,24,7,0,78,63,221,196,85,53,7,0,79,191,84,68,54,134,7,0,79,191,153,1,0,234,7,0,80,191,39,29,172,44,7,0,81,191,131,3,207,214,7,0,81,191,131,3,69,215,7,0,82,63,154,247,24,47,7,0,82,191,38,45,231,60,7,0,83,191,82,89,183,48,7,0,83,191,67,206,212,187,7,0,83,63,134,86,223,244,8,0,83,63,134,86,207,253,8,0,83,63,134,86,200,6,9,0,83,63,251,76,171,167,10,0,83,63,251,76,237,167,10,0,84,191,200,80,149,127,7,0,87,191,69,102,179,85,7,0,87,191,69,102,178,87,7,0,87,63,132,101,68,89,7,0,87,63,132,101,223,244,8,0,87,63,132,101,207,253,8,0,87,63,132,101,200,6,9,0,87,63,131,174,102,105,9,0,87,63,131,174,57,107,9,0,91,191,140,209,107,24,6,0,92,63,212,180,61,49,7,0,94,63,209,50,128,224,5,0,95,63,54,68,43,58,9,0,96,191,88,108,146,180,10,0,96,191,88,108,35,183,10,0,97,63,162,225,223,244,8,0,97,63,162,225,207,253,8,0,97,63,162,225,200,6,9,0,99,191,29,73,123,155,7,0,101,191,237,96,70,33,7,0,102,191,19,241,119,240,10,0,102,191,19,241,175,249,10,0,105,191,246,45,223,244,8,0,105,191,246,45,207,253,8,0,105,191,246,45,200,6,9,0,106,191,149,33,179,85,7,0,111,191,181,220,94,35,8,0,111,63,72,232,189,50,10,0,114,191,224,29,161,212,9,0,114,191,224,29,93,213,9,0,117,191,247,85,128,62,10,0,118,63,32,92,223,244,8,0,118,63,32,92,207,253,8,0,118,63,32,92,200,6,9,0,120,63,131,34,68,89,7,0,120,191,179,101,129,219,10,0,120,63,46,63,80,10,12,0,128,63,204,47,61,118,7,0,129,63,163,62,230,203,9,0,129,63,163,62,54,204,9,0,130,63,222,184,134,54,11,0,131,63,232,6,36,63,6,0,135,191,2,178,114,228,9,0,137,63,64,241,10,106,11,0,137,63,64,241,88,117,11,0,138,191,150,117,22,12,10,0,138,191,150,117,98,12,10,0,139,191,3,204,119,23,7,0,141,63,230,143,231,60,7,0,142,63,153,198,191,183,11,0,144,63,41,233,45,149,11,0,145,63,192,86,100,255,7,0,145,63,192,86,29,127,11,0,147,191,244,38,1,31,7,0,147,191,170,240,84,88,9,0,147,191,170,240,139,88,9,0,148,63,172,122,100,215,6,0,148,63,107,249,80,20,9,0,148,63,107,249,241,23,9,0,152,63,11,80,239,245,6,0,152,63,125,60,135,31,7,0,153,63,151,87,186,177,7,0,155,191,175,83,174,77,8,0,155,191,175,83,216,77,8,0,155,191,175,83,14,78,8,0,155,191,175,83,62,78,8,0,156,63,213,55,56,84,7,0,158,63,65,18,207,48,11,0,164,63,8,21,231,60,7,0,166,191,40,170,114,246,9,0,166,191,40,170,151,246,9,0,169,191,220,206,245,29,7,0,170,63,95,253,68,89,7,0,170,63,13,240,30,103,7,0,170,63,117,122,5,129,7,0,173,191,66,242,231,60,7,0,174,63,79,135,2,150,7,0,178,63,226,230,65,145,7,0,181,191,151,179,159,179,6,0,181,63,11,35,85,53,7,0,182,63,186,169,102,105,9,0,182,63,186,169,57,107,9,0,185,191,95,26,120,33,6,0,185,191,95,26,153,168,7,0,186,191,164,65,166,78,7,0,188,191,23,146,56,106,7,0,189,191,146,19,186,177,7,0,190,191,133,69,26,71,11,0,196,191,119,240,232,222,9,0,196,191,119,240,55,223,9,0,196,63,180,41,61,61,11,0,198,63,218,20,238,242,8,0,199,191,227,169,81,94,6,0,200,63,164,180,50,141,9,0,200,63,164,180,130,142,9,0,200,63,164,180,212,143,9,0,200,63,164,180,43,145,9,0,207,191,74,48,163,42,10,0,207,191,74,48,248,42,10,0,214,191,8,244,192,50,7,0,214,63,196,214,22,72,7,0,219,191,155,101,177,222,11,0,225,63,232,167,44,73,7,0,225,191,238,51,132,213,7,0,228,191,210,110,4,32,9,0,228,191,210,110,42,37,9,0,230,191,242,46,119,26,7,0,230,191,158,102,141,59,11,0,231,63,236,155,25,44,7,0,231,191,213,102,231,60,7,0,231,63,137,130,24,126,7,0,235,191,241,125,121,252,6,0,235,191,241,125,132,207,9,0,236,191,146,119,100,5,7,0,236,191,203,98,186,177,7,0,237,63,220,142,96,66,10,0,237,63,9,99,105,236,10,0,237,63,9,99,241,4,11,0,238,63,242,210,163,229,7,0,239,63,161,132,25,66,9,0,239,63,161,132,212,67,9,0,240,63,241,186,109,37,7,0,241,191,130,79,18,189,7,0,246,191,75,114,231,60,7,0,247,63,73,30,9,206,6,0,248,191,33,15,228,91,7,0,248,191,33,15,18,44,11,0,249,191,204,70,56,84,7,0,251,63,151,145,7,244,8,0,252,63,39,153,88,21,6,0,253,63,104,110,228,91,7,0,253,63,104,110,50,141,9,0,253,63,104,110,130,142,9,0,253,63,104,110,212,143,9,0,253,63,104,110,43,145,9,0,254,63,59,146,149,127,7,0,255,191,117,210,85,53,7,0,0,64,168,198,235,19,11,0,2,192,57,130,199,175,11,0,4,192,225,126,18,240,9,0,4,192,225,126,125,240,9,0,6,192,214,83,68,89,7,0,6,192,214,83,228,91,7,0,10,64,99,94,129,72,10,0,10,64,99,94,169,72,10,0,10,64,99,94,208,72,10,0,14,64,58,70,59,86,6,0,14,192,28,115,5,129,7,0,18,64,69,193,19,221,9,0,18,64,69,193,39,221,9,0,20,192,57,106,130,157,10,0,20,192,57,106,47,158,10,0,21,64,105,154,139,27,7,0,21,192,40,226,30,103,7,0,22,64,166,14,85,53,7,0,22,64,133,135,199,191,7,0,22,64,133,135,186,204,7,0,23,192,239,96,54,134,7,0,24,192,31,172,194,115,7,0,24,64,66,155,223,244,8,0,24,64,66,155,207,253,8,0,24,64,66,155,200,6,9,0,25,192,54,132,221,16,7,0,29,192,127,76,119,23,7,0,29,192,34,89,154,10,11,0,30,64,42,138,12,103,6,0,30,192,86,173,85,53,7,0,30,64,199,54,2,150,7,0,30,64,42,138,94,189,9,0,30,64,42,138,124,189,9,0,36,64,96,48,19,131,6,0,38,192,66,151,32,28,7,0,38,192,223,7,30,103,7,0,43,192,115,225,149,127,7,0,43,192,62,135,86,135,8,0,43,64,153,222,150,132,10,0,47,64,46,81,89,239,5,0,47,192,196,5,120,126,9,0,47,192,196,5,177,126,9,0,48,192,19,241,80,20,9,0,48,192,19,241,241,23,9,0,51,192,197,226,54,134,7,0,51,64,19,44,150,132,10,0,52,192,105,188,174,66,8,0,56,64,6,65,129,55,6,0,56,192,78,2,139,56,10,0,56,192,78,2,183,56,10,0,60,192,37,201,6,128,11,0,62,192,235,70,150,83,9,0,62,192,235,70,176,85,9,0,63,192,234,198,76,111,7,0,66,64,223,26,38,41,6,0,66,192,30,172,218,20,11,0,67,192,0,214,205,73,7,0,70,64,52,149,150,132,10,0,72,192,179,16,215,173,9,0,72,192,179,16,142,174,9,0,74,192,95,93,104,149,6,0,74,192,95,93,56,155,6,0,74,64,160,247,68,89,7,0,74,64,160,247,228,91,7,0,74,192,95,93,215,132,8,0,74,64,213,13,150,132,10,0,75,192,129,207,244,106,7,0,77,192,11,153,30,78,7,0,77,192,11,153,166,78,7,0,79,64,43,81,199,97,9,0,79,64,43,81,173,98,9,0,79,64,43,81,152,99,9,0,83,64,85,13,87,75,7,0,83,64,85,13,220,76,7,0,83,192,77,229,80,20,9,0,83,192,77,229,241,23,9,0,84,64,249,67,130,157,10,0,84,64,249,67,47,158,10,0,85,64,87,150,102,123,9,0,85,64,87,150,26,124,9,0,89,192,81,54,126,202,9,0,89,192,81,54,176,202,9,0,89,192,81,54,224,202,9,0,90,64,225,57,68,89,7,0,90,64,225,57,16,141,7,0,90,64,225,57,186,177,7,0,90,192,220,77,152,230,9,0,91,64,189,144,201,17,6,0,91,192,142,127,250,58,6,0,92,192,42,113,199,97,9,0,92,192,42,113,173,98,9,0,92,192,42,113,152,99,9,0,97,192,27,146,19,24,7,0,97,64,139,137,231,60,7,0,101,64,158,119,186,177,7,0,102,192,222,90,199,191,7,0,102,192,207,86,252,132,9,0,102,192,207,86,29,133,9,0,102,192,207,86,54,133,9,0,103,192,72,188,181,109,7,0,103,192,195,171,5,116,8,0,104,192,84,216,98,235,7,0,105,64,125,161,223,244,8,0,105,64,125,161,207,253,8,0,105,64,125,161,200,6,9,0,107,192,119,32,83,78,6,0,107,192,191,34,227,212,7,0,111,64,109,165,43,237,10,0,112,64,185,57,123,155,7,0,113,64,42,176,45,64,9,0,113,64,42,176,214,64,9,0,116,192,75,112,19,41,7,0,117,192,158,112,106,34,11,0,117,64,125,193,183,62,11,0,118,192,20,202,186,177,7,0,118,192,168,253,86,135,8,0,119,64,143,227,236,225,6,0,119,64,143,227,235,22,7,0,120,192,119,124,223,244,8,0,120,192,119,124,207,253,8,0,120,192,119,124,200,6,9,0,126,64,51,218,58,108,6,0,126,192,97,234,186,177,7,0,126,192,214,211,215,173,9,0,126,192,214,211,142,174,9,0,131,64,129,127,108,110,11,0,134,192,226,187,89,44,9,0,134,192,226,187,166,45,9,0,134,192,226,187,245,46,9,0,136,192,105,84,85,53,7,0,136,192,133,150,199,191,7,0,136,192,133,150,90,169,8,0,140,64,216,89,212,187,7,0,142,64,243,8,68,151,6,0,146,64,200,163,120,105,7,0,148,64,251,129,61,244,5,0,149,192,27,171,199,191,7,0,149,192,27,171,226,87,8,0,149,192,34,182,138,159,10,0,149,192,34,182,214,159,10,0,149,192,34,182,35,160,10,0,149,192,27,171,4,131,11,0,150,64,77,218,194,15,12,0,151,64,206,56,35,216,8,0,152,192,60,51,121,47,7,0,152,64,134,29,217,50,11,0,154,192,184,103,85,53,7,0,157,192,50,197,110,40,7,0,157,192,221,247,203,4,11,0,158,192,136,91,42,222,7,0,158,192,220,209,10,121,8,0,160,192,74,70,61,244,11,0,165,64,71,129,141,119,7,0,166,192,8,94,57,245,10,0,166,64,108,248,144,0,11,0,167,64,203,201,30,103,7,0,169,192,116,96,50,141,9,0,169,192,116,96,130,142,9,0,169,192,116,96,212,143,9,0,169,192,116,96,43,145,9,0,170,64,139,70,203,39,6,0,171,64,245,54,149,127,7,0,177,64,53,51,12,214,11,0,179,192,161,147,147,4,12,0,188,192,34,127,3,206,8,0,188,64,123,18,150,132,10,0,189,192,19,14,49,31,11,0,190,192,63,47,82,11,12,0,191,64,224,36,86,135,8,0,192,64,206,229,199,191,7,0,192,64,206,229,124,233,7,0,196,192,58,206,86,135,8,0,197,192,97,56,216,211,6,0,206,192,223,232,120,33,6,0,206,192,223,232,153,168,7,0,206,64,227,234,80,20,9,0,206,64,227,234,241,23,9,0,208,192,157,232,134,156,11,0,209,64,177,74,176,216,11,0,212,64,187,227,59,86,6,0,212,192,181,78,221,20,7,0,214,192,121,176,180,63,6,0,221,192,148,194,42,20,8,0,221,192,148,194,83,20,8,0,228,64,153,114,123,155,7,0,235,192,204,70,223,244,8,0,235,192,204,70,207,253,8,0,235,192,204,70,200,6,9,0,236,192,19,86,192,69,9,0,236,192,19,86,164,70,9,0,236,192,19,86,128,71,9,0,237,192,28,190,97,130,6,0,240,192,89,42,2,150,7,0,241,192,238,98,196,65,6,0,241,64,140,161,162,151,9,0,241,64,140,161,56,152,9,0,242,192,50,124,197,250,10,0,243,64,23,214,94,115,11,0,243,64,134,255,99,135,11,0,248,64,174,133,181,109,7,0,250,192,176,148,254,2,6,0,251,64,85,205,162,108,6,0,251,64,85,205,22,72,7,0,251,192,62,224,2,150,7,0,251,64,129,40,223,244,8,0,251,64,129,40,207,253,8,0,251,64,129,40,200,6,9,0,252,192,51,138,85,53,7,0,253,192,23,18,85,53,7,0,254,64,157,4,36,151,11,0,2,193,38,70,4,32,9,0,2,193,38,70,42,37,9,0,2,65,59,213,241,2,10,0,2,65,59,213,254,3,10,0,4,193,207,223,105,36,6,0,6,65,236,230,112,49,10,0,6,65,236,230,253,49,10,0,8,193,36,11,52,30,7,0,8,193,44,30,180,53,9,0,8,193,44,30,36,54,9,0,8,193,36,11,220,186,9,0,8,193,36,11,61,187,9,0,8,193,36,11,163,187,9,0,8,193,36,11,2,188,9,0,8,193,36,11,106,188,9,0,8,193,43,104,3,14,12,0,9,193,204,12,231,60,7,0,9,193,15,100,24,146,11,0,11,65,77,4,84,223,7,0,11,65,77,4,143,223,7,0,11,193,1,89,199,94,8,0,11,65,26,130,255,167,9,0,11,65,26,130,36,168,9,0,11,65,26,130,63,168,9,0,13,65,37,238,117,121,7,0,14,65,74,159,139,27,7,0,14,193,186,29,2,150,7,0,18,193,129,40,233,10,11,0,19,193,119,123,138,236,5,0,19,193,13,192,14,62,10,0,19,193,13,192,229,62,10,0,21,65,18,195,142,174,8,0,23,65,54,86,244,106,7,0,23,65,129,134,2,150,7,0,24,65,240,180,85,53,7,0,25,193,201,26,179,85,7,0,25,193,201,26,178,87,7,0,25,65,123,127,22,236,10,0,28,65,87,101,68,89,7,0,28,65,87,101,228,91,7,0,28,193,185,4,54,134,7,0,29,193,3,215,63,71,6,0,29,65,79,154,85,53,7,0,32,65,214,75,186,177,7,0,33,65,197,127,41,125,6,0,34,193,205,29,116,138,6,0,35,65,115,167,96,66,10,0,36,193,114,250,2,150,7,0,36,65,102,235,223,244,8,0,36,65,102,235,207,253,8,0,36,65,102,235,200,6,9,0,39,193,224,191,203,228,7,0,39,65,130,197,174,66,8,0,39,193,187,53,150,83,9,0,39,193,187,53,176,85,9,0,40,193,121,138,159,198,6,0,40,65,28,128,172,44,7,0,41,193,121,182,128,12,7,0,43,193,210,101,122,66,6,0,45,193,12,4,230,118,9,0,45,193,12,4,190,119,9,0,48,65,141,10,24,148,11,0,49,65,146,76,231,60,7,0,50,193,12,181,15,6,12,0,51,65,15,226,188,22,6,0,51,65,52,175,216,146,11,0,53,193,123,35,241,2,10,0,53,193,123,35,254,3,10,0,53,65,178,61,40,73,10,0,53,65,178,61,140,73,10,0,53,65,178,61,237,73,10,0,54,65,181,148,43,138,6,0,54,65,181,148,116,153,6,0,54,65,181,148,39,186,6,0,55,65,239,126,54,38,6,0,56,193,235,92,80,20,9,0,56,193,235,92,241,23,9,0,56,65,11,148,205,18,12,0,59,193,187,10,145,139,7,0,60,65,235,26,62,220,11,0,63,193,89,129,173,146,11,0,65,65,194,77,123,155,7,0,65,65,194,77,118,138,11,0,69,65,3,46,12,177,7,0,71,193,154,198,114,228,9,0,72,193,13,156,105,226,5,0,74,193,236,174,186,177,7,0,74,193,236,174,197,0,11,0,74,65,118,221,84,146,11,0,75,65,235,221,36,195,9,0,76,65,141,29,132,116,7,0,76,193,227,126,17,86,8,0,77,65,80,147,102,231,10,0,77,65,80,147,73,250,10,0,79,193,196,58,206,162,11,0,80,65,43,47,93,149,11,0,81,65,86,14,223,244,8,0,81,65,86,14,207,253,8,0,81,65,86,14,200,6,9,0,84,193,56,91,135,84,6,0,84,193,40,144,71,191,10,0,84,193,40,144,169,192,10,0,89,65,119,225,149,127,7,0,90,65,105,99,139,162,11,0,91,193,185,37,161,62,9,0,91,193,185,37,201,62,9,0,93,193,65,55,54,134,7,0,93,193,172,168,241,2,10,0,93,193,172,168,254,3,10,0,93,193,117,139,251,16,12,0,94,65,63,255,102,105,9,0,94,65,63,255,57,107,9,0,96,65,181,125,56,106,7,0,97,193,188,181,214,23,7,0,98,65,208,68,179,146,9,0,98,65,208,68,97,147,9,0,101,65,181,55,232,35,8,0,105,65,182,89,45,64,9,0,105,65,182,89,214,64,9,0,106,193,252,237,194,190,6,0,106,193,112,150,236,217,6,0,106,193,210,69,30,103,7,0,107,65,52,205,117,121,7,0,107,193,183,211,2,150,7,0,107,65,20,157,186,177,7,0,108,65,125,76,161,118,6,0,108,65,125,76,53,97,7,0,108,65,125,76,148,240,8,0,110,193,170,148,86,146,10,0,110,193,170,148,110,146,10,0,112,193,196,3,231,60,7,0,115,65,200,39,238,111,7,0,117,193,159,175,1,31,7,0,117,193,129,187,41,114,9,0,117,193,129,187,57,115,9,0,120,65,106,61,88,140,11,0,125,193,248,100,186,177,7,0,126,193,32,248,231,60,7,0,127,193,204,26,115,1,7,0,128,193,191,250,25,38,10,0,128,193,191,250,44,38,10,0,130,193,73,91,202,213,10,0,133,193,209,116,150,132,10,0,135,65,229,112,145,139,7,0,136,65,115,57,68,16,11,0,136,65,115,57,151,16,11,0,138,65,201,97,38,46,7,0,138,65,201,97,249,0,11,0,139,193,67,236,85,53,7,0,144,65,104,194,179,85,7,0,144,65,104,194,178,87,7,0,144,65,38,247,218,153,9,0,144,65,38,247,244,153,9,0,144,65,98,191,36,58,11,0,148,65,69,25,25,44,7,0,149,193,253,240,231,60,7,0,153,193,181,180,208,90,11,0,155,65,98,128,58,100,7,0,158,193,229,91,142,50,9,0,158,193,229,91,200,50,9,0,160,65,245,215,231,60,7,0,160,193,189,1,232,222,9,0,160,193,189,1,55,223,9,0,162,65,188,83,150,132,10,0,162,193,135,48,73,222,11,0,165,193,118,255,176,216,11,0,166,193,221,162,76,15,7,0,166,65,137,58,151,19,7,0,167,193,252,185,0,255,11,0,167,193,252,185,14,0,12,0,169,65,224,11,139,27,7,0,170,65,34,109,236,123,7,0,171,65,40,220,150,132,10,0,172,65,39,54,96,251,5,0,173,193,148,116,67,88,6,0,173,193,251,127,197,95,7,0,173,193,90,59,30,103,7,0,174,193,125,123,123,155,7,0,175,65,13,5,4,32,9,0,175,65,13,5,42,37,9,0,175,65,107,0,43,58,9,0,177,65,55,47,162,95,6,0,180,65,102,139,80,20,9,0,180,65,102,139,241,23,9,0,181,65,91,210,87,75,7,0,181,65,51,95,186,177,7,0,181,65,51,95,178,46,8,0,181,65,51,95,219,46,8,0,181,65,51,95,15,47,8,0,183,193,41,178,111,154,6,0,183,193,41,178,141,154,6,0,183,193,41,178,172,154,6,0,186,65,237,117,223,244,8,0,186,65,237,117,207,253,8,0,186,65,237,117,200,6,9,0,187,65,101,21,109,37,7,0,190,65,8,30,207,214,7,0,190,65,8,30,69,215,7,0,190,65,220,47,37,77,9,0,192,193,215,192,163,161,6,0,192,193,223,65,123,155,7,0,193,193,22,215,244,133,6,0,193,65,85,98,167,101,9,0,193,65,85,98,133,102,9,0,194,65,79,57,229,135,11,0,196,65,195,253,90,45,8,0,198,193,36,13,123,155,7,0,201,65,32,116,219,70,7,0,202,65,106,119,168,24,8,0,202,193,170,214,221,148,11,0,204,65,217,203,85,213,7,0,205,193,95,48,2,150,7,0,206,193,144,207,127,6,6,0,206,193,177,147,5,129,7,0,207,65,235,140,54,134,7,0,208,193,25,96,70,217,10,0,210,193,197,250,56,84,7,0,210,193,158,70,41,193,11,0,214,193,206,88,199,191,7,0,214,193,206,88,203,199,7,0,219,193,58,94,31,189,10,0,219,193,58,94,53,189,10,0,219,193,58,94,86,189,10,0,220,193,94,72,222,216,9,0,220,193,94,72,76,217,9,0,222,65,143,68,48,158,9,0,222,65,143,68,139,158,9,0,222,65,143,68,224,158,9,0,224,193,47,4,4,32,9,0,224,193,47,4,42,37,9,0,224,193,98,102,235,58,9,0,224,193,98,102,16,59,9,0,224,193,98,102,48,59,9,0,227,65,235,51,111,117,8,0,232,65,82,16,90,52,11,0,233,193,135,155,30,18,9,0,233,193,135,155,174,18,9,0,233,65,106,240,150,132,10,0,235,193,4,248,108,213,7,0,236,65,167,24,120,232,7,0,236,65,181,148,82,42,11,0,239,193,159,175,93,192,8,0,239,193,159,175,123,222,8,0,240,65,173,44,2,150,7,0,240,65,157,38,48,56,10,0,240,65,157,38,65,56,10,0,242,193,253,210,77,216,6,0,244,65,182,148,218,130,9,0,244,65,182,148,250,130,9,0,244,193,74,198,230,203,9,0,244,193,74,198,54,204,9,0,246,65,82,100,66,170,6,0,249,193,252,30,207,214,7,0,249,193,252,30,69,215,7,0,250,193,69,182,87,23,12,0,251,65,239,219,127,17,11,0,252,193,100,89,115,192,11,0,253,65,70,161,134,187,11,0,253,193,64,179,146,212,11,0,255,193,104,152,5,129,7,0,7,66,174,150,0,82,6,0,9,194,50,171,96,66,10,0,15,66,244,20,123,155,7,0,16,66,142,105,125,185,11,0,18,194,80,235,245,77,9,0,18,194,80,235,223,78,9,0,18,66,105,28,102,66,11,0,19,194,220,197,158,128,6,0,27,66,225,110,22,72,7,0,28,194,113,34,150,132,10,0,29,194,39,146,240,15,9,0,29,194,39,146,80,16,9,0,29,194,39,146,185,16,9,0,29,194,152,162,190,37,11,0,31,66,8,98,122,30,9,0,31,66,8,98,44,31,9,0,32,194,159,129,85,53,7,0,33,194,58,160,163,93,8,0,33,194,58,160,206,93,8,0,33,194,58,160,245,93,8,0,33,66,129,95,231,192,11,0,38,66,193,115,116,32,7,0,39,66,130,207,75,91,11,0,40,66,215,150,186,177,7,0,40,66,19,210,192,43,8,0,45,194,229,117,172,230,5,0,45,194,30,236,217,192,8,0,46,66,146,174,231,60,7,0,48,194,165,75,24,83,6,0,51,66,202,130,0,159,6,0,53,194,235,119,152,150,11,0,57,66,141,158,241,2,10,0,57,66,141,158,254,3,10,0,57,194,1,103,68,242,11,0,58,66,112,212,93,52,7,0,58,66,40,190,102,105,9,0,58,66,40,190,57,107,9,0,61,66,155,110,144,143,7,0,61,66,28,235,148,64,11,0,61,66,28,235,201,64,11,0,64,66,74,27,13,129,11,0,67,66,52,143,66,243,8,0,68,194,181,120,50,141,9,0,68,194,181,120,130,142,9,0,68,194,181,120,212,143,9,0,68,194,181,120,43,145,9,0,69,66,1,144,23,175,6,0,69,194,72,171,96,66,10,0,72,66,129,44,241,2,10,0,72,66,129,44,254,3,10,0,74,194,7,111,223,244,8,0,74,194,7,111,207,253,8,0,74,194,7,111,200,6,9,0,75,66,218,134,219,70,7,0,77,194,88,24,15,32,11,0,78,66,173,103,197,95,7,0,78,66,33,128,123,155,7,0,82,194,171,32,72,73,8,0,82,66,237,18,79,119,8,0,82,66,237,18,198,119,8,0,84,194,91,170,144,143,7,0,85,194,252,198,244,173,10,0,85,194,252,198,39,174,10,0,86,66,128,189,99,104,9,0,86,66,128,189,144,104,9,0,86,66,128,189,166,104,9,0,89,66,125,102,20,253,5,0,89,194,90,14,133,208,11,0,91,66,204,80,99,123,6,0,92,194,227,89,187,183,8,0,92,194,227,89,79,185,8,0,92,194,227,89,187,185,8,0,95,194,238,68,223,244,8,0,95,194,238,68,207,253,8,0,95,194,238,68,200,6,9,0,96,194,44,28,130,249,10,0,97,66,87,247,43,52,7,0,97,194,80,91,199,191,7,0,97,194,80,91,211,110,9,0,100,194,117,56,195,49,7,0,104,194,89,27,39,151,10,0,104,194,89,27,128,151,10,0,104,194,89,27,216,151,10,0,105,66,195,98,30,103,7,0,106,66,219,171,21,32,7,0,106,66,184,200,223,244,8,0,106,66,184,200,207,253,8,0,106,66,184,200,200,6,9,0,108,194,110,86,41,114,9,0,108,194,110,86,57,115,9,0,109,66,74,173,38,23,12,0,112,66,219,146,40,95,10,0,112,66,219,146,208,95,10,0,118,66,92,21,19,57,6,0,119,66,175,79,41,112,7,0,120,66,44,158,94,210,7,0,121,194,149,243,98,214,8,0,123,66,66,20,231,60,7,0,125,194,12,170,146,180,10,0,125,194,12,170,35,183,10,0,126,66,231,129,206,36,7,0,126,194,22,42,223,244,8,0,126,194,22,42,207,253,8,0,126,194,22,42,200,6,9,0,127,66,147,93,150,132,10,0,128,66,97,96,85,53,7,0,128,194,122,104,41,112,7,0,129,194,236,70,199,191,7,0,129,194,236,70,71,225,7,0,129,194,147,241,157,216,10,0,131,194,233,178,142,174,8,0,132,194,184,83,164,131,7,0,133,66,104,61,55,69,6,0,135,194,210,8,176,67,10,0,135,194,210,8,242,68,10,0,135,194,210,8,55,70,10,0,136,66,208,124,205,39,7,0,136,66,180,23,173,1,10,0,136,66,180,23,223,1,10,0,136,66,180,23,37,2,10,0,137,194,69,236,223,244,8,0,137,194,69,236,207,253,8,0,137,194,69,236,200,6,9,0,143,66,190,29,62,225,5,0,143,66,202,172,32,44,10,0,143,66,202,172,114,44,10,0,146,66,98,44,186,177,7,0,146,194,123,51,1,163,8,0,149,194,133,150,42,70,7,0,153,194,225,239,94,210,7,0,155,66,178,194,117,57,6,0,155,66,178,194,147,0,7,0,155,66,82,147,156,133,8,0,157,66,187,119,68,20,10,0,157,66,187,119,109,20,10,0,157,194,200,74,150,132,10,0,159,66,1,6,68,166,6,0,159,66,1,6,93,166,6,0,159,194,214,36,133,151,8,0,160,66,83,75,132,52,8,0,162,194,242,76,199,191,7,0,162,194,242,76,25,180,8,0,162,194,242,76,175,180,8,0,162,194,242,76,81,181,8,0,162,194,242,76,100,114,10,0,163,194,171,156,4,78,6,0,163,194,81,9,49,240,10,0,164,194,228,1,186,177,7,0,165,194,106,134,41,114,9,0,165,194,106,134,57,115,9,0,167,66,80,224,186,177,7,0,169,194,225,214,210,88,9,0,169,194,225,214,145,89,9,0,169,194,225,214,74,90,9,0,171,66,188,92,18,189,7,0,171,66,188,92,164,179,10,0,171,66,188,92,229,179,10,0,171,66,188,92,34,180,10,0,173,194,211,226,135,31,7,0,173,194,190,92,42,219,7,0,176,194,41,177,179,85,7,0,176,194,41,177,178,87,7,0,179,194,8,205,123,155,7,0,181,66,19,48,140,92,9,0,181,66,19,48,54,93,9,0,182,66,244,86,120,33,6,0,182,194,8,90,194,26,7,0,182,66,244,86,153,168,7,0,187,194,11,124,108,81,7,0,191,194,129,211,7,115,8,0,192,66,231,72,194,147,11,0,193,66,207,212,142,174,8,0,197,194,13,108,42,70,7,0,203,66,191,131,3,16,8,0,205,66,240,200,54,134,7,0,207,66,41,75,231,60,7,0,208,66,12,205,229,41,7,0,209,66,191,185,80,1,6,0,209,66,191,185,66,72,6,0,209,66,60,247,174,66,8,0,210,194,18,51,96,7,6,0,210,194,18,51,210,22,6,0,210,194,115,135,164,131,7,0,210,66,208,107,183,147,7,0,212,194,134,245,186,177,7,0,212,66,206,119,25,66,9,0,212,66,206,119,212,67,9,0,213,194,222,148,231,60,7,0,216,66,7,143,172,44,7,0,217,66,177,121,231,251,5,0,217,66,171,96,231,60,7,0,217,66,76,42,103,100,8,0,219,194,137,170,178,189,6,0,219,66,81,22,192,43,8,0,222,66,151,243,113,250,5,0,222,194,188,117,135,23,8,0,226,194,120,54,139,27,7,0,227,194,207,34,56,233,7,0,227,194,207,34,240,114,10,0,227,194,207,34,38,115,10,0,227,194,207,34,99,115,10,0,230,66,85,58,41,112,7,0,234,66,228,171,223,244,8,0,234,66,228,171,207,253,8,0,234,66,228,171,200,6,9,0,235,194,243,191,133,74,7,0,236,194,63,107,111,117,7,0,236,194,92,248,5,129,7,0,238,66,222,145,68,19,11,0,240,194,30,63,150,132,10,0,242,194,138,187,70,217,10,0,242,66,159,210,141,218,10,0,243,194,50,130,174,66,8,0,244,194,26,45,132,124,7,0,245,194,93,196,96,66,10,0,245,66,119,214,7,71,11,0,247,194,6,83,223,244,8,0,247,194,6,83,207,253,8,0,247,194,6,83,200,6,9,0,248,66,156,44,28,18,12,0,249,194,98,66,124,124,8,0,250,66,92,235,231,60,7,0,250,194,85,201,181,116,7,0,250,66,239,109,186,177,7,0,251,194,164,64,60,12,6,0,251,194,164,64,132,12,6,0,251,194,164,64,68,89,7,0,251,194,164,64,228,91,7,0,251,194,97,24,199,191,7,0,251,194,97,24,102,225,8,0,251,194,97,24,70,128,10,0,252,194,44,146,145,139,7,0,252,66,179,74,96,66,10,0,253,66,65,157,216,105,6,0,253,66,143,14,99,9,7,0,253,194,141,4,150,132,10,0,1,67,140,158,197,95,7,0,1,195,106,212,148,112,9,0,1,195,106,212,17,113,9,0,1,195,184,203,49,45,10,0,1,195,184,203,64,46,10,0,1,195,184,203,67,47,10,0,1,195,184,203,97,48,10,0,7,67,203,240,121,109,7,0,8,195,250,117,206,36,7,0,9,195,50,51,244,106,7,0,9,195,50,51,238,111,7,0,9,195,50,51,132,116,7,0,10,195,141,201,30,169,10,0,10,195,141,201,207,169,10,0,13,67,189,118,123,155,7,0,13,195,152,54,150,83,9,0,13,195,152,54,176,85,9,0,14,195,178,166,85,53,7,0,17,67,50,75,25,66,9,0,17,67,50,75,212,67,9,0,18,195,44,214,193,165,6,0,18,67,38,228,167,101,9,0,18,67,38,228,133,102,9,0,22,195,165,165,223,244,8,0,22,195,165,165,207,253,8,0,22,195,165,165,200,6,9,0,23,67,255,108,246,214,11,0,30,67,43,171,3,141,8,0,31,67,188,148,172,44,7,0,31,67,1,144,106,196,8,0,31,67,1,144,162,196,8,0,34,195,124,96,231,60,7,0,35,67,249,20,2,150,7,0,35,195,252,130,223,244,8,0,35,195,252,130,207,253,8,0,35,195,252,130,200,6,9,0,37,195,52,111,2,150,7,0,44,67,140,24,84,88,9,0,44,67,140,24,139,88,9,0,45,195,15,6,116,44,6,0,45,195,15,6,158,44,6,0,47,67,218,86,231,60,7,0,47,67,8,56,4,32,9,0,47,67,8,56,42,37,9,0,49,195,233,7,165,67,6,0,52,195,49,89,65,194,10,0,52,195,49,89,196,194,10,0,54,67,68,207,95,246,5,0,54,195,147,33,142,174,8,0,54,195,96,248,146,180,10,0,54,195,96,248,35,183,10,0,55,67,83,224,139,27,7,0,55,195,111,103,19,41,7,0,55,67,240,88,41,112,7,0,56,195,75,237,89,44,9,0,56,195,75,237,166,45,9,0,56,195,75,237,245,46,9,0,57,67,131,139,241,2,10,0,57,67,131,139,254,3,10,0,59,67,139,224,41,112,7,0,60,67,229,89,80,20,9,0,60,67,229,89,241,23,9,0,61,195,98,27,123,155,7,0,63,67,58,228,68,89,7,0,63,67,58,228,228,91,7,0,64,195,53,22,194,18,7,0,66,67,213,42,93,9,8,0,68,195,3,67,75,24,10,0,68,195,3,67,105,24,10,0,71,67,30,251,190,105,6,0,75,195,115,75,25,66,9,0,75,195,115,75,212,67,9,0,75,195,152,95,140,92,9,0,75,195,152,95,54,93,9,0,75,195,227,235,39,190,11,0,77,195,165,11,150,83,9,0,77,195,165,11,176,85,9,0,78,67,216,108,133,35,10,0,78,67,216,108,4,36,10,0,78,67,216,108,144,36,10,0,79,67,167,193,148,152,11,0,80,67,125,199,210,88,9,0,80,67,125,199,145,89,9,0,80,67,125,199,74,90,9,0,81,195,122,215,107,63,8,0,83,67,234,53,150,83,9,0,83,67,234,53,176,85,9,0,85,67,26,132,124,10,8,0,87,67,84,140,38,105,11,0,88,67,86,6,166,78,7,0,88,67,243,162,13,174,7,0,89,195,53,28,5,129,7,0,89,195,139,72,186,177,7,0,91,67,160,1,30,103,7,0,96,195,197,160,219,70,7,0,99,67,187,1,123,155,7,0,102,67,15,30,2,150,7,0,114,195,56,85,233,121,6,0,115,195,149,198,174,66,8,0,116,67,112,152,85,159,11,0,118,67,116,18,41,114,9,0,118,67,116,18,57,115,9,0,120,195,191,176,52,239,5,0,121,195,239,96,73,14,11,0,122,195,127,53,116,75,9,0,122,195,127,53,173,75,9,0,124,195,222,252,150,83,9,0,124,195,222,252,176,85,9,0,126,67,210,10,94,69,7,0,129,195,33,15,123,155,7,0,133,195,104,140,249,198,11,0,135,195,84,177,186,177,7,0,139,67,124,226,158,251,7,0,141,195,87,107,228,91,7,0,142,67,252,199,125,40,6,0,142,67,252,199,37,213,6,0,147,67,252,154,85,53,7,0,147,67,3,55,127,100,7,0,147,67,250,145,71,8,11,0,148,195,158,10,99,214,6,0,149,195,16,87,136,15,6,0,151,67,187,202,1,31,7,0,151,67,187,202,135,31,7,0,152,195,34,102,223,244,8,0,152,195,34,102,207,253,8,0,152,195,34,102,200,6,9,0,152,195,175,55,4,32,9,0,152,195,175,55,42,37,9,0,153,67,249,229,45,231,6,0,154,195,165,37,146,62,11,0,155,67,105,112,145,139,7,0,157,195,125,11,166,104,11,0,158,195,124,249,174,32,10,0,158,195,124,249,197,32,10,0,158,67,249,96,150,132,10,0,160,67,204,114,230,51,7,0,161,195,247,9,199,97,9,0,161,195,247,9,173,98,9,0,161,195,247,9,152,99,9,0,161,67,51,209,150,132,10,0,163,67,83,23,149,127,7,0,164,67,25,78,14,62,10,0,164,67,25,78,229,62,10,0,165,195,223,217,100,146,7,0,166,67,2,172,121,47,7,0,166,67,245,11,234,74,10,0,166,67,245,11,15,75,10,0,167,67,3,73,205,32,6,0,167,67,126,225,5,255,10,0,168,67,73,82,161,5,12,0,169,67,235,15,199,191,7,0,169,67,175,105,33,102,8,0,169,67,235,15,5,160,8,0,169,67,235,15,121,160,8,0,169,67,235,15,227,160,8,0,169,67,235,15,169,125,10,0,169,67,235,15,60,126,10,0,169,67,235,15,96,126,10,0,169,67,217,203,84,17,12,0,170,67,237,223,57,52,6,0,170,67,14,135,30,103,7,0,172,67,23,83,150,132,10,0,173,67,248,82,231,60,7,0,174,67,123,93,199,191,7,0,174,195,214,55,47,71,8,0,174,67,123,93,202,42,9,0,174,195,57,215,26,6,11,0,178,195,86,234,239,245,6,0,178,67,20,179,179,112,8,0,179,195,103,253,94,20,6,0,180,67,137,125,166,78,7,0,180,67,231,68,150,126,8,0,181,67,57,179,245,77,9,0,181,67,57,179,223,78,9,0,181,195,155,103,114,228,9,0,182,195,81,23,153,147,10,0,182,195,81,23,98,148,10,0,183,195,18,81,213,101,7,0,183,195,121,91,17,95,11,0,183,195,121,91,165,95,11,0,186,195,177,90,25,44,7,0,186,195,46,233,201,219,10,0,186,195,177,90,42,230,10,0,188,67,224,92,0,149,7,0,188,195,123,138,125,48,9,0,188,195,123,138,110,49,9,0,188,67,212,171,50,141,9,0,188,67,212,171,130,142,9,0,188,67,212,171,212,143,9,0,188,67,212,171,43,145,9,0,190,67,250,224,87,33,6,0,193,195,177,41,45,70,11,0,194,195,108,10,223,244,8,0,194,195,108,10,207,253,8,0,194,195,108,10,200,6,9,0,195,195,154,159,199,191,7,0,195,195,154,159,90,169,8,0,195,195,183,23,41,54,11,0,195,195,183,23,73,54,11,0,197,67,147,187,145,139,7,0,198,195,112,49,240,235,5,0,200,67,134,125,179,85,7,0,200,67,134,125,25,172,7,0,203,195,129,206,245,99,7,0,203,195,16,59,86,147,7,0,208,195,187,207,219,70,7,0,209,67,88,1,40,21,6,0,209,67,88,1,99,136,6,0,209,195,228,236,70,217,10,0,212,195,68,86,193,27,9,0,212,195,68,86,250,27,9,0,213,195,202,97,56,213,7,0,214,195,180,213,241,2,10,0,214,195,180,213,254,3,10,0,215,67,207,234,1,97,11,0,216,67,148,171,99,210,6,0,218,67,165,209,21,32,7,0,218,195,16,234,150,132,10,0,220,195,217,201,85,53,7,0,220,67,120,56,140,92,9,0,220,67,120,56,54,93,9,0,221,195,62,39,219,237,5,0,223,195,101,132,68,89,7,0,223,195,101,132,228,91,7,0,223,195,89,227,123,155,7,0,223,67,111,36,186,177,7,0,223,195,202,153,150,83,9,0,223,195,202,153,176,85,9,0,224,67,135,122,231,60,7,0,226,67,115,141,208,251,6,0,226,195,3,16,133,35,10,0,226,195,3,16,4,36,10,0,226,195,3,16,144,36,10,0,228,195,98,61,89,186,6,0,228,195,1,192,41,100,10,0,229,67,49,133,24,116,11,0,230,195,98,210,208,79,9,0,230,195,98,210,138,80,9,0,230,195,98,210,56,81,9,0,231,67,17,205,83,29,7,0,231,195,199,111,101,157,8,0,232,67,242,19,186,177,7,0,233,67,239,107,123,155,7,0,235,67,34,102,197,143,10,0,235,67,34,102,231,143,10,0,237,67,72,22,4,32,9,0,237,67,72,22,42,37,9,0,237,67,131,182,4,23,11,0,240,67,203,241,231,60,7,0,241,195,162,238,32,28,7,0,241,67,130,39,182,23,11,0,241,67,130,39,213,23,11,0,245,195,92,175,208,79,9,0,245,195,92,175,138,80,9,0,245,195,92,175,56,81,9,0,245,195,254,98,175,28,11,0,246,195,252,68,5,129,7,0,247,67,77,152,200,34,6,0,247,67,167,14,116,83,11,0,248,67,183,255,107,91,6,0,248,67,50,175,38,46,7,0,249,67,215,55,22,72,7,0,249,67,215,55,102,190,11,0,250,67,199,118,168,136,8,0,251,67,171,202,86,135,8,0,253,67,75,20,245,107,6,0,254,67,73,20,49,45,10,0,254,67,73,20,64,46,10,0,254,67,73,20,67,47,10,0,254,67,73,20,97,48,10,0,255,67,3,127,31,7,7,0,1,196,160,68,77,236,11,0,2,68,244,39,11,84,11,0,3,196,246,192,172,100,7,0,5,68,99,10,106,34,11,0,6,68,121,27,102,105,9,0,6,68,121,27,57,107,9,0,7,196,156,150,22,115,11,0,9,196,187,129,125,48,9,0,9,196,187,129,110,49,9,0,9,68,47,149,150,132,10,0,13,68,45,213,241,2,10,0,13,68,45,213,254,3,10,0,16,196,9,34,146,180,10,0,16,196,9,34,35,183,10,0,19,68,75,51,95,109,6,0,21,68,181,221,21,32,7,0,21,68,37,235,231,60,7,0,22,196,97,223,199,97,9,0,22,196,97,223,173,98,9,0,22,196,97,223,152,99,9,0,24,68,44,187,16,141,7,0,28,196,63,21,50,141,9,0,28,196,63,21,130,142,9,0,28,196,63,21,212,143,9,0,28,196,63,21,43,145,9,0,28,68,217,203,63,15,12,0,29,68,102,35,74,101,11,0,31,196,198,152,164,131,7,0,31,68,24,109,67,47,8,0,31,68,24,109,138,47,8,0,31,68,24,109,205,47,8,0,31,196,198,152,187,183,8,0,31,68,112,60,114,228,9,0,33,196,122,87,65,44,8,0,33,68,254,138,150,177,11,0,34,196,81,23,61,239,6,0,35,196,207,43,221,28,7,0,35,196,207,43,21,42,11,0,37,68,10,118,183,217,11,0,38,196,60,77,25,66,9,0,38,196,60,77,212,67,9,0,39,196,74,9,89,44,9,0,39,196,74,9,166,45,9,0,39,196,74,9,245,46,9,0,39,68,236,237,250,142,11,0,40,196,205,42,150,228,5,0,41,196,44,183,48,215,8,0,42,68,11,135,187,183,8,0,42,68,11,135,187,185,8,0,42,68,11,135,62,186,8,0,43,68,51,6,186,177,7,0,45,196,35,200,40,95,10,0,45,196,35,200,208,95,10,0,46,68,23,165,2,150,7,0,48,68,20,32,5,129,7,0,50,196,129,133,150,132,10,0,52,68,38,161,120,232,7,0,52,196,227,0,40,73,10,0,52,196,227,0,140,73,10,0,52,196,227,0,237,73,10,0,53,196,209,39,18,189,7,0,53,196,209,39,41,149,9,0,53,196,209,39,73,149,9,0,54,68,126,80,5,17,7,0,54,196,213,179,11,49,7,0,54,196,143,74,215,118,7,0,54,196,143,74,49,119,7,0,56,196,168,169,41,114,9,0,56,196,168,169,57,115,9,0,60,196,226,228,58,115,11,0,62,196,146,184,130,157,10,0,62,196,146,184,47,158,10,0,64,196,174,241,177,126,7,0,66,68,23,208,211,117,8,0,66,68,35,60,237,46,11,0,68,68,211,175,188,60,9,0,68,68,211,175,6,61,9,0,69,68,21,132,63,245,6,0,70,196,154,178,88,79,6,0,72,68,106,119,231,60,7,0,74,68,146,137,71,121,6,0,74,68,146,137,3,221,6,0,75,68,172,216,150,132,10,0,76,196,136,52,50,141,9,0,76,196,136,52,130,142,9,0,76,196,136,52,212,143,9,0,76,196,136,52,43,145,9,0,76,196,57,183,72,69,11,0,77,68,94,147,143,45,7,0,82,196,5,220,223,244,8,0,82,196,5,220,207,253,8,0,82,196,5,220,200,6,9,0,84,68,218,243,64,82,9,0,84,68,218,243,204,82,9,0,85,68,252,134,244,125,9,0,85,68,252,134,15,126,9,0,86,196,188,18,56,133,11,0,87,68,16,254,0,77,6,0,87,68,16,254,255,146,6,0,89,68,200,0,212,187,7,0,89,68,200,0,186,204,7,0,89,68,200,0,224,61,8,0,89,68,200,0,9,62,8,0,91,196,37,143,193,6,10,0,91,196,37,143,96,7,10,0,92,196,189,237,117,142,7,0,92,196,189,237,216,142,7,0,92,68,184,134,146,180,10,0,92,68,184,134,35,183,10,0,93,68,25,53,223,244,8,0,93,68,25,53,207,253,8,0,93,68,25,53,200,6,9,0,96,68,195,193,85,53,7,0,96,196,221,197,164,131,7,0,98,68,159,101,75,222,8,0,99,68,117,27,87,80,8,0,100,68,180,225,145,241,7,0,100,68,180,225,182,241,7,0,100,68,180,225,221,241,7,0,102,196,196,49,150,132,10,0,104,68,171,114,18,189,7,0,104,68,171,114,199,191,7,0,104,68,171,114,238,110,9,0,104,68,66,15,142,133,11,0,108,68,204,3,13,18,7,0,112,68,125,135,0,240,5,0,112,196,147,190,16,141,7,0,114,196,84,70,227,236,6,0,117,196,54,40,77,134,6,0,118,196,143,199,80,20,9,0,118,196,143,199,241,23,9,0,118,68,208,105,89,65,11,0,118,68,76,152,131,199,11,0,122,68,173,15,104,159,9,0,122,68,173,15,184,159,9,0,122,68,173,15,23,160,9,0,122,68,173,15,105,160,9,0,124,196,9,220,144,70,7,0,126,68,188,148,215,109,10,0,126,196,116,32,84,49,11,0,127,196,37,44,182,147,8,0,129,68,169,13,123,155,7,0,130,196,79,13,75,98,11,0,132,68,27,190,150,132,10,0,133,196,36,131,16,141,7,0,135,196,82,37,16,141,7,0,136,68,85,144,173,17,6,0,137,196,16,22,172,44,7,0,138,68,211,78,69,42,7,0,139,68,239,174,231,60,7,0,139,196,112,164,153,147,10,0,139,196,112,164,98,148,10,0,143,68,241,14,109,129,11,0,144,68,18,145,37,157,9,0,144,68,18,145,104,157,9,0,144,196,77,99,41,74,11,0,144,68,246,123,169,148,11,0,147,196,128,122,89,246,11,0,151,196,160,192,100,115,6,0,151,196,160,192,186,177,7,0,151,196,160,192,181,199,7,0,151,68,84,243,25,66,9,0,151,68,84,243,212,67,9,0,152,196,169,135,190,110,7,0,153,196,52,252,89,44,9,0,153,196,52,252,166,45,9,0,153,196,52,252,245,46,9,0,160,68,38,173,200,169,7,0,160,196,153,174,114,228,9,0,160,68,170,149,214,240,11,0,161,68,50,204,123,155,7,0,162,196,147,158,220,186,9,0,163,68,171,186,186,177,7,0,163,68,128,96,179,146,9,0,163,68,128,96,97,147,9,0,164,196,128,98,140,180,11,0,165,68,164,79,240,15,9,0,165,68,164,79,80,16,9,0,165,68,164,79,185,16,9,0,165,68,147,7,186,25,11,0,169,196,213,63,41,112,7,0,169,196,204,254,158,210,11,0,169,196,204,254,147,217,11,0,170,196,2,126,163,243,5,0,170,68,99,2,186,177,7,0,170,68,193,97,176,67,10,0,170,68,193,97,242,68,10,0,170,68,193,97,55,70,10,0,171,68,131,182,153,147,10,0,171,68,131,182,98,148,10,0,173,68,182,199,27,85,6,0,173,68,112,249,2,150,7,0,176,68,68,128,219,17,10,0,178,196,17,20,142,99,7,0,180,68,14,32,103,14,7,0,180,68,14,32,86,135,8,0,180,68,14,32,34,137,8,0,182,196,21,110,31,17,7,0,182,68,61,157,89,44,9,0,182,68,61,157,166,45,9,0,182,68,61,157,245,46,9,0,183,196,60,166,186,177,7,0,184,68,249,122,179,85,7,0,184,68,249,122,178,87,7,0,193,196,144,192,223,242,11,0,194,196,219,54,157,13,6,0,194,196,219,54,180,13,6,0,198,196,111,175,22,223,10,0,199,196,89,52,119,34,7,0,200,68,203,27,61,118,7,0,202,196,11,67,12,22,7,0,208,196,117,196,36,232,11,0,209,68,77,95,219,70,7,0,209,196,211,248,5,129,7,0,211,68,9,116,41,112,7,0,212,68,76,141,4,32,9,0,212,68,76,141,42,37,9,0,212,196,205,40,34,199,10,0,212,196,205,40,112,199,10,0,215,196,127,170,86,135,8,0,216,68,136,42,49,45,10,0,216,68,136,42,64,46,10,0,216,68,136,42,67,47,10,0,216,68,136,42,97,48,10,0,217,196,254,212,186,177,7,0,217,68,15,71,60,254,10,0,217,68,212,28,174,11,12,0,219,196,253,51,142,56,8,0,219,196,253,51,188,56,8,0,219,196,253,51,236,56,8,0,219,196,72,15,57,236,11,0,220,196,198,67,21,161,11,0,221,68,55,142,231,60,7,0,222,196,120,49,89,44,9,0,222,196,120,49,166,45,9,0,222,196,120,49,245,46,9,0,223,68,34,117,85,53,7,0,223,196,165,55,123,155,7,0,226,196,204,104,13,12,6,0,227,196,10,145,202,123,7,0,227,196,6,201,161,212,9,0,227,196,6,201,93,213,9,0,228,196,171,78,58,139,7,0,230,68,19,160,12,22,7,0,231,68,158,155,242,146,7,0,232,196,65,105,22,72,7,0,232,196,65,105,24,126,7,0,233,68,53,22,141,119,7,0,234,196,110,242,25,217,10,0,234,68,156,116,149,248,10,0,236,68,163,143,119,255,6,0,241,68,72,21,14,221,10,0,242,68,203,221,6,52,10,0,242,68,203,221,37,52,10,0,245,68,139,76,119,127,11,0,245,196,199,129,131,139,11,0,249,196,163,160,30,103,7,0,249,196,149,85,54,134,7,0,249,196,149,85,199,97,9,0,249,196,149,85,173,98,9,0,249,196,149,85,152,99,9,0,252,68,186,153,115,57,10,0,252,68,186,153,154,57,10,0,252,68,186,153,173,57,10,0,255,196,40,170,175,34,7,0,0,69,100,148,28,95,6,0,2,69,86,218,150,83,9,0,2,69,86,218,176,85,9,0,3,69,131,145,167,101,9,0,3,69,131,145,133,102,9,0,4,69,224,27,69,77,7,0,4,197,48,188,123,98,11,0,8,69,47,55,42,70,7,0,8,197,124,57,23,62,9,0,8,197,124,57,71,62,9,0,9,69,4,55,154,240,6,0,10,69,89,210,109,37,7,0,10,197,32,169,30,18,9,0,10,197,32,169,174,18,9,0,11,197,172,17,19,41,7,0,12,197,150,230,49,45,10,0,12,197,150,230,64,46,10,0,12,197,150,230,67,47,10,0,12,197,150,230,97,48,10,0,18,197,225,148,2,150,7,0,19,197,17,165,151,110,10,0,19,197,17,165,247,110,10,0,19,197,17,165,84,111,10,0,20,197,195,80,20,125,7,0,20,197,93,187,201,251,10,0,26,197,215,210,123,155,7,0,28,69,53,51,215,109,10,0,29,69,160,117,12,67,6,0,31,197,254,241,250,70,8,0,33,69,48,18,18,189,7,0,34,197,61,73,97,190,6,0,38,197,188,112,172,41,7,0,39,69,205,107,81,127,10,0,41,197,179,61,62,95,6,0,41,69,108,41,192,69,9,0,41,69,108,41,164,70,9,0,41,69,108,41,128,71,9,0,44,197,193,22,123,155,7,0,50,69,145,248,186,177,7,0,50,69,145,248,26,207,7,0,52,197,15,74,24,126,7,0,53,69,3,163,153,147,10,0,53,69,3,163,98,148,10,0,55,197,225,231,94,210,7,0,59,197,81,146,30,19,11,0,61,69,78,32,119,26,7,0,61,197,94,158,41,112,7,0,63,69,173,218,12,173,10,0,63,69,173,218,60,173,10,0,65,69,182,25,228,244,10,0,66,69,29,98,8,252,5,0,67,69,218,13,58,139,7,0,68,197,7,68,223,244,8,0,68,197,7,68,207,253,8,0,68,197,7,68,200,6,9,0,70,197,86,127,5,129,7,0,70,69,19,21,13,80,11,0,73,69,85,2,31,224,10,0,75,69,89,161,235,137,11,0,76,197,203,8,120,232,7,0,77,69,183,55,181,167,6,0,78,197,33,221,94,145,11,0,81,69,114,239,131,110,6,0,81,69,195,10,56,75,7,0,84,197,219,146,145,139,7,0,87,197,139,66,215,118,7,0,87,197,139,66,49,119,7,0,88,69,153,105,223,244,8,0,88,69,153,105,207,253,8,0,88,69,153,105,200,6,9,0,89,69,189,3,9,35,7,0,89,69,184,170,115,145,11,0,91,69,242,241,186,177,7,0,92,69,81,222,37,77,9,0,92,69,246,17,183,217,11,0,93,69,177,4,87,152,10,0,93,69,177,4,193,152,10,0,97,69,214,211,113,107,11,0,103,197,95,142,194,115,7,0,103,69,193,70,41,114,9,0,103,69,193,70,57,115,9,0,104,197,75,243,104,116,7,0,104,197,79,75,186,177,7,0,107,197,181,37,3,14,12,0,108,197,237,134,232,55,10,0,108,197,237,134,7,56,10,0,109,69,91,220,112,73,7,0,109,69,197,227,248,237,9,0,109,69,197,227,238,238,9,0,114,69,200,47,166,78,7,0,114,69,199,102,30,169,10,0,114,69,199,102,207,169,10,0,116,197,94,135,200,54,11,0,118,69,4,149,48,16,8,0,118,197,143,95,161,212,9,0,118,197,143,95,93,213,9,0,119,69,211,141,68,89,7,0,119,69,160,221,223,244,8,0,119,69,160,221,207,253,8,0,119,69,160,221,200,6,9,0,119,69,224,79,167,101,9,0,119,69,224,79,167,101,9,0,119,69,224,79,133,102,9,0,119,69,224,79,133,102,9,0,124,69,136,7,39,106,11,0,124,69,136,7,109,108,11,0,128,69,2,46,151,110,10,0,128,69,2,46,247,110,10,0,128,69,2,46,84,111,10,0,130,69,156,84,243,187,6,0,130,197,24,195,245,213,8,0,130,69,128,174,183,199,9,0,130,69,128,174,217,199,9,0,130,69,128,174,242,199,9,0,131,197,140,180,194,26,7,0,134,197,151,217,231,60,7,0,135,197,160,219,61,49,7,0,137,69,131,29,150,40,7,0,137,69,131,29,186,177,7,0,137,69,131,29,18,189,7,0,137,69,131,29,138,235,7,0,137,69,131,29,173,235,7,0,137,69,108,233,156,78,10,0,137,69,108,233,187,78,10,0,137,69,108,233,212,78,10,0,138,69,221,230,183,147,7,0,141,69,98,230,184,124,7,0,141,69,98,230,20,125,7,0,144,197,133,210,244,206,8,0,145,69,25,187,68,89,7,0,145,69,247,36,54,134,7,0,148,197,190,117,61,49,7,0,148,69,253,219,4,240,11,0,149,197,79,118,56,84,7,0,149,69,52,144,244,106,7,0,149,69,92,229,169,148,11,0,150,69,83,110,132,226,8,0,150,69,163,138,114,228,9,0,151,197,216,226,197,95,7,0,152,197,177,70,84,25,8,0,153,69,99,80,10,118,7,0,154,197,50,193,148,89,6,0,154,69,22,126,220,186,9,0,154,69,22,126,61,187,9,0,154,69,22,126,163,187,9,0,154,69,22,126,2,188,9,0,154,69,22,126,106,188,9,0,154,69,148,195,150,132,10,0,156,69,192,105,158,52,7,0,158,69,212,193,104,116,7,0,158,69,212,193,244,58,8,0,159,69,141,254,186,177,7,0,159,69,227,137,4,32,9,0,159,69,227,137,42,37,9,0,160,69,6,152,219,70,7,0,160,69,55,185,2,150,7,0,161,69,69,237,41,114,9,0,161,69,69,237,57,115,9,0,161,69,167,4,98,11,11,0,163,69,169,134,147,0,6,0,163,69,223,242,150,132,10,0,163,69,105,3,238,214,10,0,164,197,98,127,2,150,7,0,165,197,211,158,239,100,6,0,165,69,107,136,150,83,9,0,165,69,107,136,176,85,9,0,166,69,154,191,125,48,9,0,166,69,154,191,110,49,9,0,167,69,62,192,188,153,6,0,168,197,29,33,161,138,7,0,170,197,66,97,231,60,7,0,170,197,66,97,199,191,7,0,170,197,66,97,186,204,7,0,170,197,198,148,163,61,9,0,170,197,198,148,195,61,9,0,170,197,66,97,183,71,11,0,170,197,89,195,200,142,11,0,172,197,23,170,6,52,10,0,172,197,23,170,37,52,10,0,174,69,224,45,169,107,6,0,176,69,80,148,185,77,6,0,176,69,107,119,90,199,11,0,178,197,170,48,65,24,7,0,179,197,43,112,108,115,7,0,179,69,38,176,186,177,7,0,179,197,60,167,62,95,8,0,181,197,220,156,166,78,7,0,181,197,47,214,199,191,7,0,181,197,192,211,150,132,10,0,182,197,12,143,40,95,10,0,182,197,12,143,208,95,10,0,182,69,206,103,232,215,11,0,184,69,29,154,37,13,6,0,184,197,252,18,245,91,9,0,184,197,252,18,31,92,9,0,185,197,93,33,85,53,7,0,190,197,116,184,199,191,7,0,190,197,116,184,90,169,8,0,191,197,196,232,41,112,7,0,191,197,196,232,136,189,8,0,194,197,4,187,153,231,5,0,195,197,159,144,124,240,6,0,195,197,159,144,199,191,7,0,195,197,159,144,5,160,8,0,195,197,159,144,121,160,8,0,195,197,159,144,227,160,8,0,195,197,159,144,169,125,10,0,196,197,193,115,219,248,5,0,196,197,193,115,39,40,6,0,196,197,251,21,114,228,9,0,197,69,121,249,85,53,7,0,197,69,138,149,18,189,7,0,203,197,141,196,199,191,7,0,203,197,141,196,90,169,8,0,203,197,110,49,167,101,9,0,203,197,110,49,133,102,9,0,205,69,52,186,145,139,7,0,207,197,146,83,199,191,7,0,208,69,239,142,192,119,6,0,209,69,93,170,179,85,7,0,209,69,93,170,178,87,7,0,211,69,218,83,205,73,7,0,211,197,131,174,244,124,11,0,212,197,234,211,197,95,7,0,213,69,170,17,150,132,10,0,213,197,102,18,150,132,10,0,218,197,94,26,254,236,5,0,219,197,167,28,149,127,7,0,219,69,30,217,86,135,8,0,222,69,246,252,220,13,6,0,222,197,252,202,192,69,9,0,222,197,252,202,164,70,9,0,222,197,252,202,128,71,9,0,223,197,105,78,161,54,6,0,223,197,105,78,172,145,6,0,223,197,105,78,179,85,7,0,223,197,105,78,178,87,7,0,223,197,36,36,242,145,7,0,223,69,39,34,80,20,9,0,223,69,39,34,241,23,9,0,224,69,126,98,117,30,7,0,225,197,32,36,143,45,7,0,225,197,126,115,145,139,7,0,226,197,29,244,230,119,6,0,227,69,120,21,64,82,9,0,227,69,120,21,204,82,9,0,227,69,138,231,161,212,9,0,227,69,138,231,93,213,9,0,230,197,14,78,255,231,6,0,230,69,189,132,42,177,11,0,231,69,104,220,97,28,9,0,231,69,104,220,1,29,9,0,231,69,104,220,166,29,9,0,234,197,97,3,88,183,6,0,234,197,97,3,69,42,7,0,237,69,229,250,194,18,7,0,238,69,127,44,190,110,7,0,239,197,228,28,223,244,8,0,239,197,228,28,207,253,8,0,239,197,228,28,200,6,9,0,241,69,227,40,223,244,8,0,241,69,227,40,207,253,8,0,241,69,227,40,200,6,9,0,242,197,113,248,209,45,8,0,245,197,237,32,2,83,7,0,246,69,135,2,102,143,8,0,248,197,156,199,56,106,7,0,248,69,57,50,222,176,8,0,248,69,77,14,150,132,10,0,249,69,18,112,4,32,9,0,249,69,18,112,42,37,9,0,250,197,2,128,231,60,7,0,250,197,101,208,236,166,7,0,250,197,101,208,181,167,7,0,253,197,120,241,123,101,8,0,253,69,207,10,26,110,11,0,0,70,139,220,117,121,7,0,0,70,244,20,52,208,11,0,0,70,104,137,214,240,11,0,1,70,72,49,37,77,9,0,3,198,21,199,186,177,7,0,3,198,204,132,172,80,11,0,6,198,184,149,195,49,7,0,6,70,83,228,186,204,7,0,9,70,171,122,73,119,6,0,13,198,229,188,5,110,6,0,13,70,191,125,231,60,7,0,13,70,106,0,72,28,11,0,16,198,204,6,37,32,10,0,16,198,204,6,82,32,10,0,18,70,51,21,127,17,11,0,18,198,127,168,87,104,11,0,19,70,211,4,199,191,7,0,19,70,211,4,25,180,8,0,19,70,211,4,175,180,8,0,19,70,211,4,81,181,8,0,19,70,211,4,100,114,10,0,20,70,153,162,135,31,7,0,20,70,5,12,116,224,10,0,21,198,59,113,102,143,8,0,23,198,84,247,153,15,7,0,23,70,43,215,150,132,10,0,25,198,25,244,80,20,9,0,25,198,25,244,241,23,9,0,33,70,72,154,58,251,5,0,35,198,159,73,118,182,8,0,38,198,165,107,244,106,7,0,40,198,9,53,231,60,7,0,40,198,144,1,30,103,7,0,41,198,146,77,4,32,9,0,41,198,146,77,42,37,9,0,42,198,118,253,104,159,9,0,42,198,118,253,184,159,9,0,42,198,118,253,23,160,9,0,42,198,118,253,105,160,9,0,45,70,219,86,85,53,7,0,46,70,255,176,167,25,7,0,49,70,231,242,199,191,7,0,54,70,180,92,102,123,9,0,54,70,180,92,26,124,9,0,56,70,23,59,121,252,6,0,56,70,129,19,219,70,7,0,56,70,23,59,132,207,9,0,58,70,103,142,54,134,7,0,59,198,49,18,164,131,7,0,60,70,70,91,121,252,6,0,60,70,70,91,132,207,9,0,60,198,240,143,248,237,9,0,60,198,240,143,238,238,9,0,61,198,200,211,195,98,6,0,61,198,66,116,205,39,7,0,61,198,137,116,146,200,8,0,61,198,137,116,205,200,8,0,69,198,223,145,147,0,7,0,70,198,5,83,231,203,6,0,73,198,53,39,20,185,6,0,73,198,105,143,85,53,7,0,73,198,160,63,4,32,9,0,73,198,160,63,42,37,9,0,73,70,253,158,180,53,9,0,73,70,253,158,36,54,9,0,74,198,207,28,70,162,10,0,79,70,228,117,231,60,7,0,80,198,101,36,198,110,11,0,82,70,102,218,4,32,9,0,82,70,102,218,42,37,9,0,84,198,25,121,13,18,7,0,89,70,73,183,120,33,6,0,89,70,73,183,153,168,7,0,89,70,92,197,176,216,11,0,90,70,103,58,115,193,8,0,90,198,207,247,194,204,9,0,91,198,206,168,56,233,7,0,91,198,206,168,240,114,10,0,91,198,206,168,38,115,10,0,91,198,206,168,99,115,10,0,94,70,65,161,244,106,7,0,96,70,241,96,246,55,8,0,97,70,86,226,218,249,10,0,99,70,179,94,247,10,6,0,99,198,163,229,199,191,7,0,99,198,163,229,90,169,8,0,100,70,103,171,4,32,9,0,100,70,103,171,42,37,9,0,102,70,36,253,18,189,7,0,102,70,36,253,223,244,8,0,102,70,36,253,207,253,8,0,102,70,36,253,200,6,9,0,103,198,239,196,14,197,11,0,104,198,169,150,123,155,7,0,107,198,194,127,3,126,6,0,109,198,207,127,180,5,11,0,110,198,201,148,186,177,7,0,111,70,231,242,223,244,8,0,111,70,231,242,207,253,8,0,111,70,231,242,200,6,9,0,113,198,182,18,2,150,7,0,117,198,124,220,150,132,10,0,117,70,209,137,223,242,11,0,119,198,192,196,250,122,8,0,120,198,116,172,32,28,7,0,120,198,243,33,80,20,9,0,120,198,243,33,241,23,9,0,121,198,43,15,150,83,9,0,121,198,43,15,176,85,9,0,122,198,179,194,223,244,8,0,122,198,179,194,207,253,8,0,122,198,179,194,200,6,9,0,122,198,63,221,42,177,11,0,125,70,153,8,41,112,7,0,126,198,104,203,223,244,8,0,126,198,104,203,207,253,8,0,126,198,104,203,200,6,9,0,126,70,115,40,46,248,10,0,127,198,77,132,242,138,11,0,129,70,72,76,156,238,10,0,130,198,125,216,163,229,7,0,130,198,34,253,111,113,8,0,132,198,82,182,5,46,7,0,134,198,138,111,25,194,6,0,135,198,8,255,41,121,6,0,141,198,79,160,252,74,7,0,142,198,247,38,235,137,11,0,144,198,93,59,120,33,6,0,144,198,93,59,153,168,7,0,148,198,246,177,179,85,7,0,148,198,246,177,178,87,7,0,148,70,211,26,129,192,11,0,149,198,79,67,190,110,7,0,150,70,64,135,199,247,10,0,158,198,160,175,231,60,7,0,159,70,33,138,249,162,6,0,160,70,214,173,150,111,7,0,160,70,115,171,72,6,12,0,164,198,123,22,86,135,8,0,167,198,33,193,27,188,10,0,167,198,33,193,104,188,10,0,168,70,82,28,231,60,7,0,169,198,133,57,231,60,7,0,171,70,60,56,120,33,6,0,171,70,60,56,153,168,7,0,171,70,138,39,230,118,9,0,171,70,138,39,190,119,9,0,172,70,212,23,2,83,7,0,173,198,122,119,88,66,6,0,174,198,29,96,130,157,10,0,174,198,29,96,47,158,10,0,176,198,64,66,123,155,7,0,176,70,215,83,199,191,7,0,176,70,215,83,132,53,10,0,176,70,181,166,146,180,10,0,176,70,181,166,35,183,10,0,176,70,113,63,6,16,11,0,177,70,117,196,215,117,9,0,177,70,117,196,29,118,9,0,177,70,117,196,106,118,9,0,178,70,49,190,223,102,10,0,178,70,49,190,23,103,10,0,178,70,49,190,80,103,10,0,187,70,103,168,174,66,8,0,189,70,69,248,2,150,7,0,189,70,157,38,136,227,8,0,189,70,157,38,242,227,8,0,189,198,184,54,85,241,11,0,190,70,152,1,86,135,8,0,191,198,22,96,171,80,6,0,194,70,87,71,4,32,9,0,194,70,87,71,42,37,9,0,195,70,251,247,80,20,9,0,195,70,251,247,241,23,9,0,195,70,31,13,4,32,9,0,195,70,31,13,42,37,9,0,197,198,13,189,199,191,7,0,197,198,13,189,25,180,8,0,197,198,13,189,175,180,8,0,197,198,13,189,81,181,8,0,197,198,13,189,100,114,10,0,198,198,203,159,36,156,6,0,201,70,183,169,107,163,8,0,201,198,161,198,4,32,9,0,201,198,161,198,42,37,9,0,201,198,71,192,251,143,11,0,201,198,57,130,216,155,11,0,203,70,115,137,28,226,5,0,205,198,117,37,108,181,6,0,205,198,189,129,76,155,11,0,206,198,236,225,104,136,9,0,206,198,236,225,137,136,9,0,206,198,236,225,174,136,9,0,206,70,239,233,124,92,11,0,207,70,13,41,20,125,7,0,212,198,79,197,4,32,9,0,212,198,79,197,42,37,9,0,213,70,21,237,133,43,9,0,213,70,21,237,219,43,9,0,213,198,185,60,150,83,9,0,213,198,185,60,176,85,9,0,214,198,177,79,59,7,12,0,215,198,224,138,212,187,7,0,215,198,224,138,76,204,7,0,216,198,147,190,231,60,7,0,218,70,221,210,33,22,6,0,218,70,27,245,56,84,7,0,220,70,169,116,230,118,9,0,220,70,169,116,190,119,9,0,222,198,115,250,11,214,7,0,222,198,173,51,174,66,8,0,223,70,241,56,76,60,11,0,225,70,137,10,255,116,9,0,225,70,137,10,31,117,9,0,226,198,183,161,244,125,9,0,226,198,183,161,15,126,9,0,229,70,121,148,41,99,6,0,229,70,139,203,107,244,11,0,235,70,141,248,123,155,7,0,235,198,28,223,115,150,9,0,236,198,218,223,87,152,10,0,236,198,218,223,193,152,10,0,238,70,112,168,44,213,10,0,242,198,181,148,17,127,6,0,242,70,170,5,167,101,9,0,242,70,170,5,133,102,9,0,242,70,128,59,15,215,10,0,243,70,39,22,49,152,10,0,244,198,157,93,17,38,11,0,245,198,4,138,211,102,7,0,246,70,80,74,170,125,8,0,246,198,181,196,241,2,10,0,246,198,181,196,254,3,10,0,247,198,15,232,84,244,11,0,248,198,155,123,149,127,7,0,248,70,246,179,186,177,7,0,250,70,123,232,172,44,7,0,251,198,190,223,71,191,10,0,251,198,190,223,169,192,10,0,253,70,224,46,215,173,9,0,253,70,224,46,142,174,9,0,3,199,173,87,121,47,7,0,5,199,47,111,176,214,10,0,6,71,175,254,223,172,6,0,7,199,67,55,242,176,9,0,7,199,67,55,13,177,9,0,7,199,67,55,42,177,9,0,13,199,119,27,134,238,10,0,14,71,40,231,55,89,6,0,14,71,40,231,137,102,7,0,17,199,85,144,92,14,11,0,19,71,112,145,69,51,7,0,19,71,112,145,85,53,7,0,21,199,254,18,5,46,7,0,24,199,144,125,205,0,7,0,24,71,9,124,25,66,9,0,24,71,9,124,212,67,9,0,25,71,215,203,135,122,7,0,25,71,215,203,77,85,11,0,26,199,158,201,135,87,10,0,26,199,158,201,174,87,10,0,27,199,58,15,87,75,7,0,29,71,100,2,150,83,9,0,29,71,100,2,176,85,9,0,30,71,251,206,30,103,7,0,37,199,229,20,190,118,11,0,42,199,119,227,41,100,10,0,43,71,137,24,25,44,7,0,44,71,80,203,18,241,5,0,45,71,62,167,4,32,9,0,45,71,62,167,42,37,9,0,48,199,62,122,208,19,11,0,49,199,128,213,70,217,10,0,51,71,214,173,166,78,7,0,52,199,164,68,94,35,8,0,53,199,113,244,144,143,7,0,53,199,173,95,155,145,7,0,53,199,173,95,200,145,7,0,55,199,214,114,169,237,5,0,55,199,214,114,59,157,6,0,58,71,113,137,161,98,7,0,59,71,101,158,140,92,9,0,59,71,101,158,54,93,9,0,60,71,27,238,199,97,9,0,60,71,27,238,173,98,9,0,60,71,27,238,152,99,9,0,60,199,37,229,176,67,10,0,60,199,37,229,242,68,10,0,60,199,37,229,55,70,10,0,62,71,215,177,208,79,9,0,62,71,215,177,138,80,9,0,62,71,215,177,56,81,9,0,67,199,222,75,228,91,7,0,67,199,222,75,12,213,10,0,68,71,74,189,2,150,7,0,68,199,239,245,199,191,7,0,68,199,239,245,151,206,7,0,68,199,239,245,191,206,7,0,68,199,232,103,97,28,9,0,68,199,232,103,1,29,9,0,68,199,232,103,166,29,9,0,70,199,133,45,41,112,7,0,71,199,189,191,44,236,5,0,71,71,251,95,196,144,11,0,71,71,251,95,213,144,11,0,72,71,107,73,151,165,6,0,73,71,81,242,223,244,8,0,73,71,81,242,207,253,8,0,73,71,81,242,200,6,9,0,74,71,183,169,179,85,7,0,74,71,183,169,178,87,7,0,77,71,246,7,123,155,7,0,81,71,233,54,37,229,10,0,81,71,233,54,53,229,10,0,85,199,203,156,232,3,6,0,85,199,52,190,164,131,7,0,87,199,46,170,212,187,7,0,87,199,46,170,92,198,7,0,87,199,95,187,180,53,9,0,87,199,95,187,36,54,9,0,89,71,80,135,167,101,9,0,89,71,80,135,133,102,9,0,95,199,38,173,139,128,6,0,97,199,60,163,41,114,9,0,97,199,60,163,57,115,9,0,103,199,180,17,104,5,12,0,104,199,203,15,85,53,7,0,105,71,94,139,199,191,7,0,105,71,134,249,94,210,7,0,105,71,94,139,7,60,11,0,107,71,55,243,187,188,6,0,107,199,214,181,50,141,9,0,107,199,214,181,130,142,9,0,107,199,214,181,212,143,9,0,107,199,214,181,43,145,9,0,109,71,194,45,74,227,10,0,110,71,79,69,244,106,7,0,110,71,39,141,223,244,8,0,110,71,39,141,207,253,8,0,110,71,39,141,200,6,9,0,111,199,173,196,25,44,7,0,111,199,173,196,42,230,10,0,111,71,188,52,46,23,11,0,112,71,161,117,5,101,7,0,113,199,38,56,173,104,6,0,113,199,197,176,107,26,8,0,114,71,21,150,160,235,5,0,118,71,91,108,45,52,11,0,120,199,210,43,114,228,9,0,124,199,129,143,214,234,9,0,124,199,129,143,34,235,9,0,125,199,209,150,67,158,8,0,127,199,135,48,80,20,9,0,127,199,135,48,241,23,9,0,128,199,112,40,80,20,9,0,128,199,112,40,241,23,9,0,129,199,104,0,149,140,6,0,131,199,230,17,22,12,10,0,131,199,230,17,98,12,10,0,132,71,100,141,90,20,7,0,135,199,1,178,231,60,7,0,138,199,50,204,50,141,9,0,138,199,50,204,130,142,9,0,138,199,50,204,212,143,9,0,139,199,248,107,123,155,7,0,141,71,29,250,186,177,7,0,141,199,23,82,229,227,10,0,141,199,23,82,251,253,10,0,141,71,213,107,19,77,11,0,141,199,146,134,158,93,11,0,143,199,183,3,116,32,7,0,145,71,224,72,150,132,10,0,145,199,98,244,51,0,12,0,146,199,135,248,54,134,7,0,146,199,161,194,30,222,10,0,148,199,128,101,119,149,11,0,150,199,196,232,85,53,7,0,152,199,86,115,201,98,8,0,152,71,157,83,37,157,9,0,152,71,157,83,104,157,9,0,154,199,165,247,85,53,7,0,155,199,227,47,21,32,7,0,155,199,20,193,186,177,7,0,157,71,103,27,172,224,9,0,157,71,103,27,194,224,9,0,157,71,49,130,60,27,11,0,159,199,245,217,4,32,9,0,159,199,245,217,42,37,9,0,163,71,181,148,223,244,8,0,163,71,181,148,207,253,8,0,163,71,181,148,200,6,9,0,165,71,210,200,80,20,9,0,165,71,210,200,241,23,9,0,167,71,8,206,135,122,7,0,169,71,151,23,213,250,11,0,170,199,176,230,41,112,7,0,177,199,135,114,178,86,6,0,178,71,227,95,215,53,6,0,179,199,91,226,116,75,9,0,179,199,91,226,173,75,9,0,180,199,131,193,178,152,8,0,182,71,213,191,240,68,7,0,183,199,233,10,37,142,7,0,183,71,33,237,150,132,10,0,185,71,226,56,13,2,6,0,185,71,169,18,85,53,7,0,185,199,160,68,123,155,7,0,189,199,175,230,145,1,6,0,189,71,57,65,146,180,10,0,189,71,57,65,35,183,10,0,196,199,211,54,40,95,10,0,196,199,211,54,208,95,10,0,197,71,95,46,128,62,10,0,197,71,95,46,229,62,10,0,198,71,239,127,239,137,6,0,198,199,23,152,142,99,7,0,199,71,47,152,51,20,7,0,200,199,244,147,133,74,7,0,200,199,244,147,199,191,7,0,202,199,16,244,148,35,11,0,204,71,224,83,244,133,6,0,204,199,78,205,127,195,6,0,204,71,197,106,217,225,6,0,204,71,197,106,235,22,7,0,205,71,145,93,197,95,7,0,205,199,187,254,145,139,7,0,205,199,228,159,107,63,8,0,208,71,231,242,80,20,9,0,208,71,231,242,241,23,9,0,209,199,182,203,89,44,9,0,209,199,182,203,166,45,9,0,209,199,182,203,245,46,9,0,210,199,205,131,186,177,7,0,210,199,181,21,178,28,8,0,211,71,157,38,206,21,7,0,213,199,180,230,119,26,7,0,213,199,16,13,194,26,7,0,214,71,57,202,241,2,10,0,214,71,57,202,254,3,10,0,215,71,53,176,184,33,7,0,218,199,215,72,146,69,7,0,218,199,215,72,206,69,7,0,220,71,118,51,41,252,5,0,225,71,220,251,2,150,7,0,226,199,50,90,223,244,8,0,226,199,50,90,207,253,8,0,226,199,50,90,200,6,9,0,226,199,78,179,80,20,9,0,226,199,78,179,241,23,9,0,229,199,94,188,177,126,7,0,230,71,36,168,213,101,7,0,230,71,36,168,186,177,7,0,231,199,150,105,196,238,11,0,234,199,102,209,2,150,7,0,237,199,5,201,128,62,10,0,237,199,5,201,229,62,10,0,239,71,213,151,39,87,6,0,240,199,151,111,123,155,7,0,240,199,198,101,30,169,10,0,240,199,198,101,207,169,10,0,243,199,188,77,235,137,11,0,244,199,79,251,68,89,7,0,244,199,79,251,228,91,7,0,245,71,108,20,24,47,7,0,245,71,157,38,231,60,7,0,246,71,233,59,87,75,7,0,251,71,81,63,120,33,6,0,251,71,81,63,153,168,7,0,252,199,102,2,216,121,6,0,252,199,102,2,59,31,8,0,252,199,102,2,111,31,8,0,252,199,102,2,162,31,8,0,0,200,26,84,2,150,7,0,1,200,29,183,195,49,7,0,2,200,67,59,167,101,9,0,2,200,67,59,133,102,9,0,5,72,112,167,231,60,7,0,5,72,146,134,64,82,9,0,5,72,146,134,204,82,9,0,6,72,165,122,70,217,10,0,9,72,188,109,2,68,11,0,9,72,5,85,13,150,11,0,13,72,190,175,204,46,7,0,14,200,143,100,146,180,10,0,14,200,143,100,35,183,10,0,15,72,47,254,203,100,7,0,19,72,155,2,73,27,6,0,19,72,220,241,153,203,11,0,20,200,209,80,35,23,7,0,25,72,82,232,224,149,11,0,27,200,44,209,120,33,6,0,27,72,180,54,68,89,7,0,27,72,180,54,228,91,7,0,27,200,214,66,117,121,7,0,27,200,44,209,153,168,7,0,34,200,2,46,107,63,8,0,35,200,102,139,117,121,7,0,36,72,110,33,223,244,8,0,36,72,110,33,207,253,8,0,36,72,110,33,200,6,9,0,36,72,183,131,95,75,11,0,37,72,40,253,85,53,7,0,41,72,234,149,201,215,6,0,41,72,215,203,34,199,10,0,41,72,215,203,112,199,10,0,42,200,34,176,31,36,6,0,42,200,243,125,128,140,10,0,42,200,243,125,20,141,10,0,42,200,243,125,172,141,10,0,42,72,146,247,242,66,11,0,43,72,75,111,25,85,11,0,44,72,63,139,123,155,7,0,49,72,165,166,153,82,7,0,52,72,117,81,87,75,7,0,53,200,202,128,116,32,7,0,53,72,112,84,161,176,9,0,53,72,112,84,203,176,9,0,54,200,97,72,107,16,7,0,55,72,61,22,80,20,9,0,55,72,61,22,241,23,9,0,56,72,19,239,9,153,11,0,58,72,179,209,106,62,11,0,60,200,84,113,83,48,7,0,60,72,208,193,5,129,7,0,60,200,19,51,54,134,7,0,62,72,116,7,14,62,10,0,62,72,116,7,229,62,10,0,62,200,236,209,146,180,10,0,62,200,236,209,35,183,10,0,63,72,249,114,5,129,7,0,64,72,156,38,93,243,11,0,69,72,2,43,4,32,9,0,69,72,2,43,42,37,9,0,69,200,214,34,35,109,11,0,70,72,180,81,119,23,7,0,70,200,4,9,172,44,7,0,71,72,253,98,85,53,7,0,72,200,143,156,241,2,10,0,72,200,143,156,254,3,10,0,73,72,234,2,153,147,10,0,73,72,234,2,98,148,10,0,74,72,146,205,83,118,8,0,75,200,82,126,142,139,6,0,75,200,166,142,102,105,9,0,75,200,166,142,57,107,9,0,76,72,157,38,172,231,6,0,78,72,160,133,108,113,6,0,83,72,140,200,231,60,7,0,87,200,35,86,179,85,7,0,87,200,35,86,131,59,9,0,87,200,114,47,69,215,11,0,88,72,9,146,238,166,6,0,88,72,62,5,231,60,7,0,90,200,112,8,186,177,7,0,92,72,14,12,223,244,8,0,92,72,14,12,207,253,8,0,92,72,14,12,200,6,9,0,92,72,226,200,9,25,11,0,93,200,89,220,149,127,7,0,94,200,150,58,102,105,9,0,94,200,150,58,57,107,9,0,95,200,99,35,231,60,7,0,95,200,98,244,103,121,8,0,95,200,98,244,41,6,12,0,101,72,214,148,166,216,6,0,104,200,80,143,36,230,5,0,105,200,71,159,109,37,7,0,106,72,70,211,199,87,6,0,113,72,137,251,183,147,7,0,115,200,175,75,145,139,7,0,117,200,250,237,233,185,6,0,117,72,203,138,26,225,7,0,125,200,234,33,22,72,7,0,125,200,119,226,145,139,7,0,125,200,223,110,158,213,11,0,126,72,153,70,30,103,7,0,126,200,163,111,220,111,11,0,127,72,35,183,195,157,11,0,132,72,215,203,153,147,10,0,132,72,215,203,98,148,10,0,133,200,146,14,45,65,8,0,134,200,97,174,107,63,8,0,136,200,66,202,65,24,7,0,136,72,206,38,85,53,7,0,136,72,228,11,181,109,7,0,138,200,202,227,54,134,7,0,146,72,137,172,49,45,10,0,146,72,137,172,64,46,10,0,146,72,137,172,67,47,10,0,146,72,137,172,97,48,10,0,150,200,240,237,85,53,7,0,154,72,218,80,197,95,7,0,155,72,34,62,80,20,9,0,155,72,34,62,241,23,9,0,156,72,66,245,143,85,7,0,157,72,14,182,114,228,9,0,157,200,188,202,231,116,11,0,158,200,26,20,68,89,7,0,158,200,113,18,34,103,11,0,159,200,124,147,123,155,7,0,159,72,229,167,248,237,9,0,159,72,229,167,238,238,9,0,160,72,235,65,8,173,6,0,160,200,46,24,231,60,7,0,160,200,113,218,59,69,7,0,161,200,49,34,48,158,9,0,161,200,49,34,139,158,9,0,161,200,49,34,224,158,9,0,165,72,241,78,56,106,7,0,167,72,249,96,73,49,6,0,168,200,46,0,187,183,8,0,168,200,46,0,79,185,8,0,168,200,46,0,187,185,8,0,171,72,142,7,85,53,7,0,172,200,107,136,169,148,11,0,172,200,107,136,221,148,11,0,174,72,139,27,59,19,7,0,175,72,108,77,186,177,7,0,177,72,40,144,109,37,7,0,177,200,120,60,149,127,7,0,177,72,189,111,198,39,11,0,178,200,254,211,109,219,7,0,179,200,13,107,123,155,7,0,179,200,154,199,223,244,8,0,179,200,154,199,207,253,8,0,179,200,154,199,200,6,9,0,181,72,132,248,85,53,7,0,182,72,170,78,72,161,8,0,182,72,170,78,214,161,8,0,182,72,170,78,89,162,8,0,184,200,224,142,192,231,11,0,186,72,76,114,145,139,7,0,186,72,219,1,31,219,11,0,189,200,32,199,92,207,6,0,189,200,208,221,30,78,7,0,193,72,180,222,105,17,6,0,194,200,170,191,79,29,6,0,195,72,224,36,65,107,10,0,195,72,224,36,118,107,10,0,196,200,167,127,197,246,10,0,196,72,253,145,39,160,11,0,197,72,173,214,233,234,10,0,203,200,169,33,150,83,9,0,203,200,169,33,176,85,9,0,205,72,230,63,243,169,6,0,205,200,187,161,85,53,7,0,205,72,48,30,152,198,8,0,208,72,212,219,58,115,11,0,210,72,216,42,251,33,11,0,215,200,56,188,174,66,8,0,215,200,49,149,41,114,9,0,215,200,49,149,57,115,9,0,216,200,89,91,80,20,9,0,216,200,89,91,241,23,9,0,218,72,70,225,51,20,7,0,223,72,88,80,150,132,10,0,224,200,14,23,85,53,7,0,229,72,7,84,40,245,6,0,234,72,43,62,231,60,7,0,235,72,128,182,54,134,7,0,235,200,84,249,2,150,7,0,236,200,225,9,117,121,7,0,239,72,120,15,183,143,8,0,240,72,3,126,85,53,7,0,240,72,119,188,84,49,11,0,242,72,171,236,81,230,7,0,242,72,132,112,12,255,7,0,244,200,126,112,59,86,6,0,244,72,202,244,87,75,7,0,245,72,55,127,251,222,7,0,245,200,61,198,202,120,9,0,245,200,61,198,90,121,9,0,248,72,196,178,37,77,9,0,251,200,176,3,174,66,8,0,252,72,172,28,123,155,7,0,255,200,232,234,66,21,6,0,0,73,106,114,50,171,7,0,5,201,82,230,186,177,7,0,5,73,119,114,177,109,9,0,5,73,119,114,216,109,9,0,6,73,94,132,43,52,7,0,6,73,254,69,215,173,9,0,6,73,254,69,142,174,9,0,6,201,226,220,96,66,10,0,6,201,169,55,98,98,11,0,12,73,31,203,233,185,6,0,13,201,124,32,232,222,9,0,13,201,124,32,55,223,9,0,14,201,249,51,125,189,11,0,15,201,89,166,231,51,8,0,19,201,127,171,155,23,6,0,19,201,40,71,223,244,8,0,19,201,40,71,207,253,8,0,19,201,40,71,200,6,9,0,20,73,5,77,239,169,9,0,21,201,44,114,84,157,11,0,22,201,209,186,22,96,9,0,22,201,209,186,98,96,9,0,24,201,20,12,144,143,7,0,28,73,218,29,59,86,6,0,31,73,181,230,54,134,7,0,32,73,196,81,80,20,9,0,32,73,196,81,241,23,9,0,33,73,42,142,231,60,7,0,34,201,223,67,75,84,11,0,36,73,157,38,204,46,7,0,36,73,172,242,180,216,10,0,36,73,157,38,86,43,11,0,37,73,217,147,58,127,6,0,38,73,18,48,85,53,7,0,42,73,156,38,129,148,7,0,42,73,156,38,217,148,7,0,43,73,52,78,153,42,7,0,43,201,35,237,5,129,7,0,43,73,60,211,150,83,9,0,43,73,60,211,176,85,9,0,43,201,19,241,42,30,10,0,43,201,19,241,67,30,10,0,44,73,213,1,15,254,5,0,44,201,189,210,65,109,9,0,44,201,189,210,97,109,9,0,44,73,213,151,210,154,11,0,44,73,213,151,17,155,11,0,45,73,75,233,245,35,6,0,45,201,165,96,71,191,10,0,45,201,165,96,169,192,10,0,46,201,134,54,54,134,7,0,46,73,166,109,54,134,7,0,47,201,236,107,120,33,6,0,47,201,236,107,153,168,7,0,54,201,30,46,174,228,6,0,54,201,79,241,69,51,7,0,57,73,154,60,195,49,7,0,58,201,240,149,53,97,7,0,59,73,28,213,96,66,10,0,60,73,6,159,150,132,10,0,63,201,204,179,231,60,7,0,63,73,226,25,145,139,7,0,64,73,72,6,192,69,9,0,64,73,72,6,164,70,9,0,64,73,72,6,128,71,9,0,70,73,26,19,69,10,6,0,77,201,52,185,231,60,7,0,78,73,123,188,179,85,7,0,78,73,123,188,178,87,7,0,79,201,204,76,100,174,7,0,82,201,13,122,62,224,6,0,83,201,173,4,223,244,8,0,83,201,173,4,207,253,8,0,83,201,173,4,200,6,9,0,85,201,219,42,161,14,7,0,85,201,236,71,41,114,9,0,85,201,236,71,57,115,9,0,86,73,124,204,150,132,10,0,87,73,56,123,30,18,9,0,87,73,56,123,174,18,9,0,88,73,194,23,2,150,7,0,89,201,198,33,244,232,5,0,89,201,136,94,213,71,6,0,89,201,198,33,179,133,11,0,89,201,198,33,123,134,11,0,90,201,150,228,6,9,12,0,92,73,34,83,187,183,8,0,92,73,34,83,187,185,8,0,92,73,34,83,128,186,8,0,95,201,176,131,50,141,9,0,95,201,176,131,130,142,9,0,95,201,176,131,212,143,9,0,95,201,176,131,43,145,9,0,96,73,85,210,22,105,6,0,98,73,175,37,235,143,8,0,99,73,252,99,223,244,8,0,99,73,252,99,207,253,8,0,99,73,252,99,200,6,9,0,101,201,178,92,80,20,9,0,101,201,178,92,241,23,9,0,103,73,89,149,27,188,10,0,103,73,89,149,104,188,10,0,104,201,156,238,207,224,5,0,104,201,255,67,102,105,9,0,104,201,255,67,57,107,9,0,104,73,243,23,41,114,9,0,104,73,243,23,57,115,9,0,108,201,25,220,123,155,7,0,108,73,138,63,167,101,9,0,108,73,138,63,133,102,9,0,115,201,22,106,186,177,7,0,118,201,243,54,85,53,7,0,118,201,221,104,123,155,7,0,119,201,86,71,30,103,7,0,119,201,237,130,254,205,11,0,123,201,38,73,197,95,7,0,123,201,3,241,223,244,8,0,123,201,3,241,207,253,8,0,123,201,3,241,200,6,9,0,124,73,182,161,186,177,7,0,125,73,56,45,206,148,6,0,127,201,188,91,137,102,6,0,128,73,58,134,9,159,10,0,128,73,58,134,35,159,10,0,129,73,203,253,245,77,9,0,129,73,203,253,223,78,9,0,131,73,125,254,156,7,6,0,131,73,171,55,99,31,6,0,131,73,125,254,123,155,7,0,133,73,102,153,80,20,9,0,133,73,102,153,241,23,9,0,136,201,74,64,5,129,7,0,138,201,97,146,186,177,7,0,141,73,200,44,104,17,7,0,141,73,12,18,81,26,7,0,142,73,69,20,3,145,6,0,143,201,38,128,2,150,7,0,144,201,132,222,138,173,8,0,144,201,132,222,147,205,8,0,146,201,151,58,49,249,10,0,148,201,251,209,255,255,10,0,150,73,31,248,41,112,7,0,153,73,107,181,161,138,7,0,155,73,131,80,56,84,7,0,155,73,187,85,127,25,8,0,158,201,90,138,216,130,6,0,158,201,90,138,251,130,6,0,161,201,199,70,57,8,6,0,162,73,40,208,223,244,8,0,162,73,40,208,207,253,8,0,162,73,40,208,200,6,9,0,163,73,137,190,229,41,7,0,163,201,60,68,223,244,8,0,163,201,60,68,207,253,8,0,163,201,60,68,200,6,9,0,165,201,163,217,18,189,7,0,166,73,8,250,141,119,6,0,166,201,137,61,13,34,7,0,167,201,195,47,23,36,11,0,168,201,242,252,223,244,8,0,168,201,242,252,207,253,8,0,168,201,242,252,200,6,9,0,168,73,109,5,180,53,9,0,168,73,109,5,36,54,9,0,169,201,63,182,4,32,9,0,169,201,63,182,42,37,9,0,172,201,58,243,219,70,7,0,174,201,188,11,80,20,9,0,174,201,188,11,241,23,9,0,174,73,213,87,241,2,10,0,174,73,213,87,254,3,10,0,177,201,38,91,186,177,7,0,180,201,1,22,115,147,7,0,180,73,117,88,125,121,11,0,181,73,119,200,111,242,9,0,181,73,119,200,141,242,9,0,182,73,248,96,166,78,7,0,184,73,74,35,223,244,8,0,184,73,171,126,223,244,8,0,184,73,74,35,207,253,8,0,184,73,171,126,207,253,8,0,184,73,74,35,200,6,9,0,184,73,171,126,200,6,9,0,186,73,112,158,208,149,7,0,187,201,195,140,4,202,11,0,190,201,76,247,27,10,6,0,190,201,76,247,28,163,6,0,190,201,76,247,1,31,7,0,191,73,122,86,140,92,9,0,191,73,122,86,54,93,9,0,191,73,223,6,229,82,10,0,191,73,223,6,249,82,10,0,191,73,223,6,18,83,10,0,193,73,137,88,141,119,7,0,195,73,109,8,165,49,8,0,195,73,148,243,19,165,10,0,195,73,148,243,78,165,10,0,196,73,12,90,4,32,9,0,196,73,12,90,42,37,9,0,196,201,112,234,150,132,10,0,197,73,18,2,223,244,8,0,197,73,18,2,207,253,8,0,197,73,18,2,200,6,9,0,199,201,71,207,114,228,9,0,199,73,231,235,139,118,10,0,199,73,231,235,177,118,10,0,202,73,116,78,223,244,8,0,202,73,116,78,207,253,8,0,202,73,116,78,200,6,9,0,202,201,183,148,80,20,9,0,202,201,183,148,241,23,9,0,204,201,25,179,205,39,7,0,204,201,201,148,135,122,7,0,205,73,71,92,213,101,7,0,207,73,213,158,197,250,10,0,208,201,201,148,30,78,7,0,210,201,160,161,127,36,11,0,212,201,183,148,80,20,9,0,212,201,183,148,241,23,9,0,213,201,185,144,206,36,7,0,214,201,72,23,210,185,6,0,220,73,233,67,102,123,9,0,220,73,233,67,26,124,9,0,222,201,153,65,61,49,7,0,223,201,120,168,175,34,7,0,224,201,67,60,1,4,6,0,224,201,243,91,176,216,11,0,228,73,196,126,121,252,6,0,228,201,247,231,164,131,7,0,232,201,215,14,61,118,7,0,232,201,215,14,16,141,7,0,234,73,251,0,79,114,6,0,234,201,75,46,103,174,8,0,234,201,96,205,223,244,8,0,234,201,96,205,207,253,8,0,234,201,96,205,200,6,9,0,234,73,160,8,227,3,11,0,234,201,75,46,125,244,11,0,236,73,223,47,180,19,12,0,239,201,250,126,82,18,6,0,240,73,237,242,123,155,7,0,242,201,154,184,100,17,10,0,242,201,154,184,131,17,10,0,242,73,66,163,57,89,10,0,242,201,58,244,248,209,10,0,243,73,175,182,231,60,7,0,246,201,161,255,241,184,6,0,246,201,161,255,164,101,7,0,248,73,197,5,223,244,8,0,248,73,197,5,207,253,8,0,248,73,197,5,200,6,9,0,249,73,64,150,240,68,7,0,249,201,10,1,32,125,8,0,251,73,43,216,119,141,11,0,253,201,15,173,80,20,9,0,253,201,15,173,241,23,9,0,253,73,49,174,132,108,11,0,254,201,173,248,177,126,7,0,1,74,205,130,109,37,7,0,1,74,231,227,87,75,7,0,5,202,76,177,72,69,11,0,6,202,241,37,231,60,7,0,6,202,122,188,176,67,10,0,6,202,122,188,242,68,10,0,6,202,122,188,55,70,10,0,7,74,247,161,54,134,7,0,10,74,169,44,60,8,10,0,10,74,169,44,93,8,10,0,10,202,18,66,216,146,11,0,12,74,118,51,5,129,7,0,14,202,137,42,2,150,7,0,16,74,60,175,39,174,7,0,20,202,109,189,97,69,11,0,24,202,157,159,86,135,8,0,24,202,141,238,193,6,10,0,24,202,141,238,96,7,10,0,26,202,247,216,123,155,7,0,28,202,67,162,233,185,6,0,28,202,198,103,54,134,7,0,29,74,210,11,98,148,11,0,30,202,17,254,166,118,7,0,31,202,199,243,5,129,7,0,31,74,140,231,40,95,10,0,31,74,140,231,208,95,10,0,33,74,25,3,150,132,10,0,34,74,226,124,235,56,11,0,34,74,226,124,1,57,11,0,36,202,228,143,66,138,9,0,36,202,228,143,128,138,9,0,39,74,192,229,153,82,7,0,40,202,204,220,164,131,7,0,40,74,106,137,65,194,10,0,40,74,106,137,196,194,10,0,40,74,181,57,233,10,11,0,43,74,54,151,209,218,6,0,43,74,113,170,174,66,8,0,44,74,106,226,2,150,7,0,45,202,2,183,58,139,7,0,45,74,196,209,250,70,8,0,45,202,195,148,210,88,9,0,45,202,195,148,145,89,9,0,45,202,195,148,74,90,9,0,49,202,106,120,24,145,7,0,49,74,186,180,174,66,8,0,53,202,134,147,223,244,8,0,53,202,134,147,207,253,8,0,53,202,134,147,200,6,9,0,55,74,145,199,44,113,10,0,55,74,145,199,126,113,10,0,56,74,126,146,53,48,8,0,56,74,222,55,223,244,8,0,56,74,222,55,207,253,8,0,56,74,222,55,200,6,9,0,56,202,76,248,197,250,10,0,57,202,120,66,245,68,6,0,57,74,49,142,129,112,6,0,57,74,152,111,197,95,7,0,57,74,49,142,103,116,8,0,62,202,167,39,183,48,7,0,62,74,115,175,120,232,7,0,65,74,71,190,85,53,7,0,67,74,246,184,207,219,6,0,71,74,94,206,197,95,7,0,76,202,68,247,22,72,7,0,76,202,101,244,228,91,7,0,76,202,101,244,248,215,10,0,77,202,41,80,242,241,6,0,77,202,41,80,56,84,7,0,78,74,89,165,88,35,7,0,78,74,137,228,133,80,7,0,78,202,165,116,5,129,7,0,78,74,137,228,25,66,9,0,78,74,137,228,212,67,9,0,79,202,147,190,22,72,7,0,79,202,147,190,179,134,8,0,80,74,98,192,186,177,7,0,83,202,140,184,241,172,7,0,83,202,191,113,81,230,7,0,86,74,110,140,85,53,7,0,86,202,127,145,4,32,9,0,86,202,127,145,42,37,9,0,87,202,242,137,109,77,6,0,87,74,109,174,158,52,7,0,87,74,253,75,68,89,7,0,87,202,242,137,12,89,8,0,87,74,253,75,128,62,10,0,87,74,253,75,229,62,10,0,88,202,102,118,218,17,12,0,94,74,253,166,138,109,11,0,96,74,89,220,186,106,7,0,99,74,86,150,186,177,7,0,99,74,229,200,111,158,8,0,105,202,217,141,83,29,7,0,107,74,94,245,76,1,12,0,108,74,1,101,231,60,7,0,108,202,228,120,205,207,11,0,109,74,177,100,199,38,11,0,113,202,127,63,25,66,9,0,113,202,127,63,212,67,9,0,113,74,242,122,208,245,10,0,116,74,157,37,248,237,9,0,116,74,157,37,238,238,9,0,117,74,5,122,214,234,9,0,117,74,5,122,34,235,9,0,120,74,205,79,169,9,12,0,121,202,0,105,172,44,7,0,121,74,208,236,102,105,9,0,121,74,208,236,57,107,9,0,122,202,166,136,122,31,6,0,122,202,30,148,173,223,9,0,122,202,30,148,211,223,9,0,122,202,30,148,244,223,9,0,123,202,24,91,173,10,6,0,123,202,24,91,113,25,6,0,123,74,191,220,202,70,11,0,126,74,215,203,54,134,7,0,126,74,240,108,41,114,9,0,126,74,240,108,57,115,9,0,127,202,133,26,29,76,9,0,127,202,133,26,133,76,9,0,127,74,78,205,34,199,10,0,127,74,78,205,112,199,10,0,129,202,33,239,175,189,11,0,130,74,156,252,87,152,10,0,130,74,156,252,193,152,10,0,131,202,131,85,163,28,6,0,131,202,215,197,179,85,7,0,131,202,215,197,178,87,7,0,131,202,215,197,137,191,7,0,132,202,11,174,131,7,6,0,133,74,210,242,139,43,7,0,135,202,46,107,186,177,7,0,140,74,151,81,207,40,7,0,141,202,215,229,223,244,8,0,141,202,215,229,207,253,8,0,141,202,215,229,200,6,9,0,141,202,215,229,138,126,10,0,141,202,215,229,215,126,10,0,146,202,202,76,6,105,7,0,146,202,202,76,39,105,7,0,146,202,141,245,223,244,8,0,146,202,141,245,207,253,8,0,146,202,141,245,200,6,9,0,147,74,201,167,190,110,7,0,150,202,191,161,2,150,7,0,152,202,52,129,30,154,6,0,152,202,108,247,164,131,7,0,154,74,42,5,128,140,10,0,154,74,42,5,20,141,10,0,154,74,42,5,172,141,10,0,156,202,147,87,199,124,11,0,157,74,46,51,3,10,12,0,161,202,185,131,135,122,7,0,164,202,7,252,192,50,7,0,164,74,37,2,223,244,8,0,164,74,37,2,207,253,8,0,164,74,37,2,200,6,9,0,167,74,187,251,231,60,7,0,169,202,89,27,244,106,7,0,171,202,36,87,86,135,8,0,172,74,16,193,144,143,7,0,172,74,191,70,50,141,9,0,172,74,191,70,130,142,9,0,172,74,191,70,212,143,9,0,172,74,191,70,43,145,9,0,174,74,215,21,50,141,9,0,174,74,215,21,130,142,9,0,174,74,215,21,212,143,9,0,174,74,215,21,43,145,9,0,175,202,132,214,248,237,9,0,175,202,132,214,238,238,9,0,175,74,242,96,169,123,10,0,175,74,242,96,189,123,10,0,175,74,242,96,207,123,10,0,175,74,242,96,205,26,11,0,176,202,244,46,18,189,7,0,177,202,144,243,85,53,7,0,179,202,70,132,223,244,8,0,179,202,70,132,207,253,8,0,179,202,70,132,200,6,9,0,180,74,215,96,102,3,8,0,180,74,215,96,141,3,8,0,181,74,139,238,80,45,11,0,184,202,0,34,150,132,10,0,185,202,72,195,175,81,7,0,185,202,170,246,197,95,7,0,186,202,243,8,4,32,9,0,186,202,243,8,42,37,9,0,187,202,67,103,241,2,10,0,187,202,67,103,254,3,10,0,187,74,215,203,42,85,11,0,190,202,78,57,147,4,7,0,193,74,225,182,2,150,7,0,194,74,238,244,21,32,7,0,197,202,252,123,238,242,8,0,200,202,107,193,117,174,6,0,200,74,185,207,181,104,7,0,206,74,167,189,219,70,7,0,207,202,39,192,64,82,9,0,207,202,39,192,204,82,9,0,210,202,143,22,176,216,11,0,211,74,109,212,155,126,11,0,214,202,248,200,114,98,7,0,214,74,121,220,45,149,11,0,216,74,160,145,215,194,11,0,218,202,37,159,120,137,11,0,219,74,209,193,146,180,10,0,219,74,209,193,35,183,10,0,220,202,2,126,223,244,8,0,220,202,2,126,207,253,8,0,220,202,2,126,200,6,9,0,221,74,224,151,223,244,8,0,221,74,224,151,207,253,8,0,221,74,224,151,200,6,9,0,222,202,188,50,172,44,7,0,224,74,246,196,158,52,7,0,224,202,172,126,20,125,7,0,230,74,175,182,165,44,11,0,232,74,239,20,231,60,7,0,238,202,105,230,84,88,9,0,238,202,105,230,139,88,9,0,238,202,231,236,96,66,10,0,241,202,180,116,146,180,10,0,241,202,180,116,35,183,10,0,241,74,47,86,49,234,10,0,241,74,47,86,28,244,10,0,242,202,23,225,244,106,7,0,242,202,75,142,160,212,10,0,242,202,75,142,188,212,10,0,243,202,187,73,123,155,7,0,244,74,78,233,230,203,9,0,244,74,78,233,54,204,9,0,246,74,218,39,90,20,7,0,249,202,88,40,100,146,7,0,249,202,144,201,112,49,10,0,249,202,144,201,253,49,10,0,250,74,45,12,2,150,7,0,252,74,110,137,153,147,10,0,252,74,110,137,98,148,10,0,253,202,127,6,215,173,9,0,253,202,127,6,142,174,9,0,254,74,102,124,213,101,7,0,254,74,67,57,114,228,9,0,255,74,246,224,152,20,12,0,1,75,181,252,109,37,7,0,1,203,93,223,118,106,7,0,1,75,81,242,16,141,7,0,5,203,193,205,74,163,9,0,5,203,193,205,150,163,9,0,5,203,193,205,223,163,9,0,5,203,33,109,150,132,10,0,6,75,146,169,50,141,9,0,6,75,146,169,130,142,9,0,6,75,146,169,212,143,9,0,6,75,146,169,43,145,9,0,7,75,89,47,121,252,6,0,7,75,161,153,112,111,7,0,7,203,229,212,48,158,9,0,7,203,229,212,139,158,9,0,7,203,229,212,224,158,9,0,7,75,89,47,132,207,9,0,10,203,229,32,123,155,7,0,12,203,146,116,148,112,9,0,12,203,146,116,17,113,9,0,12,203,90,9,176,67,10,0,12,203,90,9,242,68,10,0,12,203,90,9,55,70,10,0,13,75,154,131,95,228,5,0,14,75,197,40,87,175,6,0,14,203,165,207,135,122,7,0,15,75,133,223,231,72,8,0,15,75,175,79,96,66,10,0,17,203,246,224,102,105,9,0,17,203,246,224,57,107,9,0,17,203,116,141,193,150,10,0,17,203,116,141,215,150,10,0,18,75,232,131,231,60,7,0,18,75,162,251,197,95,7,0,19,75,193,121,237,247,5,0,19,75,193,121,1,31,7,0,19,75,193,121,225,73,11,0,22,75,47,232,172,14,12,0,24,203,201,157,56,84,7,0,25,75,88,34,74,14,6,0,25,75,147,81,153,200,6,0,26,75,135,123,223,244,8,0,26,75,135,123,207,253,8,0,26,75,135,123,200,6,9,0,27,203,172,234,179,85,7,0,27,203,172,234,178,87,7,0,27,203,117,226,2,150,7,0,29,75,191,215,113,208,11,0,30,75,94,125,184,225,5,0,34,75,19,139,39,18,6,0,34,75,19,139,67,14,7,0,34,75,175,230,134,24,7,0,37,203,163,30,159,137,6,0,40,75,175,53,154,61,6,0,42,75,192,183,223,244,8,0,42,75,192,183,207,253,8,0,42,75,192,183,200,6,9,0,43,203,158,61,231,60,7,0,45,75,149,98,95,125,9,0,45,75,149,98,144,125,9,0,45,75,57,162,53,24,11,0,48,75,88,189,96,91,11,0,49,75,128,111,53,97,7,0,49,203,202,127,49,45,10,0,49,203,202,127,64,46,10,0,49,203,202,127,67,47,10,0,49,203,202,127,97,48,10,0,52,75,160,2,202,16,12,0,54,203,121,100,202,120,9,0,54,203,121,100,90,121,9,0,58,75,220,114,18,229,8,0,58,75,220,114,41,186,11,0,58,75,220,114,7,188,11,0,59,75,186,106,198,170,8,0,62,75,66,177,173,24,7,0,65,75,175,182,164,131,7,0,67,75,146,160,133,35,10,0,67,75,146,160,4,36,10,0,67,75,146,160,144,36,10,0,67,75,135,150,191,58,11,0,68,203,94,24,131,206,6,0,68,203,94,24,154,206,6,0,68,75,157,86,215,118,7,0,68,75,157,86,49,119,7,0,70,203,64,163,67,47,8,0,70,203,64,163,138,47,8,0,70,203,64,163,205,47,8,0,78,75,103,188,114,98,7,0,80,75,159,251,85,53,7,0,80,75,68,203,244,106,7,0,81,203,63,192,85,53,7,0,81,75,218,198,255,190,7,0,81,75,218,198,247,198,7,0,83,75,33,101,197,95,7,0,84,75,254,238,186,177,7,0,85,75,1,57,9,1,6,0,86,75,225,217,57,89,10,0,86,75,72,69,126,91,11,0,86,203,15,141,181,179,11,0,86,203,15,141,59,183,11,0,87,75,136,70,223,244,8,0,87,75,136,70,207,253,8,0,87,75,136,70,200,6,9,0,88,203,39,245,71,64,6,0,88,203,232,64,223,244,8,0,88,203,232,64,207,253,8,0,88,203,232,64,200,6,9,0,89,203,133,146,84,49,11,0,90,75,118,36,156,251,6,0,90,75,205,128,159,105,11,0,97,203,54,44,120,126,9,0,97,203,54,44,177,126,9,0,100,75,89,59,141,119,7,0,100,75,61,43,5,28,11,0,101,75,95,86,132,187,7,0,101,75,95,86,21,202,7,0,104,75,99,32,202,189,11,0,106,75,9,207,208,34,7,0,106,75,79,79,144,143,7,0,106,75,8,7,80,20,9,0,106,75,8,7,241,23,9,0,107,203,107,14,37,23,6,0,107,203,54,146,208,79,9,0,107,203,54,146,138,80,9,0,107,203,54,146,56,81,9,0,109,75,177,105,255,164,8,0,109,75,177,105,73,165,8,0,109,75,177,105,147,165,8,0,109,75,177,105,222,165,8,0,109,75,177,105,41,166,8,0,109,75,177,105,113,166,8,0,109,75,177,105,184,166,8,0,110,203,53,51,231,60,7,0,113,75,180,64,199,191,7,0,114,75,53,201,27,188,10,0,114,75,53,201,104,188,10,0,116,203,248,127,65,237,5,0,116,75,145,178,153,147,10,0,116,75,145,178,98,148,10,0,117,203,103,176,164,101,7,0,119,75,133,138,138,218,8,0,120,203,172,107,170,7,7,0,121,75,65,68,13,34,7,0,121,75,194,132,175,81,7,0,122,203,195,149,138,243,10,0,123,75,81,23,186,93,11,0,126,75,104,31,121,252,6,0,126,75,104,31,132,207,9,0,127,203,240,208,45,64,9,0,127,203,240,208,214,64,9,0,128,203,113,167,231,60,7,0,130,75,0,81,245,42,6,0,131,203,119,225,222,147,6,0,131,203,63,112,223,244,8,0,131,203,63,112,207,253,8,0,131,203,63,112,200,6,9,0,132,75,182,35,19,146,6,0,132,75,119,150,186,177,7,0,135,203,57,161,200,11,7,0,143,75,175,122,157,117,8,0,145,75,111,251,219,70,7,0,145,75,231,185,140,92,9,0,145,75,231,185,54,93,9,0,149,203,120,216,40,73,10,0,149,203,120,216,140,73,10,0,149,203,120,216,237,73,10,0,154,203,64,200,215,109,10,0,157,75,162,74,4,7,8,0,157,75,162,74,66,7,8,0,157,75,162,74,131,7,8,0,157,75,96,81,97,28,9,0,157,75,96,81,1,29,9,0,157,75,96,81,166,29,9,0,157,75,57,75,37,77,9,0,159,203,148,33,251,30,6,0,161,203,195,111,199,191,7,0,161,203,195,111,186,204,7,0,164,75,153,134,223,244,8,0,164,75,153,134,207,253,8,0,164,75,153,134,200,6,9,0,170,203,209,180,133,80,7,0,174,203,8,84,68,89,7,0,174,203,8,84,16,141,7,0,175,203,139,241,41,112,7,0,176,75,96,204,240,15,9,0,176,75,96,204,80,16,9,0,176,75,96,204,185,16,9,0,178,203,15,170,94,252,5,0,178,203,202,247,186,177,7,0,180,75,109,123,204,111,6,0,180,75,222,228,86,168,6,0,180,203,254,252,201,234,10,0,182,203,25,61,78,217,6,0,182,203,204,217,133,80,7,0,183,75,91,184,42,70,7,0,184,203,244,238,231,60,7,0,186,75,131,181,4,32,9,0,186,75,131,181,42,37,9,0,187,203,165,86,115,251,5,0,187,203,212,147,228,91,7,0,189,203,23,6,40,73,10,0,189,203,23,6,140,73,10,0,189,203,23,6,237,73,10,0,193,75,174,52,154,122,6,0,193,75,174,52,24,126,7,0,194,203,36,189,160,241,6,0,196,75,26,170,244,232,5,0,196,75,26,170,106,134,11,0,196,75,26,170,163,134,11,0,197,75,135,227,116,32,7,0,198,75,8,65,85,53,7,0,200,203,96,213,28,192,6,0,200,75,178,255,3,141,8,0,200,203,91,121,50,141,9,0,200,203,91,121,130,142,9,0,200,203,91,121,212,143,9,0,200,203,91,121,43,145,9,0,202,75,140,182,30,18,9,0,202,75,140,182,174,18,9,0,203,75,99,241,33,224,7,0,208,203,130,145,143,45,7,0,212,75,142,32,150,111,7,0,213,203,64,34,15,59,10,0,213,203,64,34,50,59,10,0,215,203,136,52,229,41,7,0,215,203,192,148,227,212,7,0,216,75,199,36,36,109,6,0,216,75,179,148,103,112,6,0,218,75,100,20,98,193,6,0,219,203,81,169,30,103,7,0,219,75,169,65,114,228,9,0,219,75,233,22,150,132,10,0,220,203,208,211,146,180,10,0,220,203,208,211,35,183,10,0,221,203,187,68,5,129,7,0,221,75,168,226,135,15,11,0,226,75,116,155,223,244,8,0,226,75,116,155,207,253,8,0,226,75,116,155,200,6,9,0,228,75,122,90,2,150,7,0,228,203,226,91,80,20,9,0,228,203,226,91,241,23,9,0,228,75,48,213,122,30,9,0,228,75,48,213,44,31,9,0,230,75,252,212,186,177,7,0,233,75,84,26,117,30,7,0,233,203,224,59,223,244,8,0,233,203,224,59,207,253,8,0,233,203,224,59,200,6,9,0,238,75,207,55,170,191,8,0,242,203,201,93,37,77,9,0,243,75,109,233,95,223,8,0,244,75,186,26,16,61,6,0,244,75,186,26,75,157,6,0,245,75,174,162,135,122,7,0,245,203,17,146,148,112,9,0,245,203,17,146,17,113,9,0,247,203,144,37,166,116,6,0,247,75,54,114,223,244,8,0,247,75,54,114,207,253,8,0,247,75,54,114,200,6,9,0,248,75,199,120,85,53,7,0,249,75,134,92,96,66,10,0,251,75,11,211,150,132,10,0,254,203,40,61,196,21,6,0,254,203,135,87,85,53,7,0,254,203,135,87,41,112,7,0,1,204,151,136,102,105,9,0,1,204,151,136,57,107,9,0,2,204,163,38,3,21,11,0,3,204,141,129,197,95,7,0,3,204,36,179,25,66,9,0,3,204,36,179,212,67,9,0,5,204,166,219,135,31,7,0,5,204,136,38,156,133,8,0,9,76,70,144,223,244,8,0,9,76,70,144,207,253,8,0,9,76,70,144,200,6,9,0,10,76,224,127,34,157,6,0,10,204,1,230,116,32,7,0,10,204,42,34,2,150,7,0,12,204,122,4,86,26,11,0,13,204,69,127,164,131,7,0,14,76,157,38,167,6,8,0,14,76,69,165,223,244,8,0,14,76,69,165,207,253,8,0,14,76,69,165,200,6,9,0,15,204,197,141,102,4,7,0,16,204,54,214,122,116,6,0,17,76,111,186,99,150,10,0,17,76,111,186,123,150,10,0,23,76,246,231,128,47,11,0,24,76,86,162,179,85,7,0,24,76,86,162,178,87,7,0,25,76,171,236,82,188,11,0,26,76,164,52,18,240,9,0,26,76,164,52,125,240,9,0,32,76,39,197,4,32,9,0,32,76,39,197,42,37,9,0,34,204,215,14,117,121,7,0,35,76,228,19,172,44,7,0,36,76,164,103,80,20,9,0,36,76,164,103,241,23,9,0,38,204,92,123,4,32,9,0,38,204,92,123,42,37,9,0,40,204,169,32,167,101,9,0,40,204,169,32,133,102,9,0,42,204,56,31,163,231,7,0,43,204,81,103,136,116,10,0,43,204,81,103,190,116,10,0,43,204,194,175,104,214,11,0,44,204,235,150,56,84,7,0,50,204,59,179,89,144,6,0,52,76,189,123,5,129,7,0,54,76,63,246,132,182,6,0,54,204,32,116,141,119,7,0,54,204,48,12,135,122,7,0,54,204,32,116,128,62,10,0,54,204,32,116,229,62,10,0,55,204,82,232,86,135,8,0,56,76,157,38,230,85,6,0,56,76,157,38,158,143,6,0,56,76,157,38,202,227,6,0,60,76,112,167,48,216,11,0,61,204,51,175,48,158,9,0,61,204,51,175,139,158,9,0,61,204,51,175,224,158,9,0,61,204,139,93,189,109,11,0,63,204,227,207,4,32,9,0,63,204,227,207,42,37,9,0,66,76,229,202,85,53,7,0,67,76,67,224,244,59,10,0,67,76,67,224,20,60,10,0,67,76,67,224,40,60,10,0,69,76,109,7,192,148,7,0,69,76,109,7,76,163,11,0,70,76,217,204,152,142,6,0,70,76,153,236,70,17,7,0,70,204,94,210,183,147,7,0,71,204,93,164,54,134,7,0,71,204,245,168,158,91,11,0,72,76,237,246,84,71,6,0,74,76,87,130,96,66,10,0,74,204,198,188,232,220,11,0,75,76,58,228,85,247,10,0,76,76,196,168,171,167,10,0,76,76,196,168,237,167,10,0,77,76,185,197,186,177,7,0,79,204,195,36,192,241,6,0,80,204,215,227,61,49,7,0,80,204,215,227,223,244,8,0,80,204,215,227,207,253,8,0,80,204,215,227,200,6,9,0,80,204,10,186,147,60,11,0,82,76,140,175,144,143,7,0,84,76,153,134,145,139,7,0,84,76,20,32,186,177,7,0,85,204,207,141,187,183,8,0,87,204,245,59,231,60,7,0,87,204,87,242,30,84,7,0,89,76,26,131,230,177,11,0,93,76,165,228,102,105,9,0,93,76,165,228,57,107,9,0,94,204,216,192,133,188,11,0,95,204,43,204,197,95,7,0,97,76,157,38,97,13,6,0,97,76,157,38,50,20,6,0,97,76,157,38,179,85,7,0,97,76,157,38,178,87,7,0,98,76,37,119,168,111,11,0,98,76,37,119,185,111,11,0,101,76,30,49,186,177,7,0,103,204,37,182,25,44,7,0,103,204,80,146,61,49,7,0,109,204,64,50,187,87,8,0,111,204,109,234,144,143,7,0,113,76,246,231,235,22,7,0,113,76,246,231,186,177,7,0,113,76,87,130,96,66,10,0,116,76,77,99,179,146,9,0,116,76,77,99,97,147,9,0,116,204,146,143,99,29,11,0,118,204,212,6,59,229,6,0,119,76,30,61,85,53,7,0,120,76,31,34,4,32,9,0,120,76,31,34,42,37,9,0,120,76,152,134,25,66,9,0,120,76,152,134,212,67,9,0,121,76,150,100,30,18,9,0,121,76,150,100,174,18,9,0,122,76,219,140,123,155,7,0,123,204,219,27,161,138,7,0,123,204,219,27,210,102,8,0,123,204,219,27,34,103,8,0,125,204,184,164,244,106,7,0,125,76,138,45,150,132,10,0,127,204,24,138,210,119,11,0,130,204,59,250,223,244,8,0,130,204,59,250,207,253,8,0,130,204,59,250,200,6,9,0,131,204,200,106,179,85,7,0,131,204,200,106,178,87,7,0,131,204,200,106,193,203,7,0,132,204,166,2,219,70,7,0,135,204,235,127,44,169,6,0,135,76,43,31,113,13,7,0,136,76,250,6,125,48,9,0,136,76,250,6,110,49,9,0,138,204,177,239,73,15,11,0,140,76,180,225,150,83,9,0,140,76,180,225,176,85,9,0,143,76,119,216,166,78,7,0,145,76,132,144,71,191,10,0,145,76,132,144,169,192,10,0,147,76,80,219,4,32,9,0,147,76,80,219,42,37,9,0,148,204,250,87,166,78,7,0,148,204,145,89,40,95,10,0,148,204,145,89,208,95,10,0,150,204,88,208,197,153,10,0,150,204,88,208,218,153,10,0,150,204,88,208,243,153,10,0,151,76,87,130,96,66,10,0,153,76,73,82,4,32,9,0,153,76,73,82,42,37,9,0,155,204,53,115,85,53,7,0,156,76,237,65,150,111,7,0,156,204,67,174,186,177,7,0,156,76,237,65,80,20,9,0,156,76,237,65,241,23,9,0,156,76,237,65,70,131,9,0,156,76,237,65,108,131,9,0,158,204,47,96,190,110,7,0,163,76,4,34,251,224,6,0,163,76,137,171,179,85,7,0,163,76,137,171,178,87,7,0,164,204,135,212,41,112,7,0,168,76,193,154,57,146,7,0,168,76,174,158,4,32,9,0,168,76,174,158,42,37,9,0,169,76,157,38,17,92,6,0,169,76,157,38,96,148,7,0,170,204,72,5,68,89,7,0,170,204,72,5,228,91,7,0,175,204,162,156,68,89,7,0,175,204,220,138,114,228,9,0,177,76,150,110,41,112,7,0,177,76,48,174,123,155,7,0,177,76,28,48,193,239,11,0,177,76,28,48,214,239,11,0,182,204,104,90,80,20,9,0,182,204,104,90,241,23,9,0,185,204,136,130,164,131,7,0,185,76,104,205,103,17,9,0,185,76,104,205,135,17,9,0,185,76,104,205,176,17,9,0,192,204,171,100,172,196,9,0,194,76,118,182,186,177,7,0,195,204,207,55,48,10,6,0,195,76,141,141,164,131,7,0,195,204,177,205,146,180,10,0,195,204,177,205,35,183,10,0,196,76,114,126,246,207,9,0,196,76,114,126,45,208,9,0,196,76,114,126,187,208,9,0,197,204,114,67,89,44,9,0,197,204,114,67,166,45,9,0,197,204,114,67,245,46,9,0,197,204,53,152,139,167,9,0,197,204,53,152,179,167,9,0,198,76,179,131,2,150,7,0,198,204,250,26,187,183,8,0,199,76,216,127,71,41,6,0,199,76,216,127,180,51,7,0,199,76,55,215,6,137,9,0,199,76,55,215,6,137,9,0,199,76,55,215,142,137,9,0,199,76,55,215,142,137,9,0,200,204,134,176,2,150,7,0,201,76,224,103,135,31,7,0,202,204,31,236,120,105,7,0,202,204,240,251,150,132,10,0,203,76,52,200,113,51,7,0,203,76,231,223,183,62,11,0,204,204,110,42,2,150,7,0,205,204,42,84,130,45,8,0,205,76,197,250,24,28,11,0,206,76,19,54,47,3,6,0,206,76,150,248,16,141,7,0,208,76,84,61,187,183,8,0,208,76,84,61,187,185,8,0,208,76,84,61,179,187,8,0,208,76,84,61,240,187,8,0,208,76,22,126,247,180,11,0,210,204,118,120,150,132,10,0,212,204,151,71,110,139,9,0,212,204,151,71,205,139,9,0,212,76,28,171,196,132,11,0,214,204,246,237,151,19,7,0,215,204,81,149,169,99,6,0,216,76,2,40,195,49,7,0,216,204,37,142,186,177,7,0,217,76,246,81,207,10,6,0,219,204,131,110,103,14,7,0,219,76,137,92,22,12,10,0,219,76,137,92,98,12,10,0,220,76,201,41,83,48,7,0,221,204,49,157,186,177,7,0,221,204,49,157,201,98,8,0,222,76,31,91,146,180,10,0,222,76,31,91,35,183,10,0,223,204,143,228,248,237,9,0,223,204,143,228,238,238,9,0,225,76,53,12,231,60,7,0,225,204,243,205,152,225,10,0,225,76,76,222,115,140,11,0,229,76,57,123,132,39,11,0,229,76,120,89,74,41,11,0,230,204,31,122,81,127,10,0,231,76,48,179,242,145,7,0,232,204,238,8,116,32,7,0,234,76,45,44,42,66,11,0,236,76,253,32,187,183,8,0,236,76,126,90,156,214,8,0,242,204,189,78,46,231,5,0,242,76,218,204,122,102,10,0,242,76,218,204,147,102,10,0,243,204,230,61,54,226,5,0,243,204,189,241,238,168,6,0,243,204,91,64,130,157,10,0,243,204,91,64,47,158,10,0,245,204,237,196,146,182,6,0,245,76,30,30,4,32,9,0,245,76,30,30,42,37,9,0,247,76,215,58,207,214,7,0,247,76,215,58,69,215,7,0,249,204,165,200,41,100,10,0,252,76,222,122,85,53,7,0,252,204,134,180,85,53,7,0,253,76,247,223,149,127,7,0,253,204,68,79,194,220,10,0,254,76,222,42,5,101,7,0,254,76,78,186,145,139,7,0,0,77,91,248,30,147,7,0,1,77,34,120,87,178,6,0,2,205,40,125,199,191,7,0,2,205,40,125,5,160,8,0,2,205,40,125,121,160,8,0,2,205,40,125,227,160,8,0,2,205,40,125,169,125,10,0,4,205,84,100,4,32,9,0,4,205,84,100,42,37,9,0,4,77,244,163,150,132,10,0,7,77,70,134,177,109,9,0,7,77,70,134,216,109,9,0,8,205,239,169,49,45,10,0,8,205,239,169,64,46,10,0,8,205,239,169,67,47,10,0,8,205,239,169,97,48,10,0,8,205,97,18,19,87,11,0,8,205,97,18,85,87,11,0,8,205,97,18,147,87,11,0,10,205,100,184,222,216,9,0,10,205,100,184,76,217,9,0,11,77,126,189,231,60,7,0,11,77,83,234,255,231,7,0,14,77,15,95,252,116,7,0,15,205,102,24,215,117,9,0,15,205,102,24,29,118,9,0,15,205,102,24,106,118,9,0,17,77,208,119,161,212,9,0,17,77,208,119,93,213,9,0,20,205,7,235,109,37,7,0,20,205,140,165,170,85,11,0,21,77,111,10,118,106,7,0,25,77,68,215,251,198,6,0,25,205,29,1,150,132,10,0,30,205,63,149,2,150,7,0,30,205,62,188,223,244,8,0,30,205,62,188,207,253,8,0,30,205,62,188,200,6,9,0,31,77,132,166,205,39,7,0,31,77,99,26,192,69,9,0,31,77,99,26,164,70,9,0,31,77,99,26,128,71,9,0,31,77,214,78,242,155,11,0,35,205,191,35,249,215,11,0,38,77,113,30,231,60,7,0,42,77,139,48,175,34,7,0,42,77,186,20,56,84,7,0,44,77,184,148,91,128,10,0,44,77,184,148,146,128,10,0,45,205,99,58,246,23,7,0,45,205,63,221,193,6,10,0,45,205,63,221,96,7,10,0,49,205,56,24,192,105,7,0,53,205,43,38,158,171,7,0,55,77,238,158,62,225,5,0,57,205,2,14,150,132,10,0,57,205,2,14,150,132,10,0,58,77,70,87,109,37,7,0,60,77,64,141,217,13,11,0,60,77,64,141,250,13,11,0,62,77,247,46,37,157,9,0,62,77,247,46,104,157,9,0,65,77,167,87,212,211,10,0,67,205,106,49,150,83,9,0,67,205,106,49,176,85,9,0,67,77,36,195,102,105,9,0,67,77,36,195,57,107,9,0,68,77,242,122,36,56,6,0,71,205,47,116,166,78,7,0,71,77,163,82,2,150,7,0,72,205,36,141,178,137,11,0,74,205,61,111,181,109,7,0,76,205,91,245,102,105,9,0,76,205,91,245,57,107,9,0,78,205,212,89,65,203,6,0,86,77,189,63,210,88,9,0,86,77,189,63,145,89,9,0,86,77,189,63,74,90,9,0,89,77,112,208,85,53,7,0,91,77,115,54,12,173,10,0,91,77,115,54,60,173,10,0,92,205,250,66,41,174,6,0,93,205,159,4,86,127,7,0,96,205,4,38,13,18,7,0,96,77,33,116,193,200,9,0,96,77,33,116,23,201,9,0,96,77,33,116,167,201,9,0,100,205,55,208,179,19,6,0,100,205,86,55,199,191,7,0,100,205,86,55,74,198,7,0,101,205,3,171,219,70,7,0,102,205,23,243,91,156,9,0,102,205,23,243,122,156,9,0,103,205,74,58,233,244,11,0,105,205,49,129,249,145,11,0,106,77,20,138,218,69,6,0,108,205,97,188,3,81,6,0,111,77,104,139,236,156,6,0,111,77,195,233,227,245,9,0,111,77,195,233,255,245,9,0,112,205,135,79,13,251,5,0,112,77,132,43,212,187,7,0,112,205,25,192,110,222,11,0,117,77,122,196,212,57,6,0,122,205,43,114,162,108,6,0,122,205,43,114,22,72,7,0,123,205,167,105,22,72,7,0,123,205,103,58,199,187,11,0,124,77,161,90,54,134,7,0,125,205,181,131,199,191,7,0,125,205,181,131,202,42,9,0,134,205,55,236,102,12,12,0,135,205,115,196,143,64,6,0,135,205,33,255,110,231,7,0,137,205,38,129,87,152,10,0,137,205,38,129,193,152,10,0,139,77,243,136,11,21,12,0,141,77,31,16,172,44,7,0,143,205,169,42,20,76,6,0,149,205,157,128,191,250,5,0,149,77,103,189,15,182,11,0,150,205,113,8,203,24,7,0,150,77,29,217,23,39,7,0,151,205,65,114,109,37,7,0,152,205,15,27,128,46,7,0,153,77,95,11,219,253,5,0,154,77,59,91,172,0,8,0,161,77,157,86,181,132,6,0,161,77,10,52,71,105,7,0,162,77,38,52,119,23,7,0,165,77,231,118,56,84,7,0,165,205,21,227,19,165,10,0,165,205,21,227,78,165,10,0,168,77,190,90,118,58,11,0,169,205,113,129,30,84,7,0,169,77,161,110,150,83,9,0,169,77,161,110,176,85,9,0,171,77,164,1,86,135,8,0,176,77,227,249,132,104,6,0,176,77,14,131,141,119,7,0,176,77,170,135,242,155,11,0,181,77,187,138,49,173,11,0,182,77,22,59,193,150,10,0,182,77,22,59,215,150,10,0,183,77,242,127,197,95,7,0,183,77,99,164,209,134,11,0,184,205,115,117,150,83,9,0,184,205,115,117,176,85,9,0,184,77,81,242,26,216,10,0,186,205,73,31,16,141,7,0,187,77,34,198,203,253,10,0,187,77,246,231,229,45,11,0,190,205,184,127,97,28,9,0,190,205,184,127,1,29,9,0,190,205,184,127,166,29,9,0,193,205,36,49,150,83,9,0,193,205,36,49,176,85,9,0,194,205,170,93,54,134,7,0,197,77,37,23,43,43,7,0,197,77,113,106,26,195,11,0,198,77,196,139,92,193,11,0,199,205,21,80,68,109,11,0,199,77,94,59,154,199,11,0,201,77,100,64,5,129,7,0,202,205,19,220,93,249,5,0,202,77,97,253,142,174,8,0,203,205,156,76,80,20,9,0,203,205,156,76,241,23,9,0,208,205,14,45,68,89,7,0,208,205,14,45,228,91,7,0,212,205,171,17,199,191,7,0,212,205,171,17,75,246,9,0,213,205,104,130,150,132,10,0,214,205,186,94,89,44,9,0,214,205,186,94,166,45,9,0,214,205,186,94,245,46,9,0,218,77,38,247,174,66,8,0,219,205,24,20,4,32,9,0,219,205,24,20,42,37,9,0,219,77,130,147,102,105,9,0,219,77,130,147,57,107,9,0,220,205,6,191,221,187,11,0,222,77,198,80,4,32,9,0,222,77,198,80,42,37,9,0,223,77,87,126,241,2,10,0,223,77,87,126,254,3,10,0,224,77,121,252,182,229,5,0,224,205,117,208,98,70,7,0,224,77,56,134,36,52,8,0,225,77,195,38,205,73,6,0,225,77,113,35,76,111,7,0,226,205,105,254,162,83,7,0,227,205,154,47,187,178,6,0,227,205,154,47,41,112,7,0,231,205,93,210,22,72,7,0,232,77,203,37,123,155,7,0,233,205,68,215,116,75,9,0,233,205,68,215,173,75,9,0,247,77,250,142,41,112,7,0,249,205,142,22,105,239,5,0,250,205,130,38,218,10,7,0,253,205,99,23,236,36,6,0,0,78,91,128,1,31,7,0,0,206,128,195,231,60,7,0,0,78,93,249,199,191,7,0,0,78,93,249,48,198,7,0,0,78,93,249,186,204,7,0,0,78,200,127,33,128,11,0,1,78,71,95,231,60,7,0,5,78,108,166,207,214,7,0,5,78,108,166,69,215,7,0,5,78,188,157,251,52,11,0,6,78,91,255,172,196,9,0,8,78,64,66,78,41,7,0,9,78,255,125,85,53,7,0,11,206,103,144,123,155,7,0,14,206,192,55,102,105,9,0,14,206,192,55,57,107,9,0,15,78,174,55,127,100,7,0,16,78,236,96,183,22,11,0,18,78,57,47,123,155,7,0,18,206,187,56,186,177,7,0,21,206,69,12,12,177,7,0,22,78,189,243,197,95,7,0,22,206,149,178,41,112,7,0,22,78,97,34,240,15,9,0,22,78,97,34,80,16,9,0,22,78,97,34,185,16,9,0,24,206,35,190,125,199,8,0,26,206,156,22,4,32,9,0,26,206,156,22,42,37,9,0,27,78,116,27,193,20,10,0,27,78,116,27,217,20,10,0,31,206,202,36,119,23,7,0,32,206,88,212,186,177,7,0,33,78,104,128,144,17,6,0,33,78,104,128,251,84,6,0,33,78,104,128,179,85,7,0,33,78,104,128,178,87,7,0,35,206,66,207,2,150,7,0,35,78,0,31,183,237,11,0,39,78,181,231,215,40,8,0,39,206,218,164,79,23,11,0,41,206,121,94,223,244,8,0,41,206,121,94,207,253,8,0,41,206,121,94,200,6,9,0,43,78,98,133,187,183,8,0,43,78,98,133,79,185,8,0,43,78,98,133,187,185,8,0,45,206,27,127,247,8,7,0,49,78,179,192,85,53,7,0,49,206,247,74,106,83,8,0,49,206,247,74,150,83,8,0,49,206,247,74,189,83,8,0,50,78,187,129,87,75,7,0,50,78,38,129,244,106,7,0,53,206,217,76,245,77,9,0,53,206,217,76,223,78,9,0,55,78,66,66,25,66,9,0,55,78,66,66,212,67,9,0,56,78,144,116,125,48,9,0,56,78,144,116,110,49,9,0,56,206,51,55,248,237,9,0,56,206,51,55,238,238,9,0,56,206,68,117,150,132,10,0,60,78,151,13,31,25,7,0,60,206,119,63,186,177,7,0,61,78,11,224,19,68,8,0,64,206,155,149,37,77,9,0,67,206,191,11,173,160,10,0,67,206,191,11,190,160,10,0,68,206,22,112,80,20,9,0,68,206,22,112,241,23,9,0,68,206,245,205,150,132,10,0,68,78,187,212,228,196,11,0,69,78,206,25,81,39,6,0,70,78,236,96,139,25,11,0,70,206,23,207,161,236,11,0,71,78,222,182,25,66,9,0,71,78,222,182,212,67,9,0,75,78,19,167,230,29,6,0,75,78,4,122,109,37,7,0,77,206,231,157,56,29,11,0,81,78,81,190,199,191,7,0,81,78,81,190,88,197,7,0,81,78,81,190,186,204,7,0,81,78,11,224,199,31,10,0,81,78,11,224,217,31,10,0,85,206,16,198,186,177,7,0,85,206,16,198,205,190,7,0,85,206,202,246,180,10,11,0,85,206,3,27,211,72,11,0,86,206,250,126,67,130,11,0,86,206,20,98,106,238,11,0,91,206,140,165,1,48,7,0,95,206,111,128,173,29,7,0,95,206,76,247,85,53,7,0,98,78,175,83,2,150,7,0,99,206,209,144,228,91,7,0,99,78,254,174,223,244,8,0,99,78,254,174,207,253,8,0,99,78,254,174,200,6,9,0,101,78,101,139,153,82,7,0,102,206,202,62,181,104,7,0,104,78,15,213,194,26,7,0,107,78,199,238,30,18,9,0,107,78,199,238,174,18,9,0,107,78,144,51,116,75,9,0,107,78,144,51,173,75,9,0,111,78,14,186,218,88,11,0,112,206,33,116,103,17,9,0,112,206,33,116,135,17,9,0,112,206,33,116,176,17,9,0,114,78,221,28,216,12,12,0,117,78,225,239,143,220,7,0,118,206,122,19,21,117,6,0,122,206,151,132,174,66,8,0,123,206,147,73,44,141,6,0,127,206,185,57,238,155,6,0,127,206,185,57,135,122,7,0,128,78,205,15,13,237,11,0,130,206,152,54,167,101,9,0,130,206,152,54,133,102,9,0,131,78,0,179,30,103,7,0,133,78,42,5,26,111,9,0,133,78,42,5,61,111,9,0,134,206,33,218,159,198,6,0,137,78,145,235,65,61,6,0,137,206,171,199,22,72,7,0,142,206,52,110,56,84,7,0,142,206,208,28,2,150,7,0,143,206,184,189,150,111,7,0,144,206,108,139,244,106,7,0,147,206,147,210,103,25,11,0,149,78,65,104,41,114,9,0,149,78,65,104,57,115,9,0,150,78,3,166,35,157,11,0,153,206,221,137,87,75,7,0,155,206,68,24,84,223,7,0,155,206,68,24,143,223,7,0,157,206,120,241,41,100,10,0,159,78,172,63,135,122,7,0,160,206,16,82,255,38,11,0,164,78,108,106,244,106,7,0,166,206,103,98,194,26,7,0,166,206,104,85,80,149,10,0,166,206,104,85,107,149,10,0,168,206,79,67,231,60,7,0,168,206,98,3,193,27,9,0,168,206,98,3,250,27,9,0,168,206,98,3,46,1,11,0,169,78,138,232,129,35,7,0,169,78,138,232,5,36,7,0,172,78,113,42,223,244,8,0,172,78,113,42,207,253,8,0,172,78,113,42,200,6,9,0,172,206,160,153,25,66,9,0,172,206,160,153,212,67,9,0,174,78,202,148,176,172,6,0,176,78,165,38,109,37,7,0,177,78,34,38,167,101,9,0,177,78,34,38,133,102,9,0,178,78,78,15,231,60,7,0,181,78,179,30,114,228,9,0,184,78,246,231,92,50,11,0,184,206,210,126,225,128,11,0,190,206,205,5,240,149,8,0,190,206,205,5,21,150,8,0,194,206,225,65,65,5,6,0,194,206,36,157,187,183,8,0,194,206,36,157,79,185,8,0,194,206,36,157,187,185,8,0,194,206,36,157,187,185,8,0,194,206,36,157,128,186,8,0,194,206,36,157,21,187,8,0,194,206,36,157,99,187,8,0,195,206,142,125,161,14,7,0,195,206,174,129,53,237,7,0,195,206,174,129,102,237,7,0,196,206,214,208,82,237,5,0,196,206,224,202,153,42,7,0,196,78,7,18,87,75,7,0,196,78,103,27,188,60,9,0,196,78,103,27,6,61,9,0,198,206,241,69,74,242,10,0,205,206,127,251,174,66,8,0,207,78,158,128,233,158,6,0,208,78,157,52,228,125,6,0,208,206,68,198,89,100,11,0,212,206,96,158,192,77,7,0,212,206,96,158,41,112,7,0,213,78,103,174,225,163,6,0,213,78,201,83,244,106,7,0,215,206,252,194,84,248,5,0,220,206,227,204,242,211,7,0,220,206,184,111,83,35,11,0,221,206,51,116,153,98,8,0,221,206,51,116,150,99,8,0,221,206,31,10,199,97,9,0,221,206,31,10,173,98,9,0,221,206,31,10,152,99,9,0,221,78,194,87,114,228,9,0,223,78,45,23,231,60,7,0,227,78,126,82,53,10,12,0,228,206,60,121,231,60,7,0,229,206,158,133,33,116,7,0,229,206,87,47,237,114,11,0,232,206,119,77,161,138,7,0,234,78,69,203,192,144,6,0,234,78,54,251,60,8,10,0,234,78,54,251,93,8,10,0,237,78,34,116,223,244,8,0,237,78,34,116,207,253,8,0,237,78,34,116,200,6,9,0,241,206,38,177,135,31,7,0,242,206,232,101,215,53,6,0,242,206,232,101,3,81,6,0,243,78,167,50,74,213,6,0,243,206,185,106,37,77,9,0,245,206,3,124,220,38,7,0,245,206,86,60,193,27,9,0,245,206,86,60,250,27,9,0,246,206,148,104,53,129,6,0,247,206,213,154,121,47,7,0,248,206,172,161,41,112,7,0,250,206,67,87,130,157,10,0,250,206,67,87,47,158,10,0,252,78,92,12,85,53,7,0,254,78,244,245,64,82,9,0,254,78,244,245,204,82,9,0,254,78,30,64,115,159,11,0,0,207,197,187,85,53,7,0,0,207,188,175,22,72,7,0,0,79,136,186,197,95,7,0,0,79,177,54,128,168,7,0,2,79,255,221,116,32,7,0,2,79,255,221,22,72,7,0,3,79,169,199,47,55,11,0,5,79,48,252,150,83,9,0,5,79,48,252,176,85,9,0,5,207,57,246,214,234,9,0,5,207,57,246,34,235,9,0,7,207,14,193,4,32,9,0,7,207,14,193,42,37,9,0,9,79,252,137,129,197,10,0,9,79,252,137,160,197,10,0,10,79,109,55,54,4,7,0,10,79,109,55,39,5,7,0,10,79,110,19,218,10,7,0,13,207,93,157,85,53,7,0,14,79,82,193,123,155,7,0,15,79,172,19,199,191,7,0,15,79,204,45,200,245,7,0,15,79,172,19,5,160,8,0,15,79,172,19,121,160,8,0,15,79,172,19,227,160,8,0,15,79,172,19,169,125,10,0,17,207,77,70,115,147,7,0,18,207,106,27,222,216,9,0,18,207,106,27,76,217,9,0,19,207,162,30,73,116,11,0,19,207,162,30,220,117,11,0,21,79,9,217,172,44,7,0,21,79,14,220,71,191,10,0,21,79,14,220,169,192,10,0,23,79,149,146,199,191,7,0,23,79,149,146,186,204,7,0,23,79,149,146,94,210,7,0,23,79,91,254,194,42,11,0,24,207,184,1,112,49,10,0,24,207,184,1,253,49,10,0,26,207,24,103,142,99,7,0,28,79,123,149,130,197,6,0,29,79,51,97,8,86,6,0,29,207,104,210,89,128,6,0,30,207,93,95,9,235,7,0,31,79,239,136,186,177,7,0,31,79,172,63,65,180,11,0,32,79,165,237,88,5,12,0,36,207,127,76,2,150,7,0,37,207,91,90,56,116,6,0,37,207,30,177,58,139,7,0,37,207,91,90,98,231,8,0,43,207,205,202,223,244,8,0,43,207,205,202,207,253,8,0,43,207,205,202,200,6,9,0,44,79,81,178,215,109,10,0,46,79,117,100,86,169,11,0,46,79,117,100,118,172,11,0,49,79,108,28,112,49,10,0,49,79,108,28,253,49,10,0,50,207,218,80,209,156,6,0,50,207,90,46,146,180,10,0,50,207,90,46,35,183,10,0,51,207,67,62,2,150,7,0,51,79,54,116,123,155,7,0,54,207,205,20,81,94,6,0,55,207,16,103,165,209,11,0,56,79,181,112,83,227,7,0,56,207,201,44,147,154,11,0,57,207,172,221,114,228,9,0,60,207,64,58,50,148,11,0,60,207,64,58,73,148,11,0,61,207,143,36,54,134,7,0,62,207,191,73,176,174,7,0,62,207,191,73,14,175,7,0,63,79,59,157,134,24,7,0,67,79,210,73,186,177,7,0,68,79,202,148,38,71,6,0,68,79,202,148,184,237,6,0,69,207,192,221,230,161,11,0,69,207,192,221,140,163,11,0,69,207,192,221,97,175,11,0,71,79,89,231,85,53,7,0,72,207,113,145,192,69,9,0,72,207,113,145,164,70,9,0,72,207,113,145,128,71,9,0,73,207,54,1,123,155,7,0,74,79,65,17,153,9,6,0,74,79,65,17,253,20,6,0,77,79,94,187,89,237,6,0,78,207,214,177,137,1,8,0,81,79,225,17,205,39,7,0,81,79,40,113,231,60,7,0,82,207,43,53,25,66,9,0,82,207,43,53,212,67,9,0,83,207,28,99,50,85,6,0,83,79,225,241,33,224,7,0,84,207,143,101,161,37,6,0,86,207,113,55,223,244,8,0,86,207,113,55,207,253,8,0,86,207,113,55,200,6,9,0,88,207,101,164,71,191,10,0,88,207,101,164,169,192,10,0,91,207,249,66,218,205,11,0,93,207,19,208,186,177,7,0,93,79,138,145,142,50,9,0,93,79,138,145,200,50,9,0,96,207,204,28,231,60,7,0,96,79,27,194,150,83,9,0,96,79,27,194,176,85,9,0,97,79,123,202,186,177,7,0,97,79,145,33,199,191,7,0,97,79,145,33,68,85,10,0,98,79,202,179,244,150,11,0,99,79,38,200,109,37,7,0,99,207,73,31,30,78,7,0,99,207,8,31,85,248,7,0,101,207,224,168,223,176,10,0,101,207,224,168,251,176,10,0,101,207,224,168,19,177,10,0,101,79,137,6,106,2,12,0,107,79,108,130,53,185,9,0,107,79,108,130,86,185,9,0,108,207,2,100,26,156,8,0,112,207,204,57,197,95,7,0,115,79,32,188,56,84,7,0,115,207,142,72,208,94,11,0,118,79,214,64,243,44,11,0,121,207,50,70,161,212,9,0,121,207,50,70,93,213,9,0,122,207,245,13,162,151,9,0,122,207,245,13,56,152,9,0,126,207,66,190,123,155,7,0,127,207,231,209,110,212,11,0,129,79,231,101,100,81,6,0,129,79,231,101,25,239,6,0,129,79,65,137,219,70,7,0,129,79,156,191,120,232,7,0,129,79,231,101,70,96,8,0,129,207,142,77,34,199,10,0,129,207,142,77,112,199,10,0,132,79,42,75,85,53,7,0,133,207,210,223,164,131,7,0,136,207,5,28,54,134,7,0,138,79,172,69,232,218,6,0,142,207,121,161,71,191,10,0,142,207,121,161,169,192,10,0,143,79,68,161,116,32,7,0,144,207,109,248,22,186,10,0,144,207,109,248,45,186,10,0,144,207,31,218,36,5,11,0,145,79,219,193,123,155,7,0,145,79,18,33,203,205,8,0,151,207,26,205,102,123,9,0,151,207,26,205,26,124,9,0,154,207,128,58,63,115,6,0,154,207,173,129,150,132,10,0,155,207,147,61,67,168,7,0,156,207,43,170,134,16,12,0,157,79,226,73,68,89,7,0,157,79,226,73,228,91,7,0,157,207,106,150,203,120,7,0,157,207,106,150,253,120,7,0,158,79,87,220,237,80,7,0,158,79,182,224,150,83,9,0,158,79,182,224,176,85,9,0,160,79,27,11,93,213,8,0,162,207,31,252,123,129,6,0,162,79,164,200,83,29,7,0,164,207,207,206,104,17,7,0,164,79,202,68,223,244,8,0,164,79,202,68,207,253,8,0,164,79,202,68,200,6,9,0,167,79,97,212,9,84,6,0,167,79,185,222,186,177,7,0,169,207,195,61,146,180,10,0,169,207,195,61,35,183,10,0,170,79,215,203,18,231,7,0,170,79,165,145,26,183,9,0,170,79,165,145,47,183,9,0,172,79,139,251,51,227,10,0,173,79,189,157,223,244,8,0,173,79,189,157,207,253,8,0,173,79,189,157,200,6,9,0,176,79,58,160,188,98,7,0,183,207,231,224,197,95,7,0,188,207,175,94,37,77,9,0,190,79,14,240,121,252,6,0,190,79,14,240,132,207,9,0,192,79,166,124,25,44,7,0,192,79,41,68,68,89,7,0,192,79,20,229,18,240,9,0,192,79,20,229,125,240,9,0,193,207,147,46,110,109,8,0,194,207,77,247,10,1,8,0,195,207,105,41,65,194,10,0,195,207,105,41,196,194,10,0,196,207,153,165,197,95,7,0,197,79,212,176,147,74,8,0,199,79,113,197,1,14,7,0,200,207,218,234,22,63,11,0,200,207,218,234,122,72,11,0,202,207,33,80,210,88,9,0,202,207,33,80,145,89,9,0,202,207,33,80,74,90,9,0,206,79,125,105,150,83,9,0,206,79,125,105,176,85,9,0,206,79,131,182,47,11,11,0,208,79,131,182,177,109,9,0,208,79,131,182,216,109,9,0,210,207,215,97,186,177,7,0,211,207,140,0,241,2,10,0,211,207,140,0,254,3,10,0,211,79,165,232,70,217,10,0,211,79,219,35,109,35,11,0,212,79,101,136,1,31,7,0,212,79,4,103,39,151,10,0,212,79,4,103,128,151,10,0,212,79,4,103,216,151,10,0,214,79,109,126,56,143,7,0,216,207,224,104,241,2,10,0,216,207,224,104,254,3,10,0,218,79,166,85,8,20,7,0,218,79,245,112,56,106,7,0,219,79,131,182,231,60,7,0,220,207,244,40,223,244,8,0,220,207,244,40,207,253,8,0,221,207,165,129,72,207,10,0,221,207,165,129,131,207,10,0,221,207,165,129,204,207,10,0,221,207,165,129,6,208,10,0,222,207,26,54,125,170,7,0,224,207,182,147,68,89,7,0,224,207,182,147,228,91,7,0,225,207,50,220,44,182,11,0,226,207,41,244,167,5,6,0,226,207,57,87,153,184,11,0,227,79,14,187,62,132,11,0,227,79,14,187,88,132,11,0,228,79,42,231,246,178,6,0,228,79,220,94,77,196,11,0,229,207,73,184,121,252,6,0,230,79,173,20,230,177,11,0,232,207,88,95,181,109,7,0,233,79,15,78,149,127,7,0,233,79,138,164,212,254,10,0,234,207,79,122,121,223,11,0,236,207,91,113,174,66,8,0,238,79,233,146,32,28,7,0,238,207,73,106,120,232,7,0,238,79,104,158,215,109,10,0,241,207,192,222,49,45,10,0,241,207,192,222,64,46,10,0,241,207,192,222,67,47,10,0,241,207,192,222,97,48,10,0,242,79,36,218,66,221,10,0,246,207,203,244,156,39,6,0,246,207,138,72,172,196,9,0,247,207,214,201,158,119,6,0,248,79,227,167,68,89,7,0,248,79,227,167,228,91,7,0,248,79,227,167,16,141,7,0,249,207,227,133,123,155,7,0,249,207,31,239,179,146,9,0,249,207,31,239,97,147,9,0,251,207,229,215,65,145,7,0,255,79,101,232,166,78,7,0,255,207,60,166,223,244,8,0,255,207,60,166,207,253,8,0,255,207,60,166,200,6,9,0,2,208,97,148,244,172,6,0,3,208,140,250,118,175,6,0,4,208,129,83,197,95,7,0,4,80,82,1,215,173,9,0,4,80,82,1,142,174,9,0,7,80,15,65,101,140,6,0,7,80,60,56,245,77,9,0,7,80,60,56,223,78,9,0,8,208,16,40,30,147,7,0,8,208,105,159,65,152,11,0,10,80,158,115,131,59,9,0,11,80,21,64,58,100,7,0,12,80,27,142,121,252,6,0,12,80,27,142,132,207,9,0,13,208,219,223,16,84,8,0,13,80,87,157,187,183,8,0,14,80,123,29,133,35,10,0,14,80,123,29,4,36,10,0,14,80,123,29,144,36,10,0,15,208,94,170,32,28,7,0,15,208,150,52,4,32,9,0,15,208,150,52,42,37,9,0,17,80,50,36,138,159,10,0,17,80,50,36,214,159,10,0,17,80,50,36,35,160,10,0,18,208,178,239,237,82,6,0,18,208,178,239,107,233,6,0,21,80,177,158,113,15,11,0,23,80,88,146,199,191,7,0,23,80,88,146,186,204,7,0,27,80,5,87,150,132,10,0,28,80,248,30,145,139,7,0,30,80,90,202,186,177,7,0,31,80,228,210,120,33,6,0,31,80,228,210,153,168,7,0,33,208,136,146,80,1,6,0,33,80,248,158,31,17,7,0,33,80,9,8,7,228,7,0,35,80,65,30,111,117,7,0,36,208,200,100,229,41,7,0,40,80,213,209,212,6,11,0,41,80,194,1,19,218,10,0,42,208,188,135,134,155,6,0,42,208,103,249,54,134,7,0,43,80,168,238,85,191,6,0,43,208,164,196,150,132,10,0,44,208,50,98,44,73,7,0,46,80,147,241,186,177,7,0,48,80,44,196,76,163,6,0,50,80,113,72,109,37,7,0,50,208,152,52,150,132,10,0,51,80,81,190,81,230,7,0,53,208,6,107,182,38,8,0,53,80,137,195,44,113,10,0,53,80,137,195,126,113,10,0,54,208,107,89,2,150,7,0,56,80,132,103,54,134,7,0,56,208,54,63,186,177,7,0,56,208,54,63,102,123,9,0,56,208,54,63,26,124,9,0,58,208,160,82,2,150,7,0,59,208,74,163,89,44,9,0,59,208,74,163,166,45,9,0,59,208,74,163,245,46,9,0,63,208,167,126,159,212,6,0,63,80,40,22,85,53,7,0,63,208,105,27,183,209,10,0,65,208,7,178,121,186,10,0,65,208,7,178,148,186,10,0,68,80,79,82,199,5,12,0,69,208,48,236,46,90,6,0,70,80,254,103,231,60,7,0,71,80,234,187,146,180,10,0,71,80,234,187,35,183,10,0,72,208,247,48,90,213,10,0,76,208,237,127,56,84,7,0,76,208,46,185,155,115,7,0,77,208,104,10,150,132,10,0,81,208,157,220,236,166,7,0,81,208,157,220,181,167,7,0,83,208,35,234,102,143,8,0,83,80,44,54,227,238,10,0,87,208,73,149,194,26,7,0,87,208,213,146,24,145,7,0,87,208,52,140,40,95,10,0,87,208,52,140,208,95,10,0,87,208,213,146,36,243,10,0,87,208,96,34,11,194,11,0,88,208,79,3,164,131,7,0,88,208,6,139,40,11,8,0,93,80,188,115,186,177,7,0,97,80,170,241,65,24,7,0,97,80,197,172,29,76,9,0,97,80,197,172,133,76,9,0,99,80,93,41,7,16,7,0,101,208,6,121,65,0,10,0,101,208,6,121,94,0,10,0,102,80,205,57,192,69,9,0,102,80,205,57,164,70,9,0,102,80,205,57,128,71,9,0,105,80,181,148,204,19,6,0,105,208,108,76,164,131,7,0,105,208,23,162,232,222,9,0,105,208,23,162,55,223,9,0,108,208,164,166,0,149,7,0,108,208,0,115,186,177,7,0,113,80,16,91,148,221,8,0,114,208,79,45,186,177,7,0,116,80,120,253,140,149,7,0,116,80,120,253,177,149,7,0,117,208,9,143,75,165,6,0,117,208,128,248,228,91,7,0,117,208,128,248,225,97,7,0,117,80,145,64,25,66,9,0,117,80,145,64,212,67,9,0,117,80,192,213,69,159,11,0,120,208,125,136,186,70,7,0,120,208,39,10,207,214,7,0,120,208,39,10,69,215,7,0,123,80,132,42,105,42,11,0,128,80,161,219,38,46,7,0,129,80,170,46,131,126,11,0,132,208,130,222,4,32,9,0,132,208,130,222,42,37,9,0,132,208,16,178,49,45,10,0,132,208,16,178,64,46,10,0,132,208,16,178,67,47,10,0,132,208,16,178,97,48,10,0,133,208,81,42,150,132,10,0,133,208,40,38,1,69,11,0,138,80,222,84,214,17,8,0,138,208,68,69,27,80,10,0,138,208,68,69,48,80,10,0,140,208,91,228,4,32,9,0,140,208,91,228,42,37,9,0,140,80,143,13,178,223,11,0,142,208,98,244,178,231,9,0,142,208,98,244,220,231,9,0,142,208,98,244,130,0,12,0,144,80,48,66,120,232,7,0,148,80,122,228,176,67,10,0,148,80,122,228,242,68,10,0,148,80,122,228,55,70,10,0,149,208,106,164,123,155,7,0,152,80,28,116,141,119,7,0,153,80,6,150,228,24,11,0,154,80,127,253,231,60,7,0,156,208,151,214,53,97,7,0,157,208,153,54,131,21,7,0,159,208,90,158,80,20,9,0,159,208,90,158,241,23,9,0,161,208,26,192,140,92,9,0,161,208,26,192,54,93,9,0,163,208,188,203,240,105,7,0,165,208,114,27,81,230,7,0,165,80,238,169,81,29,11,0,166,80,151,30,68,20,10,0,166,80,151,30,109,20,10,0,167,80,43,2,114,228,9,0,171,80,245,39,20,61,8,0,172,80,46,19,192,69,9,0,172,80,46,19,164,70,9,0,172,80,46,19,128,71,9,0,172,80,203,58,245,77,9,0,172,80,203,58,223,78,9,0,173,80,81,21,252,74,6,0,174,208,240,112,247,62,11,0,175,208,91,96,123,155,7,0,177,80,61,173,151,56,6,0,177,80,33,224,212,187,7,0,177,80,33,224,229,205,7,0,177,80,61,173,239,124,8,0,177,80,36,228,251,1,12,0,178,80,28,214,192,50,7,0,178,80,207,238,147,195,11,0,179,80,217,24,97,28,9,0,179,80,217,24,1,29,9,0,179,80,217,24,166,29,9,0,180,208,75,121,80,20,9,0,180,208,75,121,241,23,9,0,180,80,30,197,202,42,9,0,182,208,214,89,63,186,6,0,182,80,154,16,140,92,9,0,182,80,154,16,54,93,9,0,183,208,13,101,186,177,7,0,184,208,92,36,164,131,7,0,185,208,219,173,11,49,7,0,188,208,146,150,87,75,7,0,188,80,236,126,223,244,8,0,188,80,236,126,207,253,8,0,188,80,236,126,200,6,9,0,189,208,33,154,85,53,7,0,189,80,67,86,228,91,7,0,190,80,49,163,231,60,7,0,191,80,221,242,114,228,9,0,192,208,2,54,85,53,7,0,193,80,121,253,249,139,11,0,195,208,159,225,175,5,12,0,197,80,134,32,85,53,7,0,197,80,171,27,197,246,10,0,198,80,200,222,137,246,6,0,198,80,3,255,245,71,8,0,198,80,3,255,179,83,11,0,201,80,125,187,12,96,6,0,201,80,127,47,252,116,7,0,202,80,76,20,113,59,8,0,203,80,126,54,85,53,7,0,205,208,16,9,161,212,9,0,205,208,16,9,93,213,9,0,207,208,87,181,131,136,11,0,210,208,24,42,3,81,6,0,211,80,208,31,42,243,11,0,214,80,56,128,181,109,7,0,214,80,59,229,218,178,8,0,215,208,98,167,56,14,6,0,217,80,171,140,9,35,7,0,217,80,252,122,187,183,8,0,217,80,171,140,73,12,12,0,218,208,143,173,114,228,9,0,219,208,189,77,159,236,5,0,220,80,199,149,144,143,7,0,222,80,205,179,166,78,7,0,225,208,229,67,54,134,7,0,229,208,145,61,30,103,7,0,229,80,226,240,173,1,10,0,229,80,226,240,223,1,10,0,229,80,226,240,37,2,10,0,230,208,138,22,80,20,9,0,230,208,138,22,241,23,9,0,230,208,173,179,71,191,10,0,230,208,173,179,169,192,10,0,231,80,28,31,164,131,7,0,231,80,13,41,208,79,9,0,231,80,13,41,138,80,9,0,231,80,13,41,56,81,9,0,233,208,164,6,68,89,7,0,233,208,164,6,228,91,7,0,235,208,78,115,205,73,7,0,236,80,144,233,21,32,7,0,236,208,13,123,156,132,11,0,236,80,144,233,9,153,11,0,239,208,192,148,179,85,7,0,242,208,73,183,89,44,9,0,242,208,73,183,166,45,9,0,242,208,73,183,245,46,9,0,242,80,126,86,49,45,10,0,242,80,126,86,64,46,10,0,242,80,126,86,67,47,10,0,242,80,126,86,97,48,10,0,242,80,234,73,22,66,11,0,250,80,19,139,231,60,7,0,250,208,154,241,4,32,9,0,250,208,154,241,42,37,9,0,250,80,193,101,43,58,9,0,251,208,160,245,2,150,7,0,254,80,157,149,18,240,9,0,254,80,157,149,125,240,9,0,255,80,42,133,158,123,7,0,255,208,119,233,58,147,11,0,0,81,2,234,171,156,10,0,0,81,2,234,194,156,10,0,1,209,211,150,251,213,10,0,1,81,131,115,57,105,11,0,2,209,241,117,174,66,8,0,3,81,61,129,0,214,6,0,4,81,5,204,59,19,7,0,5,81,90,215,146,180,10,0,5,81,90,215,35,183,10,0,7,209,203,236,248,220,10,0,9,209,0,93,134,178,8,0,13,81,178,50,184,37,6,0,13,81,29,20,236,109,6,0,14,209,204,2,87,75,7,0,14,209,8,192,92,141,8,0,15,209,138,24,98,230,5,0,21,81,9,142,86,127,7,0,23,209,8,192,221,148,11,0,24,209,148,60,234,30,7,0,26,209,192,247,179,232,11,0,28,81,152,42,239,169,9,0,29,81,213,0,109,37,7,0,30,81,192,159,102,105,9,0,30,81,192,159,57,107,9,0,33,81,65,13,85,53,7,0,33,209,67,109,223,244,8,0,33,209,67,109,207,253,8,0,33,209,67,109,200,6,9,0,34,209,183,118,123,155,7,0,36,81,117,44,52,242,10,0,38,81,135,195,4,41,8,0,38,81,91,184,96,66,10,0,38,81,118,227,140,37,11,0,41,81,115,106,68,89,7,0,41,81,115,106,228,91,7,0,41,81,155,71,63,233,9,0,41,81,155,71,109,233,9,0,45,209,157,144,10,167,9,0,46,81,237,25,187,211,6,0,48,209,160,164,5,241,10,0,54,209,160,223,187,183,8,0,55,209,29,40,181,109,7,0,55,209,155,82,199,191,7,0,55,209,155,82,202,42,9,0,57,81,239,21,4,32,9,0,57,81,239,21,42,37,9,0,61,209,183,186,102,123,9,0,61,209,183,186,26,124,9,0,61,209,129,237,8,140,11,0,64,81,186,245,223,244,8,0,64,81,186,245,207,253,8,0,64,81,186,245,200,6,9,0,64,81,175,107,248,237,9,0,64,81,175,107,238,238,9,0,64,81,6,254,14,62,10,0,64,81,6,254,229,62,10,0,65,209,8,181,210,88,9,0,65,209,8,181,145,89,9,0,65,209,8,181,74,90,9,0,66,81,250,117,37,2,6,0,67,81,255,238,41,112,7,0,68,81,210,225,39,190,11,0,72,81,213,128,118,251,6,0,80,209,17,187,236,166,7,0,80,209,17,187,181,167,7,0,82,81,146,97,126,164,6,0,82,209,119,233,14,157,11,0,83,209,184,237,158,243,10,0,85,209,82,35,193,6,10,0,85,209,82,35,96,7,10,0,86,81,46,70,211,75,11,0,87,81,201,129,70,162,10,0,88,209,252,194,223,244,8,0,88,209,252,194,207,253,8,0,88,209,252,194,200,6,9,0,89,81,40,25,149,127,7,0,90,81,174,88,89,44,9,0,90,81,174,88,166,45,9,0,90,81,174,88,245,46,9,0,91,81,57,92,223,244,8,0,91,81,57,92,207,253,8,0,91,81,57,92,200,6,9,0,92,81,167,34,107,63,8,0,95,81,236,60,5,129,7,0,96,81,149,215,135,35,6,0,96,81,149,215,182,35,6,0,97,81,176,75,83,118,8,0,97,81,196,191,49,45,10,0,97,81,196,191,64,46,10,0,97,81,196,191,67,47,10,0,97,81,196,191,97,48,10,0,98,209,173,59,136,15,6,0,99,209,129,128,86,156,11,0,100,81,229,36,120,33,6,0,100,81,229,36,153,168,7,0,101,209,254,47,54,222,11,0,103,209,104,134,150,83,9,0,103,209,104,134,176,85,9,0,104,81,175,0,45,124,7,0,105,81,25,134,0,190,8,0,105,81,61,255,43,247,10,0,111,209,154,140,5,129,7,0,112,81,111,215,54,209,7,0,112,81,162,29,120,232,7,0,113,209,191,34,85,53,7,0,113,81,101,164,101,112,10,0,113,81,101,164,124,112,10,0,117,209,253,110,179,85,7,0,119,209,123,103,111,113,8,0,119,209,236,165,146,180,10,0,119,209,236,165,35,183,10,0,121,209,105,147,29,142,6,0,121,209,183,42,228,159,6,0,121,209,127,79,42,215,10,0,128,209,3,144,4,32,9,0,128,209,3,144,42,37,9,0,129,81,157,53,247,226,5,0,129,209,245,164,220,111,11,0,129,209,29,125,58,125,11,0,136,209,42,189,120,232,7,0,136,209,50,78,80,20,9,0,136,209,50,78,241,23,9,0,138,209,220,189,186,177,7,0,138,209,85,238,186,177,7,0,140,81,57,251,125,48,9,0,140,81,57,251,110,49,9,0,140,209,129,186,239,57,11,0,141,81,217,231,54,134,7,0,143,209,236,57,164,131,7,0,145,81,20,241,223,244,8,0,145,81,20,241,207,253,8,0,145,81,20,241,200,6,9,0,146,81,69,203,172,44,7,0,147,81,145,24,141,119,7,0,147,81,10,8,237,58,11,0,148,209,251,58,204,46,7,0,148,81,185,178,192,69,9,0,148,81,185,178,164,70,9,0,148,81,9,203,150,132,10,0,150,81,25,230,85,53,7,0,154,209,151,81,153,70,6,0,154,209,151,81,81,99,7,0,158,209,16,251,83,92,10,0,158,209,16,251,116,92,10,0,158,209,16,251,140,92,10,0,159,81,51,93,84,34,10,0,159,81,51,93,118,34,10,0,163,209,86,51,71,189,11,0,165,81,183,89,54,134,7,0,165,81,131,19,18,189,7,0,165,81,131,19,212,79,10,0,165,81,131,19,1,80,10,0,166,209,183,166,4,134,11,0,166,209,183,166,189,135,11,0,168,209,147,90,222,79,11,0,174,81,74,200,50,113,6,0,179,209,84,124,7,228,7,0,180,209,127,150,27,82,6,0,184,81,53,126,155,111,9,0,184,81,53,126,178,111,9,0,184,81,53,126,203,111,9,0,188,81,64,103,170,248,10,0,188,81,64,103,187,248,10,0,189,81,25,82,187,126,6,0,189,81,39,116,109,178,6,0,194,81,175,32,150,132,10,0,195,209,190,180,107,131,7,0,195,209,190,180,164,131,7,0,196,209,114,144,186,177,7,0,196,209,114,144,18,189,7,0,196,209,170,61,241,2,10,0,196,209,170,61,254,3,10,0,196,209,114,144,157,160,10,0,198,81,224,174,25,44,7,0,198,209,131,32,181,109,7,0,199,209,155,183,230,118,9,0,199,209,155,183,190,119,9,0,201,209,86,13,108,81,7,0,202,81,127,245,139,27,7,0,202,209,110,213,241,2,10,0,202,209,110,213,254,3,10,0,202,209,157,149,231,235,10,0,203,81,18,112,102,105,9,0,203,81,18,112,57,107,9,0,204,209,18,157,5,129,7,0,205,81,38,187,68,89,7,0,205,81,7,195,68,89,7,0,205,81,38,187,228,91,7,0,205,81,7,195,228,91,7,0,207,81,106,152,231,60,7,0,207,81,0,90,189,191,11,0,208,209,97,98,85,53,7,0,208,81,109,184,213,225,8,0,213,209,222,103,207,40,11,0,214,81,42,251,80,20,9,0,214,81,42,251,241,23,9,0,215,81,226,227,13,34,7,0,215,209,121,11,231,60,7,0,220,81,187,222,2,150,7,0,223,209,109,114,59,249,5,0,226,209,249,58,192,98,11,0,228,209,250,205,123,155,7,0,231,209,159,149,68,89,7,0,232,209,97,48,215,173,9,0,232,209,97,48,142,174,9,0,233,81,218,30,122,19,9,0,233,81,218,30,158,19,9,0,234,209,157,99,197,95,7,0,234,209,39,160,187,183,8,0,237,209,145,147,158,52,7,0,240,209,105,143,250,114,6,0,240,81,100,166,54,134,7,0,241,209,103,176,174,66,8,0,245,81,96,202,61,51,11,0,247,209,188,5,6,158,6,0,252,81,192,91,159,79,6,0,252,209,142,59,145,44,11,0,253,81,228,194,137,5,6,0,254,209,41,127,41,100,10,0,255,81,133,234,186,177,7,0,255,209,57,187,192,69,9,0,255,209,57,187,164,70,9,0,255,209,57,187,128,71,9,0,2,210,41,55,15,159,8,0,3,82,158,115,150,83,9,0,3,82,158,115,176,85,9,0,4,82,34,158,199,191,7,0,4,82,34,158,25,180,8,0,4,82,34,158,175,180,8,0,4,82,34,158,81,181,8,0,4,82,34,158,100,114,10,0,5,82,15,80,183,147,7,0,7,82,229,111,91,23,6,0,7,210,10,10,230,118,9,0,7,210,10,10,190,119,9,0,8,82,20,6,225,253,7,0,8,82,75,152,74,163,9,0,8,82,75,152,150,163,9,0,8,82,75,152,223,163,9,0,9,82,44,116,89,44,9,0,9,82,44,116,166,45,9,0,9,82,44,116,245,46,9,0,10,82,254,132,202,120,9,0,10,82,254,132,90,121,9,0,12,210,206,145,150,83,9,0,12,210,206,145,176,85,9,0,12,210,85,255,150,132,10,0,13,82,240,191,40,95,10,0,13,82,240,191,208,95,10,0,14,210,233,87,25,44,7,0,15,210,40,137,245,99,7,0,16,210,61,145,141,254,10,0,16,210,65,233,59,20,11,0,17,210,157,28,42,222,7,0,22,82,92,162,89,44,9,0,22,82,92,162,166,45,9,0,22,82,92,162,245,46,9,0,23,82,115,231,2,83,7,0,25,82,203,192,85,53,7,0,27,210,98,27,142,201,6,0,27,210,42,92,68,89,7,0,33,82,20,26,166,78,7,0,35,82,176,144,24,133,11,0,36,82,77,76,162,92,11,0,37,210,156,197,179,85,7,0,37,210,156,197,178,87,7,0,37,210,156,197,193,203,7,0,37,210,143,34,223,244,8,0,37,210,143,34,207,253,8,0,37,210,143,34,200,6,9,0,39,82,10,183,70,139,6,0,39,82,10,183,146,180,10,0,39,82,10,183,35,183,10,0,40,210,228,241,131,172,7,0,45,210,63,8,123,206,11,0,48,82,187,97,41,112,7,0,49,210,219,152,87,43,7,0,50,210,206,61,239,245,6,0,50,210,127,144,231,60,7,0,51,82,163,147,214,152,11,0,52,210,7,37,32,28,7,0,53,82,167,212,186,177,7,0,55,210,241,114,229,220,8,0,56,210,244,103,22,72,7,0,57,82,253,187,97,87,6,0,57,82,49,89,79,200,6,0,59,210,251,110,218,42,11,0,60,82,84,113,2,150,7,0,60,82,51,166,106,32,11,0,65,210,189,209,199,191,7,0,65,210,188,75,214,234,9,0,65,210,188,75,34,235,9,0,65,210,189,209,101,93,10,0,65,82,210,169,34,121,11,0,67,210,121,224,194,26,7,0,71,210,102,217,150,132,10,0,72,82,68,86,199,191,7,0,72,82,68,86,173,65,9,0,72,82,68,86,223,65,9,0,76,210,69,187,172,41,7,0,76,210,250,172,120,232,7,0,76,82,46,217,162,151,9,0,76,82,46,217,56,152,9,0,76,82,101,9,150,132,10,0,77,210,87,174,186,177,7,0,77,210,193,120,70,162,10,0,78,82,173,30,18,189,7,0,78,82,173,30,164,179,10,0,78,82,173,30,229,179,10,0,78,82,173,30,34,180,10,0,81,82,202,155,102,105,9,0,81,82,202,155,57,107,9,0,82,82,189,54,231,60,7,0,84,82,26,14,197,95,7,0,86,82,11,28,71,101,7,0,87,82,189,154,15,100,6,0,89,82,157,66,244,106,7,0,89,82,67,102,186,177,7,0,91,82,103,27,5,129,7,0,91,82,38,185,41,114,9,0,91,82,38,185,57,115,9,0,92,82,205,166,117,30,7,0,93,82,36,44,145,139,7,0,94,82,69,144,68,89,7,0,94,82,69,144,228,91,7,0,97,210,116,230,85,53,7,0,97,210,212,53,183,147,7,0,99,210,202,100,181,109,7,0,100,82,154,86,161,98,7,0,101,82,2,59,2,150,7,0,101,210,191,186,241,77,11,0,102,210,176,155,186,177,7,0,102,210,153,238,150,132,10,0,102,82,100,198,28,179,11,0,103,82,55,45,228,91,7,0,103,82,55,45,61,118,7,0,109,82,181,244,85,180,9,0,109,82,181,244,108,180,9,0,110,82,3,251,87,75,7,0,111,210,66,56,34,115,7,0,116,210,231,0,12,22,7,0,116,82,31,82,171,227,11,0,121,82,16,192,80,20,9,0,121,82,16,192,241,23,9,0,123,210,104,113,184,124,7,0,124,210,192,3,192,50,7,0,124,210,192,3,144,143,7,0,125,82,196,19,177,123,6,0,125,82,199,95,235,22,7,0,127,210,180,217,25,66,9,0,127,210,180,217,212,67,9,0,128,210,52,241,108,81,7,0,128,210,39,143,110,139,9,0,128,210,39,143,205,139,9,0,129,82,227,239,150,132,10,0,131,82,135,171,170,8,6,0,132,210,171,92,173,24,7,0,132,82,233,68,223,244,8,0,132,82,233,68,207,253,8,0,132,82,233,68,200,6,9,0,133,210,10,23,147,0,7,0,136,210,125,47,45,64,9,0,136,210,125,47,214,64,9,0,138,210,31,196,123,169,6,0,138,82,242,149,2,150,7,0,141,82,100,160,163,29,11,0,144,210,137,16,223,102,10,0,144,210,137,16,23,103,10,0,144,210,137,16,80,103,10,0,146,210,9,253,223,244,8,0,146,210,9,253,207,253,8,0,146,210,9,253,200,6,9,0,146,82,213,117,250,142,11,0,147,82,219,218,103,235,11,0,149,210,39,176,50,141,9,0,149,210,39,176,130,142,9,0,149,210,39,176,212,143,9,0,149,210,39,176,43,145,9,0,151,210,245,123,186,177,7,0,151,210,177,109,20,134,11,0,151,82,213,117,35,152,11,0,152,82,151,198,199,191,7,0,152,82,151,198,214,190,10,0,152,82,151,198,21,191,10,0,153,82,227,95,151,134,6,0,155,210,31,55,136,29,7,0,155,210,86,244,154,214,11,0,156,210,60,69,172,105,11,0,161,210,114,78,205,249,7,0,161,210,114,78,2,250,7,0,164,210,112,234,130,157,10,0,164,210,112,234,47,158,10,0,165,82,145,153,80,20,9,0,165,82,145,153,241,23,9,0,166,210,12,31,16,141,7,0,169,210,54,250,250,45,11,0,174,210,32,2,107,254,6,0,174,210,32,2,5,245,7,0,176,82,255,61,252,176,11,0,178,82,26,171,240,68,7,0,178,82,26,171,199,191,7,0,178,82,26,171,90,169,8,0,180,82,150,13,18,189,7,0,181,210,208,245,250,135,9,0,181,210,208,245,20,136,9,0,183,82,207,151,97,28,9,0,183,82,207,151,1,29,9,0,183,82,207,151,166,29,9,0,183,82,91,19,176,67,10,0,183,82,91,19,242,68,10,0,183,82,91,19,55,70,10,0,184,82,13,162,158,52,7,0,184,82,237,224,151,110,10,0,184,82,237,224,247,110,10,0,184,82,237,224,84,111,10,0,185,82,102,209,8,20,7,0,188,82,74,186,223,244,8,0,188,82,74,186,207,253,8,0,188,82,74,186,200,6,9,0,189,82,74,81,186,177,7,0,191,210,69,81,52,246,10,0,192,82,222,248,1,48,7,0,193,82,11,186,102,143,8,0,193,82,11,186,62,2,11,0,195,210,27,243,183,147,7,0,197,82,187,80,151,22,7,0,197,210,134,27,65,194,10,0,197,210,134,27,196,194,10,0,198,210,108,247,250,248,10,0,198,210,108,247,21,249,10,0,199,82,80,79,204,46,7,0,199,210,162,209,210,96,10,0,199,210,162,209,246,96,10,0,199,210,162,209,25,97,10,0,199,82,223,193,71,253,11,0,200,82,231,6,186,177,7,0,203,82,17,206,199,191,7,0,203,82,27,235,22,96,9,0,203,82,27,235,98,96,9,0,203,82,17,206,17,33,10,0,208,210,117,139,227,212,7,0,210,210,122,253,215,53,6,0,211,82,133,40,112,73,7,0,214,210,30,127,83,242,11,0,215,210,164,149,80,20,9,0,215,210,164,149,241,23,9,0,216,82,195,119,5,129,7,0,218,82,145,237,46,218,6,0,220,82,218,194,63,233,9,0,220,82,218,194,109,233,9,0,220,210,159,126,170,81,10,0,220,210,159,126,195,81,10,0,220,82,206,32,128,250,11,0,222,210,35,182,248,116,6,0,223,210,155,250,80,252,6,0,225,82,234,204,92,25,10,0,225,82,234,204,128,25,10,0,225,82,234,204,176,25,10,0,226,210,103,36,151,19,7,0,227,210,181,254,90,97,6,0,231,210,57,207,201,251,10,0,232,210,22,80,65,145,7,0,234,82,21,101,161,14,7,0,234,82,21,101,15,15,7,0,234,82,27,7,186,177,7,0,234,82,31,81,182,4,11,0,234,210,84,35,158,235,11,0,235,210,115,188,201,154,6,0,235,82,164,236,199,191,7,0,235,82,164,236,112,201,7,0,236,210,31,158,204,192,11,0,239,82,214,38,155,231,10,0,243,210,213,34,52,10,7,0,245,82,20,128,62,5,10,0,245,82,20,128,116,5,10,0,247,210,81,153,41,112,7,0,248,82,32,136,18,189,7,0,248,82,32,136,204,75,10,0,248,82,32,136,220,75,10,0,251,210,5,175,5,129,7,0,254,210,70,22,2,150,7,0,4,83,232,3,27,188,10,0,4,83,232,3,104,188,10,0,12,83,215,190,114,228,9,0,13,83,105,33,192,69,9,0,13,83,105,33,164,70,9,0,13,83,105,33,128,71,9,0,15,211,60,237,197,246,10,0,16,211,53,246,103,14,7,0,16,211,137,57,223,244,8,0,16,211,137,57,207,253,8,0,16,211,137,57,200,6,9,0,18,211,211,252,84,88,9,0,18,211,211,252,139,88,9,0,20,83,146,126,89,44,9,0,20,83,146,126,166,45,9,0,20,83,146,126,245,46,9,0,21,211,85,170,189,96,11,0,22,211,21,207,86,135,8,0,23,83,58,104,85,53,7,0,29,83,215,122,7,244,8,0,30,211,48,244,241,228,6,0,30,211,73,218,199,191,7,0,30,211,73,218,202,42,9,0,31,83,105,27,199,191,7,0,31,83,125,178,204,248,10,0,33,83,135,62,208,193,6,0,34,83,4,201,85,53,7,0,35,83,141,97,213,101,7,0,36,83,44,162,251,14,11,0,38,211,117,123,12,177,7,0,38,211,117,123,12,177,7,0,41,211,227,19,148,112,9,0,41,211,227,19,17,113,9,0,43,211,132,255,15,26,6,0,48,83,63,114,41,112,7,0,48,211,95,139,87,80,8,0,51,211,92,207,158,52,7,0,51,83,164,43,166,78,7,0,53,211,233,71,2,150,7,0,54,211,9,32,172,234,5,0,54,211,96,69,223,221,10,0,55,211,180,47,186,177,7,0,56,83,107,149,171,167,10,0,56,83,107,149,237,167,10,0,57,211,174,35,223,244,8,0,57,211,174,35,207,253,8,0,57,211,174,35,200,6,9,0,58,83,197,197,112,49,10,0,58,83,197,197,253,49,10,0,59,83,142,42,60,116,7,0,59,83,36,184,203,65,8,0,59,83,26,54,44,251,11,0,62,83,206,69,85,224,6,0,63,83,51,32,231,60,7,0,63,83,249,224,5,129,7,0,63,211,164,204,123,155,7,0,64,211,252,237,223,244,8,0,64,211,252,237,207,253,8,0,64,211,252,237,200,6,9,0,65,83,61,166,123,228,6,0,68,211,190,138,149,127,7,0,70,83,209,55,54,134,7,0,71,211,167,124,224,129,6,0,71,211,167,124,232,252,7,0,71,211,126,106,248,47,11,0,73,211,225,57,127,100,7,0,73,83,61,255,23,230,7,0,73,211,84,107,50,239,7,0,75,211,207,38,29,237,5,0,79,211,192,0,68,89,7,0,79,211,192,0,228,91,7,0,79,211,192,0,234,254,10,0,86,211,54,151,149,221,11,0,89,211,250,86,161,210,6,0,91,83,99,94,130,243,5,0,93,83,138,6,150,83,9,0,93,83,138,6,176,85,9,0,94,211,175,116,242,71,6,0,94,83,45,164,150,132,10,0,97,211,115,105,139,118,10,0,97,211,115,105,177,118,10,0,99,211,154,107,14,63,6,0,99,211,154,107,195,183,6,0,101,211,87,215,4,32,9,0,101,211,87,215,42,37,9,0,102,211,133,66,47,228,6,0,105,211,37,179,4,32,9,0,105,211,37,179,42,37,9,0,106,211,255,40,72,161,8,0,106,211,255,40,214,161,8,0,106,211,255,40,89,162,8,0,107,83,133,246,123,155,7,0,107,211,204,238,114,228,9,0,108,211,235,21,52,21,7,0,109,83,34,176,18,189,7,0,109,83,34,176,199,191,7,0,109,83,34,176,49,204,7,0,109,83,122,143,25,66,9,0,109,83,122,143,212,67,9,0,111,211,35,159,172,196,9,0,113,83,83,178,131,118,7,0,114,83,252,199,102,105,9,0,114,83,252,199,57,107,9,0,114,211,209,190,128,140,10,0,114,211,209,190,20,141,10,0,114,211,209,190,172,141,10,0,116,83,136,86,35,212,10,0,117,211,203,216,125,48,9,0,117,211,203,216,110,49,9,0,118,211,250,16,107,22,7,0,120,83,134,171,228,91,7,0,120,83,134,171,46,64,11,0,123,83,60,81,151,20,7,0,127,83,18,45,120,105,7,0,127,211,165,156,5,129,7,0,127,211,66,227,123,155,7,0,128,83,102,227,226,223,6,0,129,211,99,203,4,217,7,0,130,211,199,171,86,127,7,0,130,83,113,27,70,162,10,0,131,83,226,187,68,89,7,0,131,83,226,187,228,91,7,0,131,83,89,103,42,222,7,0,133,83,106,119,5,129,7,0,135,83,142,107,126,60,11,0,138,83,121,240,68,89,7,0,138,83,121,240,228,91,7,0,139,211,49,112,81,115,7,0,145,211,105,247,49,45,10,0,145,211,105,247,64,46,10,0,145,211,105,247,67,47,10,0,145,211,105,247,97,48,10,0,146,211,75,45,129,121,6,0,147,211,252,96,129,35,7,0,147,83,31,239,30,18,9,0,147,83,31,239,174,18,9,0,147,211,15,221,14,62,10,0,147,211,15,221,229,62,10,0,149,83,159,167,91,141,6,0,149,83,159,167,26,166,7,0,151,211,102,184,53,62,8,0,151,211,200,133,114,228,9,0,151,83,236,24,216,247,10,0,155,83,60,5,195,49,7,0,156,83,179,91,34,42,7,0,162,83,96,4,59,22,11,0,166,83,90,197,120,232,7,0,167,83,204,39,182,21,7,0,167,211,146,250,161,138,7,0,167,211,188,14,71,191,10,0,167,211,188,14,169,192,10,0,169,83,20,148,122,229,11,0,171,211,82,10,41,100,10,0,173,211,83,19,152,247,5,0,173,83,59,179,241,177,9,0,173,83,59,179,8,178,9,0,173,83,59,179,33,178,9,0,174,83,175,65,252,116,7,0,182,211,135,137,181,104,7,0,183,83,65,187,99,40,6,0,184,83,74,62,121,47,7,0,185,211,73,31,30,78,7,0,186,211,191,243,223,244,8,0,186,211,191,243,207,253,8,0,186,211,191,243,200,6,9,0,188,83,239,173,123,155,7,0,189,211,199,8,2,150,7,0,193,83,105,157,194,18,7,0,193,211,140,235,223,244,8,0,193,211,140,235,207,253,8,0,193,211,140,235,200,6,9,0,194,83,91,5,30,103,7,0,200,211,215,75,4,32,9,0,200,211,215,75,42,37,9,0,201,83,148,48,140,92,9,0,201,83,148,48,140,92,9,0,201,83,148,48,54,93,9,0,201,83,148,48,54,93,9,0,202,83,145,58,151,22,7,0,203,83,92,81,40,95,10,0,203,83,92,81,208,95,10,0,204,211,185,148,28,250,6,0,205,83,72,5,35,23,7,0,205,211,143,98,85,53,7,0,205,211,146,168,186,177,7,0,207,83,79,208,136,29,7,0,207,83,188,148,251,2,8,0,212,211,100,244,223,244,8,0,212,211,100,244,207,253,8,0,212,211,100,244,200,6,9,0,217,211,224,157,145,230,10,0,220,83,19,54,244,106,7,0,222,83,77,138,140,92,9,0,222,83,77,138,54,93,9,0,224,83,52,173,208,194,8,0,224,211,221,57,38,73,9,0,224,211,221,57,78,73,9,0,224,211,221,57,153,73,9,0,225,83,184,148,20,125,7,0,225,83,184,148,87,153,10,0,225,83,184,148,117,153,10,0,226,83,244,52,38,46,7,0,226,83,244,52,199,191,7,0,226,83,244,52,243,200,7,0,226,83,244,52,5,201,7,0,232,211,19,175,193,6,10,0,232,211,19,175,96,7,10,0,233,83,207,13,138,126,10,0,233,83,207,13,215,126,10,0,233,211,29,193,102,160,11,0,233,211,29,193,6,163,11,0,234,211,49,0,164,131,7,0,234,211,213,81,18,189,7,0,235,83,181,195,28,54,6,0,236,211,60,22,230,118,9,0,236,211,60,22,190,119,9,0,237,211,171,10,150,132,10,0,240,83,170,140,150,132,10,0,241,211,50,229,186,177,7,0,245,211,152,93,181,109,7,0,246,83,61,245,140,242,5,0,246,211,2,173,204,56,6,0,246,211,195,192,23,51,11,0,248,211,164,149,222,244,5,0,250,83,178,51,221,28,7,0,250,83,92,30,187,183,8,0,254,211,151,9,85,53,7,0,255,211,218,238,119,170,6,0,255,211,218,238,144,70,7,0,255,211,171,20,164,131,7,0,0,212,108,43,13,18,7,0,0,84,146,49,123,155,7,0,1,84,83,159,206,21,7,0,2,84,56,220,23,236,5,0,3,84,176,171,130,110,11,0,7,212,9,73,176,216,11,0,9,84,241,130,142,2,6,0,9,84,241,130,20,36,8,0,10,84,117,184,231,60,7,0,11,84,14,133,187,183,8,0,12,84,76,141,43,43,7,0,13,84,19,161,176,67,10,0,13,84,19,161,242,68,10,0,13,84,19,161,55,70,10,0,16,84,82,82,176,67,10,0,16,84,82,82,242,68,10,0,16,84,82,82,55,70,10,0,19,84,99,65,186,177,7,0,20,84,137,219,61,86,11,0,21,84,31,8,251,213,10,0,21,212,69,182,30,228,10,0,23,84,11,142,104,17,7,0,23,84,7,121,56,84,7,0,24,84,180,2,176,216,11,0,26,84,213,108,253,160,6,0,26,212,135,102,79,200,6,0,29,212,219,54,245,77,9,0,29,212,219,54,223,78,9,0,29,84,105,245,250,188,9,0,29,84,105,245,18,189,9,0,30,84,3,13,210,88,9,0,30,84,3,13,145,89,9,0,30,84,3,13,74,90,9,0,32,84,115,108,130,157,10,0,32,84,115,108,47,158,10,0,35,84,3,28,235,225,7,0,37,212,199,120,3,14,12,0,38,84,246,193,43,43,7,0,39,212,192,138,231,219,10,0,42,212,166,126,41,112,7,0,42,84,244,220,191,237,10,0,43,212,75,61,41,5,6,0,43,212,75,61,59,19,7,0,49,212,138,179,133,69,11,0,51,84,161,229,194,234,5,0,51,84,161,229,188,98,7,0,51,212,252,15,135,122,7,0,51,84,161,229,81,129,8,0,51,212,31,197,4,32,9,0,51,212,31,197,42,37,9,0,52,212,39,237,13,34,7,0,52,212,44,164,2,150,7,0,52,212,87,192,18,240,9,0,52,212,87,192,125,240,9,0,54,84,52,254,152,244,5,0,54,212,140,47,186,177,7,0,54,84,201,130,223,244,8,0,54,84,201,130,207,253,8,0,54,84,201,130,200,6,9,0,55,212,204,106,117,121,7,0,56,212,138,216,231,60,7,0,56,84,187,202,199,191,7,0,56,84,187,202,50,202,7,0,57,84,35,106,80,20,9,0,57,84,35,106,241,23,9,0,59,212,195,239,143,85,7,0,60,84,113,193,223,8,7,0,67,212,105,147,186,177,7,0,68,84,157,98,110,78,8,0,68,84,157,98,21,79,8,0,71,212,68,192,41,112,7,0,71,84,216,201,236,191,11,0,72,212,25,8,68,89,7,0,72,212,25,8,228,91,7,0,73,84,75,175,187,183,8,0,75,84,113,193,115,54,6,0,75,212,174,102,85,53,7,0,75,212,252,63,223,244,8,0,75,212,252,63,207,253,8,0,75,212,252,63,200,6,9,0,75,212,154,78,95,125,9,0,75,212,154,78,144,125,9,0,77,84,255,66,210,88,9,0,77,84,255,66,145,89,9,0,77,84,255,66,74,90,9,0,82,212,86,8,199,191,7,0,82,212,86,8,202,42,9,0,89,84,201,204,4,32,9,0,89,84,201,204,42,37,9,0,91,212,175,70,166,78,7,0,92,84,215,183,155,145,7,0,92,84,215,183,200,145,7,0,92,212,85,170,88,6,10,0,92,212,85,170,117,6,10,0,93,84,218,16,85,53,7,0,93,84,212,71,231,60,7,0,96,212,231,113,186,177,7,0,98,212,40,118,191,199,10,0,99,212,125,162,237,80,7,0,102,212,56,201,228,91,7,0,103,212,35,47,0,149,7,0,105,84,137,229,186,177,7,0,106,212,121,39,197,235,10,0,107,212,21,134,61,202,6,0,107,212,21,134,178,23,8,0,108,212,143,189,102,105,9,0,108,212,143,189,57,107,9,0,109,212,89,193,153,42,7,0,109,212,35,166,198,146,7,0,109,212,66,240,223,244,8,0,109,212,66,240,207,253,8,0,109,212,66,240,200,6,9,0,109,212,89,193,51,217,10,0,109,212,109,179,19,203,11,0,112,212,119,52,151,249,11,0,113,212,198,228,187,61,8,0,115,84,104,27,227,212,7,0,115,84,79,208,124,26,11,0,116,84,245,64,84,151,6,0,125,212,212,232,252,167,6,0,126,212,210,80,122,125,11,0,129,212,219,239,244,106,7,0,130,84,160,82,109,37,7,0,130,84,94,116,110,231,7,0,131,212,6,229,21,7,6,0,131,212,218,137,170,147,6,0,131,212,54,141,223,244,8,0,131,212,54,141,207,253,8,0,131,212,54,141,200,6,9,0,131,212,218,12,71,191,10,0,131,212,218,12,169,192,10,0,134,84,16,117,68,90,6,0,134,84,16,117,110,90,6,0,134,84,16,117,199,191,7,0,134,84,16,117,68,201,7,0,134,84,16,117,108,204,7,0,135,212,103,156,130,242,8,0,136,212,53,159,25,44,7,0,138,212,177,7,55,219,10,0,140,212,139,123,135,31,7,0,140,212,173,27,150,132,10,0,141,84,231,253,4,32,9,0,141,84,231,253,42,37,9,0,145,212,149,102,38,46,7,0,145,212,149,102,120,126,9,0,145,212,149,102,177,126,9,0,146,212,145,254,186,177,7,0,152,212,52,117,144,143,7,0,154,212,124,99,161,212,9,0,154,212,124,99,93,213,9,0,154,212,243,174,187,33,10,0,154,212,243,174,222,33,10,0,154,212,243,174,8,34,10,0,154,212,79,190,164,169,11,0,156,84,187,202,58,100,7,0,157,212,175,126,133,146,6,0,157,212,181,156,87,75,7,0,157,212,198,53,99,101,11,0,158,84,205,0,215,93,11,0,159,212,247,123,204,74,6,0,159,212,247,123,76,15,7,0,159,212,247,123,172,44,7,0,161,84,137,208,164,131,7,0,162,84,200,181,174,66,8,0,162,84,129,19,12,237,10,0,163,212,187,193,85,53,7,0,165,84,189,78,87,152,10,0,165,84,189,78,193,152,10,0,166,212,195,139,56,3,12,0,167,212,66,79,41,114,9,0,167,212,66,79,57,115,9,0,171,84,235,220,146,17,8,0,173,212,198,122,208,79,9,0,173,212,198,122,138,80,9,0,173,212,198,122,56,81,9,0,174,212,237,26,195,49,7,0,175,84,210,29,147,65,11,0,178,212,182,94,143,23,10,0,178,212,182,94,178,23,10,0,179,84,24,82,167,101,9,0,179,84,24,82,133,102,9,0,180,212,56,104,212,187,7,0,180,212,56,104,92,198,7,0,184,212,254,255,49,212,10,0,185,212,218,106,123,155,7,0,190,84,110,192,93,52,7,0,191,84,55,219,76,156,8,0,191,84,119,171,29,76,9,0,191,84,119,171,133,76,9,0,192,84,174,42,173,4,12,0,193,84,100,139,192,43,8,0,193,84,159,139,49,45,10,0,193,84,159,139,64,46,10,0,193,84,159,139,67,47,10,0,193,84,159,139,97,48,10,0,194,84,80,227,37,77,9,0,194,212,67,88,18,240,9,0,194,212,67,88,125,240,9,0,194,212,210,80,153,128,11,0,195,212,71,184,242,146,7,0,197,84,10,251,27,188,10,0,197,84,10,251,104,188,10,0,199,84,174,205,166,242,5,0,199,84,174,205,173,28,7,0,199,84,233,77,231,60,7,0,199,84,108,14,18,189,7,0,199,84,108,14,203,157,9,0,199,84,108,14,228,157,9,0,202,212,10,218,133,80,7,0,202,84,197,106,12,173,10,0,202,84,197,106,60,173,10,0,202,84,218,104,31,139,11,0,203,212,52,65,223,244,8,0,203,212,52,65,207,253,8,0,203,212,52,65,200,6,9,0,203,212,221,107,214,114,11,0,204,84,94,58,27,29,6,0,205,212,84,115,94,35,8,0,207,84,251,24,223,244,8,0,207,84,251,24,207,253,8,0,207,84,251,24,200,6,9,0,209,84,254,69,148,89,6,0,209,84,83,22,186,177,7,0,209,212,145,92,199,191,7,0,209,212,145,92,147,76,8,0,209,212,145,92,192,76,8,0,209,212,224,228,18,229,8,0,211,212,100,230,87,75,7,0,211,84,253,51,228,91,7,0,215,212,125,183,112,95,8,0,217,212,96,139,80,67,11,0,219,84,159,168,164,131,7,0,220,84,71,135,103,126,9,0,220,84,71,135,120,126,9,0,220,84,71,135,177,126,9,0,221,212,87,145,140,149,7,0,221,212,87,145,177,149,7,0,221,84,243,190,171,167,10,0,221,84,243,190,237,167,10,0,223,212,70,188,38,106,6,0,223,84,250,177,28,137,11,0,226,212,150,195,179,87,6,0,228,212,64,143,30,103,7,0,229,84,202,148,46,212,8,0,229,84,202,148,107,212,8,0,229,212,164,4,25,66,9,0,229,212,164,4,212,67,9,0,230,212,149,229,49,45,10,0,230,212,149,229,64,46,10,0,230,212,149,229,67,47,10,0,230,212,149,229,97,48,10,0,231,84,104,97,252,74,7,0,234,212,10,248,228,91,7,0,234,84,140,248,240,15,9,0,234,84,140,248,80,16,9,0,234,84,140,248,185,16,9,0,234,212,10,248,208,80,11,0,234,84,140,248,163,118,11,0,237,84,226,236,165,89,10,0,237,84,226,236,191,89,10,0,237,84,226,236,216,89,10,0,237,84,203,9,150,132,10,0,238,212,147,92,223,5,11,0,242,212,247,104,186,177,7,0,248,212,123,169,17,75,8,0,248,212,123,169,70,75,8,0,248,212,123,169,120,75,8,0,248,212,123,169,176,75,8,0,249,212,138,63,225,228,5,0,249,84,45,183,68,89,7,0,249,84,45,183,228,91,7,0,249,84,83,98,16,164,11,0,250,84,131,172,244,106,7,0,255,84,167,37,205,32,6,0,1,213,177,133,13,18,7,0,2,85,142,183,121,252,6,0,2,85,142,183,132,207,9,0,3,85,133,150,54,134,7,0,3,213,46,127,97,28,9,0,3,213,46,127,1,29,9,0,3,213,46,127,166,29,9,0,3,213,244,31,49,240,10,0,4,85,46,51,76,202,11,0,5,85,89,43,235,108,6,0,6,213,136,162,211,24,8,0,7,213,50,42,249,204,6,0,11,213,193,126,164,131,7,0,13,85,104,252,171,6,6,0,13,85,104,252,216,137,6,0,13,85,54,198,146,180,10,0,13,85,54,198,35,183,10,0,15,85,28,154,215,122,9,0,15,85,28,154,12,123,9,0,16,85,228,111,68,89,7,0,16,85,228,111,228,91,7,0,17,213,76,184,96,155,9,0,17,213,76,184,127,155,9,0,18,213,144,166,61,215,6,0,18,213,3,67,68,89,7,0,21,213,178,214,130,70,11,0,22,213,121,154,142,50,9,0,22,213,121,154,200,50,9,0,28,213,158,25,54,134,7,0,31,213,102,32,2,150,7,0,31,85,114,216,202,120,9,0,31,85,114,216,90,121,9,0,34,85,159,64,190,104,11,0,37,213,25,124,103,164,6,0,38,85,88,24,231,60,7,0,38,213,151,80,112,73,7,0,41,85,197,251,85,53,7,0,44,85,243,153,223,244,8,0,44,85,243,153,207,253,8,0,44,85,243,153,200,6,9,0,47,213,235,122,54,134,7,0,48,213,186,52,149,127,7,0,48,85,21,14,123,155,7,0,51,213,84,210,34,184,11,0,52,213,214,119,65,24,7,0,52,85,180,225,205,39,7,0,52,85,148,190,228,91,7,0,52,85,148,190,125,208,10,0,52,85,148,190,178,208,10,0,56,85,59,179,231,60,7,0,60,85,223,212,206,36,7,0,60,213,207,52,244,106,7,0,60,85,234,123,73,98,10,0,60,85,234,123,94,98,10,0,60,85,234,123,119,98,10,0,66,213,166,20,148,251,10,0,67,213,102,172,145,139,7,0,69,213,143,75,199,191,7,0,69,213,143,75,115,92,9,0,74,85,158,140,223,244,8,0,74,85,158,140,207,253,8,0,74,85,158,140,200,6,9,0,75,213,34,116,191,154,8,0,75,85,194,219,11,26,10,0,75,85,194,219,43,26,10,0,76,85,211,231,85,53,7,0,76,85,211,231,255,116,9,0,76,85,211,231,31,117,9,0,77,85,233,209,213,101,7,0,77,85,52,194,223,244,8,0,77,85,52,194,207,253,8,0,77,85,52,194,200,6,9,0,78,85,197,225,179,85,7,0,80,213,160,101,174,131,6,0,80,213,100,18,186,177,7,0,81,85,237,195,101,19,12,0,82,213,185,70,225,97,11,0,86,85,86,234,23,34,11,0,90,213,172,115,18,240,9,0,90,213,172,115,125,240,9,0,92,213,82,224,223,244,8,0,92,213,82,224,207,253,8,0,92,213,82,224,200,6,9,0,93,213,115,5,81,13,7,0,93,213,115,5,100,33,11,0,93,85,64,186,1,208,11,0,94,85,5,169,41,112,7,0,94,213,0,222,17,236,11,0,97,85,99,85,155,211,6,0,98,85,26,163,123,155,7,0,99,85,207,247,186,177,7,0,99,213,8,187,3,242,7,0,99,213,8,187,64,242,7,0,99,85,108,191,107,254,7,0,100,85,0,52,41,249,11,0,100,85,0,52,58,249,11,0,103,85,220,86,195,49,7,0,104,85,130,111,121,252,6,0,104,85,130,111,132,207,9,0,105,85,197,5,145,139,7,0,109,213,101,230,66,13,8,0,112,213,39,19,245,25,6,0,114,213,184,28,161,212,9,0,114,213,184,28,93,213,9,0,115,85,96,240,1,14,7,0,115,213,46,122,69,42,7,0,115,213,204,228,248,237,9,0,115,213,204,228,238,238,9,0,116,213,218,175,123,155,7,0,116,213,67,82,4,32,9,0,116,213,67,82,42,37,9,0,116,213,60,44,245,77,9,0,116,213,60,44,223,78,9,0,118,213,215,165,99,220,11,0,121,213,224,107,54,134,7,0,123,213,76,105,114,228,9,0,124,213,202,166,4,32,9,0,124,213,202,166,42,37,9,0,124,213,168,233,80,140,9,0,124,213,168,233,118,140,9,0,124,213,76,204,254,147,11,0,126,213,22,58,183,239,7,0,127,85,99,26,54,29,7,0,132,85,117,127,53,31,6,0,132,213,146,85,114,228,9,0,136,85,207,121,222,197,9,0,136,85,207,121,28,198,9,0,136,85,207,121,109,198,9,0,139,85,182,5,128,140,10,0,139,85,182,5,20,141,10,0,139,85,182,5,172,141,10,0,140,85,158,157,54,134,7,0,140,85,39,243,114,228,9,0,146,85,102,118,153,147,10,0,146,85,102,118,98,148,10,0,147,85,183,30,128,46,7,0,149,85,218,121,4,32,9,0,149,85,218,121,42,37,9,0,149,85,203,57,182,10,10,0,149,85,203,57,211,10,10,0,149,213,91,28,81,127,10,0,150,85,203,95,13,199,8,0,153,85,55,7,114,63,6,0,153,85,14,151,85,53,7,0,153,85,14,151,20,125,7,0,153,85,14,151,80,20,9,0,153,85,14,151,241,23,9,0,157,213,94,247,164,131,7,0,157,85,237,217,239,37,11,0,159,213,100,203,123,155,7,0,160,85,138,239,61,193,11,0,165,213,232,155,72,161,8,0,165,213,232,155,214,161,8,0,165,213,232,155,89,162,8,0,166,213,72,209,81,230,7,0,168,85,217,212,2,150,7,0,174,85,25,198,2,94,11,0,176,213,113,13,133,35,10,0,176,213,113,13,4,36,10,0,176,213,113,13,144,36,10,0,177,85,27,29,80,20,9,0,177,85,27,29,241,23,9,0,177,85,81,27,59,174,11,0,181,85,103,101,222,39,6,0,181,85,2,183,54,134,7,0,188,85,30,159,123,155,7,0,190,85,16,3,221,64,10,0,194,213,176,106,2,150,7,0,194,85,49,84,102,123,9,0,194,85,49,84,26,124,9,0,194,85,221,5,29,167,9,0,194,85,221,5,63,167,9,0,196,85,11,79,115,96,6,0,196,85,143,27,186,177,7,0,199,85,165,99,85,53,7,0,203,213,54,48,64,82,9,0,203,213,54,48,204,82,9,0,207,85,120,192,80,20,9,0,207,85,120,192,241,23,9,0,208,213,240,191,153,147,10,0,208,213,240,191,98,148,10,0,209,213,1,61,164,131,7,0,213,85,129,234,85,53,7,0,213,85,207,31,167,101,9,0,213,85,207,31,133,102,9,0,213,85,207,32,102,123,9,0,213,85,207,32,26,124,9,0,215,213,112,164,209,179,11,0,216,213,10,160,102,105,9,0,216,213,10,160,57,107,9,0,218,85,255,127,80,243,5,0,224,213,187,50,186,177,7,0,225,213,21,173,222,153,6,0,225,213,32,129,64,82,9,0,225,213,32,129,204,82,9,0,227,213,1,81,144,21,8,0,229,85,201,5,12,22,7,0,231,213,253,200,149,127,7,0,234,85,140,7,20,4,8,0,238,213,207,169,25,44,7,0,239,213,222,198,167,25,7,0,244,213,238,229,166,78,7,0,244,85,0,79,2,150,7,0,246,85,39,169,43,163,11,0,249,85,13,137,86,75,6,0,252,213,90,136,223,244,8,0,252,213,90,136,207,253,8,0,252,213,90,136,200,6,9,0,252,213,10,46,176,67,10,0,252,213,10,46,242,68,10,0,252,213,10,46,55,70,10,0,1,214,6,153,204,43,7,0,2,86,16,170,193,117,6,0,6,214,194,250,164,131,7,0,11,86,72,106,150,83,9,0,11,86,72,106,176,85,9,0,14,214,152,248,143,19,6,0,14,214,234,222,174,66,8,0,17,86,112,167,63,223,11,0,20,86,108,153,223,244,8,0,20,86,108,153,207,253,8,0,20,86,108,153,200,6,9,0,22,86,48,148,150,83,9,0,22,86,48,148,176,85,9,0,27,86,171,122,111,249,6,0,27,86,29,229,228,91,7,0,27,86,228,233,172,196,9,0,30,86,93,193,114,228,9,0,31,86,31,43,85,53,7,0,32,214,166,205,0,13,7,0,32,214,166,205,160,94,11,0,36,214,81,132,5,160,8,0,36,214,81,132,121,160,8,0,36,214,81,132,227,160,8,0,37,86,193,65,41,112,7,0,37,214,106,96,41,100,10,0,38,214,219,156,199,191,7,0,38,214,219,156,25,180,8,0,38,214,219,156,175,180,8,0,38,214,219,156,81,181,8,0,38,214,219,156,100,114,10,0,39,86,129,43,12,177,7,0,41,214,25,96,131,193,6,0,41,214,211,70,213,240,8,0,44,86,92,126,1,14,7,0,46,214,216,118,228,91,7,0,46,214,216,118,166,136,11,0,56,214,2,223,182,74,6,0,57,86,153,134,255,74,11,0,59,214,162,150,123,155,7,0,60,214,153,100,47,238,6,0,62,214,34,26,150,132,10,0,64,214,151,102,121,47,7,0,65,86,186,186,64,17,6,0,65,86,186,186,167,174,6,0,65,214,184,199,179,85,7,0,65,214,184,199,178,87,7,0,65,86,186,186,107,63,8,0,66,86,55,200,149,127,7,0,67,214,156,231,48,185,6,0,67,86,7,217,80,20,9,0,67,86,7,217,241,23,9,0,68,86,133,173,226,245,10,0,68,86,133,173,247,7,11,0,68,86,133,173,29,8,11,0,69,86,160,68,5,129,7,0,70,214,98,112,241,241,9,0,70,214,98,112,10,242,9,0,70,214,98,112,35,242,9,0,72,214,157,212,162,83,7,0,72,86,173,4,45,64,9,0,72,86,173,4,214,64,9,0,73,86,31,130,43,115,6,0,73,86,48,29,186,177,7,0,74,86,170,65,53,147,8,0,74,86,170,65,97,147,8,0,75,86,220,11,80,20,9,0,75,86,220,11,241,23,9,0,76,86,10,249,117,121,7,0,76,214,175,18,174,66,8,0,77,214,128,114,241,2,10,0,77,214,128,114,254,3,10,0,79,86,48,7,54,134,7,0,82,86,150,170,4,161,10,0,82,86,150,170,33,161,10,0,82,86,150,170,58,161,10,0,83,214,95,174,94,35,8,0,84,214,84,196,215,122,9,0,84,214,84,196,12,123,9,0,85,86,249,208,223,244,8,0,85,86,249,208,207,253,8,0,85,86,249,208,200,6,9,0,86,214,53,136,80,111,11,0,90,86,56,218,210,88,9,0,90,86,56,218,145,89,9,0,90,86,56,218,74,90,9,0,93,214,79,34,68,89,7,0,93,214,79,34,228,91,7,0,94,86,165,125,69,10,6,0,95,86,152,170,80,20,9,0,95,86,152,170,241,23,9,0,96,86,24,9,227,139,6,0,97,86,194,208,254,164,6,0,97,86,202,8,10,118,7,0,103,214,227,58,176,234,8,0,105,86,74,148,85,53,7,0,106,214,75,140,85,53,7,0,106,86,9,193,87,75,7,0,106,214,108,139,194,107,10,0,107,214,246,98,207,214,7,0,107,214,246,98,69,215,7,0,107,86,230,17,150,132,10,0,108,86,246,197,2,150,7,0,109,214,20,114,117,58,6,0,109,86,6,138,58,134,11,0,110,86,162,82,248,237,9,0,110,86,162,82,238,238,9,0,110,214,210,201,146,180,10,0,110,214,210,201,35,183,10,0,111,86,175,242,128,117,6,0,112,86,102,194,59,229,6,0,114,86,239,12,18,189,7,0,114,86,239,12,177,145,10,0,115,214,20,203,123,155,7,0,115,214,148,144,162,151,9,0,115,214,148,144,56,152,9,0,118,214,113,85,172,44,7,0,118,214,140,109,68,89,7,0,118,214,140,109,228,91,7,0,119,86,9,21,85,53,7,0,119,86,26,74,205,73,7,0,121,214,158,94,42,70,7,0,121,214,158,94,41,112,7,0,123,86,236,125,107,16,7,0,123,214,127,151,221,20,7,0,123,214,156,215,143,45,7,0,123,214,210,83,71,101,7,0,125,86,87,153,59,126,11,0,127,214,118,206,156,97,6,0,127,214,44,251,121,252,6,0,127,214,44,251,132,207,9,0,128,214,104,100,215,208,6,0,128,214,0,37,186,177,7,0,129,86,43,143,110,139,9,0,129,86,43,143,205,139,9,0,130,86,121,85,144,21,8,0,132,86,200,156,62,5,10,0,132,86,200,156,116,5,10,0,135,214,81,48,186,177,7,0,135,214,84,77,41,114,9,0,135,214,84,77,57,115,9,0,135,86,97,207,138,126,10,0,135,86,97,207,215,126,10,0,139,86,102,84,112,36,7,0,140,214,168,222,71,191,10,0,140,214,168,222,169,192,10,0,141,214,19,227,54,134,7,0,141,214,103,158,63,17,8,0,143,214,221,163,210,52,9,0,143,214,221,163,47,53,9,0,143,214,204,203,114,228,9,0,143,214,204,203,149,39,11,0,143,214,204,203,115,41,11,0,144,214,18,201,12,177,7,0,145,86,127,35,68,89,7,0,145,86,127,35,228,91,7,0,146,214,73,98,85,53,7,0,148,214,91,48,41,112,7,0,148,214,85,210,186,177,7,0,150,86,158,226,100,146,7,0,151,214,90,36,96,66,10,0,155,86,50,78,113,82,7,0,155,86,95,27,131,174,7,0,155,86,95,27,18,189,7,0,155,86,75,104,7,228,7,0,155,86,91,49,27,24,11,0,155,214,198,37,145,46,11,0,157,214,0,50,54,121,7,0,157,86,133,87,107,63,8,0,158,86,52,192,223,244,8,0,158,86,52,192,207,253,8,0,158,86,52,192,200,6,9,0,159,86,149,89,141,83,6,0,160,86,152,186,107,63,8,0,162,86,44,78,223,244,8,0,162,86,44,78,207,253,8,0,162,86,44,78,200,6,9,0,162,86,233,10,242,202,11,0,163,214,156,25,54,134,7,0,163,86,86,250,245,77,9,0,163,86,86,250,223,78,9,0,163,86,77,34,161,212,9,0,163,86,77,34,93,213,9,0,164,86,201,57,191,16,11,0,165,214,117,9,2,150,7,0,168,86,223,21,242,211,7,0,169,214,105,27,85,53,7,0,169,86,138,59,30,122,9,0,169,86,138,59,55,122,9,0,171,214,172,122,67,168,7,0,171,214,81,163,151,110,10,0,171,214,81,163,247,110,10,0,171,214,81,163,84,111,10,0,171,86,122,127,150,132,10,0,173,86,237,96,231,60,7,0,173,86,248,145,68,89,7,0,173,86,248,145,228,91,7,0,175,214,29,110,2,150,7,0,175,86,36,5,117,13,11,0,177,86,45,68,192,43,8,0,178,214,90,142,205,232,6,0,178,214,90,142,41,112,7,0,181,86,160,247,87,152,10,0,181,86,160,247,193,152,10,0,184,214,206,59,88,35,7,0,184,214,91,211,74,164,11,0,185,214,134,189,40,132,8,0,185,86,118,200,84,49,11,0,188,214,169,174,125,48,9,0,188,214,169,174,110,49,9,0,189,214,87,14,131,21,7,0,191,86,44,29,123,155,7,0,194,214,7,57,143,85,7,0,197,214,81,18,143,45,7,0,200,86,112,167,153,203,11,0,204,86,194,190,208,79,9,0,204,86,194,190,138,80,9,0,204,86,194,190,56,81,9,0,206,86,4,50,150,132,10,0,207,86,11,162,104,136,9,0,207,86,11,162,137,136,9,0,207,86,11,162,174,136,9,0,210,214,246,224,85,53,7,0,212,86,107,178,231,60,7,0,212,86,62,91,71,101,7,0,212,86,187,118,193,6,10,0,212,86,187,118,96,7,10,0,216,214,72,133,41,112,7,0,218,214,25,69,219,70,7,0,221,214,85,35,150,132,10,0,222,214,75,150,54,134,7,0,222,214,69,55,25,66,9,0,222,214,69,55,212,67,9,0,224,86,246,36,158,52,7,0,224,86,48,166,105,122,7,0,224,86,48,166,4,41,8,0,224,214,124,255,18,225,9,0,224,214,124,255,50,225,9,0,224,214,124,255,75,225,9,0,225,86,28,205,150,40,7,0,225,214,9,126,179,85,7,0,225,214,9,126,178,87,7,0,226,214,99,218,233,58,6,0,227,214,37,173,162,151,9,0,227,214,37,173,56,152,9,0,228,214,156,123,186,177,7,0,235,86,221,192,101,242,11,0,239,86,89,59,60,150,8,0,240,214,22,227,96,120,8,0,240,214,22,227,145,120,8,0,240,214,22,227,188,120,8,0,240,214,224,254,210,252,11,0,241,214,183,162,160,106,7,0,241,214,220,212,242,211,7,0,242,214,143,179,245,42,7,0,242,214,210,66,130,242,8,0,246,214,222,174,185,152,6,0,246,86,205,251,123,155,7,0,246,214,222,174,18,189,7,0,246,214,222,174,4,201,8,0,247,214,160,221,164,131,7,0,248,214,226,217,196,233,10,0,249,86,218,173,168,39,7,0,255,86,89,217,186,177,7,0,0,215,239,121,36,56,6,0,0,215,14,234,2,150,7,0,1,215,138,254,240,15,9,0,1,215,138,254,80,16,9,0,1,215,138,254,185,16,9,0,2,87,193,165,164,131,7,0,2,215,195,67,54,134,7,0,3,215,168,11,113,199,11,0,4,215,24,118,224,15,7,0,4,215,162,177,96,66,10,0,6,215,81,165,228,91,7,0,6,215,81,165,223,244,8,0,6,215,81,165,207,253,8,0,6,215,81,165,200,6,9,0,8,215,227,89,228,91,7,0,8,215,249,151,24,126,7,0,8,215,227,89,119,11,11,0,10,87,1,102,4,32,9,0,10,87,1,102,42,37,9,0,10,87,87,184,231,129,11,0,11,87,168,255,2,150,7,0,11,87,33,4,255,190,7,0,11,87,201,6,56,233,7,0,11,87,201,6,240,114,10,0,11,87,201,6,38,115,10,0,11,87,201,6,99,115,10,0,12,215,223,102,186,177,7,0,16,87,124,198,174,66,8,0,16,87,128,64,150,132,10,0,17,87,170,245,179,146,9,0,17,87,170,245,97,147,9,0,18,87,199,67,227,46,6,0,19,215,86,244,102,105,9,0,19,215,86,244,57,107,9,0,25,215,188,193,94,210,7,0,25,215,151,25,150,132,10,0,25,215,248,179,32,219,10,0,25,215,248,179,119,0,11,0,27,87,205,196,2,150,7,0,29,87,82,80,2,150,7,0,29,215,168,167,183,126,8,0,29,215,168,167,246,126,8,0,29,215,168,167,43,127,8,0,30,215,21,109,85,53,7,0,31,215,31,134,181,155,9,0,31,215,31,134,217,155,9,0,31,215,31,134,255,155,9,0,32,87,34,76,70,140,6,0,33,87,17,78,73,16,7,0,33,215,8,47,39,190,11,0,34,87,75,233,229,162,11,0,39,87,46,33,5,129,7,0,39,87,223,72,223,244,8,0,39,215,27,224,223,244,8,0,39,87,223,72,207,253,8,0,39,215,27,224,207,253,8,0,39,87,223,72,200,6,9,0,39,215,27,224,200,6,9,0,40,215,210,28,231,60,7,0,42,215,175,99,199,191,7,0,42,215,175,99,167,208,7,0,43,87,160,185,247,104,6,0,43,215,0,204,85,53,7,0,44,87,183,61,244,106,7,0,44,215,93,158,186,177,7,0,44,215,164,240,134,202,11,0,45,215,124,61,149,57,8,0,45,215,124,61,191,57,8,0,46,215,15,147,21,22,10,0,46,215,15,147,45,22,10,0,46,215,15,147,76,22,10,0,48,215,192,235,87,75,7,0,52,87,64,215,41,100,10,0,54,215,33,184,190,67,6,0,58,215,157,201,100,219,11,0,60,87,75,112,179,19,6,0,64,87,114,135,254,164,6,0,66,215,113,27,58,139,7,0,68,215,208,26,60,174,8,0,70,215,171,114,22,72,7,0,70,87,49,8,54,134,7,0,71,215,235,200,117,121,7,0,71,87,175,22,2,150,7,0,72,87,152,121,135,31,7,0,72,87,46,115,192,69,9,0,72,87,46,115,164,70,9,0,72,87,46,115,128,71,9,0,73,87,166,177,117,142,7,0,73,87,166,177,216,142,7,0,75,87,92,127,205,39,7,0,75,215,91,236,210,88,9,0,75,215,91,236,145,89,9,0,75,215,91,236,74,90,9,0,78,87,228,157,62,225,5,0,81,87,57,126,90,5,6,0,81,87,223,247,150,132,10,0,82,215,43,116,219,70,7,0,84,87,122,75,22,72,7,0,85,87,103,72,120,33,6,0,85,87,103,72,153,168,7,0,86,87,47,104,42,222,7,0,86,215,236,170,30,18,9,0,86,215,236,170,174,18,9,0,87,215,254,86,166,118,7,0,88,87,107,190,231,60,7,0,91,215,71,100,199,191,7,0,91,215,71,100,41,196,10,0,92,87,212,236,223,244,8,0,92,87,212,236,207,253,8,0,92,87,212,236,200,6,9,0,95,87,130,243,242,172,9,0,95,87,130,243,20,173,9,0,95,87,130,243,45,173,9,0,96,87,167,247,83,194,8,0,96,87,167,247,140,194,8,0,97,87,12,2,181,155,9,0,97,87,12,2,217,155,9,0,97,87,12,2,255,155,9,0,97,215,94,227,55,48,11,0,98,215,153,65,24,47,7,0,98,215,233,142,123,155,7,0,98,87,148,190,199,191,7,0,98,87,148,190,214,200,7,0,100,87,243,167,94,35,8,0,101,87,153,177,96,66,10,0,102,87,32,117,197,95,7,0,104,87,114,33,186,177,7,0,104,87,87,45,120,232,7,0,105,87,156,89,62,5,10,0,105,87,156,89,116,5,10,0,105,215,182,56,151,232,11,0,111,215,231,84,186,177,7,0,113,215,21,133,147,0,7,0,114,87,20,57,231,60,7,0,117,215,203,229,137,60,6,0,117,215,190,60,124,193,11,0,117,87,59,224,3,14,12,0,118,87,2,103,68,89,7,0,118,87,2,103,228,91,7,0,119,87,66,216,80,20,9,0,119,87,66,216,241,23,9,0,120,215,54,248,251,235,9,0,120,215,54,248,63,236,9,0,121,87,97,205,231,60,7,0,121,215,161,25,166,78,7,0,123,87,129,214,120,33,6,0,123,215,59,96,181,109,7,0,123,215,197,85,164,131,7,0,123,87,129,214,153,168,7,0,125,215,164,82,230,203,9,0,125,215,164,82,54,204,9,0,126,215,163,160,54,91,9,0,126,215,163,160,81,91,9,0,127,87,208,98,118,104,7,0,127,87,208,98,135,122,7,0,128,215,70,128,129,35,7,0,128,215,70,128,5,36,7,0,128,215,47,7,231,60,7,0,132,215,126,245,202,226,5,0,133,215,149,18,41,112,7,0,133,215,180,222,223,244,8,0,133,215,180,222,207,253,8,0,133,215,180,222,200,6,9,0,134,87,170,107,243,152,9,0,134,87,170,107,21,153,9,0,135,87,29,219,53,97,7,0,135,215,56,206,150,132,10,0,137,87,71,17,167,125,11,0,139,215,45,33,161,62,9,0,139,215,45,33,201,62,9,0,140,87,101,30,16,19,7,0,140,87,14,192,2,150,7,0,140,87,85,135,150,132,10,0,145,87,147,147,223,244,8,0,145,87,147,147,207,253,8,0,145,87,147,147,200,6,9,0,146,215,22,221,2,150,7,0,147,87,140,125,169,125,6,0,148,215,61,242,85,53,7,0,148,87,3,84,164,131,7,0,151,87,127,66,179,85,7,0,151,87,127,66,178,87,7,0,151,87,105,143,146,180,10,0,151,87,105,143,35,183,10,0,152,215,239,238,118,210,11,0,156,215,86,171,116,168,10,0,157,215,181,57,158,52,7,0,163,87,251,125,2,150,7,0,163,87,1,240,202,120,9,0,163,87,1,240,90,121,9,0,167,215,7,154,205,134,6,0,170,215,46,55,22,96,9,0,170,215,46,55,98,96,9,0,172,215,34,16,187,183,8,0,173,215,131,247,81,26,7,0,173,215,205,92,108,81,11,0,174,87,25,58,112,73,7,0,174,215,20,215,220,233,7,0,174,215,87,184,208,79,9,0,174,215,87,184,138,80,9,0,174,215,87,184,56,81,9,0,175,215,132,99,85,53,7,0,175,87,113,193,127,64,11,0,177,87,243,67,80,177,6,0,178,87,208,31,58,221,6,0,178,87,32,132,19,68,8,0,180,87,210,214,184,208,6,0,188,215,1,144,20,125,7,0,188,215,19,146,103,33,8,0,189,215,161,131,10,26,7,0,189,215,142,249,223,244,8,0,189,215,142,249,207,253,8,0,189,215,142,249,200,6,9,0,191,87,94,205,73,84,6,0,192,87,122,231,242,40,7,0,193,87,130,239,2,150,7,0,194,215,37,142,186,177,7,0,195,215,200,163,186,177,7,0,195,215,200,163,186,204,7,0,196,87,61,144,2,150,7,0,199,87,44,236,150,132,10,0,201,215,103,62,120,33,6,0,201,215,103,62,153,168,7,0,202,215,234,27,85,53,7,0,206,215,210,54,37,32,10,0,206,215,210,54,82,32,10,0,207,87,251,201,199,191,7,0,207,87,251,201,211,110,9,0,212,87,170,180,231,60,7,0,214,87,184,54,56,247,6,0,215,215,76,84,91,179,11,0,219,215,133,164,77,102,8,0,219,87,26,7,127,49,11,0,223,87,112,141,80,20,9,0,223,87,112,141,241,23,9,0,225,87,79,196,6,192,11,0,226,215,212,131,116,32,7,0,226,215,182,1,192,69,9,0,226,215,182,1,164,70,9,0,226,215,182,1,128,71,9,0,226,87,21,126,81,233,10,0,227,87,60,56,85,53,7,0,227,87,119,145,114,228,9,0,228,215,222,79,122,30,9,0,228,215,222,79,44,31,9,0,230,215,212,9,219,70,7,0,232,87,200,69,234,195,6,0,237,87,204,190,237,255,11,0,237,87,204,190,41,5,12,0,239,87,193,165,131,228,10,0,240,87,59,132,186,177,7,0,243,215,207,12,53,97,7,0,245,87,6,197,153,149,9,0,245,87,6,197,210,149,9,0,245,87,6,197,12,150,9,0,247,215,226,107,45,124,7,0,249,215,55,248,243,101,6,0,249,215,149,241,2,150,7,0,251,87,49,101,174,66,8,0,251,215,184,101,181,205,11,0,252,87,171,67,242,211,7,0,253,87,239,17,221,192,6,0,253,215,18,60,164,4,8,0,0,88,221,85,231,60,7,0,0,216,53,39,166,78,7,0,0,88,117,27,134,3,11,0,1,216,103,39,166,177,6,0,8,216,224,133,219,70,7,0,12,88,128,82,2,150,7,0,14,216,128,58,178,166,6,0,14,88,158,12,85,53,7,0,14,88,138,251,85,53,7,0,15,216,127,226,110,225,7,0,16,216,94,97,186,177,7,0,19,88,211,239,49,127,7,0,19,88,105,164,114,228,9,0,19,216,220,168,253,98,11,0,26,216,106,21,144,143,7,0,26,88,99,247,170,52,11,0,28,88,150,84,41,53,7,0,28,88,33,91,7,228,7,0,28,216,84,85,88,123,10,0,28,216,84,85,104,123,10,0,28,216,84,85,129,123,10,0,28,88,198,33,184,134,11,0,30,88,99,246,114,228,9,0,32,88,187,43,235,210,11,0,36,88,75,166,146,180,10,0,36,88,75,166,35,183,10,0,37,88,67,231,5,91,6,0,37,88,143,251,53,97,7,0,40,88,1,57,76,111,7,0,41,88,18,86,120,33,6,0,41,88,18,86,153,168,7,0,41,88,171,93,49,244,10,0,41,216,15,81,28,39,11,0,43,88,7,122,180,51,7,0,44,88,60,46,4,32,9,0,44,88,60,46,42,37,9,0,44,88,147,41,150,132,10,0,46,216,34,154,104,30,6,0,47,216,1,16,85,53,7,0,48,88,252,141,2,83,7,0,48,216,92,139,56,84,7,0,48,88,252,141,50,141,9,0,48,88,252,141,130,142,9,0,48,88,252,141,212,143,9,0,48,88,252,141,43,145,9,0,52,216,158,49,4,32,9,0,52,216,158,49,42,37,9,0,54,216,26,138,215,173,9,0,54,216,26,138,142,174,9,0,54,216,152,162,212,101,11,0,55,216,38,186,107,16,7,0,57,88,111,53,166,78,7,0,57,88,177,216,223,244,8,0,57,88,177,216,207,253,8,0,57,88,177,216,200,6,9,0,57,216,166,63,4,32,9,0,57,216,166,63,42,37,9,0,61,216,125,18,121,47,7,0,61,88,182,73,4,32,9,0,61,88,182,73,42,37,9,0,61,88,191,82,49,16,11,0,63,216,176,237,243,226,9,0,63,216,176,237,11,227,9,0,66,88,70,10,171,95,9,0,66,88,70,10,202,95,9,0,68,88,165,50,70,162,10,0,69,88,153,75,248,116,6,0,69,88,154,166,79,119,8,0,71,216,160,110,195,80,6,0,71,216,219,5,102,105,9,0,71,216,219,5,57,107,9,0,73,88,67,162,15,145,8,0,73,88,67,162,61,145,8,0,73,88,67,162,107,145,8,0,73,88,52,235,162,151,9,0,73,88,52,235,56,152,9,0,74,88,218,26,122,30,9,0,74,88,218,26,44,31,9,0,78,216,193,88,143,241,9,0,78,216,193,88,165,241,9,0,78,216,165,80,116,168,10,0,81,88,128,143,25,66,9,0,81,88,128,143,212,67,9,0,82,88,161,255,181,137,8,0,84,88,201,61,83,29,7,0,84,216,21,70,25,66,9,0,84,216,21,70,212,67,9,0,84,216,13,211,102,105,9,0,84,216,13,211,57,107,9,0,87,88,75,116,115,197,11,0,89,216,205,9,179,146,9,0,89,216,205,9,97,147,9,0,98,88,71,30,150,83,9,0,98,88,71,30,176,85,9,0,101,216,251,96,80,20,9,0,101,216,251,96,241,23,9,0,102,216,62,5,176,67,10,0,102,216,62,5,242,68,10,0,102,216,62,5,55,70,10,0,102,88,195,48,234,74,10,0,102,88,195,48,15,75,10,0,103,216,147,190,30,18,9,0,103,216,147,190,174,18,9,0,108,216,233,26,72,9,7,0,110,216,160,195,144,143,7,0,115,88,165,16,211,204,11,0,115,88,165,16,108,226,11,0,117,88,179,82,15,15,7,0,117,88,179,82,231,60,7,0,117,88,168,190,213,101,7,0,117,88,179,82,154,170,7,0,117,88,179,82,184,170,7,0,118,216,49,7,150,132,10,0,118,216,46,231,249,189,11,0,119,88,189,199,234,74,10,0,119,88,189,199,15,75,10,0,121,216,21,199,54,134,7,0,122,216,9,213,16,112,8,0,122,88,12,207,89,44,9,0,122,88,12,207,166,45,9,0,122,88,12,207,245,46,9,0,124,216,151,81,219,70,6,0,126,88,189,148,150,83,9,0,126,88,189,148,176,85,9,0,127,88,134,89,199,191,7,0,127,216,53,173,42,222,7,0,127,88,164,202,150,83,9,0,127,88,164,202,176,85,9,0,127,216,91,71,113,222,10,0,128,216,114,249,54,134,7,0,128,216,107,23,123,155,7,0,129,88,13,139,199,191,7,0,129,216,125,228,110,142,8,0,129,216,125,228,10,143,8,0,131,88,186,61,146,180,10,0,131,88,186,61,35,183,10,0,133,88,187,156,128,97,6,0,133,88,241,174,123,155,7,0,134,216,90,47,171,167,10,0,134,216,90,47,237,167,10,0,139,216,72,3,120,33,6,0,139,216,72,3,153,168,7,0,139,216,211,214,116,168,10,0,144,88,39,216,163,161,6,0,145,216,189,13,102,123,9,0,145,216,189,13,26,124,9,0,149,216,226,117,175,64,6,0,149,88,159,149,120,105,7,0,151,88,227,40,143,45,7,0,151,216,210,97,135,87,10,0,151,216,210,97,174,87,10,0,153,88,21,186,199,191,7,0,153,88,21,186,186,204,7,0,154,88,215,66,151,110,10,0,154,88,215,66,247,110,10,0,154,88,215,66,84,111,10,0,155,88,143,61,212,187,7,0,158,88,179,28,138,126,10,0,158,88,179,28,215,126,10,0,159,88,16,7,237,66,6,0,160,216,244,182,164,120,7,0,161,216,58,236,102,105,9,0,161,216,58,236,57,107,9,0,162,88,86,204,30,169,10,0,162,88,86,204,207,169,10,0,166,88,150,124,146,180,10,0,166,88,150,124,35,183,10,0,167,216,79,190,123,155,7,0,169,88,53,56,194,26,7,0,169,88,53,56,223,244,8,0,169,88,53,56,207,253,8,0,169,88,53,56,200,6,9,0,170,216,8,76,59,86,6,0,171,88,24,243,89,44,9,0,171,88,24,243,166,45,9,0,171,88,24,243,245,46,9,0,175,88,139,238,186,177,7,0,179,88,239,59,26,225,7,0,179,88,239,59,150,132,10,0,180,216,235,84,236,166,7,0,180,216,235,84,181,167,7,0,181,216,228,232,5,129,7,0,182,88,109,163,206,36,7,0,183,88,236,83,121,252,6,0,183,88,87,167,85,53,7,0,183,88,236,83,132,207,9,0,183,88,77,6,89,40,11,0,184,216,204,33,183,48,7,0,184,216,110,45,100,146,7,0,186,216,97,117,244,106,7,0,186,216,248,120,54,134,7,0,186,88,49,62,193,6,10,0,186,88,49,62,96,7,10,0,187,216,7,126,223,244,8,0,187,216,7,126,207,253,8,0,187,216,7,126,200,6,9,0,187,216,82,16,30,169,10,0,187,216,82,16,207,169,10,0,189,88,95,201,223,244,8,0,189,88,95,201,207,253,8,0,189,88,95,201,200,6,9,0,189,216,78,215,161,223,11,0,190,216,51,195,150,132,10,0,191,88,28,16,158,229,10,0,192,216,85,230,4,32,9,0,192,216,85,230,42,37,9,0,193,88,105,47,186,177,7,0,193,88,105,47,109,197,7,0,193,88,10,1,4,32,9,0,193,88,10,1,42,37,9,0,194,88,31,62,32,21,11,0,196,88,79,172,127,247,11,0,196,88,79,172,185,248,11,0,197,88,185,248,150,132,10,0,199,88,218,59,43,58,9,0,204,88,21,111,154,214,11,0,206,216,73,97,39,77,7,0,206,88,135,166,186,177,7,0,208,216,25,213,172,196,9,0,209,216,160,40,246,72,11,0,211,88,239,226,86,18,8,0,217,88,216,197,41,100,10,0,217,216,165,146,111,229,10,0,220,88,8,29,54,134,7,0,221,88,184,239,161,212,9,0,221,88,184,239,93,213,9,0,224,216,187,67,13,18,7,0,225,216,178,224,54,221,11,0,229,88,0,208,37,77,9,0,232,88,95,103,145,139,7,0,234,88,79,170,85,73,6,0,237,216,150,233,179,146,9,0,237,216,150,233,97,147,9,0,238,88,114,11,164,131,7,0,239,216,64,214,251,20,12,0,240,88,221,223,16,141,7,0,242,88,62,227,23,165,6,0,242,88,62,227,179,85,7,0,242,88,62,227,178,87,7,0,242,88,62,227,18,210,7,0,242,88,136,98,31,224,10,0,243,216,61,20,100,63,11,0,245,216,87,79,244,106,7,0,249,216,78,187,150,132,10,0,251,88,81,27,64,82,9,0,251,88,81,27,204,82,9,0,253,88,76,197,5,129,7,0,253,88,166,195,41,231,8,0,255,216,163,134,140,92,9,0,255,216,163,134,54,93,9,0,0,217,224,32,85,53,7,0,5,89,183,94,231,60,7,0,6,217,87,7,223,244,8,0,6,217,87,7,207,253,8,0,6,217,87,7,200,6,9,0,8,217,51,136,84,25,8,0,10,217,129,242,54,116,8,0,11,89,243,86,105,165,6,0,11,89,243,86,62,5,10,0,11,89,243,86,116,5,10,0,12,89,151,249,183,147,7,0,13,89,226,209,151,35,6,0,13,217,177,41,22,72,7,0,16,89,140,69,58,100,7,0,16,217,246,228,160,113,8,0,16,89,177,16,113,177,11,0,17,217,9,50,187,183,8,0,18,89,117,46,199,191,7,0,18,89,117,46,5,160,8,0,18,89,117,46,121,160,8,0,18,89,117,46,227,160,8,0,18,89,117,46,169,125,10,0,19,89,79,19,150,132,10,0,24,217,105,16,16,18,6,0,24,217,19,117,4,32,9,0,24,217,19,117,42,37,9,0,27,217,199,138,141,119,7,0,27,217,34,103,80,20,9,0,27,217,34,103,241,23,9,0,27,217,112,103,196,226,11,0,29,217,202,129,100,139,6,0,29,89,142,240,231,60,7,0,29,217,202,129,188,98,7,0,34,217,187,250,202,224,6,0,35,89,21,241,231,60,7,0,42,89,201,57,149,127,7,0,45,89,27,249,75,29,10,0,45,89,27,249,94,29,10,0,47,89,58,127,54,134,7,0,48,217,240,57,5,189,6,0,48,89,37,13,84,223,6,0,48,217,13,246,56,84,7,0,52,217,58,206,142,99,7,0,55,217,204,225,240,15,9,0,55,217,204,225,80,16,9,0,55,217,204,225,185,16,9,0,55,217,146,230,245,127,11,0,58,217,169,158,122,163,6,0,64,217,9,193,38,46,7,0,65,89,92,115,231,60,7,0,65,217,97,172,68,89,7,0,68,217,34,101,199,191,7,0,68,217,34,101,90,169,8,0,71,217,190,110,123,155,7,0,71,89,107,226,34,199,10,0,71,89,107,226,112,199,10,0,73,217,152,162,35,100,11,0,77,217,141,127,149,21,6,0,77,217,141,127,171,21,6,0,77,217,78,178,109,37,7,0,78,89,132,10,60,196,6,0,78,217,216,113,78,36,11,0,79,217,11,111,123,155,7,0,81,217,9,37,27,188,10,0,81,217,9,37,104,188,10,0,81,217,124,19,197,51,11,0,82,217,226,170,231,60,7,0,84,217,205,172,118,106,7,0,84,89,43,3,230,118,9,0,84,89,43,3,190,119,9,0,85,217,164,34,199,191,7,0,85,217,164,34,90,169,8,0,86,217,64,36,169,152,11,0,88,217,32,115,219,70,7,0,90,217,224,147,4,32,9,0,90,217,224,147,42,37,9,0,91,217,153,103,4,32,9,0,91,217,153,103,42,37,9,0,93,89,80,70,16,90,6,0,93,217,183,147,109,37,7,0,93,89,135,94,179,85,7,0,93,89,135,94,178,87,7,0,93,217,185,66,4,32,9,0,93,217,185,66,42,37,9,0,95,89,116,32,185,49,11,0,97,89,37,133,231,60,7,0,98,217,241,102,154,214,11,0,99,217,49,182,123,155,7,0,101,89,5,193,150,132,10,0,102,89,183,178,96,66,10,0,103,89,122,222,150,132,10,0,104,89,105,230,223,26,8,0,104,89,239,83,1,133,8,0,105,89,166,8,42,219,7,0,105,89,117,154,48,158,9,0,105,89,117,154,139,158,9,0,105,89,117,154,224,158,9,0,107,89,56,115,25,66,9,0,107,89,56,115,212,67,9,0,109,89,177,119,102,105,9,0,109,89,177,119,57,107,9,0,112,89,51,108,193,115,6,0,112,217,32,232,241,2,10,0,112,217,32,232,254,3,10,0,114,89,155,19,53,97,7,0,114,89,155,19,186,177,7,0,114,217,200,127,35,214,10,0,115,217,87,113,74,70,11,0,116,217,235,17,84,223,7,0,116,217,235,17,143,223,7,0,116,89,39,57,6,137,9,0,116,89,39,57,142,137,9,0,116,217,204,73,162,247,10,0,117,89,86,137,59,229,6,0,118,89,101,197,52,149,7,0,121,89,138,180,231,60,7,0,127,89,125,143,4,32,9,0,127,89,125,143,42,37,9,0,128,89,220,176,117,121,7,0,129,217,4,216,250,94,11,0,129,217,4,216,164,98,11,0,129,89,172,187,197,235,11,0,129,89,172,187,129,246,11,0,130,217,151,239,172,196,9,0,131,89,105,165,41,114,9,0,131,89,105,165,57,115,9,0,135,217,155,169,86,135,8,0,135,217,22,181,10,239,10,0,136,89,16,130,186,177,7,0,136,89,16,130,1,171,8,0,136,89,16,130,50,171,8,0,138,217,218,127,66,234,5,0,138,217,44,202,221,28,7,0,139,217,155,158,164,131,7,0,140,217,249,55,120,138,7,0,141,89,229,14,242,5,8,0,141,89,229,14,75,6,8,0,142,89,178,214,53,250,11,0,142,89,178,214,75,250,11,0,146,217,198,235,186,177,7,0,146,217,244,231,7,244,8,0,147,217,51,69,19,24,7,0,147,217,12,171,98,191,11,0,150,89,53,225,223,244,8,0,150,89,53,225,207,253,8,0,150,89,53,225,200,6,9,0,151,89,157,78,2,150,7,0,151,217,143,154,4,32,9,0,151,217,143,154,42,37,9,0,151,217,129,46,150,132,10,0,152,89,166,22,192,35,11,0,153,89,12,5,115,147,7,0,155,89,220,35,150,132,10,0,162,217,172,89,98,0,7,0,162,217,213,230,69,42,7,0,164,89,168,54,0,129,6,0,165,89,115,181,59,229,6,0,168,89,214,99,190,110,7,0,172,89,71,45,231,60,7,0,174,89,106,70,138,212,10,0,178,217,148,192,225,91,8,0,178,217,214,54,150,132,10,0,181,89,133,154,85,53,7,0,181,217,79,87,16,141,7,0,183,217,105,60,80,20,9,0,183,217,105,60,241,23,9,0,187,217,14,169,150,132,10,0,189,217,102,254,231,169,7,0,191,217,158,225,120,115,6,0,192,89,192,217,150,83,9,0,192,89,192,217,176,85,9,0,193,217,13,29,102,105,9,0,193,217,13,29,57,107,9,0,194,217,114,151,136,109,6,0,197,89,154,97,186,177,7,0,198,89,148,12,30,103,7,0,198,217,134,7,62,105,10,0,198,217,134,7,134,105,10,0,198,217,134,7,202,105,10,0,198,217,134,7,8,106,10,0,199,89,197,242,5,22,6,0,199,89,197,242,22,138,6,0,201,217,51,177,231,60,7,0,201,217,13,112,39,39,10,0,201,217,13,112,62,39,10,0,201,217,13,112,166,34,11,0,203,217,21,0,73,228,9,0,206,89,197,155,2,150,7,0,208,89,72,82,87,80,8,0,210,217,209,77,71,191,10,0,210,217,209,77,169,192,10,0,211,217,17,142,123,155,7,0,212,89,95,22,219,70,7,0,212,89,189,190,201,98,8,0,214,217,178,21,133,80,7,0,215,89,156,244,5,129,7,0,216,89,103,38,96,127,6,0,220,217,8,168,223,210,10,0,223,217,129,111,149,127,7,0,224,89,25,168,117,121,7,0,224,89,152,215,186,177,7,0,226,89,55,127,156,11,6,0,226,217,9,12,49,45,10,0,226,217,9,12,64,46,10,0,226,217,9,12,67,47,10,0,226,217,9,12,97,48,10,0,228,89,45,252,85,53,7,0,231,217,160,159,2,150,7,0,233,217,80,95,18,189,7,0,233,217,80,95,11,100,10,0,234,217,77,21,40,95,10,0,234,217,77,21,208,95,10,0,234,89,82,250,36,102,11,0,235,89,188,5,229,238,5,0,235,217,248,61,68,89,7,0,235,217,248,61,16,141,7,0,236,217,7,187,195,49,7,0,237,89,131,93,150,83,9,0,237,89,131,93,176,85,9,0,239,217,124,190,78,41,7,0,239,217,120,216,192,69,9,0,239,217,120,216,164,70,9,0,239,217,120,216,128,71,9,0,239,89,125,142,221,148,11,0,240,89,93,10,196,229,10,0,241,89,106,108,54,134,7,0,243,217,22,38,173,46,7,0,243,89,180,90,205,73,7,0,243,89,40,245,18,189,7,0,243,89,40,245,199,191,7,0,243,89,61,131,166,39,11,0,246,89,137,171,231,60,7,0,247,217,238,166,176,216,11,0,248,217,155,13,198,47,6,0,248,217,179,175,2,83,7,0,248,217,179,175,50,141,9,0,248,217,179,175,130,142,9,0,248,217,179,175,212,143,9,0,248,217,179,175,43,145,9,0,249,89,120,36,200,11,7,0,249,89,110,143,202,116,11,0,249,217,148,110,76,199,11,0,250,89,15,20,159,5,7,0,250,89,15,20,135,82,8,0,251,89,34,112,186,177,7,0,252,217,180,122,48,158,9,0,252,217,180,122,139,158,9,0,252,217,180,122,224,158,9,0,252,89,8,11,34,46,11,0,253,217,16,130,86,135,8,0,253,217,190,64,41,100,10,0,253,89,93,94,146,180,10,0,253,89,93,94,35,183,10,0,253,89,215,104,46,215,11,0,254,217,17,211,202,120,9,0,254,217,17,211,90,121,9,0,255,89,165,55,192,77,7,0,255,217,138,217,186,177,7,0,1,90,142,238,205,45,11,0,1,90,142,238,167,48,11,0,2,90,38,4,76,13,10,0,2,90,38,4,123,13,10,0,3,90,67,5,220,186,9,0,3,90,67,5,61,187,9,0,3,90,67,5,163,187,9,0,3,90,67,5,2,188,9,0,3,90,67,5,106,188,9,0,10,218,221,213,85,53,7,0,11,218,129,239,146,180,10,0,11,218,129,239,35,183,10,0,12,90,123,151,144,229,6,0,15,218,117,254,195,200,11,0,17,90,197,196,86,127,7,0,19,218,107,13,2,150,7,0,20,218,194,45,109,37,7,0,20,218,39,150,91,170,9,0,20,218,39,150,174,170,9,0,26,218,127,248,69,202,8,0,27,218,182,81,150,83,9,0,27,218,182,81,176,85,9,0,28,90,118,244,83,92,10,0,28,90,118,244,116,92,10,0,28,90,118,244,140,92,10,0,29,90,186,101,228,91,7,0,29,90,186,101,224,73,9,0,29,90,186,101,249,73,9,0,29,90,186,101,18,74,9,0,31,90,25,155,63,204,8,0,36,218,166,190,228,91,7,0,36,218,166,190,186,177,7,0,36,218,166,190,227,253,10,0,37,90,181,55,56,84,7,0,37,218,200,109,75,206,11,0,41,90,107,17,68,89,7,0,41,90,107,17,228,91,7,0,42,90,200,33,248,237,9,0,42,90,200,33,238,238,9,0,44,218,94,66,5,129,7,0,47,218,101,161,123,155,7,0,48,90,173,8,13,18,7,0,49,218,68,187,182,61,6,0,49,90,32,27,0,238,10,0,50,90,192,86,231,60,7,0,51,90,67,82,206,36,7,0,52,90,168,164,181,116,7,0,53,218,167,96,223,244,8,0,53,218,167,96,207,253,8,0,53,218,167,96,200,6,9,0,55,90,114,213,146,180,10,0,55,90,114,213,35,183,10,0,57,218,163,212,173,29,7,0,58,218,166,220,153,42,7,0,58,90,172,254,85,53,7,0,58,218,166,220,86,135,8,0,59,218,179,63,48,98,11,0,62,90,42,86,162,49,6,0,62,90,42,86,162,124,6,0,62,90,3,5,223,244,8,0,62,90,3,5,207,253,8,0,62,90,3,5,200,6,9,0,62,90,5,96,250,14,12,0,65,90,190,129,150,132,10,0,69,218,7,142,123,155,7,0,70,218,146,89,244,106,7,0,73,90,143,155,199,191,7,0,73,90,143,155,186,204,7,0,73,90,143,155,55,207,7,0,73,218,59,48,145,11,10,0,73,218,59,48,190,11,10,0,75,218,119,191,190,23,6,0,77,90,237,240,142,174,8,0,77,218,168,28,41,100,10,0,77,90,162,79,202,163,11,0,78,90,142,216,223,244,8,0,78,90,142,216,207,253,8,0,78,90,142,216,200,6,9,0,79,90,39,248,231,60,7,0,80,218,185,128,4,32,9,0,80,218,185,128,42,37,9,0,82,218,222,99,223,244,8,0,82,218,222,99,207,253,8,0,82,218,222,99,200,6,9,0,83,90,7,27,85,53,7,0,83,90,44,54,151,110,10,0,83,90,44,54,247,110,10,0,83,90,44,54,84,111,10,0,84,218,4,201,199,191,7,0,84,218,4,201,192,215,7,0,84,218,4,201,216,215,7,0,84,90,57,45,161,212,9,0,84,90,57,45,93,213,9,0,84,218,155,62,150,132,10,0,87,218,85,38,80,140,9,0,87,218,85,38,118,140,9,0,90,90,210,202,231,60,7,0,90,90,241,141,223,244,8,0,90,90,241,141,207,253,8,0,90,90,241,141,200,6,9,0,90,218,25,167,183,217,11,0,93,218,1,163,97,28,9,0,93,218,1,163,1,29,9,0,93,218,1,163,166,29,9,0,93,90,140,68,50,141,9,0,93,90,140,68,130,142,9,0,93,90,140,68,212,143,9,0,93,90,140,68,43,145,9,0,94,90,236,98,125,122,9,0,94,90,236,98,162,122,9,0,96,218,61,81,153,147,10,0,96,218,61,81,98,148,10,0,97,90,107,88,173,24,7,0,98,218,66,189,157,215,10,0,100,90,11,178,15,29,11,0,102,90,75,205,5,129,7,0,103,90,104,20,85,53,7,0,104,218,41,74,179,85,7,0,104,218,138,123,179,85,7,0,104,218,41,74,178,87,7,0,104,218,138,123,178,87,7,0,104,218,41,74,210,176,7,0,104,90,90,188,186,177,7,0,104,218,41,74,54,217,7,0,104,218,63,146,6,242,10,0,106,90,27,33,146,180,10,0,106,90,27,33,35,183,10,0,107,218,32,39,223,244,8,0,107,218,32,39,207,253,8,0,107,218,32,39,200,6,9,0,107,90,207,60,147,38,10,0,107,90,207,60,185,38,10,0,107,90,207,60,201,38,10,0,108,90,197,152,124,80,6,0,108,90,197,152,222,165,6,0,108,90,197,152,217,228,6,0,108,90,197,152,121,252,6,0,108,90,197,152,186,177,7,0,108,90,197,152,132,207,9,0,109,90,75,103,2,150,7,0,111,90,226,14,35,223,8,0,112,90,50,190,253,153,6,0,112,90,122,8,231,60,7,0,112,218,56,98,123,155,7,0,113,90,11,62,75,218,11,0,114,218,145,86,221,29,11,0,119,218,51,174,20,125,7,0,122,90,67,64,66,227,5,0,123,218,10,65,231,60,7,0,126,218,138,99,111,243,10,0,127,218,242,114,54,29,7,0,127,218,191,59,212,97,10,0,127,218,191,59,249,97,10,0,130,218,101,128,231,60,7,0,130,90,84,46,64,82,9,0,130,90,84,46,204,82,9,0,131,90,48,124,183,147,7,0,132,218,240,213,223,244,8,0,132,218,240,213,207,253,8,0,132,218,240,213,200,6,9,0,134,90,175,203,4,32,9,0,134,90,175,203,42,37,9,0,139,218,159,141,150,83,9,0,139,218,159,141,176,85,9,0,140,90,40,20,161,39,10,0,140,90,40,20,191,39,10,0,142,90,67,4,161,212,9,0,142,90,67,4,93,213,9,0,143,218,31,209,161,14,7,0,146,90,185,55,102,105,9,0,146,90,185,55,57,107,9,0,146,218,151,159,66,32,11,0,148,90,189,14,43,43,7,0,149,90,223,44,241,21,6,0,149,90,223,44,225,215,6,0,150,218,65,8,180,53,9,0,150,218,65,8,36,54,9,0,154,90,47,244,231,60,7,0,155,90,112,50,2,150,7,0,156,218,119,160,254,150,6,0,156,218,58,230,186,177,7,0,157,218,44,127,187,183,8,0,158,218,32,68,182,39,11,0,163,218,243,59,42,222,7,0,163,90,143,189,64,82,9,0,163,90,143,189,204,82,9,0,164,90,207,168,67,15,10,0,164,90,207,168,100,15,10,0,165,90,180,109,205,39,7,0,167,90,140,42,68,89,7,0,167,90,140,42,228,91,7,0,167,218,37,86,102,123,9,0,167,218,37,86,26,124,9,0,171,90,79,236,146,180,10,0,171,90,79,236,35,183,10,0,174,218,200,198,127,25,8,0,175,90,180,225,135,122,7,0,176,218,212,92,165,209,9,0,176,218,212,92,32,210,9,0,176,218,212,92,149,210,9,0,176,218,212,92,61,211,9,0,176,218,212,92,215,211,9,0,177,218,174,112,128,140,10,0,177,218,174,112,20,141,10,0,177,218,174,112,172,141,10,0,178,90,82,195,30,103,7,0,179,90,187,166,56,75,7,0,180,218,158,79,123,155,7,0,181,90,73,197,137,113,11,0,182,90,176,252,138,194,11,0,185,218,148,148,46,134,6,0,190,218,194,225,121,252,6,0,190,218,194,225,132,207,9,0,191,90,207,168,199,191,7,0,191,90,207,168,165,218,7,0,191,218,134,122,223,244,8,0,191,218,134,122,207,253,8,0,191,218,134,122,200,6,9,0,191,90,204,211,25,66,9,0,191,90,204,211,212,67,9,0,196,90,193,126,4,32,9,0,196,90,193,126,42,37,9,0,197,218,159,39,175,81,7,0,200,218,163,210,231,60,7,0,200,218,231,77,107,63,8,0,202,90,140,123,2,83,7,0,203,218,242,178,40,235,6,0,203,90,26,15,71,191,10,0,203,90,26,15,169,192,10,0,205,90,8,154,223,244,8,0,205,90,8,154,207,253,8,0,205,90,8,154,200,6,9,0,206,90,122,21,212,101,11,0,210,218,88,15,179,224,11,0,211,218,57,37,144,143,7,0,211,218,225,241,197,250,10,0,212,90,13,242,199,191,7,0,212,90,13,242,23,206,7,0,215,218,75,79,27,235,8,0,215,218,34,246,208,79,9,0,215,218,34,246,138,80,9,0,215,218,34,246,56,81,9,0,219,90,162,214,70,104,6,0,219,218,141,152,133,80,7,0,219,90,164,70,140,254,7,0,220,218,36,180,38,46,7,0,220,218,75,103,229,143,11,0,221,218,5,106,160,162,6,0,222,90,129,124,30,18,9,0,222,90,129,124,174,18,9,0,224,90,165,226,2,150,7,0,224,218,194,156,4,32,9,0,224,218,194,156,42,37,9,0,225,218,3,65,133,80,7,0,225,90,90,209,186,177,7,0,228,218,108,124,187,183,8,0,232,218,230,19,166,78,7,0,233,90,198,228,111,88,6,0,234,218,85,42,45,64,9,0,234,218,85,42,214,64,9,0,235,218,42,84,65,209,6,0,235,90,239,142,244,106,7,0,235,90,34,22,71,191,10,0,235,90,34,22,169,192,10,0,237,90,186,55,166,78,7,0,239,218,246,251,184,213,10,0,241,218,126,221,6,137,9,0,241,218,126,221,142,137,9,0,243,218,7,103,223,244,8,0,243,218,7,103,207,253,8,0,243,218,7,103,200,6,9,0,245,90,215,75,25,66,9,0,245,90,215,75,212,67,9,0,250,90,108,77,68,30,11,0,251,90,240,113,208,79,9,0,251,90,240,113,138,80,9,0,251,90,240,113,56,81,9,0,251,218,67,134,153,147,10,0,251,218,67,134,98,148,10,0,252,218,199,72,181,109,7,0,252,90,96,200,172,207,11,0,254,218,176,241,118,175,9,0,254,218,176,241,149,175,9,0,254,218,176,241,176,175,9,0,0,91,85,17,252,116,7,0,1,91,14,37,231,60,7,0,1,91,95,233,186,177,7,0,1,91,95,233,102,123,9,0,1,91,95,233,26,124,9,0,1,91,44,136,217,189,11,0,2,219,113,115,2,150,7,0,4,219,204,250,164,131,7,0,8,91,130,154,231,60,7,0,10,219,129,221,68,89,7,0,10,219,129,221,223,244,8,0,10,219,129,221,207,253,8,0,10,219,129,221,200,6,9,0,10,91,52,38,80,20,9,0,10,91,52,38,241,23,9,0,12,91,164,97,193,185,6,0,12,91,158,79,85,53,7,0,12,91,126,34,222,113,10,0,12,91,126,34,250,113,10,0,12,91,126,34,65,114,10,0,13,91,198,5,150,132,10,0,14,91,38,143,245,42,7,0,14,91,45,3,248,215,7,0,14,219,208,10,89,44,9,0,14,219,208,10,166,45,9,0,14,219,208,10,245,46,9,0,16,219,147,190,176,75,11,0,18,91,225,79,119,34,7,0,20,91,130,168,186,177,7,0,20,219,181,229,117,181,11,0,21,91,210,107,70,162,10,0,22,219,230,109,186,177,7,0,23,219,230,237,85,53,7,0,24,219,16,167,132,177,8,0,24,219,16,167,180,177,8,0,24,219,163,25,219,37,11,0,25,219,140,134,85,53,7,0,27,219,197,240,4,32,9,0,27,219,197,240,42,37,9,0,32,219,196,202,247,173,6,0,32,91,184,218,141,119,7,0,32,219,10,44,2,150,7,0,32,91,34,24,15,186,9,0,32,91,34,24,55,186,9,0,32,219,154,68,146,180,10,0,32,219,154,68,35,183,10,0,33,91,232,237,241,2,10,0,33,91,232,237,254,3,10,0,34,219,54,207,231,60,7,0,35,91,169,215,87,239,10,0,36,91,115,188,95,223,8,0,37,91,176,25,121,252,6,0,37,219,160,81,150,132,10,0,41,91,82,110,222,15,6,0,41,219,123,144,230,118,9,0,41,219,123,144,190,119,9,0,42,219,145,79,242,40,7,0,42,219,122,235,4,32,9,0,42,219,122,235,42,37,9,0,43,219,214,117,143,226,5,0,43,219,58,224,231,60,7,0,43,91,238,90,18,189,7,0,43,91,238,90,192,198,7,0,43,219,236,237,132,211,10,0,46,91,79,192,41,112,7,0,46,91,20,186,18,189,7,0,46,91,20,186,94,132,9,0,46,91,20,186,124,132,9,0,47,219,214,117,157,224,5,0,48,91,153,244,236,219,11,0,52,91,47,155,199,191,7,0,52,91,47,155,77,206,7,0,55,91,165,230,248,229,10,0,58,219,5,108,87,43,7,0,59,219,134,64,131,141,6,0,59,91,167,114,74,223,10,0,60,219,14,88,158,164,11,0,63,91,224,194,121,47,7,0,64,91,95,86,145,139,7,0,64,91,95,86,4,32,9,0,64,91,95,86,42,37,9,0,65,219,87,61,80,20,9,0,65,219,87,61,241,23,9,0,65,219,251,8,223,102,10,0,65,219,251,8,23,103,10,0,65,219,251,8,80,103,10,0,68,219,24,198,123,155,7,0,74,91,16,27,161,246,11,0,80,91,24,20,245,77,9,0,80,91,24,20,223,78,9,0,87,219,153,32,90,238,5,0,87,91,215,222,139,27,7,0,87,91,20,82,150,132,10,0,89,91,130,168,186,177,7,0,89,219,190,11,254,64,11,0,95,219,157,45,243,43,7,0,97,91,211,138,195,49,7,0,98,219,17,68,150,132,10,0,101,91,246,130,113,51,7,0,102,91,37,14,217,65,6,0,102,91,199,129,87,80,8,0,103,219,62,201,208,34,7,0,104,91,20,210,221,28,7,0,104,91,20,210,231,60,7,0,104,219,101,27,150,132,10,0,106,219,129,181,222,216,9,0,106,219,129,181,76,217,9,0,108,91,252,154,231,60,7,0,109,219,254,189,123,155,7,0,111,219,1,253,221,148,11,0,112,219,65,233,212,187,7,0,112,219,65,233,186,204,7,0,114,91,80,168,32,12,7,0,114,91,80,168,67,12,7,0,118,91,100,96,235,219,6,0,118,219,119,29,117,142,7,0,118,219,119,29,216,142,7,0,122,91,31,221,125,48,9,0,122,91,31,221,110,49,9,0,123,219,141,107,151,76,11,0,125,91,68,233,102,123,9,0,125,91,68,233,26,124,9,0,126,91,204,11,2,150,7,0,127,219,93,153,41,112,7,0,127,219,111,63,130,3,12,0,131,91,133,87,119,26,7,0,132,219,197,32,81,230,7,0,132,91,15,193,112,49,10,0,132,91,15,193,253,49,10,0,133,91,233,96,244,125,9,0,133,91,233,96,15,126,9,0,134,219,102,118,196,17,12,0,137,91,138,219,223,244,8,0,137,91,138,219,207,253,8,0,137,91,138,219,200,6,9,0,137,91,179,200,230,180,11,0,138,219,226,36,231,60,7,0,139,219,58,48,52,112,11,0,139,91,72,51,92,196,11,0,145,91,161,189,109,37,7,0,147,219,178,205,43,228,8,0,148,91,41,25,2,150,7,0,149,219,100,234,112,36,7,0,150,91,209,107,109,37,7,0,150,219,224,151,107,63,8,0,150,91,142,142,176,67,10,0,150,91,142,142,242,68,10,0,150,91,142,142,55,70,10,0,154,91,236,63,30,169,10,0,154,91,236,63,207,169,10,0,157,219,209,232,173,151,8,0,157,219,209,232,215,151,8,0,157,219,209,232,14,152,8,0,158,91,213,66,199,191,7,0,158,219,96,206,20,61,8,0,158,219,96,206,160,113,8,0,158,219,208,147,187,183,8,0,158,91,213,66,131,196,9,0,158,91,213,66,147,196,9,0,159,219,113,217,13,18,7,0,161,91,168,243,32,28,7,0,161,91,218,215,197,95,7,0,162,91,45,241,186,177,7,0,163,91,209,171,193,6,10,0,163,91,209,171,96,7,10,0,169,219,103,70,223,244,8,0,169,219,103,70,207,253,8,0,169,219,103,70,200,6,9,0,172,91,127,89,47,173,6,0,172,219,19,243,235,123,8,0,175,219,245,4,154,88,10,0,175,219,245,4,189,88,10,0,175,219,245,4,234,88,10,0,178,91,157,165,167,82,8,0,180,219,109,105,71,191,10,0,180,219,109,105,169,192,10,0,183,91,226,212,144,143,7,0,183,219,159,83,183,147,7,0,184,219,184,61,2,150,7,0,185,219,86,92,4,32,9,0,185,219,86,92,42,37,9,0,187,91,184,148,186,253,6,0,188,219,58,206,193,138,8,0,188,219,58,206,246,138,8,0,188,219,58,206,43,139,8,0,188,219,58,206,97,139,8,0,190,219,182,49,125,44,11,0,193,219,23,1,147,220,6,0,197,219,71,205,76,55,8,0,197,219,71,205,127,55,8,0,197,219,71,205,196,55,8,0,199,91,138,60,192,50,7,0,199,219,154,185,70,217,10,0,202,219,114,235,199,191,7,0,202,219,114,235,31,201,7,0,203,91,208,231,178,31,11,0,204,219,183,112,149,170,6,0,204,219,45,231,23,39,7,0,204,91,112,216,121,12,8,0,204,91,112,216,10,91,8,0,205,91,73,218,231,60,7,0,206,91,190,202,4,32,9,0,206,91,190,202,42,37,9,0,207,91,195,158,41,252,5,0,207,219,100,74,223,244,8,0,207,219,100,74,207,253,8,0,207,219,100,74,200,6,9,0,211,219,89,140,30,171,6,0,211,91,13,80,213,101,7,0,211,91,131,102,252,116,7,0,211,91,217,98,45,124,7,0,212,219,28,59,109,37,7,0,215,91,1,118,114,228,9,0,216,219,105,88,117,58,6,0,216,219,20,207,176,67,10,0,216,219,20,207,242,68,10,0,216,219,20,207,55,70,10,0,220,219,50,98,4,32,9,0,220,219,50,98,42,37,9,0,223,91,105,30,123,155,7,0,224,91,191,126,228,91,7,0,224,219,250,99,114,228,9,0,225,91,64,127,231,60,7,0,226,91,199,180,182,198,6,0,227,219,26,36,112,186,6,0,227,219,170,218,195,49,7,0,228,219,107,229,248,237,9,0,228,219,107,229,238,238,9,0,229,91,33,8,231,60,7,0,229,219,24,252,65,145,7,0,230,219,168,134,186,177,7,0,233,219,88,77,70,162,10,0,233,219,144,98,86,194,11,0,238,219,115,81,85,53,7,0,239,91,146,145,166,187,10,0,239,91,146,145,189,187,10,0,246,91,180,214,85,53,7,0,246,219,178,214,20,119,11,0,248,219,109,143,227,212,7,0,252,91,174,15,223,244,8,0,252,91,174,15,207,253,8,0,252,91,174,15,200,6,9,0,254,219,88,73,125,48,9,0,254,219,88,73,110,49,9,0,0,92,197,100,113,207,7,0,0,92,197,100,142,207,7,0,1,92,68,196,85,53,7,0,5,220,75,160,133,80,7,0,6,92,163,133,181,109,7,0,7,220,126,124,95,250,10,0,10,220,219,18,2,150,7,0,11,92,173,204,240,183,11,0,12,220,57,64,114,255,9,0,12,220,57,64,150,255,9,0,12,92,59,59,12,125,11,0,14,220,106,175,212,97,10,0,14,220,106,175,249,97,10,0,15,92,33,243,35,23,7,0,15,92,126,228,2,150,7,0,17,220,195,54,41,112,7,0,18,220,93,121,254,113,6,0,18,92,240,20,7,16,7,0,20,92,171,84,158,52,7,0,23,220,206,129,186,177,7,0,24,92,146,155,88,21,8,0,24,92,183,40,102,30,8,0,25,92,221,108,174,66,8,0,29,92,207,188,183,48,7,0,29,220,43,190,54,134,7,0,30,92,117,116,190,136,11,0,31,220,17,142,231,60,7,0,32,92,148,174,51,218,11,0,33,92,101,247,204,174,6,0,33,92,55,201,186,177,7,0,33,92,55,201,147,74,8,0,35,92,31,240,150,83,9,0,35,92,31,240,176,85,9,0,36,92,61,102,85,53,7,0,39,92,99,100,55,214,6,0,40,220,120,246,87,75,7,0,40,92,38,188,142,99,7,0,40,220,160,85,223,244,8,0,40,220,160,85,207,253,8,0,40,220,160,85,200,6,9,0,40,220,35,165,215,13,10,0,40,220,35,165,9,14,10,0,40,220,35,165,46,14,10,0,40,92,102,27,52,246,10,0,42,92,43,200,210,78,6,0,43,92,188,202,113,13,7,0,45,92,207,124,30,169,10,0,45,92,207,124,207,169,10,0,48,92,38,147,216,57,9,0,48,92,38,147,85,192,11,0,49,92,237,187,242,201,6,0,49,92,237,187,23,202,6,0,50,92,40,52,59,229,6,0,50,92,122,250,191,232,9,0,50,92,122,250,239,232,9,0,52,92,105,165,236,242,10,0,52,92,148,214,157,166,11,0,55,220,68,66,64,252,11,0,56,92,34,99,202,16,6,0,56,220,58,22,56,132,6,0,56,220,43,231,68,89,7,0,56,220,43,231,228,91,7,0,56,220,58,22,161,116,7,0,58,220,54,230,54,134,7,0,59,92,116,84,164,131,7,0,60,220,118,114,150,83,9,0,60,220,118,114,176,85,9,0,61,220,157,153,220,111,11,0,62,220,184,15,7,72,11,0,63,220,16,130,185,243,6,0,63,92,225,142,51,20,7,0,66,220,13,152,120,33,6,0,66,220,13,152,153,168,7,0,70,92,158,148,2,150,7,0,71,92,160,86,231,60,7,0,71,92,22,62,213,140,8,0,77,92,9,99,228,91,7,0,80,220,42,115,181,104,7,0,82,92,19,103,186,177,7,0,82,220,196,230,231,219,10,0,85,92,26,163,41,114,9,0,85,92,26,163,57,115,9,0,87,220,125,194,13,116,7,0,89,92,241,247,56,57,6,0,91,92,197,96,148,112,9,0,91,92,197,96,17,113,9,0,92,92,100,38,61,61,11,0,93,220,43,47,147,22,10,0,93,220,43,47,177,22,10,0,95,92,159,141,158,245,7,0,97,92,197,202,186,177,7,0,99,92,96,207,94,35,8,0,100,92,63,8,102,124,11,0,101,92,10,35,225,37,8,0,101,92,10,35,24,38,8,0,101,92,10,35,79,38,8,0,101,92,25,32,80,20,9,0,101,92,25,32,241,23,9,0,102,220,137,238,126,96,11,0,103,220,65,83,196,101,11,0,104,220,9,206,143,82,6,0,104,220,54,68,208,195,11,0,104,220,231,111,249,3,12,0,106,92,171,201,85,53,7,0,106,220,187,62,32,44,10,0,106,220,187,62,114,44,10,0,108,220,69,254,187,183,8,0,108,220,32,107,162,151,9,0,108,220,32,107,56,152,9,0,111,220,77,126,116,60,10,0,111,220,77,126,136,60,10,0,111,92,59,20,219,124,11,0,118,220,233,103,161,62,9,0,118,220,233,103,201,62,9,0,118,92,13,227,146,180,10,0,118,92,13,227,146,180,10,0,118,92,13,227,35,183,10,0,118,92,13,227,35,183,10,0,120,92,11,61,41,112,7,0,121,92,52,51,131,227,11,0,122,220,4,41,85,53,7,0,129,220,31,74,236,179,8,0,138,92,69,91,109,37,7,0,141,92,113,245,123,155,7,0,142,220,152,218,62,225,5,0,142,220,27,171,112,132,11,0,143,92,35,183,150,132,10,0,146,220,40,90,176,48,6,0,146,220,40,90,208,48,6,0,146,92,195,62,228,111,10,0,146,92,195,62,0,112,10,0,146,92,195,62,25,112,10,0,147,92,157,126,6,183,6,0,148,92,230,224,251,116,11,0,148,92,254,66,115,145,11,0,150,220,206,57,85,53,7,0,153,220,87,0,4,32,9,0,153,220,87,0,42,37,9,0,154,92,104,148,128,12,7,0,155,220,64,141,96,43,6,0,155,220,64,141,44,242,6,0,156,220,147,177,144,143,7,0,156,92,235,90,89,44,9,0,156,92,235,90,166,45,9,0,156,92,235,90,245,46,9,0,157,92,253,15,180,5,11,0,159,220,183,226,174,195,9,0,159,220,183,226,201,195,9,0,159,220,183,226,70,234,10,0,160,220,164,145,123,155,7,0,161,92,18,91,179,85,7,0,161,92,18,91,178,87,7,0,162,220,225,142,65,194,10,0,162,220,225,142,196,194,10,0,164,220,97,67,24,126,7,0,164,92,34,116,136,116,10,0,164,92,34,116,190,116,10,0,165,92,155,173,132,248,5,0,166,220,214,254,85,53,7,0,168,220,8,155,242,231,5,0,170,92,221,236,189,120,6,0,170,92,221,236,29,142,6,0,170,220,148,10,58,100,7,0,172,220,103,47,62,225,5,0,179,220,241,126,179,85,7,0,179,220,241,126,178,87,7,0,181,92,33,111,43,37,8,0,181,92,33,111,132,37,8,0,181,92,33,111,178,37,8,0,181,220,82,132,107,55,9,0,181,220,82,132,135,55,9,0,181,220,82,132,37,77,9,0,181,92,73,246,150,132,10,0,182,92,114,106,132,178,11,0,185,92,107,214,192,69,9,0,185,92,107,214,164,70,9,0,185,92,107,214,128,71,9,0,185,92,112,129,128,62,10,0,187,220,47,58,41,114,9,0,187,220,47,58,57,115,9,0,189,92,57,23,140,250,10,0,190,92,138,189,187,241,11,0,191,92,110,144,180,53,9,0,191,92,110,144,36,54,9,0,192,92,166,107,184,124,7,0,192,92,166,107,20,125,7,0,193,220,46,43,87,75,7,0,194,92,33,12,230,118,9,0,194,92,33,12,190,119,9,0,196,220,61,124,199,191,7,0,196,220,46,85,223,244,8,0,196,220,46,85,207,253,8,0,196,220,46,85,200,6,9,0,196,220,61,124,248,163,10,0,196,220,61,124,13,164,10,0,197,92,147,222,252,218,6,0,197,92,147,222,132,4,8,0,197,220,194,14,144,246,11,0,201,92,55,127,20,245,10,0,204,220,130,166,213,101,7,0,204,220,130,166,101,149,7,0,205,220,110,167,30,78,7,0,206,92,75,220,116,32,7,0,206,92,75,220,211,36,11,0,208,220,58,237,81,230,7,0,209,220,116,111,221,96,8,0,209,220,116,111,9,97,8,0,210,92,106,16,81,44,11,0,212,92,188,148,223,244,8,0,212,92,188,148,207,253,8,0,212,92,188,148,200,6,9,0,213,220,96,99,155,145,7,0,213,220,96,99,200,145,7,0,213,92,133,104,184,53,8,0,213,92,133,104,243,53,8,0,213,92,133,104,56,54,8,0,213,92,133,104,126,54,8,0,218,92,201,131,138,250,5,0,218,92,201,131,78,98,6,0,218,92,114,74,223,244,8,0,218,92,114,74,207,253,8,0,218,92,114,74,200,6,9,0,221,220,169,160,90,222,10,0,223,92,36,175,134,24,7,0,226,220,115,191,71,191,10,0,226,220,115,191,169,192,10,0,227,92,228,227,136,42,8,0,227,220,65,225,107,63,8,0,228,92,107,101,188,98,7,0,230,220,81,168,186,177,7,0,236,220,138,81,141,119,7,0,238,220,197,91,132,213,6,0,238,220,197,91,187,254,6,0,238,92,220,181,138,126,10,0,238,92,220,181,215,126,10,0,241,220,38,122,85,53,7,0,242,92,120,29,2,150,7,0,244,92,14,96,89,44,9,0,244,92,14,96,166,45,9,0,244,92,14,96,245,46,9,0,247,92,197,148,162,207,6,0,247,220,221,24,119,23,7,0,247,220,152,230,5,129,7,0,255,220,26,89,226,255,9,0,255,220,26,89,245,255,9,0,0,93,49,83,255,197,6,0,0,221,233,124,94,177,11,0,1,221,136,125,53,97,7,0,1,221,64,52,106,215,8,0,4,221,60,178,173,29,7,0,4,93,91,46,150,83,9,0,4,93,91,46,176,85,9,0,4,221,60,178,146,180,10,0,4,221,60,178,35,183,10,0,5,93,136,60,4,32,9,0,5,93,136,60,42,37,9,0,6,93,128,32,123,155,7,0,6,93,128,32,118,138,11,0,7,93,91,204,57,157,11,0,9,93,251,119,24,120,11,0,10,221,93,27,123,155,7,0,10,93,238,173,123,155,7,0,10,221,111,180,135,57,11,0,10,221,132,78,214,240,11,0,12,221,87,247,205,73,7,0,13,93,123,119,41,112,7,0,14,221,216,43,20,40,11,0,16,221,117,55,228,91,7,0,17,93,100,193,223,244,8,0,17,93,100,193,207,253,8,0,17,93,100,193,200,6,9,0,21,93,88,171,110,242,10,0,26,221,234,163,150,132,10,0,33,93,60,228,196,163,6,0,34,221,0,77,69,249,9,0,34,221,0,77,97,249,9,0,35,221,37,154,244,106,7,0,35,221,192,202,5,129,7,0,35,93,16,249,2,163,10,0,35,93,16,249,41,163,10,0,36,93,210,101,68,89,7,0,36,93,210,101,228,91,7,0,36,93,125,142,146,139,11,0,37,221,64,231,85,53,7,0,38,93,153,134,118,188,6,0,38,93,153,134,153,42,7,0,38,93,153,134,199,191,7,0,38,221,11,32,20,134,11,0,40,221,180,35,85,39,7,0,40,221,222,190,196,131,8,0,45,93,62,5,134,30,6,0,45,93,62,5,242,17,7,0,45,93,62,5,24,126,7,0,45,221,99,167,107,143,7,0,45,221,33,63,186,177,7,0,47,93,109,33,19,68,8,0,47,221,176,249,251,208,11,0,48,221,62,229,116,32,7,0,49,221,10,148,217,161,9,0,49,221,10,148,241,161,9,0,50,221,214,63,149,127,7,0,58,221,70,74,174,66,8,0,60,221,89,131,150,40,7,0,60,221,217,30,199,97,9,0,60,221,217,30,173,98,9,0,60,221,217,30,152,99,9,0,61,221,239,33,61,122,11,0,66,221,183,168,47,247,7,0,66,221,183,168,100,247,7,0,66,221,222,142,208,19,11,0,67,93,122,76,188,40,6,0,71,93,106,168,148,112,9,0,71,93,106,168,17,113,9,0,72,221,4,169,83,48,7,0,72,221,133,237,20,125,7,0,73,221,199,89,244,106,7,0,74,221,47,228,132,104,6,0,75,221,239,111,221,20,7,0,77,93,93,57,2,83,7,0,77,93,93,57,50,141,9,0,77,93,93,57,130,142,9,0,77,93,93,57,212,143,9,0,77,93,93,57,43,145,9,0,78,221,203,250,117,30,7,0,79,221,151,148,36,56,6,0,79,221,108,181,85,53,7,0,79,93,132,194,6,137,9,0,79,93,132,194,142,137,9,0,81,221,4,62,177,80,8,0,81,221,134,51,223,244,8,0,81,221,134,51,207,253,8,0,81,221,134,51,200,6,9,0,83,93,61,238,2,150,7,0,85,93,60,113,45,64,9,0,85,93,60,113,214,64,9,0,85,221,78,147,22,96,9,0,85,221,78,147,98,96,9,0,85,221,78,147,102,233,10,0,88,93,6,164,192,69,9,0,88,93,6,164,164,70,9,0,88,93,6,164,128,71,9,0,98,221,59,8,125,118,11,0,102,93,222,82,25,66,9,0,102,93,222,82,212,67,9,0,103,93,233,180,144,21,8,0,105,93,174,94,102,123,9,0,105,93,174,94,26,124,9,0,106,221,252,84,164,131,7,0,106,221,203,187,123,155,7,0,106,221,193,59,45,64,9,0,106,221,193,59,214,64,9,0,107,93,174,140,146,180,10,0,107,93,174,140,35,183,10,0,108,221,104,7,176,216,11,0,111,93,141,254,195,49,7,0,111,93,105,27,195,236,10,0,113,93,226,132,218,220,6,0,117,221,184,142,223,244,8,0,117,221,184,142,207,253,8,0,117,221,184,142,200,6,9,0,120,93,31,40,153,147,10,0,120,93,31,40,98,148,10,0,121,93,92,181,186,177,7,0,121,93,207,132,102,105,9,0,121,93,207,132,57,107,9,0,123,93,144,48,62,225,5,0,125,221,40,221,114,98,7,0,131,221,249,99,245,77,9,0,131,221,249,99,223,78,9,0,135,221,69,249,30,147,7,0,138,221,69,201,49,119,7,0,139,93,94,23,87,75,7,0,139,93,31,248,248,237,9,0,139,93,31,248,238,238,9,0,140,221,119,193,145,139,7,0,141,221,221,166,123,14,12,0,144,93,110,8,65,206,6,0,144,93,210,229,176,67,10,0,144,93,210,229,242,68,10,0,144,93,210,229,55,70,10,0,145,221,147,190,88,109,10,0,145,221,147,190,114,109,10,0,145,221,147,190,139,109,10,0,148,221,154,161,49,45,10,0,148,221,154,161,64,46,10,0,148,221,154,161,67,47,10,0,148,221,154,161,97,48,10,0,149,93,74,4,199,191,7,0,149,93,74,4,151,206,7,0,149,93,74,4,191,206,7,0,154,93,49,17,22,126,6,0,154,221,109,95,97,28,9,0,154,221,109,95,1,29,9,0,154,221,109,95,166,29,9,0,156,221,207,90,2,150,7,0,157,93,32,71,190,110,7,0,161,221,229,204,96,66,10,0,164,221,237,158,221,28,7,0,164,221,214,105,139,43,7,0,166,93,242,7,102,232,10,0,166,93,242,7,24,246,10,0,166,93,38,142,99,178,11,0,170,93,200,126,147,53,6,0,173,93,102,153,223,244,8,0,173,93,102,153,207,253,8,0,173,93,102,153,200,6,9,0,173,93,102,153,227,253,10,0,174,93,195,224,219,70,7,0,174,93,114,11,149,127,7,0,175,93,72,182,87,75,7,0,175,93,62,120,2,150,7,0,177,221,29,58,91,125,8,0,177,93,54,92,43,164,8,0,177,93,54,92,98,164,8,0,177,93,54,92,151,164,8,0,177,93,54,92,202,164,8,0,181,93,74,84,223,244,8,0,181,93,74,84,207,253,8,0,181,93,74,84,200,6,9,0,182,93,218,131,30,147,7,0,184,221,66,95,213,7,7,0,184,221,195,102,223,64,8,0,184,93,30,201,53,199,11,0,186,221,11,183,109,37,7,0,186,93,92,151,123,155,7,0,187,221,244,178,30,78,7,0,187,221,231,212,128,111,11,0,192,93,30,149,30,18,9,0,192,93,30,149,174,18,9,0,193,93,100,206,195,230,11,0,194,221,121,22,152,145,11,0,196,93,22,6,25,66,9,0,196,93,22,6,212,67,9,0,198,221,167,160,42,222,7,0,198,93,250,126,130,157,10,0,198,93,250,126,47,158,10,0,200,221,207,170,199,191,7,0,200,221,207,170,202,42,9,0,202,93,143,171,182,90,6,0,202,93,143,171,118,118,6,0,202,221,60,249,22,72,7,0,207,93,36,234,199,191,7,0,207,93,36,234,202,42,9,0,207,221,203,50,102,105,9,0,207,221,203,50,57,107,9,0,208,221,247,18,164,131,7,0,209,93,86,40,37,77,9,0,211,93,75,84,150,132,10,0,212,221,194,123,179,146,9,0,212,221,194,123,97,147,9,0,214,221,139,204,5,129,7,0,215,221,146,77,161,138,7,0,215,221,75,180,18,189,7,0,216,93,189,251,217,209,8,0,216,93,189,251,38,210,8,0,216,93,189,251,116,210,8,0,218,221,154,0,196,229,10,0,219,221,205,51,113,13,7,0,220,221,214,182,117,30,7,0,222,221,132,83,217,135,6,0,223,93,100,20,2,150,7,0,223,221,157,103,191,198,9,0,223,221,157,103,222,198,9,0,225,93,81,48,215,122,9,0,225,93,81,48,12,123,9,0,226,93,93,68,30,18,9,0,226,93,93,68,174,18,9,0,227,221,13,23,43,252,11,0,228,93,250,229,123,155,7,0,229,221,130,166,213,101,7,0,229,221,130,166,101,149,7,0,230,221,146,94,120,232,7,0,231,93,105,119,20,125,7,0,231,221,238,94,41,100,10,0,232,93,47,122,120,33,6,0,232,93,47,122,153,168,7,0,234,221,108,231,248,237,9,0,234,221,108,231,238,238,9,0,235,221,250,191,99,196,6,0,236,93,164,73,223,244,8,0,236,93,164,73,207,253,8,0,236,93,164,73,200,6,9,0,237,93,198,130,242,140,6,0,239,221,184,109,123,155,7,0,239,221,66,100,144,247,11,0,240,93,75,246,223,244,8,0,240,93,75,246,223,244,8,0,240,93,75,246,207,253,8,0,240,93,75,246,207,253,8,0,240,93,75,246,200,6,9,0,240,93,75,246,200,6,9,0,243,221,79,233,124,0,6,0,243,221,220,247,150,132,10,0,244,221,130,47,40,73,10,0,244,221,130,47,140,73,10,0,244,221,130,47,237,73,10,0,245,221,28,146,114,228,9,0,249,221,243,222,94,83,6,0,250,221,185,138,10,127,7,0,250,221,10,171,167,81,11,0,251,221,32,16,134,24,7,0,252,93,213,219,41,114,9,0,252,93,213,219,57,115,9,0,255,93,9,77,113,143,6,0,255,221,145,61,164,131,7,0,255,221,110,50,1,82,11,0,0,222,134,158,85,53,7,0,4,94,6,56,54,134,7,0,5,222,242,203,22,72,7,0,7,222,29,141,40,98,7,0,8,222,136,89,244,106,7,0,9,94,118,11,244,106,7,0,9,222,151,210,223,244,8,0,9,222,151,210,207,253,8,0,9,222,151,210,200,6,9,0,10,222,30,163,231,60,7,0,11,94,143,66,186,177,7,0,11,222,61,37,138,159,10,0,11,222,61,37,214,159,10,0,11,222,61,37,35,160,10,0,16,94,221,122,139,27,7,0,17,94,26,3,194,26,7,0,21,94,43,189,230,118,9,0,21,94,43,189,190,119,9,0,22,94,103,24,144,195,8,0,23,222,198,89,92,173,6,0,23,94,12,7,85,53,7,0,26,222,139,127,129,121,6,0,26,222,106,28,51,20,7,0,26,94,244,122,16,242,11,0,26,94,4,163,231,251,11,0,27,94,168,80,251,190,11,0,30,222,37,222,139,168,9,0,30,222,37,222,167,168,9,0,32,94,38,50,82,235,8,0,32,94,246,128,176,18,11,0,34,94,67,253,16,19,7,0,36,222,97,91,223,244,8,0,36,222,97,91,207,253,8,0,36,222,97,91,200,6,9,0,36,222,91,93,59,201,11,0,37,94,225,49,223,244,8,0,37,94,225,49,207,253,8,0,37,94,225,49,200,6,9,0,38,94,219,200,158,156,11,0,40,94,33,205,219,70,7,0,40,94,213,82,153,82,7,0,41,94,228,254,119,23,7,0,41,94,73,23,237,80,7,0,42,94,104,11,172,169,6,0,42,222,164,64,123,155,7,0,43,94,87,85,107,61,6,0,46,222,49,162,19,41,7,0,46,222,114,35,186,177,7,0,46,94,126,15,187,183,8,0,49,222,228,96,186,177,7,0,49,94,121,233,25,66,9,0,49,94,121,233,212,67,9,0,53,94,93,98,124,227,5,0,54,94,170,44,231,60,7,0,56,94,80,166,12,22,7,0,56,94,128,192,223,244,8,0,56,94,128,192,207,253,8,0,56,94,128,192,200,6,9,0,69,222,210,234,216,128,7,0,70,222,172,169,18,189,7,0,70,222,172,169,177,145,10,0,71,222,233,95,93,95,6,0,71,94,185,38,104,159,9,0,71,94,185,38,184,159,9,0,71,94,185,38,23,160,9,0,71,94,185,38,105,160,9,0,75,94,50,100,71,191,10,0,75,94,50,100,169,192,10,0,78,222,162,64,4,32,9,0,78,222,162,64,42,37,9,0,78,222,214,48,14,62,10,0,78,222,214,48,229,62,10,0,79,94,31,1,186,177,7,0,79,94,48,152,175,201,11,0,80,222,202,109,54,134,7,0,81,222,143,248,5,129,7,0,81,94,108,247,80,20,9,0,81,94,108,247,241,23,9,0,81,222,170,94,180,53,9,0,81,222,170,94,36,54,9,0,82,94,52,51,192,215,11,0,83,222,101,184,215,109,10,0,92,222,201,38,51,172,7,0,95,94,132,10,127,231,5,0,97,94,6,41,50,141,9,0,97,94,6,41,130,142,9,0,97,94,6,41,212,143,9,0,97,94,6,41,43,145,9,0,103,94,255,178,231,60,7,0,103,94,105,27,177,165,9,0,103,94,105,27,199,165,9,0,103,94,105,27,219,165,9,0,105,94,107,30,45,211,8,0,105,94,107,30,85,211,8,0,106,222,192,40,115,147,7,0,106,94,254,120,37,77,9,0,109,94,110,160,245,160,9,0,109,94,110,160,14,161,9,0,112,222,254,103,65,75,11,0,115,222,145,14,2,150,7,0,117,222,69,157,2,150,7,0,118,222,140,27,51,18,12,0,119,94,158,170,186,177,7,0,120,94,9,78,193,6,10,0,120,94,9,78,96,7,10,0,120,222,178,70,71,191,10,0,120,222,178,70,169,192,10,0,121,222,208,70,30,88,6,0,121,222,55,185,143,33,7,0,122,94,175,10,180,53,9,0,122,94,175,10,36,54,9,0,122,94,232,148,99,75,10,0,122,94,232,148,124,75,10,0,123,222,199,54,215,157,6,0,124,222,234,242,41,100,10,0,127,222,248,161,146,180,10,0,127,222,248,161,35,183,10,0,128,94,94,45,199,191,7,0,128,94,94,45,108,204,7,0,128,94,94,45,186,204,7,0,129,94,163,39,231,60,7,0,129,222,39,108,1,69,11,0,130,222,23,243,5,78,11,0,132,94,186,44,126,162,6,0,134,94,90,56,161,14,7,0,139,222,1,165,181,104,7,0,140,94,201,2,153,173,10,0,140,94,201,2,187,173,10,0,140,94,201,2,244,173,10,0,140,94,201,2,39,174,10,0,142,222,173,29,4,32,9,0,142,222,173,29,42,37,9,0,144,94,251,126,154,178,6,0,144,222,34,12,47,236,7,0,144,222,213,175,163,73,11,0,146,94,95,14,32,139,6,0,147,94,57,150,2,150,7,0,151,222,10,16,139,27,7,0,154,94,121,83,108,39,6,0,158,94,37,125,24,126,7,0,159,222,44,128,249,16,6,0,159,222,60,166,68,89,7,0,159,222,60,166,228,91,7,0,159,94,49,163,141,205,11,0,162,94,104,198,208,79,9,0,162,94,104,198,138,80,9,0,162,94,104,198,56,81,9,0,164,94,105,92,51,198,6,0,171,94,28,171,4,131,11,0,173,222,24,56,123,155,7,0,173,222,21,213,186,177,7,0,174,94,122,88,122,30,9,0,174,94,122,88,44,31,9,0,174,94,21,227,100,88,10,0,174,94,21,227,122,88,10,0,175,94,173,122,151,110,10,0,175,94,173,122,247,110,10,0,175,94,173,122,84,111,10,0,177,94,2,184,62,138,6,0,177,222,200,248,28,211,11,0,178,222,30,2,24,126,7,0,179,222,7,105,54,134,7,0,179,222,71,63,248,237,9,0,179,222,71,63,238,238,9,0,180,222,199,142,1,31,7,0,180,222,130,166,206,175,10,0,180,222,130,166,223,175,10,0,182,222,147,190,107,78,6,0,182,94,127,118,80,36,7,0,185,94,204,119,123,155,7,0,185,222,247,189,248,237,9,0,185,222,247,189,238,238,9,0,188,94,153,21,85,53,7,0,189,94,190,229,164,131,7,0,189,222,152,25,214,240,11,0,191,94,116,233,186,177,7,0,194,94,37,221,193,200,9,0,194,94,37,221,23,201,9,0,194,94,37,221,167,201,9,0,194,222,246,149,99,59,11,0,194,222,246,149,121,59,11,0,196,222,89,162,156,132,9,0,196,222,89,162,177,132,9,0,197,94,132,248,81,230,7,0,200,222,228,231,85,53,7,0,201,222,116,75,59,35,7,0,201,222,130,17,68,89,7,0,201,222,130,17,228,91,7,0,201,222,130,17,223,244,8,0,201,222,130,17,207,253,8,0,201,222,130,17,200,6,9,0,201,94,87,199,25,66,9,0,201,94,87,199,212,67,9,0,203,94,169,233,144,116,8,0,204,222,201,148,139,95,6,0,204,94,166,148,22,76,8,0,204,94,70,191,199,97,9,0,204,94,70,191,173,98,9,0,204,94,70,191,152,99,9,0,205,222,44,179,120,126,9,0,205,222,44,179,177,126,9,0,209,222,46,127,61,20,12,0,212,222,177,111,65,236,10,0,214,222,9,179,150,132,10,0,214,222,70,201,116,168,10,0,215,94,173,160,69,18,11,0,216,94,252,137,164,129,6,0,216,94,118,102,149,150,6,0,217,94,140,58,179,146,9,0,217,94,140,58,97,147,9,0,217,94,180,192,2,225,10,0,218,222,154,88,64,82,9,0,218,222,154,88,204,82,9,0,219,222,26,10,153,173,10,0,219,222,26,10,187,173,10,0,219,222,26,10,244,173,10,0,219,222,26,10,39,174,10,0,220,94,201,48,53,97,7,0,221,94,245,190,54,29,7,0,221,222,191,40,102,12,11,0,221,222,191,40,2,17,11,0,223,94,156,78,46,1,11,0,224,222,122,53,76,228,5,0,225,222,13,5,85,27,7,0,227,94,245,115,246,23,7,0,230,222,211,192,236,143,6,0,234,222,155,33,41,112,7,0,234,222,135,48,145,139,7,0,235,222,68,87,123,155,7,0,239,222,44,140,183,147,7,0,240,222,63,195,237,178,11,0,241,94,254,231,85,53,7,0,243,222,113,31,37,242,10,0,245,222,139,109,150,132,10,0,245,94,11,81,118,214,10,0,245,222,244,212,210,143,11,0,248,94,40,119,176,67,10,0,248,94,40,119,242,68,10,0,248,94,40,119,55,70,10,0,249,222,140,102,237,80,7,0,249,222,95,246,54,134,7,0,253,222,218,175,123,155,7,0,1,95,190,157,1,121,6,0,1,223,11,245,62,161,6,0,1,95,195,191,24,126,7,0,1,95,154,149,37,170,7,0,6,223,66,128,172,41,7,0,6,95,138,38,108,115,7,0,6,95,163,7,63,200,10,0,6,95,163,7,94,200,10,0,6,95,163,7,145,200,10,0,6,95,163,7,195,200,10,0,7,95,134,44,150,132,10,0,9,223,156,14,244,106,7,0,12,223,96,92,64,82,9,0,12,223,96,92,204,82,9,0,13,95,233,20,19,24,7,0,14,223,59,33,2,150,7,0,14,223,46,127,199,191,7,0,16,223,252,148,2,150,7,0,17,223,135,106,74,170,7,0,19,95,60,70,85,53,7,0,19,95,200,131,84,49,11,0,20,223,188,117,209,226,6,0,25,95,157,71,183,48,7,0,25,223,211,246,163,130,8,0,27,95,138,146,40,95,10,0,27,95,138,146,208,95,10,0,28,95,228,38,81,82,7,0,31,95,61,116,42,219,7,0,31,223,222,102,66,94,10,0,31,223,222,102,85,94,10,0,32,95,31,13,51,195,11,0,35,95,229,170,157,52,6,0,36,223,217,99,86,135,8,0,38,95,75,79,85,53,7,0,40,95,142,26,1,48,7,0,40,223,243,230,85,53,7,0,42,95,48,119,223,244,8,0,42,95,48,119,207,253,8,0,42,95,48,119,200,6,9,0,45,95,10,192,231,154,11,0,46,95,115,208,117,121,7,0,47,95,151,66,231,60,7,0,47,95,76,76,45,64,9,0,47,95,76,76,214,64,9,0,48,223,142,113,150,83,9,0,48,223,142,113,176,85,9,0,49,223,3,208,12,173,10,0,49,223,3,208,60,173,10,0,50,95,39,104,68,89,7,0,51,95,81,190,153,147,10,0,51,95,81,190,98,148,10,0,52,95,77,63,241,2,10,0,52,95,77,63,254,3,10,0,53,223,230,204,141,119,7,0,53,223,49,137,181,209,7,0,53,95,215,138,16,48,8,0,54,95,227,127,81,230,7,0,54,95,167,172,188,60,9,0,54,95,167,172,6,61,9,0,56,223,14,240,125,48,9,0,56,223,14,240,110,49,9,0,58,223,218,175,123,155,7,0,58,223,247,82,199,97,9,0,58,223,247,82,173,98,9,0,58,223,247,82,152,99,9,0,59,95,173,1,179,146,9,0,59,95,173,1,97,147,9,0,60,223,156,140,115,150,6,0,60,95,14,221,123,155,7,0,60,95,231,19,4,32,9,0,60,95,231,19,42,37,9,0,60,223,156,140,68,196,10,0,60,223,156,140,116,196,10,0,60,223,156,140,163,196,10,0,60,223,156,140,223,196,10,0,62,95,116,160,142,99,7,0,63,95,32,84,18,189,7,0,63,95,32,84,94,132,9,0,63,95,32,84,124,132,9,0,66,223,62,233,63,233,9,0,66,223,62,233,109,233,9,0,66,95,136,228,200,231,10,0,68,223,96,208,254,7,6,0,68,95,101,95,156,6,11,0,70,223,154,79,117,2,6,0,71,95,37,212,94,210,7,0,72,95,53,251,81,230,7,0,76,223,164,4,176,12,11,0,78,223,241,201,25,66,9,0,78,223,241,201,212,67,9,0,79,223,147,204,208,38,6,0,79,223,211,106,18,189,7,0,79,223,211,106,199,191,7,0,79,95,100,243,187,183,8,0,79,223,211,106,110,203,9,0,80,95,171,231,2,150,7,0,81,95,226,122,97,28,9,0,81,95,226,122,1,29,9,0,81,95,226,122,166,29,9,0,82,223,187,241,123,155,7,0,85,223,236,80,215,109,10,0,87,223,28,10,223,244,8,0,87,223,28,10,207,253,8,0,87,223,28,10,200,6,9,0,89,223,37,135,139,27,7,0,89,95,254,177,2,115,11,0,90,95,199,120,150,255,11,0,94,223,67,30,94,210,7,0,94,223,67,30,7,244,8,0,95,223,138,122,2,150,7,0,95,223,231,24,81,148,8,0,95,223,231,24,135,148,8,0,95,223,231,24,78,151,8,0,98,223,68,35,142,152,8,0,98,95,60,210,205,192,9,0,98,95,60,210,232,192,9,0,100,95,249,4,70,217,10,0,100,95,223,214,57,241,10,0,101,95,183,67,144,143,7,0,102,95,227,214,9,228,11,0,102,95,227,214,46,228,11,0,102,95,227,214,86,228,11,0,103,95,79,20,166,78,7,0,103,223,0,46,199,191,7,0,104,95,198,60,133,233,5,0,104,223,50,43,123,155,7,0,109,95,15,140,93,243,11,0,114,223,250,192,55,56,9,0,114,223,250,192,88,56,9,0,115,95,122,28,252,74,7,0,115,95,193,234,129,72,10,0,115,95,193,234,169,72,10,0,115,95,193,234,208,72,10,0,116,223,161,4,176,16,7,0,116,95,225,219,213,101,7,0,116,223,232,15,5,116,8,0,116,223,91,228,61,99,11,0,120,95,26,221,245,77,9,0,120,95,26,221,223,78,9,0,121,95,75,21,30,18,9,0,121,95,75,21,174,18,9,0,127,223,192,148,164,131,7,0,130,223,218,233,230,118,9,0,130,223,218,233,190,119,9,0,130,223,83,159,176,67,10,0,130,223,83,159,242,68,10,0,130,223,83,159,55,70,10,0,131,95,166,206,91,109,11,0,132,223,151,38,37,12,8,0,133,95,98,15,198,131,6,0,133,223,199,135,123,155,7,0,135,95,102,93,45,64,9,0,135,95,102,93,214,64,9,0,137,95,62,219,161,138,7,0,141,95,247,154,2,150,7,0,144,95,242,158,150,132,10,0,144,223,9,144,227,21,12,0,148,223,166,189,96,186,11,0,150,95,235,157,92,199,6,0,150,223,241,200,77,216,6,0,150,223,81,25,2,83,7,0,150,223,81,25,50,141,9,0,150,223,81,25,130,142,9,0,150,223,81,25,212,143,9,0,150,223,81,25,43,145,9,0,154,95,202,54,88,25,6,0,154,223,204,230,146,180,10,0,154,223,204,230,35,183,10,0,156,95,35,215,223,244,8,0,156,95,35,215,207,253,8,0,156,95,35,215,200,6,9,0,156,223,118,75,40,73,10,0,156,223,118,75,140,73,10,0,156,223,118,75,237,73,10,0,158,223,18,206,71,191,10,0,158,223,18,206,169,192,10,0,159,223,68,99,5,33,6,0,159,223,68,99,181,109,7,0,160,95,28,25,5,129,7,0,167,223,15,164,223,244,8,0,167,223,15,164,207,253,8,0,167,223,15,164,200,6,9,0,168,223,152,155,208,79,9,0,168,223,152,155,138,80,9,0,168,223,152,155,56,81,9,0,169,95,244,98,111,117,7,0,169,223,83,102,167,219,11,0,172,223,187,38,231,60,7,0,173,95,107,139,141,119,7,0,178,95,21,30,210,52,9,0,178,95,21,30,47,53,9,0,180,95,68,177,172,44,7,0,180,223,255,154,193,0,12,0,181,95,214,49,139,27,7,0,182,223,29,120,4,32,9,0,182,223,29,120,42,37,9,0,184,95,238,58,6,105,7,0,184,95,238,58,39,105,7,0,185,223,92,77,215,109,10,0,189,223,184,191,55,159,8,0,189,223,184,191,135,159,8,0,189,223,184,191,199,8,11,0,192,95,193,114,146,180,10,0,192,95,193,114,35,183,10,0,197,95,117,200,199,191,7,0,197,95,117,200,186,204,7,0,200,223,147,190,61,61,11,0,201,95,61,129,240,68,7,0,202,95,119,189,102,37,6,0,202,95,119,189,130,37,6,0,202,223,214,18,140,149,7,0,202,223,214,18,177,149,7,0,203,223,41,146,22,72,7,0,204,95,155,52,40,49,8,0,204,95,155,52,89,49,8,0,204,223,23,120,146,180,10,0,204,223,23,120,35,183,10,0,208,223,80,16,186,177,7,0,210,223,96,61,189,27,11,0,210,223,85,170,9,98,11,0,213,223,71,104,183,147,7,0,213,95,193,76,133,35,10,0,213,95,193,76,4,36,10,0,213,95,193,76,144,36,10,0,215,95,124,105,166,181,11,0,217,223,114,242,135,247,6,0,217,95,244,12,196,25,7,0,217,95,89,228,223,244,8,0,217,95,89,228,207,253,8,0,217,95,89,228,200,6,9,0,219,223,183,189,164,131,7,0,220,95,128,122,109,125,6,0,223,95,66,95,4,32,9,0,223,95,66,95,42,37,9,0,223,223,77,149,148,112,9,0,223,223,77,149,17,113,9,0,226,223,208,40,205,73,7,0,226,223,157,226,39,77,7,0,227,223,153,0,203,180,9,0,227,223,153,0,232,180,9,0,228,95,237,217,53,97,7,0,230,95,241,125,83,209,10,0,230,95,241,125,112,209,10,0,234,223,235,93,2,150,7,0,234,95,27,246,43,32,11,0,235,223,41,107,68,89,7,0,235,223,41,107,228,91,7,0,236,95,207,22,33,13,11,0,245,223,24,216,66,221,10,0,248,223,57,146,120,137,11,0,252,95,66,179,231,60,7,0,253,223,254,215,186,177,7,0,254,95,94,120,238,110,6,0,3,224,118,1,101,253,11,0,4,224,80,65,80,20,9,0,4,224,80,65,241,23,9,0,7,224,198,50,82,31,6,0,7,96,76,191,19,212,6,0,7,224,161,240,165,209,9,0,7,224,161,240,32,210,9,0,7,224,161,240,149,210,9,0,7,224,161,240,61,211,9,0,7,224,161,240,215,211,9,0,8,224,170,194,203,46,6,0,11,96,153,79,229,143,11,0,14,96,151,140,158,59,8,0,14,96,151,140,215,59,8,0,14,96,151,140,12,60,8,0,14,224,153,106,192,69,9,0,14,224,153,106,164,70,9,0,14,224,153,106,128,71,9,0,15,96,99,218,135,122,7,0,15,96,161,228,220,111,11,0,16,96,192,87,172,196,9,0,18,224,242,96,186,177,7,0,19,224,153,76,85,53,7,0,22,224,131,189,223,244,8,0,22,224,131,189,207,253,8,0,22,224,131,189,200,6,9,0,22,224,153,173,80,20,9,0,22,224,153,173,241,23,9,0,24,96,204,51,228,91,7,0,24,96,177,23,120,99,7,0,28,224,176,151,21,199,6,0,31,96,9,108,39,190,11,0,32,96,193,83,72,35,6,0,32,96,193,83,16,141,7,0,32,96,178,3,161,212,9,0,32,96,178,3,93,213,9,0,35,224,37,190,82,45,6,0,37,224,202,12,85,53,7,0,40,96,91,185,140,96,6,0,42,224,250,148,93,74,7,0,50,224,0,242,150,255,11,0,51,96,83,72,124,134,6,0,53,224,135,229,150,132,10,0,56,96,122,242,241,79,6,0,56,96,122,242,215,9,7,0,56,96,122,242,226,21,8,0,57,224,207,91,71,101,7,0,59,224,98,176,5,129,7,0,59,96,200,142,147,138,8,0,60,96,152,120,231,60,7,0,60,224,14,75,54,134,7,0,60,96,24,178,14,249,11,0,64,224,4,126,1,48,7,0,66,224,87,156,180,255,10,0,67,96,58,51,72,161,8,0,67,96,58,51,214,161,8,0,67,96,58,51,89,162,8,0,74,224,53,48,9,36,6,0,74,96,217,54,108,227,11,0,75,96,217,64,252,220,11,0,76,96,17,126,17,239,11,0,77,96,225,28,83,48,7,0,78,224,62,58,165,102,7,0,79,96,60,102,1,14,7,0,81,224,247,40,231,60,7,0,82,96,208,254,188,60,9,0,82,96,208,254,6,61,9,0,83,96,204,93,5,129,7,0,84,96,70,230,231,60,7,0,84,224,71,33,244,106,7,0,88,96,158,175,39,64,6,0,88,96,158,175,129,35,7,0,88,96,158,175,5,36,7,0,88,96,9,66,30,78,7,0,88,224,228,44,107,197,8,0,89,224,35,130,55,88,8,0,90,224,169,201,134,83,7,0,92,224,179,165,199,191,7,0,92,224,179,165,235,197,7,0,93,224,28,43,252,154,11,0,94,224,43,233,96,143,6,0,95,96,156,177,223,244,8,0,95,96,156,177,207,253,8,0,95,96,156,177,200,6,9,0,95,96,79,40,150,132,10,0,98,96,166,254,45,64,9,0,98,96,166,254,214,64,9,0,103,96,116,226,123,155,7,0,103,224,191,86,213,140,8,0,106,96,45,5,71,113,6,0,109,224,25,217,179,146,9,0,109,224,25,217,97,147,9,0,110,224,37,63,132,242,7,0,110,224,37,63,205,242,7,0,111,96,8,105,112,36,7,0,112,224,187,72,210,52,9,0,112,224,187,72,47,53,9,0,114,224,17,239,4,32,9,0,114,224,17,239,42,37,9,0,115,96,57,91,14,122,6,0,115,224,130,166,213,101,7,0,115,224,130,166,101,149,7,0,117,224,56,10,84,161,6,0,118,224,50,215,63,197,11,0,119,224,81,149,86,135,8,0,121,96,202,6,50,141,9,0,121,96,202,6,130,142,9,0,121,96,202,6,212,143,9,0,121,96,202,6,43,145,9,0,123,224,25,65,102,105,9,0,123,224,25,65,57,107,9,0,124,96,221,216,236,166,7,0,124,96,221,216,181,167,7,0,124,224,227,83,150,132,10,0,125,224,31,197,175,15,10,0,125,224,31,197,199,15,10,0,128,96,68,16,199,191,7,0,128,96,68,16,90,169,8,0,128,96,25,92,4,32,9,0,128,96,25,92,42,37,9,0,130,224,26,235,143,45,7,0,130,224,82,251,108,75,11,0,131,96,207,78,228,91,7,0,131,224,181,225,41,112,7,0,136,224,128,173,199,191,7,0,136,224,128,173,202,42,9,0,140,224,171,136,20,233,6,0,140,224,247,7,150,132,10,0,141,224,137,18,222,76,11,0,143,224,153,242,223,176,6,0,149,96,34,63,120,33,6,0,149,96,24,148,85,53,7,0,149,96,34,63,153,168,7,0,150,96,211,199,173,28,7,0,155,96,119,223,68,89,7,0,155,96,119,223,228,91,7,0,155,224,117,143,186,177,7,0,155,96,119,223,128,62,10,0,155,96,119,223,229,62,10,0,156,96,201,199,199,191,7,0,156,96,201,199,186,204,7,0,157,96,105,150,199,97,9,0,157,96,105,150,173,98,9,0,157,96,105,150,152,99,9,0,158,96,239,240,216,43,11,0,159,96,177,121,85,53,7,0,161,224,193,147,181,109,7,0,164,224,128,208,149,115,6,0,165,224,8,175,87,23,7,0,166,224,193,93,74,14,6,0,166,224,87,65,5,129,7,0,166,224,61,149,186,177,7,0,168,224,242,162,207,214,7,0,168,224,242,162,69,215,7,0,169,224,171,221,244,106,7,0,172,224,20,144,85,53,7,0,178,224,78,245,206,21,7,0,180,224,112,164,123,155,7,0,180,224,107,203,127,164,10,0,186,224,58,74,70,17,7,0,186,224,248,29,199,191,7,0,186,224,248,29,90,169,8,0,186,96,11,240,40,95,10,0,186,96,11,240,208,95,10,0,187,96,124,146,39,118,11,0,187,96,14,41,61,118,11,0,187,224,206,78,214,240,11,0,188,224,69,160,202,120,9,0,188,224,69,160,90,121,9,0,189,224,66,250,149,127,7,0,189,224,132,31,4,32,9,0,189,224,132,31,42,37,9,0,191,224,127,121,139,27,7,0,191,224,33,170,76,216,10,0,194,96,93,248,102,105,9,0,194,96,93,248,57,107,9,0,194,96,49,169,226,254,11,0,195,224,231,55,149,34,6,0,195,224,217,220,133,43,9,0,195,224,217,220,219,43,9,0,196,96,221,181,85,53,7,0,196,224,137,182,85,53,7,0,196,96,24,5,189,50,10,0,198,224,52,132,150,40,7,0,199,224,198,8,24,218,6,0,205,96,207,154,85,53,7,0,206,224,63,242,133,74,7,0,209,224,196,184,241,142,6,0,210,224,130,166,101,149,7,0,210,224,15,181,48,221,7,0,211,96,50,58,81,127,10,0,211,224,40,134,224,186,10,0,211,224,40,134,250,186,10,0,212,96,78,93,123,155,7,0,214,224,9,146,186,177,7,0,219,96,152,73,4,32,9,0,219,96,152,73,42,37,9,0,220,224,73,31,123,155,7,0,220,224,82,3,210,52,9,0,220,224,82,3,47,53,9,0,221,96,217,58,65,206,6,0,221,96,44,193,206,36,7,0,228,96,155,130,213,101,7,0,228,96,165,34,54,134,7,0,228,96,165,34,150,132,10,0,229,96,29,190,91,216,7,0,230,96,37,47,61,238,11,0,232,96,122,99,145,139,7,0,234,96,210,49,245,211,6,0,235,96,218,79,85,53,7,0,236,96,143,101,236,166,7,0,236,96,143,101,181,167,7,0,239,96,240,52,25,66,9,0,239,96,240,52,212,67,9,0,239,96,228,213,116,75,9,0,239,96,228,213,173,75,9,0,240,224,108,116,248,193,11,0,241,96,102,61,37,142,7,0,241,96,20,28,124,213,11,0,244,224,193,148,61,181,6,0,244,224,136,207,195,49,7,0,253,224,225,173,107,16,7,0,1,225,82,219,133,74,7,0,2,97,175,126,102,123,9,0,2,97,175,126,26,124,9,0,2,225,84,255,193,114,11,0,3,225,76,64,174,66,8,0,3,225,166,109,46,104,11,0,4,225,108,207,57,212,11,0,5,225,220,60,18,189,7,0,5,225,17,140,199,191,7,0,5,225,77,166,97,28,9,0,5,225,77,166,1,29,9,0,5,225,77,166,166,29,9,0,5,225,17,140,171,190,10,0,5,225,17,140,189,190,10,0,8,97,28,25,128,62,10,0,8,97,28,25,229,62,10,0,9,225,163,160,186,177,7,0,10,97,44,63,57,167,6,0,10,97,46,81,171,142,11,0,14,97,59,222,211,247,5,0,21,225,218,187,219,159,8,0,21,97,177,67,71,191,10,0,21,97,177,67,169,192,10,0,22,97,98,15,65,24,7,0,22,225,134,156,12,239,8,0,22,225,134,156,88,239,8,0,22,225,119,234,244,163,11,0,26,97,214,34,70,162,10,0,27,225,167,109,89,21,7,0,33,225,64,134,150,132,10,0,34,97,238,89,70,162,10,0,36,97,231,242,231,60,7,0,36,97,78,142,173,0,12,0,38,225,52,43,125,48,9,0,38,225,52,43,110,49,9,0,39,97,49,186,240,15,9,0,39,97,49,186,80,16,9,0,39,97,49,186,185,16,9,0,39,225,249,225,150,132,10,0,40,97,62,209,150,132,10,0,43,97,127,187,123,155,7,0,44,225,60,134,3,14,12,0,45,225,154,112,99,82,8,0,47,225,234,12,159,236,5,0,47,225,96,207,112,36,7,0,49,97,71,33,85,53,7,0,49,225,247,25,2,150,7,0,50,225,32,224,161,14,7,0,50,225,146,109,211,102,7,0,51,225,193,129,27,124,10,0,51,225,193,129,45,124,10,0,51,225,193,129,63,124,10,0,52,97,28,144,41,100,10,0,53,225,160,243,123,227,6,0,53,225,208,7,222,128,10,0,53,225,208,7,250,128,10,0,54,97,138,140,18,189,7,0,54,97,138,140,199,191,7,0,55,225,126,212,121,25,7,0,55,225,43,71,150,132,10,0,56,97,56,127,161,185,6,0,56,225,103,36,228,91,7,0,60,97,167,92,186,177,7,0,60,97,167,92,115,145,11,0,61,225,20,144,108,81,7,0,61,225,249,62,252,116,7,0,61,97,40,171,255,208,8,0,66,225,49,116,121,196,6,0,66,97,47,162,107,16,7,0,66,97,140,186,187,183,8,0,67,225,0,36,146,69,7,0,67,225,0,36,206,69,7,0,69,225,211,60,54,134,7,0,70,225,247,69,215,118,7,0,70,225,247,69,49,119,7,0,70,225,161,194,25,66,9,0,70,225,161,194,212,67,9,0,70,97,89,18,168,89,11,0,72,97,209,251,4,97,6,0,73,97,2,221,228,91,7,0,73,97,183,200,40,95,10,0,73,97,183,200,208,95,10,0,73,97,166,5,245,221,10,0,73,97,166,5,104,240,10,0,77,97,81,242,176,16,7,0,80,97,186,113,114,228,9,0,81,97,115,247,80,20,9,0,81,97,115,247,241,23,9,0,82,97,202,154,39,151,10,0,82,97,202,154,128,151,10,0,82,97,202,154,216,151,10,0,83,97,123,132,144,21,11,0,84,97,183,219,225,97,7,0,84,97,55,166,188,60,9,0,84,97,55,166,6,61,9,0,85,225,90,201,193,200,9,0,85,225,90,201,23,201,9,0,85,225,90,201,167,201,9,0,87,225,55,74,183,48,7,0,89,225,97,74,223,244,8,0,89,225,97,74,207,253,8,0,89,225,97,74,200,6,9,0,90,97,248,39,129,234,6,0,90,225,71,59,14,62,10,0,90,225,71,59,229,62,10,0,91,225,24,207,158,227,6,0,91,97,142,163,32,28,7,0,91,225,241,203,44,181,11,0,93,97,102,118,142,17,12,0,95,97,178,28,113,51,7,0,95,97,170,95,231,60,7,0,95,225,220,64,2,150,7,0,96,97,0,98,205,32,6,0,96,97,73,79,151,19,7,0,97,97,251,90,144,143,7,0,98,97,138,49,148,131,8,0,101,97,215,203,54,134,7,0,102,97,120,248,164,221,9,0,102,97,120,248,196,221,9,0,102,97,120,248,239,221,9,0,102,97,120,248,20,222,9,0,102,97,120,248,51,222,9,0,105,97,97,234,197,246,10,0,107,97,91,167,4,32,9,0,107,97,91,167,42,37,9,0,110,97,126,79,87,75,7,0,112,225,200,39,25,107,8,0,113,225,243,125,56,84,7,0,114,225,248,222,7,33,11,0,115,97,63,11,166,110,6,0,117,225,147,234,85,53,7,0,119,97,128,163,173,183,6,0,119,97,48,129,231,60,7,0,119,97,128,163,30,103,7,0,119,225,253,201,64,82,9,0,119,225,253,201,204,82,9,0,119,225,209,243,112,49,10,0,119,225,209,243,253,49,10,0,124,225,11,82,77,231,6,0,124,225,11,82,143,45,7,0,126,225,216,176,84,214,11,0,128,225,173,102,120,105,7,0,129,225,30,170,49,234,10,0,129,225,30,170,166,234,10,0,129,225,30,170,28,244,10,0,129,225,30,170,87,245,10,0,131,225,193,237,241,2,10,0,131,225,193,237,254,3,10,0,132,97,57,91,16,253,7,0,132,97,57,91,57,253,7,0,132,97,57,91,100,253,7,0,132,225,250,77,22,12,10,0,132,225,250,77,98,12,10,0,137,225,131,16,242,40,7,0,139,225,54,44,54,134,7,0,139,97,224,192,15,57,10,0,139,97,224,192,39,57,10,0,140,225,78,7,231,60,7,0,142,97,88,159,231,60,7,0,142,97,205,155,40,95,10,0,142,97,205,155,208,95,10,0,144,225,44,160,9,159,10,0,144,225,44,160,35,159,10,0,146,97,154,183,65,194,10,0,146,97,154,183,196,194,10,0,147,225,56,57,249,231,9,0,147,225,56,57,16,232,9,0,154,225,6,187,151,131,11,0,155,97,199,197,150,132,10,0,156,225,119,74,107,63,8,0,157,97,119,190,210,88,9,0,157,97,119,190,145,89,9,0,157,97,119,190,74,90,9,0,164,225,86,66,91,170,9,0,164,225,86,66,174,170,9,0,165,225,3,76,59,19,7,0,167,225,230,111,188,95,6,0,167,225,86,85,114,228,9,0,170,97,181,4,54,134,7,0,173,225,36,97,107,131,7,0,173,225,36,97,164,131,7,0,173,225,180,124,70,217,10,0,175,97,44,41,123,155,7,0,176,225,242,151,212,101,11,0,178,97,61,0,43,237,10,0,179,97,86,133,206,36,7,0,181,225,59,120,185,142,11,0,182,97,57,43,102,105,9,0,182,97,57,43,57,107,9,0,183,97,7,218,132,104,6,0,183,97,7,218,89,145,6,0,186,225,168,3,50,141,9,0,186,225,168,3,130,142,9,0,186,225,168,3,212,143,9,0,186,225,168,3,43,145,9,0,187,97,8,72,46,249,7,0,187,225,242,232,168,131,11,0,189,225,86,163,18,30,7,0,189,225,235,232,115,80,11,0,194,97,181,239,186,177,7,0,194,225,238,117,187,183,8,0,194,225,238,117,79,185,8,0,194,225,238,117,187,185,8,0,196,225,166,54,140,185,6,0,196,97,207,121,41,114,9,0,196,97,207,121,57,115,9,0,196,225,131,109,119,6,11,0,198,225,60,63,45,124,7,0,198,97,162,31,179,146,9,0,198,97,162,31,97,147,9,0,198,225,23,226,138,159,10,0,198,225,23,226,214,159,10,0,198,225,23,226,35,160,10,0,203,97,4,167,41,112,7,0,204,225,203,126,18,169,8,0,208,97,73,68,145,139,7,0,209,97,3,183,2,150,7,0,213,225,146,14,85,131,6,0,215,225,166,222,150,127,8,0,215,225,166,222,197,127,8,0,215,225,166,222,239,127,8,0,215,225,166,222,86,135,8,0,217,225,7,38,42,222,7,0,220,97,80,45,186,177,7,0,220,97,115,17,187,183,8,0,221,225,211,24,136,72,9,0,221,225,211,24,160,72,9,0,221,225,211,24,192,72,9,0,222,225,30,110,114,228,9,0,223,97,23,94,4,32,9,0,223,97,23,94,42,37,9,0,224,97,197,154,199,191,7,0,224,97,197,154,90,169,8,0,225,225,214,19,174,66,8,0,232,225,212,63,87,75,7,0,234,225,183,80,87,75,7,0,235,97,97,54,28,98,6,0,237,97,233,4,68,89,7,0,237,97,233,4,228,91,7,0,240,225,148,69,118,5,6,0,241,225,157,92,217,242,9,0,241,225,157,92,237,242,9,0,242,97,120,210,188,40,6,0,243,225,64,205,185,236,9,0,243,225,64,205,218,236,9,0,243,225,64,205,251,236,9,0,244,97,22,229,215,122,9,0,244,97,22,229,12,123,9,0,245,97,3,51,204,112,11,0,248,97,196,148,188,60,9,0,248,97,196,148,6,61,9,0,249,97,100,113,244,31,6,0,249,225,175,76,85,53,7,0,251,97,174,183,41,112,7,0,253,97,144,212,205,39,7,0,253,97,169,97,186,177,7,0,254,97,41,217,7,179,6,0,254,225,245,207,245,224,10,0,254,225,151,159,83,32,11,0,1,98,86,37,2,150,7,0,1,226,243,112,186,177,7,0,1,98,86,37,232,12,11,0,2,226,26,174,60,190,6,0,2,226,84,154,179,85,7,0,4,98,154,153,145,139,7,0,5,98,97,33,56,84,7,0,5,226,98,56,179,85,7,0,6,98,95,25,165,114,8,0,7,98,148,52,80,20,9,0,7,98,148,52,241,23,9,0,9,98,245,14,164,131,7,0,9,226,29,182,123,155,7,0,13,226,156,228,25,44,7,0,16,98,14,120,94,159,6,0,16,226,26,143,228,91,7,0,17,226,109,159,186,177,7,0,18,226,105,161,123,155,7,0,18,98,199,248,186,177,7,0,19,226,200,171,139,86,6,0,19,98,224,109,56,84,7,0,22,98,233,226,194,240,5,0,23,226,229,10,199,191,7,0,23,226,229,10,202,42,9,0,27,98,44,81,154,214,11,0,28,226,69,65,237,80,6,0,31,226,5,177,202,224,6,0,31,226,226,124,199,191,7,0,31,226,226,124,202,42,9,0,32,98,32,205,22,72,7,0,33,226,4,92,44,196,6,0,34,98,62,156,2,150,7,0,34,98,135,174,103,54,11,0,35,98,201,84,145,139,7,0,37,98,247,219,186,177,7,0,38,226,88,87,68,89,7,0,38,226,88,87,228,91,7,0,43,98,118,103,218,17,12,0,46,98,67,162,97,28,9,0,46,98,67,162,1,29,9,0,46,98,67,162,166,29,9,0,46,98,198,166,199,97,9,0,46,98,198,166,173,98,9,0,46,98,198,166,152,99,9,0,47,98,70,181,105,213,6,0,47,226,44,122,20,125,7,0,47,226,235,153,146,180,10,0,47,226,235,153,35,183,10,0,48,226,210,87,9,35,7,0,49,226,8,73,28,251,5,0,49,226,8,73,179,85,7,0,49,226,8,73,178,87,7,0,50,226,184,9,186,70,7,0,51,98,68,129,203,199,6,0,51,98,253,227,231,60,7,0,52,98,27,235,72,83,6,0,52,98,82,125,192,141,8,0,53,226,18,112,202,120,9,0,53,226,18,112,90,121,9,0,57,98,179,196,194,228,6,0,59,226,43,149,139,27,7,0,59,98,54,42,85,53,7,0,59,98,105,223,118,104,7,0,59,226,16,211,28,232,8,0,59,98,168,52,42,205,11,0,60,98,117,118,194,229,11,0,60,98,117,118,223,229,11,0,61,98,252,221,135,122,7,0,61,226,237,179,123,155,7,0,62,98,189,53,44,9,7,0,62,226,32,173,6,105,7,0,62,226,32,173,39,105,7,0,65,98,33,100,96,66,10,0,65,98,33,100,96,66,10,0,66,226,121,121,188,60,9,0,66,226,121,121,6,61,9,0,67,98,121,255,127,25,8,0,68,226,73,102,199,97,9,0,68,226,73,102,173,98,9,0,68,226,73,102,152,99,9,0,71,226,248,222,95,223,8,0,73,98,166,222,41,112,7,0,75,226,115,55,5,129,7,0,78,98,156,197,49,152,10,0,79,226,12,47,59,86,6,0,79,98,132,170,190,121,6,0,86,226,135,243,195,49,7,0,86,226,119,8,87,75,7,0,86,226,14,194,123,155,7,0,88,226,3,227,30,103,7,0,89,98,241,59,125,22,6,0,89,98,18,147,192,69,9,0,89,98,18,147,164,70,9,0,89,98,18,147,128,71,9,0,89,98,101,56,215,109,10,0,90,226,227,132,163,229,7,0,91,226,81,23,238,12,6,0,91,226,81,23,221,55,6,0,91,226,87,208,68,196,10,0,91,226,87,208,116,196,10,0,91,226,87,208,163,196,10,0,91,226,87,208,223,196,10,0,93,226,34,129,6,16,11,0,95,98,33,152,236,16,6,0,97,226,27,237,210,52,9,0,97,226,27,237,47,53,9,0,100,226,45,131,115,202,6,0,107,98,45,117,31,17,7,0,107,226,189,0,150,111,7,0,110,98,108,165,16,141,7,0,110,98,223,40,240,15,9,0,110,98,223,40,80,16,9,0,110,98,223,40,185,16,9,0,112,226,114,219,81,230,7,0,115,226,137,3,41,53,7,0,116,98,58,69,87,180,6,0,116,226,189,201,183,147,7,0,117,98,38,92,131,89,6,0,118,98,123,57,72,248,6,0,118,226,234,227,196,229,10,0,120,226,102,255,228,91,7,0,124,226,31,70,241,97,11,0,126,226,20,182,231,60,7,0,126,226,163,17,150,132,10,0,126,98,1,126,80,245,11,0,127,98,186,124,85,253,5,0,132,98,157,137,231,60,7,0,132,226,85,73,95,125,9,0,132,226,85,73,144,125,9,0,135,98,20,33,162,152,6,0,135,226,146,190,107,22,7,0,136,98,197,246,177,42,6,0,139,98,73,114,104,17,7,0,140,98,16,100,223,244,8,0,140,98,16,100,207,253,8,0,140,98,16,100,200,6,9,0,146,98,228,158,106,213,11,0,148,226,159,201,71,105,7,0,149,98,208,37,28,250,6,0,149,98,208,37,179,85,7,0,149,98,208,37,178,87,7,0,149,226,135,13,199,191,7,0,149,226,135,13,147,76,8,0,149,226,135,13,192,76,8,0,151,226,157,143,199,191,7,0,151,226,157,143,90,169,8,0,151,226,179,120,217,53,11,0,151,98,73,121,15,252,11,0,154,226,67,15,215,173,9,0,154,226,67,15,142,174,9,0,156,98,188,148,234,181,6,0,156,98,102,34,199,191,7,0,156,98,102,34,237,202,7,0,156,226,26,178,71,77,11,0,157,226,236,172,54,232,5,0,157,226,236,172,192,14,6,0,157,226,236,172,177,230,6,0,157,226,236,172,152,254,6,0,157,98,164,178,215,122,9,0,157,98,164,178,12,123,9,0,158,98,114,131,231,60,7,0,159,98,113,152,72,61,8,0,162,98,30,239,205,73,7,0,162,98,124,23,199,191,7,0,162,98,124,23,202,42,9,0,167,98,156,95,150,132,10,0,167,226,93,73,115,50,11,0,172,226,250,106,107,88,8,0,172,226,251,208,189,63,10,0,172,226,251,208,231,63,10,0,173,98,143,83,52,30,7,0,173,98,143,83,220,186,9,0,173,98,143,83,61,187,9,0,173,98,143,83,163,187,9,0,173,98,143,83,2,188,9,0,173,98,143,83,106,188,9,0,174,226,187,129,212,187,7,0,174,226,187,129,186,204,7,0,180,226,151,163,197,246,10,0,181,226,244,23,241,2,10,0,181,226,244,23,254,3,10,0,183,98,195,239,45,64,9,0,183,98,195,239,214,64,9,0,184,226,119,52,50,141,9,0,184,226,119,52,130,142,9,0,184,226,119,52,212,143,9,0,184,226,119,52,43,145,9,0,185,226,152,208,250,159,6,0,185,226,152,208,120,212,6,0,187,226,147,190,41,112,7,0,187,226,158,58,7,227,7,0,187,226,158,58,45,227,7,0,187,226,194,226,140,92,9,0,187,226,194,226,54,93,9,0,187,226,158,58,120,18,10,0,187,226,189,130,141,118,11,0,189,98,53,116,166,78,7,0,190,226,221,75,5,129,7,0,192,98,38,4,202,160,6,0,194,98,14,142,48,59,6,0,194,98,14,142,78,148,6,0,194,98,14,142,98,241,6,0,194,98,14,142,249,0,7,0,194,98,14,142,52,10,7,0,194,98,14,142,122,10,7,0,194,226,252,43,164,131,7,0,194,98,14,142,218,170,7,0,194,98,160,181,125,48,9,0,194,98,160,181,110,49,9,0,195,98,6,6,199,155,11,0,196,226,132,139,85,53,7,0,197,98,200,2,19,68,8,0,198,226,18,187,199,191,7,0,199,226,16,71,150,132,10,0,200,226,61,47,216,153,11,0,202,226,106,103,104,85,7,0,202,226,18,36,118,104,7,0,202,98,40,238,186,177,7,0,202,226,232,254,150,132,10,0,202,98,56,247,6,184,11,0,206,226,112,164,168,176,11,0,207,226,165,237,194,18,7,0,208,226,244,173,16,11,7,0,208,226,111,223,121,109,7,0,216,98,55,149,164,131,7,0,216,98,88,233,150,83,9,0,216,98,88,233,176,85,9,0,217,98,235,185,195,49,7,0,217,98,42,243,150,132,10,0,218,226,84,82,186,177,7,0,224,226,39,185,74,11,8,0,224,226,52,60,44,113,10,0,224,226,52,60,126,113,10,0,225,98,252,105,41,112,7,0,226,226,130,100,223,244,8,0,226,226,130,100,207,253,8,0,226,226,130,100,200,6,9,0,230,226,177,176,200,13,8,0,231,98,49,238,196,27,8,0,231,98,49,238,243,27,8,0,233,226,207,146,114,19,7,0,233,226,145,214,90,20,7,0,234,98,24,51,141,119,7,0,236,98,113,50,30,78,7,0,236,98,44,24,135,122,7,0,237,226,210,8,150,132,10,0,238,226,158,90,223,244,8,0,238,226,158,90,207,253,8,0,238,226,158,90,200,6,9,0,239,226,20,158,44,160,6,0,243,226,105,139,116,32,7,0,247,98,158,246,121,252,6,0,247,98,158,246,132,207,9,0,247,226,52,162,150,132,10,0,248,226,91,137,87,152,10,0,248,226,91,137,193,152,10,0,251,98,54,179,186,177,7,0,252,98,97,128,149,21,6,0,252,98,97,128,171,21,6,0,252,226,96,246,133,35,10,0,252,226,96,246,4,36,10,0,252,226,96,246,144,36,10,0,254,98,72,196,87,80,8,0,254,226,200,204,232,222,9,0,254,226,200,204,55,223,9,0,254,226,158,161,192,94,11,0,255,226,244,126,94,210,7,0,0,227,188,242,125,171,6,0,0,227,141,208,223,244,8,0,0,227,141,208,207,253,8,0,0,227,141,208,200,6,9,0,0,99,70,16,61,61,11,0,1,227,35,129,39,212,6,0,2,227,40,24,218,112,6,0,3,99,80,123,210,88,9,0,3,99,80,123,145,89,9,0,3,99,80,123,74,90,9,0,6,99,176,189,242,4,12,0,9,227,147,33,199,191,7,0,9,227,147,33,27,203,7,0,10,227,176,42,59,19,7,0,10,227,93,171,80,20,9,0,10,227,93,171,241,23,9,0,10,227,172,36,103,158,11,0,13,99,111,60,69,251,6,0,13,227,227,213,16,141,7,0,15,227,232,125,2,150,7,0,16,227,104,139,61,61,11,0,17,99,40,254,109,32,6,0,17,227,233,127,219,70,7,0,18,227,137,146,144,143,7,0,18,99,188,9,186,177,7,0,20,99,16,144,120,112,11,0,21,227,23,207,87,75,7,0,21,99,223,56,114,245,7,0,21,227,209,145,89,44,9,0,21,227,209,145,166,45,9,0,21,227,209,145,245,46,9,0,22,227,6,7,64,82,9,0,22,227,6,7,204,82,9,0,22,99,207,41,63,81,11,0,23,227,115,82,123,155,7,0,24,227,43,219,212,187,7,0,24,227,43,219,92,198,7,0,27,99,117,97,68,89,7,0,27,99,117,97,228,91,7,0,28,227,38,211,231,60,7,0,29,99,3,163,166,78,7,0,29,99,163,38,139,66,11,0,29,99,163,38,166,66,11,0,30,99,1,138,158,77,7,0,31,99,17,167,193,6,10,0,31,99,17,167,96,7,10,0,33,99,27,125,144,143,7,0,34,227,223,104,166,78,7,0,37,227,5,55,64,82,9,0,37,227,5,55,204,82,9,0,40,227,206,189,119,225,5,0,41,99,49,150,69,77,7,0,43,227,153,79,192,50,7,0,44,99,170,41,116,115,11,0,48,227,40,104,83,149,7,0,49,227,37,224,170,25,6,0,49,99,219,36,161,140,8,0,50,227,102,100,146,180,10,0,50,227,102,100,35,183,10,0,52,99,17,245,114,228,9,0,53,99,230,250,96,66,10,0,54,99,95,125,10,47,6,0,54,99,234,2,249,230,6,0,54,99,82,139,111,117,7,0,54,99,245,144,6,32,8,0,59,99,73,148,255,210,8,0,60,99,198,222,4,32,9,0,60,99,198,222,42,37,9,0,65,99,118,181,248,237,5,0,65,99,213,233,40,81,11,0,65,99,213,233,193,81,11,0,66,99,49,189,102,123,9,0,66,99,49,189,26,124,9,0,67,99,178,66,47,99,8,0,67,99,178,66,77,99,8,0,67,99,178,66,120,99,8,0,69,227,137,8,29,77,8,0,69,99,15,233,187,183,8,0,69,99,15,233,79,185,8,0,69,99,15,233,187,185,8,0,69,99,15,233,214,186,8,0,69,99,15,233,21,187,8,0,69,99,15,233,99,187,8,0,72,227,186,52,143,45,7,0,75,227,108,2,19,24,7,0,76,99,213,233,54,134,7,0,76,227,195,5,223,244,8,0,76,227,195,5,207,253,8,0,76,227,195,5,200,6,9,0,79,99,122,119,37,77,9,0,80,227,25,142,85,53,7,0,81,227,46,127,80,20,9,0,81,227,46,127,241,23,9,0,81,99,61,250,111,71,11,0,82,99,97,121,76,15,7,0,85,227,144,25,46,164,6,0,86,99,1,28,173,46,11,0,88,227,238,17,150,132,10,0,88,99,254,72,30,169,10,0,88,99,254,72,207,169,10,0,91,99,196,244,125,135,6,0,91,227,225,148,10,171,6,0,92,99,240,4,61,153,8,0,92,99,240,4,125,153,8,0,92,99,240,4,179,153,8,0,93,99,181,0,114,228,9,0,98,99,231,133,165,136,6,0,99,227,112,131,41,100,10,0,100,99,213,51,69,77,7,0,104,227,143,147,61,49,7,0,104,227,189,193,231,60,7,0,104,99,229,197,2,150,7,0,105,227,151,159,160,228,7,0,105,227,151,159,213,52,11,0,106,227,56,9,2,150,7,0,107,99,25,186,109,37,7,0,107,99,229,86,39,190,11,0,109,99,68,75,102,105,9,0,109,99,68,75,57,107,9,0,114,99,166,128,149,59,6,0,114,99,166,128,40,82,6,0,115,99,125,67,37,77,9,0,124,227,62,126,155,83,6,0,124,227,34,205,122,166,10,0,124,227,34,205,158,166,10,0,125,227,22,204,102,182,6,0,125,227,221,81,199,191,7,0,125,227,221,81,25,180,8,0,125,227,221,81,175,180,8,0,125,227,221,81,81,181,8,0,125,227,221,81,100,114,10,0,126,227,249,43,230,245,5,0,127,227,227,54,87,153,10,0,127,227,227,54,117,153,10,0,128,99,167,203,141,119,7,0,128,227,81,236,103,193,9,0,128,227,81,236,148,193,9,0,129,99,26,173,150,83,9,0,129,99,26,173,176,85,9,0,129,99,102,111,122,12,12,0,130,99,22,147,8,111,11,0,131,227,251,143,85,53,7,0,132,227,68,188,8,53,6,0,132,227,68,188,205,126,6,0,132,227,118,48,103,227,6,0,134,99,254,235,4,32,9,0,134,99,254,235,42,37,9,0,136,99,171,15,181,104,7,0,137,99,213,233,54,134,7,0,138,99,167,209,37,77,9,0,140,99,189,99,187,183,8,0,141,99,82,85,196,228,5,0,141,99,137,228,193,138,6,0,142,227,93,187,221,194,6,0,142,99,174,233,174,66,8,0,142,99,253,192,178,168,11,0,143,227,1,84,129,15,7,0,143,227,3,252,239,169,9,0,144,99,148,19,14,224,6,0,147,227,220,46,214,175,6,0,151,99,103,17,41,112,7,0,151,99,71,113,186,177,7,0,151,99,207,227,70,5,12,0,152,227,92,121,121,252,6,0,153,227,54,19,90,97,6,0,153,227,54,19,121,47,7,0,154,227,244,138,123,155,7,0,154,227,54,8,241,2,10,0,154,227,54,8,254,3,10,0,157,227,116,85,202,224,6,0,157,99,93,67,122,61,10,0,157,99,93,67,184,61,10,0,157,99,93,67,228,61,10,0,158,99,115,72,247,134,6,0,158,227,161,217,56,75,7,0,158,227,45,206,60,37,10,0,158,227,45,206,81,37,10,0,161,99,72,199,86,4,6,0,161,99,69,198,39,64,6,0,161,227,246,222,123,155,7,0,162,99,98,4,16,122,10,0,162,99,98,4,38,122,10,0,163,99,213,143,231,60,7,0,165,99,172,203,179,85,7,0,169,99,28,189,94,210,7,0,170,99,253,14,186,177,7,0,174,227,243,154,215,32,8,0,174,227,243,154,5,33,8,0,174,227,243,154,55,33,8,0,174,227,10,11,162,45,8,0,175,99,225,170,123,155,7,0,177,99,68,184,96,66,10,0,180,99,158,51,147,0,6,0,180,227,187,100,99,100,6,0,180,227,187,100,176,139,8,0,181,99,253,35,199,191,7,0,181,99,253,35,41,200,7,0,184,227,129,114,223,244,8,0,184,227,129,114,207,253,8,0,184,227,129,114,200,6,9,0,186,99,210,224,203,24,7,0,187,227,55,194,45,132,11,0,187,99,183,191,74,251,11,0,188,99,208,38,13,18,7,0,189,227,194,252,210,88,9,0,189,227,194,252,145,89,9,0,189,227,194,252,74,90,9,0,191,99,226,191,212,187,7,0,192,227,133,203,244,106,7,0,192,227,198,110,40,95,10,0,192,227,198,110,208,95,10,0,197,99,218,148,4,32,9,0,197,99,218,148,42,37,9,0,198,227,129,254,208,34,7,0,200,227,74,196,20,125,7,0,200,99,53,172,54,134,7,0,200,227,141,56,87,211,10,0,202,227,98,221,186,177,7,0,202,99,8,117,95,252,7,0,204,99,158,244,223,244,8,0,204,99,158,244,207,253,8,0,204,99,158,244,200,6,9,0,205,227,218,107,114,98,7,0,212,99,128,143,4,32,9,0,212,99,128,143,42,37,9,0,212,99,98,69,205,237,11,0,214,99,115,145,196,246,5,0,220,227,243,82,176,216,11,0,221,99,82,255,80,20,9,0,221,99,82,255,241,23,9,0,222,99,194,160,140,147,11,0,223,99,15,253,108,240,5,0,224,99,173,191,107,63,8,0,226,227,245,72,179,85,7,0,226,227,245,72,178,87,7,0,231,227,106,229,123,155,7,0,231,227,182,25,52,246,10,0,235,99,110,184,85,53,7,0,235,99,16,186,66,199,8,0,241,99,86,211,244,190,6,0,241,227,1,32,68,89,7,0,241,227,1,32,228,91,7,0,241,227,124,61,244,106,7,0,242,99,205,58,180,224,6,0,243,227,191,127,196,216,6,0,243,227,74,245,20,125,7,0,243,227,125,138,41,100,10,0,244,227,191,127,159,31,6,0,244,227,191,127,114,209,6,0,247,99,231,56,110,139,9,0,247,99,231,56,205,139,9,0,248,99,178,63,125,48,9,0,248,99,178,63,110,49,9,0,249,99,112,171,240,152,11,0,250,99,210,216,223,244,8,0,250,99,210,216,207,253,8,0,250,99,210,216,200,6,9,0,251,227,155,76,135,122,7,0,251,227,155,76,26,100,8,0,251,227,121,125,223,244,8,0,251,227,121,125,207,253,8,0,251,227,121,125,200,6,9,0,252,227,246,229,144,143,7,0,252,99,156,106,248,237,9,0,252,99,156,106,238,238,9,0,255,227,142,215,199,191,7,0,3,228,147,98,194,150,6,0,3,100,195,44,50,141,9,0,3,100,195,44,130,142,9,0,3,100,195,44,212,143,9,0,3,100,195,44,43,145,9,0,4,228,36,141,102,105,9,0,4,228,36,141,57,107,9,0,5,100,212,48,108,161,9,0,5,100,212,48,123,161,9,0,8,100,162,51,65,145,7,0,8,100,202,105,4,32,9,0,8,100,202,105,42,37,9,0,8,228,77,230,167,101,9,0,8,228,77,230,133,102,9,0,8,228,230,3,17,38,11,0,9,100,21,21,27,12,12,0,12,100,108,9,135,18,6,0,15,228,79,63,81,94,6,0,15,100,103,110,30,18,9,0,15,100,103,110,174,18,9,0,16,100,121,150,194,115,7,0,16,100,224,234,41,100,10,0,18,228,62,217,222,12,10,0,18,228,62,217,252,12,10,0,19,100,146,132,19,174,6,0,20,228,249,226,144,143,7,0,21,100,86,216,123,155,7,0,21,100,253,98,80,20,9,0,21,100,253,98,241,23,9,0,24,228,213,113,150,83,9,0,24,228,213,113,176,85,9,0,26,100,10,46,97,28,9,0,26,100,10,46,1,29,9,0,26,100,10,46,166,29,9,0,26,100,68,229,150,83,9,0,26,100,68,229,176,85,9,0,30,228,176,235,48,25,11,0,31,228,121,240,246,40,6,0,31,100,154,23,150,132,10,0,33,228,50,48,199,191,7,0,33,228,50,48,202,42,9,0,38,100,245,173,12,22,7,0,41,228,239,214,120,105,7,0,42,228,72,119,148,215,6,0,42,228,72,119,186,177,7,0,44,228,0,187,116,190,6,0,44,228,0,187,166,223,6,0,44,100,15,100,27,68,11,0,45,100,80,108,230,70,11,0,47,100,206,71,5,129,7,0,49,228,119,65,47,135,6,0,52,100,245,172,7,16,7,0,52,100,31,122,26,228,11,0,52,100,31,122,63,228,11,0,55,100,203,178,252,74,7,0,56,228,16,191,221,148,11,0,58,228,195,125,219,70,7,0,60,100,58,201,199,191,7,0,60,100,58,201,77,206,7,0,60,100,5,234,235,96,11,0,61,100,24,208,120,33,6,0,61,100,24,208,153,168,7,0,62,100,180,50,13,137,11,0,67,228,46,181,223,244,8,0,67,228,46,181,207,253,8,0,67,228,46,181,200,6,9,0,68,228,27,171,201,62,8,0,69,228,233,76,50,67,6,0,69,228,10,171,134,245,11,0,69,228,10,171,64,252,11,0,69,228,10,171,96,252,11,0,71,228,233,55,186,199,8,0,74,100,44,238,85,53,7,0,74,100,38,23,166,154,11,0,76,100,90,102,70,162,10,0,77,100,157,186,88,214,7,0,79,100,232,81,153,231,5,0,79,100,56,255,130,230,6,0,79,100,56,255,112,36,7,0,79,100,131,60,64,63,8,0,79,100,194,92,193,2,11,0,82,100,89,255,211,214,10,0,83,100,60,168,2,150,7,0,88,100,21,53,79,14,12,0,89,100,196,139,227,181,11,0,96,100,141,104,114,228,9,0,96,100,193,30,71,191,10,0,96,100,193,30,169,192,10,0,97,100,162,179,133,69,11,0,98,228,206,78,223,244,8,0,98,228,206,78,207,253,8,0,98,228,206,78,200,6,9,0,99,100,192,49,162,151,9,0,99,100,192,49,56,152,9,0,100,228,232,115,110,231,7,0,101,100,240,16,173,32,11,0,102,100,61,88,68,89,7,0,102,100,61,88,228,91,7,0,103,100,202,6,148,100,8,0,109,228,113,27,247,71,7,0,109,228,91,222,41,112,7,0,111,100,182,93,4,32,9,0,111,100,182,93,42,37,9,0,114,228,53,30,136,15,6,0,115,100,144,95,187,183,8,0,115,100,144,95,79,185,8,0,115,100,144,95,187,185,8,0,116,228,176,98,123,155,7,0,117,100,157,98,172,44,7,0,117,228,128,170,244,9,8,0,119,228,212,100,147,58,8,0,120,228,249,251,5,129,7,0,120,100,185,2,248,212,11,0,124,100,178,237,97,45,11,0,125,100,165,208,186,177,7,0,126,228,253,187,252,70,6,0,126,228,253,187,68,89,7,0,127,228,14,21,150,132,10,0,127,100,28,129,17,38,11,0,128,100,10,185,199,191,7,0,128,228,48,94,86,135,8,0,128,100,10,185,109,159,10,0,129,228,167,214,23,39,7,0,131,100,10,62,19,68,8,0,132,100,40,24,102,212,10,0,134,100,36,204,30,103,7,0,135,228,0,104,210,198,11,0,137,228,103,14,128,111,6,0,140,228,34,64,153,147,10,0,140,228,34,64,98,148,10,0,142,228,174,125,140,92,9,0,142,228,174,125,54,93,9,0,143,228,221,127,114,98,7,0,146,100,205,190,164,131,7,0,148,100,44,66,204,214,6,0,148,100,44,66,96,6,7,0,148,100,121,141,4,32,9,0,148,100,121,141,42,37,9,0,148,228,122,49,150,132,10,0,148,100,134,52,150,193,11,0,151,100,86,206,20,125,7,0,151,228,59,212,16,141,7,0,152,100,90,170,25,44,7,0,152,100,129,159,150,83,9,0,152,100,129,159,176,85,9,0,154,228,13,81,4,226,5,0,154,100,17,172,197,95,7,0,156,100,101,140,68,123,6,0,160,100,180,94,231,60,7,0,160,100,2,66,164,131,7,0,161,228,5,133,120,137,11,0,163,228,68,26,199,58,6,0,163,100,116,218,85,53,7,0,164,228,158,104,164,131,7,0,167,100,194,51,74,163,9,0,167,100,194,51,150,163,9,0,167,100,194,51,223,163,9,0,168,228,185,148,20,233,6,0,169,228,35,160,105,237,11,0,170,228,27,80,154,217,7,0,171,100,26,139,85,53,7,0,172,228,185,148,168,77,6,0,175,228,178,82,52,30,7,0,175,100,81,122,192,77,7,0,175,228,178,82,220,186,9,0,175,228,178,82,61,187,9,0,175,228,178,82,163,187,9,0,175,228,178,82,2,188,9,0,175,228,178,82,106,188,9,0,176,228,73,9,114,29,8,0,176,228,73,9,117,152,11,0,178,100,91,137,34,137,8,0,179,100,125,135,14,203,9,0,179,100,125,135,34,203,9,0,180,228,52,206,80,20,9,0,180,228,52,206,241,23,9,0,181,100,62,173,81,82,7,0,181,100,103,232,181,109,7,0,181,100,103,232,202,111,11,0,182,228,103,27,80,20,9,0,182,228,103,27,241,23,9,0,183,100,170,152,181,232,10,0,184,100,198,6,120,33,6,0,184,100,198,6,153,168,7,0,187,100,200,20,81,210,10,0,188,228,126,140,231,60,7,0,188,228,117,120,197,250,10,0,189,100,135,100,2,150,7,0,193,228,107,88,83,29,7,0,196,228,45,129,83,201,6,0,197,228,151,128,239,245,6,0,197,228,25,110,150,132,10,0,197,100,223,209,150,132,10,0,198,228,108,113,56,84,7,0,199,228,124,81,150,132,10,0,202,100,86,14,87,75,7,0,203,100,213,17,49,245,11,0,204,228,166,142,192,69,9,0,204,228,166,142,164,70,9,0,204,228,166,142,128,71,9,0,205,100,103,223,117,142,7,0,205,100,103,223,216,142,7,0,207,100,161,77,175,81,7,0,207,100,223,195,102,105,9,0,207,100,223,195,57,107,9,0,207,100,230,95,101,23,11,0,209,228,250,249,133,80,7,0,210,100,231,142,177,109,9,0,210,100,231,142,216,109,9,0,211,100,74,97,166,78,7,0,212,100,87,56,25,66,9,0,212,100,87,56,212,67,9,0,212,100,60,150,208,79,9,0,212,100,60,150,138,80,9,0,212,100,60,150,56,81,9,0,215,228,174,145,109,37,7,0,215,100,203,6,217,139,8,0,217,228,31,11,176,67,10,0,217,228,31,11,242,68,10,0,217,228,31,11,55,70,10,0,219,100,188,148,63,154,10,0,219,100,188,148,90,154,10,0,220,100,89,1,166,78,7,0,221,228,224,200,37,142,7,0,221,228,211,216,245,77,9,0,221,228,211,216,223,78,9,0,224,100,99,196,123,155,7,0,224,100,133,80,116,45,11,0,226,228,13,138,6,234,5,0,226,228,76,242,69,42,7,0,226,228,7,236,219,70,7,0,226,100,199,17,166,78,7,0,226,228,167,183,174,66,8,0,226,228,85,101,250,70,8,0,227,100,160,136,176,216,11,0,230,228,118,1,4,32,9,0,230,228,118,1,42,37,9,0,232,100,79,200,59,69,7,0,232,100,79,200,181,239,10,0,236,100,129,236,155,145,8,0,236,228,146,34,57,243,9,0,236,228,146,34,86,243,9,0,239,100,153,134,150,132,10,0,241,100,91,70,188,98,7,0,241,100,21,126,70,217,10,0,241,100,200,245,185,70,11,0,247,228,101,93,214,241,5,0,248,100,219,73,188,98,7,0,248,228,101,67,215,173,9,0,248,228,101,67,142,174,9,0,248,228,84,28,111,205,9,0,248,228,84,28,137,205,9,0,248,228,84,28,172,205,9,0,249,100,45,225,133,227,7,0,249,100,70,237,41,112,9,0,249,100,70,237,72,112,9,0,251,100,165,55,244,65,8,0,252,228,111,136,195,128,6,0,253,100,39,123,109,37,7,0,255,100,86,67,48,182,6,0,255,100,86,67,251,8,8,0,255,100,86,67,43,9,8,0,255,100,86,67,181,106,8,0,0,229,215,187,146,214,10,0,1,229,89,222,104,5,12,0,2,101,138,70,146,180,10,0,2,101,138,70,35,183,10,0,6,101,236,88,0,108,11,0,7,101,208,72,22,72,7,0,7,101,163,23,161,212,9,0,7,101,163,23,93,213,9,0,9,101,169,49,166,118,7,0,10,229,115,88,205,73,7,0,10,101,205,160,49,152,10,0,10,101,122,166,163,147,11,0,10,101,122,166,46,161,11,0,11,229,63,217,123,155,7,0,11,101,231,242,49,45,10,0,11,101,231,242,64,46,10,0,11,101,231,242,67,47,10,0,11,101,231,242,97,48,10,0,11,101,245,150,106,249,10,0,13,101,132,41,80,20,9,0,13,101,132,41,241,23,9,0,13,101,101,9,235,110,11,0,14,229,140,1,182,210,10,0,14,229,151,221,165,155,11,0,15,229,244,144,199,191,7,0,15,229,244,144,90,169,8,0,20,101,215,13,117,121,7,0,20,229,88,145,177,126,7,0,21,101,53,167,127,49,11,0,23,101,241,45,70,131,9,0,23,101,241,45,108,131,9,0,23,101,215,199,220,186,9,0,23,101,215,199,61,187,9,0,23,101,215,199,163,187,9,0,23,101,215,199,2,188,9,0,23,101,215,199,106,188,9,0,24,229,207,16,65,109,9,0,24,229,207,16,97,109,9,0,27,101,100,90,19,10,7,0,32,101,200,114,149,170,6,0,32,229,26,244,116,75,9,0,32,229,26,244,173,75,9,0,34,229,83,20,24,128,8,0,37,229,70,82,10,77,7,0,37,229,7,12,59,193,8,0,37,229,7,12,92,205,11,0,37,101,255,157,204,249,11,0,38,229,20,235,191,224,7,0,39,101,61,182,24,126,7,0,41,229,76,105,84,238,10,0,44,101,133,111,240,15,9,0,44,101,133,111,80,16,9,0,44,101,133,111,185,16,9,0,44,229,175,13,150,132,10,0,44,229,166,87,132,78,11,0,45,101,146,22,96,66,10,0,47,101,180,173,214,89,11,0,49,229,6,190,221,234,11,0,50,101,156,95,146,180,10,0,50,101,156,95,35,183,10,0,54,229,95,193,54,134,7,0,55,229,74,5,59,86,6,0,57,229,122,22,2,150,7,0,58,229,119,211,224,92,6,0,58,101,85,7,33,224,7,0,59,229,81,128,48,158,9,0,59,229,81,128,139,158,9,0,59,229,81,128,224,158,9,0,60,101,139,207,77,216,6,0,60,229,196,109,56,84,7,0,62,101,68,250,114,228,9,0,64,101,6,26,57,146,7,0,67,101,206,76,102,123,9,0,67,101,206,76,26,124,9,0,70,229,238,25,40,66,8,0,72,101,166,124,120,232,7,0,74,101,233,113,111,29,6,0,74,229,151,84,184,53,8,0,74,229,151,84,243,53,8,0,74,229,151,84,56,54,8,0,74,229,151,84,126,54,8,0,75,229,175,144,215,173,9,0,75,229,175,144,142,174,9,0,75,229,141,191,39,151,10,0,75,229,141,191,128,151,10,0,75,229,141,191,216,151,10,0,79,229,229,19,252,92,6,0,79,101,2,130,231,60,7,0,79,229,137,150,4,32,9,0,79,229,137,150,42,37,9,0,81,229,236,156,188,227,5,0,81,101,125,206,231,60,7,0,83,101,98,84,235,117,7,0,83,229,142,92,157,244,9,0,83,229,142,92,197,244,9,0,83,229,142,92,246,244,9,0,86,229,56,211,150,225,7,0,87,229,109,20,255,181,6,0,87,229,109,20,201,187,6,0,87,101,82,209,255,190,7,0,87,229,24,90,102,105,9,0,87,229,24,90,57,107,9,0,89,229,91,180,223,244,8,0,89,229,91,180,207,253,8,0,89,229,91,180,200,6,9,0,89,229,2,146,80,20,9,0,89,229,2,146,241,23,9,0,89,101,71,64,150,83,9,0,89,101,71,64,176,85,9,0,90,101,223,25,150,132,10,0,96,101,183,187,89,44,9,0,96,101,183,187,166,45,9,0,96,101,183,187,245,46,9,0,98,101,202,54,72,83,6,0,98,229,147,42,135,122,7,0,99,229,124,137,1,14,7,0,104,101,21,212,206,36,7,0,104,229,191,195,240,126,11,0,110,101,93,207,40,73,10,0,110,101,93,207,140,73,10,0,110,101,93,207,237,73,10,0,113,101,45,57,60,97,8,0,114,101,182,200,223,244,8,0,114,101,182,200,207,253,8,0,114,101,182,200,200,6,9,0,114,101,238,33,99,219,10,0,116,229,252,181,1,14,7,0,117,101,225,0,30,103,7,0,117,229,70,82,201,8,12,0,119,101,232,68,202,70,11,0,123,101,147,183,162,151,9,0,123,101,147,183,56,152,9,0,123,101,140,77,59,95,11,0,124,229,222,127,33,22,6,0,124,101,182,147,246,115,6,0,125,229,222,127,118,19,6,0,127,229,59,113,85,53,7,0,128,101,128,76,183,147,7,0,129,229,172,45,15,242,5,0,129,101,9,231,217,108,10,0,129,101,9,231,241,108,10,0,130,101,211,34,215,109,10,0,134,229,226,155,150,132,10,0,135,229,240,17,11,83,11,0,136,229,40,247,85,53,7,0,137,229,85,140,244,87,9,0,137,229,85,140,8,88,9,0,138,101,39,237,244,106,7,0,139,101,250,251,174,66,8,0,139,229,98,110,125,48,9,0,139,229,98,110,110,49,9,0,140,101,247,6,196,229,10,0,145,101,162,75,228,91,7,0,145,229,27,31,10,220,8,0,147,229,195,65,200,131,9,0,147,229,195,65,229,131,9,0,147,229,195,65,18,132,9,0,148,101,239,212,2,83,7,0,149,229,156,95,61,245,5,0,149,101,4,41,183,147,7,0,149,229,156,95,16,173,7,0,149,101,58,201,89,48,11,0,152,101,164,56,80,20,9,0,152,101,164,56,241,23,9,0,153,229,237,62,95,232,6,0,153,229,192,174,49,45,10,0,153,229,192,174,64,46,10,0,153,229,192,174,67,47,10,0,153,229,192,174,97,48,10,0,153,229,50,248,150,132,10,0,153,101,243,42,44,141,11,0,154,101,151,253,68,89,7,0,154,101,151,253,228,91,7,0,155,101,132,42,88,42,6,0,156,101,161,222,116,32,7,0,157,229,158,249,150,132,10,0,157,229,57,59,184,198,10,0,157,229,57,59,241,198,10,0,158,101,78,47,150,40,7,0,160,101,248,171,162,243,9,0,160,101,248,171,191,243,9,0,160,101,206,34,136,116,10,0,160,101,206,34,190,116,10,0,165,101,203,166,161,14,7,0,165,101,203,166,15,15,7,0,165,101,203,166,154,170,7,0,165,101,203,166,184,170,7,0,167,229,86,108,197,92,8,0,167,229,86,108,234,92,8,0,167,229,86,108,19,93,8,0,169,229,58,227,109,37,7,0,170,101,2,114,254,19,11,0,173,101,151,159,80,34,11,0,174,229,46,135,203,120,7,0,174,229,46,135,253,120,7,0,175,101,166,116,107,247,10,0,176,101,189,174,244,106,7,0,180,101,72,148,44,220,11,0,182,101,163,249,161,212,9,0,182,101,163,249,93,213,9,0,183,229,111,66,223,244,8,0,183,229,111,66,207,253,8,0,183,229,111,66,200,6,9,0,187,101,222,69,123,107,6,0,190,229,24,89,161,212,9,0,190,229,24,89,93,213,9,0,192,101,174,64,194,26,7,0,194,101,182,148,209,220,11,0,196,101,213,232,231,60,7,0,198,229,82,126,105,253,6,0,198,101,135,1,2,150,7,0,198,101,134,175,223,244,8,0,198,101,134,175,207,253,8,0,198,101,134,175,200,6,9,0,202,101,208,109,123,155,7,0,205,101,97,198,190,209,11,0,208,229,216,150,46,119,6,0,208,229,216,150,73,155,6,0,210,229,80,183,2,150,7,0,214,101,50,143,90,20,7,0,214,229,133,252,145,139,7,0,215,229,188,85,68,101,9,0,215,229,188,85,97,101,9,0,216,101,99,150,114,144,6,0,218,229,82,227,166,78,7,0,218,229,233,221,43,58,9,0,223,229,62,24,66,138,9,0,223,229,62,24,128,138,9,0,224,229,99,110,154,88,10,0,224,229,99,110,189,88,10,0,224,229,99,110,234,88,10,0,225,229,107,20,1,31,7,0,225,229,248,252,25,66,9,0,225,229,248,252,212,67,9,0,226,101,10,146,175,81,7,0,229,101,231,247,231,60,7,0,231,229,70,82,195,49,7,0,233,229,250,239,223,244,8,0,233,229,250,239,207,253,8,0,233,229,250,239,200,6,9,0,233,229,43,50,80,20,9,0,233,229,43,50,241,23,9,0,234,229,215,233,245,77,9,0,234,229,215,233,223,78,9,0,235,229,33,88,195,49,7,0,237,229,155,90,111,183,6,0,237,101,30,103,4,32,9,0,237,101,30,103,42,37,9,0,240,101,167,23,22,72,7,0,240,101,109,249,228,91,7,0,243,101,158,86,104,156,6,0,243,229,128,72,231,60,7,0,246,101,198,183,244,106,7,0,246,229,213,153,80,20,9,0,246,229,213,153,241,23,9,0,247,101,5,109,244,106,7,0,248,229,31,61,87,75,7,0,248,229,31,61,220,76,7,0,251,229,128,186,144,70,7,0,251,229,128,186,41,112,7,0,253,229,219,5,2,150,7,0,0,230,67,189,101,147,6,0,1,102,209,184,217,209,8,0,1,102,209,184,38,210,8,0,1,102,209,184,116,210,8,0,4,102,84,87,5,255,10,0,7,102,209,78,150,132,10,0,8,102,252,49,250,20,10,0,8,102,252,49,24,21,10,0,8,102,252,49,77,21,10,0,9,102,98,222,148,89,6,0,11,102,214,90,85,53,7,0,12,102,185,125,242,155,11,0,14,102,84,230,85,53,7,0,14,102,238,78,60,150,8,0,14,102,144,71,41,88,11,0,15,102,113,107,139,27,7,0,17,230,54,96,101,26,11,0,19,102,211,116,181,111,6,0,21,230,193,174,128,12,7,0,21,230,13,8,215,117,9,0,21,230,13,8,29,118,9,0,21,230,13,8,106,118,9,0,22,230,40,47,103,34,10,0,22,230,40,47,118,34,10,0,22,230,40,47,206,34,10,0,23,230,169,39,15,140,6,0,24,102,2,116,145,139,7,0,26,230,164,139,213,71,6,0,26,230,167,129,80,20,9,0,26,230,167,129,241,23,9,0,29,230,73,31,237,188,6,0,30,102,45,239,38,210,11,0,31,102,60,66,30,147,7,0,31,230,80,83,192,69,9,0,31,230,80,83,164,70,9,0,31,230,80,83,128,71,9,0,32,102,34,129,88,144,8,0,35,230,151,53,62,225,5,0,37,102,166,125,41,114,9,0,37,102,166,125,57,115,9,0,38,102,31,5,54,134,7,0,40,102,67,16,123,155,7,0,44,230,108,73,165,117,11,0,46,230,110,27,197,95,7,0,47,230,25,123,166,78,7,0,51,102,66,162,4,32,9,0,51,102,66,162,42,37,9,0,53,230,120,71,223,244,8,0,53,230,120,71,207,253,8,0,53,230,120,71,200,6,9,0,56,230,247,217,245,151,6,0,56,102,147,51,140,92,9,0,56,102,147,51,54,93,9,0,56,230,247,217,146,180,10,0,56,230,247,217,35,183,10,0,57,102,59,56,240,68,7,0,58,102,27,51,109,89,6,0,63,102,182,119,4,32,9,0,63,102,182,119,42,37,9,0,64,102,129,29,4,32,9,0,64,102,129,29,42,37,9,0,68,102,143,228,223,244,8,0,68,102,143,228,207,253,8,0,68,102,143,228,200,6,9,0,69,230,118,69,245,99,7,0,71,102,72,216,75,65,11,0,72,102,58,163,147,36,6,0,73,230,186,247,51,64,10,0,73,230,186,247,80,64,10,0,73,230,186,247,105,64,10,0,78,230,171,182,41,112,7,0,78,230,18,86,16,141,7,0,80,102,51,220,85,53,7,0,84,230,167,183,7,228,7,0,84,230,167,183,7,228,7,0,86,102,189,216,192,208,8,0,87,102,239,20,117,75,6,0,87,230,46,46,85,53,7,0,88,102,179,193,56,84,7,0,88,102,179,193,81,101,8,0,89,102,116,92,54,134,7,0,89,102,43,24,245,157,11,0,91,230,196,127,170,244,11,0,92,230,180,28,222,216,9,0,92,230,180,28,76,217,9,0,93,230,12,184,179,85,7,0,94,230,100,25,223,244,8,0,94,230,100,25,207,253,8,0,94,230,100,25,200,6,9,0,95,230,1,164,231,60,7,0,97,230,9,166,219,219,7,0,97,102,255,20,88,74,9,0,97,102,255,20,114,74,9,0,97,102,255,20,140,74,9,0,97,102,255,20,172,74,9,0,99,102,137,142,152,127,11,0,100,102,192,119,244,194,6,0,101,230,29,211,40,95,10,0,101,230,29,211,208,95,10,0,102,230,58,180,179,85,7,0,102,230,58,180,178,87,7,0,103,102,246,190,56,142,8,0,105,230,255,19,150,132,10,0,109,102,22,60,181,185,10,0,109,102,22,60,202,185,10,0,109,230,94,93,27,188,10,0,109,230,94,93,104,188,10,0,110,102,85,71,179,85,7,0,110,102,85,71,178,87,7,0,110,230,18,142,4,32,9,0,110,230,18,142,42,37,9,0,111,102,60,224,68,89,7,0,111,102,60,224,16,141,7,0,114,102,179,218,186,177,7,0,114,230,160,49,80,20,9,0,114,230,160,49,241,23,9,0,121,230,229,158,41,112,7,0,122,102,248,110,210,88,9,0,122,102,248,110,145,89,9,0,122,102,248,110,74,90,9,0,124,102,254,54,231,60,7,0,125,102,230,57,80,20,9,0,125,102,230,57,241,23,9,0,130,102,69,230,205,39,7,0,130,102,154,170,164,131,7,0,132,230,80,76,186,177,7,0,134,102,116,14,162,233,7,0,134,102,247,88,210,88,9,0,134,102,247,88,145,89,9,0,134,102,247,88,74,90,9,0,135,102,139,151,153,42,7,0,135,230,44,158,87,43,7,0,137,102,75,132,234,177,6,0,137,230,183,29,214,234,9,0,137,230,183,29,34,235,9,0,138,230,230,251,41,19,6,0,138,230,230,251,187,124,6,0,140,102,123,6,25,44,7,0,140,102,11,80,54,134,7,0,141,102,183,132,146,180,10,0,141,102,183,132,35,183,10,0,143,230,244,22,255,190,7,0,143,102,6,244,94,83,10,0,143,102,6,244,124,83,10,0,143,102,6,244,149,83,10,0,149,102,69,237,248,64,6,0,152,230,185,26,80,20,9,0,152,230,185,26,241,23,9,0,154,102,238,182,66,221,10,0,155,230,184,33,243,243,5,0,159,102,237,24,173,23,7,0,160,230,9,83,164,131,7,0,161,102,100,95,204,46,7,0,163,230,26,130,112,36,7,0,164,230,247,129,186,177,7,0,174,230,189,11,59,229,6,0,177,102,21,35,142,16,10,0,177,102,21,35,177,16,10,0,177,230,144,247,146,180,10,0,177,230,144,247,35,183,10,0,177,102,219,27,42,101,11,0,180,230,226,235,223,244,8,0,180,230,226,235,207,253,8,0,180,230,226,235,200,6,9,0,181,230,35,231,221,148,11,0,182,230,137,171,181,104,7,0,182,102,202,214,41,112,7,0,183,230,126,216,59,229,6,0,186,102,224,188,94,35,8,0,190,230,156,139,51,121,8,0,192,230,61,131,4,32,9,0,192,230,61,131,42,37,9,0,193,230,58,23,34,121,11,0,195,102,125,118,164,131,7,0,196,230,157,155,90,57,9,0,196,230,157,155,129,57,9,0,197,230,34,202,146,230,5,0,197,230,34,202,221,221,6,0,197,102,184,223,172,172,10,0,197,102,184,223,242,172,10,0,198,102,221,205,84,25,8,0,199,230,58,14,61,61,11,0,204,230,143,131,2,83,7,0,206,230,81,9,150,83,9,0,206,230,81,9,176,85,9,0,210,102,41,135,186,177,7,0,214,102,131,182,101,28,11,0,214,102,131,182,146,28,11,0,216,230,184,21,125,48,9,0,216,230,184,21,110,49,9,0,219,102,9,126,219,70,7,0,221,102,75,137,9,35,7,0,221,102,75,137,73,12,12,0,222,102,6,189,53,48,6,0,222,230,101,187,184,124,7,0,222,230,101,187,20,125,7,0,222,230,243,10,222,213,11,0,223,230,49,221,178,0,10,0,223,230,49,221,213,0,10,0,223,230,49,221,246,0,10,0,223,230,143,71,220,111,11,0,226,102,26,191,69,167,10,0,226,102,26,191,101,167,10,0,227,230,117,130,135,211,7,0,228,230,166,249,141,119,7,0,229,102,158,61,119,27,11,0,231,230,179,139,67,216,7,0,232,230,205,234,142,174,8,0,232,230,157,170,33,4,12,0,236,230,177,21,5,129,7,0,237,230,62,126,131,176,6,0,238,230,177,229,196,228,10,0,239,102,250,88,100,146,7,0,241,230,129,243,174,2,8,0,241,230,93,252,201,8,8,0,241,230,143,224,23,62,9,0,241,230,143,224,71,62,9,0,244,102,196,5,114,19,7,0,244,102,80,161,190,110,7,0,249,230,136,164,198,76,6,0,250,102,237,97,16,153,8,0,1,231,73,31,161,14,7,0,2,231,7,105,96,66,10,0,6,231,93,152,145,139,7,0,6,103,199,193,38,233,10,0,7,103,197,206,81,219,8,0,9,103,28,136,192,69,9,0,9,103,28,136,164,70,9,0,9,103,28,136,128,71,9,0,9,103,72,115,215,173,9,0,9,103,72,115,142,174,9,0,11,103,52,193,120,232,7,0,12,103,195,138,150,132,10,0,13,103,126,179,2,150,7,0,14,231,59,159,54,134,7,0,17,103,189,211,2,150,7,0,25,103,190,140,212,187,7,0,25,103,190,140,186,204,7,0,25,231,214,144,14,62,10,0,25,231,214,144,229,62,10,0,25,231,38,226,96,141,11,0,27,231,149,164,166,118,7,0,27,103,74,21,63,239,10,0,27,103,74,21,232,255,10,0,27,103,74,21,110,3,11,0,30,103,249,26,186,177,7,0,33,103,10,207,13,18,7,0,40,231,170,230,164,90,6,0,40,103,115,42,205,39,7,0,41,103,169,83,179,92,6,0,41,103,79,128,100,85,11,0,46,103,131,182,186,177,7,0,48,231,65,186,192,69,9,0,48,231,65,186,164,70,9,0,48,231,65,186,128,71,9,0,49,231,179,222,244,106,7,0,49,231,18,227,50,141,9,0,49,231,18,227,130,142,9,0,49,231,18,227,212,143,9,0,49,231,18,227,43,145,9,0,51,103,11,122,38,241,5,0,52,103,1,126,37,159,6,0,52,103,1,126,241,214,6,0,52,103,1,126,225,230,6,0,52,103,1,126,158,245,6,0,56,231,231,109,26,6,6,0,56,103,152,20,206,36,7,0,59,103,171,252,72,161,8,0,59,103,171,252,72,161,8,0,59,103,171,252,214,161,8,0,59,103,171,252,214,161,8,0,59,103,171,252,89,162,8,0,59,103,171,252,89,162,8,0,59,103,88,10,185,131,11,0,60,231,24,197,11,50,11,0,64,103,37,118,10,77,7,0,66,231,186,158,60,150,8,0,67,103,155,253,197,95,7,0,73,103,30,166,227,84,11,0,74,103,56,62,74,14,6,0,74,103,231,242,2,83,7,0,75,103,129,191,87,227,9,0,75,103,129,191,125,227,9,0,77,103,180,145,186,177,7,0,79,231,233,210,49,209,6,0,79,231,125,81,123,155,7,0,80,103,101,37,218,17,12,0,81,103,249,149,142,99,7,0,82,103,200,131,155,70,8,0,82,103,243,103,229,52,11,0,83,103,81,62,89,125,6,0,83,103,238,219,231,60,7,0,83,103,81,62,199,191,7,0,83,103,96,100,215,57,11,0,84,103,85,170,231,60,7,0,84,103,4,139,233,8,11,0,84,103,217,79,158,12,11,0,84,103,217,79,210,15,11,0,85,103,62,31,199,191,7,0,85,103,34,169,223,244,8,0,85,103,34,169,207,253,8,0,85,103,34,169,200,6,9,0,85,103,62,31,173,65,9,0,85,103,62,31,223,65,9,0,86,103,155,34,46,83,11,0,87,231,242,19,24,47,7,0,88,103,242,127,33,221,6,0,88,231,201,26,48,236,10,0,91,231,1,127,85,53,7,0,92,231,239,51,199,191,7,0,92,231,239,51,25,180,8,0,92,231,239,51,175,180,8,0,92,231,239,51,81,181,8,0,92,231,239,51,100,114,10,0,94,231,76,126,179,85,7,0,94,231,76,126,178,87,7,0,94,231,34,230,150,132,10,0,94,231,133,125,121,102,11,0,95,103,206,237,107,91,6,0,95,231,78,181,58,227,11,0,97,103,167,255,176,94,9,0,97,103,167,255,214,94,9,0,98,103,254,166,169,227,10,0,98,103,243,119,106,53,11,0,99,231,12,230,117,121,7,0,99,231,198,155,136,210,10,0,100,103,183,214,68,89,7,0,100,103,183,214,228,91,7,0,101,231,206,78,43,232,7,0,102,231,73,31,182,196,6,0,103,231,128,169,135,122,7,0,106,103,161,101,222,226,5,0,107,103,185,176,150,132,10,0,109,231,187,129,135,122,7,0,112,103,113,3,235,56,11,0,114,231,123,81,197,186,7,0,114,231,123,81,186,204,7,0,114,231,123,81,120,214,7,0,114,231,0,202,180,53,9,0,114,231,0,202,36,54,9,0,116,231,255,65,148,107,6,0,116,231,167,209,12,243,8,0,117,103,194,60,142,188,6,0,118,231,224,247,235,240,10,0,119,231,47,228,68,89,7,0,119,231,47,228,228,91,7,0,121,103,183,99,197,95,7,0,123,103,145,200,0,149,7,0,128,103,111,236,79,241,10,0,132,231,220,86,70,81,7,0,133,103,188,230,150,132,10,0,134,231,192,34,109,37,7,0,135,103,4,144,150,132,10,0,136,231,98,51,68,89,7,0,136,231,98,51,228,91,7,0,137,103,237,107,4,32,9,0,137,103,237,107,42,37,9,0,138,103,10,202,37,77,9,0,140,231,17,224,14,62,10,0,140,231,17,224,229,62,10,0,140,103,238,50,150,132,10,0,140,103,111,92,243,233,10,0,141,103,142,182,114,228,9,0,141,103,232,17,146,180,10,0,141,103,232,17,35,183,10,0,142,231,56,207,173,23,7,0,142,103,213,232,214,17,8,0,142,231,26,233,173,13,12,0,143,103,191,28,120,126,9,0,143,103,191,28,177,126,9,0,143,231,69,128,96,66,10,0,147,231,127,151,38,106,6,0,147,103,153,198,220,144,6,0,147,231,163,29,205,39,7,0,149,103,157,38,55,114,6,0,149,231,37,119,1,31,7,0,149,103,157,38,85,53,7,0,149,103,209,136,164,131,7,0,149,231,128,185,91,170,9,0,149,231,128,185,174,170,9,0,150,103,67,180,161,212,9,0,150,103,67,180,93,213,9,0,150,103,47,160,71,243,11,0,151,103,144,43,222,191,8,0,153,103,24,117,187,183,8,0,153,231,125,237,102,105,9,0,153,231,125,237,57,107,9,0,153,231,19,246,150,132,10,0,156,103,233,175,85,53,7,0,157,231,233,202,180,53,9,0,157,231,233,202,36,54,9,0,158,103,53,171,69,6,6,0,158,231,167,38,58,139,7,0,158,231,92,144,114,228,9,0,159,231,90,231,225,97,7,0,159,231,90,231,199,191,7,0,159,231,90,231,23,206,7,0,159,231,56,127,43,26,8,0,161,231,91,103,85,53,7,0,164,103,95,194,22,96,9,0,164,103,95,194,98,96,9,0,168,103,146,163,116,32,7,0,171,231,243,126,57,39,6,0,172,103,178,253,132,52,8,0,173,231,60,128,151,147,6,0,175,103,165,84,76,13,10,0,175,103,165,84,123,13,10,0,177,103,176,124,228,91,7,0,178,103,127,182,128,247,5,0,179,231,51,206,150,132,10,0,180,103,195,241,234,248,11,0,180,103,195,241,122,252,11,0,183,103,97,7,234,116,8,0,183,103,50,233,142,50,9,0,183,103,50,233,200,50,9,0,184,231,159,43,83,118,6,0,186,103,134,236,59,86,6,0,186,103,96,47,36,229,6,0,191,231,252,201,172,44,7,0,192,231,11,246,231,60,7,0,197,231,19,97,223,244,8,0,197,231,19,97,207,253,8,0,197,231,19,97,200,6,9,0,200,231,145,18,153,82,7,0,200,103,122,22,151,247,7,0,201,231,84,124,65,194,10,0,201,231,84,124,196,194,10,0,203,231,168,153,174,52,8,0,204,103,168,26,208,135,11,0,205,103,188,148,244,106,7,0,205,103,168,190,75,135,11,0,207,231,175,152,119,26,7,0,208,103,223,173,135,122,7,0,209,103,113,96,135,122,7,0,210,231,255,212,119,26,7,0,210,103,169,177,122,30,9,0,210,103,169,177,44,31,9,0,212,231,250,126,172,44,7,0,212,103,248,47,54,134,7,0,212,103,161,174,2,150,7,0,212,103,248,47,186,177,7,0,214,103,14,56,46,101,6,0,217,103,88,110,180,170,6,0,218,103,96,123,228,91,7,0,218,103,213,78,167,101,9,0,218,103,213,78,133,102,9,0,218,103,96,123,169,223,10,0,220,231,169,147,90,108,8,0,220,231,169,147,138,108,8,0,220,231,169,147,188,108,8,0,220,231,169,147,230,108,8,0,220,231,169,147,19,109,8,0,220,231,169,147,60,109,8,0,220,231,169,147,106,228,8,0,220,231,83,118,192,69,9,0,220,231,83,118,164,70,9,0,220,231,83,118,128,71,9,0,220,103,61,43,66,194,11,0,221,103,192,119,150,132,10,0,222,103,212,57,201,244,6,0,222,231,93,213,174,66,8,0,222,231,242,226,87,133,11,0,230,103,113,101,186,88,6,0,231,103,236,2,0,13,7,0,231,103,104,112,139,27,7,0,236,103,53,112,244,95,6,0,236,103,53,112,127,166,6,0,236,231,104,228,116,32,7,0,240,231,242,3,65,179,10,0,240,231,242,3,88,179,10,0,241,103,206,229,82,234,7,0,242,231,212,121,153,73,6,0,243,231,255,101,186,106,7,0,245,231,41,134,85,53,7,0,245,103,233,103,231,60,7,0,247,231,106,159,207,90,8,0,252,231,59,193,45,149,11,0,254,231,81,115,145,237,5,0,255,103,105,54,54,134,7,0,255,103,176,18,4,32,9,0,255,103,176,18,42,37,9,0,255,231,113,204,202,170,11,0,0,232,201,198,150,83,9,0,0,232,201,198,176,85,9,0,0,232,185,6,125,55,10,0,0,232,185,6,152,55,10,0,0,104,28,116,57,132,10,0,0,104,28,116,74,132,10,0,1,104,187,87,68,109,7,0,1,104,147,162,103,54,11,0,3,104,174,55,80,20,9,0,3,104,174,55,241,23,9,0,3,232,113,188,41,240,11,0,5,104,171,182,30,103,7,0,6,104,14,185,157,37,10,0,6,104,14,185,180,37,10,0,6,104,14,185,201,37,10,0,8,232,190,171,110,24,7,0,11,232,46,199,223,244,8,0,11,232,46,199,207,253,8,0,11,232,46,199,200,6,9,0,11,104,47,201,140,92,9,0,11,104,47,201,54,93,9,0,14,104,98,69,202,120,9,0,14,104,98,69,90,121,9,0,14,232,232,215,119,240,10,0,14,232,232,215,175,249,10,0,19,104,126,129,3,14,12,0,20,232,69,82,222,6,12,0,22,104,156,81,137,191,7,0,22,104,39,141,199,191,7,0,22,104,156,81,65,60,8,0,22,104,39,141,90,169,8,0,28,232,78,59,85,53,7,0,28,232,165,117,4,32,9,0,28,232,165,117,42,37,9,0,28,232,17,68,168,226,10,0,29,104,244,153,25,66,9,0,29,104,244,153,212,67,9,0,31,232,41,210,45,124,7,0,31,232,41,210,37,157,9,0,31,232,41,210,104,157,9,0,32,232,83,139,142,244,11,0,33,104,228,232,85,53,7,0,33,104,24,156,92,232,9,0,33,104,24,156,115,232,9,0,33,104,228,232,116,188,11,0,34,104,204,138,110,139,9,0,34,104,204,138,205,139,9,0,35,104,240,186,50,248,7,0,36,232,73,110,193,24,6,0,42,232,19,247,54,134,7,0,46,232,183,250,85,53,7,0,46,232,29,118,54,134,7,0,46,232,183,250,7,228,7,0,46,232,246,67,62,105,10,0,46,232,246,67,134,105,10,0,46,232,246,67,202,105,10,0,46,232,246,67,8,106,10,0,48,232,13,210,141,119,7,0,49,232,216,103,199,207,6,0,49,232,127,203,114,254,10,0,53,232,198,139,86,135,8,0,53,232,69,37,81,127,10,0,55,104,51,168,34,40,10,0,55,104,51,168,62,40,10,0,55,104,51,168,87,40,10,0,56,232,137,185,79,232,10,0,59,232,17,125,159,38,7,0,60,232,96,15,99,22,6,0,60,232,217,150,54,134,7,0,61,232,243,86,244,125,9,0,61,232,243,86,15,126,9,0,62,232,117,138,5,129,7,0,62,232,56,8,200,121,11,0,67,104,181,233,223,5,7,0,68,104,138,157,90,242,10,0,69,104,120,179,114,228,9,0,70,232,70,236,94,210,7,0,73,104,206,216,16,18,6,0,73,232,195,158,223,244,8,0,73,232,195,158,207,253,8,0,73,232,195,158,200,6,9,0,74,232,72,110,146,180,10,0,74,232,72,110,35,183,10,0,75,104,171,203,85,53,7,0,87,232,60,57,206,217,6,0,88,232,73,31,53,48,6,0,90,104,7,112,106,152,8,0,90,232,187,201,201,203,8,0,91,104,128,237,174,128,6,0,95,104,240,3,202,124,6,0,100,104,162,47,83,48,7,0,103,232,138,20,3,14,12,0,104,232,47,64,123,155,7,0,106,232,175,64,181,184,6,0,107,232,73,31,54,134,7,0,110,232,38,190,161,138,7,0,110,104,187,202,186,177,7,0,110,232,134,3,41,100,10,0,111,104,131,182,192,43,8,0,112,104,157,38,172,44,7,0,113,104,112,167,6,207,9,0,113,104,112,167,32,207,9,0,113,104,112,167,56,207,9,0,113,104,165,13,59,131,11,0,115,104,219,65,24,241,10,0,120,104,20,48,145,139,7,0,120,232,198,209,199,97,9,0,120,232,198,209,173,98,9,0,120,232,198,209,152,99,9,0,121,104,67,102,132,211,11,0,121,104,246,102,19,218,11,0,122,104,236,202,161,129,8,0,122,104,236,202,216,129,8,0,122,104,236,202,14,130,8,0,123,232,133,173,26,47,6,0,126,104,220,211,71,191,10,0,126,104,220,211,169,192,10,0,128,232,187,2,41,252,5,0,128,232,20,147,21,214,10,0,129,232,164,201,242,145,7,0,129,232,33,207,255,3,11,0,130,104,242,205,95,48,8,0,130,104,172,248,100,209,11,0,130,104,172,248,123,209,11,0,135,104,193,165,54,134,7,0,135,232,166,117,222,216,9,0,135,232,166,117,76,217,9,0,138,104,0,0,160,19,6,0,138,232,163,160,142,252,7,0,139,104,236,154,24,126,7,0,140,232,124,153,99,51,6,0,141,104,144,247,76,131,10,0,141,104,144,247,101,131,10,0,141,104,144,247,126,131,10,0,143,104,69,22,92,6,12,0,144,104,47,241,54,134,7,0,145,232,142,103,43,204,11,0,146,104,151,2,4,32,9,0,146,104,151,2,42,37,9,0,150,232,254,31,85,53,7,0,151,104,169,19,180,53,9,0,151,104,169,19,36,54,9,0,153,104,204,129,86,47,7,0,154,104,244,48,85,53,7,0,155,232,216,1,225,97,7,0,160,232,1,72,93,60,9,0,160,232,1,72,112,60,9,0,161,232,58,149,25,44,7,0,162,104,96,30,68,89,7,0,162,232,43,197,111,117,7,0,162,104,96,30,16,141,7,0,162,232,10,6,199,191,7,0,162,232,10,6,90,169,8,0,165,104,42,254,44,73,7,0,166,104,231,242,166,78,7,0,166,232,52,199,223,244,8,0,166,232,52,199,207,253,8,0,166,232,52,199,200,6,9,0,167,232,4,177,120,64,6,0,167,232,144,37,51,146,6,0,167,232,4,177,96,85,10,0,167,232,4,177,123,85,10,0,168,104,110,163,199,191,7,0,168,104,110,163,245,203,7,0,168,104,110,163,6,204,7,0,168,104,81,0,187,9,10,0,168,104,81,0,239,9,10,0,168,104,87,198,150,132,10,0,171,104,83,154,152,235,9,0,172,104,167,237,153,42,7,0,174,104,44,202,4,32,9,0,174,104,44,202,42,37,9,0,175,104,250,16,99,166,9,0,175,104,250,16,122,166,9,0,177,104,23,182,85,53,7,0,179,232,108,225,206,21,7,0,180,232,98,191,65,145,7,0,180,232,227,216,123,155,7,0,182,104,136,254,118,104,7,0,182,232,61,231,207,254,11,0,183,104,57,172,210,96,10,0,183,104,57,172,246,96,10,0,183,104,57,172,25,97,10,0,184,232,23,71,10,229,6,0,185,104,226,101,24,126,7,0,188,104,140,190,49,197,6,0,189,232,203,210,213,152,6,0,190,104,72,185,226,117,6,0,191,104,97,2,115,147,7,0,194,232,183,182,243,205,9,0,194,232,183,182,15,206,9,0,194,232,79,253,125,225,10,0,197,104,207,103,223,244,8,0,197,104,207,103,207,253,8,0,197,104,207,103,200,6,9,0,197,232,174,44,239,252,11,0,199,232,48,70,166,78,7,0,201,232,252,82,186,177,7,0,201,232,244,180,150,132,10,0,202,104,116,207,125,26,6,0,202,104,116,207,166,190,8,0,203,232,71,22,98,87,8,0,204,104,73,59,194,115,7,0,204,232,251,73,80,20,9,0,204,232,251,73,241,23,9,0,207,104,157,38,149,68,6,0,207,104,157,38,115,73,6,0,207,104,157,38,11,124,6,0,207,104,157,38,129,125,6,0,207,104,157,38,39,127,6,0,207,104,157,38,251,186,7,0,207,104,157,38,199,191,7,0,207,104,157,38,87,203,7,0,207,104,157,38,39,208,8,0,208,232,244,138,0,220,7,0,209,232,189,149,219,70,7,0,211,104,233,5,1,163,8,0,214,232,113,156,29,166,10,0,214,232,113,156,52,166,10,0,214,104,79,192,65,194,10,0,214,104,79,192,196,194,10,0,215,104,121,69,194,26,7,0,216,104,67,249,150,132,10,0,217,104,231,169,49,45,10,0,217,104,231,169,64,46,10,0,217,104,231,169,67,47,10,0,217,104,231,169,97,48,10,0,218,104,57,91,190,110,7,0,218,232,242,251,145,139,7,0,228,104,108,38,123,155,7,0,230,232,73,112,228,91,7,0,230,232,73,112,127,239,11,0,231,104,170,0,18,240,9,0,231,104,170,0,125,240,9,0,232,232,243,175,5,211,11,0,233,104,147,61,16,25,6,0,234,232,67,201,228,91,7,0,236,104,30,116,198,44,10,0,236,104,30,116,225,44,10,0,236,232,171,175,112,38,11,0,236,232,137,121,119,141,11,0,237,232,8,99,49,251,7,0,237,232,8,99,157,178,11,0,238,104,141,190,176,2,12,0,242,232,98,139,0,70,11,0,246,104,129,27,248,237,9,0,246,104,129,27,238,238,9,0,251,104,40,198,115,150,9,0,252,104,230,61,13,18,7,0,253,232,154,204,30,103,7,0,1,233,203,106,92,1,12,0,1,233,203,106,21,7,12,0,3,233,58,215,54,87,8,0,7,233,36,92,93,96,6,0,8,233,236,69,27,143,11,0,10,105,198,168,215,80,6,0,11,233,115,247,150,83,9,0,11,233,115,247,176,85,9,0,18,105,248,126,141,219,8,0,19,105,101,22,223,244,8,0,19,105,101,22,207,253,8,0,19,105,101,22,200,6,9,0,19,105,76,118,96,66,10,0,20,233,123,197,244,106,7,0,21,233,78,94,145,139,7,0,21,233,245,186,133,35,10,0,21,233,245,186,4,36,10,0,21,233,245,186,144,36,10,0,22,105,216,142,101,84,8,0,22,105,13,55,11,130,10,0,22,105,13,55,37,130,10,0,22,105,13,55,62,130,10,0,23,105,137,110,2,150,7,0,24,105,52,117,199,191,7,0,24,105,52,117,202,42,9,0,25,233,185,148,179,85,7,0,25,233,185,148,178,87,7,0,25,105,226,85,140,202,7,0,26,105,12,5,129,72,10,0,26,105,12,5,169,72,10,0,26,105,12,5,208,72,10,0,27,105,123,46,120,232,7,0,29,105,125,27,141,50,7,0,31,105,217,181,176,188,7,0,32,233,180,87,114,228,9,0,32,105,184,237,75,1,11,0,32,105,184,237,246,6,11,0,33,105,18,98,123,155,7,0,33,105,201,54,233,10,11,0,35,105,183,27,136,184,11,0,36,233,233,5,223,244,8,0,36,233,233,5,207,253,8,0,36,233,233,5,200,6,9,0,39,105,74,111,199,191,7,0,39,105,74,111,7,208,7,0,41,233,191,187,223,244,8,0,41,233,191,187,207,253,8,0,41,233,191,187,200,6,9,0,42,105,97,238,230,231,10,0,44,233,125,132,20,233,6,0,48,233,193,184,109,37,7,0,48,105,48,2,223,244,8,0,48,105,48,2,207,253,8,0,48,105,48,2,200,6,9,0,48,233,31,114,8,254,9,0,48,233,31,114,39,254,9,0,48,233,31,114,61,254,9,0,49,233,152,205,242,40,7,0,49,105,229,74,149,127,7,0,50,105,246,183,179,146,9,0,50,105,246,183,97,147,9,0,52,105,149,55,192,88,8,0,52,105,149,121,194,58,9,0,53,105,247,195,80,20,9,0,53,105,247,195,241,23,9,0,56,105,226,168,113,13,7,0,58,105,128,23,166,78,7,0,58,233,146,43,51,252,10,0,61,105,241,150,165,209,9,0,61,105,241,150,32,210,9,0,61,105,241,150,149,210,9,0,61,105,241,150,61,211,9,0,61,105,241,150,215,211,9,0,62,233,186,76,85,53,7,0,64,233,136,220,199,191,7,0,64,233,136,220,202,42,9,0,65,233,68,171,25,66,9,0,65,233,68,171,212,67,9,0,67,233,166,22,25,66,9,0,67,233,166,22,212,67,9,0,70,105,230,57,135,122,7,0,71,105,70,124,223,244,8,0,71,105,70,124,207,253,8,0,71,105,70,124,200,6,9,0,72,105,68,83,228,14,10,0,72,105,68,83,252,14,10,0,73,105,143,152,215,117,9,0,73,105,143,152,29,118,9,0,73,105,143,152,106,118,9,0,73,233,37,195,34,99,10,0,73,233,37,195,60,99,10,0,74,105,41,169,198,4,12,0,78,105,130,174,220,111,11,0,80,105,97,128,196,236,6,0,80,233,127,54,166,78,7,0,82,233,245,4,186,177,7,0,83,105,104,72,50,85,6,0,83,233,50,127,124,119,6,0,85,105,202,151,10,118,7,0,85,233,38,209,29,192,11,0,86,233,123,250,69,42,7,0,87,105,111,139,57,142,11,0,89,233,86,175,41,112,7,0,91,105,120,179,86,250,9,0,91,105,120,179,116,250,9,0,93,105,81,242,143,45,7,0,94,233,111,140,5,129,7,0,94,233,110,85,220,125,8,0,94,233,110,85,11,244,10,0,97,105,233,20,104,209,8,0,97,105,233,20,125,163,10,0,97,105,233,20,160,163,10,0,98,105,159,34,179,75,6,0,98,105,194,98,124,200,6,0,98,233,238,164,231,60,7,0,99,105,156,128,161,138,7,0,101,233,157,133,188,60,9,0,101,233,157,133,6,61,9,0,102,105,159,42,69,77,7,0,102,233,20,7,178,11,11,0,103,233,107,15,65,194,10,0,103,233,107,15,196,194,10,0,105,233,18,246,39,12,6,0,106,105,218,215,24,126,7,0,107,105,245,235,65,145,7,0,107,105,89,94,199,191,7,0,107,105,89,94,25,180,8,0,107,105,89,94,175,180,8,0,107,105,89,94,81,181,8,0,107,105,89,94,100,114,10,0,111,233,162,12,186,177,7,0,116,233,131,91,197,140,9,0,116,233,131,91,231,140,9,0,118,233,180,190,110,198,6,0,118,233,203,99,80,20,9,0,118,233,203,99,241,23,9,0,119,233,244,124,24,143,6,0,119,105,203,67,185,179,8,0,121,105,247,88,182,12,7,0,124,233,116,135,244,97,6,0,124,233,112,254,2,150,7,0,124,105,123,140,49,45,10,0,124,105,123,140,64,46,10,0,124,105,123,140,67,47,10,0,124,105,123,140,97,48,10,0,129,105,97,204,57,74,7,0,132,233,229,86,183,48,7,0,134,233,242,232,30,16,7,0,134,105,123,21,231,60,7,0,137,105,255,170,192,43,8,0,141,233,108,222,123,155,7,0,142,105,231,215,204,180,11,0,145,105,194,117,141,71,6,0,149,105,163,226,61,118,7,0,151,105,147,153,188,98,7,0,152,105,243,97,192,77,7,0,152,105,243,97,41,112,7,0,153,105,188,218,231,60,7,0,155,233,195,249,161,138,7,0,156,105,0,188,186,177,7,0,156,105,139,205,186,177,7,0,157,105,79,4,146,180,10,0,157,105,79,4,35,183,10,0,161,233,109,231,174,225,10,0,162,233,164,191,6,137,9,0,162,233,164,191,142,137,9,0,163,105,166,252,192,43,8,0,164,233,124,96,60,150,8,0,165,105,6,101,127,25,8,0,166,105,169,11,68,89,7,0,166,105,169,11,228,91,7,0,167,233,114,80,231,60,7,0,171,105,241,144,18,189,7,0,171,105,241,144,127,222,9,0,171,105,241,144,162,222,9,0,171,233,46,215,183,184,11,0,171,233,46,215,225,184,11,0,174,105,164,80,161,138,7,0,174,233,109,231,112,49,10,0,174,233,109,231,253,49,10,0,176,105,175,214,123,155,7,0,176,105,93,119,88,9,10,0,176,105,93,119,111,9,10,0,177,105,144,37,56,84,7,0,177,233,247,75,41,112,7,0,178,233,237,234,2,150,7,0,178,233,237,234,176,67,10,0,178,233,237,234,242,68,10,0,178,233,237,234,55,70,10,0,179,233,205,136,4,32,9,0,179,233,205,136,42,37,9,0,188,105,199,91,80,20,9,0,188,105,199,91,241,23,9,0,188,105,215,230,128,140,10,0,188,105,215,230,20,141,10,0,188,105,215,230,172,141,10,0,190,105,43,182,112,49,10,0,190,105,43,182,253,49,10,0,192,233,30,144,150,132,10,0,193,105,246,153,12,173,10,0,193,105,246,153,60,173,10,0,196,233,218,104,164,131,7,0,196,105,221,60,57,252,7,0,196,233,105,76,6,107,11,0,197,105,57,91,212,187,7,0,198,105,194,146,144,143,7,0,200,105,47,68,232,222,9,0,200,105,47,68,55,223,9,0,201,105,177,38,197,51,11,0,206,105,144,139,230,118,9,0,206,105,144,139,190,119,9,0,207,105,205,94,219,138,11,0,208,233,36,101,2,150,7,0,209,105,153,208,231,115,11,0,211,233,42,101,217,241,8,0,212,233,172,231,197,250,10,0,213,233,6,152,230,118,9,0,213,233,6,152,190,119,9,0,216,233,180,148,61,118,7,0,218,233,231,57,164,131,7,0,218,233,3,24,223,244,8,0,218,233,3,24,207,253,8,0,218,233,3,24,200,6,9,0,219,233,177,100,44,73,7,0,219,105,226,101,68,89,7,0,219,105,226,101,228,91,7,0,219,105,239,196,228,91,7,0,219,105,239,196,147,13,11,0,221,105,133,13,186,177,7,0,221,105,107,95,167,101,9,0,221,105,107,95,133,102,9,0,222,105,42,62,176,216,11,0,223,233,193,99,115,150,9,0,224,233,162,133,172,44,7,0,225,233,106,210,206,10,12,0,226,233,2,148,199,191,7,0,226,233,2,148,216,199,7,0,228,105,218,153,153,42,7,0,232,105,200,162,87,75,7,0,234,105,206,235,231,60,7,0,234,233,49,51,8,210,11,0,235,233,246,251,150,132,10,0,239,233,37,209,40,73,10,0,239,233,37,209,140,73,10,0,239,233,37,209,237,73,10,0,241,105,15,6,108,166,7,0,242,233,93,205,33,200,11,0,243,233,162,241,85,53,7,0,243,105,246,76,244,106,7,0,244,233,109,127,199,191,7,0,244,233,109,127,90,169,8,0,245,233,179,18,52,30,7,0,245,233,57,122,195,49,7,0,245,233,179,18,220,186,9,0,245,233,179,18,61,187,9,0,245,233,179,18,163,187,9,0,245,233,179,18,2,188,9,0,245,233,179,18,106,188,9,0,246,105,176,39,199,97,9,0,246,105,176,39,173,98,9,0,246,105,176,39,152,99,9,0,249,233,228,108,22,21,7,0,249,105,107,174,68,89,7,0,249,105,107,174,228,91,7,0,250,105,139,155,243,43,7,0,251,233,57,193,62,105,10,0,251,233,57,193,134,105,10,0,251,233,57,193,202,105,10,0,251,233,57,193,8,106,10,0,251,233,57,193,226,147,11,0,251,233,57,193,187,158,11,0,254,233,43,161,2,150,7,0,254,105,238,199,186,177,7,0,255,233,239,248,231,60,7,0,1,106,251,226,148,100,9,0,1,106,251,226,179,100,9,0,2,106,226,238,223,244,8,0,2,106,226,238,207,253,8,0,2,106,226,238,200,6,9,0,7,106,45,55,215,56,11,0,9,234,227,159,218,154,6,0,9,234,227,159,238,154,6,0,9,234,227,159,11,155,6,0,10,234,9,67,145,139,7,0,12,106,73,31,192,77,7,0,12,234,90,129,180,53,9,0,12,234,90,129,36,54,9,0,13,234,59,19,94,154,6,0,13,106,104,196,165,238,6,0,13,234,59,19,1,31,7,0,13,106,104,196,108,115,7,0,15,234,194,188,172,196,9,0,15,234,43,74,22,63,11,0,15,234,43,74,122,72,11,0,22,106,16,108,48,158,9,0,22,106,16,108,139,158,9,0,22,106,16,108,224,158,9,0,24,106,88,127,1,31,7,0,25,106,157,126,41,100,10,0,26,106,56,248,94,210,7,0,29,106,102,72,179,85,7,0,31,234,253,30,182,235,5,0,32,106,242,216,120,105,7,0,33,106,54,91,22,216,7,0,33,106,203,155,114,228,9,0,35,234,187,88,81,94,6,0,35,106,245,202,5,129,7,0,35,106,153,134,14,62,10,0,35,106,153,134,229,62,10,0,36,234,55,220,123,155,7,0,39,106,55,38,30,103,7,0,39,106,93,33,177,128,11,0,42,106,219,53,186,177,7,0,42,234,52,95,186,177,7,0,43,106,1,127,85,53,7,0,43,106,1,127,231,60,7,0,44,106,118,32,125,153,11,0,45,106,193,165,224,215,8,0,49,106,17,35,61,111,6,0,50,106,78,55,150,26,6,0,50,106,161,55,82,40,7,0,51,106,13,171,152,12,6,0,53,234,12,93,116,32,7,0,53,106,216,10,85,53,7,0,53,234,209,9,9,238,11,0,55,234,98,35,235,22,7,0,55,234,98,35,35,223,11,0,58,106,54,167,186,70,7,0,58,234,147,224,30,169,10,0,58,234,147,224,207,169,10,0,62,106,110,40,98,44,11,0,63,106,195,123,84,185,6,0,63,234,28,176,186,177,7,0,64,106,181,148,111,191,6,0,69,106,34,72,251,238,5,0,69,234,188,186,88,160,11,0,70,106,53,89,48,91,6,0,72,234,170,37,202,169,6,0,74,106,208,50,123,155,7,0,75,234,9,145,26,28,6,0,76,234,72,246,150,132,10,0,79,234,217,95,59,35,7,0,82,234,119,137,223,244,8,0,82,234,119,137,207,253,8,0,82,234,119,137,200,6,9,0,84,234,176,42,248,237,9,0,84,234,176,42,238,238,9,0,88,106,186,148,41,45,6,0,88,234,59,78,2,150,7,0,89,234,31,29,64,137,6,0,92,106,186,148,41,112,7,0,92,106,4,55,253,11,8,0,92,234,212,3,248,237,9,0,92,234,212,3,238,238,9,0,92,106,123,143,26,245,11,0,93,234,187,52,60,19,12,0,94,234,183,98,224,235,6,0,95,106,133,228,176,67,10,0,95,106,133,228,242,68,10,0,95,106,133,228,55,70,10,0,95,234,143,246,150,132,10,0,96,106,174,55,13,184,6,0,101,106,205,132,126,125,8,0,106,234,226,51,147,98,11,0,107,234,110,39,199,191,7,0,108,234,65,117,141,119,7,0,108,106,193,87,114,228,9,0,109,234,231,134,247,45,6,0,109,234,98,121,214,175,6,0,109,106,162,220,209,99,7,0,111,106,81,208,99,234,10,0,111,234,30,10,166,71,11,0,111,234,30,10,88,74,11,0,115,106,57,127,49,130,6,0,117,234,112,231,153,149,9,0,117,234,112,231,210,149,9,0,117,234,112,231,12,150,9,0,118,106,60,181,129,35,7,0,118,106,60,181,5,36,7,0,120,234,164,18,143,187,6,0,120,106,16,84,80,20,9,0,120,106,16,84,241,23,9,0,122,234,92,165,87,75,7,0,123,106,160,7,123,155,7,0,124,234,134,96,14,234,8,0,126,106,128,183,229,75,8,0,126,234,53,126,32,28,10,0,126,234,53,126,57,28,10,0,127,234,16,164,61,255,10,0,128,106,223,100,228,95,11,0,129,106,198,36,160,187,6,0,130,234,205,80,123,155,7,0,131,106,195,182,68,89,7,0,135,234,230,56,187,183,8,0,135,106,45,223,102,105,9,0,135,106,45,223,57,107,9,0,138,106,19,81,85,53,7,0,140,106,194,168,68,89,7,0,142,106,111,182,2,150,7,0,145,234,155,54,113,243,11,0,146,106,46,40,83,46,8,0,146,106,46,40,127,46,8,0,149,234,166,36,206,198,8,0,152,106,211,189,20,125,7,0,152,234,55,105,165,209,9,0,152,234,55,105,32,210,9,0,152,234,55,105,149,210,9,0,152,234,55,105,61,211,9,0,152,234,55,105,215,211,9,0,158,234,245,55,166,78,7,0,160,234,172,105,160,244,10,0,161,234,144,199,94,210,7,0,165,234,66,140,57,133,6,0,168,234,53,10,55,65,11,0,169,234,172,105,36,109,6,0,170,234,237,234,142,8,12,0,181,234,25,92,150,132,10,0,182,106,195,130,85,53,7,0,182,234,178,132,25,66,9,0,182,234,178,132,212,67,9,0,184,234,227,28,13,34,7,0,184,106,78,18,80,20,9,0,184,106,78,18,241,23,9,0,184,234,101,27,191,63,9,0,184,234,101,27,221,63,9,0,187,234,41,95,44,84,11,0,188,234,116,27,96,155,9,0,188,234,116,27,127,155,9,0,190,234,116,21,107,63,8,0,196,234,237,234,110,1,12,0,198,234,112,6,192,69,9,0,198,234,112,6,164,70,9,0,198,234,112,6,128,71,9,0,198,106,159,11,146,180,10,0,198,106,159,11,35,183,10,0,202,234,3,142,152,212,7,0,203,106,73,31,193,177,6,0,203,234,200,55,16,141,7,0,206,234,234,209,186,177,7,0,207,106,117,225,110,78,8,0,207,106,117,225,21,79,8,0,209,106,124,96,109,37,7,0,212,106,231,102,155,248,6,0,213,106,91,139,233,61,11,0,214,234,114,208,215,118,7,0,214,234,114,208,49,119,7,0,215,106,244,207,231,60,7,0,215,106,32,237,41,130,11,0,216,106,58,62,154,211,10,0,217,234,238,54,89,216,9,0,218,106,174,13,166,103,8,0,218,234,103,27,150,132,10,0,219,106,106,61,229,202,6,0,220,106,239,212,210,88,9,0,220,106,239,212,145,89,9,0,220,106,239,212,74,90,9,0,221,106,145,225,11,49,7,0,221,234,213,151,89,44,9,0,221,234,213,151,166,45,9,0,221,234,213,151,245,46,9,0,223,234,123,228,192,5,6,0,228,234,83,173,65,194,10,0,228,234,83,173,196,194,10,0,230,106,1,55,121,179,11,0,231,106,169,99,85,53,7,0,232,106,59,119,124,124,6,0,232,106,59,119,24,190,6,0,233,234,95,6,130,249,10,0,234,106,7,219,30,103,7,0,234,106,123,134,165,209,9,0,234,106,123,134,32,210,9,0,234,106,123,134,149,210,9,0,234,106,123,134,61,211,9,0,234,106,123,134,215,211,9,0,238,234,221,39,102,143,8,0,239,234,107,189,21,32,7,0,240,106,83,253,41,112,7,0,241,234,98,179,85,53,7,0,241,106,11,148,41,112,7,0,241,234,98,179,205,221,11,0,242,234,116,146,81,77,6,0,246,106,104,72,111,126,6,0,247,106,64,183,223,244,8,0,247,106,64,183,207,253,8,0,247,106,64,183,200,6,9,0,249,234,96,64,226,14,8,0,249,234,96,64,30,15,8,0,249,234,96,64,90,15,8,0,249,234,96,64,146,15,8,0,249,234,96,64,203,15,8,0,251,234,224,236,147,34,7,0,253,106,33,118,87,80,8,0,255,234,154,145,111,167,6,0,0,107,196,241,87,75,7,0,0,235,22,132,235,222,8,0,0,235,22,132,130,133,9,0,0,235,22,132,161,133,9,0,1,107,152,96,186,177,7,0,1,107,188,166,73,5,8,0,1,107,188,166,156,5,8,0,1,107,8,108,64,192,11,0,4,107,59,76,163,161,6,0,6,107,179,13,113,220,10,0,10,107,165,240,207,255,7,0,11,235,37,68,230,118,9,0,11,235,37,68,190,119,9,0,16,235,16,93,191,58,11,0,19,235,11,136,66,201,6,0,23,235,241,250,221,28,7,0,23,235,241,250,27,78,11,0,23,235,241,250,54,78,11,0,25,107,252,32,196,25,7,0,29,107,72,245,235,242,5,0,29,107,72,245,179,85,7,0,29,107,72,245,178,87,7,0,30,235,162,74,164,131,7,0,31,107,81,213,237,178,11,0,32,107,173,102,87,236,7,0,32,107,231,242,215,173,9,0,32,107,231,242,215,173,9,0,32,107,231,242,142,174,9,0,32,107,231,242,142,174,9,0,33,235,247,238,85,241,7,0,35,235,237,234,176,67,10,0,35,235,237,234,242,68,10,0,35,235,237,234,55,70,10,0,36,235,190,202,68,89,7,0,36,235,190,202,16,141,7,0,40,107,13,29,37,77,9,0,42,235,239,75,123,155,7,0,42,107,216,23,72,161,8,0,42,107,216,23,214,161,8,0,42,107,216,23,89,162,8,0,45,235,25,46,129,35,7,0,45,107,231,242,71,251,10,0,45,235,25,46,195,103,11,0,49,235,105,26,69,51,7,0,49,107,10,254,164,131,7,0,51,235,72,58,2,150,7,0,52,235,90,184,169,84,6,0,53,107,48,14,135,225,5,0,53,107,24,34,231,60,7,0,53,235,65,43,245,77,9,0,53,235,65,43,223,78,9,0,54,107,240,33,89,44,9,0,54,107,240,33,166,45,9,0,54,107,240,33,245,46,9,0,55,107,252,100,134,119,11,0,56,235,237,234,176,67,10,0,56,235,237,234,242,68,10,0,56,235,237,234,55,70,10,0,57,107,26,48,166,220,8,0,57,235,95,42,169,138,11,0,58,235,226,227,103,95,11,0,61,235,133,42,193,6,10,0,61,235,133,42,96,7,10,0,62,107,119,172,141,119,7,0,63,107,6,177,20,188,6,0,66,107,121,151,54,134,7,0,66,107,63,139,192,69,9,0,66,107,63,139,164,70,9,0,66,107,63,139,128,71,9,0,67,107,237,44,13,34,7,0,67,235,191,57,228,91,7,0,68,107,154,187,35,23,7,0,68,107,89,209,180,53,9,0,68,107,89,209,36,54,9,0,69,107,251,208,2,150,7,0,71,107,167,126,98,91,8,0,71,107,167,126,141,91,8,0,71,107,167,126,185,91,8,0,72,107,69,171,205,73,7,0,73,107,221,127,146,180,10,0,73,107,221,127,35,183,10,0,74,235,95,227,30,78,7,0,80,107,23,80,157,13,6,0,80,107,23,80,180,13,6,0,81,107,154,44,112,223,6,0,81,107,154,44,134,223,6,0,82,107,65,180,2,150,7,0,83,235,49,250,150,132,10,0,86,235,252,151,143,253,6,0,86,107,68,180,179,146,9,0,86,107,68,180,97,147,9,0,88,235,94,249,183,15,6,0,89,107,183,20,10,245,6,0,91,235,159,6,96,76,6,0,92,107,113,84,102,233,5,0,93,235,14,55,197,95,7,0,93,235,14,55,121,175,7,0,93,235,14,55,161,175,7,0,93,235,14,55,103,176,7,0,94,107,124,81,124,190,11,0,95,235,137,172,13,18,7,0,95,235,137,172,218,222,10,0,96,235,85,59,173,28,7,0,101,235,250,89,186,177,7,0,105,107,218,87,208,22,12,0,107,235,12,173,252,210,10,0,108,235,32,136,112,38,11,0,111,107,142,211,186,177,7,0,111,235,80,190,47,158,11,0,114,235,237,234,228,178,10,0,114,235,237,234,250,178,10,0,117,235,191,85,111,117,7,0,117,107,186,251,125,219,11,0,122,107,30,8,230,119,10,0,122,107,30,8,1,120,10,0,124,235,185,232,162,108,6,0,124,235,185,232,22,72,7,0,124,107,74,211,225,97,7,0,125,107,24,28,41,100,10,0,127,107,237,147,199,191,7,0,127,107,237,147,5,160,8,0,127,107,237,147,5,160,8,0,127,107,237,147,121,160,8,0,127,107,237,147,121,160,8,0,127,107,237,147,227,160,8,0,127,107,237,147,227,160,8,0,127,107,237,147,169,125,10,0,127,107,237,147,246,125,10,0,127,107,237,147,10,126,10,0,127,107,237,147,29,126,10,0,128,107,161,51,202,251,5,0,133,107,57,250,80,20,9,0,133,107,57,250,241,23,9,0,135,235,219,196,126,156,6,0,138,235,26,168,83,29,7,0,138,235,66,22,179,85,7,0,138,235,73,226,25,66,9,0,138,235,73,226,212,67,9,0,139,235,198,31,18,189,7,0,139,235,198,31,42,104,10,0,139,235,198,31,78,104,10,0,141,235,164,18,174,66,8,0,143,235,36,163,144,143,7,0,145,235,88,126,41,100,10,0,145,107,218,236,82,62,11,0,148,235,217,207,162,12,8,0,150,107,243,92,121,220,6,0,150,235,198,221,68,166,7,0,150,235,198,221,53,62,8,0,150,235,150,141,193,27,9,0,150,235,150,141,250,27,9,0,150,235,147,190,249,76,11,0,151,235,7,39,218,128,6,0,151,107,77,173,18,108,10,0,151,107,77,173,41,108,10,0,151,107,77,173,63,108,10,0,152,235,229,101,0,133,11,0,154,107,19,124,37,142,7,0,154,107,44,44,66,138,9,0,154,107,44,44,128,138,9,0,155,235,193,203,130,20,8,0,155,107,218,88,150,132,10,0,156,107,115,27,164,131,7,0,161,107,95,64,181,104,7,0,161,107,88,223,117,121,7,0,163,107,3,120,214,109,6,0,165,107,97,128,162,133,6,0,167,107,79,203,16,141,7,0,168,235,219,11,118,157,11,0,172,107,195,78,183,48,7,0,173,107,183,126,208,41,10,0,173,107,183,126,242,41,10,0,176,235,4,141,125,81,8,0,176,235,4,141,186,81,8,0,176,235,4,141,249,81,8,0,178,107,129,64,30,169,10,0,178,107,129,64,207,169,10,0,179,235,56,205,178,65,11,0,181,235,62,188,223,244,8,0,181,235,62,188,207,253,8,0,181,235,62,188,200,6,9,0,183,235,250,188,2,150,7,0,185,107,157,38,204,46,7,0,185,235,87,211,22,96,9,0,185,235,87,211,98,96,9,0,187,107,43,254,236,153,8,0,187,107,43,254,34,154,8,0,187,107,43,254,74,154,8,0,187,235,95,65,12,237,10,0,188,107,238,90,223,244,8,0,188,107,238,90,207,253,8,0,188,107,238,90,200,6,9,0,189,235,249,185,87,152,10,0,189,235,249,185,193,152,10,0,189,235,237,234,249,0,12,0,192,235,130,146,187,251,11,0,193,235,211,247,150,132,10,0,195,235,30,194,135,122,7,0,196,235,160,44,162,158,11,0,198,107,19,49,96,66,10,0,201,235,98,139,215,109,10,0,201,235,178,172,236,102,11,0,203,235,201,87,186,177,7,0,205,107,196,254,168,187,11,0,206,235,21,91,123,155,7,0,207,235,167,56,244,106,7,0,210,107,24,144,173,46,7,0,211,235,248,207,144,116,6,0,211,235,248,207,249,240,6,0,211,235,196,144,123,155,7,0,213,107,101,209,94,35,8,0,214,235,51,51,89,44,9,0,214,235,51,51,166,45,9,0,214,235,51,51,245,46,9,0,215,235,87,189,244,106,7,0,218,235,119,231,42,222,7,0,219,235,225,7,85,53,7,0,221,235,26,209,164,131,7,0,222,107,78,82,231,60,7,0,225,235,70,211,5,129,7,0,226,107,249,184,80,20,9,0,226,107,249,184,241,23,9,0,229,235,173,91,99,192,6,0,230,107,16,43,68,89,7,0,230,107,16,43,228,91,7,0,231,107,39,187,163,229,7,0,232,235,158,52,110,216,11,0,232,235,158,52,144,216,11,0,233,107,45,177,107,63,8,0,234,107,120,218,125,116,11,0,234,107,120,218,144,116,11,0,235,235,162,131,59,86,6,0,235,107,12,104,231,60,7,0,235,235,19,209,231,60,7,0,239,235,215,197,121,47,7,0,241,235,158,146,245,91,9,0,241,235,158,146,31,92,9,0,241,235,221,123,1,88,10,0,241,235,221,123,24,88,10,0,245,235,159,49,30,103,7,0,245,235,157,159,164,131,7,0,246,235,0,97,123,155,7,0,251,107,37,123,134,48,8,0,254,235,157,176,85,53,7,0,254,235,131,164,186,177,7,0,254,235,111,26,4,32,9,0,254,235,111,26,42,37,9,0,1,236,66,87,54,134,7,0,1,108,34,112,173,130,11,0,4,236,4,1,208,20,6,0,7,108,123,237,239,37,11,0,9,108,204,226,54,134,7,0,9,108,28,116,87,46,11,0,9,108,28,116,253,54,11,0,10,236,13,160,3,14,12,0,11,108,187,1,202,120,9,0,11,108,187,1,90,121,9,0,12,108,56,252,130,241,6,0,12,236,221,194,146,180,10,0,12,236,221,194,35,183,10,0,13,108,226,83,105,124,6,0,14,108,64,82,2,150,7,0,14,236,30,21,4,32,9,0,14,236,30,21,42,37,9,0,14,108,69,188,146,180,10,0,14,108,69,188,35,183,10,0,15,236,98,108,123,155,7,0,15,108,42,5,242,174,10,0,15,108,42,5,3,175,10,0,15,108,42,5,33,175,10,0,16,236,125,179,223,244,8,0,16,236,125,179,207,253,8,0,16,236,125,179,200,6,9,0,17,108,34,119,5,101,7,0,18,108,236,205,184,230,8,0,19,236,59,60,245,77,9,0,19,236,59,60,223,78,9,0,20,108,127,101,68,89,7,0,20,108,127,101,228,91,7,0,22,108,46,180,155,115,7,0,26,236,96,174,41,112,7,0,28,236,224,160,39,3,8,0,31,236,97,235,142,174,8,0,32,236,203,79,49,45,10,0,32,236,203,79,64,46,10,0,32,236,203,79,67,47,10,0,32,236,203,79,97,48,10,0,37,236,90,210,131,154,11,0,38,236,195,125,4,32,9,0,38,236,195,125,42,37,9,0,39,108,12,171,186,177,7,0,39,236,134,92,7,228,7,0,39,108,216,213,4,32,9,0,39,108,216,213,42,37,9,0,40,236,30,177,18,135,6,0,42,108,10,158,223,244,8,0,42,108,10,158,207,253,8,0,42,108,10,158,200,6,9,0,43,236,67,66,228,91,7,0,44,236,3,63,126,104,10,0,44,236,3,63,147,104,10,0,49,108,97,211,85,53,7,0,49,108,87,229,127,17,11,0,52,108,175,161,150,83,9,0,52,108,175,161,176,85,9,0,55,236,8,192,133,212,7,0,55,108,240,89,241,92,11,0,57,108,157,38,254,9,6,0,61,236,104,90,114,228,9,0,65,236,125,193,9,1,12,0,67,236,96,100,150,83,9,0,67,108,255,163,150,83,9,0,67,236,96,100,176,85,9,0,67,108,255,163,176,85,9,0,68,236,2,103,223,244,8,0,68,236,2,103,207,253,8,0,68,236,2,103,200,6,9,0,71,236,12,208,25,66,9,0,71,236,12,208,212,67,9,0,71,236,168,10,12,118,10,0,71,236,168,10,38,118,10,0,71,236,168,10,63,118,10,0,72,108,35,247,121,252,6,0,72,108,35,247,132,207,9,0,78,236,42,255,150,132,10,0,82,236,179,46,160,9,7,0,82,236,107,89,100,172,8,0,82,236,107,89,150,172,8,0,82,236,107,89,212,172,8,0,82,236,107,89,5,173,8,0,82,236,107,89,72,173,8,0,85,236,56,87,148,209,11,0,86,236,220,13,56,84,7,0,86,236,131,141,71,191,10,0,86,236,131,141,169,192,10,0,91,236,169,49,161,212,9,0,91,236,169,49,93,213,9,0,92,108,22,70,198,170,8,0,92,108,72,70,7,33,11,0,95,236,218,172,253,24,10,0,95,236,218,172,21,25,10,0,96,108,248,249,2,150,7,0,97,108,98,97,199,191,7,0,97,108,98,97,186,204,7,0,98,108,127,71,106,237,10,0,98,236,179,137,61,93,11,0,101,236,16,246,249,235,10,0,102,108,4,222,212,187,7,0,108,236,155,24,199,191,7,0,108,236,155,24,5,160,8,0,108,236,155,24,121,160,8,0,108,236,155,24,227,160,8,0,108,236,155,24,169,125,10,0,110,108,77,39,239,124,8,0,113,108,236,243,223,244,8,0,113,108,236,243,207,253,8,0,113,108,236,243,200,6,9,0,114,236,246,6,7,221,7,0,114,108,106,212,231,34,10,0,114,108,106,212,4,35,10,0,114,108,106,212,45,35,10,0,114,108,106,212,91,35,10,0,114,108,131,182,82,25,11,0,115,236,57,207,150,132,10,0,122,108,157,119,2,150,7,0,124,236,183,250,76,195,6,0,125,236,200,85,231,60,7,0,125,236,99,235,246,207,9,0,125,236,99,235,45,208,9,0,125,236,99,235,187,208,9,0,128,108,105,27,37,32,10,0,128,108,105,27,82,32,10,0,128,236,56,108,150,132,10,0,129,236,173,75,60,150,8,0,131,108,15,52,33,200,11,0,132,108,189,44,86,135,8,0,133,236,57,84,102,107,6,0,134,236,141,65,190,100,8,0,137,236,163,160,44,68,6,0,137,236,163,160,135,69,6,0,140,108,46,210,54,220,6,0,140,108,46,210,84,220,6,0,140,108,80,234,21,32,7,0,140,108,98,196,186,177,7,0,141,108,80,215,174,66,8,0,142,236,123,140,141,119,7,0,142,236,27,97,186,177,7,0,143,236,113,239,135,122,7,0,143,108,171,216,67,47,8,0,143,108,171,216,138,47,8,0,143,108,171,216,205,47,8,0,144,236,114,182,52,208,6,0,144,236,173,66,133,74,7,0,144,108,121,236,207,214,7,0,144,108,121,236,69,215,7,0,144,108,121,236,28,217,7,0,145,108,44,116,4,32,9,0,145,108,44,116,42,37,9,0,147,108,130,5,215,109,10,0,149,108,207,154,252,116,7,0,149,236,224,135,232,222,9,0,149,236,224,135,55,223,9,0,150,236,145,61,119,26,7,0,151,108,121,27,223,244,8,0,151,108,121,27,207,253,8,0,151,108,121,27,200,6,9,0,151,108,177,249,150,132,10,0,153,108,209,156,1,48,7,0,155,236,171,253,248,223,7,0,155,108,128,186,57,89,10,0,156,236,150,210,219,70,7,0,158,108,116,85,146,180,10,0,158,108,116,85,35,183,10,0,159,108,23,228,56,84,7,0,159,108,23,228,194,115,7,0,163,108,236,201,153,42,7,0,163,108,236,201,85,53,7,0,164,236,247,149,231,60,7,0,165,236,55,252,99,190,8,0,166,108,108,184,201,198,6,0,166,236,118,68,186,177,7,0,167,108,186,187,86,66,8,0,167,108,186,187,132,66,8,0,167,108,122,39,49,45,10,0,167,108,122,39,64,46,10,0,167,108,122,39,67,47,10,0,167,108,122,39,97,48,10,0,172,108,99,206,123,155,7,0,175,236,17,151,161,212,9,0,175,236,17,151,93,213,9,0,176,108,80,198,16,141,7,0,177,108,123,169,85,53,7,0,177,236,115,228,80,20,9,0,177,236,115,228,241,23,9,0,179,236,221,13,252,116,7,0,179,108,79,82,136,116,10,0,179,108,79,82,190,116,10,0,179,108,94,238,251,43,11,0,179,236,221,13,149,144,11,0,181,108,146,28,12,170,6,0,183,236,102,112,85,53,7,0,183,236,102,112,222,231,8,0,183,236,102,112,35,33,11,0,184,236,1,72,111,117,7,0,185,236,234,59,28,31,8,0,185,236,234,59,136,222,10,0,186,108,102,197,86,114,11,0,187,108,62,2,109,37,7,0,187,108,119,244,203,79,11,0,187,108,169,16,176,216,11,0,188,108,85,205,186,177,7,0,191,236,246,6,199,191,7,0,191,236,246,6,214,190,10,0,191,236,246,6,21,191,10,0,195,236,255,118,168,215,11,0,197,236,241,89,54,134,7,0,199,108,61,49,94,210,7,0,199,108,86,167,176,216,11,0,201,108,68,146,87,75,7,0,202,108,122,122,129,2,11,0,204,108,179,129,242,233,6,0,204,108,179,129,194,249,6,0,210,236,20,40,102,105,9,0,210,236,20,40,57,107,9,0,212,108,231,242,203,100,7,0,212,108,231,242,197,48,8,0,212,108,54,216,247,18,11,0,213,236,249,85,55,76,6,0,213,108,145,81,196,25,7,0,213,108,145,81,68,89,7,0,213,108,145,81,228,91,7,0,218,236,11,196,111,79,6,0,219,236,35,21,228,91,7,0,220,236,141,97,142,99,7,0,224,108,222,151,118,67,11,0,225,108,191,93,120,232,7,0,226,108,68,221,41,112,7,0,229,236,105,223,223,244,8,0,229,236,105,223,207,253,8,0,229,236,105,223,200,6,9,0,230,236,204,199,123,155,7,0,233,108,241,56,45,105,6,0,233,108,241,56,25,208,6,0,235,108,185,124,223,244,8,0,235,108,185,124,207,253,8,0,235,108,185,124,200,6,9,0,238,236,15,207,80,20,9,0,238,236,15,207,241,23,9,0,240,236,201,219,184,124,7,0,240,236,201,219,20,125,7,0,240,108,101,221,80,20,9,0,240,108,101,221,241,23,9,0,245,236,241,57,194,18,7,0,247,108,242,127,32,225,6,0,248,236,174,57,25,66,9,0,248,236,174,57,212,67,9,0,251,236,188,153,96,66,10,0,252,236,245,149,111,117,7,0,253,236,174,129,123,155,7,0,253,236,9,176,150,132,10,0,254,108,35,13,180,53,9,0,254,108,35,13,36,54,9,0,255,108,253,46,5,129,7,0,6,237,251,78,39,231,10,0,8,109,202,180,37,142,7,0,10,109,143,205,210,191,6,0,11,109,189,186,231,60,7,0,12,109,52,248,5,129,7,0,13,109,8,32,150,132,10,0,16,237,13,95,68,89,7,0,16,237,13,95,228,91,7,0,18,237,224,126,29,220,6,0,18,237,220,30,220,38,7,0,18,109,189,174,49,45,10,0,18,109,189,174,64,46,10,0,18,109,189,174,67,47,10,0,18,109,189,174,97,48,10,0,18,109,133,178,96,66,10,0,19,237,119,106,144,142,11,0,22,237,159,60,150,83,9,0,22,237,159,60,176,85,9,0,22,109,111,123,99,104,9,0,22,109,111,123,144,104,9,0,22,109,111,123,166,104,9,0,27,237,194,27,239,12,12,0,29,109,25,181,223,244,8,0,29,109,25,181,207,253,8,0,29,109,25,181,200,6,9,0,31,237,239,33,150,132,10,0,32,109,100,217,32,28,7,0,32,109,72,102,40,34,8,0,32,109,135,102,152,213,8,0,34,237,98,244,4,32,9,0,34,237,98,244,42,37,9,0,36,237,137,249,98,96,9,0,37,237,98,42,241,2,10,0,37,237,98,42,254,3,10,0,38,237,59,19,147,74,8,0,40,109,122,28,97,233,11,0,40,109,122,28,122,233,11,0,42,237,97,209,164,101,7,0,44,109,233,60,85,53,7,0,44,237,47,71,41,114,9,0,44,237,47,71,57,115,9,0,45,109,80,198,46,236,8,0,45,109,80,198,110,236,8,0,47,237,251,49,149,127,7,0,48,109,112,167,195,204,11,0,50,237,119,12,30,78,7,0,50,237,188,118,223,244,8,0,50,237,188,118,207,253,8,0,50,237,188,118,200,6,9,0,52,109,59,77,22,12,10,0,52,109,59,77,98,12,10,0,53,237,103,87,29,76,9,0,53,237,103,87,133,76,9,0,55,109,212,94,5,101,7,0,55,109,36,106,150,132,10,0,55,237,237,234,231,1,12,0,59,237,180,87,149,127,7,0,59,237,98,244,149,2,12,0,60,109,155,200,18,189,7,0,60,109,155,200,199,191,7,0,62,109,195,145,161,14,7,0,63,237,68,136,186,177,7,0,63,237,142,73,184,56,11,0,63,237,142,73,98,57,11,0,65,237,158,186,67,47,8,0,65,237,158,186,138,47,8,0,65,237,158,186,205,47,8,0,67,237,214,54,100,214,10,0,67,109,76,47,54,222,11,0,68,109,154,135,223,244,8,0,68,109,154,135,207,253,8,0,68,109,154,135,200,6,9,0,69,109,184,38,84,223,7,0,69,109,184,38,143,223,7,0,70,109,51,151,33,116,7,0,75,237,59,86,192,148,7,0,75,109,52,203,246,207,9,0,75,109,52,203,45,208,9,0,75,109,52,203,187,208,9,0,78,109,13,32,50,141,9,0,78,109,13,32,130,142,9,0,78,109,13,32,212,143,9,0,78,109,13,32,43,145,9,0,79,109,84,157,150,132,10,0,82,109,246,225,21,17,8,0,85,109,70,23,189,148,8,0,85,109,70,23,246,148,8,0,85,109,70,23,44,149,8,0,85,237,132,150,79,42,9,0,85,237,132,150,118,42,9,0,88,237,254,19,231,60,7,0,89,109,215,122,127,42,11,0,90,109,156,152,85,53,7,0,93,109,99,5,130,157,10,0,93,109,99,5,47,158,10,0,94,109,75,55,107,16,7,0,95,109,47,60,253,111,6,0,96,237,112,119,62,87,6,0,98,237,85,138,166,78,7,0,98,237,39,133,123,206,11,0,99,237,120,144,140,134,11,0,102,109,6,100,223,244,8,0,102,109,6,100,207,253,8,0,102,109,6,100,200,6,9,0,104,237,97,36,239,48,6,0,104,109,72,55,49,45,10,0,104,109,72,55,64,46,10,0,104,109,72,55,67,47,10,0,104,109,72,55,97,48,10,0,107,109,192,148,194,190,6,0,107,109,192,148,8,226,6,0,107,237,235,214,2,150,7,0,108,109,37,109,86,127,7,0,109,109,72,185,215,109,10,0,110,109,121,49,95,108,11,0,111,237,83,34,228,91,7,0,111,237,63,239,139,18,10,0,111,237,63,239,168,18,10,0,112,237,32,173,213,115,8,0,116,237,205,109,63,186,6,0,119,237,180,226,2,150,7,0,119,237,242,3,120,137,11,0,120,109,107,158,118,175,9,0,120,109,107,158,149,175,9,0,120,109,107,158,176,175,9,0,121,109,123,32,198,44,10,0,121,109,123,32,225,44,10,0,123,237,138,115,106,201,6,0,124,109,181,217,41,112,7,0,124,109,198,59,2,150,7,0,124,109,181,217,199,191,7,0,126,109,180,22,36,151,8,0,130,109,131,59,5,129,7,0,132,109,251,218,150,132,10,0,133,237,55,206,200,201,11,0,134,109,46,129,67,194,6,0,134,237,10,59,240,68,7,0,136,109,155,42,4,32,9,0,136,109,155,42,42,37,9,0,136,237,93,89,215,173,9,0,136,237,93,89,142,174,9,0,137,109,7,106,72,208,11,0,138,237,136,50,157,37,10,0,138,237,136,50,180,37,10,0,138,237,136,50,201,37,10,0,139,109,250,57,231,60,7,0,139,109,9,188,41,112,7,0,142,237,22,215,27,176,9,0,142,237,22,215,62,176,9,0,142,237,67,250,141,38,11,0,144,237,84,54,22,96,9,0,144,237,84,54,98,96,9,0,145,109,32,52,57,146,7,0,148,109,192,143,30,169,10,0,148,109,192,143,207,169,10,0,148,109,112,167,101,204,11,0,150,109,235,114,174,66,8,0,152,109,51,55,252,70,6,0,152,109,51,55,2,120,6,0,153,237,197,64,109,14,6,0,153,237,35,78,231,60,7,0,153,109,151,141,231,60,7,0,154,109,69,160,231,60,7,0,156,109,85,85,120,33,6,0,156,109,85,85,153,168,7,0,156,237,96,116,223,244,8,0,156,237,96,116,207,253,8,0,156,237,96,116,200,6,9,0,157,237,158,8,132,132,8,0,157,237,158,8,181,132,8,0,158,109,194,6,37,142,7,0,162,237,87,176,194,18,7,0,162,109,24,212,123,155,7,0,164,109,227,254,81,230,7,0,164,109,97,239,142,50,9,0,164,109,97,239,200,50,9,0,165,109,32,174,94,62,6,0,165,109,32,174,119,130,8,0,166,237,134,156,70,240,7,0,167,237,90,113,245,4,7,0,167,109,215,9,135,87,10,0,167,109,215,9,174,87,10,0,168,109,125,85,152,143,11,0,168,109,125,85,174,143,11,0,169,237,176,103,199,97,9,0,169,237,176,103,173,98,9,0,169,237,176,103,152,99,9,0,169,109,190,106,150,132,10,0,169,237,91,248,150,132,10,0,169,109,137,133,197,246,10,0,174,109,182,5,125,48,9,0,174,109,182,5,110,49,9,0,175,109,35,129,184,124,7,0,175,109,35,129,20,125,7,0,177,109,65,179,68,89,7,0,177,109,65,179,228,91,7,0,177,237,220,105,138,159,10,0,177,237,220,105,214,159,10,0,177,237,220,105,35,160,10,0,178,237,114,66,158,52,7,0,179,109,86,42,245,77,9,0,179,109,86,42,223,78,9,0,180,109,251,77,30,78,7,0,181,109,41,114,20,125,7,0,182,109,49,35,167,101,9,0,182,109,49,35,133,102,9,0,183,109,113,249,80,20,9,0,183,109,113,249,241,23,9,0,183,109,221,118,162,151,9,0,183,109,221,118,56,152,9,0,189,109,39,104,78,242,5,0,191,109,79,180,27,143,11,0,193,109,61,199,255,190,7,0,193,109,61,199,247,198,7,0,193,109,67,233,199,97,9,0,193,109,67,233,173,98,9,0,193,109,67,233,152,99,9,0,195,109,139,53,66,178,6,0,200,237,145,236,199,191,7,0,200,237,145,236,7,208,7,0,201,109,184,16,117,30,7,0,203,109,168,54,54,134,7,0,204,237,103,143,157,237,10,0,204,109,104,247,246,187,11,0,205,109,58,69,223,244,8,0,205,109,58,69,207,253,8,0,205,109,58,69,200,6,9,0,211,109,128,180,86,135,8,0,212,109,239,127,18,189,7,0,212,109,239,127,136,99,10,0,212,109,239,127,166,99,10,0,212,109,239,127,191,99,10,0,212,109,220,19,25,59,11,0,213,237,175,133,46,35,6,0,214,237,154,224,24,126,7,0,214,109,149,37,71,191,11,0,215,109,238,3,180,51,7,0,216,237,122,150,85,53,7,0,217,109,71,82,70,162,10,0,218,109,243,211,133,43,9,0,218,109,243,211,219,43,9,0,222,109,239,122,198,170,8,0,223,109,148,64,114,228,9,0,225,109,196,152,214,240,11,0,227,109,56,127,54,134,7,0,227,109,214,40,2,150,7,0,227,109,56,127,186,177,7,0,230,109,223,114,231,60,7,0,230,109,155,255,183,62,11,0,232,237,177,230,155,58,6,0,232,109,67,129,179,85,7,0,232,109,67,129,178,87,7,0,233,237,89,218,192,69,9,0,233,237,89,218,164,70,9,0,233,237,89,218,128,71,9,0,243,109,38,236,144,70,7,0,252,237,81,97,231,60,7,0,255,237,231,36,20,238,10,0,0,110,170,226,198,17,7,0,0,110,170,226,83,130,9,0,0,110,170,226,122,130,9,0,0,110,198,212,50,141,9,0,0,110,198,212,130,142,9,0,0,110,198,212,212,143,9,0,0,110,198,212,43,145,9,0,1,238,136,114,206,36,7,0,2,238,194,24,231,164,9,0,2,238,194,24,254,164,9,0,3,238,197,69,80,20,9,0,3,238,197,69,241,23,9,0,5,110,15,170,112,36,7,0,7,238,122,42,248,237,9,0,7,238,122,42,238,238,9,0,7,110,242,124,39,190,11,0,13,238,197,158,192,69,9,0,13,238,197,158,164,70,9,0,13,238,197,158,128,71,9,0,13,238,84,177,193,6,10,0,13,238,84,177,96,7,10,0,14,238,194,251,85,53,7,0,14,238,133,242,2,150,7,0,15,238,235,51,155,32,6,0,16,238,19,76,252,214,8,0,17,238,183,227,186,177,7,0,21,238,42,231,202,131,10,0,21,238,42,231,8,132,10,0,22,238,219,57,93,19,6,0,22,238,219,57,177,165,6,0,22,238,219,57,115,147,7,0,22,110,177,244,150,132,10,0,23,238,67,251,124,20,7,0,23,110,221,126,134,203,9,0,23,110,221,126,160,203,9,0,26,110,99,43,20,125,7,0,27,110,39,35,133,210,6,0,27,110,211,166,165,119,11,0,27,110,211,166,189,119,11,0,27,110,249,16,35,16,12,0,31,110,32,14,174,66,8,0,33,238,16,64,219,70,7,0,33,238,132,249,166,78,7,0,33,110,102,102,162,83,7,0,35,238,105,24,32,62,6,0,35,238,105,24,91,198,6,0,35,238,105,24,43,118,8,0,36,238,238,137,139,43,7,0,36,238,201,6,186,177,7,0,36,238,238,137,177,225,11,0,38,110,43,245,144,143,7,0,40,110,84,204,158,52,7,0,42,238,100,57,197,26,6,0,42,238,117,211,120,33,6,0,42,238,117,211,153,168,7,0,42,238,154,138,53,210,10,0,43,110,26,228,4,32,9,0,43,110,26,228,42,37,9,0,43,110,98,210,52,15,11,0,46,238,248,105,40,6,7,0,46,238,232,108,123,155,7,0,47,110,67,182,223,244,8,0,47,110,67,182,207,253,8,0,47,110,67,182,200,6,9,0,49,110,68,15,130,157,10,0,49,110,68,15,47,158,10,0,49,110,139,62,215,96,11,0,50,110,249,83,2,150,7,0,51,110,198,23,41,63,9,0,51,110,198,23,96,63,9,0,52,110,183,37,223,244,8,0,52,110,183,37,207,253,8,0,52,110,183,37,200,6,9,0,53,238,1,226,63,233,9,0,53,238,1,226,109,233,9,0,56,238,67,138,186,177,7,0,57,238,218,59,94,210,7,0,59,110,23,19,48,100,6,0,59,238,194,183,161,138,7,0,64,110,228,195,49,45,10,0,64,110,228,195,64,46,10,0,64,110,228,195,67,47,10,0,64,110,228,195,97,48,10,0,65,110,188,164,21,32,7,0,65,238,93,139,232,65,11,0,65,238,93,139,225,66,11,0,65,110,188,164,9,153,11,0,66,238,157,250,0,13,7,0,66,110,14,198,80,20,9,0,66,110,14,198,241,23,9,0,69,238,106,0,186,177,7,0,69,110,220,213,3,14,12,0,71,110,53,136,234,224,11,0,71,238,53,143,37,236,11,0,73,238,43,144,128,62,10,0,75,110,237,112,231,60,7,0,75,238,13,0,164,131,7,0,77,110,42,70,239,223,6,0,78,238,28,210,194,26,7,0,80,238,244,35,58,100,7,0,80,238,196,162,49,45,10,0,80,238,196,162,64,46,10,0,80,238,196,162,67,47,10,0,80,238,196,162,97,48,10,0,81,110,130,243,89,44,9,0,81,110,130,243,166,45,9,0,81,110,130,243,245,46,9,0,81,110,29,72,136,51,10,0,81,110,29,72,179,51,10,0,82,238,233,153,174,66,8,0,85,110,251,253,59,86,6,0,85,238,88,111,43,207,6,0,85,238,110,98,123,155,7,0,85,110,85,199,186,177,7,0,85,110,85,199,57,89,10,0,90,110,6,29,223,244,8,0,90,110,6,29,207,253,8,0,90,110,6,29,200,6,9,0,92,238,205,238,128,62,10,0,92,238,205,238,229,62,10,0,93,238,96,221,221,20,7,0,95,110,103,46,215,173,9,0,95,110,103,46,142,174,9,0,98,238,35,210,166,78,7,0,101,110,174,102,5,129,7,0,102,238,238,170,206,22,11,0,104,110,157,65,164,131,7,0,104,110,249,8,54,134,7,0,106,238,194,68,231,60,7,0,110,110,212,186,54,134,7,0,110,110,170,190,18,189,7,0,110,238,127,3,199,191,7,0,110,238,127,3,90,169,8,0,110,110,35,200,80,20,9,0,110,110,35,200,241,23,9,0,112,110,244,14,38,56,8,0,112,110,244,14,92,56,8,0,113,238,156,71,52,21,7,0,113,238,174,38,122,30,9,0,113,238,174,38,44,31,9,0,116,110,91,38,21,32,7,0,120,238,18,254,255,190,7,0,121,110,242,91,14,210,10,0,122,238,108,114,187,183,8,0,124,110,74,112,251,213,10,0,127,110,152,192,150,83,9,0,127,110,152,192,176,85,9,0,127,110,197,182,43,19,12,0,130,110,188,127,80,20,9,0,130,110,188,127,241,23,9,0,130,238,97,80,127,226,9,0,130,238,97,80,152,226,9,0,130,238,97,80,172,226,9,0,132,238,40,118,215,109,10,0,133,238,28,162,71,191,10,0,133,238,28,162,169,192,10,0,134,238,76,204,44,128,6,0,136,110,193,2,97,28,9,0,136,110,193,2,1,29,9,0,136,110,193,2,166,29,9,0,136,110,44,125,4,32,9,0,136,110,44,125,42,37,9,0,138,238,245,220,1,187,6,0,138,238,118,149,230,118,9,0,138,238,118,149,190,119,9,0,139,110,130,68,146,180,10,0,139,110,130,68,35,183,10,0,140,110,34,36,198,17,7,0,140,110,146,251,183,147,7,0,140,110,34,36,83,130,9,0,140,110,34,36,122,130,9,0,144,238,118,88,108,75,11,0,145,110,93,47,225,163,6,0,145,110,93,47,19,203,6,0,147,238,201,210,146,183,6,0,148,110,44,105,186,177,7,0,148,110,157,71,130,157,10,0,148,110,157,71,47,158,10,0,148,110,192,44,147,14,12,0,149,110,166,74,18,141,6,0,151,110,160,127,110,139,9,0,151,110,160,127,205,139,9,0,153,110,51,71,5,23,6,0,153,110,139,195,242,217,9,0,153,110,139,195,21,218,9,0,154,238,38,215,150,83,9,0,154,238,38,215,176,85,9,0,156,110,95,218,153,82,7,0,159,110,70,235,41,112,7,0,161,110,8,25,187,183,8,0,162,110,209,78,150,132,10,0,167,110,71,129,210,185,6,0,167,238,64,232,231,60,7,0,167,238,93,202,230,118,9,0,167,238,93,202,190,119,9,0,168,110,227,57,145,139,7,0,168,238,223,227,220,186,9,0,168,238,223,227,61,187,9,0,168,238,223,227,163,187,9,0,168,238,223,227,2,188,9,0,168,238,223,227,106,188,9,0,170,238,218,39,14,181,6,0,170,238,218,39,201,181,6,0,177,110,100,95,177,109,9,0,177,110,100,95,216,109,9,0,179,238,234,55,186,177,7,0,180,110,191,229,174,66,8,0,184,238,156,168,117,243,8,0,186,238,66,77,186,177,7,0,190,110,125,56,164,131,7,0,192,238,60,166,196,25,7,0,192,238,60,166,180,159,8,0,192,238,60,166,153,149,9,0,192,238,60,166,210,149,9,0,192,238,60,166,12,150,9,0,193,110,116,216,183,48,7,0,193,110,116,216,186,177,7,0,197,238,169,74,215,173,9,0,197,238,169,74,142,174,9,0,200,110,117,127,179,19,6,0,202,238,133,59,248,237,9,0,202,238,133,59,238,238,9,0,204,110,74,201,80,20,9,0,204,110,74,201,241,23,9,0,208,110,238,26,43,180,11,0,209,238,137,173,76,173,7,0,212,238,99,228,112,49,10,0,212,238,99,228,253,49,10,0,215,110,108,110,65,24,7,0,215,110,114,97,228,234,7,0,216,110,65,114,150,42,11,0,219,110,89,236,242,145,7,0,219,110,48,62,245,65,10,0,219,110,48,62,20,66,10,0,220,238,110,238,223,244,8,0,220,238,110,238,207,253,8,0,220,238,110,238,200,6,9,0,222,238,69,169,172,44,7,0,222,110,5,211,6,137,9,0,222,110,5,211,142,137,9,0,226,238,222,189,150,132,10,0,227,110,169,16,74,170,7,0,228,110,12,193,54,134,7,0,228,110,37,226,245,77,9,0,228,110,37,226,223,78,9,0,230,238,40,215,218,0,11,0,236,110,114,143,159,224,6,0,236,238,35,242,146,69,7,0,236,238,35,242,206,69,7,0,236,238,156,40,18,240,9,0,236,238,156,40,125,240,9,0,237,110,167,116,76,156,8,0,239,238,62,97,37,57,6,0,242,238,136,125,207,214,7,0,242,238,136,125,69,215,7,0,242,238,82,212,122,30,9,0,242,238,82,212,44,31,9,0,242,110,84,192,210,88,9,0,242,110,84,192,145,89,9,0,242,110,84,192,74,90,9,0,243,110,109,131,244,106,7,0,244,238,13,49,179,85,7,0,244,238,13,49,178,87,7,0,245,110,196,157,5,129,7,0,246,110,55,51,13,18,7,0,247,238,73,180,117,142,7,0,247,238,73,180,216,142,7,0,254,110,56,130,123,155,7,0,255,238,229,13,186,177,7,0,255,238,50,61,107,63,8,0,0,111,9,117,120,33,6,0,0,239,35,66,125,110,7,0,0,111,9,117,153,168,7,0,2,239,181,78,231,60,7,0,2,111,68,155,114,228,9,0,3,111,145,175,6,27,6,0,3,111,145,175,227,193,8,0,6,111,232,252,150,132,10,0,7,111,71,120,145,139,7,0,7,111,14,239,6,226,11,0,8,239,8,250,223,244,8,0,8,239,8,250,207,253,8,0,8,239,8,250,200,6,9,0,8,239,219,225,193,200,9,0,8,239,219,225,23,201,9,0,8,239,219,225,167,201,9,0,10,111,208,86,164,131,7,0,15,239,62,17,2,150,7,0,15,111,255,182,71,191,10,0,15,111,255,182,169,192,10,0,15,239,25,22,154,202,11,0,16,111,176,215,30,18,9,0,16,111,176,215,174,18,9,0,19,111,236,7,4,131,11,0,21,111,75,121,158,123,7,0,21,111,94,164,86,16,8,0,21,239,55,8,2,225,10,0,23,239,240,185,187,183,8,0,24,111,136,94,231,60,7,0,24,111,62,141,6,16,11,0,29,239,196,173,70,162,10,0,30,111,220,179,231,60,7,0,30,239,87,182,228,91,7,0,35,239,248,187,20,125,7,0,37,239,17,25,2,150,7,0,37,111,175,182,123,155,7,0,38,111,182,108,150,132,10,0,39,111,215,42,109,37,7,0,40,111,53,34,123,155,7,0,41,111,172,30,108,115,7,0,41,111,108,148,143,5,12,0,43,111,209,182,85,53,7,0,44,239,184,110,144,143,7,0,44,239,221,20,80,20,9,0,44,239,221,20,241,23,9,0,44,111,151,91,66,138,9,0,44,111,151,91,128,138,9,0,45,239,74,2,46,201,8,0,46,239,23,195,235,58,9,0,46,239,23,195,16,59,9,0,46,239,23,195,48,59,9,0,50,111,179,110,120,33,6,0,50,239,73,31,2,150,7,0,50,111,179,110,153,168,7,0,51,111,236,237,20,142,11,0,52,239,94,177,28,240,10,0,53,111,171,243,187,183,8,0,54,239,123,53,102,123,9,0,54,239,123,53,26,124,9,0,58,111,77,107,41,112,7,0,59,111,162,152,68,89,7,0,59,111,162,152,228,91,7,0,60,239,132,238,223,244,8,0,60,239,132,238,207,253,8,0,60,239,132,238,200,6,9,0,61,239,182,148,199,97,9,0,61,239,182,148,173,98,9,0,61,239,182,148,152,99,9,0,61,239,120,27,150,132,10,0,62,111,35,178,158,52,7,0,62,111,40,7,199,191,7,0,62,239,53,42,223,244,8,0,62,239,53,42,207,253,8,0,62,239,53,42,200,6,9,0,62,111,40,7,202,42,9,0,65,111,142,191,172,44,7,0,67,111,161,248,197,250,10,0,69,111,170,164,154,94,6,0,70,111,69,209,234,213,10,0,71,111,108,7,239,124,8,0,73,239,49,169,197,95,7,0,76,111,112,167,177,126,7,0,77,111,195,45,116,32,7,0,87,239,75,101,223,244,8,0,87,239,75,101,207,253,8,0,87,239,75,101,200,6,9,0,95,111,54,44,137,57,6,0,95,239,117,26,164,131,7,0,95,111,54,44,210,165,7,0,95,239,22,155,192,43,8,0,95,239,76,51,150,197,11,0,97,239,217,87,76,252,10,0,99,111,164,100,161,14,7,0,99,111,90,237,127,49,11,0,100,111,225,36,87,75,7,0,103,239,172,77,179,85,7,0,103,239,172,77,178,87,7,0,106,239,115,135,5,129,7,0,106,239,110,58,140,92,9,0,106,239,110,58,54,93,9,0,107,111,130,143,229,235,11,0,107,111,130,143,82,239,11,0,110,111,198,123,208,34,7,0,111,111,20,122,166,153,11,0,111,111,20,122,187,153,11,0,113,239,93,51,254,227,5,0,114,239,103,86,155,166,7,0,116,239,100,216,111,33,7,0,116,239,100,216,107,131,7,0,117,111,134,93,122,30,9,0,117,111,134,93,44,31,9,0,124,239,107,148,199,191,7,0,124,239,107,148,214,190,10,0,124,239,107,148,21,191,10,0,126,111,14,186,116,168,10,0,127,239,249,1,41,112,7,0,128,239,34,126,182,156,6,0,128,111,161,219,150,132,10,0,129,239,223,187,244,106,7,0,131,111,23,41,112,7,7,0,132,111,148,120,49,45,10,0,132,111,148,120,64,46,10,0,132,111,148,120,67,47,10,0,132,111,148,120,97,48,10,0,133,239,207,234,20,23,10,0,133,239,207,234,63,23,10,0,134,111,197,71,145,233,6,0,135,111,185,70,144,143,7,0,136,111,152,113,228,91,7,0,137,239,4,89,109,241,11,0,138,239,198,161,68,89,7,0,138,239,198,161,228,91,7,0,139,239,190,45,166,78,7,0,141,239,18,222,223,244,8,0,141,239,18,222,207,253,8,0,141,239,18,222,200,6,9,0,142,239,100,94,179,85,7,0,142,239,100,94,178,87,7,0,145,111,1,76,158,77,7,0,148,239,113,98,231,60,7,0,149,239,137,149,133,238,5,0,151,239,69,14,193,6,10,0,151,239,69,14,96,7,10,0,154,239,42,38,145,139,7,0,156,111,239,106,244,106,7,0,158,111,113,8,103,17,9,0,158,111,113,8,135,17,9,0,158,111,113,8,176,17,9,0,159,111,80,142,69,173,6,0,159,111,218,148,231,60,7,0,159,239,69,81,223,244,8,0,159,239,69,81,207,253,8,0,159,239,69,81,200,6,9,0,160,111,99,16,185,229,6,0,161,239,32,100,153,147,10,0,161,239,32,100,98,148,10,0,162,111,221,113,153,147,10,0,162,111,221,113,98,148,10,0,163,239,206,35,83,48,7,0,163,111,12,1,39,190,11,0,164,111,225,58,223,244,8,0,164,111,225,58,207,253,8,0,164,111,225,58,200,6,9,0,165,111,92,73,91,15,6,0,165,111,92,73,188,98,7,0,165,111,198,135,150,132,10,0,169,239,67,82,176,67,10,0,169,239,67,82,242,68,10,0,169,239,67,82,55,70,10,0,173,239,142,232,115,1,11,0,175,111,146,169,193,194,6,0,177,239,179,148,206,36,7,0,177,239,179,148,33,241,9,0,177,239,179,148,59,241,9,0,180,111,253,64,179,85,7,0,180,111,253,64,178,87,7,0,181,239,73,138,177,107,8,0,182,111,173,252,74,14,6,0,184,239,20,99,144,143,7,0,184,111,84,18,107,63,8,0,186,239,195,34,161,138,7,0,187,111,208,210,52,95,9,0,187,111,208,210,95,95,9,0,188,111,98,127,115,1,7,0,189,111,156,149,2,83,7,0,189,111,156,149,50,141,9,0,189,111,156,149,130,142,9,0,189,111,156,149,212,143,9,0,189,111,156,149,43,145,9,0,191,239,138,37,241,202,8,0,191,111,220,82,153,149,9,0,191,111,220,82,210,149,9,0,191,111,220,82,12,150,9,0,192,111,25,166,3,192,6,0,192,111,90,14,197,95,7,0,192,111,230,231,190,110,7,0,193,239,17,168,37,157,9,0,193,239,17,168,104,157,9,0,195,111,224,16,50,214,8,0,196,239,135,206,194,233,11,0,196,239,135,206,242,233,11,0,197,239,209,30,219,70,7,0,199,111,71,45,202,248,11,0,200,111,199,248,214,188,6,0,200,111,57,108,93,74,7,0,200,239,69,81,146,180,10,0,200,239,69,81,35,183,10,0,203,111,78,64,150,132,10,0,204,239,102,87,80,20,9,0,204,239,102,87,241,23,9,0,207,239,83,57,175,34,7,0,207,239,171,64,182,38,7,0,210,239,71,121,114,19,7,0,210,239,71,121,133,69,11,0,211,239,246,133,166,78,7,0,212,239,225,183,227,222,6,0,212,111,152,216,112,49,10,0,212,111,152,216,253,49,10,0,213,111,29,166,4,32,9,0,213,111,29,166,42,37,9,0,214,111,130,135,54,134,7,0,214,111,89,133,150,132,10,0,216,111,127,191,102,105,9,0,216,111,127,191,57,107,9,0,216,111,8,12,192,48,11,0,220,111,240,198,99,21,12,0,221,239,140,93,141,119,7,0,222,239,35,25,231,60,7,0,223,111,175,143,231,60,7,0,224,111,148,214,166,78,7,0,225,111,145,67,85,53,7,0,227,111,165,22,145,123,11,0,228,239,14,197,108,235,6,0,228,239,25,197,145,11,10,0,228,239,25,197,190,11,10,0,233,239,194,68,197,4,8,0,236,239,143,237,130,199,6,0,236,239,143,237,141,119,7,0,238,239,6,132,216,31,6,0,238,239,6,132,143,209,6,0,238,239,6,132,62,105,10,0,238,239,6,132,134,105,10,0,238,239,6,132,202,105,10,0,238,239,6,132,8,106,10,0,239,239,23,147,4,32,9,0,239,239,23,147,42,37,9,0,243,111,63,63,59,113,11,0,243,111,63,63,61,114,11,0,244,239,254,229,231,60,7,0,245,111,187,126,12,237,10,0,246,239,50,86,195,162,6,0,247,239,197,63,231,60,7,0,247,239,178,11,146,69,7,0,247,239,178,11,206,69,7,0,249,239,198,199,70,25,7,0,252,239,138,210,164,131,7,0,252,239,48,216,123,155,7,0,253,239,43,116,208,34,7,0,0,112,114,145,148,112,9,0,0,112,114,145,17,113,9,0,1,240,119,247,18,189,7,0,1,240,119,247,177,145,10,0,3,240,54,22,218,39,8,0,4,112,175,182,231,60,7,0,4,112,248,82,153,82,7,0,4,240,70,188,146,180,10,0,4,240,70,188,35,183,10,0,6,112,10,33,72,161,8,0,6,112,10,33,214,161,8,0,6,112,10,33,89,162,8,0,8,240,31,228,37,77,9,0,10,112,117,204,177,177,11,0,10,112,117,204,204,177,11,0,11,112,25,86,114,228,9,0,15,112,119,199,78,41,7,0,17,240,147,110,156,192,6,0,19,240,164,219,230,51,7,0,21,240,208,165,186,177,7,0,21,240,208,165,82,200,11,0,23,112,206,11,5,129,7,0,25,240,47,194,217,30,11,0,26,240,168,114,136,97,8,0,26,240,168,114,189,97,8,0,26,112,248,245,102,105,9,0,26,112,248,245,57,107,9,0,28,112,66,229,30,103,7,0,29,240,41,100,81,127,10,0,29,240,185,248,116,168,10,0,31,240,223,164,118,70,6,0,32,240,236,10,18,240,9,0,32,240,236,10,125,240,9,0,35,112,42,84,231,60,7,0,35,240,22,79,135,122,7,0,38,112,144,120,52,247,5,0,43,112,62,67,184,33,7,0,44,112,151,14,179,85,7,0,44,112,151,14,178,87,7,0,45,112,120,52,176,216,11,0,46,112,200,10,151,19,7,0,46,112,240,38,70,162,10,0,51,240,194,234,172,44,7,0,51,240,9,9,43,114,11,0,53,112,51,196,91,113,6,0,54,240,224,44,198,20,11,0,55,240,0,83,223,210,10,0,58,240,102,174,177,243,10,0,59,112,184,182,69,51,7,0,59,240,139,104,19,165,10,0,59,240,139,104,78,165,10,0,60,112,1,198,195,99,8,0,60,112,1,198,160,149,11,0,62,112,169,112,237,80,7,0,63,240,236,177,117,30,7,0,64,240,201,155,135,160,11,0,66,240,7,45,195,49,7,0,73,112,153,218,162,156,6,0,73,112,191,169,239,169,9,0,75,240,189,132,107,16,7,0,76,112,244,15,245,77,9,0,76,112,244,15,223,78,9,0,77,240,178,73,199,191,7,0,77,240,178,73,90,169,8,0,79,240,238,6,202,120,9,0,79,240,238,6,90,121,9,0,80,240,255,47,184,37,6,0,82,112,136,34,242,163,8,0,83,240,140,124,197,95,7,0,84,240,163,48,147,66,6,0,84,240,131,203,222,216,9,0,84,240,131,203,76,217,9,0,85,240,32,149,19,13,6,0,85,240,35,59,158,13,8,0,86,112,141,238,85,53,7,0,86,240,62,253,88,254,10,0,86,240,62,253,79,10,11,0,86,240,62,253,130,10,11,0,89,112,109,130,33,6,10,0,90,112,211,117,139,27,7,0,90,112,142,131,60,150,8,0,91,112,14,84,106,41,8,0,91,112,14,84,167,41,8,0,91,112,14,84,229,41,8,0,91,112,14,84,33,42,8,0,92,112,250,0,85,53,7,0,92,240,131,12,202,6,8,0,94,240,227,132,231,60,7,0,94,240,63,235,6,82,7,0,94,240,63,235,174,79,11,0,96,112,83,80,120,232,7,0,98,112,8,195,181,109,7,0,98,240,166,148,45,241,7,0,99,240,196,112,41,112,7,0,100,112,251,36,72,161,8,0,100,112,251,36,214,161,8,0,100,112,251,36,89,162,8,0,102,240,245,244,231,60,7,0,103,112,4,238,177,220,10,0,108,112,254,58,187,150,9,0,108,112,254,58,217,150,9,0,108,112,254,58,249,150,9,0,109,112,231,242,203,232,10,0,112,240,189,132,116,168,10,0,114,112,104,218,186,177,7,0,114,112,104,218,153,213,7,0,114,112,104,218,184,213,7,0,116,112,107,114,214,89,11,0,118,240,163,160,91,23,6,0,118,240,234,187,182,113,6,0,119,240,30,160,165,102,7,0,123,240,80,121,120,232,7,0,124,112,112,167,73,207,11,0,125,112,234,166,117,117,11,0,131,112,125,118,186,177,7,0,134,112,106,99,42,234,7,0,135,240,41,79,2,223,10,0,139,240,112,123,85,53,7,0,142,240,76,8,120,232,7,0,142,240,247,39,193,200,9,0,142,240,247,39,23,201,9,0,142,240,247,39,167,201,9,0,143,112,15,146,123,155,7,0,144,112,27,45,198,146,7,0,151,112,154,183,4,32,9,0,151,112,154,183,42,37,9,0,151,112,3,241,206,216,10,0,152,112,14,248,188,27,6,0,153,240,14,113,174,66,8,0,156,240,18,157,4,41,8,0,156,240,138,246,223,244,8,0,156,240,138,246,207,253,8,0,156,240,138,246,200,6,9,0,156,240,8,130,4,32,9,0,156,240,8,130,42,37,9,0,161,112,104,81,144,17,6,0,164,112,1,182,223,244,8,0,164,112,1,182,207,253,8,0,164,112,1,182,200,6,9,0,165,240,0,223,85,53,7,0,165,112,50,91,64,23,12,0,169,112,116,91,41,112,7,0,169,112,212,110,10,118,7,0,170,240,200,165,150,132,10,0,172,240,108,202,141,119,7,0,173,112,178,243,150,132,10,0,175,112,69,165,233,241,5,0,176,240,171,86,85,53,7,0,179,112,94,80,114,228,9,0,181,240,118,140,53,97,7,0,181,112,150,40,120,232,7,0,181,240,54,132,210,2,8,0,181,112,215,60,172,36,8,0,181,112,16,30,64,82,9,0,181,112,16,30,204,82,9,0,183,240,177,243,249,63,11,0,185,112,56,40,10,118,7,0,186,240,187,81,102,105,9,0,186,240,187,81,57,107,9,0,187,240,113,33,196,99,6,0,190,240,80,196,246,118,8,0,190,240,80,196,37,119,8,0,190,112,6,139,223,244,8,0,190,112,6,139,207,253,8,0,190,112,6,139,200,6,9,0,190,240,239,206,131,59,9,0,190,240,80,196,85,192,11,0,192,240,151,199,11,200,11,0,197,240,111,164,186,177,7,0,198,240,114,207,212,187,7,0,200,240,66,177,74,248,10,0,202,240,47,211,186,177,7,0,202,240,47,211,202,49,8,0,203,112,217,217,153,200,11,0,209,240,187,129,2,150,7,0,210,240,8,126,176,32,6,0,210,240,8,126,98,41,6,0,210,240,8,126,107,120,6,0,213,112,208,162,193,6,10,0,213,112,208,162,96,7,10,0,218,112,70,153,239,245,6,0,220,240,206,11,85,53,7,0,220,112,151,159,239,34,11,0,221,112,225,138,182,15,7,0,221,240,34,42,176,216,11,0,223,112,190,226,244,106,7,0,224,112,115,236,1,48,7,0,226,112,210,248,54,134,7,0,226,240,241,130,2,150,7,0,226,112,48,112,123,155,7,0,228,240,254,234,2,150,7,0,229,112,91,93,115,237,5,0,230,240,250,159,228,91,7,0,232,112,170,149,192,97,7,0,233,240,116,24,219,70,7,0,234,240,150,98,194,115,7,0,234,112,202,78,168,26,8,0,235,112,206,124,139,27,7,0,236,112,91,138,123,155,7,0,236,240,75,161,150,83,9,0,236,240,75,161,176,85,9,0,239,112,50,150,41,112,7,0,239,112,192,15,150,132,10,0,242,240,208,38,38,46,7,0,242,240,23,203,186,177,7,0,245,112,34,250,215,173,9,0,245,112,34,250,142,174,9,0,246,112,78,15,223,244,8,0,246,112,78,15,207,253,8,0,246,112,78,15,200,6,9,0,251,112,109,3,149,23,11,0,251,240,136,194,37,150,11,0,254,240,209,159,71,101,7,0,0,241,123,233,133,74,7,0,0,241,123,233,56,84,7,0,0,241,123,233,186,106,7,0,2,241,70,145,77,241,5,0,2,113,213,57,6,137,9,0,2,113,213,57,142,137,9,0,2,241,114,97,220,21,10,0,2,241,114,97,241,21,10,0,3,113,127,226,238,23,8,0,5,113,109,136,238,200,6,0,5,113,117,49,141,119,7,0,8,241,31,202,203,120,7,0,8,241,31,202,253,120,7,0,8,113,89,105,138,130,10,0,8,113,89,105,152,130,10,0,11,113,122,58,66,136,6,0,12,241,34,76,41,112,7,0,13,241,21,131,244,106,7,0,14,241,143,6,123,155,7,0,14,113,18,110,112,14,11,0,15,113,163,4,150,132,10,0,18,241,128,82,164,131,7,0,19,113,213,44,232,222,9,0,19,113,213,44,55,223,9,0,19,241,4,168,119,240,10,0,21,113,64,17,107,63,8,0,26,241,102,188,72,21,12,0,27,113,248,127,144,143,7,0,29,113,18,60,41,114,9,0,29,113,18,60,57,115,9,0,32,241,81,87,177,126,7,0,32,241,217,55,156,121,8,0,33,241,137,62,153,42,7,0,33,241,41,129,30,133,8,0,36,241,224,62,112,177,6,0,37,113,83,212,110,139,9,0,37,113,83,212,205,139,9,0,38,113,148,118,193,6,10,0,38,113,148,118,96,7,10,0,39,241,90,215,143,45,7,0,40,241,208,134,150,132,10,0,43,113,132,4,43,96,6,0,44,113,23,22,215,118,7,0,44,113,23,22,49,119,7,0,45,241,237,41,41,112,7,0,45,241,194,74,107,63,8,0,47,241,110,215,199,207,6,0,48,241,217,144,125,110,7,0,49,241,216,129,5,30,6,0,49,113,44,122,187,183,8,0,52,113,243,228,86,127,7,0,52,113,227,77,146,214,10,0,53,113,251,64,215,109,10,0,54,113,247,96,56,233,7,0,54,113,215,8,102,105,9,0,54,113,215,8,57,107,9,0,54,113,247,96,240,114,10,0,54,113,247,96,38,115,10,0,54,113,247,96,99,115,10,0,55,241,225,195,231,60,7,0,57,113,126,24,120,33,6,0,57,113,231,242,228,91,7,0,57,113,126,24,153,168,7,0,58,113,5,56,199,191,7,0,58,113,5,56,54,203,7,0,59,113,181,148,180,122,6,0,59,113,181,148,132,116,7,0,61,113,73,91,161,212,9,0,61,113,73,91,93,213,9,0,63,113,129,184,30,147,7,0,63,113,205,22,80,20,9,0,63,113,205,22,241,23,9,0,63,113,68,16,41,114,9,0,63,113,68,16,57,115,9,0,66,113,18,175,110,139,9,0,66,113,18,175,205,139,9,0,66,241,183,76,114,228,9,0,66,113,212,12,27,211,10,0,67,113,30,37,85,53,7,0,68,241,119,84,148,112,9,0,68,241,119,84,17,113,9,0,68,241,25,30,21,61,11,0,70,113,62,15,125,48,9,0,70,113,62,15,110,49,9,0,70,241,73,187,150,132,10,0,73,241,146,12,114,228,9,0,74,113,190,37,186,177,7,0,74,113,81,117,130,157,10,0,74,113,81,117,47,158,10,0,75,241,10,80,111,210,10,0,75,241,171,77,50,148,11,0,75,241,171,77,73,148,11,0,76,241,159,219,143,21,12,0,78,241,139,36,54,134,7,0,79,241,228,209,8,20,7,0,79,241,84,187,77,19,12,0,79,241,84,187,12,20,12,0,81,241,39,60,25,44,7,0,82,113,128,151,85,53,7,0,83,113,164,177,93,52,7,0,87,241,166,40,213,101,7,0,89,113,234,223,137,183,11,0,91,241,213,48,150,132,10,0,96,113,17,125,183,147,7,0,97,241,240,12,215,118,7,0,97,241,240,12,49,119,7,0,101,241,202,208,56,178,11,0,104,241,164,112,6,137,9,0,104,241,164,112,142,137,9,0,107,113,225,18,186,177,7,0,111,241,159,28,54,134,7,0,113,241,8,112,236,32,6,0,117,113,59,127,80,20,9,0,117,113,59,127,241,23,9,0,118,241,119,154,144,21,8,0,118,113,98,229,80,20,9,0,118,113,98,229,241,23,9,0,119,241,177,94,248,237,9,0,119,241,177,94,238,238,9,0,119,241,80,32,65,194,10,0,119,241,80,32,196,194,10,0,122,241,189,246,102,105,9,0,122,241,189,246,57,107,9,0,126,113,10,174,146,180,10,0,126,113,10,174,35,183,10,0,128,241,135,239,116,32,7,0,131,113,230,223,150,132,10,0,133,113,26,174,20,244,11,0,136,113,58,150,160,41,6,0,138,113,157,38,77,122,8,0,139,241,246,24,54,134,7,0,140,113,189,5,146,230,6,0,140,113,242,47,230,118,9,0,140,113,242,47,190,119,9,0,142,241,229,14,150,132,10,0,146,113,199,227,41,112,7,0,147,241,185,13,120,33,6,0,147,241,185,13,153,168,7,0,148,241,77,122,85,53,7,0,149,113,83,197,20,125,7,0,149,241,179,52,186,177,7,0,151,241,204,254,86,135,8,0,151,241,54,66,154,9,12,0,153,113,42,128,16,198,11,0,156,241,107,158,199,191,7,0,158,113,185,178,24,126,7,0,160,113,135,218,32,28,7,0,160,113,14,190,199,191,7,0,160,113,14,190,186,204,7,0,160,241,52,178,246,207,8,0,161,241,0,175,20,125,7,0,162,241,163,172,198,149,8,0,164,113,232,209,77,105,6,0,164,241,168,135,164,131,7,0,166,241,121,196,153,149,9,0,166,241,121,196,210,149,9,0,166,241,121,196,12,150,9,0,166,241,189,28,248,237,9,0,166,241,189,28,238,238,9,0,166,241,99,153,214,103,11,0,169,241,192,148,110,219,6,0,169,113,226,223,231,60,7,0,170,113,33,14,41,112,7,0,170,241,0,93,248,144,7,0,173,113,223,247,85,53,7,0,173,113,97,210,4,32,9,0,173,113,97,210,42,37,9,0,173,113,255,4,140,77,11,0,176,113,88,108,60,233,11,0,179,113,56,61,113,82,7,0,181,241,107,50,41,112,7,0,184,113,93,117,41,112,7,0,185,241,113,2,252,243,11,0,186,113,62,145,145,139,7,0,188,113,119,64,162,108,6,0,188,241,171,71,178,227,6,0,188,113,119,64,22,72,7,0,188,241,96,180,223,244,8,0,188,241,96,180,207,253,8,0,188,241,96,180,200,6,9,0,188,241,96,180,122,30,9,0,188,241,96,180,44,31,9,0,189,113,122,213,115,147,7,0,191,113,132,149,165,209,9,0,191,113,132,149,32,210,9,0,191,113,132,149,149,210,9,0,191,113,132,149,61,211,9,0,191,113,132,149,215,211,9,0,192,241,48,125,54,134,7,0,193,241,116,27,89,44,9,0,193,241,116,27,166,45,9,0,193,241,116,27,245,46,9,0,194,113,72,219,175,81,7,0,195,113,227,101,85,53,7,0,196,113,41,236,203,20,12,0,197,113,243,0,231,60,7,0,197,113,153,95,87,75,7,0,198,113,248,123,223,244,8,0,198,113,248,123,207,253,8,0,198,113,248,123,200,6,9,0,198,241,148,66,140,92,9,0,198,241,148,66,54,93,9,0,198,241,225,80,55,38,11,0,198,241,225,80,27,41,11,0,201,113,103,160,123,155,7,0,202,241,78,197,61,49,7,0,202,241,182,109,94,35,8,0,204,241,165,36,147,92,6,0,204,241,87,117,52,30,7,0,204,241,87,117,220,186,9,0,204,241,87,117,61,187,9,0,204,241,87,117,163,187,9,0,204,241,87,117,2,188,9,0,204,241,87,117,106,188,9,0,206,113,194,32,129,4,6,0,206,113,194,32,219,253,11,0,208,241,147,202,87,75,7,0,210,113,180,148,173,93,6,0,211,113,11,185,239,245,6,0,211,241,106,45,167,101,9,0,211,241,106,45,133,102,9,0,212,113,128,192,102,105,9,0,212,113,128,192,57,107,9,0,213,113,175,212,196,112,6,0,213,241,185,133,54,134,7,0,214,113,230,61,237,80,7,0,216,241,200,120,146,69,7,0,216,241,200,120,206,69,7,0,216,113,127,205,137,183,11,0,217,113,17,150,25,245,5,0,217,113,17,150,93,245,5,0,217,241,63,51,81,212,11,0,219,241,29,232,213,119,6,0,223,113,22,130,120,137,11,0,226,113,167,201,237,80,7,0,228,241,86,82,2,150,7,0,228,241,86,82,19,165,10,0,228,241,86,82,78,165,10,0,228,113,151,41,208,13,12,0,229,113,151,97,2,150,7,0,230,113,224,93,18,189,7,0,230,113,224,93,164,179,10,0,230,113,224,93,229,179,10,0,230,113,224,93,34,180,10,0,234,241,30,194,186,177,7,0,236,113,73,129,142,250,11,0,238,241,210,28,80,20,9,0,238,241,210,28,241,23,9,0,238,241,16,103,195,60,11,0,239,113,5,138,2,150,7,0,241,113,25,102,148,229,5,0,246,113,44,230,158,52,7,0,246,241,70,89,241,179,11,0,247,241,180,41,116,32,7,0,247,113,103,194,255,23,11,0,248,241,64,225,2,150,7,0,249,241,77,251,209,252,5,0,249,241,252,7,38,155,11,0,251,241,126,152,212,10,8,0,254,113,30,86,49,233,5,0,2,242,197,97,107,131,7,0,5,242,60,247,144,207,11,0,5,242,60,247,226,209,11,0,5,242,60,247,131,224,11,0,5,242,60,247,155,226,11,0,9,242,149,129,222,147,6,0,9,242,58,206,85,53,7,0,11,114,217,49,41,112,7,0,12,242,141,178,193,240,10,0,13,242,233,13,121,47,7,0,15,242,151,153,45,124,7,0,17,114,236,198,102,105,9,0,17,114,236,198,57,107,9,0,18,242,104,101,30,169,10,0,18,242,104,101,207,169,10,0,18,114,8,123,197,250,10,0,19,242,125,158,251,238,6,0,20,114,5,49,141,119,7,0,20,114,5,49,128,62,10,0,20,114,5,49,229,62,10,0,20,114,5,49,229,62,10,0,21,114,147,241,208,34,7,0,23,242,0,4,85,53,7,0,23,242,229,223,223,244,8,0,23,242,229,223,207,253,8,0,23,242,229,223,200,6,9,0,26,114,163,126,178,129,11,0,27,242,91,15,5,129,7,0,28,242,215,241,150,132,10,0,28,242,195,139,133,188,11,0,30,114,156,255,158,52,7,0,31,114,134,101,164,131,7,0,31,114,10,186,41,114,9,0,31,114,10,186,57,115,9,0,34,114,215,58,57,89,10,0,35,114,197,127,29,129,11,0,36,242,43,109,203,188,11,0,39,114,121,225,133,143,6,0,39,114,77,230,25,66,9,0,39,114,77,230,212,67,9,0,40,242,187,186,54,134,7,0,41,114,86,219,245,174,6,0,43,242,238,148,93,255,10,0,44,114,133,94,236,191,6,0,45,114,110,211,2,150,7,0,46,242,126,133,166,78,7,0,46,242,147,179,7,228,7,0,47,242,216,96,2,150,7,0,50,114,59,91,190,225,6,0,51,242,167,193,85,159,11,0,55,114,123,143,85,53,7,0,58,242,22,242,164,131,7,0,58,242,6,240,2,150,7,0,59,114,157,38,97,237,5,0,60,114,108,129,4,32,9,0,60,114,108,129,42,37,9,0,62,242,140,194,215,118,7,0,62,242,140,194,49,119,7,0,65,242,136,4,30,103,7,0,71,114,13,50,173,1,10,0,71,114,13,50,223,1,10,0,71,114,13,50,37,2,10,0,73,242,96,111,162,151,9,0,73,242,96,111,56,152,9,0,75,242,166,108,53,204,6,0,75,242,147,146,231,60,7,0,75,242,166,108,177,220,7,0,75,242,166,108,18,226,7,0,75,242,166,108,184,173,8,0,76,242,180,214,185,111,8,0,79,114,209,43,68,89,7,0,79,114,209,43,228,91,7,0,82,114,81,28,25,66,9,0,82,114,81,28,212,67,9,0,84,242,114,39,52,21,7,0,85,114,175,171,197,95,7,0,87,242,143,219,211,214,10,0,88,114,125,150,162,234,6,0,88,114,204,247,153,245,10,0,89,242,59,198,223,244,8,0,89,242,59,198,207,253,8,0,89,242,59,198,200,6,9,0,91,114,136,37,236,166,7,0,91,114,136,37,181,167,7,0,93,242,80,190,192,43,8,0,93,114,149,12,71,191,10,0,93,114,149,12,169,192,10,0,95,242,38,240,144,143,7,0,96,242,155,201,165,189,6,0,97,242,75,43,74,163,9,0,97,242,75,43,150,163,9,0,97,242,75,43,223,163,9,0,100,242,250,3,135,31,7,0,100,242,252,244,2,150,7,0,100,242,102,65,153,147,10,0,100,242,102,65,98,148,10,0,100,114,14,41,181,18,12,0,101,242,44,8,197,246,10,0,107,114,183,22,145,139,7,0,107,114,239,127,122,30,9,0,107,114,239,127,44,31,9,0,109,242,83,120,164,131,7,0,109,242,53,26,150,132,10,0,111,242,56,98,188,98,7,0,113,114,196,148,104,17,7,0,117,242,183,6,91,194,6,0,118,114,166,221,30,103,7,0,120,114,120,55,105,244,5,0,120,242,217,24,233,61,6,0,120,242,250,126,177,139,6,0,120,242,226,135,150,132,10,0,120,242,5,136,53,19,11,0,121,242,249,241,144,143,7,0,122,114,130,213,80,0,8,0,123,114,204,106,161,58,11,0,125,114,61,126,4,32,9,0,125,114,61,126,42,37,9,0,125,114,158,101,149,136,11,0,127,114,123,204,219,70,7,0,127,242,35,227,4,32,9,0,127,242,35,227,42,37,9,0,131,114,207,187,244,106,7,0,131,114,207,187,139,55,11,0,132,114,150,155,54,134,7,0,134,242,181,72,13,18,7,0,140,242,202,114,192,50,7,0,143,242,35,231,68,89,7,0,143,242,35,231,228,91,7,0,143,242,40,76,41,100,10,0,144,114,101,185,199,191,7,0,144,114,101,185,90,169,8,0,144,242,25,101,210,88,9,0,144,242,25,101,145,89,9,0,144,242,25,101,74,90,9,0,150,114,28,231,186,177,7,0,152,242,151,21,96,227,5,0,152,114,213,146,34,21,8,0,153,114,171,55,162,233,7,0,153,242,244,57,150,132,10,0,154,242,122,85,85,53,7,0,154,242,212,155,123,155,7,0,154,114,168,198,150,132,10,0,155,242,114,86,120,33,6,0,155,242,114,86,153,168,7,0,155,242,13,154,30,169,10,0,155,242,13,154,207,169,10,0,156,242,39,117,66,138,9,0,156,242,39,117,128,138,9,0,156,114,77,249,165,248,11,0,157,114,181,17,4,32,9,0,157,114,181,17,42,37,9,0,158,114,60,51,7,236,7,0,158,114,60,51,177,221,11,0,159,242,178,118,141,131,6,0,160,242,148,244,230,118,9,0,160,242,148,244,190,119,9,0,161,242,94,59,231,60,7,0,162,242,219,218,95,103,11,0,165,242,146,103,200,231,10,0,166,114,110,61,192,203,11,0,172,114,87,157,208,33,8,0,172,114,230,218,245,77,9,0,172,114,230,218,223,78,9,0,174,114,44,116,215,109,10,0,176,114,225,120,245,77,9,0,176,114,225,120,223,78,9,0,178,114,6,195,2,150,7,0,179,114,222,64,161,225,6,0,179,242,100,141,200,11,7,0,179,114,148,127,186,177,7,0,180,242,148,18,138,18,12,0,182,114,114,147,187,9,10,0,182,114,114,147,239,9,10,0,183,242,161,254,48,57,11,0,185,242,232,56,16,141,7,0,185,242,91,155,94,210,7,0,187,114,119,103,205,156,11,0,188,114,108,74,223,244,8,0,188,114,108,74,207,253,8,0,188,114,108,74,200,6,9,0,191,242,60,144,71,251,10,0,192,242,181,179,30,103,7,0,192,242,26,73,107,131,7,0,192,114,69,99,123,155,7,0,192,242,26,73,199,191,7,0,192,242,26,73,131,208,7,0,192,114,34,115,161,212,9,0,192,114,34,115,93,213,9,0,193,242,198,95,39,151,10,0,193,242,198,95,128,151,10,0,193,242,198,95,216,151,10,0,194,242,173,125,54,228,10,0,195,114,178,111,202,120,9,0,195,114,178,111,90,121,9,0,199,242,2,126,240,11,6,0,199,242,2,126,204,46,7,0,199,242,167,140,249,145,11,0,202,242,232,104,67,14,7,0,202,114,123,240,232,35,8,0,202,242,73,97,215,109,10,0,203,114,117,60,41,112,7,0,204,242,103,67,166,78,7,0,207,242,53,222,150,132,10,0,208,114,81,242,186,177,7,0,209,114,72,58,209,108,11,0,210,242,48,157,246,251,6,0,211,242,229,233,223,244,8,0,211,242,229,233,207,253,8,0,211,242,229,233,200,6,9,0,213,242,165,100,74,59,11,0,216,114,54,162,85,53,7,0,218,114,47,193,83,172,6,0,220,114,114,83,150,83,9,0,220,114,114,83,176,85,9,0,223,114,52,27,5,129,7,0,223,242,82,202,4,22,12,0,224,242,176,152,103,6,11,0,226,114,147,145,111,117,7,0,229,242,12,123,96,121,6,0,230,242,127,86,143,33,7,0,230,242,21,142,159,157,11,0,232,114,105,34,96,80,6,0,235,114,69,145,85,53,7,0,235,114,170,101,80,20,9,0,235,114,170,101,241,23,9,0,237,242,165,122,85,53,7,0,238,242,62,220,165,188,6,0,238,114,128,165,123,155,7,0,238,114,11,42,199,191,7,0,238,114,11,42,56,75,9,0,238,114,11,42,86,75,9,0,238,114,128,165,118,138,11,0,240,242,82,121,138,159,10,0,240,242,82,121,214,159,10,0,240,242,82,121,35,160,10,0,245,242,13,234,123,155,7,0,245,114,62,104,12,177,7,0,246,114,157,38,73,238,6,0,249,114,93,138,22,72,7,0,250,114,154,107,228,91,7,0,250,114,54,131,187,183,8,0,250,114,154,107,50,141,9,0,250,114,154,107,50,141,9,0,250,114,154,107,50,141,9,0,250,114,154,107,50,141,9,0,250,114,154,107,130,142,9,0,250,114,154,107,130,142,9,0,250,114,154,107,130,142,9,0,250,114,154,107,130,142,9,0,250,114,154,107,212,143,9,0,250,114,154,107,212,143,9,0,250,114,154,107,212,143,9,0,250,114,154,107,212,143,9,0,250,114,154,107,43,145,9,0,250,114,154,107,43,145,9,0,250,114,154,107,43,145,9,0,250,114,154,107,43,145,9,0,251,242,60,48,149,127,7,0,252,242,195,113,80,20,9,0,252,242,195,113,241,23,9,0,252,114,131,25,120,137,11,0,253,114,218,150,162,22,11,0,254,242,51,54,199,191,7,0,254,114,192,229,150,132,10,0,254,242,51,54,120,195,10,0,254,242,51,54,150,195,10,0,1,115,53,41,61,153,8,0,1,115,53,41,125,153,8,0,1,115,53,41,179,153,8,0,2,115,148,19,145,139,7,0,3,243,5,169,194,18,7,0,3,115,71,105,133,80,7,0,11,243,150,159,213,47,11,0,12,243,198,207,123,155,7,0,13,243,70,136,85,53,7,0,15,243,225,92,30,18,9,0,15,243,225,92,174,18,9,0,16,243,100,66,242,44,6,0,16,243,105,24,186,177,7,0,16,243,233,45,138,126,10,0,16,243,233,45,138,126,10,0,16,243,233,45,215,126,10,0,16,243,233,45,215,126,10,0,20,243,141,149,121,66,11,0,21,115,151,60,41,114,9,0,21,115,151,60,57,115,9,0,22,115,231,54,11,139,6,0,22,115,20,141,183,48,7,0,22,243,73,97,85,53,7,0,22,115,255,250,18,240,9,0,22,115,255,250,125,240,9,0,23,115,11,55,56,84,7,0,26,115,230,207,107,63,8,0,27,243,171,171,219,70,7,0,31,115,181,148,249,89,8,0,31,115,181,148,54,90,8,0,33,115,132,89,96,201,8,0,33,243,202,205,95,125,9,0,33,243,202,205,144,125,9,0,34,243,15,109,123,155,7,0,34,243,113,223,4,32,9,0,34,243,113,223,42,37,9,0,37,115,94,56,140,125,11,0,39,115,9,231,122,122,8,0,41,115,167,172,223,244,8,0,41,115,167,172,207,253,8,0,41,115,167,172,200,6,9,0,42,243,28,221,45,64,9,0,42,243,28,221,214,64,9,0,44,243,81,171,138,126,10,0,44,243,81,171,215,126,10,0,46,115,210,144,146,180,10,0,46,115,210,144,35,183,10,0,47,243,247,115,80,20,9,0,47,243,247,115,241,23,9,0,48,115,15,108,117,145,6,0,49,243,233,247,228,91,7,0,50,243,156,124,215,114,8,0,51,243,184,163,244,106,7,0,51,243,147,124,165,209,9,0,51,243,147,124,32,210,9,0,51,243,147,124,149,210,9,0,51,243,147,124,61,211,9,0,51,243,147,124,215,211,9,0,53,115,203,6,223,244,8,0,53,115,203,6,207,253,8,0,53,115,203,6,200,6,9,0,54,243,7,229,213,101,7,0,54,115,111,168,123,155,7,0,55,115,85,23,23,39,7,0,55,243,15,126,180,172,7,0,56,243,7,229,213,101,7,0,57,243,123,45,121,47,7,0,60,243,48,204,53,97,7,0,60,115,201,224,150,132,10,0,61,115,134,91,194,26,7,0,61,243,106,144,245,103,11,0,63,115,195,148,84,88,9,0,63,115,195,148,139,88,9,0,65,243,187,148,109,235,5,0,65,243,187,148,58,219,6,0,66,243,210,251,85,53,7,0,69,115,216,55,41,112,7,0,70,115,193,87,165,209,9,0,70,115,193,87,32,210,9,0,70,115,193,87,149,210,9,0,70,115,193,87,61,211,9,0,70,115,193,87,215,211,9,0,71,115,197,41,186,177,7,0,74,115,214,99,243,195,11,0,76,115,154,86,202,224,6,0,76,243,158,38,164,131,7,0,77,115,242,89,188,98,7,0,77,115,22,139,186,177,7,0,78,243,80,95,41,58,6,0,78,243,80,95,163,228,8,0,78,243,80,95,219,228,8,0,82,115,79,159,135,122,7,0,85,115,28,71,180,53,9,0,85,115,28,71,36,54,9,0,85,115,200,147,148,112,9,0,85,115,200,147,17,113,9,0,86,243,225,84,199,191,7,0,86,243,225,84,186,204,7,0,86,243,121,52,150,83,9,0,86,243,121,52,176,85,9,0,88,243,166,98,199,97,9,0,88,243,166,98,173,98,9,0,88,243,166,98,152,99,9,0,91,115,205,220,197,51,11,0,93,115,243,160,123,155,7,0,94,243,163,234,131,118,7,0,94,243,10,172,223,244,8,0,94,243,10,172,207,253,8,0,94,243,10,172,200,6,9,0,95,243,84,206,187,183,8,0,95,115,113,220,74,163,9,0,95,115,113,220,150,163,9,0,95,115,113,220,223,163,9,0,97,243,180,3,123,155,7,0,99,115,97,159,223,244,8,0,99,115,97,159,207,253,8,0,99,115,97,159,200,6,9,0,100,243,111,167,85,53,7,0,104,115,231,242,12,177,7,0,104,115,239,174,102,105,9,0,104,115,239,174,57,107,9,0,105,243,151,229,130,157,10,0,105,243,151,229,47,158,10,0,110,243,66,129,121,47,7,0,110,243,29,149,149,127,7,0,111,243,140,129,64,98,7,0,111,243,140,129,91,98,7,0,112,115,15,219,89,38,11,0,115,115,245,53,123,155,7,0,115,115,30,62,142,174,8,0,119,115,110,221,96,66,10,0,120,243,243,37,85,53,7,0,121,115,136,50,186,177,7,0,121,115,25,129,199,191,7,0,121,115,25,129,90,169,8,0,124,115,226,244,247,240,5,0,125,243,113,89,75,189,6,0,125,243,59,111,60,150,8,0,125,115,130,215,210,88,9,0,125,115,130,215,145,89,9,0,125,115,130,215,74,90,9,0,126,243,127,124,222,54,6,0,126,243,127,124,172,44,7,0,128,115,217,34,122,130,11,0,128,115,161,30,247,18,12,0,129,115,80,203,121,1,6,0,129,115,80,203,226,197,6,0,129,115,80,203,234,249,6,0,129,243,64,135,242,211,7,0,130,115,226,212,123,155,7,0,130,115,234,126,58,107,11,0,132,243,192,252,228,91,7,0,132,243,192,252,245,99,7,0,134,243,250,223,68,154,9,0,134,243,250,223,122,154,9,0,134,243,59,51,128,140,10,0,134,243,59,51,20,141,10,0,134,243,59,51,172,141,10,0,137,115,111,149,199,191,7,0,140,115,145,25,117,244,6,0,142,243,97,250,22,21,7,0,142,243,97,250,135,31,7,0,142,243,149,248,150,132,10,0,146,115,169,44,80,20,9,0,146,115,169,44,241,23,9,0,147,243,76,32,184,3,8,0,149,243,25,97,183,147,7,0,149,115,52,163,223,244,8,0,149,115,52,163,207,253,8,0,149,115,52,163,200,6,9,0,151,243,83,77,231,60,7,0,158,115,168,111,123,155,7,0,159,243,173,189,122,30,9,0,159,243,173,189,44,31,9,0,159,243,234,59,125,48,9,0,159,243,234,59,110,49,9,0,160,115,162,114,199,35,6,0,160,243,5,211,203,228,7,0,161,115,233,26,150,132,10,0,162,243,173,185,16,141,7,0,162,243,18,49,81,195,11,0,163,115,144,144,172,196,9,0,164,243,53,85,117,30,7,0,165,243,217,137,149,135,6,0,166,243,218,122,112,49,10,0,166,243,218,122,253,49,10,0,167,243,144,16,225,160,6,0,167,243,139,170,141,119,7,0,167,243,164,21,42,0,8,0,168,115,81,242,4,20,8,0,168,243,93,243,96,66,10,0,169,115,199,83,85,53,7,0,169,243,206,88,18,189,7,0,172,115,0,128,140,149,7,0,172,115,0,128,177,149,7,0,174,243,39,159,228,91,7,0,174,243,39,159,141,119,7,0,175,243,131,103,214,234,9,0,175,243,131,103,34,235,9,0,175,115,199,213,16,132,11,0,176,115,132,174,200,11,7,0,178,243,133,128,12,244,6,0,180,243,103,205,186,177,7,0,182,243,114,140,109,97,10,0,182,243,114,140,136,97,10,0,184,243,36,230,244,106,7,0,187,243,34,34,44,254,5,0,187,243,9,208,130,165,6,0,187,243,34,34,68,89,7,0,187,243,34,34,228,91,7,0,189,115,183,243,85,53,7,0,191,243,217,88,180,53,9,0,191,243,217,88,36,54,9,0,192,243,188,32,206,36,7,0,192,115,48,99,54,134,7,0,196,115,22,126,186,177,7,0,198,115,251,15,45,64,9,0,198,115,251,15,214,64,9,0,200,243,39,142,184,187,6,0,200,243,216,204,167,101,9,0,200,243,216,204,133,102,9,0,200,115,211,91,150,132,10,0,203,243,12,163,44,28,11,0,204,243,94,19,162,108,6,0,204,243,94,19,22,72,7,0,205,115,74,239,149,18,8,0,205,115,68,250,116,37,11,0,206,115,166,17,21,32,7,0,206,115,166,17,2,150,7,0,210,243,236,197,231,60,7,0,211,115,192,191,212,44,8,0,211,243,113,22,49,45,10,0,211,243,113,22,64,46,10,0,211,243,113,22,67,47,10,0,211,243,113,22,97,48,10,0,212,243,53,174,58,100,7,0,213,115,15,179,235,8,6,0,213,115,115,50,50,141,9,0,213,115,115,50,130,142,9,0,213,115,115,50,212,143,9,0,213,115,115,50,43,145,9,0,215,115,66,10,223,244,8,0,215,115,66,10,207,253,8,0,215,115,66,10,200,6,9,0,217,115,19,68,168,107,11,0,218,243,229,7,162,151,9,0,218,243,229,7,56,152,9,0,220,243,70,50,31,94,6,0,220,243,70,50,52,94,6,0,221,115,88,83,53,76,11,0,223,115,82,217,219,143,6,0,223,115,82,217,99,146,6,0,223,115,82,217,237,105,8,0,223,115,82,217,16,106,8,0,223,115,82,217,53,106,8,0,225,243,29,248,126,45,6,0,226,243,12,171,5,129,7,0,228,243,95,78,133,200,7,0,232,243,85,170,56,84,7,0,232,115,136,93,2,150,7,0,233,243,134,154,223,244,8,0,233,243,134,154,207,253,8,0,233,243,134,154,200,6,9,0,234,243,32,233,127,108,6,0,236,115,213,26,166,78,7,0,237,243,242,55,149,10,6,0,237,243,242,55,109,37,7,0,238,243,185,80,116,154,8,0,238,243,22,242,230,118,9,0,238,243,22,242,190,119,9,0,238,243,185,80,8,235,11,0,238,243,185,80,23,235,11,0,240,115,137,42,150,132,10,0,242,243,74,45,45,64,9,0,242,243,74,45,214,64,9,0,242,243,42,68,30,169,10,0,242,243,42,68,207,169,10,0,242,243,242,59,224,239,10,0,243,115,247,242,190,248,5,0,243,115,19,151,30,69,6,0,243,243,192,148,88,35,7,0,245,115,239,199,53,97,7,0,245,243,49,19,30,18,9,0,245,243,49,19,174,18,9,0,245,115,8,31,250,20,10,0,245,115,8,31,24,21,10,0,245,115,8,31,77,21,10,0,246,243,43,204,179,146,9,0,246,243,43,204,97,147,9,0,249,115,152,113,131,226,6,0,249,243,80,60,219,70,7,0,249,115,125,143,100,138,8,0,251,243,143,54,242,146,7,0,252,243,95,78,41,88,11,0,253,243,208,169,186,177,7,0,255,243,204,248,123,155,7,0,0,244,127,162,199,191,7,0,0,244,127,162,90,169,8,0,0,116,119,14,191,125,11,0,0,116,119,14,110,128,11,0,1,116,148,190,199,191,7,0,1,116,148,190,202,42,9,0,1,244,105,167,135,20,11,0,2,244,218,7,146,180,10,0,2,244,218,7,35,183,10,0,3,116,207,110,1,31,7,0,3,244,134,35,122,161,11,0,8,116,234,244,190,183,9,0,8,116,234,244,216,183,9,0,8,244,114,69,184,53,11,0,9,244,46,215,41,112,7,0,10,244,192,1,150,132,10,0,10,116,184,168,19,218,10,0,10,116,120,129,238,51,11,0,13,244,243,54,30,103,7,0,17,244,194,121,223,244,8,0,17,244,194,121,207,253,8,0,17,244,194,121,200,6,9,0,18,116,17,249,215,173,9,0,18,116,17,249,142,174,9,0,20,244,18,197,89,44,9,0,20,244,18,197,166,45,9,0,20,244,18,197,245,46,9,0,21,116,71,102,3,41,11,0,21,244,10,29,79,110,11,0,23,116,125,153,231,60,7,0,24,116,116,178,31,221,10,0,27,116,252,181,96,66,10,0,29,244,47,249,196,71,8,0,30,244,249,111,136,8,6,0,30,244,212,154,202,213,10,0,31,116,128,243,143,171,8,0,32,116,101,210,146,180,10,0,32,116,101,210,35,183,10,0,34,116,148,21,10,106,11,0,34,116,148,21,88,117,11,0,37,116,186,148,70,40,6,0,38,244,184,146,2,150,7,0,39,116,205,128,161,212,9,0,39,116,205,128,93,213,9,0,41,116,220,16,204,88,6,0,41,244,228,211,41,112,7,0,41,244,223,224,50,141,9,0,41,244,223,224,130,142,9,0,41,244,223,224,212,143,9,0,41,244,223,224,43,145,9,0,42,116,86,213,2,150,7,0,42,244,203,208,29,108,11,0,43,244,113,27,102,105,9,0,43,244,113,27,57,107,9,0,43,116,196,148,168,215,11,0,45,244,162,23,14,62,10,0,45,244,162,23,229,62,10,0,45,244,138,248,217,211,11,0,50,116,123,50,94,210,7,0,58,116,110,154,2,150,7,0,61,244,230,171,247,88,6,0,61,244,1,189,142,99,7,0,61,116,222,40,122,30,9,0,61,116,222,40,44,31,9,0,63,116,223,124,184,116,8,0,65,244,218,109,148,160,6,0,65,116,140,129,186,177,7,0,66,244,0,3,245,249,11,0,70,116,175,111,161,14,7,0,71,244,97,153,199,191,7,0,71,244,97,153,190,197,7,0,71,244,97,153,208,197,7,0,72,116,149,131,106,213,11,0,78,244,219,130,231,60,7,0,79,116,73,175,135,122,7,0,80,244,237,250,54,134,7,0,82,116,61,167,63,246,5,0,84,244,56,118,56,82,6,0,85,244,232,190,149,127,7,0,85,116,198,160,192,69,9,0,85,116,198,160,164,70,9,0,85,116,198,160,128,71,9,0,85,116,186,46,150,132,10,0,86,244,49,95,5,129,7,0,86,244,220,221,41,114,9,0,86,244,220,221,57,115,9,0,86,116,142,28,143,30,10,0,86,116,142,28,168,30,10,0,87,116,101,70,122,231,10,0,88,244,27,126,231,60,7,0,88,244,50,204,231,219,10,0,88,244,10,214,48,189,11,0,89,116,67,143,70,217,10,0,91,116,174,133,70,162,10,0,92,116,243,126,147,0,6,0,92,244,4,179,225,187,6,0,93,116,171,145,106,68,11,0,94,244,25,204,166,78,7,0,95,244,193,41,186,177,7,0,95,244,209,208,186,177,7,0,95,244,91,113,219,177,8,0,97,244,130,215,231,60,7,0,97,244,21,99,112,73,7,0,98,116,197,111,109,8,7,0,98,244,145,71,41,112,7,0,99,116,10,31,245,77,9,0,99,116,10,31,223,78,9,0,101,116,210,241,111,117,7,0,102,116,244,52,67,109,6,0,102,244,111,150,25,44,7,0,102,116,239,184,150,132,10,0,102,244,114,75,120,23,11,0,103,116,3,163,186,177,7,0,104,244,79,29,146,180,10,0,104,244,79,29,35,183,10,0,105,116,233,170,146,180,10,0,105,116,233,170,35,183,10,0,107,244,219,128,140,235,5,0,109,244,118,246,196,25,7,0,109,116,244,53,231,60,7,0,111,244,97,128,42,72,6,0,111,116,17,2,150,83,9,0,111,116,17,2,176,85,9,0,111,116,183,248,22,63,11,0,111,116,183,248,122,72,11,0,112,244,213,43,114,228,9,0,115,244,19,60,179,85,7,0,115,116,165,15,177,126,7,0,117,116,14,77,41,112,7,0,117,244,197,194,174,182,11,0,117,244,197,194,111,195,11,0,119,116,11,251,199,191,7,0,119,116,11,251,25,180,8,0,119,116,11,251,175,180,8,0,119,116,11,251,81,181,8,0,119,116,11,251,100,114,10,0,121,244,239,31,2,150,7,0,122,116,7,216,4,127,11,0,124,244,106,134,41,112,7,0,125,116,108,252,47,97,6,0,125,244,252,249,179,85,7,0,126,116,130,217,23,62,9,0,126,116,130,217,71,62,9,0,127,116,37,33,2,150,7,0,131,244,177,72,151,29,6,0,131,244,177,72,176,29,6,0,131,116,226,89,199,191,7,0,131,116,226,89,202,42,9,0,132,244,33,227,181,255,5,0,132,244,161,76,112,49,10,0,132,244,161,76,253,49,10,0,132,116,40,41,206,185,11,0,132,116,40,41,228,185,11,0,134,244,249,3,223,244,8,0,134,244,249,3,207,253,8,0,134,244,249,3,200,6,9,0,135,116,9,156,231,60,7,0,135,116,71,246,41,112,7,0,135,116,71,246,194,115,7,0,136,244,77,248,186,177,7,0,140,116,216,50,186,177,7,0,140,116,43,36,247,109,8,0,140,244,189,251,146,180,10,0,140,244,189,251,35,183,10,0,143,244,46,101,195,49,7,0,143,116,163,186,123,155,7,0,146,116,34,102,127,49,11,0,147,116,113,204,111,20,11,0,147,116,113,204,18,27,11,0,154,116,80,230,176,67,10,0,154,116,80,230,242,68,10,0,154,116,80,230,55,70,10,0,155,244,142,89,194,14,8,0,156,116,179,9,28,57,8,0,158,116,215,221,146,69,7,0,158,116,215,221,206,69,7,0,163,244,87,128,186,177,7,0,167,116,177,26,43,52,7,0,168,244,233,254,223,244,8,0,168,244,233,254,207,253,8,0,168,244,233,254,200,6,9,0,178,116,139,121,41,3,7,0,178,244,202,71,219,70,7,0,179,116,148,88,254,38,6,0,181,116,140,151,228,91,7,0,181,116,247,142,132,127,9,0,181,116,247,142,27,128,9,0,181,116,247,142,154,128,9,0,181,116,247,142,215,128,9,0,181,116,247,142,39,231,10,0,183,116,85,252,144,143,7,0,184,116,43,215,13,153,6,0,184,244,12,125,179,85,7,0,184,244,12,125,178,87,7,0,187,116,167,207,85,53,7,0,191,244,8,181,56,84,7,0,192,244,221,173,189,243,5,0,192,116,13,229,192,50,7,0,192,244,29,246,30,103,7,0,195,116,81,242,186,106,7,0,199,116,57,34,194,190,6,0,199,116,0,60,3,141,8,0,201,116,41,122,238,242,8,0,204,116,210,176,54,134,7,0,205,116,255,137,199,191,7,0,205,116,255,137,50,201,7,0,205,116,214,98,30,18,9,0,205,116,214,98,174,18,9,0,206,244,193,193,153,15,7,0,206,116,45,139,150,132,10,0,212,244,181,127,199,191,7,0,213,116,156,97,114,228,9,0,216,244,158,11,75,22,7,0,216,244,123,181,65,214,7,0,217,244,45,214,229,41,7,0,218,116,25,40,136,29,7,0,218,116,81,242,241,2,10,0,218,116,81,242,254,3,10,0,220,244,186,2,245,138,6,0,221,244,229,50,223,244,8,0,221,244,229,50,207,253,8,0,221,244,229,50,200,6,9,0,225,244,207,86,123,155,7,0,226,116,184,165,200,50,6,0,226,116,143,61,127,17,11,0,228,244,235,118,85,53,7,0,229,116,42,40,213,101,7,0,229,244,192,167,244,106,7,0,229,116,42,40,223,175,10,0,230,116,171,92,159,154,8,0,231,244,173,67,86,135,8,0,232,116,34,176,208,34,7,0,234,116,210,233,77,126,6,0,234,116,210,233,202,143,6,0,237,244,159,30,204,88,6,0,237,244,214,2,18,189,7,0,240,244,209,54,248,237,9,0,240,244,209,54,238,238,9,0,241,244,182,183,87,75,7,0,243,244,111,251,250,142,11,0,244,116,224,85,92,199,6,0,245,116,156,94,215,118,7,0,245,116,156,94,49,119,7,0,246,116,173,150,199,191,7,0,247,244,100,34,24,126,7,0,248,116,113,143,123,155,7,0,248,244,211,252,146,180,10,0,248,244,211,252,35,183,10,0,250,116,102,209,251,153,11,0,250,116,102,209,39,154,11,0,4,117,208,118,135,87,10,0,4,117,208,118,174,87,10,0,6,245,153,65,134,3,11,0,8,245,44,221,7,228,7,0,9,245,34,202,118,59,6,0,9,245,34,202,186,59,6,0,9,117,30,182,208,12,8,0,11,117,78,103,110,40,7,0,11,245,76,172,85,53,7,0,11,117,2,146,10,77,7,0,12,245,83,219,31,89,6,0,13,245,224,224,197,0,11,0,14,245,108,175,36,253,10,0,14,245,108,175,89,0,11,0,15,245,74,210,32,218,7,0,17,117,48,149,24,126,7,0,21,117,124,1,75,20,6,0,21,117,60,207,30,103,7,0,25,245,130,218,91,157,6,0,25,245,7,105,45,64,9,0,25,245,7,105,214,64,9,0,29,245,200,6,30,18,9,0,29,245,200,6,174,18,9,0,30,245,13,208,71,191,10,0,30,245,13,208,169,192,10,0,30,117,31,7,101,111,11,0,31,117,152,210,73,225,10,0,32,245,254,166,115,134,8,0,32,245,254,166,147,134,8,0,33,245,244,205,223,244,8,0,33,245,244,205,207,253,8,0,33,245,244,205,200,6,9,0,33,117,80,18,57,41,11,0,34,117,76,231,26,6,6,0,37,117,251,3,239,245,6,0,37,117,60,56,175,219,10,0,38,117,229,12,85,53,7,0,38,117,158,13,108,81,7,0,41,245,178,180,24,145,7,0,42,117,234,222,94,126,6,0,46,117,53,12,174,66,8,0,48,245,98,51,54,134,7,0,50,245,157,167,231,60,7,0,52,245,73,55,46,44,6,0,52,245,227,57,85,53,7,0,54,117,0,112,39,13,7,0,55,117,85,218,220,111,11,0,56,245,182,201,228,91,7,0,56,117,247,33,54,134,7,0,58,245,208,195,223,244,8,0,58,245,208,195,207,253,8,0,58,245,208,195,200,6,9,0,59,117,187,129,221,28,7,0,59,117,204,197,228,91,7,0,59,245,201,148,244,106,7,0,60,117,241,231,79,200,6,0,60,245,207,41,150,132,10,0,62,245,254,32,208,79,9,0,62,245,254,32,138,80,9,0,62,245,254,32,56,81,9,0,64,245,146,22,29,76,9,0,64,245,146,22,133,76,9,0,65,117,242,209,153,82,7,0,65,117,104,43,122,30,9,0,65,117,104,43,44,31,9,0,67,245,162,27,41,112,7,0,70,117,144,86,188,98,7,0,72,245,55,127,150,132,10,0,74,117,245,9,202,103,6,0,74,117,245,9,86,135,8,0,74,245,10,131,102,123,9,0,74,245,10,131,26,124,9,0,75,117,59,240,87,75,7,0,77,117,66,70,145,139,7,0,77,245,131,68,68,154,9,0,77,245,131,68,122,154,9,0,77,245,52,1,40,146,11,0,79,245,218,107,195,49,7,0,79,117,22,71,183,147,7,0,81,117,99,158,33,22,6,0,85,245,180,214,52,181,9,0,85,245,180,214,76,181,9,0,86,245,245,80,147,190,11,0,86,117,60,51,94,223,11,0,88,245,160,207,191,252,10,0,90,245,178,229,109,37,7,0,90,117,223,47,240,218,11,0,91,245,172,195,79,69,6,0,91,117,213,159,161,138,7,0,92,117,98,0,161,129,8,0,92,245,151,253,96,66,10,0,93,245,88,165,223,244,8,0,93,245,88,165,207,253,8,0,93,245,88,165,200,6,9,0,94,117,177,59,228,148,6,0,94,117,177,59,242,145,7,0,96,245,78,104,71,37,6,0,96,117,66,119,135,122,7,0,96,245,78,104,172,169,7,0,97,117,98,171,150,132,10,0,98,117,222,150,16,227,5,0,98,245,142,172,81,63,6,0,98,245,232,127,231,60,7,0,101,245,246,121,236,186,6,0,103,245,175,158,80,20,9,0,103,245,175,158,241,23,9,0,105,117,218,203,186,177,7,0,108,117,21,91,223,244,8,0,108,117,21,91,207,253,8,0,108,117,21,91,200,6,9,0,108,245,42,216,237,85,11,0,110,245,37,215,112,49,10,0,110,245,37,215,253,49,10,0,111,245,118,87,109,37,7,0,112,245,148,30,183,147,7,0,113,245,201,71,166,78,7,0,113,117,146,115,123,155,7,0,113,117,33,90,20,18,10,0,113,117,33,90,44,18,10,0,117,245,13,86,200,11,7,0,121,245,71,109,68,89,7,0,121,245,71,109,228,91,7,0,121,117,171,58,214,92,10,0,121,117,171,58,249,92,10,0,121,117,171,58,25,93,10,0,122,245,5,90,186,177,7,0,123,117,245,37,181,108,11,0,124,245,3,243,31,90,11,0,125,117,188,55,197,95,7,0,128,245,55,176,85,53,7,0,131,117,76,117,112,49,10,0,131,117,76,117,253,49,10,0,133,117,84,151,87,75,7,0,133,117,219,20,41,112,7,0,135,245,245,129,2,150,7,0,136,245,153,79,186,177,7,0,138,245,127,84,68,89,7,0,138,245,127,84,228,91,7,0,140,117,17,126,41,112,7,0,141,117,53,28,184,53,8,0,141,117,53,28,243,53,8,0,141,117,53,28,56,54,8,0,141,117,53,28,126,54,8,0,142,117,246,217,231,60,7,0,142,117,230,32,137,191,7,0,142,117,230,32,161,144,10,0,142,117,230,32,184,144,10,0,144,117,127,12,37,77,9,0,144,117,4,178,84,41,10,0,144,117,4,178,106,41,10,0,144,117,4,178,132,41,10,0,146,245,134,193,2,125,9,0,146,245,134,193,20,125,9,0,150,245,169,151,56,247,6,0,150,245,254,252,138,159,10,0,150,245,254,252,214,159,10,0,150,245,254,252,35,160,10,0,152,245,96,237,54,134,7,0,152,117,118,14,171,167,10,0,152,117,118,14,237,167,10,0,154,117,114,148,117,121,7,0,154,117,158,168,110,139,9,0,154,117,158,168,205,139,9,0,157,117,94,122,40,95,10,0,157,117,94,122,208,95,10,0,158,245,204,85,43,178,6,0,160,245,22,21,124,77,8,0,164,117,222,87,22,12,10,0,164,117,222,87,98,12,10,0,165,117,109,151,196,25,7,0,166,117,100,27,181,104,7,0,166,117,252,105,5,94,9,0,166,117,252,105,34,94,9,0,168,245,247,89,41,100,10,0,172,245,194,159,85,27,7,0,172,245,118,61,146,180,10,0,172,245,118,61,35,183,10,0,173,117,106,219,86,135,8,0,173,117,107,109,178,156,8,0,176,245,184,117,31,140,11,0,181,117,215,227,28,157,8,0,181,117,42,254,31,111,11,0,183,117,94,139,108,75,11,0,184,245,39,160,89,44,9,0,184,245,39,160,166,45,9,0,184,245,39,160,245,46,9,0,185,117,226,104,85,53,7,0,185,117,21,85,220,230,10,0,186,117,116,120,223,244,8,0,186,117,116,120,207,253,8,0,186,117,116,120,200,6,9,0,187,245,250,137,61,66,6,0,187,245,250,137,144,143,7,0,189,245,171,11,250,99,6,0,195,117,206,192,215,19,7,0,197,245,159,124,210,52,9,0,197,245,159,124,47,53,9,0,198,117,30,118,146,180,10,0,198,117,30,118,35,183,10,0,199,117,179,55,150,132,10,0,204,117,91,21,202,8,6,0,204,245,174,29,107,63,8,0,207,117,191,191,251,11,11,0,209,117,120,79,68,237,11,0,210,245,22,50,219,255,5,0,210,117,160,219,165,227,7,0,212,245,47,93,214,240,11,0,216,117,46,245,244,106,7,0,217,245,12,98,42,219,7,0,222,117,94,69,85,53,7,0,227,245,6,148,61,49,7,0,229,117,101,20,151,110,10,0,229,117,101,20,247,110,10,0,229,117,101,20,84,111,10,0,230,117,197,39,30,18,9,0,230,117,197,39,174,18,9,0,235,245,232,150,83,48,7,0,236,245,25,187,5,101,7,0,236,117,248,199,149,127,7,0,237,245,191,85,223,244,8,0,237,245,191,85,207,253,8,0,237,245,191,85,200,6,9,0,237,245,65,202,50,141,9,0,237,245,65,202,130,142,9,0,237,245,65,202,212,143,9,0,237,245,65,202,43,145,9,0,237,245,118,126,68,143,10,0,237,245,118,126,95,143,10,0,237,245,118,126,121,143,10,0,239,245,31,171,92,2,6,0,239,117,183,131,117,142,7,0,239,117,183,131,216,142,7,0,243,245,78,139,22,72,7,0,243,117,229,114,186,177,7,0,247,245,0,44,173,29,7,0,249,245,182,114,199,191,7,0,250,245,40,129,64,82,9,0,250,245,40,129,204,82,9,0,253,117,250,55,121,47,7,0,1,118,121,134,161,138,7,0,1,246,239,211,2,150,7,0,2,246,140,125,177,150,6,0,2,118,5,199,98,82,11,0,3,118,215,22,2,209,6,0,7,246,175,236,186,177,7,0,8,246,246,33,177,126,7,0,9,246,254,110,29,76,9,0,9,246,254,110,133,76,9,0,9,246,119,101,218,228,11,0,10,246,254,193,54,134,7,0,11,246,18,75,83,29,7,0,13,246,75,203,94,35,8,0,13,118,39,189,150,83,9,0,13,118,39,189,176,85,9,0,13,246,39,189,202,120,9,0,13,246,39,189,90,121,9,0,16,246,116,200,223,244,8,0,16,246,116,200,207,253,8,0,16,246,116,200,200,6,9,0,16,118,186,225,71,10,10,0,16,118,186,225,102,10,10,0,17,246,97,191,228,91,7,0,17,246,97,191,210,88,9,0,17,246,97,191,145,89,9,0,17,246,97,191,74,90,9,0,18,246,203,142,123,155,7,0,18,246,32,150,3,14,12,0,21,246,112,109,215,173,9,0,21,246,112,109,142,174,9,0,26,246,205,184,158,52,7,0,29,246,179,151,30,104,11,0,30,246,217,91,199,191,7,0,32,246,128,94,175,222,8,0,33,118,120,75,5,129,7,0,34,246,167,196,150,83,9,0,34,246,167,196,176,85,9,0,37,246,164,112,85,53,7,0,39,118,228,172,244,106,7,0,39,246,24,175,121,173,9,0,39,246,24,175,145,173,9,0,43,118,100,173,231,60,7,0,43,246,116,112,223,244,8,0,43,246,116,112,207,253,8,0,43,246,116,112,200,6,9,0,44,118,169,143,54,134,7,0,44,118,72,48,186,177,7,0,44,118,60,166,223,244,8,0,44,118,60,166,207,253,8,0,44,118,60,166,200,6,9,0,45,118,138,131,135,122,7,0,52,118,176,55,147,0,7,0,53,246,95,195,2,150,7,0,55,118,72,235,175,81,7,0,59,246,106,148,195,128,6,0,59,118,255,52,74,70,11,0,60,118,107,137,94,159,6,0,64,118,220,49,172,44,7,0,65,118,197,79,228,91,7,0,65,118,197,79,248,33,8,0,67,246,211,227,201,128,11,0,70,246,226,195,2,225,10,0,71,118,74,136,186,177,7,0,72,118,83,55,212,187,7,0,72,118,83,55,89,201,7,0,73,246,172,6,238,128,8,0,74,246,60,129,130,219,6,0,75,246,242,112,131,21,7,0,75,118,252,162,87,240,10,0,79,246,153,79,5,129,7,0,79,118,243,1,122,166,10,0,79,118,243,1,158,166,10,0,79,118,35,25,71,191,10,0,79,118,35,25,169,192,10,0,81,246,104,188,28,248,6,0,81,118,45,108,235,239,11,0,82,246,174,250,225,163,6,0,83,246,16,47,123,155,7,0,84,118,166,174,125,110,7,0,85,246,22,236,231,60,7,0,86,118,132,59,228,227,6,0,87,246,7,3,150,132,10,0,88,118,162,77,164,194,6,0,92,246,47,7,27,102,6,0,92,246,152,157,231,60,7,0,96,118,183,60,130,157,10,0,96,118,183,60,47,158,10,0,97,246,76,157,79,167,6,0,97,246,103,44,184,202,6,0,98,246,226,217,218,217,10,0,100,118,167,195,23,209,9,0,100,118,167,195,64,209,9,0,100,118,167,195,89,209,9,0,102,246,251,60,127,25,8,0,104,118,190,36,85,53,7,0,105,246,92,133,54,134,7,0,107,118,61,173,243,60,11,0,112,246,191,126,2,150,7,0,112,246,165,122,36,97,11,0,112,246,165,122,118,97,11,0,115,246,145,199,71,191,10,0,115,246,145,199,169,192,10,0,116,118,153,38,168,46,6,0,118,118,146,182,106,18,6,0,118,118,151,159,223,244,8,0,118,118,151,159,207,253,8,0,118,118,151,159,200,6,9,0,121,118,120,236,231,60,7,0,121,118,246,117,219,70,7,0,122,118,148,42,96,66,10,0,124,246,235,19,204,87,11,0,126,118,253,225,228,91,7,0,126,118,253,225,16,141,7,0,127,246,29,182,195,49,7,0,127,246,228,228,41,112,7,0,127,118,49,216,123,155,7,0,128,246,189,57,174,66,8,0,128,118,195,239,21,255,11,0,128,118,195,239,53,255,11,0,130,118,32,224,225,97,7,0,132,246,135,219,123,155,7,0,136,246,133,67,192,69,9,0,136,246,133,67,164,70,9,0,136,246,133,67,128,71,9,0,137,246,244,223,240,4,8,0,139,118,247,19,122,31,6,0,142,118,234,2,138,32,6,0,142,118,77,188,4,27,8,0,143,118,198,129,215,109,10,0,144,246,123,123,54,134,7,0,147,246,69,24,121,252,6,0,147,246,69,24,132,207,9,0,148,118,102,6,204,100,11,0,148,118,102,6,22,101,11,0,149,246,37,136,2,150,7,0,151,118,141,21,80,20,9,0,151,118,141,21,241,23,9,0,151,118,52,51,87,224,11,0,153,118,207,229,158,52,7,0,155,118,229,42,128,140,10,0,155,118,229,42,20,141,10,0,155,118,229,42,172,141,10,0,157,246,73,72,211,36,11,0,160,246,46,183,30,169,10,0,160,246,46,183,207,169,10,0,162,118,151,122,231,60,7,0,163,118,87,62,231,60,7,0,166,246,130,67,118,18,11,0,167,246,12,97,196,245,11,0,168,246,163,37,70,217,10,0,175,246,127,177,27,29,6,0,175,246,118,136,112,49,10,0,175,246,118,136,253,49,10,0,175,246,3,162,103,223,10,0,175,246,3,162,133,223,10,0,179,118,61,217,41,114,9,0,179,118,61,217,57,115,9,0,180,246,249,43,25,66,9,0,180,246,249,43,212,67,9,0,184,118,22,44,247,71,7,0,185,118,124,240,15,130,6,0,185,118,79,22,54,134,7,0,187,118,99,200,38,46,7,0,191,118,39,98,223,244,8,0,191,118,39,98,207,253,8,0,191,118,39,98,200,6,9,0,192,246,65,203,55,56,9,0,192,246,65,203,88,56,9,0,196,246,0,70,123,155,7,0,197,246,51,173,68,89,7,0,197,246,51,173,228,91,7,0,197,118,79,106,99,188,11,0,202,246,217,95,245,77,9,0,202,246,217,95,223,78,9,0,202,118,252,134,103,10,12,0,203,246,187,158,15,226,8,0,209,118,73,31,2,150,7,0,212,246,70,82,231,2,12,0,213,118,105,202,244,106,7,0,213,246,43,118,223,244,8,0,213,246,43,118,207,253,8,0,213,246,43,118,200,6,9,0,213,118,220,97,146,107,11,0,219,118,228,160,100,10,6,0,220,246,35,6,50,3,11,0,224,118,246,133,223,244,8,0,224,118,246,133,207,253,8,0,224,118,246,133,200,6,9,0,224,246,108,9,4,32,9,0,224,246,108,9,42,37,9,0,224,118,26,238,3,58,11,0,229,118,201,55,86,93,11,0,233,246,100,234,4,32,9,0,233,246,100,234,42,37,9,0,237,246,203,91,4,32,9,0,237,246,203,91,42,37,9,0,237,246,24,192,150,132,10,0,238,118,75,181,231,60,7,0,238,118,152,199,153,147,10,0,238,118,152,199,98,148,10,0,239,118,130,164,151,19,7,0,241,246,212,0,166,78,7,0,243,118,70,172,237,0,12,0,247,246,150,90,208,93,6,0,249,246,43,10,162,176,6,0,252,246,10,201,97,64,6,0,252,118,41,141,94,35,8,0,254,246,185,37,35,17,12,0,1,247,170,150,245,73,6,0,2,119,34,172,187,183,8,0,2,119,34,172,79,185,8,0,2,119,34,172,187,185,8,0,2,119,34,172,128,186,8,0,2,119,34,172,21,187,8,0,2,119,34,172,99,187,8,0,3,119,210,158,34,239,10,0,3,119,210,158,73,9,11,0,4,119,71,230,186,177,7,0,5,119,227,218,215,19,7,0,5,119,80,237,206,36,7,0,6,119,151,57,125,110,7,0,11,119,80,203,161,14,7,0,11,119,232,149,96,66,10,0,11,119,30,118,183,82,11,0,12,247,150,75,77,216,6,0,14,119,200,33,166,78,7,0,19,119,6,102,8,233,10,0,22,247,50,234,12,177,7,0,22,247,31,71,41,100,10,0,23,247,34,65,22,96,9,0,23,247,34,65,98,96,9,0,28,119,16,181,231,60,7,0,29,247,126,207,219,70,7,0,37,119,49,135,3,14,12,0,39,119,175,15,116,32,7,0,44,247,65,28,227,212,7,0,44,247,101,24,174,66,8,0,45,247,114,156,52,30,7,0,45,119,46,202,143,45,7,0,45,119,171,15,190,110,7,0,45,119,47,10,186,177,7,0,47,119,144,234,244,106,7,0,47,119,214,144,64,46,11,0,49,119,17,126,212,247,6,0,49,119,17,126,181,109,7,0,53,119,141,32,40,73,10,0,53,119,141,32,140,73,10,0,53,119,141,32,237,73,10,0,53,119,115,112,119,141,11,0,54,247,53,178,186,177,7,0,58,119,187,148,60,126,6,0,59,119,165,92,120,53,6,0,62,247,121,249,205,190,7,0,62,119,239,124,222,38,8,0,62,119,239,124,19,39,8,0,62,119,239,124,63,39,8,0,62,119,239,124,114,39,8,0,62,119,239,124,129,74,10,0,62,119,239,124,154,74,10,0,65,247,65,155,86,135,8,0,67,247,129,193,30,169,10,0,67,247,129,193,207,169,10,0,70,247,195,144,179,85,7,0,70,247,195,144,178,87,7,0,70,247,200,87,199,191,7,0,70,247,200,87,90,169,8,0,71,247,88,219,179,246,11,0,72,119,152,194,230,96,9,0,72,119,152,194,20,97,9,0,74,119,41,101,82,232,8,0,74,119,41,101,132,232,8,0,74,119,41,101,194,232,8,0,76,119,33,36,231,60,7,0,76,247,234,101,186,177,7,0,76,247,157,219,223,244,8,0,76,247,157,219,207,253,8,0,76,247,157,219,200,6,9,0,79,119,167,194,44,73,7,0,79,247,8,143,146,180,10,0,79,247,8,143,35,183,10,0,81,247,13,142,223,244,8,0,81,247,13,142,207,253,8,0,81,247,13,142,200,6,9,0,82,247,1,90,175,119,6,0,82,247,111,147,240,68,7,0,83,119,148,64,175,81,7,0,84,119,200,31,54,134,7,0,84,119,66,13,241,2,10,0,84,119,66,13,254,3,10,0,85,247,143,204,37,77,9,0,85,247,14,68,96,225,10,0,87,119,145,124,144,143,7,0,87,247,248,113,150,132,10,0,88,119,61,117,60,24,6,0,88,119,65,238,150,132,10,0,89,119,176,102,231,60,7,0,91,247,204,4,210,218,7,0,91,247,204,4,224,226,7,0,91,119,138,170,14,62,10,0,91,119,138,170,229,62,10,0,93,119,222,150,253,237,6,0,93,119,222,150,123,155,7,0,94,247,134,75,136,72,9,0,94,247,134,75,160,72,9,0,94,247,134,75,192,72,9,0,95,119,66,108,179,83,6,0,96,119,93,2,133,74,7,0,97,119,156,19,234,35,11,0,99,119,66,70,180,3,12,0,100,119,34,170,202,224,6,0,100,247,192,149,192,69,9,0,100,247,192,149,164,70,9,0,100,247,192,149,128,71,9,0,103,247,34,147,155,158,8,0,104,119,230,228,33,6,10,0,104,119,98,30,170,240,10,0,106,119,226,128,158,52,7,0,106,247,106,179,4,32,9,0,106,247,106,179,42,37,9,0,107,119,50,23,108,81,7,0,107,247,95,2,55,175,8,0,107,119,50,23,229,11,11,0,109,247,150,43,231,60,7,0,110,119,166,118,166,78,7,0,110,247,200,209,123,155,7,0,112,247,30,138,85,53,7,0,112,247,120,58,233,222,10,0,113,247,140,206,150,132,10,0,115,247,40,11,252,116,7,0,115,247,84,236,253,5,12,0,116,247,148,189,124,10,8,0,118,247,101,37,85,53,7,0,121,247,192,72,2,229,5,0,121,119,206,108,254,226,6,0,121,247,152,134,43,49,11,0,122,247,96,143,176,16,7,0,124,119,29,160,172,44,7,0,124,247,31,59,129,129,11,0,125,119,173,55,173,43,6,0,125,119,112,34,186,177,7,0,125,247,46,141,141,22,11,0,126,119,239,245,228,91,7,0,126,247,254,219,5,129,7,0,126,119,219,236,164,131,7,0,126,119,36,55,186,177,7,0,126,119,239,245,70,243,10,0,128,247,47,185,228,91,7,0,128,247,47,185,147,13,11,0,132,119,155,78,158,123,7,0,133,119,32,94,127,40,11,0,135,119,80,77,24,126,7,0,135,247,42,165,214,17,8,0,135,119,0,116,152,119,8,0,137,247,50,209,199,191,7,0,138,247,188,119,3,114,11,0,139,247,245,130,141,113,6,0,139,247,84,129,198,4,7,0,140,119,115,209,74,235,5,0,140,119,115,209,174,203,6,0,140,247,103,153,245,77,9,0,140,247,103,153,223,78,9,0,142,119,191,114,107,63,8,0,144,247,245,88,83,118,8,0,146,247,184,235,68,89,7,0,146,247,184,235,228,91,7,0,149,247,91,229,175,199,11,0,149,247,91,229,207,199,11,0,150,119,131,162,198,146,7,0,152,119,33,166,2,150,7,0,153,119,240,235,160,251,9,0,153,119,240,235,212,251,9,0,154,119,182,162,123,155,7,0,154,247,135,94,14,62,10,0,154,247,135,94,229,62,10,0,155,119,66,123,251,199,6,0,155,119,66,123,38,46,7,0,158,119,80,203,179,85,7,0,158,119,80,203,164,131,7,0,158,247,76,158,2,150,7,0,161,119,248,72,108,81,7,0,164,119,30,150,66,221,10,0,166,247,222,121,119,240,10,0,166,247,222,121,156,249,10,0,167,119,7,36,123,155,7,0,169,119,63,216,244,106,7,0,171,119,166,153,221,138,6,0,171,247,230,188,199,191,7,0,171,247,230,188,25,180,8,0,171,247,230,188,175,180,8,0,171,247,230,188,81,181,8,0,171,247,230,188,100,114,10,0,174,119,88,12,122,19,9,0,174,119,88,12,158,19,9,0,180,119,157,168,38,239,11,0,182,247,23,195,145,139,7,0,183,247,218,114,123,155,7,0,188,247,236,160,135,31,7,0,190,119,24,209,24,126,7,0,190,119,19,97,164,131,7,0,191,119,33,58,212,243,6,0,191,119,95,234,230,118,9,0,191,119,95,234,190,119,9,0,195,247,172,44,185,254,10,0,197,247,111,167,12,214,11,0,198,247,220,192,85,53,7,0,203,247,60,19,223,244,8,0,203,247,60,19,207,253,8,0,203,247,60,19,200,6,9,0,206,119,61,129,233,185,6,0,207,119,36,203,231,60,7,0,207,247,250,59,122,30,9,0,207,247,250,59,44,31,9,0,208,247,159,126,186,177,7,0,209,247,240,127,83,196,6,0,210,119,200,107,69,77,7,0,210,247,10,251,216,57,9,0,213,247,141,149,61,49,7,0,214,119,177,179,32,28,7,0,215,119,143,33,58,171,9,0,215,119,143,33,84,171,9,0,215,119,143,33,132,171,9,0,215,119,21,20,51,18,12,0,216,119,88,75,231,60,7,0,217,247,253,16,97,11,6,0,217,247,126,245,39,151,10,0,217,247,126,245,128,151,10,0,217,247,126,245,216,151,10,0,218,247,252,70,78,131,11,0,219,119,185,229,174,66,8,0,220,247,14,100,14,247,6,0,221,119,32,211,9,236,10,0,223,247,136,189,186,177,7,0,223,119,144,234,39,151,10,0,223,119,144,234,128,151,10,0,223,119,144,234,216,151,10,0,224,119,207,172,68,89,7,0,224,119,207,172,228,91,7,0,228,247,8,156,117,30,7,0,228,119,189,25,83,48,7,0,228,247,151,43,40,95,10,0,228,247,151,43,208,95,10,0,229,247,252,60,4,32,9,0,229,247,252,60,42,37,9,0,231,119,150,213,186,177,7,0,233,247,254,202,199,191,7,0,233,247,254,202,90,169,8,0,237,119,195,79,230,154,9,0,237,119,195,79,254,154,9,0,237,119,195,79,20,155,9,0,238,247,30,239,68,89,7,0,240,119,0,67,153,54,11,0,241,119,159,191,69,77,7,0,243,247,189,139,72,236,5,0,243,119,12,154,231,60,7,0,243,247,5,204,18,189,7,0,243,247,5,204,164,179,10,0,243,247,5,204,229,179,10,0,243,247,5,204,34,180,10,0,245,119,218,185,153,42,7,0,245,247,234,13,41,114,9,0,245,247,234,13,57,115,9,0,248,119,229,147,87,17,6,0,249,119,155,10,235,222,11,0,250,119,183,197,231,60,7,0,251,247,81,9,197,95,7,0,253,247,147,190,137,191,7,0,254,119,214,218,81,127,10,0,254,247,183,106,144,155,11,0,255,119,111,142,230,51,7,0,0,120,170,196,210,172,7,0,3,248,122,244,53,97,7,0,3,248,236,89,87,80,8,0,5,120,231,242,223,244,8,0,5,120,231,242,207,253,8,0,5,120,231,242,200,6,9,0,7,248,35,151,121,25,7,0,8,120,234,109,185,179,8,0,8,120,35,101,22,12,10,0,8,120,35,101,98,12,10,0,9,120,77,1,6,211,7,0,9,120,231,233,165,209,9,0,9,120,231,233,32,210,9,0,9,120,231,233,149,210,9,0,9,120,231,233,61,211,9,0,9,120,231,233,215,211,9,0,9,248,5,158,248,237,9,0,9,248,5,158,238,238,9,0,11,248,105,91,173,121,10,0,11,248,105,91,196,121,10,0,13,120,140,150,187,183,8,0,15,120,135,52,120,33,6,0,15,120,135,52,153,168,7,0,16,248,171,149,8,219,11,0,17,120,4,126,158,77,7,0,17,120,216,146,196,27,8,0,17,120,216,146,243,27,8,0,17,120,4,126,0,155,10,0,17,120,4,126,22,155,10,0,20,248,154,193,85,53,7,0,20,120,224,213,148,216,8,0,20,120,224,213,249,216,8,0,20,120,224,213,96,217,8,0,20,248,144,26,102,105,9,0,20,248,144,26,57,107,9,0,21,120,53,11,199,191,7,0,21,120,53,11,221,198,7,0,21,120,53,11,186,204,7,0,23,120,176,42,151,201,8,0,24,120,176,70,231,60,7,0,24,120,3,236,74,218,10,0,24,120,3,236,109,218,10,0,25,248,131,78,197,95,7,0,26,120,107,38,85,53,7,0,26,120,140,198,177,126,7,0,26,120,78,68,85,12,11,0,35,120,70,172,85,53,7,0,35,248,205,80,30,103,7,0,35,248,185,25,223,244,8,0,35,248,185,25,207,253,8,0,35,248,185,25,200,6,9,0,36,120,36,5,33,6,10,0,37,248,79,250,6,137,9,0,37,248,79,250,142,137,9,0,38,248,182,192,102,233,5,0,38,120,165,62,71,248,11,0,40,120,41,88,114,228,9,0,41,248,197,20,222,209,6,0,41,248,175,101,87,9,12,0,42,120,109,176,85,53,7,0,42,120,150,88,103,228,11,0,43,248,8,46,50,141,9,0,43,248,8,46,130,142,9,0,43,248,8,46,212,143,9,0,43,248,8,46,43,145,9,0,45,120,164,50,249,6,12,0,46,120,227,206,71,191,10,0,46,120,227,206,169,192,10,0,46,120,252,212,233,27,11,0,48,248,123,193,5,129,7,0,48,248,25,7,125,153,11,0,50,120,110,249,148,16,12,0,51,120,4,165,166,45,6,0,53,120,87,209,150,132,10,0,54,120,78,95,111,230,6,0,56,120,6,126,117,250,6,0,58,120,159,130,114,228,9,0,59,248,119,163,164,90,10,0,59,248,119,163,191,90,10,0,62,120,88,12,63,36,6,0,63,248,36,203,4,32,9,0,63,248,36,203,42,37,9,0,68,248,93,243,41,1,7,0,68,248,93,243,56,84,7,0,70,248,228,7,239,245,6,0,70,120,47,137,150,132,10,0,70,248,144,60,134,220,10,0,72,120,196,30,186,177,7,0,75,248,65,100,37,77,9,0,77,248,49,65,145,247,10,0,79,120,3,254,150,132,10,0,80,248,21,56,204,100,6,0,83,120,193,6,3,141,8,0,83,120,177,55,12,179,11,0,86,248,12,161,62,225,5,0,87,120,157,151,37,206,6,0,88,120,0,103,30,78,7,0,88,248,187,5,123,155,7,0,88,120,55,216,199,191,7,0,88,120,55,216,214,190,10,0,88,120,55,216,21,191,10,0,88,120,236,139,63,234,11,0,90,248,177,179,69,151,9,0,90,248,177,179,91,151,9,0,92,120,83,229,19,68,8,0,92,248,195,139,153,147,10,0,92,248,195,139,98,148,10,0,93,120,192,94,177,39,6,0,93,120,141,178,93,52,7,0,93,120,141,178,225,150,11,0,97,120,230,86,14,154,6,0,103,248,109,97,181,146,6,0,103,120,174,107,87,75,7,0,103,120,174,107,220,76,7,0,104,120,244,235,31,221,10,0,105,120,147,56,61,0,6,0,106,248,41,192,13,53,11,0,107,120,52,220,135,239,7,0,111,248,56,26,150,132,10,0,113,120,107,55,146,180,10,0,113,120,107,55,35,183,10,0,118,248,243,187,223,244,8,0,118,248,243,187,207,253,8,0,118,248,243,187,200,6,9,0,119,120,40,222,123,155,7,0,119,120,131,182,77,122,8,0,120,248,254,56,65,145,7,0,122,248,100,11,186,177,7,0,123,248,133,217,231,60,7,0,124,120,106,105,241,28,6,0,124,120,106,105,152,168,6,0,125,248,85,63,85,53,7,0,130,120,138,204,123,155,7,0,132,248,200,3,67,7,7,0,136,120,130,34,107,63,8,0,140,248,192,93,95,251,7,0,140,248,200,42,69,124,8,0,140,120,233,119,171,33,11,0,140,120,233,119,210,33,11,0,142,120,188,180,102,123,9,0,142,120,188,180,26,124,9,0,145,248,228,209,70,16,6,0,145,120,14,125,244,106,7,0,145,120,31,254,199,191,7,0,146,248,130,55,186,40,10,0,146,248,130,55,215,40,10,0,146,248,130,55,241,40,10,0,146,248,155,147,150,132,10,0,146,120,163,55,121,212,10,0,155,120,216,48,132,184,6,0,155,248,98,199,150,83,9,0,155,248,98,199,176,85,9,0,157,120,95,40,53,97,7,0,157,248,64,75,4,32,9,0,157,248,64,75,42,37,9,0,160,248,62,11,150,132,10,0,162,248,11,4,244,106,7,0,164,248,88,25,90,234,5,0,164,248,71,249,123,155,7,0,165,120,117,226,208,113,8,0,168,120,15,100,4,32,9,0,168,120,15,100,42,37,9,0,169,248,57,189,87,75,7,0,170,120,2,55,85,53,7,0,172,120,15,16,239,245,6,0,173,120,25,83,202,120,9,0,173,120,25,83,90,121,9,0,174,248,27,20,171,150,11,0,175,248,51,228,154,214,11,0,177,120,52,90,194,26,7,0,177,120,23,250,156,148,7,0,177,120,112,53,91,170,9,0,177,120,112,53,174,170,9,0,177,120,226,93,150,132,10,0,182,248,125,174,45,64,9,0,182,248,125,174,214,64,9,0,183,248,47,128,12,177,7,0,183,248,47,128,143,163,8,0,183,120,134,3,30,169,10,0,183,120,134,3,207,169,10,0,184,248,45,44,231,60,7,0,184,248,227,214,123,155,7,0,184,120,66,97,150,132,10,0,186,248,195,252,30,103,7,0,186,120,153,219,255,38,11,0,187,248,163,84,153,82,7,0,188,120,77,34,179,146,9,0,188,120,77,34,97,147,9,0,189,120,63,136,170,11,8,0,189,120,63,136,67,102,11,0,190,248,102,123,124,152,6,0,190,248,102,123,218,220,7,0,191,120,96,138,43,235,11,0,193,120,155,218,171,226,6,0,200,120,196,64,162,42,6,0,200,120,152,236,107,63,8,0,200,248,86,35,167,101,9,0,200,248,86,35,133,102,9,0,200,248,222,8,74,1,10,0,200,248,222,8,97,1,10,0,202,120,23,14,116,32,7,0,202,248,62,1,57,105,11,0,204,248,60,76,244,106,7,0,204,120,180,61,177,96,8,0,206,120,87,20,197,246,10,0,206,120,170,84,214,89,11,0,215,120,184,148,207,68,6,0,215,120,184,148,100,116,6,0,215,120,184,148,77,127,6,0,215,120,184,148,218,142,8,0,216,120,197,154,150,83,9,0,216,120,197,154,176,85,9,0,220,120,240,89,199,191,7,0,220,120,240,89,168,96,10,0,221,120,60,1,2,150,7,0,225,120,97,98,32,225,5,0,226,120,137,166,231,60,7,0,228,120,16,16,242,211,7,0,228,248,197,112,220,8,10,0,228,248,197,112,245,8,10,0,229,248,109,164,62,225,5,0,230,248,34,78,255,38,11,0,232,248,111,81,50,141,9,0,232,248,111,81,130,142,9,0,232,248,111,81,212,143,9,0,232,248,111,81,43,145,9,0,232,248,110,106,176,67,10,0,232,248,110,106,242,68,10,0,232,248,110,106,55,70,10,0,237,120,202,171,193,200,9,0,237,120,202,171,23,201,9,0,243,248,75,45,40,73,10,0,243,248,75,45,140,73,10,0,243,248,75,45,237,73,10,0,245,248,85,74,215,116,7,0,247,248,104,5,41,100,10,0,249,120,214,10,2,150,7,0,249,120,205,20,180,229,10,0,252,120,3,163,241,241,11,0,255,120,139,176,223,244,8,0,255,120,139,176,207,253,8,0,255,120,139,176,200,6,9,0,0,249,162,150,200,231,10,0,1,249,138,111,5,129,7,0,1,249,197,194,94,210,7,0,2,121,211,56,30,169,10,0,2,121,211,56,207,169,10,0,7,249,49,167,2,150,7,0,8,249,249,115,173,24,7,0,8,249,49,80,18,240,9,0,8,249,49,80,125,240,9,0,8,249,204,102,205,215,11,0,10,121,142,46,190,171,6,0,10,121,142,46,11,111,8,0,10,121,142,46,52,111,8,0,10,121,142,46,95,111,8,0,11,121,200,28,85,53,7,0,12,121,78,102,166,78,7,0,12,121,161,19,252,116,7,0,12,249,254,64,250,122,8,0,12,121,111,212,124,80,10,0,12,121,111,212,154,80,10,0,12,121,111,212,177,80,10,0,12,121,111,212,212,80,10,0,14,249,180,44,223,244,8,0,14,249,180,44,207,253,8,0,14,249,180,44,200,6,9,0,16,249,112,45,2,150,7,0,19,121,231,193,65,0,10,0,19,121,231,193,94,0,10,0,26,121,136,71,192,50,7,0,27,121,5,51,149,127,7,0,28,121,98,226,153,176,11,0,29,121,120,67,145,139,7,0,30,249,34,196,54,134,7,0,30,249,34,196,199,97,9,0,30,249,34,196,173,98,9,0,30,249,34,196,152,99,9,0,32,121,33,207,54,134,7,0,37,249,14,213,231,60,7,0,39,249,108,102,49,45,10,0,39,249,108,102,64,46,10,0,39,249,108,102,67,47,10,0,39,249,108,102,97,48,10,0,41,249,97,124,123,155,7,0,45,249,187,142,197,95,7,0,56,121,6,78,145,11,10,0,56,121,6,78,190,11,10,0,59,121,193,165,103,121,8,0,62,249,75,217,20,125,7,0,63,249,39,55,235,242,5,0,63,121,203,227,215,173,9,0,63,121,203,227,142,174,9,0,64,249,233,214,188,72,6,0,64,249,161,104,102,123,9,0,64,249,161,104,26,124,9,0,65,249,249,216,144,17,6,0,66,249,17,34,64,82,9,0,66,249,17,34,204,82,9,0,67,249,181,148,111,183,6,0,67,249,254,67,223,244,8,0,67,249,254,67,207,253,8,0,67,249,254,67,200,6,9,0,70,249,181,148,41,112,7,0,70,249,181,148,194,223,8,0,78,121,28,0,200,6,6,0,78,121,172,245,146,69,7,0,78,121,172,245,206,69,7,0,80,249,179,148,47,236,6,0,80,121,149,68,5,129,7,0,81,121,9,215,80,248,9,0,81,121,9,215,114,248,9,0,83,121,163,92,111,67,6,0,84,249,8,241,98,241,5,0,86,121,118,186,85,53,7,0,88,249,215,65,68,89,7,0,88,249,215,65,228,91,7,0,89,121,155,209,80,20,9,0,89,121,155,209,241,23,9,0,91,121,82,107,36,253,11,0,94,249,33,176,16,254,6,0,97,121,179,107,121,47,7,0,98,121,48,154,245,77,9,0,98,121,48,154,223,78,9,0,99,249,211,183,85,53,7,0,100,249,149,218,97,28,9,0,100,249,149,218,1,29,9,0,100,249,149,218,166,29,9,0,101,121,40,65,4,32,9,0,101,121,40,65,42,37,9,0,104,121,225,99,111,33,7,0,104,121,225,99,107,131,7,0,105,249,51,232,54,134,7,0,107,121,12,123,114,71,6,0,108,249,209,38,244,106,7,0,108,249,118,62,5,129,7,0,109,121,103,113,122,127,6,0,109,249,58,89,113,13,7,0,110,249,52,242,83,97,11,0,111,249,21,37,150,132,10,0,112,121,128,43,14,17,12,0,114,121,178,205,32,28,7,0,115,121,181,5,30,103,7,0,116,121,223,200,183,194,11,0,117,121,160,148,179,146,9,0,117,121,160,148,97,147,9,0,118,121,68,82,20,5,12,0,119,121,48,22,50,141,9,0,119,121,48,22,130,142,9,0,119,121,48,22,212,143,9,0,119,121,48,22,43,145,9,0,122,121,254,57,10,118,7,0,122,121,65,0,22,223,10,0,130,249,62,242,244,232,6,0,133,121,109,148,30,103,7,0,133,249,126,125,54,134,7,0,133,249,126,125,123,155,7,0,134,249,148,254,68,89,7,0,134,249,148,254,228,91,7,0,137,249,79,100,164,131,7,0,138,121,85,156,85,53,7,0,140,121,2,146,231,60,7,0,140,249,17,79,212,205,10,0,140,249,17,79,253,205,10,0,140,249,17,79,22,206,10,0,141,249,157,27,228,91,7,0,141,249,157,27,147,13,11,0,142,121,172,192,24,126,7,0,144,249,10,0,9,35,7,0,144,249,10,0,73,12,12,0,147,121,186,109,213,110,6,0,148,121,122,58,2,150,7,0,148,249,133,23,123,155,7,0,150,121,67,100,179,85,7,0,157,121,11,174,162,233,7,0,161,121,17,48,129,228,7,0,161,249,206,73,28,55,8,0,162,121,112,183,239,245,6,0,162,121,62,165,123,155,7,0,163,121,156,238,186,177,7,0,168,249,144,38,150,132,10,0,172,121,214,80,234,208,6,0,172,121,54,230,69,2,12,0,173,121,45,58,85,53,7,0,174,249,197,194,76,233,5,0,174,121,89,194,208,34,7,0,174,249,253,7,138,147,8,0,175,121,81,190,12,139,11,0,177,249,144,95,149,127,7,0,179,249,203,63,107,63,8,0,182,121,202,3,56,84,7,0,183,121,87,139,150,132,10,0,183,249,107,90,208,74,11,0,184,121,186,148,89,44,9,0,184,121,186,148,166,45,9,0,184,121,186,148,245,46,9,0,185,121,198,76,68,89,7,0,185,121,7,199,41,112,7,0,185,121,198,76,16,141,7,0,186,121,204,204,133,74,7,0,186,249,70,115,193,141,11,0,190,249,23,129,150,132,10,0,191,249,43,206,103,211,10,0,192,249,101,27,205,39,7,0,195,121,248,197,71,191,10,0,195,121,248,197,169,192,10,0,198,121,76,127,188,98,7,0,199,249,26,205,107,63,8,0,199,121,89,180,116,168,10,0,199,249,120,136,146,180,10,0,199,249,120,136,35,183,10,0,199,249,197,172,179,72,11,0,201,121,219,89,213,77,6,0,201,249,99,103,231,60,7,0,203,249,74,210,125,48,9,0,203,249,74,210,110,49,9,0,203,121,81,190,84,146,11,0,206,249,139,156,4,32,9,0,206,249,139,156,42,37,9,0,208,249,206,127,117,142,7,0,208,249,206,127,216,142,7,0,208,121,175,160,193,6,10,0,208,121,175,160,96,7,10,0,209,121,165,70,187,183,8,0,210,121,68,78,65,194,10,0,210,121,68,78,196,194,10,0,212,121,54,98,244,133,6,0,212,249,179,61,166,78,7,0,212,121,56,127,54,134,7,0,212,121,22,79,37,142,7,0,213,249,73,113,231,112,11,0,213,249,73,113,169,120,11,0,214,249,240,4,154,127,6,0,217,249,183,198,199,90,6,0,217,249,54,66,159,10,12,0,219,249,117,208,78,46,6,0,222,121,57,174,125,110,7,0,223,121,185,39,5,129,7,0,223,121,27,220,175,230,10,0,223,121,27,220,5,231,10,0,224,121,38,141,113,224,8,0,224,121,38,141,176,224,8,0,225,121,50,229,176,67,10,0,225,121,50,229,242,68,10,0,225,121,50,229,55,70,10,0,227,249,70,222,0,159,6,0,228,249,54,62,30,132,6,0,229,249,142,119,192,69,9,0,229,249,142,119,164,70,9,0,230,249,208,34,66,121,11,0,231,121,222,215,86,135,8,0,232,249,246,231,231,60,7,0,233,121,230,230,44,73,7,0,234,121,180,228,157,52,6,0,235,121,204,140,168,1,6,0,235,249,24,45,78,41,7,0,235,249,5,126,199,191,7,0,235,249,5,126,159,209,7,0,236,249,73,84,140,159,11,0,237,249,197,194,179,85,7,0,237,249,197,194,178,87,7,0,242,249,67,121,88,35,7,0,242,249,237,74,71,191,10,0,242,249,237,74,169,192,10,0,245,249,19,172,55,206,8,0,245,249,19,172,36,253,10,0,248,249,171,102,42,177,11,0,251,249,128,159,207,83,6,0,251,121,221,132,114,228,9,0,253,249,197,194,223,244,8,0,253,249,197,194,207,253,8,0,253,249,197,194,200,6,9,0,1,250,184,96,45,64,9,0,1,250,184,96,214,64,9,0,2,122,205,8,79,110,11,0,5,122,7,83,78,36,11,0,7,250,246,67,205,39,7,0,9,250,69,50,170,2,11,0,9,250,22,82,92,129,11,0,15,250,60,63,186,177,7,0,16,250,216,224,164,131,7,0,16,250,147,190,115,150,9,0,17,250,197,194,242,201,6,0,17,250,197,194,23,202,6,0,18,122,96,218,86,103,6,0,18,122,90,183,224,254,9,0,19,250,71,11,231,60,7,0,19,122,33,240,87,75,7,0,20,250,122,88,173,29,7,0,24,122,182,191,70,197,6,0,26,122,249,3,150,19,11,0,27,122,117,24,155,211,6,0,27,250,23,108,144,143,7,0,30,250,95,226,231,60,7,0,30,122,65,240,92,41,11,0,31,122,158,230,146,180,10,0,31,122,158,230,35,183,10,0,32,250,4,173,69,130,8,0,36,250,138,249,87,75,7,0,38,122,236,30,93,52,7,0,38,250,242,252,199,191,7,0,38,250,242,252,17,33,10,0,41,122,27,208,22,229,11,0,43,122,63,128,132,167,6,0,43,122,198,34,68,89,7,0,43,122,143,157,34,199,10,0,43,122,143,157,112,199,10,0,45,250,165,8,85,123,8,0,45,250,35,4,4,32,9,0,45,250,35,4,42,37,9,0,48,250,101,1,43,235,5,0,48,250,84,231,149,127,7,0,51,122,62,161,204,132,6,0,51,250,15,237,94,35,8,0,51,250,128,242,223,244,8,0,51,250,128,242,207,253,8,0,51,250,128,242,200,6,9,0,51,250,155,211,80,20,9,0,51,250,155,211,241,23,9,0,52,122,171,203,199,191,7,0,52,122,179,23,64,152,8,0,52,122,171,203,17,33,10,0,52,122,154,123,7,59,11,0,53,250,89,161,71,191,10,0,53,250,89,161,169,192,10,0,56,122,125,143,4,32,9,0,56,122,125,143,42,37,9,0,57,250,47,148,122,30,9,0,57,250,47,148,44,31,9,0,59,250,57,146,67,226,7,0,59,122,52,211,223,244,8,0,59,122,52,211,207,253,8,0,59,122,52,211,200,6,9,0,60,122,5,111,68,89,7,0,61,122,88,22,25,66,9,0,61,122,88,22,212,67,9,0,63,122,149,96,4,32,9,0,63,122,149,96,42,37,9,0,65,250,161,133,218,233,5,0,65,250,161,133,199,191,7,0,70,122,7,20,205,39,7,0,70,250,207,239,163,229,7,0,71,122,248,254,169,121,6,0,73,122,128,222,167,101,9,0,73,122,128,222,133,102,9,0,75,122,194,86,244,106,7,0,75,250,129,20,20,125,7,0,76,250,46,16,87,75,7,0,76,122,143,217,18,189,7,0,76,122,160,126,214,230,11,0,83,250,213,89,4,32,9,0,83,250,213,89,42,37,9,0,83,250,248,131,218,32,11,0,85,250,255,146,146,180,10,0,85,250,255,146,35,183,10,0,87,122,119,247,102,105,9,0,87,122,119,247,57,107,9,0,89,122,128,122,141,113,6,0,89,122,31,190,89,44,9,0,89,122,31,190,166,45,9,0,89,122,31,190,245,46,9,0,90,250,95,178,121,109,7,0,91,122,61,129,155,115,7,0,91,122,182,231,176,67,10,0,91,122,182,231,242,68,10,0,91,122,182,231,55,70,10,0,92,122,65,19,85,27,7,0,94,250,41,56,147,34,7,0,95,250,192,93,103,164,6,0,96,250,163,126,43,237,5,0,96,122,209,168,225,97,7,0,96,122,80,195,54,134,7,0,99,250,116,27,150,132,10,0,100,250,225,182,128,12,7,0,102,122,149,145,120,33,6,0,102,122,149,145,153,168,7,0,103,250,116,27,137,171,7,0,103,250,116,27,146,180,10,0,103,250,116,27,35,183,10,0,104,122,239,84,123,155,7,0,104,250,19,57,81,195,9,0,104,250,19,57,104,195,9,0,105,122,55,87,57,74,7,0,105,250,192,88,213,17,11,0,106,122,242,142,70,217,10,0,107,250,183,218,179,85,7,0,107,250,183,218,178,87,7,0,111,250,177,90,186,177,7,0,111,122,107,75,62,221,9,0,111,122,107,75,88,221,9,0,111,122,117,179,246,78,11,0,111,122,208,126,204,129,11,0,113,250,197,194,233,70,6,0,114,250,156,133,227,212,7,0,114,122,138,240,70,0,12,0,115,250,207,114,117,121,7,0,117,122,60,166,3,141,8,0,120,250,103,86,112,254,5,0,120,250,103,86,147,0,6,0,120,250,103,86,42,131,6,0,121,250,208,37,235,22,7,0,122,250,70,66,113,119,10,0,122,250,70,66,150,119,10,0,123,250,121,135,87,75,7,0,123,250,26,107,112,196,11,0,124,250,222,110,135,31,7,0,124,250,46,5,123,155,7,0,124,122,187,1,114,228,9,0,125,250,17,208,128,62,10,0,128,122,40,119,176,67,10,0,128,122,40,119,242,68,10,0,128,122,40,119,55,70,10,0,130,250,194,253,166,78,7,0,132,122,81,190,122,19,9,0,132,122,81,190,158,19,9,0,138,250,17,199,231,60,7,0,138,250,136,179,197,246,10,0,139,250,65,209,255,190,7,0,139,250,65,209,247,198,7,0,140,122,102,244,116,75,9,0,140,122,102,244,173,75,9,0,141,250,197,253,61,61,11,0,145,250,241,40,54,134,7,0,148,250,160,138,186,177,7,0,148,250,160,138,210,52,9,0,148,250,160,138,47,53,9,0,155,250,197,194,183,58,10,0,155,250,197,194,200,58,10,0,155,122,36,206,186,149,11,0,156,250,156,121,41,112,7,0,159,122,152,120,50,141,9,0,159,122,152,120,130,142,9,0,159,122,152,120,212,143,9,0,159,122,152,120,43,145,9,0,159,122,144,226,53,206,10,0,159,122,144,226,108,206,10,0,162,250,192,238,213,49,6,0,163,122,189,121,36,56,6,0,163,122,45,113,50,141,9,0,163,122,45,113,130,142,9,0,163,122,45,113,212,143,9,0,163,122,45,113,43,145,9,0,163,122,69,29,60,8,10,0,163,122,69,29,93,8,10,0,164,122,171,29,12,177,7,0,164,122,171,29,23,204,7,0,164,122,171,29,186,204,7,0,165,122,94,128,114,228,9,0,165,250,102,90,241,23,11,0,166,250,248,86,202,120,9,0,166,250,248,86,90,121,9,0,169,122,164,237,117,191,8,0,171,250,248,12,213,101,7,0,171,250,240,218,119,129,8,0,171,250,60,166,8,250,10,0,172,122,97,128,85,150,6,0,172,250,88,129,117,217,7,0,172,122,157,160,226,251,10,0,172,250,12,228,188,13,11,0,173,250,247,54,104,159,9,0,173,250,247,54,184,159,9,0,173,250,247,54,23,160,9,0,173,250,247,54,105,160,9,0,175,122,88,225,231,60,7,0,178,250,218,127,1,48,7,0,179,122,216,173,32,9,6,0,180,122,66,62,157,26,11,0,181,122,188,148,162,229,5,0,181,250,124,225,85,39,7,0,187,122,3,163,140,92,9,0,187,122,3,163,54,93,9,0,188,250,54,164,231,60,7,0,189,122,39,94,69,42,7,0,191,250,196,193,197,164,10,0,193,122,228,28,85,53,7,0,194,122,4,126,85,53,7,0,194,250,126,233,231,60,7,0,198,122,169,252,81,247,5,0,198,122,244,101,111,52,11,0,200,122,197,121,199,191,7,0,200,122,197,121,110,203,9,0,200,122,243,5,241,2,10,0,200,122,243,5,254,3,10,0,201,250,71,112,2,150,7,0,202,250,62,134,6,137,9,0,202,250,62,134,142,137,9,0,206,250,18,246,244,106,7,0,208,250,160,199,203,207,7,0,208,250,160,199,137,82,11,0,212,250,44,213,133,35,10,0,212,250,44,213,4,36,10,0,212,250,44,213,144,36,10,0,215,122,28,130,81,127,10,0,215,122,28,130,216,137,11,0,216,250,205,87,120,33,6,0,216,250,205,87,153,168,7,0,217,122,50,119,162,108,6,0,217,122,192,64,150,40,7,0,217,122,50,119,22,72,7,0,217,250,197,194,186,177,7,0,218,122,232,180,173,100,6,0,218,122,232,180,172,44,7,0,221,250,151,62,213,118,6,0,221,122,61,41,129,35,7,0,221,250,155,187,4,32,9,0,221,250,155,187,42,37,9,0,222,122,110,143,30,103,7,0,224,250,71,35,231,60,7,0,229,250,174,55,186,177,7,0,230,122,79,235,219,70,7,0,230,250,59,235,138,159,10,0,230,250,59,235,214,159,10,0,230,250,59,235,35,160,10,0,231,250,208,101,153,147,10,0,231,250,208,101,98,148,10,0,233,122,177,94,181,109,7,0,234,122,4,127,107,4,6,0,236,250,43,207,1,170,7,0,236,250,119,159,18,189,7,0,237,250,56,162,68,89,7,0,237,122,20,139,123,155,7,0,238,250,40,129,6,137,9,0,238,250,40,129,142,137,9,0,238,250,126,22,68,20,10,0,238,250,126,22,109,20,10,0,239,122,198,255,68,89,7,0,239,122,198,255,228,91,7,0,244,122,65,85,251,195,6,0,244,122,211,41,197,95,7,0,244,250,195,219,186,177,7,0,244,122,119,151,204,196,8,0,245,122,239,53,212,187,7,0,246,122,61,84,178,57,6,0,246,122,73,129,64,82,9,0,246,122,73,129,204,82,9,0,249,250,29,128,184,68,6,0,250,122,78,228,199,191,7,0,250,122,78,228,186,204,7,0,0,251,89,54,38,81,7,0,1,251,193,180,208,34,7,0,6,123,154,104,107,63,8,0,9,123,53,234,91,224,7,0,9,251,218,168,174,66,8,0,9,123,53,234,29,158,8,0,10,251,186,202,58,100,7,0,10,251,62,60,193,200,9,0,10,251,62,60,23,201,9,0,10,251,62,60,167,201,9,0,12,123,228,249,225,19,6,0,12,251,4,106,123,155,7,0,12,251,3,85,80,20,9,0,12,251,3,85,241,23,9,0,12,251,182,29,150,132,10,0,17,251,56,89,194,26,7,0,18,251,100,154,2,150,7,0,20,251,60,78,41,100,10,0,21,123,150,213,12,17,6,0,21,123,27,102,6,192,11,0,22,251,21,65,29,76,9,0,22,251,21,65,133,76,9,0,27,251,205,154,133,80,7,0,28,123,166,91,113,13,7,0,30,251,219,145,186,177,7,0,30,251,188,127,197,246,10,0,32,251,197,194,97,243,6,0,34,123,75,71,223,244,8,0,34,123,75,71,207,253,8,0,34,123,75,71,200,6,9,0,35,123,206,229,214,17,8,0,35,251,197,194,255,164,8,0,35,251,197,194,73,165,8,0,35,251,197,194,147,165,8,0,35,251,197,194,222,165,8,0,35,251,197,194,41,166,8,0,35,251,197,194,113,166,8,0,35,251,197,194,184,166,8,0,37,123,102,240,30,147,7,0,38,251,243,135,80,20,9,0,38,251,243,135,241,23,9,0,39,123,130,67,81,115,7,0,41,251,34,91,99,178,11,0,41,123,194,211,46,202,11,0,42,251,232,207,165,254,5,0,44,123,221,244,55,63,6,0,44,123,7,22,6,137,9,0,44,123,7,22,142,137,9,0,46,251,6,83,81,225,6,0,52,123,39,56,41,112,7,0,52,123,163,215,193,6,10,0,52,123,163,215,96,7,10,0,53,123,252,188,255,250,7,0,55,123,129,171,92,105,11,0,58,123,115,158,78,252,5,0,58,251,110,237,172,44,7,0,59,251,63,12,226,0,8,0,60,251,184,59,231,60,7,0,61,123,42,225,123,155,7,0,61,123,92,203,43,58,9,0,61,251,255,243,130,146,11,0,64,251,129,143,4,32,9,0,64,251,129,143,42,37,9,0,64,123,118,10,199,3,11,0,66,123,133,93,41,112,7,0,66,123,214,58,20,125,7,0,66,251,173,32,223,244,8,0,66,251,173,32,207,253,8,0,66,251,173,32,200,6,9,0,66,123,137,86,40,95,10,0,66,123,137,86,208,95,10,0,66,123,57,138,2,161,11,0,67,123,83,108,186,177,7,0,68,123,208,197,135,139,8,0,69,251,234,24,116,32,7,0,72,123,190,189,68,89,7,0,72,123,190,189,228,91,7,0,72,123,200,58,54,134,7,0,72,251,253,93,18,231,7,0,73,251,252,47,255,190,7,0,73,251,252,47,247,198,7,0,76,251,171,189,189,190,11,0,77,123,184,215,223,244,8,0,77,123,184,215,207,253,8,0,77,123,184,215,200,6,9,0,79,123,236,20,229,235,11,0,79,123,236,20,82,239,11,0,81,123,127,29,197,246,10,0,82,123,67,168,18,189,7,0,82,123,67,168,127,229,7,0,84,123,224,186,128,140,10,0,84,123,224,186,20,141,10,0,84,123,224,186,172,141,10,0,85,251,249,145,167,151,6,0,86,123,243,249,143,21,12,0,87,123,252,12,166,78,7,0,88,123,190,142,223,244,8,0,88,123,190,142,207,253,8,0,88,123,190,142,200,6,9,0,89,123,32,67,231,164,9,0,89,123,32,67,254,164,9,0,94,251,222,58,150,132,10,0,97,123,62,72,154,4,11,0,98,123,176,29,162,102,11,0,101,123,239,71,49,28,6,0,102,251,38,247,223,244,8,0,102,251,38,247,207,253,8,0,102,251,38,247,200,6,9,0,103,123,93,94,150,132,10,0,104,251,59,27,85,53,7,0,104,123,244,178,85,53,7,0,104,251,246,252,32,20,11,0,105,123,246,163,55,217,6,0,106,251,177,224,228,248,7,0,106,123,67,47,94,71,11,0,107,123,154,233,224,34,6,0,107,123,137,201,56,84,7,0,107,251,126,48,223,244,8,0,107,251,126,48,207,253,8,0,107,251,126,48,200,6,9,0,108,251,158,26,4,241,7,0,108,123,255,12,118,34,10,0,108,123,255,12,206,34,10,0,108,123,104,213,14,62,10,0,108,123,104,213,229,62,10,0,109,123,208,240,78,41,7,0,110,251,108,243,149,138,11,0,112,123,225,36,24,187,6,0,112,251,228,234,30,16,7,0,115,251,131,85,108,48,6,0,115,251,74,100,99,195,6,0,116,251,144,86,62,231,6,0,120,251,52,128,14,122,6,0,120,123,177,29,128,46,7,0,121,123,179,239,63,160,6,0,121,123,154,228,160,106,7,0,123,251,110,1,56,106,7,0,123,123,28,200,215,173,9,0,123,123,28,200,142,174,9,0,124,123,243,42,150,132,10,0,130,123,129,137,45,26,7,0,130,123,198,17,3,141,8,0,131,123,114,27,82,236,10,0,132,123,103,51,131,179,6,0,134,123,81,45,168,96,6,0,134,123,234,222,250,10,7,0,134,123,87,67,87,75,7,0,135,123,101,17,138,10,12,0,136,123,65,225,220,76,7,0,139,123,165,32,166,78,7,0,141,251,148,227,150,132,10,0,143,123,69,227,193,27,9,0,143,123,69,227,250,27,9,0,145,123,88,73,80,20,9,0,145,123,88,73,241,23,9,0,145,251,200,103,14,176,11,0,149,251,69,237,129,35,7,0,149,251,69,237,239,35,7,0,149,251,247,71,231,60,7,0,149,251,241,65,21,42,10,0,149,251,241,65,116,42,10,0,149,251,241,65,144,42,10,0,152,251,211,142,70,171,7,0,153,251,178,6,228,25,11,0,156,251,216,153,104,17,7,0,157,251,120,163,29,213,7,0,160,123,12,57,54,134,7,0,160,123,180,252,133,35,10,0,160,123,180,252,4,36,10,0,160,123,180,252,144,36,10,0,161,251,203,59,114,228,9,0,162,123,154,233,139,196,11,0,165,251,112,27,201,218,10,0,166,123,70,249,199,191,7,0,166,123,70,249,104,202,7,0,166,123,72,243,230,119,10,0,166,123,72,243,1,120,10,0,168,251,1,59,138,234,7,0,170,251,217,28,226,246,5,0,172,251,66,129,82,56,6,0,172,123,89,69,244,133,6,0,172,251,151,50,13,18,7,0,175,123,248,127,180,51,7,0,175,251,44,33,217,248,9,0,175,251,44,33,245,248,9,0,177,251,82,12,66,221,10,0,178,123,66,62,71,101,7,0,178,251,201,95,78,13,12,0,180,123,99,152,231,249,5,0,180,251,78,197,106,117,6,0,182,123,44,35,245,133,9,0,182,123,44,35,14,134,9,0,182,123,44,35,45,134,9,0,185,251,21,246,231,60,7,0,186,251,113,141,102,105,9,0,186,251,113,141,57,107,9,0,188,123,197,146,245,233,5,0,189,123,161,172,233,171,7,0,189,123,215,182,18,189,7,0,189,123,251,104,29,29,8,0,189,123,215,182,164,179,10,0,189,123,215,182,229,179,10,0,189,123,215,182,34,180,10,0,192,123,53,13,230,118,9,0,192,123,53,13,190,119,9,0,192,123,252,22,63,15,12,0,196,251,76,8,199,191,7,0,197,123,107,63,85,53,7,0,200,123,212,51,160,245,5,0,206,251,242,75,185,107,11,0,211,123,164,56,63,83,11,0,212,251,238,46,26,139,7,0,213,251,137,35,244,106,7,0,215,251,156,38,38,106,6,0,216,251,247,55,80,20,9,0,216,251,247,55,241,23,9,0,216,123,97,7,146,180,10,0,216,123,97,7,35,183,10,0,218,123,206,200,219,70,7,0,220,251,55,47,182,1,11,0,221,123,193,129,136,116,10,0,221,123,193,129,190,116,10,0,223,123,113,68,5,129,7,0,224,251,143,244,203,24,7,0,224,251,0,234,209,45,8,0,225,251,33,121,150,83,9,0,225,251,33,121,176,85,9,0,225,251,129,71,214,89,11,0,228,123,2,179,201,21,11,0,238,251,244,145,150,132,10,0,238,123,20,176,190,47,11,0,239,251,65,90,244,106,7,0,242,251,205,118,112,105,6,0,242,123,223,185,43,232,10,0,244,123,216,46,224,209,10,0,245,123,142,78,4,32,9,0,245,123,142,78,42,37,9,0,246,123,225,161,4,32,9,0,246,123,225,161,42,37,9,0,248,251,197,194,133,161,6,0,250,251,76,218,194,115,7,0,251,251,31,188,135,31,7,0,251,251,94,208,85,53,7,0,252,251,55,179,231,60,7,0,252,251,55,179,244,106,7,0,254,123,44,93,13,138,8,0,254,123,140,4,241,2,10,0,254,123,140,4,254,3,10,0,0,124,167,246,231,60,7,0,1,124,138,199,227,113,6,0,1,124,126,18,216,83,7,0,3,124,235,128,73,31,11,0,5,124,64,38,226,254,6,0,5,252,199,199,49,45,10,0,5,252,199,199,64,46,10,0,5,252,199,199,67,47,10,0,5,252,199,199,97,48,10,0,6,124,244,250,195,210,8,0,8,124,197,159,5,129,7,0,8,124,201,127,199,191,7,0,8,124,201,127,186,204,7,0,9,124,230,61,184,157,8,0,11,252,81,79,123,155,7,0,12,252,160,45,159,71,10,0,12,252,160,45,177,71,10,0,12,252,160,45,208,71,10,0,15,124,118,149,148,112,9,0,15,124,118,149,17,113,9,0,16,124,66,250,18,186,6,0,16,124,66,250,20,233,6,0,16,252,211,28,54,134,7,0,16,252,88,77,54,134,7,0,17,252,51,4,213,101,7,0,17,252,51,4,176,188,7,0,17,252,53,244,102,105,9,0,17,252,53,244,57,107,9,0,19,124,171,78,20,250,5,0,19,252,55,132,197,95,7,0,20,252,172,54,201,240,6,0,23,252,134,90,29,120,6,0,25,252,147,190,91,51,8,0,25,252,147,190,139,51,8,0,25,252,147,190,182,51,8,0,27,252,75,131,223,244,8,0,27,252,75,131,207,253,8,0,27,252,75,131,200,6,9,0,28,252,80,7,85,53,7,0,31,124,48,202,197,95,7,0,32,124,101,176,175,239,11,0,35,252,67,250,153,147,10,0,35,252,67,250,98,148,10,0,36,252,26,15,43,232,10,0,38,124,172,140,231,60,7,0,38,124,68,246,140,92,9,0,38,124,68,246,54,93,9,0,39,124,53,68,107,68,6,0,40,124,69,212,86,147,7,0,40,124,253,69,150,83,9,0,40,124,253,69,176,85,9,0,40,124,210,24,150,132,10,0,41,124,162,179,11,44,6,0,41,252,197,194,105,105,8,0,42,252,184,87,114,228,9,0,43,124,35,159,176,91,11,0,44,124,134,172,228,91,7,0,44,124,134,172,129,236,11,0,45,252,55,89,139,106,8,0,48,252,74,215,69,11,11,0,53,252,117,222,75,22,7,0,54,124,58,86,44,113,10,0,54,124,58,86,126,113,10,0,56,124,85,2,54,134,7,0,56,252,149,65,162,233,7,0,57,124,18,160,199,191,7,0,61,124,106,205,223,244,8,0,61,124,106,205,207,253,8,0,61,124,106,205,200,6,9,0,64,252,176,115,223,244,8,0,64,252,176,115,207,253,8,0,64,252,176,115,200,6,9,0,64,124,26,100,191,63,11,0,66,124,61,227,227,80,8,0,66,124,61,227,23,81,8,0,67,252,215,153,19,12,11,0,67,252,215,153,195,14,11,0,68,252,225,57,150,132,10,0,71,124,45,147,4,32,9,0,71,124,45,147,42,37,9,0,73,252,199,95,41,114,9,0,73,252,199,95,57,115,9,0,73,124,24,247,231,192,11,0,76,252,216,74,164,131,7,0,78,252,90,29,34,42,7,0,79,252,69,59,244,106,7,0,81,124,136,33,154,171,6,0,87,252,141,152,102,123,9,0,87,252,141,152,26,124,9,0,88,124,187,72,26,238,7,0,88,124,91,255,250,20,10,0,88,124,91,255,24,21,10,0,88,124,91,255,77,21,10,0,91,252,118,5,214,240,11,0,94,252,91,68,150,132,10,0,96,124,61,198,146,180,10,0,96,124,61,198,35,183,10,0,97,252,212,67,223,244,8,0,97,252,212,67,207,253,8,0,97,252,212,67,200,6,9,0,99,252,177,19,225,163,6,0,100,124,124,15,213,101,7,0,102,252,77,197,81,67,6,0,102,252,124,181,56,197,9,0,102,252,124,181,93,197,9,0,102,252,124,181,136,197,9,0,102,252,124,181,179,197,9,0,103,124,175,30,123,155,7,0,103,252,61,191,4,32,9,0,103,252,61,191,42,37,9,0,105,124,93,127,186,177,7,0,105,124,110,38,188,60,9,0,105,124,110,38,6,61,9,0,106,252,123,107,123,155,7,0,106,252,65,10,222,216,9,0,106,252,65,10,76,217,9,0,109,252,197,35,164,194,6,0,111,124,202,205,71,191,10,0,111,124,202,205,169,192,10,0,113,124,68,164,102,123,9,0,113,124,68,164,26,124,9,0,114,124,21,46,194,22,7,0,114,252,162,182,56,84,7,0,116,124,246,0,119,240,10,0,120,124,189,0,68,89,7,0,120,124,189,0,16,141,7,0,120,252,54,167,86,135,8,0,121,124,194,47,244,232,8,0,122,124,230,127,87,152,10,0,122,124,230,127,193,152,10,0,123,124,215,6,196,172,6,0,123,252,245,135,123,155,7,0,129,252,176,112,186,177,7,0,130,252,236,59,152,244,5,0,130,124,175,195,115,95,6,0,130,124,73,167,230,118,9,0,130,124,73,167,190,119,9,0,130,124,99,193,158,253,10,0,130,124,38,188,151,187,11,0,131,252,241,253,87,152,10,0,131,252,241,253,193,152,10,0,132,124,71,255,195,49,7,0,134,124,255,152,174,183,11,0,135,124,95,150,148,112,9,0,135,124,95,150,17,113,9,0,135,252,183,188,101,151,11,0,136,124,160,106,9,222,7,0,139,124,169,170,234,53,11,0,140,124,148,93,135,31,7,0,140,124,196,164,143,146,11,0,141,252,76,128,87,180,6,0,141,252,240,29,94,69,7,0,144,124,35,198,123,155,7,0,146,252,252,4,151,224,10,0,152,124,28,131,251,97,8,0,152,124,28,131,46,98,8,0,152,124,28,131,98,98,8,0,152,124,244,166,30,169,10,0,152,124,244,166,207,169,10,0,153,252,22,87,2,150,7,0,155,252,164,205,128,62,10,0,155,252,164,205,229,62,10,0,156,124,194,184,13,18,7,0,160,124,45,127,124,107,8,0,162,252,62,152,150,132,10,0,166,252,52,51,252,221,11,0,169,252,167,173,2,201,11,0,170,252,197,194,237,57,8,0,172,252,60,51,109,37,7,0,172,252,149,212,4,32,9,0,172,252,149,212,42,37,9,0,172,124,15,217,136,116,10,0,172,124,15,217,190,116,10,0,172,124,181,9,148,120,11,0,176,124,48,144,123,155,7,0,177,252,167,29,64,99,6,0,179,124,89,97,110,139,9,0,179,124,89,97,205,139,9,0,180,252,157,241,115,237,5,0,183,124,142,135,223,244,8,0,183,124,142,135,207,253,8,0,183,124,142,135,200,6,9,0,183,124,163,146,115,213,10,0,186,252,219,219,214,101,6,0,186,252,22,9,177,110,11,0,188,124,211,135,49,119,7,0,189,124,22,112,1,172,7,0,190,252,197,194,92,170,6,0,190,252,197,194,116,32,7,0,190,124,37,80,87,75,7,0,190,124,31,58,144,143,7,0,190,252,197,194,240,213,7,0,190,124,250,18,249,212,10,0,193,124,149,48,145,141,11,0,196,252,94,106,123,155,7,0,201,124,81,128,123,155,7,0,201,124,95,54,150,132,10,0,204,124,49,210,150,132,10,0,212,252,201,8,123,155,7,0,212,252,166,20,174,20,11,0,212,124,184,241,109,3,12,0,217,124,252,54,89,21,7,0,217,252,196,19,87,75,7,0,217,252,196,19,212,241,11,0,219,124,5,162,76,15,7,0,220,124,42,25,140,92,9,0,220,124,42,25,54,93,9,0,221,252,151,147,229,41,7,0,222,124,116,192,5,129,7,0,222,252,31,20,183,147,7,0,222,124,238,251,123,155,7,0,222,124,102,110,186,177,7,0,224,252,88,74,3,141,8,0,224,252,130,17,63,200,10,0,224,252,130,17,94,200,10,0,224,252,130,17,145,200,10,0,224,252,130,17,195,200,10,0,225,252,253,21,30,103,7,0,227,124,222,231,87,43,7,0,227,252,186,128,239,68,8,0,228,252,1,202,121,109,7,0,229,252,162,223,2,150,7,0,230,124,9,195,191,140,11,0,231,124,70,198,186,177,7,0,236,124,212,145,123,155,7,0,238,124,83,154,70,81,7,0,238,124,254,166,48,51,9,0,238,252,175,112,175,127,11,0,240,124,125,206,203,100,7,0,241,252,150,205,2,83,7,0,241,124,220,177,223,244,8,0,241,124,220,177,207,253,8,0,241,124,220,177,200,6,9,0,245,252,55,125,205,73,7,0,245,124,248,21,68,89,7,0,247,124,221,90,148,112,9,0,247,124,221,90,17,113,9,0,248,124,52,182,58,11,6,0,249,252,146,164,70,162,10,0,250,252,170,247,151,110,10,0,250,252,170,247,247,110,10,0,250,252,170,247,84,111,10,0,252,124,226,5,192,69,9,0,252,124,226,5,164,70,9,0,252,124,226,5,128,71,9,0,252,124,56,237,150,132,10,0,254,124,250,70,4,32,9,0,254,124,250,70,42,37,9,0,255,124,119,7,85,53,7,0,255,252,166,155,150,132,10,0,0,253,226,89,37,22,11,0,3,253,198,180,161,72,6,0,4,125,221,104,41,53,7,0,6,125,98,128,162,76,6,0,9,253,109,126,123,155,7,0,9,253,196,194,161,239,11,0,11,253,148,65,150,83,9,0,11,253,148,65,176,85,9,0,12,253,205,98,156,148,7,0,15,253,197,194,179,85,7,0,15,253,197,194,178,87,7,0,15,253,20,239,71,191,10,0,15,253,20,239,169,192,10,0,23,125,208,111,82,51,11,0,26,253,131,154,41,114,9,0,26,253,131,154,57,115,9,0,29,125,178,200,126,173,6,0,29,253,194,201,244,106,7,0,31,125,155,153,148,191,6,0,33,125,201,52,252,116,7,0,34,253,197,194,179,85,7,0,34,253,197,194,178,87,7,0,34,253,197,194,131,59,9,0,35,253,166,159,119,26,7,0,35,253,197,194,231,60,7,0,35,253,197,194,199,51,9,0,35,253,197,194,220,51,9,0,35,253,197,194,32,52,9,0,41,125,24,239,202,11,11,0,42,125,120,246,231,60,7,0,43,253,158,255,162,159,6,0,43,253,158,255,196,159,6,0,43,253,91,138,211,244,10,0,44,253,197,194,250,49,6,0,44,125,221,99,146,180,10,0,44,125,221,99,35,183,10,0,48,125,55,201,223,244,8,0,48,125,55,201,207,253,8,0,48,125,55,201,200,6,9,0,51,125,36,87,139,108,10,0,51,125,36,87,165,108,10,0,53,125,138,116,216,35,11,0,53,125,138,116,4,37,11,0,54,125,220,133,231,60,7,0,62,253,50,156,13,18,7,0,62,125,40,83,31,221,10,0,63,125,136,21,229,235,11,0,64,125,24,199,172,44,7,0,69,125,195,143,27,207,11,0,70,253,167,87,25,66,9,0,70,253,167,87,212,67,9,0,72,253,57,188,132,150,6,0,72,125,29,120,231,60,7,0,72,125,213,68,161,212,9,0,72,125,213,68,93,213,9,0,73,125,54,242,133,74,7,0,76,253,102,53,45,209,8,0,80,125,192,42,150,132,10,0,87,125,112,250,45,70,6,0,89,253,254,148,5,17,7,0,89,125,192,103,190,110,7,0,89,253,132,48,13,112,7,0,90,125,139,122,186,93,11,0,91,125,238,55,110,225,7,0,91,125,39,178,223,141,8,0,94,253,43,179,44,113,10,0,94,253,43,179,126,113,10,0,95,253,228,93,32,81,10,0,95,253,228,93,60,81,10,0,95,253,228,93,94,81,10,0,96,253,176,205,44,73,7,0,97,253,78,45,194,22,7,0,97,253,111,167,16,141,7,0,99,253,248,141,30,103,7,0,101,253,178,45,150,132,10,0,102,125,42,143,29,76,9,0,102,125,42,143,133,76,9,0,103,125,78,160,58,139,7,0,103,125,186,94,40,95,10,0,103,125,186,94,208,95,10,0,104,253,2,146,186,177,7,0,105,253,125,102,164,131,7,0,108,253,255,79,80,20,9,0,108,253,255,79,241,23,9,0,109,253,8,99,123,155,7,0,109,125,219,198,41,114,9,0,109,125,219,198,57,115,9,0,110,125,254,140,61,49,7,0,111,125,195,150,182,10,7,0,111,125,195,150,149,127,7,0,111,125,195,150,154,182,8,0,118,253,85,143,114,228,9,0,118,125,167,181,79,241,10,0,122,253,91,93,223,102,10,0,122,253,91,93,23,103,10,0,122,253,91,93,80,103,10,0,125,253,213,251,245,183,6,0,126,253,70,4,4,32,9,0,126,253,70,4,42,37,9,0,127,253,54,184,109,37,7,0,127,253,54,184,186,177,7,0,128,253,219,251,231,60,7,0,130,253,96,220,95,137,6,0,132,125,33,183,83,118,8,0,132,253,250,32,96,66,10,0,135,253,221,66,58,136,11,0,137,253,30,22,213,7,6,0,137,253,120,33,130,176,11,0,138,125,147,241,199,191,7,0,138,125,147,241,25,180,8,0,138,125,147,241,175,180,8,0,138,125,147,241,81,181,8,0,138,125,147,241,100,114,10,0,138,253,185,206,150,132,10,0,141,253,185,65,167,101,9,0,141,253,185,65,133,102,9,0,141,125,238,248,49,45,10,0,141,125,238,248,64,46,10,0,141,125,238,248,67,47,10,0,141,125,238,248,97,48,10,0,143,253,143,39,87,75,7,0,146,253,187,148,66,241,8,0,148,125,8,197,199,191,7,0,148,125,8,197,202,42,9,0,149,253,171,245,71,191,10,0,149,253,171,245,169,192,10,0,152,253,77,70,103,172,7,0,154,125,2,195,85,53,7,0,158,253,193,185,85,82,6,0,158,125,101,32,252,116,7,0,162,253,223,156,5,129,7,0,163,125,138,44,210,52,9,0,163,125,138,44,47,53,9,0,164,125,144,37,236,123,7,0,165,125,54,116,85,53,7,0,165,125,209,88,223,244,8,0,165,125,209,88,207,253,8,0,165,125,209,88,200,6,9,0,167,253,37,108,96,121,6,0,167,125,208,152,123,155,7,0,170,253,243,47,59,86,6,0,172,253,216,97,69,42,7,0,173,125,137,39,7,70,7,0,173,253,207,246,54,121,7,0,174,253,122,78,194,26,7,0,174,253,42,116,70,162,10,0,176,253,156,38,179,85,7,0,176,253,156,38,178,87,7,0,177,125,68,107,37,13,6,0,177,125,68,107,16,141,7,0,181,253,144,88,147,74,8,0,182,253,236,76,104,17,7,0,185,253,227,28,2,150,7,0,185,253,233,177,18,15,12,0,186,253,28,163,85,27,7,0,186,253,33,235,123,155,7,0,186,253,197,194,62,5,10,0,186,253,197,194,116,5,10,0,186,253,197,194,74,235,11,0,187,253,156,38,251,25,8,0,187,253,63,121,230,203,9,0,187,253,63,121,54,204,9,0,188,253,21,206,66,244,10,0,189,253,197,194,231,60,7,0,191,253,70,33,242,40,7,0,193,125,165,55,32,28,7,0,193,253,82,12,123,155,7,0,195,125,104,65,2,150,7,0,197,125,155,40,199,227,10,0,198,253,202,44,85,53,7,0,198,253,56,211,2,150,7,0,198,253,205,106,207,214,7,0,198,253,205,106,69,215,7,0,199,125,8,163,43,79,11,0,200,125,151,53,48,153,11,0,203,125,82,200,135,31,7,0,203,253,127,119,231,60,7,0,205,253,17,251,67,7,7,0,206,253,194,123,245,83,6,0,206,125,167,162,238,57,10,0,206,125,167,162,3,58,10,0,206,253,18,28,71,191,10,0,206,253,18,28,169,192,10,0,208,253,233,174,223,244,8,0,208,253,233,174,207,253,8,0,208,253,233,174,200,6,9,0,211,253,46,127,247,240,5,0,211,125,208,120,85,53,7,0,216,125,67,121,182,10,10,0,216,125,67,121,211,10,10,0,217,253,204,226,150,132,10,0,218,253,131,28,94,35,8,0,219,125,7,64,20,227,6,0,219,125,79,199,68,89,7,0,219,253,175,231,150,132,10,0,222,253,61,217,175,117,6,0,222,253,61,217,54,134,7,0,224,253,70,155,231,60,7,0,225,253,163,160,154,255,5,0,225,253,163,160,74,110,6,0,227,125,215,240,193,212,6,0,227,253,146,99,165,209,9,0,227,253,146,99,32,210,9,0,227,253,146,99,149,210,9,0,227,253,146,99,61,211,9,0,227,253,146,99,215,211,9,0,229,253,110,49,5,129,7,0,230,125,103,51,1,31,7,0,232,125,226,170,202,182,6,0,236,125,231,23,249,175,6,0,237,253,232,232,249,152,6,0,237,253,131,191,56,84,7,0,237,253,132,216,17,250,11,0,239,253,200,123,56,84,7,0,242,253,155,66,177,126,7,0,243,253,139,80,16,141,7,0,243,253,129,181,21,243,10,0,246,253,197,194,28,250,6,0,246,253,234,9,190,110,7,0,246,125,146,63,248,244,10,0,247,253,121,232,161,138,7,0,248,253,197,194,245,42,7,0,248,253,148,247,204,46,7,0,250,125,27,238,98,204,6,0,250,125,27,238,143,204,6,0,250,125,71,223,174,24,11,0,252,125,197,5,215,109,10,0,254,253,147,190,5,229,7,0,254,253,87,47,245,117,11,0,255,253,178,27,244,133,6,0,0,126,37,155,173,100,6,0,0,126,240,48,102,105,9,0,0,126,240,48,57,107,9,0,0,254,112,255,150,132,10,0,1,254,179,64,244,106,7,0,2,254,195,231,129,35,7,0,2,254,195,231,5,36,7,0,2,126,120,122,231,60,7,0,4,254,35,24,146,180,10,0,4,254,35,24,35,183,10,0,6,126,237,241,97,57,6,0,7,254,224,233,123,155,7,0,8,126,120,157,94,208,10,0,9,126,81,190,199,191,7,0,9,126,81,190,253,201,7,0,10,254,252,126,54,134,7,0,10,126,208,125,2,150,7,0,10,126,89,221,74,235,10,0,10,254,116,106,122,191,11,0,10,254,116,106,150,191,11,0,11,254,231,54,66,117,11,0,15,126,241,65,10,220,6,0,16,254,64,31,107,96,8,0,16,254,64,31,60,150,8,0,18,254,232,62,80,20,9,0,18,254,232,62,241,23,9,0,25,126,230,49,146,180,10,0,25,126,230,49,35,183,10,0,26,254,103,227,54,134,7,0,28,254,215,199,7,244,8,0,29,126,234,19,54,134,7,0,30,254,46,175,183,143,8,0,32,254,34,250,116,32,7,0,34,254,83,60,231,60,7,0,36,254,230,115,215,109,10,0,39,126,34,57,199,191,7,0,39,126,34,57,25,180,8,0,39,126,34,57,175,180,8,0,39,126,34,57,81,181,8,0,39,126,34,57,100,114,10,0,43,254,130,53,227,93,10,0,43,254,130,53,246,93,10,0,44,126,113,22,32,28,7,0,52,126,219,70,242,211,7,0,53,126,165,216,231,60,7,0,55,254,116,10,150,132,10,0,56,254,199,154,177,175,6,0,61,254,156,148,59,19,7,0,63,254,246,139,115,150,9,0,64,254,52,90,231,60,7,0,66,254,179,11,219,70,7,0,70,254,156,38,218,40,6,0,70,254,206,16,188,98,7,0,70,254,156,38,69,215,7,0,70,254,40,107,188,211,11,0,71,254,102,70,212,168,6,0,72,254,210,193,218,62,11,0,73,254,136,41,110,231,5,0,73,126,213,15,78,41,7,0,73,126,237,96,76,121,10,0,73,126,237,96,97,121,10,0,74,254,146,155,223,244,8,0,74,254,146,155,207,253,8,0,74,254,146,155,200,6,9,0,74,254,74,187,115,150,9,0,74,126,105,136,39,224,11,0,75,254,144,247,13,18,7,0,75,254,35,128,56,84,7,0,75,254,200,15,135,122,7,0,75,126,226,134,123,155,7,0,76,254,156,38,222,120,6,0,76,254,156,38,179,85,7,0,76,254,156,38,178,87,7,0,79,254,226,70,222,216,9,0,79,254,226,70,76,217,9,0,80,126,207,188,2,150,7,0,81,126,159,245,223,244,8,0,81,126,159,245,207,253,8,0,81,126,159,245,200,6,9,0,82,254,112,151,12,92,11,0,83,126,12,188,29,209,6,0,87,254,121,69,223,244,8,0,87,254,121,69,207,253,8,0,87,254,121,69,200,6,9,0,90,254,173,140,154,227,5,0,93,126,187,123,114,148,6,0,97,254,38,151,231,60,7,0,97,126,86,31,101,27,11,0,97,254,42,69,63,45,11,0,98,254,230,242,181,104,7,0,98,126,43,113,123,155,7,0,102,126,158,53,215,222,7,0,104,254,11,224,42,86,6,0,105,254,123,10,22,74,6,0,108,126,69,66,224,15,7,0,108,126,69,66,80,20,9,0,108,126,69,66,241,23,9,0,109,254,122,84,51,138,8,0,112,254,50,98,120,33,6,0,112,254,50,98,153,168,7,0,113,254,41,129,194,18,7,0,114,254,29,6,14,186,11,0,115,254,27,34,117,30,7,0,117,254,220,20,123,155,7,0,119,126,53,152,167,201,6,0,119,254,185,67,219,70,7,0,121,126,112,119,175,170,10,0,121,126,112,119,207,170,10,0,122,254,98,218,167,17,7,0,123,254,223,72,170,165,7,0,124,126,156,145,142,238,7,0,124,126,156,145,193,238,7,0,124,126,156,145,244,238,7,0,125,254,64,225,59,86,6,0,125,126,68,201,76,15,7,0,126,254,57,102,197,164,10,0,128,126,106,223,2,150,7,0,128,254,254,208,123,155,7,0,128,126,109,6,223,244,8,0,128,126,109,6,207,253,8,0,128,126,109,6,200,6,9,0,128,126,106,223,236,109,11,0,129,126,129,120,29,244,7,0,130,126,189,3,26,233,5,0,133,126,136,86,58,139,7,0,134,126,63,115,54,134,7,0,134,254,249,226,0,240,10,0,139,126,103,92,137,52,11,0,140,254,36,132,117,100,11,0,143,254,73,231,47,225,8,0,144,254,253,10,155,83,6,0,144,126,121,243,231,60,7,0,154,254,205,99,162,2,6,0,154,254,215,84,123,155,7,0,154,254,129,131,80,20,9,0,154,254,129,131,241,23,9,0,154,254,205,99,39,185,11,0,155,126,208,54,30,78,7,0,158,126,157,201,210,52,9,0,158,126,157,201,47,53,9,0,159,254,220,215,114,228,9,0,160,254,207,158,166,78,7,0,160,254,172,36,186,177,7,0,164,254,143,253,186,177,7,0,164,126,133,143,168,204,8,0,164,254,99,102,4,32,9,0,164,254,99,102,42,37,9,0,166,254,51,90,150,132,10,0,166,254,156,210,239,151,11,0,170,254,167,230,2,150,7,0,171,254,0,190,18,189,7,0,171,254,0,190,236,207,7,0,180,126,247,31,208,79,9,0,180,126,247,31,138,80,9,0,180,126,247,31,56,81,9,0,183,126,161,67,196,230,9,0,184,126,158,117,241,2,10,0,184,126,158,117,254,3,10,0,185,254,110,69,100,5,7,0,185,254,245,2,20,61,8,0,185,254,153,114,150,132,10,0,186,254,232,240,123,155,7,0,191,254,5,225,68,89,7,0,191,254,186,145,228,91,7,0,191,254,5,225,228,91,7,0,192,126,53,186,236,166,7,0,192,126,53,186,181,167,7,0,196,126,194,66,68,89,7,0,196,126,194,66,228,91,7,0,198,126,144,248,20,125,7,0,198,254,176,236,4,32,9,0,198,254,176,236,42,37,9,0,200,126,39,195,183,147,7,0,201,126,61,209,21,181,11,0,202,254,165,222,215,53,6,0,202,254,165,222,3,81,6,0,202,254,102,32,223,244,8,0,202,254,102,32,207,253,8,0,202,254,102,32,200,6,9,0,202,126,135,102,50,141,9,0,202,126,135,102,130,142,9,0,202,126,135,102,212,143,9,0,202,126,135,102,43,145,9,0,202,126,167,168,241,2,10,0,202,126,167,168,254,3,10,0,205,254,135,91,194,115,7,0,205,254,47,208,122,19,9,0,205,254,47,208,158,19,9,0,206,126,243,23,167,101,9,0,206,126,243,23,133,102,9,0,209,254,80,23,80,213,11,0,210,126,37,42,123,155,7,0,210,126,235,201,43,58,9,0,210,254,228,209,13,212,11,0,213,254,194,230,231,60,7,0,213,126,157,14,78,231,10,0,214,254,156,38,153,147,10,0,214,254,156,38,98,148,10,0,216,254,236,181,19,68,8,0,217,254,173,67,160,251,9,0,217,254,173,67,212,251,9,0,219,254,174,246,25,66,9,0,219,254,174,246,212,67,9,0,221,254,185,158,71,122,6,0,221,254,88,248,83,29,7,0,228,254,3,9,18,190,9,0,228,254,3,9,55,190,9,0,228,126,190,7,190,117,11,0,229,254,198,213,228,91,7,0,229,254,198,213,212,187,7,0,229,254,198,213,254,202,7,0,230,254,72,194,164,233,5,0,233,126,183,52,25,44,7,0,233,254,198,64,145,139,7,0,234,126,211,28,61,181,6,0,235,254,174,91,37,77,9,0,236,126,234,170,25,66,9,0,236,126,234,170,212,67,9,0,238,254,237,150,244,106,7,0,239,126,228,131,56,184,6,0,240,254,243,219,50,141,9,0,240,254,243,219,130,142,9,0,240,254,243,219,212,143,9,0,240,254,243,219,43,145,9,0,242,126,217,217,150,83,9,0,242,126,217,217,176,85,9,0,242,126,224,16,202,32,11,0,243,126,159,57,78,28,6,0,244,126,121,121,141,119,7,0,246,254,28,251,80,20,9,0,246,254,28,251,241,23,9,0,247,254,119,2,223,244,8,0,247,254,119,2,207,253,8,0,247,254,119,2,200,6,9,0,249,254,172,242,87,53,6,0,254,126,195,169,80,142,6,0,5,255,15,183,254,177,8,0,8,255,65,45,230,118,9,0,8,255,65,45,190,119,9,0,9,255,114,117,32,28,7,0,12,255,68,69,50,4,12,0,14,127,102,53,71,191,10,0,14,127,102,53,169,192,10,0,15,255,208,249,85,27,7,0,15,255,41,117,60,233,11,0,17,255,130,67,18,159,11,0,18,255,172,133,239,100,6,0,18,127,57,231,158,52,7,0,18,255,215,197,199,191,7,0,18,255,215,197,214,190,10,0,18,255,215,197,21,191,10,0,22,127,64,185,58,139,7,0,22,127,205,34,75,222,10,0,24,127,222,229,107,96,8,0,24,127,222,229,60,150,8,0,25,255,151,199,178,0,10,0,25,255,151,199,213,0,10,0,25,255,151,199,246,0,10,0,34,127,6,16,199,191,7,0,34,127,6,16,101,93,10,0,36,127,5,204,159,249,6,0,36,127,36,195,150,132,10,0,37,127,16,144,85,53,7,0,37,255,7,253,142,56,8,0,37,255,7,253,188,56,8,0,37,255,7,253,236,56,8,0,39,127,50,99,2,150,7,0,40,255,57,228,250,135,9,0,40,255,57,228,20,136,9,0,40,127,199,172,129,235,11,0,43,127,81,190,180,171,11,0,45,255,170,145,165,102,7,0,46,255,22,102,12,22,7,0,47,255,146,139,172,41,7,0,47,255,112,187,97,60,11,0,48,127,155,237,130,157,10,0,48,127,155,237,47,158,10,0,49,255,72,94,56,84,7,0,49,255,39,11,41,114,9,0,49,255,39,11,57,115,9,0,50,255,236,240,30,169,10,0,50,255,236,240,207,169,10,0,54,127,213,202,58,39,7,0,55,127,156,248,2,150,7,0,58,127,144,47,56,84,7,0,60,127,122,196,146,180,10,0,60,127,122,196,35,183,10,0,61,127,236,238,13,18,7,0,62,255,32,31,150,132,10,0,65,127,102,68,85,53,7,0,67,127,138,81,231,60,7,0,67,127,150,119,14,62,10,0,67,127,150,119,229,62,10,0,69,255,37,224,179,85,7,0,69,255,37,224,178,87,7,0,70,255,230,242,170,250,10,0,72,127,227,113,187,183,8,0,73,127,204,207,113,51,7,0,73,255,102,121,4,32,9,0,73,255,102,121,42,37,9,0,76,127,29,234,15,230,5,0,77,255,213,243,2,150,7,0,78,255,36,58,69,42,7,0,78,127,145,16,104,47,11,0,80,127,64,245,39,138,11,0,81,255,62,99,54,134,7,0,81,127,73,113,39,151,10,0,81,127,73,113,128,151,10,0,81,127,73,113,216,151,10,0,82,127,230,201,93,52,7,0,82,255,166,207,215,109,10,0,83,127,173,241,194,44,11,0,86,127,178,7,161,212,9,0,86,127,178,7,93,213,9,0,87,127,201,210,113,51,7,0,87,127,94,89,2,150,7,0,90,255,147,212,186,177,7,0,90,127,169,206,110,139,9,0,90,127,169,206,205,139,9,0,91,127,86,6,223,244,8,0,91,127,86,6,207,253,8,0,91,127,86,6,200,6,9,0,93,255,162,147,180,92,11,0,94,127,82,90,195,194,9,0,94,127,82,90,216,194,9,0,95,255,63,0,187,183,8,0,98,255,177,36,87,152,10,0,98,255,177,36,193,152,10,0,101,127,73,130,5,129,7,0,102,255,83,24,245,35,6,0,102,255,83,24,27,79,10,0,102,255,83,24,71,79,10,0,102,127,88,47,116,168,10,0,103,127,209,134,182,10,10,0,103,127,209,134,211,10,10,0,108,255,244,95,149,203,6,0,109,255,115,106,108,168,7,0,109,255,47,126,146,180,10,0,109,255,47,126,35,183,10,0,110,127,61,238,204,66,6,0,112,127,5,102,181,208,11,0,113,255,13,174,158,52,7,0,113,127,188,129,85,53,7,0,113,127,221,26,54,134,7,0,113,255,45,127,230,111,8,0,113,127,239,58,40,214,11,0,114,127,128,111,164,131,7,0,115,255,206,80,197,95,7,0,115,255,241,193,123,155,7,0,115,127,98,176,13,150,11,0,118,127,150,171,145,139,7,0,119,255,155,51,95,223,8,0,120,255,166,98,41,112,7,0,121,255,163,160,246,50,6,0,121,255,163,160,105,110,6,0,121,255,163,160,215,115,6,0,121,255,156,9,2,150,7,0,123,127,151,250,166,78,7,0,127,127,82,19,134,9,7,0,127,255,91,167,186,177,7,0,129,127,243,253,121,252,6,0,130,255,249,44,5,53,8,0,132,127,46,139,214,234,9,0,132,127,46,139,34,235,9,0,134,127,69,213,54,134,7,0,135,127,16,246,25,66,9,0,135,127,16,246,212,67,9,0,137,255,89,196,89,44,9,0,137,255,89,196,166,45,9,0,137,255,89,196,245,46,9,0,138,127,155,121,135,122,7,0,138,255,219,126,80,20,9,0,138,255,219,126,241,23,9,0,142,127,238,181,150,132,10,0,144,127,94,182,61,61,11,0,145,127,226,141,242,155,11,0,147,255,46,57,17,144,8,0,147,255,46,57,46,144,8,0,147,127,183,27,114,228,9,0,149,255,189,184,165,24,6,0,151,255,12,122,55,158,6,0,153,127,139,253,251,178,8,0,153,255,163,87,240,42,11,0,153,127,139,253,115,80,11,0,160,127,255,130,20,233,6,0,163,255,88,116,40,95,10,0,163,255,88,116,208,95,10,0,165,127,116,29,93,74,7,0,165,127,116,40,11,142,8,0,165,127,116,29,7,244,8,0,166,255,149,205,231,60,7,0,167,127,109,196,86,135,8,0,168,127,246,63,223,244,8,0,168,127,246,63,207,253,8,0,168,127,246,63,200,6,9,0,168,127,233,181,247,95,11,0,170,255,48,53,149,228,6,0,171,255,188,79,185,0,6,0,172,127,253,27,97,28,9,0,172,127,253,27,1,29,9,0,172,127,253,27,166,29,9,0,174,255,237,63,2,150,7,0,176,127,65,237,143,7,7,0,176,255,55,200,89,44,9,0,176,255,55,200,166,45,9,0,176,255,55,200,245,46,9,0,179,255,163,165,69,42,7,0,180,255,77,221,134,34,11,0,183,255,138,40,71,191,10,0,183,255,138,40,169,192,10,0,184,255,86,112,5,129,7,0,185,127,206,133,69,77,7,0,185,127,125,34,150,63,11,0,185,127,125,34,170,63,11,0,185,127,125,34,237,74,11,0,189,127,222,199,119,255,5,0,189,127,35,96,175,81,7,0,189,255,162,113,47,129,11,0,191,255,201,148,208,149,7,0,193,127,45,127,71,101,7,0,195,255,205,81,83,48,7,0,196,127,92,115,166,206,8,0,200,255,15,233,119,133,11,0,202,127,234,254,80,101,6,0,202,127,255,164,244,106,7,0,207,255,188,167,89,44,9,0,207,255,188,167,166,45,9,0,207,255,188,167,245,46,9,0,209,127,125,120,185,253,10,0,210,127,148,209,245,242,11,0,210,127,148,209,106,245,11,0,210,127,148,209,162,251,11,0,211,255,156,38,32,12,7,0,211,255,156,38,67,12,7,0,213,255,191,200,72,161,8,0,213,255,191,200,214,161,8,0,213,255,191,200,89,162,8,0,213,255,184,44,64,82,9,0,213,255,184,44,204,82,9,0,214,127,248,233,3,194,6,0,214,255,200,52,77,216,6,0,214,255,99,154,138,126,10,0,214,255,99,154,215,126,10,0,217,127,35,118,99,220,11,0,218,255,206,34,54,134,7,0,219,127,230,121,53,97,7,0,219,255,43,173,186,177,7,0,221,255,188,185,129,35,7,0,221,127,60,92,86,236,9,0,221,127,60,92,109,236,9,0,222,127,160,177,236,250,11,0,224,255,13,24,219,70,7,0,225,255,192,190,150,132,10,0,229,127,12,36,120,33,6,0,229,127,12,36,153,168,7,0,231,255,16,145,197,95,7,0,233,127,66,227,121,252,6,0,234,255,55,208,123,155,7,0,235,127,245,28,118,230,5,0,235,255,201,148,54,134,7,0,236,255,93,97,176,67,10,0,236,255,93,97,242,68,10,0,236,255,93,97,55,70,10,0,238,255,10,159,50,141,9,0,238,255,10,159,130,142,9,0,238,255,10,159,212,143,9,0,238,255,10,159,43,145,9,0,240,255,203,80,192,43,8,0,242,127,215,18,123,155,7,0,244,255,32,120,117,30,7,0,245,127,51,98,167,101,9,0,245,127,51,98,133,102,9,0,249,255,248,131,142,33,11,0,250,127,22,126,41,112,7,0,253,127,213,246,228,91,7,0,253,255,31,27,174,66,8,0,255,127,81,190,2,150,7,0,0,16,1,19,35,65,67,67,108,97,121,101,114,66,97,99,107,103,114,111,117,110,100,2,1,50,209,63,94,0,16,1,20,35,65,68,79,67,80,85,66,95,99,111,111,107,105,101,95,98,111,120,120,2,1,117,214,219,47,0,16,1,10,35,65,99,116,105,111,110,66,97,114,2,1,20,232,174,167,0,16,1,54,35,65,117,116,111,107,101,116,105,110,103,45,83,112,117,95,95,99,111,111,107,105,101,66,97,110,110,101,114,45,109,111,100,117,108,101,95,95,119,114,97,112,67,111,111,107,105,101,66,97,110,110,101,114,2,1,238,156,201,104,0,16,1,7,35,67,67,95,66,97,114,2,1,39,162,182,218,0,16,1,20,35,67,79,69,75,73,78,70,79,95,99,111,111,107,105,101,95,98,111,120,2,1,98,97,120,225,0,16,1,3,35,67,81,2,12,1,164,160,34,19,174,60,227,29,190,66,143,47,103,220,172,48,144,93,123,53,151,230,35,153,203,49,32,157,228,87,78,158,238,77,55,161,12,248,86,164,109,248,229,218,152,220,142,0,16,1,6,35,67,111,67,111,110,2,1,189,206,227,40,0,16,1,39,35,67,111,110,116,101,110,116,112,108,97,99,101,104,111,108,100,101,114,49,95,84,65,69,66,51,56,49,53,65,48,53,49,95,67,111,108,48,48,2,1,14,48,107,53,0,16,1,43,35,67,111,111,107,105,101,65,99,99,101,112,116,83,117,98,76,97,121,111,117,116,49,95,99,111,111,107,105,101,115,109,101,115,115,97,103,101,115,104,111,119,110,2,1,125,94,75,30,0,16,1,13,35,67,111,111,107,105,101,66,97,110,110,101,114,2,1,163,103,3,219,0,16,1,14,35,67,111,111,107,105,101,67,111,110,116,114,111,108,2,1,81,13,228,154,0,16,1,16,35,67,111,111,107,105,101,82,101,113,117,101,115,116,101,114,2,1,137,115,70,203,0,16,1,16,35,67,111,111,107,105,101,115,45,119,114,97,112,112,101,114,2,1,61,230,204,243,0,16,1,15,35,67,111,111,107,105,101,115,67,111,110,115,101,110,116,2,1,144,168,138,80,0,16,1,28,35,67,121,98,111,116,67,111,111,107,105,101,98,111,116,68,105,97,108,111,103,87,114,97,112,112,101,114,2,1,156,13,193,72,0,16,1,19,35,69,68,79,67,80,85,66,95,99,111,111,107,105,101,95,98,111,120,2,1,117,214,219,43,0,16,1,20,35,69,80,68,70,84,73,80,83,95,99,111,111,107,105,101,95,98,111,120,2,1,64,68,167,56,0,16,1,10,35,69,85,87,97,114,110,105,110,103,2,1,245,126,215,132,0,16,1,15,35,69,99,117,102,105,108,101,115,67,111,111,107,105,101,2,1,101,161,103,106,0,16,1,7,35,70,73,83,76,67,67,2,3,34,127,133,203,53,157,81,129,94,9,161,220,0,16,1,11,35,71,66,95,111,118,101,114,108,97,121,2,1,150,222,117,98,0,16,1,19,35,71,84,77,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,2,1,56,244,137,251,0,16,1,20,35,73,68,79,67,84,73,80,83,95,99,111,111,107,105,101,95,98,111,120,2,1,64,67,90,122,0,16,1,18,35,76,101,103,97,108,67,111,111,107,105,101,78,111,116,105,99,101,2,1,21,151,242,152,0,16,1,20,35,77,79,65,77,73,78,70,79,95,99,111,111,107,105,101,95,98,111,120,2,1,98,93,94,53,0,16,1,24,35,80,68,70,67,79,70,70,69,69,67,79,77,95,99,111,111,107,105,101,95,98,111,120,2,1,140,173,254,90,0,16,1,12,35,80,79,80,85,80,83,95,82,79,79,84,2,3,66,100,36,225,96,206,140,137,156,236,229,81,0,16,1,3,35,80,80,2,1,105,31,39,15,0,16,1,13,35,80,111,108,105,99,121,78,111,116,105,99,101,2,1,127,15,4,95,0,16,1,13,35,80,111,112,117,112,77,101,115,115,97,103,101,2,3,51,93,239,113,108,171,144,126,148,137,6,150,0,16,1,13,35,80,114,105,118,97,99,121,65,108,101,114,116,2,1,242,84,138,13,0,16,1,14,35,80,114,105,118,97,99,121,78,111,116,105,99,101,2,1,46,195,191,57,0,16,1,9,35,82,101,103,67,84,66,87,70,2,1,53,122,222,224,0,16,1,8,35,83,67,65,104,108,100,114,2,1,131,154,75,13,0,16,1,4,35,83,67,75,2,1,170,207,12,202,0,16,1,13,35,83,116,105,99,107,121,70,111,111,116,101,114,2,1,232,137,10,91,0,16,1,10,35,84,79,85,77,115,103,67,111,110,2,1,42,205,196,40,0,16,1,16,35,84,119,71,105,48,112,79,110,88,98,45,112,97,103,101,2,1,183,243,133,70,0,16,1,19,35,87,66,45,102,108,111,97,116,105,110,103,45,110,111,116,105,99,101,2,1,85,82,99,141,0,16,1,23,35,87,87,70,67,111,111,107,105,101,80,114,105,118,97,99,121,78,111,116,105,99,101,2,1,63,138,212,249,0,0,1,8,35,92,53,102,32,105,67,68,2,1,72,192,247,121,0,16,1,31,35,95,95,77,82,67,85,84,79,85,84,95,65,78,65,76,89,84,73,67,83,95,65,71,82,69,69,77,69,78,84,2,1,136,26,181,207,0,16,1,10,35,95,95,99,111,110,115,101,110,116,2,2,103,149,177,27,105,71,190,19,0,16,1,20,35,95,95,114,112,116,108,45,99,111,111,107,105,101,98,97,110,110,101,114,2,1,90,245,31,203,0,16,1,23,35,95,95,116,101,97,108,105,117,109,73,109,112,108,105,99,105,116,109,111,100,97,108,2,1,38,157,169,194,0,16,1,4,35,95,112,99,2,1,102,25,113,241,0,16,1,10,35,95,116,104,45,116,114,117,115,116,2,1,148,188,122,181,0,16,1,17,35,97,98,114,95,99,111,111,107,105,101,95,109,111,100,97,108,2,1,252,121,77,224,0,16,1,11,35,97,99,45,119,114,97,112,112,101,114,2,1,25,40,56,47,0,16,1,12,35,97,99,98,45,119,114,97,112,112,101,114,2,1,54,162,35,95,0,16,1,9,35,97,99,98,77,111,100,97,108,2,1,127,80,60,78,0,16,1,11,35,97,99,99,45,98,111,116,116,111,109,2,1,234,29,127,76,0,16,1,27,35,97,99,99,101,112,116,45,115,105,112,45,112,111,112,117,112,45,99,111,110,116,97,105,110,101,114,2,1,143,80,200,104,0,16,1,11,35,97,99,99,101,112,116,97,110,99,101,2,2,56,223,186,145,61,242,164,132,0,16,1,10,35,97,99,99,101,112,116,98,97,114,2,1,24,138,209,15,0,16,1,18,35,97,99,102,45,99,111,111,107,105,101,45,110,111,116,105,99,101,2,1,28,245,127,235,0,16,1,16,35,97,99,104,116,117,110,103,45,111,118,101,114,108,97,121,2,1,202,34,230,197,0,16,1,34,35,97,99,107,110,111,119,108,101,100,103,101,67,111,111,107,105,101,115,65,110,100,80,114,105,118,97,99,121,77,111,100,97,108,2,1,117,229,194,45,0,16,1,43,35,97,100,101,118,105,110,116,97,95,99,111,110,115,101,110,116,115,95,99,111,111,107,105,101,115,95,117,110,105,118,101,114,115,97,108,95,119,105,100,103,101,116,2,1,211,97,186,19,0,16,1,23,35,97,100,110,115,95,99,111,111,107,105,101,115,95,99,111,110,116,97,105,110,101,114,2,1,242,69,129,163,0,16,1,17,35,97,100,117,108,116,119,97,114,110,105,110,103,109,97,115,107,2,1,78,189,204,242,0,16,1,27,35,97,101,99,111,109,67,111,111,107,105,101,78,111,116,105,102,105,99,97,116,105,111,110,66,97,114,2,1,126,57,45,209,0,16,1,7,35,97,103,114,101,101,67,2,1,41,136,254,73,0,16,1,16,35,97,103,114,101,101,109,101,110,116,45,97,108,101,114,116,2,1,10,132,94,95,0,16,1,17,35,97,103,114,101,101,109,101,110,116,77,101,115,115,97,103,101,2,2,81,232,100,79,187,4,197,194,0,16,1,14,35,97,103,114,101,101,109,101,110,116,80,97,110,101,2,1,13,244,189,207,0,16,1,24,35,97,105,114,95,99,111,111,107,105,101,108,97,119,95,99,111,110,116,97,105,110,101,114,2,1,209,244,179,145,0,16,1,19,35,97,106,45,112,114,105,118,97,99,121,45,109,101,115,115,97,103,101,2,1,155,8,220,168,0,16,1,6,35,97,108,101,114,116,2,1,189,171,22,69,0,16,1,13,35,97,108,101,114,116,45,98,97,110,110,101,114,2,1,250,131,183,75,0,16,1,61,35,97,108,101,114,116,45,98,97,110,110,101,114,32,62,32,46,121,116,100,45,98,114,111,119,115,101,32,62,32,46,121,116,45,97,108,101,114,116,45,119,105,116,104,45,97,99,116,105,111,110,115,45,114,101,110,100,101,114,101,114,2,1,172,236,226,157,0,16,1,16,35,97,108,101,114,116,45,99,111,110,116,97,105,110,101,114,2,1,31,118,138,19,0,16,1,11,35,97,108,101,114,116,45,110,108,112,100,2,1,110,93,164,241,0,16,1,14,35,97,108,101,114,116,95,109,101,115,115,97,103,101,2,1,77,75,139,37,0,16,1,12,35,97,108,101,114,116,95,109,111,100,97,108,2,1,2,234,2,105,0,16,1,16,35,97,108,101,114,116,109,101,115,115,97,103,101,119,114,112,2,1,98,154,30,221,0,16,1,12,35,97,109,45,98,114,97,110,100,105,110,103,2,5,33,198,201,89,170,26,75,196,198,244,32,76,202,187,42,228,233,205,181,84,0,16,1,13,35,97,110,97,108,121,116,105,99,115,45,105,100,2,1,3,189,126,130,0,16,1,17,35,97,110,97,108,121,116,105,99,115,45,112,114,111,109,112,116,2,1,86,30,113,254,0,16,1,16,35,97,111,77,101,115,115,97,103,101,72,111,108,100,101,114,2,1,194,197,249,174,0,16,1,17,35,97,111,115,45,67,111,111,107,105,101,45,77,111,100,97,108,2,2,84,113,107,92,192,182,248,38,0,16,1,17,35,97,111,115,45,67,111,111,107,105,101,80,111,108,105,99,121,2,2,59,156,56,191,60,198,95,104,0,16,1,23,35,97,114,121,111,115,121,115,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,2,1,194,72,254,230,0,16,1,11,35,97,115,107,112,114,105,118,97,99,121,2,1,171,154,144,255,0,16,1,17,35,98,97,99,107,45,116,111,45,111,108,100,45,115,105,116,101,2,1,133,161,250,65,0,16,1,7,35,98,97,110,110,101,114,2,1,146,197,123,188,0,16,1,24,35,98,97,110,110,101,114,45,111,118,101,114,108,97,121,45,116,111,112,45,112,97,103,101,2,1,138,13,228,226,0,16,1,16,35,98,97,110,110,101,114,45,112,111,108,105,99,105,101,115,2,1,230,192,189,22,0,16,1,14,35,98,97,110,110,101,114,45,115,112,97,99,101,114,2,1,127,218,217,138,0,16,1,14,35,98,97,110,110,101,114,79,118,101,114,108,97,121,2,1,25,88,248,164,0,16,1,8,35,98,97,110,110,101,114,115,2,1,168,114,58,215,0,16,1,30,35,98,97,110,110,105,101,114,101,45,99,111,110,115,101,110,116,101,109,101,110,116,45,116,101,109,111,105,110,115,2,1,223,21,12,90,0,16,1,12,35,98,99,109,112,95,102,111,111,116,101,114,2,1,32,9,211,54,0,16,1,9,35,98,108,97,99,107,111,117,116,2,2,63,118,139,155,229,161,84,51,0,16,1,14,35,98,108,111,99,107,45,98,108,111,99,107,45,54,2,1,11,127,183,29,0,16,1,19,35,98,108,111,99,107,45,99,111,111,107,105,101,110,111,116,105,99,101,2,1,13,142,160,208,0,16,1,19,35,98,108,111,99,107,45,99,111,111,107,105,101,112,111,108,105,99,121,2,1,160,164,24,183,0,16,1,21,35,98,108,111,99,107,45,108,111,110,100,111,110,45,99,111,111,107,105,101,115,2,1,1,101,250,48,0,16,1,21,35,98,108,111,99,107,45,115,101,99,117,114,105,116,121,45,98,108,111,99,107,2,2,86,30,176,168,209,115,119,140,0,16,1,21,35,98,108,111,99,107,45,116,101,114,109,115,111,102,115,101,114,118,105,99,101,2,1,148,187,243,65,0,16,1,10,35,98,108,111,99,107,83,99,114,110,2,1,128,219,244,107,0,16,1,12,35,98,108,111,99,107,115,112,108,97,115,104,2,1,150,21,71,114,0,16,1,12,35,98,108,111,113,117,97,114,95,119,101,98,2,1,30,253,234,31,0,16,1,11,35,98,108,115,95,99,111,111,107,105,101,2,1,73,24,5,44,0,16,1,5,35,98,108,117,114,2,1,106,211,148,149,0,16,1,7,35,98,111,116,110,111,116,2,1,49,112,195,198,0,16,1,12,35,98,111,116,111,110,102,111,111,116,101,114,2,1,131,204,56,65,0,16,1,11,35,98,111,116,116,111,109,45,98,97,114,2,1,220,56,84,2,0,16,1,18,35,98,111,116,116,111,109,45,108,101,102,116,45,109,111,100,97,108,2,1,191,189,199,71,0,16,1,12,35,98,111,116,116,111,109,65,108,101,114,116,2,1,139,189,247,243,0,16,1,14,35,98,111,116,116,111,109,95,110,111,116,105,99,101,2,1,23,223,13,35,0,16,1,10,35,98,111,116,116,111,109,98,97,114,2,1,110,220,177,46,0,16,1,11,35,98,111,120,45,115,104,97,100,111,119,2,1,123,119,193,19,0,16,1,19,35,98,115,45,99,111,111,107,105,101,45,115,101,116,116,105,110,103,115,2,2,12,234,225,47,77,189,208,219,0,16,1,21,35,98,115,103,45,119,105,100,103,101,116,45,99,111,110,116,97,105,110,101,114,2,1,137,76,137,205,0,16,1,21,35,98,116,110,45,112,114,105,118,97,99,121,45,115,101,116,116,105,110,103,115,2,1,55,0,136,2,0,16,1,21,35,98,119,45,99,111,111,107,105,101,45,115,121,115,45,97,99,116,105,118,101,2,1,26,94,197,218,0,16,1,4,35,99,45,50,2,1,38,207,211,75,0,16,1,12,35,99,45,104,111,109,101,45,116,105,112,115,2,1,126,163,250,96,0,16,1,7,35,99,67,73,110,102,111,2,1,127,248,203,116,0,16,1,5,35,99,78,97,103,2,1,208,214,206,196,0,16,1,8,35,99,78,111,116,105,99,101,2,1,38,157,114,59,0,16,1,16,35,99,97,45,99,111,110,115,101,110,116,45,114,111,111,116,2,2,93,91,112,229,241,157,252,180,0,16,1,10,35,99,97,95,98,97,110,110,101,114,2,2,48,153,148,38,115,81,231,254,0,16,1,23,35,99,97,109,112,102,105,114,101,45,99,111,111,107,105,101,45,98,97,110,110,101,114,2,1,114,214,199,55,0,16,1,3,35,99,98,2,2,12,222,128,28,96,119,54,201,0,16,1,11,35,99,98,45,119,114,97,112,112,101,114,2,3,2,134,9,200,39,62,195,221,60,113,49,243,0,16,1,8,35,99,98,97,110,110,101,114,2,1,181,118,99,65,0,16,1,12,35,99,98,111,120,67,111,110,116,101,110,116,2,1,38,157,171,200,0,16,1,9,35,99,99,45,97,108,101,114,116,2,1,93,235,16,202,0,16,1,7,35,99,99,45,98,97,114,2,2,111,185,176,162,229,234,8,39,0,16,1,8,35,99,99,45,99,97,114,100,2,1,45,184,168,38,0,16,1,8,35,99,99,45,99,111,110,116,2,1,32,153,219,87,0,16,1,11,35,99,99,45,111,118,101,114,108,97,121,2,2,78,59,2,64,205,233,15,77,0,16,1,10,35,99,99,45,119,105,110,100,111,119,2,1,149,137,239,149,0,16,1,5,35,99,99,95,98,2,1,50,108,49,231,0,16,1,17,35,99,99,95,99,111,111,107,105,101,95,98,97,110,110,101,114,2,1,159,195,149,255,0,16,1,10,35,99,99,95,100,105,97,108,111,103,2,1,41,219,151,188,0,16,1,4,35,99,99,99,2,1,166,215,159,96,0,16,1,12,35,99,99,110,115,116,95,95,109,97,105,110,2,1,5,188,89,235,0,16,1,20,35,99,99,111,110,115,101,110,116,45,105,110,105,116,45,109,111,100,97,108,2,1,72,34,106,69,0,16,1,17,35,99,99,111,110,115,101,110,116,45,115,101,99,116,105,111,110,2,1,132,11,47,46,0,16,1,5,35,99,99,112,97,2,1,176,191,195,120,0,16,1,12,35,99,99,112,97,95,110,111,116,105,99,101,2,1,249,170,177,247,0,16,1,6,35,99,99,112,111,112,2,1,81,46,64,47,0,16,1,3,35,99,100,2,6,22,142,205,249,33,95,128,52,153,29,153,158,174,234,3,19,192,43,139,104,202,106,5,51,0,16,1,24,35,99,104,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,109,111,100,97,108,2,1,110,15,3,85,0,16,1,34,35,99,104,97,107,114,97,45,116,111,97,115,116,45,109,97,110,97,103,101,114,45,98,111,116,116,111,109,45,114,105,103,104,116,2,1,242,115,12,112,0,16,1,30,35,99,105,103,105,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,99,111,110,116,97,105,110,101,114,2,1,19,125,24,212,0,16,1,5,35,99,105,112,97,2,1,135,125,68,112,0,16,1,28,35,99,105,115,105,111,110,45,99,111,111,107,105,101,45,112,111,108,105,99,121,45,98,97,110,110,101,114,2,1,16,33,135,56,0,16,1,11,35,99,107,45,99,111,110,115,101,110,116,2,1,79,205,181,184,0,16,1,8,35,99,107,45,110,111,116,101,2,1,102,70,23,41,0,16,1,6,35,99,107,87,114,112,2,1,153,160,151,140,0,16,1,6,35,99,107,103,114,101,2,1,253,15,99,223,0,16,1,7,35,99,107,110,100,105,118,2,2,48,177,33,34,146,185,24,103,0,16,1,7,35,99,108,98,95,119,114,2,1,24,168,58,207,0,16,1,22,35,99,109,101,80,101,114,109,105,115,115,105,111,110,81,117,101,115,116,105,111,110,2,1,165,193,167,148,0,16,1,4,35,99,110,98,2,2,55,164,147,32,226,233,98,22,0,16,1,9,35,99,110,98,99,103,100,112,114,2,1,148,192,36,76,0,16,1,6,35,99,110,101,116,99,2,1,130,42,26,103,0,16,1,13,35,99,111,45,99,111,110,116,97,105,110,101,114,2,2,127,46,253,211,244,226,115,124,0,16,1,10,35,99,111,67,111,110,115,101,110,116,2,1,203,80,71,44,0,16,1,12,35,99,111,99,99,45,98,97,110,110,101,114,2,1,122,11,103,51,0,16,1,7,35,99,111,107,105,54,49,2,1,2,105,177,70,0,16,1,11,35,99,111,109,105,110,103,115,111,111,110,2,1,145,70,241,2,0,16,1,14,35,99,111,109,112,45,106,104,115,112,119,109,57,102,2,1,241,8,249,84,0,16,1,11,35,99,111,109,112,108,105,97,110,99,101,2,1,210,100,169,235,0,16,1,18,35,99,111,109,112,108,105,97,110,99,101,45,110,111,116,105,99,101,2,1,148,198,3,208,0,16,1,18,35,99,111,110,100,105,116,105,111,110,97,108,98,97,110,110,101,114,2,1,38,157,28,48,0,16,1,5,35,99,111,110,115,2,1,139,239,166,234,0,16,1,9,35,99,111,110,115,45,112,111,112,2,1,93,101,228,247,0,16,1,20,35,99,111,110,115,101,110,116,45,98,97,110,110,101,114,45,109,97,105,110,2,3,89,231,29,123,165,69,112,175,167,24,184,132,0,16,1,20,35,99,111,110,115,101,110,116,45,98,97,110,110,101,114,45,119,97,108,108,2,1,45,172,229,129,0,16,1,15,35,99,111,110,115,101,110,116,45,100,105,97,108,111,103,2,3,14,130,55,15,42,163,62,219,90,49,176,187,0,16,1,13,35,99,111,110,115,101,110,116,45,102,111,114,109,2,1,104,39,109,189,0,16,1,29,35,99,111,110,115,101,110,116,45,112,108,97,99,101,104,111,108,100,101,114,45,111,110,101,116,114,117,115,116,2,1,177,135,128,20,0,16,1,16,35,99,111,110,115,101,110,116,45,114,101,113,117,101,115,116,2,1,245,61,83,246,0,16,1,25,35,99,111,110,115,101,110,116,45,119,105,100,103,101,116,45,99,111,110,116,97,105,110,101,114,2,1,205,174,84,199,0,16,1,24,35,99,111,110,115,101,110,116,66,97,110,110,101,114,45,99,111,110,116,97,105,110,101,114,2,1,101,210,137,229,0,16,1,13,35,99,111,110,115,101,110,116,66,108,111,99,107,2,2,55,39,249,63,245,72,107,29,0,16,1,16,35,99,111,110,115,101,110,116,84,114,97,99,107,105,110,103,2,1,67,178,16,9,0,16,1,13,35,99,111,110,115,101,110,116,95,99,111,110,116,2,1,122,171,129,246,0,16,1,15,35,99,111,110,115,101,110,116,95,110,111,116,105,99,101,2,1,55,165,130,176,0,16,1,11,35,99,111,110,115,101,110,116,100,105,118,2,2,94,127,25,92,127,255,85,218,0,16,1,15,35,99,111,110,115,101,110,116,109,97,110,97,103,101,114,2,1,78,157,177,140,0,16,1,23,35,99,111,110,116,97,105,110,101,114,32,62,32,35,116,111,111,108,115,46,95,104,52,2,1,94,99,83,91,0,16,1,16,35,99,111,110,116,97,105,110,101,114,32,62,32,46,100,100,2,1,126,2,196,170,0,16,1,44,35,99,111,110,116,101,110,116,32,62,32,115,112,97,110,32,62,32,46,65,112,112,32,62,32,100,105,118,91,99,108,97,115,115,42,61,34,83,116,97,114,116,34,93,2,1,173,221,244,192,0,16,1,15,35,99,111,110,116,101,110,116,45,112,111,108,105,99,121,2,1,33,184,230,155,0,16,1,25,35,99,111,110,118,101,114,116,114,105,45,115,99,114,105,112,116,45,99,111,110,115,101,110,116,2,1,181,52,61,20,0,16,1,4,35,99,111,111,2,1,211,21,165,40,0,16,1,5,35,99,111,111,107,2,4,23,156,25,136,58,210,55,68,91,68,170,158,129,251,64,148,0,16,1,7,35,99,111,111,107,79,75,2,1,91,21,158,200,0,16,1,13,35,99,111,111,107,105,99,101,45,116,101,120,116,2,1,55,120,114,120,0,16,1,14,35,99,111,111,107,105,101,45,45,77,111,100,97,108,2,1,46,93,62,114,0,16,1,19,35,99,111,111,107,105,101,45,97,99,99,101,112,116,97,110,99,99,101,2,2,59,236,252,130,254,52,84,54,0,16,1,27,35,99,111,111,107,105,101,45,97,112,112,108,105,97,110,99,101,45,112,111,112,117,112,45,98,111,120,2,1,63,118,139,155,0,16,1,20,35,99,111,111,107,105,101,45,98,97,114,45,116,101,109,112,108,97,116,101,2,1,149,164,211,248,0,16,1,19,35,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,97,112,112,2,1,143,111,185,16,0,16,1,26,35,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,98,97,99,107,103,114,111,117,110,100,2,1,150,17,113,217,0,16,1,22,35,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,2,1,95,156,229,149,0,16,1,26,35,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,102,111,114,101,103,114,111,117,110,100,2,1,150,17,113,217,0,16,1,21,35,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,109,111,100,97,108,2,1,40,26,48,107,0,16,1,28,35,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,110,111,116,105,102,105,99,97,116,105,111,110,2,1,51,212,123,200,0,16,1,22,35,99,111,111,107,105,101,45,99,111,110,115,101,110,116,95,95,109,111,100,97,108,2,1,32,74,48,162,0,16,1,13,35,99,111,111,107,105,101,45,99,111,118,101,114,2,1,43,249,227,126,0,16,1,22,35,99,111,111,107,105,101,45,108,97,119,45,98,97,114,45,104,111,108,100,101,114,2,1,107,210,58,234,0,16,1,24,35,99,111,111,107,105,101,45,109,101,115,115,97,103,101,45,115,108,105,100,101,45,105,110,2,1,219,141,156,155,0,16,1,14,35,99,111,111,107,105,101,45,110,111,116,105,99,101,2,3,167,61,116,82,167,154,152,176,174,59,27,62,0,16,1,20,35,99,111,111,107,105,101,45,110,111,116,105,99,101,45,109,111,100,97,108,2,1,207,68,67,54,0,16,1,25,35,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,45,109,97,115,107,2,1,158,18,157,187,0,16,1,26,35,99,111,111,107,105,101,45,112,101,114,109,105,115,115,105,111,110,115,45,102,111,111,116,101,114,2,1,62,219,177,176,0,16,1,16,35,99,111,111,107,105,101,45,115,101,116,116,105,110,103,115,2,2,122,24,52,241,145,115,99,214,0,16,1,26,35,99,111,111,107,105,101,45,115,110,97,99,107,98,97,114,45,99,111,110,116,97,105,110,101,114,2,1,28,217,251,170,0,16,1,14,35,99,111,111,107,105,101,45,115,116,97,116,117,115,2,1,160,8,133,124,0,16,1,12,35,99,111,111,107,105,101,45,119,97,108,108,2,1,60,14,153,161,0,16,1,19,35,99,111,111,107,105,101,66,97,110,110,101,114,72,111,108,100,101,114,2,1,120,144,112,38,0,16,1,17,35,99,111,111,107,105,101,66,97,114,87,114,97,112,112,101,114,2,1,252,169,122,198,0,16,1,10,35,99,111,111,107,105,101,66,111,116,2,1,8,53,57,8,0,16,1,14,35,99,111,111,107,105,101,67,111,110,115,101,110,116,2,1,182,127,103,178,0,16,1,22,35,99,111,111,107,105,101,67,111,110,115,101,110,116,68,105,97,108,111,103,117,101,2,1,19,83,211,173,0,16,1,17,35,99,111,111,107,105,101,67,111,110,115,101,110,116,100,105,118,2,1,136,244,57,177,0,16,1,16,35,99,111,111,107,105,101,70,111,111,116,101,114,77,115,103,2,1,222,59,97,14,0,16,1,11,35,99,111,111,107,105,101,70,111,114,109,2,1,121,193,75,19,0,16,1,18,35,99,111,111,107,105,101,77,111,100,117,108,101,77,111,100,97,108,2,1,236,99,179,245,0,16,1,17,35,99,111,111,107,105,101,78,111,116,105,99,101,83,111,119,119,2,1,16,236,165,249,0,16,1,17,35,99,111,111,107,105,101,80,111,108,105,99,121,87,114,97,112,2,1,239,105,128,197,0,16,1,13,35,99,111,111,107,105,101,82,105,98,98,111,110,2,1,194,252,206,215,0,16,1,15,35,99,111,111,107,105,101,95,98,97,114,95,110,101,119,2,1,237,28,4,52,0,16,1,22,35,99,111,111,107,105,101,95,99,111,109,112,111,110,101,110,116,95,101,109,101,97,2,1,173,155,92,165,0,16,1,16,35,99,111,111,107,105,101,95,100,105,115,97,98,108,101,100,2,1,93,153,179,137,0,16,1,15,35,99,111,111,107,105,101,95,109,97,110,97,103,101,114,2,2,126,207,145,15,242,247,115,243,0,16,1,16,35,99,111,111,107,105,101,98,97,110,110,101,114,95,98,103,2,1,115,193,197,196,0,0,1,20,35,99,111,111,107,105,101,99,111,110,115,101,110,116,92,58,100,101,115,99,2,1,173,144,171,103,0,16,1,30,35,99,111,111,107,105,101,99,111,110,115,101,110,116,119,97,114,110,105,110,103,99,111,110,116,97,105,110,101,114,2,1,160,149,51,222,0,16,1,20,35,99,111,111,107,105,101,110,111,116,105,99,101,95,110,111,116,105,99,101,2,2,57,148,178,149,114,109,209,223,0,16,1,12,35,99,111,111,107,105,101,112,108,97,116,101,2,2,105,32,49,16,220,19,205,202,0,16,1,18,35,99,111,111,107,105,101,115,45,99,111,109,112,111,110,101,110,116,2,1,223,168,181,7,0,16,1,12,35,99,111,111,107,105,101,115,45,108,97,119,2,1,132,106,159,47,0,16,1,22,35,99,111,111,107,105,101,115,45,110,111,116,105,99,101,45,98,97,110,110,101,114,2,1,129,35,171,103,0,16,1,20,35,99,111,111,107,105,101,115,45,115,116,97,114,116,45,109,111,100,97,108,2,1,50,118,15,199,0,16,1,11,35,99,111,111,107,105,101,115,65,100,118,2,1,152,99,123,180,0,16,1,14,35,99,111,111,107,105,101,115,66,97,110,110,101,114,2,1,94,229,32,183,0,16,1,21,35,99,111,111,107,105,101,115,70,111,114,109,67,111,110,116,97,105,110,101,114,2,1,78,171,124,19,0,16,1,21,35,99,111,111,107,105,101,115,79,112,116,105,111,110,115,50,48,50,50,49,50,2,1,11,121,174,162,0,16,1,21,35,99,111,111,107,105,101,115,79,118,101,114,108,97,121,50,48,50,50,49,50,2,1,11,121,174,162,0,16,1,15,35,99,111,111,107,105,101,115,95,111,112,116,95,105,110,2,1,243,151,66,222,0,16,1,20,35,99,111,111,107,105,101,115,95,118,50,95,98,97,99,107,100,114,111,112,2,1,131,201,92,218,0,16,1,13,35,99,111,111,107,105,101,115,108,97,121,101,114,2,1,61,156,8,226,0,16,1,17,35,99,111,111,107,105,101,119,97,108,108,45,109,111,100,97,108,2,1,128,157,205,149,0,16,1,12,35,99,111,112,121,114,105,103,104,116,45,50,2,2,103,21,142,168,149,53,42,243,0,16,1,3,35,99,112,2,4,38,157,32,234,52,202,22,91,127,226,171,129,190,15,141,127,0,16,1,5,35,99,112,111,112,2,1,79,135,205,112,0,16,1,20,35,99,112,115,45,115,104,97,109,97,110,45,110,111,116,105,102,105,101,114,2,1,73,8,226,49,0,16,1,28,35,99,114,121,111,117,116,45,99,111,111,107,105,101,115,45,110,111,116,105,102,105,99,97,116,105,111,110,2,1,154,72,70,33,0,16,1,9,35,99,115,45,112,111,112,117,112,2,1,54,39,65,172,0,16,1,30,35,99,116,45,117,108,116,105,109,97,116,101,45,103,100,112,114,45,99,111,111,107,105,101,45,109,111,100,97,108,2,1,86,165,203,187,0,16,1,37,35,99,116,108,48,48,95,112,114,105,118,97,99,121,98,97,110,110,101,114,95,112,110,108,80,114,105,118,97,99,121,80,111,108,105,99,121,2,1,216,4,34,117,0,16,1,19,35,99,117,115,116,111,109,45,99,111,110,115,101,110,116,45,115,100,107,2,1,51,161,107,128,0,16,1,23,35,99,117,115,116,111,109,45,99,111,110,115,101,110,116,45,119,114,97,112,112,101,114,2,1,121,177,66,217,0,16,1,23,35,99,117,115,116,111,109,105,122,101,100,45,99,111,110,115,101,110,116,45,115,100,107,2,1,98,29,69,66,0,16,1,3,35,99,119,2,7,2,174,5,31,2,187,232,128,30,42,179,197,32,231,31,223,51,118,71,220,158,195,91,207,221,1,46,114,0,16,1,6,35,99,119,97,114,110,2,1,158,115,123,58,0,16,1,14,35,99,119,97,114,110,105,110,103,112,111,112,117,112,2,1,170,15,203,178,0,16,1,16,35,99,120,45,110,111,116,105,102,105,99,97,116,105,111,110,2,1,38,157,45,86,0,16,1,14,35,99,120,45,116,99,45,119,114,97,112,112,101,114,2,1,38,157,45,86,0,16,1,5,35,99,120,99,120,2,1,229,83,0,123,0,16,1,16,35,100,97,45,102,108,111,97,116,45,99,111,111,107,105,101,2,1,159,209,187,106,0,16,1,9,35,100,97,114,107,66,97,99,107,2,1,251,77,241,249,0,16,1,14,35,100,97,116,97,95,112,114,105,118,95,98,97,114,2,1,167,52,161,168,0,16,1,14,35,100,98,100,109,45,45,109,101,115,115,97,103,101,2,1,38,157,30,10,0,16,1,6,35,100,100,100,104,104,2,1,102,125,66,89,0,16,1,13,35,100,101,109,111,45,111,118,101,114,108,97,121,2,1,181,118,4,28,0,16,1,16,35,100,101,115,105,103,110,45,115,119,105,116,99,104,101,114,2,1,57,233,33,131,0,16,1,20,35,100,105,97,108,111,103,95,110,111,116,105,102,105,99,97,116,105,111,110,2,1,124,186,98,127,0,16,1,23,35,100,105,97,108,111,103,98,111,120,95,99,111,111,107,105,101,112,111,108,105,99,121,2,1,68,223,10,44,0,16,1,18,35,100,105,115,97,98,108,101,66,97,99,107,103,114,111,117,110,100,2,1,18,204,188,73,0,16,1,8,35,100,105,115,99,45,98,103,2,1,5,45,46,184,0,16,1,15,35,100,105,115,99,108,97,105,109,101,114,45,98,97,114,2,1,127,189,43,15,0,16,1,21,35,100,105,115,99,108,97,105,109,101,114,45,99,111,110,116,97,105,110,101,114,2,1,11,95,77,153,0,16,1,11,35,100,105,115,110,101,121,45,116,111,117,2,1,128,243,190,140,0,16,1,19,35,100,105,118,45,97,108,101,114,116,115,45,119,114,97,112,112,101,114,2,1,1,213,73,44,0,16,1,21,35,100,105,118,66,111,116,116,111,109,83,116,105,99,107,121,76,97,121,101,114,2,1,34,34,243,187,0,16,1,6,35,100,105,118,67,77,2,1,173,212,164,84,0,16,1,11,35,100,105,118,77,101,115,115,97,103,101,2,1,80,146,38,161,0,16,1,10,35,100,105,118,78,82,77,97,105,110,2,1,86,103,250,120,0,16,1,23,35,100,105,118,78,111,116,105,102,105,99,97,116,105,111,110,83,101,99,116,105,111,110,2,1,67,202,8,222,0,16,1,9,35,100,105,118,80,111,112,117,112,2,1,207,232,251,42,0,16,1,8,35,100,109,80,111,112,117,112,2,1,43,83,160,26,0,16,1,12,35,100,109,80,111,112,117,112,77,97,115,107,2,1,43,83,160,26,0,16,1,22,35,100,111,98,98,105,101,115,95,99,111,111,107,105,101,95,119,105,100,103,101,116,2,1,203,187,185,96,0,16,1,25,35,100,114,117,112,97,108,111,114,103,45,99,114,111,115,115,115,105,116,101,45,103,100,112,114,2,1,230,60,188,49,0,16,1,24,35,100,121,45,99,111,111,107,105,101,73,110,102,111,45,99,111,110,116,97,105,110,101,114,2,1,101,217,165,100,0,16,1,13,35,101,97,112,112,115,45,99,111,111,107,105,101,2,1,232,87,14,154,0,16,1,17,35,101,97,115,121,78,111,116,105,102,105,99,97,116,105,111,110,2,1,167,80,3,197,0,16,1,10,35,101,99,108,95,111,117,116,101,114,2,1,199,222,127,189,0,16,1,5,35,101,99,109,114,2,1,131,161,133,143,0,16,1,17,35,101,105,98,45,112,111,112,117,112,45,112,111,108,105,99,121,2,1,160,163,253,225,0,16,1,28,35,101,108,101,109,101,110,116,111,114,45,112,111,112,117,112,45,109,111,100,97,108,45,49,54,55,56,49,2,1,227,33,244,132,0,16,1,16,35,101,109,67,111,111,107,105,101,87,114,97,112,112,101,114,2,1,50,22,245,210,0,16,1,17,35,101,110,106,111,121,83,111,109,101,67,111,111,107,105,101,115,2,1,173,211,6,128,0,16,1,35,35,101,110,108,105,118,121,45,107,105,116,45,99,111,111,107,105,101,45,112,111,108,105,99,121,45,99,111,110,116,97,105,110,101,114,2,1,126,155,10,2,0,16,1,15,35,101,110,116,101,114,83,105,116,101,77,111,100,97,108,2,1,56,147,120,105,0,16,1,28,35,101,110,116,114,121,45,99,111,110,116,101,110,116,95,95,102,111,111,116,101,114,45,112,111,112,117,112,2,1,38,157,176,41,0,16,1,13,35,101,112,45,99,111,110,116,97,105,110,101,114,2,1,233,79,221,243,0,16,1,4,35,101,112,98,2,7,51,158,99,180,86,103,250,120,87,193,19,12,126,243,116,92,134,169,69,163,148,186,130,170,148,193,134,49,0,16,1,7,35,101,116,114,112,111,112,2,1,79,188,255,171,0,16,1,23,35,101,117,95,99,111,111,107,105,101,95,105,110,115,116,114,117,99,116,105,111,110,115,2,1,10,115,9,78,0,16,1,20,35,101,117,114,111,112,101,95,99,111,111,107,105,101,115,95,115,105,104,116,2,1,62,42,140,141,0,16,1,23,35,101,120,112,97,110,100,101,114,45,104,101,97,100,101,114,45,116,101,97,115,101,114,2,1,57,1,75,85,0,16,1,5,35,102,97,100,101,2,1,148,193,181,139,0,16,1,13,35,102,101,101,100,98,97,99,107,45,98,97,114,2,1,245,48,53,200,0,16,1,23,35,102,105,100,101,115,45,98,97,110,110,101,114,45,99,111,110,116,97,105,110,101,114,2,3,36,226,56,191,146,136,208,33,185,191,66,209,0,16,1,14,35,102,105,100,101,115,45,111,118,101,114,108,97,121,2,1,203,80,115,129,0,16,1,13,35,102,105,120,101,100,45,102,111,111,116,101,114,2,1,230,175,199,189,0,16,1,12,35,102,105,120,101,100,70,111,111,116,101,114,2,1,140,204,121,235,0,16,1,21,35,102,108,111,97,116,45,118,101,114,116,105,99,97,108,45,112,97,110,101,108,2,1,108,74,161,145,0,16,1,13,35,102,111,111,116,77,115,103,89,111,100,105,122,2,1,128,135,57,229,0,16,1,7,35,102,111,111,116,101,114,2,3,4,198,57,255,28,135,0,154,159,39,33,197,0,16,1,14,35,102,111,111,116,101,114,45,98,97,110,110,101,114,2,1,56,226,71,185,0,16,1,21,35,102,111,111,116,101,114,45,99,111,111,107,105,101,45,98,97,110,110,101,114,2,1,117,250,81,66,0,16,1,14,35,102,111,111,116,101,114,45,109,97,105,108,101,114,2,1,170,81,57,134,0,16,1,15,35,102,111,111,116,101,114,45,109,101,115,115,97,103,101,2,1,171,31,245,239,0,16,1,15,35,102,111,111,116,101,114,45,111,118,101,114,108,97,121,2,1,79,154,223,70,0,16,1,10,35,102,111,111,116,101,114,68,79,77,2,1,130,241,84,9,0,16,1,14,35,102,111,111,116,101,114,87,105,100,103,101,116,115,2,1,99,205,254,154,0,16,1,15,35,102,111,111,116,101,114,95,103,111,111,100,95,105,100,2,1,84,247,43,51,0,16,1,15,35,102,111,111,116,101,114,95,111,118,101,114,108,97,121,2,1,126,4,172,230,0,16,1,8,35,102,111,111,116,101,114,114,2,1,13,104,27,59,0,16,1,12,35,102,111,114,109,45,112,111,112,117,112,115,2,1,148,176,192,250,0,16,1,17,35,102,114,101,95,99,111,111,107,105,101,95,109,111,100,97,108,2,1,141,126,153,33,0,16,1,12,35,102,114,111,115,109,111,80,111,112,117,112,2,1,54,19,76,206,0,16,1,3,35,102,116,2,1,190,210,148,161,0,16,1,30,35,102,117,108,108,95,115,99,114,101,101,110,95,100,105,118,95,99,111,111,107,105,101,115,95,108,97,121,101,114,2,1,137,228,27,156,0,16,1,19,35,102,117,108,108,115,99,114,101,101,110,45,111,118,101,114,108,97,121,2,1,247,55,42,202,0,16,1,36,35,103,98,32,62,32,100,105,118,91,115,116,121,108,101,42,61,34,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,34,93,2,1,207,20,153,51,0,16,1,25,35,103,100,112,114,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,2,1,126,83,1,32,0,16,1,15,35,103,100,112,114,66,97,110,110,101,114,82,111,111,116,2,1,156,203,199,85,0,16,1,22,35,103,100,112,114,95,98,97,110,110,101,114,95,99,111,110,116,97,105,110,101,114,2,1,60,67,201,224,0,16,1,22,35,103,100,112,114,95,99,111,111,107,105,101,45,109,97,105,110,87,114,97,112,112,2,1,16,95,181,31,0,16,1,11,35,103,100,112,114,95,110,111,116,101,115,2,1,23,109,57,230,0,16,1,7,35,103,100,112,114,98,120,2,2,20,194,156,179,199,72,99,161,0,16,1,12,35,103,108,111,98,97,108,101,114,114,111,114,2,1,127,4,122,234,0,16,1,19,35,103,108,111,98,97,108,110,111,116,105,102,105,99,97,116,105,111,110,2,1,32,194,113,206,0,16,1,8,35,103,114,101,121,111,117,116,2,1,100,122,5,83,0,16,1,10,35,103,114,111,119,108,115,45,98,114,2,1,133,161,172,123,0,16,1,8,35,103,117,97,99,66,103,50,2,1,105,36,157,117,0,16,1,18,35,103,117,105,95,99,111,111,107,105,101,95,112,111,108,105,99,121,2,1,103,107,8,13,0,16,1,18,35,104,101,97,100,101,114,45,112,111,112,117,112,45,105,110,102,111,2,1,153,63,27,126,0,16,1,17,35,104,101,97,100,101,114,49,95,111,118,101,114,108,97,121,50,2,1,3,186,16,189,0,16,1,14,35,104,101,97,100,101,114,95,104,105,103,104,101,114,2,1,61,75,212,43,0,16,1,15,35,104,101,97,100,101,114,95,109,101,115,115,97,103,101,2,1,65,225,206,194,0,16,1,18,35,104,101,97,100,101,114,98,97,114,95,112,114,105,118,97,99,121,2,1,126,57,87,81,0,16,1,9,35,104,101,108,108,111,98,97,114,2,1,69,148,225,240,0,16,1,20,35,104,101,114,111,101,115,112,114,111,102,105,108,101,45,97,108,101,114,116,2,1,194,228,81,253,0,16,1,15,35,104,111,109,101,86,105,115,105,116,80,111,112,117,112,2,1,244,41,207,226,0,16,1,26,35,104,115,45,101,117,45,99,111,111,107,105,101,45,99,111,110,102,105,114,109,97,116,105,111,110,2,1,228,123,234,223,0,16,1,16,35,104,119,45,99,111,111,107,105,101,45,97,108,101,114,116,2,1,193,58,148,108,0,16,1,5,35,105,98,111,120,2,1,158,32,155,87,0,16,1,3,35,105,99,2,1,72,131,61,83,0,16,1,17,35,105,109,112,111,114,116,97,110,116,45,110,111,116,105,99,101,2,5,0,113,152,109,92,192,45,133,109,231,231,56,231,76,117,34,246,162,37,91,0,16,1,9,35,105,110,102,111,45,98,97,114,2,1,171,53,103,158,0,16,1,11,35,105,110,102,111,45,109,111,100,97,108,2,1,2,108,177,28,0,16,1,8,35,105,110,102,111,66,97,114,2,1,209,6,0,230,0,16,1,16,35,105,110,102,111,95,49,54,53,54,55,49,56,54,50,54,2,1,207,144,193,206,0,16,1,8,35,105,110,102,111,98,97,114,2,1,33,6,151,119,0,16,1,19,35,105,110,102,111,114,109,97,116,105,111,110,45,99,108,97,117,115,101,2,1,252,104,85,13,0,16,1,23,35,105,110,106,101,99,116,101,100,95,99,111,111,107,105,101,95,110,111,116,105,99,101,2,1,0,28,121,78,0,16,1,6,35,105,110,110,101,114,2,1,145,159,144,250,0,16,1,18,35,105,117,98,101,110,100,97,45,99,115,45,98,97,110,110,101,114,2,1,151,116,10,166,0,16,1,27,35,106,98,45,110,111,116,105,102,105,99,97,116,105,111,110,115,45,99,111,110,116,97,105,110,101,114,2,1,229,6,212,131,0,16,1,28,35,106,109,115,95,95,99,111,111,107,105,101,45,99,111,110,115,101,110,116,95,95,115,99,114,101,101,110,2,1,38,157,61,109,0,16,1,25,35,106,115,45,83,73,69,87,83,49,108,105,98,45,104,101,97,100,101,114,45,66,97,115,101,2,1,51,18,194,210,0,16,1,15,35,106,115,45,99,99,112,97,45,100,105,97,108,111,103,2,1,174,11,202,132,0,16,1,18,35,106,115,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,2,1,254,125,73,131,0,16,1,19,35,106,115,45,99,111,110,115,101,110,116,45,119,114,97,112,112,101,114,2,1,171,22,32,193,0,16,1,11,35,106,115,45,99,111,111,107,105,101,115,2,1,22,30,253,137,0,16,1,10,35,106,115,45,102,111,111,116,101,114,2,1,127,13,188,221,0,16,1,25,35,106,115,45,112,114,105,118,97,99,121,45,112,111,108,105,99,121,45,98,97,110,110,101,114,2,1,208,96,223,68,0,16,1,14,35,106,115,45,115,116,105,99,107,121,104,101,97,100,2,1,229,196,177,91,0,16,1,7,35,106,115,71,68,82,80,2,1,70,199,201,161,0,16,1,23,35,106,115,95,100,97,116,97,78,110,111,116,105,99,101,66,97,99,107,100,114,111,112,2,1,56,58,42,232,0,16,1,19,35,106,115,95,100,97,116,97,78,110,111,116,105,99,101,66,116,110,115,2,1,56,58,42,232,0,16,1,20,35,106,117,110,111,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,2,2,111,249,244,30,133,167,177,255,0,16,1,22,35,107,101,116,99,104,45,99,111,110,115,101,110,116,45,111,118,101,114,108,97,121,2,1,171,135,82,131,0,16,1,23,35,107,116,45,108,97,121,111,117,116,45,105,100,95,101,51,99,52,56,101,45,101,52,2,1,21,91,117,204,0,16,1,13,35,108,97,110,121,97,114,100,95,114,111,111,116,2,1,179,15,115,213,0,16,1,20,35,108,98,103,97,110,97,108,121,116,105,99,115,67,111,111,107,105,101,115,2,1,30,174,40,32,0,16,1,13,35,108,101,103,97,108,45,110,111,116,105,99,101,2,1,173,216,122,179,0,16,1,19,35,108,101,103,97,108,45,110,111,116,105,102,105,99,97,116,105,111,110,2,1,151,213,11,76,0,16,1,16,35,108,101,103,97,108,76,105,103,104,116,66,108,111,99,107,2,1,20,218,141,182,0,16,1,9,35,108,101,103,97,108,98,97,114,2,1,38,157,140,187,0,16,1,14,35,108,101,103,97,108,99,111,110,99,101,114,110,115,2,1,202,38,48,167,0,16,1,13,35,108,105,115,116,45,98,117,105,108,100,101,114,2,1,17,65,79,74,0,16,1,14,35,108,105,120,88,79,45,99,111,111,107,105,101,115,2,1,146,115,187,40,0,16,1,8,35,108,111,97,100,105,110,103,2,1,35,188,171,184,0,16,1,10,35,108,111,103,103,101,100,98,97,114,2,1,172,134,138,217,0,16,1,6,35,108,121,99,111,107,2,1,80,240,183,92,0,16,1,19,35,109,97,115,116,45,110,111,116,105,102,105,99,97,116,105,111,110,115,2,1,38,157,108,57,0,16,1,11,35,109,98,99,45,112,111,108,105,99,121,2,1,247,76,201,190,0,16,1,11,35,109,99,95,116,111,112,95,98,97,114,2,1,55,207,204,195,0,16,1,9,35,109,99,98,45,119,114,97,112,2,4,19,26,73,70,125,165,86,94,136,239,22,8,174,237,188,148,0,16,1,16,35,109,100,45,99,111,111,107,105,101,110,111,116,105,99,101,2,1,160,228,118,219,0,16,1,13,35,109,101,101,114,107,97,116,45,119,114,97,112,2,1,60,196,60,17,0,16,1,14,35,109,101,114,117,45,99,99,45,45,109,97,105,110,2,1,55,242,243,237,0,16,1,8,35,109,101,115,115,97,103,101,2,5,38,157,170,60,91,24,202,123,92,44,154,175,104,221,178,234,245,29,55,226,0,16,1,11,35,109,101,115,115,97,103,101,66,97,114,2,1,81,246,76,217,0,16,1,9,35,109,101,115,115,97,103,101,115,2,1,237,13,40,206,0,16,1,14,35,109,101,115,115,97,103,101,115,45,99,111,110,116,2,1,94,179,70,99,0,16,1,10,35,109,103,119,99,115,67,110,116,114,2,1,66,56,153,165,0,16,1,13,35,109,105,45,99,111,110,116,97,105,110,101,114,2,1,226,191,16,157,0,16,1,29,35,109,105,115,115,107,101,121,45,103,97,45,99,111,111,107,105,101,45,97,99,99,101,112,116,45,98,97,114,2,1,182,52,124,248,0,16,1,20,35,109,109,95,99,99,95,109,111,100,97,108,95,111,118,101,114,108,97,121,2,1,16,253,247,217,0,16,1,19,35,109,111,100,97,108,45,51,118,117,102,104,101,49,56,122,48,107,100,2,1,127,64,129,76,0,16,1,16,35,109,111,100,97,108,45,97,103,114,101,101,109,101,110,116,2,1,127,55,89,226,0,16,1,17,35,109,111,100,97,108,45,98,97,99,107,103,114,111,117,110,100,2,1,20,202,172,247,0,16,1,21,35,109,111,100,97,108,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,2,1,87,122,166,180,0,16,1,19,35,109,111,100,97,108,45,99,111,110,115,101,110,116,45,105,110,105,116,2,1,126,2,242,199,0,16,1,16,35,109,111,100,97,108,45,99,111,110,116,97,105,110,101,114,2,1,104,204,196,226,0,16,1,11,35,109,111,100,97,108,45,109,97,115,107,2,1,246,18,233,105,0,16,1,14,35,109,111,100,97,108,45,111,118,101,114,108,97,121,2,2,20,202,172,247,64,164,194,251,0,16,1,11,35,109,111,100,97,108,45,114,111,111,116,2,1,57,187,45,152,0,16,1,13,35,109,111,100,97,108,67,111,110,115,101,110,116,2,1,203,127,182,97,0,16,1,10,35,109,111,100,97,108,77,97,105,110,2,1,64,164,194,251,0,16,1,16,35,109,111,100,97,108,95,99,111,110,116,97,105,110,101,114,2,1,171,13,106,51,0,16,1,13,35,109,115,103,66,111,120,95,101,114,114,111,114,2,1,220,205,54,105,0,16,1,6,35,109,115,103,98,103,2,1,45,220,181,157,0,16,1,11,35,109,115,103,119,114,97,112,112,101,114,2,1,93,132,27,114,0,16,1,19,35,109,121,45,119,101,108,99,111,109,101,45,109,101,115,115,97,103,101,2,3,23,81,226,91,116,137,184,246,198,82,168,245,0,16,1,8,35,109,121,65,108,101,114,116,2,1,149,32,240,85,0,16,1,8,35,109,121,77,111,100,97,108,2,4,107,68,125,177,127,70,21,97,154,29,69,184,160,164,11,110,0,16,1,7,35,110,97,118,98,97,114,2,1,182,35,187,171,0,16,1,3,35,110,98,2,1,171,73,174,159,0,16,1,8,35,110,98,97,95,116,111,115,2,1,38,157,76,97,0,16,1,5,35,110,101,119,115,2,1,166,85,132,10,0,16,1,17,35,110,101,120,116,99,114,101,66,111,116,68,105,97,108,111,103,2,1,16,182,33,185,0,16,1,9,35,110,102,97,77,111,100,97,108,2,2,54,219,196,194,80,23,107,80,0,16,1,9,35,110,102,97,80,111,112,117,112,2,2,54,219,196,194,80,23,107,80,0,16,1,7,35,110,111,109,110,111,109,2,1,251,217,156,112,0,16,1,12,35,110,111,116,105,99,101,77,111,100,97,108,2,1,252,246,69,222,0,16,1,12,35,110,111,116,105,99,101,80,97,110,101,108,2,1,181,51,42,25,0,16,1,14,35,110,111,116,105,99,101,95,98,97,110,110,101,114,2,1,38,157,25,55,0,16,1,14,35,110,111,116,105,99,101,100,105,118,119,114,97,112,2,1,231,103,10,228,0,16,1,8,35,110,111,116,105,99,101,115,2,1,167,98,208,215,0,16,1,13,35,110,111,116,105,102,105,99,97,116,105,111,110,2,4,34,88,75,25,62,56,103,74,93,193,224,166,252,173,111,182,0,16,1,18,35,110,111,116,105,102,105,99,97,116,105,111,110,45,97,114,101,97,2,1,64,197,237,153,0,16,1,17,35,110,111,116,105,102,105,99,97,116,105,111,110,45,98,97,114,2,1,1,133,168,177,0,16,1,18,35,110,111,116,105,102,105,99,97,116,105,111,110,45,99,111,110,116,2,1,228,160,130,25,0,16,1,20,35,110,111,116,105,102,105,99,97,116,105,111,110,45,102,111,111,116,101,114,2,1,172,236,226,157,0,16,1,19,35,110,111,116,105,102,105,99,97,116,105,111,110,45,108,101,103,97,108,2,1,38,157,25,55,0,16,1,27,35,110,111,116,105,102,105,99,97,116,105,111,110,45,109,115,103,45,99,111,110,116,97,105,110,101,114,2,1,216,234,166,224,0,16,1,21,35,110,111,116,105,102,105,99,97,116,105,111,110,45,119,114,97,112,112,101,114,2,1,123,172,179,48,0,16,1,18,35,110,111,116,105,102,105,99,97,116,105,111,110,80,111,112,117,112,2,1,171,215,41,225,0,16,1,14,35,110,111,116,105,102,105,99,97,116,105,111,110,115,2,1,73,92,111,165,0,16,1,7,35,110,111,116,105,102,121,2,2,24,81,162,123,35,25,18,146,0,16,1,17,35,110,111,116,105,102,121,45,99,111,110,116,97,105,110,101,114,2,6,30,53,228,114,59,173,209,98,87,16,195,149,144,207,25,56,229,255,51,187,243,130,160,192,0,16,1,29,35,110,111,116,121,95,98,111,116,116,111,109,95,108,97,121,111,117,116,95,99,111,110,116,97,105,110,101,114,2,1,249,94,235,88,0,16,1,26,35,110,111,116,121,95,108,97,121,111,117,116,95,95,98,111,116,116,111,109,67,101,110,116,101,114,2,1,110,82,91,41,0,16,1,25,35,110,111,116,121,95,108,97,121,111,117,116,95,95,98,111,116,116,111,109,82,105,103,104,116,2,1,134,231,142,80,0,16,1,23,35,110,111,118,97,112,100,102,95,97,99,99,101,112,116,95,99,111,111,107,105,101,115,2,1,76,72,30,32,0,16,1,18,35,110,115,99,109,115,98,111,120,98,111,120,115,105,109,112,108,101,2,1,209,228,248,145,0,16,1,13,35,110,116,95,99,111,110,116,97,105,110,101,114,2,1,171,32,164,45,0,16,1,12,35,110,118,117,45,99,111,110,115,101,110,116,2,1,202,34,137,250,0,16,1,24,35,110,119,104,95,102,111,111,116,101,114,95,98,97,110,110,101,114,95,108,101,103,97,108,2,1,207,165,27,176,0,16,1,15,35,111,98,108,105,103,97,116,105,111,110,45,98,97,114,2,1,237,79,8,129,0,16,1,24,35,111,102,102,99,97,110,118,97,115,67,111,111,107,105,101,115,67,111,110,115,101,110,116,2,1,99,34,92,56,0,16,1,3,35,111,108,2,1,152,33,98,95,0,16,1,9,35,111,112,116,45,102,111,114,109,2,1,128,44,222,159,0,16,1,7,35,111,112,116,45,105,110,2,1,213,150,123,21,0,16,1,25,35,111,112,116,97,110,111,110,45,109,105,110,105,109,105,122,101,45,119,114,97,112,112,101,114,2,1,78,5,40,48,0,16,1,13,35,111,112,116,105,110,45,111,112,116,111,117,116,2,1,186,186,86,65,0,16,1,8,35,111,114,101,106,105,109,101,2,1,147,229,119,248,0,16,1,21,35,111,115,97,110,111,67,117,115,116,111,109,68,105,97,108,111,103,68,105,118,2,3,59,150,158,23,222,180,72,193,226,226,8,107,0,16,1,11,35,111,116,45,115,100,107,45,98,116,110,2,3,81,104,112,161,128,104,78,33,216,249,249,65,0,16,1,14,35,111,117,116,101,114,45,99,111,110,115,101,110,116,2,2,144,85,68,136,153,194,11,144,0,16,1,5,35,111,118,101,114,2,1,144,189,64,91,0,16,1,19,35,111,118,101,114,97,108,121,95,100,121,95,109,101,115,115,97,103,101,2,1,135,125,156,136,0,16,1,17,35,111,118,101,114,98,111,120,45,112,111,108,105,116,105,99,97,2,1,90,71,143,93,0,16,1,9,35,111,118,101,114,98,111,120,51,2,2,16,105,217,24,216,206,104,73,0,16,1,11,35,111,118,101,114,108,97,121,45,98,103,2,1,139,19,75,34,0,16,1,12,35,111,118,101,114,108,97,121,77,97,115,107,2,1,23,127,184,248,0,16,1,14,35,111,119,110,105,100,45,99,111,110,115,101,110,116,2,1,126,250,201,239,0,16,1,19,35,112,97,103,101,45,45,97,114,101,97,95,95,98,111,116,116,111,109,2,1,182,146,118,118,0,16,1,13,35,112,97,103,101,45,100,105,115,97,98,108,101,2,1,9,108,100,12,0,16,1,11,35,112,97,103,101,98,97,110,110,101,114,2,1,58,15,156,243,0,16,1,25,35,112,98,45,110,97,118,98,97,114,45,99,111,111,107,105,101,115,45,97,99,99,101,112,116,2,1,124,222,184,25,0,16,1,9,35,112,100,102,101,95,99,109,112,2,1,159,124,143,95,0,16,1,21,35,112,104,111,98,115,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,2,1,120,60,40,116,0,16,1,23,35,112,105,95,116,114,97,99,107,105,110,103,95,111,112,116,95,105,110,95,100,105,118,2,1,12,54,40,11,0,16,1,23,35,112,105,101,110,115,97,67,111,111,107,105,101,65,99,99,101,112,116,97,110,99,101,2,1,251,230,230,138,0,16,1,9,35,112,105,120,101,108,112,111,112,2,1,40,13,45,232,0,16,1,15,35,112,108,100,110,45,100,101,101,112,45,108,105,110,107,2,1,57,219,238,22,0,16,1,15,35,112,108,117,103,105,110,45,99,111,110,115,101,110,116,2,1,127,222,229,125,0,16,1,7,35,112,111,108,103,112,114,2,1,248,152,214,14,0,16,1,9,35,112,111,108,105,99,105,101,115,2,1,0,0,104,138,0,16,1,7,35,112,111,108,105,99,121,2,3,112,75,87,60,127,117,110,200,208,55,205,100,0,16,1,11,35,112,111,108,105,99,121,45,98,97,114,2,1,148,181,80,105,0,16,1,12,35,112,111,108,105,99,121,45,105,110,102,111,2,2,194,246,56,226,249,228,123,12,0,16,1,15,35,112,111,108,105,99,121,45,109,101,115,115,97,103,101,2,1,129,82,11,196,0,16,1,20,35,112,111,108,105,99,121,45,110,111,116,105,102,105,99,97,116,105,111,110,2,1,65,237,17,214,0,16,1,15,35,112,111,108,105,99,121,95,119,114,97,112,112,101,114,2,1,38,157,76,97,0,16,1,9,35,112,111,108,105,116,105,99,97,2,1,1,124,117,21,0,16,1,7,35,112,111,112,45,117,112,2,1,253,103,195,179,0,16,1,14,35,112,111,112,45,117,112,45,102,111,111,116,101,114,2,1,239,111,190,164,0,16,1,11,35,112,111,112,95,119,104,111,108,101,115,2,1,93,39,185,155,0,16,1,14,35,112,111,112,95,119,104,111,108,101,115,95,98,103,2,1,93,39,185,155,0,16,1,18,35,112,111,112,105,45,110,111,116,105,102,105,99,97,116,105,111,110,2,1,31,89,158,216,0,16,1,10,35,112,111,112,105,65,108,101,114,116,2,1,1,4,236,4,0,16,1,15,35,112,111,112,109,97,107,101,45,51,55,56,49,52,57,2,1,97,155,181,104,0,16,1,16,35,112,111,112,117,112,45,98,111,120,45,116,101,114,109,115,2,1,17,65,79,74,0,16,1,7,35,112,111,112,117,112,49,2,1,82,39,15,77,0,16,1,16,35,112,111,112,117,112,68,105,115,99,108,97,105,109,101,114,2,1,1,88,67,209,0,16,1,12,35,112,111,112,117,112,98,97,110,110,101,114,2,1,234,232,200,255,0,16,1,10,35,112,112,45,102,111,111,116,101,114,2,1,153,39,63,252,0,16,1,8,35,112,112,45,105,110,102,111,2,2,55,178,0,195,148,196,54,167,0,16,1,5,35,112,112,95,98,2,2,7,79,41,89,18,200,164,154,0,16,1,8,35,112,112,95,105,110,102,111,2,2,127,141,217,77,128,97,98,252,0,16,1,11,35,112,112,95,111,118,101,114,108,97,121,2,2,127,141,217,77,128,97,98,252,0,16,1,13,35,112,112,116,111,117,45,115,116,105,99,107,121,2,1,61,40,203,254,0,16,1,12,35,112,114,97,106,105,116,117,114,101,108,101,2,1,46,171,36,206,0,16,1,10,35,112,114,101,108,111,97,100,101,114,2,1,44,223,90,149,0,16,1,18,35,112,114,101,115,116,105,116,105,97,108,45,104,97,110,100,108,101,2,1,242,197,89,199,0,16,1,8,35,112,114,105,118,97,99,121,2,6,127,222,229,124,158,99,117,81,177,135,51,28,195,241,53,30,198,8,159,186,210,221,70,218,0,16,1,18,35,112,114,105,118,97,99,121,45,97,103,114,101,101,109,101,110,116,2,1,91,81,130,167,0,16,1,16,35,112,114,105,118,97,99,121,45,99,104,111,105,99,101,115,2,1,15,96,232,60,0,16,1,23,35,112,114,105,118,97,99,121,45,99,104,111,105,99,101,115,45,98,97,110,110,101,114,2,1,59,241,98,89,0,16,1,20,35,112,114,105,118,97,99,121,45,100,97,116,97,45,110,111,116,105,99,101,2,1,32,202,47,124,0,16,1,12,35,112,114,105,118,97,99,121,45,100,105,118,2,1,226,15,65,51,0,16,1,15,35,112,114,105,118,97,99,121,45,104,101,97,100,101,114,2,1,51,18,194,210,0,16,1,16,35,112,114,105,118,97,99,121,45,109,97,110,97,103,101,114,2,1,41,208,31,171,0,16,1,22,35,112,114,105,118,97,99,121,45,109,97,110,97,103,101,114,45,112,111,112,105,110,2,1,71,51,110,153,0,16,1,16,35,112,114,105,118,97,99,121,45,109,101,115,115,97,103,101,2,1,14,107,203,107,0,16,1,14,35,112,114,105,118,97,99,121,45,109,111,100,97,108,2,2,17,107,167,89,91,213,167,92,0,16,1,15,35,112,114,105,118,97,99,121,45,110,111,116,105,99,101,2,3,111,229,82,7,120,48,152,127,160,163,240,118,0,16,1,21,35,112,114,105,118,97,99,121,45,110,111,116,105,102,105,99,97,116,105,111,110,2,1,103,187,161,19,0,16,1,25,35,112,114,105,118,97,99,121,45,112,111,108,105,99,121,45,99,111,110,116,97,105,110,101,114,2,1,171,127,201,19,0,16,1,22,35,112,114,105,118,97,99,121,45,112,111,108,105,99,121,45,112,114,111,109,112,116,2,1,191,119,218,75,0,16,1,22,35,112,114,105,118,97,99,121,45,112,111,108,105,99,121,45,115,116,105,99,107,121,2,1,81,161,61,81,0,16,1,18,35,112,114,105,118,97,99,121,45,112,111,112,117,112,45,109,115,103,2,1,198,205,141,184,0,16,1,24,35,112,114,105,118,97,99,121,45,115,101,116,116,105,110,103,115,45,112,114,111,109,112,116,2,1,28,208,131,57,0,16,1,16,35,112,114,105,118,97,99,121,45,119,97,114,110,105,110,103,2,1,117,61,119,88,0,16,1,11,35,112,114,105,118,97,99,121,68,105,118,2,1,55,5,7,88,0,16,1,14,35,112,114,105,118,97,99,121,78,111,116,105,99,101,2,1,209,140,191,91,0,16,1,24,35,112,114,105,118,97,99,121,80,111,108,105,99,121,65,99,99,101,112,116,70,111,114,109,2,1,143,101,160,90,0,16,1,14,35,112,114,105,118,97,99,121,85,112,100,97,116,101,2,2,184,189,255,149,215,13,157,81,0,16,1,16,35,112,114,105,118,97,99,121,95,99,111,110,116,101,110,116,2,1,110,73,232,36,0,16,1,12,35,112,114,105,118,97,99,121,95,109,115,103,2,1,120,23,38,163,0,16,1,21,35,112,114,105,118,97,99,121,95,110,111,116,105,102,105,99,97,116,105,111,110,2,1,33,21,39,109,0,16,1,13,35,112,114,105,118,97,99,121,99,104,101,99,107,2,1,61,147,104,233,0,16,1,14,35,112,114,105,118,97,99,121,109,111,100,117,108,101,2,1,148,176,187,163,0,16,1,15,35,112,114,105,118,97,99,121,111,118,101,114,108,97,121,2,1,209,189,174,171,0,16,1,15,35,112,114,105,118,97,99,121,119,97,114,110,105,110,103,2,1,54,202,95,154,0,16,1,12,35,112,114,105,118,109,101,115,115,97,103,101,2,1,91,24,202,123,0,16,1,11,35,112,114,111,45,98,97,110,110,101,114,2,1,2,205,43,55,0,16,1,4,35,112,114,118,2,1,106,164,61,198,0,16,1,9,35,112,114,118,99,121,112,111,112,2,1,224,37,227,49,0,16,1,11,35,112,114,118,99,121,112,111,112,95,52,2,1,151,188,174,26,0,16,1,25,35,112,115,45,99,111,111,107,105,101,45,98,97,110,110,101,114,45,119,114,97,112,112,101,114,2,1,11,130,161,126,0,16,1,16,35,114,98,95,99,111,111,107,105,101,95,112,111,112,117,112,2,1,19,39,213,112,0,16,1,9,35,114,99,68,114,97,119,101,114,2,1,255,132,211,43,0,16,1,21,35,114,101,97,99,116,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,2,1,49,158,14,154,0,16,1,20,35,114,101,97,100,101,100,95,99,111,110,116,114,97,99,116,95,114,111,119,2,1,178,216,27,86,0,16,1,20,35,114,103,45,117,115,45,99,111,111,107,105,101,45,98,97,110,110,101,114,2,1,101,203,34,228,0,16,1,15,35,114,103,112,100,45,97,115,107,45,112,111,112,105,110,2,1,207,116,104,202,0,16,1,7,35,114,105,98,98,111,110,2,1,55,78,106,50,0,16,1,20,35,114,105,99,111,99,104,101,116,45,99,111,111,107,105,101,45,98,97,114,2,1,254,89,136,233,0,16,1,40,35,114,111,111,116,32,62,32,100,105,118,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,2,1,57,100,238,42,0,16,1,5,35,114,112,99,109,2,1,184,47,145,61,0,16,1,17,35,114,115,45,99,111,111,107,105,101,45,98,97,110,110,101,114,2,1,175,145,111,3,0,16,1,4,35,114,115,112,2,1,31,188,189,102,0,16,1,16,35,115,45,99,111,110,115,101,110,116,45,109,111,100,97,108,2,1,0,75,179,109,0,16,1,8,35,115,45,109,111,100,97,108,2,1,2,155,72,19,0,16,1,19,35,115,97,110,105,116,97,115,67,111,111,107,105,101,65,108,101,114,116,2,1,188,202,130,147,0,16,1,17,35,115,99,45,99,111,111,107,105,101,45,98,97,110,110,101,114,2,1,228,160,63,18,0,16,1,31,35,115,101,99,116,105,111,110,115,45,102,111,111,116,101,114,45,99,111,111,107,105,101,115,45,98,97,110,110,101,114,2,1,176,84,42,21,0,16,1,21,35,115,101,101,71,100,112,114,67,111,111,107,105,101,67,111,110,115,101,110,116,2,1,248,14,112,152,0,16,1,8,35,115,102,119,45,109,115,103,2,1,93,164,40,52,0,16,1,14,35,115,103,99,98,111,120,87,114,97,112,112,101,114,2,1,94,250,55,151,0,16,1,11,35,115,103,99,111,108,111,114,98,111,120,2,1,184,0,26,114,0,16,1,13,35,115,104,101,110,103,109,105,110,103,84,105,112,2,1,145,9,234,75,0,16,1,19,35,115,104,111,112,105,102,121,45,112,99,95,95,98,97,110,110,101,114,2,1,71,239,123,101,0,16,1,30,35,115,104,111,112,105,102,121,45,115,101,99,116,105,111,110,45,99,111,111,107,105,101,45,98,97,110,110,101,114,2,3,57,159,126,243,152,123,24,125,160,66,50,86,0,16,1,27,35,115,104,111,112,105,102,121,45,115,101,99,116,105,111,110,45,99,111,111,107,105,101,45,98,97,114,2,1,181,209,140,48,0,16,1,29,35,115,104,111,112,105,102,121,45,115,101,99,116,105,111,110,45,99,111,111,107,105,101,45,109,111,100,97,108,2,1,85,131,202,131,0,16,1,29,35,115,104,111,112,105,102,121,45,115,101,99,116,105,111,110,45,99,111,111,107,105,101,45,112,111,112,117,112,2,1,69,177,159,197,0,16,1,32,35,115,104,111,112,105,102,121,45,115,101,99,116,105,111,110,45,99,111,111,107,105,101,115,95,99,111,110,115,101,110,116,2,1,105,106,120,124,0,16,1,30,35,115,104,111,112,105,102,121,45,115,101,99,116,105,111,110,45,102,105,120,101,100,45,109,101,115,115,97,103,101,2,4,58,94,84,204,64,15,4,145,177,127,246,175,178,3,49,222,0,16,1,22,35,115,104,111,112,105,102,121,45,115,101,99,116,105,111,110,45,112,111,112,117,112,2,1,191,170,200,194,0,16,1,30,35,115,104,111,112,117,105,45,99,111,111,107,105,101,45,112,111,112,117,112,45,99,111,110,116,97,105,110,101,114,2,1,113,233,101,74,0,16,1,15,35,115,104,111,119,70,84,67,77,101,115,115,97,103,101,2,1,72,177,244,131,0,16,1,20,35,115,104,111,119,70,84,67,77,101,115,115,97,103,101,45,98,97,99,107,2,1,72,177,244,131,0,16,1,14,35,115,105,100,45,99,111,110,116,97,105,110,101,114,2,1,194,198,23,153,0,16,1,21,35,115,105,100,101,78,111,116,105,102,105,99,97,116,105,111,110,90,111,110,101,2,1,167,19,78,75,0,16,1,27,35,115,105,109,112,108,101,45,110,111,116,105,99,101,45,119,114,97,112,45,99,111,110,116,101,110,116,2,1,129,216,241,49,0,16,1,20,35,115,105,109,112,108,101,45,110,111,116,105,102,105,99,97,116,105,111,110,2,1,1,157,136,188,0,16,1,22,35,115,105,109,112,108,101,109,111,100,97,108,45,99,111,110,116,97,105,110,101,114,2,1,160,164,24,188,0,16,1,20,35,115,105,109,112,108,101,109,111,100,97,108,45,111,118,101,114,108,97,121,2,1,154,34,216,46,0,16,1,13,35,115,105,116,101,45,111,118,101,114,108,97,121,2,1,5,62,93,45,0,16,1,24,35,115,105,116,101,45,119,105,100,101,45,99,111,111,107,105,101,45,110,111,116,105,99,101,2,1,39,241,159,55,0,16,1,23,35,115,105,116,101,45,119,105,100,101,45,108,101,103,97,108,45,110,111,116,105,99,101,2,1,101,120,136,187,0,16,1,17,35,115,105,116,101,77,115,103,83,108,105,100,101,85,112,66,71,2,1,89,100,133,7,0,16,1,15,35,115,106,98,45,117,101,45,99,111,111,107,105,101,115,2,1,33,148,203,159,0,16,1,23,35,115,107,99,109,45,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,2,1,174,164,136,177,0,16,1,19,35,115,108,105,100,101,45,117,112,45,99,111,110,116,97,105,110,101,114,2,1,127,117,85,132,0,16,1,7,35,115,108,105,100,101,114,2,1,50,198,224,7,0,16,1,9,35,115,110,97,99,107,98,97,114,2,2,55,171,73,131,69,174,148,214,0,16,1,19,35,115,110,97,99,107,98,97,114,45,99,111,110,116,97,105,110,101,114,2,3,19,247,118,139,98,58,14,118,136,166,202,122,0,16,1,20,35,115,110,99,45,100,97,116,97,45,100,105,115,99,108,111,115,117,114,101,2,1,127,191,227,244,0,16,1,17,35,115,110,112,112,111,112,117,112,45,119,101,108,99,111,109,101,2,1,3,236,171,91,0,16,1,18,35,115,111,102,116,77,101,115,115,97,103,101,115,45,108,105,115,116,2,1,132,6,239,238,0,16,1,18,35,115,111,114,116,105,110,103,80,114,101,102,101,114,101,110,99,101,2,1,113,100,97,249,0,16,1,13,35,115,112,108,97,115,104,115,99,114,101,101,110,2,1,208,247,174,62,0,16,1,11,35,115,112,111,112,117,112,67,111,110,116,2,2,161,24,187,219,251,242,168,134,0,16,1,7,35,115,115,111,98,97,114,2,1,209,122,151,47,0,16,1,18,35,115,116,97,116,105,99,45,99,111,111,107,105,101,45,98,97,114,2,1,37,119,151,134,0,16,1,19,35,115,116,105,99,107,45,102,111,111,116,101,114,45,112,97,110,101,108,2,1,254,40,99,17,0,16,1,7,35,115,116,105,99,107,121,2,1,2,234,118,142,0,16,1,11,35,115,116,105,99,107,121,45,98,97,114,2,1,51,235,238,15,0,16,1,19,35,115,116,105,99,107,121,45,98,97,114,45,119,114,97,112,112,101,114,2,1,126,8,240,210,0,16,1,13,35,115,116,105,99,107,121,45,112,111,112,117,112,2,3,37,167,84,255,73,3,67,167,98,0,97,96,0,16,1,15,35,115,116,111,114,97,103,101,45,110,111,116,105,99,101,2,1,112,8,241,113,0,16,1,19,35,115,116,114,97,118,97,67,111,111,107,105,101,66,97,110,110,101,114,2,1,99,68,223,159,0,16,1,15,35,115,116,114,101,97,109,105,102,121,45,103,100,112,114,2,1,19,238,8,45,0,16,1,18,35,116,97,114,116,101,97,117,99,105,116,114,111,110,82,111,111,116,2,1,133,173,45,129,0,16,1,23,35,116,97,116,115,117,45,104,101,97,100,101,114,45,99,111,110,116,97,105,110,101,114,2,1,224,250,67,190,0,16,1,23,35,116,97,119,32,62,32,100,105,118,32,62,32,91,100,97,116,97,45,118,101,100,93,2,64,3,72,216,139,6,166,164,156,6,198,100,184,12,18,58,115,13,185,241,147,15,171,145,27,15,250,36,121,24,126,113,57,26,95,191,185,28,19,19,53,29,60,165,77,31,95,52,221,36,12,127,229,36,229,81,100,46,242,180,11,52,135,120,15,55,211,183,17,56,60,70,171,59,93,198,144,62,103,215,201,63,34,96,149,63,81,71,251,64,206,183,187,72,103,87,85,84,198,170,46,85,85,109,156,86,18,88,41,86,114,242,155,86,244,66,182,87,205,250,216,94,185,148,62,98,50,254,112,100,16,26,123,102,27,154,48,107,236,201,47,110,179,111,50,117,9,111,0,122,47,93,232,130,50,141,218,133,224,147,65,145,149,122,102,152,1,26,100,152,13,220,66,158,82,140,165,160,212,16,58,172,36,156,208,174,147,36,59,183,73,70,89,191,14,137,67,192,222,35,204,193,25,57,108,204,19,128,230,208,24,100,61,208,231,38,163,209,44,200,27,210,38,56,28,210,228,80,31,210,244,62,121,211,117,238,42,214,129,87,123,229,74,154,114,232,223,192,206,241,161,12,171,251,156,20,221,0,16,1,6,35,116,101,114,109,115,2,2,55,231,224,195,190,25,1,254,0,16,1,21,35,116,101,114,109,115,45,97,110,100,45,99,111,110,100,105,116,105,111,110,115,2,1,94,234,8,127,0,16,1,10,35,116,101,114,109,115,45,98,97,114,2,2,152,77,67,247,237,185,163,71,0,16,1,21,35,116,101,114,109,115,45,109,101,115,115,97,103,101,45,114,101,103,105,111,110,2,6,54,30,143,140,125,13,135,40,210,89,175,234,210,104,36,128,233,154,123,107,245,49,23,196,0,16,1,17,35,116,101,114,109,115,45,119,114,97,112,112,101,114,45,105,100,2,1,137,171,177,235,0,16,1,16,35,116,101,114,109,115,95,99,111,110,116,97,105,110,101,114,2,1,133,175,237,213,0,16,1,14,35,116,101,114,109,115,97,110,100,99,111,110,100,115,2,1,83,193,96,32,0,16,1,11,35,116,101,115,116,95,97,108,101,114,116,2,1,105,144,152,255,0,16,1,8,35,116,101,120,116,66,111,120,2,1,95,149,45,219,0,16,1,6,35,116,102,97,100,101,2,1,215,149,81,96,0,16,1,17,35,116,105,108,101,45,103,100,112,114,45,98,97,110,110,101,114,2,2,28,244,136,208,209,226,89,13,0,16,1,7,35,116,108,105,103,104,116,2,1,215,149,81,96,0,16,1,12,35,116,109,112,95,99,111,111,107,105,101,115,2,1,114,162,115,160,0,16,1,14,35,116,109,112,95,108,111,99,97,108,95,98,97,114,2,1,225,251,19,185,0,16,1,6,35,116,111,97,115,116,2,2,24,83,255,102,233,75,73,45,0,16,1,8,35,116,111,111,108,98,97,114,2,2,48,53,224,74,88,232,166,199,0,16,1,22,35,116,111,112,45,98,97,110,110,101,114,45,105,110,45,99,111,110,116,101,110,116,2,1,176,34,200,42,0,16,1,11,35,116,111,112,45,110,111,116,105,99,101,2,1,12,88,120,62,0,16,1,11,35,116,111,112,95,110,111,116,105,99,101,2,1,40,238,47,250,0,16,1,7,35,116,111,112,98,97,114,2,1,223,207,193,4,0,16,1,11,35,116,111,115,45,98,97,110,110,101,114,2,2,115,58,172,241,129,14,24,43,0,16,1,8,35,116,111,115,45,98,97,114,2,1,163,58,102,72,0,16,1,16,35,116,111,115,95,117,112,100,97,116,101,95,98,97,110,100,2,1,96,86,27,107,0,16,1,10,35,116,112,45,99,111,111,107,105,101,2,1,137,253,140,149,0,16,1,15,35,116,114,97,99,107,105,110,103,45,109,111,100,97,108,2,1,91,143,20,184,0,16,1,15,35,116,114,97,99,107,105,110,103,45,112,111,112,117,112,2,1,23,99,205,253,0,16,1,16,35,116,114,97,99,107,105,110,103,109,101,115,115,97,103,101,2,1,193,210,27,31,0,16,1,17,35,117,99,110,45,103,100,112,114,45,111,118,101,114,108,97,121,2,1,155,131,153,174,0,16,1,3,35,117,101,2,1,74,98,19,103,0,16,1,21,35,117,109,97,32,62,32,100,105,118,32,62,32,46,109,101,115,115,97,103,101,2,1,104,78,245,96,0,16,1,14,35,117,115,97,103,101,45,109,101,116,114,105,99,115,2,2,10,102,12,240,189,119,95,202,0,16,1,21,35,117,115,97,103,101,45,109,101,116,114,105,99,115,45,110,111,116,105,99,101,2,1,189,119,95,202,0,16,1,13,35,117,115,97,103,101,95,110,111,116,105,99,101,2,1,101,143,207,84,0,16,1,46,35,117,115,101,114,45,99,111,110,115,101,110,116,45,109,97,110,97,103,101,109,101,110,116,45,98,105,110,97,114,121,45,98,97,110,110,101,114,45,111,118,101,114,108,97,121,2,4,18,99,14,104,47,255,240,80,50,178,81,13,91,70,163,124,0,16,1,48,35,117,115,101,114,45,99,111,110,115,101,110,116,45,109,97,110,97,103,101,109,101,110,116,45,103,114,97,110,117,108,97,114,45,98,97,110,110,101,114,45,111,118,101,114,108,97,121,2,1,148,193,35,81,0,16,1,11,35,117,115,101,114,95,112,111,112,117,112,2,1,126,239,65,55,0,16,1,11,35,117,115,101,114,112,114,111,109,112,116,2,1,247,87,182,143,0,16,1,14,35,117,115,105,110,103,45,99,111,111,107,105,101,115,2,1,40,244,33,173,0,16,1,17,35,118,99,45,99,111,111,107,105,101,45,112,111,108,105,99,121,2,1,116,54,163,0,0,16,1,15,35,118,99,118,45,116,111,112,45,98,97,110,110,101,114,2,1,240,231,165,33,0,16,1,26,35,118,101,114,115,105,111,110,105,122,101,100,45,99,111,111,107,105,101,45,98,97,110,110,101,114,2,1,235,140,155,23,0,16,1,7,35,118,102,45,112,111,112,2,1,204,147,223,79,0,16,1,19,35,118,105,118,101,45,99,111,111,107,105,101,45,110,111,116,105,99,101,2,1,148,186,130,176,0,16,1,27,35,118,117,101,45,97,112,112,32,62,32,46,118,95,98,103,92,58,112,101,97,99,104,45,51,48,48,2,1,88,148,116,179,0,16,1,12,35,119,97,114,110,105,110,103,45,98,97,114,2,1,90,198,29,165,0,16,1,14,35,119,97,114,110,105,110,103,45,112,111,112,117,112,2,1,126,243,231,171,0,16,1,17,35,119,98,45,99,111,111,107,105,101,45,112,111,108,105,99,121,2,1,25,206,78,69,0,16,1,20,35,119,101,98,115,105,116,101,95,99,111,111,107,105,101,115,95,98,97,114,2,1,83,121,94,154,0,16,1,8,35,119,101,108,99,111,109,101,2,1,248,160,184,243,0,16,1,11,35,119,101,108,99,111,109,101,77,115,103,2,1,244,203,207,246,0,16,1,16,35,119,112,45,110,111,116,105,102,105,99,97,116,105,111,110,2,1,94,192,120,93,0,16,1,9,35,119,112,99,103,45,98,111,120,2,1,70,139,64,170,0,16,1,14,35,119,112,116,98,104,101,97,100,108,105,110,101,49,2,1,101,103,85,181,0,16,1,21,35,119,112,120,45,99,111,111,107,105,101,45,97,103,114,101,101,109,101,110,116,2,1,247,76,161,189,0,16,1,8,35,119,114,97,112,112,101,114,2,1,148,186,151,254,0,16,1,21,35,119,114,97,112,112,101,114,95,99,111,111,107,105,101,98,97,110,110,101,114,2,1,115,193,197,196,0,16,1,19,35,119,121,122,101,45,99,111,111,107,105,101,45,98,97,110,110,101,114,2,1,148,186,116,37,0,16,1,16,35,120,114,105,95,71,111,111,103,67,111,110,115,101,110,116,2,1,187,65,83,183,0,16,1,22,35,122,100,112,114,105,118,97,99,121,45,99,111,110,116,101,110,116,45,110,101,119,2,1,199,252,67,142,0,8,1,21,46,45,97,108,101,114,116,46,45,102,105,120,101,100,46,110,111,116,105,99,101,2,1,16,43,14,59,0,8,1,16,46,45,102,111,111,116,101,114,95,95,110,111,116,105,99,101,2,2,76,122,93,67,210,120,97,242,0,8,1,18,46,45,108,101,102,116,46,110,104,108,45,99,45,116,111,97,115,116,2,1,38,156,254,70,0,8,1,38,46,65,103,114,101,101,67,111,111,107,105,101,80,111,108,105,99,121,95,99,111,111,107,105,101,80,111,108,105,99,121,95,95,79,85,98,101,85,2,1,240,121,228,31,0,8,1,6,46,65,108,101,114,116,2,1,26,223,64,66,0,8,1,7,46,66,97,110,110,101,114,2,1,154,21,177,7,0,8,1,17,46,66,97,110,110,101,114,45,115,99,45,105,111,112,111,106,114,2,1,127,216,76,199,0,8,1,52,46,66,97,110,110,101,114,67,111,110,116,97,105,110,101,114,95,95,67,111,110,116,97,105,110,101,114,45,109,102,101,45,104,101,97,100,101,114,95,95,115,99,45,49,97,119,52,51,121,119,45,48,2,1,126,8,240,210,0,8,1,14,46,66,97,110,110,101,114,77,97,110,97,103,101,114,2,1,150,58,113,136,0,8,1,29,46,66,97,110,110,101,114,95,95,95,83,116,121,108,101,100,70,108,101,120,45,115,102,57,103,51,100,45,48,2,1,127,55,15,72,0,8,1,21,46,66,97,110,110,101,114,95,98,97,110,110,101,114,95,95,68,54,88,90,57,2,1,126,250,167,136,0,8,1,40,46,66,97,110,110,101,114,95,99,111,111,107,105,101,115,66,97,110,110,101,114,77,111,100,97,108,79,118,101,114,108,97,121,95,95,121,52,117,67,56,2,1,109,232,16,35,0,8,1,7,46,66,109,117,50,54,122,2,1,254,187,34,179,0,8,1,13,46,66,111,116,116,111,109,66,97,110,110,101,114,2,1,154,21,177,7,0,8,1,28,46,66,111,116,116,111,109,70,105,120,101,100,66,97,110,110,101,114,45,99,111,110,116,97,105,110,101,114,2,1,42,132,101,155,0,8,1,11,46,67,66,51,57,51,95,111,112,116,115,2,1,132,101,55,141,0,8,1,5,46,67,67,80,65,2,1,240,188,5,253,0,8,1,5,46,67,100,105,118,2,1,64,196,120,200,0,8,1,9,46,67,111,90,57,78,117,56,90,2,2,38,157,134,124,246,197,98,136,0,8,1,35,46,67,111,110,115,101,110,116,66,97,110,110,101,114,95,99,111,110,115,101,110,116,66,97,110,110,101,114,95,95,98,76,101,120,86,2,1,89,215,7,32,0,8,1,25,46,67,111,110,115,101,110,116,87,105,100,103,101,116,95,95,99,111,110,116,97,105,110,101,114,2,2,54,249,180,102,81,0,75,130,0,8,1,15,46,67,111,111,107,105,101,45,109,101,115,115,97,103,101,2,1,224,101,54,240,0,8,1,33,46,67,111,111,107,105,101,65,103,114,101,101,86,105,101,119,95,99,111,110,116,97,105,110,101,114,95,95,113,89,97,75,51,2,1,240,133,39,246,0,8,1,33,46,67,111,111,107,105,101,66,97,110,110,101,114,45,109,111,100,117,108,101,95,95,119,114,97,112,45,45,49,81,75,57,116,2,1,141,64,220,155,0,8,1,24,46,67,111,111,107,105,101,66,111,120,95,115,97,102,101,116,121,95,95,112,116,53,65,72,2,1,146,230,143,166,0,8,1,45,46,67,111,111,107,105,101,67,111,109,112,111,110,101,110,116,95,95,67,111,111,107,105,101,67,111,110,116,97,105,110,101,114,45,115,99,45,116,104,102,53,108,114,45,48,2,1,55,173,119,125,0,8,1,29,46,67,111,111,107,105,101,67,111,110,115,101,110,116,32,62,32,46,111,45,99,111,110,116,97,105,110,101,114,2,1,38,157,49,38,0,8,1,25,46,67,111,111,107,105,101,67,111,110,115,101,110,116,95,95,99,111,110,116,97,105,110,101,114,2,1,179,162,124,41,0,8,1,36,46,67,111,111,107,105,101,67,111,110,115,101,110,116,95,99,111,111,107,105,101,45,99,111,110,115,101,110,116,95,95,110,117,76,117,73,2,1,55,73,245,52,0,8,1,14,46,67,111,111,107,105,101,67,111,110,116,114,111,108,2,1,253,82,0,202,0,8,1,32,46,67,111,111,107,105,101,77,111,100,97,108,95,109,111,100,97,108,79,118,101,114,108,97,121,95,95,85,111,98,103,79,2,1,6,15,195,45,0,8,1,25,46,67,111,111,107,105,101,77,111,100,97,108,95,109,111,100,97,108,95,95,107,104,88,69,121,2,1,6,15,195,45,0,8,1,39,46,67,111,111,107,105,101,78,111,116,105,102,105,99,97,116,105,111,110,95,110,111,116,105,102,105,99,97,116,105,111,110,95,95,48,78,107,114,107,2,1,148,186,3,102,0,8,1,16,46,67,111,111,107,105,101,80,108,97,99,101,109,101,110,116,2,1,66,100,243,16,0,8,1,19,46,67,111,111,107,105,101,80,111,108,105,99,121,66,97,110,110,101,114,2,1,231,57,27,36,0,8,1,31,46,67,111,111,107,105,101,80,111,112,85,112,95,99,111,111,107,105,101,80,111,112,85,112,95,95,50,109,66,56,81,2,1,148,186,106,88,0,8,1,34,46,67,111,111,107,105,101,87,105,110,100,111,119,95,95,87,114,97,112,112,101,114,45,115,99,45,117,104,100,108,112,107,45,48,2,1,190,37,224,35,0,8,1,30,46,67,111,111,107,105,101,115,45,109,111,100,117,108,101,45,45,99,111,111,107,105,101,45,45,50,121,100,82,51,2,1,248,29,243,225,0,8,1,33,46,67,111,111,107,105,101,115,65,108,101,114,116,95,99,111,111,107,105,101,115,65,108,101,114,116,95,95,51,113,83,108,49,2,1,165,4,120,51,0,8,1,28,46,67,111,111,107,105,101,115,65,108,101,114,116,95,119,114,97,112,112,101,114,95,95,65,108,48,104,50,2,1,151,15,168,131,0,8,1,27,46,67,111,111,107,105,101,115,71,68,80,82,95,105,110,105,116,105,97,108,95,95,50,101,80,78,70,2,1,134,231,234,109,0,8,1,36,46,67,111,111,107,105,101,115,78,111,116,105,102,105,99,97,116,105,111,110,66,116,109,79,118,101,114,108,97,121,83,116,105,99,107,121,2,2,75,78,159,71,110,57,44,120,0,8,1,37,46,67,111,111,107,105,101,115,80,111,108,105,99,121,45,109,111,100,117,108,101,45,45,119,114,97,112,112,101,114,45,45,56,112,72,99,97,2,1,208,117,249,219,0,8,1,33,46,67,111,111,107,105,101,115,80,111,112,85,112,95,67,111,111,107,105,101,115,80,111,112,85,112,95,95,122,55,98,72,118,2,1,10,181,9,48,0,8,1,25,46,67,111,111,107,105,101,115,80,111,112,117,112,95,114,111,111,116,95,95,104,95,109,52,106,2,1,38,153,118,116,0,8,1,10,46,67,121,98,111,116,69,100,103,101,2,2,52,233,141,87,194,170,224,8,0,8,1,25,46,68,105,115,99,108,111,115,117,114,101,80,111,112,117,112,67,111,110,116,97,105,110,101,114,2,2,67,199,87,18,188,26,9,131,0,8,1,6,46,69,81,82,108,106,2,1,125,95,99,54,0,8,1,21,46,69,106,85,85,79,76,89,111,51,116,67,114,99,54,106,55,77,97,112,118,2,1,173,133,232,123,0,8,1,23,46,70,101,97,116,117,114,101,66,97,114,95,114,111,111,116,95,95,95,73,78,85,56,2,1,35,222,163,98,0,8,1,59,46,70,101,97,116,117,114,101,66,97,114,95,114,111,111,116,95,95,103,89,113,105,49,46,116,114,97,110,115,102,111,114,109,46,116,114,97,110,115,108,97,116,101,45,121,45,48,46,111,112,97,99,105,116,121,45,49,48,48,2,1,129,61,52,147,0,8,1,29,46,70,108,111,97,116,105,110,103,66,111,120,101,115,67,111,110,116,97,105,110,101,114,66,111,116,116,111,109,2,1,56,99,141,55,0,8,1,30,46,70,111,111,116,101,114,45,109,111,100,117,108,101,45,45,99,111,110,115,101,110,116,45,45,97,53,48,101,50,2,1,13,155,217,248,0,8,1,13,46,70,111,111,116,101,114,78,111,116,105,99,101,2,1,36,18,38,19,0,8,1,22,46,70,111,111,116,101,114,95,99,111,111,107,105,101,115,95,95,51,95,103,69,104,2,1,32,25,141,251,0,8,1,6,46,70,113,86,101,65,2,1,14,48,174,175,0,8,1,5,46,71,68,80,82,2,3,31,73,232,88,189,6,102,222,209,171,189,83,0,8,1,22,46,71,68,80,82,80,97,110,101,108,95,114,111,111,116,95,95,77,104,99,106,66,2,1,17,58,36,144,0,8,1,31,46,71,68,80,82,80,111,112,117,112,45,109,111,100,117,108,101,45,45,112,111,112,117,112,45,45,51,99,104,106,109,2,1,85,131,251,115,0,8,1,17,46,71,68,80,82,95,109,97,105,110,95,95,102,120,109,70,102,2,1,194,125,50,175,0,8,1,22,46,71,100,112,114,79,102,102,101,114,95,98,108,111,99,107,95,73,114,52,107,74,2,1,90,40,220,146,0,8,1,21,46,71,100,112,114,79,102,102,101,114,95,114,111,111,116,95,112,67,117,79,79,2,1,90,40,220,146,0,8,1,36,46,71,100,112,114,95,95,71,100,112,114,80,97,114,101,110,116,87,114,97,112,112,101,114,45,115,99,45,122,51,48,109,99,108,45,48,2,1,36,97,237,104,0,8,1,34,46,72,65,83,72,95,67,79,79,75,73,69,95,65,76,69,82,84,95,71,82,73,68,95,73,84,69,77,95,70,73,88,69,68,2,1,126,171,187,56,0,8,1,30,46,72,101,97,100,101,114,77,101,110,117,95,67,111,111,107,105,101,65,108,101,114,116,95,95,105,112,69,102,75,2,1,96,249,72,167,0,8,1,23,46,72,111,109,101,112,97,103,101,95,98,97,110,110,101,114,95,95,66,111,50,81,73,2,1,139,159,14,124,0,8,1,6,46,72,122,80,104,78,2,1,111,120,157,197,0,8,1,41,46,73,110,115,116,97,108,108,80,114,111,109,111,116,105,111,110,95,99,111,111,107,105,101,45,112,114,111,109,111,116,105,111,110,95,95,108,82,105,50,53,2,1,86,42,90,62,0,0,1,27,46,74,55,53,82,105,86,74,84,120,103,66,106,71,119,120,103,69,49,122,45,76,103,92,61,92,61,2,1,238,192,250,162,0,8,1,9,46,75,87,66,97,110,110,101,114,2,1,194,197,253,44,0,8,1,28,46,76,97,121,111,117,116,95,109,97,105,110,67,111,111,107,105,101,68,105,118,95,95,110,102,54,80,84,2,1,76,133,130,27,0,8,1,35,46,76,101,103,97,99,121,66,97,110,110,101,114,95,99,45,99,111,111,107,105,101,87,97,114,110,105,110,103,95,51,83,109,108,78,2,1,26,168,0,93,0,8,1,38,46,76,111,97,100,105,110,103,68,111,116,115,95,95,95,83,116,121,108,101,100,70,108,101,120,45,115,99,45,49,114,55,119,121,119,104,45,49,2,1,127,55,15,72,0,8,1,30,46,77,111,100,97,108,83,117,98,77,111,100,117,108,101,95,111,118,101,114,108,97,121,95,95,51,80,109,87,81,2,1,55,121,58,219,0,8,1,6,46,77,113,115,80,119,2,1,7,31,179,41,0,8,1,10,46,77,114,107,117,49,49,53,48,50,2,1,165,184,116,226,0,8,1,16,46,77,117,105,68,114,97,119,101,114,45,109,111,100,97,108,2,1,224,23,53,51,0,8,1,15,46,77,117,105,68,114,97,119,101,114,45,114,111,111,116,2,1,160,163,255,121,0,8,1,30,46,77,117,105,71,114,105,100,45,97,108,105,103,110,45,105,116,101,109,115,45,120,115,45,99,101,110,116,101,114,2,1,66,252,62,160,0,8,1,34,46,77,117,105,80,97,112,101,114,45,101,108,101,118,97,116,105,111,110,54,91,114,111,108,101,61,34,97,108,101,114,116,34,93,2,1,77,105,149,179,0,8,1,20,46,77,117,105,80,97,112,101,114,45,101,108,101,118,97,116,105,111,110,55,2,1,153,124,232,140,0,8,1,100,46,77,117,105,80,97,112,101,114,45,114,111,111,116,91,115,116,121,108,101,61,34,116,114,97,110,115,102,111,114,109,58,32,110,111,110,101,59,32,116,114,97,110,115,105,116,105,111,110,58,32,116,114,97,110,115,102,111,114,109,32,50,50,53,109,115,32,99,117,98,105,99,45,98,101,122,105,101,114,40,48,44,32,48,44,32,48,46,50,44,32,49,41,32,48,109,115,59,34,93,2,1,224,23,53,51,0,8,1,38,46,77,117,105,83,110,97,99,107,98,97,114,67,111,110,116,101,110,116,45,114,111,111,116,91,114,111,108,101,61,34,97,108,101,114,116,34,93,2,1,105,139,135,66,0,8,1,16,46,77,121,67,111,110,115,101,110,116,95,79,117,116,101,114,2,1,148,192,2,229,0,8,1,7,46,78,111,116,105,99,101,2,1,223,237,67,170,0,8,1,8,46,78,111,116,105,99,101,115,2,2,15,94,47,188,136,94,147,12,0,8,1,11,46,78,111,116,105,99,101,115,66,111,120,2,1,148,184,44,216,0,8,1,30,46,78,111,116,105,102,105,99,97,116,105,111,110,66,97,110,110,101,114,95,115,104,111,119,66,97,110,110,101,114,2,1,58,200,187,200,0,8,1,16,46,78,111,116,105,102,105,99,97,116,105,111,110,66,97,114,2,2,170,229,95,35,228,180,121,234,0,8,1,17,46,78,111,116,105,102,105,99,97,116,105,111,110,76,105,110,101,2,1,196,154,166,194,0,8,1,24,46,80,97,103,101,67,111,111,107,105,101,67,111,110,115,101,110,116,66,97,110,110,101,114,2,1,181,253,178,205,0,8,1,6,46,80,110,121,71,111,2,1,148,201,134,173,0,8,1,24,46,80,111,112,67,111,111,107,105,101,95,97,99,116,105,118,101,95,95,85,87,105,55,69,2,1,188,68,227,132,0,8,1,35,46,80,111,112,105,66,97,110,110,101,114,95,95,80,111,112,105,67,111,110,116,97,105,110,101,114,45,105,103,104,97,114,109,45,49,2,1,30,119,143,31,0,8,1,23,46,80,111,112,111,118,101,114,95,119,114,97,112,112,101,114,95,95,102,101,67,120,116,2,1,242,172,254,249,0,8,1,13,46,80,111,112,117,112,79,118,101,114,97,108,108,2,2,92,165,119,59,118,231,4,75,0,8,1,8,46,80,114,105,118,97,99,121,2,1,126,200,93,170,0,8,1,40,46,80,114,105,118,97,99,121,70,101,101,100,67,97,114,100,45,45,80,114,105,118,97,99,121,70,101,101,100,67,97,114,100,45,45,51,95,70,107,53,2,1,32,202,47,124,0,8,1,14,46,80,114,105,118,97,99,121,78,111,116,105,99,101,2,4,95,227,71,178,101,232,206,242,222,165,254,202,253,122,210,210,0,8,1,19,46,80,114,111,109,111,116,105,111,110,97,108,45,99,111,114,110,101,114,2,2,69,19,150,118,86,247,148,202,0,8,1,33,46,81,49,77,78,107,46,114,69,53,115,45,46,95,57,99,117,82,114,46,95,49,97,67,115,76,46,95,51,68,81,88,73,2,1,195,181,83,235,0,8,1,7,46,82,48,53,99,85,111,2,1,127,45,159,201,0,8,1,17,46,82,101,97,99,116,77,111,100,97,108,80,111,114,116,97,108,2,1,42,242,44,29,0,8,1,32,46,82,101,97,99,116,77,111,100,97,108,95,95,79,118,101,114,108,97,121,45,45,97,102,116,101,114,45,111,112,101,110,2,2,193,113,84,75,234,236,26,162,0,8,1,11,46,82,101,97,100,80,111,108,105,99,121,2,1,78,105,197,223,0,8,1,30,46,82,103,112,100,68,114,97,119,101,114,95,114,103,112,100,95,100,114,97,119,101,114,95,95,50,86,67,85,48,2,1,142,28,140,138,0,8,1,49,46,82,105,111,116,87,114,97,112,112,101,114,45,118,105,115,111,114,45,97,108,101,114,116,45,82,105,111,116,87,114,97,112,112,101,114,45,118,105,115,111,114,45,97,108,101,114,116,53,2,1,124,127,243,126,0,8,1,14,46,83,45,71,68,80,82,45,66,97,110,110,101,114,2,1,241,201,11,182,0,8,1,18,46,83,72,79,87,73,84,45,109,115,103,95,115,104,111,119,101,100,2,1,127,17,31,22,0,8,1,19,46,83,104,101,108,108,45,99,111,111,107,105,101,78,111,116,105,99,101,2,1,254,127,129,168,0,8,1,13,46,83,105,116,101,45,99,111,111,107,105,101,115,2,1,50,83,138,170,0,8,1,25,46,83,117,112,112,111,114,116,83,105,116,101,45,67,111,111,107,105,101,66,97,110,110,101,114,2,1,65,6,64,56,0,8,1,26,46,84,101,114,109,115,79,102,83,101,114,118,105,99,101,95,95,99,111,109,112,111,110,101,110,116,2,1,38,157,25,55,0,8,1,11,46,84,104,101,67,111,110,115,101,110,116,2,1,86,181,50,48,0,8,1,6,46,84,111,97,115,116,2,1,23,81,226,91,0,8,1,26,46,84,111,97,115,116,71,100,112,114,95,95,119,114,97,112,112,101,114,95,95,55,108,112,98,80,2,1,11,193,187,33,0,8,1,9,46,84,111,97,115,116,105,102,121,2,1,72,188,56,7,0,8,1,8,46,84,111,111,108,116,105,112,2,8,121,189,122,163,121,239,215,0,122,45,0,18,122,242,77,68,137,121,14,191,148,151,221,79,148,192,37,74,149,69,191,8,0,8,1,32,46,85,115,101,67,111,111,107,105,101,95,117,115,101,67,111,111,107,105,101,77,111,100,108,101,95,95,54,100,52,107,122,2,1,129,66,251,172,0,8,1,17,46,86,67,83,67,111,111,107,105,101,67,111,110,116,114,111,108,2,1,52,56,5,30,0,8,1,6,46,88,108,111,118,113,2,1,173,61,80,177,0,0,1,27,46,92,33,98,111,116,116,111,109,45,48,46,108,103,92,58,111,112,97,99,105,116,121,45,49,48,48,2,1,126,162,20,115,0,8,1,7,46,95,49,65,115,72,107,2,1,173,2,211,246,0,8,1,7,46,95,49,67,73,98,67,2,1,139,228,184,163,0,8,1,7,46,95,49,72,111,67,100,2,1,38,157,53,121,0,8,1,10,46,95,49,85,100,66,85,119,110,105,2,1,148,195,154,93,0,8,1,8,46,95,49,98,104,77,81,83,2,1,21,92,66,118,0,8,1,9,46,95,49,104,121,119,101,116,102,2,1,97,62,238,239,0,8,1,10,46,95,49,106,106,119,52,55,104,51,2,1,247,241,92,89,0,8,1,7,46,95,49,112,111,66,90,2,2,3,110,19,21,135,136,19,183,0,8,1,10,46,95,49,117,55,65,107,84,106,121,2,1,241,237,126,6,0,8,1,10,46,95,49,119,122,48,121,106,112,48,2,1,194,178,66,155,0,8,1,14,46,95,50,49,98,57,57,49,51,49,56,52,52,52,2,1,44,54,111,95,0,8,1,7,46,95,50,51,76,107,77,2,1,7,31,179,41,0,8,1,24,46,95,50,57,103,81,102,85,122,45,98,122,95,78,121,87,104,80,82,112,106,79,83,101,2,1,84,61,122,246,0,8,1,7,46,95,50,57,118,45,116,2,1,196,122,77,117,0,8,1,24,46,95,50,73,73,105,101,120,45,67,115,120,116,117,87,55,81,71,90,95,111,79,53,122,2,1,230,171,184,234,0,8,1,24,46,95,50,80,102,66,73,54,75,55,74,119,109,87,80,105,112,68,85,113,48,57,120,53,2,1,32,233,155,142,0,8,1,9,46,95,50,86,75,54,87,80,72,2,1,95,80,243,78,0,8,1,10,46,95,50,100,45,56,118,113,45,87,2,1,148,195,154,93,0,8,1,10,46,95,50,100,99,55,100,48,50,48,2,1,38,157,25,55,0,8,1,7,46,95,50,104,71,74,108,2,1,171,52,55,134,0,8,1,24,46,95,50,120,106,85,81,111,54,52,110,89,57,72,113,104,97,69,111,66,90,122,81,121,2,2,88,105,219,216,114,20,214,109,0,8,1,34,46,95,51,56,55,54,50,51,100,56,56,101,54,56,97,101,102,98,48,101,101,98,100,53,97,102,53,50,50,97,101,48,54,50,2,1,230,177,237,232,0,8,1,24,46,95,51,70,77,106,90,87,114,107,116,102,110,117,99,90,118,77,77,71,84,111,79,120,2,1,26,68,228,163,0,8,1,7,46,95,51,86,50,114,71,2,1,218,99,214,226,0,8,1,7,46,95,51,102,99,72,71,2,1,127,142,192,91,0,8,1,7,46,95,51,106,111,87,116,2,1,241,203,177,29,0,8,1,10,46,95,51,106,120,54,120,117,50,57,2,1,148,195,154,93,0,8,1,24,46,95,51,113,45,88,83,74,50,118,111,107,68,81,114,118,100,71,54,109,82,95,95,107,2,1,142,14,98,194,0,8,1,7,46,95,52,104,119,99,49,2,1,139,228,184,163,0,8,1,9,46,95,54,114,110,98,107,112,48,2,1,241,52,143,232,0,8,1,21,46,95,67,111,111,107,105,101,66,97,110,110,101,114,95,49,107,54,97,119,57,2,1,202,34,245,9,0,8,1,6,46,95,68,101,51,106,2,1,128,166,99,114,0,8,1,11,46,95,95,67,67,95,112,111,112,117,112,2,1,95,150,22,109,0,8,1,23,46,95,95,99,111,111,107,105,101,45,98,97,110,110,101,114,95,95,50,97,56,49,98,2,1,202,34,245,9,0,8,1,13,46,95,95,99,115,115,45,99,70,113,119,115,80,2,1,3,74,139,121,0,8,1,17,46,95,95,103,100,112,114,45,99,111,110,116,97,105,110,101,114,2,1,164,166,153,75,0,8,1,6,46,95,97,95,121,98,2,1,71,27,185,12,0,8,1,5,46,95,97,106,117,2,1,185,68,176,236,0,8,1,17,46,95,99,111,110,116,97,105,110,95,49,98,50,109,107,95,49,2,1,220,184,157,147,0,8,1,24,46,95,99,111,111,107,105,101,45,99,111,110,115,101,110,116,95,116,112,99,55,50,95,49,2,1,77,196,170,59,0,8,1,22,46,95,99,111,111,107,105,101,66,97,110,110,101,114,95,116,49,49,102,49,95,49,2,1,55,7,170,14,0,8,1,22,46,95,99,111,111,107,105,101,80,111,112,117,112,95,104,115,104,101,49,95,49,49,2,1,229,203,215,117,0,8,1,25,46,95,99,111,111,107,105,101,80,114,101,115,101,110,116,101,114,95,105,115,106,107,108,95,49,2,1,60,14,153,161,0,8,1,20,46,95,103,100,112,114,45,110,111,116,105,102,121,45,104,101,97,100,101,114,2,1,120,203,45,164,0,8,1,28,46,95,103,100,112,114,45,110,111,116,105,102,121,45,104,101,97,100,101,114,95,114,101,112,108,97,99,101,2,1,88,58,138,184,0,8,1,7,46,95,104,101,52,48,50,2,1,26,186,75,244,0,8,1,22,46,95,110,111,116,105,102,105,99,97,116,105,111,110,95,113,112,98,49,122,95,49,2,1,3,38,21,207,0,8,1,10,46,95,112,95,112,111,108,105,99,121,2,1,235,145,78,137,0,8,1,12,46,95,118,103,83,108,48,99,120,52,97,111,2,1,177,214,185,93,0,8,1,9,46,95,119,113,110,118,120,104,107,2,1,85,87,94,43,0,8,1,18,46,95,119,114,97,112,112,101,114,95,49,117,52,51,98,95,49,55,2,1,191,205,20,61,0,8,1,18,46,97,56,99,45,99,111,111,107,105,101,45,98,97,110,110,101,114,2,1,53,175,75,40,0,8,1,41,46,97,95,99,111,111,107,105,101,45,97,110,100,45,99,111,110,118,101,114,115,105,111,110,45,98,97,110,110,101,114,95,99,111,109,112,111,110,101,110,116,2,1,187,68,218,49,0,8,1,45,46,97,98,111,118,101,45,112,97,103,101,115,45,99,111,110,116,97,105,110,101,114,32,62,32,46,97,110,105,109,97,116,105,111,110,45,99,111,110,116,97,105,110,101,114,2,1,24,217,242,120,0,8,1,3,46,97,99,2,1,24,105,238,35,0,8,1,12,46,97,99,98,66,97,99,107,100,114,111,112,2,1,127,80,60,78,0,8,1,13,46,97,99,99,101,112,116,45,97,108,101,114,116,2,2,142,164,61,231,197,18,15,59,0,8,1,24,46,97,99,99,101,112,116,45,99,111,111,107,105,101,115,45,115,110,97,99,107,98,97,114,2,1,174,32,109,165,0,8,1,17,46,97,99,99,101,112,116,97,110,99,101,45,112,111,112,117,112,2,1,118,188,9,154,0,8,1,28,46,97,99,99,101,112,116,99,111,111,107,105,101,95,99,111,110,116,97,105,110,95,95,74,86,118,99,85,2,1,147,134,182,0,0,8,1,12,46,97,99,116,105,118,101,46,109,97,115,107,2,1,53,131,190,195,0,8,1,7,46,97,100,118,98,111,120,2,1,174,57,44,124,0,8,1,6,46,97,103,114,101,101,2,1,95,80,28,136,0,8,1,12,46,97,103,114,101,101,45,112,111,112,117,112,2,1,98,199,181,125,0,8,1,12,46,97,103,114,101,101,45,116,101,114,109,115,2,1,107,154,211,99,0,8,1,9,46,97,103,114,101,101,100,80,80,2,1,6,232,63,131,0,8,1,16,46,97,103,114,101,101,109,101,110,116,45,112,111,112,117,112,2,1,244,221,123,44,0,8,1,23,46,97,103,114,101,101,109,101,110,116,45,116,111,45,108,97,115,116,45,116,101,114,109,2,1,172,142,245,98,0,8,1,9,46,97,103,114,101,101,116,111,112,2,1,7,55,85,153,0,8,1,14,46,97,108,101,114,116,45,45,97,99,116,105,118,101,2,1,54,78,164,86,0,8,1,13,46,97,108,101,114,116,45,45,102,105,120,101,100,2,1,148,181,46,176,0,8,1,20,46,97,108,101,114,116,45,45,115,116,114,105,112,101,46,97,108,101,114,116,2,1,176,121,192,214,0,8,1,13,46,97,108,101,114,116,45,98,97,110,110,101,114,2,2,17,125,133,161,240,49,41,209,0,8,1,21,46,97,108,101,114,116,45,98,97,110,110,101,114,95,95,99,111,111,107,105,101,2,1,160,163,155,118,0,8,1,17,46,97,108,101,114,116,45,98,97,114,45,102,111,111,116,101,114,2,1,69,48,183,208,0,8,1,10,46,97,108,101,114,116,45,98,111,120,2,4,11,208,55,121,27,11,152,216,175,158,96,88,198,69,99,161,0,8,1,16,46,97,108,101,114,116,45,99,111,110,116,97,105,110,101,114,2,1,245,39,203,88,0,8,1,13,46,97,108,101,114,116,45,99,111,111,107,105,101,2,1,201,10,246,252,0,8,1,13,46,97,108,101,114,116,45,100,97,110,103,101,114,2,1,177,4,232,167,0,8,1,18,46,97,108,101,114,116,45,100,105,115,109,105,115,115,105,98,108,101,2,2,196,115,205,135,244,60,44,128,0,8,1,38,46,97,108,101,114,116,45,100,105,115,109,105,115,115,105,98,108,101,58,110,111,116,40,46,97,108,101,114,116,45,115,117,99,99,101,115,115,41,2,1,117,226,216,149,0,8,1,11,46,97,108,101,114,116,45,105,110,102,111,2,2,12,45,28,195,129,46,52,144,0,8,1,10,46,97,108,101,114,116,45,112,97,100,2,1,237,69,102,149,0,8,1,12,46,97,108,101,114,116,45,112,111,112,117,112,2,1,45,183,140,79,0,8,1,14,46,97,108,101,114,116,45,115,101,99,116,105,111,110,2,1,42,73,29,240,0,8,1,13,46,97,108,101,114,116,45,115,101,114,118,101,114,2,1,50,89,171,169,0,8,1,14,46,97,108,101,114,116,45,119,114,97,112,112,101,114,2,1,136,187,40,249,0,8,1,13,46,97,108,101,114,116,46,104,115,116,97,99,107,2,1,217,212,52,133,0,8,1,19,46,97,108,101,114,116,70,111,111,116,101,114,67,111,110,116,101,110,116,2,1,27,98,130,110,0,8,1,10,46,97,108,101,114,116,95,98,111,120,2,1,156,198,14,225,0,8,1,9,46,97,108,101,114,116,98,97,114,2,1,177,184,146,246,0,8,1,11,46,97,108,101,114,116,115,45,116,111,112,2,1,98,238,192,241,0,8,1,18,46,97,108,105,101,120,112,114,101,115,115,45,110,111,116,105,99,101,2,1,14,37,91,102,0,8,1,15,46,97,108,116,45,111,112,116,45,115,101,99,117,114,101,2,1,125,239,148,105,0,8,1,11,46,97,108,116,99,109,45,122,45,53,48,2,1,22,118,143,78,0,8,1,16,46,97,108,116,101,114,110,105,115,45,99,111,111,107,105,101,2,1,170,235,169,19,0,8,1,17,46,97,110,97,108,121,116,105,99,115,45,98,97,110,110,101,114,2,1,137,250,245,187,0,8,1,24,46,97,110,97,108,121,116,105,99,115,45,99,111,110,115,101,110,116,45,112,111,112,117,112,2,1,119,122,198,173,0,8,1,15,46,97,110,97,108,121,116,105,99,115,45,105,110,102,111,2,1,101,210,193,43,0,8,1,17,46,97,110,99,104,111,114,98,111,116,116,111,109,76,101,102,116,2,1,48,163,240,84,0,8,1,16,46,97,110,99,114,45,112,111,115,45,98,111,116,116,111,109,2,2,72,204,29,172,158,130,2,216,0,8,1,23,46,97,110,105,109,45,98,97,110,110,101,114,45,101,110,116,101,114,45,100,111,110,101,2,1,238,61,127,110,0,8,1,21,46,97,110,105,109,95,95,99,111,111,107,105,101,95,95,98,111,120,45,98,103,2,1,7,16,88,159,0,8,1,28,46,97,110,105,109,97,116,101,45,112,114,105,118,97,99,121,45,112,111,108,105,99,121,45,115,104,111,119,2,1,117,160,69,29,0,8,1,13,46,97,110,110,111,117,110,99,101,109,101,110,116,2,3,35,221,175,187,76,233,228,69,94,93,49,104,0,8,1,20,46,97,110,110,111,117,110,99,101,109,101,110,116,45,98,97,110,110,101,114,2,1,197,77,252,102,0,8,1,14,46,97,110,110,111,117,110,99,101,109,101,110,116,115,2,2,92,163,121,83,136,147,135,170,0,8,1,16,46,97,110,116,45,98,111,116,116,111,109,45,108,101,102,116,2,1,148,166,17,117,0,8,1,15,46,97,110,116,45,109,111,100,97,108,45,114,111,111,116,2,1,7,233,195,49,0,8,1,17,46,97,110,116,45,110,111,116,105,102,105,99,97,116,105,111,110,2,3,167,152,52,150,184,33,215,54,197,139,7,144,0,8,1,15,46,97,110,116,45,114,111,119,45,99,101,110,116,101,114,2,1,86,211,61,144,0,8,1,5,46,97,112,102,49,2,1,143,245,23,54,0,8,1,25,46,97,112,112,45,99,111,111,107,105,101,115,45,110,111,116,105,102,105,99,97,116,105,111,110,2,1,228,216,7,237,0,8,1,19,46,97,112,112,45,102,111,111,116,101,114,45,99,111,110,116,101,110,116,2,1,160,163,236,137,0,8,1,24,46,97,112,112,45,108,101,118,101,108,45,110,111,116,105,102,105,99,97,116,105,111,110,115,2,1,137,59,27,126,0,8,1,32,46,97,112,112,45,108,105,103,104,116,32,62,32,100,105,118,91,115,116,121,108,101,42,61,34,102,105,120,101,100,34,93,2,1,68,53,124,39,0,8,1,25,46,97,112,112,95,95,100,111,109,101,115,116,105,99,45,100,105,115,99,108,97,105,109,101,114,2,1,38,157,104,207,0,8,1,13,46,97,112,112,95,95,109,101,115,115,97,103,101,2,1,128,29,250,249,0,8,1,28,46,97,112,112,101,97,114,45,101,110,116,101,114,45,100,111,110,101,46,101,49,121,118,110,122,53,99,48,2,1,148,184,120,215,0,8,1,15,46,97,112,112,105,102,121,95,114,99,99,95,114,111,119,2,1,66,120,202,57,0,8,1,6,46,97,114,45,99,112,2,1,65,198,21,40,0,8,1,15,46,97,114,45,110,101,119,115,45,102,111,111,116,101,114,2,1,151,19,115,243,0,8,1,14,46,97,114,103,97,97,109,45,112,111,108,105,99,121,2,1,61,104,66,133,0,8,1,15,46,97,114,103,101,110,116,95,99,111,110,115,101,110,116,2,1,195,172,245,91,0,8,1,21,46,97,114,116,100,101,99,111,45,103,108,111,98,97,108,45,97,108,101,114,116,2,1,153,46,38,42,0,8,1,7,46,97,115,45,111,105,108,2,1,160,163,236,137,0,8,1,22,46,97,115,85,104,120,72,86,71,82,106,77,57,81,78,87,77,76,101,108,79,53,2,1,208,10,10,51,0,8,1,24,46,97,115,115,101,116,115,95,99,111,110,116,97,105,110,101,114,95,95,51,69,69,112,51,2,1,94,199,137,206,0,8,1,20,46,97,116,45,98,97,110,110,101,114,45,99,111,110,116,97,105,110,101,114,2,1,138,20,77,106,0,8,1,19,46,97,116,112,95,99,111,111,107,105,101,45,109,101,115,115,97,103,101,2,1,236,71,38,145,0,8,1,14,46,97,116,116,101,110,116,105,111,110,45,109,115,103,2,1,243,180,143,66,0,8,1,14,46,97,120,101,112,116,105,111,95,109,111,117,110,116,2,1,250,112,125,87,0,8,1,17,46,98,45,104,101,97,100,101,114,45,109,101,115,115,97,103,101,2,1,179,239,135,145,0,8,1,8,46,98,45,109,111,100,97,108,2,2,99,78,37,55,223,172,190,52,0,8,1,9,46,98,45,118,115,114,82,56,87,2,1,164,223,240,31,0,8,1,6,46,98,75,95,109,86,2,1,154,225,170,25,0,8,1,6,46,98,81,95,107,98,2,1,81,151,209,154,0,8,1,7,46,98,85,87,83,108,90,2,1,221,116,140,110,0,8,1,7,46,98,89,84,100,105,65,2,1,104,76,5,0,0,8,1,6,46,98,90,114,66,122,2,1,209,181,190,215,0,8,1,4,46,98,95,103,2,1,81,151,216,124,0,8,1,9,46,98,97,99,107,68,114,111,112,2,1,194,197,250,113,0,8,1,11,46,98,97,99,107,103,114,111,117,110,100,2,2,55,51,109,152,187,253,228,126,0,8,1,7,46,98,97,110,110,101,114,2,1,254,187,150,95,0,8,1,15,46,98,97,110,110,101,114,45,45,98,111,116,116,111,109,2,1,148,202,79,68,0,8,1,11,46,98,97,110,110,101,114,45,50,49,55,2,1,215,3,193,29,0,8,1,20,46,98,97,110,110,101,114,45,98,108,111,99,107,45,115,99,114,101,101,110,2,1,246,237,76,72,0,8,1,17,46,98,97,110,110,101,114,45,99,111,110,116,97,105,110,101,114,2,1,123,12,121,107,0,8,1,13,46,98,97,110,110,101,114,45,104,105,110,116,115,2,1,117,194,105,145,0,8,1,15,46,98,97,110,110,101,114,45,109,101,115,115,97,103,101,2,1,235,120,156,16,0,8,1,14,46,98,97,110,110,101,114,45,110,111,116,105,99,101,2,1,11,178,130,222,0,8,1,15,46,98,97,110,110,101,114,45,111,118,101,114,108,97,121,2,2,94,136,201,89,139,164,230,26,0,8,1,12,46,98,97,110,110,101,114,45,119,114,97,112,2,2,84,115,167,80,116,175,211,94,0,8,1,16,46,98,97,110,110,101,114,67,111,110,116,97,105,110,101,114,2,2,41,141,19,113,93,71,48,142,0,8,1,14,46,98,97,110,110,101,114,87,114,97,112,112,101,114,2,1,128,97,244,111,0,8,1,18,46,98,97,110,110,101,114,95,95,99,111,110,116,97,105,110,101,114,2,1,185,191,66,209,0,8,1,13,46,98,97,110,110,101,114,95,95,114,111,111,116,2,1,125,66,145,45,0,8,1,13,46,98,97,110,110,101,114,95,97,108,101,114,116,2,1,80,117,161,255,0,8,1,11,46,98,97,110,110,101,114,95,98,111,120,2,1,119,142,145,161,0,8,1,17,46,98,97,110,110,101,114,95,99,111,110,116,97,105,110,101,114,2,1,180,198,253,3,0,8,1,11,46,98,97,115,101,45,109,111,100,97,108,2,1,214,233,249,64,0,8,1,18,46,98,97,115,101,45,110,111,116,105,102,105,99,97,116,105,111,110,2,1,107,93,142,236,0,8,1,37,46,98,97,115,101,95,99,111,111,107,105,101,95,98,97,110,110,101,114,45,45,99,111,110,116,97,105,110,101,114,45,45,110,85,75,70,108,2,1,127,50,15,0,0,8,1,14,46,98,97,115,105,99,76,105,103,104,116,98,111,120,2,1,121,38,165,233,0,8,1,23,46,98,97,116,99,104,103,101,111,45,99,111,111,107,105,101,45,110,111,116,105,99,101,2,1,199,245,24,61,0,8,1,20,46,98,98,45,98,111,111,116,115,116,114,97,112,45,97,108,101,114,116,115,2,1,170,79,88,234,0,8,1,11,46,98,98,99,45,98,109,120,109,50,98,2,1,38,157,104,207,0,8,1,7,46,98,100,56,48,97,99,2,1,170,51,175,248,0,8,1,19,46,98,101,111,110,111,45,102,108,97,115,104,109,101,115,115,97,103,101,2,1,121,212,231,242,0,8,1,13,46,98,101,115,116,45,99,111,111,107,105,101,115,2,1,145,244,140,18,0,8,1,11,46,98,102,45,116,111,97,115,116,101,114,2,1,38,195,77,225,0,8,1,9,46,98,103,45,97,108,101,114,116,2,1,178,154,178,172,0,8,1,23,46,98,103,45,97,114,110,111,116,116,115,45,99,111,110,115,101,110,116,45,114,101,100,2,1,150,170,247,1,0,8,1,20,46,98,103,45,98,97,99,107,103,114,111,117,110,100,83,116,114,111,110,103,2,1,10,123,254,105,0,8,1,9,46,98,103,45,98,108,97,99,107,2,2,211,233,26,38,223,107,159,7,0,8,1,25,46,98,103,45,98,108,97,99,107,45,100,101,101,112,46,114,111,117,110,100,101,100,45,109,100,2,1,59,27,43,13,0,8,1,11,46,98,103,45,98,108,117,101,45,114,49,2,1,251,185,11,145,0,8,1,41,46,98,103,45,99,111,108,111,114,45,98,97,99,107,103,114,111,117,110,100,45,99,111,110,116,97,105,110,101,114,45,116,105,110,116,46,116,111,112,45,50,2,1,153,46,38,42,0,8,1,12,46,98,103,45,100,97,114,107,71,114,97,121,2,1,223,2,214,56,0,8,1,15,46,98,103,45,100,97,114,107,101,114,45,103,114,97,121,2,2,123,247,212,159,237,11,21,194,0,8,1,9,46,98,103,45,103,114,101,101,110,2,1,19,113,190,195,0,8,1,13,46,98,103,45,103,114,101,101,110,45,50,48,48,2,1,21,81,80,173,0,8,1,9,46,98,103,45,109,111,100,97,108,2,1,86,165,157,33,0,8,1,14,46,98,103,45,111,112,97,99,105,116,121,45,55,53,2,1,159,5,29,112,0,8,1,14,46,98,103,45,112,105,110,107,45,98,114,97,110,100,2,1,150,29,146,126,0,8,1,21,46,98,103,45,116,114,97,110,115,45,102,117,108,108,45,99,111,111,107,105,101,2,1,137,13,85,249,0,8,1,22,46,98,103,45,119,104,105,116,101,46,119,45,102,117,108,108,46,102,105,120,101,100,2,1,20,239,102,87,0,8,1,20,46,98,104,45,109,111,100,97,108,73,110,102,111,67,111,111,107,105,101,115,2,1,86,165,157,33,0,8,1,13,46,98,105,99,97,45,99,111,110,116,101,110,116,2,1,34,159,105,98,0,8,1,18,46,98,105,103,45,99,111,110,115,101,110,116,45,109,111,100,97,108,2,1,135,211,133,97,0,8,1,36,46,98,105,108,108,98,111,97,114,100,95,95,66,105,108,108,98,111,97,114,100,83,116,121,108,101,100,45,112,120,115,100,49,98,45,48,2,1,162,106,176,202,0,8,1,25,46,98,105,115,99,117,105,116,45,97,117,116,104,45,99,111,108,108,97,112,115,105,98,108,101,2,1,42,169,205,143,0,8,1,6,46,98,107,51,111,113,2,1,85,249,236,213,0,8,1,15,46,98,108,107,45,68,105,115,99,108,97,105,109,101,114,2,1,240,111,146,240,0,8,1,30,46,98,108,111,99,107,45,99,111,111,107,105,101,45,97,99,99,101,112,116,97,110,99,101,45,98,108,111,99,107,2,1,6,159,235,91,0,8,1,16,46,98,108,111,99,107,45,102,115,45,99,111,111,107,105,101,2,1,234,191,172,131,0,8,1,26,46,98,108,111,99,107,45,110,111,116,105,102,105,99,97,116,105,111,110,115,45,98,108,111,99,107,2,1,128,98,125,6,0,8,1,18,46,98,108,111,99,107,95,97,118,103,95,112,114,105,118,97,99,121,2,1,164,136,230,249,0,8,1,16,46,98,108,111,99,107,105,110,103,79,118,101,114,108,97,121,2,2,104,250,61,158,127,134,60,119,0,8,1,17,46,98,108,111,99,107,114,111,108,108,105,110,103,116,101,120,116,2,1,254,16,68,87,0,8,1,26,46,98,108,116,101,45,97,108,101,114,116,98,97,110,110,101,114,95,95,119,114,97,112,112,101,114,2,1,215,214,147,128,0,8,1,8,46,98,108,117,114,45,98,103,2,1,101,244,14,127,0,8,1,18,46,98,108,117,114,114,121,45,98,97,99,107,103,114,111,117,110,100,2,1,146,116,234,242,0,8,1,7,46,98,109,87,86,80,98,2,1,137,242,202,87,0,8,1,10,46,98,109,95,100,105,97,108,111,103,2,1,200,199,157,254,0,8,1,12,46,98,109,95,100,105,97,108,111,103,66,103,2,1,200,199,157,254,0,8,1,7,46,98,110,106,82,109,86,2,1,148,185,228,172,0,8,1,18,46,98,110,112,95,99,111,111,107,105,101,95,98,97,110,110,101,114,2,1,148,80,69,176,0,8,1,37,46,98,111,114,100,101,114,45,100,97,114,107,45,49,48,46,98,111,114,100,101,114,46,114,111,117,110,100,101,100,46,115,104,97,100,111,119,2,1,89,219,121,201,0,8,1,46,46,98,111,114,100,101,114,45,112,114,105,109,97,114,121,45,108,105,103,104,116,80,49,46,98,111,114,100,101,114,45,116,46,102,108,101,120,45,99,111,108,46,102,108,101,120,2,1,156,171,194,163,0,8,1,13,46,98,111,116,45,48,46,108,101,102,116,45,48,2,1,33,165,45,189,0,8,1,14,46,98,111,116,45,97,108,101,114,116,45,98,111,120,2,1,32,119,192,107,0,8,1,17,46,98,111,116,116,111,109,45,48,46,111,118,101,114,108,97,121,2,1,190,147,222,182,0,8,1,39,46,98,111,116,116,111,109,45,48,46,112,104,51,45,104,100,107,112,46,110,97,118,45,99,108,105,99,107,97,98,108,101,45,112,97,100,100,101,100,2,1,69,163,160,211,0,8,1,13,46,98,111,116,116,111,109,45,97,108,101,114,116,2,2,107,209,6,120,145,42,139,40,0,8,1,14,46,98,111,116,116,111,109,45,98,97,110,110,101,114,2,1,200,43,92,42,0,8,1,23,46,98,111,116,116,111,109,45,102,105,120,101,100,45,99,111,110,116,97,105,110,101,114,2,1,128,104,25,20,0,8,1,19,46,98,111,116,116,111,109,45,102,114,101,101,122,101,100,45,98,97,114,2,1,12,69,176,86,0,8,1,14,46,98,111,116,116,111,109,45,110,97,118,98,97,114,2,1,202,173,165,148,0,8,1,14,46,98,111,116,116,111,109,45,110,111,116,105,99,101,2,1,9,229,189,2,0,8,1,13,46,98,111,116,116,111,109,45,114,105,103,104,116,2,1,178,154,196,70,0,8,1,16,46,98,111,116,116,111,109,45,115,109,46,102,105,120,101,100,2,1,196,11,236,218,0,8,1,12,46,98,111,116,116,111,109,45,122,111,110,101,2,1,79,42,36,239,0,8,1,18,46,98,111,116,116,111,109,76,101,102,116,95,95,79,48,72,77,116,2,1,91,192,81,252,0,8,1,15,46,98,111,116,116,111,109,77,101,115,115,97,103,101,115,2,1,215,47,61,243,0,8,1,19,46,98,111,116,116,111,109,82,105,103,104,116,95,95,87,69,74,79,89,2,1,194,235,2,219,0,8,1,45,46,98,111,116,116,111,109,83,101,99,116,105,111,110,68,105,115,112,108,97,121,95,95,67,111,110,116,97,105,110,101,114,45,115,99,45,49,107,120,109,57,104,109,45,48,2,1,242,122,96,56,0,8,1,22,46,98,111,116,116,111,109,84,105,112,66,97,114,67,111,110,116,97,105,110,101,114,2,1,148,203,8,180,0,8,1,14,46,98,111,116,116,111,109,95,80,111,108,105,99,121,2,1,139,135,145,77,0,8,1,14,46,98,111,116,116,111,109,95,95,79,118,112,89,65,2,2,34,105,114,232,150,239,156,211,0,8,1,15,46,98,111,116,116,111,109,95,109,101,115,115,97,103,101,2,1,152,197,90,108,0,8,1,12,46,98,111,116,116,111,109,95,116,101,120,116,2,1,127,135,60,236,0,8,1,14,46,98,111,116,116,111,109,99,111,110,116,101,110,116,2,1,96,22,198,191,0,8,1,10,46,98,111,116,116,111,109,100,105,118,2,1,110,160,216,71,0,8,1,12,46,98,111,116,116,111,109,102,108,111,97,116,2,1,168,198,105,10,0,8,1,12,46,98,111,116,116,111,109,109,111,100,97,108,2,1,65,69,226,28,0,8,1,12,46,98,111,116,116,111,109,112,111,112,117,112,2,7,42,24,208,210,95,61,51,56,101,232,206,242,157,217,38,193,188,97,205,108,214,186,164,161,222,165,254,202,0,8,1,13,46,98,111,117,110,99,101,73,110,76,101,102,116,2,1,93,153,179,137,0,8,1,18,46,98,111,120,45,99,111,111,107,105,101,45,112,111,108,105,99,121,2,1,117,223,18,114,0,8,1,98,46,98,111,120,91,115,116,121,108,101,61,34,119,105,100,116,104,58,32,50,52,51,112,120,59,32,104,101,105,103,104,116,58,32,51,48,112,120,59,32,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,32,114,103,98,40,51,57,44,32,51,57,44,32,51,57,41,59,32,98,111,114,100,101,114,45,114,97,100,105,117,115,58,32,49,48,48,112,120,59,34,93,2,1,101,231,79,129,0,8,1,15,46,98,111,120,95,98,97,99,107,103,114,111,117,110,100,2,1,3,186,16,189,0,8,1,13,46,98,111,120,95,99,111,110,116,101,110,116,115,2,1,3,186,16,189,0,8,1,17,46,98,111,120,95,114,105,103,104,116,95,98,111,116,116,111,109,2,1,150,174,66,7,0,8,1,3,46,98,112,2,1,150,127,209,180,0,8,1,6,46,98,112,69,86,106,2,1,128,166,99,114,0,8,1,19,46,98,114,101,97,107,105,110,103,45,99,111,110,116,97,105,110,101,114,2,1,118,56,244,84,0,8,1,21,46,98,114,111,119,115,101,114,45,110,111,116,105,102,105,99,97,116,105,111,110,2,1,185,193,253,158,0,8,1,17,46,98,116,45,99,111,111,107,105,101,45,102,108,121,111,117,116,2,1,29,200,152,60,0,8,1,7,46,98,116,110,99,110,50,2,1,206,9,220,104,0,8,1,6,46,98,117,103,109,101,2,1,149,33,41,14,0,8,1,30,46,98,120,45,109,97,105,110,45,99,111,111,107,105,101,45,112,111,108,105,99,121,45,115,105,100,101,98,97,114,2,1,16,126,0,90,0,8,1,7,46,98,120,85,71,88,83,2,2,36,202,164,161,167,242,142,47,0,8,1,7,46,98,122,71,73,72,118,2,1,239,178,208,18,0,8,1,16,46,99,45,45,103,100,112,114,45,109,101,115,115,97,103,101,2,1,102,100,37,164,0,8,1,16,46,99,45,67,111,111,107,105,101,67,111,110,115,101,110,116,2,2,75,165,194,48,101,60,176,126,0,8,1,8,46,99,45,97,103,114,101,101,2,1,82,94,0,187,0,8,1,8,46,99,45,97,108,101,114,116,2,2,54,202,101,98,235,27,98,52,0,8,1,11,46,99,45,98,97,99,107,100,114,111,112,2,1,222,243,221,249,0,8,1,16,46,99,45,98,97,110,110,101,114,45,115,104,97,100,111,119,2,1,81,224,34,150,0,8,1,4,46,99,45,99,2,1,89,149,86,159,0,8,1,10,46,99,45,99,97,108,108,111,117,116,2,2,10,253,254,144,126,62,227,124,0,8,1,18,46,99,45,99,111,110,115,101,110,116,45,109,97,110,97,103,101,114,2,1,108,66,119,95,0,8,1,28,46,99,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,98,97,99,107,103,114,111,117,110,100,2,1,159,128,249,251,0,8,1,10,46,99,45,99,111,111,107,105,101,115,2,1,123,194,253,206,0,8,1,16,46,99,45,100,105,97,108,111,103,45,99,111,111,107,105,101,2,1,212,97,79,167,0,8,1,9,46,99,45,103,106,72,118,90,65,2,1,164,231,54,15,0,8,1,9,46,99,45,104,85,75,82,89,81,2,1,130,64,50,161,0,8,1,23,46,99,45,105,110,102,111,45,112,97,110,101,95,95,99,111,110,116,97,105,110,101,114,2,1,205,94,87,191,0,8,1,19,46,99,45,110,111,116,105,102,105,99,97,116,105,111,110,45,98,97,114,2,1,148,180,40,163,0,8,1,24,46,99,45,110,111,116,105,102,105,99,97,116,105,111,110,115,45,119,114,97,112,112,101,114,2,1,91,56,193,84,0,8,1,6,46,99,45,111,45,45,2,2,137,205,7,153,184,90,235,52,0,8,1,28,46,99,45,114,105,109,112,111,112,105,110,45,119,114,97,112,112,101,114,45,45,112,114,105,118,97,99,121,2,1,99,78,37,55,0,8,1,14,46,99,45,115,105,116,101,45,97,108,101,114,116,115,2,1,111,146,187,146,0,8,1,18,46,99,45,115,105,116,101,84,101,114,109,115,66,97,110,110,101,114,2,2,128,104,78,33,148,196,140,120,0,8,1,13,46,99,45,116,111,112,45,98,97,110,110,101,114,2,1,199,182,68,173,0,8,1,19,46,99,45,116,114,97,99,107,105,110,103,45,99,111,110,115,101,110,116,2,2,72,104,105,83,99,28,207,83,0,8,1,7,46,99,48,49,49,57,52,2,1,201,126,136,13,0,8,1,6,46,99,48,50,49,49,2,1,77,152,50,181,0,8,1,19,46,99,49,119,110,104,113,51,56,46,99,111,110,116,97,105,110,101,114,2,1,219,112,21,128,0,8,1,5,46,99,50,48,54,2,1,129,35,168,107,0,8,1,12,46,99,50,54,57,54,51,55,50,56,50,55,2,1,32,131,149,52,0,8,1,21,46,99,65,110,110,111,117,110,99,101,109,101,110,116,80,97,103,101,84,111,112,2,1,104,88,43,156,0,8,1,7,46,99,67,72,72,98,122,2,1,60,97,18,253,0,8,1,7,46,99,68,76,84,107,106,2,1,38,157,76,56,0,8,1,7,46,99,77,102,117,65,74,2,1,150,54,5,132,0,8,1,7,46,99,80,111,70,119,85,2,1,97,51,79,29,0,8,1,7,46,99,82,88,66,102,108,2,1,22,2,12,96,0,8,1,7,46,99,87,101,73,98,72,2,1,224,11,254,104,0,8,1,6,46,99,95,49,50,56,2,17,4,112,168,215,5,74,229,55,29,218,73,28,34,216,18,56,47,12,226,79,47,243,253,170,70,58,64,14,76,8,216,170,87,233,190,152,112,126,200,244,131,162,235,235,182,38,165,107,225,64,254,125,227,187,64,212,236,134,103,186,250,56,166,3,253,251,110,85,0,8,1,8,46,99,95,95,99,97,107,101,2,1,171,200,226,19,0,8,1,11,46,99,95,105,110,110,101,114,98,111,120,2,1,201,254,174,154,0,8,1,11,46,99,97,99,104,101,80,111,112,117,112,2,1,114,135,199,177,0,8,1,19,46,99,97,114,100,45,99,111,111,107,105,101,45,110,111,116,105,99,101,2,1,81,81,11,130,0,8,1,11,46,99,97,115,45,99,111,111,107,105,101,2,1,239,174,4,210,0,8,1,36,46,99,97,122,111,111,45,99,111,110,115,101,110,116,45,109,97,110,97,103,101,114,95,95,115,99,45,49,108,121,52,113,55,120,45,48,2,1,81,60,14,245,0,8,1,13,46,99,98,45,99,111,110,116,97,105,110,101,114,2,1,151,213,71,239,0,8,1,9,46,99,98,95,109,111,100,97,108,2,1,119,112,237,96,0,8,1,6,46,99,98,97,110,110,2,1,133,240,172,39,0,8,1,28,46,99,98,97,110,110,101,114,45,103,111,118,117,107,45,99,111,111,107,105,101,45,98,97,110,110,101,114,2,1,187,253,82,57,0,8,1,15,46,99,98,97,114,45,99,111,110,116,97,105,110,101,114,2,1,239,60,186,32,0,8,1,9,46,99,99,45,97,108,101,114,116,2,1,9,138,42,251,0,8,1,10,46,99,99,45,98,97,110,110,101,114,2,1,195,150,212,226,0,8,1,10,46,99,99,45,98,111,116,116,111,109,2,1,211,70,72,106,0,8,1,10,46,99,99,45,100,105,97,108,111,103,2,1,100,45,185,144,0,8,1,18,46,99,99,45,100,105,115,109,105,115,115,46,99,99,45,98,116,110,2,1,173,144,171,103,0,8,1,9,46,99,99,45,109,111,100,97,108,2,1,40,247,18,154,0,8,1,7,46,99,99,45,112,111,112,2,1,70,208,222,121,0,8,1,10,46,99,99,45,115,105,109,112,108,101,2,1,156,95,161,239,0,8,1,9,46,99,99,95,109,111,100,97,108,2,2,39,145,134,228,116,148,193,173,0,8,1,11,46,99,99,99,45,119,105,100,103,101,116,2,1,17,85,142,108,0,8,1,15,46,99,99,100,95,99,111,111,107,105,101,95,98,97,114,2,1,228,198,90,233,0,8,1,18,46,99,99,109,45,99,111,111,107,105,101,45,98,97,110,110,101,114,2,1,239,118,132,158,0,8,1,12,46,99,99,110,45,99,111,110,115,101,110,116,2,1,38,157,26,110,0,8,1,8,46,99,99,112,45,112,111,112,2,1,101,113,103,230,0,8,1,5,46,99,99,112,97,2,3,16,220,116,41,30,159,244,237,35,253,161,58,0,8,1,10,46,99,99,112,97,45,99,111,110,116,2,1,202,129,13,15,0,8,1,7,46,99,99,119,74,83,108,2,1,171,230,244,61,0,8,1,13,46,99,100,45,99,111,110,116,97,105,110,101,114,2,1,169,215,160,60,0,8,1,14,46,99,100,99,45,99,111,110,116,97,105,110,101,114,2,1,219,83,245,12,0,8,1,44,46,99,100,107,45,111,118,101,114,108,97,121,45,112,97,110,101,32,62,32,46,109,97,116,45,115,110,97,99,107,45,98,97,114,45,99,111,110,116,97,105,110,101,114,2,1,231,40,71,14,0,8,1,12,46,99,100,111,103,45,119,105,100,103,101,116,2,1,51,27,102,58,0,8,1,7,46,99,100,117,97,112,78,2,1,92,38,98,117,0,8,1,10,46,99,101,45,98,97,110,110,101,114,2,3,69,254,84,209,193,50,197,154,222,98,102,9,0,8,1,22,46,99,102,45,98,97,99,107,103,114,111,117,110,100,45,111,118,101,114,108,97,121,2,1,184,103,136,150,0,8,1,14,46,99,102,46,104,101,97,100,101,114,45,98,97,114,2,1,8,36,184,92,0,8,1,14,46,99,103,117,45,99,111,110,116,97,105,110,101,114,2,1,6,208,134,146,0,8,1,6,46,99,104,95,106,90,2,1,154,225,170,25,0,8,1,16,46,99,104,97,107,114,97,45,99,111,108,108,97,112,115,101,2,2,70,80,89,93,131,205,128,10,0,8,1,12,46,99,104,97,107,114,97,45,102,97,100,101,2,1,236,48,208,69,0,8,1,32,46,99,104,97,107,114,97,45,109,111,100,97,108,95,95,99,111,110,116,101,110,116,45,99,111,110,116,97,105,110,101,114,2,1,117,16,84,134,0,8,1,22,46,99,104,97,107,114,97,45,109,111,100,97,108,95,95,111,118,101,114,108,97,121,2,1,117,16,84,134,0,8,1,12,46,99,104,114,111,109,101,95,112,105,99,107,2,1,81,61,141,32,0,8,1,8,46,99,105,97,115,116,107,111,2,1,230,170,231,40,0,8,1,7,46,99,106,66,119,75,118,2,1,171,143,93,202,0,8,1,13,46,99,107,45,99,111,110,116,97,105,110,101,114,2,1,198,183,249,217,0,8,1,7,46,99,107,87,114,97,112,2,1,148,140,163,251,0,8,1,12,46,99,107,101,45,111,118,101,114,108,97,121,2,1,158,123,51,99,0,8,1,10,46,99,107,101,50,48,50,50,102,114,2,1,231,67,88,37,0,8,1,13,46,99,107,105,110,102,111,45,112,97,110,101,108,2,1,86,127,60,221,0,8,1,21,46,99,108,105,110,101,118,97,45,99,111,111,107,105,101,115,45,105,110,102,111,2,1,89,53,106,70,0,8,1,18,46,99,108,115,80,111,112,117,112,67,111,110,116,97,105,110,101,114,2,1,235,158,22,145,0,8,1,3,46,99,109,2,4,38,157,53,243,190,174,175,109,237,206,103,95,255,183,67,248,0,8,1,26,46,99,109,45,110,111,116,105,102,105,99,97,116,105,111,110,45,99,111,110,116,97,105,110,101,114,2,1,98,57,44,233,0,8,1,11,46,99,109,45,111,118,101,114,108,97,121,2,1,148,182,19,52,0,8,1,7,46,99,109,45,122,45,52,2,1,199,198,33,11,0,8,1,24,46,99,109,111,110,45,112,114,105,118,97,99,121,45,100,105,115,99,108,97,105,109,101,114,2,1,163,128,132,114,0,8,1,23,46,99,109,112,45,101,120,112,101,114,105,101,110,99,101,102,114,97,103,109,101,110,116,2,1,178,145,153,75,0,8,1,30,46,99,109,112,45,110,111,116,105,102,105,99,97,116,105,111,110,45,97,99,116,105,111,110,45,112,97,110,101,108,2,1,38,157,76,169,0,8,1,14,46,99,109,112,45,110,116,102,98,97,110,110,101,114,2,1,109,44,172,125,0,8,1,7,46,99,109,112,98,111,120,2,1,176,203,19,156,0,8,1,14,46,99,110,99,45,99,111,110,116,97,105,110,101,114,2,1,166,248,164,254,0,8,1,15,46,99,110,110,45,116,111,97,115,116,45,45,116,111,115,2,1,38,157,25,55,0,8,1,22,46,99,110,115,45,99,103,45,109,111,100,97,108,95,95,111,118,101,114,108,97,121,2,1,36,165,241,204,0,8,1,7,46,99,110,116,50,50,51,2,1,83,169,103,41,0,8,1,18,46,99,111,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,2,1,165,245,24,62,0,8,1,18,46,99,111,100,45,110,111,116,105,102,105,99,97,116,105,111,110,115,2,1,211,119,229,58,0,8,1,26,46,99,111,101,45,99,111,111,107,105,101,115,45,99,111,110,115,101,110,116,45,112,111,112,117,112,2,1,19,229,229,79,0,8,1,35,46,99,111,104,45,99,101,45,99,112,116,95,99,111,111,107,105,101,95,99,111,110,115,101,110,116,45,100,48,48,52,49,50,52,101,2,1,216,92,58,137,0,8,1,7,46,99,111,107,105,101,115,2,1,33,157,190,245,0,8,1,14,46,99,111,107,107,105,101,45,98,97,110,110,101,114,2,1,42,75,153,161,0,8,1,12,46,99,111,109,109,97,110,100,45,98,97,114,2,1,234,184,137,165,0,8,1,23,46,99,111,109,109,101,110,116,45,112,111,108,105,99,121,45,114,101,102,114,101,115,104,2,1,170,50,143,41,0,8,1,25,46,99,111,109,109,111,110,95,112,114,111,109,112,116,45,112,114,105,118,97,99,121,45,98,103,2,1,148,180,113,210,0,8,1,26,46,99,111,109,112,45,97,99,99,101,112,116,45,99,111,111,107,105,101,115,45,112,111,112,117,112,2,1,90,150,246,247,0,8,1,33,46,99,111,109,112,45,99,111,111,107,105,101,45,98,97,110,110,101,114,95,99,111,111,107,105,101,95,95,83,110,115,110,90,2,1,80,156,41,39,0,8,1,11,46,99,111,109,112,97,114,101,45,98,103,2,1,50,70,243,220,0,8,1,19,46,99,111,109,112,97,114,101,80,114,111,77,105,110,105,86,105,101,119,2,1,50,70,243,220,0,8,1,11,46,99,111,109,112,108,105,97,110,99,101,2,6,20,205,207,54,63,79,228,15,88,187,234,35,103,86,26,51,169,227,191,199,187,240,144,151,0,8,1,18,46,99,111,109,112,108,105,97,110,99,101,45,98,97,110,110,101,114,2,2,109,180,56,227,190,78,182,14,0,8,1,18,46,99,111,109,112,108,105,97,110,99,101,46,98,97,110,110,101,114,2,1,164,170,111,69,0,8,1,24,46,99,111,109,112,111,110,101,110,116,45,99,111,111,107,105,101,45,110,111,116,105,99,101,2,1,201,216,27,211,0,8,1,25,46,99,111,109,112,111,110,101,110,116,45,99,111,111,107,105,101,115,45,98,97,110,110,101,114,2,1,91,126,128,42,0,8,1,23,46,99,111,109,112,111,110,101,110,116,45,110,111,116,105,102,105,99,97,116,105,111,110,2,1,134,189,46,227,0,8,1,24,46,99,111,109,112,111,110,101,110,116,45,115,116,105,99,107,121,45,100,105,97,108,111,103,2,1,148,100,69,0,0,8,1,21,46,99,111,110,100,117,99,116,111,114,45,99,115,45,99,111,110,116,101,110,116,2,1,61,179,197,41,0,8,1,8,46,99,111,110,102,105,114,109,2,2,95,233,222,71,181,149,141,182,0,8,1,14,46,99,111,110,115,101,110,116,45,98,108,111,99,107,2,1,195,175,124,130,0,8,1,13,46,99,111,110,115,101,110,116,45,99,116,110,114,2,1,148,201,222,204,0,8,1,12,46,99,111,110,115,101,110,116,45,100,105,118,2,2,47,55,65,177,126,105,181,221,0,8,1,20,46,99,111,110,115,101,110,116,45,109,97,110,97,103,101,114,109,97,105,110,2,1,111,230,225,167,0,8,1,16,46,99,111,110,115,101,110,116,45,109,101,115,115,97,103,101,2,1,129,231,18,148,0,8,1,14,46,99,111,110,115,101,110,116,45,109,111,100,97,108,2,1,112,53,103,236,0,8,1,21,46,99,111,110,115,101,110,116,45,110,111,116,105,102,105,99,97,116,105,111,110,2,1,187,125,80,201,0,8,1,15,46,99,111,110,115,101,110,116,45,112,111,112,45,117,112,2,1,4,132,113,43,0,8,1,15,46,99,111,110,115,101,110,116,45,115,119,105,116,99,104,2,1,21,123,57,57,0,8,1,12,46,99,111,110,115,101,110,116,67,97,114,100,2,1,92,36,233,7,0,8,1,15,46,99,111,110,115,101,110,116,95,95,112,111,112,117,112,2,1,79,11,85,196,0,8,1,18,46,99,111,110,115,101,110,116,95,99,111,110,116,97,105,110,101,114,2,1,185,91,96,40,0,8,1,25,46,99,111,110,115,101,110,116,95,99,111,110,116,97,105,110,101,114,95,95,89,85,69,109,49,2,1,45,81,123,134,0,8,1,16,46,99,111,110,115,101,110,116,95,119,114,97,112,112,101,114,2,1,148,185,40,188,0,8,1,21,46,99,111,110,115,101,110,116,109,97,105,110,99,111,110,116,97,105,110,101,114,2,1,133,163,33,179,0,8,1,13,46,99,111,110,116,45,45,99,111,111,107,105,101,2,1,251,209,97,72,0,8,1,10,46,99,111,110,116,97,105,110,101,114,2,1,120,182,162,75,0,8,1,33,46,99,111,110,116,97,105,110,101,114,45,102,108,111,97,116,105,110,103,45,110,111,116,105,102,105,99,97,116,105,111,110,115,2,1,252,108,116,125,0,8,1,24,46,99,111,110,116,97,105,110,101,114,45,110,111,116,105,102,105,99,97,116,105,111,110,115,2,2,19,54,227,153,254,181,210,227,0,8,1,18,46,99,111,110,116,97,105,110,101,114,45,111,118,101,114,108,97,121,2,1,156,187,88,133,0,8,1,20,46,99,111,110,116,97,105,110,101,114,46,112,98,45,52,46,112,116,45,52,2,1,206,118,214,127,0,8,1,22,46,99,111,110,116,97,105,110,101,114,68,101,102,97,117,108,116,67,108,97,115,115,2,1,80,63,181,35,0,8,1,16,46,99,111,110,116,97,105,110,101,114,95,104,80,54,105,72,2,1,110,93,169,117,0,8,1,30,46,99,111,110,116,97,105,110,101,114,118,50,45,45,116,114,97,99,107,105,110,103,45,99,111,110,115,101,110,116,2,1,135,116,233,124,0,8,1,16,46,99,111,111,99,107,105,101,95,119,97,114,110,105,110,103,2,2,54,97,97,235,123,160,180,63,0,8,1,10,46,99,111,111,107,83,101,116,116,115,2,1,27,42,162,160,0,8,1,21,46,99,111,111,107,105,101,45,97,99,99,101,112,116,45,98,97,114,45,118,50,2,1,131,201,92,218,0,8,1,20,46,99,111,111,107,105,101,45,97,108,101,114,116,45,98,97,110,110,101,114,2,1,144,189,176,21,0,8,1,17,46,99,111,111,107,105,101,45,97,117,116,104,111,114,105,116,121,2,1,212,95,147,174,0,8,1,19,46,99,111,111,107,105,101,45,98,97,110,110,101,114,45,119,114,97,112,2,1,125,137,148,87,0,8,1,22,46,99,111,111,107,105,101,45,98,97,110,110,101,114,95,95,100,105,109,109,101,114,2,1,211,200,198,61,0,8,1,24,46,99,111,111,107,105,101,45,98,97,110,110,101,114,95,99,111,109,112,111,110,101,110,116,2,1,120,147,47,192,0,8,1,26,46,99,111,111,107,105,101,45,98,97,110,110,101,114,95,114,111,111,116,95,95,118,101,74,98,86,2,1,147,244,3,14,0,8,1,13,46,99,111,111,107,105,101,45,98,97,114,45,109,2,1,148,121,70,229,0,8,1,28,46,99,111,111,107,105,101,45,98,97,114,95,99,111,111,107,105,101,66,97,114,95,95,72,50,53,104,52,2,1,29,167,252,177,0,8,1,26,46,99,111,111,107,105,101,45,98,97,114,95,111,118,101,114,108,97,121,95,95,48,121,52,57,88,2,1,207,4,136,143,0,8,1,21,46,99,111,111,107,105,101,45,98,108,111,99,107,45,119,114,97,112,112,101,114,2,1,148,193,146,178,0,8,1,17,46,99,111,111,107,105,101,45,98,111,120,45,112,111,112,117,112,2,1,149,81,204,215,0,8,1,12,46,99,111,111,107,105,101,45,99,97,114,100,2,1,33,113,240,187,0,8,1,22,46,99,111,111,107,105,101,45,99,97,114,100,95,99,111,110,116,97,105,110,101,114,2,1,161,198,16,214,0,8,1,11,46,99,111,111,107,105,101,45,99,111,110,2,1,11,171,245,189,0,8,1,23,46,99,111,111,107,105,101,45,99,111,110,99,101,114,110,45,119,114,97,112,112,101,114,2,1,154,189,82,87,0,8,1,41,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,97,99,107,110,111,119,108,101,100,103,101,109,101,110,116,45,99,111,110,97,116,105,110,101,114,2,1,19,23,110,59,0,8,1,33,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,45,45,99,111,110,116,97,105,110,101,114,2,1,100,187,227,180,0,8,1,21,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,105,110,110,101,114,2,1,195,184,180,235,0,8,1,17,46,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,2,2,155,37,126,0,180,232,122,218,0,8,1,25,46,99,111,111,107,105,101,45,100,105,97,108,111,103,95,95,99,111,110,116,97,105,110,101,114,2,1,56,21,248,80,0,8,1,18,46,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,2,3,133,172,255,18,151,210,129,205,158,211,197,165,0,8,1,17,46,99,111,111,107,105,101,45,100,105,118,45,98,108,111,99,107,2,1,132,101,32,75,0,8,1,24,46,99,111,111,107,105,101,45,100,114,97,119,101,114,45,99,111,110,116,97,105,110,101,114,2,1,56,14,103,214,0,8,1,11,46,99,111,111,107,105,101,45,101,120,112,2,1,254,234,127,202,0,8,1,24,46,99,111,111,107,105,101,45,102,105,110,111,109,95,95,99,111,110,116,97,105,110,101,114,2,1,109,119,134,94,0,8,1,13,46,99,111,111,107,105,101,45,102,111,99,117,115,2,1,144,150,132,208,0,8,1,12,46,99,111,111,107,105,101,45,109,97,105,110,2,1,158,245,53,0,0,8,1,24,46,99,111,111,107,105,101,45,109,97,110,97,103,101,109,101,110,116,45,105,110,116,114,111,2,1,100,92,42,189,0,8,1,15,46,99,111,111,107,105,101,45,109,97,110,97,103,101,114,2,2,114,96,156,228,219,219,252,186,0,8,1,30,46,99,111,111,107,105,101,45,109,97,110,97,103,101,114,45,109,97,105,110,45,99,111,110,116,97,105,110,101,114,2,1,248,55,215,249,0,8,1,20,46,99,111,111,107,105,101,45,109,101,115,115,97,103,101,45,112,97,103,101,2,1,7,47,246,92,0,8,1,13,46,99,111,111,107,105,101,45,110,111,110,101,117,2,1,56,121,187,16,0,8,1,20,46,99,111,111,107,105,101,45,110,111,116,105,99,101,45,111,117,116,101,114,2,1,55,2,43,143,0,8,1,17,46,99,111,111,107,105,101,45,110,111,116,105,99,101,45,118,50,2,1,18,147,7,67,0,8,1,22,46,99,111,111,107,105,101,45,110,111,116,105,99,101,45,118,105,115,105,98,108,101,2,1,91,188,201,127,0,8,1,48,46,99,111,111,107,105,101,45,110,111,116,105,99,101,95,95,67,111,111,107,105,101,78,111,116,105,99,101,87,114,97,112,112,101,114,45,115,99,45,49,56,54,112,55,53,53,45,48,2,1,166,85,132,10,0,8,1,31,46,99,111,111,107,105,101,45,110,111,116,105,99,101,95,99,111,110,116,97,105,110,101,114,95,95,100,74,85,65,65,2,1,113,161,180,231,0,8,1,28,46,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,45,109,105,110,105,109,97,108,2,1,138,42,64,30,0,8,1,26,46,99,111,111,107,105,101,45,110,111,116,105,102,105,101,114,45,99,111,110,116,97,105,110,101,114,2,1,20,98,169,248,0,8,1,45,46,99,111,111,107,105,101,45,111,118,101,114,108,97,121,95,99,111,111,107,105,101,79,118,101,114,108,97,121,67,111,110,116,97,105,110,101,114,95,95,86,55,71,108,122,2,1,218,96,122,18,0,8,1,20,46,99,111,111,107,105,101,45,112,97,103,101,45,111,118,101,114,108,97,121,2,1,56,5,147,186,0,8,1,21,46,99,111,111,107,105,101,45,112,97,110,101,108,45,119,114,97,112,112,101,114,2,1,38,157,130,111,0,8,1,26,46,99,111,111,107,105,101,45,112,101,114,109,105,115,115,105,111,110,45,111,118,101,114,108,97,121,2,1,9,245,117,74,0,8,1,24,46,99,111,111,107,105,101,45,112,101,114,109,105,115,115,105,111,110,45,112,111,112,117,112,2,1,67,58,57,58,0,8,1,21,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,112,111,112,45,117,112,2,1,203,34,166,114,0,8,1,13,46,99,111,111,107,105,101,45,112,111,112,117,112,2,1,236,91,183,218,0,8,1,20,46,99,111,111,107,105,101,45,112,111,112,117,112,45,100,105,97,108,111,103,2,1,214,162,90,219,0,8,1,22,46,99,111,111,107,105,101,45,112,111,112,117,112,95,95,99,111,110,116,101,110,116,2,1,236,91,183,218,0,8,1,23,46,99,111,111,107,105,101,45,112,111,112,117,112,95,99,111,109,112,111,110,101,110,116,2,3,218,7,97,183,228,47,221,74,249,227,77,176,0,8,1,25,46,99,111,111,107,105,101,45,112,114,101,102,101,114,101,110,99,101,115,45,97,108,101,114,116,2,1,56,38,199,113,0,8,1,29,46,99,111,111,107,105,101,45,112,114,101,102,101,114,101,110,99,101,115,45,99,111,110,116,97,105,110,101,114,2,1,35,168,161,23,0,8,1,21,46,99,111,111,107,105,101,45,112,114,101,102,115,45,119,114,97,112,112,101,114,2,1,185,160,87,43,0,8,1,13,46,99,111,111,107,105,101,45,112,114,111,109,116,2,1,210,85,73,96,0,8,1,22,46,99,111,111,107,105,101,45,114,101,109,105,110,100,45,119,97,114,112,112,101,114,2,1,56,241,108,233,0,8,1,25,46,99,111,111,107,105,101,45,115,101,99,116,105,111,110,45,102,105,120,101,100,45,116,111,112,2,1,209,232,113,164,0,8,1,16,46,99,111,111,107,105,101,45,115,101,116,116,105,110,103,115,2,1,118,205,251,242,0,8,1,20,46,99,111,111,107,105,101,45,117,115,97,103,101,45,98,97,110,110,101,114,2,1,31,113,166,233,0,8,1,12,46,99,111,111,107,105,101,45,119,97,108,108,2,1,83,98,9,102,0,8,1,16,46,99,111,111,107,105,101,65,99,99,101,112,116,66,97,114,2,1,251,30,67,71,0,8,1,16,46,99,111,111,107,105,101,65,99,101,112,116,97,110,99,101,2,1,157,65,66,253,0,8,1,10,46,99,111,111,107,105,101,66,97,114,2,1,142,18,144,237,0,8,1,18,46,99,111,111,107,105,101,66,111,120,95,95,95,50,79,65,83,115,2,2,42,128,156,229,171,0,148,138,0,8,1,14,46,99,111,111,107,105,101,67,111,110,102,105,114,109,2,10,4,44,57,113,5,24,44,216,7,32,34,200,38,156,251,215,129,67,25,172,151,127,231,147,157,84,1,230,188,70,212,223,192,14,132,25,245,72,147,240,0,8,1,21,46,99,111,111,107,105,101,67,111,110,102,105,114,109,80,97,100,100,105,110,103,2,1,155,51,169,136,0,8,1,23,46,99,111,111,107,105,101,67,111,110,115,101,110,116,67,111,110,116,97,105,110,101,114,2,1,12,247,49,105,0,8,1,18,46,99,111,111,107,105,101,67,111,110,115,101,110,116,82,111,111,116,2,1,225,2,43,59,0,8,1,27,46,99,111,111,107,105,101,80,111,112,117,112,95,101,110,116,101,114,101,100,95,95,50,114,115,54,55,2,1,134,76,0,210,0,8,1,41,46,99,111,111,107,105,101,80,114,101,102,101,114,101,110,99,101,115,66,97,110,110,101,114,95,99,111,110,116,97,105,110,101,114,95,95,52,73,53,76,69,2,1,57,231,13,73,0,8,1,20,46,99,111,111,107,105,101,83,99,114,101,101,110,79,118,101,114,108,97,121,2,1,147,133,11,35,0,8,1,40,46,99,111,111,107,105,101,83,101,116,116,105,110,103,115,95,95,99,111,110,116,101,110,116,67,111,110,116,97,105,110,101,114,95,95,105,90,88,77,71,2,1,157,228,31,101,0,8,1,11,46,99,111,111,107,105,101,83,104,105,116,2,1,84,57,236,133,0,8,1,15,46,99,111,111,107,105,101,84,101,120,116,65,114,101,97,2,1,69,222,101,187,0,8,1,11,46,99,111,111,107,105,101,84,105,112,115,2,1,65,255,231,116,0,8,1,20,46,99,111,111,107,105,101,87,97,108,108,67,111,110,116,97,105,110,101,114,2,1,45,224,69,174,0,8,1,13,46,99,111,111,107,105,101,95,76,82,98,53,65,2,1,119,46,23,242,0,8,1,13,46,99,111,111,107,105,101,95,95,102,111,114,109,2,1,138,34,191,16,0,8,1,32,46,99,111,111,107,105,101,95,99,111,110,115,101,110,116,95,99,111,110,116,97,105,110,101,114,95,95,120,102,56,84,52,2,1,20,75,67,253,0,8,1,17,46,99,111,111,107,105,101,95,99,111,110,116,97,105,110,101,114,2,1,208,247,174,62,0,8,1,24,46,99,111,111,107,105,101,95,99,111,110,116,97,105,110,101,114,95,95,119,54,81,104,49,2,1,218,51,64,126,0,8,1,25,46,99,111,111,107,105,101,95,100,105,115,109,105,115,115,95,99,111,110,116,97,105,110,101,114,2,1,247,76,131,69,0,8,1,25,46,99,111,111,107,105,101,95,109,101,115,115,97,103,101,95,100,105,115,112,108,97,121,101,100,2,1,233,32,243,234,0,8,1,23,46,99,111,111,107,105,101,95,111,112,116,95,105,110,45,45,119,114,97,112,112,101,114,2,11,19,94,243,204,64,119,113,188,72,59,178,141,114,43,205,122,119,50,122,217,162,255,188,42,169,163,10,179,205,85,64,251,211,71,53,90,213,199,163,21,232,185,235,124,0,8,1,21,46,99,111,111,107,105,101,95,115,101,116,116,105,110,103,95,112,111,112,117,112,2,1,43,89,85,5,0,8,1,16,46,99,111,111,107,105,101,97,103,114,101,101,109,101,110,116,2,1,253,191,159,244,0,8,1,13,46,99,111,111,107,105,101,98,97,110,110,101,114,2,3,36,199,75,216,105,172,234,169,177,235,56,207,0,8,1,18,46,99,111,111,107,105,101,98,97,114,45,111,118,101,114,108,97,121,2,1,52,244,116,102,0,8,1,10,46,99,111,111,107,105,101,98,116,110,2,1,51,75,68,19,0,8,1,11,46,99,111,111,107,105,101,105,110,102,111,2,1,196,171,188,33,0,8,1,9,46,99,111,111,107,105,101,108,121,2,1,151,114,217,194,0,8,1,11,46,99,111,111,107,105,101,115,45,45,119,2,1,10,126,20,219,0,8,1,28,46,99,111,111,107,105,101,115,45,97,103,114,101,101,109,101,110,116,45,99,111,110,116,97,105,110,101,114,2,1,106,100,45,173,0,8,1,12,46,99,111,111,107,105,101,115,45,97,115,107,2,1,120,3,107,163,0,8,1,15,46,99,111,111,107,105,101,115,45,98,97,110,110,101,114,2,1,20,29,81,13,0,8,1,13,46,99,111,111,107,105,101,115,45,98,111,100,121,2,1,188,229,198,13,0,8,1,36,46,99,111,111,107,105,101,115,45,99,111,110,115,101,110,116,45,101,100,105,116,45,108,105,110,107,45,99,111,110,116,97,105,110,101,114,2,1,143,135,34,250,0,8,1,21,46,99,111,111,107,105,101,115,45,104,111,109,101,95,111,118,101,114,108,97,121,2,1,160,163,253,225,0,8,1,16,46,99,111,111,107,105,101,115,45,109,101,115,115,97,103,101,2,1,160,163,255,121,0,8,1,25,46,99,111,111,107,105,101,115,45,109,111,100,97,108,45,102,111,111,116,101,114,45,99,109,112,2,1,239,114,69,81,0,8,1,37,46,99,111,111,107,105,101,115,45,109,111,100,97,108,45,109,111,100,117,108,101,45,45,119,114,97,112,112,101,114,45,45,49,55,87,74,82,2,1,11,63,97,115,0,8,1,15,46,99,111,111,107,105,101,115,45,109,111,100,97,108,115,2,1,109,186,121,147,0,8,1,44,46,99,111,111,107,105,101,115,45,110,111,116,105,99,101,95,95,83,116,121,108,101,100,67,111,111,107,105,101,78,111,116,105,99,101,45,117,98,51,105,102,122,45,48,2,1,120,94,95,254,0,8,1,15,46,99,111,111,107,105,101,115,45,111,118,101,114,108,121,2,1,77,122,187,42,0,8,1,22,46,99,111,111,107,105,101,115,45,112,111,108,105,99,121,45,104,111,108,100,101,114,2,1,35,17,106,49,0,8,1,25,46,99,111,111,107,105,101,115,45,112,111,108,105,116,105,99,95,95,115,101,99,116,105,111,110,2,1,211,10,33,118,0,8,1,14,46,99,111,111,107,105,101,115,45,112,111,112,117,112,2,1,14,103,228,137,0,8,1,19,46,99,111,111,107,105,101,115,45,114,101,103,117,108,97,116,105,111,110,2,1,178,52,164,123,0,8,1,13,46,99,111,111,107,105,101,115,45,115,104,111,119,2,1,116,211,102,19,0,8,1,16,46,99,111,111,107,105,101,115,45,119,97,114,110,105,110,103,2,1,123,109,75,180,0,8,1,13,46,99,111,111,107,105,101,115,66,108,111,99,107,2,1,148,193,146,178,0,8,1,24,46,99,111,111,107,105,101,115,67,111,110,115,101,110,116,95,95,119,114,97,112,112,101,114,2,1,60,47,109,95,0,8,1,19,46,99,111,111,107,105,101,115,79,112,116,73,110,66,97,110,110,101,114,2,1,158,214,37,50,0,8,1,33,46,99,111,111,107,105,101,115,80,111,108,105,99,121,95,99,111,111,107,105,101,95,119,97,114,112,95,95,55,54,86,119,79,2,1,108,78,39,162,0,8,1,16,46,99,111,111,107,105,101,115,95,95,98,97,110,110,101,114,2,1,148,179,75,216,0,8,1,15,46,99,111,111,107,105,101,115,95,95,99,111,118,101,114,2,1,142,49,74,57,0,8,1,32,46,99,111,111,107,105,101,115,95,99,111,110,116,97,105,110,101,114,67,108,97,115,115,101,115,95,95,85,88,110,119,77,2,1,190,17,170,72,0,8,1,12,46,99,111,111,107,105,101,115,95,110,116,102,2,1,212,175,113,213,0,8,1,19,46,99,111,111,107,105,101,115,95,112,114,111,99,101,115,115,105,110,103,2,1,24,40,227,2,0,8,1,16,46,99,111,111,107,105,101,115,95,115,101,99,116,105,111,110,2,1,100,168,24,143,0,8,1,23,46,99,111,111,107,105,101,115,95,119,114,97,112,112,101,114,95,95,95,122,73,101,67,2,1,224,45,27,80,0,8,1,11,46,99,111,111,107,105,101,115,104,111,119,2,1,200,74,81,174,0,8,1,10,46,99,111,111,107,105,101,116,105,112,2,1,5,45,96,106,0,8,1,7,46,99,111,111,107,105,115,2,1,196,51,112,53,0,8,1,23,46,99,111,111,112,115,115,110,45,99,45,99,111,111,107,105,101,110,111,116,105,99,101,2,1,133,160,72,78,0,8,1,4,46,99,111,112,2,3,122,128,122,89,125,26,41,211,130,245,247,139,0,8,1,9,46,99,111,112,95,100,109,99,97,2,1,128,253,135,95,0,8,1,19,46,99,111,112,99,45,99,111,111,107,105,101,45,98,97,110,110,101,114,2,1,187,234,240,118,0,8,1,6,46,99,111,112,114,111,2,1,75,147,19,148,0,8,1,17,46,99,111,112,121,114,105,103,104,116,45,98,97,110,110,101,114,2,1,199,138,124,1,0,8,1,13,46,99,111,114,112,45,98,97,110,110,101,114,115,2,1,121,93,220,18,0,8,1,24,46,99,111,114,112,111,114,97,116,101,45,110,111,116,105,99,101,45,98,97,110,110,101,114,2,1,81,224,34,150,0,8,1,14,46,99,111,117,110,116,114,121,45,112,111,112,117,112,2,1,38,157,103,149,0,8,1,22,46,99,111,117,114,105,101,114,45,109,111,100,97,108,45,111,118,101,114,108,97,121,2,2,0,251,73,234,99,20,188,198,0,8,1,17,46,99,111,117,115,116,111,109,99,111,111,107,105,101,112,111,112,2,1,183,48,163,86,0,8,1,10,46,99,111,118,101,114,83,104,111,119,2,1,137,169,156,141,0,8,1,17,46,99,112,45,97,108,101,114,116,45,109,101,115,115,97,103,101,2,1,154,95,43,217,0,8,1,19,46,99,112,45,99,111,111,107,105,101,45,116,105,112,45,101,117,114,111,2,1,148,180,153,152,0,8,1,22,46,99,112,45,105,110,102,111,45,98,97,114,45,99,111,110,116,97,105,110,101,114,2,1,218,100,46,12,0,8,1,19,46,99,112,45,112,111,112,117,112,45,99,111,110,116,97,105,110,101,114,2,1,143,105,209,240,0,8,1,10,46,99,112,95,100,105,97,108,111,103,2,1,38,157,157,7,0,8,1,10,46,99,112,99,45,102,108,111,97,116,2,1,130,31,86,73,0,8,1,14,46,99,114,117,109,98,115,45,98,97,110,110,101,114,2,1,58,128,207,154,0,8,1,3,46,99,115,2,1,63,87,186,121,0,8,1,10,46,99,115,95,98,97,110,110,101,114,2,1,192,160,196,151,0,8,1,19,46,99,115,109,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,2,1,225,158,217,191,0,8,1,12,46,99,115,115,45,49,52,103,50,101,110,56,2,1,208,128,224,164,0,8,1,12,46,99,115,115,45,49,54,113,118,112,50,55,2,1,220,222,147,178,0,8,1,12,46,99,115,115,45,49,103,120,55,111,50,106,2,1,108,51,89,112,0,8,1,21,46,99,115,115,45,49,107,122,115,118,99,104,46,101,53,117,107,113,49,49,48,2,1,160,163,255,121,0,8,1,12,46,99,115,115,45,49,108,104,102,54,51,103,2,1,147,182,101,124,0,8,1,12,46,99,115,115,45,49,108,120,122,110,109,112,2,1,40,233,188,172,0,8,1,12,46,99,115,115,45,49,109,55,118,101,53,115,2,1,190,253,15,117,0,8,1,12,46,99,115,115,45,49,112,49,54,53,50,105,2,1,90,91,207,37,0,8,1,12,46,99,115,115,45,49,116,103,49,116,108,100,2,1,133,151,49,197,0,8,1,12,46,99,115,115,45,49,117,115,110,108,121,102,2,1,148,184,120,215,0,8,1,12,46,99,115,115,45,49,119,48,121,50,101,115,2,1,214,54,204,16,0,8,1,12,46,99,115,115,45,49,119,56,56,49,101,109,2,1,207,248,235,211,0,8,1,11,46,99,115,115,45,52,54,98,115,115,53,2,1,37,144,203,247,0,8,1,30,46,99,115,115,45,98,117,56,119,104,120,45,68,105,118,66,97,110,110,101,114,67,111,110,116,97,105,110,101,114,2,1,66,46,160,42,0,8,1,11,46,99,115,115,45,100,106,105,55,114,119,2,1,88,148,43,173,0,8,1,11,46,99,115,115,45,104,53,50,114,99,56,2,3,75,153,88,69,144,234,151,210,182,35,210,222,0,8,1,33,46,99,115,115,45,109,117,120,122,110,114,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,45,80,97,110,101,108,2,1,19,122,206,118,0,8,1,11,46,99,115,115,45,118,108,111,117,108,102,2,1,125,116,28,30,0,8,1,11,46,99,115,115,45,119,122,118,105,113,110,2,1,36,202,186,252,0,8,1,12,46,99,115,115,95,95,111,105,97,115,115,102,2,1,197,78,251,180,0,8,1,20,46,99,117,95,107,95,109,111,100,97,108,95,109,97,105,110,95,98,111,120,2,1,242,175,86,111,0,8,1,7,46,99,117,112,106,109,97,2,1,30,132,59,185,0,8,1,8,46,99,117,114,116,97,105,110,2,1,217,61,253,222,0,8,1,23,46,99,117,115,116,111,109,45,111,110,101,116,114,117,115,116,45,98,97,110,110,101,114,2,1,170,16,86,2,0,8,1,24,46,99,117,115,116,111,109,99,111,111,107,105,101,45,45,98,97,110,101,114,109,97,105,110,2,1,185,72,104,190,0,8,1,26,46,99,117,115,116,111,109,101,114,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,2,1,28,79,149,44,0,8,1,12,46,99,118,50,45,119,114,97,112,112,101,114,2,1,122,136,136,135,0,8,1,11,46,99,119,45,99,111,111,107,105,101,115,2,1,16,7,11,39,0,8,1,25,46,99,119,45,99,111,111,107,105,101,115,45,112,111,108,105,99,121,45,98,97,110,110,101,114,2,1,43,159,231,184,0,8,1,7,46,99,119,74,87,109,101,2,1,171,143,93,202,0,8,1,16,46,99,121,45,99,111,111,107,105,101,45,112,111,112,117,112,2,1,99,41,44,185,0,8,1,7,46,99,122,97,98,114,98,2,1,76,125,65,108,0,8,1,25,46,99,122,116,45,99,111,111,107,105,101,45,98,97,114,95,95,98,97,99,107,100,114,111,112,2,1,242,155,140,80,0,8,1,8,46,99,122,117,102,112,121,106,2,1,62,151,250,221,0,8,1,8,46,100,45,98,108,111,99,107,2,1,40,247,18,154,0,8,1,12,46,100,45,99,99,45,45,109,111,100,97,108,2,1,121,82,58,243,0,8,1,21,46,100,45,99,99,45,45,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,1,121,82,58,243,0,8,1,17,46,100,65,80,110,101,77,46,115,99,45,102,70,71,106,72,73,2,1,150,216,229,208,0,8,1,7,46,100,69,73,109,74,89,2,1,122,171,70,9,0,8,1,7,46,100,76,67,108,119,76,2,1,128,97,184,44,0,8,1,7,46,100,80,121,76,107,90,2,1,63,14,35,193,0,8,1,7,46,100,83,68,72,112,121,2,1,127,50,233,83,0,8,1,7,46,100,83,69,114,79,72,2,1,250,8,73,166,0,8,1,7,46,100,83,109,71,78,70,2,1,201,214,207,247,0,8,1,7,46,100,88,68,88,100,66,2,1,90,1,247,82,0,8,1,11,46,100,97,114,107,83,99,114,101,101,110,2,1,142,239,69,208,0,8,1,7,46,100,97,114,107,101,110,2,1,232,29,241,219,0,8,1,18,46,100,97,116,97,45,99,111,110,115,101,110,116,45,101,100,103,101,2,1,244,29,197,226,0,8,1,17,46,100,97,116,97,67,111,110,115,101,110,116,77,111,100,97,108,2,1,55,51,109,152,0,8,1,16,46,100,98,45,67,111,111,107,105,101,66,97,110,110,101,114,2,1,90,134,252,23,0,8,1,25,46,100,99,45,99,111,111,107,105,101,45,98,97,110,110,101,114,45,119,114,97,112,112,101,114,2,1,121,92,45,103,0,8,1,7,46,100,100,89,72,81,86,2,1,21,143,134,25,0,8,1,39,46,100,100,115,119,101,98,45,99,111,111,107,105,101,115,45,110,111,116,105,102,105,99,97,116,105,111,110,95,95,99,111,110,116,97,105,110,101,114,2,1,126,8,240,210,0,8,1,23,46,100,101,118,115,105,116,101,45,102,111,111,116,101,114,45,117,116,105,108,105,116,121,2,1,46,100,15,64,0,8,1,23,46,100,101,118,115,105,116,101,45,115,110,97,99,107,98,97,114,45,105,110,110,101,114,2,1,236,221,92,170,0,8,1,8,46,100,104,108,45,99,103,107,2,1,38,156,254,76,0,8,1,7,46,100,105,97,108,111,103,2,1,198,56,132,24,0,8,1,30,46,100,105,97,108,111,103,45,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,112,114,111,109,112,116,2,1,157,190,95,1,0,8,1,20,46,100,105,97,108,111,103,45,97,112,112,95,95,98,108,111,99,107,101,114,2,1,255,8,198,135,0,8,1,15,46,100,105,97,108,111,103,45,109,97,110,97,103,101,114,2,1,137,146,68,74,0,8,1,15,46,100,105,97,108,111,103,45,109,101,115,115,97,103,101,2,3,108,37,253,167,123,12,242,229,199,121,29,168,0,8,1,22,46,100,105,97,108,111,103,45,119,105,100,103,101,116,45,99,111,110,116,101,110,116,2,3,45,75,211,146,127,139,222,26,220,66,179,223,0,8,1,11,46,100,105,97,108,111,103,66,111,100,121,2,1,254,248,122,71,0,8,1,16,46,100,105,97,108,111,103,67,111,110,116,97,105,110,101,114,2,1,170,132,98,79,0,8,1,7,46,100,105,101,72,86,78,2,1,2,102,199,252,0,8,1,27,46,100,105,103,45,83,110,97,99,107,98,97,114,91,114,111,108,101,61,34,97,108,101,114,116,34,93,2,1,85,56,195,114,0,8,1,12,46,100,105,115,95,109,101,115,115,97,103,101,2,2,91,57,96,115,128,52,251,120,0,8,1,21,46,100,105,115,99,108,97,105,109,101,114,45,99,111,110,116,97,105,110,101,114,2,1,128,183,146,4,0,8,1,16,46,100,105,115,99,108,97,105,109,101,114,45,110,111,116,101,2,1,158,185,254,221,0,8,1,18,46,100,105,115,99,108,97,105,109,101,114,45,110,111,116,105,99,101,2,1,199,171,156,181,0,8,1,19,46,100,105,115,99,108,97,105,109,101,114,45,111,118,101,114,108,97,121,2,1,194,70,152,214,0,8,1,16,46,100,105,115,99,108,97,105,109,101,114,45,116,101,120,116,2,1,52,174,75,193,0,8,1,19,46,100,105,115,99,108,97,105,109,101,114,95,95,95,122,50,68,76,74,2,1,148,181,113,59,0,8,1,15,46,100,105,115,99,108,97,105,109,101,114,95,119,101,98,2,1,62,128,134,247,0,8,1,22,46,100,105,115,99,108,97,105,109,101,114,115,45,99,111,110,116,97,105,110,101,114,2,1,217,212,52,133,0,8,1,16,46,100,105,115,99,108,111,115,117,114,101,45,99,97,114,100,2,1,239,253,139,202,0,8,1,22,46,100,105,115,99,108,111,115,117,114,101,45,102,105,120,101,100,45,115,108,97,98,2,1,129,34,132,108,0,8,1,21,46,100,105,115,99,108,111,115,117,114,101,45,109,111,100,97,108,45,100,105,118,2,1,140,101,100,156,0,8,1,15,46,100,105,115,99,114,101,101,116,45,97,108,101,114,116,2,1,80,204,66,91,0,8,1,19,46,100,105,115,109,105,115,115,105,98,108,101,45,98,97,110,110,101,114,2,1,129,189,191,56,0,8,1,14,46,100,105,118,45,98,108,111,99,107,45,50,49,55,2,1,159,107,40,104,0,8,1,11,46,100,105,118,95,115,116,105,99,107,121,2,1,19,196,82,125,0,8,1,31,46,100,109,98,45,110,111,116,105,102,105,99,97,116,105,111,110,115,45,97,106,97,120,45,119,114,97,112,112,101,114,2,1,196,155,3,102,0,8,1,18,46,100,109,119,115,45,102,45,112,111,112,117,112,45,119,114,97,112,2,1,148,235,3,69,0,8,1,24,46,100,111,109,101,115,116,105,99,45,104,101,97,100,101,114,45,119,114,97,112,112,101,114,2,1,38,157,104,207,0,8,1,14,46,100,111,110,97,116,101,45,98,97,110,110,101,114,2,1,160,164,24,11,0,8,1,26,46,100,111,116,118,118,109,45,99,111,110,116,114,105,98,45,99,111,111,107,105,101,45,98,97,114,2,1,63,150,172,222,0,8,1,9,46,100,111,119,110,45,110,97,118,2,1,83,226,108,13,0,8,1,11,46,100,111,119,110,102,111,111,116,101,114,2,1,119,59,106,232,0,8,1,7,46,100,113,103,111,89,110,2,1,35,160,174,152,0,8,1,15,46,100,114,97,119,101,114,45,119,114,97,112,112,101,114,2,1,86,42,90,62,0,8,1,5,46,100,114,111,112,2,1,251,230,230,138,0,8,1,26,46,100,115,103,118,111,119,112,112,108,117,103,105,110,45,103,108,111,98,97,108,111,112,116,105,110,2,1,3,240,104,95,0,8,1,11,46,100,117,109,109,121,45,116,101,120,116,2,1,93,35,57,86,0,8,1,28,46,100,119,99,45,45,83,105,97,67,111,111,107,105,101,95,95,80,111,112,117,112,67,111,111,107,105,101,2,1,62,157,6,152,0,8,1,38,46,100,121,95,102,117,108,108,95,119,105,100,116,104,95,110,111,116,105,102,105,99,97,116,105,111,110,115,95,99,111,110,116,97,105,110,101,114,2,1,127,197,65,33,0,8,1,10,46,101,49,51,113,53,57,48,110,49,2,1,62,81,103,83,0,8,1,10,46,101,49,106,111,54,48,99,101,48,2,1,122,128,95,220,0,8,1,10,46,101,49,110,98,115,105,57,108,48,2,1,38,157,104,207,0,8,1,10,46,101,49,116,98,120,111,106,107,48,2,1,121,197,173,1,0,8,1,9,46,101,49,118,101,54,51,114,50,2,1,125,140,87,147,0,8,1,10,46,101,49,119,98,100,119,53,122,48,2,1,46,241,11,249,0,8,1,10,46,101,49,121,110,104,113,98,105,49,2,1,66,46,160,42,0,8,1,21,46,101,52,51,100,51,98,57,57,100,51,52,102,102,102,55,56,48,99,56,57,2,1,52,157,78,208,0,8,1,9,46,101,52,98,113,52,52,111,50,2,1,127,194,198,107,0,8,1,9,46,101,52,120,98,108,116,51,48,2,1,17,49,93,154,0,8,1,9,46,101,56,112,120,119,57,105,48,2,1,251,70,156,131,0,8,1,7,46,101,67,113,65,106,73,2,1,148,187,119,58,0,8,1,7,46,101,72,80,84,118,70,2,1,233,210,116,234,0,8,1,7,46,101,74,87,80,90,79,2,1,222,234,117,42,0,8,1,7,46,101,80,84,100,77,89,2,1,72,104,106,246,0,8,1,7,46,101,83,74,81,111,78,2,1,231,192,128,36,0,8,1,17,46,101,83,105,118,104,98,46,115,99,45,107,65,100,88,101,68,2,1,13,135,150,165,0,8,1,5,46,101,98,45,49,2,1,72,172,55,154,0,8,1,8,46,101,98,45,115,104,100,49,2,1,82,25,81,189,0,8,1,8,46,101,101,97,45,112,111,112,2,1,188,68,227,132,0,8,1,9,46,101,101,115,48,118,56,105,49,2,1,238,172,58,107,0,8,1,21,46,101,102,105,108,108,105,45,108,97,121,111,117,116,45,108,101,103,97,99,121,2,1,146,8,151,235,0,8,1,12,46,101,103,121,109,45,112,114,111,109,112,116,2,1,148,181,198,242,0,8,1,9,46,101,104,51,104,115,48,97,53,2,1,38,157,104,207,0,8,1,9,46,101,107,101,114,103,110,116,51,2,1,147,217,73,37,0,8,1,9,46,101,108,51,56,102,50,98,48,2,1,148,184,120,215,0,8,1,16,46,101,108,67,111,111,107,105,101,67,111,110,115,101,110,116,2,1,38,103,89,216,0,8,1,22,46,101,108,97,115,116,105,99,45,99,111,111,107,105,101,45,110,111,116,105,99,101,2,1,113,103,121,109,0,8,1,27,46,101,108,101,109,101,110,116,111,114,45,101,108,101,109,101,110,116,45,49,48,102,102,51,100,99,55,2,1,4,240,249,214,0,8,1,26,46,101,108,101,109,101,110,116,111,114,45,101,108,101,109,101,110,116,45,51,102,48,54,52,48,49,2,1,98,60,171,143,0,8,1,27,46,101,108,101,109,101,110,116,111,114,45,101,108,101,109,101,110,116,45,55,98,102,54,102,99,97,98,2,1,114,4,49,43,0,8,1,26,46,101,108,101,109,101,110,116,111,114,45,108,111,99,97,116,105,111,110,45,102,111,111,116,101,114,2,1,86,53,36,85,0,8,1,12,46,101,108,101,118,97,116,105,111,110,45,56,2,2,121,28,153,180,204,76,238,134,0,8,1,9,46,101,110,55,121,109,102,101,48,2,1,227,197,132,73,0,8,1,22,46,101,110,103,97,103,101,98,97,121,45,103,100,112,114,45,100,105,97,108,111,103,2,1,210,104,207,29,0,8,1,8,46,101,110,113,50,101,108,48,2,1,90,170,26,101,0,8,1,9,46,101,116,116,111,102,54,104,52,2,1,173,38,199,95,0,8,1,6,46,101,117,45,100,112,2,1,197,220,194,19,0,8,1,11,46,101,117,45,109,101,115,115,97,103,101,2,1,237,128,104,91,0,8,1,9,46,101,117,45,112,111,112,117,112,2,2,136,111,228,252,148,106,246,59,0,8,1,11,46,101,117,45,112,114,105,118,97,99,121,2,1,39,7,235,151,0,8,1,7,46,101,117,112,111,117,89,2,1,56,16,10,4,0,8,1,24,46,101,118,116,45,110,111,116,105,102,105,99,97,116,105,111,110,45,98,111,116,116,111,109,2,1,54,168,89,164,0,8,1,9,46,101,119,55,55,54,54,57,54,2,1,72,171,22,135,0,8,1,32,46,101,120,105,100,101,45,103,116,109,45,115,99,114,105,112,116,115,45,109,111,100,97,108,45,119,114,97,112,112,101,114,2,1,104,148,206,246,0,8,1,18,46,101,120,108,45,99,111,111,107,105,101,45,98,97,110,110,101,114,2,1,204,175,50,74,0,8,1,31,46,101,120,112,108,105,99,105,116,45,99,111,111,107,105,101,45,98,97,110,110,101,114,45,119,114,97,112,112,101,114,2,1,252,31,207,162,0,8,1,19,46,101,120,112,108,111,114,101,114,45,110,45,112,114,105,118,97,99,121,2,1,137,252,94,216,0,8,1,21,46,102,45,99,109,112,45,102,108,121,111,117,116,45,119,114,97,112,112,101,114,2,1,121,209,41,231,0,8,1,19,46,102,45,99,111,111,107,105,101,46,99,111,110,116,97,105,110,101,114,2,1,124,167,211,71,0,8,1,8,46,102,52,108,112,118,119,100,2,1,185,85,61,62,0,8,1,7,46,102,67,116,66,105,69,2,1,240,124,118,185,0,8,1,7,46,102,68,117,70,69,118,2,1,209,181,190,215,0,8,1,38,46,102,70,79,105,76,81,46,69,107,108,50,70,65,46,82,78,70,78,73,65,46,95,57,121,45,66,89,81,46,95,49,67,122,121,71,104,98,2,1,127,57,106,115,0,8,1,7,46,102,86,73,109,83,76,2,1,190,28,192,237,0,8,1,7,46,102,90,105,80,65,71,2,1,127,55,184,147,0,8,1,14,46,102,97,99,45,99,111,111,107,105,101,98,111,116,2,1,137,78,166,95,0,8,1,8,46,102,97,100,101,45,105,110,2,1,121,220,149,233,0,8,1,7,46,102,97,100,101,77,101,2,1,251,49,179,107,0,8,1,16,46,102,97,110,99,121,98,111,120,45,111,112,101,110,101,100,2,1,148,186,173,126,0,8,1,17,46,102,97,110,99,121,98,111,120,45,111,118,101,114,108,97,121,2,3,138,90,201,158,148,186,173,126,171,138,36,219,0,8,1,14,46,102,97,110,99,121,98,111,120,45,119,114,97,112,2,1,138,90,201,158,0,8,1,13,46,102,101,97,116,104,101,114,108,105,103,104,116,2,1,48,96,64,36,0,8,1,17,46,102,101,101,100,98,97,99,107,45,118,105,115,105,98,108,101,2,1,86,103,250,120,0,8,1,6,46,102,103,95,110,51,2,1,123,172,179,48,0,8,1,19,46,102,105,114,115,116,45,116,105,109,101,45,118,105,115,105,116,111,114,2,2,14,146,225,213,101,242,23,25,0,8,1,13,46,102,105,114,115,116,84,105,109,101,84,105,112,2,1,78,56,23,239,0,8,1,7,46,102,105,120,66,97,114,2,1,118,178,242,159,0,8,1,6,46,102,105,120,101,100,2,1,126,180,174,53,0,8,1,14,46,102,105,120,101,100,45,111,118,101,114,108,97,121,2,1,101,160,213,80,0,8,1,14,46,102,105,120,101,100,45,119,97,114,110,105,110,103,2,1,15,98,95,133,0,8,1,22,46,102,105,120,101,100,46,98,103,45,103,112,45,103,114,101,101,110,45,49,48,48,2,1,215,38,29,103,0,8,1,22,46,102,105,120,101,100,46,98,103,45,103,114,101,121,45,100,97,114,107,101,115,116,2,1,54,249,180,102,0,8,1,16,46,102,105,120,101,100,46,98,111,116,116,111,109,45,50,52,2,1,62,54,249,228,0,8,1,26,46,102,105,120,101,100,46,114,111,117,110,100,101,100,45,108,103,46,98,111,116,116,111,109,45,48,2,1,22,58,220,56,0,8,1,15,46,102,105,120,101,100,80,111,108,105,99,121,66,111,120,2,1,85,88,144,18,0,8,1,12,46,102,105,120,101,100,82,101,103,105,111,110,2,1,190,156,16,216,0,8,1,13,46,102,105,120,101,100,95,98,116,109,95,98,103,2,1,226,164,135,82,0,8,1,9,46,102,105,120,101,100,98,97,114,2,1,213,5,153,113,0,8,1,9,46,102,105,120,101,100,98,111,116,2,2,86,157,77,161,126,1,148,179,0,8,1,10,46,102,108,45,97,99,99,101,112,116,2,1,161,62,122,51,0,8,1,13,46,102,108,97,115,104,45,98,111,116,116,111,109,2,1,198,87,42,124,0,8,1,19,46,102,108,97,115,104,45,102,105,120,101,100,45,98,111,116,116,111,109,2,1,100,63,155,166,0,8,1,27,46,102,108,97,115,104,45,109,101,115,115,97,103,101,45,97,110,110,111,117,110,99,101,109,101,110,116,2,1,2,255,184,13,0,8,1,23,46,102,108,97,115,104,45,109,101,115,115,97,103,101,95,95,119,114,97,112,112,101,114,2,2,38,157,169,184,140,66,234,165,0,8,1,15,46,102,108,101,120,45,99,111,110,116,97,105,110,101,114,2,1,173,216,165,185,0,8,1,17,46,102,108,101,120,46,99,111,111,107,105,101,95,119,114,97,112,2,1,12,101,2,201,0,8,1,6,46,102,108,111,97,116,2,1,74,86,154,246,0,8,1,10,46,102,108,111,97,116,45,98,97,114,2,3,65,250,164,60,113,193,149,166,128,97,107,165,0,8,1,13,46,102,108,111,97,116,45,98,111,116,116,111,109,2,1,127,252,20,62,0,8,1,21,46,102,108,111,97,116,45,99,111,111,107,105,101,45,119,114,97,112,112,101,114,2,1,181,62,13,69,0,8,1,20,46,102,108,111,97,116,45,109,101,115,115,97,103,101,95,95,119,114,97,112,2,8,27,178,253,255,69,89,123,172,78,125,29,5,83,224,71,204,98,54,121,212,161,136,36,107,215,22,193,193,227,185,178,190,0,8,1,21,46,102,108,111,97,116,45,118,101,114,116,105,99,97,108,45,112,97,110,101,108,2,1,148,148,218,185,0,8,1,12,46,102,108,111,97,116,70,111,111,116,101,114,2,2,26,191,0,194,40,54,196,117,0,8,1,11,46,102,108,111,97,116,80,111,112,117,112,2,1,35,89,37,252,0,8,1,13,46,102,108,111,97,116,105,110,103,45,98,97,114,2,2,72,83,96,51,166,191,47,41,0,8,1,44,46,102,108,111,97,116,105,110,103,45,103,114,111,117,112,46,70,108,111,97,116,105,110,103,71,114,111,117,112,46,98,117,98,98,108,101,45,101,108,101,109,101,110,116,2,1,95,227,82,153,0,8,1,24,46,102,108,111,119,97,112,112,122,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,2,3,22,48,173,193,154,7,215,167,243,162,21,62,0,8,1,17,46,102,111,111,98,97,114,45,99,111,110,116,97,105,110,101,114,2,1,72,115,99,158,0,8,1,7,46,102,111,111,116,101,114,2,4,26,214,131,85,67,148,9,225,126,249,152,223,177,30,236,40,0,8,1,20,46,102,111,111,116,101,114,45,97,110,110,111,117,110,99,101,109,101,110,116,2,1,65,119,228,49,0,8,1,11,46,102,111,111,116,101,114,45,98,97,114,2,1,125,116,162,243,0,8,1,17,46,102,111,111,116,101,114,45,102,105,120,101,100,45,98,97,114,2,1,236,20,40,66,0,8,1,14,46,102,111,111,116,101,114,45,110,111,116,105,99,101,2,1,244,196,99,91,0,8,1,26,46,102,111,111,116,101,114,45,110,111,116,105,102,105,99,97,116,105,111,110,45,112,111,112,117,112,2,1,137,217,243,165,0,8,1,14,46,102,111,111,116,101,114,45,112,111,108,105,99,121,2,3,23,246,146,210,49,203,178,64,58,14,180,93,0,8,1,13,46,102,111,111,116,101,114,45,112,111,112,117,112,2,2,83,132,221,222,209,237,147,131,0,8,1,18,46,102,111,111,116,101,114,45,115,116,97,116,101,109,101,110,116,115,2,1,159,182,170,127,0,8,1,15,46,102,111,111,116,101,114,45,119,114,97,112,112,101,114,2,1,165,24,151,229,0,8,1,15,46,102,111,111,116,101,114,95,95,98,97,110,110,101,114,2,1,202,34,178,97,0,8,1,15,46,102,111,111,116,101,114,95,95,110,111,116,105,99,101,2,3,58,122,113,11,103,224,165,147,152,67,168,93,0,8,1,24,46,102,111,111,116,101,114,95,100,105,115,99,108,97,105,109,101,114,95,98,108,111,99,107,2,1,1,88,67,209,0,8,1,22,46,102,111,111,116,101,114,95,112,114,105,118,97,99,121,95,112,111,108,105,99,121,2,1,228,102,144,203,0,8,1,10,46,102,111,111,116,101,114,109,115,103,2,1,133,231,99,98,0,8,1,9,46,102,111,116,45,102,105,120,100,2,1,111,235,29,162,0,8,1,6,46,102,112,67,100,109,2,1,38,157,28,48,0,8,1,24,46,102,114,97,109,101,114,45,49,122,97,110,50,55,45,99,111,110,116,97,105,110,101,114,2,1,148,187,40,181,0,8,1,7,46,102,114,117,98,71,88,2,1,172,196,6,134,0,8,1,11,46,102,115,45,99,111,110,115,101,110,116,2,1,28,43,1,72,0,8,1,18,46,102,115,45,99,111,110,115,101,110,116,95,98,97,110,110,101,114,2,1,17,113,34,229,0,8,1,21,46,102,115,45,99,111,110,115,101,110,116,95,99,111,109,112,111,110,101,110,116,2,1,29,31,234,89,0,8,1,17,46,102,115,45,99,111,111,107,105,101,45,98,97,110,110,101,114,2,2,82,179,0,34,220,96,253,130,0,8,1,23,46,102,115,95,99,99,45,98,97,110,110,101,114,95,99,111,109,112,111,110,101,110,116,2,1,248,217,28,117,0,8,1,19,46,102,115,105,45,108,97,121,111,117,116,45,110,111,116,105,99,101,115,2,1,30,163,203,37,0,8,1,18,46,102,115,110,45,110,111,116,105,102,105,99,97,116,105,111,110,115,2,1,133,202,4,78,0,8,1,13,46,102,117,108,108,45,111,118,101,114,108,97,121,2,1,252,104,85,13,0,8,1,29,46,102,120,103,45,97,108,101,114,116,95,95,102,100,120,95,99,111,111,107,105,101,95,110,111,116,105,99,101,2,1,127,239,71,198,0,8,1,11,46,102,120,115,95,102,111,111,116,101,114,2,1,242,197,89,199,0,8,1,9,46,103,45,100,105,97,108,111,103,2,1,148,181,65,54,0,8,1,7,46,103,69,81,119,118,79,2,2,57,117,165,140,184,2,94,177,0,8,1,7,46,103,81,73,68,99,79,2,1,35,160,174,152,0,8,1,6,46,103,97,111,111,112,2,1,10,139,39,242,0,8,1,15,46,103,97,115,45,99,111,111,107,105,101,45,98,97,114,2,1,29,205,193,34,0,8,1,17,46,103,97,116,101,119,97,121,67,111,110,116,97,105,110,101,114,2,1,1,140,167,163,0,8,1,15,46,103,98,95,99,111,111,107,105,101,95,105,110,102,111,2,1,73,106,178,141,0,8,1,18,46,103,98,99,45,110,111,116,105,102,105,99,97,116,105,111,110,115,2,1,228,137,99,141,0,8,1,10,46,103,99,98,95,51,53,53,53,54,2,2,153,166,119,171,214,205,172,244,0,8,1,12,46,103,100,112,114,45,45,109,111,100,97,108,2,1,2,186,244,220,0,8,1,11,46,103,100,112,114,45,99,104,101,99,107,2,1,54,231,115,22,0,8,1,28,46,103,100,112,114,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,45,119,114,97,112,112,101,114,2,1,14,95,94,146,0,8,1,20,46,103,100,112,114,45,99,111,111,107,105,101,45,119,114,97,112,112,101,114,2,1,183,10,82,39,0,8,1,11,46,103,100,112,114,45,105,110,110,101,114,2,1,129,202,217,29,0,8,1,11,46,103,100,112,114,45,109,111,100,97,108,2,1,208,35,9,75,0,8,1,25,46,103,100,112,114,45,109,111,100,117,108,101,45,45,103,100,112,114,45,45,57,48,56,98,49,2,1,126,82,200,75,0,8,1,12,46,103,100,112,114,45,119,105,110,100,111,119,2,2,126,250,242,120,150,63,28,110,0,8,1,10,46,103,100,112,114,84,104,101,109,101,2,2,10,152,58,145,207,215,150,36,0,8,1,13,46,103,100,112,114,95,95,104,111,108,100,101,114,2,1,9,24,86,96,0,8,1,11,46,103,100,112,114,95,98,108,111,99,107,2,1,127,196,144,190,0,8,1,12,46,103,100,112,114,95,104,111,108,100,101,114,2,1,39,169,230,23,0,8,1,23,46,103,101,110,101,115,105,115,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,2,1,72,29,187,103,0,8,1,21,46,103,102,117,45,102,108,111,97,116,105,110,103,45,109,101,115,115,97,103,101,2,1,76,34,87,32,0,8,1,14,46,103,103,45,99,115,115,45,55,55,105,117,57,111,2,1,65,15,80,7,0,8,1,14,46,103,105,110,103,101,114,95,98,97,110,110,101,114,2,1,68,150,133,79,0,8,1,7,46,103,107,72,103,99,80,2,2,0,104,199,129,190,190,188,63,0,8,1,7,46,103,107,90,99,103,122,2,1,159,39,167,115,0,8,1,6,46,103,108,45,99,109,2,1,215,130,154,202,0,8,1,6,46,103,108,65,102,105,2,1,40,214,170,184,0,8,1,13,46,103,108,111,98,97,108,45,97,108,101,114,116,2,1,153,46,38,42,0,8,1,22,46,103,108,111,98,97,108,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,2,1,130,198,93,237,0,8,1,16,46,103,108,111,98,97,108,45,109,101,115,115,97,103,101,115,2,1,74,166,110,149,0,8,1,14,46,103,108,111,98,97,108,45,110,111,116,105,99,101,2,1,73,147,206,123,0,8,1,13,46,103,108,111,98,97,108,45,110,111,116,105,102,2,1,128,137,133,173,0,8,1,30,46,103,108,111,98,97,108,45,110,111,116,105,102,105,99,97,116,105,111,110,45,99,111,110,116,97,105,110,101,114,2,1,167,159,83,149,0,8,1,26,46,103,108,111,98,97,108,45,111,118,101,114,108,97,121,45,98,97,99,107,103,114,111,117,110,100,2,1,64,134,219,59,0,8,1,27,46,103,108,111,98,97,108,45,116,111,97,115,116,45,45,99,111,111,107,105,101,45,116,111,97,115,116,2,1,244,240,146,75,0,8,1,19,46,103,108,111,98,97,108,65,110,110,111,117,110,99,101,109,101,110,116,2,2,104,250,61,158,127,134,60,119,0,8,1,12,46,103,108,111,98,97,108,79,112,116,73,110,2,1,160,167,180,215,0,8,1,12,46,103,108,111,119,45,98,97,110,110,101,114,2,2,100,206,142,8,133,156,167,7,0,8,1,29,46,103,108,117,101,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,45,98,97,114,2,4,11,57,5,131,68,186,161,48,147,105,209,121,236,221,92,170,0,8,1,18,46,103,109,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,2,1,169,195,126,254,0,8,1,7,46,103,109,69,119,87,97,2,1,61,206,139,129,0,8,1,17,46,103,109,116,95,98,108,111,99,107,95,115,99,114,101,101,110,2,1,167,18,146,105,0,8,1,13,46,103,111,50,48,55,50,52,48,56,53,53,49,2,1,204,217,76,70,0,8,1,25,46,103,111,111,103,108,101,45,97,110,97,108,121,116,105,99,115,45,109,101,115,115,97,103,101,2,1,190,15,141,161,0,8,1,21,46,103,111,111,117,116,45,99,111,111,107,105,101,45,111,118,101,114,108,97,121,2,1,120,138,168,116,0,8,1,25,46,103,114,97,110,105,102,121,45,119,105,100,103,101,116,45,99,111,110,116,97,105,110,101,114,2,2,184,196,224,209,195,204,61,57,0,8,1,8,46,103,114,101,121,45,98,103,2,1,124,244,233,119,0,8,1,15,46,103,115,45,99,111,111,107,105,101,45,119,97,108,108,2,1,74,221,45,51,0,8,1,19,46,103,115,99,45,99,111,111,107,105,101,45,115,101,99,116,105,111,110,2,1,228,158,19,226,0,8,1,7,46,103,117,84,105,108,121,2,1,233,43,224,94,0,8,1,10,46,103,117,101,115,116,119,97,114,110,2,1,77,9,93,255,0,8,1,15,46,103,117,103,103,101,110,45,99,111,110,115,101,110,116,2,1,225,121,114,39,0,8,1,7,46,103,121,104,79,112,107,2,1,38,157,76,56,0,8,1,17,46,104,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,2,1,17,236,134,227,0,8,1,7,46,104,65,80,76,79,65,2,1,233,210,116,234,0,8,1,7,46,104,67,84,79,69,109,2,1,217,82,115,223,0,8,1,17,46,104,97,115,45,110,111,116,105,102,105,99,97,116,105,111,110,2,1,192,211,222,230,0,8,1,7,46,104,99,71,77,85,117,2,1,163,61,150,209,0,8,1,10,46,104,101,97,100,80,111,112,117,112,2,1,87,193,19,12,0,8,1,35,46,104,101,97,100,101,114,45,99,111,109,112,111,110,101,110,116,95,95,109,101,115,115,97,103,101,115,45,111,118,101,114,108,97,121,2,1,126,51,13,166,0,8,1,15,46,104,101,97,100,101,114,45,109,101,115,115,97,103,101,2,1,179,59,204,50,0,8,1,12,46,104,101,97,100,101,114,45,112,101,114,109,2,1,150,99,101,216,0,8,1,13,46,104,101,97,100,101,114,45,115,104,101,101,116,2,1,229,179,8,23,0,8,1,23,46,104,101,97,100,101,114,45,115,116,97,99,107,101,100,45,109,101,115,115,97,103,101,2,1,2,35,152,25,0,8,1,18,46,104,101,97,100,101,114,45,116,111,112,45,98,97,110,110,101,114,2,1,203,69,78,234,0,8,1,9,46,104,101,97,100,110,111,116,101,2,1,198,153,103,147,0,8,1,10,46,104,101,108,108,111,45,98,97,114,2,1,37,123,38,137,0,8,1,20,46,104,105,108,108,97,45,99,111,110,115,101,110,116,45,109,111,100,97,108,2,1,20,69,73,142,0,8,1,46,46,104,109,97,114,116,117,115,45,115,116,111,114,101,45,116,104,101,109,101,45,49,45,120,45,99,111,111,107,105,101,115,77,111,100,97,108,95,95,119,114,97,112,112,101,114,2,1,128,92,3,18,0,8,1,18,46,104,111,109,101,45,97,110,110,111,117,110,99,101,109,101,110,116,2,1,218,7,97,183,0,8,1,24,46,104,116,45,110,111,116,105,102,105,99,97,116,105,111,110,45,115,101,99,116,105,111,110,2,1,108,15,115,48,0,8,1,11,46,104,117,45,119,114,97,112,112,101,114,2,1,123,138,157,62,0,8,1,21,46,104,117,97,119,101,105,45,98,111,111,116,111,109,45,99,111,111,107,105,101,2,1,78,105,197,223,0,8,1,25,46,104,117,97,119,101,105,45,99,111,110,118,101,114,103,101,110,116,45,99,111,111,107,105,101,2,1,12,94,157,231,0,8,1,4,46,104,117,100,2,1,143,203,9,152,0,8,1,13,46,104,117,115,116,108,101,45,112,111,112,117,112,2,1,22,96,163,183,0,8,1,22,46,104,119,105,100,45,98,97,110,110,101,114,66,111,120,45,112,111,114,116,97,108,2,1,35,182,75,132,0,8,1,16,46,104,121,45,109,117,115,107,45,119,114,97,112,112,101,114,2,1,37,144,232,167,0,8,1,12,46,105,65,103,114,101,101,80,111,112,117,112,2,1,74,100,17,88,0,8,1,7,46,105,85,83,118,73,121,2,1,217,82,115,223,0,8,1,7,46,105,90,79,79,79,75,2,1,41,223,59,65,0,8,1,21,46,105,97,97,119,103,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,2,1,126,175,212,157,0,8,1,7,46,105,98,99,68,67,115,2,1,55,186,16,186,0,8,1,17,46,105,98,99,68,67,115,46,115,99,45,100,104,75,100,99,66,2,1,97,109,248,103,0,8,1,9,46,105,98,109,45,115,104,111,119,2,1,38,157,30,10,0,8,1,18,46,105,99,110,45,115,116,105,99,107,121,45,102,111,111,116,101,114,2,1,254,98,34,83,0,8,1,17,46,105,99,111,110,95,114,111,108,108,105,110,103,116,101,120,116,2,1,254,16,68,87,0,8,1,7,46,105,100,69,84,97,78,2,1,127,55,15,72,0,8,1,7,46,105,102,115,66,66,68,2,1,221,116,140,110,0,8,1,14,46,105,103,95,97,99,116,105,111,110,95,98,97,114,2,1,133,170,171,214,0,8,1,7,46,105,108,100,105,69,114,2,1,38,237,174,154,0,8,1,25,46,105,109,112,111,114,116,97,110,116,45,109,101,115,115,97,103,101,45,98,97,110,110,101,114,2,1,189,67,230,0,0,8,1,5,46,105,110,102,111,2,1,65,174,140,193,0,8,1,9,46,105,110,102,111,45,98,97,114,2,1,128,60,231,173,0,8,1,19,46,105,110,102,111,45,98,111,116,116,111,109,45,119,105,110,100,111,119,2,1,137,218,212,131,0,8,1,13,46,105,110,102,111,45,109,101,115,115,97,103,101,2,1,35,63,169,89,0,8,1,9,46,105,110,102,111,45,109,115,103,2,3,129,149,242,9,193,141,0,214,225,119,203,131,0,8,1,12,46,105,110,102,111,95,98,97,110,110,101,114,2,1,60,149,60,117,0,8,1,9,46,105,110,102,111,95,98,111,120,2,1,31,205,139,135,0,8,1,8,46,105,110,102,111,98,97,114,2,1,193,141,0,214,0,8,1,16,46,105,110,102,111,98,97,114,45,109,101,115,115,97,103,101,2,1,98,58,189,172,0,8,1,26,46,105,110,102,111,98,97,114,45,116,111,97,115,116,101,114,45,99,111,110,116,97,105,110,101,114,2,1,142,14,98,194,0,8,1,14,46,105,110,102,111,98,111,120,72,111,108,100,101,114,2,1,123,187,126,93,0,8,1,13,46,105,110,105,116,95,109,101,115,115,97,103,101,2,1,93,148,169,148,0,8,1,7,46,105,110,105,116,97,108,2,1,251,49,179,107,0,8,1,18,46,105,110,115,45,99,111,111,107,105,101,45,98,97,110,110,101,114,2,1,105,55,149,110,0,8,1,12,46,105,110,115,45,110,111,116,105,99,101,115,2,1,45,56,73,125,0,8,1,17,46,105,110,115,101,116,45,48,46,97,98,115,111,108,117,116,101,2,1,59,177,117,94,0,8,1,15,46,105,110,116,101,114,105,109,45,98,97,110,110,101,114,2,1,108,80,50,187,0,8,1,12,46,105,112,117,98,45,99,111,111,107,105,101,2,1,93,82,129,57,0,8,1,7,46,105,113,121,115,120,115,2,1,118,131,35,170,0,8,1,31,46,105,114,111,110,117,115,97,45,99,111,111,107,105,101,45,109,111,100,97,108,45,48,45,120,45,109,111,100,97,108,2,1,96,221,43,49,0,8,1,7,46,105,114,121,112,120,71,2,1,93,95,192,74,0,8,1,11,46,105,115,45,99,111,110,115,101,110,116,2,1,106,73,2,92,0,8,1,23,46,105,115,45,102,105,120,101,100,45,98,111,116,116,111,109,46,110,97,118,98,97,114,2,1,66,229,182,42,0,8,1,9,46,105,115,45,109,111,100,97,108,2,1,252,3,162,87,0,8,1,8,46,105,115,45,111,112,101,110,2,1,237,161,190,122,0,8,1,7,46,105,116,99,45,99,99,2,1,41,166,0,115,0,8,1,25,46,105,116,101,109,115,45,115,116,97,114,116,46,102,108,101,120,46,114,111,117,110,100,101,100,2,1,85,254,19,157,0,8,1,23,46,105,116,118,45,103,108,111,98,45,102,111,111,116,95,95,99,111,111,107,105,101,115,2,1,38,157,157,7,0,8,1,7,46,105,119,73,89,67,71,2,1,170,238,39,245,0,8,1,17,46,105,122,105,84,111,97,115,116,45,119,114,97,112,112,101,114,2,1,253,208,10,83,0,8,1,20,46,106,45,116,111,115,45,117,112,100,97,116,101,45,98,97,110,110,101,114,2,1,128,97,122,172,0,8,1,7,46,106,79,83,87,90,97,2,1,140,156,223,60,0,8,1,7,46,106,97,69,103,102,120,2,1,188,57,253,72,0,8,1,18,46,106,98,99,45,99,111,111,107,105,101,45,98,97,110,110,101,114,2,1,102,118,94,216,0,8,1,7,46,106,100,98,101,76,84,2,1,125,140,246,2,0,8,1,22,46,106,101,118,101,110,97,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,2,1,98,147,228,3,0,8,1,18,46,106,102,45,99,111,111,107,105,101,115,45,98,97,110,110,101,114,2,1,65,88,61,28,0,8,1,7,46,106,105,73,69,103,116,2,1,160,119,218,156,0,8,1,19,46,106,105,109,117,45,119,105,100,103,101,116,45,115,112,108,97,115,104,2,1,35,34,171,242,0,8,1,14,46,106,109,45,99,111,111,107,105,101,45,98,97,114,2,1,129,136,4,120,0,8,1,6,46,106,110,111,116,101,2,1,8,243,64,142,0,8,1,25,46,106,111,117,114,110,97,108,45,104,101,97,100,101,114,45,110,111,116,105,99,101,45,55,51,2,1,64,245,84,116,0,8,1,14,46,106,112,105,119,105,107,71,114,111,119,108,101,114,2,1,190,73,179,50,0,8,1,14,46,106,112,105,119,105,107,79,118,101,114,108,97,121,2,1,190,73,179,50,0,8,1,16,46,106,113,45,116,111,97,115,116,45,115,105,110,103,108,101,2,1,145,249,251,85,0,8,1,18,46,106,113,117,101,114,121,45,110,111,116,105,102,121,45,98,97,114,2,1,156,154,161,239,0,8,1,14,46,106,115,45,97,99,116,105,111,110,45,98,97,114,2,1,21,123,174,99,0,8,1,20,46,106,115,45,97,108,101,114,116,115,45,99,111,110,116,97,105,110,101,114,2,1,217,247,230,56,0,8,1,13,46,106,115,45,99,98,45,112,111,108,105,99,121,2,1,214,201,132,236,0,8,1,11,46,106,115,45,99,111,110,102,105,114,109,2,1,181,149,141,182,0,8,1,15,46,106,115,45,99,111,110,115,101,110,116,45,98,111,120,2,2,188,54,47,103,233,109,18,221,0,8,1,22,46,106,115,45,99,111,110,115,101,110,116,45,109,97,110,97,103,101,109,101,110,116,2,1,40,71,190,127,0,8,1,28,46,106,115,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,112,111,112,117,112,95,95,98,103,2,1,123,102,248,190,0,8,1,13,46,106,115,45,99,111,111,107,105,101,98,111,116,2,1,33,20,98,135,0,8,1,18,46,106,115,45,100,105,97,108,111,103,45,45,99,111,111,107,105,101,2,1,174,222,214,246,0,8,1,22,46,106,115,45,102,105,114,115,116,45,118,105,115,105,116,45,98,97,110,110,101,114,2,2,174,60,151,157,210,203,232,189,0,8,1,10,46,106,115,45,110,111,116,105,99,101,2,1,232,232,253,237,0,8,1,11,46,106,115,45,110,111,116,105,99,101,115,2,1,215,43,116,184,0,8,1,16,46,106,115,45,110,111,116,105,102,105,99,97,116,105,111,110,2,1,125,50,13,139,0,8,1,14,46,106,115,45,115,105,116,101,45,97,108,101,114,116,2,1,38,157,157,7,0,8,1,22,46,106,115,45,115,105,116,101,45,97,108,101,114,116,45,99,111,110,116,101,110,116,2,1,38,157,157,7,0,8,1,16,46,106,115,45,116,111,111,108,115,45,100,105,97,108,111,103,2,1,148,181,65,54,0,8,1,18,46,106,115,95,99,111,111,107,105,101,45,99,111,110,115,101,110,116,2,1,73,185,43,61,0,8,1,8,46,106,115,115,49,48,57,55,2,1,135,250,36,142,0,8,1,7,46,106,115,115,49,52,52,2,1,192,62,69,167,0,8,1,7,46,106,115,115,51,48,50,2,1,27,83,181,24,0,8,1,5,46,106,115,115,52,2,1,173,21,213,225,0,8,1,6,46,106,115,115,52,54,2,1,148,193,171,46,0,8,1,7,46,106,115,115,52,54,56,2,1,190,50,90,112,0,8,1,6,46,106,115,115,54,51,2,1,86,230,120,97,0,8,1,6,46,106,115,115,54,55,2,1,129,52,202,152,0,8,1,14,46,106,115,120,45,51,53,50,49,57,55,51,50,52,2,1,63,37,157,88,0,8,1,14,46,106,115,120,45,53,51,57,56,48,57,48,56,48,2,1,49,151,128,92,0,8,1,7,46,106,116,71,110,109,120,2,1,19,59,234,13,0,8,1,16,46,106,116,112,45,115,107,105,110,110,121,45,103,100,112,114,2,2,122,159,60,110,178,41,193,183,0,8,1,21,46,106,116,112,115,100,107,45,98,111,100,121,45,98,108,97,99,107,111,117,116,2,1,178,41,193,183,0,8,1,19,46,106,116,112,115,100,107,45,112,111,112,117,112,45,109,111,100,97,108,2,1,178,41,193,183,0,8,1,7,46,106,117,95,67,111,110,2,1,188,115,210,235,0,8,1,10,46,106,119,45,112,111,112,117,112,115,2,1,159,227,234,9,0,8,1,19,46,106,119,45,112,111,112,117,112,115,45,98,97,99,107,100,114,111,112,2,1,159,227,234,9,0,8,1,20,46,106,119,45,112,111,112,117,112,115,45,99,111,110,116,97,105,110,101,114,2,1,159,227,234,9,0,8,1,5,46,107,52,119,54,2,1,203,33,19,204,0,8,1,7,46,107,67,115,73,78,77,2,1,93,95,192,74,0,8,1,17,46,107,71,108,118,78,65,46,115,99,45,103,120,89,74,101,76,2,1,150,216,229,208,0,8,1,7,46,107,85,120,73,115,66,2,1,228,147,162,126,0,8,1,7,46,107,86,84,101,107,119,2,1,113,92,60,46,0,8,1,16,46,107,95,95,99,111,111,107,105,101,45,112,111,112,117,112,2,2,82,226,14,14,135,188,208,42,0,8,1,7,46,107,97,78,83,81,68,2,1,115,52,36,150,0,8,1,13,46,107,98,45,99,111,110,116,97,105,110,101,114,2,1,86,135,159,13,0,8,1,7,46,107,99,84,119,65,103,2,1,162,106,176,202,0,8,1,7,46,107,99,109,72,71,100,2,1,56,25,25,113,0,8,1,7,46,107,100,78,67,78,101,2,1,57,185,206,127,0,8,1,11,46,107,100,107,45,99,111,111,107,105,101,2,1,126,34,47,233,0,8,1,6,46,107,104,90,73,105,2,1,126,51,4,147,0,8,1,7,46,107,105,110,76,86,89,2,1,159,203,198,198,0,8,1,7,46,107,106,118,73,113,104,2,1,120,203,45,164,0,8,1,7,46,107,107,115,105,75,117,2,1,234,220,12,72,0,8,1,7,46,107,108,73,118,69,117,2,1,128,157,1,50,0,8,1,12,46,107,111,101,107,106,101,115,98,97,108,107,2,1,86,158,101,243,0,8,1,9,46,107,111,108,97,99,105,99,105,2,1,196,219,235,135,0,8,1,7,46,107,114,72,71,119,85,2,1,6,215,173,85,0,8,1,10,46,107,116,104,45,116,111,97,115,116,2,1,218,153,112,73,0,8,1,17,46,108,45,99,111,111,107,105,101,45,99,111,110,116,114,111,108,2,1,126,34,239,128,0,8,1,13,46,108,45,100,105,115,99,108,97,105,109,101,114,2,2,24,84,49,30,80,218,207,50,0,8,1,18,46,108,45,100,105,115,109,105,115,115,105,98,108,101,45,109,115,103,2,1,139,104,77,111,0,8,1,16,46,108,45,102,105,120,101,100,45,45,98,111,116,116,111,109,2,1,217,226,178,239,0,8,1,15,46,108,45,110,111,116,105,102,105,99,97,116,105,111,110,2,1,127,224,76,10,0,8,1,6,46,108,68,99,120,117,2,1,114,214,199,55,0,8,1,6,46,108,79,80,67,56,2,1,26,186,75,244,0,8,1,25,46,108,97,110,100,105,110,103,95,112,114,111,109,111,95,98,97,110,110,101,114,95,116,111,112,2,1,218,130,245,25,0,8,1,18,46,108,97,110,103,117,97,103,101,45,115,119,105,116,99,104,101,114,2,1,38,157,170,100,0,8,1,22,46,108,97,119,50,53,45,109,111,100,97,108,45,99,111,110,116,97,105,110,101,114,2,1,242,44,32,134,0,8,1,19,46,108,97,121,101,114,45,109,111,100,97,108,45,102,111,111,116,101,114,2,1,148,188,20,10,0,8,1,16,46,108,97,121,111,117,116,45,109,101,115,115,97,103,101,115,2,1,54,199,222,123,0,8,1,11,46,108,97,121,111,117,116,45,114,111,119,2,1,49,255,20,90,0,8,1,39,46,108,97,121,111,117,116,72,101,97,100,101,114,45,105,110,102,111,114,109,97,116,105,111,110,77,101,115,115,97,103,101,87,114,97,112,112,101,114,2,1,5,188,209,247,0,8,1,11,46,108,98,95,111,118,101,114,108,97,121,2,1,122,12,255,151,0,8,1,13,46,108,99,99,45,98,97,99,107,100,114,111,112,2,1,56,107,179,217,0,8,1,10,46,108,99,99,45,109,111,100,97,108,2,1,56,107,179,217,0,8,1,22,46,108,101,97,100,101,114,98,111,97,114,100,95,99,111,110,116,97,105,110,101,114,2,1,79,228,150,80,0,8,1,7,46,108,101,102,116,45,51,2,1,60,150,163,159,0,8,1,12,46,108,101,102,116,46,100,105,97,108,111,103,2,1,243,22,48,190,0,8,1,7,46,108,101,103,97,99,121,2,1,165,61,159,207,0,8,1,16,46,108,101,103,97,108,45,97,103,114,101,101,109,101,110,116,2,1,171,81,186,2,0,8,1,13,46,108,101,103,97,108,45,98,97,110,110,101,114,2,1,128,158,78,207,0,8,1,23,46,108,101,103,97,108,45,98,97,110,110,101,114,45,99,111,109,112,111,110,101,110,116,2,2,130,202,66,51,222,70,249,227,0,8,1,13,46,108,101,103,97,108,45,102,111,111,116,101,114,2,1,126,1,103,52,0,8,1,24,46,108,101,103,97,108,45,109,101,115,115,97,103,101,45,99,111,110,116,97,105,110,101,114,2,1,7,48,173,208,0,8,1,13,46,108,101,103,97,108,45,110,111,116,105,99,101,2,2,120,14,98,16,137,107,118,60,0,8,1,14,46,108,101,103,97,108,45,119,97,114,110,105,110,103,2,1,101,112,132,24,0,8,1,7,46,108,101,105,75,79,76,2,1,201,144,167,21,0,8,1,24,46,108,101,112,111,112,117,112,45,112,111,112,117,112,45,99,111,110,116,97,105,110,101,114,2,1,255,158,253,43,0,8,1,22,46,108,101,112,111,112,117,112,45,112,111,112,117,112,45,111,118,101,114,108,97,121,2,1,255,158,253,43,0,8,1,12,46,108,103,45,98,97,99,107,100,114,111,112,2,1,42,183,209,121,0,8,1,5,46,108,103,112,100,2,1,208,152,226,185,0,8,1,25,46,108,105,103,104,116,45,98,108,117,101,45,98,111,114,100,101,114,101,100,45,99,97,114,100,2,1,161,47,170,116,0,8,1,9,46,108,105,103,104,116,98,111,120,2,1,158,20,226,239,0,8,1,26,46,108,105,110,107,102,108,121,45,99,116,120,45,110,111,116,105,102,105,99,97,116,105,111,110,115,2,1,239,179,123,121,0,8,1,19,46,108,105,110,107,115,45,97,114,101,45,114,101,118,101,114,115,101,100,2,1,170,47,171,96,0,8,1,10,46,108,108,95,98,97,110,110,101,114,2,1,199,154,158,207,0,8,1,16,46,108,108,109,95,99,111,111,107,105,101,95,116,101,120,116,2,1,109,218,244,65,0,8,1,18,46,108,110,99,45,102,105,114,115,116,82,117,110,80,111,112,117,112,2,1,225,191,60,22,0,8,1,13,46,108,111,99,107,45,99,111,111,107,105,101,115,2,1,4,38,98,192,0,8,1,18,46,108,111,103,105,110,45,99,111,111,107,105,101,45,116,105,112,115,2,1,16,144,243,167,0,8,1,14,46,108,111,103,105,110,45,119,114,97,112,112,101,114,2,1,108,213,84,26,0,8,1,8,46,109,45,97,108,101,114,116,2,1,87,193,19,12,0,8,1,13,46,109,45,98,111,120,45,112,111,108,105,99,121,2,1,18,80,60,79,0,8,1,12,46,109,45,110,111,116,105,99,101,66,97,114,2,1,245,11,223,1,0,8,1,18,46,109,45,112,114,105,118,97,99,121,45,111,112,116,105,111,110,115,2,1,10,56,224,117,0,8,1,11,46,109,45,115,116,114,101,97,109,101,114,2,1,248,178,28,174,0,8,1,16,46,109,45,119,97,114,110,105,110,103,45,97,108,101,114,116,2,2,194,197,251,248,248,6,145,229,0,8,1,19,46,109,49,45,102,111,111,116,101,114,45,109,101,115,115,97,103,101,115,2,4,76,59,107,4,153,96,148,250,192,215,193,192,216,39,88,144,0,8,1,24,46,109,97,103,105,99,112,108,97,110,45,99,111,111,107,105,101,45,98,97,110,110,101,114,2,1,36,235,141,150,0,8,1,24,46,109,97,105,108,112,111,101,116,45,112,114,105,118,97,99,121,45,98,97,110,110,101,114,2,1,109,56,55,188,0,8,1,17,46,109,97,105,110,45,99,111,111,107,105,101,115,45,49,77,45,2,1,33,143,51,166,0,8,1,16,46,109,97,105,110,45,115,105,116,101,45,110,111,116,101,115,2,1,163,242,188,97,0,8,1,18,46,109,97,105,110,116,101,110,97,110,99,101,45,112,111,112,117,112,2,2,160,164,24,186,243,77,12,55,0,8,1,15,46,109,97,110,116,105,110,101,45,55,55,50,54,121,115,2,1,55,180,3,166,0,8,1,20,46,109,97,110,116,105,110,101,45,68,105,97,108,111,103,45,114,111,111,116,2,2,44,186,94,132,51,176,62,92,0,8,1,25,46,109,97,114,107,101,116,105,110,103,45,111,112,116,45,105,110,45,101,110,97,98,108,101,100,2,1,106,5,218,221,0,8,1,5,46,109,97,115,107,2,3,86,50,239,246,120,182,162,75,126,34,47,233,0,8,1,21,46,109,97,120,45,119,45,115,99,114,101,101,110,45,109,100,46,122,45,52,48,2,1,57,211,29,142,0,8,1,25,46,109,98,45,97,99,99,101,112,116,45,99,111,111,107,105,101,115,45,98,97,110,110,101,114,2,1,138,33,70,159,0,8,1,11,46,109,98,99,45,112,111,108,105,99,121,2,1,247,76,201,190,0,8,1,17,46,109,99,101,82,111,119,45,45,114,101,108,97,116,105,118,101,2,1,123,103,52,199,0,8,1,12,46,109,99,104,112,45,99,111,111,107,105,101,2,1,196,44,80,48,0,8,1,14,46,109,100,45,109,111,100,97,108,45,119,114,97,112,2,1,229,36,44,237,0,8,1,19,46,109,100,108,45,106,115,45,98,105,103,115,110,97,99,107,98,97,114,2,1,158,169,217,58,0,8,1,12,46,109,100,108,45,111,118,101,114,108,97,121,2,1,148,188,25,84,0,8,1,13,46,109,100,108,45,115,110,97,99,107,98,97,114,2,1,134,13,150,126,0,8,1,19,46,109,101,114,99,117,115,121,115,45,99,111,111,107,105,101,45,101,117,2,1,228,60,93,33,0,8,1,8,46,109,101,115,115,97,103,101,2,7,19,177,252,99,47,93,110,145,48,10,20,80,80,122,175,119,126,232,182,81,174,103,78,213,250,174,246,82,0,8,1,25,46,109,101,115,115,97,103,101,45,97,99,99,101,112,116,45,99,111,110,116,97,105,110,101,114,2,1,190,12,43,227,0,8,1,14,46,109,101,115,115,97,103,101,45,97,108,101,114,116,2,2,25,144,227,85,223,183,8,52,0,8,1,19,46,109,101,115,115,97,103,101,95,95,99,111,110,116,97,105,110,101,114,2,1,57,101,164,119,0,8,1,9,46,109,101,115,115,97,103,101,115,2,2,93,192,250,95,124,25,213,37,0,8,1,28,46,109,101,115,115,97,103,101,115,45,45,99,111,110,116,97,105,110,101,114,45,45,98,111,116,116,111,109,2,1,97,146,81,82,0,8,1,11,46,109,101,116,45,99,111,111,107,105,101,2,1,38,157,135,60,0,8,1,23,46,109,101,116,114,111,45,99,111,111,107,105,101,98,97,114,95,95,98,108,111,99,107,2,1,248,163,163,125,0,8,1,7,46,109,102,112,45,98,103,2,1,110,57,44,120,0,8,1,9,46,109,102,112,45,119,114,97,112,2,1,110,57,44,120,0,8,1,11,46,109,103,115,45,99,111,111,107,105,101,2,2,135,114,87,64,208,194,86,97,0,8,1,15,46,109,104,45,109,101,115,115,97,103,101,45,98,97,114,2,1,227,62,88,242,0,8,1,17,46,109,105,45,99,111,110,115,101,110,116,45,108,97,121,101,114,2,1,228,170,7,38,0,8,1,20,46,109,105,99,114,111,45,99,111,111,107,105,101,45,100,105,97,108,111,103,2,1,143,9,208,117,0,8,1,15,46,109,105,116,101,108,101,45,99,111,110,115,101,110,116,2,1,86,243,89,11,0,8,1,11,46,109,107,45,99,45,109,111,100,97,108,2,1,208,9,243,187,0,8,1,16,46,109,108,45,110,111,116,105,102,105,99,97,116,105,111,110,2,1,73,107,71,72,0,8,1,6,46,109,111,45,119,112,2,1,57,219,238,22,0,8,1,19,46,109,111,98,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,2,1,214,44,195,18,0,8,1,27,46,109,111,98,105,108,101,45,52,52,56,56,102,46,119,114,97,112,112,101,114,45,52,52,56,56,102,2,1,152,197,90,108,0,8,1,18,46,109,111,98,105,108,101,45,97,112,112,45,104,105,100,100,101,110,2,1,148,186,9,72,0,8,1,27,46,109,111,100,95,99,111,111,107,105,101,98,97,114,95,111,112,116,105,110,95,109,101,100,105,117,109,2,1,146,9,30,27,0,8,1,15,46,109,111,100,97,108,45,45,99,111,111,107,105,101,115,2,1,6,1,66,159,0,8,1,24,46,109,111,100,97,108,45,45,99,111,111,107,105,101,115,45,98,97,99,107,100,114,111,112,2,1,6,1,66,159,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,1,112,53,103,236,0,8,1,16,46,109,111,100,97,108,45,99,111,110,116,97,105,110,101,114,2,1,127,144,45,78,0,8,1,14,46,109,111,100,97,108,45,99,111,110,116,101,110,116,2,2,58,128,216,14,127,144,45,78,0,8,1,22,46,109,111,100,97,108,45,99,111,110,116,101,110,116,45,111,118,101,114,108,97,121,2,1,127,144,45,78,0,8,1,15,46,109,111,100,97,108,45,99,111,111,99,107,105,101,115,2,1,146,9,72,88,0,8,1,17,46,109,111,100,97,108,45,101,110,116,101,114,45,100,111,110,101,2,1,77,20,25,179,0,8,1,13,46,109,111,100,97,108,45,102,111,111,116,101,114,2,1,225,191,61,123,0,8,1,12,46,109,111,100,97,108,45,105,110,110,101,114,2,1,63,44,97,10,0,8,1,14,46,109,111,100,97,108,45,111,118,101,114,108,97,121,2,3,108,6,19,161,157,76,246,97,204,88,34,17,0,8,1,11,46,109,111,100,97,108,45,112,101,99,114,2,1,145,154,234,255,0,8,1,13,46,109,111,100,97,108,45,119,105,110,100,111,119,2,1,128,63,122,43,0,8,1,16,46,109,111,100,97,108,66,97,99,107,103,114,111,117,110,100,2,1,216,4,34,117,0,8,1,15,46,109,111,100,97,108,95,95,111,118,101,114,108,97,121,2,1,55,183,69,77,0,8,1,14,46,109,111,100,97,108,95,95,112,111,108,105,99,121,2,1,149,26,7,95,0,8,1,12,46,109,111,100,97,108,95,116,101,114,109,115,2,1,126,235,174,246,0,8,1,15,46,109,111,100,97,108,115,45,119,114,97,112,112,101,114,2,1,232,212,212,125,0,8,1,16,46,109,111,100,117,108,101,45,97,98,111,118,101,98,111,120,2,1,180,30,25,190,0,8,1,29,46,109,111,100,117,108,101,95,103,108,111,98,97,108,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,2,1,170,149,191,47,0,8,1,20,46,109,111,108,101,99,117,108,101,45,99,111,111,107,105,101,45,98,111,120,2,1,228,222,75,180,0,8,1,26,46,109,111,116,104,101,114,108,101,115,115,45,99,111,111,107,105,101,45,119,114,97,112,112,101,114,2,1,227,190,134,248,0,8,1,6,46,109,111,117,110,116,2,1,105,106,120,124,0,8,1,34,46,109,112,112,45,99,111,110,116,97,105,110,101,114,45,112,111,115,105,116,105,111,110,45,98,111,116,116,111,109,45,98,97,114,2,1,72,179,159,41,0,8,1,16,46,109,114,99,95,103,100,112,114,95,98,97,110,110,101,114,2,1,70,102,254,71,0,8,1,19,46,109,115,45,102,111,111,116,101,114,45,109,101,115,115,97,103,101,115,2,2,159,39,33,197,241,189,204,243,0,8,1,19,46,109,115,45,104,101,97,100,101,114,45,109,101,115,115,97,103,101,115,2,1,159,39,33,197,0,8,1,4,46,109,115,103,2,4,31,181,58,177,123,179,154,250,127,235,204,135,205,187,183,226,0,8,1,20,46,109,115,103,45,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,2,1,89,80,144,203,0,8,1,13,46,109,115,103,45,45,112,111,112,111,118,101,114,2,1,207,130,145,218,0,8,1,7,46,109,115,103,66,111,120,2,1,196,31,210,138,0,8,1,22,46,109,116,118,45,99,111,111,107,105,101,45,99,111,109,112,108,105,97,110,99,101,2,1,244,217,32,149,0,8,1,20,46,109,117,114,97,45,99,116,97,95,95,99,111,110,116,97,105,110,101,114,2,1,11,104,94,42,0,8,1,27,46,109,119,45,99,111,111,107,105,101,119,97,114,110,105,110,103,45,99,111,110,116,97,105,110,101,114,2,2,37,170,234,72,226,180,189,186,0,8,1,15,46,109,120,45,48,46,119,45,49,48,48,46,114,111,119,2,1,63,230,72,205,0,8,1,17,46,109,120,95,77,97,116,114,105,120,84,111,111,108,98,97,114,2,1,28,146,108,181,0,8,1,17,46,109,121,45,109,111,100,97,108,45,111,118,101,114,108,97,121,2,1,62,40,22,61,0,8,1,16,46,109,121,103,111,118,105,100,45,111,118,101,114,108,97,121,2,1,100,82,65,246,0,8,1,17,46,110,45,109,101,115,115,97,103,105,110,103,45,115,108,111,116,2,1,194,197,252,190,0,8,1,20,46,110,97,118,98,97,114,45,110,111,116,105,102,105,99,97,116,105,111,110,2,1,238,218,211,255,0,8,1,13,46,110,97,118,98,97,114,45,113,97,114,100,115,2,3,112,183,219,204,114,200,101,32,251,139,22,41,0,8,1,22,46,110,97,118,105,45,116,101,114,109,115,45,111,102,45,115,101,114,118,105,99,101,2,1,110,88,103,217,0,8,1,24,46,110,98,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,109,111,100,97,108,2,1,123,105,152,140,0,8,1,10,46,110,98,45,112,97,114,101,110,116,2,1,76,52,48,18,0,8,1,10,46,110,99,109,45,114,101,97,100,121,2,1,148,225,227,91,0,8,1,13,46,110,99,112,49,45,109,101,115,115,97,103,101,2,1,140,89,219,211,0,8,1,11,46,110,99,116,111,118,101,114,108,97,121,2,1,49,217,34,211,0,8,1,11,46,110,101,101,100,115,99,108,105,99,107,2,1,8,172,175,221,0,8,1,20,46,110,101,108,105,111,45,112,111,112,117,112,45,119,114,97,112,112,101,114,2,1,98,252,49,250,0,8,1,19,46,110,101,119,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,2,1,242,188,227,0,0,8,1,26,46,110,101,119,45,99,111,110,115,101,110,116,45,112,111,112,117,112,45,119,114,97,112,112,101,114,2,1,33,136,124,81,0,8,1,15,46,110,101,119,99,111,111,107,105,101,108,97,121,101,114,2,1,46,142,121,10,0,8,1,18,46,110,102,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,2,1,124,50,177,175,0,8,1,15,46,110,103,45,99,111,110,102,105,114,109,45,98,111,120,2,1,240,63,146,192,0,8,1,25,46,110,103,45,99,111,110,102,105,114,109,45,99,111,111,107,105,101,45,112,111,108,105,99,121,2,1,240,63,146,192,0,8,1,26,46,110,103,45,115,99,111,112,101,46,95,102,108,111,97,116,105,110,103,45,98,97,110,110,101,114,2,1,38,157,55,159,0,8,1,17,46,110,103,45,116,111,97,115,116,45,45,98,111,116,116,111,109,2,1,193,47,114,218,0,8,1,22,46,110,103,45,116,114,105,103,103,101,114,46,97,99,116,105,111,110,45,98,97,114,2,1,224,23,53,51,0,8,1,24,46,110,103,45,116,114,105,103,103,101,114,46,110,103,45,116,110,115,45,99,51,53,45,48,2,1,97,78,171,149,0,8,1,10,46,110,105,110,101,45,103,100,112,114,2,1,148,202,78,174,0,8,1,17,46,110,106,45,104,101,97,100,101,114,45,112,114,111,109,112,116,2,1,6,215,124,123,0,8,1,7,46,110,108,45,99,112,98,2,2,219,21,143,175,254,175,71,6,0,8,1,10,46,110,111,45,99,111,111,107,105,101,2,1,148,97,208,2,0,8,1,14,46,110,111,67,111,111,107,105,101,77,111,100,97,108,2,1,65,235,72,160,0,8,1,5,46,110,111,116,101,2,1,213,38,167,248,0,8,1,12,46,110,111,116,101,45,112,111,108,105,99,121,2,1,89,127,91,172,0,8,1,13,46,110,111,116,105,99,101,45,98,111,97,114,100,2,1,142,80,111,159,0,8,1,20,46,110,111,116,105,99,101,45,105,116,101,109,45,115,117,99,99,101,115,115,2,2,89,198,222,23,215,240,190,231,0,8,1,13,46,110,111,116,105,99,101,45,109,111,100,97,108,2,1,200,178,125,29,0,8,1,22,46,110,111,116,105,99,101,45,109,111,100,97,108,45,45,99,111,111,107,105,101,115,2,1,168,244,148,114,0,8,1,31,46,110,111,116,105,99,101,45,109,111,100,97,108,95,95,111,118,101,114,108,97,121,45,45,99,111,111,107,105,101,115,2,1,168,244,148,114,0,8,1,15,46,110,111,116,105,99,101,45,115,101,99,116,105,111,110,2,1,106,210,181,244,0,8,1,14,46,110,111,116,105,99,101,45,119,105,110,100,111,119,2,2,80,144,36,119,202,196,219,32,0,8,1,12,46,110,111,116,105,99,101,45,119,114,97,112,2,1,132,146,100,19,0,8,1,10,46,110,111,116,105,99,101,95,45,49,2,1,66,250,205,92,0,8,1,21,46,110,111,116,105,99,101,95,78,111,116,105,99,101,115,95,50,57,116,82,81,2,1,169,4,28,26,0,8,1,15,46,110,111,116,105,99,101,95,95,98,97,110,110,101,114,2,1,28,115,33,197,0,8,1,8,46,110,111,116,105,99,101,115,2,1,193,107,202,200,0,8,1,22,46,110,111,116,105,102,105,99,97,116,105,111,110,45,45,99,111,110,116,101,110,116,2,1,69,107,167,101,0,8,1,27,46,110,111,116,105,102,105,99,97,116,105,111,110,45,45,110,111,116,105,102,105,99,97,116,105,111,110,2,1,186,186,86,65,0,8,1,19,46,110,111,116,105,102,105,99,97,116,105,111,110,45,97,108,101,114,116,2,4,32,85,31,16,47,207,62,162,56,219,49,163,247,101,92,33,0,8,1,20,46,110,111,116,105,102,105,99,97,116,105,111,110,45,98,97,110,110,101,114,2,2,191,198,136,49,219,86,114,41,0,8,1,17,46,110,111,116,105,102,105,99,97,116,105,111,110,45,98,111,120,2,1,144,1,66,69,0,8,1,23,46,110,111,116,105,102,105,99,97,116,105,111,110,45,99,111,110,116,97,105,110,101,114,2,2,125,198,30,83,182,158,52,255,0,8,1,21,46,110,111,116,105,102,105,99,97,116,105,111,110,45,99,111,111,107,105,101,115,2,1,40,197,75,14,0,8,1,21,46,110,111,116,105,102,105,99,97,116,105,111,110,45,105,110,105,116,105,97,108,2,1,250,140,208,3,0,8,1,18,46,110,111,116,105,102,105,99,97,116,105,111,110,45,108,105,115,116,2,1,128,145,43,92,0,8,1,27,46,110,111,116,105,102,105,99,97,116,105,111,110,45,112,111,112,117,112,45,111,118,101,114,108,97,121,2,1,154,199,254,56,0,8,1,21,46,110,111,116,105,102,105,99,97,116,105,111,110,45,119,114,97,112,112,101,114,2,2,46,220,227,147,121,98,234,109,0,8,1,20,46,110,111,116,105,102,105,99,97,116,105,111,110,46,111,114,97,110,103,101,2,1,23,231,125,236,0,8,1,35,46,110,111,116,105,102,105,99,97,116,105,111,110,66,97,110,110,101,114,95,95,98,97,110,110,101,114,95,95,95,51,56,103,120,56,2,1,72,91,185,93,0,8,1,16,46,110,111,116,105,102,105,99,97,116,105,111,110,66,97,114,2,1,199,100,184,178,0,8,1,27,46,110,111,116,105,102,105,99,97,116,105,111,110,87,114,97,112,112,101,114,45,45,50,108,121,86,87,2,1,245,30,160,131,0,8,1,21,46,110,111,116,105,102,105,99,97,116,105,111,110,95,95,98,97,110,110,101,114,2,1,126,62,230,237,0,8,1,21,46,110,111,116,105,102,105,99,97,116,105,111,110,95,95,99,111,111,107,105,101,2,1,10,43,246,249,0,8,1,20,46,110,111,116,105,102,105,99,97,116,105,111,110,95,98,97,110,110,101,114,2,1,157,58,49,77,0,8,1,19,46,110,111,116,105,102,105,99,97,116,105,111,110,95,115,116,114,105,112,2,1,242,153,224,143,0,8,1,16,46,110,111,116,105,102,105,99,97,116,105,111,110,98,97,114,2,1,9,147,35,108,0,8,1,14,46,110,111,116,105,102,105,99,97,116,105,111,110,115,2,2,60,131,181,14,193,115,147,191,0,8,1,20,46,110,111,116,105,102,105,99,97,116,105,111,110,115,45,111,117,116,101,114,2,1,46,254,134,99,0,8,1,22,46,110,111,116,105,102,105,99,97,116,105,111,110,115,45,119,114,97,112,112,101,114,2,1,67,243,87,177,0,8,1,17,46,110,111,116,105,102,105,101,114,45,109,101,115,115,97,103,101,2,1,62,224,241,36,0,8,1,17,46,110,111,116,105,102,105,101,114,45,119,114,97,112,112,101,114,2,1,240,221,20,192,0,8,1,17,46,110,111,116,105,102,105,101,114,95,100,109,99,97,95,106,115,2,1,39,103,216,1,0,8,1,7,46,110,111,116,105,102,121,2,1,31,73,106,203,0,8,1,14,46,110,111,116,105,102,121,45,101,110,115,117,114,101,2,1,90,233,162,213,0,8,1,14,46,110,111,116,105,102,121,67,111,111,107,105,101,115,2,1,132,75,102,137,0,8,1,10,46,110,111,116,105,102,121,98,97,114,2,1,9,134,54,186,0,8,1,11,46,110,111,116,105,112,111,112,95,98,103,2,1,243,78,24,56,0,8,1,13,46,110,111,116,105,122,87,114,97,112,112,101,114,2,1,85,204,245,158,0,8,1,7,46,110,115,45,98,111,120,2,2,53,139,109,195,125,79,169,89,0,8,1,12,46,110,115,45,105,110,102,111,45,98,97,114,2,1,120,34,77,1,0,8,1,9,46,110,116,102,99,45,98,97,114,2,1,116,39,81,189,0,8,1,16,46,110,117,97,45,103,100,112,114,45,98,97,110,110,101,114,2,1,42,176,153,191,0,8,1,23,46,110,118,45,110,111,116,105,102,105,99,97,116,105,111,110,45,104,101,97,100,101,114,2,1,126,251,94,144,0,8,1,11,46,110,120,45,49,101,53,99,54,55,99,2,1,47,154,205,227,0,8,1,20,46,110,121,112,45,115,105,116,101,119,105,100,101,45,110,111,116,105,99,101,2,3,33,27,32,136,104,168,162,49,141,54,47,27,0,8,1,7,46,111,45,100,97,116,97,2,1,231,42,79,228,0,8,1,17,46,111,45,112,111,112,117,112,45,45,99,111,111,107,105,101,115,2,1,217,41,97,254,0,8,1,5,46,111,55,101,53,2,1,77,29,43,237,0,8,1,7,46,111,90,109,119,50,101,2,1,102,41,154,253,0,8,1,24,46,111,98,45,99,111,111,107,105,101,115,111,118,101,114,108,97,121,45,109,111,100,97,108,2,1,149,79,144,169,0,8,1,21,46,111,99,99,114,112,45,99,111,111,107,105,101,45,111,118,101,114,108,97,121,2,1,11,94,177,74,0,8,1,18,46,111,109,119,45,109,111,100,97,108,45,111,118,101,114,108,97,121,2,1,51,103,123,132,0,8,1,19,46,111,110,45,115,99,114,101,101,110,45,109,101,115,115,97,103,101,115,2,1,179,151,191,181,0,8,1,31,46,111,110,101,45,112,105,120,101,108,45,109,97,114,103,105,110,45,98,111,116,116,111,109,46,115,103,45,66,111,120,2,1,13,55,42,72,0,8,1,27,46,111,110,101,70,111,111,116,101,114,45,68,83,45,69,110,116,114,121,80,111,105,110,116,49,45,49,2,1,38,157,28,48,0,8,1,9,46,111,110,101,116,114,117,115,116,2,1,183,153,49,236,0,8,1,12,46,111,112,97,99,105,116,121,45,49,48,48,2,1,243,27,131,253,0,8,1,26,46,111,112,97,99,105,116,121,45,49,48,48,46,116,114,97,110,115,108,97,116,101,45,121,45,48,2,1,143,201,176,142,0,8,1,13,46,111,112,116,45,105,110,45,109,111,100,97,108,2,3,42,3,188,223,69,58,98,116,128,76,252,141,0,8,1,15,46,111,112,116,105,110,45,115,100,107,45,114,111,111,116,2,2,42,254,181,132,221,147,144,60,0,8,1,18,46,111,114,105,103,105,110,45,115,105,116,101,115,116,114,105,112,101,2,1,58,17,27,252,0,8,1,11,46,111,116,45,99,111,111,107,105,101,115,2,1,120,186,62,94,0,8,1,11,46,111,116,45,102,97,100,101,45,105,110,2,1,135,125,62,117,0,8,1,25,46,111,118,95,98,111,116,116,111,109,95,102,108,111,97,116,105,110,103,95,112,97,110,101,108,2,1,186,19,188,239,0,8,1,8,46,111,118,101,114,108,97,121,2,1,35,34,171,242,0,8,1,37,46,111,118,101,114,108,97,121,45,45,99,111,111,107,105,101,95,98,97,110,110,101,114,95,119,105,116,104,111,117,116,95,105,99,111,110,115,2,1,39,218,238,170,0,8,1,17,46,111,118,101,114,108,97,121,45,98,97,99,107,100,114,111,112,2,6,13,57,60,173,28,211,126,234,70,214,169,234,148,192,187,124,148,193,224,244,155,100,20,142,0,8,1,15,46,111,118,101,114,108,97,121,45,98,97,110,110,101,114,2,1,37,117,198,205,0,8,1,18,46,111,118,101,114,108,97,121,45,99,111,110,116,97,105,110,101,114,2,1,149,109,173,38,0,8,1,30,46,111,118,101,114,108,97,121,45,109,111,98,105,108,101,45,115,116,121,108,101,115,45,101,110,97,98,108,101,100,2,1,240,102,52,177,0,8,1,23,46,111,118,101,114,108,97,121,45,109,111,100,97,108,115,45,119,114,97,112,112,101,114,2,1,39,218,238,170,0,8,1,11,46,111,118,101,114,108,97,121,80,111,112,2,1,148,188,98,156,0,8,1,20,46,111,118,101,114,108,97,121,95,102,117,108,108,95,115,99,114,101,101,110,2,1,20,109,229,87,0,8,1,9,46,111,118,101,114,108,97,121,115,2,1,111,178,42,94,0,8,1,7,46,111,119,114,97,45,100,2,1,67,86,100,255,0,8,1,27,46,112,45,48,46,111,118,101,114,102,108,111,119,45,97,117,116,111,46,102,108,101,120,45,99,111,108,2,1,68,67,17,3,0,8,1,20,46,112,45,100,105,97,108,111,103,45,101,110,116,101,114,45,100,111,110,101,2,1,204,22,227,125,0,8,1,4,46,112,49,53,2,1,246,63,76,54,0,8,1,17,46,112,95,100,114,97,119,101,114,95,119,114,97,112,112,101,114,2,1,196,237,204,245,0,8,1,19,46,112,97,103,101,45,98,103,32,62,32,46,119,114,97,112,112,101,114,2,1,223,20,48,48,0,8,1,24,46,112,97,103,101,45,98,111,116,116,111,109,45,109,101,115,115,97,103,101,45,98,111,120,2,1,170,226,125,232,0,8,1,16,46,112,97,103,101,45,99,111,111,107,105,101,45,98,97,114,2,1,126,35,37,87,0,8,1,20,46,112,97,103,101,45,99,111,111,107,105,101,45,111,118,101,114,108,97,121,2,1,126,157,92,147,0,8,1,14,46,112,97,103,101,45,104,105,110,116,45,98,111,120,2,1,134,199,163,234,0,8,1,18,46,112,97,103,101,45,110,111,116,105,102,105,99,97,116,105,111,110,2,1,12,243,12,217,0,8,1,13,46,112,97,103,101,45,111,118,101,114,108,97,121,2,1,3,97,197,234,0,8,1,21,46,112,97,103,101,45,111,118,101,114,108,97,121,95,119,114,97,112,112,101,114,2,2,90,155,229,237,148,181,249,67,0,8,1,17,46,112,97,103,101,78,111,116,105,102,105,99,97,116,105,111,110,2,1,210,201,238,147,0,8,1,12,46,112,97,103,101,79,118,101,114,108,97,121,2,1,163,128,97,119,0,8,1,17,46,112,97,103,101,95,95,108,101,103,97,108,45,108,105,110,107,2,1,107,154,211,99,0,8,1,13,46,112,97,103,101,95,119,97,114,110,105,110,103,2,1,77,9,154,242,0,8,1,14,46,112,97,110,101,108,95,99,111,111,107,105,101,115,2,1,251,213,253,125,0,8,1,7,46,112,97,115,116,114,121,2,1,55,174,106,96,0,8,1,16,46,112,98,45,115,109,46,99,111,110,116,97,105,110,101,114,2,1,88,31,148,48,0,8,1,4,46,112,99,98,2,2,45,212,46,28,131,228,126,239,0,8,1,12,46,112,99,98,95,95,98,97,110,110,101,114,2,2,219,138,129,254,249,106,160,176,0,8,1,22,46,112,99,104,45,99,111,111,107,105,101,45,112,111,108,105,99,121,45,98,97,114,2,1,166,58,60,28,0,8,1,11,46,112,100,112,97,45,112,111,112,117,112,2,1,48,216,120,155,0,8,1,18,46,112,101,114,115,105,115,116,101,110,116,77,101,115,115,97,103,101,2,1,70,14,141,84,0,8,1,14,46,112,101,114,115,111,110,97,108,45,100,97,116,97,2,1,64,175,232,106,0,8,1,26,46,112,102,45,104,101,97,100,101,114,45,99,111,111,107,105,101,115,116,97,116,101,109,101,110,116,2,1,20,229,178,85,0,8,1,25,46,112,102,45,112,114,105,118,97,99,121,45,112,111,108,105,99,121,45,110,111,116,105,99,101,2,1,255,161,201,246,0,8,1,18,46,112,103,45,109,111,100,97,108,45,98,108,97,99,107,111,117,116,2,1,39,53,198,73,0,8,1,4,46,112,103,112,2,1,231,156,214,67,0,8,1,12,46,112,105,110,45,98,46,102,105,120,101,100,2,1,160,164,12,198,0,8,1,18,46,112,105,110,45,98,46,112,105,110,45,108,46,102,105,120,101,100,2,1,123,195,106,63,0,8,1,18,46,112,105,110,45,114,46,112,105,110,45,98,46,102,105,120,101,100,2,1,120,160,15,99,0,8,1,11,46,112,105,120,45,99,111,111,107,105,101,2,1,54,166,225,196,0,8,1,22,46,112,105,120,112,97,45,99,111,111,107,105,101,115,45,119,114,97,112,112,101,114,2,1,127,56,97,56,0,8,1,7,46,112,111,108,105,99,101,2,1,97,164,91,12,0,8,1,9,46,112,111,108,105,99,105,101,115,2,2,23,72,201,214,129,71,110,167,0,8,1,7,46,112,111,108,105,99,121,2,7,28,222,16,212,95,75,28,44,129,61,119,206,161,24,177,136,162,67,202,28,203,31,73,12,237,250,200,117,0,8,1,11,46,112,111,108,105,99,121,45,98,97,114,2,1,250,66,124,16,0,8,1,14,46,112,111,108,105,99,121,45,100,105,97,108,111,103,2,1,148,181,65,54,0,8,1,12,46,112,111,108,105,99,121,45,105,110,102,111,2,2,89,214,208,182,109,205,237,116,0,8,1,13,46,112,111,108,105,99,121,45,108,97,98,101,108,2,1,61,98,195,228,0,8,1,20,46,112,111,108,105,99,121,45,109,97,105,110,45,119,114,114,97,112,101,114,2,1,36,26,219,227,0,8,1,14,46,112,111,108,105,99,121,45,110,111,116,105,99,101,2,1,97,198,12,234,0,8,1,13,46,112,111,108,105,99,121,45,112,97,110,101,108,2,1,206,92,190,52,0,8,1,14,46,112,111,108,105,99,121,45,112,111,112,45,117,112,2,1,129,67,5,120,0,8,1,13,46,112,111,108,105,99,121,45,112,111,112,117,112,2,1,70,196,187,83,0,8,1,11,46,112,111,108,105,99,121,78,111,116,101,2,1,121,246,245,101,0,8,1,13,46,112,111,108,105,99,121,95,95,97,114,101,97,2,1,220,245,238,138,0,8,1,13,46,112,111,108,105,99,121,95,112,111,112,117,112,2,2,36,225,123,112,203,160,43,81,0,8,1,13,46,112,111,108,105,99,121,98,97,110,110,101,114,2,1,2,208,38,221,0,8,1,16,46,112,111,108,105,116,105,99,97,82,101,119,97,114,100,115,2,2,82,60,130,205,124,153,156,166,0,8,1,7,46,112,111,111,107,105,101,2,1,37,112,42,25,0,8,1,12,46,112,111,112,45,99,111,110,116,101,110,116,2,1,101,46,158,147,0,8,1,7,46,112,111,112,45,117,112,2,1,18,164,234,120,0,8,1,14,46,112,111,112,45,117,112,45,98,97,110,110,101,114,2,1,36,198,106,129,0,8,1,7,46,112,111,112,98,111,120,2,1,142,39,243,200,0,8,1,14,46,112,111,112,105,110,95,99,111,110,115,101,110,116,2,1,20,109,229,87,0,8,1,8,46,112,111,112,109,97,107,101,2,1,179,4,244,92,0,8,1,15,46,112,111,112,117,112,45,45,99,111,111,107,105,101,115,2,3,84,156,69,130,88,74,183,227,126,236,154,249,0,8,1,13,46,112,111,112,117,112,45,97,99,99,101,115,115,2,1,177,6,107,63,0,8,1,23,46,112,111,112,117,112,45,99,111,110,116,97,105,110,101,114,45,98,111,116,116,111,109,2,1,156,91,175,21,0,8,1,32,46,112,111,112,117,112,45,99,111,110,116,97,105,110,101,114,45,99,111,110,102,105,100,101,110,116,105,97,108,105,116,121,2,1,189,53,11,170,0,8,1,14,46,112,111,112,117,112,45,99,111,110,116,101,110,116,2,1,134,153,93,38,0,8,1,13,46,112,111,112,117,112,45,100,105,97,108,111,103,2,1,60,194,103,117,0,8,1,12,46,112,111,112,117,112,45,105,110,110,101,114,2,1,220,62,242,238,0,8,1,17,46,112,111,112,117,112,45,111,118,101,114,108,97,121,80,111,112,2,1,243,55,71,107,0,8,1,13,46,112,111,112,117,112,45,119,105,110,100,111,119,2,1,248,199,111,200,0,8,1,14,46,112,111,112,117,112,45,119,114,97,112,112,101,114,2,1,31,73,230,29,0,8,1,14,46,112,111,112,117,112,80,111,108,105,99,105,101,115,2,1,57,240,217,48,0,8,1,12,46,112,111,112,117,112,95,98,108,111,99,107,2,1,148,193,181,139,0,8,1,14,46,112,111,112,117,112,95,100,101,115,107,116,111,112,2,1,101,244,14,127,0,8,1,14,46,112,111,112,117,112,95,112,114,105,118,97,99,121,2,1,89,113,243,125,0,8,1,17,46,112,111,112,117,112,95,116,111,115,69,100,105,116,105,111,110,2,1,38,157,25,55,0,8,1,9,46,112,111,112,117,112,98,111,120,2,1,185,102,34,104,0,8,1,10,46,112,111,112,117,112,104,111,109,101,2,1,168,97,156,130,0,8,1,3,46,112,112,2,1,201,155,242,96,0,8,1,10,46,112,112,45,102,111,111,116,101,114,2,2,25,75,5,224,170,137,194,219,0,8,1,5,46,112,112,45,112,2,1,18,200,164,154,0,8,1,23,46,112,112,103,45,99,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,2,1,38,157,53,243,0,8,1,20,46,112,112,114,101,108,111,97,100,101,100,95,108,105,103,104,116,98,111,120,2,1,112,172,6,241,0,8,1,6,46,112,112,114,101,109,2,1,119,59,106,232,0,8,1,10,46,112,112,115,45,112,111,112,117,112,2,1,223,172,190,52,0,8,1,23,46,112,114,45,99,111,111,107,105,101,45,109,111,100,97,108,45,98,111,116,116,111,109,2,2,157,35,169,114,174,26,226,2,0,8,1,9,46,112,114,100,45,119,114,97,112,2,1,73,61,197,34,0,8,1,16,46,112,114,101,102,101,114,101,110,99,101,115,45,98,97,114,2,1,187,0,228,44,0,8,1,22,46,112,114,101,118,105,101,119,45,99,111,111,107,105,101,115,45,97,108,101,114,116,2,1,11,114,181,74,0,8,1,10,46,112,114,105,118,45,116,105,112,115,2,1,22,7,182,138,0,8,1,8,46,112,114,105,118,97,99,121,2,9,2,234,2,105,27,241,10,29,34,57,116,199,55,197,14,56,123,15,185,5,139,52,58,128,148,192,109,107,197,5,135,126,237,252,193,106,0,8,1,18,46,112,114,105,118,97,99,121,45,97,103,114,101,101,109,101,110,116,2,1,211,86,99,241,0,8,1,12,46,112,114,105,118,97,99,121,45,98,97,114,2,1,107,201,167,11,0,8,1,12,46,112,114,105,118,97,99,121,45,98,111,120,2,1,177,214,185,93,0,8,1,15,46,112,114,105,118,97,99,121,45,98,117,116,116,111,110,2,1,211,221,156,70,0,8,1,16,46,112,114,105,118,97,99,121,45,99,97,108,108,111,117,116,2,1,238,168,80,43,0,8,1,27,46,112,114,105,118,97,99,121,45,99,111,110,115,101,110,116,45,101,110,116,101,114,45,100,111,110,101,2,1,148,181,106,64,0,8,1,18,46,112,114,105,118,97,99,121,45,99,111,110,116,97,105,110,101,114,2,2,123,217,131,72,153,155,125,31,0,8,1,16,46,112,114,105,118,97,99,121,45,99,111,110,116,101,110,116,2,2,38,157,26,200,126,191,53,140,0,8,1,16,46,112,114,105,118,97,99,121,45,99,111,110,116,114,111,108,2,1,205,143,109,10,0,8,1,13,46,112,114,105,118,97,99,121,45,100,97,116,97,2,1,94,133,114,44,0,8,1,15,46,112,114,105,118,97,99,121,45,100,105,97,108,111,103,2,1,166,25,111,192,0,8,1,15,46,112,114,105,118,97,99,121,45,104,111,108,100,101,114,2,1,213,96,203,200,0,8,1,13,46,112,114,105,118,97,99,121,45,108,105,110,107,2,1,181,88,46,124,0,8,1,13,46,112,114,105,118,97,99,121,45,109,101,110,117,2,1,202,233,23,139,0,8,1,15,46,112,114,105,118,97,99,121,45,110,111,116,105,99,101,2,3,2,234,2,105,69,33,25,7,91,173,235,229,0,8,1,14,46,112,114,105,118,97,99,121,45,112,97,110,101,108,2,1,98,255,156,44,0,8,1,20,46,112,114,105,118,97,99,121,45,112,111,108,105,99,116,121,45,98,97,114,2,1,110,147,240,17,0,8,1,25,46,112,114,105,118,97,99,121,45,112,111,108,105,99,121,45,99,111,110,116,97,105,110,101,114,2,1,76,128,42,98,0,8,1,23,46,112,114,105,118,97,99,121,45,112,111,108,105,99,121,45,100,101,115,107,116,111,112,2,1,17,239,87,253,0,8,1,61,46,112,114,105,118,97,99,121,45,112,111,108,105,99,121,45,110,111,116,105,102,105,99,97,116,105,111,110,95,112,111,108,105,99,121,45,110,111,116,105,102,105,99,97,116,105,111,110,45,109,111,100,97,108,95,95,119,97,115,121,79,2,1,93,101,176,210,0,8,1,19,46,112,114,105,118,97,99,121,45,112,111,108,105,99,121,45,112,111,112,2,1,48,39,170,156,0,8,1,23,46,112,114,105,118,97,99,121,45,112,111,108,105,99,121,45,115,108,105,100,101,117,112,2,1,20,100,75,218,0,8,1,16,46,112,114,105,118,97,99,121,45,112,111,112,111,118,101,114,2,1,96,25,214,41,0,8,1,15,46,112,114,105,118,97,99,121,45,114,105,103,104,116,115,2,1,9,73,24,105,0,8,1,16,46,112,114,105,118,97,99,121,45,115,101,116,116,105,110,103,2,1,202,233,23,139,0,8,1,15,46,112,114,105,118,97,99,121,45,119,105,100,103,101,116,2,1,62,135,83,33,0,8,1,16,46,112,114,105,118,97,99,121,45,119,114,97,112,112,101,114,2,1,137,248,12,93,0,8,1,12,46,112,114,105,118,97,99,121,65,114,101,97,2,1,233,248,127,214,0,8,1,11,46,112,114,105,118,97,99,121,66,111,120,2,1,111,138,198,134,0,8,1,11,46,112,114,105,118,97,99,121,76,97,119,2,1,255,36,1,231,0,8,1,14,46,112,114,105,118,97,99,121,80,114,111,109,112,116,2,1,129,46,109,134,0,8,1,12,46,112,114,105,118,97,99,121,95,98,111,120,2,1,6,183,242,117,0,8,1,14,46,112,114,105,118,97,99,121,95,99,104,101,99,107,2,1,20,227,18,30,0,8,1,17,46,112,114,105,118,97,99,121,95,112,111,108,105,99,105,101,115,2,1,19,224,33,148,0,8,1,15,46,112,114,105,118,97,99,121,95,112,114,111,109,112,116,2,2,35,197,252,109,77,162,118,88,0,8,1,18,46,112,114,105,118,97,99,121,95,115,116,97,116,101,109,101,110,116,2,1,169,146,111,175,0,8,1,13,46,112,114,105,118,97,99,121,95,116,105,112,115,2,1,187,93,227,142,0,8,1,22,46,112,114,105,118,97,99,121,111,112,116,105,111,110,95,111,118,101,114,108,97,121,2,1,119,192,102,100,0,8,1,24,46,112,114,105,118,97,99,121,115,101,116,116,105,110,103,115,95,95,98,97,110,110,101,114,2,1,38,157,171,200,0,8,1,12,46,112,114,105,118,97,99,121,119,114,97,112,2,1,251,60,187,121,0,8,1,13,46,112,114,105,118,97,114,121,67,108,97,115,115,2,1,250,183,236,124,0,8,1,18,46,112,114,111,106,101,99,116,115,45,116,97,107,101,111,118,101,114,2,1,100,74,251,115,0,8,1,10,46,112,114,111,109,105,110,101,110,116,2,1,205,78,199,204,0,8,1,23,46,112,114,111,109,111,45,98,97,110,110,101,114,45,99,111,110,116,97,105,110,101,114,2,1,148,181,46,176,0,8,1,10,46,112,114,111,109,111,116,105,111,110,2,1,122,175,180,14,0,8,1,24,46,112,114,111,109,111,116,105,111,110,45,115,116,114,105,112,45,119,114,97,112,112,101,114,2,1,98,192,184,172,0,8,1,7,46,112,114,111,109,112,116,2,1,69,200,87,232,0,8,1,11,46,112,114,111,109,112,116,45,98,111,120,2,1,85,65,122,244,0,8,1,18,46,112,114,111,118,105,110,99,101,45,115,101,108,101,99,116,111,114,2,1,52,97,161,198,0,8,1,6,46,112,114,121,99,107,2,1,92,4,226,33,0,8,1,13,46,112,115,45,99,111,111,107,105,101,98,97,114,2,1,10,132,89,78,0,8,1,6,46,112,116,45,49,48,2,1,127,240,247,209,0,8,1,8,46,112,117,98,45,116,105,112,2,2,127,98,183,242,191,250,221,235,0,8,1,14,46,112,117,98,108,105,99,45,99,111,111,107,105,101,2,1,116,49,225,66,0,8,1,27,46,112,117,98,108,105,99,45,115,101,114,118,105,99,101,45,97,110,111,117,110,99,101,109,101,110,116,2,1,103,195,40,99,0,8,1,13,46,112,117,108,115,101,45,98,97,110,110,101,114,2,1,31,73,231,102,0,8,1,14,46,112,117,109,45,99,111,110,116,97,105,110,101,114,2,2,61,114,55,87,197,230,160,90,0,8,1,20,46,112,117,115,104,45,98,97,110,110,101,114,45,99,111,110,115,101,110,116,2,1,107,130,33,238,0,8,1,14,46,112,117,115,104,45,100,111,119,110,45,99,116,97,2,1,9,63,139,200,0,8,1,8,46,112,117,115,104,45,109,101,2,1,231,77,54,229,0,8,1,11,46,112,119,97,45,112,114,111,109,112,116,2,1,190,140,104,188,0,8,1,11,46,112,120,45,49,50,46,112,121,45,51,2,1,191,182,122,24,0,8,1,29,46,112,120,95,45,104,45,97,117,116,111,46,112,120,95,45,122,45,105,110,100,101,120,45,49,48,48,48,48,2,1,45,81,185,119,0,8,1,29,46,112,121,45,49,54,46,104,45,102,117,108,108,46,119,45,102,117,108,108,46,109,97,120,45,119,45,115,109,2,1,149,123,79,28,0,8,1,16,46,112,121,45,51,46,109,97,120,45,119,45,102,117,108,108,2,1,253,133,56,172,0,8,1,21,46,112,121,107,71,110,86,88,81,73,100,55,82,48,95,105,83,56,89,48,82,2,1,141,124,41,202,0,8,1,19,46,112,122,45,104,105,100,101,45,110,101,119,115,114,101,97,100,101,114,2,1,203,80,115,129,0,8,1,16,46,113,45,99,97,114,100,95,95,115,101,99,116,105,111,110,2,1,83,49,93,0,0,8,1,16,46,113,45,110,111,116,105,102,105,99,97,116,105,111,110,115,2,1,85,168,181,227,0,8,1,30,46,113,45,110,111,116,105,102,105,99,97,116,105,111,110,115,95,95,108,105,115,116,45,45,98,111,116,116,111,109,2,1,92,105,94,164,0,8,1,9,46,113,107,46,113,106,46,113,105,2,1,24,105,238,35,0,8,1,19,46,114,45,49,52,53,100,98,108,109,46,114,45,110,99,52,97,51,48,2,1,190,180,233,118,0,8,1,10,46,114,45,49,112,48,100,116,97,105,2,1,197,83,26,10,0,8,1,9,46,114,45,108,49,51,100,112,121,2,2,138,121,193,40,218,33,206,134,0,8,1,9,46,114,45,109,118,99,102,101,106,2,1,180,199,91,226,0,8,1,40,46,114,45,117,56,115,49,100,46,114,45,49,114,55,52,104,57,52,46,114,45,49,110,108,119,48,105,109,46,99,115,115,45,49,100,98,106,99,52,110,2,1,184,108,108,166,0,8,1,16,46,114,97,112,116,105,118,101,45,99,111,110,115,101,110,116,2,1,215,68,77,25,0,8,1,12,46,114,97,121,65,108,101,114,116,66,111,120,2,1,151,176,224,28,0,8,1,4,46,114,99,99,2,1,109,252,62,114,0,8,1,25,46,114,100,109,45,100,97,97,99,45,110,111,116,105,99,101,45,116,101,109,112,108,97,116,101,2,1,255,180,42,229,0,8,1,24,46,114,101,97,99,116,45,99,111,111,107,105,101,110,111,116,105,99,101,45,114,111,111,116,2,2,85,224,116,244,157,235,95,150,0,8,1,31,46,114,101,99,111,109,109,101,110,100,97,116,105,111,110,45,109,111,100,97,108,95,95,98,97,99,107,100,114,111,112,2,1,237,143,239,236,0,8,1,22,46,114,101,103,105,111,110,45,109,97,115,116,104,101,97,100,45,105,110,110,101,114,2,1,161,56,150,168,0,8,1,19,46,114,101,109,97,114,107,101,116,105,110,103,45,98,97,110,110,101,114,2,1,129,68,98,51,0,8,1,9,46,114,101,109,105,110,100,101,114,2,1,40,167,30,182,0,8,1,13,46,114,101,118,101,97,108,45,109,111,100,97,108,2,1,123,66,119,155,0,8,1,22,46,114,101,118,101,97,108,45,109,111,100,97,108,45,98,103,45,119,104,105,116,101,2,1,125,239,148,105,0,8,1,15,46,114,101,118,101,97,108,45,111,118,101,114,108,97,121,2,2,17,107,167,89,53,93,39,172,0,8,1,11,46,114,104,99,45,98,97,110,110,101,114,2,3,89,49,82,57,102,135,212,26,231,241,117,60,0,8,1,6,46,114,104,118,81,97,2,1,139,43,181,67,0,8,1,19,46,114,105,99,111,108,97,45,99,111,111,107,105,101,45,105,110,102,111,2,1,98,194,105,98,0,8,1,13,46,114,109,113,45,100,54,48,98,56,52,100,54,2,1,81,147,75,25,0,8,1,10,46,114,111,97,114,45,98,111,100,121,2,1,171,88,33,72,0,8,1,11,46,114,111,111,116,45,56,97,98,98,52,2,1,13,149,168,116,0,8,1,11,46,114,111,111,116,45,98,99,97,48,57,2,1,13,149,168,116,0,8,1,11,46,114,112,108,109,45,97,108,101,114,116,2,1,136,109,113,5,0,8,1,16,46,114,115,45,109,101,115,115,97,103,101,45,105,110,102,111,2,1,22,35,9,118,0,8,1,27,46,114,115,99,45,111,110,101,116,114,117,115,116,45,99,111,111,107,105,101,45,102,111,111,116,101,114,2,1,160,164,0,165,0,8,1,7,46,114,115,116,98,111,120,2,1,136,11,235,19,0,8,1,9,46,114,115,116,98,111,120,101,115,2,2,128,148,153,0,129,45,228,196,0,8,1,26,46,114,119,100,45,104,101,97,100,101,114,45,99,111,111,107,105,101,45,115,101,99,116,105,111,110,2,1,115,138,237,123,0,8,1,15,46,115,45,110,111,116,105,102,105,99,97,116,105,111,110,2,1,27,98,210,27,0,8,1,24,46,115,95,95,121,50,103,106,78,105,73,83,48,111,49,82,65,95,53,69,98,110,107,119,2,1,152,53,126,119,0,8,1,31,46,115,97,110,105,116,97,115,45,99,111,111,107,105,101,45,97,108,101,114,116,45,99,111,110,116,97,105,110,101,114,2,1,188,202,130,147,0,8,1,19,46,115,99,45,49,103,110,109,115,50,48,45,48,46,86,112,99,103,122,2,3,187,237,92,49,194,197,250,17,205,14,140,94,0,8,1,20,46,115,99,45,49,108,100,103,109,117,103,45,48,46,99,75,112,108,73,83,2,3,187,237,92,49,194,197,250,17,205,14,140,94,0,8,1,13,46,115,99,45,49,113,118,102,52,104,98,45,48,2,1,134,21,212,107,0,8,1,21,46,115,99,45,51,102,51,55,50,52,52,99,45,48,46,106,77,75,114,74,119,2,1,49,58,5,113,0,8,1,9,46,115,99,45,69,72,79,106,101,2,1,131,45,226,100,0,8,1,14,46,115,99,45,99,111,111,107,105,101,45,112,111,112,2,1,148,121,148,124,0,8,1,16,46,115,99,45,99,111,111,107,105,101,45,112,111,112,117,112,2,1,183,189,136,228,0,8,1,10,46,115,99,45,101,100,76,79,104,109,2,1,44,103,246,97,0,8,1,15,46,115,99,45,110,111,116,105,45,98,97,110,110,101,114,2,1,121,94,11,239,0,8,1,17,46,115,99,45,117,45,112,97,100,100,105,110,103,45,121,45,109,2,1,61,106,106,219,0,8,1,9,46,115,99,45,121,119,70,122,65,2,1,198,22,40,136,0,8,1,7,46,115,99,114,101,101,110,2,1,47,93,110,145,0,8,1,19,46,115,99,114,101,101,110,66,108,111,99,107,79,118,101,114,108,97,121,2,1,95,146,32,61,0,8,1,18,46,115,100,115,45,109,111,100,97,108,45,111,118,101,114,108,97,121,2,1,89,212,205,78,0,8,1,15,46,115,101,45,100,115,45,99,45,101,78,77,90,83,101,2,1,133,151,49,197,0,8,1,21,46,115,101,99,116,105,111,110,45,45,97,108,101,114,116,45,112,97,110,101,108,2,1,36,171,61,63,0,8,1,15,46,115,101,99,116,105,111,110,45,112,114,111,109,112,116,2,1,95,244,255,108,0,8,1,16,46,115,101,99,117,114,105,116,121,45,112,111,108,105,99,121,2,1,209,115,119,140,0,8,1,21,46,115,101,108,101,99,116,45,115,99,104,111,111,108,45,102,111,111,116,101,114,2,1,27,147,159,88,0,8,1,17,46,115,101,112,45,99,111,111,107,105,101,115,45,98,111,120,115,2,1,83,5,198,70,0,8,1,20,46,115,101,115,115,105,111,110,110,111,116,105,102,105,99,97,116,105,111,110,2,1,124,38,52,31,0,8,1,11,46,115,101,116,112,114,105,118,97,99,121,2,1,43,254,37,195,0,8,1,13,46,115,102,45,102,105,120,101,100,45,98,97,114,2,2,108,166,242,75,164,186,56,187,0,8,1,8,46,115,103,45,103,100,112,114,2,1,199,84,18,49,0,8,1,35,46,115,103,112,98,45,112,111,112,117,112,45,100,105,97,108,111,103,45,109,97,105,110,45,100,105,118,45,119,114,97,112,112,101,114,2,1,238,27,125,250,0,8,1,19,46,115,103,112,98,45,112,111,112,117,112,45,111,118,101,114,108,97,121,2,1,238,27,125,250,0,8,1,15,46,115,104,45,112,97,103,101,45,110,111,116,105,99,101,2,1,57,122,162,29,0,8,1,11,46,115,104,97,100,111,119,45,51,120,108,2,1,168,93,29,49,0,8,1,21,46,115,104,97,100,111,119,45,99,111,111,107,105,101,115,98,97,110,110,101,114,2,1,48,22,6,164,0,8,1,19,46,115,104,97,100,111,119,45,115,109,46,98,103,45,119,104,105,116,101,2,1,42,50,213,7,0,8,1,35,46,115,104,97,100,111,119,46,116,101,120,116,45,119,104,105,116,101,46,98,103,45,103,114,97,121,45,100,97,114,107,45,109,105,100,2,1,249,33,135,142,0,8,1,24,46,115,104,97,114,101,100,95,99,111,110,116,97,105,110,101,114,95,95,79,90,110,102,95,2,1,54,20,31,218,0,8,1,13,46,115,104,101,108,108,67,111,111,107,105,101,115,2,1,142,140,33,97,0,8,1,5,46,115,104,111,119,2,1,60,66,3,30,0,8,1,16,46,115,104,111,119,45,99,111,111,107,105,101,45,100,105,118,2,1,226,224,172,210,0,8,1,11,46,115,104,111,119,66,97,110,110,101,114,2,4,108,123,49,255,132,60,134,190,155,237,184,128,252,237,6,220,0,8,1,14,46,115,104,111,119,95,115,49,111,121,57,99,120,101,2,1,78,94,135,235,0,8,1,17,46,115,104,111,119,99,111,111,107,105,101,100,105,97,108,111,103,2,1,63,94,57,250,0,8,1,6,46,115,104,111,119,110,2,1,128,97,159,160,0,8,1,18,46,115,105,103,110,117,112,45,99,116,97,95,95,102,105,120,101,100,2,1,30,73,63,247,0,8,1,18,46,115,105,109,45,99,111,111,107,105,101,115,45,112,111,112,117,112,2,1,151,157,120,87,0,8,1,21,46,115,105,109,112,108,101,45,99,111,111,107,105,101,45,119,105,100,103,101,116,2,2,8,110,93,144,58,217,96,221,0,8,1,21,46,115,105,109,112,108,101,45,100,105,115,109,105,115,115,45,97,108,101,114,116,2,1,65,251,56,146,0,8,1,13,46,115,105,109,112,108,101,45,109,111,100,97,108,2,1,24,94,203,68,0,8,1,21,46,115,105,109,112,108,101,45,109,111,100,97,108,45,111,118,101,114,108,97,121,2,1,24,94,203,68,0,8,1,22,46,115,105,109,112,108,101,109,111,100,97,108,45,99,111,110,116,97,105,110,101,114,2,1,233,223,28,54,0,8,1,20,46,115,105,109,112,108,101,109,111,100,97,108,45,111,118,101,114,108,97,121,2,1,233,223,28,54,0,8,1,12,46,115,105,116,101,45,98,97,110,110,101,114,2,1,57,61,154,5,0,8,1,20,46,115,105,116,101,45,98,108,117,114,45,99,111,110,116,97,105,110,101,114,2,1,35,168,161,23,0,8,1,12,46,115,105,116,101,45,102,111,111,116,101,114,2,2,54,49,50,74,111,88,238,85,0,8,1,13,46,115,105,116,101,45,109,101,115,115,97,103,101,2,1,59,46,153,212,0,8,1,28,46,115,105,116,101,45,109,101,115,115,97,103,101,45,98,97,110,110,101,114,45,119,97,114,110,105,110,103,2,1,199,32,200,189,0,8,1,22,46,115,105,116,101,45,109,111,100,97,108,115,45,99,111,110,116,97,105,110,101,114,2,1,16,216,185,81,0,8,1,27,46,115,105,116,101,45,109,111,100,97,108,115,95,95,109,111,100,97,108,45,45,99,111,111,107,105,101,2,1,148,197,92,247,0,8,1,18,46,115,105,116,101,45,110,111,116,105,102,105,99,97,116,105,111,110,2,2,103,216,232,49,215,110,241,47,0,8,1,13,46,115,105,116,101,45,111,118,101,114,108,97,121,2,1,16,216,185,81,0,8,1,13,46,115,105,116,101,45,119,97,114,110,105,110,103,2,2,166,143,132,102,194,128,153,7,0,8,1,17,46,115,105,116,101,65,108,101,114,116,77,101,115,115,97,103,101,2,1,56,241,108,233,0,8,1,19,46,115,105,116,101,95,99,111,111,107,105,101,95,110,111,116,105,99,101,2,1,182,114,236,144,0,8,1,10,46,115,105,116,101,97,108,101,114,116,2,1,35,95,182,222,0,8,1,17,46,115,105,116,101,99,111,111,107,105,101,112,111,108,105,99,121,2,1,38,157,53,122,0,8,1,16,46,115,105,116,101,119,105,100,101,45,110,111,116,105,99,101,2,3,33,27,32,136,104,168,162,49,141,54,47,27,0,8,1,12,46,115,107,105,110,45,111,112,116,105,111,110,2,1,114,129,22,51,0,8,1,21,46,115,108,105,100,101,45,105,110,45,102,114,111,109,45,98,111,116,116,111,109,2,1,214,210,87,180,0,8,1,9,46,115,108,105,100,101,45,117,112,2,1,100,104,214,128,0,8,1,14,46,115,108,105,100,105,110,103,45,112,111,112,117,112,2,1,80,214,121,172,0,8,1,17,46,115,109,67,111,110,116,97,105,110,101,114,73,110,110,101,114,2,1,22,215,118,3,0,8,1,10,46,115,109,99,111,111,107,105,101,115,2,1,188,12,126,83,0,8,1,6,46,115,110,97,99,107,2,1,210,233,231,79,0,8,1,9,46,115,110,97,99,107,98,97,114,2,1,84,42,218,235,0,8,1,20,46,115,110,97,99,107,98,97,114,45,101,110,116,101,114,45,100,111,110,101,2,1,173,209,21,159,0,8,1,19,46,115,110,99,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,2,1,127,191,227,244,0,8,1,18,46,115,111,102,116,77,101,115,115,97,103,101,115,45,105,116,101,109,2,1,132,6,239,238,0,8,1,20,46,115,111,110,111,115,99,111,110,116,101,110,116,45,98,97,110,110,101,114,2,1,129,41,166,162,0,8,1,11,46,115,112,101,99,105,97,108,77,115,103,2,1,209,194,168,62,0,8,1,29,46,115,112,105,99,101,103,101,109,115,95,103,100,112,114,95,98,111,116,116,111,109,95,98,97,110,110,101,114,2,1,20,197,248,41,0,8,1,19,46,115,112,105,110,45,97,105,45,103,116,109,45,98,97,110,110,101,114,2,1,144,227,180,22,0,8,1,13,46,115,112,114,100,45,99,111,110,115,101,110,116,2,1,165,252,175,181,0,8,1,15,46,115,112,117,45,98,111,116,116,111,109,45,98,97,114,2,1,5,66,8,182,0,8,1,7,46,115,112,120,99,105,98,2,1,148,193,132,48,0,8,1,24,46,115,113,115,45,115,108,105,100,101,45,108,97,121,101,114,45,99,111,110,116,101,110,116,2,1,171,148,67,216,0,8,1,18,46,115,113,115,45,115,108,105,100,101,45,119,114,97,112,112,101,114,2,1,35,39,110,27,0,8,1,57,46,115,114,99,45,99,111,109,112,111,110,101,110,116,115,45,99,111,110,110,101,99,116,101,100,45,100,105,97,108,111,103,45,100,105,97,108,111,103,95,95,114,111,111,116,95,111,112,101,110,45,45,49,74,122,114,78,2,1,86,250,211,89,0,8,1,59,46,115,114,99,45,99,111,109,112,111,110,101,110,116,115,45,117,116,105,108,115,45,95,95,95,77,111,100,97,108,79,118,101,114,108,97,121,95,95,122,105,103,122,97,103,45,109,111,100,97,108,95,95,95,50,112,79,88,109,2,1,230,170,49,20,0,8,1,34,46,115,114,99,45,117,105,45,67,111,111,107,105,101,45,67,111,111,107,105,101,95,95,114,111,111,116,45,45,51,76,109,108,52,2,1,143,125,48,215,0,8,1,19,46,115,116,105,99,107,45,102,111,111,116,101,114,45,112,97,110,101,108,2,1,183,251,152,179,0,8,1,31,46,115,116,105,99,107,121,45,99,111,111,107,105,101,45,112,111,108,105,99,121,45,99,111,110,116,97,105,110,101,114,2,1,52,97,161,198,0,8,1,14,46,115,116,105,99,107,121,45,102,111,111,116,101,114,2,3,24,117,122,27,63,22,31,80,85,99,85,97,0,8,1,19,46,115,116,105,99,107,121,45,110,111,116,105,99,101,45,119,114,97,112,2,1,25,237,81,46,0,8,1,19,46,115,116,105,99,107,121,95,98,111,116,116,111,109,95,119,114,97,112,2,1,56,97,192,197,0,8,1,20,46,115,116,114,97,112,108,105,110,101,45,99,111,110,116,97,105,110,101,114,2,1,49,210,96,234,0,8,1,10,46,115,116,119,45,97,108,101,114,116,2,1,191,76,96,7,0,8,1,20,46,115,116,121,108,101,95,99,111,111,107,105,101,95,95,50,74,121,55,114,2,1,129,35,227,1,0,8,1,41,46,115,116,121,108,101,115,95,95,67,111,111,107,105,101,67,111,110,115,101,110,116,66,97,110,110,101,114,45,115,99,45,49,99,109,115,51,56,118,45,57,2,1,46,10,7,192,0,8,1,29,46,115,116,121,108,101,115,95,99,111,110,116,97,105,110,101,114,45,108,103,112,100,95,95,69,88,120,103,65,2,1,208,152,226,185,0,8,1,24,46,115,116,121,108,101,115,95,99,111,110,116,97,105,110,101,114,95,95,95,103,97,50,75,2,1,126,167,208,63,0,8,1,28,46,115,116,121,108,101,115,95,99,111,111,107,105,101,115,66,97,110,110,101,114,95,95,50,83,52,69,49,2,1,240,215,125,227,0,8,1,27,46,115,116,121,108,101,115,95,119,101,85,115,101,67,111,111,107,105,101,115,95,95,90,103,95,121,98,2,1,82,115,145,185,0,8,1,15,46,115,117,99,99,101,115,115,77,101,115,115,97,103,101,2,1,219,20,36,56,0,8,1,27,46,115,117,105,45,115,105,116,101,45,109,101,115,115,97,103,101,45,99,111,110,116,97,105,110,101,114,2,1,199,252,67,142,0,8,1,21,46,115,118,45,99,111,111,107,105,101,45,109,97,110,97,103,101,109,101,110,116,2,1,50,167,78,243,0,8,1,17,46,115,118,45,99,111,111,107,105,101,115,45,112,111,112,117,112,2,1,181,70,98,47,0,8,1,15,46,115,118,101,108,116,101,45,49,55,108,56,105,108,110,2,1,91,197,220,238,0,8,1,20,46,115,118,101,108,116,101,45,49,120,104,105,52,54,99,46,119,114,97,112,2,1,125,155,7,221,0,8,1,14,46,115,118,101,108,116,101,45,100,120,48,108,51,105,2,1,219,112,21,128,0,8,1,14,46,115,118,101,108,116,101,45,102,110,118,97,117,50,2,1,48,9,58,0,0,8,1,11,46,115,119,97,108,50,45,115,104,111,119,2,1,53,170,58,213,0,8,1,21,46,115,119,105,112,101,114,45,115,108,105,100,101,45,105,109,103,45,116,120,116,2,1,129,61,81,3,0,8,1,14,46,115,119,105,116,99,104,45,112,114,111,109,112,116,2,1,135,171,144,6,0,8,1,30,46,115,121,115,116,101,109,45,110,111,116,105,102,105,99,97,116,105,111,110,45,99,111,110,116,97,105,110,101,114,2,2,100,99,92,39,229,5,146,102,0,8,1,16,46,116,45,99,111,110,115,101,110,116,80,114,111,109,112,116,2,1,10,158,195,148,0,8,1,14,46,116,97,110,100,99,45,119,114,97,112,112,101,114,2,1,209,233,175,20,0,8,1,12,46,116,98,108,114,45,98,111,116,116,111,109,2,1,121,5,153,55,0,8,1,23,46,116,99,95,95,99,111,111,107,105,101,45,119,114,97,112,45,45,111,117,116,101,114,2,1,42,178,25,99,0,8,1,6,46,116,99,101,108,108,2,1,66,44,100,148,0,8,1,11,46,116,100,114,45,114,105,98,98,111,110,2,1,24,130,38,49,0,8,1,19,46,116,100,118,50,45,97,112,112,108,101,116,45,110,97,103,98,97,114,2,1,126,1,103,52,0,8,1,9,46,116,101,97,45,110,101,119,115,2,1,90,96,188,254,0,8,1,18,46,116,101,114,109,115,45,97,108,101,114,116,45,102,105,120,101,100,2,1,231,77,54,229,0,8,1,29,46,116,101,114,109,115,45,97,110,100,45,99,111,110,100,105,116,105,111,110,115,45,119,114,97,112,112,101,114,2,1,166,144,213,18,0,8,1,11,46,116,101,114,109,115,45,99,111,110,100,2,1,122,172,63,148,0,8,1,17,46,116,101,114,109,115,45,111,102,45,115,101,114,118,105,99,101,2,1,38,157,25,55,0,8,1,13,46,116,101,114,109,115,45,111,102,45,117,115,101,2,1,119,72,228,42,0,8,1,20,46,116,101,114,109,115,45,111,102,45,117,115,101,45,104,101,97,100,101,114,2,1,120,203,45,164,0,8,1,14,46,116,101,114,109,115,45,112,114,105,118,97,99,121,2,1,149,234,72,41,0,8,1,28,46,116,101,114,109,115,102,101,101,100,45,112,99,49,45,110,111,116,105,99,101,45,98,97,110,110,101,114,2,1,44,223,90,149,0,8,1,23,46,116,101,115,116,45,110,111,116,105,102,105,99,97,116,105,111,110,80,111,112,117,112,2,1,115,89,26,129,0,8,1,27,46,116,102,45,102,117,108,108,45,115,99,114,101,101,110,45,115,101,97,114,99,104,45,119,114,97,112,2,1,253,227,155,55,0,8,1,22,46,116,103,99,45,102,111,111,116,101,114,95,100,105,115,99,108,97,105,109,101,114,2,11,29,148,0,39,52,200,255,214,75,150,247,12,125,63,49,41,182,135,172,224,184,19,14,155,200,241,223,150,201,68,38,65,207,139,101,60,210,253,193,242,219,71,147,47,0,8,1,7,46,116,104,45,99,99,98,2,1,238,11,54,217,0,8,1,20,46,116,105,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,2,1,148,214,72,101,0,8,1,18,46,116,105,45,112,97,115,116,114,121,45,45,98,97,110,110,101,114,2,1,127,191,227,243,0,8,1,25,46,116,105,107,116,111,107,45,115,100,107,45,99,111,111,107,105,101,45,98,97,110,110,101,114,2,1,66,46,160,42,0,8,1,10,46,116,107,45,70,111,111,116,101,114,2,1,135,245,47,185,0,8,1,22,46,116,109,45,99,111,111,107,105,101,45,100,105,97,108,111,103,45,114,111,111,116,2,1,60,81,27,156,0,8,1,13,46,116,110,105,45,116,114,97,99,107,101,114,115,2,1,163,246,123,105,0,8,1,18,46,116,111,97,115,116,45,98,111,116,116,111,109,45,108,101,102,116,2,1,61,25,203,182,0,8,1,16,46,116,111,97,115,116,45,99,111,110,116,97,105,110,101,114,2,1,148,188,9,210,0,8,1,11,46,116,111,97,115,116,45,105,110,102,111,2,1,47,182,22,189,0,8,1,19,46,116,111,97,115,116,45,110,111,116,105,102,105,99,97,116,105,111,110,2,1,86,225,15,142,0,8,1,14,46,116,111,97,115,116,45,119,114,97,112,112,101,114,2,1,103,200,188,61,0,8,1,16,46,116,111,97,115,116,105,102,121,45,98,111,116,116,111,109,2,2,57,60,232,87,159,30,62,251,0,8,1,13,46,116,111,112,45,48,46,115,116,105,99,107,121,2,1,150,112,193,106,0,8,1,11,46,116,111,112,45,98,97,110,110,101,114,2,1,127,53,170,246,0,8,1,8,46,116,111,112,45,98,97,114,2,2,8,198,224,199,107,201,167,11,0,8,1,27,46,116,111,112,45,98,97,114,45,99,111,110,116,97,105,110,101,114,45,45,45,110,111,116,105,99,101,2,1,237,145,82,218,0,8,1,27,46,116,111,112,45,110,111,116,105,102,105,99,97,116,105,111,110,45,99,111,110,116,97,105,110,101,114,2,1,61,230,156,42,0,8,1,10,46,116,111,112,45,112,114,111,109,111,2,1,123,124,147,21,0,8,1,16,46,116,111,112,45,119,114,97,112,112,101,114,45,98,111,120,2,1,189,229,36,113,0,8,1,12,46,116,111,112,95,101,112,95,119,114,97,112,2,1,14,43,146,157,0,8,1,11,46,116,111,112,95,110,111,116,105,99,101,2,1,77,37,17,121,0,8,1,13,46,116,111,112,95,116,105,112,95,119,114,97,112,2,1,151,54,74,43,0,8,1,10,46,116,111,112,98,97,114,66,111,120,2,1,69,172,79,138,0,8,1,7,46,116,111,112,100,105,118,2,1,222,147,92,197,0,8,1,14,46,116,111,115,45,97,103,114,101,101,109,101,110,116,2,1,85,197,54,224,0,8,1,11,46,116,111,115,45,98,97,110,110,101,114,2,1,89,176,168,234,0,8,1,14,46,116,111,115,45,99,111,110,116,97,105,110,101,114,2,1,148,187,243,65,0,8,1,18,46,116,111,115,45,109,111,100,97,108,45,119,114,97,112,112,101,114,2,1,151,192,34,195,0,8,1,10,46,116,111,115,45,112,111,112,117,112,2,1,148,192,241,169,0,8,1,13,46,116,111,115,45,114,97,122,101,114,45,106,115,2,1,129,60,246,74,0,8,1,17,46,116,111,118,97,116,116,45,103,100,112,114,112,111,112,117,112,2,1,141,32,45,8,0,8,1,17,46,116,112,45,112,111,112,105,110,45,99,111,111,107,105,101,115,2,1,82,55,14,104,0,8,1,18,46,116,112,104,45,99,111,111,107,105,101,45,110,111,116,105,99,101,2,1,184,246,74,67,0,8,1,21,46,116,114,45,68,105,115,109,105,115,115,105,98,108,101,66,97,110,110,101,114,2,1,96,100,91,118,0,8,1,9,46,116,114,97,99,107,105,110,103,2,1,65,241,126,15,0,8,1,15,46,116,114,97,99,107,105,110,103,45,97,108,101,114,116,2,1,126,224,237,18,0,8,1,20,46,116,114,97,99,107,105,110,103,45,99,111,110,115,101,110,116,45,118,50,2,1,210,46,108,140,0,8,1,27,46,116,114,97,99,107,105,110,103,45,99,111,110,115,101,110,116,45,118,50,95,95,109,111,100,97,108,2,1,210,46,108,140,0,8,1,16,46,116,114,97,99,107,105,110,103,45,110,111,116,105,99,101,2,1,92,243,107,150,0,8,1,41,46,116,114,97,99,107,105,110,103,95,98,97,110,110,101,114,45,45,45,116,114,97,99,107,105,110,103,66,97,110,110,101,114,45,45,45,51,103,107,95,83,2,1,1,23,219,193,0,8,1,10,46,116,114,97,110,115,98,111,120,49,2,1,54,216,61,147,0,8,1,31,46,116,114,97,110,115,105,116,105,111,110,45,97,108,108,46,114,111,117,110,100,101,100,45,116,46,102,105,120,101,100,2,1,132,226,93,113,0,8,1,20,46,116,114,97,110,115,112,97,114,101,110,116,45,111,118,101,114,108,97,121,2,1,137,146,68,74,0,8,1,15,46,116,114,111,97,120,45,109,101,115,115,97,103,101,115,2,1,127,242,103,88,0,8,1,19,46,116,114,111,112,116,101,114,45,99,111,111,107,105,101,115,98,97,114,2,1,31,208,87,178,0,8,1,18,46,116,114,117,101,110,100,111,95,99,111,110,116,97,105,110,101,114,2,1,2,123,148,171,0,8,1,18,46,116,115,45,104,101,97,100,101,114,45,109,101,115,115,97,103,101,2,1,211,240,62,173,0,8,1,7,46,116,115,45,109,115,103,2,1,248,27,186,83,0,8,1,21,46,116,116,95,112,111,112,111,118,101,114,95,99,111,110,116,97,105,110,101,114,2,1,126,3,62,107,0,8,1,20,46,116,118,101,45,108,101,97,100,115,45,116,114,105,103,103,101,114,101,100,2,1,3,102,180,79,0,8,1,76,46,116,119,45,98,111,114,100,101,114,45,50,46,116,119,45,114,111,117,110,100,101,100,46,116,119,45,98,111,114,100,101,114,45,112,114,105,109,97,114,121,46,116,119,45,112,45,52,46,116,119,45,98,103,45,116,104,101,109,101,45,49,46,116,119,45,116,101,120,116,45,116,104,101,109,101,2,1,202,34,230,197,0,8,1,9,46,116,119,45,102,105,120,101,100,2,1,132,207,146,224,0,8,1,14,46,116,120,95,97,109,102,99,111,111,107,105,101,115,2,1,189,201,168,10,0,8,1,27,46,117,45,98,97,99,107,103,114,111,117,110,100,45,45,100,101,102,97,117,108,116,45,100,97,114,107,2,1,66,1,148,159,0,8,1,10,46,117,45,98,103,45,112,97,100,100,2,1,251,67,186,116,0,8,1,33,46,117,49,50,45,100,97,116,97,45,112,114,111,116,101,99,116,105,111,110,45,110,111,116,105,99,101,95,95,105,116,101,109,2,1,61,247,22,20,0,8,1,4,46,117,99,98,2,1,167,84,49,7,0,8,1,9,46,117,105,45,97,108,101,114,116,2,1,17,239,13,190,0,8,1,19,46,117,105,45,110,111,116,105,102,105,99,97,116,105,111,110,98,97,114,2,1,183,225,239,212,0,8,1,11,46,117,105,45,112,114,105,118,97,99,121,2,1,247,93,148,140,0,8,1,13,46,117,105,45,114,101,115,105,122,97,98,108,101,2,1,148,186,188,93,0,8,1,7,46,117,105,108,111,99,107,2,1,202,61,43,129,0,8,1,9,46,117,107,45,97,108,101,114,116,2,2,38,239,13,35,169,129,48,126,0,8,1,18,46,117,107,45,112,111,115,105,116,105,111,110,45,102,105,120,101,100,2,1,13,37,89,48,0,8,1,12,46,117,108,112,45,111,118,101,114,108,97,121,2,1,44,154,107,81,0,8,1,22,46,117,108,112,45,119,105,110,100,111,119,45,116,111,112,45,99,101,110,116,101,114,2,1,44,154,107,81,0,8,1,15,46,117,109,45,99,111,110,115,101,110,116,45,98,97,114,2,1,187,0,228,44,0,8,1,25,46,117,110,105,118,101,114,115,97,108,45,102,111,111,116,101,114,95,95,114,105,98,98,111,110,2,1,38,157,30,74,0,8,1,3,46,117,112,2,1,227,102,83,128,0,8,1,21,46,117,112,99,99,45,102,108,111,97,116,105,110,103,45,110,111,116,105,99,101,2,1,70,42,110,77,0,8,1,11,46,117,114,103,101,110,116,45,109,115,103,2,1,19,148,99,144,0,8,1,17,46,117,114,108,115,108,97,98,45,115,107,105,112,45,97,108,108,2,1,86,238,180,31,0,8,1,9,46,117,115,101,114,45,109,115,103,2,2,38,157,25,55,122,13,201,82,0,8,1,16,46,117,115,101,114,45,112,101,114,109,105,115,115,105,111,110,2,1,69,206,83,62,0,8,1,16,46,117,115,101,114,45,116,101,114,109,115,45,104,105,110,116,2,1,3,234,52,225,0,8,1,12,46,117,115,101,114,77,101,115,115,97,103,101,2,1,131,46,28,247,0,8,1,11,46,117,115,101,114,78,111,116,105,99,101,2,1,143,114,110,236,0,8,1,12,46,117,115,101,114,95,110,111,116,105,99,101,2,1,58,205,99,242,0,8,1,15,46,117,115,101,114,110,111,116,105,99,101,95,112,111,112,2,7,85,116,227,157,86,154,115,76,92,216,58,174,169,129,170,165,170,34,119,100,177,5,226,31,250,187,217,34,0,8,1,27,46,117,116,105,108,105,116,105,101,115,95,103,114,97,110,116,95,112,97,110,101,108,95,115,104,111,119,2,1,34,4,76,163,0,8,1,18,46,117,116,105,108,105,116,121,45,99,111,110,116,97,105,110,101,114,2,1,127,242,108,247,0,8,1,11,46,117,116,105,108,105,116,121,66,97,114,2,1,0,145,132,92,0,8,1,18,46,117,120,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,2,1,83,6,251,46,0,8,1,17,46,118,45,45,109,111,100,97,108,45,111,118,101,114,108,97,121,2,1,121,255,34,116,0,8,1,15,46,118,45,98,111,116,116,111,109,45,115,104,101,101,116,2,1,201,193,190,25,0,8,1,19,46,118,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,2,1,64,222,114,179,0,8,1,17,46,118,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,2,1,91,59,114,50,0,8,1,9,46,118,45,100,105,97,108,111,103,2,1,106,197,71,204,0,8,1,18,46,118,45,100,105,97,108,111,103,95,95,99,111,110,116,101,110,116,2,1,227,143,64,119,0,8,1,9,46,118,45,102,111,111,116,101,114,2,1,148,192,109,107,0,8,1,13,46,118,45,109,100,117,45,110,111,116,105,99,101,2,1,188,166,40,185,0,8,1,16,46,118,45,115,110,97,99,107,45,45,98,111,116,116,111,109,2,1,219,182,2,214,0,8,1,17,46,118,45,115,110,97,99,107,95,95,99,111,110,116,101,110,116,2,1,151,192,34,195,0,8,1,18,46,118,50,45,99,108,97,115,115,45,45,45,98,97,110,110,101,114,2,1,78,156,34,208,0,8,1,30,46,118,55,45,117,115,45,112,114,105,118,97,99,121,45,101,120,112,108,105,99,105,116,45,110,111,116,105,99,101,2,1,113,152,115,249,0,8,1,3,46,118,99,2,1,218,155,120,193,0,8,1,15,46,118,99,45,103,100,112,114,45,98,97,110,110,101,114,2,1,127,58,28,249,0,8,1,11,46,118,101,114,105,65,108,116,66,97,114,2,1,117,188,223,20,0,8,1,14,46,118,105,115,105,116,111,114,110,111,116,105,99,101,2,1,9,152,14,186,0,8,1,12,46,118,105,115,109,101,99,111,111,107,105,101,2,1,108,206,119,121,0,8,1,18,46,118,110,111,116,105,102,121,45,99,111,110,116,97,105,110,101,114,2,1,64,7,125,219,0,8,1,14,46,118,112,120,45,103,100,112,114,77,111,100,97,108,2,1,125,166,164,252,0,8,1,21,46,118,117,101,45,100,105,115,99,108,97,105,109,101,114,45,112,111,112,117,112,2,1,211,10,33,118,0,8,1,6,46,119,45,49,48,48,2,2,48,118,227,132,136,248,31,213,0,8,1,9,46,119,45,115,99,114,101,101,110,2,1,243,160,225,53,0,8,1,6,46,119,53,121,71,112,2,1,148,196,49,170,0,8,1,10,46,119,97,114,110,45,119,114,97,112,2,1,207,24,225,91,0,8,1,14,46,119,97,114,110,105,110,103,45,109,111,100,97,108,2,1,71,171,241,188,0,8,1,16,46,119,98,108,55,50,101,45,48,45,102,111,111,116,101,114,2,1,38,157,76,56,0,8,1,15,46,119,101,108,99,111,109,101,45,98,97,110,110,101,114,2,1,59,132,118,86,0,8,1,11,46,119,105,115,112,45,109,111,100,97,108,2,1,36,79,47,104,0,8,1,19,46,119,105,122,97,114,100,67,111,111,107,105,101,66,97,110,110,101,114,2,1,226,171,152,4,0,8,1,18,46,119,107,45,99,111,111,107,105,101,45,119,114,97,112,112,101,114,2,1,66,133,211,102,0,8,1,11,46,119,111,45,99,111,110,115,101,110,116,2,1,129,21,173,66,0,8,1,17,46,119,111,110,100,101,114,112,108,117,103,105,110,45,98,111,120,2,1,116,208,28,216,0,8,1,16,46,119,111,111,107,105,101,101,45,119,114,97,112,112,101,114,2,1,166,61,83,65,0,8,1,15,46,119,112,112,111,112,117,112,115,45,119,104,111,108,101,2,1,53,48,255,170,0,8,1,10,46,119,112,116,45,109,111,100,97,108,2,1,46,30,201,54,0,8,1,13,46,119,114,97,112,112,101,114,32,62,32,46,119,2,1,196,179,98,57,0,8,1,14,46,119,114,97,112,112,101,114,45,56,56,54,97,98,2,1,152,197,90,108,0,8,1,15,46,119,114,97,112,112,101,114,45,110,111,116,105,102,121,2,1,244,48,211,30,0,8,1,16,46,119,114,97,112,112,101,114,45,119,114,97,112,112,101,114,2,1,71,23,232,184,0,8,1,13,46,119,114,97,112,112,101,114,46,115,104,111,119,2,1,47,96,103,186,0,8,1,11,46,119,114,97,112,112,101,114,98,116,109,2,17,6,212,204,118,11,189,230,174,47,195,42,131,52,40,92,50,127,219,55,24,137,86,89,117,138,197,10,75,166,63,147,166,169,134,7,13,181,115,89,165,185,57,175,199,191,110,187,141,193,178,136,51,194,102,86,112,197,124,141,151,216,126,230,183,225,36,61,79,0,8,1,6,46,119,116,45,99,98,2,1,151,123,90,12,0,8,1,15,46,119,119,110,45,103,100,112,114,45,109,111,100,97,108,2,1,191,182,50,252,0,8,1,16,46,120,45,103,108,111,98,97,108,45,100,105,97,108,111,103,2,1,16,99,111,160,0,8,1,10,46,120,45,109,101,115,115,97,103,101,2,1,183,21,59,170,0,8,1,7,46,120,73,80,104,117,79,2,1,127,45,159,201,0,8,1,30,46,120,116,120,78,97,118,105,103,97,116,105,111,110,79,102,102,67,97,110,118,97,115,79,118,101,114,108,97,121,2,1,220,8,165,81,0,8,1,36,46,120,116,120,78,97,118,105,103,97,116,105,111,110,79,102,102,67,97,110,118,97,115,79,118,101,114,108,97,121,67,111,111,107,105,101,2,1,220,8,165,81,0,8,1,6,46,121,67,112,102,84,2,1,31,155,145,230,0,8,1,7,46,121,101,108,108,111,119,2,1,92,102,131,68,0,8,1,9,46,121,101,112,115,45,98,97,114,2,1,95,78,120,54,0,8,1,6,46,121,104,109,112,78,2,1,255,56,100,79,0,8,1,21,46,121,111,117,116,117,98,101,45,116,101,114,109,115,45,98,97,110,110,101,114,2,1,5,189,113,140,0,8,1,11,46,121,116,45,99,111,110,115,101,110,116,2,1,172,236,226,157,0,8,1,17,46,121,117,46,121,116,46,121,115,46,103,105,46,117,46,111,100,2,1,160,2,171,133,0,8,1,14,46,121,117,99,115,45,101,112,114,105,118,97,99,121,2,1,126,1,103,52,0,8,1,12,46,121,118,114,45,99,111,111,107,105,101,115,2,1,2,234,99,54,0,8,1,20,46,122,45,49,46,98,103,45,103,114,101,121,45,108,105,103,104,116,101,114,2,1,28,90,36,127,0,8,1,7,46,122,45,49,48,48,48,2,1,229,249,67,153,0,8,1,5,46,122,45,51,48,2,1,86,144,251,116,0,8,1,6,46,122,45,54,48,48,2,1,82,11,225,124,0,8,1,14,46,122,45,99,111,111,107,105,101,80,111,112,117,112,2,1,243,87,30,32,0,8,1,14,46,122,68,111,99,115,80,111,112,117,112,66,111,120,2,1,85,156,133,2,0,8,1,21,46,122,89,115,76,69,74,120,122,109,102,66,65,50,74,98,102,103,118,56,86,2,1,141,124,41,202,0,8,1,32,46,122,97,52,51,98,98,49,50,98,56,54,52,97,51,102,56,100,95,112,114,105,118,97,99,121,66,97,110,110,101,114,2,1,38,157,72,76,0,8,1,31,46,122,98,111,116,116,111,109,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,45,111,117,116,101,114,2,1,148,180,19,134,0,0,1,12,83,65,78,84,65,45,78,79,84,73,67,69,2,1,78,14,197,230,0,0,1,15,85,83,69,82,45,84,89,80,69,45,80,79,80,85,80,2,1,28,225,134,107,0,0,1,39,91,97,114,105,97,45,100,101,115,99,114,105,98,101,100,98,121,61,34,98,97,110,110,101,114,45,100,101,115,99,114,105,112,116,105,111,110,34,93,2,1,197,59,37,153,0,0,1,47,91,97,114,105,97,45,100,101,115,99,114,105,98,101,100,98,121,61,34,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,100,101,115,99,114,105,112,116,105,111,110,34,93,2,1,62,237,229,153,0,0,1,43,91,97,114,105,97,45,100,101,115,99,114,105,98,101,100,98,121,61,34,109,111,98,105,108,101,77,111,98,105,108,101,84,79,85,77,101,115,115,97,103,101,34,93,2,1,230,42,26,48,0,0,1,29,91,97,114,105,97,45,108,97,98,101,108,61,34,67,111,111,107,105,101,32,67,111,110,115,101,110,116,34,93,2,1,142,90,214,178,0,0,1,22,91,97,114,105,97,45,108,97,98,101,108,61,34,67,111,111,107,105,101,115,34,93,2,1,242,62,249,130,0,0,1,33,91,97,114,105,97,45,108,97,98,101,108,61,34,80,114,105,118,97,99,121,32,68,105,115,99,108,111,115,117,114,101,34,93,2,12,8,49,138,69,47,169,49,123,51,155,50,219,130,255,127,160,132,125,233,44,132,201,166,137,136,171,224,140,143,83,160,146,148,185,228,168,158,215,13,205,233,254,6,72,250,66,124,16,0,0,1,28,91,97,114,105,97,45,108,97,98,101,108,61,34,99,111,111,107,105,101,32,98,97,110,110,101,114,34,93,2,1,239,178,208,18,0,0,1,39,91,97,114,105,97,45,108,97,98,101,108,108,101,100,98,121,61,34,99,111,111,107,105,101,45,98,97,110,110,101,114,45,116,105,116,108,101,34,93,2,1,71,197,111,134,0,0,1,38,91,97,114,105,97,45,108,97,98,101,108,108,101,100,98,121,61,34,110,111,116,105,102,105,99,97,116,105,111,110,95,108,97,98,101,108,34,93,2,1,254,154,173,12,0,0,1,13,91,99,99,112,97,61,34,116,114,117,101,34,93,2,1,129,179,108,204,0,0,1,28,91,99,108,97,115,115,42,61,34,67,111,111,107,105,101,67,111,109,112,108,105,97,110,99,101,95,34,93,2,1,105,251,190,37,0,0,1,24,91,99,108,97,115,115,42,61,34,67,111,111,107,105,101,115,65,99,99,101,112,116,34,93,2,1,89,108,28,91,0,0,1,38,91,99,108,97,115,115,42,61,34,83,110,97,99,107,98,97,114,77,101,115,115,97,103,101,115,95,95,115,110,97,99,107,98,97,114,95,34,93,2,1,88,236,182,118,0,0,1,23,91,99,108,97,115,115,42,61,34,99,111,111,107,105,101,115,80,111,112,85,112,34,93,2,1,39,248,97,90,0,0,1,45,91,99,108,97,115,115,42,61,34,109,111,100,97,108,115,116,121,108,101,115,95,95,83,116,121,108,101,100,77,111,100,97,108,67,111,110,116,97,105,110,101,114,45,34,93,2,1,150,125,114,88,0,0,1,35,91,99,108,97,115,115,42,61,34,115,116,121,108,101,115,95,95,66,97,110,110,101,114,67,111,110,116,97,105,110,101,114,45,34,93,2,1,254,154,173,12,0,0,1,24,91,99,108,97,115,115,94,61,34,67,111,111,107,105,101,67,111,110,116,114,111,108,34,93,2,1,19,18,157,113,0,0,1,23,91,99,108,97,115,115,94,61,34,67,111,111,107,105,101,80,111,112,105,110,95,34,93,2,1,178,242,218,203,0,0,1,25,91,99,108,97,115,115,94,61,34,67,111,111,107,105,101,115,77,97,110,97,103,101,114,34,93,2,1,167,237,61,197,0,0,1,28,91,99,108,97,115,115,94,61,34,67,111,111,107,105,101,115,95,99,111,110,116,97,105,110,101,114,34,93,2,1,197,14,239,228,0,0,1,23,91,99,108,97,115,115,94,61,34,71,68,80,82,45,109,111,100,117,108,101,95,34,93,2,1,138,130,174,214,0,0,1,35,91,99,108,97,115,115,94,61,34,79,118,101,114,108,97,121,95,95,79,118,101,114,108,97,121,66,97,115,101,45,115,99,45,34,93,2,1,75,18,183,100,0,0,1,33,91,99,108,97,115,115,94,61,34,82,111,99,107,115,116,97,114,67,111,111,107,105,101,115,66,97,110,110,101,114,95,34,93,2,1,98,183,234,94,0,0,1,26,91,99,108,97,115,115,94,61,34,95,115,104,101,105,110,95,112,114,105,118,97,99,121,95,34,93,2,1,120,132,130,105,0,0,1,25,91,99,108,97,115,115,94,61,34,97,112,112,45,99,111,110,116,97,105,110,101,114,45,34,93,2,1,148,179,249,80,0,0,1,25,91,99,108,97,115,115,94,61,34,99,111,111,107,105,101,45,98,97,110,110,101,114,45,34,93,2,1,200,71,154,101,0,0,1,35,91,99,108,97,115,115,94,61,34,99,111,111,107,105,101,45,112,111,108,105,99,121,45,99,111,109,112,111,110,101,110,116,95,34,93,2,1,189,112,29,151,0,0,1,24,91,99,108,97,115,115,94,61,34,99,111,111,107,105,101,95,110,111,116,105,99,101,34,93,2,1,224,38,172,42,0,0,1,21,91,99,108,97,115,115,94,61,34,115,116,121,108,101,95,103,100,112,114,34,93,2,1,128,97,105,80,0,0,1,27,91,99,108,97,115,115,94,61,34,116,114,117,115,116,97,114,99,95,99,111,110,115,101,110,116,34,93,2,1,70,84,196,114,0,0,1,27,91,100,97,116,97,45,97,106,97,120,45,108,111,97,100,105,110,103,61,34,102,97,108,115,101,34,93,2,1,53,185,155,239,0,0,1,34,91,100,97,116,97,45,97,117,116,111,109,97,116,105,111,110,45,105,100,61,34,108,101,103,97,108,78,111,116,105,99,101,34,93,2,1,42,43,171,17,0,0,1,32,91,100,97,116,97,45,97,117,116,111,109,97,116,105,111,110,61,34,108,97,117,110,99,104,66,97,110,110,101,114,34,93,2,1,187,94,79,77,0,0,1,39,91,100,97,116,97,45,97,117,116,111,109,97,116,105,111,110,61,34,112,114,105,118,97,99,121,80,111,108,105,99,121,66,97,110,110,101,114,34,93,2,2,71,7,132,20,247,34,155,4,0,0,1,24,91,100,97,116,97,45,98,97,115,101,119,101,98,61,34,116,111,97,115,116,101,114,34,93,2,1,148,202,79,68,0,0,1,25,91,100,97,116,97,45,98,100,100,61,34,116,101,114,109,115,45,111,102,45,117,115,101,34,93,2,1,230,42,26,48,0,0,1,40,91,100,97,116,97,45,98,105,110,100,61,34,118,105,115,105,98,108,101,58,32,115,104,111,119,67,111,111,107,105,101,87,97,114,110,105,110,103,34,93,2,1,150,222,119,93,0,0,1,16,91,100,97,116,97,45,99,99,45,98,97,110,110,101,114,93,2,1,100,153,214,60,0,0,1,41,91,100,97,116,97,45,99,111,109,112,45,116,121,112,101,61,34,99,111,111,107,105,101,45,98,97,110,110,101,114,45,114,111,111,116,45,119,105,120,34,93,2,1,38,157,114,246,0,0,1,31,91,100,97,116,97,45,99,111,109,112,111,110,101,110,116,61,34,67,111,111,107,105,101,66,97,110,110,101,114,34,93,2,1,181,159,156,8,0,0,1,31,91,100,97,116,97,45,99,111,109,112,111,110,101,110,116,61,34,99,111,111,107,105,101,66,97,110,110,101,114,34,93,2,1,196,104,106,13,0,0,1,35,91,100,97,116,97,45,99,111,109,112,111,110,101,110,116,61,34,110,51,45,99,111,111,107,105,101,45,110,111,116,105,99,101,34,93,2,1,190,221,19,219,0,0,1,20,91,100,97,116,97,45,99,111,111,107,105,101,45,110,117,109,98,101,114,93,2,1,158,125,242,19,0,0,1,26,91,100,97,116,97,45,99,121,61,34,99,111,111,107,105,101,45,99,111,110,115,101,110,116,34,93,2,1,101,231,79,129,0,0,1,20,91,100,97,116,97,45,100,105,97,108,111,103,61,34,116,114,117,101,34,93,2,1,23,81,196,34,0,0,1,36,91,100,97,116,97,45,102,101,116,99,104,45,107,101,121,61,34,84,104,101,67,111,111,107,105,101,80,114,111,109,112,116,58,48,34,93,2,1,226,171,152,4,0,0,1,47,91,100,97,116,97,45,103,110,97,118,45,114,101,103,105,111,110,61,34,71,108,111,98,97,108,80,114,105,118,97,99,121,67,111,110,116,114,111,108,66,97,110,110,101,114,34,93,2,1,91,52,44,223,0,0,1,39,91,100,97,116,97,45,114,101,97,99,116,45,99,108,97,115,115,61,34,73,110,102,111,114,109,67,111,111,107,105,101,115,80,111,112,117,112,34,93,2,1,211,244,164,16,0,0,1,30,91,100,97,116,97,45,116,101,115,116,45,105,100,61,34,99,111,111,107,105,101,45,110,111,116,105,99,101,34,93,2,1,248,95,163,111,0,0,1,35,91,100,97,116,97,45,116,101,115,116,45,110,97,109,101,61,34,95,116,101,114,109,115,79,102,83,101,114,118,105,99,101,115,34,93,2,1,4,42,1,94,0,0,1,42,91,100,97,116,97,45,116,101,115,116,45,115,101,108,101,99,116,111,114,61,34,100,114,97,119,101,114,95,67,111,111,107,105,101,80,111,108,105,99,121,34,93,2,1,101,24,8,62,0,0,1,20,91,100,97,116,97,45,116,101,115,116,61,34,98,97,110,110,101,114,34,93,2,1,144,159,197,195,0,0,1,37,91,100,97,116,97,45,116,101,115,116,105,100,61,34,99,111,111,107,105,101,45,98,97,110,110,101,114,45,119,114,97,112,112,101,114,34,93,2,1,55,4,69,9,0,0,1,38,91,100,97,116,97,45,116,101,115,116,105,100,61,34,99,111,111,107,105,101,115,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,34,93,2,1,54,172,252,20,0,0,1,29,91,100,97,116,97,45,116,101,115,116,105,100,61,34,99,111,111,107,105,101,115,78,111,116,105,99,101,34,93,2,1,207,248,235,211,0,0,1,29,91,100,97,116,97,45,116,111,103,103,108,101,45,112,114,111,112,101,114,116,121,61,34,103,100,112,114,34,93,2,1,53,241,42,178,0,0,1,17,91,100,97,116,97,45,118,45,53,102,54,55,53,102,99,56,93,2,1,234,103,20,63,0,0,1,22,91,114,101,100,100,105,116,45,99,111,111,107,105,101,45,98,97,110,110,101,114,93,2,1,142,14,98,194,0,0,1,20,91,114,111,108,101,61,34,97,108,101,114,116,100,105,97,108,111,103,34,93,2,1,252,56,108,12,0,0,1,22,91,114,111,108,101,61,34,99,111,109,112,108,101,109,101,110,116,97,114,121,34,93,2,1,189,36,203,194,0,0,1,40,91,115,116,121,108,101,42,61,34,112,111,115,105,116,105,111,110,58,32,102,105,120,101,100,59,32,98,111,116,116,111,109,58,32,48,112,120,59,34,93,2,1,36,195,204,79,0,0,1,48,91,115,116,121,108,101,42,61,34,112,111,115,105,116,105,111,110,58,32,102,105,120,101,100,59,32,108,101,102,116,58,32,48,112,120,59,32,116,111,112,58,32,48,112,120,59,34,93,2,1,80,41,202,77,0,0,1,38,91,115,116,121,108,101,61,34,112,97,100,100,105,110,103,45,108,101,102,116,58,48,112,120,32,33,105,109,112,111,114,116,97,110,116,59,34,93,2,1,141,64,220,155,0,0,1,45,91,115,116,121,108,101,94,61,34,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,32,114,103,98,40,50,52,44,32,50,56,44,32,51,49,41,59,34,93,2,1,234,38,18,219,0,0,1,48,91,115,116,121,108,101,94,61,34,112,111,115,105,116,105,111,110,58,32,102,105,120,101,100,59,32,108,101,102,116,58,32,51,37,59,32,114,105,103,104,116,58,32,51,37,59,34,93,2,1,186,143,185,141,0,0,1,54,91,115,116,121,108,101,94,61,34,119,105,100,116,104,58,32,49,48,48,37,59,32,104,101,105,103,104,116,58,32,49,48,48,37,59,32,112,111,115,105,116,105,111,110,58,32,102,105,120,101,100,59,34,93,2,1,161,64,7,160,0,0,1,45,91,115,116,121,108,101,94,61,34,122,45,105,110,100,101,120,58,57,48,48,48,48,48,48,48,59,32,112,111,115,105,116,105,111,110,58,32,102,105,120,101,100,59,34,93,2,1,246,17,160,192,0,0,1,19,97,99,114,101,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,2,1,69,16,41,13,0,0,1,17,97,100,99,45,99,111,111,107,105,101,45,98,97,110,110,101,114,2,1,194,197,251,32,0,0,1,7,97,103,98,45,98,97,114,2,1,54,216,162,166,0,0,1,13,97,112,112,45,97,103,114,101,101,109,101,110,116,2,1,97,165,136,124,0,0,1,11,97,112,112,45,98,97,110,110,101,114,115,2,1,13,211,21,132,0,0,1,17,97,112,112,45,99,111,111,107,105,101,45,110,111,116,105,99,101,2,1,130,16,220,63,0,0,1,17,97,112,112,45,99,111,111,107,105,101,45,115,116,97,116,117,115,2,1,58,33,119,191,0,0,1,19,97,112,112,45,99,111,111,107,105,101,115,45,109,97,110,97,103,101,114,2,1,146,9,150,180,0,0,1,14,97,112,112,45,116,105,110,121,45,97,108,101,114,116,2,1,128,133,243,178,0,0,1,14,98,97,110,110,101,114,45,99,111,110,116,101,110,116,2,1,48,139,147,243,0,0,1,19,98,111,100,121,32,62,32,46,109,101,110,117,45,104,101,97,100,101,114,2,1,84,119,165,188,0,0,1,18,98,111,100,121,32,62,32,100,105,118,32,62,32,46,99,97,114,100,2,1,161,64,7,160,0,0,1,74,98,111,100,121,58,110,111,116,40,91,115,116,121,108,101,94,61,34,109,97,114,103,105,110,45,98,111,116,116,111,109,34,93,41,32,100,105,118,91,100,97,116,97,45,116,101,115,116,105,100,61,34,99,111,111,107,105,101,45,112,111,108,105,99,121,45,98,97,110,110,101,114,34,93,2,1,25,145,115,140,0,0,1,33,99,45,99,111,109,109,117,110,105,116,121,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,2,1,57,212,103,222,0,0,1,12,99,45,100,99,120,45,99,111,111,107,105,101,2,1,233,36,175,98,0,0,1,20,99,111,110,115,101,110,116,45,99,111,111,107,105,101,45,112,111,112,117,112,2,1,20,183,107,89,0,0,1,13,99,111,110,115,101,110,116,45,116,111,97,115,116,2,1,84,7,72,229,0,0,1,18,99,111,114,101,45,99,111,111,107,105,101,45,98,97,110,110,101,114,2,1,132,21,68,69,0,0,1,26,100,105,118,32,62,32,46,98,114,97,110,99,104,45,106,111,117,114,110,101,121,115,45,116,111,112,2,1,63,37,190,213,0,0,1,21,100,105,118,32,62,32,46,99,111,111,107,105,101,45,112,114,105,118,97,99,121,2,1,246,101,61,67,0,0,1,71,100,105,118,46,106,115,45,97,112,112,108,101,116,45,118,105,101,119,45,99,111,110,116,97,105,110,101,114,45,109,97,105,110,32,62,32,100,105,118,46,102,105,120,101,100,45,119,105,110,91,115,116,121,108,101,94,61,34,98,97,99,107,103,114,111,117,110,100,58,34,93,2,1,126,1,103,52,0,0,1,25,100,105,118,46,114,45,49,120,99,97,106,97,109,46,99,115,115,45,49,55,53,111,105,50,114,2,16,3,251,117,37,7,228,248,70,16,15,120,172,61,206,210,50,80,11,63,152,128,151,228,197,153,70,112,218,175,49,28,252,183,112,121,162,185,11,113,211,222,125,142,193,234,86,195,178,235,217,23,187,239,66,44,125,242,126,154,53,244,59,22,44,0,0,1,49,100,105,118,91,97,114,105,97,45,108,97,98,101,108,61,34,67,111,111,107,105,101,115,32,117,115,97,103,101,32,100,105,115,99,108,97,105,109,101,114,32,98,97,110,110,101,114,34,93,2,1,234,220,158,159,0,0,1,44,100,105,118,91,99,108,97,115,115,42,61,34,67,111,110,102,105,114,109,77,101,115,115,97,103,101,45,109,111,100,117,108,101,95,95,99,111,111,107,105,101,45,34,93,2,1,222,200,80,198,0,0,1,25,100,105,118,91,99,108,97,115,115,42,61,34,67,111,111,107,105,101,115,66,97,114,95,34,93,2,1,45,176,0,113,0,0,1,34,100,105,118,91,99,108,97,115,115,42,61,34,115,116,121,108,101,115,95,99,111,110,115,101,110,116,67,97,114,100,95,95,34,93,2,1,146,203,177,86,0,0,1,32,100,105,118,91,99,108,97,115,115,61,34,97,108,101,114,116,67,111,110,116,97,105,110,101,114,95,99,56,48,101,34,93,2,1,100,14,247,220,0,0,1,30,100,105,118,91,99,108,97,115,115,94,61,34,65,108,101,114,116,68,95,99,111,110,116,97,105,110,101,114,34,93,2,2,54,184,87,214,151,169,245,150,0,0,1,25,100,105,118,91,99,108,97,115,115,94,61,34,66,97,110,110,101,114,71,68,80,82,95,34,93,2,1,152,139,130,66,0,0,1,28,100,105,118,91,99,108,97,115,115,94,61,34,66,97,110,110,101,114,95,98,97,110,110,101,114,95,34,93,2,1,242,114,223,217,0,0,1,29,100,105,118,91,99,108,97,115,115,94,61,34,66,105,115,113,117,105,116,115,66,97,110,110,101,114,95,34,93,2,1,121,100,186,242,0,0,1,26,100,105,118,91,99,108,97,115,115,94,61,34,67,111,111,107,105,101,65,108,101,114,116,45,34,93,2,1,126,17,119,49,0,0,1,26,100,105,118,91,99,108,97,115,115,94,61,34,67,111,111,107,105,101,66,117,109,112,101,114,34,93,2,1,89,217,44,129,0,0,1,34,100,105,118,91,99,108,97,115,115,94,61,34,67,111,111,107,105,101,67,111,110,115,101,110,116,66,97,110,110,101,114,95,34,93,2,1,188,104,246,81,0,0,1,29,100,105,118,91,99,108,97,115,115,94,61,34,67,111,111,107,105,101,68,105,114,101,99,116,105,118,101,34,93,2,1,57,123,98,118,0,0,1,34,100,105,118,91,99,108,97,115,115,94,61,34,67,111,111,107,105,101,77,101,115,115,97,103,101,115,116,121,108,101,100,95,34,93,2,1,115,155,49,137,0,0,1,41,100,105,118,91,99,108,97,115,115,94,61,34,67,111,111,107,105,101,78,111,116,105,102,105,99,97,116,105,111,110,95,119,114,97,112,112,101,114,95,34,93,2,1,102,231,106,212,0,0,1,30,100,105,118,91,99,108,97,115,115,94,61,34,67,111,111,107,105,101,115,65,103,114,101,101,109,101,110,116,34,93,2,1,245,111,172,30,0,0,1,26,100,105,118,91,99,108,97,115,115,94,61,34,67,111,111,107,105,101,115,73,110,102,111,95,34,93,2,1,170,174,2,96,0,0,1,27,100,105,118,91,99,108,97,115,115,94,61,34,67,111,111,107,105,101,115,76,97,98,101,108,95,34,93,2,1,90,75,139,154,0,0,1,38,100,105,118,91,99,108,97,115,115,94,61,34,70,111,111,116,101,114,95,99,111,111,107,105,101,115,66,103,70,97,108,108,98,97,99,107,34,93,2,1,199,7,138,110,0,0,1,38,100,105,118,91,99,108,97,115,115,94,61,34,71,100,112,114,65,99,99,101,112,116,97,110,99,101,95,99,111,110,116,97,105,110,101,114,34,93,2,1,122,171,86,27,0,0,1,25,100,105,118,91,99,108,97,115,115,94,61,34,71,100,112,114,66,97,110,110,101,114,95,34,93,2,1,204,5,127,36,0,0,1,30,100,105,118,91,99,108,97,115,115,94,61,34,76,101,103,97,108,68,105,115,99,108,97,105,109,101,114,95,34,93,2,1,129,179,108,204,0,0,1,40,100,105,118,91,99,108,97,115,115,94,61,34,77,88,95,67,79,77,80,76,89,95,71,68,80,82,95,67,79,77,80,76,73,65,78,67,69,95,34,93,2,1,203,80,115,129,0,0,1,35,100,105,118,91,99,108,97,115,115,94,61,34,77,101,115,115,97,103,101,66,97,110,110,101,114,87,114,97,112,112,101,114,45,34,93,2,12,0,9,3,132,37,208,98,149,45,94,2,134,53,108,59,10,67,251,45,20,77,85,155,219,126,242,152,210,127,1,174,185,129,65,47,58,148,185,211,204,182,250,56,149,194,197,253,246,0,0,1,27,100,105,118,91,99,108,97,115,115,94,61,34,80,114,105,118,97,99,121,78,111,116,105,99,101,34,93,2,1,126,6,120,56,0,0,1,34,100,105,118,91,99,108,97,115,115,94,61,34,80,114,105,118,97,99,121,78,111,116,105,102,105,99,97,116,105,111,110,95,34,93,2,1,71,63,18,241,0,0,1,25,100,105,118,91,99,108,97,115,115,94,61,34,83,109,97,108,108,67,111,111,107,105,101,34,93,2,1,53,254,140,168,0,0,1,36,100,105,118,91,99,108,97,115,115,94,61,34,83,116,121,108,101,100,76,101,103,97,108,68,105,115,99,108,97,105,109,101,114,45,34,93,2,1,108,72,131,138,0,0,1,36,100,105,118,91,99,108,97,115,115,94,61,34,84,111,97,115,116,45,109,111,100,117,108,101,45,45,119,114,97,112,112,101,114,45,34,93,2,1,214,169,142,47,0,0,1,27,100,105,118,91,99,108,97,115,115,94,61,34,99,111,111,107,105,101,45,98,97,110,110,101,114,34,93,2,4,44,46,139,14,60,111,99,13,125,250,184,31,126,22,4,12,0,0,1,28,100,105,118,91,99,108,97,115,115,94,61,34,99,111,111,107,105,101,45,98,97,110,110,101,114,45,34,93,2,1,128,213,81,72,0,0,1,42,100,105,118,91,99,108,97,115,115,94,61,34,99,111,111,107,105,101,45,98,97,110,110,101,114,45,109,111,100,117,108,101,95,119,114,97,112,112,101,114,34,93,2,1,36,118,75,90,0,0,1,28,100,105,118,91,99,108,97,115,115,94,61,34,99,111,111,107,105,101,45,98,97,110,110,101,114,95,34,93,2,1,141,115,67,226,0,0,1,28,100,105,118,91,99,108,97,115,115,94,61,34,99,111,111,107,105,101,45,99,111,110,115,101,110,116,34,93,2,4,31,206,171,133,157,48,242,210,188,85,29,195,238,48,16,85,0,0,1,30,100,105,118,91,99,108,97,115,115,94,61,34,99,111,111,107,105,101,45,115,116,97,116,101,109,101,110,116,34,93,2,1,20,229,178,85,0,0,1,27,100,105,118,91,99,108,97,115,115,94,61,34,99,111,111,107,105,101,66,97,110,110,101,114,95,34,93,2,2,220,199,61,63,250,155,210,223,0,0,1,30,100,105,118,91,99,108,97,115,115,94,61,34,99,111,111,107,105,101,115,65,110,110,111,117,110,99,101,45,34,93,2,27,15,72,59,192,24,69,246,147,25,176,91,37,31,104,75,126,43,64,54,249,47,89,75,7,59,23,70,56,69,45,163,70,83,236,88,183,91,70,70,60,111,130,85,104,121,92,227,152,125,241,191,235,126,196,73,228,142,27,80,12,148,169,144,147,152,197,90,108,157,151,146,238,183,142,85,2,184,73,207,229,225,194,218,190,227,66,127,233,240,14,79,190,246,158,98,247,247,35,108,72,251,44,214,127,253,243,127,129,0,0,1,41,100,105,118,91,99,108,97,115,115,94,61,34,105,110,100,101,120,45,109,111,100,117,108,101,45,45,99,111,111,107,105,101,98,97,110,110,101,114,45,34,93,2,1,148,199,178,222,0,0,1,35,100,105,118,91,99,108,97,115,115,94,61,34,105,110,100,101,120,45,109,111,100,117,108,101,45,45,111,118,101,114,108,97,121,34,93,2,1,125,105,52,14,0,0,1,28,100,105,118,91,99,108,97,115,115,94,61,34,105,110,100,101,120,95,99,111,111,107,105,101,115,45,34,93,2,1,126,82,229,198,0,0,1,33,100,105,118,91,99,108,97,115,115,94,61,34,110,111,116,105,102,105,99,97,116,105,111,110,70,111,111,116,101,114,95,34,93,2,1,151,252,235,86,0,0,1,38,100,105,118,91,99,108,97,115,115,94,61,34,111,114,100,101,114,45,34,93,91,99,108,97,115,115,42,61,34,112,111,108,105,99,121,45,34,93,2,1,148,184,91,187,0,0,1,28,100,105,118,91,99,108,97,115,115,94,61,34,112,111,112,117,112,95,111,118,101,114,108,97,121,95,34,93,2,1,115,140,180,87,0,0,1,43,100,105,118,91,99,108,97,115,115,94,61,34,115,116,121,108,101,95,95,83,116,105,99,107,121,65,108,101,114,116,87,114,97,112,112,101,114,45,115,99,45,34,93,2,1,176,33,249,94,0,0,1,28,100,105,118,91,99,108,97,115,115,94,61,34,115,116,121,108,101,115,95,98,97,110,110,101,114,95,34,93,2,1,131,141,7,41,0,0,1,35,100,105,118,91,99,108,97,115,115,94,61,34,115,116,121,108,101,115,95,99,111,111,107,105,101,115,66,97,110,110,101,114,95,34,93,2,1,2,32,210,174,0,0,1,25,100,105,118,91,99,108,97,115,115,94,61,34,121,116,100,45,99,111,110,115,101,110,116,34,93,2,1,172,236,226,157,0,0,1,29,100,105,118,91,100,97,116,97,45,97,110,97,108,121,116,105,99,115,42,61,34,99,111,111,107,105,101,34,93,2,1,91,197,220,238,0,0,1,39,100,105,118,91,100,97,116,97,45,99,111,110,116,114,111,108,108,101,114,42,61,34,99,111,111,107,105,101,115,45,99,111,110,115,101,110,116,34,93,2,1,38,64,124,5,0,0,1,36,100,105,118,91,100,97,116,97,45,104,111,111,107,61,34,99,99,115,117,45,98,97,110,110,101,114,45,119,114,97,112,112,101,114,34,93,2,1,124,112,21,205,0,0,1,44,100,105,118,91,100,97,116,97,45,106,115,45,105,100,61,34,67,111,111,107,105,101,83,101,116,116,105,110,103,115,78,111,116,105,102,105,99,97,116,105,111,110,34,93,2,1,89,57,60,45,0,0,1,30,100,105,118,91,100,97,116,97,45,110,97,109,101,61,34,67,111,111,107,105,101,67,111,110,115,101,110,116,34,93,2,3,143,163,68,236,146,43,189,186,148,149,139,75,0,0,1,46,100,105,118,91,100,97,116,97,45,114,110,119,114,55,48,48,45,49,109,111,104,50,51,116,45,101,49,107,50,105,110,45,116,99,101,105,116,122,61,34,116,114,117,101,34,93,2,1,192,241,163,74,0,0,1,27,100,105,118,91,100,97,116,97,45,115,101,99,116,105,111,110,61,34,99,111,111,107,105,101,115,34,93,2,1,38,6,191,53,0,0,1,41,100,105,118,91,100,97,116,97,45,115,116,111,114,97,103,101,45,105,116,101,109,94,61,34,116,56,56,55,99,111,111,107,105,101,110,97,109,101,95,34,93,2,1,84,217,159,132,0,0,1,33,100,105,118,91,100,97,116,97,45,116,97,103,61,34,99,111,111,107,105,101,45,100,105,115,99,108,111,115,117,114,101,34,93,2,1,96,53,173,135,0,0,1,39,100,105,118,91,100,97,116,97,45,116,101,115,116,45,105,100,61,34,67,111,111,107,105,101,45,80,111,108,105,99,121,66,97,110,110,101,114,34,93,2,1,89,172,217,162,0,0,1,32,100,105,118,91,100,97,116,97,45,116,101,115,116,105,100,61,34,99,111,111,107,105,101,45,98,97,110,110,101,114,34,93,2,5,23,10,210,133,55,176,118,52,133,21,215,113,145,223,198,69,194,178,66,155,0,0,1,34,100,105,118,91,100,97,116,97,45,116,101,115,116,105,100,61,34,100,108,45,99,111,111,107,105,101,66,97,110,110,101,114,34,93,2,1,125,144,199,24,0,0,1,38,100,105,118,91,115,116,121,108,101,42,61,34,45,45,84,111,97,115,116,101,114,45,105,110,100,105,99,97,116,111,114,67,111,108,111,114,34,93,2,1,142,14,98,194,0,0,1,64,100,105,118,91,115,116,121,108,101,42,61,34,112,111,115,105,116,105,111,110,58,32,102,105,120,101,100,59,32,108,101,102,116,58,32,48,112,120,59,32,116,111,112,58,32,48,112,120,59,32,119,105,100,116,104,58,32,49,48,48,37,59,34,93,2,1,243,93,248,68,0,0,1,50,100,105,118,91,115,116,121,108,101,61,34,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,32,114,103,98,40,50,52,48,44,32,50,52,48,44,32,50,52,48,41,59,34,93,2,7,18,109,163,165,26,204,193,127,56,90,164,108,57,35,137,105,98,188,168,19,127,98,111,188,166,213,37,209,0,0,1,97,100,105,118,91,115,116,121,108,101,61,34,98,97,99,107,103,114,111,117,110,100,58,35,101,101,100,59,112,97,100,100,105,110,103,58,49,48,112,120,59,109,97,114,103,105,110,58,48,59,116,101,120,116,45,97,108,105,103,110,58,99,101,110,116,101,114,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,52,52,54,34,93,2,1,43,123,146,215,0,0,1,128,0,0,0,233,100,105,118,91,115,116,121,108,101,61,34,105,110,115,101,116,58,32,48,112,120,59,32,119,105,100,116,104,58,32,49,48,48,37,59,32,104,101,105,103,104,116,58,32,49,48,48,37,59,32,98,111,120,45,115,105,122,105,110,103,58,32,98,111,114,100,101,114,45,98,111,120,59,32,112,111,115,105,116,105,111,110,58,32,102,105,120,101,100,59,32,116,111,117,99,104,45,97,99,116,105,111,110,58,32,110,111,110,101,59,32,112,97,100,100,105,110,103,58,32,50,48,112,120,59,32,122,45,105,110,100,101,120,58,32,49,48,59,32,100,105,115,112,108,97,121,58,32,102,108,101,120,59,32,102,108,101,120,45,100,105,114,101,99,116,105,111,110,58,32,114,111,119,59,32,103,97,112,58,32,50,48,112,120,59,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,32,112,111,105,110,116,101,114,45,101,118,101,110,116,115,58,32,97,108,108,59,34,93,2,1,86,161,182,218,0,0,1,128,0,0,0,181,100,105,118,91,115,116,121,108,101,61,34,112,111,115,105,116,105,111,110,58,32,102,105,120,101,100,59,32,98,111,116,116,111,109,58,32,48,112,120,59,32,108,101,102,116,58,32,48,112,120,59,32,119,105,100,116,104,58,32,49,48,48,37,59,32,112,97,100,100,105,110,103,58,32,50,48,112,120,59,32,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,32,114,103,98,97,40,48,44,32,48,44,32,48,44,32,48,46,56,41,59,32,99,111,108,111,114,58,32,114,103,98,40,50,53,53,44,32,50,53,53,44,32,50,53,53,41,59,32,116,101,120,116,45,97,108,105,103,110,58,32,99,101,110,116,101,114,59,32,122,45,105,110,100,101,120,58,32,57,57,57,57,59,34,93,2,1,121,139,116,178,0,0,1,64,100,105,118,91,115,116,121,108,101,94,61,34,97,108,105,103,110,45,105,116,101,109,115,58,32,98,97,115,101,108,105,110,101,59,32,98,97,99,107,103,114,111,117,110,100,58,32,114,103,98,40,53,51,44,32,53,51,44,32,53,51,41,34,93,2,1,148,199,190,101,0,0,1,38,100,105,118,91,115,116,121,108,101,94,61,34,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,70,70,57,53,57,53,34,93,2,1,55,109,79,10,0,0,1,35,100,105,118,91,115,116,121,108,101,94,61,34,98,97,99,107,103,114,111,117,110,100,58,32,35,52,50,52,50,52,50,59,32,34,93,2,1,141,197,204,15,0,0,1,41,100,105,118,91,115,116,121,108,101,94,61,34,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,34,93,2,1,57,78,202,190,0,0,1,37,100,105,118,91,115,116,121,108,101,94,61,34,98,111,114,100,101,114,58,32,50,112,120,32,115,111,108,105,100,32,98,108,117,101,59,34,93,2,1,129,84,247,139,0,0,1,40,100,105,118,91,115,116,121,108,101,94,61,34,99,111,108,111,114,58,32,114,103,98,40,50,51,56,44,32,50,51,56,44,32,50,51,56,41,59,34,93,2,1,113,90,237,167,0,0,1,51,100,105,118,91,115,116,121,108,101,94,61,34,104,101,105,103,104,116,58,50,48,112,120,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,70,65,70,70,68,67,59,34,93,2,1,55,109,79,10,0,0,1,37,100,105,118,91,115,116,121,108,101,94,61,34,112,111,115,105,116,105,111,110,58,32,102,105,120,101,100,59,32,98,111,116,116,111,109,34,93,2,4,69,110,254,185,119,146,191,236,145,21,151,162,145,171,18,112,0,0,1,54,100,105,118,91,115,116,121,108,101,94,61,34,112,111,115,105,116,105,111,110,58,32,102,105,120,101,100,59,32,108,101,102,116,58,32,48,112,120,59,32,98,111,116,116,111,109,58,32,48,112,120,59,34,93,2,1,20,15,89,250,0,0,1,51,100,105,118,91,115,116,121,108,101,94,61,34,112,111,115,105,116,105,111,110,58,32,102,105,120,101,100,59,32,108,101,102,116,58,32,48,112,120,59,32,116,111,112,58,32,48,112,120,59,34,93,2,4,129,251,31,131,141,168,183,131,191,206,55,87,233,181,104,67,0,0,1,46,100,105,118,91,115,116,121,108,101,94,61,34,112,111,115,105,116,105,111,110,58,32,102,105,120,101,100,59,32,122,45,105,110,100,101,120,58,32,49,48,48,48,48,59,34,93,2,1,105,248,238,46,0,0,1,30,100,105,118,91,115,116,121,108,101,94,61,34,112,111,115,105,116,105,111,110,58,32,102,105,120,101,100,59,34,93,2,1,66,44,100,148,0,0,1,43,100,105,118,91,115,116,121,108,101,94,61,34,112,111,115,105,116,105,111,110,58,102,105,120,101,100,59,100,105,115,112,108,97,121,58,98,108,111,99,107,59,34,93,2,1,32,227,13,157,0,0,1,41,100,105,118,91,115,116,121,108,101,94,61,34,119,105,100,116,104,58,32,49,48,48,37,59,32,100,105,115,112,108,97,121,58,32,102,108,101,120,59,34,93,2,1,101,164,167,255,0,0,1,37,100,105,118,91,115,116,121,108,101,94,61,34,119,105,100,116,104,58,32,51,56,48,112,120,59,109,97,120,45,119,105,100,116,104,58,34,93,2,1,209,110,30,239,0,0,1,26,100,105,118,91,115,116,121,108,101,94,61,34,122,45,105,110,100,101,120,58,32,57,57,57,34,93,2,1,127,3,67,255,0,0,1,31,100,111,99,45,108,97,121,111,117,116,45,99,111,111,107,105,101,45,112,111,108,105,99,121,45,98,97,110,110,101,114,2,2,3,200,248,132,251,17,253,205,0,0,1,21,100,111,99,107,45,112,114,105,118,97,99,121,45,115,101,116,116,105,110,103,115,2,1,41,23,111,131,0,0,1,17,100,111,99,115,45,99,111,111,107,105,101,45,112,111,112,117,112,2,1,237,65,127,176,0,0,1,17,102,105,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,2,1,107,172,203,120,0,0,1,6,102,111,111,116,101,114,2,1,191,53,9,16,0,0,1,128,0,0,0,138,102,111,111,116,101,114,32,43,32,100,105,118,91,115,116,121,108,101,61,34,112,111,115,105,116,105,111,110,58,32,102,105,120,101,100,59,32,108,101,102,116,58,32,48,112,120,59,32,116,111,112,58,32,48,112,120,59,32,119,105,100,116,104,58,32,49,48,48,37,59,32,104,101,105,103,104,116,58,32,49,48,48,37,59,32,122,45,105,110,100,101,120,58,32,57,57,57,59,32,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,32,114,103,98,97,40,48,44,32,48,44,32,48,44,32,48,46,51,41,59,34,93,2,1,95,66,221,184,0,0,1,16,103,99,45,97,99,99,101,112,116,45,99,111,111,107,105,101,2,1,111,197,116,98,0,0,1,19,103,99,111,114,101,45,99,111,111,107,105,101,45,98,97,110,110,101,114,2,1,126,247,184,36,0,0,1,22,103,99,111,114,101,45,99,111,111,107,105,101,115,45,115,101,116,116,105,110,103,115,2,1,126,247,184,36,0,0,1,17,103,115,97,45,99,111,111,107,105,101,45,98,97,110,110,101,114,2,1,171,113,55,96,0,0,1,14,104,101,97,100,101,114,32,62,32,46,103,100,112,114,2,1,193,113,84,60,0,0,1,15,105,110,103,119,98,45,99,111,111,107,105,101,98,97,114,2,1,127,27,206,45,0,0,1,18,108,101,45,99,111,111,107,105,101,115,45,99,111,110,115,101,110,116,2,1,213,58,190,119,0,0,1,18,109,102,45,99,111,111,107,105,101,115,45,99,111,110,115,101,110,116,2,1,53,189,98,62,0,0,1,17,109,105,111,45,99,111,111,107,105,101,45,110,111,116,105,99,101,2,1,26,233,216,108,0,0,1,25,109,112,45,115,110,97,99,107,98,97,114,45,105,110,102,111,45,109,101,115,115,97,103,101,115,2,1,14,143,66,253,0,0,1,16,109,118,45,99,111,111,107,105,101,45,98,97,110,110,101,114,2,1,19,82,127,127,0,0,1,17,110,107,100,45,99,111,111,107,105,101,45,98,97,110,110,101,114,2,1,46,179,236,82,0,0,1,18,110,111,116,105,102,105,99,97,116,105,111,110,45,98,108,111,99,107,2,1,107,227,30,38,0,0,1,19,110,111,116,105,102,105,99,97,116,105,111,110,45,102,111,111,116,101,114,2,1,242,122,96,56,0,0,1,21,112,97,120,100,101,105,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,2,1,127,60,55,189,0,0,1,23,112,114,111,97,99,116,117,97,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,2,1,90,100,101,27,0,0,1,56,115,104,114,101,100,100,105,116,45,97,115,121,110,99,45,108,111,97,100,101,114,91,98,117,110,100,108,101,110,97,109,101,61,34,114,101,100,100,105,116,95,99,111,111,107,105,101,95,98,97,110,110,101,114,34,93,2,2,34,213,210,243,142,14,98,194,0,0,1,22,115,104,114,101,100,100,105,116,45,99,111,111,107,105,101,45,98,97,110,110,101,114,2,1,142,14,98,194,0,0,1,18,115,109,112,45,99,111,111,107,105,101,115,45,98,97,110,110,101,114,2,1,155,137,19,239,0,0,1,26,115,112,97,110,32,62,32,46,109,97,120,45,119,45,109,100,46,115,104,97,100,111,119,45,108,103,2,1,150,195,125,111,0,0,1,18,119,99,115,115,45,99,111,111,107,105,101,45,98,97,110,110,101,114,2,2,19,110,79,10,38,130,205,250,0,0,1,12,119,101,98,45,115,110,97,99,107,98,97,114,2,1,222,234,123,134,0,0,1,29,119,120,45,99,111,111,107,105,101,45,112,111,108,105,99,121,45,110,111,116,105,102,105,99,97,116,105,111,110,2,1,173,244,226,208,0,0,1,32,100,105,118,91,100,97,116,97,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,111,118,101,114,108,97,121,93,2,3,14,134,7,126,33,152,17,36,33,234,135,136,0,0,1,40,100,105,118,91,100,97,116,97,45,113,97,61,34,103,114,97,110,117,108,97,114,45,112,114,105,118,97,99,121,45,115,101,116,116,105,110,103,115,34,93,2,1,157,26,51,3,0,0,1,35,100,105,118,91,100,97,116,97,45,113,97,61,34,106,101,116,45,112,114,105,118,97,99,121,45,115,101,116,116,105,110,103,115,34,93,2,1,234,58,17,4,0,0,1,31,100,105,118,91,100,97,116,97,45,113,97,61,34,112,114,105,118,97,99,121,45,115,101,116,116,105,110,103,115,34,93,2,7,6,155,129,254,36,120,89,249,86,13,245,117,141,100,242,179,161,57,203,135,172,10,12,165,174,132,115,176,0,8,1,13,46,99,99,45,99,111,110,116,97,105,110,101,114,1,1,248,8,43,179,0,8,1,21,46,111,118,101,114,108,97,121,45,103,100,112,114,45,99,111,110,115,101,110,116,2,2,38,156,255,211,168,80,91,114,0,8,1,16,46,111,118,101,114,108,97,121,45,119,114,97,112,112,101,114,2,2,38,156,255,211,168,80,91,114,0,8,1,13,46,70,111,111,116,101,114,80,111,112,117,112,115,2,3,83,33,11,166,154,89,152,134,156,25,156,155,0,16,1,16,35,119,114,97,112,112,101,114,45,100,120,45,99,111,107,105,2,8,38,44,36,68,103,238,58,249,148,104,92,154,174,193,230,21,182,121,193,41,182,225,250,100,191,221,10,29,204,25,152,235,0,0,1,22,100,105,118,91,99,108,97,115,115,94,61,34,99,111,111,107,105,101,95,95,34,93,2,4,40,217,150,142,88,247,105,121,105,110,46,163,238,186,44,45,0,16,1,16,35,105,115,109,45,99,111,110,115,101,110,116,45,98,111,120,2,2,25,224,30,124,236,178,18,214,0,8,1,13,46,99,111,111,107,105,101,45,97,108,101,114,116,2,5,2,236,103,231,51,53,179,83,52,106,61,48,205,166,214,32,250,157,238,66,0,8,1,20,46,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,2,4,16,140,3,48,19,55,137,94,101,149,29,87,112,0,117,54,0,8,1,18,46,99,111,111,107,105,101,45,97,108,101,114,116,45,115,104,111,119,2,2,5,115,213,93,69,157,21,27,0,8,1,12,46,97,100,110,45,109,101,115,115,97,103,101,2,11,31,43,76,135,51,205,221,219,83,111,0,229,89,58,249,109,91,166,123,28,112,244,157,192,136,89,173,104,142,75,167,68,165,39,55,235,168,226,105,56,202,188,92,43,0,16,1,21,35,95,95,116,101,97,108,105,117,109,71,68,80,82,99,112,80,114,101,102,115,2,2,168,88,13,198,177,25,56,24,0,8,1,10,46,99,111,111,107,105,101,98,97,114,2,1,117,137,181,75,0,16,1,17,35,99,108,105,83,101,116,116,105,110,103,115,80,111,112,117,112,2,1,190,148,45,2,0,8,1,16,46,112,114,45,99,111,111,107,105,101,45,109,111,100,97,108,2,11,7,187,23,18,22,137,19,218,46,2,18,88,93,74,163,78,102,60,96,79,126,92,86,44,137,124,229,99,158,171,130,102,181,252,229,116,197,113,79,199,240,96,85,115,0,16,1,14,35,99,111,111,107,105,101,45,112,111,108,105,99,121,2,4,104,232,242,202,118,143,25,133,139,19,75,34,154,250,51,38,0,8,1,28,46,99,111,111,107,105,101,45,112,101,114,109,105,115,115,105,111,110,45,99,111,110,116,97,105,110,101,114,2,6,32,14,68,180,110,131,204,219,137,14,47,10,202,200,43,158,242,231,20,251,246,53,211,16,0,16,1,16,35,101,110,115,78,111,116,105,102,121,66,97,110,110,101,114,2,22,31,73,231,1,42,219,201,85,48,191,9,97,53,93,39,172,56,90,94,134,57,156,177,163,57,228,2,254,100,164,111,99,101,21,82,234,111,175,116,70,118,172,177,89,125,142,206,195,136,16,15,180,141,124,187,214,145,195,109,62,158,179,15,187,166,203,101,165,173,103,146,29,183,243,171,209,203,80,119,11,209,31,218,143,224,32,225,50,0,16,1,12,35,101,110,115,66,97,110,110,101,114,66,71,2,4,82,179,88,117,101,21,82,234,166,203,101,165,173,103,146,29,0,16,1,17,35,101,110,115,67,111,110,115,101,110,116,87,105,100,103,101,116,2,1,158,179,15,187,0,8,1,15,46,99,111,111,107,105,101,45,109,101,115,115,97,103,101,2,8,2,84,19,107,80,204,34,80,121,45,165,12,121,97,99,82,123,247,212,159,162,5,124,219,162,221,193,166,201,68,126,125,0,8,1,14,46,99,111,111,107,105,101,45,97,99,99,101,112,116,2,1,84,1,227,143,0,16,1,15,35,99,111,110,115,101,110,116,77,97,110,97,103,101,114,2,2,193,193,244,206,247,84,198,23,0,0,1,28,91,97,114,105,97,45,108,97,98,101,108,61,34,99,111,111,107,105,101,99,111,110,115,101,110,116,34,93,2,2,138,225,112,221,224,114,135,77,0,16,1,13,35,99,111,111,107,105,101,45,109,111,100,97,108,2,5,9,19,50,11,23,42,34,178,66,69,126,108,118,24,215,4,201,118,0,69,0,16,1,5,35,99,107,110,116,2,3,20,240,92,18,41,93,80,99,172,245,100,52,0,8,1,25,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,99,111,110,116,97,105,110,101,114,2,3,197,193,18,75,232,242,233,134,234,228,251,112,0,8,1,12,46,119,112,99,98,45,98,97,110,110,101,114,2,4,61,0,55,25,78,17,87,33,135,59,133,24,216,238,24,144,0,8,1,15,46,119,112,99,98,45,99,111,110,116,97,105,110,101,114,2,12,55,75,109,94,64,16,36,205,72,97,200,54,96,166,47,168,125,236,86,123,132,189,240,75,142,143,40,236,162,47,97,66,173,225,224,253,186,38,216,55,229,209,185,254,241,143,32,44,0,8,1,15,46,111,114,101,106,105,109,101,45,78,111,116,105,99,101,2,6,4,161,223,116,140,94,169,104,143,96,247,122,153,67,142,254,227,116,151,87,242,81,97,77,0,8,1,18,46,99,99,45,119,105,110,100,111,119,45,119,114,97,112,112,101,114,2,4,13,77,51,23,46,41,180,145,46,218,156,51,132,54,192,25,0,8,1,12,46,99,115,45,105,110,102,111,45,98,97,114,2,2,80,126,68,54,148,254,253,89,0,16,1,9,35,103,100,112,114,77,97,115,107,2,6,48,217,183,89,110,21,196,182,117,45,98,107,158,248,80,33,191,31,182,47,219,197,157,190,0,8,1,16,46,115,119,97,108,50,45,99,111,110,116,97,105,110,101,114,2,3,74,58,224,186,203,65,28,200,236,153,76,70,0,8,1,13,46,99,99,45,99,111,110,116,97,105,110,101,114,2,11,28,72,5,177,44,200,73,141,76,236,253,182,114,73,98,139,136,172,60,55,139,33,14,172,142,11,84,23,148,196,114,113,153,216,251,156,197,167,133,234,206,207,207,164,0,16,1,13,35,99,99,45,99,111,110,116,97,105,110,101,114,2,3,9,168,4,16,17,179,36,86,218,98,254,122,0,8,1,14,46,109,111,100,97,108,45,119,114,97,112,112,101,114,2,6,36,34,110,140,45,224,129,40,71,43,27,64,131,11,140,21,187,66,7,24,226,170,110,0,0,8,1,5,46,105,110,102,111,2,4,5,62,93,45,16,67,10,151,69,166,52,92,71,90,46,110,0,16,1,11,35,99,111,111,107,105,101,78,111,116,101,2,41,3,204,68,108,8,173,90,48,16,196,37,184,21,117,25,45,24,84,141,203,36,31,9,223,38,4,205,96,38,208,99,188,42,238,16,110,43,108,212,0,48,117,134,30,50,151,251,172,51,55,110,246,61,230,104,252,67,187,216,224,72,181,242,134,73,118,62,192,83,2,6,169,86,44,62,123,121,25,198,84,123,239,40,118,125,167,31,121,133,177,213,1,144,204,164,154,156,50,253,62,159,218,187,72,170,71,34,138,172,137,235,95,176,10,184,171,184,194,124,156,186,196,54,13,197,250,137,106,207,10,103,33,212,184,58,156,214,154,155,225,217,113,219,159,224,139,11,227,238,49,31,160,238,236,127,61,247,144,254,75,248,150,23,179,0,8,1,20,46,97,99,116,105,118,101,98,97,114,45,99,111,110,116,97,105,110,101,114,2,13,22,53,195,64,26,116,174,172,57,241,236,245,69,150,134,22,116,112,38,8,129,41,254,113,157,105,83,193,169,5,243,3,176,87,237,162,202,88,166,123,237,82,26,144,237,165,226,207,250,229,69,237,0,8,1,21,46,99,111,111,107,105,101,95,99,111,110,115,101,110,116,95,97,108,101,114,116,2,4,30,101,87,140,133,135,142,164,188,122,23,26,253,67,94,34,0,16,1,13,35,99,111,111,107,105,101,80,111,108,105,99,121,2,9,27,139,72,174,42,176,227,10,61,75,212,43,76,3,225,165,110,4,1,125,148,156,254,61,177,197,55,217,204,5,81,4,211,181,10,240,0,8,1,15,46,99,117,115,116,111,109,45,99,111,110,115,101,110,116,2,4,5,196,102,244,67,74,18,235,121,71,239,210,146,207,226,233,0,0,1,26,99,111,110,115,101,110,116,45,115,108,105,100,101,45,105,110,45,99,111,109,112,111,110,101,110,116,2,8,10,200,112,46,36,103,210,226,58,137,65,166,79,73,97,96,95,150,153,112,164,130,118,239,237,246,204,214,239,244,132,208,0,8,1,35,46,67,111,111,107,105,101,115,66,97,110,110,101,114,95,80,111,115,116,105,111,110,66,97,110,110,101,114,95,95,89,104,95,68,109,2,2,192,206,117,195,218,227,119,5,0,8,1,17,46,109,111,100,97,108,45,98,97,99,107,103,114,111,117,110,100,2,5,85,78,170,146,85,166,79,218,209,102,82,185,209,228,241,79,236,188,4,49,0,16,1,13,35,98,105,115,99,117,105,116,77,111,100,97,108,2,5,28,106,222,26,142,225,92,63,152,47,71,199,218,137,134,86,225,70,72,218,0,8,1,12,46,100,105,115,95,109,101,115,115,97,103,101,2,4,39,218,74,246,141,100,71,132,143,50,101,214,214,145,226,233,0,16,1,9,35,104,101,97,100,98,97,110,100,2,3,193,176,133,42,241,211,9,42,251,67,238,23,0,0,1,25,91,99,108,97,115,115,94,61,34,80,114,105,118,97,99,121,66,97,110,110,101,114,95,34,93,2,2,81,60,83,123,162,68,62,199,0,16,1,17,35,112,97,110,100,101,99,116,101,115,45,98,97,110,110,101,114,2,2,142,25,131,155,240,32,40,253,0,16,1,19,35,99,111,111,107,105,101,115,95,97,99,99,101,112,116,97,110,99,101,2,8,6,230,146,243,7,170,1,187,78,181,192,212,111,239,221,75,122,134,17,41,151,127,214,123,204,206,32,114,221,96,238,93,0,8,1,12,46,99,111,110,115,101,110,116,45,98,111,120,2,3,108,228,233,249,157,117,182,177,250,97,243,142,0,16,1,11,35,99,111,111,107,105,101,45,98,97,114,2,5,21,235,211,108,39,114,242,84,71,156,238,113,108,29,175,60,229,175,140,205,0,0,1,28,91,99,108,97,115,115,94,61,34,115,116,121,108,101,95,99,111,110,116,97,105,110,101,114,95,95,34,93,2,2,54,252,124,217,109,167,225,27,0,8,1,17,46,110,111,116,105,102,105,99,97,116,105,111,110,45,98,97,114,2,7,14,87,214,189,36,92,59,174,51,172,9,65,54,153,208,157,112,242,246,75,116,150,30,57,139,237,47,84,0,8,1,10,46,99,111,111,107,105,101,102,111,120,2,2,39,204,83,167,113,45,50,42,0,8,1,12,46,118,119,111,45,111,118,101,114,108,97,121,2,11,5,209,161,237,38,157,71,211,38,157,169,191,76,238,30,115,130,199,53,13,159,83,84,1,161,155,35,180,225,108,232,179,244,50,44,106,245,78,224,178,248,18,6,117,0,8,1,17,46,117,115,110,45,110,111,116,105,102,105,99,97,116,105,111,110,2,10,0,231,210,116,5,201,85,229,19,222,60,75,67,11,196,202,102,22,255,46,108,157,189,197,160,19,68,230,166,80,94,56,173,245,100,38,246,19,132,153,0,16,1,6,35,109,111,100,97,108,2,5,11,158,244,216,99,91,3,170,170,132,132,78,195,109,25,50,222,117,252,53,0,0,1,26,91,99,108,97,115,115,94,61,34,99,111,110,115,101,110,116,45,109,97,110,97,103,101,114,34,93,2,3,16,250,211,118,190,146,226,135,250,185,41,202,0,8,1,17,46,118,45,115,110,97,99,107,95,95,119,114,97,112,112,101,114,2,5,35,51,31,89,58,145,83,202,80,187,82,197,86,225,59,163,229,106,172,252,0,8,1,23,46,70,101,97,116,117,114,101,66,97,114,95,114,111,111,116,95,95,95,73,78,85,56,2,3,45,78,253,97,46,21,124,114,138,220,24,53,0,8,1,10,46,118,45,111,118,101,114,108,97,121,2,10,10,216,9,153,35,98,234,55,37,208,250,121,51,231,178,180,95,199,82,125,106,197,71,204,201,193,190,25,225,17,159,206,227,143,64,119,231,246,76,113,0,8,1,22,46,99,107,121,45,99,111,110,115,101,110,116,45,99,111,110,116,97,105,110,101,114,2,6,5,72,83,205,31,121,36,114,80,209,200,20,187,154,107,68,234,205,137,145,243,33,92,15,0,0,1,18,91,99,108,97,115,115,94,61,34,67,111,111,107,105,101,95,34,93,2,2,148,134,24,141,175,8,224,165,0,8,1,16,46,99,111,111,107,105,101,49,50,51,45,112,111,112,117,112,2,8,24,221,220,247,36,202,206,31,47,219,140,113,52,38,77,162,76,127,192,29,81,180,72,70,204,3,191,139,254,228,94,41,0,8,1,27,46,110,111,116,105,102,105,99,97,116,105,111,110,45,98,97,114,45,99,111,110,116,97,105,110,101,114,2,2,24,237,102,159,207,56,231,142,0,16,1,10,35,112,111,112,117,112,68,105,118,67,2,4,8,132,31,8,166,254,172,110,173,170,142,40,181,188,193,97,0,8,1,15,46,112,111,112,117,112,45,45,99,111,111,107,105,101,115,2,2,58,99,205,45,115,245,94,227,0,8,1,8,46,119,114,97,112,112,101,114,2,8,2,108,227,75,20,233,95,13,57,221,16,226,69,51,217,147,82,222,63,78,88,106,188,208,146,27,192,97,209,16,178,75,0,16,1,7,35,110,111,116,105,99,101,2,8,15,98,97,22,48,170,197,178,110,108,110,215,119,214,213,52,173,137,140,236,202,66,200,136,202,207,169,3,241,170,80,97,0,8,1,14,46,112,97,110,101,108,45,45,99,111,111,107,105,101,2,1,171,190,232,8,0,16,1,9,35,112,111,112,117,112,68,105,118,2,6,16,32,221,251,24,194,7,191,157,59,79,63,175,36,92,223,185,125,46,162,230,175,75,34,0,16,1,4,35,101,112,100,2,5,88,107,90,97,92,171,210,132,115,249,249,8,154,237,173,53,177,66,75,62,0,16,1,5,35,99,98,97,114,2,9,8,113,205,150,20,232,163,71,141,60,62,254,164,1,172,251,184,91,190,51,220,180,56,148,224,210,99,186,241,162,47,162,244,143,251,224,0,0,1,23,100,105,118,91,99,108,97,115,115,94,61,34,67,111,111,107,105,101,98,97,114,34,93,2,2,214,179,141,95,229,188,4,179,0,8,1,29,46,109,115,116,45,103,100,112,114,95,95,99,111,111,107,105,101,45,98,97,114,45,111,118,101,114,108,97,121,2,1,13,151,78,60,0,0,1,25,91,99,108,97,115,115,94,61,34,99,111,111,107,105,101,115,45,98,97,110,110,101,114,34,93,2,5,97,227,164,57,111,217,30,137,172,20,41,250,199,198,239,249,244,157,48,11,0,8,1,20,46,110,111,116,105,102,105,99,97,116,105,111,110,45,98,97,110,110,101,114,2,5,135,125,45,250,151,35,248,7,191,175,178,2,200,67,59,136,212,126,225,55,0,16,1,15,35,99,111,111,107,105,101,83,101,116,116,105,110,103,115,2,2,176,255,70,46,198,222,213,239,0,16,1,16,35,99,111,111,107,105,101,109,97,110,45,109,111,100,97,108,2,12,12,244,95,217,27,103,134,49,32,252,107,25,81,145,108,213,151,109,117,165,166,60,238,192,204,98,39,29,214,198,39,122,220,239,177,84,231,106,154,193,242,231,138,80,246,118,244,109,0,8,1,13,46,67,111,111,107,105,101,68,105,97,108,111,103,2,4,115,39,144,119,131,161,215,189,155,24,33,20,190,148,10,25,0,16,1,22,35,99,111,111,107,105,101,95,99,111,110,115,101,110,116,95,100,105,97,108,111,103,2,2,105,198,22,135,137,129,123,130,0,16,1,20,35,112,114,105,118,97,108,101,114,116,45,99,111,110,116,97,105,110,101,114,2,3,18,12,73,141,115,178,22,27,247,131,215,173,0,8,1,21,46,109,101,115,115,97,103,101,45,102,111,111,116,101,114,45,112,97,110,101,108,2,12,32,78,69,61,46,242,191,230,61,145,236,150,74,52,22,34,87,133,91,131,110,44,155,44,152,175,231,207,159,166,253,35,212,255,231,210,220,151,165,234,230,180,199,213,253,24,132,122,0,8,1,13,46,102,105,120,101,100,45,98,111,116,116,111,109,2,32,3,26,94,17,13,16,199,213,34,207,183,15,38,157,62,30,56,53,88,169,64,174,101,192,69,10,57,95,69,121,104,215,78,122,253,174,89,56,251,17,90,8,194,182,90,52,120,177,91,134,115,61,93,255,31,232,98,103,206,166,108,91,47,165,109,123,171,194,115,189,12,104,125,54,189,169,125,195,7,193,127,46,50,83,129,124,47,186,141,145,184,230,149,73,208,87,157,93,159,254,174,199,50,155,180,140,197,131,195,211,21,218,210,28,238,78,213,15,78,104,224,121,210,67,230,221,60,97,0,8,1,20,46,110,97,118,98,97,114,45,102,105,120,101,100,45,98,111,116,116,111,109,2,7,5,13,222,225,19,65,122,92,116,87,179,127,159,194,245,172,163,28,253,186,189,249,174,58,249,208,255,15,0,8,1,7,46,98,97,110,110,101,114,2,34,4,188,171,232,11,224,65,169,16,10,222,151,19,135,128,67,43,106,38,97,49,214,95,181,54,120,194,226,62,31,171,218,64,51,16,63,72,91,185,93,74,197,133,105,74,254,173,207,82,68,143,172,102,132,9,0,107,113,102,15,112,104,103,231,113,74,18,94,117,211,112,90,121,127,224,191,122,221,94,16,124,206,112,235,135,37,223,89,149,43,226,59,151,228,7,239,154,105,64,21,159,74,65,14,180,186,171,182,198,123,128,164,201,40,177,238,222,215,91,87,223,205,157,14,224,83,67,55,245,127,81,202,246,52,11,154,0,8,1,7,46,110,111,116,105,99,101,2,32,12,209,145,157,16,89,12,43,22,113,126,44,35,234,34,69,37,7,210,52,38,152,47,150,42,69,9,48,55,165,125,193,103,100,48,168,117,114,255,9,125,254,149,211,126,247,162,201,137,238,46,160,144,187,38,143,146,233,79,238,147,37,163,44,148,180,17,147,151,66,192,38,154,45,37,118,163,142,97,91,170,94,208,15,172,116,198,120,179,177,119,214,199,147,189,40,205,178,121,114,206,131,54,197,217,100,109,32,218,135,113,160,238,162,195,241,243,168,91,161,251,109,34,16,252,32,47,53,0,0,1,22,91,99,108,97,115,115,94,61,34,71,68,80,82,67,111,110,115,101,110,116,34,93,2,5,37,108,190,19,59,85,235,96,116,176,55,219,199,211,96,150,205,174,84,199,0,8,1,14,46,109,111,100,97,108,45,111,118,101,114,108,97,121,2,11,16,45,37,234,43,207,196,35,46,238,187,49,51,178,83,250,92,171,129,255,129,187,117,59,133,230,178,153,158,237,221,164,202,44,217,138,210,20,91,104,250,241,235,23,0,8,1,15,46,99,111,111,107,105,101,45,119,114,97,112,112,101,114,2,1,64,154,179,20,0,8,1,3,46,99,99,2,5,26,99,85,127,27,119,9,8,114,242,218,127,190,245,94,221,242,231,143,37,0,16,1,7,35,99,99,95,100,105,118,2,10,13,149,53,1,61,201,88,84,75,18,246,11,88,107,228,193,141,217,202,105,147,195,153,241,168,26,235,138,200,164,79,162,205,17,67,231,248,88,254,221,0,8,1,7,46,99,99,95,100,105,118,2,6,7,97,12,219,40,25,116,218,40,117,185,35,55,31,210,155,185,9,143,85,208,79,83,207,0,8,1,14,46,117,45,98,111,116,116,111,109,70,105,120,101,114,2,13,44,0,245,247,56,213,157,76,66,149,187,171,77,148,5,61,88,122,250,20,91,42,56,37,128,111,206,95,135,107,145,58,167,48,186,226,168,178,32,177,178,60,221,4,212,163,218,57,251,119,155,226,0,8,1,19,46,106,115,45,98,111,116,116,111,109,70,105,120,84,97,114,103,101,116,2,1,206,220,191,169,0,0,1,20,91,99,108,97,115,115,94,61,34,67,111,111,107,105,101,66,111,120,34,93,2,2,163,86,225,189,229,28,167,217,0,8,1,15,46,109,111,100,97,108,45,99,111,110,115,101,110,116,115,2,11,11,36,193,8,17,208,32,157,18,179,233,245,45,74,45,177,82,178,228,175,83,143,98,173,117,87,241,204,156,114,247,45,195,59,149,180,213,213,21,137,247,19,184,162,0,8,1,15,46,99,111,111,107,105,101,45,115,101,116,116,105,110,103,2,24,7,20,17,67,9,210,152,55,16,184,109,201,26,84,75,233,34,27,254,115,41,90,10,140,60,174,174,9,60,222,168,61,65,242,173,92,85,53,243,164,98,126,69,224,113,132,131,72,120,32,255,244,156,8,247,228,166,205,82,92,177,236,240,63,182,214,221,220,202,200,15,118,218,4,36,138,223,153,164,82,226,173,59,14,231,113,55,216,246,255,165,60,250,203,221,78,0,8,1,9,46,99,110,45,108,97,121,101,114,2,2,60,148,209,24,99,251,166,157,0,8,1,8,46,99,111,110,115,101,110,116,2,30,19,59,234,13,20,107,229,225,27,103,136,217,31,60,18,241,38,244,191,147,47,104,163,20,47,151,171,226,51,103,125,230,77,0,160,135,100,49,34,16,101,81,2,29,105,30,59,238,110,207,116,3,119,37,231,149,121,193,75,19,127,88,106,24,128,91,78,0,128,192,164,209,136,101,79,212,142,199,222,180,162,98,52,53,175,159,193,117,177,79,5,194,196,113,130,167,202,187,67,151,205,245,28,49,211,170,39,143,213,50,189,174,242,47,161,208,247,76,201,190,0,8,1,16,46,99,111,110,115,101,110,116,45,111,118,101,114,108,97,121,2,30,3,250,242,100,7,254,4,35,16,100,174,148,28,112,9,223,52,192,42,230,55,132,18,231,60,125,63,152,82,97,20,86,93,148,124,140,103,224,76,201,110,222,250,124,114,30,8,105,121,152,87,72,121,192,21,175,123,139,212,140,128,180,17,174,145,227,9,15,160,236,247,188,162,153,70,20,167,35,25,106,177,38,206,241,188,31,251,251,194,99,130,191,200,82,125,203,202,187,67,151,219,166,204,5,226,211,194,173,248,146,22,187,250,97,243,142,251,128,184,247,0,8,1,9,46,99,111,110,115,101,110,116,115,2,20,17,166,115,206,38,91,110,116,47,227,199,155,57,112,6,4,70,41,58,116,77,9,132,166,82,200,51,145,145,73,7,190,152,188,44,8,164,188,110,65,167,108,168,177,171,219,66,106,189,107,234,239,193,18,36,28,209,165,67,218,221,181,68,21,233,144,80,236,234,80,108,140,244,59,160,111,244,238,74,194,0,16,1,8,35,99,111,110,115,101,110,116,2,49,3,183,199,143,3,188,133,153,6,222,161,65,8,238,204,232,10,155,43,83,14,23,120,202,15,175,119,39,24,234,251,69,25,160,176,155,41,180,241,247,45,195,111,77,47,44,15,162,54,155,161,183,63,207,54,206,66,106,54,29,77,233,3,196,93,12,234,53,115,193,66,38,121,32,57,100,126,199,49,163,128,202,200,53,129,73,183,242,131,212,215,226,132,58,57,58,139,105,226,243,140,182,161,118,144,84,155,115,151,66,54,86,161,15,40,233,161,68,79,143,163,146,103,168,164,149,38,254,166,203,165,243,194,197,252,190,199,211,172,32,200,49,150,152,200,134,34,27,202,177,53,110,209,103,153,54,220,75,92,206,221,255,79,2,222,161,101,156,227,135,75,197,228,104,231,236,229,62,221,48,230,1,204,10,239,135,241,128,239,170,16,54,250,34,254,32,0,0,1,27,100,105,118,91,99,108,97,115,115,94,61,34,99,111,111,107,105,101,115,66,97,110,110,101,114,34,93,2,2,64,28,48,186,96,237,191,101,0,8,1,14,46,99,108,105,45,98,97,114,45,112,111,112,117,112,2,3,99,225,121,104,131,241,175,64,216,100,239,116,0,8,1,19,46,99,107,121,45,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,4,86,127,242,230,112,23,133,175,127,55,175,129,185,55,222,121,0,0,1,23,91,99,108,97,115,115,94,61,34,67,111,111,107,105,101,115,77,111,100,97,108,34,93,2,3,67,62,112,43,102,141,140,254,176,53,71,215,0,16,1,22,35,99,111,111,107,105,101,45,100,105,97,108,111,103,45,119,114,97,112,112,101,114,2,4,29,133,39,70,48,118,4,232,135,45,173,119,198,169,7,87,0,8,1,5,46,108,116,99,110,2,11,17,232,14,233,19,132,167,28,28,227,234,184,44,237,107,67,59,13,188,215,61,137,201,166,68,65,75,121,95,140,181,227,118,40,166,17,227,226,81,215,237,39,212,52,0,16,1,8,35,67,111,110,115,101,110,116,2,3,6,178,146,140,47,235,172,15,221,3,152,132,0,16,1,11,35,99,99,45,119,114,97,112,112,101,114,2,2,125,214,166,66,174,116,44,233,0,8,1,10,46,99,99,95,100,105,97,108,111,103,2,3,52,89,196,199,79,225,91,18,185,174,147,209,0,8,1,10,46,99,99,45,103,114,111,119,101,114,2,3,31,170,153,35,56,41,250,94,236,224,234,251,0,8,1,3,46,99,98,2,6,7,175,18,112,27,15,27,34,48,139,77,42,57,83,239,207,168,120,201,223,170,40,196,255,0,8,1,3,46,67,65,2,12,6,149,9,80,30,215,13,4,116,43,239,253,123,198,111,110,154,23,131,163,176,34,116,232,180,193,251,1,194,89,121,174,201,62,219,103,207,9,75,106,241,147,114,21,254,129,227,198,0,8,1,12,46,99,111,111,107,105,101,45,116,101,120,116,2,8,0,10,249,144,3,189,69,89,53,171,12,254,87,210,226,48,137,75,102,221,140,171,80,217,197,39,59,107,255,180,139,107,0,8,1,11,46,99,98,45,111,118,101,114,108,97,121,2,3,75,116,222,201,95,217,234,79,212,229,25,109,0,8,1,15,46,106,115,70,105,120,101,100,77,101,115,115,97,103,101,2,5,59,206,214,184,121,67,249,242,148,192,243,243,165,89,74,78,192,241,17,36,0,16,1,12,35,99,98,111,120,79,118,101,114,108,97,121,2,23,20,225,169,195,38,157,171,200,41,61,122,221,44,97,55,227,46,25,235,45,64,186,148,104,85,173,28,250,92,252,1,181,96,252,211,147,98,111,31,189,126,23,191,49,128,70,215,128,136,20,49,237,166,169,2,60,175,158,96,88,181,60,106,118,185,188,255,221,190,49,132,35,208,203,45,112,218,243,154,69,231,195,254,2,232,138,78,169,237,69,251,149,0,16,1,12,35,99,98,111,120,87,114,97,112,112,101,114,2,1,237,69,251,149,0,16,1,9,35,99,111,108,111,114,98,111,120,2,15,20,225,169,195,64,186,148,104,85,173,28,250,98,111,31,189,111,215,10,68,126,23,191,49,128,70,215,128,136,20,49,237,166,169,2,60,175,158,96,88,181,60,106,118,190,49,132,35,218,243,154,69,231,195,254,2,232,138,78,169,0,8,1,18,46,99,111,111,107,105,101,115,45,99,111,109,112,111,110,101,110,116,2,2,90,223,189,223,118,127,94,182,0,16,1,8,35,99,99,45,109,97,105,110,2,20,5,142,150,75,56,115,147,77,78,196,137,218,84,102,86,139,105,8,96,111,109,59,32,6,122,58,44,173,125,26,7,62,126,219,156,118,130,26,230,163,148,229,10,28,170,15,110,5,203,33,19,204,207,96,225,47,223,216,15,140,234,100,219,149,240,118,17,212,240,245,162,151,244,99,21,19,255,56,100,79,0,16,1,9,35,99,99,45,45,109,97,105,110,2,36,10,183,32,174,13,149,53,1,16,212,38,214,20,152,103,56,27,10,180,6,32,188,243,192,36,52,2,76,38,157,150,108,41,158,61,49,45,205,45,75,74,192,173,133,82,67,90,51,110,6,12,54,114,136,238,1,117,250,195,8,129,231,66,126,133,86,97,179,138,124,17,186,139,61,132,237,144,185,201,213,148,179,239,177,148,184,164,151,158,182,174,57,163,109,88,182,180,130,2,23,182,161,61,68,185,9,143,85,193,44,96,221,193,196,153,163,212,21,101,104,212,223,85,60,219,1,48,158,226,202,16,50,235,214,36,185,237,80,119,5,242,21,21,142,0,8,1,8,46,99,45,45,97,110,105,109,2,73,0,213,81,29,2,62,108,187,5,142,150,75,15,111,181,180,20,18,27,35,21,101,65,187,34,192,231,134,36,90,52,145,38,165,78,176,38,181,53,134,40,105,3,216,42,101,128,213,42,215,111,39,45,194,218,20,51,60,252,172,55,242,243,237,59,28,219,212,61,219,34,47,71,205,10,103,72,113,80,50,74,156,32,118,82,160,84,130,87,70,77,58,87,118,245,111,91,69,92,138,96,124,106,209,101,177,12,254,103,182,9,32,107,175,149,50,107,209,91,150,113,232,152,185,114,65,205,151,120,221,44,39,122,4,78,75,123,39,100,253,126,82,132,23,130,205,74,1,136,253,129,1,142,220,26,99,144,40,72,177,144,190,5,58,145,174,228,215,147,183,217,93,152,5,5,64,159,71,200,105,160,164,11,236,167,217,4,5,178,78,217,77,183,11,221,186,184,54,253,127,184,193,233,48,185,89,33,38,186,25,99,107,186,241,63,240,189,161,91,145,189,214,190,85,195,89,156,190,200,38,79,99,205,155,20,207,209,42,31,9,210,89,69,10,217,207,185,180,220,222,147,178,227,58,229,169,229,178,245,90,229,205,144,181,235,7,205,20,241,11,143,154,241,237,156,98,244,154,61,65,248,134,46,48,251,219,36,240,252,181,75,1,0,8,1,9,46,99,99,45,45,97,110,105,109,2,2,125,17,232,59,137,69,140,246,0,8,1,28,46,101,117,45,99,111,111,107,105,101,45,99,111,109,112,108,105,97,110,99,101,45,98,97,110,110,101,114,2,1,64,171,239,207,0,16,1,5,35,119,114,45,99,2,12,0,213,131,14,6,166,10,222,30,220,237,18,35,189,167,95,49,113,31,206,97,44,133,133,124,3,206,245,126,100,189,7,158,48,11,20,200,139,61,123,200,201,130,200,238,113,49,27,0,8,1,5,46,103,100,112,114,2,6,23,85,115,55,35,122,2,35,134,44,20,149,214,167,228,129,217,29,77,150,231,45,219,204,0,8,1,13,46,103,100,112,114,45,119,114,97,112,112,101,114,2,2,128,135,132,250,202,213,127,54,0,16,1,5,35,71,68,80,82,2,7,25,236,135,104,35,180,221,40,37,20,37,125,115,67,162,247,116,81,58,70,135,247,175,198,225,124,250,181,0,8,1,6,46,122,45,57,57,57,2,1,29,195,25,127,0,8,1,6,46,122,45,49,48,48,2,4,133,168,55,156,184,9,174,201,216,244,45,198,230,99,178,240,0,8,1,11,46,99,111,111,107,105,101,45,98,97,114,2,5,17,137,129,218,29,237,31,145,52,105,183,133,66,17,152,242,173,218,86,249,0,16,1,23,35,119,115,95,101,117,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,2,26,1,160,59,13,17,225,79,81,20,7,122,70,27,101,249,192,29,163,231,147,40,130,133,111,42,115,103,40,67,246,250,7,106,55,143,27,109,180,90,165,116,66,198,61,120,224,175,33,121,116,45,33,124,34,147,143,124,208,66,136,127,92,87,75,159,250,177,56,166,132,77,31,179,25,201,204,209,91,179,175,212,144,97,253,212,175,180,151,220,106,1,95,225,180,85,52,230,69,102,130,240,93,141,202,0,16,1,10,35,98,97,110,101,114,82,111,111,116,2,3,55,161,106,50,66,118,32,44,70,89,144,220,0,8,1,14,46,108,101,103,97,108,45,99,111,110,115,101,110,116,2,5,85,62,174,188,103,78,117,11,116,33,0,108,158,93,1,172,197,50,192,157,0,16,1,15,35,99,111,111,107,105,101,45,99,111,110,115,101,110,116,2,9,5,140,131,238,29,131,69,137,47,78,101,158,64,192,122,217,131,89,221,60,132,52,224,198,193,250,134,170,205,28,86,225,225,206,43,47,0,8,1,13,46,98,103,45,103,114,101,101,110,45,50,48,48,2,4,64,234,33,24,81,151,74,140,87,122,134,155,88,190,164,35,0,8,1,7,46,101,67,115,118,100,98,2,5,16,131,225,137,33,70,253,191,79,145,219,42,205,152,233,49,231,122,87,192,0,16,1,21,35,98,108,97,99,107,45,98,97,110,100,45,99,111,110,116,97,105,110,101,114,2,8,17,172,197,11,65,60,189,243,72,65,1,125,103,111,195,55,112,75,192,116,162,49,222,46,168,244,164,72,181,8,8,119,0,16,1,16,35,97,100,100,105,116,105,111,110,97,108,73,110,102,111,101,2,18,15,213,126,73,45,24,249,235,50,52,55,92,62,172,12,166,66,64,78,8,90,29,181,120,134,16,172,40,139,196,128,246,169,72,10,126,170,15,0,97,180,101,152,162,190,124,217,239,199,119,112,15,215,241,137,42,230,99,138,190,240,208,123,109,248,69,173,129,254,36,46,144,0,0,1,27,91,99,108,97,115,115,42,61,34,67,111,111,107,105,101,66,97,110,110,101,114,80,114,111,95,34,93,2,6,8,148,176,152,112,188,197,38,128,66,223,6,139,146,255,47,187,69,210,76,214,3,150,174,0,0,1,23,100,105,118,91,99,108,97,115,115,94,61,34,67,111,111,107,105,101,66,97,114,34,93,2,8,52,136,203,215,57,243,139,63,81,225,169,149,100,200,208,36,147,151,252,221,190,137,73,163,205,12,66,208,214,45,244,217,0,8,1,13,46,99,111,111,107,105,101,45,99,104,101,99,107,2,4,29,90,252,78,91,179,32,117,91,179,83,156,148,182,34,205,0,8,1,10,46,99,99,45,119,105,110,100,111,119,2,17,3,97,197,234,4,30,137,33,16,62,50,211,58,36,255,78,65,41,25,79,66,1,170,71,78,211,68,138,94,39,122,189,97,216,253,172,110,57,44,120,118,35,176,173,122,46,213,115,165,163,255,179,230,213,217,162,242,76,228,226,250,123,233,86,252,223,37,224,0,8,1,6,46,112,111,112,117,112,2,20,2,16,46,53,53,131,190,195,62,137,241,33,78,52,73,43,91,74,45,171,103,152,1,24,126,245,158,71,131,168,35,159,134,153,93,38,151,139,102,135,153,218,105,228,159,124,171,99,185,218,119,245,193,89,212,109,201,236,108,163,202,224,206,196,220,166,218,58,227,148,144,98,237,167,104,172,238,41,128,12,0,8,1,16,46,112,111,112,117,112,45,99,111,110,116,97,105,110,101,114,2,8,33,240,142,65,143,38,91,14,169,69,162,72,179,143,214,242,194,197,253,248,202,37,36,199,208,65,171,124,250,27,16,208,0,8,1,14,46,112,111,112,117,112,45,119,114,97,112,112,101,114,2,6,14,189,90,148,23,37,77,197,93,196,146,15,141,76,84,12,144,101,152,153,193,246,84,38,0,8,1,14,46,112,111,112,117,112,45,111,118,101,114,108,97,121,2,8,39,134,177,197,61,57,173,154,92,213,56,255,108,5,219,58,152,219,210,49,158,44,230,135,204,255,57,143,231,222,124,227,0,0,1,27,100,105,118,91,99,108,97,115,115,94,61,34,80,114,105,118,97,99,121,80,111,108,105,99,121,34,93,2,8,47,200,135,230,51,82,25,105,53,10,16,63,105,214,221,164,137,238,238,36,154,145,62,214,240,244,29,40,242,210,74,133,0,8,1,13,46,109,111,100,97,108,45,100,105,97,108,111,103,2,5,1,255,153,137,28,214,43,244,153,6,214,1,252,19,8,146,255,58,130,73,0,8,1,24,46,110,111,116,105,102,105,99,97,116,105,111,110,66,97,114,115,87,114,97,112,112,101,114,2,2,45,157,219,95,155,139,105,250,0,8,1,17,46,110,111,116,105,102,105,99,97,116,105,111,110,66,97,114,115,2,31,6,122,150,226,6,123,102,140,20,156,148,197,24,137,71,43,25,69,65,148,52,183,126,233,58,66,36,183,60,39,241,81,68,182,156,142,87,233,210,14,90,177,195,186,93,236,180,182,99,169,9,193,116,84,143,170,124,166,79,192,149,58,232,161,150,111,244,102,155,236,63,231,159,53,212,136,160,67,136,97,166,127,39,211,169,207,213,238,170,90,100,152,174,224,81,198,182,37,204,103,188,78,50,36,192,62,145,17,196,173,199,111,228,156,226,13,237,32,135,150,243,34,132,59,0,8,1,13,46,110,111,116,105,102,105,99,97,116,105,111,110,2,52,9,4,200,70,16,31,77,141,17,155,42,170,19,228,76,35,20,26,20,164,22,16,196,137,29,39,191,80,31,73,163,141,37,41,167,100,38,157,104,112,49,220,118,64,50,188,202,222,67,2,158,129,77,94,28,50,82,76,179,66,85,113,214,118,98,157,100,117,102,91,156,175,103,100,48,168,105,0,202,121,116,239,188,119,123,247,212,159,124,91,25,81,124,127,243,126,126,83,6,48,126,250,231,212,128,28,65,40,133,162,233,224,143,7,66,216,144,168,22,123,145,2,182,40,148,188,67,31,160,29,119,124,169,69,238,222,172,62,17,71,176,190,32,234,177,68,95,180,180,232,122,218,183,100,155,110,191,142,111,65,198,27,48,150,199,24,125,64,201,252,231,191,202,181,130,179,203,69,81,146,217,9,79,21,219,251,145,141,232,123,70,250,234,194,240,51,237,110,251,58,246,20,158,95,252,35,33,104,0,16,1,8,35,111,118,101,114,108,97,121,2,26,18,81,214,197,36,32,197,225,38,157,134,223,40,227,88,151,52,186,227,72,57,233,16,182,66,184,28,26,80,128,181,230,82,11,225,124,92,194,54,80,145,130,203,208,147,94,68,77,154,231,18,233,163,237,161,218,173,218,18,55,180,13,58,237,191,173,39,209,202,46,119,45,211,116,9,149,215,90,241,39,215,156,214,123,215,188,146,220,235,26,224,130,239,88,47,129,242,81,105,93,242,231,162,20,0,8,1,11,46,115,112,45,111,118,101,114,108,97,121,2,4,18,254,199,21,135,125,30,116,182,82,198,132,216,88,62,192,0,8,1,16,46,114,101,118,101,97,108,45,109,111,100,97,108,45,98,103,2,17,31,105,16,166,38,70,156,240,38,208,240,242,52,244,83,226,74,248,52,189,97,201,65,138,102,149,212,145,123,1,3,200,123,66,119,155,132,106,186,22,148,228,128,181,175,50,67,248,180,36,218,220,191,178,21,158,193,9,217,64,200,99,118,187,219,161,80,128,0,16,1,15,35,108,103,112,100,45,99,111,110,116,97,105,110,101,114,2,6,27,15,205,152,29,177,123,120,30,183,85,147,165,187,162,160,226,32,155,255,240,77,132,38,0,8,1,13,46,99,111,111,107,105,101,95,109,111,100,97,108,2,3,38,22,217,243,140,89,172,108,144,24,107,210,0,0,1,26,100,105,118,91,99,108,97,115,115,94,61,34,67,111,111,107,105,101,80,111,108,105,99,121,34,93,2,11,38,157,73,36,38,157,107,185,53,254,140,168,58,251,209,148,79,80,82,199,95,100,102,161,106,157,22,111,126,2,242,199,175,190,72,13,239,168,4,217,247,148,253,248,0,0,1,24,100,105,118,91,99,108,97,115,115,94,61,34,67,111,111,107,105,101,78,111,116,105,34,93,2,8,19,242,231,87,20,108,71,245,56,237,171,61,65,153,215,98,173,215,176,12,180,217,45,159,243,19,17,171,247,154,63,82,0,0,1,25,100,105,118,91,99,108,97,115,115,94,61,34,67,111,111,107,105,101,115,78,111,116,105,34,93,2,1,129,204,104,153,0,8,1,14,46,99,111,111,107,105,101,45,110,111,116,105,99,101,2,29,1,78,130,19,13,233,242,13,18,125,216,61,19,54,227,153,22,86,176,137,45,123,243,57,51,60,192,152,55,250,117,253,57,65,30,190,62,74,83,184,87,173,199,3,97,27,4,159,102,106,62,176,102,151,214,64,107,179,121,97,125,208,171,117,129,66,243,110,139,116,187,232,154,213,206,247,172,2,67,166,177,184,128,151,188,72,182,156,194,224,91,63,197,215,235,239,209,48,4,87,237,161,190,122,240,129,4,148,243,195,2,209,250,125,134,67,0,16,1,16,35,116,111,97,115,116,45,99,111,110,116,97,105,110,101,114,2,15,9,149,28,99,26,142,95,40,58,10,51,13,58,204,189,121,120,215,130,77,126,4,224,64,127,218,250,178,156,209,108,153,159,21,22,139,165,140,206,91,188,1,9,225,191,122,175,60,207,63,15,100,236,115,112,224,248,222,82,192,0,8,1,6,46,116,111,97,115,116,2,22,11,231,45,43,21,252,150,142,24,249,190,51,25,189,119,228,28,225,96,77,35,206,239,163,38,157,171,201,41,201,76,220,47,162,104,100,75,244,153,209,79,114,8,166,81,83,35,37,81,205,255,195,93,92,155,192,113,84,200,60,117,115,156,126,142,223,158,145,150,232,245,235,166,96,31,16,169,4,221,72,231,167,167,212,242,231,181,237,0,8,1,10,46,103,100,112,114,77,111,100,97,108,2,17,33,204,216,184,39,167,202,62,71,157,95,25,74,55,225,87,78,195,107,172,86,229,233,132,89,82,191,83,99,52,10,133,128,118,152,42,141,20,115,22,151,246,160,91,154,231,18,233,172,37,26,140,188,152,164,230,188,207,92,29,208,52,1,223,216,116,110,193,0,0,1,28,100,105,118,91,99,108,97,115,115,94,61,34,67,111,111,107,105,101,115,67,111,110,115,101,110,116,34,93,2,4,148,149,139,75,173,219,208,185,179,213,196,54,225,145,106,221,0,0,1,27,100,105,118,91,99,108,97,115,115,42,61,34,67,111,111,107,105,101,67,111,110,115,101,110,116,34,93,2,19,0,18,8,254,2,234,2,20,5,140,23,52,53,254,140,168,55,121,58,219,65,153,201,222,89,2,11,197,102,47,1,101,117,190,197,148,122,153,133,176,140,254,125,110,146,80,204,103,147,143,227,104,148,6,245,227,149,141,247,213,180,212,63,92,197,78,241,202,219,160,197,135,227,215,204,80,0,8,1,15,46,99,111,110,115,101,110,116,45,98,97,110,110,101,114,2,1,239,253,139,202,0,8,1,24,46,100,105,97,108,111,103,45,108,105,103,104,116,98,111,120,45,109,101,115,115,97,103,101,2,43,5,60,83,155,15,26,128,92,24,244,10,206,26,237,212,174,38,33,50,187,40,2,76,216,43,91,21,203,45,7,240,66,45,34,41,162,45,134,161,13,50,127,35,81,56,117,194,100,60,154,73,57,82,70,229,231,86,220,85,103,88,33,229,235,99,76,61,111,101,46,244,143,107,218,245,79,109,220,7,26,111,248,158,61,122,57,233,245,126,164,33,255,127,17,188,30,138,211,91,97,149,184,198,6,157,13,169,94,166,143,133,32,182,29,246,127,182,236,183,81,183,29,200,1,185,235,98,217,187,7,217,236,192,150,133,185,200,211,57,116,207,136,224,244,218,170,219,227,219,216,62,255,243,135,226,86,244,99,2,199,247,186,9,114,254,141,93,111,255,71,124,132,0,8,1,29,46,97,109,103,100,112,114,99,111,111,107,105,101,45,109,111,100,97,108,45,99,111,110,116,97,105,110,101,114,2,4,27,125,105,29,98,69,59,211,109,154,2,254,192,99,150,90,0,8,1,23,46,100,105,97,108,111,103,45,108,105,103,104,116,98,111,120,45,119,105,100,103,101,116,2,26,3,192,210,124,38,153,137,99,38,163,62,117,45,115,54,163,53,108,8,105,60,138,91,199,63,87,29,226,71,136,121,26,79,92,136,160,79,153,227,43,103,36,141,13,114,202,242,140,134,204,189,233,140,41,178,31,154,20,168,31,193,43,49,30,199,121,29,168,205,125,128,150,214,28,80,178,229,13,116,192,240,50,168,10,241,182,52,81,243,9,133,111,244,8,191,214,252,7,202,164,252,66,60,216,0,8,1,14,46,109,111,100,97,108,45,99,111,111,107,105,101,115,2,6,26,105,235,49,129,55,15,2,138,143,170,154,145,112,71,19,182,184,112,59,241,79,201,54,0,16,1,13,35,103,100,112,114,45,99,111,110,115,101,110,116,2,12,3,62,4,220,28,178,97,95,33,205,14,235,68,134,10,125,77,17,188,211,130,246,91,101,150,137,155,76,200,52,76,203,204,90,188,241,207,204,127,73,210,201,127,87,247,155,176,78,0,16,1,12,35,100,105,100,111,109,105,45,104,111,115,116,2,8,3,238,109,215,10,239,0,117,13,190,13,38,101,203,34,228,122,7,88,43,127,216,76,199,127,248,123,175,242,81,136,76,0,16,1,17,35,116,104,101,109,97,67,111,111,107,105,101,77,111,100,97,108,2,6,15,245,166,213,101,224,181,214,114,204,67,160,142,111,119,255,203,154,57,87,219,164,240,19,0,8,1,12,46,99,111,111,107,105,101,77,111,100,97,108,2,1,110,80,128,206,0,0,1,28,100,105,118,91,99,108,97,115,115,94,61,34,99,111,111,107,105,101,45,99,111,110,115,101,110,116,34,93,2,4,26,177,116,167,132,94,73,6,135,86,1,16,247,87,66,97,0,0,1,19,91,99,108,97,115,115,94,61,34,99,111,111,107,105,101,115,95,34,93,2,10,30,236,122,38,35,89,54,109,38,6,191,53,90,137,27,246,139,226,182,70,177,164,113,83,178,141,120,93,192,110,84,190,201,230,127,82,212,112,66,58,0,8,1,17,46,99,111,111,107,105,101,115,95,95,119,114,97,112,112,101,114,2,29,7,188,2,194,26,46,138,184,36,246,86,224,44,14,144,57,48,195,148,88,57,181,215,157,66,114,237,178,83,155,133,149,84,171,92,20,87,120,15,118,105,192,69,156,128,226,119,106,147,145,209,237,162,13,82,184,174,13,255,113,174,109,74,87,178,35,111,62,184,205,246,26,190,187,6,97,194,212,179,165,196,246,74,224,198,9,12,137,204,84,110,40,207,92,211,51,229,207,118,153,230,44,113,246,231,57,127,18,239,211,33,31,255,156,114,30,0,16,1,18,35,99,111,111,107,105,101,98,97,110,110,101,114,77,111,100,97,108,2,5,3,137,226,115,84,150,88,28,104,221,125,4,115,28,163,74,143,122,132,87,0,8,1,8,46,99,111,111,107,105,101,115,2,128,0,0,1,224,0,250,112,92,1,64,149,117,1,148,49,101,1,240,1,240,2,77,169,234,2,192,133,80,4,0,242,23,4,43,133,23,4,248,25,52,5,218,49,15,6,225,47,96,7,12,94,23,7,80,252,28,7,119,124,255,7,142,72,171,7,225,235,219,8,140,131,165,9,151,211,254,10,146,29,133,10,216,106,53,11,101,144,239,11,206,240,220,12,92,78,252,12,127,136,202,12,158,88,14,12,202,224,37,12,229,117,38,13,11,29,110,13,65,81,33,13,71,186,246,13,119,58,150,14,49,11,29,14,166,64,22,14,191,155,71,15,203,199,104,16,1,216,47,16,166,172,151,16,218,84,93,17,112,179,101,18,3,137,70,18,23,192,253,18,133,141,68,18,168,26,201,18,169,71,185,19,68,49,95,19,245,180,132,20,104,90,103,21,9,86,119,21,123,162,132,21,153,94,188,22,40,80,63,22,110,171,65,22,249,14,63,23,14,200,224,23,61,12,106,24,185,166,243,25,66,60,8,25,176,128,229,27,7,90,83,27,42,162,160,27,59,251,104,27,105,214,169,27,185,177,27,27,234,215,202,28,200,121,11,28,208,184,92,28,222,169,213,28,228,122,193,29,191,57,169,30,66,35,213,31,3,51,208,31,246,23,197,31,254,232,150,32,134,80,197,32,205,147,26,32,224,217,0,33,48,141,203,33,71,97,49,33,93,197,185,33,95,6,49,33,96,173,190,33,126,167,145,34,53,162,25,34,83,128,81,34,191,209,113,35,11,63,181,35,13,41,137,35,243,29,116,36,190,118,104,37,30,113,67,37,73,28,225,37,101,247,118,37,134,181,149,37,243,243,120,38,107,120,26,38,157,103,149,38,157,156,3,38,157,169,58,38,206,72,136,38,208,150,127,40,120,9,217,41,4,220,122,42,54,98,59,43,31,86,31,43,212,7,150,44,10,164,178,44,202,253,198,46,46,230,87,46,122,63,12,48,18,73,38,48,244,104,154,51,142,10,180,51,188,22,214,52,6,0,45,53,23,142,196,53,196,142,67,54,2,208,192,54,126,80,203,54,178,42,28,54,184,132,223,54,243,201,118,55,2,120,170,55,14,190,179,55,144,189,142,55,176,157,20,56,60,87,227,56,200,61,223,56,213,32,245,57,206,220,150,57,227,245,52,58,26,177,131,58,45,121,173,59,78,232,28,60,180,20,229,60,233,109,44,61,30,76,119,61,138,62,184,61,232,28,62,62,172,176,85,63,85,248,125,63,107,123,197,63,179,180,126,63,231,174,159,63,233,29,58,65,8,75,198,65,85,138,90,67,145,111,225,68,102,127,65,68,179,36,118,69,94,117,222,70,6,176,65,70,60,95,19,71,88,21,46,71,123,29,168,72,36,143,210,72,211,53,1,75,42,79,132,76,14,6,188,76,153,224,19,76,175,225,249,76,186,233,62,79,75,95,38,79,158,91,12,79,218,96,235,80,193,151,196,80,200,177,184,81,19,106,138,81,115,219,238,82,2,149,155,83,199,115,169,83,223,160,101,84,105,192,136,85,113,26,228,85,122,242,154,86,171,240,176,86,219,70,45,87,135,203,254,90,214,102,11,91,111,136,85,93,236,59,33,94,201,141,222,96,97,66,128,97,12,28,71,97,73,243,22,98,73,214,146,98,97,209,208,98,143,211,205,98,253,72,71,99,132,215,175,99,165,85,199,99,169,106,231,100,33,39,230,101,227,113,195,102,61,92,36,102,120,161,242,102,174,212,75,103,91,231,161,103,166,181,165,103,184,192,154,103,213,47,44,104,58,83,23,104,226,117,185,107,84,131,67,108,96,2,150,108,117,30,22,108,192,20,47,109,21,215,30,109,62,145,200,110,29,11,251,110,47,179,201,110,84,53,235,110,203,13,221,110,227,168,233,111,58,189,252,111,138,169,162,111,160,137,227,112,102,236,183,112,164,246,37,113,40,23,198,113,59,229,127,114,2,134,83,115,53,204,155,116,54,125,165,116,145,11,145,117,34,68,223,117,153,9,50,117,166,39,62,118,235,244,228,119,162,144,220,120,199,75,248,120,208,125,211,121,103,155,179,121,177,96,159,122,38,220,241,122,77,241,148,122,165,242,237,122,204,12,86,122,222,76,252,123,112,240,139,125,26,5,38,125,255,78,9,126,3,72,240,126,4,122,194,126,191,59,102,127,1,106,43,127,1,231,91,127,22,184,27,129,159,194,32,129,188,127,113,130,58,47,148,130,89,176,38,130,151,13,63,130,195,106,182,130,233,25,224,131,33,8,217,134,41,231,245,134,140,219,25,134,153,30,55,134,221,22,124,136,70,243,13,136,116,131,145,138,30,247,112,138,51,192,252,139,26,100,171,139,132,226,196,140,75,214,106,140,85,176,251,140,110,74,86,142,25,227,80,142,207,159,175,143,105,198,73,143,123,114,55,143,251,227,131,144,16,127,37,144,20,224,172,144,37,166,127,144,217,47,2,145,69,114,235,145,112,71,19,145,252,31,151,146,141,138,127,147,56,14,76,148,24,96,149,148,74,86,105,148,188,2,115,149,216,58,247,150,122,237,216,150,131,170,72,150,151,141,90,151,14,85,153,151,128,113,82,152,156,109,90,153,63,2,203,153,110,165,148,153,216,141,61,154,33,208,189,154,79,65,29,154,133,89,181,154,207,96,205,154,252,67,147,156,85,121,138,157,0,5,229,157,93,207,13,158,134,222,0,158,244,135,90,159,124,171,99,160,41,141,122,161,122,133,221,161,154,188,87,161,187,200,205,162,54,114,216,162,64,43,243,162,76,131,216,164,40,5,94,165,84,149,78,166,63,167,96,166,178,195,14,167,87,88,183,167,111,243,100,167,212,56,161,169,123,108,177,170,2,35,20,170,132,132,78,171,84,3,123,171,112,51,174,171,216,50,252,172,70,120,35,172,76,245,11,173,72,56,49,173,86,192,30,174,191,178,255,175,104,135,159,175,233,103,156,176,55,245,128,176,107,172,255,176,109,120,42,176,157,235,254,177,25,16,142,177,158,165,159,178,244,123,104,179,98,234,241,180,134,204,252,180,182,180,130,180,240,65,24,181,108,221,79,181,221,96,196,182,23,104,177,182,137,224,196,182,151,48,178,182,175,27,117,182,209,111,43,183,0,61,55,183,211,249,99,184,110,99,235,186,118,121,86,186,129,168,116,186,214,55,27,187,197,207,0,187,244,16,42,188,34,165,227,188,63,32,125,188,124,173,131,189,146,55,112,190,71,74,65,190,81,141,22,191,195,47,13,192,63,203,81,192,83,169,60,192,179,78,49,192,203,82,25,192,220,247,198,193,154,248,20,193,187,212,163,193,195,68,96,193,230,189,193,194,246,62,224,195,2,125,154,195,102,36,60,195,165,142,35,196,68,92,1,196,221,63,78,198,94,0,86,199,237,153,57,199,245,56,19,200,249,135,208,201,4,83,34,201,168,13,180,201,171,92,106,201,217,195,220,201,236,108,163,202,229,76,66,203,171,104,75,204,0,215,43,204,221,57,5,206,58,242,9,207,145,51,55,207,167,116,187,208,94,251,251,208,112,77,89,208,169,187,129,208,232,168,46,210,117,191,255,210,185,17,212,211,97,108,49,212,160,15,167,213,221,218,10,214,157,44,203,214,180,91,246,218,82,132,253,218,116,100,163,219,94,132,237,220,26,187,208,220,51,102,80,220,234,38,119,223,0,240,165,223,183,17,140,224,133,168,98,224,246,214,210,226,147,160,20,226,171,152,4,226,175,150,213,229,129,152,17,230,25,81,150,230,55,41,9,230,84,102,14,230,116,210,97,230,243,223,40,231,64,221,37,231,89,79,71,231,168,61,96,231,211,85,76,231,228,222,200,231,254,94,241,232,120,139,184,232,146,13,15,232,196,199,150,232,228,104,33,234,26,185,30,234,129,85,213,234,147,225,117,234,205,160,168,235,144,47,89,236,67,193,139,237,230,219,23,237,240,200,150,238,44,100,74,238,141,112,86,241,162,233,243,241,209,13,207,242,61,215,148,242,81,185,84,243,144,202,177,243,183,115,189,244,99,22,130,244,99,26,115,244,245,178,253,247,25,0,92,247,40,229,136,247,76,206,95,247,165,199,154,247,223,113,173,248,132,72,181,248,196,13,241,249,16,189,92,249,121,69,197,249,225,132,114,250,183,232,46,251,114,178,173,251,138,88,14,251,159,75,80,251,194,238,14,251,197,85,41,251,210,243,66,252,45,89,228,253,40,72,37,253,232,17,88,254,171,46,185,254,172,90,58,254,214,220,166,255,121,156,240,0,8,1,7,46,99,111,111,107,105,101,2,128,0,0,1,254,0,27,29,29,0,243,113,197,2,233,32,32,2,235,51,60,3,71,162,60,3,96,8,35,3,196,193,112,3,232,2,153,4,41,2,119,4,74,186,205,4,217,157,221,5,62,72,88,7,16,145,42,7,47,215,128,7,78,225,140,7,222,182,5,8,33,91,229,8,122,90,112,10,136,134,133,11,71,250,19,11,94,177,74,11,121,209,215,12,53,76,225,12,66,48,219,12,115,184,250,12,204,193,9,12,247,51,195,13,247,142,76,14,100,47,224,14,253,30,132,15,78,78,178,15,94,35,235,16,7,0,226,16,97,27,38,19,254,237,88,20,52,163,249,20,66,66,123,20,239,74,232,21,8,63,164,21,123,105,134,22,127,43,145,23,45,78,223,23,96,42,93,24,46,52,162,24,46,200,160,24,88,85,38,25,33,16,141,25,35,239,222,25,242,131,198,26,203,178,94,27,183,5,34,28,82,70,168,28,204,207,96,28,210,215,40,29,34,171,155,29,38,191,35,30,113,77,38,31,73,150,87,31,73,163,134,32,51,83,63,32,189,135,162,33,73,159,191,34,24,107,53,34,41,57,63,34,162,133,225,35,34,158,108,35,71,250,224,35,99,200,95,36,33,119,76,36,67,17,54,36,84,133,248,36,224,23,92,36,226,219,138,36,241,41,252,37,14,91,1,37,118,16,54,37,177,131,144,37,241,202,6,38,157,71,245,38,163,20,9,38,181,188,251,38,187,223,172,39,67,150,32,39,163,94,129,40,40,9,197,40,247,224,81,41,239,48,31,42,95,170,244,43,150,247,109,44,45,248,184,44,170,94,54,44,181,147,28,44,237,186,241,45,38,191,82,45,71,89,172,46,147,178,147,47,38,179,3,47,182,185,146,47,198,9,27,47,252,55,229,48,103,50,56,49,217,178,4,51,51,171,214,51,53,203,110,51,56,25,240,51,73,188,139,53,9,198,40,53,244,116,109,54,189,82,82,54,254,102,124,55,29,173,36,56,58,42,232,57,20,87,114,57,133,198,169,57,250,109,139,59,94,242,161,59,184,251,60,59,245,204,87,60,83,254,34,61,158,203,43,62,43,72,234,62,55,145,219,62,87,118,163,63,197,239,247,64,10,34,105,64,196,147,190,65,10,218,123,65,196,128,250,66,151,95,47,67,79,206,168,67,203,147,245,68,118,143,75,68,194,238,106,69,97,178,212,69,114,19,185,69,245,8,167,70,176,120,24,70,206,49,241,71,212,84,93,71,247,251,149,72,74,39,187,72,101,27,1,72,128,229,243,74,67,18,71,75,41,66,207,75,88,119,216,76,146,65,49,77,12,25,222,77,83,243,151,77,115,149,225,77,233,84,199,78,35,237,153,78,181,239,2,79,1,135,22,79,7,146,104,79,215,29,228,80,114,233,167,81,138,127,67,82,78,107,222,82,179,88,117,82,248,67,173,83,79,148,13,84,42,112,35,84,244,21,117,85,200,236,125,85,221,88,0,86,160,92,71,86,192,90,50,86,218,67,47,86,219,14,243,87,123,162,252,88,99,20,222,90,52,254,64,90,107,40,188,90,138,14,59,90,233,150,129,92,22,36,105,93,59,133,135,94,136,111,24,94,180,100,160,94,183,89,5,94,188,178,19,95,54,191,5,95,71,78,1,95,147,134,184,95,170,97,95,96,124,195,34,96,171,66,217,96,237,86,173,96,237,168,66,96,241,144,129,97,66,197,170,97,81,237,252,97,103,133,186,98,113,239,148,100,171,11,164,101,1,74,108,101,226,41,90,102,37,55,86,102,176,119,89,102,213,191,231,103,44,190,41,103,99,249,201,103,136,45,14,103,217,53,106,103,233,103,245,103,254,80,70,104,12,107,235,104,57,132,202,105,135,140,217,105,203,145,8,107,138,134,20,107,218,36,65,109,97,188,128,109,239,13,92,110,233,61,146,111,146,42,221,112,237,110,75,113,40,79,81,114,75,187,64,114,75,191,246,114,223,109,230,115,92,89,65,117,228,70,79,118,251,156,22,119,33,129,237,119,106,68,72,119,127,253,203,120,29,125,72,120,152,96,60,121,60,206,228,121,180,51,222,122,120,126,2,122,135,67,224,122,151,118,162,124,1,11,239,125,191,70,13,126,27,244,88,126,189,155,118,126,243,148,221,127,1,106,43,127,64,91,225,127,120,152,215,127,232,245,98,128,2,197,250,128,101,218,130,129,48,97,119,130,2,101,79,130,139,53,5,130,219,244,78,131,36,183,132,131,114,98,158,131,232,75,18,132,54,60,152,132,227,240,94,132,248,46,150,133,37,89,97,133,164,170,108,133,220,125,54,134,163,5,154,136,93,152,164,136,191,162,251,137,139,64,97,137,157,98,132,138,103,44,64,138,180,27,162,139,19,80,250,139,99,161,111,139,163,13,111,140,17,34,173,140,126,228,188,140,172,124,38,140,203,143,153,141,60,156,226,141,76,173,82,141,151,109,153,141,183,30,67,142,17,220,31,142,42,73,33,142,55,68,221,143,175,111,223,143,213,99,163,143,230,63,141,144,127,210,50,146,2,121,140,146,147,242,75,148,9,130,180,148,126,21,184,148,186,151,254,148,218,111,159,148,222,194,213,149,247,236,164,151,38,254,97,152,106,81,207,153,125,116,23,153,136,189,27,154,12,119,243,154,130,91,8,154,252,91,108,155,70,253,224,155,96,154,193,156,9,116,135,156,92,164,46,157,152,246,92,158,232,135,17,159,0,181,211,159,88,97,142,159,151,173,32,160,69,109,154,161,43,150,210,163,30,222,10,163,49,80,190,163,185,55,1,164,1,230,95,164,54,250,188,164,238,233,98,166,36,54,100,166,137,120,226,167,112,72,5,167,113,203,128,167,157,245,50,167,241,19,214,169,232,183,28,170,0,47,122,170,33,144,106,170,85,103,84,170,105,19,252,170,226,217,82,171,137,89,246,173,100,118,43,173,113,154,160,173,131,11,245,174,146,66,46,174,239,68,139,175,50,152,201,175,160,198,158,175,214,17,90,176,73,186,225,176,168,10,37,177,25,56,24,177,51,217,201,178,1,199,135,178,107,86,212,178,255,94,103,179,55,251,252,179,59,85,56,179,66,95,252,179,159,25,69,179,204,201,63,179,220,111,30,180,29,42,67,180,138,89,121,180,170,87,212,180,251,60,215,181,16,119,28,181,75,118,238,182,20,226,126,182,131,79,219,182,175,73,243,182,175,112,4,184,117,84,10,185,52,201,77,186,41,158,184,186,156,153,182,186,189,109,11,187,23,34,97,187,236,40,156,188,239,7,12,189,78,141,245,189,126,77,11,189,234,4,242,190,81,41,184,190,81,51,144,190,107,87,88,190,147,198,216,190,148,62,20,191,147,34,86,191,187,13,16,192,45,173,251,193,174,22,170,193,189,227,104,194,197,253,35,194,197,253,189,195,83,188,47,195,128,206,0,195,225,241,55,196,33,62,52,196,236,4,238,197,161,163,91,197,183,119,250,197,236,243,210,198,54,56,93,199,17,250,138,199,71,143,91,199,162,5,247,200,20,1,58,200,48,138,144,200,86,175,245,200,140,72,83,202,37,36,199,202,210,90,90,203,36,119,207,205,51,57,245,205,97,87,121,205,149,255,166,206,125,101,81,206,148,162,241,207,54,219,34,207,244,106,215,208,214,9,74,209,19,235,235,209,93,38,14,209,138,137,195,209,242,176,79,210,20,91,104,210,163,218,200,210,168,22,244,211,38,227,28,212,127,185,135,213,14,249,37,213,222,128,125,214,164,51,175,215,130,244,97,215,245,65,160,216,138,212,56,216,165,126,53,217,24,172,67,217,133,248,123,217,151,197,134,217,246,117,142,218,73,91,205,218,87,184,172,218,188,105,153,219,63,52,103,219,178,44,170,219,238,103,83,220,78,134,93,220,247,40,137,221,15,13,187,221,75,167,96,221,242,52,120,222,28,152,245,222,35,27,91,223,214,128,102,223,226,113,169,224,58,219,43,224,115,62,149,225,88,122,175,225,191,177,182,225,192,34,52,226,95,250,30,227,119,12,198,227,253,98,51,229,254,239,244,230,70,96,84,230,134,34,254,230,194,254,213,231,167,163,200,231,246,249,232,231,255,30,213,232,64,238,167,232,184,4,23,232,213,101,196,232,217,133,58,233,126,250,194,234,213,142,69,235,37,68,21,235,92,66,250,235,206,105,234,236,22,246,85,236,120,118,121,237,168,20,151,238,73,147,243,238,244,203,184,240,15,46,158,240,142,89,29,240,147,183,122,240,253,193,149,241,21,89,35,241,203,67,240,242,66,191,173,242,81,135,199,242,170,0,71,242,231,97,36,243,121,126,144,244,15,145,48,244,47,90,154,244,245,240,102,246,11,231,192,246,19,3,77,246,21,251,185,246,59,17,252,246,90,138,24,246,120,125,42,246,167,124,0,247,137,27,169,247,155,136,225,247,231,101,229,248,32,193,126,248,39,90,79,248,108,143,237,248,239,233,255,250,150,156,74,251,187,74,167,251,219,253,128,252,213,129,178,252,239,43,160,253,127,80,154,255,155,16,108,255,198,24,58,0,8,1,5,46,118,101,105,108,2,16,7,94,19,39,20,222,28,206,38,157,62,132,56,59,102,57,59,10,237,134,117,176,151,15,129,61,95,201,137,110,27,52,147,111,247,82,150,64,73,249,171,26,82,178,191,213,71,182,224,122,18,147,239,64,42,56,249,146,36,6,253,3,158,82,0,8,1,9,46,98,97,99,107,100,114,111,112,2,5,3,30,58,174,200,79,100,232,218,113,200,160,226,171,23,146,245,80,177,65,0,8,1,18,46,108,105,103,104,116,98,111,120,45,98,97,99,107,100,114,111,112,2,7,10,210,67,126,24,71,62,223,29,240,252,141,55,253,183,30,57,94,180,163,161,149,6,140,227,223,152,239,0,16,1,18,35,99,111,111,107,105,101,98,97,110,110,101,114,77,111,100,97,108,2,9,11,178,239,247,36,0,225,67,37,112,129,226,43,227,179,70,72,215,199,218,120,200,241,216,221,215,116,158,242,35,238,236,245,172,121,78,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,9,11,178,239,247,36,0,225,67,37,112,129,226,43,227,179,70,72,215,199,218,120,200,241,216,221,215,116,158,242,35,238,236,245,172,121,78,0,16,1,21,35,99,111,111,107,105,101,115,67,111,110,115,101,110,116,68,105,97,108,111,103,2,2,39,137,125,173,90,247,9,251,0,8,1,14,46,105,110,115,101,116,45,48,46,102,105,120,101,100,2,9,4,165,34,39,33,228,12,88,48,22,6,164,55,47,69,8,94,158,214,121,108,13,194,197,150,133,194,149,181,231,167,134,184,91,75,183,0,0,1,32,100,105,118,91,105,100,94,61,34,115,112,95,109,101,115,115,97,103,101,95,99,111,110,116,97,105,110,101,114,95,34,93,2,2,148,192,144,210,208,117,205,224,0,8,1,12,46,116,119,45,98,111,116,116,111,109,45,48,2,6,126,28,53,53,129,41,166,184,186,128,229,251,220,9,196,124,236,38,109,243,238,218,211,255,0,8,1,15,46,99,111,111,107,105,101,115,67,111,110,115,101,110,116,2,3,9,184,226,50,136,125,208,120,167,54,106,58,0,16,1,26,35,100,109,45,99,111,111,107,105,101,45,112,111,112,117,112,45,99,111,110,116,97,105,110,101,114,2,63,2,166,204,132,9,212,215,230,11,179,254,66,12,4,132,151,19,129,70,56,22,95,89,212,24,13,255,224,24,116,240,233,30,209,239,197,31,53,190,196,33,75,47,15,60,80,243,249,64,16,238,33,67,185,254,119,69,25,214,218,71,202,244,178,74,209,168,131,89,121,184,147,93,24,17,210,93,131,179,80,95,77,68,209,99,161,158,147,100,207,145,87,115,32,217,88,116,32,65,201,116,43,215,82,116,95,164,103,117,56,20,169,117,246,118,121,124,78,28,225,125,195,228,58,125,250,36,74,126,9,102,219,126,98,57,62,127,233,227,17,133,224,216,8,134,218,66,75,137,65,79,129,145,46,164,196,149,189,232,209,152,6,69,160,156,5,157,25,160,197,195,96,171,3,205,101,171,171,243,27,187,63,177,115,189,167,74,206,200,206,123,218,204,123,114,127,205,33,94,40,207,126,247,29,207,187,195,208,210,150,236,156,211,144,187,0,217,25,171,247,217,156,161,216,224,195,93,174,230,2,171,7,235,79,122,230,236,7,228,226,243,58,201,172,250,105,172,246,251,111,75,145,0,16,1,17,35,99,45,99,111,111,107,105,101,115,95,95,109,111,100,97,108,2,2,27,113,228,109,44,22,118,184,0,8,1,8,46,111,118,101,114,108,97,121,2,61,1,239,49,189,12,133,163,241,19,94,243,204,21,196,28,102,23,167,101,240,23,217,156,25,27,11,129,140,33,234,200,125,41,177,217,13,47,216,1,130,52,102,165,177,55,215,67,249,56,145,50,97,61,140,186,226,64,119,113,188,72,59,178,141,72,208,101,7,75,122,87,84,90,138,14,59,95,54,191,5,98,17,21,78,103,244,210,56,105,65,196,232,105,167,205,123,105,168,9,156,110,225,66,27,113,74,18,94,114,43,205,122,114,171,215,70,119,50,122,217,124,128,55,105,131,13,11,168,138,93,114,249,139,78,245,243,140,153,5,178,146,41,223,203,148,126,21,184,162,255,188,42,169,163,10,179,175,188,207,0,178,64,58,168,187,3,157,214,190,147,202,79,199,171,206,137,201,68,142,20,203,242,222,5,205,32,98,32,205,85,64,251,208,33,7,119,210,93,205,231,211,71,53,90,213,49,155,217,213,199,163,21,214,196,63,214,221,255,79,2,232,185,235,124,246,38,177,179,247,68,202,76,249,60,221,202,251,110,154,175,254,126,171,177,0,8,1,10,46,98,111,116,116,111,109,45,49,48,2,1,254,126,171,177,0,16,1,6,35,109,115,103,98,103,2,14,59,223,11,200,86,152,62,221,98,50,208,44,98,109,143,46,100,177,233,219,102,35,183,195,167,232,63,225,194,167,119,79,199,169,158,240,205,176,253,96,215,38,177,206,220,179,168,15,230,230,121,233,254,42,104,165,0,0,1,39,100,105,118,91,115,116,121,108,101,61,34,111,112,97,99,105,116,121,58,32,49,59,32,100,105,115,112,108,97,121,58,32,102,108,101,120,59,34,93,2,12,13,69,185,190,23,150,9,203,28,79,56,78,37,136,131,128,40,133,82,211,58,25,87,174,76,188,150,97,80,151,213,38,99,21,244,97,118,14,170,120,220,91,69,109,239,227,11,197,0,8,1,18,46,108,105,103,104,116,98,111,120,45,98,97,99,107,100,114,111,112,2,21,11,112,167,64,40,208,223,226,74,26,86,119,83,218,69,211,84,46,175,186,88,115,229,10,90,180,89,243,90,212,45,176,115,78,208,235,119,220,33,238,125,55,252,245,143,13,54,99,147,13,180,161,171,69,107,72,182,151,179,2,189,86,188,16,199,71,164,117,214,0,192,67,239,30,98,162,239,153,130,138,247,87,221,12,0,16,1,22,35,115,108,105,100,105,110,103,45,112,111,112,117,112,45,99,111,111,107,105,101,115,2,2,87,55,122,105,204,97,105,129,0,8,1,18,46,113,99,45,99,109,112,50,45,99,111,110,116,97,105,110,101,114,2,4,29,116,127,165,108,57,111,200,148,250,224,42,233,64,129,191,0,8,1,15,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,2,17,2,93,119,96,3,82,150,21,40,207,41,173,54,30,34,113,66,173,236,144,88,198,163,24,92,118,55,175,93,152,40,161,129,177,42,42,147,244,199,200,191,243,194,235,204,204,121,186,219,82,225,1,233,123,241,0,242,54,125,73,242,63,224,206,251,254,35,128,0,16,1,20,35,99,111,111,107,105,101,115,67,111,110,115,101,110,116,77,111,100,97,108,2,1,46,199,47,6,0,16,1,14,35,109,121,45,99,116,99,45,119,105,100,103,101,116,2,10,28,122,95,115,69,214,160,205,97,104,84,231,99,129,164,73,148,148,21,166,160,79,198,141,178,203,100,55,218,248,174,229,228,101,8,41,248,160,10,15,0,8,1,5,46,114,111,100,111,2,5,10,195,69,81,131,169,140,251,166,187,90,179,200,127,157,216,217,161,227,158,0,8,1,7,46,115,112,117,45,98,103,2,94,2,204,209,14,5,66,8,182,8,119,226,86,10,231,46,49,13,85,64,83,14,86,100,202,15,58,199,27,16,46,250,76,18,7,78,196,19,196,252,217,23,94,93,139,25,149,4,249,31,56,128,193,36,225,111,100,39,143,253,143,41,25,129,166,43,46,220,193,50,9,163,59,52,43,3,180,52,175,38,97,53,17,185,86,55,174,183,251,56,80,179,251,58,58,136,248,59,233,71,246,61,31,229,248,63,212,225,232,66,95,46,28,67,87,123,134,76,65,3,188,79,126,97,110,80,37,124,190,80,80,46,3,80,183,225,234,81,117,72,52,89,154,20,214,95,153,113,197,102,82,132,218,107,174,120,103,108,231,58,227,115,33,50,30,117,40,167,0,117,213,161,139,119,88,50,116,120,48,136,239,126,4,150,63,129,187,78,50,129,193,189,135,129,195,188,181,129,203,182,173,130,185,154,220,135,11,141,119,135,121,250,123,137,221,206,153,146,68,108,201,150,112,136,94,150,146,208,188,151,84,117,133,152,171,139,141,156,108,29,174,156,181,212,157,156,205,150,214,162,200,105,232,165,92,234,122,166,80,35,217,182,67,145,118,182,72,93,175,183,182,244,241,189,57,248,169,189,240,19,90,193,9,86,106,196,186,177,122,202,147,241,208,207,23,227,21,210,91,65,181,211,112,9,12,222,100,161,250,227,231,74,1,228,230,21,176,230,100,212,211,231,126,26,110,233,24,23,129,235,165,50,6,235,192,215,48,239,144,183,45,240,33,122,19,240,59,117,75,241,196,107,0,244,202,72,244,246,120,220,40,246,133,143,240,249,138,250,36,251,3,82,110,253,62,140,53,0,8,1,8,46,115,112,117,45,98,111,120,2,8,13,85,64,83,41,25,129,166,58,237,166,205,61,31,229,248,107,174,120,103,189,240,19,90,225,65,123,136,253,62,140,53,0,8,1,11,46,99,115,115,45,112,117,109,57,108,57,2,3,82,70,229,37,118,37,103,64,146,2,117,11,0,16,1,12,35,114,101,113,117,105,114,101,100,45,99,99,2,3,89,234,38,110,97,73,216,206,226,157,223,226,0,0,1,27,100,105,118,91,99,108,97,115,115,42,61,34,99,111,111,107,105,101,66,97,110,110,101,114,95,34,93,2,14,14,110,155,159,27,224,69,4,33,200,47,151,42,159,105,102,51,213,99,100,55,106,11,183,99,151,153,143,107,200,119,210,109,143,139,123,133,206,127,185,141,98,160,3,150,49,99,41,191,159,119,241,203,239,37,137,0,8,1,12,46,116,111,112,45,48,46,102,105,120,101,100,2,4,76,1,111,145,109,229,27,8,126,4,120,17,138,1,99,30,0,8,1,14,46,99,111,111,107,105,101,45,112,111,108,105,99,121,2,11,11,156,160,29,31,73,106,12,35,57,147,150,55,165,89,255,90,65,41,194,97,243,105,152,108,201,130,20,122,81,100,175,158,96,206,212,179,100,179,95,189,56,2,248,0,8,1,20,46,109,111,100,97,108,45,99,111,111,107,105,101,45,112,111,108,105,99,121,2,1,21,46,62,23,0,16,1,14,35,115,108,105,100,105,110,103,45,112,111,112,117,112,2,29,12,119,237,50,15,107,150,20,31,73,207,99,31,73,211,185,50,113,98,236,54,208,126,155,55,229,183,105,66,9,96,88,74,153,190,118,77,251,109,180,78,46,33,50,82,81,130,200,87,188,31,31,103,0,120,88,104,32,161,173,114,245,149,167,148,186,52,181,148,201,201,208,149,248,58,140,153,11,192,77,167,110,220,205,175,13,28,11,178,244,221,187,195,55,134,148,221,208,200,189,225,191,62,227,227,95,235,74,230,210,145,252,245,111,129,189,0,8,1,21,46,115,108,105,100,105,110,103,45,112,111,112,117,112,45,98,111,116,116,111,109,2,113,0,212,246,241,1,89,100,220,1,216,10,45,4,1,176,134,5,139,28,0,5,157,19,16,6,86,67,88,8,32,25,226,12,252,123,87,17,199,100,226,19,230,218,232,20,53,13,232,20,79,95,103,20,239,59,154,21,123,140,160,22,168,136,108,23,128,105,58,23,236,30,79,25,161,215,121,26,20,82,33,26,213,115,236,28,61,35,41,28,77,161,44,32,165,123,139,33,200,119,14,34,233,155,33,34,247,25,251,38,157,31,177,39,53,216,0,43,164,83,51,45,190,239,139,47,169,11,225,47,200,69,114,47,216,154,145,50,76,8,158,53,111,88,57,54,64,163,41,54,127,233,80,55,186,90,237,55,245,234,158,61,179,249,212,65,164,191,186,66,2,35,145,67,17,128,136,67,103,242,204,69,105,185,150,70,48,232,199,70,175,212,91,71,168,184,37,71,201,245,113,73,19,7,247,87,250,204,148,89,223,58,230,90,63,30,195,95,201,146,211,96,248,73,182,97,46,181,63,97,74,100,211,98,103,145,59,102,78,121,12,104,223,169,114,104,223,227,34,106,24,61,91,107,214,134,214,116,47,205,71,116,53,98,189,118,166,119,110,123,25,230,47,125,134,171,246,125,137,67,180,128,50,27,27,128,237,151,48,133,126,242,46,133,246,239,211,136,120,40,85,136,218,174,249,137,5,15,131,138,85,237,98,153,11,192,77,156,220,197,181,158,207,254,160,160,164,15,62,163,3,99,29,163,226,49,52,166,6,8,188,169,21,39,54,172,170,156,190,173,214,71,51,175,10,145,208,179,205,80,222,204,25,244,94,204,133,48,152,205,226,16,255,210,35,238,98,214,148,111,224,216,119,76,143,227,82,229,218,229,238,213,244,231,74,156,157,232,101,79,255,234,28,11,217,234,125,47,165,238,42,55,233,242,103,37,169,242,231,7,178,242,231,104,166,246,133,11,63,246,223,135,37,249,132,238,33,250,151,127,123,253,194,250,130,254,158,158,215,255,138,11,107,0,8,1,18,46,99,111,111,107,105,101,115,112,108,117,115,45,109,111,100,97,108,2,20,8,241,40,169,21,178,217,214,34,164,152,6,36,77,21,153,52,20,144,58,65,3,218,225,65,113,165,138,68,162,144,164,93,205,168,26,103,193,180,138,105,71,115,3,152,141,218,219,154,205,251,27,160,75,220,5,180,209,203,170,217,204,203,182,218,10,212,202,224,99,42,42,228,137,74,78,249,250,228,209,0,8,1,11,46,99,111,111,107,105,101,119,97,108,108,2,10,23,73,94,41,38,48,178,234,61,230,113,214,102,140,222,249,112,169,112,62,162,125,212,99,191,63,135,245,192,4,170,97,201,167,113,226,220,87,79,158,0,8,1,14,46,109,111,100,97,108,45,45,99,111,111,107,105,101,2,3,54,89,251,0,161,136,8,202,214,62,137,87,0,0,1,24,100,105,118,91,105,100,42,61,34,95,109,111,100,97,108,95,111,117,116,101,114,95,34,93,2,2,86,220,231,132,154,83,124,238,0,16,1,5,35,114,103,112,100,2,14,13,86,209,201,13,158,117,38,23,50,119,107,26,123,57,175,72,248,119,161,124,11,194,187,138,2,10,101,144,20,225,61,149,215,15,108,166,136,181,126,182,131,41,246,182,132,168,27,238,58,0,103,241,52,210,128,0,8,1,5,46,114,103,112,100,2,19,31,216,173,128,39,159,218,197,54,47,14,96,64,148,119,83,77,161,100,207,77,184,15,84,85,0,44,10,96,35,127,189,120,155,12,206,132,194,75,121,136,120,148,242,140,116,14,90,140,120,138,61,146,10,101,226,147,85,37,18,195,72,202,185,219,72,113,194,235,72,118,55,242,108,162,137,0,8,1,19,46,118,100,45,109,101,115,115,97,103,101,45,119,114,97,112,112,101,114,2,4,180,83,37,178,235,63,240,94,236,128,19,207,237,175,139,104,0,16,1,16,35,97,120,101,112,116,105,111,95,111,118,101,114,108,97,121,2,3,6,66,54,7,72,92,47,59,123,63,56,121,0,8,1,14,46,99,111,111,107,105,101,95,104,111,108,100,101,114,2,3,38,228,95,28,170,78,20,176,173,62,100,181,0,8,1,14,46,99,111,111,107,105,101,95,102,111,111,116,101,114,2,5,61,56,113,179,75,34,38,158,78,50,86,155,151,218,169,93,169,202,170,139,0,16,1,11,35,99,111,111,107,105,101,119,97,108,108,2,22,18,145,231,200,27,6,179,112,36,230,128,70,81,199,164,175,82,213,94,40,82,248,112,4,84,163,248,187,113,53,135,66,139,101,78,101,157,197,42,131,158,52,138,70,164,236,57,235,166,165,72,49,179,196,143,140,193,210,147,159,194,6,179,219,194,144,49,115,209,242,117,65,210,170,187,127,218,95,110,156,229,192,74,39,231,32,50,235,0,8,1,12,46,106,115,45,45,111,118,101,114,108,97,121,2,22,8,61,161,73,10,184,29,33,23,212,70,172,25,81,223,150,32,237,197,245,57,93,93,77,77,213,153,80,123,140,90,202,131,143,230,204,141,252,88,48,148,214,30,115,149,156,111,189,150,27,47,245,162,213,33,194,170,40,180,84,175,179,217,248,179,137,153,207,205,150,252,241,212,239,101,148,231,115,82,23,242,231,103,74,245,248,16,240,0,8,1,16,46,98,97,99,107,100,114,111,112,45,99,111,111,107,105,101,2,1,120,237,165,119,0,16,1,14,35,99,111,111,107,105,101,115,45,98,108,111,99,107,2,2,106,45,148,112,201,169,224,90,0,8,1,12,46,99,111,111,107,105,101,45,119,97,108,108,2,4,102,102,110,33,212,157,214,72,242,121,3,55,254,105,205,226,0,8,1,10,46,103,100,112,114,45,98,111,100,121,2,1,170,202,135,86,0,0,1,16,91,99,108,97,115,115,94,61,34,103,100,112,114,95,34,93,2,2,18,126,124,1,117,100,17,28,0,0,1,30,100,105,118,91,99,108,97,115,115,94,61,34,67,111,111,107,105,101,68,105,115,99,108,97,105,109,101,114,34,93,2,1,190,220,39,223,0,8,1,8,46,111,118,101,114,76,97,121,2,3,60,249,5,185,129,113,205,169,242,87,204,87,0,8,1,14,46,67,111,111,107,105,101,67,111,110,115,101,110,116,2,71,3,202,121,182,13,203,17,94,13,220,236,86,20,186,77,42,22,230,50,142,33,97,98,5,37,111,173,197,37,144,105,177,39,83,51,80,47,144,127,58,47,218,151,1,55,11,115,23,55,181,90,37,55,213,63,156,65,100,46,54,70,204,191,249,72,202,25,68,78,14,44,234,78,94,144,211,80,19,11,163,80,41,202,77,80,131,73,155,81,88,186,92,86,39,4,179,89,232,152,129,92,106,44,16,94,72,255,49,95,116,21,187,106,34,13,109,106,251,165,44,109,4,185,91,109,196,229,60,109,224,98,19,110,52,206,142,113,108,228,198,118,79,197,149,118,231,77,165,119,207,14,89,121,7,84,23,123,200,253,239,125,243,225,113,127,39,131,20,127,237,208,76,127,240,52,61,128,35,254,75,139,92,216,48,150,235,204,44,156,216,17,166,157,201,203,24,160,144,137,79,161,143,176,122,170,85,243,232,180,62,173,1,181,8,244,191,182,132,11,61,182,162,252,114,188,32,79,115,191,131,253,237,193,179,102,88,201,137,123,107,202,50,46,123,204,209,5,247,209,240,27,92,228,23,108,159,233,123,241,0,235,125,148,172,243,93,248,68,245,27,70,218,246,13,217,48,250,197,193,210,254,46,3,176,0,8,1,21,46,109,45,115,109,97,114,116,98,97,114,45,99,111,110,116,97,105,110,101,114,2,3,103,106,226,202,126,158,181,96,204,60,16,74,0,16,1,14,35,112,111,108,105,99,121,45,114,105,98,98,111,110,2,4,57,7,214,194,218,131,5,69,239,195,212,59,245,66,72,156,0,16,1,21,35,111,110,101,116,114,117,115,116,45,99,111,110,115,101,110,116,45,115,100,107,2,121,3,158,31,168,4,41,174,20,5,75,47,209,7,48,134,127,14,151,112,44,15,140,132,187,17,37,14,101,17,121,30,224,22,66,235,138,26,201,190,39,26,201,193,25,33,149,191,106,37,208,98,149,38,156,253,176,38,156,254,76,38,157,25,55,38,157,28,48,38,157,76,97,38,157,170,98,38,157,171,222,38,244,159,189,44,204,26,97,49,13,238,244,49,201,169,236,56,98,226,5,60,19,244,115,64,253,111,180,65,255,187,251,66,127,87,151,70,178,137,89,71,85,102,110,72,102,106,29,72,245,227,226,73,8,226,49,74,41,218,104,77,172,239,103,78,27,28,108,78,105,197,223,82,5,29,176,86,19,41,21,86,35,200,87,91,17,129,193,91,18,92,161,91,52,44,223,94,100,239,142,94,135,89,93,95,140,136,155,98,206,145,147,100,67,121,150,102,69,191,87,102,109,12,59,106,200,204,131,108,122,162,124,109,254,10,30,110,253,209,117,111,93,22,148,122,249,68,184,123,18,30,187,123,138,218,104,125,12,244,184,125,134,67,200,126,9,214,225,126,76,231,94,126,232,182,81,126,241,220,179,127,1,174,185,127,174,27,255,128,104,78,33,129,67,109,232,129,189,191,56,136,147,135,170,144,195,247,70,148,185,233,25,148,187,41,71,148,188,9,210,148,188,25,84,148,192,208,239,154,84,226,2,156,172,32,174,160,164,8,195,162,86,76,24,169,183,71,74,170,93,69,209,171,137,76,163,172,132,41,90,175,84,158,54,176,219,62,84,177,41,194,176,177,147,32,170,177,246,198,148,177,255,9,102,180,58,230,102,182,131,6,250,184,12,230,93,187,115,160,68,188,123,73,78,194,104,65,144,194,197,249,237,194,197,253,15,194,197,253,34,197,156,210,37,197,215,202,131,199,184,214,65,203,80,119,158,203,172,99,165,205,108,43,59,205,143,21,30,206,252,7,234,208,121,149,103,208,210,15,28,218,183,250,107,218,225,138,167,224,32,167,108,224,37,255,69,225,197,85,78,227,62,88,242,234,172,203,27,239,83,149,118,245,72,107,29,249,252,244,125,253,242,131,140,0,8,1,24,46,111,110,101,116,114,117,115,116,45,112,99,45,100,97,114,107,45,102,105,108,116,101,114,2,93,3,158,31,168,4,41,174,20,14,151,112,44,15,140,132,187,17,37,14,101,17,121,30,224,26,201,190,39,26,201,193,25,37,208,98,149,38,156,253,176,38,156,254,76,38,157,25,55,38,157,28,48,38,157,76,97,38,157,171,222,44,204,26,97,49,13,238,244,49,201,169,236,64,253,111,180,65,255,187,251,66,127,87,151,71,85,102,110,72,245,227,226,73,8,226,49,74,41,218,104,77,172,239,103,78,27,28,108,78,105,197,223,82,5,29,176,86,19,41,21,91,17,129,193,91,18,92,161,91,52,44,223,94,100,239,142,94,135,89,93,98,206,145,147,102,69,191,87,102,109,12,59,106,200,204,131,108,122,162,124,109,254,10,30,111,93,22,148,122,249,68,184,123,18,30,187,123,138,218,104,125,12,244,184,126,9,214,225,126,76,231,94,126,232,182,81,126,241,220,179,127,1,174,185,127,174,27,255,128,104,78,33,129,67,109,232,129,189,191,56,136,147,135,170,144,195,247,70,148,185,233,25,148,187,41,71,148,188,9,210,148,188,25,84,156,172,32,174,162,86,76,24,169,183,71,74,170,93,69,209,171,137,76,163,172,132,41,90,176,219,62,84,177,41,194,176,177,147,32,170,177,246,198,148,177,255,9,102,180,58,230,102,187,115,160,68,188,123,73,78,194,104,65,144,194,197,249,237,194,197,253,15,194,197,253,34,197,156,210,37,197,215,202,131,199,184,214,65,205,108,43,59,206,252,7,234,208,121,149,103,208,210,15,28,218,183,250,107,218,225,138,167,224,37,255,69,227,62,88,242,234,172,203,27,245,72,107,29,253,242,131,140,0,8,1,6,46,109,111,100,97,108,2,128,0,0,0,164,0,189,124,120,0,192,211,79,1,229,135,67,3,159,60,142,4,233,97,237,4,242,24,197,5,72,204,170,6,164,208,233,8,25,212,72,9,104,15,90,11,169,105,166,14,66,51,93,14,129,2,225,15,173,137,167,17,107,90,41,17,130,222,201,20,26,200,158,20,32,33,89,21,248,124,245,22,145,136,160,24,175,31,98,26,56,30,59,28,221,2,18,29,188,7,30,30,14,22,250,30,96,104,162,32,1,227,241,33,80,146,145,34,34,243,187,34,79,214,93,34,131,63,120,34,198,122,43,35,127,86,145,35,184,177,44,42,140,90,167,43,16,107,230,43,209,114,79,44,52,3,17,45,14,205,208,46,180,161,105,46,238,187,49,49,217,34,211,51,98,231,136,54,180,72,27,57,225,64,90,61,81,190,179,61,248,217,235,64,164,194,251,65,215,249,88,66,194,126,196,67,3,213,18,68,41,79,192,73,226,79,157,75,253,74,87,76,198,121,185,80,72,12,70,81,145,108,213,82,33,51,198,83,214,192,6,84,8,203,174,84,127,245,138,87,88,226,38,88,61,100,102,90,205,36,145,92,42,210,27,95,13,237,16,97,117,99,27,101,87,65,28,101,127,108,20,101,132,63,87,101,210,93,36,101,226,105,219,102,49,176,161,103,2,87,118,104,39,95,50,105,2,131,193,106,115,81,41,107,41,223,235,108,83,159,74,108,116,132,139,109,71,245,121,109,140,214,118,111,5,122,60,111,228,85,16,115,59,182,17,126,93,133,198,132,101,195,223,141,211,69,119,144,69,82,94,145,248,86,173,147,182,207,224,149,159,209,231,152,162,111,59,156,162,204,175,158,149,29,96,161,198,239,138,162,56,250,237,162,249,54,85,166,60,186,99,166,60,222,159,166,164,177,167,167,227,79,248,168,194,106,140,172,97,217,65,172,207,119,224,173,51,246,197,173,71,52,58,174,107,105,249,174,210,13,111,178,112,18,40,179,65,109,177,182,117,18,103,182,195,106,131,183,45,84,249,186,107,17,254,187,25,69,145,187,38,81,205,187,226,83,131,187,253,228,126,189,190,123,72,194,147,38,144,194,205,173,229,195,7,81,205,195,69,152,69,195,82,141,152,196,218,32,200,199,79,125,219,202,190,235,36,204,157,50,244,206,86,137,190,207,131,161,11,210,198,60,10,212,86,151,141,213,180,132,234,214,183,103,100,218,181,166,167,219,76,15,222,221,129,219,10,222,250,175,32,223,119,96,155,224,60,102,111,225,5,254,191,225,13,48,34,225,191,170,137,228,47,231,119,228,58,67,63,231,35,242,143,231,43,220,56,232,237,141,50,233,17,6,6,235,184,247,146,239,30,247,238,240,121,83,138,242,231,181,177,247,160,64,74,251,79,199,244,251,139,35,30,252,133,56,20,252,138,20,17,253,95,63,170,253,151,101,154,254,134,142,70,254,148,249,134,255,198,122,239,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,128,0,0,0,242,0,192,211,79,1,229,135,67,3,159,60,142,4,233,97,237,4,242,24,197,5,72,204,170,6,164,208,233,8,25,212,72,9,104,15,90,11,169,105,166,14,66,51,93,15,33,191,248,15,53,53,218,17,107,90,41,17,130,222,201,20,32,33,89,21,35,236,219,24,175,31,98,27,157,249,141,29,188,7,30,32,1,227,241,33,80,146,145,34,34,243,187,34,79,214,93,34,83,237,111,34,206,177,60,35,127,86,145,35,184,177,44,36,103,225,56,42,140,90,167,43,16,107,230,43,209,114,79,44,52,3,17,45,14,205,208,45,55,82,103,45,144,167,87,48,36,173,173,49,217,34,211,51,98,231,136,51,204,96,24,51,253,84,211,54,180,72,27,55,117,221,16,56,78,165,21,56,195,179,253,57,191,235,67,58,152,173,105,58,212,140,215,61,81,190,179,64,164,194,251,65,215,249,88,66,67,236,43,66,194,126,196,66,198,134,223,73,226,79,157,74,142,133,39,75,162,101,145,75,222,199,67,78,207,96,131,79,197,118,65,79,221,60,136,80,72,12,70,81,145,108,213,82,33,51,198,83,214,192,6,84,127,245,138,86,67,80,189,87,88,226,38,88,43,165,51,88,61,100,102,89,227,215,8,90,205,36,145,91,177,146,105,93,47,27,182,94,174,39,139,95,13,237,16,95,41,152,184,97,117,99,27,97,246,26,174,99,9,92,77,101,87,65,28,101,127,108,20,101,186,90,29,101,210,93,36,101,226,105,219,102,49,176,161,103,2,87,118,103,49,1,21,104,41,54,154,106,115,81,41,107,41,223,235,107,87,195,141,107,154,114,250,107,188,188,57,108,83,159,74,108,116,132,139,109,71,245,121,109,140,214,118,110,15,3,85,110,104,63,253,111,228,85,16,112,73,232,230,113,152,111,136,114,56,28,78,115,59,182,17,117,165,179,145,118,216,214,46,121,144,180,32,123,96,103,218,124,176,103,177,126,93,133,198,126,191,91,224,130,241,184,66,132,101,195,223,134,23,158,149,134,75,56,60,134,153,48,64,136,75,22,141,136,215,171,20,138,1,44,147,143,26,226,16,144,69,82,94,144,209,206,99,145,186,254,191,145,248,86,173,146,58,53,116,147,182,207,224,147,212,203,187,150,227,144,214,151,140,116,181,152,162,111,59,158,149,29,96,159,39,243,174,159,250,240,230,161,198,239,138,162,101,167,14,162,249,54,85,165,81,215,6,166,60,186,99,166,60,222,159,166,164,177,167,167,15,183,49,167,227,79,248,170,6,17,40,171,134,83,120,172,134,124,44,172,207,119,224,173,51,246,197,173,71,52,58,174,107,105,249,174,210,13,111,175,230,129,230,176,193,147,239,177,148,162,3,178,112,18,40,179,65,109,177,182,87,239,30,182,117,18,103,183,45,84,249,185,47,247,128,186,223,36,101,187,38,81,205,187,226,83,131,188,183,170,162,189,190,123,72,190,148,85,52,190,166,218,36,191,97,246,17,194,147,38,144,194,245,20,189,195,7,81,205,195,82,141,152,196,218,32,200,196,239,105,219,197,204,117,59,201,56,212,102,201,58,135,246,201,67,232,234,201,182,245,56,202,72,46,125,203,127,182,97,204,88,34,17,204,157,50,244,206,86,137,190,210,198,60,10,212,229,33,114,213,198,254,229,214,118,186,140,214,183,103,100,217,151,132,155,217,223,44,6,218,181,166,167,219,76,15,222,220,10,49,194,221,2,97,73,223,119,96,155,225,5,254,191,225,253,118,126,226,153,148,220,228,47,231,119,228,58,67,63,229,29,86,27,231,35,242,143,231,43,220,56,232,237,141,50,233,17,6,6,234,206,175,77,234,231,178,189,235,49,15,164,235,184,247,146,236,163,130,84,236,212,170,195,237,173,190,158,237,189,153,66,238,82,59,7,239,64,42,56,240,121,83,138,242,231,113,57,242,231,181,177,243,47,48,223,244,101,202,76,245,239,119,126,246,213,127,253,247,160,64,74,247,185,12,184,247,233,243,49,248,10,212,234,248,128,208,117,249,109,101,240,251,79,199,244,251,139,35,30,251,154,19,182,252,3,162,87,252,19,8,146,252,138,20,17,252,192,243,132,253,63,11,30,253,151,101,154,254,134,142,70,254,148,249,134,255,102,226,120,255,198,122,239,0,8,1,14,46,99,111,111,107,105,101,45,98,97,110,110,101,114,2,87,0,88,51,52,4,186,134,213,9,59,146,55,9,81,247,251,14,26,82,84,14,90,111,192,27,7,19,185,27,110,230,46,28,20,37,149,30,37,167,134,38,162,156,1,41,211,122,244,43,100,155,112,55,14,235,93,55,188,117,125,57,204,207,112,64,74,14,140,64,223,46,245,66,46,160,42,66,152,181,189,69,92,176,198,73,38,201,123,78,131,248,25,80,206,255,115,80,218,72,154,83,129,208,4,90,165,58,92,93,145,71,205,99,157,209,234,99,183,103,121,101,33,75,83,103,173,66,78,111,152,74,57,114,85,30,15,116,40,51,195,117,32,87,102,120,185,12,195,120,207,55,185,124,140,240,83,127,242,77,183,127,251,193,173,129,141,204,3,132,55,252,19,133,213,141,122,136,36,181,135,137,190,34,138,139,109,21,198,142,187,249,45,145,16,255,231,149,24,177,95,154,209,149,52,156,85,171,145,156,106,8,248,156,200,189,185,158,140,67,1,161,133,11,46,165,153,207,196,169,49,239,73,171,134,149,125,171,175,114,85,172,17,100,154,172,158,40,65,173,207,166,9,179,21,157,5,180,77,38,184,184,67,188,40,186,2,9,226,186,136,79,0,202,48,124,31,204,43,204,95,206,94,74,71,211,234,197,212,215,102,1,102,215,218,91,161,218,39,161,115,224,231,207,183,226,216,197,151,228,244,158,219,229,252,62,60,230,80,33,172,243,189,78,22,244,24,40,28,246,170,202,185,248,2,166,155,251,162,75,18,252,16,63,56,253,155,103,67,0,16,1,21,35,67,121,98,111,116,67,111,111,107,105,101,98,111,116,68,105,97,108,111,103,2,28,8,178,136,16,12,207,215,243,19,155,89,114,27,116,18,173,40,95,120,157,48,201,94,220,76,125,65,108,111,128,75,49,121,230,127,219,125,136,221,1,125,149,154,250,140,118,240,181,149,240,201,58,165,203,190,3,169,56,43,225,189,42,168,76,199,239,115,245,204,48,243,60,210,85,140,119,214,151,208,156,217,237,95,228,219,29,87,135,222,151,29,176,232,142,189,121,239,219,42,5,242,231,162,98,244,122,248,3,251,143,88,37,0,8,1,15,46,99,45,99,111,111,107,105,101,45,112,111,112,117,112,2,3,1,132,149,52,111,7,154,136,149,170,112,232,0,16,1,13,35,109,111,100,97,108,45,99,111,111,107,105,101,2,13,1,216,232,155,101,73,11,119,148,186,155,92,168,209,122,96,176,193,147,239,187,132,17,146,190,190,181,101,211,74,107,124,219,183,97,84,222,127,7,14,224,32,118,130,231,90,231,159,248,128,208,117,0,16,1,14,35,99,111,111,107,105,101,95,95,109,111,100,97,108,2,1,141,29,222,7,0,16,1,9,35,98,108,117,101,109,97,115,107,2,3,129,140,243,111,184,197,138,252,242,114,14,38,0,8,1,5,46,116,98,111,120,2,3,129,140,243,111,184,197,138,252,242,114,14,38,0,8,1,21,46,100,105,115,99,108,97,105,109,101,114,45,99,111,110,116,97,105,110,101,114,2,5,107,218,227,205,127,221,228,143,188,103,75,78,200,248,202,214,221,40,221,125,0,8,1,9,46,99,99,45,108,97,121,101,114,2,3,45,103,54,159,86,154,82,100,137,113,71,58,0,16,1,5,35,103,100,112,114,2,29,16,206,254,70,36,19,133,139,43,105,152,128,53,35,11,122,57,14,152,8,70,91,100,241,73,92,111,165,73,219,100,248,75,241,152,108,86,144,117,70,89,242,115,77,91,55,133,7,95,243,48,48,98,56,242,111,98,238,166,229,101,107,92,228,102,181,184,8,127,76,121,198,129,202,217,29,153,147,105,151,160,58,79,176,187,213,170,59,205,67,55,47,210,229,181,168,215,32,53,13,224,93,5,30,229,161,84,51,241,219,132,50,251,190,48,26,0,16,1,12,35,103,100,112,114,79,118,101,114,108,97,121,2,1,45,118,41,177,0,0,1,21,100,105,118,91,99,108,97,115,115,94,61,34,99,111,111,107,105,101,45,34,93,2,3,5,200,159,26,59,188,135,24,81,151,209,154,0,16,1,12,35,103,100,112,114,111,118,101,114,108,97,121,2,1,23,177,96,24,0,16,1,5,35,95,105,67,68,2,14,20,17,196,178,43,30,137,213,97,141,236,220,103,24,207,26,148,106,131,137,149,249,103,81,152,23,199,198,160,116,95,62,188,38,92,40,189,1,244,61,206,58,183,134,206,58,217,52,206,133,23,58,206,140,52,21,0,8,1,6,46,109,111,100,97,108,2,6,23,82,34,117,78,71,181,183,81,151,5,73,92,7,133,253,187,188,162,21,220,162,106,109,0,16,1,11,35,103,100,112,114,45,109,111,100,97,108,2,13,10,225,42,242,52,95,136,206,69,118,230,69,80,126,156,12,109,109,132,136,117,60,36,217,137,40,210,15,163,207,55,63,173,141,23,156,186,68,150,66,199,152,128,141,206,129,195,203,252,192,243,132,0,8,1,11,46,103,100,112,114,45,109,111,100,97,108,2,13,10,148,220,170,13,128,150,186,32,184,184,149,35,244,238,80,64,21,80,11,69,140,89,16,86,141,189,171,128,98,65,155,167,49,18,25,174,53,243,212,202,186,251,10,202,187,84,156,233,205,179,196,0,8,1,15,46,103,100,112,114,45,99,111,110,116,97,105,110,101,114,2,6,55,3,67,147,55,15,136,29,55,174,78,15,57,225,211,73,115,158,37,187,149,115,26,33,0,8,1,13,46,99,111,110,115,101,110,116,109,111,100,97,108,2,3,22,183,168,51,74,92,135,118,192,246,196,3,0,16,1,8,35,112,114,105,118,97,99,121,2,11,11,80,164,50,25,38,45,154,30,196,169,164,101,240,55,121,135,13,51,238,178,12,167,66,190,81,40,72,206,125,124,240,237,6,148,129,242,231,108,212,254,47,72,15,0,8,1,8,46,112,114,105,118,97,99,121,2,13,1,18,3,105,1,18,51,62,29,166,164,182,42,222,76,254,65,106,140,21,94,212,109,55,117,161,71,112,119,34,108,17,162,115,26,155,174,158,178,195,187,25,245,236,202,88,32,203,206,211,10,114,0,8,1,15,46,112,114,105,118,97,99,121,45,112,111,108,105,99,121,2,18,28,11,82,86,39,169,183,86,62,66,123,178,82,252,0,234,83,210,214,123,91,62,86,212,91,207,224,57,104,224,150,250,127,45,127,193,159,209,240,254,168,100,138,245,173,138,11,135,188,60,168,128,203,73,2,158,216,97,4,118,232,74,46,68,244,227,182,152,255,64,21,219,0,16,1,15,35,112,114,105,118,97,99,121,45,112,111,108,105,99,121,2,7,1,17,21,232,24,31,8,88,176,103,203,117,187,194,29,112,198,119,186,96,209,97,237,42,255,161,201,246,0,8,1,22,46,99,100,107,45,111,118,101,114,108,97,121,45,99,111,110,116,97,105,110,101,114,2,38,4,51,252,17,10,29,43,130,12,248,250,171,15,124,124,100,27,191,48,196,40,42,116,229,40,166,241,87,79,140,45,126,80,13,91,211,81,18,195,183,90,38,139,243,92,71,73,205,94,76,5,45,97,141,83,35,97,249,62,187,107,214,187,13,108,75,171,80,116,47,14,11,124,102,74,254,130,155,96,228,148,81,53,25,149,237,58,107,156,189,55,122,165,10,58,54,166,130,220,204,166,130,221,229,166,130,224,115,168,36,71,230,177,209,25,91,190,168,88,117,202,41,137,48,209,233,85,77,217,156,139,141,219,225,95,116,229,7,243,54,229,7,243,56,230,80,179,206,242,231,22,224,0,16,1,14,35,99,100,107,45,111,118,101,114,108,97,121,45,48,2,2,145,118,143,205,231,40,71,14,0,8,1,16,46,116,114,97,99,107,105,110,103,109,97,110,97,103,101,114,2,6,58,62,224,78,104,244,182,218,145,170,255,45,160,30,240,119,183,86,158,250,230,133,50,12,0,16,1,14,35,112,100,99,99,45,109,111,100,97,108,45,98,103,2,3,38,216,35,206,109,146,225,50,138,4,198,245,0,8,1,21,46,115,113,115,45,97,110,110,111,117,110,99,101,109,101,110,116,45,98,97,114,2,4,36,105,172,222,131,190,51,199,191,210,163,244,212,151,40,254,0,16,1,6,35,107,108,97,114,111,2,83,0,225,101,117,1,144,198,40,1,160,67,91,1,164,133,85,3,73,45,42,4,136,242,65,5,91,83,194,5,181,121,115,7,47,152,29,7,223,192,38,12,148,89,198,12,172,23,168,21,253,252,225,34,176,9,31,35,49,138,79,36,190,43,56,37,134,172,54,38,55,106,39,42,218,59,31,46,33,176,158,49,159,235,245,54,243,244,13,59,90,193,173,61,145,208,229,69,210,193,106,70,52,153,67,70,153,72,126,71,86,201,119,76,108,53,158,80,205,248,35,86,161,173,60,92,81,18,11,94,61,151,109,98,33,177,168,98,195,66,105,105,14,1,126,130,96,9,189,135,14,67,170,141,116,56,218,141,248,253,99,143,64,212,228,143,110,122,222,148,109,121,133,149,230,134,51,152,28,28,70,157,111,182,72,158,205,157,95,158,253,132,152,160,163,196,249,161,240,30,111,163,128,97,119,168,220,153,33,169,81,203,219,172,91,24,173,178,72,170,150,179,0,78,131,179,181,242,192,182,171,104,5,187,188,62,153,191,123,188,245,192,207,52,169,195,82,90,178,201,203,64,167,203,98,150,195,203,158,49,176,204,36,100,134,204,154,232,253,206,251,71,30,207,60,117,21,212,143,174,0,217,103,39,13,219,7,106,234,219,185,35,205,221,166,114,118,225,249,149,65,226,40,192,21,227,3,226,88,229,66,112,28,231,170,29,200,240,13,63,170,246,29,244,192,252,195,248,186,253,58,169,247,0,8,1,6,46,107,108,97,114,111,2,7,36,18,226,202,98,208,87,127,145,1,158,93,151,219,168,137,223,105,98,59,242,117,33,77,254,136,104,182,0,8,1,13,46,107,108,97,114,111,45,98,117,116,116,111,110,2,1,158,152,14,105,0,16,1,3,35,99,99,2,18,7,190,25,114,15,171,99,136,27,100,117,166,62,202,206,102,64,95,107,161,73,6,129,190,84,114,154,104,113,151,46,15,115,42,220,80,137,135,211,182,154,27,147,191,165,1,222,139,171,137,230,182,207,185,74,200,216,34,162,145,242,230,254,98,242,231,160,253,251,36,12,55,0,8,1,11,46,98,103,45,111,118,101,114,108,97,121,2,4,21,252,22,100,58,238,95,184,76,202,202,146,173,32,226,62,0,8,1,10,46,99,99,45,119,105,110,100,111,119,2,4,21,252,22,100,58,238,95,184,76,202,202,146,173,32,226,62,0,8,1,19,46,99,111,111,107,105,101,115,95,95,99,111,110,116,97,105,110,101,114,2,6,9,239,1,88,50,33,138,55,52,10,77,161,132,159,184,4,201,159,226,148,224,92,157,162,0,16,1,6,35,112,111,112,117,112,2,15,7,223,184,199,45,18,83,127,56,98,173,250,73,244,35,27,94,130,59,198,102,173,225,128,123,34,33,205,149,159,88,149,163,200,64,146,201,146,53,14,211,231,48,6,214,239,228,41,216,242,106,32,235,132,185,242,236,31,204,202,0,8,1,26,46,112,111,115,102,46,114,101,97,99,116,45,111,110,99,108,105,99,107,111,117,116,115,105,100,101,2,4,17,250,161,128,24,56,205,49,82,252,142,34,255,184,39,225,0,0,1,22,91,99,108,97,115,115,94,61,34,67,111,111,107,105,101,80,111,112,117,112,34,93,2,11,31,121,142,195,75,68,4,172,103,253,15,105,121,201,133,98,139,73,2,136,184,10,0,138,185,13,128,148,186,44,176,5,189,107,57,148,203,188,208,163,239,67,136,13,0,8,1,12,46,99,111,111,107,105,101,45,104,105,110,116,2,11,1,110,251,123,27,121,134,94,50,227,169,45,75,161,9,1,78,241,72,165,112,245,79,218,125,181,65,96,146,23,191,188,199,156,197,248,246,21,60,37,249,247,171,27,0,0,1,24,91,99,108,97,115,115,94,61,34,67,111,111,107,105,101,115,66,97,110,110,101,114,34,93,2,3,10,111,77,21,172,205,217,84,223,93,203,1,0,8,1,8,46,98,108,111,99,107,101,114,2,3,16,211,132,6,162,183,214,241,228,154,123,121,0,0,1,24,91,99,108,97,115,115,94,61,34,99,111,111,107,105,101,67,111,110,115,101,110,116,34,93,2,7,52,151,132,111,101,255,231,243,208,10,10,51,214,154,11,183,220,89,74,96,233,123,241,0,242,81,116,195,0,8,1,6,46,97,108,101,114,116,2,128,0,0,0,144,4,11,248,162,11,118,94,9,14,156,223,9,15,81,151,168,18,99,45,127,25,161,189,41,27,89,202,169,28,125,177,0,29,218,133,122,31,254,61,243,33,71,224,84,33,160,130,225,34,214,56,179,35,137,251,213,36,170,57,5,36,227,21,113,37,62,137,144,38,209,249,108,40,111,129,201,51,50,195,9,52,0,139,153,52,207,213,60,54,19,83,220,54,104,46,53,54,218,56,236,56,167,235,207,56,199,139,71,58,141,2,112,59,69,252,79,61,41,30,26,61,124,227,241,61,183,87,44,63,37,158,162,64,179,254,1,64,252,15,207,66,157,82,89,69,79,71,110,71,85,38,185,73,30,148,141,73,83,152,207,75,114,139,7,76,60,248,204,76,246,105,243,78,221,149,212,79,87,216,245,83,201,78,213,86,54,65,23,86,194,122,75,89,136,222,8,89,146,218,70,89,199,221,73,90,65,251,239,91,230,135,26,95,194,55,141,97,130,145,247,106,108,78,164,106,239,111,156,107,165,198,38,109,5,101,247,115,222,55,250,117,97,216,186,123,207,16,212,125,14,120,145,126,9,57,104,127,58,62,93,128,180,20,20,129,38,78,50,131,21,241,13,131,109,110,243,137,110,48,243,139,108,206,144,141,124,157,137,142,239,90,235,143,205,167,200,144,52,69,149,148,9,13,99,148,188,103,205,148,201,245,59,150,237,254,238,154,37,221,35,156,122,18,7,157,130,42,1,159,252,52,56,161,65,70,94,162,158,16,163,163,136,182,171,163,184,243,51,164,184,204,125,164,255,127,202,167,192,244,229,170,172,148,28,172,72,175,249,172,131,84,250,172,228,118,39,174,189,101,176,177,83,181,243,179,55,251,252,179,86,47,138,180,55,159,29,181,250,178,116,183,198,101,246,184,87,13,57,187,207,114,131,187,223,239,129,188,247,33,140,189,87,235,215,193,67,149,160,193,178,159,18,197,117,159,167,197,123,233,20,200,146,16,97,201,194,253,29,202,105,118,213,202,210,169,178,203,68,75,80,203,133,227,192,206,10,13,41,207,129,192,75,211,79,59,19,212,229,21,192,213,182,33,94,216,63,119,169,216,132,6,198,221,171,224,169,222,179,231,49,225,23,202,242,226,190,112,223,230,36,243,184,233,2,19,40,234,144,119,47,237,39,101,138,238,10,5,216,238,160,15,140,238,209,25,44,239,178,44,162,239,219,212,129,243,14,17,227,244,99,0,119,245,46,117,216,246,18,250,206,246,225,8,159,250,42,142,238,250,175,33,185,254,178,155,186,0,0,1,23,91,99,108,97,115,115,94,61,34,99,111,111,107,105,101,66,97,110,110,101,114,34,93,2,6,68,195,50,244,87,187,104,1,101,237,129,170,102,2,26,163,129,23,154,99,147,180,3,142,0,0,1,22,100,105,118,91,99,108,97,115,115,94,61,34,67,111,111,107,105,101,115,95,34,93,2,8,55,2,35,168,126,200,54,78,178,95,250,90,202,1,252,228,223,111,226,208,239,51,143,214,240,203,67,7,250,228,183,94,0,0,1,26,100,105,118,91,99,108,97,115,115,42,61,34,67,111,111,107,105,101,66,97,110,110,101,114,34,93,2,42,4,30,174,79,6,91,166,13,11,228,72,136,32,131,209,198,36,202,164,161,40,29,209,55,46,186,135,32,55,4,143,162,63,111,161,24,72,199,218,252,81,1,25,60,93,152,211,245,94,177,122,233,94,234,8,127,95,88,207,232,96,59,215,123,99,68,223,159,100,202,210,99,103,214,46,46,111,61,205,74,126,17,119,49,128,56,80,214,129,77,138,206,129,141,10,224,129,187,159,177,133,163,92,6,133,174,64,248,147,193,224,161,148,186,26,182,162,106,176,202,168,114,58,215,173,17,34,98,181,159,156,8,188,72,192,103,195,8,112,98,197,139,7,144,227,100,164,193,228,150,40,215,232,103,100,181,242,150,171,180,247,9,147,210,254,128,40,223,0,0,1,27,100,105,118,91,99,108,97,115,115,94,61,34,67,111,111,107,105,101,66,97,110,110,101,114,95,34,93,2,8,39,17,29,79,51,57,161,25,57,151,119,6,66,35,239,0,144,217,241,48,162,180,150,226,174,57,121,222,174,166,118,84,0,0,1,32,100,105,118,91,99,108,97,115,115,94,61,34,67,111,111,107,105,101,66,97,110,110,101,114,115,116,121,108,101,95,34,93,2,26,0,192,183,141,9,234,253,246,15,171,119,45,22,220,15,249,30,50,136,213,44,127,69,238,67,79,198,149,71,32,93,157,89,236,163,107,91,57,104,218,96,47,204,158,98,127,57,123,99,214,89,168,103,192,125,89,135,169,196,152,142,148,45,72,161,80,102,244,167,201,74,147,174,80,0,241,190,41,160,148,204,136,62,117,212,157,47,232,214,73,140,219,216,208,151,250,230,232,189,196,231,230,111,192,0,8,1,14,46,97,99,116,105,118,101,46,108,101,103,97,99,121,2,4,35,113,77,225,57,1,88,40,165,106,14,116,198,234,192,63,0,8,1,28,46,97,109,103,100,112,114,99,111,111,107,105,101,45,109,111,100,97,108,45,116,101,109,112,108,97,116,101,2,1,153,161,75,7,0,8,1,24,46,98,111,116,116,111,109,45,48,46,112,111,115,105,116,105,111,110,45,102,105,120,101,100,2,8,0,189,226,107,32,142,75,212,65,237,76,156,113,32,42,139,159,25,53,132,173,214,70,160,189,184,206,143,247,139,146,197,0,8,1,16,46,98,111,116,116,111,109,45,48,46,108,101,102,116,45,48,2,1,166,130,23,96,0,8,1,17,46,98,111,116,116,111,109,45,48,46,114,105,103,104,116,45,48,2,2,39,200,65,115,51,50,195,9,0,8,1,18,46,98,111,116,116,111,109,45,48,46,114,101,108,97,116,105,118,101,2,1,48,132,253,89,0,8,1,15,46,98,111,116,116,111,109,45,48,46,102,105,120,101,100,2,128,0,0,0,184,0,104,30,59,0,228,176,124,1,249,239,127,2,211,12,158,3,195,40,130,4,30,14,52,5,36,148,200,8,153,70,125,9,29,54,25,9,124,9,6,11,201,49,121,13,40,189,66,13,88,154,61,13,192,53,153,14,33,113,170,17,103,99,151,18,149,215,133,20,219,117,133,21,25,36,168,27,162,245,67,29,120,146,223,29,223,182,82,29,226,179,212,33,155,222,234,37,105,48,205,38,145,161,84,39,65,31,111,41,237,241,45,45,133,199,70,47,154,205,227,48,91,214,148,49,217,114,11,50,107,241,181,52,91,51,207,53,64,158,254,54,195,220,17,55,15,16,33,55,216,115,69,56,39,123,52,58,85,66,230,59,190,4,35,60,117,114,203,61,11,92,120,63,213,196,169,65,193,86,37,68,75,10,161,71,145,244,98,75,247,233,177,76,34,241,12,77,14,116,117,77,38,15,102,79,175,66,119,80,64,160,98,82,254,134,211,87,135,203,254,88,28,55,249,88,240,67,55,89,175,43,152,89,205,171,169,91,116,112,169,93,133,123,66,94,158,214,121,97,187,82,48,97,243,105,152,98,166,255,120,99,102,59,141,100,106,11,2,104,122,194,128,105,252,98,225,107,77,111,58,107,249,146,99,110,150,76,177,112,196,240,99,113,242,135,96,114,63,83,48,115,229,50,148,116,9,68,211,117,93,113,184,119,123,93,13,121,123,181,5,121,156,250,156,121,205,58,222,126,17,117,140,126,22,127,250,126,166,212,42,126,171,186,214,129,141,10,224,130,77,153,241,133,72,214,216,134,106,244,124,135,114,131,121,137,252,37,46,141,156,56,143,142,90,214,178,142,250,77,247,144,157,55,89,146,197,168,247,148,11,106,241,148,180,44,231,148,181,249,70,148,186,106,92,148,188,38,157,148,192,2,231,148,192,49,136,148,193,134,168,149,40,141,252,150,50,112,239,153,71,9,219,153,81,210,247,153,93,219,127,158,91,188,176,158,94,197,61,158,96,206,212,158,229,230,121,161,31,42,93,161,172,206,248,167,4,97,203,167,138,154,253,167,142,45,202,167,172,30,53,169,5,85,94,170,39,33,38,172,46,15,251,174,96,236,26,175,86,233,89,176,74,149,227,178,149,206,22,180,67,28,94,182,171,230,78,182,175,155,193,183,174,97,251,186,128,229,251,187,22,12,234,188,9,109,139,190,46,1,117,190,147,226,187,192,68,212,71,192,79,91,46,194,85,149,191,194,253,34,79,199,7,121,185,199,134,35,85,202,75,166,161,203,77,8,239,205,67,183,140,207,83,2,76,209,9,31,91,209,59,55,29,211,228,244,41,212,117,51,110,212,135,204,164,214,181,180,53,214,202,102,182,215,46,244,9,216,96,18,168,217,146,39,136,217,181,109,124,220,158,3,91,221,19,139,32,221,68,108,226,222,91,228,109,222,166,98,73,224,139,67,59,225,181,224,131,227,199,113,146,228,228,246,127,230,98,175,235,230,134,34,254,230,176,199,170,232,196,197,191,235,70,110,159,235,163,11,77,237,62,144,58,238,255,81,67,241,4,48,132,241,139,203,175,243,157,184,40,244,28,15,123,246,71,116,135,248,31,73,150,248,84,5,162,248,125,9,182,252,21,30,233,253,83,106,240,0,8,1,9,46,98,111,116,116,111,109,45,50,2,8,55,13,149,91,56,66,210,111,69,55,10,218,86,41,39,88,115,174,163,53,132,163,159,127,177,26,129,46,248,36,19,75,0,8,1,9,46,98,111,116,116,111,109,45,54,2,3,67,130,123,39,111,173,136,183,112,49,211,139,0,8,1,9,46,98,111,116,116,111,109,45,53,2,8,26,181,37,17,30,172,111,41,38,138,95,6,55,221,15,134,93,191,12,69,112,43,197,179,196,104,106,13,243,109,146,13,0,8,1,9,46,98,111,116,116,111,109,45,56,2,6,43,203,12,243,129,61,122,91,138,140,166,80,179,202,38,241,180,46,108,22,185,46,208,76,0,8,1,9,46,98,111,116,116,111,109,45,52,2,15,18,158,40,192,59,73,104,204,79,128,184,55,91,135,254,205,98,150,240,234,107,232,154,225,126,38,166,35,132,11,133,129,142,95,197,103,150,121,100,16,172,31,192,24,174,161,13,18,218,76,251,250,228,23,108,159,246,71,116,135,0,8,1,10,46,98,111,116,116,111,109,45,52,48,2,1,194,125,220,87,0,8,1,9,46,98,111,116,116,111,109,45,51,2,3,22,15,1,249,133,158,206,229,151,51,109,70,0,8,1,10,46,98,111,116,116,111,109,45,49,50,2,2,42,142,83,59,206,76,1,161,0,8,1,10,46,98,111,116,116,111,109,45,49,52,2,1,2,170,157,160,0,8,1,10,46,98,111,116,116,111,109,45,49,54,2,3,151,203,138,227,193,212,69,158,243,75,197,104,0,8,1,7,46,98,111,116,116,111,109,2,4,29,141,65,76,51,50,195,9,138,230,147,30,148,181,113,59,0,8,1,10,46,112,121,45,50,46,112,120,45,50,2,1,22,58,220,56,0,8,1,16,46,99,111,111,107,105,101,115,95,50,48,50,50,95,98,103,2,3,164,168,90,52,201,85,194,250,217,229,159,17,0,8,1,7,46,106,71,114,111,119,108,2,6,37,182,21,175,74,85,248,245,122,194,14,141,160,125,59,252,180,226,13,204,246,212,165,251,0,8,1,13,46,109,111,100,97,108,45,99,111,111,107,105,101,2,24,11,40,247,115,13,221,236,179,17,85,91,0,19,161,121,12,32,101,125,158,47,127,80,201,52,201,125,33,62,249,225,61,65,175,83,174,77,124,41,254,79,8,187,46,95,15,77,14,102,131,91,211,111,172,28,113,137,163,58,150,154,207,108,149,155,90,54,229,175,74,143,118,182,68,56,79,184,45,136,120,192,13,21,104,202,26,34,93,209,141,27,2,227,65,142,158,0,8,1,14,46,109,111,100,97,108,45,99,111,111,107,105,101,115,2,26,10,124,17,23,21,93,1,124,30,65,80,35,58,60,165,205,72,1,236,184,78,59,132,34,82,113,186,114,85,191,235,117,98,244,95,169,107,63,194,236,118,53,31,198,124,70,47,203,138,143,170,154,139,82,99,54,145,147,114,226,149,245,236,252,153,97,59,211,165,91,153,57,167,181,178,207,176,244,46,97,194,211,50,50,197,43,232,162,218,135,164,131,226,72,135,131,237,1,61,246,241,210,116,101,0,8,1,13,46,109,111,100,97,108,99,111,111,107,105,101,115,2,3,84,98,101,83,231,100,173,244,248,81,2,1,0,16,1,17,35,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,2,7,8,202,86,97,40,56,112,185,57,254,121,122,80,99,69,153,110,212,112,169,151,202,105,85,157,170,47,29,0,16,1,12,35,99,111,111,107,105,101,77,111,100,97,108,2,13,14,215,201,232,27,203,68,200,45,55,82,103,47,204,63,128,52,111,39,152,70,10,38,2,88,43,165,51,148,180,233,216,151,193,189,204,181,39,62,49,196,77,29,5,226,163,105,149,226,209,161,183,0,8,1,13,46,109,111,100,97,108,67,111,111,107,105,101,115,2,4,53,125,29,57,71,155,167,64,178,83,83,113,234,163,243,94,0,8,1,15,46,110,115,45,116,121,112,101,45,110,111,116,105,99,101,2,7,0,100,161,67,49,169,101,9,86,254,215,87,164,149,231,27,203,183,27,160,250,216,179,213,254,17,202,30,0,8,1,20,46,99,111,111,107,105,101,87,105,110,100,111,119,87,114,97,112,112,101,114,2,16,12,240,241,97,22,23,113,44,23,51,140,212,37,55,161,104,38,28,60,154,52,29,51,22,66,139,197,87,69,247,225,70,74,143,196,54,86,157,75,68,94,156,116,245,194,140,242,62,195,83,188,43,208,114,234,214,210,85,140,196,219,132,143,119,0,8,1,10,46,107,45,111,118,101,114,108,97,121,2,19,12,240,241,97,22,23,113,44,23,51,140,212,37,55,161,104,38,28,60,154,43,203,54,233,52,29,51,22,66,139,197,87,69,247,225,70,74,143,196,54,86,157,75,68,94,156,116,245,135,211,124,188,194,140,242,62,195,83,188,43,201,69,221,138,208,114,234,214,210,85,140,196,219,132,143,119,0,16,1,13,35,99,111,111,107,105,101,115,77,111,100,97,108,2,65,6,56,37,175,20,173,137,17,22,53,68,233,24,145,81,147,27,88,158,140,31,246,135,113,41,153,45,13,42,109,162,46,47,129,180,185,49,5,114,20,49,117,113,5,51,24,98,234,54,118,28,179,59,89,75,100,64,90,149,96,77,154,30,155,81,138,220,236,86,159,151,68,87,111,26,1,88,137,73,193,93,140,239,221,96,248,24,9,97,132,15,251,99,0,55,232,112,157,167,231,114,156,163,192,116,28,80,152,116,28,139,75,116,32,204,54,117,65,234,108,121,121,126,244,129,71,64,165,131,14,77,176,134,155,128,203,136,75,22,141,138,199,217,27,138,223,45,12,139,107,95,173,140,123,236,142,141,4,130,37,147,112,188,194,159,39,243,174,163,201,134,45,166,9,24,5,166,70,39,232,170,139,243,167,171,186,10,162,172,119,107,62,186,232,44,27,194,252,49,157,197,150,49,139,199,5,31,222,201,46,9,244,201,58,135,246,202,108,240,172,203,167,99,128,204,230,223,53,210,13,232,48,218,184,91,32,230,245,188,7,231,234,25,173,236,128,24,78,237,143,239,236,242,42,43,35,249,166,230,228,0,16,1,13,35,109,111,100,97,108,67,111,111,107,105,101,115,2,5,8,121,24,235,12,187,55,121,182,69,15,75,182,244,216,160,229,242,164,69,0,16,1,12,35,99,111,111,107,105,101,115,50,48,50,48,2,8,0,131,179,179,31,118,53,207,61,94,8,156,135,46,229,174,150,106,207,157,202,31,241,8,243,129,11,69,253,50,58,132,0,16,1,19,35,99,111,111,107,105,101,115,50,48,50,48,111,118,101,114,108,97,121,2,8,0,131,179,179,31,118,53,207,61,94,8,156,135,46,229,174,150,106,207,157,202,31,241,8,243,129,11,69,253,50,58,132,0,0,1,23,100,105,118,91,99,108,97,115,115,94,61,34,99,111,111,107,105,101,78,111,116,34,93,2,3,50,0,214,157,244,241,151,24,246,207,253,173,0,16,1,12,35,99,111,111,107,105,101,109,111,100,97,108,2,1,9,15,144,16,0,8,1,14,46,111,116,80,108,97,99,101,104,111,108,100,101,114,2,44,8,47,150,88,9,225,200,236,13,215,101,20,14,215,204,34,16,148,40,71,19,202,30,94,20,20,132,15,52,194,7,49,55,44,186,238,66,214,200,27,69,248,0,40,79,97,160,72,79,102,154,50,81,184,42,85,89,158,36,181,105,40,36,96,106,204,212,55,107,238,162,55,111,32,22,65,114,207,250,115,115,132,17,157,127,127,143,173,128,105,169,217,138,144,15,163,139,102,200,35,148,114,117,154,163,60,181,222,168,25,89,224,176,220,89,128,200,235,215,71,205,52,65,107,208,115,95,46,211,209,31,16,213,204,156,242,220,139,70,0,223,88,107,161,226,151,161,254,227,213,155,198,230,12,231,99,235,175,48,195,236,129,14,186,238,37,65,13,249,10,86,76,249,75,41,209,0,8,1,9,46,99,112,45,112,111,112,117,112,2,1,203,56,30,136,0,8,1,19,46,99,112,45,112,111,112,117,112,45,99,111,110,116,97,105,110,101,114,2,1,203,56,30,136,0,8,1,16,46,106,115,45,99,111,111,107,105,101,45,112,111,112,117,112,2,2,58,20,20,1,166,48,86,224,0,8,1,13,46,99,111,111,107,105,101,45,109,111,100,97,108,2,65,6,152,141,11,7,249,178,54,12,48,204,54,14,53,29,33,15,200,254,75,15,252,212,51,24,44,98,236,34,95,40,177,42,147,229,98,47,146,4,82,50,139,2,178,51,51,167,44,54,213,6,108,57,156,177,163,57,185,206,127,57,230,105,70,59,172,0,97,60,150,29,115,61,186,5,152,63,172,78,159,69,58,174,222,73,33,159,28,76,155,227,251,79,22,240,35,82,70,31,1,83,8,24,189,93,47,27,182,96,113,103,209,98,127,182,184,98,208,87,127,103,83,36,8,106,212,49,86,116,25,187,28,119,66,117,96,121,155,127,138,125,22,59,63,129,187,231,109,131,138,118,45,131,185,202,161,148,201,201,204,153,46,155,4,159,79,115,82,162,86,4,218,162,174,75,245,169,128,231,103,171,192,9,31,173,223,103,208,175,73,116,79,180,128,11,206,192,30,178,83,194,30,235,195,197,3,47,183,203,215,71,25,206,8,71,167,207,165,203,14,210,148,41,207,213,220,12,215,214,201,26,135,218,99,96,15,218,120,57,243,221,252,98,61,225,180,90,175,231,168,190,251,237,219,164,139,239,113,236,143,0,0,1,26,100,105,118,91,99,108,97,115,115,94,61,34,99,111,111,107,105,101,45,109,111,100,97,108,34,93,2,3,78,155,119,132,121,75,111,21,133,42,80,255,0,8,1,24,46,77,117,105,67,111,110,116,97,105,110,101,114,45,109,97,120,87,105,100,116,104,77,100,2,1,145,10,196,227,0,8,1,35,46,77,117,105,83,110,97,99,107,98,97,114,45,97,110,99,104,111,114,79,114,105,103,105,110,66,111,116,116,111,109,76,101,102,116,2,6,37,144,125,164,68,175,49,219,72,127,41,107,109,34,65,170,109,168,141,171,143,221,30,198,0,8,1,37,46,77,117,105,83,110,97,99,107,98,97,114,45,97,110,99,104,111,114,79,114,105,103,105,110,66,111,116,116,111,109,67,101,110,116,101,114,2,11,0,175,81,104,16,56,150,171,58,26,55,192,63,60,225,198,67,185,131,220,69,24,1,223,98,217,91,211,105,231,167,123,107,226,215,247,153,151,242,15,210,41,232,31,0,8,1,34,46,77,117,105,68,114,97,119,101,114,45,112,97,112,101,114,65,110,99,104,111,114,68,111,99,107,101,100,66,111,116,116,111,109,2,3,45,26,194,244,52,185,46,1,245,64,8,48,0,8,1,10,46,117,105,45,100,105,97,108,111,103,2,19,18,54,28,142,35,0,144,92,36,159,166,48,38,161,12,222,74,150,50,166,106,172,44,8,107,166,92,192,109,109,34,144,113,104,210,123,126,231,14,19,129,35,109,175,150,111,47,115,155,58,57,14,164,124,44,19,187,101,230,222,200,7,134,153,219,201,236,240,221,201,40,137,230,98,69,141,0,8,1,18,46,117,105,45,119,105,100,103,101,116,45,111,118,101,114,108,97,121,2,59,17,101,14,209,18,54,28,142,19,146,11,155,20,129,250,75,36,159,166,48,38,161,12,222,41,13,70,207,43,84,179,205,43,99,110,26,58,214,123,66,74,150,50,166,80,195,197,20,93,162,50,226,93,212,58,165,106,172,44,8,107,166,92,192,109,109,34,144,114,41,109,181,119,105,93,231,120,193,28,90,122,44,226,47,124,33,189,59,126,172,202,224,126,231,14,19,129,35,109,175,133,196,43,118,135,205,48,131,139,102,167,68,144,1,215,188,148,184,83,225,150,111,47,115,151,14,85,153,151,170,62,68,164,124,44,19,167,194,43,30,174,51,218,119,175,0,241,161,184,51,6,144,187,101,230,222,187,248,239,35,189,211,106,152,196,74,227,200,197,83,113,149,200,7,134,153,206,86,100,151,213,77,166,150,214,209,43,164,217,75,249,62,219,52,14,179,219,201,236,240,230,98,69,141,231,6,9,42,236,99,49,135,237,133,221,72,243,83,155,77,245,74,227,243,248,144,126,198,250,174,129,168,253,212,143,84,0,8,1,11,46,100,105,115,99,108,97,105,109,101,114,2,34,2,30,222,178,5,62,93,45,14,40,164,143,34,100,244,247,45,212,10,76,52,97,8,82,52,174,75,193,61,140,186,226,67,97,220,164,74,15,197,52,74,87,136,60,77,80,119,135,79,21,190,154,92,76,183,123,101,226,104,185,105,65,196,232,125,37,94,158,130,137,63,231,149,48,117,17,151,249,215,8,154,236,104,139,159,55,18,56,162,152,181,10,178,185,113,158,182,61,101,39,183,245,178,176,191,195,95,1,192,172,121,142,193,9,22,232,209,24,119,190,215,218,105,106,224,154,237,214,246,73,175,61,253,83,184,111,0,16,1,11,35,100,105,115,99,108,97,105,109,101,114,2,18,11,82,183,93,15,165,116,115,33,246,246,8,66,155,253,242,87,81,241,32,109,213,152,43,145,88,229,20,160,163,180,78,162,9,25,118,167,112,111,76,180,56,166,154,188,94,199,229,189,66,189,191,198,140,120,26,229,19,40,231,241,174,196,64,244,49,183,253,248,173,201,254,0,16,1,21,35,95,95,116,101,97,108,105,117,109,71,68,80,82,101,99,77,111,100,97,108,2,3,21,23,5,191,138,185,221,250,152,180,36,68,0,8,1,15,46,77,117,105,68,105,97,108,111,103,45,114,111,111,116,2,4,27,83,181,24,69,24,1,223,129,124,47,186,239,211,88,19,0,8,1,17,46,77,117,105,83,110,97,99,107,98,97,114,45,114,111,111,116,2,10,4,159,205,93,19,13,155,105,46,25,9,73,109,37,109,108,142,9,81,21,171,199,211,130,182,207,52,180,196,197,90,17,228,243,113,52,255,102,47,201,0,8,1,9,46,98,111,116,116,111,109,45,48,2,77,3,138,7,94,11,114,93,174,16,61,160,7,18,36,17,151,23,83,67,163,25,40,81,89,27,247,38,25,28,167,197,219,30,121,19,136,38,157,53,247,48,60,242,251,49,251,237,47,50,146,139,68,51,5,121,27,52,186,213,48,54,82,33,77,54,109,33,197,54,245,64,171,57,201,89,42,60,120,200,177,60,144,21,55,63,214,221,50,74,229,105,49,76,25,135,77,78,15,79,233,79,71,153,101,79,94,156,93,80,200,191,84,82,10,156,69,87,180,237,59,91,51,145,81,95,144,249,177,97,236,147,214,102,236,38,164,110,203,34,46,111,54,157,152,111,129,217,223,123,155,198,248,126,47,144,95,126,83,19,195,128,98,55,135,131,24,15,247,131,197,37,35,138,168,12,201,138,190,211,68,146,11,2,40,146,59,63,254,148,203,37,182,149,29,243,110,150,195,125,111,161,192,60,36,162,8,37,175,164,0,30,39,175,109,52,9,184,217,2,17,190,232,244,85,199,208,130,255,199,248,117,236,200,55,86,66,200,118,39,29,200,213,30,95,200,253,213,231,212,219,156,219,215,82,49,230,215,118,169,231,216,174,157,171,218,181,4,174,220,89,200,93,223,247,76,253,225,115,192,43,225,119,65,89,229,166,171,189,231,84,250,48,235,31,1,20,246,42,55,5,250,66,224,189,254,219,27,243,0,8,1,31,46,109,121,115,116,105,99,107,121,45,119,101,108,99,111,109,101,98,97,114,45,102,105,120,101,100,45,119,114,97,112,2,2,47,31,137,17,234,210,222,69,0,8,1,20,46,109,111,100,95,99,109,115,95,97,99,99,101,112,116,95,116,97,103,115,2,128,0,0,0,146,6,252,24,104,9,148,163,211,9,162,1,5,11,7,6,204,11,206,112,23,15,91,242,27,16,76,62,91,17,7,38,161,21,114,18,31,21,177,230,236,25,28,95,160,26,190,42,121,27,52,114,223,27,103,82,91,28,53,195,89,29,65,129,154,31,208,151,63,32,20,68,48,33,46,87,39,34,150,46,84,39,185,121,223,45,27,22,204,46,91,29,202,46,253,108,255,49,110,253,229,51,118,74,12,55,115,226,75,56,248,183,125,57,105,168,240,59,59,137,105,59,131,109,130,60,236,81,95,62,118,249,108,64,74,201,136,64,95,13,38,64,100,77,201,65,87,224,166,66,94,218,44,68,113,123,223,68,149,121,80,68,160,86,69,68,187,203,221,68,252,195,246,71,206,100,47,75,120,118,33,75,221,226,190,77,24,9,66,79,153,246,79,88,73,190,239,93,204,96,83,94,146,8,13,94,232,22,174,95,49,244,86,102,174,110,101,104,196,58,73,105,141,23,180,106,236,143,94,109,248,39,211,111,138,249,1,112,15,56,198,112,86,255,184,113,219,161,177,114,171,22,215,114,249,72,63,115,28,192,14,116,165,202,78,117,47,55,90,118,63,45,68,119,106,83,133,119,195,82,216,122,117,63,170,122,214,167,100,123,68,189,93,123,189,76,52,126,80,10,12,127,86,197,70,130,73,127,101,133,230,51,174,134,189,179,73,135,16,24,238,135,115,239,106,136,96,23,172,136,116,55,183,138,117,232,62,140,111,233,94,140,154,209,111,143,34,170,7,147,177,193,206,152,104,193,255,156,165,211,127,156,223,253,162,157,18,209,204,157,196,110,245,159,197,124,8,161,44,24,116,164,12,58,48,165,3,182,244,168,253,35,162,171,12,243,226,175,5,210,251,176,98,224,59,180,144,40,44,184,34,20,24,187,1,142,173,188,233,170,120,192,116,124,222,193,123,248,48,193,200,5,83,193,208,72,60,195,109,172,253,197,76,88,253,202,105,60,146,202,192,221,35,202,245,106,35,204,139,221,214,205,75,90,102,206,46,5,172,207,63,14,39,208,15,137,164,209,138,21,166,211,70,235,225,212,33,139,26,219,254,247,126,224,249,83,63,225,179,21,170,230,152,220,247,232,131,4,169,232,228,216,181,233,16,48,48,235,155,6,89,237,35,201,43,238,144,153,9,240,17,182,138,240,118,155,102,243,199,202,31,244,156,89,215,245,207,12,218,246,173,56,216,247,157,3,177,247,219,180,67,248,52,109,12,248,92,194,236,248,137,183,0,248,143,222,81,248,211,196,209,251,249,228,120,0,8,1,19,46,99,108,105,45,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,8,73,26,242,192,97,36,225,173,97,197,242,2,99,225,121,104,131,241,175,64,141,7,171,30,180,190,209,195,216,100,239,116,0,16,1,20,35,99,111,111,107,105,101,45,108,97,119,45,105,110,102,111,45,98,97,114,2,128,0,0,0,157,0,13,238,75,0,49,211,234,2,32,4,220,3,79,208,88,4,1,49,80,4,98,16,156,4,182,174,230,6,101,51,141,7,182,170,74,10,54,135,41,10,142,13,22,10,233,154,168,11,114,88,238,13,131,8,63,14,245,98,9,18,38,9,74,18,49,198,59,18,247,221,208,20,171,211,255,22,175,128,2,25,148,7,196,26,117,239,95,27,115,107,156,30,224,26,136,31,28,80,231,36,92,208,184,38,158,243,76,39,98,58,156,43,252,226,194,45,174,16,62,53,89,130,63,56,125,110,190,57,108,31,108,57,231,233,218,57,236,209,143,59,246,163,207,61,1,213,209,61,105,143,120,61,145,221,255,65,157,110,104,66,2,100,160,68,105,146,97,71,148,40,200,72,208,156,190,74,162,235,30,74,216,252,76,76,108,208,105,76,164,35,120,80,46,182,44,82,128,241,18,83,9,230,160,83,184,194,132,83,230,10,199,84,3,87,148,84,116,92,59,84,252,221,106,85,197,215,123,86,208,111,10,88,228,181,117,91,165,167,13,93,39,172,21,94,253,186,169,97,19,119,190,97,36,225,173,98,253,167,7,100,79,249,137,101,134,114,31,102,125,253,105,104,158,228,164,104,218,233,196,111,128,127,114,112,64,16,221,112,118,30,33,114,130,43,86,118,125,102,195,120,83,242,109,122,115,7,143,126,193,213,11,126,213,19,83,126,251,156,232,127,17,31,95,127,69,204,13,130,136,204,185,131,151,26,122,134,3,39,86,134,32,168,72,135,115,194,210,135,168,241,164,136,209,103,149,141,7,171,30,141,141,76,195,144,251,60,237,148,185,18,232,148,192,223,127,148,201,152,113,149,55,98,216,152,3,38,52,152,198,196,31,155,146,141,150,156,170,18,189,158,155,217,139,159,157,235,245,161,116,53,122,165,193,87,2,167,234,138,55,168,159,84,219,170,154,102,130,170,195,18,148,172,109,133,35,178,86,139,196,180,37,167,255,180,190,209,195,182,175,75,65,183,120,148,209,187,5,153,133,188,205,43,79,189,183,223,219,190,52,199,85,190,205,100,146,197,221,196,96,200,158,41,232,202,162,58,207,202,220,19,54,203,80,119,158,207,232,139,144,208,137,84,161,209,26,235,221,210,101,58,173,210,138,239,252,213,62,10,147,215,119,6,10,220,204,202,40,221,160,214,247,222,72,168,85,222,83,179,97,223,126,183,195,223,210,207,133,224,216,250,16,227,25,37,223,227,198,177,228,229,190,94,189,231,247,201,228,233,134,138,186,236,219,119,126,237,7,2,103,242,22,242,58,243,89,13,224,246,35,13,123,247,94,213,157,247,108,202,152,247,234,175,106,250,194,214,6,250,204,219,4,253,78,175,146,254,10,107,49,254,157,180,53,255,102,170,138,0,8,1,28,46,119,116,45,99,108,105,45,99,111,111,107,105,101,45,98,97,114,45,99,111,110,116,97,105,110,101,114,2,128,0,0,1,7,0,202,24,184,2,85,124,56,3,245,188,106,4,83,61,58,4,171,133,189,4,179,61,196,4,181,97,170,4,185,193,28,5,31,102,38,5,213,171,228,7,48,86,79,8,49,87,70,8,73,133,120,8,130,178,192,8,221,5,102,8,249,110,104,9,13,156,22,13,246,49,189,16,207,27,56,17,167,48,99,19,43,26,207,19,96,45,115,19,99,187,229,19,128,175,16,19,234,126,29,21,21,145,226,22,79,118,185,23,152,142,210,23,233,142,166,24,246,241,139,25,156,214,163,25,158,213,28,26,221,127,113,27,149,167,4,28,5,207,136,28,159,241,111,28,211,252,16,29,8,88,220,29,211,11,227,31,73,232,107,31,200,119,84,31,235,135,176,33,247,117,56,34,165,96,228,34,206,255,218,34,209,135,193,36,120,48,62,36,139,241,78,36,143,207,61,36,236,140,34,36,247,69,145,37,154,2,130,38,157,132,60,39,237,39,89,40,241,250,145,42,87,150,77,44,54,225,139,45,213,29,218,47,248,103,212,49,80,153,101,51,19,200,60,51,98,245,48,54,105,103,255,54,107,19,156,54,134,201,46,54,168,109,203,55,65,193,93,55,80,180,19,55,209,83,70,56,6,94,4,57,12,123,160,57,115,165,198,58,46,32,236,58,200,123,72,60,211,225,69,61,113,150,32,61,147,176,58,62,64,185,219,64,237,52,143,67,195,215,2,67,229,208,225,68,84,191,79,69,109,141,233,70,59,180,130,75,14,224,60,76,30,171,20,77,88,252,16,80,11,102,140,85,52,128,127,85,149,196,249,86,7,157,21,86,75,27,149,86,129,31,244,87,66,236,1,89,163,188,25,89,183,81,165,89,241,236,197,90,161,77,124,90,253,148,189,92,116,102,89,93,170,205,194,94,128,23,31,96,239,192,23,96,242,62,242,99,48,115,192,99,58,178,30,99,62,255,81,101,23,129,38,103,132,80,56,103,198,202,28,104,116,181,147,105,7,222,179,106,216,128,139,107,224,213,121,108,45,134,160,108,106,89,241,109,166,73,46,109,202,222,80,113,74,15,43,113,237,156,165,114,173,161,83,115,63,126,134,116,65,28,115,116,244,153,196,118,29,232,46,120,248,216,186,122,208,188,208,122,235,213,47,123,123,246,144,124,238,61,216,125,48,241,192,125,126,249,133,125,134,162,48,125,137,166,67,125,234,54,254,126,27,31,37,126,163,45,203,126,252,254,10,127,44,138,180,127,56,109,227,127,56,121,212,127,58,89,47,128,1,15,45,129,29,30,219,130,145,134,205,132,109,26,211,133,92,246,105,133,173,139,164,133,185,241,213,135,130,111,214,136,218,37,185,136,247,137,12,138,87,54,131,139,114,179,165,140,235,65,207,141,229,141,26,141,233,137,66,142,103,70,58,143,116,7,64,143,169,118,44,144,59,22,189,148,201,255,235,149,160,55,117,150,75,214,222,150,133,85,3,150,217,232,60,151,16,167,88,151,121,107,66,152,55,38,229,154,6,164,42,155,150,114,132,156,100,187,248,157,66,172,156,157,158,85,140,159,59,231,14,160,64,171,198,161,247,74,7,162,163,30,254,163,83,15,209,164,93,204,71,165,193,104,135,166,100,81,240,170,196,146,177,170,197,169,184,171,89,14,236,172,53,99,200,174,84,35,232,174,189,128,65,176,210,116,204,179,24,168,156,182,128,72,235,183,2,85,181,186,187,242,40,186,212,110,110,187,196,158,182,190,43,220,29,190,223,186,40,191,40,11,84,191,51,189,30,192,244,171,217,193,12,110,228,193,95,229,54,193,223,15,182,193,254,246,10,195,80,122,96,195,109,25,203,196,34,249,30,196,129,178,18,198,209,13,149,199,21,216,121,199,47,34,97,200,100,150,113,200,240,66,205,202,187,31,20,203,215,74,126,203,215,97,101,204,176,51,138,205,130,164,115,206,95,38,130,206,215,37,180,207,33,121,32,209,201,166,18,213,69,127,134,213,167,161,247,216,240,44,105,217,61,253,222,223,126,184,5,225,166,53,147,226,36,152,51,226,197,192,51,226,204,108,9,227,19,214,141,227,103,254,26,227,181,37,248,227,202,200,138,228,199,24,66,230,54,220,58,230,181,73,31,230,227,148,64,231,217,81,141,232,51,249,105,233,121,160,28,233,213,99,76,233,213,99,137,234,108,153,234,237,96,245,152,239,243,11,208,241,47,104,144,241,153,189,20,243,130,143,47,243,158,31,50,244,53,176,33,244,114,131,17,246,95,222,249,247,19,232,42,247,122,51,196,248,135,199,146,248,210,112,226,249,103,208,42,249,114,216,128,250,237,244,80,252,100,158,105,253,5,32,163,0,16,1,19,35,101,120,97,109,112,108,101,77,111,100,97,108,67,101,110,116,101,114,2,4,27,121,28,103,37,130,151,193,55,249,217,140,214,13,46,248,0,8,1,11,46,99,99,45,111,118,101,114,108,97,121,2,26,3,16,18,119,27,219,204,123,33,29,197,168,34,195,239,186,36,30,19,49,77,119,206,232,77,146,221,215,80,62,10,144,80,164,105,174,128,156,105,99,134,121,118,1,146,47,22,76,146,207,53,52,159,213,117,91,181,107,73,153,183,194,238,59,190,38,232,110,205,18,25,126,219,62,95,137,230,174,30,21,232,121,253,247,242,231,17,150,247,116,17,117,247,164,160,61,249,195,233,155,250,146,211,167,0,8,1,22,46,111,116,67,111,111,107,105,101,115,78,111,116,105,102,105,99,97,116,105,111,110,2,1,46,238,251,212,0,8,1,21,46,97,118,97,100,97,45,102,111,111,116,101,114,45,115,99,114,105,112,116,115,2,15,13,218,69,67,18,81,50,205,27,113,215,66,27,178,149,170,38,167,231,158,38,195,147,4,78,171,196,228,86,136,126,133,149,220,34,83,160,78,125,103,177,30,207,37,183,2,202,45,185,64,127,22,231,198,185,139,238,76,139,163,0,8,1,21,46,109,111,100,97,108,45,99,97,99,115,112,45,112,111,115,105,116,105,111,110,2,89,4,74,136,166,5,197,85,105,9,239,163,43,10,187,193,59,10,242,173,243,13,137,12,150,19,148,115,2,22,183,114,107,25,226,73,63,26,99,49,23,30,248,80,28,34,135,31,194,38,42,239,154,44,36,82,93,48,20,104,120,48,135,222,234,50,139,183,188,54,23,58,207,57,227,110,168,64,198,254,233,65,29,155,114,67,9,234,10,67,120,121,29,67,250,156,34,68,73,97,208,70,66,117,77,75,175,200,115,78,162,36,230,78,202,163,59,82,67,38,138,84,201,98,35,86,95,91,64,86,143,12,120,88,148,140,27,94,20,139,210,94,78,233,21,96,78,146,76,99,122,96,232,100,253,177,66,103,95,88,232,103,145,50,180,106,79,35,241,112,105,67,155,112,229,65,135,114,76,72,186,115,126,197,225,116,2,102,24,116,36,7,215,120,71,111,7,134,153,76,84,136,181,138,75,138,208,2,185,141,156,36,136,143,129,53,38,145,62,113,186,146,44,194,252,146,219,197,84,152,93,231,6,153,67,183,217,153,154,98,4,159,132,142,190,163,21,179,137,167,189,30,99,171,150,127,118,172,102,213,67,176,251,185,27,186,52,69,205,186,78,76,254,187,147,67,197,193,63,2,62,193,70,160,87,193,119,221,140,195,23,247,182,196,141,47,35,200,145,185,3,212,107,27,16,215,187,12,81,226,119,200,125,227,135,37,212,227,197,145,241,232,18,142,40,238,232,41,211,239,33,172,47,241,80,185,51,247,168,28,27,251,119,32,231,251,242,232,218,252,133,229,214,254,187,199,205,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,64,0,189,124,120,3,241,143,47,9,13,147,142,12,19,150,223,14,49,57,16,14,215,201,232,18,183,134,89,30,96,104,162,31,12,210,166,31,73,205,186,33,145,16,49,37,82,196,135,37,128,33,249,38,157,59,187,40,226,1,64,55,200,234,203,56,232,242,185,57,225,64,90,61,248,217,235,63,210,15,202,76,198,121,185,79,45,39,186,80,139,253,243,83,193,96,32,84,8,203,174,86,18,230,78,86,172,161,149,87,79,217,181,89,238,41,2,89,239,32,199,94,177,49,161,107,68,125,177,116,171,48,193,131,36,196,133,132,207,138,142,134,155,128,203,142,29,144,159,148,184,21,36,150,199,43,37,151,193,189,204,165,108,98,110,167,111,253,97,167,227,79,248,172,149,164,123,182,131,25,238,185,77,25,174,185,173,243,162,187,44,68,24,190,147,196,112,198,80,108,176,202,190,235,36,203,79,107,167,212,59,228,151,213,191,133,109,213,227,227,13,223,221,88,240,224,60,102,111,225,13,48,34,225,253,118,126,229,22,24,217,242,81,75,1,244,98,178,80,248,150,76,206,251,10,177,113,0,8,1,14,46,98,111,116,116,111,109,95,110,111,116,105,99,101,2,15,6,194,109,158,10,233,199,183,61,102,96,241,70,29,48,20,73,99,21,250,79,22,121,212,124,19,107,154,131,33,164,98,134,60,56,135,154,124,160,169,180,202,109,8,200,224,228,221,203,231,52,201,226,240,163,62,230,80,48,172,0,16,1,17,35,102,97,110,99,121,98,111,120,45,111,118,101,114,108,97,121,2,19,10,247,160,240,15,142,152,52,22,253,36,211,29,119,219,118,81,46,44,191,125,105,163,120,127,206,249,208,131,183,117,239,154,118,159,160,177,88,139,147,177,166,87,73,180,73,238,247,188,175,158,125,223,103,100,205,234,185,181,99,237,189,196,92,238,133,60,205,248,109,41,18,251,20,145,66,0,16,1,14,35,102,97,110,99,121,98,111,120,45,119,114,97,112,2,19,10,247,160,240,15,142,152,52,22,253,36,211,29,119,219,118,81,46,44,191,125,105,163,120,127,206,249,208,131,183,117,239,154,118,159,160,177,88,139,147,177,166,87,73,180,73,238,247,188,175,158,125,223,103,100,205,234,185,181,99,237,189,196,92,238,133,60,205,248,109,41,18,251,20,145,66,0,8,1,25,46,101,108,101,109,101,110,116,111,114,45,108,111,99,97,116,105,111,110,45,112,111,112,117,112,2,5,87,10,151,84,94,93,41,239,109,108,155,31,126,109,79,214,160,88,158,61,0,8,1,27,46,101,108,101,109,101,110,116,111,114,45,101,108,101,109,101,110,116,45,51,49,101,49,56,48,48,49,2,1,167,99,221,45,0,8,1,22,46,101,108,101,109,101,110,116,111,114,45,112,111,112,117,112,45,109,111,100,97,108,2,83,2,210,185,29,3,192,210,124,3,195,58,126,5,126,17,190,7,14,146,245,7,235,149,118,12,20,201,24,12,158,154,63,18,33,167,186,18,91,131,159,18,239,32,67,21,106,216,26,31,221,27,242,37,57,218,211,46,217,49,166,48,139,63,3,49,133,172,119,58,31,124,190,61,195,148,22,63,163,36,8,67,183,95,101,69,233,170,2,70,185,111,135,73,54,146,20,73,107,145,199,79,79,75,106,83,120,158,241,85,116,10,77,86,5,26,208,90,238,5,32,90,251,97,97,98,216,163,161,98,228,8,32,99,20,239,184,105,233,162,148,105,236,159,204,108,23,250,27,108,139,136,134,110,155,66,61,110,184,239,44,111,89,43,134,111,146,21,212,117,52,212,152,124,143,151,242,124,145,119,87,125,27,99,33,127,248,113,27,129,41,137,135,137,250,245,187,142,48,181,90,143,46,38,196,146,137,227,18,146,194,105,198,149,199,80,220,163,36,235,143,164,118,139,24,170,91,194,84,175,140,76,82,175,205,189,154,177,147,220,156,179,235,139,215,181,253,10,111,193,16,74,172,193,162,29,6,195,160,216,110,201,187,179,179,205,179,132,176,208,1,156,139,212,226,91,183,214,87,26,64,220,66,179,223,226,249,228,20,229,246,227,252,234,109,204,111,238,130,61,48,240,38,242,95,241,249,242,121,242,93,45,126,244,113,199,53,245,43,110,38,247,168,2,166,252,85,116,183,254,141,160,2,0,8,1,18,46,117,107,45,110,111,116,105,102,121,45,109,101,115,115,97,103,101,2,2,23,119,187,238,93,0,241,170,0,8,1,7,46,103,85,98,88,69,75,2,7,91,62,56,100,117,188,173,199,120,106,202,49,125,13,134,75,146,213,208,87,180,178,245,41,199,37,33,196,0,16,1,12,35,108,105,103,104,116,45,98,111,120,45,49,2,18,5,140,166,92,6,118,53,253,16,168,0,83,33,29,47,189,39,76,35,210,51,162,100,8,56,254,248,120,80,22,210,232,96,157,132,60,165,248,3,52,186,240,10,202,191,98,232,180,199,143,55,177,215,229,207,251,230,226,63,178,235,245,105,107,246,188,44,117,252,24,219,229,0,8,1,19,46,108,98,45,101,117,99,108,46,108,98,66,103,83,99,114,101,101,110,2,5,26,29,143,49,95,173,199,53,99,96,220,213,183,215,84,92,201,17,160,16,0,8,1,16,46,108,98,45,101,117,99,108,46,108,98,70,103,66,111,120,2,5,26,29,143,49,95,173,199,53,99,96,220,213,183,215,84,92,201,17,160,16,0,8,1,5,46,122,45,53,48,2,15,5,139,24,138,29,120,146,223,36,36,197,223,59,177,117,94,88,27,55,189,128,72,131,132,150,207,146,244,151,92,157,85,171,88,60,179,179,48,76,231,198,157,46,172,201,164,232,129,227,180,154,47,236,89,110,219,242,115,12,112,0,8,1,13,46,97,108,101,114,116,45,115,116,105,99,107,121,2,6,26,6,101,64,52,32,109,145,84,0,34,57,142,187,53,231,152,37,57,107,154,193,76,168,0,16,1,10,35,115,112,111,116,108,105,103,104,116,2,8,40,88,202,249,45,110,216,184,77,0,142,83,85,29,132,145,88,250,102,239,93,252,136,200,217,223,195,165,226,158,86,150,0,8,1,36,46,105,110,100,101,120,45,109,111,100,117,108,101,45,45,67,111,111,107,105,101,65,117,116,104,83,104,111,119,45,45,105,111,54,70,55,2,2,40,115,38,77,40,157,17,161,0,16,1,14,35,98,97,110,110,101,114,79,118,101,114,108,97,121,2,6,5,106,145,165,45,27,112,144,61,2,14,217,162,131,119,150,166,35,212,109,221,182,175,29,0,16,1,22,35,100,105,118,68,105,115,97,98,108,101,100,66,97,99,107,103,114,111,117,110,100,2,4,54,143,243,251,105,234,0,186,155,158,68,231,184,71,212,195,0,16,1,14,35,112,111,112,117,112,95,119,114,97,112,112,101,114,2,9,40,16,208,8,66,60,102,31,85,38,57,216,131,218,93,182,168,43,53,110,184,129,113,63,240,102,123,37,248,91,77,0,249,69,221,135,0,16,1,11,35,115,105,116,101,45,116,101,114,109,115,2,3,59,16,195,203,212,69,124,40,231,121,60,31,0,16,1,6,35,115,112,45,99,99,2,14,2,97,104,191,5,12,89,153,11,60,154,154,22,1,201,180,40,192,222,106,57,219,238,22,70,77,207,17,112,248,156,249,139,38,187,167,171,5,171,144,178,150,51,75,186,18,182,219,213,122,113,189,232,69,31,194,0,16,1,15,35,118,105,110,101,103,97,114,45,98,111,116,116,108,101,2,37,20,31,252,222,30,148,245,112,39,6,9,49,41,4,101,149,53,212,210,97,67,133,23,38,69,207,33,1,71,22,117,79,76,128,101,128,76,192,146,206,80,15,82,5,83,159,219,183,90,233,24,161,97,25,243,149,100,222,1,81,104,71,223,213,107,208,66,210,110,149,163,130,124,48,90,131,125,17,113,96,131,95,177,223,131,119,155,200,140,44,222,239,141,236,25,94,154,39,0,73,156,187,189,4,195,39,126,200,201,189,226,116,210,94,204,70,230,221,69,138,234,193,32,132,243,27,210,195,247,212,152,41,249,151,89,12,249,230,177,61,251,137,72,113,251,146,110,140,0,8,1,19,46,97,108,101,114,116,70,111,111,116,101,114,67,111,110,116,101,110,116,2,2,38,157,76,169,178,145,153,75,0,8,1,9,46,98,97,99,107,100,114,111,112,2,3,38,156,73,42,203,216,155,168,244,100,141,81,0,8,1,18,46,98,97,114,46,106,115,120,45,51,52,49,50,50,51,48,56,53,2,3,98,205,253,12,149,36,3,172,250,23,120,177,0,8,1,7,46,98,112,71,111,117,71,2,3,7,109,76,69,86,59,237,75,101,63,11,237,0,8,1,21,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,109,111,100,97,108,2,3,38,156,73,42,203,216,155,168,244,100,141,81,0,8,1,10,46,101,49,116,114,99,112,50,49,48,2,9,47,35,212,103,84,136,31,211,92,224,67,188,98,141,49,37,128,167,176,214,166,164,208,108,181,11,9,189,200,145,103,123,244,57,62,103,0,8,1,9,46,101,51,118,52,119,108,105,48,2,4,6,127,138,25,175,10,138,152,197,101,89,118,202,33,188,54,0,16,1,8,35,112,111,112,105,110,71,65,2,1,104,40,227,48,0,8,1,17,46,99,100,107,45,111,118,101,114,108,97,121,45,112,97,110,101,2,4,166,130,220,204,166,130,221,229,166,130,224,115,166,130,224,210,0,8,1,15,46,100,105,115,99,108,97,105,109,101,114,95,98,111,120,2,4,18,214,223,202,128,0,115,172,145,87,212,221,253,120,80,116,0,8,1,9,46,116,114,97,110,115,98,111,120,2,4,18,214,223,202,128,0,115,172,145,87,212,221,253,120,80,116,0,8,1,20,46,82,101,97,99,116,77,111,100,97,108,95,95,79,118,101,114,108,97,121,2,6,55,186,145,93,125,203,167,45,127,219,176,110,148,201,255,191,149,79,144,169,158,112,73,186,0,16,1,7,35,99,111,111,107,105,101,2,128,0,0,1,90,0,153,15,216,1,60,120,221,1,135,101,198,3,172,138,63,5,219,229,253,6,186,163,249,8,76,51,64,8,199,211,189,9,56,227,106,9,117,214,165,9,156,255,121,10,214,120,249,11,204,91,126,12,45,74,250,12,57,181,138,13,107,218,19,14,145,222,115,15,241,180,218,16,158,144,53,16,239,153,51,17,62,239,15,17,166,115,206,18,73,148,95,18,182,198,113,18,219,220,10,19,113,22,176,20,100,93,223,20,249,67,35,21,165,131,3,22,70,210,254,22,91,27,103,22,122,229,57,22,175,87,71,22,254,135,147,23,59,21,149,23,194,73,88,25,17,239,37,25,41,91,148,25,247,225,49,26,102,54,1,28,103,146,217,28,208,206,142,28,227,253,185,29,120,92,242,29,169,1,188,29,186,193,14,30,15,67,102,30,146,47,218,31,40,43,86,31,73,118,209,31,73,239,50,31,214,143,242,31,239,244,121,32,102,213,31,33,35,9,59,33,37,116,127,33,42,138,87,33,59,223,14,34,39,154,159,34,42,204,10,34,93,16,158,35,97,128,26,35,150,61,53,37,86,98,1,38,157,25,24,40,214,109,227,40,221,158,171,42,89,192,240,42,110,204,204,42,137,202,14,42,146,176,72,44,10,219,32,44,173,65,240,45,112,249,16,46,238,27,198,47,86,24,29,48,95,193,205,48,177,43,155,50,112,90,155,53,86,4,196,54,64,163,41,54,197,17,133,54,199,64,30,54,222,61,18,58,72,235,51,58,122,121,148,59,2,82,101,59,172,168,118,59,198,109,124,61,184,219,184,62,67,207,51,63,237,255,174,64,154,31,141,64,220,225,95,65,104,125,195,68,27,44,161,69,118,35,99,70,43,40,36,71,85,189,194,71,133,148,59,71,233,211,53,73,225,139,145,76,127,207,36,77,22,157,25,77,96,153,207,78,59,234,88,78,157,89,151,78,221,149,212,79,0,85,244,80,82,87,29,81,178,5,113,82,64,108,14,82,86,241,228,82,128,88,12,82,160,208,58,82,163,77,71,83,175,78,98,83,248,58,13,83,249,110,50,84,26,200,0,87,22,252,153,88,227,29,76,88,251,169,20,89,94,127,87,89,107,208,54,90,122,75,228,90,207,221,156,93,136,115,232,93,235,223,234,95,69,149,211,95,81,135,182,96,216,242,47,97,151,113,229,99,13,128,250,99,50,127,39,99,107,134,15,99,109,143,247,100,135,100,189,101,36,233,208,103,50,32,221,103,75,90,109,106,84,44,83,106,132,140,39,106,162,131,161,106,176,213,194,107,193,9,38,109,154,130,115,110,29,214,175,110,137,105,23,111,52,195,37,112,71,250,201,113,84,82,60,113,91,190,174,115,113,219,2,115,227,28,226,116,36,183,17,116,61,141,111,116,101,152,96,119,157,108,122,120,62,93,175,120,66,132,22,122,138,223,95,125,208,126,10,125,232,227,15,125,251,87,163,126,27,55,36,126,100,163,20,126,191,246,112,127,50,185,160,127,97,174,239,127,98,197,164,128,38,201,143,129,187,240,209,129,245,245,135,130,25,178,10,130,241,240,226,131,179,76,198,133,175,175,168,134,129,65,23,134,192,15,224,135,79,63,174,135,156,26,106,136,37,246,149,137,153,10,68,137,170,177,7,138,5,113,239,140,11,133,75,142,133,164,207,143,187,133,7,144,61,87,196,144,187,132,85,145,244,43,127,146,184,244,38,148,158,92,70,148,225,197,18,148,252,223,16,149,63,205,30,149,114,158,172,149,177,39,206,149,242,82,138,150,57,94,147,152,171,132,104,153,43,3,146,154,100,251,18,154,110,116,58,154,247,95,141,155,29,169,92,155,197,89,206,156,62,98,34,157,29,186,74,157,69,222,117,157,133,28,89,157,166,4,207,157,246,2,109,158,76,247,158,158,85,188,173,158,87,170,39,159,160,217,231,160,164,12,146,160,210,17,112,161,43,233,254,161,191,202,150,161,205,155,29,164,44,212,52,165,23,68,46,165,62,15,105,166,33,119,152,166,182,35,111,167,49,249,7,168,60,100,83,170,85,161,106,172,197,15,252,173,57,143,135,174,161,103,212,174,239,41,85,176,134,204,200,177,146,21,5,179,126,103,13,179,209,8,36,180,65,107,82,180,200,14,83,182,111,106,142,182,225,74,193,183,3,97,209,183,80,229,210,185,55,69,160,186,66,60,208,186,86,186,220,186,239,58,222,188,207,126,80,188,250,235,183,189,74,71,68,190,13,38,244,190,81,53,243,190,81,127,255,190,81,162,217,190,148,39,154,190,198,46,123,190,225,175,54,192,14,87,140,192,148,58,122,193,62,167,217,194,235,147,118,195,6,114,178,195,95,246,53,196,32,13,219,196,205,87,27,197,160,2,202,197,181,10,161,197,229,99,104,197,246,86,108,199,111,155,120,199,163,165,26,200,208,176,138,200,217,128,52,201,22,178,95,202,44,186,85,204,54,43,18,204,236,18,216,206,155,33,102,207,66,206,35,207,180,45,224,208,251,107,69,209,102,199,234,211,56,253,198,211,110,114,45,211,126,148,88,211,182,17,223,211,183,193,107,211,189,103,17,211,239,246,1,212,217,85,168,213,86,116,42,214,235,237,107,217,1,40,94,217,224,44,217,217,235,57,11,221,22,215,146,222,187,81,220,223,106,126,128,223,127,2,185,223,162,252,229,224,62,192,251,225,64,241,248,226,106,74,44,226,117,203,27,226,165,90,224,226,180,237,119,227,135,144,172,227,172,41,37,228,126,92,15,229,107,9,21,230,167,254,170,230,212,55,201,231,171,95,80,234,14,215,0,234,237,233,178,234,254,240,228,235,26,155,38,235,57,50,81,235,131,49,200,238,61,93,83,239,130,87,193,240,6,242,58,241,149,215,249,242,133,238,14,242,231,2,96,243,213,255,77,244,252,242,100,245,160,208,251,247,43,189,73,248,69,70,189,248,156,127,55,249,84,200,235,249,112,68,173,249,214,16,64,249,248,108,96,250,114,193,36,251,76,50,11,251,220,71,225,251,230,135,22,251,240,30,59,253,224,7,1,254,71,44,115,254,112,233,124,255,168,87,11,0,16,1,8,35,99,111,111,107,105,101,115,2,128,0,0,1,183,0,176,61,125,0,187,53,33,1,54,207,73,1,128,190,183,1,187,67,99,3,15,15,9,3,180,243,97,4,49,15,234,5,46,250,124,5,107,17,83,5,112,128,144,5,187,248,88,5,237,34,15,6,90,45,252,6,143,241,14,6,206,51,157,7,6,7,8,7,68,147,20,7,160,106,123,7,246,71,77,8,201,252,212,9,154,36,117,11,115,57,56,12,82,253,193,13,36,193,198,13,133,62,208,13,169,68,129,13,188,175,230,13,203,3,234,14,21,85,48,15,33,195,129,16,4,137,76,16,67,102,40,17,16,36,68,18,215,127,242,20,220,254,117,20,243,175,252,20,244,66,15,22,82,30,138,22,193,197,44,23,107,216,128,23,133,249,148,23,158,34,237,26,96,15,26,27,71,138,176,27,93,221,10,27,98,195,61,27,209,30,21,28,172,72,252,29,44,86,191,30,105,91,223,30,175,124,103,31,73,224,220,31,119,151,15,31,237,31,121,32,128,93,6,32,229,203,10,33,39,33,6,33,181,146,78,34,53,111,40,34,154,179,182,36,7,119,167,36,64,61,162,37,203,77,232,38,99,2,86,38,108,104,228,41,16,135,126,41,44,97,175,42,37,126,210,42,117,133,166,43,50,223,104,47,16,246,83,47,57,78,18,48,27,52,230,49,146,84,0,50,169,5,110,50,208,106,74,51,237,148,159,52,7,6,123,53,245,115,115,54,212,177,10,55,165,196,223,56,24,222,173,56,48,49,138,56,97,135,186,57,185,64,112,59,28,141,207,60,9,0,9,60,239,149,93,63,106,12,15,64,10,159,235,64,47,232,104,64,164,222,42,65,223,193,192,65,227,152,60,66,64,198,176,67,84,184,16,68,160,199,185,70,0,246,196,70,68,15,235,70,132,23,221,71,98,157,215,71,223,186,108,72,172,175,10,73,25,30,22,73,29,191,99,73,139,164,58,73,179,152,47,73,187,202,243,75,239,235,42,76,209,160,71,77,164,186,214,77,194,65,65,77,240,175,103,78,99,15,254,78,117,31,154,78,196,137,218,78,212,154,7,79,81,252,11,79,158,218,180,80,205,234,130,81,125,231,79,82,37,183,20,82,115,227,23,82,119,171,32,84,0,149,202,84,130,163,31,84,215,254,154,84,239,122,104,84,239,146,240,86,156,147,118,86,207,244,225,87,68,222,235,90,42,173,195,91,21,235,206,92,3,133,60,93,78,96,212,94,122,21,31,94,141,45,171,95,3,173,91,96,91,208,175,97,0,235,246,98,18,105,33,98,56,218,112,98,110,238,85,98,176,228,116,99,8,253,109,99,69,114,192,99,201,152,8,101,145,43,27,104,64,42,162,104,221,201,118,106,4,251,12,106,94,252,196,106,162,37,94,106,193,183,104,106,218,212,185,107,13,200,179,107,88,184,118,107,123,252,106,107,239,67,233,107,248,199,139,108,16,43,239,108,98,236,15,108,232,238,46,109,15,243,34,109,25,24,156,109,72,160,95,109,184,221,239,109,208,101,202,110,190,217,71,111,11,217,79,111,151,199,240,111,168,115,158,111,198,54,10,112,37,145,192,112,48,112,226,113,6,32,71,113,43,126,98,114,102,128,163,114,153,64,228,114,192,56,212,114,218,247,183,115,123,191,60,115,146,117,113,116,54,79,51,117,103,161,89,118,183,209,34,118,189,67,13,119,204,94,185,120,148,135,97,120,180,4,111,123,125,193,174,124,75,163,29,124,97,249,41,124,253,51,49,125,126,249,133,125,214,173,91,126,109,253,9,126,146,160,158,126,160,6,162,126,183,61,223,126,211,28,117,126,217,167,57,126,224,36,140,127,3,31,177,128,33,66,78,128,81,124,201,129,52,16,228,129,75,158,112,129,174,236,253,129,178,163,29,129,188,177,104,129,201,159,168,130,56,110,254,130,195,30,84,132,70,155,58,132,76,188,159,132,124,130,236,133,227,207,249,134,160,22,150,134,226,126,75,135,199,223,133,135,245,252,123,137,225,27,87,137,225,39,250,138,57,51,181,138,91,112,236,138,244,227,154,139,20,122,237,139,63,72,44,140,125,170,244,140,155,190,119,140,219,76,122,142,7,218,69,142,17,217,211,142,169,47,2,142,203,246,18,142,233,215,98,143,113,116,248,143,116,54,101,143,190,190,232,144,48,124,176,144,103,206,11,144,196,235,211,145,19,158,36,145,47,138,46,145,164,220,160,145,212,124,236,145,238,133,35,146,15,112,143,147,124,200,159,148,185,18,173,149,255,163,17,150,26,167,10,150,36,44,118,150,83,156,48,150,162,214,59,150,169,198,104,150,222,119,93,151,92,93,186,152,208,125,167,153,147,184,190,154,15,135,197,154,224,180,2,155,128,173,225,155,212,242,154,158,215,35,202,159,30,85,188,160,103,113,201,160,164,6,67,160,221,44,117,160,243,115,93,161,101,218,47,161,105,226,18,162,182,119,154,163,26,85,98,163,55,62,226,164,106,208,149,164,112,224,180,165,62,121,162,165,128,114,238,166,209,13,221,167,254,10,250,168,111,115,54,168,253,169,176,169,80,38,19,170,85,133,246,170,225,99,175,173,133,6,77,173,238,93,10,173,239,83,188,174,16,16,19,174,22,135,128,174,48,76,177,174,241,88,133,175,48,24,36,175,218,213,116,175,218,222,253,175,218,223,58,176,66,147,152,178,219,154,14,179,194,4,178,179,237,226,61,180,73,31,199,182,29,226,9,182,49,217,99,182,175,23,206,182,175,111,37,184,49,45,159,185,7,4,97,185,44,38,44,186,163,116,143,186,163,142,2,187,127,97,43,187,203,221,106,188,180,48,35,189,254,219,109,190,49,132,35,190,66,207,126,190,67,25,21,190,79,216,167,190,81,53,243,190,201,135,140,191,9,188,178,191,30,132,9,193,64,6,241,193,82,79,14,193,166,52,152,193,219,79,145,193,241,255,115,194,14,226,86,196,99,100,224,196,124,55,13,196,179,17,198,196,216,163,184,197,22,38,57,198,24,219,68,198,35,124,144,198,120,26,85,199,65,171,159,199,94,7,173,199,204,236,230,200,75,8,180,200,121,147,108,201,10,143,102,201,136,0,165,203,20,214,115,203,40,13,202,203,100,213,159,203,217,143,73,203,233,163,183,204,50,68,161,204,138,120,130,204,164,211,63,205,8,194,179,205,250,209,228,206,99,108,172,207,11,159,145,207,36,171,97,207,198,243,12,208,55,255,234,208,254,254,128,209,95,11,154,209,200,247,110,210,215,197,26,211,104,144,84,212,24,109,162,212,133,4,19,212,226,115,130,214,175,105,176,214,194,159,145,214,227,248,184,215,152,12,121,216,48,239,252,216,49,118,127,216,86,100,21,216,117,7,93,216,220,43,5,216,227,232,180,216,247,202,26,217,63,229,11,219,123,184,73,219,135,246,132,219,151,186,211,220,25,201,108,220,55,234,36,220,90,133,80,221,14,95,60,222,40,120,119,222,108,233,141,222,246,227,161,225,4,173,42,225,42,123,61,225,163,27,225,225,166,178,197,226,116,96,103,227,66,211,127,227,89,195,223,227,135,183,59,227,135,185,158,227,183,45,79,229,106,227,231,229,250,93,228,231,159,6,139,232,232,50,24,233,224,254,7,234,13,242,245,234,227,169,137,235,33,253,186,237,66,129,173,238,201,9,61,240,74,164,169,240,91,5,15,240,232,254,186,241,187,223,82,242,170,8,156,242,237,73,240,243,230,188,0,245,29,55,226,245,113,92,141,246,133,83,107,247,175,63,17,248,141,70,235,248,204,243,255,248,208,31,136,249,22,21,149,249,71,248,164,249,250,61,215,250,103,155,146,251,72,185,30,251,139,156,108,251,205,86,246,251,238,124,222,252,183,35,39,253,141,178,240,254,76,33,168,254,98,152,118,254,125,73,131,0,16,1,36,35,114,101,97,99,116,45,114,111,111,116,32,62,32,100,105,118,32,62,32,100,105,118,32,62,32,46,114,110,45,103,118,112,110,111,104,2,1,233,150,165,244,0,0,1,47,91,100,97,116,97,45,114,101,97,99,116,114,111,111,116,93,32,62,32,91,99,108,97,115,115,93,32,43,32,91,99,108,97,115,115,93,58,108,97,115,116,45,99,104,105,108,100,2,1,233,150,165,244,0,8,1,120,46,99,115,115,45,49,100,98,106,99,52,110,46,114,45,49,50,118,102,102,107,118,32,62,32,46,114,45,49,50,118,102,102,107,118,32,62,32,46,99,115,115,45,49,100,98,106,99,52,110,91,100,97,116,97,45,116,101,115,116,105,100,61,34,66,111,116,116,111,109,66,97,114,34,93,32,62,32,46,99,115,115,45,49,100,98,106,99,52,110,46,114,45,49,97,119,111,122,119,121,46,114,45,49,115,119,51,48,103,106,46,114,45,49,53,99,101,52,118,101,2,1,233,150,165,244,0,8,1,91,46,114,45,49,51,113,122,49,117,117,46,114,45,49,102,49,115,106,103,117,46,114,45,121,109,116,116,119,53,46,114,45,49,100,55,102,118,100,106,46,114,45,49,56,117,51,55,105,122,46,114,45,49,53,99,101,52,118,101,46,114,45,49,115,119,51,48,103,106,46,114,45,49,97,119,111,122,119,121,46,99,115,115,45,49,100,98,106,99,52,110,2,1,233,150,165,244,0,8,1,90,46,114,45,49,51,113,122,49,117,117,46,114,45,49,102,49,115,106,103,117,46,114,45,121,109,116,116,119,53,46,114,45,49,100,55,102,118,100,106,46,114,45,49,56,117,51,55,105,122,46,114,45,57,104,118,114,57,51,46,114,45,49,109,51,106,120,104,106,46,114,45,49,97,119,111,122,119,121,46,99,115,115,45,49,100,98,106,99,52,110,2,1,233,150,165,244,0,8,1,90,46,114,45,49,51,113,122,49,117,117,46,114,45,116,118,118,48,56,56,46,114,45,100,57,102,100,102,54,46,114,45,49,100,55,102,118,100,106,46,114,45,49,56,117,51,55,105,122,46,114,45,49,117,112,118,114,110,48,46,114,45,49,109,51,106,120,104,106,46,114,45,49,97,119,111,122,119,121,46,99,115,115,45,49,100,98,106,99,52,110,2,1,233,150,165,244,0,8,1,89,46,114,45,49,51,113,122,49,117,117,46,114,45,116,118,118,48,56,56,46,114,45,100,57,102,100,102,54,46,114,45,49,100,55,102,118,100,106,46,114,45,49,56,117,51,55,105,122,46,114,45,113,111,48,50,119,56,46,114,45,49,109,51,106,120,104,106,46,114,45,49,97,119,111,122,119,121,46,99,115,115,45,49,100,98,106,99,52,110,2,1,233,150,165,244,0,8,1,50,46,114,45,53,107,107,106,56,100,46,114,45,49,53,51,119,52,110,118,46,114,45,49,101,52,109,97,56,57,46,114,45,113,113,52,99,121,99,46,99,115,115,45,49,55,53,111,105,50,114,2,1,233,150,165,244,0,8,1,31,46,114,110,45,103,118,112,110,111,104,46,114,110,45,101,112,115,54,110,113,46,114,110,45,49,51,113,122,49,117,117,2,1,233,150,165,244,1,128,1,89,46,68,86,87,101,98,78,111,100,101,45,99,111,110,100,105,116,105,111,110,97,108,45,115,105,116,101,45,119,105,100,101,45,119,114,97,112,112,101,114,58,104,97,115,40,91,100,97,116,97,45,116,101,115,116,105,100,61,34,99,111,110,115,101,110,116,45,114,101,106,101,99,116,45,97,108,108,45,101,110,100,112,111,105,110,116,34,93,41,2,1,235,136,141,230,1,128,1,30,46,102,105,120,101,100,58,104,97,115,40,46,99,111,111,107,105,101,115,45,115,99,114,111,108,108,98,97,114,41,2,1,72,223,254,123,1,128,1,62,46,117,110,100,101,102,105,110,101,100,58,104,97,115,40,91,100,97,116,97,45,116,101,115,116,45,115,101,108,101,99,116,111,114,61,34,99,108,105,99,107,45,116,104,101,45,99,111,111,107,105,101,45,98,97,110,110,101,114,34,93,41,2,1,44,54,111,95,1,128,1,32,46,119,97,114,110,105,110,103,58,104,97,115,40,91,100,97,116,97,45,99,111,111,107,105,101,45,116,121,112,101,93,41,2,1,167,159,83,149,1,128,1,30,91,111,112,101,110,93,58,104,97,115,40,97,91,104,114,101,102,61,34,47,99,111,111,107,105,101,115,34,93,41,2,1,221,198,235,150,1,128,1,37,98,111,100,121,32,62,32,100,105,118,32,62,32,100,105,118,58,104,97,115,40,35,106,101,110,116,105,115,95,99,111,110,115,101,110,116,41,2,1,6,15,105,241,1,128,1,71,100,105,118,91,99,108,97,115,115,94,61,34,101,108,101,109,101,110,116,115,95,95,66,97,110,110,101,114,45,34,93,58,104,97,115,40,62,32,100,105,118,32,62,32,97,91,104,114,101,102,36,61,34,45,112,114,105,118,97,99,121,45,112,111,108,105,99,121,34,93,41,2,1,86,103,239,114,1,128,1,128,0,0,0,143,98,111,100,121,32,62,32,100,105,118,58,110,111,116,40,91,99,108,97,115,115,93,41,58,110,111,116,40,91,105,100,93,41,32,62,32,100,105,118,91,99,108,97,115,115,42,61,34,32,34,93,58,104,97,115,40,62,32,100,105,118,32,62,32,100,105,118,32,62,32,100,105,118,91,99,108,97,115,115,93,32,62,32,97,91,104,114,101,102,94,61,34,104,116,116,112,115,58,47,47,112,111,108,105,99,121,46,109,101,100,105,117,109,46,99,111,109,47,109,101,100,105,117,109,45,112,114,105,118,97,99,121,45,112,111,108,105,99,121,45,34,93,41,2,12,37,136,114,91,63,37,190,213,84,235,216,180,91,6,153,243,101,143,96,236,180,183,171,52,186,53,126,192,187,17,209,80,197,109,57,59,208,101,197,250,216,221,96,124,220,157,208,81,1,128,1,88,100,105,118,58,104,97,115,40,100,105,118,91,114,111,108,101,61,39,97,108,101,114,116,39,93,32,62,32,97,91,104,114,101,102,94,61,34,104,116,116,112,115,58,47,47,112,111,108,105,99,121,46,109,101,100,105,117,109,46,99,111,109,47,109,101,100,105,117,109,45,112,114,105,118,97,99,121,45,112,111,108,105,99,121,45,34,93,41,2,12,37,136,114,91,63,37,190,213,84,235,216,180,91,6,153,243,101,143,96,236,180,183,171,52,186,53,126,192,187,17,209,80,197,109,57,59,208,101,197,250,216,221,96,124,220,157,208,81,0,16,1,13,35,97,108,101,114,116,95,99,111,111,107,105,101,2,2,61,147,207,155,122,172,214,171,0,16,1,4,35,99,99,99,2,1,38,157,49,63,0,16,1,10,35,99,109,112,66,97,110,110,101,114,2,1,106,115,255,109,0,16,1,15,35,99,111,110,115,101,110,116,45,98,97,110,110,101,114,2,1,54,177,79,0,0,16,1,13,35,99,111,110,115,101,110,116,45,98,117,109,112,2,64,3,72,216,139,6,166,164,156,6,198,100,184,12,18,58,115,13,185,241,147,15,171,145,27,15,250,36,121,24,126,113,57,26,95,191,185,28,19,19,53,29,60,165,77,31,95,52,221,36,12,127,229,36,229,81,100,46,242,180,11,52,135,120,15,55,211,183,17,56,60,70,171,59,93,198,144,62,103,215,201,63,34,96,149,63,81,71,251,64,206,183,187,72,103,87,85,84,198,170,46,85,85,109,156,86,18,88,41,86,114,242,155,86,244,66,182,87,205,250,216,94,185,148,62,98,50,254,112,100,16,26,123,102,27,154,48,107,236,201,47,110,179,111,50,117,9,111,0,122,47,93,232,130,50,141,218,133,224,147,65,145,149,122,102,152,1,26,100,152,13,220,66,158,82,140,165,160,212,16,58,172,36,156,208,174,147,36,59,183,73,70,89,191,14,137,67,192,222,35,204,193,25,57,108,204,19,128,230,208,24,100,61,208,231,38,163,209,44,200,27,210,38,56,28,210,228,80,31,210,244,62,121,211,117,238,42,214,129,87,123,229,74,154,114,232,223,192,206,241,161,12,171,251,156,20,221,0,16,1,18,35,99,111,111,107,105,101,45,100,105,115,99,108,111,115,117,114,101,2,1,104,78,245,96,0,16,1,21,35,99,111,111,107,105,101,45,112,111,108,105,99,121,45,98,97,110,110,101,114,2,1,173,38,68,160,0,16,1,12,35,99,111,111,107,105,101,65,108,101,114,116,2,2,111,113,177,53,254,102,217,189,0,16,1,26,35,99,111,111,107,105,101,68,105,115,99,108,97,105,109,101,114,67,111,110,116,97,105,110,101,114,2,1,207,43,250,236,0,16,1,27,35,99,111,111,107,105,101,95,100,105,114,101,99,116,105,118,101,95,99,111,110,116,97,105,110,101,114,2,1,149,154,95,1,0,16,1,13,35,99,111,111,107,105,101,95,112,111,112,117,112,2,3,16,169,110,227,106,135,223,17,130,213,158,160,0,16,1,10,35,99,111,111,107,105,101,98,97,114,2,1,214,194,44,29,0,16,1,19,35,99,111,111,107,105,101,115,95,102,111,111,116,101,114,95,115,101,99,2,1,54,26,207,222,0,16,1,12,35,101,110,115,66,97,110,110,101,114,66,71,2,3,82,179,88,117,166,203,101,165,173,103,146,29,0,16,1,16,35,101,110,115,78,111,116,105,102,121,66,97,110,110,101,114,2,3,82,179,88,117,166,203,101,165,173,103,146,29,0,16,1,17,35,101,117,45,99,111,111,107,105,101,45,112,111,108,105,99,121,2,1,142,14,98,194,0,16,1,22,35,101,117,95,99,111,111,107,105,101,115,95,100,105,115,99,108,97,105,109,101,114,2,1,156,232,148,85,0,16,1,19,35,103,100,112,114,45,99,111,111,107,105,101,45,110,111,116,105,99,101,2,1,49,48,49,21,0,16,1,10,35,103,100,112,114,45,119,97,108,108,2,1,114,106,73,0,0,16,1,10,35,103,100,112,114,112,111,112,117,112,2,1,142,211,251,152,0,16,1,19,35,116,99,45,112,114,105,118,97,99,121,45,119,114,97,112,112,101,114,2,1,182,132,160,154,0,16,1,8,35,117,100,116,68,97,114,107,2,1,124,175,131,47,0,8,1,7,46,97,115,45,111,105,108,2,2,27,103,62,6,27,116,250,103,0,8,1,23,46,98,117,105,108,100,101,114,105,117,115,67,111,111,107,105,101,78,111,116,105,99,101,2,1,38,43,205,53,0,8,1,14,46,99,45,115,105,116,101,45,97,108,101,114,116,115,2,1,111,146,187,146,0,8,1,8,46,99,97,95,119,114,97,112,2,1,38,157,179,147,0,8,1,10,46,99,99,95,98,97,110,110,101,114,2,2,152,67,148,253,172,161,123,189,0,8,1,14,46,99,111,110,115,101,110,116,45,112,111,112,117,112,2,1,112,22,124,189,0,8,1,12,46,99,111,111,107,105,101,45,105,110,102,111,2,2,36,207,42,77,125,134,67,200,0,8,1,11,46,99,111,111,107,105,101,45,108,97,119,2,1,38,201,222,92,0,8,1,21,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,98,97,110,110,101,114,2,1,141,253,6,70,0,8,1,18,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,98,111,120,2,1,70,77,253,152,0,8,1,16,46,99,111,111,107,105,101,65,99,99,101,112,116,66,111,120,2,1,241,228,210,40,0,8,1,13,46,99,111,111,107,105,101,66,97,110,110,101,114,2,1,38,157,28,48,0,8,1,20,46,99,111,111,107,105,101,80,111,108,105,99,121,66,66,111,116,116,111,109,2,1,126,15,243,55,0,8,1,21,46,99,111,111,107,105,101,115,45,98,97,110,100,45,111,118,101,114,108,97,121,2,1,196,170,120,0,0,8,1,13,46,103,100,112,114,45,109,101,115,115,97,103,101,2,3,38,157,45,86,184,140,202,83,219,20,36,56,0,8,1,17,46,104,120,95,99,111,111,107,105,101,45,98,97,110,110,101,114,2,1,95,156,229,149,0,8,1,23,46,108,101,103,97,108,45,98,97,110,110,101,114,45,99,111,109,112,111,110,101,110,116,2,1,124,141,0,80,0,8,1,14,46,108,111,119,101,115,116,45,116,101,97,115,101,114,2,1,173,137,238,209,0,8,1,12,46,109,45,97,103,114,101,101,109,101,110,116,2,1,148,199,178,32,0,8,1,16,46,110,108,45,99,111,111,107,105,101,112,111,108,105,99,121,2,1,126,159,132,157,0,8,1,22,46,112,97,114,107,45,115,110,97,99,107,98,97,114,45,99,111,111,107,105,101,115,2,1,68,43,189,44,0,8,1,16,46,112,114,105,118,97,99,121,45,119,114,97,112,112,101,114,2,1,3,39,9,106,0,8,1,27,46,117,49,50,45,100,97,116,97,45,112,114,111,116,101,99,116,105,111,110,45,110,111,116,105,99,101,2,1,233,150,165,244,0,8,1,16,46,122,101,112,104,114,45,99,111,109,112,111,110,101,110,116,2,1,104,168,162,49,0,0,1,16,97,112,112,45,99,111,111,107,105,101,45,112,111,112,117,112,2,1,162,243,67,88,0,0,1,21,100,105,118,35,99,109,112,45,97,112,112,45,99,111,110,116,97,105,110,101,114,2,1,175,60,74,16,0,0,1,20,116,105,107,116,111,107,45,99,111,111,107,105,101,45,98,97,110,110,101,114,2,1,66,46,160,42,0,8,1,17,46,103,98,110,101,119,45,99,111,111,107,105,101,45,98,97,114,2,2,76,204,201,79,167,151,9,45,0,16,5,4,35,97,112,112,2,2,27,95,86,155,216,116,37,43,26,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,0,16,5,21,35,111,110,101,116,114,117,115,116,45,99,111,110,115,101,110,116,45,115,100,107,2,1,73,191,207,62,13,100,105,115,112,108,97,121,58,32,110,111,110,101,0,16,5,8,35,119,114,97,112,112,101,114,2,2,33,223,13,193,224,160,44,249,26,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,1,128,5,71,46,99,111,110,116,97,105,110,101,114,58,104,97,115,40,46,99,111,110,115,101,110,116,45,98,108,111,99,107,105,110,103,45,101,109,98,101,100,45,109,101,115,115,97,103,101,41,32,126,32,35,111,110,101,116,114,117,115,116,45,99,111,110,115,101,110,116,45,115,100,107,2,1,73,191,207,62,25,100,105,115,112,108,97,121,58,32,98,108,111,99,107,32,33,105,109,112,111,114,116,97,110,116,0,8,1,26,46,99,111,111,107,105,101,45,100,105,97,108,111,103,46,109,101,103,97,45,100,105,97,108,111,103,2,2,55,14,235,93,103,195,40,99,0,8,1,18,46,102,109,45,100,105,97,108,111,103,45,111,118,101,114,108,97,121,2,2,55,14,235,93,103,195,40,99,0,8,5,12,46,102,117,108,108,46,98,108,117,114,101,100,2,1,91,17,129,193,24,102,105,108,116,101,114,58,32,110,111,110,101,32,33,105,109,112,111,114,116,97,110,116,59,0,0,5,4,98,111,100,121,2,1,118,27,7,221,27,112,111,115,105,116,105,111,110,58,32,115,116,97,116,105,99,32,33,105,109,112,111,114,116,97,110,116,0,8,5,11,46,109,111,100,97,108,45,111,112,101,110,2,1,79,14,186,81,55,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,97,100,100,105,110,103,45,114,105,103,104,116,58,32,48,32,33,105,109,112,111,114,116,97,110,116,59,0,8,5,36,46,111,118,101,114,108,97,121,101,100,32,46,98,111,116,116,111,109,45,112,97,103,101,46,115,99,114,111,108,108,45,98,108,111,99,107,2,2,55,14,235,93,103,195,40,99,56,102,105,108,116,101,114,58,32,110,111,110,101,32,33,105,109,112,111,114,116,97,110,116,59,32,45,119,101,98,107,105,116,45,102,105,108,116,101,114,58,32,110,111,110,101,32,33,105,109,112,111,114,116,97,110,116,0,8,5,15,46,119,114,97,112,112,101,114,46,98,108,117,114,101,100,2,3,3,158,31,168,6,253,13,56,74,41,218,104,24,102,105,108,116,101,114,58,32,110,111,110,101,32,33,105,109,112,111,114,116,97,110,116,59,0,0,5,9,98,111,100,121,44,104,116,109,108,2,27,12,69,206,21,24,15,30,116,29,171,122,164,33,26,151,228,43,129,86,39,44,148,137,164,46,3,65,69,59,91,47,186,104,62,114,245,123,117,211,38,123,117,211,38,126,61,4,129,128,47,248,183,137,232,35,216,144,14,34,87,148,159,167,59,158,100,4,187,177,9,21,40,180,57,145,106,182,132,160,154,190,1,13,143,201,18,214,144,201,126,135,157,234,50,247,22,237,101,181,24,242,231,20,106,242,231,115,104,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,0,5,9,98,111,100,121,44,104,116,109,108,2,128,0,0,2,34,0,106,238,69,1,11,43,133,1,31,94,79,1,228,194,164,2,32,4,220,2,99,68,170,2,180,184,185,3,221,144,204,3,225,33,202,4,245,233,82,5,19,152,115,5,195,142,180,5,197,48,119,5,197,128,115,6,51,68,43,6,201,238,36,6,231,82,200,7,27,82,234,7,162,61,159,8,5,21,210,8,112,200,90,8,249,18,245,9,166,155,248,9,188,99,18,10,47,119,45,10,239,0,117,11,100,248,122,12,162,233,111,13,133,105,221,13,229,238,255,14,253,99,170,15,101,177,138,16,80,223,208,18,100,213,80,18,225,113,107,19,146,191,189,19,155,89,114,19,242,67,232,20,160,40,179,22,83,84,209,23,214,144,227,24,105,243,16,24,220,39,8,25,24,18,143,26,249,103,30,27,105,173,217,27,105,176,211,27,121,128,12,27,143,85,196,29,7,186,167,29,48,86,73,29,131,69,137,30,196,120,72,30,245,179,140,31,24,58,156,31,205,139,61,32,20,76,84,32,121,49,135,32,166,173,95,33,114,87,104,34,99,51,177,34,112,119,125,35,114,222,46,36,74,62,128,36,111,67,223,36,172,254,160,37,0,214,128,37,190,113,74,38,88,51,179,40,5,180,134,40,209,59,191,40,233,190,112,41,193,244,95,41,197,115,71,43,188,37,115,43,220,2,28,43,234,32,59,44,44,50,184,44,98,66,146,45,79,208,114,45,80,97,220,45,123,41,147,45,250,21,95,46,96,57,22,46,121,43,12,46,255,150,126,47,105,88,193,47,117,163,85,47,140,212,54,47,164,11,78,47,180,211,55,47,248,103,212,48,72,118,44,48,81,214,135,48,254,8,250,49,17,166,18,49,30,76,101,49,81,7,155,49,184,185,149,50,136,115,121,50,187,213,224,50,216,116,140,52,179,241,149,53,219,106,42,54,162,60,139,55,36,119,126,55,174,250,229,55,220,145,37,55,234,238,179,56,187,206,18,57,23,37,123,57,225,64,90,58,53,26,171,62,237,49,68,63,33,221,45,63,54,208,56,63,60,250,15,63,119,206,60,63,164,38,62,64,72,21,132,65,36,162,50,65,99,84,19,66,143,94,11,68,52,173,83,68,118,236,166,72,139,195,89,73,185,43,61,73,210,79,67,74,87,141,170,75,79,197,104,75,214,65,32,76,80,230,132,76,195,181,165,77,21,178,74,77,66,238,186,77,108,72,175,77,125,177,44,79,22,3,236,79,28,129,175,79,124,141,146,79,153,245,136,81,74,82,189,82,41,186,53,82,84,226,218,82,252,232,201,83,174,29,18,84,231,215,111,85,9,33,57,85,195,143,71,86,72,169,202,87,151,63,153,87,201,235,203,88,136,162,166,89,240,143,125,89,250,235,101,90,5,245,122,90,177,250,111,90,205,36,145,90,222,62,101,91,6,61,207,91,38,201,177,91,64,3,6,92,167,97,60,92,202,7,145,94,133,172,30,94,168,182,149,95,30,189,95,95,51,65,181,95,52,234,42,96,152,107,1,96,228,222,49,96,242,224,18,96,249,137,194,97,27,236,142,97,94,216,16,97,154,89,197,97,169,97,253,97,215,207,210,98,5,138,13,98,140,180,22,98,203,191,236,99,127,49,174,99,129,28,60,100,5,164,33,100,248,193,125,101,13,208,183,101,23,129,38,101,149,154,90,101,227,144,63,101,234,247,76,102,67,82,89,102,223,215,12,103,19,92,82,103,49,1,21,104,247,212,242,105,44,110,148,105,231,8,238,106,22,201,115,106,204,145,155,107,46,202,135,107,63,43,50,108,83,123,67,109,119,134,94,109,230,219,22,109,239,66,250,109,255,58,35,110,102,124,222,110,132,56,7,112,34,89,251,112,176,252,129,112,243,226,1,113,71,99,151,113,231,212,96,114,229,117,243,115,0,208,108,115,76,9,168,115,140,180,87,115,188,80,93,116,33,62,32,117,65,169,250,117,165,179,145,118,5,129,76,118,125,112,131,118,152,30,104,118,227,144,153,119,72,228,42,119,158,64,101,120,76,3,238,120,142,148,106,121,42,184,112,122,241,164,172,123,14,188,138,123,76,39,185,123,156,214,228,123,245,210,151,124,172,135,144,126,22,115,196,126,159,247,208,126,243,151,235,127,56,109,227,127,93,124,105,127,148,114,179,128,87,244,163,128,175,17,223,129,35,167,165,129,86,152,59,129,140,116,65,129,206,220,23,129,247,230,164,130,16,89,136,130,85,33,172,130,128,5,163,131,49,12,34,131,205,199,210,132,59,87,240,133,168,28,177,134,168,219,230,135,41,102,210,135,86,131,12,135,179,19,203,136,68,237,63,136,74,118,71,136,239,79,31,138,15,55,72,138,54,31,3,138,67,238,56,138,160,250,148,139,22,115,77,139,74,4,44,139,93,23,132,139,99,161,111,142,37,204,216,142,37,215,194,142,119,34,204,143,117,224,155,143,247,46,188,144,114,209,196,145,94,149,129,145,180,103,77,145,219,251,30,146,2,253,104,146,7,7,46,146,9,224,214,146,97,201,138,147,105,212,67,147,241,190,65,148,180,2,87,148,186,151,254,148,201,198,110,149,61,224,166,149,117,53,72,150,86,74,99,150,119,75,132,150,215,66,40,151,193,189,204,152,106,152,37,152,197,90,108,154,57,129,198,155,176,210,102,156,62,8,32,156,242,160,60,157,20,65,107,157,49,204,221,158,93,215,44,159,109,226,17,159,177,176,174,159,214,176,53,160,163,225,9,161,182,73,124,162,45,36,120,163,3,116,103,163,200,215,195,163,224,55,5,164,7,154,215,164,111,240,197,164,131,235,254,165,21,143,180,165,84,149,78,165,197,46,151,165,208,240,21,166,53,41,6,166,60,196,183,166,135,88,206,167,91,255,127,167,221,164,49,168,36,71,230,168,81,220,230,168,130,91,20,168,130,91,89,168,146,211,205,168,179,141,22,169,92,171,187,169,208,243,253,170,90,44,90,170,158,94,119,170,186,57,47,170,189,162,33,170,223,136,142,171,12,108,39,171,61,145,217,171,191,165,169,173,43,255,219,174,34,26,168,174,67,204,156,174,87,210,77,174,236,193,74,175,47,41,180,176,28,234,63,176,38,69,179,176,168,16,229,176,214,32,91,177,78,54,71,177,82,23,173,177,84,195,135,178,53,247,54,178,242,57,61,179,54,98,251,179,246,70,248,179,252,1,196,180,20,20,128,180,42,128,209,181,92,93,121,181,103,133,17,181,192,2,209,182,118,76,194,182,131,103,46,183,19,47,126,183,234,128,238,184,54,253,127,185,143,10,187,186,17,0,118,186,171,68,163,187,163,2,68,188,0,105,156,188,90,90,104,189,123,157,26,189,136,247,223,189,220,209,138,189,246,46,204,190,81,6,164,190,166,218,36,192,98,74,80,192,150,133,185,192,160,196,151,192,211,138,241,193,20,199,155,193,30,27,169,194,30,241,234,194,197,250,217,195,233,130,182,196,98,108,140,197,185,76,77,197,246,170,113,198,16,206,85,198,70,124,231,199,21,198,3,199,85,110,85,199,192,4,52,199,238,105,254,201,8,173,250,201,55,92,33,201,132,145,170,201,171,1,21,202,20,192,118,202,71,166,237,202,90,80,30,202,123,79,97,202,187,104,110,202,197,92,97,203,23,240,242,203,72,4,52,203,218,117,105,205,85,108,188,205,103,243,180,205,139,105,156,206,73,128,129,206,131,21,107,208,19,207,93,208,165,100,125,208,209,244,95,209,90,90,225,209,104,148,22,209,234,234,206,210,85,214,148,211,47,240,202,211,142,107,111,211,229,179,172,212,0,133,15,212,88,206,32,212,143,13,204,212,147,255,90,212,166,187,95,212,167,82,53,212,252,75,230,212,254,196,217,213,21,222,173,213,57,36,87,213,78,130,247,213,150,119,231,213,180,187,136,215,152,24,124,215,152,89,224,215,254,223,253,216,116,110,193,217,89,86,255,217,138,217,255,218,69,185,178,218,104,112,114,218,179,102,114,219,20,36,56,219,195,250,244,219,247,98,37,220,74,155,110,221,50,177,185,221,98,227,202,221,132,49,91,222,185,79,167,223,21,35,186,223,77,136,235,223,79,166,12,223,179,156,238,224,25,143,141,224,80,66,167,224,217,11,30,225,149,21,50,226,214,22,66,227,21,32,196,227,183,238,17,228,106,169,19,228,142,13,239,228,145,154,151,229,50,211,241,229,125,178,249,229,137,84,105,229,243,46,119,230,58,218,156,230,71,119,4,230,82,201,5,230,99,178,240,231,28,114,150,231,169,20,32,231,198,185,139,231,246,76,113,232,102,57,148,232,139,12,123,233,95,91,1,233,116,94,191,233,168,143,158,234,97,192,126,234,133,81,255,234,162,5,2,234,205,190,59,235,198,217,146,236,156,183,226,236,175,246,7,236,255,61,13,237,5,172,200,238,40,98,202,238,85,209,138,238,139,88,175,238,156,121,163,238,254,75,84,239,79,128,25,239,110,160,188,239,181,97,194,240,222,163,61,241,45,91,162,241,100,52,107,241,147,80,46,241,242,69,91,242,81,114,208,242,112,38,63,242,121,41,147,242,231,23,96,242,231,149,26,242,231,162,172,243,130,144,134,244,99,23,123,245,134,194,212,245,220,43,96,246,151,134,93,247,202,203,178,247,207,85,99,248,35,161,109,248,77,244,136,248,145,69,50,248,162,153,145,248,199,98,18,249,25,185,62,249,36,43,13,249,139,19,220,249,142,131,80,250,12,8,186,250,29,71,141,250,141,135,15,251,97,129,212,251,155,133,9,251,164,162,15,251,224,145,55,252,165,59,17,252,243,135,192,253,23,159,122,253,143,254,164,254,141,69,159,254,145,212,146,255,222,12,168,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,0,5,20,98,111,100,121,46,99,111,110,115,101,110,116,45,111,118,101,114,108,97,121,2,1,41,152,61,78,24,111,118,101,114,102,108,111,119,58,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,0,5,15,98,111,100,121,46,109,111,100,97,108,45,111,112,101,110,2,2,81,123,231,114,127,22,176,209,24,111,118,101,114,102,108,111,119,58,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,1,128,5,102,98,111,100,121,58,104,97,115,40,100,105,118,91,99,108,97,115,115,42,61,34,83,116,121,108,101,100,34,93,91,99,108,97,115,115,42,61,34,67,111,110,116,97,105,110,101,114,34,93,32,91,100,97,116,97,45,116,101,115,116,105,100,61,34,98,98,99,45,108,111,103,111,45,119,114,97,112,112,101,114,34,93,41,32,62,32,46,102,99,45,99,111,110,115,101,110,116,45,114,111,111,116,2,1,38,157,104,207,24,100,105,115,112,108,97,121,58,32,102,108,101,120,32,33,105,109,112,111,114,116,97,110,116,0,0,5,26,100,105,118,91,99,108,97,115,115,61,34,97,112,112,45,99,111,110,116,97,105,110,101,114,34,93,2,1,86,95,75,101,43,102,105,108,116,101,114,58,110,111,110,101,32,33,105,109,112,111,114,116,97,110,116,59,111,112,97,99,105,116,121,58,49,32,33,105,109,112,111,114,116,97,110,116,0,0,5,4,104,116,109,108,2,46,0,200,68,89,21,172,189,110,27,102,130,230,28,234,3,136,43,132,77,112,46,10,37,63,53,239,122,245,55,83,118,72,61,143,88,155,65,215,162,25,89,216,64,140,91,57,105,197,97,3,148,116,104,56,212,180,121,145,191,65,125,22,59,63,129,187,226,174,133,93,2,27,135,54,174,3,138,224,198,215,139,56,140,205,140,190,103,25,151,230,57,26,158,198,180,50,162,193,165,63,170,46,199,87,175,74,143,118,180,214,39,56,189,228,31,115,191,226,99,191,198,236,35,253,203,93,52,106,206,67,191,83,207,114,240,198,213,198,254,229,218,42,20,132,219,43,227,24,221,181,58,112,222,4,108,102,224,33,80,177,224,35,169,64,225,148,20,206,229,244,167,59,232,237,143,111,233,65,219,112,255,156,155,225,25,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,0,5,4,104,116,109,108,2,2,4,51,252,17,181,217,105,31,79,112,111,115,105,116,105,111,110,58,32,115,116,97,116,105,99,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,119,105,100,116,104,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,0,0,5,1,42,2,103,2,214,244,237,3,28,179,34,3,86,133,11,6,114,136,187,7,248,34,209,8,129,165,37,8,220,31,26,11,207,159,118,12,239,86,114,13,150,82,180,14,101,187,105,14,108,84,199,18,48,69,33,19,131,81,165,21,178,25,59,27,95,86,155,29,131,69,137,30,164,191,17,30,173,82,78,30,248,7,116,31,198,235,139,36,80,170,114,39,209,196,53,44,13,168,173,46,244,202,176,51,47,176,201,51,118,176,188,54,21,35,237,56,143,157,91,60,220,225,5,63,25,15,246,66,223,145,120,66,243,23,99,70,244,190,141,77,44,1,200,79,130,191,241,81,213,211,234,82,42,174,143,84,32,95,63,88,206,243,169,90,238,91,43,92,188,66,171,93,224,113,230,95,80,217,233,101,172,180,79,106,211,223,79,114,171,68,104,120,33,139,141,126,167,161,129,127,239,109,212,129,99,147,89,136,32,82,248,140,138,97,54,144,114,209,196,144,241,105,171,149,138,69,197,149,143,61,160,151,164,170,10,154,166,145,127,157,8,41,79,159,119,250,236,159,124,171,99,161,253,1,67,163,233,152,134,167,37,150,248,167,112,61,173,168,67,123,82,169,172,222,70,172,30,142,69,172,99,190,42,174,222,214,246,176,34,83,109,176,67,142,12,180,75,221,215,181,62,165,162,182,5,129,132,182,215,123,189,186,20,91,46,190,0,254,171,190,170,110,110,192,114,143,95,200,155,109,60,201,171,1,21,203,252,59,125,204,5,247,243,206,124,178,18,206,131,54,197,207,216,139,196,208,238,179,108,216,116,37,43,217,143,122,76,217,163,201,165,220,8,51,157,227,87,141,23,228,57,53,87,229,128,174,152,231,134,6,117,242,48,32,37,242,81,140,25,245,40,89,243,247,119,240,1,249,22,190,60,253,36,70,102,23,102,105,108,116,101,114,58,32,110,111,110,101,32,33,105,109,112,111,114,116,97,110,116,0,0,5,1,42,2,5,11,207,159,118,102,98,8,133,192,114,143,95,198,16,206,85,249,121,247,62,22,111,112,97,99,105,116,121,58,32,49,32,33,105,109,112,111,114,116,97,110,116,59,0,0,5,9,98,111,100,121,44,104,116,109,108,2,24,4,33,87,11,15,200,50,173,18,48,33,240,22,102,191,59,22,244,230,143,24,15,30,116,38,157,169,184,47,252,251,73,54,17,4,250,57,213,190,162,94,161,0,212,95,194,174,230,97,111,131,58,126,26,136,131,131,215,166,5,152,186,58,153,191,191,162,49,198,218,75,81,199,61,109,193,209,65,250,139,209,82,101,87,213,180,187,136,234,157,37,42,254,18,238,120,26,112,111,115,105,116,105,111,110,58,32,117,110,115,101,116,32,33,105,109,112,111,114,116,97,110,116,0,0,5,4,98,111,100,121,2,6,32,230,117,142,81,156,104,22,155,36,22,25,190,147,247,253,197,215,202,131,224,166,30,95,27,111,118,101,114,102,108,111,119,58,32,115,99,114,111,108,108,32,33,105,109,112,111,114,116,97,110,116,0,0,5,4,98,111,100,121,2,128,0,0,1,90,0,0,172,144,0,240,149,40,1,189,186,229,3,127,238,110,4,74,93,149,4,191,184,28,4,211,70,19,5,140,23,52,6,10,232,162,6,246,236,191,7,40,111,62,7,236,55,34,8,76,251,196,8,86,212,82,8,220,31,26,9,75,42,243,9,109,46,222,9,167,165,244,10,78,145,86,10,229,226,23,11,31,170,22,11,53,120,21,13,135,226,149,13,214,47,138,15,235,67,169,16,6,127,34,16,68,96,128,16,219,6,163,17,149,186,203,17,171,205,212,19,172,79,15,20,210,155,179,20,233,23,212,21,127,55,96,22,225,138,73,23,39,63,60,23,96,42,93,23,124,98,162,24,97,194,251,24,105,135,61,24,155,236,108,26,173,135,161,27,105,83,31,29,248,224,186,31,62,103,85,31,226,137,61,33,145,79,97,33,147,227,9,34,92,159,74,34,102,98,156,34,125,18,10,34,164,217,85,35,253,99,181,36,44,150,204,36,80,190,85,38,80,33,63,38,157,52,85,38,157,104,207,38,197,13,248,39,110,234,107,40,13,189,81,40,160,57,139,42,11,114,238,44,44,148,35,45,94,94,128,46,0,223,103,46,117,89,18,48,50,228,33,49,214,49,117,50,193,3,80,51,47,176,201,51,118,176,188,51,239,231,92,52,22,9,246,52,39,42,100,52,112,49,133,52,244,83,226,53,223,166,223,54,51,242,254,55,86,205,100,56,5,113,58,57,34,126,39,58,201,54,18,59,6,15,106,62,81,103,83,62,98,35,162,62,207,13,234,64,180,75,113,64,241,146,254,65,148,168,225,66,97,143,7,66,213,91,158,66,223,145,120,67,167,33,167,69,223,1,193,70,236,194,129,70,244,190,141,73,26,242,192,73,178,240,77,75,143,213,69,76,242,194,162,77,65,140,87,80,178,160,96,81,221,227,125,82,155,209,55,83,74,51,11,83,146,197,207,83,215,70,176,83,254,0,96,84,225,243,86,85,192,146,115,86,68,82,72,87,200,247,70,88,206,193,214,89,134,88,127,89,215,159,96,89,226,116,131,89,240,120,220,89,240,146,167,90,160,61,165,90,222,192,102,91,80,194,97,91,148,181,182,91,217,246,30,92,145,212,209,92,184,154,91,93,123,67,174,94,89,105,107,95,213,49,37,96,248,24,9,97,66,197,170,97,98,108,97,99,175,215,42,100,71,215,91,101,34,217,68,101,63,62,102,106,44,19,122,106,211,223,79,109,49,62,114,111,74,105,39,111,195,203,161,112,0,40,162,112,120,144,181,114,171,68,104,114,182,245,249,115,58,41,212,117,16,84,134,117,52,105,24,118,33,25,1,120,9,172,67,121,61,154,225,121,195,1,229,121,197,122,200,121,213,17,6,122,171,1,91,124,61,220,196,124,226,226,31,125,40,205,2,126,5,249,235,126,23,191,35,127,46,223,14,127,109,233,244,127,181,244,212,127,198,177,82,127,201,124,8,127,219,176,110,129,25,115,121,129,35,168,175,130,25,28,205,130,65,130,92,131,134,9,125,131,181,205,125,132,79,51,32,133,161,250,65,134,153,93,38,135,133,64,22,135,220,174,196,136,32,52,38,136,132,131,48,137,65,7,137,137,255,116,205,139,13,88,129,139,94,71,105,139,95,45,132,140,17,225,5,140,138,97,54,140,228,184,155,141,39,104,22,143,157,226,151,144,159,197,195,144,244,229,15,145,102,180,1,146,88,80,23,146,149,79,23,147,237,107,127,147,244,199,200,148,2,233,226,148,107,239,124,148,220,136,194,149,111,115,137,150,133,192,136,150,173,116,246,150,191,17,246,152,59,11,173,152,202,49,87,153,97,244,71,154,197,97,224,155,47,91,52,155,143,90,73,156,18,39,182,156,219,214,38,157,97,23,76,158,34,82,4,158,107,241,156,159,124,171,99,159,154,195,195,160,18,124,57,161,188,5,65,162,127,244,0,163,110,104,168,164,150,9,185,165,179,224,92,167,237,61,197,168,98,136,192,168,115,57,93,168,207,90,191,168,223,3,118,170,0,42,89,170,33,178,69,170,207,221,200,171,26,82,178,171,27,192,149,171,164,43,52,173,40,170,137,173,128,224,136,173,189,154,44,173,206,31,175,174,21,21,111,174,94,177,182,176,34,83,109,176,67,142,12,180,255,3,88,181,39,62,49,184,116,197,190,185,10,100,128,185,56,19,25,185,101,114,144,186,21,88,153,187,18,226,198,188,230,247,171,189,13,198,197,190,14,113,160,190,81,78,81,190,81,126,9,190,148,39,154,190,148,87,98,190,148,116,1,190,190,181,101,193,165,183,148,195,255,151,31,196,141,197,203,197,8,125,148,197,137,136,240,197,215,255,18,198,151,82,152,198,209,13,149,199,154,133,188,199,201,96,156,200,117,95,197,200,155,109,60,201,4,218,84,201,58,100,60,201,251,87,207,202,76,187,112,202,187,84,56,202,254,247,233,203,171,122,52,204,160,32,94,206,17,82,203,208,194,145,184,209,50,247,137,209,71,7,226,209,189,210,65,210,1,62,179,211,32,26,173,213,140,152,2,213,213,21,137,214,47,197,181,215,142,227,255,215,180,61,79,216,55,120,88,216,103,60,171,217,181,109,124,218,73,211,30,219,33,1,161,219,43,142,23,219,181,173,4,219,234,26,122,220,136,233,64,220,161,29,64,220,244,135,81,221,65,143,14,222,169,20,255,222,223,19,181,225,109,60,0,225,135,157,214,226,106,183,120,227,122,131,102,227,175,14,130,228,78,122,250,229,128,174,152,229,163,198,99,229,206,64,192,231,90,231,159,231,134,6,117,233,26,40,213,233,57,31,65,233,233,143,130,234,36,93,207,235,114,219,202,236,44,189,59,236,145,237,200,236,164,82,235,240,219,179,226,241,147,125,138,242,13,90,212,242,48,32,37,242,81,140,25,242,231,70,49,244,52,4,127,244,98,185,169,245,40,89,243,245,239,199,68,245,251,61,145,246,229,57,98,247,201,11,11,247,231,49,126,248,56,28,41,249,70,123,166,249,93,78,0,250,251,160,174,251,11,116,119,252,122,25,34,252,212,4,88,252,242,250,38,254,31,120,145,26,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,11,35,71,68,80,82,45,109,111,100,97,108,2,1,190,81,78,81,0,16,1,47,35,95,95,116,101,97,108,105,117,109,71,68,80,82,101,99,77,111,100,97,108,32,62,32,35,112,114,105,118,97,99,121,45,108,97,121,101,114,95,95,119,114,97,112,112,101,114,2,2,47,105,88,193,229,243,46,119,0,16,1,6,35,99,111,76,97,98,2,2,138,54,31,3,224,25,143,141,0,16,1,8,35,99,111,110,115,101,110,116,2,1,153,97,244,71,0,16,1,17,35,99,111,110,115,101,110,116,95,95,111,118,101,114,108,97,121,2,1,153,97,244,71,0,16,1,31,35,99,111,111,107,105,101,45,110,111,116,105,99,101,45,108,105,103,104,116,98,111,120,45,111,118,101,114,108,97,121,2,1,165,179,224,92,0,16,1,18,35,99,111,111,107,105,101,66,97,110,110,101,114,77,111,100,97,108,2,1,44,44,148,35,0,16,1,16,35,99,111,111,107,105,101,95,115,101,116,116,105,110,103,115,2,1,249,93,78,0,0,16,1,8,35,99,111,111,107,105,101,115,2,1,55,86,205,100,0,16,1,12,35,99,111,111,107,105,101,115,45,100,108,103,2,6,104,56,212,180,133,93,2,27,158,198,180,50,170,46,199,87,218,42,20,132,219,43,227,24,0,16,1,26,35,99,111,114,110,101,108,115,101,110,45,99,111,110,115,101,110,116,45,109,97,110,97,103,101,114,2,1,121,145,191,65,0,16,1,12,35,100,105,97,108,111,103,45,114,111,100,111,2,1,36,80,190,85,0,8,1,19,46,122,45,53,48,46,98,103,45,111,112,97,99,105,116,121,45,53,48,2,1,90,238,91,43,0,16,1,16,35,100,105,115,99,108,97,105,109,101,114,77,111,100,97,108,2,1,11,53,120,21,0,16,1,15,35,111,118,101,114,108,97,121,45,45,109,111,100,97,108,2,8,47,252,251,73,54,17,4,250,131,215,166,5,152,186,58,153,198,218,75,81,199,61,109,193,209,65,250,139,234,157,37,42,0,16,1,5,35,114,111,100,111,2,1,252,212,4,88,0,16,1,15,35,115,116,97,116,105,99,66,97,99,107,100,114,111,112,2,1,219,33,1,161,0,16,1,31,35,115,116,97,116,105,99,66,97,99,107,100,114,111,112,67,111,111,107,105,101,98,111,116,76,111,97,100,105,110,103,2,1,219,33,1,161,0,0,1,25,98,111,100,121,32,62,32,100,105,118,32,62,32,46,99,115,115,45,49,100,98,106,99,52,110,2,1,112,120,144,181,0,16,1,11,35,116,101,114,109,115,80,111,112,117,112,2,1,40,13,189,81,0,16,1,12,35,117,99,109,45,119,114,97,112,112,101,114,2,1,192,160,196,151,0,16,1,3,35,120,107,2,1,88,206,193,214,0,8,1,15,46,67,111,111,107,105,101,66,97,114,79,117,116,101,114,2,2,148,2,233,226,174,21,21,111,0,8,1,12,46,67,111,111,107,105,101,77,111,100,97,108,2,1,22,225,138,73,0,8,1,20,46,72,67,111,111,107,105,101,66,97,114,45,72,111,118,101,114,108,97,121,2,1,23,96,42,93,0,8,1,15,46,77,117,105,68,105,97,108,111,103,45,114,111,111,116,2,1,35,253,99,181,0,8,1,6,46,80,111,112,117,112,2,1,85,192,146,115,0,0,1,41,100,105,118,91,99,108,97,115,115,42,61,34,82,101,97,99,116,77,111,100,97,108,95,95,79,118,101,114,108,97,121,45,45,99,111,111,107,105,101,34,93,2,1,127,219,176,110,0,8,1,17,46,97,103,95,99,111,111,107,105,101,95,98,97,110,110,101,114,2,1,78,95,243,228,0,8,1,17,46,97,103,114,101,101,109,101,110,116,77,101,115,115,97,103,101,2,1,162,193,165,63,0,8,1,17,46,97,103,114,101,101,109,101,110,116,79,118,101,114,108,97,121,2,1,162,193,165,63,0,8,1,19,46,97,110,119,98,114,45,99,111,111,107,105,101,45,108,97,121,101,114,2,1,190,148,87,98,0,8,1,8,46,98,45,109,111,100,97,108,2,1,52,244,83,226,0,8,1,16,46,98,45,109,111,100,97,108,95,111,118,101,114,108,97,121,2,1,52,244,83,226,0,8,1,9,46,98,97,99,107,100,114,111,112,2,1,235,114,219,202,0,8,1,8,46,98,108,111,99,107,101,114,2,1,137,255,116,205,0,8,1,11,46,98,108,117,114,45,109,111,100,97,108,2,1,117,16,84,134,0,8,1,13,46,98,111,100,121,45,111,118,101,114,108,97,121,2,1,55,83,118,72,0,8,1,19,46,99,45,109,111,100,97,108,95,95,99,111,110,116,97,105,110,101,114,2,1,236,164,82,235,0,8,1,17,46,99,45,115,103,45,45,100,105,115,99,108,97,105,109,101,114,2,1,129,35,168,175,0,8,1,15,46,99,45,115,105,116,101,45,111,118,101,114,108,97,121,2,1,129,35,168,175,0,8,1,22,46,99,99,45,102,108,111,97,116,105,110,103,46,99,99,45,119,105,110,100,111,119,2,1,110,155,36,8,0,8,1,18,46,99,99,45,119,105,110,100,111,119,45,98,108,111,99,107,101,114,2,1,110,155,36,8,0,8,1,14,46,99,108,98,45,99,111,110,116,97,105,110,101,114,2,1,190,81,126,9,0,8,1,19,46,99,111,110,115,101,110,116,45,98,111,120,45,104,111,108,100,101,114,2,1,86,95,75,101,0,8,1,19,46,99,111,110,115,101,110,116,45,109,111,100,97,108,45,109,97,105,110,2,1,202,187,84,56,0,8,1,15,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,2,1,18,48,33,240,0,8,1,26,46,99,111,111,107,105,101,45,110,111,116,105,99,101,45,109,111,100,97,108,45,108,97,121,101,114,2,1,249,70,123,166,0,8,1,26,46,99,111,111,107,105,101,95,115,101,116,116,105,110,103,115,95,99,111,110,116,97,105,110,101,114,2,2,85,226,105,25,157,98,186,107,0,8,1,22,46,99,111,111,107,105,101,115,45,112,111,112,117,112,45,119,114,97,112,112,101,114,2,1,204,160,32,94,0,8,1,15,46,100,105,97,108,111,103,45,111,118,101,114,108,97,121,2,1,92,184,154,91,0,8,1,7,46,107,101,122,81,98,89,2,1,34,102,98,156,0,8,1,19,46,100,110,98,45,109,111,100,97,108,95,95,111,118,101,114,108,97,121,2,1,213,198,254,229,0,8,1,17,46,102,97,110,99,121,98,111,120,45,105,115,45,111,112,101,110,2,1,33,147,227,9,0,8,1,23,46,102,97,110,99,121,98,111,120,45,111,118,101,114,108,97,121,45,102,105,120,101,100,2,1,56,5,113,58,0,8,1,16,46,102,99,45,99,111,110,115,101,110,116,45,114,111,111,116,2,1,38,157,104,207,0,8,1,20,46,103,108,105,103,104,116,98,111,120,45,99,111,110,116,97,105,110,101,114,2,1,27,102,130,230,0,8,1,7,46,106,79,83,87,90,97,2,1,142,51,144,174,0,8,1,23,46,106,115,45,99,111,111,107,105,101,45,98,97,110,110,101,114,32,62,32,100,105,118,2,1,34,92,159,74,0,8,1,18,46,106,115,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,2,7,7,142,190,184,106,200,204,131,156,172,32,174,177,255,9,102,187,115,160,68,197,156,210,37,208,210,15,28,0,8,1,7,46,106,115,115,49,53,49,2,1,163,110,104,168,0,8,1,7,46,106,115,115,49,53,54,2,1,163,110,104,168,0,8,1,16,46,106,115,95,109,111,100,97,108,95,99,111,111,107,105,101,2,1,29,171,122,164,0,8,1,13,46,109,101,110,117,45,119,114,97,112,112,101,114,2,2,176,34,83,109,176,67,142,12,0,8,1,10,46,109,102,112,45,114,101,97,100,121,2,4,138,224,198,215,144,14,34,87,189,228,31,115,221,181,58,112,0,8,1,6,46,109,111,100,97,108,2,4,45,94,94,128,117,16,84,134,180,255,3,88,193,165,183,148,0,8,1,15,46,109,111,100,97,108,45,45,99,111,110,115,101,110,116,2,1,11,31,170,22,0,8,1,11,46,109,111,100,97,108,45,98,97,99,107,2,2,62,98,35,162,95,213,49,37,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,58,0,200,68,89,9,104,15,90,11,31,170,22,11,53,120,21,16,219,6,163,20,233,23,212,21,172,189,110,22,225,138,73,28,234,3,136,29,171,122,164,31,226,137,61,36,80,190,85,44,44,148,35,45,94,94,128,69,223,1,193,81,123,231,114,84,225,243,86,96,248,24,9,97,66,197,170,97,98,108,97,111,195,203,161,120,9,172,67,121,195,1,229,127,22,176,209,127,201,124,8,129,187,226,174,135,133,64,22,139,56,140,205,140,190,103,25,146,88,80,23,146,149,79,23,155,143,90,73,163,200,215,195,170,33,178,69,171,61,145,217,175,74,143,118,180,255,3,88,181,39,62,49,186,21,88,153,190,14,113,160,190,81,78,81,190,190,181,101,193,165,183,148,199,201,96,156,200,117,95,197,204,160,32,94,209,71,7,226,219,33,1,161,220,161,29,64,228,78,122,250,228,83,70,6,233,65,219,112,236,233,156,2,240,219,179,226,247,201,11,11,248,56,28,41,249,93,78,0,252,212,4,88,0,8,1,36,46,101,117,45,99,111,111,107,105,101,45,99,111,109,112,108,105,97,110,99,101,45,98,97,110,110,101,114,45,119,114,97,112,112,101,114,2,1,167,237,61,197,0,8,1,17,46,109,111,100,97,108,45,98,97,99,107,103,114,111,117,110,100,2,1,224,33,80,177,0,8,1,13,46,109,111,100,97,108,45,100,105,97,108,111,103,2,1,171,61,145,217,0,8,1,14,46,109,111,100,97,108,45,111,118,101,114,108,97,121,2,2,231,90,231,159,242,13,90,212,0,8,1,16,46,111,45,109,111,100,97,108,45,119,114,97,112,112,101,114,2,1,170,0,42,89,0,8,1,25,46,111,97,120,95,99,111,111,107,105,101,95,99,111,110,115,101,110,116,95,109,111,100,97,108,2,2,155,47,91,52,201,58,100,60,0,8,1,5,46,111,98,99,99,2,1,203,93,52,106,0,8,1,10,46,112,111,112,95,117,112,95,98,103,2,1,67,167,33,167,0,8,1,26,46,112,114,105,118,97,99,121,45,99,111,110,115,101,110,116,45,45,98,97,99,107,100,114,111,112,2,2,4,74,93,149,245,239,199,68,0,8,1,23,46,112,114,105,118,97,99,121,45,99,111,110,115,101,110,116,45,45,109,111,100,97,108,2,2,4,74,93,149,245,239,199,68,0,8,1,18,46,113,99,45,99,109,112,50,45,99,111,110,116,97,105,110,101,114,2,1,94,94,39,148,0,8,1,16,46,114,101,118,101,97,108,45,109,111,100,97,108,45,98,103,2,1,222,169,20,255,0,8,1,15,46,114,101,118,101,97,108,45,111,118,101,114,108,97,121,2,2,177,82,23,173,248,145,69,50,0,8,1,19,46,115,104,111,119,46,109,111,100,97,108,45,99,111,111,107,105,101,115,2,1,155,143,90,73,0,8,1,19,46,115,116,121,108,101,115,95,115,104,111,119,95,95,49,78,113,100,90,2,1,109,49,62,114,0,8,1,19,46,116,114,117,115,116,101,95,98,111,120,95,111,118,101,114,108,97,121,2,1,100,197,92,0,0,8,1,15,46,116,114,117,115,116,101,95,111,118,101,114,108,97,121,2,1,100,197,92,0,0,8,1,18,46,117,105,45,119,105,100,103,101,116,45,111,118,101,114,108,97,121,2,3,33,223,13,193,126,61,4,129,232,237,143,111,0,8,1,23,46,118,107,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,2,1,199,160,250,208,0,8,1,13,46,119,114,97,112,95,95,99,111,111,107,105,101,2,2,182,5,129,132,190,0,254,171,0,8,1,19,46,119,114,97,112,95,99,111,111,107,105,101,115,95,112,111,112,117,112,2,2,111,74,105,39,236,145,237,200,0,8,1,18,46,119,116,45,99,108,105,45,99,111,111,107,105,101,45,98,97,114,2,1,234,51,41,10,0,0,1,23,91,99,108,97,115,115,61,34,109,111,100,97,108,45,99,111,111,99,107,105,101,34,93,2,1,118,27,7,221,0,0,1,20,91,105,100,61,34,99,111,111,99,107,105,101,45,109,111,100,97,108,34,93,2,1,118,27,7,221,0,0,1,26,91,105,100,61,34,99,111,111,107,105,101,45,108,97,119,45,105,110,102,111,45,98,97,114,34,93,2,1,73,26,242,192,0,0,1,58,100,105,118,91,99,108,97,115,115,42,61,34,72,97,108,117,97,109,109,101,80,97,108,118,101,108,108,97,83,105,110,117,97,80,97,114,101,109,109,105,110,95,95,67,111,110,115,101,110,116,68,105,97,108,111,103,34,93,2,1,99,175,215,42,0,0,1,23,100,105,118,91,99,108,97,115,115,94,61,34,111,118,101,114,108,97,121,45,45,34,93,2,1,126,23,191,35,0,0,1,32,100,105,118,91,105,100,94,61,34,103,101,110,101,114,97,108,45,99,111,111,107,105,101,115,45,109,111,100,97,108,34,93,2,1,224,166,30,95,1,128,1,95,115,101,99,116,105,111,110,91,105,100,93,91,99,108,97,115,115,93,58,104,97,115,40,58,115,99,111,112,101,32,62,32,100,105,118,91,99,108,97,115,115,93,32,62,32,98,117,116,116,111,110,91,99,108,97,115,115,93,91,111,110,99,108,105,99,107,94,61,34,111,110,67,108,105,99,107,67,111,111,107,105,101,115,66,97,110,110,101,114,87,101,98,34,93,41,2,1,215,111,81,112,0,0,1,12,116,104,111,114,45,99,111,111,107,105,101,115,2,1,126,5,249,235,0,2,1,48,97,101,108,100,44,32,68,79,77,67,111,110,116,101,110,116,76,111,97,100,101,100,44,32,106,115,45,114,101,118,111,107,101,45,99,111,111,107,105,101,45,109,97,110,97,103,101,114,2,1,137,49,223,53,0,2,1,25,97,101,108,100,44,32,108,111,97,100,44,32,99,111,110,115,101,110,116,68,105,97,108,111,103,2,1,19,230,179,52,0,0,1,66,100,105,118,32,62,32,100,105,118,91,97,114,105,97,45,108,105,118,101,61,34,112,111,108,105,116,101,34,93,58,110,111,116,40,91,100,97,116,97,45,116,101,115,116,105,100,61,34,116,111,112,45,114,101,115,117,108,116,45,99,97,114,100,34,93,41,2,1,227,62,88,242,0,2,1,30,97,111,112,114,44,32,95,95,99,109,112,71,100,112,114,65,112,112,108,105,101,115,71,108,111,98,97,108,108,121,2,33,30,67,223,94,37,97,173,151,38,157,26,110,49,61,108,199,50,123,116,50,59,218,238,57,66,30,181,76,112,17,57,88,126,244,226,255,128,159,5,116,130,219,24,149,135,38,58,92,146,149,79,23,155,91,242,185,158,44,66,120,159,31,188,33,165,3,3,116,170,8,46,191,189,28,99,169,193,188,215,25,194,197,249,1,198,7,153,105,199,144,234,161,212,37,95,71,215,107,140,12,227,247,27,102,231,225,197,55,236,70,232,70,239,168,34,3,239,225,194,153,248,56,106,26,248,134,13,179,249,134,71,105,0,2,1,25,97,111,112,114,44,32,99,111,111,107,105,101,99,111,110,115,101,110,116,46,80,111,112,117,112,2,1,1,77,120,9,0,2,1,15,97,111,112,114,44,32,99,111,111,107,105,101,109,97,110,2,1,236,233,156,2,0,2,1,59,97,101,108,100,44,32,108,111,97,100,44,32,102,117,110,99,116,105,111,110,40,41,123,105,102,40,115,46,114,101,97,100,121,83,116,97,116,101,61,61,88,77,76,72,116,116,112,82,101,113,117,101,115,116,46,68,79,78,69,2,1,203,215,58,9,0,2,1,36,115,101,116,44,32,99,105,99,99,46,99,111,111,107,105,101,95,99,97,116,95,115,116,97,116,105,115,116,105,99,44,32,116,114,117,101,2,4,8,133,149,37,40,97,160,198,130,117,230,227,231,18,32,223,0,2,1,39,115,101,116,44,32,99,111,110,102,105,103,46,114,101,113,117,105,114,101,67,111,111,107,105,101,67,111,110,115,101,110,116,44,32,102,97,108,115,101,2,1,201,104,184,156,0,2,1,43,115,101,116,44,32,119,105,110,100,111,119,46,99,111,110,115,101,110,116,77,97,110,97,103,101,109,101,110,116,69,110,97,98,108,101,100,44,32,102,97,108,115,101,2,17,1,43,18,68,16,16,120,228,21,223,86,168,44,162,167,255,67,171,87,252,70,219,126,52,89,112,48,183,98,82,12,42,135,64,243,129,161,120,190,85,166,200,62,18,174,11,34,112,204,227,206,220,212,220,214,241,213,86,167,138,231,111,155,185,240,194,24,232,0,16,1,20,35,99,97,116,97,112,117,108,116,45,99,111,111,107,105,101,45,98,97,114,2,1,59,221,128,81,0,8,1,9,46,98,111,120,45,114,111,100,111,2,1,192,8,236,55,0,8,1,17,46,103,100,112,114,45,112,114,105,118,97,99,121,45,98,97,114,2,1,142,3,234,202,0,8,1,14,46,112,111,112,117,112,45,100,105,115,112,108,97,121,2,1,146,14,147,93,0,16,1,14,35,98,97,110,110,101,114,45,99,111,111,107,105,101,2,1,38,156,51,231,0,16,1,12,35,103,100,112,114,45,98,97,110,110,101,114,2,10,6,209,168,227,27,104,84,115,28,65,247,44,34,191,192,107,97,1,39,158,129,178,163,70,133,156,250,114,139,117,210,208,143,109,219,248,148,192,203,215,0,16,1,17,35,99,111,111,107,105,101,115,100,105,114,101,99,116,105,118,101,2,1,163,120,251,157,0,16,1,19,35,99,111,111,107,105,101,80,111,108,105,99,121,45,108,97,121,101,114,2,1,97,202,195,213,0,16,1,13,35,99,111,111,107,105,101,112,111,108,105,99,121,2,1,203,217,65,204,0,8,1,14,46,99,111,111,107,105,101,67,111,110,116,114,111,108,2,1,248,4,193,235,0,8,1,11,46,99,111,111,107,105,101,115,108,97,119,2,1,51,238,191,225,0,8,1,21,46,111,118,101,114,108,97,121,99,111,111,107,105,101,99,111,110,115,101,110,116,2,1,218,104,112,114,0,16,1,21,35,95,95,116,101,97,108,105,117,109,71,68,80,82,101,99,77,111,100,97,108,2,1,218,104,112,114,0,8,1,15,46,99,111,111,107,105,101,45,109,101,115,115,97,103,101,2,1,124,92,186,137,0,8,1,17,46,111,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,2,1,194,197,252,190,0,8,1,19,46,98,45,99,111,111,107,105,101,115,45,105,110,102,111,114,109,101,114,2,1,250,115,198,222,0,16,1,11,35,99,111,111,107,105,101,45,98,97,114,2,2,8,197,51,105,112,143,26,82,0,16,1,13,35,99,99,111,110,115,101,110,116,45,98,97,114,2,1,181,123,244,216,0,16,1,22,35,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,2,1,186,157,100,77,0,16,1,31,35,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,99,111,110,116,97,105,110,101,114,46,109,111,100,97,108,2,1,81,123,231,114,0,16,1,20,35,99,111,111,107,105,101,45,108,97,119,45,105,110,102,111,45,98,97,114,2,5,27,115,44,183,60,46,36,25,77,94,139,125,78,135,186,102,202,49,177,1,0,16,1,20,35,111,110,101,116,114,117,115,116,45,98,97,110,110,101,114,45,115,100,107,2,23,3,131,191,81,3,221,144,204,10,39,208,120,30,8,65,190,30,252,193,249,38,157,25,55,46,125,136,231,55,51,184,46,58,215,76,247,59,188,44,87,63,84,191,49,98,246,214,107,102,178,157,41,106,205,253,198,108,84,170,0,118,38,40,116,125,136,238,242,148,188,24,235,162,242,224,168,166,108,78,5,180,123,25,38,236,121,108,144,246,79,43,52,0,16,1,21,35,111,110,101,116,114,117,115,116,45,99,111,110,115,101,110,116,45,115,100,107,2,24,3,131,191,81,3,221,144,204,10,39,208,120,30,8,65,190,30,252,193,249,38,156,254,70,38,157,25,55,46,125,136,231,55,51,184,46,58,215,76,247,59,188,44,87,63,84,191,49,98,246,214,107,102,178,157,41,106,205,253,198,108,84,170,0,118,38,40,116,125,136,238,242,148,188,24,235,162,242,224,168,166,108,78,5,180,123,25,38,236,121,108,144,246,79,43,52,0,16,1,14,35,99,111,111,107,105,101,45,112,111,108,105,99,121,2,1,201,4,218,84,0,16,1,22,35,99,111,111,107,105,101,45,112,111,108,105,99,121,45,111,118,101,114,108,97,121,2,1,201,4,218,84,0,16,1,20,35,99,111,111,107,105,101,95,110,111,116,105,102,105,99,97,116,105,111,110,2,1,3,45,91,14,0,16,1,11,35,99,111,111,107,105,101,45,112,111,112,2,7,38,156,51,231,40,72,181,123,47,189,172,246,60,113,60,225,91,54,106,33,122,175,35,218,143,249,46,115,0,8,1,14,46,99,111,111,107,105,101,99,111,110,115,101,110,116,2,1,139,179,230,231,0,16,1,15,35,99,111,111,107,105,101,45,119,97,114,110,105,110,103,2,1,190,29,96,229,0,16,1,13,35,99,111,111,107,105,101,66,97,110,110,101,114,2,1,182,60,166,240,0,16,1,14,35,99,111,111,107,105,101,115,95,109,111,100,97,108,2,1,127,22,176,209,0,16,1,14,35,101,117,45,99,111,111,107,105,101,45,108,97,119,2,1,87,206,56,155,0,8,1,8,46,99,111,110,115,101,110,116,2,1,41,152,61,78,0,8,1,14,46,99,111,111,107,105,101,77,101,115,115,97,103,101,2,1,227,239,160,232,0,8,1,21,46,99,111,111,107,105,101,45,114,101,118,111,107,101,45,104,105,100,100,101,110,2,1,32,51,62,83,0,8,1,14,46,99,111,111,107,105,101,87,97,114,110,105,110,103,2,1,203,99,211,129,0,8,1,16,46,99,111,111,107,105,101,115,45,109,101,115,115,97,103,101,2,1,236,121,108,144,0,8,1,16,46,99,111,111,107,105,101,115,79,118,101,114,108,97,121,50,2,1,74,41,218,104,0,8,1,19,46,99,111,111,107,105,101,115,79,118,101,114,108,97,121,50,66,111,120,2,3,3,158,31,168,6,253,13,56,91,17,129,193,0,8,1,15,46,110,111,116,105,99,101,45,45,99,111,111,107,105,101,2,4,41,73,147,229,129,88,250,172,191,93,59,107,198,82,9,104,0,8,1,17,46,112,101,97,95,99,111,111,107,95,119,114,97,112,112,101,114,2,1,80,27,228,170,0,8,1,20,46,112,101,110,99,105,45,119,114,97,112,45,103,112,114,100,45,108,97,119,2,1,211,34,134,255,0,8,1,28,46,119,105,100,103,101,116,95,101,117,95,99,111,111,107,105,101,95,108,97,119,95,119,105,100,103,101,116,2,1,62,169,172,34,0,8,1,29,46,112,117,109,91,100,97,116,97,45,112,111,112,109,97,107,101,42,61,34,99,111,111,107,105,101,115,34,93,2,1,255,156,155,225,0,8,1,22,46,115,105,116,101,45,109,101,115,115,97,103,101,45,45,99,111,111,107,105,101,115,2,1,210,74,245,15,0,0,1,23,91,99,108,97,115,115,94,61,34,67,111,111,107,105,101,66,97,110,110,101,114,34,93,2,1,137,40,28,26,0,0,1,24,91,99,108,97,115,115,94,61,34,67,111,111,107,105,101,77,101,115,115,97,103,101,34,93,2,1,176,219,62,84,0,0,1,24,91,99,108,97,115,115,94,61,34,103,112,100,114,45,98,97,110,110,101,114,95,95,34,93,2,1,128,104,10,85,0,0,1,35,91,99,108,97,115,115,94,61,34,119,105,116,104,71,68,80,82,66,97,110,110,101,114,95,95,87,114,97,112,112,101,114,45,34,93,2,1,168,207,90,191,0,8,1,34,46,108,97,121,111,117,116,32,62,32,46,114,101,97,99,116,45,99,111,111,107,105,101,45,108,97,119,45,100,105,97,108,111,103,2,1,4,204,247,91,0,2,1,34,114,97,44,32,105,110,101,114,116,44,32,35,109,97,105,110,67,111,110,116,101,110,116,66,108,111,99,107,44,32,115,116,97,121,2,1,253,23,159,122,0,2,1,37,114,99,44,32,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,97,99,116,105,118,101,44,32,98,111,100,121,44,32,115,116,97,121,2,6,8,166,89,105,41,55,173,186,92,72,28,191,92,190,194,173,98,12,245,217,116,61,95,31,0,2,1,37,114,99,44,32,99,111,111,107,105,101,45,111,118,101,114,108,97,121,45,97,99,116,105,118,101,44,32,98,111,100,121,44,32,115,116,97,121,2,6,34,200,35,30,119,83,25,30,176,82,22,166,207,150,190,215,211,254,200,178,241,125,153,222,0,2,1,33,114,99,44,32,99,111,111,107,105,101,98,97,110,110,101,114,45,98,111,100,121,44,32,98,111,100,121,44,32,115,116,97,121,2,1,168,77,10,40,0,2,1,27,114,99,44,32,99,111,111,107,105,101,45,111,112,101,110,44,32,98,111,100,121,44,32,115,116,97,121,2,1,166,9,230,97,0,2,1,36,114,99,44,32,99,111,111,107,105,101,45,110,111,116,105,99,101,45,97,99,116,105,118,101,44,32,98,111,100,121,44,32,115,116,97,121,2,1,138,244,232,208,0,2,1,30,114,99,44,32,99,111,111,107,105,101,45,111,118,101,114,108,97,121,44,32,98,111,100,121,44,32,115,116,97,121,2,1,188,226,178,199,0,2,1,47,114,99,44,32,101,117,45,99,111,111,107,105,101,45,99,111,109,112,108,105,97,110,99,101,45,112,111,112,117,112,45,111,112,101,110,44,32,98,111,100,121,44,32,115,116,97,121,2,1,229,254,28,131,0,2,1,24,114,99,44,32,98,102,45,102,105,120,101,100,44,32,98,111,100,121,44,32,115,116,97,121,2,1,239,225,78,117,0,2,1,31,114,99,44,32,99,111,111,107,105,101,115,45,110,111,116,45,115,101,116,44,32,98,111,100,121,44,32,115,116,97,121,2,1,108,166,242,75,0,2,1,35,114,99,44,32,106,115,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,112,111,112,117,112,44,32,44,32,115,116,97,121,2,1,123,102,248,190,0,2,1,31,114,99,44,32,105,118,97,115,115,45,110,111,45,99,111,111,107,105,101,44,32,98,111,100,121,44,32,115,116,97,121,2,1,6,246,236,114,0,2,1,36,114,99,44,32,99,111,111,107,105,101,45,112,111,112,117,112,45,118,105,115,105,98,108,101,44,32,98,111,100,121,44,32,115,116,97,121,2,3,98,7,16,24,132,148,56,61,181,15,224,210,0,2,1,36,114,99,44,32,105,100,103,99,112,95,95,108,97,121,101,114,45,45,97,99,116,105,118,101,44,32,104,116,109,108,44,32,115,116,97,121,2,1,244,98,182,189,0,2,1,37,114,99,44,32,99,99,45,115,99,114,111,108,108,105,110,103,45,100,105,115,97,98,108,101,100,44,32,98,111,100,121,44,32,115,116,97,121,2,1,10,93,188,81,0,2,1,26,114,99,44,32,109,111,100,97,108,45,111,112,101,110,44,32,98,111,100,121,44,32,115,116,97,121,2,1,35,79,185,247,0,2,1,24,114,99,44,32,104,97,115,80,111,112,117,112,44,32,98,111,100,121,44,32,115,116,97,121,2,1,104,240,165,97,0,2,1,23,114,99,44,32,32,100,97,114,107,101,114,44,32,98,111,100,121,44,32,115,116,97,121,2,1,106,160,124,136,0,2,1,38,114,99,44,32,115,99,111,109,109,101,114,99,101,45,103,100,112,114,45,100,105,115,97,98,108,101,100,44,32,100,105,118,44,32,115,116,97,121,2,10,28,157,210,17,38,7,225,217,59,243,218,163,72,29,137,128,91,136,192,158,103,89,83,131,104,47,87,86,160,167,221,198,173,53,216,127,231,119,235,218,0,2,1,25,114,99,44,32,110,111,45,115,99,114,111,108,108,44,32,104,116,109,108,44,32,115,116,97,121,2,2,127,46,26,245,144,126,140,227,0,2,1,40,114,99,44,32,99,111,109,112,101,110,115,97,116,101,45,102,111,114,45,115,99,114,111,108,108,98,97,114,44,32,98,111,100,121,44,32,115,116,97,121,2,1,40,195,183,68,0,2,1,26,114,99,44,32,103,100,112,114,45,115,104,111,119,110,44,32,98,111,100,121,44,32,115,116,97,121,2,1,53,158,126,102,0,2,1,38,114,99,44,32,99,111,111,107,105,101,45,99,111,110,115,101,110,116,95,95,119,114,97,112,112,101,114,44,32,100,105,118,44,32,115,116,97,121,2,1,127,55,72,245,0,2,1,31,114,99,44,32,99,111,111,107,105,101,115,45,114,101,113,117,101,115,116,44,32,98,111,100,121,44,32,115,116,97,121,2,1,9,45,185,123,0,2,1,29,114,99,44,32,99,120,45,109,111,100,97,108,45,111,112,101,110,44,32,104,116,109,108,44,32,115,116,97,121,2,6,4,77,65,11,17,235,217,116,24,68,206,155,38,184,109,69,80,208,138,143,245,252,146,34,0,2,1,28,114,99,44,32,99,120,45,110,111,45,115,99,114,111,108,108,44,32,104,116,109,108,44,32,115,116,97,121,2,6,4,77,65,11,17,235,217,116,24,68,206,155,38,184,109,69,80,208,138,143,245,252,146,34,0,2,1,33,114,99,44,32,101,45,99,111,111,107,105,101,45,98,97,114,45,111,112,101,110,44,32,98,111,100,121,44,32,115,116,97,121,2,2,127,46,26,245,144,126,140,227,0,2,1,31,114,99,44,32,99,111,111,107,105,101,115,45,110,111,116,45,115,101,116,44,32,98,111,100,121,44,32,115,116,97,121,2,1,253,171,236,155,0,2,1,36,114,101,109,111,118,101,45,99,108,97,115,115,44,32,110,111,45,99,111,110,115,101,110,116,44,32,104,116,109,108,44,32,115,116,97,121,2,4,7,85,101,58,54,107,46,228,241,99,75,203,241,225,79,83,0,2,1,36,114,99,44,32,105,115,45,98,108,117,114,114,101,100,45,99,111,111,107,105,101,98,111,120,44,32,104,116,109,108,44,32,115,116,97,121,2,1,234,53,123,9,0,2,1,44,114,99,44,32,99,99,112,97,67,111,111,107,105,101,66,97,110,110,101,114,45,97,99,99,101,112,116,101,100,65,108,108,44,32,98,111,100,121,44,32,115,116,97,121,2,1,197,19,55,149,0,2,1,37,114,99,44,32,99,111,111,107,105,101,115,45,115,104,111,119,44,32,46,99,111,111,107,105,101,115,45,115,104,111,119,44,32,115,116,97,121,2,1,235,20,229,38,0,2,1,34,114,99,44,32,100,105,115,97,98,108,101,45,98,97,99,107,103,114,111,117,110,100,44,32,98,111,100,121,44,32,115,116,97,121,2,1,38,157,26,145,0,2,1,31,114,99,44,32,99,111,111,107,105,101,45,45,110,111,116,45,115,101,116,44,32,98,111,100,121,44,32,115,116,97,121,2,2,59,239,88,179,138,203,72,117,0,2,1,29,114,99,44,32,95,99,111,111,107,105,101,98,97,110,110,101,114,44,32,98,111,100,121,44,32,115,116,97,121,2,1,70,236,194,129,0,2,1,26,114,99,44,32,97,115,121,110,99,45,104,105,100,101,44,32,104,116,109,108,44,32,115,116,97,121,2,2,55,238,125,91,226,127,216,15,0,2,1,34,114,99,44,32,110,116,100,45,103,100,112,114,45,110,111,45,115,99,114,111,108,108,44,32,98,111,100,121,44,32,115,116,97,121,2,1,211,56,229,86,0,2,1,31,114,99,44,32,109,111,100,97,108,45,98,97,99,107,103,114,111,117,110,100,44,32,100,105,118,44,32,115,116,97,121,2,1,165,162,39,73,0,2,1,29,114,99,44,32,112,101,102,45,110,111,45,99,111,111,107,105,101,44,32,98,111,100,121,44,32,115,116,97,121,2,1,28,3,84,35,0,2,1,35,114,99,44,32,99,111,111,107,105,101,45,110,111,116,45,97,99,99,101,112,116,101,100,44,32,98,111,100,121,44,32,115,116,97,121,2,2,108,166,242,75,127,183,49,40,0,2,1,37,114,99,44,32,99,45,98,111,100,121,45,45,108,111,99,107,101,100,45,97,108,119,97,121,115,44,32,98,111,100,121,44,32,115,116,97,121,2,2,54,142,180,243,146,57,250,59,0,2,1,28,114,99,44,32,103,108,111,98,97,108,45,99,111,111,107,105,101,44,32,100,105,118,44,32,115,116,97,121,2,1,50,167,16,164,0,2,1,26,114,99,44,32,100,105,115,97,98,108,101,45,115,99,114,111,108,108,44,32,44,32,115,116,97,121,2,1,50,167,16,164,0,2,1,22,114,99,44,32,98,103,45,103,114,97,121,44,32,100,105,118,44,32,115,116,97,121,2,1,182,175,155,202,0,2,1,29,114,99,44,32,99,111,111,107,105,101,45,97,99,116,105,118,101,44,32,98,111,100,121,44,32,115,116,97,121,2,1,4,204,247,91,0,2,1,28,114,99,44,32,32,99,99,109,45,98,108,111,99,107,101,100,44,32,104,116,109,108,44,32,115,116,97,121,2,1,58,158,226,187,0,2,1,28,114,99,44,32,32,99,99,109,45,98,108,111,99,107,101,100,44,32,98,111,100,121,44,32,115,116,97,121,2,1,58,158,226,187,0,2,1,40,114,99,44,32,105,115,45,109,111,100,97,108,45,99,111,111,107,105,101,115,45,118,105,115,105,98,108,101,44,32,98,111,100,121,44,32,115,116,97,121,2,1,112,181,79,56,0,2,1,22,114,99,44,32,108,97,121,101,114,65,99,116,105,118,101,44,32,44,115,116,97,121,2,1,225,45,100,249,0,2,1,30,114,99,44,32,99,111,111,107,105,101,98,97,114,45,111,112,101,110,44,32,98,111,100,121,44,32,115,116,97,121,2,1,219,160,117,210,0,2,1,20,114,99,44,32,98,108,117,114,44,32,98,111,100,121,44,32,115,116,97,121,2,1,206,58,183,214,0,2,1,18,114,99,44,32,99,111,111,107,105,101,44,32,44,32,115,116,97,121,2,1,127,62,3,184,0,2,1,36,114,99,44,32,99,111,111,107,105,101,99,111,110,115,101,110,116,45,97,99,116,105,118,101,44,32,98,111,100,121,44,32,115,116,97,121,2,20,8,9,80,33,28,59,130,21,28,188,191,49,41,86,181,223,91,33,88,28,92,134,236,39,97,245,158,55,104,75,86,155,116,39,5,131,124,31,40,210,124,84,209,179,178,70,187,108,179,147,242,46,183,167,230,84,183,167,230,84,203,169,40,66,220,187,14,232,221,44,245,8,250,183,232,46,250,204,10,212,0,2,1,21,114,99,44,32,99,111,111,107,105,101,77,115,103,44,32,44,32,115,116,97,121,2,1,48,17,121,161,0,2,1,33,114,99,44,32,99,111,111,107,105,101,95,99,111,110,115,101,110,116,95,95,97,108,101,114,116,44,32,44,32,115,116,97,121,2,1,159,151,227,105,0,2,1,44,114,99,44,32,103,100,112,114,45,99,111,111,107,105,101,45,110,111,116,105,99,101,45,99,101,110,116,101,114,45,108,111,97,100,101,100,44,32,44,32,115,116,97,121,2,2,191,224,193,39,211,5,243,160,0,2,1,26,114,99,44,32,104,97,115,45,111,112,101,110,45,99,111,111,107,105,101,44,32,44,115,116,97,121,2,1,190,147,253,254,0,2,1,28,114,99,44,32,111,109,95,99,111,111,107,105,101,95,97,99,116,105,118,101,44,32,44,32,115,116,97,121,2,2,27,79,18,37,242,231,152,149,0,2,1,34,114,99,44,32,116,118,112,45,99,111,111,107,105,101,45,115,99,114,111,108,108,45,108,111,99,107,44,32,44,32,115,116,97,121,2,1,190,81,52,51,0,2,1,26,114,99,44,32,99,111,111,107,105,101,45,111,118,101,114,108,97,121,44,32,44,32,115,116,97,121,2,1,168,67,123,82,0,2,1,22,114,99,44,32,100,105,115,97,98,108,101,44,32,100,105,118,44,32,115,116,97,121,2,13,20,199,37,231,28,240,135,192,36,102,1,206,60,163,25,33,104,192,0,157,132,227,226,90,165,5,41,247,187,39,107,231,210,242,63,238,216,125,198,130,233,201,154,143,239,207,250,70,255,44,24,239,0,2,1,26,114,99,44,32,112,114,101,118,101,110,116,45,115,99,114,111,108,108,44,32,44,32,115,116,97,121,2,1,129,201,159,168,0,2,1,15,114,99,44,32,102,111,103,44,32,44,32,115,116,97,121,2,1,255,61,83,73,0,2,1,23,114,99,44,32,99,111,111,107,105,101,45,104,105,110,116,44,32,44,32,115,116,97,121,2,1,147,56,188,58,0,2,1,34,114,99,44,32,100,112,45,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,44,32,98,111,100,121,44,32,115,116,97,121,2,15,19,94,184,191,27,114,208,165,32,197,219,132,111,96,41,203,113,191,202,83,127,30,141,49,127,227,95,54,190,81,80,51,209,72,213,166,219,114,226,112,236,171,72,242,237,58,220,208,248,132,94,197,251,53,95,72,254,227,109,164,0,2,1,35,114,99,44,32,98,111,100,121,45,111,118,101,114,108,97,121,45,115,99,114,111,108,108,97,98,108,101,44,32,44,32,115,116,97,121,2,3,6,194,172,97,177,197,55,217,207,233,167,40,0,2,1,22,114,99,44,32,109,111,100,97,108,45,111,112,101,110,44,32,44,32,115,116,97,121,2,3,6,194,172,97,177,197,55,217,207,233,167,40,0,2,1,25,114,99,44,32,110,111,45,115,99,114,111,108,108,44,32,98,111,100,121,44,32,115,116,97,121,2,5,93,253,251,72,202,187,22,244,203,215,79,170,210,85,176,98,244,99,2,139,0,2,1,31,114,99,44,32,115,104,111,119,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,44,32,44,32,115,116,97,121,2,1,248,112,19,151,0,2,1,31,114,99,44,32,105,115,45,97,99,116,105,118,101,45,99,111,111,107,105,101,98,97,114,44,32,44,32,115,116,97,121,2,4,40,126,169,205,115,232,228,100,116,94,84,130,255,33,205,135,0,2,1,47,114,101,109,111,118,101,45,99,108,97,115,115,44,32,104,97,115,45,98,97,110,110,101,114,44,32,98,111,100,121,46,104,97,115,45,98,97,110,110,101,114,44,32,115,116,97,121,2,1,31,56,204,42,0,2,1,25,114,99,44,32,112,111,105,110,116,101,114,101,118,101,110,116,115,44,32,44,32,115,116,97,121,2,1,59,91,47,186,0,2,1,34,114,99,44,32,99,111,111,107,105,101,45,97,99,99,101,112,116,45,114,101,113,117,105,114,101,100,44,32,44,32,115,116,97,121,2,1,234,83,77,11,0,2,1,23,114,99,44,32,99,111,111,107,105,101,45,111,112,101,110,44,32,44,32,115,116,97,121,2,2,78,206,231,101,127,44,138,79,0,2,1,30,114,99,44,32,99,111,111,107,105,101,80,111,112,117,112,86,105,115,105,98,108,101,44,32,44,32,115,116,97,121,2,1,121,77,49,115,0,2,1,30,114,99,44,32,117,110,114,101,97,100,97,98,108,101,45,100,105,115,112,108,97,121,44,32,44,32,115,116,97,121,2,39,7,57,23,230,8,76,240,142,8,203,197,76,10,171,141,7,24,167,65,236,25,12,23,239,25,233,14,211,27,90,46,244,29,162,81,112,40,150,112,181,45,87,87,104,46,123,105,27,63,191,59,167,66,48,80,144,70,49,54,44,78,143,35,94,80,83,112,96,93,191,108,225,94,146,221,230,106,73,207,238,121,80,240,123,124,166,101,72,124,242,51,250,129,162,38,132,140,205,182,184,154,209,2,189,161,38,68,52,162,13,34,157,172,250,210,76,175,115,74,62,189,42,209,136,191,156,79,129,193,52,103,11,196,156,49,164,197,90,83,166,232,208,164,165,236,187,141,147,237,204,181,245,254,145,131,252,0,2,1,34,114,99,44,32,109,97,110,100,97,116,111,114,121,95,99,111,111,107,105,101,95,109,111,100,97,108,44,32,44,32,115,116,97,121,2,7,6,201,87,11,27,120,181,59,34,207,194,227,96,247,113,54,143,122,160,160,158,96,189,127,168,206,198,91,0,2,1,28,114,99,44,32,119,119,122,111,118,101,114,108,97,121,45,45,111,112,101,110,44,32,44,32,115,116,97,121,2,1,229,206,64,192,0,2,1,32,114,99,44,32,103,100,112,114,45,105,110,102,111,98,97,114,45,118,105,115,105,98,108,101,44,32,44,32,115,116,97,121,2,5,14,116,102,134,55,171,114,153,65,149,252,56,174,11,121,157,197,73,156,182,0,2,1,26,114,99,44,32,99,111,111,107,105,101,45,101,110,97,98,108,101,100,44,32,44,32,115,116,97,121,2,1,215,20,215,174,0,2,1,32,114,99,44,32,99,111,111,107,105,101,45,111,118,101,114,108,97,121,45,45,111,112,101,110,44,32,44,32,115,116,97,121,2,1,1,153,191,79,0,2,1,30,114,99,44,32,99,111,111,107,105,101,45,98,97,110,110,101,114,45,111,112,101,110,44,32,44,32,115,116,97,121,2,1,99,106,112,134,0,2,1,46,114,101,109,111,118,101,45,99,108,97,115,115,44,32,99,111,111,107,105,101,45,98,97,110,110,101,114,45,97,99,116,105,118,101,44,32,98,111,100,121,44,32,115,116,97,121,2,1,229,206,103,241,0,2,1,31,114,99,44,32,111,118,101,114,108,97,121,45,99,111,110,116,101,110,116,44,32,98,111,100,121,44,32,115,116,97,121,2,2,59,1,251,168,237,42,28,225,0,2,1,35,114,99,44,32,105,115,45,97,99,116,105,118,101,45,99,111,111,107,105,101,98,97,114,44,32,98,111,100,121,44,32,115,116,97,121,2,1,89,8,162,172,0,2,1,27,114,99,44,32,100,105,100,111,109,105,45,112,111,112,117,112,45,111,112,101,110,44,32,98,111,100,121,2,1,97,114,110,215,0,2,1,42,114,99,44,32,105,100,120,114,99,111,111,107,105,101,115,45,98,108,111,99,107,45,117,115,101,114,45,110,97,118,44,32,98,111,100,121,44,32,115,116,97,121,2,2,95,93,207,30,120,174,59,18,0,2,1,23,114,99,44,32,99,99,112,97,45,98,97,110,110,101,114,44,32,44,32,115,116,97,121,2,1,127,195,165,15,0,2,1,30,115,101,116,45,99,111,111,107,105,101,44,32,95,95,116,111,112,112,121,95,99,111,110,115,101,110,116,44,32,49,2,1,216,84,192,104,0,2,1,25,115,101,116,45,99,111,111,107,105,101,44,32,95,117,49,50,51,95,99,99,44,32,121,101,115,2,1,29,131,69,137,0,2,1,28,115,101,116,45,99,111,111,107,105,101,44,32,103,97,45,100,105,115,97,98,108,101,44,32,116,114,117,101,2,1,29,131,69,137,0,2,1,42,115,101,116,45,99,111,111,107,105,101,44,32,97,99,99,101,112,116,99,111,111,107,105,101,115,44,32,110,111,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,74,205,158,184,0,2,1,30,115,101,116,45,99,111,111,107,105,101,44,32,100,105,115,99,108,97,105,109,101,114,95,115,104,111,119,44,32,49,2,1,51,60,114,158,0,2,1,30,115,101,116,45,99,111,111,107,105,101,44,32,95,112,97,110,100,101,99,116,101,115,95,103,100,112,114,44,32,49,1,1,12,34,222,144,0,2,1,24,115,101,116,45,99,111,111,107,105,101,44,32,102,112,95,112,111,108,105,99,121,44,32,49,2,1,102,173,107,32,0,2,1,46,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,95,99,111,110,115,101,110,116,95,117,115,101,114,95,97,99,99,101,112,116,101,100,44,32,116,114,117,101,2,1,54,131,6,18,0,2,1,50,115,101,116,45,99,111,111,107,105,101,44,32,50,48,50,52,48,57,48,51,95,99,104,114,111,110,101,120,116,67,111,111,107,105,101,77,101,115,115,97,103,101,83,104,111,119,110,44,32,49,2,1,152,138,1,213,0,2,1,22,115,101,116,45,99,111,111,107,105,101,44,32,97,49,119,99,99,44,32,97,108,108,2,1,218,136,22,65,0,2,1,30,115,101,116,45,99,111,111,107,105,101,44,32,103,97,95,99,111,110,115,101,110,116,101,109,101,110,116,44,32,48,2,1,252,99,171,219,0,2,1,39,115,101,116,45,99,111,111,107,105,101,44,32,67,107,80,108,99,121,65,99,99,112,116,100,50,48,50,52,49,48,50,56,48,50,44,32,121,101,115,2,1,129,174,206,195,0,2,1,42,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,45,103,111,111,103,108,101,45,116,97,103,45,97,99,99,101,112,116,101,100,44,32,110,111,2,1,129,174,206,195,0,2,1,27,115,101,116,45,99,111,111,107,105,101,44,32,103,97,99,111,110,115,101,110,116,44,32,116,114,117,101,2,1,218,4,149,35,0,2,1,35,115,101,116,45,99,111,111,107,105,101,44,32,99,111,109,112,108,105,97,110,99,101,67,111,111,107,105,101,44,32,32,116,114,117,101,2,1,218,4,149,35,0,2,1,36,115,101,116,45,99,111,111,107,105,101,44,32,95,100,98,101,95,99,111,111,107,105,101,115,95,97,99,99,101,112,116,101,100,44,32,49,2,1,20,136,37,172,0,2,1,48,115,101,116,45,99,111,111,107,105,101,44,32,116,101,110,115,116,111,114,114,101,110,116,95,99,111,111,107,105,101,95,112,114,101,102,101,114,101,110,99,101,115,44,32,116,114,117,101,2,1,72,187,124,88,0,2,1,48,115,101,116,45,99,111,111,107,105,101,44,32,82,101,97,100,108,121,67,111,111,107,105,101,67,111,110,115,101,110,116,44,32,55,44,32,44,32,114,101,108,111,97,100,32,44,32,49,2,1,122,171,1,91,0,2,1,41,115,101,116,45,99,111,111,107,105,101,44,32,97,99,99,101,112,116,65,110,97,108,121,116,105,99,115,67,111,111,107,105,101,115,44,32,70,97,108,115,101,2,1,145,156,126,124,0,2,1,41,115,101,116,45,99,111,111,107,105,101,44,32,97,99,99,101,112,116,70,117,110,99,116,105,111,110,97,108,67,111,111,107,105,101,115,44,32,84,114,117,101,2,1,145,156,126,124,0,2,1,52,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,80,111,108,105,99,121,67,111,110,102,105,114,109,101,100,44,32,116,114,117,101,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,145,156,126,124,0,2,1,34,115,101,116,45,99,111,111,107,105,101,44,32,116,114,97,99,107,105,110,103,65,99,99,101,112,116,101,100,44,32,116,114,117,101,2,1,107,84,211,73,0,2,1,31,115,101,116,45,99,111,111,107,105,101,44,32,95,99,109,115,67,111,111,107,105,101,97,99,99,101,112,116,44,32,89,2,1,38,241,28,134,0,2,1,22,115,101,116,45,99,111,111,107,105,101,44,32,109,67,115,45,99,104,107,44,32,49,2,5,52,1,29,90,118,130,24,67,149,112,61,162,183,23,57,171,220,52,120,107,0,2,1,34,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,115,95,97,99,99,101,112,116,101,100,44,32,116,114,117,101,2,1,58,22,213,126,0,2,1,43,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,95,97,99,99,101,112,116,44,32,121,101,115,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,203,89,0,145,0,2,1,36,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,95,65,68,84,95,116,101,99,110,105,99,97,44,32,116,114,117,101,2,1,142,128,132,247,0,2,1,43,115,101,116,45,99,111,111,107,105,101,44,32,112,104,112,98,98,51,95,103,99,56,104,49,95,99,97,44,32,49,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,156,134,237,166,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,109,115,103,95,99,111,111,107,105,101,95,65,68,84,44,32,116,114,117,101,2,1,142,128,132,247,0,2,1,37,115,101,116,45,99,111,111,107,105,101,44,32,119,101,98,115,105,116,101,95,99,111,111,107,105,101,115,95,98,97,114,44,32,116,114,117,101,2,1,65,87,133,94,0,2,1,38,115,101,116,45,99,111,111,107,105,101,44,32,109,121,65,119,101,115,111,109,101,67,111,111,107,105,101,78,97,109,101,50,44,32,116,114,117,101,2,1,92,223,174,145,0,2,1,31,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,45,110,111,116,105,99,101,44,32,116,114,117,101,2,1,26,158,251,108,0,2,1,30,115,101,116,45,99,111,111,107,105,101,44,32,114,95,104,97,115,67,111,110,115,101,110,116,44,32,116,114,117,101,2,1,148,166,240,98,0,2,1,50,116,114,117,115,116,101,100,45,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,84,121,112,101,44,32,50,53,53,44,32,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,238,247,235,33,0,2,1,27,115,101,116,45,99,111,111,107,105,101,44,32,110,101,99,101,115,115,97,114,121,44,32,116,114,117,101,2,1,225,180,68,100,0,2,1,29,115,101,116,45,99,111,111,107,105,101,44,32,115,116,97,116,105,115,116,105,99,115,44,32,102,97,108,115,101,2,1,225,180,68,100,0,2,1,28,115,101,116,45,99,111,111,107,105,101,44,32,109,97,114,107,101,116,105,110,103,44,32,102,97,108,115,101,2,1,225,180,68,100,0,2,1,51,115,101,116,45,99,111,111,107,105,101,44,32,103,101,110,101,114,97,108,44,32,116,114,117,101,44,32,44,32,100,111,109,97,105,110,44,32,46,102,117,110,100,97,109,101,110,116,97,46,104,117,2,1,187,8,213,99,0,2,1,58,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,95,99,111,110,115,101,110,116,44,32,116,114,117,101,44,32,44,32,100,111,109,97,105,110,44,32,46,102,117,110,100,97,109,101,110,116,97,46,104,117,2,1,187,8,213,99,0,2,1,63,115,101,116,45,99,111,111,107,105,101,44,32,103,101,110,101,114,97,108,44,32,116,114,117,101,44,32,49,121,101,97,114,44,32,44,32,100,111,109,97,105,110,44,32,101,98,97,110,107,46,102,117,110,100,97,109,101,110,116,97,46,104,117,2,1,63,37,224,110,0,2,1,70,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,95,99,111,110,115,101,110,116,44,32,116,114,117,101,44,32,49,121,101,97,114,44,32,44,32,100,111,109,97,105,110,44,32,101,98,97,110,107,46,102,117,110,100,97,109,101,110,116,97,46,104,117,2,1,63,37,224,110,0,2,1,37,115,101,116,45,99,111,111,107,105,101,44,32,95,99,107,121,95,111,112,116,95,105,110,95,100,105,115,109,105,115,115,44,32,116,114,117,101,2,1,11,164,173,192,0,2,1,30,115,101,116,45,99,111,111,107,105,101,44,32,95,99,107,121,95,111,112,116,95,105,110,44,32,102,97,108,115,101,2,1,11,164,173,192,0,2,1,30,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,78,111,116,105,99,101,44,32,116,114,117,101,2,1,97,227,164,57,0,2,1,27,115,101,116,45,99,111,111,107,105,101,44,32,103,100,112,114,95,100,101,99,108,105,110,101,44,32,49,2,1,5,102,46,45,0,2,1,31,115,101,116,45,99,111,111,107,105,101,44,32,116,101,99,110,105,99,97,67,111,111,107,105,101,44,32,116,114,117,101,2,1,65,251,53,95,0,2,1,41,115,101,116,45,99,111,111,107,105,101,44,32,101,117,95,99,111,111,107,105,101,115,95,97,99,107,110,111,119,108,101,100,103,101,100,44,32,116,114,117,101,2,1,243,26,186,184,0,2,1,37,115,101,116,45,99,111,111,107,105,101,44,32,111,120,45,97,99,99,101,112,116,45,116,114,97,99,107,105,110,103,44,32,102,97,108,115,101,2,1,120,129,126,129,0,2,1,65,115,101,116,45,99,111,111,107,105,101,44,32,99,99,95,103,114,97,110,116,101,100,44,32,116,114,117,101,44,32,44,32,44,32,100,111,109,97,105,110,44,32,119,119,119,46,101,45,116,101,99,46,97,116,44,32,114,101,108,111,97,100,44,32,49,2,1,96,159,3,215,0,2,1,53,115,101,116,45,99,111,111,107,105,101,44,32,97,99,99,101,112,116,101,100,45,99,111,111,107,105,101,115,44,32,101,115,115,101,110,116,105,97,108,44,32,44,32,114,101,108,111,97,100,32,44,32,49,2,1,126,161,28,228,0,2,1,37,115,101,116,45,99,111,111,107,105,101,44,32,108,118,70,117,110,99,116,105,111,110,97,108,67,111,111,107,105,101,115,44,32,116,114,117,101,2,1,103,172,145,80,0,2,1,35,115,101,116,45,99,111,111,107,105,101,44,32,105,115,67,111,111,107,105,101,115,65,99,99,101,112,116,101,100,44,32,116,114,117,101,2,1,2,32,210,174,0,2,1,54,115,101,116,45,99,111,111,107,105,101,44,32,102,117,110,110,121,99,97,115,101,95,99,111,111,107,105,101,95,112,111,108,105,99,121,95,118,50,44,32,49,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,6,157,134,163,0,2,1,34,115,101,116,45,99,111,111,107,105,101,44,32,86,77,65,75,69,95,67,79,79,75,73,69,95,80,79,76,73,67,89,44,32,48,2,1,56,223,99,21,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,102,109,97,108,101,114,116,99,111,111,107,105,101,115,44,32,116,114,117,101,2,1,141,159,92,95,0,2,1,33,115,101,116,45,99,111,111,107,105,101,44,32,67,111,110,115,101,110,116,67,111,111,107,105,101,115,44,32,102,97,108,115,101,2,1,45,204,79,15,0,2,1,56,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,95,99,111,110,115,101,110,116,95,115,116,97,116,117,115,44,32,114,101,106,101,99,116,101,100,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,26,230,9,130,0,2,1,42,115,101,116,45,99,111,111,107,105,101,44,32,119,105,107,105,119,97,110,100,46,99,111,111,107,105,101,115,46,99,111,110,115,101,110,116,44,32,116,114,117,101,2,1,137,231,31,216,0,2,1,41,115,101,116,45,99,111,111,107,105,101,44,32,97,99,99,101,112,116,101,100,95,99,111,111,107,105,101,95,112,111,108,105,99,121,44,32,102,97,108,115,101,2,1,69,102,163,6,0,2,1,19,115,101,116,45,99,111,111,107,105,101,44,32,71,68,80,82,44,32,57,2,1,43,137,184,148,0,2,1,29,115,101,116,45,99,111,111,107,105,101,44,32,100,97,100,95,99,111,110,115,101,110,116,44,32,116,114,117,101,2,1,251,0,168,71,0,2,1,34,115,101,116,45,99,111,111,107,105,101,44,32,97,103,114,101,101,100,84,111,67,111,111,107,105,101,115,97,110,111,110,44,32,49,2,1,232,182,185,40,0,2,1,25,115,101,116,45,99,111,111,107,105,101,44,32,112,117,109,45,57,51,55,44,32,116,114,117,101,2,1,40,108,188,20,0,2,1,43,115,101,116,45,99,111,111,107,105,101,44,32,101,115,115,101,110,116,105,97,108,95,99,111,111,107,105,101,115,95,101,110,97,98,108,101,100,44,32,116,114,117,101,2,1,168,183,221,66,0,2,1,41,115,101,116,45,99,111,111,107,105,101,44,32,103,111,111,103,108,101,95,99,111,111,107,105,101,115,95,101,110,97,98,108,101,100,44,32,102,97,108,115,101,2,1,168,183,221,66,0,2,1,39,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,112,111,108,105,99,121,105,110,102,111,95,110,101,119,50,44,32,116,114,117,101,2,1,22,122,103,200,0,2,1,40,115,101,116,45,99,111,111,107,105,101,44,32,108,105,118,101,100,111,111,114,45,98,108,111,103,45,103,100,112,114,45,97,103,114,101,101,100,44,32,49,2,1,58,67,38,48,0,2,1,46,115,101,116,45,99,111,111,107,105,101,44,32,99,97,109,114,97,95,101,120,112,101,114,105,101,110,99,101,95,99,111,111,107,105,101,95,99,111,110,115,101,110,116,44,32,49,2,1,235,188,53,139,0,2,1,25,115,101,116,45,99,111,111,107,105,101,44,32,118,97,108,67,111,111,107,105,101,49,44,32,49,2,1,186,240,104,35,0,2,1,46,115,101,116,45,99,111,111,107,105,101,44,32,116,104,105,114,100,45,112,97,114,116,121,44,32,114,101,113,117,105,114,101,100,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,31,8,207,99,0,2,1,34,115,101,116,45,99,111,111,107,105,101,44,32,67,79,79,75,73,69,83,95,65,67,67,69,80,84,69,68,44,32,116,114,117,101,2,1,189,17,5,149,0,2,1,33,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,110,111,116,105,102,105,99,97,116,105,111,110,44,32,49,2,1,213,132,53,70,0,2,1,31,115,101,116,45,99,111,111,107,105,101,44,32,95,99,111,111,107,105,101,99,111,110,115,101,110,116,118,50,44,32,49,2,1,224,177,251,106,0,2,1,23,115,101,116,45,99,111,111,107,105,101,44,32,99,99,111,110,115,101,110,116,44,32,49,2,1,127,45,159,201,0,2,1,30,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,115,45,105,110,102,111,44,32,116,114,117,101,2,1,72,8,97,187,0,2,1,54,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,115,95,97,110,100,95,99,111,110,116,101,110,116,95,115,101,99,117,114,105,116,121,95,112,111,108,105,99,121,44,32,102,97,108,115,101,2,1,18,78,184,140,0,2,1,45,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,115,95,99,111,110,115,101,110,116,95,100,105,115,99,108,97,105,109,101,114,44,32,102,97,108,115,101,2,1,128,97,184,44,0,2,1,43,115,101,116,45,99,111,111,107,105,101,44,32,105,110,116,114,97,109,117,114,111,115,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,44,32,116,114,117,101,2,1,78,114,210,161,0,2,1,39,115,101,116,45,99,111,111,107,105,101,44,32,105,110,116,114,97,109,117,114,111,115,45,97,110,97,108,121,116,105,99,115,44,32,102,97,108,115,101,2,1,78,114,210,161,0,2,1,37,115,101,116,45,99,111,111,107,105,101,44,32,119,101,98,115,105,116,101,95,99,111,111,107,105,101,115,95,98,97,114,44,32,116,114,117,101,2,1,96,79,178,201,0,2,1,54,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,115,95,97,110,100,95,99,111,110,116,101,110,116,95,115,101,99,117,114,105,116,121,95,112,111,108,105,99,121,44,32,102,97,108,115,101,2,1,18,78,184,140,0,2,1,44,115,101,116,45,99,111,111,107,105,101,44,32,67,70,95,71,68,80,82,95,67,79,79,75,73,69,95,67,79,78,83,69,78,84,95,86,73,69,87,69,68,44,32,49,2,1,6,170,135,35,0,2,1,29,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,45,99,111,110,102,105,114,109,44,32,49,2,1,20,233,155,115,0,2,1,40,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,95,112,114,101,102,101,114,101,110,99,101,115,95,115,101,116,44,32,116,114,117,101,2,1,188,252,123,53,0,2,1,36,115,101,116,45,99,111,111,107,105,101,44,32,83,95,67,79,79,75,73,69,83,95,65,67,67,69,80,84,69,68,44,32,116,114,117,101,2,1,99,8,232,237,0,2,1,45,115,101,116,45,99,111,111,107,105,101,44,32,105,115,67,111,111,107,105,101,76,101,103,97,108,66,97,110,110,101,114,83,101,108,101,99,116,101,100,44,32,116,114,117,101,2,3,17,93,39,39,85,29,190,54,93,192,248,140,0,2,1,17,115,101,116,45,99,111,111,107,105,101,44,32,99,99,44,32,49,2,1,226,124,67,139,0,2,1,37,115,101,116,45,99,111,111,107,105,101,44,32,100,111,83,111,109,101,116,104,105,110,103,79,110,108,121,79,110,99,101,44,32,116,114,117,101,2,1,226,4,183,26,0,2,1,30,115,101,116,45,99,111,111,107,105,101,44,32,116,111,115,95,99,111,110,115,101,110,116,44,32,97,108,108,111,119,2,1,68,160,180,221,0,2,1,31,115,101,116,45,99,111,111,107,105,101,44,32,102,110,95,99,111,111,107,105,101,95,98,97,110,110,101,114,44,32,49,2,1,29,4,133,251,0,2,1,28,115,101,116,45,99,111,111,107,105,101,44,32,97,100,117,108,116,95,99,111,110,102,105,114,109,44,32,49,2,1,60,221,105,196,0,2,1,37,115,101,116,45,99,111,111,107,105,101,44,32,97,116,108,45,103,100,112,114,45,99,111,110,115,101,110,116,44,32,48,48,49,48,48,48,48,2,1,117,8,99,202,0,2,1,35,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,115,45,97,108,108,111,119,97,110,99,101,44,32,116,114,117,101,2,1,160,163,232,138,0,2,1,35,115,101,116,45,99,111,111,107,105,101,44,32,95,97,99,99,101,112,116,115,69,115,115,101,110,116,105,97,108,44,32,116,114,117,101,2,1,76,141,53,226,0,2,1,30,115,101,116,45,99,111,111,107,105,101,44,32,105,110,102,111,114,109,101,100,67,111,110,115,101,110,116,44,32,49,2,1,124,167,211,71,0,2,1,31,115,101,116,45,99,111,111,107,105,101,44,32,69,110,97,98,108,101,65,66,84,101,115,116,44,32,102,97,108,115,101,1,1,91,57,97,132,0,2,1,33,115,101,116,45,99,111,111,107,105,101,44,32,69,110,97,98,108,101,70,97,99,101,98,111,111,107,44,32,102,97,108,115,101,1,1,91,57,97,132,0,2,1,27,115,101,116,45,99,111,111,107,105,101,44,32,69,110,97,98,108,101,71,65,44,32,102,97,108,115,101,1,1,91,57,97,132,0,2,1,33,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,45,99,111,110,115,101,110,116,44,32,102,97,108,115,101,2,1,14,224,134,161,0,2,1,31,115,101,116,45,99,111,111,107,105,101,44,32,99,111,110,115,101,110,116,45,115,116,97,116,101,44,32,116,114,117,101,2,2,121,62,0,50,223,88,36,163,0,2,1,34,115,101,116,45,99,111,111,107,105,101,44,32,119,97,115,95,99,111,111,107,105,101,95,99,111,110,115,101,110,116,44,32,110,111,2,1,6,20,82,8,0,2,1,48,115,101,116,45,99,111,111,107,105,101,44,32,121,116,112,114,101,102,115,95,103,100,112,114,95,99,111,110,115,101,110,116,44,32,49,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,164,92,35,195,0,2,1,26,115,101,116,45,99,111,111,107,105,101,44,32,99,99,111,110,115,101,110,116,44,32,49,48,48,48,2,1,230,89,34,99,0,2,1,23,115,101,116,45,99,111,111,107,105,101,44,32,67,79,78,83,69,78,84,44,32,49,53,2,1,191,108,85,99,0,2,1,29,115,101,116,45,99,111,111,107,105,101,44,32,110,67,111,111,107,105,101,86,105,115,105,98,108,101,44,32,50,2,1,70,164,90,219,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,67,111,111,107,105,101,67,111,110,115,101,110,116,44,32,102,97,108,115,101,2,1,151,36,7,116,0,2,1,37,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,95,99,111,110,115,101,110,116,44,32,110,101,99,101,115,115,97,114,121,2,1,42,128,156,229,0,2,1,38,115,101,116,45,99,111,111,107,105,101,44,32,115,117,122,117,107,105,45,97,99,99,101,112,116,45,99,111,111,107,105,101,44,32,116,114,117,101,2,1,112,132,72,242,0,2,1,30,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,72,105,100,100,101,110,44,32,116,114,117,101,2,1,122,170,141,139,0,2,1,59,115,101,116,45,99,111,111,107,105,101,44,32,116,101,114,109,115,95,97,103,114,101,101,109,101,110,116,95,112,111,112,117,112,95,97,103,114,101,101,100,44,32,116,114,117,101,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,86,192,63,145,0,2,1,28,115,101,116,45,99,111,111,107,105,101,44,32,99,111,110,115,101,110,116,95,112,97,110,101,108,44,32,49,2,1,148,179,172,200,0,2,1,42,115,101,116,45,99,111,111,107,105,101,44,32,117,115,101,114,95,97,108,108,111,119,101,100,95,115,97,118,101,95,99,111,111,107,105,101,44,32,116,114,117,101,2,1,240,165,107,10,0,2,1,29,115,101,116,45,99,111,111,107,105,101,44,32,65,99,99,101,112,116,67,111,111,107,105,101,44,32,121,101,115,2,1,148,176,145,111,0,2,1,28,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,67,111,110,115,101,110,116,44,32,48,2,1,21,164,243,167,0,2,1,35,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,67,111,110,115,101,110,116,44,32,114,101,106,101,99,116,101,100,2,1,213,130,114,122,0,2,1,37,115,101,116,45,99,111,111,107,105,101,44,32,115,109,105,108,101,95,97,108,108,111,119,95,99,111,111,107,105,101,115,44,32,116,114,117,101,2,1,244,193,163,173,0,2,1,44,115,101,116,45,99,111,111,107,105,101,44,32,67,70,95,71,68,80,82,95,67,79,79,75,73,69,95,67,79,78,83,69,78,84,95,86,73,69,87,69,68,44,32,49,2,1,91,59,77,154,0,2,1,30,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,95,97,108,101,114,116,44,32,116,114,117,101,2,1,12,63,251,59,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,99,98,45,101,110,97,98,108,101,100,44,32,97,99,99,101,112,116,101,100,2,2,40,42,130,73,247,77,207,194,0,2,1,30,115,101,116,45,99,111,111,107,105,101,44,32,65,103,114,101,101,67,111,111,107,105,101,115,44,32,116,114,117,101,2,1,166,110,18,244,0,2,1,31,115,101,116,45,99,111,111,107,105,101,44,32,65,114,101,67,111,111,107,105,101,115,83,101,116,44,32,116,114,117,101,2,1,166,110,18,244,0,2,1,41,115,101,116,45,99,111,111,107,105,101,44,32,99,104,99,67,111,111,107,105,101,72,105,110,116,44,32,49,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,177,214,207,78,0,2,1,54,115,101,116,45,99,111,111,107,105,101,44,32,97,99,99,101,112,116,45,115,101,108,101,99,116,101,100,45,99,111,111,107,105,101,115,44,32,116,114,117,101,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,99,14,129,235,0,2,1,34,115,101,116,45,99,111,111,107,105,101,44,99,111,111,107,105,101,80,114,101,102,101,114,101,110,99,101,115,44,32,116,114,117,101,2,1,99,14,129,235,0,2,1,26,115,101,116,45,99,111,111,107,105,101,44,110,101,99,101,115,115,97,114,121,44,32,116,114,117,101,2,1,99,14,129,235,0,2,1,38,115,101,116,45,99,111,111,107,105,101,44,32,104,97,115,95,97,99,99,101,112,116,101,100,95,99,111,111,107,105,101,115,44,32,116,114,117,101,2,1,122,67,59,133,0,2,1,40,115,101,116,45,99,111,111,107,105,101,44,32,99,115,95,118,105,101,119,101,100,95,99,111,111,107,105,101,95,112,111,108,105,99,121,44,32,121,101,115,2,1,222,50,24,65,0,2,1,26,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,115,44,32,102,97,108,115,101,2,1,243,129,230,241,0,2,1,31,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,115,95,97,99,99,101,112,116,101,100,44,32,48,2,1,132,54,240,181,0,2,1,34,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,115,95,105,110,102,111,114,109,101,100,44,32,116,114,117,101,2,1,148,188,83,207,0,2,1,53,115,101,116,45,99,111,111,107,105,101,44,32,104,97,115,45,115,101,101,110,45,99,111,111,107,105,101,45,110,111,116,105,99,101,44,32,116,114,117,101,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,160,224,236,28,0,2,1,29,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,115,45,97,103,114,101,101,100,44,32,49,1,1,96,215,74,180,0,2,1,33,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,115,45,97,110,97,108,121,116,105,99,97,108,44,32,48,1,1,96,215,74,180,0,2,1,39,115,101,116,45,99,111,111,107,105,101,44,32,103,108,115,45,99,111,111,107,105,101,45,112,111,108,105,99,121,44,32,97,99,99,101,112,116,101,100,2,1,32,76,243,147,0,2,1,33,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,115,45,99,111,110,102,105,103,117,114,101,100,44,32,49,2,1,125,21,140,74,0,2,1,25,115,101,116,45,99,111,111,107,105,101,44,32,99,111,110,115,101,110,116,44,32,116,114,117,101,2,1,7,140,85,234,0,2,1,30,115,101,116,45,99,111,111,107,105,101,44,32,108,111,99,97,108,67,111,110,115,101,110,116,44,32,116,114,117,101,2,1,81,118,150,177,0,2,1,27,115,101,116,45,99,111,111,107,105,101,44,32,112,117,109,45,49,51,55,53,49,44,32,116,114,117,101,2,1,179,167,43,131,0,2,1,22,115,101,116,45,99,111,111,107,105,101,44,32,67,79,78,83,69,78,84,44,32,49,2,1,222,147,92,197,0,2,1,23,115,101,116,45,99,111,111,107,105,101,44,32,99,109,95,108,101,118,101,108,44,32,48,2,1,60,18,215,253,0,2,1,33,115,101,116,45,99,111,111,107,105,101,44,32,115,116,45,99,111,111,107,105,101,45,116,111,107,101,110,44,32,116,114,117,101,2,1,68,194,239,233,0,2,1,34,115,101,116,45,99,111,111,107,105,101,44,32,102,117,110,99,116,105,111,110,97,108,67,111,111,107,105,101,44,32,116,114,117,101,2,1,223,244,246,137,0,2,1,35,115,101,116,45,99,111,111,107,105,101,44,32,97,103,114,101,101,100,95,99,111,111,107,105,101,95,112,111,108,105,99,121,44,32,49,2,1,127,83,131,92,0,2,1,73,115,101,116,45,99,111,111,107,105,101,44,32,104,97,115,77,97,100,101,67,111,110,115,101,110,116,83,101,108,101,99,116,105,111,110,44,32,116,114,117,101,44,32,44,32,44,32,100,111,109,97,105,110,44,32,46,109,111,116,111,114,115,112,111,114,116,114,101,103,46,99,111,109,2,1,166,188,107,1,0,2,1,76,115,101,116,45,99,111,111,107,105,101,44,32,104,97,115,77,97,100,101,67,111,110,115,101,110,116,83,101,108,101,99,116,105,111,110,71,80,67,44,32,116,114,117,101,44,32,44,32,44,32,100,111,109,97,105,110,44,32,46,109,111,116,111,114,115,112,111,114,116,114,101,103,46,99,111,109,2,1,166,188,107,1,0,2,1,79,115,101,116,45,99,111,111,107,105,101,44,32,104,97,115,77,97,100,101,67,111,110,115,101,110,116,83,101,108,101,99,116,105,111,110,44,32,116,114,117,101,44,32,44,32,44,32,100,111,109,97,105,110,44,32,46,105,109,111,108,97,46,109,111,116,111,114,115,112,111,114,116,114,101,103,46,99,111,109,2,1,14,229,89,141,0,2,1,82,115,101,116,45,99,111,111,107,105,101,44,32,104,97,115,77,97,100,101,67,111,110,115,101,110,116,83,101,108,101,99,116,105,111,110,71,80,67,44,32,116,114,117,101,44,32,44,32,44,32,100,111,109,97,105,110,44,32,46,105,109,111,108,97,46,109,111,116,111,114,115,112,111,114,116,114,101,103,46,99,111,109,2,1,14,229,89,141,0,2,1,25,115,101,116,45,99,111,111,107,105,101,44,32,103,100,112,114,80,71,65,44,32,116,114,117,101,2,1,38,157,76,14,0,2,1,48,115,101,116,45,99,111,111,107,105,101,44,32,120,110,95,99,111,111,107,105,101,99,111,110,115,101,110,116,44,32,102,97,108,115,101,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,12,131,240,92,0,2,1,48,115,101,116,45,99,111,111,107,105,101,44,32,116,97,117,110,116,111,110,95,117,115,101,114,95,99,111,110,115,101,110,116,95,115,117,98,109,105,116,116,101,100,44,32,116,114,117,101,2,2,72,103,151,6,74,162,75,157,0,2,1,51,115,101,116,45,99,111,111,107,105,101,44,32,116,97,117,110,116,111,110,95,117,115,101,114,95,99,111,110,115,101,110,116,95,97,100,118,101,114,116,105,115,105,110,103,44,32,102,97,108,115,101,2,2,72,103,151,6,74,162,75,157,0,2,1,49,115,101,116,45,99,111,111,107,105,101,44,32,116,97,117,110,116,111,110,95,117,115,101,114,95,99,111,110,115,101,110,116,95,97,110,97,108,121,116,105,99,115,44,32,102,97,108,115,101,2,2,72,103,151,6,74,162,75,157,0,2,1,36,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,95,99,111,110,115,101,110,116,95,99,108,111,115,101,100,44,32,49,2,1,248,144,190,39,0,2,1,35,115,101,116,45,99,111,111,107,105,101,44,32,95,95,99,111,111,107,105,101,95,99,111,110,115,101,110,116,44,32,102,97,108,115,101,2,1,115,234,145,163,0,2,1,27,115,101,116,45,99,111,111,107,105,101,44,32,100,115,103,118,111,45,115,116,97,116,44,32,121,101,115,2,1,1,212,25,171,0,2,1,26,115,101,116,45,99,111,111,107,105,101,44,32,100,115,103,118,111,45,109,97,114,107,44,32,110,111,2,1,1,212,25,171,0,2,1,43,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,83,101,116,116,105,110,103,115,44,32,49,49,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,207,77,161,230,0,2,1,36,115,101,116,45,99,111,111,107,105,101,44,32,103,111,111,103,108,101,45,116,97,103,109,97,110,97,103,101,114,44,32,102,97,108,115,101,2,1,61,96,170,208,0,2,1,40,115,101,116,45,99,111,111,107,105,101,44,32,100,101,99,108,105,110,101,44,32,116,114,117,101,44,32,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,252,93,230,241,0,2,1,38,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,84,101,114,109,115,68,105,115,109,105,115,115,101,100,44,32,116,114,117,101,2,1,67,86,100,255,0,2,1,40,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,67,111,110,115,101,110,116,68,105,115,109,105,115,115,101,100,44,32,116,114,117,101,2,1,67,86,100,255,0,2,1,33,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,110,111,116,105,102,105,99,97,116,105,111,110,44,32,49,2,1,42,213,67,66,0,2,1,41,115,101,116,45,99,111,111,107,105,101,44,32,107,114,97,102,116,119,101,114,107,67,111,111,107,105,101,80,111,108,105,99,121,83,116,97,116,101,44,32,49,2,1,255,148,129,123,0,2,1,47,115,101,116,45,99,111,111,107,105,101,44,32,112,114,105,118,97,99,121,80,111,108,105,99,121,65,99,99,101,112,116,44,32,49,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,66,96,32,120,0,2,1,36,115,101,116,45,99,111,111,107,105,101,44,32,67,111,111,107,105,101,67,111,110,115,101,110,116,44,32,110,101,99,101,115,115,97,114,121,2,1,170,128,228,117,0,2,1,34,115,101,116,45,99,111,111,107,105,101,44,32,97,110,97,108,121,116,105,99,115,83,116,97,116,117,115,44,32,102,97,108,115,101,2,1,233,200,156,44,0,2,1,36,115,101,116,45,99,111,111,107,105,101,44,32,115,111,99,105,97,108,77,101,100,105,97,83,116,97,116,117,115,44,32,102,97,108,115,101,2,1,233,200,156,44,0,2,1,41,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,115,65,99,99,101,112,116,101,100,44,32,49,44,32,114,101,108,111,97,100,44,32,49,2,2,132,26,67,85,189,148,247,116,0,2,1,23,115,101,116,45,99,111,111,107,105,101,44,32,114,101,113,117,105,114,101,100,44,32,49,2,1,159,162,50,176,0,2,1,24,115,101,116,45,99,111,111,107,105,101,44,32,112,109,83,116,111,114,97,103,101,44,32,49,2,1,152,126,241,251,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,117,115,101,114,95,99,111,111,107,105,101,95,112,114,101,102,115,44,32,49,2,3,83,33,11,166,154,89,152,134,156,25,156,155,0,2,1,24,115,101,116,45,99,111,111,107,105,101,44,32,95,99,111,111,95,115,101,101,110,44,32,49,2,1,139,6,208,88,0,2,1,37,115,101,116,45,99,111,111,107,105,101,44,32,97,105,114,84,82,70,88,95,99,111,111,107,105,101,115,44,32,97,99,99,101,112,116,101,100,2,1,185,39,226,224,0,2,1,39,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,95,99,111,110,115,101,110,116,95,97,99,99,101,112,116,44,32,116,114,117,101,2,1,38,157,129,18,0,2,1,23,115,101,116,45,99,111,111,107,105,101,44,32,97,103,114,101,101,44,32,116,114,117,101,2,1,136,63,120,189,0,2,1,40,115,101,116,45,99,111,111,107,105,101,44,32,118,119,95,109,109,115,95,104,105,100,101,95,99,111,111,107,105,101,95,100,105,97,108,111,103,44,32,49,2,1,243,99,164,161,0,2,1,30,115,101,116,45,99,111,111,107,105,101,44,32,115,111,108,111,95,111,112,116,95,105,110,44,32,102,97,108,115,101,2,1,55,4,106,92,0,2,1,29,115,101,116,45,99,111,111,107,105,101,44,32,80,79,77,69,76,79,95,67,79,79,75,73,69,83,44,32,49,2,1,38,151,223,132,0,2,1,35,115,101,116,45,99,111,111,107,105,101,44,32,65,99,99,101,112,116,85,115,101,67,111,111,107,105,101,44,32,65,99,99,101,112,116,2,1,147,134,182,0,0,2,1,31,115,101,116,45,99,111,111,107,105,101,44,32,115,98,114,102,46,112,101,114,115,95,110,111,116,105,99,101,44,32,49,2,1,216,112,91,204,0,2,1,36,115,101,116,45,99,111,111,107,105,101,44,32,99,108,111,115,101,100,67,111,111,107,105,101,66,97,110,110,101,114,44,32,116,114,117,101,2,1,207,217,235,148,0,2,1,42,115,101,116,45,99,111,111,107,105,101,44,32,121,111,121,111,99,111,111,107,105,101,99,111,110,115,101,110,116,95,118,105,101,119,101,100,44,32,116,114,117,101,2,1,182,30,117,9,0,2,1,52,115,101,116,45,99,111,111,107,105,101,44,32,112,114,105,118,97,99,121,95,112,111,108,105,99,121,95,97,103,114,101,101,109,101,110,116,44,32,55,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,120,203,45,164,0,2,1,40,115,101,116,45,99,111,111,107,105,101,44,32,107,105,110,101,109,97,115,116,101,114,45,99,111,111,107,105,101,99,111,110,115,116,101,110,116,44,32,49,2,1,230,101,213,109,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,95,97,99,99,101,112,116,97,110,99,101,44,32,49,2,1,10,167,131,231,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,106,97,122,122,102,109,45,112,114,105,118,97,99,121,44,32,116,114,117,101,2,1,59,35,240,85,0,2,1,35,115,101,116,45,99,111,111,107,105,101,44,32,115,104,111,119,95,109,115,103,95,99,111,111,107,105,101,115,44,32,102,97,108,115,101,2,1,176,177,226,230,0,2,1,44,115,101,116,45,99,111,111,107,105,101,44,32,67,111,111,107,105,101,67,111,110,115,101,110,116,44,32,116,114,117,101,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,129,173,185,189,0,2,1,34,115,101,116,45,99,111,111,107,105,101,44,32,70,117,110,99,116,105,111,110,97,108,67,111,111,107,105,101,44,32,116,114,117,101,2,1,129,173,185,189,0,2,1,35,115,101,116,45,99,111,111,107,105,101,44,32,65,110,97,108,121,116,105,99,97,108,67,111,111,107,105,101,44,32,102,97,108,115,101,2,1,129,173,185,189,0,2,1,52,115,101,116,45,99,111,111,107,105,101,44,32,46,89,111,117,114,65,112,112,46,67,111,110,115,101,110,116,67,111,111,107,105,101,44,32,121,101,115,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,92,189,140,245,0,2,1,22,115,101,116,45,99,111,111,107,105,101,44,32,103,100,112,114,44,32,100,101,110,121,2,1,89,142,244,155,0,2,1,50,115,101,116,45,99,111,111,107,105,101,44,32,86,65,65,95,69,78,83,73,71,72,84,69,78,95,80,82,73,86,65,67,89,95,66,65,78,78,69,82,95,86,73,69,87,69,68,44,32,49,2,1,64,96,234,249,0,2,1,50,115,101,116,45,99,111,111,107,105,101,44,32,86,65,65,95,69,78,83,73,71,72,84,69,78,95,80,82,73,86,65,67,89,95,66,65,78,78,69,82,95,76,79,65,68,69,68,44,32,49,2,1,64,96,234,249,0,2,1,46,115,101,116,45,99,111,111,107,105,101,44,32,86,65,65,95,69,78,83,73,71,72,84,69,78,95,80,82,73,86,65,67,89,95,77,97,114,107,101,116,105,110,103,44,32,48,2,1,64,96,234,249,0,2,1,47,115,101,116,45,99,111,111,107,105,101,44,32,86,65,65,95,69,78,83,73,71,72,84,69,78,95,80,82,73,86,65,67,89,95,70,117,110,99,116,105,111,110,97,108,44,32,48,2,1,64,96,234,249,0,2,1,46,115,101,116,45,99,111,111,107,105,101,44,32,86,65,65,95,69,78,83,73,71,72,84,69,78,95,80,82,73,86,65,67,89,95,65,110,97,108,121,116,105,99,115,44,32,48,2,1,64,96,234,249,0,2,1,35,115,101,116,45,99,111,111,107,105,101,44,32,97,103,114,101,101,115,87,105,116,104,67,111,111,107,105,101,115,44,32,116,114,117,101,2,1,131,191,66,203,0,2,1,28,115,101,116,45,99,111,111,107,105,101,44,32,103,97,67,111,111,107,105,101,115,44,32,102,97,108,115,101,2,1,149,4,69,118,0,2,1,38,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,115,65,112,112,114,111,118,101,100,50,48,50,51,49,44,32,116,114,117,101,2,1,164,94,111,21,0,2,1,42,115,101,116,45,99,111,111,107,105,101,44,32,114,109,45,102,105,114,115,116,45,116,105,109,101,45,109,111,100,97,108,45,119,101,108,99,111,109,101,44,32,49,2,1,142,222,53,95,0,2,1,40,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,67,111,110,115,101,110,116,45,50,48,50,51,45,48,51,44,32,102,97,108,115,101,2,1,207,230,128,120,0,2,1,31,115,101,116,45,99,111,111,107,105,101,44,32,67,111,111,107,105,101,68,105,115,99,108,97,105,109,101,114,44,32,49,2,1,252,246,177,246,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,116,119,116,114,95,112,105,120,101,108,95,111,112,116,95,105,110,44,32,78,2,1,225,246,109,82,0,2,1,29,115,101,116,45,99,111,111,107,105,101,44,32,82,66,67,111,111,107,105,101,45,65,108,101,114,116,44,32,49,2,1,158,103,214,141,0,2,1,34,115,101,116,45,99,111,111,107,105,101,44,32,67,111,111,107,105,101,67,111,110,115,101,110,116,86,52,44,32,102,97,108,115,101,2,1,242,121,3,55,0,2,1,58,115,101,116,45,99,111,111,107,105,101,44,32,77,68,69,70,95,67,79,79,75,73,69,95,67,79,78,83,69,78,84,95,49,53,57,53,55,55,55,44,32,116,114,117,101,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,220,235,84,171,0,2,1,39,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,99,111,110,115,101,110,116,95,115,116,97,116,117,115,44,32,97,108,108,111,119,2,8,84,222,80,138,102,123,9,18,105,175,21,2,111,192,29,135,165,42,247,135,219,169,20,152,229,206,123,35,232,213,103,142,0,2,1,41,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,99,111,110,115,101,110,116,95,115,116,97,116,117,115,44,32,100,105,115,109,105,115,115,2,1,1,244,59,178,0,2,1,53,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,115,95,97,110,97,108,121,116,105,99,115,95,101,110,97,98,108,101,100,44,32,48,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,226,239,88,211,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,120,102,95,110,111,116,105,99,101,95,100,105,115,109,105,115,115,44,32,49,2,1,239,74,115,205,0,2,1,35,115,101,116,45,99,111,111,107,105,101,44,32,114,99,108,95,99,111,110,115,101,110,116,95,103,105,118,101,110,44,32,116,114,117,101,2,1,103,47,29,185,0,2,1,41,115,101,116,45,99,111,111,107,105,101,44,32,114,99,108,95,112,114,101,102,101,114,101,110,99,101,115,95,99,111,110,115,101,110,116,44,32,116,114,117,101,2,1,103,47,29,185,0,2,1,40,115,101,116,45,99,111,111,107,105,101,44,32,114,99,108,95,109,97,114,107,101,116,105,110,103,95,99,111,110,115,101,110,116,44,32,102,97,108,115,101,2,1,103,47,29,185,0,2,1,45,115,101,116,45,99,111,111,107,105,101,44,32,99,111,110,102,105,114,109,101,100,45,99,111,111,107,105,101,115,44,32,49,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,44,104,21,55,0,2,1,30,115,101,116,45,99,111,111,107,105,101,44,32,99,98,95,118,97,108,105,100,67,111,111,107,105,101,115,44,32,49,2,1,38,78,38,29,0,2,1,26,115,101,116,45,99,111,111,107,105,101,44,32,99,98,95,97,99,99,101,112,116,101,100,44,32,49,2,1,38,78,38,29,0,2,1,38,115,101,116,45,99,111,111,107,105,101,44,32,119,115,45,99,111,111,107,105,101,45,84,101,99,104,110,105,113,117,101,115,44,32,116,114,117,101,2,1,142,198,128,169,0,2,1,28,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,45,97,103,114,101,101,100,44,32,50,2,1,242,81,115,168,0,2,1,31,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,95,99,111,110,115,101,110,116,44,32,121,101,115,2,1,194,148,192,221,0,2,1,37,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,95,99,111,110,115,101,110,116,95,111,112,116,105,111,110,115,44,32,51,2,1,194,148,192,221,0,2,1,49,115,101,116,45,99,111,111,107,105,101,44,32,99,111,110,115,101,110,116,73,115,83,101,116,66,121,85,115,101,114,44,32,116,114,117,101,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,203,193,235,155,0,2,1,48,115,101,116,45,99,111,111,107,105,101,44,32,105,115,83,105,116,101,67,111,111,107,105,101,82,101,118,105,101,119,101,100,44,32,48,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,71,119,183,157,0,2,1,33,115,101,116,45,99,111,111,107,105,101,44,32,112,104,112,98,98,51,95,52,122,110,54,106,95,99,97,44,32,116,114,117,101,2,1,88,245,145,246,0,2,1,44,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,66,97,114,45,99,111,111,107,105,101,115,45,97,99,99,101,112,116,101,100,44,32,116,114,117,101,2,1,146,213,114,152,0,2,1,46,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,95,99,111,110,115,101,110,116,95,117,115,101,114,95,97,99,99,101,112,116,101,100,44,32,116,114,117,101,2,1,155,146,92,24,0,2,1,40,115,101,116,45,99,111,111,107,105,101,44,32,95,95,103,105,116,98,111,111,107,95,99,111,111,107,105,101,95,103,114,97,110,116,101,100,44,32,110,111,2,9,51,55,144,36,81,1,213,227,85,121,86,130,124,185,174,202,140,142,7,18,145,252,158,183,154,119,241,118,164,6,0,57,180,233,93,103,0,2,1,36,115,101,116,45,99,111,111,107,105,101,44,32,87,66,95,67,111,111,107,105,101,78,111,116,105,102,105,99,97,116,105,111,110,44,32,49,2,1,242,122,96,56,0,2,1,36,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,67,111,110,102,105,114,109,97,116,105,111,110,44,32,116,114,117,101,2,1,35,97,30,21,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,103,100,112,114,50,95,114,101,113,117,105,114,101,100,44,32,116,114,117,101,2,1,15,63,53,49,0,2,1,23,115,101,116,45,99,111,111,107,105,101,44,32,103,100,112,114,50,44,32,116,114,117,101,2,1,15,63,53,49,0,2,1,30,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,95,97,99,99,101,112,116,101,100,44,32,49,2,1,152,214,161,96,0,2,1,51,115,101,116,45,99,111,111,107,105,101,44,32,117,115,101,114,95,99,111,111,107,105,101,95,99,111,110,115,101,110,116,44,32,102,97,108,115,101,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,255,88,144,35,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,115,45,109,97,114,107,101,116,105,110,103,44,32,78,2,1,16,4,179,210,0,2,1,48,115,101,116,45,99,111,111,107,105,101,44,32,103,97,116,115,98,121,45,103,100,112,114,45,103,111,111,103,108,101,45,116,97,103,109,97,110,97,103,101,114,44,32,102,97,108,115,101,2,2,2,251,155,30,126,222,173,4,0,2,1,39,115,101,116,45,99,111,111,107,105,101,44,32,117,117,65,112,112,67,111,111,107,105,101,115,65,103,114,101,101,109,101,110,116,44,32,116,114,117,101,2,1,137,188,32,243,0,2,1,33,115,101,116,45,99,111,111,107,105,101,44,32,95,99,111,111,107,105,101,115,45,99,111,110,115,101,110,116,44,32,121,101,115,2,1,117,188,194,222,0,2,1,50,115,101,116,45,99,111,111,107,105,101,44,32,82,67,73,95,65,80,80,95,76,69,71,65,76,95,68,73,83,67,76,65,73,77,69,82,95,67,79,79,75,73,69,44,32,102,97,108,115,101,2,1,134,21,212,107,0,2,1,34,115,101,116,45,99,111,111,107,105,101,44,32,104,115,95,99,111,111,107,105,101,99,111,110,115,101,110,116,44,32,116,114,117,101,2,1,226,127,113,3,0,2,1,28,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,114,103,112,100,106,110,122,44,32,49,2,1,143,190,190,232,0,2,1,40,115,101,116,45,99,111,111,107,105,101,44,32,95,95,114,97,100,105,99,97,108,77,111,116,111,114,115,112,111,114,116,46,97,99,44,32,116,114,117,101,2,1,212,164,174,85,0,2,1,44,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,115,95,109,101,115,115,97,103,101,95,98,97,114,95,104,105,100,100,101,110,44,32,116,114,117,101,2,1,41,197,20,87,0,2,1,33,115,101,116,45,99,111,111,107,105,101,44,32,97,99,99,101,112,116,115,67,111,111,107,105,101,115,44,32,102,97,108,115,101,2,1,119,106,65,202,0,2,1,36,115,101,116,45,99,111,111,107,105,101,44,32,97,99,99,101,112,116,95,99,111,111,107,105,101,115,44,32,97,99,99,101,112,116,101,100,2,2,51,6,148,5,162,136,213,6,0,2,1,27,115,101,116,45,99,111,111,107,105,101,44,32,99,111,110,115,101,110,116,95,115,101,101,110,44,32,49,2,1,228,96,186,202,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,95,103,100,112,114,95,112,108,97,121,98,97,108,97,116,114,111,44,32,49,2,1,66,229,9,171,0,2,1,25,115,101,116,45,99,111,111,107,105,101,44,32,99,111,110,115,101,110,116,65,108,108,44,32,48,2,3,70,177,197,152,136,51,217,8,205,221,102,198,0,2,1,41,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,119,97,114,110,105,110,103,44,32,49,44,32,44,32,114,101,108,111,97,100,44,32,49,2,8,60,251,246,102,85,187,73,155,100,205,51,157,101,6,105,165,198,200,218,174,231,112,151,191,249,172,39,61,255,121,98,67,0,2,1,31,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,66,97,114,83,101,101,110,44,32,116,114,117,101,2,2,132,199,143,241,133,168,161,111,0,2,1,38,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,95,99,111,110,115,101,110,116,95,103,105,118,101,110,44,32,116,114,117,101,2,1,38,156,253,187,0,2,1,54,115,101,116,45,99,111,111,107,105,101,44,32,99,117,118,118,97,46,97,112,112,46,119,101,98,115,105,116,101,46,99,111,111,107,105,101,45,112,111,108,105,99,121,46,99,111,110,115,101,110,116,44,32,49,2,1,127,56,231,159,0,2,1,51,115,101,116,45,99,111,111,107,105,101,44,32,99,117,115,116,111,109,45,99,111,111,107,105,101,115,45,97,99,99,101,112,116,101,100,44,32,49,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,176,197,199,113,0,2,1,45,115,101,116,45,99,111,111,107,105,101,44,32,65,110,97,108,121,116,105,99,115,65,99,99,101,112,116,97,110,99,101,80,111,112,79,118,101,114,44,32,102,97,108,115,101,2,1,78,202,112,234,0,2,1,27,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,99,111,111,107,105,101,44,32,49,2,1,230,105,89,104,0,2,1,36,115,101,116,45,99,111,111,107,105,101,44,32,100,105,115,99,108,97,105,109,101,114,45,111,118,101,114,108,97,121,44,32,116,114,117,101,2,1,188,77,118,142,0,2,1,34,115,101,116,45,99,111,111,107,105,101,44,32,99,111,109,112,108,105,97,110,99,101,67,111,111,107,105,101,44,32,116,114,117,101,2,1,201,201,142,143,0,2,1,41,115,101,116,45,99,111,111,107,105,101,44,32,75,101,101,98,83,117,112,112,108,121,67,111,111,107,105,101,67,111,110,115,101,110,116,44,32,116,114,117,101,2,1,193,86,9,3,0,2,1,41,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,95,112,111,108,105,99,121,95,97,103,114,101,101,109,101,110,116,44,32,116,114,117,101,2,1,243,238,181,185,0,2,1,25,115,101,116,45,99,111,111,107,105,101,44,32,107,116,95,116,99,111,111,107,105,101,44,32,49,2,4,2,182,179,40,146,216,120,17,202,91,135,184,238,49,98,231,0,2,1,38,115,101,116,45,99,111,111,107,105,101,44,32,115,112,108,97,115,104,95,80,97,103,101,95,65,99,99,101,112,116,101,100,44,32,116,114,117,101,2,4,2,182,179,40,146,216,120,17,202,91,135,184,238,49,98,231,0,2,1,41,115,101,116,45,99,111,111,107,105,101,44,32,103,100,112,114,45,97,110,97,108,121,116,105,99,115,45,101,110,97,98,108,101,100,44,32,102,97,108,115,101,2,1,69,86,130,56,0,2,1,29,115,101,116,45,99,111,111,107,105,101,44,32,112,114,105,118,97,99,121,95,115,116,97,116,117,115,44,32,49,2,1,114,56,28,78,0,2,1,31,115,101,116,45,99,111,111,107,105,101,44,32,112,114,105,118,97,99,121,95,115,101,116,116,105,110,103,115,44,32,49,2,1,216,252,53,213,0,2,1,34,115,101,116,45,99,111,111,107,105,101,44,32,99,111,110,102,105,103,44,32,49,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,21,181,199,210,0,2,1,53,115,101,116,45,99,111,111,107,105,101,44,32,104,105,100,101,67,111,111,107,105,101,78,111,116,105,102,105,99,97,116,105,111,110,44,32,116,114,117,101,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,250,122,129,82,0,2,1,33,115,101,116,45,99,111,111,107,105,101,44,32,67,111,111,107,105,101,78,111,116,105,102,105,99,97,116,105,111,110,44,32,49,2,1,104,251,123,189,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,104,97,115,95,97,99,99,101,112,116,101,100,95,103,100,112,114,44,32,49,2,1,158,140,49,99,0,2,1,34,115,101,116,45,99,111,111,107,105,101,44,32,97,112,112,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,115,44,32,49,2,1,9,73,228,176,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,97,110,97,108,105,116,105,99,115,95,99,111,111,107,105,101,115,44,32,48,2,1,216,252,53,213,0,2,1,36,115,101,116,45,99,111,111,107,105,101,44,32,97,99,99,101,112,116,95,99,111,111,107,105,101,115,44,32,97,99,99,101,112,116,101,100,2,1,166,170,139,228,0,2,1,44,115,101,116,45,99,111,111,107,105,101,44,32,97,99,99,101,112,116,95,99,111,111,107,105,101,115,44,32,121,101,115,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,39,157,131,58,0,2,1,48,115,101,116,45,99,111,111,107,105,101,44,32,116,97,99,104,121,111,110,45,97,99,99,101,112,116,101,100,45,99,111,111,107,105,101,45,110,111,116,105,99,101,44,32,116,114,117,101,2,1,98,224,136,97,0,2,1,60,115,101,116,45,99,111,111,107,105,101,44,32,100,101,102,114,97,45,99,111,111,107,105,101,45,98,97,110,110,101,114,45,100,105,115,109,105,115,115,101,100,44,32,116,114,117,101,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,40,183,92,24,0,2,1,38,115,101,116,45,99,111,111,107,105,101,44,32,109,121,65,119,101,115,111,109,101,67,111,111,107,105,101,78,97,109,101,51,44,32,116,114,117,101,2,1,1,227,35,198,0,2,1,54,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,44,32,65,67,67,69,80,84,69,68,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,85,173,28,250,0,2,1,21,115,101,116,45,99,111,111,107,105,101,44,32,108,111,97,100,101,114,44,32,49,2,1,59,234,236,185,0,2,1,42,115,101,116,45,99,111,111,107,105,101,44,32,101,110,97,98,108,101,65,110,97,108,121,116,105,99,115,67,111,111,107,105,101,115,44,32,100,101,110,105,101,100,2,1,2,102,199,252,0,2,1,41,115,101,116,45,99,111,111,107,105,101,44,32,97,99,107,110,111,119,108,101,100,103,101,67,111,111,107,105,101,66,97,110,110,101,114,44,32,116,114,117,101,2,1,2,102,199,252,0,2,1,53,115,101,116,45,99,111,111,107,105,101,44,32,101,110,97,98,108,101,84,97,114,103,101,116,105,110,103,65,100,118,101,114,116,105,115,105,110,103,67,111,111,107,105,101,115,44,32,100,101,110,105,101,100,2,1,2,102,199,252,0,2,1,27,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,80,111,108,105,99,121,44,32,49,2,1,109,240,25,229,0,2,1,28,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,45,97,103,114,101,101,100,44,32,48,2,4,23,101,6,253,126,222,173,4,144,245,99,54,171,28,19,21,0,2,1,48,115,101,116,45,99,111,111,107,105,101,44,32,99,114,116,109,99,111,111,107,105,101,115,80,114,111,116,68,97,116,111,115,44,32,49,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,143,121,148,231,0,2,1,46,115,101,116,45,99,111,111,107,105,101,44,32,78,65,68,101,118,71,68,80,82,67,111,111,107,105,101,67,111,110,115,101,110,116,95,112,111,114,116,97,108,95,50,44,32,49,2,1,40,206,44,158,0,2,1,35,115,101,116,45,99,111,111,107,105,101,44,32,104,97,110,100,108,101,100,67,111,111,107,105,101,77,101,115,115,97,103,101,44,32,49,2,1,9,19,50,11,0,2,1,28,115,101,116,45,99,111,111,107,105,101,44,32,116,97,114,103,101,116,105,110,103,44,32,102,97,108,115,101,2,3,138,175,39,188,154,243,227,174,250,154,49,108,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,102,117,110,99,116,105,111,110,97,108,105,116,121,44,32,102,97,108,115,101,2,3,138,175,39,188,154,243,227,174,250,154,49,108,0,2,1,30,115,101,116,45,99,111,111,107,105,101,44,32,112,101,114,102,111,114,109,97,110,99,101,44,32,102,97,108,115,101,2,3,138,175,39,188,154,243,227,174,250,154,49,108,0,2,1,39,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,95,105,110,102,111,44,32,49,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,146,19,215,188,0,2,1,46,115,101,116,45,99,111,111,107,105,101,44,32,98,97,110,110,101,114,68,105,115,115,109,105,115,115,97,108,44,32,116,114,117,101,44,32,44,114,101,108,111,97,100,44,32,49,2,1,123,155,132,106,0,2,1,30,115,101,116,45,99,111,111,107,105,101,44,32,97,108,108,111,119,67,111,111,107,105,101,115,44,32,116,114,117,101,2,1,157,87,114,172,0,2,1,38,115,101,116,45,99,111,111,107,105,101,44,32,67,79,79,75,73,69,45,80,79,76,73,67,89,45,65,67,67,69,80,84,44,32,116,114,117,101,2,1,79,197,118,65,0,2,1,24,115,101,116,45,99,111,111,107,105,101,44,32,103,100,112,114,44,32,97,99,99,101,112,116,2,1,102,72,109,32,0,2,1,30,115,101,116,45,99,111,111,107,105,101,44,32,101,115,115,101,110,116,105,97,108,67,111,111,107,105,101,44,32,89,2,1,28,145,44,60,0,2,1,26,115,101,116,45,99,111,111,107,105,101,44,32,99,104,101,99,107,67,111,111,107,105,101,44,32,89,2,1,28,145,44,60,0,2,1,30,115,101,116,45,99,111,111,107,105,101,44,32,97,110,97,108,121,116,105,99,115,67,111,111,107,105,101,44,32,78,2,1,28,145,44,60,0,2,1,30,115,101,116,45,99,111,111,107,105,101,44,32,109,97,114,107,101,116,105,110,103,67,111,111,107,105,101,44,32,78,2,1,28,145,44,60,0,2,1,26,115,101,116,45,99,111,111,107,105,101,44,32,116,104,105,114,100,67,111,111,107,105,101,44,32,78,2,1,28,145,44,60,0,2,1,41,115,101,116,45,99,111,111,107,105,101,44,32,112,97,121,100,105,114,101,107,116,67,111,111,107,105,101,65,108,108,111,119,101,100,44,32,102,97,108,115,101,2,1,23,214,138,5,0,2,1,23,115,101,116,45,99,111,111,107,105,101,44,32,104,100,99,97,98,44,32,116,114,117,101,2,1,200,103,45,81,0,2,1,48,115,101,116,45,99,111,111,107,105,101,44,32,115,121,110,97,112,115,101,45,99,111,111,107,105,101,45,112,114,101,102,101,114,101,110,99,101,115,45,115,101,116,44,32,116,114,117,101,2,21,4,255,62,48,20,94,55,160,23,44,181,89,28,131,253,218,68,164,199,52,82,117,27,60,109,182,241,202,115,84,212,205,141,41,118,252,141,203,0,221,167,243,87,100,174,95,214,83,188,224,102,186,202,20,168,48,203,75,246,13,207,96,92,99,209,101,107,213,220,181,191,111,222,63,176,139,237,15,250,51,241,76,17,225,0,2,1,30,115,101,116,45,99,111,111,107,105,101,44,32,99,111,110,102,105,114,109,95,99,111,111,107,105,101,115,44,32,49,2,2,55,181,65,101,240,123,114,202,0,2,1,39,115,101,116,45,99,111,111,107,105,101,44,32,101,110,100,103,97,109,101,45,97,99,99,101,112,116,45,112,111,108,105,99,121,44,32,116,114,117,101,2,1,130,241,84,9,0,2,1,37,115,101,116,45,99,111,111,107,105,101,44,32,115,99,45,112,114,105,118,97,99,121,45,115,101,116,116,105,110,103,115,44,32,116,114,117,101,2,1,15,188,153,2,0,2,1,46,115,101,116,45,99,111,111,107,105,101,44,32,97,99,99,101,112,116,95,99,111,111,107,105,101,115,50,44,32,116,114,117,101,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,8,208,53,180,0,2,1,29,115,101,116,45,99,111,111,107,105,101,44,32,99,102,95,99,111,110,115,101,110,116,44,32,102,97,108,115,101,2,1,60,215,112,181,0,2,1,41,115,101,116,45,99,111,111,107,105,101,44,32,112,114,105,118,97,99,121,67,111,111,107,105,101,44,32,49,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,45,242,184,183,0,2,1,27,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,67,104,111,105,99,101,44,32,48,2,1,39,126,44,70,0,2,1,29,115,101,116,45,99,111,111,107,105,101,44,32,108,103,112,100,67,111,110,115,101,110,116,44,32,116,114,117,101,2,1,111,33,92,181,0,2,1,40,115,101,116,45,99,111,111,107,105,101,44,32,115,104,97,114,101,108,111,102,116,95,99,111,111,107,105,101,95,100,101,99,105,115,105,111,110,44,32,49,2,1,104,195,0,200,0,2,1,36,115,101,116,45,99,111,111,107,105,101,44,32,112,114,105,118,97,99,121,95,109,97,114,107,101,116,105,110,103,44,32,102,97,108,115,101,2,1,111,33,92,181,0,2,1,37,115,101,116,45,99,111,111,107,105,101,44,32,112,114,105,118,97,99,121,95,99,111,109,111,100,105,100,97,100,101,44,32,102,97,108,115,101,2,1,111,33,92,181,0,2,1,41,115,101,116,45,99,111,111,107,105,101,44,32,97,99,99,101,112,116,65,110,97,108,121,116,105,99,115,67,111,111,107,105,101,115,44,32,102,97,108,115,101,2,2,35,10,92,101,182,158,170,111,0,2,1,41,115,101,116,45,99,111,111,107,105,101,44,32,97,99,99,101,112,116,70,117,110,99,116,105,111,110,97,108,67,111,111,107,105,101,115,44,32,116,114,117,101,2,2,35,10,92,101,182,158,170,111,0,2,1,51,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,80,111,108,105,99,121,67,111,110,102,105,114,109,101,100,44,32,116,114,117,101,44,32,44,114,101,108,111,97,100,44,32,49,2,2,35,10,92,101,182,158,170,111,0,2,1,28,115,101,116,45,99,111,111,107,105,101,44,32,80,111,115,116,65,110,97,108,121,116,105,99,115,44,32,48,2,1,174,110,158,195,0,2,1,30,115,101,116,45,99,111,111,107,105,101,44,32,103,97,116,115,98,121,45,103,100,112,114,44,32,102,97,108,115,101,2,1,107,6,208,53,0,2,1,43,115,101,116,45,99,111,111,107,105,101,44,32,102,117,110,99,116,105,111,110,97,108,67,111,111,107,105,101,115,65,99,99,101,112,116,101,100,44,32,116,114,117,101,2,1,124,239,119,62,0,2,1,34,115,101,116,45,99,111,111,107,105,101,44,32,110,101,99,101,115,115,97,114,121,67,111,111,107,105,101,115,44,32,116,114,117,101,2,1,124,239,119,62,0,2,1,41,115,101,116,45,99,111,111,107,105,101,44,32,99,111,109,102,111,114,116,67,111,111,107,105,101,115,65,99,99,101,112,116,101,100,44,32,102,97,108,115,101,2,1,124,239,119,62,0,2,1,44,115,101,116,45,99,111,111,107,105,101,44,32,115,116,97,116,105,115,116,105,99,115,67,111,111,107,105,101,115,65,99,99,101,112,116,101,100,44,32,102,97,108,115,101,2,1,124,239,119,62,0,2,1,40,115,101,116,45,99,111,111,107,105,101,44,32,103,100,112,114,45,103,111,111,103,108,101,45,97,110,97,108,121,116,105,99,115,44,32,102,97,108,115,101,2,1,84,165,185,110,0,2,1,31,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,95,112,111,108,105,99,121,44,32,116,114,117,101,2,1,22,54,240,3,0,2,1,33,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,77,111,100,97,108,65,99,99,101,112,116,44,32,110,111,2,1,124,184,42,176,0,2,1,41,115,101,116,45,99,111,111,107,105,101,44,32,65,99,99,101,112,116,70,117,110,99,116,105,111,110,97,108,67,111,111,107,105,101,115,44,32,116,114,117,101,2,2,115,158,160,107,249,104,138,205,0,2,1,41,115,101,116,45,99,111,111,107,105,101,44,32,65,99,99,101,112,116,65,110,97,108,121,116,105,99,115,67,111,111,107,105,101,115,44,32,102,97,108,115,101,2,2,115,158,160,107,249,104,138,205,0,2,1,45,115,101,116,45,99,111,111,107,105,101,44,32,65,99,99,101,112,116,78,111,110,70,117,110,99,116,105,111,110,97,108,67,111,111,107,105,101,115,44,32,102,97,108,115,101,2,2,115,158,160,107,249,104,138,205,0,2,1,35,115,101,116,45,99,111,111,107,105,101,44,32,102,111,114,99,101,100,45,99,111,111,107,105,101,115,45,109,111,100,97,108,44,32,50,2,1,231,181,78,39,0,2,1,24,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,98,97,114,44,32,49,2,6,87,198,142,191,128,140,152,1,157,18,240,156,166,48,86,224,195,135,81,38,229,214,167,71,0,2,1,38,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,99,111,110,115,101,110,116,95,115,116,97,116,117,115,44,32,116,114,117,101,2,1,229,28,143,111,0,2,1,51,115,101,116,45,99,111,111,107,105,101,44,32,108,111,110,103,105,110,101,115,45,99,111,111,107,105,101,115,115,116,97,116,117,115,45,97,110,97,108,121,116,105,99,115,44,32,102,97,108,115,101,2,1,84,14,112,91,0,2,1,52,115,101,116,45,99,111,111,107,105,101,44,32,108,111,110,103,105,110,101,115,45,99,111,111,107,105,101,115,115,116,97,116,117,115,45,102,117,110,99,116,105,111,110,97,108,44,32,102,97,108,115,101,2,1,84,14,112,91,0,2,1,50,115,101,116,45,99,111,111,107,105,101,44,32,108,111,110,103,105,110,101,115,45,99,111,111,107,105,101,115,115,116,97,116,117,115,45,110,101,99,101,115,115,97,114,121,44,32,116,114,117,101,2,1,84,14,112,91,0,2,1,48,115,101,116,45,99,111,111,107,105,101,44,32,108,111,110,103,105,110,101,115,45,99,111,111,107,105,101,115,115,116,97,116,117,115,45,115,111,99,105,97,108,44,32,102,97,108,115,101,2,1,84,14,112,91,0,2,1,35,115,101,116,45,99,111,111,107,105,101,44,32,112,122,95,99,111,111,107,105,101,95,99,111,110,115,101,110,116,44,32,116,114,117,101,2,1,248,175,137,184,0,2,1,31,115,101,116,45,99,111,111,107,105,101,44,32,95,99,98,44,32,49,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,227,228,92,227,0,2,1,48,115,101,116,45,99,111,111,107,105,101,44,32,103,97,116,115,98,121,45,103,100,112,114,45,103,111,111,103,108,101,45,116,97,103,109,97,110,97,103,101,114,44,32,102,97,108,115,101,2,1,16,162,159,93,0,2,1,29,115,101,116,45,99,111,111,107,105,101,44,32,99,111,110,115,101,110,116,45,115,116,97,116,117,115,44,32,49,2,1,21,46,10,247,0,2,1,31,115,101,116,45,99,111,111,107,105,101,44,32,72,65,78,65,45,82,71,80,68,44,32,97,99,99,101,112,116,101,100,2,1,115,105,129,207,0,2,1,30,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,45,111,112,116,105,110,44,32,116,114,117,101,2,1,27,113,153,181,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,109,115,103,95,99,111,111,107,105,101,95,67,69,88,44,32,116,114,117,101,2,2,33,61,167,255,188,74,46,23,0,2,1,37,115,101,116,45,99,111,111,107,105,101,44,32,79,112,116,97,110,111,110,65,108,101,114,116,66,111,120,67,108,111,115,101,100,44,32,111,107,2,1,243,130,164,110,0,2,1,39,115,101,116,45,99,111,111,107,105,101,44,32,79,112,116,97,110,111,110,65,108,101,114,116,66,111,120,67,108,111,115,101,100,44,32,116,114,117,101,2,21,8,189,179,61,22,81,66,219,36,70,61,103,68,45,86,177,80,203,255,240,86,55,181,93,86,96,34,91,94,2,186,176,97,0,34,11,98,82,184,148,126,222,140,139,128,92,3,9,136,183,54,188,139,100,84,193,155,22,239,95,170,255,105,137,182,131,104,111,190,80,242,93,210,19,66,40,228,34,18,68,252,166,105,163,0,2,1,36,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,66,97,110,110,101,114,72,105,100,100,101,110,44,32,116,114,117,101,2,1,87,122,196,33,0,2,1,39,115,101,116,45,99,111,111,107,105,101,44,32,105,115,82,101,97,100,67,111,111,107,105,101,80,111,108,105,99,121,68,78,84,44,32,116,114,117,101,2,1,148,201,158,40,0,2,1,42,115,101,116,45,99,111,111,107,105,101,44,32,105,115,82,101,97,100,67,111,111,107,105,101,80,111,108,105,99,121,68,78,84,65,97,44,32,102,97,108,115,101,2,1,148,201,158,40,0,2,1,29,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,111,107,105,101,97,99,99,101,112,116,44,32,111,107,2,1,191,192,115,211,0,2,1,41,115,101,116,45,99,111,111,107,105,101,44,32,99,111,110,115,101,110,116,84,114,97,99,107,105,110,103,86,101,114,105,102,105,101,100,44,32,116,114,117,101,2,1,133,237,150,30,0,2,1,34,115,101,116,45,99,111,111,107,105,101,44,32,99,111,110,115,101,110,116,84,114,97,99,107,105,110,103,44,32,102,97,108,115,101,2,1,50,14,19,245,0,2,1,30,115,101,116,45,99,111,111,107,105,101,44,32,116,114,97,99,107,105,110,103,67,111,110,115,101,110,116,44,32,49,2,1,253,195,65,196,0,2,1,22,115,101,116,45,99,111,111,107,105,101,44,32,99,111,110,115,101,110,116,44,32,48,2,1,84,42,204,205,0,2,1,37,115,101,116,45,99,111,111,107,105,101,44,32,97,108,108,111,119,71,101,116,80,114,105,118,97,99,121,73,110,102,111,44,32,116,114,117,101,2,1,11,10,227,174,0,2,1,27,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,98,97,110,110,101,114,44,32,48,2,3,27,115,137,132,234,0,251,224,248,113,197,242,0,2,1,33,115,101,116,45,99,111,111,107,105,101,44,32,95,116,118,95,99,111,111,107,105,101,95,99,111,110,115,101,110,116,44,32,121,2,1,0,237,12,60,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,95,116,118,95,99,111,111,107,105,101,95,99,104,111,105,99,101,44,32,49,2,1,0,237,12,60,0,2,1,34,115,101,116,45,99,111,111,107,105,101,44,32,101,105,107,97,95,99,111,110,115,101,110,116,95,115,101,116,44,32,116,114,117,101,2,1,40,46,106,146,0,2,1,41,115,101,116,45,99,111,111,107,105,101,44,32,101,105,107,97,95,99,111,110,115,101,110,116,95,109,97,114,107,101,116,105,110,103,44,32,102,97,108,115,101,2,1,40,46,106,146,0,2,1,31,115,101,116,45,99,111,111,107,105,101,44,32,101,119,95,99,111,111,107,105,101,99,111,110,115,101,110,116,44,32,49,2,1,95,51,65,181,0,2,1,42,115,101,116,45,99,111,111,107,105,101,44,32,101,119,95,99,111,111,107,105,101,99,111,110,115,101,110,116,95,111,112,116,105,110,95,98,44,32,116,114,117,101,2,1,95,51,65,181,0,2,1,42,115,101,116,45,99,111,111,107,105,101,44,32,101,119,95,99,111,111,107,105,101,99,111,110,115,101,110,116,95,111,112,116,105,110,95,97,44,32,116,114,117,101,2,1,95,51,65,181,0,2,1,45,115,101,116,45,99,111,111,107,105,101,44,32,103,100,112,114,45,97,103,114,101,101,45,99,111,111,107,105,101,44,32,49,44,32,44,32,114,101,108,111,97,100,44,32,49,2,5,58,41,165,40,109,24,68,31,163,64,203,70,186,158,237,65,216,171,108,143,0,2,1,41,115,101,116,45,99,111,111,107,105,101,44,32,103,100,112,114,45,99,111,110,115,101,110,116,45,99,111,111,107,105,101,45,108,101,118,101,108,51,44,32,49,2,5,58,41,165,40,109,24,68,31,163,64,203,70,186,158,237,65,216,171,108,143,0,2,1,41,115,101,116,45,99,111,111,107,105,101,44,32,103,100,112,114,45,99,111,110,115,101,110,116,45,99,111,111,107,105,101,45,108,101,118,101,108,50,44,32,49,2,5,58,41,165,40,109,24,68,31,163,64,203,70,186,158,237,65,216,171,108,143,0,2,1,27,115,101,116,45,99,111,111,107,105,101,44,32,99,107,45,99,112,44,32,97,99,99,101,112,116,101,100,2,1,138,215,95,53,0,2,1,28,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,67,111,110,115,101,110,116,44,32,49,2,2,146,126,74,56,244,98,178,68,0,2,1,29,115,101,116,45,99,111,111,107,105,101,44,32,99,111,110,115,101,110,116,45,99,111,111,107,105,101,44,32,49,2,1,205,242,104,130,0,2,1,53,115,101,116,45,99,111,111,107,105,101,44,32,115,104,111,119,95,103,100,112,114,95,99,111,111,107,105,101,95,109,101,115,115,97,103,101,95,51,56,56,56,48,49,50,51,52,95,99,122,44,32,110,111,2,1,123,37,107,251,0,2,1,24,115,101,116,45,99,111,111,107,105,101,44,32,103,115,98,98,97,110,110,101,114,44,32,48,2,4,27,114,137,84,27,115,166,119,242,231,45,163,242,231,108,212,0,2,1,43,115,101,116,45,99,111,111,107,105,101,44,32,95,95,97,100,98,108,111,99,107,101,114,44,32,102,97,108,115,101,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,32,202,47,124,0,2,1,39,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,115,95,109,97,114,107,101,116,105,110,103,95,111,107,44,32,102,97,108,115,101,2,1,52,155,95,204,0,2,1,28,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,115,95,111,107,44,32,116,114,117,101,2,1,52,155,95,204,0,2,1,28,115,101,116,45,99,111,111,107,105,101,44,32,97,99,99,101,112,116,67,111,111,107,105,101,115,44,32,48,2,1,20,145,21,40,0,2,1,27,115,101,116,45,99,111,111,107,105,101,44,32,97,99,99,101,112,116,67,111,111,107,105,101,44,32,49,2,1,8,109,73,195,0,2,1,35,115,101,116,45,99,111,111,107,105,101,44,32,109,97,114,107,101,116,105,110,103,67,111,111,107,105,101,115,44,32,102,97,108,115,101,2,1,211,47,240,202,0,2,1,33,115,101,116,45,99,111,111,107,105,101,44,32,67,111,111,107,105,101,76,97,119,95,115,116,97,116,105,115,116,105,107,32,48,2,1,19,31,35,146,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,67,111,111,107,105,101,76,97,119,95,107,111,109,102,111,114,116,44,32,48,2,1,19,31,35,146,0,2,1,42,115,101,116,45,99,111,111,107,105,101,44,32,67,111,111,107,105,101,76,97,119,95,112,101,114,115,111,110,97,108,105,115,105,101,114,117,110,103,44,32,32,48,2,1,19,31,35,146,0,2,1,25,115,101,116,45,99,111,111,107,105,101,44,32,67,111,111,107,105,101,76,97,119,44,32,111,110,2,1,19,31,35,146,0,2,1,33,115,101,116,45,99,111,111,107,105,101,44,32,119,116,114,95,99,111,111,107,105,101,95,99,111,110,115,101,110,116,44,32,49,2,1,107,162,169,97,0,2,1,38,115,101,116,45,99,111,111,107,105,101,44,32,119,116,114,95,99,111,111,107,105,101,115,95,97,100,118,101,114,116,105,115,105,110,103,44,32,48,2,1,107,162,169,97,0,2,1,37,115,101,116,45,99,111,111,107,105,101,44,32,119,116,114,95,99,111,111,107,105,101,115,95,102,117,110,99,116,105,111,110,97,108,44,32,48,2,1,107,162,169,97,0,2,1,36,115,101,116,45,99,111,111,107,105,101,44,32,119,116,114,95,99,111,111,107,105,101,115,95,97,110,97,108,121,116,105,99,115,44,32,48,2,1,107,162,169,97,0,2,1,38,115,101,116,45,99,111,111,107,105,101,44,32,97,108,108,111,119,84,114,97,99,107,105,110,103,67,111,111,107,105,101,115,75,118,75,44,32,48,2,1,190,147,252,25,0,2,1,33,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,76,101,118,101,108,67,111,100,101,75,86,75,44,32,49,2,1,190,147,252,25,0,2,1,39,115,101,116,45,99,111,111,107,105,101,44,32,97,108,108,111,119,65,110,97,108,121,116,105,99,115,67,111,111,107,105,101,115,75,118,75,44,32,48,2,1,190,147,252,25,0,2,1,51,115,101,116,45,99,111,111,107,105,101,44,32,109,97,99,102,97,114,108,97,110,101,115,45,110,101,99,101,115,115,97,114,121,45,99,111,111,107,105,101,115,44,32,97,99,99,101,112,116,101,100,2,1,166,89,201,15,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,84,67,95,80,82,73,86,65,67,89,95,67,69,78,84,69,82,44,32,48,2,1,134,56,77,224,0,2,1,44,115,101,116,45,99,111,111,107,105,101,44,32,65,108,108,111,119,67,111,111,107,105,101,115,44,32,102,97,108,115,101,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,105,75,129,105,0,2,1,28,115,101,116,45,99,111,111,107,105,101,44,32,99,111,110,115,101,110,116,101,100,44,32,102,97,108,115,101,2,2,75,83,66,160,253,178,103,172,0,2,1,38,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,95,116,111,117,44,32,49,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,153,168,231,203,0,2,1,29,115,101,116,45,99,111,111,107,105,101,44,32,98,108,117,107,105,116,95,110,111,118,111,44,32,116,114,117,101,2,1,141,165,152,255,0,2,1,20,115,101,116,45,99,111,111,107,105,101,44,32,99,114,44,32,116,114,117,101,2,1,44,249,255,130,0,2,1,52,115,101,116,45,99,111,111,107,105,101,44,32,103,100,112,114,95,99,104,101,99,107,95,99,111,111,107,105,101,44,32,97,99,99,101,112,116,101,100,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,82,172,33,47,0,2,1,36,115,101,116,45,99,111,111,107,105,101,44,32,97,99,99,101,112,116,45,99,111,111,107,105,101,115,44,32,97,99,99,101,112,116,101,100,2,1,38,157,157,7,0,2,1,31,115,101,116,45,99,111,111,107,105,101,44,32,100,118,97,103,95,99,111,111,107,105,101,115,50,48,50,51,44,32,49,2,1,27,115,45,120,0,2,1,29,115,101,116,45,99,111,111,107,105,101,44,32,99,111,110,115,101,110,116,95,99,111,111,107,105,101,44,32,49,2,6,28,53,117,141,84,151,229,74,104,133,92,213,179,17,190,98,180,121,22,97,253,236,35,154,0,2,1,39,115,101,116,45,99,111,111,107,105,101,44,32,112,101,114,109,105,115,115,105,111,110,69,120,112,101,114,105,101,110,99,101,44,32,102,97,108,115,101,2,6,28,53,117,141,84,151,229,74,104,133,92,213,179,17,190,98,180,121,22,97,253,236,35,154,0,2,1,40,115,101,116,45,99,111,111,107,105,101,44,32,112,101,114,109,105,115,115,105,111,110,80,101,114,102,111,114,109,97,110,99,101,44,32,102,97,108,115,101,2,6,28,53,117,141,84,151,229,74,104,133,92,213,179,17,190,98,180,121,22,97,253,236,35,154,0,2,1,38,115,101,116,45,99,111,111,107,105,101,44,32,112,101,114,109,105,115,115,105,111,110,77,97,114,107,101,116,105,110,103,44,32,102,97,108,115,101,2,6,28,53,117,141,84,151,229,74,104,133,92,213,179,17,190,98,180,121,22,97,253,236,35,154,0,2,1,36,115,101,116,45,99,111,111,107,105,101,44,32,99,111,110,115,101,110,116,95,97,110,97,108,121,116,105,99,115,44,32,102,97,108,115,101,2,1,143,191,135,148,0,2,1,34,115,101,116,45,99,111,111,107,105,101,44,32,99,111,110,115,101,110,116,95,114,101,99,101,105,118,101,100,44,32,116,114,117,101,2,1,143,191,135,148,0,2,1,30,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,77,111,100,97,108,44,32,102,97,108,115,101,2,3,50,139,2,178,73,206,249,161,88,210,184,91,0,2,1,41,115,101,116,45,99,111,111,107,105,101,44,32,117,115,101,114,45,97,99,99,101,112,116,101,100,45,65,69,80,68,45,99,111,111,107,105,101,115,44,32,49,2,1,205,71,219,197,0,2,1,59,115,101,116,45,99,111,111,107,105,101,44,32,112,101,114,115,111,110,97,108,105,122,97,116,105,111,110,45,99,111,111,107,105,101,115,45,99,111,110,115,101,110,116,44,32,48,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,205,71,219,197,0,2,1,40,115,101,116,45,99,111,111,107,105,101,44,32,97,110,97,108,105,116,105,99,115,45,99,111,111,107,105,101,115,45,99,111,110,115,101,110,116,44,32,48,2,1,205,71,219,197,0,2,1,34,115,101,116,45,99,111,111,107,105,101,44,32,115,115,99,109,95,99,111,110,115,101,110,116,95,119,105,100,103,101,116,44,32,49,2,2,31,66,21,70,96,241,70,96,0,2,1,44,115,101,116,45,99,111,111,107,105,101,44,32,116,101,120,116,104,101,108,112,95,99,111,111,107,105,101,95,99,111,110,115,101,110,116,95,105,110,95,101,117,44,32,48,2,1,14,244,110,112,0,2,1,40,115,101,116,45,99,111,111,107,105,101,44,32,116,101,120,116,104,101,108,112,95,99,111,111,107,105,101,95,99,111,110,115,101,110,116,44,32,121,101,115,2,1,14,244,110,112,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,110,99,95,99,111,111,107,105,101,115,44,32,97,99,99,101,112,116,101,100,2,2,51,253,196,219,253,7,255,37,0,2,1,34,115,101,116,45,99,111,111,107,105,101,44,32,110,99,95,97,110,97,108,121,116,105,99,115,44,32,114,101,106,101,99,116,101,100,2,2,51,253,196,219,253,7,255,37,0,2,1,34,115,101,116,45,99,111,111,107,105,101,44,32,110,99,95,109,97,114,107,101,116,105,110,103,44,32,114,101,106,101,99,116,101,100,2,2,51,253,196,219,253,7,255,37,0,2,1,45,115,101,116,45,99,111,111,107,105,101,44,32,46,65,115,112,78,101,116,46,67,111,110,115,101,110,116,44,32,121,101,115,44,32,44,32,114,101,108,111,97,100,44,32,49,2,2,9,179,116,156,239,79,130,64,0,2,1,44,115,101,116,45,99,111,111,107,105,101,44,32,46,65,115,112,78,101,116,46,67,111,110,115,101,110,116,44,32,110,111,44,32,44,32,114,101,108,111,97,100,44,32,49,2,3,22,168,32,151,88,3,17,16,241,204,130,68,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,117,115,101,114,95,103,97,118,101,95,99,111,110,115,101,110,116,44,32,49,2,1,61,124,215,45,0,2,1,36,115,101,116,45,99,111,111,107,105,101,44,32,117,115,101,114,95,103,97,118,101,95,99,111,110,115,101,110,116,95,110,101,119,44,32,49,2,1,61,124,215,45,0,2,1,31,115,101,116,45,99,111,111,107,105,101,44,32,114,116,45,99,98,45,97,112,112,114,111,118,101,44,32,116,114,117,101,2,1,194,197,252,170,0,2,1,38,115,101,116,45,99,111,111,107,105,101,44,32,67,111,111,107,105,101,76,97,121,101,114,68,105,115,109,105,115,115,101,100,44,32,116,114,117,101,2,1,247,172,181,75,0,2,1,28,115,101,116,45,99,111,111,107,105,101,44,32,82,79,68,79,99,108,111,115,101,100,44,32,116,114,117,101,2,1,147,212,128,96,0,2,1,29,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,68,101,99,108,105,110,101,100,44,32,49,2,1,82,252,183,181,0,2,1,29,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,77,111,100,97,108,44,32,116,114,117,101,2,1,100,212,228,119,0,2,1,48,115,101,116,45,99,111,111,107,105,101,44,32,111,112,104,45,109,97,110,100,97,116,111,114,121,45,99,111,111,107,105,101,115,45,97,99,99,101,112,116,101,100,44,32,116,114,117,101,2,1,29,158,154,20,0,2,1,29,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,115,45,97,99,99,101,112,116,44,32,49,2,1,193,212,69,158,0,2,1,35,115,101,116,45,99,111,111,107,105,101,44,32,100,119,95,105,115,95,110,101,119,95,99,111,110,115,101,110,116,44,32,116,114,117,101,2,1,14,48,174,175,0,2,1,31,115,101,116,45,99,111,111,107,105,101,44,32,97,99,99,101,112,116,95,112,111,108,105,116,105,99,97,108,44,32,49,2,1,23,108,189,227,0,2,1,31,115,101,116,45,99,111,111,107,105,101,44,32,107,111,110,105,99,97,109,105,110,111,108,116,97,46,117,115,44,32,49,2,2,20,72,0,78,20,76,80,202,0,2,1,39,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,115,65,110,97,108,121,116,105,99,115,65,112,112,114,111,118,101,100,44,32,48,2,3,57,168,48,141,140,151,96,14,155,36,22,25,0,2,1,35,115,101,116,45,99,111,111,107,105,101,44,32,104,97,115,67,111,110,102,105,103,117,114,101,100,67,111,111,107,105,101,115,44,32,49,2,3,57,168,48,141,140,151,96,14,155,36,22,25,0,2,1,35,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,115,80,117,98,108,105,65,112,112,114,111,118,101,100,44,32,48,2,3,57,168,48,141,140,151,96,14,155,36,22,25,0,2,1,25,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,65,117,116,104,44,32,49,2,1,81,156,104,22,0,2,1,27,115,101,116,45,99,111,111,107,105,101,44,32,107,115,99,111,111,107,105,101,115,44,32,116,114,117,101,2,1,64,241,146,254,0,2,1,31,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,45,112,111,108,105,99,121,44,32,116,114,117,101,2,1,160,164,11,157,0,2,1,36,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,45,117,115,101,45,97,99,99,101,112,116,44,32,102,97,108,115,101,2,1,189,35,171,41,0,2,1,42,115,101,116,45,99,111,111,107,105,101,44,32,103,97,45,100,105,115,97,98,108,101,45,85,65,45,120,120,120,120,120,120,120,120,45,120,44,32,116,114,117,101,2,1,161,188,5,65,0,2,1,22,115,101,116,45,99,111,111,107,105,101,44,32,99,111,110,115,101,110,116,44,32,49,2,6,2,245,254,185,39,245,80,171,83,50,163,235,93,170,186,220,94,213,147,148,206,96,219,158,0,2,1,28,115,101,116,45,99,111,111,107,105,101,44,32,97,99,99,101,112,116,67,111,111,107,105,101,115,44,32,49,2,1,152,113,98,159,0,2,1,26,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,45,98,97,114,44,32,110,111,2,1,189,14,48,215,0,2,1,31,115,101,116,45,99,111,111,107,105,101,44,32,67,111,111,107,105,101,115,65,99,99,101,112,116,101,100,44,32,110,111,2,1,190,148,20,171,0,2,1,27,115,101,116,45,99,111,111,107,105,101,44,32,101,115,115,101,110,116,105,97,108,44,32,116,114,117,101,2,1,228,198,212,113,0,2,1,31,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,67,111,110,102,105,114,109,44,32,116,114,117,101,2,1,0,200,68,89,0,2,1,34,115,101,116,45,99,111,111,107,105,101,44,32,116,114,97,99,107,105,110,103,67,111,110,102,105,114,109,44,32,102,97,108,115,101,2,1,0,200,68,89,0,2,1,33,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,95,99,111,110,115,101,110,116,44,32,102,97,108,115,101,2,3,133,168,55,156,184,102,211,151,221,198,235,150,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,95,99,111,110,115,101,110,116,44,32,116,114,117,101,2,2,46,99,168,179,78,193,174,14,0,2,1,41,115,101,116,45,99,111,111,107,105,101,44,32,103,116,109,45,100,105,115,97,98,108,101,45,71,84,77,45,78,76,86,82,88,88,56,44,32,116,114,117,101,2,1,78,193,174,14,0,2,1,25,115,101,116,45,99,111,111,107,105,101,44,32,117,99,101,45,99,111,111,107,105,101,44,32,78,2,1,171,27,228,68,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,116,97,114,116,101,97,117,99,105,116,114,111,110,44,32,102,97,108,115,101,2,1,58,254,36,158,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,80,111,108,105,99,105,101,115,44,32,116,114,117,101,2,1,213,179,47,238,0,2,1,33,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,95,111,112,116,105,110,95,113,44,32,102,97,108,115,101,2,1,60,131,100,79,0,2,1,24,115,101,116,45,99,111,111,107,105,101,44,32,99,101,45,99,111,111,107,105,101,44,32,78,2,67,17,64,113,21,17,229,136,97,18,84,111,184,21,116,234,190,22,57,150,21,22,177,41,212,29,174,245,204,31,230,24,87,34,130,120,136,34,167,81,92,37,21,156,173,42,166,22,150,46,2,200,34,54,208,49,87,61,50,238,255,62,133,143,184,63,203,249,179,65,162,50,46,66,126,184,146,74,119,225,156,74,194,241,45,77,231,218,200,77,239,6,14,87,133,86,157,87,181,53,12,92,144,187,170,94,218,9,203,95,76,157,119,95,243,31,117,103,81,33,19,104,29,131,110,104,154,123,6,105,50,1,50,111,33,145,164,112,27,180,191,114,191,119,142,118,197,38,144,126,192,131,199,132,198,35,139,144,158,29,86,151,224,219,150,153,68,134,134,159,228,199,205,163,215,15,159,174,97,200,134,177,45,107,233,177,108,7,74,186,89,152,141,186,152,86,160,186,186,86,65,190,87,28,134,191,93,157,244,191,173,99,224,193,31,140,57,197,16,188,59,202,18,54,141,205,26,249,199,207,230,115,26,215,122,195,81,225,65,220,227,226,43,171,10,226,72,184,65,228,0,16,121,236,152,120,200,251,40,55,146,255,3,38,178,255,126,36,196,0,2,1,24,115,101,116,45,99,111,111,107,105,101,44,32,78,84,67,111,111,107,105,101,115,44,32,48,2,1,253,79,11,254,0,2,1,30,115,101,116,45,99,111,111,107,105,101,44,32,67,111,111,107,105,101,67,111,110,115,101,110,116,70,84,44,32,49,2,1,182,128,167,241,0,2,1,39,115,101,116,45,99,111,111,107,105,101,44,32,97,108,101,114,116,67,111,111,107,105,101,44,32,49,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,102,195,221,184,0,2,1,19,115,101,116,45,99,111,111,107,105,101,44,32,103,100,112,114,44,32,49,2,1,76,59,3,142,0,2,1,34,115,101,116,45,99,111,111,107,105,101,44,32,104,105,100,101,67,111,111,107,105,101,66,97,110,110,101,114,44,32,116,114,117,101,2,1,14,146,200,133,0,2,1,28,115,101,116,45,99,111,111,107,105,101,44,32,111,98,108,105,103,97,116,111,114,121,44,32,116,114,117,101,2,1,206,138,177,189,0,2,1,28,115,101,116,45,99,111,111,107,105,101,44,32,109,97,114,107,101,116,105,110,103,44,32,102,97,108,115,101,2,1,206,138,177,189,0,2,1,28,115,101,116,45,99,111,111,107,105,101,44,32,97,110,97,108,121,116,105,99,115,44,32,102,97,108,115,101,2,1,206,138,177,189,0,2,1,31,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,67,111,110,116,114,111,108,44,32,116,114,117,101,2,1,184,36,83,59,0,2,1,42,115,101,116,45,99,111,111,107,105,101,44,32,112,108,111,115,67,111,111,107,105,101,67,111,110,115,101,110,116,83,116,97,116,117,115,44,32,102,97,108,115,101,2,1,55,165,100,251,0,2,1,36,115,101,116,45,99,111,111,107,105,101,44,32,117,115,101,114,95,97,99,99,101,112,116,101,100,95,99,111,111,107,105,101,115,44,32,49,2,1,25,238,229,70,0,2,1,36,115,101,116,45,99,111,111,107,105,101,44,32,97,110,97,108,121,116,105,99,115,65,99,99,101,112,116,101,100,44,32,102,97,108,115,101,2,1,187,186,108,167,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,65,99,99,101,112,116,101,100,44,32,116,114,117,101,2,1,187,186,108,167,0,2,1,31,115,101,116,45,99,111,111,107,105,101,44,32,104,105,100,101,45,103,100,112,114,45,98,97,114,44,32,116,114,117,101,2,80,3,176,200,251,4,109,11,61,6,156,132,248,12,51,137,189,12,53,117,46,14,32,110,31,16,112,169,206,18,164,235,141,18,175,214,76,19,214,225,225,24,101,247,44,25,117,141,192,27,31,255,253,29,145,44,237,40,40,185,74,42,150,168,205,48,225,15,210,50,177,53,151,51,173,198,222,55,178,145,102,57,189,246,128,61,236,58,225,64,76,225,3,74,70,221,58,81,91,33,72,95,50,146,108,101,0,145,134,101,49,87,251,103,34,47,34,107,209,55,201,108,221,92,25,113,14,240,153,113,91,207,236,114,235,109,150,117,241,209,2,130,50,194,243,132,151,206,122,132,216,9,14,141,142,58,255,144,68,172,120,144,113,183,237,153,113,132,149,153,233,238,82,165,68,182,147,168,103,70,187,168,218,251,9,170,113,74,43,176,103,209,241,180,186,74,49,181,200,84,162,183,167,228,226,185,224,186,100,188,56,200,215,188,105,192,52,194,12,3,17,195,160,160,218,197,130,65,39,198,124,87,16,198,149,195,115,200,217,9,221,203,71,154,29,213,93,231,222,215,80,108,141,222,234,214,14,224,92,56,31,227,46,141,188,228,146,151,30,229,185,119,219,229,191,110,180,230,174,138,92,232,191,20,54,233,143,16,29,233,174,99,142,235,62,9,18,241,175,173,83,247,38,77,218,247,60,66,209,250,154,18,123,251,127,206,205,251,250,101,139,0,2,1,28,115,101,116,45,99,111,111,107,105,101,44,32,112,114,111,109,112,116,67,111,111,107,105,101,115,44,32,49,2,12,2,200,98,197,32,143,149,85,33,109,93,47,62,10,100,131,97,1,35,38,132,32,87,178,136,27,131,22,181,236,254,216,208,150,142,125,224,11,78,61,229,83,120,92,231,161,175,130,0,2,1,20,115,101,116,45,99,111,111,107,105,101,44,32,95,99,68,97,66,44,32,49,2,1,138,217,137,49,0,2,1,31,115,101,116,45,99,111,111,107,105,101,44,32,95,97,67,97,110,95,97,110,97,108,121,116,105,99,97,108,44,32,48,2,1,138,217,137,49,0,2,1,20,115,101,116,45,99,111,111,107,105,101,44,32,95,97,71,97,66,44,32,49,2,1,138,217,137,49,0,2,1,27,115,101,116,45,99,111,111,107,105,101,44,32,115,117,114,98,109,97,45,103,112,103,97,44,32,110,111,2,1,7,172,155,28,0,2,1,34,115,101,116,45,99,111,111,107,105,101,44,32,101,108,114,111,119,67,111,111,107,105,101,80,111,108,105,99,121,44,32,121,101,115,2,1,128,186,252,227,0,2,1,44,115,101,116,45,99,111,111,107,105,101,44,32,111,119,110,105,116,95,99,111,111,107,105,101,95,100,97,116,97,95,112,101,114,109,105,115,115,105,111,110,115,44,32,49,2,1,229,198,156,124,0,2,1,41,115,101,116,45,99,111,111,107,105,101,44,32,67,111,111,107,105,101,115,95,80,114,101,102,101,114,101,110,99,101,115,44,32,97,99,99,101,112,116,101,100,2,1,175,46,9,163,0,2,1,51,115,101,116,45,99,111,111,107,105,101,44,32,67,111,111,107,105,101,115,95,80,114,101,102,101,114,101,110,99,101,115,95,65,110,97,108,121,116,105,99,115,44,32,100,101,99,108,105,110,101,100,2,1,175,46,9,163,0,2,1,39,115,101,116,45,99,111,111,107,105,101,44,32,112,114,105,118,97,99,121,80,111,108,105,99,121,65,99,99,101,112,116,101,100,44,32,116,114,117,101,2,1,148,84,1,146,0,2,1,34,115,101,116,45,99,111,111,107,105,101,44,32,67,111,111,107,105,101,115,45,65,99,99,101,112,116,101,100,44,32,116,114,117,101,2,1,83,174,29,18,0,2,1,26,115,101,116,45,99,111,111,107,105,101,44,32,99,99,45,97,99,99,101,112,116,101,100,44,32,50,2,1,73,10,13,15,0,2,1,33,115,101,116,45,99,111,111,107,105,101,44,32,99,99,45,105,116,101,109,45,103,111,111,103,108,101,44,32,102,97,108,115,101,2,1,203,192,135,144,0,2,1,36,115,101,116,45,99,111,111,107,105,101,44,32,97,99,99,101,112,116,95,99,111,111,107,105,101,115,44,32,97,99,99,101,112,116,101,100,2,1,129,61,52,147,0,2,1,46,115,101,116,45,99,111,111,107,105,101,44,32,102,101,97,116,117,114,101,67,111,110,115,101,110,116,44,32,102,97,108,115,101,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,131,200,103,82,0,2,1,29,115,101,116,45,99,111,111,107,105,101,44,32,97,99,99,101,112,116,45,99,111,111,107,105,101,44,32,110,111,2,1,126,241,141,152,0,2,1,35,115,101,116,45,99,111,111,107,105,101,44,32,99,111,110,115,101,110,116,44,32,48,44,32,44,32,114,101,108,111,97,100,44,32,49,2,3,101,85,228,226,209,196,74,45,241,254,197,31,0,2,1,61,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,80,114,105,118,97,99,121,80,114,101,102,101,114,101,110,99,101,66,97,110,110,101,114,80,114,111,100,117,99,116,105,111,110,44,32,97,99,99,101,112,116,101,100,2,1,55,214,195,174,0,2,1,33,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,115,67,111,110,115,101,110,116,44,32,102,97,108,115,101,2,1,131,46,12,130,0,2,1,25,115,101,116,45,99,111,111,107,105,101,44,32,50,120,49,99,111,111,107,105,101,115,44,32,49,2,1,223,41,26,68,0,2,1,39,115,101,116,45,99,111,111,107,105,101,44,32,102,105,114,115,116,80,97,114,116,121,68,97,116,97,80,114,101,102,83,101,116,44,32,116,114,117,101,2,1,249,47,244,29,0,2,1,44,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,115,45,114,101,113,117,105,114,101,100,44,32,49,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,255,3,80,198,0,2,1,35,115,101,116,45,99,111,111,107,105,101,44,32,107,104,95,99,111,111,107,105,101,95,108,101,118,101,108,52,44,32,102,97,108,115,101,2,1,232,237,143,111,0,2,1,35,115,101,116,45,99,111,111,107,105,101,44,32,107,104,95,99,111,111,107,105,101,95,108,101,118,101,108,51,44,32,102,97,108,115,101,2,1,232,237,143,111,0,2,1,34,115,101,116,45,99,111,111,107,105,101,44,32,107,104,95,99,111,111,107,105,101,95,108,101,118,101,108,49,44,32,116,114,117,101,2,1,232,237,143,111,0,2,1,44,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,95,97,103,114,101,101,109,101,110,116,44,32,49,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,126,6,15,181,0,2,1,35,115,101,116,45,99,111,111,107,105,101,44,32,77,83,67,95,67,111,111,107,105,101,98,97,110,110,101,114,44,32,102,97,108,115,101,2,1,223,133,75,15,0,2,1,42,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,67,111,110,115,101,110,116,95,109,97,114,107,101,116,105,110,103,44,32,102,97,108,115,101,2,1,89,250,181,43,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,70,105,116,110,101,115,115,105,110,103,50,49,45,49,53,45,57,44,32,48,2,1,32,171,194,82,0,2,1,30,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,115,95,112,111,112,117,112,44,32,121,101,115,2,1,88,29,62,152,0,2,1,53,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,67,111,110,115,101,110,116,95,114,101,113,117,105,114,101,100,44,32,116,114,117,101,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,89,250,181,43,0,2,1,26,115,101,116,45,99,111,111,107,105,101,44,32,115,97,95,101,110,97,98,108,101,44,32,111,102,102,2,1,224,23,53,51,0,2,1,46,115,101,116,45,99,111,111,107,105,101,44,32,97,99,99,101,112,116,99,111,111,107,105,101,116,101,114,109,67,111,111,107,105,101,66,97,110,110,101,114,44,32,116,114,117,101,2,1,119,112,149,6,0,2,1,41,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,95,115,116,97,116,117,115,44,32,49,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,196,75,134,243,0,2,1,33,115,101,116,45,99,111,111,107,105,101,44,32,70,84,67,111,111,107,105,101,67,111,109,112,108,105,97,110,99,101,44,32,49,2,1,4,170,49,252,0,2,1,25,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,45,98,97,114,44,32,48,2,12,19,59,237,38,88,144,253,181,93,252,9,99,116,158,59,116,130,196,9,143,133,24,162,8,165,197,152,69,176,212,79,197,193,67,166,249,201,55,92,33,201,57,45,69,232,206,21,204,0,2,1,37,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,80,111,112,117,112,65,99,99,101,112,116,101,100,44,32,116,114,117,101,2,1,232,169,148,91,0,2,1,43,115,101,116,45,99,111,111,107,105,101,44,32,85,66,73,95,80,82,73,86,65,67,89,95,80,79,76,73,67,89,95,86,73,69,87,69,68,44,32,116,114,117,101,2,1,169,123,212,248,0,2,1,40,115,101,116,45,99,111,111,107,105,101,44,32,85,66,73,95,80,82,73,86,65,67,89,95,65,68,83,95,79,80,84,79,85,84,44,32,116,114,117,101,2,1,169,123,212,248,0,2,1,46,115,101,116,45,99,111,111,107,105,101,44,32,85,66,73,95,80,82,73,86,65,67,89,95,80,79,76,73,67,89,95,65,67,67,69,80,84,69,68,44,32,102,97,108,115,101,2,1,169,123,212,248,0,2,1,43,115,101,116,45,99,111,111,107,105,101,44,32,85,66,73,95,80,82,73,86,65,67,89,95,86,73,68,69,79,95,79,80,84,79,85,84,44,32,102,97,108,115,101,2,1,169,123,212,248,0,2,1,39,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,78,111,116,105,102,105,99,97,116,105,111,110,46,115,104,111,119,110,44,32,49,2,1,183,128,106,126,0,2,1,31,115,101,116,45,99,111,111,107,105,101,44,32,108,111,99,97,108,67,111,110,115,101,110,116,44,32,102,97,108,115,101,2,2,148,166,94,204,242,157,19,159,0,2,1,31,115,101,116,45,99,111,111,107,105,101,44,32,111,97,105,45,97,108,108,111,119,45,110,101,44,32,102,97,108,115,101,2,1,78,29,10,172,0,2,1,29,115,101,116,45,99,111,111,107,105,101,44,32,99,111,110,115,101,110,116,44,32,114,101,106,101,99,116,101,100,2,1,78,29,10,172,0,2,1,27,115,101,116,45,99,111,111,107,105,101,44,32,97,108,108,111,119,45,99,111,111,107,105,101,44,32,49,2,3,4,191,184,28,13,135,226,149,92,145,212,209,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,45,102,117,110,99,116,105,111,110,97,108,44,32,49,2,3,4,191,184,28,13,135,226,149,92,145,212,209,0,2,1,33,115,101,116,45,99,111,111,107,105,101,44,32,104,117,108,107,67,111,111,107,105,101,66,97,114,67,108,105,99,107,44,32,49,2,1,118,33,25,1,0,2,1,28,115,101,116,45,99,111,111,107,105,101,44,32,67,111,111,107,105,101,67,111,110,115,101,110,116,44,32,49,2,3,6,212,29,147,8,137,227,69,175,227,176,23,0,2,1,39,115,101,116,45,99,111,111,107,105,101,44,32,122,111,111,109,109,101,114,45,99,111,111,107,105,101,95,97,103,114,101,101,100,44,32,116,114,117,101,2,1,35,220,156,202,0,2,1,40,115,101,116,45,99,111,111,107,105,101,44,32,97,99,99,101,112,116,101,100,95,99,111,111,107,105,101,95,112,111,108,105,99,121,44,32,116,114,117,101,2,1,21,22,245,160,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,103,100,112,114,95,99,111,111,107,105,101,95,116,111,107,101,110,44,32,49,2,1,83,175,191,155,0,2,1,44,115,101,116,45,99,111,111,107,105,101,44,32,95,99,111,110,115,101,110,116,95,112,101,114,115,111,110,97,108,105,122,97,116,105,111,110,44,32,100,101,110,105,101,100,2,1,83,175,191,155,0,2,1,38,115,101,116,45,99,111,111,107,105,101,44,32,95,99,111,110,115,101,110,116,95,97,110,97,108,121,116,105,99,115,44,32,100,101,110,105,101,100,2,1,83,175,191,155,0,2,1,38,115,101,116,45,99,111,111,107,105,101,44,32,95,99,111,110,115,101,110,116,95,109,97,114,107,101,116,105,110,103,44,32,100,101,110,105,101,100,2,1,83,175,191,155,0,2,1,25,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,87,97,108,108,44,32,49,2,3,98,157,84,68,225,117,106,207,254,51,21,212,0,2,1,25,115,101,116,45,99,111,111,107,105,101,44,32,110,111,95,99,111,111,107,105,101,115,44,32,49,2,1,60,86,141,104,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,104,105,100,101,99,111,111,107,105,101,115,98,97,110,110,101,114,44,32,49,2,1,60,86,141,104,0,2,1,37,115,101,116,45,99,111,111,107,105,101,44,32,67,111,111,107,105,101,110,97,116,111,114,67,111,110,115,101,110,116,44,32,102,97,108,115,101,2,1,226,241,153,231,0,2,1,30,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,87,97,108,108,79,112,116,73,110,44,32,48,2,3,98,157,84,68,225,117,106,207,254,51,21,212,0,2,1,43,115,101,116,45,99,111,111,107,105,101,44,32,97,110,97,108,121,116,105,99,115,67,111,111,107,105,101,115,65,99,99,101,112,116,101,100,44,32,102,97,108,115,101,2,1,70,78,2,251,0,2,1,24,115,101,116,45,99,111,111,107,105,101,44,32,99,102,52,50,49,50,95,99,110,44,32,49,2,1,66,208,20,96,0,2,1,39,115,101,116,45,99,111,111,107,105,101,44,32,109,101,100,105,97,67,111,111,107,105,101,115,65,99,99,101,112,116,101,100,44,32,102,97,108,115,101,2,1,70,78,2,251,0,2,1,42,115,101,116,45,99,111,111,107,105,101,44,32,109,97,110,100,97,116,111,114,121,67,111,111,107,105,101,115,65,99,99,101,112,116,101,100,44,32,116,114,117,101,2,1,70,78,2,251,0,2,1,22,115,101,116,45,99,111,111,107,105,101,44,32,103,116,97,103,44,32,116,114,117,101,2,1,138,169,131,181,0,2,1,44,115,101,116,45,99,111,111,107,105,101,44,32,66,111,107,97,100,105,114,101,107,116,67,111,111,107,105,101,80,114,101,102,101,114,101,110,99,101,115,77,80,44,32,49,2,1,254,171,46,185,0,2,1,36,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,65,99,107,110,111,119,108,101,100,103,101,100,44,32,116,114,117,101,2,12,27,117,68,99,29,45,39,34,34,214,62,251,77,23,153,59,82,72,89,208,89,236,248,3,96,239,142,94,102,87,3,213,118,33,106,253,129,199,91,102,139,95,211,48,196,72,98,254,0,2,1,40,115,101,116,45,99,111,111,107,105,101,44,32,100,97,116,97,45,112,114,105,118,97,99,121,45,115,116,97,116,101,109,101,110,116,44,32,116,114,117,101,2,1,62,4,221,81,0,2,1,42,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,95,112,114,105,118,97,99,121,95,108,101,118,101,108,44,32,114,101,113,117,105,114,101,100,2,1,227,61,124,66,0,2,1,47,115,101,116,45,99,111,111,107,105,101,44,32,97,99,99,101,112,116,101,100,95,99,111,111,107,105,101,115,44,32,116,114,117,101,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,227,61,124,66,0,2,1,35,115,101,116,45,99,111,111,107,105,101,44,32,77,65,84,79,77,79,95,67,79,78,83,69,78,84,95,71,73,86,69,78,44,32,48,2,1,247,227,0,84,0,2,1,51,115,101,116,45,99,111,111,107,105,101,44,32,66,65,66,89,95,77,65,82,75,69,84,73,78,71,95,67,79,79,75,73,69,83,95,67,79,78,83,69,78,84,69,68,44,32,102,97,108,115,101,2,1,141,4,235,176,0,2,1,53,115,101,116,45,99,111,111,107,105,101,44,32,66,65,66,89,95,80,69,82,70,79,82,77,65,78,67,69,95,67,79,79,75,73,69,83,95,67,79,78,83,69,78,84,69,68,44,32,102,97,108,115,101,2,1,141,4,235,176,0,2,1,50,115,101,116,45,99,111,111,107,105,101,44,32,66,65,66,89,95,78,69,67,69,83,83,65,82,89,95,67,79,79,75,73,69,83,95,67,79,78,83,69,78,84,69,68,44,32,116,114,117,101,2,1,141,4,235,176,0,2,1,36,115,101,116,45,99,111,111,107,105,101,44,32,99,111,110,115,101,110,116,95,101,115,115,101,110,116,105,97,108,44,32,97,108,108,111,119,2,1,208,95,128,3,0,2,1,26,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,115,104,111,119,110,44,32,49,2,1,112,154,225,45,0,2,1,22,115,101,116,45,99,111,111,107,105,101,44,32,119,97,114,110,44,32,116,114,117,101,2,1,20,15,89,250,0,2,1,33,115,101,116,45,99,111,111,107,105,101,44,32,111,112,116,105,110,67,111,111,107,105,101,83,101,116,116,105,110,103,44,32,49,2,6,5,109,35,236,105,172,143,186,165,157,91,178,217,196,38,156,230,36,154,245,253,63,11,27,0,2,1,31,115,101,116,45,99,111,111,107,105,101,44,32,112,114,105,118,97,99,121,45,115,104,111,119,110,44,32,116,114,117,101,2,1,78,201,19,42,0,2,1,42,115,101,116,45,99,111,111,107,105,101,44,32,115,108,105,109,115,116,97,116,95,111,112,116,111,117,116,95,116,114,97,99,107,105,110,103,44,32,116,114,117,101,2,1,78,201,19,42,0,2,1,29,115,101,116,45,99,111,111,107,105,101,44,32,110,112,112,95,97,110,97,108,121,116,105,99,97,108,44,32,48,2,1,38,157,20,144,0,2,1,34,115,101,116,45,99,111,111,107,105,101,44,32,105,110,115,104,111,112,67,111,111,107,105,101,115,83,101,116,44,32,116,114,117,101,2,1,74,247,206,49,0,2,1,29,115,101,116,45,99,111,111,107,105,101,44,32,97,100,115,67,111,111,107,105,101,115,44,32,102,97,108,115,101,2,1,74,247,206,49,0,2,1,37,115,101,116,45,99,111,111,107,105,101,44,32,112,101,114,102,111,114,109,97,110,99,101,67,111,111,107,105,101,115,44,32,102,97,108,115,101,2,1,74,247,206,49,0,2,1,26,115,101,116,45,99,111,111,107,105,101,44,32,115,97,95,100,101,109,111,44,32,102,97,108,115,101,2,1,246,239,37,28,0,2,1,35,115,101,116,45,99,111,111,107,105,101,44,32,97,110,105,109,97,116,101,100,95,100,114,97,119,105,110,103,115,44,32,116,114,117,101,2,1,223,219,208,13,0,2,1,30,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,83,116,97,116,117,115,44,32,116,114,117,101,2,1,99,204,186,88,0,2,1,28,115,101,116,45,99,111,111,107,105,101,44,32,115,119,103,67,111,111,107,105,101,44,32,102,97,108,115,101,2,1,142,216,105,22,0,2,1,46,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,67,111,110,115,101,110,116,80,114,101,102,101,114,101,110,99,101,115,71,114,97,110,116,101,100,44,32,49,2,1,82,207,22,19,0,2,1,44,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,67,111,110,115,101,110,116,77,97,114,107,101,116,105,110,103,71,114,97,110,116,101,100,44,32,48,2,1,82,207,22,19,0,2,1,35,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,67,111,110,115,101,110,116,71,114,97,110,116,101,100,44,32,49,2,2,82,72,137,175,82,207,22,19,0,2,1,34,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,115,45,114,101,106,101,99,116,101,100,44,32,116,114,117,101,2,1,126,2,180,7,0,2,1,36,115,101,116,45,99,111,111,107,105,101,44,32,78,76,95,67,79,79,75,73,69,95,75,79,77,70,79,82,84,44,32,102,97,108,115,101,2,1,246,238,150,208,0,2,1,47,115,101,116,45,99,111,111,107,105,101,44,32,78,76,95,67,79,79,75,73,69,95,77,69,77,79,82,89,44,32,116,114,117,101,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,246,238,150,208,0,2,1,34,115,101,116,45,99,111,111,107,105,101,44,32,78,76,95,67,79,79,75,73,69,95,83,84,65,84,83,44,32,102,97,108,115,101,2,1,246,238,150,208,0,2,1,30,115,101,116,45,99,111,111,107,105,101,44,32,112,119,115,95,103,100,114,112,95,97,99,99,101,112,116,44,32,49,2,1,229,19,190,76,0,2,1,21,115,101,116,45,99,111,111,107,105,101,44,32,104,97,118,101,49,56,44,32,49,2,1,126,227,193,76,0,2,1,26,115,101,116,45,99,111,111,107,105,101,44,32,112,101,108,109,95,99,115,116,97,116,101,44,32,49,2,1,157,137,34,187,0,2,1,27,115,101,116,45,99,111,111,107,105,101,44,32,112,101,108,109,95,99,111,110,115,101,110,116,44,32,49,2,1,157,137,34,187,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,97,99,99,101,112,116,45,99,111,111,107,105,101,115,44,32,116,114,117,101,2,1,89,230,142,143,0,2,1,44,115,101,116,45,99,111,111,107,105,101,44,32,97,99,99,101,112,116,45,97,110,97,108,121,116,105,99,97,108,45,99,111,111,107,105,101,115,44,32,102,97,108,115,101,2,1,89,230,142,143,0,2,1,43,115,101,116,45,99,111,111,107,105,101,44,32,97,99,99,101,112,116,45,109,97,114,107,101,116,105,110,103,45,99,111,111,107,105,101,115,44,32,102,97,108,115,101,2,1,89,230,142,143,0,2,1,30,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,45,108,101,118,101,108,45,118,52,44,32,48,2,1,168,254,43,56,0,2,1,34,115,101,116,45,99,111,111,107,105,101,44,32,97,110,97,108,121,116,105,99,115,95,99,111,110,115,101,110,116,44,32,121,101,115,2,1,215,58,233,3,0,2,1,33,115,101,116,45,99,111,111,107,105,101,44,32,115,101,105,45,99,99,112,97,45,98,97,110,110,101,114,44,32,116,114,117,101,2,1,22,71,232,203,0,2,1,36,115,101,116,45,99,111,111,107,105,101,44,32,97,119,120,95,99,111,111,107,105,101,95,99,111,110,115,101,110,116,44,32,116,114,117,101,2,1,253,150,3,185,0,2,1,29,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,95,119,97,114,110,105,110,103,44,32,49,2,1,50,64,204,109,0,2,1,27,115,101,116,45,99,111,111,107,105,101,44,32,97,108,108,111,119,67,111,111,107,105,101,115,44,32,48,2,1,171,27,192,149,0,2,1,38,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,80,111,108,105,99,121,65,99,99,101,112,116,101,100,44,32,116,114,117,101,2,1,148,186,156,47,0,2,1,42,115,101,116,45,99,111,111,107,105,101,44,32,99,111,100,101,99,97,109,112,115,46,99,111,111,107,105,101,115,67,111,110,115,101,110,116,44,32,116,114,117,101,2,1,130,35,224,89,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,115,67,111,110,115,101,110,116,44,32,116,114,117,101,2,1,106,250,226,172,0,2,1,33,115,101,116,45,99,111,111,107,105,101,44,32,99,111,110,115,101,110,116,95,117,112,100,97,116,101,100,44,32,116,114,117,101,2,1,104,254,151,164,0,2,1,37,115,101,116,45,99,111,111,107,105,101,44,32,67,111,111,107,105,101,110,97,116,111,114,67,111,110,115,101,110,116,44,32,102,97,108,115,101,2,1,55,149,105,52,0,2,1,19,115,101,116,45,99,111,111,107,105,101,44,32,97,99,115,114,44,32,49,2,1,242,33,51,235,0,2,1,41,115,101,116,45,99,111,111,107,105,101,44,32,95,95,104,115,95,103,112,99,95,98,97,110,110,101,114,95,100,105,115,109,105,115,115,44,32,116,114,117,101,2,1,137,242,202,87,0,2,1,36,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,121,101,115,45,110,101,99,101,115,115,97,114,121,44,32,121,101,115,2,2,63,205,169,91,78,117,166,39,0,2,1,31,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,121,101,115,45,111,116,104,101,114,44,32,110,111,2,2,63,205,169,91,78,117,166,39,0,2,1,27,115,101,116,45,99,111,111,107,105,101,44,32,99,107,121,45,97,99,116,105,111,110,44,32,121,101,115,2,2,63,205,169,91,78,117,166,39,0,2,1,36,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,121,101,115,45,102,117,110,99,116,105,111,110,97,108,44,32,110,111,2,2,63,205,169,91,78,117,166,39,0,2,1,51,115,101,116,45,99,111,111,107,105,101,44,32,104,97,115,45,100,101,99,108,105,110,101,100,45,99,111,111,107,105,101,115,44,32,116,114,117,101,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,148,181,115,31,0,2,1,40,115,101,116,45,99,111,111,107,105,101,44,32,104,97,115,45,97,103,114,101,101,100,45,116,111,45,99,111,111,107,105,101,115,44,32,102,97,108,115,101,2,1,148,181,115,31,0,2,1,24,115,101,116,45,99,111,111,107,105,101,44,32,101,115,115,101,110,116,105,97,108,44,32,89,2,1,111,124,156,64,0,2,1,24,115,101,116,45,99,111,111,107,105,101,44,32,97,110,97,108,121,116,105,99,115,44,32,78,2,1,111,124,156,64,0,2,1,25,115,101,116,45,99,111,111,107,105,101,44,32,102,117,110,99,116,105,111,110,97,108,44,32,78,2,1,111,124,156,64,0,2,1,49,115,101,116,45,99,111,111,107,105,101,44,32,103,114,97,100,101,112,114,111,111,102,95,115,104,111,119,110,95,99,111,111,107,105,101,95,119,97,114,110,105,110,103,44,32,116,114,117,101,2,1,159,106,231,247,0,2,1,34,115,101,116,45,99,111,111,107,105,101,44,32,115,98,101,114,46,112,101,114,115,95,110,111,116,105,99,101,95,101,110,44,32,49,2,1,216,112,91,204,0,2,1,34,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,115,95,99,111,110,115,101,110,116,101,100,44,32,121,101,115,2,1,140,10,139,68,0,2,1,33,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,115,95,99,111,110,115,101,110,116,44,32,116,114,117,101,2,1,126,167,107,71,0,2,1,34,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,115,95,99,111,110,115,101,110,116,44,32,102,97,108,115,101,2,1,126,167,107,71,0,2,1,30,115,101,116,45,99,111,111,107,105,101,44,32,97,110,97,108,45,111,112,116,45,105,110,44,32,102,97,108,115,101,2,1,126,167,107,71,0,2,1,23,115,101,116,45,99,111,111,107,105,101,44,32,97,99,99,101,112,116,101,100,44,32,49,2,1,192,148,217,178,0,2,1,35,115,101,116,45,99,111,111,107,105,101,44,32,67,66,51,57,51,95,68,79,78,79,84,82,69,79,80,69,78,44,32,116,114,117,101,2,1,132,101,55,141,0,2,1,47,115,101,116,45,99,111,111,107,105,101,44,32,65,89,84,79,95,67,79,82,85,78,65,95,67,79,79,75,73,69,83,44,32,49,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,41,107,177,14,0,2,1,47,115,101,116,45,99,111,111,107,105,101,44,32,73,54,73,73,83,67,79,79,75,73,69,67,79,78,83,69,78,84,48,44,32,110,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,143,191,40,47,0,2,1,26,115,101,116,45,99,111,111,107,105,101,44,32,104,116,103,95,99,111,110,115,101,110,116,44,32,48,2,1,35,61,16,46,0,2,1,27,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,95,111,108,100,97,108,44,32,49,2,1,108,86,229,167,0,2,1,31,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,95,109,97,114,107,101,116,105,110,103,44,32,48,2,1,108,86,229,167,0,2,1,25,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,95,106,111,103,44,32,49,2,1,108,86,229,167,0,2,1,24,115,101,116,45,99,111,111,107,105,101,44,32,99,112,95,99,99,95,97,100,115,44,32,48,2,1,41,208,31,171,0,2,1,26,115,101,116,45,99,111,111,107,105,101,44,32,99,112,95,99,99,95,115,116,97,116,115,44,32,48,2,1,41,208,31,171,0,2,1,29,115,101,116,45,99,111,111,107,105,101,44,32,99,112,95,99,99,95,114,101,113,117,105,114,101,100,44,32,49,2,1,41,208,31,171,0,2,1,33,115,101,116,45,99,111,111,107,105,101,44,32,97,101,45,99,111,111,107,105,101,98,97,110,110,101,114,44,32,116,114,117,101,2,1,160,58,194,33,0,2,1,29,115,101,116,45,99,111,111,107,105,101,44,32,97,101,45,101,115,101,110,116,105,97,108,44,32,116,114,117,101,2,1,160,58,194,33,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,97,101,45,115,116,97,116,105,115,116,105,99,115,44,32,102,97,108,115,101,2,1,160,58,194,33,0,2,1,41,115,101,116,45,99,111,111,107,105,101,44,32,99,99,115,45,115,117,112,112,108,105,101,114,99,111,110,110,101,99,116,44,32,65,67,67,69,80,84,69,68,2,1,213,131,142,34,0,2,1,33,115,101,116,45,99,111,111,107,105,101,44,32,97,99,99,101,112,116,101,100,95,99,111,111,107,105,101,115,44,32,121,101,115,2,1,184,205,177,226,0,2,1,19,115,101,116,45,99,111,111,107,105,101,44,32,110,111,116,101,44,32,49,2,1,161,39,136,130,0,2,1,35,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,67,111,110,115,101,110,116,44,32,114,101,113,117,105,114,101,100,2,1,114,144,137,186,0,2,1,35,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,67,111,110,115,101,110,116,44,32,97,99,99,101,112,116,101,100,2,2,89,1,193,11,89,107,59,54,0,2,1,20,115,101,116,45,99,111,111,107,105,101,44,32,112,100,95,99,99,44,32,49,2,1,206,227,29,65,0,2,1,30,115,101,116,45,99,111,111,107,105,101,44,32,103,100,112,114,95,111,107,44,32,110,101,99,101,115,115,97,114,121,2,1,62,38,138,106,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,97,108,108,111,119,84,114,97,99,107,105,110,103,44,32,102,97,108,115,101,2,3,148,100,37,133,167,60,197,179,217,38,148,227,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,115,45,109,97,114,107,101,116,105,110,103,44,32,78,2,1,183,125,212,215,0,2,1,35,115,101,116,45,99,111,111,107,105,101,44,32,118,97,114,109,97,102,105,95,109,97,110,100,97,116,111,114,121,44,32,116,114,117,101,2,1,19,235,180,151,0,2,1,33,115,101,116,45,99,111,111,107,105,101,44,32,86,121,111,115,67,111,111,107,105,101,115,44,32,65,99,99,101,112,116,101,100,2,1,55,2,35,168,0,2,1,35,115,101,116,45,99,111,111,107,105,101,44,32,97,110,97,108,121,116,105,99,115,67,111,110,115,101,110,116,44,32,102,97,108,115,101,2,1,204,88,34,17,0,2,1,29,115,101,116,45,99,111,111,107,105,101,44,32,97,100,115,67,111,110,115,101,110,116,44,32,102,97,108,115,101,2,1,204,88,34,17,0,2,1,27,115,101,116,45,99,111,111,107,105,101,44,32,116,101,95,99,111,111,107,105,101,95,111,107,44,32,49,2,1,101,231,79,129,0,2,1,48,115,101,116,45,99,111,111,107,105,101,44,32,97,109,99,111,111,107,105,101,95,112,111,108,105,99,121,95,114,101,115,116,114,105,99,116,105,111,110,44,32,97,108,108,111,119,101,100,2,4,31,64,254,16,64,20,146,182,102,109,134,80,229,222,127,24,0,2,1,34,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,67,111,110,115,101,110,116,44,32,97,108,108,111,119,101,100,2,1,61,180,120,204,0,2,1,34,115,101,116,45,99,111,111,107,105,101,44,32,100,119,95,99,111,111,107,105,101,115,95,97,99,99,101,112,116,101,100,44,32,49,2,1,111,116,220,209,0,2,1,41,115,101,116,45,99,111,111,107,105,101,44,32,97,99,99,101,112,116,67,111,110,118,101,114,115,101,67,111,111,107,105,101,80,111,108,105,99,121,44,32,48,2,1,111,116,220,209,0,2,1,26,115,101,116,45,99,111,111,107,105,101,44,32,103,100,112,114,45,98,97,110,110,101,114,44,32,49,2,1,57,45,101,113,0,2,1,30,115,101,116,45,99,111,111,107,105,101,44,32,112,114,105,118,97,99,121,83,101,116,116,105,110,103,115,44,32,49,2,1,158,123,51,99,0,2,1,43,115,101,116,45,99,111,111,107,105,101,44,32,97,114,101,95,101,115,115,101,110,116,105,97,108,95,99,111,110,115,101,110,116,115,95,103,105,118,101,110,44,32,49,2,1,114,168,240,26,0,2,1,52,115,101,116,45,99,111,111,107,105,101,44,32,105,115,95,112,101,114,115,111,110,97,108,105,122,101,100,95,99,111,110,116,101,110,116,95,99,111,110,115,101,110,116,95,103,105,118,101,110,44,32,49,2,1,114,168,240,26,0,2,1,41,115,101,116,45,99,111,111,107,105,101,44,32,97,99,101,112,116,97,95,99,111,111,107,105,101,115,95,102,117,110,99,105,111,110,97,108,101,115,44,32,49,2,1,131,28,124,152,0,2,1,42,115,101,116,45,99,111,111,107,105,101,44,32,97,99,101,112,116,97,95,99,111,111,107,105,101,115,95,111,98,108,105,103,97,116,111,114,105,97,115,44,32,49,2,1,131,28,124,152,0,2,1,45,115,101,116,45,99,111,111,107,105,101,44,32,97,99,101,112,116,97,95,99,111,111,107,105,101,115,95,112,101,114,115,111,110,97,108,105,122,97,99,105,111,110,44,32,49,2,1,131,28,124,152,0,2,1,38,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,112,111,108,105,99,121,105,110,102,111,95,110,101,119,44,32,116,114,117,101,2,1,116,51,206,221,0,2,1,30,115,101,116,45,99,111,111,107,105,101,44,32,97,99,99,101,112,116,67,111,111,107,105,101,44,32,116,114,117,101,2,3,115,86,199,152,157,49,204,221,190,189,89,212,0,2,1,44,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,115,45,114,101,113,117,105,114,101,100,44,32,49,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,100,11,17,27,0,2,1,20,115,101,116,45,99,111,111,107,105,101,44,32,101,101,45,104,106,44,32,110,2,1,66,178,99,67,0,2,1,33,115,101,116,45,99,111,111,107,105,101,44,32,101,101,45,99,97,44,32,121,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,66,178,99,67,0,2,1,20,115,101,116,45,99,111,111,107,105,101,44,32,101,101,45,121,116,44,32,121,2,1,66,178,99,67,0,2,1,35,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,95,97,110,97,108,121,116,105,99,115,44,32,102,97,108,115,101,2,1,116,51,206,221,0,2,1,28,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,67,111,110,115,101,110,116,44,32,49,2,2,198,1,112,60,228,89,172,131,0,2,1,35,115,101,116,45,99,111,111,107,105,101,44,32,101,116,95,99,111,111,107,105,101,95,99,111,110,115,101,110,116,44,32,116,114,117,101,2,1,184,229,185,114,0,2,1,29,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,66,97,115,105,99,44,32,116,114,117,101,2,1,76,155,227,251,0,2,1,28,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,77,111,108,100,44,32,116,114,117,101,2,1,186,43,179,248,0,2,1,35,115,101,116,45,99,111,111,107,105,101,44,32,121,116,112,114,101,102,115,95,103,100,112,114,95,99,111,110,115,101,110,116,44,32,49,2,1,42,76,66,217,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,101,102,105,108,101,45,99,111,111,107,105,101,110,97,109,101,45,44,32,49,2,1,6,202,100,103,0,2,1,63,115,101,116,45,99,111,111,107,105,101,44,32,112,108,103,95,115,121,115,116,101,109,95,100,106,99,111,111,107,105,101,109,111,110,115,116,101,114,95,105,110,102,111,114,109,101,100,44,32,49,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,65,141,236,134,0,2,1,21,115,101,116,45,99,111,111,107,105,101,44,32,99,118,99,44,32,116,114,117,101,2,1,126,80,48,198,0,2,1,33,115,101,116,45,99,111,111,107,105,101,44,32,99,111,110,115,101,110,116,95,117,112,100,97,116,101,100,44,32,116,114,117,101,2,1,151,145,181,211,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,67,111,110,115,101,110,116,51,44,32,116,114,117,101,2,1,193,179,102,88,0,2,1,44,115,101,116,45,99,111,111,107,105,101,44,32,97,99,114,105,115,95,99,111,111,107,105,101,95,97,99,99,44,32,49,44,32,44,32,114,101,108,111,97,100,44,32,49,2,2,130,162,61,75,241,120,197,253,0,2,1,52,115,101,116,45,99,111,111,107,105,101,44,32,116,101,114,109,115,102,101,101,100,95,112,99,49,95,110,111,116,105,99,101,95,98,97,110,110,101,114,95,104,105,100,100,101,110,44,32,116,114,117,101,2,1,144,37,2,100,0,2,1,36,115,101,116,45,99,111,111,107,105,101,44,32,99,109,112,108,122,95,109,97,114,107,101,116,105,110,103,44,32,97,108,108,111,119,101,100,2,1,186,163,153,20,0,2,1,34,115,101,116,45,99,111,111,107,105,101,44,32,99,109,112,108,122,95,109,97,114,107,101,116,105,110,103,44,32,97,108,108,111,119,2,1,105,175,67,169,0,2,1,30,115,101,116,45,99,111,111,107,105,101,44,32,97,99,107,110,111,119,108,101,100,103,101,100,44,32,116,114,117,101,2,1,164,133,215,219,0,2,1,28,115,101,116,45,99,111,111,107,105,101,44,32,99,99,112,97,97,99,99,101,112,116,44,32,116,114,117,101,2,1,40,85,144,166,0,2,1,45,115,101,116,45,99,111,111,107,105,101,44,32,103,100,112,114,95,115,104,105,101,108,100,95,110,111,116,105,99,101,95,100,105,115,109,105,115,115,101,100,44,32,121,101,115,2,1,35,23,37,158,0,2,1,70,115,101,116,45,99,111,111,107,105,101,44,32,108,117,99,105,95,103,97,67,111,110,115,101,110,116,95,57,53,57,55,51,102,55,98,45,54,100,98,99,45,52,100,97,99,45,97,57,49,54,45,97,98,50,99,102,51,98,52,97,102,49,49,44,32,102,97,108,115,101,2,1,27,219,204,123,0,2,1,36,115,101,116,45,99,111,111,107,105,101,44,32,108,117,99,105,95,67,111,111,107,105,101,67,111,110,115,101,110,116,44,32,116,114,117,101,2,1,27,219,204,123,0,2,1,30,115,101,116,45,99,111,111,107,105,101,44,32,110,103,45,99,99,45,110,101,99,101,115,115,97,114,121,44,32,49,2,1,240,215,10,205,0,2,1,36,115,101,116,45,99,111,111,107,105,101,44,32,110,103,45,99,99,45,97,99,99,101,112,116,101,100,44,32,97,99,99,101,112,116,101,100,2,1,240,215,10,205,0,2,1,36,115,101,116,45,99,111,111,107,105,101,44,32,80,114,105,118,97,99,121,80,111,108,105,99,121,79,112,116,79,117,116,44,32,121,101,115,2,1,13,174,106,218,0,2,1,35,115,101,116,45,99,111,111,107,105,101,44,32,99,111,110,115,101,110,116,65,110,97,108,121,116,105,99,115,44,32,102,97,108,115,101,2,2,159,136,32,189,177,219,181,152,0,2,1,37,115,101,116,45,99,111,111,107,105,101,44,32,99,111,110,115,101,110,116,65,100,118,101,114,116,105,115,105,110,103,44,32,102,97,108,115,101,2,2,159,136,32,189,177,219,181,152,0,2,1,41,115,101,116,45,99,111,111,107,105,101,44,32,99,111,110,115,101,110,116,80,101,114,115,111,110,97,108,105,122,97,116,105,111,110,44,32,102,97,108,115,101,2,2,159,136,32,189,177,219,181,152,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,112,114,105,118,97,99,121,69,120,112,105,114,97,116,105,111,110,44,32,49,2,2,159,136,32,189,177,219,181,152,0,2,1,30,115,101,116,45,99,111,111,107,105,101,44,32,112,114,105,118,97,99,121,83,101,116,116,105,110,103,115,44,32,49,2,2,159,136,32,189,177,219,181,152,0,2,1,38,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,99,111,110,115,101,110,116,95,115,116,97,116,117,115,44,32,100,101,110,121,2,1,37,49,30,126,0,2,1,41,115,101,116,45,99,111,111,107,105,101,44,32,108,114,95,99,111,111,107,105,101,115,95,116,101,99,110,105,99,97,115,44,32,97,99,99,101,112,116,101,100,2,1,34,150,182,206,0,2,1,51,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,115,95,115,117,114,101,115,116,97,111,44,32,97,99,99,101,112,116,101,100,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,34,150,182,206,0,2,1,33,115,101,116,45,99,111,111,107,105,101,44,32,104,105,100,101,45,99,111,111,107,105,101,45,98,97,110,110,101,114,44,32,49,2,1,194,197,252,41,0,2,1,31,115,101,116,45,99,111,111,107,105,101,44,32,102,106,97,108,108,114,97,118,101,110,67,111,111,107,105,101,44,32,49,2,1,220,1,40,182,0,2,1,38,115,101,116,45,99,111,111,107,105,101,44,32,97,99,99,101,112,116,95,99,111,111,107,105,101,95,112,111,108,105,99,121,44,32,116,114,117,101,2,1,222,57,176,196,0,2,1,25,115,101,116,45,99,111,111,107,105,101,44,32,95,109,97,114,107,101,116,105,110,103,44,32,48,2,1,217,82,115,223,0,2,1,27,115,101,116,45,99,111,111,107,105,101,44,32,95,112,101,114,102,111,114,109,97,110,99,101,44,32,48,2,1,217,82,115,223,0,2,1,25,115,101,116,45,99,111,111,107,105,101,44,32,82,103,112,100,66,97,110,110,101,114,44,32,49,2,1,217,82,115,223,0,2,1,41,115,101,116,45,99,111,111,107,105,101,44,32,115,101,101,110,95,99,111,111,107,105,101,95,109,101,115,115,97,103,101,44,32,97,99,99,101,112,116,101,100,2,1,169,46,16,114,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,99,111,109,112,108,105,97,110,99,101,67,111,111,107,105,101,44,32,111,110,2,1,89,55,252,45,0,2,1,38,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,84,101,114,109,115,68,105,115,109,105,115,115,101,100,44,32,116,114,117,101,2,1,67,86,100,255,0,2,1,42,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,45,99,111,110,115,101,110,116,44,32,49,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,41,223,59,65,0,2,1,29,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,45,99,111,110,115,101,110,116,44,32,48,2,1,39,200,225,112,0,2,1,50,115,101,116,45,99,111,111,107,105,101,44,32,101,99,111,108,111,103,105,95,99,111,111,107,105,101,95,99,111,110,115,101,110,116,95,50,48,50,50,48,50,50,52,44,32,102,97,108,115,101,2,1,106,175,62,0,0,2,1,43,115,101,116,45,99,111,111,107,105,101,44,32,97,112,112,66,97,110,110,101,114,80,111,112,85,112,82,117,108,101,115,67,111,111,107,105,101,44,32,116,114,117,101,2,1,127,45,124,160,0,2,1,38,115,101,116,45,99,111,111,107,105,101,44,32,101,117,114,97,99,95,99,111,111,107,105,101,95,99,111,110,115,101,110,116,44,32,116,114,117,101,2,1,138,73,239,181,0,2,1,36,115,101,116,45,99,111,111,107,105,101,44,32,97,107,97,115,97,97,105,114,67,111,111,107,105,101,44,32,97,99,99,101,112,116,101,100,2,1,37,243,174,83,0,2,1,23,115,101,116,45,99,111,111,107,105,101,44,32,114,105,116,116,97,108,67,67,44,32,49,2,1,36,118,55,78,0,2,1,28,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,45,97,103,114,101,101,100,44,32,50,2,2,226,171,152,4,237,56,29,7,0,2,1,38,115,101,116,45,99,111,111,107,105,101,44,32,99,107,105,101,115,95,102,97,99,101,98,111,111,107,95,112,105,120,101,108,44,32,100,101,110,121,2,1,147,169,231,220,0,2,1,40,115,101,116,45,99,111,111,107,105,101,44,32,99,107,105,101,115,95,103,111,111,103,108,101,95,97,110,97,108,121,116,105,99,115,44,32,100,101,110,121,2,1,147,169,231,220,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,99,107,105,101,115,95,121,111,117,116,117,98,101,44,32,97,108,108,111,119,2,1,147,169,231,220,0,2,1,35,115,101,116,45,99,111,111,107,105,101,44,32,99,107,105,101,115,95,99,108,111,117,100,102,108,97,114,101,44,32,97,108,108,111,119,2,1,147,169,231,220,0,2,1,31,115,101,116,45,99,111,111,107,105,101,44,32,99,107,105,101,115,95,112,97,121,112,97,108,44,32,97,108,108,111,119,2,1,147,169,231,220,0,2,1,40,115,101,116,45,99,111,111,107,105,101,44,32,99,107,105,101,115,95,119,101,98,95,115,116,111,114,101,95,115,116,97,116,101,44,32,97,108,108,111,119,2,1,147,169,231,220,0,2,1,24,115,101,116,45,99,111,111,107,105,101,44,32,104,97,115,80,111,108,105,99,121,44,32,89,2,1,46,147,207,193,0,2,1,53,115,101,116,45,99,111,111,107,105,101,44,32,109,111,100,97,108,80,111,108,105,99,121,67,111,111,107,105,101,78,111,116,65,99,99,101,112,116,101,100,44,32,110,111,116,97,99,99,101,112,116,101,100,2,1,126,46,1,215,0,2,1,30,115,101,116,45,99,111,111,107,105,101,44,32,77,65,78,65,95,67,79,78,83,69,78,84,44,32,116,114,117,101,2,1,94,255,168,248,0,2,1,37,115,101,116,45,99,111,111,107,105,101,44,32,95,117,108,95,99,111,111,107,105,101,95,99,111,110,115,101,110,116,44,32,97,108,108,111,119,2,1,36,43,116,140,0,2,1,34,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,80,114,101,102,65,110,97,108,121,116,105,99,115,44,32,48,2,1,224,102,169,245,0,2,1,34,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,80,114,101,102,77,97,114,107,101,116,105,110,103,44,32,48,2,1,224,102,169,245,0,2,1,47,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,80,114,101,102,84,104,105,114,100,80,97,114,116,121,65,112,112,108,105,99,97,116,105,111,110,115,44,32,48,2,1,224,102,169,245,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,116,114,97,99,107,105,110,103,67,111,111,107,105,101,115,44,32,111,102,102,2,1,160,198,144,230,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,99,111,109,112,108,105,97,110,99,101,67,111,111,107,105,101,44,32,111,110,2,1,160,198,144,230,0,2,1,31,115,101,116,45,99,111,111,107,105,101,44,32,97,99,99,101,112,116,97,110,97,108,121,116,105,99,115,44,32,110,111,2,1,46,142,121,10,0,2,1,33,115,101,116,45,99,111,111,107,105,101,44,32,97,99,99,101,112,116,97,100,118,101,114,116,105,115,105,110,103,44,32,110,111,2,1,46,142,121,10,0,2,1,33,115,101,116,45,99,111,111,107,105,101,44,32,97,99,99,101,112,116,102,117,110,99,116,105,111,110,97,108,44,32,121,101,115,2,1,46,142,121,10,0,2,1,37,115,101,116,45,99,111,111,107,105,101,44,32,99,111,110,115,101,110,116,49,56,44,32,48,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,214,1,10,253,0,2,1,31,115,101,116,45,99,111,111,107,105,101,44,32,104,105,100,101,45,103,100,112,114,45,98,97,114,44,32,116,114,117,101,2,2,170,7,161,142,214,180,242,76,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,65,84,65,46,103,100,112,114,46,112,111,112,117,112,44,32,116,114,117,101,2,1,127,45,255,113,0,2,1,56,115,101,116,45,99,111,111,107,105,101,44,32,65,73,82,69,85,82,79,80,65,95,69,78,83,73,71,72,84,69,78,95,80,82,73,86,65,67,89,95,66,65,78,78,69,82,95,86,73,69,87,69,68,44,32,49,2,1,213,9,216,122,0,2,1,38,115,101,116,45,99,111,111,107,105,101,44,32,112,114,105,118,97,99,121,78,111,116,105,99,101,69,120,112,105,114,101,68,97,116,101,44,32,49,2,1,100,106,135,78,0,2,1,39,115,101,116,45,99,111,111,107,105,101,44,32,112,114,105,118,97,99,121,78,111,116,105,99,101,65,99,99,101,112,116,101,100,44,32,116,114,117,101,2,1,100,106,135,78,0,2,1,30,115,101,116,45,99,111,111,107,105,101,44,32,112,111,108,105,99,121,95,97,99,99,101,112,116,101,100,44,32,49,2,1,179,20,67,178,0,2,1,49,115,101,116,45,99,111,111,107,105,101,44,32,115,116,97,109,112,101,110,45,99,111,111,107,105,101,115,45,104,105,100,101,45,105,110,102,111,114,109,97,116,105,111,110,44,32,121,101,115,2,1,228,34,18,191,0,2,1,39,115,101,116,45,99,111,111,107,105,101,44,32,100,111,109,105,110,111,115,95,99,111,111,107,105,101,115,95,97,99,99,101,112,116,101,100,44,32,49,2,1,254,191,178,0,0,2,1,30,115,101,116,45,99,111,111,107,105,101,44,32,100,101,118,97,95,97,99,99,101,112,116,101,100,44,32,121,101,115,2,1,47,194,160,164,0,2,1,31,115,101,116,45,99,111,111,107,105,101,44,32,112,114,105,118,97,99,121,95,115,101,116,116,105,110,103,115,44,32,49,2,3,103,123,209,119,203,33,57,68,253,34,198,130,0,2,1,30,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,115,95,99,111,110,115,101,110,116,44,32,49,2,3,93,170,186,220,206,96,219,158,228,246,217,16,0,2,1,31,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,115,95,109,111,100,97,108,44,32,116,114,117,101,2,1,226,117,120,165,0,2,1,28,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,95,110,111,116,105,99,101,44,32,49,2,1,8,199,171,147,0,2,1,41,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,95,112,111,108,105,99,121,95,97,103,114,101,101,109,101,110,116,44,32,116,114,117,101,2,1,75,175,60,217,0,2,1,27,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,115,80,111,112,117,112,44,32,49,2,1,77,209,17,42,0,2,1,36,115,101,116,45,99,111,111,107,105,101,44,32,100,105,103,105,98,101,115,116,67,111,111,107,105,101,73,110,102,111,44,32,116,114,117,101,2,1,6,220,40,130,0,2,1,40,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,115,101,116,116,105,110,103,115,95,115,116,97,116,117,115,44,32,97,108,108,111,119,2,1,25,95,98,6,0,2,1,38,115,101,116,45,99,111,111,107,105,101,44,32,95,100,117,101,116,95,103,100,112,114,95,97,99,107,110,111,119,108,101,100,103,101,100,44,32,49,2,1,124,156,243,50,0,2,1,51,115,101,116,45,99,111,111,107,105,101,44,32,100,97,105,109,97,110,116,95,99,111,108,108,101,99,116,105,118,101,44,32,97,99,99,101,112,116,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,211,129,194,191,0,2,1,42,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,115,45,110,111,116,105,99,101,44,32,49,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,90,250,144,187,0,2,1,34,115,101,116,45,99,111,111,107,105,101,44,32,98,97,110,110,101,114,44,32,50,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,107,21,31,26,0,2,1,39,115,101,116,45,99,111,111,107,105,101,44,32,112,114,105,118,97,99,121,45,112,111,108,105,99,121,45,50,48,50,51,44,32,97,99,99,101,112,116,2,1,247,55,42,202,0,2,1,38,115,101,116,45,99,111,111,107,105,101,44,32,117,115,101,114,95,99,111,111,107,105,101,95,99,111,110,115,101,110,116,44,32,102,97,108,115,101,2,1,173,32,237,112,0,2,1,27,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,80,111,108,105,99,121,44,32,52,2,4,15,232,223,116,52,240,148,207,89,208,23,177,171,195,192,103,0,2,1,39,115,101,116,45,99,111,111,107,105,101,44,32,115,116,97,110,100,97,114,100,95,103,100,112,114,95,99,111,110,115,101,110,116,44,32,116,114,117,101,2,1,242,129,217,10,0,2,1,31,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,95,97,99,99,101,112,116,44,32,116,114,117,101,2,1,142,49,74,57,0,2,1,30,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,66,97,110,110,101,114,44,32,116,114,117,101,2,1,233,169,94,203,0,2,1,40,115,101,116,45,99,111,111,107,105,101,44,32,116,110,99,111,111,107,105,101,105,110,102,111,44,32,49,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,124,223,116,63,0,2,1,33,115,101,116,45,99,111,111,107,105,101,44,32,97,103,114,101,101,95,119,105,116,104,95,99,111,111,107,105,101,115,44,32,49,2,1,7,97,103,183,0,2,1,37,115,101,116,45,99,111,111,107,105,101,44,32,115,99,45,112,114,105,118,97,99,121,45,115,101,116,116,105,110,103,115,44,32,116,114,117,101,2,1,156,79,50,19,0,2,1,33,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,45,97,99,99,101,112,116,101,100,44,32,116,114,117,101,2,1,39,198,32,131,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,45,97,99,99,101,112,116,101,100,44,32,121,101,115,2,2,51,235,65,227,84,10,42,61,0,2,1,44,115,101,116,45,99,111,111,107,105,101,44,32,97,99,99,101,112,116,115,65,100,118,101,114,116,105,115,105,110,103,67,111,111,107,105,101,115,44,32,102,97,108,115,101,2,1,122,175,75,143,0,2,1,25,115,101,116,45,99,111,111,107,105,101,44,32,99,111,110,115,101,110,116,65,108,108,44,32,49,2,3,44,203,186,114,68,222,165,20,208,23,68,66,0,2,1,35,115,101,116,45,99,111,111,107,105,101,44,32,104,105,100,101,95,99,111,111,107,105,101,115,95,99,111,110,115,101,110,116,44,32,49,2,1,38,41,151,216,0,2,1,30,115,101,116,45,99,111,111,107,105,101,44,32,110,105,99,101,113,117,101,115,116,95,111,112,116,73,110,44,32,49,2,1,24,105,238,35,0,2,1,38,115,101,116,45,99,111,111,107,105,101,44,32,115,104,98,45,99,111,110,115,101,110,116,45,99,111,111,107,105,101,115,44,32,102,97,108,115,101,2,6,75,176,81,97,88,245,247,144,135,48,10,203,183,33,125,132,205,146,72,74,250,95,14,162,0,2,1,47,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,115,45,97,99,99,101,112,116,101,100,44,32,116,114,117,101,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,229,129,61,155,0,2,1,28,115,101,116,45,99,111,111,107,105,101,44,32,99,112,97,99,99,101,112,116,101,100,44,32,116,114,117,101,2,1,75,5,178,120,0,2,1,37,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,77,101,115,115,97,103,101,68,105,115,109,105,115,115,101,100,44,32,49,2,1,196,80,240,190,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,76,71,95,67,79,79,75,73,69,95,67,79,78,83,69,78,84,44,32,48,2,1,196,80,240,190,0,2,1,31,115,101,116,45,99,111,111,107,105,101,44,32,67,111,111,107,105,101,67,111,110,115,101,110,116,44,32,116,114,117,101,2,9,11,180,188,142,16,108,58,7,18,237,66,82,19,18,157,113,105,127,183,146,135,250,36,142,142,91,50,22,166,154,88,69,232,50,136,93,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,67,111,111,107,105,101,67,111,110,115,101,110,116,44,32,102,97,108,115,101,2,2,116,0,119,135,171,120,12,104,0,2,1,50,115,101,116,45,99,111,111,107,105,101,44,32,103,97,116,115,98,121,45,112,108,117,103,105,110,45,103,111,111,103,108,101,45,116,97,103,109,97,110,97,103,101,114,44,32,102,97,108,115,101,2,2,16,108,58,7,18,237,66,82,0,2,1,33,115,101,116,45,99,111,111,107,105,101,44,32,119,116,114,95,99,111,111,107,105,101,95,99,111,110,115,101,110,116,44,32,49,2,1,197,137,136,240,0,2,1,37,115,101,116,45,99,111,111,107,105,101,44,32,119,116,114,95,99,111,111,107,105,101,115,95,102,117,110,99,116,105,111,110,97,108,44,32,49,2,1,197,137,136,240,0,2,1,39,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,45,109,45,112,101,114,115,111,110,97,108,105,122,97,116,105,111,110,44,32,48,2,1,227,22,214,240,0,2,1,33,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,45,109,45,109,97,114,107,101,116,105,110,103,44,32,48,2,1,227,22,214,240,0,2,1,33,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,45,109,45,97,110,97,108,121,116,105,99,115,44,32,48,2,1,227,22,214,240,0,2,1,25,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,115,44,32,116,114,117,101,2,1,90,75,139,154,0,2,1,27,115,101,116,45,99,111,111,107,105,101,44,32,99,116,99,95,114,101,106,101,99,116,101,100,44,32,49,2,2,148,193,37,43,209,220,192,158,0,2,1,26,115,101,116,45,99,111,111,107,105,101,44,32,95,99,111,111,107,105,101,115,95,118,50,44,32,49,2,5,34,86,174,0,61,5,3,94,101,150,144,158,139,156,230,190,234,173,6,192,0,2,1,39,115,101,116,45,99,111,111,107,105,101,44,32,65,99,99,101,112,116,101,100,67,111,111,107,105,101,67,97,116,101,103,111,114,105,101,115,44,32,49,2,2,165,193,121,59,244,98,200,95,0,2,1,47,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,95,112,111,108,105,99,121,95,97,99,107,110,111,119,108,101,100,103,101,109,101,110,116,44,32,116,114,117,101,2,1,55,217,241,32,0,2,1,29,115,101,116,45,99,111,111,107,105,101,44,32,97,108,108,111,119,67,111,111,107,105,101,115,44,32,121,101,115,2,1,25,190,38,134,0,2,1,36,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,78,111,116,105,102,105,99,97,116,105,111,110,44,32,116,114,117,101,2,1,161,55,12,172,0,2,1,25,115,101,116,45,99,111,111,107,105,101,44,32,112,114,105,118,97,99,121,44,32,116,114,117,101,2,1,133,169,153,127,0,2,1,31,115,101,116,45,99,111,111,107,105,101,44,32,101,117,99,111,110,115,101,110,116,45,98,121,112,97,115,115,44,32,49,2,2,38,157,113,138,182,131,120,119,0,2,1,29,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,95,117,115,97,103,101,44,32,121,101,115,2,1,231,9,115,39,0,2,1,37,115,101,116,45,99,111,111,107,105,101,44,32,100,105,115,109,105,115,115,67,111,111,107,105,101,66,97,110,110,101,114,44,32,116,114,117,101,2,2,8,100,191,43,253,116,130,68,0,2,1,28,115,101,116,45,99,111,111,107,105,101,44,32,115,119,105,116,99,104,67,111,111,107,105,101,115,44,32,49,2,1,253,116,130,68,0,2,1,27,115,101,116,45,99,111,111,107,105,101,44,32,99,98,67,104,101,99,107,101,100,44,32,116,114,117,101,2,4,31,156,8,109,37,70,6,208,64,254,249,12,196,192,198,119,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,105,110,102,111,67,111,111,107,105,101,85,115,101,115,44,32,116,114,117,101,2,1,48,149,154,145,0,2,1,30,115,101,116,45,99,111,111,107,105,101,44,32,99,111,110,115,101,110,116,45,100,97,116,97,45,118,50,44,32,48,2,1,8,165,250,45,0,2,1,34,115,101,116,45,99,111,111,107,105,101,44,32,65,67,67,69,80,84,69,68,95,67,79,79,75,73,69,83,44,32,116,114,117,101,2,1,86,18,149,139,0,2,1,56,115,101,116,45,99,111,111,107,105,101,44,32,69,77,82,45,67,111,111,107,105,101,67,111,110,115,101,110,116,45,65,110,97,108,121,116,105,99,97,108,44,32,48,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,229,206,34,56,0,2,1,43,115,101,116,45,99,111,111,107,105,101,44,32,103,101,109,95,99,111,111,107,105,101,115,95,117,115,97,103,101,95,112,114,111,100,117,99,116,105,111,110,44,32,49,2,1,243,19,219,172,0,2,1,27,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,95,108,101,118,101,108,44,32,50,2,1,114,153,21,82,0,2,1,45,115,101,116,45,99,111,111,107,105,101,44,32,116,111,117,116,118,95,99,111,111,107,105,101,115,95,117,115,97,103,101,95,112,114,111,100,117,99,116,105,111,110,44,32,49,2,1,42,200,248,140,0,2,1,51,115,101,116,45,99,111,111,107,105,101,44,32,95,101,118,105,100,111,110,95,115,117,112,112,114,101,115,115,95,110,111,116,105,102,105,99,97,116,105,111,110,95,99,111,111,107,105,101,44,32,49,2,1,66,98,194,249,0,2,1,44,115,101,116,45,99,111,111,107,105,101,44,32,69,77,82,45,67,111,111,107,105,101,67,111,110,115,101,110,116,45,65,100,118,101,114,116,105,115,105,110,103,44,32,48,2,1,229,206,34,56,0,2,1,31,115,101,116,45,99,111,111,107,105,101,44,32,97,99,99,101,112,116,67,111,111,107,105,101,115,44,32,116,114,117,101,2,3,7,108,111,71,39,77,108,110,173,61,80,177,0,2,1,49,115,101,116,45,99,111,111,107,105,101,44,32,98,114,45,108,103,112,100,45,99,111,111,107,105,101,45,110,111,116,105,99,101,45,97,103,114,101,101,109,101,110,116,45,118,49,44,32,49,2,1,1,10,201,249,0,2,1,25,115,101,116,45,99,111,111,107,105,101,44,32,112,114,105,118,97,99,121,95,109,118,44,32,49,2,1,58,29,221,177,0,2,1,34,115,101,116,45,99,111,111,107,105,101,44,32,67,79,79,75,73,69,83,95,78,69,87,65,67,67,69,80,84,69,68,44,32,49,2,1,132,205,106,101,0,2,1,40,115,101,116,45,99,111,111,107,105,101,44,32,101,115,95,99,111,111,107,105,101,95,115,101,116,116,105,110,103,115,95,99,108,111,115,101,100,44,32,49,2,1,74,80,70,246,0,2,1,48,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,45,98,97,110,110,101,114,45,97,99,99,101,112,116,97,110,99,101,45,115,116,97,116,101,44,32,116,114,117,101,2,1,85,110,233,94,0,2,1,34,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,95,99,111,110,115,101,110,116,95,115,101,101,110,44,32,49,2,1,244,175,145,246,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,65,99,99,101,112,116,101,100,44,32,116,114,117,101,2,1,167,112,55,188,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,115,95,97,108,108,111,119,101,100,44,32,121,101,115,2,1,4,159,158,6,0,2,1,23,115,101,116,45,99,111,111,107,105,101,44,32,116,114,97,99,107,105,110,103,44,32,48,2,1,68,231,67,180,0,2,1,53,115,101,116,45,99,111,111,107,105,101,44,32,118,97,108,97,109,105,115,95,99,111,111,107,105,101,95,109,101,115,115,97,103,101,44,32,116,114,117,101,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,167,168,215,29,0,2,1,43,115,101,116,45,99,111,111,107,105,101,44,32,118,97,108,97,109,105,115,95,99,111,111,107,105,101,95,109,97,114,107,101,116,105,110,103,44,32,102,97,108,115,101,2,1,167,168,215,29,0,2,1,43,115,101,116,45,99,111,111,107,105,101,44,32,118,97,108,97,109,105,115,95,99,111,111,107,105,101,95,97,110,97,108,121,116,105,99,115,44,32,102,97,108,115,101,2,1,167,168,215,29,0,2,1,44,115,101,116,45,99,111,111,107,105,101,44,32,97,112,112,114,111,118,101,100,99,111,111,107,105,101,115,44,32,110,111,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,150,113,42,126,0,2,1,37,115,101,116,45,99,111,111,107,105,101,44,32,112,115,100,45,103,111,111,103,108,101,45,97,100,115,45,101,110,97,98,108,101,100,44,32,48,2,1,222,166,225,215,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,112,115,100,45,103,116,109,45,97,99,116,105,118,97,116,101,100,44,32,49,2,1,222,166,225,215,0,2,1,31,115,101,116,45,99,111,111,107,105,101,44,32,119,105,115,104,108,105,115,116,45,101,110,97,98,108,101,100,44,32,49,2,1,222,166,225,215,0,2,1,33,115,101,116,45,99,111,111,107,105,101,44,32,99,111,110,115,101,110,116,73,110,116,101,114,97,99,116,44,32,116,114,117,101,2,1,20,83,229,34,0,2,1,48,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,45,98,121,116,101,45,99,111,110,115,101,110,116,45,101,115,115,101,110,116,105,97,108,115,44,32,116,114,117,101,2,1,124,228,57,233,0,2,1,44,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,45,98,121,116,101,45,99,111,110,115,101,110,116,45,115,104,111,119,101,100,44,32,116,114,117,101,2,1,124,228,57,233,0,2,1,49,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,45,98,121,116,101,45,99,111,110,115,101,110,116,45,115,116,97,116,105,115,116,105,99,115,44,32,102,97,108,115,101,2,1,124,228,57,233,0,2,1,31,115,101,116,45,99,111,111,107,105,101,44,32,98,109,95,97,99,107,110,111,119,108,101,100,103,101,44,32,121,101,115,2,1,6,172,246,73,0,2,1,48,115,101,116,45,99,111,111,107,105,101,44,32,103,101,110,111,118,97,80,114,105,118,97,99,121,79,112,116,105,111,110,115,44,32,49,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,247,76,164,201,0,2,1,28,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,115,95,111,107,44,32,116,114,117,101,2,1,229,161,84,51,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,107,97,108,105,45,99,99,45,97,103,114,101,101,100,44,32,116,114,117,101,2,1,218,240,250,171,0,2,1,33,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,115,65,99,99,101,112,116,101,100,44,32,116,114,117,101,2,4,0,98,117,92,27,125,0,91,174,129,22,171,202,236,104,122,0,2,1,40,115,101,116,45,99,111,111,107,105,101,44,32,97,108,108,111,119,77,97,114,107,101,116,105,110,103,67,111,111,107,105,101,115,44,32,102,97,108,115,101,2,2,27,125,0,91,202,236,104,122,0,2,1,41,115,101,116,45,99,111,111,107,105,101,44,32,97,108,108,111,119,65,110,97,108,121,116,105,99,97,108,67,111,111,107,105,101,115,44,32,102,97,108,115,101,2,2,27,125,0,91,202,236,104,122,0,2,1,40,115,101,116,45,99,111,111,107,105,101,44,32,112,114,105,118,97,99,121,76,101,118,101,108,44,32,50,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,173,4,250,32,0,2,1,30,115,101,116,45,99,111,111,107,105,101,44,32,65,99,99,101,112,116,101,100,67,111,111,107,105,101,115,44,32,49,2,2,148,186,150,73,174,32,109,165,0,2,1,31,115,101,116,45,99,111,111,107,105,101,44,32,103,99,112,44,32,49,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,246,211,223,25,0,2,1,35,115,101,116,45,99,111,111,107,105,101,44,32,117,115,101,114,67,111,111,107,105,101,67,111,110,115,101,110,116,44,32,116,114,117,101,2,1,34,155,61,175,0,2,1,35,115,101,116,45,99,111,111,107,105,101,44,32,104,97,115,83,101,101,110,67,111,111,107,105,101,80,111,112,85,112,44,32,121,101,115,2,1,89,155,62,102,0,2,1,61,115,101,116,45,99,111,111,107,105,101,44,32,112,114,105,118,97,99,121,76,101,118,101,108,44,32,102,108,97,103,109,97,106,111,98,95,97,100,115,95,115,104,111,119,110,44,32,49,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,70,234,21,34,0,2,1,29,115,101,116,45,99,111,111,107,105,101,44,32,117,115,101,114,67,111,111,107,105,101,115,44,32,116,114,117,101,2,1,18,197,145,223,0,2,1,38,115,101,116,45,99,111,111,107,105,101,44,32,112,114,105,118,97,99,121,45,112,111,108,105,99,121,45,97,99,99,101,112,116,101,100,44,32,49,2,1,49,138,97,98,0,2,1,34,115,101,116,45,99,111,111,107,105,101,44,32,112,114,101,99,109,112,44,32,49,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,190,222,221,40,0,2,1,46,115,101,116,45,99,111,111,107,105,101,44,32,73,115,67,111,111,107,105,101,65,99,99,101,112,116,101,100,44,32,121,101,115,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,45,68,163,213,0,2,1,47,115,101,116,45,99,111,111,107,105,101,44,32,103,97,116,115,98,121,45,103,100,112,114,45,103,111,111,103,108,101,45,116,97,103,109,97,110,97,103,101,114,44,32,116,114,117,101,2,1,189,134,214,185,0,2,1,25,115,101,116,45,99,111,111,107,105,101,44,32,108,101,103,97,108,79,107,44,32,116,114,117,101,2,1,126,233,140,221,0,2,1,39,115,101,116,45,99,111,111,107,105,101,44,32,99,112,95,99,99,95,115,116,97,116,115,44,32,49,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,8,158,237,157,0,2,1,24,115,101,116,45,99,111,111,107,105,101,44,32,99,112,95,99,99,95,97,100,115,44,32,49,2,1,8,158,237,157,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,44,32,49,2,1,93,95,192,74,0,2,1,19,115,101,116,45,99,111,111,107,105,101,44,32,103,100,112,114,44,32,49,2,1,83,239,89,104,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,97,99,99,101,112,116,45,99,111,111,107,105,101,115,44,32,116,114,117,101,2,1,129,41,241,33,0,2,1,24,115,101,116,45,99,111,111,107,105,101,44,32,115,116,97,116,105,115,116,105,107,44,32,48,2,1,243,145,59,113,0,2,1,40,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,115,45,105,110,102,111,114,109,101,114,45,99,108,111,115,101,44,32,116,114,117,101,2,1,122,44,161,71,0,2,1,19,115,101,116,45,99,111,111,107,105,101,44,32,103,100,112,114,44,32,48,2,2,38,136,204,5,147,82,66,155,0,2,1,23,115,101,116,45,99,111,111,107,105,101,44,32,114,101,113,117,105,114,101,100,44,32,49,2,1,243,145,59,113,0,2,1,38,115,101,116,45,99,111,111,107,105,101,44,32,114,111,100,111,45,114,101,109,105,110,100,101,114,45,100,105,115,112,108,97,121,101,100,44,32,49,2,2,145,173,167,228,254,128,171,65,0,2,1,38,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,95,99,111,110,115,101,110,116,95,103,105,118,101,110,44,32,116,114,117,101,2,1,173,137,184,131,0,2,1,35,115,101,116,45,99,111,111,107,105,101,44,32,114,111,100,111,45,109,111,100,97,108,45,100,105,115,112,108,97,121,101,100,44,32,49,2,2,145,173,167,228,254,128,171,65,0,2,1,22,115,101,116,45,99,111,111,107,105,101,44,32,73,78,71,95,71,80,84,44,32,48,2,1,166,254,245,32,0,2,1,22,115,101,116,45,99,111,111,107,105,101,44,32,73,78,71,95,71,80,80,44,32,48,2,1,166,254,245,32,0,2,1,25,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,112,114,101,102,44,32,49,2,1,190,147,202,79,0,2,1,37,115,101,116,45,99,111,111,107,105,101,44,32,115,104,98,45,99,111,110,115,101,110,116,45,99,111,111,107,105,101,115,44,32,116,114,117,101,2,1,135,48,10,203,0,2,1,30,115,101,116,45,99,111,111,107,105,101,44,32,116,101,114,109,111,115,45,97,99,101,105,116,111,115,44,32,111,107,2,1,114,12,14,208,0,2,1,31,115,101,116,45,99,111,111,107,105,101,44,32,117,105,45,116,110,99,45,97,103,114,101,101,100,44,32,116,114,117,101,2,1,149,143,61,160,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,45,112,114,101,102,101,114,101,110,99,101,44,32,49,2,75,1,152,70,190,1,164,77,171,4,76,154,187,6,255,22,80,7,213,15,166,9,245,117,74,11,46,180,26,14,5,163,64,22,123,198,164,24,17,175,249,24,250,132,108,27,19,56,203,27,121,172,191,29,20,181,37,32,14,68,180,36,224,64,191,44,189,108,132,46,220,46,237,54,202,7,132,57,239,54,45,63,0,179,114,63,244,62,37,67,173,244,231,73,138,185,227,87,36,202,171,93,9,6,45,94,48,228,128,99,217,223,36,117,10,54,242,130,16,217,253,134,212,2,243,135,62,192,43,136,85,31,17,139,198,232,53,144,75,60,245,146,40,18,85,147,233,13,217,148,184,62,23,148,184,62,23,148,195,22,181,149,81,224,119,155,65,247,65,159,157,202,24,162,223,147,244,165,45,180,176,167,54,252,120,167,115,179,185,168,235,46,159,169,155,217,135,170,17,48,140,170,127,196,215,176,17,129,17,178,66,61,219,179,69,33,213,180,128,109,211,185,206,182,120,189,105,11,217,196,109,127,167,202,171,67,251,206,58,192,196,207,21,211,22,209,11,54,203,215,222,121,231,215,228,135,89,217,30,69,219,219,106,117,173,220,77,184,103,220,166,218,58,222,166,225,215,232,82,204,55,234,215,51,217,241,16,155,184,253,168,192,118,254,1,178,64,254,204,241,151,0,2,1,27,115,101,116,45,99,111,111,107,105,101,44,32,98,118,107,99,111,111,107,105,101,44,32,116,114,117,101,2,1,118,199,67,250,0,2,1,35,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,95,99,111,110,115,101,110,116,95,115,104,111,119,110,44,32,49,2,1,102,135,131,187,0,2,1,30,115,101,116,45,99,111,111,107,105,101,44,32,95,95,99,111,111,107,105,101,95,95,97,103,114,101,101,44,32,89,2,1,27,84,169,199,0,2,1,45,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,45,112,114,101,102,101,114,101,110,99,101,44,32,49,44,32,44,32,114,101,108,111,97,100,44,32,49,2,3,32,14,68,180,137,91,100,178,228,177,163,230,0,2,1,35,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,45,112,114,101,102,101,114,101,110,99,101,45,118,51,44,32,49,2,1,157,32,130,118,0,2,1,25,115,101,116,45,99,111,111,107,105,101,44,32,99,111,110,115,101,110,116,44,32,116,114,117,101,2,2,7,239,177,238,186,166,62,102,0,2,1,33,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,115,95,97,99,99,101,112,116,101,100,44,32,121,101,115,2,1,255,161,88,82,0,2,1,35,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,115,95,97,99,99,101,112,116,101,100,44,32,102,97,108,115,101,2,1,85,50,53,54,0,2,1,28,115,101,116,45,99,111,111,107,105,101,44,32,67,77,95,66,65,78,78,69,82,44,32,102,97,108,115,101,2,1,93,44,123,254,0,2,1,39,115,101,116,45,99,111,111,107,105,101,44,32,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,65,99,99,101,115,115,44,32,49,2,1,84,122,254,109,0,2,1,37,115,101,116,45,99,111,111,107,105,101,44,32,104,105,102,101,95,101,117,95,99,111,111,107,105,101,95,99,111,110,115,101,110,116,44,32,49,2,1,143,125,115,249,0,2,1,36,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,45,99,111,110,115,101,110,116,44,32,97,99,99,101,112,116,101,100,2,1,142,200,96,59,0,2,1,43,115,101,116,45,99,111,111,107,105,101,44,32,112,101,114,109,105,115,115,105,111,110,95,109,97,114,107,101,116,105,110,103,95,99,111,111,107,105,101,115,44,32,48,2,1,206,58,219,188,0,2,1,43,115,101,116,45,99,111,111,107,105,101,44,32,112,101,114,109,105,115,115,105,111,110,95,115,116,97,116,105,115,116,105,99,95,99,111,111,107,105,101,115,44,32,48,2,1,206,58,219,188,0,2,1,44,115,101,116,45,99,111,111,107,105,101,44,32,112,101,114,109,105,115,115,105,111,110,95,102,117,110,107,116,105,111,110,97,108,95,99,111,111,107,105,101,115,44,32,49,2,1,206,58,219,188,0,2,1,28,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,99,111,110,115,101,110,116,44,32,49,2,1,206,58,219,188,0,2,1,31,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,99,111,110,115,101,110,116,44,32,116,114,117,101,2,1,197,208,123,68,0,2,1,31,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,99,111,110,115,101,110,116,44,32,100,101,110,121,2,1,100,187,227,180,0,2,1,40,115,101,116,45,99,111,111,107,105,101,44,32,101,112,111,108,101,95,99,111,111,107,105,101,115,95,115,101,116,116,105,110,103,115,44,32,116,114,117,101,2,1,6,203,100,215,0,2,1,31,115,101,116,45,99,111,111,107,105,101,44,32,100,111,112,116,95,99,111,110,115,101,110,116,44,32,102,97,108,115,101,2,1,148,196,25,199,0,2,1,57,115,101,116,45,99,111,111,107,105,101,44,32,112,114,105,118,97,99,121,45,115,116,97,116,101,109,101,110,116,45,97,99,99,101,112,116,101,100,44,32,116,114,117,101,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,217,145,9,58,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,95,108,111,99,97,108,101,115,44,32,116,114,117,101,2,1,200,175,57,100,0,2,1,42,115,101,116,45,99,111,111,107,105,101,44,32,111,111,101,95,99,111,111,107,105,101,95,112,111,108,105,99,121,95,97,99,99,101,112,116,101,100,44,32,110,111,2,1,36,219,99,49,0,2,1,28,115,101,116,45,99,111,111,107,105,101,44,32,97,99,99,101,112,116,95,99,111,111,107,105,101,44,32,49,2,3,62,22,92,71,86,191,224,103,153,22,37,234,0,2,1,39,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,99,111,110,115,101,110,116,95,115,116,97,116,117,115,95,110,101,119,44,32,49,2,11,6,193,120,83,17,198,123,130,43,117,162,13,60,0,116,199,74,88,252,224,85,78,24,17,85,170,58,205,145,38,175,123,166,60,122,117,171,43,67,30,255,178,75,200,0,2,1,42,115,101,116,45,99,111,111,107,105,101,44,32,95,97,99,99,101,112,116,67,111,111,107,105,101,115,44,32,49,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,192,8,209,14,0,2,1,38,115,101,116,45,99,111,111,107,105,101,44,32,95,114,101,105,102,102,45,99,111,110,115,101,110,116,45,99,111,111,107,105,101,44,32,121,101,115,2,1,234,227,170,249,0,2,1,21,115,101,116,45,99,111,111,107,105,101,44,32,115,110,99,45,99,112,44,32,49,2,1,125,82,98,52,0,2,1,34,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,115,45,97,99,99,101,112,116,101,100,44,32,116,114,117,101,2,1,178,39,125,91,0,2,1,35,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,115,45,97,99,99,101,112,116,101,100,44,32,102,97,108,115,101,2,1,40,116,127,165,0,2,1,44,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,115,45,114,101,113,117,105,114,101,100,44,32,49,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,190,246,102,103,0,2,1,41,115,101,116,45,99,111,111,107,105,101,44,32,105,115,82,101,97,100,67,111,111,107,105,101,80,111,108,105,99,121,68,78,84,65,97,44,32,116,114,117,101,2,2,185,59,18,131,228,125,216,129,0,2,1,31,115,101,116,45,99,111,111,107,105,101,44,32,97,99,99,101,112,116,67,111,111,107,105,101,115,44,32,116,114,117,101,2,4,1,209,59,140,98,208,150,221,101,24,8,62,244,128,28,77,0,2,1,38,115,101,116,45,99,111,111,107,105,101,44,32,109,117,98,105,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,44,32,97,108,108,111,119,2,1,148,184,120,215,0,2,1,38,115,101,116,45,99,111,111,107,105,101,44,32,105,115,82,101,97,100,67,111,111,107,105,101,80,111,108,105,99,121,68,78,84,44,32,89,101,115,2,2,185,59,18,131,228,125,216,129,0,2,1,30,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,95,97,99,99,101,112,116,101,100,44,32,49,2,1,25,100,151,84,0,2,1,47,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,95,97,99,99,101,112,116,101,100,44,32,102,97,108,115,101,44,32,44,32,114,101,108,111,97,100,44,32,49,2,7,2,135,69,246,30,47,20,160,39,221,234,238,113,59,198,21,167,236,182,246,186,11,82,193,234,35,208,83,0,2,1,30,115,101,116,45,99,111,111,107,105,101,44,32,85,115,101,114,67,111,111,107,105,101,76,101,118,101,108,44,32,49,2,4,15,120,72,239,137,78,187,228,175,46,254,30,215,218,170,248,0,2,1,28,115,101,116,45,99,111,111,107,105,101,44,32,115,97,116,95,116,114,97,99,107,44,32,102,97,108,115,101,2,1,37,175,73,98,0,2,1,19,115,101,116,45,99,111,111,107,105,101,44,32,82,111,100,111,44,32,49,2,1,57,46,255,147,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,95,112,114,105,118,97,99,121,95,111,110,44,32,49,2,1,57,46,255,147,0,2,1,31,115,101,116,45,99,111,111,107,105,101,44,32,97,108,108,111,119,95,99,111,111,107,105,101,44,32,102,97,108,115,101,2,1,129,34,102,32,0,2,1,29,115,101,116,45,99,111,111,107,105,101,44,32,51,76,77,45,67,111,111,107,105,101,44,32,102,97,108,115,101,2,1,28,241,11,152,0,2,1,25,115,101,116,45,99,111,111,107,105,101,44,32,105,95,115,99,95,97,44,32,102,97,108,115,101,2,1,130,215,55,202,0,2,1,25,115,101,116,45,99,111,111,107,105,101,44,32,105,95,99,109,95,97,44,32,102,97,108,115,101,2,1,130,215,55,202,0,2,1,23,115,101,116,45,99,111,111,107,105,101,44,32,105,95,99,95,97,44,32,116,114,117,101,2,1,130,215,55,202,0,2,1,36,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,115,45,109,97,114,107,101,116,105,110,103,44,32,102,97,108,115,101,2,1,162,67,88,73,0,2,1,36,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,115,45,102,117,110,99,116,105,111,110,97,108,44,32,116,114,117,101,2,1,162,67,88,73,0,2,1,38,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,115,45,112,114,101,102,101,114,101,110,99,101,115,44,32,102,97,108,115,101,2,1,162,67,88,73,0,2,1,37,115,101,116,45,99,111,111,107,105,101,44,32,95,95,99,102,95,103,100,112,114,95,97,99,99,101,112,116,101,100,44,32,102,97,108,115,101,2,1,236,129,100,236,0,2,1,35,115,101,116,45,99,111,111,107,105,101,44,32,51,116,45,99,111,111,107,105,101,115,45,101,115,115,101,110,116,105,97,108,44,32,49,2,1,67,215,11,55,0,2,1,36,115,101,116,45,99,111,111,107,105,101,44,32,51,116,45,99,111,111,107,105,101,115,45,102,117,110,99,116,105,111,110,97,108,44,32,49,2,1,67,215,11,55,0,2,1,37,115,101,116,45,99,111,111,107,105,101,44,32,51,116,45,99,111,111,107,105,101,115,45,112,101,114,102,111,114,109,97,110,99,101,44,32,48,2,1,67,215,11,55,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,51,116,45,99,111,111,107,105,101,115,45,115,111,99,105,97,108,44,32,48,2,1,67,215,11,55,0,2,1,38,115,101,116,45,99,111,111,107,105,101,44,32,97,108,108,111,119,95,99,111,111,107,105,101,115,95,109,97,114,107,101,116,105,110,103,44,32,48,2,1,121,61,154,225,0,2,1,37,115,101,116,45,99,111,111,107,105,101,44,32,97,108,108,111,119,95,99,111,111,107,105,101,115,95,116,114,97,99,107,105,110,103,44,32,48,2,1,121,61,154,225,0,2,1,38,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,95,112,114,111,109,112,116,95,100,105,115,109,105,115,115,101,100,44,32,49,2,1,121,61,154,225,0,2,1,30,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,115,95,101,110,97,98,108,101,100,44,32,49,2,1,121,61,154,225,0,2,1,34,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,44,32,49,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,65,170,86,74,0,2,1,31,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,45,97,110,97,108,121,116,105,99,115,44,32,48,2,1,65,170,86,74,0,2,1,34,115,101,116,45,99,111,111,107,105,101,44,32,99,99,45,115,101,116,44,32,49,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,7,253,249,174,0,2,1,40,115,101,116,45,99,111,111,107,105,101,44,32,97,108,108,111,119,67,111,111,107,105,101,115,44,32,49,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,44,37,196,127,0,2,1,30,115,101,116,45,99,111,111,107,105,101,44,32,114,103,112,45,103,100,112,114,45,112,111,108,105,99,121,44,32,49,2,1,255,242,15,158,0,2,1,55,115,101,116,45,99,111,111,107,105,101,44,32,106,116,45,106,111,98,115,101,101,107,101,114,45,103,100,112,114,45,98,97,110,110,101,114,44,32,116,114,117,101,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,198,123,130,116,0,2,1,44,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,45,112,114,101,102,101,114,101,110,99,101,115,45,97,110,97,108,121,116,105,99,115,44,32,110,111,2,1,24,231,223,95,0,2,1,44,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,45,112,114,101,102,101,114,101,110,99,101,115,45,109,97,114,107,101,116,105,110,103,44,32,110,111,2,1,24,231,223,95,0,2,1,47,115,101,116,45,99,111,111,107,105,101,44,32,119,105,116,104,105,110,103,115,95,99,111,111,107,105,101,99,111,110,115,101,110,116,95,100,105,115,109,105,115,115,101,100,44,32,49,2,1,23,70,109,85,0,2,1,44,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,99,111,110,115,101,110,116,95,97,100,118,101,114,116,105,115,105,110,103,44,32,102,97,108,115,101,2,1,23,70,109,85,0,2,1,43,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,99,111,110,115,101,110,116,95,115,116,97,116,105,115,116,105,99,115,44,32,102,97,108,115,101,2,1,23,70,109,85,0,2,1,41,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,99,111,110,115,101,110,116,95,115,116,97,116,105,115,116,105,99,115,44,32,32,110,111,2,1,197,140,186,73,0,2,1,40,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,99,111,110,115,101,110,116,95,101,115,115,101,110,116,105,97,108,44,32,121,101,115,2,1,197,140,186,73,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,95,112,114,101,102,101,114,101,110,99,101,44,32,49,2,1,172,163,241,162,0,2,1,27,115,101,116,45,99,111,111,107,105,101,44,32,67,80,95,69,83,83,69,78,84,73,65,76,44,32,49,2,1,5,205,206,190,0,2,1,29,115,101,116,45,99,111,111,107,105,101,44,32,67,80,95,80,82,69,70,69,82,69,78,67,69,83,44,32,49,2,1,5,205,206,190,0,2,1,31,115,101,116,45,99,111,111,107,105,101,44,32,97,109,99,111,111,107,105,101,95,97,108,108,111,119,101,100,44,32,49,2,12,4,98,167,39,31,64,254,16,59,89,86,239,64,20,146,182,75,173,236,129,78,238,102,14,96,124,233,164,111,59,243,125,131,142,112,90,158,186,231,66,229,222,127,24,253,101,38,250,0,2,1,39,115,101,116,45,99,111,111,107,105,101,44,32,112,99,95,97,110,97,108,105,116,105,99,97,95,98,105,122,107,97,105,97,44,32,102,97,108,115,101,2,1,122,89,161,241,0,2,1,41,115,101,116,45,99,111,111,107,105,101,44,32,112,99,95,112,114,101,102,101,114,101,110,99,105,97,115,95,98,105,122,107,97,105,97,44,32,116,114,117,101,2,1,122,89,161,241,0,2,1,37,115,101,116,45,99,111,111,107,105,101,44,32,112,99,95,116,101,99,110,105,99,97,115,95,98,105,122,107,97,105,97,44,32,116,114,117,101,2,1,122,89,161,241,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,103,100,114,112,95,112,111,112,117,112,95,115,104,111,119,101,100,44,32,49,2,1,22,180,109,126,0,2,1,45,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,45,112,114,101,102,101,114,101,110,99,101,115,45,116,101,99,104,110,105,99,97,108,44,32,121,101,115,2,1,24,231,223,95,0,2,1,30,115,101,116,45,99,111,111,107,105,101,44,32,116,114,97,99,107,105,110,103,95,99,111,111,107,105,101,44,32,49,2,1,36,214,194,159,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,45,112,114,101,102,101,114,101,110,99,101,44,32,49,2,1,232,209,219,157,0,2,1,45,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,95,99,111,110,115,101,110,116,95,103,114,111,117,112,95,116,101,99,104,110,105,99,97,108,44,32,49,2,1,232,209,219,157,0,2,1,40,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,45,112,114,101,102,101,114,101,110,99,101,95,114,101,110,101,119,49,48,44,32,49,2,1,232,209,219,157,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,112,99,50,51,52,57,55,56,49,50,50,51,50,49,50,51,52,44,32,49,2,1,23,179,122,52,0,2,1,26,115,101,116,45,99,111,111,107,105,101,44,32,99,107,95,112,114,101,102,95,97,108,108,44,32,49,2,1,112,7,104,90,0,2,1,26,115,101,116,45,99,111,111,107,105,101,44,32,79,78,67,79,83,85,82,67,79,79,75,44,32,50,2,1,35,68,223,98,0,2,1,33,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,95,97,99,99,101,112,116,101,100,44,32,116,114,117,101,2,1,193,131,199,180,0,2,1,41,115,101,116,45,99,111,111,107,105,101,44,32,104,97,115,83,101,101,110,67,111,111,107,105,101,68,105,115,99,108,111,115,117,114,101,44,32,116,114,117,101,2,1,48,201,164,193,0,2,1,35,115,101,116,45,99,111,111,107,105,101,44,32,82,89,95,67,79,79,75,73,69,95,67,79,78,83,69,78,84,44,32,116,114,117,101,2,1,97,237,102,250,0,2,1,42,115,101,116,45,99,111,111,107,105,101,44,32,67,79,79,75,73,69,95,67,79,78,83,69,78,84,44,32,49,44,32,44,32,114,101,108,111,97,100,44,32,49,2,4,4,240,99,92,41,53,115,1,65,206,136,151,69,64,139,144,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,67,79,79,75,73,69,95,83,84,65,84,73,67,44,32,102,97,108,115,101,2,4,4,240,99,92,41,53,115,1,65,206,136,151,69,64,139,144,0,2,1,35,115,101,116,45,99,111,111,107,105,101,44,32,67,79,79,75,73,69,95,77,65,82,75,69,84,73,78,71,44,32,102,97,108,115,101,2,4,4,240,99,92,41,53,115,1,65,206,136,151,69,64,139,144,0,2,1,44,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,67,111,110,115,101,110,116,44,32,116,114,117,101,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,254,43,107,187,0,2,1,30,115,101,116,45,99,111,111,107,105,101,44,32,118,105,100,101,111,67,111,110,115,101,110,116,44,32,116,114,117,101,2,1,254,43,107,187,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,99,111,109,102,111,114,116,67,111,110,115,101,110,116,44,32,116,114,117,101,2,1,254,43,107,187,0,2,1,29,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,95,99,111,110,115,101,110,116,44,32,49,2,2,80,185,243,238,94,78,62,84,0,2,1,22,115,101,116,45,99,111,111,107,105,101,44,32,99,111,110,115,101,110,116,44,32,48,2,1,92,171,116,230,0,2,1,31,115,101,116,45,99,111,111,107,105,101,44,32,102,102,95,99,111,111,107,105,101,95,110,111,116,105,99,101,44,32,49,2,1,116,34,213,75,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,97,108,108,114,105,115,45,99,111,111,107,105,101,45,109,115,103,44,32,49,2,1,19,216,35,77,0,2,1,42,115,101,116,45,99,111,111,107,105,101,44,32,103,100,112,114,95,95,103,111,111,103,108,101,95,95,97,110,97,108,121,116,105,99,115,44,32,102,97,108,115,101,2,1,128,157,1,50,0,2,1,41,115,101,116,45,99,111,111,107,105,101,44,32,103,100,112,114,95,95,102,97,99,101,98,111,111,107,95,95,115,111,99,105,97,108,44,32,102,97,108,115,101,2,1,128,157,1,50,0,2,1,41,115,101,116,45,99,111,111,107,105,101,44,32,103,100,112,114,95,95,100,101,112,111,112,95,95,102,117,110,99,116,105,111,110,97,108,44,32,116,114,117,101,2,1,128,157,1,50,0,2,1,42,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,95,99,111,110,115,101,110,116,44,32,49,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,31,155,145,230,0,2,1,48,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,66,97,110,110,101,114,65,99,99,101,112,116,101,100,44,32,49,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,122,15,54,177,0,2,1,40,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,77,115,103,44,32,116,114,117,101,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,100,2,207,108,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,45,99,111,110,115,101,110,116,44,32,116,114,117,101,2,5,88,245,150,88,116,167,110,237,158,30,28,171,219,55,84,191,229,65,42,76,0,2,1,34,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,45,99,111,110,115,101,110,116,44,32,100,101,110,105,101,100,2,1,170,170,52,13,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,67,79,79,75,73,69,67,79,78,83,69,78,84,44,32,102,97,108,115,101,2,1,109,107,117,173,0,2,1,54,115,101,116,45,99,111,111,107,105,101,44,32,116,105,98,98,101,114,95,99,99,95,101,115,115,101,110,116,105,97,108,44,32,97,112,112,114,111,118,101,100,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,173,226,35,218,0,2,1,30,115,101,116,45,99,111,111,107,105,101,44,32,108,111,99,97,108,67,111,110,115,101,110,116,44,32,116,114,117,101,2,1,227,215,117,181,0,2,1,23,115,101,116,45,99,111,111,107,105,101,44,32,114,101,113,117,105,114,101,100,44,32,49,2,1,14,105,173,185,0,2,1,30,115,101,116,45,99,111,111,107,105,101,44,32,97,98,122,95,115,101,111,95,99,104,111,111,115,101,110,44,32,49,2,1,111,199,195,231,0,2,1,33,115,101,116,45,99,111,111,107,105,101,44,32,112,114,105,118,97,99,121,65,99,99,101,112,116,101,100,44,32,116,114,117,101,2,1,149,53,170,250,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,99,111,107,44,32,49,44,32,32,44,32,114,101,108,111,97,100,44,32,49,2,1,61,230,124,9,0,2,1,49,115,101,116,45,99,111,111,107,105,101,44,32,65,82,69,95,68,83,71,86,79,95,80,82,69,70,69,82,69,78,67,69,83,95,83,85,66,77,73,84,84,69,68,44,32,116,114,117,101,2,1,220,11,135,142,0,2,1,28,115,101,116,45,99,111,111,107,105,101,44,32,100,115,103,118,111,95,99,111,110,115,101,110,116,44,32,49,2,1,234,53,123,9,0,2,1,34,115,101,116,45,99,111,111,107,105,101,44,32,101,102,105,108,101,45,99,111,111,107,105,101,110,97,109,101,45,50,56,44,32,49,2,1,150,209,199,125,0,2,1,34,115,101,116,45,99,111,111,107,105,101,44,32,101,102,105,108,101,45,99,111,111,107,105,101,110,97,109,101,45,55,52,44,32,49,2,1,200,229,74,99,0,2,1,48,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,95,112,111,108,105,99,121,95,99,108,111,115,101,100,44,32,49,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,147,34,247,103,0,2,1,48,115,101,116,45,99,111,111,107,105,101,44,32,103,118,67,111,111,107,105,101,67,111,110,115,101,110,116,65,99,99,101,112,116,44,32,49,44,32,114,101,108,111,97,100,44,32,44,49,2,1,154,207,171,125,0,2,1,30,115,101,116,45,99,111,111,107,105,101,44,32,97,99,99,101,112,116,69,115,115,101,110,116,105,97,108,44,32,49,2,1,55,41,210,2,0,2,1,31,115,101,116,45,99,111,111,107,105,101,44,32,98,97,121,112,111,108,95,98,97,110,110,101,114,44,32,116,114,117,101,2,1,191,184,223,189,0,2,1,29,115,101,116,45,99,111,111,107,105,101,44,32,110,97,103,65,99,99,101,112,116,101,100,44,32,116,114,117,101,2,1,146,103,190,240,0,2,1,35,115,101,116,45,99,111,111,107,105,101,44,32,98,97,121,112,111,108,95,102,117,110,99,116,105,111,110,97,108,44,32,116,114,117,101,2,1,191,184,223,189,0,2,1,29,115,101,116,45,99,111,111,107,105,101,44,32,67,111,111,107,105,101,67,111,110,115,101,110,116,44,32,79,75,2,1,166,60,238,192,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,67,111,111,107,105,101,67,111,110,115,101,110,116,86,50,44,32,89,69,83,2,1,187,218,225,21,0,2,1,46,115,101,116,45,99,111,111,107,105,101,44,32,66,77,95,65,100,118,101,114,116,105,115,105,110,103,44,32,102,97,108,115,101,44,32,44,32,114,101,108,111,97,100,44,32,49,2,16,10,78,145,86,15,235,67,169,19,172,79,15,24,155,236,108,26,173,135,161,46,117,89,18,91,148,181,182,112,0,40,162,125,40,205,2,132,81,214,36,135,220,174,196,144,159,197,195,147,237,107,127,147,237,107,127,152,202,49,87,195,255,151,31,0,2,1,36,115,101,116,45,99,111,111,107,105,101,44,32,66,77,95,85,115,101,114,95,69,120,112,101,114,105,101,110,99,101,44,32,116,114,117,101,2,16,10,78,145,86,15,235,67,169,19,172,79,15,24,155,236,108,26,173,135,161,46,117,89,18,91,148,181,182,112,0,40,162,125,40,205,2,132,81,214,36,135,220,174,196,144,159,197,195,147,237,107,127,147,237,107,127,152,202,49,87,195,255,151,31,0,2,1,31,115,101,116,45,99,111,111,107,105,101,44,32,66,77,95,65,110,97,108,121,116,105,99,115,44,32,102,97,108,115,101,2,16,10,78,145,86,15,235,67,169,19,172,79,15,24,155,236,108,26,173,135,161,46,117,89,18,91,148,181,182,112,0,40,162,125,40,205,2,132,81,214,36,135,220,174,196,144,159,197,195,147,237,107,127,147,237,107,127,152,202,49,87,195,255,151,31,0,2,1,48,115,101,116,45,99,111,111,107,105,101,44,32,68,109,67,111,111,107,105,101,115,65,99,99,101,112,116,101,100,44,32,116,114,117,101,44,32,44,32,114,101,108,111,97,100,44,32,49,2,22,1,160,37,146,4,225,41,16,7,164,170,145,23,216,107,42,25,192,165,216,33,10,112,6,36,251,112,100,40,255,211,106,51,58,96,67,51,193,187,34,59,66,145,48,78,170,72,182,93,24,17,210,95,177,160,47,102,13,140,70,152,41,39,12,155,232,213,165,185,245,43,208,200,191,255,213,237,31,183,188,252,171,103,59,252,171,103,59,0,2,1,37,115,101,116,45,99,111,111,107,105,101,44,32,68,109,67,111,111,107,105,101,115,77,97,114,107,101,116,105,110,103,44,32,102,97,108,115,101,2,22,1,160,37,146,4,225,41,16,7,164,170,145,23,216,107,42,25,192,165,216,33,10,112,6,36,251,112,100,40,255,211,106,51,58,96,67,51,193,187,34,59,66,145,48,78,170,72,182,93,24,17,210,95,177,160,47,102,13,140,70,152,41,39,12,155,232,213,165,185,245,43,208,200,191,255,213,237,31,183,188,252,171,103,59,252,171,103,59,0,2,1,37,115,101,116,45,99,111,111,107,105,101,44,32,68,109,67,111,111,107,105,101,115,65,110,97,108,121,116,105,99,115,44,32,102,97,108,115,101,2,22,1,160,37,146,4,225,41,16,7,164,170,145,23,216,107,42,25,192,165,216,33,10,112,6,36,251,112,100,40,255,211,106,51,58,96,67,51,193,187,34,59,66,145,48,78,170,72,182,93,24,17,210,95,177,160,47,102,13,140,70,152,41,39,12,155,232,213,165,185,245,43,208,200,191,255,213,237,31,183,188,252,171,103,59,252,171,103,59,0,2,1,27,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,116,121,112,101,115,44,32,79,75,2,1,92,81,18,11,0,2,1,44,115,101,116,45,99,111,111,107,105,101,44,32,99,111,110,115,101,110,116,95,115,101,116,116,105,110,103,44,32,79,75,44,32,44,32,114,101,108,111,97,100,44,32,49,2,2,5,233,104,211,51,123,194,146,0,2,1,38,115,101,116,45,99,111,111,107,105,101,44,32,117,115,101,114,95,97,99,99,101,112,116,115,95,99,111,111,107,105,101,115,44,32,116,114,117,101,2,1,178,215,136,169,0,2,1,26,115,101,116,45,99,111,111,107,105,101,44,32,103,100,112,114,95,97,103,114,101,101,100,44,32,52,2,1,169,183,70,201,0,2,1,49,115,101,116,45,99,111,111,107,105,101,44,32,114,97,45,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,45,49,49,45,48,53,45,50,48,50,50,44,32,116,114,117,101,2,1,128,47,248,183,0,2,1,30,115,101,116,45,99,111,111,107,105,101,44,32,97,99,99,101,112,116,77,97,116,111,109,111,44,32,116,114,117,101,2,1,172,87,11,231,0,2,1,47,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,95,99,111,110,115,101,110,116,95,117,115,101,114,95,97,99,99,101,112,116,101,100,44,32,102,97,108,115,101,2,1,34,136,112,82,0,2,1,45,115,101,116,45,99,111,111,107,105,101,44,32,85,66,73,95,80,82,73,86,65,67,89,95,80,79,76,73,67,89,95,65,67,67,69,80,84,69,68,44,32,116,114,117,101,2,1,92,54,93,177,0,2,1,43,115,101,116,45,99,111,111,107,105,101,44,32,85,66,73,95,80,82,73,86,65,67,89,95,80,79,76,73,67,89,95,86,73,69,87,69,68,44,32,116,114,117,101,2,1,92,54,93,177,0,2,1,41,115,101,116,45,99,111,111,107,105,101,44,32,85,66,73,95,80,82,73,86,65,67,89,95,86,73,68,95,79,80,84,79,85,84,44,32,102,97,108,115,101,2,1,92,54,93,177,0,2,1,43,115,101,116,45,99,111,111,107,105,101,44,32,85,66,73,95,80,82,73,86,65,67,89,95,86,73,68,69,79,95,79,80,84,79,85,84,44,32,102,97,108,115,101,2,1,92,54,93,177,0,2,1,60,115,101,116,45,99,111,111,107,105,101,44,32,66,82,73,84,73,83,72,65,73,82,87,65,89,83,95,69,78,83,73,71,72,84,69,78,95,80,82,73,86,65,67,89,95,77,79,68,65,76,95,86,73,69,87,69,68,44,32,49,2,2,105,177,75,109,194,197,251,35,0,2,1,60,115,101,116,45,99,111,111,107,105,101,44,32,66,82,73,84,73,83,72,65,73,82,87,65,89,83,95,69,78,83,73,71,72,84,69,78,95,80,82,73,86,65,67,89,95,77,79,68,65,76,95,76,79,65,68,69,68,44,32,49,2,2,105,177,75,109,194,197,251,35,0,2,1,61,115,101,116,45,99,111,111,107,105,101,44,32,66,82,73,84,73,83,72,65,73,82,87,65,89,83,95,69,78,83,73,71,72,84,69,78,95,80,82,73,86,65,67,89,95,66,65,78,78,69,82,95,76,79,65,68,69,68,44,32,49,2,2,105,177,75,109,194,197,251,35,0,2,1,61,115,101,116,45,99,111,111,107,105,101,44,32,66,82,73,84,73,83,72,65,73,82,87,65,89,83,95,69,78,83,73,71,72,84,69,78,95,80,82,73,86,65,67,89,95,66,65,78,78,69,82,95,86,73,69,87,69,68,44,32,49,2,2,105,177,75,109,194,197,251,35,0,2,1,58,115,101,116,45,99,111,111,107,105,101,44,32,66,82,73,84,73,83,72,65,73,82,87,65,89,83,95,69,78,83,73,71,72,84,69,78,95,80,82,73,86,65,67,89,95,70,117,110,99,116,105,111,110,97,108,44,32,49,2,2,105,177,75,109,194,197,251,35,0,2,1,57,115,101,116,45,99,111,111,107,105,101,44,32,66,82,73,84,73,83,72,65,73,82,87,65,89,83,95,69,78,83,73,71,72,84,69,78,95,80,82,73,86,65,67,89,95,77,97,114,107,101,116,105,110,103,44,32,48,2,2,105,177,75,109,194,197,251,35,0,2,1,57,115,101,116,45,99,111,111,107,105,101,44,32,66,82,73,84,73,83,72,65,73,82,87,65,89,83,95,69,78,83,73,71,72,84,69,78,95,80,82,73,86,65,67,89,95,65,110,97,108,121,116,105,99,115,44,32,48,2,2,105,177,75,109,194,197,251,35,0,2,1,49,115,101,116,45,99,111,111,107,105,101,44,32,65,82,69,95,70,85,78,67,84,73,79,78,65,76,95,67,79,79,75,73,69,83,95,65,67,67,69,80,84,69,68,44,32,116,114,117,101,2,2,26,234,14,247,45,28,152,110,0,2,1,48,115,101,116,45,99,111,111,107,105,101,44,32,65,82,69,95,77,65,82,75,69,84,73,78,71,95,67,79,79,75,73,69,83,95,65,67,67,69,80,84,69,68,44,32,116,114,117,101,2,2,26,234,14,247,45,28,152,110,0,2,1,47,115,101,116,45,99,111,111,107,105,101,44,32,65,82,69,95,82,69,81,85,73,82,69,68,95,67,79,79,75,73,69,83,95,65,67,67,69,80,84,69,68,44,32,116,114,117,101,2,2,26,234,14,247,45,28,152,110,0,2,1,41,115,101,116,45,99,111,111,107,105,101,44,32,72,65,83,95,67,79,79,75,73,69,83,95,70,79,82,77,95,83,72,79,87,69,68,44,32,116,114,117,101,2,1,26,234,14,247,0,2,1,36,115,101,116,45,99,111,111,107,105,101,44,32,97,99,99,101,112,116,101,100,95,102,117,110,99,116,105,111,110,97,108,44,32,121,101,115,2,1,58,92,30,33,0,2,1,34,115,101,116,45,99,111,111,107,105,101,44,32,97,99,99,101,112,116,101,100,95,109,97,114,107,101,116,105,110,103,44,32,110,111,2,1,58,92,30,33,0,2,1,33,115,101,116,45,99,111,111,107,105,101,44,32,97,108,108,111,119,95,116,104,101,95,99,111,111,107,105,101,44,32,121,101,115,2,1,58,92,30,33,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,95,118,105,115,105,116,101,100,44,32,116,114,117,101,2,1,58,92,30,33,0,2,1,26,115,101,116,45,99,111,111,107,105,101,44,32,100,114,99,111,111,107,105,101,44,32,116,114,117,101,2,1,58,92,30,33,0,2,1,30,115,101,116,45,99,111,111,107,105,101,44,32,119,101,100,95,99,111,111,107,105,101,95,105,110,102,111,44,32,49,2,1,111,21,168,199,0,2,1,33,115,101,116,45,99,111,111,107,105,101,44,32,97,99,99,101,112,116,101,100,67,111,111,107,105,101,115,44,32,116,114,117,101,2,1,111,30,145,69,0,2,1,35,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,77,101,115,115,97,103,101,72,105,100,101,44,32,116,114,117,101,2,1,126,203,225,204,0,2,1,17,115,101,116,45,99,111,111,107,105,101,44,32,115,113,44,32,48,2,1,148,186,25,221,0,2,1,33,115,101,116,45,99,111,111,107,105,101,44,32,110,111,116,105,99,101,95,112,114,101,102,101,114,101,110,99,101,115,44,32,50,2,36,0,0,172,144,3,127,238,110,6,10,232,162,7,236,55,34,16,68,96,128,20,210,155,179,21,127,55,96,29,248,224,186,34,164,217,85,38,80,33,63,73,178,240,77,83,254,0,96,87,200,247,70,101,34,217,68,127,109,233,244,129,25,115,121,141,39,104,22,143,157,226,151,144,244,229,15,150,133,192,136,152,59,11,173,154,197,97,224,156,18,39,182,159,154,195,195,162,127,244,0,168,98,136,192,171,26,82,178,173,40,170,137,173,206,31,175,184,116,197,190,185,101,114,144,196,141,197,203,202,76,187,112,202,254,247,233,229,163,198,99,250,251,160,174,0,2,1,33,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,95,99,111,110,115,101,110,116,95,97,108,108,44,32,49,2,1,56,36,131,109,0,2,1,35,115,101,116,45,99,111,111,107,105,101,44,32,101,98,95,99,111,111,107,105,101,95,97,103,114,101,101,95,48,49,50,52,44,32,49,2,1,209,104,148,22,0,2,1,36,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,115,80,111,108,105,99,121,50,48,50,49,49,49,48,49,44,32,49,2,1,239,224,130,166,0,2,1,37,115,101,116,45,99,111,111,107,105,101,44,32,115,99,45,99,111,111,107,105,101,115,45,97,99,99,101,112,116,101,100,44,32,116,114,117,101,2,1,148,198,46,216,0,2,1,41,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,95,112,111,108,105,99,121,95,97,103,114,101,101,109,101,110,116,44,32,116,114,117,101,2,3,70,22,108,92,106,186,75,59,122,239,109,222,0,2,1,39,115,101,116,45,99,111,111,107,105,101,44,32,109,97,114,107,101,116,105,110,103,95,99,111,111,107,105,101,95,97,107,107,111,111,114,100,44,32,48,2,1,130,16,89,136,0,2,1,34,115,101,116,45,99,111,111,107,105,101,44,32,115,105,116,101,95,99,111,111,107,105,101,95,97,107,107,111,111,114,100,44,32,49,2,1,130,16,89,136,0,2,1,39,115,101,116,45,99,111,111,107,105,101,44,32,99,99,112,97,45,110,111,116,105,99,101,45,118,105,101,119,101,100,45,48,50,44,32,116,114,117,101,2,1,72,3,129,234,0,2,1,49,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,67,111,110,115,101,110,116,44,32,121,101,115,44,32,100,111,109,97,105,110,44,32,46,102,105,108,101,110,46,105,111,2,1,243,128,116,31,0,2,1,24,115,101,116,45,99,111,111,107,105,101,44,32,103,100,112,114,99,109,44,32,116,114,117,101,2,1,12,154,143,193,0,2,1,57,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,67,111,110,115,101,110,116,44,32,97,99,99,101,112,116,44,32,44,32,100,111,109,97,105,110,44,32,97,112,112,46,102,105,108,101,110,46,105,111,2,1,52,38,7,64,0,2,1,31,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,67,111,110,115,101,110,116,44,32,116,114,117,101,2,4,75,60,185,220,103,6,15,161,107,252,187,28,253,246,48,195,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,97,110,97,108,121,116,105,99,115,95,99,111,111,107,105,101,115,44,32,48,2,3,3,222,30,178,89,107,236,82,104,151,163,7,0,2,1,44,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,115,95,97,99,99,101,112,116,101,100,44,32,49,44,32,44,32,114,101,108,111,97,100,44,32,49,2,3,3,222,30,178,89,107,236,82,104,151,163,7,0,2,1,31,115,101,116,45,99,111,111,107,105,101,44,32,116,114,97,99,107,105,110,103,95,99,111,111,107,105,101,115,44,32,48,2,3,3,222,30,178,89,107,236,82,104,151,163,7,0,2,1,49,115,101,116,45,99,111,111,107,105,101,44,32,97,100,118,101,114,116,105,115,101,109,101,110,116,45,97,103,101,45,115,104,111,119,45,97,108,99,111,104,111,108,44,32,102,97,108,115,101,2,3,3,222,30,178,89,107,236,82,104,151,163,7,0,2,1,48,115,101,116,45,99,111,111,107,105,101,44,32,97,100,118,101,114,116,105,115,101,109,101,110,116,45,97,103,101,45,115,104,111,119,45,103,97,109,98,108,101,44,32,102,97,108,115,101,2,3,3,222,30,178,89,107,236,82,104,151,163,7,0,2,1,36,115,101,116,45,99,111,111,107,105,101,44,32,105,98,101,46,97,99,99,101,112,116,101,100,67,111,111,107,105,101,44,32,116,114,117,101,2,1,222,132,201,144,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,97,99,99,101,112,116,101,100,80,111,108,105,99,121,44,32,116,114,117,101,2,1,108,166,242,75,0,2,1,33,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,45,99,111,110,115,101,110,116,44,32,102,97,108,115,101,2,1,158,30,28,171,0,2,1,37,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,67,111,110,115,101,110,116,67,108,111,115,101,100,44,32,116,114,117,101,2,1,222,175,3,107,0,2,1,33,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,115,80,114,105,118,97,99,121,44,32,102,97,108,115,101,2,1,26,208,215,68,0,2,1,29,115,101,116,45,99,111,111,107,105,101,44,32,95,116,118,115,80,114,105,118,97,99,121,44,32,116,114,117,101,2,1,46,75,201,234,0,2,1,43,115,101,116,45,99,111,111,107,105,101,44,32,101,112,67,111,111,107,105,101,67,111,110,115,101,110,116,44,32,48,44,32,44,32,114,101,108,111,97,100,44,32,49,2,19,0,32,150,84,13,140,145,130,33,147,195,54,46,27,39,204,57,113,138,205,62,30,115,115,94,142,11,23,105,37,27,134,107,23,3,108,155,97,30,170,178,233,194,131,195,18,65,21,212,207,66,193,234,205,230,232,234,241,160,145,235,97,236,31,236,37,128,191,240,237,90,77,253,97,77,202,0,2,1,34,115,101,116,45,99,111,111,107,105,101,44,32,114,111,121,97,108,111,97,107,84,101,114,109,115,67,111,111,107,105,101,44,32,49,2,1,31,7,18,162,0,2,1,63,115,101,116,45,99,111,111,107,105,101,44,32,105,115,95,97,108,108,111,119,101,100,95,99,108,105,101,110,116,95,116,114,97,107,105,110,103,95,110,105,101,122,98,101,100,110,101,44,32,49,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,2,95,247,107,0,2,1,23,115,101,116,45,99,111,111,107,105,101,44,32,105,110,116,114,111,44,32,116,114,117,101,2,1,158,97,184,166,0,2,1,31,115,101,116,45,99,111,111,107,105,101,44,32,83,101,101,110,67,111,111,107,105,101,66,97,114,44,32,116,114,117,101,2,1,148,201,137,108,0,2,1,53,115,101,116,45,99,111,111,107,105,101,44,32,107,101,118,105,110,45,117,115,101,114,45,104,97,115,45,97,99,99,101,112,116,101,100,45,97,100,45,99,111,111,107,105,101,115,44,32,102,97,108,115,101,2,1,28,15,2,182,0,2,1,60,115,101,116,45,99,111,111,107,105,101,44,32,107,101,118,105,110,45,117,115,101,114,45,104,97,115,45,97,99,99,101,112,116,101,100,45,97,110,97,108,121,116,105,99,115,45,99,111,111,107,105,101,115,44,32,102,97,108,115,101,2,1,28,15,2,182,0,2,1,56,115,101,116,45,99,111,111,107,105,101,44,32,107,101,118,105,110,45,117,115,101,114,45,104,97,115,45,105,110,116,101,114,97,99,116,101,100,45,119,105,116,104,45,99,111,111,107,105,101,115,44,32,116,114,117,101,2,1,28,15,2,182,0,2,1,27,115,101,116,45,99,111,111,107,105,101,44,32,99,112,97,99,99,112,116,101,100,44,32,116,114,117,101,2,1,75,5,178,120,0,2,1,30,115,101,116,45,99,111,111,107,105,101,44,32,65,108,108,111,119,67,111,111,107,105,101,115,44,32,116,114,117,101,2,1,148,201,137,108,0,2,1,30,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,115,65,99,99,101,112,116,101,100,44,32,51,2,1,50,57,69,248,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,111,112,116,79,117,116,115,84,111,117,99,104,101,100,44,32,116,114,117,101,2,1,14,221,41,82,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,111,112,116,79,117,116,65,99,99,101,112,116,101,100,44,32,116,114,117,101,2,1,14,221,41,82,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,103,100,112,114,95,100,105,115,109,105,115,115,97,108,44,32,116,114,117,101,2,1,253,242,131,140,0,2,1,38,115,101,116,45,99,111,111,107,105,101,44,32,97,110,97,108,121,116,105,99,115,67,111,111,107,105,101,65,99,99,101,112,116,101,100,44,32,48,2,1,167,16,219,24,0,2,1,29,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,65,99,99,101,112,116,101,100,44,32,48,2,1,167,16,219,24,0,2,1,25,115,101,116,45,99,111,111,107,105,101,44,32,117,101,118,50,46,103,103,44,32,116,114,117,101,2,1,113,91,244,95,0,2,1,46,115,101,116,45,99,111,111,107,105,101,44,32,99,108,111,115,101,78,111,116,105,102,105,99,97,116,105,111,110,65,98,111,117,116,67,111,111,107,105,101,44,32,116,114,117,101,2,1,183,15,255,5,0,2,1,25,115,101,116,45,99,111,111,107,105,101,44,32,117,115,101,95,99,111,111,107,105,101,44,32,49,2,2,9,247,9,189,148,180,167,208,0,2,1,31,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,45,112,111,108,105,99,121,44,32,116,114,117,101,2,1,7,31,179,41,0,2,1,41,115,101,116,45,99,111,111,107,105,101,44,32,102,105,103,115,104,97,114,101,67,111,111,107,105,101,115,65,99,99,101,112,116,101,100,44,32,116,114,117,101,2,1,93,0,209,9,0,2,1,23,115,101,116,45,99,111,111,107,105,101,44,32,98,105,116,115,111,95,99,99,44,32,49,2,1,126,23,50,87,0,2,1,23,115,101,116,45,99,111,111,107,105,101,44,32,101,103,95,97,115,107,101,100,44,32,49,2,1,229,59,80,214,0,2,1,40,115,101,116,45,99,111,111,107,105,101,44,32,65,99,99,101,112,116,75,101,107,115,105,116,44,32,48,44,32,44,32,114,101,108,111,97,100,44,32,49,2,2,128,39,131,236,253,139,127,153,0,2,1,28,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,112,114,101,102,44,32,116,114,117,101,2,1,70,34,52,148,0,2,1,47,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,95,97,110,97,108,121,116,99,115,44,32,102,97,108,115,101,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,58,207,9,133,0,2,1,31,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,95,97,99,99,101,112,116,44,32,116,114,117,101,2,1,58,207,9,133,0,2,1,37,115,101,116,45,99,111,111,107,105,101,44,32,100,104,108,45,119,101,98,97,112,112,45,116,114,97,99,107,44,32,97,108,108,111,119,101,100,2,2,67,203,105,119,109,234,120,8,0,2,1,35,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,99,111,110,115,101,110,116,95,115,116,97,116,117,115,44,32,49,2,1,74,31,220,129,0,2,1,36,115,101,116,45,99,111,111,107,105,101,44,32,80,86,72,95,67,79,79,75,73,69,83,95,71,68,80,82,44,32,65,99,99,101,112,116,2,27,4,211,70,19,23,39,63,60,36,44,150,204,40,160,57,139,49,214,49,117,51,239,231,92,52,22,9,246,57,34,126,39,76,242,194,162,77,65,140,87,81,221,227,125,94,89,105,107,101,63,62,102,130,25,28,205,136,32,52,38,156,219,214,38,158,34,82,4,188,230,247,171,189,13,198,197,199,154,133,188,211,32,26,173,213,140,152,2,219,234,26,122,220,244,135,81,236,44,189,59,241,147,125,138,251,11,116,119,0,2,1,48,115,101,116,45,99,111,111,107,105,101,44,32,80,86,72,95,67,79,79,75,73,69,83,95,71,68,80,82,95,83,79,67,73,65,76,77,69,68,73,65,44,32,82,101,106,101,99,116,2,27,4,211,70,19,23,39,63,60,36,44,150,204,40,160,57,139,49,214,49,117,51,239,231,92,52,22,9,246,57,34,126,39,76,242,194,162,77,65,140,87,81,221,227,125,94,89,105,107,101,63,62,102,130,25,28,205,136,32,52,38,156,219,214,38,158,34,82,4,188,230,247,171,189,13,198,197,199,154,133,188,211,32,26,173,213,140,152,2,219,234,26,122,220,244,135,81,236,44,189,59,241,147,125,138,251,11,116,119,0,2,1,46,115,101,116,45,99,111,111,107,105,101,44,32,80,86,72,95,67,79,79,75,73,69,83,95,71,68,80,82,95,65,78,65,76,89,84,73,67,83,44,32,82,101,106,101,99,116,2,27,4,211,70,19,23,39,63,60,36,44,150,204,40,160,57,139,49,214,49,117,51,239,231,92,52,22,9,246,57,34,126,39,76,242,194,162,77,65,140,87,81,221,227,125,94,89,105,107,101,63,62,102,130,25,28,205,136,32,52,38,156,219,214,38,158,34,82,4,188,230,247,171,189,13,198,197,199,154,133,188,211,32,26,173,213,140,152,2,219,234,26,122,220,244,135,81,236,44,189,59,241,147,125,138,251,11,116,119,0,2,1,29,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,95,99,111,110,115,101,110,116,44,32,49,2,1,150,243,155,240,0,2,1,40,115,101,116,45,99,111,111,107,105,101,44,32,111,102,100,98,95,119,101,114,98,117,110,103,44,32,89,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,27,114,24,95,0,2,1,34,115,101,116,45,99,111,111,107,105,101,44,32,117,115,101,114,95,99,111,111,107,105,101,95,99,111,110,115,101,110,116,44,32,49,2,1,169,123,186,237,0,2,1,26,115,101,116,45,99,111,111,107,105,101,44,32,83,84,65,103,114,101,101,109,101,110,116,44,32,49,2,1,73,159,198,35,0,2,1,43,115,101,116,45,99,111,111,107,105,101,44,32,116,99,58,100,105,115,109,105,115,115,101,120,105,116,105,110,116,101,110,116,112,111,112,117,112,44,32,116,114,117,101,2,1,150,195,125,111,0,2,1,35,115,101,116,45,99,111,111,107,105,101,44,32,102,117,110,99,116,105,111,110,97,108,67,111,111,107,105,101,115,44,32,116,114,117,101,2,1,150,227,143,134,0,2,1,48,115,101,116,45,99,111,111,107,105,101,44,32,99,111,110,116,101,110,116,80,101,114,115,111,110,97,108,105,115,97,116,105,111,110,67,111,111,107,105,101,115,44,32,102,97,108,115,101,2,1,150,227,143,134,0,2,1,35,115,101,116,45,99,111,111,107,105,101,44,32,109,97,114,107,101,116,105,110,103,67,111,111,107,105,101,115,44,32,102,97,108,115,101,2,1,150,227,143,134,0,2,1,37,115,101,116,45,99,111,111,107,105,101,44,32,115,116,97,116,105,115,116,105,99,97,108,67,111,111,107,105,101,115,44,32,102,97,108,115,101,2,1,150,227,143,134,0,2,1,31,115,101,116,45,99,111,111,107,105,101,44,32,99,111,110,115,101,110,116,115,44,32,101,115,115,101,110,116,105,97,108,2,1,166,200,62,18,0,2,1,50,115,101,116,45,99,111,111,107,105,101,44,32,118,105,101,119,101,100,95,99,111,111,107,105,101,95,112,111,108,105,99,121,44,32,121,101,115,44,32,44,32,114,101,108,111,97,100,44,32,49,2,87,0,46,200,168,0,63,255,95,0,192,4,165,1,162,170,250,15,126,94,46,15,222,186,92,16,34,215,172,17,115,97,220,17,167,48,99,25,8,110,161,26,250,204,198,27,149,167,4,30,92,83,250,32,253,76,236,45,188,160,248,48,151,169,194,50,9,217,17,56,84,18,172,56,230,234,135,57,7,145,215,61,84,76,208,70,165,121,209,77,41,136,15,77,104,62,87,83,34,73,92,89,227,194,92,91,224,136,101,93,68,151,71,94,69,35,238,95,144,100,115,98,148,10,200,99,189,99,140,101,149,178,206,102,103,140,131,113,227,127,72,114,108,238,122,117,24,103,153,117,238,225,194,122,44,113,49,122,160,33,170,122,252,80,217,124,108,218,228,127,44,218,157,131,54,114,250,133,14,84,11,133,98,78,43,133,164,171,61,135,11,68,42,136,205,163,11,141,174,139,13,141,207,204,85,143,237,23,210,147,208,219,158,150,140,120,13,151,190,29,220,152,198,196,31,153,177,59,195,157,36,206,194,157,87,80,13,160,39,209,234,165,41,3,105,166,143,177,193,169,116,171,99,171,11,45,125,172,34,119,2,175,75,84,73,177,222,182,113,185,240,239,23,186,89,60,187,186,140,97,66,193,195,61,66,195,217,59,188,196,76,0,243,198,209,13,149,206,84,243,95,223,160,209,54,226,79,21,68,227,3,160,20,229,139,185,151,229,236,182,236,233,15,99,69,235,188,53,139,243,100,95,79,243,171,111,53,252,39,40,124,254,69,220,108,255,55,30,198,0,2,1,50,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,108,97,119,105,110,102,111,45,99,104,101,99,107,98,111,120,45,102,117,110,99,116,105,111,110,97,108,44,32,121,101,115,2,13,0,46,200,168,48,151,169,194,89,227,194,92,93,68,151,71,95,144,100,115,98,148,10,200,117,238,225,194,133,98,78,43,153,177,59,195,157,36,206,194,172,34,119,2,193,195,61,66,233,15,99,69,0,2,1,49,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,108,97,119,105,110,102,111,45,99,104,101,99,107,98,111,120,45,110,101,99,101,115,115,97,114,121,44,32,121,101,115,2,19,0,46,200,168,48,151,169,194,61,84,76,208,83,34,73,92,89,227,194,92,93,68,151,71,95,144,100,115,98,148,10,200,117,238,225,194,133,98,78,43,135,11,68,42,153,177,59,195,157,36,206,194,157,36,206,194,171,11,45,125,172,34,119,2,177,222,182,113,193,195,61,66,233,15,99,69,0,2,1,52,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,108,97,119,105,110,102,111,45,99,104,101,99,107,98,111,120,45,110,111,110,45,110,101,99,101,115,115,97,114,121,44,32,110,111,2,2,135,11,68,42,171,11,45,125,0,2,1,52,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,108,97,119,105,110,102,111,45,99,104,101,99,107,98,111,120,45,97,100,118,101,114,116,105,115,101,109,101,110,116,44,32,110,111,2,7,83,34,73,92,98,148,10,200,153,177,59,195,157,36,206,194,172,34,119,2,177,222,182,113,195,217,59,188,0,2,1,53,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,108,97,119,105,110,102,111,45,99,104,101,99,107,98,111,120,45,97,100,118,101,114,116,105,115,101,109,101,110,116,44,32,121,101,115,2,1,233,15,99,69,0,2,1,48,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,108,97,119,105,110,102,111,45,99,104,101,99,107,98,111,120,45,97,110,97,108,121,116,105,99,115,44,32,110,111,2,6,98,148,10,200,153,177,59,195,157,36,206,194,172,34,119,2,177,222,182,113,233,15,99,69,0,2,1,50,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,108,97,119,105,110,102,111,45,99,104,101,99,107,98,111,120,45,112,101,114,102,111,114,109,97,110,99,101,44,32,110,111,2,6,98,148,10,200,153,177,59,195,157,36,206,194,172,34,119,2,177,222,182,113,233,15,99,69,0,2,1,51,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,108,97,119,105,110,102,111,45,99,104,101,99,107,98,111,120,45,109,97,114,107,107,105,110,111,105,110,116,105,44,32,110,111,2,1,61,84,76,208,0,2,1,50,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,108,97,119,105,110,102,111,45,99,104,101,99,107,98,111,120,45,116,105,108,97,115,116,111,105,110,116,105,44,32,110,111,2,1,61,84,76,208,0,2,1,48,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,112,115,104,58,99,111,111,107,105,101,115,45,111,116,104,101,114,44,32,102,97,108,115,101,2,1,250,185,41,202,0,2,1,46,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,112,115,104,58,99,111,111,107,105,101,115,45,115,101,101,110,44,32,116,114,117,101,2,1,250,185,41,202,0,2,1,48,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,112,115,104,58,99,111,111,107,105,101,115,45,115,111,99,105,97,108,44,32,116,114,117,101,2,1,250,185,41,202,0,2,1,42,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,111,107,105,101,95,99,111,110,115,101,110,116,44,32,110,111,2,1,198,157,46,172,0,2,1,51,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,105,97,103,45,116,97,114,103,101,116,105,110,103,45,99,111,110,115,101,110,116,44,32,34,110,111,34,2,1,18,216,141,125,0,2,1,53,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,105,97,103,45,112,101,114,102,111,114,109,97,110,99,101,45,99,111,110,115,101,110,116,44,32,34,110,111,34,2,1,18,216,141,125,0,2,1,44,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,117,115,101,114,68,101,110,105,101,100,67,111,111,107,105,101,115,44,32,49,2,1,232,196,197,191,0,2,1,56,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,110,101,99,101,115,115,97,114,121,95,99,111,111,107,105,101,95,99,111,110,102,105,114,109,101,100,44,32,116,114,117,101,2,1,170,0,42,89,0,2,1,45,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,99,98,95,99,111,110,116,97,111,95,116,111,107,101,110,95,49,44,32,49,2,1,134,25,81,105,0,2,1,34,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,111,107,105,101,115,44,32,48,2,1,143,25,180,31,0,2,1,57,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,111,107,105,101,115,95,97,99,99,101,112,116,101,100,95,54,112,122,119,111,114,105,116,122,56,44,32,116,114,117,101,2,1,252,55,236,165,0,2,1,39,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,114,103,112,100,46,99,111,110,115,101,110,116,44,32,49,2,1,207,116,104,202,0,2,1,41,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,104,97,115,67,111,110,115,101,110,116,44,32,102,97,108,115,101,2,1,130,131,132,237,0,2,1,42,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,95,108,117,107,67,111,111,107,105,101,65,103,114,101,101,44,32,50,2,1,151,23,170,88,0,2,1,45,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,111,107,105,101,115,65,108,108,111,119,101,100,44,32,102,97,108,115,101,2,1,3,196,178,27,0,2,1,43,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,111,107,105,101,80,114,101,102,101,114,101,110,99,101,44,32,49,2,1,237,164,122,169,0,2,1,42,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,111,107,105,101,80,111,108,105,99,121,44,32,116,114,117,101,2,1,55,207,75,238,0,2,1,50,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,97,114,116,105,115,97,110,95,97,99,99,101,112,116,67,111,111,107,105,101,44,32,116,114,117,101,2,1,43,144,103,151,0,2,1,57,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,111,107,105,101,115,95,112,111,108,105,99,121,95,97,99,99,101,112,116,97,110,99,101,44,32,100,101,110,105,101,100,2,1,163,52,14,29,0,2,1,56,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,83,65,70,69,95,95,97,110,97,108,121,116,105,99,115,80,114,101,102,101,114,101,110,99,101,44,32,102,97,108,115,101,2,1,175,159,193,239,0,2,1,48,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,116,101,114,109,115,79,102,85,115,101,65,99,99,101,112,116,101,100,44,32,116,114,117,101,2,1,17,114,147,181,0,2,1,41,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,97,103,114,101,101,67,111,111,107,105,101,44,32,116,114,117,101,2,1,236,30,194,45,0,2,1,37,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,108,103,112,100,45,97,103,114,101,101,44,32,49,2,1,106,229,166,66,0,2,1,46,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,111,107,105,101,73,115,65,99,99,101,112,116,101,100,44,32,116,114,117,101,2,1,12,7,229,37,0,2,1,44,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,111,107,105,101,65,108,108,111,119,101,100,44,32,102,97,108,115,101,2,1,58,103,70,90,0,2,1,48,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,111,107,105,101,95,117,115,97,103,101,95,97,99,99,101,112,116,101,100,44,32,49,2,1,164,131,25,103,0,2,1,47,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,111,107,105,101,66,97,110,110,101,114,83,104,111,119,110,44,32,116,114,117,101,2,2,44,150,40,215,175,145,111,3,0,2,1,41,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,111,107,105,101,115,67,111,110,115,101,110,116,44,32,49,2,1,126,10,155,118,0,2,1,47,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,111,107,105,101,95,97,99,99,101,112,116,97,110,99,101,44,32,116,114,117,101,2,1,247,167,87,96,0,2,1,58,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,97,110,97,108,121,116,105,99,115,95,99,111,111,107,105,101,115,95,97,99,99,101,112,116,97,110,99,101,44,32,116,114,117,101,2,1,247,167,87,96,0,2,1,37,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,110,115,95,99,111,111,107,105,101,115,44,32,49,2,1,173,52,83,224,0,2,1,34,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,103,100,112,114,44,32,100,101,110,121,2,1,94,5,31,6,0,2,1,32,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,44,32,102,97,108,115,101,2,1,135,170,173,217,0,2,1,45,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,111,107,105,101,115,45,112,114,101,102,101,114,101,110,99,101,44,32,49,2,2,55,170,42,147,146,200,130,217,0,2,1,46,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,111,107,105,101,115,65,99,107,110,111,119,108,101,100,103,101,100,44,32,49,2,1,24,103,94,22,0,2,1,42,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,104,97,115,67,111,110,115,101,110,116,101,100,80,72,44,32,110,111,2,1,21,122,163,3,0,2,1,48,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,111,107,105,101,95,99,111,110,115,101,110,116,44,32,97,99,99,101,112,116,101,100,2,1,235,165,141,179,0,2,1,42,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,111,107,105,101,95,99,111,110,115,101,110,116,44,32,110,111,2,1,96,59,18,46,0,2,1,46,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,103,116,97,103,46,99,111,110,115,101,110,116,46,111,112,116,105,111,110,44,32,49,2,1,144,1,67,31,0,2,1,32,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,112,115,50,48,44,32,49,2,1,144,1,67,31,0,2,1,44,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,115,104,111,119,67,111,111,107,105,101,85,115,101,44,32,102,97,108,115,101,2,1,151,119,122,244,0,2,1,39,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,116,101,114,109,115,44,32,97,99,99,101,112,116,101,100,2,1,129,175,23,197,0,2,1,46,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,122,95,99,111,111,107,105,101,95,99,111,110,115,101,110,116,44,32,116,114,117,101,2,1,90,227,186,100,0,2,1,58,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,83,116,111,114,97,103,101,77,97,114,116,67,111,111,107,105,101,115,80,111,108,105,99,121,83,101,101,110,44,32,116,114,117,101,2,1,44,228,224,88,0,2,1,34,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,95,112,114,101,102,101,114,101,110,99,101,115,44,32,49,48,2,1,34,81,7,108,0,2,1,49,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,117,110,105,110,97,118,73,115,65,103,114,101,101,67,111,111,107,105,101,44,32,116,114,117,101,2,1,102,106,25,91,0,2,1,40,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,95,99,111,110,115,101,110,116,95,115,116,97,116,117,115,44,32,97,108,108,111,119,2,1,34,81,7,108,0,2,1,70,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,98,117,110,113,58,67,111,111,107,105,101,67,111,110,115,101,110,116,83,116,111,114,101,58,105,115,66,97,110,110,101,114,86,105,115,105,98,108,101,44,32,102,97,108,115,101,2,1,2,63,189,46,0,2,1,44,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,97,99,99,101,112,116,101,100,45,99,111,111,107,105,101,115,44,32,91,93,2,1,30,48,72,205,0,2,1,53,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,110,103,120,45,119,101,98,115,116,111,114,97,103,101,124,99,111,111,107,105,101,115,44,32,102,97,108,115,101,2,1,36,166,234,149,0,2,1,43,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,97,112,112,95,103,100,112,114,95,99,111,110,115,101,110,116,44,32,49,2,1,95,203,85,150,0,2,1,49,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,97,108,114,101,97,100,121,65,99,99,101,112,116,67,111,111,107,105,101,44,32,116,114,117,101,2,1,186,16,99,235,0,2,1,47,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,105,115,67,111,111,107,105,101,115,65,99,99,101,112,116,101,100,44,32,116,114,117,101,2,2,190,35,206,24,242,88,19,184,0,2,1,34,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,99,111,111,107,105,101,115,44,32,110,111,2,1,55,233,228,71,0,2,1,53,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,111,107,105,101,115,45,112,111,108,105,99,121,45,97,99,99,101,112,116,101,100,44,32,116,114,117,101,2,1,29,7,62,141,0,2,1,46,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,111,107,105,101,95,112,114,111,109,112,116,95,116,105,109,101,115,44,32,49,2,1,148,195,154,93,0,2,1,43,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,108,97,115,116,95,112,114,111,109,112,116,95,116,105,109,101,44,32,49,2,1,148,195,154,93,0,2,1,49,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,115,117,112,95,103,100,112,114,95,99,111,111,107,105,101,44,32,97,99,99,101,112,116,101,100,2,1,116,137,198,61,0,2,1,45,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,103,100,112,114,95,99,111,111,107,105,101,44,32,97,99,99,101,112,116,101,100,2,1,116,137,198,61,0,2,1,32,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,110,44,32,116,114,117,101,2,1,174,222,214,246,0,2,1,40,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,110,115,101,110,116,95,112,111,112,117,112,44,32,49,2,1,2,74,239,45,0,2,1,45,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,67,79,79,75,73,69,95,67,79,78,83,69,78,84,44,32,102,97,108,115,101,2,1,89,132,115,33,0,2,1,58,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,100,101,99,108,105,110,101,100,45,118,101,114,115,105,111,110,44,32,49,2,1,42,176,120,23,0,2,1,42,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,68,111,45,110,111,116,45,115,104,97,114,101,44,32,116,114,117,101,2,1,231,203,142,14,0,2,1,44,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,97,108,108,111,119,45,99,111,111,107,105,101,115,44,32,102,97,108,115,101,2,1,231,203,142,14,0,2,1,90,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,95,95,112,104,95,111,112,116,95,105,110,95,111,117,116,95,112,104,99,95,57,97,83,68,98,74,67,97,68,85,77,100,90,100,72,120,120,77,80,84,118,99,106,55,65,57,102,115,108,51,109,67,103,77,49,82,66,80,109,80,115,108,55,44,32,48,2,1,248,127,218,26,0,2,1,62,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,115,104,111,117,108,100,95,100,105,115,112,108,97,121,95,99,111,111,107,105,101,95,98,97,110,110,101,114,95,118,50,44,32,102,97,108,115,101,2,1,128,155,14,235,0,2,1,53,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,122,111,114,97,45,100,105,115,99,111,118,101,114,45,49,52,45,48,51,45,50,51,44,32,102,97,108,115,101,2,1,37,138,239,191,0,2,1,58,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,110,110,101,99,116,45,119,97,108,108,101,116,45,108,101,103,97,108,45,99,111,110,115,101,110,116,44,32,116,114,117,101,2,1,128,155,14,235,0,2,1,37,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,111,107,105,101,115,77,105,110,44,32,49,2,1,129,213,136,239,0,2,1,28,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,95,97,99,99,101,112,116,44,32,49,2,1,51,227,31,197,0,2,1,46,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,98,45,97,99,99,101,112,116,45,99,111,111,107,105,101,44,32,116,114,117,101,2,1,201,187,232,90,0,2,1,48,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,111,107,105,101,45,112,101,114,109,105,115,115,105,111,110,44,32,102,97,108,115,101,2,2,14,40,59,12,130,125,32,164,0,2,1,44,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,111,107,105,101,65,99,99,101,112,116,101,100,44,32,116,114,117,101,2,2,155,25,90,31,251,223,9,70,0,2,1,37,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,111,107,105,101,115,44,32,116,114,117,101,2,1,78,89,23,120,0,2,1,53,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,82,79,67,85,77,69,78,84,83,46,99,111,111,107,105,101,67,111,110,115,101,110,116,44,32,116,114,117,101,2,1,143,133,126,164,0,2,1,48,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,112,115,104,58,99,111,111,107,105,101,115,45,111,116,104,101,114,44,32,102,97,108,115,101,2,1,244,76,165,237,0,2,1,46,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,112,115,104,58,99,111,111,107,105,101,115,45,115,101,101,110,44,32,116,114,117,101,2,1,244,76,165,237,0,2,1,48,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,112,115,104,58,99,111,111,107,105,101,115,45,115,111,99,105,97,108,44,32,116,114,117,101,2,1,244,76,165,237,0,2,1,46,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,98,99,67,111,111,107,105,101,65,99,99,101,112,116,101,100,44,32,116,114,117,101,2,1,222,132,201,144,0,2,1,46,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,67,77,80,58,112,101,114,115,111,110,97,108,105,115,97,116,105,111,110,44,32,49,2,1,33,18,79,145,0,2,1,42,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,104,97,115,67,111,110,115,101,110,116,101,100,80,72,44,32,110,111,2,1,127,34,192,188,0,2,1,42,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,112,99,67,108,111,115,101,100,79,110,99,101,44,32,116,114,117,101,2,1,172,19,249,245,0,2,1,49,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,116,101,120,116,115,104,117,116,116,108,101,95,99,111,111,107,105,101,44,32,102,97,108,115,101,2,1,187,52,149,122,0,2,1,68,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,111,107,105,101,115,45,110,111,116,105,102,105,99,97,116,105,111,110,45,109,101,115,115,97,103,101,45,105,115,45,104,105,100,100,101,110,44,32,116,114,117,101,2,1,115,92,127,196,0,2,1,43,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,111,107,105,101,66,97,110,110,101,114,44,32,102,97,108,115,101,2,1,210,133,197,144,0,2,1,42,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,111,107,105,101,66,97,110,110,101,114,44,32,116,114,117,101,2,1,8,54,137,252,0,2,1,36,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,98,97,110,110,101,114,44,32,116,114,117,101,2,1,255,140,158,45,0,2,1,43,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,111,107,105,101,67,111,110,115,101,110,116,44,32,116,114,117,101,2,1,88,203,173,154,0,2,1,44,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,105,115,65,108,108,111,119,67,111,111,107,105,101,115,44,32,116,114,117,101,2,1,128,83,39,138,0,2,1,39,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,103,116,97,103,95,101,110,97,98,108,101,100,44,32,49,2,1,178,52,241,160,0,2,1,45,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,118,99,67,111,110,115,101,110,116,71,105,118,101,110,44,32,116,114,117,101,2,1,38,157,104,207,0,2,1,35,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,116,101,114,109,115,44,32,116,114,117,101,2,1,123,155,132,106,0,2,1,43,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,111,107,105,101,95,97,99,99,101,112,116,44,32,116,114,117,101,2,1,108,121,134,53,0,2,1,53,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,80,101,99,104,105,110,99,104,111,117,58,67,111,111,107,105,101,115,77,111,100,97,108,44,32,116,114,117,101,2,1,216,189,102,86,0,2,1,36,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,104,117,98,45,99,112,44,32,116,114,117,101,2,1,171,40,97,61,0,2,1,49,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,111,107,105,101,80,111,108,105,99,121,65,99,99,101,112,116,101,100,44,32,121,101,115,2,1,53,102,253,76,0,2,1,57,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,111,107,105,101,95,117,115,97,103,101,95,97,99,107,110,111,119,108,101,100,103,101,100,95,50,44,32,116,114,117,101,2,1,20,233,105,97,0,2,1,36,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,111,107,105,101,44,32,116,114,117,101,2,1,96,240,17,247,0,2,1,55,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,111,107,105,101,115,95,110,101,99,101,115,115,97,114,121,95,99,111,110,115,101,110,116,44,32,116,114,117,101,2,4,7,161,128,150,57,69,139,54,184,209,102,1,251,189,93,216,0,2,1,56,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,111,107,105,101,115,95,109,97,114,107,101,116,105,110,103,95,99,111,110,115,101,110,116,44,32,102,97,108,115,101,2,4,7,161,128,150,57,69,139,54,184,209,102,1,251,189,93,216,0,2,1,57,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,111,107,105,101,115,95,115,116,97,116,105,115,116,105,99,115,95,99,111,110,115,101,110,116,44,32,102,97,108,115,101,2,4,7,161,128,150,57,69,139,54,184,209,102,1,251,189,93,216,0,2,1,50,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,119,117,46,99,99,112,97,45,116,111,97,115,116,45,118,105,101,119,101,100,44,32,116,114,117,101,2,1,250,244,124,6,0,2,1,36,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,108,111,115,101,100,44,32,116,114,117,101,2,1,148,73,99,59,0,2,1,30,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,100,110,116,44,32,49,2,1,30,107,94,105,0,2,1,32,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,100,110,116,95,97,44,32,49,2,1,30,107,94,105,0,2,1,50,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,109,97,107,101,114,122,95,97,108,108,111,119,95,99,111,110,115,101,110,116,109,103,114,44,32,48,2,1,90,144,40,127,0,2,1,46,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,83,72,79,87,95,67,79,79,75,73,69,95,66,65,78,78,69,82,44,32,110,111,2,1,230,83,187,33,0,2,1,41,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,67,111,111,107,105,101,115,67,111,110,115,101,110,116,44,32,49,2,3,84,137,158,170,123,181,152,9,225,73,142,122,0,2,1,51,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,104,97,115,65,110,97,108,121,116,105,99,97,108,67,111,111,107,105,101,115,44,32,102,97,108,115,101,2,1,148,202,84,229,0,2,1,57,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,104,97,115,83,116,114,105,99,116,108,121,78,101,99,101,115,115,97,114,121,67,111,111,107,105,101,115,44,32,116,114,117,101,2,1,148,202,84,229,0,2,1,47,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,97,109,67,111,111,107,105,101,66,97,114,70,105,114,115,116,83,104,111,119,44,32,49,2,1,182,23,5,237,0,2,1,46,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,97,99,99,101,112,116,101,100,67,111,111,107,105,101,115,44,32,102,97,108,115,101,2,2,63,37,157,88,203,32,189,42,0,2,1,48,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,118,105,101,119,101,100,67,111,111,107,105,101,66,97,110,110,101,114,44,32,116,114,117,101,2,1,203,32,189,42,0,2,1,49,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,97,99,99,101,112,116,95,97,108,108,95,99,111,111,107,105,101,115,44,32,102,97,108,115,101,2,1,11,27,79,160,0,2,1,36,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,105,115,67,111,111,107,105,101,115,44,32,49,2,1,102,135,109,32,0,2,1,37,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,105,115,67,111,111,107,105,101,44,32,89,101,115,2,1,208,241,162,62,0,2,1,51,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,111,107,105,101,99,111,110,115,101,110,116,95,115,116,97,116,117,115,44,32,102,97,108,115,101,2,1,195,24,197,130,0,2,1,38,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,117,115,101,114,95,99,111,111,107,105,101,44,32,49,2,1,16,224,111,195,0,2,1,48,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,107,97,58,52,58,108,101,103,97,108,45,117,112,100,97,116,101,115,44,32,116,114,117,101,2,1,243,149,194,121,0,2,1,33,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,107,44,32,116,114,117,101,2,1,90,126,76,236,0,2,1,43,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,111,107,105,101,77,101,115,115,97,103,101,44,32,116,114,117,101,2,1,25,221,10,221,0,2,1,42,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,115,111,67,111,111,107,105,101,115,80,111,108,105,99,121,44,32,49,2,1,76,19,238,16,0,2,1,48,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,71,68,80,82,58,82,66,73,58,97,99,99,101,112,116,101,100,44,32,102,97,108,115,101,2,1,183,44,196,41,0,2,1,43,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,111,107,105,101,67,111,110,115,101,110,116,44,32,116,114,117,101,2,1,52,64,221,1,0,2,1,55,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,110,116,97,111,45,112,114,105,118,97,99,121,45,99,101,110,116,101,114,46,104,105,100,100,101,110,44,32,49,2,1,138,87,150,200,0,2,1,45,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,111,107,105,101,95,99,111,110,115,101,110,116,44,32,102,97,108,115,101,2,4,165,193,106,45,167,142,45,202,218,252,43,226,250,242,59,248,0,2,1,42,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,111,107,105,101,115,65,103,114,101,101,44,32,116,114,117,101,2,1,56,206,64,151,0,2,1,51,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,121,116,115,99,95,97,99,99,101,112,116,101,100,95,99,111,111,107,105,101,115,44,32,116,114,117,101,2,1,132,158,12,50,0,2,1,91,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,115,97,102,101,45,115,116,111,114,97,103,101,47,118,49,47,116,114,97,99,107,105,110,103,45,99,111,110,115,101,110,116,47,116,114,97,99,107,105,110,103,67,111,110,115,101,110,116,77,97,114,107,101,116,105,110,103,75,101,121,44,32,102,97,108,115,101,2,1,213,224,120,20,0,2,1,93,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,115,97,102,101,45,115,116,111,114,97,103,101,47,118,49,47,116,114,97,99,107,105,110,103,45,99,111,110,115,101,110,116,47,116,114,97,99,107,105,110,103,67,111,110,115,101,110,116,65,100,118,101,114,116,105,115,105,110,103,75,101,121,44,32,102,97,108,115,101,2,1,213,224,120,20,0,2,1,91,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,115,97,102,101,45,115,116,111,114,97,103,101,47,118,49,47,116,114,97,99,107,105,110,103,45,99,111,110,115,101,110,116,47,116,114,97,99,107,105,110,103,67,111,110,115,101,110,116,65,110,97,108,121,116,105,99,115,75,101,121,44,32,102,97,108,115,101,2,1,213,224,120,20,0,2,1,44,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,97,103,114,101,101,84,111,67,111,111,107,105,101,44,32,102,97,108,115,101,2,1,53,166,53,88,0,2,1,77,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,65,73,32,65,108,108,105,97,110,99,101,95,82,101,97,99,116,67,111,111,107,105,101,65,99,99,101,112,116,97,110,99,101,95,104,97,115,83,101,116,67,111,111,107,105,101,115,44,32,116,114,117,101,2,1,42,201,135,21,0,2,1,46,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,111,107,105,101,95,112,114,111,109,112,116,95,116,105,109,101,115,44,32,49,2,1,148,195,154,93,0,2,1,42,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,111,107,105,101,45,97,99,107,45,50,44,32,116,114,117,101,2,1,138,133,75,119,0,2,1,41,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,102,105,114,115,116,86,105,115,105,116,44,32,102,97,108,115,101,2,1,111,191,26,32,0,2,1,37,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,50,48,50,48,45,48,52,45,48,53,44,32,49,2,1,171,4,130,170,0,2,1,39,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,100,105,115,109,105,115,115,101,100,44,32,116,114,117,101,2,1,194,200,167,104,0,2,1,50,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,83,69,84,95,67,79,79,75,73,69,83,95,65,80,80,82,79,86,69,68,44,32,116,114,117,101,2,1,206,197,103,7,0,2,1,48,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,104,97,115,65,99,99,101,112,116,101,100,67,111,111,107,105,101,115,44,32,116,114,117,101,2,1,126,248,105,18,0,2,1,57,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,105,115,67,111,111,107,105,101,115,78,111,116,105,102,105,99,97,116,105,111,110,72,105,100,100,101,110,44,32,116,114,117,101,2,1,40,1,33,175,0,2,1,44,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,97,103,114,101,101,100,45,99,111,111,107,105,101,115,44,32,116,114,117,101,2,1,31,27,229,145,0,2,1,43,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,110,115,101,110,116,67,111,111,107,105,101,44,32,116,114,117,101,2,1,221,250,181,225,0,2,1,39,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,83,87,67,79,79,75,73,69,83,65,67,67,44,32,49,2,1,38,236,6,216,0,2,1,53,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,104,97,115,65,99,99,101,112,116,101,100,67,111,111,107,105,101,78,111,116,105,99,101,44,32,116,114,117,101,2,1,48,26,107,57,0,2,1,50,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,102,98,45,99,111,111,107,105,101,115,45,97,99,99,101,112,116,101,100,44,32,102,97,108,115,101,2,1,114,241,210,55,0,2,1,46,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,105,115,95,97,99,99,101,112,116,95,99,111,111,107,105,101,44,32,116,114,117,101,2,2,42,128,156,229,171,0,148,138,0,2,1,45,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,97,99,99,101,112,116,45,106,111,118,101,45,99,111,111,107,105,101,44,32,49,2,1,148,186,129,130,0,2,1,54,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,111,107,105,101,95,99,111,110,115,101,110,116,95,98,97,114,95,118,97,108,117,101,44,32,116,114,117,101,2,1,91,16,80,113,0,2,1,49,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,112,120,100,110,95,99,111,111,107,105,101,95,99,111,110,115,101,110,116,44,32,116,114,117,101,2,1,137,105,190,11,0,2,1,50,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,97,107,97,115,104,97,95,95,99,111,111,107,105,101,80,111,108,105,99,121,44,32,116,114,117,101,2,1,243,214,160,218,0,2,1,38,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,81,77,79,112,116,73,110,44,32,102,97,108,115,101,2,1,101,159,68,98,0,2,1,42,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,115,97,102,101,46,103,108,111,98,97,108,44,32,102,97,108,115,101,2,1,175,159,193,239,0,2,1,50,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,111,107,105,101,95,98,97,110,110,101,114,58,104,105,100,100,101,110,44,32,116,114,117,101,2,1,94,128,246,32,0,2,1,46,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,111,107,105,101,115,65,99,99,101,112,116,101,100,44,32,102,97,108,115,101,2,1,132,22,235,0,0,2,1,50,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,97,99,99,101,112,116,95,99,111,111,107,105,101,95,112,111,108,105,99,121,44,32,116,114,117,101,2,1,14,226,90,111,0,2,1,49,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,50,48,49,56,48,53,45,112,111,108,105,99,121,124,97,99,99,101,112,116,101,100,44,32,49,2,11,51,155,255,119,53,211,171,117,63,37,190,213,92,59,36,6,153,97,157,14,160,2,171,133,170,110,176,175,188,115,91,36,222,248,226,71,233,109,75,243,243,220,56,146,0,2,1,50,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,107,105,99,107,95,99,111,111,107,105,101,95,97,99,99,101,112,116,101,100,44,32,116,114,117,101,2,1,148,181,249,70,0,2,1,46,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,111,107,105,101,115,45,115,101,108,101,99,116,101,100,44,32,116,114,117,101,2,1,7,115,169,154,0,2,1,45,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,111,107,105,101,115,65,99,99,101,112,116,101,100,44,32,116,114,117,101,2,2,15,150,155,106,102,62,39,238,0,2,1,53,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,111,107,105,101,45,110,111,116,105,99,101,45,100,105,115,109,105,115,115,101,100,44,32,116,114,117,101,2,1,141,38,121,224,0,2,1,51,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,97,99,99,101,112,116,115,45,99,111,111,107,105,101,45,110,111,116,105,99,101,44,32,116,114,117,101,2,1,141,38,121,224,0,2,1,56,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,100,105,115,109,105,115,115,101,100,80,114,105,118,97,99,121,67,111,111,107,105,101,77,101,115,115,97,103,101,44,32,49,2,1,67,165,145,86,0,2,1,45,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,111,107,105,101,95,99,111,110,115,101,110,116,44,32,102,97,108,115,101,2,1,231,73,254,143,0,2,1,42,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,111,107,105,101,80,111,108,105,99,121,44,32,116,114,117,101,2,2,24,97,194,251,88,236,182,118,0,2,1,45,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,97,108,108,111,119,67,111,111,107,105,101,115,44,32,97,108,108,111,119,101,100,2,1,167,152,52,150,0,2,1,44,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,111,107,105,101,95,99,111,110,115,101,110,116,44,32,116,114,117,101,2,2,38,254,7,249,184,109,81,208,0,2,1,51,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,111,107,105,101,115,95,112,111,108,105,99,121,95,115,116,97,116,117,115,44,32,116,114,117,101,2,1,158,187,246,203,0,2,1,46,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,111,107,105,101,115,45,97,99,99,101,112,116,101,100,44,32,116,114,117,101,2,1,197,244,4,60,0,2,1,39,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,83,87,67,79,79,75,73,69,83,65,67,67,44,32,49,2,1,110,83,69,150,0,2,1,42,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,97,108,108,111,119,67,111,111,107,105,101,115,44,32,116,114,117,101,2,1,139,208,50,47,0,2,1,41,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,111,107,105,101,95,99,111,110,115,101,110,116,44,32,49,2,1,98,146,36,46,0,2,1,46,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,97,99,99,101,112,116,101,100,45,99,111,111,107,105,101,115,44,32,116,114,117,101,2,1,249,102,61,37,0,2,1,42,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,111,107,105,101,115,45,99,111,110,115,101,110,116,44,32,48,2,1,254,108,185,143,0,2,1,47,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,111,107,105,101,66,97,110,110,101,114,82,101,97,100,44,32,32,116,114,117,101,2,1,38,157,70,189,0,2,1,39,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,97,99,99,101,112,116,67,111,111,107,105,101,44,32,48,2,1,54,139,187,163,0,2,1,47,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,111,107,105,101,66,97,110,110,101,114,82,101,97,100,68,97,116,101,44,32,49,2,1,38,157,70,189,0,2,1,53,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,112,114,105,118,97,99,121,45,112,111,108,105,99,121,45,97,99,99,101,112,116,101,100,44,32,116,114,117,101,2,1,205,178,219,147,0,2,1,47,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,111,107,105,101,115,45,115,101,108,101,99,116,101,100,44,32,32,116,114,117,101,2,1,147,169,231,220,0,2,1,46,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,97,99,99,101,112,116,101,100,95,99,111,111,107,105,101,115,44,32,116,114,117,101,2,1,95,80,243,78,0,2,1,45,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,97,99,99,101,112,116,101,100,95,99,111,111,107,105,101,44,32,116,114,117,101,2,1,95,80,243,78,0,2,1,44,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,111,107,105,101,45,99,111,110,115,101,110,116,44,32,116,114,117,101,2,3,114,220,75,58,159,250,164,191,228,224,212,209,0,2,1,50,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,110,115,101,110,116,77,97,110,97,103,101,114,95,115,104,111,119,110,44,32,116,114,117,101,2,2,253,254,11,193,255,22,48,66,0,2,1,47,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,110,115,101,110,116,95,110,101,99,101,115,115,97,114,121,44,32,116,114,117,101,2,2,253,254,11,193,255,22,48,66,0,2,1,50,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,110,115,101,110,116,95,112,101,114,102,111,114,109,97,110,99,101,44,32,102,97,108,115,101,2,2,253,254,11,193,255,22,48,66,0,2,1,43,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,111,107,105,101,45,99,108,111,115,101,100,44,32,116,114,117,101,2,1,213,37,133,184,0,2,1,52,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,102,114,97,109,101,114,67,111,111,107,105,101,115,68,105,115,109,105,115,115,101,100,44,32,116,114,117,101,2,1,34,213,51,208,0,2,1,46,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,111,107,105,101,45,97,99,99,101,112,116,101,100,44,32,102,97,108,115,101,2,1,213,37,133,184,0,2,1,40,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,111,107,105,101,67,111,110,115,101,110,116,44,32,49,2,2,205,236,108,18,254,170,25,53,0,2,1,49,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,101,110,97,98,108,101,67,111,111,107,105,101,66,97,110,110,101,114,44,32,102,97,108,115,101,2,1,69,163,160,211,0,2,1,47,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,108,101,118,101,108,44,32,49,2,1,195,166,88,253,0,2,1,56,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,98,121,70,111,111,100,67,111,111,107,105,101,80,111,108,105,99,121,82,101,113,117,105,114,101,44,32,102,97,108,115,101,2,1,90,91,207,37,0,2,1,48,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,97,115,99,111,111,107,105,101,45,45,100,101,99,105,115,105,111,110,44,32,116,114,117,101,2,1,59,239,35,246,0,2,1,48,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,105,115,65,99,99,101,112,116,67,111,111,107,105,101,115,78,101,119,44,32,116,114,117,101,2,2,112,102,236,183,163,239,135,186,0,2,1,44,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,105,115,65,99,99,101,112,116,67,111,111,107,105,101,44,32,116,114,117,101,2,1,211,16,226,59,0,2,1,40,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,109,97,114,107,101,116,105,110,103,44,32,102,97,108,115,101,2,1,101,41,119,74,0,2,1,52,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,116,101,99,104,110,105,99,97,108,44,32,116,114,117,101,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,101,41,119,74,0,2,1,40,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,97,110,97,108,121,116,105,99,115,44,32,102,97,108,115,101,2,1,101,41,119,74,0,2,1,55,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,110,116,97,111,45,112,114,105,118,97,99,121,45,99,101,110,116,101,114,46,104,105,100,100,101,110,44,32,49,2,1,47,194,124,121,0,2,1,41,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,111,116,104,101,114,67,111,111,107,105,101,44,32,116,114,117,101,2,1,37,73,28,225,0,2,1,40,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,115,97,118,101,67,111,111,107,105,101,44,32,116,114,117,101,2,1,37,73,28,225,0,2,1,45,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,117,115,101,114,65,99,99,101,112,116,115,67,111,111,107,105,101,115,44,32,49,2,1,71,163,133,219,0,2,1,51,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,103,114,110,107,45,99,111,111,107,105,101,115,45,97,99,99,101,112,116,101,100,44,32,116,114,117,101,2,1,241,126,2,84,0,2,1,43,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,111,107,105,101,67,111,110,115,101,110,116,44,32,116,114,117,101,2,1,96,134,234,124,0,2,1,44,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,111,107,105,101,67,111,110,115,101,110,116,44,32,102,97,108,115,101,2,2,85,201,34,77,136,250,59,173,0,2,1,41,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,97,99,99,101,112,116,67,111,111,107,105,101,115,44,32,110,111,2,1,37,115,139,249,0,2,1,43,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,97,99,99,101,112,116,67,111,111,107,105,101,115,44,32,116,114,117,101,2,2,58,227,214,103,152,201,177,83,0,2,1,40,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,104,97,115,45,100,105,115,109,105,115,115,101,100,44,32,49,2,1,128,145,131,232,0,2,1,45,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,104,97,115,65,99,99,101,112,116,101,100,71,100,112,114,44,32,116,114,117,101,2,1,79,75,218,215,0,2,1,48,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,108,119,45,97,99,99,101,112,116,115,45,99,111,111,107,105,101,115,44,32,116,114,117,101,2,1,50,38,94,32,0,2,1,46,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,97,99,99,101,112,116,101,100,95,99,111,111,107,105,101,115,44,32,116,114,117,101,2,1,121,98,142,233,0,2,1,44,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,111,107,105,101,115,45,97,99,99,101,112,116,44,32,116,114,117,101,2,1,153,62,159,75,0,2,1,42,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,108,111,97,100,45,115,99,114,105,112,116,115,45,118,50,44,32,50,2,1,190,14,6,59,0,2,1,54,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,97,99,99,101,112,116,115,65,110,97,108,121,116,105,99,115,67,111,111,107,105,101,115,44,32,102,97,108,115,101,2,1,198,80,109,45,0,2,1,53,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,97,99,99,101,112,116,115,78,101,99,101,115,115,97,114,121,67,111,111,107,105,101,115,44,32,116,114,117,101,2,1,198,80,109,45,0,2,1,51,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,100,105,115,112,108,97,121,95,99,111,111,107,105,101,95,109,111,100,97,108,44,32,102,97,108,115,101,2,1,131,170,5,110,0,2,1,47,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,112,103,45,97,99,99,101,112,116,45,99,111,111,107,105,101,115,44,32,116,114,117,101,2,1,184,135,181,184,0,2,1,71,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,95,95,69,79,66,85,87,73,69,95,95,99,111,110,115,101,110,116,115,95,97,99,99,101,112,116,101,100,44,32,116,114,117,101,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,3,175,39,97,0,2,1,40,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,97,110,97,108,121,116,105,99,115,44,32,102,97,108,115,101,2,1,48,9,58,0,0,2,1,52,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,97,110,97,100,97,45,99,111,111,107,105,101,45,97,99,107,110,111,119,108,101,100,103,101,44,32,49,2,1,179,12,30,208,0,2,1,55,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,110,116,97,111,45,112,114,105,118,97,99,121,45,99,101,110,116,101,114,46,104,105,100,100,101,110,44,32,49,2,1,41,65,53,80,0,2,1,48,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,70,80,95,99,111,111,107,105,101,115,65,99,99,101,112,116,101,100,44,32,116,114,117,101,2,1,182,113,42,62,0,2,1,39,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,86,73,83,73,84,69,68,95,48,44,32,116,114,117,101,2,1,169,121,139,60,0,2,1,57,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,79,80,84,73,79,78,65,76,95,67,79,79,75,73,69,83,95,65,67,67,69,80,84,69,68,95,48,44,32,116,114,117,101,2,1,169,121,139,60,0,2,1,47,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,115,116,111,114,97,103,101,80,101,114,109,105,115,115,105,111,110,44,32,116,114,117,101,2,1,239,210,150,82,0,2,1,46,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,115,101,116,95,99,111,111,107,105,101,95,115,116,97,116,44,32,102,97,108,115,101,2,6,11,151,31,33,37,170,130,216,138,52,138,143,156,134,225,22,213,169,169,35,253,6,0,167,0,2,1,50,115,101,116,45,108,111,99,97,108,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,115,101,116,95,99,111,111,107,105,101,95,116,114,97,99,107,105,110,103,44,32,102,97,108,115,101,2,6,11,151,31,33,37,170,130,216,138,52,138,143,156,134,225,22,213,169,169,35,253,6,0,167,0,2,1,41,115,101,116,45,115,101,115,115,105,111,110,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,111,107,105,101,77,111,100,97,108,50,44,32,49,2,1,173,227,15,78,0,2,1,53,115,101,116,45,115,101,115,115,105,111,110,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,111,107,105,101,77,101,115,115,97,103,101,68,105,115,97,103,114,101,101,44,32,116,114,117,101,2,1,148,180,34,67,0,2,1,45,115,101,116,45,115,101,115,115,105,111,110,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,100,105,115,99,108,97,105,109,101,114,79,112,101,110,101,100,44,32,49,2,1,115,100,48,19,0,2,1,57,115,101,116,45,115,101,115,115,105,111,110,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,116,101,114,109,115,45,97,110,100,45,112,111,108,105,99,121,45,97,99,99,101,112,116,101,100,44,32,116,114,117,101,2,1,140,166,186,213,0,2,1,55,115,101,116,45,115,101,115,115,105,111,110,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,100,105,115,109,105,115,115,101,100,84,114,97,99,107,105,110,103,66,97,110,110,101,114,44,32,116,114,117,101,2,1,76,125,65,108,0,2,1,44,115,101,116,45,115,101,115,115,105,111,110,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,67,111,111,107,105,101,84,101,114,109,49,56,44,32,116,114,117,101,2,1,70,211,214,41,0,2,1,45,115,101,116,45,115,101,115,115,105,111,110,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,111,107,105,101,95,114,101,106,101,99,116,44,32,116,114,117,101,2,1,45,202,154,27,0,2,1,47,115,101,116,45,115,101,115,115,105,111,110,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,99,111,111,107,105,101,67,111,110,102,105,114,109,101,100,44,32,116,114,117,101,2,1,148,187,253,146,0,2,1,39,115,101,116,45,115,101,115,115,105,111,110,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,104,97,115,67,111,110,115,101,110,116,44,32,49,2,1,210,92,137,208,0,2,1,35,115,101,116,45,115,101,115,115,105,111,110,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,104,97,115,68,115,103,44,32,49,2,1,210,92,137,208,0,2,1,50,115,101,116,45,115,101,115,115,105,111,110,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,103,114,105,102,102,105,110,67,111,110,115,101,110,116,73,103,110,111,114,101,100,44,32,49,2,1,101,42,233,211,0,2,1,43,115,101,116,45,115,101,115,115,105,111,110,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,65,67,67,69,80,84,95,76,71,80,68,44,32,116,114,117,101,2,1,131,23,8,125,0,2,1,46,115,101,116,45,115,101,115,115,105,111,110,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,97,99,99,101,112,116,67,111,111,107,105,101,115,44,32,102,97,108,115,101,2,1,126,80,164,176,0,2,1,23,97,99,105,115,44,32,36,44,32,35,109,111,100,97,108,45,99,111,110,115,101,110,116,2,2,66,210,214,242,156,103,212,135,0,2,1,34,97,99,105,115,44,32,115,112,97,110,76,105,110,107,67,108,105,99,107,44,32,35,99,111,111,107,105,101,98,97,110,110,101,114,2,1,97,254,172,184,0,2,1,17,97,99,105,115,44,32,97,108,101,114,116,67,111,111,107,105,101,2,1,24,247,182,28,0,2,1,12,97,99,105,115,44,32,100,111,79,110,99,101,2,3,20,218,63,198,122,41,116,201,123,252,202,197,0,2,1,13,97,99,105,115,44,32,36,44,32,35,107,117,107,2,1,209,167,231,116,0,2,1,21,97,99,105,115,44,32,36,44,32,35,99,111,110,116,101,110,116,119,114,97,112,2,1,149,148,25,82,0,2,1,41,97,99,105,115,44,32,106,81,117,101,114,121,44,32,115,121,110,99,104,114,111,110,105,122,101,67,111,111,107,105,101,78,111,116,101,67,111,111,107,105,101,2,1,143,52,66,67,0,2,1,51,97,99,105,115,44,32,100,111,99,117,109,101,110,116,46,99,114,101,97,116,101,69,108,101,109,101,110,116,44,32,99,111,110,115,101,110,116,46,99,111,111,107,105,101,98,111,116,46,99,111,109,2,2,168,156,238,184,175,75,52,186,0,2,1,42,97,99,105,115,44,32,100,111,99,117,109,101,110,116,46,99,114,101,97,116,101,69,108,101,109,101,110,116,44,32,100,101,108,105,118,101,114,121,47,99,109,112,2,1,30,54,132,206,0,2,1,19,97,99,105,115,44,32,36,106,44,32,97,99,99,101,112,116,84,79,83,2,1,120,189,131,194,0,2,1,37,97,99,105,115,44,32,100,111,99,117,109,101,110,116,46,99,114,101,97,116,101,69,108,101,109,101,110,116,44,32,97,100,109,105,114,97,108,2,19,1,67,132,82,27,230,3,216,29,116,127,165,30,67,223,94,38,157,176,165,57,228,7,139,99,226,187,91,102,173,20,232,122,215,83,29,128,162,149,132,145,151,63,251,155,105,52,184,165,185,187,17,174,248,157,209,199,215,254,28,214,185,33,51,214,242,134,176,228,1,8,203,231,244,217,146,0,0,5,1,42,2,1,197,246,170,113,24,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,11,35,99,109,112,45,105,102,114,97,109,101,2,1,24,87,61,150,0,0,5,4,98,111,100,121,2,1,24,87,61,150,25,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,8,1,6,46,109,111,100,97,108,2,128,0,0,2,56,0,135,155,97,0,201,182,185,0,223,147,227,1,23,11,255,2,18,73,197,2,37,74,164,2,48,105,48,2,86,19,98,2,119,254,247,2,250,174,245,3,16,137,66,3,242,6,253,3,249,244,134,4,150,12,158,4,173,201,83,4,233,174,89,5,3,90,62,5,12,169,203,5,113,42,130,5,195,227,76,5,197,73,248,5,233,233,36,6,86,127,91,6,90,179,150,6,109,126,128,6,189,18,207,6,200,156,46,6,203,115,53,7,87,217,6,8,126,27,186,8,148,22,85,10,28,223,87,10,66,115,215,10,108,195,194,11,240,3,194,12,14,72,92,13,217,62,240,14,66,51,93,14,86,65,81,14,236,172,41,14,245,24,124,15,78,112,246,15,174,91,252,17,130,222,201,19,60,247,203,19,239,185,244,20,72,180,131,21,191,163,59,22,101,105,19,24,3,233,218,24,194,22,219,24,251,84,207,25,100,230,94,25,185,248,35,26,155,19,233,26,182,27,211,27,121,108,151,28,199,12,36,28,221,160,113,28,228,197,239,29,6,110,90,29,54,180,49,29,161,39,225,29,246,0,5,30,182,45,152,30,225,128,150,31,168,20,16,31,180,182,52,32,102,254,202,32,173,251,66,33,80,146,145,33,105,6,102,33,110,72,36,34,143,210,37,34,168,35,159,35,74,73,184,35,92,169,147,35,174,211,57,36,16,1,242,36,79,179,112,36,125,190,40,37,183,110,52,37,205,8,120,38,61,20,231,38,153,9,250,38,157,45,201,39,32,218,107,39,176,135,104,40,57,180,153,40,115,18,70,40,129,64,251,40,227,69,241,40,244,207,220,41,147,29,51,42,22,194,126,42,53,239,62,42,113,78,172,42,236,183,165,44,180,249,14,44,253,179,139,45,200,179,54,45,246,191,105,46,47,48,224,46,58,145,91,46,113,130,140,46,116,13,122,46,168,132,200,47,67,130,124,47,176,148,245,48,107,9,12,48,126,251,107,48,158,43,103,48,203,163,141,49,46,132,143,49,225,94,37,50,229,244,221,50,237,50,148,51,99,14,96,51,134,221,81,53,25,68,93,53,65,42,96,55,113,207,86,55,165,182,93,55,222,74,56,56,53,88,169,57,137,211,16,58,133,149,119,58,225,111,164,59,224,203,233,61,108,42,44,63,169,134,229,63,246,127,168,63,252,212,75,64,190,128,193,64,232,203,88,65,50,184,236,65,52,212,203,66,111,229,183,66,243,23,99,67,44,176,127,67,212,252,97,67,254,249,67,68,7,197,68,68,60,201,163,68,202,79,164,68,233,82,132,68,238,176,158,68,238,194,95,68,254,189,71,69,58,109,205,69,121,254,87,70,103,219,169,70,136,75,87,70,204,192,235,71,40,201,19,71,75,123,34,71,90,154,33,71,120,230,53,71,193,179,100,72,223,87,39,73,127,185,68,73,164,93,236,74,97,225,89,74,100,219,207,74,108,114,188,74,114,92,218,74,240,17,214,77,5,25,119,77,22,12,116,78,41,47,104,78,44,86,162,78,116,73,202,78,168,171,224,78,206,228,98,79,0,1,24,79,132,29,100,81,69,239,159,83,6,194,247,83,29,4,86,84,74,93,181,84,123,151,34,84,135,177,114,85,46,220,196,85,160,220,40,85,191,245,237,86,134,63,83,86,196,140,22,87,53,32,2,87,87,34,62,87,98,131,38,87,243,176,21,88,72,18,201,88,209,125,165,90,42,31,72,90,50,199,226,90,84,52,93,90,158,226,238,90,238,107,188,91,6,51,249,91,21,117,108,91,97,222,36,91,105,187,36,91,215,34,80,92,32,63,118,92,57,81,91,92,76,162,106,92,111,9,129,92,182,54,104,93,85,11,197,94,92,27,92,94,121,206,41,94,255,168,248,95,39,140,239,96,167,218,53,97,0,180,47,97,19,231,197,97,66,174,26,97,168,37,149,97,183,143,207,98,39,118,191,99,193,170,182,99,222,218,82,99,252,73,99,100,6,109,102,100,16,98,140,100,130,226,226,100,231,137,62,101,75,239,87,101,132,63,87,102,34,195,152,102,99,156,154,103,2,236,68,103,7,218,243,103,207,104,197,104,193,50,67,105,131,128,150,105,153,69,88,105,175,190,108,106,32,173,75,107,99,17,239,107,196,172,166,107,233,173,37,107,254,183,63,109,67,209,33,110,212,13,56,111,7,194,74,111,133,134,107,111,252,58,118,112,63,203,131,112,116,246,43,112,117,168,209,114,54,75,247,114,129,227,184,115,25,187,110,115,176,252,64,116,28,138,59,116,34,78,237,116,96,237,156,116,195,128,29,116,225,149,190,117,237,65,186,118,43,246,213,118,188,237,50,119,48,95,42,120,57,161,4,120,116,117,186,121,194,244,17,122,134,218,191,122,172,24,15,123,135,75,26,123,248,113,198,124,70,105,71,124,119,192,120,124,185,108,235,125,121,227,251,125,203,169,179,125,228,16,161,126,2,202,220,126,7,216,187,126,26,136,14,126,169,28,20,126,171,73,184,126,200,179,32,126,208,137,20,126,226,30,18,126,236,80,188,127,42,149,241,127,109,156,253,127,244,49,88,128,148,167,237,128,157,150,225,130,201,84,54,130,239,21,225,130,252,195,35,131,39,7,143,131,75,252,27,132,70,202,179,132,183,42,199,133,81,51,7,133,246,118,224,134,73,26,97,134,153,75,164,135,142,124,183,135,154,109,68,135,171,144,6,135,207,180,95,136,90,213,252,137,119,234,82,137,226,15,12,138,159,152,41,138,213,30,241,139,6,112,190,139,99,18,149,140,158,85,74,140,229,24,68,141,39,71,110,141,54,212,131,141,241,90,90,142,13,247,81,142,67,136,174,142,184,221,117,142,190,123,88,143,21,28,161,143,99,54,186,143,127,9,118,144,70,76,9,146,189,0,35,147,52,135,100,147,134,202,53,147,147,87,145,147,170,59,207,148,63,53,167,148,181,71,163,148,188,92,212,150,148,135,112,150,225,183,52,151,224,74,221,152,69,138,255,153,102,93,173,153,108,86,20,153,243,85,44,154,8,90,205,154,45,39,10,154,134,243,233,155,54,37,129,155,66,64,24,155,116,75,226,155,146,254,74,156,104,141,12,157,189,79,173,157,215,128,79,158,10,108,42,158,195,232,73,159,97,115,99,159,148,144,62,159,151,118,118,159,164,164,224,160,158,186,200,161,125,64,105,163,52,115,149,163,208,148,59,164,15,223,167,164,61,6,152,164,142,171,217,165,69,76,14,165,81,215,6,165,88,245,93,165,165,195,22,166,60,118,44,166,60,166,54,166,60,207,255,166,185,42,196,166,230,136,104,167,112,61,173,168,174,28,136,169,34,103,85,169,190,14,187,169,255,179,204,171,27,167,208,171,199,182,93,171,228,66,234,172,0,163,211,172,10,243,94,172,30,142,69,172,59,143,53,172,167,115,41,174,114,17,170,174,233,253,208,174,254,78,99,175,73,132,81,175,94,13,102,175,134,101,198,176,74,9,207,176,78,145,193,176,139,120,255,176,193,185,185,177,156,96,95,177,220,124,241,178,115,178,207,179,125,236,16,180,91,229,89,180,96,241,188,181,25,109,29,181,46,228,67,182,1,112,164,182,24,159,237,182,67,110,47,183,64,106,247,183,192,75,42,184,164,57,99,186,74,82,188,187,191,233,41,187,243,248,118,188,42,18,108,188,62,205,30,188,62,235,181,188,76,15,2,188,193,35,203,189,52,137,212,189,71,153,57,189,131,224,22,189,192,186,170,189,222,59,156,190,148,10,106,190,228,32,122,192,52,86,158,192,128,94,56,193,19,49,72,193,100,93,17,193,237,145,128,194,52,85,77,194,65,159,102,194,136,21,43,194,179,198,122,194,197,249,253,194,252,209,88,195,180,176,78,195,208,245,58,197,79,178,110,198,59,242,89,198,251,152,213,199,46,232,11,199,52,232,166,199,154,200,179,200,116,246,16,200,182,101,114,200,184,66,106,201,55,125,48,201,95,88,189,201,169,140,245,202,125,33,144,202,205,207,43,203,104,198,126,204,3,137,240,205,96,201,234,205,97,5,232,205,106,124,61,205,244,245,33,206,152,49,179,207,89,44,106,207,184,169,115,208,40,73,162,208,141,227,0,208,202,24,86,208,249,86,85,210,151,222,9,211,43,12,199,211,52,122,59,211,157,24,12,211,163,178,161,213,96,62,39,213,165,35,125,213,215,131,181,213,240,218,132,215,35,95,156,215,184,123,77,215,237,26,124,215,246,44,41,216,142,90,78,216,177,88,57,216,210,99,250,217,122,60,136,219,138,91,137,219,157,247,76,220,5,196,82,220,16,53,61,221,129,219,10,221,160,69,119,222,18,239,141,222,42,165,223,222,180,215,133,223,105,236,229,223,114,129,82,223,229,242,23,223,236,152,100,224,27,215,39,224,82,213,92,225,53,89,150,225,162,63,97,227,102,42,161,227,135,182,132,227,186,47,194,227,215,204,80,228,89,95,217,228,143,102,68,229,215,202,141,230,110,41,246,230,110,58,21,230,209,35,86,231,127,4,207,233,32,164,246,233,229,242,211,233,235,184,129,234,53,0,169,235,102,65,36,235,140,211,193,235,226,230,180,236,69,194,137,236,160,129,160,236,212,87,92,237,107,158,252,237,110,37,83,237,149,34,157,237,252,211,64,238,110,238,220,238,132,239,60,238,226,106,2,238,248,169,231,239,3,56,152,239,250,229,233,240,66,212,109,240,193,35,57,241,3,201,123,241,20,81,145,241,76,189,168,242,81,71,73,242,128,250,51,242,231,70,111,242,231,120,5,242,231,161,55,243,1,188,66,243,191,211,186,243,234,61,235,243,236,108,113,244,100,211,212,244,158,99,204,245,141,202,146,245,154,58,146,245,159,126,81,245,186,81,64,246,75,93,240,246,75,93,240,246,138,240,156,247,38,251,102,247,142,25,100,248,152,36,58,248,231,165,46,249,142,215,189,250,8,239,8,250,25,23,143,250,59,204,130,250,87,139,228,250,134,14,111,252,242,201,168,253,9,210,146,253,36,70,102,254,233,244,168,255,38,24,240,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,128,0,0,2,56,0,135,155,97,0,201,182,185,0,223,147,227,1,23,11,255,2,18,73,197,2,37,74,164,2,48,105,48,2,86,19,98,2,119,254,247,2,250,174,245,3,16,137,66,3,242,6,253,3,249,244,134,4,150,12,158,4,173,201,83,4,233,174,89,5,3,90,62,5,12,169,203,5,113,42,130,5,195,227,76,5,197,73,248,5,233,233,36,6,86,127,91,6,90,179,150,6,109,126,128,6,189,18,207,6,200,156,46,6,203,115,53,7,87,217,6,8,126,27,186,8,148,22,85,10,28,223,87,10,66,115,215,10,108,195,194,11,240,3,194,12,14,72,92,13,217,62,240,14,66,51,93,14,86,65,81,14,236,172,41,14,245,24,124,15,78,112,246,15,174,91,252,17,130,222,201,19,60,247,203,19,239,185,244,20,72,180,131,21,191,163,59,22,101,105,19,24,3,233,218,24,194,22,219,24,251,84,207,25,100,230,94,25,185,248,35,26,155,19,233,26,182,27,211,27,121,108,151,28,199,12,36,28,221,160,113,28,228,197,239,29,6,110,90,29,54,180,49,29,161,39,225,29,246,0,5,30,182,45,152,30,225,128,150,31,168,20,16,31,180,182,52,32,102,254,202,32,173,251,66,33,80,146,145,33,105,6,102,33,110,72,36,34,143,210,37,34,168,35,159,35,74,73,184,35,92,169,147,35,174,211,57,36,16,1,242,36,79,179,112,36,125,190,40,37,183,110,52,37,205,8,120,38,61,20,231,38,153,9,250,38,157,45,201,39,32,218,107,39,176,135,104,40,57,180,153,40,115,18,70,40,129,64,251,40,227,69,241,40,244,207,220,41,147,29,51,42,22,194,126,42,53,239,62,42,113,78,172,42,236,183,165,44,180,249,14,44,253,179,139,45,200,179,54,45,246,191,105,46,47,48,224,46,58,145,91,46,113,130,140,46,116,13,122,46,168,132,200,47,67,130,124,47,176,148,245,48,107,9,12,48,126,251,107,48,158,43,103,48,203,163,141,49,46,132,143,49,225,94,37,50,229,244,221,50,237,50,148,51,99,14,96,51,134,221,81,53,25,68,93,53,65,42,96,55,113,207,86,55,165,182,93,55,222,74,56,56,53,88,169,57,137,211,16,58,133,149,119,58,225,111,164,59,224,203,233,61,108,42,44,63,169,134,229,63,246,127,168,63,252,212,75,64,190,128,193,64,232,203,88,65,50,184,236,65,52,212,203,66,111,229,183,66,243,23,99,67,44,176,127,67,212,252,97,67,254,249,67,68,7,197,68,68,60,201,163,68,202,79,164,68,233,82,132,68,238,176,158,68,238,194,95,68,254,189,71,69,58,109,205,69,121,254,87,70,103,219,169,70,136,75,87,70,204,192,235,71,40,201,19,71,75,123,34,71,90,154,33,71,120,230,53,71,193,179,100,72,223,87,39,73,127,185,68,73,164,93,236,74,97,225,89,74,100,219,207,74,108,114,188,74,114,92,218,74,240,17,214,77,5,25,119,77,22,12,116,78,41,47,104,78,44,86,162,78,116,73,202,78,168,171,224,78,206,228,98,79,0,1,24,79,132,29,100,81,69,239,159,83,6,194,247,83,29,4,86,84,74,93,181,84,123,151,34,84,135,177,114,85,46,220,196,85,160,220,40,85,191,245,237,86,134,63,83,86,196,140,22,87,53,32,2,87,87,34,62,87,98,131,38,87,243,176,21,88,72,18,201,88,209,125,165,90,42,31,72,90,50,199,226,90,84,52,93,90,158,226,238,90,238,107,188,91,6,51,249,91,21,117,108,91,97,222,36,91,105,187,36,91,215,34,80,92,32,63,118,92,57,81,91,92,76,162,106,92,111,9,129,92,182,54,104,93,85,11,197,94,92,27,92,94,121,206,41,94,255,168,248,95,39,140,239,96,167,218,53,97,0,180,47,97,19,231,197,97,66,174,26,97,168,37,149,97,183,143,207,98,39,118,191,99,193,170,182,99,222,218,82,99,252,73,99,100,6,109,102,100,16,98,140,100,130,226,226,100,231,137,62,101,75,239,87,101,132,63,87,102,34,195,152,102,99,156,154,103,2,236,68,103,7,218,243,103,207,104,197,104,193,50,67,105,131,128,150,105,153,69,88,105,175,190,108,106,32,173,75,107,99,17,239,107,196,172,166,107,233,173,37,107,254,183,63,109,67,209,33,110,212,13,56,111,7,194,74,111,133,134,107,111,252,58,118,112,63,203,131,112,116,246,43,112,117,168,209,114,54,75,247,114,129,227,184,115,25,187,110,115,176,252,64,116,28,138,59,116,34,78,237,116,96,237,156,116,195,128,29,116,225,149,190,117,237,65,186,118,43,246,213,118,188,237,50,119,48,95,42,120,57,161,4,120,116,117,186,121,194,244,17,122,134,218,191,122,172,24,15,123,135,75,26,123,248,113,198,124,70,105,71,124,119,192,120,124,185,108,235,125,121,227,251,125,203,169,179,125,228,16,161,126,2,202,220,126,7,216,187,126,26,136,14,126,169,28,20,126,171,73,184,126,200,179,32,126,208,137,20,126,226,30,18,126,236,80,188,127,42,149,241,127,109,156,253,127,244,49,88,128,148,167,237,128,157,150,225,130,201,84,54,130,239,21,225,130,252,195,35,131,39,7,143,131,75,252,27,132,70,202,179,132,183,42,199,133,81,51,7,133,246,118,224,134,73,26,97,134,153,75,164,135,142,124,183,135,154,109,68,135,171,144,6,135,207,180,95,136,90,213,252,137,119,234,82,137,226,15,12,138,159,152,41,138,213,30,241,139,6,112,190,139,99,18,149,140,158,85,74,140,229,24,68,141,39,71,110,141,54,212,131,141,241,90,90,142,13,247,81,142,67,136,174,142,184,221,117,142,190,123,88,143,21,28,161,143,99,54,186,143,127,9,118,144,70,76,9,146,189,0,35,147,52,135,100,147,134,202,53,147,147,87,145,147,170,59,207,148,63,53,167,148,181,71,163,148,188,92,212,150,148,135,112,150,225,183,52,151,224,74,221,152,69,138,255,153,102,93,173,153,108,86,20,153,243,85,44,154,8,90,205,154,45,39,10,154,134,243,233,155,54,37,129,155,66,64,24,155,116,75,226,155,146,254,74,156,104,141,12,157,189,79,173,157,215,128,79,158,10,108,42,158,195,232,73,159,97,115,99,159,148,144,62,159,151,118,118,159,164,164,224,160,158,186,200,161,125,64,105,163,52,115,149,163,208,148,59,164,15,223,167,164,61,6,152,164,142,171,217,165,69,76,14,165,81,215,6,165,88,245,93,165,165,195,22,166,60,118,44,166,60,166,54,166,60,207,255,166,185,42,196,166,230,136,104,167,112,61,173,168,174,28,136,169,34,103,85,169,190,14,187,169,255,179,204,171,27,167,208,171,199,182,93,171,228,66,234,172,0,163,211,172,10,243,94,172,30,142,69,172,59,143,53,172,167,115,41,174,114,17,170,174,233,253,208,174,254,78,99,175,73,132,81,175,94,13,102,175,134,101,198,176,74,9,207,176,78,145,193,176,139,120,255,176,193,185,185,177,156,96,95,177,220,124,241,178,115,178,207,179,125,236,16,180,91,229,89,180,96,241,188,181,25,109,29,181,46,228,67,182,1,112,164,182,24,159,237,182,67,110,47,183,64,106,247,183,192,75,42,184,164,57,99,186,74,82,188,187,191,233,41,187,243,248,118,188,42,18,108,188,62,205,30,188,62,235,181,188,76,15,2,188,193,35,203,189,52,137,212,189,71,153,57,189,131,224,22,189,192,186,170,189,222,59,156,190,148,10,106,190,228,32,122,192,52,86,158,192,128,94,56,193,19,49,72,193,100,93,17,193,237,145,128,194,52,85,77,194,65,159,102,194,136,21,43,194,179,198,122,194,197,249,253,194,252,209,88,195,180,176,78,195,208,245,58,197,79,178,110,198,59,242,89,198,251,152,213,199,46,232,11,199,52,232,166,199,154,200,179,200,116,246,16,200,182,101,114,200,184,66,106,201,55,125,48,201,95,88,189,201,169,140,245,202,125,33,144,202,205,207,43,203,104,198,126,204,3,137,240,205,96,201,234,205,97,5,232,205,106,124,61,205,244,245,33,206,152,49,179,207,89,44,106,207,184,169,115,208,40,73,162,208,141,227,0,208,202,24,86,208,249,86,85,210,151,222,9,211,43,12,199,211,52,122,59,211,157,24,12,211,163,178,161,213,96,62,39,213,165,35,125,213,215,131,181,213,240,218,132,215,35,95,156,215,184,123,77,215,237,26,124,215,246,44,41,216,142,90,78,216,177,88,57,216,210,99,250,217,122,60,136,219,138,91,137,219,157,247,76,220,5,196,82,220,16,53,61,221,129,219,10,221,160,69,119,222,18,239,141,222,42,165,223,222,180,215,133,223,105,236,229,223,114,129,82,223,229,242,23,223,236,152,100,224,27,215,39,224,82,213,92,225,53,89,150,225,162,63,97,227,102,42,161,227,135,182,132,227,186,47,194,227,215,204,80,228,89,95,217,228,143,102,68,229,215,202,141,230,110,41,246,230,110,58,21,230,209,35,86,231,127,4,207,233,32,164,246,233,229,242,211,233,235,184,129,234,53,0,169,235,102,65,36,235,140,211,193,235,226,230,180,236,69,194,137,236,160,129,160,236,212,87,92,237,107,158,252,237,110,37,83,237,149,34,157,237,252,211,64,238,110,238,220,238,132,239,60,238,226,106,2,238,248,169,231,239,3,56,152,239,250,229,233,240,66,212,109,240,193,35,57,241,3,201,123,241,20,81,145,241,76,189,168,242,81,71,73,242,128,250,51,242,231,70,111,242,231,120,5,242,231,161,55,243,1,188,66,243,191,211,186,243,234,61,235,243,236,108,113,244,100,211,212,244,158,99,204,245,141,202,146,245,154,58,146,245,159,126,81,245,186,81,64,246,75,93,240,246,75,93,240,246,138,240,156,247,38,251,102,247,142,25,100,248,152,36,58,248,231,165,46,249,142,215,189,250,8,239,8,250,25,23,143,250,59,204,130,250,87,139,228,250,134,14,111,252,242,201,168,253,9,210,146,253,36,70,102,254,233,244,168,255,38,24,240,0,0,5,9,98,111,100,121,44,104,116,109,108,2,128,0,0,2,55,0,135,155,97,0,201,182,185,0,223,147,227,1,23,11,255,2,18,73,197,2,37,74,164,2,48,105,48,2,86,19,98,2,119,254,247,2,250,174,245,3,16,137,66,3,242,6,253,3,249,244,134,4,150,12,158,4,173,201,83,4,233,174,89,5,3,90,62,5,12,169,203,5,113,42,130,5,195,227,76,5,197,73,248,5,233,233,36,6,86,127,91,6,90,179,150,6,109,126,128,6,189,18,207,6,200,156,46,6,203,115,53,7,87,217,6,8,126,27,186,8,148,22,85,10,28,223,87,10,66,115,215,10,108,195,194,11,240,3,194,12,14,72,92,13,217,62,240,14,66,51,93,14,86,65,81,14,236,172,41,14,245,24,124,15,78,112,246,15,174,91,252,17,130,222,201,19,60,247,203,19,239,185,244,20,72,180,131,21,191,163,59,22,101,105,19,24,3,233,218,24,194,22,219,24,251,84,207,25,100,230,94,25,185,248,35,26,155,19,233,26,182,27,211,27,121,108,151,28,199,12,36,28,221,160,113,28,228,197,239,29,6,110,90,29,54,180,49,29,161,39,225,29,246,0,5,30,182,45,152,30,225,128,150,31,168,20,16,31,180,182,52,32,102,254,202,32,173,251,66,33,80,146,145,33,105,6,102,33,110,72,36,34,143,210,37,34,168,35,159,35,74,73,184,35,92,169,147,35,174,211,57,36,16,1,242,36,79,179,112,36,125,190,40,37,183,110,52,37,205,8,120,38,61,20,231,38,153,9,250,38,157,45,201,39,32,218,107,39,176,135,104,40,57,180,153,40,115,18,70,40,129,64,251,40,227,69,241,41,147,29,51,42,22,194,126,42,53,239,62,42,113,78,172,42,236,183,165,44,180,249,14,44,253,179,139,45,200,179,54,45,246,191,105,46,47,48,224,46,58,145,91,46,113,130,140,46,116,13,122,46,168,132,200,47,67,130,124,47,176,148,245,48,107,9,12,48,126,251,107,48,158,43,103,48,203,163,141,49,46,132,143,49,225,94,37,50,229,244,221,50,237,50,148,51,99,14,96,51,134,221,81,53,25,68,93,53,65,42,96,55,113,207,86,55,165,182,93,55,222,74,56,56,53,88,169,57,137,211,16,58,133,149,119,58,225,111,164,59,224,203,233,61,108,42,44,63,169,134,229,63,246,127,168,63,252,212,75,64,190,128,193,64,232,203,88,65,50,184,236,65,52,212,203,66,111,229,183,66,243,23,99,67,44,176,127,67,212,252,97,67,254,249,67,68,7,197,68,68,60,201,163,68,202,79,164,68,233,82,132,68,238,176,158,68,238,194,95,68,254,189,71,69,58,109,205,69,121,254,87,70,103,219,169,70,136,75,87,70,204,192,235,71,40,201,19,71,75,123,34,71,90,154,33,71,120,230,53,71,193,179,100,72,223,87,39,73,127,185,68,73,164,93,236,74,97,225,89,74,100,219,207,74,108,114,188,74,114,92,218,74,240,17,214,77,5,25,119,77,22,12,116,78,41,47,104,78,44,86,162,78,116,73,202,78,168,171,224,78,206,228,98,79,0,1,24,79,132,29,100,81,69,239,159,83,6,194,247,83,29,4,86,84,74,93,181,84,123,151,34,84,135,177,114,85,46,220,196,85,160,220,40,85,191,245,237,86,134,63,83,86,196,140,22,87,53,32,2,87,87,34,62,87,98,131,38,87,243,176,21,88,72,18,201,88,209,125,165,90,42,31,72,90,50,199,226,90,84,52,93,90,158,226,238,90,238,107,188,91,6,51,249,91,21,117,108,91,97,222,36,91,105,187,36,91,215,34,80,92,32,63,118,92,57,81,91,92,76,162,106,92,111,9,129,92,182,54,104,93,85,11,197,94,92,27,92,94,121,206,41,95,39,140,239,96,167,218,53,97,0,180,47,97,19,231,197,97,66,174,26,97,168,37,149,97,183,143,207,98,39,118,191,99,193,170,182,99,222,218,82,99,252,73,99,100,6,109,102,100,16,98,140,100,130,226,226,100,231,137,62,101,75,239,87,101,132,63,87,102,34,195,152,102,99,156,154,103,2,236,68,103,7,218,243,103,207,104,197,104,193,50,67,105,131,128,150,105,153,69,88,105,175,190,108,106,32,173,75,107,99,17,239,107,196,172,166,107,233,173,37,107,254,183,63,109,67,209,33,110,212,13,56,111,7,194,74,111,133,134,107,111,252,58,118,112,63,203,131,112,116,246,43,112,117,168,209,114,54,75,247,114,129,227,184,115,25,187,110,115,176,252,64,116,28,138,59,116,34,78,237,116,96,237,156,116,195,128,29,116,225,149,190,117,237,65,186,118,43,246,213,118,188,237,50,119,48,95,42,120,57,161,4,120,116,117,186,121,194,244,17,122,134,218,191,122,172,24,15,123,135,75,26,123,248,113,198,124,70,105,71,124,119,192,120,124,185,108,235,125,121,227,251,125,203,169,179,125,228,16,161,126,2,202,220,126,7,216,187,126,26,136,14,126,169,28,20,126,171,73,184,126,200,179,32,126,208,137,20,126,226,30,18,126,236,80,188,127,42,149,241,127,109,156,253,127,244,49,88,128,148,167,237,128,157,150,225,130,201,84,54,130,239,21,225,130,252,195,35,131,39,7,143,131,75,252,27,132,70,202,179,132,183,42,199,133,81,51,7,133,246,118,224,134,73,26,97,134,153,75,164,135,142,124,183,135,154,109,68,135,171,144,6,135,207,180,95,136,90,213,252,137,119,234,82,137,226,15,12,138,159,152,41,138,213,30,241,139,6,112,190,139,99,18,149,140,158,85,74,140,229,24,68,141,39,71,110,141,54,212,131,141,241,90,90,142,13,247,81,142,67,136,174,142,184,221,117,142,190,123,88,143,21,28,161,143,99,54,186,143,127,9,118,144,70,76,9,146,189,0,35,147,52,135,100,147,134,202,53,147,147,87,145,147,170,59,207,148,63,53,167,148,181,71,163,148,188,92,212,150,148,135,112,150,225,183,52,151,224,74,221,152,69,138,255,153,102,93,173,153,108,86,20,153,243,85,44,154,8,90,205,154,45,39,10,154,134,243,233,155,54,37,129,155,66,64,24,155,116,75,226,155,146,254,74,156,104,141,12,157,189,79,173,157,215,128,79,158,10,108,42,158,195,232,73,159,97,115,99,159,148,144,62,159,151,118,118,159,164,164,224,160,158,186,200,161,125,64,105,163,52,115,149,163,208,148,59,164,15,223,167,164,61,6,152,164,142,171,217,165,69,76,14,165,81,215,6,165,88,245,93,165,165,195,22,166,60,118,44,166,60,166,54,166,60,207,255,166,185,42,196,166,230,136,104,167,112,61,173,168,174,28,136,169,34,103,85,169,190,14,187,169,255,179,204,171,27,167,208,171,199,182,93,171,228,66,234,172,0,163,211,172,10,243,94,172,30,142,69,172,59,143,53,172,167,115,41,174,114,17,170,174,233,253,208,174,254,78,99,175,73,132,81,175,94,13,102,175,134,101,198,176,74,9,207,176,78,145,193,176,139,120,255,176,193,185,185,177,156,96,95,177,220,124,241,178,115,178,207,179,125,236,16,180,91,229,89,180,96,241,188,181,25,109,29,181,46,228,67,182,1,112,164,182,24,159,237,182,67,110,47,183,64,106,247,183,192,75,42,184,164,57,99,185,20,131,94,186,74,82,188,187,191,233,41,187,243,248,118,188,42,18,108,188,62,205,30,188,62,235,181,188,76,15,2,188,193,35,203,189,52,137,212,189,71,153,57,189,131,224,22,189,192,186,170,189,222,59,156,190,148,10,106,190,228,32,122,192,52,86,158,192,128,94,56,193,19,49,72,193,100,93,17,193,237,145,128,194,52,85,77,194,65,159,102,194,136,21,43,194,179,198,122,194,197,249,253,194,252,209,88,195,180,176,78,195,208,245,58,197,79,178,110,198,59,242,89,198,251,152,213,199,46,232,11,199,52,232,166,199,154,200,179,200,116,246,16,200,182,101,114,200,184,66,106,201,55,125,48,201,95,88,189,201,169,140,245,202,125,33,144,202,205,207,43,203,104,198,126,204,3,137,240,205,96,201,234,205,97,5,232,205,106,124,61,205,244,245,33,206,152,49,179,207,89,44,106,207,184,169,115,208,40,73,162,208,141,227,0,208,202,24,86,208,249,86,85,210,151,222,9,211,43,12,199,211,52,122,59,211,157,24,12,211,163,178,161,213,96,62,39,213,165,35,125,213,215,131,181,213,240,218,132,215,35,95,156,215,184,123,77,215,237,26,124,215,246,44,41,216,142,90,78,216,177,88,57,216,210,99,250,217,122,60,136,219,138,91,137,219,157,247,76,220,5,196,82,220,16,53,61,221,129,219,10,221,160,69,119,222,18,239,141,222,42,165,223,222,180,215,133,223,105,236,229,223,114,129,82,223,229,242,23,223,236,152,100,224,27,215,39,224,82,213,92,225,53,89,150,225,162,63,97,227,102,42,161,227,135,182,132,227,186,47,194,227,215,204,80,228,89,95,217,228,143,102,68,229,215,202,141,230,110,41,246,230,110,58,21,230,209,35,86,231,127,4,207,233,32,164,246,233,229,242,211,233,235,184,129,234,53,0,169,235,102,65,36,235,140,211,193,235,226,230,180,236,69,194,137,236,160,129,160,236,212,87,92,237,107,158,252,237,110,37,83,237,149,34,157,237,252,211,64,238,110,238,220,238,132,239,60,238,226,106,2,238,248,169,231,239,3,56,152,239,250,229,233,240,66,212,109,240,193,35,57,241,3,201,123,241,20,81,145,241,76,189,168,242,81,71,73,242,128,250,51,242,231,70,111,242,231,120,5,242,231,161,55,243,1,188,66,243,191,211,186,243,234,61,235,243,236,108,113,244,100,211,212,244,158,99,204,245,141,202,146,245,154,58,146,245,159,126,81,245,186,81,64,246,75,93,240,246,75,93,240,246,138,240,156,247,38,251,102,247,142,25,100,248,152,36,58,248,231,165,46,249,142,215,189,250,8,239,8,250,25,23,143,250,59,204,130,250,87,139,228,250,134,14,111,252,242,201,168,253,9,210,146,253,36,70,102,254,233,244,168,255,38,24,240,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,6,46,109,111,100,97,108,2,21,2,87,151,144,33,126,154,181,34,97,78,22,40,223,98,110,79,164,68,165,79,218,182,104,88,155,43,106,94,176,29,132,111,133,101,44,146,39,194,29,157,105,189,193,186,49,97,39,198,212,128,144,204,96,75,176,225,204,217,55,237,18,130,77,237,231,176,157,240,255,187,224,247,123,128,40,248,140,84,234,254,138,215,1,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,21,2,87,151,144,33,126,154,181,34,97,78,22,40,223,98,110,79,164,68,165,79,218,182,104,88,155,43,106,94,176,29,132,111,133,101,44,146,39,194,29,157,105,189,193,186,49,97,39,198,212,128,144,204,96,75,176,225,204,217,55,237,18,130,77,237,231,176,157,240,255,187,224,247,123,128,40,248,140,84,234,254,138,215,1,0,0,5,4,98,111,100,121,2,21,2,87,151,144,33,126,154,181,34,97,78,22,40,223,98,110,79,164,68,165,79,218,182,104,88,155,43,106,94,176,29,132,111,133,101,44,146,39,194,29,157,105,189,193,186,49,97,39,198,212,128,144,204,96,75,176,225,204,217,55,237,18,130,77,237,231,176,157,240,255,187,224,247,123,128,40,248,140,84,234,254,138,215,1,79,112,111,115,105,116,105,111,110,58,32,115,116,97,116,105,99,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,119,105,100,116,104,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,6,46,109,111,100,97,108,2,5,8,113,111,158,116,33,206,112,117,160,165,4,194,81,156,227,205,104,76,185,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,5,8,113,111,158,116,33,206,112,117,160,165,4,194,81,156,227,205,104,76,185,0,0,5,4,104,116,109,108,2,5,8,113,111,158,116,33,206,112,117,160,165,4,194,81,156,227,205,104,76,185,79,112,111,115,105,116,105,111,110,58,32,115,116,97,116,105,99,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,119,105,100,116,104,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,6,46,109,111,100,97,108,2,33,6,200,245,29,14,39,176,221,19,49,243,245,21,75,95,121,33,147,60,203,38,170,170,218,39,197,117,230,51,134,174,19,54,159,190,77,56,155,134,1,68,93,93,226,92,225,243,15,98,214,116,205,100,150,76,121,110,103,100,15,120,61,41,242,123,56,73,87,124,129,90,222,129,58,49,45,149,30,93,192,155,135,193,233,160,227,0,138,169,32,197,10,170,236,215,86,182,140,75,202,190,147,216,103,215,176,111,16,221,203,190,61,224,196,1,4,238,199,78,107,239,31,83,147,254,13,48,186,254,53,172,90,0,0,5,9,98,111,100,121,44,104,116,109,108,2,33,6,200,245,29,14,39,176,221,19,49,243,245,21,75,95,121,33,147,60,203,38,170,170,218,39,197,117,230,51,134,174,19,54,159,190,77,56,155,134,1,68,93,93,226,92,225,243,15,98,214,116,205,100,150,76,121,110,103,100,15,120,61,41,242,123,56,73,87,124,129,90,222,129,58,49,45,149,30,93,192,155,135,193,233,160,227,0,138,169,32,197,10,170,236,215,86,182,140,75,202,190,147,216,103,215,176,111,16,221,203,190,61,224,196,1,4,238,199,78,107,239,31,83,147,254,13,48,186,254,53,172,90,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,6,46,109,111,100,97,108,2,6,12,88,119,174,30,218,81,233,146,84,3,47,148,192,24,83,190,81,122,132,208,47,254,205,0,0,5,4,98,111,100,121,2,6,12,88,119,174,30,218,81,233,146,84,3,47,148,192,24,83,190,81,122,132,208,47,254,205,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,6,46,109,111,100,97,108,2,1,167,200,8,68,0,0,5,4,104,116,109,108,2,1,167,200,8,68,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,128,0,0,0,226,3,167,45,22,6,76,30,159,7,8,75,106,7,165,158,183,11,23,164,213,11,126,188,198,11,188,201,174,11,220,86,75,18,78,106,184,19,105,12,243,20,221,239,44,21,141,118,151,22,61,72,55,22,138,208,230,22,205,113,63,26,185,230,152,26,212,60,216,27,103,228,182,27,113,50,76,27,114,45,173,27,114,161,152,27,121,11,55,28,210,241,238,29,27,85,177,29,114,10,203,30,139,143,102,31,218,156,76,32,25,92,101,33,53,152,199,33,73,189,165,33,130,40,131,33,243,198,120,34,39,69,223,34,128,3,81,37,85,139,147,38,52,91,10,40,112,199,128,40,206,44,158,41,130,190,43,41,132,101,13,41,188,40,133,42,149,21,120,43,66,137,207,43,66,152,69,43,149,12,30,44,169,115,146,46,131,177,88,46,222,134,155,48,135,199,127,49,160,230,114,50,43,229,233,52,148,98,7,54,30,164,103,54,204,189,40,54,242,138,28,55,34,47,104,55,174,104,3,55,247,251,216,56,164,101,152,56,188,44,150,57,230,102,125,60,105,217,183,60,210,28,191,60,230,178,139,61,28,15,79,61,87,219,65,62,34,72,155,62,232,254,18,63,133,138,7,65,80,224,4,65,237,76,156,66,69,126,108,69,172,31,59,69,197,238,3,71,71,149,8,72,29,174,126,72,187,139,219,73,88,123,145,73,140,174,208,73,251,232,204,76,156,205,203,76,158,10,105,76,169,29,39,76,189,0,200,78,50,209,136,79,255,253,108,81,196,73,32,83,150,130,122,84,16,106,120,85,3,251,12,87,102,239,204,89,227,3,123,89,229,67,60,90,104,204,182,91,89,200,216,91,199,105,188,91,226,203,228,92,157,132,162,92,178,201,101,92,235,193,56,96,251,216,101,97,146,11,141,98,194,47,193,98,253,100,21,99,203,233,118,100,38,48,206,100,127,160,175,101,170,114,235,102,52,33,38,103,34,217,27,103,37,136,248,103,164,76,36,106,35,84,57,112,22,206,68,112,152,141,167,113,195,242,252,114,64,15,190,115,247,243,47,116,182,154,5,121,75,208,180,121,207,143,59,124,30,153,248,124,211,174,157,126,77,48,200,126,144,41,74,126,219,255,138,127,28,39,146,127,46,227,81,127,59,113,117,127,188,110,130,128,88,158,140,128,140,150,60,129,167,230,26,130,148,0,128,131,129,254,154,132,194,55,7,135,243,251,38,137,8,130,79,137,225,128,229,138,53,20,105,139,95,45,143,139,102,65,180,141,112,87,223,143,32,181,112,146,2,229,89,148,148,153,209,148,183,201,202,148,183,201,212,149,164,210,215,151,14,85,153,151,235,132,25,153,102,73,133,153,145,82,165,153,213,229,246,157,36,43,127,158,10,135,29,158,90,208,159,158,175,245,103,159,77,1,92,160,142,178,106,167,27,129,162,167,241,49,47,170,152,86,95,171,93,227,10,173,15,201,253,173,153,224,22,175,160,5,151,178,32,38,207,179,78,199,226,181,190,175,164,182,203,26,59,184,249,107,226,185,35,16,108,192,16,82,121,192,120,85,207,195,88,176,17,195,247,105,53,196,186,165,82,198,14,110,66,199,143,196,118,200,35,110,110,200,210,71,165,201,74,110,204,204,145,52,33,205,239,175,106,206,52,228,180,207,15,236,238,209,155,121,89,210,23,18,240,210,251,3,14,211,155,250,51,213,134,46,122,213,134,46,122,216,66,87,119,217,7,86,67,219,12,58,142,220,156,147,104,221,101,108,240,226,157,128,154,226,211,190,245,227,135,52,32,228,115,236,177,228,152,140,252,228,234,62,28,229,77,192,83,229,98,113,118,232,47,35,55,234,67,9,202,234,227,64,206,241,19,192,48,242,178,141,171,242,231,71,208,242,231,144,116,244,25,198,25,245,70,46,141,247,108,94,81,247,115,97,81,247,137,176,196,247,251,70,195,249,107,63,148,249,113,109,183,249,149,10,35,250,57,107,133,251,28,254,246,251,42,81,214,255,82,99,221,0,0,5,9,98,111,100,121,44,104,116,109,108,2,128,0,0,0,225,3,167,45,22,6,76,30,159,7,8,75,106,7,165,158,183,11,23,164,213,11,126,188,198,11,188,201,174,11,220,86,75,18,78,106,184,19,105,12,243,20,221,239,44,21,141,118,151,22,61,72,55,22,138,208,230,22,205,113,63,26,185,230,152,26,212,60,216,27,103,228,182,27,113,50,76,27,114,45,173,27,114,161,152,27,121,11,55,28,210,241,238,29,27,85,177,29,114,10,203,30,139,143,102,31,218,156,76,32,25,92,101,33,53,152,199,33,73,189,165,33,130,40,131,33,243,198,120,34,39,69,223,34,128,3,81,37,85,139,147,38,52,91,10,40,112,199,128,40,206,44,158,41,130,190,43,41,132,101,13,41,188,40,133,42,149,21,120,43,66,137,207,43,66,152,69,43,149,12,30,44,169,115,146,46,131,177,88,46,222,134,155,48,135,199,127,49,160,230,114,50,43,229,233,52,148,98,7,54,30,164,103,54,204,189,40,54,242,138,28,55,34,47,104,55,174,104,3,55,247,251,216,56,164,101,152,57,230,102,125,60,105,217,183,60,210,28,191,60,230,178,139,61,28,15,79,61,87,219,65,62,34,72,155,62,232,254,18,63,133,138,7,65,80,224,4,65,237,76,156,66,69,126,108,69,172,31,59,69,197,238,3,71,71,149,8,72,29,174,126,72,187,139,219,73,88,123,145,73,140,174,208,73,251,232,204,76,156,205,203,76,158,10,105,76,169,29,39,76,189,0,200,78,50,209,136,79,255,253,108,81,196,73,32,83,150,130,122,84,16,106,120,85,3,251,12,87,102,239,204,89,227,3,123,89,229,67,60,90,104,204,182,91,89,200,216,91,199,105,188,91,226,203,228,92,157,132,162,92,178,201,101,92,235,193,56,96,251,216,101,97,146,11,141,98,194,47,193,98,253,100,21,99,203,233,118,100,38,48,206,100,127,160,175,101,170,114,235,102,52,33,38,103,34,217,27,103,37,136,248,103,164,76,36,106,35,84,57,112,22,206,68,112,152,141,167,113,195,242,252,114,64,15,190,115,247,243,47,116,182,154,5,121,75,208,180,121,207,143,59,124,30,153,248,124,211,174,157,126,77,48,200,126,144,41,74,126,219,255,138,127,28,39,146,127,46,227,81,127,59,113,117,127,188,110,130,128,88,158,140,128,140,150,60,129,167,230,26,130,148,0,128,131,129,254,154,132,194,55,7,135,243,251,38,137,8,130,79,137,225,128,229,138,53,20,105,139,95,45,143,139,102,65,180,141,112,87,223,143,32,181,112,146,2,229,89,148,148,153,209,148,183,201,202,148,183,201,212,149,164,210,215,151,14,85,153,151,235,132,25,153,102,73,133,153,145,82,165,153,213,229,246,157,36,43,127,158,10,135,29,158,90,208,159,158,175,245,103,159,77,1,92,160,142,178,106,167,27,129,162,167,241,49,47,170,152,86,95,171,93,227,10,173,15,201,253,173,153,224,22,175,160,5,151,178,32,38,207,179,78,199,226,181,190,175,164,182,203,26,59,184,249,107,226,185,35,16,108,192,16,82,121,192,120,85,207,195,88,176,17,195,247,105,53,196,186,165,82,198,14,110,66,199,143,196,118,200,35,110,110,200,210,71,165,201,74,110,204,204,145,52,33,205,239,175,106,206,52,228,180,207,15,236,238,209,155,121,89,210,23,18,240,210,251,3,14,211,155,250,51,213,134,46,122,213,134,46,122,216,66,87,119,217,7,86,67,219,12,58,142,220,156,147,104,221,101,108,240,226,157,128,154,226,211,190,245,227,135,52,32,228,115,236,177,228,152,140,252,228,234,62,28,229,77,192,83,229,98,113,118,232,47,35,55,234,67,9,202,234,227,64,206,241,19,192,48,242,178,141,171,242,231,71,208,242,231,144,116,244,25,198,25,245,70,46,141,247,108,94,81,247,115,97,81,247,137,176,196,247,251,70,195,249,107,63,148,249,113,109,183,249,149,10,35,250,57,107,133,251,28,254,246,251,42,81,214,255,82,99,221,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,9,3,98,206,168,31,242,44,126,60,86,206,245,86,68,195,212,126,232,52,1,127,120,14,204,141,150,235,150,221,77,163,218,227,69,123,143,0,0,5,4,98,111,100,121,2,9,3,98,206,168,31,242,44,126,60,86,206,245,86,68,195,212,126,232,52,1,127,120,14,204,141,150,235,150,221,77,163,218,227,69,123,143,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,14,46,99,108,105,45,98,97,114,45,112,111,112,117,112,2,35,2,193,110,136,20,223,60,26,24,217,80,179,27,253,127,172,28,207,173,144,46,10,100,26,52,8,58,104,71,253,58,213,81,96,75,157,92,202,34,199,95,63,145,105,95,109,221,154,97,172,129,171,101,220,46,99,103,61,129,110,103,232,199,68,111,172,40,45,111,172,40,45,122,226,95,81,124,194,19,107,127,46,213,3,127,184,205,190,133,252,145,241,151,207,82,183,162,67,98,46,163,1,218,93,166,77,225,5,177,74,158,188,185,198,174,6,198,249,145,213,217,124,62,119,218,149,249,100,220,104,69,231,234,51,41,10,245,185,156,95,0,8,1,19,46,99,108,105,45,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,35,2,193,110,136,20,223,60,26,24,217,80,179,27,253,127,172,28,207,173,144,46,10,100,26,52,8,58,104,71,253,58,213,81,96,75,157,92,202,34,199,95,63,145,105,95,109,221,154,97,172,129,171,101,220,46,99,103,61,129,110,103,232,199,68,111,172,40,45,111,172,40,45,122,226,95,81,124,194,19,107,127,46,213,3,127,184,205,190,133,252,145,241,151,207,82,183,162,67,98,46,163,1,218,93,166,77,225,5,177,74,158,188,185,198,174,6,198,249,145,213,217,124,62,119,218,149,249,100,220,104,69,231,234,51,41,10,245,185,156,95,0,0,5,9,98,111,100,121,44,104,116,109,108,2,35,2,193,110,136,20,223,60,26,24,217,80,179,27,253,127,172,28,207,173,144,46,10,100,26,52,8,58,104,71,253,58,213,81,96,75,157,92,202,34,199,95,63,145,105,95,109,221,154,97,172,129,171,101,220,46,99,103,61,129,110,103,232,199,68,111,172,40,45,111,172,40,45,122,226,95,81,124,194,19,107,127,46,213,3,127,184,205,190,133,252,145,241,151,207,82,183,162,67,98,46,163,1,218,93,166,77,225,5,177,74,158,188,185,198,174,6,198,249,145,213,217,124,62,119,218,149,249,100,220,104,69,231,234,51,41,10,245,185,156,95,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,28,46,119,116,45,99,108,105,45,99,111,111,107,105,101,45,98,97,114,45,99,111,110,116,97,105,110,101,114,2,36,24,115,7,162,26,218,88,74,38,174,238,113,40,222,116,61,43,104,117,65,59,250,247,207,67,12,28,31,74,45,49,210,77,115,139,11,79,222,215,228,83,83,147,34,88,122,94,174,93,134,111,117,98,8,66,31,100,117,35,95,120,26,136,243,127,239,114,107,129,234,159,217,148,47,250,57,163,208,45,30,166,224,170,145,170,86,44,25,174,116,2,84,177,169,103,210,180,96,241,188,189,173,243,159,197,152,5,95,201,245,150,50,210,46,11,226,212,82,238,242,213,48,75,228,223,127,1,43,224,246,176,127,225,77,10,234,239,161,52,88,247,62,63,34,0,0,5,9,98,111,100,121,44,104,116,109,108,2,36,24,115,7,162,26,218,88,74,38,174,238,113,40,222,116,61,43,104,117,65,59,250,247,207,67,12,28,31,74,45,49,210,77,115,139,11,79,222,215,228,83,83,147,34,88,122,94,174,93,134,111,117,98,8,66,31,100,117,35,95,120,26,136,243,127,239,114,107,129,234,159,217,148,47,250,57,163,208,45,30,166,224,170,145,170,86,44,25,174,116,2,84,177,169,103,210,180,96,241,188,189,173,243,159,197,152,5,95,201,245,150,50,210,46,11,226,212,82,238,242,213,48,75,228,223,127,1,43,224,246,176,127,225,77,10,234,239,161,52,88,247,62,63,34,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,2,1,28,114,99,44,32,109,111,100,97,108,45,99,97,99,115,112,45,111,112,101,110,44,32,44,32,115,116,97,121,2,128,0,0,1,64,0,87,220,153,1,10,88,193,1,118,228,230,2,151,104,146,2,202,6,0,3,121,138,4,3,253,152,100,4,35,250,45,4,47,193,224,4,70,253,126,5,13,65,175,5,139,146,180,6,63,146,149,7,148,17,163,8,243,202,186,9,108,246,224,9,156,41,198,11,126,135,182,12,56,129,223,13,31,70,195,17,77,49,165,17,180,18,251,17,181,114,157,18,73,148,107,18,176,103,255,19,231,95,60,20,24,205,219,21,30,236,14,21,239,81,57,22,72,67,237,22,156,206,26,23,175,138,206,24,161,41,184,26,111,235,254,26,215,178,193,27,16,40,190,27,75,14,10,29,129,102,64,29,161,149,69,29,173,222,142,30,30,76,245,31,132,224,189,32,32,171,71,32,62,3,162,32,194,55,154,33,116,186,199,33,240,149,90,34,31,76,120,34,135,31,194,37,110,44,54,37,231,160,134,38,112,56,14,39,84,48,173,39,254,146,180,40,227,138,139,42,115,177,202,42,121,130,75,42,155,109,136,43,2,72,69,43,155,130,14,46,60,88,44,47,67,33,12,47,132,50,14,49,77,55,250,49,132,29,170,49,158,216,52,50,226,21,22,51,46,30,44,52,113,146,79,52,150,208,15,55,175,195,152,56,8,67,47,59,126,45,243,60,136,93,5,60,223,137,42,60,252,247,229,61,104,137,70,63,31,161,142,63,160,198,73,63,166,216,57,64,47,43,244,64,143,165,40,64,162,222,78,65,40,121,101,66,34,133,131,66,185,217,93,67,196,182,242,68,172,177,84,68,179,9,194,68,217,142,62,70,38,193,2,70,70,186,252,70,250,124,254,71,87,70,194,72,76,19,128,73,152,96,219,73,182,88,61,73,208,32,23,74,99,13,156,75,64,248,157,75,215,211,200,77,146,198,41,78,105,31,182,78,142,123,245,78,213,18,81,79,162,156,251,80,198,77,222,81,247,144,196,82,67,213,116,82,71,185,181,82,73,76,153,86,95,91,64,89,213,250,83,90,12,73,196,90,73,43,147,91,203,246,237,91,251,44,115,92,25,96,128,92,86,219,185,93,182,100,111,93,209,26,56,94,23,97,223,95,66,95,223,95,237,158,247,96,149,122,63,97,90,2,150,98,50,219,220,99,12,40,94,100,15,120,168,100,84,205,4,101,120,38,177,102,1,87,10,102,95,190,125,102,99,254,164,103,30,101,237,103,37,175,106,103,153,217,91,104,205,53,124,105,202,100,8,107,237,103,137,108,116,181,224,108,200,58,194,109,212,27,231,110,30,31,202,110,74,62,82,110,82,38,219,110,99,22,180,110,210,191,228,110,244,22,134,111,124,19,130,112,18,69,249,113,125,136,178,114,83,144,186,115,47,15,124,116,44,108,145,117,19,217,24,117,48,148,83,117,165,232,28,118,83,181,121,119,7,21,93,119,182,102,63,120,29,223,182,121,102,255,73,121,218,85,149,123,92,204,38,124,34,157,108,125,44,110,136,125,169,9,7,125,195,236,38,126,3,137,233,126,57,58,152,126,61,114,125,126,193,90,196,126,214,56,198,128,81,6,21,128,133,187,218,128,185,218,80,129,108,114,60,130,8,240,156,131,61,230,192,131,168,16,12,131,204,56,65,133,16,147,14,133,177,31,195,133,224,37,59,136,37,57,213,136,205,233,179,137,227,69,159,138,13,160,33,140,127,154,86,141,76,68,212,141,121,100,148,142,3,145,137,142,18,230,110,143,125,89,127,143,125,122,56,143,128,5,56,143,128,99,212,143,129,251,64,144,3,209,128,144,88,21,188,144,216,149,55,145,127,202,86,147,23,239,239,147,45,124,71,147,73,172,71,147,224,217,90,148,208,9,225,148,218,99,197,149,216,56,136,150,46,145,117,150,137,229,79,152,66,158,77,154,17,177,213,154,136,135,189,154,143,217,151,156,139,249,206,156,194,218,224,158,174,76,168,160,231,21,144,161,171,189,109,161,225,123,246,162,66,102,51,163,4,137,235,164,172,180,250,165,135,3,148,166,29,111,213,166,118,145,138,166,202,213,124,167,55,130,196,167,62,71,45,167,91,97,107,171,103,70,100,172,22,21,163,175,171,46,11,176,227,181,192,177,27,45,134,178,111,40,25,179,37,211,105,179,106,247,106,181,131,75,186,182,59,58,227,182,63,201,169,183,154,112,151,183,186,129,16,183,244,16,121,187,155,250,221,187,247,150,151,189,174,39,11,191,61,252,103,191,163,159,173,193,14,207,7,193,62,27,223,197,31,212,51,197,39,76,32,197,46,145,59,197,79,198,212,198,51,36,154,198,70,128,132,198,78,18,152,198,161,198,201,199,45,163,39,199,144,26,75,200,167,5,217,200,201,139,135,202,44,104,174,202,190,91,206,203,36,248,63,203,175,90,134,204,201,84,89,206,153,167,76,207,227,204,63,210,97,113,173,211,190,20,253,212,149,252,172,213,216,108,39,215,87,211,101,217,245,199,159,218,45,177,39,218,102,70,82,219,80,76,147,220,55,130,150,220,143,61,126,222,130,208,132,222,198,99,60,223,113,243,34,226,149,47,248,227,35,242,127,228,26,110,43,228,91,208,140,230,85,216,192,231,124,147,59,231,209,2,189,234,100,246,233,235,122,219,42,235,187,53,16,235,254,99,134,236,176,254,198,236,252,152,212,237,53,139,89,237,118,144,120,238,143,5,247,239,17,224,114,240,21,133,125,240,197,219,27,241,134,23,25,241,154,208,250,242,215,134,248,242,236,173,245,243,59,139,194,243,141,22,68,244,98,237,34,244,99,31,11,246,14,28,147,248,73,15,141,249,197,165,151,251,136,16,61,253,139,18,25,253,231,84,141,254,133,158,182,0,2,1,27,114,99,44,32,109,111,100,97,108,45,99,97,99,115,112,45,98,111,120,44,32,44,32,115,116,97,121,2,128,0,0,1,64,0,87,220,153,1,10,88,193,1,118,228,230,2,151,104,146,2,202,6,0,3,121,138,4,3,253,152,100,4,35,250,45,4,47,193,224,4,70,253,126,5,13,65,175,5,139,146,180,6,63,146,149,7,148,17,163,8,243,202,186,9,108,246,224,9,156,41,198,11,126,135,182,12,56,129,223,13,31,70,195,17,77,49,165,17,180,18,251,17,181,114,157,18,73,148,107,18,176,103,255,19,231,95,60,20,24,205,219,21,30,236,14,21,239,81,57,22,72,67,237,22,156,206,26,23,175,138,206,24,161,41,184,26,111,235,254,26,215,178,193,27,16,40,190,27,75,14,10,29,129,102,64,29,161,149,69,29,173,222,142,30,30,76,245,31,132,224,189,32,32,171,71,32,62,3,162,32,194,55,154,33,116,186,199,33,240,149,90,34,31,76,120,34,135,31,194,37,110,44,54,37,231,160,134,38,112,56,14,39,84,48,173,39,254,146,180,40,227,138,139,42,115,177,202,42,121,130,75,42,155,109,136,43,2,72,69,43,155,130,14,46,60,88,44,47,67,33,12,47,132,50,14,49,77,55,250,49,132,29,170,49,158,216,52,50,226,21,22,51,46,30,44,52,113,146,79,52,150,208,15,55,175,195,152,56,8,67,47,59,126,45,243,60,136,93,5,60,223,137,42,60,252,247,229,61,104,137,70,63,31,161,142,63,160,198,73,63,166,216,57,64,47,43,244,64,143,165,40,64,162,222,78,65,40,121,101,66,34,133,131,66,185,217,93,67,196,182,242,68,172,177,84,68,179,9,194,68,217,142,62,70,38,193,2,70,70,186,252,70,250,124,254,71,87,70,194,72,76,19,128,73,152,96,219,73,182,88,61,73,208,32,23,74,99,13,156,75,64,248,157,75,215,211,200,77,146,198,41,78,105,31,182,78,142,123,245,78,213,18,81,79,162,156,251,80,198,77,222,81,247,144,196,82,67,213,116,82,71,185,181,82,73,76,153,86,95,91,64,89,213,250,83,90,12,73,196,90,73,43,147,91,203,246,237,91,251,44,115,92,25,96,128,92,86,219,185,93,182,100,111,93,209,26,56,94,23,97,223,95,66,95,223,95,237,158,247,96,149,122,63,97,90,2,150,98,50,219,220,99,12,40,94,100,15,120,168,100,84,205,4,101,120,38,177,102,1,87,10,102,95,190,125,102,99,254,164,103,30,101,237,103,37,175,106,103,153,217,91,104,205,53,124,105,202,100,8,107,237,103,137,108,116,181,224,108,200,58,194,109,212,27,231,110,30,31,202,110,74,62,82,110,82,38,219,110,99,22,180,110,210,191,228,110,244,22,134,111,124,19,130,112,18,69,249,113,125,136,178,114,83,144,186,115,47,15,124,116,44,108,145,117,19,217,24,117,48,148,83,117,165,232,28,118,83,181,121,119,7,21,93,119,182,102,63,120,29,223,182,121,102,255,73,121,218,85,149,123,92,204,38,124,34,157,108,125,44,110,136,125,169,9,7,125,195,236,38,126,3,137,233,126,57,58,152,126,61,114,125,126,193,90,196,126,214,56,198,128,81,6,21,128,133,187,218,128,185,218,80,129,108,114,60,130,8,240,156,131,61,230,192,131,168,16,12,131,204,56,65,133,16,147,14,133,177,31,195,133,224,37,59,136,37,57,213,136,205,233,179,137,227,69,159,138,13,160,33,140,127,154,86,141,76,68,212,141,121,100,148,142,3,145,137,142,18,230,110,143,125,89,127,143,125,122,56,143,128,5,56,143,128,99,212,143,129,251,64,144,3,209,128,144,88,21,188,144,216,149,55,145,127,202,86,147,23,239,239,147,45,124,71,147,73,172,71,147,224,217,90,148,208,9,225,148,218,99,197,149,216,56,136,150,46,145,117,150,137,229,79,152,66,158,77,154,17,177,213,154,136,135,189,154,143,217,151,156,139,249,206,156,194,218,224,158,174,76,168,160,231,21,144,161,171,189,109,161,225,123,246,162,66,102,51,163,4,137,235,164,172,180,250,165,135,3,148,166,29,111,213,166,118,145,138,166,202,213,124,167,55,130,196,167,62,71,45,167,91,97,107,171,103,70,100,172,22,21,163,175,171,46,11,176,227,181,192,177,27,45,134,178,111,40,25,179,37,211,105,179,106,247,106,181,131,75,186,182,59,58,227,182,63,201,169,183,154,112,151,183,186,129,16,183,244,16,121,187,155,250,221,187,247,150,151,189,174,39,11,191,61,252,103,191,163,159,173,193,14,207,7,193,62,27,223,197,31,212,51,197,39,76,32,197,46,145,59,197,79,198,212,198,51,36,154,198,70,128,132,198,78,18,152,198,161,198,201,199,45,163,39,199,144,26,75,200,167,5,217,200,201,139,135,202,44,104,174,202,190,91,206,203,36,248,63,203,175,90,134,204,201,84,89,206,153,167,76,207,227,204,63,210,97,113,173,211,190,20,253,212,149,252,172,213,216,108,39,215,87,211,101,217,245,199,159,218,45,177,39,218,102,70,82,219,80,76,147,220,55,130,150,220,143,61,126,222,130,208,132,222,198,99,60,223,113,243,34,226,149,47,248,227,35,242,127,228,26,110,43,228,91,208,140,230,85,216,192,231,124,147,59,231,209,2,189,234,100,246,233,235,122,219,42,235,187,53,16,235,254,99,134,236,176,254,198,236,252,152,212,237,53,139,89,237,118,144,120,238,143,5,247,239,17,224,114,240,21,133,125,240,197,219,27,241,134,23,25,241,154,208,250,242,215,134,248,242,236,173,245,243,59,139,194,243,141,22,68,244,98,237,34,244,99,31,11,246,14,28,147,248,73,15,141,249,197,165,151,251,136,16,61,253,139,18,25,253,231,84,141,254,133,158,182,0,8,1,21,46,97,118,97,100,97,45,102,111,111,116,101,114,45,115,99,114,105,112,116,115,2,3,150,132,237,85,161,110,12,52,247,168,11,198,0,0,5,9,98,111,100,121,44,104,116,109,108,2,3,150,132,237,85,161,110,12,52,247,168,11,198,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,21,46,99,111,111,107,105,101,45,119,97,114,110,105,110,103,45,109,111,100,97,108,2,40,7,40,111,62,8,86,212,82,9,75,42,243,10,229,226,23,23,124,98,162,48,50,228,33,53,223,166,223,58,201,54,18,62,207,13,234,82,155,209,55,89,215,159,96,89,226,116,131,90,160,61,165,93,123,67,174,117,52,105,24,124,226,226,31,131,181,205,125,136,132,131,48,140,228,184,155,148,220,136,194,164,150,9,185,170,207,221,200,173,128,224,136,174,94,177,182,190,148,116,1,197,8,125,148,197,30,80,180,210,1,62,179,218,73,211,30,219,43,142,23,219,181,173,4,220,136,233,64,221,65,143,14,222,223,19,181,225,109,60,0,233,26,40,213,234,36,93,207,246,229,57,98,247,231,49,126,252,122,25,34,0,8,1,20,46,82,101,97,99,116,77,111,100,97,108,95,95,79,118,101,114,108,97,121,2,15,88,112,54,40,104,133,145,99,104,223,38,60,126,6,8,105,136,225,39,221,139,169,155,36,178,89,29,64,183,176,38,200,203,215,13,17,211,243,109,218,218,93,176,107,220,217,224,195,232,235,63,23,237,21,70,213,254,171,46,185,0,0,5,9,98,111,100,121,44,104,116,109,108,2,15,88,112,54,40,104,133,145,99,104,223,38,60,126,6,8,105,136,225,39,221,139,169,155,36,178,89,29,64,183,176,38,200,203,215,13,17,211,243,109,218,218,93,176,107,220,217,224,195,232,235,63,23,237,21,70,213,254,171,46,185,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,8,1,7,46,109,102,112,45,98,103,2,80,0,195,0,65,3,56,150,59,9,74,196,39,10,208,219,14,17,210,140,65,19,128,44,157,23,226,177,252,24,225,43,129,27,116,241,193,27,121,172,2,28,96,22,103,29,197,129,88,33,240,107,54,38,164,20,135,43,249,52,185,49,120,196,222,51,51,235,214,62,166,157,77,62,166,157,77,63,25,177,19,67,114,204,197,74,112,19,98,76,14,190,147,79,57,25,198,88,125,43,186,88,174,81,90,90,235,92,156,91,42,36,211,94,186,205,214,95,34,189,170,96,14,92,244,98,115,37,96,101,142,22,138,110,188,35,218,116,44,82,9,117,68,136,191,126,146,83,20,126,190,36,16,129,107,136,116,130,57,178,103,135,171,0,153,139,198,29,131,141,231,160,134,145,209,227,21,148,186,121,184,149,170,16,207,150,22,4,135,150,243,26,79,151,213,234,221,157,61,68,182,160,39,245,184,162,92,82,22,163,74,208,59,166,66,45,106,166,254,170,134,167,188,255,207,168,204,60,32,179,145,19,98,181,51,144,205,183,73,208,242,187,183,101,96,187,226,192,134,189,7,11,230,190,31,122,89,196,89,255,137,197,18,244,20,197,228,31,55,200,55,255,176,203,182,199,209,207,12,88,122,230,166,40,145,235,155,129,177,237,75,195,56,242,133,136,71,243,24,88,171,243,128,54,166,243,130,110,81,244,50,152,72,248,127,174,150,252,52,196,153,0,8,1,9,46,109,102,112,45,119,114,97,112,2,80,0,195,0,65,3,56,150,59,9,74,196,39,10,208,219,14,17,210,140,65,19,128,44,157,23,226,177,252,24,225,43,129,27,116,241,193,27,121,172,2,28,96,22,103,29,197,129,88,33,240,107,54,38,164,20,135,43,249,52,185,49,120,196,222,51,51,235,214,62,166,157,77,62,166,157,77,63,25,177,19,67,114,204,197,74,112,19,98,76,14,190,147,79,57,25,198,88,125,43,186,88,174,81,90,90,235,92,156,91,42,36,211,94,186,205,214,95,34,189,170,96,14,92,244,98,115,37,96,101,142,22,138,110,188,35,218,116,44,82,9,117,68,136,191,126,146,83,20,126,190,36,16,129,107,136,116,130,57,178,103,135,171,0,153,139,198,29,131,141,231,160,134,145,209,227,21,148,186,121,184,149,170,16,207,150,22,4,135,150,243,26,79,151,213,234,221,157,61,68,182,160,39,245,184,162,92,82,22,163,74,208,59,166,66,45,106,166,254,170,134,167,188,255,207,168,204,60,32,179,145,19,98,181,51,144,205,183,73,208,242,187,183,101,96,187,226,192,134,189,7,11,230,190,31,122,89,196,89,255,137,197,18,244,20,197,228,31,55,200,55,255,176,203,182,199,209,207,12,88,122,230,166,40,145,235,155,129,177,237,75,195,56,242,133,136,71,243,24,88,171,243,128,54,166,243,130,110,81,244,50,152,72,248,127,174,150,252,52,196,153,0,0,5,9,98,111,100,121,44,104,116,109,108,2,80,0,195,0,65,3,56,150,59,9,74,196,39,10,208,219,14,17,210,140,65,19,128,44,157,23,226,177,252,24,225,43,129,27,116,241,193,27,121,172,2,28,96,22,103,29,197,129,88,33,240,107,54,38,164,20,135,43,249,52,185,49,120,196,222,51,51,235,214,62,166,157,77,62,166,157,77,63,25,177,19,67,114,204,197,74,112,19,98,76,14,190,147,79,57,25,198,88,125,43,186,88,174,81,90,90,235,92,156,91,42,36,211,94,186,205,214,95,34,189,170,96,14,92,244,98,115,37,96,101,142,22,138,110,188,35,218,116,44,82,9,117,68,136,191,126,146,83,20,126,190,36,16,129,107,136,116,130,57,178,103,135,171,0,153,139,198,29,131,141,231,160,134,145,209,227,21,148,186,121,184,149,170,16,207,150,22,4,135,150,243,26,79,151,213,234,221,157,61,68,182,160,39,245,184,162,92,82,22,163,74,208,59,166,66,45,106,166,254,170,134,167,188,255,207,168,204,60,32,179,145,19,98,181,51,144,205,183,73,208,242,187,183,101,96,187,226,192,134,189,7,11,230,190,31,122,89,196,89,255,137,197,18,244,20,197,228,31,55,200,55,255,176,203,182,199,209,207,12,88,122,230,166,40,145,235,155,129,177,237,75,195,56,242,133,136,71,243,24,88,171,243,128,54,166,243,130,110,81,244,50,152,72,248,127,174,150,252,52,196,153,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,19,46,102,97,110,99,121,98,111,120,45,99,111,110,116,97,105,110,101,114,2,54,0,99,47,153,4,219,32,70,5,182,109,174,5,192,7,26,6,250,76,136,7,153,25,36,11,213,178,139,15,62,113,70,21,184,230,216,24,247,62,93,34,8,140,130,39,24,143,222,43,52,225,38,44,89,133,34,51,16,39,167,59,234,243,159,63,178,99,248,73,88,219,254,82,105,45,14,82,134,177,244,99,150,16,97,100,185,135,255,103,59,25,21,109,153,55,92,110,98,229,139,114,160,169,34,116,144,78,56,121,3,13,180,128,118,152,42,129,187,196,9,129,195,142,62,138,123,195,188,139,136,152,175,141,7,55,54,141,30,182,28,154,124,26,18,154,226,1,244,156,25,152,97,174,169,214,188,181,160,98,194,181,172,157,106,182,113,21,201,187,107,183,143,191,154,69,166,196,160,167,166,204,117,4,206,204,165,5,20,210,74,249,203,216,203,211,117,221,31,91,122,221,133,32,133,225,254,24,138,240,14,223,56,251,57,81,140,0,0,5,9,98,111,100,121,44,104,116,109,108,2,54,0,99,47,153,4,219,32,70,5,182,109,174,5,192,7,26,6,250,76,136,7,153,25,36,11,213,178,139,15,62,113,70,21,184,230,216,24,247,62,93,34,8,140,130,39,24,143,222,43,52,225,38,44,89,133,34,51,16,39,167,59,234,243,159,63,178,99,248,73,88,219,254,82,105,45,14,82,134,177,244,99,150,16,97,100,185,135,255,103,59,25,21,109,153,55,92,110,98,229,139,114,160,169,34,116,144,78,56,121,3,13,180,128,118,152,42,129,187,196,9,129,195,142,62,138,123,195,188,139,136,152,175,141,7,55,54,141,30,182,28,154,124,26,18,154,226,1,244,156,25,152,97,174,169,214,188,181,160,98,194,181,172,157,106,182,113,21,201,187,107,183,143,191,154,69,166,196,160,167,166,204,117,4,206,204,165,5,20,210,74,249,203,216,203,211,117,221,31,91,122,221,133,32,133,225,254,24,138,240,14,223,56,251,57,81,140,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,20,46,109,111,100,95,99,109,115,95,97,99,99,101,112,116,95,116,97,103,115,2,8,70,3,40,196,91,229,193,158,125,248,158,157,145,138,79,93,154,121,213,22,233,50,103,183,239,97,109,164,249,17,2,22,0,0,5,9,98,111,100,121,44,104,116,109,108,2,8,70,3,40,196,91,229,193,158,125,248,158,157,145,138,79,93,154,121,213,22,233,50,103,183,239,97,109,164,249,17,2,22,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,15,46,99,111,111,107,105,101,45,109,101,115,115,97,103,101,2,1,166,254,124,238,0,16,1,20,35,99,111,111,107,105,101,45,98,97,110,110,101,114,45,109,111,100,97,108,2,1,35,136,149,138,0,8,1,15,46,109,111,100,97,108,115,45,111,118,101,114,108,97,121,2,1,35,136,149,138,0,0,5,4,98,111,100,121,2,1,35,136,149,138,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,11,35,99,109,112,119,114,97,112,112,101,114,2,1,194,197,253,35,0,0,5,31,98,111,100,121,91,115,116,121,108,101,61,34,111,118,101,114,102,108,111,119,58,32,104,105,100,100,101,110,59,34,93,2,1,194,197,253,35,26,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,0,2,1,42,115,101,116,44,32,79,98,106,101,99,116,46,112,114,111,116,111,116,121,112,101,46,104,97,115,67,111,110,115,101,110,116,44,32,116,114,117,101,70,117,110,99,2,1,194,197,253,35,0,8,1,12,46,67,111,111,107,105,101,77,111,100,97,108,2,1,152,27,41,35,0,8,1,23,46,67,111,111,107,105,101,67,111,110,116,97,105,110,101,114,79,118,101,114,108,97,121,2,1,152,27,41,35,0,0,5,4,98,111,100,121,2,1,152,27,41,35,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,15,46,109,111,100,97,108,115,45,111,118,101,114,108,97,121,2,18,3,82,224,220,8,180,38,64,16,252,172,138,30,21,95,178,44,138,125,163,72,187,224,112,124,159,245,197,134,14,41,205,138,160,250,148,141,171,62,131,154,183,180,234,163,221,214,143,201,157,126,158,207,19,174,68,228,5,146,124,233,88,1,85,237,27,226,97,254,66,53,38,0,0,5,4,104,116,109,108,2,18,3,82,224,220,8,180,38,64,16,252,172,138,30,21,95,178,44,138,125,163,72,187,224,112,124,159,245,197,134,14,41,205,138,160,250,148,141,171,62,131,154,183,180,234,163,221,214,143,201,157,126,158,207,19,174,68,228,5,146,124,233,88,1,85,237,27,226,97,254,66,53,38,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,8,1,14,46,98,97,115,105,99,76,105,103,104,116,98,111,120,2,23,0,40,148,240,5,109,73,168,8,65,218,150,9,9,47,11,10,175,94,122,13,35,108,254,19,169,104,151,24,172,161,156,30,44,193,8,71,28,115,85,88,217,243,191,89,108,38,254,94,170,222,81,109,17,178,33,129,90,234,12,144,110,92,191,158,253,70,73,187,95,199,87,201,9,13,122,202,0,231,114,202,233,231,157,209,89,107,68,215,126,170,111,0,0,5,9,98,111,100,121,44,104,116,109,108,2,23,0,40,148,240,5,109,73,168,8,65,218,150,9,9,47,11,10,175,94,122,13,35,108,254,19,169,104,151,24,172,161,156,30,44,193,8,71,28,115,85,88,217,243,191,89,108,38,254,94,170,222,81,109,17,178,33,129,90,234,12,144,110,92,191,158,253,70,73,187,95,199,87,201,9,13,122,202,0,231,114,202,233,231,157,209,89,107,68,215,126,170,111,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,2,1,49,115,101,116,45,99,111,111,107,105,101,44,32,104,105,100,101,95,99,111,111,107,105,101,111,118,101,114,108,97,121,95,118,50,44,32,49,44,32,44,32,114,101,108,111,97,100,44,32,49,2,1,148,188,51,117,0,2,1,45,115,101,116,45,99,111,111,107,105,101,44,32,115,111,99,105,97,108,109,101,100,105,97,45,99,111,111,107,105,101,115,95,97,108,108,111,119,101,100,95,118,50,44,32,48,2,1,148,188,51,117,0,2,1,45,115,101,116,45,99,111,111,107,105,101,44,32,112,101,114,102,111,114,109,97,110,99,101,45,99,111,111,107,105,101,115,95,97,108,108,111,119,101,100,95,118,50,44,32,48,2,1,148,188,51,117,0,8,1,10,46,99,99,45,103,114,111,119,101,114,2,3,79,19,130,5,109,87,166,41,132,82,220,181,0,0,5,9,98,111,100,121,44,104,116,109,108,2,3,79,19,130,5,109,87,166,41,132,82,220,181,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,16,1,4,35,99,99,99,2,2,30,12,3,214,195,37,140,153,0,0,5,9,98,111,100,121,44,104,116,109,108,2,2,30,12,3,214,195,37,140,153,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,3,35,99,99,2,6,4,58,3,251,96,123,52,254,96,165,147,69,192,250,223,114,203,65,246,192,220,72,155,213,0,0,5,9,98,111,100,121,44,104,116,109,108,2,6,4,58,3,251,96,123,52,254,96,165,147,69,192,250,223,114,203,65,246,192,220,72,155,213,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,8,1,3,46,99,99,2,1,134,153,11,248,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,134,153,11,248,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,8,1,22,46,99,111,111,107,105,101,115,95,112,111,112,117,112,95,111,118,101,114,108,97,121,2,1,32,8,175,226,0,2,1,43,114,99,44,32,98,114,100,95,99,111,111,107,105,101,115,95,98,97,114,95,112,111,112,117,112,95,115,104,111,119,110,44,32,104,116,109,108,44,32,115,116,97,121,2,1,32,8,175,226,0,8,1,29,46,67,111,111,107,105,101,67,111,110,115,101,110,116,95,119,114,97,112,112,101,114,95,95,108,115,98,66,105,2,1,155,157,230,196,0,0,5,1,42,2,1,155,157,230,196,75,102,105,108,116,101,114,58,32,110,111,110,101,32,33,105,109,112,111,114,116,97,110,116,59,111,112,97,99,105,116,121,58,49,32,33,105,109,112,111,114,116,97,110,116,59,112,111,105,110,116,101,114,45,101,118,101,110,116,115,58,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,0,5,1,42,2,5,24,105,135,61,30,155,165,97,147,38,92,48,203,72,4,52,251,10,247,210,55,112,111,105,110,116,101,114,45,101,118,101,110,116,115,58,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,102,105,108,116,101,114,58,32,110,111,110,101,32,33,105,109,112,111,114,116,97,110,116,0,0,5,1,42,2,17,0,107,65,175,19,221,45,212,59,218,88,199,68,54,63,95,71,132,58,155,72,134,49,97,101,193,80,250,143,129,157,142,189,58,154,3,198,13,179,174,201,235,126,210,203,92,123,61,210,170,183,197,221,233,229,218,232,86,145,118,232,190,16,186,239,138,7,96,75,102,105,108,116,101,114,58,32,110,111,110,101,32,33,105,109,112,111,114,116,97,110,116,59,111,112,97,99,105,116,121,58,49,32,33,105,109,112,111,114,116,97,110,116,59,112,111,105,110,116,101,114,45,101,118,101,110,116,115,58,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,0,5,4,98,111,100,121,2,1,121,149,105,52,26,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,15,46,108,98,79,117,116,101,114,87,114,97,112,112,101,114,2,4,86,111,17,179,102,98,193,224,175,77,17,140,195,23,239,46,0,8,1,10,46,108,98,79,118,101,114,108,97,121,2,4,86,111,17,179,102,98,193,224,175,77,17,140,195,23,239,46,0,0,5,4,98,111,100,121,2,4,86,111,17,179,102,98,193,224,175,77,17,140,195,23,239,46,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,0,5,9,98,111,100,121,44,104,116,109,108,2,8,86,35,200,87,86,150,59,209,115,158,80,10,166,105,26,25,194,197,253,34,206,239,240,190,231,57,27,36,239,205,28,117,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,20,46,103,100,112,114,45,99,111,111,107,105,101,45,111,118,101,114,108,97,121,2,2,119,248,54,163,176,57,3,149,0,0,5,9,98,111,100,121,44,104,116,109,108,2,2,119,248,54,163,176,57,3,149,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,9,46,114,122,45,109,111,100,97,108,2,1,72,1,232,160,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,72,1,232,160,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,8,46,99,117,114,114,101,110,116,2,15,6,202,15,244,27,103,78,196,38,110,124,105,55,27,54,137,116,12,43,27,121,121,226,66,133,157,233,101,144,157,139,140,148,196,97,248,161,66,57,157,166,55,97,84,172,167,95,54,175,211,68,68,176,232,21,110,254,208,96,82,0,0,5,9,98,111,100,121,44,104,116,109,108,2,15,6,202,15,244,27,103,78,196,38,110,124,105,55,27,54,137,116,12,43,27,121,121,226,66,133,157,233,101,144,157,139,140,148,196,97,248,161,66,57,157,166,55,97,84,172,167,95,54,175,211,68,68,176,232,21,110,254,208,96,82,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,1,242,48,32,37,0,8,1,14,46,115,45,99,111,111,107,105,101,45,105,110,102,111,2,3,27,105,149,134,96,252,174,59,148,198,197,170,0,0,5,9,98,111,100,121,44,104,116,109,108,2,3,27,105,149,134,96,252,174,59,148,198,197,170,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,18,35,117,115,101,114,99,101,110,116,114,105,99,115,45,114,111,111,116,2,6,28,233,26,221,57,124,197,8,118,42,29,179,124,165,128,36,217,130,116,126,224,143,230,241,0,0,5,9,98,111,100,121,44,104,116,109,108,2,6,28,233,26,221,57,124,197,8,118,42,29,179,124,165,128,36,217,130,116,126,224,143,230,241,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,8,1,10,46,103,100,112,114,77,111,100,97,108,2,6,8,139,35,73,33,45,215,139,37,185,193,91,103,233,220,118,186,136,168,73,232,137,41,73,0,0,5,9,98,111,100,121,44,104,116,109,108,2,6,8,139,35,73,33,45,215,139,37,185,193,91,103,233,220,118,186,136,168,73,232,137,41,73,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,21,46,100,115,118,103,112,66,97,110,110,101,114,67,111,110,116,97,105,110,101,114,2,7,23,198,110,51,150,79,33,214,150,79,137,166,185,126,167,14,190,24,14,112,227,30,142,149,230,64,20,147,0,0,5,4,104,116,109,108,2,7,23,198,110,51,150,79,33,214,150,79,137,166,185,126,167,14,190,24,14,112,227,30,142,149,230,64,20,147,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,16,46,114,101,118,101,97,108,95,95,111,118,101,114,108,97,121,2,2,12,89,10,45,27,101,234,184,0,0,5,9,98,111,100,121,44,104,116,109,108,2,2,12,89,10,45,27,101,234,184,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,15,46,109,111,100,97,108,115,45,119,114,97,112,112,101,114,2,37,4,173,86,72,14,241,49,47,15,251,115,198,19,214,172,222,24,149,175,85,42,85,218,234,45,74,243,242,47,125,210,136,56,202,180,136,57,64,45,107,59,193,221,106,76,76,95,47,89,182,65,105,93,102,95,135,96,184,250,1,98,16,169,178,105,7,245,25,113,60,93,85,132,39,147,59,135,160,23,198,141,58,39,134,150,58,10,203,157,9,153,255,157,41,129,229,174,125,248,182,176,42,64,113,202,19,17,15,208,240,203,127,214,142,169,215,215,43,183,112,215,126,178,152,220,197,146,42,221,28,243,42,231,144,188,64,238,0,154,58,239,195,98,183,254,166,96,98,0,0,5,4,98,111,100,121,2,37,4,173,86,72,14,241,49,47,15,251,115,198,19,214,172,222,24,149,175,85,42,85,218,234,45,74,243,242,47,125,210,136,56,202,180,136,57,64,45,107,59,193,221,106,76,76,95,47,89,182,65,105,93,102,95,135,96,184,250,1,98,16,169,178,105,7,245,25,113,60,93,85,132,39,147,59,135,160,23,198,141,58,39,134,150,58,10,203,157,9,153,255,157,41,129,229,174,125,248,182,176,42,64,113,202,19,17,15,208,240,203,127,214,142,169,215,215,43,183,112,215,126,178,152,220,197,146,42,221,28,243,42,231,144,188,64,238,0,154,58,239,195,98,183,254,166,96,98,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,16,46,112,114,105,118,97,99,121,95,104,101,97,100,115,117,112,2,7,9,109,46,222,13,214,47,138,31,62,103,85,34,125,18,10,86,68,82,72,106,44,19,122,227,175,14,130,0,8,1,24,46,112,114,105,118,97,99,121,95,104,101,97,100,115,117,112,95,111,118,101,114,108,97,121,2,7,9,109,46,222,13,214,47,138,31,62,103,85,34,125,18,10,86,68,82,72,106,44,19,122,227,175,14,130,0,8,1,17,46,102,97,110,99,121,98,111,120,45,111,118,101,114,108,97,121,2,105,1,3,35,51,2,96,25,5,4,164,212,229,6,22,93,196,6,247,41,24,7,23,33,14,7,245,144,162,22,88,122,61,22,166,233,67,26,75,133,77,28,81,114,82,31,171,2,242,31,171,2,242,43,249,246,180,45,194,168,137,46,118,132,124,52,165,181,134,52,240,96,239,53,43,207,82,55,69,214,222,56,87,100,212,57,44,54,82,57,128,165,134,57,174,236,248,62,114,20,115,63,127,202,113,64,145,80,117,66,66,78,55,70,21,216,84,75,50,67,17,75,115,195,75,75,215,90,245,77,60,196,38,82,222,93,102,87,167,253,70,95,27,148,172,96,23,34,21,96,249,168,108,99,143,150,163,101,89,177,165,103,193,180,138,109,17,157,130,115,56,89,107,119,206,66,212,124,9,71,24,125,244,34,24,132,161,63,239,132,178,234,182,133,179,174,248,134,152,76,120,139,184,60,216,143,122,83,109,143,128,88,81,147,244,48,239,152,219,136,4,153,160,206,172,153,244,104,29,159,113,138,32,162,168,29,52,163,182,129,157,167,0,171,171,170,234,126,236,171,68,188,51,171,68,233,65,179,36,204,3,179,150,147,194,179,190,45,180,180,177,182,90,181,113,58,15,182,222,78,71,187,102,60,111,188,60,47,150,189,143,32,218,191,209,136,93,194,161,225,70,196,65,48,52,196,249,19,155,197,27,143,74,199,87,94,201,199,135,156,121,201,241,223,78,203,148,143,118,205,102,130,153,206,0,140,207,208,12,236,71,211,204,90,191,212,54,143,159,213,76,28,66,216,243,43,14,217,124,52,128,217,176,180,20,217,180,210,127,219,210,15,91,226,73,235,138,228,137,74,78,230,77,114,39,230,178,138,247,233,121,94,49,242,165,50,85,243,84,68,151,246,16,127,135,246,16,132,128,246,174,254,219,252,248,229,225,255,123,139,50,0,0,5,9,98,111,100,121,44,104,116,109,108,2,105,1,3,35,51,2,96,25,5,4,164,212,229,6,22,93,196,6,247,41,24,7,23,33,14,7,245,144,162,22,88,122,61,22,166,233,67,26,75,133,77,28,81,114,82,31,171,2,242,31,171,2,242,43,249,246,180,45,194,168,137,46,118,132,124,52,165,181,134,52,240,96,239,53,43,207,82,55,69,214,222,56,87,100,212,57,44,54,82,57,128,165,134,57,174,236,248,62,114,20,115,63,127,202,113,64,145,80,117,66,66,78,55,70,21,216,84,75,50,67,17,75,115,195,75,75,215,90,245,77,60,196,38,82,222,93,102,87,167,253,70,95,27,148,172,96,23,34,21,96,249,168,108,99,143,150,163,101,89,177,165,103,193,180,138,109,17,157,130,115,56,89,107,119,206,66,212,124,9,71,24,125,244,34,24,132,161,63,239,132,178,234,182,133,179,174,248,134,152,76,120,139,184,60,216,143,122,83,109,143,128,88,81,147,244,48,239,152,219,136,4,153,160,206,172,153,244,104,29,159,113,138,32,162,168,29,52,163,182,129,157,167,0,171,171,170,234,126,236,171,68,188,51,171,68,233,65,179,36,204,3,179,150,147,194,179,190,45,180,180,177,182,90,181,113,58,15,182,222,78,71,187,102,60,111,188,60,47,150,189,143,32,218,191,209,136,93,194,161,225,70,196,65,48,52,196,249,19,155,197,27,143,74,199,87,94,201,199,135,156,121,201,241,223,78,203,148,143,118,205,102,130,153,206,0,140,207,208,12,236,71,211,204,90,191,212,54,143,159,213,76,28,66,216,243,43,14,217,124,52,128,217,176,180,20,217,180,210,127,219,210,15,91,226,73,235,138,228,137,74,78,230,77,114,39,230,178,138,247,233,121,94,49,242,165,50,85,243,84,68,151,246,16,127,135,246,16,132,128,246,174,254,219,252,248,229,225,255,123,139,50,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,18,46,117,105,45,119,105,100,103,101,116,45,111,118,101,114,108,97,121,2,51,1,182,215,226,3,236,24,166,5,226,124,252,6,72,73,64,6,112,234,198,11,142,131,248,19,46,80,172,26,99,77,31,33,105,83,13,41,108,69,41,44,36,15,78,55,176,20,135,57,205,80,102,59,202,40,206,67,133,246,136,69,94,52,38,83,80,230,31,86,19,192,236,106,153,224,14,115,46,87,72,118,83,231,220,119,142,249,229,136,28,103,9,139,63,107,66,142,166,228,204,145,113,207,72,147,18,98,89,147,79,21,60,149,192,247,100,150,173,17,211,158,197,238,13,160,198,116,85,164,6,93,88,178,185,81,148,186,65,231,48,187,57,209,255,188,12,178,94,202,195,168,209,202,252,197,222,204,148,33,138,211,205,191,42,214,107,92,185,216,52,131,133,216,120,217,239,218,89,237,233,223,190,45,166,223,193,9,56,228,129,156,84,233,21,18,252,233,120,177,19,242,127,134,224,0,8,1,10,46,117,105,45,100,105,97,108,111,103,2,51,1,182,215,226,3,236,24,166,5,226,124,252,6,72,73,64,6,112,234,198,11,142,131,248,19,46,80,172,26,99,77,31,33,105,83,13,41,108,69,41,44,36,15,78,55,176,20,135,57,205,80,102,59,202,40,206,67,133,246,136,69,94,52,38,83,80,230,31,86,19,192,236,106,153,224,14,115,46,87,72,118,83,231,220,119,142,249,229,136,28,103,9,139,63,107,66,142,166,228,204,145,113,207,72,147,18,98,89,147,79,21,60,149,192,247,100,150,173,17,211,158,197,238,13,160,198,116,85,164,6,93,88,178,185,81,148,186,65,231,48,187,57,209,255,188,12,178,94,202,195,168,209,202,252,197,222,204,148,33,138,211,205,191,42,214,107,92,185,216,52,131,133,216,120,217,239,218,89,237,233,223,190,45,166,223,193,9,56,228,129,156,84,233,21,18,252,233,120,177,19,242,127,134,224,0,0,5,9,98,111,100,121,44,104,116,109,108,2,48,1,182,215,226,3,236,24,166,5,226,124,252,6,72,73,64,6,112,234,198,11,142,131,248,19,46,80,172,26,99,77,31,33,105,83,13,41,108,69,41,44,36,15,78,55,176,20,135,57,205,80,102,59,202,40,206,67,133,246,136,69,94,52,38,83,80,230,31,86,19,192,236,106,153,224,14,115,46,87,72,118,83,231,220,136,28,103,9,139,63,107,66,142,166,228,204,145,113,207,72,147,18,98,89,147,79,21,60,149,192,247,100,150,173,17,211,158,197,238,13,160,198,116,85,164,6,93,88,186,65,231,48,187,57,209,255,188,12,178,94,202,195,168,209,202,252,197,222,204,148,33,138,211,205,191,42,214,107,92,185,216,52,131,133,216,120,217,239,218,89,237,233,223,190,45,166,228,129,156,84,233,21,18,252,233,120,177,19,242,127,134,224,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,6,46,109,111,100,97,108,2,3,24,211,225,221,75,134,247,94,136,86,145,204,0,8,1,14,46,109,111,100,97,108,45,111,118,101,114,108,97,121,2,3,24,211,225,221,75,134,247,94,136,86,145,204,0,0,5,4,104,116,109,108,2,3,24,211,225,221,75,134,247,94,136,86,145,204,79,112,111,115,105,116,105,111,110,58,32,115,116,97,116,105,99,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,119,105,100,116,104,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,0,2,1,30,114,99,44,32,106,115,45,109,111,100,97,108,85,110,99,108,111,115,97,98,108,101,44,32,44,32,115,116,97,121,2,1,57,221,211,224,0,2,1,65,114,101,109,111,118,101,45,99,108,97,115,115,44,32,106,115,45,99,111,111,107,105,101,115,77,111,100,97,108,124,105,115,45,111,112,101,110,44,32,46,106,115,45,99,111,111,107,105,101,115,77,111,100,97,108,92,44,46,105,115,45,111,112,101,110,2,1,57,221,211,224,0,0,5,4,98,111,100,121,2,1,57,221,211,224,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,15,46,106,115,45,112,111,112,117,112,45,109,111,100,97,108,2,1,101,186,90,29,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,1,101,186,90,29,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,101,186,90,29,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,8,1,16,46,114,101,109,111,100,97,108,45,119,114,97,112,112,101,114,2,1,20,255,102,97,0,8,1,16,46,114,101,109,111,100,97,108,45,111,118,101,114,108,97,121,2,1,20,255,102,97,0,2,1,22,114,99,44,32,114,101,109,111,100,97,108,45,98,103,44,32,44,32,115,116,97,121,2,1,20,255,102,97,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,20,255,102,97,26,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,13,46,120,49,51,101,117,99,111,111,107,105,101,115,2,1,93,237,31,131,0,0,5,4,98,111,100,121,2,1,93,237,31,131,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,16,46,114,101,109,111,100,97,108,45,111,118,101,114,108,97,121,2,2,42,11,114,238,50,193,3,80,0,8,1,16,46,114,101,109,111,100,97,108,45,119,114,97,112,112,101,114,2,2,42,11,114,238,50,193,3,80,0,8,1,11,46,109,111,100,97,108,45,114,111,111,116,2,10,51,144,78,107,53,127,195,122,153,34,4,215,213,228,96,239,215,68,205,233,226,91,199,179,228,129,22,208,244,26,229,32,244,102,122,140,254,59,20,217,0,0,5,9,98,111,100,121,44,104,116,109,108,2,10,51,144,78,107,53,127,195,122,153,34,4,215,213,228,96,239,215,68,205,233,226,91,199,179,228,129,22,208,244,26,229,32,244,102,122,140,254,59,20,217,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,10,46,99,111,104,45,109,111,100,97,108,2,22,6,178,54,39,20,172,146,229,22,146,245,64,26,133,202,127,39,66,32,197,65,21,251,22,73,12,38,222,87,103,237,53,94,11,131,61,110,254,246,9,133,172,6,25,142,138,175,54,143,42,125,102,160,17,42,18,171,11,136,84,171,94,145,223,171,119,84,191,172,197,80,97,186,250,19,237,196,91,63,11,237,17,29,122,254,146,53,157,0,0,5,9,98,111,100,121,44,104,116,109,108,2,22,6,178,54,39,20,172,146,229,22,146,245,64,26,133,202,127,39,66,32,197,65,21,251,22,73,12,38,222,87,103,237,53,94,11,131,61,110,254,246,9,133,172,6,25,142,138,175,54,143,42,125,102,160,17,42,18,171,11,136,84,171,94,145,223,171,119,84,191,172,197,80,97,186,250,19,237,196,91,63,11,237,17,29,122,254,146,53,157,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,0,5,9,98,111,100,121,44,104,116,109,108,2,34,4,221,171,233,12,80,184,84,12,127,117,144,24,118,153,146,29,13,107,40,40,86,93,209,47,220,65,190,49,72,70,1,67,125,99,115,75,57,75,157,80,178,189,114,88,17,33,63,91,174,254,235,93,201,203,242,94,175,207,188,100,65,248,75,102,178,148,216,106,185,206,243,119,122,99,79,120,254,94,106,132,82,220,181,149,155,206,64,168,240,32,62,174,101,24,248,178,196,72,248,202,10,103,138,204,143,247,85,207,29,166,241,208,0,88,229,209,167,99,138,222,81,69,92,227,80,84,194,228,31,240,8,246,221,13,112,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,24,46,99,111,111,107,105,101,87,97,114,110,105,110,103,45,99,111,110,116,97,105,110,101,114,2,51,8,180,40,226,15,244,112,76,20,24,91,80,23,145,188,19,24,76,28,255,29,91,22,63,31,10,116,99,42,86,109,179,43,65,235,53,44,47,132,128,44,60,213,116,51,113,163,122,54,219,212,29,55,203,2,150,56,60,80,7,58,203,80,172,60,59,236,19,61,117,47,179,70,62,162,91,76,217,206,53,79,117,9,235,85,200,0,199,95,217,246,202,99,249,221,131,110,132,176,72,116,160,134,209,120,8,177,154,120,225,114,176,134,109,1,77,142,135,169,235,153,103,247,140,154,48,121,98,154,49,10,249,162,5,52,12,177,236,8,92,179,57,67,181,187,73,19,77,197,230,41,169,204,238,31,17,210,46,27,143,216,211,228,221,218,230,114,172,221,26,95,120,222,72,46,69,226,37,110,228,233,215,229,234,235,80,194,18,244,190,160,215,247,10,39,105,250,86,86,163,253,203,73,129,0,2,1,31,114,99,44,32,99,111,111,107,105,101,45,119,97,114,110,105,110,103,45,111,112,101,110,44,32,44,32,115,116,97,121,2,51,8,180,40,226,15,244,112,76,20,24,91,80,23,145,188,19,24,76,28,255,29,91,22,63,31,10,116,99,42,86,109,179,43,65,235,53,44,47,132,128,44,60,213,116,51,113,163,122,54,219,212,29,55,203,2,150,56,60,80,7,58,203,80,172,60,59,236,19,61,117,47,179,70,62,162,91,76,217,206,53,79,117,9,235,85,200,0,199,95,217,246,202,99,249,221,131,110,132,176,72,116,160,134,209,120,8,177,154,120,225,114,176,134,109,1,77,142,135,169,235,153,103,247,140,154,48,121,98,154,49,10,249,162,5,52,12,177,236,8,92,179,57,67,181,187,73,19,77,197,230,41,169,204,238,31,17,210,46,27,143,216,211,228,221,218,230,114,172,221,26,95,120,222,72,46,69,226,37,110,228,233,215,229,234,235,80,194,18,244,190,160,215,247,10,39,105,250,86,86,163,253,203,73,129,0,8,1,20,46,112,111,112,117,112,45,45,110,111,116,105,102,105,99,97,116,105,111,110,2,40,4,89,171,153,24,245,151,100,31,247,126,180,32,160,162,59,32,254,245,62,41,13,80,231,41,239,46,191,49,105,190,50,78,167,60,58,81,223,56,39,81,234,47,115,113,240,90,251,117,117,134,23,120,15,183,53,122,198,212,173,124,53,10,234,124,74,4,11,130,61,52,125,135,217,51,96,143,85,148,141,146,54,203,107,148,201,137,108,150,60,100,212,155,152,223,168,171,99,13,3,175,92,195,245,177,215,71,62,184,87,215,174,190,194,86,204,197,249,169,93,198,104,94,162,203,237,36,216,210,98,195,230,235,100,183,164,235,198,179,91,235,231,21,125,239,205,23,235,245,107,148,227,246,34,218,215,250,231,142,231,0,8,1,8,46,111,118,101,114,108,97,121,2,40,4,89,171,153,24,245,151,100,31,247,126,180,32,160,162,59,32,254,245,62,41,13,80,231,41,239,46,191,49,105,190,50,78,167,60,58,81,223,56,39,81,234,47,115,113,240,90,251,117,117,134,23,120,15,183,53,122,198,212,173,124,53,10,234,124,74,4,11,130,61,52,125,135,217,51,96,143,85,148,141,146,54,203,107,148,201,137,108,150,60,100,212,155,152,223,168,171,99,13,3,175,92,195,245,177,215,71,62,184,87,215,174,190,194,86,204,197,249,169,93,198,104,94,162,203,237,36,216,210,98,195,230,235,100,183,164,235,198,179,91,235,231,21,125,239,205,23,235,245,107,148,227,246,34,218,215,250,231,142,231,0,0,5,9,98,111,100,121,44,104,116,109,108,2,40,4,89,171,153,24,245,151,100,31,247,126,180,32,160,162,59,32,254,245,62,41,13,80,231,41,239,46,191,49,105,190,50,78,167,60,58,81,223,56,39,81,234,47,115,113,240,90,251,117,117,134,23,120,15,183,53,122,198,212,173,124,53,10,234,124,74,4,11,130,61,52,125,135,217,51,96,143,85,148,141,146,54,203,107,148,201,137,108,150,60,100,212,155,152,223,168,171,99,13,3,175,92,195,245,177,215,71,62,184,87,215,174,190,194,86,204,197,249,169,93,198,104,94,162,203,237,36,216,210,98,195,230,235,100,183,164,235,198,179,91,235,231,21,125,239,205,23,235,245,107,148,227,246,34,218,215,250,231,142,231,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,22,46,99,100,107,45,111,118,101,114,108,97,121,45,99,111,110,116,97,105,110,101,114,2,1,148,166,17,117,0,8,1,22,46,99,100,107,45,111,118,101,114,108,97,121,45,99,111,110,116,97,105,110,101,114,2,28,7,6,227,22,19,249,57,16,21,120,69,227,27,81,88,251,30,16,112,181,34,17,249,66,44,184,255,213,46,84,90,130,48,54,213,203,55,5,227,37,73,132,143,9,88,154,222,218,92,96,223,12,128,46,130,156,129,32,213,225,129,40,245,250,129,73,122,246,134,146,72,5,178,207,177,160,182,84,31,11,189,143,90,163,192,39,202,207,200,206,152,42,201,253,225,119,220,63,184,196,235,57,183,96,243,218,68,84,245,244,78,254,0,0,5,4,104,116,109,108,2,28,7,6,227,22,19,249,57,16,21,120,69,227,27,81,88,251,30,16,112,181,34,17,249,66,44,184,255,213,46,84,90,130,48,54,213,203,55,5,227,37,73,132,143,9,88,154,222,218,92,96,223,12,128,46,130,156,129,32,213,225,129,40,245,250,129,73,122,246,134,146,72,5,178,207,177,160,182,84,31,11,189,143,90,163,192,39,202,207,200,206,152,42,201,253,225,119,220,63,184,196,235,57,183,96,243,218,68,84,245,244,78,254,79,112,111,115,105,116,105,111,110,58,32,115,116,97,116,105,99,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,119,105,100,116,104,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,24,46,99,111,111,107,105,101,109,101,115,115,97,103,101,98,97,99,107,103,114,111,117,110,100,2,127,2,17,116,111,2,100,71,29,3,80,128,197,5,47,5,0,5,182,59,138,6,138,83,93,9,81,230,206,9,168,12,86,11,165,195,77,15,43,198,121,22,12,149,166,23,55,60,236,27,74,51,170,28,121,129,143,30,71,88,98,31,166,156,26,33,169,200,203,34,41,63,35,34,87,13,0,35,65,47,34,44,200,153,114,46,91,93,4,49,36,205,193,49,106,205,67,52,121,243,86,53,187,193,39,53,234,67,83,54,152,195,13,54,232,2,188,59,75,179,27,60,159,237,22,60,185,198,213,63,164,142,137,64,64,171,35,64,71,101,89,65,148,253,11,66,193,133,59,69,253,124,40,70,235,192,62,80,5,40,111,81,182,218,27,81,204,12,205,83,114,114,220,87,43,42,111,93,131,89,237,93,182,153,143,100,96,236,67,103,238,2,222,105,125,79,206,106,70,177,152,106,72,86,11,108,4,162,61,110,161,77,169,112,83,56,123,113,142,223,48,113,213,228,24,114,118,220,60,115,158,82,3,117,115,205,184,120,95,8,119,121,33,251,225,124,100,176,129,126,103,1,193,130,232,18,233,134,104,209,103,136,107,69,165,137,175,151,98,140,43,131,131,141,159,218,139,143,154,166,137,145,53,0,138,145,92,50,36,145,206,210,12,148,48,86,22,148,189,88,126,153,202,195,223,154,197,120,216,157,14,9,80,159,129,100,152,161,75,240,236,161,175,108,52,163,255,108,67,166,97,8,157,173,26,99,129,182,132,134,194,183,174,153,75,184,244,14,97,189,39,118,13,192,152,110,127,194,27,79,96,195,67,5,131,196,155,51,125,196,167,246,34,197,54,129,72,198,201,232,0,199,98,248,155,201,111,24,3,202,26,39,199,202,162,45,163,202,164,88,127,207,235,185,58,211,60,73,43,215,38,238,154,216,60,130,240,216,167,131,112,217,148,10,3,217,192,89,192,217,217,126,242,218,86,69,2,224,182,79,158,225,180,76,140,226,248,145,132,229,68,100,26,229,125,60,138,233,88,98,216,236,21,12,62,237,231,48,83,240,31,92,35,241,104,55,207,241,229,166,228,242,231,145,189,243,10,166,244,243,21,38,99,247,115,233,11,247,200,180,228,252,48,79,5,252,222,195,124,0,0,5,9,98,111,100,121,44,104,116,109,108,2,127,2,17,116,111,2,100,71,29,3,80,128,197,5,47,5,0,5,182,59,138,6,138,83,93,9,81,230,206,9,168,12,86,11,165,195,77,15,43,198,121,22,12,149,166,23,55,60,236,27,74,51,170,28,121,129,143,30,71,88,98,31,166,156,26,33,169,200,203,34,41,63,35,34,87,13,0,35,65,47,34,44,200,153,114,46,91,93,4,49,36,205,193,49,106,205,67,52,121,243,86,53,187,193,39,53,234,67,83,54,152,195,13,54,232,2,188,59,75,179,27,60,159,237,22,60,185,198,213,63,164,142,137,64,64,171,35,64,71,101,89,65,148,253,11,66,193,133,59,69,253,124,40,70,235,192,62,80,5,40,111,81,182,218,27,81,204,12,205,83,114,114,220,87,43,42,111,93,131,89,237,93,182,153,143,100,96,236,67,103,238,2,222,105,125,79,206,106,70,177,152,106,72,86,11,108,4,162,61,110,161,77,169,112,83,56,123,113,142,223,48,113,213,228,24,114,118,220,60,115,158,82,3,117,115,205,184,120,95,8,119,121,33,251,225,124,100,176,129,126,103,1,193,130,232,18,233,134,104,209,103,136,107,69,165,137,175,151,98,140,43,131,131,141,159,218,139,143,154,166,137,145,53,0,138,145,92,50,36,145,206,210,12,148,48,86,22,148,189,88,126,153,202,195,223,154,197,120,216,157,14,9,80,159,129,100,152,161,75,240,236,161,175,108,52,163,255,108,67,166,97,8,157,173,26,99,129,182,132,134,194,183,174,153,75,184,244,14,97,189,39,118,13,192,152,110,127,194,27,79,96,195,67,5,131,196,155,51,125,196,167,246,34,197,54,129,72,198,201,232,0,199,98,248,155,201,111,24,3,202,26,39,199,202,162,45,163,202,164,88,127,207,235,185,58,211,60,73,43,215,38,238,154,216,60,130,240,216,167,131,112,217,148,10,3,217,192,89,192,217,217,126,242,218,86,69,2,224,182,79,158,225,180,76,140,226,248,145,132,229,68,100,26,229,125,60,138,233,88,98,216,236,21,12,62,237,231,48,83,240,31,92,35,241,104,55,207,241,229,166,228,242,231,145,189,243,10,166,244,243,21,38,99,247,115,233,11,247,200,180,228,252,48,79,5,252,222,195,124,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,10,35,119,100,107,67,111,111,107,105,101,2,1,140,85,229,137,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,140,85,229,137,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,13,46,102,101,97,116,104,101,114,108,105,103,104,116,2,9,24,140,67,44,45,234,60,154,65,76,136,143,148,195,115,63,170,0,19,182,230,105,202,238,236,183,146,235,240,170,191,147,252,211,211,18,0,2,1,29,114,99,44,32,119,105,116,104,45,102,101,97,116,104,101,114,108,105,103,104,116,44,32,44,32,115,116,97,121,2,9,24,140,67,44,45,234,60,154,65,76,136,143,148,195,115,63,170,0,19,182,230,105,202,238,236,183,146,235,240,170,191,147,252,211,211,18,0,8,1,21,46,97,99,114,105,115,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,2,41,1,44,49,28,3,27,173,127,11,93,58,172,13,3,84,30,19,244,146,153,42,253,38,255,63,189,77,86,64,3,180,199,66,255,84,77,80,33,207,202,86,35,47,106,88,247,102,134,96,129,34,252,100,250,142,147,101,25,242,144,110,248,102,122,121,77,137,235,123,80,99,3,126,226,16,23,147,195,161,112,148,195,202,45,152,174,133,199,168,21,13,183,181,8,209,65,183,56,173,206,190,119,97,157,191,97,246,17,192,84,110,242,198,85,15,143,199,125,67,80,200,247,49,36,207,100,59,96,212,239,106,220,214,225,194,169,215,130,115,125,218,56,86,90,224,16,52,117,236,91,215,75,240,135,152,112,247,173,166,235,252,194,227,189,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,41,1,44,49,28,3,27,173,127,11,93,58,172,13,3,84,30,19,244,146,153,42,253,38,255,63,189,77,86,64,3,180,199,66,255,84,77,80,33,207,202,86,35,47,106,88,247,102,134,96,129,34,252,100,250,142,147,101,25,242,144,110,248,102,122,121,77,137,235,123,80,99,3,126,226,16,23,147,195,161,112,148,195,202,45,152,174,133,199,168,21,13,183,181,8,209,65,183,56,173,206,190,119,97,157,191,97,246,17,192,84,110,242,198,85,15,143,199,125,67,80,200,247,49,36,207,100,59,96,212,239,106,220,214,225,194,169,215,130,115,125,218,56,86,90,224,16,52,117,236,91,215,75,240,135,152,112,247,173,166,235,252,194,227,189,0,0,5,9,98,111,100,121,44,104,116,109,108,2,41,1,44,49,28,3,27,173,127,11,93,58,172,13,3,84,30,19,244,146,153,42,253,38,255,63,189,77,86,64,3,180,199,66,255,84,77,80,33,207,202,86,35,47,106,88,247,102,134,96,129,34,252,100,250,142,147,101,25,242,144,110,248,102,122,121,77,137,235,123,80,99,3,126,226,16,23,147,195,161,112,148,195,202,45,152,174,133,199,168,21,13,183,181,8,209,65,183,56,173,206,190,119,97,157,191,97,246,17,192,84,110,242,198,85,15,143,199,125,67,80,200,247,49,36,207,100,59,96,212,239,106,220,214,225,194,169,215,130,115,125,218,56,86,90,224,16,52,117,236,91,215,75,240,135,152,112,247,173,166,235,252,194,227,189,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,17,35,66,111,114,108,97,98,115,67,111,111,107,105,101,66,111,120,2,1,160,163,215,126,0,0,5,4,98,111,100,121,2,1,160,163,215,126,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,31,46,104,101,97,100,101,114,45,115,108,105,100,101,111,117,116,45,111,118,101,114,108,97,121,45,99,111,111,107,105,101,2,1,65,93,128,70,0,8,1,7,46,99,111,111,107,105,101,2,1,65,93,128,70,0,2,1,25,114,99,44,32,110,111,45,115,99,114,111,108,108,44,32,98,111,100,121,44,32,115,116,97,121,2,1,65,93,128,70,0,8,1,24,46,102,105,108,116,101,114,45,109,111,100,97,108,45,98,97,99,107,103,114,111,117,110,100,2,3,18,252,197,184,146,158,235,241,167,73,25,225,0,0,5,9,98,111,100,121,44,104,116,109,108,2,3,18,252,197,184,146,158,235,241,167,73,25,225,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,15,46,99,111,111,107,105,101,115,45,101,117,45,98,111,120,2,1,75,143,213,69,0,8,1,24,46,99,111,111,107,105,101,115,45,98,108,111,99,107,45,105,116,115,45,108,105,103,104,116,2,35,6,5,20,241,16,154,80,182,25,42,124,220,48,19,66,181,48,148,83,201,48,148,83,201,51,147,102,56,53,151,177,187,56,120,67,220,58,110,239,106,66,148,241,198,68,159,45,232,85,174,171,102,86,122,73,191,90,151,59,178,95,152,195,75,106,220,170,49,114,246,59,186,125,174,228,142,134,163,216,255,138,77,83,222,143,252,162,204,158,101,71,59,163,3,122,187,185,231,75,145,186,135,7,57,192,26,208,161,194,161,5,12,201,47,104,11,212,167,139,115,220,4,147,54,222,230,153,68,226,194,226,187,232,32,133,201,246,68,124,38,0,0,5,4,98,111,100,121,2,35,6,5,20,241,16,154,80,182,25,42,124,220,48,19,66,181,48,148,83,201,48,148,83,201,51,147,102,56,53,151,177,187,56,120,67,220,58,110,239,106,66,148,241,198,68,159,45,232,85,174,171,102,86,122,73,191,90,151,59,178,95,152,195,75,106,220,170,49,114,246,59,186,125,174,228,142,134,163,216,255,138,77,83,222,143,252,162,204,158,101,71,59,163,3,122,187,185,231,75,145,186,135,7,57,192,26,208,161,194,161,5,12,201,47,104,11,212,167,139,115,220,4,147,54,222,230,153,68,226,194,226,187,232,32,133,201,246,68,124,38,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,19,46,99,111,111,107,105,101,115,45,112,111,112,117,112,45,102,111,114,109,2,1,105,252,117,166,0,2,1,29,114,99,44,32,99,111,111,107,105,101,115,45,115,104,111,119,110,44,32,98,111,100,121,44,32,115,116,97,121,2,1,105,252,117,166,0,8,1,17,46,99,111,111,107,105,101,45,104,116,109,108,45,119,114,97,112,2,1,160,164,6,85,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,160,164,6,85,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,28,46,109,101,108,105,110,100,114,101,115,45,109,101,115,115,97,103,101,45,99,111,110,116,97,105,110,101,114,2,1,255,167,103,97,0,0,5,4,98,111,100,121,2,1,255,167,103,97,79,112,111,115,105,116,105,111,110,58,32,115,116,97,116,105,99,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,119,105,100,116,104,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,33,35,100,101,98,117,103,103,101,100,45,99,111,111,107,105,101,111,112,116,105,111,110,115,45,99,111,110,116,97,105,110,101,114,2,1,210,208,111,187,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,210,208,111,187,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,2,1,21,114,99,44,32,110,111,45,99,111,111,107,105,101,44,32,44,32,115,116,97,121,2,1,10,70,88,66,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,10,70,88,66,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,14,46,105,110,115,101,116,45,48,46,102,105,120,101,100,2,14,54,84,237,144,55,46,215,170,65,34,247,23,79,94,156,93,93,1,20,57,134,67,186,182,147,78,221,85,156,12,168,245,186,209,201,22,194,95,103,164,211,87,235,185,231,5,23,8,235,27,82,203,246,42,55,5,0,0,5,9,98,111,100,121,44,104,116,109,108,2,15,54,84,237,144,55,46,215,170,65,34,247,23,79,94,156,93,93,1,20,57,134,67,186,182,147,78,221,85,156,12,168,245,186,209,201,22,194,95,103,164,211,87,235,185,231,5,23,8,235,27,82,203,246,42,55,5,249,137,237,36,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,36,35,99,111,111,107,105,101,45,105,110,102,111,114,109,97,116,105,111,110,45,116,101,109,112,108,97,116,101,45,119,114,97,112,112,101,114,2,1,194,152,119,72,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,194,152,119,72,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,22,46,111,116,67,111,111,107,105,101,115,78,111,116,105,102,105,99,97,116,105,111,110,2,1,214,101,16,29,0,0,5,4,104,116,109,108,2,1,214,101,16,29,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,12,46,119,99,99,45,111,118,101,114,108,97,121,2,53,2,27,37,225,4,61,35,212,7,99,186,239,9,247,195,161,10,31,206,221,24,36,35,191,25,200,165,12,28,154,39,82,30,217,221,60,36,101,161,101,39,176,105,246,49,80,153,101,49,217,3,3,50,102,35,246,56,143,17,80,76,30,171,20,80,252,171,84,81,43,64,79,82,247,223,58,85,60,0,96,85,149,196,249,86,160,42,62,98,136,9,180,98,166,243,88,102,73,226,68,102,165,159,89,103,173,12,196,103,176,237,169,106,255,151,101,112,156,3,89,113,42,192,92,136,156,137,14,138,87,54,131,139,103,24,72,146,144,149,95,147,213,52,199,148,182,239,61,150,105,96,157,166,198,98,46,174,197,58,186,184,117,21,248,188,184,180,170,191,70,94,204,196,34,249,30,204,61,2,248,209,198,232,120,223,97,196,22,228,228,167,187,233,67,109,193,233,87,177,164,238,27,71,60,251,207,49,12,253,81,3,70,0,8,1,17,46,119,99,99,45,112,111,112,117,112,45,99,101,110,116,101,114,2,53,2,27,37,225,4,61,35,212,7,99,186,239,9,247,195,161,10,31,206,221,24,36,35,191,25,200,165,12,28,154,39,82,30,217,221,60,36,101,161,101,39,176,105,246,49,80,153,101,49,217,3,3,50,102,35,246,56,143,17,80,76,30,171,20,80,252,171,84,81,43,64,79,82,247,223,58,85,60,0,96,85,149,196,249,86,160,42,62,98,136,9,180,98,166,243,88,102,73,226,68,102,165,159,89,103,173,12,196,103,176,237,169,106,255,151,101,112,156,3,89,113,42,192,92,136,156,137,14,138,87,54,131,139,103,24,72,146,144,149,95,147,213,52,199,148,182,239,61,150,105,96,157,166,198,98,46,174,197,58,186,184,117,21,248,188,184,180,170,191,70,94,204,196,34,249,30,204,61,2,248,209,198,232,120,223,97,196,22,228,228,167,187,233,67,109,193,233,87,177,164,238,27,71,60,251,207,49,12,253,81,3,70,0,2,1,34,114,99,44,32,119,99,99,45,112,111,112,117,112,45,111,118,101,114,102,108,111,119,44,32,98,111,100,121,44,32,115,116,97,121,2,53,2,27,37,225,4,61,35,212,7,99,186,239,9,247,195,161,10,31,206,221,24,36,35,191,25,200,165,12,28,154,39,82,30,217,221,60,36,101,161,101,39,176,105,246,49,80,153,101,49,217,3,3,50,102,35,246,56,143,17,80,76,30,171,20,80,252,171,84,81,43,64,79,82,247,223,58,85,60,0,96,85,149,196,249,86,160,42,62,98,136,9,180,98,166,243,88,102,73,226,68,102,165,159,89,103,173,12,196,103,176,237,169,106,255,151,101,112,156,3,89,113,42,192,92,136,156,137,14,138,87,54,131,139,103,24,72,146,144,149,95,147,213,52,199,148,182,239,61,150,105,96,157,166,198,98,46,174,197,58,186,184,117,21,248,188,184,180,170,191,70,94,204,196,34,249,30,204,61,2,248,209,198,232,120,223,97,196,22,228,228,167,187,233,67,109,193,233,87,177,164,238,27,71,60,251,207,49,12,253,81,3,70,0,16,1,21,35,119,112,99,97,45,108,97,121,45,111,117,116,45,119,114,97,112,112,101,114,2,1,226,251,106,1,0,0,5,4,104,116,109,108,2,1,226,251,106,1,26,111,118,101,114,102,108,111,119,58,105,110,105,116,105,97,108,33,105,109,112,111,114,116,97,110,116,0,8,1,18,46,99,111,111,107,105,101,45,116,111,97,115,116,45,119,114,97,112,2,1,78,102,141,145,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,78,102,141,145,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,19,46,99,111,111,107,105,101,45,115,104,101,101,116,45,115,109,97,108,108,2,1,85,188,229,215,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,85,188,229,215,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,8,1,8,46,119,122,45,114,103,112,100,2,52,5,170,70,242,12,176,190,240,16,139,16,126,23,243,126,206,31,207,85,213,32,169,204,40,35,49,109,182,35,86,248,200,38,34,78,177,42,192,0,146,45,106,241,211,49,110,197,203,51,63,9,230,54,96,159,71,54,152,206,130,59,67,200,2,63,138,73,108,64,250,170,95,65,185,253,141,69,108,21,203,78,213,103,218,79,224,69,119,79,224,69,119,82,24,84,179,95,107,105,221,98,51,127,245,98,77,38,68,98,85,65,193,110,162,162,21,117,202,169,241,119,237,20,188,135,80,71,89,144,254,180,80,145,131,69,3,148,125,3,86,151,198,158,108,167,41,23,116,181,80,31,231,182,131,20,162,191,33,52,175,199,95,159,110,204,216,243,200,216,133,136,37,219,107,29,180,222,128,122,73,227,142,132,61,228,38,67,18,230,77,228,8,235,152,40,123,252,71,25,97,254,0,188,122,254,191,134,127,0,0,5,4,98,111,100,121,2,52,5,170,70,242,12,176,190,240,16,139,16,126,23,243,126,206,31,207,85,213,32,169,204,40,35,49,109,182,35,86,248,200,38,34,78,177,42,192,0,146,45,106,241,211,49,110,197,203,51,63,9,230,54,96,159,71,54,152,206,130,59,67,200,2,63,138,73,108,64,250,170,95,65,185,253,141,69,108,21,203,78,213,103,218,79,224,69,119,79,224,69,119,82,24,84,179,95,107,105,221,98,51,127,245,98,77,38,68,98,85,65,193,110,162,162,21,117,202,169,241,119,237,20,188,135,80,71,89,144,254,180,80,145,131,69,3,148,125,3,86,151,198,158,108,167,41,23,116,181,80,31,231,182,131,20,162,191,33,52,175,199,95,159,110,204,216,243,200,216,133,136,37,219,107,29,180,222,128,122,73,227,142,132,61,228,38,67,18,230,77,228,8,235,152,40,123,252,71,25,97,254,0,188,122,254,191,134,127,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,17,35,99,111,111,107,105,101,45,115,105,116,101,45,108,111,99,107,2,1,32,39,23,18,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,32,39,23,18,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,20,46,102,117,110,100,111,45,97,118,105,115,111,45,99,111,111,107,105,101,115,2,1,181,206,47,221,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,181,206,47,221,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,16,1,31,35,99,111,111,107,105,101,95,99,111,110,115,101,110,116,95,109,97,110,97,103,101,114,95,119,114,97,112,112,101,114,2,2,123,111,109,22,189,128,66,86,0,8,1,8,46,100,105,109,109,101,114,50,2,2,123,111,109,22,189,128,66,86,0,2,1,28,114,99,44,32,100,105,109,109,101,114,97,99,116,105,118,101,44,32,98,111,100,121,44,32,115,116,97,121,2,2,123,111,109,22,189,128,66,86,0,8,1,24,46,99,111,111,107,105,101,45,98,97,110,110,101,114,45,99,111,110,116,97,105,110,101,114,2,1,27,114,45,185,0,8,1,30,46,99,111,111,107,105,101,45,98,97,110,110,101,114,45,111,118,101,114,108,97,121,45,98,108,111,99,107,101,114,2,1,27,114,45,185,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,27,114,45,185,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,13,46,105,102,54,95,101,112,114,105,118,97,99,121,2,112,1,82,41,123,3,27,36,141,5,219,216,71,8,215,113,54,11,220,138,68,16,250,181,34,18,248,59,236,26,144,248,20,26,241,2,151,27,113,244,43,27,114,184,10,27,121,68,6,27,122,130,42,29,13,217,193,33,114,179,149,33,144,34,217,38,157,23,69,40,20,236,210,42,176,160,143,43,57,97,182,48,240,126,0,50,203,221,207,51,90,188,155,55,185,90,146,55,192,206,14,58,90,4,206,58,150,200,94,59,226,190,235,65,25,224,123,67,255,201,104,70,151,33,102,75,68,99,109,78,43,28,93,80,107,167,32,81,187,240,186,82,133,4,229,84,5,142,130,90,24,229,87,105,77,137,204,108,144,30,234,110,248,5,10,112,18,81,203,114,233,1,182,116,66,32,109,119,177,89,109,120,87,158,24,132,207,93,121,133,185,128,26,136,151,204,1,141,36,228,4,141,113,251,186,142,166,200,75,146,73,176,224,147,130,77,219,147,218,184,204,149,35,34,202,155,202,82,81,156,30,33,160,159,192,81,30,160,10,213,216,169,186,63,182,170,166,144,165,172,177,145,161,173,117,29,250,174,131,63,87,174,239,115,104,176,92,52,169,178,45,3,2,188,216,58,167,189,143,212,108,190,40,66,58,190,138,22,2,191,127,111,216,192,128,113,212,192,244,153,25,195,36,77,67,195,223,100,207,196,11,177,160,198,236,114,17,199,252,83,114,211,13,216,84,214,241,186,195,215,220,19,146,217,83,6,152,223,45,106,135,224,246,203,17,225,234,62,91,226,200,2,195,228,165,76,93,236,58,216,161,236,208,74,121,237,125,231,153,240,92,46,49,241,60,47,243,242,214,155,107,242,231,32,44,244,53,252,17,244,86,215,19,245,91,205,76,245,248,112,26,246,189,241,122,247,119,122,87,247,130,179,49,247,130,179,55,247,130,179,132,247,130,180,191,247,240,139,152,248,93,96,194,249,111,28,241,250,192,4,73,251,131,34,161,255,63,65,94,0,0,5,9,98,111,100,121,44,104,116,109,108,2,112,1,82,41,123,3,27,36,141,5,219,216,71,8,215,113,54,11,220,138,68,16,250,181,34,18,248,59,236,26,144,248,20,26,241,2,151,27,113,244,43,27,114,184,10,27,121,68,6,27,122,130,42,29,13,217,193,33,114,179,149,33,144,34,217,38,157,23,69,40,20,236,210,42,176,160,143,43,57,97,182,48,240,126,0,50,203,221,207,51,90,188,155,55,185,90,146,55,192,206,14,58,90,4,206,58,150,200,94,59,226,190,235,65,25,224,123,67,255,201,104,70,151,33,102,75,68,99,109,78,43,28,93,80,107,167,32,81,187,240,186,82,133,4,229,84,5,142,130,90,24,229,87,105,77,137,204,108,144,30,234,110,248,5,10,112,18,81,203,114,233,1,182,116,66,32,109,119,177,89,109,120,87,158,24,132,207,93,121,133,185,128,26,136,151,204,1,141,36,228,4,141,113,251,186,142,166,200,75,146,73,176,224,147,130,77,219,147,218,184,204,149,35,34,202,155,202,82,81,156,30,33,160,159,192,81,30,160,10,213,216,169,186,63,182,170,166,144,165,172,177,145,161,173,117,29,250,174,131,63,87,174,239,115,104,176,92,52,169,178,45,3,2,188,216,58,167,189,143,212,108,190,40,66,58,190,138,22,2,191,127,111,216,192,128,113,212,192,244,153,25,195,36,77,67,195,223,100,207,196,11,177,160,198,236,114,17,199,252,83,114,211,13,216,84,214,241,186,195,215,220,19,146,217,83,6,152,223,45,106,135,224,246,203,17,225,234,62,91,226,200,2,195,228,165,76,93,236,58,216,161,236,208,74,121,237,125,231,153,240,92,46,49,241,60,47,243,242,214,155,107,242,231,32,44,244,53,252,17,244,86,215,19,245,91,205,76,245,248,112,26,246,189,241,122,247,119,122,87,247,130,179,49,247,130,179,55,247,130,179,132,247,130,180,191,247,240,139,152,248,93,96,194,249,111,28,241,250,192,4,73,251,131,34,161,255,63,65,94,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,18,46,100,119,97,45,99,109,115,45,117,105,45,99,111,111,107,105,101,2,2,16,207,229,24,210,189,201,44,0,0,5,9,98,111,100,121,44,104,116,109,108,2,2,16,207,229,24,210,189,201,44,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,5,35,114,103,112,100,2,7,24,118,23,123,95,100,110,177,114,119,73,5,134,70,77,7,142,231,100,210,182,131,79,208,212,166,60,98,0,0,5,9,98,111,100,121,44,104,116,109,108,2,7,24,118,23,123,95,100,110,177,114,119,73,5,134,70,77,7,142,231,100,210,182,131,79,208,212,166,60,98,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,16,35,97,120,101,112,116,105,111,95,111,118,101,114,108,97,121,2,1,175,255,55,220,0,8,1,39,46,97,120,101,112,116,105,111,95,119,105,100,103,101,116,91,100,97,116,97,45,115,101,114,118,105,99,101,61,34,99,111,111,107,105,101,115,34,93,2,1,175,255,55,220,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,175,255,55,220,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,13,35,114,111,100,111,83,99,114,101,101,110,66,103,2,2,91,80,194,97,201,251,87,207,0,16,1,22,35,99,111,111,107,105,101,99,111,110,115,101,110,116,45,111,118,101,114,108,97,121,2,4,8,220,31,26,51,118,176,188,114,171,68,104,242,81,140,25,0,8,1,25,46,99,111,111,107,105,101,45,112,114,101,102,101,114,101,110,99,101,115,45,102,111,114,109,115,2,1,5,42,78,133,0,0,5,4,98,111,100,121,2,1,5,42,78,133,79,112,111,115,105,116,105,111,110,58,32,115,116,97,116,105,99,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,119,105,100,116,104,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,13,35,99,111,111,107,105,101,78,111,116,105,99,101,2,1,126,53,81,184,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,1,126,53,81,184,0,0,5,4,98,111,100,121,2,1,126,53,81,184,79,112,111,115,105,116,105,111,110,58,32,115,116,97,116,105,99,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,119,105,100,116,104,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,21,46,99,45,99,111,111,107,105,101,45,112,114,101,102,101,114,101,110,99,101,115,2,1,237,70,100,249,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,237,70,100,249,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,23,46,99,111,111,107,105,101,45,105,110,113,117,105,114,121,45,119,114,97,112,112,101,114,2,24,13,106,177,142,19,227,211,41,29,69,63,27,30,46,181,135,65,140,137,34,84,119,241,68,85,56,39,62,90,221,124,247,94,40,161,29,96,197,92,91,116,146,203,12,140,63,38,230,145,114,112,0,146,17,203,245,147,200,115,85,149,77,223,223,149,118,124,15,150,95,124,135,168,106,93,71,184,13,171,105,190,228,15,124,212,106,195,1,242,208,151,191,253,246,48,195,0,0,5,9,98,111,100,121,44,104,116,109,108,2,24,13,106,177,142,19,227,211,41,29,69,63,27,30,46,181,135,65,140,137,34,84,119,241,68,85,56,39,62,90,221,124,247,94,40,161,29,96,197,92,91,116,146,203,12,140,63,38,230,145,114,112,0,146,17,203,245,147,200,115,85,149,77,223,223,149,118,124,15,150,95,124,135,168,106,93,71,184,13,171,105,190,228,15,124,212,106,195,1,242,208,151,191,253,246,48,195,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,23,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,111,118,101,114,108,97,121,2,2,79,252,136,87,161,99,183,115,0,0,5,4,98,111,100,121,2,2,79,252,136,87,161,99,183,115,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,22,46,99,111,111,107,105,101,45,98,97,110,110,101,114,45,119,114,97,112,112,101,114,2,61,11,39,255,49,12,192,190,70,13,234,247,245,16,68,113,63,18,116,67,118,22,99,62,197,23,243,73,104,24,239,33,33,27,209,164,197,32,183,165,232,38,47,171,242,44,223,151,227,58,47,220,187,60,8,166,112,60,18,113,29,60,151,115,21,60,233,54,203,67,239,56,30,70,193,69,103,71,47,237,44,71,236,201,85,75,74,16,130,77,84,214,135,77,196,61,43,79,66,212,167,86,110,194,108,92,146,147,230,95,199,252,73,100,56,166,212,101,129,164,30,103,0,172,61,104,65,78,149,104,120,43,231,108,240,74,126,121,207,97,196,125,166,102,37,131,248,184,224,134,106,194,165,135,164,18,132,139,96,44,66,144,56,37,205,149,49,200,215,154,131,253,26,156,225,14,228,162,142,14,64,163,26,92,85,163,60,199,97,165,105,89,131,169,168,196,56,171,139,38,215,184,122,49,213,185,38,82,91,186,10,114,31,187,129,193,117,189,210,155,235,198,219,125,109,217,61,118,179,219,213,93,252,221,220,244,86,237,69,69,161,248,224,130,50,0,0,5,9,98,111,100,121,44,104,116,109,108,2,61,11,39,255,49,12,192,190,70,13,234,247,245,16,68,113,63,18,116,67,118,22,99,62,197,23,243,73,104,24,239,33,33,27,209,164,197,32,183,165,232,38,47,171,242,44,223,151,227,58,47,220,187,60,8,166,112,60,18,113,29,60,151,115,21,60,233,54,203,67,239,56,30,70,193,69,103,71,47,237,44,71,236,201,85,75,74,16,130,77,84,214,135,77,196,61,43,79,66,212,167,86,110,194,108,92,146,147,230,95,199,252,73,100,56,166,212,101,129,164,30,103,0,172,61,104,65,78,149,104,120,43,231,108,240,74,126,121,207,97,196,125,166,102,37,131,248,184,224,134,106,194,165,135,164,18,132,139,96,44,66,144,56,37,205,149,49,200,215,154,131,253,26,156,225,14,228,162,142,14,64,163,26,92,85,163,60,199,97,165,105,89,131,169,168,196,56,171,139,38,215,184,122,49,213,185,38,82,91,186,10,114,31,187,129,193,117,189,210,155,235,198,219,125,109,217,61,118,179,219,213,93,252,221,220,244,86,237,69,69,161,248,224,130,50,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,22,46,97,114,99,116,105,99,109,111,100,97,108,45,99,111,110,116,97,105,110,101,114,2,1,135,132,167,38,0,8,1,20,46,97,114,99,116,105,99,109,111,100,97,108,45,111,118,101,114,108,97,121,2,1,135,132,167,38,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,135,132,167,38,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,14,46,109,111,100,97,108,45,99,111,111,107,105,101,115,2,3,10,137,70,225,125,179,145,30,231,211,85,76,0,0,5,9,98,111,100,121,44,104,116,109,108,2,3,10,137,70,225,125,179,145,30,231,211,85,76,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,14,35,111,98,99,111,111,107,105,101,115,95,98,111,120,2,1,38,215,1,196,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,38,215,1,196,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,12,35,99,111,111,107,105,101,115,50,48,50,48,2,13,1,0,57,6,8,13,230,21,10,124,19,176,20,24,188,231,24,102,205,15,62,170,46,60,137,216,188,183,151,58,45,192,152,143,105,73,196,117,70,177,239,203,27,114,241,167,6,204,250,54,46,111,0,16,1,19,35,99,111,111,107,105,101,115,50,48,50,48,111,118,101,114,108,97,121,2,13,1,0,57,6,8,13,230,21,10,124,19,176,20,24,188,231,24,102,205,15,62,170,46,60,137,216,188,183,151,58,45,192,152,143,105,73,196,117,70,177,239,203,27,114,241,167,6,204,250,54,46,111,0,0,5,9,98,111,100,121,44,104,116,109,108,2,13,1,0,57,6,8,13,230,21,10,124,19,176,20,24,188,231,24,102,205,15,62,170,46,60,137,216,188,183,151,58,45,192,152,143,105,73,196,117,70,177,239,203,27,114,241,167,6,204,250,54,46,111,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,14,35,112,100,99,99,45,109,111,100,97,108,45,98,103,2,49,2,108,52,104,3,43,89,84,4,12,193,45,10,10,210,7,12,33,92,194,13,53,123,192,13,251,54,170,14,214,4,60,22,60,211,236,26,162,171,145,28,235,178,164,39,138,70,171,45,65,255,8,47,242,113,140,49,78,149,254,65,235,159,214,68,37,235,11,77,173,0,169,87,130,15,137,112,23,162,26,112,225,45,132,116,169,70,220,124,86,154,124,139,144,105,206,142,63,39,233,144,123,219,41,149,118,238,138,150,132,153,80,152,6,233,213,157,118,15,202,159,132,2,65,165,125,166,55,167,73,124,130,174,203,184,149,183,155,209,199,187,145,38,152,187,156,133,181,188,2,176,239,188,67,145,44,189,43,94,21,190,188,162,128,202,93,238,167,209,190,153,123,219,28,128,114,233,218,223,130,234,95,119,191,239,33,178,141,242,22,243,238,244,148,242,160,0,0,5,9,98,111,100,121,44,104,116,109,108,2,49,2,108,52,104,3,43,89,84,4,12,193,45,10,10,210,7,12,33,92,194,13,53,123,192,13,251,54,170,14,214,4,60,22,60,211,236,26,162,171,145,28,235,178,164,39,138,70,171,45,65,255,8,47,242,113,140,49,78,149,254,65,235,159,214,68,37,235,11,77,173,0,169,87,130,15,137,112,23,162,26,112,225,45,132,116,169,70,220,124,86,154,124,139,144,105,206,142,63,39,233,144,123,219,41,149,118,238,138,150,132,153,80,152,6,233,213,157,118,15,202,159,132,2,65,165,125,166,55,167,73,124,130,174,203,184,149,183,155,209,199,187,145,38,152,187,156,133,181,188,2,176,239,188,67,145,44,189,43,94,21,190,188,162,128,202,93,238,167,209,190,153,123,219,28,128,114,233,218,223,130,234,95,119,191,239,33,178,141,242,22,243,238,244,148,242,160,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,14,35,118,116,45,99,111,111,107,105,101,45,98,111,120,2,31,1,45,169,174,1,187,108,11,6,238,240,79,19,107,135,248,58,81,62,211,69,98,104,14,83,25,120,173,86,248,250,166,88,241,47,2,97,227,43,71,99,52,188,5,99,207,37,25,100,3,51,174,100,121,203,54,111,122,140,60,111,178,114,195,112,18,226,53,118,90,145,58,132,254,82,10,136,73,23,255,142,147,175,41,160,69,224,188,167,225,173,169,189,39,246,13,194,48,29,146,198,61,200,245,209,136,53,215,211,17,217,254,216,114,85,31,225,60,7,150,240,1,87,163,0,0,5,9,98,111,100,121,44,104,116,109,108,2,31,1,45,169,174,1,187,108,11,6,238,240,79,19,107,135,248,58,81,62,211,69,98,104,14,83,25,120,173,86,248,250,166,88,241,47,2,97,227,43,71,99,52,188,5,99,207,37,25,100,3,51,174,100,121,203,54,111,122,140,60,111,178,114,195,112,18,226,53,118,90,145,58,132,254,82,10,136,73,23,255,142,147,175,41,160,69,224,188,167,225,173,169,189,39,246,13,194,48,29,146,198,61,200,245,209,136,53,215,211,17,217,254,216,114,85,31,225,60,7,150,240,1,87,163,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,15,46,97,110,116,45,109,111,100,97,108,45,114,111,111,116,2,1,59,138,86,169,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,59,138,86,169,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,2,1,23,115,101,116,45,99,111,111,107,105,101,44,32,109,114,109,95,103,100,112,114,44,32,49,2,2,98,236,90,94,242,231,141,90,0,2,1,39,115,101,116,45,99,111,111,107,105,101,44,32,110,101,99,101,115,115,97,114,121,95,99,111,110,115,101,110,116,44,32,97,99,99,101,112,116,101,100,2,2,98,236,90,94,242,231,141,90,0,16,1,23,35,99,111,111,107,105,101,115,45,102,108,111,119,45,99,111,110,116,97,105,110,101,114,2,6,48,81,93,225,154,28,85,15,178,164,98,157,196,84,214,84,229,22,97,244,247,29,20,126,0,0,5,9,98,111,100,121,44,104,116,109,108,2,6,48,81,93,225,154,28,85,15,178,164,98,157,196,84,214,84,229,22,97,244,247,29,20,126,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,16,1,14,35,99,111,111,107,105,101,45,115,111,102,116,101,114,2,40,13,189,216,145,15,127,176,29,27,120,55,145,32,207,85,213,43,220,2,28,45,62,163,76,47,76,185,27,53,123,239,54,63,54,208,56,63,173,58,244,65,217,43,126,67,233,73,220,68,143,144,101,68,238,188,245,76,206,101,67,84,49,85,194,86,37,218,167,92,180,70,54,94,174,93,105,104,161,249,64,115,244,163,79,117,199,28,134,122,17,18,127,126,175,97,2,131,10,245,74,138,204,22,210,141,73,133,249,150,87,64,85,152,141,252,87,154,58,28,169,161,226,185,209,163,1,186,196,164,68,124,113,180,188,120,142,186,183,209,61,189,49,99,66,190,39,51,85,205,26,207,151,233,68,91,125,233,95,91,1,0,0,5,9,98,111,100,121,44,104,116,109,108,2,40,13,189,216,145,15,127,176,29,27,120,55,145,32,207,85,213,43,220,2,28,45,62,163,76,47,76,185,27,53,123,239,54,63,54,208,56,63,173,58,244,65,217,43,126,67,233,73,220,68,143,144,101,68,238,188,245,76,206,101,67,84,49,85,194,86,37,218,167,92,180,70,54,94,174,93,105,104,161,249,64,115,244,163,79,117,199,28,134,122,17,18,127,126,175,97,2,131,10,245,74,138,204,22,210,141,73,133,249,150,87,64,85,152,141,252,87,154,58,28,169,161,226,185,209,163,1,186,196,164,68,124,113,180,188,120,142,186,183,209,61,189,49,99,66,190,39,51,85,205,26,207,151,233,68,91,125,233,95,91,1,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,4,46,99,104,50,2,2,126,86,163,9,193,134,245,146,0,0,5,4,98,111,100,121,2,2,126,86,163,9,193,134,245,146,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,15,46,115,99,114,101,101,110,45,98,108,111,99,107,101,114,2,7,73,85,226,132,78,154,212,75,98,149,75,45,125,34,162,173,130,26,191,37,205,202,243,33,221,114,29,21,0,0,5,9,98,111,100,121,44,104,116,109,108,2,7,73,85,226,132,78,154,212,75,98,149,75,45,125,34,162,173,130,26,191,37,205,202,243,33,221,114,29,21,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,5,46,114,111,100,111,2,4,86,243,232,61,96,233,91,133,134,252,68,85,161,183,198,226,0,0,5,9,98,111,100,121,44,104,116,109,108,2,4,86,243,232,61,96,233,91,133,134,252,68,85,161,183,198,226,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,7,46,114,101,118,101,97,108,2,1,135,71,84,220,0,8,1,15,46,114,101,118,101,97,108,45,111,118,101,114,108,97,121,2,9,5,196,192,47,28,191,103,143,44,54,203,97,48,28,57,224,91,38,181,6,102,149,212,145,135,71,84,220,179,44,222,205,202,52,183,244,0,0,5,9,98,111,100,121,44,104,116,109,108,2,9,5,196,192,47,28,191,103,143,44,54,203,97,48,28,57,224,91,38,181,6,102,149,212,145,135,71,84,220,179,44,222,205,202,52,183,244,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,17,35,99,111,111,107,105,101,110,111,116,105,99,101,95,98,111,120,2,1,150,163,11,82,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,150,163,11,82,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,2,1,53,115,101,116,45,99,111,111,107,105,101,44,32,99,107,105,101,115,95,103,111,111,103,108,101,95,97,110,97,108,121,116,105,99,115,44,32,100,101,110,121,44,32,44,32,114,101,108,111,97,100,44,32,49,2,7,20,139,148,117,76,16,167,120,142,247,116,181,210,167,50,207,215,138,182,77,233,222,152,84,233,222,152,84,0,2,1,38,115,101,116,45,99,111,111,107,105,101,44,32,99,107,105,101,115,95,102,97,99,101,98,111,111,107,95,112,105,120,101,108,44,32,100,101,110,121,2,5,20,139,148,117,76,16,167,120,215,138,182,77,233,222,152,84,233,222,152,84,0,2,1,40,115,101,116,45,99,111,111,107,105,101,44,32,99,107,105,101,115,95,119,101,98,95,115,116,111,114,101,95,115,116,97,116,101,44,32,97,108,108,111,119,2,6,20,139,148,117,76,16,167,120,142,247,116,181,215,138,182,77,233,222,152,84,233,222,152,84,0,2,1,31,115,101,116,45,99,111,111,107,105,101,44,32,99,107,105,101,115,95,112,97,121,112,97,108,44,32,97,108,108,111,119,2,5,20,139,148,117,76,16,167,120,215,138,182,77,233,222,152,84,233,222,152,84,0,2,1,31,115,101,116,45,99,111,111,107,105,101,44,32,99,107,105,101,115,95,115,116,114,105,112,101,44,32,97,108,108,111,119,2,6,20,139,148,117,76,16,167,120,142,247,116,181,215,138,182,77,233,222,152,84,233,222,152,84,0,2,1,35,115,101,116,45,99,111,111,107,105,101,44,32,99,107,105,101,115,95,99,108,111,117,100,102,108,97,114,101,44,32,97,108,108,111,119,2,7,20,139,148,117,76,16,167,120,142,247,116,181,210,167,50,207,215,138,182,77,233,222,152,84,233,222,152,84,0,2,1,37,115,101,116,45,99,111,111,107,105,101,44,32,99,107,105,101,115,95,102,97,99,101,98,111,111,107,95,112,111,115,116,44,32,100,101,110,121,2,1,20,139,148,117,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,99,107,105,101,115,95,121,111,117,116,117,98,101,44,32,97,108,108,111,119,2,1,20,139,148,117,0,2,1,30,115,101,116,45,99,111,111,107,105,101,44,32,99,107,105,101,115,95,105,116,117,110,101,115,44,32,100,101,110,121,2,1,20,139,148,117,0,2,1,37,115,101,116,45,99,111,111,107,105,101,44,32,99,107,105,101,115,95,103,111,111,103,108,101,95,97,100,115,95,99,116,44,32,100,101,110,121,2,1,76,16,167,120,0,2,1,35,115,101,116,45,99,111,111,107,105,101,44,32,99,107,105,101,115,95,116,105,107,116,111,107,95,112,111,115,116,44,32,100,101,110,121,2,1,76,16,167,120,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,99,107,105,101,115,95,121,111,117,116,117,98,101,44,32,97,108,108,111,119,2,1,76,16,167,120,0,2,1,38,115,101,116,45,99,111,111,107,105,101,44,32,99,107,105,101,115,95,121,111,117,116,117,98,101,95,118,105,100,101,111,44,32,97,108,108,111,119,2,1,76,16,167,120,0,16,1,9,35,98,97,99,107,100,114,111,112,2,6,36,34,110,140,45,224,129,40,71,43,27,64,131,11,140,21,166,200,17,177,226,170,110,0,0,0,5,9,98,111,100,121,44,104,116,109,108,2,6,36,34,110,140,45,224,129,40,71,43,27,64,131,11,140,21,166,200,17,177,226,170,110,0,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,22,46,97,109,103,100,112,114,106,115,45,98,97,114,45,116,101,109,112,108,97,116,101,2,1,148,182,65,244,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,148,182,65,244,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,12,35,99,111,111,107,105,101,77,111,100,97,108,2,5,15,68,35,37,45,241,101,23,65,237,76,156,74,142,133,39,107,188,188,57,0,0,5,9,98,111,100,121,44,104,116,109,108,2,5,15,68,35,37,45,241,101,23,65,237,76,156,74,142,133,39,107,188,188,57,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,19,46,115,103,112,98,45,112,111,112,117,112,45,111,118,101,114,108,97,121,2,1,65,195,229,147,0,8,1,35,46,115,103,112,98,45,112,111,112,117,112,45,100,105,97,108,111,103,45,109,97,105,110,45,100,105,118,45,119,114,97,112,112,101,114,2,1,65,195,229,147,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,65,195,229,147,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,12,46,103,100,112,114,79,118,101,114,108,97,121,2,3,84,32,95,63,186,20,91,46,206,124,178,18,0,8,1,14,46,99,111,111,107,105,101,115,83,112,108,97,115,104,2,3,84,32,95,63,186,20,91,46,206,124,178,18,0,8,1,7,46,99,111,111,107,105,101,2,2,162,89,222,196,255,241,28,9,0,0,5,4,98,111,100,121,2,2,162,89,222,196,255,241,28,9,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,23,46,99,111,111,107,105,101,45,109,111,100,97,108,45,99,111,110,116,97,105,110,101,114,2,1,86,207,192,102,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,1,86,207,192,102,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,86,207,192,102,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,13,46,99,111,111,107,105,101,45,109,111,100,97,108,2,3,33,53,164,31,84,162,152,218,132,22,235,0,0,0,5,9,98,111,100,121,44,104,116,109,108,2,3,33,53,164,31,84,162,152,218,132,22,235,0,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,15,35,98,97,110,110,101,114,45,112,114,105,118,97,99,121,2,1,35,44,123,182,0,8,1,21,46,97,98,102,45,110,111,45,99,111,111,107,105,101,58,58,97,102,116,101,114,2,1,35,44,123,182,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,35,44,123,182,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,13,46,99,111,111,107,105,101,45,109,111,100,97,108,2,1,139,97,60,187,0,8,1,8,46,111,118,101,114,108,97,121,2,1,139,97,60,187,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,139,97,60,187,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,21,35,80,114,105,118,97,99,121,67,97,116,101,103,111,114,121,65,108,101,114,116,2,3,115,161,156,176,115,189,155,54,162,20,6,229,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,3,115,161,156,176,115,189,155,54,162,20,6,229,0,0,5,9,98,111,100,121,44,104,116,109,108,2,3,115,161,156,176,115,189,155,54,162,20,6,229,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,0,1,23,100,105,118,91,99,108,97,115,115,94,61,34,67,111,111,107,105,101,66,97,110,34,93,2,2,121,213,33,250,148,184,166,236,0,0,5,4,98,111,100,121,2,2,121,213,33,250,148,184,166,236,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,8,35,111,118,101,114,108,97,121,2,3,48,90,34,75,228,57,255,40,245,208,210,181,0,0,5,9,98,111,100,121,44,104,116,109,108,2,3,48,90,34,75,228,57,255,40,245,208,210,181,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,11,35,99,111,111,107,105,101,78,111,116,101,2,4,68,205,38,72,162,11,86,207,221,221,154,68,225,236,198,206,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,4,68,205,38,72,162,11,86,207,221,221,154,68,225,236,198,206,0,0,5,9,98,111,100,121,44,104,116,109,108,2,4,68,205,38,72,162,11,86,207,221,221,154,68,225,236,198,206,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,22,46,99,111,111,107,105,101,115,45,119,105,100,103,101,116,45,45,108,105,103,104,116,2,27,19,37,150,158,22,7,123,44,22,68,149,9,23,75,189,25,57,39,89,116,57,213,113,2,85,217,31,241,90,215,2,85,110,1,139,15,112,164,241,104,129,40,250,238,134,62,250,202,143,252,162,204,160,180,62,122,175,70,139,243,191,164,233,162,194,132,93,79,209,104,165,188,211,5,110,222,211,172,150,198,215,55,76,199,215,55,76,199,219,175,147,180,221,126,218,241,233,27,167,19,244,140,26,218,250,79,248,37,0,0,5,9,98,111,100,121,44,104,116,109,108,2,27,19,37,150,158,22,7,123,44,22,68,149,9,23,75,189,25,57,39,89,116,57,213,113,2,85,217,31,241,90,215,2,85,110,1,139,15,112,164,241,104,129,40,250,238,134,62,250,202,143,252,162,204,160,180,62,122,175,70,139,243,191,164,233,162,194,132,93,79,209,104,165,188,211,5,110,222,211,172,150,198,215,55,76,199,215,55,76,199,219,175,147,180,221,126,218,241,233,27,167,19,244,140,26,218,250,79,248,37,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,0,1,24,100,105,118,91,105,100,42,61,34,95,109,111,100,97,108,95,111,117,116,101,114,95,34,93,2,8,24,62,229,223,44,44,107,154,91,151,111,44,116,101,163,25,117,39,242,156,143,228,202,36,182,118,148,224,216,248,161,23,0,0,5,9,98,111,100,121,44,104,116,109,108,2,8,24,62,229,223,44,44,107,154,91,151,111,44,116,101,163,25,117,39,242,156,143,228,202,36,182,118,148,224,216,248,161,23,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,29,46,109,115,116,45,103,100,112,114,95,95,99,111,111,107,105,101,45,98,97,114,45,119,114,97,112,112,101,114,2,1,247,242,168,12,0,16,1,14,35,103,100,112,114,67,111,111,107,105,101,66,97,114,2,1,247,242,168,12,0,0,5,4,98,111,100,121,2,1,247,242,168,12,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,25,35,119,115,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,119,105,100,103,101,116,2,16,10,230,170,136,50,5,162,245,56,231,99,247,66,237,181,17,71,151,204,212,74,217,46,165,93,193,14,166,97,89,124,179,127,160,110,151,138,204,104,34,143,39,210,128,143,43,86,129,168,158,117,154,175,18,113,66,206,169,127,90,212,83,113,37,0,0,5,4,98,111,100,121,2,16,10,230,170,136,50,5,162,245,56,231,99,247,66,237,181,17,71,151,204,212,74,217,46,165,93,193,14,166,97,89,124,179,127,160,110,151,138,204,104,34,143,39,210,128,143,43,86,129,168,158,117,154,175,18,113,66,206,169,127,90,212,83,113,37,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,20,46,99,111,111,107,105,101,45,98,97,110,110,101,114,45,109,111,100,97,108,2,3,38,85,218,87,152,76,8,77,233,168,213,124,0,0,5,4,98,111,100,121,2,3,38,85,218,87,152,76,8,77,233,168,213,124,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,20,35,99,111,111,107,105,101,45,98,97,110,110,101,114,45,109,111,100,97,108,2,2,91,131,233,116,175,4,47,243,0,0,5,4,98,111,100,121,2,2,91,131,233,116,175,4,47,243,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,10,46,106,115,45,45,109,111,100,97,108,2,80,2,18,6,1,2,163,177,62,3,124,52,177,3,168,225,186,6,202,96,121,7,3,5,161,8,156,163,141,9,134,25,158,21,63,196,28,21,215,74,174,22,48,121,119,25,81,223,150,29,200,36,38,32,13,109,78,34,98,5,82,36,251,185,206,39,61,58,49,41,6,94,97,44,195,100,3,46,8,248,43,47,121,161,99,50,115,115,213,52,52,24,45,52,119,226,184,52,136,196,76,57,93,93,77,62,36,158,243,68,140,90,93,68,212,171,48,70,191,74,172,77,213,153,80,81,111,248,232,96,116,192,169,101,89,184,6,102,135,126,202,107,154,114,250,107,154,114,250,107,154,114,250,107,154,114,250,110,104,63,253,113,45,122,163,120,152,122,159,120,181,194,68,121,91,203,200,127,169,56,52,128,205,11,69,131,176,201,95,135,137,20,208,136,28,165,22,139,221,137,141,141,252,88,48,143,147,43,95,149,156,111,189,155,22,187,158,159,10,255,238,165,98,158,29,168,110,56,217,169,146,75,6,171,212,67,188,175,36,28,11,175,179,217,248,176,39,210,149,179,137,153,207,180,164,63,200,181,214,199,107,185,6,30,99,194,245,20,189,199,115,160,169,201,190,16,244,202,65,245,237,204,50,199,138,212,198,110,0,218,72,34,112,219,243,254,240,224,223,244,41,226,175,28,109,227,18,231,49,235,49,15,164,245,248,16,240,247,220,0,238,0,8,1,12,46,106,115,45,45,111,118,101,114,108,97,121,2,80,2,18,6,1,2,163,177,62,3,124,52,177,3,168,225,186,6,202,96,121,7,3,5,161,8,156,163,141,9,134,25,158,21,63,196,28,21,215,74,174,22,48,121,119,25,81,223,150,29,200,36,38,32,13,109,78,34,98,5,82,36,251,185,206,39,61,58,49,41,6,94,97,44,195,100,3,46,8,248,43,47,121,161,99,50,115,115,213,52,52,24,45,52,119,226,184,52,136,196,76,57,93,93,77,62,36,158,243,68,140,90,93,68,212,171,48,70,191,74,172,77,213,153,80,81,111,248,232,96,116,192,169,101,89,184,6,102,135,126,202,107,154,114,250,107,154,114,250,107,154,114,250,107,154,114,250,110,104,63,253,113,45,122,163,120,152,122,159,120,181,194,68,121,91,203,200,127,169,56,52,128,205,11,69,131,176,201,95,135,137,20,208,136,28,165,22,139,221,137,141,141,252,88,48,143,147,43,95,149,156,111,189,155,22,187,158,159,10,255,238,165,98,158,29,168,110,56,217,169,146,75,6,171,212,67,188,175,36,28,11,175,179,217,248,176,39,210,149,179,137,153,207,180,164,63,200,181,214,199,107,185,6,30,99,194,245,20,189,199,115,160,169,201,190,16,244,202,65,245,237,204,50,199,138,212,198,110,0,218,72,34,112,219,243,254,240,224,223,244,41,226,175,28,109,227,18,231,49,235,49,15,164,245,248,16,240,247,220,0,238,0,8,1,17,46,109,110,100,45,99,111,111,107,105,101,45,109,111,100,97,108,2,80,2,18,6,1,2,163,177,62,3,124,52,177,3,168,225,186,6,202,96,121,7,3,5,161,8,156,163,141,9,134,25,158,21,63,196,28,21,215,74,174,22,48,121,119,25,81,223,150,29,200,36,38,32,13,109,78,34,98,5,82,36,251,185,206,39,61,58,49,41,6,94,97,44,195,100,3,46,8,248,43,47,121,161,99,50,115,115,213,52,52,24,45,52,119,226,184,52,136,196,76,57,93,93,77,62,36,158,243,68,140,90,93,68,212,171,48,70,191,74,172,77,213,153,80,81,111,248,232,96,116,192,169,101,89,184,6,102,135,126,202,107,154,114,250,107,154,114,250,107,154,114,250,107,154,114,250,110,104,63,253,113,45,122,163,120,152,122,159,120,181,194,68,121,91,203,200,127,169,56,52,128,205,11,69,131,176,201,95,135,137,20,208,136,28,165,22,139,221,137,141,141,252,88,48,143,147,43,95,149,156,111,189,155,22,187,158,159,10,255,238,165,98,158,29,168,110,56,217,169,146,75,6,171,212,67,188,175,36,28,11,175,179,217,248,176,39,210,149,179,137,153,207,180,164,63,200,181,214,199,107,185,6,30,99,194,245,20,189,199,115,160,169,201,190,16,244,202,65,245,237,204,50,199,138,212,198,110,0,218,72,34,112,219,243,254,240,224,223,244,41,226,175,28,109,227,18,231,49,235,49,15,164,245,248,16,240,247,220,0,238,0,0,5,9,98,111,100,121,44,104,116,109,108,2,80,2,18,6,1,2,163,177,62,3,124,52,177,3,168,225,186,6,202,96,121,7,3,5,161,8,156,163,141,9,134,25,158,21,63,196,28,21,215,74,174,22,48,121,119,25,81,223,150,29,200,36,38,32,13,109,78,34,98,5,82,36,251,185,206,39,61,58,49,41,6,94,97,44,195,100,3,46,8,248,43,47,121,161,99,50,115,115,213,52,52,24,45,52,119,226,184,52,136,196,76,57,93,93,77,62,36,158,243,68,140,90,93,68,212,171,48,70,191,74,172,77,213,153,80,81,111,248,232,96,116,192,169,101,89,184,6,102,135,126,202,107,154,114,250,107,154,114,250,107,154,114,250,107,154,114,250,110,104,63,253,113,45,122,163,120,152,122,159,120,181,194,68,121,91,203,200,127,169,56,52,128,205,11,69,131,176,201,95,135,137,20,208,136,28,165,22,139,221,137,141,141,252,88,48,143,147,43,95,149,156,111,189,155,22,187,158,159,10,255,238,165,98,158,29,168,110,56,217,169,146,75,6,171,212,67,188,175,36,28,11,175,179,217,248,176,39,210,149,179,137,153,207,180,164,63,200,181,214,199,107,185,6,30,99,194,245,20,189,199,115,160,169,201,190,16,244,202,65,245,237,204,145,52,33,212,198,110,0,218,72,34,112,219,243,254,240,224,223,244,41,226,175,28,109,227,18,231,49,235,49,15,164,245,248,16,240,247,220,0,238,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,28,35,99,111,111,107,105,101,45,98,97,110,110,101,114,46,99,111,111,107,105,101,45,98,97,110,110,101,114,2,35,1,173,95,59,9,205,216,89,31,162,97,198,34,77,120,188,36,57,50,65,36,76,36,150,50,149,135,136,58,140,94,217,68,208,65,98,83,87,45,26,94,231,27,82,96,128,68,163,99,77,76,116,123,194,221,212,132,25,5,193,145,3,47,128,148,160,121,117,177,238,57,215,178,148,173,226,180,68,107,86,183,246,105,50,192,38,162,77,200,83,31,19,204,43,243,246,210,175,158,152,217,25,224,109,223,132,35,32,224,80,165,162,233,150,216,237,239,31,207,249,243,248,134,70,245,19,10,7,245,96,144,255,245,170,87,17,253,17,5,151,0,0,5,9,98,111,100,121,44,104,116,109,108,2,35,1,173,95,59,9,205,216,89,31,162,97,198,34,77,120,188,36,57,50,65,36,76,36,150,50,149,135,136,58,140,94,217,68,208,65,98,83,87,45,26,94,231,27,82,96,128,68,163,99,77,76,116,123,194,221,212,132,25,5,193,145,3,47,128,148,160,121,117,177,238,57,215,178,148,173,226,180,68,107,86,183,246,105,50,192,38,162,77,200,83,31,19,204,43,243,246,210,175,158,152,217,25,224,109,223,132,35,32,224,80,165,162,233,150,216,237,239,31,207,249,243,248,134,70,245,19,10,7,245,96,144,255,245,170,87,17,253,17,5,151,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,21,46,109,111,100,97,108,45,99,97,99,115,112,45,112,111,115,105,116,105,111,110,2,1,179,160,169,189,0,8,1,21,46,109,111,100,97,108,45,99,97,99,115,112,45,98,97,99,107,100,114,111,112,2,1,179,160,169,189,0,0,5,4,104,116,109,108,2,1,179,160,169,189,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,25,46,99,111,111,107,105,101,45,119,114,97,112,112,101,114,45,99,111,110,116,97,105,110,101,114,2,1,71,76,29,1,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,71,76,29,1,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,18,35,116,97,114,116,101,97,117,99,105,116,114,111,110,82,111,111,116,2,2,39,209,196,53,154,166,145,127,0,0,5,9,98,111,100,121,44,104,116,109,108,2,2,39,209,196,53,154,166,145,127,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,9,27,122,30,105,52,239,58,65,76,58,14,223,82,220,111,191,166,60,238,192,196,121,241,166,197,6,87,245,231,112,234,117,242,231,129,145,0,16,1,16,35,99,111,111,107,105,101,109,97,110,45,109,111,100,97,108,2,9,27,122,30,105,52,239,58,65,76,58,14,223,82,220,111,191,166,60,238,192,196,121,241,166,197,6,87,245,231,112,234,117,242,231,129,145,0,0,5,4,98,111,100,121,2,9,27,122,30,105,52,239,58,65,76,58,14,223,82,220,111,191,166,60,238,192,196,121,241,166,197,6,87,245,231,112,234,117,242,231,129,145,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,6,46,109,111,100,97,108,2,15,7,8,15,228,30,164,191,17,30,248,7,116,88,87,43,38,99,193,233,223,139,246,254,63,150,52,1,76,179,20,4,226,186,229,168,25,187,74,254,74,190,147,250,16,198,40,104,251,223,28,198,235,235,107,12,61,237,168,21,29,0,16,1,20,35,103,100,112,114,95,99,111,111,107,105,101,45,111,118,101,114,108,97,121,2,1,58,254,112,108,0,16,1,22,35,103,100,112,114,95,99,111,111,107,105,101,45,109,97,105,110,87,114,97,112,112,2,1,58,254,112,108,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,58,254,112,108,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,12,35,106,115,45,99,99,45,109,111,100,97,108,2,1,179,177,248,90,0,0,5,4,98,111,100,121,2,1,179,177,248,90,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,24,46,106,115,45,111,45,112,97,103,101,95,95,103,100,112,114,45,111,118,101,114,108,97,121,2,30,4,82,133,126,7,229,243,218,13,245,207,122,44,35,154,13,46,38,152,223,49,191,48,68,49,192,100,99,52,94,58,128,54,214,136,245,84,1,135,70,90,86,183,117,100,24,47,22,107,32,220,108,111,96,242,73,118,221,109,183,138,134,171,224,143,211,47,7,144,148,214,115,148,247,155,239,151,252,172,31,161,140,64,241,173,37,214,227,183,147,101,123,186,229,3,224,196,140,53,254,216,104,177,124,217,46,82,76,219,84,3,167,229,246,25,144,235,52,88,73,0,0,5,4,98,111,100,121,2,30,4,82,133,126,7,229,243,218,13,245,207,122,44,35,154,13,46,38,152,223,49,191,48,68,49,192,100,99,52,94,58,128,54,214,136,245,84,1,135,70,90,86,183,117,100,24,47,22,107,32,220,108,111,96,242,73,118,221,109,183,138,134,171,224,143,211,47,7,144,148,214,115,148,247,155,239,151,252,172,31,161,140,64,241,173,37,214,227,183,147,101,123,186,229,3,224,196,140,53,254,216,104,177,124,217,46,82,76,219,84,3,167,229,246,25,144,235,52,88,73,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,20,46,122,107,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,2,2,107,170,87,134,164,96,9,228,0,0,5,9,98,111,100,121,44,104,116,109,108,2,2,107,170,87,134,164,96,9,228,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,31,35,106,115,45,109,111,100,101,114,110,45,99,111,111,107,105,101,45,109,111,100,97,108,45,119,114,97,112,112,101,114,2,1,27,96,158,31,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,27,96,158,31,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,12,46,112,117,109,45,111,118,101,114,108,97,121,2,2,147,175,19,128,247,38,65,144,0,0,5,9,98,111,100,121,44,104,116,109,108,2,2,147,175,19,128,247,38,65,144,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,12,46,106,115,45,45,111,118,101,114,108,97,121,2,9,7,3,5,161,14,211,138,243,49,188,57,48,68,131,245,77,94,197,19,250,98,100,139,82,152,106,168,241,202,201,155,73,223,250,243,134,0,0,5,9,98,111,100,121,44,104,116,109,108,2,9,7,3,5,161,14,211,138,243,49,188,57,48,68,131,245,77,94,197,19,250,98,100,139,82,152,106,168,241,202,201,155,73,223,250,243,134,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,14,46,109,111,100,97,108,45,45,99,111,111,107,105,101,2,1,79,195,119,237,0,8,1,12,46,106,115,45,45,111,118,101,114,108,97,121,2,1,79,195,119,237,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,79,195,119,237,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,9,46,115,110,111,111,112,45,99,99,2,4,27,116,234,188,66,249,189,62,166,80,179,59,184,76,213,17,0,2,1,32,114,99,44,32,115,110,111,111,112,45,109,111,100,97,108,45,111,112,101,110,44,32,98,111,100,121,44,32,115,116,97,121,2,4,27,116,234,188,66,249,189,62,166,80,179,59,184,76,213,17,0,8,1,10,46,106,115,45,45,109,111,100,97,108,2,5,2,12,87,97,6,45,185,93,134,31,215,31,188,105,9,161,242,231,28,120,0,8,1,12,46,106,115,45,45,111,118,101,114,108,97,121,2,5,2,12,87,97,6,45,185,93,134,31,215,31,188,105,9,161,242,231,28,120,0,0,5,9,98,111,100,121,44,104,116,109,108,2,5,2,12,87,97,6,45,185,93,134,31,215,31,188,105,9,161,242,231,28,120,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,21,46,99,111,111,107,105,101,115,45,110,111,116,105,102,105,99,97,116,105,111,110,2,1,243,23,205,102,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,243,23,205,102,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,14,46,77,117,105,65,108,101,114,116,45,114,111,111,116,2,1,11,187,171,193,0,0,5,4,104,116,109,108,2,1,11,187,171,193,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,29,46,77,117,105,68,105,97,108,111,103,45,114,111,111,116,46,77,117,105,77,111,100,97,108,45,114,111,111,116,2,8,16,56,150,171,41,64,174,80,46,247,77,62,83,157,71,152,101,214,4,222,145,18,68,144,168,17,239,193,210,41,232,31,0,0,5,4,104,116,109,108,2,8,16,56,150,171,41,64,174,80,46,247,77,62,83,157,71,152,101,214,4,222,145,18,68,144,168,17,239,193,210,41,232,31,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,15,46,106,115,45,99,111,111,107,105,101,45,119,97,108,108,2,1,14,108,84,199,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,14,108,84,199,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,21,35,99,111,111,107,105,101,115,67,111,110,115,101,110,116,68,105,97,108,111,103,2,16,7,110,50,48,19,94,26,192,20,86,157,97,34,49,200,161,68,143,65,222,92,87,155,84,108,16,106,22,122,180,217,252,128,81,229,59,134,120,30,4,148,253,49,121,153,102,140,26,154,117,89,105,175,51,204,61,176,16,164,232,212,229,203,7,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,16,7,110,50,48,19,94,26,192,20,86,157,97,34,49,200,161,68,143,65,222,92,87,155,84,108,16,106,22,122,180,217,252,128,81,229,59,134,120,30,4,148,253,49,121,153,102,140,26,154,117,89,105,175,51,204,61,176,16,164,232,212,229,203,7,0,0,5,9,98,111,100,121,44,104,116,109,108,2,16,7,110,50,48,19,94,26,192,20,86,157,97,34,49,200,161,68,143,65,222,92,87,155,84,108,16,106,22,122,180,217,252,128,81,229,59,134,120,30,4,148,253,49,121,153,102,140,26,154,117,89,105,175,51,204,61,176,16,164,232,212,229,203,7,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,6,46,108,97,121,101,114,2,17,0,56,17,3,15,173,68,122,38,185,94,71,54,247,250,173,77,73,160,171,86,214,61,194,100,15,47,11,114,99,149,166,120,172,184,18,126,133,32,134,129,180,186,179,130,134,128,141,152,45,38,189,169,149,178,23,187,22,34,60,222,166,145,53,253,118,198,42,0,8,1,21,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,119,105,100,103,101,116,2,17,0,56,17,3,15,173,68,122,38,185,94,71,54,247,250,173,77,73,160,171,86,214,61,194,100,15,47,11,114,99,149,166,120,172,184,18,126,133,32,134,129,180,186,179,130,134,128,141,152,45,38,189,169,149,178,23,187,22,34,60,222,166,145,53,253,118,198,42,0,16,1,8,35,111,118,101,114,108,97,121,2,17,0,56,17,3,15,173,68,122,38,185,94,71,54,247,250,173,77,73,160,171,86,214,61,194,100,15,47,11,114,99,149,166,120,172,184,18,126,133,32,134,129,180,186,179,130,134,128,141,152,45,38,189,169,149,178,23,187,22,34,60,222,166,145,53,253,118,198,42,0,0,5,9,98,111,100,121,44,104,116,109,108,2,17,0,56,17,3,15,173,68,122,38,185,94,71,54,247,250,173,77,73,160,171,86,214,61,194,100,15,47,11,114,99,149,166,120,172,184,18,126,133,32,134,129,180,186,179,130,134,128,141,152,45,38,189,169,149,178,23,187,22,34,60,222,166,145,53,253,118,198,42,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,15,46,103,100,112,114,45,99,111,109,112,111,110,101,110,116,2,1,160,110,94,109,0,0,5,4,98,111,100,121,2,1,160,110,94,109,79,112,111,115,105,116,105,111,110,58,32,115,116,97,116,105,99,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,119,105,100,116,104,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,5,46,118,101,105,108,2,1,48,212,100,5,0,0,5,4,98,111,100,121,2,1,48,212,100,5,79,112,111,115,105,116,105,111,110,58,32,115,116,97,116,105,99,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,119,105,100,116,104,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,14,35,99,111,111,107,105,101,45,110,111,116,105,99,101,2,1,148,10,221,49,0,0,5,4,98,111,100,121,2,1,148,10,221,49,79,112,111,115,105,116,105,111,110,58,32,115,116,97,116,105,99,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,119,105,100,116,104,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,20,46,99,111,111,107,105,101,45,110,111,116,105,102,121,95,95,119,114,97,112,2,1,31,238,151,43,0,0,5,4,98,111,100,121,2,1,31,238,151,43,79,112,111,115,105,116,105,111,110,58,32,115,116,97,116,105,99,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,119,105,100,116,104,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,0,0,1,22,100,105,118,46,116,118,112,45,99,111,111,107,105,101,45,111,118,101,114,108,97,121,2,4,2,155,167,176,44,44,189,181,190,81,52,51,192,64,29,227,0,0,5,4,104,116,109,108,2,4,2,155,167,176,44,44,189,181,190,81,52,51,192,64,29,227,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,18,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,118,50,2,13,21,68,152,244,43,75,242,97,46,24,37,180,51,194,100,167,86,225,51,122,93,66,176,82,131,63,36,204,132,80,35,201,152,75,82,8,205,193,203,5,220,113,115,95,254,26,46,71,254,151,145,105,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,13,21,68,152,244,43,75,242,97,46,24,37,180,51,194,100,167,86,225,51,122,93,66,176,82,131,63,36,204,132,80,35,201,152,75,82,8,205,193,203,5,220,113,115,95,254,26,46,71,254,151,145,105,0,0,5,4,98,111,100,121,2,13,21,68,152,244,43,75,242,97,46,24,37,180,51,194,100,167,86,225,51,122,93,66,176,82,131,63,36,204,132,80,35,201,152,75,82,8,205,193,203,5,220,113,115,95,254,26,46,71,254,151,145,105,79,112,111,115,105,116,105,111,110,58,32,115,116,97,116,105,99,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,119,105,100,116,104,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,18,35,95,95,98,110,97,45,99,109,112,45,100,105,115,112,108,97,121,2,1,158,144,57,176,0,0,5,4,98,111,100,121,2,1,158,144,57,176,79,112,111,115,105,116,105,111,110,58,32,115,116,97,116,105,99,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,119,105,100,116,104,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,0,0,1,9,99,107,112,108,45,119,101,98,99,2,2,24,194,238,2,67,32,123,89,0,0,5,9,98,111,100,121,44,104,116,109,108,2,2,24,194,238,2,67,32,123,89,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,18,46,99,111,111,107,105,101,115,102,117,108,108,83,99,114,101,101,110,2,1,162,16,129,26,0,0,5,4,98,111,100,121,2,1,162,16,129,26,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,12,46,102,99,95,117,110,100,101,114,108,97,121,2,1,27,105,94,103,0,8,1,10,46,102,99,95,100,105,97,108,111,103,2,1,27,105,94,103,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,27,105,94,103,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,5,18,46,99,111,111,107,105,101,67,111,110,115,101,110,116,82,111,111,116,2,1,144,118,8,194,31,116,114,97,110,115,102,111,114,109,58,32,115,99,97,108,101,40,48,41,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,13,46,106,115,45,99,111,111,107,105,101,98,111,120,2,1,16,250,104,175,0,2,1,32,114,99,44,32,105,115,45,98,108,117,114,114,101,100,45,99,111,111,107,105,101,98,111,120,44,32,44,32,115,116,97,121,2,1,16,250,104,175,0,16,1,16,35,101,110,115,80,114,105,118,97,99,121,66,108,111,99,107,2,1,69,185,139,196,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,69,185,139,196,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,9,46,100,97,116,97,104,105,110,116,2,1,144,157,209,45,0,8,1,24,46,106,115,45,111,45,112,97,103,101,95,95,103,100,112,114,45,111,118,101,114,108,97,121,2,1,5,221,85,194,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,5,221,85,194,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,0,1,30,91,99,108,97,115,115,42,61,34,77,111,100,97,108,95,95,83,109,111,107,101,83,99,114,101,101,110,45,34,93,2,1,152,53,204,197,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,152,53,204,197,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,27,46,99,99,45,116,104,101,109,101,45,99,108,97,115,115,105,99,46,99,99,45,119,105,110,100,111,119,2,1,130,26,65,11,0,16,1,17,35,112,97,110,100,101,99,116,101,115,45,98,97,110,110,101,114,2,1,130,26,65,11,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,130,26,65,11,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,18,46,99,99,45,119,105,110,100,111,119,45,98,108,111,99,107,101,114,2,1,222,37,222,30,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,222,37,222,30,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,17,35,99,111,110,115,101,110,116,45,116,114,97,99,107,105,110,103,2,1,222,173,36,74,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,1,222,173,36,74,0,8,1,5,46,118,101,105,108,2,1,222,173,36,74,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,222,173,36,74,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,23,46,105,110,104,111,117,115,101,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,2,1,227,16,141,17,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,227,16,141,17,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,0,5,9,98,111,100,121,44,104,116,109,108,2,9,42,152,81,28,76,231,164,35,77,5,73,20,169,191,112,73,170,89,153,47,178,83,49,126,223,102,183,7,248,120,153,241,252,3,227,143,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,9,46,106,115,45,111,116,115,100,107,2,17,53,112,120,177,58,154,133,213,66,86,225,164,67,254,42,73,96,237,135,13,133,57,54,247,139,70,176,148,140,68,5,87,150,39,218,20,157,163,18,74,163,170,54,241,165,76,152,60,177,164,15,217,185,128,231,149,199,226,50,176,224,208,166,178,234,246,57,82,0,0,5,9,98,111,100,121,44,104,116,109,108,2,17,53,112,120,177,58,154,133,213,66,86,225,164,67,254,42,73,96,237,135,13,133,57,54,247,139,70,176,148,140,68,5,87,150,39,218,20,157,163,18,74,163,170,54,241,165,76,152,60,177,164,15,217,185,128,231,149,199,226,50,176,224,208,166,178,234,246,57,82,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,16,35,99,111,110,115,101,110,116,45,109,97,110,97,103,101,114,2,1,33,143,119,215,0,2,1,38,114,99,44,32,99,111,110,115,101,110,116,45,109,97,110,97,103,101,114,45,45,112,111,112,117,112,44,32,98,111,100,121,44,32,115,116,97,121,2,1,33,143,119,215,0,2,1,36,114,99,44,32,99,111,110,115,101,110,116,45,109,97,110,97,103,101,114,45,111,112,101,110,44,32,98,111,100,121,44,32,115,116,97,121,2,1,33,143,119,215,0,8,1,6,46,109,111,100,97,108,2,1,3,28,179,34,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,1,3,28,179,34,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,3,28,179,34,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,14,46,112,111,112,105,110,45,111,118,101,114,108,97,121,2,1,204,146,28,220,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,204,146,28,220,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,17,35,99,98,45,99,111,111,107,105,101,111,118,101,114,108,97,121,2,1,214,154,181,5,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,214,154,181,5,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,24,46,99,111,111,107,105,101,106,115,45,98,97,110,110,101,114,45,119,114,97,112,112,101,114,2,1,243,130,87,95,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,1,243,130,87,95,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,243,130,87,95,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,14,35,99,111,111,107,105,101,115,45,97,108,101,114,116,2,1,175,24,246,39,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,175,24,246,39,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,16,1,17,35,99,111,111,107,105,101,110,111,116,105,99,101,95,98,111,120,2,40,1,82,80,4,3,16,138,211,6,127,202,253,13,142,181,177,15,67,226,154,16,179,192,72,27,124,54,219,46,103,110,95,46,224,70,253,48,97,209,232,67,20,134,197,67,101,228,248,69,254,73,6,74,169,238,197,80,205,166,108,89,93,237,136,109,112,246,21,109,184,30,114,115,72,103,9,138,26,216,54,138,176,42,71,144,175,229,75,155,193,42,30,163,59,15,205,181,238,176,165,190,247,139,215,191,23,154,53,200,28,123,123,211,214,192,126,212,242,153,190,214,4,16,139,220,226,40,61,226,214,22,66,227,203,121,63,228,79,175,249,237,27,61,118,242,231,107,32,242,231,107,32,249,17,116,18,250,34,112,245,0,0,5,9,98,111,100,121,44,104,116,109,108,2,40,1,82,80,4,3,16,138,211,6,127,202,253,13,142,181,177,15,67,226,154,16,179,192,72,27,124,54,219,46,103,110,95,46,224,70,253,48,97,209,232,67,20,134,197,67,101,228,248,69,254,73,6,74,169,238,197,80,205,166,108,89,93,237,136,109,112,246,21,109,184,30,114,115,72,103,9,138,26,216,54,138,176,42,71,144,175,229,75,155,193,42,30,163,59,15,205,181,238,176,165,190,247,139,215,191,23,154,53,200,28,123,123,211,214,192,126,212,242,153,190,214,4,16,139,220,226,40,61,226,214,22,66,227,203,121,63,228,79,175,249,237,27,61,118,242,231,107,32,242,231,107,32,249,17,116,18,250,34,112,245,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,13,46,99,111,111,107,105,101,45,109,111,100,97,108,2,3,65,195,9,55,158,107,109,120,241,176,218,254,0,8,1,9,46,98,103,45,109,111,100,97,108,2,3,65,195,9,55,158,107,109,120,241,176,218,254,0,0,5,9,104,116,109,108,44,98,111,100,121,2,3,65,195,9,55,158,107,109,120,241,176,218,254,79,112,111,115,105,116,105,111,110,58,32,115,116,97,116,105,99,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,119,105,100,116,104,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,25,46,99,111,111,107,105,101,45,98,97,110,110,101,114,45,102,117,108,108,115,99,114,101,101,110,2,1,215,22,237,142,0,0,5,9,104,116,109,108,44,98,111,100,121,2,1,215,22,237,142,79,112,111,115,105,116,105,111,110,58,32,115,116,97,116,105,99,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,119,105,100,116,104,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,0,2,1,32,114,99,44,32,122,112,45,103,116,109,45,115,99,114,105,112,116,115,45,45,98,108,117,114,44,32,44,32,115,116,97,121,2,1,84,112,72,53,0,8,1,29,46,122,112,45,103,116,109,45,115,99,114,105,112,116,115,45,109,111,100,97,108,45,119,114,97,112,112,101,114,2,1,84,112,72,53,0,16,1,13,35,114,111,100,111,45,109,101,115,115,97,103,101,2,2,38,189,162,206,55,67,199,7,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,2,38,189,162,206,55,67,199,7,0,0,5,9,98,111,100,121,44,104,116,109,108,2,2,38,189,162,206,55,67,199,7,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,16,46,99,111,111,107,105,101,95,95,111,118,101,114,108,97,121,2,1,55,13,181,72,0,8,1,7,46,99,111,111,107,105,101,2,1,55,13,181,72,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,55,13,181,72,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,13,35,99,111,111,107,105,101,66,97,110,110,101,114,2,1,179,59,83,173,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,1,179,59,83,173,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,179,59,83,173,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,18,46,98,97,115,101,45,109,111,100,97,108,45,100,105,97,108,111,103,2,1,42,195,149,251,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,42,195,149,251,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,18,46,99,104,50,45,100,105,97,108,111,103,45,98,111,116,116,111,109,2,1,67,90,183,114,0,8,1,14,46,99,104,50,45,99,111,110,116,97,105,110,101,114,2,1,67,90,183,114,0,0,5,4,98,111,100,121,2,1,67,90,183,114,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,11,46,99,99,45,119,114,97,112,112,101,114,2,1,126,23,141,159,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,126,23,141,159,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,15,35,112,114,105,118,97,99,121,45,119,105,110,100,111,119,2,1,144,84,182,119,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,144,84,182,119,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,28,46,100,45,103,116,109,45,115,99,114,105,112,116,115,45,109,111,100,97,108,45,119,114,97,112,112,101,114,2,2,3,86,133,11,36,80,170,114,0,8,1,11,46,99,99,45,111,118,101,114,108,97,121,2,1,220,8,51,157,0,16,1,13,35,107,111,101,107,106,101,87,105,100,103,101,116,2,1,244,181,82,109,0,2,1,16,114,99,44,32,100,111,116,115,44,32,44,32,115,116,97,121,2,1,244,181,82,109,0,8,1,19,46,108,116,97,45,99,111,111,107,105,101,115,45,98,97,110,110,101,114,2,1,246,19,7,90,0,2,1,30,114,99,44,32,99,111,111,107,105,101,115,45,109,111,100,97,108,45,111,112,101,110,44,32,44,32,115,116,97,121,2,1,246,19,7,90,0,8,1,19,46,77,111,100,97,108,95,109,111,100,97,108,95,95,106,90,82,66,102,2,1,0,153,223,227,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,0,153,223,227,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,14,46,99,111,111,107,105,101,115,45,109,111,100,97,108,2,1,214,180,245,85,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,214,180,245,85,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,5,35,103,112,100,114,2,1,214,214,28,112,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,214,214,28,112,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,15,46,99,111,111,107,105,101,115,45,98,97,110,110,101,114,2,1,44,185,42,47,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,44,185,42,47,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,8,46,107,108,103,48,103,114,51,2,1,161,43,10,53,0,8,1,8,46,107,108,103,48,103,114,54,2,1,161,43,10,53,0,0,5,4,98,111,100,121,2,1,161,43,10,53,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,0,5,1,42,2,1,161,43,10,53,75,102,105,108,116,101,114,58,32,110,111,110,101,32,33,105,109,112,111,114,116,97,110,116,59,111,112,97,99,105,116,121,58,49,32,33,105,109,112,111,114,116,97,110,116,59,112,111,105,110,116,101,114,45,101,118,101,110,116,115,58,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,8,1,11,46,109,111,100,97,108,45,114,103,112,100,2,1,145,165,79,170,0,2,1,23,114,99,44,32,111,118,101,114,108,97,121,44,32,98,111,100,121,44,32,115,116,97,121,2,1,145,165,79,170,0,16,1,24,35,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,101,120,116,101,110,100,101,100,2,1,5,112,30,41,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,5,112,30,41,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,16,46,65,80,95,109,111,100,45,98,109,45,108,97,121,101,114,2,1,244,234,116,8,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,244,234,116,8,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,20,35,105,110,116,101,114,79,112,97,99,105,100,97,100,67,111,111,107,105,101,2,1,148,18,138,105,0,8,1,17,46,100,109,95,99,111,111,107,105,101,115,95,99,111,110,116,50,2,1,148,18,138,105,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,148,18,138,105,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,29,35,104,101,97,100,108,101,115,115,117,105,45,100,105,97,108,111,103,45,111,118,101,114,108,97,121,45,49,57,2,1,99,138,62,39,0,16,1,21,35,104,101,97,100,108,101,115,115,117,105,45,100,105,97,108,111,103,45,49,55,2,1,99,138,62,39,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,99,138,62,39,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,8,1,23,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,98,108,97,110,107,101,116,2,1,130,108,79,107,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,130,108,79,107,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,0,1,23,103,108,45,109,97,110,97,103,101,45,99,111,111,107,105,101,115,45,109,111,100,97,108,2,1,229,14,188,94,0,0,5,9,104,116,109,108,44,98,111,100,121,2,1,229,14,188,94,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,0,1,30,100,105,118,91,99,108,97,115,115,94,61,34,115,116,121,108,101,115,95,95,79,118,101,114,108,97,121,45,34,93,2,1,24,34,91,32,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,24,34,91,32,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,8,46,108,111,103,111,98,97,114,2,1,126,183,54,85,0,0,5,4,98,111,100,121,2,1,126,183,54,85,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,15,46,109,111,100,97,108,45,99,111,110,115,101,110,116,115,2,19,3,175,39,97,5,67,90,3,11,36,193,8,18,179,233,245,41,3,1,159,56,237,175,40,82,178,228,175,83,143,98,173,91,74,45,171,117,87,241,204,126,22,69,154,128,225,153,135,158,147,196,162,195,59,149,180,199,215,101,23,213,213,21,137,227,223,238,168,230,56,156,39,247,19,184,162,0,8,1,24,46,119,105,116,104,45,98,108,117,114,114,101,100,45,98,97,99,107,103,114,111,117,110,100,2,18,3,175,39,97,5,67,90,3,11,36,193,8,18,179,233,245,41,3,1,159,56,237,175,40,82,178,228,175,83,143,98,173,91,74,45,171,117,87,241,204,126,22,69,154,128,225,153,135,195,59,149,180,199,215,101,23,213,213,21,137,227,223,238,168,230,56,156,39,247,19,184,162,0,8,1,17,46,101,45,115,99,114,101,101,110,45,111,118,101,114,108,97,121,2,18,3,175,39,97,5,67,90,3,11,36,193,8,18,179,233,245,41,3,1,159,56,237,175,40,82,178,228,175,83,143,98,173,91,74,45,171,117,87,241,204,126,22,69,154,128,225,153,135,195,59,149,180,199,215,101,23,213,213,21,137,227,223,238,168,230,56,156,39,247,19,184,162,0,8,1,26,46,101,45,99,111,110,115,101,110,116,115,45,97,108,101,114,116,95,95,119,114,97,112,112,101,114,2,18,3,175,39,97,5,67,90,3,11,36,193,8,18,179,233,245,41,3,1,159,56,237,175,40,82,178,228,175,83,143,98,173,91,74,45,171,117,87,241,204,126,22,69,154,128,225,153,135,195,59,149,180,199,215,101,23,213,213,21,137,227,223,238,168,230,56,156,39,247,19,184,162,0,0,5,9,98,111,100,121,44,104,116,109,108,2,18,3,175,39,97,5,67,90,3,11,36,193,8,18,179,233,245,41,3,1,159,56,237,175,40,82,178,228,175,83,143,98,173,91,74,45,171,117,87,241,204,126,22,69,154,128,225,153,135,195,59,149,180,199,215,101,23,213,213,21,137,227,223,238,168,230,56,156,39,247,19,184,162,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,14,46,99,111,111,107,105,101,45,112,111,108,105,99,121,2,1,245,105,84,29,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,245,105,84,29,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,20,46,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,2,1,138,42,64,30,0,8,5,16,46,119,114,97,112,112,101,114,45,45,108,111,99,107,101,100,2,1,138,42,64,30,30,112,111,115,105,116,105,111,110,58,32,114,101,108,97,116,105,118,101,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,12,46,99,115,115,45,49,50,54,120,106,48,102,2,1,71,234,181,56,0,0,5,4,98,111,100,121,2,1,71,234,181,56,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,27,46,99,50,52,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,119,114,97,112,112,101,114,2,1,9,3,254,228,0,0,5,4,98,111,100,121,2,1,9,3,254,228,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,17,46,101,97,45,99,111,111,107,105,101,115,45,112,111,112,105,110,2,1,113,245,37,251,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,113,245,37,251,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,16,1,16,35,67,111,110,116,97,105,110,101,114,67,111,111,107,105,101,2,1,11,80,169,243,0,16,1,23,35,67,111,110,116,97,105,110,101,114,79,112,97,99,105,116,121,67,111,111,107,105,101,2,1,11,80,169,243,0,0,5,4,98,111,100,121,2,1,11,80,169,243,79,112,111,115,105,116,105,111,110,58,32,115,116,97,116,105,99,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,119,105,100,116,104,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,17,46,99,104,105,109,112,105,102,121,45,111,118,101,114,108,97,121,2,1,231,245,190,4,0,8,1,17,46,99,104,45,112,111,112,117,112,45,99,111,111,107,105,101,115,2,1,231,245,190,4,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,231,245,190,4,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,6,46,109,111,100,97,108,2,1,152,11,43,253,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,1,152,11,43,253,0,2,1,22,114,99,44,32,109,111,100,97,108,45,111,112,101,110,44,32,44,32,115,116,97,121,2,1,152,11,43,253,0,8,1,11,46,115,106,45,111,118,101,114,108,97,121,2,1,235,153,56,165,0,0,5,4,98,111,100,121,2,1,235,153,56,165,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,16,1,11,35,99,111,111,107,105,101,45,106,97,114,2,1,73,250,54,129,0,2,1,21,114,99,44,32,119,105,116,104,45,100,97,114,107,44,32,44,32,115,116,97,121,2,1,73,250,54,129,0,16,1,17,35,99,111,111,107,105,101,45,98,97,114,45,109,111,100,97,108,2,1,210,60,95,98,0,0,5,4,98,111,100,121,2,1,210,60,95,98,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,0,1,6,99,111,111,107,105,101,2,1,193,169,178,52,0,0,5,4,98,111,100,121,2,1,193,169,178,52,25,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,8,1,19,46,99,111,111,107,105,101,115,45,109,97,110,97,103,101,109,101,110,116,2,5,2,53,164,88,56,44,159,14,115,146,138,252,221,242,51,87,236,81,227,128,0,0,5,9,98,111,100,121,44,104,116,109,108,2,5,2,53,164,88,56,44,159,14,115,146,138,252,221,242,51,87,236,81,227,128,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,5,46,122,45,53,48,2,1,142,38,149,186,0,8,1,16,46,115,104,97,100,111,119,45,108,103,46,102,105,120,101,100,2,1,142,38,149,186,0,0,5,9,104,116,109,108,44,98,111,100,121,2,1,142,38,149,186,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,8,46,111,45,109,111,100,97,108,2,1,227,218,132,131,0,0,5,9,104,116,109,108,44,98,111,100,121,2,1,227,218,132,131,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,11,46,109,111,100,97,108,45,109,97,115,107,2,1,90,82,127,94,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,90,82,127,94,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,2,1,35,115,101,116,45,99,111,111,107,105,101,44,32,95,95,99,111,111,107,105,101,95,99,111,110,115,101,110,116,44,32,102,97,108,115,101,2,1,221,235,65,75,0,8,1,13,46,99,111,111,107,105,101,98,97,110,110,101,114,2,1,57,19,250,104,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,57,19,250,104,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,8,1,17,46,98,115,103,45,99,111,111,107,105,101,45,108,97,121,101,114,2,1,226,183,220,159,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,226,183,220,159,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,24,35,115,107,97,103,101,110,45,99,111,110,115,101,110,116,45,97,112,112,45,112,97,103,101,2,1,7,176,44,32,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,7,176,44,32,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,6,46,109,111,100,97,108,2,1,66,213,91,158,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,1,66,213,91,158,0,0,5,9,98,111,100,121,44,104,116,109,108,2,17,11,34,147,173,13,128,48,166,20,175,191,66,42,83,5,37,65,234,185,142,72,138,207,246,87,192,96,16,90,112,140,13,100,171,204,192,144,144,115,163,159,35,211,111,165,152,150,248,188,194,234,15,213,25,216,208,233,228,86,27,239,151,217,130,255,91,78,6,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,2,1,27,115,101,116,45,99,111,111,107,105,101,44,32,106,111,117,114,95,99,111,111,107,105,101,115,44,32,49,2,1,181,124,252,102,0,2,1,33,115,101,116,45,99,111,111,107,105,101,44,32,106,111,117,114,95,102,117,110,99,116,105,111,110,97,108,44,32,116,114,117,101,2,1,181,124,252,102,0,2,1,33,115,101,116,45,99,111,111,107,105,101,44,32,106,111,117,114,95,97,110,97,108,121,116,105,99,115,44,32,102,97,108,115,101,2,1,181,124,252,102,0,2,1,33,115,101,116,45,99,111,111,107,105,101,44,32,106,111,117,114,95,109,97,114,107,101,116,105,110,103,44,32,102,97,108,115,101,2,1,181,124,252,102,0,0,1,24,100,105,118,35,111,110,101,116,114,117,115,116,45,99,111,110,115,101,110,116,45,115,100,107,2,8,61,19,178,127,84,201,183,192,109,13,167,110,120,175,41,134,121,207,85,136,139,120,0,29,152,183,140,72,156,23,130,211,0,2,1,43,115,101,116,44,32,66,114,111,99,107,109,97,110,65,108,108,111,119,101,100,67,111,111,107,105,101,115,46,116,97,114,103,101,116,105,110,103,44,32,116,114,117,101,2,8,61,19,178,127,84,201,183,192,109,13,167,110,120,175,41,134,121,207,85,136,139,120,0,29,152,183,140,72,156,23,130,211,0,2,1,44,115,101,116,44,32,66,114,111,99,107,109,97,110,65,108,108,111,119,101,100,67,111,111,107,105,101,115,46,102,117,110,99,116,105,111,110,97,108,44,32,116,114,117,101,2,8,61,19,178,127,84,201,183,192,109,13,167,110,120,175,41,134,121,207,85,136,139,120,0,29,152,183,140,72,156,23,130,211,0,16,1,21,35,111,110,101,116,114,117,115,116,45,99,111,110,115,101,110,116,45,115,100,107,2,1,103,157,221,223,0,0,5,4,104,116,109,108,2,1,103,157,221,223,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,0,1,24,100,105,118,35,111,110,101,116,114,117,115,116,45,99,111,110,115,101,110,116,45,115,100,107,2,1,101,44,44,128,0,2,1,26,115,101,116,45,99,111,111,107,105,101,44,32,103,100,112,114,95,111,112,116,95,105,110,44,32,49,2,1,101,44,44,128,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,159,124,171,99,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,24,35,98,108,111,99,45,98,109,45,99,111,111,107,105,101,115,45,99,111,110,115,101,110,116,2,1,174,128,69,130,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,1,174,128,69,130,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,174,128,69,130,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,2,1,30,115,101,116,45,99,111,111,107,105,101,44,32,97,100,95,115,116,111,114,97,103,101,44,32,100,101,110,105,101,100,2,1,37,66,189,200,0,2,1,34,115,101,116,45,99,111,111,107,105,101,44,32,115,116,105,99,107,121,67,111,111,107,105,101,115,83,101,116,44,32,116,114,117,101,2,1,37,66,189,200,0,2,1,37,115,101,116,45,99,111,111,107,105,101,44,32,97,110,97,108,121,116,105,99,115,95,115,116,111,114,97,103,101,44,32,100,101,110,105,101,100,2,1,37,66,189,200,0,8,1,8,46,99,45,45,97,110,105,109,2,18,39,247,240,142,57,238,139,181,60,62,251,10,107,95,168,252,107,95,168,252,113,46,7,98,116,33,77,96,137,13,47,194,139,125,28,99,171,202,120,237,178,231,1,149,189,128,26,79,190,81,130,32,201,90,225,85,218,225,33,129,221,37,94,194,225,219,239,8,249,71,160,198,0,0,5,9,98,111,100,121,44,104,116,109,108,2,18,39,247,240,142,57,238,139,181,60,62,251,10,107,95,168,252,107,95,168,252,113,46,7,98,116,33,77,96,137,13,47,194,139,125,28,99,171,202,120,237,178,231,1,149,189,128,26,79,190,81,130,32,201,90,225,85,218,225,33,129,221,37,94,194,225,219,239,8,249,71,160,198,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,2,1,29,114,99,44,32,115,104,111,119,45,45,99,111,110,115,101,110,116,44,32,98,111,100,121,44,32,115,116,97,121,2,17,39,247,240,142,57,238,139,181,60,62,251,10,107,95,168,252,107,95,168,252,113,46,7,98,116,33,77,96,137,13,47,194,139,125,28,99,178,231,1,149,189,128,26,79,190,81,130,32,201,90,225,85,218,225,33,129,221,37,94,194,225,219,239,8,249,71,160,198,0,2,1,49,115,101,116,45,99,111,111,107,105,101,44,32,117,115,101,114,95,101,120,112,101,114,105,101,110,99,101,95,99,111,111,107,105,101,95,99,111,110,115,101,110,116,44,32,102,97,108,115,101,2,1,179,153,162,171,0,2,1,43,115,101,116,45,99,111,111,107,105,101,44,32,109,97,114,107,101,116,105,110,103,95,99,111,111,107,105,101,95,99,111,110,115,101,110,116,44,32,102,97,108,115,101,2,1,179,153,162,171,0,2,1,40,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,95,110,111,116,105,99,101,95,100,105,115,109,105,115,115,101,100,44,32,121,101,115,2,1,54,81,192,89,0,2,1,38,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,95,97,110,97,108,121,116,105,99,115,95,97,108,108,111,119,44,32,110,111,2,1,54,81,192,89,0,2,1,36,115,101,116,45,99,111,111,107,105,101,44,32,109,101,114,95,99,99,95,100,105,109,95,114,101,109,95,97,108,108,111,119,44,32,110,111,2,1,54,81,192,89,0,16,1,10,35,99,111,67,111,110,115,101,110,116,2,1,135,125,100,179,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,135,125,100,179,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,6,46,107,108,97,114,111,2,3,106,211,223,79,121,197,122,200,227,122,131,102,0,8,1,16,46,108,111,97,100,105,110,103,45,111,118,101,114,108,97,121,2,1,126,221,110,23,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,126,221,110,23,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,16,1,6,35,107,108,97,114,111,2,17,13,242,34,23,14,229,149,37,26,135,53,29,62,163,63,129,82,164,215,125,87,26,141,168,99,161,165,150,99,243,8,126,119,34,4,189,121,63,253,187,144,196,53,73,191,159,155,170,193,4,60,0,197,233,159,85,198,74,193,244,233,78,74,244,252,133,138,112,0,0,5,9,98,111,100,121,44,104,116,109,108,2,17,13,242,34,23,14,229,149,37,26,135,53,29,62,163,63,129,82,164,215,125,87,26,141,168,99,161,165,150,99,243,8,126,119,34,4,189,121,63,253,187,144,196,53,73,191,159,155,170,193,4,60,0,197,233,159,85,198,74,193,244,233,78,74,244,252,133,138,112,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,0,5,4,98,111,100,121,2,1,247,207,198,90,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,13,35,100,105,97,108,111,103,95,108,97,121,101,114,2,2,154,13,173,149,242,231,20,231,0,0,5,4,98,111,100,121,2,2,154,13,173,149,242,231,20,231,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,16,46,99,45,99,111,111,107,105,101,45,98,97,110,110,101,114,2,1,28,84,228,248,0,8,1,25,46,99,45,99,111,111,107,105,101,45,98,97,110,110,101,114,95,95,119,114,97,112,112,101,114,2,1,28,84,228,248,0,0,5,4,104,116,109,108,2,1,28,84,228,248,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,18,35,99,111,111,107,105,101,98,97,110,110,101,114,77,111,100,97,108,2,1,182,183,232,194,0,2,1,27,114,99,44,32,109,101,115,115,97,103,101,115,45,97,99,116,105,118,101,44,32,44,32,115,116,97,121,2,1,182,183,232,194,0,8,1,25,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,99,111,110,116,97,105,110,101,114,2,1,102,56,14,181,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,102,56,14,181,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,13,46,109,111,100,97,108,45,100,105,97,108,111,103,2,1,17,144,148,104,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,17,144,148,104,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,16,46,99,111,110,115,101,110,116,95,95,110,111,116,105,99,101,2,1,167,112,104,113,0,8,1,14,46,98,111,100,121,45,98,108,97,99,107,111,117,116,2,1,167,112,104,113,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,167,112,104,113,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,2,1,28,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,95,97,99,99,101,112,116,44,32,49,2,20,15,72,59,192,24,69,246,147,31,104,75,126,43,64,54,249,47,89,75,7,59,23,70,56,83,236,88,183,91,70,70,60,111,130,85,104,125,241,191,235,142,27,80,12,148,169,144,147,152,197,90,108,157,151,146,238,183,142,85,2,225,194,218,190,240,14,79,190,246,158,98,247,247,35,108,72,251,44,214,127,0,16,1,21,35,67,121,98,111,116,67,111,111,107,105,101,98,111,116,68,105,97,108,111,103,2,7,126,114,76,196,146,45,146,227,157,11,166,188,203,52,109,75,235,99,236,125,235,235,168,98,250,118,29,11,0,16,1,33,35,67,121,98,111,116,67,111,111,107,105,101,98,111,116,68,105,97,108,111,103,66,111,100,121,85,110,100,101,114,108,97,121,2,7,126,114,76,196,146,45,146,227,157,11,166,188,203,52,109,75,235,99,236,125,235,235,168,98,250,118,29,11,0,0,5,4,98,111,100,121,2,2,235,235,168,98,250,118,29,11,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,0,5,9,98,111,100,121,44,104,116,109,108,2,5,126,114,76,196,146,45,146,227,157,11,166,188,203,52,109,75,235,99,236,125,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,31,35,99,111,111,107,105,101,45,116,114,97,110,115,112,97,114,101,110,99,121,45,109,111,100,97,108,45,109,97,105,110,2,1,195,167,118,100,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,1,195,167,118,100,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,195,167,118,100,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,21,35,99,111,111,107,105,101,95,99,111,110,115,101,110,116,95,109,111,100,97,108,2,24,19,97,45,40,41,134,164,18,55,201,164,180,75,174,49,43,84,40,128,244,87,193,115,70,92,212,218,176,99,87,14,67,99,146,253,227,105,55,234,152,112,155,21,18,112,205,13,15,124,147,243,51,128,3,10,24,132,187,37,39,134,123,106,234,149,132,113,191,150,241,105,61,177,180,26,229,184,226,21,255,185,58,5,12,226,210,145,199,233,231,120,9,240,161,224,7,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,24,19,97,45,40,41,134,164,18,55,201,164,180,75,174,49,43,84,40,128,244,87,193,115,70,92,212,218,176,99,87,14,67,99,146,253,227,105,55,234,152,112,155,21,18,112,205,13,15,124,147,243,51,128,3,10,24,132,187,37,39,134,123,106,234,149,132,113,191,150,241,105,61,177,180,26,229,184,226,21,255,185,58,5,12,226,210,145,199,233,231,120,9,240,161,224,7,0,0,5,9,98,111,100,121,44,104,116,109,108,2,24,19,97,45,40,41,134,164,18,55,201,164,180,75,174,49,43,84,40,128,244,87,193,115,70,92,212,218,176,99,87,14,67,99,146,253,227,105,55,234,152,112,155,21,18,112,205,13,15,124,147,243,51,128,3,10,24,132,187,37,39,134,123,106,234,149,132,113,191,150,241,105,61,177,180,26,229,184,226,21,255,185,58,5,12,226,210,145,199,233,231,120,9,240,161,224,7,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,2,1,52,115,101,116,45,99,111,111,107,105,101,44,32,110,117,109,95,116,105,109,101,115,95,99,111,111,107,105,101,95,99,111,110,115,101,110,116,95,98,97,110,110,101,114,95,115,104,111,119,110,44,32,49,2,24,19,97,45,40,41,134,164,18,55,201,164,180,75,174,49,43,84,40,128,244,87,193,115,70,92,212,218,176,99,87,14,67,99,146,253,227,105,55,234,152,112,155,21,18,112,205,13,15,124,147,243,51,128,3,10,24,132,187,37,39,134,123,106,234,149,132,113,191,150,241,105,61,177,180,26,229,184,226,21,255,185,58,5,12,226,210,145,199,233,231,120,9,240,161,224,7,0,2,1,52,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,95,99,111,110,115,101,110,116,95,98,97,110,110,101,114,95,115,104,111,119,110,95,108,97,115,116,95,116,105,109,101,44,32,49,2,24,19,97,45,40,41,134,164,18,55,201,164,180,75,174,49,43,84,40,128,244,87,193,115,70,92,212,218,176,99,87,14,67,99,146,253,227,105,55,234,152,112,155,21,18,112,205,13,15,124,147,243,51,128,3,10,24,132,187,37,39,134,123,106,234,149,132,113,191,150,241,105,61,177,180,26,229,184,226,21,255,185,58,5,12,226,210,145,199,233,231,120,9,240,161,224,7,0,8,1,18,46,118,45,100,105,97,108,111,103,95,95,99,111,110,116,101,110,116,2,1,168,115,57,93,0,8,1,10,46,118,45,111,118,101,114,108,97,121,2,1,168,115,57,93,0,16,1,18,35,102,114,97,109,101,119,111,114,107,45,99,111,111,107,105,101,115,2,41,3,178,96,32,4,67,90,142,7,178,127,86,9,16,208,205,23,163,101,7,28,184,213,114,29,224,191,114,34,77,86,163,45,57,90,84,49,169,236,91,51,31,37,232,60,233,137,43,68,213,125,72,70,50,207,121,74,29,54,54,89,24,229,190,90,106,151,163,90,107,136,139,91,73,113,61,95,143,197,118,99,124,212,154,103,1,171,221,115,34,114,192,115,45,145,222,119,208,77,17,128,205,116,39,134,13,188,250,139,37,132,141,139,106,135,127,151,17,236,175,154,91,172,65,180,67,103,150,190,148,6,208,198,124,166,152,201,6,196,227,207,179,149,251,231,138,69,227,238,116,26,29,239,184,88,221,249,153,129,123,249,163,101,182,0,0,5,9,98,111,100,121,44,104,116,109,108,2,41,3,178,96,32,4,67,90,142,7,178,127,86,9,16,208,205,23,163,101,7,28,184,213,114,29,224,191,114,34,77,86,163,45,57,90,84,49,169,236,91,51,31,37,232,60,233,137,43,68,213,125,72,70,50,207,121,74,29,54,54,89,24,229,190,90,106,151,163,90,107,136,139,91,73,113,61,95,143,197,118,99,124,212,154,103,1,171,221,115,34,114,192,115,45,145,222,119,208,77,17,128,205,116,39,134,13,188,250,139,37,132,141,139,106,135,127,151,17,236,175,154,91,172,65,180,67,103,150,190,148,6,208,198,124,166,152,201,6,196,227,207,179,149,251,231,138,69,227,238,116,26,29,239,184,88,221,249,153,129,123,249,163,101,182,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,28,46,99,109,109,115,95,99,111,111,107,105,101,95,99,111,110,115,101,110,116,95,109,97,110,97,103,101,114,2,1,180,24,169,34,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,180,24,169,34,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,2,1,27,115,101,116,45,99,111,111,107,105,101,44,32,112,114,105,118,97,99,121,95,104,105,110,116,44,32,49,2,1,180,24,169,34,0,8,1,13,46,99,104,97,107,114,97,45,115,108,105,100,101,2,1,9,95,141,52,0,8,1,32,46,99,104,97,107,114,97,45,109,111,100,97,108,95,95,99,111,110,116,101,110,116,45,99,111,110,116,97,105,110,101,114,2,1,9,95,141,52,0,8,1,22,46,99,104,97,107,114,97,45,109,111,100,97,108,95,95,111,118,101,114,108,97,121,2,1,9,95,141,52,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,9,95,141,52,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,15,46,109,111,100,97,108,95,95,99,111,111,107,105,101,115,2,1,152,9,44,120,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,152,9,44,120,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,23,46,112,114,105,118,97,99,121,45,98,97,110,110,101,114,45,99,111,110,116,97,105,110,2,1,220,251,40,247,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,220,251,40,247,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,2,1,14,97,111,112,119,44,32,111,110,115,99,114,111,108,108,2,1,54,238,234,217,0,8,1,15,46,119,105,110,100,111,119,45,111,118,101,114,108,97,121,2,2,189,253,134,230,219,183,36,176,0,0,5,9,98,111,100,121,44,104,116,109,108,2,2,189,253,134,230,219,183,36,176,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,0,1,28,100,105,118,91,99,108,97,115,115,94,61,34,67,111,110,99,105,101,114,103,101,80,111,112,117,112,34,93,2,19,5,52,36,129,5,215,25,225,10,65,252,106,27,106,207,18,28,180,230,92,53,4,57,210,70,226,254,79,72,94,193,220,80,10,165,83,107,57,174,159,117,166,232,135,150,227,138,31,181,129,219,106,184,100,205,10,195,107,158,179,203,131,240,84,221,144,16,142,238,251,180,12,250,88,33,239,0,0,5,4,104,116,109,108,2,19,5,52,36,129,5,215,25,225,10,65,252,106,27,106,207,18,28,180,230,92,53,4,57,210,70,226,254,79,72,94,193,220,80,10,165,83,107,57,174,159,117,166,232,135,150,227,138,31,181,129,219,106,184,100,205,10,195,107,158,179,203,131,240,84,221,144,16,142,238,251,180,12,250,88,33,239,79,112,111,115,105,116,105,111,110,58,32,115,116,97,116,105,99,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,119,105,100,116,104,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,0,0,1,25,100,105,118,91,99,108,97,115,115,94,61,34,67,111,111,107,105,101,80,111,112,117,112,34,93,2,1,195,139,110,153,0,0,5,4,104,116,109,108,2,1,195,139,110,153,79,112,111,115,105,116,105,111,110,58,32,115,116,97,116,105,99,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,119,105,100,116,104,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,27,46,67,111,110,115,101,110,116,95,99,111,111,107,105,101,77,111,100,97,108,95,95,73,99,78,65,102,2,1,170,238,39,245,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,170,238,39,245,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,0,5,4,98,111,100,121,2,1,2,123,128,47,26,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,15,46,112,114,116,108,116,109,109,99,45,112,111,112,117,112,2,1,108,3,23,79,0,0,5,4,98,111,100,121,2,1,108,3,23,79,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,14,46,104,97,115,45,100,105,109,109,101,100,45,98,103,2,1,148,185,23,28,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,148,185,23,28,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,14,46,115,105,109,121,111,45,99,111,111,107,105,101,115,2,1,187,249,169,254,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,187,249,169,254,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,34,46,99,111,111,107,105,101,45,98,97,110,110,101,114,95,99,111,111,107,105,101,66,97,110,110,101,114,95,95,112,70,85,77,122,2,1,113,43,2,18,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,113,43,2,18,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,16,35,106,115,45,99,111,111,107,105,101,45,109,111,100,97,108,2,1,48,63,159,196,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,48,63,159,196,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,10,35,114,111,100,111,80,111,112,117,112,2,1,193,69,64,18,0,2,1,13,97,111,112,119,44,32,70,114,111,100,111,80,86,2,1,193,69,64,18,0,16,1,16,35,99,111,110,115,101,110,116,95,109,97,110,97,103,101,114,2,1,75,107,122,111,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,75,107,122,111,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,22,46,99,100,107,45,111,118,101,114,108,97,121,45,99,111,110,116,97,105,110,101,114,2,1,248,120,97,102,0,2,1,33,114,99,44,32,99,100,107,45,111,118,101,114,108,97,121,45,99,111,110,116,97,105,110,101,114,44,32,44,32,115,116,97,121,2,1,248,120,97,102,0,8,1,27,46,99,100,107,45,103,108,111,98,97,108,45,111,118,101,114,108,97,121,45,119,114,97,112,112,101,114,2,1,248,120,97,102,0,8,1,21,46,99,100,107,45,111,118,101,114,108,97,121,45,98,97,99,107,100,114,111,112,2,1,248,120,97,102,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,248,120,97,102,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,25,46,99,111,111,107,105,101,45,98,97,110,110,101,114,45,119,105,116,104,45,105,109,97,103,101,2,1,144,241,105,171,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,144,241,105,171,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,16,1,21,35,99,111,110,115,101,110,116,115,80,111,108,105,99,121,68,105,97,108,111,103,2,13,1,189,193,160,22,85,166,132,32,124,201,13,44,213,113,19,68,47,105,200,71,86,29,16,88,207,24,219,135,224,236,149,142,149,186,165,162,23,208,105,190,241,47,9,204,200,226,254,240,119,191,196,0,0,5,9,98,111,100,121,44,104,116,109,108,2,13,1,189,193,160,22,85,166,132,32,124,201,13,44,213,113,19,68,47,105,200,71,86,29,16,88,207,24,219,135,224,236,149,142,149,186,165,162,23,208,105,190,241,47,9,204,200,226,254,240,119,191,196,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,8,1,24,46,111,110,98,111,97,114,100,45,112,111,112,117,112,45,99,111,110,116,97,105,110,101,114,2,2,148,30,202,122,190,46,10,31,0,8,1,19,46,111,110,98,111,97,114,100,45,98,97,99,107,103,114,111,117,110,100,2,2,148,30,202,122,190,46,10,31,0,0,5,9,98,111,100,121,44,104,116,109,108,2,2,148,30,202,122,190,46,10,31,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,8,1,24,46,99,111,111,107,105,101,115,95,112,111,112,117,112,45,99,111,110,116,97,105,110,101,114,2,1,80,124,19,117,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,80,124,19,117,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,8,35,111,114,101,106,105,109,101,2,2,27,103,71,157,56,215,159,233,0,0,5,9,98,111,100,121,44,104,116,109,108,2,2,27,103,71,157,56,215,159,233,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,22,35,107,101,107,115,71,101,110,101,104,109,105,103,117,110,103,115,77,111,100,97,108,2,1,255,124,214,224,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,1,255,124,214,224,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,255,124,214,224,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,14,35,109,111,100,97,108,45,111,118,101,114,108,97,121,2,1,239,0,39,228,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,239,0,39,228,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,14,46,109,111,100,97,108,45,111,118,101,114,108,97,121,2,5,45,200,138,246,139,99,14,202,148,188,41,85,187,80,1,190,251,161,160,59,0,0,5,9,98,111,100,121,44,104,116,109,108,2,5,45,200,138,246,139,99,14,202,148,188,41,85,187,80,1,190,251,161,160,59,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,15,46,109,111,100,97,108,115,45,119,114,97,112,112,101,114,2,1,80,97,238,130,0,8,1,10,46,98,108,117,114,45,109,111,100,101,2,1,80,97,238,130,0,0,5,4,98,111,100,121,2,1,80,97,238,130,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,14,46,112,114,105,118,97,99,121,45,108,97,121,101,114,2,1,237,176,216,63,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,237,176,216,63,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,24,46,103,100,112,114,45,111,118,101,114,108,97,121,45,98,97,99,107,103,114,111,117,110,100,2,2,47,138,149,246,191,129,103,75,0,0,5,9,98,111,100,121,44,104,116,109,108,2,2,47,138,149,246,191,129,103,75,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,2,1,29,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,115,67,111,110,115,101,110,116,44,32,49,2,1,222,40,50,199,0,2,1,32,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,115,83,116,97,116,105,115,116,105,99,115,44,32,48,2,1,222,40,50,199,0,2,1,33,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,115,80,114,101,102,101,114,101,110,99,101,115,44,32,48,2,1,222,40,50,199,0,2,1,27,115,101,116,44,32,115,101,116,116,105,110,103,115,46,99,111,110,115,101,110,116,44,32,116,114,117,101,2,2,0,21,217,203,251,202,2,162,0,2,1,37,115,101,116,45,99,111,111,107,105,101,44,32,97,108,108,111,119,71,101,116,80,114,105,118,97,99,121,73,110,102,111,44,32,116,114,117,101,2,115,0,181,99,93,1,187,122,124,2,43,80,167,7,43,15,174,12,146,241,73,14,128,188,13,15,161,151,75,16,254,144,5,20,178,29,214,21,251,197,196,27,183,127,147,29,87,153,96,29,133,48,18,30,179,78,181,39,154,140,146,43,210,199,120,43,213,244,112,43,217,18,39,43,226,161,167,48,35,182,72,52,197,21,213,57,67,74,254,57,225,139,109,58,166,171,89,58,243,21,209,59,203,251,161,60,112,68,31,64,148,109,223,65,169,75,219,72,129,157,238,73,2,31,148,76,183,241,66,79,87,149,245,80,67,37,124,80,94,112,179,85,86,225,167,85,146,213,132,86,25,112,11,86,201,134,224,87,163,190,148,87,180,233,32,87,184,252,42,87,193,106,108,87,194,78,221,88,41,120,40,88,214,186,26,90,104,236,61,93,182,20,228,97,156,116,213,98,63,24,251,99,250,219,224,103,155,195,181,104,141,100,96,105,76,213,123,107,160,146,189,110,30,225,222,112,116,5,232,113,186,97,80,118,1,91,215,128,94,122,165,128,180,18,103,130,159,120,58,132,221,121,251,133,200,211,151,138,163,69,150,138,182,188,149,138,184,22,180,138,220,204,175,143,85,253,118,143,91,42,152,144,92,231,158,145,119,87,227,146,28,221,245,151,246,39,203,155,68,111,2,155,203,106,33,164,105,88,19,169,156,139,120,173,143,208,218,174,153,196,160,176,239,9,34,177,152,58,185,178,2,191,135,179,120,104,69,182,14,72,157,182,142,103,141,190,215,83,12,193,93,86,30,197,2,7,85,198,154,193,71,199,48,150,177,202,221,44,243,203,204,214,143,205,109,19,78,206,242,34,225,207,71,201,199,209,101,178,91,214,162,57,122,215,220,254,159,221,172,207,57,226,190,16,211,232,205,32,64,238,204,211,107,240,175,152,67,241,214,46,207,242,221,80,191,243,39,85,140,245,17,99,52,246,99,88,30,247,154,136,49,249,122,189,172,250,68,17,106,250,68,52,89,250,68,101,62,251,157,4,44,0,2,1,37,115,101,116,44,32,72,66,46,67,111,111,107,105,101,83,101,116,116,105,110,103,115,46,105,110,105,116,44,32,110,111,111,112,70,117,110,99,2,1,140,223,181,203,0,2,1,34,115,101,116,44,32,87,72,84,46,83,104,111,119,67,111,110,115,101,110,116,70,111,114,109,44,32,116,114,117,101,70,117,110,99,2,1,77,220,192,90,0,2,1,19,115,101,116,44,32,117,115,101,71,68,80,82,44,32,102,97,108,115,101,2,1,67,161,126,183,0,2,1,47,115,101,116,44,32,120,118,46,100,105,115,99,108,97,105,109,101,114,46,100,105,115,112,108,97,121,67,111,111,107,105,101,80,111,112,117,112,44,32,110,111,111,112,70,117,110,99,2,1,183,21,59,170,0,8,1,11,46,109,111,100,97,108,45,103,100,112,114,2,1,250,230,141,70,0,0,5,4,104,116,109,108,2,1,250,230,141,70,25,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,8,1,11,46,105,115,45,98,108,111,99,107,101,100,2,1,77,49,17,112,0,2,1,20,114,99,44,32,98,45,100,105,97,108,111,103,44,32,44,32,115,116,97,121,2,1,77,49,17,112,0,0,5,4,104,116,109,108,2,1,77,49,17,112,25,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,0,1,32,100,105,118,91,105,100,94,61,34,115,112,95,109,101,115,115,97,103,101,95,99,111,110,116,97,105,110,101,114,95,34,93,2,1,244,98,208,142,0,2,1,19,110,111,115,116,105,102,44,32,97,112,112,101,110,100,67,104,105,108,100,2,1,244,98,208,142,0,8,1,13,46,112,111,112,105,110,45,99,111,111,107,105,101,2,1,57,56,225,147,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,57,56,225,147,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,13,46,99,111,111,107,105,101,115,45,109,97,115,107,2,1,156,24,104,33,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,156,24,104,33,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,34,35,116,101,109,112,108,97,116,101,45,99,111,110,116,97,105,110,101,114,95,99,111,111,107,105,101,45,99,111,110,115,101,110,116,2,2,17,60,39,120,250,122,92,50,0,0,5,9,98,111,100,121,44,104,116,109,108,2,2,17,60,39,120,250,122,92,50,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,8,46,99,111,111,107,105,101,115,2,8,71,155,81,41,112,154,57,50,149,231,41,220,194,218,82,220,205,235,63,4,226,1,238,53,233,62,223,66,241,235,30,66,0,0,5,9,98,111,100,121,44,104,116,109,108,2,8,71,155,81,41,112,154,57,50,149,231,41,220,194,218,82,220,205,235,63,4,226,1,238,53,233,62,223,66,241,235,30,66,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,2,1,20,115,101,116,45,99,111,111,107,105,101,44,32,103,112,99,95,118,44,32,49,2,1,217,1,40,94,0,2,1,21,115,101,116,45,99,111,111,107,105,101,44,32,103,112,99,95,97,100,44,32,48,2,1,217,1,40,94,0,2,1,27,115,101,116,45,99,111,111,107,105,101,44,32,103,112,99,95,97,110,97,108,121,116,105,99,44,32,48,2,1,217,1,40,94,0,2,1,27,115,101,116,45,99,111,111,107,105,101,44,32,103,112,99,95,97,117,100,105,101,110,99,101,44,32,48,2,1,217,1,40,94,0,2,1,23,115,101,116,45,99,111,111,107,105,101,44,32,103,112,99,95,102,117,110,99,44,32,48,2,1,217,1,40,94,0,8,1,9,46,112,108,117,115,103,97,116,101,2,1,222,111,36,35,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,222,111,36,35,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,8,1,18,46,117,105,45,119,105,100,103,101,116,45,111,118,101,114,108,97,121,2,13,21,185,16,6,29,183,230,137,33,215,10,62,75,188,210,65,97,0,164,89,103,131,243,175,118,21,164,26,122,5,74,117,139,46,127,132,143,129,199,124,146,100,2,171,236,194,30,181,246,57,207,5,0,0,5,9,98,111,100,121,44,104,116,109,108,2,13,21,185,16,6,29,183,230,137,33,215,10,62,75,188,210,65,97,0,164,89,103,131,243,175,118,21,164,26,122,5,74,117,139,46,127,132,143,129,199,124,146,100,2,171,236,194,30,181,246,57,207,5,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,16,5,12,35,104,101,97,100,101,114,95,104,101,97,100,2,1,154,83,104,171,17,116,111,112,58,32,48,32,33,105,109,112,111,114,116,97,110,116,0,8,1,15,46,99,111,111,107,105,101,45,119,114,97,112,112,101,114,2,1,22,7,153,58,0,2,1,24,114,99,44,32,100,105,115,97,98,108,101,100,44,32,98,111,100,121,44,32,115,116,97,121,2,1,22,7,153,58,0,0,5,4,98,111,100,121,2,1,248,54,215,120,53,111,118,101,114,102,108,111,119,58,105,110,105,116,105,97,108,33,105,109,112,111,114,116,97,110,116,59,112,111,115,105,116,105,111,110,58,105,110,105,116,105,97,108,33,105,109,112,111,114,116,97,110,116,0,16,1,13,35,103,114,101,121,45,111,118,101,114,108,97,121,2,1,248,54,215,120,0,8,1,13,46,67,111,111,107,105,101,115,80,111,112,117,112,2,1,92,60,127,221,0,0,5,9,104,116,109,108,44,98,111,100,121,2,1,92,60,127,221,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,23,46,99,111,111,107,105,101,115,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,2,1,205,64,225,243,0,2,1,23,114,99,44,32,108,111,99,107,45,115,99,114,111,108,108,44,32,44,32,115,116,97,121,2,1,205,64,225,243,0,2,1,26,114,99,44,32,100,105,115,97,98,108,101,100,44,32,104,101,97,100,101,114,44,32,115,116,97,121,2,1,205,64,225,243,0,8,1,12,46,109,97,115,107,45,115,99,114,101,101,110,2,1,102,13,164,60,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,102,13,164,60,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,2,1,39,114,99,44,32,99,111,111,107,105,101,45,110,111,116,45,97,99,99,101,112,116,101,100,45,111,118,101,114,108,97,121,44,32,44,32,115,116,97,121,2,1,56,246,182,222,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,56,246,182,222,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,16,1,20,35,105,116,115,45,45,99,111,110,116,97,105,110,101,114,95,99,111,111,107,2,55,2,148,183,112,3,212,234,92,25,245,149,143,27,129,104,246,28,106,33,103,28,189,241,166,30,230,161,1,33,200,90,42,34,187,39,130,37,157,74,116,42,122,238,7,42,176,234,84,46,157,149,207,47,180,38,210,54,209,244,240,55,51,206,56,59,133,238,202,63,71,222,179,69,122,48,195,74,143,27,184,81,7,1,88,82,162,86,110,84,141,170,118,89,35,146,16,94,177,241,119,101,1,55,48,104,69,34,125,106,156,99,252,107,175,81,64,109,104,43,55,111,214,21,19,120,85,186,65,124,35,0,96,133,240,172,95,143,240,198,60,145,5,28,140,158,5,248,9,167,229,72,159,178,31,166,218,189,247,222,185,196,83,22,239,203,45,58,183,214,132,202,175,227,197,69,109,228,143,204,223,228,204,213,115,229,107,219,228,231,108,221,234,236,153,13,41,244,115,20,58,247,50,51,89,248,31,93,139,251,29,62,63,252,36,155,193,255,220,169,226,0,0,5,9,98,111,100,121,44,104,116,109,108,2,55,2,148,183,112,3,212,234,92,25,245,149,143,27,129,104,246,28,106,33,103,28,189,241,166,30,230,161,1,33,200,90,42,34,187,39,130,37,157,74,116,42,122,238,7,42,176,234,84,46,157,149,207,47,180,38,210,54,209,244,240,55,51,206,56,59,133,238,202,63,71,222,179,69,122,48,195,74,143,27,184,81,7,1,88,82,162,86,110,84,141,170,118,89,35,146,16,94,177,241,119,101,1,55,48,104,69,34,125,106,156,99,252,107,175,81,64,109,104,43,55,111,214,21,19,120,85,186,65,124,35,0,96,133,240,172,95,143,240,198,60,145,5,28,140,158,5,248,9,167,229,72,159,178,31,166,218,189,247,222,185,196,83,22,239,203,45,58,183,214,132,202,175,227,197,69,109,228,143,204,223,228,204,213,115,229,107,219,228,231,108,221,234,236,153,13,41,244,115,20,58,247,50,51,89,248,31,93,139,251,29,62,63,252,36,155,193,255,220,169,226,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,9,35,99,99,45,45,109,97,105,110,2,23,0,170,104,231,10,236,240,32,30,241,52,129,40,156,238,236,52,164,76,26,79,179,188,98,80,49,249,8,88,67,212,194,110,249,54,128,115,172,213,90,126,225,192,4,135,181,10,194,149,157,80,254,177,36,42,35,179,162,142,240,192,87,212,52,199,137,9,216,212,161,1,105,215,163,169,109,221,215,26,191,227,8,144,240,229,20,79,192,250,255,115,22,0,0,5,9,98,111,100,121,44,104,116,109,108,2,23,0,170,104,231,10,236,240,32,30,241,52,129,40,156,238,236,52,164,76,26,79,179,188,98,80,49,249,8,88,67,212,194,110,249,54,128,115,172,213,90,126,225,192,4,135,181,10,194,149,157,80,254,177,36,42,35,179,162,142,240,192,87,212,52,199,137,9,216,212,161,1,105,215,163,169,109,221,215,26,191,227,8,144,240,229,20,79,192,250,255,115,22,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,8,35,99,99,45,109,97,105,110,2,3,70,226,50,173,109,194,169,12,148,179,239,177,0,0,5,9,98,111,100,121,44,104,116,109,108,2,3,70,226,50,173,109,194,169,12,148,179,239,177,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,12,46,99,111,111,107,105,101,45,119,97,108,108,2,1,88,193,216,78,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,88,193,216,78,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,15,46,99,111,111,107,105,101,45,109,101,115,115,97,103,101,2,1,112,98,214,70,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,1,112,98,214,70,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,112,98,214,70,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,20,46,99,111,111,107,105,101,67,111,110,115,101,110,116,68,105,97,108,111,103,2,1,200,119,73,181,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,200,119,73,181,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,10,46,99,111,111,107,105,101,65,67,75,2,1,92,157,225,241,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,92,157,225,241,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,19,35,110,115,95,99,111,111,107,105,101,95,97,99,99,101,112,116,101,100,2,1,34,146,228,236,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,34,146,228,236,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,19,35,103,111,111,103,108,101,67,111,110,115,101,110,116,80,111,112,117,112,2,1,171,248,101,160,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,171,248,101,160,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,13,46,112,97,103,101,45,111,118,101,114,108,97,121,2,1,148,161,155,66,0,0,5,4,98,111,100,121,2,1,148,161,155,66,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,2,1,42,97,101,108,100,44,32,68,79,77,67,111,110,116,101,110,116,76,111,97,100,101,100,44,32,99,104,101,99,107,67,111,111,107,105,101,67,111,110,115,101,110,116,2,1,177,255,9,144,0,8,1,18,46,99,99,45,119,105,110,100,111,119,45,119,114,97,112,112,101,114,2,4,92,142,229,83,136,27,164,208,140,154,190,170,170,110,185,241,0,16,1,27,35,103,100,112,114,45,98,108,111,99,107,105,110,103,45,112,97,103,101,45,111,118,101,114,108,97,121,2,4,92,142,229,83,136,27,164,208,140,154,190,170,170,110,185,241,0,0,5,4,98,111,100,121,2,4,92,142,229,83,136,27,164,208,140,154,190,170,170,110,185,241,79,112,111,115,105,116,105,111,110,58,32,115,116,97,116,105,99,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,119,105,100,116,104,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,27,35,103,100,112,114,45,98,108,111,99,107,105,110,103,45,112,97,103,101,45,111,118,101,114,108,97,121,2,1,248,204,52,227,0,0,5,4,98,111,100,121,2,1,248,204,52,227,79,112,111,115,105,116,105,111,110,58,32,115,116,97,116,105,99,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,119,105,100,116,104,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,18,46,103,100,112,114,45,99,111,110,115,101,110,116,45,116,97,98,115,2,1,233,195,77,111,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,233,195,77,111,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,29,46,99,107,45,117,115,101,114,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,109,111,100,97,108,2,1,17,171,205,212,0,8,1,27,46,110,98,45,99,111,111,107,105,101,45,112,111,108,105,99,121,45,99,111,109,112,111,110,101,110,116,2,1,170,40,191,166,0,0,5,4,98,111,100,121,2,1,170,40,191,166,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,25,46,115,122,110,45,99,109,112,45,100,105,97,108,111,103,45,99,111,110,116,97,105,110,101,114,2,1,200,28,50,117,0,0,5,9,104,116,109,108,44,98,111,100,121,2,1,200,28,50,117,79,112,111,115,105,116,105,111,110,58,32,115,116,97,116,105,99,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,119,105,100,116,104,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,15,46,99,45,99,111,111,107,105,101,45,109,111,100,97,108,2,1,6,203,171,60,0,8,1,23,46,99,45,99,111,111,107,105,101,45,109,111,100,97,108,45,111,118,101,114,108,97,121,2,1,6,203,171,60,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,6,203,171,60,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,16,1,22,35,115,108,105,100,105,110,103,45,112,111,112,117,112,45,99,111,111,107,105,101,115,2,1,14,16,131,200,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,14,16,131,200,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,24,46,95,95,83,83,82,95,67,79,78,83,69,78,84,95,77,65,78,65,71,69,82,95,95,2,1,215,9,121,81,0,0,5,4,104,116,109,108,2,1,215,9,121,81,27,112,111,115,105,116,105,111,110,58,32,115,116,97,116,105,99,32,33,105,109,112,111,114,116,97,110,116,0,8,1,18,46,99,111,111,107,105,101,115,45,98,97,110,110,101,114,45,98,103,2,1,129,188,158,116,0,2,1,23,114,99,44,32,98,108,117,114,114,101,100,45,112,97,103,101,44,32,44,115,116,97,121,2,1,129,188,158,116,0,16,1,14,35,105,110,115,104,111,112,67,111,111,107,105,101,115,2,2,33,44,251,175,63,14,176,99,0,0,5,9,98,111,100,121,44,104,116,109,108,2,2,33,44,251,175,63,14,176,99,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,18,46,112,120,45,98,97,110,110,101,114,45,99,111,111,107,105,101,115,2,1,77,0,221,34,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,77,0,221,34,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,2,1,22,115,101,116,45,99,111,111,107,105,101,44,32,99,111,110,115,101,110,116,44,32,49,2,1,163,95,35,126,0,2,1,36,115,101,116,45,99,111,111,107,105,101,44,32,79,112,116,97,110,111,110,65,108,101,114,116,66,111,120,67,108,111,115,101,100,44,32,49,2,1,163,95,35,126,0,16,1,5,35,108,103,112,100,2,1,109,181,19,162,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,109,181,19,162,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,20,46,117,104,98,45,99,45,99,111,111,107,105,101,45,110,111,116,105,99,101,2,1,179,120,105,91,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,179,120,105,91,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,10,46,79,118,101,114,108,97,121,101,114,2,1,41,208,31,171,0,0,5,9,104,116,109,108,44,98,111,100,121,2,1,41,208,31,171,79,112,111,115,105,116,105,111,110,58,32,115,116,97,116,105,99,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,119,105,100,116,104,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,19,46,99,111,111,107,105,101,45,98,97,114,45,111,118,101,114,108,97,121,2,1,144,151,0,232,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,144,151,0,232,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,6,46,109,111,100,97,108,2,10,26,22,57,153,67,173,254,217,72,113,159,105,79,58,190,114,150,17,181,120,150,205,147,28,195,242,168,1,222,199,181,37,235,240,119,153,255,5,148,5,0,0,5,9,98,111,100,121,44,104,116,109,108,2,10,26,22,57,153,67,173,254,217,72,113,159,105,79,58,190,114,150,17,181,120,150,205,147,28,195,242,168,1,222,199,181,37,235,240,119,153,255,5,148,5,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,8,1,12,46,116,120,45,108,105,110,45,103,100,112,114,2,1,105,76,20,181,0,2,1,35,114,99,44,32,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,45,112,114,101,115,101,110,116,44,32,44,32,115,116,97,121,2,1,105,76,20,181,0,8,1,18,46,67,111,110,116,97,105,110,101,114,95,99,53,100,113,106,52,109,2,1,106,212,133,115,0,0,5,4,98,111,100,121,2,1,106,212,133,115,31,111,118,101,114,102,108,111,119,45,121,58,32,118,105,115,105,98,108,101,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,8,46,95,49,101,82,115,51,119,2,1,157,26,51,3,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,157,26,51,3,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,1,14,101,187,105,0,8,1,6,46,109,111,100,97,108,2,1,14,101,187,105,0,0,5,4,98,111,100,121,2,1,14,101,187,105,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,1,177,222,191,48,0,8,1,6,46,109,111,100,97,108,2,1,177,222,191,48,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,177,222,191,48,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,21,35,99,111,111,107,105,101,95,112,111,112,117,112,95,111,118,101,114,108,97,121,2,1,114,31,233,48,0,8,1,12,46,99,111,111,107,105,101,45,108,105,110,101,2,1,114,31,233,48,0,0,5,4,104,116,109,108,2,1,114,31,233,48,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,11,35,112,97,103,101,95,104,105,100,101,114,2,1,95,211,29,184,0,0,5,4,98,111,100,121,2,1,95,211,29,184,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,2,1,31,115,101,116,45,99,111,111,107,105,101,44,32,118,107,105,99,111,111,107,105,101,99,111,110,115,101,110,116,44,32,48,2,2,166,60,155,136,183,90,122,18,0,8,1,12,46,108,103,45,98,97,99,107,100,114,111,112,2,2,8,221,13,195,68,100,130,213,0,0,5,4,98,111,100,121,2,2,8,221,13,195,68,100,130,213,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,26,46,102,95,95,112,114,105,118,97,99,121,45,99,111,111,107,105,101,45,109,97,110,97,103,101,114,2,1,64,57,220,12,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,64,57,220,12,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,9,46,99,99,45,111,117,116,101,114,2,1,89,26,220,255,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,89,26,220,255,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,11,46,99,111,111,107,105,101,119,97,108,108,2,3,111,122,187,116,121,6,208,101,193,231,121,19,0,0,5,9,98,111,100,121,44,104,116,109,108,2,3,111,122,187,116,121,6,208,101,193,231,121,19,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,17,35,99,111,111,107,105,101,119,97,108,108,45,109,111,100,97,108,2,3,199,151,255,25,217,211,43,125,221,49,230,223,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,3,199,151,255,25,217,211,43,125,221,49,230,223,0,0,5,9,98,111,100,121,44,104,116,109,108,2,3,199,151,255,25,217,211,43,125,221,49,230,223,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,13,46,99,111,110,115,101,110,116,109,111,100,97,108,2,1,8,222,248,200,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,8,222,248,200,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,20,46,104,101,97,100,101,114,45,99,111,111,107,105,101,115,45,103,100,112,114,2,6,23,180,66,136,50,13,114,71,50,196,182,130,157,189,13,240,172,111,26,245,240,226,80,229,0,2,1,40,114,99,44,32,104,101,97,100,101,114,45,103,100,114,112,45,99,111,111,107,105,101,115,45,118,105,115,105,98,108,101,32,44,32,44,32,115,116,97,121,2,6,23,180,66,136,50,13,114,71,50,196,182,130,157,189,13,240,172,111,26,245,240,226,80,229,0,0,5,4,98,111,100,121,2,6,23,180,66,136,50,13,114,71,50,196,182,130,157,189,13,240,172,111,26,245,240,226,80,229,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,19,46,112,98,45,104,101,97,100,101,114,95,95,111,118,101,114,108,97,121,2,2,215,218,175,145,242,231,45,181,0,0,5,9,98,111,100,121,44,104,116,109,108,2,2,215,218,175,145,242,231,45,181,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,15,46,99,45,99,111,111,107,105,101,45,112,111,112,117,112,2,62,0,140,207,211,1,132,149,52,4,140,123,254,5,195,27,158,5,196,14,42,5,243,122,200,8,54,227,154,13,66,119,84,23,244,226,181,24,117,15,171,26,217,175,6,31,200,167,252,32,224,146,232,35,123,193,53,39,63,48,211,42,98,237,37,44,129,66,72,54,82,140,233,61,170,209,196,63,77,95,52,67,136,39,143,71,16,151,181,78,104,149,107,81,223,134,201,84,111,151,149,85,148,37,111,86,235,176,179,87,213,73,174,92,115,29,193,103,67,202,187,104,224,207,216,105,212,48,194,107,136,29,71,114,12,184,185,114,128,214,77,117,158,126,184,124,115,159,36,126,87,77,223,139,131,67,57,149,134,31,215,156,143,200,72,158,141,66,57,160,0,60,30,168,167,126,202,168,172,193,93,196,181,198,246,202,57,71,214,208,42,139,100,210,85,163,208,213,45,68,13,213,59,65,2,213,110,209,202,213,180,195,214,214,104,9,72,227,199,185,38,227,219,152,22,232,32,217,112,237,193,225,131,237,232,91,33,241,164,182,253,242,81,116,218,248,32,162,210,0,0,5,9,98,111,100,121,44,104,116,109,108,2,62,0,140,207,211,1,132,149,52,4,140,123,254,5,195,27,158,5,196,14,42,5,243,122,200,8,54,227,154,13,66,119,84,23,244,226,181,24,117,15,171,26,217,175,6,31,200,167,252,32,224,146,232,35,123,193,53,39,63,48,211,42,98,237,37,44,129,66,72,54,82,140,233,61,170,209,196,63,77,95,52,67,136,39,143,71,16,151,181,78,104,149,107,81,223,134,201,84,111,151,149,85,148,37,111,86,235,176,179,87,213,73,174,92,115,29,193,103,67,202,187,104,224,207,216,105,212,48,194,107,136,29,71,114,12,184,185,114,128,214,77,117,158,126,184,124,115,159,36,126,87,77,223,139,131,67,57,149,134,31,215,156,143,200,72,158,141,66,57,160,0,60,30,168,167,126,202,168,172,193,93,196,181,198,246,202,57,71,214,208,42,139,100,210,85,163,208,213,45,68,13,213,59,65,2,213,110,209,202,213,180,195,214,214,104,9,72,227,199,185,38,227,219,152,22,232,32,217,112,237,193,225,131,237,232,91,33,241,164,182,253,242,81,116,218,248,32,162,210,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,12,35,100,105,100,111,109,105,45,104,111,115,116,2,9,4,41,32,244,62,8,23,86,86,243,89,11,89,156,87,105,128,20,82,245,156,200,86,132,194,197,253,186,235,255,149,168,248,217,1,155,0,0,5,9,98,111,100,121,44,104,116,109,108,2,9,4,41,32,244,62,8,23,86,86,243,89,11,89,156,87,105,128,20,82,245,156,200,86,132,194,197,253,186,235,255,149,168,248,217,1,155,121,111,118,101,114,102,108,111,119,58,32,118,105,115,105,98,108,101,32,33,105,109,112,111,114,116,97,110,116,59,32,112,97,100,100,105,110,103,45,114,105,103,104,116,58,32,48,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,45,121,58,32,118,105,115,105,98,108,101,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,45,120,58,32,118,105,115,105,98,108,101,32,33,105,109,112,111,114,116,97,110,116,0,2,1,21,115,101,116,44,32,68,105,100,111,109,105,44,32,110,111,111,112,70,117,110,99,2,7,5,36,120,36,12,45,184,210,33,112,162,237,43,211,43,217,130,109,112,89,228,230,119,104,234,205,190,59,0,16,1,19,35,103,100,112,114,45,99,111,110,115,101,110,116,45,109,111,100,97,108,2,1,170,85,212,92,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,170,85,212,92,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,5,46,114,103,112,100,2,37,12,166,20,149,13,235,181,30,14,69,239,151,35,82,209,85,40,42,171,96,42,133,235,61,62,49,88,186,67,168,159,230,78,9,94,120,88,201,54,7,105,217,20,48,107,170,189,226,110,201,166,95,118,148,113,38,118,187,86,212,127,230,140,113,128,189,139,61,129,55,5,153,140,214,181,113,143,37,196,91,154,166,58,205,160,175,121,208,162,208,112,213,167,17,99,31,167,121,37,123,170,179,179,128,171,209,91,163,175,19,211,232,177,84,238,13,183,145,62,94,198,213,182,241,210,11,12,125,215,163,123,52,221,63,205,45,238,141,202,24,242,103,23,177,254,147,11,5,0,0,5,9,98,111,100,121,44,104,116,109,108,2,37,12,166,20,149,13,235,181,30,14,69,239,151,35,82,209,85,40,42,171,96,42,133,235,61,62,49,88,186,67,168,159,230,78,9,94,120,88,201,54,7,105,217,20,48,107,170,189,226,110,201,166,95,118,148,113,38,118,187,86,212,127,230,140,113,128,189,139,61,129,55,5,153,140,214,181,113,143,37,196,91,154,166,58,205,160,175,121,208,162,208,112,213,167,17,99,31,167,121,37,123,170,179,179,128,171,209,91,163,175,19,211,232,177,84,238,13,183,145,62,94,198,213,182,241,210,11,12,125,215,163,123,52,221,63,205,45,238,141,202,24,242,103,23,177,254,147,11,5,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,11,35,109,111,100,97,108,45,104,111,115,116,2,4,29,69,122,163,44,169,74,10,70,160,61,143,251,54,78,234,0,0,5,4,98,111,100,121,2,4,29,69,122,163,44,169,74,10,70,160,61,143,251,54,78,234,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,7,46,98,97,110,110,101,114,2,1,128,163,161,118,0,2,1,17,114,99,44,32,102,105,120,101,100,44,32,44,32,115,116,97,121,2,1,128,163,161,118,0,8,1,15,46,101,118,100,45,98,97,99,107,103,114,111,117,110,100,2,1,112,197,248,228,0,0,5,9,104,116,109,108,44,98,111,100,121,2,1,112,197,248,228,79,112,111,115,105,116,105,111,110,58,32,115,116,97,116,105,99,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,119,105,100,116,104,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,13,35,98,111,100,121,45,111,118,101,114,108,97,121,2,1,119,93,105,176,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,119,93,105,176,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,30,46,102,114,111,110,116,101,110,100,80,114,105,118,97,99,121,95,95,109,111,100,97,108,87,114,97,112,112,101,114,2,4,0,81,104,168,32,65,175,142,147,114,114,182,157,243,37,62,0,0,5,9,98,111,100,121,44,104,116,109,108,2,4,0,81,104,168,32,65,175,142,147,114,114,182,157,243,37,62,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,17,46,103,45,99,111,110,115,101,110,116,109,97,110,97,103,101,114,2,2,225,186,118,16,234,227,170,115,0,0,5,9,98,111,100,121,44,104,116,109,108,2,2,225,186,118,16,234,227,170,115,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,7,46,100,105,109,109,101,114,2,4,0,88,51,52,57,203,85,149,121,67,125,216,134,209,127,103,0,0,5,9,98,111,100,121,44,104,116,109,108,2,4,0,88,51,52,57,203,85,149,121,67,125,216,134,209,127,103,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,16,35,99,111,111,107,105,101,45,99,111,110,115,101,110,116,50,2,1,113,249,183,95,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,113,249,183,95,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,23,46,67,111,111,107,105,101,80,111,112,117,112,45,68,105,118,87,114,97,112,112,101,114,2,4,48,59,218,73,78,6,121,56,94,223,131,187,197,25,239,228,0,0,5,9,98,111,100,121,44,104,116,109,108,2,4,48,59,218,73,78,6,121,56,94,223,131,187,197,25,239,228,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,18,35,112,111,112,117,112,77,111,100,97,108,79,118,101,114,108,97,121,2,13,17,230,199,131,51,111,129,107,73,196,155,66,77,59,109,52,77,250,225,132,87,222,117,164,92,137,76,219,101,35,120,8,117,150,191,138,157,45,44,114,159,114,31,6,174,80,48,133,183,193,61,44,0,0,5,9,98,111,100,121,44,104,116,109,108,2,13,17,230,199,131,51,111,129,107,73,196,155,66,77,59,109,52,77,250,225,132,87,222,117,164,92,137,76,219,101,35,120,8,117,150,191,138,157,45,44,114,159,114,31,6,174,80,48,133,183,193,61,44,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,16,46,98,97,99,107,100,114,111,112,45,99,111,111,107,105,101,2,2,123,159,15,235,217,62,228,18,0,0,5,9,98,111,100,121,44,104,116,109,108,2,2,123,159,15,235,217,62,228,18,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,21,46,115,108,105,100,105,110,103,45,112,111,112,117,112,45,98,111,116,116,111,109,2,5,4,38,90,2,43,249,52,185,84,165,103,175,168,177,131,118,230,16,134,149,0,0,5,9,98,111,100,121,44,104,116,109,108,2,5,4,38,90,2,43,249,52,185,84,165,103,175,168,177,131,118,230,16,134,149,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,28,46,99,111,111,107,105,101,45,98,97,110,110,101,114,45,109,111,100,97,108,45,111,118,101,114,108,97,121,2,4,10,74,141,47,86,134,137,244,165,35,220,40,215,224,180,171,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,4,10,74,141,47,86,134,137,244,165,35,220,40,215,224,180,171,0,0,5,4,104,116,109,108,2,4,10,74,141,47,86,134,137,244,165,35,220,40,215,224,180,171,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,18,46,99,111,111,107,115,105,101,115,108,97,119,45,98,108,111,99,107,2,1,190,223,149,46,0,0,5,4,98,111,100,121,2,1,190,223,149,46,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,14,46,115,99,114,101,101,110,45,100,97,114,107,101,110,2,1,83,68,105,72,0,0,5,4,98,111,100,121,2,1,83,68,105,72,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,19,46,111,120,121,45,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,2,166,216,35,232,168,207,90,164,0,0,5,4,98,111,100,121,2,2,166,216,35,232,168,207,90,164,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,14,46,118,109,45,45,99,111,110,116,97,105,110,101,114,2,1,197,31,224,125,0,0,5,4,104,116,109,108,2,1,197,31,224,125,79,112,111,115,105,116,105,111,110,58,32,115,116,97,116,105,99,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,119,105,100,116,104,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,19,35,109,97,99,97,114,111,110,95,99,111,111,107,105,101,95,98,111,120,2,1,103,244,149,13,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,103,244,149,13,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,25,46,109,97,105,110,95,115,101,108,102,95,111,118,101,114,108,97,121,95,99,111,111,107,105,101,2,1,35,21,102,177,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,35,21,102,177,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,17,35,106,116,45,99,111,111,107,105,101,115,45,109,111,100,97,108,2,1,216,134,168,56,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,216,134,168,56,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,21,46,106,115,45,99,111,111,107,105,101,115,45,99,111,110,116,97,105,110,101,114,2,1,184,154,201,242,0,2,1,20,114,99,44,32,110,111,83,99,114,111,108,108,44,32,44,32,115,116,97,121,2,1,184,154,201,242,0,2,1,31,114,99,44,32,99,111,111,107,105,101,95,110,111,116,105,102,105,99,97,116,105,111,110,44,32,44,32,115,116,97,121,2,1,68,65,21,249,0,8,1,7,46,109,111,98,105,108,101,2,1,68,65,21,249,0,2,1,47,115,101,116,44,32,120,118,46,100,105,115,99,108,97,105,109,101,114,46,100,105,115,112,108,97,121,67,111,111,107,105,101,80,111,112,117,112,44,32,110,111,111,112,70,117,110,99,2,1,128,68,68,176,0,8,1,14,46,112,111,112,105,110,45,111,118,101,114,108,97,121,2,1,90,33,117,113,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,90,33,117,113,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,9,46,99,99,109,45,114,111,111,116,2,1,58,158,226,187,0,8,1,19,46,99,111,111,107,105,101,45,110,111,116,101,45,111,112,116,45,105,110,2,1,239,63,237,111,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,239,63,237,111,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,18,46,119,111,119,45,109,111,100,97,108,45,111,118,101,114,108,97,121,2,1,126,83,17,161,0,0,5,4,104,116,109,108,2,1,126,83,17,161,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,28,46,105,110,100,101,120,45,109,111,100,117,108,101,95,111,118,101,114,108,97,121,95,95,100,81,99,109,53,2,1,63,187,146,82,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,63,187,146,82,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,17,35,99,111,111,107,105,101,45,109,111,100,97,108,45,98,111,120,2,1,238,41,177,163,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,1,238,41,177,163,0,0,5,4,98,111,100,121,2,1,238,41,177,163,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,23,46,100,105,97,108,111,103,45,108,105,103,104,116,98,111,120,45,119,105,100,103,101,116,2,3,22,126,250,238,30,151,80,166,119,187,66,157,0,0,5,9,98,111,100,121,44,104,116,109,108,2,3,22,126,250,238,30,151,80,166,119,187,66,157,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,14,35,108,97,121,101,114,45,119,114,97,112,112,101,114,2,1,27,116,78,27,0,2,1,23,114,99,44,32,108,97,121,101,114,65,99,116,105,118,101,44,32,44,32,115,116,97,121,2,1,27,116,78,27,0,8,1,12,46,106,115,45,45,111,118,101,114,108,97,121,2,3,31,8,115,245,49,252,102,8,255,91,124,88,0,16,1,35,35,115,104,112,114,45,99,111,111,107,105,101,45,102,97,118,111,117,114,45,99,111,110,115,101,110,116,45,109,97,110,97,103,101,114,2,3,31,8,115,245,49,252,102,8,255,91,124,88,0,0,5,9,98,111,100,121,44,104,116,109,108,2,3,31,8,115,245,49,252,102,8,255,91,124,88,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,10,46,97,108,108,45,116,101,114,109,115,2,1,37,183,38,93,0,2,1,29,114,99,44,32,32,98,108,111,99,107,101,100,45,98,111,100,121,44,32,98,111,100,121,44,32,115,116,97,121,2,1,37,183,38,93,0,16,1,11,35,99,99,45,109,99,45,114,103,112,100,2,1,97,114,241,2,0,2,1,26,114,99,44,32,32,110,111,45,115,99,114,111,108,108,44,32,98,111,100,121,44,32,115,116,97,121,2,1,97,114,241,2,0,16,1,14,35,99,99,98,45,99,111,110,116,97,105,110,101,114,2,1,147,15,215,46,0,8,1,21,46,100,105,97,108,111,103,45,116,121,112,101,45,108,105,103,104,116,98,111,120,2,1,147,15,215,46,0,0,5,4,98,111,100,121,2,1,147,15,215,46,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,20,46,109,111,100,97,108,45,99,111,111,107,105,101,45,112,111,108,105,99,121,2,1,47,43,220,93,0,0,5,9,104,116,109,108,44,98,111,100,121,2,1,47,43,220,93,79,112,111,115,105,116,105,111,110,58,32,115,116,97,116,105,99,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,119,105,100,116,104,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,0,0,1,29,101,117,105,45,99,111,111,107,105,101,45,97,99,99,101,112,116,97,110,99,101,45,109,97,110,97,103,101,114,2,2,203,33,149,194,234,207,239,133,0,0,5,9,98,111,100,121,44,104,116,109,108,2,2,203,33,149,194,234,207,239,133,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,0,1,25,91,99,108,97,115,115,42,61,34,67,111,111,107,105,101,67,111,110,115,101,110,116,95,34,93,2,1,94,182,212,178,0,0,5,4,104,116,109,108,2,1,94,182,212,178,25,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,0,1,27,100,105,118,91,99,108,97,115,115,42,61,34,67,111,111,107,105,101,67,111,110,115,101,110,116,34,93,2,1,125,8,170,24,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,125,8,170,24,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,2,1,20,114,99,44,32,112,111,112,117,112,44,32,100,105,118,44,32,115,116,97,121,2,1,67,3,195,68,0,16,1,21,35,95,95,116,101,97,108,105,117,109,71,68,80,82,101,99,77,111,100,97,108,2,1,67,3,195,68,0,16,1,31,35,67,111,111,107,105,101,67,111,110,115,101,110,116,70,117,108,108,115,99,114,101,101,110,87,114,97,112,112,101,114,2,1,241,174,15,121,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,241,174,15,121,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,14,46,111,118,101,114,108,97,121,45,50,53,72,111,111,2,1,172,218,236,95,0,0,5,4,104,116,109,108,2,1,172,218,236,95,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,6,35,99,111,118,101,114,2,6,18,167,17,168,50,130,190,148,51,248,137,138,64,24,168,31,120,24,171,67,204,234,82,225,0,16,1,18,35,100,105,118,95,112,111,112,117,112,95,99,111,111,107,105,101,115,2,6,18,167,17,168,50,130,190,148,51,248,137,138,64,24,168,31,120,24,171,67,204,234,82,225,0,0,5,4,98,111,100,121,2,6,18,167,17,168,50,130,190,148,51,248,137,138,64,24,168,31,120,24,171,67,204,234,82,225,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,22,35,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,112,114,111,109,112,116,2,1,219,194,85,75,0,0,5,4,98,111,100,121,2,1,219,194,85,75,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,21,46,110,102,45,112,114,111,99,111,111,107,105,101,45,111,118,101,114,108,97,121,2,1,152,69,0,11,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,152,69,0,11,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,13,46,99,45,100,105,115,99,108,97,105,109,101,114,2,1,78,250,170,5,0,2,1,25,114,99,44,32,104,97,115,45,110,111,45,115,99,114,111,108,108,44,32,44,32,115,116,97,121,2,1,78,250,170,5,0,8,1,26,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,98,111,120,45,111,118,101,114,108,97,121,2,1,126,4,161,118,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,126,4,161,118,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,14,46,112,118,67,111,111,107,105,101,79,112,116,73,110,2,1,229,45,136,170,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,229,45,136,170,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,6,46,109,111,100,97,108,2,1,151,4,14,62,0,2,1,27,114,99,44,32,109,101,115,115,97,103,101,115,45,97,99,116,105,118,101,44,32,44,32,115,116,97,121,2,1,151,4,14,62,0,8,1,15,46,105,110,99,109,115,45,100,112,98,97,110,110,101,114,2,1,126,53,234,126,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,126,53,234,126,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,25,46,122,45,53,48,46,108,101,102,116,45,48,46,119,45,102,117,108,108,46,102,105,120,101,100,2,1,203,134,38,200,0,8,1,48,46,100,117,114,97,116,105,111,110,45,55,48,48,46,116,114,97,110,115,105,116,105,111,110,45,97,108,108,46,102,108,101,120,46,98,111,116,116,111,109,45,48,46,102,105,120,101,100,2,1,203,134,38,200,0,8,1,15,46,98,111,116,116,111,109,45,48,46,102,105,120,101,100,2,1,142,38,149,186,0,0,5,9,98,111,100,121,44,104,116,109,108,2,2,142,38,149,186,203,134,38,200,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,9,46,76,105,103,104,116,98,111,120,2,1,249,27,89,45,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,249,27,89,45,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,17,46,108,97,121,111,117,116,45,109,97,115,107,45,100,97,114,107,2,1,76,96,9,225,0,8,1,15,46,99,111,110,115,101,110,116,45,119,105,110,100,111,119,2,1,76,96,9,225,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,76,96,9,225,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,15,35,98,109,76,97,121,101,114,67,111,111,107,105,101,115,2,1,241,19,201,43,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,241,19,201,43,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,15,46,109,111,100,97,108,45,100,114,111,112,100,111,119,110,2,1,28,142,116,86,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,28,142,116,86,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,15,46,76,116,67,111,111,107,105,101,115,77,111,100,97,108,2,1,45,163,7,82,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,45,163,7,82,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,29,46,99,111,111,107,105,101,45,112,97,110,101,108,45,99,111,110,116,97,105,110,101,114,45,50,68,109,68,109,2,1,42,47,178,183,0,0,5,4,98,111,100,121,2,1,42,47,178,183,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,8,46,99,45,109,111,100,97,108,2,1,224,11,78,81,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,224,11,78,81,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,19,46,99,111,110,115,101,110,116,45,98,97,99,107,103,114,111,117,110,100,2,5,6,204,198,16,27,105,108,128,54,210,215,206,143,113,183,91,148,193,166,124,0,0,5,9,98,111,100,121,44,104,116,109,108,2,5,6,204,198,16,27,105,108,128,54,210,215,206,143,113,183,91,148,193,166,124,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,13,46,116,105,110,103,108,101,45,109,111,100,97,108,2,1,249,124,195,158,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,249,124,195,158,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,26,35,111,112,98,111,120,45,103,100,112,114,45,99,111,110,115,101,110,116,115,45,109,111,100,97,108,2,3,203,171,122,52,206,17,82,203,252,242,250,38,0,16,1,15,35,115,105,119,97,45,99,111,111,107,105,101,98,97,114,2,1,127,57,162,224,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,1,127,57,162,224,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,127,57,162,224,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,25,46,77,105,110,105,80,97,110,101,108,95,111,118,101,114,108,97,121,95,95,71,57,89,50,99,2,1,174,243,212,154,0,8,1,32,46,67,111,111,107,105,101,78,111,116,105,99,101,85,83,95,109,105,110,105,80,97,110,101,108,95,95,50,77,104,53,80,2,1,174,243,212,154,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,174,243,212,154,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,5,46,89,83,85,69,2,2,93,51,81,159,176,11,45,132,0,16,1,5,35,72,79,95,80,2,1,47,40,230,22,0,0,5,9,98,111,100,121,44,104,116,109,108,2,4,12,255,123,108,47,40,230,22,93,51,81,159,176,11,45,132,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,11,46,82,57,45,79,118,101,114,108,97,121,2,2,12,255,123,108,47,40,230,22,0,2,1,19,114,99,44,32,95,51,49,101,44,32,100,105,118,44,32,115,116,97,121,2,1,212,106,108,114,0,2,1,31,114,99,44,32,104,97,115,67,111,111,107,105,101,66,97,110,110,101,114,44,32,98,111,100,121,44,32,115,116,97,121,2,1,212,106,108,114,0,0,1,36,91,100,97,116,97,45,116,101,115,116,105,100,61,34,99,111,111,107,105,101,45,112,111,108,105,99,121,45,100,105,97,108,111,103,34,93,2,1,212,106,108,114,0,0,5,4,98,111,100,121,2,1,212,106,108,114,27,111,118,101,114,102,108,111,119,58,32,115,99,114,111,108,108,32,33,105,109,112,111,114,116,97,110,116,0,8,1,21,46,109,111,100,97,108,45,45,116,104,101,109,101,45,100,101,102,97,117,108,116,2,25,2,145,170,81,13,113,213,176,16,3,195,226,18,69,135,123,18,208,165,141,18,208,165,141,29,123,80,14,57,245,181,248,76,15,31,221,76,193,95,213,102,81,173,145,105,44,144,6,108,216,67,78,115,82,34,166,135,104,32,227,160,146,75,67,168,221,171,183,171,9,181,65,178,255,3,62,186,245,233,21,213,44,250,212,213,172,22,229,232,151,46,158,246,96,226,252,252,180,123,160,0,8,1,34,46,99,111,111,107,105,101,119,97,114,110,105,110,103,58,110,111,116,40,98,111,100,121,41,58,110,111,116,40,104,116,109,108,41,2,25,2,145,170,81,13,113,213,176,16,3,195,226,18,69,135,123,18,208,165,141,18,208,165,141,29,123,80,14,57,245,181,248,76,15,31,221,76,193,95,213,102,81,173,145,105,44,144,6,108,216,67,78,115,82,34,166,135,104,32,227,160,146,75,67,168,221,171,183,171,9,181,65,178,255,3,62,186,245,233,21,213,44,250,212,213,172,22,229,232,151,46,158,246,96,226,252,252,180,123,160,0,0,5,9,98,111,100,121,44,104,116,109,108,2,25,2,145,170,81,13,113,213,176,16,3,195,226,18,69,135,123,18,208,165,141,18,208,165,141,29,123,80,14,57,245,181,248,76,15,31,221,76,193,95,213,102,81,173,145,105,44,144,6,108,216,67,78,115,82,34,166,135,104,32,227,160,146,75,67,168,221,171,183,171,9,181,65,178,255,3,62,186,245,233,21,213,44,250,212,213,172,22,229,232,151,46,158,246,96,226,252,252,180,123,160,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,11,46,82,57,45,79,118,101,114,108,97,121,2,1,206,45,227,158,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,206,45,227,158,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,9,46,99,109,112,98,111,120,66,71,2,2,50,136,237,138,185,14,104,6,0,8,1,7,46,99,109,112,98,111,120,2,2,50,136,237,138,185,14,104,6,0,0,5,9,98,111,100,121,44,104,116,109,108,2,2,50,136,237,138,185,14,104,6,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,5,35,115,117,112,105,2,2,6,203,181,248,250,191,193,128,0,0,5,9,98,111,100,121,44,104,116,109,108,2,2,6,203,181,248,250,191,193,128,79,112,111,115,105,116,105,111,110,58,32,115,116,97,116,105,99,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,119,105,100,116,104,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,28,46,109,100,108,45,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,45,108,97,121,101,114,2,1,60,207,90,107,0,8,1,6,46,110,116,45,99,99,2,1,60,207,90,107,0,0,5,4,104,116,109,108,2,1,60,207,90,107,79,112,111,115,105,116,105,111,110,58,32,115,116,97,116,105,99,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,119,105,100,116,104,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,13,35,109,111,100,97,108,45,99,111,111,107,105,101,2,1,112,13,217,201,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,112,13,217,201,79,112,111,115,105,116,105,111,110,58,32,115,116,97,116,105,99,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,119,105,100,116,104,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,20,46,99,111,111,107,105,101,45,109,111,100,97,108,45,100,105,97,108,111,103,2,1,20,40,90,140,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,20,40,90,140,79,112,111,115,105,116,105,111,110,58,32,115,116,97,116,105,99,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,119,105,100,116,104,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,18,35,112,111,112,85,112,67,111,111,107,105,101,115,77,111,100,97,108,2,1,168,51,104,55,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,1,168,51,104,55,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,168,51,104,55,79,112,111,115,105,116,105,111,110,58,32,115,116,97,116,105,99,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,119,105,100,116,104,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,19,35,109,111,100,97,108,45,99,111,111,107,105,101,45,109,111,100,97,108,2,1,55,130,248,146,0,8,1,16,46,98,97,99,107,100,114,111,112,45,102,105,108,116,101,114,2,1,55,130,248,146,0,0,5,9,104,116,109,108,44,98,111,100,121,2,1,55,130,248,146,79,112,111,115,105,116,105,111,110,58,32,115,116,97,116,105,99,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,119,105,100,116,104,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,12,46,106,115,45,45,111,118,101,114,108,97,121,2,1,178,4,117,144,0,8,1,16,46,115,105,122,105,110,103,45,45,99,111,110,116,101,110,116,2,1,178,4,117,144,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,178,4,117,144,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,24,35,110,113,95,99,110,105,108,98,97,110,110,101,114,95,99,111,110,116,97,105,110,101,114,2,1,126,183,107,173,0,2,1,25,114,99,44,32,110,111,45,115,99,114,111,108,108,44,32,98,111,100,121,44,32,115,116,97,121,2,1,126,183,107,173,0,8,5,9,46,110,103,45,115,99,111,112,101,2,1,65,241,251,149,75,102,105,108,116,101,114,58,32,110,111,110,101,32,33,105,109,112,111,114,116,97,110,116,59,111,112,97,99,105,116,121,58,49,32,33,105,109,112,111,114,116,97,110,116,59,112,111,105,110,116,101,114,45,101,118,101,110,116,115,58,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,2,1,18,114,99,44,32,98,108,117,114,101,100,44,32,44,32,115,116,97,121,2,1,65,241,251,149,0,8,1,9,46,112,115,45,111,117,116,101,114,2,1,65,241,251,149,0,8,1,17,46,99,111,110,115,101,110,116,95,95,119,114,97,112,112,101,114,2,6,0,62,60,87,11,183,158,228,42,241,188,204,48,74,191,207,91,5,151,68,144,33,9,194,0,2,1,24,114,99,44,32,110,111,115,99,114,111,108,108,44,32,98,111,100,121,44,32,115,116,97,121,2,2,0,62,60,87,11,183,158,228,0,0,5,9,98,111,100,121,44,104,116,109,108,2,4,42,241,188,204,48,74,191,207,91,5,151,68,144,33,9,194,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,2,1,23,114,99,44,32,104,97,115,45,111,118,101,114,108,97,121,44,32,44,32,115,116,97,121,2,1,95,147,58,113,0,0,5,4,98,111,100,121,2,1,95,147,58,113,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,18,35,102,108,101,120,95,99,111,111,107,105,101,95,112,111,112,117,112,2,1,20,76,29,98,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,20,76,29,98,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,64,46,109,111,100,97,108,45,98,111,120,45,45,109,101,100,105,117,109,46,109,111,100,97,108,45,98,111,120,91,97,114,105,97,45,108,97,98,101,108,108,101,100,98,121,61,34,109,111,100,97,108,45,98,111,120,45,104,101,97,100,101,114,34,93,2,3,62,187,220,106,89,83,179,97,172,202,66,143,0,0,5,9,98,111,100,121,44,104,116,109,108,2,3,62,187,220,106,89,83,179,97,172,202,66,143,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,13,46,99,111,111,107,105,101,67,111,110,102,105,103,2,2,32,123,109,121,116,30,104,236,0,0,5,9,98,111,100,121,44,104,116,109,108,2,2,32,123,109,121,116,30,104,236,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,25,46,108,105,103,104,116,98,111,120,45,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,2,60,9,43,182,179,12,9,217,226,20,73,67,254,21,238,147,86,22,113,243,211,27,20,137,186,35,53,14,90,39,122,108,167,42,136,68,216,50,57,178,72,50,207,4,77,55,72,109,104,56,110,157,111,66,233,166,26,79,203,236,32,82,109,166,163,85,253,150,38,86,126,80,242,102,108,249,39,107,150,27,154,120,148,111,132,120,199,61,247,123,1,130,148,127,94,9,128,127,202,203,49,139,159,84,193,140,123,105,124,142,22,0,196,151,143,182,189,152,214,27,234,161,154,221,148,162,196,238,80,169,231,104,217,169,239,205,8,172,137,72,146,174,189,109,18,174,192,229,153,178,16,208,132,184,221,183,215,191,196,81,97,192,217,35,208,195,228,110,64,199,199,252,5,203,184,195,1,212,201,146,147,214,193,14,183,215,220,18,100,215,228,155,255,216,178,50,172,222,192,207,241,229,149,212,230,230,150,197,12,230,202,176,172,232,75,34,157,234,122,1,148,242,231,101,11,245,241,14,221,247,105,211,145,248,238,125,141,255,5,10,145,0,8,1,13,46,100,97,114,107,101,110,45,108,97,121,101,114,2,60,9,43,182,179,12,9,217,226,20,73,67,254,21,238,147,86,22,113,243,211,27,20,137,186,35,53,14,90,39,122,108,167,42,136,68,216,50,57,178,72,50,207,4,77,55,72,109,104,56,110,157,111,66,233,166,26,79,203,236,32,82,109,166,163,85,253,150,38,86,126,80,242,102,108,249,39,107,150,27,154,120,148,111,132,120,199,61,247,123,1,130,148,127,94,9,128,127,202,203,49,139,159,84,193,140,123,105,124,142,22,0,196,151,143,182,189,152,214,27,234,161,154,221,148,162,196,238,80,169,231,104,217,169,239,205,8,172,137,72,146,174,189,109,18,174,192,229,153,178,16,208,132,184,221,183,215,191,196,81,97,192,217,35,208,195,228,110,64,199,199,252,5,203,184,195,1,212,201,146,147,214,193,14,183,215,220,18,100,215,228,155,255,216,178,50,172,222,192,207,241,229,149,212,230,230,150,197,12,230,202,176,172,232,75,34,157,234,122,1,148,242,231,101,11,245,241,14,221,247,105,211,145,248,238,125,141,255,5,10,145,0,2,1,40,114,99,44,32,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,105,115,45,97,99,116,105,118,101,44,32,98,111,100,121,44,32,115,116,97,121,2,60,9,43,182,179,12,9,217,226,20,73,67,254,21,238,147,86,22,113,243,211,27,20,137,186,35,53,14,90,39,122,108,167,42,136,68,216,50,57,178,72,50,207,4,77,55,72,109,104,56,110,157,111,66,233,166,26,79,203,236,32,82,109,166,163,85,253,150,38,86,126,80,242,102,108,249,39,107,150,27,154,120,148,111,132,120,199,61,247,123,1,130,148,127,94,9,128,127,202,203,49,139,159,84,193,140,123,105,124,142,22,0,196,151,143,182,189,152,214,27,234,161,154,221,148,162,196,238,80,169,231,104,217,169,239,205,8,172,137,72,146,174,189,109,18,174,192,229,153,178,16,208,132,184,221,183,215,191,196,81,97,192,217,35,208,195,228,110,64,199,199,252,5,203,184,195,1,212,201,146,147,214,193,14,183,215,220,18,100,215,228,155,255,216,178,50,172,222,192,207,241,229,149,212,230,230,150,197,12,230,202,176,172,232,75,34,157,234,122,1,148,242,231,101,11,245,241,14,221,247,105,211,145,248,238,125,141,255,5,10,145,0,2,1,25,114,99,44,32,110,111,45,115,99,114,111,108,108,44,32,98,111,100,121,44,32,115,116,97,121,2,60,9,43,182,179,12,9,217,226,20,73,67,254,21,238,147,86,22,113,243,211,27,20,137,186,35,53,14,90,39,122,108,167,42,136,68,216,50,57,178,72,50,207,4,77,55,72,109,104,56,110,157,111,66,233,166,26,79,203,236,32,82,109,166,163,85,253,150,38,86,126,80,242,102,108,249,39,107,150,27,154,120,148,111,132,120,199,61,247,123,1,130,148,127,94,9,128,127,202,203,49,139,159,84,193,140,123,105,124,142,22,0,196,151,143,182,189,152,214,27,234,161,154,221,148,162,196,238,80,169,231,104,217,169,239,205,8,172,137,72,146,174,189,109,18,174,192,229,153,178,16,208,132,184,221,183,215,191,196,81,97,192,217,35,208,195,228,110,64,199,199,252,5,203,184,195,1,212,201,146,147,214,193,14,183,215,220,18,100,215,228,155,255,216,178,50,172,222,192,207,241,229,149,212,230,230,150,197,12,230,202,176,172,232,75,34,157,234,122,1,148,242,231,101,11,245,241,14,221,247,105,211,145,248,238,125,141,255,5,10,145,0,8,1,15,46,84,114,97,109,105,110,111,67,111,110,115,101,110,116,2,30,1,184,207,24,27,192,163,216,28,108,79,49,76,161,244,132,94,42,40,240,98,197,62,241,103,7,12,46,117,76,117,131,122,218,243,166,135,184,23,4,136,118,246,175,172,8,136,206,182,43,105,190,187,140,43,75,190,86,169,113,193,15,91,132,194,208,23,24,197,197,83,58,198,70,169,19,201,72,16,97,201,144,202,249,211,43,11,108,214,76,186,101,215,37,245,110,216,152,111,212,221,78,159,215,228,99,238,212,230,236,65,6,231,109,233,174,243,209,225,119,0,0,5,9,98,111,100,121,44,104,116,109,108,2,30,1,184,207,24,27,192,163,216,28,108,79,49,76,161,244,132,94,42,40,240,98,197,62,241,103,7,12,46,117,76,117,131,122,218,243,166,135,184,23,4,136,118,246,175,172,8,136,206,182,43,105,190,187,140,43,75,190,86,169,113,193,15,91,132,194,208,23,24,197,197,83,58,198,70,169,19,201,72,16,97,201,144,202,249,211,43,11,108,214,76,186,101,215,37,245,110,216,152,111,212,221,78,159,215,228,99,238,212,230,236,65,6,231,109,233,174,243,209,225,119,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,0,5,9,98,111,100,121,44,104,116,109,108,2,4,5,24,96,196,31,112,6,71,101,69,7,241,232,72,63,111,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,8,46,111,118,101,114,108,97,121,2,1,140,185,4,154,0,8,1,11,46,99,99,45,45,98,97,110,110,101,114,2,1,140,185,4,154,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,140,185,4,154,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,21,35,109,121,77,111,100,97,108,67,111,111,107,105,101,67,111,110,115,101,110,116,2,4,72,29,110,81,159,86,18,29,170,36,189,219,204,15,11,210,0,0,5,4,98,111,100,121,2,4,72,29,110,81,159,86,18,29,170,36,189,219,204,15,11,210,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,17,46,118,45,45,109,111,100,97,108,45,111,118,101,114,108,97,121,2,2,170,23,197,172,221,203,68,242,0,0,5,9,98,111,100,121,44,104,116,109,108,2,2,170,23,197,172,221,203,68,242,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,26,46,118,45,45,109,111,100,97,108,45,98,97,99,107,103,114,111,117,110,100,45,99,108,105,99,107,2,1,44,143,175,247,0,8,1,17,46,118,45,45,109,111,100,97,108,45,111,118,101,114,108,97,121,2,1,44,143,175,247,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,44,143,175,247,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,5,35,76,71,80,68,2,1,42,74,147,137,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,42,74,147,137,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,6,46,109,111,100,97,108,2,1,21,178,25,59,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,1,21,178,25,59,0,8,1,15,46,119,112,114,45,112,111,112,117,112,45,111,112,101,110,2,1,83,215,70,176,0,8,1,28,46,101,117,45,99,111,111,107,105,101,45,99,111,109,112,108,105,97,110,99,101,45,98,97,110,110,101,114,2,1,229,117,160,10,0,8,1,33,46,101,117,45,99,111,111,107,105,101,45,99,111,109,112,108,105,97,110,99,101,45,98,97,110,110,101,114,45,105,110,102,111,2,1,229,117,160,10,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,229,117,160,10,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,21,46,99,111,111,107,105,101,45,109,111,100,97,108,45,119,114,97,112,112,101,114,2,1,54,159,164,123,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,1,54,159,164,123,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,54,159,164,123,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,14,46,116,120,45,112,112,119,45,99,111,111,107,105,101,2,1,27,115,44,223,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,27,115,44,223,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,5,46,102,97,100,101,2,1,223,214,169,182,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,223,214,169,182,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,13,46,99,111,111,107,105,101,45,97,108,101,114,116,2,2,6,185,232,0,166,25,43,207,0,0,5,9,98,111,100,121,44,104,116,109,108,2,2,6,185,232,0,166,25,43,207,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,21,46,99,111,111,107,105,101,115,45,112,111,112,117,112,45,104,111,108,100,101,114,2,1,134,237,197,108,0,0,5,4,98,111,100,121,2,1,134,237,197,108,26,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,3,46,99,98,2,2,38,157,65,240,232,51,172,237,0,0,5,9,98,111,100,121,44,104,116,109,108,2,2,38,157,65,240,232,51,172,237,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,16,1,22,35,99,109,112,116,95,99,117,115,116,111,109,101,114,45,45,99,111,111,107,105,101,2,4,2,78,192,56,65,34,185,182,176,187,37,108,243,190,144,245,0,0,5,9,98,111,100,121,44,104,116,109,108,2,4,2,78,192,56,65,34,185,182,176,187,37,108,243,190,144,245,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,14,46,99,45,97,112,112,45,111,118,101,114,108,97,121,2,1,192,224,97,139,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,192,224,97,139,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,29,46,116,113,99,45,109,111,100,97,108,95,95,99,111,110,116,101,110,116,45,99,111,110,116,97,105,110,101,114,2,1,153,186,68,252,0,8,1,9,46,116,113,99,45,102,97,100,101,2,1,153,186,68,252,0,0,5,4,98,111,100,121,2,1,153,186,68,252,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,16,1,11,35,104,117,115,115,45,109,111,100,97,108,2,1,162,167,125,206,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,162,167,125,206,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,8,1,24,46,109,101,115,115,97,103,101,45,111,118,101,114,108,97,121,45,45,99,111,111,107,105,101,2,1,161,237,156,95,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,161,237,156,95,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,7,46,100,105,109,109,101,100,2,1,194,197,250,155,0,0,5,4,98,111,100,121,2,1,194,197,250,155,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,17,46,102,111,99,117,115,45,99,111,111,107,105,101,98,97,114,97,2,3,34,64,203,213,71,185,14,234,234,20,11,212,0,0,5,4,98,111,100,121,2,3,34,64,203,213,71,185,14,234,234,20,11,212,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,13,46,109,111,100,97,108,87,114,97,112,112,101,114,2,1,27,125,40,215,0,8,1,11,46,99,115,115,45,56,110,100,111,119,108,2,1,27,125,40,215,0,0,5,4,104,116,109,108,2,1,27,125,40,215,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,22,35,99,111,111,107,105,101,45,98,97,110,110,101,114,45,103,101,110,101,114,97,108,2,1,224,67,76,67,0,8,1,10,46,100,105,97,108,111,103,45,98,103,2,1,224,67,76,67,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,224,67,76,67,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,10,35,100,97,114,107,45,102,97,100,101,2,1,126,77,220,111,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,126,77,220,111,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,0,1,18,104,121,108,111,45,99,111,111,107,105,101,45,98,97,110,110,101,114,2,1,17,235,148,167,0,8,1,21,46,98,97,99,107,100,114,111,112,45,110,111,45,116,97,112,112,97,98,108,101,2,1,17,235,148,167,0,8,1,27,46,104,121,108,111,45,99,111,111,107,105,101,45,98,97,110,110,101,114,45,103,101,110,101,114,97,108,2,1,17,235,148,167,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,17,235,148,167,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,2,1,32,114,99,44,32,99,111,111,107,105,101,115,103,100,112,114,95,95,115,99,114,111,108,108,44,32,32,44,32,115,116,97,121,2,6,5,197,165,85,34,211,62,43,67,93,99,157,96,237,180,222,143,128,9,200,196,70,174,126,0,2,1,14,110,111,115,105,105,102,44,32,115,99,114,111,108,108,2,6,5,197,165,85,34,211,62,43,67,93,99,157,96,237,180,222,143,128,9,200,196,70,174,126,0,8,1,12,46,99,111,111,107,105,101,115,103,100,112,114,2,6,5,197,165,85,34,211,62,43,67,93,99,157,96,237,180,222,143,128,9,200,196,70,174,126,0,8,1,16,46,98,108,111,99,107,101,114,45,99,111,111,107,105,101,115,2,23,7,116,72,62,23,162,244,45,28,15,54,129,48,214,222,78,53,180,19,206,59,71,225,90,78,25,67,164,94,135,247,154,119,150,127,67,134,153,55,20,134,153,106,35,144,214,231,25,158,54,131,214,170,138,119,91,192,13,193,19,200,224,51,58,201,139,42,63,204,148,33,68,213,104,123,108,221,15,211,147,224,17,231,140,236,132,156,19,254,6,81,64,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,20,3,243,10,17,25,28,97,8,46,95,71,197,49,5,114,20,53,23,17,196,54,24,25,145,75,253,74,87,85,247,191,117,99,60,18,96,105,224,154,29,116,32,204,54,129,112,92,185,144,43,238,73,163,201,134,45,201,5,199,237,205,164,252,155,208,17,250,125,223,119,96,155,226,153,148,220,238,205,238,92,0,0,5,9,98,111,100,121,44,104,116,109,108,2,36,3,243,10,17,7,116,72,62,23,162,244,45,25,28,97,8,28,15,54,129,46,95,71,197,48,214,222,78,49,5,114,20,49,5,114,20,53,23,17,196,59,71,225,90,75,253,74,87,78,25,67,164,94,135,247,154,99,60,18,96,116,32,204,54,119,150,127,67,134,153,55,20,134,153,106,35,144,214,231,25,163,201,134,45,170,138,119,91,192,13,193,19,200,224,51,58,201,5,199,237,201,139,42,63,204,148,33,68,205,164,252,155,213,104,123,108,221,15,211,147,223,119,96,155,224,17,231,140,226,153,148,220,236,132,156,19,238,205,238,92,254,6,81,64,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,32,35,99,111,111,107,105,101,45,98,97,110,110,101,114,95,95,95,66,86,95,109,111,100,97,108,95,111,117,116,101,114,95,2,1,208,251,226,172,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,208,251,226,172,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,19,35,99,111,111,107,105,101,45,109,111,100,97,108,45,49,50,51,52,53,2,1,247,186,230,73,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,1,247,186,230,73,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,247,186,230,73,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,0,5,4,104,116,109,108,2,1,53,180,19,206,25,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,0,5,4,104,116,109,108,2,2,3,16,85,190,182,205,134,68,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,18,46,113,99,45,99,109,112,50,45,99,111,110,116,97,105,110,101,114,2,1,243,130,165,217,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,243,130,165,217,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,15,46,100,105,115,99,108,97,105,109,101,114,45,98,97,114,2,1,125,165,39,198,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,125,165,39,198,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,21,46,99,111,110,115,101,110,116,45,98,111,120,95,95,119,114,97,112,112,101,114,2,1,62,48,110,219,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,62,48,110,219,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,0,5,9,98,111,100,121,44,104,116,109,108,2,66,4,219,34,74,9,92,171,247,19,60,160,247,22,146,101,45,32,250,253,132,35,106,159,233,36,90,214,151,36,108,13,140,39,51,134,60,42,148,118,122,49,19,107,198,73,56,55,127,74,179,66,252,75,136,180,73,77,134,61,12,79,175,75,15,92,134,75,249,100,33,98,65,100,33,98,65,100,80,135,123,105,7,231,2,118,76,105,19,126,151,162,70,128,69,231,143,130,87,76,74,130,87,76,113,130,87,76,151,133,112,134,57,133,151,137,170,134,92,55,106,142,220,63,237,146,126,26,192,149,91,163,205,149,232,119,11,153,188,236,251,167,115,65,35,170,128,6,26,171,50,194,9,171,72,194,69,177,153,87,101,177,162,215,4,178,40,191,3,178,133,109,18,178,183,89,102,179,112,130,121,179,112,130,121,181,252,116,27,184,68,99,177,184,91,81,38,185,216,34,112,187,35,157,197,191,162,158,6,195,144,48,87,196,93,194,245,198,239,50,63,204,229,221,161,213,28,73,59,214,158,9,215,220,226,201,6,221,110,115,119,222,207,166,167,236,231,202,238,243,93,243,168,250,230,99,53,252,75,23,64,253,151,245,92,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,24,46,115,118,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,109,111,100,97,108,2,73,3,46,166,137,5,62,216,102,8,120,182,131,8,210,194,135,9,90,203,12,11,31,228,217,19,91,82,183,27,243,13,186,29,255,153,67,30,184,0,206,31,29,38,148,33,126,132,148,35,231,188,159,38,117,150,110,41,250,186,253,44,121,13,244,46,10,213,252,48,131,144,57,57,115,54,5,58,82,140,26,61,152,137,83,66,153,137,166,69,135,44,237,72,48,132,103,75,71,162,234,82,67,239,169,82,68,9,143,82,70,48,7,82,77,31,169,82,82,84,16,97,93,255,236,97,193,68,170,106,110,248,232,107,197,57,17,119,40,94,248,119,40,122,128,123,138,184,67,139,217,148,61,141,226,16,78,142,142,91,150,156,41,27,57,159,83,223,130,159,209,142,218,161,13,136,133,161,19,84,13,167,234,190,48,173,106,168,4,173,133,180,103,178,115,46,15,181,195,28,21,188,122,202,6,203,117,49,138,207,20,219,216,210,158,133,166,211,89,42,82,220,141,40,156,224,163,148,49,228,57,156,81,228,122,80,148,228,133,106,95,229,37,199,60,229,50,121,225,229,210,93,144,230,80,116,154,231,182,122,91,234,237,233,178,234,237,235,35,234,237,235,56,237,8,174,234,244,17,43,134,244,98,173,191,248,189,147,154,254,157,23,86,0,8,1,27,46,101,110,118,45,109,111,100,97,108,45,100,105,97,108,111,103,95,95,98,97,99,107,100,114,111,112,2,73,3,46,166,137,5,62,216,102,8,120,182,131,8,210,194,135,9,90,203,12,11,31,228,217,19,91,82,183,27,243,13,186,29,255,153,67,30,184,0,206,31,29,38,148,33,126,132,148,35,231,188,159,38,117,150,110,41,250,186,253,44,121,13,244,46,10,213,252,48,131,144,57,57,115,54,5,58,82,140,26,61,152,137,83,66,153,137,166,69,135,44,237,72,48,132,103,75,71,162,234,82,67,239,169,82,68,9,143,82,70,48,7,82,77,31,169,82,82,84,16,97,93,255,236,97,193,68,170,106,110,248,232,107,197,57,17,119,40,94,248,119,40,122,128,123,138,184,67,139,217,148,61,141,226,16,78,142,142,91,150,156,41,27,57,159,83,223,130,159,209,142,218,161,13,136,133,161,19,84,13,167,234,190,48,173,106,168,4,173,133,180,103,178,115,46,15,181,195,28,21,188,122,202,6,203,117,49,138,207,20,219,216,210,158,133,166,211,89,42,82,220,141,40,156,224,163,148,49,228,57,156,81,228,122,80,148,228,133,106,95,229,37,199,60,229,50,121,225,229,210,93,144,230,80,116,154,231,182,122,91,234,237,233,178,234,237,235,35,234,237,235,56,237,8,174,234,244,17,43,134,244,98,173,191,248,189,147,154,254,157,23,86,0,0,5,9,98,111,100,121,44,104,116,109,108,2,72,3,46,166,137,5,62,216,102,8,120,182,131,8,210,194,135,9,90,203,12,11,31,228,217,19,91,82,183,27,243,13,186,29,255,153,67,30,184,0,206,31,29,38,148,33,126,132,148,35,231,188,159,38,117,150,110,41,250,186,253,44,121,13,244,46,10,213,252,48,131,144,57,57,115,54,5,58,82,140,26,61,152,137,83,66,153,137,166,69,135,44,237,72,48,132,103,75,71,162,234,82,67,239,169,82,68,9,143,82,70,48,7,82,77,31,169,82,82,84,16,97,93,255,236,97,193,68,170,106,110,248,232,107,197,57,17,119,40,94,248,119,40,122,128,123,138,184,67,139,217,148,61,141,226,16,78,142,142,91,150,156,41,27,57,159,83,223,130,159,209,142,218,161,13,136,133,161,19,84,13,167,234,190,48,173,106,168,4,173,133,180,103,181,195,28,21,188,122,202,6,203,117,49,138,207,20,219,216,210,158,133,166,211,89,42,82,220,141,40,156,224,163,148,49,228,57,156,81,228,122,80,148,228,133,106,95,229,37,199,60,229,50,121,225,229,210,93,144,230,80,116,154,231,182,122,91,234,237,233,178,234,237,235,35,234,237,235,56,237,8,174,234,244,17,43,134,244,98,173,191,248,189,147,154,254,157,23,86,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,8,46,111,118,101,114,108,97,121,2,1,45,160,252,12,0,8,1,21,46,115,108,105,100,105,110,103,45,112,111,112,117,112,45,98,111,116,116,111,109,2,1,45,160,252,12,0,0,5,4,98,111,100,121,2,1,45,160,252,12,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,20,46,102,97,110,99,121,98,111,120,95,95,99,111,110,116,97,105,110,101,114,2,1,114,31,132,134,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,114,31,132,134,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,18,46,99,111,111,107,105,101,115,112,108,117,115,45,109,111,100,97,108,2,4,5,12,105,26,94,99,64,10,225,77,46,82,234,193,95,115,0,8,1,17,46,102,97,110,99,121,98,111,120,45,111,118,101,114,108,97,121,2,4,5,12,105,26,94,99,64,10,225,77,46,82,234,193,95,115,0,0,5,9,98,111,100,121,44,104,116,109,108,2,4,5,12,105,26,94,99,64,10,225,77,46,82,234,193,95,115,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,18,46,99,111,111,107,105,101,115,112,108,117,115,45,109,111,100,97,108,2,19,0,227,196,52,6,23,203,189,6,198,4,47,19,37,36,44,32,141,119,53,45,75,248,243,47,130,221,244,61,178,65,53,62,202,168,35,75,118,223,156,80,15,137,94,142,141,159,208,151,153,52,79,165,200,178,124,204,174,183,58,207,93,101,110,209,37,233,239,216,120,203,149,246,157,178,128,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,19,0,227,196,52,6,23,203,189,6,198,4,47,19,37,36,44,32,141,119,53,45,75,248,243,47,130,221,244,61,178,65,53,62,202,168,35,75,118,223,156,80,15,137,94,142,141,159,208,151,153,52,79,165,200,178,124,204,174,183,58,207,93,101,110,209,37,233,239,216,120,203,149,246,157,178,128,0,0,5,9,98,111,100,121,44,104,116,109,108,2,19,0,227,196,52,6,23,203,189,6,198,4,47,19,37,36,44,32,141,119,53,45,75,248,243,47,130,221,244,61,178,65,53,62,202,168,35,75,118,223,156,80,15,137,94,142,141,159,208,151,153,52,79,165,200,178,124,204,174,183,58,207,93,101,110,209,37,233,239,216,120,203,149,246,157,178,128,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,11,46,103,100,112,114,45,109,111,100,97,108,2,2,124,239,119,62,127,95,44,35,0,0,5,9,98,111,100,121,44,104,116,109,108,2,2,124,239,119,62,127,95,44,35,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,19,46,105,117,98,101,110,100,97,45,99,115,45,118,105,115,105,98,108,101,2,3,11,245,67,166,48,195,88,102,199,189,88,119,0,0,5,9,98,111,100,121,44,104,116,109,108,2,3,11,245,67,166,48,195,88,102,199,189,88,119,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,11,46,118,102,109,45,45,105,110,115,101,116,2,2,19,235,180,151,148,232,94,122,0,0,5,9,98,111,100,121,44,104,116,109,108,2,2,19,235,180,151,148,232,94,122,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,6,46,109,111,100,97,108,2,1,136,32,82,248,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,1,136,32,82,248,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,1,55,19,172,164,0,16,1,12,35,99,111,111,107,105,101,77,111,100,97,108,2,1,55,19,172,164,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,55,19,172,164,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,8,46,97,112,112,45,99,109,112,2,1,208,45,12,39,0,0,5,4,98,111,100,121,2,1,208,45,12,39,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,167,37,150,248,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,25,35,99,111,111,107,105,101,115,45,109,101,115,115,97,103,101,115,45,119,114,97,112,112,101,114,2,1,10,131,177,35,0,8,1,17,46,102,97,110,99,121,98,111,120,45,111,118,101,114,108,97,121,2,1,10,131,177,35,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,10,131,177,35,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,25,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,99,111,110,116,97,105,110,101,114,2,1,13,136,186,217,0,8,1,21,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,99,111,118,101,114,2,1,13,136,186,217,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,13,136,186,217,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,25,35,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,99,111,110,116,97,105,110,101,114,2,1,196,69,0,253,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,196,69,0,253,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,21,35,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,109,111,100,97,108,2,1,233,108,69,137,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,1,233,108,69,137,0,0,5,4,98,111,100,121,2,1,233,108,69,137,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,34,46,106,115,45,102,111,111,116,101,114,45,97,100,118,97,110,99,101,100,45,99,111,111,107,105,101,115,45,112,111,108,105,99,121,2,1,24,83,255,102,0,0,5,4,98,111,100,121,2,1,24,83,255,102,79,112,111,115,105,116,105,111,110,58,32,115,116,97,116,105,99,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,119,105,100,116,104,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,0,0,1,37,100,105,118,91,105,100,94,61,34,67,111,111,107,105,101,67,111,110,115,101,110,116,68,105,97,108,111,103,45,114,101,97,99,116,45,34,93,2,1,122,171,1,91,0,16,1,27,35,110,101,117,115,116,97,45,99,111,111,107,105,101,45,110,111,116,105,99,101,45,109,111,100,97,108,2,3,7,248,34,209,8,129,165,37,19,131,81,165,0,16,1,8,35,111,118,101,114,108,97,121,2,3,7,248,34,209,8,129,165,37,19,131,81,165,0,8,1,11,46,114,99,98,45,98,97,110,110,101,114,2,1,69,68,208,138,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,69,68,208,138,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,20,46,111,97,120,95,109,111,100,97,108,95,99,111,110,116,97,105,110,101,114,2,1,212,111,121,12,0,8,1,13,46,111,97,120,95,109,111,100,97,108,95,98,103,2,1,212,111,121,12,0,8,1,25,46,111,97,120,95,99,111,111,107,105,101,95,99,111,110,115,101,110,116,95,109,111,100,97,108,2,1,212,111,121,12,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,212,111,121,12,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,18,46,98,115,45,100,105,97,108,111,103,45,111,118,101,114,108,97,121,2,1,93,228,253,95,0,8,1,24,46,67,111,111,107,105,101,115,67,111,110,102,105,114,109,97,116,105,111,110,86,105,101,119,2,1,93,228,253,95,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,93,228,253,95,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,15,46,112,114,45,99,111,111,107,105,101,109,111,100,97,108,2,1,126,159,210,220,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,126,159,210,220,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,13,35,114,103,112,100,45,111,118,101,114,108,97,121,2,1,25,217,149,225,0,16,1,11,35,114,103,112,100,45,112,111,112,105,110,2,1,25,217,149,225,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,25,217,149,225,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,0,1,27,98,97,104,102,45,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,45,100,112,108,51,2,1,226,106,183,120,0,0,1,22,98,97,104,102,45,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,2,1,226,106,183,120,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,1,226,106,183,120,0,16,1,10,35,109,111,100,97,108,45,99,109,112,2,1,6,223,73,191,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,1,6,223,73,191,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,6,223,73,191,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,20,35,99,111,110,116,97,105,110,101,114,45,114,103,112,100,45,102,111,110,100,2,1,244,6,102,143,0,16,1,15,35,99,111,110,116,97,105,110,101,114,45,114,103,112,100,2,1,244,6,102,143,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,244,6,102,143,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,14,35,122,97,95,114,103,112,100,95,109,111,100,97,108,2,1,68,61,181,45,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,1,68,61,181,45,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,68,61,181,45,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,13,35,114,103,112,100,45,111,118,101,114,108,97,121,2,1,120,105,183,156,0,16,1,11,35,114,103,112,100,45,112,111,112,105,110,2,1,120,105,183,156,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,120,105,183,156,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,24,46,99,111,110,102,105,114,109,45,99,111,111,107,105,101,95,95,119,114,97,112,112,101,114,2,1,149,173,189,124,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,149,173,189,124,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,14,46,111,118,101,114,108,97,121,45,98,108,111,99,107,2,2,33,145,79,97,130,65,130,92,0,16,1,17,35,109,111,100,97,108,68,97,116,97,67,111,110,115,101,110,116,2,1,177,4,232,167,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,177,4,232,167,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,0,5,4,98,111,100,121,2,1,146,58,53,116,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,0,5,4,98,111,100,121,2,1,74,45,49,210,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,44,46,118,116,101,120,45,109,111,100,97,108,45,108,97,121,111,117,116,45,48,45,120,45,109,111,100,97,108,45,45,99,111,111,107,105,101,115,45,108,97,121,111,117,116,2,1,247,109,5,126,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,247,109,5,126,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,19,46,110,101,108,105,111,45,99,111,111,107,105,101,45,109,111,100,97,108,2,1,98,252,49,250,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,98,252,49,250,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,0,5,4,98,111,100,121,2,1,76,201,162,75,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,17,46,99,119,45,109,111,100,97,108,45,111,118,101,114,108,97,121,2,4,9,215,109,167,97,210,216,151,118,208,117,4,201,158,199,26,0,0,5,4,98,111,100,121,2,4,9,215,109,167,97,210,216,151,118,208,117,4,201,158,199,26,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,13,46,98,45,100,105,115,99,108,97,105,109,101,114,2,1,123,221,235,241,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,123,221,235,241,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,12,46,109,111,100,97,108,45,112,111,112,117,112,2,1,227,21,94,174,0,2,1,22,114,99,44,32,109,111,100,97,108,45,115,104,111,119,44,32,44,32,115,116,97,121,2,1,227,21,94,174,0,8,1,17,46,101,110,118,45,109,111,100,97,108,45,100,105,97,108,111,103,2,3,4,245,219,175,17,164,5,76,110,99,229,224,0,8,1,27,46,101,110,118,45,109,111,100,97,108,45,100,105,97,108,111,103,95,95,98,97,99,107,100,114,111,112,2,3,4,245,219,175,17,164,5,76,110,99,229,224,0,0,5,4,98,111,100,121,2,3,4,245,219,175,17,164,5,76,110,99,229,224,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,0,5,9,98,111,100,121,44,104,116,109,108,2,9,58,215,114,34,139,185,19,6,162,170,132,128,163,66,73,242,178,75,10,176,186,128,108,155,199,85,110,85,217,225,75,86,236,47,25,110,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,16,35,100,105,115,99,108,97,105,109,101,114,77,111,100,97,108,2,1,236,226,84,237,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,1,236,226,84,237,0,0,5,4,98,111,100,121,2,1,236,226,84,237,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,8,46,111,118,101,114,108,97,121,2,1,227,133,140,31,0,8,1,6,46,109,111,100,97,108,2,1,227,133,140,31,0,0,5,9,104,116,109,108,44,98,111,100,121,2,1,227,133,140,31,79,112,111,115,105,116,105,111,110,58,32,115,116,97,116,105,99,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,119,105,100,116,104,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,17,46,110,111,116,105,102,105,99,97,116,105,111,110,45,98,97,114,2,1,163,119,248,59,0,0,5,4,98,111,100,121,2,1,163,119,248,59,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,16,46,97,102,98,45,67,111,111,107,105,101,115,68,97,114,107,2,1,153,50,30,110,0,0,5,4,98,111,100,121,2,1,153,50,30,110,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,18,46,117,105,45,119,105,100,103,101,116,45,111,118,101,114,108,97,121,2,1,238,107,183,201,0,16,1,7,35,106,117,119,67,77,80,2,1,44,158,59,4,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,44,158,59,4,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,8,1,14,46,103,99,45,77,111,100,97,108,45,98,111,100,121,2,1,154,3,177,202,0,8,1,17,46,103,99,45,77,111,100,97,108,45,111,118,101,114,108,97,121,2,1,154,3,177,202,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,154,3,177,202,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,8,1,19,46,99,99,45,119,105,110,100,111,119,45,98,97,99,107,100,114,111,112,2,2,244,118,90,28,251,16,209,158,0,8,1,10,46,99,99,45,119,105,110,100,111,119,2,2,244,118,90,28,251,16,209,158,0,0,5,9,98,111,100,121,44,104,116,109,108,2,2,244,118,90,28,251,16,209,158,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,0,1,25,100,105,118,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,2,1,58,171,117,121,0,16,1,22,35,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,2,1,58,171,117,121,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,58,171,117,121,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,8,35,99,111,110,115,101,110,116,2,3,16,6,127,34,83,74,51,11,209,189,210,65,0,16,1,19,35,100,105,118,67,111,111,107,105,101,77,97,115,107,76,97,121,101,114,2,1,114,236,17,98,0,0,5,4,98,111,100,121,2,1,114,236,17,98,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,9,35,99,99,100,45,114,111,111,116,2,1,53,130,254,43,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,53,130,254,43,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,9,46,117,112,45,109,111,100,97,108,2,1,102,222,223,31,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,102,222,223,31,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,24,46,99,111,111,107,105,101,45,98,97,110,110,101,114,45,99,111,109,112,111,110,101,110,116,2,1,229,206,130,127,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,1,229,206,130,127,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,229,206,130,127,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,0,1,18,117,118,101,120,45,99,111,111,107,105,101,45,98,97,110,110,101,114,2,36,21,77,217,234,38,60,49,122,43,151,247,228,47,37,151,167,54,211,199,196,67,83,51,157,67,225,57,167,81,92,83,203,86,137,123,66,89,145,204,148,90,36,177,92,91,219,145,108,94,186,125,103,94,225,190,74,110,198,227,192,116,88,255,163,122,94,117,157,140,52,208,87,143,12,197,182,146,138,95,27,146,219,66,112,149,39,129,61,155,205,97,142,176,119,186,47,191,240,82,13,200,35,196,45,200,183,97,73,206,174,22,91,209,142,26,235,211,29,230,101,230,117,22,169,231,140,74,31,231,146,165,244,240,11,96,186,243,33,15,38,247,33,14,241,0,0,5,9,98,111,100,121,44,104,116,109,108,2,36,21,77,217,234,38,60,49,122,43,151,247,228,47,37,151,167,48,142,61,153,54,211,199,196,67,83,51,157,67,225,57,167,81,92,83,203,86,137,123,66,89,145,204,148,90,36,177,92,91,219,145,108,94,186,125,103,94,225,190,74,110,198,227,192,116,88,255,163,122,94,117,157,140,52,208,87,143,12,197,182,146,138,95,27,146,219,66,112,149,39,129,61,155,205,97,142,176,119,186,47,191,240,82,13,200,35,196,45,200,183,97,73,206,174,22,91,209,142,26,235,211,29,230,101,230,117,22,169,231,140,74,31,231,146,165,244,240,11,96,186,243,33,15,38,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,24,35,99,111,111,107,105,101,45,98,108,97,99,107,111,117,116,45,99,117,114,116,97,105,110,2,3,65,148,168,225,89,240,120,220,157,97,23,76,0,8,1,18,46,99,99,45,119,105,110,100,111,119,45,119,114,97,112,112,101,114,2,3,169,14,175,7,172,57,104,183,209,162,210,199,0,16,1,17,35,112,97,110,100,101,99,116,101,115,45,98,97,110,110,101,114,2,3,169,14,175,7,172,57,104,183,209,162,210,199,0,0,5,9,98,111,100,121,44,104,116,109,108,2,3,169,14,175,7,172,57,104,183,209,162,210,199,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,17,35,112,97,110,100,101,99,116,101,115,45,98,97,110,110,101,114,2,1,140,114,243,182,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,140,114,243,182,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,23,35,109,105,109,101,67,111,110,115,101,110,116,67,111,111,107,105,101,77,111,100,97,108,2,2,59,191,218,127,175,106,220,14,0,0,5,9,98,111,100,121,44,104,116,109,108,2,2,59,191,218,127,175,106,220,14,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,11,35,71,68,80,82,45,109,111,100,97,108,2,1,123,234,85,60,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,1,123,234,85,60,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,123,234,85,60,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,22,35,99,111,111,107,105,101,104,105,110,119,101,105,115,95,111,118,101,114,108,97,121,2,1,77,44,1,200,0,0,5,1,42,2,1,96,248,23,125,51,111,112,97,99,105,116,121,58,49,32,33,105,109,112,111,114,116,97,110,116,59,112,111,105,110,116,101,114,45,101,118,101,110,116,115,58,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,8,1,16,46,115,119,97,108,50,45,99,111,110,116,97,105,110,101,114,2,1,195,37,233,73,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,195,37,233,73,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,20,35,99,111,111,107,105,101,45,98,97,110,110,101,114,45,109,111,100,97,108,2,1,127,239,109,212,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,1,127,239,109,212,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,127,239,109,212,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,0,1,16,112,114,105,118,97,99,121,45,115,101,116,116,105,110,103,115,2,2,95,80,217,233,126,167,161,129,0,2,1,16,114,99,44,32,103,100,112,114,44,32,44,32,115,116,97,121,2,45,3,134,232,110,5,104,248,247,10,82,211,171,13,248,31,224,28,24,107,125,28,168,218,77,29,65,129,21,39,148,181,200,47,98,182,240,60,5,173,126,64,190,217,253,71,31,247,22,76,40,242,143,78,60,251,20,89,247,245,168,94,114,168,94,94,238,221,231,96,106,214,37,99,15,35,106,109,9,61,215,119,170,171,203,126,88,235,145,126,135,6,8,126,157,106,25,127,41,209,254,131,112,227,99,138,125,227,243,144,28,97,52,145,220,1,228,149,137,133,250,178,49,141,41,184,83,28,246,192,1,195,228,197,216,88,217,200,165,204,249,202,77,52,219,207,23,134,110,215,64,87,52,224,136,137,0,227,119,199,42,231,134,150,7,234,224,100,16,239,22,19,36,241,120,206,157,242,234,222,124,0,8,1,27,46,99,111,111,107,105,101,77,111,100,97,108,67,111,109,112,111,110,101,110,116,45,109,111,100,97,108,2,1,243,24,0,242,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,1,243,24,0,242,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,243,24,0,242,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,18,35,112,104,103,95,99,111,111,107,105,101,115,95,109,111,100,97,108,2,1,6,28,163,121,0,8,1,15,46,114,101,118,101,97,108,45,111,118,101,114,108,97,121,2,1,6,28,163,121,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,6,28,163,121,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,2,1,56,115,101,116,45,115,101,115,115,105,111,110,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,116,101,114,109,115,45,97,110,100,45,112,111,108,105,99,121,45,97,99,99,101,112,116,101,100,44,32,121,101,115,2,1,75,151,54,38,0,2,1,48,115,101,116,45,115,101,115,115,105,111,110,45,115,116,111,114,97,103,101,45,105,116,101,109,44,32,67,111,111,107,105,101,66,97,110,110,101,114,83,104,111,119,110,44,32,121,101,115,2,1,75,151,54,38,0,16,1,15,35,99,111,111,107,105,101,45,99,111,110,115,101,110,116,2,1,204,218,76,242,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,204,218,76,242,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,14,46,109,111,100,97,97,108,45,105,110,108,105,110,101,2,9,8,251,219,65,16,137,210,144,36,139,31,140,93,91,253,122,93,248,163,150,190,49,70,178,190,187,56,127,226,111,180,178,231,139,27,49,0,8,1,15,46,109,111,100,97,97,108,45,111,118,101,114,108,97,121,2,9,8,251,219,65,16,137,210,144,36,139,31,140,93,91,253,122,93,248,163,150,190,49,70,178,190,187,56,127,226,111,180,178,231,139,27,49,0,0,5,9,98,111,100,121,44,104,116,109,108,2,9,8,251,219,65,16,137,210,144,36,139,31,140,93,91,253,122,93,248,163,150,190,49,70,178,190,187,56,127,226,111,180,178,231,139,27,49,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,7,46,105,86,121,104,122,80,2,1,99,93,163,157,0,8,1,7,46,107,101,122,81,98,89,2,1,99,93,163,157,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,99,93,163,157,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,26,46,112,116,99,104,114,45,103,100,112,114,99,111,111,107,105,101,99,111,110,116,97,105,110,101,114,2,1,31,198,235,139,0,2,1,38,114,101,109,111,118,101,45,99,108,97,115,115,44,32,99,111,111,107,105,101,111,112,101,110,101,100,44,32,98,111,100,121,44,32,115,116,97,121,2,1,31,198,235,139,0,16,1,11,35,99,111,111,107,105,101,119,97,108,108,2,1,63,3,236,44,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,63,3,236,44,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,15,35,98,108,117,114,66,97,99,107,103,114,111,117,110,100,2,1,148,186,37,30,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,148,186,37,30,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,2,1,38,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,95,112,111,108,105,99,121,95,97,103,114,101,101,109,101,110,116,44,32,51,2,7,7,134,217,198,67,246,232,46,132,6,239,238,134,173,166,127,193,57,233,251,196,104,10,100,218,52,180,90,0,8,1,34,46,112,111,112,111,118,101,114,45,45,108,97,121,111,117,116,45,102,105,120,101,100,45,98,111,116,116,111,109,83,104,101,101,116,2,7,7,134,217,198,67,246,232,46,132,6,239,238,134,173,166,127,193,57,233,251,196,104,10,100,218,52,180,90,0,8,1,28,46,122,73,110,100,101,120,45,45,109,111,100,97,108,46,112,111,112,111,118,101,114,45,99,111,118,101,114,2,7,7,134,217,198,67,246,232,46,132,6,239,238,134,173,166,127,193,57,233,251,196,104,10,100,218,52,180,90,0,0,5,4,98,111,100,121,2,7,7,134,217,198,67,246,232,46,132,6,239,238,134,173,166,127,193,57,233,251,196,104,10,100,218,52,180,90,26,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,31,35,105,110,102,111,95,99,105,110,101,99,97,95,109,111,100,97,108,95,99,111,111,107,105,101,95,112,111,112,117,112,2,1,54,72,173,45,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,1,54,72,173,45,0,0,5,4,104,116,109,108,2,1,54,72,173,45,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,25,46,109,101,116,114,111,45,110,101,119,115,108,101,116,116,101,114,45,111,118,101,114,108,97,121,2,1,81,54,39,160,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,81,54,39,160,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,2,1,43,114,101,109,111,118,101,45,99,108,97,115,115,44,32,99,111,111,107,105,101,119,97,108,108,45,97,99,116,105,118,101,44,32,98,111,100,121,44,32,115,116,97,121,2,1,36,224,72,195,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,36,224,72,195,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,0,5,9,98,111,100,121,44,104,116,109,108,2,2,139,108,214,106,243,90,45,80,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,13,46,99,98,97,114,45,111,118,101,114,108,97,121,2,1,173,77,107,151,0,8,1,12,46,99,98,97,114,45,109,111,100,97,108,49,2,1,173,77,107,151,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,173,77,107,151,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,16,46,109,45,99,111,111,107,105,101,45,110,111,116,105,99,101,2,1,87,36,125,51,0,2,1,42,114,101,109,111,118,101,45,99,108,97,115,115,44,32,105,115,45,99,111,111,107,105,101,45,110,111,116,105,99,101,44,32,98,111,100,121,44,32,115,116,97,121,2,1,87,36,125,51,0,8,1,14,46,99,111,111,107,105,101,45,110,111,116,105,99,101,2,1,231,9,101,129,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,231,9,101,129,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,17,46,99,111,110,115,101,110,116,99,111,110,116,97,105,110,101,114,2,1,102,98,8,133,0,16,1,16,35,99,111,111,107,105,101,119,97,108,108,109,111,100,97,108,2,1,190,147,221,145,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,1,190,147,221,145,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,190,147,221,145,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,0,5,9,98,111,100,121,44,104,116,109,108,2,30,3,223,39,160,5,130,108,147,5,197,125,252,34,211,101,130,51,53,69,28,56,101,98,89,64,251,113,53,71,67,171,76,77,20,155,194,77,92,223,185,80,236,223,85,97,73,242,202,100,198,22,63,115,230,254,36,116,44,114,174,118,40,238,132,129,198,118,143,139,98,235,201,148,188,68,126,158,104,79,238,178,81,79,44,179,194,134,220,184,101,222,83,185,72,109,109,186,25,165,193,199,81,49,183,200,64,203,154,207,11,49,148,207,166,255,82,222,164,162,95,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,18,35,99,111,111,107,105,101,95,100,105,115,99,108,97,105,109,101,114,2,18,3,136,41,41,20,101,117,229,46,2,69,128,54,44,90,83,61,159,28,166,66,215,88,154,81,251,183,187,116,5,130,243,122,173,94,175,145,61,44,118,157,85,154,77,163,81,214,171,165,17,197,19,181,217,137,189,212,9,13,6,214,199,155,24,224,237,82,184,247,170,252,250,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,18,3,136,41,41,20,101,117,229,46,2,69,128,54,44,90,83,61,159,28,166,66,215,88,154,81,251,183,187,116,5,130,243,122,173,94,175,145,61,44,118,157,85,154,77,163,81,214,171,165,17,197,19,181,217,137,189,212,9,13,6,214,199,155,24,224,237,82,184,247,170,252,250,0,0,5,9,98,111,100,121,44,104,116,109,108,2,18,3,136,41,41,20,101,117,229,46,2,69,128,54,44,90,83,61,159,28,166,66,215,88,154,81,251,183,187,116,5,130,243,122,173,94,175,145,61,44,118,157,85,154,77,163,81,214,171,165,17,197,19,181,217,137,189,212,9,13,6,214,199,155,24,224,237,82,184,247,170,252,250,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,18,35,99,111,111,107,105,101,77,111,100,117,108,101,77,111,100,97,108,2,1,62,195,92,146,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,1,62,195,92,146,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,62,195,92,146,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,13,46,98,115,116,45,108,105,103,104,116,98,111,120,2,1,164,101,81,113,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,164,101,81,113,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,14,35,99,111,111,107,105,101,115,45,98,108,111,99,107,2,1,82,141,163,104,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,82,141,163,104,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,28,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,45,109,111,100,97,108,2,12,13,117,19,252,17,112,45,24,60,52,226,224,77,225,170,5,78,221,19,24,86,58,124,54,171,203,158,7,179,43,253,94,195,137,80,53,199,145,74,55,204,211,55,234,234,151,56,50,0,2,1,42,114,99,44,32,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,45,111,112,101,110,44,32,104,116,109,108,44,32,115,116,97,121,2,12,13,117,19,252,17,112,45,24,60,52,226,224,77,225,170,5,78,221,19,24,86,58,124,54,171,203,158,7,179,43,253,94,195,137,80,53,199,145,74,55,204,211,55,234,234,151,56,50,0,8,1,18,46,103,103,45,99,111,111,107,105,101,45,98,108,111,99,107,101,114,2,1,34,126,91,12,0,0,5,4,104,116,109,108,2,1,34,126,91,12,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,2,1,25,114,99,44,32,109,111,100,97,108,45,111,118,101,114,108,97,121,44,32,44,32,115,116,97,121,2,1,34,126,91,12,0,8,1,26,46,99,107,45,109,111,100,97,108,45,45,99,111,111,107,105,101,77,111,100,97,108,77,97,105,110,2,27,4,211,70,19,23,39,63,60,36,44,150,204,40,160,57,139,49,214,49,117,51,239,231,92,52,22,9,246,57,34,126,39,76,242,194,162,77,65,140,87,81,221,227,125,94,89,105,107,101,63,62,102,130,25,28,205,136,32,52,38,156,219,214,38,158,34,82,4,188,230,247,171,189,13,198,197,199,154,133,188,211,32,26,173,213,140,152,2,219,234,26,122,220,244,135,81,236,44,189,59,241,147,125,138,251,11,116,119,0,8,1,20,46,102,108,121,111,117,116,46,99,111,111,107,105,101,45,108,97,121,101,114,2,7,6,201,87,11,27,120,181,59,34,207,194,227,96,247,113,54,143,122,160,160,158,96,189,127,168,206,198,91,0,8,1,27,46,100,101,104,110,45,99,111,111,107,105,101,99,111,110,115,101,110,116,45,111,118,101,114,108,97,121,2,7,6,201,87,11,27,120,181,59,34,207,194,227,96,247,113,54,143,122,160,160,158,96,189,127,168,206,198,91,0,0,5,9,98,111,100,121,44,104,116,109,108,2,7,6,201,87,11,27,120,181,59,34,207,194,227,96,247,113,54,143,122,160,160,158,96,189,127,168,206,198,91,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,19,35,104,97,112,112,121,45,112,108,97,116,101,115,45,109,111,100,97,108,2,1,58,118,1,231,0,0,5,4,98,111,100,121,2,1,58,118,1,231,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,7,46,100,97,114,107,101,110,2,1,71,209,151,52,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,71,209,151,52,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,12,35,99,111,111,107,105,101,45,119,97,108,108,2,9,34,206,101,160,82,79,108,179,103,81,204,43,116,34,92,164,129,193,123,221,133,165,182,33,158,99,183,228,197,49,17,229,217,15,124,172,0,0,5,9,98,111,100,121,44,104,116,109,108,2,9,34,206,101,160,82,79,108,179,103,81,204,43,116,34,92,164,129,193,123,221,133,165,182,33,158,99,183,228,197,49,17,229,217,15,124,172,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,12,46,99,111,111,107,105,101,45,119,97,108,108,2,1,140,78,184,86,0,8,1,17,46,99,119,45,109,111,100,97,108,45,111,118,101,114,108,97,121,2,1,140,78,184,86,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,140,78,184,86,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,0,1,15,97,112,112,45,99,111,111,107,105,101,45,119,97,108,108,2,1,126,9,6,77,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,126,9,6,77,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,16,35,97,109,100,67,111,111,107,105,101,66,97,110,110,101,114,2,1,10,168,236,71,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,1,10,168,236,71,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,10,168,236,71,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,24,46,115,99,111,109,109,101,114,99,101,45,103,100,112,114,45,98,97,99,107,100,114,111,112,2,2,105,115,211,97,235,231,73,199,0,0,5,9,98,111,100,121,44,104,116,109,108,2,2,105,115,211,97,235,231,73,199,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,32,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,100,105,97,108,111,103,45,99,111,110,116,97,105,110,101,114,2,1,76,72,57,178,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,76,72,57,178,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,8,1,23,46,108,111,111,107,95,99,111,111,107,105,101,77,101,110,117,79,118,101,114,108,97,121,2,2,66,70,250,122,118,41,17,230,0,0,5,9,98,111,100,121,44,104,116,109,108,2,2,66,70,250,122,118,41,17,230,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,13,46,99,111,111,107,105,101,45,112,101,114,115,111,2,2,8,30,107,122,243,72,123,166,0,0,5,9,98,111,100,121,44,104,116,109,108,2,2,8,30,107,122,243,72,123,166,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,24,35,99,111,111,107,105,101,95,109,97,110,97,103,101,109,101,110,116,95,109,111,100,97,108,2,2,45,213,188,11,86,75,166,71,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,2,45,213,188,11,86,75,166,71,0,0,5,9,98,111,100,121,44,104,116,109,108,2,2,45,213,188,11,86,75,166,71,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,0,1,18,117,118,101,120,45,99,111,111,107,105,101,45,98,97,110,110,101,114,2,1,159,216,155,222,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,159,216,155,222,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,11,35,102,111,111,116,101,114,95,102,105,120,2,1,96,237,126,73,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,96,237,126,73,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,13,35,99,111,111,107,105,101,115,45,112,97,110,101,2,1,91,105,248,11,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,91,105,248,11,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,12,46,114,103,112,100,87,97,114,110,105,110,103,2,1,4,98,99,162,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,4,98,99,162,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,12,46,111,110,76,111,97,100,77,111,100,97,108,2,1,249,32,142,252,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,249,32,142,252,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,13,46,80,114,105,118,97,99,121,77,111,100,97,108,2,1,193,172,142,249,0,8,1,5,46,115,104,111,119,2,1,193,172,142,249,0,0,5,4,98,111,100,121,2,1,193,172,142,249,79,112,111,115,105,116,105,111,110,58,32,115,116,97,116,105,99,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,119,105,100,116,104,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,6,46,109,111,100,97,108,2,1,85,84,216,28,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,1,85,84,216,28,0,0,5,4,104,116,109,108,2,1,85,84,216,28,25,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,16,1,10,35,112,111,112,117,112,105,102,98,107,2,1,96,242,74,175,0,16,1,8,35,112,111,112,117,112,105,102,2,1,96,242,74,175,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,96,242,74,175,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,8,46,73,97,87,82,97,49,104,2,1,129,193,225,51,0,8,1,8,46,66,65,72,80,112,49,121,2,1,129,193,225,51,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,129,193,225,51,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,5,13,46,112,97,103,101,45,119,114,97,112,112,101,114,2,1,202,12,16,235,51,111,112,97,99,105,116,121,58,49,32,33,105,109,112,111,114,116,97,110,116,59,112,111,105,110,116,101,114,45,101,118,101,110,116,115,58,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,8,1,12,46,99,111,111,107,105,101,115,45,98,97,114,2,1,227,195,21,10,0,0,5,4,98,111,100,121,2,1,227,195,21,10,79,112,111,115,105,116,105,111,110,58,32,115,116,97,116,105,99,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,119,105,100,116,104,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,15,46,99,119,45,99,111,111,107,105,101,115,45,98,97,114,2,1,11,30,36,175,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,11,30,36,175,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,8,1,11,46,102,105,120,101,100,46,122,45,53,48,2,15,10,78,145,86,15,235,67,169,19,172,79,15,24,155,236,108,26,173,135,161,46,117,89,18,52,112,49,133,91,148,181,182,112,0,40,162,125,40,205,2,135,220,174,196,144,159,197,195,147,237,107,127,152,202,49,87,195,255,151,31,0,8,1,10,46,95,51,78,65,117,115,114,114,114,2,1,147,237,107,127,0,8,1,9,46,98,111,116,116,111,109,45,48,2,1,147,237,107,127,0,0,1,21,100,105,118,46,118,117,101,45,112,111,114,116,97,108,45,116,97,114,103,101,116,2,1,147,237,107,127,0,0,1,26,100,105,118,91,100,97,116,97,45,116,101,115,116,105,100,61,34,111,118,101,114,108,97,121,34,93,2,1,15,235,67,169,0,8,1,32,46,98,103,45,119,104,105,116,101,91,99,108,97,115,115,36,61,34,109,100,58,119,45,91,54,52,48,112,120,93,34,93,2,1,15,235,67,169,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,14,13,207,83,233,28,179,88,158,45,233,243,16,45,233,243,16,54,245,132,18,55,91,163,223,81,141,157,168,110,193,184,155,154,99,255,214,171,81,243,44,181,220,92,238,207,97,86,135,217,35,142,50,229,215,202,141,0,0,5,9,98,111,100,121,44,104,116,109,108,2,14,13,207,83,233,28,179,88,158,45,233,243,16,45,233,243,16,54,245,132,18,55,91,163,223,81,141,157,168,110,193,184,155,154,99,255,214,171,81,243,44,181,220,92,238,207,97,86,135,217,35,142,50,229,215,202,141,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,0,5,9,98,111,100,121,44,104,116,109,108,2,15,28,91,213,149,37,69,232,53,51,212,158,8,58,50,96,211,78,135,152,78,100,41,240,29,101,68,29,251,107,205,69,39,122,31,204,230,130,28,122,215,172,201,44,154,206,241,38,168,218,214,119,254,231,64,150,62,232,189,27,48,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,27,35,100,105,97,108,111,103,45,114,111,111,116,32,62,32,35,103,100,112,114,45,110,111,116,105,99,101,2,1,38,156,61,126,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,38,156,61,126,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,11,46,99,115,115,45,97,109,50,55,109,101,2,1,24,97,194,251,0,8,1,45,46,108,105,103,104,116,98,111,120,101,115,95,66,97,115,105,99,76,105,103,104,116,98,111,120,95,98,97,115,105,99,76,105,103,104,116,98,111,120,95,49,84,104,120,108,2,1,148,184,77,44,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,148,184,77,44,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,18,46,99,111,111,107,105,101,100,101,110,121,111,118,101,114,108,97,121,2,1,7,208,225,53,0,2,1,16,114,99,44,32,98,108,117,114,44,32,44,32,115,116,97,121,2,1,7,208,225,53,0,8,1,7,46,99,111,111,107,105,101,2,1,132,56,43,133,0,8,1,14,46,112,111,112,117,112,45,111,118,101,114,108,97,121,2,1,132,56,43,133,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,132,56,43,133,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,19,35,97,118,101,110,105,115,80,114,105,118,97,99,121,84,111,111,108,115,2,1,18,120,173,104,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,1,18,120,173,104,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,18,120,173,104,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,16,35,100,105,115,99,108,97,105,109,101,114,77,111,100,97,108,2,1,55,13,105,22,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,1,55,13,105,22,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,55,13,105,22,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,4,35,101,117,99,2,1,105,89,113,8,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,105,89,113,8,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,18,46,98,115,45,100,105,97,108,111,103,45,111,118,101,114,108,97,121,2,1,202,86,28,152,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,202,86,28,152,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,15,35,119,115,67,111,110,115,101,110,116,76,97,121,101,114,2,1,247,144,104,141,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,1,247,144,104,141,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,247,144,104,141,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,2,1,36,115,101,116,45,99,111,111,107,105,101,44,32,67,65,95,68,84,95,86,50,44,32,48,44,32,44,32,114,101,108,111,97,100,44,32,49,2,5,29,55,18,106,129,217,157,48,131,209,150,152,171,26,158,167,231,42,238,21,0,2,1,23,115,101,116,45,99,111,111,107,105,101,44,32,67,65,95,68,84,95,86,51,44,32,48,2,5,29,55,18,106,129,217,157,48,131,209,150,152,171,26,158,167,231,42,238,21,0,16,1,7,35,99,116,117,45,99,109,2,1,116,28,104,0,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,116,28,104,0,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,2,1,32,115,101,116,44,32,114,101,97,108,67,111,111,107,105,101,66,97,110,110,101,114,44,32,117,110,100,101,102,105,110,101,100,2,128,0,0,1,240,0,110,128,155,0,110,141,50,1,29,205,25,1,192,244,10,2,27,23,155,3,7,246,87,3,18,164,3,3,25,74,33,3,149,131,175,4,141,194,253,4,163,113,15,4,218,128,33,5,89,28,133,5,198,91,13,6,206,131,57,7,49,216,118,7,57,46,37,7,247,224,140,8,210,226,237,9,74,151,146,9,101,82,76,9,203,84,237,10,104,208,77,10,116,254,55,10,171,211,237,10,213,172,61,11,62,248,160,13,41,40,168,13,175,229,44,13,213,64,74,14,2,205,57,14,2,205,57,14,45,27,11,14,77,69,248,14,139,157,162,14,229,241,142,15,161,4,4,15,178,58,156,15,192,112,239,17,163,226,126,17,170,69,213,17,230,86,107,17,238,227,88,18,102,197,213,18,123,64,188,18,174,173,69,18,220,151,253,18,242,12,71,19,79,89,19,19,255,230,105,21,14,228,127,22,200,17,48,22,233,75,219,23,153,25,163,23,154,100,31,23,187,24,185,23,212,169,70,24,210,124,40,25,151,215,25,25,204,140,76,25,223,101,90,26,34,214,62,26,53,242,109,26,56,248,111,26,233,115,161,27,0,165,59,27,100,55,97,27,101,219,104,27,103,161,211,27,103,234,218,27,113,34,98,27,115,182,218,27,116,250,99,27,117,5,184,27,120,239,61,27,121,132,27,27,149,140,31,27,173,212,140,29,31,7,193,29,182,251,12,29,211,161,166,31,32,255,62,32,8,109,13,32,55,187,160,32,129,29,209,32,175,81,194,33,211,148,24,33,239,237,31,34,0,202,184,34,113,194,28,34,165,96,228,35,85,214,221,35,156,162,227,35,220,19,74,35,220,89,155,37,21,249,111,37,138,17,202,38,66,20,238,38,144,249,168,39,127,161,246,40,79,96,95,41,26,59,129,41,82,58,136,41,147,88,44,41,207,245,60,42,81,208,133,42,137,115,240,42,192,125,80,42,243,123,124,44,19,64,51,44,134,95,7,45,138,76,125,45,178,253,101,46,129,217,151,46,186,116,85,47,45,38,96,48,213,241,91,49,122,228,148,49,196,196,102,50,4,86,206,50,65,190,247,50,118,143,247,50,149,144,231,50,238,103,140,51,33,57,49,52,54,41,237,52,152,208,50,54,95,124,201,54,214,217,178,55,8,33,25,55,143,43,255,55,179,117,199,56,108,161,137,57,74,132,217,57,113,32,157,57,153,145,156,57,225,252,68,57,244,242,153,58,222,251,94,59,239,88,179,62,155,218,84,63,30,194,240,64,78,111,203,64,128,87,16,66,143,180,96,66,152,8,135,67,146,59,92,67,195,178,21,67,232,59,11,68,17,219,98,68,59,33,28,68,62,186,101,68,91,252,94,69,209,155,29,69,229,13,216,71,16,226,199,71,43,225,55,72,224,71,145,73,34,149,56,74,200,194,157,76,128,40,45,77,59,1,41,78,209,102,7,78,209,110,162,80,46,2,90,80,88,72,223,81,31,55,76,81,124,228,199,81,160,219,37,82,20,91,87,82,61,138,168,82,181,139,132,82,211,7,221,83,23,67,172,83,174,30,179,83,188,65,162,83,227,224,124,84,75,93,211,84,232,10,133,86,228,151,120,87,5,80,27,87,188,13,110,88,9,31,215,88,218,107,155,89,8,23,208,89,23,136,235,89,216,47,23,89,220,12,205,89,240,130,21,90,51,254,166,91,211,115,200,92,25,234,181,92,100,62,56,93,51,6,30,93,147,66,127,93,226,120,177,94,93,123,103,95,156,98,167,96,30,143,197,96,183,136,107,96,249,67,158,97,17,57,193,97,66,120,184,98,154,152,223,98,162,60,236,99,38,28,178,99,85,11,54,99,156,128,110,100,255,175,7,101,205,45,142,105,72,190,145,106,36,109,55,106,51,10,90,106,190,109,169,107,47,172,167,108,56,236,128,108,182,111,38,108,226,56,52,109,33,203,5,109,139,222,245,110,25,228,197,111,127,63,75,111,219,52,205,112,246,24,14,113,248,247,87,114,10,154,83,114,153,254,185,116,79,180,231,116,209,193,133,117,68,206,56,117,243,37,151,119,192,103,221,120,100,42,232,120,118,204,210,121,28,153,180,122,86,142,251,124,112,161,91,125,6,184,160,126,228,157,191,126,245,137,97,127,55,245,72,127,122,86,171,127,163,182,115,129,23,249,190,129,173,207,154,129,190,90,65,130,104,205,213,131,38,58,140,131,86,5,253,131,228,141,77,132,66,0,85,132,82,12,166,132,123,9,137,132,232,45,255,133,89,111,214,133,129,196,50,134,64,225,33,134,153,100,239,134,196,135,242,134,208,241,40,134,240,187,35,135,85,87,140,135,198,111,165,135,226,242,120,136,32,167,22,136,77,22,22,136,174,135,60,137,47,120,70,138,195,103,12,138,235,62,120,139,45,116,206,139,46,14,128,139,87,121,183,139,133,181,64,140,156,12,172,140,170,83,240,140,176,175,170,140,243,164,33,141,158,163,73,142,178,42,151,142,187,32,8,144,4,103,135,144,30,233,192,145,244,251,238,147,13,137,200,147,155,248,146,148,180,182,72,149,47,68,9,149,52,64,70,149,131,10,0,149,224,36,180,149,226,7,165,150,0,143,16,150,17,140,165,150,200,147,72,152,62,252,162,153,119,26,203,153,197,155,161,153,243,6,142,154,113,146,96,155,148,167,101,155,166,252,255,155,226,229,134,156,125,140,104,157,84,109,79,158,53,190,233,158,242,95,144,159,6,73,60,159,43,149,153,162,52,226,247,163,75,4,2,163,234,221,26,163,244,77,4,164,45,83,94,165,200,240,170,166,119,133,63,168,106,8,22,169,14,217,187,169,125,9,220,169,173,148,67,169,178,146,77,170,119,18,153,171,39,176,234,171,60,25,135,171,98,117,97,171,132,141,1,171,181,138,44,172,36,0,55,172,140,129,222,172,192,179,175,175,42,36,200,175,50,177,210,176,9,236,253,176,185,103,107,179,9,222,214,180,149,7,13,180,244,232,201,181,190,141,222,181,238,127,142,182,19,8,245,182,121,136,178,183,35,92,143,184,239,116,102,187,73,241,70,187,78,216,249,187,108,169,153,187,162,169,3,188,42,30,121,189,192,181,159,189,222,238,226,190,27,68,132,190,192,255,225,190,221,33,198,192,24,246,237,192,140,9,59,192,207,12,214,192,251,0,98,193,5,89,101,193,132,148,130,194,146,58,37,195,36,127,36,195,51,216,190,195,148,69,154,196,164,208,43,196,201,179,191,196,252,28,183,197,199,97,155,198,87,104,168,198,87,131,114,198,136,49,226,198,168,114,154,198,191,62,131,198,191,62,131,200,22,138,131,200,34,173,130,200,85,140,42,201,58,30,138,203,9,81,148,204,50,47,17,204,124,73,86,205,245,206,68,205,248,154,66,206,51,231,179,206,56,215,135,206,140,247,113,206,185,253,138,207,57,236,115,209,51,67,161,209,62,97,40,209,87,120,53,209,223,100,197,210,49,124,204,211,11,75,251,211,116,36,229,211,192,197,181,212,120,154,3,212,215,175,245,213,41,166,225,215,43,70,23,216,172,68,75,217,32,129,110,217,102,210,71,218,178,27,201,218,251,109,132,219,4,144,238,219,161,111,128,220,40,65,171,220,124,198,117,220,138,144,250,222,4,57,200,222,53,242,207,222,122,89,103,222,143,25,142,222,153,64,43,222,192,139,252,223,128,179,55,223,216,56,180,223,230,113,131,224,28,186,114,224,201,115,60,225,249,225,39,226,204,253,217,227,148,251,141,228,172,146,125,229,135,224,53,229,192,114,254,230,34,231,94,230,188,103,133,231,175,253,219,232,85,11,241,233,207,39,215,234,16,195,218,234,112,201,196,234,227,170,255,235,95,58,137,236,44,87,199,236,71,60,39,237,29,42,180,237,33,71,183,237,56,124,252,238,65,119,88,238,153,210,102,239,154,181,158,239,227,82,129,240,106,65,233,241,204,172,219,241,215,242,28,241,239,152,194,241,251,27,94,242,147,17,25,242,157,10,83,242,223,69,163,242,231,152,65,243,42,98,217,243,178,112,173,244,177,110,22,244,187,37,103,245,145,50,71,246,19,231,153,246,72,234,76,246,73,92,181,246,143,234,95,247,94,56,53,247,151,155,230,247,211,235,193,247,220,221,243,247,223,87,81,248,50,229,153,248,87,141,144,248,91,237,169,248,149,243,142,248,185,88,197,249,67,104,216,249,158,229,157,249,177,108,151,249,211,54,51,249,233,140,224,250,49,235,83,251,232,181,82,251,240,204,202,251,246,233,235,252,29,151,210,252,94,2,174,252,226,4,228,252,232,111,6,253,32,55,88,253,83,18,30,253,99,187,120,253,203,145,53,253,232,156,24,254,3,120,79,254,120,23,91,254,232,226,202,255,42,236,78,255,85,210,12,255,112,254,0,0,2,1,38,115,101,116,44,32,97,109,119,46,105,115,67,111,111,107,105,101,67,111,110,115,101,110,116,65,99,99,101,112,116,101,100,44,32,116,114,117,101,2,26,5,42,74,154,5,182,85,139,17,15,54,13,33,35,45,75,40,7,42,220,42,229,118,155,51,59,243,134,79,176,135,102,84,184,20,225,93,26,188,215,96,64,130,122,112,174,218,177,125,243,200,42,144,141,52,57,186,224,123,84,190,31,131,95,190,209,211,114,199,177,157,159,205,145,143,53,215,34,177,224,216,99,171,85,230,215,105,188,236,92,4,37,240,227,157,68,246,19,189,3,254,38,181,227,0,2,1,42,115,101,116,44,32,97,109,119,46,105,115,77,97,114,107,101,116,105,110,103,67,111,111,107,105,101,115,65,99,99,101,112,116,101,100,44,32,102,97,108,115,101,2,26,5,42,74,154,5,182,85,139,17,15,54,13,33,35,45,75,40,7,42,220,42,229,118,155,51,59,243,134,79,176,135,102,84,184,20,225,93,26,188,215,96,64,130,122,112,174,218,177,125,243,200,42,144,141,52,57,186,224,123,84,190,31,131,95,190,209,211,114,199,177,157,159,205,145,143,53,215,34,177,224,216,99,171,85,230,215,105,188,236,92,4,37,240,227,157,68,246,19,189,3,254,38,181,227,0,2,1,42,115,101,116,44,32,97,109,119,46,105,115,65,110,97,108,121,116,105,99,115,67,111,111,107,105,101,115,65,99,99,101,112,116,101,100,44,32,102,97,108,115,101,2,26,5,42,74,154,5,182,85,139,17,15,54,13,33,35,45,75,40,7,42,220,42,229,118,155,51,59,243,134,79,176,135,102,84,184,20,225,93,26,188,215,96,64,130,122,112,174,218,177,125,243,200,42,144,141,52,57,186,224,123,84,190,31,131,95,190,209,211,114,199,177,157,159,205,145,143,53,215,34,177,224,216,99,171,85,230,215,105,188,236,92,4,37,240,227,157,68,246,19,189,3,254,38,181,227,0,8,1,14,46,112,111,112,117,112,95,119,114,97,112,112,101,114,2,1,149,108,155,114,0,16,1,32,35,99,111,111,107,105,101,95,99,111,110,115,101,110,116,95,112,111,112,117,112,95,98,97,99,107,103,114,111,117,110,100,2,1,149,108,155,114,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,149,108,155,114,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,28,35,99,111,111,107,105,101,115,95,112,111,108,105,99,121,95,98,111,116,116,111,109,95,114,105,103,104,116,2,1,2,67,167,63,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,2,67,167,63,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,17,46,112,111,112,117,112,45,100,105,115,99,108,97,105,109,101,114,2,1,126,118,245,237,0,8,1,16,46,99,111,111,107,105,101,115,45,116,111,111,108,116,105,112,2,1,126,118,245,237,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,126,118,245,237,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,20,46,99,111,111,107,105,101,109,111,100,97,108,95,97,116,116,50,48,50,49,2,2,102,34,67,235,115,243,158,226,0,0,5,9,98,111,100,121,44,104,116,109,108,2,2,102,34,67,235,115,243,158,226,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,5,5,46,98,108,117,114,2,1,40,195,5,184,51,111,112,97,99,105,116,121,58,49,32,33,105,109,112,111,114,116,97,110,116,59,112,111,105,110,116,101,114,45,101,118,101,110,116,115,58,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,0,5,4,104,116,109,108,2,1,40,195,5,184,24,111,118,101,114,102,108,111,119,58,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,8,1,13,46,97,98,115,111,108,95,99,111,111,107,105,101,2,1,32,230,117,142,0,16,1,9,35,102,117,108,108,95,119,105,110,2,1,32,230,117,142,0,0,1,21,91,99,108,97,115,115,94,61,34,67,111,111,107,105,101,66,111,120,45,34,93,2,1,175,18,141,49,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,175,18,141,49,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,12,35,108,101,103,97,108,45,109,111,100,97,108,2,1,221,95,141,182,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,1,221,95,141,182,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,221,95,141,182,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,0,5,4,104,116,109,108,2,3,12,239,86,114,169,172,222,70,247,119,240,1,25,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,16,1,12,35,67,111,111,107,105,101,77,111,100,97,108,2,1,209,128,171,3,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,1,209,128,171,3,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,209,128,171,3,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,16,1,14,35,98,111,120,99,117,115,116,111,109,111,118,101,114,2,1,148,170,193,110,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,148,170,193,110,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,13,35,112,111,108,105,99,121,45,109,111,100,97,108,2,1,81,225,167,249,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,1,81,225,167,249,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,81,225,167,249,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,13,35,108,97,110,121,97,114,100,95,114,111,111,116,2,1,96,53,173,135,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,96,53,173,135,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,23,46,101,110,115,78,111,116,105,102,121,66,97,110,110,101,114,87,114,97,112,112,101,114,2,43,2,234,72,73,11,199,22,124,23,81,195,182,31,73,153,119,38,156,254,214,40,31,93,120,51,46,149,121,64,34,228,140,65,102,242,100,81,61,218,96,98,191,54,12,100,32,239,161,101,208,250,231,113,221,111,162,118,44,178,188,118,102,85,146,134,67,218,251,134,153,27,166,135,25,130,79,137,110,74,252,139,195,248,92,146,185,4,236,147,241,135,170,163,3,69,53,164,112,196,139,166,254,187,130,167,112,24,60,167,121,153,127,170,196,158,34,173,191,9,205,178,145,75,116,182,131,68,171,190,81,95,51,190,148,3,237,191,240,213,208,199,152,118,238,203,215,72,132,212,229,178,59,229,206,134,236,242,81,139,220,242,231,155,42,244,70,15,254,250,67,252,35,0,0,5,9,98,111,100,121,44,104,116,109,108,2,43,2,234,72,73,11,199,22,124,23,81,195,182,31,73,153,119,38,156,254,214,40,31,93,120,51,46,149,121,64,34,228,140,65,102,242,100,81,61,218,96,98,191,54,12,100,32,239,161,101,208,250,231,113,221,111,162,118,44,178,188,118,102,85,146,134,67,218,251,134,153,27,166,135,25,130,79,137,110,74,252,139,195,248,92,146,185,4,236,147,241,135,170,163,3,69,53,164,112,196,139,166,254,187,130,167,112,24,60,167,121,153,127,170,196,158,34,173,191,9,205,178,145,75,116,182,131,68,171,190,81,95,51,190,148,3,237,191,240,213,208,199,152,118,238,203,215,72,132,212,229,178,59,229,206,134,236,242,81,139,220,242,231,155,42,244,70,15,254,250,67,252,35,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,16,1,17,35,115,116,97,110,100,97,114,100,95,111,118,101,114,108,97,121,2,1,85,104,206,166,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,85,104,206,166,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,11,46,99,99,45,49,114,115,103,109,121,50,2,1,153,73,168,39,0,16,5,9,35,65,107,84,111,112,78,97,118,2,1,153,73,168,39,16,116,111,112,58,48,32,33,105,109,112,111,114,116,97,110,116,0,8,1,29,46,110,103,45,116,114,105,103,103,101,114,45,112,114,101,115,101,110,99,101,65,110,105,109,97,116,105,111,110,2,1,92,84,41,253,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,92,84,41,253,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,14,46,98,97,115,105,99,76,105,103,104,116,98,111,120,2,1,186,111,76,17,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,186,111,76,17,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,16,1,8,35,99,111,111,107,105,101,115,2,2,59,22,77,182,141,116,203,17,0,0,5,9,98,111,100,121,44,104,116,109,108,2,2,59,22,77,182,141,116,203,17,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,2,1,35,115,101,116,45,99,111,111,107,105,101,44,32,109,97,114,107,101,116,105,110,103,67,111,111,107,105,101,115,44,32,102,97,108,115,101,2,12,27,89,194,104,95,198,242,193,103,4,79,212,105,188,144,194,113,73,127,81,139,107,185,127,154,202,97,82,191,141,229,75,200,140,27,4,234,144,119,223,240,156,17,47,245,126,247,217,0,2,1,34,115,101,116,45,99,111,111,107,105,101,44,32,105,110,116,101,114,110,97,108,67,111,111,107,105,101,115,44,32,102,97,108,115,101,2,12,27,89,194,104,95,198,242,193,103,4,79,212,105,188,144,194,113,73,127,81,139,107,185,127,154,202,97,82,191,141,229,75,200,140,27,4,234,144,119,223,240,156,17,47,245,126,247,217,0,2,1,35,115,101,116,45,99,111,111,107,105,101,44,32,101,115,115,101,110,116,105,97,108,115,67,111,111,107,105,101,115,44,32,116,114,117,101,2,12,27,89,194,104,95,198,242,193,103,4,79,212,105,188,144,194,113,73,127,81,139,107,185,127,154,202,97,82,191,141,229,75,200,140,27,4,234,144,119,223,240,156,17,47,245,126,247,217,0,8,1,12,46,103,108,111,119,45,98,97,110,110,101,114,2,5,22,39,70,243,29,37,9,127,160,205,101,10,197,156,98,78,237,109,188,184,0,8,1,16,46,111,118,101,114,108,97,121,45,119,114,97,112,112,101,114,2,21,4,177,69,93,17,101,14,209,18,80,55,59,36,177,255,98,59,69,28,73,78,189,84,165,96,25,140,40,127,230,124,122,129,38,205,137,134,55,150,125,137,91,226,248,176,185,7,72,178,254,62,20,183,190,41,211,185,249,235,189,223,218,198,236,229,238,56,163,247,160,86,181,252,53,184,196,252,156,74,130,253,241,252,131,0,0,5,9,98,111,100,121,44,104,116,109,108,2,21,4,177,69,93,17,101,14,209,18,80,55,59,36,177,255,98,59,69,28,73,78,189,84,165,96,25,140,40,127,230,124,122,129,38,205,137,134,55,150,125,137,91,226,248,176,185,7,72,178,254,62,20,183,190,41,211,185,249,235,189,223,218,198,236,229,238,56,163,247,160,86,181,252,53,184,196,252,156,74,130,253,241,252,131,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,8,1,16,46,111,118,101,114,108,97,121,45,119,114,97,112,112,101,114,2,2,54,227,227,127,148,184,83,225,0,0,5,9,98,111,100,121,44,104,116,109,108,2,2,54,227,227,127,148,184,83,225,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,11,46,97,45,98,97,99,107,100,114,111,112,2,1,208,88,204,150,0,8,1,15,46,109,45,99,111,111,107,105,101,45,108,97,121,101,114,2,1,208,88,204,150,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,208,88,204,150,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,17,46,99,111,111,107,105,101,95,95,115,101,116,116,105,110,103,115,2,1,148,188,100,219,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,148,188,100,219,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,10,35,114,111,100,111,80,111,112,117,112,2,1,190,81,130,61,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,190,81,130,61,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,8,1,12,46,116,121,45,115,101,116,116,105,110,103,115,2,1,126,4,120,17,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,126,4,120,17,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,8,1,16,46,109,111,100,97,108,45,99,111,110,116,97,105,110,101,114,2,1,36,133,131,216,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,1,36,133,131,216,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,36,133,131,216,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,0,1,13,99,111,111,107,105,101,45,119,105,100,103,101,116,2,1,19,155,134,166,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,19,155,134,166,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,15,46,108,98,79,117,116,101,114,87,114,97,112,112,101,114,2,1,35,217,182,173,0,8,1,10,46,108,98,79,118,101,114,108,97,121,2,1,35,217,182,173,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,35,217,182,173,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,16,1,13,35,100,114,99,99,45,111,118,101,114,108,97,121,2,1,234,2,81,0,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,234,2,81,0,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,16,1,17,35,99,111,111,107,105,101,65,108,101,114,116,77,111,100,97,108,2,1,39,146,5,12,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,1,39,146,5,12,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,39,146,5,12,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,38,5,99,109,93,10,115,36,95,15,68,110,49,30,56,130,88,33,126,3,194,47,86,28,26,52,103,46,207,52,218,145,88,53,216,157,63,60,183,118,96,61,158,188,73,64,91,204,243,67,249,64,84,71,157,110,148,87,67,206,250,88,197,21,130,93,111,151,67,96,29,198,174,104,219,146,180,105,204,43,150,106,57,192,20,108,115,84,32,116,7,132,112,117,81,113,74,117,114,188,189,126,250,93,198,144,45,147,217,145,73,13,51,146,23,23,53,151,37,147,146,184,146,196,62,189,93,49,238,198,122,167,11,206,87,17,84,213,213,31,13,229,151,243,105,234,112,210,164,237,155,127,48,0,0,5,9,98,111,100,121,44,104,116,109,108,2,38,5,99,109,93,10,115,36,95,15,68,110,49,30,56,130,88,33,126,3,194,47,86,28,26,52,103,46,207,52,218,145,88,53,216,157,63,60,183,118,96,61,158,188,73,64,91,204,243,67,249,64,84,71,157,110,148,87,67,206,250,88,197,21,130,93,111,151,67,96,29,198,174,104,219,146,180,105,204,43,150,106,57,192,20,108,115,84,32,116,7,132,112,117,81,113,74,117,114,188,189,126,250,93,198,144,45,147,217,145,73,13,51,146,23,23,53,151,37,147,146,184,146,196,62,189,93,49,238,198,122,167,11,206,87,17,84,213,213,31,13,229,151,243,105,234,112,210,164,237,155,127,48,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,8,1,12,46,103,100,112,114,45,109,111,100,117,108,101,2,2,134,58,73,128,160,44,225,144,0,0,5,9,98,111,100,121,44,104,116,109,108,2,2,134,58,73,128,160,44,225,144,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,8,1,19,46,119,114,97,112,95,99,111,111,107,105,101,115,95,112,111,112,117,112,2,1,185,10,100,128,0,8,1,14,46,109,111,100,97,108,45,119,114,97,112,112,101,114,2,14,36,50,80,17,37,61,222,11,90,42,31,72,105,220,237,177,121,82,242,240,141,94,24,152,150,81,40,70,181,129,164,132,182,34,192,149,226,23,225,198,233,239,50,128,235,59,250,230,252,254,245,150,255,167,148,183,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,14,36,50,80,17,37,61,222,11,90,42,31,72,105,220,237,177,121,82,242,240,141,94,24,152,150,81,40,70,181,129,164,132,182,34,192,149,226,23,225,198,233,239,50,128,235,59,250,230,252,254,245,150,255,167,148,183,0,0,5,9,98,111,100,121,44,104,116,109,108,2,14,36,50,80,17,37,61,222,11,90,42,31,72,105,220,237,177,121,82,242,240,141,94,24,152,150,81,40,70,181,129,164,132,182,34,192,149,226,23,225,198,233,239,50,128,235,59,250,230,252,254,245,150,255,167,148,183,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,16,1,6,35,99,99,98,111,120,2,1,144,114,209,196,0,8,1,7,46,105,81,97,84,69,109,2,1,11,191,206,67,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,11,191,206,67,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,8,1,19,46,109,111,100,97,108,45,112,114,105,118,97,99,121,45,116,111,111,108,2,1,170,150,86,82,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,1,170,150,86,82,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,170,150,86,82,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,8,1,20,46,115,117,98,109,101,110,117,108,97,121,101,114,45,109,111,98,105,108,101,2,1,243,194,175,229,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,243,194,175,229,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,8,1,12,46,97,115,103,45,111,118,101,114,108,97,121,2,1,200,245,21,201,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,200,245,21,201,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,0,5,9,98,111,100,121,44,104,116,109,108,2,29,5,194,129,172,6,188,161,242,17,74,26,235,27,113,83,130,28,207,198,74,34,214,97,26,38,240,112,46,43,212,171,231,49,226,130,187,50,165,88,68,54,216,3,220,77,88,219,233,82,71,109,217,89,238,97,34,96,236,41,79,102,90,100,76,107,210,91,21,116,42,253,174,117,246,168,73,120,193,210,77,129,201,81,87,133,174,116,91,139,95,12,57,143,129,60,9,143,129,154,65,148,192,40,126,164,146,252,249,173,196,239,29,207,7,53,4,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,21,35,95,95,116,101,97,108,105,117,109,71,68,80,82,101,99,77,111,100,97,108,2,3,83,22,140,186,133,163,174,210,249,16,93,35,0,0,5,9,98,111,100,121,44,104,116,109,108,2,3,83,22,140,186,133,163,174,210,249,16,93,35,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,13,46,100,105,97,108,111,103,45,45,111,112,101,110,2,4,20,233,105,97,91,101,159,222,120,133,11,177,226,24,142,219,0,0,5,9,98,111,100,121,44,104,116,109,108,2,4,20,233,105,97,91,101,159,222,120,133,11,177,226,24,142,219,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,11,46,99,111,111,107,105,101,45,98,111,120,2,1,124,61,220,196,0,8,1,7,46,104,102,84,77,118,65,2,1,124,61,220,196,0,8,1,17,46,99,111,111,107,105,101,45,98,111,120,45,109,111,100,97,108,2,1,236,201,138,185,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,236,201,138,185,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,203,107,224,180,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,0,5,9,98,111,100,121,44,104,116,109,108,2,3,102,57,254,126,177,169,155,6,193,196,250,191,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,16,1,17,35,99,111,111,107,105,101,115,45,100,117,108,108,45,111,117,116,2,9,17,114,5,56,59,64,13,123,82,86,241,228,92,148,156,157,104,139,240,59,152,31,23,64,210,67,175,151,227,21,205,165,243,148,73,195,0,0,5,9,98,111,100,121,44,104,116,109,108,2,9,17,114,5,56,59,64,13,123,82,86,241,228,92,148,156,157,104,139,240,59,152,31,23,64,210,67,175,151,227,21,205,165,243,148,73,195,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,13,35,99,111,110,100,105,116,105,111,110,115,45,108,2,1,162,225,163,37,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,162,225,163,37,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,13,46,99,111,111,107,105,101,80,111,108,105,99,121,2,1,156,113,232,214,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,156,113,232,214,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,8,1,22,46,99,45,99,111,111,107,105,101,98,97,110,110,101,114,95,95,109,111,100,97,108,2,2,1,243,118,79,205,34,227,124,0,0,5,4,98,111,100,121,2,2,1,243,118,79,205,34,227,124,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,12,35,101,67,111,111,107,105,101,82,103,112,100,2,1,0,74,39,193,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,0,74,39,193,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,16,1,22,35,99,111,111,107,105,101,45,98,97,110,110,101,114,45,111,118,101,114,108,97,121,2,1,191,26,102,226,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,191,26,102,226,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,8,1,12,46,112,108,111,45,111,118,101,114,108,97,121,2,12,14,118,117,152,22,165,181,115,47,90,216,134,64,7,129,131,76,251,63,83,147,104,15,21,149,107,83,56,168,196,76,76,170,245,50,241,190,243,84,221,242,64,37,141,251,1,3,94,0,0,5,9,98,111,100,121,44,104,116,109,108,2,12,14,118,117,152,22,165,181,115,47,90,216,134,64,7,129,131,76,251,63,83,147,104,15,21,149,107,83,56,168,196,76,76,170,245,50,241,190,243,84,221,242,64,37,141,251,1,3,94,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,8,1,7,46,100,85,102,100,108,78,2,2,127,233,17,76,167,59,187,130,0,0,5,9,98,111,100,121,44,104,116,109,108,2,26,47,88,127,102,50,58,139,13,66,112,164,162,80,165,216,78,81,130,138,124,98,58,190,155,100,211,180,132,100,211,180,132,101,123,170,46,107,201,156,250,123,237,173,219,127,233,17,76,132,189,240,112,139,221,184,66,164,104,32,89,167,59,187,130,171,86,215,156,180,89,121,199,186,14,111,126,201,70,222,214,208,253,179,41,214,211,216,139,214,216,149,183,244,234,160,253,246,60,15,62,248,185,240,29,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,16,1,19,35,99,107,45,109,111,100,97,108,45,99,111,110,116,97,105,110,101,114,2,38,3,134,120,183,16,82,216,187,27,227,18,34,31,76,61,243,39,179,166,129,56,211,121,2,63,236,91,154,64,129,107,178,68,42,243,242,70,66,62,21,72,254,99,88,78,154,37,86,83,25,32,97,101,104,242,18,101,198,199,240,102,199,69,114,104,230,57,40,104,230,57,40,104,230,57,40,112,106,141,102,113,245,61,195,124,207,92,45,126,38,2,188,143,192,109,148,154,13,242,155,166,244,124,152,179,79,32,198,183,46,246,160,193,129,247,67,201,141,195,10,204,86,88,162,206,33,161,12,221,120,39,7,223,185,23,207,224,147,234,58,224,168,186,8,230,178,190,212,240,236,255,50,0,0,5,9,98,111,100,121,44,104,116,109,108,2,38,3,134,120,183,16,82,216,187,27,227,18,34,31,76,61,243,39,179,166,129,56,211,121,2,63,236,91,154,64,129,107,178,68,42,243,242,70,66,62,21,72,254,99,88,78,154,37,86,83,25,32,97,101,104,242,18,101,198,199,240,102,199,69,114,104,230,57,40,104,230,57,40,104,230,57,40,112,106,141,102,113,245,61,195,124,207,92,45,126,38,2,188,143,192,109,148,154,13,242,155,166,244,124,152,179,79,32,198,183,46,246,160,193,129,247,67,201,141,195,10,204,86,88,162,206,33,161,12,221,120,39,7,223,185,23,207,224,147,234,58,224,168,186,8,230,178,190,212,240,236,255,50,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,18,46,102,97,110,99,121,98,111,120,45,105,115,45,109,111,100,97,108,2,2,119,112,126,121,149,102,145,144,0,0,5,9,98,111,100,121,44,104,116,109,108,2,2,119,112,126,121,149,102,145,144,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,16,1,23,35,99,111,111,107,105,101,115,45,98,97,110,110,101,114,45,111,118,101,114,108,97,121,2,1,5,208,7,83,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,5,208,7,83,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,16,1,17,35,108,105,103,104,116,98,111,120,45,99,111,111,107,105,101,115,2,1,194,211,50,50,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,194,211,50,50,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,16,1,22,35,99,111,111,107,105,101,45,110,111,116,105,99,101,45,111,118,101,114,108,97,121,2,1,68,144,131,213,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,68,144,131,213,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,8,1,21,46,102,117,108,108,115,99,114,101,101,110,45,99,111,110,116,97,105,110,101,114,2,1,216,35,39,254,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,216,35,39,254,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,223,184,102,197,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,16,1,16,35,100,105,118,105,100,101,80,111,112,117,112,87,114,97,112,2,1,223,184,102,197,0,8,1,10,46,109,102,112,45,114,101,97,100,121,2,8,54,115,77,91,106,197,84,202,118,51,164,33,141,240,38,90,153,246,105,193,208,3,223,49,218,173,69,63,248,120,188,226,0,0,5,4,104,116,109,108,2,8,54,115,77,91,106,197,84,202,118,51,164,33,141,240,38,90,153,246,105,193,208,3,223,49,218,173,69,63,248,120,188,226,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,16,1,12,35,100,105,100,111,109,105,45,104,111,115,116,2,4,2,201,94,140,10,26,222,219,104,49,190,137,149,59,40,143,0,0,1,35,100,105,118,91,99,108,97,115,115,94,61,34,100,105,100,111,109,105,45,99,111,110,115,101,110,116,45,112,111,112,117,112,95,34,93,2,4,2,201,94,140,10,26,222,219,104,49,190,137,149,59,40,143,0,8,1,21,46,100,105,100,111,109,105,45,115,99,114,101,101,110,45,120,108,97,114,103,101,2,6,2,201,94,140,10,26,222,219,104,49,190,137,149,59,40,143,198,252,194,85,229,129,149,239,0,0,5,9,98,111,100,121,44,104,116,109,108,2,4,2,201,94,140,10,26,222,219,198,252,194,85,229,129,149,239,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,16,1,20,35,99,111,111,107,105,101,99,111,110,116,114,111,108,45,102,105,114,115,116,2,1,107,191,33,44,0,8,1,11,46,98,103,45,98,108,97,99,107,56,55,2,1,107,191,33,44,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,107,191,33,44,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,8,1,7,46,98,75,101,116,107,67,2,1,5,42,108,15,0,8,1,20,46,98,70,104,86,82,87,46,115,99,45,49,103,57,97,119,49,107,45,49,2,1,5,42,108,15,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,5,42,108,15,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,0,1,23,91,105,100,94,61,34,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,34,93,2,1,245,216,30,66,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,245,216,30,66,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,8,1,7,46,107,69,68,122,100,86,2,1,166,130,222,180,0,0,5,9,98,111,100,121,44,104,116,109,108,2,2,40,42,116,229,166,130,222,180,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,8,1,49,46,109,105,116,105,100,45,115,104,97,114,101,100,45,45,99,111,111,107,105,101,45,119,97,114,110,105,110,103,45,112,111,112,117,112,45,109,111,100,97,108,45,119,114,97,112,112,101,114,2,1,202,131,143,203,0,8,1,43,46,109,105,116,105,100,45,115,104,97,114,101,100,45,45,99,111,111,107,105,101,45,119,97,114,110,105,110,103,45,112,111,112,117,112,45,111,118,101,114,108,97,121,2,1,202,131,143,203,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,202,131,143,203,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,8,1,18,46,103,100,112,114,45,108,109,100,45,115,116,97,110,100,97,114,100,2,1,168,224,207,101,0,8,1,14,46,103,100,112,114,45,108,109,100,45,119,97,108,108,2,1,168,224,207,101,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,168,224,207,101,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,8,1,8,46,109,45,108,97,121,101,114,2,3,14,54,50,121,109,243,152,200,186,224,174,88,0,2,1,37,114,99,44,32,99,111,111,107,105,101,108,97,119,45,98,108,117,114,45,98,97,99,107,103,114,111,117,110,100,44,32,44,32,115,116,97,121,2,3,14,54,50,121,109,243,152,200,186,224,174,88,0,0,5,9,98,111,100,121,44,104,116,109,108,2,3,14,54,50,121,109,243,152,200,186,224,174,88,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,236,212,170,195,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,12,46,115,104,111,119,67,111,110,115,101,110,116,2,1,236,212,170,195,0,8,1,11,46,114,111,100,111,45,112,111,112,117,112,2,2,6,114,136,187,203,252,59,125,0,8,1,13,46,114,111,100,111,45,111,118,101,114,108,97,121,2,2,6,114,136,187,203,252,59,125,0,0,5,9,98,111,100,121,44,104,116,109,108,2,2,6,114,136,187,203,252,59,125,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,12,46,99,115,115,45,49,121,117,111,97,48,117,2,1,234,237,235,114,0,0,5,4,98,111,100,121,2,1,234,237,235,114,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,13,46,109,111,100,97,108,45,99,111,111,107,105,101,2,1,3,242,231,240,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,3,242,231,240,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,19,46,109,111,100,97,108,45,99,111,111,107,105,101,46,109,111,100,97,108,2,10,30,173,82,78,56,143,157,91,82,42,174,143,92,188,66,171,93,224,113,230,161,253,1,67,163,233,152,134,172,99,190,42,182,215,123,189,204,5,247,243,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,10,30,173,82,78,56,143,157,91,82,42,174,143,92,188,66,171,93,224,113,230,161,253,1,67,163,233,152,134,172,99,190,42,182,215,123,189,204,5,247,243,0,0,5,9,98,111,100,121,44,104,116,109,108,2,10,30,173,82,78,56,143,157,91,82,42,174,143,92,188,66,171,93,224,113,230,161,253,1,67,163,233,152,134,172,99,190,42,182,215,123,189,204,5,247,243,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,2,1,31,114,99,44,32,115,112,45,109,101,115,115,97,103,101,45,111,112,101,110,44,32,104,116,109,108,44,32,115,116,97,121,2,128,0,0,0,154,0,227,173,237,0,242,14,50,0,242,14,50,3,2,170,139,4,79,105,157,6,6,166,37,7,97,123,216,7,218,244,2,9,7,173,113,10,229,133,233,11,159,106,198,14,226,54,163,17,232,103,141,24,35,254,4,27,101,149,85,27,109,22,65,27,116,250,103,29,79,244,104,30,88,142,119,31,191,175,202,32,166,173,95,33,27,90,106,34,9,196,16,34,209,49,124,38,157,20,157,38,157,133,110,45,161,41,249,46,90,207,50,49,230,126,25,54,180,23,254,55,107,120,113,57,200,31,54,57,224,147,58,61,65,157,92,61,118,245,172,61,186,88,131,61,195,207,169,65,57,71,189,68,130,110,139,68,154,219,32,68,215,185,138,70,138,101,2,81,69,239,200,81,224,34,150,82,79,37,214,83,47,54,31,84,144,8,35,85,116,108,158,86,25,48,221,86,255,146,175,88,85,165,209,91,31,76,222,92,157,183,149,94,93,89,253,95,156,101,50,96,106,178,224,96,247,172,92,99,221,125,44,100,102,39,165,100,102,227,50,100,143,200,14,103,30,183,245,103,88,20,114,108,88,191,96,110,72,232,74,110,74,57,84,111,233,180,48,111,239,33,27,114,193,95,192,116,180,202,241,118,30,117,198,120,23,223,204,122,226,39,45,124,150,88,166,126,47,255,109,127,50,155,111,127,221,107,73,128,99,177,183,128,221,38,148,129,125,134,163,132,183,102,141,134,184,68,92,136,88,12,52,136,120,249,199,137,116,31,60,138,159,12,154,140,174,93,107,143,8,247,79,143,105,87,151,144,210,115,46,146,185,14,115,146,255,250,85,148,186,52,61,148,254,20,237,149,87,7,75,153,235,226,47,161,248,222,127,164,0,56,66,165,236,209,119,166,75,88,36,166,181,70,176,167,153,1,100,170,12,194,125,170,233,116,105,174,10,113,126,176,213,25,141,177,154,16,164,178,60,221,4,180,99,168,141,183,10,82,39,184,144,188,224,186,140,155,70,187,234,80,71,188,69,108,14,188,70,240,4,189,55,133,98,193,53,176,92,193,209,74,219,194,221,236,12,194,225,17,133,196,122,127,60,198,54,85,13,198,61,124,96,201,210,214,110,204,141,32,108,205,177,204,195,208,74,24,70,209,236,200,62,210,101,116,32,211,208,203,220,213,114,90,55,215,90,81,5,217,247,230,56,221,92,132,193,223,64,146,184,227,13,92,118,227,13,92,118,230,158,122,31,230,204,223,154,236,79,90,171,239,129,218,11,242,231,40,213,242,231,130,180,242,231,149,8,242,231,182,209,245,84,22,114,245,223,11,170,245,246,180,57,247,144,230,177,247,220,0,100,248,96,195,54,249,28,142,172,251,189,244,140,252,211,244,248,0,0,1,32,100,105,118,91,105,100,94,61,34,115,112,95,109,101,115,115,97,103,101,95,99,111,110,116,97,105,110,101,114,95,34,93,2,128,0,0,0,154,0,227,173,237,0,242,14,50,0,242,14,50,3,2,170,139,4,79,105,157,6,6,166,37,7,97,123,216,7,218,244,2,9,7,173,113,10,229,133,233,11,159,106,198,14,226,54,163,17,232,103,141,24,35,254,4,27,101,149,85,27,109,22,65,27,116,250,103,29,79,244,104,30,88,142,119,31,191,175,202,32,166,173,95,33,27,90,106,34,9,196,16,34,209,49,124,38,157,20,157,38,157,133,110,45,161,41,249,46,90,207,50,49,230,126,25,54,180,23,254,55,107,120,113,57,200,31,54,57,224,147,58,61,65,157,92,61,118,245,172,61,186,88,131,61,195,207,169,65,57,71,189,68,130,110,139,68,154,219,32,68,215,185,138,70,138,101,2,81,69,239,200,81,224,34,150,82,79,37,214,83,47,54,31,84,144,8,35,85,116,108,158,86,25,48,221,86,255,146,175,88,85,165,209,91,31,76,222,92,157,183,149,94,93,89,253,95,156,101,50,96,106,178,224,96,247,172,92,99,221,125,44,100,102,39,165,100,102,227,50,100,143,200,14,103,30,183,245,103,88,20,114,108,88,191,96,110,72,232,74,110,74,57,84,111,233,180,48,111,239,33,27,114,193,95,192,116,180,202,241,118,30,117,198,120,23,223,204,122,226,39,45,124,150,88,166,126,47,255,109,127,50,155,111,127,221,107,73,128,99,177,183,128,221,38,148,129,125,134,163,132,183,102,141,134,184,68,92,136,88,12,52,136,120,249,199,137,116,31,60,138,159,12,154,140,174,93,107,143,8,247,79,143,105,87,151,144,210,115,46,146,185,14,115,146,255,250,85,148,186,52,61,148,254,20,237,149,87,7,75,153,235,226,47,161,248,222,127,164,0,56,66,165,236,209,119,166,75,88,36,166,181,70,176,167,153,1,100,170,12,194,125,170,233,116,105,174,10,113,126,176,213,25,141,177,154,16,164,178,60,221,4,180,99,168,141,183,10,82,39,184,144,188,224,186,140,155,70,187,234,80,71,188,69,108,14,188,70,240,4,189,55,133,98,193,53,176,92,193,209,74,219,194,221,236,12,194,225,17,133,196,122,127,60,198,54,85,13,198,61,124,96,201,210,214,110,204,141,32,108,205,177,204,195,208,74,24,70,209,236,200,62,210,101,116,32,211,208,203,220,213,114,90,55,215,90,81,5,217,247,230,56,221,92,132,193,223,64,146,184,227,13,92,118,227,13,92,118,230,158,122,31,230,204,223,154,236,79,90,171,239,129,218,11,242,231,40,213,242,231,130,180,242,231,149,8,242,231,182,209,245,84,22,114,245,223,11,170,245,246,180,57,247,144,230,177,247,220,0,100,248,96,195,54,249,28,142,172,251,189,244,140,252,211,244,248,0,8,1,11,46,116,112,108,45,99,111,111,107,105,101,2,1,60,22,102,109,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,60,22,102,109,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,13,35,99,111,111,107,105,101,98,97,110,110,101,114,2,1,248,109,207,144,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,248,109,207,144,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,17,35,99,111,111,107,105,101,95,99,111,110,116,97,105,110,101,114,2,1,178,7,208,65,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,178,7,208,65,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,16,46,98,97,99,107,100,114,111,112,45,98,108,117,114,45,49,2,1,134,40,224,211,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,134,40,224,211,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,10,46,110,97,115,45,109,111,100,97,108,2,1,54,218,56,236,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,54,218,56,236,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,13,35,119,105,67,111,111,107,105,101,66,97,114,49,2,1,145,146,91,239,0,0,5,4,104,116,109,108,2,1,145,146,91,239,79,112,111,115,105,116,105,111,110,58,32,115,116,97,116,105,99,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,119,105,100,116,104,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,19,46,99,111,110,115,101,110,116,45,100,105,115,99,108,97,105,109,101,114,2,13,3,232,83,4,37,9,217,81,93,94,230,109,94,182,132,137,128,44,14,84,149,89,73,103,191,163,61,81,193,33,198,167,196,54,181,22,201,53,75,114,227,225,171,81,249,16,190,117,251,10,84,197,0,0,5,9,98,111,100,121,44,104,116,109,108,2,13,3,232,83,4,37,9,217,81,93,94,230,109,94,182,132,137,128,44,14,84,149,89,73,103,191,163,61,81,193,33,198,167,196,54,181,22,201,53,75,114,227,225,171,81,249,16,190,117,251,10,84,197,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,2,1,55,115,101,116,45,99,111,110,115,116,97,110,116,44,32,119,105,110,100,111,119,46,99,109,112,109,110,103,114,46,115,101,116,67,111,110,115,101,110,116,86,105,97,66,116,110,44,32,110,111,111,112,70,117,110,99,2,1,169,218,175,214,0,16,1,12,35,100,105,100,111,109,105,45,104,111,115,116,2,1,94,58,193,219,0,16,1,23,35,110,104,102,112,95,100,105,100,111,109,105,95,98,108,111,99,107,95,112,97,103,101,2,1,94,58,193,219,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,94,58,193,219,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,20,46,82,101,97,99,116,77,111,100,97,108,95,95,79,118,101,114,108,97,121,2,1,246,19,129,99,0,8,1,17,46,82,101,97,99,116,77,111,100,97,108,80,111,114,116,97,108,2,1,246,19,129,99,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,246,19,129,99,50,104,101,105,103,104,116,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,8,1,12,46,112,117,45,106,108,105,113,104,116,108,117,2,1,162,194,181,190,0,0,5,4,98,111,100,121,2,1,162,194,181,190,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,19,46,102,97,110,99,121,98,111,120,45,99,111,110,116,97,105,110,101,114,2,1,171,164,43,52,0,8,1,6,46,112,111,112,117,112,2,1,171,164,43,52,0,8,1,8,46,111,118,101,114,108,97,121,2,1,140,17,225,5,0,8,1,15,46,112,111,112,117,112,45,45,99,111,111,107,105,101,115,2,1,140,17,225,5,0,8,1,25,46,97,107,107,117,45,99,111,111,107,105,101,45,116,111,111,108,115,45,100,101,115,105,103,110,2,8,6,246,236,191,59,6,15,106,132,79,51,32,148,107,239,124,150,191,17,246,197,215,255,18,198,151,82,152,216,55,120,88,0,8,1,12,46,106,115,45,45,111,118,101,114,108,97,121,2,8,6,246,236,191,59,6,15,106,132,79,51,32,148,107,239,124,150,191,17,246,197,215,255,18,198,151,82,152,216,55,120,88,0,0,1,12,91,105,100,94,61,34,103,100,112,114,34,93,2,84,12,149,114,93,12,218,212,131,14,188,211,167,15,26,90,203,16,173,180,65,20,239,188,139,22,34,90,235,24,210,62,201,25,35,118,79,28,18,253,206,30,193,100,96,31,231,147,62,36,104,134,19,40,138,255,183,43,203,51,14,53,102,127,14,55,209,161,126,67,177,97,21,70,178,222,120,74,237,249,242,77,209,217,210,92,169,43,136,95,126,134,90,96,165,201,45,97,35,47,16,100,39,190,107,100,50,94,75,102,252,25,232,105,109,219,180,110,193,186,202,112,128,182,164,120,202,183,128,136,11,4,60,139,85,59,67,141,131,236,86,143,154,24,168,144,40,193,84,144,132,76,145,146,112,57,1,146,123,0,178,149,213,190,5,151,233,173,101,152,157,63,6,154,78,6,95,161,89,250,53,161,121,207,142,162,28,238,133,164,101,207,88,171,226,157,97,173,217,130,229,176,172,31,170,179,173,208,230,181,142,48,33,182,255,111,15,183,115,63,52,189,157,172,81,191,115,220,226,197,248,121,195,198,7,38,132,199,145,246,115,202,76,0,252,202,144,142,178,205,109,136,87,205,202,124,111,206,18,223,158,206,227,120,46,208,13,245,30,208,188,0,224,209,189,137,51,211,220,104,126,213,94,163,102,219,140,173,27,220,14,79,21,222,166,187,254,222,168,214,140,223,190,198,251,226,3,27,170,226,120,38,172,230,162,162,134,231,62,32,144,239,20,253,15,242,179,140,61,245,98,20,130,245,171,253,149,0,0,5,9,98,111,100,121,44,104,116,109,108,2,84,12,149,114,93,12,218,212,131,14,188,211,167,15,26,90,203,16,173,180,65,20,239,188,139,22,34,90,235,24,210,62,201,25,35,118,79,28,18,253,206,30,193,100,96,31,231,147,62,36,104,134,19,40,138,255,183,43,203,51,14,53,102,127,14,55,209,161,126,67,177,97,21,70,178,222,120,74,237,249,242,77,209,217,210,92,169,43,136,95,126,134,90,96,165,201,45,97,35,47,16,100,39,190,107,100,50,94,75,102,252,25,232,105,109,219,180,110,193,186,202,112,128,182,164,120,202,183,128,136,11,4,60,139,85,59,67,141,131,236,86,143,154,24,168,144,40,193,84,144,132,76,145,146,112,57,1,146,123,0,178,149,213,190,5,151,233,173,101,152,157,63,6,154,78,6,95,161,89,250,53,161,121,207,142,162,28,238,133,164,101,207,88,171,226,157,97,173,217,130,229,176,172,31,170,179,173,208,230,181,142,48,33,182,255,111,15,183,115,63,52,189,157,172,81,191,115,220,226,197,248,121,195,198,7,38,132,199,145,246,115,202,76,0,252,202,144,142,178,205,109,136,87,205,202,124,111,206,18,223,158,206,227,120,46,208,13,245,30,208,188,0,224,209,189,137,51,211,220,104,126,213,94,163,102,219,140,173,27,220,14,79,21,222,166,187,254,222,168,214,140,223,190,198,251,226,3,27,170,226,120,38,172,230,162,162,134,231,62,32,144,239,20,253,15,242,179,140,61,245,98,20,130,245,171,253,149,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,17,46,99,111,111,107,105,101,115,45,98,97,99,107,100,114,111,112,2,27,7,254,146,115,15,107,233,103,15,127,5,156,24,196,28,219,27,134,210,197,28,106,151,167,32,80,241,119,40,176,14,12,41,105,207,195,78,68,121,210,89,49,195,52,123,180,15,178,124,84,231,201,137,106,74,40,142,225,220,162,147,138,17,102,152,100,21,45,158,245,25,44,173,83,234,228,179,25,180,191,183,154,97,146,190,244,190,70,192,79,104,214,209,79,1,123,218,137,162,147,225,70,39,103,238,54,34,106,0,0,5,9,98,111,100,121,44,104,116,109,108,2,27,7,254,146,115,15,107,233,103,15,127,5,156,24,196,28,219,27,134,210,197,28,106,151,167,32,80,241,119,40,176,14,12,41,105,207,195,78,68,121,210,89,49,195,52,123,180,15,178,124,84,231,201,137,106,74,40,142,225,220,162,147,138,17,102,152,100,21,45,158,245,25,44,173,83,234,228,179,25,180,191,183,154,97,146,190,244,190,70,192,79,104,214,209,79,1,123,218,137,162,147,225,70,39,103,238,54,34,106,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,20,46,104,101,97,100,101,114,45,99,111,111,107,105,101,115,45,103,100,112,114,2,1,54,51,242,254,0,0,1,45,104,116,109,108,91,99,108,97,115,115,42,61,34,99,111,111,107,105,101,115,45,118,105,115,105,98,108,101,34,93,32,62,32,98,111,100,121,58,58,98,101,102,111,114,101,2,1,54,51,242,254,0,2,1,27,114,99,44,32,109,111,100,97,108,79,112,101,110,95,95,95,103,90,121,107,118,44,32,98,111,100,121,2,1,197,137,136,240,0,8,1,14,46,98,111,100,121,45,98,108,97,99,107,111,117,116,2,1,197,137,136,240,0,8,1,21,46,99,108,111,115,101,79,110,67,108,105,99,107,95,95,95,50,103,50,83,51,2,1,197,137,136,240,0,8,1,13,46,99,109,112,99,111,110,116,97,105,110,101,114,2,2,100,71,215,91,244,52,4,127,0,2,1,22,114,99,44,32,99,111,111,107,105,101,45,98,97,114,44,32,44,32,115,116,97,121,2,5,47,164,30,189,140,156,223,60,142,51,144,174,208,87,226,91,241,250,36,78,0,16,1,21,35,67,121,98,111,116,67,111,111,107,105,101,98,111,116,68,105,97,108,111,103,2,5,47,164,30,189,140,156,223,60,142,51,144,174,208,87,226,91,241,250,36,78,0,0,1,34,100,105,118,91,99,108,97,115,115,94,61,34,78,97,118,105,103,97,116,105,111,110,95,95,79,118,101,114,108,97,121,45,34,93,2,5,47,164,30,189,140,156,223,60,142,51,144,174,208,87,226,91,241,250,36,78,0,0,5,4,98,111,100,121,2,5,47,164,30,189,140,156,223,60,142,51,144,174,208,87,226,91,241,250,36,78,25,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,0,8,1,5,46,98,119,105,110,2,1,248,159,28,116,0,8,1,5,46,98,119,114,103,2,1,248,159,28,116,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,248,159,28,116,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,21,35,99,109,115,45,119,101,98,45,99,111,110,115,101,110,116,45,114,111,111,116,2,1,137,252,79,9,0,8,5,15,46,99,119,115,45,109,111,100,97,108,45,111,112,101,110,2,1,137,252,79,9,59,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,105,110,116,101,114,45,101,118,101,110,116,115,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,0,0,1,32,100,105,118,91,105,100,94,61,34,115,112,95,109,101,115,115,97,103,101,95,99,111,110,116,97,105,110,101,114,95,34,93,2,1,19,234,152,113,0,0,5,60,104,116,109,108,46,115,112,45,109,101,115,115,97,103,101,45,111,112,101,110,32,62,32,98,111,100,121,58,110,111,116,40,91,115,116,121,108,101,61,34,111,118,101,114,102,108,111,119,58,32,104,105,100,100,101,110,59,34,93,41,2,1,19,234,152,113,82,112,111,115,105,116,105,111,110,58,32,117,110,115,101,116,32,33,105,109,112,111,114,116,97,110,116,59,32,109,97,114,103,105,110,45,116,111,112,58,32,48,32,33,105,109,112,111,114,116,97,110,116,59,32,111,118,101,114,102,108,111,119,58,32,118,105,115,105,98,108,101,32,33,105,109,112,111,114,116,97,110,116,0,0,1,39,91,100,97,116,97,45,116,101,115,116,105,100,61,34,119,97,95,99,111,111,107,105,101,115,95,98,97,110,110,101,114,95,109,111,100,97,108,34,93,2,3,59,57,229,157,59,58,17,188,143,85,6,148,0,2,1,31,114,99,44,32,104,97,115,67,111,111,107,105,101,66,97,110,110,101,114,44,32,98,111,100,121,44,32,115,116,97,121,2,3,59,57,229,157,59,58,17,188,143,85,6,148,0,16,1,24,35,99,111,111,107,105,101,95,100,105,115,99,108,97,105,109,101,114,46,99,109,95,117,105,2,12,40,205,196,212,46,6,181,169,77,142,207,129,79,186,38,179,89,207,8,34,150,207,151,89,157,143,122,43,192,23,184,212,203,215,59,95,203,215,72,41,205,78,74,127,226,107,89,71,0,2,1,25,97,101,108,100,44,32,115,99,114,111,108,108,44,32,105,110,110,101,114,72,101,105,103,104,116,2,12,40,205,196,212,46,6,181,169,77,142,207,129,79,186,38,179,89,207,8,34,150,207,151,89,157,143,122,43,192,23,184,212,203,215,59,95,203,215,72,41,205,78,74,127,226,107,89,71,0,2,1,29,115,101,116,44,32,116,99,102,65,108,108,111,119,85,115,101,67,111,111,107,105,101,115,44,32,116,114,117,101,2,1,118,40,212,98,0,8,1,3,46,99,109,2,1,148,180,4,155,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,148,180,4,155,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,17,46,116,111,112,115,99,114,111,108,108,45,98,97,110,110,101,114,2,2,7,163,95,6,17,130,252,224,0,2,1,37,115,101,116,44,32,99,105,99,99,46,99,111,111,107,105,101,95,99,97,116,95,102,117,110,99,116,105,111,110,97,108,44,32,116,114,117,101,2,2,7,163,95,6,17,130,252,224,0,2,1,36,115,101,116,44,32,99,105,99,99,46,99,111,111,107,105,101,95,99,97,116,95,115,116,97,116,105,115,116,105,99,44,32,116,114,117,101,2,2,7,163,95,6,17,130,252,224,0,2,1,36,115,101,116,44,32,99,105,99,99,46,99,111,111,107,105,101,95,99,97,116,95,109,97,114,107,101,116,105,110,103,44,32,116,114,117,101,2,2,7,163,95,6,17,130,252,224,0,2,1,64,115,101,116,44,32,116,119,101,97,107,101,114,115,67,111,110,102,105,103,46,117,115,101,114,67,111,110,102,105,103,117,114,101,100,67,111,110,115,101,110,116,46,121,111,117,116,117,98,101,46,97,112,112,114,111,118,101,100,44,32,116,114,117,101,2,1,172,81,43,10,0,2,1,61,115,101,116,44,32,116,119,101,97,107,101,114,115,67,111,110,102,105,103,46,117,115,101,114,67,111,110,102,105,103,117,114,101,100,67,111,110,115,101,110,116,46,111,109,110,121,46,97,112,112,114,111,118,101,100,44,32,116,114,117,101,2,1,172,81,43,10,0,2,1,68,115,101,116,44,32,116,119,101,97,107,101,114,115,67,111,110,102,105,103,46,117,115,101,114,67,111,110,102,105,103,117,114,101,100,67,111,110,115,101,110,116,46,112,99,110,108,116,101,108,101,99,111,109,46,97,112,112,114,111,118,101,100,44,32,116,114,117,101,2,1,172,81,43,10,0,2,1,67,115,101,116,44,32,116,119,101,97,107,101,114,115,67,111,110,102,105,103,46,117,115,101,114,67,111,110,102,105,103,117,114,101,100,67,111,110,115,101,110,116,46,103,111,111,103,108,101,109,97,112,115,46,97,112,112,114,111,118,101,100,44,32,116,114,117,101,2,1,172,81,43,10,0,2,1,67,115,101,116,44,32,116,119,101,97,107,101,114,115,67,111,110,102,105,103,46,117,115,101,114,67,111,110,102,105,103,117,114,101,100,67,111,110,115,101,110,116,46,115,116,114,101,97,109,97,98,108,101,46,97,112,112,114,111,118,101,100,44,32,116,114,117,101,2,1,172,81,43,10,0,2,1,67,115,101,116,44,32,116,119,101,97,107,101,114,115,67,111,110,102,105,103,46,117,115,101,114,67,111,110,102,105,103,117,114,101,100,67,111,110,115,101,110,116,46,115,111,117,110,100,99,108,111,117,100,46,97,112,112,114,111,118,101,100,44,32,116,114,117,101,2,1,172,81,43,10,0,2,1,66,115,101,116,44,32,116,119,101,97,107,101,114,115,67,111,110,102,105,103,46,117,115,101,114,67,111,110,102,105,103,117,114,101,100,67,111,110,115,101,110,116,46,107,110,105,103,104,116,108,97,98,46,97,112,112,114,111,118,101,100,44,32,116,114,117,101,2,1,172,81,43,10,0,2,1,54,115,101,116,45,99,111,111,107,105,101,44,32,84,69,83,67,79,66,65,78,75,95,69,78,83,73,71,72,84,69,78,95,80,82,73,86,65,67,89,95,65,100,118,101,114,116,105,115,105,110,103,44,32,48,2,1,100,15,164,135,0,2,1,56,115,101,116,45,99,111,111,107,105,101,44,32,84,69,83,67,79,66,65,78,75,95,69,78,83,73,71,72,84,69,78,95,80,82,73,86,65,67,89,95,66,65,78,78,69,82,95,76,79,65,68,69,68,44,32,49,2,1,100,15,164,135,0,2,1,56,115,101,116,45,99,111,111,107,105,101,44,32,84,69,83,67,79,66,65,78,75,95,69,78,83,73,71,72,84,69,78,95,80,82,73,86,65,67,89,95,66,65,78,78,69,82,95,86,73,69,87,69,68,44,32,49,2,1,100,15,164,135,0,2,1,53,115,101,116,45,99,111,111,107,105,101,44,32,84,69,83,67,79,66,65,78,75,95,69,78,83,73,71,72,84,69,78,95,80,82,73,86,65,67,89,95,69,120,112,101,114,105,101,110,99,101,44,32,48,2,1,100,15,164,135,0,2,1,55,115,101,116,45,99,111,111,107,105,101,44,32,84,69,83,67,79,66,65,78,75,95,69,78,83,73,71,72,84,69,78,95,80,82,73,86,65,67,89,95,77,79,68,65,76,95,76,79,65,68,69,68,44,32,49,2,1,100,15,164,135,0,2,1,55,115,101,116,45,99,111,111,107,105,101,44,32,84,69,83,67,79,66,65,78,75,95,69,78,83,73,71,72,84,69,78,95,80,82,73,86,65,67,89,95,77,79,68,65,76,95,86,73,69,87,69,68,44,32,49,2,1,100,15,164,135,0,2,1,54,115,101,116,45,99,111,111,107,105,101,44,32,84,69,83,67,79,66,65,78,75,95,69,78,83,73,71,72,84,69,78,95,80,82,73,86,65,67,89,95,77,101,97,115,117,114,101,109,101,110,116,44,32,48,2,1,100,15,164,135,0,2,1,37,115,101,116,45,99,111,111,107,105,101,44,32,118,105,101,119,101,100,95,99,111,111,107,105,101,95,112,111,108,105,99,121,44,32,121,101,115,2,1,100,15,164,135,0,2,1,59,115,101,116,44,32,121,108,101,67,111,110,115,101,110,116,83,100,107,46,95,99,111,110,115,101,110,116,83,100,107,46,95,101,109,98,101,100,100,101,100,95,115,111,99,105,97,108,95,109,101,100,105,97,44,32,116,114,117,101,2,1,203,215,131,14,0,2,1,33,115,101,116,44,32,121,108,101,67,111,110,115,101,110,116,83,100,107,46,115,104,111,119,44,32,110,111,111,112,70,117,110,99,2,1,203,215,131,14,0,2,1,38,115,101,116,44,32,99,111,99,107,105,101,67,111,110,115,101,110,116,77,97,110,97,103,101,109,101,110,116,44,32,110,111,111,112,70,117,110,99,2,1,31,87,61,214,0,8,1,7,46,99,111,111,107,105,101,2,1,53,254,140,168,0,2,1,30,115,101,116,44,32,119,105,110,100,111,119,46,115,99,114,111,108,108,84,111,44,32,110,111,111,112,70,117,110,99,2,1,53,254,140,168,0,0,5,4,98,111,100,121,2,1,79,17,249,140,26,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,1,79,17,249,140,1,128,1,21,46,109,111,100,97,108,58,104,97,115,40,35,101,112,114,105,118,97,99,121,41,2,1,79,17,249,140,1,128,1,45,100,105,118,91,105,100,36,61,34,95,109,111,100,97,108,95,111,117,116,101,114,95,34,93,58,104,97,115,40,62,32,46,99,111,111,107,105,101,45,109,111,100,97,108,41,2,1,226,144,122,159,0,8,5,11,46,109,111,100,97,108,45,111,112,101,110,2,1,226,144,122,159,26,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,0,8,5,25,46,99,111,109,112,101,110,115,97,116,101,45,102,111,114,45,115,99,114,111,108,108,98,97,114,2,1,146,235,35,6,26,109,97,114,103,105,110,45,114,105,103,104,116,58,32,48,32,33,105,109,112,111,114,116,97,110,116,1,128,1,100,46,102,97,110,99,121,98,111,120,45,99,111,110,116,97,105,110,101,114,58,104,97,115,40,97,91,111,110,99,108,105,99,107,61,34,100,111,99,117,109,101,110,116,46,103,101,116,69,108,101,109,101,110,116,66,121,73,100,40,39,112,114,105,118,97,99,121,95,109,111,114,101,39,41,46,115,116,121,108,101,46,100,105,115,112,108,97,121,61,39,98,108,111,99,107,39,59,34,93,41,2,1,146,235,35,6,0,2,1,49,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,108,97,119,105,110,102,111,45,99,104,101,99,107,98,111,120,45,110,101,99,101,115,115,97,114,121,44,32,121,101,115,2,1,129,165,207,221,0,2,1,63,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,108,97,119,105,110,102,111,45,99,104,101,99,107,98,111,120,45,116,111,105,109,105,110,110,97,108,108,105,115,101,116,45,101,118,97,115,116,101,101,116,44,32,121,101,115,2,1,129,165,207,221,0,2,1,48,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,108,97,119,105,110,102,111,45,99,104,101,99,107,98,111,120,45,97,110,97,108,121,116,105,99,115,44,32,110,111,2,1,129,165,207,221,0,2,1,37,115,101,116,45,99,111,111,107,105,101,44,32,118,105,101,119,101,100,95,99,111,111,107,105,101,95,112,111,108,105,99,121,44,32,121,101,115,2,1,129,165,207,221,0,2,1,31,115,101,116,45,99,111,111,107,105,101,44,32,99,111,111,107,105,101,95,97,99,99,101,112,116,44,32,116,114,117,101,2,1,29,250,172,160,0,2,1,21,115,101,116,45,99,111,111,107,105,101,44,32,97,109,45,115,117,98,44,32,49,2,1,157,120,126,8,0,8,5,16,46,111,118,101,114,102,108,111,119,45,104,105,100,100,101,110,2,1,190,148,85,52,26,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,0,0,1,18,100,105,118,46,99,111,111,107,105,101,115,45,112,111,112,45,117,112,2,1,190,148,85,52,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,1,136,187,29,164,0,16,1,22,35,117,114,109,111,100,97,108,45,49,55,50,52,50,56,51,51,50,48,55,48,55,2,1,136,187,29,164,0,0,5,9,98,111,100,121,44,104,116,109,108,2,1,136,187,29,164,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,8,1,19,46,99,115,45,99,111,111,107,105,101,95,95,119,114,97,112,112,101,114,2,1,125,241,95,230,0,0,5,4,98,111,100,121,2,1,125,241,95,230,56,111,118,101,114,102,108,111,119,58,32,97,117,116,111,32,33,105,109,112,111,114,116,97,110,116,59,32,112,111,115,105,116,105,111,110,58,32,105,110,105,116,105,97,108,32,33,105,109,112,111,114,116,97,110,116,59,0,16,1,11,35,67,111,110,115,101,110,116,77,115,103,2,1,27,105,208,63,0,16,1,10,35,67,111,111,68,105,97,108,111,103,2,1,250,65,33,48,0,16,1,14,35,67,111,111,107,105,101,45,112,111,112,45,117,112,2,1,46,216,123,244,0,16,1,12,35,67,111,111,107,105,101,77,111,100,97,108,2,1,244,58,201,242,0,16,1,15,35,67,111,111,107,105,101,95,99,111,110,116,101,110,116,2,1,91,242,110,121,0,16,1,4,35,68,83,69,2,1,242,231,160,57,0,16,1,18,35,68,97,116,101,110,115,99,104,117,116,122,70,111,111,116,101,114,2,1,138,154,238,42,0,16,1,20,35,78,111,116,105,102,105,99,97,116,105,111,110,87,114,97,112,112,101,114,2,1,20,200,100,187,0,16,1,15,35,80,114,105,118,97,99,121,77,97,110,97,103,101,114,2,1,80,10,241,75,0,16,1,17,35,83,105,116,101,79,118,101,114,108,97,121,80,97,110,101,108,2,1,155,198,231,99,0,16,1,9,35,97,45,98,97,110,110,101,114,2,1,136,76,24,87,0,16,1,11,35,97,99,99,45,98,111,116,116,111,109,2,1,1,140,229,14,0,16,1,10,35,97,100,67,111,110,115,101,110,116,2,1,247,229,29,225,0,16,1,7,35,97,103,101,118,101,114,2,4,83,0,240,55,115,196,33,11,168,8,217,220,198,162,145,97,0,16,1,21,35,97,105,116,101,99,45,112,114,105,118,97,99,121,45,110,111,116,105,99,101,2,1,173,12,235,107,0,16,1,14,35,97,109,45,99,111,111,107,105,101,45,98,97,114,2,2,2,155,33,234,12,212,113,66,0,16,1,22,35,97,109,112,115,97,110,100,67,111,110,115,101,110,116,69,108,101,109,101,110,116,2,1,110,62,47,190,0,16,1,6,35,97,114,101,97,50,2,1,56,141,227,200,0,16,1,15,35,97,115,50,52,45,99,109,112,45,112,111,112,117,112,2,2,58,104,152,35,206,43,249,191,0,16,1,12,35,98,50,99,45,99,111,110,115,101,110,116,2,1,237,236,219,43,0,16,1,19,35,98,97,110,110,121,45,98,97,110,110,101,114,45,111,117,116,101,114,2,1,62,58,106,216,0,16,1,15,35,98,103,45,100,97,116,101,110,115,99,104,117,116,122,2,2,0,147,30,92,83,133,136,65,0,16,1,20,35,98,108,111,99,107,45,99,111,110,115,101,110,116,45,98,108,111,99,107,2,1,87,167,77,65,0,16,1,19,35,98,108,111,99,107,45,99,111,111,107,105,101,115,98,108,111,99,107,2,1,249,107,142,72,0,16,1,10,35,98,111,120,72,111,108,100,101,114,2,1,126,250,148,254,0,16,1,4,35,99,45,99,2,1,86,136,83,116,0,16,1,10,35,99,45,111,118,101,114,108,97,121,2,1,255,254,212,184,0,16,1,3,35,99,67,2,1,77,207,173,254,0,16,1,10,35,99,67,111,118,101,114,108,97,121,2,1,77,207,173,254,0,16,1,9,35,99,97,45,108,97,121,101,114,2,1,24,40,100,132,0,16,1,3,35,99,98,2,2,55,163,120,146,242,231,153,84,0,16,1,12,35,99,98,56,50,97,45,109,111,100,97,108,2,1,70,106,89,174,0,16,1,18,35,99,98,97,110,110,101,114,95,99,111,110,116,97,105,110,101,114,2,1,142,75,202,242,0,16,1,16,35,99,98,97,110,110,101,114,95,111,118,101,114,108,97,121,2,1,142,75,202,242,0,16,1,7,35,99,99,45,98,111,120,2,1,122,183,60,152,0,16,1,8,35,99,99,45,99,97,114,100,2,1,141,20,166,106,0,16,1,9,35,99,99,68,105,97,108,111,103,2,1,18,250,124,190,0,16,1,8,35,99,99,77,111,100,97,108,2,1,75,222,199,67,0,16,1,4,35,99,99,109,2,1,89,114,158,199,0,16,1,8,35,99,99,109,82,111,111,116,2,1,168,112,70,238,0,16,1,18,35,99,99,109,111,100,97,108,45,99,111,110,116,97,105,110,101,114,2,1,61,100,40,167,0,16,1,15,35,99,99,111,110,115,101,110,116,45,109,111,100,97,108,2,1,48,247,208,72,0,16,1,17,35,99,104,101,99,107,67,111,111,107,105,101,79,107,66,111,120,2,1,146,163,124,183,0,16,1,11,35,99,107,45,111,118,101,114,108,97,121,2,1,53,199,155,212,0,16,1,11,35,99,107,99,116,114,108,95,98,111,120,2,1,248,63,161,213,0,16,1,8,35,99,108,97,105,109,101,114,2,1,251,246,218,239,0,16,1,14,35,99,108,111,115,101,111,110,97,99,116,105,111,110,2,3,46,59,27,140,91,73,193,130,154,212,244,30,0,16,1,3,35,99,109,2,2,78,101,146,199,209,69,111,70,0,16,1,8,35,99,109,109,111,100,97,108,2,3,8,31,84,21,112,74,110,124,150,211,209,1,0,16,1,4,35,99,109,112,2,1,147,20,232,128,0,16,1,8,35,99,110,111,116,105,99,101,2,1,127,200,217,114,0,16,1,11,35,99,111,108,111,103,105,110,100,105,118,2,1,210,248,14,129,0,16,1,16,35,99,111,110,102,105,114,109,95,99,111,111,107,105,101,115,2,1,16,230,62,151,0,16,1,8,35,99,111,110,115,101,110,116,2,1,54,214,237,67,0,16,1,18,35,99,111,110,115,101,110,116,45,102,111,114,109,45,114,111,111,116,2,1,81,11,94,245,0,16,1,16,35,99,111,110,115,101,110,116,45,111,118,101,114,108,97,121,2,2,77,227,113,52,187,215,229,0,0,16,1,13,35,99,111,110,115,101,110,116,45,116,111,111,108,2,4,111,47,199,5,154,98,42,206,172,117,132,96,185,143,9,232,0,16,1,13,35,99,111,110,115,101,110,116,76,97,121,101,114,2,2,219,143,242,87,255,89,100,82,0,16,1,15,35,99,111,110,115,101,110,116,109,97,110,97,103,101,114,2,3,3,105,69,163,47,137,152,225,249,32,18,122,0,16,1,13,35,99,111,110,115,101,110,116,109,111,100,97,108,2,2,59,128,70,242,93,108,159,94,0,16,1,17,35,99,111,110,116,97,105,110,101,114,45,98,97,110,110,101,114,2,1,79,127,209,121,0,16,1,22,35,99,111,110,116,97,105,110,101,114,45,98,97,110,110,101,114,45,111,118,101,114,2,1,50,10,29,167,0,16,1,46,35,99,111,110,116,101,110,116,45,100,101,45,104,105,110,119,101,105,115,45,99,111,111,107,105,101,45,114,105,99,104,116,108,105,110,105,101,45,98,108,111,99,107,105,110,103,2,1,42,93,24,21,0,16,1,7,35,99,111,111,107,105,101,2,1,189,66,218,98,0,16,1,22,35,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,2,1,244,28,15,123,0,16,1,32,35,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,45,99,111,110,116,97,105,110,101,114,2,1,98,158,181,9,0,16,1,24,35,99,111,111,107,105,101,45,112,101,114,109,105,115,115,105,111,110,45,109,111,100,97,108,2,1,244,101,202,76,0,16,1,16,35,99,111,111,107,105,101,68,97,115,104,98,111,97,114,100,2,1,242,81,77,184,0,16,1,14,35,99,111,111,107,105,101,77,97,110,97,103,101,114,2,1,219,192,178,164,0,16,1,13,35,99,111,111,107,105,101,77,97,110,103,101,114,2,2,141,39,135,4,170,33,224,191,0,16,1,14,35,99,111,111,107,105,101,78,111,116,101,65,71,66,2,1,8,236,46,212,0,16,1,20,35,99,111,111,107,105,101,83,101,108,101,99,116,79,118,101,114,108,97,121,2,1,208,113,190,204,0,16,1,13,35,99,111,111,107,105,101,95,77,111,100,97,108,2,1,241,147,194,129,0,16,1,16,35,99,111,111,107,105,101,95,95,99,111,110,115,101,110,116,2,1,242,172,73,36,0,16,1,14,35,99,111,111,107,105,101,95,112,111,112,117,112,49,2,1,241,3,112,151,0,16,1,11,35,99,111,111,107,105,101,97,117,116,104,2,1,253,157,13,67,0,16,1,20,35,99,111,111,107,105,101,98,97,110,110,101,114,87,114,97,112,112,101,114,2,1,97,153,167,187,0,16,1,16,35,99,111,111,107,105,101,98,97,114,45,111,117,116,101,114,2,1,242,110,196,234,0,16,1,9,35,99,111,111,107,105,101,100,115,2,1,193,89,212,109,0,16,1,14,35,99,111,111,107,105,101,104,105,110,119,101,105,115,2,32,4,245,11,144,4,249,95,100,28,11,184,18,30,160,146,54,37,163,246,168,48,86,34,91,81,1,58,193,86,232,47,57,89,203,159,54,96,25,193,208,122,165,72,6,124,180,225,173,126,21,100,241,128,178,36,241,137,237,58,40,142,242,122,106,143,67,116,89,151,66,131,245,161,149,158,32,179,194,172,176,185,154,219,199,187,138,194,242,189,181,52,253,192,242,148,3,194,63,145,6,205,245,187,209,213,128,199,49,232,165,79,211,236,228,195,209,239,180,154,179,249,15,166,213,249,202,33,12,0,16,1,23,35,99,111,111,107,105,101,104,105,110,119,101,105,115,99,111,110,116,97,105,110,101,114,2,1,217,226,246,98,0,16,1,14,35,99,111,111,107,105,101,109,97,110,97,103,101,114,2,1,248,120,44,38,0,16,1,11,35,99,111,111,107,105,101,109,103,109,116,2,2,1,194,80,41,168,184,116,10,0,16,1,20,35,99,111,111,107,105,101,110,111,116,101,45,98,103,45,108,97,121,101,114,2,1,248,211,8,17,0,16,1,25,35,99,111,111,107,105,101,115,66,97,110,110,101,114,95,98,97,99,107,103,114,111,117,110,100,2,1,236,3,120,24,0,16,1,22,35,99,111,111,107,105,101,115,66,97,110,110,101,114,95,119,114,97,112,112,101,114,2,1,236,3,120,24,0,16,1,30,35,99,111,111,107,105,101,115,99,114,105,112,116,95,105,110,106,101,99,116,101,100,95,119,114,97,112,112,101,114,2,1,210,159,66,242,0,16,1,10,35,99,111,118,101,114,45,100,105,118,2,1,0,77,146,76,0,16,1,3,35,99,112,2,1,27,112,251,165,0,16,1,11,35,99,115,100,105,97,108,111,103,98,100,2,1,154,154,135,139,0,16,1,12,35,99,115,100,105,97,108,111,103,109,100,50,2,1,154,154,135,139,0,16,1,6,35,100,97,98,97,114,2,1,34,202,49,178,0,16,1,5,35,100,97,114,107,2,1,93,21,14,81,0,16,1,13,35,100,97,114,107,45,112,114,105,118,97,99,121,2,1,179,248,215,25,0,16,1,5,35,100,97,115,117,2,1,7,177,212,138,0,16,1,19,35,100,97,116,97,95,112,114,105,118,97,99,121,95,112,111,112,117,112,2,1,218,230,38,54,0,16,1,20,35,100,97,116,101,110,115,99,104,117,116,122,66,97,108,103,101,78,101,119,2,1,33,238,101,114,0,16,1,7,35,100,101,99,107,101,114,2,1,101,179,191,120,0,16,1,15,35,100,105,118,77,111,100,97,108,83,99,114,101,101,110,2,2,29,193,5,75,224,201,59,2,0,16,1,16,35,100,105,118,99,111,111,107,105,101,112,111,108,105,99,121,2,1,56,60,117,37,0,16,1,20,35,100,115,99,111,111,107,105,101,98,97,114,95,99,111,110,115,101,110,116,2,1,233,46,195,186,0,16,1,6,35,100,115,103,118,111,2,5,60,13,128,150,138,192,212,39,187,137,22,139,204,50,244,88,230,196,220,82,0,16,1,12,35,100,115,103,118,111,45,97,108,101,114,116,2,1,38,9,24,20,0,16,1,14,35,100,115,103,118,111,95,98,103,108,97,121,101,114,2,1,60,13,128,150,0,16,1,11,35,101,108,79,68,49,81,66,48,48,79,2,1,84,137,61,213,0,16,1,14,35,101,112,114,105,118,97,99,121,77,111,100,97,108,2,1,217,151,132,155,0,16,1,5,35,102,97,100,101,2,1,213,243,20,127,0,16,1,11,35,102,98,109,95,103,97,95,100,108,103,2,1,13,179,107,6,0,16,1,19,35,102,101,109,117,110,100,111,45,99,111,111,107,105,101,45,98,97,114,2,1,60,144,248,70,0,16,1,4,35,102,111,103,2,1,186,87,57,242,0,16,1,7,35,102,111,111,116,101,114,2,1,238,4,112,103,0,16,1,13,35,103,108,45,116,111,112,98,97,114,45,98,103,2,1,79,68,204,253,0,16,1,21,35,103,111,111,103,108,101,45,115,112,108,97,115,104,45,115,99,114,101,101,110,2,1,74,118,142,137,0,16,1,8,35,103,114,97,121,111,117,116,2,2,87,181,10,242,236,203,209,7,0,16,1,7,35,103,114,111,119,108,115,2,1,21,72,68,241,0,16,1,9,35,104,105,110,119,101,105,115,101,2,5,83,40,125,62,178,116,116,24,226,48,52,152,233,137,175,121,235,244,120,104,0,16,1,4,35,104,109,99,2,8,12,82,251,177,93,186,35,108,126,58,58,197,150,30,119,164,182,238,102,154,216,24,223,245,218,36,79,242,222,72,176,69,0,16,1,18,35,105,109,112,111,114,116,97,110,116,77,101,115,115,97,103,101,115,2,1,28,252,4,216,0,16,1,36,35,105,110,99,114,101,100,105,98,108,101,45,99,111,111,107,105,101,45,102,117,114,110,97,99,101,45,103,101,110,101,114,97,116,111,114,2,1,208,19,190,5,0,16,1,8,35,105,110,102,111,66,97,114,2,1,245,213,35,49,0,16,1,13,35,105,110,102,111,95,99,111,111,107,105,101,115,2,1,117,77,24,0,0,16,1,8,35,105,110,102,111,98,97,114,2,2,10,190,143,207,69,96,211,54,0,16,1,13,35,106,107,106,97,122,122,87,105,100,103,101,116,2,1,5,166,97,73,0,16,1,8,35,106,109,45,104,101,97,100,2,1,118,136,56,231,0,16,1,12,35,107,97,114,109,97,83,112,108,97,115,104,2,1,194,161,199,146,0,16,1,13,35,107,98,45,99,111,110,116,97,105,110,101,114,2,1,62,249,159,254,0,16,1,5,35,107,101,107,115,2,1,34,205,127,22,0,16,1,13,35,107,101,107,116,45,111,118,101,114,108,97,121,2,1,160,169,220,221,0,16,1,13,35,108,105,103,104,116,45,98,111,120,45,98,103,2,1,71,91,216,127,0,16,1,11,35,108,111,97,100,101,114,45,110,101,119,2,1,59,234,236,185,0,16,1,5,35,108,111,99,107,2,1,42,1,20,206,0,16,1,10,35,108,111,103,103,101,100,98,97,114,2,1,13,84,147,70,0,16,1,16,35,108,116,117,114,80,97,103,101,79,118,101,114,108,97,121,2,1,148,202,14,75,0,16,1,5,35,109,97,115,107,2,1,172,137,235,95,0,16,1,15,35,109,97,116,111,109,111,45,119,114,97,112,112,101,114,2,1,58,120,247,112,0,16,1,10,35,109,98,50,52,107,108,97,114,111,2,1,79,41,240,135,0,16,1,38,35,109,101,100,105,97,109,101,101,116,115,70,97,99,101,98,111,111,107,80,105,120,101,108,45,45,110,111,116,105,102,105,99,97,116,105,111,110,2,2,0,65,121,122,175,111,196,198,0,16,1,19,35,109,101,115,115,97,103,101,115,45,99,111,110,116,97,105,110,101,114,2,1,114,167,91,59,0,16,1,16,35,109,111,100,97,108,66,97,99,107,103,114,111,117,110,100,2,2,162,3,246,175,182,22,180,184,0,16,1,22,35,109,111,100,97,108,67,111,111,107,105,101,65,99,99,101,112,116,97,110,99,101,2,2,162,3,246,175,182,22,180,184,0,16,1,15,35,109,111,100,97,108,99,111,110,116,97,105,110,101,114,2,1,123,96,103,218,0,16,1,7,35,109,117,102,102,105,110,2,1,65,123,58,148,0,16,1,18,35,109,121,95,112,114,105,118,97,99,121,95,112,111,108,105,99,121,2,1,58,11,57,238,0,16,1,15,35,110,97,99,99,45,99,111,110,116,97,105,110,101,114,2,1,132,201,12,145,0,16,1,13,35,110,97,99,99,45,111,118,101,114,108,97,121,2,1,132,201,12,145,0,16,1,5,35,110,111,116,101,2,2,2,85,69,73,98,136,88,242,0,16,1,16,35,110,111,116,105,102,105,99,97,116,105,111,110,66,97,114,2,2,21,247,150,154,123,215,49,201,0,16,1,22,35,110,111,116,105,102,105,99,97,116,105,111,110,66,97,114,95,109,111,100,97,108,2,2,21,247,150,154,123,215,49,201,0,16,1,7,35,110,111,116,105,102,121,2,1,12,5,70,20,0,16,1,8,35,111,112,116,73,110,73,100,2,1,127,32,51,113,0,16,1,5,35,112,97,103,101,2,1,4,252,252,146,0,16,1,15,35,112,97,103,101,95,101,118,99,111,110,115,101,110,116,2,1,181,80,36,56,0,16,1,12,35,112,97,114,107,116,101,97,109,99,107,115,2,1,110,91,42,226,0,16,1,5,35,112,99,100,99,2,1,40,146,38,173,0,16,1,7,35,112,111,108,105,99,121,2,1,74,177,138,190,0,16,1,3,35,112,112,2,1,207,245,225,254,0,16,1,18,35,112,114,105,118,97,99,121,45,99,111,110,116,97,105,110,101,114,2,5,8,55,239,21,75,213,20,183,164,110,47,126,192,180,94,217,195,226,246,70,0,16,1,17,35,112,114,105,118,97,99,121,45,100,105,115,108,97,109,101,114,2,1,238,120,130,252,0,16,1,13,35,112,114,105,118,97,99,121,45,105,110,102,111,2,1,210,152,117,31,0,16,1,19,35,112,114,105,118,97,99,121,45,112,114,111,116,101,99,116,105,111,110,2,1,68,14,247,85,0,16,1,17,35,112,114,105,118,97,99,121,67,111,110,116,97,105,110,101,114,2,1,253,79,232,194,0,16,1,12,35,112,114,105,118,97,99,121,67,116,114,108,2,1,205,243,204,225,0,16,1,23,35,112,114,105,118,97,99,121,95,112,111,108,105,99,121,95,119,114,97,112,112,101,114,2,1,231,109,233,161,0,16,1,41,35,114,97,104,109,101,110,95,117,101,98,101,114,95,100,105,101,95,103,97,110,122,101,95,115,101,105,116,101,95,102,117,101,114,95,99,111,111,107,105,101,2,2,130,128,140,121,198,240,35,48,0,16,1,56,35,114,97,104,109,101,110,95,117,101,98,101,114,95,100,105,101,95,103,97,110,122,101,95,115,101,105,116,101,95,114,97,104,109,101,110,95,102,117,101,114,95,99,111,111,107,105,101,95,97,98,102,114,97,103,101,2,2,130,128,140,121,198,240,35,48,0,16,1,5,35,114,99,112,109,2,1,157,60,60,206,0,16,1,24,35,114,101,104,116,105,67,111,110,115,101,110,116,77,97,105,110,87,114,97,112,112,101,114,2,1,93,170,58,216,0,16,1,15,35,114,103,112,100,45,97,115,107,45,112,111,112,105,110,2,1,189,37,151,194,0,16,1,8,35,114,119,116,104,45,99,98,2,1,158,99,176,124,0,16,1,13,35,115,98,45,99,111,110,116,97,105,110,101,114,2,1,68,17,232,28,0,16,1,8,35,115,107,45,105,110,102,111,2,1,171,158,173,232,0,16,1,14,35,115,111,99,105,97,108,45,111,112,116,45,105,110,2,1,241,132,156,16,0,16,1,18,35,115,111,102,116,77,101,115,115,97,103,101,115,45,108,105,115,116,2,2,134,173,166,127,218,52,180,90,0,16,1,7,35,115,111,108,98,111,120,2,1,239,33,50,118,0,16,1,15,35,115,112,108,97,115,104,45,99,111,110,115,101,110,116,2,1,188,109,188,147,0,16,1,13,35,115,116,105,99,107,121,70,111,111,116,101,114,2,1,251,139,79,172,0,16,1,15,35,115,116,111,114,97,103,101,45,110,111,116,105,99,101,2,1,45,194,71,109,0,16,1,19,35,116,102,45,109,111,100,97,108,45,99,111,110,116,97,105,110,101,114,2,1,43,18,158,18,0,16,1,31,35,116,102,109,95,100,115,103,118,111,95,100,105,115,99,108,97,105,109,101,114,95,99,111,110,116,97,105,110,101,114,2,1,242,120,153,169,0,16,1,20,35,116,105,110,99,120,45,99,111,111,107,105,101,45,110,111,116,105,99,101,2,1,166,254,103,98,0,16,1,20,35,116,111,111,108,115,95,99,111,110,115,101,110,116,95,112,97,110,101,108,2,1,40,155,125,197,0,16,1,47,35,116,111,112,45,110,111,116,105,102,105,99,97,116,105,111,110,95,97,99,99,101,112,116,45,109,97,99,104,109,105,99,104,119,101,103,45,103,117,105,100,101,108,105,110,101,115,2,1,82,23,199,141,0,16,1,14,35,116,111,115,95,112,112,95,117,112,100,97,116,101,2,1,182,69,212,21,0,16,1,14,35,116,114,97,99,107,105,110,103,45,105,110,102,111,2,1,125,173,242,194,0,16,1,17,35,116,114,97,99,107,105,110,103,45,109,101,115,115,97,103,101,2,1,21,36,47,36,0,16,1,16,35,116,114,97,99,107,105,110,103,67,111,110,115,101,110,116,2,1,0,128,172,255,0,16,1,7,35,116,117,105,45,99,99,2,1,165,193,87,239,0,16,1,9,35,117,99,97,45,105,110,102,111,2,1,185,163,5,0,0,16,1,15,35,118,105,110,101,103,97,114,45,98,111,116,116,108,101,2,2,117,252,147,120,154,141,13,69,0,16,1,19,35,119,100,119,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,2,1,229,177,230,238,0,16,1,5,35,119,104,99,109,2,1,201,91,59,243,0,16,1,19,35,119,114,50,52,45,99,111,111,107,105,101,45,110,111,116,105,99,101,2,1,175,69,41,163,0,16,1,14,35,119,119,119,115,99,104,117,116,122,95,100,105,118,2,1,58,87,155,62,0,16,1,6,35,121,99,119,66,103,2,1,54,233,71,81,0,16,1,6,35,121,99,119,77,111,2,1,54,233,71,81,0,8,1,8,46,65,108,105,103,110,101,114,2,1,48,104,143,137,0,8,1,14,46,66,97,110,110,101,114,87,114,97,112,112,101,114,2,1,213,71,167,220,0,8,1,37,46,67,111,110,115,101,110,116,66,97,110,110,101,114,95,108,111,99,97,116,105,111,110,70,105,120,116,117,114,101,95,95,118,80,95,97,52,2,1,146,165,216,217,0,8,1,12,46,67,111,110,115,101,110,116,72,105,110,116,2,1,16,28,88,191,0,8,1,6,46,68,83,71,86,79,2,1,20,205,120,249,0,8,1,6,46,68,83,98,111,120,2,10,0,14,14,250,0,154,221,218,6,247,101,140,10,93,89,240,84,22,179,3,114,232,27,239,134,241,130,122,154,196,43,253,179,101,50,78,227,234,226,118,0,8,1,4,46,72,95,115,2,1,230,165,91,55,0,8,1,26,46,72,114,83,121,115,45,71,105,112,115,45,105,66,111,120,68,105,118,79,118,101,114,108,97,121,2,1,209,168,0,197,0,8,1,6,46,77,111,100,97,108,2,2,90,177,195,186,196,173,199,111,0,8,1,16,46,78,111,116,105,102,105,99,97,116,105,111,110,66,97,114,2,1,9,61,12,127,0,8,1,20,46,80,108,117,103,105,110,95,87,101,85,115,101,67,111,111,107,105,101,115,2,1,45,86,27,41,0,8,1,17,46,80,111,112,117,112,79,110,84,111,112,83,99,114,101,101,110,2,1,243,55,38,102,0,8,1,20,46,82,101,97,99,116,77,111,100,97,108,95,95,79,118,101,114,108,97,121,2,1,157,224,211,217,0,8,1,35,46,83,101,103,109,101,110,116,77,97,110,97,103,101,114,66,97,110,110,101,114,95,98,97,110,110,101,114,95,95,100,101,70,117,87,2,1,220,27,121,223,0,8,1,16,46,84,114,97,99,107,105,110,103,67,111,110,102,105,114,109,2,1,85,21,117,185,0,8,1,5,46,87,57,113,67,2,1,127,63,147,4,0,8,1,24,46,95,49,73,66,80,70,54,75,54,109,85,67,73,79,95,114,45,109,56,48,115,51,82,2,1,220,27,121,223,0,8,1,7,46,95,50,109,109,121,98,2,2,78,251,237,6,142,247,116,181,0,8,1,8,46,95,95,98,97,56,52,51,2,1,223,226,156,240,0,8,1,14,46,95,115,109,95,99,111,110,116,97,105,110,101,114,2,1,14,157,126,213,0,8,1,10,46,97,45,111,118,101,114,108,97,121,2,1,147,80,65,77,0,8,1,23,46,97,99,99,101,112,116,95,99,111,111,107,105,101,115,95,119,114,97,112,112,101,114,2,1,70,101,116,87,0,8,1,7,46,97,99,116,105,118,101,2,1,38,214,82,239,0,8,1,18,46,97,102,115,45,99,111,111,107,105,101,45,98,97,110,110,101,114,2,1,163,45,55,14,0,8,1,12,46,97,108,101,114,116,98,97,110,110,101,114,2,3,103,146,242,165,150,162,249,0,228,136,95,66,0,8,1,27,46,97,108,109,45,45,105,115,45,109,117,101,104,108,98,97,99,104,101,114,45,99,111,111,107,105,101,2,1,238,97,105,42,0,8,1,22,46,97,109,103,100,112,114,106,115,45,98,97,114,45,116,101,109,112,108,97,116,101,2,1,242,231,25,163,0,8,1,14,46,97,110,105,109,97,116,101,95,95,110,111,110,101,2,4,15,26,252,36,36,11,132,185,118,187,0,133,185,223,123,242,0,8,1,13,46,97,110,110,111,117,110,99,101,109,101,110,116,2,1,185,137,232,56,0,8,1,29,46,97,112,112,45,109,101,115,115,97,103,101,45,109,111,100,97,108,45,98,97,99,107,103,114,111,117,110,100,2,1,7,242,93,166,0,8,1,12,46,97,117,116,111,112,114,105,118,97,99,121,2,1,136,3,47,42,0,8,1,8,46,97,118,103,45,98,97,114,2,1,81,160,165,66,0,8,1,8,46,98,45,109,111,100,97,108,2,2,152,170,100,183,166,60,144,224,0,8,1,25,46,98,97,98,45,109,111,100,117,108,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,2,1,242,231,112,109,0,8,1,16,46,98,97,99,107,100,114,111,112,45,102,105,108,116,101,114,2,1,251,56,144,2,0,8,1,16,46,98,97,99,107,103,114,111,117,110,100,45,102,97,100,101,2,2,41,34,39,200,102,6,119,19,0,8,1,8,46,98,97,110,100,101,97,117,2,1,193,199,103,6,0,8,1,15,46,98,97,110,110,101,114,45,119,114,97,112,112,101,114,2,1,183,221,57,69,0,8,1,11,46,98,97,110,110,101,114,95,97,99,107,2,1,126,21,87,226,0,8,1,14,46,98,103,45,111,112,97,99,105,116,121,45,53,48,2,2,105,177,42,108,147,78,221,85,0,8,1,12,46,98,103,45,119,103,45,109,111,100,97,108,2,2,129,52,16,112,212,65,161,237,0,8,1,6,46,98,103,68,105,109,2,1,196,84,172,152,0,8,1,10,46,98,108,97,99,107,66,111,100,121,2,2,108,35,55,33,172,102,23,222,0,8,1,15,46,98,108,111,99,107,45,109,101,115,115,97,103,101,115,2,1,217,226,214,248,0,8,1,8,46,98,108,117,101,45,98,103,2,2,27,102,182,59,142,8,48,238,0,8,1,23,46,98,108,117,101,108,105,110,101,45,99,111,110,116,101,110,116,45,112,111,112,117,112,2,1,92,111,103,140,0,8,1,19,46,98,108,117,114,45,101,102,102,101,107,116,45,99,111,111,107,105,101,2,1,235,144,173,89,0,8,1,7,46,98,110,67,113,103,80,2,2,86,47,74,241,170,30,225,129,0,8,1,19,46,98,115,103,45,104,101,97,100,101,114,45,119,97,114,110,105,110,103,2,1,226,183,220,159,0,8,1,23,46,98,117,108,116,104,97,117,112,45,99,111,111,107,105,101,45,110,111,116,105,99,101,2,1,208,81,106,111,0,8,1,7,46,98,118,107,110,86,108,2,1,138,143,131,24,0,8,1,7,46,98,120,105,118,71,69,2,1,60,54,186,229,0,8,1,7,46,98,122,84,121,72,90,2,1,170,30,225,129,0,8,1,8,46,99,45,97,108,101,114,116,2,1,235,48,135,97,0,8,1,22,46,99,45,100,105,115,99,108,97,105,109,101,114,45,45,100,101,102,97,117,108,116,2,1,252,254,203,180,0,8,1,9,46,99,45,119,105,110,100,111,119,2,1,214,173,72,197,0,8,1,9,46,99,97,66,97,110,110,101,114,2,1,237,27,5,213,0,8,1,3,46,99,98,2,1,15,186,187,199,0,8,1,10,46,99,99,45,98,97,110,110,101,114,2,1,13,174,128,78,0,8,1,16,46,99,99,45,105,110,102,111,45,45,99,108,111,115,101,100,2,1,26,167,43,149,0,8,1,18,46,99,99,45,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,1,221,89,126,10,0,8,1,10,46,99,99,45,115,99,114,101,101,110,2,1,6,83,5,145,0,8,1,11,46,99,99,95,111,118,101,114,108,97,121,2,1,46,83,51,188,0,8,1,9,46,99,99,109,45,114,111,111,116,2,3,231,109,8,88,246,218,161,114,248,126,169,199,0,8,1,17,46,99,101,45,99,111,111,107,105,101,99,111,110,115,101,110,116,2,1,96,149,184,184,0,8,1,24,46,99,101,95,114,115,99,101,95,111,110,101,111,95,102,105,120,101,100,95,110,111,116,101,2,1,39,121,212,106,0,8,1,8,46,99,107,79,117,116,101,114,2,1,149,157,209,202,0,8,1,6,46,99,107,109,115,103,2,1,246,16,236,101,0,8,1,3,46,99,109,2,1,211,32,119,221,0,8,1,16,46,99,109,45,119,112,45,99,111,110,116,97,105,110,101,114,2,1,127,123,65,25,0,8,1,7,46,99,109,79,122,71,78,2,1,26,201,231,88,0,8,1,7,46,99,109,110,115,116,114,2,1,111,177,222,212,0,8,1,13,46,99,109,110,115,116,114,45,111,117,116,101,114,2,1,27,114,123,131,0,8,1,14,46,99,109,112,45,99,111,110,116,97,105,110,101,114,2,1,99,9,63,237,0,8,1,14,46,99,109,112,95,99,111,110,116,97,105,110,101,114,2,1,228,154,11,168,0,8,1,32,46,99,111,108,45,49,50,32,62,32,100,105,118,32,62,32,100,105,118,32,62,32,46,99,111,110,116,97,105,110,101,114,2,1,227,211,42,178,0,8,1,34,46,99,111,109,112,111,110,101,110,116,45,100,97,116,97,45,112,114,111,116,101,99,116,105,111,110,45,99,111,110,115,101,110,116,2,1,27,105,93,111,0,8,1,19,46,99,111,110,115,101,110,116,45,99,111,111,107,105,101,45,98,111,120,2,1,4,222,41,16,0,8,1,13,46,99,111,110,115,101,110,116,45,119,114,97,112,2,3,19,129,84,162,65,95,235,187,126,187,111,245,0,8,1,23,46,99,111,110,115,101,110,116,70,111,114,109,95,95,99,111,110,116,97,105,110,101,114,2,3,0,61,97,178,163,14,144,63,165,109,64,111,0,8,1,12,46,99,111,110,115,101,110,116,95,98,97,114,2,1,217,174,62,117,0,8,1,20,46,99,111,110,115,101,110,116,95,98,111,120,95,119,114,97,112,112,101,114,2,1,71,127,108,98,0,8,1,11,46,99,111,110,115,101,110,116,98,97,114,2,1,148,188,57,9,0,8,1,24,46,99,111,110,116,97,105,110,101,114,45,99,111,111,107,105,101,99,111,110,115,101,110,116,2,1,143,103,237,204,0,8,1,23,46,99,111,110,116,97,105,110,101,114,45,102,105,120,101,100,45,99,111,111,107,105,101,2,1,220,244,84,42,0,8,1,4,46,99,111,111,2,1,254,121,15,117,0,8,1,8,46,99,111,111,45,99,111,110,2,1,130,235,183,1,0,8,1,10,46,99,111,111,66,117,98,98,108,101,2,1,27,32,90,49,0,8,1,14,46,99,111,111,99,107,105,101,95,112,111,108,105,121,2,1,36,231,237,255,0,8,1,30,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,95,111,118,101,114,108,97,121,95,95,83,73,88,77,77,2,1,136,150,38,175,0,8,1,17,46,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,2,1,105,76,229,41,0,8,1,13,46,99,111,111,107,105,101,45,102,105,110,111,109,2,1,109,119,134,94,0,8,1,12,46,99,111,111,107,105,101,45,105,110,102,111,2,1,27,119,199,13,0,8,1,23,46,99,111,111,107,105,101,45,105,110,113,117,105,114,121,45,119,114,97,112,112,101,114,2,2,76,72,70,129,247,94,56,134,0,8,1,24,46,99,111,111,107,105,101,45,109,97,110,97,103,101,114,95,95,111,118,101,114,108,97,121,2,1,242,231,45,42,0,8,1,29,46,99,111,111,107,105,101,45,112,101,114,109,105,115,115,105,111,110,45,98,97,99,107,103,114,111,117,110,100,2,1,54,44,80,83,0,8,1,14,46,99,111,111,107,105,101,45,115,104,97,100,111,119,2,1,181,22,217,135,0,8,1,19,46,99,111,111,107,105,101,66,97,110,110,101,114,95,115,116,97,114,116,2,1,158,210,119,3,0,8,1,14,46,99,111,111,107,105,101,67,111,110,116,101,110,116,2,1,21,74,103,27,0,8,1,17,46,99,111,111,107,105,101,102,105,114,115,116,45,114,111,111,116,2,1,215,169,91,35,0,8,1,19,46,99,111,111,107,105,101,115,45,99,111,110,102,105,114,109,45,98,103,2,1,81,122,159,253,0,8,1,28,46,99,111,111,107,105,101,115,45,99,111,110,102,105,114,109,45,98,103,45,98,97,99,107,100,114,111,112,2,1,81,122,159,253,0,8,1,11,46,99,111,114,101,45,109,111,100,97,108,2,1,200,79,100,232,0,8,1,12,46,99,115,109,95,119,114,97,112,112,101,114,2,1,4,214,13,135,0,8,1,22,46,99,115,115,45,49,105,101,110,111,121,56,46,101,49,103,105,50,97,97,108,50,2,1,59,242,243,242,0,8,1,18,46,99,115,115,45,49,116,98,118,104,114,110,46,106,115,115,56,54,2,1,226,249,254,134,0,8,1,11,46,99,115,115,45,106,121,97,114,55,121,2,1,177,94,239,52,0,8,1,6,46,99,119,95,111,118,2,2,9,81,194,163,31,244,213,3,0,8,1,8,46,100,45,98,108,111,99,107,2,1,144,20,131,189,0,8,1,7,46,100,83,87,113,102,107,2,1,162,252,118,75,0,8,1,5,46,100,97,114,107,2,1,5,166,97,73,0,8,1,13,46,100,97,114,107,101,110,45,108,97,121,101,114,2,8,0,246,124,116,35,65,149,31,121,222,247,166,142,22,0,196,168,4,241,19,203,251,141,251,215,232,232,14,241,19,191,102,0,8,1,13,46,100,97,116,97,45,99,111,110,115,101,110,116,2,1,30,98,119,104,0,8,1,32,46,100,97,116,97,45,112,114,105,118,97,99,121,45,115,101,116,116,105,110,103,115,45,99,111,110,116,97,105,110,101,114,2,1,178,141,242,12,0,8,1,16,46,100,97,116,97,45,112,114,111,116,101,99,116,105,111,110,2,1,247,224,231,118,0,8,1,9,46,100,97,116,97,112,114,105,118,2,1,164,160,209,48,0,8,1,15,46,100,97,116,97,112,114,111,116,101,99,116,105,111,110,2,3,65,219,104,115,69,246,5,205,130,98,6,164,0,8,1,12,46,100,97,116,101,110,115,99,104,117,116,122,2,1,214,223,95,100,0,8,1,9,46,100,98,98,45,103,100,112,114,2,4,15,80,169,222,181,167,125,118,236,111,103,128,242,231,156,15,0,8,1,13,46,100,100,45,99,108,45,119,105,110,100,111,119,2,1,92,84,157,206,0,8,1,11,46,100,102,109,95,99,111,111,107,105,101,2,1,127,240,2,146,0,8,1,17,46,100,105,97,108,111,103,45,99,111,110,116,97,105,110,101,114,2,1,11,241,34,165,0,8,1,16,46,100,105,97,108,111,103,45,110,111,45,99,108,111,115,101,2,1,253,212,143,84,0,8,1,7,46,100,105,109,109,101,114,2,1,246,12,176,107,0,8,1,28,46,100,105,115,97,98,108,101,95,112,97,103,101,95,98,97,99,107,103,114,111,117,110,100,95,100,105,118,2,1,218,230,38,54,0,8,1,21,46,100,105,115,99,108,97,105,109,101,114,45,99,111,109,112,111,110,101,110,116,2,1,146,63,218,104,0,8,1,5,46,100,105,118,98,2,1,31,113,222,243,0,8,1,12,46,100,114,97,119,101,114,45,99,111,111,107,2,1,44,117,81,36,0,8,1,6,46,100,115,103,118,111,2,1,69,241,206,198,0,8,1,10,46,100,118,99,111,111,107,105,101,115,2,1,157,138,104,68,0,8,1,16,46,100,119,108,105,103,104,116,98,111,120,45,119,114,97,112,2,4,110,25,31,198,170,71,3,124,171,88,93,21,217,172,50,223,0,8,1,9,46,101,51,118,52,119,108,105,48,2,1,137,108,61,205,0,8,1,20,46,101,97,115,121,78,111,116,105,102,105,99,97,116,105,111,110,66,99,107,2,1,196,84,172,152,0,8,1,9,46,101,99,101,55,103,109,119,50,2,1,245,80,177,65,0,8,1,10,46,101,112,112,45,109,111,100,97,108,2,1,64,73,31,205,0,8,1,9,46,101,117,99,48,114,113,50,52,2,1,165,105,92,52,0,8,1,12,46,101,117,102,95,111,118,101,114,108,97,121,2,1,104,196,58,73,0,8,1,5,46,102,51,99,99,2,1,181,129,253,243,0,8,1,7,46,102,65,97,108,72,81,2,1,146,213,208,87,0,8,1,7,46,102,84,119,103,106,115,2,1,237,89,133,183,0,8,1,11,46,102,97,100,101,46,109,111,100,97,108,2,1,245,239,119,126,0,8,1,10,46,102,99,95,98,97,110,110,101,114,2,1,146,195,49,204,0,8,1,17,46,102,99,99,45,99,111,111,107,105,101,45,109,111,100,97,108,2,1,99,138,218,126,0,8,1,10,46,102,105,114,115,116,108,105,110,101,2,1,149,195,203,122,0,8,1,9,46,102,108,111,97,116,105,110,103,2,1,237,184,209,83,0,8,1,13,46,102,111,111,116,101,114,45,108,101,103,97,108,2,1,174,102,240,58,0,8,1,11,46,102,111,114,109,45,100,115,103,118,111,2,1,28,85,156,60,0,8,1,13,46,102,114,45,99,45,109,101,115,115,97,103,101,2,1,198,219,25,113,0,8,1,13,46,102,114,115,95,95,111,118,101,114,108,97,121,2,1,75,161,9,1,0,8,1,7,46,103,65,114,122,85,104,2,1,85,110,233,94,0,8,1,7,46,103,73,82,102,66,78,2,2,86,47,74,241,170,30,225,129,0,8,1,7,46,103,84,72,121,121,82,2,1,93,171,88,41,0,8,1,7,46,103,90,84,76,117,74,2,1,206,21,253,188,0,8,1,11,46,103,97,116,101,119,97,121,66,97,114,2,1,177,169,171,100,0,8,1,17,46,103,97,116,101,119,97,121,67,111,110,116,97,105,110,101,114,2,1,0,87,0,241,0,8,1,19,46,103,97,116,101,119,97,121,87,105,110,100,111,119,83,104,97,100,101,2,1,0,87,0,241,0,8,1,14,46,103,101,100,101,112,105,97,114,45,105,110,102,111,2,2,105,172,234,160,147,50,148,44,0,8,1,13,46,103,101,119,101,114,98,101,45,105,110,102,111,2,1,32,32,11,95,0,8,1,7,46,103,104,111,118,105,72,2,1,138,91,253,43,0,8,1,10,46,103,108,97,115,115,112,97,110,101,2,1,25,182,69,65,0,8,1,18,46,103,108,111,98,97,108,45,98,97,99,107,103,114,111,117,110,100,2,1,63,146,125,246,0,8,1,27,46,103,111,111,100,104,111,111,100,45,99,111,109,112,111,110,101,110,116,115,95,95,110,65,78,66,85,2,1,127,55,92,201,0,8,1,20,46,103,111,118,103,114,45,99,111,111,107,105,101,45,98,97,110,110,101,114,2,1,94,8,192,166,0,8,1,8,46,103,122,108,68,65,45,68,2,1,170,30,225,129,0,8,1,10,46,104,99,45,110,111,116,105,99,101,2,2,115,119,142,150,255,232,39,42,0,8,1,14,46,104,101,97,100,101,114,111,118,101,114,108,97,121,2,1,184,70,26,212,0,8,1,45,46,104,101,114,110,101,95,99,111,111,107,105,101,95,99,111,110,115,101,110,116,95,99,111,110,116,97,105,110,101,114,95,112,114,101,95,111,117,116,101,114,98,111,120,50,2,1,247,204,114,88,0,8,1,8,46,104,105,110,119,101,105,115,2,1,122,242,74,113,0,8,1,27,46,104,121,108,111,45,99,111,111,107,105,101,45,98,97,110,110,101,114,45,103,101,110,101,114,97,108,2,1,173,133,86,68,0,8,1,7,46,105,85,89,122,99,115,2,1,60,54,186,229,0,8,1,18,46,105,100,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,2,1,7,242,93,166,0,8,1,20,46,105,110,50,45,109,111,100,97,108,95,95,98,108,97,99,107,98,111,120,2,10,7,219,48,4,25,182,227,231,27,102,92,40,81,69,210,191,105,205,59,206,116,124,164,32,182,121,167,160,239,151,4,168,242,231,151,64,252,194,21,166,0,8,1,30,46,105,110,100,101,120,45,109,111,100,117,108,101,45,45,98,97,99,107,100,114,111,112,45,45,51,68,88,53,118,2,1,234,20,12,47,0,8,1,29,46,105,110,100,101,120,45,109,111,100,117,108,101,45,45,119,114,97,112,112,101,114,45,45,53,80,104,113,70,2,1,234,20,12,47,0,8,1,16,46,105,110,102,111,98,97,114,45,119,114,97,112,112,101,114,2,20,3,69,159,204,8,44,242,101,14,91,175,66,20,87,120,206,27,171,80,197,29,127,123,81,70,112,132,132,86,48,61,117,115,90,50,245,127,167,200,196,127,188,251,30,133,137,109,169,163,151,226,180,179,136,250,138,199,216,58,200,220,46,17,107,222,94,148,92,234,97,97,105,237,60,211,15,240,89,60,48,0,8,1,32,46,105,110,115,45,99,111,111,107,105,101,45,112,101,114,109,105,115,115,105,111,110,45,99,111,110,116,97,105,110,101,114,2,1,255,61,81,105,0,8,1,12,46,105,110,115,45,110,111,116,105,99,101,115,2,1,228,58,76,75,0,8,1,10,46,105,115,45,97,99,116,105,118,101,2,1,116,166,101,175,0,8,1,8,46,105,119,45,99,99,45,119,2,1,115,25,186,167,0,8,1,7,46,105,119,87,101,85,80,2,1,65,49,248,77,0,8,1,27,46,105,122,105,84,111,97,115,116,45,119,114,97,112,112,101,114,45,116,111,112,67,101,110,116,101,114,2,1,73,204,217,116,0,8,1,7,46,106,89,99,99,88,99,2,1,135,64,70,150,0,8,1,34,46,106,109,103,45,103,111,111,103,108,101,109,97,112,115,45,100,115,103,118,111,45,110,111,116,105,102,105,99,97,116,105,111,110,2,1,24,236,83,151,0,8,1,10,46,106,115,45,45,109,111,100,97,108,2,1,10,184,29,33,0,8,1,12,46,106,115,45,45,111,118,101,114,108,97,121,2,1,204,145,52,33,0,8,1,18,46,106,115,45,100,105,97,108,111,103,45,119,114,97,112,112,101,114,2,1,40,115,70,126,0,8,1,28,46,106,115,45,102,108,97,115,104,45,109,101,115,115,97,103,101,115,45,99,111,110,116,97,105,110,101,114,2,1,177,66,240,200,0,8,1,27,46,106,115,45,102,108,97,115,104,95,109,101,115,115,97,103,101,45,99,111,110,116,97,105,110,101,114,2,1,27,117,35,240,0,8,1,11,46,106,115,45,112,100,45,109,97,105,110,2,1,116,156,68,234,0,8,1,7,46,106,115,115,49,55,54,2,1,103,64,81,188,0,8,1,7,46,106,115,115,49,55,56,2,1,103,64,81,188,0,8,1,36,46,106,116,99,45,99,111,109,112,111,110,101,110,116,45,106,116,99,45,99,111,111,107,105,101,45,109,97,110,97,103,101,109,101,110,116,2,1,178,125,83,31,0,8,1,17,46,107,105,99,107,45,107,99,109,45,111,118,101,114,108,97,121,2,1,247,108,210,198,0,8,1,18,46,107,105,99,107,45,107,99,109,45,115,101,116,116,105,110,103,115,2,1,247,108,210,198,0,8,1,19,46,107,105,116,45,115,116,105,99,107,121,45,112,114,105,118,97,99,121,2,1,58,151,201,146,0,8,1,18,46,107,115,100,45,103,100,112,114,45,115,101,116,116,105,110,103,115,2,1,149,191,154,22,0,8,1,14,46,108,45,110,101,119,115,45,104,101,97,100,101,114,2,1,150,245,101,11,0,8,1,12,46,108,101,103,97,108,65,100,118,105,99,101,2,2,6,95,234,233,28,44,194,96,0,8,1,9,46,108,105,103,104,116,98,111,120,2,1,121,222,247,166,0,8,1,25,46,108,105,103,104,116,98,111,120,45,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,2,3,35,65,149,31,215,232,232,14,241,19,191,102,0,8,1,19,46,108,105,109,122,95,99,111,111,107,105,101,67,111,110,115,101,110,116,2,1,226,86,70,97,0,8,1,7,46,108,108,101,77,65,100,2,1,145,3,31,241,0,8,1,7,46,108,111,97,100,101,114,2,1,166,60,250,171,0,8,1,11,46,108,115,97,45,100,105,97,108,111,103,2,1,115,111,191,38,0,8,1,17,46,109,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,2,1,28,14,170,227,0,8,1,12,46,109,45,99,111,111,107,105,101,98,97,114,2,1,147,80,65,77,0,8,1,15,46,109,97,105,110,45,109,111,100,97,108,45,100,105,118,2,1,124,126,220,7,0,8,1,10,46,109,97,105,110,115,116,105,99,107,2,1,138,53,20,105,0,8,1,20,46,109,99,100,45,100,105,97,108,111,103,45,98,97,99,107,100,114,111,112,2,1,23,57,92,189,0,8,1,17,46,109,99,101,82,111,119,45,45,114,101,108,97,116,105,118,101,2,1,242,230,255,70,0,8,1,14,46,109,100,107,45,99,111,111,107,105,101,98,97,114,2,14,45,101,39,240,115,189,138,58,120,117,228,188,123,8,114,18,124,50,192,242,144,26,143,87,158,213,73,207,204,126,150,59,231,172,233,212,236,112,153,73,241,225,218,211,245,181,9,219,248,76,202,56,248,161,111,67,0,8,1,24,46,109,101,115,115,97,103,101,98,111,97,114,100,95,95,99,111,110,116,97,105,110,101,114,2,1,251,12,16,107,0,8,1,10,46,109,102,112,45,114,101,97,100,121,2,1,136,201,13,3,0,8,1,15,46,109,109,99,109,45,99,111,110,116,97,105,110,101,114,2,2,144,60,242,191,242,231,107,45,0,8,1,17,46,109,110,100,45,99,111,111,107,105,101,45,109,111,100,97,108,2,2,14,211,138,243,202,201,155,73,0,8,1,7,46,109,111,100,45,99,114,2,1,251,228,156,133,0,8,1,18,46,109,111,100,97,108,45,45,98,97,99,107,103,114,111,117,110,100,2,1,20,166,213,66,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,1,249,107,142,72,0,8,1,11,46,109,111,100,97,108,45,109,97,115,107,2,2,187,93,197,20,207,57,210,231,0,8,1,14,46,109,111,100,97,108,45,119,114,97,112,112,101,114,2,2,117,171,165,202,160,157,122,172,0,8,1,15,46,109,111,100,97,108,95,95,111,118,101,114,108,97,121,2,2,171,106,162,91,248,180,45,55,0,8,1,14,46,109,111,100,97,108,99,111,109,112,108,101,116,101,2,1,69,62,152,238,0,8,1,15,46,109,111,100,97,108,115,45,111,118,101,114,108,97,121,2,1,43,146,233,58,0,8,1,15,46,109,111,100,97,108,115,45,119,114,97,112,112,101,114,2,1,87,217,239,97,0,8,1,13,46,109,111,100,97,108,119,114,97,112,112,101,114,2,1,19,156,35,41,0,8,1,14,46,109,112,112,45,99,111,110,116,97,105,110,101,114,2,1,216,237,42,249,0,8,1,12,46,109,112,112,45,105,115,45,111,112,101,110,2,1,225,163,160,255,0,8,1,11,46,109,115,103,45,98,97,110,110,101,114,2,1,71,68,184,152,0,8,1,11,46,110,97,118,45,99,111,111,107,105,101,2,1,207,160,245,88,0,8,1,16,46,110,103,99,111,111,107,105,101,119,97,114,110,105,110,103,2,1,42,77,133,247,0,8,1,5,46,110,111,116,101,2,3,162,109,34,71,235,234,60,230,245,242,35,71,0,8,1,21,46,110,111,116,105,102,105,99,97,116,105,111,110,45,119,114,97,112,112,101,114,2,1,7,47,142,131,0,8,1,17,46,110,111,116,105,102,105,99,97,116,105,111,110,65,114,101,97,2,2,172,19,249,245,175,108,245,14,0,8,1,22,46,110,111,116,105,102,105,99,97,116,105,111,110,115,45,109,97,110,97,103,101,114,2,1,61,127,134,148,0,8,1,49,46,110,111,116,105,102,105,99,97,116,105,111,110,115,45,109,111,100,117,108,101,95,110,111,116,105,102,105,99,97,116,105,111,110,67,111,110,116,97,105,110,101,114,95,51,122,67,84,78,2,1,127,224,35,68,0,8,1,13,46,110,112,99,111,95,111,118,101,114,108,97,121,2,2,193,99,124,130,246,31,23,102,0,8,1,8,46,110,112,116,98,99,99,109,2,1,120,125,127,209,0,8,1,14,46,110,119,95,99,111,111,107,105,101,45,98,97,114,2,1,198,34,77,187,0,8,1,10,46,111,102,102,99,97,110,118,97,115,2,2,153,102,93,173,190,166,218,36,0,8,1,30,46,111,111,66,45,98,108,97,99,107,45,111,118,101,114,108,97,121,45,109,97,99,104,109,105,99,104,119,101,103,2,1,82,23,199,141,0,8,1,15,46,111,112,116,73,110,67,111,110,116,97,105,110,101,114,2,1,65,234,191,71,0,8,1,18,46,111,118,101,114,108,97,121,45,99,111,110,116,97,105,110,101,114,2,1,71,15,68,217,0,8,1,16,46,111,118,101,114,108,97,121,45,99,111,110,116,101,110,116,2,1,253,62,240,86,0,8,1,17,46,111,118,101,114,108,97,121,95,95,119,114,97,112,112,101,114,2,1,203,127,232,49,0,8,1,14,46,111,118,101,114,108,97,121,95,98,117,100,100,121,2,1,145,61,210,16,0,8,1,10,46,112,97,103,101,45,108,111,99,107,2,1,108,29,175,60,0,8,1,13,46,112,97,103,101,45,111,118,101,114,108,97,121,2,2,25,254,156,1,44,172,247,195,0,8,1,12,46,112,97,103,101,79,118,101,114,108,97,121,2,1,164,138,79,233,0,8,1,17,46,112,97,103,101,108,111,97,100,105,110,103,45,109,97,115,107,2,1,0,192,211,79,0,8,1,4,46,112,99,98,2,3,87,84,102,4,138,86,62,5,225,126,67,167,0,8,1,24,46,112,101,114,115,111,110,97,108,105,122,97,116,105,111,110,45,114,101,113,117,101,115,116,2,1,33,226,175,126,0,8,1,22,46,112,105,120,101,108,109,97,116,101,45,98,105,103,45,119,114,97,112,112,101,114,2,1,164,16,234,127,0,8,1,25,46,112,109,45,100,97,116,101,110,115,99,104,117,116,122,95,95,104,105,110,116,45,98,111,120,2,1,148,238,242,43,0,8,1,19,46,112,111,112,111,118,101,114,45,98,97,99,107,103,114,111,117,110,100,2,1,66,110,146,247,0,8,1,13,46,112,111,112,117,112,45,98,97,110,110,101,114,2,1,54,215,155,57,0,8,1,19,46,112,111,112,117,112,45,110,111,116,105,102,105,99,97,116,105,111,110,2,1,156,87,224,66,0,8,1,13,46,112,111,112,117,112,45,119,105,110,100,111,119,2,1,117,253,144,68,0,8,1,13,46,112,111,112,117,112,79,118,101,114,108,97,121,2,1,21,74,103,27,0,8,1,26,46,112,111,115,102,46,114,101,97,99,116,45,111,110,99,108,105,99,107,111,117,116,115,105,100,101,2,1,209,251,201,148,0,8,1,18,46,112,114,105,118,97,99,121,45,99,111,110,116,97,105,110,101,114,2,1,242,231,163,158,0,8,1,16,46,112,114,105,118,97,99,121,45,119,114,97,112,112,101,114,2,1,205,104,54,36,0,8,1,20,46,112,114,105,118,97,99,121,67,111,110,116,114,111,108,66,97,100,103,101,2,1,175,108,245,14,0,8,1,15,46,112,114,105,118,97,99,121,99,111,111,107,105,101,65,2,1,179,248,215,25,0,8,1,15,46,112,114,105,118,97,99,121,111,118,101,114,108,97,121,2,1,248,108,64,166,0,8,1,18,46,112,120,45,99,111,110,115,101,110,116,45,100,105,97,108,111,103,2,1,147,11,147,170,0,8,1,7,46,113,52,117,95,99,99,2,2,174,236,193,74,224,224,245,13,0,8,1,21,46,114,101,103,105,111,110,45,97,110,110,111,117,110,99,101,109,101,110,116,115,2,1,215,40,238,230,0,8,1,13,46,114,101,118,101,97,108,45,109,111,100,97,108,2,2,97,201,65,138,205,41,19,190,0,8,1,16,46,114,101,118,101,97,108,45,109,111,100,97,108,45,98,103,2,1,205,41,19,190,0,8,1,15,46,114,101,118,101,97,108,45,111,118,101,114,108,97,121,2,2,3,98,206,168,78,156,94,223,0,8,1,30,46,114,111,117,110,100,101,100,45,120,108,46,115,104,97,100,111,119,45,108,103,46,98,103,45,119,104,105,116,101,2,1,237,184,105,32,0,8,1,9,46,114,115,116,98,111,120,101,115,2,1,232,142,239,173,0,8,1,12,46,114,117,108,101,95,97,115,115,101,112,116,2,1,199,98,180,71,0,8,1,16,46,115,45,99,111,111,107,105,101,45,98,97,110,110,101,114,2,1,13,6,9,98,0,8,1,25,46,115,98,107,45,99,111,111,107,105,101,104,105,110,116,45,99,111,110,116,97,105,110,101,114,2,1,47,55,251,220,0,8,1,71,46,115,101,116,45,97,108,108,45,99,111,109,112,111,110,101,110,116,115,45,116,111,45,100,105,115,112,108,97,121,45,110,111,110,101,45,97,110,100,45,117,115,101,45,116,104,105,115,45,100,105,118,45,116,111,45,99,114,101,97,116,101,45,97,45,115,121,109,98,111,108,2,1,149,72,181,203,0,8,1,10,46,115,101,116,99,111,111,107,105,101,2,1,198,52,49,77,0,8,1,9,46,115,102,45,109,111,100,97,108,2,1,186,11,82,193,0,8,1,16,46,115,103,45,99,107,115,45,98,97,99,107,100,114,111,112,2,1,156,83,3,244,0,8,1,12,46,115,103,45,99,107,115,45,105,110,102,111,2,1,156,83,3,244,0,8,1,31,46,115,103,45,99,111,111,107,105,101,45,111,112,116,105,110,45,98,97,110,110,101,114,45,119,114,97,112,112,101,114,2,1,122,122,108,202,0,8,1,13,46,115,105,116,101,45,98,108,111,99,107,101,114,2,1,50,69,250,9,0,8,1,20,46,115,105,116,101,45,104,101,97,100,101,114,45,111,118,101,114,108,97,121,2,2,92,194,100,79,238,157,3,208,0,8,1,8,46,115,112,105,110,110,101,114,2,1,217,207,185,180,0,8,1,19,46,115,115,116,115,95,108,105,103,104,116,98,111,120,95,100,97,114,107,2,1,114,63,36,175,0,8,1,22,46,115,115,116,115,95,108,105,103,104,116,98,111,120,95,119,114,97,112,112,101,114,2,1,114,63,36,175,0,8,1,26,46,115,117,112,101,114,45,103,116,97,103,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,2,1,6,35,246,220,0,8,1,14,46,115,118,101,108,116,101,45,115,97,99,57,101,51,2,1,210,202,21,215,0,8,1,14,46,115,118,101,108,116,101,45,117,111,55,111,108,120,2,1,21,74,103,27,0,8,1,16,46,115,119,105,110,103,101,114,45,99,111,110,115,101,110,116,2,2,27,117,88,0,65,153,245,6,0,8,1,25,46,115,121,103,110,97,108,50,52,45,103,100,112,114,45,109,111,100,97,108,45,119,114,97,112,2,1,105,37,33,208,0,8,1,18,46,116,104,101,109,101,45,99,111,111,107,105,101,45,104,105,110,116,2,1,10,118,123,64,0,8,1,18,46,116,115,45,104,101,97,100,101,114,45,109,101,115,115,97,103,101,2,1,8,160,73,234,0,8,1,13,46,116,120,45,98,119,115,99,111,111,107,105,101,2,1,207,33,232,129,0,8,1,16,46,117,45,102,108,97,115,104,45,109,101,115,115,97,103,101,2,1,135,86,1,16,0,8,1,16,46,117,105,45,110,111,116,105,102,105,99,97,116,105,111,110,2,1,225,133,161,182,0,8,1,11,46,117,105,45,112,110,111,116,105,102,121,2,4,2,39,30,245,39,175,154,165,124,33,13,179,144,69,48,119,0,8,1,25,46,117,105,45,112,110,111,116,105,102,121,45,109,111,100,97,108,45,111,118,101,114,108,97,121,2,4,2,39,30,245,39,175,154,165,124,33,13,179,144,69,48,119,0,8,1,18,46,117,105,45,119,105,100,103,101,116,45,111,118,101,114,108,97,121,2,1,72,62,123,97,0,8,1,11,46,117,112,97,95,99,111,111,107,105,101,2,1,81,31,82,234,0,8,1,24,46,117,115,101,114,45,110,111,116,101,115,45,110,111,116,105,102,105,99,97,116,105,111,110,2,2,245,237,43,97,247,221,192,157,0,8,1,16,46,117,115,101,114,99,101,110,116,114,105,99,115,45,98,103,2,1,99,9,63,237,0,8,1,15,46,117,115,101,114,110,111,116,105,99,101,95,112,111,112,2,1,90,187,39,105,0,8,1,17,46,117,118,45,99,111,111,107,105,101,45,98,97,110,110,101,114,2,1,218,31,207,144,0,8,1,15,46,118,45,98,111,116,116,111,109,45,115,104,101,101,116,2,1,177,80,53,53,0,8,1,18,46,118,45,100,105,97,108,111,103,95,95,99,111,110,116,101,110,116,2,1,225,17,159,206,0,8,1,14,46,118,99,77,111,100,97,108,84,97,114,103,101,116,2,1,200,40,21,51,0,8,1,14,46,118,109,45,45,99,111,110,116,97,105,110,101,114,2,1,166,62,34,58,0,8,1,6,46,119,66,102,102,77,2,1,1,223,4,72,0,8,1,5,46,119,97,108,108,2,2,15,253,92,157,127,207,198,109,0,8,1,14,46,119,97,114,110,105,110,103,45,112,111,112,117,112,2,1,9,239,173,172,0,8,1,21,46,119,97,116,115,111,110,45,99,111,111,107,105,101,45,102,111,111,116,101,114,2,1,92,147,212,238,0,8,1,18,46,119,105,100,103,101,116,45,69,121,101,67,97,116,99,104,101,114,2,1,7,185,166,190,0,8,1,43,46,119,105,100,103,101,116,45,69,121,101,67,97,116,99,104,101,114,45,45,100,114,111,112,122,111,110,101,45,45,45,112,114,101,115,101,116,45,102,105,120,101,100,2,1,215,57,195,174,0,8,1,14,46,119,112,116,45,99,99,45,98,97,110,110,101,114,2,1,63,13,160,109,0,8,1,6,46,119,116,45,99,98,2,1,152,176,242,224,0,8,1,11,46,119,119,116,51,45,109,111,100,97,108,2,1,109,131,225,196,0,8,1,6,46,122,45,49,48,48,2,1,34,57,40,192,0,8,1,21,46,122,45,49,48,48,46,106,117,115,116,105,102,121,45,99,101,110,116,101,114,2,2,95,101,95,68,140,26,180,155,0,8,1,11,46,122,45,49,48,48,46,112,121,45,54,2,1,95,81,16,119,0,8,1,24,46,122,45,49,48,48,46,112,121,45,54,46,109,97,120,45,104,45,115,99,114,101,101,110,2,1,209,213,80,40,0,0,1,17,46,122,45,92,91,49,48,48,48,92,93,46,102,105,120,101,100,2,1,237,184,105,32,0,0,1,18,91,99,108,97,115,115,42,61,34,45,98,97,110,110,101,114,34,93,2,1,242,231,23,85,0,0,1,18,91,100,97,116,97,45,115,115,114,45,99,111,110,115,101,110,116,93,2,1,196,36,29,89,0,0,1,32,91,100,97,116,97,45,116,101,115,116,105,100,61,34,117,99,45,97,112,112,45,99,111,110,116,97,105,110,101,114,34,93,2,1,79,23,56,24,0,0,1,15,91,114,111,108,101,61,34,100,105,97,108,111,103,34,93,2,1,199,128,174,111,0,0,1,13,99,111,110,115,101,110,116,45,108,97,121,101,114,2,1,248,143,22,192,0,0,1,74,100,105,97,108,111,103,91,115,116,121,108,101,61,34,98,111,114,100,101,114,45,99,111,108,111,114,58,108,105,103,104,116,103,114,97,121,59,98,111,114,100,101,114,45,119,105,100,116,104,58,50,112,120,59,98,111,114,100,101,114,45,114,97,100,105,117,115,58,54,112,120,59,34,93,2,1,218,217,11,91,0,0,1,28,100,105,118,46,109,100,92,58,116,119,45,112,114,111,115,101,45,120,108,46,116,119,45,112,114,111,115,101,2,1,173,133,86,68,0,0,1,32,100,105,118,46,116,119,45,112,114,111,115,101,32,62,32,46,104,121,100,114,97,116,101,100,32,62,32,97,115,105,100,101,2,1,173,133,86,68,0,0,1,27,100,105,118,91,99,108,97,115,115,94,61,34,80,111,112,117,112,67,111,111,107,105,101,115,45,34,93,2,2,5,216,176,112,145,250,67,147,0,0,1,27,100,105,118,91,99,108,97,115,115,94,61,34,99,111,111,107,105,101,66,97,110,110,101,114,95,34,93,2,1,3,164,161,171,0,0,1,40,100,105,118,91,100,97,116,97,45,109,111,100,117,108,101,61,34,99,111,111,107,105,101,45,109,97,110,97,103,101,114,45,100,105,97,108,111,103,34,93,2,1,4,214,13,135,0,0,1,24,100,105,118,91,105,100,42,61,34,95,109,111,100,97,108,95,111,117,116,101,114,95,34,93,2,1,191,184,223,189,0,0,1,33,100,105,118,91,105,100,94,61,34,112,112,109,115,95,99,109,95,99,111,110,115,101,110,116,95,112,111,112,117,112,95,34,93,2,1,139,4,103,84,0,0,1,43,100,105,118,91,115,116,121,108,101,42,61,34,112,111,115,105,116,105,111,110,58,32,102,105,120,101,100,59,32,112,97,100,100,105,110,103,45,116,111,112,58,34,93,2,1,30,60,20,65,0,0,1,128,0,0,0,150,100,105,118,91,115,116,121,108,101,42,61,34,116,111,112,58,32,48,112,120,59,32,108,101,102,116,58,32,48,112,120,59,32,104,101,105,103,104,116,58,32,49,48,48,37,59,32,119,105,100,116,104,58,49,48,48,37,59,32,112,111,115,105,116,105,111,110,58,32,102,105,120,101,100,59,32,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,32,114,103,98,97,40,48,44,32,48,44,32,48,44,32,48,46,54,41,59,32,122,45,105,110,100,101,120,58,32,49,48,48,48,59,32,116,101,120,116,45,97,108,105,103,110,58,32,99,101,110,116,101,114,59,34,93,2,1,158,210,119,3,0,0,1,88,100,105,118,91,115,116,121,108,101,42,61,34,119,105,100,116,104,58,32,49,48,48,37,59,32,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,32,35,52,55,52,55,52,55,59,32,112,97,100,100,105,110,103,45,116,111,112,58,32,48,112,120,59,32,109,97,114,103,105,110,45,116,111,112,58,32,48,112,120,59,34,93,2,1,108,70,187,116,0,0,1,21,102,97,110,112,97,103,101,45,99,111,111,107,105,101,45,110,111,116,105,99,101,2,1,253,62,240,86,0,0,1,10,102,111,114,109,32,62,32,100,105,118,2,1,190,19,47,24,0,0,1,14,112,108,97,121,101,114,45,111,118,101,114,108,97,121,2,1,253,62,240,86,0,0,1,16,115,110,45,99,111,111,107,105,101,45,98,97,110,110,101,114,2,1,89,34,192,29,0,0,1,17,115,112,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,2,1,246,202,206,85,0,0,1,16,115,119,45,99,111,111,107,105,101,109,101,115,115,97,103,101,2,1,207,116,146,58,0,0,1,17,115,119,99,45,99,111,111,107,105,101,45,98,97,110,110,101,114,2,4,35,14,156,23,40,129,193,18,54,201,105,33,57,181,74,40,0,0,1,21,119,105,101,108,97,110,100,45,99,111,111,107,105,101,45,98,97,110,110,101,114,2,1,89,38,137,78,0,16,1,4,35,67,107,67,2,3,182,131,79,206,212,172,142,61,254,127,172,202,0,16,1,19,35,67,111,111,107,105,101,67,111,110,115,101,110,116,80,111,112,117,112,2,1,215,74,252,48,0,16,1,11,35,67,111,111,107,105,101,115,108,97,119,2,1,4,167,69,161,0,16,1,23,35,77,111,100,97,108,67,111,107,107,105,101,80,114,105,118,97,99,121,72,111,109,101,2,1,89,227,215,8,0,0,1,16,35,92,35,99,111,111,107,105,101,45,98,97,110,110,101,114,2,1,68,59,190,169,0,16,1,14,35,97,108,101,114,116,45,109,101,110,116,105,111,110,2,1,7,20,233,102,0,16,1,17,35,97,108,101,114,116,45,115,108,105,100,101,45,100,111,119,110,2,1,239,24,125,41,0,16,1,12,35,97,108,101,114,116,99,111,111,107,105,101,2,1,23,50,119,107,0,16,1,14,35,97,109,45,99,111,111,107,105,101,45,98,97,114,2,1,191,191,117,207,0,16,1,27,35,97,114,114,105,101,114,101,45,112,108,97,110,45,100,101,45,108,97,45,102,101,110,101,116,114,101,2,1,153,215,252,67,0,16,1,19,35,98,97,99,107,103,114,111,117,110,100,45,115,101,99,116,105,111,110,2,1,228,219,188,202,0,16,1,7,35,98,97,103,100,112,114,2,1,68,78,120,26,0,16,1,20,35,98,97,110,100,101,97,117,67,111,110,115,101,110,116,101,109,101,110,116,2,1,40,191,222,221,0,16,1,16,35,98,97,110,100,101,97,117,95,99,111,110,115,101,110,116,2,1,30,166,7,235,0,16,1,8,35,98,111,120,95,99,111,111,2,1,79,217,103,84,0,16,1,8,35,99,97,116,102,105,115,104,2,1,4,164,223,76,0,16,1,7,35,99,99,45,98,97,114,2,1,113,212,43,253,0,16,1,11,35,99,100,95,119,114,97,112,112,101,114,2,1,238,93,184,95,0,16,1,13,35,99,104,101,99,107,66,114,111,119,115,101,114,2,2,37,86,98,1,140,11,133,75,0,16,1,20,35,99,105,114,105,108,45,99,111,111,107,105,101,45,98,97,110,110,101,114,2,1,22,51,143,160,0,16,1,13,35,99,109,112,67,111,110,116,97,105,110,101,114,2,1,22,207,95,236,0,16,1,26,35,99,111,110,115,101,110,116,77,97,110,97,103,101,109,101,110,116,80,108,97,116,102,111,114,109,2,1,48,36,173,173,0,16,1,15,35,99,111,111,107,105,101,45,109,101,110,116,105,111,110,2,1,242,4,24,170,0,16,1,20,35,99,111,111,107,105,101,66,97,114,45,99,111,110,116,97,105,110,101,114,2,1,5,36,86,175,0,16,1,19,35,99,111,111,107,105,101,67,111,110,99,101,114,110,80,97,110,101,108,2,4,27,157,249,141,185,47,247,128,196,239,105,219,237,173,190,158,0,16,1,19,35,99,111,111,107,105,101,77,97,110,97,103,101,77,101,82,111,111,116,2,1,228,12,250,172,0,16,1,15,35,99,111,111,116,114,97,45,111,118,101,114,108,97,121,2,3,7,160,160,143,111,232,150,199,141,64,77,60,0,16,1,13,35,99,111,111,116,114,97,45,112,111,112,117,112,2,3,7,160,160,143,111,232,150,199,141,64,77,60,0,16,1,14,35,100,97,115,116,114,97,45,119,105,100,103,101,116,2,1,202,151,150,62,0,16,1,14,35,100,105,115,99,108,97,105,109,101,114,67,116,110,2,1,118,124,149,113,0,16,1,9,35,100,105,115,99,114,101,116,111,2,1,96,239,195,121,0,16,1,10,35,100,105,118,95,99,99,95,99,99,2,1,144,85,199,17,0,16,1,27,35,100,105,118,95,116,104,95,99,111,111,107,105,101,115,95,105,110,102,111,114,109,97,116,105,118,97,2,1,110,18,113,14,0,16,1,21,35,100,111,114,105,97,95,98,97,110,110,101,114,95,99,111,110,116,101,110,116,2,1,205,13,170,88,0,16,1,5,35,101,122,99,99,2,1,89,237,172,14,0,16,1,8,35,102,101,110,101,116,114,101,2,1,153,215,252,67,0,16,1,6,35,102,101,118,97,100,2,1,165,174,151,128,0,16,1,12,35,103,100,112,114,99,111,110,116,101,110,116,2,1,216,44,172,18,0,16,1,29,35,105,100,80,111,112,117,112,87,65,82,101,99,117,101,105,108,67,111,110,115,101,110,116,101,109,101,110,116,2,1,162,44,83,36,0,16,1,8,35,105,100,95,97,99,99,111,2,1,7,184,4,75,0,16,1,11,35,105,110,116,114,111,45,114,103,112,100,2,1,210,98,110,43,0,16,1,7,35,106,71,114,111,119,108,2,1,239,177,204,138,0,16,1,13,35,108,101,103,97,108,67,111,111,107,105,101,115,2,1,10,85,176,167,0,16,1,12,35,108,101,103,97,108,110,111,116,105,99,101,2,1,158,177,80,21,0,16,1,30,35,109,97,110,99,101,114,97,95,99,111,111,107,105,101,95,99,111,110,115,101,110,116,95,98,97,110,110,101,114,2,1,226,168,75,221,0,16,1,25,35,109,97,110,103,101,114,45,100,101,115,45,109,105,110,105,115,45,103,97,116,101,97,117,120,2,1,112,165,138,184,0,16,1,7,35,109,97,115,113,117,101,2,1,79,217,103,84,0,16,1,8,35,109,100,108,45,97,100,115,2,1,203,94,158,147,0,16,1,7,35,109,102,99,111,107,49,2,1,74,155,134,166,0,16,1,13,35,109,105,45,99,111,110,116,97,105,110,101,114,2,6,51,171,132,142,58,10,40,38,63,113,70,176,129,34,226,93,141,62,111,24,223,214,55,222,0,16,1,9,35,109,105,97,109,95,100,105,118,2,1,82,191,88,61,0,16,1,17,35,109,111,100,97,108,45,98,97,99,107,103,114,111,117,110,100,2,1,57,115,65,136,0,16,1,14,35,109,111,100,97,108,45,99,111,110,115,101,110,116,2,1,60,200,49,122,0,16,1,22,35,109,111,100,97,108,45,99,111,111,107,105,101,115,45,119,114,97,112,112,101,114,2,1,181,129,164,132,0,16,1,14,35,109,111,100,97,108,45,111,118,101,114,108,97,121,2,1,57,115,65,136,0,16,1,6,35,110,103,45,99,99,2,1,61,85,184,67,0,16,1,10,35,110,111,114,109,97,116,105,118,97,2,1,57,201,86,164,0,16,1,13,35,110,111,116,105,102,105,99,97,116,105,111,110,2,1,28,189,184,77,0,16,1,14,35,111,99,119,95,99,111,110,116,101,110,101,117,114,2,1,194,130,11,239,0,16,1,17,35,112,97,103,101,67,111,110,115,101,110,116,101,109,101,110,116,2,1,40,191,222,221,0,16,1,16,35,112,97,110,101,108,45,117,115,101,114,45,105,110,102,111,2,1,167,54,158,105,0,16,1,20,35,112,104,97,114,109,97,98,105,115,99,117,105,116,45,112,111,112,105,110,2,1,127,63,13,65,0,16,1,11,35,112,109,45,111,118,101,114,108,97,121,2,1,96,236,144,91,0,16,1,11,35,112,111,112,105,110,108,97,121,101,114,2,1,8,194,8,147,0,16,1,16,35,112,114,105,118,97,99,121,45,109,97,110,97,103,101,114,2,8,21,1,139,237,21,51,70,18,29,5,48,4,61,143,116,226,96,236,144,91,175,140,173,194,219,239,65,251,229,87,108,49,0,16,1,22,35,112,114,105,118,97,99,121,45,109,97,110,97,103,101,114,45,112,111,112,105,110,2,1,41,208,31,171,0,16,1,16,35,112,114,105,118,97,99,121,45,111,118,101,114,108,97,121,2,1,88,192,250,105,0,16,1,11,35,112,115,45,99,111,110,115,101,110,116,2,1,140,89,151,64,0,16,1,10,35,114,103,112,100,45,102,111,114,109,2,1,136,108,162,40,0,16,1,9,35,114,103,112,100,109,97,115,107,2,1,207,46,178,153,0,16,1,16,35,115,112,45,99,111,110,115,101,110,116,77,111,100,97,108,2,1,9,4,149,7,0,16,1,11,35,115,112,111,112,117,112,67,111,110,116,2,1,160,173,94,215,0,16,1,18,35,116,97,114,116,101,97,117,99,105,116,114,111,110,82,111,111,116,2,1,85,158,60,199,0,16,1,20,35,116,114,97,99,107,105,110,103,98,97,110,110,101,114,112,111,112,105,110,2,1,67,130,246,166,0,16,1,18,35,117,115,101,114,67,111,110,115,101,110,116,80,111,108,105,99,121,2,1,121,144,180,32,0,16,1,14,35,118,97,108,105,100,45,99,111,111,107,105,101,115,2,1,128,246,94,32,0,8,1,37,46,67,111,111,107,105,101,87,97,114,110,105,110,103,45,109,111,100,117,108,101,45,45,99,111,111,107,105,101,115,45,45,50,66,84,84,87,2,1,241,99,159,241,0,8,1,29,46,78,97,118,105,103,97,116,105,111,110,84,114,97,99,107,101,114,95,95,99,111,110,116,97,105,110,101,114,2,1,216,54,108,212,0,8,1,13,46,78,111,116,105,102,105,99,97,116,105,111,110,2,1,146,81,197,59,0,8,1,5,46,82,103,112,100,2,1,136,5,242,120,0,8,1,16,46,84,114,97,99,107,105,110,103,73,110,102,111,66,111,120,2,1,145,222,66,238,0,8,1,46,46,86,111,116,101,68,105,115,99,108,97,105,109,101,114,95,118,111,116,101,68,105,115,99,108,97,105,109,101,114,67,111,110,116,97,105,110,101,114,95,95,50,55,113,103,108,2,1,204,158,137,120,0,8,1,21,46,88,106,53,52,115,89,86,67,114,112,81,56,56,105,116,87,77,103,97,80,2,1,3,249,122,26,0,8,1,17,46,95,49,49,86,83,56,32,62,32,46,95,50,111,98,121,89,2,1,224,179,133,43,0,8,1,13,46,97,108,101,114,116,45,99,111,111,107,105,101,2,2,122,62,199,48,142,222,221,66,0,8,1,9,46,97,110,116,115,45,50,48,56,2,1,198,168,64,0,0,8,1,7,46,98,66,88,112,115,90,2,1,114,2,101,170,0,8,1,7,46,98,76,79,82,102,107,2,1,161,55,12,172,0,8,1,17,46,98,97,110,110,101,114,45,99,111,110,116,97,105,110,101,114,2,1,252,246,251,104,0,8,1,16,46,98,103,45,103,114,97,121,45,57,48,48,46,112,45,53,2,1,233,65,210,16,0,8,1,16,46,98,108,111,99,107,45,102,115,45,99,111,111,107,105,101,2,1,59,70,47,147,0,8,1,14,46,98,108,111,99,107,95,99,111,111,107,105,101,115,2,1,204,113,116,147,0,8,1,12,46,98,114,97,118,101,95,112,111,112,117,112,2,1,167,105,244,1,0,8,1,7,46,99,89,76,83,103,69,2,1,164,7,154,215,0,8,1,10,46,99,108,45,98,97,110,110,101,114,2,2,20,166,252,212,165,114,44,225,0,8,1,10,46,99,109,112,45,112,111,112,105,110,2,1,44,224,240,54,0,8,1,12,46,99,109,112,45,119,114,97,112,112,101,114,2,1,172,30,192,66,0,8,1,9,46,99,111,103,110,105,116,111,50,2,1,58,203,31,115,0,8,1,19,46,99,111,110,115,101,110,116,45,98,108,111,99,107,45,115,105,116,101,2,1,38,163,204,2,0,8,1,22,46,99,111,110,115,101,110,116,45,109,111,100,97,108,45,99,111,110,116,101,110,116,2,1,62,31,88,194,0,8,1,13,46,99,111,110,115,101,110,116,95,105,110,102,111,2,1,145,28,154,168,0,8,1,14,46,99,111,110,116,97,105,110,101,114,45,48,45,53,2,1,108,189,41,64,0,8,1,23,46,99,111,110,116,97,105,110,101,114,45,102,105,120,101,100,45,99,111,111,107,105,101,2,1,49,147,186,207,0,8,1,21,46,99,111,110,116,97,105,110,101,114,95,112,114,105,118,95,115,116,97,116,101,2,1,132,123,97,83,0,8,1,16,46,99,111,111,107,98,97,114,45,111,118,101,114,108,97,121,2,1,252,37,145,160,0,8,1,47,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,99,111,109,112,111,110,101,110,116,95,99,111,111,107,105,101,67,111,110,116,97,105,110,101,114,95,95,50,90,99,55,98,2,1,179,2,123,228,0,8,1,25,46,99,111,111,107,105,101,45,116,111,111,108,98,97,114,45,99,111,110,116,97,105,110,101,114,2,1,26,236,179,35,0,8,1,12,46,99,111,111,107,105,101,45,119,97,108,108,2,1,89,226,253,0,0,8,1,18,46,99,111,111,107,105,101,67,110,105,108,77,97,107,104,101,105,97,2,1,4,96,83,162,0,8,1,19,46,99,111,111,107,105,101,115,45,109,97,110,97,103,101,109,101,110,116,2,1,115,146,138,252,0,8,1,15,46,99,115,115,45,50,111,100,50,111,110,113,69,77,88,2,1,255,50,170,161,0,8,1,11,46,99,115,115,45,99,103,120,109,121,56,2,1,141,46,247,125,0,8,1,11,46,99,115,115,45,117,117,113,99,55,98,2,1,150,218,114,253,0,8,1,13,46,99,116,119,45,98,111,116,116,111,109,45,52,2,1,96,236,78,16,0,8,1,7,46,100,105,97,108,111,103,2,1,170,238,238,102,0,8,1,27,46,100,105,106,105,116,68,105,97,108,111,103,85,110,100,101,114,108,97,121,87,114,97,112,112,101,114,2,1,254,164,6,166,0,8,1,7,46,100,105,109,109,101,114,2,1,182,131,67,237,0,8,1,15,46,100,105,115,99,108,97,105,109,101,114,95,98,111,120,2,1,1,208,177,227,0,8,1,6,46,101,82,110,104,73,2,1,52,188,71,111,0,8,1,7,46,101,120,97,114,73,113,2,1,205,61,166,23,0,8,1,12,46,101,120,116,45,101,108,45,109,97,115,107,2,1,164,218,206,39,0,8,1,9,46,102,49,110,48,99,116,103,57,2,1,95,230,100,207,0,8,1,19,46,102,97,100,101,45,105,110,45,101,110,116,101,114,45,100,111,110,101,2,1,75,114,244,102,0,8,1,19,46,102,97,110,99,121,98,111,120,45,99,111,110,116,97,105,110,101,114,2,2,3,109,112,251,246,74,29,33,0,8,1,17,46,102,97,110,99,121,98,111,120,45,111,118,101,114,108,97,121,2,2,39,130,67,241,82,121,188,205,0,8,1,14,46,102,97,110,99,121,98,111,120,45,119,114,97,112,2,2,39,130,67,241,82,121,188,205,0,8,1,4,46,102,99,107,2,1,90,102,250,165,0,8,1,18,46,102,105,114,115,116,45,118,105,115,105,116,45,97,108,101,114,116,2,1,194,103,113,247,0,8,1,16,46,102,108,111,97,116,105,110,103,45,98,111,116,116,111,109,2,1,49,91,86,155,0,8,1,86,46,102,114,111,110,116,95,119,101,98,95,97,112,112,95,109,97,105,110,95,109,101,110,117,95,102,114,111,110,116,45,119,101,98,45,97,112,112,45,109,97,105,110,45,109,101,110,117,45,99,111,109,112,111,110,101,110,116,95,102,114,111,110,116,95,115,104,111,119,95,99,111,111,107,105,101,95,99,111,110,116,97,105,110,101,114,2,1,162,57,75,45,0,8,1,15,46,103,45,97,108,101,114,116,45,99,111,111,107,105,101,2,1,108,72,131,138,0,8,1,7,46,103,67,75,65,117,99,2,1,223,71,125,250,0,8,1,27,46,103,100,112,114,95,99,111,110,115,101,110,116,95,119,105,100,103,101,116,95,95,50,83,116,88,107,2,1,241,127,44,52,0,8,1,27,46,103,111,111,100,104,111,111,100,45,99,111,109,112,111,110,101,110,116,115,95,95,50,80,75,103,97,2,1,150,6,80,153,0,8,1,12,46,104,101,97,100,101,114,73,110,102,111,115,2,1,200,226,72,92,0,8,1,7,46,104,103,102,118,67,87,2,1,164,7,154,215,0,8,1,24,46,104,105,100,100,101,110,45,115,109,46,104,105,100,100,101,110,45,109,100,46,114,111,119,2,1,235,176,228,30,0,8,1,11,46,104,105,100,101,95,99,108,105,99,107,2,1,182,131,108,114,0,8,1,7,46,105,71,101,102,120,109,2,1,210,147,206,147,0,8,1,9,46,105,110,102,111,45,98,97,110,2,1,0,38,176,190,0,8,1,15,46,105,110,102,111,45,115,97,110,105,116,97,105,114,101,2,1,96,236,78,70,0,8,1,12,46,106,97,110,117,115,98,97,110,110,101,114,2,1,212,197,58,21,0,8,1,7,46,106,105,110,76,121,103,2,1,7,147,68,165,0,8,1,15,46,106,115,45,71,108,111,98,97,108,80,111,112,105,110,2,1,140,111,174,105,0,8,1,9,46,106,115,45,111,116,115,100,107,2,1,6,178,251,153,0,8,1,7,46,106,115,115,49,50,53,2,1,169,91,39,252,0,8,1,15,46,108,97,121,111,117,116,45,99,111,111,107,105,101,115,2,1,130,167,155,11,0,8,1,23,46,108,97,121,111,117,116,45,99,111,111,107,105,101,115,95,95,110,111,116,105,99,101,2,1,130,167,155,11,0,8,1,10,46,109,45,111,118,101,114,108,97,121,2,1,168,66,37,190,0,8,1,5,46,109,97,115,107,2,1,4,122,204,12,0,8,1,13,46,109,100,99,45,115,110,97,99,107,98,97,114,2,1,96,54,230,17,0,8,1,23,46,109,105,99,114,111,109,111,100,97,108,45,115,108,105,100,101,46,109,111,100,97,108,2,1,208,79,84,115,0,8,1,14,46,109,111,100,97,108,45,99,111,110,116,101,110,116,2,1,62,66,122,180,0,8,1,14,46,109,111,100,97,108,45,119,114,97,112,112,101,114,2,1,181,129,164,132,0,8,1,5,46,110,111,116,97,2,1,96,242,74,175,0,8,1,12,46,110,113,45,114,103,112,100,45,98,97,114,2,1,234,8,49,47,0,8,1,22,46,111,114,101,106,105,109,101,45,78,111,116,105,99,101,79,118,101,114,108,97,121,2,1,57,53,56,248,0,8,1,12,46,111,118,101,114,108,97,121,95,97,120,97,2,1,204,113,116,147,0,8,1,10,46,112,101,114,102,77,111,100,97,108,2,1,218,93,176,107,0,8,1,6,46,112,111,112,117,112,2,1,130,49,71,157,0,8,1,15,46,112,111,112,117,112,45,45,99,111,111,107,105,101,115,2,1,220,67,32,48,0,8,1,8,46,112,114,105,118,97,99,121,2,1,31,86,126,97,0,8,1,3,46,112,118,2,1,61,158,102,229,0,8,1,21,46,114,101,97,99,116,45,111,110,99,108,105,99,107,111,117,116,115,105,100,101,2,1,136,170,29,185,0,8,1,16,46,114,103,112,100,45,45,99,111,110,116,97,105,110,101,114,2,1,182,26,187,132,0,8,1,11,46,114,103,112,100,45,109,111,100,97,108,2,1,61,96,223,210,0,8,1,13,46,114,103,112,100,45,111,118,101,114,108,97,121,2,1,147,85,37,18,0,8,1,18,46,115,45,99,111,111,107,105,101,95,95,109,111,100,97,108,57,50,2,1,212,252,120,46,0,8,1,9,46,115,49,100,50,54,99,107,53,2,1,43,61,75,100,0,8,1,10,46,115,99,45,98,102,104,118,68,119,2,1,250,197,76,205,0,8,1,18,46,115,99,114,111,108,108,45,102,105,120,95,95,105,110,110,101,114,2,1,163,12,243,203,0,8,1,19,46,115,100,115,45,109,45,99,111,111,107,105,101,98,97,110,110,101,114,2,1,0,106,70,13,0,8,1,35,46,115,103,112,98,45,112,111,112,117,112,45,100,105,97,108,111,103,45,109,97,105,110,45,100,105,118,45,119,114,97,112,112,101,114,2,1,182,131,102,214,0,8,1,19,46,115,103,112,98,45,112,111,112,117,112,45,111,118,101,114,108,97,121,2,1,182,131,102,214,0,8,1,14,46,115,116,105,99,107,121,45,102,111,111,116,101,114,2,1,98,254,195,245,0,8,1,26,46,115,116,121,108,101,115,95,80,111,112,105,110,66,97,110,110,101,114,95,95,56,119,97,88,53,2,1,105,231,8,238,0,8,1,26,46,116,97,114,116,101,97,117,99,105,116,114,111,110,45,109,97,103,105,99,45,98,108,111,99,107,2,1,2,209,133,241,0,8,1,12,46,116,108,45,98,111,116,116,111,109,45,48,2,1,178,11,90,100,0,8,1,9,46,116,114,97,110,115,98,111,120,2,1,1,208,177,227,0,8,1,15,46,117,115,101,114,110,111,116,105,99,101,95,112,111,112,2,1,157,231,206,77,0,8,1,8,46,119,101,108,99,111,109,101,2,1,169,238,80,165,0,8,1,5,46,122,45,53,48,2,1,143,146,204,116,0,0,1,39,91,115,116,121,108,101,61,34,112,111,115,105,116,105,111,110,58,32,102,105,120,101,100,59,32,122,45,105,110,100,101,120,58,32,49,48,59,34,93,2,1,142,193,51,180,0,0,1,48,91,115,116,121,108,101,94,61,34,112,111,115,105,116,105,111,110,58,32,102,105,120,101,100,59,32,108,101,102,116,58,32,48,112,120,59,32,116,111,112,58,32,48,112,120,59,34,93,2,1,160,100,82,141,0,0,1,26,97,112,112,45,99,111,111,107,105,101,115,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,2,1,86,145,218,114,0,0,1,19,97,112,112,45,112,111,112,45,117,112,45,116,114,97,99,107,105,110,103,2,1,107,79,52,72,0,0,1,28,100,105,118,91,99,108,97,115,115,94,61,34,67,111,110,115,101,110,116,66,97,110,110,101,114,95,34,93,2,1,183,226,61,247,0,0,1,27,100,105,118,91,99,108,97,115,115,94,61,34,103,100,112,114,95,99,111,110,115,101,110,116,95,34,93,2,1,77,108,90,250,0,0,1,51,100,105,118,91,115,116,121,108,101,42,61,34,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,32,114,103,98,97,40,48,44,32,48,44,32,48,44,32,48,46,53,41,59,34,93,2,1,175,255,55,220,0,0,1,41,100,105,118,91,115,116,121,108,101,94,61,34,112,111,115,105,116,105,111,110,58,32,102,105,120,101,100,59,32,98,111,116,116,111,109,58,32,48,59,34,93,2,1,182,36,132,101,0,0,1,54,100,105,118,91,115,116,121,108,101,94,61,34,118,105,115,105,98,105,108,105,116,121,58,32,118,105,115,105,98,108,101,59,32,112,111,115,105,116,105,111,110,58,32,97,98,115,111,108,117,116,101,59,34,93,2,1,194,47,240,25,0,0,1,10,112,101,45,99,111,111,107,105,101,115,2,2,181,132,145,1,214,20,151,11,0,0,1,10,112,112,110,45,99,111,111,107,105,101,2,2,14,19,192,189,161,211,190,231,0,16,1,12,35,105,110,102,111,99,111,111,107,105,101,115,2,1,128,235,124,3,0,16,1,12,35,105,110,102,111,45,98,111,116,116,111,109,2,2,25,159,175,243,161,159,146,113,0,8,1,47,46,65,108,108,111,119,67,111,111,107,105,101,115,68,105,115,99,108,97,105,109,101,114,95,99,67,111,110,116,97,105,110,101,114,65,99,116,105,118,101,95,95,50,121,107,87,114,2,1,127,18,150,237,0,8,1,22,46,67,111,111,107,105,101,95,99,111,110,115,101,110,116,95,95,71,72,56,111,70,2,1,231,208,91,203,0,8,1,51,46,80,114,105,118,97,99,121,80,111,112,117,112,115,116,121,108,101,100,95,95,80,114,105,118,97,99,121,80,111,112,117,112,67,111,110,116,97,105,110,101,114,45,117,107,48,55,114,113,45,48,2,1,175,222,28,200,0,8,1,18,46,99,111,111,107,105,101,45,100,101,115,99,108,97,105,109,101,114,2,1,24,88,194,77,0,0,1,13,97,112,112,45,109,116,45,99,111,111,107,105,101,2,1,246,27,95,234,0,16,1,7,35,97,45,45,98,97,114,2,1,159,151,218,146,0,16,1,13,35,97,99,99,101,112,116,95,116,101,114,109,115,2,1,159,151,225,254,0,16,1,9,35,98,103,95,112,111,112,117,112,2,1,166,51,82,60,0,16,1,17,35,99,111,111,107,105,101,45,97,103,114,101,101,109,101,110,116,2,1,70,234,21,34,0,16,1,11,35,99,111,111,107,105,101,98,97,114,115,2,1,245,169,62,220,0,16,1,19,35,103,100,112,114,45,97,99,99,101,112,116,45,99,111,111,107,105,101,2,1,16,240,100,101,0,8,1,6,46,72,56,52,83,48,2,1,16,224,126,242,0,8,1,6,46,78,78,118,118,84,2,1,131,248,250,83,0,8,1,19,46,80,97,103,101,95,95,67,111,111,107,105,101,115,80,111,112,117,112,2,1,16,240,42,126,0,8,1,14,46,95,114,111,111,116,95,49,109,101,106,100,95,50,2,2,70,72,108,92,222,248,225,114,0,8,1,26,46,97,99,99,101,112,116,45,99,111,111,107,105,101,115,95,97,108,108,95,95,51,116,68,110,111,2,1,112,102,236,183,0,8,1,19,46,97,112,112,45,99,111,111,107,105,101,115,95,95,112,111,112,117,112,2,1,195,46,174,253,0,8,1,8,46,98,108,111,99,107,101,114,2,1,5,115,213,93,0,8,1,14,46,99,111,110,102,105,114,109,45,112,97,110,101,108,2,1,163,209,161,100,0,8,1,19,46,109,45,99,111,111,107,105,101,115,45,105,110,102,111,114,109,101,114,2,1,131,248,255,249,0,8,1,25,46,109,111,100,97,108,45,100,101,108,105,118,101,114,121,45,100,97,116,97,45,100,97,116,97,2,2,119,233,120,140,162,28,141,127,0,8,1,27,46,109,111,100,97,108,45,100,101,108,105,118,101,114,121,45,100,97,116,97,45,100,97,116,97,45,119,2,2,119,233,120,140,162,28,141,127,0,8,1,18,46,110,111,116,105,99,101,45,99,107,45,119,114,97,112,112,101,114,2,1,42,216,72,210,0,8,1,23,46,110,111,116,105,102,105,99,97,116,105,111,110,45,99,111,110,116,97,105,110,101,114,2,1,234,86,85,86,0,8,1,14,46,112,111,108,105,99,121,45,102,111,111,116,101,114,2,1,164,153,178,196,0,8,1,16,46,112,111,112,111,118,101,114,45,119,114,97,112,112,101,114,2,1,159,151,101,173,0,8,1,14,46,112,114,105,118,97,99,121,95,98,108,111,99,107,2,2,10,99,68,5,112,158,192,117,0,8,1,22,46,112,114,105,118,97,116,45,112,111,108,105,99,121,45,119,114,97,112,112,101,114,2,1,221,77,255,180,0,8,1,31,46,115,116,121,108,101,115,95,97,103,114,101,101,109,101,110,116,87,114,97,112,112,101,114,95,95,51,86,86,116,102,2,1,112,13,217,201,0,8,1,22,46,115,116,121,108,101,115,95,119,114,97,112,112,101,114,95,95,89,65,52,67,82,2,1,114,67,128,177,0,8,1,8,46,119,97,114,110,105,110,103,2,1,159,151,112,220,0,0,1,25,91,99,108,97,115,115,94,61,34,97,99,99,101,112,116,45,99,111,111,107,105,101,115,34,93,2,1,163,239,135,186,0,16,1,10,35,112,111,108,105,99,121,68,105,118,2,2,120,155,13,30,208,196,187,19,0,8,1,13,46,66,70,48,72,84,78,67,45,74,99,45,98,2,1,173,227,16,172,0,8,1,16,46,99,111,110,115,101,110,116,95,119,114,97,112,112,101,114,2,1,111,184,206,220,0,8,1,8,46,99,112,45,97,114,101,97,2,1,35,219,79,211,0,8,1,11,46,109,97,105,110,45,109,111,100,97,108,2,1,207,8,60,69,0,8,1,12,46,115,99,45,52,111,117,112,54,57,45,49,2,1,244,16,199,202,0,16,1,12,35,98,97,114,45,109,101,115,115,97,103,101,2,1,210,199,25,35,0,16,1,14,35,112,111,112,45,117,112,45,112,111,108,105,99,121,2,1,22,166,89,152,0,16,1,8,35,112,114,105,118,97,99,121,2,1,116,138,125,53,0,16,1,13,35,112,114,105,118,97,116,101,95,105,110,102,111,2,1,19,156,119,97,0,16,1,12,35,117,115,108,112,111,108,122,118,97,110,101,2,1,234,179,173,32,0,8,1,16,46,65,99,99,101,112,116,67,111,110,100,105,116,105,111,110,2,1,47,195,201,167,0,8,1,19,46,71,100,112,114,95,108,97,121,111,117,116,95,95,119,45,70,115,101,2,1,68,23,33,189,0,8,1,19,46,98,111,116,116,111,109,45,102,114,101,101,122,101,100,45,98,97,114,2,6,46,74,19,22,83,7,122,5,113,216,217,78,192,128,160,245,213,249,26,197,226,157,128,154,0,8,1,23,46,99,45,119,101,98,115,105,116,101,45,110,111,116,105,102,105,99,97,116,105,111,110,2,2,161,160,201,210,183,233,55,162,0,8,1,14,46,104,101,97,100,101,114,45,110,111,116,105,99,101,2,1,240,111,177,122,0,8,1,13,46,105,110,102,111,45,109,101,115,115,97,103,101,2,1,119,63,178,185,0,8,1,11,46,106,115,45,99,111,110,115,101,110,116,2,2,72,73,246,157,220,75,92,206,0,8,1,14,46,109,112,112,45,99,111,110,116,97,105,110,101,114,2,1,226,144,157,83,0,8,1,8,46,111,118,101,114,108,97,121,2,1,116,138,125,53,0,8,1,13,46,112,111,112,117,112,45,112,111,108,105,99,121,2,2,219,194,23,94,252,216,133,53,0,0,1,57,100,105,118,91,115,116,121,108,101,94,61,34,99,111,108,111,114,58,32,114,103,98,40,53,49,44,32,53,49,44,32,53,49,41,59,32,116,101,120,116,45,97,108,105,103,110,58,32,99,101,110,116,101,114,59,34,93,2,1,13,26,166,29,0,16,1,6,35,65,108,108,111,119,2,3,20,228,45,54,117,109,186,110,250,68,115,205,0,16,1,13,35,80,114,105,118,97,99,121,65,108,101,114,116,2,1,227,118,81,38,0,16,1,17,35,97,99,99,101,112,116,68,105,115,99,108,97,105,109,101,114,2,1,234,186,185,92,0,16,1,19,35,97,110,110,111,117,110,99,101,109,101,110,116,72,101,97,100,101,114,2,1,162,152,194,29,0,16,1,10,35,99,107,95,102,111,111,116,101,114,2,1,25,163,219,24,0,16,1,8,35,99,109,99,56,48,48,55,2,5,2,172,179,94,9,45,23,122,44,20,37,145,217,237,85,157,237,123,108,7,0,16,1,8,35,99,111,118,105,100,49,57,2,6,3,230,228,8,51,153,158,192,93,157,198,244,115,72,164,155,129,28,100,127,170,87,8,203,0,16,1,24,35,106,115,45,110,111,116,105,102,105,99,97,116,105,111,110,45,119,114,97,112,112,101,114,2,1,80,225,241,198,0,16,1,13,35,109,101,101,114,107,97,116,45,119,114,97,112,2,1,219,15,115,112,0,16,1,15,35,112,111,108,105,99,121,45,119,97,114,110,105,110,103,2,2,136,32,235,108,175,171,232,236,0,16,1,13,35,112,114,105,118,97,99,121,80,97,110,101,108,2,1,250,67,237,142,0,16,1,25,35,114,111,116,95,99,116,114,49,95,98,111,100,95,98,108,107,54,95,99,117,115,116,111,109,2,1,19,129,155,119,0,16,1,13,35,115,104,101,110,103,109,105,110,103,84,105,112,2,1,100,177,74,109,0,16,1,6,35,115,112,45,99,99,2,1,127,84,158,134,0,8,1,7,46,95,49,71,67,76,76,2,1,129,45,31,154,0,8,1,7,46,97,100,118,98,111,120,2,4,41,5,142,78,78,34,248,230,82,16,206,160,219,153,120,186,0,8,1,39,46,97,114,99,111,45,111,118,101,114,108,97,121,46,97,114,99,111,45,111,118,101,114,108,97,121,45,110,111,116,105,102,105,99,97,116,105,111,110,2,1,81,15,216,41,0,8,1,20,46,98,97,110,110,101,114,45,102,105,120,101,100,45,98,111,116,116,111,109,2,1,138,107,23,25,0,8,1,15,46,98,103,45,98,108,97,99,107,46,102,105,120,101,100,2,1,151,91,181,144,0,8,1,7,46,99,66,97,106,110,86,2,1,123,57,76,229,0,8,1,7,46,99,83,65,120,88,122,2,1,203,204,214,143,0,8,1,6,46,99,95,49,50,56,2,1,131,61,89,243,0,8,1,6,46,99,104,112,70,76,2,1,68,32,218,158,0,8,1,11,46,99,111,109,112,108,105,97,110,99,101,2,1,111,189,72,177,0,8,1,15,46,99,111,110,115,101,110,116,45,110,111,116,105,99,101,2,1,114,128,182,109,0,8,1,22,46,99,111,111,107,105,101,45,97,99,99,101,112,116,45,100,101,115,107,116,111,112,2,1,173,143,178,179,0,8,1,15,46,99,111,111,107,105,101,45,99,111,110,99,101,110,116,2,1,43,216,221,14,0,8,1,12,46,99,111,111,107,105,101,45,102,108,101,120,2,1,121,77,181,108,0,8,1,12,46,99,111,111,107,105,101,45,116,105,112,115,2,1,132,250,180,115,0,8,1,28,46,99,111,111,107,105,101,115,45,112,101,114,109,105,115,115,105,111,110,95,50,107,69,121,84,86,71,98,2,1,6,77,88,183,0,8,1,22,46,99,111,111,107,105,101,115,65,103,114,101,101,67,111,110,116,97,105,110,101,114,2,1,94,32,119,133,0,8,1,21,46,99,111,112,121,114,105,103,104,116,45,98,111,116,116,111,109,45,110,97,118,2,1,21,249,51,72,0,8,1,7,46,102,72,112,102,121,110,2,1,120,37,2,27,0,8,1,12,46,102,105,120,101,100,98,111,116,116,111,109,2,1,103,222,209,213,0,8,1,20,46,102,111,111,116,101,114,45,102,108,111,97,116,105,110,103,45,116,97,98,2,1,130,4,148,30,0,8,1,14,46,102,111,111,116,101,114,80,114,105,118,97,99,121,2,1,102,71,116,21,0,8,1,20,46,103,108,111,98,97,108,45,97,108,101,114,116,45,98,97,110,110,101,114,2,1,80,225,241,198,0,8,1,7,46,104,88,90,122,66,80,2,1,18,80,117,33,0,8,1,8,46,104,101,95,99,111,111,107,2,1,89,120,76,229,0,8,1,13,46,104,101,97,100,101,114,45,115,104,101,101,116,2,1,240,65,122,30,0,8,1,7,46,104,108,110,68,79,73,2,1,203,204,214,143,0,8,1,7,46,105,87,117,68,106,112,2,1,126,62,176,208,0,8,1,26,46,105,110,100,101,120,95,95,99,111,111,107,105,101,45,98,97,114,95,95,95,50,115,80,76,98,2,1,42,68,136,182,0,8,1,7,46,106,82,83,81,80,72,2,1,177,152,58,185,0,8,1,7,46,106,108,121,76,100,83,2,1,251,157,4,44,0,8,1,10,46,106,115,45,100,105,97,108,111,103,2,1,198,56,132,24,0,8,1,11,46,106,115,95,99,111,111,107,66,111,120,2,1,126,32,185,142,0,8,1,7,46,106,118,53,76,97,81,2,1,3,133,37,167,0,8,1,14,46,109,111,100,97,108,45,112,114,105,118,97,99,121,2,1,43,207,196,35,0,8,1,10,46,110,111,116,105,102,121,98,97,114,2,1,144,146,160,206,0,8,1,7,46,112,111,108,105,99,121,2,1,118,26,167,38,0,8,1,13,46,112,114,105,118,97,99,121,45,97,114,101,97,2,1,148,181,65,236,0,8,1,12,46,112,114,105,118,97,99,121,45,98,111,120,2,1,42,132,80,123,0,8,1,13,46,112,114,105,118,97,99,121,45,119,114,97,112,2,1,122,215,109,89,0,8,1,12,46,112,114,105,118,97,99,121,65,114,101,97,2,1,114,65,110,216,0,8,1,12,46,112,114,105,118,97,99,121,68,101,115,99,2,1,110,237,37,115,0,8,1,14,46,112,114,105,118,97,99,121,80,111,108,105,99,121,2,1,254,91,79,23,0,8,1,12,46,112,114,105,118,97,99,121,95,98,111,120,2,1,110,251,210,59,0,8,1,15,46,112,114,105,118,97,99,121,102,111,114,115,105,116,101,2,1,87,163,255,153,0,8,1,25,46,115,112,97,99,101,45,109,111,98,105,108,101,45,105,110,115,105,100,101,45,115,105,100,101,2,1,74,40,31,191,0,8,1,32,46,115,116,121,108,101,45,55,52,54,100,56,54,99,52,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,2,1,54,236,35,177,0,8,1,12,46,116,118,98,45,99,111,111,107,105,101,115,2,1,38,157,73,36,0,16,1,4,35,74,80,79,2,1,103,101,182,204,0,16,1,8,35,98,108,111,107,68,105,118,2,1,237,215,57,240,0,16,1,7,35,102,111,111,116,101,114,2,1,183,37,58,62,0,16,1,9,35,107,117,107,105,106,105,109,97,2,1,103,80,165,141,0,16,1,14,35,109,121,103,100,112,114,80,111,112,117,112,72,82,2,1,154,201,2,173,0,16,1,6,35,110,103,45,99,99,2,1,245,55,138,137,0,16,1,13,35,112,97,103,101,45,100,105,115,97,98,108,101,2,4,65,188,0,214,101,145,172,5,203,24,56,89,240,239,96,158,0,16,1,13,35,112,97,103,101,65,108,101,114,116,66,111,120,2,1,238,94,108,179,0,16,1,19,35,112,114,105,118,97,99,121,80,111,108,105,99,121,77,111,100,97,108,2,1,15,33,191,248,0,16,1,24,35,115,117,98,115,99,114,105,112,116,105,111,110,80,111,112,117,112,66,111,116,116,111,109,2,1,222,194,169,132,0,16,1,7,35,115,119,103,100,112,114,2,1,16,106,92,210,0,8,1,17,46,83,105,116,101,65,110,110,111,117,110,99,101,109,101,110,116,2,1,40,110,106,62,0,8,1,10,46,99,99,98,95,95,101,100,105,116,2,1,49,182,219,190,0,8,1,10,46,99,100,45,109,111,100,117,108,101,2,1,59,142,209,252,0,8,1,15,46,99,100,45,109,111,100,117,108,101,45,109,97,105,110,2,2,182,175,74,230,207,81,43,93,0,8,1,11,46,99,115,115,45,56,103,54,120,51,108,2,1,241,173,127,83,0,8,1,14,46,100,105,97,108,111,103,45,119,105,100,103,101,116,2,2,112,94,154,0,238,162,60,95,0,8,1,23,46,103,100,112,114,45,99,111,110,116,97,105,110,101,114,45,119,114,97,112,112,101,114,2,1,64,214,79,118,0,8,1,6,46,107,117,107,105,112,2,1,241,6,144,114,0,8,1,17,46,110,111,116,105,99,101,45,99,111,110,116,97,105,110,101,114,2,1,111,47,60,189,0,8,1,7,46,111,45,100,97,116,97,2,1,69,42,254,97,0,8,1,7,46,112,111,112,117,112,50,2,1,238,139,74,181,0,8,1,9,46,112,111,112,117,112,95,104,114,2,1,237,178,100,124,0,8,1,11,46,112,114,105,118,97,116,110,111,115,116,2,1,80,133,100,224,0,0,1,40,100,105,118,91,115,116,121,108,101,94,61,34,122,45,105,110,100,101,120,58,57,57,57,57,59,100,105,115,112,108,97,121,58,98,108,111,99,107,34,93,2,1,200,231,59,189,0,16,1,8,35,66,111,120,49,48,48,50,2,1,230,210,139,136,0,16,1,14,35,82,101,115,115,67,111,111,107,105,101,66,111,120,2,1,238,142,90,1,0,16,1,11,35,99,50,50,111,118,101,114,108,97,121,2,1,231,246,77,187,0,16,1,6,35,99,95,108,97,119,2,2,100,29,180,109,250,54,210,169,0,16,1,10,35,99,99,45,45,109,97,105,110,50,2,1,26,202,32,134,0,16,1,6,35,99,99,109,110,103,2,1,11,8,89,252,0,16,1,4,35,99,107,98,2,1,116,33,51,35,0,16,1,13,35,99,111,111,107,105,101,45,99,111,118,101,114,2,1,144,214,119,47,0,16,1,19,35,99,111,111,107,105,101,115,45,98,97,114,45,98,111,116,116,111,109,2,1,116,28,108,9,0,16,1,19,35,99,111,111,107,105,101,115,45,98,97,114,45,100,105,97,108,111,103,2,1,201,116,11,196,0,16,1,18,35,99,111,111,107,105,101,115,45,108,112,45,98,97,110,110,101,114,2,1,37,198,214,155,0,16,1,13,35,99,111,111,107,105,101,115,77,111,100,97,108,2,1,28,1,99,86,0,16,1,6,35,99,115,95,98,120,2,2,29,51,188,7,36,152,166,241,0,16,1,11,35,99,115,95,98,120,95,101,110,118,108,2,1,36,152,166,241,0,16,1,10,35,99,115,95,115,116,114,105,112,101,2,1,60,35,68,66,0,16,1,67,35,99,116,108,48,48,95,101,119,112,122,49,95,109,97,105,110,84,101,109,112,108,97,116,101,67,116,114,108,95,102,111,111,116,101,114,95,70,111,114,109,67,111,111,107,105,101,115,77,97,110,97,103,101,114,49,95,112,110,67,109,78,97,118,66,97,114,2,1,78,234,151,72,0,16,1,16,35,99,122,110,105,99,45,99,111,111,107,105,101,98,97,114,2,1,28,163,129,44,0,16,1,14,35,100,105,115,97,98,108,101,45,99,108,105,99,107,2,1,16,145,127,78,0,16,1,7,35,101,117,45,102,99,107,2,1,231,246,76,23,0,16,1,7,35,101,117,95,99,107,115,2,1,244,16,46,16,0,16,1,18,35,105,100,45,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,1,31,12,186,179,0,16,1,13,35,106,115,45,99,99,45,98,97,110,110,101,114,2,1,176,20,123,238,0,16,1,6,35,108,105,115,116,97,2,1,159,150,243,11,0,16,1,9,35,109,121,65,108,101,114,116,50,2,1,156,184,55,94,0,16,1,17,35,109,121,67,111,110,115,101,110,116,67,111,111,107,105,101,115,2,1,106,126,211,71,0,16,1,26,35,110,97,115,116,97,118,101,110,105,45,115,111,117,107,114,111,109,105,45,98,97,110,110,101,114,2,1,116,39,21,15,0,16,1,24,35,111,112,101,110,95,112,114,101,102,101,114,101,110,99,101,115,95,99,101,110,116,101,114,2,1,227,94,215,97,0,16,1,68,35,112,95,108,116,95,87,101,98,80,97,114,116,90,111,110,101,49,51,95,90,111,110,101,77,97,105,110,95,85,115,101,114,67,111,110,116,114,111,108,53,95,117,115,101,114,67,111,110,116,114,111,108,69,108,101,109,95,112,110,108,67,111,111,107,105,101,115,2,1,201,58,101,149,0,16,1,15,35,112,111,112,117,112,67,111,110,116,97,99,116,66,71,2,1,238,142,90,1,0,16,1,5,35,112,112,95,98,2,1,12,8,111,216,0,16,1,34,35,115,110,105,112,112,101,116,45,99,111,111,107,105,101,83,101,116,116,105,110,103,115,45,99,111,111,107,105,101,73,110,102,111,2,1,18,65,63,158,0,16,1,38,35,115,110,105,112,112,101,116,45,99,111,111,107,105,101,115,67,111,110,115,101,110,116,45,99,111,111,107,105,101,115,99,111,110,115,101,110,116,2,1,173,142,52,209,0,16,1,8,35,115,111,117,104,108,97,115,2,1,134,152,247,121,0,16,1,13,35,115,116,105,99,107,121,70,111,111,116,101,114,2,1,102,159,53,219,0,16,1,5,35,119,114,45,99,2,8,6,16,189,181,32,116,196,126,131,200,95,19,140,83,139,71,146,133,203,89,171,236,27,154,188,119,72,240,200,118,86,185,0,8,1,12,46,65,112,112,45,99,111,111,107,105,101,115,2,10,3,58,185,118,7,26,87,219,24,73,139,219,36,226,177,220,102,34,116,146,114,119,53,4,120,251,158,175,144,45,52,54,167,53,101,21,237,90,111,99,0,8,1,35,46,67,111,110,115,101,110,116,115,116,121,108,101,100,95,95,66,97,110,110,101,114,45,115,99,45,49,99,115,101,109,52,113,45,49,2,1,32,116,89,95,0,8,1,7,46,70,111,111,116,101,114,2,1,70,11,159,113,0,8,1,10,46,71,68,80,82,80,111,112,117,112,2,1,160,178,27,52,0,8,1,26,46,77,111,100,97,108,95,95,109,111,100,97,108,45,115,104,111,119,110,95,95,82,105,76,51,121,2,1,197,24,231,60,0,8,1,16,46,80,111,112,117,112,66,97,99,107,103,114,111,117,110,100,2,1,160,178,27,52,0,8,1,9,46,95,49,104,121,119,101,116,102,2,1,116,33,41,147,0,8,1,13,46,98,45,99,111,111,107,105,101,45,98,97,114,2,1,231,246,78,184,0,8,1,9,46,98,97,114,45,73,110,102,111,2,1,73,93,226,167,0,8,1,8,46,98,108,111,99,107,85,73,2,3,84,136,1,183,108,107,187,162,227,217,45,102,0,8,1,16,46,98,108,111,99,107,101,114,45,99,111,111,107,105,101,115,2,1,32,116,185,12,0,8,1,21,46,99,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,98,97,114,2,1,219,1,34,67,0,8,1,8,46,99,45,108,97,121,101,114,2,1,29,134,64,152,0,8,1,16,46,99,45,109,111,100,97,108,45,99,111,111,107,105,101,115,2,1,126,216,48,164,0,8,1,8,46,99,95,109,111,100,97,108,2,1,14,88,145,90,0,8,1,3,46,99,98,2,1,192,195,211,246,0,8,1,15,46,99,99,45,98,97,110,110,101,114,45,119,114,97,112,2,1,94,236,46,114,0,8,1,11,46,99,99,45,116,114,105,103,103,101,114,2,1,202,96,81,245,0,8,1,4,46,99,111,107,2,1,111,208,125,23,0,8,1,14,46,99,111,109,109,111,110,80,114,105,118,97,99,121,2,1,49,62,168,39,0,8,1,12,46,99,111,110,115,101,116,45,119,114,97,112,2,1,133,212,188,79,0,8,1,16,46,99,111,110,116,97,105,110,101,114,95,95,98,111,100,121,2,1,200,224,169,99,0,8,1,19,46,99,111,111,107,105,101,45,102,97,100,101,45,119,105,110,100,111,119,2,1,200,157,58,33,0,8,1,15,46,99,111,111,107,105,101,115,45,99,97,110,118,97,115,2,5,19,124,217,81,38,177,105,201,150,80,154,68,200,230,9,154,220,205,115,91,0,8,1,23,46,99,111,111,107,105,101,115,45,100,105,97,108,111,103,45,119,114,97,112,112,101,114,2,1,129,120,116,10,0,8,1,20,46,99,111,111,107,105,101,115,45,112,111,112,117,112,45,115,104,111,114,116,2,1,221,124,46,31,0,8,1,18,46,99,111,111,107,105,101,115,95,112,97,110,101,108,95,119,114,112,2,1,108,91,71,118,0,8,1,3,46,99,115,2,2,127,160,152,244,151,170,20,86,0,8,1,11,46,99,115,115,45,112,118,57,57,55,99,2,1,16,82,65,232,0,8,1,16,46,101,108,101,99,116,114,111,45,111,118,101,114,108,97,121,2,1,101,244,122,198,0,8,1,23,46,101,115,45,99,111,111,107,105,101,115,45,98,97,114,45,119,114,97,112,112,101,114,2,1,92,103,126,139,0,8,1,4,46,101,117,99,2,2,124,84,185,37,247,99,88,26,0,8,1,15,46,102,105,120,101,100,45,99,101,110,116,101,114,101,100,2,1,45,180,9,52,0,8,1,6,46,102,108,97,115,104,2,1,159,151,227,105,0,8,1,12,46,102,108,111,97,116,70,111,111,116,101,114,2,1,103,243,103,82,0,8,1,8,46,102,110,120,95,95,99,99,2,1,157,188,78,5,0,8,1,7,46,104,74,105,65,82,77,2,1,192,41,248,106,0,8,1,29,46,105,109,112,111,114,116,97,110,116,45,113,117,101,115,116,105,111,110,95,95,98,97,99,107,100,114,111,112,2,1,199,23,188,166,0,8,1,27,46,105,109,112,111,114,116,97,110,116,45,113,117,101,115,116,105,111,110,95,95,100,105,97,108,111,103,2,1,199,23,188,166,0,8,1,13,46,105,110,99,111,110,115,101,110,116,45,99,99,2,1,119,243,103,98,0,8,1,10,46,105,110,102,111,45,111,107,110,111,2,1,142,37,7,133,0,8,1,8,46,106,45,99,105,110,102,111,2,1,118,249,190,219,0,8,1,7,46,106,115,115,51,54,51,2,1,188,85,160,231,0,8,1,23,46,106,117,115,116,105,102,121,45,99,111,110,116,101,110,116,45,99,101,110,116,101,114,2,1,69,114,244,8,0,8,1,7,46,107,83,73,79,84,81,2,1,120,179,226,151,0,8,1,7,46,108,97,118,119,110,97,2,1,170,169,124,139,0,8,1,16,46,108,103,71,97,70,117,46,115,99,45,65,120,105,75,119,2,1,116,37,8,22,0,8,1,10,46,109,99,99,45,109,111,100,97,108,2,1,96,131,37,48,0,8,1,14,46,109,111,100,97,108,66,97,99,107,100,114,111,112,2,3,23,183,195,195,116,25,179,194,231,240,36,157,0,8,1,12,46,109,111,100,97,108,87,105,110,100,111,119,2,3,23,183,195,195,116,25,179,194,231,240,36,157,0,8,1,13,46,111,112,116,105,110,87,114,97,112,112,101,114,2,3,162,147,104,1,174,135,98,34,214,251,190,219,0,8,1,9,46,115,105,116,101,45,109,115,103,2,1,184,222,63,130,0,8,1,11,46,115,109,45,119,114,97,112,112,101,114,2,2,67,0,119,240,116,18,140,148,0,8,1,12,46,115,122,100,99,45,45,109,111,100,97,108,2,1,158,87,176,31,0,8,1,25,46,115,122,110,45,99,109,112,45,100,105,97,108,111,103,45,99,111,110,116,97,105,110,101,114,2,1,135,94,197,116,0,8,1,8,46,116,111,112,73,110,102,111,2,1,141,85,164,8,0,8,1,40,46,117,105,95,119,105,100,103,101,116,115,95,117,110,105,116,45,99,111,111,107,105,101,115,95,112,114,101,102,50,48,50,50,95,102,111,111,116,101,114,2,1,116,28,108,9,0,8,1,11,46,117,112,111,122,111,114,110,101,110,105,2,1,199,169,79,3,0,8,1,13,46,117,115,101,114,83,101,116,116,105,110,103,115,2,1,163,117,180,46,0,8,1,14,46,119,97,114,110,105,110,103,45,109,111,100,97,108,2,1,94,122,148,129,0,8,1,14,46,119,114,97,112,112,101,114,95,100,104,104,99,122,2,1,53,60,145,230,0,0,1,38,91,115,116,121,108,101,94,61,34,112,111,115,105,116,105,111,110,58,32,102,105,120,101,100,59,32,108,101,102,116,58,32,48,112,120,59,34,93,2,1,187,207,114,131,0,0,1,15,100,105,118,46,112,111,112,117,112,45,115,104,97,100,101,2,1,186,128,22,51,0,0,1,74,100,105,118,91,115,116,121,108,101,94,61,34,116,101,120,116,45,97,108,105,103,110,58,108,101,102,116,59,32,112,97,100,100,105,110,103,58,32,49,48,112,120,32,50,48,112,120,59,32,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,32,35,70,70,70,59,34,93,2,1,87,39,18,158,0,0,1,45,102,111,114,109,91,115,116,121,108,101,94,61,34,100,105,115,112,108,97,121,58,98,108,111,99,107,59,112,111,115,105,116,105,111,110,58,32,102,105,120,101,100,59,34,93,2,1,11,108,48,175,0,16,1,12,35,80,79,80,85,80,83,95,82,79,79,84,2,1,80,16,150,232,0,16,1,11,35,99,45,108,45,119,105,100,103,101,116,2,1,233,104,169,136,0,16,1,10,35,99,111,110,115,101,110,116,85,73,2,1,238,86,9,91,0,16,1,16,35,99,111,111,107,105,101,45,97,99,99,101,112,116,101,114,2,1,18,157,159,222,0,16,1,21,35,99,111,111,107,105,101,115,65,99,99,101,112,116,87,114,97,112,112,101,114,2,1,73,142,237,63,0,16,1,10,35,102,105,120,101,100,68,105,118,50,2,1,55,45,106,7,0,16,1,8,35,108,98,109,111,100,97,108,2,2,3,113,103,112,124,226,74,34,0,16,1,16,35,108,98,109,111,100,97,108,45,111,118,101,114,108,97,121,2,1,124,226,74,34,0,16,1,11,35,109,111,100,97,108,76,97,121,101,114,2,1,64,6,148,92,0,16,1,24,35,109,121,98,97,110,107,101,114,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,2,1,254,161,242,183,0,8,1,6,46,98,49,52,99,99,2,1,45,160,55,158,0,8,1,27,46,98,97,99,107,103,114,111,117,110,100,67,111,118,101,114,87,114,97,112,112,101,114,95,99,97,119,2,1,73,142,237,63,0,8,1,21,46,98,103,45,115,100,45,98,108,117,101,45,115,101,99,111,110,100,97,114,121,2,1,180,111,221,10,0,8,1,9,46,98,108,111,99,107,98,107,103,2,1,120,90,44,26,0,8,1,20,46,98,111,114,100,101,114,45,98,111,100,121,45,45,98,111,116,116,111,109,2,1,78,46,140,177,0,8,1,10,46,99,45,111,118,101,114,108,97,121,2,2,100,96,103,83,112,228,162,156,0,8,1,10,46,99,99,45,100,105,97,108,111,103,2,1,186,129,209,140,0,8,1,23,46,99,111,111,107,105,101,45,109,111,100,97,108,45,99,111,110,116,97,105,110,101,114,2,1,238,26,118,224,0,8,1,13,46,99,117,115,116,111,109,45,112,111,112,117,112,2,1,191,98,65,144,0,8,1,7,46,102,111,111,116,101,114,2,1,6,127,45,187,0,8,1,6,46,104,112,95,99,99,2,1,103,76,57,88,0,8,1,16,46,105,110,102,111,98,97,114,45,119,114,97,112,112,101,114,2,1,46,59,53,158,0,8,1,17,46,106,115,45,97,108,101,114,116,45,112,114,105,118,97,99,121,2,1,90,190,77,168,0,8,1,6,46,109,116,115,110,98,2,1,219,95,168,91,0,8,1,16,46,110,111,116,105,102,105,99,97,116,105,111,110,98,97,114,2,2,60,44,52,148,106,204,114,123,0,8,1,12,46,112,111,112,45,111,118,101,114,108,97,121,2,2,93,16,235,16,150,135,75,67,0,8,1,10,46,112,111,112,117,112,45,109,115,103,2,1,160,115,162,72,0,8,1,16,46,112,114,105,118,97,99,121,45,119,114,97,112,112,101,114,2,1,8,10,81,147,0,8,1,8,46,112,117,115,104,45,117,112,2,1,123,154,122,52,0,8,1,19,46,114,101,103,105,111,110,45,112,97,103,101,45,98,111,116,116,111,109,2,1,19,220,109,212,0,8,1,10,46,115,101,112,116,105,109,97,99,99,2,1,60,23,52,73,0,8,1,15,46,115,104,45,112,97,103,101,45,110,111,116,105,99,101,2,1,100,165,242,213,0,8,1,12,46,119,112,99,45,111,118,101,114,108,97,121,2,1,149,246,222,194,0,8,1,10,46,119,112,99,45,112,111,112,117,112,2,1,149,246,222,194,0,0,1,29,100,105,118,91,99,108,97,115,115,94,61,34,67,111,111,107,105,101,115,45,109,111,100,117,108,101,45,34,93,2,1,102,158,191,230,0,16,1,17,35,66,108,117,114,114,121,66,97,99,107,103,114,111,117,110,100,2,1,226,210,188,105,0,16,1,11,35,67,111,111,107,105,101,119,97,108,108,2,1,212,106,2,51,0,16,1,12,35,73,68,70,99,111,111,107,105,101,86,51,2,1,139,101,150,252,0,16,1,3,35,84,49,2,1,101,45,25,63,0,16,1,17,35,84,82,67,79,45,97,112,112,108,105,99,97,116,105,111,110,2,1,139,94,71,105,0,16,1,11,35,87,71,98,101,115,104,114,107,103,106,2,1,187,93,10,148,0,16,1,11,35,87,71,105,106,103,120,107,104,106,118,2,1,111,22,34,252,0,16,1,11,35,87,71,110,122,109,104,101,101,108,104,2,1,56,241,70,223,0,16,1,11,35,87,71,117,122,110,116,116,101,113,104,2,3,186,113,49,109,187,112,255,47,239,179,52,197,0,16,1,11,35,97,99,99,45,98,111,116,116,111,109,2,1,107,142,83,135,0,16,1,14,35,97,99,99,101,112,116,115,99,112,50,48,49,50,2,1,186,10,204,80,0,16,1,14,35,97,118,103,45,99,111,110,116,97,105,110,101,114,2,1,140,7,163,48,0,16,1,6,35,99,45,98,97,114,2,1,103,16,241,238,0,16,1,22,35,99,99,109,95,110,111,116,105,102,105,99,97,116,105,111,110,95,104,111,115,116,2,1,139,95,54,253,0,16,1,10,35,99,105,87,114,97,112,112,101,114,2,1,173,61,118,107,0,16,1,4,35,99,107,109,2,1,50,78,141,198,0,16,1,6,35,99,107,112,111,108,2,1,30,25,241,68,0,16,1,14,35,99,111,109,112,45,106,107,109,111,100,55,99,109,2,1,242,81,149,233,0,16,1,15,35,99,111,110,115,101,110,116,45,112,108,117,103,105,110,2,13,14,58,230,199,16,70,99,0,21,109,146,70,38,100,92,92,41,180,63,196,52,234,55,207,139,104,227,16,176,34,1,114,182,94,127,144,190,147,223,200,233,121,151,194,250,185,31,13,253,197,250,141,0,16,1,13,35,99,111,110,115,101,110,116,77,111,100,97,108,2,1,56,78,165,21,0,16,1,38,35,99,111,111,107,105,101,45,112,114,111,109,112,116,45,109,111,100,97,108,95,95,95,66,86,95,109,111,100,97,108,95,111,117,116,101,114,95,2,1,182,118,148,224,0,16,1,18,35,99,111,111,107,105,101,95,112,111,112,117,112,95,98,111,100,121,2,1,190,147,21,97,0,16,1,14,35,99,111,111,107,105,101,99,104,111,105,99,101,115,2,1,139,91,106,213,0,16,1,14,35,99,111,111,107,105,101,108,97,119,95,105,100,102,2,1,187,206,176,154,0,16,1,22,35,99,111,111,107,105,101,108,97,119,95,105,100,102,95,111,118,101,114,108,97,121,2,1,187,206,176,154,0,16,1,15,35,99,111,111,107,105,101,112,111,112,117,112,98,111,120,2,1,196,84,184,94,0,16,1,14,35,99,111,111,107,105,101,115,95,109,111,100,97,108,2,1,236,218,107,145,0,16,1,13,35,99,119,101,116,45,119,114,97,112,112,101,114,2,1,209,179,72,58,0,16,1,7,35,100,97,114,107,101,114,2,1,94,124,31,62,0,16,1,6,35,101,114,103,99,98,2,1,37,165,195,154,0,16,1,11,35,103,97,45,99,111,110,115,101,110,116,2,1,222,198,31,20,0,16,1,13,35,103,97,108,108,101,116,97,45,109,97,105,110,2,4,53,133,146,5,193,125,64,117,223,231,76,203,255,155,109,230,0,16,1,19,35,103,100,112,114,45,99,111,111,107,105,101,45,100,105,97,108,111,103,2,1,193,210,254,72,0,16,1,21,35,103,108,111,98,97,108,109,101,115,115,97,103,101,95,104,111,108,100,101,114,2,1,112,240,208,174,0,16,1,8,35,108,111,97,100,105,110,103,2,4,58,184,20,92,74,43,234,15,234,218,207,200,248,183,116,111,0,16,1,11,35,109,109,45,99,99,45,119,114,97,112,2,1,132,117,169,153,0,16,1,17,35,109,112,45,112,111,112,117,112,111,118,101,114,108,97,121,49,2,1,27,102,62,18,0,16,1,13,35,110,111,116,105,102,105,99,97,116,105,111,110,2,1,20,61,216,243,0,16,1,17,35,110,111,116,105,102,105,99,97,116,105,111,110,45,98,97,114,2,1,93,14,10,118,0,16,1,10,35,115,116,79,118,101,114,108,97,121,2,1,34,125,127,185,0,16,1,11,35,115,116,79,118,101,114,108,97,121,66,2,1,34,125,127,185,0,16,1,8,35,115,119,105,116,99,104,50,2,1,100,26,124,64,0,16,1,8,35,116,111,99,109,97,115,107,2,1,173,86,61,186,0,16,1,8,35,117,100,116,68,97,114,107,2,2,30,23,135,209,76,10,0,246,0,8,1,26,46,71,100,112,114,45,109,111,100,117,108,101,95,95,103,100,112,114,95,95,95,111,120,81,106,68,2,1,243,177,240,183,0,8,1,7,46,72,95,77,104,112,90,2,1,60,14,139,54,0,8,1,12,46,77,111,100,97,108,67,111,111,107,105,101,2,1,171,134,83,120,0,8,1,28,46,77,117,105,66,97,99,107,100,114,111,112,45,114,111,111,116,46,99,115,115,45,51,99,50,54,108,101,2,1,111,73,26,59,0,8,1,11,46,80,97,110,101,108,80,111,112,85,112,2,1,179,211,181,169,0,8,1,7,46,95,49,49,99,97,95,2,2,143,67,6,24,193,113,87,175,0,8,1,7,46,95,49,50,100,57,55,2,4,45,67,5,161,134,59,34,101,228,192,20,141,235,28,66,61,0,8,1,14,46,95,50,49,98,57,57,49,51,49,56,52,52,52,2,1,165,193,29,147,0,8,1,7,46,95,50,109,109,121,98,2,4,45,67,5,161,134,59,34,101,228,192,20,141,235,28,66,61,0,8,1,14,46,95,99,98,97,100,57,98,97,102,100,52,49,55,2,1,165,193,29,147,0,8,1,16,46,97,98,115,111,108,117,116,101,45,100,105,97,108,111,103,2,1,11,190,219,89,0,8,1,17,46,97,103,101,99,104,101,99,107,45,119,114,97,112,112,101,114,2,2,34,141,162,96,240,62,33,60,0,8,1,10,46,97,109,111,118,101,114,108,97,121,2,1,10,53,234,168,0,8,1,4,46,97,118,103,2,1,216,72,102,71,0,8,1,16,46,98,97,99,107,103,114,111,117,110,100,45,102,97,100,101,2,1,105,208,68,118,0,8,1,18,46,98,97,99,107,103,114,111,117,110,100,111,118,101,114,108,97,121,2,2,98,21,43,185,254,143,27,2,0,8,1,21,46,98,97,108,108,111,111,110,95,110,111,116,105,102,105,99,97,116,105,111,110,2,1,29,210,84,175,0,8,1,22,46,98,97,114,45,100,105,115,112,108,97,121,46,99,111,110,116,97,105,110,101,114,2,1,205,56,235,179,0,8,1,12,46,98,108,111,99,107,45,49,50,49,45,49,2,1,38,100,7,90,0,8,1,7,46,98,109,97,68,121,100,2,1,139,93,238,65,0,8,1,19,46,98,110,114,45,110,111,116,105,99,101,45,99,117,114,116,97,105,110,2,1,13,74,34,125,0,8,1,10,46,98,111,45,99,98,45,98,97,114,2,1,73,234,80,242,0,8,1,10,46,98,111,116,116,111,109,45,50,48,2,1,44,45,76,234,0,8,1,9,46,99,45,110,111,116,105,99,101,2,1,84,43,14,23,0,8,1,11,46,99,99,45,45,119,105,110,100,111,119,2,1,190,148,62,213,0,8,1,9,46,99,99,45,112,111,112,117,112,2,1,28,105,66,18,0,8,1,8,46,99,99,95,114,111,111,116,2,1,149,141,243,20,0,8,1,17,46,99,99,109,45,98,97,110,110,101,114,45,115,109,97,108,108,2,1,38,163,99,29,0,8,1,17,46,99,99,109,45,98,111,116,116,111,109,45,115,108,105,100,101,2,1,38,163,99,29,0,8,1,6,46,99,103,45,56,50,2,1,90,151,146,184,0,8,1,6,46,99,103,45,57,55,2,1,90,151,146,184,0,8,1,7,46,99,104,74,102,80,66,2,1,139,93,238,65,0,8,1,8,46,99,107,79,117,116,101,114,2,1,247,146,72,42,0,8,1,27,46,99,108,95,99,111,111,107,105,101,95,110,111,116,105,99,101,95,99,111,110,116,97,105,110,101,114,2,1,229,180,172,37,0,8,1,29,46,99,111,108,111,114,45,105,110,118,101,114,116,46,102,111,110,116,45,115,105,122,101,45,115,109,97,108,108,2,1,11,83,14,126,0,8,1,28,46,99,111,109,112,111,110,101,110,116,45,45,102,114,101,111,45,99,111,111,107,105,101,108,101,118,101,108,2,1,139,96,212,217,0,8,1,17,46,99,111,110,115,101,110,116,45,98,97,99,107,100,114,111,112,2,1,151,222,108,224,0,8,1,21,46,99,111,110,115,101,110,116,45,119,97,108,108,45,111,118,101,114,108,97,121,2,1,139,105,59,44,0,8,1,14,46,99,111,111,107,105,101,45,45,88,112,98,70,77,2,1,16,185,145,209,0,8,1,18,46,99,111,111,107,105,101,45,99,111,109,112,111,110,101,110,116,115,2,1,171,128,130,198,0,8,1,20,46,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,2,1,103,9,179,51,0,8,1,15,46,99,111,111,107,105,101,45,111,118,101,114,108,97,121,2,1,109,188,72,9,0,8,1,43,46,99,111,111,107,105,101,45,112,101,114,109,105,115,115,105,111,110,45,99,111,110,116,97,105,110,101,114,45,112,111,112,117,112,45,98,97,99,107,100,114,111,112,2,1,100,15,100,44,0,8,1,16,46,99,111,111,107,105,101,45,115,101,116,116,105,110,103,115,2,1,46,180,161,105,0,8,1,12,46,99,111,111,107,105,101,45,119,97,108,108,2,2,145,171,116,93,206,11,51,215,0,8,1,25,46,99,111,111,107,105,101,115,45,112,111,112,117,112,45,98,97,99,107,103,114,111,117,110,100,2,1,104,151,163,7,0,8,1,21,46,99,111,111,107,105,101,115,45,112,111,112,117,112,45,100,105,97,108,111,103,2,1,104,151,163,7,0,8,1,11,46,99,111,111,107,105,101,119,97,108,108,2,1,153,147,176,101,0,8,1,28,46,99,111,111,107,105,101,119,97,108,108,45,98,97,110,110,101,114,45,99,111,110,116,97,105,110,101,114,2,1,33,220,58,188,0,8,1,17,46,99,111,111,107,105,101,119,97,108,108,45,109,111,100,97,108,2,2,38,40,208,133,108,39,222,129,0,8,1,9,46,99,111,111,111,107,105,101,115,2,1,157,79,143,51,0,8,1,11,46,99,115,115,45,107,114,116,106,53,115,2,1,139,99,24,69,0,8,1,11,46,99,115,115,45,117,117,113,99,55,98,2,2,177,76,202,5,183,57,196,76,0,8,1,9,46,99,116,45,109,111,100,97,108,2,1,189,109,202,20,0,8,1,7,46,99,117,74,68,101,120,2,1,88,101,12,138,0,8,1,15,46,99,117,115,116,111,109,45,99,111,110,115,101,110,116,2,6,40,119,190,134,121,71,239,210,159,1,20,33,179,138,212,49,179,162,100,97,215,70,17,241,0,8,1,7,46,99,118,65,81,119,76,2,1,88,101,12,138,0,8,1,18,46,100,105,97,108,111,103,95,98,111,120,95,95,102,97,105,95,49,2,1,139,101,44,44,0,8,1,23,46,100,105,97,108,111,103,95,108,105,103,104,116,98,111,120,95,95,49,79,49,103,67,2,1,139,101,44,44,0,8,1,18,46,100,109,99,99,77,97,107,101,83,101,108,101,99,116,105,111,110,2,1,139,98,232,242,0,8,1,7,46,101,111,118,78,98,106,2,1,88,101,12,138,0,8,1,19,46,101,115,116,114,97,116,101,103,121,45,99,99,45,112,111,112,117,112,2,1,41,177,195,193,0,8,1,17,46,102,97,110,99,121,98,111,120,45,111,118,101,114,108,97,121,2,3,16,174,60,170,52,255,118,59,113,87,217,115,0,8,1,11,46,102,111,111,116,101,114,45,109,115,103,2,1,45,100,28,245,0,8,1,20,46,102,111,111,116,101,114,45,110,111,116,105,102,105,99,97,116,105,111,110,2,1,214,178,213,21,0,8,1,15,46,102,114,101,101,122,101,45,111,118,101,114,108,97,121,2,1,119,28,26,40,0,8,1,7,46,104,85,97,112,65,76,2,1,245,200,100,241,0,8,1,14,46,104,101,97,100,101,114,45,110,111,116,105,99,101,2,2,68,232,101,119,220,191,74,123,0,8,1,23,46,104,111,109,101,32,62,32,100,105,118,32,62,32,46,104,121,100,114,97,116,101,100,2,1,108,80,100,45,0,8,1,9,46,105,110,100,45,99,98,97,114,2,1,214,119,66,245,0,8,1,31,46,105,110,100,101,120,45,109,111,100,117,108,101,45,45,99,111,110,116,97,105,110,101,114,45,45,49,53,105,99,109,2,1,69,133,191,190,0,8,1,17,46,106,99,45,98,115,51,45,99,111,110,116,97,105,110,101,114,2,1,144,30,167,0,0,8,1,7,46,106,113,105,98,111,120,2,1,47,67,123,106,0,8,1,11,46,106,113,109,67,111,110,102,105,114,109,2,1,250,61,99,81,0,8,1,7,46,106,115,115,49,55,57,2,1,149,146,8,204,0,8,1,7,46,106,115,115,50,51,54,2,1,149,146,8,204,0,8,1,7,46,107,82,88,79,121,122,2,1,10,30,234,111,0,8,1,15,46,107,111,101,107,106,101,45,99,111,110,116,101,110,116,2,1,97,66,197,170,0,8,1,7,46,107,114,100,107,110,102,2,1,71,88,173,28,0,8,1,10,46,109,97,105,110,115,116,105,99,107,2,1,220,156,147,104,0,8,1,8,46,109,101,110,116,105,111,110,2,1,141,84,33,162,0,8,1,24,46,109,101,115,115,97,103,101,45,112,111,112,117,112,45,99,111,111,107,105,101,45,108,113,2,1,15,184,220,62,0,8,1,20,46,109,105,106,110,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,2,1,44,121,40,129,0,8,1,15,46,109,111,100,97,108,115,45,111,118,101,114,108,97,121,2,1,20,200,184,202,0,8,1,12,46,109,111,100,97,108,119,105,110,100,111,119,2,2,98,21,43,185,254,143,27,2,0,8,1,7,46,110,111,98,108,117,114,2,3,74,43,234,15,234,218,207,200,248,183,116,111,0,8,1,22,46,110,111,116,105,102,105,99,97,116,105,111,110,67,111,110,116,97,105,110,101,114,2,1,123,237,173,219,0,8,1,22,46,110,111,116,105,102,105,99,97,116,105,111,110,115,45,109,97,110,97,103,101,114,2,1,172,197,249,199,0,8,1,10,46,111,110,100,101,114,98,97,108,107,2,1,27,3,206,85,0,8,1,5,46,111,114,101,111,2,1,114,177,171,129,0,8,1,14,46,111,116,45,99,111,111,107,105,101,45,98,97,114,2,1,40,160,216,209,0,8,1,12,46,112,105,110,45,98,46,102,105,120,101,100,2,1,20,135,190,76,0,8,1,8,46,112,111,112,109,97,107,101,2,1,38,46,186,30,0,8,1,15,46,112,111,112,117,112,45,98,97,99,107,100,114,111,112,2,1,139,109,2,173,0,8,1,11,46,112,111,112,117,112,95,109,97,105,110,2,1,32,131,150,254,0,8,1,28,46,112,111,112,117,112,98,117,105,108,100,101,114,45,119,105,100,103,101,116,45,99,111,110,116,101,110,116,2,1,17,173,21,128,0,8,1,15,46,112,111,115,105,116,105,111,110,45,102,105,120,101,100,2,1,11,83,14,126,0,8,1,21,46,112,114,111,114,97,105,108,45,99,111,111,107,105,101,45,112,111,112,117,112,2,1,175,213,222,144,0,8,1,21,46,112,116,104,117,45,100,105,97,108,111,103,95,95,109,111,100,97,108,98,103,2,1,139,105,174,54,0,8,1,15,46,114,101,118,101,97,108,45,111,118,101,114,108,97,121,2,1,121,193,75,19,0,8,1,14,46,114,101,118,105,101,119,45,98,97,110,110,101,114,2,1,190,148,58,131,0,8,1,13,46,114,111,119,45,109,100,45,115,112,108,105,116,2,1,32,103,20,197,0,8,1,9,46,114,115,116,98,111,120,101,115,2,1,99,77,196,144,0,8,1,18,46,115,45,99,111,111,107,105,101,95,95,109,111,100,97,108,51,50,2,1,93,119,5,213,0,8,1,17,46,115,99,45,103,109,109,88,65,103,46,98,102,68,99,119,69,2,1,10,30,234,111,0,8,1,10,46,115,99,45,104,71,80,66,106,73,2,1,88,101,12,138,0,8,1,15,46,115,104,45,112,97,103,101,45,110,111,116,105,99,101,2,1,2,49,172,67,0,8,1,10,46,115,104,111,119,46,100,97,114,107,2,1,77,2,177,72,0,8,1,18,46,115,105,116,101,45,110,111,116,105,102,105,99,97,116,105,111,110,2,1,8,95,185,78,0,8,1,19,46,115,110,97,99,107,98,97,114,45,99,111,110,116,97,105,110,101,114,2,1,90,107,249,183,0,8,1,8,46,115,116,80,111,112,117,112,2,1,34,125,127,185,0,8,1,16,46,115,116,105,99,107,45,116,111,45,98,111,116,116,111,109,2,1,134,153,86,57,0,8,1,30,46,115,116,121,108,101,95,95,83,67,111,111,107,105,101,66,97,114,45,115,99,45,117,119,106,110,51,107,45,48,2,1,139,105,175,86,0,8,1,20,46,116,45,99,111,111,107,105,101,45,98,97,114,45,104,111,108,100,101,114,2,1,103,254,222,112,0,8,1,3,46,116,98,2,1,131,183,72,36,0,8,1,6,46,116,100,101,99,99,2,5,88,118,238,144,139,94,117,183,178,168,165,84,215,70,134,41,251,82,224,130,0,8,1,26,46,116,111,116,97,108,45,112,108,117,115,45,112,114,105,118,97,99,121,45,112,111,108,105,99,121,2,1,71,115,163,129,0,8,1,25,46,117,115,101,114,45,99,111,110,102,105,114,109,97,116,105,111,110,45,115,99,114,101,101,110,2,1,190,147,219,16,0,8,1,15,46,118,45,98,111,116,116,111,109,45,115,104,101,101,116,2,1,70,46,81,86,0,8,1,19,46,118,105,97,45,109,111,100,97,108,45,45,99,111,110,115,101,110,116,2,2,27,102,62,18,170,252,144,15,0,8,1,30,46,118,105,115,105,111,45,97,110,97,108,121,116,105,99,115,45,99,111,111,107,105,101,45,110,111,116,105,99,101,2,1,127,75,11,242,0,8,1,5,46,119,97,108,108,2,2,83,88,115,221,188,94,58,130,0,8,1,17,46,122,45,53,48,46,98,111,116,116,111,109,45,50,92,46,53,2,1,234,6,38,111,0,0,1,42,91,97,114,105,97,45,100,101,115,99,114,105,98,101,100,98,121,61,34,99,111,111,107,105,101,45,98,97,110,110,101,114,45,109,101,115,115,97,103,101,34,93,2,1,135,236,185,232,0,0,1,24,91,99,108,97,115,115,94,61,34,67,111,111,107,105,101,115,77,111,100,97,108,95,34,93,2,1,107,141,219,123,0,0,1,27,91,100,97,116,97,45,99,121,61,34,99,111,110,115,101,110,116,45,119,114,97,112,112,101,114,34,93,2,1,149,146,8,204,0,0,1,17,91,120,45,114,101,102,61,34,99,111,111,107,105,101,115,34,93,2,1,18,137,224,141,0,0,1,16,99,99,109,45,110,111,116,105,102,105,99,97,116,105,111,110,2,1,190,147,235,150,0,0,1,26,99,111,110,115,101,110,116,45,115,108,105,100,101,45,105,110,45,99,111,109,112,111,110,101,110,116,2,1,107,213,71,141,0,0,1,6,99,111,111,107,105,101,2,1,190,148,11,162,0,0,1,24,100,105,118,91,99,108,97,115,115,94,61,34,67,111,111,107,105,101,66,97,114,95,34,93,2,1,178,26,226,156,0,0,1,25,100,105,118,91,99,108,97,115,115,94,61,34,67,111,111,107,105,101,87,97,108,108,95,34,93,2,1,115,231,30,132,0,0,1,91,100,105,118,91,115,116,121,108,101,61,34,109,97,114,103,105,110,58,32,50,48,112,120,59,32,112,97,100,100,105,110,103,45,108,101,102,116,58,50,48,112,120,59,32,112,97,100,100,105,110,103,45,114,105,103,104,116,58,50,48,112,120,59,98,111,114,100,101,114,58,32,49,112,120,32,100,111,116,116,101,100,32,35,57,57,57,57,57,57,34,93,2,1,4,255,113,173,0,0,1,10,109,97,105,110,32,126,32,100,105,118,2,1,186,191,210,101,0,16,1,12,35,102,114,101,101,122,95,112,97,110,101,108,2,1,243,23,222,130,0,8,1,17,46,67,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,2,1,250,241,235,23,0,8,1,16,46,67,45,109,111,100,97,108,45,111,118,101,114,108,97,121,2,1,250,241,235,23,0,8,1,24,46,67,111,111,107,105,101,66,97,110,110,101,114,45,98,97,99,107,103,114,111,117,110,100,2,1,174,85,51,40,0,8,1,8,46,98,108,117,101,45,98,103,2,1,88,162,26,210,0,0,1,30,46,99,99,107,92,58,99,111,111,107,105,101,45,110,111,116,105,99,101,95,95,99,111,110,116,97,105,110,101,114,2,1,87,166,229,44,0,8,1,11,46,99,115,115,45,53,52,55,99,114,112,2,1,80,185,49,129,0,8,1,14,46,100,105,97,108,111,103,45,119,105,110,100,111,119,2,1,5,203,53,134,0,8,1,19,46,100,105,115,99,108,97,105,109,101,114,45,119,114,97,112,112,101,114,2,1,243,99,61,187,0,8,1,9,46,100,105,118,95,99,111,111,99,2,1,179,117,122,111,0,8,1,7,46,101,86,73,90,70,118,2,1,250,231,58,69,0,8,1,7,46,103,115,79,84,118,110,2,1,250,231,58,69,0,8,1,6,46,109,101,109,75,73,2,1,163,8,125,199,0,8,1,15,46,109,111,100,97,97,108,45,111,118,101,114,108,97,121,2,1,250,141,135,15,0,8,1,15,46,109,111,100,97,97,108,45,119,114,97,112,112,101,114,2,1,250,141,135,15,0,8,1,15,46,112,111,95,112,111,112,117,112,95,116,121,112,101,50,2,1,165,143,11,173,0,8,1,30,46,115,116,121,108,101,115,95,99,111,111,107,105,101,67,111,110,116,97,105,110,101,114,95,95,51,112,107,77,121,2,1,110,34,45,211,0,8,1,19,46,118,100,45,109,101,115,115,97,103,101,45,119,114,97,112,112,101,114,2,1,235,63,240,94,0,8,1,9,46,119,49,120,114,111,101,107,57,2,1,244,119,108,187,0,0,1,37,91,115,116,121,108,101,94,61,34,98,111,116,116,111,109,58,32,48,112,120,59,32,104,101,105,103,104,116,58,32,53,48,112,120,59,34,93,2,1,90,147,209,168,0,16,1,38,35,95,95,110,101,120,116,32,62,32,100,105,118,46,77,117,105,66,111,120,45,114,111,111,116,58,108,97,115,116,45,111,102,45,116,121,112,101,2,1,21,19,69,70,0,16,1,17,35,99,111,111,107,105,101,45,105,110,102,111,45,119,114,97,112,2,1,224,248,164,116,0,16,1,9,35,99,112,95,112,111,112,117,112,2,3,3,18,7,35,24,4,45,146,47,239,190,222,0,16,1,9,35,101,118,97,115,116,101,101,116,2,4,5,64,143,179,128,39,131,236,232,235,225,189,253,139,127,153,0,16,1,16,35,103,116,109,67,111,111,107,105,101,66,97,110,110,101,114,2,1,46,9,154,144,0,16,1,7,35,107,109,45,99,99,119,2,1,132,204,198,3,0,16,1,9,35,110,97,112,115,117,95,99,99,2,1,17,112,62,39,0,16,1,15,35,115,105,119,97,45,99,111,111,107,105,101,98,97,114,2,1,248,10,212,234,0,8,1,30,46,77,111,100,97,108,83,117,98,77,111,100,117,108,101,95,111,118,101,114,108,97,121,95,95,113,103,57,73,76,2,1,55,121,58,219,0,8,1,13,46,95,95,108,100,95,99,111,111,107,105,101,115,2,1,71,62,153,254,0,8,1,13,46,97,110,105,109,97,116,101,46,109,97,115,107,2,1,233,213,99,65,0,8,1,19,46,98,111,108,116,45,99,111,111,107,105,101,45,98,97,110,110,101,114,2,1,41,207,99,22,0,8,1,6,46,99,103,45,57,55,2,1,225,87,7,91,0,8,1,18,46,99,104,50,45,100,105,97,108,111,103,45,98,111,116,116,111,109,2,1,92,205,215,173,0,8,1,21,46,99,108,105,45,112,111,112,117,112,98,97,114,45,111,118,101,114,108,97,121,2,1,102,83,186,61,0,8,1,16,46,99,111,110,116,97,105,110,101,114,45,97,103,114,101,101,2,1,171,10,221,250,0,8,1,23,46,99,111,111,107,105,101,45,110,111,116,105,99,101,45,108,105,103,104,116,98,111,120,2,1,233,213,99,65,0,8,1,21,46,99,111,111,107,105,101,95,109,111,100,97,108,95,111,118,101,114,108,97,121,2,1,253,174,191,39,0,8,1,11,46,99,115,45,111,118,101,114,108,97,121,2,1,50,110,221,255,0,8,1,12,46,99,115,115,45,49,51,106,101,119,117,97,2,1,18,109,163,165,0,8,1,27,46,100,105,97,108,111,103,66,97,110,110,101,114,45,45,97,108,105,103,110,45,98,111,116,116,111,109,2,1,131,84,55,71,0,8,1,7,46,101,105,97,98,121,106,2,1,148,124,21,248,0,8,1,29,46,102,105,114,115,116,45,112,97,103,101,45,111,102,45,97,99,99,101,112,116,45,99,111,111,107,105,101,115,2,1,199,5,118,2,0,8,1,7,46,103,68,70,87,116,76,2,1,199,160,250,208,0,8,1,19,46,103,100,112,114,80,111,112,85,112,45,114,111,111,116,45,49,122,84,2,1,234,169,56,134,0,8,1,24,46,103,110,97,118,95,110,111,116,105,102,105,99,97,116,105,111,110,45,112,111,112,117,112,2,1,118,30,119,11,0,8,1,23,46,104,99,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,2,1,43,26,42,214,0,8,1,7,46,105,78,103,71,120,121,2,1,143,152,145,179,0,8,1,8,46,105,114,46,105,113,46,104,2,1,17,240,229,135,0,8,1,7,46,106,102,67,72,78,122,2,1,182,82,134,85,0,8,1,7,46,107,99,76,81,122,80,2,1,34,155,103,86,0,8,1,15,46,107,105,105,116,111,115,45,99,111,111,107,105,101,115,2,1,56,164,123,211,0,8,1,18,46,108,109,115,45,99,111,110,115,101,110,116,45,109,111,100,97,108,2,1,118,216,142,105,0,8,1,5,46,108,112,99,110,2,1,14,167,67,247,0,8,1,30,46,109,97,110,97,103,101,45,99,111,110,115,101,110,116,115,45,112,111,112,117,112,45,119,114,97,112,112,101,114,2,3,39,138,135,200,76,244,175,80,214,100,168,71,0,8,1,21,46,109,111,100,97,108,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,2,2,61,16,39,179,255,3,80,198,0,8,1,43,46,110,103,45,115,99,111,112,101,91,110,103,45,105,102,36,61,34,99,117,115,116,111,109,67,111,110,115,101,110,116,77,97,110,97,103,101,109,101,110,116,34,93,2,1,20,39,163,201,0,8,1,15,46,110,111,116,105,99,101,45,45,99,111,111,107,105,101,2,3,15,14,29,188,39,244,68,2,226,84,162,233,0,8,1,21,46,110,111,116,105,102,105,99,97,116,105,111,110,45,119,97,114,110,105,110,103,2,1,95,41,234,187,0,8,1,14,46,110,111,116,105,102,105,99,97,116,105,111,110,115,2,1,67,223,201,34,0,8,1,31,46,111,110,101,116,114,117,115,116,45,112,99,45,100,97,114,107,45,102,105,108,116,101,114,91,115,116,121,108,101,93,2,1,19,131,170,60,0,8,1,54,46,111,110,101,116,114,117,115,116,45,112,99,45,100,97,114,107,45,102,105,108,116,101,114,91,115,116,121,108,101,93,32,43,32,35,111,110,101,116,114,117,115,116,45,98,97,110,110,101,114,45,115,100,107,2,1,19,131,170,60,0,8,1,13,46,111,118,101,114,108,97,121,99,108,97,115,115,2,1,133,195,185,67,0,8,1,23,46,111,118,101,114,108,97,121,115,32,62,32,46,98,97,99,107,103,114,111,117,110,100,2,1,166,30,103,73,0,8,1,11,46,114,105,98,98,111,110,45,50,56,48,2,1,28,6,161,35,0,8,1,7,46,114,115,116,98,111,120,2,1,111,75,72,43,0,8,1,25,46,115,45,100,105,97,108,111,103,45,112,111,115,105,116,105,111,110,45,98,111,116,116,111,109,2,1,203,215,74,187,0,8,1,13,46,115,105,116,101,45,111,118,101,114,108,97,121,2,1,203,215,71,25,0,8,1,14,46,115,118,101,108,116,101,45,55,55,114,105,122,105,2,1,128,79,103,41,0,8,1,36,46,116,45,98,111,100,121,45,115,109,97,108,108,46,106,117,115,116,105,102,121,45,99,111,110,116,101,110,116,45,99,101,110,116,101,114,2,1,19,235,54,138,0,8,1,30,46,117,45,112,111,115,105,116,105,111,110,45,102,105,120,101,100,46,117,45,122,105,110,100,101,120,45,49,48,48,2,1,165,140,205,20,0,8,1,17,46,118,45,45,109,111,100,97,108,45,111,118,101,114,108,97,121,2,1,231,140,131,193,0,8,1,16,46,118,45,115,110,97,99,107,45,45,98,111,116,116,111,109,2,1,216,42,245,108,0,8,1,20,46,118,97,114,109,97,45,102,111,111,116,101,114,45,115,116,105,99,107,121,2,1,19,235,180,151,0,8,1,14,46,118,116,45,100,105,115,99,108,97,105,109,101,114,2,1,203,215,58,159,0,8,1,9,46,119,49,120,114,111,101,107,57,2,1,219,137,84,20,0,0,1,56,91,99,108,97,115,115,94,61,34,115,116,121,108,101,100,66,97,114,78,111,116,105,102,105,99,97,116,105,111,110,95,95,66,97,114,78,111,116,105,102,105,99,97,116,105,111,110,87,114,97,112,112,101,114,34,93,2,1,51,244,154,143,0,0,1,76,91,115,116,121,108,101,61,34,119,105,100,116,104,58,49,48,48,37,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,70,48,70,48,70,48,59,112,97,100,100,105,110,103,58,49,48,112,120,59,116,101,120,116,45,97,108,105,103,110,58,99,101,110,116,101,114,34,93,2,1,106,208,168,254,0,0,1,11,98,119,45,105,110,102,111,45,98,97,114,2,1,108,69,11,28,0,0,1,12,100,105,118,32,62,32,46,99,103,45,53,55,2,1,225,87,7,91,0,0,1,52,100,105,118,91,97,114,105,97,45,108,97,98,101,108,61,34,68,101,110,110,97,32,119,101,98,98,112,108,97,116,115,32,97,110,118,228,110,100,101,114,32,119,101,98,98,107,97,107,111,114,34,93,2,2,18,97,205,8,118,25,42,219,0,0,1,48,100,105,118,91,97,114,105,97,45,108,97,98,101,108,61,34,83,105,118,117,115,116,111,108,108,97,32,107,228,121,116,101,116,228,228,110,32,101,118,228,115,116,101,105,116,228,34,93,2,2,18,97,205,8,118,25,42,219,0,0,1,43,100,105,118,91,97,114,105,97,45,108,97,98,101,108,61,34,84,104,105,115,32,119,101,98,115,105,116,101,32,117,115,101,115,32,99,111,111,107,105,101,115,34,93,2,2,18,97,205,8,118,25,42,219,0,0,1,39,100,105,118,91,99,108,97,115,115,94,61,34,67,111,111,107,105,101,67,111,110,115,101,110,116,95,99,111,110,116,97,105,110,101,114,95,95,34,93,2,1,19,235,246,124,0,0,1,34,100,105,118,91,99,108,97,115,115,94,61,34,67,111,111,107,105,101,115,84,111,111,108,116,105,112,83,116,121,108,101,95,34,93,2,1,118,30,23,64,0,0,1,128,0,0,0,159,100,105,118,91,115,116,121,108,101,61,34,112,111,115,105,116,105,111,110,58,32,102,105,120,101,100,59,32,98,111,116,116,111,109,58,32,48,112,120,59,32,108,101,102,116,58,32,48,112,120,59,32,114,105,103,104,116,58,32,48,112,120,59,32,100,105,115,112,108,97,121,58,32,102,108,101,120,59,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,32,122,45,105,110,100,101,120,58,32,49,48,48,48,48,48,59,32,116,114,97,110,115,105,116,105,111,110,58,32,116,114,97,110,115,102,111,114,109,32,50,48,48,109,115,32,101,97,115,101,32,48,115,59,34,93,2,2,71,144,102,14,78,95,243,252,0,0,1,48,100,105,118,91,115,116,121,108,101,94,61,34,111,112,97,99,105,116,121,58,32,49,59,32,104,101,105,103,104,116,58,32,34,93,91,115,116,121,108,101,36,61,34,112,120,59,34,93,2,1,186,14,78,111,0,0,1,43,100,105,118,91,115,116,121,108,101,94,61,34,112,111,115,105,116,105,111,110,58,102,105,120,101,100,59,114,105,103,104,116,58,48,59,116,111,112,58,48,59,34,93,2,1,99,255,151,3,0,0,1,56,100,105,118,91,115,116,121,108,101,94,61,34,115,116,121,108,101,61,119,105,100,116,104,58,49,48,48,37,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,70,48,70,48,70,48,59,34,93,2,1,106,208,168,254,0,0,1,19,105,109,116,45,99,111,110,115,101,110,116,45,111,118,101,114,108,97,121,2,1,203,215,41,178,0,0,1,36,115,101,99,116,105,111,110,91,97,114,105,97,45,108,97,98,101,108,61,34,65,99,99,101,112,116,32,67,111,111,107,105,101,115,34,93,2,1,18,89,97,70,0,0,1,39,115,101,99,116,105,111,110,91,99,108,97,115,115,94,61,34,80,114,105,118,97,99,121,67,111,110,115,101,110,116,66,97,110,110,101,114,95,34,93,2,7,71,129,251,225,84,170,120,206,114,107,112,116,142,160,149,115,165,148,4,201,173,180,101,47,239,210,150,82,0,8,1,37,46,115,116,121,108,101,115,95,97,99,99,101,112,116,67,111,111,107,105,101,115,67,111,110,116,97,105,110,101,114,95,95,50,50,99,117,89,2,1,243,3,245,124,0,16,1,24,35,67,111,111,107,105,101,71,100,112,114,67,111,110,115,101,110,116,66,97,110,110,101,114,2,1,233,64,129,131,0,16,1,15,35,67,111,111,107,105,101,115,83,101,99,116,105,111,110,2,1,183,99,141,164,0,16,1,19,35,78,77,67,111,111,107,105,101,95,99,111,110,116,97,105,110,101,114,2,1,52,127,189,173,0,16,1,12,35,97,100,118,101,114,116,45,111,110,99,101,2,1,196,7,12,125,0,16,1,10,35,98,116,109,95,116,101,114,109,115,2,1,230,180,48,101,0,16,1,19,35,99,111,110,115,101,110,116,80,108,97,99,101,104,111,108,100,101,114,2,1,180,181,193,153,0,16,1,11,35,99,111,111,107,83,69,84,119,105,110,2,1,10,247,160,240,0,16,1,18,35,99,111,111,107,105,101,115,95,99,111,109,112,111,110,101,110,116,2,1,182,82,129,243,0,16,1,22,35,99,111,111,107,105,101,115,101,116,116,105,110,103,115,45,100,105,97,108,111,103,2,1,247,144,168,214,0,16,1,3,35,99,112,2,1,89,244,45,200,0,16,1,11,35,100,105,115,99,108,97,105,109,101,114,2,1,207,130,66,39,0,16,1,20,35,101,108,73,110,115,111,109,110,105,97,67,111,111,107,105,101,66,97,114,2,1,189,88,75,48,0,16,1,4,35,101,117,99,2,1,69,72,75,86,0,16,1,8,35,109,121,77,111,100,97,108,2,1,89,239,32,199,0,16,1,8,35,109,121,80,111,112,117,112,2,1,168,245,204,71,0,16,1,14,35,112,111,108,105,99,121,45,110,111,116,105,99,101,2,1,159,35,124,43,0,16,1,15,35,114,111,111,116,32,62,32,46,101,89,71,81,68,105,2,1,128,31,26,162,0,16,1,9,35,114,115,116,98,111,120,95,50,2,1,103,102,150,109,0,16,1,14,35,116,99,45,112,110,108,46,111,112,101,110,101,100,2,1,253,76,159,120,0,16,1,14,35,117,115,105,110,103,45,99,111,111,107,105,101,115,2,1,151,112,254,82,0,8,1,36,46,67,111,111,107,105,101,80,111,108,105,99,121,73,110,102,111,95,95,99,111,110,116,97,105,110,101,114,95,95,95,50,100,100,105,45,2,1,110,202,25,20,0,8,1,12,46,97,108,101,114,116,98,97,110,110,101,114,2,1,238,211,191,72,0,8,1,10,46,98,111,116,116,111,109,98,97,114,2,1,141,125,61,145,0,8,1,7,46,99,99,95,111,98,120,2,1,233,239,70,206,0,8,1,11,46,102,105,120,45,98,111,116,116,111,109,2,1,63,201,26,15,0,8,1,8,46,103,100,112,114,112,111,112,2,1,76,77,82,36,0,8,1,15,46,109,111,100,97,108,115,45,119,114,97,112,112,101,114,2,1,147,162,255,93,0,8,1,26,46,110,101,119,45,99,111,111,107,105,101,45,115,117,112,101,114,99,111,110,116,97,105,110,101,114,2,1,215,209,188,65,0,8,1,9,46,112,114,118,109,111,100,97,108,2,1,89,240,108,55,0,8,1,11,46,115,101,116,67,111,111,107,105,101,115,2,1,42,227,187,153,0,8,1,10,46,116,101,114,109,115,110,111,116,101,2,1,164,124,181,138,0,8,1,6,46,119,45,49,48,48,2,1,249,167,147,209,0,0,1,15,99,111,111,107,105,101,115,45,99,111,110,99,101,110,116,2,1,137,179,236,98,0,0,1,22,100,105,118,91,99,108,97,115,115,94,61,34,99,111,111,107,105,101,115,95,34,93,2,1,55,201,118,229,0,0,1,30,100,105,118,91,100,97,116,97,45,116,101,115,116,61,34,99,111,111,107,105,101,45,112,111,108,105,99,121,34,93,2,1,110,202,25,20,0,8,1,18,46,109,101,115,115,97,103,101,45,99,111,110,116,97,105,110,101,114,2,1,134,146,199,141,0,16,1,7,35,67,76,97,121,101,114,2,4,23,81,75,123,122,139,125,90,142,132,25,3,227,145,171,136,0,16,1,2,35,97,2,1,0,205,84,158,0,16,1,17,35,97,99,99,101,112,116,45,99,111,110,116,97,105,110,101,114,2,2,165,252,146,164,182,166,50,239,0,16,1,17,35,97,99,99,101,112,116,95,99,111,110,116,97,105,110,101,114,2,1,198,25,85,174,0,16,1,6,35,99,105,110,102,111,2,1,221,41,159,133,0,16,1,19,35,99,111,111,107,105,101,119,97,108,108,45,119,114,97,112,112,101,114,2,1,158,100,4,187,0,16,1,6,35,99,112,45,98,103,2,1,26,227,128,181,0,16,1,11,35,99,112,45,99,111,110,116,101,110,116,2,1,26,227,128,181,0,16,1,3,35,99,119,2,1,149,55,166,26,0,16,1,9,35,99,119,97,114,110,105,110,103,2,1,48,41,43,27,0,16,1,7,35,100,105,100,121,111,117,2,1,170,85,138,21,0,16,1,18,35,101,120,112,111,115,101,77,97,115,107,79,118,101,114,108,97,121,2,2,6,11,169,106,205,166,214,32,0,16,1,6,35,102,105,103,121,117,2,1,161,158,226,254,0,16,1,7,35,102,111,111,116,101,114,2,1,72,142,207,115,0,16,1,15,35,102,111,111,116,101,114,45,99,111,110,115,101,110,116,2,1,170,85,166,162,0,16,1,13,35,102,114,97,109,101,45,109,111,100,97,108,115,2,1,216,4,217,129,0,16,1,14,35,106,115,99,111,111,107,105,101,109,111,100,97,108,2,1,91,121,195,183,0,16,1,8,35,108,97,98,108,101,99,97,2,1,131,1,174,94,0,16,1,26,35,108,97,121,111,117,116,95,97,100,118,101,114,116,105,115,105,110,103,95,98,111,116,116,111,109,2,3,38,204,165,33,77,140,101,123,211,67,160,222,0,16,1,17,35,109,97,114,107,101,116,105,110,103,67,111,110,115,101,110,116,2,2,170,85,146,34,227,226,235,58,0,16,1,21,35,111,118,101,114,108,97,121,95,99,111,111,107,105,101,95,97,108,101,114,116,2,1,6,11,169,106,0,16,1,10,35,112,97,103,101,45,109,97,115,107,2,1,91,121,195,183,0,16,1,7,35,115,108,105,100,101,114,2,1,132,47,54,157,0,16,1,16,35,115,112,99,111,111,107,105,101,111,118,101,114,108,97,121,2,1,179,194,185,40,0,16,1,9,35,115,116,105,97,108,101,114,116,2,1,100,223,106,128,0,16,1,10,35,115,117,116,105,95,99,115,105,107,2,1,181,233,127,168,0,16,1,10,35,115,117,116,105,100,111,98,111,122,2,1,228,194,38,7,0,8,1,12,46,90,101,98,114,97,68,105,97,108,111,103,2,2,170,85,163,80,243,163,177,51,0,8,1,19,46,90,101,98,114,97,68,105,97,108,111,103,79,118,101,114,108,97,121,2,2,170,85,163,80,243,163,177,51,0,8,1,10,46,95,50,100,95,108,57,76,87,99,2,1,53,234,35,16,0,8,1,6,46,97,102,99,111,111,2,1,116,204,171,118,0,8,1,17,46,97,115,122,102,76,97,121,101,114,67,111,110,116,101,110,116,2,1,238,137,220,102,0,8,1,7,46,98,84,80,108,82,71,2,1,166,244,53,195,0,8,1,9,46,99,45,119,105,100,103,101,116,2,1,68,26,37,79,0,8,1,16,46,99,98,48,49,45,99,111,111,107,105,101,45,98,97,114,2,1,170,85,211,21,0,8,1,10,46,99,99,45,104,111,108,100,101,114,2,1,62,139,110,49,0,8,1,12,46,99,100,105,115,99,108,97,105,109,101,114,2,1,234,5,100,60,0,8,1,25,46,99,111,110,116,101,110,116,45,98,111,116,116,111,109,45,102,117,108,108,119,105,100,116,104,2,1,234,207,67,215,0,8,1,12,46,99,111,111,107,105,101,45,98,97,115,101,2,1,122,165,246,112,0,8,1,15,46,99,111,111,107,105,101,45,110,101,119,45,99,110,116,2,1,170,85,174,26,0,8,1,3,46,99,116,2,2,65,53,175,88,242,52,249,110,0,8,1,8,46,100,105,115,99,45,99,112,2,1,170,85,181,184,0,8,1,17,46,103,114,101,121,45,112,111,112,117,112,45,108,97,121,101,114,2,1,122,165,246,112,0,8,1,7,46,104,66,72,117,110,100,2,1,166,244,53,195,0,8,1,24,46,106,101,103,118,101,114,101,109,45,99,111,111,107,105,101,45,119,114,97,112,112,101,114,2,1,193,73,132,3,0,8,1,19,46,108,101,103,97,108,45,99,111,110,115,101,110,116,45,119,114,97,112,2,1,158,93,1,172,0,8,1,6,46,109,111,100,97,108,2,1,70,185,213,82,0,8,1,14,46,110,101,119,65,83,90,70,76,97,121,101,114,50,2,1,70,31,226,124,0,8,1,29,46,110,111,116,48,49,45,110,111,116,105,102,105,99,97,116,105,111,110,45,99,111,110,116,97,105,110,101,114,2,1,170,85,223,210,0,8,1,17,46,111,102,102,99,97,110,118,97,115,45,98,111,116,116,111,109,2,1,63,179,218,59,0,8,1,13,46,112,111,112,117,112,95,119,105,110,100,111,119,2,1,13,79,196,130,0,8,1,15,46,112,111,115,105,116,105,111,110,45,102,105,120,101,100,2,1,55,169,201,6,0,8,1,14,46,114,101,103,105,111,110,45,98,111,116,116,111,109,2,1,188,48,197,4,0,8,1,7,46,114,115,116,98,111,120,2,1,51,226,234,106,0,8,1,18,46,115,122,101,50,48,50,48,45,99,111,110,116,97,105,110,101,114,2,1,216,4,217,129,0,0,1,51,91,115,116,121,108,101,94,61,34,112,111,115,105,116,105,111,110,58,32,102,105,120,101,100,59,32,119,105,100,116,104,58,32,51,57,101,109,59,32,108,101,102,116,58,32,53,48,37,59,34,93,2,1,58,249,209,226,0,0,1,54,100,105,118,91,115,116,121,108,101,42,61,34,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,32,114,103,98,97,40,51,52,44,32,51,52,44,32,51,52,44,32,48,46,56,41,59,34,93,2,1,168,220,216,19,0,0,1,128,0,0,0,129,100,105,118,91,115,116,121,108,101,61,34,119,105,100,116,104,58,49,48,48,37,59,32,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,98,108,97,99,107,59,32,112,97,100,100,105,110,103,58,32,56,112,120,59,32,99,111,108,111,114,58,119,104,105,116,101,59,32,111,112,97,99,105,116,121,58,48,46,56,59,32,122,45,105,110,100,101,120,58,50,48,48,48,59,32,112,111,115,105,116,105,111,110,58,32,102,105,120,101,100,59,32,98,111,116,116,111,109,58,48,59,34,93,2,1,228,91,223,116,0,0,1,39,100,105,118,91,115,116,121,108,101,94,61,34,112,111,115,105,116,105,111,110,58,102,105,120,101,100,59,32,98,111,116,116,111,109,58,48,59,34,93,2,1,235,220,21,43,0,8,1,28,46,67,111,111,107,105,101,78,111,116,105,99,101,95,119,114,97,112,112,101,114,95,95,109,48,117,82,110,2,1,49,246,50,181,0,8,1,17,46,71,100,112,114,95,103,100,112,114,95,95,51,67,78,98,113,2,2,54,18,1,230,162,152,217,73,0,8,1,13,46,95,115,97,109,95,103,97,95,105,110,102,111,2,1,215,169,135,188,0,8,1,14,46,98,111,116,116,111,109,45,98,97,110,110,101,114,2,2,61,25,172,232,198,68,206,208,0,8,1,18,46,98,111,116,116,111,109,45,100,105,115,99,108,97,105,109,101,114,2,1,132,36,254,140,0,8,1,4,46,99,104,50,2,1,232,184,4,6,0,8,1,7,46,99,111,111,66,111,120,2,1,248,158,53,86,0,8,1,18,46,100,105,115,109,105,115,115,97,98,108,101,45,116,101,114,109,115,2,1,11,178,2,1,0,8,1,11,46,101,49,118,108,55,122,97,116,49,48,2,1,6,102,118,148,0,8,1,43,46,101,108,101,109,101,110,116,111,114,45,119,105,100,103,101,116,45,105,99,111,110,45,98,111,120,46,101,108,101,109,101,110,116,111,114,45,119,105,100,103,101,116,2,1,130,173,181,113,0,8,1,10,46,101,110,118,116,113,121,115,49,48,2,1,6,102,118,148,0,8,1,7,46,101,119,118,75,70,113,2,1,27,219,102,177,0,8,1,5,46,104,45,52,48,2,1,162,153,11,222,0,8,1,15,46,104,101,97,100,101,114,45,109,101,115,115,97,103,101,2,1,35,102,68,29,0,8,1,8,46,104,111,115,45,98,97,114,2,1,53,198,212,157,0,8,1,21,46,106,101,116,45,112,111,112,117,112,95,95,99,111,110,116,97,105,110,101,114,2,1,130,173,181,113,0,8,1,15,46,112,45,53,46,122,45,49,48,46,102,105,120,101,100,2,1,131,130,170,126,0,8,1,13,46,112,45,54,46,109,97,120,45,119,45,115,109,2,1,128,25,14,223,0,8,1,6,46,112,120,45,52,48,2,1,83,65,220,103,0,8,1,13,46,115,101,115,115,105,111,110,45,116,101,120,116,2,4,21,122,90,206,151,242,225,176,162,152,216,54,233,90,4,250,0,8,1,12,46,115,117,99,100,45,98,97,110,110,101,114,2,1,157,47,132,135,0,8,1,13,46,67,111,111,107,105,101,115,77,111,100,101,108,2,1,19,41,11,80,0,8,1,21,46,104,101,97,100,101,114,45,116,101,120,116,45,99,111,110,116,101,110,101,114,2,1,250,82,89,234,0,8,1,11,46,113,117,105,99,107,115,108,105,100,101,2,1,136,63,120,189,0,8,1,23,46,115,105,116,101,45,109,101,115,115,97,103,101,45,99,111,110,116,97,105,110,101,114,2,1,162,254,21,151,0,8,1,31,46,115,116,121,108,101,115,45,109,95,95,99,111,111,107,105,101,67,111,110,115,101,110,116,95,95,51,105,120,116,51,2,1,125,133,231,94,0,16,1,3,35,67,107,2,1,29,176,123,98,0,16,1,16,35,67,111,115,77,111,111,80,111,112,117,112,77,97,115,107,2,1,24,235,151,66,0,16,1,4,35,71,80,80,2,1,210,207,142,203,0,16,1,7,35,71,95,105,110,102,111,2,2,36,185,190,192,249,147,55,170,0,16,1,12,35,80,79,80,85,80,83,95,82,79,79,84,2,1,172,178,235,201,0,16,1,22,35,82,73,78,71,79,45,98,97,110,110,101,114,45,98,97,99,107,100,114,111,112,2,1,90,60,136,94,0,0,1,28,35,92,53,102,32,117,98,117,110,116,117,45,105,116,95,99,111,111,107,105,101,95,112,111,108,105,99,121,2,1,18,113,200,158,0,16,1,13,35,95,99,112,109,116,45,105,102,114,97,109,101,2,1,222,147,160,77,0,16,1,90,35,95,105,116,95,110,101,120,116,109,105,110,100,95,108,105,102,101,114,97,121,95,99,111,111,107,105,101,95,105,110,116,101,114,99,101,112,116,111,114,95,67,111,111,107,105,101,73,110,116,101,114,99,101,112,116,111,114,80,111,114,116,108,101,116,95,99,111,111,107,105,101,73,110,116,101,114,99,101,112,116,111,114,87,114,97,112,112,101,114,2,1,218,219,242,162,0,16,1,9,35,97,98,115,111,108,117,116,101,2,1,46,25,235,45,0,16,1,17,35,97,99,99,111,110,115,101,110,116,111,45,99,108,105,99,107,2,2,106,58,59,226,153,99,241,166,0,16,1,10,35,97,102,45,99,119,45,98,111,120,2,1,144,106,243,61,0,16,1,11,35,97,103,101,45,118,101,114,105,102,121,2,1,150,136,154,41,0,16,1,6,35,97,108,101,114,116,2,1,151,179,246,29,0,16,1,7,35,98,97,110,110,101,114,2,1,109,166,225,3,0,16,1,14,35,98,97,110,110,101,114,67,111,110,116,101,110,116,2,1,69,19,130,213,0,16,1,11,35,98,97,110,110,101,114,73,110,102,111,2,1,168,127,198,18,0,16,1,13,35,98,97,114,114,97,45,112,111,108,105,99,121,2,1,92,140,149,169,0,16,1,8,35,98,108,117,114,45,98,103,2,1,164,148,134,183,0,16,1,7,35,98,110,114,99,107,115,2,1,231,2,15,56,0,16,1,14,35,98,111,116,116,111,109,45,98,97,110,110,101,114,2,1,11,125,195,157,0,16,1,10,35,98,111,116,116,111,109,98,97,114,2,1,64,159,85,34,0,16,1,11,35,98,111,120,45,118,101,114,105,102,121,2,1,150,136,154,41,0,16,1,13,35,98,111,120,82,105,99,104,105,101,115,116,97,2,2,193,206,151,43,230,123,6,38,0,16,1,8,35,98,121,115,119,105,110,100,2,1,149,124,131,64,0,16,1,8,35,99,45,109,111,100,97,108,2,1,34,206,177,60,0,16,1,9,35,99,77,101,115,115,97,103,101,2,1,140,84,67,87,0,16,1,21,35,99,97,115,115,97,102,111,114,101,110,115,101,45,99,111,111,107,105,101,115,2,2,1,62,248,202,115,131,81,1,0,16,1,4,35,99,99,77,2,1,171,129,123,55,0,16,1,11,35,99,100,95,119,114,97,112,112,101,114,2,1,92,186,190,202,0,16,1,8,35,99,107,101,95,112,108,99,2,1,163,113,28,122,0,16,1,4,35,99,107,110,2,1,203,137,41,88,0,16,1,3,35,99,109,2,1,128,205,75,90,0,16,1,12,35,99,109,112,45,111,118,101,114,108,97,121,2,1,69,60,210,156,0,16,1,13,35,99,109,112,67,111,110,116,97,105,110,101,114,2,1,40,196,180,206,0,16,1,17,35,99,111,110,116,97,105,110,101,114,80,114,105,118,97,99,121,2,1,32,33,21,121,0,16,1,12,35,99,111,111,107,105,101,45,119,97,108,108,2,1,113,73,36,141,0,16,1,15,35,99,111,111,107,105,101,66,97,114,77,111,100,97,108,2,2,21,148,116,34,241,64,63,137,0,16,1,17,35,99,111,111,107,105,101,68,105,115,99,108,97,105,109,101,114,2,1,7,136,69,124,0,16,1,17,35,99,111,111,107,105,101,77,101,108,97,66,97,110,110,101,114,2,1,177,106,160,73,0,16,1,13,35,99,111,111,107,105,101,95,97,108,101,114,116,2,1,189,177,130,180,0,16,1,16,35,99,111,111,107,105,101,109,111,100,97,108,54,53,52,55,2,1,217,55,152,153,0,16,1,27,35,99,111,111,107,105,101,115,95,112,111,108,105,99,121,95,98,111,116,116,111,109,95,108,101,102,116,2,1,106,99,182,186,0,16,1,7,35,99,111,111,107,117,112,2,1,60,73,19,216,0,16,1,14,35,99,111,111,107,121,95,99,111,110,116,101,110,116,2,1,242,180,11,228,0,16,1,5,35,100,84,99,102,2,1,27,137,59,132,0,16,1,17,35,100,99,98,45,98,108,97,99,107,45,115,99,114,101,101,110,2,1,236,3,191,67,0,16,1,7,35,100,105,115,66,111,116,2,1,76,105,233,196,0,16,1,6,35,100,105,115,99,108,2,1,50,46,10,130,0,16,1,9,35,100,105,115,99,114,101,116,111,2,1,115,248,186,210,0,16,1,20,35,100,105,118,45,99,111,110,102,105,114,109,45,112,114,105,118,97,99,121,2,1,126,234,115,130,0,16,1,15,35,100,105,118,82,73,78,71,79,66,97,110,110,101,114,2,1,90,60,136,94,0,16,1,23,35,100,111,110,101,119,105,102,105,95,99,111,111,107,105,101,95,97,100,118,105,99,101,2,1,211,214,69,97,0,16,1,12,35,102,105,114,115,116,45,118,105,115,105,116,2,1,97,220,118,213,0,16,1,7,35,102,111,111,116,101,114,2,1,68,19,115,217,0,16,1,4,35,104,105,100,2,1,75,242,251,206,0,16,1,15,35,104,111,108,100,111,110,45,111,118,101,114,108,97,121,2,1,98,197,58,77,0,16,1,22,35,105,99,101,103,114,97,109,95,109,101,115,115,97,103,101,95,49,48,57,55,49,2,1,141,131,172,211,0,16,1,19,35,105,110,102,111,114,109,97,116,105,118,97,80,114,105,118,97,99,121,2,1,88,236,101,6,0,16,1,18,35,105,117,98,101,110,100,97,45,99,115,45,98,97,110,110,101,114,2,1,208,203,244,42,0,16,1,10,35,108,108,95,98,97,110,110,101,114,2,1,241,1,137,65,0,16,1,8,35,108,108,95,105,110,102,111,2,1,241,1,137,65,0,16,1,4,35,109,97,103,2,1,49,121,109,110,0,16,1,13,35,109,97,115,107,45,111,118,101,114,108,97,121,2,1,7,136,69,124,0,16,1,11,35,109,101,115,115,97,103,101,66,97,114,2,1,174,49,73,253,0,16,1,18,35,109,103,105,116,95,110,111,116,105,102,105,99,97,116,105,111,110,2,1,168,102,33,148,0,16,1,18,35,109,121,95,112,114,105,118,97,99,121,95,119,105,100,103,101,116,2,1,37,245,117,123,0,16,1,10,35,110,111,114,109,97,116,105,118,97,2,3,35,107,181,132,58,72,114,209,86,62,36,248,0,16,1,11,35,112,97,103,101,95,104,105,100,101,114,2,1,125,172,175,3,0,16,1,23,35,112,105,95,116,114,97,99,107,105,110,103,95,111,112,116,95,105,110,95,100,105,118,2,1,66,85,28,6,0,16,1,23,35,112,105,120,101,108,102,97,98,114,105,99,97,45,99,115,45,98,97,110,110,101,114,2,1,34,214,200,69,0,16,1,13,35,112,111,112,99,111,111,107,105,101,115,98,103,2,1,80,21,205,199,0,16,1,16,35,112,114,105,118,97,99,121,95,97,100,118,105,115,111,114,2,1,206,166,95,131,0,16,1,11,35,112,114,105,118,97,99,121,100,105,118,2,1,162,139,30,0,0,16,1,8,35,112,117,116,104,101,114,101,2,1,166,253,74,94,0,16,1,23,35,114,100,115,45,99,111,111,107,105,101,45,112,114,101,102,101,114,101,110,99,101,115,2,1,166,254,129,45,0,16,1,12,35,115,66,95,105,110,106,101,99,116,101,100,2,1,93,139,204,61,0,16,1,15,35,115,101,99,45,98,97,110,110,101,114,45,100,105,118,2,1,0,167,16,200,0,16,1,12,35,115,108,105,100,101,45,112,97,110,101,108,2,1,223,106,126,128,0,16,1,14,35,115,108,105,100,105,110,103,45,112,111,112,117,112,2,1,189,72,54,86,0,16,1,20,35,115,112,108,97,115,104,98,111,120,45,97,100,118,99,111,114,110,101,114,2,1,10,207,69,253,0,16,1,13,35,115,116,105,99,107,121,45,112,111,112,117,112,2,1,208,42,18,206,0,16,1,15,35,115,121,115,116,101,109,45,109,101,115,115,97,103,101,2,2,8,205,122,2,29,10,244,21,0,16,1,12,35,116,97,45,99,99,45,109,111,100,97,108,2,1,127,129,64,131,0,16,1,8,35,116,104,101,112,114,105,118,2,1,171,176,84,3,0,16,1,19,35,116,105,109,101,115,45,108,101,103,97,108,45,110,111,116,105,99,101,2,1,199,203,186,1,0,16,1,11,35,116,114,97,99,101,45,102,111,114,109,2,1,9,22,252,186,0,16,1,8,35,117,100,116,68,97,114,107,2,1,36,101,198,80,0,16,1,9,35,117,105,65,118,118,105,115,105,2,1,89,212,7,126,0,16,1,19,35,117,110,105,112,103,45,99,111,111,107,105,101,99,104,111,105,99,101,2,1,9,101,101,13,0,16,1,13,35,118,105,115,105,116,111,114,95,105,110,102,111,2,1,147,22,99,130,0,16,1,14,35,119,97,114,110,105,110,103,45,112,111,112,117,112,2,1,254,42,117,181,0,16,1,15,35,119,114,97,112,68,105,115,99,108,97,105,109,101,114,2,1,237,253,58,162,0,16,1,11,35,120,49,100,95,99,104,111,105,115,101,2,1,136,53,214,86,0,16,1,17,35,122,102,45,45,97,108,101,114,116,115,45,112,97,110,101,108,2,1,7,31,117,30,0,8,1,30,46,77,73,80,67,111,110,115,101,110,116,95,102,117,108,108,95,115,99,114,101,101,110,95,95,52,117,83,119,109,2,1,212,231,221,187,0,8,1,7,46,95,49,50,100,57,55,2,1,119,37,76,98,0,8,1,7,46,95,50,109,109,121,98,2,1,119,37,76,98,0,8,1,8,46,95,51,117,88,53,68,115,2,1,232,103,100,181,0,8,1,9,46,95,67,76,95,109,97,105,110,2,11,71,143,230,223,71,164,180,242,111,163,200,126,135,143,39,19,153,157,220,61,164,245,209,129,174,130,105,78,218,85,117,55,224,142,53,194,228,161,96,15,251,109,36,3,0,8,1,19,46,97,99,99,101,116,116,97,95,99,111,111,107,105,101,115,95,109,101,2,1,0,115,4,217,0,8,1,7,46,97,99,116,105,118,101,2,2,6,237,1,9,48,58,219,139,0,8,1,11,46,97,108,101,114,116,45,105,110,102,111,2,1,93,44,31,92,0,8,1,16,46,97,108,101,114,116,45,115,101,99,111,110,100,97,114,121,2,1,26,0,9,12,0,8,1,27,46,97,109,103,100,112,114,99,111,111,107,105,101,45,98,97,114,45,99,111,110,116,97,105,110,101,114,2,1,144,16,99,20,0,8,1,37,46,97,110,105,109,97,116,101,95,95,97,110,105,109,97,116,101,100,46,97,110,105,109,97,116,101,95,95,115,108,105,100,101,73,110,85,112,2,1,93,55,62,168,0,8,1,17,46,98,97,99,107,103,114,111,117,110,100,45,112,111,112,117,112,2,1,51,3,97,245,0,8,1,14,46,98,108,97,99,107,95,111,118,101,114,108,97,121,2,1,113,73,249,213,0,8,1,10,46,98,111,108,100,95,116,101,120,116,2,1,194,212,159,6,0,8,1,30,46,98,111,115,101,45,105,110,102,111,66,97,114,50,48,49,54,45,45,102,105,120,101,100,66,111,116,116,111,109,2,1,34,213,5,187,0,8,1,13,46,98,111,120,67,111,110,116,97,105,110,101,114,2,1,63,63,111,243,0,8,1,23,46,99,98,111,115,115,95,98,97,110,110,101,114,95,99,111,110,116,97,105,110,101,114,2,2,94,38,133,127,235,23,174,202,0,8,1,8,46,99,99,45,108,105,110,107,2,1,110,254,12,61,0,8,1,15,46,99,99,95,112,108,97,99,101,104,111,108,100,101,114,2,2,8,5,30,223,197,73,90,181,0,8,1,5,46,99,101,110,116,2,1,127,223,162,60,0,8,1,13,46,99,104,101,99,107,45,112,111,108,105,99,121,2,1,7,39,46,52,0,8,1,6,46,99,107,95,105,102,2,1,96,199,32,133,0,8,1,15,46,99,108,45,98,97,110,110,101,114,45,98,111,100,121,2,1,133,170,23,200,0,8,1,4,46,99,108,109,2,1,72,101,25,153,0,8,1,10,46,99,111,108,97,119,45,100,105,118,2,1,119,188,247,138,0,8,1,10,46,99,111,110,116,80,111,112,117,112,2,1,24,235,151,66,0,8,1,8,46,99,111,110,116,101,110,116,2,1,9,9,240,51,0,8,1,15,46,99,111,111,107,105,101,66,111,120,45,77,97,105,110,2,1,63,63,111,243,0,8,1,14,46,99,111,111,107,105,101,95,119,105,110,100,111,119,2,1,197,102,108,186,0,8,1,51,46,99,111,111,107,105,101,115,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,95,99,111,111,107,105,101,115,67,111,110,115,101,110,116,66,97,110,110,101,114,95,95,106,115,119,71,72,2,1,175,254,143,100,0,8,1,12,46,99,115,115,45,49,103,106,113,117,111,97,2,1,143,61,19,199,0,8,1,11,46,99,115,115,45,106,121,97,107,122,97,2,1,255,84,225,2,0,8,1,13,46,99,119,95,99,111,110,116,97,105,110,101,114,2,1,107,221,212,203,0,8,1,11,46,99,121,110,45,98,97,110,110,101,114,2,1,47,87,206,229,0,8,1,10,46,100,105,45,98,97,110,110,101,114,2,1,177,254,95,89,0,8,1,26,46,101,120,112,108,105,99,105,116,95,99,111,110,115,101,110,116,95,98,97,99,107,115,105,100,101,2,1,150,156,196,7,0,8,1,22,46,102,97,115,99,105,97,45,97,118,118,105,115,111,45,99,111,111,99,107,105,101,2,2,219,212,72,208,228,226,196,60,0,8,1,12,46,102,105,114,115,116,45,118,105,115,105,116,2,1,214,23,64,243,0,8,1,48,46,102,114,101,101,112,114,105,118,97,99,121,112,111,108,105,99,121,45,99,111,109,45,45,45,110,98,45,105,110,116,101,114,115,116,105,116,105,97,108,45,111,118,101,114,108,97,121,2,1,41,170,99,44,0,8,1,22,46,102,117,108,108,115,99,114,101,101,110,95,98,111,120,95,108,101,103,97,108,101,2,1,198,131,41,191,0,8,1,15,46,103,115,45,101,117,99,111,111,107,105,101,108,97,119,2,1,64,84,8,168,0,8,1,12,46,105,110,102,111,45,98,97,110,110,101,114,2,1,208,153,105,209,0,8,1,17,46,105,110,102,111,45,98,97,114,45,119,114,97,112,112,101,114,2,1,221,174,57,59,0,8,1,13,46,105,110,102,111,45,112,114,105,118,97,99,121,2,1,133,49,67,229,0,8,1,16,46,105,110,105,98,105,115,99,105,95,115,102,111,110,100,111,2,1,198,131,41,191,0,8,1,15,46,105,110,118,105,101,119,95,97,110,105,109,97,116,101,2,1,30,162,207,19,0,8,1,17,46,105,122,105,77,111,100,97,108,45,111,118,101,114,108,97,121,2,1,230,165,158,177,0,8,1,9,46,106,99,111,110,102,105,114,109,2,1,218,120,107,234,0,8,1,14,46,106,99,111,110,102,105,114,109,45,99,101,108,108,2,1,218,120,107,234,0,8,1,7,46,106,115,115,50,49,56,2,1,77,209,17,42,0,8,1,7,46,106,115,115,50,52,51,2,1,77,209,17,42,0,8,1,19,46,106,117,115,116,105,99,97,45,99,111,111,107,105,101,95,98,97,114,2,1,143,110,89,249,0,8,1,10,46,106,119,45,112,111,112,117,112,115,2,1,202,188,200,157,0,8,1,29,46,109,97,105,110,45,99,111,110,116,97,105,110,101,114,45,99,111,111,107,105,101,45,98,97,110,110,101,114,2,1,224,230,92,148,0,8,1,22,46,109,97,112,115,116,111,114,101,45,99,111,111,107,105,101,45,112,97,110,101,108,2,1,156,22,160,181,0,8,1,8,46,109,101,115,115,97,103,101,2,2,54,231,254,11,166,254,169,34,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,2,21,148,116,34,241,64,63,137,0,8,1,13,46,109,111,100,97,108,77,101,115,115,97,103,101,2,1,166,234,112,125,0,8,1,15,46,109,111,100,97,108,95,95,111,118,101,114,108,97,121,2,1,192,58,15,42,0,8,1,15,46,109,111,100,97,108,115,45,119,114,97,112,112,101,114,2,1,73,108,230,44,0,8,1,20,46,109,112,112,45,105,115,45,111,112,101,110,46,109,112,112,45,98,111,120,2,1,7,190,126,228,0,8,1,15,46,109,120,45,48,46,119,45,49,48,48,46,114,111,119,2,1,30,162,207,19,0,8,1,40,46,110,103,120,45,108,105,98,45,112,114,105,118,97,99,121,45,99,111,111,107,105,101,45,98,97,110,110,101,114,45,99,111,110,116,97,105,110,101,114,2,1,47,87,253,254,0,8,1,12,46,110,111,116,105,99,101,45,119,114,97,112,2,1,146,124,96,187,0,8,1,19,46,110,112,45,99,111,111,107,105,101,115,95,95,115,99,114,101,101,110,2,1,41,14,96,187,0,8,1,7,46,110,115,45,98,111,120,2,1,212,176,163,47,0,8,1,8,46,111,45,109,111,100,97,108,2,1,172,71,21,167,0,8,1,6,46,111,112,116,105,110,2,1,8,59,221,98,0,8,1,12,46,112,114,105,118,97,99,121,45,109,115,103,2,1,130,189,226,187,0,8,1,17,46,112,114,105,118,97,99,121,83,116,97,116,101,109,101,110,116,2,1,248,140,84,234,0,8,1,19,46,114,97,105,110,49,45,99,112,45,99,111,110,116,97,105,110,101,114,2,1,20,229,199,37,0,8,1,16,46,114,100,115,45,109,111,100,97,108,45,112,111,112,117,112,2,1,166,254,129,45,0,8,1,21,46,114,101,97,99,116,45,111,110,99,108,105,99,107,111,117,116,115,105,100,101,2,1,191,95,62,172,0,8,1,9,46,114,115,116,98,111,120,101,115,2,1,214,178,219,246,0,8,1,18,46,115,50,115,45,99,111,111,107,105,101,45,98,97,110,110,101,114,2,1,49,10,55,175,0,8,1,10,46,115,95,98,108,117,101,98,111,120,2,1,129,174,147,220,0,8,1,10,46,115,99,45,100,120,103,79,105,81,2,1,52,237,18,191,0,8,1,17,46,115,99,45,102,122,110,78,118,76,46,105,65,115,122,104,99,2,1,202,113,24,184,0,8,1,21,46,115,105,116,101,45,102,111,111,116,101,114,95,95,99,111,111,107,105,101,115,2,1,100,252,107,55,0,8,1,14,46,115,108,100,115,45,98,97,99,107,100,114,111,112,2,1,166,211,110,27,0,8,1,11,46,115,108,100,115,45,109,111,100,97,108,2,1,166,211,110,27,0,8,1,37,46,115,113,115,45,97,110,110,111,117,110,99,101,109,101,110,116,45,98,97,114,45,99,117,115,116,111,109,45,108,111,99,97,116,105,111,110,2,1,138,24,204,127,0,8,1,13,46,115,116,105,99,107,121,70,111,111,116,101,114,2,1,149,95,20,223,0,8,1,28,46,115,118,118,45,99,111,111,107,105,101,45,98,97,110,110,101,114,45,99,111,110,116,97,105,110,101,114,2,1,119,251,93,9,0,8,1,28,46,116,101,108,99,101,108,45,98,97,110,110,101,114,45,97,118,105,115,111,45,99,111,111,107,105,101,115,2,1,36,226,26,27,0,8,1,10,46,117,105,45,100,105,97,108,111,103,2,1,209,164,152,113,0,8,1,18,46,117,105,45,119,105,100,103,101,116,45,111,118,101,114,108,97,121,2,1,209,164,152,113,0,8,1,11,46,117,114,103,101,110,116,45,109,115,103,2,1,9,181,124,172,0,8,1,14,46,119,104,105,116,101,95,99,111,110,116,101,110,116,2,1,113,73,249,213,0,8,1,48,46,119,111,114,100,112,114,101,115,115,45,103,100,112,114,45,112,114,105,118,97,99,121,45,115,101,116,116,105,110,103,115,45,112,111,112,117,112,45,99,111,110,116,97,105,110,101,114,2,1,255,144,7,114,0,8,1,4,46,120,99,98,2,1,60,137,181,35,0,8,1,15,46,121,97,112,45,99,111,111,107,105,101,45,98,97,114,2,1,237,149,152,252,0,8,1,18,46,121,117,105,51,45,119,105,100,103,101,116,45,109,111,100,97,108,2,2,23,58,230,193,169,210,82,65,0,8,1,23,46,121,117,105,51,45,119,105,100,103,101,116,46,112,111,112,117,112,45,118,105,101,119,2,1,34,208,249,230,0,8,1,16,46,122,97,107,105,95,112,99,104,95,98,97,110,110,101,114,2,1,239,34,11,11,0,0,1,29,91,100,97,116,97,45,116,121,112,101,61,34,99,111,111,107,105,101,45,97,100,100,115,101,110,115,101,34,93,2,1,88,117,73,180,0,0,1,26,91,115,116,121,108,101,94,61,34,112,111,115,105,116,105,111,110,58,102,105,120,101,100,59,34,93,2,1,8,147,142,154,0,0,1,40,100,105,118,91,97,114,105,97,45,108,97,98,101,108,61,34,73,110,102,111,114,109,97,116,105,118,97,32,115,117,105,32,99,111,111,107,105,101,34,93,2,1,8,56,232,62,0,0,1,30,100,105,118,91,99,108,97,115,115,42,61,34,45,99,111,111,107,105,101,115,83,101,99,116,105,111,110,45,34,93,2,1,58,207,0,91,0,0,1,17,100,105,118,91,105,100,94,61,34,99,110,116,110,116,45,34,93,2,1,126,106,157,99,0,0,1,109,100,105,118,91,115,116,121,108,101,61,34,32,119,105,100,116,104,58,32,49,48,48,37,59,32,109,97,114,103,105,110,58,32,48,32,97,117,116,111,59,32,112,97,100,100,105,110,103,45,116,111,112,58,32,53,112,120,59,32,112,97,100,100,105,110,103,45,98,111,116,116,111,109,58,32,53,112,120,59,32,102,111,110,116,45,115,105,122,101,58,49,50,112,120,59,32,122,45,105,110,100,101,120,58,32,50,48,34,93,2,1,33,239,221,61,0,0,1,104,100,105,118,91,115,116,121,108,101,61,34,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,69,50,69,50,69,50,59,102,108,111,97,116,58,108,101,102,116,59,112,111,115,105,116,105,111,110,58,102,105,120,101,100,59,116,111,112,58,53,48,112,120,59,108,101,102,116,58,48,59,32,104,101,105,103,104,116,58,54,48,112,120,59,119,105,100,116,104,58,49,48,48,37,59,34,93,2,1,78,236,191,75,0,0,1,97,100,105,118,91,115,116,121,108,101,61,34,112,97,100,100,105,110,103,58,49,48,112,120,59,98,97,99,107,103,114,111,117,110,100,58,35,102,55,55,57,48,48,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,50,112,120,59,109,97,114,103,105,110,45,98,111,116,116,111,109,58,49,53,112,120,59,34,93,2,1,16,165,190,172,0,0,1,128,0,0,0,151,100,105,118,91,115,116,121,108,101,61,34,112,111,115,105,116,105,111,110,58,32,102,105,120,101,100,59,32,122,45,105,110,100,101,120,58,32,57,57,57,59,32,98,111,116,116,111,109,58,32,48,112,120,59,32,108,101,102,116,58,32,48,112,120,59,32,114,105,103,104,116,58,32,48,112,120,59,32,109,97,114,103,105,110,58,32,48,112,120,32,97,117,116,111,59,32,109,97,120,45,119,105,100,116,104,58,32,57,54,48,112,120,59,32,109,105,110,45,119,105,100,116,104,58,32,51,54,48,112,120,59,32,111,118,101,114,102,108,111,119,58,32,104,105,100,100,101,110,59,34,93,2,1,22,165,111,227,0,0,1,38,100,105,118,91,115,116,121,108,101,94,61,34,112,111,115,105,116,105,111,110,58,32,102,105,120,101,100,59,32,98,111,116,116,111,109,58,34,93,2,1,36,215,3,215,0,0,1,43,115,99,114,105,112,116,32,43,32,100,105,118,91,115,116,121,108,101,94,61,34,98,97,99,107,103,114,111,117,110,100,58,32,35,48,48,48,48,48,48,59,34,93,2,1,8,63,92,100,0,16,1,13,35,70,111,111,116,101,114,80,111,108,105,99,121,2,1,117,114,6,184,0,16,1,11,35,97,103,114,101,101,80,97,110,101,108,2,1,36,31,185,29,0,16,1,10,35,97,103,114,101,101,109,101,110,116,2,1,87,147,202,156,0,16,1,15,35,97,103,114,101,101,109,101,110,116,45,97,114,101,97,2,1,20,59,92,111,0,16,1,14,35,99,95,112,111,108,105,99,121,95,119,114,97,112,2,1,174,131,197,211,0,16,1,16,35,99,111,110,115,101,110,116,45,119,114,97,112,112,101,114,2,1,59,59,92,12,0,16,1,10,35,99,111,111,107,105,101,65,108,116,2,1,6,77,54,3,0,16,1,10,35,102,108,111,97,116,65,114,101,97,2,1,125,29,209,129,0,16,1,12,35,102,117,110,99,45,99,111,111,107,105,101,2,1,103,116,17,149,0,16,1,12,35,103,100,112,114,45,98,97,110,110,101,114,2,1,89,132,169,119,0,16,1,8,35,106,115,45,103,100,112,114,2,1,80,210,212,126,0,16,1,17,35,108,97,121,101,114,95,98,111,97,114,100,95,97,114,101,97,2,1,56,94,115,37,0,16,1,14,35,109,111,100,97,108,45,99,111,110,116,101,110,116,2,1,17,71,87,137,0,16,1,14,35,109,111,100,97,108,45,111,118,101,114,108,97,121,2,1,14,119,116,0,0,16,1,7,35,109,111,114,100,97,108,2,1,71,209,0,216,0,16,1,20,35,111,110,101,116,114,117,115,116,45,98,97,110,110,101,114,45,115,100,107,2,1,38,157,35,119,0,16,1,20,35,112,105,45,112,99,45,97,108,108,45,112,111,112,117,112,108,101,102,116,2,1,81,43,156,223,0,16,1,13,35,112,111,108,105,99,121,95,109,111,100,97,108,2,1,54,231,60,4,0,16,1,11,35,115,101,99,95,99,111,111,107,105,101,2,1,153,87,86,125,0,16,1,13,35,116,104,112,95,110,111,116,102,95,100,105,118,2,1,148,185,40,166,0,16,1,18,35,116,109,112,95,119,114,97,112,95,105,110,102,111,95,98,111,120,2,1,49,150,3,213,0,8,1,14,46,67,111,111,107,105,101,67,111,110,102,105,114,109,2,1,46,170,80,129,0,8,1,16,46,97,110,110,111,116,97,116,105,111,110,45,97,114,101,97,2,1,212,109,74,211,0,8,1,16,46,97,116,101,110,116,105,111,110,95,99,111,111,107,105,101,2,1,112,163,189,93,0,8,1,23,46,98,111,116,116,111,109,95,111,112,116,111,117,116,95,97,110,110,111,117,110,99,101,2,1,80,211,20,117,0,8,1,10,46,99,111,110,115,101,110,116,95,99,2,1,195,191,229,104,0,8,1,15,46,99,111,111,107,105,101,45,105,110,113,117,105,114,121,2,1,216,7,116,122,0,8,1,37,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,97,103,114,101,101,109,101,110,116,45,110,111,116,105,102,105,99,97,116,105,111,110,2,1,86,192,63,145,0,8,1,12,46,99,111,111,107,105,101,97,103,114,101,101,2,1,35,213,21,71,0,8,1,11,46,99,111,111,107,105,101,100,105,97,103,2,1,38,251,176,194,0,8,1,23,46,99,111,111,107,105,101,115,95,99,111,111,107,105,101,115,95,95,100,87,76,102,79,2,1,76,139,68,245,0,8,1,13,46,102,105,120,101,100,95,98,97,110,110,101,114,2,1,142,137,102,99,0,8,1,9,46,102,105,120,101,100,98,111,116,2,1,112,175,252,238,0,8,1,18,46,102,111,111,116,101,114,95,100,105,115,99,108,97,105,109,101,114,2,1,181,169,159,242,0,8,1,13,46,102,111,111,116,101,114,115,116,105,99,107,121,2,1,55,238,156,189,0,8,1,7,46,104,74,85,77,108,90,2,1,230,146,217,55,0,8,1,17,46,105,110,102,111,67,111,110,115,101,110,116,77,111,100,97,108,2,1,201,37,192,60,0,8,1,14,46,108,95,99,111,111,107,105,101,65,103,114,101,101,2,1,127,200,78,0,0,8,1,18,46,109,45,115,110,97,99,107,98,97,114,45,110,111,116,105,99,101,2,1,112,84,170,202,0,8,1,15,46,109,95,99,111,111,107,105,101,66,97,110,110,101,114,2,1,62,109,134,83,0,8,1,12,46,109,111,100,95,109,101,115,115,97,103,101,2,1,14,119,116,0,0,8,1,11,46,109,111,100,97,108,45,103,100,112,114,2,1,113,211,183,86,0,8,1,14,46,109,111,100,97,108,95,99,111,110,116,101,110,116,2,1,80,210,212,194,0,8,1,14,46,110,111,116,101,112,97,110,101,108,87,114,97,112,2,1,33,93,106,39,0,8,1,14,46,110,111,116,105,102,105,99,97,116,105,111,110,115,2,1,227,211,246,67,0,8,1,15,46,110,111,116,105,102,121,95,115,116,105,99,107,105,101,2,1,126,210,206,184,0,8,1,9,46,110,119,45,109,111,100,97,108,2,1,80,211,20,117,0,8,1,6,46,111,112,116,73,110,2,1,27,74,66,64,0,8,1,8,46,111,112,116,105,110,102,111,2,1,127,197,114,35,0,8,1,6,46,112,97,110,101,108,2,1,113,162,255,189,0,8,1,19,46,112,101,114,115,111,110,97,108,73,110,102,111,95,95,97,114,101,97,2,1,96,134,128,143,0,8,1,7,46,112,111,108,105,99,121,2,1,82,22,250,9,0,8,1,10,46,112,111,108,105,99,121,70,105,120,2,1,14,241,68,143,0,8,1,13,46,112,111,112,117,112,95,98,97,110,110,101,114,2,1,59,31,247,124,0,8,1,16,46,114,45,102,111,111,116,101,114,45,99,111,111,107,105,101,2,1,167,190,130,221,0,8,1,16,46,114,101,117,115,101,45,99,111,109,112,111,110,101,110,116,2,1,126,163,114,26,0,8,1,17,46,115,116,45,84,101,114,109,115,95,87,114,97,112,112,101,114,2,1,126,208,122,111,0,8,1,27,46,116,97,114,116,101,97,117,99,105,116,114,111,110,66,101,102,111,114,101,86,105,115,105,98,108,101,2,1,184,87,87,10,0,8,1,19,46,116,111,97,115,116,45,98,111,116,116,111,109,45,114,105,103,104,116,2,1,99,71,181,160,0,8,1,16,46,118,45,115,110,97,99,107,45,45,98,111,116,116,111,109,2,1,237,32,106,215,0,0,1,30,100,105,118,91,99,108,97,115,115,94,61,34,71,68,80,82,95,95,67,111,110,116,97,105,110,101,114,45,34,93,2,1,126,250,206,86,0,16,1,5,35,65,103,54,112,2,1,114,216,29,251,0,8,1,14,46,99,111,111,107,105,101,80,111,112,65,114,101,97,2,1,34,217,115,128,0,8,1,17,46,103,108,111,98,97,108,45,115,116,97,116,101,109,101,110,116,2,1,131,88,189,201,0,16,1,14,35,80,114,105,118,97,99,121,80,111,108,105,99,121,2,1,112,34,108,1,0,16,1,12,35,99,111,110,115,101,110,116,45,98,111,120,2,1,49,110,132,40,0,16,1,13,35,99,111,111,107,105,101,45,105,110,110,101,114,2,1,44,31,47,98,0,16,1,8,35,101,117,67,67,119,105,110,2,1,66,245,164,242,0,16,1,15,35,109,97,110,97,103,101,45,99,111,111,107,105,101,115,2,3,7,236,111,19,171,27,192,149,171,28,94,171,0,16,1,12,35,109,101,115,115,97,103,101,45,98,97,114,2,1,187,16,144,7,0,16,1,9,35,109,115,103,45,119,114,97,112,2,1,13,165,104,113,0,16,1,13,35,110,111,116,105,102,105,99,97,116,105,111,110,2,1,70,252,247,218,0,16,1,15,35,112,114,105,118,97,99,121,45,112,111,112,45,117,112,2,1,175,196,29,108,0,16,1,15,35,122,45,116,101,114,109,115,45,111,102,45,117,115,101,2,1,122,223,150,49,0,8,1,7,46,95,50,99,66,95,111,2,1,187,6,225,154,0,8,1,7,46,95,51,89,65,101,78,2,1,232,242,225,187,0,8,1,13,46,99,111,110,116,101,110,116,80,97,100,115,76,2,1,10,88,103,59,0,8,1,20,46,99,111,111,107,105,101,73,110,102,111,67,111,110,116,97,105,110,101,114,2,1,220,156,44,204,0,8,1,7,46,100,72,116,107,119,114,2,1,2,70,49,121,0,8,1,7,46,100,110,80,118,109,103,2,1,58,38,33,27,0,8,1,19,46,103,100,112,114,80,111,112,85,112,45,114,111,111,116,45,49,122,84,2,1,213,199,115,175,0,8,1,7,46,103,115,79,84,118,110,2,1,194,55,227,187,0,8,1,16,46,106,113,45,116,111,97,115,116,45,115,105,110,103,108,101,2,1,187,14,79,227,0,8,1,14,46,106,113,45,116,111,97,115,116,45,119,114,97,112,2,1,187,14,79,227,0,8,1,34,46,109,112,112,45,99,111,110,116,97,105,110,101,114,45,112,111,115,105,116,105,111,110,45,98,111,116,116,111,109,45,98,97,114,2,1,171,27,220,142,0,8,1,7,46,112,111,108,105,99,121,2,1,123,13,208,236,0,8,1,13,46,112,111,112,117,112,45,102,105,108,116,101,114,2,1,142,190,147,75,0,8,1,14,46,112,111,112,117,112,45,109,101,115,115,97,103,101,2,1,171,28,76,212,0,8,1,5,46,112,114,105,118,2,1,8,33,141,239,0,8,1,11,46,115,101,116,95,99,111,111,107,105,101,2,1,128,218,10,235,0,8,1,14,46,98,97,115,105,99,76,105,103,104,116,98,111,120,2,1,101,229,235,152,0,8,1,22,46,98,108,97,104,95,98,108,97,104,95,98,108,97,104,95,104,111,108,100,101,114,2,1,144,176,82,35,0,8,1,21,46,110,111,116,105,102,105,99,97,116,105,111,110,45,119,114,97,112,112,101,114,2,1,18,188,196,86,0,8,1,22,46,112,97,114,101,110,116,45,99,111,110,116,97,105,110,101,114,45,105,100,103,121,2,1,226,242,231,222,0,8,1,13,46,119,117,95,99,111,110,116,97,105,110,101,114,2,1,233,15,255,200,0,8,1,27,46,99,111,111,107,105,101,45,98,97,110,110,101,114,45,115,101,99,116,105,111,110,45,114,111,111,116,2,1,15,66,68,104,0,16,1,27,35,95,95,110,101,120,116,32,62,32,100,105,118,91,99,108,97,115,115,94,61,34,99,115,115,34,93,2,3,33,198,201,89,34,84,15,96,202,187,42,228,0,16,1,26,35,103,108,111,98,97,108,45,111,118,101,114,108,97,121,45,98,97,99,107,103,114,111,117,110,100,2,1,192,127,8,55,0,16,1,6,35,107,106,101,107,115,2,1,166,183,209,166,0,16,1,7,35,111,112,116,45,105,110,2,2,32,11,221,38,109,177,210,151,0,16,1,7,35,116,111,112,98,97,114,2,1,196,72,62,79,0,8,1,14,46,71,68,80,82,99,111,110,116,97,105,110,101,114,2,1,138,6,86,109,0,8,1,14,46,98,99,99,45,99,111,110,116,97,105,110,101,114,2,1,202,187,25,116,0,8,1,7,46,99,73,119,84,78,104,2,1,170,26,75,196,0,8,1,7,46,99,98,120,77,116,70,2,1,33,198,201,89,0,8,1,13,46,99,111,99,111,45,119,114,97,112,112,101,114,2,1,144,120,237,99,0,8,1,11,46,99,115,115,45,112,112,45,98,111,120,2,1,170,26,75,196,0,8,1,15,46,102,105,120,101,100,45,109,101,115,115,97,103,101,115,2,1,33,198,88,28,0,8,1,20,46,102,111,111,116,101,114,67,117,114,116,97,105,110,67,111,111,107,105,101,2,1,164,99,77,183,0,8,1,26,46,103,108,111,98,97,108,45,111,118,101,114,108,97,121,45,98,97,99,107,103,114,111,117,110,100,2,1,63,178,143,207,0,8,1,10,46,107,97,107,101,95,119,114,97,112,2,1,33,229,167,253,0,8,1,26,46,110,114,107,45,109,97,115,116,104,101,97,100,95,95,105,110,102,111,45,98,97,110,110,101,114,2,1,202,187,52,79,0,8,1,14,46,112,111,112,117,112,45,111,118,101,114,108,97,121,2,1,190,168,103,205,0,8,1,27,46,112,112,45,97,110,110,111,117,110,99,101,109,101,110,116,45,98,97,114,45,98,111,116,116,111,109,2,1,255,134,64,243,0,8,1,14,46,115,99,104,105,98,115,116,101,100,45,98,97,114,2,1,155,10,151,119,0,8,1,19,46,115,104,111,119,45,99,111,111,107,105,101,45,112,111,112,45,117,112,2,1,107,8,45,39,0,8,1,9,46,119,51,45,98,108,97,99,107,2,1,166,183,209,166,0,8,1,11,46,119,102,45,115,101,99,116,105,111,110,2,1,26,168,103,204,0,0,1,34,91,97,114,105,97,45,108,97,98,101,108,61,34,73,110,102,111,114,109,97,115,106,111,110,115,107,97,112,115,108,101,114,34,93,2,1,57,79,65,194,0,0,1,31,100,105,118,91,100,97,116,97,45,116,101,115,116,61,34,99,111,111,107,105,101,45,116,111,97,115,116,101,114,34,93,2,1,186,177,152,235,0,0,1,22,100,105,118,91,105,100,94,61,34,115,112,95,109,101,115,115,97,103,101,95,34,93,2,1,66,221,253,135,0,0,1,8,102,105,101,108,100,115,101,116,2,1,88,232,164,222,0,16,1,13,35,100,97,116,97,45,112,114,105,118,97,99,121,2,1,178,109,161,226,0,16,1,8,35,104,101,97,100,101,114,48,2,1,181,87,208,207,0,16,1,7,35,112,111,108,105,99,121,2,1,101,158,114,125,0,16,1,14,35,112,114,105,118,97,99,121,80,111,108,105,99,121,2,1,118,216,214,46,0,8,1,21,46,99,111,111,107,105,101,95,99,111,111,107,105,101,95,95,118,119,95,102,115,2,1,116,117,92,30,0,8,1,15,46,106,99,111,110,102,105,114,109,45,108,105,103,104,116,2,1,159,99,185,159,0,8,1,13,46,106,99,111,110,102,105,114,109,45,114,111,119,2,1,159,99,185,159,0,8,1,5,46,109,101,109,111,2,1,50,180,100,62,0,8,1,12,46,112,111,112,117,112,45,109,111,100,97,108,2,1,177,250,84,223,0,8,1,14,46,112,114,105,118,97,99,121,95,109,111,100,97,108,2,1,136,250,179,156,0,8,1,16,46,116,111,112,45,99,111,110,116,101,110,116,45,98,97,114,2,1,137,110,51,102,0,16,1,10,35,66,111,120,67,111,111,107,105,101,2,1,157,103,156,223,0,16,1,8,35,66,111,120,76,105,110,101,2,11,3,242,237,119,25,131,114,252,62,90,42,212,129,194,38,252,130,22,113,223,133,5,228,161,146,57,223,248,159,37,202,218,198,153,143,157,210,100,40,232,243,241,177,98,0,16,1,11,35,67,65,80,80,68,105,97,108,111,103,2,1,141,36,205,72,0,16,1,7,35,67,79,79,75,73,69,2,1,15,126,58,104,0,16,1,9,35,67,80,95,76,97,121,101,114,2,1,130,28,122,215,0,16,1,15,35,87,80,45,99,111,111,107,105,101,45,105,110,102,111,2,5,18,186,21,98,38,247,198,142,77,188,199,243,161,89,69,75,190,212,137,225,0,16,1,5,35,95,95,99,112,2,2,32,155,181,152,227,172,51,172,0,16,1,10,35,97,108,101,114,116,95,98,97,114,2,4,4,13,31,249,14,83,5,112,199,74,182,199,245,64,127,80,0,16,1,12,35,97,108,101,114,116,95,112,111,112,117,112,2,1,138,184,128,127,0,16,1,15,35,97,110,97,108,121,116,105,99,115,77,111,100,97,108,2,1,88,19,38,77,0,16,1,9,35,98,97,99,107,100,114,111,112,2,4,32,128,93,6,77,194,65,65,165,128,114,238,225,4,173,42,0,16,1,10,35,98,97,110,110,101,114,77,83,71,2,1,243,108,251,110,0,16,1,25,35,98,97,122,105,110,103,97,45,109,117,102,102,105,110,45,99,111,110,116,97,105,110,101,114,2,1,42,95,235,57,0,16,1,5,35,98,108,117,114,2,1,26,147,131,234,0,16,1,13,35,98,111,116,116,111,109,45,99,104,97,114,109,2,1,94,205,105,207,0,16,1,16,35,98,111,120,45,112,111,108,105,116,121,107,97,45,112,114,2,1,132,77,198,127,0,16,1,9,35,98,111,120,95,105,110,102,111,2,1,190,81,121,175,0,16,1,11,35,99,67,111,110,116,97,105,110,101,114,2,2,104,218,84,202,106,243,4,234,0,16,1,6,35,99,73,110,102,111,2,1,11,184,17,66,0,16,1,8,35,99,95,112,111,112,101,107,2,1,87,27,50,56,0,16,1,9,35,99,99,95,112,111,112,117,112,2,1,212,128,59,36,0,16,1,12,35,99,99,110,115,116,95,95,109,97,105,110,2,1,121,105,41,29,0,16,1,5,35,99,102,102,99,2,1,129,199,196,245,0,16,1,5,35,99,108,97,119,2,2,129,179,32,138,142,125,93,36,0,16,1,6,35,99,108,111,115,101,2,1,251,65,159,7,0,16,1,3,35,99,110,2,1,154,100,19,60,0,16,1,21,35,99,111,110,115,101,110,116,115,80,111,108,105,99,121,68,105,97,108,111,103,2,1,177,78,54,71,0,16,1,14,35,99,111,110,116,97,105,110,101,114,95,118,115,109,2,1,245,162,62,66,0,16,1,5,35,99,111,111,107,2,1,253,121,80,193,0,16,1,13,35,99,111,111,107,105,101,45,102,114,97,109,101,2,1,237,129,209,61,0,16,1,20,35,99,111,111,107,105,101,45,105,110,102,111,45,111,118,101,114,108,97,121,2,1,117,184,245,176,0,16,1,17,35,99,111,111,107,105,101,77,111,110,115,116,101,114,79,118,114,2,1,244,89,37,127,0,16,1,17,35,99,111,111,107,105,101,87,97,114,110,105,110,103,78,101,119,2,1,61,106,65,120,0,16,1,15,35,99,111,111,107,105,101,95,105,110,102,111,95,101,115,2,1,222,76,76,225,0,16,1,19,35,99,111,111,107,105,101,95,105,110,102,111,95,115,101,108,49,95,110,2,1,191,247,55,168,0,16,1,12,35,99,111,111,107,105,101,109,111,100,97,108,2,1,55,123,21,15,0,16,1,22,35,99,111,111,107,105,101,115,45,98,97,110,101,114,45,119,114,97,112,112,101,114,2,1,195,9,124,230,0,16,1,30,35,99,111,111,107,105,101,115,45,105,110,102,111,45,109,111,100,97,108,95,98,97,99,107,103,114,111,117,110,100,2,1,166,190,183,3,0,16,1,27,35,99,111,111,107,105,101,115,45,105,110,102,111,45,109,111,100,97,108,95,119,114,97,112,112,101,114,2,1,166,190,183,3,0,16,1,12,35,99,111,111,107,105,101,115,45,108,97,119,2,3,42,243,101,153,149,192,59,194,233,192,182,26,0,16,1,12,35,99,111,111,107,105,101,115,82,111,100,111,2,1,66,79,168,86,0,16,1,13,35,99,111,111,107,105,101,115,95,116,101,120,116,2,1,226,38,231,25,0,16,1,4,35,99,111,112,2,4,59,90,170,250,112,115,119,53,121,137,232,236,216,43,73,251,0,16,1,13,35,99,114,111,115,115,45,100,105,97,108,111,103,2,2,12,45,184,210,48,149,124,193,0,16,1,7,35,99,117,95,98,97,114,2,2,58,158,10,69,67,143,157,71,0,16,1,5,35,99,120,99,120,2,1,115,70,249,186,0,16,1,22,35,100,105,100,111,109,105,66,108,111,99,107,78,97,118,105,103,97,116,105,111,110,2,1,214,115,14,37,0,16,1,7,35,100,105,118,95,97,99,2,1,226,114,6,152,0,16,1,9,35,102,116,99,99,98,99,109,100,2,1,65,212,172,10,0,16,1,27,35,103,97,114,117,97,95,99,111,111,107,105,101,95,99,111,110,115,101,110,116,95,112,111,112,117,112,2,1,237,236,111,51,0,16,1,21,35,103,112,95,99,111,111,107,105,101,95,97,103,114,101,101,109,101,110,116,115,2,1,139,111,105,87,0,16,1,15,35,104,111,108,100,111,110,45,111,118,101,114,108,97,121,2,1,45,88,150,25,0,16,1,21,35,105,102,114,97,109,101,80,111,112,117,112,67,111,110,116,97,105,110,101,114,2,1,192,8,133,144,0,16,1,17,35,105,109,112,111,114,116,97,110,116,45,110,111,116,105,99,101,2,1,106,119,237,19,0,16,1,4,35,105,110,102,2,1,81,46,97,10,0,16,1,5,35,105,110,102,111,2,1,120,59,225,181,0,16,1,9,35,105,110,102,111,45,98,97,114,2,2,20,162,139,88,195,89,197,170,0,16,1,17,35,105,110,102,111,68,105,118,67,111,110,116,97,105,110,101,114,2,1,136,72,181,162,0,16,1,11,35,105,110,102,111,95,99,95,98,111,120,2,4,117,213,82,146,201,194,54,189,237,236,68,39,251,111,244,243,0,16,1,15,35,105,110,102,111,95,99,111,110,116,97,105,110,101,114,2,3,69,236,233,8,106,18,151,120,180,79,109,191,0,16,1,8,35,105,110,102,111,98,97,114,2,1,95,142,19,20,0,16,1,7,35,105,116,108,98,111,120,2,1,206,105,54,21,0,16,1,6,35,107,101,107,115,101,2,1,121,249,134,33,0,16,1,31,35,107,108,97,117,122,117,108,97,95,105,110,102,111,114,109,97,99,121,106,110,97,95,110,97,107,108,97,100,107,97,2,1,193,30,27,169,0,16,1,12,35,107,113,115,45,98,111,120,45,116,108,111,2,1,85,125,109,168,0,16,1,8,35,107,113,115,45,116,108,111,2,1,85,125,109,168,0,16,1,8,35,109,101,110,117,98,97,114,2,1,113,6,177,40,0,16,1,9,35,109,101,110,117,115,68,105,118,2,1,212,244,222,245,0,16,1,8,35,109,101,115,115,97,103,101,2,2,79,153,96,11,103,75,218,220,0,16,1,20,35,109,101,115,115,97,103,101,45,116,111,112,45,119,114,97,112,112,101,114,2,1,192,71,198,201,0,16,1,13,35,109,101,115,115,97,103,101,80,111,112,117,112,2,1,232,105,61,124,0,16,1,12,35,109,101,115,115,97,103,101,95,98,111,120,2,1,148,40,128,206,0,16,1,13,35,109,101,115,115,97,103,101,95,119,114,97,112,2,1,133,209,186,53,0,16,1,14,35,109,105,97,115,116,111,115,122,107,111,108,101,110,2,1,84,0,149,202,0,16,1,6,35,109,111,100,57,56,2,1,211,46,41,205,0,16,1,6,35,109,111,100,57,57,2,1,104,208,151,39,0,16,1,21,35,109,111,100,97,108,45,99,111,111,107,105,101,45,111,118,101,114,108,97,121,2,1,13,221,236,179,0,16,1,6,35,109,111,114,101,49,2,1,214,115,14,37,0,16,1,7,35,109,112,111,112,100,119,2,1,95,251,71,71,0,16,1,7,35,109,112,111,112,117,112,2,1,95,251,71,71,0,16,1,9,35,109,115,103,76,97,121,101,114,2,1,190,81,57,15,0,16,1,11,35,109,121,77,111,100,97,108,112,111,108,2,1,173,199,166,207,0,16,1,16,35,110,97,118,98,97,114,95,110,111,116,105,99,101,95,49,2,1,102,26,23,173,0,16,1,17,35,110,97,118,98,97,114,95,110,111,116,105,99,101,95,49,49,2,1,84,37,52,251,0,16,1,17,35,110,97,118,98,97,114,95,110,111,116,105,99,101,95,49,50,2,1,88,205,155,81,0,16,1,11,35,110,101,119,45,112,111,108,105,99,121,2,1,221,33,197,78,0,16,1,11,35,110,111,116,105,99,101,95,98,97,114,2,5,14,220,139,59,66,254,92,148,92,167,97,60,170,184,69,89,190,81,52,69,0,16,1,13,35,110,111,116,105,102,121,99,111,111,107,105,101,2,1,22,121,221,194,0,16,1,12,35,111,114,101,111,115,45,112,111,112,117,112,2,1,81,28,130,42,0,16,1,8,35,112,108,97,110,115,122,97,2,1,130,58,8,70,0,16,1,7,35,112,111,108,99,105,97,2,1,43,216,5,182,0,16,1,7,35,112,111,108,105,99,121,2,1,192,10,154,115,0,16,1,9,35,112,111,108,105,116,121,107,97,2,4,23,108,189,227,129,49,205,105,140,167,242,199,193,58,183,55,0,16,1,6,35,112,111,112,101,107,2,1,100,15,193,9,0,16,1,11,35,112,111,112,117,112,45,112,101,107,97,2,1,1,52,245,77,0,16,1,13,35,112,111,112,117,112,67,111,110,116,97,99,116,2,1,193,58,165,90,0,16,1,9,35,112,111,112,117,112,68,105,118,2,2,190,81,121,203,221,118,65,74,0,16,1,13,35,112,111,115,99,111,111,107,105,101,108,97,119,2,1,190,81,42,10,0,16,1,3,35,112,112,2,1,243,255,251,61,0,16,1,20,35,112,114,105,118,97,99,121,45,112,111,108,105,99,121,45,105,110,102,111,2,1,164,196,124,140,0,16,1,15,35,112,114,105,118,97,99,121,77,101,115,115,97,103,101,2,1,129,89,193,63,0,16,1,8,35,114,101,103,95,97,108,108,2,1,193,20,145,199,0,16,1,24,35,114,101,115,112,101,99,116,45,112,114,105,118,97,99,121,45,119,114,97,112,112,101,114,2,2,66,18,202,10,175,52,65,51,0,16,1,16,35,114,111,97,114,45,97,108,101,114,116,45,119,114,97,112,2,1,190,81,10,193,0,16,1,5,35,114,111,100,111,2,1,150,227,144,214,0,16,1,9,35,114,111,100,111,45,98,97,114,2,1,120,134,189,81,0,16,1,11,35,114,111,100,111,45,112,111,112,117,112,2,1,233,119,208,255,0,16,1,9,35,114,111,100,111,95,97,108,108,2,1,195,94,4,122,0,16,1,12,35,114,111,100,111,95,99,111,111,107,105,101,2,1,199,74,182,199,0,16,1,10,35,115,97,121,99,111,111,107,105,101,2,1,217,81,35,124,0,16,1,13,35,115,105,109,112,108,101,45,109,111,100,97,108,2,1,160,194,99,222,0,16,1,21,35,115,105,109,112,108,101,45,109,111,100,97,108,45,111,118,101,114,108,97,121,2,1,166,122,101,10,0,16,1,22,35,115,105,116,101,45,110,97,118,105,103,97,116,105,111,110,32,126,32,100,105,118,2,1,72,231,66,192,0,16,1,18,35,115,111,102,116,77,101,115,115,97,103,101,115,45,108,105,115,116,2,1,193,57,233,251,0,16,1,16,35,115,111,110,114,105,115,111,45,99,111,111,107,105,101,115,2,1,204,76,213,124,0,16,1,16,35,115,112,101,99,105,97,108,98,111,120,45,105,110,102,111,2,1,10,141,65,48,0,16,1,9,35,115,119,115,109,111,100,97,108,2,2,58,64,207,60,77,171,241,75,0,16,1,11,35,115,119,115,111,118,101,114,108,97,121,2,2,58,64,207,60,77,171,241,75,0,16,1,19,35,116,105,109,101,115,45,108,101,103,97,108,45,110,111,116,105,99,101,2,1,11,210,74,29,0,16,1,13,35,116,111,111,108,116,105,112,45,104,111,111,107,2,1,255,38,30,248,0,16,1,9,35,116,111,112,48,105,110,102,111,2,1,88,232,10,3,0,16,1,18,35,116,111,112,73,110,102,111,67,111,110,116,97,105,110,101,114,48,2,7,66,190,44,87,79,178,25,219,123,246,68,144,136,107,200,172,181,121,140,179,214,116,54,77,229,92,69,149,0,16,1,18,35,116,111,112,73,110,102,111,67,111,110,116,97,105,110,101,114,49,2,14,63,255,155,19,90,140,174,24,129,195,142,101,136,107,200,172,142,125,89,239,144,165,19,191,151,119,132,104,181,134,138,147,191,16,228,56,192,8,209,23,214,170,193,202,216,6,15,221,231,35,230,181,253,1,219,111,0,16,1,7,35,116,111,112,98,97,114,2,3,193,59,231,252,220,121,74,214,233,41,63,144,0,16,1,13,35,117,110,100,101,114,95,102,111,111,116,101,114,2,1,104,203,53,210,0,16,1,16,35,122,97,109,107,110,105,106,95,99,111,111,107,105,101,115,2,1,47,43,65,80,0,8,1,27,46,67,111,111,107,105,101,66,97,114,95,99,111,111,107,105,101,66,97,114,95,95,51,122,115,73,107,2,2,35,46,185,164,101,128,199,148,0,8,1,12,46,67,111,111,107,105,101,83,116,121,108,101,2,2,198,1,112,60,228,89,172,131,0,8,1,28,46,67,111,111,107,105,101,115,45,109,111,100,117,108,101,45,99,111,111,107,105,101,115,95,49,50,49,84,2,1,206,36,122,155,0,8,1,14,46,67,111,111,107,105,101,115,78,111,116,105,99,101,2,1,232,82,72,25,0,8,1,11,46,71,68,80,82,45,80,111,112,117,112,2,1,120,142,130,96,0,8,1,10,46,74,83,87,114,97,112,112,101,114,2,2,85,5,72,9,176,98,127,115,0,8,1,17,46,82,111,100,111,95,98,108,117,114,95,95,99,110,75,100,78,2,1,194,136,240,251,0,8,1,6,46,83,82,97,66,77,2,1,91,94,52,246,0,8,1,36,46,84,101,114,109,115,79,102,85,115,101,77,111,100,97,108,95,109,111,100,97,108,87,114,97,112,112,101,114,95,95,51,98,87,80,88,2,1,126,21,161,252,0,8,1,16,46,84,114,97,99,107,105,110,103,73,110,102,111,66,111,120,2,1,233,4,185,230,0,8,1,9,46,95,99,111,110,115,101,110,116,2,1,119,235,194,53,0,8,1,29,46,95,99,111,111,107,105,101,95,99,111,111,107,105,101,115,45,112,97,110,101,108,95,95,76,77,73,57,97,2,1,20,27,248,174,0,8,1,5,46,97,98,99,100,2,1,234,190,182,21,0,8,1,9,46,97,100,45,109,111,100,97,108,2,1,178,141,120,93,0,8,1,16,46,97,108,99,97,108,105,97,45,99,111,111,107,105,101,115,2,1,179,202,79,98,0,8,1,12,46,97,108,101,114,116,45,102,108,97,115,104,2,1,94,172,28,209,0,8,1,11,46,97,108,101,114,116,66,111,120,101,115,2,1,4,157,64,254,0,8,1,8,46,97,118,119,112,45,97,118,2,1,92,118,11,227,0,8,1,16,46,97,118,119,112,45,97,118,45,111,118,101,114,108,97,121,2,1,92,118,11,227,0,8,1,8,46,98,45,109,111,100,97,108,2,1,188,183,252,135,0,8,1,19,46,98,97,99,107,103,114,111,117,110,100,45,111,118,101,114,108,97,121,2,1,231,126,31,204,0,8,1,12,46,98,97,108,108,45,99,111,111,107,105,101,2,1,38,242,39,136,0,8,1,12,46,98,97,114,45,45,98,111,116,116,111,109,2,1,154,239,148,104,0,8,1,14,46,98,97,115,105,99,76,105,103,104,116,98,111,120,2,1,196,209,36,86,0,8,1,13,46,98,103,45,103,114,101,101,110,45,50,48,48,2,1,217,126,187,80,0,8,1,17,46,98,105,112,45,99,111,111,107,105,101,45,109,111,100,97,108,2,2,98,166,166,240,210,156,254,166,0,8,1,11,46,98,109,45,112,114,105,118,97,99,121,2,1,54,237,11,46,0,8,1,20,46,98,115,45,99,111,111,107,105,101,115,95,95,111,118,101,114,108,97,121,2,1,117,213,82,151,0,8,1,8,46,99,95,95,99,97,107,101,2,1,159,105,208,8,0,8,1,24,46,99,105,97,99,104,98,116,109,45,119,114,97,112,45,99,111,110,116,97,105,110,101,114,2,1,247,162,135,123,0,8,1,7,46,99,106,99,86,68,119,2,1,9,73,228,176,0,8,1,4,46,99,107,103,2,1,45,111,47,216,0,8,1,11,46,99,109,45,111,118,101,114,108,97,121,2,1,193,167,67,79,0,8,1,17,46,99,109,45,112,111,112,117,112,45,119,114,97,112,112,101,114,2,1,36,64,217,86,0,8,1,8,46,99,109,117,108,113,55,122,2,1,217,1,40,94,0,8,1,16,46,99,111,110,102,105,103,45,109,101,115,115,97,103,101,115,2,1,147,163,82,51,0,8,1,15,46,99,111,110,115,101,110,116,45,108,97,121,111,117,116,2,1,171,112,99,249,0,8,1,9,46,99,111,110,115,101,110,116,115,2,6,57,112,6,4,164,188,110,65,201,169,155,25,233,144,80,236,239,19,72,56,244,59,160,111,0,8,1,16,46,99,111,111,107,105,101,45,100,105,118,45,109,97,105,110,2,1,53,151,125,200,0,8,1,19,46,99,111,111,107,105,101,45,112,111,112,117,112,45,109,111,100,97,108,2,1,237,180,9,120,0,8,1,12,46,99,111,111,107,105,101,45,119,97,108,108,2,1,193,30,27,169,0,8,1,15,46,99,111,111,107,105,101,115,45,45,99,108,111,97,107,2,5,0,27,29,29,7,25,248,48,32,118,106,44,129,187,31,54,129,193,19,123,0,8,1,11,46,99,111,111,107,105,101,115,45,97,116,2,1,122,20,111,111,0,8,1,19,46,99,111,111,107,105,101,115,45,97,116,45,111,118,101,114,108,97,121,2,1,122,20,111,111,0,8,1,25,46,99,111,111,107,105,101,115,45,98,97,110,110,101,114,95,99,111,109,112,111,110,101,110,116,2,1,47,61,226,200,0,8,1,30,46,99,111,111,107,105,101,115,66,108,111,99,107,83,99,115,115,45,98,97,99,107,100,114,111,112,45,49,102,122,2,2,185,42,138,199,209,102,116,250,0,8,1,26,46,99,111,111,107,105,101,115,66,108,111,99,107,83,99,115,115,45,114,111,111,116,45,49,83,103,2,2,185,42,138,199,209,102,116,250,0,8,1,16,46,99,111,111,107,105,101,115,95,99,118,121,117,97,120,104,2,1,217,1,40,94,0,8,1,16,46,99,111,111,107,105,101,115,95,100,113,120,122,57,108,103,2,1,217,1,40,94,0,8,1,6,46,99,111,118,101,114,2,1,210,90,236,37,0,8,1,5,46,99,112,112,97,2,2,44,201,207,56,218,63,147,84,0,8,1,12,46,99,115,115,45,49,114,105,120,115,116,117,2,1,23,38,100,74,0,8,1,12,46,99,115,115,45,49,118,49,106,116,102,113,2,1,254,246,14,197,0,8,1,11,46,99,115,115,45,56,103,120,51,121,122,2,1,151,213,73,44,0,8,1,11,46,99,115,115,45,106,106,100,50,115,101,2,1,192,10,95,45,0,8,1,11,46,99,115,115,45,112,121,52,97,51,50,2,1,43,28,224,93,0,8,1,11,46,99,115,115,45,117,109,49,57,118,98,2,1,151,213,73,44,0,8,1,11,46,99,115,115,45,121,99,111,50,101,103,2,1,7,252,241,249,0,8,1,7,46,100,68,87,87,80,107,2,1,129,38,24,206,0,8,1,16,46,100,105,97,108,111,103,98,108,111,99,107,114,111,100,111,2,1,129,189,198,205,0,8,1,15,46,100,105,118,77,111,100,97,108,68,105,97,108,111,103,2,1,220,12,168,105,0,8,1,7,46,101,100,120,122,100,75,2,1,129,200,7,250,0,8,1,7,46,101,107,45,98,97,114,2,2,59,42,57,73,106,183,247,254,0,8,1,5,46,101,117,99,108,2,1,221,151,229,14,0,8,1,9,46,101,122,107,50,56,48,118,51,2,1,5,106,19,223,0,8,1,7,46,102,83,99,114,109,109,2,1,6,6,98,195,0,8,1,16,46,102,97,99,101,116,101,100,45,111,118,101,114,108,97,121,2,1,130,57,198,201,0,8,1,24,46,102,105,108,116,101,114,45,109,111,100,97,108,45,98,97,99,107,103,114,111,117,110,100,2,5,78,214,77,31,125,185,102,12,135,170,77,176,141,226,127,145,204,200,133,223,0,8,1,19,46,102,105,120,101,100,45,98,111,116,116,111,109,45,114,105,103,104,116,2,1,92,233,6,115,0,8,1,11,46,103,117,101,115,116,95,119,97,114,110,2,1,136,192,8,111,0,8,1,22,46,104,101,97,100,45,112,97,103,101,45,105,110,102,111,114,109,97,116,105,111,110,2,5,118,103,32,165,128,129,209,99,185,185,26,151,212,18,46,129,222,99,155,54,0,8,1,14,46,104,101,97,100,101,114,45,98,97,110,110,101,114,2,1,232,157,192,208,0,8,1,7,46,105,66,89,105,112,106,2,1,200,219,94,38,0,8,1,7,46,105,82,104,68,100,78,2,1,15,190,5,11,0,8,1,3,46,105,98,2,1,7,33,166,250,0,8,1,11,46,105,110,102,111,95,99,95,98,111,120,2,1,103,119,114,187,0,8,1,15,46,105,110,102,111,114,109,97,116,105,111,110,66,97,114,2,1,73,32,50,213,0,8,1,9,46,106,99,111,110,102,105,114,109,2,1,7,73,48,31,0,8,1,11,46,106,113,45,99,111,111,107,105,101,115,2,1,233,119,209,82,0,8,1,12,46,106,115,45,109,101,115,115,97,103,101,115,2,1,166,3,78,150,0,8,1,17,46,106,115,45,109,111,100,97,108,45,99,111,111,107,105,101,115,2,1,204,91,93,7,0,8,1,7,46,106,115,115,50,53,54,2,1,114,44,201,21,0,8,1,7,46,106,115,115,51,53,57,2,1,192,240,128,208,0,8,1,31,46,107,108,97,117,122,117,108,97,45,98,97,99,107,103,114,111,117,110,100,45,119,121,115,122,97,114,122,111,110,121,2,1,11,219,235,168,0,8,1,22,46,108,97,110,100,101,110,100,45,105,110,102,111,98,97,114,45,108,105,103,104,116,2,2,141,249,55,108,142,21,242,230,0,8,1,18,46,108,97,121,111,117,116,32,62,32,46,119,114,97,112,112,101,114,2,1,183,35,72,127,0,8,1,12,46,108,97,121,111,117,116,45,109,97,115,107,2,1,189,186,12,241,0,8,1,26,46,108,97,121,111,117,116,95,99,111,111,107,105,101,115,82,117,108,101,95,95,50,81,111,117,88,2,1,24,43,102,89,0,8,1,12,46,108,101,103,97,108,65,100,118,105,99,101,2,1,120,46,48,101,0,8,1,5,46,109,45,99,99,2,1,190,80,235,111,0,8,1,10,46,109,45,99,111,111,107,105,101,115,2,1,80,160,51,180,0,8,1,11,46,109,97,120,45,119,45,102,117,108,108,2,1,12,233,54,26,0,8,1,14,46,109,101,115,115,97,103,101,45,97,108,101,114,116,2,1,36,172,227,10,0,8,1,25,46,109,101,115,115,97,103,101,45,112,111,112,117,112,45,98,97,99,107,103,114,111,117,110,100,2,1,80,124,27,158,0,8,1,15,46,109,101,115,115,97,103,101,45,119,105,110,100,111,119,2,1,44,160,235,196,0,8,1,9,46,109,101,115,115,97,103,101,115,2,1,193,57,233,251,0,8,1,15,46,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,1,237,180,9,120,0,8,1,11,46,109,111,100,97,108,45,103,100,112,114,2,1,145,122,36,45,0,8,1,12,46,109,111,100,97,108,45,108,101,103,97,108,2,1,15,40,145,201,0,8,1,10,46,109,111,100,97,108,82,79,68,79,2,1,67,130,255,17,0,8,1,21,46,109,111,100,117,108,101,45,104,101,97,100,101,114,95,110,111,116,105,99,101,2,1,193,14,136,70,0,8,1,6,46,109,111,110,105,116,2,1,213,192,80,117,0,8,1,12,46,109,121,77,111,100,97,108,45,98,111,120,2,3,64,178,139,57,152,112,67,116,193,167,242,51,0,8,1,11,46,110,111,116,105,99,101,95,98,97,114,2,2,64,30,78,254,137,121,23,90,0,8,1,27,46,110,111,116,105,102,105,99,97,116,105,111,110,45,97,108,101,114,116,45,119,114,97,112,112,101,114,2,1,84,73,249,236,0,8,1,14,46,110,111,116,105,102,105,99,97,116,105,111,110,115,2,1,231,90,53,31,0,8,1,13,46,111,118,101,114,108,97,121,45,103,100,112,114,2,1,145,122,36,45,0,8,1,7,46,112,111,108,105,99,121,2,1,238,201,9,143,0,8,1,17,46,112,111,112,117,112,45,98,97,99,107,103,114,111,117,110,100,2,1,127,174,156,206,0,8,1,17,46,112,111,112,117,112,45,116,111,112,45,104,101,97,100,101,114,2,1,118,125,48,137,0,8,1,13,46,112,111,112,117,112,67,111,110,116,101,110,116,2,1,145,253,72,196,0,8,1,16,46,112,111,115,105,116,105,111,110,45,98,111,116,116,111,109,2,1,234,227,146,161,0,8,1,4,46,112,112,99,2,1,186,188,234,69,0,8,1,23,46,112,121,45,52,46,112,120,45,54,46,105,116,101,109,115,45,99,101,110,116,101,114,2,1,193,29,211,233,0,8,1,16,46,114,97,110,107,45,99,111,111,107,105,101,45,98,97,114,2,1,155,201,240,64,0,8,1,18,46,114,107,45,99,111,111,107,105,101,45,111,118,101,114,108,97,121,2,1,185,42,152,222,0,8,1,9,46,114,115,116,98,111,120,101,115,2,1,89,75,136,12,0,8,1,20,46,115,99,45,49,121,107,106,106,109,56,45,48,46,108,111,102,75,120,81,2,1,129,200,7,250,0,8,1,10,46,115,99,45,98,116,101,119,113,85,2,1,129,200,153,152,0,8,1,9,46,115,101,110,100,95,97,107,116,2,1,138,57,123,66,0,8,1,15,46,115,104,45,112,97,103,101,45,110,111,116,105,99,101,2,1,67,198,196,220,0,8,1,13,46,115,105,109,112,108,101,45,109,111,100,97,108,2,1,166,122,101,10,0,8,1,5,46,115,111,111,107,2,1,202,148,152,123,0,8,1,28,46,115,116,101,97,109,97,115,116,101,114,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,2,1,91,245,142,202,0,8,1,14,46,115,116,105,99,107,121,45,102,111,111,116,101,114,2,1,35,134,244,3,0,8,1,12,46,115,116,105,99,107,121,110,111,116,101,50,2,1,77,164,6,178,0,8,1,19,46,115,116,121,108,101,115,95,115,104,111,119,95,95,51,105,54,107,120,2,1,63,157,5,228,0,8,1,23,46,116,97,114,110,111,119,45,99,111,111,107,105,101,115,45,119,114,97,112,112,101,114,2,1,224,55,177,204,0,8,1,6,46,116,99,101,108,108,2,1,221,192,207,69,0,8,1,8,46,116,99,111,111,107,105,101,2,1,242,206,129,3,0,8,1,4,46,116,111,112,2,1,200,187,46,233,0,8,1,38,46,117,105,45,100,105,97,108,111,103,91,97,114,105,97,45,100,101,115,99,114,105,98,101,100,98,121,61,34,99,111,111,107,105,101,115,34,93,2,1,60,9,41,179,0,8,1,59,46,117,105,45,100,105,97,108,111,103,91,97,114,105,97,45,100,101,115,99,114,105,98,101,100,98,121,61,34,99,111,111,107,105,101,115,34,93,32,126,32,46,117,105,45,119,105,100,103,101,116,45,111,118,101,114,108,97,121,2,1,60,9,41,179,0,8,1,18,46,117,105,45,119,105,100,103,101,116,45,99,111,110,116,101,110,116,2,1,99,105,65,90,0,8,1,9,46,119,51,45,109,111,100,97,108,2,1,86,227,56,165,0,8,1,10,46,119,105,100,103,101,116,115,45,53,2,1,232,65,11,92,0,8,1,13,46,120,49,51,101,117,99,111,111,107,105,101,115,2,1,58,196,193,79,0,8,1,23,46,120,49,51,101,117,99,111,111,107,105,101,115,95,95,98,97,99,107,100,114,111,112,2,1,233,75,87,34,0,8,1,27,46,122,45,49,50,48,48,46,98,111,114,100,101,114,45,112,114,105,109,97,114,121,45,109,97,105,110,2,1,193,29,211,233,0,8,1,23,46,122,103,111,100,97,95,110,97,95,112,114,122,101,116,119,97,114,122,97,110,105,101,2,1,169,39,85,246,0,8,1,7,46,122,115,97,118,57,97,2,1,7,109,76,69,0,0,1,37,91,100,97,116,97,45,116,101,115,116,61,34,109,111,100,97,108,45,99,111,111,107,105,101,45,98,111,116,116,111,109,45,98,97,114,34,93,2,1,217,1,40,94,0,0,1,48,91,115,116,121,108,101,94,61,34,112,111,115,105,116,105,111,110,58,32,102,105,120,101,100,59,32,108,101,102,116,58,32,48,112,120,59,32,116,111,112,58,32,48,112,120,59,34,93,2,2,46,255,150,126,221,192,207,69,0,0,1,32,91,115,116,121,108,101,94,61,34,116,111,112,58,48,59,108,101,102,116,58,48,59,114,105,103,104,116,58,48,59,34,93,2,1,79,162,90,77,0,0,1,18,97,112,112,45,97,99,99,101,112,116,45,99,111,111,107,105,101,115,2,1,234,119,225,22,0,0,1,25,98,111,100,121,32,62,32,100,105,118,91,115,116,121,108,101,42,61,34,49,48,48,37,34,93,2,1,98,83,84,249,0,0,1,13,99,111,111,107,105,101,45,112,111,108,105,99,121,2,1,33,6,170,175,0,0,1,29,100,105,118,91,99,108,97,115,115,94,61,34,71,68,80,82,67,111,111,107,105,101,73,110,102,111,95,34,93,2,1,211,91,214,184,0,0,1,35,100,105,118,91,99,108,97,115,115,94,61,34,115,116,121,108,101,115,95,95,72,101,97,100,101,114,73,110,102,111,66,97,114,34,93,2,1,150,44,133,158,0,0,1,24,100,105,118,91,105,100,94,61,34,67,111,111,107,105,101,115,80,111,112,117,112,95,34,93,2,1,88,14,219,60,0,0,1,52,100,105,118,91,115,116,121,108,101,42,61,34,98,97,99,107,103,114,111,117,110,100,58,117,114,108,40,105,109,97,103,101,115,47,99,111,111,107,105,101,115,95,116,108,111,46,112,110,103,41,34,93,2,1,225,166,185,156,0,0,1,128,0,0,1,145,100,105,118,91,115,116,121,108,101,61,34,32,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,32,35,70,65,70,65,70,65,59,32,32,98,111,114,100,101,114,58,32,49,112,120,32,115,111,108,105,100,32,103,114,97,121,59,32,32,98,111,114,100,101,114,45,114,97,100,105,117,115,58,32,49,48,112,120,32,49,48,112,120,32,49,48,112,120,32,49,48,112,120,59,32,32,98,111,120,45,115,104,97,100,111,119,58,32,49,112,120,32,49,112,120,32,51,112,120,32,48,32,103,114,97,121,59,32,32,109,97,114,103,105,110,58,32,48,32,97,117,116,111,59,32,32,112,97,100,100,105,110,103,58,32,49,48,112,120,32,50,53,112,120,59,32,32,119,105,100,116,104,58,32,57,51,48,112,120,59,32,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,32,35,70,65,70,65,70,65,59,32,32,98,111,114,100,101,114,58,32,49,112,120,32,115,111,108,105,100,32,103,114,97,121,59,32,32,98,111,114,100,101,114,45,114,97,100,105,117,115,58,32,49,48,112,120,59,32,109,111,122,45,98,111,114,100,101,114,45,114,97,100,105,117,115,58,32,49,48,112,120,59,32,119,101,98,107,105,116,45,98,111,114,100,101,114,45,114,97,100,105,117,115,58,32,49,48,112,120,59,32,32,98,111,120,45,115,104,97,100,111,119,58,32,49,112,120,32,49,112,120,32,51,112,120,32,48,32,103,114,97,121,59,32,32,109,97,114,103,105,110,58,32,48,32,97,117,116,111,59,32,32,112,97,100,100,105,110,103,58,32,49,48,112,120,32,50,53,112,120,59,32,32,119,105,100,116,104,58,32,57,51,48,112,120,59,34,93,2,1,130,58,45,80,0,0,1,128,0,0,0,247,100,105,118,91,115,116,121,108,101,61,34,98,111,114,100,101,114,45,116,111,112,58,32,49,112,120,32,115,111,108,105,100,32,114,103,98,40,49,57,51,44,32,49,57,51,44,32,49,57,51,41,59,32,98,111,116,116,111,109,58,32,48,112,120,59,32,98,111,120,45,115,104,97,100,111,119,58,32,48,112,120,32,45,50,112,120,32,52,112,120,32,114,103,98,40,49,57,51,44,32,49,57,51,44,32,49,57,51,41,59,32,112,111,115,105,116,105,111,110,58,32,102,105,120,101,100,59,32,112,97,100,100,105,110,103,58,32,49,48,112,120,32,48,112,120,59,32,108,101,102,116,58,32,48,112,120,59,32,114,105,103,104,116,58,32,48,112,120,59,32,116,101,120,116,45,97,108,105,103,110,58,32,99,101,110,116,101,114,59,32,119,105,100,116,104,58,32,49,48,48,37,59,32,122,45,105,110,100,101,120,58,32,49,48,48,48,48,48,48,59,32,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,32,119,104,105,116,101,59,34,93,2,1,214,148,92,52,0,0,1,77,100,105,118,91,115,116,121,108,101,61,34,99,108,101,97,114,58,32,98,111,116,104,59,32,102,111,110,116,58,32,110,111,114,109,97,108,32,49,50,112,120,32,65,114,105,97,108,59,32,112,97,100,100,105,110,103,58,32,53,112,120,32,48,112,120,32,53,112,120,32,49,48,112,120,59,34,93,2,1,129,192,159,87,0,0,1,128,0,0,0,136,100,105,118,91,115,116,121,108,101,61,34,99,108,101,97,114,58,98,111,116,104,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,49,48,112,120,32,51,37,59,109,97,114,103,105,110,58,48,59,112,111,115,105,116,105,111,110,58,102,105,120,101,100,59,98,111,116,116,111,109,58,48,59,98,111,114,100,101,114,45,116,111,112,58,49,112,120,32,115,111,108,105,100,32,35,55,55,55,59,119,105,100,116,104,58,57,52,37,59,34,93,2,1,234,175,163,231,0,0,1,25,100,105,118,91,115,116,121,108,101,61,34,112,97,100,100,105,110,103,58,56,112,120,59,34,93,2,1,245,64,46,4,0,0,1,128,0,0,0,150,100,105,118,91,115,116,121,108,101,61,34,112,111,115,105,116,105,111,110,58,32,102,105,120,101,100,59,32,108,101,102,116,58,48,59,32,114,105,103,104,116,58,48,59,32,98,111,116,116,111,109,58,48,59,32,104,101,105,103,104,116,58,51,52,112,120,59,32,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,101,101,101,59,32,98,111,114,100,101,114,45,116,111,112,58,32,49,112,120,32,115,111,108,105,100,32,98,108,97,99,107,59,32,122,45,105,110,100,101,120,58,49,48,48,48,59,32,111,118,101,114,102,108,111,119,58,32,97,117,116,111,34,93,2,1,192,253,99,142,0,0,1,68,100,105,118,91,115,116,121,108,101,61,34,116,101,120,116,45,97,108,105,103,110,58,32,114,105,103,104,116,59,32,102,111,110,116,45,115,105,122,101,58,32,57,112,120,59,32,112,97,100,100,105,110,103,45,114,105,103,104,116,58,32,50,48,112,120,59,34,93,2,1,100,117,79,46,0,0,1,128,0,0,1,24,100,105,118,91,115,116,121,108,101,61,34,119,105,100,116,104,58,32,49,48,48,37,59,32,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,32,114,103,98,40,48,44,32,48,44,32,48,41,59,32,109,97,114,103,105,110,58,32,48,112,120,59,32,112,111,115,105,116,105,111,110,58,32,102,105,120,101,100,59,32,98,111,116,116,111,109,58,32,48,112,120,59,32,108,101,102,116,58,32,48,112,120,59,32,112,97,100,100,105,110,103,58,32,48,112,120,59,32,104,101,105,103,104,116,58,32,49,53,112,120,59,32,108,105,110,101,45,104,101,105,103,104,116,58,32,49,53,112,120,59,32,116,101,120,116,45,97,108,105,103,110,58,32,99,101,110,116,101,114,59,32,99,111,108,111,114,58,32,114,103,98,40,50,53,53,44,32,50,53,53,44,32,50,53,53,41,59,32,122,45,105,110,100,101,120,58,32,49,48,48,48,59,32,102,111,110,116,45,102,97,109,105,108,121,58,32,65,114,105,97,108,44,32,72,101,108,118,101,116,105,99,97,44,32,115,97,110,115,45,115,101,114,105,102,59,32,102,111,110,116,45,115,105,122,101,58,32,49,48,112,120,59,34,93,2,1,190,79,212,154,0,0,1,128,0,0,0,220,100,105,118,91,115,116,121,108,101,61,34,119,105,100,116,104,58,32,49,48,48,37,59,32,98,97,99,107,103,114,111,117,110,100,58,32,114,103,98,40,52,52,44,32,52,56,44,32,53,49,41,32,110,111,110,101,32,114,101,112,101,97,116,32,115,99,114,111,108,108,32,48,37,32,48,37,59,32,112,97,100,100,105,110,103,58,32,49,48,112,120,32,48,59,32,99,111,108,111,114,58,32,35,102,102,102,59,32,98,111,114,100,101,114,45,116,111,112,58,32,49,112,120,32,115,111,108,105,100,32,114,103,98,40,50,50,49,44,32,50,50,49,44,32,50,50,49,41,59,32,32,116,101,120,116,45,97,108,105,103,110,58,32,99,101,110,116,101,114,59,32,112,111,115,105,116,105,111,110,58,32,102,105,120,101,100,59,32,98,111,116,116,111,109,58,32,48,59,32,122,45,105,110,100,101,120,58,32,57,57,57,57,57,57,57,57,57,59,34,93,2,1,204,113,231,255,0,0,1,128,0,0,0,180,100,105,118,91,115,116,121,108,101,61,34,119,105,100,116,104,58,32,49,48,48,37,59,102,108,111,97,116,58,32,108,101,102,116,59,98,97,99,107,103,114,111,117,110,100,58,32,35,102,102,102,59,112,97,100,100,105,110,103,58,32,49,53,112,120,32,48,59,112,111,115,105,116,105,111,110,58,32,102,105,120,101,100,59,116,111,112,58,32,48,112,120,59,108,101,102,116,58,32,48,112,120,59,116,101,120,116,45,97,108,105,103,110,58,32,99,101,110,116,101,114,59,99,111,108,111,114,58,32,35,48,48,48,59,98,111,114,100,101,114,45,98,111,116,116,111,109,58,32,49,112,120,32,35,48,48,48,32,115,111,108,105,100,59,122,45,105,110,100,101,120,58,32,49,48,48,48,59,34,93,2,1,190,81,127,43,0,0,1,128,0,0,0,173,100,105,118,91,115,116,121,108,101,61,34,119,105,100,116,104,58,32,57,55,48,112,120,59,32,98,111,114,100,101,114,58,49,112,120,32,115,111,108,105,100,32,103,114,97,121,59,32,109,97,114,103,105,110,58,32,51,112,120,32,97,117,116,111,59,32,99,111,108,111,114,58,32,103,114,97,121,59,32,112,97,100,100,105,110,103,58,32,51,112,120,59,32,116,101,120,116,45,97,108,105,103,110,58,32,99,101,110,116,101,114,59,32,102,111,110,116,58,32,49,48,112,120,32,86,101,114,100,97,110,97,44,32,115,97,110,115,45,115,101,114,105,102,59,32,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,32,35,102,102,102,102,102,102,59,34,93,2,1,100,117,79,46,0,0,1,128,0,0,0,252,100,105,118,91,115,116,121,108,101,61,34,122,45,105,110,100,101,120,58,32,49,48,48,59,32,32,102,111,110,116,45,102,97,109,105,108,121,58,32,65,114,105,97,108,59,32,102,111,110,116,45,115,105,122,101,58,32,49,50,112,120,59,32,116,101,120,116,45,97,108,105,103,110,58,32,99,101,110,116,101,114,59,32,111,112,97,99,105,116,121,58,32,48,46,56,59,32,108,105,110,101,45,104,101,105,103,104,116,58,32,49,50,112,120,59,32,112,111,115,105,116,105,111,110,58,32,102,105,120,101,100,59,32,98,97,99,107,103,114,111,117,110,100,58,32,35,102,52,102,52,102,52,59,32,98,111,114,100,101,114,58,32,49,112,120,32,115,111,108,105,100,32,35,55,55,55,59,32,98,111,114,100,101,114,45,108,101,102,116,58,32,48,59,32,98,111,114,100,101,114,45,114,105,103,104,116,58,32,48,59,32,98,111,116,116,111,109,58,32,48,112,120,59,32,119,105,100,116,104,58,32,49,48,48,37,59,32,112,97,100,100,105,110,103,58,32,53,112,120,59,34,93,2,1,138,187,77,181,0,0,1,50,100,105,118,91,115,116,121,108,101,94,61,34,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,32,114,103,98,40,49,56,56,44,32,49,53,51,44,32,55,51,41,59,34,93,2,1,27,81,85,177,0,0,1,30,100,105,118,91,115,116,121,108,101,94,61,34,102,111,110,116,45,115,105,122,101,58,32,49,51,112,120,59,34,93,2,1,249,245,25,125,0,0,1,38,100,105,118,91,115,116,121,108,101,94,61,34,102,111,110,116,45,115,105,122,101,58,49,50,112,120,59,98,111,116,116,111,109,58,48,59,34,93,2,1,142,131,135,253,0,0,1,29,100,105,118,91,115,116,121,108,101,94,61,34,108,101,102,116,58,32,48,112,120,59,32,116,111,112,58,34,93,2,1,168,22,18,159,0,0,1,49,100,105,118,91,115,116,121,108,101,94,61,34,112,111,115,105,116,105,111,110,58,32,97,98,115,111,108,117,116,101,59,32,122,45,105,110,100,101,120,58,32,51,50,48,48,48,59,34,93,2,1,40,164,166,228,0,0,1,38,100,105,118,91,115,116,121,108,101,94,61,34,112,111,115,105,116,105,111,110,58,32,102,105,120,101,100,59,32,98,111,116,116,111,109,58,34,93,2,1,78,15,161,164,0,0,1,46,100,105,118,91,115,116,121,108,101,94,61,34,112,111,115,105,116,105,111,110,58,32,102,105,120,101,100,59,32,100,105,115,112,108,97,121,58,32,116,97,98,108,101,59,34,93,2,1,221,192,207,69,0,0,1,36,100,105,118,91,115,116,121,108,101,94,61,34,112,111,115,105,116,105,111,110,58,32,102,105,120,101,100,59,32,108,101,102,116,58,34,93,2,1,24,171,169,138,0,0,1,35,100,105,118,91,115,116,121,108,101,94,61,34,116,111,112,58,48,59,108,101,102,116,58,48,59,114,105,103,104,116,58,48,59,34,93,2,1,130,57,192,2,0,0,1,16,119,112,108,45,99,111,111,107,105,101,45,112,111,112,117,112,2,1,229,116,56,53,0,16,1,10,35,67,79,79,75,73,69,66,65,82,2,1,103,200,251,145,0,16,1,15,35,76,71,80,68,45,83,116,97,114,116,69,99,111,109,2,1,26,119,25,12,0,16,1,14,35,97,115,102,67,111,111,107,105,101,115,66,97,114,2,1,97,254,45,138,0,16,1,14,35,98,97,114,114,97,109,101,110,115,97,103,101,109,2,1,206,111,7,248,0,16,1,13,35,99,97,114,100,45,99,111,111,107,105,101,115,2,1,128,3,40,210,0,16,1,13,35,99,107,45,99,111,110,116,97,105,110,101,114,2,1,33,120,253,137,0,16,1,5,35,99,111,111,107,2,1,226,98,121,28,0,16,1,17,35,99,111,111,107,105,101,45,108,97,119,45,112,97,110,101,108,2,1,164,112,226,206,0,16,1,24,35,99,111,111,107,105,101,45,110,101,119,45,99,99,111,110,115,101,110,116,45,98,97,114,2,1,64,151,173,137,0,16,1,13,35,99,111,111,107,105,101,115,109,111,100,97,108,2,1,51,4,186,46,0,16,1,36,35,99,116,108,48,48,95,80,111,108,105,116,105,99,97,67,111,111,107,105,101,115,95,100,105,118,67,111,111,107,105,101,115,77,115,103,2,1,61,255,82,176,0,16,1,11,35,100,105,115,99,108,97,105,109,101,114,2,4,79,119,184,49,102,171,249,248,132,189,69,230,221,63,198,122,0,16,1,9,35,100,118,99,111,111,107,105,101,2,1,68,81,27,31,0,16,1,9,35,102,103,118,45,108,103,112,100,2,1,124,233,221,0,0,16,1,10,35,103,111,108,100,112,111,112,117,112,2,1,16,177,89,16,0,16,1,7,35,105,115,86,105,101,119,2,1,105,107,39,9,0,16,1,17,35,105,116,45,101,112,114,105,118,97,99,121,45,114,111,111,116,2,1,138,254,68,33,0,16,1,17,35,107,108,97,114,111,45,112,101,45,111,118,101,114,108,97,121,2,1,204,117,112,10,0,16,1,16,35,107,108,97,114,111,45,112,101,45,119,105,110,100,111,119,2,1,204,117,112,10,0,16,1,5,35,108,103,112,100,2,2,20,173,79,230,131,26,76,89,0,16,1,9,35,108,103,112,100,45,98,111,120,2,1,153,78,185,217,0,16,1,13,35,108,103,112,100,45,119,114,97,112,112,101,114,2,1,225,211,131,61,0,16,1,11,35,108,103,112,100,67,111,111,107,105,101,2,1,117,190,169,46,0,16,1,12,35,108,103,112,100,95,98,97,110,110,101,114,2,1,208,202,241,101,0,16,1,11,35,108,103,112,100,98,97,110,110,101,114,2,1,52,15,42,29,0,16,1,15,35,108,111,97,100,101,114,45,111,118,101,114,108,97,121,2,3,91,34,251,41,142,38,93,166,157,39,2,184,0,16,1,15,35,108,112,45,112,111,109,45,98,111,120,45,53,50,56,2,1,106,114,92,182,0,16,1,18,35,109,45,97,99,99,45,100,101,115,99,114,105,112,116,105,111,110,2,1,99,8,232,237,0,16,1,14,35,109,97,110,97,103,101,67,111,111,107,105,101,115,2,1,48,40,51,152,0,16,1,18,35,109,111,100,97,108,95,97,99,101,105,116,101,121,99,112,111,108,2,1,114,12,14,208,0,16,1,17,35,109,111,116,111,114,111,108,97,45,99,111,111,107,105,101,115,2,2,195,63,222,240,213,81,107,31,0,16,1,6,35,110,103,45,99,99,2,1,55,177,120,83,0,16,1,13,35,111,80,114,105,118,97,108,108,121,65,112,112,2,1,198,100,82,102,0,16,1,7,35,111,112,97,113,117,101,2,1,98,49,139,75,0,16,1,13,35,112,111,108,105,116,105,99,97,45,98,111,120,2,1,154,26,188,96,0,16,1,20,35,112,111,108,105,116,105,99,97,80,114,105,118,97,99,105,100,97,100,101,2,1,84,76,215,215,0,16,1,19,35,112,114,105,118,97,99,121,45,112,111,108,105,99,121,45,100,105,118,2,1,55,1,106,230,0,16,1,21,35,112,114,105,118,97,99,121,45,116,111,111,108,115,45,98,97,110,110,101,114,2,1,35,80,23,253,0,16,1,18,35,114,111,111,116,32,62,32,46,115,99,45,98,100,86,97,74,97,2,1,141,15,203,86,0,16,1,22,35,114,116,112,103,101,114,97,108,99,111,111,107,105,101,99,111,110,116,101,110,116,2,1,164,112,213,215,0,16,1,17,35,116,101,114,109,111,115,95,97,110,97,108,121,116,105,99,115,2,1,89,70,241,246,0,16,1,17,35,118,116,101,120,45,108,103,112,100,45,99,111,111,107,105,101,2,2,43,59,173,137,197,48,49,27,0,16,1,12,35,119,114,110,103,45,97,103,114,109,110,116,2,1,26,238,110,208,0,8,1,8,46,45,112,111,108,105,99,121,2,1,63,172,79,31,0,8,1,7,46,66,67,95,86,78,57,2,1,87,50,190,198,0,8,1,30,46,67,111,111,107,105,101,72,111,108,100,101,114,95,99,111,110,116,97,105,110,101,114,95,95,50,51,103,48,115,2,1,51,87,131,32,0,8,1,16,46,68,121,107,71,111,46,115,99,45,99,114,122,111,65,69,2,1,98,128,196,164,0,8,1,6,46,70,83,101,108,105,2,1,20,154,58,67,0,8,1,12,46,76,71,80,68,45,110,111,116,105,99,101,2,1,106,247,171,182,0,8,1,16,46,84,114,97,99,107,105,110,103,73,110,102,111,66,111,120,2,1,215,231,105,142,0,8,1,7,46,95,49,105,83,80,121,2,1,200,179,91,137,0,8,1,20,46,95,99,111,110,116,97,105,110,101,114,95,49,115,105,113,114,95,53,52,2,1,126,22,76,208,0,8,1,13,46,97,99,99,101,112,116,80,111,108,105,99,101,2,1,209,61,126,201,0,8,1,17,46,97,99,99,101,112,116,97,110,99,101,45,116,101,114,109,115,2,1,203,241,225,91,0,8,1,7,46,97,99,101,105,116,101,2,2,134,174,35,169,248,40,39,211,0,8,1,15,46,97,100,112,45,112,111,112,117,112,45,119,114,97,112,2,1,194,102,34,168,0,8,1,7,46,97,108,101,114,116,97,2,2,229,181,219,20,233,176,165,253,0,8,1,14,46,97,108,101,114,116,97,67,111,111,107,105,101,115,2,2,57,22,3,62,75,56,152,112,0,8,1,51,46,97,110,116,100,45,112,114,111,45,99,111,109,112,111,110,101,110,116,115,45,99,111,111,107,105,101,45,112,111,112,45,117,112,45,105,110,100,101,120,45,115,104,111,119,95,112,111,112,117,112,2,1,105,124,95,215,0,8,1,7,46,98,90,69,103,102,72,2,1,139,196,100,89,0,8,1,17,46,98,97,99,107,100,114,111,112,45,98,108,117,114,45,115,109,2,1,172,128,55,184,0,8,1,19,46,98,97,99,107,103,114,111,117,110,100,45,111,118,101,114,108,97,121,2,1,189,103,77,149,0,8,1,17,46,98,97,110,110,101,114,45,99,111,110,116,97,105,110,101,114,2,1,220,50,207,225,0,8,1,17,46,98,97,110,110,101,114,45,102,105,120,101,100,45,98,111,120,2,1,158,135,160,129,0,8,1,19,46,98,97,110,110,101,114,45,102,111,111,116,101,114,45,108,103,112,100,2,1,51,79,0,78,0,8,1,33,46,98,97,110,110,101,114,95,114,111,100,97,112,101,95,105,110,102,111,114,109,97,110,100,111,95,99,111,111,107,105,101,115,2,2,85,92,18,5,100,73,27,124,0,8,1,105,46,98,97,115,101,45,102,108,101,120,45,99,111,108,46,108,103,92,58,98,97,115,101,45,102,108,101,120,45,114,111,119,46,98,97,115,101,45,102,108,101,120,46,98,97,115,101,45,119,45,102,117,108,108,46,98,97,115,101,45,105,116,101,109,115,45,99,101,110,116,101,114,46,98,97,115,101,45,106,117,115,116,105,102,121,45,98,101,116,119,101,101,110,46,98,97,115,101,45,112,45,120,120,120,115,2,1,194,197,244,117,0,8,1,16,46,98,103,45,98,108,117,101,45,103,114,101,121,45,49,48,2,1,60,182,9,15,0,8,1,7,46,98,106,82,77,97,114,2,1,141,15,203,86,0,8,1,20,46,98,108,111,99,107,45,114,101,103,105,111,110,45,102,111,111,116,101,114,2,1,51,243,41,114,0,8,1,21,46,98,111,116,116,111,109,45,112,111,112,117,112,45,119,114,97,112,112,101,114,2,1,96,150,34,49,0,8,1,23,46,98,111,120,45,97,99,101,105,116,101,45,112,114,105,118,97,99,105,100,97,100,101,2,2,205,127,113,216,223,234,113,89,0,8,1,7,46,98,115,119,84,115,114,2,1,152,255,124,134,0,8,1,22,46,99,45,112,111,112,117,112,45,99,111,110,115,101,110,116,105,109,101,110,116,111,2,1,198,153,63,142,0,8,1,7,46,99,95,115,104,111,119,2,1,86,46,7,7,0,8,1,12,46,99,97,105,120,97,45,97,108,101,114,116,2,1,204,173,92,11,0,8,1,18,46,99,97,108,108,97,104,97,110,45,99,97,109,112,97,105,103,110,2,1,247,56,98,202,0,8,1,12,46,99,97,114,100,45,98,111,116,116,111,109,2,1,210,84,213,51,0,8,1,18,46,99,97,114,100,46,98,117,116,116,111,110,45,102,105,120,101,100,2,1,166,176,151,139,0,8,1,42,46,99,97,115,97,101,118,105,100,101,111,110,101,119,105,111,45,115,116,111,114,101,45,116,104,101,109,101,45,56,45,120,45,99,111,110,116,97,105,110,101,114,2,1,109,160,139,6,0,8,1,7,46,99,98,90,69,70,106,2,1,27,183,105,35,0,8,1,20,46,99,101,110,116,101,114,45,98,111,116,116,111,109,45,102,105,120,101,100,2,1,87,57,207,226,0,8,1,32,46,99,104,97,107,114,97,45,109,111,100,97,108,95,95,99,111,110,116,101,110,116,45,99,111,110,116,97,105,110,101,114,2,1,215,46,233,171,0,8,1,22,46,99,104,97,107,114,97,45,109,111,100,97,108,95,95,111,118,101,114,108,97,121,2,1,215,46,233,171,0,8,1,14,46,99,104,97,107,114,97,45,112,111,114,116,97,108,2,1,51,78,35,23,0,8,1,4,46,99,107,101,2,1,223,229,149,46,0,8,1,20,46,99,111,110,115,101,110,116,45,98,97,114,45,119,114,97,112,112,101,114,2,1,99,205,254,154,0,8,1,19,46,99,111,110,115,101,110,116,99,111,111,107,105,101,95,49,54,56,95,2,1,196,79,45,205,0,8,1,17,46,99,111,110,116,97,105,110,101,114,45,112,111,108,105,99,121,2,1,131,13,11,168,0,8,1,16,46,99,111,110,116,97,105,110,101,114,65,99,101,105,116,101,2,1,105,142,66,16,0,8,1,18,46,99,111,111,107,105,101,115,45,101,117,45,98,97,110,110,101,114,2,1,238,137,20,182,0,8,1,13,46,99,111,111,107,105,101,115,77,111,100,97,108,2,2,6,215,129,160,235,207,170,135,0,8,1,12,46,99,115,115,45,49,57,105,111,120,106,57,2,1,41,40,116,132,0,8,1,11,46,99,115,115,45,114,118,99,49,102,113,2,1,41,40,116,132,0,8,1,11,46,99,120,104,55,100,116,52,117,76,105,2,1,101,23,130,33,0,8,1,17,46,99,120,118,53,49,73,49,56,106,104,115,119,99,115,68,104,2,1,6,29,254,114,0,8,1,7,46,100,75,103,86,75,74,2,1,114,220,75,58,0,8,1,9,46,101,56,53,97,107,97,101,48,2,1,174,161,13,18,0,8,1,9,46,102,105,120,101,100,66,97,114,2,1,220,27,41,216,0,8,1,11,46,102,105,120,101,100,98,108,111,99,107,2,1,189,166,223,148,0,8,1,128,0,0,0,226,46,102,108,101,120,46,102,108,101,120,45,99,111,108,46,109,100,92,58,102,108,101,120,45,114,111,119,46,106,117,115,116,105,102,121,45,99,101,110,116,101,114,46,109,100,92,58,106,117,115,116,105,102,121,45,115,116,97,114,116,46,105,116,101,109,115,45,99,101,110,116,101,114,46,103,97,112,45,92,91,49,48,112,120,92,93,46,109,100,92,58,103,97,112,45,92,91,49,52,112,120,92,93,46,109,97,120,45,119,45,92,91,55,54,48,112,120,92,93,46,112,121,45,53,46,112,120,45,52,46,119,45,102,117,108,108,46,109,100,92,58,112,120,45,53,46,109,100,92,58,112,121,45,92,91,49,52,112,120,92,93,46,109,98,45,92,91,49,48,48,112,120,92,93,46,98,103,45,119,104,105,116,101,46,114,111,117,110,100,101,100,45,120,108,46,98,111,114,100,101,114,45,98,45,52,46,98,111,111,114,100,101,114,45,92,91,92,35,69,65,69,67,70,48,92,93,2,1,172,128,55,184,0,8,1,19,46,102,108,111,97,116,105,110,103,66,97,114,80,114,105,118,97,99,121,2,2,53,10,16,63,240,244,29,40,0,8,1,7,46,102,111,80,99,112,89,2,1,161,70,65,253,0,8,1,7,46,102,111,111,116,101,114,2,1,188,38,124,130,0,8,1,17,46,102,111,111,116,101,114,45,102,105,120,101,100,45,98,97,114,2,2,170,66,58,71,254,196,107,205,0,8,1,12,46,102,111,111,116,101,114,45,108,103,112,100,2,1,58,103,205,123,0,8,1,15,46,102,111,111,116,101,114,45,119,97,114,110,105,110,103,2,1,191,6,205,220,0,8,1,7,46,103,69,66,105,82,80,2,1,247,104,109,204,0,8,1,7,46,103,79,72,65,103,117,2,1,114,220,75,58,0,8,1,7,46,103,102,85,78,112,80,2,1,23,153,179,22,0,8,1,31,46,103,118,45,99,111,111,107,105,101,45,108,103,112,100,45,97,108,101,114,116,45,99,111,110,116,97,105,110,101,114,2,1,106,85,41,123,0,8,1,7,46,104,67,72,120,112,103,2,1,236,171,76,25,0,8,1,7,46,104,90,101,89,82,100,2,1,106,79,118,197,0,8,1,7,46,104,114,119,119,99,106,2,1,232,228,104,33,0,8,1,23,46,104,117,98,45,105,110,102,111,45,98,97,114,45,99,111,109,112,111,110,101,110,116,2,6,51,87,131,32,51,89,45,48,106,37,158,123,139,195,242,28,181,96,128,106,192,216,204,94,0,8,1,7,46,105,84,72,103,79,98,2,1,119,27,165,78,0,8,1,35,46,105,110,100,101,120,45,109,111,100,117,108,101,45,45,67,111,111,107,105,101,115,66,97,110,110,101,114,45,45,50,101,112,45,68,2,1,109,43,242,36,0,8,1,18,46,105,110,102,111,45,110,111,116,105,102,105,99,97,116,105,111,110,2,1,106,108,129,142,0,8,1,18,46,105,110,102,111,45,112,111,108,105,116,105,99,97,45,97,108,108,2,1,45,253,0,171,0,8,1,13,46,105,110,102,111,98,111,120,45,119,114,97,112,2,1,214,10,244,88,0,8,1,27,46,105,116,97,117,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,2,1,51,86,209,163,0,8,1,7,46,106,87,117,69,102,83,2,1,53,190,161,189,0,8,1,16,46,106,99,45,108,103,112,100,45,99,111,110,115,101,110,116,2,1,51,249,201,14,0,8,1,14,46,106,113,45,116,111,97,115,116,45,119,114,97,112,2,1,196,84,146,229,0,8,1,17,46,106,115,45,115,104,111,119,45,114,101,109,105,110,100,101,114,2,1,239,33,202,129,0,8,1,5,46,106,115,115,52,2,1,32,99,75,104,0,8,1,6,46,106,115,115,53,55,2,1,136,44,91,1,0,8,1,6,46,106,115,115,54,56,2,1,94,40,158,17,0,8,1,19,46,106,117,115,116,105,99,97,45,99,111,111,107,105,101,95,98,97,114,2,1,231,46,216,118,0,8,1,7,46,107,85,103,83,69,120,2,1,20,154,58,67,0,8,1,5,46,108,103,112,100,2,13,0,2,164,84,1,12,111,163,47,8,215,33,58,94,154,119,58,142,139,82,62,55,145,219,86,229,99,107,108,9,96,31,108,14,184,57,124,242,110,7,225,210,81,68,235,227,195,75,246,235,33,136,0,8,1,12,46,108,103,112,100,45,97,99,101,105,116,101,2,1,55,215,67,249,0,8,1,13,46,108,103,112,100,45,116,111,111,108,116,105,112,2,1,81,124,107,94,0,8,1,11,46,108,103,112,100,98,97,110,110,101,114,2,2,80,245,245,86,145,13,49,232,0,8,1,7,46,108,108,83,78,118,80,2,1,29,134,16,34,0,8,1,52,46,108,111,106,97,111,98,114,97,109,97,120,45,115,116,111,114,101,45,99,111,109,112,111,110,101,110,116,115,45,48,45,120,45,99,111,111,107,105,101,115,45,100,105,115,99,108,97,105,109,101,114,2,1,189,171,251,76,0,8,1,13,46,109,100,99,45,115,110,97,99,107,98,97,114,2,1,80,168,94,27,0,8,1,20,46,109,111,100,97,108,45,97,118,105,115,111,45,99,111,111,107,105,101,115,2,1,177,138,21,211,0,8,1,13,46,109,111,100,97,108,67,111,111,107,105,101,115,2,1,117,192,37,174,0,8,1,17,46,109,111,100,97,108,68,105,97,108,111,103,65,118,105,115,111,2,1,37,149,109,214,0,8,1,14,46,110,45,114,111,111,116,45,48,45,50,45,56,49,2,1,171,12,217,147,0,8,1,18,46,110,97,118,98,97,114,45,100,105,115,99,108,97,105,109,101,114,2,1,106,116,254,10,0,8,1,29,46,110,97,118,98,97,114,45,109,111,100,117,108,101,115,45,110,111,116,105,102,105,99,97,116,105,111,110,115,2,1,106,116,254,10,0,8,1,7,46,110,111,116,105,102,105,2,1,90,0,81,207,0,8,1,20,46,110,111,116,105,102,105,99,97,116,105,111,110,45,102,111,111,116,101,114,2,1,109,226,139,23,0,8,1,16,46,110,111,116,105,102,105,99,97,116,105,111,110,66,97,114,2,1,201,216,84,71,0,8,1,9,46,110,111,116,105,102,105,110,111,2,2,102,27,123,21,196,79,87,225,0,8,1,25,46,111,110,101,45,98,117,116,116,111,110,45,99,111,111,107,105,101,115,45,112,111,112,117,112,2,1,209,38,233,85,0,8,1,7,46,111,112,116,45,105,110,2,2,108,8,107,1,187,246,3,55,0,8,1,16,46,111,118,101,114,108,97,121,45,119,114,97,112,112,101,114,2,2,147,38,92,48,196,80,240,190,0,8,1,4,46,112,45,51,2,1,89,100,193,252,0,8,1,22,46,112,100,115,45,99,45,80,74,76,86,45,105,110,110,112,69,85,45,99,115,115,2,1,26,211,70,148,0,8,1,16,46,112,111,108,105,99,105,101,115,45,97,99,99,101,112,116,2,1,51,227,31,197,0,8,1,7,46,112,111,108,105,99,121,2,1,163,233,150,169,0,8,1,17,46,112,111,108,105,99,121,45,99,111,110,116,97,105,110,101,114,2,1,158,31,210,236,0,8,1,13,46,112,111,108,105,99,121,45,116,101,114,109,115,2,4,3,176,148,185,95,129,66,33,222,175,151,176,247,24,124,73,0,8,1,21,46,112,111,108,105,116,105,99,97,115,80,114,105,118,97,99,105,100,97,100,101,2,1,86,252,178,0,0,8,1,10,46,112,111,112,117,112,45,112,114,111,2,1,70,158,193,210,0,8,1,13,46,112,111,112,117,112,95,102,111,111,116,101,114,2,3,72,123,17,94,227,127,35,106,239,138,85,160,0,8,1,22,46,112,114,105,118,97,99,121,45,112,111,108,105,99,121,95,95,112,111,112,117,112,2,1,139,196,77,198,0,8,1,16,46,112,114,105,118,97,99,121,45,119,97,114,110,105,110,103,2,1,60,190,215,117,0,8,1,14,46,114,105,103,111,114,45,99,111,111,107,105,101,115,2,1,52,134,100,148,0,8,1,33,46,114,111,118,105,116,101,120,45,97,112,112,115,45,48,45,120,45,99,111,111,107,105,101,67,111,110,116,97,105,110,101,114,2,1,177,8,10,121,0,8,1,21,46,115,99,45,56,99,52,56,98,101,48,48,45,48,46,106,115,119,71,82,113,2,1,106,32,39,13,0,8,1,9,46,115,99,45,65,120,105,75,119,2,1,116,108,224,240,0,8,1,21,46,115,99,45,98,55,102,100,57,100,98,51,45,48,46,105,119,75,75,107,85,2,1,34,96,208,87,0,8,1,14,46,115,99,45,102,97,97,100,97,52,54,98,45,48,2,1,210,138,53,76,0,8,1,10,46,115,99,45,105,66,89,81,107,118,2,1,43,61,103,220,0,8,1,15,46,115,101,99,116,105,111,110,45,45,51,89,111,98,108,2,1,98,144,219,233,0,8,1,17,46,115,105,116,101,45,119,114,97,112,45,99,111,111,107,105,101,2,1,10,160,26,223,0,8,1,35,46,115,116,121,108,101,115,95,95,67,111,111,107,105,101,67,111,110,116,101,110,116,45,115,99,45,49,54,109,112,100,50,97,45,48,2,1,252,176,90,182,0,8,1,22,46,115,121,110,45,99,111,110,116,97,105,110,101,114,45,98,97,110,110,101,114,49,2,1,200,223,121,116,0,8,1,31,46,116,101,109,112,108,97,116,101,45,112,97,114,116,45,99,111,109,112,111,110,101,110,116,45,116,101,114,109,111,115,2,1,145,160,74,216,0,8,1,16,46,116,101,114,109,111,115,45,112,111,108,105,116,105,99,97,2,1,3,55,40,1,0,8,1,15,46,116,101,115,108,97,45,108,103,112,100,45,98,111,120,2,1,106,113,77,197,0,8,1,20,46,116,106,109,116,67,111,111,107,105,101,115,95,95,98,97,110,110,101,114,2,1,13,31,95,32,0,8,1,20,46,116,111,111,108,107,105,116,45,112,114,105,118,97,99,121,45,98,111,120,2,1,49,18,243,162,0,8,1,26,46,116,111,111,108,107,105,116,45,112,114,105,118,97,99,121,45,98,111,120,95,95,98,111,100,121,2,1,194,197,244,117,0,8,1,16,46,120,45,99,97,102,101,76,111,114,95,95,108,103,112,100,2,1,238,207,80,178,0,8,1,8,46,122,55,99,109,98,110,114,2,1,14,91,18,136,0,8,1,7,46,122,115,97,118,57,97,2,1,87,50,190,198,0,0,1,25,91,99,108,97,115,115,94,61,34,80,114,105,118,97,99,121,70,111,111,116,101,114,95,34,93,2,1,68,54,220,104,0,0,1,36,91,99,108,97,115,115,94,61,34,115,116,121,108,101,115,95,109,111,108,101,99,117,108,101,95,95,99,111,111,107,105,101,115,45,34,93,2,1,99,214,115,74,0,0,1,34,91,100,97,116,97,45,99,121,61,34,99,111,110,116,97,105,110,101,114,45,109,111,100,97,108,45,99,111,111,107,105,101,34,93,2,1,157,210,152,90,0,0,1,5,97,108,101,114,116,2,1,94,220,79,228,0,0,1,10,97,112,112,45,111,112,116,45,105,110,2,1,51,72,91,139,0,0,1,17,99,111,111,107,105,101,45,112,111,108,105,99,101,45,98,97,114,2,1,107,26,250,123,0,0,1,21,100,105,118,91,99,108,97,115,115,94,61,34,67,111,111,107,105,101,95,34,93,2,1,233,154,123,162,0,0,1,48,100,105,118,91,99,108,97,115,115,94,61,34,82,101,97,99,116,70,111,111,116,101,114,67,105,118,105,108,77,97,114,107,95,110,111,116,105,102,105,99,97,116,105,111,110,95,34,93,2,1,124,91,25,81,0,0,1,32,100,105,118,91,99,108,97,115,115,94,61,34,97,108,101,114,116,45,99,111,111,107,105,101,115,116,121,108,101,115,34,93,2,1,212,187,78,68,0,0,1,31,100,105,118,91,99,108,97,115,115,94,61,34,108,103,112,100,45,109,101,115,115,97,103,101,45,98,111,120,95,34,93,2,3,109,128,19,62,166,181,9,44,196,239,198,103,0,0,1,42,100,105,118,91,99,108,97,115,115,94,61,34,115,116,121,108,101,115,95,97,99,99,101,112,116,67,111,111,107,105,101,115,87,114,97,112,112,101,114,95,34,93,2,1,215,50,224,118,0,0,1,25,100,105,118,91,100,97,116,97,45,116,101,115,116,105,100,61,34,98,97,110,110,101,114,34,93,2,1,116,75,88,87,0,0,1,39,100,105,118,91,100,97,116,97,45,116,101,115,116,105,100,61,34,98,97,110,110,101,114,45,99,111,111,107,105,101,115,45,116,101,114,109,115,34,93,2,1,51,76,239,95,0,0,1,63,100,105,118,91,115,116,121,108,101,94,61,34,98,97,99,107,103,114,111,117,110,100,58,98,108,97,99,107,59,32,99,111,108,111,114,58,119,104,105,116,101,59,32,116,101,120,116,45,97,108,105,103,110,58,99,101,110,116,101,114,59,34,93,2,1,142,51,59,229,0,0,1,37,100,105,118,91,115,116,121,108,101,94,61,34,98,111,116,116,111,109,58,32,48,112,120,59,32,108,101,102,116,58,32,48,112,120,59,34,93,2,1,128,42,113,153,0,0,1,27,100,105,118,91,115,116,121,108,101,94,61,34,104,101,105,103,104,116,58,32,51,53,112,120,59,34,93,2,1,94,52,155,128,0,0,1,43,100,105,118,91,115,116,121,108,101,94,61,34,112,111,115,105,116,105,111,110,58,32,102,105,120,101,100,59,32,119,105,100,116,104,58,32,49,48,48,37,59,34,93,2,1,38,142,183,213,0,0,1,47,100,105,118,91,115,116,121,108,101,94,61,34,116,101,120,116,45,97,108,105,103,110,58,99,101,110,116,101,114,59,112,111,115,105,116,105,111,110,58,102,105,120,101,100,59,34,93,2,1,48,157,170,82,0,16,1,13,35,97,99,99,101,112,116,45,112,111,112,117,112,2,1,104,0,228,135,0,16,1,6,35,97,118,101,114,116,2,1,126,220,178,8,0,16,1,15,35,97,118,101,114,116,95,97,108,108,95,112,97,103,101,2,1,140,104,195,133,0,16,1,8,35,98,97,114,119,114,97,112,2,1,44,85,137,245,0,16,1,7,35,98,103,79,118,101,114,2,1,176,83,154,171,0,16,1,13,35,99,107,105,101,115,101,108,101,99,116,95,105,2,1,201,30,93,184,0,16,1,4,35,99,107,110,2,1,110,148,217,249,0,16,1,13,35,99,111,110,115,101,110,116,77,111,100,97,108,2,1,119,107,69,176,0,16,1,8,35,99,111,111,107,98,111,120,2,1,11,168,215,3,0,16,1,13,35,99,111,111,107,105,101,115,109,111,100,97,108,2,1,152,76,68,118,0,16,1,11,35,111,116,45,115,100,107,45,98,116,110,2,1,59,94,77,199,0,16,1,22,35,111,118,101,114,108,97,121,95,103,100,112,114,95,97,117,116,101,110,116,105,99,2,1,229,91,247,149,0,16,1,30,35,111,118,101,114,108,97,121,95,103,100,112,114,95,97,117,116,101,110,116,105,99,95,99,111,110,116,101,110,116,2,1,229,91,247,149,0,16,1,10,35,112,97,103,101,45,109,97,115,107,2,1,15,123,34,136,0,16,1,12,35,112,111,112,117,112,119,105,110,100,111,119,2,1,199,151,240,192,0,16,1,6,35,116,101,114,109,115,2,3,11,218,187,70,52,15,108,131,205,93,233,242,0,16,1,15,35,119,105,110,100,111,119,95,111,118,101,114,108,97,121,2,1,119,240,139,179,0,8,1,14,46,98,97,110,110,101,114,87,114,97,112,112,101,114,2,1,165,208,240,21,0,8,1,14,46,99,107,80,111,108,105,99,121,71,111,109,97,103,2,1,58,56,172,240,0,8,1,13,46,99,111,111,107,105,101,95,109,111,100,97,108,2,1,224,93,167,92,0,8,1,11,46,99,112,45,111,118,101,114,108,97,121,2,1,217,217,112,203,0,8,1,11,46,103,100,112,114,80,111,108,105,99,121,2,1,205,227,12,157,0,8,1,14,46,104,101,97,100,101,114,45,110,111,116,105,99,101,2,1,254,117,218,15,0,8,1,12,46,108,99,107,45,119,114,97,112,112,101,114,2,1,148,196,146,130,0,8,1,7,46,108,111,97,100,101,114,2,1,208,194,145,184,0,8,1,20,46,109,45,119,114,97,112,112,101,114,45,98,103,45,45,103,108,97,115,115,2,2,7,102,46,22,173,167,252,169,0,8,1,13,46,115,116,105,99,107,121,45,97,108,101,114,116,2,1,160,255,25,65,0,8,1,7,46,122,45,49,48,53,48,2,1,93,91,222,36,0,0,1,89,91,115,116,121,108,101,61,34,112,111,115,105,116,105,111,110,58,32,102,105,120,101,100,59,32,116,111,112,58,32,48,112,120,59,32,108,101,102,116,58,32,48,112,120,59,32,119,105,100,116,104,58,32,49,48,48,37,59,32,104,101,105,103,104,116,58,32,49,48,48,37,59,32,122,45,105,110,100,101,120,58,32,49,48,52,48,59,34,93,2,1,57,196,145,195,0,16,1,15,35,71,68,80,82,45,99,111,110,116,97,105,110,101,114,2,1,152,48,94,79,0,16,1,9,35,97,99,99,101,112,116,95,113,2,1,206,55,237,133,0,16,1,14,35,97,99,99,101,115,115,95,99,111,111,107,105,101,2,1,205,15,11,148,0,16,1,7,35,97,103,114,101,101,67,2,1,238,37,52,6,0,16,1,13,35,97,103,114,101,101,100,66,97,110,110,101,114,2,1,140,195,201,187,0,16,1,9,35,98,103,95,112,111,112,117,112,2,1,169,130,170,219,0,16,1,20,35,98,105,115,67,111,111,107,105,101,67,111,109,112,108,105,97,110,99,101,2,1,211,194,123,41,0,16,1,4,35,99,98,98,2,1,51,46,85,4,0,16,1,18,35,99,108,111,115,101,67,111,111,107,105,101,66,97,110,110,101,114,2,1,102,168,12,64,0,16,1,6,35,99,111,111,107,98,2,1,137,152,187,165,0,16,1,10,35,99,111,111,107,105,101,95,112,112,2,1,240,164,215,44,0,16,1,30,35,99,111,111,107,105,101,115,99,114,105,112,116,95,105,110,106,101,99,116,101,100,95,119,114,97,112,112,101,114,2,1,22,25,239,15,0,16,1,18,35,105,110,102,111,45,98,111,116,116,45,109,101,115,115,97,103,101,2,1,242,234,54,64,0,16,1,10,35,105,110,102,111,114,109,101,114,50,2,1,101,154,139,235,0,16,1,23,35,106,115,85,115,101,80,101,114,115,111,110,97,108,68,97,116,97,66,108,111,99,107,2,1,10,233,86,162,0,16,1,4,35,107,117,107,2,1,179,109,212,109,0,16,1,21,35,109,101,115,115,97,103,101,45,98,108,111,99,107,45,99,111,111,107,105,101,2,1,247,61,29,148,0,16,1,12,35,109,111,100,97,108,99,111,111,107,105,101,2,1,7,123,134,23,0,16,1,4,35,110,116,102,2,1,45,240,130,159,0,16,1,8,35,111,118,101,114,108,97,121,2,1,143,201,40,111,0,16,1,25,35,112,101,114,115,111,110,97,108,45,100,97,116,97,45,112,114,111,99,101,115,115,105,110,103,2,1,174,255,59,82,0,16,1,25,35,112,111,108,105,99,121,66,108,111,99,107,70,111,114,70,105,114,115,116,86,105,115,105,116,2,2,167,112,86,200,241,220,72,19,0,16,1,19,35,112,111,108,105,99,121,67,111,110,102,105,114,109,97,116,105,111,110,2,1,61,110,114,166,0,16,1,4,35,112,111,112,2,2,29,96,52,228,71,167,51,251,0,16,1,12,35,112,111,112,112,117,112,45,102,111,111,100,2,1,219,94,132,237,0,16,1,28,35,112,111,112,117,112,45,99,111,110,116,97,105,110,101,114,45,98,111,116,116,111,109,45,108,101,102,116,2,1,39,46,20,162,0,16,1,14,35,112,114,105,118,97,99,121,80,111,108,105,99,121,2,1,103,142,232,145,0,16,1,24,35,114,101,99,111,109,109,101,110,100,45,116,101,99,104,45,115,110,97,99,107,98,97,114,2,1,51,52,136,67,0,16,1,21,35,114,103,115,45,109,97,105,110,45,99,111,110,116,101,120,116,45,98,97,114,2,1,167,112,109,148,0,16,1,17,35,117,110,105,45,110,111,116,105,102,105,99,97,116,105,111,110,2,1,13,20,190,53,0,16,1,26,35,117,115,101,95,99,111,111,107,105,101,115,95,109,101,115,115,97,103,101,45,98,108,111,99,107,2,1,103,26,21,68,0,8,1,6,46,67,98,104,95,99,2,1,167,112,109,48,0,8,1,42,46,67,111,111,107,105,101,65,99,99,101,112,116,80,111,112,117,112,45,109,111,100,117,108,101,95,95,99,111,110,116,97,105,110,101,114,95,85,110,100,80,70,2,1,16,165,88,115,0,8,1,25,46,67,111,111,107,105,101,65,99,99,101,112,116,95,114,111,111,116,95,95,55,75,55,97,112,2,1,103,61,132,106,0,8,1,40,46,67,111,111,107,105,101,65,108,108,111,119,97,110,99,101,95,99,111,111,107,105,101,115,65,108,108,111,119,97,110,99,101,95,95,55,56,104,65,79,2,1,52,168,98,59,0,8,1,39,46,67,111,111,107,105,101,67,111,110,116,97,105,110,101,114,95,67,111,111,107,105,101,67,111,110,116,97,105,110,101,114,95,95,49,120,113,65,45,2,1,12,7,229,37,0,8,1,30,46,67,111,111,107,105,101,73,110,102,111,114,109,101,114,95,119,114,97,112,112,101,114,95,95,68,85,114,118,57,2,1,163,49,94,159,0,8,1,27,46,67,111,111,107,105,101,80,111,112,117,112,95,111,118,101,114,108,97,121,95,95,49,67,88,110,86,2,1,101,184,215,251,0,8,1,26,46,67,111,111,107,105,101,87,97,114,110,105,110,103,95,114,111,111,116,95,95,72,121,115,108,109,2,1,66,249,207,91,0,8,1,32,46,67,111,111,107,105,101,87,105,110,100,111,119,115,116,121,108,101,95,95,98,108,111,99,107,45,45,49,105,88,102,113,2,1,130,237,201,119,0,8,1,25,46,67,111,111,107,105,101,115,95,99,111,110,116,97,105,110,101,114,95,95,100,48,80,70,84,2,1,51,64,39,91,0,8,1,22,46,71,68,80,82,80,97,110,101,108,45,109,111,100,117,108,101,45,114,111,111,116,2,1,109,200,218,37,0,8,1,6,46,71,117,119,110,71,2,1,214,194,142,210,0,8,1,22,46,72,53,67,109,122,98,55,118,108,99,49,81,50,56,117,119,52,108,45,66,118,2,2,8,63,210,45,133,39,237,98,0,8,1,6,46,74,101,53,56,102,2,1,122,44,161,71,0,8,1,25,46,77,117,105,65,108,101,114,116,45,115,116,97,110,100,97,114,100,83,117,99,99,101,115,115,2,1,167,112,52,170,0,8,1,33,46,78,111,116,105,102,105,99,97,116,105,111,110,67,111,111,107,105,101,95,99,111,111,107,105,101,95,95,49,106,100,66,120,2,1,56,148,7,61,0,8,1,20,46,80,101,114,115,111,110,97,108,68,97,116,97,67,111,110,102,105,114,109,2,1,48,149,154,145,0,8,1,36,46,83,109,97,114,116,67,97,112,116,99,104,97,45,83,104,105,101,108,100,95,112,111,115,105,116,105,111,110,95,98,111,116,116,111,109,2,1,143,195,125,69,0,8,1,25,46,84,111,97,115,116,82,111,111,116,95,119,114,97,112,112,101,114,95,95,80,70,76,71,109,2,1,167,112,112,124,0,8,1,26,46,84,111,97,115,116,105,102,121,95,95,116,111,97,115,116,45,99,111,110,116,97,105,110,101,114,2,1,51,47,175,93,0,8,1,2,46,88,2,1,247,60,242,5,0,8,1,6,46,90,117,101,101,65,2,1,101,150,144,158,0,8,1,6,46,95,49,81,71,110,2,1,200,96,90,252,0,8,1,7,46,95,49,105,117,108,110,2,1,122,44,161,71,0,8,1,8,46,95,49,122,104,122,66,109,2,1,120,228,202,108,0,8,1,7,46,95,50,48,88,50,98,2,1,167,30,158,213,0,8,1,7,46,95,50,71,99,73,122,2,1,180,29,12,174,0,8,1,7,46,95,50,81,85,53,57,2,1,186,64,85,93,0,8,1,7,46,95,50,114,45,54,102,2,1,214,194,142,210,0,8,1,7,46,95,51,49,51,67,102,2,1,20,233,155,115,0,8,1,10,46,95,51,117,57,106,113,104,81,86,2,1,20,244,70,0,0,8,1,9,46,95,103,84,105,56,76,56,107,2,1,106,7,109,137,0,8,1,8,46,95,110,108,110,105,105,117,2,2,48,221,11,109,51,63,138,177,0,8,1,10,46,97,45,119,97,114,110,105,110,103,2,1,215,191,75,29,0,8,1,7,46,97,99,99,101,112,116,2,1,14,90,194,89,0,8,1,21,46,97,99,99,101,112,116,45,99,111,111,107,105,101,115,45,112,111,112,117,112,2,1,143,120,187,210,0,8,1,14,46,97,99,99,101,115,115,45,99,111,111,107,105,101,2,1,102,5,127,112,0,8,1,6,46,97,102,87,73,88,2,1,180,29,12,174,0,8,1,20,46,97,103,114,101,101,109,101,110,116,45,115,117,98,115,116,114,97,116,101,2,1,191,37,60,205,0,8,1,17,46,97,108,101,114,116,45,99,111,109,112,108,105,97,110,99,101,2,1,249,176,221,47,0,8,1,18,46,97,108,101,114,116,45,102,105,114,115,116,45,117,115,97,103,101,2,1,199,160,176,171,0,8,1,14,46,97,108,101,114,116,45,109,101,115,115,97,103,101,2,1,201,237,166,215,0,8,1,16,46,97,110,110,111,117,110,99,101,45,99,111,111,107,105,101,2,1,213,121,169,214,0,8,1,13,46,97,112,112,114,105,115,101,79,117,116,101,114,2,1,248,172,104,130,0,8,1,15,46,97,112,112,114,105,115,101,79,118,101,114,108,97,121,2,1,248,172,104,130,0,8,1,7,46,98,45,99,111,111,107,2,1,87,56,236,85,0,8,1,15,46,98,45,110,111,116,105,102,105,99,97,116,105,111,110,2,1,103,16,207,55,0,8,1,8,46,98,45,112,111,112,117,112,2,1,198,97,101,205,0,8,1,8,46,98,108,111,99,107,101,114,2,1,69,157,21,27,0,8,1,3,46,98,110,2,1,247,60,242,5,0,8,1,15,46,98,111,116,116,111,109,45,109,101,115,115,97,103,101,2,1,216,123,179,178,0,8,1,20,46,98,111,116,116,111,109,45,110,111,116,105,102,105,99,97,116,105,111,110,2,1,51,49,233,234,0,8,1,13,46,98,111,116,116,111,109,45,112,111,112,117,112,2,2,172,72,22,208,239,45,102,30,0,8,1,21,46,98,111,116,116,111,109,95,95,99,111,111,107,105,101,95,98,108,111,99,107,2,1,151,127,50,79,0,8,1,12,46,98,114,97,118,101,95,112,111,112,117,112,2,1,106,241,129,53,0,8,1,30,46,98,120,45,109,97,105,110,45,99,111,111,107,105,101,45,112,111,108,105,99,121,45,115,105,100,101,98,97,114,2,1,238,239,215,152,0,8,1,8,46,99,45,109,111,100,97,108,2,1,254,204,196,169,0,8,1,32,46,99,45,110,111,116,105,99,101,115,32,62,32,46,104,97,115,66,117,116,116,111,110,46,99,45,110,111,116,105,99,101,2,1,101,7,185,99,0,8,1,7,46,99,67,80,105,77,70,2,1,101,150,144,158,0,8,1,16,46,99,99,111,111,107,105,101,45,99,111,110,115,101,110,116,2,1,43,187,88,32,0,8,1,13,46,99,104,101,99,107,95,99,111,111,107,105,101,2,1,175,243,232,232,0,8,1,9,46,99,109,45,109,95,99,45,119,2,1,248,200,222,177,0,8,1,9,46,99,111,110,102,102,111,114,109,2,1,125,99,55,152,0,8,1,16,46,99,111,110,102,105,100,101,110,116,97,108,73,110,102,111,2,1,129,217,134,240,0,8,1,9,46,99,111,111,107,45,119,101,98,2,1,103,59,165,204,0,8,1,11,46,99,111,111,107,95,76,70,80,110,75,2,1,102,125,182,54,0,8,1,6,46,99,111,111,107,101,2,1,102,67,104,121,0,8,1,30,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,99,111,110,116,97,105,110,101,114,45,119,114,97,112,2,1,49,56,167,60,0,8,1,19,46,99,111,111,107,105,101,45,114,111,111,116,45,45,51,45,48,45,51,2,1,107,40,254,70,0,8,1,18,46,99,111,111,107,105,101,45,115,105,116,101,45,97,108,101,114,116,2,1,248,138,244,45,0,8,1,14,46,99,111,111,107,105,101,67,111,110,102,105,114,109,2,1,136,78,140,10,0,8,1,11,46,99,111,111,107,105,101,95,95,105,110,2,1,209,228,254,210,0,8,1,13,46,99,111,111,107,105,101,95,95,111,112,101,110,2,1,103,253,173,153,0,8,1,14,46,99,111,111,107,105,101,95,95,113,54,98,78,112,2,1,207,108,225,4,0,8,1,19,46,99,111,111,107,105,101,95,105,110,110,101,114,95,49,118,107,87,106,2,1,51,63,241,217,0,8,1,26,46,99,111,111,107,105,101,95,110,111,116,105,102,105,99,97,116,105,111,110,95,95,119,114,97,112,2,1,209,231,207,127,0,8,1,17,46,99,111,111,107,105,101,95,111,117,116,101,114,95,100,105,118,2,1,179,64,193,253,0,8,1,24,46,99,111,111,107,105,101,115,45,97,103,114,101,101,109,101,110,116,45,97,108,101,114,116,2,1,177,21,18,137,0,8,1,31,46,99,111,111,107,105,101,115,45,97,103,114,101,101,109,101,110,116,45,110,111,116,105,102,105,99,97,116,105,111,110,2,1,232,217,132,142,0,8,1,37,46,99,111,111,107,105,101,115,77,101,115,115,97,103,101,95,99,111,111,107,105,101,115,109,101,115,115,97,103,101,95,95,106,65,70,110,111,2,1,2,185,100,120,0,8,1,13,46,99,111,111,107,105,101,115,77,111,100,97,108,2,1,167,112,24,25,0,8,1,8,46,99,111,111,107,115,95,107,2,1,51,51,129,152,0,8,1,16,46,99,111,112,121,114,105,103,104,116,95,102,105,120,101,100,2,1,23,80,254,209,0,8,1,4,46,99,111,119,2,2,131,149,116,72,158,228,98,146,0,8,1,6,46,99,113,66,114,78,2,1,28,20,96,241,0,8,1,8,46,99,117,99,104,101,99,107,2,1,12,97,20,60,0,8,1,15,46,99,117,115,116,111,109,95,109,101,115,115,97,103,101,2,1,110,223,200,125,0,8,1,13,46,100,97,110,103,101,110,45,108,97,98,108,101,2,1,51,61,55,159,0,8,1,6,46,100,101,115,99,108,2,1,53,65,58,31,0,8,1,7,46,100,105,97,108,111,103,2,1,10,243,230,222,0,8,1,19,46,100,105,115,99,108,97,105,109,101,114,95,95,95,119,56,88,71,85,2,1,51,56,13,25,0,8,1,10,46,100,105,115,99,108,97,109,101,114,2,3,51,53,64,177,104,29,18,77,167,111,247,197,0,8,1,7,46,100,105,118,49,53,50,2,1,58,239,127,113,0,8,1,17,46,100,110,81,65,90,110,46,115,99,45,105,70,77,65,111,73,2,1,50,207,33,121,0,8,1,10,46,101,49,110,98,115,105,57,108,48,2,1,176,216,225,126,0,8,1,40,46,101,117,45,99,111,111,107,105,101,45,112,111,112,117,112,45,109,111,100,117,108,101,95,95,101,117,95,99,111,111,107,105,101,95,112,111,112,117,112,2,1,175,194,204,43,0,8,1,7,46,102,84,113,84,74,107,2,12,63,72,163,17,63,205,16,93,81,44,98,27,102,168,12,64,102,241,217,98,109,32,161,150,111,21,88,204,193,255,135,210,228,51,248,175,232,217,131,125,236,96,58,201,244,86,210,155,0,8,1,21,46,102,105,120,101,100,45,98,108,111,99,107,95,95,99,111,111,107,105,101,115,2,1,160,224,142,212,0,8,1,21,46,102,108,111,97,116,45,99,111,111,107,105,101,45,119,114,97,112,112,101,114,2,1,108,255,67,23,0,8,1,15,46,102,111,111,98,97,114,45,119,114,97,112,112,101,114,2,1,102,79,148,156,0,8,1,13,46,102,111,111,116,101,114,32,126,32,46,99,99,2,1,104,215,89,253,0,8,1,24,46,102,111,111,116,101,114,45,99,111,111,107,105,101,45,97,103,114,101,101,109,101,110,116,2,1,47,114,200,87,0,8,1,21,46,102,111,111,116,101,114,45,112,101,114,115,111,110,97,108,45,100,97,116,97,2,1,80,245,49,199,0,8,1,7,46,103,65,72,76,88,66,2,1,80,76,25,170,0,8,1,7,46,103,72,85,85,72,117,2,1,49,119,40,137,0,8,1,10,46,103,100,112,114,45,114,111,111,116,2,2,118,255,236,195,148,196,116,43,0,8,1,3,46,104,55,2,1,51,52,94,82,0,8,1,17,46,105,110,102,111,45,99,111,111,107,105,101,45,117,115,101,115,2,1,102,204,249,8,0,8,1,7,46,105,110,102,111,114,109,2,1,103,206,69,182,0,8,1,12,46,105,110,102,111,114,109,97,116,105,111,110,2,1,35,191,205,35,0,8,1,23,46,105,115,45,104,101,97,100,101,114,45,109,101,115,115,97,103,101,45,100,111,99,107,2,1,167,112,0,68,0,8,1,15,46,105,115,45,109,101,115,115,97,103,101,45,112,112,100,2,1,167,112,76,60,0,8,1,10,46,106,115,95,99,111,111,107,105,101,2,1,77,89,37,140,0,8,1,7,46,107,89,83,114,113,90,2,1,101,150,144,158,0,8,1,24,46,108,101,112,111,112,117,112,45,112,111,112,117,112,45,99,111,110,116,97,105,110,101,114,2,1,52,158,235,232,0,8,1,22,46,108,101,112,111,112,117,112,45,112,111,112,117,112,45,111,118,101,114,108,97,121,2,1,52,158,235,232,0,8,1,20,46,109,45,119,114,97,112,112,101,114,45,98,103,45,45,103,108,97,115,115,2,24,2,180,84,24,7,104,221,108,13,90,189,225,16,169,108,187,20,109,12,195,22,143,202,210,22,249,38,46,42,34,240,221,51,107,35,241,52,120,112,45,62,42,105,222,73,9,212,7,74,177,64,209,82,243,227,220,91,243,201,224,103,112,134,161,136,160,100,227,149,206,136,212,166,238,217,247,167,86,108,199,176,36,43,23,197,92,70,89,223,169,132,68,255,118,193,165,0,8,1,15,46,109,67,83,66,95,99,111,110,116,97,105,110,101,114,2,1,102,182,42,178,0,8,1,26,46,109,97,105,110,45,117,115,101,114,45,99,111,110,115,101,110,116,45,114,101,113,117,101,115,116,2,1,160,220,17,229,0,8,1,16,46,109,97,114,107,101,116,105,110,103,45,112,111,112,117,112,2,1,123,76,61,86,0,8,1,8,46,109,101,115,115,97,103,101,2,1,148,181,140,201,0,8,1,14,46,109,101,115,115,97,103,101,45,97,108,101,114,116,2,4,26,161,19,95,35,250,138,138,91,230,188,175,254,204,196,169,0,8,1,6,46,109,111,100,97,108,2,3,17,246,69,92,118,10,68,37,167,25,218,90,0,8,1,25,46,109,111,100,97,108,67,111,111,107,105,101,115,95,114,111,111,116,95,95,51,53,54,81,45,2,1,51,53,40,219,0,8,1,23,46,109,111,100,97,108,95,112,111,112,117,112,95,115,101,115,115,105,100,95,98,111,120,2,1,254,54,6,20,0,8,1,9,46,109,115,103,45,116,101,120,116,2,1,102,246,104,121,0,8,1,3,46,110,75,2,1,73,95,179,32,0,8,1,14,46,110,111,116,105,102,105,99,97,116,105,111,110,115,2,1,174,148,92,32,0,8,1,24,46,110,111,116,105,102,105,99,97,116,105,111,110,115,45,99,111,110,116,97,105,110,101,114,2,1,62,11,90,113,0,8,1,11,46,110,111,116,105,102,121,45,98,97,114,2,1,180,29,12,174,0,8,1,25,46,111,110,108,105,110,101,112,98,120,95,95,99,111,111,107,105,101,95,95,109,111,100,97,108,2,1,225,101,167,19,0,8,1,25,46,112,97,103,101,32,62,32,91,99,108,97,115,115,42,61,34,119,105,100,103,101,116,34,93,2,2,214,100,3,200,215,90,181,231,0,8,1,26,46,112,97,103,101,45,102,111,111,116,101,114,95,95,112,111,112,117,112,45,99,111,111,107,105,101,2,1,51,105,132,198,0,8,1,14,46,112,97,110,101,108,45,119,97,114,110,105,110,103,2,1,47,223,117,90,0,8,1,13,46,112,97,110,101,108,95,49,53,50,95,119,112,2,1,149,171,248,16,0,8,1,8,46,112,103,115,45,116,111,112,2,1,1,219,72,186,0,8,1,14,46,112,108,97,116,101,95,95,95,80,52,88,111,103,2,1,216,123,179,178,0,8,1,13,46,112,111,108,105,99,121,45,112,111,112,117,112,2,2,12,55,62,131,51,52,188,99,0,8,1,15,46,112,111,108,105,99,121,45,119,97,114,110,105,110,103,2,1,201,157,215,58,0,8,1,13,46,112,111,108,105,99,121,95,112,111,112,117,112,2,1,251,186,107,117,0,8,1,9,46,112,111,108,105,116,105,99,97,2,1,58,31,151,68,0,8,1,13,46,112,111,112,117,112,45,98,97,110,110,101,114,2,1,102,83,223,169,0,8,1,12,46,112,111,112,117,112,95,52,121,54,50,56,2,1,44,155,32,129,0,8,1,14,46,112,111,112,117,112,95,119,114,97,112,112,101,114,2,1,103,222,48,230,0,8,1,14,46,112,114,105,118,97,99,121,45,98,108,111,99,107,2,1,244,153,91,48,0,8,1,15,46,112,114,105,118,97,99,121,95,112,111,108,105,99,121,2,1,101,32,23,195,0,8,1,5,46,112,114,119,105,2,1,2,211,171,114,0,8,1,8,46,113,97,45,103,100,112,114,2,1,148,72,101,180,0,8,1,27,46,114,45,99,111,111,107,105,101,45,112,114,111,109,112,116,95,95,99,111,110,116,97,105,110,101,114,2,1,26,235,65,60,0,8,1,24,46,115,95,95,121,50,103,106,78,105,73,83,48,111,49,82,65,95,53,69,98,110,107,119,2,6,4,247,16,137,52,40,24,47,85,93,27,102,118,35,127,217,165,215,213,118,169,62,14,157,0,8,1,13,46,115,97,109,112,108,101,45,112,111,112,117,112,2,1,68,209,39,77,0,8,1,23,46,115,98,105,115,114,117,45,67,111,111,107,105,101,65,103,114,101,101,109,101,110,116,2,1,51,63,137,185,0,8,1,13,46,115,99,45,49,56,111,108,115,111,51,45,48,2,1,148,182,101,194,0,8,1,10,46,115,99,45,119,105,100,103,101,116,2,1,188,198,204,74,0,8,1,48,46,115,104,97,114,101,100,45,99,111,109,112,111,110,101,110,116,115,45,67,111,111,107,105,101,115,65,103,114,101,101,109,101,110,116,45,45,114,111,111,116,45,45,50,73,78,106,77,2,1,64,217,96,75,0,8,1,12,46,115,104,111,119,45,99,111,111,107,105,101,2,1,224,178,216,225,0,8,1,14,46,115,110,111,119,100,105,118,45,109,111,100,97,108,2,1,141,81,180,32,0,8,1,13,46,115,112,101,99,105,97,108,65,108,101,114,116,2,1,61,174,21,163,0,8,1,16,46,115,112,117,45,98,111,116,116,111,109,45,108,101,102,116,2,1,102,82,132,218,0,8,1,18,46,115,116,112,108,95,99,111,111,107,105,101,115,95,119,114,97,112,2,1,151,54,211,86,0,8,1,18,46,115,116,121,108,101,95,95,100,105,115,99,108,97,105,109,101,114,2,1,51,60,114,158,0,8,1,37,46,115,116,121,108,101,115,45,109,111,100,117,108,101,95,95,99,111,111,107,105,101,115,87,97,114,110,105,110,103,45,45,50,109,102,72,67,2,1,179,98,234,241,0,8,1,24,46,115,116,121,108,101,115,95,99,111,110,116,97,105,110,101,114,95,95,49,111,98,77,53,2,1,51,52,252,166,0,8,1,10,46,116,45,105,45,97,103,114,101,101,2,2,90,98,172,78,232,217,142,166,0,8,1,5,46,116,54,53,55,2,2,47,76,109,67,47,254,209,101,0,8,1,5,46,116,56,56,54,2,1,48,135,193,162,0,8,1,12,46,116,101,114,109,115,45,112,111,112,117,112,2,1,104,211,3,86,0,8,1,14,46,116,111,97,115,116,45,109,101,115,115,97,103,101,2,1,192,25,205,112,0,8,1,12,46,116,111,112,45,109,101,115,115,97,103,101,2,1,172,187,179,87,0,8,1,11,46,117,105,45,112,110,111,116,105,102,121,2,1,50,239,179,210,0,8,1,9,46,117,107,45,112,97,110,101,108,2,1,101,155,191,219,0,8,1,29,46,117,115,101,114,45,100,97,116,97,45,112,114,111,99,101,115,115,105,110,103,45,119,114,97,112,112,101,114,2,1,141,154,8,134,0,8,1,14,46,117,115,105,110,103,45,99,111,111,107,105,101,115,2,1,10,155,119,249,0,8,1,22,46,118,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,2,1,94,118,179,144,0,8,1,18,46,118,45,100,105,97,108,111,103,95,95,99,111,110,116,101,110,116,2,1,35,98,234,55,0,8,1,21,46,119,101,45,117,115,101,45,99,111,111,107,105,101,115,45,98,108,111,99,107,2,1,167,112,86,17,0,8,1,17,46,119,101,98,45,99,111,111,107,105,101,45,112,111,112,117,112,2,1,51,60,117,86,0,8,1,14,46,119,101,108,99,111,109,101,45,112,111,112,117,112,2,1,122,79,207,234,0,8,1,6,46,119,116,45,99,98,2,1,25,55,48,222,0,8,1,7,46,121,45,103,100,112,114,2,1,215,78,216,189,0,8,1,7,46,122,97,108,117,112,97,2,1,13,143,80,140,0,0,1,24,91,99,108,97,115,115,94,61,34,65,99,99,101,112,116,67,111,111,107,105,101,95,34,93,2,1,167,112,12,194,0,0,1,26,91,99,108,97,115,115,94,61,34,99,111,111,107,105,101,65,103,114,101,101,109,101,110,116,34,93,2,1,233,240,134,253,0,0,1,20,91,99,108,97,115,115,94,61,34,102,99,119,45,119,114,97,112,45,34,93,2,1,126,222,140,222,0,0,1,38,91,99,108,97,115,115,94,61,34,115,116,121,108,101,115,95,76,97,121,111,117,116,95,95,99,111,111,107,105,101,80,97,110,101,108,95,34,93,2,1,136,105,126,74,0,0,1,34,91,100,97,116,97,45,110,97,109,101,94,61,34,67,111,111,107,105,101,115,78,111,116,105,102,105,99,97,116,105,111,110,34,93,2,1,51,52,118,151,0,0,1,38,91,100,97,116,97,45,116,101,115,116,105,100,61,34,99,111,111,107,105,101,78,111,116,105,102,105,99,97,116,105,111,110,84,101,120,116,34,93,2,1,247,60,242,5,0,0,1,45,91,115,116,121,108,101,94,61,34,116,101,120,116,45,97,108,105,103,110,58,32,108,101,102,116,59,32,112,111,115,105,116,105,111,110,58,32,102,105,120,101,100,59,34,93,2,1,15,88,218,210,0,0,1,18,97,112,112,45,99,111,111,107,105,101,115,45,97,99,99,101,112,116,2,1,136,53,110,71,0,0,1,36,100,105,118,91,99,108,97,115,115,42,61,34,115,116,121,108,101,100,95,95,67,111,111,107,105,101,87,114,97,112,112,101,114,45,34,93,2,1,107,7,42,33,0,0,1,33,100,105,118,91,99,108,97,115,115,94,61,34,67,111,111,107,105,101,65,99,99,101,112,116,66,97,110,110,101,114,95,34,93,2,1,49,119,40,137,0,0,1,30,100,105,118,91,99,108,97,115,115,94,61,34,67,111,111,107,105,101,115,73,110,102,111,114,109,101,114,95,34,93,2,1,122,44,161,71,0,0,1,32,100,105,118,91,99,108,97,115,115,94,61,34,80,114,111,118,105,100,101,114,95,99,111,110,116,97,105,110,101,114,34,93,2,1,74,54,146,230,0,0,1,38,100,105,118,91,99,108,97,115,115,94,61,34,83,110,111,119,80,114,105,118,97,99,121,80,111,108,105,99,121,66,97,110,110,101,114,95,34,93,2,1,137,238,238,36,0,0,1,27,100,105,118,91,99,108,97,115,115,94,61,34,109,111,100,97,108,67,111,111,107,105,101,115,95,34,93,2,1,51,53,40,219,0,0,1,41,100,105,118,91,100,97,116,97,45,115,116,111,114,97,103,101,45,105,116,101,109,94,61,34,116,56,56,54,99,111,111,107,105,101,110,97,109,101,95,34,93,2,1,239,14,111,7,0,0,1,41,100,105,118,91,100,97,116,97,45,115,116,111,114,97,103,101,45,105,116,101,109,94,61,34,116,56,56,55,99,111,111,107,105,101,110,97,109,101,95,34,93,2,1,65,11,60,58,0,0,1,37,100,105,118,91,100,97,116,97,45,116,101,115,116,45,105,100,61,34,99,111,111,107,105,101,65,99,99,101,112,116,80,111,112,117,112,34,93,2,1,16,165,88,115,0,0,1,31,100,105,118,91,100,97,116,97,45,116,101,115,116,105,100,61,34,110,111,116,105,102,105,99,97,116,105,111,110,34,93,2,1,247,60,242,5,0,0,1,55,100,105,118,91,115,116,121,108,101,94,61,34,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,32,99,111,108,111,114,58,32,35,56,53,54,52,48,52,59,34,93,2,1,103,112,217,27,0,0,1,43,100,105,118,91,115,116,121,108,101,94,61,34,112,111,115,105,116,105,111,110,58,32,102,105,120,101,100,59,32,98,111,116,116,111,109,58,32,48,112,120,59,34,93,2,1,248,143,165,16,0,0,1,6,102,111,111,116,101,114,2,1,181,78,231,95,0,0,1,24,109,118,105,100,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,2,1,207,134,188,214,0,0,1,13,110,111,116,105,102,105,99,97,116,105,111,110,115,2,1,54,217,96,74,0,0,1,12,117,105,45,119,101,98,45,97,108,101,114,116,2,1,51,52,92,121,0,16,1,8,35,107,111,108,97,99,105,99,2,1,68,102,62,26,0,16,1,16,35,107,117,107,105,95,117,112,111,122,111,114,101,110,106,101,2,1,82,31,82,116,0,16,1,24,35,115,117,98,115,99,114,105,112,116,105,111,110,80,111,112,117,112,66,111,116,116,111,109,2,1,122,244,15,179,0,8,1,24,46,77,117,105,65,112,112,66,97,114,45,112,111,115,105,116,105,111,110,70,105,120,101,100,2,1,230,226,141,121,0,8,1,7,46,99,79,77,75,112,118,2,1,214,227,95,102,0,8,1,10,46,101,49,103,98,49,56,106,111,48,2,1,122,31,100,52,0,8,1,7,46,105,65,88,67,73,70,2,1,214,227,95,102,0,8,1,13,46,105,116,101,109,115,87,114,97,112,112,101,114,2,1,122,31,100,52,0,8,1,7,46,107,100,100,88,99,74,2,1,214,227,95,102,0,8,1,11,46,112,111,112,45,117,112,45,115,114,98,2,1,88,150,120,42,0,8,1,16,46,115,108,105,100,101,45,105,110,45,98,111,116,116,111,109,2,1,197,179,186,30,0,8,1,8,46,116,49,45,103,100,112,114,2,1,193,16,181,26,0,0,1,40,91,115,116,121,108,101,94,61,34,112,111,115,105,116,105,111,110,58,32,102,105,120,101,100,59,32,98,111,116,116,111,109,58,32,48,112,120,59,34,93,2,1,202,141,3,243,0,16,1,17,35,73,54,45,99,111,111,107,105,101,67,111,110,115,101,110,116,2,1,101,119,246,9,0,16,1,5,35,99,98,97,114,2,1,60,125,133,223,0,16,1,8,35,105,110,102,111,67,111,111,2,1,105,24,152,21,0,16,1,12,35,115,101,116,45,119,105,110,45,99,111,111,2,1,208,27,122,41,0,8,1,28,46,97,108,107,111,115,104,111,112,45,99,111,111,107,105,101,115,45,110,111,116,105,99,101,45,98,97,114,2,1,12,10,129,132,0,8,1,14,46,99,99,95,100,105,115,99,108,97,105,109,101,114,2,1,39,189,54,44,0,8,1,6,46,99,107,115,45,109,2,1,123,85,21,220,0,8,1,12,46,99,111,111,107,105,101,66,97,110,101,114,2,1,148,20,83,169,0,8,1,7,46,99,115,88,77,73,115,2,1,45,93,167,51,0,8,1,3,46,101,117,2,1,45,174,16,97,0,8,1,10,46,102,109,45,116,111,97,115,116,83,2,1,99,64,173,41,0,8,1,19,46,106,115,45,99,111,111,107,105,101,115,45,111,118,101,114,108,97,121,2,1,118,117,98,60,0,8,1,25,46,106,115,45,99,111,111,107,105,101,115,45,115,101,116,116,105,110,103,45,109,111,100,97,108,2,1,118,117,98,60,0,8,1,12,46,109,112,112,45,105,115,45,111,112,101,110,2,1,212,229,170,92,0,8,1,30,46,110,97,118,98,97,114,45,102,105,120,101,100,45,116,111,112,32,62,32,46,99,111,110,116,97,105,110,101,114,2,1,125,26,7,62,0,8,1,16,46,111,118,101,114,108,97,121,45,119,114,97,112,112,101,114,2,1,139,206,150,215,0,8,1,13,46,112,45,99,111,111,107,105,101,45,98,97,114,2,1,80,236,165,69,0,8,1,9,46,112,100,49,48,45,105,110,103,2,1,30,172,185,249,0,8,1,25,46,112,111,115,105,116,105,111,110,45,102,105,120,101,100,46,111,118,46,115,104,97,100,111,119,2,1,95,25,9,170,0,8,1,18,46,115,101,116,45,119,105,110,45,99,111,111,45,112,111,112,117,112,2,1,212,229,168,64,0,8,1,9,46,119,95,110,111,116,105,99,101,2,1,206,100,93,193,0,0,1,69,91,115,114,99,61,34,104,116,116,112,115,58,47,47,115,116,97,116,105,99,46,112,111,115,116,97,46,115,107,47,99,111,111,107,105,101,115,45,99,111,110,115,101,110,116,115,47,100,105,97,108,111,103,47,115,107,47,105,110,100,101,120,46,104,116,109,108,34,93,2,1,126,160,122,76,0,0,1,40,91,115,116,121,108,101,94,61,34,112,111,115,105,116,105,111,110,58,32,102,105,120,101,100,59,32,98,111,116,116,111,109,58,32,48,112,120,59,34,93,2,1,128,95,44,102,0,0,1,31,100,105,118,91,100,97,116,97,45,116,101,115,116,105,100,61,34,108,97,121,111,117,116,45,112,111,112,117,112,34,93,2,1,139,206,150,215,0,0,1,54,100,105,118,91,115,116,121,108,101,94,61,34,112,97,100,100,105,110,103,45,116,111,112,58,32,49,48,112,120,59,32,112,97,100,100,105,110,103,45,98,111,116,116,111,109,58,32,49,48,112,120,59,34,93,2,1,233,213,149,153,0,0,1,41,100,105,118,91,115,116,121,108,101,94,61,34,119,105,100,116,104,58,32,49,48,48,37,59,32,100,105,115,112,108,97,121,58,32,102,108,101,120,59,34,93,2,1,142,224,200,184,0,16,1,8,35,99,99,45,110,111,116,101,2,1,87,207,133,186,0,16,1,21,35,99,100,45,109,111,100,117,108,101,45,109,111,100,97,108,45,109,97,105,110,2,1,5,192,133,48,0,16,1,11,35,99,107,45,111,118,101,114,108,97,121,2,1,196,117,196,208,0,16,1,20,35,99,111,111,107,105,101,67,111,110,116,97,105,110,101,114,87,114,97,112,2,1,206,58,185,194,0,16,1,13,35,99,111,111,107,105,101,95,112,111,112,117,112,2,1,27,100,10,122,0,16,1,8,35,103,114,97,121,79,117,116,2,1,94,49,20,3,0,16,1,13,35,112,114,101,108,111,97,100,95,111,118,101,114,2,1,206,58,185,194,0,8,1,18,46,95,49,122,66,80,53,114,117,121,109,99,51,56,78,68,55,66,2,1,56,182,215,105,0,8,1,11,46,99,99,45,119,114,97,112,112,101,114,2,1,247,192,209,26,0,8,1,11,46,99,100,45,111,118,101,114,108,97,121,2,1,5,192,133,48,0,8,1,11,46,99,111,111,107,105,101,67,111,110,116,2,1,55,16,179,143,0,8,1,27,46,99,111,111,107,105,101,95,97,103,114,101,101,109,101,110,116,95,99,111,110,116,97,105,110,101,114,2,1,87,5,11,138,0,8,1,12,46,99,115,115,45,49,101,54,111,122,106,99,2,1,111,242,159,25,0,8,1,5,46,100,97,114,107,2,1,79,57,36,106,0,8,1,4,46,102,102,102,2,3,108,88,113,176,117,41,255,15,124,94,131,51,0,8,1,5,46,107,117,107,105,2,1,206,133,11,19,0,8,1,11,46,109,100,45,99,111,111,107,105,101,115,2,2,28,122,109,40,47,253,26,183,0,8,1,11,46,109,100,45,111,118,101,114,108,97,121,2,2,28,122,109,40,47,253,26,183,0,8,1,15,46,109,111,100,97,108,115,45,111,118,101,114,108,97,121,2,1,149,228,165,37,0,8,1,12,46,112,111,108,112,114,111,115,111,106,110,111,2,1,14,6,188,254,0,0,1,38,91,115,116,121,108,101,94,61,34,109,97,114,103,105,110,58,49,48,37,32,97,117,116,111,59,32,119,105,100,116,104,58,56,48,37,59,34,93,2,1,206,135,239,196,0,0,1,35,91,115,116,121,108,101,94,61,34,112,111,115,105,116,105,111,110,58,102,105,120,101,100,59,32,116,111,112,58,48,112,120,59,34,93,2,1,206,135,239,196,0,0,1,22,98,111,100,121,32,62,32,46,117,114,101,106,97,110,106,101,99,101,110,116,101,114,2,1,110,159,56,170,0,0,1,74,100,105,118,91,115,116,121,108,101,42,61,34,116,101,120,116,45,97,108,105,103,110,58,99,101,110,116,101,114,59,45,119,101,98,107,105,116,45,98,111,120,45,115,104,97,100,111,119,58,48,112,120,32,45,53,112,120,32,49,52,112,120,32,45,52,112,120,32,114,103,98,97,34,93,2,1,139,236,120,88,0,0,1,17,116,114,32,62,32,46,110,97,112,105,115,110,97,110,111,103,105,2,1,110,159,56,170,0,0,1,20,116,114,32,62,32,46,117,114,101,106,97,110,106,101,99,101,110,116,101,114,2,1,110,159,56,170,0,0,1,7,116,114,32,62,32,116,100,2,1,52,34,49,199,0,16,1,12,35,73,110,102,111,114,109,97,99,105,111,110,2,1,190,6,229,49,0,16,1,11,35,87,105,110,100,111,119,76,111,97,100,2,1,16,125,145,151,0,16,1,5,35,95,95,98,103,2,1,80,185,243,238,0,16,1,10,35,95,95,99,111,111,107,105,101,115,2,1,80,185,243,238,0,16,1,21,35,97,98,100,109,45,99,111,111,107,105,101,115,45,111,118,101,114,108,97,121,2,1,138,96,120,191,0,16,1,19,35,97,99,99,101,112,116,97,116,105,111,110,67,77,80,87,97,108,108,2,1,194,197,253,186,0,16,1,16,35,97,99,101,112,116,97,114,45,99,111,111,107,105,101,115,2,1,218,219,82,147,0,16,1,19,35,97,100,97,109,45,99,111,111,107,105,101,45,98,97,110,110,101,114,2,1,172,199,127,40,0,16,1,11,35,97,100,100,105,116,105,111,110,97,108,2,1,35,84,210,234,0,16,1,8,35,97,110,117,110,99,105,111,2,1,84,199,135,218,0,16,1,22,35,97,114,115,121,115,67,111,111,107,105,101,65,99,99,101,112,116,97,110,99,101,2,1,187,172,89,129,0,16,1,6,35,97,118,105,115,111,2,8,9,131,168,29,14,133,63,47,20,236,123,79,21,136,125,63,70,189,0,86,77,166,55,54,143,130,111,107,220,255,51,134,0,16,1,10,35,97,118,105,115,111,95,111,102,102,2,1,222,0,213,94,0,16,1,10,35,97,118,105,115,111,108,115,115,105,2,1,143,53,238,71,0,16,1,10,35,97,118,105,115,111,115,117,115,99,2,1,15,72,196,219,0,16,1,6,35,98,97,114,114,97,2,2,68,160,196,1,209,107,169,63,0,16,1,22,35,98,97,114,114,97,95,109,101,110,115,97,106,101,95,99,111,111,107,105,101,115,2,1,86,189,11,244,0,16,1,22,35,98,115,45,103,100,112,114,45,99,111,111,107,105,101,115,45,109,111,100,97,108,2,1,172,134,124,44,0,16,1,20,35,99,45,99,111,111,107,105,101,115,95,95,109,111,100,97,108,98,97,114,2,1,207,23,206,70,0,16,1,10,35,99,45,109,101,115,115,97,103,101,2,1,242,88,19,184,0,16,1,9,35,99,45,110,111,116,105,99,101,2,1,80,213,160,171,0,16,1,10,35,99,97,95,98,97,110,110,101,114,2,1,14,19,28,211,0,16,1,9,35,99,97,102,77,111,100,97,108,2,1,38,157,59,188,0,16,1,13,35,99,97,112,97,95,103,97,108,108,101,116,97,2,1,15,205,78,128,0,16,1,22,35,99,111,110,102,105,103,117,114,97,99,105,111,110,95,99,111,111,107,105,101,115,2,1,64,72,21,132,0,16,1,27,35,99,111,110,115,101,110,116,77,111,100,101,68,105,97,108,111,103,67,111,110,116,97,105,110,101,114,2,1,79,120,117,209,0,16,1,17,35,99,111,110,116,97,105,110,101,114,45,115,99,114,101,101,110,2,1,160,35,228,169,0,16,1,18,35,99,111,110,116,97,105,110,101,114,95,111,112,97,99,105,116,121,2,3,105,144,136,58,121,29,45,71,206,185,134,178,0,16,1,5,35,99,111,111,107,2,1,102,210,30,230,0,16,1,12,35,99,111,111,107,105,101,45,97,114,101,97,2,1,31,0,78,35,0,16,1,21,35,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,112,97,110,101,108,2,1,69,98,99,212,0,16,1,19,35,99,111,111,107,105,101,45,112,111,108,105,99,121,45,112,97,103,101,2,1,234,231,178,189,0,16,1,22,35,99,111,111,107,105,101,45,119,114,97,112,112,101,114,45,111,98,106,101,116,111,2,1,9,209,234,53,0,16,1,10,35,99,111,111,107,105,101,84,111,112,2,1,237,21,48,76,0,16,1,15,35,99,111,111,107,105,101,95,98,108,111,99,107,101,114,2,1,47,37,96,230,0,16,1,10,35,99,111,111,107,105,101,98,97,114,2,1,38,208,165,6,0,16,1,12,35,99,111,111,107,105,101,115,45,105,107,105,2,1,98,20,206,86,0,16,1,26,35,99,111,111,107,105,101,115,67,111,110,102,105,103,117,114,97,116,105,111,110,77,111,100,97,108,2,1,38,157,173,124,0,16,1,22,35,99,111,111,107,105,101,115,95,99,111,110,102,105,103,117,114,97,116,105,111,110,2,1,109,18,28,142,0,16,1,18,35,99,115,95,105,110,102,111,114,109,97,116,105,111,110,66,97,114,2,1,105,150,199,231,0,16,1,19,35,100,45,110,111,116,105,102,105,99,97,116,105,111,110,45,98,97,114,2,1,42,225,55,237,0,16,1,10,35,100,97,114,107,108,97,121,101,114,2,1,209,250,2,218,0,16,1,11,35,100,105,118,67,111,110,115,101,110,116,2,1,126,17,96,76,0,16,1,18,35,101,99,108,45,99,111,110,116,97,105,110,101,114,45,98,111,120,2,1,168,157,119,180,0,16,1,6,35,102,98,45,99,100,2,1,102,11,138,185,0,16,1,11,35,102,111,110,100,111,97,118,105,115,111,2,7,9,131,168,29,14,133,63,47,20,236,123,79,77,166,55,54,77,209,28,229,143,130,111,107,220,255,51,134,0,16,1,24,35,102,111,110,100,111,116,114,97,110,115,112,97,114,101,110,99,105,97,45,103,114,105,115,2,1,112,73,232,230,0,16,1,4,35,104,105,100,2,1,194,196,253,9,0,16,1,8,35,104,121,108,95,99,111,111,2,1,176,101,124,32,0,16,1,11,35,105,116,114,111,95,111,112,97,99,111,2,1,48,28,76,177,0,16,1,11,35,105,116,114,111,95,112,111,112,117,112,2,1,48,28,76,177,0,16,1,15,35,108,97,112,117,116,97,112,111,108,105,116,105,99,97,2,1,108,45,118,81,0,16,1,13,35,108,101,103,97,108,67,111,111,107,105,101,115,2,1,219,253,69,148,0,16,1,4,35,108,101,121,2,1,125,164,141,56,0,16,1,9,35,108,111,112,100,95,111,102,102,2,1,188,113,232,3,0,16,1,9,35,108,111,112,100,103,100,100,100,2,2,107,145,149,90,136,231,171,116,0,16,1,11,35,109,101,115,115,97,103,101,98,97,114,2,1,180,89,40,136,0,16,1,30,35,109,111,100,97,108,45,99,111,111,107,105,101,115,45,50,48,50,49,45,104,111,114,105,122,111,110,116,97,108,2,1,66,198,134,223,0,16,1,15,35,109,111,100,97,108,67,111,110,116,97,105,110,101,114,2,1,65,79,26,144,0,16,1,12,35,109,111,100,97,108,67,111,111,107,105,101,2,1,57,168,48,141,0,16,1,13,35,110,111,116,105,102,105,99,97,116,105,111,110,2,1,125,136,37,144,0,16,1,9,35,111,118,101,114,98,111,120,51,2,14,5,118,252,91,25,152,222,189,78,132,221,10,78,206,224,187,81,80,184,49,93,47,245,212,93,190,42,145,129,68,174,2,137,104,70,0,149,78,137,116,149,170,68,160,152,196,109,225,163,3,52,249,180,142,22,185,0,16,1,13,35,112,97,103,101,45,111,118,101,114,108,97,121,2,1,49,201,170,182,0,16,1,23,35,112,100,99,99,45,109,101,115,115,97,103,101,45,99,111,110,116,97,105,110,101,114,2,1,49,78,149,254,0,16,1,14,35,112,100,99,99,45,109,111,100,97,108,45,98,103,2,1,54,184,198,189,0,16,1,8,35,112,111,108,67,111,111,107,2,1,89,4,239,137,0,16,1,3,35,112,112,2,1,151,213,159,140,0,16,1,14,35,113,76,116,101,109,112,79,118,101,114,108,97,121,2,1,205,155,165,79,0,16,1,13,35,115,116,97,116,105,99,45,99,111,118,101,114,2,1,202,104,138,143,0,16,1,15,35,115,121,115,116,101,109,45,109,101,115,115,97,103,101,2,1,189,138,92,190,0,16,1,19,35,116,105,109,101,115,45,108,101,103,97,108,45,110,111,116,105,99,101,2,1,19,196,252,217,0,16,1,21,35,117,99,97,95,112,111,112,117,112,95,98,97,99,107,103,114,111,117,110,100,2,1,163,3,120,252,0,16,1,14,35,119,112,45,99,111,111,107,105,101,45,112,114,111,2,1,122,244,94,26,0,16,1,18,35,122,121,108,107,95,97,118,105,115,111,99,111,111,107,105,101,115,2,1,190,35,12,38,0,8,1,5,46,67,67,48,53,2,1,103,1,194,57,0,8,1,8,46,67,79,79,75,73,69,83,2,1,127,30,210,214,0,8,1,25,46,67,111,111,107,105,101,115,45,99,111,110,116,97,105,110,101,114,71,101,110,101,114,97,108,2,1,192,221,86,235,0,8,1,29,46,70,108,111,97,116,105,110,103,66,111,120,101,115,67,111,110,116,97,105,110,101,114,66,111,116,116,111,109,2,1,43,44,54,168,0,8,1,9,46,75,111,108,97,99,105,107,121,2,1,86,238,180,31,0,8,1,19,46,77,84,77,45,98,97,110,110,101,114,45,99,111,111,107,105,101,115,2,1,61,29,141,235,0,8,1,8,46,80,114,105,118,97,99,121,2,2,137,209,70,117,192,144,196,193,0,8,1,19,46,95,99,111,110,116,97,105,110,101,114,95,49,112,109,48,114,95,49,2,1,209,148,127,210,0,8,1,14,46,97,106,97,120,45,112,114,111,103,114,101,115,115,2,1,163,3,7,58,0,8,1,19,46,97,108,101,114,116,95,95,109,115,103,45,87,114,97,112,112,101,114,2,1,31,208,80,211,0,8,1,12,46,98,97,110,110,101,114,45,98,111,100,121,2,1,160,47,103,150,0,8,1,6,46,98,97,114,114,97,2,2,38,156,72,64,140,15,95,109,0,8,1,13,46,98,97,114,114,97,67,111,111,107,105,101,115,2,1,54,155,234,145,0,8,1,38,46,98,97,115,105,99,45,45,100,114,97,119,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,45,98,97,114,45,110,111,116,105,99,101,2,1,13,92,44,151,0,8,1,58,46,98,97,115,105,99,45,45,100,114,97,119,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,45,98,97,114,45,110,111,116,105,99,101,45,45,112,97,103,101,45,99,111,110,116,101,110,116,45,108,97,121,101,114,2,1,13,92,44,151,0,8,1,14,46,98,97,115,105,99,76,105,103,104,116,98,111,120,2,1,2,113,241,185,0,8,1,10,46,98,103,45,99,111,111,107,105,101,2,1,174,26,113,133,0,8,1,11,46,98,103,45,111,118,101,114,108,97,121,2,1,44,52,3,17,0,8,1,9,46,98,103,95,112,111,112,117,112,2,2,70,74,192,160,205,29,23,185,0,8,1,13,46,98,108,117,114,45,99,111,111,107,105,101,115,2,1,232,15,198,247,0,8,1,8,46,99,45,109,111,100,97,108,2,1,203,139,70,229,0,8,1,7,46,99,84,87,66,104,80,2,1,46,75,201,234,0,8,1,6,46,99,95,49,50,56,2,4,32,205,30,166,41,77,187,113,89,69,35,235,139,83,232,32,0,8,1,23,46,99,99,111,111,107,105,101,112,111,112,117,112,119,114,97,112,98,97,110,110,101,114,2,1,127,196,230,91,0,8,1,20,46,99,105,116,105,45,110,97,118,98,97,114,45,109,101,115,115,97,103,101,2,1,39,96,147,228,0,8,1,9,46,99,109,45,112,111,112,117,112,2,2,58,74,205,103,149,208,187,137,0,8,1,16,46,99,109,45,119,112,45,99,111,110,116,97,105,110,101,114,2,1,120,42,143,151,0,8,1,13,46,99,111,110,115,101,110,116,66,111,120,101,115,2,1,143,123,106,92,0,8,1,21,46,99,111,111,107,105,101,45,99,111,110,102,105,103,117,114,97,116,105,111,110,2,1,17,213,100,203,0,8,1,16,46,99,111,111,107,105,101,66,111,120,95,51,48,86,56,98,2,1,126,1,98,126,0,8,1,18,46,99,111,111,107,105,101,115,45,97,117,116,104,111,114,105,122,101,2,1,209,148,127,210,0,8,1,22,46,99,111,111,107,105,101,115,45,99,111,110,115,101,110,116,45,109,111,100,97,108,2,2,34,78,177,223,171,10,228,69,0,8,1,16,46,99,111,111,107,105,101,115,45,111,118,101,114,108,97,121,2,1,52,207,15,164,0,8,1,23,46,99,111,111,107,105,101,115,77,101,115,115,97,103,101,45,119,114,97,112,112,101,114,2,1,97,12,246,167,0,8,1,18,46,99,111,111,107,105,101,115,106,115,114,45,98,97,110,110,101,114,2,1,176,149,13,147,0,8,1,12,46,99,112,77,97,105,110,80,97,110,101,108,2,1,214,99,169,207,0,8,1,17,46,99,117,114,116,97,105,110,95,108,105,103,104,116,98,111,120,2,1,122,115,189,172,0,8,1,7,46,100,76,121,109,82,107,2,1,5,139,187,137,0,8,1,12,46,100,97,114,107,45,102,105,108,116,101,114,2,1,44,50,143,104,0,8,1,13,46,100,97,116,97,45,112,114,105,118,97,99,121,2,1,122,128,196,147,0,8,1,7,46,100,107,112,121,106,79,2,1,5,139,187,137,0,8,1,5,46,100,114,111,112,2,1,187,172,89,129,0,8,1,7,46,101,72,115,78,87,66,2,1,14,194,220,197,0,8,1,8,46,101,110,99,97,98,101,122,2,1,27,16,91,74,0,8,1,128,0,0,0,190,46,102,105,120,101,100,46,122,45,49,48,48,46,98,111,116,116,111,109,45,92,91,51,48,112,120,92,93,46,119,45,92,91,51,48,48,112,120,92,93,46,109,97,120,45,119,45,92,91,57,48,92,37,92,93,46,98,103,45,119,104,105,116,101,46,112,45,51,46,114,111,117,110,100,101,100,45,109,100,46,115,104,97,100,111,119,45,120,108,46,102,111,110,116,45,119,111,114,107,83,97,110,115,46,116,101,120,116,45,92,91,49,50,112,120,92,93,46,116,101,120,116,45,92,91,92,35,51,51,51,51,51,51,92,93,46,116,114,97,110,115,105,116,105,111,110,45,92,91,114,105,103,104,116,92,93,46,100,117,114,97,116,105,111,110,45,92,91,54,48,48,109,115,92,93,46,114,105,103,104,116,45,92,91,51,48,112,120,92,93,2,1,219,88,247,71,0,8,1,7,46,102,107,79,100,83,89,2,1,172,79,88,196,0,8,1,14,46,102,111,111,116,101,114,95,95,116,101,114,109,115,2,1,100,66,221,239,0,8,1,10,46,102,117,101,45,109,111,100,97,108,2,1,217,188,32,138,0,8,1,19,46,102,117,101,45,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,1,217,188,32,138,0,8,1,12,46,102,117,108,108,79,112,97,99,105,116,121,2,1,209,115,132,250,0,8,1,11,46,102,117,115,105,111,110,45,114,111,119,2,1,247,128,152,22,0,8,1,8,46,103,104,45,105,110,102,111,2,1,254,170,31,79,0,8,1,17,46,103,108,111,98,97,108,45,115,116,97,116,101,109,101,110,116,2,1,162,111,37,118,0,8,1,12,46,103,108,111,119,45,98,97,110,110,101,114,2,1,120,193,28,90,0,8,1,5,46,104,105,100,101,2,1,62,165,120,38,0,8,1,25,46,105,97,109,45,99,111,111,107,105,101,45,99,111,110,116,114,111,108,45,109,111,100,97,108,2,1,111,112,61,232,0,8,1,34,46,105,97,109,45,99,111,111,107,105,101,45,99,111,110,116,114,111,108,45,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,1,111,112,61,232,0,8,1,10,46,105,110,102,111,95,112,114,105,118,2,1,249,77,114,156,0,8,1,7,46,105,114,75,74,89,106,2,1,172,79,88,196,0,8,1,5,46,106,115,115,49,2,1,45,71,111,199,0,8,1,7,46,106,115,115,50,54,56,2,1,63,198,48,249,0,8,1,6,46,106,115,115,52,53,2,1,241,195,103,180,0,8,1,10,46,107,116,104,45,116,111,97,115,116,2,1,81,14,41,167,0,8,1,17,46,109,99,101,82,111,119,45,45,114,101,108,97,116,105,118,101,2,1,178,24,96,60,0,8,1,7,46,109,102,112,45,98,103,2,1,52,0,85,100,0,8,1,9,46,109,102,112,45,119,114,97,112,2,1,52,0,85,100,0,8,1,41,46,109,111,98,105,108,101,45,117,110,100,101,114,115,105,122,101,100,45,117,112,112,101,114,46,109,111,98,105,108,101,45,102,111,114,99,101,104,105,100,101,2,1,230,231,3,96,0,8,1,13,46,109,111,100,97,108,45,97,118,105,115,111,115,2,1,162,101,167,14,0,8,1,18,46,109,111,100,97,108,45,99,111,110,100,105,99,105,111,110,101,115,2,1,52,119,212,112,0,8,1,15,46,109,111,100,97,108,115,45,119,114,97,112,112,101,114,2,1,199,94,44,38,0,8,1,8,46,109,111,115,116,114,97,114,2,1,157,255,101,37,0,8,1,13,46,110,111,109,97,45,112,114,105,118,97,99,121,2,1,7,204,5,194,0,8,1,18,46,110,111,116,105,102,105,99,97,116,105,111,110,45,115,117,98,115,2,1,3,0,244,66,0,8,1,9,46,110,111,116,105,102,105,110,111,2,1,216,132,253,237,0,8,1,7,46,110,111,116,105,102,121,2,1,52,43,39,229,0,8,1,12,46,111,116,115,100,107,95,97,108,101,114,116,2,1,214,178,89,142,0,8,1,14,46,111,116,115,100,107,95,111,118,101,114,108,97,121,2,1,214,178,89,142,0,8,1,19,46,111,120,121,45,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,1,117,191,131,90,0,8,1,4,46,112,103,99,2,1,32,206,82,220,0,8,1,27,46,112,111,114,116,108,101,116,45,99,111,111,107,105,101,115,45,108,97,121,111,117,116,45,115,101,116,2,1,129,73,113,236,0,8,1,24,46,113,67,111,111,107,105,101,65,110,105,109,97,99,105,111,110,69,110,116,114,97,100,97,2,1,188,121,15,58,0,8,1,13,46,114,101,45,83,104,97,114,101,100,67,109,112,2,1,23,151,71,169,0,8,1,13,46,114,101,118,101,97,108,45,109,111,100,97,108,2,1,177,160,127,222,0,8,1,15,46,114,101,118,101,97,108,45,111,118,101,114,108,97,121,2,1,48,250,53,189,0,8,1,6,46,115,105,112,111,49,2,1,183,17,6,111,0,8,1,20,46,115,116,105,99,107,121,45,110,111,116,105,102,105,99,97,116,105,111,110,2,1,54,26,83,59,0,8,1,23,46,115,116,121,108,101,115,95,115,110,97,99,107,98,97,114,95,95,51,105,66,84,98,2,1,191,183,99,187,0,8,1,18,46,115,117,105,45,84,99,102,70,105,114,115,116,76,97,121,101,114,2,2,38,51,33,34,95,233,19,219,0,8,1,13,46,115,117,112,101,114,99,111,111,107,105,101,115,2,1,97,188,20,90,0,8,1,15,46,115,118,101,108,116,101,45,49,117,53,113,53,57,97,2,1,209,148,127,210,0,8,1,13,46,116,111,97,115,116,45,98,111,116,116,111,109,2,1,146,130,235,192,0,8,1,11,46,116,111,112,45,104,101,97,100,101,114,2,1,121,136,188,182,0,8,1,7,46,116,111,112,66,97,114,2,1,163,4,94,26,0,8,1,13,46,116,117,115,115,45,99,111,111,107,105,101,115,2,1,115,76,22,193,0,8,1,18,46,117,105,45,100,105,97,108,111,103,45,98,117,116,116,111,110,115,2,1,121,73,98,151,0,8,1,11,46,117,114,103,101,110,116,45,109,115,103,2,1,23,13,221,227,0,8,1,14,46,118,109,45,45,99,111,110,116,97,105,110,101,114,2,3,34,78,177,223,66,68,220,55,171,10,228,69,0,8,1,12,46,118,109,45,45,111,118,101,114,108,97,121,2,2,34,78,177,223,171,10,228,69,0,0,1,36,91,97,114,105,97,45,108,97,98,101,108,61,34,67,111,111,107,105,101,32,115,101,116,116,105,110,103,115,32,112,97,110,101,108,34,93,2,1,241,195,103,180,0,0,1,32,91,100,97,116,97,45,116,111,97,115,116,61,34,102,95,99,111,111,107,105,101,115,95,97,99,101,112,116,101,100,34,93,2,1,107,101,58,158,0,0,1,19,97,51,54,48,45,99,111,111,107,105,101,115,45,97,100,118,105,99,101,2,1,254,224,214,240,0,0,1,18,97,112,112,45,112,114,105,118,97,99,121,45,112,111,108,105,99,121,2,1,44,174,232,197,0,0,1,15,98,111,100,121,32,62,32,46,99,97,106,97,116,120,116,2,1,50,28,190,48,0,0,1,21,98,111,100,121,32,62,32,100,105,118,91,105,100,93,91,99,108,97,115,115,93,2,2,107,82,121,91,171,16,156,34,0,0,1,20,100,105,108,101,45,99,111,111,107,105,101,115,45,99,111,110,115,101,110,116,2,1,193,223,82,199,0,0,1,108,100,105,118,91,115,116,121,108,101,61,34,112,111,115,105,116,105,111,110,58,102,105,120,101,100,59,108,101,102,116,58,48,59,116,111,112,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,122,45,105,110,100,101,120,58,57,57,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,48,46,51,41,34,93,2,1,1,118,224,3,0,0,1,22,100,119,45,103,108,111,98,97,108,45,110,111,116,105,102,105,99,97,116,105,111,110,2,1,32,194,113,206,0,0,1,18,119,99,45,99,111,111,107,105,101,115,45,109,97,110,97,103,101,114,2,1,146,9,150,180,0,0,1,27,97,112,112,45,110,111,116,105,102,105,99,97,116,105,111,110,115,45,99,111,110,116,97,105,110,101,114,2,1,236,22,167,42,0,8,1,13,46,115,104,111,119,66,97,99,107,100,114,111,112,2,1,247,239,188,91,0,8,1,12,46,115,104,111,119,67,111,110,115,101,110,116,2,1,247,239,188,91,0,8,1,16,46,102,99,45,99,111,110,115,101,110,116,45,114,111,111,116,2,1,207,84,32,220,0,8,1,10,46,102,117,101,45,109,111,100,97,108,2,1,12,248,183,214,0,8,1,19,46,102,117,101,45,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,1,12,248,183,214,0,8,1,17,46,112,111,112,117,112,66,97,114,114,97,67,111,111,107,105,101,2,1,142,61,183,121,0,8,1,9,46,112,111,112,117,112,95,98,103,2,1,231,61,232,182,0,16,1,16,35,67,111,111,107,105,101,115,83,101,116,116,105,110,103,115,2,2,153,128,57,181,169,49,96,194,0,16,1,11,35,97,112,112,114,111,118,101,98,111,120,2,1,185,252,193,167,0,16,1,22,35,99,98,99,107,70,117,108,108,115,99,114,101,101,110,66,108,111,99,107,101,114,2,1,239,195,118,128,0,16,1,22,35,99,98,99,107,99,104,97,110,103,101,104,111,108,100,101,114,70,105,114,115,116,2,1,239,195,118,128,0,16,1,12,35,99,111,111,99,107,105,101,105,110,102,111,2,1,86,29,134,215,0,16,1,11,35,99,111,111,107,105,101,109,103,109,116,2,1,13,240,138,185,0,16,1,12,35,99,111,111,107,105,101,109,111,100,97,108,2,1,229,211,159,34,0,16,1,18,35,101,112,45,99,111,111,107,105,101,45,99,111,110,99,101,110,116,2,6,17,170,12,169,33,76,177,141,76,162,9,117,111,142,47,179,120,199,95,90,242,0,224,50,0,16,1,29,35,101,117,45,99,111,111,107,105,101,45,99,111,109,112,108,105,97,110,99,101,45,111,118,101,114,108,97,121,2,1,218,98,25,127,0,16,1,23,35,103,101,116,67,111,111,107,105,101,67,111,110,115,101,110,116,68,105,97,108,111,103,2,1,190,204,87,237,0,16,1,6,35,103,108,97,115,115,2,1,185,252,193,167,0,16,1,11,35,106,115,45,99,109,45,99,108,97,119,2,1,133,248,1,223,0,16,1,9,35,107,97,107,114,117,116,97,110,2,1,244,98,199,145,0,16,1,28,35,109,98,95,109,111,100,117,108,101,115,95,112,111,112,117,112,115,95,67,111,110,116,97,105,110,101,114,2,2,138,148,166,199,240,138,122,114,0,16,1,8,35,111,118,101,114,108,97,121,2,1,244,99,28,105,0,16,1,33,35,115,99,104,105,98,115,116,101,100,45,100,97,116,97,45,99,111,110,116,114,111,108,108,101,114,45,115,116,105,99,107,121,2,1,244,98,208,142,0,16,1,10,35,115,105,116,101,102,108,97,115,104,2,1,142,78,97,36,0,16,1,8,35,116,111,112,45,98,97,114,2,1,154,255,223,180,0,16,1,16,35,119,114,97,112,112,101,114,45,100,120,45,99,111,107,105,2,1,97,30,23,114,0,16,1,2,35,121,2,1,172,70,118,243,0,8,1,6,46,70,67,83,86,99,2,1,234,237,235,189,0,8,1,10,46,79,102,53,50,97,97,99,98,56,2,1,193,125,236,65,0,8,1,37,46,83,99,104,105,98,115,116,101,100,66,97,110,110,101,114,95,95,87,114,97,112,112,101,114,45,115,99,45,101,108,108,55,104,105,45,48,2,1,206,145,171,231,0,8,1,6,46,83,110,97,99,107,2,1,245,94,74,107,0,8,1,8,46,95,49,106,117,114,74,105,2,1,106,203,233,1,0,8,1,24,46,95,50,73,112,54,102,57,74,99,112,101,95,101,100,67,111,101,49,84,115,50,109,77,2,1,234,237,234,196,0,8,1,10,46,97,108,101,114,116,45,98,111,120,2,1,123,1,3,200,0,8,1,10,46,97,108,101,114,116,87,114,97,112,2,1,21,216,49,71,0,8,1,7,46,98,69,82,97,115,77,2,1,91,62,56,100,0,8,1,20,46,98,97,107,101,100,45,100,111,117,103,104,45,99,111,110,115,101,110,116,2,1,87,183,168,67,0,8,1,10,46,98,108,99,107,45,105,110,102,111,2,1,234,237,237,55,0,8,1,10,46,99,45,109,101,115,115,97,103,101,2,1,228,36,80,177,0,8,1,11,46,99,45,109,101,115,115,97,103,101,115,2,1,25,193,184,40,0,8,1,4,46,99,45,119,2,1,220,32,147,152,0,8,1,9,46,99,49,104,115,117,105,105,54,2,1,82,81,137,85,0,8,1,8,46,99,99,45,112,97,103,101,2,1,230,54,121,172,0,8,1,9,46,99,99,110,116,45,97,112,112,2,1,137,128,148,66,0,0,1,33,46,99,111,109,112,111,110,101,110,116,92,58,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,100,105,97,108,111,103,2,1,6,137,79,101,0,8,1,17,46,99,111,110,115,101,110,116,45,98,97,99,107,100,114,111,112,2,1,244,98,237,59,0,8,1,16,46,99,111,110,115,101,110,116,45,104,97,110,100,108,101,114,2,1,190,141,104,238,0,8,1,19,46,99,111,111,107,105,101,45,97,99,99,101,112,116,45,102,111,114,109,2,1,27,210,24,236,0,8,1,18,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,115,118,2,1,82,70,246,212,0,8,1,14,46,99,111,111,107,105,101,45,99,117,116,116,101,114,2,1,88,213,47,148,0,8,1,19,46,99,111,111,107,105,101,45,105,110,102,111,114,109,97,116,105,111,110,2,1,244,99,28,105,0,8,1,21,46,99,111,111,107,105,101,45,109,111,100,97,108,45,119,114,97,112,112,101,114,2,1,139,195,212,166,0,8,1,12,46,99,115,115,45,49,114,52,117,98,120,51,2,1,228,37,50,25,0,8,1,11,46,99,115,115,45,52,117,120,122,110,108,2,1,241,184,124,212,0,8,1,7,46,99,117,71,115,121,104,2,1,63,111,219,127,0,8,1,23,46,100,107,45,104,101,97,100,101,114,45,105,110,102,111,45,109,101,115,115,97,103,101,2,1,70,68,145,133,0,8,1,7,46,100,121,120,108,73,110,2,1,70,66,119,99,0,8,1,25,46,101,108,101,109,101,110,116,111,114,45,108,111,99,97,116,105,111,110,45,112,111,112,117,112,2,1,244,99,2,199,0,8,1,7,46,102,65,97,108,72,81,2,1,91,62,56,100,0,8,1,30,46,102,108,117,102,102,121,45,87,114,97,112,112,101,114,45,102,108,117,102,102,121,45,45,118,48,100,122,114,116,2,1,111,231,220,104,0,8,1,7,46,104,66,122,88,122,74,2,1,170,157,230,232,0,8,1,15,46,104,101,97,100,101,114,95,95,98,97,110,110,101,114,2,1,69,68,255,12,0,8,1,13,46,105,110,102,111,45,109,101,115,115,97,103,101,2,1,48,211,58,183,0,8,1,15,46,105,110,102,111,98,97,114,45,98,111,116,116,111,109,2,1,220,131,169,115,0,8,1,14,46,105,110,115,101,116,45,48,46,102,105,120,101,100,2,1,249,76,148,68,0,8,1,16,46,105,115,45,97,99,116,105,118,101,46,109,111,100,97,108,2,1,147,161,192,179,0,8,1,15,46,106,115,45,105,110,102,111,45,98,97,110,110,101,114,2,1,42,174,84,192,0,8,1,34,46,106,115,45,115,104,98,45,105,110,115,115,45,108,111,103,105,110,95,95,99,111,111,107,105,101,45,99,111,110,115,101,110,116,2,1,169,41,105,74,0,8,1,7,46,106,115,115,49,49,51,2,1,189,176,99,6,0,8,1,7,46,107,90,102,71,68,88,2,1,219,22,36,202,0,8,1,11,46,107,101,121,45,49,56,50,117,120,122,2,1,82,68,121,118,0,8,1,19,46,109,100,45,100,105,97,108,111,103,45,98,97,99,107,100,114,111,112,2,1,190,204,87,237,0,8,1,8,46,109,101,115,115,97,103,101,2,1,227,207,99,151,0,8,1,6,46,111,49,102,45,97,2,1,237,165,79,32,0,8,1,21,46,111,110,108,105,110,101,45,110,111,116,105,102,105,99,97,116,105,111,110,115,2,3,17,180,199,103,67,168,188,239,222,89,229,1,0,8,1,8,46,111,118,101,114,108,97,121,2,1,148,108,111,41,0,8,1,4,46,112,109,115,2,1,82,73,67,168,0,8,1,14,46,112,111,108,105,99,121,45,110,111,116,105,99,101,2,1,225,159,208,195,0,8,1,21,46,112,111,108,111,112,111,108,121,78,111,116,105,102,105,99,97,116,105,111,110,2,1,82,79,80,68,0,8,1,13,46,112,111,112,85,112,87,114,97,112,112,101,114,2,1,228,36,55,62,0,8,1,8,46,112,111,112,95,98,111,120,2,1,236,84,247,115,0,8,1,16,46,112,114,105,118,97,99,121,45,119,114,97,112,112,101,114,2,1,181,12,193,50,0,8,1,21,46,112,119,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,118,50,2,1,244,98,200,95,0,8,1,10,46,115,99,45,99,106,105,98,66,120,2,1,171,115,70,160,0,8,1,31,46,115,100,45,111,98,106,101,99,116,45,105,102,32,62,32,46,115,100,45,111,98,106,101,99,116,45,99,111,100,101,2,1,22,69,104,143,0,8,1,23,46,115,100,45,111,98,106,101,99,116,45,105,102,46,115,100,45,111,98,106,101,99,116,2,1,70,73,37,231,0,8,1,29,46,115,101,99,116,105,111,110,45,99,111,111,107,105,101,115,45,110,111,116,105,99,101,45,111,117,116,101,114,2,1,82,67,59,12,0,8,1,7,46,115,104,97,100,111,119,2,1,244,99,44,64,0,8,1,17,46,115,110,97,99,107,98,97,114,45,119,114,97,112,112,101,114,2,1,82,69,232,20,0,8,1,18,46,115,111,115,45,99,107,45,99,110,115,110,116,45,109,103,110,114,2,1,50,164,120,45,0,8,1,28,46,115,116,121,108,101,95,99,111,110,115,101,110,116,45,98,97,110,110,101,114,95,95,70,110,115,50,74,2,1,106,203,233,1,0,8,1,31,46,115,116,121,108,101,115,95,95,67,111,111,107,105,101,98,97,114,87,114,97,112,45,103,53,97,98,55,110,45,48,2,1,79,177,198,214,0,8,1,8,46,119,112,50,55,110,118,120,2,1,144,193,7,54,0,8,1,6,46,120,100,109,70,111,2,1,75,133,45,78,0,0,1,29,91,97,114,105,97,45,108,97,98,101,108,61,34,75,97,107,105,110,102,111,114,109,97,116,105,111,110,34,93,2,1,97,202,181,253,0,0,1,62,91,115,116,121,108,101,61,34,112,111,115,105,116,105,111,110,58,32,102,105,120,101,100,59,32,98,111,116,116,111,109,58,32,48,112,120,59,32,108,101,102,116,58,32,48,112,120,59,32,114,105,103,104,116,58,32,48,112,120,59,34,93,2,1,1,204,166,51,0,0,1,47,91,115,116,121,108,101,94,61,34,119,105,100,116,104,58,49,48,48,37,59,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,35,70,48,70,48,70,48,59,34,93,2,1,12,113,182,32,0,0,1,34,100,105,118,91,99,108,97,115,115,94,61,34,71,108,111,98,97,108,67,111,111,107,105,101,66,97,110,110,101,114,95,95,34,93,2,2,1,85,190,94,51,93,159,124,0,0,1,38,100,105,118,91,99,108,97,115,115,94,61,34,115,116,121,108,101,115,95,99,111,111,107,105,101,115,67,111,110,116,97,105,110,101,114,95,34,93,2,1,154,178,147,204,0,0,1,49,100,105,118,91,115,116,121,108,101,94,61,34,100,105,115,112,108,97,121,58,32,102,108,101,120,59,32,97,108,105,103,110,45,105,116,101,109,115,58,32,99,101,110,116,101,114,59,34,93,2,1,234,237,234,170,0,0,1,51,100,105,118,91,115,116,121,108,101,94,61,34,112,111,115,105,116,105,111,110,58,32,102,105,120,101,100,59,32,108,101,102,116,58,32,48,112,120,59,32,116,111,112,58,32,48,112,120,59,34,93,2,1,82,70,229,117,0,0,1,19,114,101,97,99,116,45,99,111,111,107,105,101,115,45,112,111,112,117,112,2,1,228,150,201,90,0,16,1,21,35,97,99,99,101,112,116,45,99,111,111,107,105,101,45,102,111,111,116,101,114,2,1,155,122,156,130,0,16,1,11,35,98,111,120,45,112,111,108,105,99,121,2,1,175,205,129,31,0,16,1,16,35,99,111,111,107,105,101,45,99,111,110,45,104,101,97,100,2,1,101,175,248,41,0,16,1,12,35,112,100,112,97,45,112,111,108,105,99,121,2,1,62,136,128,28,0,16,1,9,35,112,111,112,117,112,45,115,115,2,1,19,95,182,111,0,8,1,5,46,80,100,112,97,2,1,66,54,241,151,0,8,1,26,46,98,101,99,111,111,107,105,101,115,45,111,117,116,101,114,45,99,111,110,116,97,105,110,101,114,2,2,79,205,74,120,99,17,41,202,0,8,1,12,46,99,97,114,100,45,99,111,111,107,105,101,2,1,137,151,38,226,0,8,1,18,46,99,107,45,97,99,112,116,45,99,111,110,116,97,105,110,101,114,2,1,100,78,57,3,0,8,1,16,46,99,111,110,115,101,110,116,95,115,101,99,116,105,111,110,2,1,51,46,74,157,0,8,1,14,46,99,111,111,107,105,101,45,119,97,112,112,101,114,2,1,63,46,165,114,0,8,1,17,46,99,111,111,107,105,101,115,45,45,119,114,97,112,112,101,114,2,1,82,126,78,227,0,8,1,13,46,99,111,111,107,105,101,115,45,112,100,112,97,2,1,63,46,63,120,0,8,1,25,46,99,119,99,45,99,111,111,107,105,101,45,98,97,110,110,101,114,45,117,105,45,115,100,107,2,1,134,252,118,202,0,8,1,11,46,101,110,116,101,114,45,100,111,110,101,2,1,17,101,123,135,0,8,1,14,46,102,111,111,116,101,114,45,112,111,108,105,99,121,2,1,66,54,249,217,0,8,1,13,46,102,111,111,116,101,114,112,111,108,105,99,121,2,1,172,122,33,98,0,8,1,7,46,112,111,108,105,99,121,2,2,210,106,233,225,236,72,23,69,0,8,1,12,46,112,111,112,117,112,95,95,112,100,112,97,2,1,202,69,32,67,0,8,1,16,46,112,114,105,118,97,99,121,45,99,111,110,99,101,114,110,2,1,197,28,51,129,0,8,1,21,46,112,116,45,115,110,97,99,107,98,97,114,95,95,115,117,114,102,97,99,101,2,1,151,58,134,130,0,8,1,22,46,115,99,98,97,109,45,109,111,100,97,108,45,108,105,115,116,95,98,48,48,52,2,1,126,51,59,210,0,8,1,21,46,116,104,101,45,112,100,112,97,45,99,111,110,115,101,110,116,45,98,97,114,2,1,47,63,192,190,0,0,1,27,100,105,118,91,99,108,97,115,115,94,61,34,67,111,111,107,105,101,83,101,115,115,105,111,110,34,93,2,1,57,46,176,122,0,16,1,14,35,67,111,111,107,105,101,67,111,110,99,101,110,116,2,1,119,132,45,221,0,16,1,10,35,75,86,75,95,67,101,114,101,122,2,1,28,212,68,217,0,16,1,15,35,99,80,114,111,109,112,116,95,72,111,108,100,101,114,2,1,85,164,29,201,0,16,1,12,35,99,98,45,108,105,103,104,116,98,111,120,2,1,92,57,149,139,0,16,1,10,35,99,101,114,101,122,95,100,105,118,2,1,96,232,179,109,0,16,1,12,35,99,101,114,101,122,95,107,97,98,117,108,2,1,254,190,181,123,0,16,1,9,35,99,108,111,115,101,45,109,101,2,1,21,21,100,9,0,16,1,17,35,99,108,111,115,101,80,111,108,105,99,105,101,115,68,105,118,2,1,15,113,141,147,0,16,1,11,35,99,111,110,115,101,110,116,100,105,118,2,3,0,10,249,144,137,75,102,221,140,171,80,217,0,16,1,10,35,99,111,110,115,105,100,101,110,116,2,1,236,55,205,134,0,16,1,13,35,100,97,116,97,80,111,108,105,99,105,101,115,2,1,111,102,99,129,0,16,1,10,35,100,105,118,95,99,99,95,99,99,2,1,237,187,173,132,0,16,1,12,35,103,101,110,101,114,97,108,45,116,111,115,2,1,38,104,139,30,0,16,1,19,35,106,115,45,112,111,112,117,112,45,99,111,110,116,97,105,110,101,114,2,1,161,179,160,172,0,16,1,5,35,107,118,107,107,2,3,21,158,171,208,28,221,78,114,184,129,179,72,0,16,1,19,35,107,118,107,107,45,98,97,110,110,101,114,45,104,101,97,100,101,114,2,1,27,194,237,27,0,16,1,18,35,107,118,107,107,95,110,111,116,105,102,105,99,97,116,105,111,110,2,1,169,57,32,102,0,16,1,8,35,107,118,107,107,98,111,120,2,1,96,235,166,145,0,16,1,10,35,108,105,103,104,116,115,111,117,116,2,1,185,168,184,104,0,16,1,13,35,109,99,84,111,112,84,111,111,108,116,105,112,2,2,87,188,153,31,95,201,251,178,0,16,1,20,35,114,101,97,100,101,100,95,99,111,110,116,114,97,99,116,95,114,111,119,2,1,126,22,25,118,0,16,1,12,35,116,111,112,98,97,114,45,104,105,100,101,2,1,20,75,136,254,0,8,1,6,46,76,101,103,97,108,2,1,40,223,145,123,0,8,1,25,46,77,117,105,67,111,108,108,97,112,115,101,45,119,114,97,112,112,101,114,73,110,110,101,114,2,1,233,26,231,142,0,8,1,17,46,97,110,116,45,110,111,116,105,102,105,99,97,116,105,111,110,2,1,41,151,113,228,0,8,1,14,46,98,111,116,116,111,109,45,99,101,110,116,101,114,2,1,147,150,53,123,0,8,1,6,46,99,101,114,101,122,2,16,16,121,185,209,20,138,232,103,37,181,197,107,44,130,159,110,104,43,193,8,120,199,212,37,129,126,104,19,134,60,225,44,135,49,119,37,138,170,45,244,150,32,246,18,160,13,236,10,164,9,143,66,194,250,15,8,213,220,110,69,224,59,87,117,0,8,1,9,46,99,101,114,101,122,97,108,108,2,1,53,21,100,88,0,8,1,15,46,99,101,114,101,122,107,117,108,108,97,110,105,109,105,2,1,97,224,45,193,0,8,1,14,46,99,111,110,115,101,110,116,45,109,111,100,97,108,2,1,166,221,221,141,0,8,1,15,46,99,111,110,116,114,97,99,116,45,112,111,112,117,112,2,1,44,192,110,148,0,8,1,24,46,99,111,111,107,105,101,45,97,103,114,101,101,109,101,110,116,45,109,111,100,117,108,101,2,1,232,47,75,22,0,8,1,34,46,99,111,111,107,105,101,45,112,111,108,105,99,121,95,99,111,111,107,105,101,80,111,108,105,99,121,95,95,57,120,98,97,122,2,1,13,232,184,16,0,8,1,14,46,99,111,111,107,105,101,67,111,110,116,101,110,116,2,1,96,5,90,62,0,8,1,35,46,99,111,111,107,105,101,95,99,111,111,107,105,101,67,111,110,115,101,110,116,87,114,97,112,112,101,114,95,95,106,68,76,100,78,2,1,177,233,253,185,0,8,1,3,46,99,112,2,2,22,252,123,192,203,217,68,28,0,8,1,12,46,99,115,115,45,49,102,108,48,109,102,118,2,1,249,110,13,47,0,8,1,11,46,99,115,115,45,49,112,120,56,115,120,2,1,151,177,29,81,0,8,1,12,46,100,97,116,97,45,112,111,108,105,99,121,2,1,76,174,138,15,0,8,1,8,46,100,97,116,97,66,97,114,2,1,194,167,9,135,0,8,1,21,46,100,105,97,108,111,103,45,116,121,112,101,45,108,105,103,104,116,98,111,120,2,1,192,150,133,185,0,8,1,7,46,101,72,122,100,116,74,2,1,218,77,64,150,0,8,1,19,46,101,101,106,73,108,99,46,115,99,45,109,113,117,103,115,117,45,48,2,1,234,173,6,192,0,8,1,24,46,101,102,105,108,108,105,45,108,97,121,111,117,116,45,102,105,98,97,98,97,110,107,97,2,1,255,215,28,147,0,8,1,7,46,102,97,79,121,104,103,2,1,129,73,34,97,0,8,1,9,46,102,97,100,101,73,110,85,112,2,1,16,249,110,27,0,8,1,22,46,102,105,120,101,100,112,114,111,116,101,99,116,105,111,110,79,102,68,97,116,97,2,1,130,85,182,24,0,8,1,10,46,105,104,109,45,112,111,112,117,112,2,1,83,18,51,47,0,8,1,18,46,105,104,109,45,112,111,112,117,112,45,111,118,101,114,108,97,121,2,1,83,18,51,47,0,8,1,4,46,107,118,107,2,1,170,43,207,156,0,8,1,23,46,107,118,107,45,105,110,102,111,114,109,97,116,105,111,110,45,109,97,115,116,101,114,2,1,249,110,120,50,0,8,1,11,46,109,111,100,97,108,45,115,104,111,119,2,1,185,168,184,104,0,8,1,7,46,109,111,100,97,108,120,2,1,2,160,75,52,0,8,1,22,46,110,111,116,105,102,105,99,97,116,105,111,110,95,95,119,114,97,112,112,101,114,2,1,173,250,11,208,0,8,1,9,46,112,111,108,105,99,105,101,115,2,1,139,117,193,93,0,8,1,7,46,112,111,108,105,99,121,2,2,12,79,28,57,43,128,121,112,0,8,1,14,46,112,111,108,105,116,101,95,95,97,108,101,114,116,2,1,37,185,246,254,0,8,1,15,46,112,111,112,117,112,67,111,110,116,97,105,110,101,114,2,1,161,179,160,172,0,8,1,21,46,112,111,114,116,111,45,98,108,111,99,107,45,104,116,109,108,45,116,111,112,2,1,203,217,67,169,0,8,1,17,46,112,114,111,116,101,99,116,105,111,110,79,102,68,97,116,97,2,1,126,80,164,176,0,8,1,15,46,114,101,115,45,98,111,116,116,111,109,45,98,97,114,2,1,118,102,97,93,0,8,1,19,46,115,99,45,109,113,117,103,115,117,45,48,46,101,101,106,73,108,99,2,1,234,173,6,192,0,8,1,12,46,115,116,105,99,107,102,111,111,116,101,114,2,1,118,102,219,134,0,8,1,14,46,115,116,105,99,107,121,45,102,111,111,116,101,114,2,4,37,101,103,80,42,123,129,143,103,118,98,43,118,102,202,88,0,8,1,20,46,115,116,121,108,101,95,99,111,111,107,105,101,95,95,85,78,105,66,105,2,1,28,207,1,192,0,8,1,13,46,117,115,105,110,103,45,99,111,111,107,105,101,2,1,44,156,66,248,0,8,1,11,46,118,101,114,105,65,108,116,66,97,114,2,4,20,21,119,215,27,140,222,118,29,149,173,74,40,205,182,153,0,8,1,18,46,118,110,111,116,105,102,121,45,99,111,110,116,97,105,110,101,114,2,1,1,60,18,137,0,8,1,16,46,121,115,45,99,111,111,107,105,101,45,109,111,100,97,108,2,1,12,79,28,57,0,0,1,33,100,105,118,91,99,108,97,115,115,94,61,34,99,111,111,107,105,101,98,111,120,95,99,111,111,107,105,101,66,111,120,34,93,2,1,18,148,242,180,0,0,1,14,108,97,121,111,117,116,45,99,111,111,107,105,101,115,2,1,41,14,114,100,0,16,1,15,35,71,68,80,82,45,99,111,110,116,97,105,110,101,114,2,1,148,11,65,56,0,16,1,7,35,97,99,99,101,112,116,2,1,116,164,43,16,0,16,1,19,35,102,108,111,97,116,105,110,103,95,97,103,114,101,101,109,101,110,116,2,1,30,161,115,128,0,16,1,13,35,112,97,114,101,110,116,95,112,111,112,117,112,2,1,96,179,51,62,0,16,1,7,35,112,98,108,111,99,107,2,1,182,197,110,127,0,16,1,7,35,112,111,108,105,99,121,2,1,52,187,234,93,0,16,1,14,35,112,111,108,105,99,121,45,97,99,99,101,112,116,2,1,187,84,241,79,0,0,1,38,35,114,111,111,116,32,100,105,118,91,99,108,97,115,115,94,61,34,99,111,111,107,105,101,77,101,115,115,97,103,101,45,114,111,111,116,34,93,2,1,195,237,85,81,0,16,1,21,35,117,115,97,103,101,45,110,111,116,105,99,101,45,109,101,115,115,97,103,101,2,1,30,11,180,31,0,8,1,11,46,68,105,115,99,108,97,105,109,101,114,2,1,47,223,73,236,0,8,1,23,46,95,50,118,119,73,56,57,114,51,120,121,49,69,57,118,85,112,120,67,49,45,113,2,1,149,46,172,54,0,8,1,24,46,95,51,107,49,48,99,49,102,85,72,104,72,90,87,85,106,99,67,117,48,57,86,101,2,1,149,46,172,54,0,8,1,39,46,97,100,108,95,99,109,112,95,99,111,110,115,101,110,116,45,100,105,97,108,111,103,45,109,111,100,117,108,101,95,98,97,99,107,100,114,111,112,2,1,187,84,241,79,0,0,1,38,46,97,103,114,101,101,67,111,111,107,105,101,92,46,99,111,109,112,111,110,101,110,116,95,95,99,111,111,107,105,101,87,114,97,112,112,101,114,2,1,127,46,222,209,0,8,1,17,46,98,97,99,107,103,114,111,117,110,100,45,112,111,112,117,112,2,1,50,178,166,17,0,8,1,6,46,98,108,111,99,107,2,1,160,129,6,24,0,8,1,11,46,98,110,95,99,111,111,107,105,101,115,2,1,224,246,74,255,0,8,1,20,46,99,97,114,116,97,45,112,111,108,105,99,121,45,98,111,116,116,111,109,2,1,185,172,155,4,0,8,1,5,46,99,111,111,107,2,1,236,41,113,196,0,8,1,23,46,99,111,111,107,105,101,115,45,112,111,112,117,112,45,115,117,115,112,105,108,110,101,2,1,204,139,39,242,0,8,1,6,46,99,111,111,111,107,2,1,214,64,216,239,0,8,1,17,46,100,102,95,95,99,111,111,107,105,101,45,112,111,112,117,112,2,1,136,243,77,139,0,8,1,7,46,103,76,102,105,121,114,2,1,235,69,177,1,0,8,1,7,46,103,78,66,120,77,77,2,1,113,236,38,86,0,8,1,17,46,112,111,108,105,116,105,99,95,99,111,110,102,105,100,101,108,2,1,188,102,241,26,0,8,1,12,46,116,101,114,109,115,95,112,111,112,117,112,2,2,198,240,111,220,248,19,158,134,0,8,1,8,46,119,97,114,110,105,110,103,2,1,188,60,146,53,0,0,1,15,91,114,111,108,101,61,34,100,105,97,108,111,103,34,93,2,2,219,159,241,76,249,243,123,86,0,0,1,45,100,105,118,91,100,97,116,97,45,116,101,115,116,105,100,61,34,99,111,111,107,105,101,115,45,111,118,101,114,108,97,121,95,95,99,111,110,116,97,105,110,101,114,34,93,2,1,1,18,185,254,0,16,1,23,35,98,103,76,97,121,101,114,115,95,99,111,109,112,45,106,104,113,55,109,99,55,50,2,1,144,9,223,144,0,16,1,13,35,105,100,112,111,112,95,99,111,111,107,105,101,2,1,202,82,242,223,0,8,1,21,46,102,111,111,116,101,114,95,95,110,111,116,105,102,105,99,97,116,105,111,110,2,1,19,170,131,246,0,0,1,128,0,0,0,136,91,115,116,121,108,101,61,34,97,108,105,103,110,45,105,116,101,109,115,58,32,99,101,110,116,101,114,59,32,98,97,99,107,103,114,111,117,110,100,45,99,111,108,111,114,58,32,114,103,98,40,50,51,55,44,32,50,52,53,44,32,50,53,50,41,59,32,112,97,100,100,105,110,103,45,116,111,112,58,32,49,50,112,120,59,32,112,97,100,100,105,110,103,45,98,111,116,116,111,109,58,32,49,50,112,120,59,32,45,119,101,98,107,105,116,45,98,111,120,45,97,108,105,103,110,58,32,99,101,110,116,101,114,59,34,93,2,1,45,112,14,110,0,8,1,25,46,99,111,111,107,105,101,66,97,110,110,101,114,95,115,104,111,119,95,95,49,69,56,68,106,2,1,87,218,107,105,0,8,1,17,46,115,103,45,112,111,112,117,112,45,99,111,110,116,101,110,116,2,1,87,218,170,189,0,16,1,14,35,110,101,103,101,115,67,97,110,105,97,116,97,100,2,1,104,116,2,112,0,8,1,16,46,99,111,111,107,105,101,66,111,116,116,111,109,66,97,114,2,1,173,74,66,109,0,8,1,13,46,99,111,111,107,105,101,115,45,116,101,120,116,2,1,91,50,112,165,0,16,1,45,35,112,114,105,118,97,99,121,45,116,101,115,116,45,112,97,103,101,45,99,109,112,45,116,101,115,116,45,98,97,110,110,101,114,45,102,105,108,116,101,114,108,105,115,116,2,2,46,119,13,116,182,69,193,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,63,56,0,0,31,156,128,0,4,32,155,0,0,0,0,0,0,0,2,0,0,0,2,0,0,0,2,0,0,0,4,0,0,0,8,0,0,0,8,0,0,0,12,0,0,0,14,0,0,0,14,0,0,0,18,0,0,0,22,0,0,0,24,0,0,0,24,0,0,0,26,0,0,0,28,0,0,0,30,0,0,0,32,0,0,0,34,0,0,0,36,0,0,0,38,0,0,0,42,0,0,0,46,0,0,0,46,0,0,0,46,0,0,0,48,0,0,0,48,0,0,0,48,0,0,0,48,0,0,0,48,0,0,0,50,0,0,0,52,0,0,0,52,0,0,0,52,0,0,0,52,0,0,0,52,0,0,0,52,0,0,0,54,0,0,0,56,0,0,0,58,0,0,0,62,0,0,0,62,0,0,0,64,0,0,0,66,0,0,0,66,0,0,0,68,0,0,0,68,0,0,0,74,0,0,0,76,0,0,0,76,0,0,0,78,0,0,0,82,0,0,0,84,0,0,0,84,0,0,0,86,0,0,0,86,0,0,0,86,0,0,0,86,0,0,0,86,0,0,0,90,0,0,0,94,0,0,0,94,0,0,0,94,0,0,0,96,0,0,0,98,0,0,0,102,0,0,0,110,0,0,0,112,0,0,0,112,0,0,0,114,0,0,0,114,0,0,0,114,0,0,0,114,0,0,0,120,0,0,0,120,0,0,0,122,0,0,0,126,0,0,0,128,0,0,0,130,0,0,0,130,0,0,0,130,0,0,0,130,0,0,0,134,0,0,0,136,0,0,0,138,0,0,0,138,0,0,0,140,0,0,0,142,0,0,0,144,0,0,0,146,0,0,0,146,0,0,0,150,0,0,0,156,0,0,0,156,0,0,0,158,0,0,0,158,0,0,0,160,0,0,0,160,0,0,0,166,0,0,0,166,0,0,0,166,0,0,0,166,0,0,0,166,0,0,0,166,0,0,0,170,0,0,0,172,0,0,0,176,0,0,0,178,0,0,0,178,0,0,0,180,0,0,0,182,0,0,0,188,0,0,0,190,0,0,0,194,0,0,0,194,0,0,0,194,0,0,0,194,0,0,0,200,0,0,0,202,0,0,0,208,0,0,0,210,0,0,0,216,0,0,0,218,0,0,0,218,0,0,0,220,0,0,0,224,0,0,0,226,0,0,0,228,0,0,0,230,0,0,0,234,0,0,0,236,0,0,0,238,0,0,0,240,0,0,0,242,0,0,0,244,0,0,0,246,0,0,0,248,0,0,0,248,0,0,0,252,0,0,0,252,0,0,0,252,0,0,0,252,0,0,0,0,1,0,0,0,1,0,0,4,1,0,0,6,1,0,0,8,1,0,0,8,1,0,0,8,1,0,0,8,1,0,0,8,1,0,0,10,1,0,0,12,1,0,0,12,1,0,0,12,1,0,0,14,1,0,0,20,1,0,0,20,1,0,0,24,1,0,0,28,1,0,0,28,1,0,0,28,1,0,0,32,1,0,0,32,1,0,0,32,1,0,0,34,1,0,0,36,1,0,0,40,1,0,0,40,1,0,0,40,1,0,0,42,1,0,0,44,1,0,0,46,1,0,0,48,1,0,0,52,1,0,0,54,1,0,0,54,1,0,0,56,1,0,0,58,1,0,0,62,1,0,0,64,1,0,0,66,1,0,0,66,1,0,0,66,1,0,0,72,1,0,0,72,1,0,0,76,1,0,0,78,1,0,0,82,1,0,0,82,1,0,0,84,1,0,0,84,1,0,0,86,1,0,0,88,1,0,0,92,1,0,0,94,1,0,0,96,1,0,0,96,1,0,0,96,1,0,0,100,1,0,0,102,1,0,0,108,1,0,0,108,1,0,0,108,1,0,0,112,1,0,0,116,1,0,0,124,1,0,0,126,1,0,0,130,1,0,0,134,1,0,0,136,1,0,0,136,1,0,0,138,1,0,0,142,1,0,0,144,1,0,0,144,1,0,0,146,1,0,0,150,1,0,0,154,1,0,0,158,1,0,0,158,1,0,0,160,1,0,0,160,1,0,0,164,1,0,0,166,1,0,0,168,1,0,0,170,1,0,0,172,1,0,0,174,1,0,0,178,1,0,0,178,1,0,0,180,1,0,0,180,1,0,0,184,1,0,0,188,1,0,0,190,1,0,0,192,1,0,0,194,1,0,0,194,1,0,0,194,1,0,0,196,1,0,0,200,1,0,0,204,1,0,0,206,1,0,0,206,1,0,0,206,1,0,0,206,1,0,0,208,1,0,0,210,1,0,0,218,1,0,0,220,1,0,0,222,1,0,0,224,1,0,0,226,1,0,0,228,1,0,0,230,1,0,0,230,1,0,0,232,1,0,0,238,1,0,0,240,1,0,0,240,1,0,0,242,1,0,0,242,1,0,0,242,1,0,0,246,1,0,0,246,1,0,0,250,1,0,0,250,1,0,0,250,1,0,0,252,1,0,0,252,1,0,0,252,1,0,0,254,1,0,0,254,1,0,0,0,2,0,0,0,2,0,0,2,2,0,0,4,2,0,0,6,2,0,0,6,2,0,0,6,2,0,0,6,2,0,0,8,2,0,0,10,2,0,0,12,2,0,0,12,2,0,0,16,2,0,0,16,2,0,0,20,2,0,0,22,2,0,0,22,2,0,0,24,2,0,0,28,2,0,0,30,2,0,0,30,2,0,0,32,2,0,0,32,2,0,0,36,2,0,0,36,2,0,0,40,2,0,0,42,2,0,0,42,2,0,0,42,2,0,0,44,2,0,0,48,2,0,0,48,2,0,0,48,2,0,0,50,2,0,0,50,2,0,0,52,2,0,0,54,2,0,0,58,2,0,0,58,2,0,0,62,2,0,0,64,2,0,0,66,2,0,0,66,2,0,0,66,2,0,0,66,2,0,0,72,2,0,0,76,2,0,0,80,2,0,0,86,2,0,0,88,2,0,0,92,2,0,0,94,2,0,0,94,2,0,0,94,2,0,0,98,2,0,0,98,2,0,0,102,2,0,0,106,2,0,0,110,2,0,0,112,2,0,0,112,2,0,0,114,2,0,0,114,2,0,0,116,2,0,0,116,2,0,0,116,2,0,0,116,2,0,0,118,2,0,0,120,2,0,0,124,2,0,0,124,2,0,0,124,2,0,0,124,2,0,0,124,2,0,0,126,2,0,0,128,2,0,0,130,2,0,0,132,2,0,0,134,2,0,0,134,2,0,0,134,2,0,0,136,2,0,0,138,2,0,0,144,2,0,0,144,2,0,0,146,2,0,0,156,2,0,0,156,2,0,0,156,2,0,0,156,2,0,0,156,2,0,0,158,2,0,0,162,2,0,0,162,2,0,0,166,2,0,0,168,2,0,0,170,2,0,0,172,2,0,0,172,2,0,0,176,2,0,0,178,2,0,0,178,2,0,0,178,2,0,0,182,2,0,0,186,2,0,0,188,2,0,0,188,2,0,0,192,2,0,0,194,2,0,0,196,2,0,0,196,2,0,0,198,2,0,0,200,2,0,0,204,2,0,0,206,2,0,0,206,2,0,0,208,2,0,0,210,2,0,0,212,2,0,0,214,2,0,0,220,2,0,0,220,2,0,0,220,2,0,0,222,2,0,0,228,2,0,0,230,2,0,0,230,2,0,0,232,2,0,0,234,2,0,0,240,2,0,0,240,2,0,0,242,2,0,0,244,2,0,0,244,2,0,0,246,2,0,0,246,2,0,0,248,2,0,0,248,2,0,0,252,2,0,0,252,2,0,0,254,2,0,0,0,3,0,0,0,3,0,0,2,3,0,0,6,3,0,0,8,3,0,0,8,3,0,0,8,3,0,0,8,3,0,0,10,3,0,0,12,3,0,0,12,3,0,0,14,3,0,0,14,3,0,0,18,3,0,0,18,3,0,0,18,3,0,0,18,3,0,0,18,3,0,0,20,3,0,0,20,3,0,0,24,3,0,0,26,3,0,0,32,3,0,0,36,3,0,0,36,3,0,0,36,3,0,0,38,3,0,0,40,3,0,0,42,3,0,0,46,3,0,0,46,3,0,0,48,3,0,0,48,3,0,0,48,3,0,0,50,3,0,0,52,3,0,0,52,3,0,0,56,3,0,0,60,3,0,0,64,3,0,0,64,3,0,0,64,3,0,0,68,3,0,0,72,3,0,0,72,3,0,0,72,3,0,0,72,3,0,0,76,3,0,0,80,3,0,0,82,3,0,0,82,3,0,0,82,3,0,0,84,3,0,0,84,3,0,0,86,3,0,0,88,3,0,0,88,3,0,0,92,3,0,0,96,3,0,0,98,3,0,0,100,3,0,0,104,3,0,0,110,3,0,0,114,3,0,0,114,3,0,0,116,3,0,0,118,3,0,0,122,3,0,0,126,3,0,0,132,3,0,0,132,3,0,0,132,3,0,0,136,3,0,0,136,3,0,0,138,3,0,0,140,3,0,0,140,3,0,0,142,3,0,0,146,3,0,0,146,3,0,0,146,3,0,0,146,3,0,0,148,3,0,0,148,3,0,0,154,3,0,0,154,3,0,0,158,3,0,0,158,3,0,0,168,3,0,0,170,3,0,0,172,3,0,0,172,3,0,0,172,3,0,0,176,3,0,0,176,3,0,0,176,3,0,0,178,3,0,0,182,3,0,0,188,3,0,0,188,3,0,0,190,3,0,0,192,3,0,0,194,3,0,0,196,3,0,0,198,3,0,0,200,3,0,0,202,3,0,0,206,3,0,0,206,3,0,0,208,3,0,0,208,3,0,0,208,3,0,0,208,3,0,0,208,3,0,0,212,3,0,0,212,3,0,0,212,3,0,0,212,3,0,0,214,3,0,0,218,3,0,0,222,3,0,0,222,3,0,0,222,3,0,0,228,3,0,0,230,3,0,0,236,3,0,0,238,3,0,0,240,3,0,0,242,3,0,0,246,3,0,0,248,3,0,0,248,3,0,0,248,3,0,0,248,3,0,0,250,3,0,0,250,3,0,0,250,3,0,0,254,3,0,0,254,3,0,0,254,3,0,0,254,3,0,0,254,3,0,0,8,4,0,0,8,4,0,0,12,4,0,0,14,4,0,0,14,4,0,0,16,4,0,0,18,4,0,0,18,4,0,0,18,4,0,0,18,4,0,0,22,4,0,0,24,4,0,0,24,4,0,0,24,4,0,0,26,4,0,0,28,4,0,0,30,4,0,0,34,4,0,0,36,4,0,0,36,4,0,0,36,4,0,0,36,4,0,0,40,4,0,0,40,4,0,0,40,4,0,0,40,4,0,0,40,4,0,0,40,4,0,0,40,4,0,0,44,4,0,0,46,4,0,0,48,4,0,0,50,4,0,0,52,4,0,0,52,4,0,0,54,4,0,0,56,4,0,0,58,4,0,0,58,4,0,0,60,4,0,0,62,4,0,0,64,4,0,0,64,4,0,0,64,4,0,0,66,4,0,0,66,4,0,0,70,4,0,0,72,4,0,0,74,4,0,0,76,4,0,0,78,4,0,0,80,4,0,0,80,4,0,0,82,4,0,0,82,4,0,0,82,4,0,0,86,4,0,0,88,4,0,0,98,4,0,0,98,4,0,0,100,4,0,0,102,4,0,0,104,4,0,0,104,4,0,0,104,4,0,0,106,4,0,0,110,4,0,0,114,4,0,0,116,4,0,0,120,4,0,0,120,4,0,0,122,4,0,0,124,4,0,0,126,4,0,0,126,4,0,0,128,4,0,0,128,4,0,0,128,4,0,0,128,4,0,0,130,4,0,0,130,4,0,0,132,4,0,0,132,4,0,0,138,4,0,0,138,4,0,0,142,4,0,0,142,4,0,0,142,4,0,0,142,4,0,0,142,4,0,0,144,4,0,0,148,4,0,0,148,4,0,0,148,4,0,0,148,4,0,0,148,4,0,0,154,4,0,0,156,4,0,0,156,4,0,0,160,4,0,0,162,4,0,0,162,4,0,0,164,4,0,0,166,4,0,0,168,4,0,0,170,4,0,0,172,4,0,0,172,4,0,0,174,4,0,0,176,4,0,0,178,4,0,0,178,4,0,0,180,4,0,0,182,4,0,0,182,4,0,0,182,4,0,0,182,4,0,0,186,4,0,0,188,4,0,0,194,4,0,0,196,4,0,0,196,4,0,0,196,4,0,0,198,4,0,0,198,4,0,0,202,4,0,0,206,4,0,0,206,4,0,0,212,4,0,0,214,4,0,0,218,4,0,0,220,4,0,0,222,4,0,0,222,4,0,0,222,4,0,0,224,4,0,0,226,4,0,0,226,4,0,0,226,4,0,0,228,4,0,0,230,4,0,0,230,4,0,0,230,4,0,0,230,4,0,0,232,4,0,0,234,4,0,0,234,4,0,0,234,4,0,0,236,4,0,0,238,4,0,0,240,4,0,0,246,4,0,0,252,4,0,0,0,5,0,0,2,5,0,0,8,5,0,0,14,5,0,0,16,5,0,0,18,5,0,0,18,5,0,0,22,5,0,0,28,5,0,0,30,5,0,0,32,5,0,0,34,5,0,0,36,5,0,0,38,5,0,0,40,5,0,0,42,5,0,0,46,5,0,0,46,5,0,0,46,5,0,0,46,5,0,0,48,5,0,0,50,5,0,0,54,5,0,0,58,5,0,0,60,5,0,0,62,5,0,0,62,5,0,0,64,5,0,0,68,5,0,0,70,5,0,0,72,5,0,0,74,5,0,0,74,5,0,0,80,5,0,0,82,5,0,0,86,5,0,0,88,5,0,0,90,5,0,0,90,5,0,0,92,5,0,0,96,5,0,0,100,5,0,0,100,5,0,0,102,5,0,0,102,5,0,0,102,5,0,0,106,5,0,0,110,5,0,0,114,5,0,0,116,5,0,0,118,5,0,0,118,5,0,0,120,5,0,0,120,5,0,0,124,5,0,0,124,5,0,0,126,5,0,0,128,5,0,0,132,5,0,0,134,5,0,0,134,5,0,0,136,5,0,0,136,5,0,0,136,5,0,0,138,5,0,0,140,5,0,0,140,5,0,0,142,5,0,0,146,5,0,0,148,5,0,0,150,5,0,0,150,5,0,0,152,5,0,0,154,5,0,0,156,5,0,0,158,5,0,0,158,5,0,0,164,5,0,0,164,5,0,0,168,5,0,0,170,5,0,0,174,5,0,0,178,5,0,0,182,5,0,0,182,5,0,0,182,5,0,0,184,5,0,0,190,5,0,0,194,5,0,0,196,5,0,0,198,5,0,0,198,5,0,0,198,5,0,0,200,5,0,0,200,5,0,0,206,5,0,0,206,5,0,0,210,5,0,0,214,5,0,0,216,5,0,0,218,5,0,0,218,5,0,0,220,5,0,0,226,5,0,0,230,5,0,0,234,5,0,0,236,5,0,0,238,5,0,0,238,5,0,0,240,5,0,0,240,5,0,0,240,5,0,0,240,5,0,0,244,5,0,0,244,5,0,0,246,5,0,0,250,5,0,0,0,6,0,0,4,6,0,0,4,6,0,0,4,6,0,0,6,6,0,0,6,6,0,0,10,6,0,0,10,6,0,0,10,6,0,0,12,6,0,0,12,6,0,0,12,6,0,0,14,6,0,0,16,6,0,0,18,6,0,0,22,6,0,0,22,6,0,0,22,6,0,0,22,6,0,0,28,6,0,0,32,6,0,0,32,6,0,0,34,6,0,0,36,6,0,0,38,6,0,0,38,6,0,0,42,6,0,0,44,6,0,0,44,6,0,0,44,6,0,0,44,6,0,0,46,6,0,0,48,6,0,0,50,6,0,0,50,6,0,0,54,6,0,0,54,6,0,0,54,6,0,0,54,6,0,0,56,6,0,0,56,6,0,0,56,6,0,0,58,6,0,0,60,6,0,0,60,6,0,0,62,6,0,0,66,6,0,0,66,6,0,0,68,6,0,0,72,6,0,0,72,6,0,0,82,6,0,0,82,6,0,0,82,6,0,0,84,6,0,0,86,6,0,0,86,6,0,0,88,6,0,0,92,6,0,0,94,6,0,0,94,6,0,0,94,6,0,0,102,6,0,0,102,6,0,0,104,6,0,0,106,6,0,0,114,6,0,0,116,6,0,0,116,6,0,0,116,6,0,0,120,6,0,0,122,6,0,0,126,6,0,0,128,6,0,0,132,6,0,0,134,6,0,0,134,6,0,0,136,6,0,0,136,6,0,0,138,6,0,0,140,6,0,0,142,6,0,0,144,6,0,0,144,6,0,0,144,6,0,0,148,6,0,0,150,6,0,0,154,6,0,0,160,6,0,0,160,6,0,0,164,6,0,0,166,6,0,0,168,6,0,0,170,6,0,0,172,6,0,0,180,6,0,0,180,6,0,0,180,6,0,0,180,6,0,0,182,6,0,0,182,6,0,0,182,6,0,0,186,6,0,0,188,6,0,0,190,6,0,0,190,6,0,0,190,6,0,0,192,6,0,0,196,6,0,0,196,6,0,0,198,6,0,0,198,6,0,0,200,6,0,0,202,6,0,0,204,6,0,0,206,6,0,0,208,6,0,0,212,6,0,0,216,6,0,0,216,6,0,0,216,6,0,0,218,6,0,0,218,6,0,0,218,6,0,0,218,6,0,0,218,6,0,0,220,6,0,0,224,6,0,0,226,6,0,0,234,6,0,0,236,6,0,0,240,6,0,0,240,6,0,0,242,6,0,0,242,6,0,0,250,6,0,0,250,6,0,0,252,6,0,0,252,6,0,0,0,7,0,0,2,7,0,0,6,7,0,0,8,7,0,0,12,7,0,0,16,7,0,0,22,7,0,0,22,7,0,0,22,7,0,0,26,7,0,0,26,7,0,0,28,7,0,0,28,7,0,0,30,7,0,0,34,7,0,0,38,7,0,0,40,7,0,0,42,7,0,0,46,7,0,0,50,7,0,0,56,7,0,0,56,7,0,0,60,7,0,0,66,7,0,0,66,7,0,0,68,7,0,0,72,7,0,0,74,7,0,0,78,7,0,0,84,7,0,0,86,7,0,0,88,7,0,0,88,7,0,0,90,7,0,0,94,7,0,0,98,7,0,0,108,7,0,0,110,7,0,0,110,7,0,0,112,7,0,0,114,7,0,0,116,7,0,0,124,7,0,0,124,7,0,0,126,7,0,0,132,7,0,0,136,7,0,0,138,7,0,0,142,7,0,0,142,7,0,0,142,7,0,0,142,7,0,0,146,7,0,0,146,7,0,0,150,7,0,0,150,7,0,0,150,7,0,0,152,7,0,0,154,7,0,0,156,7,0,0,160,7,0,0,164,7,0,0,168,7,0,0,170,7,0,0,170,7,0,0,172,7,0,0,176,7,0,0,176,7,0,0,176,7,0,0,178,7,0,0,178,7,0,0,180,7,0,0,180,7,0,0,182,7,0,0,186,7,0,0,186,7,0,0,188,7,0,0,188,7,0,0,190,7,0,0,194,7,0,0,198,7,0,0,202,7,0,0,204,7,0,0,204,7,0,0,208,7,0,0,210,7,0,0,210,7,0,0,210,7,0,0,218,7,0,0,224,7,0,0,226,7,0,0,226,7,0,0,230,7,0,0,238,7,0,0,240,7,0,0,242,7,0,0,246,7,0,0,250,7,0,0,254,7,0,0,0,8,0,0,6,8,0,0,8,8,0,0,10,8,0,0,12,8,0,0,14,8,0,0,14,8,0,0,14,8,0,0,14,8,0,0,14,8,0,0,16,8,0,0,16,8,0,0,18,8,0,0,18,8,0,0,20,8,0,0,24,8,0,0,26,8,0,0,28,8,0,0,32,8,0,0,38,8,0,0,44,8,0,0,44,8,0,0,50,8,0,0,54,8,0,0,54,8,0,0,56,8,0,0,58,8,0,0,58,8,0,0,62,8,0,0,66,8,0,0,66,8,0,0,68,8,0,0,84,8,0,0,86,8,0,0,90,8,0,0,90,8,0,0,90,8,0,0,92,8,0,0,100,8,0,0,102,8,0,0,106,8,0,0,106,8,0,0,110,8,0,0,112,8,0,0,114,8,0,0,120,8,0,0,122,8,0,0,124,8,0,0,126,8,0,0,132,8,0,0,134,8,0,0,136,8,0,0,138,8,0,0,138,8,0,0,138,8,0,0,138,8,0,0,138,8,0,0,138,8,0,0,142,8,0,0,142,8,0,0,142,8,0,0,144,8,0,0,146,8,0,0,146,8,0,0,146,8,0,0,156,8,0,0,158,8,0,0,160,8,0,0,160,8,0,0,160,8,0,0,164,8,0,0,164,8,0,0,164,8,0,0,166,8,0,0,172,8,0,0,174,8,0,0,176,8,0,0,176,8,0,0,180,8,0,0,182,8,0,0,184,8,0,0,186,8,0,0,188,8,0,0,190,8,0,0,194,8,0,0,196,8,0,0,198,8,0,0,198,8,0,0,198,8,0,0,206,8,0,0,206,8,0,0,208,8,0,0,210,8,0,0,210,8,0,0,214,8,0,0,216,8,0,0,216,8,0,0,218,8,0,0,218,8,0,0,218,8,0,0,220,8,0,0,228,8,0,0,228,8,0,0,230,8,0,0,230,8,0,0,230,8,0,0,232,8,0,0,234,8,0,0,236,8,0,0,236,8,0,0,236,8,0,0,236,8,0,0,236,8,0,0,236,8,0,0,236,8,0,0,242,8,0,0,242,8,0,0,244,8,0,0,246,8,0,0,248,8,0,0,248,8,0,0,252,8,0,0,254,8,0,0,254,8,0,0,254,8,0,0,254,8,0,0,254,8,0,0,254,8,0,0,2,9,0,0,4,9,0,0,4,9,0,0,8,9,0,0,12,9,0,0,12,9,0,0,18,9,0,0,22,9,0,0,26,9,0,0,28,9,0,0,32,9,0,0,34,9,0,0,36,9,0,0,40,9,0,0,40,9,0,0,40,9,0,0,40,9,0,0,40,9,0,0,44,9,0,0,44,9,0,0,50,9,0,0,52,9,0,0,54,9,0,0,56,9,0,0,56,9,0,0,58,9,0,0,58,9,0,0,58,9,0,0,60,9,0,0,60,9,0,0,62,9,0,0,62,9,0,0,62,9,0,0,64,9,0,0,68,9,0,0,68,9,0,0,68,9,0,0,76,9,0,0,78,9,0,0,78,9,0,0,78,9,0,0,86,9,0,0,86,9,0,0,88,9,0,0,90,9,0,0,90,9,0,0,90,9,0,0,94,9,0,0,96,9,0,0,100,9,0,0,100,9,0,0,106,9,0,0,108,9,0,0,108,9,0,0,110,9,0,0,110,9,0,0,116,9,0,0,118,9,0,0,120,9,0,0,120,9,0,0,122,9,0,0,126,9,0,0,126,9,0,0,130,9,0,0,132,9,0,0,142,9,0,0,142,9,0,0,144,9,0,0,148,9,0,0,152,9,0,0,154,9,0,0,156,9,0,0,158,9,0,0,160,9,0,0,162,9,0,0,162,9,0,0,164,9,0,0,164,9,0,0,166,9,0,0,168,9,0,0,172,9,0,0,176,9,0,0,182,9,0,0,184,9,0,0,184,9,0,0,184,9,0,0,186,9,0,0,188,9,0,0,188,9,0,0,190,9,0,0,194,9,0,0,194,9,0,0,198,9,0,0,198,9,0,0,202,9,0,0,204,9,0,0,204,9,0,0,204,9,0,0,204,9,0,0,208,9,0,0,208,9,0,0,212,9,0,0,216,9,0,0,218,9,0,0,220,9,0,0,220,9,0,0,228,9,0,0,228,9,0,0,228,9,0,0,230,9,0,0,232,9,0,0,232,9,0,0,234,9,0,0,238,9,0,0,238,9,0,0,244,9,0,0,244,9,0,0,248,9,0,0,250,9,0,0,252,9,0,0,254,9,0,0,254,9,0,0,0,10,0,0,0,10,0,0,0,10,0,0,4,10,0,0,4,10,0,0,4,10,0,0,4,10,0,0,6,10,0,0,10,10,0,0,14,10,0,0,16,10,0,0,18,10,0,0,20,10,0,0,22,10,0,0,24,10,0,0,26,10,0,0,26,10,0,0,26,10,0,0,28,10,0,0,32,10,0,0,32,10,0,0,34,10,0,0,36,10,0,0,38,10,0,0,42,10,0,0,44,10,0,0,44,10,0,0,52,10,0,0,58,10,0,0,60,10,0,0,62,10,0,0,62,10,0,0,64,10,0,0,68,10,0,0,72,10,0,0,76,10,0,0,80,10,0,0,80,10,0,0,80,10,0,0,84,10,0,0,88,10,0,0,88,10,0,0,90,10,0,0,92,10,0,0,94,10,0,0,98,10,0,0,106,10,0,0,108,10,0,0,110,10,0,0,110,10,0,0,110,10,0,0,110,10,0,0,118,10,0,0,120,10,0,0,122,10,0,0,124,10,0,0,130,10,0,0,134,10,0,0,136,10,0,0,138,10,0,0,142,10,0,0,144,10,0,0,144,10,0,0,146,10,0,0,150,10,0,0,156,10,0,0,158,10,0,0,160,10,0,0,162,10,0,0,162,10,0,0,162,10,0,0,164,10,0,0,166,10,0,0,168,10,0,0,170,10,0,0,170,10,0,0,174,10,0,0,178,10,0,0,178,10,0,0,178,10,0,0,178,10,0,0,180,10,0,0,180,10,0,0,182,10,0,0,184,10,0,0,190,10,0,0,192,10,0,0,196,10,0,0,196,10,0,0,196,10,0,0,198,10,0,0,202,10,0,0,202,10,0,0,202,10,0,0,202,10,0,0,204,10,0,0,208,10,0,0,208,10,0,0,212,10,0,0,216,10,0,0,216,10,0,0,220,10,0,0,222,10,0,0,222,10,0,0,224,10,0,0,226,10,0,0,228,10,0,0,230,10,0,0,232,10,0,0,236,10,0,0,240,10,0,0,242,10,0,0,244,10,0,0,244,10,0,0,250,10,0,0,250,10,0,0,252,10,0,0,254,10,0,0,2,11,0,0,8,11,0,0,8,11,0,0,12,11,0,0,18,11,0,0,18,11,0,0,20,11,0,0,20,11,0,0,24,11,0,0,26,11,0,0,28,11,0,0,32,11,0,0,34,11,0,0,38,11,0,0,42,11,0,0,48,11,0,0,50,11,0,0,54,11,0,0,54,11,0,0,56,11,0,0,58,11,0,0,58,11,0,0,58,11,0,0,58,11,0,0,60,11,0,0,60,11,0,0,60,11,0,0,60,11,0,0,64,11,0,0,64,11,0,0,64,11,0,0,66,11,0,0,66,11,0,0,68,11,0,0,70,11,0,0,70,11,0,0,74,11,0,0,78,11,0,0,78,11,0,0,78,11,0,0,82,11,0,0,84,11,0,0,86,11,0,0,86,11,0,0,88,11,0,0,88,11,0,0,94,11,0,0,96,11,0,0,98,11,0,0,98,11,0,0,100,11,0,0,102,11,0,0,106,11,0,0,108,11,0,0,108,11,0,0,110,11,0,0,114,11,0,0,114,11,0,0,116,11,0,0,116,11,0,0,116,11,0,0,118,11,0,0,124,11,0,0,126,11,0,0,128,11,0,0,128,11,0,0,130,11,0,0,130,11,0,0,132,11,0,0,132,11,0,0,132,11,0,0,134,11,0,0,134,11,0,0,138,11,0,0,138,11,0,0,142,11,0,0,144,11,0,0,144,11,0,0,144,11,0,0,148,11,0,0,148,11,0,0,150,11,0,0,154,11,0,0,154,11,0,0,156,11,0,0,160,11,0,0,162,11,0,0,162,11,0,0,164,11,0,0,168,11,0,0,170,11,0,0,170,11,0,0,176,11,0,0,176,11,0,0,176,11,0,0,178,11,0,0,178,11,0,0,180,11,0,0,184,11,0,0,192,11,0,0,194,11,0,0,194,11,0,0,194,11,0,0,196,11,0,0,196,11,0,0,200,11,0,0,206,11,0,0,206,11,0,0,206,11,0,0,208,11,0,0,210,11,0,0,212,11,0,0,212,11,0,0,212,11,0,0,214,11,0,0,214,11,0,0,218,11,0,0,220,11,0,0,220,11,0,0,220,11,0,0,222,11,0,0,224,11,0,0,224,11,0,0,224,11,0,0,224,11,0,0,224,11,0,0,226,11,0,0,232,11,0,0,232,11,0,0,232,11,0,0,232,11,0,0,232,11,0,0,232,11,0,0,234,11,0,0,234,11,0,0,234,11,0,0,236,11,0,0,236,11,0,0,236,11,0,0,240,11,0,0,240,11,0,0,246,11,0,0,246,11,0,0,248,11,0,0,248,11,0,0,248,11,0,0,248,11,0,0,248,11,0,0,248,11,0,0,250,11,0,0,250,11,0,0,252,11,0,0,252,11,0,0,254,11,0,0,254,11,0,0,254,11,0,0,0,12,0,0,2,12,0,0,6,12,0,0,6,12,0,0,8,12,0,0,10,12,0,0,14,12,0,0,16,12,0,0,22,12,0,0,24,12,0,0,30,12,0,0,32,12,0,0,34,12,0,0,38,12,0,0,42,12,0,0,42,12,0,0,44,12,0,0,48,12,0,0,48,12,0,0,48,12,0,0,56,12,0,0,56,12,0,0,58,12,0,0,58,12,0,0,64,12,0,0,64,12,0,0,66,12,0,0,66,12,0,0,66,12,0,0,68,12,0,0,74,12,0,0,74,12,0,0,76,12,0,0,78,12,0,0,78,12,0,0,86,12,0,0,88,12,0,0,90,12,0,0,90,12,0,0,92,12,0,0,92,12,0,0,96,12,0,0,104,12,0,0,104,12,0,0,104,12,0,0,110,12,0,0,114,12,0,0,116,12,0,0,118,12,0,0,120,12,0,0,122,12,0,0,124,12,0,0,126,12,0,0,130,12,0,0,132,12,0,0,136,12,0,0,138,12,0,0,142,12,0,0,146,12,0,0,146,12,0,0,148,12,0,0,154,12,0,0,156,12,0,0,156,12,0,0,162,12,0,0,164,12,0,0,164,12,0,0,164,12,0,0,166,12,0,0,168,12,0,0,172,12,0,0,178,12,0,0,180,12,0,0,182,12,0,0,182,12,0,0,182,12,0,0,190,12,0,0,194,12,0,0,196,12,0,0,198,12,0,0,200,12,0,0,200,12,0,0,202,12,0,0,204,12,0,0,204,12,0,0,206,12,0,0,208,12,0,0,210,12,0,0,210,12,0,0,212,12,0,0,214,12,0,0,214,12,0,0,216,12,0,0,220,12,0,0,220,12,0,0,222,12,0,0,228,12,0,0,228,12,0,0,230,12,0,0,230,12,0,0,230,12,0,0,234,12,0,0,236,12,0,0,238,12,0,0,240,12,0,0,240,12,0,0,242,12,0,0,242,12,0,0,242,12,0,0,244,12,0,0,244,12,0,0,246,12,0,0,246,12,0,0,246,12,0,0,248,12,0,0,250,12,0,0,252,12,0,0,254,12,0,0,254,12,0,0,0,13,0,0,4,13,0,0,8,13,0,0,12,13,0,0,14,13,0,0,14,13,0,0,14,13,0,0,18,13,0,0,20,13,0,0,24,13,0,0,28,13,0,0,30,13,0,0,30,13,0,0,32,13,0,0,34,13,0,0,38,13,0,0,38,13,0,0,38,13,0,0,40,13,0,0,42,13,0,0,42,13,0,0,42,13,0,0,50,13,0,0,52,13,0,0,58,13,0,0,64,13,0,0,64,13,0,0,66,13,0,0,66,13,0,0,68,13,0,0,72,13,0,0,74,13,0,0,76,13,0,0,80,13,0,0,82,13,0,0,82,13,0,0,86,13,0,0,86,13,0,0,86,13,0,0,88,13,0,0,90,13,0,0,96,13,0,0,100,13,0,0,102,13,0,0,102,13,0,0,104,13,0,0,110,13,0,0,114,13,0,0,114,13,0,0,116,13,0,0,118,13,0,0,124,13,0,0,124,13,0,0,126,13,0,0,128,13,0,0,130,13,0,0,130,13,0,0,132,13,0,0,134,13,0,0,138,13,0,0,142,13,0,0,146,13,0,0,148,13,0,0,152,13,0,0,154,13,0,0,154,13,0,0,156,13,0,0,160,13,0,0,162,13,0,0,166,13,0,0,166,13,0,0,166,13,0,0,168,13,0,0,168,13,0,0,170,13,0,0,170,13,0,0,170,13,0,0,172,13,0,0,174,13,0,0,178,13,0,0,182,13,0,0,186,13,0,0,190,13,0,0,190,13,0,0,192,13,0,0,192,13,0,0,194,13,0,0,194,13,0,0,196,13,0,0,196,13,0,0,198,13,0,0,202,13,0,0,202,13,0,0,208,13,0,0,208,13,0,0,210,13,0,0,212,13,0,0,220,13,0,0,220,13,0,0,220,13,0,0,220,13,0,0,220,13,0,0,222,13,0,0,224,13,0,0,228,13,0,0,230,13,0,0,232,13,0,0,234,13,0,0,234,13,0,0,236,13,0,0,236,13,0,0,236,13,0,0,240,13,0,0,240,13,0,0,246,13,0,0,250,13,0,0,250,13,0,0,254,13,0,0,254,13,0,0,2,14,0,0,4,14,0,0,6,14,0,0,6,14,0,0,6,14,0,0,14,14,0,0,16,14,0,0,16,14,0,0,18,14,0,0,24,14,0,0,24,14,0,0,24,14,0,0,24,14,0,0,24,14,0,0,24,14,0,0,24,14,0,0,24,14,0,0,26,14,0,0,28,14,0,0,28,14,0,0,28,14,0,0,30,14,0,0,34,14,0,0,34,14,0,0,36,14,0,0,40,14,0,0,42,14,0,0,44,14,0,0,44,14,0,0,50,14,0,0,52,14,0,0,52,14,0,0,54,14,0,0,56,14,0,0,56,14,0,0,56,14,0,0,60,14,0,0,60,14,0,0,60,14,0,0,60,14,0,0,62,14,0,0,64,14,0,0,64,14,0,0,64,14,0,0,66,14,0,0,66,14,0,0,68,14,0,0,72,14,0,0,72,14,0,0,72,14,0,0,80,14,0,0,80,14,0,0,80,14,0,0,80,14,0,0,80,14,0,0,82,14,0,0,84,14,0,0,84,14,0,0,84,14,0,0,88,14,0,0,88,14,0,0,90,14,0,0,92,14,0,0,96,14,0,0,100,14,0,0,100,14,0,0,102,14,0,0,104,14,0,0,104,14,0,0,106,14,0,0,108,14,0,0,110,14,0,0,112,14,0,0,112,14,0,0,112,14,0,0,114,14,0,0,118,14,0,0,118,14,0,0,122,14,0,0,122,14,0,0,122,14,0,0,128,14,0,0,128,14,0,0,128,14,0,0,132,14,0,0,132,14,0,0,134,14,0,0,140,14,0,0,142,14,0,0,144,14,0,0,146,14,0,0,148,14,0,0,150,14,0,0,150,14,0,0,150,14,0,0,154,14,0,0,156,14,0,0,158,14,0,0,158,14,0,0,160,14,0,0,160,14,0,0,162,14,0,0,166,14,0,0,166,14,0,0,170,14,0,0,172,14,0,0,176,14,0,0,176,14,0,0,176,14,0,0,178,14,0,0,182,14,0,0,186,14,0,0,186,14,0,0,186,14,0,0,190,14,0,0,192,14,0,0,192,14,0,0,194,14,0,0,194,14,0,0,194,14,0,0,198,14,0,0,198,14,0,0,206,14,0,0,206,14,0,0,210,14,0,0,216,14,0,0,218,14,0,0,218,14,0,0,222,14,0,0,228,14,0,0,230,14,0,0,232,14,0,0,234,14,0,0,236,14,0,0,238,14,0,0,238,14,0,0,238,14,0,0,240,14,0,0,244,14,0,0,248,14,0,0,248,14,0,0,248,14,0,0,250,14,0,0,0,15,0,0,2,15,0,0,4,15,0,0,8,15,0,0,8,15,0,0,10,15,0,0,14,15,0,0,16,15,0,0,18,15,0,0,18,15,0,0,20,15,0,0,22,15,0,0,22,15,0,0,22,15,0,0,26,15,0,0,26,15,0,0,28,15,0,0,30,15,0,0,32,15,0,0,36,15,0,0,42,15,0,0,46,15,0,0,48,15,0,0,50,15,0,0,50,15,0,0,52,15,0,0,54,15,0,0,56,15,0,0,58,15,0,0,60,15,0,0,62,15,0,0,62,15,0,0,68,15,0,0,68,15,0,0,68,15,0,0,70,15,0,0,70,15,0,0,74,15,0,0,78,15,0,0,78,15,0,0,80,15,0,0,84,15,0,0,88,15,0,0,90,15,0,0,92,15,0,0,92,15,0,0,92,15,0,0,92,15,0,0,92,15,0,0,94,15,0,0,94,15,0,0,94,15,0,0,96,15,0,0,96,15,0,0,98,15,0,0,98,15,0,0,106,15,0,0,106,15,0,0,106,15,0,0,108,15,0,0,108,15,0,0,110,15,0,0,112,15,0,0,114,15,0,0,118,15,0,0,118,15,0,0,120,15,0,0,122,15,0,0,130,15,0,0,130,15,0,0,130,15,0,0,130,15,0,0,134,15,0,0,136,15,0,0,136,15,0,0,138,15,0,0,140,15,0,0,142,15,0,0,144,15,0,0,148,15,0,0,148,15,0,0,150,15,0,0,152,15,0,0,152,15,0,0,154,15,0,0,154,15,0,0,154,15,0,0,156,15,0,0,160,15,0,0,162,15,0,0,166,15,0,0,168,15,0,0,170,15,0,0,172,15,0,0,178,15,0,0,180,15,0,0,182,15,0,0,186,15,0,0,192,15,0,0,192,15,0,0,192,15,0,0,194,15,0,0,200,15,0,0,204,15,0,0,208,15,0,0,210,15,0,0,212,15,0,0,214,15,0,0,214,15,0,0,214,15,0,0,214,15,0,0,216,15,0,0,216,15,0,0,220,15,0,0,220,15,0,0,224,15,0,0,224,15,0,0,224,15,0,0,224,15,0,0,228,15,0,0,228,15,0,0,230,15,0,0,234,15,0,0,238,15,0,0,238,15,0,0,238,15,0,0,238,15,0,0,242,15,0,0,246,15,0,0,248,15,0,0,254,15,0,0,0,16,0,0,4,16,0,0,4,16,0,0,4,16,0,0,6,16,0,0,8,16,0,0,12,16,0,0,16,16,0,0,16,16,0,0,18,16,0,0,18,16,0,0,22,16,0,0,24,16,0,0,26,16,0,0,28,16,0,0,28,16,0,0,30,16,0,0,30,16,0,0,32,16,0,0,32,16,0,0,32,16,0,0,34,16,0,0,36,16,0,0,36,16,0,0,40,16,0,0,42,16,0,0,44,16,0,0,44,16,0,0,48,16,0,0,54,16,0,0,56,16,0,0,60,16,0,0,62,16,0,0,66,16,0,0,70,16,0,0,70,16,0,0,70,16,0,0,70,16,0,0,76,16,0,0,76,16,0,0,78,16,0,0,78,16,0,0,78,16,0,0,80,16,0,0,82,16,0,0,86,16,0,0,86,16,0,0,86,16,0,0,92,16,0,0,94,16,0,0,98,16,0,0,100,16,0,0,102,16,0,0,102,16,0,0,102,16,0,0,102,16,0,0,102,16,0,0,104,16,0,0,104,16,0,0,104,16,0,0,110,16,0,0,112,16,0,0,114,16,0,0,118,16,0,0,120,16,0,0,120,16,0,0,124,16,0,0,124,16,0,0,126,16,0,0,128,16,0,0,128,16,0,0,130,16,0,0,136,16,0,0,136,16,0,0,142,16,0,0,142,16,0,0,150,16,0,0,154,16,0,0,154,16,0,0,154,16,0,0,154,16,0,0,154,16,0,0,158,16,0,0,162,16,0,0,162,16,0,0,164,16,0,0,166,16,0,0,170,16,0,0,174,16,0,0,176,16,0,0,176,16,0,0,178,16,0,0,178,16,0,0,178,16,0,0,180,16,0,0,182,16,0,0,184,16,0,0,186,16,0,0,188,16,0,0,188,16,0,0,188,16,0,0,190,16,0,0,190,16,0,0,192,16,0,0,194,16,0,0,196,16,0,0,198,16,0,0,204,16,0,0,204,16,0,0,212,16,0,0,214,16,0,0,214,16,0,0,218,16,0,0,220,16,0,0,220,16,0,0,220,16,0,0,220,16,0,0,224,16,0,0,226,16,0,0,228,16,0,0,228,16,0,0,230,16,0,0,232,16,0,0,236,16,0,0,236,16,0,0,238,16,0,0,238,16,0,0,242,16,0,0,242,16,0,0,242,16,0,0,244,16,0,0,244,16,0,0,250,16,0,0,254,16,0,0,254,16,0,0,0,17,0,0,0,17,0,0,2,17,0,0,2,17,0,0,4,17,0,0,4,17,0,0,6,17,0,0,6,17,0,0,6,17,0,0,8,17,0,0,10,17,0,0,10,17,0,0,10,17,0,0,10,17,0,0,10,17,0,0,10,17,0,0,10,17,0,0,12,17,0,0,18,17,0,0,20,17,0,0,24,17,0,0,24,17,0,0,30,17,0,0,32,17,0,0,36,17,0,0,44,17,0,0,48,17,0,0,50,17,0,0,50,17,0,0,50,17,0,0,50,17,0,0,50,17,0,0,54,17,0,0,56,17,0,0,58,17,0,0,58,17,0,0,58,17,0,0,60,17,0,0,62,17,0,0,62,17,0,0,64,17,0,0,64,17,0,0,64,17,0,0,64,17,0,0,66,17,0,0,66,17,0,0,66,17,0,0,68,17,0,0,72,17,0,0,74,17,0,0,80,17,0,0,80,17,0,0,80,17,0,0,82,17,0,0,82,17,0,0,82,17,0,0,84,17,0,0,90,17,0,0,90,17,0,0,90,17,0,0,90,17,0,0,94,17,0,0,98,17,0,0,98,17,0,0,100,17,0,0,102,17,0,0,104,17,0,0,106,17,0,0,106,17,0,0,108,17,0,0,108,17,0,0,110,17,0,0,112,17,0,0,116,17,0,0,116,17,0,0,118,17,0,0,120,17,0,0,128,17,0,0,132,17,0,0,132,17,0,0,132,17,0,0,134,17,0,0,136,17,0,0,136,17,0,0,138,17,0,0,140,17,0,0,140,17,0,0,146,17,0,0,146,17,0,0,146,17,0,0,148,17,0,0,148,17,0,0,154,17,0,0,156,17,0,0,158,17,0,0,162,17,0,0,164,17,0,0,164,17,0,0,166,17,0,0,166,17,0,0,166,17,0,0,166,17,0,0,166,17,0,0,168,17,0,0,168,17,0,0,170,17,0,0,172,17,0,0,180,17,0,0,182,17,0,0,182,17,0,0,184,17,0,0,184,17,0,0,184,17,0,0,184,17,0,0,186,17,0,0,188,17,0,0,190,17,0,0,196,17,0,0,198,17,0,0,198,17,0,0,200,17,0,0,202,17,0,0,206,17,0,0,208,17,0,0,210,17,0,0,210,17,0,0,210,17,0,0,212,17,0,0,216,17,0,0,216,17,0,0,216,17,0,0,216,17,0,0,216,17,0,0,218,17,0,0,222,17,0,0,222,17,0,0,226,17,0,0,228,17,0,0,232,17,0,0,236,17,0,0,236,17,0,0,238,17,0,0,242,17,0,0,242,17,0,0,246,17,0,0,246,17,0,0,246,17,0,0,246,17,0,0,248,17,0,0,252,17,0,0,0,18,0,0,2,18,0,0,2,18,0,0,4,18,0,0,6,18,0,0,10,18,0,0,14,18,0,0,14,18,0,0,14,18,0,0,14,18,0,0,14,18,0,0,14,18,0,0,16,18,0,0,18,18,0,0,22,18,0,0,24,18,0,0,28,18,0,0,28,18,0,0,28,18,0,0,30,18,0,0,32,18,0,0,32,18,0,0,32,18,0,0,34,18,0,0,36,18,0,0,40,18,0,0,42,18,0,0,42,18,0,0,46,18,0,0,52,18,0,0,52,18,0,0,52,18,0,0,52,18,0,0,56,18,0,0,56,18,0,0,64,18,0,0,66,18,0,0,70,18,0,0,70,18,0,0,74,18,0,0,78,18,0,0,78,18,0,0,80,18,0,0,80,18,0,0,82,18,0,0,84,18,0,0,88,18,0,0,90,18,0,0,90,18,0,0,94,18,0,0,96,18,0,0,100,18,0,0,104,18,0,0,106,18,0,0,110,18,0,0,110,18,0,0,112,18,0,0,114,18,0,0,114,18,0,0,116,18,0,0,120,18,0,0,120,18,0,0,122,18,0,0,124,18,0,0,126,18,0,0,126,18,0,0,126,18,0,0,128,18,0,0,128,18,0,0,128,18,0,0,128,18,0,0,128,18,0,0,132,18,0,0,134,18,0,0,134,18,0,0,138,18,0,0,140,18,0,0,142,18,0,0,144,18,0,0,146,18,0,0,150,18,0,0,152,18,0,0,154,18,0,0,154,18,0,0,158,18,0,0,166,18,0,0,168,18,0,0,170,18,0,0,172,18,0,0,172,18,0,0,176,18,0,0,176,18,0,0,176,18,0,0,176,18,0,0,176,18,0,0,178,18,0,0,178,18,0,0,180,18,0,0,180,18,0,0,180,18,0,0,182,18,0,0,184,18,0,0,186,18,0,0,186,18,0,0,186,18,0,0,186,18,0,0,186,18,0,0,188,18,0,0,190,18,0,0,192,18,0,0,192,18,0,0,192,18,0,0,198,18,0,0,198,18,0,0,206,18,0,0,208,18,0,0,210,18,0,0,210,18,0,0,210,18,0,0,210,18,0,0,214,18,0,0,214,18,0,0,216,18,0,0,218,18,0,0,222,18,0,0,222,18,0,0,222,18,0,0,232,18,0,0,232,18,0,0,234,18,0,0,234,18,0,0,240,18,0,0,246,18,0,0,252,18,0,0,252,18,0,0,252,18,0,0,254,18,0,0,4,19,0,0,4,19,0,0,6,19,0,0,6,19,0,0,10,19,0,0,12,19,0,0,12,19,0,0,12,19,0,0,14,19,0,0,18,19,0,0,20,19,0,0,22,19,0,0,26,19,0,0,26,19,0,0,28,19,0,0,32,19,0,0,36,19,0,0,38,19,0,0,38,19,0,0,42,19,0,0,42,19,0,0,42,19,0,0,42,19,0,0,42,19,0,0,44,19,0,0,50,19,0,0,54,19,0,0,58,19,0,0,62,19,0,0,70,19,0,0,74,19,0,0,74,19,0,0,74,19,0,0,74,19,0,0,74,19,0,0,74,19,0,0,76,19,0,0,76,19,0,0,80,19,0,0,80,19,0,0,86,19,0,0,88,19,0,0,88,19,0,0,88,19,0,0,88,19,0,0,94,19,0,0,98,19,0,0,100,19,0,0,104,19,0,0,104,19,0,0,108,19,0,0,118,19,0,0,120,19,0,0,122,19,0,0,124,19,0,0,124,19,0,0,126,19,0,0,126,19,0,0,128,19,0,0,128,19,0,0,128,19,0,0,128,19,0,0,130,19,0,0,132,19,0,0,132,19,0,0,138,19,0,0,140,19,0,0,142,19,0,0,146,19,0,0,152,19,0,0,152,19,0,0,152,19,0,0,152,19,0,0,152,19,0,0,152,19,0,0,152,19,0,0,152,19,0,0,156,19,0,0,158,19,0,0,164,19,0,0,166,19,0,0,170,19,0,0,170,19,0,0,170,19,0,0,178,19,0,0,182,19,0,0,184,19,0,0,190,19,0,0,192,19,0,0,200,19,0,0,200,19,0,0,204,19,0,0,204,19,0,0,204,19,0,0,208,19,0,0,208,19,0,0,208,19,0,0,212,19,0,0,214,19,0,0,214,19,0,0,218,19,0,0,220,19,0,0,220,19,0,0,222,19,0,0,224,19,0,0,228,19,0,0,230,19,0,0,232,19,0,0,234,19,0,0,234,19,0,0,236,19,0,0,238,19,0,0,238,19,0,0,238,19,0,0,238,19,0,0,240,19,0,0,242,19,0,0,246,19,0,0,246,19,0,0,248,19,0,0,250,19,0,0,252,19,0,0,254,19,0,0,254,19,0,0,0,20,0,0,4,20,0,0,6,20,0,0,8,20,0,0,10,20,0,0,10,20,0,0,14,20,0,0,16,20,0,0,24,20,0,0,28,20,0,0,28,20,0,0,28,20,0,0,28,20,0,0,30,20,0,0,34,20,0,0,34,20,0,0,38,20,0,0,40,20,0,0,42,20,0,0,44,20,0,0,44,20,0,0,50,20,0,0,50,20,0,0,50,20,0,0,52,20,0,0,52,20,0,0,54,20,0,0,56,20,0,0,58,20,0,0,58,20,0,0,60,20,0,0,64,20,0,0,72,20,0,0,74,20,0,0,74,20,0,0,78,20,0,0,80,20,0,0,82,20,0,0,84,20,0,0,88,20,0,0,90,20,0,0,94,20,0,0,98,20,0,0,102,20,0,0,102,20,0,0,104,20,0,0,108,20,0,0,116,20,0,0,124,20,0,0,124,20,0,0,124,20,0,0,126,20,0,0,126,20,0,0,128,20,0,0,130,20,0,0,130,20,0,0,130,20,0,0,132,20,0,0,134,20,0,0,134,20,0,0,134,20,0,0,138,20,0,0,140,20,0,0,140,20,0,0,146,20,0,0,150,20,0,0,152,20,0,0,154,20,0,0,154,20,0,0,160,20,0,0,160,20,0,0,162,20,0,0,162,20,0,0,162,20,0,0,162,20,0,0,164,20,0,0,174,20,0,0,174,20,0,0,178,20,0,0,180,20,0,0,182,20,0,0,182,20,0,0,182,20,0,0,182,20,0,0,182,20,0,0,184,20,0,0,186,20,0,0,186,20,0,0,190,20,0,0,190,20,0,0,190,20,0,0,190,20,0,0,192,20,0,0,196,20,0,0,198,20,0,0,198,20,0,0,198,20,0,0,202,20,0,0,204,20,0,0,204,20,0,0,208,20,0,0,208,20,0,0,208,20,0,0,208,20,0,0,210,20,0,0,212,20,0,0,216,20,0,0,218,20,0,0,222,20,0,0,226,20,0,0,226,20,0,0,226,20,0,0,228,20,0,0,228,20,0,0,228,20,0,0,228,20,0,0,228,20,0,0,230,20,0,0,236,20,0,0,236,20,0,0,236,20,0,0,238,20,0,0,244,20,0,0,244,20,0,0,244,20,0,0,246,20,0,0,246,20,0,0,250,20,0,0,254,20,0,0,254,20,0,0,0,21,0,0,2,21,0,0,2,21,0,0,2,21,0,0,4,21,0,0,6,21,0,0,8,21,0,0,22,21,0,0,24,21,0,0,30,21,0,0,34,21,0,0,38,21,0,0,38,21,0,0,42,21,0,0,46,21,0,0,48,21,0,0,50,21,0,0,50,21,0,0,50,21,0,0,52,21,0,0,52,21,0,0,54,21,0,0,56,21,0,0,60,21,0,0,62,21,0,0,62,21,0,0,62,21,0,0,62,21,0,0,64,21,0,0,68,21,0,0,70,21,0,0,70,21,0,0,70,21,0,0,74,21,0,0,78,21,0,0,78,21,0,0,78,21,0,0,80,21,0,0,80,21,0,0,90,21,0,0,90,21,0,0,90,21,0,0,92,21,0,0,92,21,0,0,92,21,0,0,96,21,0,0,98,21,0,0,100,21,0,0,100,21,0,0,106,21,0,0,108,21,0,0,108,21,0,0,110,21,0,0,114,21,0,0,114,21,0,0,116,21,0,0,118,21,0,0,124,21,0,0,126,21,0,0,128,21,0,0,130,21,0,0,132,21,0,0,132,21,0,0,136,21,0,0,138,21,0,0,140,21,0,0,142,21,0,0,144,21,0,0,146,21,0,0,152,21,0,0,152,21,0,0,154,21,0,0,154,21,0,0,156,21,0,0,156,21,0,0,156,21,0,0,156,21,0,0,156,21,0,0,158,21,0,0,158,21,0,0,158,21,0,0,158,21,0,0,158,21,0,0,158,21,0,0,158,21,0,0,160,21,0,0,162,21,0,0,166,21,0,0,166,21,0,0,168,21,0,0,170,21,0,0,172,21,0,0,174,21,0,0,174,21,0,0,178,21,0,0,180,21,0,0,184,21,0,0,186,21,0,0,188,21,0,0,190,21,0,0,194,21,0,0,196,21,0,0,198,21,0,0,200,21,0,0,202,21,0,0,202,21,0,0,204,21,0,0,208,21,0,0,214,21,0,0,216,21,0,0,216,21,0,0,220,21,0,0,222,21,0,0,222,21,0,0,224,21,0,0,226,21,0,0,228,21,0,0,228,21,0,0,228,21,0,0,236,21,0,0,236,21,0,0,238,21,0,0,240,21,0,0,240,21,0,0,246,21,0,0,248,21,0,0,248,21,0,0,248,21,0,0,252,21,0,0,252,21,0,0,252,21,0,0,2,22,0,0,6,22,0,0,8,22,0,0,12,22,0,0,12,22,0,0,14,22,0,0,16,22,0,0,18,22,0,0,18,22,0,0,18,22,0,0,22,22,0,0,28,22,0,0,28,22,0,0,34,22,0,0,34,22,0,0,34,22,0,0,34,22,0,0,38,22,0,0,40,22,0,0,42,22,0,0,42,22,0,0,46,22,0,0,50,22,0,0,52,22,0,0,54,22,0,0,60,22,0,0,64,22,0,0,64,22,0,0,68,22,0,0,74,22,0,0,80,22,0,0,80,22,0,0,82,22,0,0,82,22,0,0,86,22,0,0,88,22,0,0,88,22,0,0,92,22,0,0,94,22,0,0,94,22,0,0,94,22,0,0,94,22,0,0,94,22,0,0,98,22,0,0,100,22,0,0,100,22,0,0,102,22,0,0,104,22,0,0,104,22,0,0,106,22,0,0,106,22,0,0,106,22,0,0,106,22,0,0,110,22,0,0,110,22,0,0,110,22,0,0,114,22,0,0,114,22,0,0,120,22,0,0,126,22,0,0,128,22,0,0,130,22,0,0,130,22,0,0,132,22,0,0,136,22,0,0,144,22,0,0,148,22,0,0,150,22,0,0,150,22,0,0,154,22,0,0,154,22,0,0,158,22,0,0,160,22,0,0,164,22,0,0,164,22,0,0,166,22,0,0,166,22,0,0,166,22,0,0,170,22,0,0,174,22,0,0,176,22,0,0,178,22,0,0,180,22,0,0,184,22,0,0,184,22,0,0,190,22,0,0,196,22,0,0,204,22,0,0,206,22,0,0,210,22,0,0,210,22,0,0,212,22,0,0,212,22,0,0,214,22,0,0,214,22,0,0,216,22,0,0,218,22,0,0,218,22,0,0,222,22,0,0,224,22,0,0,226,22,0,0,228,22,0,0,234,22,0,0,236,22,0,0,238,22,0,0,240,22,0,0,240,22,0,0,240,22,0,0,242,22,0,0,244,22,0,0,248,22,0,0,248,22,0,0,252,22,0,0,252,22,0,0,252,22,0,0,254,22,0,0,254,22,0,0,254,22,0,0,254,22,0,0,0,23,0,0,2,23,0,0,4,23,0,0,4,23,0,0,6,23,0,0,8,23,0,0,8,23,0,0,8,23,0,0,8,23,0,0,10,23,0,0,10,23,0,0,10,23,0,0,12,23,0,0,12,23,0,0,12,23,0,0,16,23,0,0,16,23,0,0,20,23,0,0,20,23,0,0,26,23,0,0,30,23,0,0,34,23,0,0,38,23,0,0,42,23,0,0,46,23,0,0,46,23,0,0,46,23,0,0,50,23,0,0,52,23,0,0,52,23,0,0,54,23,0,0,58,23,0,0,62,23,0,0,62,23,0,0,62,23,0,0,66,23,0,0,68,23,0,0,70,23,0,0,76,23,0,0,78,23,0,0,80,23,0,0,82,23,0,0,84,23,0,0,84,23,0,0,84,23,0,0,88,23,0,0,90,23,0,0,90,23,0,0,90,23,0,0,92,23,0,0,94,23,0,0,96,23,0,0,98,23,0,0,100,23,0,0,100,23,0,0,100,23,0,0,102,23,0,0,102,23,0,0,108,23,0,0,108,23,0,0,110,23,0,0,110,23,0,0,114,23,0,0,116,23,0,0,122,23,0,0,122,23,0,0,124,23,0,0,128,23,0,0,130,23,0,0,132,23,0,0,132,23,0,0,132,23,0,0,134,23,0,0,134,23,0,0,134,23,0,0,134,23,0,0,138,23,0,0,144,23,0,0,146,23,0,0,146,23,0,0,150,23,0,0,156,23,0,0,156,23,0,0,164,23,0,0,164,23,0,0,166,23,0,0,168,23,0,0,172,23,0,0,178,23,0,0,180,23,0,0,182,23,0,0,184,23,0,0,184,23,0,0,188,23,0,0,188,23,0,0,192,23,0,0,196,23,0,0,198,23,0,0,198,23,0,0,204,23,0,0,204,23,0,0,204,23,0,0,204,23,0,0,208,23,0,0,208,23,0,0,212,23,0,0,216,23,0,0,216,23,0,0,220,23,0,0,220,23,0,0,222,23,0,0,224,23,0,0,228,23,0,0,230,23,0,0,232,23,0,0,232,23,0,0,234,23,0,0,240,23,0,0,240,23,0,0,244,23,0,0,244,23,0,0,248,23,0,0,248,23,0,0,250,23,0,0,254,23,0,0,2,24,0,0,4,24,0,0,8,24,0,0,8,24,0,0,8,24,0,0,10,24,0,0,14,24,0,0,16,24,0,0,22,24,0,0,24,24,0,0,24,24,0,0,24,24,0,0,26,24,0,0,28,24,0,0,32,24,0,0,36,24,0,0,40,24,0,0,40,24,0,0,44,24,0,0,46,24,0,0,46,24,0,0,50,24,0,0,50,24,0,0,54,24,0,0,56,24,0,0,58,24,0,0,62,24,0,0,62,24,0,0,62,24,0,0,66,24,0,0,70,24,0,0,70,24,0,0,72,24,0,0,72,24,0,0,72,24,0,0,72,24,0,0,74,24,0,0,78,24,0,0,78,24,0,0,86,24,0,0,88,24,0,0,88,24,0,0,88,24,0,0,88,24,0,0,90,24,0,0,92,24,0,0,96,24,0,0,100,24,0,0,104,24,0,0,104,24,0,0,106,24,0,0,110,24,0,0,114,24,0,0,114,24,0,0,114,24,0,0,114,24,0,0,118,24,0,0,122,24,0,0,122,24,0,0,124,24,0,0,126,24,0,0,198,24,0,0,200,24,0,0,204,24,0,0,208,24,0,0,208,24,0,0,212,24,0,0,212,24,0,0,214,24,0,0,216,24,0,0,222,24,0,0,222,24,0,0,222,24,0,0,222,24,0,0,226,24,0,0,226,24,0,0,226,24,0,0,228,24,0,0,228,24,0,0,230,24,0,0,230,24,0,0,232,24,0,0,232,24,0,0,236,24,0,0,238,24,0,0,238,24,0,0,238,24,0,0,240,24,0,0,240,24,0,0,244,24,0,0,246,24,0,0,248,24,0,0,248,24,0,0,250,24,0,0,254,24,0,0,4,25,0,0,6,25,0,0,6,25,0,0,12,25,0,0,14,25,0,0,14,25,0,0,18,25,0,0,18,25,0,0,18,25,0,0,18,25,0,0,22,25,0,0,24,25,0,0,26,25,0,0,30,25,0,0,32,25,0,0,36,25,0,0,40,25,0,0,42,25,0,0,44,25,0,0,46,25,0,0,50,25,0,0,50,25,0,0,52,25,0,0,52,25,0,0,52,25,0,0,54,25,0,0,58,25,0,0,60,25,0,0,64,25,0,0,64,25,0,0,66,25,0,0,70,25,0,0,74,25,0,0,74,25,0,0,76,25,0,0,76,25,0,0,78,25,0,0,82,25,0,0,94,25,0,0,96,25,0,0,96,25,0,0,102,25,0,0,104,25,0,0,104,25,0,0,108,25,0,0,110,25,0,0,114,25,0,0,118,25,0,0,120,25,0,0,120,25,0,0,122,25,0,0,124,25,0,0,126,25,0,0,130,25,0,0,132,25,0,0,132,25,0,0,134,25,0,0,136,25,0,0,136,25,0,0,136,25,0,0,138,25,0,0,140,25,0,0,140,25,0,0,140,25,0,0,142,25,0,0,144,25,0,0,146,25,0,0,150,25,0,0,150,25,0,0,156,25,0,0,156,25,0,0,158,25,0,0,160,25,0,0,166,25,0,0,166,25,0,0,172,25,0,0,174,25,0,0,174,25,0,0,176,25,0,0,178,25,0,0,180,25,0,0,180,25,0,0,180,25,0,0,182,25,0,0,182,25,0,0,182,25,0,0,186,25,0,0,188,25,0,0,194,25,0,0,194,25,0,0,198,25,0,0,200,25,0,0,202,25,0,0,204,25,0,0,206,25,0,0,208,25,0,0,208,25,0,0,214,25,0,0,214,25,0,0,214,25,0,0,216,25,0,0,218,25,0,0,222,25,0,0,222,25,0,0,222,25,0,0,230,25,0,0,232,25,0,0,234,25,0,0,236,25,0,0,240,25,0,0,242,25,0,0,242,25,0,0,244,25,0,0,244,25,0,0,244,25,0,0,246,25,0,0,252,25,0,0,254,25,0,0,2,26,0,0,4,26,0,0,8,26,0,0,10,26,0,0,10,26,0,0,12,26,0,0,14,26,0,0,16,26,0,0,16,26,0,0,16,26,0,0,16,26,0,0,16,26,0,0,20,26,0,0,20,26,0,0,22,26,0,0,24,26,0,0,26,26,0,0,30,26,0,0,32,26,0,0,36,26,0,0,38,26,0,0,38,26,0,0,42,26,0,0,46,26,0,0,48,26,0,0,50,26,0,0,50,26,0,0,54,26,0,0,56,26,0,0,56,26,0,0,58,26,0,0,58,26,0,0,62,26,0,0,62,26,0,0,66,26,0,0,68,26,0,0,70,26,0,0,72,26,0,0,72,26,0,0,74,26,0,0,76,26,0,0,78,26,0,0,84,26,0,0,84,26,0,0,88,26,0,0,90,26,0,0,92,26,0,0,126,26,0,0,126,26,0,0,128,26,0,0,128,26,0,0,130,26,0,0,132,26,0,0,134,26,0,0,138,26,0,0,138,26,0,0,140,26,0,0,140,26,0,0,144,26,0,0,144,26,0,0,148,26,0,0,150,26,0,0,156,26,0,0,158,26,0,0,160,26,0,0,160,26,0,0,160,26,0,0,160,26,0,0,162,26,0,0,162,26,0,0,162,26,0,0,162,26,0,0,162,26,0,0,164,26,0,0,166,26,0,0,166,26,0,0,168,26,0,0,168,26,0,0,172,26,0,0,172,26,0,0,176,26,0,0,176,26,0,0,178,26,0,0,178,26,0,0,180,26,0,0,180,26,0,0,182,26,0,0,188,26,0,0,188,26,0,0,188,26,0,0,190,26,0,0,196,26,0,0,196,26,0,0,196,26,0,0,196,26,0,0,200,26,0,0,200,26,0,0,200,26,0,0,202,26,0,0,210,26,0,0,214,26,0,0,216,26,0,0,222,26,0,0,224,26,0,0,226,26,0,0,226,26,0,0,226,26,0,0,230,26,0,0,234,26,0,0,236,26,0,0,240,26,0,0,242,26,0,0,250,26,0,0,254,26,0,0,254,26,0,0,254,26,0,0,254,26,0,0,254,26,0,0,2,27,0,0,4,27,0,0,4,27,0,0,4,27,0,0,6,27,0,0,6,27,0,0,6,27,0,0,8,27,0,0,8,27,0,0,14,27,0,0,14,27,0,0,16,27,0,0,16,27,0,0,16,27,0,0,18,27,0,0,18,27,0,0,20,27,0,0,20,27,0,0,20,27,0,0,20,27,0,0,20,27,0,0,22,27,0,0,22,27,0,0,26,27,0,0,28,27,0,0,28,27,0,0,28,27,0,0,30,27,0,0,30,27,0,0,30,27,0,0,34,27,0,0,34,27,0,0,36,27,0,0,38,27,0,0,38,27,0,0,40,27,0,0,44,27,0,0,48,27,0,0,54,27,0,0,58,27,0,0,62,27,0,0,62,27,0,0,62,27,0,0,64,27,0,0,64,27,0,0,64,27,0,0,66,27,0,0,70,27,0,0,70,27,0,0,70,27,0,0,72,27,0,0,74,27,0,0,74,27,0,0,78,27,0,0,80,27,0,0,82,27,0,0,82,27,0,0,82,27,0,0,82,27,0,0,88,27,0,0,92,27,0,0,92,27,0,0,96,27,0,0,96,27,0,0,100,27,0,0,102,27,0,0,104,27,0,0,104,27,0,0,104,27,0,0,106,27,0,0,106,27,0,0,110,27,0,0,116,27,0,0,118,27,0,0,120,27,0,0,122,27,0,0,122,27,0,0,126,27,0,0,126,27,0,0,128,27,0,0,130,27,0,0,138,27,0,0,142,27,0,0,144,27,0,0,144,27,0,0,144,27,0,0,146,27,0,0,148,27,0,0,150,27,0,0,156,27,0,0,162,27,0,0,162,27,0,0,162,27,0,0,162,27,0,0,162,27,0,0,164,27,0,0,170,27,0,0,170,27,0,0,170,27,0,0,174,27,0,0,176,27,0,0,176,27,0,0,178,27,0,0,180,27,0,0,182,27,0,0,184,27,0,0,184,27,0,0,184,27,0,0,184,27,0,0,184,27,0,0,184,27,0,0,188,27,0,0,192,27,0,0,194,27,0,0,196,27,0,0,198,27,0,0,198,27,0,0,200,27,0,0,202,27,0,0,204,27,0,0,204,27,0,0,206,27,0,0,208,27,0,0,214,27,0,0,214,27,0,0,214,27,0,0,220,27,0,0,220,27,0,0,224,27,0,0,230,27,0,0,232,27,0,0,232,27,0,0,234,27,0,0,234,27,0,0,234,27,0,0,236,27,0,0,236,27,0,0,238,27,0,0,242,27,0,0,242,27,0,0,244,27,0,0,244,27,0,0,248,27,0,0,248,27,0,0,250,27,0,0,252,27,0,0,2,28,0,0,2,28,0,0,2,28,0,0,6,28,0,0,8,28,0,0,8,28,0,0,8,28,0,0,10,28,0,0,12,28,0,0,14,28,0,0,14,28,0,0,16,28,0,0,16,28,0,0,20,28,0,0,24,28,0,0,26,28,0,0,28,28,0,0,30,28,0,0,30,28,0,0,32,28,0,0,34,28,0,0,34,28,0,0,36,28,0,0,42,28,0,0,46,28,0,0,46,28,0,0,50,28,0,0,50,28,0,0,50,28,0,0,52,28,0,0,54,28,0,0,54,28,0,0,54,28,0,0,56,28,0,0,60,28,0,0,60,28,0,0,60,28,0,0,64,28,0,0,66,28,0,0,70,28,0,0,70,28,0,0,72,28,0,0,74,28,0,0,80,28,0,0,84,28,0,0,88,28,0,0,88,28,0,0,92,28,0,0,94,28,0,0,96,28,0,0,98,28,0,0,100,28,0,0,102,28,0,0,104,28,0,0,106,28,0,0,108,28,0,0,114,28,0,0,114,28,0,0,114,28,0,0,122,28,0,0,128,28,0,0,128,28,0,0,134,28,0,0,134,28,0,0,136,28,0,0,140,28,0,0,140,28,0,0,140,28,0,0,144,28,0,0,146,28,0,0,146,28,0,0,150,28,0,0,152,28,0,0,154,28,0,0,156,28,0,0,156,28,0,0,160,28,0,0,162,28,0,0,162,28,0,0,168,28,0,0,168,28,0,0,168,28,0,0,172,28,0,0,174,28,0,0,174,28,0,0,176,28,0,0,178,28,0,0,178,28,0,0,180,28,0,0,184,28,0,0,186,28,0,0,186,28,0,0,186,28,0,0,186,28,0,0,186,28,0,0,188,28,0,0,188,28,0,0,192,28,0,0,192,28,0,0,192,28,0,0,192,28,0,0,198,28,0,0,200,28,0,0,202,28,0,0,202,28,0,0,206,28,0,0,208,28,0,0,210,28,0,0,212,28,0,0,214,28,0,0,214,28,0,0,214,28,0,0,214,28,0,0,216,28,0,0,220,28,0,0,220,28,0,0,224,28,0,0,230,28,0,0,232,28,0,0,234,28,0,0,238,28,0,0,242,28,0,0,242,28,0,0,242,28,0,0,244,28,0,0,244,28,0,0,246,28,0,0,246,28,0,0,248,28,0,0,250,28,0,0,252,28,0,0,254,28,0,0,4,29,0,0,6,29,0,0,10,29,0,0,12,29,0,0,14,29,0,0,14,29,0,0,20,29,0,0,22,29,0,0,24,29,0,0,28,29,0,0,32,29,0,0,36,29,0,0,38,29,0,0,40,29,0,0,42,29,0,0,42,29,0,0,44,29,0,0,46,29,0,0,46,29,0,0,48,29,0,0,48,29,0,0,48,29,0,0,48,29,0,0,52,29,0,0,52,29,0,0,52,29,0,0,54,29,0,0,56,29,0,0,56,29,0,0,58,29,0,0,62,29,0,0,62,29,0,0,66,29,0,0,68,29,0,0,70,29,0,0,72,29,0,0,76,29,0,0,82,29,0,0,82,29,0,0,86,29,0,0,86,29,0,0,88,29,0,0,90,29,0,0,94,29,0,0,94,29,0,0,100,29,0,0,100,29,0,0,100,29,0,0,104,29,0,0,108,29,0,0,108,29,0,0,108,29,0,0,108,29,0,0,110,29,0,0,110,29,0,0,112,29,0,0,114,29,0,0,116,29,0,0,116,29,0,0,116,29,0,0,116,29,0,0,116,29,0,0,116,29,0,0,120,29,0,0,124,29,0,0,124,29,0,0,128,29,0,0,130,29,0,0,136,29,0,0,136,29,0,0,138,29,0,0,138,29,0,0,138,29,0,0,140,29,0,0,142,29,0,0,144,29,0,0,144,29,0,0,144,29,0,0,146,29,0,0,148,29,0,0,150,29,0,0,152,29,0,0,156,29,0,0,158,29,0,0,158,29,0,0,164,29,0,0,168,29,0,0,168,29,0,0,170,29,0,0,172,29,0,0,172,29,0,0,172,29,0,0,174,29,0,0,174,29,0,0,174,29,0,0,178,29,0,0,184,29,0,0,184,29,0,0,186,29,0,0,186,29,0,0,192,29,0,0,192,29,0,0,198,29,0,0,200,29,0,0,206,29,0,0,212,29,0,0,216,29,0,0,220,29,0,0,220,29,0,0,228,29,0,0,230,29,0,0,232,29,0,0,234,29,0,0,234,29,0,0,234,29,0,0,238,29,0,0,240,29,0,0,240,29,0,0,240,29,0,0,242,29,0,0,242,29,0,0,246,29,0,0,248,29,0,0,252,29,0,0,254,29,0,0,254,29,0,0,254,29,0,0,254,29,0,0,0,30,0,0,4,30,0,0,8,30,0,0,8,30,0,0,10,30,0,0,12,30,0,0,14,30,0,0,14,30,0,0,16,30,0,0,18,30,0,0,20,30,0,0,20,30,0,0,20,30,0,0,22,30,0,0,24,30,0,0,24,30,0,0,28,30,0,0,28,30,0,0,32,30,0,0,32,30,0,0,34,30,0,0,34,30,0,0,36,30,0,0,38,30,0,0,40,30,0,0,44,30,0,0,46,30,0,0,46,30,0,0,48,30,0,0,48,30,0,0,48,30,0,0,52,30,0,0,56,30,0,0,58,30,0,0,58,30,0,0,58,30,0,0,58,30,0,0,60,30,0,0,64,30,0,0,66,30,0,0,70,30,0,0,76,30,0,0,84,30,0,0,84,30,0,0,84,30,0,0,88,30,0,0,92,30,0,0,94,30,0,0,94,30,0,0,98,30,0,0,98,30,0,0,100,30,0,0,102,30,0,0,106,30,0,0,108,30,0,0,110,30,0,0,110,30,0,0,112,30,0,0,114,30,0,0,118,30,0,0,118,30,0,0,118,30,0,0,120,30,0,0,122,30,0,0,124,30,0,0,128,30,0,0,128,30,0,0,128,30,0,0,128,30,0,0,128,30,0,0,132,30,0,0,134,30,0,0,136,30,0,0,138,30,0,0,138,30,0,0,140,30,0,0,142,30,0,0,148,30,0,0,148,30,0,0,154,30,0,0,158,30,0,0,160,30,0,0,160,30,0,0,164,30,0,0,166,30,0,0,168,30,0,0,176,30,0,0,182,30,0,0,182,30,0,0,182,30,0,0,182,30,0,0,182,30,0,0,184,30,0,0,188,30,0,0,192,30,0,0,194,30,0,0,194,30,0,0,196,30,0,0,196,30,0,0,196,30,0,0,196,30,0,0,198,30,0,0,198,30,0,0,198,30,0,0,200,30,0,0,204,30,0,0,206,30,0,0,208,30,0,0,210,30,0,0,212,30,0,0,212,30,0,0,212,30,0,0,216,30,0,0,218,30,0,0,218,30,0,0,222,30,0,0,228,30,0,0,230,30,0,0,234,30,0,0,236,30,0,0,238,30,0,0,240,30,0,0,240,30,0,0,242,30,0,0,248,30,0,0,248,30,0,0,254,30,0,0,2,31,0,0,6,31,0,0,8,31,0,0,8,31,0,0,10,31,0,0,10,31,0,0,10,31,0,0,14,31,0,0,16,31,0,0,20,31,0,0,20,31,0,0,22,31,0,0,24,31,0,0,28,31,0,0,28,31,0,0,30,31,0,0,34,31,0,0,40,31,0,0,46,31,0,0,46,31,0,0,52,31,0,0,52,31,0,0,56,31,0,0,60,31,0,0,60,31,0,0,62,31,0,0,62,31,0,0,64,31,0,0,66,31,0,0,70,31,0,0,72,31,0,0,72,31,0,0,74,31,0,0,74,31,0,0,76,31,0,0,76,31,0,0,80,31,0,0,80,31,0,0,80,31,0,0,84,31,0,0,86,31,0,0,86,31,0,0,88,31,0,0,88,31,0,0,88,31,0,0,88,31,0,0,90,31,0,0,94,31,0,0,98,31,0,0,98,31,0,0,100,31,0,0,100,31,0,0,102,31,0,0,104,31,0,0,106,31,0,0,106,31,0,0,108,31,0,0,110,31,0,0,112,31,0,0,114,31,0,0,116,31,0,0,116,31,0,0,118,31,0,0,120,31,0,0,124,31,0,0,124,31,0,0,124,31,0,0,128,31,0,0,128,31,0,0,128,31,0,0,128,31,0,0,136,31,0,0,136,31,0,0,138,31,0,0,140,31,0,0,140,31,0,0,144,31,0,0,146,31,0,0,146,31,0,0,146,31,0,0,148,31,0,0,152,31,0,0,152,31,0,0,156,31,0,0,156,31,0,0,160,31,0,0,160,31,0,0,160,31,0,0,160,31,0,0,164,31,0,0,166,31,0,0,168,31,0,0,172,31,0,0,174,31,0,0,174,31,0,0,174,31,0,0,186,31,0,0,188,31,0,0,188,31,0,0,192,31,0,0,192,31,0,0,198,31,0,0,204,31,0,0,208,31,0,0,212,31,0,0,214,31,0,0,214,31,0,0,214,31,0,0,214,31,0,0,214,31,0,0,214,31,0,0,214,31,0,0,214,31,0,0,218,31,0,0,222,31,0,0,224,31,0,0,228,31,0,0,228,31,0,0,230,31,0,0,234,31,0,0,236,31,0,0,236,31,0,0,238,31,0,0,240,31,0,0,240,31,0,0,240,31,0,0,240,31,0,0,242,31,0,0,242,31,0,0,244,31,0,0,246,31,0,0,246,31,0,0,246,31,0,0,246,31,0,0,248,31,0,0,250,31,0,0,252,31,0,0,254,31,0,0,254,31,0,0,254,31,0,0,0,32,0,0,2,32,0,0,4,32,0,0,6,32,0,0,6,32,0,0,6,32,0,0,8,32,0,0,10,32,0,0,16,32,0,0,18,32,0,0,22,32,0,0,28,32,0,0,30,32,0,0,34,32,0,0,36,32,0,0,38,32,0,0,40,32,0,0,40,32,0,0,40,32,0,0,48,32,0,0,52,32,0,0,52,32,0,0,54,32,0,0,56,32,0,0,58,32,0,0,58,32,0,0,58,32,0,0,64,32,0,0,64,32,0,0,64,32,0,0,66,32,0,0,66,32,0,0,68,32,0,0,68,32,0,0,72,32,0,0,74,32,0,0,80,32,0,0,82,32,0,0,82,32,0,0,84,32,0,0,88,32,0,0,90,32,0,0,90,32,0,0,94,32,0,0,98,32,0,0,100,32,0,0,102,32,0,0,106,32,0,0,108,32,0,0,110,32,0,0,112,32,0,0,112,32,0,0,116,32,0,0,118,32,0,0,122,32,0,0,126,32,0,0,128,32,0,0,134,32,0,0,136,32,0,0,136,32,0,0,136,32,0,0,138,32,0,0,138,32,0,0,140,32,0,0,142,32,0,0,144,32,0,0,144,32,0,0,146,32,0,0,146,32,0,0,148,32,0,0,150,32,0,0,150,32,0,0,150,32,0,0,152,32,0,0,154,32,0,0,156,32,0,0,158,32,0,0,158,32,0,0,164,32,0,0,164,32,0,0,170,32,0,0,172,32,0,0,172,32,0,0,174,32,0,0,176,32,0,0,176,32,0,0,176,32,0,0,180,32,0,0,180,32,0,0,180,32,0,0,182,32,0,0,182,32,0,0,184,32,0,0,184,32,0,0,194,32,0,0,194,32,0,0,194,32,0,0,194,32,0,0,196,32,0,0,200,32,0,0,202,32,0,0,202,32,0,0,208,32,0,0,212,32,0,0,214,32,0,0,214,32,0,0,214,32,0,0,216,32,0,0,216,32,0,0,218,32,0,0,218,32,0,0,220,32,0,0,222,32,0,0,226,32,0,0,228,32,0,0,232,32,0,0,234,32,0,0,234,32,0,0,236,32,0,0,238,32,0,0,238,32,0,0,242,32,0,0,242,32,0,0,248,32,0,0,250,32,0,0,250,32,0,0,252,32,0,0,252,32,0,0,254,32,0,0,0,33,0,0,0,33,0,0,0,33,0,0,0,33,0,0,0,33,0,0,2,33,0,0,4,33,0,0,6,33,0,0,8,33,0,0,8,33,0,0,12,33,0,0,12,33,0,0,16,33,0,0,18,33,0,0,20,33,0,0,22,33,0,0,24,33,0,0,24,33,0,0,28,33,0,0,30,33,0,0,32,33,0,0,32,33,0,0,32,33,0,0,38,33,0,0,38,33,0,0,38,33,0,0,40,33,0,0,42,33,0,0,42,33,0,0,44,33,0,0,46,33,0,0,50,33,0,0,54,33,0,0,54,33,0,0,54,33,0,0,54,33,0,0,58,33,0,0,58,33,0,0,62,33,0,0,62,33,0,0,62,33,0,0,64,33,0,0,66,33,0,0,68,33,0,0,70,33,0,0,70,33,0,0,70,33,0,0,72,33,0,0,74,33,0,0,80,33,0,0,84,33,0,0,88,33,0,0,90,33,0,0,90,33,0,0,92,33,0,0,94,33,0,0,98,33,0,0,100,33,0,0,100,33,0,0,100,33,0,0,104,33,0,0,106,33,0,0,106,33,0,0,106,33,0,0,108,33,0,0,110,33,0,0,116,33,0,0,118,33,0,0,124,33,0,0,126,33,0,0,126,33,0,0,128,33,0,0,130,33,0,0,134,33,0,0,134,33,0,0,136,33,0,0,140,33,0,0,140,33,0,0,142,33,0,0,146,33,0,0,146,33,0,0,146,33,0,0,146,33,0,0,146,33,0,0,146,33,0,0,148,33,0,0,148,33,0,0,148,33,0,0,156,33,0,0,160,33,0,0,164,33,0,0,166,33,0,0,166,33,0,0,170,33,0,0,172,33,0,0,176,33,0,0,178,33,0,0,180,33,0,0,180,33,0,0,180,33,0,0,184,33,0,0,184,33,0,0,184,33,0,0,186,33,0,0,188,33,0,0,188,33,0,0,188,33,0,0,192,33,0,0,194,33,0,0,196,33,0,0,198,33,0,0,204,33,0,0,210,33,0,0,212,33,0,0,214,33,0,0,218,33,0,0,218,33,0,0,218,33,0,0,222,33,0,0,224,33,0,0,228,33,0,0,228,33,0,0,232,33,0,0,232,33,0,0,240,33,0,0,240,33,0,0,240,33,0,0,240,33,0,0,244,33,0,0,248,33,0,0,248,33,0,0,248,33,0,0,250,33,0,0,252,33,0,0,254,33,0,0,254,33,0,0,2,34,0,0,6,34,0,0,14,34,0,0,18,34,0,0,22,34,0,0,22,34,0,0,24,34,0,0,28,34,0,0,28,34,0,0,28,34,0,0,38,34,0,0,44,34,0,0,44,34,0,0,44,34,0,0,44,34,0,0,44,34,0,0,46,34,0,0,46,34,0,0,50,34,0,0,52,34,0,0,56,34,0,0,56,34,0,0,58,34,0,0,64,34,0,0,64,34,0,0,70,34,0,0,78,34,0,0,82,34,0,0,84,34,0,0,88,34,0,0,90,34,0,0,92,34,0,0,94,34,0,0,94,34,0,0,94,34,0,0,96,34,0,0,98,34,0,0,106,34,0,0,108,34,0,0,108,34,0,0,112,34,0,0,118,34,0,0,118,34,0,0,118,34,0,0,122,34,0,0,124,34,0,0,126,34,0,0,126,34,0,0,126,34,0,0,128,34,0,0,130,34,0,0,132,34,0,0,132,34,0,0,132,34,0,0,134,34,0,0,134,34,0,0,136,34,0,0,138,34,0,0,142,34,0,0,142,34,0,0,144,34,0,0,144,34,0,0,146,34,0,0,150,34,0,0,154,34,0,0,156,34,0,0,156,34,0,0,158,34,0,0,158,34,0,0,162,34,0,0,162,34,0,0,164,34,0,0,166,34,0,0,168,34,0,0,174,34,0,0,178,34,0,0,184,34,0,0,190,34,0,0,190,34,0,0,192,34,0,0,192,34,0,0,194,34,0,0,200,34,0,0,202,34,0,0,208,34,0,0,208,34,0,0,210,34,0,0,216,34,0,0,218,34,0,0,220,34,0,0,220,34,0,0,222,34,0,0,224,34,0,0,226,34,0,0,226,34,0,0,228,34,0,0,228,34,0,0,228,34,0,0,228,34,0,0,230,34,0,0,234,34,0,0,234,34,0,0,236,34,0,0,242,34,0,0,244,34,0,0,246,34,0,0,246,34,0,0,246,34,0,0,246,34,0,0,252,34,0,0,254,34,0,0,254,34,0,0,0,35,0,0,2,35,0,0,2,35,0,0,8,35,0,0,10,35,0,0,12,35,0,0,12,35,0,0,14,35,0,0,18,35,0,0,20,35,0,0,20,35,0,0,20,35,0,0,24,35,0,0,24,35,0,0,28,35,0,0,32,35,0,0,32,35,0,0,34,35,0,0,38,35,0,0,40,35,0,0,46,35,0,0,48,35,0,0,50,35,0,0,50,35,0,0,54,35,0,0,58,35,0,0,64,35,0,0,66,35,0,0,66,35,0,0,66,35,0,0,70,35,0,0,70,35,0,0,70,35,0,0,72,35,0,0,72,35,0,0,72,35,0,0,78,35,0,0,78,35,0,0,78,35,0,0,84,35,0,0,86,35,0,0,86,35,0,0,86,35,0,0,86,35,0,0,90,35,0,0,94,35,0,0,102,35,0,0,104,35,0,0,104,35,0,0,104,35,0,0,104,35,0,0,106,35,0,0,106,35,0,0,108,35,0,0,110,35,0,0,110,35,0,0,110,35,0,0,112,35,0,0,114,35,0,0,114,35,0,0,114,35,0,0,118,35,0,0,120,35,0,0,122,35,0,0,126,35,0,0,126,35,0,0,128,35,0,0,134,35,0,0,138,35,0,0,138,35,0,0,140,35,0,0,142,35,0,0,146,35,0,0,146,35,0,0,150,35,0,0,150,35,0,0,150,35,0,0,150,35,0,0,150,35,0,0,152,35,0,0,156,35,0,0,158,35,0,0,160,35,0,0,164,35,0,0,164,35,0,0,166,35,0,0,166,35,0,0,166,35,0,0,172,35,0,0,174,35,0,0,178,35,0,0,178,35,0,0,184,35,0,0,184,35,0,0,184,35,0,0,184,35,0,0,184,35,0,0,186,35,0,0,190,35,0,0,194,35,0,0,200,35,0,0,200,35,0,0,202,35,0,0,202,35,0,0,204,35,0,0,204,35,0,0,204,35,0,0,204,35,0,0,206,35,0,0,206,35,0,0,208,35,0,0,210,35,0,0,210,35,0,0,210,35,0,0,210,35,0,0,210,35,0,0,214,35,0,0,216,35,0,0,220,35,0,0,222,35,0,0,224,35,0,0,224,35,0,0,224,35,0,0,224,35,0,0,226,35,0,0,232,35,0,0,232,35,0,0,236,35,0,0,238,35,0,0,238,35,0,0,240,35,0,0,242,35,0,0,244,35,0,0,246,35,0,0,252,35,0,0,252,35,0,0,252,35,0,0,0,36,0,0,0,36,0,0,0,36,0,0,2,36,0,0,8,36,0,0,10,36,0,0,12,36,0,0,12,36,0,0,14,36,0,0,16,36,0,0,16,36,0,0,16,36,0,0,20,36,0,0,22,36,0,0,22,36,0,0,22,36,0,0,24,36,0,0,26,36,0,0,30,36,0,0,30,36,0,0,34,36,0,0,36,36,0,0,36,36,0,0,36,36,0,0,36,36,0,0,38,36,0,0,38,36,0,0,42,36,0,0,46,36,0,0,48,36,0,0,54,36,0,0,56,36,0,0,56,36,0,0,56,36,0,0,58,36,0,0,60,36,0,0,60,36,0,0,62,36,0,0,64,36,0,0,68,36,0,0,72,36,0,0,72,36,0,0,74,36,0,0,76,36,0,0,78,36,0,0,78,36,0,0,80,36,0,0,82,36,0,0,84,36,0,0,84,36,0,0,86,36,0,0,88,36,0,0,90,36,0,0,90,36,0,0,96,36,0,0,98,36,0,0,100,36,0,0,102,36,0,0,112,36,0,0,116,36,0,0,120,36,0,0,128,36,0,0,130,36,0,0,132,36,0,0,132,36,0,0,140,36,0,0,140,36,0,0,146,36,0,0,150,36,0,0,152,36,0,0,154,36,0,0,154,36,0,0,158,36,0,0,160,36,0,0,162,36,0,0,166,36,0,0,166,36,0,0,168,36,0,0,168,36,0,0,168,36,0,0,168,36,0,0,174,36,0,0,176,36,0,0,176,36,0,0,178,36,0,0,180,36,0,0,184,36,0,0,184,36,0,0,188,36,0,0,192,36,0,0,200,36,0,0,206,36,0,0,212,36,0,0,212,36,0,0,214,36,0,0,214,36,0,0,214,36,0,0,218,36,0,0,222,36,0,0,222,36,0,0,226,36,0,0,226,36,0,0,226,36,0,0,228,36,0,0,234,36,0,0,234,36,0,0,236,36,0,0,236,36,0,0,238,36,0,0,238,36,0,0,240,36,0,0,244,36,0,0,244,36,0,0,244,36,0,0,248,36,0,0,250,36,0,0,250,36,0,0,250,36,0,0,252,36,0,0,0,37,0,0,8,37,0,0,16,37,0,0,16,37,0,0,16,37,0,0,18,37,0,0,20,37,0,0,20,37,0,0,20,37,0,0,22,37,0,0,24,37,0,0,28,37,0,0,32,37,0,0,32,37,0,0,38,37,0,0,40,37,0,0,40,37,0,0,46,37,0,0,48,37,0,0,50,37,0,0,52,37,0,0,54,37,0,0,54,37,0,0,54,37,0,0,58,37,0,0,64,37,0,0,64,37,0,0,66,37,0,0,70,37,0,0,70,37,0,0,72,37,0,0,72,37,0,0,74,37,0,0,74,37,0,0,78,37,0,0,78,37,0,0,82,37,0,0,82,37,0,0,82,37,0,0,86,37,0,0,90,37,0,0,96,37,0,0,96,37,0,0,96,37,0,0,96,37,0,0,96,37,0,0,100,37,0,0,100,37,0,0,102,37,0,0,106,37,0,0,106,37,0,0,110,37,0,0,114,37,0,0,116,37,0,0,120,37,0,0,122,37,0,0,124,37,0,0,126,37,0,0,128,37,0,0,130,37,0,0,134,37,0,0,136,37,0,0,138,37,0,0,142,37,0,0,146,37,0,0,150,37,0,0,152,37,0,0,152,37,0,0,152,37,0,0,156,37,0,0,160,37,0,0,160,37,0,0,162,37,0,0,168,37,0,0,170,37,0,0,172,37,0,0,172,37,0,0,176,37,0,0,178,37,0,0,180,37,0,0,182,37,0,0,184,37,0,0,184,37,0,0,184,37,0,0,184,37,0,0,184,37,0,0,184,37,0,0,184,37,0,0,184,37,0,0,186,37,0,0,192,37,0,0,194,37,0,0,194,37,0,0,196,37,0,0,200,37,0,0,204,37,0,0,204,37,0,0,204,37,0,0,206,37,0,0,214,37,0,0,220,37,0,0,222,37,0,0,222,37,0,0,226,37,0,0,234,37,0,0,234,37,0,0,236,37,0,0,238,37,0,0,242,37,0,0,242,37,0,0,246,37,0,0,248,37,0,0,248,37,0,0,250,37,0,0,252,37,0,0,254,37,0,0,254,37,0,0,4,38,0,0,6,38,0,0,6,38,0,0,10,38,0,0,12,38,0,0,18,38,0,0,18,38,0,0,20,38,0,0,22,38,0,0,24,38,0,0,24,38,0,0,24,38,0,0,24,38,0,0,24,38,0,0,24,38,0,0,24,38,0,0,24,38,0,0,24,38,0,0,24,38,0,0,26,38,0,0,30,38,0,0,30,38,0,0,32,38,0,0,40,38,0,0,40,38,0,0,48,38,0,0,50,38,0,0,50,38,0,0,52,38,0,0,56,38,0,0,58,38,0,0,58,38,0,0,58,38,0,0,58,38,0,0,62,38,0,0,64,38,0,0,66,38,0,0,66,38,0,0,70,38,0,0,70,38,0,0,70,38,0,0,70,38,0,0,72,38,0,0,74,38,0,0,76,38,0,0,76,38,0,0,78,38,0,0,80,38,0,0,82,38,0,0,82,38,0,0,88,38,0,0,90,38,0,0,94,38,0,0,94,38,0,0,96,38,0,0,96,38,0,0,102,38,0,0,104,38,0,0,104,38,0,0,104,38,0,0,104,38,0,0,106,38,0,0,108,38,0,0,108,38,0,0,112,38,0,0,112,38,0,0,114,38,0,0,116,38,0,0,120,38,0,0,126,38,0,0,126,38,0,0,126,38,0,0,126,38,0,0,130,38,0,0,132,38,0,0,132,38,0,0,132,38,0,0,132,38,0,0,138,38,0,0,138,38,0,0,138,38,0,0,138,38,0,0,138,38,0,0,142,38,0,0,142,38,0,0,142,38,0,0,152,38,0,0,156,38,0,0,160,38,0,0,160,38,0,0,160,38,0,0,162,38,0,0,168,38,0,0,170,38,0,0,174,38,0,0,176,38,0,0,180,38,0,0,186,38,0,0,186,38,0,0,186,38,0,0,190,38,0,0,194,38,0,0,194,38,0,0,196,38,0,0,196,38,0,0,196,38,0,0,196,38,0,0,198,38,0,0,200,38,0,0,202,38,0,0,202,38,0,0,204,38,0,0,208,38,0,0,210,38,0,0,210,38,0,0,212,38,0,0,214,38,0,0,214,38,0,0,216,38,0,0,216,38,0,0,218,38,0,0,222,38,0,0,230,38,0,0,230,38,0,0,230,38,0,0,230,38,0,0,234,38,0,0,234,38,0,0,242,38,0,0,248,38,0,0,250,38,0,0,250,38,0,0,250,38,0,0,252,38,0,0,0,39,0,0,2,39,0,0,4,39,0,0,6,39,0,0,6,39,0,0,14,39,0,0,14,39,0,0,14,39,0,0,18,39,0,0,20,39,0,0,22,39,0,0,24,39,0,0,30,39,0,0,32,39,0,0,32,39,0,0,38,39,0,0,38,39,0,0,42,39,0,0,42,39,0,0,42,39,0,0,44,39,0,0,46,39,0,0,48,39,0,0,50,39,0,0,54,39,0,0,58,39,0,0,60,39,0,0,60,39,0,0,64,39,0,0,70,39,0,0,70,39,0,0,70,39,0,0,72,39,0,0,74,39,0,0,78,39,0,0,82,39,0,0,84,39,0,0,84,39,0,0,86,39,0,0,88,39,0,0,88,39,0,0,88,39,0,0,92,39,0,0,94,39,0,0,98,39,0,0,98,39,0,0,100,39,0,0,104,39,0,0,108,39,0,0,112,39,0,0,116,39,0,0,116,39,0,0,118,39,0,0,118,39,0,0,122,39,0,0,126,39,0,0,130,39,0,0,132,39,0,0,132,39,0,0,134,39,0,0,134,39,0,0,134,39,0,0,136,39,0,0,136,39,0,0,142,39,0,0,148,39,0,0,152,39,0,0,152,39,0,0,154,39,0,0,154,39,0,0,156,39,0,0,156,39,0,0,158,39,0,0,160,39,0,0,160,39,0,0,160,39,0,0,164,39,0,0,168,39,0,0,170,39,0,0,172,39,0,0,176,39,0,0,178,39,0,0,180,39,0,0,182,39,0,0,184,39,0,0,188,39,0,0,190,39,0,0,192,39,0,0,192,39,0,0,194,39,0,0,198,39,0,0,200,39,0,0,200,39,0,0,200,39,0,0,200,39,0,0,208,39,0,0,210,39,0,0,212,39,0,0,212,39,0,0,214,39,0,0,214,39,0,0,214,39,0,0,214,39,0,0,214,39,0,0,214,39,0,0,216,39,0,0,218,39,0,0,222,39,0,0,226,39,0,0,228,39,0,0,228,39,0,0,230,39,0,0,232,39,0,0,234,39,0,0,236,39,0,0,242,39,0,0,244,39,0,0,248,39,0,0,250,39,0,0,254,39,0,0,254,39,0,0,0,40,0,0,2,40,0,0,4,40,0,0,6,40,0,0,8,40,0,0,10,40,0,0,12,40,0,0,16,40,0,0,16,40,0,0,18,40,0,0,18,40,0,0,18,40,0,0,18,40,0,0,22,40,0,0,24,40,0,0,26,40,0,0,30,40,0,0,30,40,0,0,34,40,0,0,38,40,0,0,38,40,0,0,40,40,0,0,42,40,0,0,44,40,0,0,48,40,0,0,48,40,0,0,48,40,0,0,48,40,0,0,48,40,0,0,50,40,0,0,50,40,0,0,54,40,0,0,54,40,0,0,54,40,0,0,56,40,0,0,56,40,0,0,58,40,0,0,60,40,0,0,60,40,0,0,62,40,0,0,64,40,0,0,66,40,0,0,66,40,0,0,70,40,0,0,72,40,0,0,74,40,0,0,76,40,0,0,76,40,0,0,76,40,0,0,78,40,0,0,80,40,0,0,80,40,0,0,80,40,0,0,84,40,0,0,84,40,0,0,84,40,0,0,88,40,0,0,92,40,0,0,92,40,0,0,94,40,0,0,98,40,0,0,102,40,0,0,110,40,0,0,112,40,0,0,112,40,0,0,114,40,0,0,114,40,0,0,114,40,0,0,114,40,0,0,114,40,0,0,114,40,0,0,118,40,0,0,118,40,0,0,118,40,0,0,120,40,0,0,122,40,0,0,124,40,0,0,126,40,0,0,128,40,0,0,128,40,0,0,128,40,0,0,130,40,0,0,130,40,0,0,132,40,0,0,140,40,0,0,142,40,0,0,144,40,0,0,150,40,0,0,156,40,0,0,158,40,0,0,160,40,0,0,160,40,0,0,162,40,0,0,166,40,0,0,170,40,0,0,172,40,0,0,176,40,0,0,176,40,0,0,178,40,0,0,180,40,0,0,180,40,0,0,182,40,0,0,186,40,0,0,186,40,0,0,194,40,0,0,196,40,0,0,196,40,0,0,200,40,0,0,202,40,0,0,202,40,0,0,204,40,0,0,206,40,0,0,210,40,0,0,210,40,0,0,218,40,0,0,220,40,0,0,228,40,0,0,232,40,0,0,234,40,0,0,238,40,0,0,242,40,0,0,244,40,0,0,252,40,0,0,252,40,0,0,0,41,0,0,2,41,0,0,2,41,0,0,2,41,0,0,4,41,0,0,8,41,0,0,10,41,0,0,10,41,0,0,10,41,0,0,10,41,0,0,10,41,0,0,12,41,0,0,16,41,0,0,20,41,0,0,22,41,0,0,24,41,0,0,24,41,0,0,24,41,0,0,28,41,0,0,34,41,0,0,36,41,0,0,36,41,0,0,38,41,0,0,40,41,0,0,42,41,0,0,44,41,0,0,54,41,0,0,58,41,0,0,62,41,0,0,66,41,0,0,74,41,0,0,78,41,0,0,80,41,0,0,82,41,0,0,82,41,0,0,84,41,0,0,86,41,0,0,88,41,0,0,88,41,0,0,92,41,0,0,92,41,0,0,94,41,0,0,96,41,0,0,98,41,0,0,100,41,0,0,100,41,0,0,100,41,0,0,106,41,0,0,108,41,0,0,110,41,0,0,110,41,0,0,110,41,0,0,114,41,0,0,114,41,0,0,114,41,0,0,114,41,0,0,116,41,0,0,122,41,0,0,122,41,0,0,124,41,0,0,124,41,0,0,124,41,0,0,132,41,0,0,134,41,0,0,134,41,0,0,134,41,0,0,140,41,0,0,140,41,0,0,140,41,0,0,140,41,0,0,144,41,0,0,144,41,0,0,146,41,0,0,150,41,0,0,150,41,0,0,150,41,0,0,154,41,0,0,156,41,0,0,158,41,0,0,158,41,0,0,158,41,0,0,162,41,0,0,164,41,0,0,164,41,0,0,166,41,0,0,166,41,0,0,166,41,0,0,166,41,0,0,168,41,0,0,174,41,0,0,174,41,0,0,176,41,0,0,178,41,0,0,180,41,0,0,184,41,0,0,186,41,0,0,186,41,0,0,186,41,0,0,190,41,0,0,192,41,0,0,194,41,0,0,194,41,0,0,194,41,0,0,194,41,0,0,194,41,0,0,196,41,0,0,196,41,0,0,196,41,0,0,198,41,0,0,202,41,0,0,202,41,0,0,206,41,0,0,210,41,0,0,212,41,0,0,212,41,0,0,212,41,0,0,212,41,0,0,212,41,0,0,214,41,0,0,220,41,0,0,220,41,0,0,224,41,0,0,224,41,0,0,224,41,0,0,226,41,0,0,228,41,0,0,228,41,0,0,230,41,0,0,230,41,0,0,230,41,0,0,232,41,0,0,234,41,0,0,234,41,0,0,234,41,0,0,234,41,0,0,236,41,0,0,236,41,0,0,238,41,0,0,240,41,0,0,244,41,0,0,246,41,0,0,252,41,0,0,252,41,0,0,252,41,0,0,0,42,0,0,0,42,0,0,2,42,0,0,4,42,0,0,4,42,0,0,4,42,0,0,6,42,0,0,8,42,0,0,12,42,0,0,16,42,0,0,22,42,0,0,24,42,0,0,24,42,0,0,24,42,0,0,26,42,0,0,28,42,0,0,30,42,0,0,34,42,0,0,36,42,0,0,38,42,0,0,42,42,0,0,42,42,0,0,48,42,0,0,48,42,0,0,52,42,0,0,52,42,0,0,54,42,0,0,56,42,0,0,58,42,0,0,60,42,0,0,60,42,0,0,64,42,0,0,66,42,0,0,70,42,0,0,72,42,0,0,74,42,0,0,78,42,0,0,80,42,0,0,80,42,0,0,80,42,0,0,82,42,0,0,82,42,0,0,86,42,0,0,88,42,0,0,88,42,0,0,90,42,0,0,92,42,0,0,96,42,0,0,96,42,0,0,98,42,0,0,100,42,0,0,104,42,0,0,106,42,0,0,106,42,0,0,108,42,0,0,108,42,0,0,112,42,0,0,114,42,0,0,118,42,0,0,122,42,0,0,124,42,0,0,126,42,0,0,126,42,0,0,128,42,0,0,128,42,0,0,128,42,0,0,128,42,0,0,128,42,0,0,128,42,0,0,128,42,0,0,128,42,0,0,128,42,0,0,132,42,0,0,134,42,0,0,134,42,0,0,134,42,0,0,138,42,0,0,138,42,0,0,138,42,0,0,142,42,0,0,142,42,0,0,144,42,0,0,146,42,0,0,146,42,0,0,146,42,0,0,148,42,0,0,148,42,0,0,150,42,0,0,154,42,0,0,158,42,0,0,164,42,0,0,166,42,0,0,170,42,0,0,172,42,0,0,172,42,0,0,178,42,0,0,180,42,0,0,184,42,0,0,188,42,0,0,190,42,0,0,190,42,0,0,192,42,0,0,194,42,0,0,196,42,0,0,198,42,0,0,198,42,0,0,202,42,0,0,206,42,0,0,206,42,0,0,212,42,0,0,218,42,0,0,218,42,0,0,218,42,0,0,220,42,0,0,224,42,0,0,226,42,0,0,226,42,0,0,232,42,0,0,232,42,0,0,234,42,0,0,236,42,0,0,238,42,0,0,240,42,0,0,240,42,0,0,244,42,0,0,246,42,0,0,246,42,0,0,246,42,0,0,248,42,0,0,250,42,0,0,250,42,0,0,254,42,0,0,0,43,0,0,2,43,0,0,4,43,0,0,6,43,0,0,8,43,0,0,8,43,0,0,8,43,0,0,10,43,0,0,16,43,0,0,18,43,0,0,18,43,0,0,22,43,0,0,22,43,0,0,24,43,0,0,26,43,0,0,28,43,0,0,30,43,0,0,32,43,0,0,32,43,0,0,34,43,0,0,36,43,0,0,38,43,0,0,40,43,0,0,40,43,0,0,40,43,0,0,42,43,0,0,42,43,0,0,44,43,0,0,44,43,0,0,46,43,0,0,50,43,0,0,52,43,0,0,56,43,0,0,56,43,0,0,58,43,0,0,66,43,0,0,68,43,0,0,68,43,0,0,72,43,0,0,74,43,0,0,74,43,0,0,80,43,0,0,84,43,0,0,86,43,0,0,88,43,0,0,88,43,0,0,92,43,0,0,96,43,0,0,96,43,0,0,98,43,0,0,98,43,0,0,100,43,0,0,108,43,0,0,110,43,0,0,112,43,0,0,112,43,0,0,112,43,0,0,114,43,0,0,114,43,0,0,114,43,0,0,116,43,0,0,116,43,0,0,116,43,0,0,116,43,0,0,118,43,0,0,118,43,0,0,118,43,0,0,122,43,0,0,126,43,0,0,128,43,0,0,134,43,0,0,136,43,0,0,138,43,0,0,138,43,0,0,142,43,0,0,148,43,0,0,150,43,0,0,152,43,0,0,154,43,0,0,154,43,0,0,156,43,0,0,158,43,0,0,160,43,0,0,162,43,0,0,162,43,0,0,162,43,0,0,162,43,0,0,164,43,0,0,166,43,0,0,166,43,0,0,166,43,0,0,170,43,0,0,172,43,0,0,174,43,0,0,176,43,0,0,178,43,0,0,180,43,0,0,186,43,0,0,190,43,0,0,194,43,0,0,194,43,0,0,194,43,0,0,196,43,0,0,196,43,0,0,196,43,0,0,196,43,0,0,198,43,0,0,202,43,0,0,202,43,0,0,206,43,0,0,210,43,0,0,216,43,0,0,218,43,0,0,218,43,0,0,222,43,0,0,222,43,0,0,224,43,0,0,230,43,0,0,230,43,0,0,232,43,0,0,232,43,0,0,234,43,0,0,234,43,0,0,234,43,0,0,240,43,0,0,240,43,0,0,242,43,0,0,244,43,0,0,246,43,0,0,246,43,0,0,246,43,0,0,246,43,0,0,248,43,0,0,254,43,0,0,254,43,0,0,0,44,0,0,0,44,0,0,2,44,0,0,2,44,0,0,4,44,0,0,4,44,0,0,6,44,0,0,6,44,0,0,6,44,0,0,10,44,0,0,12,44,0,0,16,44,0,0,16,44,0,0,18,44,0,0,18,44,0,0,24,44,0,0,26,44,0,0,26,44,0,0,30,44,0,0,32,44,0,0,32,44,0,0,32,44,0,0,32,44,0,0,34,44,0,0,34,44,0,0,36,44,0,0,36,44,0,0,40,44,0,0,42,44,0,0,44,44,0,0,50,44,0,0,54,44,0,0,58,44,0,0,62,44,0,0,64,44,0,0,66,44,0,0,66,44,0,0,70,44,0,0,76,44,0,0,76,44,0,0,82,44,0,0,82,44,0,0,84,44,0,0,88,44,0,0,90,44,0,0,90,44,0,0,90,44,0,0,92,44,0,0,94,44,0,0,98,44,0,0,100,44,0,0,104,44,0,0,104,44,0,0,108,44,0,0,108,44,0,0,108,44,0,0,112,44,0,0,112,44,0,0,112,44,0,0,114,44,0,0,116,44,0,0,116,44,0,0,122,44,0,0,124,44,0,0,128,44,0,0,128,44,0,0,128,44,0,0,130,44,0,0,132,44,0,0,132,44,0,0,134,44,0,0,134,44,0,0,138,44,0,0,138,44,0,0,140,44,0,0,142,44,0,0,144,44,0,0,148,44,0,0,148,44,0,0,148,44,0,0,150,44,0,0,150,44,0,0,156,44,0,0,158,44,0,0,162,44,0,0,166,44,0,0,168,44,0,0,168,44,0,0,172,44,0,0,174,44,0,0,182,44,0,0,186,44,0,0,188,44,0,0,188,44,0,0,192,44,0,0,198,44,0,0,204,44,0,0,206,44,0,0,210,44,0,0,212,44,0,0,214,44,0,0,214,44,0,0,218,44,0,0,222,44,0,0,224,44,0,0,224,44,0,0,228,44,0,0,232,44,0,0,234,44,0,0,234,44,0,0,234,44,0,0,236,44,0,0,240,44,0,0,244,44,0,0,244,44,0,0,250,44,0,0,254,44,0,0,0,45,0,0,0,45,0,0,0,45,0,0,8,45,0,0,8,45,0,0,10,45,0,0,12,45,0,0,20,45,0,0,26,45,0,0,36,45,0,0,38,45,0,0,44,45,0,0,46,45,0,0,50,45,0,0,50,45,0,0,54,45,0,0,56,45,0,0,64,45,0,0,66,45,0,0,68,45,0,0,70,45,0,0,72,45,0,0,72,45,0,0,72,45,0,0,72,45,0,0,74,45,0,0,74,45,0,0,74,45,0,0,76,45,0,0,80,45,0,0,82,45,0,0,84,45,0,0,86,45,0,0,90,45,0,0,90,45,0,0,90,45,0,0,92,45,0,0,94,45,0,0,94,45,0,0,94,45,0,0,94,45,0,0,94,45,0,0,100,45,0,0,102,45,0,0,106,45,0,0,108,45,0,0,114,45,0,0,116,45,0,0,118,45,0,0,124,45,0,0,132,45,0,0,132,45,0,0,132,45,0,0,136,45,0,0,138,45,0,0,140,45,0,0,142,45,0,0,142,45,0,0,142,45,0,0,146,45,0,0,146,45,0,0,150,45,0,0,152,45,0,0,154,45,0,0,156,45,0,0,160,45,0,0,164,45,0,0,164,45,0,0,164,45,0,0,166,45,0,0,168,45,0,0,170,45,0,0,170,45,0,0,176,45,0,0,176,45,0,0,176,45,0,0,180,45,0,0,180,45,0,0,184,45,0,0,186,45,0,0,186,45,0,0,188,45,0,0,192,45,0,0,196,45,0,0,196,45,0,0,196,45,0,0,200,45,0,0,202,45,0,0,202,45,0,0,206,45,0,0,206,45,0,0,210,45,0,0,210,45,0,0,214,45,0,0,220,45,0,0,222,45,0,0,224,45,0,0,224,45,0,0,226,45,0,0,228,45,0,0,228,45,0,0,230,45,0,0,232,45,0,0,232,45,0,0,232,45,0,0,236,45,0,0,236,45,0,0,238,45,0,0,240,45,0,0,244,45,0,0,248,45,0,0,250,45,0,0,0,46,0,0,4,46,0,0,4,46,0,0,4,46,0,0,6,46,0,0,8,46,0,0,12,46,0,0,14,46,0,0,18,46,0,0,20,46,0,0,22,46,0,0,26,46,0,0,26,46,0,0,32,46,0,0,34,46,0,0,34,46,0,0,38,46,0,0,40,46,0,0,44,46,0,0,46,46,0,0,46,46,0,0,46,46,0,0,46,46,0,0,48,46,0,0,48,46,0,0,48,46,0,0,54,46,0,0,58,46,0,0,58,46,0,0,60,46,0,0,64,46,0,0,64,46,0,0,66,46,0,0,66,46,0,0,70,46,0,0,76,46,0,0,78,46,0,0,78,46,0,0,78,46,0,0,80,46,0,0,84,46,0,0,84,46,0,0,90,46,0,0,92,46,0,0,94,46,0,0,94,46,0,0,94,46,0,0,98,46,0,0,100,46,0,0,102,46,0,0,102,46,0,0,112,46,0,0,116,46,0,0,116,46,0,0,120,46,0,0,126,46,0,0,134,46,0,0,136,46,0,0,136,46,0,0,140,46,0,0,144,46,0,0,148,46,0,0,150,46,0,0,150,46,0,0,150,46,0,0,154,46,0,0,156,46,0,0,156,46,0,0,162,46,0,0,162,46,0,0,162,46,0,0,164,46,0,0,166,46,0,0,168,46,0,0,168,46,0,0,172,46,0,0,174,46,0,0,176,46,0,0,176,46,0,0,176,46,0,0,176,46,0,0,176,46,0,0,180,46,0,0,180,46,0,0,186,46,0,0,188,46,0,0,188,46,0,0,188,46,0,0,190,46,0,0,190,46,0,0,192,46,0,0,192,46,0,0,194,46,0,0,194,46,0,0,196,46,0,0,198,46,0,0,200,46,0,0,208,46,0,0,210,46,0,0,212,46,0,0,216,46,0,0,224,46,0,0,224,46,0,0,230,46,0,0,230,46,0,0,230,46,0,0,234,46,0,0,240,46,0,0,244,46,0,0,246,46,0,0,246,46,0,0,248,46,0,0,252,46,0,0,254,46,0,0,0,47,0,0,2,47,0,0,8,47,0,0,8,47,0,0,10,47,0,0,10,47,0,0,16,47,0,0,22,47,0,0,26,47,0,0,28,47,0,0,28,47,0,0,30,47,0,0,34,47,0,0,40,47,0,0,44,47,0,0,44,47,0,0,48,47,0,0,50,47,0,0,50,47,0,0,50,47,0,0,50,47,0,0,52,47,0,0,54,47,0,0,56,47,0,0,58,47,0,0,64,47,0,0,68,47,0,0,70,47,0,0,70,47,0,0,70,47,0,0,72,47,0,0,78,47,0,0,82,47,0,0,82,47,0,0,82,47,0,0,84,47,0,0,84,47,0,0,84,47,0,0,84,47,0,0,86,47,0,0,86,47,0,0,88,47,0,0,88,47,0,0,90,47,0,0,90,47,0,0,92,47,0,0,96,47,0,0,98,47,0,0,98,47,0,0,100,47,0,0,102,47,0,0,104,47,0,0,108,47,0,0,110,47,0,0,110,47,0,0,116,47,0,0,122,47,0,0,122,47,0,0,126,47,0,0,126,47,0,0,128,47,0,0,128,47,0,0,132,47,0,0,134,47,0,0,138,47,0,0,140,47,0,0,142,47,0,0,144,47,0,0,144,47,0,0,146,47,0,0,148,47,0,0,148,47,0,0,148,47,0,0,148,47,0,0,148,47,0,0,150,47,0,0,154,47,0,0,156,47,0,0,160,47,0,0,160,47,0,0,160,47,0,0,162,47,0,0,166,47,0,0,166,47,0,0,166,47,0,0,166,47,0,0,168,47,0,0,174,47,0,0,176,47,0,0,180,47,0,0,180,47,0,0,180,47,0,0,180,47,0,0,180,47,0,0,184,47,0,0,186,47,0,0,186,47,0,0,186,47,0,0,188,47,0,0,188,47,0,0,192,47,0,0,196,47,0,0,196,47,0,0,200,47,0,0,204,47,0,0,204,47,0,0,204,47,0,0,204,47,0,0,204,47,0,0,208,47,0,0,210,47,0,0,212,47,0,0,214,47,0,0,214,47,0,0,216,47,0,0,220,47,0,0,222,47,0,0,224,47,0,0,236,47,0,0,238,47,0,0,242,47,0,0,244,47,0,0,244,47,0,0,246,47,0,0,250,47,0,0,252,47,0,0,254,47,0,0,0,48,0,0,2,48,0,0,8,48,0,0,10,48,0,0,10,48,0,0,14,48,0,0,16,48,0,0,18,48,0,0,18,48,0,0,18,48,0,0,22,48,0,0,24,48,0,0,26,48,0,0,26,48,0,0,30,48,0,0,30,48,0,0,34,48,0,0,34,48,0,0,38,48,0,0,38,48,0,0,42,48,0,0,42,48,0,0,44,48,0,0,46,48,0,0,48,48,0,0,50,48,0,0,50,48,0,0,52,48,0,0,52,48,0,0,52,48,0,0,52,48,0,0,52,48,0,0,52,48,0,0,54,48,0,0,54,48,0,0,54,48,0,0,54,48,0,0,54,48,0,0,54,48,0,0,54,48,0,0,54,48,0,0,58,48,0,0,58,48,0,0,66,48,0,0,66,48,0,0,70,48,0,0,70,48,0,0,70,48,0,0,70,48,0,0,70,48,0,0,70,48,0,0,80,48,0,0,84,48,0,0,84,48,0,0,84,48,0,0,88,48,0,0,90,48,0,0,90,48,0,0,92,48,0,0,94,48,0,0,94,48,0,0,96,48,0,0,96,48,0,0,96,48,0,0,96,48,0,0,96,48,0,0,96,48,0,0,96,48,0,0,98,48,0,0,102,48,0,0,104,48,0,0,104,48,0,0,106,48,0,0,110,48,0,0,112,48,0,0,114,48,0,0,114,48,0,0,118,48,0,0,118,48,0,0,118,48,0,0,118,48,0,0,118,48,0,0,120,48,0,0,126,48,0,0,126,48,0,0,126,48,0,0,126,48,0,0,128,48,0,0,130,48,0,0,132,48,0,0,132,48,0,0,134,48,0,0,140,48,0,0,146,48,0,0,148,48,0,0,150,48,0,0,150,48,0,0,152,48,0,0,156,48,0,0,158,48,0,0,160,48,0,0,166,48,0,0,174,48,0,0,176,48,0,0,178,48,0,0,178,48,0,0,178,48,0,0,180,48,0,0,180,48,0,0,188,48,0,0,192,48,0,0,200,48,0,0,200,48,0,0,206,48,0,0,206,48,0,0,208,48,0,0,210,48,0,0,214,48,0,0,216,48,0,0,218,48,0,0,220,48,0,0,222,48,0,0,222,48,0,0,226,48,0,0,226,48,0,0,232,48,0,0,234,48,0,0,234,48,0,0,238,48,0,0,244,48,0,0,244,48,0,0,248,48,0,0,248,48,0,0,248,48,0,0,248,48,0,0,252,48,0,0,254,48,0,0,254,48,0,0,254,48,0,0,2,49,0,0,2,49,0,0,4,49,0,0,6,49,0,0,6,49,0,0,10,49,0,0,12,49,0,0,12,49,0,0,14,49,0,0,16,49,0,0,16,49,0,0,16,49,0,0,16,49,0,0,20,49,0,0,22,49,0,0,28,49,0,0,30,49,0,0,32,49,0,0,34,49,0,0,36,49,0,0,42,49,0,0,42,49,0,0,44,49,0,0,52,49,0,0,52,49,0,0,52,49,0,0,54,49,0,0,56,49,0,0,60,49,0,0,64,49,0,0,64,49,0,0,64,49,0,0,66,49,0,0,66,49,0,0,66,49,0,0,70,49,0,0,72,49,0,0,72,49,0,0,72,49,0,0,76,49,0,0,80,49,0,0,80,49,0,0,80,49,0,0,84,49,0,0,90,49,0,0,92,49,0,0,92,49,0,0,92,49,0,0,92,49,0,0,98,49,0,0,98,49,0,0,98,49,0,0,100,49,0,0,102,49,0,0,106,49,0,0,108,49,0,0,112,49,0,0,112,49,0,0,112,49,0,0,114,49,0,0,118,49,0,0,118,49,0,0,118,49,0,0,122,49,0,0,124,49,0,0,126,49,0,0,128,49,0,0,130,49,0,0,130,49,0,0,132,49,0,0,134,49,0,0,134,49,0,0,136,49,0,0,138,49,0,0,140,49,0,0,142,49,0,0,142,49,0,0,142,49,0,0,148,49,0,0,148,49,0,0,152,49,0,0,156,49,0,0,158,49,0,0,158,49,0,0,158,49,0,0,160,49,0,0,160,49,0,0,164,49,0,0,164,49,0,0,166,49,0,0,168,49,0,0,172,49,0,0,172,49,0,0,174,49,0,0,176,49,0,0,176,49,0,0,180,49,0,0,184,49,0,0,188,49,0,0,188,49,0,0,188,49,0,0,192,49,0,0,194,49,0,0,196,49,0,0,200,49,0,0,202,49,0,0,202,49,0,0,208,49,0,0,208,49,0,0,208,49,0,0,214,49,0,0,214,49,0,0,214,49,0,0,216,49,0,0,216,49,0,0,216,49,0,0,216,49,0,0,220,49,0,0,220,49,0,0,220,49,0,0,220,49,0,0,224,49,0,0,224,49,0,0,224,49,0,0,226,49,0,0,228,49,0,0,228,49,0,0,228,49,0,0,228,49,0,0,228,49,0,0,230,49,0,0,230,49,0,0,232,49,0,0,232,49,0,0,232,49,0,0,240,49,0,0,240,49,0,0,242,49,0,0,244,49,0,0,244,49,0,0,246,49,0,0,246,49,0,0,248,49,0,0,248,49,0,0,254,49,0,0,0,50,0,0,2,50,0,0,2,50,0,0,6,50,0,0,14,50,0,0,16,50,0,0,18,50,0,0,18,50,0,0,24,50,0,0,26,50,0,0,28,50,0,0,28,50,0,0,28,50,0,0,34,50,0,0,34,50,0,0,38,50,0,0,38,50,0,0,40,50,0,0,42,50,0,0,44,50,0,0,46,50,0,0,50,50,0,0,52,50,0,0,52,50,0,0,52,50,0,0,52,50,0,0,54,50,0,0,54,50,0,0,54,50,0,0,56,50,0,0,56,50,0,0,56,50,0,0,60,50,0,0,64,50,0,0,64,50,0,0,68,50,0,0,68,50,0,0,70,50,0,0,72,50,0,0,74,50,0,0,74,50,0,0,78,50,0,0,78,50,0,0,80,50,0,0,80,50,0,0,82,50,0,0,86,50,0,0,86,50,0,0,86,50,0,0,90,50,0,0,90,50,0,0,92,50,0,0,94,50,0,0,96,50,0,0,96,50,0,0,100,50,0,0,102,50,0,0,106,50,0,0,110,50,0,0,112,50,0,0,112,50,0,0,112,50,0,0,112,50,0,0,112,50,0,0,112,50,0,0,114,50,0,0,114,50,0,0,114,50,0,0,116,50,0,0,116,50,0,0,120,50,0,0,120,50,0,0,124,50,0,0,126,50,0,0,126,50,0,0,134,50,0,0,134,50,0,0,138,50,0,0,138,50,0,0,140,50,0,0,144,50,0,0,148,50,0,0,148,50,0,0,150,50,0,0,154,50,0,0,156,50,0,0,156,50,0,0,156,50,0,0,160,50,0,0,162,50,0,0,162,50,0,0,162,50,0,0,166,50,0,0,166,50,0,0,168,50,0,0,168,50,0,0,168,50,0,0,168,50,0,0,170,50,0,0,174,50,0,0,174,50,0,0,176,50,0,0,176,50,0,0,178,50,0,0,178,50,0,0,178,50,0,0,180,50,0,0,182,50,0,0,184,50,0,0,188,50,0,0,188,50,0,0,192,50,0,0,194,50,0,0,196,50,0,0,200,50,0,0,202,50,0,0,208,50,0,0,210,50,0,0,212,50,0,0,212,50,0,0,212,50,0,0,216,50,0,0,218,50,0,0,218,50,0,0,222,50,0,0,222,50,0,0,222,50,0,0,226,50,0,0,228,50,0,0,228,50,0,0,228,50,0,0,228,50,0,0,230,50,0,0,232,50,0,0,232,50,0,0,236,50,0,0,240,50,0,0,240,50,0,0,242,50,0,0,244,50,0,0,246,50,0,0,246,50,0,0,250,50,0,0,254,50,0,0,254,50,0,0,4,51,0,0,6,51,0,0,10,51,0,0,14,51,0,0,16,51,0,0,16,51,0,0,18,51,0,0,22,51,0,0,26,51,0,0,30,51,0,0,40,51,0,0,40,51,0,0,40,51,0,0,42,51,0,0,44,51,0,0,44,51,0,0,46,51,0,0,48,51,0,0,50,51,0,0,50,51,0,0,52,51,0,0,56,51,0,0,58,51,0,0,58,51,0,0,60,51,0,0,62,51,0,0,64,51,0,0,66,51,0,0,66,51,0,0,70,51,0,0,72,51,0,0,72,51,0,0,74,51,0,0,74,51,0,0,78,51,0,0,80,51,0,0,80,51,0,0,82,51,0,0,82,51,0,0,82,51,0,0,84,51,0,0,86,51,0,0,86,51,0,0,86,51,0,0,86,51,0,0,88,51,0,0,94,51,0,0,98,51,0,0,102,51,0,0,102,51,0,0,104,51,0,0,106,51,0,0,108,51,0,0,108,51,0,0,112,51,0,0,116,51,0,0,120,51,0,0,122,51,0,0,124,51,0,0,124,51,0,0,124,51,0,0,124,51,0,0,128,51,0,0,128,51,0,0,128,51,0,0,128,51,0,0,128,51,0,0,132,51,0,0,136,51,0,0,136,51,0,0,138,51,0,0,140,51,0,0,144,51,0,0,146,51,0,0,146,51,0,0,146,51,0,0,150,51,0,0,150,51,0,0,150,51,0,0,154,51,0,0,156,51,0,0,158,51,0,0,160,51,0,0,160,51,0,0,160,51,0,0,162,51,0,0,166,51,0,0,166,51,0,0,176,51,0,0,182,51,0,0,184,51,0,0,188,51,0,0,192,51,0,0,194,51,0,0,194,51,0,0,194,51,0,0,194,51,0,0,194,51,0,0,196,51,0,0,196,51,0,0,200,51,0,0,204,51,0,0,204,51,0,0,206,51,0,0,208,51,0,0,208,51,0,0,208,51,0,0,208,51,0,0,210,51,0,0,214,51,0,0,214,51,0,0,214,51,0,0,216,51,0,0,216,51,0,0,220,51,0,0,222,51,0,0,224,51,0,0,228,51,0,0,234,51,0,0,236,51,0,0,242,51,0,0,244,51,0,0,250,51,0,0,250,51,0,0,250,51,0,0,252,51,0,0,0,52,0,0,4,52,0,0,8,52,0,0,12,52,0,0,14,52,0,0,18,52,0,0,22,52,0,0,26,52,0,0,26,52,0,0,30,52,0,0,34,52,0,0,34,52,0,0,36,52,0,0,36,52,0,0,36,52,0,0,36,52,0,0,36,52,0,0,40,52,0,0,40,52,0,0,44,52,0,0,46,52,0,0,46,52,0,0,46,52,0,0,48,52,0,0,52,52,0,0,52,52,0,0,52,52,0,0,52,52,0,0,58,52,0,0,60,52,0,0,62,52,0,0,64,52,0,0,66,52,0,0,68,52,0,0,72,52,0,0,74,52,0,0,76,52,0,0,78,52,0,0,80,52,0,0,82,52,0,0,86,52,0,0,90,52,0,0,92,52,0,0,94,52,0,0,96,52,0,0,100,52,0,0,102,52,0,0,102,52,0,0,106,52,0,0,108,52,0,0,112,52,0,0,112,52,0,0,112,52,0,0,114,52,0,0,114,52,0,0,114,52,0,0,114,52,0,0,116,52,0,0,118,52,0,0,124,52,0,0,124,52,0,0,128,52,0,0,130,52,0,0,132,52,0,0,132,52,0,0,132,52,0,0,136,52,0,0,136,52,0,0,136,52,0,0,138,52,0,0,138,52,0,0,138,52,0,0,144,52,0,0,146,52,0,0,146,52,0,0,148,52,0,0,152,52,0,0,154,52,0,0,160,52,0,0,162,52,0,0,164,52,0,0,164,52,0,0,164,52,0,0,166,52,0,0,166,52,0,0,166,52,0,0,170,52,0,0,172,52,0,0,176,52,0,0,180,52,0,0,184,52,0,0,186,52,0,0,186,52,0,0,190,52,0,0,194,52,0,0,196,52,0,0,198,52,0,0,204,52,0,0,206,52,0,0,208,52,0,0,210,52,0,0,210,52,0,0,212,52,0,0,214,52,0,0,214,52,0,0,214,52,0,0,214,52,0,0,216,52,0,0,220,52,0,0,220,52,0,0,220,52,0,0,222,52,0,0,224,52,0,0,226,52,0,0,228,52,0,0,236,52,0,0,236,52,0,0,236,52,0,0,236,52,0,0,240,52,0,0,240,52,0,0,240,52,0,0,240,52,0,0,242,52,0,0,244,52,0,0,246,52,0,0,246,52,0,0,250,52,0,0,250,52,0,0,252,52,0,0,252,52,0,0,254,52,0,0,254,52,0,0,0,53,0,0,0,53,0,0,2,53,0,0,2,53,0,0,6,53,0,0,8,53,0,0,12,53,0,0,16,53,0,0,22,53,0,0,26,53,0,0,28,53,0,0,32,53,0,0,34,53,0,0,36,53,0,0,38,53,0,0,38,53,0,0,46,53,0,0,46,53,0,0,52,53,0,0,54,53,0,0,64,53,0,0,70,53,0,0,72,53,0,0,76,53,0,0,78,53,0,0,78,53,0,0,78,53,0,0,82,53,0,0,82,53,0,0,82,53,0,0,86,53,0,0,88,53,0,0,88,53,0,0,92,53,0,0,92,53,0,0,92,53,0,0,92,53,0,0,92,53,0,0,92,53,0,0,98,53,0,0,98,53,0,0,98,53,0,0,100,53,0,0,100,53,0,0,100,53,0,0,102,53,0,0,104,53,0,0,106,53,0,0,110,53,0,0,110,53,0,0,118,53,0,0,122,53,0,0,122,53,0,0,122,53,0,0,126,53,0,0,130,53,0,0,132,53,0,0,136,53,0,0,136,53,0,0,142,53,0,0,146,53,0,0,148,53,0,0,148,53,0,0,150,53,0,0,152,53,0,0,156,53,0,0,162,53,0,0,162,53,0,0,164,53,0,0,164,53,0,0,166,53,0,0,166,53,0,0,168,53,0,0,168,53,0,0,172,53,0,0,174,53,0,0,178,53,0,0,178,53,0,0,178,53,0,0,178,53,0,0,182,53,0,0,184,53,0,0,186,53,0,0,188,53,0,0,188,53,0,0,188,53,0,0,188,53,0,0,192,53,0,0,192,53,0,0,196,53,0,0,196,53,0,0,198,53,0,0,198,53,0,0,200,53,0,0,204,53,0,0,204,53,0,0,206,53,0,0,208,53,0,0,210,53,0,0,212,53,0,0,216,53,0,0,220,53,0,0,220,53,0,0,226,53,0,0,226,53,0,0,232,53,0,0,232,53,0,0,232,53,0,0,232,53,0,0,232,53,0,0,232,53,0,0,236,53,0,0,236,53,0,0,238,53,0,0,240,53,0,0,242,53,0,0,244,53,0,0,246,53,0,0,248,53,0,0,248,53,0,0,250,53,0,0,252,53,0,0,252,53,0,0,0,54,0,0,6,54,0,0,8,54,0,0,10,54,0,0,10,54,0,0,10,54,0,0,12,54,0,0,14,54,0,0,16,54,0,0,16,54,0,0,18,54,0,0,18,54,0,0,20,54,0,0,20,54,0,0,22,54,0,0,22,54,0,0,22,54,0,0,22,54,0,0,22,54,0,0,22,54,0,0,28,54,0,0,30,54,0,0,30,54,0,0,34,54,0,0,34,54,0,0,36,54,0,0,38,54,0,0,42,54,0,0,44,54,0,0,46,54,0,0,50,54,0,0,50,54,0,0,52,54,0,0,54,54,0,0,54,54,0,0,56,54,0,0,56,54,0,0,56,54,0,0,60,54,0,0,60,54,0,0,60,54,0,0,70,54,0,0,70,54,0,0,70,54,0,0,70,54,0,0,70,54,0,0,72,54,0,0,74,54,0,0,74,54,0,0,78,54,0,0,82,54,0,0,82,54,0,0,86,54,0,0,90,54,0,0,90,54,0,0,92,54,0,0,92,54,0,0,94,54,0,0,94,54,0,0,96,54,0,0,100,54,0,0,100,54,0,0,102,54,0,0,106,54,0,0,112,54,0,0,112,54,0,0,112,54,0,0,112,54,0,0,112,54,0,0,112,54,0,0,116,54,0,0,120,54,0,0,126,54,0,0,126,54,0,0,128,54,0,0,128,54,0,0,128,54,0,0,130,54,0,0,134,54,0,0,134,54,0,0,134,54,0,0,136,54,0,0,136,54,0,0,140,54,0,0,142,54,0,0,146,54,0,0,146,54,0,0,146,54,0,0,152,54,0,0,152,54,0,0,152,54,0,0,154,54,0,0,158,54,0,0,160,54,0,0,164,54,0,0,166,54,0,0,168,54,0,0,172,54,0,0,172,54,0,0,176,54,0,0,178,54,0,0,178,54,0,0,180,54,0,0,182,54,0,0,184,54,0,0,186,54,0,0,190,54,0,0,190,54,0,0,190,54,0,0,190,54,0,0,190,54,0,0,190,54,0,0,192,54,0,0,192,54,0,0,192,54,0,0,196,54,0,0,200,54,0,0,200,54,0,0,202,54,0,0,204,54,0,0,204,54,0,0,204,54,0,0,206,54,0,0,208,54,0,0,208,54,0,0,210,54,0,0,220,54,0,0,224,54,0,0,226,54,0,0,228,54,0,0,228,54,0,0,230,54,0,0,232,54,0,0,232,54,0,0,234,54,0,0,234,54,0,0,236,54,0,0,236,54,0,0,236,54,0,0,236,54,0,0,240,54,0,0,244,54,0,0,244,54,0,0,244,54,0,0,244,54,0,0,248,54,0,0,250,54,0,0,250,54,0,0,254,54,0,0,2,55,0,0,6,55,0,0,8,55,0,0,8,55,0,0,8,55,0,0,12,55,0,0,18,55,0,0,20,55,0,0,22,55,0,0,24,55,0,0,28,55,0,0,28,55,0,0,34,55,0,0,34,55,0,0,36,55,0,0,36,55,0,0,38,55,0,0,42,55,0,0,42,55,0,0,42,55,0,0,42,55,0,0,46,55,0,0,46,55,0,0,46,55,0,0,54,55,0,0,58,55,0,0,60,55,0,0,64,55,0,0,66,55,0,0,72,55,0,0,72,55,0,0,76,55,0,0,82,55,0,0,82,55,0,0,82,55,0,0,86,55,0,0,88,55,0,0,90,55,0,0,90,55,0,0,90,55,0,0,92,55,0,0,94,55,0,0,94,55,0,0,98,55,0,0,102,55,0,0,102,55,0,0,104,55,0,0,106,55,0,0,106,55,0,0,108,55,0,0,108,55,0,0,108,55,0,0,108,55,0,0,112,55,0,0,114,55,0,0,116,55,0,0,120,55,0,0,120,55,0,0,122,55,0,0,126,55,0,0,126,55,0,0,128,55,0,0,128,55,0,0,128,55,0,0,128,55,0,0,128,55,0,0,130,55,0,0,130,55,0,0,130,55,0,0,132,55,0,0,132,55,0,0,132,55,0,0,136,55,0,0,136,55,0,0,142,55,0,0,142,55,0,0,142,55,0,0,146,55,0,0,146,55,0,0,146,55,0,0,152,55,0,0,152,55,0,0,154,55,0,0,154,55,0,0,154,55,0,0,156,55,0,0,158,55,0,0,158,55,0,0,158,55,0,0,160,55,0,0,162,55,0,0,164,55,0,0,164,55,0,0,166,55,0,0,166,55,0,0,168,55,0,0,168,55,0,0,170,55,0,0,172,55,0,0,172,55,0,0,174,55,0,0,176,55,0,0,178,55,0,0,178,55,0,0,180,55,0,0,180,55,0,0,180,55,0,0,184,55,0,0,184,55,0,0,186,55,0,0,194,55,0,0,194,55,0,0,196,55,0,0,202,55,0,0,202,55,0,0,202,55,0,0,204,55,0,0,204,55,0,0,206,55,0,0,206,55,0,0,206,55,0,0,210,55,0,0,212,55,0,0,212,55,0,0,212,55,0,0,214,55,0,0,214,55,0,0,218,55,0,0,220,55,0,0,220,55,0,0,226,55,0,0,230,55,0,0,230,55,0,0,232,55,0,0,234,55,0,0,234,55,0,0,238,55,0,0,242,55,0,0,246,55,0,0,248,55,0,0,250,55,0,0,250,55,0,0,254,55,0,0,0,56,0,0,2,56,0,0,2,56,0,0,4,56,0,0,4,56,0,0,10,56,0,0,14,56,0,0,16,56,0,0,18,56,0,0,20,56,0,0,22,56,0,0,28,56,0,0,32,56,0,0,32,56,0,0,32,56,0,0,32,56,0,0,32,56,0,0,34,56,0,0,34,56,0,0,34,56,0,0,40,56,0,0,42,56,0,0,44,56,0,0,46,56,0,0,48,56,0,0,50,56,0,0,52,56,0,0,56,56,0,0,60,56,0,0,60,56,0,0,64,56,0,0,64,56,0,0,64,56,0,0,64,56,0,0,66,56,0,0,70,56,0,0,74,56,0,0,80,56,0,0,82,56,0,0,84,56,0,0,84,56,0,0,86,56,0,0,90,56,0,0,90,56,0,0,90,56,0,0,92,56,0,0,92,56,0,0,96,56,0,0,96,56,0,0,98,56,0,0,100,56,0,0,104,56,0,0,106,56,0,0,106,56,0,0,106,56,0,0,108,56,0,0,110,56,0,0,112,56,0,0,112,56,0,0,112,56,0,0,112,56,0,0,112,56,0,0,118,56,0,0,118,56,0,0,122,56,0,0,122,56,0,0,124,56,0,0,126,56,0,0,128,56,0,0,134,56,0,0,134,56,0,0,134,56,0,0,134,56,0,0,136,56,0,0,136,56,0,0,138,56,0,0,140,56,0,0,140,56,0,0,140,56,0,0,142,56,0,0,142,56,0,0,146,56,0,0,148,56,0,0,148,56,0,0,154,56,0,0,156,56,0,0,156,56,0,0,156,56,0,0,158,56,0,0,160,56,0,0,160,56,0,0,160,56,0,0,162,56,0,0,162,56,0,0,164,56,0,0,166,56,0,0,168,56,0,0,174,56,0,0,176,56,0,0,182,56,0,0,182,56,0,0,182,56,0,0,184,56,0,0,184,56,0,0,188,56,0,0,190,56,0,0,196,56,0,0,198,56,0,0,198,56,0,0,198,56,0,0,198,56,0,0,202,56,0,0,204,56,0,0,204,56,0,0,206,56,0,0,210,56,0,0,210,56,0,0,212,56,0,0,212,56,0,0,212,56,0,0,212,56,0,0,212,56,0,0,212,56,0,0,212,56,0,0,212,56,0,0,218,56,0,0,220,56,0,0,222,56,0,0,222,56,0,0,226,56,0,0,228,56,0,0,230,56,0,0,234,56,0,0,238,56,0,0,238,56,0,0,238,56,0,0,238,56,0,0,242,56,0,0,244,56,0,0,244,56,0,0,246,56,0,0,246,56,0,0,246,56,0,0,246,56,0,0,246,56,0,0,248,56,0,0,252,56,0,0,254,56,0,0,0,57,0,0,6,57,0,0,12,57,0,0,14,57,0,0,16,57,0,0,16,57,0,0,16,57,0,0,18,57,0,0,22,57,0,0,22,57,0,0,24,57,0,0,24,57,0,0,24,57,0,0,30,57,0,0,36,57,0,0,36,57,0,0,36,57,0,0,36,57,0,0,38,57,0,0,38,57,0,0,38,57,0,0,42,57,0,0,42,57,0,0,42,57,0,0,44,57,0,0,44,57,0,0,46,57,0,0,46,57,0,0,50,57,0,0,56,57,0,0,58,57,0,0,60,57,0,0,60,57,0,0,62,57,0,0,62,57,0,0,62,57,0,0,64,57,0,0,64,57,0,0,66,57,0,0,68,57,0,0,74,57,0,0,76,57,0,0,76,57,0,0,78,57,0,0,78,57,0,0,78,57,0,0,82,57,0,0,90,57,0,0,90,57,0,0,92,57,0,0,102,57,0,0,104,57,0,0,106,57,0,0,106,57,0,0,108,57,0,0,108,57,0,0,108,57,0,0,108,57,0,0,112,57,0,0,112,57,0,0,116,57,0,0,116,57,0,0,118,57,0,0,118,57,0,0,120,57,0,0,122,57,0,0,122,57,0,0,122,57,0,0,126,57,0,0,128,57,0,0,132,57,0,0,136,57,0,0,138,57,0,0,140,57,0,0,142,57,0,0,144,57,0,0,144,57,0,0,144,57,0,0,150,57,0,0,154,57,0,0,154,57,0,0,158,57,0,0,160,57,0,0,164,57,0,0,164,57,0,0,164,57,0,0,166,57,0,0,166,57,0,0,170,57,0,0,170,57,0,0,170,57,0,0,170,57,0,0,172,57,0,0,174,57,0,0,178,57,0,0,178,57,0,0,178,57,0,0,180,57,0,0,182,57,0,0,182,57,0,0,182,57,0,0,182,57,0,0,192,57,0,0,194,57,0,0,200,57,0,0,204,57,0,0,206,57,0,0,208,57,0,0,210,57,0,0,214,57,0,0,218,57,0,0,224,57,0,0,226,57,0,0,228,57,0,0,232,57,0,0,234,57,0,0,238,57,0,0,240,57,0,0,244,57,0,0,244,57,0,0,246,57,0,0,246,57,0,0,246,57,0,0,248,57,0,0,248,57,0,0,252,57,0,0,254,57,0,0,0,58,0,0,2,58,0,0,4,58,0,0,4,58,0,0,6,58,0,0,10,58,0,0,10,58,0,0,14,58,0,0,14,58,0,0,14,58,0,0,18,58,0,0,22,58,0,0,24,58,0,0,26,58,0,0,26,58,0,0,26,58,0,0,28,58,0,0,28,58,0,0,28,58,0,0,28,58,0,0,40,58,0,0,44,58,0,0,44,58,0,0,44,58,0,0,46,58,0,0,46,58,0,0,48,58,0,0,54,58,0,0,54,58,0,0,56,58,0,0,56,58,0,0,58,58,0,0,60,58,0,0,60,58,0,0,66,58,0,0,68,58,0,0,72,58,0,0,72,58,0,0,72,58,0,0,76,58,0,0,76,58,0,0,78,58,0,0,84,58,0,0,86,58,0,0,86,58,0,0,88,58,0,0,90,58,0,0,94,58,0,0,96,58,0,0,98,58,0,0,100,58,0,0,102,58,0,0,104,58,0,0,112,58,0,0,116,58,0,0,118,58,0,0,124,58,0,0,126,58,0,0,126,58,0,0,128,58,0,0,130,58,0,0,132,58,0,0,134,58,0,0,136,58,0,0,138,58,0,0,140,58,0,0,140,58,0,0,144,58,0,0,144,58,0,0,146,58,0,0,150,58,0,0,150,58,0,0,152,58,0,0,160,58,0,0,164,58,0,0,166,58,0,0,170,58,0,0,170,58,0,0,170,58,0,0,170,58,0,0,176,58,0,0,176,58,0,0,180,58,0,0,182,58,0,0,182,58,0,0,188,58,0,0,188,58,0,0,190,58,0,0,192,58,0,0,196,58,0,0,196,58,0,0,200,58,0,0,200,58,0,0,206,58,0,0,208,58,0,0,210,58,0,0,210,58,0,0,210,58,0,0,210,58,0,0,212,58,0,0,218,58,0,0,224,58,0,0,228,58,0,0,234,58,0,0,234,58,0,0,236,58,0,0,236,58,0,0,236,58,0,0,238,58,0,0,240,58,0,0,242,58,0,0,242,58,0,0,242,58,0,0,246,58,0,0,246,58,0,0,248,58,0,0,248,58,0,0,250,58,0,0,250,58,0,0,252,58,0,0,0,59,0,0,0,59,0,0,2,59,0,0,6,59,0,0,8,59,0,0,8,59,0,0,10,59,0,0,12,59,0,0,16,59,0,0,18,59,0,0,20,59,0,0,20,59,0,0,22,59,0,0,34,59,0,0,34,59,0,0,42,59,0,0,42,59,0,0,44,59,0,0,46,59,0,0,50,59,0,0,50,59,0,0,50,59,0,0,56,59,0,0,56,59,0,0,56,59,0,0,58,59,0,0,58,59,0,0,60,59,0,0,64,59,0,0,64,59,0,0,66,59,0,0,68,59,0,0,70,59,0,0,72,59,0,0,72,59,0,0,72,59,0,0,74,59,0,0,76,59,0,0,76,59,0,0,78,59,0,0,80,59,0,0,80,59,0,0,80,59,0,0,82,59,0,0,84,59,0,0,86,59,0,0,86,59,0,0,86,59,0,0,86,59,0,0,92,59,0,0,94,59,0,0,94,59,0,0,94,59,0,0,96,59,0,0,100,59,0,0,106,59,0,0,110,59,0,0,112,59,0,0,114,59,0,0,116,59,0,0,116,59,0,0,118,59,0,0,120,59,0,0,122,59,0,0,126,59,0,0,126,59,0,0,128,59,0,0,130,59,0,0,132,59,0,0,134,59,0,0,138,59,0,0,138,59,0,0,142,59,0,0,144,59,0,0,146,59,0,0,148,59,0,0,152,59,0,0,152,59,0,0,154,59,0,0,156,59,0,0,158,59,0,0,158,59,0,0,160,59,0,0,162,59,0,0,164,59,0,0,170,59,0,0,174,59,0,0,176,59,0,0,176,59,0,0,182,59,0,0,184,59,0,0,184,59,0,0,184,59,0,0,188,59,0,0,194,59,0,0,198,59,0,0,202,59,0,0,206,59,0,0,206,59,0,0,210,59,0,0,216,59,0,0,216,59,0,0,220,59,0,0,222,59,0,0,224,59,0,0,224,59,0,0,230,59,0,0,234,59,0,0,238,59,0,0,240,59,0,0,242,59,0,0,244,59,0,0,250,59,0,0,250,59,0,0,250,59,0,0,254,59,0,0,254,59,0,0,2,60,0,0,4,60,0,0,4,60,0,0,10,60,0,0,12,60,0,0,16,60,0,0,18,60,0,0,18,60,0,0,20,60,0,0,22,60,0,0,24,60,0,0,30,60,0,0,34,60,0,0,38,60,0,0,38,60,0,0,40,60,0,0,42,60,0,0,42,60,0,0,44,60,0,0,44,60,0,0,44,60,0,0,44,60,0,0,44,60,0,0,44,60,0,0,46,60,0,0,50,60,0,0,52,60,0,0,54,60,0,0,62,60,0,0,64,60,0,0,66,60,0,0,68,60,0,0,70,60,0,0,74,60,0,0,74,60,0,0,78,60,0,0,80,60,0,0,84,60,0,0,88,60,0,0,90,60,0,0,92,60,0,0,92,60,0,0,92,60,0,0,92,60,0,0,92,60,0,0,92,60,0,0,94,60,0,0,100,60,0,0,100,60,0,0,104,60,0,0,106,60,0,0,108,60,0,0,108,60,0,0,108,60,0,0,108,60,0,0,112,60,0,0,112,60,0,0,112,60,0,0,112,60,0,0,112,60,0,0,120,60,0,0,120,60,0,0,124,60,0,0,130,60,0,0,132,60,0,0,134,60,0,0,136,60,0,0,136,60,0,0,136,60,0,0,138,60,0,0,138,60,0,0,138,60,0,0,138,60,0,0,140,60,0,0,144,60,0,0,150,60,0,0,150,60,0,0,152,60,0,0,154,60,0,0,154,60,0,0,154,60,0,0,160,60,0,0,162,60,0,0,162,60,0,0,164,60,0,0,166,60,0,0,166,60,0,0,168,60,0,0,168,60,0,0,170,60,0,0,170,60,0,0,172,60,0,0,174,60,0,0,176,60,0,0,184,60,0,0,184,60,0,0,186,60,0,0,186,60,0,0,186,60,0,0,186,60,0,0,188,60,0,0,188,60,0,0,194,60,0,0,194,60,0,0,194,60,0,0,198,60,0,0,200,60,0,0,204,60,0,0,204,60,0,0,208,60,0,0,210,60,0,0,214,60,0,0,214,60,0,0,214,60,0,0,216,60,0,0,218,60,0,0,218,60,0,0,218,60,0,0,220,60,0,0,222,60,0,0,222,60,0,0,226,60,0,0,230,60,0,0,236,60,0,0,242,60,0,0,244,60,0,0,244,60,0,0,250,60,0,0,250,60,0,0,254,60,0,0,0,61,0,0,2,61,0,0,4,61,0,0,8,61,0,0,8,61,0,0,12,61,0,0,16,61,0,0,16,61,0,0,18,61,0,0,18,61,0,0,18,61,0,0,18,61,0,0,18,61,0,0,18,61,0,0,18,61,0,0,20,61,0,0,26,61,0,0,30,61,0,0,34,61,0,0,36,61,0,0,40,61,0,0,40,61,0,0,40,61,0,0,42,61,0,0,42,61,0,0,42,61,0,0,42,61,0,0,42,61,0,0,42,61,0,0,44,61,0,0,44,61,0,0,46,61,0,0,50,61,0,0,54,61,0,0,54,61,0,0,58,61,0,0,58,61,0,0,60,61,0,0,60,61,0,0,60,61,0,0,62,61,0,0,64,61,0,0,64,61,0,0,64,61,0,0,64,61,0,0,66,61,0,0,68,61,0,0,72,61,0,0,72,61,0,0,76,61,0,0,80,61,0,0,80,61,0,0,86,61,0,0,92,61,0,0,96,61,0,0,98,61,0,0,104,61,0,0,104,61,0,0,104,61,0,0,106,61,0,0,106,61,0,0,106,61,0,0,110,61,0,0,112,61,0,0,116,61,0,0,116,61,0,0,118,61,0,0,122,61,0,0,124,61,0,0,126,61,0,0,126,61,0,0,130,61,0,0,136,61,0,0,138,61,0,0,146,61,0,0,146,61,0,0,150,61,0,0,154,61,0,0,158,61,0,0,160,61,0,0,160,61,0,0,160,61,0,0,160,61,0,0,162,61,0,0,164,61,0,0,164,61,0,0,166,61,0,0,166,61,0,0,166,61,0,0,166,61,0,0,172,61,0,0,172,61,0,0,174,61,0,0,174,61,0,0,176,61,0,0,176,61,0,0,178,61,0,0,180,61,0,0,186,61,0,0,186,61,0,0,188,61,0,0,194,61,0,0,196,61,0,0,198,61,0,0,204,61,0,0,208,61,0,0,210,61,0,0,210,61,0,0,212,61,0,0,212,61,0,0,214,61,0,0,214,61,0,0,214,61,0,0,214,61,0,0,216,61,0,0,220,61,0,0,224,61,0,0,228,61,0,0,232,61,0,0,234,61,0,0,238,61,0,0,242,61,0,0,242,61,0,0,248,61,0,0,248,61,0,0,248,61,0,0,250,61,0,0,0,62,0,0,2,62,0,0,6,62,0,0,6,62,0,0,6,62,0,0,6,62,0,0,8,62,0,0,16,62,0,0,16,62,0,0,20,62,0,0,20,62,0,0,20,62,0,0,22,62,0,0,24,62,0,0,24,62,0,0,26,62,0,0,28,62,0,0,30,62,0,0,32,62,0,0,32,62,0,0,34,62,0,0,38,62,0,0,40,62,0,0,40,62,0,0,40,62,0,0,44,62,0,0,48,62,0,0,48,62,0,0,50,62,0,0,50,62,0,0,50,62,0,0,52,62,0,0,52,62,0,0,62,62,0,0,62,62,0,0,66,62,0,0,66,62,0,0,66,62,0,0,70,62,0,0,72,62,0,0,72,62,0,0,76,62,0,0,76,62,0,0,76,62,0,0,76,62,0,0,80,62,0,0,82,62,0,0,82,62,0,0,82,62,0,0,84,62,0,0,90,62,0,0,92,62,0,0,94,62,0,0,94,62,0,0,96,62,0,0,102,62,0,0,104,62,0,0,104,62,0,0,106,62,0,0,108,62,0,0,110,62,0,0,112,62,0,0,118,62,0,0,118,62,0,0,120,62,0,0,124,62,0,0,126,62,0,0,126,62,0,0,128,62,0,0,128,62,0,0,134,62,0,0,136,62,0,0,136,62,0,0,136,62,0,0,142,62,0,0,142,62,0,0,142,62,0,0,144,62,0,0,146,62,0,0,150,62,0,0,154,62,0,0,156,62,0,0,158,62,0,0,158,62,0,0,158,62,0,0,162,62,0,0,162,62,0,0,166,62,0,0,170,62,0,0,170,62,0,0,172,62,0,0,178,62,0,0,180,62,0,0,180,62,0,0,182,62,0,0,182,62,0,0,184,62,0,0,188,62,0,0,190,62,0,0,190,62,0,0,194,62,0,0,196,62,0,0,196,62,0,0,200,62,0,0,210,62,0,0,216,62,0,0,216,62,0,0,216,62,0,0,218,62,0,0,218,62,0,0,220,62,0,0,220,62,0,0,222,62,0,0,224,62,0,0,224,62,0,0,228,62,0,0,232,62,0,0,232,62,0,0,234,62,0,0,236,62,0,0,236,62,0,0,236,62,0,0,240,62,0,0,244,62,0,0,248,62,0,0,252,62,0,0,254,62,0,0,0,63,0,0,0,63,0,0,2,63,0,0,4,63,0,0,6,63,0,0,8,63,0,0,10,63,0,0,14,63,0,0,20,63,0,0,24,63,0,0,24,63,0,0,26,63,0,0,26,63,0,0,30,63,0,0,34,63,0,0,34,63,0,0,36,63,0,0,38,63,0,0,42,63,0,0,44,63,0,0,46,63,0,0,48,63,0,0,48,63,0,0,48,63,0,0,52,63,0,0,56,63,0,0,56,63,0,0,0,192,5,138,64,163,1,0,3,128,219,14,139,19,3,0,4,0,71,182,207,114,3,0,4,96,206,69,106,28,4,0,6,32,99,237,167,187,2,0,6,32,3,109,39,232,3,0,7,0,123,147,77,183,3,0,9,32,200,36,16,192,1,0,9,32,102,15,204,240,1,0,10,64,231,89,48,8,2,0,10,160,30,138,235,14,4,0,11,96,193,198,169,214,1,0,13,224,123,246,118,224,3,0,14,64,225,159,107,93,2,0,15,160,54,81,194,95,2,0,16,224,211,192,128,17,3,0,17,0,133,96,8,146,1,0,18,128,162,171,29,31,2,0,19,0,152,22,234,3,3,0,20,160,218,92,76,234,2,0,20,0,99,194,13,130,3,0,21,192,54,94,23,181,2,0,21,192,17,130,104,126,3,0,24,224,203,207,225,24,2,0,29,192,6,129,220,96,3,0,30,96,153,58,14,74,2,0,36,64,89,199,50,53,3,0,37,224,104,4,205,239,2,0,38,96,125,170,163,47,2,0,39,32,101,122,224,124,1,0,39,224,25,252,74,151,1,0,41,32,250,122,169,146,3,0,42,224,110,252,193,129,2,0,44,160,113,234,63,31,4,0,46,0,230,96,210,185,1,0,46,0,77,126,71,240,1,0,46,32,245,210,5,160,3,0,47,192,200,212,20,98,3,0,49,128,156,25,130,166,3,0,50,96,216,145,252,124,1,0,50,96,115,112,16,220,1,0,51,0,189,53,254,187,2,0,53,32,50,109,112,24,3,0,58,96,16,158,18,143,1,0,58,64,3,5,25,83,2,0,59,0,48,28,253,26,2,0,59,96,255,38,98,39,3,0,62,96,24,81,142,235,2,0,63,32,90,193,203,67,2,0,64,192,167,60,232,220,1,0,64,192,63,10,174,151,2,0,65,64,6,55,54,125,1,0,65,128,10,215,202,199,1,0,65,96,26,147,91,203,1,0,65,96,219,205,154,7,2,0,66,224,26,177,88,62,2,0,68,224,201,199,203,230,2,0,72,0,159,135,146,4,2,0,72,32,33,188,9,109,2,0,72,96,57,28,13,196,2,0,74,128,111,67,168,172,2,0,75,0,13,85,163,14,3,0,75,160,48,69,153,242,3,0,76,64,40,146,9,15,3,0,77,64,162,54,178,25,2,0,81,224,70,206,19,209,3,0,81,128,23,104,226,23,4,0,82,96,239,187,9,120,2,0,83,96,211,65,80,231,1,0,85,224,249,162,66,126,2,0,86,96,78,226,83,34,3,0,87,32,166,166,57,159,2,0,88,224,198,69,148,76,3,0,90,128,35,224,83,219,2,0,90,96,103,131,116,216,3,0,91,224,115,90,221,68,2,0,91,160,8,214,142,160,3,0,91,160,113,225,51,218,3,0,93,224,102,209,211,160,3,0,95,0,230,218,183,75,3,0,97,32,37,109,204,130,1,0,97,192,182,7,24,34,2,0,97,128,52,93,248,84,3,0,103,0,179,87,196,211,2,0,103,192,170,19,149,54,3,0,104,64,62,159,168,126,3,0,105,0,0,110,74,98,2,0,105,160,205,150,22,81,3,0,106,0,225,1,3,68,2,0,108,96,10,34,102,223,1,0,109,192,29,148,10,41,2,0,110,96,219,22,214,159,2,0,110,128,64,178,245,38,3,0,110,96,13,149,134,63,3,0,111,32,57,14,201,97,3,0,112,64,196,255,152,91,2,0,112,224,169,214,39,0,3,0,116,224,123,147,139,18,2,0,116,32,72,134,200,143,2,0,116,0,14,16,62,214,3,0,117,224,232,62,19,17,4,0,118,192,136,184,10,207,2,0,118,32,142,223,167,238,2,0,118,224,237,244,138,49,3,0,119,128,135,252,81,159,1,0,120,192,70,249,198,144,1,0,120,128,115,12,24,243,1,0,120,32,37,155,99,64,3,0,121,192,158,18,155,179,1,0,123,160,201,137,58,134,3,0,124,96,231,47,246,197,2,0,124,32,23,35,86,7,4,0,125,64,129,14,164,11,3,0,126,128,104,77,89,247,1,0,127,96,181,213,219,244,3,0,128,96,170,201,220,30,3,0,128,0,234,74,130,64,3,0,129,192,11,48,82,169,1,0,130,32,59,184,97,194,2,0,131,128,231,164,250,241,3,0,132,224,5,63,97,81,2,0,133,160,104,212,195,229,1,0,134,128,63,209,235,170,1,0,135,128,65,251,43,99,3,0,137,32,53,117,38,113,2,0,137,96,16,42,204,78,3,0,141,224,96,198,113,131,2,0,141,0,80,217,71,68,3,0,143,96,64,46,240,140,2,0,143,160,161,22,79,171,3,0,144,0,57,195,226,215,1,0,145,192,29,222,208,243,1,0,150,160,112,83,82,130,2,0,151,224,118,175,233,175,1,0,154,0,15,178,114,107,3,0,155,0,73,47,159,224,2,0,155,64,58,168,174,232,2,0,155,128,127,176,37,100,3,0,157,64,29,196,250,228,1,0,157,64,247,143,86,98,3,0,158,224,189,114,251,138,3,0,158,0,102,118,177,173,3,0,161,192,200,5,237,182,2,0,161,160,172,109,2,195,2,0,164,32,159,202,234,120,3,0,165,32,205,90,231,248,1,0,166,32,93,20,91,243,1,0,166,160,18,254,126,185,3,0,169,192,67,60,162,222,1,0,170,32,6,48,82,79,2,0,171,0,144,118,142,61,2,0,172,160,83,79,188,187,2,0,173,192,197,235,151,182,1,0,173,224,152,223,252,206,2,0,174,0,29,157,143,196,3,0,176,0,9,109,195,91,2,0,177,64,201,14,225,78,3,0,178,0,239,157,75,181,2,0,178,128,27,253,2,96,3,0,179,96,60,203,140,112,3,0,180,64,15,222,243,190,3,0,183,192,52,86,31,36,2,0,183,0,177,63,124,18,3,0,183,160,20,125,215,6,4,0,185,0,140,181,254,136,1,0,185,96,252,216,209,116,3,0,186,64,12,82,249,236,1,0,187,0,176,248,153,108,2,0,187,128,70,186,220,157,2,0,189,128,42,84,133,191,3,0,191,192,41,111,253,119,3,0,192,224,79,217,32,142,2,0,193,32,47,164,103,154,2,0,193,64,86,108,221,121,3,0,194,64,253,25,4,101,3,0,195,224,219,241,214,214,3,0,198,64,108,31,33,8,3,0,198,64,226,190,147,254,3,0,199,224,25,1,33,170,1,0,200,128,160,248,175,183,1,0,200,224,64,246,113,250,1,0,200,32,30,195,123,201,3,0,203,160,177,211,35,184,1,0,203,96,104,67,60,21,4,0,204,224,76,46,239,181,2,0,204,160,136,218,26,83,3,0,205,32,6,129,110,178,1,0,205,128,250,89,222,70,2,0,205,192,89,92,40,220,3,0,205,96,133,201,240,7,4,0,206,128,173,87,29,49,2,0,207,224,100,162,121,112,2,0,207,64,174,53,150,21,3,0,208,160,140,32,45,182,1,0,208,192,60,12,34,63,3,0,209,0,228,55,249,149,3,0,211,32,44,81,62,124,2,0,212,224,152,223,170,209,2,0,212,64,245,24,230,27,3,0,213,0,34,255,91,253,2,0,215,96,18,201,170,246,3,0,216,224,54,156,191,29,3,0,216,160,145,171,53,16,4,0,217,0,66,62,98,12,2,0,217,224,152,192,80,108,3,0,218,128,111,108,196,1,2,0,218,224,193,146,44,49,3,0,220,224,11,11,78,21,3,0,222,192,131,92,153,199,3,0,222,64,32,220,107,244,3,0,223,224,115,65,78,1,2,0,224,32,170,100,241,66,3,0,225,224,101,67,8,218,3,0,226,96,19,5,134,199,1,0,227,224,61,172,255,235,2,0,228,0,182,150,86,88,3,0,228,192,73,195,161,224,3,0,230,32,202,162,148,95,3,0,232,160,52,52,100,4,2,0,232,64,110,111,108,24,4,0,233,32,219,58,187,169,1,0,233,160,123,204,232,192,1,0,234,224,29,152,120,207,1,0,235,0,67,249,227,150,1,0,236,64,243,50,171,227,3,0,239,0,188,164,31,239,2,0,240,192,51,13,176,111,2,0,240,128,126,126,161,163,3,0,241,224,12,146,104,225,2,0,241,64,2,253,232,86,3,0,242,64,29,36,96,196,1,0,246,128,82,106,245,88,3,0,247,160,113,200,160,124,3,0,248,32,65,123,103,241,1,0,248,224,148,144,112,27,2,0,248,64,193,126,29,20,3,0,248,160,111,57,148,69,3,0,249,128,200,54,158,240,2,0,250,96,208,47,111,32,4,0,251,160,89,11,226,232,2,0,252,0,41,26,160,34,3,0,253,224,174,19,230,195,2,0,254,192,72,106,154,65,2,0,0,97,34,58,87,204,1,0,1,129,202,126,9,147,1,0,1,225,65,77,160,18,2,0,1,161,213,232,8,153,2,0,2,129,111,234,248,175,2,0,4,193,70,249,219,144,1,0,7,1,179,76,116,55,2,0,7,225,55,116,172,63,3,0,9,1,243,26,35,5,2,0,9,33,155,87,18,88,2,0,12,161,226,211,183,156,2,0,15,193,95,7,252,147,1,0,17,193,235,230,114,152,1,0,19,193,94,182,255,147,2,0,20,65,36,247,251,126,2,0,21,97,45,28,198,26,2,0,25,193,100,182,126,250,3,0,26,161,193,235,214,222,3,0,27,65,210,143,81,64,2,0,29,129,157,71,144,165,1,0,29,193,54,193,16,70,2,0,31,129,169,90,53,93,2,0,31,225,134,72,177,179,3,0,32,193,212,233,207,217,2,0,34,33,89,135,124,150,3,0,35,129,253,219,109,35,2,0,35,225,134,87,108,112,3,0,36,33,82,159,71,215,2,0,38,129,178,254,198,209,3,0,40,65,47,81,28,118,2,0,40,225,152,223,224,235,2,0,42,1,55,81,179,95,2,0,42,97,105,104,61,34,3,0,43,161,223,115,183,3,2,0,46,33,47,166,182,26,3,0,47,161,142,16,17,152,1,0,47,97,40,84,161,155,3,0,50,33,39,199,67,221,1,0,52,161,120,62,255,34,3,0,53,161,209,217,223,55,3,0,54,225,156,237,24,62,3,0,54,97,177,187,82,229,3,0,56,129,185,97,149,139,1,0,56,161,236,169,212,221,2,0,57,97,24,81,127,235,2,0,58,97,161,57,221,135,1,0,62,225,195,130,31,135,2,0,62,1,148,53,193,173,2,0,62,97,114,178,102,91,3,0,63,193,23,121,2,71,3,0,63,33,116,146,64,209,3,0,64,225,76,1,129,5,2,0,64,225,204,97,77,124,2,0,65,65,167,35,232,236,2,0,65,33,138,181,54,112,3,0,65,65,56,175,116,21,4,0,66,129,208,42,73,169,3,0,67,161,145,184,175,235,2,0,67,225,248,208,151,152,3,0,68,225,85,244,142,150,2,0,71,33,155,142,242,69,2,0,71,161,14,169,15,22,4,0,73,33,69,223,77,178,2,0,73,97,18,197,54,228,3,0,74,129,37,139,211,195,2,0,74,225,77,25,230,111,3,0,75,193,78,120,120,170,2,0,75,161,63,213,172,68,3,0,76,225,130,15,117,110,2,0,78,161,138,30,227,41,3,0,80,65,139,20,7,239,2,0,84,225,68,211,40,252,2,0,85,193,65,227,191,252,2,0,86,161,15,248,237,44,2,0,86,193,128,53,157,8,4,0,91,65,30,241,68,141,1,0,92,97,214,177,10,116,3,0,93,129,26,23,182,126,3,0,94,193,214,204,39,46,2,0,95,1,212,43,105,156,3,0,98,97,194,26,9,226,3,0,99,1,169,81,244,85,2,0,100,161,248,104,250,230,2,0,100,65,217,193,181,51,3,0,100,193,18,95,86,191,3,0,102,65,35,29,157,15,4,0,103,97,232,152,199,63,2,0,103,1,111,245,40,175,2,0,103,33,166,155,211,23,3,0,103,97,189,197,145,33,3,0,103,97,204,103,45,230,3,0,108,193,96,99,10,171,3,0,109,65,223,59,219,120,2,0,109,1,11,168,18,237,2,0,111,129,99,198,244,218,2,0,111,193,74,79,47,63,3,0,112,97,26,113,60,113,2,0,113,129,104,45,10,107,3,0,114,97,187,238,51,166,3,0,116,97,134,184,33,209,2,0,116,65,123,59,213,192,3,0,117,193,253,210,218,189,2,0,120,225,118,26,138,174,3,0,120,161,157,18,252,10,4,0,121,193,52,248,69,238,2,0,121,193,243,126,67,47,3,0,122,129,210,6,127,253,1,0,124,65,21,41,157,133,2,0,124,129,63,204,90,76,3,0,125,161,50,124,4,181,3,0,126,225,212,224,45,133,1,0,128,225,59,221,245,242,1,0,129,65,134,88,189,0,3,0,130,97,95,77,196,19,2,0,130,97,135,47,104,2,4,0,131,129,44,210,85,216,2,0,133,129,38,126,249,37,2,0,134,129,238,22,10,86,2,0,135,161,114,207,33,209,3,0,136,1,104,248,85,237,1,0,137,225,107,231,134,24,2,0,137,1,43,110,218,27,2,0,137,193,19,187,136,69,2,0,140,129,138,197,211,158,1,0,141,65,55,112,107,133,1,0,141,225,95,93,229,74,3,0,141,1,5,54,59,170,3,0,142,129,185,199,170,110,2,0,144,97,93,15,116,27,3,0,145,225,149,19,192,153,2,0,146,193,147,155,144,141,1,0,146,33,45,110,231,158,1,0,146,97,103,99,178,12,4,0,148,193,212,16,13,217,1,0,149,97,151,223,2,206,3,0,151,65,88,30,231,22,2,0,153,1,168,58,114,4,4,0,155,129,76,193,166,168,1,0,155,33,61,81,74,85,2,0,157,129,46,6,138,79,3,0,158,193,20,249,124,196,3,0,160,1,66,208,201,154,1,0,161,97,30,45,242,153,1,0,161,65,123,167,5,235,2,0,162,65,232,103,237,174,3,0,166,225,56,18,93,72,2,0,167,225,39,81,189,154,2,0,169,225,86,240,254,208,3,0,171,225,103,136,81,239,2,0,171,1,57,134,251,13,3,0,176,129,133,90,109,80,3,0,178,161,109,148,146,194,1,0,178,33,49,214,81,187,2,0,179,97,153,219,62,207,2,0,180,161,59,81,115,81,2,0,180,1,235,116,35,54,3,0,180,97,126,133,226,193,3,0,181,1,48,213,242,251,1,0,181,65,163,185,60,73,3,0,184,1,117,34,123,246,1,0,185,161,224,95,223,239,3,0,186,129,57,166,35,255,2,0,187,225,116,13,251,162,1,0,187,193,204,58,57,54,2,0,189,129,67,156,61,17,2,0,192,97,166,239,75,115,2,0,193,1,200,8,221,179,1,0,195,225,192,5,38,14,2,0,195,97,159,122,232,84,3,0,196,65,195,240,133,82,2,0,196,193,74,98,64,127,2,0,197,129,202,126,47,147,1,0,197,225,41,81,196,124,2,0,200,1,205,50,239,170,2,0,200,65,179,90,62,190,2,0,201,225,37,171,79,12,2,0,201,65,126,23,142,34,3,0,205,161,53,23,201,200,1,0,205,225,118,72,73,97,3,0,206,1,50,81,227,115,2,0,206,129,61,241,175,162,2,0,207,33,161,201,220,233,3,0,210,161,176,44,189,104,3,0,212,161,205,168,136,167,2,0,213,225,6,177,120,197,1,0,215,161,240,85,14,151,2,0,215,225,129,243,76,179,2,0,216,65,232,126,46,0,2,0,216,161,120,118,168,45,3,0,217,97,142,48,74,141,3,0,218,225,29,68,196,202,3,0,219,97,233,197,211,178,1,0,219,161,16,175,203,183,2,0,220,65,172,118,78,129,1,0,220,33,197,46,194,32,2,0,220,129,231,131,9,186,2,0,221,65,249,140,88,186,2,0,221,33,142,160,12,157,3,0,223,129,94,186,47,161,2,0,224,129,196,128,156,3,4,0,225,33,31,183,20,157,2,0,225,1,102,6,219,184,3,0,226,65,8,121,22,231,1,0,226,65,158,227,83,166,2,0,227,193,62,207,104,234,1,0,227,225,70,108,53,82,2,0,227,129,237,26,201,126,3,0,230,97,18,192,86,43,2,0,230,129,231,120,28,139,2,0,232,97,14,94,162,181,2,0,233,193,24,196,157,235,2,0,235,65,231,12,6,145,1,0,236,1,56,47,70,81,3,0,236,1,184,90,76,127,3,0,240,225,240,67,203,251,2,0,242,193,76,81,127,29,2,0,242,1,183,139,197,65,2,0,242,193,203,113,246,219,2,0,244,1,251,0,242,132,1,0,244,65,225,182,244,182,1,0,246,225,138,38,8,196,1,0,246,161,4,223,90,43,3,0,246,161,4,223,118,43,3,0,246,161,4,223,140,43,3,0,246,161,4,223,113,30,4,0,247,225,5,129,87,178,1,0,248,193,197,53,245,24,2,0,251,161,72,218,91,125,1,0,251,65,60,49,115,212,2,0,254,33,246,124,248,11,2,0,255,97,42,31,186,77,2,0,255,225,89,71,226,142,3,0,0,194,116,230,16,129,1,0,0,194,253,53,196,138,2,0,0,2,90,253,37,147,2,0,2,130,222,243,80,235,3,0,3,34,129,5,22,171,3,0,4,226,222,176,81,85,3,0,5,226,97,78,234,173,3,0,6,130,247,46,9,245,3,0,7,194,75,86,210,242,1,0,8,2,223,103,42,142,3,0,9,226,131,5,164,198,2,0,9,162,25,80,87,176,3,0,11,66,255,76,231,181,1,0,16,2,19,37,79,142,1,0,16,226,153,223,113,94,2,0,20,194,80,207,145,102,3,0,21,66,13,172,22,210,2,0,21,130,181,70,42,89,3,0,22,66,80,52,174,79,3,0,22,130,208,27,4,92,3,0,25,194,174,205,76,156,1,0,25,98,205,7,188,166,1,0,25,226,201,49,98,199,1,0,26,194,117,223,246,135,1,0,27,194,101,52,176,116,2,0,27,194,18,186,47,168,2,0,27,130,239,111,234,195,3,0,28,98,189,40,109,212,1,0,29,226,58,11,238,205,1,0,30,130,75,131,218,179,3,0,31,194,93,113,196,193,2,0,31,162,227,200,41,27,3,0,32,226,180,234,128,252,1,0,36,194,233,214,90,151,3,0,39,194,41,177,236,94,2,0,39,2,77,233,30,211,2,0,44,130,137,170,192,130,1,0,44,34,198,18,102,142,1,0,44,98,98,60,135,14,2,0,44,34,171,84,20,3,3,0,44,2,137,80,53,17,3,0,46,226,61,81,158,94,2,0,46,226,0,35,75,226,3,0,47,130,70,60,145,161,3,0,49,226,186,120,188,188,2,0,50,2,119,132,74,239,3,0,54,34,240,241,166,217,2,0,54,130,204,27,4,19,3,0,55,2,165,109,74,162,1,0,58,194,181,181,233,90,2,0,59,162,1,37,204,43,2,0,60,98,61,10,18,189,2,0,61,98,5,39,120,158,2,0,61,34,130,63,213,252,2,0,62,66,83,33,76,78,2,0,66,98,201,126,183,137,1,0,66,2,137,168,58,231,1,0,73,2,221,61,213,145,1,0,73,194,245,250,14,242,2,0,74,34,187,21,186,31,2,0,75,162,147,64,220,76,2,0,76,2,69,142,99,90,3,0,77,162,108,3,61,38,3,0,79,226,15,70,229,219,3,0,80,226,205,16,229,197,1,0,81,130,170,200,47,3,3,0,83,66,46,143,247,33,2,0,84,34,119,139,217,220,3,0,85,194,117,10,118,196,1,0,88,162,23,120,114,199,1,0,90,162,9,9,154,146,1,0,90,194,145,238,231,89,2,0,91,66,112,47,238,72,3,0,92,194,253,53,176,138,2,0,93,130,46,162,114,151,3,0,94,2,126,194,208,155,2,0,95,194,216,73,132,247,3,0,97,226,130,6,50,9,3,0,100,194,45,74,247,146,1,0,100,130,73,145,65,251,3,0,101,226,207,188,80,107,2,0,102,130,219,47,219,245,1,0,102,130,219,47,238,245,1,0,102,130,219,47,252,245,1,0,102,66,129,106,73,63,2,0,102,130,35,218,23,6,4,0,104,2,180,255,167,20,3,0,105,194,211,43,54,205,3,0,106,98,178,87,197,170,2,0,109,66,110,4,242,22,4,0,110,66,232,47,71,134,1,0,110,34,11,110,251,97,2,0,111,98,136,30,153,217,1,0,111,66,130,192,121,75,3,0,112,98,245,81,123,67,2,0,113,34,177,18,62,141,2,0,113,226,81,45,44,60,3,0,115,98,30,60,155,148,1,0,116,98,188,251,100,127,2,0,117,2,73,32,212,9,3,0,119,34,178,7,34,195,2,0,123,2,222,250,134,166,1,0,125,130,191,39,242,80,3,0,127,162,185,97,65,171,1,0,127,98,214,216,224,138,3,0,127,2,97,220,214,171,3,0,129,2,179,12,115,148,2,0,129,66,84,125,124,39,3,0,134,194,214,178,27,199,1,0,135,2,252,26,193,225,2,0,135,226,153,83,14,4,4,0,140,194,78,211,122,104,2,0,140,130,153,223,115,119,2,0,140,194,105,180,101,205,3,0,141,194,166,130,106,0,4,0,143,66,223,49,10,51,2,0,143,130,59,81,150,81,2,0,144,226,153,223,15,94,2,0,146,130,228,96,60,214,2,0,147,194,15,226,219,201,3,0,148,226,201,229,253,167,2,0,149,226,92,254,64,114,3,0,150,226,128,132,39,70,3,0,152,194,137,77,143,12,3,0,153,162,192,39,192,88,2,0,154,226,83,152,26,124,3,0,156,130,191,174,145,29,3,0,157,194,140,155,97,225,3,0,161,34,142,67,130,87,2,0,161,66,30,129,56,91,3,0,162,162,152,27,43,255,1,0,163,66,164,100,222,128,2,0,163,130,2,158,222,146,2,0,163,34,68,72,141,163,3,0,164,226,102,15,100,203,3,0,167,226,199,251,15,74,3,0,169,98,55,84,62,147,1,0,169,34,187,253,114,153,2,0,170,2,233,187,175,119,2,0,170,162,143,197,196,4,3,0,172,130,139,195,45,194,1,0,172,98,168,155,113,65,3,0,172,2,129,101,241,112,3,0,173,130,129,146,21,69,3,0,174,2,205,153,21,161,1,0,174,98,224,154,5,217,3,0,175,130,176,123,195,125,3,0,176,2,34,199,206,93,2,0,179,162,90,190,96,104,2,0,180,130,88,193,73,91,2,0,183,194,22,196,96,17,2,0,184,2,49,252,242,127,2,0,188,130,26,40,17,207,3,0,189,194,9,157,209,127,3,0,192,2,137,223,44,148,3,0,193,66,199,57,196,219,1,0,194,34,213,193,82,12,4,0,195,66,96,233,190,211,1,0,195,2,29,120,118,47,3,0,195,162,72,72,232,163,3,0,196,130,106,86,165,6,3,0,196,34,189,26,118,84,3,0,196,98,156,192,87,201,3,0,197,130,99,212,26,236,1,0,197,162,254,7,238,78,2,0,198,98,147,45,214,203,3,0,199,34,112,240,23,194,1,0,199,226,13,205,73,151,3,0,199,2,191,226,85,242,3,0,200,2,243,228,205,125,1,0,200,34,99,1,47,78,2,0,200,130,21,65,2,243,2,0,201,194,137,197,106,214,3,0,202,66,198,115,159,229,1,0,204,226,120,172,125,59,3,0,204,2,158,13,184,168,3,0,205,34,48,81,235,119,2,0,205,162,93,200,23,175,2,0,205,98,8,228,232,27,4,0,206,226,143,48,192,234,2,0,207,98,68,147,194,167,3,0,208,226,103,144,134,10,3,0,209,226,121,160,128,180,3,0,210,162,84,168,20,64,2,0,211,98,158,186,25,36,3,0,212,98,123,211,45,110,2,0,213,66,51,130,4,194,3,0,213,2,251,228,80,213,3,0,217,66,98,178,49,251,2,0,218,2,246,123,182,130,2,0,219,226,61,240,53,65,2,0,219,226,248,186,77,82,3,0,220,66,163,92,3,131,1,0,220,162,145,222,137,143,3,0,221,34,57,66,130,103,2,0,222,194,112,163,152,233,3,0,224,226,190,51,55,198,2,0,225,2,153,223,185,171,2,0,225,66,106,137,24,189,3,0,226,98,88,58,82,83,3,0,227,66,74,7,109,2,2,0,228,226,207,188,9,106,2,0,230,194,94,66,116,138,3,0,230,98,40,79,232,164,3,0,230,226,21,78,134,12,4,0,231,130,228,142,215,245,3,0,232,162,219,13,146,41,3,0,232,226,14,199,145,98,3,0,233,34,123,35,107,89,2,0,234,130,83,214,225,255,2,0,236,98,19,231,38,8,4,0,237,2,228,41,161,36,2,0,237,194,217,38,84,61,2,0,238,130,80,176,41,203,1,0,238,66,106,116,28,246,3,0,240,34,44,124,139,183,3,0,243,2,184,85,0,249,2,0,243,162,105,36,225,128,3,0,244,34,69,60,36,208,2,0,244,226,84,62,210,178,3,0,245,98,42,8,60,149,1,0,245,194,119,148,120,244,2,0,246,130,249,62,31,218,3,0,247,2,119,172,184,251,2,0,249,226,83,113,25,2,2,0,251,98,216,185,59,29,2,0,251,226,183,5,39,168,3,0,253,34,133,46,239,183,3,0,254,162,60,83,54,224,3,0,255,162,221,8,117,204,1,0,255,130,205,47,203,209,1,0,0,35,123,19,76,147,2,0,2,227,22,137,92,173,3,0,5,99,149,126,158,185,2,0,6,163,28,48,244,117,3,0,8,3,195,24,170,127,3,0,9,163,1,113,216,144,3,0,9,99,11,88,125,149,3,0,10,131,254,215,248,191,3,0,11,67,1,32,31,183,1,0,13,131,136,160,164,200,2,0,14,99,221,159,232,148,3,0,15,163,102,19,248,147,3,0,16,67,89,96,184,101,3,0,18,3,155,114,241,27,2,0,18,35,121,5,13,67,2,0,18,3,20,152,174,218,3,0,20,99,200,114,83,179,1,0,20,131,31,30,4,204,1,0,21,35,39,223,183,71,2,0,22,131,56,22,186,171,1,0,22,99,206,168,3,243,1,0,23,67,172,154,158,185,3,0,23,227,5,21,57,195,3,0,24,195,255,104,123,180,1,0,24,131,246,17,8,130,2,0,27,195,233,70,81,161,3,0,28,67,120,99,135,228,1,0,28,3,53,73,142,21,2,0,28,195,159,89,53,92,2,0,29,3,81,203,8,242,1,0,29,35,124,26,210,59,2,0,30,163,55,21,228,74,2,0,31,163,122,92,219,143,2,0,34,3,129,184,208,213,2,0,36,67,223,61,232,214,1,0,36,163,113,212,61,20,3,0,36,131,7,57,72,211,3,0,38,3,225,217,216,88,2,0,38,227,242,12,32,56,3,0,39,131,41,229,62,213,1,0,39,131,39,81,77,136,2,0,40,67,115,225,151,120,3,0,41,131,83,126,187,111,3,0,43,67,252,118,135,130,1,0,44,195,163,155,114,145,1,0,44,227,93,42,61,159,1,0,44,99,45,248,150,46,2,0,45,99,10,10,127,193,1,0,45,67,150,27,251,164,3,0,46,227,183,173,177,170,2,0,46,195,19,20,149,7,4,0,47,131,223,110,88,255,2,0,48,195,208,136,70,200,3,0,50,67,225,172,58,29,3,0,54,131,163,218,39,157,1,0,54,227,73,75,136,194,3,0,56,163,181,43,9,247,3,0,57,195,226,194,106,49,2,0,57,131,23,81,177,234,2,0,58,163,252,95,136,185,2,0,58,99,103,140,4,52,3,0,58,195,133,238,121,214,3,0,59,35,231,150,80,180,1,0,59,3,63,77,103,116,2,0,62,35,205,237,195,38,2,0,64,163,163,104,201,187,1,0,64,67,166,244,210,190,2,0,67,227,161,76,24,181,1,0,70,131,25,105,206,254,2,0,71,195,71,192,208,28,3,0,72,131,103,52,28,108,3,0,73,195,233,26,213,231,1,0,73,35,187,253,152,153,2,0,77,131,2,219,215,133,1,0,77,227,112,242,161,253,1,0,77,195,59,237,48,239,2,0,78,99,132,166,135,248,1,0,78,195,225,142,41,134,3,0,80,3,182,186,110,132,2,0,81,35,194,105,78,236,1,0,82,195,27,208,147,184,2,0,84,3,205,50,1,171,2,0,84,195,152,223,124,236,2,0,85,163,12,82,20,103,3,0,89,3,211,146,29,254,2,0,90,195,202,16,213,129,1,0,91,3,93,157,220,91,3,0,93,227,55,116,157,63,3,0,93,163,180,58,230,227,3,0,97,227,216,135,245,167,3,0,100,227,79,217,84,141,2,0,101,195,208,152,214,52,3,0,103,67,113,115,101,187,1,0,104,227,183,85,19,7,2,0,104,195,218,98,199,244,3,0,106,3,85,47,240,106,3,0,107,99,45,134,219,50,2,0,107,35,167,210,37,218,2,0,109,35,18,223,94,0,3,0,109,131,98,193,164,188,3,0,109,227,75,51,221,223,3,0,109,67,75,86,168,9,4,0,109,99,185,39,130,20,4,0,112,195,33,203,212,181,2,0,113,35,220,248,186,10,4,0,115,195,155,129,150,134,2,0,116,163,175,251,21,77,3,0,116,99,11,48,132,240,3,0,117,131,225,7,41,166,1,0,120,67,105,191,62,128,1,0,120,67,46,57,4,28,2,0,120,35,42,116,117,126,2,0,120,3,63,219,151,13,4,0,122,99,100,54,215,139,1,0,123,35,164,155,42,139,1,0,124,195,76,81,218,28,2,0,124,67,66,160,122,40,2,0,124,99,146,100,21,45,3,0,124,227,187,204,159,191,3,0,125,163,168,90,151,28,3,0,128,227,185,195,4,42,2,0,128,195,211,39,120,232,2,0,129,3,191,216,192,129,3,0,130,35,12,237,196,241,1,0,130,35,5,212,6,132,2,0,131,227,4,176,89,206,1,0,132,227,159,209,103,179,1,0,132,195,28,170,123,142,3,0,133,163,60,157,190,232,3,0,135,163,73,209,241,193,3,0,137,35,248,176,55,200,1,0,138,67,39,49,140,53,2,0,139,195,154,155,246,243,1,0,140,3,178,99,67,148,3,0,143,227,223,144,76,236,2,0,143,3,135,209,111,127,3,0,144,227,36,155,206,77,2,0,145,67,132,14,98,20,2,0,145,131,32,16,166,59,2,0,146,163,23,192,167,29,2,0,146,163,139,52,98,125,3,0,146,99,167,203,111,217,3,0,148,131,242,147,251,87,2,0,148,195,74,98,82,127,2,0,149,67,44,81,107,122,2,0,150,131,69,119,184,183,3,0,151,99,66,199,227,208,2,0,152,131,142,117,133,155,1,0,153,163,93,120,52,112,2,0,153,227,141,253,235,185,2,0,153,67,248,51,42,73,3,0,153,3,138,13,94,169,3,0,157,99,12,20,114,186,3,0,160,3,229,255,55,55,3,0,160,99,136,8,21,199,3,0,161,3,126,63,89,18,2,0,162,227,12,162,75,175,3,0,165,67,83,144,72,199,1,0,166,227,253,63,117,190,1,0,166,163,223,200,147,39,3,0,168,35,106,0,183,207,3,0,170,195,125,163,123,122,3,0,171,67,204,253,26,11,4,0,172,99,150,31,151,125,3,0,173,131,43,76,217,250,1,0,174,131,39,81,187,132,2,0,175,67,251,103,238,19,2,0,175,99,240,245,2,1,4,0,176,131,112,24,78,155,1,0,176,131,33,32,88,166,3,0,179,163,95,77,100,177,3,0,184,195,121,152,134,6,2,0,185,35,206,41,121,171,2,0,185,227,225,183,253,141,3,0,186,195,199,22,22,194,3,0,187,195,31,66,143,144,1,0,187,163,76,185,210,247,1,0,187,163,134,190,75,60,3,0,187,195,85,83,169,160,3,0,188,131,226,175,232,107,2,0,189,67,15,37,199,207,1,0,189,99,131,247,152,162,3,0,191,227,103,87,74,229,1,0,193,227,50,117,116,195,1,0,193,163,24,186,164,109,2,0,193,67,56,91,3,61,3,0,193,195,24,245,15,253,3,0,195,195,154,45,43,201,3,0,197,35,177,45,35,35,2,0,197,35,106,186,247,162,2,0,198,163,39,81,3,141,2,0,199,163,89,122,56,24,2,0,199,67,215,161,173,142,2,0,200,163,222,67,90,96,2,0,201,227,184,218,25,18,2,0,201,99,237,145,209,27,4,0,202,67,233,187,159,119,2,0,202,131,119,24,80,230,3,0,203,195,78,57,25,215,1,0,203,195,225,173,55,138,2,0,203,131,152,88,156,36,3,0,206,99,108,24,251,102,2,0,206,227,124,149,2,73,3,0,208,227,91,111,155,57,3,0,210,195,140,210,62,97,2,0,211,163,96,230,217,241,1,0,211,3,151,182,23,119,3,0,212,131,127,193,181,191,1,0,212,3,127,133,244,198,3,0,213,99,7,110,93,14,2,0,214,163,82,239,126,165,1,0,215,131,81,60,197,134,1,0,215,35,92,143,116,40,3,0,216,195,79,243,152,131,3,0,216,67,54,199,20,204,3,0,217,227,201,236,199,0,2,0,217,163,205,164,122,57,3,0,217,35,13,124,128,2,4,0,219,131,225,107,221,38,3,0,219,35,112,226,26,196,3,0,220,3,155,69,165,112,2,0,220,195,128,146,175,114,2,0,220,227,245,184,244,0,4,0,222,67,127,212,255,29,2,0,223,163,198,183,102,177,2,0,223,131,126,91,68,253,2,0,224,227,32,229,160,212,1,0,225,35,164,155,142,138,1,0,225,195,47,33,102,201,3,0,226,67,246,27,56,150,2,0,226,35,187,253,75,153,2,0,226,99,153,38,229,248,3,0,227,163,152,160,143,186,2,0,228,131,119,89,232,178,3,0,230,67,40,128,247,137,3,0,231,67,114,129,132,27,2,0,231,195,125,253,126,130,3,0,232,163,84,156,95,137,1,0,232,131,142,174,195,61,3,0,233,3,199,11,194,17,2,0,233,227,179,3,21,42,2,0,233,195,202,210,104,133,2,0,233,163,151,16,116,26,3,0,233,163,71,132,14,165,3,0,234,131,26,203,81,134,3,0,236,99,233,118,152,113,2,0,237,35,78,17,229,30,4,0,238,131,252,65,153,25,3,0,239,163,186,54,29,94,2,0,239,99,190,2,148,17,3,0,239,35,58,230,33,85,3,0,239,227,89,216,188,203,3,0,241,163,176,5,194,124,3,0,242,163,63,140,28,209,1,0,242,163,197,207,126,10,2,0,242,195,154,98,91,51,2,0,243,163,233,60,64,79,2,0,243,35,212,27,79,99,2,0,244,3,169,92,70,62,3,0,245,227,217,42,138,197,1,0,245,195,246,27,136,106,3,0,249,67,216,211,27,152,2,0,249,195,23,81,45,233,2,0,251,131,199,70,8,85,3,0,251,227,205,229,180,199,3,0,254,3,91,161,214,19,3,0,255,163,97,58,129,217,3,0,0,36,115,243,208,20,3,0,1,4,70,216,92,82,2,0,1,164,153,223,73,100,2,0,2,132,203,70,50,11,2,0,2,196,146,20,215,34,3,0,3,68,191,23,166,1,3,0,3,100,229,41,8,88,3,0,4,164,254,226,162,194,1,0,6,196,121,8,28,237,1,0,7,100,118,179,211,173,1,0,7,164,147,59,219,132,3,0,10,228,93,89,14,121,2,0,12,196,200,200,109,2,3,0,14,132,148,196,91,3,4,0,15,132,178,11,54,155,1,0,15,4,48,81,250,119,2,0,17,68,220,151,115,42,3,0,19,68,141,104,88,115,3,0,20,164,153,223,59,100,2,0,20,132,199,71,227,9,4,0,21,196,193,61,212,4,3,0,21,100,156,245,93,22,3,0,22,100,171,14,126,170,1,0,22,228,81,32,119,22,2,0,23,132,55,237,73,198,1,0,25,100,94,149,60,189,1,0,25,132,81,209,82,69,2,0,26,36,220,6,240,121,3,0,29,228,123,200,126,146,1,0,29,164,90,160,184,197,1,0,29,196,148,246,36,176,3,0,29,4,30,231,72,227,3,0,30,132,177,159,224,128,1,0,30,36,18,174,0,144,1,0,30,36,70,115,49,2,4,0,31,36,237,199,247,35,3,0,33,4,51,9,106,64,2,0,33,228,172,1,35,73,2,0,34,36,146,195,185,150,1,0,34,132,191,104,222,20,2,0,34,68,51,136,56,169,2,0,34,36,66,149,71,241,2,0,35,68,240,250,73,139,3,0,36,68,138,222,200,122,2,0,37,68,195,154,167,234,1,0,37,36,198,237,243,222,2,0,38,164,198,94,15,33,2,0,38,4,150,229,126,0,4,0,39,68,24,102,244,229,1,0,39,100,251,222,24,148,3,0,40,36,238,236,11,223,1,0,41,100,134,149,248,118,2,0,41,68,117,19,49,153,2,0,41,196,34,11,89,175,3,0,42,132,193,53,120,126,3,0,43,68,14,97,240,159,3,0,44,36,117,96,114,29,3,0,45,68,176,69,229,104,2,0,50,196,225,92,140,122,2,0,52,68,244,163,11,233,2,0,54,228,131,168,202,228,3,0,55,100,41,173,32,67,3,0,55,228,210,190,60,140,3,0,56,228,39,81,242,154,2,0,57,132,59,184,30,193,2,0,58,4,33,235,72,4,2,0,58,36,245,146,136,162,2,0,59,100,128,210,129,133,1,0,59,36,204,235,31,16,2,0,59,196,70,133,46,53,2,0,60,196,143,9,41,203,2,0,60,132,50,12,163,56,3,0,60,36,168,102,213,117,3,0,62,36,56,128,214,179,2,0,62,132,197,137,16,79,3,0,62,68,139,21,74,16,4,0,63,100,187,84,19,154,1,0,63,36,106,129,3,16,2,0,65,164,204,168,64,122,3,0,66,196,78,253,89,8,2,0,68,228,19,192,230,49,2,0,68,132,15,211,223,207,3,0,69,100,195,186,87,154,2,0,69,100,66,129,55,125,3,0,71,132,171,121,11,169,3,0,72,4,187,126,47,137,1,0,72,196,166,63,29,177,1,0,72,196,48,246,30,230,1,0,72,196,51,137,67,232,1,0,72,36,127,195,88,28,2,0,72,100,28,123,225,209,2,0,72,196,248,38,188,195,3,0,72,196,186,243,95,228,3,0,73,36,184,145,144,250,1,0,74,196,93,164,107,165,2,0,74,4,153,223,82,175,2,0,77,132,126,119,245,110,2,0,78,228,248,235,99,147,2,0,78,4,55,232,32,148,2,0,78,164,80,80,124,196,2,0,78,36,151,47,199,225,3,0,79,4,196,179,181,81,3,0,80,4,23,44,5,119,3,0,80,228,250,73,227,206,3,0,82,36,20,228,149,154,1,0,82,132,36,255,191,45,3,0,83,132,199,40,224,211,1,0,84,36,251,86,3,244,2,0,85,164,106,252,94,94,2,0,85,164,68,231,14,154,3,0,85,36,49,221,68,243,3,0,86,36,208,120,219,163,1,0,87,228,71,121,252,174,3,0,88,228,2,215,215,173,2,0,89,196,239,39,106,186,1,0,89,228,242,114,105,100,2,0,89,164,208,194,201,242,2,0,90,68,77,140,24,45,2,0,91,36,73,32,236,244,3,0,92,228,196,220,173,2,3,0,98,228,193,172,51,13,2,0,98,196,149,179,127,1,4,0,101,36,60,37,30,173,3,0,102,132,153,223,221,119,2,0,105,4,36,182,15,166,1,0,105,100,185,234,177,243,1,0,105,100,197,173,91,249,2,0,105,36,201,117,144,122,3,0,105,68,115,2,24,234,3,0,106,4,59,184,172,199,2,0,107,132,227,197,71,252,3,0,110,100,246,195,251,223,2,0,110,36,3,214,245,15,3,0,113,68,191,54,124,199,3,0,114,132,68,236,134,251,1,0,114,132,133,40,235,48,2,0,114,4,57,23,212,22,3,0,115,36,24,28,24,18,4,0,116,68,236,234,143,176,3,0,118,4,143,101,133,171,3,0,118,164,189,188,155,249,3,0,119,196,22,10,15,49,3,0,120,196,99,180,11,166,3,0,121,100,206,113,112,219,2,0,122,228,143,201,120,137,2,0,123,68,134,53,43,231,2,0,124,68,94,53,171,118,2,0,124,164,15,150,82,215,3,0,125,196,120,134,208,99,2,0,126,36,164,216,171,236,1,0,129,196,80,80,217,141,1,0,129,68,184,81,241,149,2,0,129,4,255,9,152,189,2,0,129,4,97,188,193,83,3,0,131,100,35,117,127,248,3,0,132,4,20,50,202,43,3,0,134,36,14,89,199,13,4,0,134,228,208,246,18,16,4,0,135,132,183,141,109,166,3,0,137,68,56,236,43,231,1,0,140,196,214,2,99,181,1,0,141,228,3,142,242,157,1,0,141,36,165,235,106,60,2,0,141,36,212,226,199,2,3,0,141,36,32,61,77,187,3,0,143,36,148,44,28,115,2,0,146,100,36,145,188,191,2,0,147,132,120,166,26,251,2,0,148,36,140,57,63,166,2,0,155,100,64,240,139,190,1,0,155,132,162,48,216,14,2,0,155,228,22,212,10,48,3,0,157,164,132,52,31,11,3,0,158,164,226,213,228,250,3,0,159,68,178,94,210,232,3,0,161,4,63,234,13,110,3,0,161,196,179,44,147,255,3,0,162,100,22,26,89,55,3,0,168,132,247,187,197,29,2,0,168,68,90,2,205,60,2,0,169,68,217,238,198,31,4,0,171,164,217,53,109,188,2,0,171,36,242,169,39,217,2,0,172,100,111,196,96,60,3,0,172,36,102,85,42,27,4,0,174,164,100,157,187,243,1,0,174,100,254,64,55,1,2,0,174,132,87,131,144,117,2,0,175,132,82,16,133,179,2,0,175,36,7,146,193,226,2,0,176,196,36,243,98,236,1,0,176,164,247,126,9,37,2,0,177,4,94,169,106,111,2,0,178,4,161,23,219,255,3,0,178,36,100,63,5,13,4,0,179,228,191,135,57,170,1,0,180,228,87,0,80,94,3,0,181,36,135,89,99,231,2,0,181,68,17,107,155,169,3,0,186,4,18,58,113,234,2,0,186,164,212,72,103,229,3,0,188,36,86,181,250,237,1,0,188,132,78,131,219,61,3,0,188,164,57,244,76,190,3,0,189,132,36,150,138,62,2,0,190,132,254,20,177,176,2,0,191,132,209,114,129,28,2,0,193,4,59,159,181,163,1,0,196,196,197,72,48,236,1,0,198,100,142,89,84,232,1,0,201,132,56,7,240,144,1,0,202,4,6,180,23,249,2,0,202,164,154,41,76,160,3,0,205,164,141,198,168,241,1,0,205,132,15,73,4,43,2,0,205,132,122,52,186,159,2,0,205,132,74,228,111,82,3,0,206,228,200,150,99,168,3,0,209,196,98,159,171,126,2,0,209,100,190,190,224,254,2,0,209,68,233,133,116,218,3,0,209,36,183,117,188,30,4,0,211,196,15,64,89,13,3,0,212,36,187,154,249,179,1,0,215,132,111,169,102,197,1,0,215,196,62,161,106,117,3,0,216,164,179,209,193,173,1,0,217,4,141,105,50,46,3,0,217,228,123,178,176,82,3,0,219,196,251,126,100,221,1,0,219,100,254,88,111,41,2,0,219,68,62,59,145,187,3,0,220,196,73,186,236,157,2,0,222,4,64,125,85,109,2,0,224,228,71,64,139,174,1,0,224,132,153,223,56,121,2,0,224,228,164,169,10,230,2,0,225,196,234,220,172,159,1,0,226,100,70,184,188,252,1,0,228,228,19,192,246,49,2,0,229,196,53,191,120,186,1,0,229,164,11,185,233,194,1,0,231,4,17,72,188,204,1,0,231,4,87,82,89,151,2,0,232,100,245,19,147,236,3,0,233,68,32,147,191,220,1,0,233,132,62,59,63,241,1,0,233,36,41,108,130,34,3,0,233,68,232,149,96,71,3,0,233,164,177,12,96,103,3,0,235,132,44,142,106,173,2,0,236,68,162,112,167,154,1,0,236,196,56,117,203,157,3,0,237,164,20,172,184,209,2,0,237,68,26,255,167,116,3,0,238,132,223,160,118,107,2,0,239,228,199,92,110,125,3,0,240,132,65,127,180,225,3,0,241,4,82,177,197,166,3,0,242,36,163,170,125,49,3,0,244,228,239,129,95,46,2,0,246,164,134,192,97,113,3,0,247,132,212,153,129,117,3,0,248,132,46,28,76,26,2,0,248,228,100,186,127,10,4,0,249,164,144,145,145,237,2,0,249,228,240,116,230,212,3,0,250,4,152,6,210,55,2,0,250,36,119,87,193,85,3,0,250,4,64,178,172,91,3,0,251,4,71,249,29,145,1,0,254,4,179,191,3,250,3,0,255,4,203,47,106,19,4,0,1,5,138,179,77,167,1,0,2,69,242,55,64,51,2,0,2,5,231,107,52,139,2,0,4,229,13,115,29,85,2,0,4,133,151,197,84,20,4,0,6,197,171,184,111,3,3,0,6,165,187,194,247,27,4,0,7,69,195,0,26,23,3,0,11,229,167,228,86,58,3,0,11,229,123,103,137,203,3,0,13,165,46,147,242,115,2,0,13,197,41,150,221,33,3,0,14,37,209,196,37,61,3,0,14,133,216,244,187,235,3,0,15,5,16,188,43,109,2,0,16,101,144,180,125,152,2,0,18,197,217,126,183,196,1,0,18,5,83,86,129,5,3,0,18,229,170,27,37,14,3,0,18,165,72,179,225,237,3,0,21,133,150,151,54,79,3,0,22,229,79,83,110,242,2,0,24,101,50,146,199,156,3,0,25,197,86,146,227,99,2,0,25,101,24,81,251,208,2,0,27,101,107,166,65,193,2,0,27,37,236,10,129,208,2,0,27,69,17,74,115,159,3,0,29,165,33,114,13,114,2,0,29,197,139,67,12,135,2,0,30,229,75,215,94,50,2,0,31,133,26,217,58,86,2,0,32,69,15,210,5,76,3,0,34,37,105,178,255,127,3,0,37,197,184,234,202,176,2,0,37,37,7,146,211,226,2,0,41,229,41,16,247,233,1,0,42,5,196,136,31,225,1,0,42,133,64,3,34,116,3,0,43,101,131,151,184,36,3,0,43,5,142,180,129,85,3,0,44,37,90,119,142,193,2,0,45,229,20,91,194,145,3,0,46,5,90,18,245,48,3,0,47,5,135,184,60,208,2,0,48,37,63,89,149,33,2,0,49,197,170,68,199,216,2,0,52,197,106,151,72,192,1,0,53,37,62,169,156,164,1,0,53,165,238,252,69,146,3,0,55,197,47,214,57,18,4,0,56,197,212,3,45,232,2,0,57,69,201,5,183,239,1,0,58,197,117,97,99,161,2,0,58,165,81,99,196,160,3,0,59,133,54,67,205,182,1,0,61,69,182,5,7,128,1,0,61,165,148,36,18,222,1,0,61,5,242,118,128,76,3,0,61,133,241,161,66,174,3,0,62,5,81,6,223,203,1,0,62,229,65,58,25,0,2,0,62,37,210,195,179,19,2,0,63,37,2,140,188,248,1,0,64,37,82,45,38,131,3,0,66,165,242,47,156,149,1,0,67,69,243,47,227,129,1,0,67,69,214,33,222,10,2,0,68,165,240,165,213,73,3,0,68,37,157,92,145,111,3,0,69,133,223,29,220,232,1,0,69,229,250,169,82,228,2,0,70,197,126,3,182,194,3,0,70,133,217,193,255,242,3,0,73,69,189,142,195,19,3,0,73,37,11,50,42,51,3,0,74,133,79,210,255,129,3,0,74,229,4,252,59,184,3,0,76,101,233,248,15,126,3,0,77,133,52,72,209,94,3,0,78,5,128,212,176,173,1,0,79,197,253,158,69,30,3,0,79,69,45,131,26,145,3,0,80,69,138,67,170,121,2,0,80,229,152,223,128,175,2,0,80,5,36,45,108,93,3,0,80,229,78,62,47,209,3,0,81,165,97,124,122,159,1,0,82,229,14,136,134,96,2,0,86,229,96,67,47,201,1,0,86,165,166,2,13,125,2,0,86,37,129,177,208,128,3,0,86,5,181,230,112,210,3,0,87,69,24,19,222,176,2,0,88,133,208,101,78,0,4,0,89,37,79,203,83,41,3,0,90,229,164,44,128,215,1,0,90,5,114,118,2,11,2,0,90,197,39,222,64,40,2,0,91,197,20,37,71,174,2,0,91,101,231,178,149,42,3,0,92,197,66,205,28,140,1,0,93,133,187,14,246,238,2,0,94,5,207,59,251,20,2,0,94,101,199,240,231,180,3,0,95,197,70,133,65,53,2,0,97,5,20,85,63,247,1,0,98,37,96,179,73,247,2,0,98,101,85,159,132,119,3,0,99,37,88,178,242,150,1,0,99,69,183,161,51,56,2,0,99,165,77,124,93,107,3,0,100,229,138,169,217,42,3,0,101,69,209,235,129,139,3,0,102,133,51,146,233,44,3,0,105,5,102,184,229,234,2,0,106,197,142,197,29,138,3,0,107,197,192,165,84,130,1,0,108,229,234,27,214,227,3,0,110,133,18,191,152,163,2,0,110,197,225,130,155,73,3,0,111,69,80,206,2,127,3,0,111,37,39,52,149,240,3,0,115,37,118,141,172,164,1,0,117,229,122,19,41,30,2,0,118,37,11,38,72,95,2,0,119,165,56,166,5,82,2,0,119,133,50,5,192,7,3,0,119,69,49,246,112,183,3,0,120,37,219,238,72,6,4,0,121,197,53,126,82,132,1,0,121,133,211,36,173,63,2,0,124,197,128,122,30,239,3,0,125,37,135,99,138,205,2,0,125,69,133,78,181,84,3,0,129,101,220,253,194,62,2,0,130,69,191,227,173,58,2,0,130,165,170,172,170,232,3,0,132,69,104,32,255,64,2,0,132,165,231,142,225,222,2,0,133,101,25,116,210,8,2,0,133,37,16,219,40,71,3,0,135,165,88,62,66,217,1,0,135,69,19,15,10,133,2,0,136,101,222,205,176,156,3,0,138,5,79,234,174,196,2,0,139,165,62,166,211,82,2,0,140,229,178,45,35,242,2,0,141,165,18,82,254,83,3,0,142,197,115,20,178,207,1,0,143,197,255,107,67,209,1,0,143,37,167,141,200,3,3,0,144,101,170,160,147,184,3,0,144,37,9,38,30,208,3,0,145,69,4,201,237,78,3,0,146,197,142,76,127,173,2,0,148,101,46,109,248,198,1,0,148,101,169,12,100,239,1,0,148,133,195,127,241,137,2,0,150,101,235,185,196,178,2,0,151,165,132,22,51,209,1,0,152,133,55,116,125,97,2,0,152,229,16,148,118,148,3,0,153,37,34,80,252,252,1,0,153,165,251,196,75,2,3,0,153,133,204,0,106,10,4,0,155,37,255,198,0,172,2,0,155,101,52,140,141,1,4,0,156,133,220,243,93,218,1,0,156,37,72,87,113,50,2,0,156,229,241,250,220,241,2,0,158,5,104,112,19,63,3,0,160,69,44,169,131,21,3,0,160,165,213,182,97,86,3,0,161,229,13,80,75,245,3,0,162,37,48,81,206,119,2,0,163,229,58,69,128,19,2,0,163,197,37,3,127,133,3,0,164,197,140,155,113,16,3,0,165,5,134,101,131,46,3,0,165,5,136,48,170,175,3,0,166,197,2,167,107,113,2,0,166,101,116,140,201,237,2,0,167,69,62,146,84,103,2,0,167,5,166,99,217,2,3,0,167,37,248,60,196,93,3,0,168,229,43,22,89,126,2,0,169,101,141,14,202,11,3,0,169,229,206,175,7,81,3,0,171,69,25,81,142,175,2,0,172,69,177,45,58,34,2,0,176,37,11,148,126,179,3,0,180,101,218,238,57,169,1,0,180,197,35,178,27,177,3,0,183,5,54,254,122,225,2,0,185,197,157,130,188,11,2,0,186,69,229,79,153,78,3,0,188,165,47,211,185,137,2,0,188,5,253,16,65,136,3,0,189,5,94,176,240,146,2,0,189,37,157,189,59,116,3,0,192,165,59,161,114,23,2,0,192,37,215,28,172,214,3,0,193,197,5,9,0,106,3,0,194,101,202,229,130,186,3,0,196,101,141,156,183,201,3,0,198,197,94,216,69,165,1,0,198,5,176,233,31,57,3,0,198,5,164,105,173,184,3,0,199,5,253,70,57,106,2,0,200,5,2,234,103,143,1,0,202,37,198,159,37,45,3,0,203,69,17,61,167,99,3,0,204,69,151,81,238,136,1,0,204,5,240,72,150,64,3,0,205,197,133,211,59,203,2,0,207,69,45,245,74,54,3,0,208,229,59,108,124,44,3,0,208,197,221,145,120,178,3,0,210,197,42,85,212,16,2,0,213,101,165,174,27,201,3,0,214,69,38,0,80,89,2,0,214,229,4,11,36,119,2,0,214,5,172,208,185,152,3,0,215,37,190,147,199,40,2,0,216,37,95,40,188,122,3,0,218,101,231,228,239,164,2,0,220,229,89,169,23,102,2,0,223,165,188,188,119,232,1,0,225,197,205,229,118,225,1,0,225,37,63,29,151,91,3,0,227,229,43,100,0,170,1,0,227,37,201,91,197,199,3,0,228,197,195,138,181,141,1,0,231,5,236,25,149,63,2,0,231,69,201,187,58,119,2,0,233,37,53,117,16,113,2,0,234,101,171,44,142,14,3,0,234,133,243,199,43,14,4,0,236,5,173,27,87,17,3,0,237,5,158,47,231,49,3,0,237,5,173,196,196,90,3,0,238,197,111,234,228,175,2,0,240,229,231,175,55,169,3,0,241,133,184,92,192,47,2,0,241,5,150,30,112,251,3,0,242,69,46,64,106,5,4,0,244,5,229,27,250,218,1,0,244,133,167,235,137,105,3,0,244,197,91,216,49,187,3,0,247,69,187,46,150,126,1,0,249,101,32,25,93,10,2,0,250,37,6,28,119,255,1,0,250,133,16,207,154,68,3,0,251,101,161,192,65,30,2,0,251,197,153,154,131,34,2,0,251,229,27,19,101,120,2,0,251,197,190,232,217,241,3,0,252,197,101,195,75,143,3,0,255,101,49,52,33,196,2,0,1,198,247,4,192,247,1,0,1,70,17,123,162,14,2,0,2,70,121,82,108,138,1,0,2,198,224,253,131,89,2,0,2,198,95,57,71,57,3,0,5,230,69,138,169,238,3,0,6,134,250,44,57,74,3,0,7,70,52,36,128,28,3,0,10,38,250,34,49,108,3,0,12,230,15,146,167,170,1,0,12,38,5,235,235,225,1,0,13,230,186,119,31,88,3,0,16,134,38,126,158,37,2,0,17,230,73,205,45,4,2,0,22,38,167,29,109,7,2,0,23,6,14,150,70,125,1,0,23,70,45,170,194,206,1,0,23,70,40,78,33,116,2,0,29,6,6,37,152,243,2,0,32,102,225,81,162,1,4,0,35,102,143,113,216,66,3,0,35,230,75,60,161,171,3,0,37,102,212,78,156,8,2,0,37,134,114,16,161,47,3,0,37,166,238,217,171,10,4,0,39,6,3,131,153,20,3,0,45,198,74,82,243,33,3,0,47,230,167,228,131,58,3,0,49,230,67,83,129,147,1,0,52,70,58,58,143,187,1,0,53,70,110,105,107,80,2,0,54,166,21,81,0,238,2,0,54,166,120,233,228,90,3,0,56,134,212,230,171,74,2,0,57,102,52,234,222,0,4,0,58,198,71,173,85,204,2,0,58,38,149,28,250,134,3,0,59,38,131,121,199,235,1,0,60,166,76,81,5,47,2,0,60,134,176,28,132,52,3,0,60,134,161,226,177,236,3,0,61,166,167,146,35,222,1,0,62,230,17,9,144,151,1,0,62,38,187,160,164,41,3,0,62,38,205,133,159,14,4,0,63,198,41,188,141,114,2,0,64,134,84,255,38,79,2,0,65,70,209,169,95,215,2,0,65,38,30,123,196,86,3,0,66,134,232,193,62,10,3,0,66,198,245,192,76,87,3,0,68,198,13,207,239,102,3,0,69,102,58,135,50,124,3,0,69,6,47,16,80,174,3,0,72,166,109,16,89,214,1,0,72,230,0,69,28,178,2,0,72,166,128,184,158,214,2,0,72,230,182,169,40,65,3,0,74,230,206,67,238,191,2,0,76,134,160,129,44,172,2,0,76,166,76,10,240,132,3,0,76,134,219,235,185,22,4,0,78,102,232,254,135,147,2,0,81,38,48,240,28,196,1,0,82,166,219,243,236,80,2,0,82,102,129,139,104,118,3,0,82,102,251,93,115,240,3,0,84,230,96,56,247,186,1,0,85,102,174,230,69,108,2,0,87,102,64,142,100,132,1,0,87,38,247,23,170,91,2,0,87,230,136,34,175,112,3,0,87,6,162,72,50,25,4,0,88,70,163,88,233,207,2,0,89,230,173,231,139,87,3,0,91,102,159,243,169,139,2,0,93,38,100,176,247,212,1,0,93,70,134,8,28,105,3,0,94,198,217,47,185,57,3,0,94,198,217,47,203,57,3,0,94,198,217,47,209,60,3,0,94,38,204,21,180,15,4,0,97,102,190,94,182,246,1,0,97,198,57,35,160,122,2,0,97,198,238,169,187,219,2,0,98,102,89,217,122,239,2,0,98,198,183,225,190,73,3,0,99,102,139,151,150,136,2,0,100,230,101,35,67,222,2,0,101,198,39,81,213,153,2,0,102,134,75,58,1,48,2,0,103,230,54,145,213,46,2,0,104,134,179,173,101,239,2,0,105,198,142,180,194,175,1,0,105,198,207,46,249,16,2,0,106,166,153,223,47,105,2,0,107,134,114,150,2,215,3,0,107,70,62,88,130,223,3,0,108,70,118,67,18,207,1,0,109,198,31,18,48,57,3,0,109,230,138,250,219,83,3,0,110,70,39,5,114,151,2,0,110,6,74,127,255,7,4,0,112,198,26,81,107,144,3,0,113,38,213,115,145,215,1,0,113,70,118,196,40,247,1,0,113,198,238,169,227,218,2,0,114,134,195,48,95,9,3,0,116,70,129,20,62,16,2,0,116,198,238,253,74,68,2,0,116,38,88,28,25,243,3,0,117,102,50,86,89,72,3,0,120,166,104,50,154,129,2,0,121,38,138,214,233,25,3,0,122,134,227,143,162,43,3,0,122,166,111,169,145,221,3,0,123,230,255,245,115,175,1,0,123,6,10,36,19,119,2,0,123,102,89,229,210,215,2,0,124,38,99,87,94,162,1,0,125,38,222,150,178,103,2,0,128,102,48,20,63,154,1,0,128,38,70,102,242,0,2,0,128,38,233,152,196,61,2,0,128,38,167,69,32,16,4,0,129,166,160,229,99,164,1,0,129,134,209,20,216,45,2,0,130,38,98,8,228,127,3,0,131,102,252,27,211,105,3,0,132,198,198,22,5,36,2,0,134,198,86,239,227,58,2,0,135,102,31,170,81,49,2,0,137,6,250,94,187,217,3,0,138,230,105,167,228,227,1,0,139,134,118,122,236,226,1,0,141,102,212,96,226,209,3,0,142,230,5,30,116,32,2,0,144,38,84,135,159,160,1,0,145,166,221,247,195,189,2,0,145,6,61,153,179,90,3,0,147,198,194,32,49,219,1,0,148,230,219,69,73,10,2,0,148,102,204,235,39,18,2,0,148,38,73,173,99,11,3,0,150,6,17,238,212,7,4,0,153,198,125,99,168,126,1,0,153,166,213,209,82,224,3,0,154,230,179,253,245,153,2,0,155,230,51,166,10,237,1,0,156,38,11,139,121,242,1,0,158,70,238,117,77,24,3,0,161,6,49,75,121,189,3,0,163,198,34,216,35,144,3,0,166,198,122,77,37,22,2,0,167,6,147,83,18,227,3,0,168,102,233,9,224,73,2,0,169,166,13,169,54,202,1,0,171,134,108,41,88,209,2,0,172,38,20,226,159,157,1,0,172,102,188,160,141,224,3,0,173,198,103,139,161,159,2,0,173,230,119,7,178,255,2,0,174,6,192,215,245,168,1,0,174,6,194,21,65,249,3,0,175,134,154,171,19,208,2,0,178,198,226,193,209,196,1,0,178,38,182,38,145,161,2,0,179,102,138,37,7,165,2,0,180,198,0,159,67,130,1,0,180,230,189,18,155,205,3,0,181,38,39,133,134,16,3,0,181,134,94,248,245,140,3,0,182,70,40,72,160,85,2,0,184,6,232,207,29,53,3,0,185,230,103,185,191,19,4,0,186,166,193,251,16,125,1,0,186,70,106,242,206,104,2,0,189,166,30,180,15,177,2,0,190,70,57,108,160,186,2,0,193,166,43,82,119,201,1,0,193,198,214,7,203,204,1,0,193,134,89,50,249,41,3,0,193,102,253,186,70,197,3,0,194,102,23,192,105,30,2,0,195,198,165,35,217,66,2,0,195,198,245,144,247,220,2,0,195,38,53,114,141,124,3,0,196,198,211,176,188,152,2,0,196,38,34,178,193,221,2,0,196,166,45,158,7,34,3,0,198,102,147,80,180,133,2,0,200,6,213,250,113,237,1,0,201,230,213,173,190,178,3,0,201,38,143,78,89,193,3,0,202,38,22,76,17,55,2,0,203,134,203,133,254,7,3,0,204,134,0,112,92,173,1,0,204,230,228,64,143,209,1,0,205,166,68,171,62,3,2,0,207,198,224,7,204,27,3,0,207,134,84,67,176,6,4,0,210,198,95,104,63,110,3,0,211,38,131,42,26,200,3,0,212,166,168,188,36,220,2,0,212,134,215,222,235,239,2,0,212,38,53,192,110,141,3,0,213,134,141,184,98,235,2,0,213,102,140,57,193,247,3,0,214,70,136,21,47,64,3,0,216,198,44,55,176,2,2,0,217,230,183,42,55,240,2,0,217,166,62,8,67,252,2,0,217,166,96,232,248,39,3,0,218,166,79,247,169,52,2,0,218,6,177,224,7,6,4,0,220,230,168,182,0,110,3,0,221,6,149,118,122,99,2,0,222,38,71,85,148,196,1,0,222,70,202,251,81,129,2,0,222,166,220,64,18,151,3,0,224,166,42,113,245,4,4,0,225,230,30,115,66,46,3,0,226,198,163,234,222,17,3,0,228,102,90,236,176,160,1,0,229,166,162,222,203,33,3,0,230,38,225,253,153,24,3,0,230,6,5,174,51,47,3,0,231,166,128,251,10,240,2,0,231,166,49,154,101,19,3,0,232,230,201,35,26,159,3,0,232,70,189,167,226,159,3,0,233,198,4,157,120,234,1,0,234,134,224,76,50,240,1,0,234,102,239,2,207,180,3,0,235,102,62,185,216,175,1,0,237,102,196,27,130,160,1,0,238,70,7,27,150,223,1,0,238,230,237,145,53,107,3,0,239,198,179,211,67,37,2,0,240,134,15,44,166,225,2,0,240,166,198,136,226,92,3,0,243,6,178,74,219,16,3,0,245,134,76,65,220,112,2,0,248,6,216,155,179,13,3,0,249,70,111,66,200,230,3,0,250,102,246,8,26,163,1,0,250,102,55,16,8,91,3,0,251,166,28,149,204,157,1,0,251,6,57,45,133,120,3,0,252,198,7,91,178,21,2,0,252,38,234,255,67,36,2,0,253,166,172,78,24,138,1,0,253,102,249,213,250,236,2,0,255,38,58,159,248,13,2,0,1,71,146,181,62,142,3,0,3,135,21,169,87,100,2,0,5,7,139,34,74,140,1,0,6,103,189,103,107,170,1,0,6,7,17,193,25,94,3,0,8,39,68,36,188,168,1,0,8,7,134,175,158,16,4,0,8,231,112,58,65,26,4,0,10,231,99,148,184,215,1,0,11,71,60,201,76,228,3,0,12,103,181,110,66,74,2,0,12,231,128,228,2,93,2,0,12,167,98,138,177,134,2,0,12,231,103,95,241,223,3,0,17,231,190,239,182,70,2,0,18,231,130,219,216,178,2,0,19,71,206,93,61,69,3,0,19,71,121,102,198,120,3,0,20,199,25,24,223,54,2,0,21,71,74,80,216,142,1,0,22,135,91,203,251,86,3,0,24,103,215,66,49,211,3,0,27,103,57,222,62,102,2,0,27,199,69,195,53,190,3,0,29,7,7,167,231,93,2,0,29,71,224,176,179,16,3,0,29,135,141,4,64,130,3,0,30,199,67,96,32,18,3,0,30,39,147,83,101,41,3,0,32,231,73,197,97,213,1,0,32,135,116,240,29,86,3,0,34,231,89,68,175,101,2,0,34,199,37,1,186,251,3,0,35,7,153,223,216,174,2,0,36,103,30,35,143,214,1,0,39,135,13,151,34,75,2,0,39,135,164,198,221,149,3,0,39,103,6,17,106,245,3,0,39,135,117,50,59,248,3,0,40,199,153,68,122,13,4,0,42,231,196,51,8,208,1,0,43,199,78,142,174,135,2,0,43,135,168,228,62,64,3,0,43,103,75,33,20,233,3,0,51,135,7,192,83,136,1,0,52,199,147,205,201,85,2,0,55,199,233,44,23,206,2,0,56,231,93,89,35,121,2,0,56,231,185,194,151,210,2,0,58,39,64,68,222,1,3,0,59,135,80,187,119,161,1,0,59,231,127,236,79,157,2,0,60,167,101,153,219,216,1,0,61,71,10,32,175,219,1,0,63,103,61,146,113,144,1,0,63,71,46,28,99,26,2,0,63,7,47,81,139,118,2,0,64,71,196,112,76,157,3,0,66,39,227,182,180,140,3,0,67,7,225,247,179,124,3,0,70,199,54,146,7,177,1,0,70,199,157,99,137,190,3,0,74,103,110,4,69,191,2,0,75,167,9,219,12,187,3,0,78,135,7,93,188,52,2,0,80,231,51,99,27,48,3,0,81,199,79,158,159,153,3,0,81,167,170,18,15,237,3,0,84,231,13,224,248,191,1,0,84,167,79,247,150,52,2,0,84,231,152,223,49,177,2,0,84,39,251,146,16,41,3,0,89,135,163,139,59,171,3,0,90,231,190,239,164,70,2,0,93,135,144,131,224,37,3,0,93,231,99,40,4,123,3,0,95,167,20,43,141,150,1,0,96,167,235,252,189,132,1,0,97,135,27,123,230,174,2,0,97,7,59,184,96,200,2,0,98,71,154,223,63,75,2,0,98,135,121,248,9,183,2,0,100,103,13,139,224,219,2,0,101,135,218,252,243,216,2,0,103,71,90,75,223,93,3,0,104,7,23,104,238,237,2,0,105,103,6,128,12,156,1,0,106,39,123,95,18,206,1,0,109,71,207,0,195,84,2,0,110,199,10,40,150,2,3,0,110,7,251,158,210,14,4,0,112,199,12,74,211,105,2,0,112,199,49,243,118,21,3,0,115,167,165,104,130,236,1,0,115,7,212,8,123,143,2,0,115,231,66,253,56,96,3,0,118,167,115,19,245,61,3,0,118,135,77,47,158,244,3,0,120,231,49,200,215,20,4,0,121,103,91,203,199,14,3,0,121,167,251,236,69,19,3,0,121,231,91,145,93,89,3,0,122,103,195,109,164,156,2,0,123,71,11,91,4,193,3,0,124,135,88,35,253,131,1,0,125,231,213,72,139,113,3,0,126,39,116,10,127,208,1,0,129,167,37,250,36,220,1,0,129,231,122,251,154,76,2,0,130,231,123,133,141,66,3,0,131,231,60,81,176,87,2,0,133,39,229,245,66,152,1,0,135,103,223,141,68,150,1,0,136,71,103,224,154,175,3,0,136,7,109,36,18,220,3,0,138,103,217,192,28,6,2,0,138,7,188,255,122,77,2,0,139,231,163,155,67,145,1,0,140,231,244,118,201,244,1,0,140,231,84,87,126,176,3,0,143,199,66,96,30,175,1,0,144,39,74,27,180,164,2,0,144,103,179,5,47,205,2,0,145,231,60,81,58,91,2,0,145,103,31,81,79,170,2,0,148,103,251,178,228,43,3,0,148,71,168,206,184,151,3,0,149,135,102,142,185,110,3,0,151,7,128,236,141,218,3,0,154,135,34,178,203,233,1,0,154,7,98,197,116,195,2,0,156,39,111,17,148,154,2,0,156,71,164,151,189,185,2,0,156,71,250,82,38,16,3,0,156,103,242,166,224,251,3,0,158,199,84,216,221,205,1,0,158,231,64,192,61,207,1,0,159,7,176,18,178,123,2,0,159,199,177,80,64,109,3,0,159,231,112,1,254,152,3,0,160,7,47,172,65,7,2,0,162,39,173,128,125,211,2,0,162,103,177,66,232,140,3,0,163,7,78,140,1,154,1,0,163,199,175,154,186,35,2,0,163,7,102,6,184,43,3,0,164,135,170,68,150,65,3,0,165,135,30,31,229,226,2,0,166,7,121,184,137,168,3,0,167,167,153,223,246,104,2,0,168,103,111,5,222,99,3,0,171,39,151,59,248,214,1,0,172,39,216,7,52,216,1,0,172,167,58,12,38,40,2,0,173,71,231,38,172,223,1,0,173,103,21,99,20,19,4,0,176,167,119,148,128,31,2,0,177,71,13,197,249,79,2,0,177,39,5,84,147,97,2,0,177,231,125,127,187,220,3,0,178,167,169,221,215,218,1,0,179,7,166,177,198,172,1,0,180,71,121,37,249,124,2,0,180,103,145,100,106,67,3,0,182,7,114,36,154,118,2,0,183,135,50,76,166,210,1,0,183,231,20,15,133,4,4,0,184,135,224,253,0,90,2,0,185,199,176,5,196,117,3,0,187,7,227,101,4,231,1,0,188,199,62,107,182,121,3,0,191,7,244,231,67,237,1,0,191,71,155,114,109,61,3,0,193,135,56,57,14,145,3,0,194,167,198,142,243,213,2,0,195,71,178,248,33,32,3,0,196,135,202,17,54,72,2,0,196,199,52,18,142,130,3,0,197,231,45,203,228,187,1,0,197,231,111,253,196,110,2,0,197,39,193,126,45,20,3,0,198,167,50,130,103,191,1,0,198,39,93,75,3,81,2,0,199,39,75,255,50,247,3,0,200,231,244,64,120,33,2,0,202,71,208,17,66,203,1,0,203,167,175,123,39,136,3,0,204,39,28,198,74,250,1,0,205,71,24,182,8,108,2,0,206,135,121,146,73,223,3,0,207,199,252,255,169,121,3,0,209,71,27,128,24,147,1,0,209,167,138,47,142,59,2,0,209,167,110,215,156,215,3,0,212,7,102,250,1,200,3,0,214,71,88,239,169,188,2,0,214,39,227,88,91,144,3,0,215,135,169,230,94,131,2,0,215,39,212,235,76,116,3,0,217,103,194,155,239,210,1,0,218,7,251,128,230,77,2,0,218,39,227,74,103,74,3,0,219,167,37,174,170,105,2,0,219,231,202,196,129,155,3,0,220,135,139,118,153,228,3,0,221,167,113,251,151,170,1,0,226,103,170,214,94,78,3,0,229,167,154,64,50,246,1,0,231,199,220,71,150,204,3,0,233,39,65,21,2,10,2,0,233,39,65,21,20,10,2,0,233,39,65,21,41,10,2,0,233,71,106,138,1,60,2,0,236,167,216,67,240,126,3,0,238,231,79,186,129,141,2,0,239,103,152,171,216,207,2,0,240,135,140,62,4,69,2,0,241,39,202,42,114,219,3,0,241,135,234,135,68,241,3,0,243,167,217,9,41,131,1,0,244,39,11,143,229,71,2,0,245,103,244,5,40,141,2,0,245,167,42,11,11,150,2,0,245,231,201,234,251,254,2,0,245,199,170,58,239,104,3,0,249,135,157,52,166,225,1,0,249,167,133,227,205,87,3,0,250,199,211,156,231,57,3,0,252,135,225,97,64,28,4,0,253,231,48,29,79,177,2,0,254,199,104,222,217,126,1,0,255,7,248,227,92,87,3,0,0,168,224,205,142,50,2,0,0,200,41,180,154,72,3,0,2,136,251,221,119,248,1,0,3,136,228,99,176,155,3,0,5,168,98,145,116,35,3,0,8,104,177,87,212,34,2,0,9,40,107,149,170,164,3,0,9,72,140,114,72,250,3,0,10,232,13,34,77,158,1,0,11,40,12,192,53,73,2,0,11,136,196,213,105,250,3,0,12,72,141,216,162,219,2,0,13,168,224,219,212,233,2,0,14,72,222,25,91,218,2,0,15,104,57,207,32,151,1,0,15,136,151,74,136,130,2,0,15,8,250,6,118,182,2,0,16,8,85,133,51,172,1,0,17,104,4,243,60,14,3,0,18,232,205,113,132,136,2,0,18,40,124,184,31,216,2,0,19,200,58,15,176,128,1,0,19,72,250,223,38,250,1,0,19,8,148,159,160,146,2,0,22,72,222,233,72,1,3,0,23,168,255,230,30,248,1,0,23,8,101,90,145,32,2,0,23,104,158,0,43,17,4,0,24,168,93,98,92,151,1,0,24,40,3,228,139,241,2,0,25,200,216,116,1,51,3,0,25,104,122,54,106,94,3,0,26,200,212,11,36,128,2,0,27,8,208,181,111,70,2,0,28,104,209,144,138,236,2,0,32,200,161,223,240,180,2,0,34,232,170,165,134,181,1,0,34,168,25,166,248,244,1,0,36,72,177,235,83,249,1,0,36,136,252,34,51,20,2,0,40,232,76,184,56,155,3,0,40,168,110,103,203,205,3,0,42,104,169,248,75,238,1,0,43,168,51,151,234,31,2,0,43,136,159,222,38,143,2,0,44,8,207,79,68,144,1,0,44,8,23,37,158,31,2,0,48,136,194,173,167,51,2,0,48,104,146,26,237,146,3,0,49,200,24,42,79,116,2,0,49,200,158,222,141,232,3,0,50,104,221,183,172,240,2,0,51,200,247,246,219,203,2,0,51,72,22,70,252,4,3,0,51,136,178,166,172,181,3,0,52,104,233,9,247,73,2,0,53,232,174,99,86,3,2,0,53,136,187,134,172,7,2,0,56,104,190,139,15,1,4,0,57,104,93,229,79,135,1,0,58,232,147,48,211,36,2,0,58,136,204,190,114,167,3,0,59,72,246,70,0,241,1,0,59,72,239,71,8,13,2,0,61,200,158,102,155,27,2,0,63,40,99,21,43,224,1,0,63,40,222,252,62,3,4,0,64,40,80,192,148,195,1,0,65,8,72,173,125,204,2,0,66,40,79,182,196,7,2,0,68,104,208,138,120,116,3,0,70,8,21,65,220,12,2,0,73,168,206,178,182,68,2,0,74,168,43,77,122,6,4,0,76,72,2,121,106,95,2,0,76,40,184,123,238,135,3,0,77,136,55,254,22,155,2,0,78,232,168,165,14,190,2,0,80,8,10,254,160,19,3,0,80,8,184,146,149,92,3,0,81,72,8,248,112,18,2,0,81,232,164,65,183,69,3,0,81,104,207,85,93,121,3,0,82,8,182,186,252,134,2,0,83,104,39,81,49,127,2,0,83,136,82,69,181,105,3,0,84,72,31,59,227,23,2,0,85,8,244,156,122,192,1,0,85,200,210,207,131,213,2,0,86,168,36,78,70,201,1,0,86,232,62,231,219,237,1,0,90,232,111,105,8,35,2,0,90,8,148,235,82,58,2,0,90,72,18,89,0,157,2,0,92,8,56,160,162,244,1,0,95,136,223,207,238,209,3,0,96,136,131,98,120,115,2,0,97,40,164,155,128,138,1,0,97,200,184,194,202,191,1,0,100,72,31,154,161,228,1,0,100,104,107,145,91,250,1,0,100,8,158,38,142,204,2,0,101,40,112,50,237,129,3,0,102,168,59,17,53,234,1,0,102,200,185,142,247,90,3,0,103,104,181,29,147,89,3,0,104,8,110,24,18,142,3,0,109,40,220,122,6,25,4,0,112,104,162,218,17,164,2,0,112,72,178,153,40,198,3,0,112,168,213,71,56,208,3,0,113,40,24,229,122,213,1,0,114,232,255,63,165,190,1,0,115,72,226,123,39,131,2,0,115,8,66,236,142,200,3,0,116,72,131,105,9,149,2,0,118,104,85,20,25,12,3,0,118,8,195,234,196,28,4,0,120,72,78,100,67,192,3,0,121,104,190,106,240,254,1,0,123,72,152,209,14,198,1,0,124,104,216,14,69,9,3,0,124,40,63,92,94,109,3,0,124,104,179,73,32,26,4,0,126,8,224,232,68,215,1,0,126,200,36,59,1,160,2,0,126,136,108,225,87,6,4,0,128,136,76,240,83,4,2,0,128,136,76,81,213,74,2,0,128,200,253,105,26,81,2,0,128,168,143,146,148,81,3,0,129,40,250,232,103,135,1,0,129,200,101,86,66,154,2,0,134,136,39,81,24,131,2,0,134,72,25,130,204,22,4,0,135,8,69,212,9,227,1,0,135,40,158,216,105,193,2,0,137,72,167,193,1,129,1,0,138,200,152,252,8,211,2,0,139,104,153,206,6,154,2,0,139,8,132,88,131,17,4,0,140,72,153,223,118,136,2,0,140,232,189,181,43,196,3,0,141,200,76,81,43,41,2,0,143,72,113,198,233,222,3,0,146,232,157,222,156,128,1,0,147,232,157,222,136,128,1,0,148,72,134,82,206,235,3,0,149,232,98,112,215,120,3,0,150,200,76,81,5,39,2,0,153,200,75,153,3,138,2,0,155,8,250,150,59,126,3,0,156,104,149,241,29,4,2,0,157,8,7,235,106,142,3,0,158,104,113,189,90,95,2,0,159,168,153,223,150,104,2,0,159,232,55,175,155,165,2,0,159,168,42,203,142,97,3,0,161,72,77,63,28,169,1,0,161,200,175,45,248,32,2,0,161,232,155,184,6,254,2,0,161,104,113,151,94,14,3,0,162,8,105,147,238,3,2,0,164,8,22,102,132,125,2,0,164,200,152,167,48,114,3,0,165,168,100,125,18,7,3,0,169,40,205,179,170,64,3,0,169,200,112,231,43,18,4,0,170,8,38,227,7,28,4,0,171,104,153,223,48,124,2,0,173,232,55,67,58,41,2,0,174,72,154,223,111,72,2,0,175,136,25,192,217,42,2,0,175,8,47,158,142,239,2,0,177,104,49,68,200,109,3,0,179,72,5,77,206,181,1,0,179,232,26,209,147,217,2,0,182,8,42,31,7,77,2,0,184,200,20,148,122,210,1,0,184,8,162,215,11,18,2,0,184,168,120,133,237,155,2,0,185,200,210,124,247,18,3,0,185,232,122,100,104,115,3,0,187,200,169,239,192,161,2,0,189,200,184,75,53,188,1,0,191,104,79,217,49,173,1,0,193,72,54,140,194,221,1,0,196,168,167,119,199,135,1,0,197,136,201,18,104,20,4,0,204,8,53,56,13,38,2,0,205,168,79,15,7,127,1,0,205,168,69,132,42,84,2,0,205,104,222,86,14,47,3,0,206,72,248,132,110,163,1,0,207,72,236,14,42,25,2,0,207,8,125,195,201,28,2,0,209,232,167,223,95,143,2,0,209,40,136,68,119,87,3,0,209,168,47,21,40,29,4,0,210,8,32,159,114,51,3,0,211,200,96,129,255,3,2,0,211,72,115,172,231,250,2,0,212,40,59,242,5,173,1,0,212,8,211,143,196,223,1,0,212,168,221,195,195,24,2,0,212,200,118,41,74,162,3,0,213,200,152,223,112,237,2,0,213,200,208,193,51,120,3,0,214,168,9,217,195,71,3,0,219,104,246,243,235,140,1,0,219,168,197,230,211,221,3,0,220,232,251,186,138,32,3,0,221,8,77,93,107,243,2,0,224,200,51,45,225,244,2,0,225,136,202,114,179,35,3,0,227,200,80,27,244,132,2,0,231,168,240,246,78,226,2,0,234,200,80,154,215,142,2,0,235,8,233,192,138,224,2,0,235,232,132,140,142,6,3,0,236,8,168,53,248,253,1,0,237,72,153,223,233,130,2,0,237,200,119,169,220,171,2,0,237,8,120,92,244,96,3,0,240,104,231,134,190,18,4,0,243,72,24,81,193,213,2,0,244,136,77,41,132,52,2,0,244,40,37,81,242,158,2,0,244,104,53,114,44,12,4,0,248,104,108,53,60,25,3,0,248,168,148,229,65,219,3,0,249,232,9,199,7,115,3,0,249,200,181,219,21,212,3,0,251,72,78,1,140,51,2,0,252,8,32,43,167,61,2,0,253,232,206,183,93,236,2,0,254,72,65,122,22,160,2,0,0,201,158,94,140,146,2,0,2,73,236,111,168,152,2,0,3,105,109,215,6,86,3,0,4,41,204,63,174,73,3,0,4,233,122,72,13,214,3,0,6,169,83,228,38,7,2,0,7,233,96,51,97,14,4,0,8,169,213,52,73,22,2,0,8,233,203,45,236,129,2,0,8,137,126,123,197,179,3,0,8,73,50,36,199,222,3,0,9,9,180,18,163,81,3,0,9,169,129,154,36,2,4,0,12,169,191,81,62,137,1,0,13,201,131,252,2,140,3,0,15,169,200,11,160,11,4,0,16,201,72,70,234,166,3,0,18,169,42,223,241,2,2,0,18,201,50,77,228,64,2,0,18,233,215,6,188,68,3,0,21,41,180,161,244,15,2,0,23,169,91,89,222,33,2,0,23,169,124,171,119,114,2,0,23,233,225,48,84,182,3,0,24,105,9,48,244,160,3,0,25,137,13,129,121,160,3,0,26,9,114,80,202,9,2,0,26,73,58,76,47,109,3,0,27,201,95,114,23,178,3,0,29,137,132,254,174,89,2,0,34,9,7,248,116,172,1,0,36,233,18,173,93,134,2,0,37,169,0,1,233,237,1,0,38,41,24,169,87,168,1,0,38,41,72,12,195,12,2,0,38,9,241,54,141,107,2,0,38,73,210,186,255,18,4,0,39,41,21,60,170,246,1,0,41,9,32,239,190,245,2,0,45,73,77,167,176,212,1,0,46,73,189,72,88,73,2,0,47,41,242,130,5,205,2,0,48,169,159,218,207,228,1,0,48,137,136,111,20,245,1,0,48,233,214,160,37,28,3,0,49,41,142,170,116,68,2,0,51,233,123,184,229,221,2,0,52,105,127,140,155,125,1,0,53,233,176,23,38,251,1,0,53,137,186,254,3,199,3,0,54,233,123,184,245,221,2,0,55,41,157,186,56,19,4,0,58,233,96,254,196,84,3,0,59,201,140,37,204,153,1,0,59,137,228,230,218,29,2,0,64,73,251,144,253,44,3,0,65,233,10,160,176,200,1,0,65,233,129,57,5,226,2,0,67,9,159,208,155,203,1,0,67,233,233,236,33,70,2,0,68,41,185,51,179,230,1,0,69,233,247,22,120,97,3,0,69,9,2,80,212,182,3,0,70,9,148,159,153,145,2,0,70,169,0,254,118,147,2,0,72,41,108,13,95,5,3,0,73,41,254,246,202,149,1,0,73,137,186,212,145,232,1,0,75,9,7,165,176,255,1,0,75,41,9,107,130,133,2,0,79,73,119,150,147,246,3,0,80,41,82,199,222,130,1,0,80,105,29,177,89,172,3,0,81,201,121,67,222,204,3,0,81,169,200,216,82,209,3,0,82,201,51,32,23,244,3,0,84,9,127,248,147,132,1,0,85,105,227,16,76,195,1,0,86,137,18,223,43,98,3,0,86,105,246,58,218,130,3,0,87,41,9,229,93,184,1,0,87,233,42,33,208,30,4,0,93,9,233,160,195,174,2,0,94,41,124,184,227,216,2,0,95,201,187,61,133,131,3,0,95,201,235,182,97,137,3,0,96,169,98,145,137,35,3,0,97,137,39,81,79,131,2,0,97,73,248,31,36,227,2,0,100,201,83,204,157,202,3,0,101,233,145,7,92,238,1,0,104,9,46,15,145,131,1,0,105,137,66,250,88,192,2,0,106,9,42,31,243,76,2,0,106,73,209,255,176,202,3,0,107,41,1,83,198,39,3,0,109,169,237,204,36,141,1,0,109,41,24,190,93,155,2,0,110,137,27,163,5,134,2,0,110,105,237,223,27,230,2,0,110,137,56,27,82,36,3,0,114,137,52,9,179,65,2,0,114,169,152,5,70,245,2,0,116,137,189,186,137,145,2,0,116,9,188,245,219,198,2,0,116,105,231,169,41,225,2,0,116,201,52,195,254,113,3,0,117,9,220,52,27,226,2,0,118,201,122,77,55,22,2,0,118,233,24,254,111,155,2,0,120,137,189,186,80,145,2,0,120,9,180,221,250,221,3,0,121,201,100,197,244,216,1,0,121,73,117,105,255,43,3,0,123,169,10,95,24,156,1,0,125,169,108,95,132,78,3,0,126,105,63,105,172,80,2,0,127,201,165,125,50,145,1,0,127,201,47,194,70,71,2,0,128,73,38,246,81,181,1,0,130,137,19,192,184,50,2,0,130,201,15,44,95,167,2,0,131,169,222,223,192,91,3,0,132,105,58,83,208,148,3,0,132,169,158,78,198,254,3,0,133,137,39,81,67,130,2,0,133,233,216,47,223,28,4,0,134,201,80,193,83,135,3,0,135,73,122,71,241,10,2,0,135,41,37,81,22,159,2,0,137,233,17,75,176,252,3,0,138,233,89,248,121,30,2,0,140,137,120,85,228,217,1,0,141,41,108,155,204,177,3,0,141,169,235,204,97,231,3,0,143,9,29,3,43,90,2,0,144,169,248,39,54,24,3,0,145,9,132,64,146,139,2,0,148,41,14,248,243,219,1,0,153,105,247,105,23,44,3,0,153,201,159,156,103,232,3,0,154,9,14,120,79,133,3,0,156,169,218,217,74,32,2,0,156,105,74,240,56,68,2,0,157,137,75,8,198,147,1,0,158,105,26,220,96,81,3,0,159,233,37,64,38,3,4,0,160,233,32,117,51,9,2,0,161,169,44,157,123,177,2,0,161,41,231,174,207,253,3,0,162,201,23,81,105,232,2,0,163,233,159,121,93,163,3,0,165,233,168,105,44,125,2,0,165,201,147,198,22,71,3,0,166,201,162,232,226,171,1,0,166,233,200,172,57,217,3,0,166,233,250,159,61,231,3,0,166,201,104,129,245,237,3,0,167,169,97,195,193,195,1,0,168,233,226,154,193,165,3,0,169,41,251,250,63,228,2,0,171,233,44,21,22,122,2,0,171,169,15,219,119,38,3,0,176,9,19,113,34,244,1,0,178,137,26,226,171,178,3,0,181,41,0,230,213,188,3,0,182,41,10,213,45,42,2,0,183,73,85,180,196,182,3,0,188,41,239,167,221,162,1,0,189,233,212,45,136,156,2,0,190,73,97,85,143,219,3,0,193,233,172,189,12,80,2,0,193,201,239,81,36,99,2,0,193,233,26,110,17,65,3,0,195,233,54,12,120,153,1,0,195,233,204,208,181,239,2,0,195,41,233,28,106,56,3,0,195,41,132,89,38,72,3,0,196,41,132,204,9,219,3,0,197,41,121,128,219,176,1,0,201,201,75,218,46,45,2,0,201,201,173,3,142,45,3,0,203,105,175,60,214,135,3,0,204,73,106,147,200,69,3,0,205,137,153,223,109,109,2,0,205,73,189,148,182,8,4,0,208,105,251,19,245,163,2,0,208,137,32,35,187,249,2,0,208,169,189,183,116,66,3,0,208,137,192,6,60,103,3,0,208,201,16,69,69,218,3,0,210,169,17,125,170,229,3,0,212,41,209,181,30,137,1,0,212,169,190,198,223,158,2,0,212,105,123,42,184,130,3,0,213,41,155,9,212,160,1,0,213,137,95,146,19,224,2,0,213,9,10,118,177,215,3,0,214,9,225,142,92,159,2,0,214,9,12,65,252,12,3,0,214,73,194,187,158,16,3,0,217,137,102,30,222,182,1,0,218,41,213,227,48,148,1,0,218,9,32,158,160,3,2,0,218,41,121,220,54,234,3,0,220,105,237,62,233,4,3,0,222,73,29,231,34,192,1,0,222,9,116,139,101,227,1,0,223,73,125,43,63,111,2,0,226,41,158,216,227,193,2,0,227,201,117,86,144,156,1,0,227,201,4,250,37,5,4,0,228,41,121,180,52,134,1,0,229,41,73,11,223,202,3,0,230,137,8,181,32,107,3,0,230,137,232,45,140,193,3,0,232,201,59,237,116,169,3,0,233,73,153,223,21,138,2,0,233,169,202,146,187,142,3,0,234,201,47,226,28,8,2,0,234,41,137,67,102,106,2,0,235,105,23,192,35,38,2,0,237,169,41,60,159,137,3,0,237,73,49,248,79,153,3,0,242,9,86,113,152,182,3,0,243,137,36,84,138,88,2,0,243,137,31,254,168,27,3,0,243,9,221,47,8,37,3,0,244,105,167,240,144,16,2,0,244,9,188,128,169,28,3,0,245,169,94,36,193,177,2,0,245,105,49,52,251,195,2,0,246,41,104,201,115,219,1,0,246,41,29,198,44,248,1,0,247,169,138,118,146,174,2,0,247,169,120,239,2,12,3,0,247,41,187,200,174,166,3,0,247,137,253,129,134,182,3,0,248,9,38,206,50,80,2,0,248,169,244,217,139,218,2,0,254,41,163,190,249,64,3,0,0,74,153,223,178,146,2,0,0,234,65,252,47,48,3,0,2,234,102,172,24,131,1,0,2,42,109,142,95,161,1,0,2,170,139,198,122,1,3,0,3,138,144,206,167,118,3,0,7,202,106,62,217,156,2,0,7,106,25,52,209,197,2,0,7,106,237,81,216,234,3,0,8,42,136,240,231,117,3,0,8,138,178,178,7,225,3,0,9,234,221,179,32,177,2,0,10,10,210,235,160,23,2,0,10,202,176,75,132,129,2,0,12,10,222,163,161,156,1,0,12,138,230,144,220,39,3,0,13,202,81,234,177,40,2,0,13,234,114,58,42,164,2,0,13,234,169,20,33,188,3,0,13,234,14,49,71,246,3,0,13,106,110,27,5,12,4,0,14,10,46,153,215,236,2,0,15,234,66,227,70,200,2,0,16,138,95,146,190,224,2,0,18,138,42,74,137,253,2,0,20,10,18,139,142,214,3,0,24,106,127,153,108,149,2,0,25,74,207,235,161,5,2,0,27,106,83,76,139,137,1,0,27,42,80,17,141,249,3,0,27,106,214,57,204,4,4,0,28,234,118,168,27,137,3,0,29,74,6,255,89,245,3,0,30,138,253,17,13,123,2,0,30,42,163,103,5,29,3,0,31,138,175,100,24,26,2,0,31,74,224,151,130,140,2,0,31,106,240,97,62,115,3,0,39,42,53,50,205,161,1,0,39,106,112,123,203,197,1,0,40,170,118,254,84,232,3,0,41,202,43,248,188,18,2,0,41,42,88,233,236,55,2,0,41,74,188,205,208,83,2,0,42,170,118,20,125,126,1,0,43,106,23,210,205,159,1,0,43,202,23,217,235,20,4,0,46,10,51,65,69,216,1,0,46,10,45,211,125,216,1,0,46,170,100,125,238,6,3,0,46,74,112,231,255,101,3,0,47,138,143,77,192,208,1,0,47,170,69,127,50,90,3,0,48,42,24,242,30,19,2,0,49,106,8,90,161,98,2,0,49,170,226,66,119,102,2,0,49,10,105,76,135,131,2,0,50,42,11,177,116,186,2,0,51,10,7,218,219,166,2,0,51,138,102,203,31,219,2,0,51,106,107,55,198,112,3,0,51,234,67,91,219,176,3,0,53,138,219,8,251,212,2,0,53,202,5,190,92,247,2,0,56,138,63,66,178,229,1,0,56,10,61,106,159,84,3,0,59,234,84,40,146,255,2,0,59,42,140,171,72,26,3,0,60,170,70,253,0,59,2,0,62,202,81,185,156,138,1,0,62,106,39,0,249,217,1,0,63,74,75,240,161,22,2,0,65,106,218,255,128,65,3,0,66,74,0,53,114,41,3,0,67,234,23,81,84,231,2,0,67,106,198,137,54,56,3,0,68,42,153,223,81,168,2,0,69,42,69,232,121,69,3,0,70,42,207,30,121,228,3,0,72,234,39,77,80,112,3,0,73,202,209,119,222,47,3,0,77,106,73,198,140,18,3,0,78,170,165,164,99,44,3,0,79,170,210,110,239,67,2,0,79,74,24,81,64,213,2,0,81,138,218,242,14,28,3,0,82,74,153,223,217,144,2,0,83,74,177,201,4,68,3,0,84,234,111,88,84,35,2,0,86,170,97,39,9,42,3,0,87,74,60,166,208,165,1,0,87,42,85,135,59,191,3,0,88,106,93,96,52,153,1,0,89,138,91,206,31,238,2,0,90,234,35,102,90,16,2,0,92,106,141,151,177,213,1,0,92,106,44,113,252,211,3,0,93,170,175,252,67,209,2,0,94,74,154,223,183,29,2,0,94,234,45,50,184,74,3,0,94,202,235,232,45,102,3,0,94,74,67,38,31,109,3,0,95,138,215,195,39,24,2,0,95,10,204,187,123,118,2,0,99,138,29,120,79,87,2,0,100,106,77,7,146,246,2,0,100,170,170,128,213,145,3,0,102,10,0,144,240,142,2,0,102,74,179,185,93,80,3,0,103,10,224,227,206,64,2,0,104,202,18,251,1,111,3,0,105,202,119,169,238,171,2,0,107,234,47,254,84,170,1,0,107,202,141,32,252,250,2,0,107,106,42,16,255,16,3,0,110,202,97,177,248,227,2,0,112,202,80,167,39,103,3,0,113,234,88,91,12,231,2,0,114,170,106,204,18,241,1,0,116,74,101,11,182,160,3,0,117,42,75,228,77,245,1,0,117,42,71,55,211,252,3,0,118,234,53,27,132,93,2,0,118,202,135,99,118,121,2,0,118,234,63,25,170,242,2,0,118,106,31,143,195,248,2,0,119,234,17,230,166,127,1,0,121,42,83,235,165,187,1,0,121,106,144,228,94,249,1,0,122,42,200,47,102,32,4,0,123,106,190,33,206,11,2,0,124,170,10,160,126,121,3,0,125,170,255,12,97,130,1,0,125,42,162,57,142,29,2,0,126,170,162,81,26,134,3,0,127,74,154,223,148,28,2,0,127,42,175,141,102,208,2,0,128,74,83,86,229,167,1,0,128,42,101,92,239,29,3,0,129,74,158,80,222,238,1,0,129,74,136,42,198,73,2,0,131,234,15,245,134,36,2,0,132,10,38,206,88,80,2,0,132,170,94,92,7,147,3,0,133,42,17,23,69,255,1,0,133,106,213,210,229,82,2,0,133,170,28,65,87,86,2,0,133,10,182,88,158,158,3,0,134,170,87,145,227,185,1,0,134,74,181,234,20,251,1,0,134,10,138,37,231,96,2,0,134,234,55,23,176,145,3,0,137,10,59,58,54,179,2,0,139,10,65,86,110,152,3,0,140,10,242,227,98,129,2,0,143,138,55,54,172,237,3,0,144,170,213,75,121,238,2,0,147,10,101,115,201,209,2,0,147,170,210,153,242,70,3,0,148,74,94,4,5,129,2,0,150,42,127,93,189,27,3,0,150,138,35,107,231,28,3,0,150,106,204,161,237,26,4,0,151,202,2,151,58,230,1,0,151,10,30,81,39,174,2,0,152,10,74,171,170,169,3,0,153,10,207,177,226,220,2,0,155,74,182,79,230,43,2,0,155,170,101,102,18,104,2,0,155,234,115,188,138,24,3,0,157,202,177,150,133,83,3,0,161,234,204,247,134,78,2,0,162,202,245,102,133,163,1,0,162,138,142,60,243,91,2,0,162,42,124,184,56,217,2,0,162,138,160,114,38,235,2,0,162,106,14,66,114,163,3,0,164,10,107,41,132,209,2,0,164,202,233,142,207,222,2,0,165,202,46,139,250,136,2,0,166,138,140,248,99,187,3,0,171,10,181,126,134,140,1,0,172,10,135,250,134,74,3,0,174,234,40,13,50,152,1,0,174,202,199,130,33,169,3,0,178,106,110,252,200,130,2,0,179,170,229,15,78,173,3,0,179,106,252,107,241,192,3,0,180,74,213,49,48,237,3,0,183,138,24,192,76,41,2,0,183,106,29,81,117,172,2,0,184,106,95,75,175,230,3,0,186,170,64,104,182,197,2,0,186,106,80,224,56,212,2,0,190,234,158,134,148,136,1,0,191,202,105,232,251,255,1,0,192,234,242,10,103,9,2,0,192,234,164,152,122,14,3,0,193,138,114,48,119,166,2,0,194,170,47,188,10,110,2,0,194,234,35,181,3,38,3,0,195,170,219,129,160,0,2,0,195,106,53,180,89,242,2,0,198,202,216,225,80,38,3,0,203,10,158,36,196,38,3,0,204,138,217,244,51,162,1,0,204,202,134,154,254,184,1,0,204,170,17,192,110,44,2,0,207,202,194,150,83,186,1,0,208,202,211,17,22,102,3,0,208,234,93,74,140,251,3,0,208,138,64,97,115,12,4,0,211,202,102,67,253,236,3,0,213,10,38,206,69,80,2,0,213,74,76,140,112,250,2,0,214,10,216,149,144,246,1,0,214,106,246,247,163,12,3,0,216,74,176,0,86,59,3,0,217,138,94,186,232,161,2,0,220,10,30,81,113,174,2,0,221,42,98,158,66,182,3,0,222,170,179,42,29,168,2,0,223,202,63,202,203,130,3,0,223,138,51,219,86,29,4,0,223,138,51,219,132,29,4,0,223,138,51,219,187,29,4,0,223,138,51,219,242,29,4,0,223,138,51,219,28,30,4,0,223,138,51,219,71,30,4,0,224,74,71,81,191,76,2,0,225,234,137,65,249,28,2,0,225,138,157,95,251,77,2,0,225,138,251,211,215,1,4,0,226,106,98,65,107,25,2,0,226,106,98,65,46,27,2,0,227,42,24,18,55,116,2,0,227,106,70,27,122,45,3,0,229,170,184,40,243,166,1,0,229,74,187,67,32,95,3,0,230,42,127,238,147,186,1,0,230,138,220,47,8,21,3,0,231,170,104,96,10,215,1,0,232,202,179,30,19,228,1,0,235,138,97,50,2,79,3,0,237,10,3,119,15,180,2,0,238,138,250,212,228,118,2,0,239,42,2,14,18,149,1,0,239,42,249,194,182,92,3,0,240,10,181,162,235,178,2,0,244,170,15,192,112,73,2,0,245,74,182,94,172,125,2,0,245,202,116,61,34,133,2,0,246,234,69,126,177,176,1,0,249,170,113,178,147,238,1,0,249,138,173,11,79,165,2,0,250,10,86,59,97,149,1,0,250,138,189,79,191,97,2,0,253,170,148,122,238,165,1,0,255,234,106,245,201,164,1,0,255,138,53,194,166,71,2,0,255,42,190,216,248,116,2,0,255,138,82,121,155,144,2,0,255,10,158,164,29,15,3,0,2,235,64,247,200,106,3,0,5,11,90,46,43,214,1,0,5,171,87,149,106,208,3,0,6,43,217,111,63,163,2,0,7,139,114,48,141,25,4,0,9,43,247,196,170,154,2,0,9,43,175,153,253,27,3,0,9,203,170,18,230,79,3,0,10,235,186,159,170,195,2,0,12,235,99,100,212,231,2,0,13,139,194,106,11,168,1,0,13,107,36,73,69,12,3,0,15,139,207,176,22,163,3,0,16,75,18,216,47,30,3,0,17,235,247,24,187,167,1,0,17,11,220,97,216,8,3,0,17,43,151,140,235,214,3,0,18,139,121,95,140,188,1,0,19,203,250,252,156,142,2,0,20,11,128,135,225,230,2,0,21,11,120,177,152,89,2,0,23,139,197,3,122,141,1,0,23,11,215,171,244,112,2,0,24,75,223,224,75,196,2,0,25,43,70,114,22,61,3,0,26,139,0,239,37,159,2,0,27,171,81,147,100,132,3,0,28,75,47,87,240,128,2,0,29,235,186,233,138,224,1,0,29,171,16,234,172,252,1,0,29,75,149,41,35,221,2,0,31,75,47,51,139,212,1,0,33,171,25,31,127,101,2,0,38,203,231,252,87,71,2,0,45,43,37,58,176,56,3,0,46,139,130,180,138,47,2,0,47,11,150,29,194,139,1,0,47,107,3,141,63,155,2,0,49,171,199,165,80,161,2,0,50,171,130,148,212,104,3,0,51,235,107,112,205,150,1,0,52,139,174,15,237,92,2,0,54,203,53,42,108,154,1,0,54,171,51,159,107,226,2,0,55,235,194,10,80,52,3,0,56,43,17,195,34,56,2,0,56,11,91,9,94,15,4,0,57,11,182,197,80,221,1,0,58,139,73,140,117,203,1,0,59,139,63,226,206,107,2,0,60,235,70,245,144,155,2,0,60,107,40,145,255,45,3,0,61,171,18,52,17,198,2,0,62,75,68,12,98,58,3,0,63,139,242,174,209,137,3,0,64,203,8,71,243,13,4,0,66,43,83,208,197,148,2,0,67,11,160,206,9,147,2,0,67,139,111,184,210,232,2,0,68,11,218,203,189,168,2,0,68,203,29,81,113,175,2,0,68,107,24,27,69,232,2,0,69,107,39,81,207,128,2,0,71,43,253,172,103,6,2,0,71,43,240,113,102,128,2,0,72,171,93,193,14,218,1,0,74,107,75,58,214,47,2,0,75,203,207,7,211,119,3,0,76,139,241,54,44,190,2,0,79,139,155,137,227,137,1,0,79,139,119,224,96,252,1,0,79,107,244,128,16,127,2,0,79,171,191,219,137,51,3,0,81,43,119,152,68,7,4,0,82,235,165,189,241,51,2,0,84,203,19,163,21,200,1,0,84,11,172,48,104,204,1,0,84,43,144,153,247,180,3,0,85,139,77,34,122,43,2,0,88,43,160,154,119,228,2,0,88,235,86,83,15,57,3,0,91,107,222,36,193,210,2,0,91,43,213,232,182,106,3,0,91,75,217,101,147,30,4,0,92,75,80,72,103,157,3,0,92,171,164,173,136,253,3,0,93,75,122,36,224,136,2,0,94,43,93,224,238,205,2,0,94,43,97,26,249,98,3,0,96,203,110,239,56,132,3,0,97,11,7,116,186,5,2,0,98,203,125,220,73,227,2,0,101,107,154,74,172,205,1,0,101,75,49,200,125,241,1,0,102,203,42,89,103,128,1,0,102,235,13,254,57,107,2,0,102,75,194,12,151,48,3,0,104,235,13,197,142,220,1,0,104,75,154,223,161,41,2,0,104,171,206,242,167,193,2,0,108,203,224,253,59,89,2,0,108,171,208,203,142,245,3,0,109,11,153,223,160,168,2,0,110,75,154,223,175,41,2,0,112,107,23,192,51,37,2,0,112,75,36,62,53,114,2,0,113,43,222,97,104,203,2,0,113,171,222,241,93,22,4,0,114,171,160,254,172,132,1,0,115,43,140,53,185,183,2,0,116,203,253,79,64,242,1,0,116,75,253,83,114,159,2,0,116,11,124,54,127,241,3,0,117,11,235,13,96,229,1,0,117,11,84,122,149,105,2,0,119,75,98,218,192,50,3,0,119,11,145,183,128,137,3,0,120,75,113,185,66,83,2,0,120,235,200,187,212,118,2,0,120,75,32,38,199,255,2,0,121,75,135,144,62,61,3,0,121,203,56,41,155,211,3,0,121,43,138,103,198,11,4,0,123,139,170,194,231,220,3,0,125,11,116,102,252,46,3,0,125,107,39,101,105,161,3,0,126,139,160,154,92,40,3,0,128,43,13,75,220,72,2,0,128,203,224,253,249,88,2,0,129,75,205,184,177,177,2,0,134,203,48,39,12,158,2,0,134,235,217,89,42,252,3,0,135,235,82,132,69,93,3,0,137,75,36,114,101,116,3,0,138,43,184,126,202,238,1,0,140,107,0,234,135,109,3,0,144,107,13,234,178,95,3,0,144,235,184,17,170,109,3,0,147,11,75,98,147,145,1,0,147,43,249,14,57,65,3,0,149,43,4,33,189,156,1,0,149,11,58,105,155,34,2,0,149,235,233,208,242,212,3,0,150,203,205,249,242,66,2,0,150,107,85,94,86,111,2,0,150,107,121,14,216,180,2,0,151,75,196,202,241,235,1,0,152,43,12,80,110,60,3,0,154,107,209,84,56,5,3,0,155,139,40,75,177,201,1,0,155,203,171,218,219,4,4,0,156,11,243,86,22,135,1,0,156,75,62,119,22,249,1,0,156,203,89,205,87,83,2,0,156,203,253,41,57,235,2,0,157,107,189,102,21,13,3,0,157,203,246,235,188,17,4,0,158,171,34,175,206,152,2,0,160,203,187,16,46,164,1,0,160,171,255,90,222,71,3,0,162,171,139,69,223,223,1,0,162,203,159,55,98,54,3,0,163,107,183,186,206,137,2,0,164,11,3,80,69,138,1,0,164,43,68,155,222,72,3,0,166,11,95,77,124,21,2,0,169,11,231,86,6,194,1,0,169,11,169,190,236,196,1,0,170,11,199,78,9,187,2,0,170,43,50,12,125,50,3,0,171,139,167,209,129,195,1,0,172,203,214,117,229,243,1,0,173,107,32,42,79,183,2,0,174,171,89,144,213,90,3,0,174,171,58,83,60,230,3,0,176,43,168,121,128,231,1,0,176,43,182,102,136,62,3,0,176,139,201,79,32,229,3,0,177,107,165,100,204,224,1,0,177,75,243,133,125,60,3,0,177,75,250,227,250,248,3,0,178,235,75,184,44,126,2,0,178,11,62,248,164,207,2,0,178,203,133,179,102,79,3,0,178,203,175,234,86,26,4,0,179,11,147,68,140,115,2,0,180,139,124,184,177,226,2,0,180,43,160,155,50,67,3,0,182,11,113,189,119,132,3,0,184,75,157,100,227,152,1,0,186,203,233,87,60,129,1,0,187,107,49,170,155,176,1,0,189,139,150,25,149,20,2,0,189,139,2,177,35,7,3,0,190,43,139,20,50,18,2,0,191,171,148,34,251,103,2,0,192,11,165,69,20,39,2,0,193,11,128,125,90,222,2,0,193,203,139,155,35,5,3,0,193,139,255,157,90,32,4,0,194,107,24,81,201,207,2,0,195,107,125,79,228,0,3,0,196,107,163,28,77,187,1,0,199,235,145,84,166,64,2,0,200,107,64,197,245,232,2,0,201,11,169,46,73,164,1,0,201,11,198,104,209,38,3,0,203,171,238,97,177,204,3,0,203,235,93,125,184,0,4,0,206,107,172,136,201,176,1,0,210,171,113,116,6,214,2,0,211,203,207,79,52,144,1,0,212,75,149,201,39,149,3,0,214,11,148,59,109,162,1,0,215,11,212,21,73,142,2,0,219,11,161,73,139,235,1,0,222,11,23,217,234,161,3,0,225,11,119,207,233,180,1,0,225,11,153,100,128,96,3,0,227,75,33,156,43,17,2,0,227,75,29,198,96,137,2,0,229,171,151,250,148,26,2,0,229,203,223,167,112,69,2,0,229,107,26,24,56,95,3,0,230,11,81,171,242,211,2,0,230,43,140,212,40,215,3,0,231,235,205,31,2,9,2,0,231,11,105,74,171,7,4,0,232,107,78,35,85,190,1,0,232,203,212,11,173,127,2,0,233,107,180,13,204,139,3,0,233,235,146,164,47,238,3,0,234,171,179,221,41,102,2,0,234,139,102,79,191,132,3,0,237,235,116,103,38,39,2,0,237,235,58,82,154,139,3,0,238,75,160,54,235,190,2,0,240,43,179,93,58,68,3,0,241,235,82,177,78,225,2,0,241,235,196,9,109,131,3,0,242,75,108,31,177,8,3,0,242,171,72,172,65,4,4,0,245,75,90,79,183,241,1,0,245,107,129,113,34,193,3,0,246,43,50,12,225,50,3,0,247,43,255,117,223,10,3,0,248,203,121,56,22,244,1,0,248,107,54,94,129,27,3,0,248,43,207,14,94,255,3,0,249,235,124,59,183,82,2,0,250,75,170,7,233,199,3,0,251,11,183,94,109,98,3,0,252,171,209,93,13,238,3,0,255,107,96,52,22,232,2,0,255,107,101,44,164,5,4,0,0,108,215,27,255,255,2,0,3,236,206,37,145,209,3,0,4,236,173,120,93,32,2,0,5,76,62,24,134,210,3,0,6,172,208,21,205,155,3,0,7,12,242,42,121,70,3,0,10,140,194,163,112,55,3,0,12,140,53,41,113,163,2,0,12,236,248,143,145,216,2,0,12,44,16,101,158,231,2,0,14,172,56,82,119,228,1,0,16,236,35,182,159,235,1,0,16,12,132,24,180,218,2,0,17,108,52,81,236,102,2,0,18,76,146,116,41,43,2,0,18,108,153,223,182,124,2,0,18,44,124,184,191,217,2,0,20,172,59,255,151,221,1,0,21,76,114,51,202,152,1,0,21,204,5,129,39,178,1,0,22,108,222,222,228,143,3,0,23,204,96,74,139,57,3,0,26,108,202,107,214,10,4,0,30,76,164,143,206,5,3,0,30,204,110,106,175,139,3,0,31,172,7,25,235,240,1,0,31,172,255,166,145,93,3,0,31,12,183,94,127,98,3,0,32,204,210,44,194,189,1,0,34,12,88,12,61,5,2,0,34,236,29,110,41,189,2,0,35,172,83,32,128,145,1,0,35,172,137,240,167,152,3,0,35,76,248,2,217,190,3,0,37,12,236,123,211,167,1,0,37,44,62,105,60,197,1,0,37,76,139,243,139,109,2,0,37,172,25,131,238,10,4,0,39,44,181,216,76,188,3,0,40,140,15,248,217,44,2,0,41,140,177,33,61,135,1,0,41,44,164,73,90,208,3,0,42,108,169,114,58,198,1,0,42,44,217,111,88,163,2,0,42,172,162,131,32,9,3,0,43,76,90,75,223,196,3,0,44,236,113,58,200,165,2,0,45,44,212,113,169,50,3,0,47,76,151,58,37,189,1,0,47,108,16,195,83,21,2,0,49,108,43,51,146,234,1,0,49,172,102,212,221,169,3,0,50,108,140,184,208,235,2,0,50,108,49,87,241,158,3,0,51,172,79,143,140,228,3,0,53,44,130,7,143,152,2,0,53,44,129,13,73,199,2,0,53,204,24,249,47,4,4,0,57,172,135,24,115,5,2,0,57,236,17,105,118,225,3,0,59,140,6,148,145,147,1,0,59,44,21,102,240,185,3,0,60,172,248,26,108,96,3,0,60,172,121,108,249,145,3,0,62,172,232,111,89,85,2,0,62,108,19,129,144,40,3,0,64,140,27,68,102,165,1,0,65,236,19,135,3,186,1,0,66,236,60,81,7,92,2,0,66,108,64,185,132,172,2,0,67,108,30,195,55,220,2,0,68,12,81,171,3,212,2,0,70,44,68,201,136,148,1,0,71,44,146,229,57,167,1,0,71,12,68,4,180,136,3,0,71,140,217,151,114,162,3,0,73,236,252,92,224,41,2,0,73,172,140,247,147,206,2,0,75,108,208,35,188,88,3,0,75,172,56,172,43,156,3,0,77,44,61,4,43,222,2,0,78,76,166,81,6,193,2,0,78,236,175,41,230,63,3,0,79,236,174,70,77,158,2,0,79,76,238,112,99,95,3,0,80,140,117,103,251,162,3,0,81,236,3,144,37,168,1,0,81,108,167,162,65,191,1,0,84,12,224,10,162,196,3,0,85,12,131,233,52,113,3,0,85,108,123,102,8,124,3,0,86,12,55,143,50,194,2,0,87,172,89,23,159,123,2,0,87,140,129,56,105,206,2,0,87,204,58,119,149,244,2,0,88,236,55,170,229,8,2,0,91,204,129,248,141,176,2,0,92,44,200,209,173,4,3,0,93,12,145,32,180,238,1,0,93,76,74,199,250,23,4,0,94,76,87,162,215,127,2,0,94,204,119,173,67,9,4,0,95,204,60,123,223,239,2,0,95,44,221,32,93,249,3,0,97,172,61,81,127,94,2,0,97,172,124,54,77,32,3,0,98,108,211,157,136,118,3,0,100,44,254,134,25,50,2,0,100,44,46,87,47,44,3,0,102,236,18,7,102,148,1,0,102,204,207,236,175,170,3,0,103,12,99,74,148,58,2,0,104,172,222,209,246,142,3,0,105,236,212,47,241,95,2,0,105,172,175,146,34,117,2,0,108,172,254,14,154,143,1,0,108,172,190,65,59,28,3,0,109,76,19,216,46,193,2,0,109,44,212,12,180,212,2,0,111,140,215,162,163,132,3,0,115,12,138,3,155,183,1,0,116,236,255,35,250,171,1,0,116,76,91,214,71,206,1,0,118,140,211,118,134,111,2,0,118,172,89,23,248,123,2,0,118,108,240,53,138,192,2,0,118,204,40,48,221,230,3,0,119,12,46,119,111,155,3,0,123,108,208,106,141,177,2,0,124,44,203,159,5,178,3,0,125,140,231,129,72,0,3,0,125,172,81,31,223,58,3,0,126,204,82,203,1,23,2,0,126,204,29,228,147,155,3,0,127,12,166,172,77,60,2,0,127,76,244,223,199,212,2,0,129,12,18,192,168,43,2,0,130,12,175,159,174,125,3,0,130,236,5,70,225,15,4,0,131,236,195,241,169,16,2,0,131,44,131,164,138,146,3,0,135,140,208,127,145,137,2,0,135,108,157,180,58,16,3,0,136,140,122,229,199,201,1,0,136,236,178,5,33,208,1,0,138,204,139,20,16,236,2,0,139,140,165,10,210,187,2,0,140,204,139,20,181,200,2,0,140,204,139,20,200,200,2,0,140,204,139,20,219,200,2,0,140,204,139,20,237,200,2,0,140,204,139,20,3,201,2,0,140,204,139,20,33,201,2,0,140,204,139,20,54,201,2,0,140,204,139,20,76,201,2,0,140,204,139,20,104,201,2,0,140,204,139,20,124,201,2,0,140,204,139,20,149,201,2,0,140,204,139,20,168,201,2,0,140,204,139,20,193,201,2,0,140,204,139,20,215,201,2,0,140,204,139,20,237,201,2,0,140,204,139,20,4,202,2,0,140,204,139,20,19,202,2,0,140,204,139,20,42,202,2,0,140,204,139,20,61,202,2,0,140,204,139,20,83,202,2,0,140,204,139,20,98,202,2,0,140,204,139,20,115,202,2,0,140,204,139,20,138,202,2,0,140,204,139,20,156,202,2,0,140,204,139,20,173,202,2,0,140,204,139,20,189,202,2,0,140,204,139,20,206,202,2,0,140,204,139,20,225,202,2,0,140,204,139,20,246,202,2,0,140,204,139,20,6,203,2,0,140,204,139,20,193,214,2,0,140,204,139,20,231,214,2,0,140,204,139,20,1,215,2,0,140,204,139,20,28,215,2,0,140,204,139,20,247,30,4,0,140,204,139,20,125,32,4,0,141,236,93,114,137,215,3,0,142,12,124,56,49,23,3,0,142,172,70,95,149,108,3,0,143,204,139,20,165,177,2,0,143,12,71,35,54,160,3,0,145,44,187,126,80,137,1,0,145,108,144,108,160,2,2,0,147,204,124,93,149,19,4,0,148,76,186,126,131,222,3,0,149,108,111,227,81,128,1,0,149,172,126,15,10,142,2,0,149,44,193,130,211,185,3,0,153,172,140,155,36,197,2,0,153,44,98,208,66,117,3,0,156,172,86,251,227,103,2,0,158,236,115,136,4,153,1,0,160,204,139,20,211,124,2,0,162,44,175,205,155,138,2,0,162,236,30,28,187,206,3,0,163,236,60,81,193,86,2,0,166,76,167,178,53,59,2,0,168,236,17,139,58,223,3,0,168,12,233,56,9,242,3,0,169,108,103,117,113,127,1,0,170,12,82,102,244,203,3,0,172,76,3,152,92,180,3,0,173,108,71,49,244,251,2,0,173,236,15,177,29,228,3,0,174,172,158,252,165,4,2,0,174,204,139,20,217,116,2,0,174,204,66,116,188,199,2,0,175,108,159,85,99,22,2,0,177,236,206,169,60,157,1,0,177,236,209,66,126,66,2,0,177,204,243,3,102,38,3,0,178,108,101,119,178,205,2,0,180,204,177,12,141,153,1,0,180,204,188,34,216,181,3,0,184,172,216,66,197,100,2,0,184,140,135,66,146,132,2,0,185,172,60,197,141,39,2,0,186,108,85,94,156,111,2,0,187,108,237,182,149,22,3,0,187,44,133,246,146,0,4,0,188,204,139,20,17,85,2,0,189,204,17,100,138,88,3,0,189,12,232,206,220,156,3,0,190,172,254,226,184,196,3,0,190,12,82,55,231,252,3,0,191,108,18,222,120,190,3,0,192,76,85,103,144,27,4,0,193,12,147,67,253,19,3,0,194,44,9,14,40,191,1,0,194,140,200,31,47,249,1,0,196,236,243,254,96,66,3,0,199,44,29,143,132,165,2,0,200,236,36,121,46,212,1,0,200,76,226,179,155,96,3,0,201,204,130,184,79,213,2,0,202,204,7,245,18,168,3,0,202,140,77,241,248,232,3,0,204,204,19,186,127,168,2,0,205,44,166,208,4,61,2,0,205,204,139,20,129,76,2,0,206,204,139,20,100,76,2,0,206,108,32,84,230,235,3,0,208,12,80,17,112,226,1,0,210,76,29,177,178,210,3,0,211,204,195,166,94,88,2,0,211,140,122,54,168,104,3,0,212,236,152,93,38,186,1,0,212,108,63,20,195,125,2,0,212,172,208,207,234,168,2,0,212,44,55,147,81,7,3,0,212,44,202,28,0,121,3,0,212,140,188,59,113,173,3,0,213,172,137,146,188,162,3,0,215,44,242,11,54,206,1,0,215,172,123,123,164,148,2,0,215,76,171,254,176,133,3,0,216,140,125,183,118,101,3,0,218,108,122,138,116,173,1,0,218,140,79,114,16,230,3,0,219,204,184,28,185,109,3,0,220,204,225,101,219,114,2,0,220,44,31,210,33,213,2,0,221,12,123,168,245,231,2,0,221,204,251,94,144,100,3,0,222,108,80,113,218,187,3,0,224,76,12,58,131,48,2,0,225,236,55,225,123,88,3,0,226,236,183,60,49,77,3,0,227,44,2,73,238,67,3,0,227,44,70,176,224,254,3,0,228,172,178,27,39,174,3,0,230,140,28,136,192,59,3,0,231,140,198,246,215,108,2,0,234,204,58,99,83,52,2,0,235,108,48,142,158,60,2,0,238,236,122,198,99,150,2,0,239,12,39,94,150,172,3,0,240,140,173,139,7,1,2,0,241,76,124,132,55,186,1,0,241,44,38,119,145,5,4,0,243,44,89,205,194,237,1,0,243,44,172,42,143,195,3,0,243,12,255,136,133,220,3,0,245,108,252,162,180,134,3,0,246,108,216,140,98,174,1,0,247,76,147,49,101,153,1,0,247,76,182,210,131,1,2,0,247,236,147,255,212,210,2,0,249,172,143,223,138,238,2,0,249,236,82,110,12,25,3,0,249,172,212,110,194,140,3,0,250,44,182,238,225,222,1,0,252,140,21,225,156,230,1,0,253,140,52,111,127,229,2,0,254,108,35,166,241,152,1,0,1,13,131,45,36,125,3,0,4,237,213,96,76,105,2,0,4,45,151,50,253,94,3,0,5,237,19,235,181,170,1,0,6,237,168,21,158,175,1,0,6,13,72,177,163,62,2,0,6,13,178,245,185,253,3,0,8,173,245,31,172,174,1,0,8,13,54,81,25,106,2,0,9,109,227,207,8,53,3,0,10,45,194,144,254,149,1,0,11,13,59,239,243,234,1,0,12,173,178,206,240,208,3,0,13,205,19,78,98,188,3,0,15,141,187,121,191,87,2,0,15,173,10,249,50,86,3,0,15,13,128,117,42,250,3,0,18,77,139,93,251,59,3,0,19,109,52,152,80,133,1,0,20,109,213,237,83,236,3,0,20,141,185,64,145,17,4,0,23,13,167,123,53,156,1,0,23,45,23,192,69,38,2,0,23,109,170,128,102,211,2,0,23,237,226,150,167,31,3,0,24,205,91,209,155,166,3,0,25,13,88,181,144,132,3,0,26,205,153,44,238,138,2,0,27,109,206,218,83,93,2,0,27,109,249,101,24,25,4,0,28,237,255,26,136,84,3,0,30,141,109,198,14,216,3,0,33,205,190,54,148,4,4,0,34,45,160,179,132,42,3,0,34,77,104,88,70,89,3,0,34,173,173,217,109,175,3,0,35,45,39,106,67,15,4,0,36,173,216,165,55,225,1,0,36,141,87,52,95,199,2,0,37,13,135,64,35,24,4,0,38,237,13,7,114,82,2,0,38,77,143,232,195,1,3,0,39,77,218,140,40,166,2,0,41,13,243,159,98,238,2,0,42,13,89,116,92,177,1,0,43,13,58,155,35,249,3,0,48,109,64,185,169,171,2,0,48,13,157,21,145,10,4,0,50,141,7,38,197,113,2,0,51,109,29,52,115,26,4,0,52,13,13,6,133,108,3,0,53,141,254,247,62,178,1,0,53,205,152,221,195,42,2,0,54,45,217,169,78,65,3,0,55,141,236,186,68,248,2,0,55,205,10,253,113,81,3,0,56,173,160,29,89,9,4,0,58,141,151,145,214,227,2,0,58,45,224,222,253,184,3,0,59,141,135,98,88,193,1,0,59,141,246,183,150,23,4,0,60,237,114,12,198,174,1,0,61,141,214,202,217,210,1,0,63,45,159,154,81,34,2,0,63,109,7,242,236,110,3,0,64,237,113,58,179,165,2,0,66,109,204,235,181,238,2,0,68,109,161,4,189,41,2,0,68,237,213,69,251,166,3,0,70,13,194,199,93,108,3,0,70,13,29,18,35,210,3,0,71,141,149,177,60,140,2,0,72,237,102,48,51,183,3,0,73,45,135,251,158,194,2,0,75,205,176,129,119,11,3,0,76,77,229,113,56,135,2,0,77,173,247,109,9,238,1,0,78,237,75,184,22,126,2,0,78,45,83,208,219,148,2,0,78,173,17,170,218,200,3,0,80,173,178,44,48,195,1,0,80,173,111,226,178,248,3,0,81,205,28,134,116,51,2,0,82,173,229,58,185,120,3,0,83,109,204,235,93,75,2,0,83,109,204,235,111,75,2,0,83,109,204,235,128,75,2,0,83,109,204,235,153,75,2,0,83,109,204,235,177,75,2,0,83,109,204,235,195,75,2,0,83,109,204,235,212,75,2,0,83,109,204,235,236,75,2,0,83,109,204,235,0,76,2,0,83,109,204,235,18,76,2,0,83,109,204,235,33,76,2,0,83,109,204,235,49,76,2,0,83,109,204,235,67,76,2,0,83,109,204,235,83,76,2,0,83,109,53,155,33,74,3,0,83,45,149,175,60,162,3,0,83,77,124,184,39,164,3,0,85,173,205,185,164,145,1,0,87,141,163,159,168,22,3,0,88,109,80,66,115,253,2,0,89,173,204,122,64,132,1,0,90,109,229,230,102,18,3,0,90,45,241,68,169,29,3,0,92,141,177,110,184,85,2,0,94,237,166,78,205,98,2,0,94,141,238,142,32,113,3,0,96,13,53,81,61,105,2,0,96,173,188,114,77,10,3,0,97,109,16,95,154,193,1,0,98,173,1,153,59,176,1,0,98,13,200,189,116,84,2,0,98,173,191,220,101,34,3,0,99,13,235,0,140,18,4,0,100,13,20,192,224,154,2,0,104,109,94,153,76,195,3,0,109,45,24,185,132,160,2,0,110,141,30,220,53,232,1,0,112,205,51,63,105,28,2,0,114,45,83,16,135,67,3,0,114,205,70,155,210,129,3,0,116,109,37,62,5,126,1,0,116,205,212,11,194,127,2,0,118,237,46,205,34,151,3,0,120,237,108,156,92,41,2,0,122,173,12,29,208,62,3,0,123,237,25,100,183,98,2,0,123,13,160,107,229,98,2,0,123,77,72,92,127,92,3,0,126,45,163,90,164,17,2,0,127,237,57,252,250,209,1,0,127,141,137,184,165,206,2,0,127,13,112,95,176,250,2,0,131,205,117,36,151,201,1,0,131,173,126,195,46,84,3,0,134,13,193,227,213,213,1,0,135,205,76,94,193,182,2,0,135,205,206,155,126,197,2,0,135,173,122,89,149,11,3,0,135,141,146,2,103,21,3,0,136,173,88,75,139,190,2,0,136,109,188,139,196,144,3,0,137,141,82,162,131,113,2,0,138,109,159,151,227,32,3,0,138,109,1,171,138,169,3,0,138,173,82,122,243,25,4,0,139,45,43,24,107,144,2,0,140,173,30,85,122,109,3,0,143,237,165,149,192,253,1,0,143,45,130,174,242,8,3,0,144,77,87,182,61,5,4,0,144,205,91,95,245,15,4,0,145,173,122,89,128,12,3,0,146,173,189,45,43,169,1,0,146,77,103,161,92,129,3,0,147,237,192,152,41,11,4,0,148,13,41,40,38,136,1,0,148,45,141,36,18,176,1,0,148,141,65,86,127,93,3,0,148,13,90,44,76,96,3,0,149,237,20,129,162,117,2,0,149,13,177,200,103,255,2,0,154,45,169,157,136,203,1,0,154,141,135,240,3,41,3,0,155,77,45,43,103,16,4,0,158,45,101,221,113,224,2,0,161,45,85,196,110,16,2,0,163,45,2,60,85,38,2,0,163,205,24,192,179,38,2,0,163,109,18,249,221,102,3,0,165,205,66,217,202,203,1,0,168,173,54,81,226,95,2,0,170,77,218,21,176,184,1,0,175,77,191,28,108,37,2,0,177,13,250,31,89,192,1,0,177,237,187,206,38,234,1,0,178,141,77,167,158,25,2,0,181,77,185,159,160,180,2,0,184,77,147,171,73,222,1,0,184,77,51,195,77,84,2,0,186,205,125,181,114,18,4,0,187,141,29,163,93,155,3,0,189,173,62,100,220,125,3,0,190,237,172,243,209,214,1,0,190,109,183,110,119,15,4,0,191,237,214,127,161,253,2,0,191,205,131,46,198,21,4,0,192,109,83,62,127,220,1,0,192,173,184,5,27,245,3,0,192,77,229,13,44,28,4,0,193,77,7,98,123,132,1,0,193,13,144,197,246,247,2,0,194,173,139,25,87,5,2,0,194,109,87,24,240,176,2,0,197,45,165,126,143,114,3,0,200,77,22,30,56,181,1,0,201,77,68,27,221,11,3,0,201,237,107,109,57,80,3,0,204,205,128,241,206,79,2,0,205,237,34,50,15,103,2,0,207,141,189,5,100,99,2,0,207,237,188,166,141,165,3,0,208,45,57,66,107,147,3,0,209,141,164,39,163,215,1,0,213,205,5,76,85,215,1,0,213,205,45,56,18,224,1,0,213,45,83,156,153,241,3,0,214,77,250,8,103,205,1,0,214,109,69,90,28,7,4,0,216,13,185,142,16,188,1,0,216,141,247,155,108,209,1,0,218,77,84,252,245,131,2,0,218,109,18,186,20,141,3,0,219,109,4,199,77,217,3,0,220,141,193,98,70,8,3,0,223,13,212,228,154,247,3,0,225,45,142,31,3,224,3,0,225,13,226,67,139,243,3,0,226,13,13,120,73,20,2,0,226,237,252,28,60,141,3,0,226,205,48,99,60,178,3,0,227,237,90,207,247,54,2,0,228,109,45,145,122,123,3,0,229,141,136,107,77,230,2,0,231,109,108,240,126,187,2,0,231,77,47,89,32,139,3,0,233,13,236,37,209,161,2,0,234,13,69,49,27,246,2,0,235,205,213,3,6,183,1,0,235,109,69,33,166,208,1,0,235,173,203,166,221,106,3,0,235,141,148,137,38,126,3,0,236,237,19,220,128,73,2,0,236,205,173,79,198,96,2,0,237,45,231,23,114,137,3,0,240,109,146,118,143,247,1,0,241,45,5,211,34,21,4,0,242,173,76,81,158,53,2,0,243,173,195,130,245,181,3,0,243,45,201,245,164,197,3,0,243,45,89,79,235,6,4,0,244,141,4,128,225,188,1,0,244,45,137,99,121,115,3,0,244,13,170,250,118,234,3,0,249,173,164,13,94,165,3,0,250,45,253,229,22,30,2,0,250,13,173,189,43,81,2,0,250,237,104,218,20,0,4,0,253,77,211,25,187,150,3,0,253,109,5,53,94,18,4,0,254,77,137,235,126,16,2,0,0,78,141,52,31,203,3,0,1,46,109,108,255,244,2,0,2,46,231,147,246,193,2,0,3,110,141,233,179,172,1,0,9,174,141,116,105,254,1,0,9,110,66,12,120,9,3,0,10,110,206,192,128,0,3,0,10,110,0,171,236,238,3,0,11,110,239,18,136,123,2,0,12,14,22,254,175,39,3,0,13,46,150,217,228,2,4,0,15,142,203,15,175,147,2,0,16,142,36,47,52,19,3,0,17,174,77,164,204,233,3,0,19,78,11,143,210,71,2,0,20,14,9,112,112,218,1,0,21,78,133,251,158,252,1,0,21,206,198,184,156,179,2,0,21,174,0,67,86,84,3,0,24,110,188,242,105,19,2,0,24,46,169,255,157,86,2,0,24,206,67,7,212,31,3,0,26,206,166,244,8,156,2,0,26,78,0,18,29,120,3,0,27,142,45,216,249,202,1,0,27,206,156,138,81,156,3,0,27,78,247,23,111,226,3,0,28,110,142,133,77,128,3,0,30,46,124,184,75,218,2,0,33,142,66,80,211,143,1,0,35,206,45,216,139,148,2,0,36,206,24,181,104,215,1,0,36,142,15,248,175,44,2,0,38,238,17,188,123,109,2,0,40,46,137,86,165,131,2,0,40,142,26,125,52,20,4,0,42,46,105,25,145,59,3,0,43,142,14,221,146,17,2,0,44,14,167,108,62,160,1,0,44,14,217,47,55,96,2,0,44,78,172,8,61,176,3,0,47,110,207,187,244,151,1,0,47,110,187,178,99,196,3,0,48,78,121,33,203,210,3,0,51,110,109,31,0,241,2,0,52,14,190,186,184,143,2,0,53,142,105,228,218,64,3,0,55,78,12,254,148,27,3,0,57,206,246,20,46,199,1,0,57,46,154,86,94,204,3,0,58,174,150,55,137,250,2,0,58,14,72,56,138,50,3,0,59,238,212,237,131,105,2,0,60,78,157,183,52,148,2,0,61,14,2,204,100,82,3,0,63,206,55,138,25,197,3,0,64,206,76,81,92,42,2,0,66,110,194,168,176,231,2,0,67,110,229,220,138,154,3,0,67,14,14,232,78,178,3,0,67,206,30,200,138,208,3,0,68,174,216,66,250,100,2,0,68,142,153,223,71,114,2,0,70,206,129,6,181,203,1,0,70,14,246,9,71,243,1,0,73,174,200,251,9,221,3,0,74,78,97,177,201,35,3,0,77,142,40,61,3,158,3,0,78,14,226,110,155,45,2,0,78,78,186,171,248,57,3,0,81,238,239,206,217,167,3,0,81,206,225,116,129,26,4,0,82,142,119,244,148,11,2,0,83,78,225,46,2,49,2,0,83,174,216,66,233,100,2,0,85,78,45,200,18,139,3,0,86,206,244,65,91,223,2,0,87,46,97,49,106,229,2,0,87,110,25,208,11,108,3,0,87,46,15,80,192,181,3,0,88,142,153,223,156,110,2,0,88,110,64,144,177,141,2,0,89,14,195,53,42,104,3,0,89,46,177,110,42,6,4,0,91,46,97,8,162,250,1,0,91,46,132,137,33,78,3,0,92,46,52,254,40,0,4,0,93,206,139,102,69,158,3,0,94,206,139,102,45,158,3,0,95,238,177,255,55,15,2,0,96,110,190,214,153,110,3,0,97,78,105,10,33,180,2,0,98,46,12,104,193,80,2,0,99,110,89,95,24,190,1,0,100,110,186,171,16,213,2,0,100,14,50,235,170,213,2,0,100,78,212,148,213,250,2,0,103,206,54,124,243,12,2,0,103,206,22,43,197,48,2,0,103,14,18,185,59,149,2,0,103,110,101,151,161,140,3,0,104,238,162,235,83,189,1,0,104,142,178,16,200,10,2,0,104,14,196,215,54,21,2,0,106,238,250,236,173,42,2,0,106,174,23,68,172,102,3,0,106,110,229,149,106,148,3,0,108,110,156,65,121,136,1,0,109,142,128,177,36,91,2,0,109,14,152,13,220,152,3,0,112,46,103,84,208,191,2,0,112,14,248,227,167,49,3,0,113,206,45,92,237,245,3,0,115,14,151,103,96,198,2,0,115,46,183,94,129,99,3,0,116,46,162,98,98,211,3,0,117,78,213,255,54,146,3,0,118,46,86,250,236,177,3,0,120,206,53,99,84,212,1,0,120,174,180,92,15,228,3,0,121,110,151,113,193,62,3,0,123,78,24,128,28,146,1,0,123,46,221,117,63,51,3,0,123,238,115,242,107,252,3,0,126,174,76,81,107,53,2,0,126,110,195,148,222,246,3,0,127,206,55,71,16,114,3,0,129,142,146,20,71,35,3,0,130,174,161,189,5,23,3,0,132,78,63,32,143,181,3,0,133,206,205,249,187,55,2,0,133,78,228,152,167,213,3,0,134,14,98,216,113,207,3,0,139,206,86,234,107,47,2,0,141,46,182,229,87,188,2,0,141,174,35,174,100,110,3,0,145,14,226,26,61,19,2,0,145,238,33,70,80,25,3,0,145,206,176,51,42,152,3,0,146,142,245,181,213,148,1,0,147,78,245,37,216,191,3,0,149,142,128,175,172,243,2,0,149,14,175,219,50,105,3,0,150,206,60,222,86,165,1,0,151,206,138,41,175,192,1,0,152,238,14,34,80,223,1,0,153,238,245,88,20,236,3,0,157,14,155,130,108,30,3,0,158,206,234,140,198,54,2,0,158,238,109,157,112,222,2,0,160,14,107,197,66,214,1,0,160,238,107,12,159,53,3,0,161,110,205,81,36,134,1,0,161,206,180,72,33,232,1,0,161,142,236,103,85,241,1,0,162,238,196,116,71,180,3,0,163,142,4,171,201,123,3,0,164,142,221,121,80,39,3,0,164,110,7,112,201,152,3,0,165,78,147,164,17,252,1,0,165,110,149,69,164,92,2,0,168,46,212,79,116,24,2,0,170,206,110,247,89,17,4,0,172,78,138,149,131,164,3,0,173,174,249,124,58,222,3,0,174,206,213,35,210,129,2,0,175,206,95,36,127,207,3,0,176,174,145,88,112,17,2,0,176,14,210,67,202,92,2,0,176,206,14,176,230,115,3,0,177,110,131,57,47,211,1,0,178,206,83,119,197,205,2,0,178,46,65,99,159,115,3,0,179,78,2,240,228,134,2,0,180,206,100,186,23,162,2,0,182,174,49,21,16,75,2,0,182,142,7,51,199,106,2,0,182,46,21,67,19,24,3,0,183,46,175,246,181,17,2,0,184,142,110,221,204,204,3,0,185,206,60,160,79,239,1,0,185,46,244,87,160,101,3,0,186,206,25,55,151,177,1,0,186,78,168,99,60,253,1,0,187,174,42,203,225,156,1,0,187,46,227,85,204,158,2,0,188,110,102,141,146,133,1,0,189,46,147,65,205,16,4,0,190,46,202,127,188,155,1,0,192,238,160,134,48,254,3,0,193,142,12,223,254,235,3,0,195,14,149,112,17,37,3,0,199,174,220,170,131,7,4,0,199,238,187,42,92,19,4,0,202,46,34,68,0,179,3,0,203,238,19,41,255,180,1,0,205,142,93,121,21,59,3,0,206,206,98,112,208,86,2,0,206,46,196,94,55,233,3,0,208,238,11,217,166,140,1,0,208,78,202,8,72,55,3,0,209,110,68,19,28,185,2,0,210,206,98,112,109,87,2,0,211,46,78,190,106,150,3,0,212,78,123,37,100,136,1,0,212,206,87,240,245,106,2,0,213,206,209,10,33,29,2,0,213,46,11,201,199,118,3,0,213,110,21,44,243,118,3,0,215,206,5,66,51,103,2,0,215,110,192,238,152,124,2,0,217,238,37,173,191,235,2,0,218,46,4,73,148,204,1,0,219,174,105,17,91,131,1,0,219,238,190,230,53,1,3,0,221,110,108,236,70,237,2,0,221,206,171,43,246,55,3,0,221,78,33,68,99,209,3,0,224,174,1,212,99,246,1,0,224,110,226,114,243,123,3,0,225,110,107,150,129,94,3,0,225,206,30,196,89,252,3,0,229,142,216,117,32,32,2,0,231,110,149,51,201,5,2,0,232,46,222,124,132,56,2,0,233,142,76,10,211,209,3,0,239,238,169,47,209,58,2,0,239,142,202,32,69,185,3,0,240,46,29,128,109,220,1,0,240,110,89,164,96,130,3,0,242,14,127,237,252,164,1,0,242,14,252,228,67,43,2,0,243,46,180,75,100,222,3,0,244,110,254,221,217,103,3,0,244,110,254,221,1,104,3,0,244,110,94,153,97,195,3,0,246,78,64,24,101,245,1,0,249,238,206,97,152,143,2,0,250,14,53,154,12,183,3,0,251,174,0,151,31,52,2,0,254,46,93,37,126,116,2,0,255,14,17,47,72,166,3,0,0,239,16,2,155,8,3,0,1,111,43,35,48,104,2,0,2,47,65,115,88,25,2,0,2,47,26,138,60,123,2,0,3,207,76,94,167,182,2,0,5,15,161,181,134,201,1,0,5,239,155,38,242,1,2,0,5,207,153,185,119,12,2,0,6,175,42,95,35,143,1,0,6,207,124,7,4,240,1,0,8,207,72,26,217,12,4,0,9,175,112,230,184,43,2,0,12,207,74,185,235,76,3,0,15,15,157,190,110,48,2,0,15,143,175,242,64,224,2,0,16,175,108,213,33,142,1,0,16,239,96,17,49,175,1,0,16,175,88,103,0,232,1,0,18,143,43,21,104,133,3,0,20,79,15,192,132,71,2,0,20,15,252,250,152,117,3,0,20,239,195,78,82,148,3,0,22,111,30,92,184,155,2,0,22,15,153,142,187,49,3,0,22,47,247,198,247,168,3,0,23,239,213,211,39,176,1,0,24,239,233,109,132,84,2,0,24,47,48,19,234,81,3,0,24,47,183,241,38,240,3,0,25,47,48,91,230,229,2,0,25,239,157,213,237,253,2,0,25,207,191,177,46,129,3,0,26,79,24,126,148,210,1,0,26,15,157,145,198,121,2,0,27,47,163,101,239,164,1,0,27,79,166,145,194,254,2,0,29,143,254,233,142,216,1,0,29,111,244,108,215,48,2,0,29,111,74,186,133,138,2,0,29,239,9,234,156,106,3,0,30,143,45,13,139,2,2,0,31,207,196,89,21,244,2,0,32,79,110,225,238,184,1,0,35,79,155,160,169,245,2,0,35,15,133,40,18,167,3,0,36,15,38,231,144,198,2,0,39,15,73,27,44,55,2,0,41,239,144,197,237,39,2,0,41,111,191,2,89,154,3,0,42,239,127,5,72,120,3,0,43,239,225,250,164,88,2,0,43,15,69,122,196,101,2,0,44,239,25,89,203,110,3,0,48,143,34,167,14,89,2,0,49,239,24,140,156,184,1,0,49,207,13,141,173,24,4,0,50,111,228,220,37,204,1,0,50,111,122,218,35,235,1,0,52,207,25,192,107,42,2,0,53,79,32,222,54,157,3,0,54,207,193,111,73,194,3,0,56,79,180,228,175,247,3,0,57,79,210,8,53,152,2,0,58,143,39,234,102,42,3,0,61,79,38,122,93,185,3,0,62,207,197,132,29,247,3,0,64,143,153,116,127,180,2,0,64,15,118,179,121,32,3,0,66,47,192,160,92,156,1,0,66,15,240,190,218,221,1,0,68,15,70,21,7,189,1,0,70,79,181,132,235,188,3,0,71,239,37,75,209,206,1,0,72,143,89,209,31,214,2,0,73,207,65,248,147,10,2,0,73,239,118,65,179,25,4,0,74,111,129,159,126,249,3,0,76,239,234,36,243,9,3,0,79,143,192,21,214,164,1,0,79,175,113,107,175,143,3,0,80,15,83,208,37,149,2,0,80,175,13,177,196,218,3,0,81,111,194,84,230,8,4,0,85,207,246,135,96,208,1,0,86,143,224,13,218,230,1,0,86,15,247,113,101,213,3,0,87,175,218,62,97,98,2,0,88,111,159,35,171,145,2,0,88,111,9,122,199,171,2,0,89,111,137,132,203,167,2,0,89,239,26,156,18,99,3,0,89,79,70,23,80,113,3,0,90,47,238,255,137,205,1,0,90,47,35,100,39,51,2,0,90,79,74,193,12,71,2,0,90,15,223,178,204,253,2,0,93,175,91,106,77,143,1,0,93,79,5,52,227,160,1,0,94,175,37,72,16,158,1,0,94,207,129,215,14,249,3,0,95,143,251,65,237,130,3,0,97,47,225,22,146,241,1,0,97,47,183,207,21,11,2,0,99,79,39,28,53,26,2,0,100,239,165,13,91,180,2,0,101,15,40,159,43,254,1,0,101,175,189,79,34,98,2,0,102,239,189,33,238,250,1,0,103,111,196,174,218,186,3,0,105,111,209,207,244,229,3,0,106,79,229,113,4,191,3,0,107,207,41,218,120,238,1,0,107,15,219,201,195,24,3,0,110,15,94,202,23,221,3,0,111,111,54,186,235,167,2,0,112,47,0,149,62,113,3,0,113,79,253,14,137,169,1,0,113,15,134,85,69,23,2,0,118,239,192,217,26,205,1,0,118,175,241,125,54,31,3,0,119,239,228,249,82,163,1,0,120,111,22,213,91,225,1,0,121,111,167,143,228,12,3,0,123,47,219,230,174,212,3,0,124,207,150,156,123,161,2,0,125,239,54,148,186,162,1,0,125,175,68,141,122,114,3,0,125,143,21,163,1,252,3,0,127,143,61,95,44,88,2,0,127,15,117,51,52,54,3,0,127,143,42,59,12,159,3,0,128,239,202,62,54,147,2,0,128,175,116,83,50,118,3,0,129,111,28,235,190,131,3,0,131,47,219,47,155,1,2,0,131,47,71,80,239,56,3,0,132,239,214,183,0,246,2,0,133,143,178,33,202,239,3,0,134,15,29,153,133,54,2,0,134,175,213,135,42,163,2,0,134,207,137,152,122,255,3,0,134,143,255,39,193,27,4,0,135,175,3,50,227,124,3,0,135,143,248,109,158,174,3,0,135,143,156,28,79,255,3,0,140,111,31,11,74,240,2,0,141,15,42,157,74,202,1,0,141,207,63,79,161,145,3,0,142,47,205,235,13,223,2,0,142,79,74,111,131,127,3,0,143,79,92,139,251,190,1,0,145,47,201,196,244,62,3,0,149,175,30,221,11,52,2,0,152,143,149,64,133,68,3,0,153,207,47,81,191,119,2,0,153,175,101,51,110,164,3,0,154,239,71,206,236,129,1,0,155,111,170,239,63,161,2,0,156,239,201,78,90,110,2,0,157,47,53,222,133,41,3,0,160,47,247,124,111,10,2,0,160,143,91,240,206,194,3,0,161,111,220,11,148,6,4,0,163,175,240,81,84,20,3,0,163,79,78,236,253,135,3,0,164,239,37,206,128,80,2,0,164,79,88,183,35,198,2,0,164,79,214,137,236,228,2,0,165,239,169,233,90,4,3,0,166,15,152,115,215,168,1,0,166,79,131,42,230,65,2,0,167,207,22,217,19,8,4,0,168,207,55,38,211,52,2,0,169,207,159,189,52,215,1,0,171,207,66,92,158,93,2,0,172,207,78,160,197,147,2,0,172,111,221,27,39,192,2,0,172,15,22,179,173,167,3,0,174,207,112,217,54,49,2,0,174,15,205,215,59,81,2,0,174,79,211,158,213,164,2,0,175,143,47,137,89,45,2,0,175,143,235,9,41,117,3,0,176,143,48,39,151,171,2,0,176,15,119,34,66,42,3,0,177,239,49,100,91,62,3,0,179,111,30,189,25,27,4,0,182,239,10,167,234,221,1,0,182,47,74,230,96,15,3,0,183,15,222,11,194,186,1,0,184,111,189,250,38,25,3,0,184,175,64,45,71,107,3,0,186,143,248,119,230,87,2,0,187,47,182,216,11,172,3,0,188,79,172,231,188,177,1,0,188,207,17,100,171,88,3,0,190,207,236,54,161,219,3,0,191,239,107,224,16,146,3,0,191,175,173,23,105,191,3,0,192,47,206,78,225,204,1,0,192,15,96,227,183,70,3,0,192,79,23,42,254,243,3,0,193,207,129,162,250,227,1,0,193,143,209,7,21,127,3,0,193,47,83,115,171,18,4,0,195,239,155,34,232,244,1,0,195,207,122,164,117,23,3,0,195,79,190,242,107,7,4,0,197,15,14,17,57,128,2,0,197,239,69,83,92,136,2,0,198,143,10,3,105,6,3,0,198,15,55,50,91,164,3,0,200,15,155,130,152,30,3,0,202,79,9,16,82,59,2,0,203,79,172,122,19,29,3,0,204,239,45,220,18,165,1,0,204,79,165,201,218,166,3,0,205,175,87,139,227,249,3,0,207,175,57,160,90,248,2,0,209,111,198,59,170,136,2,0,211,175,76,81,67,58,2,0,211,143,178,168,92,90,2,0,214,79,64,83,182,147,1,0,214,175,58,82,205,53,3,0,215,207,193,57,113,184,1,0,217,143,139,20,176,18,2,0,221,111,91,29,14,10,4,0,222,207,221,7,215,7,2,0,222,111,118,49,233,42,2,0,223,111,242,20,31,124,2,0,223,79,23,54,94,185,2,0,225,111,179,207,223,209,1,0,227,239,34,245,214,199,3,0,228,175,6,169,100,174,3,0,229,79,183,231,57,131,2,0,231,175,52,114,93,143,3,0,232,79,159,224,47,144,2,0,233,175,238,155,149,234,3,0,234,207,39,123,105,251,1,0,235,239,86,255,151,103,2,0,237,15,35,56,42,153,3,0,238,175,199,1,28,125,1,0,239,239,118,47,134,26,3,0,239,207,235,234,73,31,4,0,242,47,69,188,83,29,2,0,242,175,102,188,78,117,2,0,246,239,150,19,182,161,1,0,246,47,211,255,155,185,1,0,246,111,251,187,60,183,2,0,246,239,108,147,12,40,3,0,248,143,46,198,18,51,3,0,249,239,152,160,57,185,2,0,251,47,101,180,192,238,2,0,251,207,252,224,158,58,3,0,252,47,118,215,75,77,3,0,255,79,209,242,169,0,4,0,0,16,74,32,47,122,2,0,0,144,211,66,153,2,4,0,2,240,240,203,8,162,3,0,2,144,52,185,25,12,4,0,4,144,175,183,53,101,3,0,4,16,98,135,205,236,3,0,8,208,94,89,238,127,1,0,8,208,181,234,49,42,3,0,9,176,99,189,5,4,3,0,10,16,104,41,40,4,3,0,11,176,40,10,190,42,3,0,11,112,198,47,77,168,3,0,12,48,145,11,199,166,2,0,15,240,152,231,247,150,2,0,15,144,44,168,175,65,3,0,15,48,156,214,48,87,3,0,15,112,100,249,36,133,3,0,15,16,65,3,102,212,3,0,15,16,245,136,128,230,3,0,16,80,111,166,184,92,2,0,18,240,181,110,50,6,2,0,18,176,91,106,234,36,3,0,20,112,34,192,189,178,1,0,20,144,235,185,5,179,2,0,20,144,52,62,52,242,3,0,21,240,148,125,118,158,1,0,21,208,233,206,112,213,2,0,21,176,216,59,160,165,3,0,22,80,107,50,50,45,3,0,22,208,185,177,141,185,3,0,23,16,24,165,209,229,2,0,23,176,216,214,232,85,3,0,24,240,31,209,146,127,1,0,32,16,64,92,116,181,1,0,32,176,166,16,100,182,3,0,33,208,106,227,213,220,1,0,33,80,233,8,135,8,3,0,34,240,42,205,2,140,2,0,35,240,157,19,239,211,1,0,35,16,133,162,37,184,3,0,37,208,27,57,114,135,2,0,38,176,72,30,170,161,2,0,38,240,43,12,73,129,3,0,39,176,39,98,104,17,3,0,41,208,167,228,207,59,3,0,42,16,229,98,47,186,3,0,46,48,253,242,9,150,3,0,48,16,51,44,211,183,3,0,49,240,236,232,106,25,4,0,53,48,82,14,94,68,2,0,54,16,76,31,40,108,2,0,55,80,112,202,1,197,3,0,56,112,167,35,128,174,2,0,59,176,221,84,78,242,1,0,60,240,55,142,170,223,2,0,61,80,251,194,73,228,1,0,62,208,193,2,68,199,3,0,65,240,202,4,174,34,3,0,66,80,168,252,101,196,2,0,67,240,141,104,195,141,2,0,67,208,23,81,90,232,2,0,67,16,242,41,34,79,3,0,68,240,129,163,102,189,3,0,69,176,173,154,187,36,2,0,69,144,8,1,166,207,3,0,70,240,238,78,26,238,1,0,70,80,197,238,175,86,2,0,70,16,81,171,20,212,2,0,71,48,42,138,83,207,2,0,72,80,243,9,2,204,2,0,72,112,140,31,10,14,3,0,73,240,98,87,104,179,2,0,74,176,74,4,23,30,3,0,75,144,114,187,118,124,2,0,78,80,3,226,254,158,1,0,78,208,118,78,52,32,2,0,78,80,217,47,84,68,3,0,78,80,237,83,4,97,3,0,79,16,219,17,148,71,2,0,79,144,52,248,131,234,2,0,81,208,25,146,35,72,2,0,82,112,19,127,211,49,3,0,83,240,224,108,113,86,3,0,86,80,65,24,133,178,1,0,86,208,161,6,77,139,2,0,86,144,135,210,5,137,3,0,89,48,50,12,42,55,3,0,91,112,187,99,224,199,2,0,93,80,236,215,59,238,1,0,93,80,198,103,12,16,3,0,94,80,29,134,51,197,3,0,95,48,170,216,94,211,1,0,95,144,52,248,44,229,2,0,95,112,109,42,69,84,3,0,96,80,235,168,146,159,1,0,98,16,254,125,177,10,3,0,99,80,127,92,63,44,2,0,99,144,52,248,58,215,2,0,100,240,128,217,244,165,3,0,102,48,85,103,92,240,1,0,102,16,152,108,89,29,3,0,103,80,64,227,116,240,2,0,103,208,88,230,72,152,3,0,104,144,52,248,51,213,2,0,105,144,120,108,221,155,1,0,106,16,28,134,236,239,1,0,106,176,48,61,51,38,2,0,107,176,83,181,190,66,3,0,108,48,185,75,22,243,2,0,109,208,76,185,81,128,2,0,111,176,20,16,102,129,1,0,111,16,217,128,193,21,3,0,112,48,208,136,62,62,2,0,113,240,90,38,200,188,1,0,113,80,186,207,202,206,3,0,114,208,226,180,164,191,1,0,114,240,231,195,3,134,3,0,115,80,13,73,30,241,2,0,116,80,233,9,147,73,2,0,116,112,124,184,57,227,2,0,116,144,52,248,114,235,2,0,117,144,52,248,239,206,2,0,120,80,68,162,120,3,2,0,122,80,59,184,110,187,2,0,123,48,20,10,217,51,3,0,124,80,107,131,251,99,3,0,126,176,195,204,38,226,3,0,128,48,236,46,93,217,3,0,129,112,31,136,1,159,2,0,132,208,97,83,0,84,2,0,133,48,113,14,131,167,1,0,134,240,183,151,164,22,4,0,135,80,54,118,5,255,2,0,137,176,35,78,21,24,2,0,137,144,204,9,13,8,3,0,137,176,46,156,40,162,3,0,139,144,214,128,165,149,1,0,139,80,230,123,115,100,3,0,139,144,201,3,102,253,3,0,140,112,84,241,171,131,3,0,142,48,151,75,28,176,2,0,143,144,1,54,195,8,3,0,146,176,74,210,92,222,1,0,146,144,215,25,189,172,2,0,149,80,167,166,133,254,3,0,151,80,22,148,0,210,2,0,153,112,5,63,64,192,2,0,153,208,40,200,17,223,3,0,153,240,115,2,124,232,3,0,153,16,198,229,49,9,4,0,153,240,51,105,4,27,4,0,157,112,157,214,183,12,3,0,158,240,120,100,16,66,2,0,158,16,171,101,113,154,3,0,159,48,83,55,233,138,1,0,161,112,9,132,131,200,2,0,161,16,213,90,104,134,3,0,161,240,45,214,196,172,3,0,162,80,76,178,175,48,2,0,162,16,10,146,81,203,2,0,163,48,162,76,226,207,1,0,166,176,161,40,169,115,2,0,168,144,33,97,196,231,3,0,170,48,9,100,246,213,3,0,171,240,26,17,76,250,2,0,172,16,106,44,208,204,2,0,172,144,123,54,230,215,3,0,173,16,98,101,242,46,2,0,174,176,254,234,38,224,2,0,174,240,53,233,7,232,3,0,175,80,32,244,28,130,1,0,177,48,74,40,51,1,4,0,178,48,158,178,219,145,2,0,180,176,49,227,127,188,2,0,180,16,57,114,100,97,3,0,182,208,215,163,180,144,2,0,182,80,95,85,239,97,3,0,182,112,215,13,26,222,3,0,183,144,212,166,232,20,3,0,185,208,214,159,69,150,3,0,187,144,52,248,2,177,2,0,188,112,192,194,72,76,3,0,193,176,51,161,172,89,3,0,194,112,88,125,124,108,2,0,195,112,181,99,81,63,3,0,196,240,210,80,35,138,2,0,198,144,95,249,62,118,2,0,198,16,199,186,128,155,2,0,200,112,16,47,113,166,1,0,200,208,155,210,83,176,1,0,201,80,54,240,127,214,1,0,202,240,144,184,174,245,3,0,203,112,175,129,148,208,2,0,204,144,79,118,203,127,1,0,206,144,177,45,238,35,2,0,206,112,108,157,177,47,3,0,207,176,105,129,216,205,2,0,208,176,31,219,201,208,2,0,211,80,92,103,182,188,1,0,211,112,192,247,240,68,2,0,211,176,35,216,241,157,3,0,214,112,202,173,58,175,2,0,215,176,229,217,89,37,2,0,217,208,2,182,10,54,2,0,218,176,104,0,83,31,4,0,219,80,100,55,164,134,1,0,219,208,10,74,219,13,4,0,220,176,131,241,117,239,1,0,220,112,154,72,107,85,3,0,224,112,226,206,100,140,3,0,224,240,232,8,74,13,4,0,226,176,44,125,176,148,1,0,226,48,63,55,107,201,1,0,229,112,89,22,38,233,3,0,230,80,92,5,237,169,1,0,231,80,15,213,6,56,3,0,232,176,221,25,59,187,1,0,235,80,222,106,103,197,2,0,236,112,134,79,8,148,3,0,237,240,67,221,172,175,1,0,237,48,2,71,11,29,2,0,237,48,235,216,73,94,2,0,238,208,92,198,200,6,2,0,238,80,227,210,88,23,4,0,239,208,201,203,15,136,2,0,239,48,142,221,61,145,3,0,240,48,79,143,255,6,3,0,242,80,186,236,172,242,1,0,243,240,227,195,133,144,3,0,244,144,127,145,164,197,1,0,244,112,149,101,29,13,2,0,245,176,86,211,183,58,3,0,248,144,112,49,169,248,1,0,248,176,167,33,231,105,3,0,249,80,146,38,23,195,1,0,252,16,95,241,25,163,2,0,253,112,102,81,10,132,3,0,254,240,188,181,69,124,3,0,254,16,76,178,176,174,3,0,254,48,87,3,182,205,3,0,255,176,23,193,68,75,3,0,0,49,142,33,216,170,1,0,0,81,147,176,166,184,2,0,0,49,192,208,182,171,3,0,1,177,217,113,11,219,2,0,3,49,200,67,240,130,1,0,4,241,40,7,243,204,2,0,5,241,107,94,34,183,2,0,5,49,233,15,228,137,3,0,7,113,229,181,143,107,3,0,8,177,15,35,106,103,2,0,8,49,100,210,147,186,3,0,10,17,228,61,172,249,2,0,11,17,242,221,86,30,2,0,11,209,137,64,103,1,3,0,17,209,3,208,99,228,2,0,20,241,26,96,185,64,2,0,20,241,179,188,9,107,2,0,20,145,44,194,65,239,2,0,20,113,203,96,110,235,3,0,21,241,95,154,238,252,1,0,21,81,177,204,94,239,3,0,22,81,113,184,6,232,2,0,22,81,249,163,159,82,3,0,23,49,137,230,252,43,2,0,25,81,142,62,221,26,2,0,25,49,24,192,72,28,2,0,26,17,178,248,106,236,3,0,27,17,157,68,16,250,1,0,27,17,182,54,11,128,2,0,28,49,150,251,201,223,3,0,29,17,94,106,213,31,2,0,32,81,242,219,41,126,1,0,32,241,143,2,216,154,1,0,35,145,20,172,184,16,4,0,36,145,76,23,22,19,3,0,39,241,1,250,252,92,3,0,39,17,58,48,172,2,4,0,40,177,211,113,196,116,3,0,41,17,245,38,214,234,1,0,42,81,14,67,74,185,2,0,43,81,79,82,116,230,1,0,43,241,37,112,229,16,2,0,43,49,216,106,118,14,4,0,44,81,158,97,255,25,2,0,44,49,9,192,151,68,2,0,44,81,145,204,78,50,3,0,45,145,126,122,1,149,1,0,46,81,138,84,78,91,3,0,47,177,104,0,47,242,1,0,47,49,106,1,254,233,2,0,50,17,81,104,83,49,3,0,50,209,79,60,96,127,3,0,51,241,164,153,36,123,2,0,52,113,61,46,103,230,2,0,52,241,32,232,137,138,3,0,54,241,30,7,104,73,3,0,54,145,99,69,190,107,3,0,56,145,52,241,41,187,1,0,56,177,253,76,203,212,1,0,56,145,234,173,27,34,3,0,56,145,193,189,120,79,3,0,60,145,64,187,31,69,2,0,60,209,195,171,26,207,2,0,61,49,128,147,2,22,3,0,61,209,211,47,242,156,3,0,64,49,131,97,212,101,3,0,65,241,108,126,140,233,1,0,66,145,47,237,108,198,3,0,68,145,181,61,1,45,2,0,68,49,166,197,152,194,3,0,69,17,167,184,12,176,2,0,69,81,215,184,255,179,2,0,70,241,41,17,231,25,2,0,70,81,208,126,186,15,3,0,70,113,251,19,10,66,3,0,70,177,162,171,181,87,3,0,71,81,196,79,223,252,1,0,71,177,16,96,75,13,2,0,72,145,182,211,221,6,2,0,72,49,124,177,184,15,2,0,74,49,16,203,97,237,1,0,75,145,131,82,45,137,2,0,75,17,114,110,17,153,3,0,78,241,149,238,203,68,2,0,78,241,202,255,76,88,2,0,78,241,7,99,229,162,2,0,78,177,11,173,121,205,2,0,78,81,33,30,0,72,3,0,79,49,73,212,168,153,1,0,79,17,36,25,198,161,3,0,79,209,125,130,226,31,4,0,84,17,83,4,0,182,1,0,86,113,70,184,48,244,1,0,86,49,227,184,116,145,2,0,87,113,60,35,51,142,2,0,88,241,202,101,159,252,2,0,88,177,25,21,206,147,3,0,90,113,69,130,108,193,3,0,91,241,218,169,27,127,1,0,91,241,8,194,61,196,3,0,91,177,70,188,194,9,4,0,93,81,177,162,39,156,1,0,93,145,52,248,164,173,2,0,93,209,210,246,6,36,3,0,94,49,36,217,169,221,2,0,94,17,31,19,165,54,3,0,94,209,113,153,86,93,3,0,94,49,67,125,224,182,3,0,95,17,163,75,124,182,1,0,95,209,100,65,79,81,2,0,96,113,187,26,153,12,4,0,97,17,111,145,73,40,3,0,97,177,103,6,36,183,3,0,98,113,16,198,193,214,1,0,99,113,245,131,213,88,3,0,100,145,217,76,113,247,1,0,103,209,94,197,79,253,3,0,104,81,49,191,124,63,2,0,105,177,229,38,158,66,2,0,105,241,17,138,17,197,2,0,105,17,255,143,98,217,2,0,105,209,167,79,143,22,4,0,106,177,234,111,251,73,3,0,108,81,177,45,174,33,2,0,108,113,250,93,90,195,2,0,109,17,66,21,153,248,1,0,109,49,108,107,76,66,2,0,109,113,52,179,97,108,2,0,112,177,142,211,222,63,2,0,112,49,93,92,150,248,3,0,113,17,171,198,229,116,2,0,114,177,226,147,47,62,3,0,117,209,113,39,252,25,3,0,118,241,43,2,51,177,3,0,119,81,55,240,96,171,1,0,122,113,3,52,49,202,3,0,124,17,159,112,136,157,2,0,125,209,195,171,184,207,2,0,126,81,124,9,34,143,3,0,126,17,169,236,222,226,3,0,128,81,177,45,97,33,2,0,130,145,64,231,111,58,3,0,131,81,53,121,182,253,2,0,131,241,23,68,152,144,3,0,132,241,121,241,0,212,1,0,132,113,129,111,123,89,3,0,133,113,235,206,143,67,2,0,135,17,93,54,30,150,3,0,137,145,215,85,134,125,1,0,137,113,178,166,207,247,3,0,139,49,186,143,208,220,2,0,140,177,58,161,39,123,3,0,141,177,221,39,89,27,2,0,142,49,102,102,121,231,2,0,142,113,200,213,253,79,3,0,142,49,100,169,136,116,3,0,143,241,140,41,188,211,3,0,143,17,61,254,209,251,3,0,144,209,72,64,129,156,1,0,144,17,42,196,251,17,2,0,144,241,7,209,2,91,2,0,145,17,97,227,5,199,1,0,145,17,153,223,65,170,2,0,145,17,53,244,136,159,3,0,147,177,165,7,104,25,3,0,149,209,63,127,208,193,3,0,150,49,127,156,49,182,3,0,150,81,97,75,52,199,3,0,150,81,231,232,113,227,3,0,151,49,136,160,207,199,2,0,152,241,95,94,13,211,1,0,152,209,174,21,29,3,2,0,152,145,190,120,214,100,2,0,154,81,29,254,53,206,3,0,155,209,23,229,161,137,1,0,155,113,104,216,38,160,1,0,155,145,149,204,60,186,2,0,156,113,90,77,108,146,1,0,157,17,41,19,174,26,2,0,159,81,180,126,98,144,1,0,160,17,223,107,64,206,2,0,161,113,18,178,84,46,3,0,163,209,71,202,201,75,3,0,167,49,213,253,82,28,3,0,168,209,65,232,72,168,1,0,168,145,39,69,42,248,2,0,170,81,15,169,204,228,2,0,171,209,132,87,38,132,1,0,171,113,37,81,214,162,2,0,171,49,48,215,76,27,4,0,172,17,175,69,69,247,3,0,173,113,29,78,226,212,2,0,177,241,219,221,56,183,1,0,177,177,68,82,56,228,1,0,177,113,227,119,72,22,4,0,178,49,153,223,174,158,2,0,180,145,244,184,210,74,3,0,181,177,17,188,219,109,2,0,183,17,80,91,182,28,2,0,183,145,35,129,220,113,2,0,183,241,142,160,145,197,2,0,184,17,110,181,94,186,3,0,185,17,57,186,85,212,3,0,187,241,63,208,115,252,1,0,188,177,17,1,83,27,3,0,188,241,20,187,169,149,3,0,189,209,57,166,4,94,3,0,192,49,210,235,206,23,2,0,192,177,5,130,192,248,3,0,194,81,229,231,236,148,1,0,194,49,231,88,191,194,1,0,195,113,72,58,200,3,2,0,195,49,42,138,43,207,2,0,197,209,248,233,64,49,3,0,198,177,176,87,187,34,2,0,198,145,151,123,217,38,2,0,199,81,102,184,245,234,2,0,200,81,35,34,175,100,2,0,200,241,130,241,63,164,2,0,200,81,53,231,200,121,3,0,201,209,111,60,48,205,1,0,202,145,52,248,44,170,2,0,204,145,32,80,124,164,1,0,204,145,97,177,61,164,3,0,205,145,59,101,18,150,1,0,205,241,142,48,115,3,4,0,206,241,166,50,12,184,1,0,206,177,4,70,123,249,1,0,206,145,187,190,67,92,3,0,207,177,173,232,90,238,3,0,210,49,30,85,85,209,1,0,210,209,243,116,186,104,2,0,213,81,96,75,186,189,3,0,216,209,8,132,11,111,2,0,216,241,74,198,226,15,3,0,216,241,116,241,76,70,3,0,219,49,24,192,72,25,2,0,219,209,30,81,29,170,2,0,219,81,215,36,251,65,3,0,220,241,119,103,230,3,4,0,224,81,234,252,127,213,3,0,224,177,166,243,253,21,4,0,225,209,134,153,228,208,1,0,225,113,238,226,79,6,2,0,226,17,32,183,178,135,1,0,226,17,74,9,39,60,2,0,226,177,208,211,5,39,3,0,226,17,100,118,130,86,3,0,227,177,185,215,10,31,4,0,231,177,217,225,67,4,3,0,233,49,13,82,181,218,1,0,234,81,164,73,149,215,2,0,237,145,183,16,233,47,2,0,238,241,60,112,164,191,2,0,241,113,26,135,184,190,2,0,241,17,6,170,122,124,3,0,242,81,36,37,205,13,2,0,243,81,15,80,252,1,4,0,244,177,170,246,79,6,3,0,244,81,74,120,46,93,3,0,246,209,89,139,39,155,2,0,247,241,246,253,18,16,2,0,247,49,140,175,112,78,2,0,247,209,82,48,186,46,3,0,248,81,250,10,195,148,1,0,248,177,243,228,166,202,1,0,250,49,66,125,99,183,2,0,251,177,17,152,167,117,3,0,252,145,209,196,138,213,1,0,252,81,99,168,158,70,3,0,254,17,81,235,11,185,1,0,254,177,141,127,248,107,3,0,3,50,88,144,154,149,3,0,4,178,167,228,232,62,3,0,4,178,105,23,88,219,3,0,5,18,230,185,3,96,2,0,6,18,79,191,153,118,3,0,7,242,124,102,161,199,1,0,7,242,16,116,230,11,2,0,9,210,47,160,70,218,1,0,12,114,71,66,108,13,3,0,12,18,61,12,124,61,3,0,12,114,189,130,119,71,3,0,13,210,79,212,237,12,4,0,14,114,95,49,103,21,2,0,14,178,140,43,212,32,3,0,16,146,230,138,76,139,1,0,16,50,93,75,246,165,2,0,16,114,21,169,60,60,3,0,21,114,180,145,61,37,3,0,22,242,17,146,37,135,3,0,22,18,123,43,134,225,3,0,23,82,171,209,234,196,2,0,23,242,76,104,218,81,3,0,24,82,104,82,1,175,1,0,24,82,243,9,240,203,2,0,24,50,244,38,78,109,3,0,26,242,119,103,190,233,1,0,28,50,43,175,197,32,3,0,32,242,220,111,107,33,3,0,34,82,91,86,95,243,3,0,35,210,116,163,175,156,1,0,40,82,212,207,248,53,3,0,40,210,135,40,106,109,3,0,41,82,150,226,106,92,3,0,42,210,82,208,194,149,2,0,42,178,121,65,60,242,2,0,43,178,239,143,105,216,2,0,44,242,175,66,184,159,3,0,48,146,241,116,58,212,3,0,49,114,185,255,212,87,2,0,49,178,39,81,192,146,2,0,49,242,187,183,168,176,3,0,51,50,163,44,242,114,2,0,51,146,238,129,104,88,3,0,52,242,17,235,175,113,3,0,54,82,230,130,23,73,3,0,55,18,197,24,112,220,3,0,56,242,146,13,21,246,1,0,57,242,235,211,245,134,1,0,58,50,27,7,67,148,1,0,58,178,139,231,186,185,1,0,58,50,61,6,10,235,3,0,61,114,89,197,222,3,2,0,61,114,108,62,218,112,3,0,64,178,220,187,32,158,2,0,65,82,185,97,180,144,1,0,65,210,77,75,170,24,2,0,65,114,249,4,207,23,4,0,66,146,77,95,243,141,2,0,67,114,128,228,163,150,1,0,69,82,138,177,211,90,2,0,70,242,245,136,198,240,3,0,73,210,22,196,80,17,2,0,73,114,143,58,234,233,3,0,74,18,69,236,11,32,4,0,77,210,38,235,144,234,2,0,78,50,41,227,26,90,3,0,79,146,128,185,133,83,2,0,79,50,56,131,150,203,2,0,81,18,99,201,58,225,2,0,81,146,246,223,61,133,3,0,82,18,20,13,159,82,2,0,86,210,0,157,58,6,3,0,88,146,165,200,78,244,2,0,88,114,95,24,145,5,3,0,89,18,169,172,67,57,2,0,89,146,46,56,21,50,3,0,90,18,110,129,193,214,3,0,91,146,53,218,134,45,2,0,91,242,33,104,35,40,3,0,91,82,167,85,77,203,3,0,92,82,154,11,42,250,2,0,95,82,205,123,185,198,2,0,96,18,112,86,105,241,2,0,98,146,69,71,150,242,1,0,99,210,157,179,194,34,3,0,100,82,183,220,37,81,3,0,100,114,32,13,111,243,3,0,101,146,88,212,132,126,3,0,101,114,42,199,91,152,3,0,103,18,129,51,56,140,1,0,104,210,149,227,72,56,3,0,105,242,152,94,145,9,4,0,107,178,187,119,178,102,2,0,108,242,74,230,103,141,2,0,109,114,201,193,251,159,1,0,111,146,71,61,140,43,2,0,112,210,149,227,88,57,3,0,113,114,138,43,197,1,4,0,115,178,45,116,98,63,3,0,115,114,71,218,124,192,3,0,115,210,37,176,119,211,3,0,116,146,22,63,243,131,3,0,117,146,253,30,130,162,3,0,118,242,189,175,208,46,3,0,119,18,132,205,252,206,1,0,119,210,178,141,159,166,2,0,119,210,150,26,71,249,2,0,119,18,118,149,191,56,3,0,119,114,118,147,83,184,3,0,120,18,60,194,42,151,2,0,120,114,140,42,35,106,3,0,121,114,169,80,36,159,1,0,121,242,69,14,236,176,1,0,122,82,70,85,9,229,1,0,122,18,93,92,234,125,2,0,122,146,113,224,96,157,2,0,122,146,43,181,250,177,2,0,123,242,157,210,91,79,3,0,124,178,8,67,129,73,3,0,126,82,41,188,64,205,1,0,126,82,50,4,163,130,3,0,126,82,30,162,30,217,3,0,126,242,187,166,4,255,3,0,128,178,163,166,46,3,2,0,128,210,213,237,51,75,3,0,128,210,226,233,38,163,3,0,129,82,221,97,126,46,2,0,129,18,15,189,193,169,2,0,130,210,146,80,89,174,2,0,131,242,191,213,147,134,1,0,133,82,225,236,99,57,3,0,133,210,66,162,20,162,3,0,134,50,149,60,104,10,3,0,135,114,30,24,9,46,2,0,136,82,254,167,176,138,1,0,136,210,110,100,50,88,3,0,138,242,20,124,104,53,3,0,142,114,152,55,234,210,3,0,142,178,218,6,101,221,3,0,142,178,26,161,136,238,3,0,143,146,55,168,140,232,2,0,145,114,18,176,120,183,2,0,146,18,35,66,237,42,3,0,147,210,66,218,187,49,2,0,147,50,72,133,208,108,3,0,149,178,32,105,17,160,1,0,149,18,168,32,185,236,1,0,150,210,149,251,105,54,2,0,150,50,233,27,31,86,2,0,151,50,155,59,162,198,1,0,151,50,236,23,59,161,3,0,151,50,164,110,245,216,3,0,151,242,103,147,175,240,3,0,152,146,190,5,84,148,1,0,152,178,57,222,206,22,2,0,152,114,57,115,70,27,2,0,153,146,252,83,26,164,1,0,153,178,111,28,56,21,3,0,153,18,18,29,64,254,3,0,155,50,84,26,249,207,1,0,158,178,138,254,142,85,2,0,158,82,73,113,26,154,2,0,159,210,76,81,163,21,2,0,159,146,95,252,145,182,2,0,161,50,59,84,208,225,1,0,161,114,229,206,95,184,2,0,164,178,218,85,118,8,2,0,165,82,28,96,21,204,1,0,165,210,131,159,111,172,3,0,165,146,202,157,157,203,3,0,167,114,154,236,101,182,1,0,169,210,157,20,4,116,2,0,171,178,27,34,169,153,2,0,172,18,149,69,244,31,3,0,172,114,160,62,164,168,3,0,175,178,152,160,114,184,2,0,175,50,107,221,104,6,4,0,176,242,98,110,119,74,2,0,179,114,81,169,141,178,3,0,180,146,12,222,57,78,3,0,180,210,7,56,117,239,3,0,181,50,216,240,99,207,1,0,181,82,48,111,25,146,2,0,181,50,19,162,183,118,3,0,181,114,51,164,169,20,4,0,182,210,72,147,127,135,1,0,182,210,157,34,169,195,1,0,182,178,126,115,197,250,2,0,182,82,216,231,245,111,3,0,185,210,76,81,240,21,2,0,186,18,207,93,82,126,3,0,189,82,224,129,147,99,3,0,190,82,156,180,52,97,3,0,191,18,124,129,98,57,2,0,191,82,21,81,223,237,2,0,192,82,11,74,173,160,2,0,192,114,42,199,38,155,3,0,194,178,50,171,138,248,2,0,194,210,165,15,241,201,3,0,194,242,16,195,217,24,4,0,195,178,4,28,158,250,3,0,197,146,50,216,106,151,1,0,197,18,20,15,91,216,1,0,197,114,98,168,139,231,2,0,198,18,208,180,157,167,2,0,199,18,234,126,54,168,1,0,200,178,189,79,44,97,2,0,201,18,18,167,155,147,3,0,204,50,168,11,228,247,2,0,204,82,89,195,144,201,3,0,205,82,231,150,32,180,1,0,205,178,100,66,180,181,1,0,205,242,148,160,168,183,2,0,207,146,198,117,157,205,2,0,208,18,16,182,88,37,3,0,208,242,210,3,247,151,3,0,210,18,68,45,130,91,2,0,212,50,53,241,249,250,3,0,214,146,52,248,10,162,2,0,214,242,204,156,118,195,3,0,216,114,235,38,225,139,3,0,216,50,185,26,212,242,3,0,219,82,215,65,199,56,2,0,219,50,96,120,136,100,2,0,220,242,60,12,137,61,3,0,220,210,64,228,148,21,4,0,221,146,151,145,108,210,1,0,221,242,207,207,194,143,3,0,221,82,34,16,236,144,3,0,226,210,101,16,46,12,2,0,226,178,169,66,91,241,3,0,228,82,177,45,26,133,1,0,229,82,49,181,81,205,1,0,229,210,111,67,112,170,3,0,231,146,142,116,96,112,2,0,231,114,102,140,140,101,3,0,232,18,117,241,39,188,1,0,232,82,236,236,174,129,2,0,233,18,26,3,25,120,2,0,234,50,57,187,42,130,2,0,234,146,69,17,59,172,3,0,235,50,179,221,13,117,2,0,236,114,107,243,246,155,1,0,237,210,168,94,95,83,3,0,238,178,6,133,1,190,1,0,239,50,168,227,239,62,2,0,240,114,59,184,246,192,2,0,240,82,149,192,112,0,3,0,241,114,51,6,50,217,1,0,242,114,81,242,182,109,2,0,243,82,160,13,104,36,3,0,243,146,168,147,110,180,3,0,244,18,40,139,195,44,2,0,244,114,164,11,84,149,2,0,245,82,240,54,150,167,1,0,245,114,146,184,227,204,2,0,246,50,49,235,58,159,3,0,249,82,139,25,173,20,2,0,249,210,0,42,159,5,3,0,250,18,59,184,57,199,2,0,250,82,74,25,61,189,3,0,252,242,120,57,59,193,1,0,253,242,79,233,168,11,2,0,253,146,161,87,206,15,2,0,253,114,169,155,224,160,2,0,254,178,62,107,30,152,1,0,255,50,208,232,174,175,2,0,1,179,88,207,50,59,3,0,1,19,227,2,124,141,3,0,2,115,168,138,180,117,2,0,3,147,61,81,46,85,2,0,4,51,149,22,53,192,1,0,5,211,241,232,150,101,2,0,13,211,167,35,94,237,2,0,14,211,227,219,54,204,1,0,14,115,78,157,8,8,2,0,14,19,29,117,29,132,2,0,15,51,241,116,130,212,3,0,17,147,52,248,223,124,2,0,18,147,52,248,236,124,2,0,18,51,250,169,46,228,2,0,19,243,7,93,8,53,2,0,19,211,3,125,208,131,2,0,22,179,229,217,139,37,2,0,23,243,30,169,247,224,1,0,23,19,183,186,217,130,2,0,23,211,173,154,204,15,3,0,23,51,116,222,205,249,3,0,24,147,75,58,20,47,2,0,24,115,226,25,182,186,2,0,24,115,81,128,156,52,3,0,25,179,227,199,115,105,3,0,27,115,14,107,162,28,2,0,27,147,68,171,118,218,2,0,28,211,25,192,141,42,2,0,28,211,25,173,57,60,2,0,28,147,189,164,25,161,2,0,28,51,67,41,191,149,3,0,30,83,70,248,34,197,1,0,31,83,89,166,148,180,3,0,32,83,169,210,56,218,2,0,32,19,61,12,78,61,3,0,34,51,246,68,126,0,2,0,34,211,78,132,238,172,2,0,35,51,136,201,137,227,1,0,37,51,100,15,140,8,2,0,38,115,183,74,115,9,4,0,39,51,238,39,178,55,3,0,41,19,182,126,202,141,1,0,41,83,159,195,151,116,2,0,41,243,19,69,111,117,2,0,42,147,65,110,246,36,3,0,44,179,59,127,81,251,1,0,44,179,33,203,185,181,2,0,45,51,17,132,16,248,2,0,46,51,162,254,208,0,3,0,46,51,23,34,158,94,3,0,46,243,142,165,62,17,4,0,48,211,202,113,128,13,3,0,49,51,111,5,236,156,2,0,50,179,22,141,248,197,1,0,60,115,182,24,51,36,3,0,61,243,21,135,243,50,2,0,61,211,122,128,208,15,4,0,63,19,201,26,70,17,3,0,64,211,207,124,70,33,2,0,64,83,3,5,5,83,2,0,64,211,59,173,40,170,3,0,64,147,13,123,211,21,4,0,66,83,222,125,102,195,1,0,66,211,19,8,181,23,2,0,66,147,52,248,119,129,2,0,66,243,206,130,79,18,4,0,67,179,5,218,175,106,2,0,69,243,98,116,252,169,3,0,70,147,225,114,139,90,3,0,70,51,70,68,34,132,3,0,71,243,140,185,222,193,1,0,75,243,205,207,115,209,3,0,75,179,111,58,240,225,3,0,76,83,22,81,26,203,2,0,77,147,108,0,186,93,2,0,79,19,119,221,59,227,1,0,79,147,2,217,121,20,3,0,83,147,64,71,176,232,1,0,84,51,36,81,159,158,2,0,85,115,137,155,86,175,1,0,87,179,11,212,120,191,1,0,88,147,168,93,52,200,3,0,89,147,45,72,34,97,3,0,91,179,6,253,101,7,3,0,91,83,20,139,47,94,3,0,91,51,213,220,130,161,3,0,92,115,229,19,162,51,3,0,93,147,130,73,237,45,3,0,93,19,219,175,5,186,3,0,95,179,158,42,184,137,3,0,97,179,234,63,217,244,1,0,97,19,92,244,118,251,1,0,97,147,216,41,100,238,3,0,98,19,227,34,115,90,2,0,102,19,208,210,107,177,1,0,103,179,181,172,205,63,3,0,105,115,2,128,240,100,3,0,105,51,153,230,142,211,3,0,107,51,140,55,105,32,3,0,108,83,56,43,68,55,2,0,109,83,233,68,187,205,1,0,109,19,224,254,212,231,3,0,110,147,115,207,167,180,1,0,110,147,88,69,43,237,2,0,110,83,13,47,222,11,4,0,114,115,178,47,45,130,1,0,114,51,66,4,26,121,3,0,115,211,241,51,112,111,3,0,119,115,208,238,232,94,3,0,119,19,187,205,48,127,3,0,119,19,28,87,36,171,3,0,124,115,215,195,30,23,2,0,124,179,24,124,223,37,2,0,127,19,38,243,102,66,2,0,127,179,127,209,235,240,2,0,127,243,86,101,188,79,3,0,127,211,163,69,12,117,3,0,127,51,123,90,6,177,3,0,128,115,85,196,74,16,2,0,128,211,194,238,138,31,3,0,129,243,81,24,125,57,2,0,129,243,23,176,246,186,2,0,132,211,198,186,201,156,2,0,133,115,39,74,16,167,2,0,133,179,126,8,151,250,2,0,133,211,245,107,96,75,3,0,134,83,15,181,89,114,3,0,135,179,139,20,220,238,2,0,135,115,205,174,29,43,3,0,136,83,163,145,12,228,2,0,137,243,233,152,244,61,2,0,137,179,139,20,208,238,2,0,138,19,208,210,129,177,1,0,138,147,40,44,242,45,2,0,138,179,51,148,244,176,3,0,141,243,164,184,200,80,3,0,141,147,124,176,70,99,3,0,142,147,147,64,243,182,3,0,142,19,158,49,102,254,3,0,144,179,26,254,194,170,1,0,148,147,6,250,236,249,1,0,149,211,22,241,146,142,3,0,150,179,43,210,73,237,3,0,152,179,63,106,137,255,1,0,153,115,190,55,14,254,1,0,153,243,81,119,8,62,3,0,154,179,89,121,219,51,2,0,156,83,225,245,239,196,3,0,157,179,107,54,114,155,1,0,159,83,121,209,5,2,3,0,161,147,13,13,1,195,3,0,162,115,211,56,200,89,3,0,162,115,137,167,109,185,3,0,163,147,179,24,232,202,1,0,163,115,244,67,103,139,2,0,163,83,138,7,25,156,3,0,163,147,7,2,223,25,4,0,167,243,69,156,174,186,1,0,167,115,0,184,17,253,1,0,169,147,117,124,6,115,2,0,169,51,154,160,88,193,2,0,169,51,20,81,109,236,2,0,169,147,228,144,106,179,3,0,170,147,168,116,110,217,1,0,170,179,217,228,165,227,1,0,170,83,28,217,10,32,3,0,171,83,188,243,199,25,4,0,174,19,185,154,29,1,4,0,175,243,154,23,175,190,3,0,175,179,15,177,117,221,3,0,176,147,29,83,198,216,3,0,177,83,68,129,109,83,2,0,178,147,194,79,213,194,1,0,180,147,29,94,88,3,3,0,180,83,177,132,204,12,3,0,180,243,82,37,46,35,3,0,180,179,161,207,181,186,3,0,183,211,240,251,84,39,2,0,183,51,19,180,36,10,4,0,184,243,79,14,63,168,2,0,185,115,186,30,117,34,3,0,186,211,200,72,179,20,3,0,187,147,238,182,171,56,2,0,187,115,126,200,31,129,3,0,187,211,162,56,227,160,3,0,188,19,142,66,184,78,3,0,190,115,208,137,17,166,2,0,190,115,188,144,181,6,3,0,190,19,174,108,119,104,3,0,192,147,184,238,209,133,2,0,192,179,80,212,49,247,2,0,195,115,208,110,73,194,2,0,196,51,139,20,19,239,2,0,197,147,52,81,221,102,2,0,198,243,45,117,170,211,3,0,199,51,81,100,5,141,1,0,199,83,74,75,129,162,1,0,200,115,183,244,74,15,2,0,200,243,140,233,237,224,2,0,201,179,91,79,233,34,3,0,203,115,143,242,190,72,2,0,203,243,55,237,51,229,3,0,204,179,161,142,169,196,1,0,204,51,153,223,172,157,2,0,204,51,51,13,167,98,3,0,207,179,147,61,201,72,3,0,208,115,47,136,26,28,2,0,209,147,194,35,10,20,3,0,209,51,193,198,162,141,3,0,210,51,103,95,138,161,1,0,210,147,153,106,160,230,3,0,211,147,67,104,242,91,3,0,213,147,109,229,105,214,1,0,214,19,163,136,89,220,1,0,217,83,149,33,5,133,1,0,217,83,109,110,97,159,3,0,218,243,136,7,188,254,1,0,219,211,206,199,11,217,2,0,219,51,72,110,210,25,3,0,221,83,235,169,61,221,2,0,222,51,153,223,158,157,2,0,222,243,103,37,168,3,3,0,223,19,234,130,46,221,1,0,223,179,77,104,19,82,3,0,224,243,225,202,226,228,1,0,224,51,217,162,156,67,3,0,225,211,70,233,211,81,2,0,225,147,118,177,21,90,2,0,227,243,43,169,197,20,2,0,229,83,29,253,206,226,1,0,229,211,127,150,195,186,3,0,230,115,193,100,94,40,2,0,230,179,50,97,225,134,3,0,231,115,60,81,232,81,2,0,231,19,21,44,207,55,3,0,232,19,73,132,213,254,1,0,234,179,110,60,178,60,3,0,237,147,35,116,15,17,3,0,239,83,173,112,102,43,2,0,239,179,111,114,92,153,2,0,239,179,185,123,162,251,3,0,240,211,15,54,228,186,2,0,240,179,15,227,41,204,2,0,240,179,59,129,66,98,3,0,241,51,121,141,138,225,1,0,241,211,223,211,111,45,2,0,243,211,67,50,197,174,3,0,245,83,6,92,236,26,3,0,247,51,91,66,80,118,3,0,248,115,182,4,48,219,3,0,251,243,162,51,219,40,3,0,251,211,164,134,160,222,3,0,252,147,47,129,108,125,1,0,252,179,43,184,231,4,2,0,253,179,137,255,36,111,2,0,254,83,227,94,61,245,3,0,255,243,148,34,85,214,2,0,255,211,89,126,48,246,3,0,0,212,241,123,35,1,2,0,1,244,136,178,170,97,2,0,2,116,213,23,105,206,1,0,3,116,239,234,195,240,2,0,4,84,65,110,113,62,3,0,4,20,142,66,197,65,3,0,5,20,195,150,101,50,3,0,6,244,233,48,204,154,2,0,8,180,149,154,46,138,3,0,9,84,84,61,11,5,2,0,9,148,214,252,12,137,2,0,10,148,203,224,15,14,2,0,14,20,229,99,116,129,1,0,14,84,236,162,236,166,2,0,14,148,248,217,87,199,3,0,14,148,200,207,162,209,3,0,15,148,37,44,196,146,3,0,16,180,236,223,177,27,2,0,18,116,25,191,173,163,2,0,24,116,196,145,47,38,3,0,25,20,93,74,126,38,2,0,26,180,137,237,104,59,3,0,26,148,146,148,159,181,3,0,27,116,234,223,27,115,3,0,27,20,54,164,83,220,3,0,28,180,88,199,228,53,3,0,30,180,242,247,129,127,1,0,31,52,34,40,3,196,3,0,32,148,101,89,41,223,3,0,33,244,170,152,183,217,1,0,34,212,32,65,115,244,1,0,34,244,118,9,150,213,2,0,34,116,145,160,238,239,3,0,35,52,72,201,85,64,3,0,36,52,102,1,136,243,1,0,36,212,30,110,226,88,3,0,37,148,160,216,146,211,1,0,38,84,242,241,144,189,1,0,38,20,197,8,210,18,3,0,40,84,156,248,169,210,2,0,41,212,52,176,169,249,1,0,42,20,186,220,182,5,4,0,43,52,140,128,38,210,1,0,44,52,131,164,237,151,2,0,45,244,230,234,233,213,1,0,46,148,97,11,34,33,3,0,47,20,107,248,103,167,1,0,47,212,69,100,130,37,3,0,49,20,250,96,33,237,3,0,53,20,38,239,126,254,1,0,53,180,218,173,244,32,3,0,54,244,99,53,121,171,1,0,55,84,203,47,79,11,4,0,56,180,177,156,189,23,3,0,56,180,99,199,15,174,3,0,58,84,91,250,239,126,1,0,58,52,69,175,140,192,1,0,59,148,144,183,80,208,1,0,59,148,69,201,22,174,2,0,61,244,119,74,94,26,3,0,62,180,222,163,127,168,1,0,63,180,150,68,169,129,3,0,64,180,41,25,26,240,1,0,64,52,103,181,193,175,3,0,69,52,121,112,114,214,2,0,71,180,78,42,35,58,3,0,71,84,192,240,152,134,3,0,74,20,123,184,13,229,2,0,76,84,33,189,242,47,3,0,77,244,117,185,1,57,2,0,79,244,190,9,50,33,3,0,80,148,232,51,13,199,2,0,81,180,153,236,21,164,3,0,83,84,45,255,221,118,3,0,83,180,241,134,117,253,3,0,84,180,189,79,83,97,2,0,85,148,207,235,150,5,2,0,86,84,156,47,70,246,2,0,89,84,6,120,166,239,2,0,90,84,55,51,193,126,1,0,93,116,54,228,195,213,1,0,93,148,115,18,11,0,2,0,96,244,27,151,12,218,2,0,96,148,109,79,251,81,3,0,97,52,76,14,14,159,1,0,97,116,33,99,135,28,4,0,99,52,65,139,72,186,3,0,100,52,210,235,93,23,2,0,100,84,159,193,97,212,2,0,101,52,128,12,212,253,1,0,101,20,116,90,213,17,2,0,102,116,75,10,110,211,1,0,102,20,154,153,225,243,2,0,102,52,151,85,183,100,3,0,102,116,180,74,152,167,3,0,103,84,81,67,7,12,2,0,105,52,47,253,130,243,2,0,111,20,65,251,18,144,2,0,111,212,149,227,51,61,3,0,114,148,162,109,68,173,1,0,115,244,4,131,37,205,3,0,116,180,76,32,173,42,3,0,117,212,168,110,128,157,3,0,118,20,249,32,92,44,2,0,121,84,53,189,199,120,2,0,123,84,62,26,247,122,3,0,124,148,36,85,10,172,1,0,124,84,44,198,243,177,1,0,124,180,85,23,22,105,2,0,124,180,4,42,201,123,2,0,125,52,158,62,130,11,4,0,126,148,213,228,20,204,2,0,127,20,122,247,202,4,2,0,127,244,23,81,139,228,2,0,127,180,21,144,87,145,3,0,128,52,223,247,127,189,1,0,128,116,136,168,69,11,2,0,128,84,90,29,157,44,2,0,129,212,58,12,185,39,2,0,130,148,76,73,60,233,2,0,132,244,169,219,224,201,1,0,133,20,24,81,29,229,2,0,133,180,21,234,174,230,2,0,134,52,141,243,124,2,2,0,134,212,38,209,208,41,3,0,135,180,244,188,194,99,3,0,136,20,180,201,57,66,2,0,136,148,195,84,202,26,4,0,138,148,127,113,213,166,1,0,139,212,139,55,97,162,3,0,141,148,38,28,218,94,2,0,142,244,186,251,197,51,2,0,142,84,252,188,19,125,3,0,144,84,245,73,237,38,2,0,144,244,53,241,99,162,2,0,144,244,68,231,11,95,3,0,144,116,239,145,253,206,3,0,145,20,217,177,82,31,3,0,147,180,68,27,191,231,1,0,147,148,8,229,224,141,3,0,148,244,243,140,144,173,1,0,150,84,193,251,138,127,2,0,151,20,113,121,158,35,3,0,152,180,8,129,62,196,1,0,152,116,162,23,68,123,3,0,154,212,86,3,83,120,2,0,154,84,235,121,193,231,2,0,154,20,160,215,58,32,3,0,154,84,251,31,57,8,4,0,155,20,180,7,182,157,1,0,156,20,85,189,185,131,2,0,156,52,9,249,118,241,2,0,156,244,106,96,52,131,3,0,156,20,137,41,172,239,3,0,157,52,143,160,163,243,1,0,157,180,222,136,118,31,3,0,158,52,102,18,194,169,3,0,159,244,144,96,235,252,2,0,159,148,69,37,255,0,3,0,160,84,3,39,180,187,1,0,160,148,193,53,32,172,3,0,161,180,232,169,5,222,2,0,162,148,58,21,8,15,2,0,162,116,209,67,221,165,2,0,162,116,129,246,183,5,3,0,162,212,166,231,160,87,3,0,164,148,75,58,39,47,2,0,164,84,54,135,225,46,3,0,165,212,111,172,31,101,3,0,168,148,25,222,61,238,3,0,169,148,218,37,207,197,3,0,169,52,100,106,29,219,3,0,170,244,224,5,189,25,3,0,175,84,146,114,57,165,2,0,176,244,52,69,117,15,3,0,176,212,77,22,170,161,3,0,177,180,201,206,209,208,1,0,177,20,52,202,12,200,2,0,178,84,88,148,176,48,3,0,179,148,187,172,205,17,4,0,182,116,158,202,221,136,1,0,182,180,183,228,142,212,3,0,183,244,2,54,58,136,1,0,183,148,169,105,201,163,1,0,183,244,114,26,25,63,2,0,184,116,177,95,146,9,3,0,186,244,115,33,221,3,3,0,187,244,251,89,224,153,1,0,188,52,254,171,134,7,3,0,189,212,166,197,42,200,2,0,190,180,223,103,138,129,1,0,190,52,241,47,14,157,1,0,190,116,62,100,169,247,1,0,190,20,87,3,65,120,2,0,190,52,86,121,233,7,3,0,191,244,149,81,237,117,2,0,191,84,15,109,130,125,3,0,192,212,130,36,74,220,2,0,192,116,176,74,71,25,4,0,193,20,24,81,254,228,2,0,193,148,79,106,117,143,3,0,194,244,127,131,32,165,2,0,194,148,105,184,22,235,2,0,194,52,254,181,213,131,3,0,194,20,114,130,79,189,3,0,195,84,65,134,242,188,1,0,195,52,215,82,196,16,3,0,196,180,173,192,179,228,1,0,197,84,77,168,64,188,3,0,199,84,174,151,184,237,2,0,200,116,55,253,36,146,3,0,201,84,231,150,11,180,1,0,203,212,80,204,61,7,3,0,203,20,76,11,113,54,3,0,205,116,199,117,17,152,3,0,206,116,160,117,58,153,3,0,207,180,14,121,168,129,1,0,208,52,131,164,4,152,2,0,211,84,66,85,26,182,1,0,211,148,52,248,129,119,2,0,211,84,157,20,45,175,3,0,212,180,208,191,190,44,3,0,213,84,198,192,116,162,2,0,216,20,217,89,97,182,2,0,216,84,206,40,236,233,2,0,220,116,31,200,139,120,2,0,221,212,220,124,172,167,1,0,221,20,24,81,221,228,2,0,221,180,100,98,190,2,4,0,223,148,238,182,229,56,2,0,226,212,11,53,75,183,1,0,226,52,124,206,192,105,2,0,226,244,44,3,12,109,3,0,226,116,166,212,214,219,3,0,227,84,79,207,48,15,3,0,230,84,42,71,158,6,2,0,230,212,239,82,230,95,3,0,230,116,197,117,169,108,3,0,234,84,0,13,40,29,3,0,234,84,253,102,250,16,4,0,236,52,153,190,157,225,3,0,237,84,194,107,187,90,2,0,237,20,138,222,146,245,2,0,240,116,17,192,141,44,2,0,240,20,187,238,242,11,3,0,241,20,132,29,15,29,4,0,242,180,57,182,50,194,3,0,245,84,15,62,179,45,2,0,245,20,1,50,27,100,2,0,246,52,214,242,70,104,3,0,248,84,100,129,210,79,3,0,252,148,57,241,61,156,3,0,253,180,210,65,82,234,1,0,253,84,109,49,11,25,2,0,253,212,19,105,74,184,2,0,255,84,74,76,242,120,2,0,0,149,52,248,206,109,2,0,1,21,141,179,3,205,3,0,2,213,153,223,165,81,2,0,2,213,53,90,107,189,2,0,3,21,10,210,175,80,3,0,6,149,241,186,229,184,2,0,6,53,191,181,245,87,3,0,7,245,88,199,60,52,3,0,8,21,219,23,160,233,1,0,13,149,116,84,89,207,3,0,16,181,255,253,193,116,2,0,17,85,147,227,194,163,2,0,17,117,110,25,194,241,3,0,19,21,233,114,84,197,1,0,19,245,186,4,197,160,2,0,20,149,137,197,137,227,2,0,20,21,10,160,41,181,3,0,21,21,203,239,64,85,3,0,26,245,30,169,171,228,2,0,27,149,52,248,252,108,2,0,27,181,189,1,99,181,2,0,27,21,199,196,164,59,3,0,29,53,52,80,50,138,1,0,29,53,208,2,16,170,1,0,32,117,83,30,157,57,2,0,33,117,15,234,70,112,3,0,35,53,170,129,51,50,2,0,38,181,87,243,53,139,3,0,39,53,164,140,2,248,1,0,43,117,113,86,227,171,3,0,45,21,117,153,184,254,3,0,46,213,223,190,249,163,1,0,47,149,76,73,78,233,2,0,47,117,40,17,207,246,3,0,48,53,251,170,252,163,3,0,49,53,8,34,46,71,2,0,49,245,223,203,71,251,2,0,49,53,110,13,254,207,3,0,52,245,29,77,209,95,2,0,52,245,133,193,95,105,3,0,54,53,208,38,15,56,2,0,55,117,37,97,144,115,3,0,58,21,151,134,116,168,3,0,59,149,52,248,239,108,2,0,60,213,83,21,94,244,1,0,60,21,14,64,114,106,3,0,61,117,178,148,198,89,2,0,61,85,217,120,13,54,3,0,62,21,230,152,205,25,2,0,62,53,41,125,101,97,2,0,62,149,171,194,60,175,3,0,63,85,177,182,219,61,2,0,66,53,27,137,32,37,3,0,67,117,103,173,96,140,1,0,68,149,76,81,126,44,2,0,69,181,201,130,146,208,1,0,69,213,58,12,211,39,2,0,70,21,207,67,125,154,1,0,71,117,137,219,156,235,3,0,72,149,217,169,132,215,2,0,72,213,225,4,201,58,3,0,74,85,205,212,12,11,3,0,74,21,76,50,90,142,3,0,74,53,214,18,123,5,4,0,76,117,90,71,182,251,1,0,76,213,1,224,246,198,2,0,78,181,24,54,110,140,2,0,79,245,205,100,75,37,3,0,80,21,17,175,198,144,2,0,81,149,10,225,170,96,3,0,83,117,75,185,155,9,2,0,83,181,51,70,219,70,3,0,84,213,222,66,249,9,4,0,85,85,181,99,192,2,2,0,85,149,213,56,58,143,2,0,86,21,15,11,159,7,3,0,87,245,251,80,113,125,2,0,88,117,57,123,148,140,2,0,88,245,235,119,75,80,3,0,89,117,85,205,1,208,2,0,92,245,170,171,57,117,2,0,94,181,156,77,110,208,1,0,94,245,53,220,251,244,3,0,95,213,130,174,216,174,1,0,97,85,240,206,224,183,2,0,98,245,210,214,101,20,3,0,99,21,38,81,144,166,2,0,99,85,6,120,244,199,2,0,101,213,68,156,229,253,3,0,102,85,218,217,65,101,2,0,103,85,217,90,161,35,2,0,103,181,161,135,125,112,3,0,104,21,227,133,18,60,3,0,106,117,138,31,200,6,3,0,108,21,35,243,182,10,2,0,108,149,42,222,216,56,3,0,109,149,61,172,238,235,2,0,110,181,55,195,31,155,1,0,110,53,216,62,158,62,3,0,111,21,251,170,195,115,2,0,111,181,244,76,121,221,2,0,112,149,218,170,210,85,3,0,113,149,176,139,157,24,4,0,115,53,110,21,162,163,1,0,124,181,211,213,66,212,1,0,124,53,129,58,133,247,2,0,125,21,35,81,95,168,2,0,128,53,150,104,66,46,2,0,128,181,154,123,242,186,3,0,131,117,191,239,75,159,2,0,131,117,111,243,246,220,3,0,133,53,246,67,71,204,1,0,134,149,52,248,46,100,2,0,137,213,228,88,180,149,1,0,139,85,182,136,27,190,3,0,140,213,207,105,8,171,1,0,140,21,41,93,2,174,1,0,141,149,247,65,77,90,3,0,141,53,221,116,225,98,3,0,142,85,89,8,212,140,1,0,142,181,109,202,163,238,1,0,142,53,238,254,71,208,3,0,143,21,85,103,209,224,2,0,144,181,144,170,140,214,2,0,144,245,27,97,22,250,3,0,145,245,24,212,83,246,1,0,147,245,150,92,162,69,2,0,147,181,39,81,207,146,2,0,147,53,27,4,232,155,3,0,148,245,17,110,110,62,2,0,149,117,95,199,2,195,1,0,149,245,118,138,248,224,3,0,150,245,219,64,21,210,1,0,150,53,34,17,204,138,3,0,151,213,99,96,95,105,2,0,153,245,68,0,137,135,3,0,154,117,179,68,20,210,3,0,155,53,125,31,190,20,4,0,156,245,159,69,20,27,2,0,158,149,45,233,31,199,2,0,158,85,69,237,18,176,3,0,159,117,167,78,239,82,3,0,159,53,63,240,138,128,3,0,161,245,73,186,252,157,2,0,161,149,217,47,140,230,2,0,161,53,45,152,50,227,3,0,162,181,161,242,102,176,1,0,162,149,218,90,44,245,1,0,162,181,197,94,85,123,2,0,165,85,172,52,26,55,3,0,166,117,8,26,207,215,1,0,166,21,27,69,165,172,3,0,167,181,29,138,32,87,3,0,169,213,25,110,238,9,2,0,169,149,52,248,92,19,2,0,169,213,169,130,234,125,3,0,171,117,210,177,147,198,1,0,172,213,222,20,46,146,1,0,173,117,117,162,27,202,3,0,174,245,164,40,137,23,4,0,176,245,155,224,162,220,1,0,176,117,187,170,243,179,3,0,177,149,127,72,233,189,3,0,180,53,164,102,190,148,3,0,181,181,129,22,188,243,3,0,183,21,191,40,142,119,2,0,183,213,196,35,126,102,3,0,184,149,109,32,7,253,2,0,185,53,120,179,102,28,3,0,186,149,130,54,16,3,4,0,187,85,142,33,86,246,3,0,188,21,67,163,182,234,3,0,191,117,46,28,108,102,3,0,192,181,42,204,173,125,1,0,192,117,33,215,199,206,2,0,192,21,160,6,68,15,3,0,193,53,106,154,234,19,3,0,195,213,76,81,101,24,2,0,195,117,178,218,250,49,3,0,197,213,236,109,0,228,3,0,198,245,113,68,228,236,3,0,199,181,163,208,12,170,2,0,200,245,21,41,153,129,1,0,201,21,225,170,95,213,2,0,203,53,247,204,98,120,3,0,204,213,120,244,139,198,3,0,205,149,198,212,123,237,3,0,206,21,174,124,42,101,2,0,209,85,188,166,139,121,2,0,211,21,4,182,195,187,3,0,213,181,90,104,76,219,1,0,214,21,17,9,4,206,1,0,214,53,113,39,50,220,1,0,215,21,56,130,17,89,3,0,216,213,26,134,219,110,3,0,216,117,90,75,232,197,3,0,218,53,84,167,96,122,3,0,219,213,175,244,176,131,1,0,219,149,197,66,98,232,1,0,219,245,85,115,101,184,3,0,219,149,160,129,132,187,3,0,220,245,255,20,37,179,1,0,222,21,65,212,186,153,1,0,222,245,122,49,93,227,2,0,223,117,240,162,251,223,1,0,225,245,175,181,215,246,1,0,225,85,97,209,23,97,2,0,225,85,163,168,250,2,4,0,226,149,215,27,65,173,2,0,226,117,229,206,55,184,2,0,227,53,13,159,18,141,2,0,228,181,234,22,116,86,2,0,230,181,202,120,116,236,1,0,230,53,235,15,197,54,3,0,231,181,71,173,68,204,2,0,231,117,153,230,239,211,3,0,233,21,181,118,6,19,2,0,235,53,153,177,157,198,3,0,236,213,178,87,134,230,1,0,236,213,153,223,224,78,2,0,236,21,115,54,169,177,3,0,236,213,24,151,152,231,3,0,237,213,82,248,21,10,3,0,238,53,153,100,217,44,3,0,241,245,138,132,243,60,3,0,244,149,50,36,102,176,3,0,248,181,47,227,104,11,2,0,251,149,174,126,170,73,2,0,251,85,107,172,67,45,3,0,252,181,132,190,13,143,3,0,252,117,8,252,52,167,3,0,253,117,120,23,214,19,2,0,254,117,225,220,172,77,3,0,254,245,209,246,18,2,4,0,254,181,214,45,36,31,4,0,255,149,66,239,211,3,4,0,0,150,175,89,204,255,3,0,2,54,91,54,20,48,2,0,2,118,76,136,157,136,3,0,3,22,48,158,143,254,1,0,3,86,213,134,141,60,3,0,3,54,52,51,22,158,3,0,4,118,49,8,172,85,3,0,5,54,100,183,56,70,3,0,6,22,167,250,79,8,4,0,8,118,4,230,110,37,3,0,9,246,40,166,40,239,1,0,10,150,52,248,108,96,2,0,11,86,131,53,219,182,2,0,15,22,100,87,154,86,3,0,16,214,53,146,55,181,3,0,19,214,117,184,188,228,2,0,19,54,154,202,169,154,3,0,20,150,85,94,225,111,2,0,21,214,211,72,246,199,1,0,22,182,197,240,0,176,3,0,23,118,152,95,206,30,2,0,24,118,133,182,137,231,3,0,25,54,191,122,184,250,1,0,25,150,207,226,149,84,2,0,25,150,52,248,121,96,2,0,26,86,124,41,94,170,2,0,26,86,89,171,88,210,2,0,27,246,29,70,250,221,1,0,27,246,226,85,145,237,3,0,30,118,8,230,111,83,3,0,34,54,178,209,175,189,2,0,35,54,57,170,131,184,1,0,35,86,102,199,96,175,2,0,37,118,107,28,191,195,2,0,37,22,149,250,229,31,3,0,38,22,28,8,19,140,3,0,38,214,173,55,88,218,3,0,39,182,250,245,230,23,3,0,39,214,255,204,93,158,3,0,39,118,160,240,146,216,3,0,40,54,36,80,201,0,4,0,42,246,58,142,239,143,1,0,42,22,62,99,193,98,3,0,44,54,82,126,147,183,2,0,45,246,71,41,238,7,2,0,45,182,130,115,226,192,2,0,45,54,71,233,195,76,3,0,47,54,192,170,133,235,3,0,49,86,25,67,161,212,2,0,52,22,196,4,43,120,2,0,52,150,229,130,232,116,3,0,52,182,182,56,45,179,3,0,54,54,143,25,20,232,1,0,55,246,166,58,20,0,3,0,56,182,80,223,214,177,1,0,60,150,151,79,2,239,3,0,61,246,157,190,16,227,2,0,61,214,46,29,175,62,3,0,61,22,2,241,255,102,3,0,63,22,105,184,130,233,2,0,65,150,147,208,82,117,3,0,67,246,54,36,84,47,2,0,69,118,205,48,169,92,3,0,72,150,242,241,82,174,1,0,72,246,181,106,9,129,3,0,73,150,120,167,110,135,3,0,74,214,221,138,33,206,1,0,74,246,96,50,70,121,2,0,76,246,241,10,170,149,2,0,78,182,33,15,91,198,1,0,78,182,33,15,110,198,1,0,78,182,33,15,128,198,1,0,79,22,173,184,63,177,2,0,81,86,200,197,220,97,3,0,81,182,85,6,180,231,3,0,82,22,97,198,7,58,3,0,86,22,148,71,31,187,2,0,88,246,106,238,156,181,1,0,90,246,102,79,64,72,3,0,90,150,39,162,214,158,3,0,91,214,38,99,131,139,1,0,92,214,7,229,21,27,3,0,93,22,114,58,170,231,1,0,93,54,102,62,102,245,2,0,93,246,28,190,113,158,3,0,94,246,51,71,15,136,1,0,94,54,200,8,108,249,1,0,95,214,203,113,204,219,2,0,95,182,254,190,199,30,3,0,96,214,1,230,146,77,3,0,96,214,1,79,182,94,3,0,97,246,109,83,34,118,3,0,98,214,153,223,98,78,2,0,100,118,231,172,242,183,1,0,100,86,70,69,156,126,3,0,101,86,20,223,140,98,2,0,101,22,86,187,34,182,2,0,101,54,141,77,31,66,3,0,103,182,19,110,24,231,3,0,103,54,121,11,126,31,4,0,103,54,121,11,148,31,4,0,105,22,110,152,108,209,2,0,106,150,70,186,244,203,1,0,106,214,153,223,206,76,2,0,107,86,104,53,237,53,2,0,110,54,186,217,48,115,2,0,111,214,136,72,134,144,2,0,112,86,155,195,160,239,1,0,112,246,187,145,203,102,2,0,113,22,1,69,181,166,2,0,114,54,110,219,222,183,1,0,114,246,249,250,123,49,2,0,116,86,190,79,61,99,2,0,116,118,101,52,97,119,2,0,119,150,219,159,75,184,1,0,119,150,73,5,230,181,3,0,122,22,44,120,227,131,2,0,123,86,238,104,123,181,3,0,125,22,11,43,212,185,2,0,125,22,202,84,72,254,2,0,125,54,231,40,174,19,4,0,126,54,162,170,65,122,2,0,127,182,187,122,96,135,2,0,127,246,219,247,121,110,3,0,130,214,6,242,185,67,2,0,131,86,202,126,167,147,1,0,133,86,109,252,7,131,2,0,135,118,154,17,4,105,2,0,135,214,168,224,245,187,3,0,137,246,126,196,154,135,1,0,138,22,135,161,171,0,3,0,139,22,10,206,168,215,2,0,140,22,96,22,21,84,2,0,140,214,214,25,70,66,3,0,143,54,159,198,152,209,2,0,145,182,145,167,231,59,2,0,145,150,13,49,224,85,2,0,145,246,123,184,191,222,2,0,146,246,57,91,171,229,2,0,147,86,169,97,183,127,1,0,147,118,76,81,83,67,2,0,148,214,16,212,197,37,2,0,148,86,230,47,97,246,2,0,149,54,63,184,77,146,2,0,151,22,110,105,4,79,2,0,151,150,52,248,6,95,2,0,152,246,54,185,234,173,2,0,153,150,13,70,32,202,1,0,153,54,191,157,53,2,2,0,153,118,110,169,90,11,2,0,153,246,117,109,142,112,2,0,154,54,229,106,88,217,1,0,154,118,3,176,25,109,2,0,155,246,221,7,13,133,3,0,157,118,147,184,214,239,1,0,157,86,237,246,186,4,4,0,158,86,171,34,114,240,1,0,158,150,14,49,137,86,2,0,158,118,244,31,90,167,3,0,159,182,2,210,222,91,2,0,159,118,252,38,92,240,2,0,159,118,230,85,47,13,3,0,160,150,186,81,21,76,3,0,161,150,52,248,192,94,2,0,161,182,247,130,219,110,2,0,162,150,43,81,248,121,2,0,163,214,4,173,246,152,2,0,165,246,110,40,197,180,2,0,165,182,24,81,74,205,2,0,166,246,202,237,12,112,2,0,166,182,145,184,7,206,2,0,167,86,6,75,86,2,4,0,169,22,12,140,221,57,2,0,169,182,198,248,110,17,4,0,170,22,51,240,16,131,3,0,170,54,173,198,201,170,3,0,171,214,39,81,127,150,2,0,174,86,202,252,221,122,2,0,175,246,186,126,15,137,1,0,175,118,227,101,41,171,2,0,176,150,79,59,157,114,2,0,176,214,188,186,167,13,3,0,178,246,156,254,113,149,1,0,178,182,46,96,187,159,1,0,178,182,173,53,190,48,3,0,179,150,68,155,212,249,2,0,179,86,41,160,221,229,3,0,180,182,129,156,43,118,2,0,183,22,221,68,165,10,2,0,183,150,52,248,205,94,2,0,183,214,39,81,17,148,2,0,183,22,150,101,34,91,3,0,185,118,206,77,182,38,3,0,186,182,40,252,234,188,2,0,187,118,139,211,170,240,1,0,187,150,243,32,237,113,3,0,187,182,194,152,156,170,3,0,187,86,65,163,111,204,3,0,188,86,98,216,54,151,1,0,188,246,221,208,240,210,2,0,188,214,120,242,4,161,3,0,189,86,217,90,136,35,2,0,189,54,215,84,177,180,2,0,189,54,21,91,86,106,3,0,189,118,176,143,98,12,4,0,189,118,35,119,80,14,4,0,190,54,221,23,98,45,3,0,191,86,161,169,220,172,2,0,191,118,73,54,124,193,2,0,191,182,247,18,128,82,3,0,192,246,54,40,198,173,3,0,193,150,66,65,63,210,1,0,193,86,60,227,251,74,3,0,195,214,134,209,35,158,1,0,195,182,183,121,160,213,1,0,196,86,89,128,35,62,2,0,197,150,50,189,253,99,2,0,197,214,147,152,216,149,2,0,197,214,123,184,55,223,2,0,197,118,183,172,204,81,3,0,198,214,204,235,170,46,2,0,199,118,69,38,60,106,3,0,200,118,40,118,174,151,1,0,201,22,9,174,59,109,2,0,205,22,131,67,173,142,1,0,208,182,248,67,129,209,3,0,209,246,31,8,141,95,2,0,209,182,28,175,36,13,4,0,210,22,82,56,200,100,3,0,211,22,64,151,206,237,1,0,212,118,155,188,136,102,2,0,213,182,238,145,64,27,3,0,213,54,87,159,183,222,3,0,216,22,196,135,132,226,2,0,217,246,137,42,106,156,1,0,222,54,44,204,115,183,1,0,222,246,17,146,16,135,3,0,222,22,255,79,236,204,3,0,223,22,194,90,127,181,2,0,224,118,105,145,44,173,2,0,224,150,5,139,174,144,3,0,225,182,24,81,32,205,2,0,226,54,202,126,215,147,1,0,226,182,124,183,254,165,1,0,226,54,159,198,49,209,2,0,227,54,141,118,141,157,1,0,228,118,1,177,125,134,2,0,229,22,43,166,78,200,1,0,229,22,152,32,89,206,3,0,229,118,2,96,252,8,4,0,230,86,171,17,205,2,2,0,230,246,124,224,203,64,3,0,230,54,206,56,248,85,3,0,230,214,211,150,206,107,3,0,233,86,142,24,90,48,3,0,233,54,231,91,202,159,3,0,234,246,84,162,86,113,2,0,235,150,126,38,146,177,3,0,236,182,132,42,193,227,3,0,239,150,95,52,113,227,2,0,239,54,173,215,192,242,3,0,241,214,54,81,216,96,2,0,241,54,73,177,36,167,3,0,242,246,135,185,151,191,1,0,243,150,17,193,189,185,3,0,244,86,126,98,141,13,2,0,245,182,242,234,172,38,3,0,245,214,74,203,163,135,3,0,246,182,131,79,56,131,1,0,246,150,220,5,11,202,1,0,249,118,170,21,104,246,3,0,250,22,153,223,107,171,2,0,251,54,53,52,32,194,2,0,253,22,130,36,226,147,2,0,253,150,47,2,204,37,3,0,253,54,156,149,143,58,3,0,0,151,46,173,62,188,2,0,0,183,199,252,244,124,3,0,2,55,52,99,218,75,3,0,2,183,199,137,80,181,3,0,3,183,101,108,250,142,1,0,5,183,199,55,44,253,1,0,6,215,130,146,89,101,2,0,6,119,83,23,195,192,3,0,7,87,189,17,91,146,1,0,7,55,240,87,99,102,2,0,10,247,38,81,205,21,2,0,10,183,193,98,234,59,3,0,11,87,83,185,17,250,2,0,13,183,213,233,163,39,2,0,13,23,245,15,224,22,3,0,15,247,30,39,20,44,2,0,15,119,130,230,207,184,2,0,17,55,205,188,112,76,2,0,17,23,232,113,155,100,2,0,18,151,52,248,211,78,2,0,18,119,121,235,52,98,2,0,18,23,21,41,238,133,2,0,19,55,126,9,201,136,1,0,20,55,196,80,217,138,1,0,22,151,52,248,179,81,2,0,23,87,182,176,203,134,2,0,25,87,169,42,227,54,3,0,26,247,197,25,83,67,3,0,29,151,12,191,174,165,1,0,29,55,166,188,105,34,2,0,31,151,9,113,138,3,3,0,32,23,160,227,59,128,3,0,33,119,80,246,154,249,1,0,33,87,137,234,46,37,3,0,34,151,52,248,4,85,2,0,34,215,24,95,190,119,3,0,35,151,87,59,106,199,3,0,36,87,58,176,86,248,1,0,36,183,106,168,208,249,1,0,36,55,199,61,251,113,2,0,37,215,71,208,10,169,1,0,37,119,208,172,190,222,1,0,40,215,94,57,73,252,1,0,41,247,49,225,47,249,2,0,42,87,117,159,116,4,2,0,42,55,245,68,126,178,2,0,43,247,255,52,220,235,1,0,44,23,9,243,58,47,2,0,44,215,80,5,223,177,2,0,45,247,16,206,191,7,4,0,46,151,128,182,87,140,2,0,47,183,210,117,233,151,1,0,47,119,80,246,1,250,1,0,49,151,195,237,70,126,1,0,49,87,60,143,49,229,1,0,49,183,198,79,238,225,2,0,50,55,131,224,88,4,4,0,52,23,237,48,115,136,3,0,52,151,71,28,180,255,3,0,53,183,99,238,150,249,2,0,54,151,185,28,215,169,1,0,54,119,163,185,82,73,3,0,55,23,28,210,241,133,1,0,59,247,46,43,138,217,1,0,62,87,209,240,67,234,1,0,62,215,253,53,8,139,2,0,62,183,110,61,143,188,3,0,63,23,76,216,70,82,2,0,63,183,243,214,197,3,4,0,65,247,234,9,206,168,2,0,66,55,216,242,46,180,3,0,66,23,48,114,10,26,4,0,68,119,39,38,233,2,3,0,70,247,128,42,65,231,2,0,70,55,174,103,49,121,3,0,71,151,231,150,212,180,1,0,71,119,231,19,17,22,3,0,71,23,34,57,8,122,3,0,72,55,56,61,123,58,2,0,75,87,21,41,41,141,3,0,76,151,82,255,243,238,1,0,76,183,214,194,60,27,4,0,78,55,198,42,169,49,2,0,78,247,90,171,113,63,3,0,78,55,35,101,239,17,4,0,79,151,23,81,44,234,2,0,80,183,8,240,93,70,2,0,83,151,105,212,17,187,1,0,83,23,29,101,28,241,3,0,84,23,250,132,16,188,2,0,85,215,23,81,230,231,2,0,87,247,233,106,220,2,2,0,87,215,199,10,181,99,2,0,87,151,56,106,23,35,3,0,87,247,87,209,200,105,3,0,87,215,38,47,209,140,3,0,88,119,144,125,199,246,2,0,88,215,133,109,248,197,3,0,90,215,181,150,191,112,2,0,90,55,125,247,234,255,3,0,91,215,30,165,130,151,1,0,91,247,10,173,46,64,2,0,91,55,124,194,109,241,3,0,92,87,178,186,65,129,2,0,92,119,124,184,198,227,2,0,92,55,218,40,110,76,3,0,92,151,163,211,65,24,4,0,93,247,147,209,24,21,2,0,95,183,204,54,94,15,2,0,95,247,13,177,71,104,2,0,96,151,172,95,72,132,2,0,96,119,32,229,101,171,3,0,97,183,172,104,24,87,2,0,97,119,23,96,163,90,2,0,98,87,81,243,22,181,3,0,101,23,130,199,241,128,1,0,101,87,14,139,113,194,2,0,102,55,133,235,72,72,2,0,104,55,212,126,212,192,1,0,104,23,143,120,1,185,2,0,104,23,129,207,38,39,3,0,107,55,215,105,135,149,1,0,108,183,244,122,156,130,1,0,109,87,101,16,245,145,2,0,111,119,120,150,44,128,1,0,111,215,209,183,218,122,3,0,112,23,237,17,132,151,3,0,113,87,113,247,157,131,1,0,118,215,25,20,47,12,3,0,118,55,210,246,4,246,3,0,120,151,52,248,61,85,2,0,120,247,200,185,0,167,2,0,120,87,10,144,24,14,4,0,121,215,81,108,131,111,3,0,124,87,12,10,154,171,1,0,126,215,186,214,155,156,3,0,128,151,179,182,52,122,3,0,130,247,226,128,67,48,2,0,131,23,147,251,3,190,3,0,132,183,2,210,210,143,3,0,133,215,166,127,210,35,2,0,133,183,11,74,40,106,2,0,133,87,61,254,49,154,2,0,133,23,144,162,195,17,3,0,134,151,15,229,173,97,3,0,135,183,22,150,238,125,1,0,136,215,203,255,238,36,2,0,136,87,164,103,134,124,2,0,137,215,63,94,226,13,2,0,137,215,127,91,148,4,3,0,137,151,163,74,111,78,3,0,137,55,193,180,231,133,3,0,139,55,89,73,133,142,2,0,139,23,19,62,236,69,3,0,139,215,170,50,255,28,4,0,142,119,60,89,197,33,2,0,142,23,135,67,243,22,3,0,143,215,81,82,252,175,1,0,143,183,62,193,58,35,2,0,143,183,188,150,245,172,3,0,144,55,129,114,98,77,2,0,144,183,121,19,73,243,2,0,145,119,189,38,143,240,2,0,147,247,25,187,16,180,3,0,148,183,6,158,103,38,2,0,148,215,5,63,15,192,2,0,149,151,28,12,149,133,3,0,150,215,64,196,139,20,3,0,151,247,96,239,215,29,3,0,152,247,119,151,44,127,1,0,152,119,193,228,69,73,2,0,152,247,167,61,183,157,3,0,154,215,228,54,162,224,1,0,156,215,47,145,6,162,1,0,156,23,159,114,238,14,2,0,156,247,249,216,196,102,3,0,157,215,216,245,243,183,2,0,157,55,176,4,135,48,3,0,157,183,138,212,169,114,3,0,158,55,119,48,164,107,3,0,158,151,60,115,10,118,3,0,159,183,212,96,252,209,3,0,161,87,192,19,234,236,1,0,162,151,213,70,15,208,3,0,162,119,94,18,103,13,4,0,163,215,228,196,85,122,2,0,163,87,227,41,178,122,2,0,163,151,56,51,28,2,3,0,164,247,199,110,22,92,2,0,164,151,122,49,196,245,3,0,166,215,36,167,225,14,3,0,166,23,109,29,62,48,3,0,167,55,50,84,152,109,3,0,171,151,119,122,78,207,1,0,172,183,156,188,42,216,3,0,173,183,219,72,78,238,3,0,174,119,41,93,121,113,3,0,175,119,253,106,205,137,1,0,175,23,114,88,128,175,1,0,175,119,201,3,184,244,2,0,176,247,233,186,184,66,2,0,176,55,119,10,157,18,3,0,177,87,36,121,26,212,1,0,180,55,81,150,5,32,2,0,181,215,126,142,51,161,1,0,181,55,165,55,164,237,2,0,181,87,248,145,205,163,3,0,182,247,157,228,110,168,2,0,182,119,248,35,124,25,4,0,185,119,111,105,162,77,2,0,189,183,126,230,178,254,2,0,191,23,177,126,81,145,1,0,193,23,26,253,51,158,2,0,195,23,222,146,247,169,2,0,196,215,231,186,72,160,2,0,196,247,137,185,145,170,2,0,197,247,99,168,30,107,2,0,199,247,137,185,161,170,2,0,200,151,3,245,15,5,3,0,201,151,231,190,99,63,2,0,202,87,85,2,26,59,2,0,202,215,99,102,79,196,3,0,203,87,254,149,137,147,3,0,205,247,114,26,49,63,2,0,205,55,174,78,79,106,2,0,205,87,53,165,73,18,3,0,206,151,227,164,122,243,1,0,206,55,7,122,65,41,3,0,206,247,199,89,186,147,3,0,208,151,99,26,155,200,1,0,208,183,82,225,200,217,3,0,210,87,193,79,177,143,1,0,212,87,205,47,211,237,3,0,212,151,5,58,212,9,4,0,213,183,39,81,47,145,2,0,214,119,219,22,199,227,1,0,214,87,152,137,204,196,3,0,215,55,239,137,40,119,3,0,216,151,251,183,117,157,2,0,217,23,101,133,12,84,3,0,219,183,212,96,8,210,3,0,220,247,32,243,124,92,2,0,225,183,148,26,36,167,2,0,226,247,99,84,52,2,3,0,226,247,12,36,164,217,3,0,227,247,94,105,170,162,1,0,228,55,219,4,138,22,2,0,228,151,178,191,162,197,2,0,231,55,255,16,189,135,3,0,232,55,105,184,82,235,2,0,232,215,138,145,126,237,2,0,236,119,190,161,254,213,1,0,237,183,242,211,115,185,1,0,237,247,179,90,24,233,1,0,237,247,249,189,87,139,3,0,238,119,124,56,55,240,3,0,239,247,216,66,215,101,2,0,239,215,241,230,140,212,2,0,244,87,12,93,179,179,1,0,244,215,226,138,170,21,4,0,245,183,198,79,55,226,2,0,248,55,138,155,89,210,1,0,250,247,107,207,101,180,1,0,250,87,76,193,76,70,2,0,251,247,71,173,193,143,1,0,251,55,145,164,122,128,2,0,253,151,54,136,66,31,2,0,253,23,139,119,224,77,3,0,254,55,32,40,218,199,1,0,254,55,166,161,91,69,3,0,3,56,171,47,105,58,2,0,3,88,164,36,97,221,2,0,4,56,247,225,143,225,2,0,5,120,124,184,232,227,2,0,6,120,25,242,159,247,2,0,8,120,38,241,76,65,2,0,9,24,64,182,113,140,1,0,9,88,62,102,120,27,4,0,10,88,161,203,75,172,3,0,11,88,169,116,113,249,2,0,12,152,173,19,25,169,2,0,12,152,173,19,82,169,2,0,12,152,173,19,106,169,2,0,12,152,173,19,140,169,2,0,12,152,173,19,167,169,2,0,12,88,129,67,99,16,3,0,13,56,184,186,29,137,2,0,14,152,31,54,127,80,3,0,14,56,72,69,196,154,3,0,15,216,64,37,72,105,3,0,17,248,64,22,171,189,1,0,18,248,18,144,250,217,2,0,18,248,238,253,133,152,3,0,19,184,203,224,22,222,2,0,20,24,118,39,10,149,3,0,21,248,94,220,95,183,1,0,22,248,177,119,95,146,3,0,23,120,75,7,13,148,1,0,23,120,141,14,183,11,3,0,23,248,71,234,15,33,3,0,24,216,251,236,36,242,1,0,26,184,153,223,13,100,2,0,26,120,112,187,193,200,3,0,27,248,246,171,41,178,3,0,28,88,25,184,166,162,3,0,31,184,223,181,240,200,1,0,31,216,114,109,222,87,3,0,32,152,128,182,206,139,2,0,33,248,68,235,60,220,3,0,35,152,201,91,195,142,1,0,35,216,121,210,119,206,3,0,37,56,209,59,212,1,2,0,37,56,241,219,50,246,2,0,39,152,31,195,143,240,1,0,39,88,79,218,99,192,3,0,41,24,104,62,19,216,1,0,41,88,39,197,132,219,2,0,43,184,101,199,189,153,3,0,44,248,101,126,30,15,2,0,45,216,208,114,215,5,2,0,46,56,67,51,85,42,3,0,48,184,132,201,124,165,3,0,54,216,221,40,21,1,2,0,62,120,119,162,158,207,1,0,62,248,130,95,41,214,3,0,64,184,163,75,222,161,1,0,64,56,250,1,65,220,1,0,64,56,88,224,218,84,2,0,64,184,152,198,102,52,3,0,66,248,60,38,30,148,1,0,66,152,25,11,247,108,3,0,72,24,73,75,12,130,1,0,72,248,54,167,80,230,1,0,72,120,59,184,39,184,2,0,72,120,116,20,27,213,3,0,72,24,46,249,163,243,3,0,73,216,178,115,221,212,1,0,73,120,186,128,37,207,3,0,76,152,121,137,1,173,2,0,76,120,185,54,183,141,3,0,77,248,185,19,7,138,3,0,79,56,145,164,187,128,2,0,80,120,9,103,20,112,3,0,82,120,147,245,159,157,3,0,89,216,199,7,58,11,4,0,90,120,169,229,4,141,3,0,90,120,68,141,64,154,3,0,91,120,6,211,141,30,2,0,93,248,181,128,144,219,1,0,94,24,105,184,146,233,2,0,94,152,161,48,5,14,4,0,95,56,52,131,232,18,3,0,96,120,44,113,217,206,2,0,98,56,153,223,118,160,2,0,98,88,133,161,158,253,3,0,103,216,91,241,22,64,3,0,104,24,41,166,96,145,1,0,104,120,237,203,240,37,3,0,104,120,18,24,2,254,3,0,108,216,142,240,78,92,2,0,109,24,136,73,224,18,4,0,110,56,104,83,245,14,3,0,112,184,229,13,191,232,2,0,113,216,108,253,154,205,1,0,113,24,223,83,26,247,1,0,113,152,255,63,78,248,3,0,114,56,231,100,151,164,3,0,114,24,116,37,13,182,3,0,114,152,23,92,222,211,3,0,115,88,22,10,177,3,4,0,116,152,5,234,78,110,3,0,118,152,191,226,204,223,2,0,119,152,173,140,206,136,2,0,119,56,42,97,255,173,3,0,120,24,5,232,76,156,2,0,121,152,38,60,72,217,2,0,122,24,171,144,98,157,1,0,122,152,4,195,192,58,2,0,122,216,123,184,188,223,2,0,123,216,37,36,46,41,3,0,123,248,51,124,31,195,3,0,123,184,109,199,20,248,3,0,123,184,203,54,110,23,4,0,124,184,92,201,38,66,2,0,125,216,99,87,175,86,3,0,128,56,205,229,56,139,1,0,130,152,246,209,27,221,1,0,130,88,209,47,180,208,3,0,130,88,209,47,194,208,3,0,130,88,209,47,215,208,3,0,131,88,200,191,81,152,2,0,131,248,22,220,191,96,3,0,132,248,251,74,22,9,2,0,132,24,210,235,139,23,2,0,132,24,241,94,96,145,2,0,132,88,209,47,75,207,3,0,134,88,154,234,51,237,1,0,134,56,21,192,221,53,2,0,134,56,68,27,121,255,2,0,136,216,165,111,147,163,1,0,137,56,21,192,205,53,2,0,138,56,21,192,189,53,2,0,138,88,248,61,183,244,3,0,139,248,41,40,156,74,3,0,140,216,95,126,98,172,2,0,141,24,97,162,31,112,2,0,142,120,226,33,235,247,3,0,144,120,240,21,179,182,1,0,144,248,64,252,171,120,3,0,146,248,146,77,125,25,2,0,146,88,40,91,190,229,2,0,146,248,41,4,5,43,3,0,147,56,65,70,137,242,2,0,149,56,145,61,237,29,2,0,149,88,55,232,70,148,2,0,150,24,77,71,89,201,1,0,150,216,125,67,225,132,2,0,150,184,171,168,28,1,3,0,152,248,106,27,100,8,4,0,152,152,149,120,79,10,4,0,156,56,100,162,225,157,1,0,156,56,120,25,11,62,2,0,157,56,136,196,217,174,3,0,160,24,196,176,155,160,3,0,160,184,168,5,7,229,3,0,162,120,177,230,62,151,2,0,163,56,234,192,188,158,3,0,165,120,13,12,241,148,2,0,165,88,13,74,201,175,2,0,166,24,192,251,66,13,3,0,168,24,229,187,70,127,1,0,169,216,88,102,240,11,4,0,173,24,130,112,242,240,3,0,173,24,109,53,104,248,3,0,174,56,76,13,125,72,2,0,175,24,165,169,249,229,2,0,175,24,27,226,2,33,3,0,175,184,222,88,7,184,3,0,176,24,247,94,112,249,3,0,177,120,160,143,157,15,3,0,178,216,193,14,84,7,2,0,179,120,162,203,29,110,3,0,180,120,40,176,85,164,1,0,180,24,156,12,88,251,2,0,180,120,65,66,95,183,3,0,182,184,100,128,225,219,1,0,183,88,205,154,16,142,1,0,183,88,216,238,197,135,2,0,183,152,103,149,97,77,3,0,183,120,126,213,190,250,3,0,186,152,145,6,139,151,2,0,187,56,229,104,246,215,1,0,188,88,24,163,20,170,3,0,188,184,48,188,214,189,3,0,189,248,175,81,200,70,2,0,189,120,135,203,216,80,2,0,192,56,233,127,149,162,1,0,195,88,8,104,4,3,2,0,195,248,71,212,46,181,2,0,196,120,15,80,204,181,3,0,199,120,23,188,202,132,2,0,199,120,69,83,118,108,3,0,200,24,178,144,107,29,2,0,200,248,63,213,22,24,4,0,203,56,40,166,21,193,1,0,203,56,86,31,133,226,3,0,204,248,54,92,134,229,1,0,204,184,176,183,15,238,2,0,204,88,210,199,189,64,3,0,205,152,97,247,93,91,2,0,209,24,113,60,28,80,2,0,209,248,206,45,23,111,3,0,209,248,196,179,84,221,3,0,212,120,243,217,247,70,2,0,213,120,130,133,174,216,1,0,214,216,182,186,247,130,2,0,214,56,154,33,0,59,3,0,215,24,53,120,54,132,2,0,216,152,202,161,162,60,3,0,216,248,30,87,234,184,3,0,219,248,63,84,78,103,3,0,220,152,147,28,235,114,3,0,220,24,51,111,65,137,3,0,223,56,252,216,21,26,3,0,223,216,79,35,170,23,4,0,224,184,11,74,198,108,2,0,225,120,114,167,213,172,1,0,226,152,51,59,89,28,4,0,227,216,52,74,110,233,2,0,229,248,50,38,140,79,2,0,230,216,40,13,151,152,1,0,232,88,28,153,8,11,4,0,233,56,136,239,109,131,1,0,234,184,148,117,207,236,1,0,235,120,161,138,51,8,3,0,238,184,26,192,154,24,2,0,238,184,6,98,36,19,3,0,238,56,230,230,238,175,3,0,240,120,14,171,71,182,1,0,240,24,122,206,100,190,1,0,241,152,197,237,38,243,1,0,241,120,247,65,180,26,4,0,242,88,99,149,87,1,4,0,245,152,112,99,235,1,4,0,247,248,10,143,16,72,2,0,247,56,33,186,218,135,2,0,249,152,118,227,193,60,3,0,250,248,244,137,76,194,1,0,251,120,11,98,81,160,1,0,251,120,133,249,213,161,3,0,253,216,197,8,188,18,3,0,254,184,192,124,156,192,2,0,0,249,83,145,8,244,1,0,0,25,87,63,79,159,3,0,1,249,200,171,129,233,3,0,1,185,2,86,60,12,4,0,2,153,118,49,123,203,2,0,2,57,5,160,243,200,3,0,5,249,65,100,81,191,1,0,5,89,138,149,121,202,1,0,6,57,233,132,33,4,4,0,7,185,48,49,61,157,2,0,8,121,211,168,92,152,1,0,8,217,136,15,85,170,3,0,9,89,149,46,135,3,4,0,11,249,157,177,42,253,2,0,11,217,241,34,36,50,3,0,11,25,50,83,239,24,4,0,14,153,62,167,173,76,2,0,14,217,133,144,147,80,2,0,14,153,59,99,76,147,3,0,17,25,21,33,31,213,1,0,21,249,145,142,80,161,1,0,21,185,197,15,1,151,3,0,25,89,243,175,111,48,3,0,25,57,41,74,22,32,4,0,28,185,11,218,225,233,1,0,29,25,168,240,72,131,3,0,34,89,101,155,172,180,3,0,36,25,53,116,19,136,3,0,39,25,110,105,21,79,2,0,39,89,182,77,62,125,2,0,39,185,70,237,109,192,2,0,39,25,206,119,50,110,3,0,41,185,66,66,241,193,1,0,42,121,58,168,157,232,2,0,44,57,98,98,36,22,3,0,46,249,184,100,33,129,1,0,48,25,59,121,52,254,2,0,48,25,188,189,216,21,3,0,48,89,100,30,34,254,3,0,49,25,110,237,99,3,2,0,50,153,151,122,62,215,3,0,52,89,158,188,83,102,2,0,52,185,142,250,181,117,3,0,53,57,94,0,124,176,1,0,53,185,104,204,159,71,3,0,53,153,152,143,162,100,3,0,53,217,194,8,222,5,4,0,54,121,37,81,212,163,2,0,55,57,236,233,210,243,3,0,57,89,111,116,242,189,2,0,57,89,232,241,187,177,3,0,57,121,193,66,37,236,3,0,58,121,53,81,69,103,2,0,59,57,64,236,52,251,1,0,62,25,98,202,31,134,2,0,62,217,149,217,112,223,3,0,62,25,159,147,37,32,4,0,64,57,180,77,98,160,2,0,64,217,165,83,150,61,3,0,66,25,101,186,39,162,2,0,67,249,24,234,93,228,1,0,68,249,58,6,135,220,2,0,69,89,3,143,98,178,2,0,70,25,64,68,125,222,1,0,70,121,19,192,78,50,2,0,71,249,133,254,3,193,1,0,75,121,123,171,193,145,2,0,78,249,141,67,62,133,2,0,81,153,201,17,211,86,3,0,81,121,3,41,232,162,3,0,82,57,30,93,253,190,2,0,82,25,69,210,73,167,3,0,84,57,21,192,173,53,2,0,84,25,58,59,182,191,3,0,86,185,16,15,249,188,3,0,87,57,103,160,117,174,3,0,88,185,29,230,76,71,3,0,90,153,247,187,161,120,2,0,90,185,68,37,25,179,2,0,92,249,85,114,172,133,1,0,94,185,185,120,96,127,1,0,95,89,191,203,207,192,2,0,95,217,103,148,118,146,3,0,98,89,164,155,217,134,1,0,98,89,124,130,19,144,1,0,100,249,229,192,240,5,4,0,101,57,160,97,184,152,1,0,102,57,17,145,21,185,3,0,104,121,113,119,78,135,2,0,104,185,41,254,206,95,3,0,105,153,214,23,205,136,3,0,106,153,102,155,117,127,2,0,106,25,21,209,120,203,3,0,107,153,245,61,84,147,1,0,107,57,67,55,89,141,3,0,108,249,7,217,136,172,3,0,114,153,210,200,159,201,3,0,117,185,225,151,188,139,2,0,119,121,125,177,37,89,2,0,119,217,4,19,213,19,4,0,121,25,31,229,100,202,1,0,121,25,196,100,167,110,3,0,122,185,138,218,67,177,1,0,124,57,150,227,125,221,1,0,124,249,188,152,134,36,3,0,124,57,95,117,79,179,3,0,124,153,143,127,69,225,3,0,126,153,218,242,109,200,1,0,126,185,160,223,199,133,3,0,128,121,76,81,24,60,2,0,129,89,62,189,143,226,1,0,129,121,246,221,248,18,2,0,130,217,153,223,178,83,2,0,130,249,131,84,110,5,3,0,132,185,230,33,200,151,3,0,133,249,28,209,197,138,1,0,133,217,201,42,164,220,3,0,134,121,142,231,97,115,2,0,137,217,145,33,76,125,3,0,137,89,87,1,28,187,3,0,138,185,90,75,167,44,3,0,141,249,117,101,137,171,1,0,141,25,106,174,79,0,2,0,143,89,100,21,66,211,1,0,147,89,10,203,24,17,2,0,148,89,178,199,222,198,1,0,148,89,161,81,91,255,1,0,150,217,26,177,36,61,2,0,152,153,52,248,141,76,2,0,155,121,194,103,49,213,3,0,156,57,241,98,155,127,2,0,157,249,198,149,182,158,1,0,158,185,122,25,65,248,1,0,158,217,153,223,247,81,2,0,160,121,77,86,255,21,2,0,160,89,143,155,86,24,4,0,161,249,138,106,168,206,3,0,162,185,31,1,228,206,1,0,163,121,220,211,160,95,2,0,163,153,233,109,140,1,3,0,164,89,144,132,145,251,1,0,165,121,71,145,0,31,2,0,165,249,8,2,159,10,3,0,165,89,196,44,158,80,3,0,166,153,71,164,25,78,2,0,167,25,232,230,167,152,1,0,170,153,11,196,92,47,3,0,170,153,111,9,182,197,3,0,171,217,46,197,170,204,1,0,173,153,120,130,203,183,1,0,173,185,87,103,230,194,3,0,176,153,115,200,172,108,2,0,176,153,59,184,123,190,2,0,177,185,176,84,91,132,2,0,181,25,241,4,52,92,3,0,182,249,221,34,109,139,3,0,184,25,227,247,237,119,3,0,184,185,62,199,223,172,3,0,185,217,6,236,233,246,1,0,185,249,198,99,40,221,3,0,187,249,68,198,84,206,2,0,188,121,167,35,197,236,2,0,189,89,85,71,66,236,3,0,191,217,236,144,181,194,2,0,191,153,66,221,89,35,3,0,192,57,171,40,63,133,1,0,192,25,127,44,65,213,3,0,194,249,113,246,36,149,1,0,194,25,132,239,201,255,1,0,194,217,35,250,216,170,2,0,195,89,43,193,4,247,1,0,196,153,42,110,0,202,3,0,196,217,213,115,170,31,4,0,197,57,6,73,248,71,2,0,197,185,143,19,111,130,2,0,198,217,122,77,19,22,2,0,200,121,224,193,255,65,2,0,201,185,40,189,107,216,1,0,201,57,68,197,126,191,2,0,202,153,58,24,192,234,1,0,202,153,200,127,224,223,2,0,203,153,152,99,188,14,2,0,203,217,108,110,212,24,3,0,204,217,207,169,136,242,1,0,204,217,194,94,183,242,1,0,204,89,150,40,124,65,2,0,204,185,224,253,117,88,2,0,204,185,179,129,173,24,3,0,207,25,57,66,206,103,2,0,208,249,153,27,9,197,1,0,210,249,75,215,165,50,2,0,211,217,44,226,240,109,3,0,212,121,59,184,191,184,2,0,214,217,54,115,158,158,1,0,215,57,244,248,246,105,2,0,215,89,19,195,244,246,3,0,216,121,59,184,131,184,2,0,218,25,96,223,53,77,2,0,219,153,113,120,41,34,3,0,220,249,228,73,242,41,2,0,221,153,162,116,191,210,1,0,223,153,59,132,255,143,2,0,223,217,243,17,25,23,4,0,224,25,124,184,119,220,2,0,226,25,27,248,222,157,3,0,228,57,105,41,17,75,3,0,228,25,62,231,230,243,3,0,229,249,217,215,230,147,1,0,231,89,20,150,17,21,3,0,234,153,210,131,78,176,2,0,235,25,146,58,96,107,2,0,239,89,229,167,69,206,3,0,240,89,146,156,250,167,1,0,240,25,211,72,143,72,2,0,240,153,147,249,27,191,3,0,241,57,203,13,98,31,2,0,241,249,161,243,123,246,3,0,242,185,141,88,129,17,2,0,242,25,57,150,224,107,3,0,244,153,179,229,11,113,3,0,245,25,145,16,62,250,1,0,246,249,86,213,137,189,3,0,248,121,239,142,139,159,2,0,248,217,86,83,206,164,3,0,249,89,154,32,126,142,1,0,249,249,160,61,123,56,3,0,250,121,190,105,230,5,2,0,250,25,22,115,222,169,2,0,251,153,221,187,101,158,2,0,252,185,79,131,47,76,3,0,0,122,120,1,145,244,1,0,0,186,88,188,80,102,3,0,5,154,240,189,116,229,1,0,5,122,148,241,108,11,4,0,6,90,247,239,169,32,3,0,6,26,80,30,192,252,3,0,8,154,28,200,128,252,2,0,9,250,172,42,212,195,3,0,10,186,78,170,66,134,2,0,10,154,236,109,137,170,3,0,11,218,139,78,86,189,2,0,14,250,161,188,117,188,1,0,14,26,145,42,165,195,3,0,17,122,120,214,72,180,2,0,17,154,232,242,53,182,2,0,18,122,225,135,193,41,3,0,19,154,117,138,35,112,3,0,20,154,95,8,53,40,3,0,23,250,191,110,31,217,1,0,24,186,170,145,73,144,2,0,24,218,224,244,158,32,3,0,26,218,208,203,26,219,1,0,26,154,187,185,145,126,2,0,26,90,224,227,161,190,2,0,26,186,236,203,7,78,3,0,26,90,21,48,157,252,3,0,27,58,205,131,63,239,1,0,27,122,18,98,133,245,1,0,27,154,143,8,107,176,2,0,28,58,168,130,89,99,3,0,29,186,193,10,133,72,3,0,29,218,19,131,91,111,3,0,30,218,123,57,174,8,2,0,30,154,242,211,10,216,2,0,31,218,81,152,153,138,3,0,36,58,241,64,85,198,3,0,38,26,40,167,59,234,2,0,38,218,10,254,158,248,2,0,39,218,47,81,124,120,2,0,39,154,193,189,19,234,2,0,41,26,189,185,205,205,1,0,42,90,200,114,17,179,1,0,46,186,87,209,78,211,2,0,47,250,9,179,241,52,3,0,47,218,236,175,83,244,3,0,50,58,50,143,176,236,2,0,52,122,64,104,185,199,1,0,52,218,6,45,117,182,3,0,53,250,20,81,161,236,2,0,54,250,33,49,34,167,1,0,55,26,105,64,7,236,1,0,55,154,27,236,186,157,2,0,56,154,52,248,212,24,2,0,56,154,78,36,26,110,2,0,56,90,89,128,112,185,2,0,57,218,10,110,210,49,2,0,58,26,101,186,55,162,2,0,58,58,206,61,51,176,2,0,58,250,236,30,88,131,3,0,59,26,107,246,214,13,3,0,60,154,120,86,231,186,1,0,60,218,149,227,74,64,3,0,60,26,38,85,36,225,3,0,63,26,62,27,132,202,3,0,64,218,118,120,74,112,2,0,64,90,118,199,52,173,3,0,65,250,226,187,28,38,3,0,65,90,130,85,157,214,3,0,66,90,73,70,189,97,3,0,66,26,107,74,183,198,3,0,67,90,138,231,102,0,2,0,67,122,234,171,201,47,3,0,68,218,105,27,148,119,3,0,69,58,15,130,51,196,2,0,69,90,104,136,233,136,3,0,70,186,194,44,200,198,1,0,70,186,105,214,249,174,2,0,71,26,164,244,154,196,2,0,71,26,19,225,193,31,3,0,73,58,153,223,71,162,2,0,73,250,223,32,130,77,3,0,74,250,232,153,251,220,1,0,74,218,26,177,183,60,2,0,76,26,19,180,90,51,3,0,81,218,153,223,63,84,2,0,81,250,74,211,100,237,3,0,83,26,8,37,61,245,1,0,83,26,204,226,134,7,2,0,84,154,77,107,157,210,3,0,87,58,254,195,44,145,3,0,88,186,114,25,19,46,3,0,88,154,21,240,43,128,3,0,92,186,241,22,136,3,2,0,92,154,4,192,77,75,2,0,92,218,23,176,248,161,2,0,93,90,32,123,55,197,2,0,94,154,69,206,38,150,1,0,95,186,90,226,249,135,2,0,96,250,171,167,16,18,3,0,97,122,76,81,66,64,2,0,98,58,237,24,224,132,1,0,98,58,153,223,85,162,2,0,99,218,85,125,10,220,2,0,100,218,180,159,186,226,3,0,101,90,22,81,204,198,2,0,102,218,68,93,108,126,1,0,103,90,90,29,198,45,2,0,104,154,52,248,166,19,2,0,104,154,252,140,21,215,3,0,105,26,218,200,219,59,3,0,105,26,241,93,197,12,4,0,106,186,160,160,177,120,2,0,107,154,52,248,153,19,2,0,108,26,210,80,2,140,1,0,109,250,36,151,17,192,3,0,109,218,152,12,201,226,3,0,110,58,153,223,161,162,2,0,112,90,115,229,6,235,1,0,112,218,98,211,73,210,3,0,113,154,119,17,162,211,1,0,114,250,24,248,102,207,2,0,114,58,236,209,112,242,3,0,117,218,78,28,58,39,3,0,121,218,207,23,119,235,1,0,122,250,10,254,230,150,2,0,123,218,166,78,66,3,3,0,123,218,92,232,167,23,3,0,123,250,66,240,176,13,4,0,125,26,215,236,53,243,2,0,125,90,133,171,36,253,3,0,126,250,176,184,74,119,2,0,127,58,247,225,3,64,3,0,130,250,164,155,199,145,1,0,130,122,91,228,230,17,2,0,133,186,116,37,80,137,3,0,136,122,211,179,71,223,2,0,136,186,25,169,154,228,2,0,136,90,45,25,7,18,4,0,137,250,232,22,71,193,3,0,139,58,236,141,3,156,3,0,140,218,152,223,99,234,2,0,140,186,36,25,58,22,3,0,141,26,165,83,178,14,3,0,142,90,26,31,218,131,1,0,142,26,143,189,123,169,1,0,142,154,175,192,105,230,3,0,143,122,214,61,231,145,1,0,144,154,133,232,225,89,3,0,147,90,125,91,115,202,3,0,150,186,195,109,165,155,2,0,150,186,222,214,34,166,3,0,151,154,64,0,136,11,3,0,152,186,57,120,98,155,1,0,152,122,70,3,135,173,3,0,153,154,236,22,16,155,1,0,153,90,96,27,86,251,3,0,154,250,69,212,194,114,2,0,154,122,155,66,74,240,3,0,155,122,163,239,160,78,2,0,157,186,225,164,50,178,2,0,157,58,71,66,18,203,3,0,158,26,44,132,31,156,2,0,158,186,144,112,167,148,3,0,159,90,58,96,221,36,3,0,160,26,211,169,181,4,2,0,161,186,62,219,163,141,1,0,161,186,94,203,187,190,1,0,161,90,50,230,61,14,4,0,162,122,28,186,57,71,3,0,163,122,31,217,241,241,2,0,164,122,233,26,152,102,2,0,166,58,237,145,76,208,2,0,167,186,195,62,127,103,3,0,171,250,173,67,197,131,1,0,172,26,66,55,208,146,1,0,172,90,186,160,87,253,1,0,175,122,124,184,30,228,2,0,176,154,14,13,228,159,1,0,177,122,147,113,97,8,3,0,178,218,126,48,115,200,3,0,179,26,50,10,129,189,2,0,179,122,195,180,179,203,2,0,179,90,231,78,74,132,3,0,179,58,251,197,136,153,3,0,183,218,112,223,193,151,1,0,183,218,154,23,225,189,1,0,187,154,137,172,136,206,3,0,188,122,203,61,92,172,1,0,189,26,189,121,32,92,3,0,191,122,158,163,253,232,1,0,191,186,231,75,131,222,2,0,193,250,124,53,79,182,2,0,195,154,165,215,233,190,1,0,197,218,9,73,73,155,3,0,199,218,224,61,54,185,1,0,201,154,249,126,143,172,1,0,201,218,146,132,66,110,2,0,202,26,138,222,248,122,2,0,203,90,138,63,101,230,1,0,203,26,24,81,26,225,2,0,204,122,125,128,170,166,1,0,204,26,139,224,184,33,3,0,205,58,49,206,6,50,2,0,205,58,172,86,29,140,2,0,205,186,102,134,162,90,3,0,206,58,63,122,19,191,1,0,206,250,9,118,231,230,1,0,207,218,139,78,65,189,2,0,208,154,33,15,144,252,1,0,208,90,150,217,158,223,3,0,209,58,42,138,122,207,2,0,210,90,209,47,61,207,3,0,211,218,3,132,202,247,2,0,213,218,20,224,31,67,2,0,213,26,193,245,83,118,2,0,213,122,39,81,191,136,2,0,213,154,230,176,73,149,3,0,215,58,228,207,176,9,2,0,215,122,76,234,145,92,2,0,215,58,84,206,66,216,2,0,216,218,240,140,67,45,2,0,217,122,183,94,62,12,2,0,217,90,75,97,44,206,2,0,217,58,33,227,245,139,3,0,217,26,194,248,93,240,3,0,217,90,97,255,66,242,3,0,218,218,149,24,236,60,2,0,218,218,120,50,139,110,2,0,218,250,185,74,28,236,2,0,219,218,69,92,137,156,3,0,220,186,78,61,202,171,3,0,220,122,62,95,92,227,3,0,221,58,179,172,39,228,1,0,224,154,33,15,30,251,1,0,224,250,240,237,112,215,2,0,227,122,124,69,223,106,2,0,227,90,76,130,55,211,2,0,228,154,231,172,169,187,3,0,230,250,35,159,105,192,1,0,230,154,42,201,249,26,3,0,236,154,21,125,190,59,2,0,236,218,147,41,132,194,2,0,236,26,241,57,146,229,3,0,239,26,237,41,136,200,1,0,242,186,148,231,53,143,1,0,243,218,91,133,74,229,2,0,244,186,185,125,67,1,4,0,245,26,141,252,202,198,3,0,245,26,188,186,106,1,4,0,247,58,144,194,100,139,1,0,247,26,5,74,123,42,2,0,247,26,174,45,189,57,2,0,247,154,223,208,186,14,4,0,248,186,139,7,125,179,1,0,248,154,139,20,201,18,2,0,251,58,178,64,24,172,2,0,251,218,196,9,12,194,2,0,252,122,83,161,41,191,2,0,252,26,191,236,148,44,3,0,253,250,169,207,55,67,2,0,254,90,202,120,251,204,1,0,254,58,161,61,46,185,3,0,0,251,163,155,84,144,1,0,0,91,76,81,170,67,2,0,0,123,182,115,155,83,3,0,1,155,125,54,165,172,1,0,1,59,215,136,230,108,3,0,2,219,99,18,24,12,2,0,4,27,121,176,239,1,3,0,5,123,237,49,127,25,3,0,6,27,145,0,228,255,1,0,6,187,33,61,156,159,3,0,7,91,198,156,114,22,3,0,7,59,255,9,94,197,3,0,7,91,6,75,68,2,4,0,9,91,80,175,23,175,3,0,11,27,179,167,44,58,2,0,13,27,76,60,145,239,3,0,15,219,65,122,232,101,2,0,15,59,65,152,201,215,3,0,16,187,243,91,196,234,3,0,17,123,106,86,119,8,3,0,17,155,26,95,141,8,4,0,21,123,34,66,149,142,1,0,21,59,195,142,254,125,2,0,22,27,235,97,55,95,2,0,23,91,184,91,224,152,2,0,24,219,152,223,163,234,2,0,28,187,242,193,125,59,2,0,28,59,238,137,27,77,2,0,30,251,248,113,91,224,1,0,30,187,30,81,174,168,2,0,32,59,68,45,63,208,1,0,34,123,5,253,14,99,2,0,35,91,31,97,67,90,2,0,35,123,125,200,153,85,3,0,37,251,37,150,149,140,1,0,38,123,223,100,80,138,2,0,39,251,201,186,2,252,1,0,40,155,162,142,235,241,3,0,41,91,49,144,111,174,1,0,41,123,159,227,227,163,2,0,42,155,63,219,131,153,2,0,42,91,183,165,36,17,3,0,44,219,44,140,116,187,3,0,44,123,190,73,237,242,3,0,44,187,147,244,73,23,4,0,46,187,39,81,80,143,2,0,46,219,153,23,128,4,3,0,46,59,41,187,85,254,3,0,52,27,137,168,59,142,1,0,52,91,79,72,234,101,3,0,54,27,162,142,155,222,2,0,55,91,111,84,146,141,3,0,56,27,99,223,43,159,3,0,57,155,150,110,103,242,1,0,58,187,130,22,127,209,1,0,59,27,18,56,235,231,1,0,61,251,181,126,1,142,1,0,62,59,37,92,23,132,1,0,64,27,158,50,137,207,1,0,64,27,162,35,239,16,3,0,65,123,241,85,124,223,1,0,65,27,221,196,45,10,3,0,65,27,139,224,165,33,3,0,66,91,165,82,140,56,3,0,67,59,3,71,174,214,2,0,70,187,35,46,214,45,3,0,71,59,11,239,120,254,2,0,72,187,86,96,191,8,2,0,74,155,128,87,184,103,3,0,76,27,19,223,232,238,2,0,78,59,52,30,154,241,2,0,84,91,76,81,167,68,2,0,84,187,61,196,43,188,2,0,84,219,115,180,93,65,3,0,85,91,170,41,209,48,3,0,87,91,45,189,108,147,1,0,87,59,145,219,83,56,3,0,89,251,230,35,246,74,2,0,90,219,90,41,165,46,3,0,91,187,244,9,114,14,2,0,91,251,92,247,110,71,2,0,92,155,236,63,105,142,2,0,93,91,37,114,240,52,2,0,94,27,156,223,78,19,2,0,94,123,67,109,32,147,3,0,96,59,105,198,21,58,3,0,97,123,198,104,64,254,1,0,99,219,103,67,28,211,3,0,102,27,155,64,58,52,2,0,102,219,182,233,48,144,3,0,105,187,176,126,165,144,1,0,105,251,188,247,207,248,1,0,105,219,178,227,156,164,2,0,105,155,24,238,230,232,3,0,105,27,37,159,55,235,3,0,110,91,164,155,231,134,1,0,111,219,253,229,136,158,3,0,113,123,83,162,176,113,2,0,113,27,80,171,27,84,3,0,114,27,239,157,115,224,1,0,114,91,104,120,32,227,1,0,116,251,26,152,131,152,1,0,116,91,115,132,146,221,2,0,117,155,193,16,155,26,3,0,117,59,201,136,187,212,3,0,119,27,13,162,99,65,2,0,121,219,21,18,4,83,3,0,123,91,151,63,178,61,3,0,124,219,237,240,121,128,1,0,124,187,219,208,74,153,1,0,126,59,153,225,7,163,2,0,127,123,169,85,144,202,1,0,127,27,174,196,7,247,2,0,128,187,9,76,139,239,1,0,128,59,95,15,231,40,2,0,128,251,122,148,145,140,3,0,134,91,125,53,60,174,1,0,134,251,158,168,106,231,1,0,135,219,30,95,159,15,2,0,135,187,86,83,255,56,3,0,136,59,200,114,63,179,1,0,136,251,44,140,27,52,3,0,136,219,159,85,184,249,3,0,138,59,138,238,186,140,1,0,141,219,152,223,96,233,2,0,142,251,111,49,122,53,2,0,142,219,153,223,181,84,2,0,145,27,91,15,124,199,2,0,147,59,108,143,145,55,2,0,147,27,178,192,28,224,3,0,148,59,58,64,219,154,3,0,149,59,197,123,195,245,1,0,149,187,59,72,7,201,3,0,152,251,89,64,53,252,1,0,152,91,15,31,181,192,2,0,152,219,207,101,139,15,4,0,155,59,129,146,41,69,3,0,156,251,248,143,163,216,2,0,156,187,56,132,149,192,3,0,157,155,7,120,59,119,3,0,158,59,154,166,49,241,1,0,158,251,251,121,47,15,4,0,159,59,11,7,87,247,3,0,160,219,15,1,193,192,1,0,161,91,164,155,47,135,1,0,161,91,37,94,213,18,2,0,163,91,150,146,222,140,2,0,163,251,211,53,151,188,2,0,164,219,125,64,108,1,2,0,166,187,93,29,135,15,2,0,167,27,17,95,176,192,3,0,168,123,14,119,156,135,2,0,169,59,237,102,92,2,3,0,170,91,106,134,15,98,2,0,170,251,151,85,98,100,3,0,176,251,53,124,253,233,3,0,179,187,11,30,41,190,1,0,179,27,10,63,174,178,2,0,180,219,61,185,177,173,2,0,180,155,25,163,218,123,3,0,182,155,3,63,254,156,1,0,183,219,204,180,11,178,2,0,186,155,5,119,200,207,3,0,187,251,167,155,6,161,2,0,189,123,13,192,109,59,2,0,190,123,168,99,148,231,1,0,190,155,167,152,72,137,2,0,190,91,247,143,2,143,2,0,190,155,138,81,60,147,3,0,190,251,17,4,214,224,3,0,191,187,111,14,0,87,2,0,191,91,247,143,20,143,2,0,192,123,185,213,185,22,2,0,193,187,217,1,146,145,3,0,195,187,238,84,179,209,1,0,196,251,94,54,106,189,1,0,198,219,152,223,31,233,2,0,200,59,236,148,10,209,2,0,204,27,155,165,39,240,2,0,204,123,147,248,181,53,3,0,205,219,169,218,233,21,3,0,205,27,221,194,238,153,3,0,209,59,181,32,233,159,2,0,209,91,230,29,123,164,2,0,210,219,226,88,75,144,3,0,212,27,5,3,168,218,1,0,212,187,174,198,209,97,2,0,213,219,55,152,209,252,1,0,213,91,120,58,244,75,3,0,214,251,240,102,164,1,2,0,214,187,129,6,158,212,3,0,215,187,119,31,170,251,1,0,218,59,140,1,47,129,1,0,218,187,241,161,49,94,2,0,219,27,192,89,46,165,1,0,219,251,24,192,250,40,2,0,219,187,213,214,125,206,2,0,220,155,26,254,214,150,3,0,221,27,74,128,170,150,2,0,222,187,25,99,7,24,4,0,223,155,2,100,106,243,1,0,223,155,233,67,206,2,4,0,225,91,5,72,89,166,1,0,225,251,30,199,235,24,3,0,225,91,34,185,180,76,3,0,227,155,88,169,109,101,2,0,229,155,97,102,152,106,2,0,230,219,71,27,7,255,1,0,230,219,222,244,245,28,3,0,234,251,153,184,79,9,2,0,234,59,24,192,233,28,2,0,237,27,21,181,232,142,1,0,237,219,63,173,194,126,2,0,237,123,28,203,171,18,3,0,237,59,127,101,220,82,3,0,238,27,100,176,42,33,2,0,238,219,81,222,86,19,3,0,239,219,123,243,84,190,2,0,240,219,239,131,10,164,1,0,240,123,183,245,34,75,3,0,241,155,210,126,249,145,1,0,242,187,188,49,223,123,2,0,242,91,194,188,93,150,3,0,242,59,102,45,126,205,3,0,244,123,198,2,115,39,2,0,244,59,71,87,167,142,3,0,245,123,234,193,217,229,1,0,245,155,85,142,95,224,2,0,245,251,151,53,145,123,3,0,248,59,0,140,253,248,1,0,248,155,135,30,220,109,3,0,249,59,133,216,27,153,2,0,250,91,50,12,172,57,3,0,253,219,90,220,36,160,3,0,254,187,248,241,132,70,2,0,0,28,142,131,136,183,1,0,0,188,243,1,113,68,3,0,1,220,96,111,119,130,1,0,1,124,142,234,163,130,2,0,3,124,23,157,117,205,1,0,4,124,212,31,80,171,1,0,6,124,206,228,220,126,3,0,10,28,3,22,42,174,1,0,10,188,164,186,94,55,2,0,11,252,224,218,214,202,1,0,12,252,15,41,29,42,3,0,13,156,187,124,122,140,3,0,13,188,43,216,23,186,3,0,15,60,242,38,94,117,2,0,16,124,138,51,183,79,2,0,16,28,36,31,196,179,2,0,18,252,20,25,218,151,2,0,23,92,75,29,195,46,2,0,26,28,63,119,119,197,3,0,29,92,218,159,198,151,2,0,29,220,224,168,107,22,4,0,31,156,44,81,103,124,2,0,31,252,31,172,78,74,3,0,31,124,160,244,158,26,4,0,34,60,243,225,58,135,3,0,34,156,225,30,57,203,3,0,37,252,199,114,147,180,1,0,37,188,9,218,184,202,1,0,37,28,174,121,170,32,2,0,39,220,142,251,92,2,2,0,42,28,217,107,215,141,2,0,43,60,206,23,219,136,3,0,46,124,226,182,212,217,1,0,47,188,132,151,233,187,2,0,48,124,235,100,70,8,2,0,50,60,124,176,252,23,2,0,52,188,145,184,105,205,2,0,54,220,128,68,34,122,3,0,55,28,68,12,58,58,3,0,57,28,184,239,55,143,3,0,58,252,132,114,91,61,3,0,59,60,125,165,171,140,2,0,61,220,169,246,22,198,3,0,64,156,181,110,19,95,2,0,64,156,51,31,13,155,3,0,66,252,231,47,25,167,1,0,67,60,158,187,162,161,1,0,67,60,21,123,68,244,1,0,67,60,249,252,198,142,2,0,67,220,146,103,29,242,3,0,69,252,25,187,122,184,3,0,70,28,238,165,56,158,1,0,70,28,120,1,128,244,1,0,70,28,0,113,229,86,2,0,73,220,132,59,92,1,2,0,75,60,147,34,167,139,1,0,78,220,217,130,158,254,1,0,78,92,177,255,63,171,2,0,79,60,2,23,14,226,1,0,82,156,71,241,221,245,2,0,84,60,108,143,166,55,2,0,84,220,253,29,148,172,2,0,85,92,134,143,162,218,2,0,87,60,198,161,69,14,2,0,87,156,189,79,5,97,2,0,87,252,222,215,140,158,2,0,88,92,178,247,87,150,1,0,88,188,146,105,46,208,1,0,90,60,167,107,156,38,2,0,91,92,196,170,47,136,2,0,93,60,129,51,122,85,2,0,93,156,97,11,129,33,3,0,94,28,73,134,152,13,3,0,94,124,9,23,177,221,3,0,95,252,61,243,190,22,3,0,95,124,121,19,176,223,3,0,96,156,93,135,155,79,3,0,97,220,13,81,92,138,1,0,99,156,58,182,216,186,1,0,99,124,56,131,35,57,2,0,100,188,171,239,253,187,1,0,101,220,155,68,168,93,3,0,103,28,24,81,20,221,2,0,105,220,153,223,167,84,2,0,105,188,97,155,220,177,3,0,105,156,225,110,28,206,3,0,106,156,80,198,89,173,2,0,106,252,67,90,155,38,3,0,107,92,243,85,59,166,1,0,108,124,138,51,160,79,2,0,109,28,97,222,70,212,3,0,110,28,100,115,94,124,3,0,111,220,179,191,154,48,2,0,111,188,30,53,184,52,3,0,111,60,207,120,142,71,3,0,112,252,180,166,162,245,1,0,112,28,153,223,221,167,2,0,117,188,50,78,14,234,1,0,120,124,63,88,219,69,3,0,120,92,252,122,114,120,3,0,120,252,185,235,165,216,3,0,121,60,26,192,157,42,2,0,122,124,207,176,171,146,1,0,123,92,73,185,210,26,3,0,124,252,163,247,52,243,3,0,125,92,95,238,167,221,1,0,126,60,140,90,234,194,2,0,127,188,40,156,159,189,3,0,127,92,44,215,120,8,4,0,128,92,22,81,3,182,2,0,128,156,180,14,34,186,2,0,130,156,77,22,23,82,2,0,130,188,71,0,61,232,3,0,134,28,230,242,12,184,2,0,135,252,246,185,216,138,2,0,135,220,197,217,34,21,3,0,136,60,49,194,29,71,2,0,136,124,114,145,88,92,3,0,137,124,171,174,151,206,1,0,137,188,49,81,235,109,2,0,137,220,238,133,99,254,2,0,138,28,33,81,121,167,2,0,139,28,211,124,89,18,3,0,141,220,157,85,91,27,4,0,142,124,96,151,128,250,1,0,142,220,207,136,55,13,4,0,145,252,87,49,240,249,3,0,147,156,216,219,198,184,3,0,147,92,0,138,49,32,4,0,149,92,165,155,243,160,2,0,150,252,212,241,225,32,2,0,151,28,11,165,164,104,2,0,151,188,1,54,171,27,4,0,152,124,104,175,212,124,3,0,155,252,45,117,216,225,3,0,156,252,53,8,160,209,1,0,157,252,4,160,186,244,1,0,162,92,227,186,97,125,2,0,162,252,68,212,229,9,3,0,162,60,109,187,12,251,3,0,164,92,44,163,110,180,2,0,164,92,60,155,231,205,3,0,166,252,244,37,196,251,1,0,167,60,180,131,254,2,3,0,168,124,229,142,37,223,2,0,169,252,73,177,208,128,1,0,169,28,245,158,173,30,3,0,169,92,221,46,13,5,4,0,173,156,206,218,29,93,2,0,175,188,113,5,80,205,3,0,176,156,81,67,57,69,2,0,179,28,121,69,2,55,3,0,181,220,19,81,47,236,2,0,181,124,199,153,75,95,3,0,182,92,253,22,102,204,2,0,184,156,207,90,164,169,1,0,184,60,88,117,140,23,3,0,184,188,140,51,128,177,3,0,185,188,236,195,123,188,3,0,188,92,74,192,92,235,1,0,189,188,18,167,197,140,2,0,192,156,245,11,198,82,3,0,194,188,200,134,227,197,2,0,195,156,235,105,55,226,1,0,196,28,96,184,59,83,3,0,197,156,237,81,6,135,1,0,197,28,163,19,140,110,3,0,197,28,58,64,168,241,3,0,198,60,42,181,219,200,1,0,199,156,27,236,203,157,2,0,199,60,57,126,78,197,2,0,199,156,127,95,44,212,3,0,202,252,249,254,41,255,3,0,204,28,29,118,147,254,2,0,204,60,218,188,35,82,3,0,205,220,109,171,218,6,3,0,206,156,67,111,134,131,1,0,206,92,185,234,61,243,1,0,206,92,112,100,166,37,3,0,207,252,206,240,62,235,1,0,211,252,114,250,199,218,1,0,211,220,138,64,45,244,3,0,212,156,232,93,191,127,3,0,214,188,46,26,180,11,4,0,215,252,103,30,28,128,1,0,215,92,148,234,233,218,3,0,217,60,77,209,228,178,1,0,225,28,87,110,4,201,1,0,225,156,10,23,58,61,2,0,225,220,250,86,102,215,3,0,226,252,98,197,225,242,1,0,227,220,162,105,49,146,2,0,229,220,107,68,66,190,1,0,229,60,205,189,106,85,2,0,230,28,24,81,235,217,2,0,231,28,59,85,197,113,3,0,232,188,147,52,1,131,3,0,232,92,115,75,184,219,3,0,233,124,169,161,52,50,3,0,233,124,126,162,162,183,3,0,237,28,141,185,203,193,1,0,237,28,38,219,45,140,3,0,238,252,138,171,82,14,3,0,240,156,1,150,40,24,3,0,245,156,174,70,132,41,2,0,246,60,182,180,106,233,1,0,246,60,21,141,155,88,3,0,247,252,45,5,237,241,1,0,248,252,88,237,198,69,2,0,249,188,26,44,42,16,2,0,249,124,239,108,90,48,2,0,249,188,6,215,19,9,4,0,250,188,45,217,125,18,2,0,250,252,39,241,2,63,3,0,250,60,75,163,222,228,3,0,251,188,145,184,89,205,2,0,252,188,97,11,91,33,3,0,255,28,6,72,2,6,2,0,0,253,21,85,10,173,3,0,0,125,5,46,170,4,4,0,2,61,216,12,86,119,3,0,5,221,111,162,111,13,2,0,5,157,201,135,105,210,2,0,5,189,83,157,143,157,3,0,6,253,231,40,202,156,1,0,6,93,139,16,137,135,2,0,6,253,131,188,128,134,3,0,10,125,197,52,140,251,2,0,13,29,154,207,7,145,2,0,13,189,194,227,182,108,3,0,16,189,85,69,30,96,2,0,18,61,63,52,126,132,2,0,20,29,132,201,212,225,2,0,20,125,240,248,143,207,3,0,21,189,103,144,198,27,2,0,21,157,130,39,75,5,3,0,21,125,184,129,109,99,3,0,22,253,16,43,145,49,2,0,23,253,237,43,1,223,3,0,25,93,234,130,239,40,3,0,28,29,90,148,99,123,3,0,30,253,166,0,250,173,2,0,31,61,184,136,198,179,1,0,32,61,3,216,13,178,1,0,32,221,255,172,36,198,1,0,32,125,135,88,81,226,1,0,33,125,80,254,86,126,1,0,35,93,246,97,221,238,3,0,38,29,57,54,113,138,2,0,38,29,249,252,37,212,2,0,39,189,66,41,154,141,2,0,39,253,128,107,165,17,3,0,39,125,225,36,172,111,3,0,39,93,136,207,2,20,4,0,41,61,227,17,53,184,1,0,42,221,181,28,101,79,2,0,42,189,185,134,205,117,2,0,42,125,59,184,110,191,2,0,42,29,221,201,125,246,2,0,42,125,58,252,105,4,3,0,43,29,160,177,244,171,3,0,44,61,77,83,218,146,3,0,46,189,168,169,57,229,2,0,50,157,168,234,159,237,1,0,50,157,168,234,176,237,1,0,52,253,173,51,69,33,3,0,52,189,188,163,246,234,3,0,54,253,176,210,96,134,1,0,56,253,93,199,254,219,3,0,57,189,110,117,135,22,3,0,60,157,166,201,54,174,2,0,60,253,210,4,42,244,2,0,61,253,123,107,53,7,4,0,62,189,68,23,65,195,2,0,62,61,245,146,210,111,3,0,63,221,123,67,53,180,1,0,63,29,223,121,222,121,2,0,64,189,77,158,166,72,2,0,65,93,20,108,87,210,3,0,66,221,135,129,92,101,3,0,67,253,147,181,23,70,3,0,70,125,229,177,238,149,1,0,70,93,164,114,19,128,3,0,70,189,222,198,219,173,3,0,71,93,13,133,129,206,1,0,71,221,129,150,59,222,1,0,73,157,57,108,187,215,2,0,73,29,150,18,64,244,3,0,74,157,199,193,132,145,3,0,75,189,17,210,25,93,3,0,75,61,204,76,243,228,3,0,78,61,200,106,74,43,3,0,80,125,150,207,167,186,3,0,80,125,14,56,122,229,3,0,84,125,48,191,239,172,1,0,85,221,37,35,230,35,3,0,86,157,7,75,42,238,1,0,86,29,7,109,127,81,3,0,89,61,254,53,126,139,2,0,90,253,220,152,89,191,2,0,94,61,200,56,115,137,1,0,94,61,137,100,29,185,1,0,94,189,131,210,33,229,1,0,94,125,222,187,176,241,2,0,94,29,158,163,226,170,3,0,95,221,153,227,170,200,3,0,96,253,52,59,68,42,2,0,96,93,57,35,122,122,2,0,96,221,133,105,78,11,3,0,97,221,39,52,16,106,3,0,97,253,239,179,231,21,4,0,98,189,241,69,103,190,2,0,99,221,104,170,164,30,2,0,100,253,170,94,202,229,3,0,101,221,52,4,130,144,1,0,101,221,110,184,142,218,1,0,102,61,236,189,142,94,2,0,102,221,123,143,169,174,2,0,103,61,84,206,47,216,2,0,103,221,188,31,70,53,3,0,103,61,14,127,109,233,3,0,104,157,71,135,36,129,2,0,105,29,165,65,22,126,1,0,106,29,246,208,100,194,1,0,106,125,165,26,17,240,3,0,107,157,170,32,12,213,1,0,108,253,170,58,174,193,3,0,108,253,165,172,196,24,4,0,109,29,174,105,127,249,2,0,110,189,49,137,84,214,3,0,110,221,200,156,39,248,3,0,112,61,164,155,174,136,1,0,115,61,187,217,130,81,2,0,117,93,229,217,178,37,2,0,117,29,174,217,200,50,2,0,118,157,56,45,6,251,1,0,119,253,3,137,120,67,3,0,120,125,62,73,147,238,3,0,121,221,218,246,203,238,3,0,123,61,6,66,33,103,2,0,124,29,64,144,98,67,2,0,124,221,216,23,87,136,3,0,126,125,71,227,35,246,1,0,126,61,2,144,35,150,2,0,129,29,205,4,126,134,1,0,129,61,168,221,147,236,1,0,130,61,22,156,24,58,2,0,130,253,86,40,162,233,2,0,131,189,145,135,103,169,1,0,132,29,168,146,211,11,4,0,135,189,88,112,119,150,1,0,139,29,183,34,2,139,1,0,139,125,96,68,250,178,1,0,139,189,76,81,191,30,2,0,139,157,169,204,196,237,3,0,139,157,152,125,53,239,3,0,139,157,15,135,142,244,3,0,140,157,5,69,161,188,1,0,140,253,7,30,223,129,3,0,143,61,129,231,203,155,1,0,145,29,220,196,225,15,2,0,146,253,255,122,169,25,3,0,146,125,144,131,188,37,3,0,146,61,54,126,99,104,3,0,148,189,15,192,197,74,2,0,150,125,68,92,26,252,3,0,151,61,156,5,66,32,4,0,153,157,228,187,128,2,3,0,153,125,0,13,5,30,3,0,153,221,224,168,125,22,4,0,154,61,158,119,188,249,1,0,155,221,52,4,109,141,1,0,155,221,57,49,249,93,2,0,158,125,11,5,35,216,1,0,158,29,97,142,97,84,2,0,160,61,124,100,8,219,1,0,161,125,183,192,146,199,2,0,161,125,63,105,63,63,3,0,161,157,114,243,203,115,3,0,162,221,100,253,8,146,2,0,164,125,120,136,202,212,3,0,165,29,0,224,201,196,2,0,166,93,252,34,7,20,2,0,166,93,140,77,40,245,2,0,167,253,153,38,156,105,3,0,168,93,219,47,161,251,1,0,169,93,255,149,97,181,3,0,170,61,56,153,1,155,2,0,171,125,10,47,214,218,3,0,172,189,24,145,173,13,2,0,172,157,203,97,243,72,2,0,172,29,13,116,20,39,3,0,172,29,141,76,181,54,3,0,173,125,60,170,52,66,3,0,173,29,184,135,142,75,3,0,174,93,44,215,33,80,3,0,175,61,252,78,181,96,2,0,175,253,55,129,148,211,2,0,175,221,101,150,74,138,3,0,176,29,0,188,115,223,2,0,178,61,60,112,122,95,3,0,179,253,70,232,79,150,2,0,180,189,39,81,32,145,2,0,181,253,3,153,238,139,1,0,182,253,226,203,205,8,4,0,183,253,229,80,220,9,2,0,184,29,190,82,50,230,2,0,186,221,16,7,119,148,1,0,186,61,196,22,39,210,2,0,188,125,153,203,136,53,3,0,189,189,39,81,231,144,2,0,189,29,81,20,98,160,3,0,191,253,30,136,171,211,2,0,192,61,208,19,192,162,2,0,192,125,243,9,201,203,2,0,192,189,152,223,62,236,2,0,192,29,24,65,218,76,3,0,193,125,105,84,187,63,3,0,193,253,48,90,140,14,4,0,194,157,92,149,29,161,3,0,195,189,149,68,99,49,3,0,195,29,156,90,176,28,4,0,199,125,151,147,239,174,1,0,199,189,30,70,44,111,3,0,199,29,226,69,180,228,3,0,201,93,251,43,239,84,2,0,201,189,78,145,76,23,3,0,202,189,191,27,100,252,2,0,204,125,20,234,19,171,2,0,204,253,59,95,240,71,3,0,204,253,197,210,247,170,3,0,206,61,127,217,47,177,1,0,207,125,65,147,88,153,1,0,208,221,152,223,92,229,2,0,208,29,161,132,227,147,3,0,210,125,215,158,220,217,3,0,210,157,16,216,57,10,4,0,212,221,71,39,189,118,2,0,212,189,164,65,214,125,2,0,212,29,125,54,224,16,4,0,213,189,41,188,85,114,2,0,214,29,149,230,121,20,2,0,218,221,195,38,192,78,2,0,219,189,199,251,101,188,1,0,219,253,118,236,149,150,3,0,219,157,50,209,45,204,3,0,220,61,205,81,20,134,1,0,220,221,76,75,122,26,2,0,220,93,114,253,156,220,2,0,221,253,20,25,106,152,2,0,221,125,247,96,220,216,3,0,222,125,43,229,178,220,2,0,222,189,169,89,158,227,2,0,222,93,98,244,4,9,3,0,224,189,214,213,126,19,4,0,227,253,149,246,192,9,3,0,228,29,56,59,101,114,2,0,229,157,60,98,144,197,3,0,232,29,233,144,3,10,3,0,232,189,51,191,70,204,3,0,234,61,232,69,187,114,3,0,236,61,153,45,77,122,3,0,238,221,141,90,210,194,2,0,239,29,202,128,82,157,1,0,239,29,62,51,227,126,2,0,241,29,249,143,181,216,2,0,242,221,227,60,118,194,1,0,242,253,147,112,180,1,2,0,243,221,198,40,209,211,1,0,245,29,68,176,71,167,2,0,246,61,113,215,165,155,1,0,247,61,154,16,73,198,2,0,247,189,212,96,61,210,3,0,248,253,242,129,168,217,1,0,249,157,143,196,165,151,3,0,251,157,169,203,51,70,2,0,252,29,111,49,114,61,2,0,252,221,172,189,233,79,2,0,252,125,49,127,71,86,3,0,252,125,103,54,244,93,3,0,252,29,185,14,44,150,3,0,252,189,244,164,21,179,3,0,254,157,220,57,42,157,2,0,254,125,60,91,223,246,2,0,254,189,10,153,33,47,3,0,254,157,186,148,241,58,3,0,0,254,2,1,93,121,2,0,1,158,45,252,231,83,2,0,2,30,64,63,5,245,1,0,2,94,196,255,112,91,2,0,5,62,173,54,79,233,1,0,5,94,14,178,59,198,3,0,5,62,213,87,220,198,3,0,8,126,252,214,225,5,3,0,10,158,182,120,194,77,3,0,11,158,154,37,26,68,2,0,11,62,69,239,103,149,3,0,13,190,161,130,179,123,3,0,14,254,217,171,62,18,2,0,15,126,211,142,142,128,2,0,16,190,89,123,148,178,2,0,19,94,221,173,177,233,3,0,20,190,64,185,148,173,2,0,22,158,221,129,193,13,3,0,23,94,8,22,127,143,1,0,26,126,139,235,4,77,3,0,27,158,251,48,240,131,1,0,28,222,27,212,22,173,2,0,32,62,252,134,2,134,1,0,32,126,103,122,52,87,2,0,32,30,96,130,134,149,2,0,33,254,142,110,157,226,3,0,36,94,33,154,142,104,3,0,37,126,37,176,157,175,2,0,37,254,164,119,112,200,2,0,38,126,159,53,108,72,3,0,38,94,99,177,34,182,3,0,38,190,124,212,182,188,3,0,39,190,217,2,5,216,1,0,39,254,240,77,73,96,2,0,40,254,94,39,206,132,1,0,41,94,251,167,135,24,4,0,42,94,214,111,9,188,3,0,44,126,164,186,83,54,2,0,45,222,152,223,116,217,2,0,46,254,119,203,144,11,4,0,47,254,72,181,83,177,3,0,47,222,144,153,44,22,4,0,49,30,52,40,228,19,4,0,50,30,87,122,203,162,3,0,51,126,134,26,77,2,2,0,52,158,133,253,246,144,2,0,53,254,178,68,114,105,2,0,53,190,47,75,103,153,3,0,55,30,248,254,101,251,2,0,55,126,45,80,15,100,3,0,56,30,46,240,140,129,3,0,57,222,14,223,192,81,2,0,58,126,191,63,53,233,1,0,59,62,27,22,146,187,2,0,59,190,122,27,3,144,3,0,61,190,189,79,122,98,2,0,62,94,227,186,81,125,2,0,63,62,182,46,23,157,1,0,65,158,66,14,190,164,3,0,66,158,149,243,197,134,3,0,67,126,37,81,137,163,2,0,68,222,41,202,252,129,1,0,68,222,7,182,157,147,2,0,68,158,179,209,213,153,3,0,69,62,107,32,55,219,2,0,69,190,91,213,191,224,3,0,70,126,97,200,132,252,3,0,72,190,186,237,34,114,2,0,72,190,112,153,187,28,3,0,72,190,221,198,174,40,3,0,73,158,44,135,63,29,4,0,76,30,239,47,110,161,1,0,76,254,244,54,141,64,2,0,77,62,162,142,173,222,2,0,77,222,93,144,149,0,3,0,77,30,193,116,253,215,3,0,78,222,89,135,179,235,1,0,78,62,72,96,179,6,2,0,79,94,11,216,78,100,3,0,79,158,42,100,144,103,3,0,80,254,157,227,101,166,2,0,80,158,98,75,108,14,3,0,82,222,160,210,32,173,1,0,82,158,228,53,72,44,3,0,83,158,230,4,24,65,2,0,83,254,92,147,171,9,3,0,83,254,82,162,218,168,3,0,85,222,182,51,23,72,3,0,85,158,56,239,57,6,4,0,86,222,122,29,177,138,3,0,87,158,119,113,148,151,3,0,89,190,249,197,185,129,1,0,89,62,93,32,247,160,1,0,89,94,172,122,102,36,2,0,90,222,123,184,10,225,2,0,90,222,164,114,93,223,3,0,91,30,97,27,11,87,3,0,91,30,114,189,208,92,3,0,92,30,7,64,173,119,3,0,93,254,249,225,216,57,3,0,94,62,199,6,93,12,3,0,95,30,244,83,245,10,3,0,95,94,185,37,164,66,3,0,95,30,163,56,203,211,3,0,98,94,242,169,130,217,2,0,98,62,56,248,98,70,3,0,100,222,7,193,159,178,1,0,100,190,88,169,182,167,2,0,101,62,222,148,208,141,3,0,103,158,9,159,151,166,1,0,103,126,80,76,202,111,2,0,103,62,226,124,58,151,3,0,104,30,196,246,173,94,2,0,105,222,5,20,221,65,3,0,105,30,199,68,192,180,3,0,106,126,123,10,192,216,1,0,108,254,85,147,195,232,1,0,109,30,33,50,90,74,2,0,110,158,179,22,160,25,4,0,111,94,24,81,227,211,2,0,111,222,234,196,173,21,3,0,111,62,129,100,185,32,3,0,112,254,125,224,250,202,3,0,112,222,8,55,170,17,4,0,113,190,89,143,65,163,3,0,113,222,158,27,145,217,3,0,115,158,146,184,192,204,2,0,116,222,215,230,110,248,2,0,118,254,58,152,71,58,3,0,124,254,100,80,238,50,3,0,125,126,4,241,88,164,2,0,125,126,151,85,223,100,3,0,126,94,59,81,126,95,2,0,127,222,203,230,217,212,3,0,128,126,37,176,160,176,2,0,128,62,17,107,48,26,3,0,128,158,128,220,223,48,3,0,128,158,231,248,167,254,3,0,129,94,76,3,35,218,1,0,130,62,165,87,34,223,1,0,131,30,253,137,14,4,2,0,132,94,192,172,3,90,3,0,133,126,165,78,245,5,3,0,133,222,26,65,31,130,3,0,135,126,180,134,79,202,3,0,135,190,51,101,96,202,3,0,136,222,232,196,43,19,4,0,137,222,234,147,101,190,3,0,137,158,97,55,251,252,3,0,138,126,12,181,179,226,1,0,138,62,188,111,128,16,4,0,139,190,144,56,152,125,2,0,140,158,163,2,248,63,2,0,146,190,107,222,82,238,2,0,147,254,210,16,118,187,1,0,147,62,209,181,106,253,1,0,147,190,158,160,1,189,2,0,149,126,40,223,219,251,1,0,149,222,120,255,155,121,3,0,150,30,14,186,248,201,1,0,151,30,123,184,140,47,3,0,155,30,194,88,109,156,2,0,155,94,14,86,53,241,3,0,160,94,246,44,19,201,1,0,160,30,54,14,130,11,2,0,160,94,241,158,156,87,2,0,160,254,172,245,142,70,3,0,162,126,133,252,198,160,1,0,162,254,168,13,127,236,3,0,163,254,169,217,68,246,1,0,163,62,229,229,77,24,2,0,163,62,32,61,255,3,4,0,164,62,213,158,155,173,3,0,165,254,21,122,249,98,2,0,166,126,64,38,153,55,3,0,169,222,153,158,38,251,3,0,173,254,195,79,152,238,2,0,174,158,123,0,61,221,3,0,174,158,152,12,3,248,3,0,175,62,106,111,87,141,1,0,175,62,22,156,81,56,2,0,175,158,43,175,93,216,3,0,177,30,80,46,189,67,3,0,178,94,203,189,149,20,4,0,181,190,172,240,215,188,2,0,181,126,74,155,6,211,3,0,181,190,116,249,133,242,3,0,182,62,104,59,224,240,3,0,184,94,147,20,154,83,2,0,185,222,22,61,101,128,3,0,187,158,24,183,55,180,2,0,189,126,227,35,67,216,3,0,191,30,162,210,195,40,3,0,192,254,179,253,228,153,2,0,193,222,3,76,172,179,2,0,194,62,114,252,189,180,1,0,194,158,143,68,111,146,2,0,194,30,188,64,161,122,3,0,194,222,143,216,175,182,3,0,196,158,249,45,246,161,1,0,200,190,148,217,242,115,3,0,202,222,235,239,217,195,1,0,202,94,252,34,29,20,2,0,202,222,15,81,31,96,3,0,205,30,167,81,103,118,2,0,205,94,106,136,145,223,2,0,206,254,35,46,240,249,2,0,207,190,134,1,159,192,1,0,207,94,105,83,214,67,3,0,209,62,149,194,214,113,3,0,209,62,28,73,250,255,3,0,210,126,221,137,114,194,3,0,211,190,122,95,172,206,1,0,211,94,231,239,202,213,3,0,214,158,229,181,223,251,2,0,215,62,143,145,180,227,2,0,218,62,233,9,43,74,2,0,219,254,190,68,41,192,3,0,221,126,28,160,13,6,3,0,221,30,246,121,87,21,4,0,222,254,212,31,49,171,1,0,222,126,153,223,130,117,2,0,223,126,52,94,149,229,2,0,223,126,28,33,139,15,3,0,223,158,115,210,244,128,3,0,224,62,35,81,14,168,2,0,224,190,224,53,211,248,2,0,224,254,78,232,233,51,3,0,225,190,234,201,49,28,2,0,227,94,228,29,223,127,1,0,227,94,71,82,182,145,1,0,227,190,56,133,226,213,3,0,229,222,213,135,41,185,1,0,229,126,109,59,85,234,3,0,230,30,81,170,239,215,2,0,231,126,97,130,193,190,3,0,232,190,107,118,23,174,1,0,233,30,154,219,19,203,1,0,233,158,27,129,77,77,2,0,235,30,188,189,192,83,2,0,235,222,133,184,72,210,2,0,236,126,234,106,75,131,1,0,236,126,145,87,88,171,2,0,238,254,8,157,37,6,3,0,245,126,221,146,44,245,3,0,246,94,59,184,18,182,2,0,246,62,60,128,0,31,3,0,246,94,119,163,112,46,3,0,247,158,13,184,47,160,2,0,247,126,199,142,224,213,2,0,248,254,194,53,131,204,1,0,248,190,114,195,233,64,3,0,249,94,124,24,134,60,2,0,250,158,251,131,25,153,1,0,250,158,24,236,190,176,3,0,253,222,109,233,47,43,3,0,3,191,55,111,129,30,3,0,5,95,5,19,176,72,3,0,6,159,33,170,78,221,2,0,6,95,31,45,56,100,3,0,7,95,79,79,118,129,3,0,7,31,253,37,21,144,3,0,9,127,219,210,249,6,2,0,9,127,120,189,39,95,2,0,11,31,145,76,1,240,3,0,14,191,2,253,29,37,2,0,15,63,141,208,13,21,4,0,19,159,95,140,72,101,3,0,20,63,60,128,27,31,3,0,21,191,218,87,165,132,2,0,21,95,65,79,123,216,2,0,23,223,52,4,188,136,1,0,23,95,145,59,90,25,4,0,24,159,221,110,243,154,1,0,24,63,61,102,235,13,3,0,26,31,102,191,97,178,3,0,26,223,200,106,212,248,3,0,26,255,166,197,199,5,4,0,27,127,23,185,202,10,3,0,27,223,28,74,53,11,3,0,27,223,103,91,58,253,3,0,28,223,127,190,46,48,2,0,28,223,216,242,129,54,3,0,29,31,220,111,75,140,3,0,30,95,144,169,240,173,1,0,30,159,34,147,202,243,2,0,30,255,109,216,115,215,3,0,33,31,60,224,85,254,1,0,36,31,255,46,202,230,1,0,36,159,200,234,135,237,1,0,37,63,155,59,181,198,1,0,38,127,122,129,253,57,2,0,38,95,236,61,6,7,4,0,40,159,227,119,71,121,3,0,41,191,221,119,84,53,2,0,41,95,36,149,173,54,2,0,42,127,251,22,71,249,1,0,43,31,56,32,157,28,4,0,45,223,254,94,58,146,1,0,45,31,84,110,222,80,3,0,46,31,138,255,153,12,2,0,46,63,3,67,56,18,3,0,46,127,144,131,150,37,3,0,47,63,67,146,158,174,1,0,48,159,138,20,77,18,2,0,48,159,32,237,213,240,2,0,48,191,129,89,184,247,2,0,48,191,50,249,176,209,3,0,50,191,67,211,2,118,2,0,50,127,94,186,157,160,2,0,51,159,26,108,169,204,2,0,51,127,91,247,41,83,3,0,52,31,87,234,67,251,1,0,52,31,121,137,48,115,3,0,53,191,29,243,230,97,2,0,57,95,132,102,17,186,1,0,58,63,167,174,118,91,3,0,60,255,36,208,202,186,2,0,64,127,164,186,35,54,2,0,64,127,48,93,94,250,2,0,64,223,0,188,63,187,3,0,66,191,157,142,214,7,3,0,68,255,229,12,141,207,2,0,70,31,201,44,65,201,3,0,71,95,28,136,232,145,3,0,72,127,105,7,131,9,2,0,72,63,31,81,251,168,2,0,72,95,40,35,153,50,3,0,74,127,234,63,211,190,1,0,75,63,31,81,10,169,2,0,75,191,26,122,143,195,2,0,75,95,72,217,69,111,3,0,76,31,172,74,19,252,2,0,77,255,69,38,120,79,2,0,78,255,11,196,8,17,2,0,78,127,158,54,23,191,2,0,78,63,130,140,178,246,2,0,79,191,214,50,174,83,3,0,79,223,9,89,117,145,3,0,80,31,190,186,239,143,2,0,82,95,182,77,156,226,2,0,84,31,105,206,137,176,1,0,88,95,49,108,31,253,1,0,89,223,11,174,124,233,1,0,89,127,150,66,68,255,2,0,90,223,236,139,93,219,1,0,90,127,8,78,180,233,2,0,91,255,84,255,146,74,2,0,91,95,102,63,4,213,3,0,92,95,14,40,134,55,3,0,92,127,46,106,2,105,3,0,93,191,34,92,156,179,3,0,94,127,248,157,204,218,2,0,94,63,13,18,115,64,3,0,95,63,62,155,99,23,3,0,95,223,229,190,30,22,4,0,97,31,54,159,59,39,2,0,97,63,217,186,170,107,2,0,97,223,98,177,51,23,4,0,100,127,128,237,33,20,4,0,101,31,102,0,117,245,1,0,101,255,171,54,22,43,2,0,101,127,154,138,33,68,3,0,102,95,58,12,151,40,2,0,103,191,188,168,140,90,2,0,103,223,209,219,247,125,3,0,107,31,24,81,1,227,2,0,108,95,73,164,240,222,1,0,108,127,147,207,72,172,2,0,108,223,24,101,254,23,3,0,108,255,207,47,218,165,3,0,110,95,159,42,229,139,2,0,110,223,126,228,170,67,3,0,113,159,31,38,157,128,3,0,114,127,0,17,126,154,2,0,116,31,128,145,251,4,2,0,117,31,157,87,91,147,3,0,118,159,214,140,189,16,2,0,119,191,21,75,8,241,3,0,121,127,142,163,16,239,1,0,122,63,31,93,194,133,1,0,122,95,12,192,171,158,3,0,123,255,196,164,71,185,1,0,126,127,178,234,51,19,2,0,126,31,90,127,199,6,4,0,127,127,79,103,214,184,1,0,127,31,78,143,30,252,1,0,129,31,247,132,96,13,2,0,132,95,181,58,175,12,2,0,134,95,93,14,78,188,1,0,134,255,179,179,228,105,2,0,134,159,7,160,135,167,3,0,134,31,26,125,241,231,3,0,134,223,177,71,88,233,3,0,136,191,34,185,188,128,3,0,136,95,23,167,42,189,3,0,139,31,130,38,228,30,2,0,139,159,237,44,230,73,3,0,140,191,30,155,157,143,3,0,142,159,250,39,105,160,1,0,142,127,104,145,38,154,3,0,146,31,193,132,28,171,1,0,146,159,202,3,46,165,3,0,147,191,44,115,107,92,2,0,150,63,110,149,162,75,3,0,151,255,249,100,10,40,2,0,151,95,81,245,218,151,3,0,151,159,69,130,249,217,3,0,152,95,184,0,65,165,3,0,153,63,52,179,44,44,2,0,155,31,207,87,11,101,2,0,156,255,191,159,62,145,2,0,156,255,215,36,173,208,2,0,156,255,146,145,125,175,3,0,157,63,92,84,57,81,3,0,159,63,228,70,11,15,4,0,160,31,83,186,10,151,1,0,161,63,48,188,250,109,2,0,162,31,89,244,140,227,3,0,163,191,0,193,225,191,1,0,163,191,42,86,222,137,2,0,163,63,38,72,123,208,3,0,165,159,149,215,181,206,2,0,166,223,149,131,101,56,2,0,166,255,76,17,113,123,2,0,167,223,17,223,100,248,1,0,169,159,190,166,212,234,2,0,171,159,139,164,179,193,1,0,171,127,242,240,129,210,2,0,171,191,136,114,246,226,3,0,172,255,229,227,161,128,2,0,175,223,19,252,220,67,2,0,175,191,120,8,137,38,3,0,175,127,180,198,138,148,3,0,178,127,243,192,54,187,2,0,179,191,163,202,197,246,1,0,180,127,53,62,2,209,1,0,180,95,194,51,234,247,1,0,181,63,113,15,245,230,1,0,181,223,124,51,65,177,3,0,182,95,124,32,106,52,2,0,183,159,192,99,40,2,2,0,186,223,22,91,237,34,2,0,186,95,33,227,143,168,2,0,188,191,39,12,153,96,2,0,188,191,148,223,163,208,3,0,189,159,122,154,115,247,3,0,189,127,212,198,71,19,4,0,191,127,147,69,121,118,3,0,192,63,180,61,213,151,1,0,192,31,184,73,245,111,2,0,192,63,219,123,179,165,3,0,193,255,115,185,45,83,2,0,195,223,204,133,163,137,2,0,197,63,247,49,224,68,3,0,198,95,15,65,233,141,1,0,198,191,94,21,47,23,2,0,199,127,90,168,252,68,3,0,201,127,177,132,24,162,1,0,201,63,44,81,7,122,2,0,202,63,193,204,36,235,3,0,204,31,181,248,228,146,1,0,204,223,152,223,58,210,2,0,205,31,5,130,201,150,2,0,205,159,3,143,249,17,3,0,205,255,130,150,181,115,3,0,205,223,223,128,137,136,3,0,205,223,39,109,146,26,4,0,206,63,102,232,49,218,1,0,206,159,132,115,233,253,1,0,206,63,150,203,211,18,4,0,209,223,103,129,236,150,3,0,211,63,203,9,139,175,3,0,213,223,15,220,11,124,2,0,214,191,51,177,1,70,3,0,216,95,87,132,174,130,1,0,216,255,53,123,227,248,2,0,217,223,153,223,39,92,2,0,217,159,56,186,188,158,2,0,219,63,238,212,90,148,2,0,220,31,87,41,81,133,2,0,223,223,212,53,216,69,2,0,223,31,145,22,1,231,3,0,224,255,73,51,172,5,2,0,224,95,59,184,7,181,2,0,225,191,123,127,188,165,1,0,225,191,209,177,161,112,3,0,226,191,1,92,78,213,1,0,226,127,0,13,90,30,3,0,227,191,104,135,120,198,2,0,228,127,94,173,96,220,2,0,230,223,108,104,117,254,3,0,231,159,76,81,31,53,2,0,232,191,225,6,251,101,2,0,233,223,87,2,12,67,3,0,234,191,61,81,222,92,2,0,235,223,10,15,17,73,2,0,235,31,78,147,180,163,3,0,236,127,148,210,201,129,1,0,236,159,160,17,128,106,2,0,236,95,66,54,178,71,3,0,237,31,84,80,223,242,2,0,237,159,26,98,70,79,3,0,239,255,135,121,240,195,1,0,241,159,29,172,8,2,2,0,241,159,140,19,154,99,2,0,242,127,250,193,124,64,2,0,242,223,117,191,233,179,2,0,244,95,221,239,221,175,3,0,245,127,189,21,150,127,3,0,246,223,52,4,113,134,1,0,246,63,121,38,42,207,1,0,247,63,165,185,85,5,4,0,248,223,227,219,50,238,2,0,249,191,154,253,96,200,3,0,252,191,232,105,255,137,1,0,252,255,189,40,124,212,1,0,253,255,36,37,6,230,1,0,253,159,40,20,104,119,3,0,0,16,0,24,35,45,67,111,111,107,105,101,67,111,110,115,101,110,116,67,111,110,116,97,105,110,101,114,0,16,0,16,35,65,67,67,69,84,84,65,95,67,79,79,75,73,69,83,0,16,0,8,35,65,70,95,71,68,80,82,0,16,0,22,35,65,84,69,68,73,78,95,99,111,111,107,105,101,95,119,97,114,110,105,110,103,0,16,0,12,35,65,86,71,45,109,101,115,115,97,103,101,0,16,0,17,35,65,86,71,99,111,111,107,105,101,109,101,108,100,105,110,103,0,16,0,13,35,65,99,99,101,112,116,67,111,111,107,105,101,0,16,0,22,35,65,99,99,101,112,116,67,111,111,107,105,101,67,111,110,116,97,105,110,101,114,0,16,0,17,35,65,99,99,101,112,116,67,111,111,107,105,101,73,110,102,111,0,16,0,14,35,65,99,99,101,112,116,67,111,111,107,105,101,115,0,16,0,28,35,65,99,99,101,112,116,67,111,111,107,105,101,115,66,97,110,110,101,114,84,101,109,112,108,97,116,101,0,16,0,29,35,65,99,99,101,112,116,80,114,105,118,97,99,121,68,105,115,99,108,97,105,109,66,111,120,87,114,97,112,0,16,0,19,35,65,100,97,116,118,101,100,101,108,109,105,73,110,102,111,115,97,118,0,16,0,13,35,65,103,114,101,101,67,111,111,107,105,101,115,0,16,0,15,35,65,105,114,97,71,100,112,114,68,105,97,108,111,103,0,16,0,25,35,65,107,97,100,101,109,105,95,67,111,111,107,105,101,80,111,108,105,99,121,95,98,97,114,0,16,0,12,35,65,108,101,114,116,67,111,111,107,105,101,0,16,0,18,35,65,108,101,114,116,67,111,111,107,105,101,66,97,110,110,101,114,0,16,0,13,35,65,108,101,114,116,67,111,111,107,105,101,115,0,16,0,21,35,65,108,101,114,116,68,105,97,108,111,103,67,111,110,97,116,105,110,101,114,0,16,0,14,35,65,108,101,114,116,97,67,111,111,107,105,101,115,0,16,0,21,35,65,108,108,111,119,67,111,111,107,105,101,67,111,110,116,97,105,110,101,114,0,16,0,20,35,65,108,108,111,119,67,111,111,107,105,101,115,77,101,115,115,97,103,101,0,16,0,18,35,65,108,108,111,119,67,111,111,107,105,101,115,77,111,100,97,108,0,16,0,20,35,65,108,108,111,119,67,111,111,107,105,101,115,87,114,97,112,112,101,114,0,16,0,16,35,65,110,97,108,121,116,105,99,115,80,114,111,109,112,116,0,16,0,13,35,65,112,112,67,111,111,107,105,101,66,97,114,0,16,0,22,35,65,114,115,121,115,67,111,111,107,105,101,65,99,99,101,112,116,97,110,99,101,0,16,0,22,35,65,115,112,78,101,116,70,111,114,109,32,62,32,35,99,111,111,107,105,101,115,0,16,0,13,35,65,118,105,115,111,67,79,79,75,73,69,83,0,16,0,12,35,65,118,105,115,111,67,111,111,107,105,101,0,16,0,13,35,65,118,105,115,111,67,111,111,107,105,101,115,0,16,0,16,35,65,118,105,115,111,67,111,111,107,105,101,115,108,97,119,0,16,0,13,35,65,118,118,105,115,111,67,111,111,107,105,101,0,16,0,16,35,65,119,67,111,111,107,105,101,67,111,110,115,101,110,116,0,16,0,16,35,66,66,67,111,111,107,105,101,84,111,111,108,68,105,118,0,16,0,11,35,66,73,80,67,111,111,107,105,101,115,0,16,0,21,35,66,77,79,68,67,111,111,107,105,101,67,111,110,115,101,110,116,66,97,114,0,16,0,17,35,66,79,88,95,67,111,111,107,105,101,80,111,108,105,99,121,0,16,0,12,35,66,97,110,100,101,97,117,67,78,73,76,0,16,0,14,35,66,97,110,100,101,97,117,67,111,111,107,105,101,0,16,0,15,35,66,97,110,100,101,97,117,67,111,111,107,105,101,115,0,16,0,18,35,66,97,110,100,101,97,117,73,110,102,111,67,111,111,107,105,101,0,16,0,14,35,66,97,110,101,114,73,78,99,111,111,107,105,101,0,16,0,11,35,66,97,110,110,101,114,76,71,80,68,0,16,0,16,35,66,97,110,110,101,114,95,99,111,111,107,105,101,95,48,0,16,0,16,35,66,97,110,110,101,114,95,99,111,111,107,105,101,95,49,0,16,0,28,35,66,97,114,84,97,98,95,100,105,118,73,110,102,111,114,109,97,116,105,118,97,67,111,111,107,105,101,0,16,0,12,35,66,97,114,114,97,67,111,111,107,105,101,0,16,0,13,35,66,97,114,114,97,67,111,111,107,105,101,115,0,16,0,12,35,66,97,115,105,99,67,111,111,107,105,101,0,16,0,11,35,66,108,107,67,111,111,107,105,101,115,0,16,0,13,35,66,111,114,116,111,115,67,111,111,107,105,101,0,16,0,10,35,66,111,120,67,111,111,107,105,101,0,16,0,9,35,66,115,67,111,111,107,105,101,0,16,0,14,35,66,117,116,116,111,110,95,67,111,111,107,105,101,0,16,0,20,35,67,67,67,95,67,111,111,107,105,101,115,95,119,114,97,112,112,101,114,0,16,0,10,35,67,67,77,95,112,111,112,117,112,0,16,0,18,35,67,67,80,65,45,110,111,116,105,102,105,99,97,116,105,111,110,0,16,0,11,35,67,67,80,65,66,97,110,110,101,114,0,16,0,11,35,67,67,80,65,78,111,116,105,99,101,0,16,0,13,35,67,67,80,65,95,111,112,116,95,111,117,116,0,16,0,12,35,67,67,111,109,112,108,105,97,110,99,101,0,16,0,8,35,67,67,111,111,107,105,101,0,16,0,10,35,67,71,85,67,111,111,107,105,101,0,16,0,5,35,67,78,73,76,0,16,0,12,35,67,78,73,76,45,99,111,111,107,105,101,0,16,0,12,35,67,78,73,76,45,110,111,116,105,99,101,0,16,0,12,35,67,78,73,76,77,101,115,115,97,103,101,0,16,0,13,35,67,78,73,76,95,109,101,115,115,97,103,101,0,16,0,18,35,67,79,45,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,16,0,13,35,67,79,77,85,78,45,67,111,111,107,105,101,0,16,0,9,35,67,79,79,75,45,98,97,110,0,16,0,18,35,67,79,79,75,73,69,45,67,79,78,83,69,78,84,45,69,85,0,16,0,12,35,67,79,79,75,73,69,65,76,69,82,84,0,16,0,17,35,67,79,79,75,73,69,69,88,80,69,82,84,73,78,70,79,0,16,0,14,35,67,79,79,75,73,69,72,73,78,87,69,73,83,0,16,0,14,35,67,79,79,75,73,69,77,69,83,83,65,71,69,0,16,0,8,35,67,79,79,75,73,69,83,0,16,0,14,35,67,79,79,75,73,69,87,65,82,78,73,78,71,0,16,0,14,35,67,79,79,75,73,69,95,66,65,78,78,69,82,0,16,0,15,35,67,79,79,75,73,69,95,72,73,78,87,69,73,83,0,16,0,17,35,67,79,79,75,73,69,95,77,72,68,95,65,76,69,82,84,0,16,0,13,35,67,79,79,75,73,69,95,78,79,84,73,70,0,16,0,11,35,67,79,79,75,73,69,95,79,80,84,0,16,0,15,35,67,79,79,75,73,69,95,87,65,82,78,73,78,71,0,16,0,12,35,67,79,79,75,73,69,109,111,100,97,108,0,16,0,14,35,67,79,79,75,80,77,45,66,65,78,78,69,82,0,16,0,21,35,67,79,87,73,99,111,111,107,105,101,115,100,105,114,101,99,116,105,118,101,0,16,0,7,35,67,80,95,98,111,120,0,16,0,8,35,67,80,111,108,105,99,121,0,16,0,15,35,67,80,114,105,118,97,99,121,45,80,97,110,101,108,0,16,0,17,35,67,82,84,76,95,65,108,101,114,116,67,111,111,107,105,101,0,16,0,17,35,67,82,84,76,95,67,111,111,107,105,101,65,108,101,114,116,0,16,0,18,35,67,83,71,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,16,0,9,35,67,87,67,111,111,107,105,101,0,16,0,22,35,67,101,110,116,117,114,105,97,67,111,111,107,105,101,77,111,110,115,116,101,114,0,16,0,11,35,67,101,114,101,122,85,121,97,114,105,0,16,0,22,35,67,105,110,101,109,97,65,99,99,101,112,116,67,111,111,107,105,101,66,97,114,0,16,0,14,35,67,111,110,115,101,110,116,66,97,110,110,101,114,0,16,0,14,35,67,111,110,115,101,110,116,67,111,111,107,105,101,0,16,0,19,35,67,111,110,115,101,110,116,67,111,111,107,105,101,80,111,112,117,112,0,16,0,20,35,67,111,110,115,101,110,116,76,97,121,101,114,87,114,97,112,112,101,114,0,16,0,21,35,67,111,110,115,101,110,116,101,109,101,110,116,45,99,111,111,107,105,101,115,0,16,0,13,35,67,111,111,99,107,105,101,65,108,101,114,116,0,16,0,13,35,67,111,111,99,107,105,101,115,80,97,103,101,0,16,0,14,35,67,111,111,107,105,101,45,65,112,112,101,110,100,0,16,0,14,35,67,111,111,107,105,101,45,66,97,110,110,101,114,0,16,0,15,35,67,111,111,107,105,101,45,67,111,110,115,101,110,116,0,16,0,17,35,67,111,111,107,105,101,45,67,111,110,116,97,105,110,101,114,0,16,0,15,35,67,111,111,107,105,101,45,79,118,101,114,108,97,121,0,16,0,14,35,67,111,111,107,105,101,45,80,111,108,105,99,121,0,16,0,13,35,67,111,111,107,105,101,45,80,111,112,117,112,0,16,0,23,35,67,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,95,111,117,116,101,114,0,16,0,18,35,67,111,111,107,105,101,45,115,99,114,111,108,108,100,111,119,110,0,16,0,13,35,67,111,111,107,105,101,65,99,99,101,112,116,0,16,0,22,35,67,111,111,107,105,101,65,99,99,101,112,116,67,111,110,116,97,105,110,101,114,0,16,0,18,35,67,111,111,107,105,101,65,99,99,101,112,116,76,97,121,101,114,0,16,0,17,35,67,111,111,107,105,101,65,99,99,101,112,116,97,110,99,101,0,16,0,22,35,67,111,111,107,105,101,65,99,107,110,111,119,108,101,100,103,101,73,110,102,111,0,16,0,13,35,67,111,111,107,105,101,65,100,118,105,99,101,0,16,0,14,35,67,111,111,107,105,101,65,107,107,111,111,114,100,0,16,0,12,35,67,111,111,107,105,101,65,108,97,114,109,0,16,0,12,35,67,111,111,107,105,101,65,108,101,114,116,0,16,0,15,35,67,111,111,107,105,101,65,108,101,114,116,66,111,120,0,16,0,21,35,67,111,111,107,105,101,65,108,101,114,116,67,111,110,116,97,105,110,101,114,0,16,0,13,35,67,111,111,107,105,101,65,108,101,114,116,115,0,16,0,9,35,67,111,111,107,105,101,66,71,0,16,0,17,35,67,111,111,107,105,101,66,97,99,107,103,114,111,117,110,100,0,16,0,13,35,67,111,111,107,105,101,66,97,110,110,101,114,0,16,0,29,35,67,111,111,107,105,101,66,97,110,110,101,114,77,101,115,115,97,103,101,67,111,110,116,97,105,110,101,114,0,16,0,16,35,67,111,111,107,105,101,66,97,110,110,101,114,78,101,119,0,16,0,10,35,67,111,111,107,105,101,66,97,114,0,16,0,10,35,67,111,111,107,105,101,66,111,120,0,16,0,13,35,67,111,111,107,105,101,66,117,116,116,111,110,0,16,0,12,35,67,111,111,107,105,101,67,104,101,99,107,0,16,0,21,35,67,111,111,107,105,101,67,104,101,99,107,95,105,110,106,101,99,116,101,100,0,16,0,10,35,67,111,111,107,105,101,67,111,110,0,16,0,14,35,67,111,111,107,105,101,67,111,110,115,101,110,116,0,16,0,20,35,67,111,111,107,105,101,67,111,110,115,101,110,116,66,97,110,110,101,114,0,16,0,20,35,67,111,111,107,105,101,67,111,110,115,101,110,116,67,104,101,99,107,50,0,16,0,23,35,67,111,111,107,105,101,67,111,110,115,101,110,116,67,111,110,116,97,105,110,101,114,0,16,0,20,35,67,111,111,107,105,101,67,111,110,115,101,110,116,68,105,97,108,111,103,0,16,0,17,35,67,111,111,107,105,101,67,111,110,115,101,110,116,68,105,118,0,16,0,18,35,67,111,111,107,105,101,67,111,110,115,101,110,116,71,100,112,114,0,16,0,21,35,67,111,111,107,105,101,67,111,110,115,101,110,116,77,101,115,115,97,103,101,0,16,0,21,35,67,111,111,107,105,101,67,111,110,115,101,110,116,87,114,97,112,112,101,114,0,16,0,19,35,67,111,111,107,105,101,67,111,110,115,101,110,116,101,109,101,110,116,0,16,0,16,35,67,111,111,107,105,101,67,111,110,116,97,105,110,101,114,0,16,0,21,35,67,111,111,107,105,101,67,111,110,116,114,111,108,87,114,97,112,112,101,114,0,16,0,13,35,67,111,111,107,105,101,68,105,97,108,111,103,0,16,0,17,35,67,111,111,107,105,101,68,105,115,99,108,97,105,109,101,114,0,16,0,23,35,67,111,111,107,105,101,68,105,115,99,108,97,105,109,101,114,66,97,110,110,101,114,0,16,0,22,35,67,111,111,107,105,101,68,105,115,99,108,97,105,109,101,114,80,111,112,117,112,0,16,0,10,35,67,111,111,107,105,101,68,105,118,0,16,0,9,35,67,111,111,107,105,101,69,85,0,16,0,16,35,67,111,111,107,105,101,69,110,97,98,108,101,66,111,120,0,16,0,13,35,67,111,111,107,105,101,70,111,111,116,101,114,0,16,0,12,35,67,111,111,107,105,101,70,114,97,103,101,0,16,0,13,35,67,111,111,107,105,101,72,97,110,100,108,101,0,16,0,11,35,67,111,111,107,105,101,72,101,97,100,0,16,0,13,35,67,111,111,107,105,101,72,101,97,100,101,114,0,16,0,11,35,67,111,111,107,105,101,72,105,110,116,0,16,0,14,35,67,111,111,107,105,101,72,105,110,119,101,105,115,0,16,0,11,35,67,111,111,107,105,101,73,110,102,111,0,16,0,16,35,67,111,111,107,105,101,73,110,102,111,66,108,111,99,107,0,16,0,20,35,67,111,111,107,105,101,73,110,102,111,67,111,110,116,97,105,110,101,114,0,16,0,18,35,67,111,111,107,105,101,73,110,102,111,68,101,115,107,116,111,112,0,16,0,18,35,67,111,111,107,105,101,73,110,102,111,79,118,101,114,108,97,121,0,16,0,18,35,67,111,111,107,105,101,73,110,102,111,87,114,97,112,112,101,114,0,16,0,18,35,67,111,111,107,105,101,73,110,102,111,114,109,97,116,105,111,110,0,16,0,24,35,67,111,111,107,105,101,73,110,102,111,114,109,97,116,105,111,110,68,105,97,108,111,103,0,16,0,21,35,67,111,111,107,105,101,73,110,102,111,114,109,97,116,105,111,110,68,105,118,0,16,0,22,35,67,111,111,107,105,101,73,110,102,111,114,109,97,116,105,111,110,82,111,111,116,0,16,0,15,35,67,111,111,107,105,101,73,110,102,111,114,109,101,114,0,16,0,19,35,67,111,111,107,105,101,73,110,102,111,114,109,101,114,86,105,101,119,0,16,0,12,35,67,111,111,107,105,101,73,110,116,114,111,0,16,0,16,35,67,111,111,107,105,101,75,111,109,117,110,105,107,97,116,0,16,0,10,35,67,111,111,107,105,101,76,65,87,0,16,0,10,35,67,111,111,107,105,101,76,97,119,0,16,0,16,35,67,111,111,107,105,101,76,97,119,67,104,111,105,99,101,0,16,0,17,35,67,111,111,107,105,101,76,97,119,67,111,110,116,101,110,116,0,16,0,16,35,67,111,111,107,105,101,76,97,119,72,111,108,100,101,114,0,16,0,12,35,67,111,111,107,105,101,76,97,121,101,114,0,16,0,21,35,67,111,111,107,105,101,76,101,103,97,108,67,111,110,116,97,105,110,101,114,0,16,0,36,35,67,111,111,107,105,101,76,101,103,105,115,108,97,116,105,111,110,95,67,111,111,107,105,101,65,99,99,101,112,116,80,97,110,101,108,0,16,0,10,35,67,111,111,107,105,101,76,101,121,0,16,0,16,35,67,111,111,107,105,101,77,97,110,67,108,105,101,110,116,0,16,0,20,35,67,111,111,107,105,101,77,97,110,97,103,101,114,68,105,97,108,111,103,0,16,0,27,35,67,111,111,107,105,101,77,97,110,97,103,101,114,68,105,97,108,111,103,87,114,97,112,112,101,114,0,16,0,14,35,67,111,111,107,105,101,77,101,108,100,105,110,103,0,16,0,14,35,67,111,111,107,105,101,77,101,115,115,97,103,101,0,16,0,23,35,67,111,111,107,105,101,77,101,115,115,97,103,101,67,111,110,116,97,105,110,101,114,0,16,0,17,35,67,111,111,107,105,101,77,101,115,115,97,103,101,68,105,118,0,16,0,19,35,67,111,111,107,105,101,77,101,115,115,97,103,101,73,110,110,101,114,0,16,0,16,35,67,111,111,107,105,101,77,101,115,115,97,103,105,110,103,0,16,0,22,35,67,111,111,107,105,101,77,111,100,97,108,46,105,115,45,97,99,116,105,118,101,0,16,0,24,35,67,111,111,107,105,101,77,111,100,97,108,95,99,111,111,107,105,101,109,111,100,97,108,0,16,0,14,35,67,111,111,107,105,101,77,111,110,115,116,101,114,0,16,0,18,35,67,111,111,107,105,101,77,111,110,115,116,101,114,78,65,73,72,0,16,0,13,35,67,111,111,107,105,101,77,115,103,66,111,120,0,16,0,17,35,67,111,111,107,105,101,78,97,118,105,103,97,116,105,111,110,0,16,0,11,35,67,111,111,107,105,101,78,111,116,101,0,16,0,13,35,67,111,111,107,105,101,78,111,116,105,99,101,0,16,0,16,35,67,111,111,107,105,101,78,111,116,105,99,101,66,111,120,0,16,0,22,35,67,111,111,107,105,101,78,111,116,105,99,101,67,111,110,116,97,105,110,101,114,0,16,0,19,35,67,111,111,107,105,101,78,111,116,105,102,105,99,97,116,105,111,110,0,16,0,22,35,67,111,111,107,105,101,78,111,116,105,102,105,99,97,116,105,111,110,66,97,114,0,16,0,27,35,67,111,111,107,105,101,78,111,116,105,102,105,99,97,116,105,111,110,66,97,114,83,112,97,99,101,0,16,0,28,35,67,111,111,107,105,101,78,111,116,105,102,105,99,97,116,105,111,110,67,111,110,116,97,105,110,101,114,0,16,0,15,35,67,111,111,107,105,101,78,111,116,105,102,105,101,114,0,16,0,18,35,67,111,111,107,105,101,78,111,116,105,102,105,101,114,105,110,103,0,16,0,9,35,67,111,111,107,105,101,79,75,0,16,0,18,35,67,111,111,107,105,101,79,112,116,73,110,66,97,110,110,101,114,0,16,0,15,35,67,111,111,107,105,101,79,112,116,73,110,66,111,120,0,16,0,14,35,67,111,111,107,105,101,79,118,101,114,108,97,121,0,16,0,17,35,67,111,111,107,105,101,79,118,101,114,108,97,121,66,111,120,0,16,0,11,35,67,111,111,107,105,101,80,97,110,101,0,16,0,12,35,67,111,111,107,105,101,80,97,110,101,108,0,16,0,20,35,67,111,111,107,105,101,80,97,110,101,108,78,101,103,97,116,105,118,101,0,16,0,11,35,67,111,111,107,105,101,80,108,117,115,0,16,0,13,35,67,111,111,107,105,101,80,111,108,105,99,121,0,16,0,22,35,67,111,111,107,105,101,80,111,108,105,99,121,67,111,110,116,97,105,110,101,114,0,16,0,16,35,67,111,111,107,105,101,80,111,108,105,99,121,68,105,118,0,16,0,19,35,67,111,111,107,105,101,80,111,108,105,99,121,72,101,97,100,101,114,0,16,0,20,35,67,111,111,107,105,101,80,111,108,105,99,121,77,101,115,115,97,103,101,0,16,0,19,35,67,111,111,107,105,101,80,111,108,105,99,121,78,111,116,105,99,101,0,16,0,20,35,67,111,111,107,105,101,80,111,108,105,99,121,79,118,101,114,108,97,121,0,16,0,18,35,67,111,111,107,105,101,80,111,108,105,99,121,80,97,110,101,108,0,16,0,17,35,67,111,111,107,105,101,80,111,108,105,99,121,95,100,105,118,0,16,0,12,35,67,111,111,107,105,101,80,111,112,117,112,0,16,0,14,35,67,111,111,107,105,101,80,114,105,118,97,99,121,0,16,0,20,35,67,111,111,107,105,101,80,114,105,118,97,99,121,78,111,116,105,99,101,0,16,0,13,35,67,111,111,107,105,101,80,117,98,83,101,116,0,16,0,14,35,67,111,111,107,105,101,81,66,97,110,110,101,114,0,16,0,20,35,67,111,111,107,105,101,82,101,112,111,114,116,115,66,97,110,110,101,114,0,16,0,22,35,67,111,111,107,105,101,82,101,112,111,114,116,115,66,97,110,110,101,114,65,90,0,16,0,20,35,67,111,111,107,105,101,82,101,112,111,114,116,115,66,117,116,116,111,110,0,16,0,23,35,67,111,111,107,105,101,82,101,112,111,114,116,115,77,105,110,105,80,97,110,101,108,0,16,0,19,35,67,111,111,107,105,101,82,101,112,111,114,116,115,80,97,110,101,108,0,16,0,12,35,67,111,111,107,105,101,82,117,108,101,115,0,16,0,14,35,67,111,111,107,105,101,83,97,118,101,77,115,103,0,16,0,24,35,67,111,111,107,105,101,83,101,116,116,105,110,103,115,67,111,110,116,97,105,110,101,114,0,16,0,13,35,67,111,111,107,105,101,83,108,105,100,101,114,0,16,0,15,35,67,111,111,107,105,101,83,110,97,99,107,98,97,114,0,16,0,29,35,67,111,111,107,105,101,83,116,105,99,107,121,95,112,110,108,67,111,111,107,105,101,83,116,105,99,107,121,0,16,0,12,35,67,111,111,107,105,101,84,49,66,97,114,0,16,0,12,35,67,111,111,107,105,101,84,50,66,97,114,0,16,0,10,35,67,111,111,107,105,101,84,80,67,0,16,0,11,35,67,111,111,107,105,101,84,111,111,108,0,16,0,13,35,67,111,111,107,105,101,84,111,112,68,105,118,0,16,0,9,35,67,111,111,107,105,101,84,114,0,16,0,18,35,67,111,111,107,105,101,85,115,101,65,112,112,114,111,118,97,108,0,16,0,11,35,67,111,111,107,105,101,87,97,108,108,0,16,0,14,35,67,111,111,107,105,101,87,97,114,110,105,110,103,0,16,0,17,35,67,111,111,107,105,101,87,97,114,110,105,110,103,66,97,114,0,16,0,17,35,67,111,111,107,105,101,87,97,114,110,105,110,103,66,111,120,0,16,0,18,35,67,111,111,107,105,101,87,97,114,110,105,110,103,76,105,110,107,0,16,0,19,35,67,111,111,107,105,101,87,97,114,110,105,110,103,80,97,110,101,108,0,16,0,17,35,67,111,111,107,105,101,87,97,114,110,105,110,103,82,111,119,0,16,0,13,35,67,111,111,107,105,101,87,105,100,103,101,116,0,16,0,10,35,67,111,111,107,105,101,87,105,110,0,16,0,11,35,67,111,111,107,105,101,87,114,97,112,0,16,0,14,35,67,111,111,107,105,101,87,114,97,112,112,101,114,0,16,0,10,35,67,111,111,107,105,101,95,69,85,0,16,0,15,35,67,111,111,107,105,101,95,72,105,110,119,101,105,115,0,16,0,13,35,67,111,111,107,105,101,95,76,97,121,101,114,0,16,0,14,35,67,111,111,107,105,101,95,105,110,102,111,114,109,0,16,0,13,35,67,111,111,107,105,101,98,97,110,110,101,114,0,16,0,10,35,67,111,111,107,105,101,98,97,114,0,16,0,14,35,67,111,111,107,105,101,99,111,110,115,101,110,116,0,16,0,14,35,67,111,111,107,105,101,99,111,110,116,97,105,110,0,16,0,11,35,67,111,111,107,105,101,105,110,102,111,0,16,0,16,35,67,111,111,107,105,101,108,97,119,66,97,110,110,101,114,0,16,0,14,35,67,111,111,107,105,101,109,101,108,100,105,110,103,0,16,0,8,35,67,111,111,107,105,101,115,0,16,0,29,35,67,111,111,107,105,101,115,49,95,112,110,108,67,111,111,107,105,101,65,99,99,101,112,116,97,110,99,101,0,16,0,13,35,67,111,111,107,105,101,115,49,95,117,100,112,0,16,0,14,35,67,111,111,107,105,101,115,65,99,99,101,112,116,0,16,0,24,35,67,111,111,107,105,101,115,65,103,114,101,101,109,101,110,116,95,66,111,120,65,108,108,0,16,0,13,35,67,111,111,107,105,101,115,65,108,101,114,116,0,16,0,33,35,67,111,111,107,105,101,115,65,108,101,114,116,67,111,110,116,97,105,110,101,114,87,80,81,52,54,95,68,79,67,81,49,0,16,0,16,35,67,111,111,107,105,101,115,65,108,101,114,116,82,111,119,0,16,0,15,35,67,111,111,107,105,101,115,65,114,116,105,99,108,101,0,16,0,14,35,67,111,111,107,105,101,115,66,97,110,110,101,114,0,16,0,11,35,67,111,111,107,105,101,115,66,97,114,0,16,0,19,35,67,111,111,107,105,101,115,66,101,115,116,97,101,116,105,103,101,110,0,16,0,11,35,67,111,111,107,105,101,115,66,111,120,0,16,0,18,35,67,111,111,107,105,101,115,67,111,109,112,108,105,97,110,99,101,0,16,0,20,35,67,111,111,107,105,101,115,67,111,110,102,105,114,109,97,116,105,111,110,0,16,0,17,35,67,111,111,107,105,101,115,67,111,110,116,97,105,110,101,114,0,16,0,12,35,67,111,111,107,105,101,115,67,116,114,108,0,16,0,18,35,67,111,111,107,105,101,115,68,105,115,99,108,97,105,109,101,114,0,16,0,11,35,67,111,111,107,105,101,115,68,105,118,0,16,0,12,35,67,111,111,107,105,101,115,73,110,102,111,0,16,0,13,35,67,111,111,107,105,101,115,73,110,102,111,115,0,16,0,11,35,67,111,111,107,105,101,115,76,97,119,0,16,0,18,35,67,111,111,107,105,101,115,76,97,119,77,101,115,115,97,103,101,0,16,0,13,35,67,111,111,107,105,101,115,76,97,121,101,114,0,16,0,13,35,67,111,111,107,105,101,115,77,111,100,97,108,0,16,0,14,35,67,111,111,107,105,101,115,78,111,116,105,99,101,0,16,0,15,35,67,111,111,107,105,101,115,79,118,101,114,108,97,121,0,16,0,13,35,67,111,111,107,105,101,115,80,97,110,101,108,0,16,0,14,35,67,111,111,107,105,101,115,80,111,108,105,99,121,0,16,0,13,35,67,111,111,107,105,101,115,80,111,112,117,112,0,16,0,13,35,67,111,111,107,105,101,115,80,114,105,110,99,0,16,0,15,35,67,111,111,107,105,101,115,80,114,105,118,97,99,121,0,16,0,17,35,67,111,111,107,105,101,115,85,115,97,103,101,67,111,110,116,0,16,0,15,35,67,111,111,107,105,101,115,87,97,114,110,105,110,103,0,16,0,14,35,67,111,111,107,105,101,115,87,105,110,100,111,119,0,16,0,19,35,67,111,111,107,105,101,115,95,112,110,108,67,111,111,107,105,101,115,0,16,0,17,35,67,111,111,107,105,101,122,117,115,116,105,109,109,117,110,103,0,16,0,13,35,67,111,111,107,105,115,66,97,110,110,101,114,0,16,0,14,35,67,111,111,107,105,115,87,97,114,110,105,110,103,0,16,0,20,35,67,112,72,84,77,76,67,111,111,107,105,101,66,97,114,95,98,97,114,0,16,0,33,35,67,121,98,111,116,67,111,111,107,105,101,98,111,116,68,105,97,108,111,103,66,111,100,121,85,110,100,101,114,108,97,121,0,16,0,12,35,68,67,67,111,111,107,105,101,76,97,119,0,16,0,18,35,68,67,73,78,70,79,95,67,79,79,75,73,69,95,65,71,66,0,16,0,17,35,68,70,76,67,111,111,107,105,101,67,111,110,115,101,110,116,0,16,0,5,35,68,71,80,82,0,16,0,11,35,68,73,86,99,111,111,107,105,101,115,0,16,0,18,35,68,73,86,99,111,111,107,105,101,115,119,101,108,99,111,109,101,0,16,0,32,35,68,76,80,95,101,117,95,99,111,111,107,105,101,95,100,105,115,99,108,111,115,117,114,101,79,118,101,114,108,97,121,0,16,0,12,35,68,79,95,67,67,95,80,65,78,69,76,0,16,0,16,35,68,83,71,86,79,95,99,111,110,116,97,105,110,101,114,0,16,0,16,35,68,83,71,86,79,100,105,115,99,108,97,105,109,101,114,0,16,0,26,35,68,105,103,105,116,97,108,80,114,105,110,116,45,99,111,111,107,105,101,45,97,108,101,114,116,0,16,0,15,35,68,105,115,99,108,97,105,109,67,111,111,107,105,101,0,16,0,28,35,68,105,115,99,108,97,105,109,80,114,105,118,97,99,121,66,111,116,116,111,109,66,117,116,116,111,110,0,16,0,18,35,68,105,115,99,108,97,105,109,101,114,67,111,111,107,105,101,115,0,16,0,18,35,68,105,115,112,108,97,121,67,111,111,107,105,101,73,110,102,111,0,16,0,18,35,68,105,118,65,99,101,112,116,97,114,67,111,111,107,105,101,115,0,16,0,16,35,68,105,118,65,108,108,111,119,67,111,111,107,105,101,115,0,16,0,18,35,68,105,118,66,97,110,100,101,97,117,67,111,111,107,105,101,115,0,16,0,11,35,68,105,118,67,111,111,107,105,101,115,0,16,0,20,35,68,105,118,67,111,111,107,105,101,115,73,110,102,111,80,97,110,101,108,0,16,0,18,35,68,105,118,67,111,111,107,105,101,115,77,101,115,115,97,103,101,0,16,0,18,35,68,105,118,73,100,101,97,108,67,111,111,107,76,105,103,104,116,0,16,0,16,35,68,105,118,80,111,108,105,99,121,67,111,111,107,105,101,0,16,0,14,35,68,105,118,95,67,111,111,107,105,101,78,97,103,0,16,0,10,35,68,105,118,99,111,111,107,105,101,0,16,0,20,35,68,111,87,101,98,67,111,111,107,105,101,115,67,111,110,115,101,110,116,0,16,0,10,35,69,66,67,111,111,107,105,101,115,0,16,0,26,35,69,67,45,67,111,111,107,105,101,76,97,119,45,78,111,116,105,102,105,99,97,116,105,111,110,0,16,0,15,35,69,67,83,99,111,111,107,105,101,112,97,110,101,108,0,16,0,16,35,69,80,68,105,114,101,99,116,105,118,101,73,110,102,111,0,16,0,16,35,69,80,95,99,111,111,107,105,101,115,80,111,112,117,112,0,16,0,7,35,69,85,67,79,79,75,0,16,0,25,35,69,85,67,111,109,112,108,105,97,110,99,101,78,111,116,105,102,105,99,97,116,105,111,110,0,16,0,9,35,69,85,67,111,111,107,105,101,0,16,0,16,35,69,85,67,111,111,107,105,101,45,66,97,110,110,101,114,0,16,0,12,35,69,85,67,111,111,107,105,101,66,97,114,0,16,0,22,35,69,85,67,111,111,107,105,101,67,111,110,115,101,110,116,66,97,110,110,101,114,0,16,0,18,35,69,85,67,111,111,107,105,101,67,111,110,116,97,105,110,101,114,0,16,0,13,35,69,85,67,111,111,107,105,101,70,97,100,101,0,16,0,16,35,69,85,67,111,111,107,105,101,77,101,115,115,97,103,101,0,16,0,12,35,69,85,67,111,111,107,105,101,77,115,103,0,16,0,13,35,69,85,67,111,111,107,105,101,78,111,116,101,0,16,0,14,35,69,85,67,111,111,107,105,101,80,97,110,101,108,0,16,0,21,35,69,85,67,111,111,107,105,101,80,111,108,105,99,121,78,111,116,105,99,101,0,16,0,10,35,69,85,67,111,111,107,105,101,115,0,16,0,15,35,69,85,67,111,111,107,105,101,115,65,108,101,114,116,0,16,0,17,35,69,85,67,111,111,107,105,101,115,87,97,114,110,105,110,103,0,16,0,23,35,69,85,68,105,114,101,99,116,105,118,101,67,111,111,107,105,101,80,97,110,101,108,0,16,0,18,35,69,85,95,67,111,111,107,105,101,95,77,101,115,115,97,103,101,0,16,0,10,35,69,85,95,99,111,111,107,105,101,0,16,0,9,35,69,85,99,111,111,107,105,101,0,16,0,15,35,69,85,99,111,111,107,105,101,66,97,110,110,101,114,0,16,0,17,35,69,85,99,111,111,107,105,101,83,116,97,116,109,101,110,116,0,16,0,23,35,69,110,99,117,114,105,111,71,100,112,114,83,101,99,117,114,105,116,121,66,97,114,0,16,0,14,35,69,117,67,111,111,107,105,101,66,97,114,45,56,0,16,0,14,35,69,117,67,111,111,107,105,101,66,108,111,99,107,0,16,0,16,35,69,117,67,111,111,107,105,101,76,97,119,70,111,114,109,0,16,0,14,35,69,118,97,115,116,101,95,98,111,116,116,111,109,0,16,0,11,35,70,84,95,67,111,111,107,105,101,115,0,16,0,14,35,70,111,111,116,101,114,45,67,111,111,107,105,101,0,16,0,40,35,70,111,111,116,101,114,49,95,67,111,111,107,105,101,80,111,112,117,112,49,95,112,110,108,68,105,115,99,108,97,105,109,101,114,80,111,112,117,112,0,16,0,41,35,70,111,111,116,101,114,49,95,99,67,111,111,107,105,101,80,111,112,85,112,49,95,112,110,108,68,105,115,99,108,97,105,109,101,114,80,111,112,117,112,0,16,0,13,35,70,111,111,116,101,114,67,111,111,107,105,101,0,16,0,20,35,70,111,111,116,101,114,95,99,111,111,107,105,101,76,97,119,66,111,120,0,16,0,14,35,70,111,114,98,111,116,67,111,111,107,105,101,115,0,16,0,30,35,70,111,114,109,76,97,121,111,117,116,95,67,111,111,107,105,101,87,97,114,110,105,110,103,80,97,110,101,108,0,16,0,11,35,70,114,115,116,67,107,115,68,105,118,0,16,0,23,35,71,67,85,67,111,111,107,105,101,80,111,108,105,99,121,87,97,114,110,105,110,103,0,16,0,25,35,71,68,80,82,45,97,99,99,101,112,116,68,105,97,108,111,103,87,114,97,112,112,101,114,0,16,0,11,35,71,68,80,82,45,97,108,101,114,116,0,16,0,19,35,71,68,80,82,45,99,111,110,115,101,110,116,45,97,108,101,114,116,0,16,0,20,35,71,68,80,82,45,99,111,111,107,105,101,115,45,110,111,116,105,99,101,0,16,0,16,35,71,68,80,82,65,108,101,114,116,66,97,110,110,101,114,0,16,0,12,35,71,68,80,82,67,111,110,115,101,110,116,0,16,0,15,35,71,68,80,82,67,111,110,115,101,110,116,66,97,114,0,16,0,28,35,71,68,80,82,67,111,110,115,101,110,116,77,97,110,97,103,101,114,67,111,110,116,97,105,110,101,114,0,16,0,19,35,71,68,80,82,67,111,110,115,101,110,116,79,118,101,114,108,97,121,0,16,0,11,35,71,68,80,82,67,111,111,107,105,101,0,16,0,14,35,71,68,80,82,67,111,111,107,105,101,66,111,120,0,16,0,21,35,71,68,80,82,67,111,111,107,105,101,68,105,115,99,108,97,105,109,101,114,0,16,0,18,35,71,68,80,82,67,111,111,107,105,101,68,105,115,112,108,97,121,0,16,0,8,35,71,68,80,82,68,105,118,0,16,0,11,35,71,68,80,82,70,111,111,116,101,114,0,16,0,10,35,71,68,80,82,77,111,100,97,108,0,16,0,19,35,71,68,80,82,80,111,112,117,112,67,111,110,116,97,105,110,101,114,0,16,0,12,35,71,68,80,82,95,67,79,79,75,73,69,0,16,0,10,35,71,68,80,82,95,72,105,110,116,0,16,0,19,35,71,68,80,82,95,77,97,105,110,67,111,110,116,97,105,110,101,114,0,16,0,11,35,71,68,80,82,95,98,108,111,99,107,0,16,0,13,35,71,68,80,82,95,119,97,114,110,105,110,103,0,16,0,10,35,71,68,80,82,112,111,112,117,112,0,16,0,10,35,71,68,80,82,116,111,97,115,116,0,16,0,9,35,71,70,83,116,105,99,107,121,0,16,0,19,35,71,77,73,95,80,114,105,118,97,99,121,95,80,111,108,105,99,121,0,16,0,25,35,71,82,85,45,99,111,111,107,105,101,115,45,97,108,101,114,116,45,105,102,114,97,109,101,0,16,0,12,35,71,99,67,111,111,107,105,101,66,111,120,0,16,0,5,35,71,100,112,114,0,16,0,12,35,71,100,112,114,45,112,111,108,105,99,121,0,16,0,17,35,71,100,112,114,67,111,111,107,105,101,66,97,110,110,101,114,0,16,0,18,35,71,100,112,114,67,111,111,107,105,101,77,101,115,115,97,103,101,0,16,0,12,35,71,100,112,114,69,121,101,98,114,111,119,0,16,0,39,35,71,101,110,101,114,105,99,116,111,112,109,101,110,117,49,95,83,101,114,118,105,99,101,77,101,110,117,49,95,80,110,108,67,111,111,107,105,101,0,16,0,14,35,71,105,98,115,111,110,80,114,105,118,97,99,121,0,16,0,19,35,71,108,111,98,97,108,67,111,111,107,105,101,66,97,110,110,101,114,0,16,0,18,35,71,111,100,66,108,101,115,115,69,85,67,111,111,107,105,101,115,0,16,0,17,35,71,114,105,116,116,101,114,67,111,110,116,97,105,110,101,114,0,16,0,13,35,71,114,117,85,105,87,114,97,112,112,101,114,0,16,0,26,35,72,67,69,67,111,111,107,105,101,77,97,110,97,103,101,114,67,111,110,116,97,105,110,101,114,0,16,0,15,35,72,70,83,95,67,111,111,107,105,101,72,105,110,116,0,16,0,17,35,72,70,83,95,67,111,111,107,105,101,72,105,110,116,66,103,0,16,0,17,35,72,71,76,67,111,111,107,105,101,87,97,114,110,105,110,103,0,16,0,37,35,72,101,97,100,101,114,95,67,111,111,107,105,101,115,76,101,103,97,99,121,95,112,110,67,111,111,107,105,101,115,76,101,103,97,99,121,0,16,0,36,35,72,101,97,100,101,114,95,72,101,97,100,101,114,95,99,116,108,48,48,95,99,111,111,107,105,101,68,105,115,99,108,97,109,101,114,0,16,0,20,35,72,111,108,100,101,114,70,111,114,67,111,111,107,105,101,73,110,102,111,0,16,0,25,35,72,111,110,101,121,119,101,108,108,69,85,67,111,111,107,105,101,45,66,97,110,110,101,114,0,16,0,16,35,73,66,84,67,111,111,107,105,101,80,111,108,105,99,121,0,16,0,19,35,73,67,85,115,101,114,67,111,111,107,105,101,95,98,108,111,99,107,0,16,0,12,35,73,68,82,111,100,111,80,111,112,85,112,0,16,0,18,35,73,68,95,68,73,86,95,71,68,80,82,95,65,76,69,82,84,0,16,0,21,35,73,76,78,98,97,114,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,16,0,16,35,73,76,78,99,111,111,107,105,101,66,97,110,110,101,114,0,16,0,37,35,73,77,95,99,108,111,115,101,95,99,111,111,107,105,101,95,110,111,116,105,102,105,99,97,116,105,111,110,95,119,114,97,112,112,101,114,0,16,0,20,35,73,78,95,99,111,111,107,105,101,98,97,114,119,114,97,112,112,101,114,0,16,0,22,35,73,100,66,97,110,110,101,114,65,99,99,101,112,116,80,114,105,118,97,99,121,0,16,0,11,35,73,110,102,111,67,111,111,107,105,101,0,16,0,14,35,73,110,102,111,67,111,111,107,105,101,84,108,111,0,16,0,19,35,73,110,102,111,114,109,97,99,106,97,79,67,111,111,107,105,101,115,0,16,0,19,35,73,110,102,111,114,109,97,116,105,111,110,67,111,111,107,105,101,115,0,16,0,18,35,73,110,102,111,114,109,97,116,105,118,97,67,111,111,107,105,101,0,16,0,17,35,74,68,67,111,111,107,105,101,78,111,116,105,102,105,101,114,0,16,0,20,35,74,77,95,67,111,111,107,105,101,95,67,111,110,116,97,105,110,101,114,0,16,0,15,35,74,77,95,99,111,111,107,105,101,108,97,121,101,114,0,16,0,20,35,74,79,73,83,72,57,56,55,95,98,97,114,95,104,111,108,100,101,114,0,16,0,21,35,74,83,69,87,45,99,111,111,107,105,101,68,101,116,101,99,116,105,111,110,0,16,0,25,35,74,83,95,99,111,111,107,105,101,115,76,97,119,65,99,99,101,112,116,97,116,105,111,110,0,16,0,13,35,74,83,99,111,111,107,105,101,73,110,102,111,0,16,0,18,35,75,66,66,67,111,111,107,105,101,78,111,116,105,102,105,101,114,0,16,0,10,35,75,80,78,67,111,111,107,105,101,0,16,0,11,35,75,80,78,95,99,111,111,107,105,101,0,16,0,16,35,75,83,67,111,111,107,105,101,67,111,110,115,101,110,116,0,16,0,26,35,75,101,116,111,68,105,101,116,79,122,45,112,114,111,45,99,111,111,107,105,101,45,105,102,121,0,16,0,26,35,75,105,115,105,115,101,108,86,101,114,105,108,101,114,105,110,75,111,114,117,110,109,97,115,105,0,16,0,25,35,75,108,105,99,107,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,100,105,118,0,16,0,11,35,76,66,95,99,111,111,107,105,101,115,0,16,0,11,35,76,67,111,111,107,105,101,66,97,114,0,16,0,5,35,76,71,80,68,0,16,0,15,35,76,71,80,68,100,105,115,99,108,97,105,109,101,114,0,16,0,20,35,76,83,67,111,111,107,105,101,80,111,108,105,99,121,80,111,112,117,112,0,16,0,16,35,76,97,98,48,99,111,111,107,105,101,95,112,114,101,115,0,16,0,19,35,76,97,98,101,108,65,110,122,101,105,103,101,67,111,111,107,105,101,0,16,0,13,35,76,101,103,97,108,67,111,111,107,105,101,115,0,16,0,20,35,76,101,103,97,108,115,67,111,111,107,105,101,72,105,110,119,101,105,115,0,16,0,12,35,76,108,101,105,67,111,111,107,105,101,115,0,16,0,14,35,76,111,103,103,105,110,103,67,111,111,107,105,101,0,16,0,23,35,77,65,70,73,65,68,79,67,67,79,77,95,99,111,111,107,105,101,95,98,111,120,0,16,0,19,35,77,67,99,111,111,107,105,101,67,104,111,105,99,101,73,110,102,111,0,16,0,16,35,77,68,67,77,83,67,111,111,107,105,101,78,111,116,101,0,16,0,11,35,77,79,68,65,76,95,108,103,112,100,0,16,0,16,35,77,83,111,102,116,67,111,111,107,105,101,87,97,114,110,0,16,0,16,35,77,95,99,111,111,107,105,101,87,97,114,110,105,110,103,0,16,0,17,35,77,97,105,110,67,111,111,107,105,101,66,97,110,110,101,114,0,16,0,12,35,77,97,105,110,67,111,111,107,105,101,115,0,16,0,31,35,77,97,110,97,103,101,98,97,115,101,95,67,111,111,107,105,101,66,97,114,95,67,111,110,116,97,105,110,101,114,0,16,0,26,35,77,101,109,111,71,97,100,103,101,116,67,111,111,107,105,101,98,111,116,68,105,97,108,111,103,0,16,0,27,35,77,101,110,115,97,106,101,67,111,109,112,114,117,101,98,97,67,111,111,107,105,101,83,105,116,101,0,16,0,34,35,77,101,110,115,97,106,101,67,111,109,112,114,117,101,98,97,67,111,111,107,105,101,83,105,116,101,84,101,97,108,105,117,109,0,16,0,14,35,77,101,115,115,97,103,101,67,111,111,107,105,101,0,16,0,24,35,77,101,115,115,97,103,101,73,110,102,111,95,112,97,110,101,108,67,111,111,107,105,101,0,16,0,19,35,77,111,100,97,108,45,99,111,111,107,105,101,45,97,108,101,114,116,0,16,0,10,35,77,115,103,67,111,111,107,105,101,0,16,0,11,35,77,115,106,67,111,111,107,105,101,115,0,16,0,15,35,78,74,73,45,69,109,101,97,67,111,111,107,105,101,0,16,0,16,35,78,76,67,95,111,112,97,113,117,101,76,97,121,101,114,0,16,0,14,35,78,76,67,95,116,101,120,116,76,97,121,101,114,0,16,0,26,35,78,88,79,84,111,111,108,95,97,117,116,104,111,114,105,122,101,95,99,111,111,107,105,101,115,0,16,0,13,35,78,101,116,115,78,79,67,111,111,107,105,101,0,16,0,12,35,78,111,116,97,67,111,111,107,105,101,115,0,16,0,16,35,78,111,116,105,102,105,99,97,95,99,111,111,107,105,101,0,16,0,23,35,78,111,116,105,102,105,99,97,116,105,111,110,66,97,114,95,99,111,111,107,105,101,0,16,0,8,35,79,98,115,67,110,105,108,0,16,0,10,35,79,107,67,111,111,107,105,101,115,0,16,0,21,35,79,107,110,111,87,105,97,100,111,109,111,115,99,105,67,111,111,107,105,101,0,16,0,28,35,80,65,99,111,111,107,105,101,115,95,99,111,110,115,101,110,116,95,99,111,110,116,97,105,110,101,114,0,16,0,12,35,80,67,99,111,111,107,105,101,66,97,114,0,16,0,25,35,80,67,111,110,115,101,110,116,105,109,101,110,116,111,45,67,111,110,116,97,105,110,101,114,0,16,0,9,35,80,76,67,111,111,107,105,101,0,16,0,21,35,80,76,95,99,111,110,116,97,105,110,101,114,95,99,111,111,107,105,101,115,0,16,0,9,35,80,80,99,111,111,107,105,101,0,16,0,18,35,80,97,103,101,67,111,111,107,105,101,87,97,114,110,105,110,103,0,16,0,24,35,80,97,110,101,108,67,111,111,107,105,101,78,111,116,105,102,105,99,97,116,105,111,110,0,16,0,19,35,80,97,110,101,108,67,111,111,107,105,101,79,118,101,114,108,97,121,0,16,0,13,35,80,97,110,101,108,67,111,111,107,105,101,115,0,16,0,12,35,80,97,118,101,67,111,111,107,105,101,115,0,16,0,20,35,80,101,114,115,111,110,97,108,68,97,116,97,73,110,102,111,66,97,114,0,16,0,14,35,80,105,112,101,114,45,67,111,110,115,101,110,116,0,16,0,26,35,80,108,97,121,67,111,111,107,105,101,73,110,102,111,114,109,97,116,105,111,110,82,111,111,116,0,16,0,10,35,80,110,108,67,111,111,107,105,101,0,16,0,16,35,80,110,108,80,114,105,118,97,99,121,65,108,101,114,116,0,16,0,26,35,80,111,108,105,116,121,107,97,80,114,121,119,97,116,110,111,115,99,105,67,111,111,107,105,101,0,16,0,12,35,80,111,112,85,112,67,111,111,107,105,101,0,16,0,13,35,80,111,112,85,112,67,111,111,107,105,101,115,0,16,0,22,35,80,111,112,117,112,67,111,111,107,105,101,115,67,111,110,116,97,105,110,101,114,0,16,0,14,35,80,114,105,118,97,99,121,66,97,110,110,101,114,0,16,0,26,35,80,114,105,118,97,99,121,73,110,102,111,114,109,97,116,105,111,110,67,111,110,115,101,110,116,0,16,0,20,35,80,114,105,118,97,99,121,80,111,108,105,99,121,66,97,110,110,101,114,0,16,0,17,35,80,114,105,118,97,99,121,80,111,108,105,99,121,66,97,114,0,16,0,13,35,80,114,105,118,97,99,121,80,111,112,117,112,0,16,0,15,35,80,114,105,118,97,99,121,87,97,114,110,105,110,103,0,16,0,14,35,80,114,105,118,97,99,121,95,80,111,112,117,112,0,16,0,21,35,80,114,111,100,117,99,116,95,99,111,111,107,105,101,115,45,119,114,97,112,0,16,0,26,35,81,85,85,82,99,111,111,107,105,101,68,105,115,99,108,111,115,117,114,101,79,117,116,101,114,0,16,0,34,35,82,66,95,82,101,97,99,116,95,67,111,109,112,111,110,101,110,116,95,67,111,111,107,105,101,66,97,110,110,101,114,95,52,0,16,0,5,35,82,71,80,68,0,16,0,19,35,82,73,69,85,45,97,99,99,101,112,116,67,111,111,107,105,101,115,0,16,0,16,35,82,82,90,69,76,101,103,97,108,66,97,110,110,101,114,0,16,0,22,35,82,97,101,101,114,71,111,111,103,108,101,67,111,111,107,105,101,115,66,111,120,0,16,0,24,35,82,111,100,111,78,111,116,105,102,105,99,97,116,105,111,110,87,114,97,112,112,101,114,0,16,0,15,35,82,111,111,116,67,111,111,107,105,101,84,111,111,108,0,16,0,18,35,83,66,83,45,99,111,111,107,105,101,45,119,105,100,103,101,116,0,16,0,11,35,83,67,45,99,111,111,107,105,101,115,0,16,0,20,35,83,67,75,95,77,97,120,105,109,105,122,101,100,66,97,110,110,101,114,0,16,0,14,35,83,72,49,51,53,45,67,79,79,75,73,69,83,0,16,0,17,35,83,82,80,95,67,111,111,107,105,101,95,66,97,114,114,101,0,16,0,13,35,83,86,68,118,51,95,99,111,111,107,105,101,0,16,0,22,35,83,87,67,67,51,95,67,111,111,107,105,101,76,97,119,66,97,110,110,101,114,0,16,0,13,35,83,95,99,111,111,107,105,101,95,98,111,120,0,16,0,14,35,83,103,67,111,111,107,105,101,79,112,116,105,110,0,16,0,11,35,83,104,111,119,67,111,111,107,105,101,0,16,0,36,35,83,105,116,101,73,110,102,111,66,97,110,110,101,114,91,100,97,116,97,45,99,111,111,107,105,101,45,99,104,101,99,107,101,114,93,0,16,0,35,35,83,105,116,101,77,97,115,116,101,114,80,97,103,101,95,117,112,100,67,111,111,107,105,101,68,105,115,99,108,97,105,109,101,114,0,16,0,18,35,83,116,67,111,111,107,105,101,83,116,121,108,101,45,98,97,114,0,16,0,23,35,83,116,97,110,100,79,117,116,67,111,111,107,105,101,95,67,111,110,115,101,110,116,0,16,0,26,35,83,116,105,99,107,121,67,111,111,107,105,101,45,99,111,111,107,105,101,83,116,105,99,107,121,0,16,0,17,35,83,119,79,118,101,114,108,97,121,67,111,111,107,105,101,115,0,16,0,14,35,84,67,67,73,110,102,111,67,111,111,107,105,101,0,16,0,11,35,84,111,83,80,80,65,108,101,114,116,0,16,0,10,35,84,111,85,95,102,108,111,97,116,0,16,0,21,35,85,67,67,111,111,107,105,101,115,95,112,110,108,95,99,111,111,107,105,101,0,16,0,17,35,85,73,70,111,111,116,101,114,45,99,111,110,115,101,110,116,0,16,0,16,35,85,75,67,111,111,107,105,101,87,97,114,110,105,110,103,0,16,0,10,35,86,80,95,99,111,111,107,105,101,0,16,0,23,35,86,98,115,70,111,111,116,101,114,95,67,111,111,107,105,101,80,97,110,101,108,49,0,16,0,19,35,86,105,97,116,111,67,111,111,107,105,101,67,111,110,115,101,110,116,0,16,0,24,35,86,105,110,101,67,111,111,107,105,101,67,111,110,115,101,110,116,80,97,114,101,110,116,0,16,0,18,35,87,67,80,99,111,111,107,105,101,66,97,110,110,101,114,73,100,0,16,0,15,35,87,80,45,99,111,111,107,105,101,45,105,110,102,111,0,16,0,12,35,87,84,67,111,111,107,105,101,68,105,118,0,16,0,13,35,87,101,85,115,101,67,111,111,107,105,101,115,0,16,0,20,35,87,101,85,115,101,67,111,111,107,105,101,115,68,101,115,107,116,111,112,0,16,0,23,35,87,112,97,67,111,111,107,105,101,80,114,105,118,97,99,121,80,111,108,105,99,121,0,16,0,19,35,89,111,117,114,67,111,111,107,105,101,83,101,116,116,105,110,103,115,0,16,0,15,35,95,67,111,111,107,105,101,67,111,110,115,101,110,116,0,16,0,21,35,95,67,111,111,107,105,101,67,111,110,115,101,110,116,65,99,99,101,112,116,0,16,0,12,35,95,67,111,111,107,105,101,84,101,120,116,0,16,0,10,35,95,68,73,86,95,67,79,79,75,0,16,0,9,35,95,69,65,80,77,46,84,67,0,16,0,18,35,95,95,67,111,111,107,105,101,67,111,110,116,97,105,110,101,114,0,16,0,15,35,95,95,97,103,114,101,101,109,101,110,116,66,97,114,0,16,0,25,35,95,95,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,119,114,97,112,112,101,114,0,16,0,16,35,95,95,99,111,111,107,105,101,77,101,115,115,97,103,101,0,16,0,17,35,95,95,99,111,111,107,105,101,95,99,111,110,115,101,110,116,0,16,0,12,35,95,95,99,111,111,107,105,101,109,115,103,0,16,0,11,35,95,95,99,111,111,107,105,101,115,95,0,16,0,12,35,95,95,99,111,111,107,105,101,115,95,95,0,16,0,21,35,95,95,102,114,95,99,111,111,107,105,101,95,110,111,116,105,102,105,101,114,0,16,0,12,35,95,95,105,99,45,110,111,116,105,99,101,0,16,0,13,35,95,95,108,111,97,100,67,111,111,107,105,101,0,16,0,28,35,95,95,110,100,99,99,95,99,111,111,107,105,101,73,109,112,108,105,101,100,67,111,110,115,101,110,116,0,16,0,36,35,95,95,110,100,99,99,95,99,111,111,107,105,101,73,109,112,108,105,101,100,67,111,110,115,101,110,116,66,97,99,107,100,114,111,112,0,16,0,20,35,95,95,110,116,107,95,98,97,110,110,101,114,95,99,111,111,107,105,101,0,16,0,12,35,95,95,112,98,45,99,111,111,107,105,101,0,16,0,37,35,95,95,115,104,111,112,119,105,114,101,100,95,99,111,110,115,101,110,116,95,99,111,111,107,105,101,95,99,111,110,116,97,105,110,101,114,0,16,0,37,35,95,95,115,104,111,112,119,105,114,101,100,95,99,111,111,107,105,101,95,99,111,110,115,101,110,116,95,99,111,110,116,97,105,110,101,114,0,16,0,20,35,95,95,116,101,97,108,105,117,109,68,78,83,95,98,97,110,110,101,114,0,16,0,23,35,95,95,116,101,97,108,105,117,109,73,109,112,108,105,99,105,116,109,111,100,97,108,0,16,0,18,35,95,95,116,114,97,99,101,117,114,115,95,119,105,100,103,101,116,0,16,0,10,35,95,95,117,115,114,112,108,99,121,0,16,0,15,35,95,97,118,118,105,115,111,95,99,111,111,107,105,101,0,16,0,11,35,95,99,99,95,98,97,110,110,101,114,0,16,0,22,35,95,99,111,111,107,105,101,67,111,110,115,101,110,116,87,114,97,112,112,101,114,0,16,0,18,35,95,99,111,111,107,105,101,77,101,115,115,97,103,101,68,105,118,0,16,0,23,35,95,99,111,111,107,105,101,78,111,116,105,102,105,99,97,116,105,111,110,66,97,114,0,16,0,13,35,95,99,111,111,107,105,101,80,111,112,117,112,0,16,0,15,35,95,99,111,111,107,105,101,95,98,97,110,110,101,114,0,16,0,20,35,95,99,111,111,107,105,101,95,109,101,115,115,97,103,101,95,98,97,114,0,16,0,20,35,95,99,111,111,107,105,101,95,115,99,114,105,112,116,95,104,97,114,100,0,16,0,24,35,95,99,111,111,107,105,101,95,115,99,114,105,112,116,95,115,101,116,116,105,110,103,115,0,16,0,28,35,95,99,111,111,107,105,101,95,115,99,114,105,112,116,95,115,109,97,108,108,95,111,112,101,110,101,114,0,16,0,13,35,95,99,111,111,107,105,101,97,108,101,114,116,0,16,0,14,35,95,99,111,111,107,105,101,98,97,110,110,101,114,0,16,0,25,35,95,99,111,111,107,105,101,98,97,110,110,101,114,45,111,112,116,45,105,110,45,111,117,116,0,16,0,14,35,95,99,111,111,107,105,101,110,111,116,105,99,101,0,16,0,17,35,95,99,111,111,107,105,101,115,45,111,118,101,114,108,97,121,0,16,0,15,35,95,99,111,111,107,105,101,115,45,112,111,112,117,112,0,16,0,14,35,95,99,111,111,107,105,101,115,95,105,110,102,111,0,16,0,18,35,95,99,116,108,48,95,112,111,112,95,117,112,95,99,110,105,108,0,16,0,12,35,95,101,118,104,45,98,117,116,116,111,110,0,16,0,9,35,95,101,118,104,45,114,105,99,0,16,0,24,35,95,101,118,105,100,111,110,45,98,97,114,114,105,101,114,45,119,114,97,112,112,101,114,0,16,0,15,35,95,101,118,105,100,111,110,95,98,97,110,110,101,114,0,16,0,10,35,95,103,100,112,114,95,98,111,120,0,16,0,22,35,95,103,104,111,115,116,101,114,121,45,109,101,115,115,97,103,101,45,114,111,119,0,16,0,14,35,95,105,112,104,95,99,112,95,112,111,112,117,112,0,16,0,19,35,95,108,99,109,115,95,98,97,110,101,114,67,111,111,107,105,101,115,0,16,0,14,35,95,110,76,111,97,100,67,111,111,107,105,101,115,0,16,0,25,35,95,111,114,107,108,97,45,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,0,16,0,15,35,95,112,114,99,121,95,105,110,102,111,95,98,97,114,0,16,0,33,35,95,115,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,45,99,111,110,116,97,105,110,101,114,0,16,0,25,35,95,117,98,117,110,116,117,45,105,116,95,99,111,111,107,105,101,95,112,111,108,105,99,121,0,16,0,9,35,97,45,99,111,111,107,105,101,0,16,0,26,35,97,50,53,45,67,84,85,79,67,45,99,111,111,107,105,101,115,45,119,97,114,110,105,110,103,0,16,0,10,35,97,51,95,99,111,111,107,105,101,0,16,0,18,35,97,51,112,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,16,0,18,35,97,56,99,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,16,0,13,35,97,97,45,99,111,111,107,105,101,98,97,114,0,16,0,15,35,97,97,67,111,111,107,105,101,66,97,110,110,101,114,0,16,0,18,35,97,97,95,112,114,105,118,97,99,121,95,109,111,100,117,108,101,0,16,0,17,35,97,98,45,99,111,111,107,105,101,45,97,100,118,105,99,101,0,16,0,16,35,97,98,45,99,111,111,107,105,101,109,111,100,117,108,101,0,16,0,20,35,97,98,45,99,111,111,107,105,101,109,111,100,117,108,101,45,111,112,99,0,16,0,15,35,97,98,49,95,99,111,111,107,105,101,95,98,97,114,0,16,0,18,35,97,98,98,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,16,0,9,35,97,98,101,45,103,100,112,114,0,16,0,14,35,97,98,111,117,116,45,99,111,111,107,105,101,115,0,16,0,18,35,97,98,111,117,116,67,111,111,107,105,101,70,111,111,116,101,114,0,16,0,20,35,97,98,111,117,116,67,111,111,107,105,101,85,115,97,103,101,66,111,120,0,16,0,14,35,97,98,111,117,116,95,99,111,111,107,105,101,115,0,16,0,13,35,97,98,111,117,116,99,111,111,107,105,101,115,0,16,0,23,35,97,98,115,111,108,117,116,101,45,99,111,111,107,105,101,115,45,112,97,110,101,108,0,16,0,18,35,97,98,119,95,99,111,110,115,101,110,116,98,97,110,110,101,114,0,16,0,14,35,97,99,95,99,111,111,107,105,101,95,98,97,114,0,16,0,16,35,97,99,95,99,111,111,107,105,101,98,97,110,110,101,114,0,16,0,21,35,97,99,95,99,111,111,107,105,101,115,118,97,108,105,100,97,116,105,111,110,0,16,0,11,35,97,99,98,45,98,97,110,110,101,114,0,16,0,18,35,97,99,99,101,112,116,45,99,111,111,107,105,101,45,98,97,114,0,16,0,18,35,97,99,99,101,112,116,45,99,111,111,107,105,101,45,98,111,120,0,16,0,33,35,97,99,99,101,112,116,45,99,111,111,107,105,101,45,99,111,109,112,108,105,97,110,99,101,45,115,101,99,116,105,111,110,0,16,0,22,35,97,99,99,101,112,116,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,0,16,0,25,35,97,99,99,101,112,116,45,99,111,111,107,105,101,45,112,101,114,109,105,115,115,105,111,110,0,16,0,22,35,97,99,99,101,112,116,45,99,111,111,107,105,101,45,119,114,97,112,112,101,114,0,16,0,22,35,97,99,99,101,112,116,45,99,111,111,107,105,101,115,45,98,97,110,110,101,114,0,16,0,19,35,97,99,99,101,112,116,45,99,111,111,107,105,101,115,45,98,97,114,0,16,0,21,35,97,99,99,101,112,116,45,99,111,111,107,105,101,115,45,98,108,111,99,107,0,16,0,19,35,97,99,99,101,112,116,45,99,111,111,107,105,101,115,45,100,105,118,0,16,0,19,35,97,99,99,101,112,116,45,99,111,111,107,105,101,115,45,109,115,103,0,16,0,22,35,97,99,99,101,112,116,45,99,111,111,107,105,101,115,45,110,111,116,105,99,101,0,16,0,26,35,97,99,99,101,112,116,45,99,111,111,107,105,101,115,45,114,101,103,117,108,97,116,105,111,110,0,16,0,18,35,97,99,99,101,112,116,45,117,115,101,45,99,111,111,107,105,101,0,16,0,13,35,97,99,99,101,112,116,67,111,111,107,105,101,0,16,0,18,35,97,99,99,101,112,116,67,111,111,107,105,101,65,108,101,114,116,0,16,0,19,35,97,99,99,101,112,116,67,111,111,107,105,101,66,97,110,110,101,114,0,16,0,16,35,97,99,99,101,112,116,67,111,111,107,105,101,66,97,114,0,16,0,22,35,97,99,99,101,112,116,67,111,111,107,105,101,67,111,110,116,97,105,110,101,114,0,16,0,16,35,97,99,99,101,112,116,67,111,111,107,105,101,68,105,118,0,16,0,16,35,97,99,99,101,112,116,67,111,111,107,105,101,77,101,103,0,16,0,18,35,97,99,99,101,112,116,67,111,111,107,105,101,77,111,100,97,108,0,16,0,26,35,97,99,99,101,112,116,67,111,111,107,105,101,77,111,100,97,108,84,101,109,112,108,97,116,101,0,16,0,20,35,97,99,99,101,112,116,67,111,111,107,105,101,79,118,101,114,108,97,121,0,16,0,15,35,97,99,99,101,112,116,67,111,111,107,105,101,80,71,0,16,0,19,35,97,99,99,101,112,116,67,111,111,107,105,101,80,111,108,105,99,121,0,16,0,24,35,97,99,99,101,112,116,67,111,111,107,105,101,80,111,108,105,99,121,80,111,112,117,112,0,16,0,14,35,97,99,99,101,112,116,67,111,111,107,105,101,115,0,16,0,17,35,97,99,99,101,112,116,67,111,111,107,105,101,115,66,97,114,0,16,0,17,35,97,99,99,101,112,116,67,111,111,107,105,101,115,66,111,120,0,16,0,23,35,97,99,99,101,112,116,67,111,111,107,105,101,115,67,111,110,116,97,105,110,101,114,0,16,0,17,35,97,99,99,101,112,116,67,111,111,107,105,101,115,68,105,118,0,16,0,18,35,97,99,99,101,112,116,67,111,111,107,105,101,115,70,111,114,109,0,16,0,20,35,97,99,99,101,112,116,67,111,111,107,105,101,115,72,111,108,100,101,114,0,16,0,16,35,97,99,99,101,112,116,67,111,111,107,105,101,115,73,100,0,16,0,18,35,97,99,99,101,112,116,67,111,111,107,105,101,115,73,110,102,111,0,16,0,19,35,97,99,99,101,112,116,67,111,111,107,105,101,115,80,97,110,101,108,0,16,0,17,35,97,99,99,101,112,116,67,111,111,107,105,101,115,80,111,112,0,16,0,18,35,97,99,99,101,112,116,67,111,111,107,105,101,115,84,101,120,116,0,16,0,21,35,97,99,99,101,112,116,67,111,111,107,105,101,115,87,114,97,112,112,101,114,0,16,0,28,35,97,99,99,101,112,116,84,114,97,99,107,105,110,103,67,111,111,107,105,101,87,114,97,112,112,101,114,0,16,0,21,35,97,99,99,101,112,116,85,115,101,114,69,120,112,101,114,105,101,110,99,101,0,16,0,14,35,97,99,99,101,112,116,95,67,111,111,107,105,101,0,16,0,13,35,97,99,99,101,112,116,95,97,103,114,101,101,0,16,0,14,35,97,99,99,101,112,116,95,99,111,111,107,105,101,0,16,0,18,35,97,99,99,101,112,116,95,99,111,111,107,105,101,95,98,111,120,0,16,0,20,35,97,99,99,101,112,116,95,99,111,111,107,105,101,95,109,111,100,97,108,0,16,0,22,35,97,99,99,101,112,116,95,99,111,111,107,105,101,95,111,118,101,114,108,97,121,0,16,0,21,35,97,99,99,101,112,116,95,99,111,111,107,105,101,95,119,105,100,103,101,116,0,16,0,21,35,97,99,99,101,112,116,95,99,111,111,107,105,101,95,119,105,110,100,111,119,0,16,0,22,35,97,99,99,101,112,116,95,99,111,111,107,105,101,95,119,114,97,112,112,101,114,0,16,0,15,35,97,99,99,101,112,116,95,99,111,111,107,105,101,115,0,16,0,22,35,97,99,99,101,112,116,95,99,111,111,107,105,101,115,95,98,97,110,110,101,114,0,16,0,26,35,97,99,99,101,112,116,95,99,111,111,107,105,101,115,95,99,111,110,116,95,111,117,116,101,114,0,16,0,19,35,97,99,99,101,112,116,95,99,111,111,107,105,101,115,95,100,105,118,0,16,0,23,35,97,99,99,101,112,116,95,99,111,111,107,105,101,115,95,109,101,115,115,97,103,101,0,16,0,24,35,97,99,99,101,112,116,97,110,99,101,45,99,111,111,107,105,101,45,109,111,100,97,108,0,16,0,22,35,97,99,99,101,112,116,97,110,99,101,95,111,102,95,99,111,111,107,105,101,115,0,16,0,13,35,97,99,99,101,112,116,99,111,111,107,105,101,0,16,0,18,35,97,99,99,101,112,116,99,111,111,107,105,101,97,108,101,114,116,0,16,0,14,35,97,99,99,101,112,116,99,111,111,107,105,101,115,0,16,0,21,35,97,99,99,101,112,116,99,111,111,107,105,101,115,87,114,97,112,112,101,114,0,16,0,21,35,97,99,99,101,112,116,99,111,111,107,105,101,115,119,114,97,112,112,101,114,0,16,0,15,35,97,99,99,101,112,116,101,67,111,111,107,105,101,115,0,16,0,16,35,97,99,99,101,112,116,101,95,99,111,111,107,105,101,115,0,16,0,16,35,97,99,99,101,112,116,101,100,67,111,111,107,105,101,115,0,16,0,17,35,97,99,99,101,112,116,101,100,95,99,111,111,107,105,101,115,0,16,0,15,35,97,99,99,101,112,116,101,114,67,111,111,107,105,101,0,16,0,16,35,97,99,99,101,112,116,101,114,67,111,111,107,105,101,115,0,16,0,24,35,97,99,99,101,115,115,105,116,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,16,0,15,35,97,99,99,101,116,116,97,95,99,111,111,107,105,101,0,16,0,16,35,97,99,99,101,116,116,97,95,99,111,111,107,105,101,115,0,16,0,22,35,97,99,99,101,116,116,97,122,105,111,110,101,67,111,111,107,105,101,67,110,116,0,16,0,19,35,97,99,99,110,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,16,0,14,35,97,99,101,105,116,97,67,111,111,107,105,101,115,0,16,0,18,35,97,99,101,112,116,97,99,105,111,110,99,111,111,107,105,101,115,0,16,0,14,35,97,99,101,112,116,97,114,67,111,111,107,105,101,0,16,0,16,35,97,99,101,112,116,97,114,95,99,111,111,107,105,101,115,0,16,0,14,35,97,99,101,112,116,97,114,99,111,111,107,105,101,0,16,0,21,35,97,99,101,112,116,97,114,99,111,111,107,105,101,115,95,102,111,110,100,111,0,16,0,16,35,97,99,107,99,111,111,107,105,101,45,112,111,112,117,112,0,16,0,34,35,97,99,107,110,111,119,108,101,100,103,101,67,111,111,107,105,101,115,65,110,100,80,114,105,118,97,99,121,77,111,100,97,108,0,16,0,20,35,97,99,107,110,111,119,108,101,100,103,101,95,99,111,111,107,105,101,115,0,16,0,12,35,97,99,109,112,45,111,112,116,45,105,110,0,16,0,9,35,97,99,110,95,99,111,111,107,0,16,0,14,35,97,99,111,111,107,46,112,114,105,118,97,99,121,0,16,0,8,35,97,99,111,111,107,105,101,0,16,0,9,35,97,99,111,111,107,105,101,115,0,16,0,13,35,97,99,111,111,107,105,101,115,82,111,111,116,0,16,0,40,35,97,99,114,105,115,45,45,99,111,111,107,105,101,45,112,101,114,109,105,115,115,105,111,110,45,45,109,111,100,97,108,45,111,118,101,114,108,97,121,0,16,0,36,35,97,99,114,105,115,45,45,112,97,103,101,45,119,114,97,112,45,45,99,111,111,107,105,101,45,112,101,114,109,105,115,115,105,111,110,0,16,0,27,35,97,99,114,105,115,95,99,111,111,107,105,101,95,112,114,105,118,97,99,121,95,112,111,112,117,112,0,16,0,20,35,97,99,117,97,114,101,108,97,45,99,111,111,107,105,101,45,98,97,114,0,16,0,13,35,97,100,45,99,111,111,107,105,101,66,97,114,0,16,0,28,35,97,100,99,95,97,118,105,115,111,95,99,111,111,107,105,101,115,95,98,97,114,95,115,116,121,108,101,0,16,0,10,35,97,100,99,111,111,107,105,101,115,0,16,0,17,35,97,100,100,67,111,111,107,105,101,66,97,114,73,110,102,111,0,16,0,13,35,97,100,105,109,111,45,99,111,111,107,105,101,0,16,0,24,35,97,100,109,111,114,114,105,115,45,99,111,111,107,105,101,45,119,114,97,112,112,101,114,0,16,0,19,35,97,100,115,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,16,0,10,35,97,100,115,99,111,111,107,105,101,0,16,0,23,35,97,100,115,101,110,115,101,45,99,111,110,115,116,101,110,116,45,109,111,100,97,108,0,16,0,23,35,97,100,115,105,109,112,108,101,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,16,0,16,35,97,100,116,111,110,105,113,45,109,115,103,45,98,97,114,0,16,0,18,35,97,100,117,108,116,45,97,110,100,45,99,111,111,107,105,101,115,0,16,0,11,35,97,100,118,95,99,111,111,107,105,101,0,16,0,12,35,97,100,118,95,99,111,111,107,105,101,115,0,16,0,22,35,97,100,118,101,114,116,105,115,101,109,101,110,116,45,99,111,111,107,105,101,115,0,16,0,20,35,97,100,118,103,100,112,114,112,111,112,105,110,45,103,108,111,98,97,108,0,16,0,14,35,97,100,118,105,99,101,67,111,111,107,105,101,115,0,16,0,14,35,97,100,118,105,115,101,67,111,111,107,105,101,115,0,16,0,20,35,97,100,118,109,99,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,16,0,13,35,97,101,45,99,111,111,107,105,101,98,97,114,0,16,0,21,35,97,101,45,114,117,45,112,114,105,118,97,99,121,45,98,97,110,110,101,114,0,16,0,18,35,97,101,103,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,16,0,11,35,97,101,117,99,108,46,115,104,111,119,0,16,0,17,35,97,102,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,16,0,23,35,97,102,67,111,111,107,105,101,67,111,110,116,114,111,108,45,110,111,116,105,99,101,0,16,0,21,35,97,102,67,111,111,107,105,101,67,111,110,116,114,111,108,45,115,104,111,119,0,16,0,15,35,97,102,95,99,111,111,107,105,101,115,45,98,97,114,0,16,0,19,35,97,102,102,105,99,104,101,66,97,110,100,101,97,117,82,103,112,100,0,16,0,10,35,97,103,97,110,95,103,100,112,114,0,16,0,21,35,97,103,114,101,101,45,116,111,45,117,115,101,45,99,111,111,107,105,101,115,0,16,0,19,35,97,103,114,101,101,45,119,105,116,104,45,99,111,111,107,105,101,115,0,16,0,12,35,97,103,114,101,101,67,111,111,107,105,101,0,16,0,19,35,97,103,114,101,101,78,111,116,105,99,101,87,114,97,112,112,101,114,0,16,0,17,35,97,103,114,101,101,87,105,116,104,67,111,111,107,105,101,115,0,16,0,17,35,97,103,114,101,101,95,99,111,111,107,105,101,95,100,105,118,0,16,0,14,35,97,103,114,101,101,95,99,111,111,107,105,101,115,0,16,0,21,35,97,103,114,101,101,95,112,114,105,118,97,99,121,95,112,111,108,105,99,121,0,16,0,13,35,97,103,114,101,101,99,111,111,107,105,101,115,0,16,0,17,35,97,103,114,101,101,109,101,110,116,80,114,105,118,97,99,121,0,16,0,26,35,97,103,114,105,111,95,99,111,111,107,105,101,95,110,111,116,105,102,105,99,97,116,105,111,110,0,16,0,19,35,97,104,104,103,45,99,111,111,107,105,101,45,98,117,116,116,111,110,0,16,0,19,35,97,104,104,103,45,99,111,111,107,105,101,45,119,105,110,100,111,119,0,16,0,19,35,97,105,97,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,16,0,17,35,97,105,100,97,45,99,111,111,107,105,101,115,45,98,97,114,0,16,0,13,35,97,105,103,110,101,115,99,111,111,107,105,101,0,16,0,23,35,97,105,111,45,103,100,112,114,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,16,0,19,35,97,106,97,120,67,111,111,107,105,101,115,77,101,115,115,97,103,101,0,16,0,27,35,97,106,97,120,83,116,121,108,101,74,97,109,67,111,111,107,105,101,115,77,101,115,115,97,103,101,0,16,0,28,35,97,106,97,120,95,99,111,111,107,105,101,115,95,117,115,97,103,101,95,97,112,112,114,111,118,97,108,0,16,0,19,35,97,107,99,101,112,116,97,99,106,97,95,99,111,111,107,105,101,115,0,16,0,13,35,97,107,99,101,112,116,99,111,111,107,105,101,0,16,0,21,35,97,108,100,105,45,110,111,114,100,45,99,111,111,107,105,101,104,105,110,116,0,16,0,15,35,97,108,101,114,116,45,98,105,115,99,111,116,116,105,0,16,0,11,35,97,108,101,114,116,45,99,110,105,108,0,16,0,13,35,97,108,101,114,116,45,99,111,111,107,105,101,0,16,0,18,35,97,108,101,114,116,45,99,111,111,107,105,101,45,104,105,110,116,0,16,0,22,35,97,108,101,114,116,45,99,111,111,107,105,101,45,105,110,102,111,45,98,97,114,0,16,0,18,35,97,108,101,114,116,45,99,111,111,107,105,101,45,108,103,112,100,0,16,0,20,35,97,108,101,114,116,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,16,0,18,35,97,108,101,114,116,45,99,111,111,107,105,101,45,112,114,111,102,0,16,0,14,35,97,108,101,114,116,45,99,111,111,107,105,101,115,0,16,0,20,35,97,108,101,114,116,45,99,111,111,107,105,101,115,45,116,111,97,115,116,0,16,0,17,35,97,108,101,114,116,45,101,117,45,99,111,111,107,105,101,115,0,16,0,21,35,97,108,101,114,116,45,112,114,105,118,97,99,121,45,117,112,100,97,116,101,0,16,0,12,35,97,108,101,114,116,67,111,111,107,105,101,0,16,0,18,35,97,108,101,114,116,67,111,111,107,105,101,80,111,108,105,99,121,0,16,0,13,35,97,108,101,114,116,67,111,111,107,105,101,115,0,16,0,27,35,97,108,101,114,116,77,101,110,116,105,111,110,67,111,111,107,105,101,115,77,101,115,115,97,103,101,0,16,0,9,35,97,108,101,114,116,84,111,112,0,16,0,13,35,97,108,101,114,116,95,99,111,111,107,105,101,0,16,0,17,35,97,108,101,114,116,95,99,111,111,107,105,101,95,109,115,103,0,16,0,19,35,97,108,101,114,116,95,99,111,111,107,105,101,95,111,112,116,105,110,0,16,0,19,35,97,108,101,114,116,95,99,111,111,107,105,101,95,112,111,112,117,112,0,16,0,20,35,97,108,101,114,116,95,99,111,111,107,105,101,99,111,110,115,101,110,116,0,16,0,14,35,97,108,101,114,116,95,99,111,111,107,105,101,115,0,16,0,15,35,97,108,101,114,116,97,45,99,111,111,107,105,101,115,0,16,0,15,35,97,108,101,114,116,97,95,99,111,111,107,105,101,115,0,16,0,13,35,97,108,101,114,116,97,99,111,111,107,105,101,0,16,0,12,35,97,108,101,114,116,99,111,111,107,105,101,0,16,0,13,35,97,108,101,114,116,99,111,111,107,105,101,115,0,16,0,14,35,97,108,101,114,116,101,45,99,111,111,107,105,101,0,16,0,15,35,97,108,101,114,116,101,45,99,111,111,107,105,101,115,0,16,0,12,35,97,108,101,114,116,101,95,99,110,105,108,0,16,0,14,35,97,108,101,114,116,101,95,99,111,111,107,105,101,0,16,0,15,35,97,108,101,114,116,101,95,99,111,111,107,105,101,115,0,16,0,16,35,97,108,101,114,116,101,95,116,114,97,99,107,105,110,103,0,16,0,23,35,97,108,101,114,116,112,111,112,45,112,114,105,118,97,99,121,112,111,108,105,99,121,0,16,0,14,35,97,108,101,114,116,115,45,112,111,108,105,99,121,0,16,0,34,35,97,108,108,52,103,110,45,99,111,111,107,105,101,45,112,111,108,105,99,121,45,110,111,116,105,102,105,99,97,116,105,111,110,0,16,0,25,35,97,108,108,52,110,97,118,45,99,111,111,107,105,101,45,99,111,109,112,111,110,101,110,116,0,16,0,35,35,97,108,108,52,110,97,118,45,99,111,111,107,105,101,45,112,111,108,105,99,121,45,110,111,116,105,102,105,99,97,116,105,111,110,0,16,0,23,35,97,108,108,111,119,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,16,0,21,35,97,108,108,111,119,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,0,16,0,20,35,97,108,108,111,119,45,99,111,111,107,105,101,115,45,112,111,112,117,112,0,16,0,15,35,97,108,108,111,119,67,111,111,107,105,101,68,105,118,0,16,0,15,35,97,108,108,111,119,67,111,111,107,105,101,77,115,103,0,16,0,17,35,97,108,108,111,119,67,111,111,107,105,101,84,121,112,101,115,0,16,0,13,35,97,108,108,111,119,67,111,111,107,105,101,115,0,16,0,18,35,97,108,108,111,119,67,111,111,107,105,101,115,80,111,112,117,112,0,16,0,27,35,97,108,108,111,119,77,97,114,107,101,116,105,110,103,67,111,111,107,105,101,115,95,99,111,110,116,0,16,0,20,35,97,108,108,111,119,95,99,111,111,107,105,101,95,104,111,108,100,101,114,0,16,0,14,35,97,108,108,111,119,95,99,111,111,107,105,101,115,0,16,0,24,35,97,108,108,111,119,95,99,111,111,107,105,101,115,95,99,111,110,116,97,105,110,101,114,0,16,0,12,35,97,108,108,111,119,99,111,111,107,105,101,0,16,0,25,35,97,108,108,111,119,99,111,111,107,105,101,97,110,100,116,104,105,114,100,112,97,114,116,121,0,16,0,18,35,97,108,108,111,119,99,111,111,107,105,101,98,97,110,110,101,114,0,16,0,16,35,97,108,108,111,119,117,115,101,99,111,111,107,105,101,115,0,16,0,21,35,97,108,112,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,16,0,17,35,97,108,115,98,95,67,78,73,76,95,110,111,116,105,99,101,0,16,0,21,35,97,108,116,67,111,111,107,105,101,80,111,108,105,99,121,76,101,103,97,108,0,16,0,24,35,97,108,116,101,97,45,99,111,111,107,105,101,98,111,120,45,119,114,97,112,112,101,114,0,16,0,22,35,97,108,116,101,114,110,101,116,67,111,111,107,105,101,77,101,115,115,97,103,101,0,16,0,10,35,97,109,45,99,111,111,107,105,101,0,16,0,9,35,97,109,50,45,103,100,112,114,0,16,0,15,35,97,109,99,99,111,111,107,105,101,115,45,98,97,114,0,16,0,17,35,97,109,99,111,111,107,105,101,97,112,112,114,111,118,97,108,0,16,0,20,35,97,109,100,115,45,99,111,111,107,105,101,45,108,97,121,111,118,101,114,0,16,0,20,35,97,109,100,115,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,0,16,0,19,35,97,109,103,45,112,114,105,118,97,99,121,45,98,97,110,110,101,114,0,16,0,20,35,97,109,103,100,112,114,45,99,111,111,107,105,101,45,98,108,111,99,107,0,16,0,16,35,97,109,112,45,117,115,101,114,45,99,111,111,107,105,101,0,16,0,30,35,97,109,112,45,117,115,101,114,45,110,111,116,105,102,105,99,97,116,105,111,110,45,99,111,111,107,105,101,115,0,16,0,30,35,97,109,112,45,117,115,101,114,45,110,111,116,105,102,105,99,97,116,105,111,110,45,112,114,105,118,97,99,121,0,16,0,18,35,97,110,97,108,121,116,105,99,115,45,99,111,110,115,101,110,116,0,16,0,26,35,97,110,97,108,121,116,105,99,115,45,99,111,110,115,101,110,116,45,111,118,101,114,108,97,121,0,16,0,17,35,97,110,97,108,121,116,105,99,115,95,99,111,111,107,105,101,0,16,0,10,35,97,110,100,99,111,111,107,105,101,0,16,0,22,35,97,110,100,121,116,105,109,101,115,95,112,114,105,118,97,99,121,95,100,105,118,0,16,0,23,35,97,110,110,111,117,110,99,101,109,101,110,116,45,101,117,45,99,111,111,107,105,101,0,16,0,25,35,97,110,110,111,117,110,99,101,109,101,110,116,45,101,117,99,111,111,107,105,101,108,97,119,0,16,0,21,35,97,110,110,111,117,110,99,101,109,101,110,116,101,67,111,111,107,105,101,115,0,16,0,22,35,97,110,110,111,121,105,110,103,95,99,111,111,107,105,101,95,97,108,101,114,116,0,16,0,20,35,97,110,110,111,121,105,110,103,101,117,99,111,111,107,105,101,109,115,103,0,16,0,14,35,97,110,116,105,108,108,101,115,45,103,100,112,114,0,16,0,14,35,97,110,117,110,116,95,99,111,111,107,105,101,115,0,16,0,14,35,97,110,121,45,99,111,111,107,105,101,66,97,114,0,16,0,22,35,97,110,122,101,105,103,101,110,45,101,105,110,119,105,108,108,105,103,117,110,103,0,16,0,16,35,97,111,45,67,111,111,107,105,101,80,111,108,105,99,121,0,16,0,15,35,97,111,67,111,111,107,105,101,80,111,108,105,99,121,0,16,0,22,35,97,111,110,99,111,111,107,105,101,99,111,110,115,101,110,116,112,111,112,117,112,0,16,0,15,35,97,112,45,99,111,111,107,105,101,45,119,97,108,108,0,16,0,18,35,97,112,45,99,111,111,107,105,101,115,67,111,110,102,105,114,109,0,16,0,18,35,97,112,95,99,111,111,107,105,101,95,116,111,111,108,98,97,114,0,16,0,18,35,97,112,97,99,104,101,45,99,111,111,107,105,101,45,98,97,114,0,16,0,11,35,97,112,99,99,111,111,107,105,101,115,0,16,0,14,35,97,112,101,120,95,99,111,111,107,105,101,95,48,0,16,0,15,35,97,112,112,32,62,32,35,99,111,111,107,105,101,115,0,16,0,14,35,97,112,112,32,62,32,46,99,111,111,107,105,101,0,16,0,15,35,97,112,112,32,62,32,46,99,111,111,107,105,101,115,0,16,0,11,35,97,112,112,45,99,111,111,107,105,101,0,16,0,15,35,97,112,112,45,99,111,111,107,105,101,45,98,97,114,0,16,0,15,35,97,112,112,45,99,111,111,107,105,101,45,100,105,118,0,16,0,18,35,97,112,112,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,16,0,22,35,97,112,112,45,112,97,103,101,45,115,105,116,101,45,99,111,111,107,105,101,115,0,16,0,9,35,97,112,112,95,103,100,112,114,0,16,0,18,35,97,112,112,105,102,121,45,99,111,111,107,105,101,45,98,97,114,0,16,0,15,35,97,112,112,108,121,67,111,111,107,105,101,66,111,120,0,16,0,22,35,97,112,112,120,95,99,111,111,107,105,101,95,98,97,110,110,101,114,95,101,117,0,16,0,22,35,97,114,99,104,105,101,45,119,105,100,103,101,116,45,112,114,105,118,97,99,121,0,16,0,12,35,97,114,101,97,45,99,111,111,107,105,101,0,16,0,16,35,97,114,101,97,45,99,111,111,107,105,101,50,48,50,49,0,16,0,23,35,97,114,101,97,45,99,111,111,107,105,101,50,48,50,49,45,115,102,111,110,100,111,0,16,0,20,35,97,114,101,97,95,99,111,111,107,105,101,95,99,111,110,116,114,111,108,0,16,0,13,35,97,114,101,97,95,99,111,111,107,105,101,115,0,16,0,12,35,97,114,105,97,45,112,111,108,105,99,121,0,16,0,24,35,97,114,107,67,111,111,107,105,101,115,80,114,105,118,97,99,121,80,111,108,105,99,121,0,16,0,27,35,97,114,107,111,67,110,105,108,84,114,97,99,107,105,110,103,45,99,111,110,116,101,110,101,117,114,0,16,0,30,35,97,114,109,95,117,115,101,114,95,99,111,111,107,105,101,95,99,111,110,115,101,110,116,95,112,111,112,117,112,0,16,0,19,35,97,114,116,101,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,16,0,27,35,97,114,117,98,97,95,99,111,111,107,105,101,95,112,114,105,118,97,99,121,95,112,111,112,117,112,0,16,0,23,35,97,114,122,45,99,111,111,107,105,101,115,45,100,105,115,99,108,97,105,109,101,114,0,16,0,15,35,97,115,45,97,112,112,45,99,111,111,107,105,101,115,0,16,0,17,35,97,115,45,99,111,111,107,105,101,45,99,117,116,116,101,114,0,16,0,21,35,97,115,45,99,111,111,107,105,101,45,112,111,108,105,99,121,45,98,97,114,0,16,0,14,35,97,115,99,95,99,104,95,99,111,111,107,105,101,0,16,0,17,35,97,115,105,100,101,95,99,111,111,107,105,101,95,112,111,108,0,16,0,16,35,97,115,107,45,103,100,112,114,45,99,111,111,107,105,101,0,16,0,11,35,97,115,107,67,111,111,107,105,101,115,0,16,0,24,35,97,115,107,70,111,114,67,111,111,107,105,101,115,66,97,99,107,103,114,111,117,110,100,0,16,0,19,35,97,115,107,84,111,65,99,99,101,112,116,67,111,111,107,105,101,115,0,16,0,15,35,97,115,107,95,99,111,111,107,105,101,95,108,111,119,0,16,0,14,35,97,115,107,95,99,111,111,107,105,101,95,111,107,0,16,0,8,35,97,115,107,99,111,111,107,0,16,0,11,35,97,115,107,99,111,111,107,105,101,115,0,16,0,13,35,97,115,107,102,111,114,99,111,111,107,105,101,0,16,0,22,35,97,115,116,101,114,105,120,95,99,111,111,107,105,101,95,119,105,100,103,101,116,0,16,0,18,35,97,116,101,95,99,111,111,107,105,101,95,100,105,97,108,111,103,0,16,0,21,35,97,116,103,99,111,111,107,105,101,115,45,99,111,110,116,97,105,110,101,114,0,16,0,20,35,97,116,108,97,115,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,16,0,15,35,97,116,116,97,105,110,45,99,111,111,107,105,101,115,0,16,0,17,35,97,116,116,101,110,116,105,111,110,67,111,111,107,105,101,115,0,16,0,18,35,97,116,116,101,110,116,105,111,110,95,99,111,111,107,105,101,115,0,16,0,16,35,97,117,95,99,111,111,107,105,101,115,97,108,101,114,116,0,16,0,22,35,97,117,116,104,80,111,112,117,112,80,111,108,105,99,121,66,97,110,110,101,114,0,16,0,17,35,97,117,116,111,101,115,99,97,112,101,99,111,111,107,105,101,0,16,0,19,35,97,117,116,111,114,105,115,97,116,105,111,110,67,111,111,107,105,101,0,16,0,18,35,97,118,99,110,95,110,111,116,105,102,105,99,97,116,105,111,110,0,16,0,14,35,97,118,99,110,115,45,119,114,97,112,112,101,114,0,16,0,26,35,97,118,101,110,99,121,45,110,101,111,115,45,99,111,111,107,105,101,101,110,97,98,108,101,114,0,16,0,14,35,97,118,101,114,116,95,99,111,111,107,105,101,115,0,16,0,13,35,97,118,101,114,116,99,111,111,107,98,105,115,0,16,0,22,35,97,118,101,114,116,105,115,115,101,109,101,110,116,45,99,111,111,107,105,101,115,0,16,0,18,35,97,118,101,114,116,105,115,115,101,109,101,110,116,67,78,73,76,0,16,0,21,35,97,118,101,114,116,105,115,115,101,109,101,110,116,67,111,111,107,105,101,115,0,16,0,21,35,97,118,101,114,116,105,115,115,101,109,101,110,116,95,99,111,111,107,105,101,0,16,0,22,35,97,118,101,114,116,105,115,115,101,109,101,110,116,95,99,111,111,107,105,101,115,0,16,0,15,35,97,118,101,114,116,111,45,99,111,111,107,105,101,115,0,16,0,15,35,97,118,103,45,99,111,111,107,105,101,45,98,97,114,0,16,0,22,35,97,118,103,45,99,111,111,107,105,101,45,98,97,114,45,104,111,108,100,101,114,0,16,0,17,35,97,118,103,45,99,111,111,107,105,101,98,97,110,110,101,114,0,16,0,17,35,97,118,103,79,112,116,73,110,45,119,114,97,112,112,101,114,0,16,0,17,35,97,118,104,99,111,111,107,105,101,99,111,110,115,101,110,116,0,16,0,12,35,97,118,105,97,110,67,111,111,107,105,101,0,16,0,13,35,97,118,105,115,45,99,111,111,107,105,101,115,0,16,0,12,35,97,118,105,115,67,111,111,107,105,101,115,0,16,0,13,35,97,118,105,115,95,99,111,99,107,105,101,115,0,16,0,13,35,97,118,105,115,95,99,111,111,107,105,101,115,0,16,0,12,35,97,118,105,115,99,111,111,107,105,101,115,0,16,0,13,35,97,118,105,115,111,45,98,97,110,110,101,114,0,16,0,9,35,97,118,105,115,111,45,99,107,0,16,0,10,35,97,118,105,115,111,45,99,111,111,0,16,0,13,35,97,118,105,115,111,45,99,111,111,107,105,101,0,16,0,18,35,97,118,105,115,111,45,99,111,111,107,105,101,45,108,103,112,100,0,16,0,14,35,97,118,105,115,111,45,99,111,111,107,105,101,115,0,16,0,11,35,97,118,105,115,111,45,108,103,112,100,0,16,0,18,35,97,118,105,115,111,45,110,97,118,101,103,97,100,111,114,101,115,0,16,0,22,35,97,118,105,115,111,45,112,111,108,105,116,105,99,97,45,99,111,111,107,105,101,0,16,0,27,35,97,118,105,115,111,45,112,111,108,105,116,105,99,97,45,112,114,105,118,97,99,105,100,97,100,101,0,16,0,18,35,97,118,105,115,111,45,112,114,105,118,97,99,105,100,97,100,101,0,16,0,12,35,97,118,105,115,111,67,111,111,107,105,101,0,16,0,13,35,97,118,105,115,111,67,111,111,107,105,101,115,0,16,0,18,35,97,118,105,115,111,67,111,111,107,105,101,115,76,97,121,101,114,0,16,0,10,35,97,118,105,115,111,76,71,80,68,0,16,0,16,35,97,118,105,115,111,85,115,111,67,111,111,107,105,101,115,0,16,0,13,35,97,118,105,115,111,95,99,111,111,107,105,101,0,16,0,14,35,97,118,105,115,111,95,99,111,111,107,105,101,115,0,16,0,11,35,97,118,105,115,111,95,108,103,112,100,0,16,0,14,35,97,118,105,115,111,99,111,111,99,107,105,101,115,0,16,0,12,35,97,118,105,115,111,99,111,111,107,105,101,0,16,0,13,35,97,118,105,115,111,99,111,111,107,105,101,115,0,16,0,18,35,97,118,105,115,111,108,101,103,97,108,99,111,111,107,105,101,115,0,16,0,10,35,97,118,105,115,111,108,103,112,100,0,16,0,11,35,97,118,115,45,99,111,111,107,105,101,0,16,0,17,35,97,118,116,45,99,111,111,107,105,101,45,112,111,112,117,112,0,16,0,13,35,97,118,118,105,115,111,67,111,111,107,105,101,0,16,0,14,35,97,118,118,105,115,111,95,99,111,111,107,105,101,0,16,0,12,35,97,118,118,105,115,111,99,117,99,104,105,0,16,0,20,35,97,119,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,16,0,18,35,97,119,45,99,111,111,107,105,101,45,111,118,101,114,108,97,121,0,16,0,17,35,97,119,95,99,111,111,107,105,101,95,112,111,108,105,99,121,0,16,0,18,35,97,119,101,45,112,111,112,105,110,45,99,111,111,107,105,101,115,0,16,0,11,35,97,119,101,95,99,111,111,107,105,101,0,16,0,15,35,97,119,115,99,99,99,45,115,98,45,117,120,45,99,0,16,0,20,35,97,120,97,45,97,99,99,101,112,116,101,100,45,99,111,111,107,105,101,0,16,0,18,35,97,120,115,95,99,111,111,107,105,101,95,116,111,103,103,108,101,0,16,0,20,35,98,45,99,111,111,107,105,101,46,98,97,114,114,101,45,104,101,97,100,0,16,0,15,35,98,49,52,45,99,111,111,107,105,101,109,101,110,117,0,16,0,13,35,98,67,111,111,107,105,101,83,108,105,100,101,0,16,0,17,35,98,74,83,95,99,111,111,107,105,101,66,97,110,110,101,114,0,16,0,17,35,98,97,95,101,117,95,99,111,111,107,105,101,95,108,97,119,0,16,0,13,35,98,97,98,97,111,114,117,109,45,98,97,114,0,16,0,17,35,98,97,99,107,66,108,97,99,107,67,111,111,107,105,101,115,0,16,0,16,35,98,97,99,107,80,111,112,117,112,67,111,111,107,105,101,0,16,0,17,35,98,97,99,107,99,111,108,111,114,99,111,111,107,105,101,115,0,16,0,23,35,98,97,99,107,100,114,111,112,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,16,0,19,35,98,97,99,107,103,114,111,117,110,100,45,99,111,111,107,105,101,115,0,16,0,11,35,98,97,110,45,99,111,111,107,105,101,0,16,0,21,35,98,97,110,45,109,101,110,116,105,111,110,115,45,108,101,103,97,108,101,115,0,16,0,9,35,98,97,110,95,114,103,112,100,0,16,0,13,35,98,97,110,100,45,99,111,111,107,105,101,115,0,16,0,13,35,98,97,110,100,97,95,99,111,111,107,105,101,0,16,0,12,35,98,97,110,100,97,99,111,111,107,105,101,0,16,0,10,35,98,97,110,100,101,97,117,45,99,0,16,0,13,35,98,97,110,100,101,97,117,45,99,110,105,108,0,16,0,15,35,98,97,110,100,101,97,117,45,99,111,111,107,105,101,0,16,0,16,35,98,97,110,100,101,97,117,45,99,111,111,107,105,101,115,0,16,0,22,35,98,97,110,100,101,97,117,45,100,120,108,97,98,115,45,99,111,111,107,105,101,0,16,0,13,35,98,97,110,100,101,97,117,45,114,103,112,100,0,16,0,15,35,98,97,110,100,101,97,117,50,99,111,111,107,105,101,0,16,0,26,35,98,97,110,100,101,97,117,65,99,99,101,112,116,97,116,105,111,110,67,111,111,107,105,101,115,0,16,0,22,35,98,97,110,100,101,97,117,65,99,99,101,112,116,101,114,67,111,111,107,105,101,0,16,0,19,35,98,97,110,100,101,97,117,67,104,111,105,120,67,111,111,107,105,101,0,16,0,12,35,98,97,110,100,101,97,117,67,110,105,108,0,16,0,14,35,98,97,110,100,101,97,117,67,111,111,107,105,101,0,16,0,19,35,98,97,110,100,101,97,117,67,111,111,107,105,101,73,100,119,101,98,0,16,0,15,35,98,97,110,100,101,97,117,67,111,111,107,105,101,115,0,16,0,12,35,98,97,110,100,101,97,117,95,99,103,118,0,16,0,13,35,98,97,110,100,101,97,117,95,99,110,105,108,0,16,0,15,35,98,97,110,100,101,97,117,95,99,111,111,107,105,101,0,16,0,20,35,98,97,110,100,101,97,117,95,99,111,111,107,105,101,95,99,110,105,108,0,16,0,16,35,98,97,110,100,101,97,117,95,99,111,111,107,105,101,115,0,16,0,23,35,98,97,110,100,101,97,117,95,99,111,111,107,105,101,115,95,102,111,111,116,101,114,0,16,0,23,35,98,97,110,100,101,97,117,95,99,111,111,107,105,101,115,95,111,110,108,105,110,101,0,16,0,13,35,98,97,110,100,101,97,117,95,105,110,102,111,0,16,0,21,35,98,97,110,100,101,97,117,95,112,111,112,105,110,95,99,111,111,107,105,101,0,16,0,22,35,98,97,110,100,101,97,117,99,111,111,107,105,101,45,119,114,97,112,112,101,114,0,16,0,15,35,98,97,110,100,101,97,117,99,111,111,107,105,101,115,0,16,0,10,35,98,97,110,110,45,99,111,111,107,0,16,0,22,35,98,97,110,110,101,114,45,97,99,99,101,112,116,45,99,111,111,107,105,101,115,0,16,0,14,35,98,97,110,110,101,114,45,99,111,111,107,105,101,0,16,0,21,35,98,97,110,110,101,114,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,16,0,22,35,98,97,110,110,101,114,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,16,0,18,35,98,97,110,110,101,114,45,99,111,111,107,105,101,45,108,97,119,0,16,0,26,35,98,97,110,110,101,114,45,99,111,111,107,105,101,45,112,114,105,118,97,99,121,45,98,111,120,0,16,0,30,35,98,97,110,110,101,114,45,99,111,111,107,105,101,98,97,110,110,101,114,45,99,111,110,116,97,105,110,101,114,0,16,0,15,35,98,97,110,110,101,114,45,99,111,111,107,105,101,115,0,16,0,24,35,98,97,110,110,101,114,45,102,108,111,116,97,110,116,101,45,99,111,111,107,105,101,115,0,16,0,12,35,98,97,110,110,101,114,45,103,100,112,114,0,16,0,32,35,98,97,110,110,101,114,45,103,100,112,114,45,112,97,108,97,122,122,105,110,97,45,99,111,110,116,97,105,110,101,114,0,16,0,12,35,98,97,110,110,101,114,45,108,103,112,100,0,16,0,24,35,98,97,110,110,101,114,45,112,111,108,105,116,105,99,97,45,99,111,111,107,105,101,115,0,16,0,15,35,98,97,110,110,101,114,46,99,111,111,107,105,101,115,0,16,0,11,35,98,97,110,110,101,114,67,78,73,76,0,16,0,11,35,98,97,110,110,101,114,67,110,105,108,0,16,0,13,35,98,97,110,110,101,114,67,111,111,107,105,101,0,16,0,22,35,98,97,110,110,101,114,67,111,111,107,105,101,67,111,110,116,97,105,110,101,114,0,16,0,16,35,98,97,110,110,101,114,67,111,111,107,105,101,76,97,119,0,16,0,16,35,98,97,110,110,101,114,67,111,111,107,105,101,80,111,108,0,16,0,14,35,98,97,110,110,101,114,67,111,111,107,105,101,115,0,16,0,21,35,98,97,110,110,101,114,67,111,111,107,105,101,115,77,111,115,116,114,97,114,0,16,0,11,35,98,97,110,110,101,114,76,71,80,68,0,16,0,11,35,98,97,110,110,101,114,76,103,112,100,0,16,0,17,35,98,97,110,110,101,114,95,99,107,95,112,111,108,105,99,121,0,16,0,12,35,98,97,110,110,101,114,95,99,110,105,108,0,16,0,23,35,98,97,110,110,101,114,95,99,111,110,115,101,110,115,111,95,99,111,111,107,105,101,0,16,0,14,35,98,97,110,110,101,114,95,99,111,111,107,105,101,0,16,0,22,35,98,97,110,110,101,114,95,99,111,111,107,105,101,95,112,114,105,118,97,99,121,0,16,0,17,35,98,97,110,110,101,114,95,99,111,111,107,105,101,98,97,114,0,16,0,15,35,98,97,110,110,101,114,95,99,111,111,107,105,101,115,0,16,0,27,35,98,97,110,110,101,114,95,99,111,111,107,105,101,115,95,116,114,97,115,112,97,114,101,110,116,101,0,16,0,12,35,98,97,110,110,101,114,95,108,103,112,100,0,16,0,15,35,98,97,110,110,101,114,95,112,114,105,118,97,99,121,0,16,0,21,35,98,97,110,110,101,114,95,112,114,105,118,97,99,121,95,98,108,105,116,122,0,16,0,12,35,98,97,110,110,101,114,95,114,103,112,100,0,16,0,18,35,98,97,110,110,101,114,95,116,111,112,95,99,111,111,107,105,101,0,16,0,13,35,98,97,110,110,101,114,99,111,111,107,105,101,0,16,0,14,35,98,97,110,110,101,114,99,111,111,107,105,101,115,0,16,0,14,35,98,97,110,110,101,114,112,114,105,118,97,99,121,0,16,0,16,35,98,97,110,110,105,101,114,101,45,99,111,111,107,105,101,0,16,0,17,35,98,97,110,110,105,101,114,101,45,99,111,111,107,105,101,115,0,16,0,41,35,98,97,110,110,105,101,114,101,95,105,110,102,111,114,109,97,116,105,111,110,95,117,116,105,108,105,115,97,116,105,111,110,95,99,111,111,107,105,101,115,0,16,0,19,35,98,97,110,114,118,95,99,111,111,107,105,101,99,111,111,107,105,101,0,16,0,19,35,98,97,114,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,16,0,12,35,98,97,114,45,99,111,111,107,105,101,115,0,16,0,18,35,98,97,114,45,104,101,97,100,101,114,45,99,111,111,107,105,101,0,16,0,12,35,98,97,114,45,112,114,105,118,97,99,121,0,16,0,22,35,98,97,114,45,122,111,110,101,45,99,111,111,107,105,101,45,117,115,97,103,101,0,16,0,20,35,98,97,114,65,103,114,101,101,87,105,116,104,67,111,111,107,105,101,115,0,16,0,12,35,98,97,114,95,99,111,111,107,105,101,115,0,16,0,19,35,98,97,114,97,95,109,101,115,97,106,101,95,99,111,111,107,105,101,0,16,0,12,35,98,97,114,97,99,111,111,107,105,101,115,0,16,0,14,35,98,97,114,114,97,45,99,111,111,107,105,101,115,0,16,0,11,35,98,97,114,114,97,45,108,103,112,100,0,16,0,23,35,98,97,114,114,97,65,99,101,112,116,97,99,105,111,110,67,111,111,107,105,101,115,0,16,0,12,35,98,97,114,114,97,67,79,79,75,73,69,0,16,0,13,35,98,97,114,114,97,67,111,111,107,105,101,115,0,16,0,15,35,98,97,114,114,97,95,97,99,99,101,112,116,97,114,0,16,0,20,35,98,97,114,114,97,95,97,118,105,115,111,95,99,111,111,107,105,101,115,0,16,0,13,35,98,97,114,114,97,95,99,111,111,107,105,101,0,16,0,14,35,98,97,114,114,97,95,99,111,111,107,105,101,115,0,16,0,17,35,98,97,114,114,97,95,100,101,105,95,99,111,111,107,105,101,0,16,0,19,35,98,97,114,114,97,95,108,101,103,97,108,95,99,111,111,107,105,101,0,16,0,15,35,98,97,114,114,97,97,99,101,112,116,97,99,105,111,0,16,0,16,35,98,97,114,114,97,97,99,101,112,116,97,99,105,111,110,0,16,0,11,35,98,97,114,114,97,97,118,105,115,111,0,16,0,10,35,98,97,114,114,97,99,111,107,105,0,16,0,12,35,98,97,114,114,97,99,111,111,107,105,101,0,16,0,13,35,98,97,114,114,97,99,111,111,107,105,101,115,0,16,0,13,35,98,97,114,114,101,45,99,111,111,107,105,101,0,16,0,18,35,98,97,114,114,101,65,108,101,114,116,101,67,111,111,107,105,101,0,16,0,12,35,98,97,114,114,101,67,111,111,107,105,101,0,16,0,14,35,98,97,114,114,101,95,95,99,111,111,107,105,101,0,16,0,13,35,98,97,114,114,101,95,99,111,111,107,105,101,0,16,0,28,35,98,97,114,114,101,95,99,111,111,107,105,101,95,99,111,110,116,101,110,117,95,99,101,110,116,114,101,0,16,0,14,35,98,97,114,114,101,95,99,111,111,107,105,101,115,0,16,0,23,35,98,97,114,114,101,95,102,108,111,116,116,97,110,116,101,95,99,111,111,107,105,101,0,16,0,21,35,98,97,114,114,101,95,108,101,103,97,108,101,95,99,111,111,107,105,101,115,0,16,0,21,35,98,97,114,114,101,95,116,111,112,95,115,101,99,111,110,100,97,105,114,101,0,16,0,14,35,98,97,114,114,105,116,97,99,111,111,107,105,101,0,16,0,15,35,98,97,114,114,105,116,97,99,111,111,107,105,101,115,0,16,0,12,35,98,97,114,114,105,116,97,108,111,99,97,0,16,0,18,35,98,97,115,97,108,67,111,111,107,105,101,70,111,111,116,101,114,0,16,0,18,35,98,97,117,101,114,67,111,111,107,105,101,80,111,108,105,99,121,0,16,0,24,35,98,97,117,101,114,67,111,111,107,105,101,80,111,108,105,99,121,66,97,110,110,101,114,0,16,0,11,35,98,98,95,99,111,111,107,105,101,115,0,16,0,11,35,98,98,99,99,111,111,107,105,101,115,0,16,0,11,35,98,98,99,100,66,97,110,110,101,114,0,16,0,25,35,98,98,104,95,103,100,112,114,95,99,111,111,107,105,101,95,105,110,102,111,95,98,97,114,0,16,0,12,35,98,98,116,67,111,111,107,105,101,66,71,0,16,0,17,35,98,98,120,95,109,111,100,97,108,95,99,111,111,107,105,101,0,16,0,17,35,98,99,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,16,0,17,35,98,99,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,16,0,10,35,98,99,67,111,111,107,105,101,115,0,16,0,17,35,98,99,95,99,111,111,107,105,101,99,111,110,116,114,111,108,0,16,0,19,35,98,99,98,45,99,111,111,107,105,101,115,45,110,111,116,105,99,101,0,16,0,15,35,98,99,99,45,99,111,111,107,105,101,45,98,97,114,0,16,0,26,35,98,99,109,115,67,111,111,107,105,101,73,110,102,111,84,101,120,116,87,114,97,112,112,101,114,0,16,0,22,35,98,99,109,115,67,111,111,107,105,101,73,110,102,111,87,114,97,112,112,101,114,0,16,0,9,35,98,99,110,45,99,99,119,114,0,16,0,14,35,98,99,111,111,107,105,101,119,105,100,103,101,116,0,16,0,12,35,98,99,112,109,45,102,111,111,116,101,114,0,16,0,31,35,98,99,112,109,45,110,111,116,105,102,105,99,97,116,105,111,110,45,111,117,116,101,114,45,98,111,114,100,101,114,0,16,0,10,35,98,100,45,99,111,111,107,105,101,0,16,0,14,35,98,101,99,111,111,107,105,101,98,97,114,105,100,0,16,0,19,35,98,101,99,111,111,107,105,101,98,97,114,112,97,110,101,108,105,100,0,16,0,23,35,98,101,108,45,99,111,111,107,105,101,45,105,110,102,111,45,98,97,110,110,101,114,0,16,0,13,35,98,101,108,107,97,67,111,111,107,105,101,115,0,16,0,18,35,98,101,116,116,101,114,45,99,111,111,107,105,101,45,98,97,114,0,16,0,25,35,98,101,116,116,101,114,103,100,112,114,95,99,111,111,107,105,101,95,98,97,110,110,101,114,0,16,0,27,35,98,101,116,116,101,114,103,100,112,114,95,117,115,101,114,95,109,101,110,117,95,112,111,112,117,112,0,16,0,17,35,98,102,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,16,0,25,35,98,102,103,45,99,111,111,107,105,101,45,112,111,108,105,99,121,45,98,97,110,110,101,114,0,16,0,14,35,98,102,114,45,99,111,111,107,105,101,108,97,119,0,16,0,25,35,98,103,45,102,111,111,116,101,114,45,112,114,105,118,97,99,101,45,112,111,108,105,99,121,0,16,0,16,35,98,103,45,112,111,112,117,112,67,111,111,107,105,101,115,0,16,0,10,35,98,103,95,99,111,111,107,105,101,0,16,0,11,35,98,103,95,99,111,111,107,105,101,115,0,16,0,20,35,98,103,101,101,95,112,114,105,118,97,99,121,95,98,97,110,110,101,114,0,16,0,16,35,98,103,111,110,45,99,111,111,107,105,101,45,98,97,114,0,16,0,14,35,98,105,98,95,67,111,111,107,105,101,66,111,120,0,16,0,11,35,98,105,103,99,111,111,107,105,101,115,0,16,0,16,35,98,105,103,102,45,99,111,111,107,105,101,45,98,97,114,0,16,0,25,35,98,105,109,45,115,116,117,100,105,111,45,99,111,111,107,105,101,45,104,111,108,100,101,114,0,16,0,18,35,98,105,112,111,95,97,118,105,115,111,99,111,111,107,105,101,115,0,16,0,15,35,98,105,115,99,117,105,116,70,111,114,109,68,105,118,0,16,0,15,35,98,105,116,98,97,121,45,99,111,111,107,105,101,115,0,16,0,28,35,98,107,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,99,111,110,116,97,105,110,101,114,0,16,0,15,35,98,107,67,111,111,107,105,101,66,97,110,110,101,114,0,16,0,17,35,98,107,95,99,111,111,107,105,101,115,95,97,108,101,114,116,0,16,0,9,35,98,107,99,111,111,107,105,101,0,16,0,16,35,98,108,97,99,107,111,117,116,95,99,111,111,107,105,101,0,16,0,21,35,98,108,97,107,101,95,99,111,111,107,105,101,115,95,110,111,116,105,99,101,0,16,0,22,35,98,108,97,115,116,110,101,115,115,67,111,111,107,105,101,66,97,110,110,101,114,0,16,0,12,35,98,108,111,99,45,99,111,111,107,105,101,0,16,0,23,35,98,108,111,99,45,99,111,111,107,105,101,115,45,99,111,110,116,97,105,110,101,114,0,16,0,20,35,98,108,111,99,45,99,111,111,107,105,101,115,45,110,111,114,109,97,108,0,16,0,12,35,98,108,111,99,67,111,111,107,105,101,115,0,16,0,12,35,98,108,111,99,95,99,111,111,107,105,101,0,16,0,20,35,98,108,111,99,95,99,111,111,107,105,101,95,97,110,110,111,110,99,101,0,16,0,13,35,98,108,111,99,95,99,111,111,107,105,101,115,0,16,0,20,35,98,108,111,99,95,104,101,97,100,101,114,95,109,101,115,115,97,103,101,0,16,0,10,35,98,108,111,99,95,114,103,112,100,0,16,0,15,35,98,108,111,99,95,115,101,116,99,111,111,107,105,101,0,16,0,29,35,98,108,111,99,107,45,97,103,101,110,99,101,45,109,45,99,111,111,107,105,101,115,45,98,108,111,99,107,0,16,0,33,35,98,108,111,99,107,45,97,115,110,45,112,114,105,118,97,99,121,45,99,111,111,107,105,101,45,112,114,105,118,97,99,121,0,16,0,24,35,98,108,111,99,107,45,98,101,97,110,45,99,111,111,107,105,101,45,112,111,112,117,112,0,16,0,31,35,98,108,111,99,107,45,98,116,109,95,98,108,111,99,107,115,45,99,111,111,107,105,101,95,110,111,116,105,99,101,0,16,0,11,35,98,108,111,99,107,45,99,99,112,97,0,16,0,23,35,98,108,111,99,107,45,99,111,111,107,105,101,45,97,103,114,101,101,109,101,110,116,0,16,0,19,35,98,108,111,99,107,45,99,111,111,107,105,101,45,97,108,101,114,116,0,16,0,42,35,98,108,111,99,107,45,99,111,111,107,105,101,45,99,111,109,112,108,105,97,110,99,101,45,99,111,111,107,105,101,45,99,111,109,112,108,105,97,110,99,101,0,16,0,18,35,98,108,111,99,107,45,99,111,111,107,105,101,45,102,111,114,109,0,16,0,18,35,98,108,111,99,107,45,99,111,111,107,105,101,45,105,110,102,111,0,16,0,22,35,98,108,111,99,107,45,99,111,111,107,105,101,95,112,111,108,105,99,121,45,48,0,16,0,18,35,98,108,111,99,107,45,99,111,111,107,105,101,98,108,111,99,107,0,16,0,20,35,98,108,111,99,107,45,99,111,111,107,105,101,99,111,110,115,101,110,116,0,16,0,23,35,98,108,111,99,107,45,99,111,111,107,105,101,99,111,110,115,101,110,116,98,97,114,0,16,0,24,35,98,108,111,99,107,45,99,111,111,107,105,101,112,111,108,105,99,121,98,108,111,99,107,0,16,0,19,35,98,108,111,99,107,45,99,111,111,107,105,101,115,45,105,110,102,111,0,16,0,21,35,98,108,111,99,107,45,99,111,111,107,105,101,115,45,112,111,108,105,99,101,0,16,0,44,35,98,108,111,99,107,45,99,111,111,107,105,101,115,97,99,116,105,118,101,45,99,111,111,107,105,101,115,97,99,116,105,118,101,45,98,108,111,99,107,99,111,100,101,0,16,0,20,35,98,108,111,99,107,45,99,111,111,107,105,101,115,110,111,116,105,99,101,0,16,0,19,35,98,108,111,99,107,45,99,111,111,107,105,101,115,112,111,112,117,112,0,16,0,20,35,98,108,111,99,107,45,99,111,111,107,105,101,119,97,114,110,105,110,103,0,16,0,38,35,98,108,111,99,107,45,99,115,109,45,117,115,101,114,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,109,101,115,115,97,103,101,0,16,0,39,35,98,108,111,99,107,45,99,117,115,116,111,109,95,99,111,111,107,105,101,115,45,99,117,115,116,111,109,95,99,111,111,107,105,101,115,95,101,117,0,16,0,36,35,98,108,111,99,107,45,100,105,114,101,99,116,45,99,111,110,116,114,111,108,45,99,111,111,107,105,101,115,45,97,99,99,101,112,116,0,16,0,20,35,98,108,111,99,107,45,101,117,99,111,111,107,105,101,98,108,111,99,107,0,16,0,32,35,98,108,111,99,107,45,101,117,99,111,111,107,105,101,98,108,111,99,107,45,99,111,111,107,105,101,45,105,110,102,111,0,16,0,23,35,98,108,111,99,107,45,103,100,112,114,99,111,111,107,105,101,115,98,108,111,99,107,0,16,0,16,35,98,108,111,99,107,45,103,100,112,114,109,111,100,97,108,0,16,0,24,35,98,108,111,99,107,45,104,112,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,16,0,38,35,98,108,111,99,107,45,105,110,102,45,101,117,45,99,111,111,107,105,101,45,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,0,16,0,23,35,98,108,111,99,107,45,108,104,103,45,99,111,111,107,105,101,45,117,115,97,103,101,0,16,0,31,35,98,108,111,99,107,45,109,101,110,117,99,109,116,45,112,117,115,104,95,108,111,105,95,99,111,111,107,105,101,115,0,16,0,37,35,98,108,111,99,107,45,109,110,99,45,99,110,105,108,45,109,110,99,45,99,110,105,108,45,105,110,102,111,45,99,111,111,107,105,101,115,0,16,0,22,35,98,108,111,99,107,45,109,119,99,111,111,107,105,101,99,111,110,115,101,110,116,0,16,0,27,35,98,108,111,99,107,45,110,101,116,116,45,99,111,111,107,105,101,115,45,109,101,115,115,97,103,101,0,16,0,27,35,98,108,111,99,107,45,110,111,116,105,102,105,99,97,116,105,111,110,115,45,99,111,111,107,105,101,0,16,0,32,35,98,108,111,99,107,45,111,121,115,116,101,114,45,103,100,112,114,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,16,0,23,35,98,108,111,99,107,45,112,111,108,105,116,105,99,97,115,99,111,111,107,105,101,115,0,16,0,26,35,98,108,111,99,107,45,112,114,105,118,97,99,121,112,111,108,105,99,121,98,97,110,110,101,114,0,16,0,25,35,98,108,111,99,107,45,112,114,105,118,97,99,121,112,111,108,105,99,121,112,111,112,117,112,0,16,0,19,35,98,108,111,99,107,45,114,103,112,100,45,98,97,110,100,101,97,117,0,16,0,23,35,98,108,111,99,107,45,114,103,112,100,45,114,103,112,100,45,102,111,111,116,101,114,0,16,0,38,35,98,108,111,99,107,45,114,109,103,45,99,111,111,107,105,101,45,112,111,108,105,99,121,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,16,0,32,35,98,108,111,99,107,45,115,105,116,101,45,97,103,114,101,101,45,97,99,99,101,115,115,45,99,111,111,107,105,101,115,0,16,0,24,35,98,108,111,99,107,45,116,98,100,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,16,0,30,35,98,108,111,99,107,45,119,98,116,45,98,108,111,99,107,45,100,111,109,97,105,110,45,99,111,111,107,105,101,0,16,0,25,35,98,108,111,99,107,45,122,111,100,105,97,99,45,115,105,116,101,45,99,111,111,107,105,101,0,16,0,18,35,98,108,111,99,107,65,99,99,101,112,116,67,111,111,107,105,101,0,16,0,21,35,98,108,111,99,107,67,111,111,107,105,101,67,111,110,116,97,105,110,101,114,0,16,0,16,35,98,108,111,99,107,67,111,111,107,105,101,73,110,102,111,0,16,0,13,35,98,108,111,99,107,95,99,111,111,107,105,101,0,16,0,13,35,98,108,111,99,107,99,111,111,107,105,101,115,0,16,0,16,35,98,108,111,99,107,100,105,115,99,108,97,105,109,101,114,0,16,0,22,35,98,108,111,103,103,101,114,95,99,111,111,107,105,101,95,110,111,116,105,99,101,0,16,0,12,35,98,108,111,107,95,99,111,111,107,105,101,0,16,0,22,35,98,108,111,113,117,101,95,118,101,110,116,97,110,97,67,111,111,107,105,101,115,0,16,0,14,35,98,108,111,113,117,101,99,111,111,107,105,101,115,0,16,0,24,35,98,108,117,115,121,115,95,110,111,114,109,97,116,105,118,97,95,99,111,111,107,105,101,0,16,0,15,35,98,108,122,45,99,111,111,107,105,101,105,110,102,111,0,16,0,20,35,98,109,119,45,101,112,114,105,118,97,99,121,45,98,97,110,110,101,114,0,16,0,11,35,98,110,45,99,111,111,107,105,101,115,0,16,0,20,35,98,111,105,116,101,95,100,105,97,108,111,103,95,99,111,111,107,105,101,0,16,0,12,35,98,111,110,97,67,111,111,107,105,101,115,0,16,0,21,35,98,111,110,105,97,108,45,99,109,112,45,99,111,110,116,97,105,110,101,114,0,16,0,18,35,98,111,111,116,99,111,111,107,101,114,45,98,97,110,110,101,114,0,16,0,16,35,98,111,116,111,110,101,115,95,99,111,111,107,105,101,115,0,16,0,14,35,98,111,116,116,111,109,45,99,111,111,107,105,101,0,16,0,21,35,98,111,116,116,111,109,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,16,0,15,35,98,111,116,116,111,109,45,99,111,111,107,105,101,115,0,16,0,13,35,98,111,116,116,111,109,67,111,111,107,105,101,0,16,0,18,35,98,111,116,116,111,109,67,111,111,107,105,101,85,115,97,103,101,0,16,0,23,35,98,111,116,116,111,109,83,116,105,99,107,121,67,111,111,107,105,101,115,66,111,120,0,16,0,14,35,98,111,116,116,111,109,95,99,111,111,107,105,101,0,16,0,20,35,98,111,116,116,111,109,95,105,110,102,111,95,99,111,111,107,105,101,115,0,16,0,24,35,98,111,120,45,97,99,99,101,116,116,97,122,105,111,110,101,45,99,111,111,107,105,101,0,16,0,18,35,98,111,120,45,97,103,114,101,101,45,103,100,112,114,45,105,100,0,16,0,17,35,98,111,120,45,97,108,101,114,116,45,99,111,111,107,105,101,0,16,0,11,35,98,111,120,45,99,111,111,107,105,101,0,16,0,14,35,98,111,120,45,99,111,111,107,105,101,45,48,49,0,16,0,18,35,98,111,120,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,16,0,19,35,98,111,120,45,99,111,111,107,105,101,45,111,118,101,114,108,97,121,0,16,0,19,35,98,111,120,45,99,111,111,107,105,101,45,119,97,114,110,105,110,103,0,16,0,12,35,98,111,120,45,99,111,111,107,105,101,115,0,16,0,9,35,98,111,120,45,103,100,112,114,0,16,0,10,35,98,111,120,67,111,111,107,105,101,0,16,0,11,35,98,111,120,67,111,111,107,105,101,115,0,16,0,14,35,98,111,120,84,101,120,116,67,111,111,107,105,101,0,16,0,17,35,98,111,120,90,103,111,100,97,78,97,67,111,111,107,105,101,0,16,0,11,35,98,111,120,95,99,111,111,107,105,101,0,16,0,18,35,98,111,120,95,99,111,111,107,105,101,95,97,99,99,101,112,116,0,16,0,22,35,98,111,120,95,99,111,111,107,105,101,95,97,99,99,101,112,116,97,110,99,101,0,16,0,18,35,98,111,120,95,99,111,111,107,105,101,95,97,100,118,101,114,116,0,16,0,16,35,98,111,120,95,99,111,111,107,105,101,95,105,110,102,111,0,16,0,18,35,98,111,120,95,99,111,111,107,105,101,95,112,111,108,105,99,121,0,16,0,17,35,98,111,120,95,99,111,111,107,105,101,112,111,108,105,99,121,0,16,0,18,35,98,111,120,95,99,111,111,107,105,101,115,95,97,108,101,114,116,0,16,0,18,35,98,111,120,95,99,111,111,107,105,101,115,95,101,114,114,111,114,0,16,0,17,35,98,111,120,95,99,111,111,107,105,101,115,95,105,110,102,111,0,16,0,16,35,98,111,120,95,105,110,102,111,95,99,111,111,107,105,101,0,16,0,9,35,98,111,120,95,108,103,112,100,0,16,0,16,35,98,111,120,95,108,103,112,100,95,99,111,111,107,105,101,0,16,0,10,35,98,111,120,99,111,111,107,105,101,0,16,0,13,35,98,111,120,99,111,111,107,105,101,108,97,119,0,16,0,10,35,98,112,99,111,111,107,105,101,115,0,16,0,17,35,98,112,114,95,99,111,111,107,105,101,45,97,108,101,114,116,0,16,0,22,35,98,112,120,45,114,103,112,100,45,99,111,111,107,105,101,45,112,111,112,117,112,0,16,0,27,35,98,114,45,119,111,114,100,112,114,101,115,115,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,16,0,15,35,98,114,67,111,111,107,105,101,66,97,110,110,101,114,0,16,0,21,35,98,114,97,95,99,111,111,107,105,101,67,104,111,105,99,101,73,110,102,111,0,16,0,29,35,98,114,97,105,110,45,99,111,111,107,105,101,45,111,112,116,105,110,45,99,111,111,107,105,101,98,111,120,0,16,0,23,35,98,114,97,110,100,102,111,117,114,45,99,111,111,107,105,101,45,98,108,111,99,107,0,16,0,25,35,98,114,105,110,107,45,103,100,112,114,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,16,0,22,35,98,114,111,119,115,101,114,45,99,111,111,107,105,101,45,119,97,114,110,105,110,0,16,0,23,35,98,114,111,119,115,101,114,45,99,111,111,107,105,101,45,119,97,114,110,105,110,103,0,16,0,14,35,98,114,117,110,101,108,99,111,111,107,105,101,115,0,16,0,12,35,98,114,121,45,99,111,110,115,101,110,116,0,16,0,16,35,98,115,67,111,111,107,105,101,115,66,97,110,110,101,114,0,16,0,26,35,98,115,95,99,111,111,107,105,101,95,97,108,101,114,116,95,99,111,110,116,97,105,110,101,114,0,16,0,9,35,98,115,99,111,111,107,105,101,0,16,0,18,35,98,115,116,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,16,0,18,35,98,116,45,112,114,105,118,97,99,121,45,104,101,97,100,101,114,0,16,0,19,35,98,116,45,112,114,105,118,97,99,121,45,111,118,101,114,108,97,121,0,16,0,20,35,98,116,67,111,111,107,105,101,67,111,110,115,101,110,116,82,111,111,116,0,16,0,11,35,98,116,95,95,99,111,111,107,105,101,0,16,0,10,35,98,116,95,99,111,111,107,105,101,0,16,0,11,35,98,116,110,45,99,111,111,107,105,101,0,16,0,18,35,98,116,110,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,16,0,12,35,98,116,110,79,110,101,84,114,117,115,116,0,16,0,22,35,98,116,115,45,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,0,16,0,17,35,98,116,122,45,99,111,111,107,105,101,45,112,111,112,117,112,0,16,0,21,35,98,117,107,111,45,103,100,112,114,45,99,111,111,107,105,101,45,98,97,114,0,16,0,18,35,98,117,110,100,108,101,95,99,111,111,107,105,101,95,98,97,114,0,16,0,25,35,98,117,115,105,110,101,115,115,45,99,111,111,107,105,101,115,45,119,114,97,112,112,101,114,0,16,0,15,35,98,117,116,116,111,110,45,99,111,111,107,105,101,115,0,16,0,25,35,98,117,116,116,111,110,95,99,111,111,107,105,101,115,95,118,97,108,105,100,97,116,101,100,0,16,0,23,35,98,117,122,122,98,108,111,103,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,16,0,26,35,98,117,122,122,98,108,111,103,112,114,111,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,16,0,23,35,98,118,95,99,111,111,107,105,101,45,108,97,119,45,105,110,102,111,45,98,97,114,0,16,0,16,35,98,118,105,110,45,99,111,111,107,105,101,45,98,111,120,0,16,0,16,35,98,119,45,103,100,112,114,95,116,111,97,115,116,101,114,0,16,0,16,35,98,119,67,111,111,107,105,101,67,111,110,115,101,110,116,0,16,0,16,35,98,119,95,99,111,111,107,105,101,99,104,111,105,99,101,0,16,0,17,35,98,119,95,99,111,111,107,105,101,111,118,101,114,108,97,121,0,16,0,17,35,98,119,112,45,99,111,111,107,105,101,115,45,105,110,102,111,0,16,0,18,35,98,119,115,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,16,0,15,35,98,120,95,99,111,111,107,105,101,95,105,110,102,111,0,16,0,18,35,98,121,115,45,99,111,111,107,105,101,109,101,115,115,97,103,101,0,16,0,26,35,98,121,116,101,115,105,122,101,95,99,111,111,107,105,101,95,101,120,112,108,97,105,110,101,114,0,16,0,16,35,98,122,67,111,111,107,105,101,67,111,110,115,101,110,116,0,16,0,14,35,99,45,99,111,111,107,105,101,45,110,111,116,101,0,16,0,10,35,99,45,99,111,111,107,105,101,115,0,16,0,13,35,99,45,100,99,120,45,99,111,111,107,105,101,0,16,0,20,35,99,45,119,97,114,110,105,110,103,45,99,111,110,116,97,105,110,101,114,0,16,0,10,35,99,48,48,107,105,101,77,115,103,0,16,0,18,35,99,50,103,95,99,111,111,107,105,101,95,100,105,97,108,111,103,0,16,0,23,35,99,52,115,67,111,111,107,105,101,79,110,101,67,108,105,99,107,77,111,100,97,108,0,16,0,11,35,99,65,99,99,101,112,116,66,97,114,0,16,0,13,35,99,67,111,111,107,105,101,65,108,101,114,116,0,16,0,14,35,99,67,111,111,107,105,101,72,101,97,100,101,114,0,16,0,19,35,99,67,111,114,101,95,99,111,111,107,105,101,78,111,116,105,99,101,0,16,0,12,35,99,73,110,102,111,46,99,73,110,102,111,0,16,0,14,35,99,76,97,121,101,114,46,110,111,116,105,99,101,0,16,0,8,35,99,80,111,108,105,99,121,0,16,0,12,35,99,80,114,111,109,112,116,95,98,97,114,0,16,0,18,35,99,80,114,111,109,112,116,95,98,97,114,83,112,97,99,101,114,0,16,0,20,35,99,83,112,97,99,101,46,99,111,111,107,105,101,83,112,97,99,101,114,0,16,0,13,35,99,87,97,114,110,46,99,111,111,107,105,101,0,16,0,14,35,99,87,97,114,110,46,99,111,111,107,105,101,115,0,16,0,8,35,99,95,97,103,114,101,109,0,16,0,9,35,99,95,99,111,111,107,105,101,0,16,0,10,35,99,97,95,98,97,110,110,101,114,0,16,0,13,35,99,97,95,105,110,102,111,95,112,108,117,115,0,16,0,11,35,99,97,98,99,111,111,107,105,101,115,0,16,0,13,35,99,97,100,114,101,95,99,111,111,107,105,101,0,16,0,12,35,99,97,100,118,105,115,101,95,98,97,114,0,16,0,13,35,99,97,106,97,95,99,111,111,107,105,101,115,0,16,0,12,35,99,97,106,97,99,111,111,107,105,101,115,0,16,0,13,35,99,97,108,108,67,111,110,116,114,111,108,108,0,16,0,24,35,99,97,109,117,115,45,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,0,16,0,23,35,99,97,112,95,80,111,108,105,116,105,99,97,67,111,111,107,105,101,115,68,105,118,0,16,0,12,35,99,97,112,97,45,99,111,111,107,105,101,0,16,0,13,35,99,97,112,97,45,99,111,111,107,105,101,115,0,16,0,18,35,99,97,112,97,65,99,101,112,116,97,67,111,111,107,105,101,115,0,16,0,16,35,99,97,112,97,65,118,105,115,111,67,111,111,107,105,101,0,16,0,17,35,99,97,112,97,65,118,105,115,111,67,111,111,107,105,101,115,0,16,0,25,35,99,97,112,97,65,118,105,115,111,80,111,108,105,116,105,99,97,67,111,111,107,105,101,115,0,16,0,20,35,99,97,112,97,95,97,99,101,112,116,97,95,99,111,111,107,105,101,115,0,16,0,19,35,99,97,112,97,95,97,118,105,115,111,95,99,111,111,107,105,101,115,0,16,0,12,35,99,97,112,97,95,99,111,111,107,105,101,0,16,0,17,35,99,97,112,97,95,99,111,111,107,105,101,95,114,103,112,100,0,16,0,13,35,99,97,112,97,95,99,111,111,107,105,101,115,0,16,0,18,35,99,97,112,97,95,108,111,112,100,95,99,111,111,107,105,101,115,0,16,0,17,35,99,97,112,97,95,112,111,108,95,99,111,111,107,105,101,115,0,16,0,19,35,99,97,112,97,101,102,101,99,116,111,115,45,99,111,111,107,105,101,0,16,0,27,35,99,97,114,114,111,116,45,102,114,97,109,101,45,98,117,109,112,101,114,67,111,111,107,105,101,115,0,16,0,18,35,99,97,114,116,101,108,99,111,111,107,105,101,108,101,103,97,108,0,16,0,20,35,99,97,115,101,121,115,45,99,111,111,107,105,101,45,109,111,100,97,108,0,16,0,18,35,99,97,115,112,105,97,110,95,99,111,111,107,105,101,98,97,114,0,16,0,20,35,99,97,116,97,112,117,108,116,45,99,111,111,107,105,101,45,98,97,114,0,16,0,17,35,99,98,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,16,0,17,35,99,98,45,99,111,111,107,105,101,45,104,111,108,100,101,114,0,16,0,18,35,99,98,45,99,111,111,107,105,101,95,99,111,110,115,101,110,116,0,16,0,25,35,99,98,95,99,111,111,107,105,101,95,112,111,108,105,99,121,95,100,101,102,97,117,108,116,0,16,0,23,35,99,98,95,99,111,111,107,105,101,95,112,111,108,105,99,121,95,112,111,112,117,112,0,16,0,30,35,99,98,95,99,111,111,107,105,101,95,112,111,108,105,99,121,95,112,111,112,117,112,95,115,104,114,111,117,100,0,16,0,27,35,99,98,95,115,101,116,116,105,110,103,115,95,97,108,101,114,116,95,101,120,116,101,110,100,101,100,0,16,0,17,35,99,98,99,111,111,107,105,101,115,45,98,111,116,116,111,109,0,16,0,14,35,99,98,99,111,111,107,105,101,115,45,116,111,112,0,16,0,27,35,99,98,116,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,45,119,114,97,112,112,101,114,0,16,0,10,35,99,99,45,98,97,110,110,101,114,0,16,0,18,35,99,99,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,16,0,14,35,99,99,45,99,111,111,107,105,101,45,108,97,119,0,16,0,18,35,99,99,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,0,16,0,17,35,99,99,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,16,0,18,35,99,99,45,99,111,111,107,105,101,45,111,118,101,114,108,97,121,0,16,0,11,35,99,99,45,99,111,111,107,105,101,115,0,16,0,9,35,99,99,45,109,111,100,97,108,0,16,0,17,35,99,99,45,109,111,100,97,108,45,111,118,101,114,108,97,121,0,16,0,16,35,99,99,45,110,111,116,105,102,105,99,97,116,105,111,110,0,16,0,23,35,99,99,45,110,111,116,105,102,105,99,97,116,105,111,110,45,103,117,116,116,101,114,0,16,0,24,35,99,99,45,110,111,116,105,102,105,99,97,116,105,111,110,45,119,114,97,112,112,101,114,0,16,0,7,35,99,99,45,116,97,103,0,16,0,13,35,99,99,46,99,99,95,100,105,97,108,111,103,0,16,0,10,35,99,99,77,101,115,115,97,103,101,0,16,0,21,35,99,99,95,95,109,111,100,97,108,95,95,99,111,110,116,97,105,110,101,114,0,16,0,14,35,99,99,95,95,112,97,103,101,66,108,111,99,107,0,16,0,11,35,99,99,95,98,97,110,100,101,97,117,0,16,0,10,35,99,99,95,98,97,110,110,101,114,0,16,0,18,35,99,99,95,98,97,110,110,101,114,45,119,114,97,112,112,101,114,0,16,0,7,35,99,99,95,99,111,110,0,16,0,23,35,99,99,95,99,111,111,107,105,101,99,111,110,115,101,110,116,110,111,116,105,99,101,0,16,0,11,35,99,99,95,99,111,111,107,105,101,115,0,16,0,16,35,99,99,95,100,115,103,118,111,95,98,97,110,110,101,114,0,16,0,10,35,99,99,95,112,111,108,105,99,121,0,16,0,17,35,99,99,95,112,114,105,118,97,99,121,95,108,97,121,101,114,0,16,0,10,35,99,99,95,122,97,103,105,101,108,0,16,0,19,35,99,99,97,45,99,111,111,107,105,101,115,45,104,111,108,100,101,114,0,16,0,6,35,99,99,98,97,114,0,16,0,16,35,99,99,98,97,114,95,99,111,110,116,97,105,110,101,114,0,16,0,11,35,99,99,99,45,110,111,116,105,102,121,0,16,0,12,35,99,99,99,45,111,118,101,114,108,97,121,0,16,0,10,35,99,99,99,45,115,116,97,116,101,0,16,0,23,35,99,99,99,101,110,116,101,114,45,111,118,101,114,108,97,121,45,102,105,120,101,100,0,16,0,10,35,99,99,99,111,110,115,101,110,116,0,16,0,6,35,99,99,99,119,114,0,16,0,17,35,99,99,102,100,45,101,117,99,111,111,107,105,101,108,97,119,0,16,0,17,35,99,99,102,119,45,112,97,103,101,45,98,97,110,110,101,114,0,16,0,13,35,99,99,103,116,109,45,98,97,110,110,101,114,0,16,0,14,35,99,99,103,116,109,45,119,114,97,112,112,101,114,0,16,0,10,35,99,99,104,105,110,119,101,105,115,0,16,0,8,35,99,99,107,45,98,111,120,0,16,0,10,35,99,99,107,66,97,110,110,101,114,0,16,0,16,35,99,99,109,45,98,97,110,110,101,114,45,119,114,97,112,0,16,0,22,35,99,99,109,45,99,111,111,107,105,101,115,68,105,115,99,108,111,115,117,114,101,0,16,0,17,35,99,99,109,95,110,111,116,105,102,105,99,97,116,105,111,110,0,16,0,9,35,99,99,111,110,115,101,110,116,0,16,0,13,35,99,99,111,110,115,101,110,116,45,98,97,114,0,16,0,13,35,99,99,111,110,115,101,110,116,45,112,111,112,0,16,0,20,35,99,99,111,111,107,105,101,95,98,97,115,101,95,115,116,105,108,101,50,0,16,0,11,35,99,99,112,45,98,110,114,45,99,107,0,16,0,12,35,99,99,112,45,111,118,101,114,108,97,121,0,16,0,11,35,99,99,112,97,45,97,108,101,114,116,0,16,0,12,35,99,99,112,97,45,98,97,110,110,101,114,0,16,0,9,35,99,99,112,97,45,98,97,114,0,16,0,11,35,99,99,112,97,45,98,108,111,99,107,0,16,0,20,35,99,99,112,97,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,0,16,0,13,35,99,99,112,97,45,99,111,110,116,101,110,116,0,16,0,12,35,99,99,112,97,45,99,111,111,107,105,101,0,16,0,20,35,99,99,112,97,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,0,16,0,12,35,99,99,112,97,45,102,111,111,116,101,114,0,16,0,12,35,99,99,112,97,45,110,111,116,105,99,101,0,16,0,25,35,99,99,112,97,45,110,111,116,105,102,105,99,97,116,105,111,110,45,98,97,110,110,101,114,0,16,0,29,35,99,99,112,97,45,110,111,116,105,102,105,99,97,116,105,111,110,45,98,97,110,110,101,114,95,49,45,48,0,16,0,20,35,99,99,112,97,45,112,114,111,109,112,116,45,119,114,97,112,112,101,114,0,16,0,15,35,99,99,112,97,46,99,111,110,116,97,105,110,101,114,0,16,0,10,35,99,99,112,97,46,115,104,111,119,0,16,0,21,35,99,99,112,97,46,119,105,116,104,111,117,116,45,111,118,101,114,108,97,121,0,16,0,10,35,99,99,112,97,65,108,101,114,116,0,16,0,11,35,99,99,112,97,66,97,110,110,101,114,0,16,0,14,35,99,99,112,97,67,111,110,116,97,105,110,101,114,0,16,0,11,35,99,99,112,97,70,111,111,116,101,114,0,16,0,12,35,99,99,112,97,95,98,97,110,110,101,114,0,16,0,20,35,99,99,112,97,95,99,111,110,115,101,110,116,95,98,97,110,110,101,114,0,16,0,17,35,99,99,115,45,110,111,116,105,102,105,99,97,116,105,111,110,0,16,0,22,35,99,99,115,101,114,118,105,99,101,45,99,111,111,107,105,101,115,105,110,102,111,0,16,0,8,35,99,99,116,45,98,111,120,0,16,0,11,35,99,99,116,111,111,108,82,111,111,116,0,16,0,14,35,99,99,116,114,45,106,115,45,109,111,100,97,108,0,16,0,14,35,99,100,45,99,111,111,107,105,101,45,98,97,114,0,16,0,23,35,99,100,45,99,111,111,107,105,101,45,98,97,114,45,115,101,116,116,105,110,103,115,0,16,0,18,35,99,100,102,95,97,110,110,111,110,99,101,67,111,111,107,105,101,0,16,0,10,35,99,100,105,95,108,97,121,101,114,0,16,0,19,35,99,100,110,45,98,97,110,110,101,114,45,99,111,111,107,105,101,115,0,16,0,22,35,99,100,119,101,98,45,99,111,111,107,105,101,45,108,97,119,45,105,110,102,111,0,16,0,20,35,99,101,97,45,100,105,118,67,111,111,107,105,101,80,111,108,105,99,121,0,16,0,26,35,99,101,108,101,110,117,115,45,99,111,111,107,105,101,115,45,99,111,110,116,97,105,110,101,114,0,16,0,22,35,99,101,110,116,101,114,95,98,97,110,100,101,97,117,95,99,111,111,107,105,101,0,16,0,19,35,99,101,114,101,107,75,117,108,108,97,110,105,109,85,121,97,114,105,0,16,0,14,35,99,101,114,101,122,97,121,97,114,108,97,114,105,0,16,0,20,35,99,101,118,97,95,116,111,111,108,98,97,114,95,99,111,111,107,105,101,0,16,0,20,35,99,101,119,101,45,97,99,99,101,112,116,45,99,111,111,107,105,101,115,0,16,0,24,35,99,101,119,101,45,112,101,114,109,97,110,101,110,116,45,105,110,102,111,45,98,97,114,0,16,0,10,35,99,102,45,99,111,111,107,105,101,0,16,0,17,35,99,102,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,16,0,17,35,99,103,45,98,97,114,114,97,45,99,111,111,107,105,101,115,0,16,0,10,35,99,103,67,111,111,107,105,101,115,0,16,0,15,35,99,103,82,111,100,111,66,97,99,107,100,114,111,112,0,16,0,12,35,99,103,82,111,100,111,77,111,100,97,108,0,16,0,14,35,99,103,95,99,111,111,107,105,101,95,98,97,114,0,16,0,12,35,99,104,101,99,107,67,111,111,107,105,101,0,16,0,15,35,99,104,101,99,107,67,111,111,107,105,101,66,111,120,0,16,0,15,35,99,104,101,99,107,85,80,99,111,111,107,105,101,115,0,16,0,20,35,99,104,101,99,107,109,107,67,111,111,107,105,101,78,111,116,105,99,101,0,16,0,18,35,99,104,101,108,108,111,99,111,111,107,105,101,115,45,98,97,114,0,16,0,21,35,99,104,101,114,114,121,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,16,0,21,35,99,104,105,108,108,121,45,99,111,111,107,105,101,45,97,99,99,101,112,116,0,16,0,20,35,99,104,114,111,109,101,102,114,97,109,101,45,99,111,111,107,105,101,115,0,16,0,8,35,99,105,45,114,111,100,111,0,16,0,7,35,99,105,97,99,104,111,0,16,0,10,35,99,105,97,99,104,111,66,97,114,0,16,0,11,35,99,105,97,99,104,111,105,110,102,111,0,16,0,27,35,99,105,97,114,95,99,111,111,107,105,101,45,97,99,99,101,112,116,45,99,111,111,107,105,101,115,0,16,0,11,35,99,105,97,115,116,101,99,122,107,97,0,16,0,15,35,99,105,97,115,116,101,99,122,107,97,45,98,111,120,0,16,0,16,35,99,105,97,115,116,101,99,122,107,97,45,105,110,102,111,0,16,0,24,35,99,105,97,115,116,101,99,122,107,97,73,110,102,111,67,111,110,116,97,105,110,101,114,0,16,0,17,35,99,105,97,115,116,101,99,122,107,97,95,97,108,101,114,116,0,16,0,11,35,99,105,97,115,116,101,99,122,107,111,0,16,0,18,35,99,105,97,115,116,101,99,122,107,111,119,101,95,111,107,110,111,0,16,0,20,35,99,105,97,115,116,101,99,122,107,111,119,121,95,112,111,116,119,111,114,0,16,0,8,35,99,105,97,115,116,107,97,0,16,0,13,35,99,105,97,115,116,107,97,95,97,106,97,120,0,16,0,18,35,99,105,97,115,116,107,97,95,119,105,97,100,111,109,111,115,99,0,16,0,11,35,99,105,97,115,116,107,111,100,105,118,0,16,0,12,35,99,105,97,115,116,107,111,100,105,118,102,0,16,0,14,35,99,105,97,115,116,111,87,97,114,115,116,119,97,0,16,0,18,35,99,105,99,101,114,111,95,99,111,111,107,105,101,95,109,115,103,0,16,0,29,35,99,105,103,105,45,99,111,111,107,105,101,45,98,97,110,110,101,114,45,99,111,110,116,97,105,110,101,114,0,16,0,17,35,99,105,110,116,105,108,108,111,46,99,111,111,107,105,101,115,0,16,0,20,35,99,107,45,99,111,111,107,105,101,45,115,116,97,116,101,109,101,110,116,0,16,0,10,35,99,107,45,100,105,97,108,111,103,0,16,0,6,35,99,107,66,97,114,0,16,0,4,35,99,107,67,0,16,0,10,35,99,107,87,97,114,110,105,110,103,0,16,0,11,35,99,107,87,114,97,112,46,99,107,87,0,16,0,10,35,99,107,95,98,97,110,110,101,114,0,16,0,20,35,99,107,95,99,111,110,116,97,105,110,101,114,95,99,111,111,107,105,101,0,16,0,9,35,99,107,95,100,115,99,108,114,0,16,0,12,35,99,107,95,100,115,99,108,114,95,118,50,0,16,0,7,35,99,107,95,108,97,119,0,16,0,12,35,99,107,98,114,95,98,97,110,110,101,114,0,16,0,5,35,99,107,99,104,0,16,0,8,35,99,107,99,110,115,110,116,0,16,0,10,35,99,107,99,110,115,116,119,114,112,0,16,0,19,35,99,107,101,119,45,114,101,115,117,109,45,99,111,111,107,105,101,115,0,16,0,19,35,99,107,105,101,97,99,112,116,95,99,111,110,116,97,105,110,101,114,0,16,0,12,35,99,107,105,101,99,111,110,115,101,110,116,0,16,0,11,35,99,107,105,101,112,114,111,109,112,116,0,16,0,9,35,99,107,107,97,115,116,101,110,0,16,0,19,35,99,107,107,97,115,116,101,110,45,99,111,110,116,97,105,110,101,114,0,16,0,16,35,99,107,109,45,99,111,111,107,105,101,45,99,111,110,116,0,16,0,19,35,99,107,109,45,99,111,111,107,105,101,45,115,101,116,116,105,110,103,0,16,0,15,35,99,107,109,99,111,111,107,105,101,115,99,111,110,116,0,16,0,9,35,99,107,112,111,108,105,99,121,0,16,0,12,35,99,107,112,111,112,46,111,117,116,101,114,0,16,0,10,35,99,107,115,46,99,107,115,45,118,0,16,0,10,35,99,107,119,97,114,110,105,110,103,0,16,0,12,35,99,107,121,45,99,111,110,115,101,110,116,0,16,0,17,35,99,107,121,45,110,111,116,105,102,105,99,97,116,105,111,110,0,16,0,10,35,99,108,45,98,97,110,110,101,114,0,16,0,11,35,99,108,45,99,111,110,115,101,110,116,0,16,0,10,35,99,108,45,99,111,111,107,105,101,0,16,0,17,35,99,108,95,95,99,111,111,107,105,101,95,97,108,101,114,116,0,16,0,10,35,99,108,95,98,97,110,110,101,114,0,16,0,9,35,99,108,95,109,111,100,97,108,0,16,0,12,35,99,108,97,115,115,67,111,111,107,105,101,0,16,0,23,35,99,108,98,45,99,111,111,107,105,101,45,110,111,116,105,99,101,45,108,103,112,100,0,16,0,15,35,99,108,101,97,114,102,121,45,99,111,111,107,105,101,0,16,0,17,35,99,108,101,118,101,114,45,99,111,111,107,105,101,108,97,119,0,16,0,30,35,99,108,105,99,107,115,107,101,107,115,45,112,111,112,117,112,45,111,117,116,101,114,45,104,111,108,100,101,114,0,16,0,27,35,99,108,105,111,110,95,99,111,111,107,105,101,66,97,114,95,95,99,111,110,116,97,105,110,101,114,0,16,0,16,35,99,108,111,115,101,67,111,111,107,101,105,73,110,102,111,0,16,0,17,35,99,108,111,115,101,71,100,112,114,67,111,110,116,101,110,116,0,16,0,11,35,99,108,111,115,101,95,99,110,105,108,0,16,0,18,35,99,108,111,117,100,109,101,67,111,111,107,105,101,73,110,102,111,0,16,0,25,35,99,108,114,45,99,111,111,107,105,101,45,98,97,114,45,99,111,110,116,97,105,110,101,114,0,16,0,17,35,99,109,45,99,111,111,107,105,101,45,97,99,99,101,112,116,0,16,0,17,35,99,109,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,16,0,16,35,99,109,45,99,111,111,107,105,101,45,112,111,112,105,110,0,16,0,17,35,99,109,45,99,111,111,107,105,101,45,119,105,110,100,111,119,0,16,0,13,35,99,109,45,99,111,111,107,105,101,98,97,114,0,16,0,11,35,99,109,45,99,111,111,107,105,101,115,0,16,0,26,35,99,109,52,97,108,108,45,99,111,111,107,105,101,45,112,111,108,105,99,121,45,112,97,103,101,0,16,0,21,35,99,109,70,108,117,120,77,101,115,115,97,103,101,67,111,111,107,105,101,115,0,16,0,23,35,99,109,95,99,111,111,107,105,101,95,110,111,116,105,102,105,99,97,116,105,111,110,0,16,0,19,35,99,109,97,110,97,103,101,114,45,99,111,110,116,97,105,110,101,114,0,16,0,32,35,99,109,99,45,116,114,97,99,107,105,110,103,45,99,111,110,115,101,110,116,45,102,111,114,109,45,115,116,101,112,49,0,16,0,22,35,99,109,99,98,45,105,110,102,111,114,109,97,116,105,111,110,76,97,121,101,114,0,16,0,18,35,99,109,99,111,110,115,101,110,116,45,109,101,115,115,97,103,101,0,16,0,24,35,99,109,112,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,0,16,0,14,35,99,109,112,45,102,97,107,116,111,114,45,105,111,0,16,0,35,35,99,109,112,45,102,97,107,116,111,114,45,105,111,45,98,114,97,110,100,45,99,111,110,115,101,110,116,45,110,111,116,105,99,101,0,16,0,21,35,99,109,112,45,102,97,107,116,111,114,45,105,111,45,112,97,114,101,110,116,0,16,0,23,35,99,109,112,45,111,118,101,114,108,97,121,46,99,109,112,111,118,101,114,108,97,121,0,16,0,19,35,99,109,112,45,119,105,100,103,101,116,45,119,114,97,112,112,101,114,0,16,0,12,35,99,109,112,66,97,99,107,100,114,111,112,0,16,0,10,35,99,109,112,66,97,110,110,101,114,0,16,0,17,35,99,109,112,77,105,110,105,109,97,108,80,114,111,109,112,116,0,16,0,29,35,99,109,112,108,122,45,99,111,111,107,105,101,98,97,110,110,101,114,45,99,111,110,116,97,105,110,101,114,0,16,0,19,35,99,109,115,45,99,111,111,107,105,101,45,119,114,97,112,112,101,114,0,16,0,20,35,99,109,115,45,99,111,111,107,105,101,115,45,99,111,110,115,101,110,116,0,16,0,30,35,99,109,115,45,109,111,100,117,108,101,45,108,101,103,97,108,45,112,114,105,118,97,99,121,45,104,105,110,116,0,16,0,35,35,99,109,115,45,109,111,100,117,108,101,45,116,114,97,99,107,105,110,103,45,99,111,100,101,115,45,98,97,99,107,100,114,111,112,0,16,0,39,35,99,109,115,45,109,111,100,117,108,101,45,116,114,97,99,107,105,110,103,45,99,111,100,101,115,45,99,111,110,115,101,110,116,45,104,105,110,116,0,16,0,17,35,99,109,115,67,111,111,107,105,101,87,97,114,110,105,110,103,0,16,0,10,35,99,109,115,73,110,102,111,67,107,0,16,0,10,35,99,109,115,99,111,111,107,105,101,0,16,0,16,35,99,109,115,112,108,117,115,95,99,111,111,107,105,101,115,0,16,0,19,35,99,109,116,45,119,114,97,112,112,101,114,45,98,97,110,110,101,114,0,16,0,10,35,99,110,45,99,111,111,107,105,101,0,16,0,12,35,99,110,67,111,110,116,97,105,110,101,114,0,16,0,19,35,99,110,100,45,103,100,112,114,45,99,111,110,116,97,105,110,101,114,0,16,0,20,35,99,110,101,100,95,97,108,101,114,116,101,95,99,111,111,107,105,101,115,0,16,0,5,35,99,110,105,108,0,16,0,12,35,99,110,105,108,45,97,100,118,101,114,116,0,16,0,12,35,99,110,105,108,45,98,97,110,110,101,114,0,16,0,12,35,99,110,105,108,45,99,111,111,107,105,101,0,16,0,26,35,99,110,105,108,45,99,111,111,107,105,101,45,97,118,101,114,116,105,115,115,101,109,101,110,116,0,16,0,18,35,99,110,105,108,45,99,111,111,107,105,101,45,112,97,110,101,108,0,16,0,13,35,99,110,105,108,45,99,111,111,107,105,101,115,0,16,0,11,35,99,110,105,108,45,108,97,121,101,114,0,16,0,9,35,99,110,105,108,45,109,115,103,0,16,0,20,35,99,110,105,108,45,112,114,105,118,97,99,121,45,112,111,108,105,99,121,0,16,0,11,35,99,110,105,108,66,97,110,110,101,114,0,16,0,13,35,99,110,105,108,67,111,111,99,107,105,101,115,0,16,0,11,35,99,110,105,108,67,111,111,107,105,101,0,16,0,11,35,99,110,105,108,70,111,111,116,101,114,0,16,0,17,35,99,110,105,108,78,111,116,105,102,105,99,97,116,105,111,110,0,16,0,12,35,99,110,105,108,87,97,114,110,105,110,103,0,16,0,12,35,99,110,105,108,87,114,97,112,112,101,114,0,16,0,9,35,99,110,105,108,90,111,110,101,0,16,0,11,35,99,110,105,108,95,97,108,101,114,116,0,16,0,17,35,99,110,105,108,95,97,108,101,114,116,95,105,110,110,101,114,0,16,0,15,35,99,110,105,108,95,97,108,101,114,116,95,116,111,112,0,16,0,21,35,99,110,105,108,95,97,108,101,114,116,95,116,111,112,95,105,110,110,101,114,0,16,0,13,35,99,110,105,108,95,98,97,110,100,101,97,117,0,16,0,12,35,99,110,105,108,95,98,97,110,110,101,114,0,16,0,20,35,99,110,105,108,95,98,97,110,110,101,114,95,99,111,110,115,101,110,116,0,16,0,9,35,99,110,105,108,95,98,97,114,0,16,0,17,35,99,110,105,108,95,98,97,114,95,119,114,97,112,112,101,114,0,16,0,12,35,99,110,105,108,95,99,111,111,107,105,101,0,16,0,20,35,99,110,105,108,95,99,111,111,107,105,101,95,109,101,115,115,97,103,101,0,16,0,19,35,99,110,105,108,95,99,111,111,107,105,101,95,111,112,116,111,117,116,0,16,0,13,35,99,110,105,108,95,99,111,111,107,105,101,115,0,16,0,18,35,99,110,105,108,95,105,110,102,111,114,109,97,116,105,111,110,115,0,16,0,12,35,99,110,105,108,95,111,112,116,111,117,116,0,16,0,13,35,99,110,105,108,95,112,114,105,118,97,99,121,0,16,0,11,35,99,110,105,108,98,97,110,110,101,114,0,16,0,11,35,99,110,105,108,99,111,111,107,105,101,0,16,0,12,35,99,110,105,108,99,111,111,107,105,101,115,0,16,0,23,35,99,110,105,108,100,105,115,99,108,97,105,109,101,114,76,111,99,97,116,105,111,110,0,16,0,7,35,99,110,105,108,105,100,0,16,0,13,35,99,110,105,108,108,95,98,97,110,110,101,114,0,16,0,12,35,99,110,105,108,109,101,115,115,97,103,101,0,16,0,26,35,99,110,111,116,105,99,101,45,102,111,111,116,101,114,45,99,111,110,116,101,110,116,45,105,100,0,16,0,15,35,99,110,116,65,108,101,114,116,67,111,111,107,105,101,0,16,0,12,35,99,110,116,95,99,111,111,107,105,101,115,0,16,0,17,35,99,111,95,98,97,110,100,101,97,117,67,111,111,107,105,101,0,16,0,25,35,99,111,95,99,111,111,107,105,101,80,111,108,105,99,121,67,111,110,116,97,105,110,101,114,0,16,0,16,35,99,111,98,111,95,99,111,111,107,105,101,95,108,97,119,0,16,0,12,35,99,111,99,107,105,101,83,108,105,100,101,0,16,0,20,35,99,111,100,101,109,97,115,116,101,114,115,95,99,111,111,107,105,101,115,0,16,0,22,35,99,111,101,45,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,0,16,0,22,35,99,111,101,95,99,111,111,107,105,101,115,95,99,111,110,116,97,105,110,101,114,0,16,0,24,35,99,111,101,95,99,111,111,107,105,101,115,95,112,108,97,99,101,104,111,108,100,101,114,0,16,0,10,35,99,111,102,99,111,111,107,105,101,0,16,0,17,35,99,111,105,67,111,110,115,101,110,116,66,97,110,110,101,114,0,16,0,7,35,99,111,107,80,121,116,0,16,0,7,35,99,111,107,98,97,114,0,16,0,10,35,99,111,107,105,101,45,98,97,114,0,16,0,11,35,99,111,107,105,101,67,111,118,101,114,0,16,0,10,35,99,111,107,105,101,77,97,105,110,0,16,0,11,35,99,111,107,105,101,115,105,110,102,111,0,16,0,24,35,99,111,108,111,114,105,102,121,45,112,114,111,45,99,111,111,107,105,101,45,105,102,121,0,16,0,22,35,99,111,109,52,99,111,111,107,105,101,115,45,99,111,110,116,97,105,110,101,114,0,16,0,18,35,99,111,109,95,99,111,111,107,105,101,95,112,111,108,105,99,121,0,16,0,25,35,99,111,109,97,118,111,111,45,103,97,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,16,0,20,35,99,111,109,109,111,110,45,67,111,111,107,105,101,78,111,116,105,99,101,0,16,0,27,35,99,111,109,109,111,110,45,99,111,111,107,105,101,108,97,119,45,99,111,110,116,97,105,110,101,114,0,16,0,20,35,99,111,109,112,108,105,65,99,99,101,112,116,67,111,111,107,105,101,115,0,16,0,17,35,99,111,109,112,108,105,97,110,99,101,66,97,110,110,101,114,0,16,0,17,35,99,111,109,112,108,105,97,110,99,101,67,111,111,107,105,101,0,16,0,17,35,99,111,109,112,108,105,97,110,99,101,99,111,111,107,105,101,0,16,0,24,35,99,111,109,112,111,110,101,110,116,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,16,0,22,35,99,111,109,115,112,97,99,101,45,117,115,101,114,99,101,110,116,114,105,99,115,0,16,0,15,35,99,111,110,102,101,114,109,97,67,111,111,107,105,101,0,16,0,23,35,99,111,110,102,105,100,101,110,116,105,97,108,105,116,101,95,99,111,111,107,105,101,0,16,0,15,35,99,111,110,102,105,114,109,45,99,111,111,107,105,101,0,16,0,21,35,99,111,110,102,105,114,109,45,99,111,111,107,105,101,45,109,111,100,97,108,0,16,0,21,35,99,111,110,102,105,114,109,45,99,111,111,107,105,101,111,110,116,101,110,116,0,16,0,16,35,99,111,110,102,105,114,109,45,99,111,111,107,105,101,115,0,16,0,14,35,99,111,110,102,105,114,109,67,111,111,107,105,101,0,16,0,20,35,99,111,110,102,105,114,109,67,111,111,107,105,101,80,111,108,105,99,121,0,16,0,15,35,99,111,110,102,105,114,109,95,99,111,111,107,105,101,0,16,0,19,35,99,111,110,102,105,114,109,95,99,111,111,107,105,101,95,117,115,101,0,16,0,22,35,99,111,110,102,105,114,109,101,100,67,111,111,107,105,101,78,111,116,101,73,100,0,16,0,16,35,99,111,110,115,101,110,115,111,67,111,111,107,105,101,115,0,16,0,16,35,99,111,110,115,101,110,115,111,95,99,111,111,107,105,101,0,16,0,18,35,99,111,110,115,101,110,116,45,97,103,114,101,101,109,101,110,116,0,16,0,15,35,99,111,110,115,101,110,116,45,98,97,110,110,101,114,0,16,0,25,35,99,111,110,115,101,110,116,45,98,97,110,110,101,114,45,99,111,110,116,97,105,110,101,114,0,16,0,18,35,99,111,110,115,101,110,116,45,98,97,110,110,101,114,45,102,119,0,16,0,12,35,99,111,110,115,101,110,116,45,98,97,114,0,16,0,14,35,99,111,110,115,101,110,116,45,98,108,111,99,107,0,16,0,13,35,99,111,110,115,101,110,116,45,98,117,109,112,0,16,0,15,35,99,111,110,115,101,110,116,45,99,111,111,107,105,101,0,16,0,15,35,99,111,110,115,101,110,116,45,102,111,111,116,101,114,0,16,0,25,35,99,111,110,115,101,110,116,45,109,97,110,97,103,101,109,101,110,116,45,97,108,101,114,116,0,16,0,16,35,99,111,110,115,101,110,116,45,109,97,110,97,103,101,114,0,16,0,25,35,99,111,110,115,101,110,116,45,109,97,110,97,103,101,114,45,98,97,99,107,100,114,111,112,0,16,0,24,35,99,111,110,115,101,110,116,45,109,97,110,97,103,101,114,45,111,118,101,114,108,97,121,0,16,0,20,35,99,111,110,115,101,110,116,45,109,103,109,116,45,98,97,110,110,101,114,0,16,0,24,35,99,111,110,115,101,110,116,45,109,111,100,97,108,45,98,111,116,116,111,109,98,97,114,0,16,0,20,35,99,111,110,115,101,110,116,45,109,111,100,97,108,45,102,105,114,115,116,0,16,0,17,35,99,111,110,115,101,110,116,45,109,111,100,97,108,45,102,119,0,16,0,22,35,99,111,110,115,101,110,116,45,111,117,116,101,114,45,119,114,97,112,112,101,114,0,16,0,14,35,99,111,110,115,101,110,116,45,112,111,112,117,112,0,16,0,14,35,99,111,110,115,101,110,116,45,115,108,105,100,101,0,16,0,16,35,99,111,110,115,101,110,116,45,116,111,111,108,98,97,114,0,16,0,14,35,99,111,110,115,101,110,116,46,97,108,101,114,116,0,16,0,17,35,99,111,110,115,101,110,116,46,98,97,99,107,100,114,111,112,0,16,0,28,35,99,111,110,115,101,110,116,46,110,97,118,98,97,114,45,102,105,120,101,100,45,98,111,116,116,111,109,0,16,0,16,35,99,111,110,115,101,110,116,65,99,99,101,112,116,101,100,0,16,0,14,35,99,111,110,115,101,110,116,66,97,110,110,101,114,0,16,0,11,35,99,111,110,115,101,110,116,66,97,114,0,16,0,17,35,99,111,110,115,101,110,116,67,111,111,107,105,101,68,105,118,0,16,0,14,35,99,111,110,115,101,110,116,68,105,97,108,111,103,0,16,0,13,35,99,111,110,115,101,110,116,70,105,114,115,116,0,16,0,14,35,99,111,110,115,101,110,116,70,111,111,116,101,114,0,16,0,18,35,99,111,110,115,101,110,116,70,111,111,116,101,114,87,114,97,112,0,16,0,15,35,99,111,110,115,101,110,116,79,118,101,114,108,97,121,0,16,0,13,35,99,111,110,115,101,110,116,80,111,112,117,112,0,16,0,15,35,99,111,110,115,101,110,116,87,114,97,112,112,101,114,0,16,0,25,35,99,111,110,115,101,110,116,95,97,115,115,105,115,116,95,99,111,110,116,97,105,110,101,114,0,16,0,15,35,99,111,110,115,101,110,116,95,98,97,110,110,101,114,0,16,0,17,35,99,111,110,115,101,110,116,95,98,108,97,99,107,98,97,114,0,16,0,10,35,99,111,110,115,101,110,116,95,99,0,16,0,22,35,99,111,110,115,101,110,116,95,99,111,111,107,105,101,115,95,112,111,112,117,112,0,16,0,14,35,99,111,110,115,101,110,116,95,112,111,112,117,112,0,16,0,16,35,99,111,110,115,101,110,116,95,118,105,115,105,116,111,114,0,16,0,16,35,99,111,110,115,101,110,116,95,119,114,97,112,112,101,114,0,16,0,14,35,99,111,110,115,101,110,116,99,111,111,107,105,101,0,16,0,20,35,99,111,110,115,101,110,116,102,111,114,109,95,119,114,97,112,112,101,114,0,16,0,14,35,99,111,110,115,101,110,116,102,114,105,101,110,100,0,16,0,11,35,99,111,110,115,101,110,116,108,121,114,0,16,0,13,35,99,111,110,115,101,110,116,112,111,112,117,112,0,16,0,18,35,99,111,110,116,65,100,118,105,115,101,67,111,111,107,105,101,115,0,16,0,12,35,99,111,110,116,95,99,111,111,107,105,101,0,16,0,13,35,99,111,110,116,95,99,111,111,107,105,101,115,0,16,0,15,35,99,111,110,116,97,105,110,101,114,45,99,110,105,108,0,16,0,17,35,99,111,110,116,97,105,110,101,114,45,99,111,111,107,105,101,0,16,0,30,35,99,111,110,116,97,105,110,101,114,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,0,16,0,18,35,99,111,110,116,97,105,110,101,114,45,99,111,111,107,105,101,115,0,16,0,16,35,99,111,110,116,97,105,110,101,114,67,111,111,107,105,101,0,16,0,21,35,99,111,110,116,97,105,110,101,114,67,111,111,107,105,101,78,111,116,105,102,0,16,0,19,35,99,111,110,116,97,105,110,101,114,67,111,111,107,105,101,87,101,116,0,16,0,17,35,99,111,110,116,97,105,110,101,114,67,111,111,107,105,101,115,0,16,0,17,35,99,111,110,116,97,105,110,101,114,95,99,111,111,107,105,101,0,16,0,18,35,99,111,110,116,97,105,110,101,114,95,99,111,111,107,105,101,115,0,16,0,20,35,99,111,110,116,97,105,110,101,114,95,105,110,102,111,95,99,110,105,108,0,16,0,17,35,99,111,110,116,97,105,110,101,114,99,111,111,107,105,101,115,0,16,0,11,35,99,111,110,116,99,111,111,107,105,101,0,16,0,26,35,99,111,110,116,101,110,101,100,111,114,45,98,97,110,110,101,114,45,99,111,111,107,105,101,115,0,16,0,28,35,99,111,110,116,101,110,101,100,111,114,45,112,111,108,105,116,105,99,97,45,99,111,111,107,105,101,115,0,16,0,28,35,99,111,110,116,101,110,101,100,111,114,65,99,101,112,116,97,99,105,111,110,67,111,111,107,105,101,115,0,16,0,17,35,99,111,110,116,101,110,101,100,111,114,67,111,111,107,105,101,0,16,0,18,35,99,111,110,116,101,110,101,100,111,114,67,111,111,107,105,101,115,0,16,0,19,35,99,111,110,116,101,110,101,100,111,114,67,111,111,107,105,101,115,50,0,16,0,19,35,99,111,110,116,101,110,101,100,111,114,95,99,111,111,107,105,101,115,0,16,0,27,35,99,111,110,116,101,110,101,100,111,114,95,99,111,111,107,105,101,115,95,103,101,110,101,114,97,108,0,16,0,20,35,99,111,110,116,101,110,101,114,65,108,101,114,116,67,111,111,107,105,101,0,16,0,17,35,99,111,110,116,101,110,101,117,114,45,99,111,111,107,105,101,0,16,0,17,35,99,111,110,116,101,110,101,117,114,67,111,111,107,105,101,115,0,16,0,23,35,99,111,110,116,101,110,105,100,111,95,99,97,112,97,95,99,111,111,107,105,101,115,0,16,0,22,35,99,111,110,116,101,110,105,100,111,97,118,105,115,111,99,111,111,107,105,101,115,0,16,0,24,35,99,111,110,116,101,110,105,116,111,114,101,66,97,110,110,101,114,67,111,111,107,105,101,0,16,0,18,35,99,111,110,116,101,110,105,116,111,114,101,67,111,111,107,105,101,0,16,0,22,35,99,111,110,116,101,110,105,116,111,114,101,100,105,115,99,108,97,105,109,101,114,0,16,0,18,35,99,111,110,116,101,110,116,32,62,32,35,99,111,111,107,105,101,0,16,0,21,35,99,111,110,116,101,110,116,45,97,108,101,114,116,45,99,111,111,107,105,101,0,16,0,15,35,99,111,110,116,101,110,116,45,99,111,111,107,105,101,0,16,0,16,35,99,111,110,116,101,110,116,45,99,111,111,107,105,101,115,0,16,0,37,35,99,111,110,116,101,110,116,45,100,101,45,104,105,110,119,101,105,115,45,99,111,111,107,105,101,45,114,105,99,104,116,108,105,110,105,101,0,16,0,20,35,99,111,110,116,101,110,116,45,112,111,108,45,99,111,111,107,105,101,115,0,16,0,21,35,99,111,110,116,101,110,116,45,117,99,111,99,45,99,111,111,107,105,101,115,0,16,0,18,35,99,111,110,116,101,110,116,73,110,102,111,67,111,111,107,105,101,0,16,0,15,35,99,111,110,116,101,110,116,95,99,111,111,107,105,101,0,16,0,15,35,99,111,110,116,101,110,116,99,111,111,107,105,101,115,0,16,0,11,35,99,111,111,45,98,97,110,110,101,114,0,16,0,11,35,99,111,111,77,101,115,115,97,103,101,0,16,0,9,35,99,111,111,95,110,111,116,101,0,16,0,7,35,99,111,111,99,105,101,0,16,0,16,35,99,111,111,99,105,101,115,95,119,97,114,110,105,110,103,0,16,0,8,35,99,111,111,99,107,105,101,0,16,0,12,35,99,111,111,99,107,105,101,45,98,97,114,0,16,0,16,35,99,111,111,99,107,105,101,45,109,101,115,115,97,103,101,0,16,0,12,35,99,111,111,99,107,105,101,45,109,101,120,0,16,0,14,35,99,111,111,99,107,105,101,45,109,111,100,97,108,0,16,0,21,35,99,111,111,99,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,0,16,0,16,35,99,111,111,99,107,105,101,45,119,97,114,110,105,110,103,0,16,0,19,35,99,111,111,99,107,105,101,65,80,67,111,110,116,97,105,110,101,114,0,16,0,13,35,99,111,111,99,107,105,101,65,108,101,114,116,0,16,0,16,35,99,111,111,99,107,105,101,65,108,101,114,116,66,111,120,0,16,0,11,35,99,111,111,99,107,105,101,66,97,114,0,16,0,12,35,99,111,111,99,107,105,101,73,110,102,111,0,16,0,15,35,99,111,111,99,107,105,101,77,101,115,115,97,103,101,0,16,0,14,35,99,111,111,99,107,105,101,95,97,103,114,101,101,0,16,0,15,35,99,111,111,99,107,105,101,95,110,111,116,105,99,101,0,16,0,12,35,99,111,111,99,107,105,101,95,112,97,115,0,16,0,12,35,99,111,111,99,107,105,101,95,116,120,116,0,16,0,13,35,99,111,111,99,107,105,101,97,103,114,101,101,0,16,0,13,35,99,111,111,99,107,105,101,97,108,101,114,116,0,16,0,14,35,99,111,111,99,107,105,101,99,104,111,105,99,101,0,16,0,13,35,99,111,111,99,107,105,101,112,111,112,117,112,0,16,0,9,35,99,111,111,99,107,105,101,115,0,16,0,15,35,99,111,111,99,107,105,101,115,51,119,109,68,105,118,0,16,0,13,35,99,111,111,99,107,105,101,115,95,98,111,120,0,16,0,17,35,99,111,111,99,107,105,101,115,95,119,97,114,110,105,110,103,0,16,0,12,35,99,111,111,99,107,105,101,119,114,97,112,0,16,0,10,35,99,111,111,107,45,99,111,110,116,0,16,0,10,35,99,111,111,107,65,108,101,114,116,0,16,0,7,35,99,111,111,107,69,78,0,16,0,8,35,99,111,111,107,73,110,102,0,16,0,11,35,99,111,111,107,78,84,114,97,99,107,0,16,0,8,35,99,111,111,107,80,111,108,0,16,0,19,35,99,111,111,107,80,111,108,105,99,121,45,119,114,97,112,112,101,114,0,16,0,9,35,99,111,111,107,95,97,102,102,0,16,0,10,35,99,111,111,107,95,105,110,102,111,0,16,0,17,35,99,111,111,107,97,108,101,114,116,45,104,111,108,100,101,114,0,16,0,12,35,99,111,111,107,98,111,120,98,97,99,107,0,16,0,8,35,99,111,111,107,99,111,110,0,16,0,9,35,99,111,111,107,99,111,110,116,0,16,0,8,35,99,111,111,107,100,105,118,0,16,0,31,35,99,111,111,107,101,67,111,110,116,114,111,108,95,85,112,100,97,116,101,80,97,110,101,108,67,111,111,107,105,101,0,16,0,10,35,99,111,111,107,101,72,105,110,116,0,16,0,20,35,99,111,111,107,101,109,101,115,115,97,103,101,104,97,110,100,108,101,114,0,16,0,17,35,99,111,111,107,101,114,95,99,111,110,116,97,105,110,101,114,0,16,0,6,35,99,111,111,107,105,0,16,0,13,35,99,111,111,107,105,95,97,99,99,101,112,116,0,16,0,10,35,99,111,111,107,105,99,110,105,108,0,16,0,9,35,99,111,111,107,105,100,105,118,0,16,0,19,35,99,111,111,107,105,101,45,45,100,105,115,99,108,97,105,109,101,114,0,16,0,21,35,99,111,111,107,105,101,45,45,105,110,102,111,45,119,114,97,112,112,101,114,0,16,0,9,35,99,111,111,107,105,101,45,49,0,16,0,9,35,99,111,111,107,105,101,45,50,0,16,0,13,35,99,111,111,107,105,101,45,97,99,99,101,112,0,16,0,14,35,99,111,111,107,105,101,45,97,99,99,101,112,116,0,16,0,20,35,99,111,111,107,105,101,45,97,99,99,101,112,116,45,97,108,101,114,116,0,16,0,21,35,99,111,111,107,105,101,45,97,99,99,101,112,116,45,98,97,110,110,101,114,0,16,0,18,35,99,111,111,107,105,101,45,97,99,99,101,112,116,45,98,97,114,0,16,0,18,35,99,111,111,107,105,101,45,97,99,99,101,112,116,45,98,111,120,0,16,0,18,35,99,111,111,107,105,101,45,97,99,99,101,112,116,45,100,105,118,0,16,0,21,35,99,111,111,107,105,101,45,97,99,99,101,112,116,45,102,111,111,116,101,114,0,16,0,19,35,99,111,111,107,105,101,45,97,99,99,101,112,116,45,108,105,110,101,0,16,0,24,35,99,111,111,107,105,101,45,97,99,99,101,112,116,45,109,111,100,97,108,45,100,105,118,0,16,0,20,35,99,111,111,107,105,101,45,97,99,99,101,112,116,45,112,97,110,101,108,0,16,0,20,35,99,111,111,107,105,101,45,97,99,99,101,112,116,45,112,111,112,117,112,0,16,0,21,35,99,111,111,107,105,101,45,97,99,99,101,112,116,45,119,105,110,100,111,119,0,16,0,25,35,99,111,111,107,105,101,45,97,99,99,101,112,116,97,110,99,101,45,98,97,110,110,101,114,0,16,0,25,35,99,111,111,107,105,101,45,97,99,99,101,112,116,97,110,99,101,45,119,105,100,103,101,116,0,16,0,26,35,99,111,111,107,105,101,45,97,99,99,101,112,116,97,110,99,101,45,119,114,97,112,112,101,114,0,16,0,25,35,99,111,111,107,105,101,45,97,99,99,101,112,116,97,116,105,111,110,45,112,111,112,117,112,0,16,0,16,35,99,111,111,107,105,101,45,97,99,99,101,112,116,101,100,0,16,0,17,35,99,111,111,107,105,101,45,97,99,99,101,112,116,105,111,110,0,16,0,14,35,99,111,111,107,105,101,45,97,99,99,112,101,116,0,16,0,17,35,99,111,111,107,105,101,45,97,99,101,112,116,97,110,99,101,0,16,0,11,35,99,111,111,107,105,101,45,97,99,107,0,16,0,23,35,99,111,111,107,105,101,45,97,99,107,110,111,119,108,101,100,103,101,109,101,110,116,0,16,0,31,35,99,111,111,107,105,101,45,97,99,107,110,111,119,108,101,100,103,101,109,101,110,116,45,99,111,110,116,114,111,108,0,16,0,11,35,99,111,111,107,105,101,45,97,100,118,0,16,0,16,35,99,111,111,107,105,101,45,97,100,118,97,114,115,101,108,0,16,0,14,35,99,111,111,107,105,101,45,97,100,118,101,114,116,0,16,0,14,35,99,111,111,107,105,101,45,97,100,118,105,99,101,0,16,0,14,35,99,111,111,107,105,101,45,97,100,118,105,115,101,0,16,0,22,35,99,111,111,107,105,101,45,97,100,118,105,115,101,45,112,97,110,101,108,73,68,0,16,0,16,35,99,111,111,107,105,101,45,97,100,118,105,115,111,114,121,0,16,0,15,35,99,111,111,107,105,101,45,97,103,114,101,101,45,49,0,16,0,19,35,99,111,111,107,105,101,45,97,103,114,101,101,45,109,111,100,97,108,0,16,0,20,35,99,111,111,107,105,101,45,97,103,114,101,101,45,112,111,108,105,99,121,0,16,0,17,35,99,111,111,107,105,101,45,97,103,114,101,101,109,101,110,116,0,16,0,21,35,99,111,111,107,105,101,45,97,103,114,101,101,109,101,110,116,45,98,111,120,0,16,0,22,35,99,111,111,107,105,101,45,97,103,114,101,101,109,101,110,116,45,105,110,102,111,0,16,0,25,35,99,111,111,107,105,101,45,97,103,114,101,101,109,101,110,116,45,119,114,97,112,112,101,114,0,16,0,13,35,99,111,111,107,105,101,45,97,108,101,114,116,0,16,0,18,35,99,111,111,107,105,101,45,97,108,101,114,116,45,97,114,101,97,0,16,0,20,35,99,111,111,107,105,101,45,97,108,101,114,116,45,98,97,110,110,101,114,0,16,0,17,35,99,111,111,107,105,101,45,97,108,101,114,116,45,98,111,120,0,16,0,21,35,99,111,111,107,105,101,45,97,108,101,114,116,45,99,103,111,115,98,97,114,0,16,0,17,35,99,111,111,107,105,101,45,97,108,101,114,116,45,99,110,116,0,16,0,17,35,99,111,111,107,105,101,45,97,108,101,114,116,45,100,105,118,0,16,0,21,35,99,111,111,107,105,101,45,97,108,101,114,116,45,109,101,115,115,97,103,101,0,16,0,17,35,99,111,111,107,105,101,45,97,108,101,114,116,45,109,115,103,0,16,0,21,35,99,111,111,107,105,101,45,97,108,101,114,116,45,115,101,99,116,105,111,110,0,16,0,21,35,99,111,111,107,105,101,45,97,108,101,114,116,45,119,114,97,112,112,101,114,0,16,0,14,35,99,111,111,107,105,101,45,97,108,101,114,116,101,0,16,0,13,35,99,111,111,107,105,101,45,97,108,108,111,119,0,16,0,17,35,99,111,111,107,105,101,45,97,108,108,111,119,45,98,111,120,0,16,0,20,35,99,111,111,107,105,101,45,97,110,110,111,117,110,99,101,109,101,110,116,0,16,0,11,35,99,111,111,107,105,101,45,97,112,112,0,16,0,14,35,99,111,111,107,105,101,45,97,112,112,101,110,100,0,16,0,16,35,99,111,111,107,105,101,45,97,112,112,114,111,118,97,108,0,16,0,12,35,99,111,111,107,105,101,45,97,117,116,104,0,16,0,21,35,99,111,111,107,105,101,45,97,117,116,104,111,114,105,122,97,116,105,111,110,0,16,0,13,35,99,111,111,107,105,101,45,97,118,105,115,111,0,16,0,9,35,99,111,111,107,105,101,45,98,0,16,0,16,35,99,111,111,107,105,101,45,98,97,99,107,100,114,111,112,0,16,0,18,35,99,111,111,107,105,101,45,98,97,99,107,103,114,111,117,110,100,0,16,0,27,35,99,111,111,107,105,101,45,98,97,99,107,103,114,111,117,110,100,45,100,105,115,97,98,108,101,100,0,16,0,26,35,99,111,111,107,105,101,45,98,97,99,107,103,114,111,117,110,100,45,111,118,101,114,108,97,121,0,16,0,12,35,99,111,111,107,105,101,45,98,97,110,100,0,16,0,15,35,99,111,111,107,105,101,45,98,97,110,100,101,97,117,0,16,0,14,35,99,111,111,107,105,101,45,98,97,110,110,101,114,0,16,0,29,35,99,111,111,107,105,101,45,98,97,110,110,101,114,45,45,112,111,112,117,112,45,119,114,97,112,112,101,114,0,16,0,16,35,99,111,111,107,105,101,45,98,97,110,110,101,114,45,49,0,16,0,23,35,99,111,111,107,105,101,45,98,97,110,110,101,114,45,98,97,99,107,100,114,111,112,0,16,0,22,35,99,111,111,107,105,101,45,98,97,110,110,101,114,45,98,101,115,112,111,107,101,0,16,0,20,35,99,111,111,107,105,101,45,98,97,110,110,101,114,45,98,108,111,99,107,0,16,0,21,35,99,111,111,107,105,101,45,98,97,110,110,101,114,45,99,101,110,116,101,114,0,16,0,25,35,99,111,111,107,105,101,45,98,97,110,110,101,114,45,102,105,114,115,116,45,112,97,103,101,0,16,0,19,35,99,111,111,107,105,101,45,98,97,110,110,101,114,45,104,111,115,116,0,16,0,19,35,99,111,111,107,105,101,45,98,97,110,110,101,114,45,108,103,112,100,0,16,0,19,35,99,111,111,107,105,101,45,98,97,110,110,101,114,45,108,105,110,107,0,16,0,22,35,99,111,111,107,105,101,45,98,97,110,110,101,114,45,109,101,115,115,97,103,101,0,16,0,22,35,99,111,111,107,105,101,45,98,97,110,110,101,114,45,111,118,101,114,108,97,121,0,16,0,20,35,99,111,111,107,105,101,45,98,97,110,110,101,114,45,112,97,110,101,108,0,16,0,19,35,99,111,111,107,105,101,45,98,97,110,110,101,114,45,114,111,111,116,0,16,0,28,35,99,111,111,107,105,101,45,98,97,110,110,101,114,45,119,105,116,104,45,115,101,116,116,105,110,103,115,0,16,0,19,35,99,111,111,107,105,101,45,98,97,110,110,101,114,45,119,114,97,112,0,16,0,22,35,99,111,111,107,105,101,45,98,97,110,110,101,114,45,119,114,97,112,112,101,114,0,16,0,20,35,99,111,111,107,105,101,45,98,97,110,110,101,114,46,102,105,120,101,100,0,16,0,15,35,99,111,111,107,105,101,45,98,97,110,110,101,114,50,0,16,0,19,35,99,111,111,107,105,101,45,98,97,110,110,101,114,95,102,108,97,103,0,16,0,16,35,99,111,111,107,105,101,45,98,97,114,45,50,48,49,57,0,16,0,19,35,99,111,111,107,105,101,45,98,97,114,45,97,114,100,97,110,116,97,0,16,0,18,35,99,111,111,107,105,101,45,98,97,114,45,98,111,116,116,111,109,0,16,0,17,35,99,111,111,107,105,101,45,98,97,114,45,102,105,120,101,100,0,16,0,16,35,99,111,111,107,105,101,45,98,97,114,45,109,97,105,110,0,16,0,19,35,99,111,111,107,105,101,45,98,97,114,45,109,101,115,115,97,103,101,0,16,0,15,35,99,111,111,107,105,101,45,98,97,114,45,109,111,98,0,16,0,18,35,99,111,111,107,105,101,45,98,97,114,45,109,111,100,117,108,101,0,16,0,19,35,99,111,111,107,105,101,45,98,97,114,45,119,97,114,110,105,110,103,0,16,0,19,35,99,111,111,107,105,101,45,98,97,114,45,119,114,97,112,112,101,114,0,16,0,12,35,99,111,111,107,105,101,45,98,97,114,50,0,16,0,13,35,99,111,111,107,105,101,45,98,97,114,66,101,0,16,0,20,35,99,111,111,107,105,101,45,98,97,114,95,95,119,114,97,112,112,101,114,0,16,0,15,35,99,111,111,107,105,101,45,98,97,114,98,111,100,121,0,16,0,10,35,99,111,111,107,105,101,45,98,103,0,16,0,16,35,99,111,111,107,105,101,45,98,103,45,99,111,118,101,114,0,16,0,15,35,99,111,111,107,105,101,45,98,105,110,100,105,110,103,0,16,0,13,35,99,111,111,107,105,101,45,98,108,111,99,107,0,16,0,11,35,99,111,111,107,105,101,45,98,110,114,0,16,0,12,35,99,111,111,107,105,101,45,98,111,100,121,0,16,0,14,35,99,111,111,107,105,101,45,98,111,116,116,111,109,0,16,0,18,35,99,111,111,107,105,101,45,98,111,116,116,111,109,45,98,97,114,0,16,0,22,35,99,111,111,107,105,101,45,98,111,116,116,111,109,45,99,111,110,116,101,110,116,0,16,0,20,35,99,111,111,107,105,101,45,98,111,116,116,111,109,45,108,97,121,101,114,0,16,0,20,35,99,111,111,107,105,101,45,98,111,116,116,111,109,45,112,111,112,117,112,0,16,0,16,35,99,111,111,107,105,101,45,98,111,120,45,105,110,102,111,0,16,0,11,35,99,111,111,107,105,101,45,98,116,110,0,16,0,21,35,99,111,111,107,105,101,45,98,117,116,116,111,110,45,98,97,110,110,101,114,0,16,0,12,35,99,111,111,107,105,101,45,99,97,114,100,0,16,0,10,35,99,111,111,107,105,101,45,99,99,0,16,0,17,35,99,111,111,107,105,101,45,99,104,101,99,107,45,98,111,120,0,16,0,15,35,99,111,111,107,105,101,45,99,104,101,99,107,101,114,0,16,0,14,35,99,111,111,107,105,101,45,99,104,111,105,99,101,0,16,0,19,35,99,111,111,107,105,101,45,99,104,111,105,99,101,45,105,110,102,111,0,16,0,15,35,99,111,111,107,105,101,45,99,104,111,105,99,101,115,0,16,0,20,35,99,111,111,107,105,101,45,99,104,111,105,99,101,115,45,105,110,102,111,0,16,0,17,35,99,111,111,107,105,101,45,99,108,101,97,114,45,98,97,114,0,16,0,15,35,99,111,111,107,105,101,45,99,108,105,99,107,101,114,0,16,0,12,35,99,111,111,107,105,101,45,99,110,105,108,0,16,0,16,35,99,111,111,107,105,101,45,99,110,105,108,45,98,111,120,0,16,0,19,35,99,111,111,107,105,101,45,99,110,105,108,45,109,111,98,105,108,101,0,16,0,23,35,99,111,111,107,105,101,45,99,110,105,108,45,109,111,98,105,108,101,45,98,111,120,0,16,0,11,35,99,111,111,107,105,101,45,99,110,116,0,16,0,18,35,99,111,111,107,105,101,45,99,111,109,112,108,105,97,110,99,101,0,16,0,24,35,99,111,111,107,105,101,45,99,111,109,112,108,105,97,110,99,101,45,98,108,111,99,107,0,16,0,25,35,99,111,111,107,105,101,45,99,111,109,112,108,105,97,110,99,101,45,98,111,116,116,111,109,0,16,0,33,35,99,111,111,107,105,101,45,99,111,109,112,108,105,97,110,99,101,45,98,111,116,116,111,109,45,111,118,101,114,108,97,121,0,16,0,28,35,99,111,111,107,105,101,45,99,111,109,112,108,105,97,110,99,101,45,99,111,110,116,97,105,110,101,114,0,16,0,26,35,99,111,111,107,105,101,45,99,111,109,112,108,105,97,110,99,101,45,109,101,115,115,97,103,101,0,16,0,26,35,99,111,111,107,105,101,45,99,111,109,112,108,105,97,110,99,101,45,111,118,101,114,108,97,121,0,16,0,24,35,99,111,111,107,105,101,45,99,111,109,112,108,105,97,110,99,101,45,112,111,112,117,112,0,16,0,23,35,99,111,111,107,105,101,45,99,111,109,112,108,105,97,110,99,101,45,119,114,97,112,0,16,0,17,35,99,111,111,107,105,101,45,99,111,109,112,108,105,97,110,116,0,16,0,23,35,99,111,111,107,105,101,45,99,111,109,112,108,105,97,110,116,45,99,111,110,116,101,0,16,0,23,35,99,111,111,107,105,101,45,99,111,109,112,108,105,97,110,116,45,102,111,110,100,111,0,16,0,16,35,99,111,111,107,105,101,45,99,111,110,45,104,101,97,100,0,16,0,18,35,99,111,111,107,105,101,45,99,111,110,100,105,116,105,111,110,115,0,16,0,15,35,99,111,111,107,105,101,45,99,111,110,102,105,114,109,0,16,0,19,35,99,111,111,107,105,101,45,99,111,110,102,105,114,109,45,98,111,120,0,16,0,25,35,99,111,111,107,105,101,45,99,111,110,102,105,114,109,45,99,111,110,116,97,105,110,101,114,0,16,0,21,35,99,111,111,107,105,101,45,99,111,110,102,105,114,109,45,105,110,110,101,114,0,16,0,20,35,99,111,111,107,105,101,45,99,111,110,102,105,114,109,97,116,105,111,110,0,16,0,27,35,99,111,111,107,105,101,45,99,111,110,102,105,114,109,97,116,105,111,110,45,100,105,97,108,111,103,0,16,0,19,35,99,111,111,107,105,101,45,99,111,110,115,45,98,97,110,110,101,114,0,16,0,19,35,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,45,106,115,0,16,0,23,35,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,45,110,111,116,105,99,101,0,16,0,24,35,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,45,111,118,101,114,108,97,121,0,16,0,23,35,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,97,99,116,105,111,110,115,0,16,0,19,35,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,98,97,114,0,16,0,25,35,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,98,97,114,45,111,117,116,101,114,0,16,0,21,35,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,98,108,111,99,107,0,16,0,19,35,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,98,111,120,0,16,0,21,35,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,98,111,120,101,115,0,16,0,21,35,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,99,104,101,99,107,0,16,0,29,35,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,100,105,97,108,111,103,45,98,111,116,116,111,109,0,16,0,30,35,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,101,120,112,108,105,99,105,116,45,109,111,100,97,108,0,16,0,19,35,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,102,97,98,0,16,0,20,35,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,102,111,114,109,0,16,0,22,35,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,104,111,108,100,101,114,0,16,0,20,35,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,105,110,102,111,0,16,0,28,35,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,105,110,102,111,45,119,114,97,112,112,101,114,0,16,0,21,35,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,108,97,121,101,114,0,16,0,21,35,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,108,111,99,97,108,0,16,0,23,35,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,109,97,110,97,103,101,114,0,16,0,23,35,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,109,101,115,115,97,103,101,0,16,0,19,35,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,110,101,119,0,16,0,22,35,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,110,111,116,105,99,101,0,16,0,21,35,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,111,117,116,101,114,0,16,0,23,35,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,111,118,101,114,108,97,121,0,16,0,21,35,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,112,111,112,105,110,0,16,0,21,35,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,112,111,112,117,112,0,16,0,20,35,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,114,111,111,116,0,16,0,24,35,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,115,105,100,101,45,111,117,116,0,16,0,19,35,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,116,97,98,0,16,0,22,35,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,116,97,114,103,101,116,0,16,0,32,35,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,116,111,111,108,45,112,108,97,99,101,104,111,108,100,101,114,0,16,0,31,35,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,116,121,112,57,95,98,97,99,107,103,114,111,117,110,100,0,16,0,28,35,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,116,121,112,57,95,119,114,97,112,112,101,114,0,16,0,23,35,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,119,97,114,110,105,110,103,0,16,0,22,35,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,119,105,110,100,111,119,0,16,0,20,35,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,119,114,97,112,0,16,0,23,35,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,119,114,97,112,112,101,114,0,16,0,23,35,99,111,111,107,105,101,45,99,111,110,115,101,110,116,95,95,98,97,110,110,101,114,0,16,0,16,35,99,111,111,107,105,101,45,99,111,110,115,101,110,116,116,0,16,0,18,35,99,111,111,107,105,101,45,99,111,110,115,101,116,45,98,97,114,0,16,0,12,35,99,111,111,107,105,101,45,99,111,110,116,0,16,0,18,35,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,50,0,16,0,15,35,99,111,111,107,105,101,45,99,111,110,116,101,110,116,0,16,0,27,35,99,111,111,107,105,101,45,99,111,110,116,101,110,116,95,112,108,97,99,101,104,111,108,100,101,114,0,16,0,15,35,99,111,111,107,105,101,45,99,111,110,116,101,115,116,0,16,0,16,35,99,111,111,107,105,101,45,99,111,110,116,114,97,99,116,0,16,0,15,35,99,111,111,107,105,101,45,99,111,110,116,114,111,108,0,16,0,22,35,99,111,111,107,105,101,45,99,111,110,116,114,111,108,45,109,97,115,116,101,114,0,16,0,22,35,99,111,111,107,105,101,45,99,111,110,116,114,111,108,45,112,114,111,109,112,116,0,16,0,16,35,99,111,111,107,105,101,45,99,111,110,116,114,111,108,108,0,16,0,18,35,99,111,111,107,105,101,45,99,111,111,107,105,101,45,100,105,118,0,16,0,12,35,99,111,111,107,105,101,45,99,111,112,121,0,16,0,14,35,99,111,111,107,105,101,45,99,111,115,101,110,116,0,16,0,12,35,99,111,111,107,105,101,45,99,117,98,101,0,16,0,14,35,99,111,111,107,105,101,45,99,117,116,116,101,114,0,16,0,19,35,99,111,111,107,105,101,45,100,101,97,108,45,98,111,116,116,111,109,0,16,0,26,35,99,111,111,107,105,101,45,100,101,97,108,45,98,111,116,116,111,109,45,99,111,111,107,105,101,0,16,0,19,35,99,111,111,107,105,101,45,100,101,99,108,97,114,97,116,105,111,110,0,16,0,12,35,99,111,111,107,105,101,45,100,101,116,116,0,16,0,18,35,99,111,111,107,105,101,45,100,105,97,108,111,103,45,98,97,114,0,16,0,16,35,99,111,111,107,105,101,45,100,105,97,108,111,103,117,101,0,16,0,20,35,99,111,111,107,105,101,45,100,105,97,108,111,103,117,101,45,100,105,118,0,16,0,11,35,99,111,111,107,105,101,45,100,105,109,0,16,0,14,35,99,111,111,107,105,101,45,100,105,109,109,101,114,0,16,0,17,35,99,111,111,107,105,101,45,100,105,114,101,99,116,105,118,101,0,16,0,21,35,99,111,111,107,105,101,45,100,105,114,101,99,116,105,118,101,45,98,97,114,0,16,0,27,35,99,111,111,107,105,101,45,100,105,114,101,99,116,105,118,101,45,99,111,110,116,97,105,110,101,114,0,16,0,22,35,99,111,111,107,105,101,45,100,105,114,101,99,116,105,118,101,45,110,111,116,101,0,16,0,18,35,99,111,111,107,105,101,45,100,105,115,99,97,108,105,109,101,114,0,16,0,18,35,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,0,16,0,22,35,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,45,98,97,114,0,16,0,22,35,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,45,98,111,120,0,16,0,25,35,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,45,102,111,111,116,101,114,0,16,0,24,35,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,45,109,111,100,97,108,0,16,0,22,35,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,45,110,101,119,0,16,0,26,35,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,45,111,118,101,114,108,97,121,0,16,0,24,35,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,45,112,111,112,117,112,0,16,0,25,35,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,45,114,101,103,105,111,110,0,16,0,22,35,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,45,118,117,101,0,16,0,18,35,99,111,111,107,105,101,45,100,105,115,99,108,111,115,117,114,101,0,16,0,28,35,99,111,111,107,105,101,45,100,105,115,99,108,111,115,117,114,101,45,99,111,110,116,97,105,110,101,114,0,16,0,15,35,99,111,111,107,105,101,45,100,105,115,112,108,97,121,0,16,0,12,35,99,111,111,107,105,101,45,100,105,115,115,0,16,0,29,35,99,111,111,107,105,101,45,100,105,115,116,117,114,98,101,114,45,115,117,114,114,111,117,110,100,105,110,103,0,16,0,11,35,99,111,111,107,105,101,45,100,105,118,0,16,0,14,35,99,111,111,107,105,101,45,100,114,97,119,101,114,0,16,0,12,35,99,111,111,107,105,101,45,100,114,111,112,0,16,0,15,35,99,111,111,107,105,101,45,101,108,101,109,101,110,116,0,16,0,17,35,99,111,111,107,105,101,45,101,114,108,97,117,98,110,105,115,0,16,0,25,35,99,111,111,107,105,101,45,101,114,108,97,117,98,110,105,115,45,119,114,97,112,112,101,114,0,16,0,10,35,99,111,111,107,105,101,45,101,115,0,16,0,10,35,99,111,111,107,105,101,45,101,117,0,16,0,31,35,99,111,111,107,105,101,45,101,117,45,99,111,109,112,108,105,97,110,99,101,45,99,111,110,116,97,105,110,101,114,0,16,0,14,35,99,111,111,107,105,101,45,101,117,45,108,97,119,0,16,0,14,35,99,111,111,107,105,101,45,102,105,110,100,101,114,0,16,0,13,35,99,111,111,107,105,101,45,102,105,114,115,116,0,16,0,20,35,99,111,111,107,105,101,45,102,105,120,101,100,45,98,97,110,110,101,114,0,16,0,19,35,99,111,111,107,105,101,45,102,105,120,101,100,45,108,97,121,101,114,0,16,0,20,35,99,111,111,107,105,101,45,102,108,111,97,116,101,114,45,119,114,97,112,0,16,0,11,35,99,111,111,107,105,101,45,102,111,111,0,16,0,12,35,99,111,111,107,105,101,45,102,111,111,116,0,16,0,14,35,99,111,111,107,105,101,45,102,111,111,116,101,114,0,16,0,12,35,99,111,111,107,105,101,45,102,111,114,109,0,16,0,12,35,99,111,111,107,105,101,45,102,117,108,108,0,16,0,18,35,99,111,111,107,105,101,45,102,117,108,108,45,119,105,100,116,104,0,16,0,18,35,99,111,111,107,105,101,45,102,117,108,108,115,99,114,101,101,110,0,16,0,12,35,99,111,111,107,105,101,45,103,100,112,114,0,16,0,23,35,99,111,111,107,105,101,45,103,108,111,98,97,108,45,101,110,118,101,108,111,112,101,0,16,0,14,35,99,111,111,107,105,101,45,103,109,45,110,101,119,0,16,0,15,35,99,111,111,107,105,101,45,103,114,101,97,116,105,115,0,16,0,22,35,99,111,111,107,105,101,45,103,114,101,101,116,105,110,103,45,115,116,114,105,112,0,16,0,15,35,99,111,111,107,105,101,45,104,97,110,100,108,101,114,0,16,0,12,35,99,111,111,107,105,101,45,104,101,97,100,0,16,0,16,35,99,111,111,107,105,101,45,104,101,97,100,98,97,110,100,0,16,0,14,35,99,111,111,107,105,101,45,104,101,97,100,101,114,0,16,0,24,35,99,111,111,107,105,101,45,104,101,97,100,101,114,45,99,111,110,116,97,105,110,101,114,0,16,0,12,35,99,111,111,107,105,101,45,104,105,110,116,0,16,0,16,35,99,111,111,107,105,101,45,104,105,110,116,45,98,111,120,0,16,0,22,35,99,111,111,107,105,101,45,104,105,110,116,45,99,111,110,116,97,105,110,101,114,0,16,0,18,35,99,111,111,107,105,101,45,104,105,110,116,45,108,97,121,101,114,0,16,0,20,35,99,111,111,107,105,101,45,104,105,110,116,45,109,101,115,115,97,103,101,0,16,0,20,35,99,111,111,107,105,101,45,104,105,110,116,45,119,114,97,112,112,101,114,0,16,0,15,35,99,111,111,107,105,101,45,104,105,110,119,101,105,115,0,16,0,25,35,99,111,111,107,105,101,45,104,105,110,119,101,105,115,45,99,111,110,116,97,105,110,101,114,0,16,0,14,35,99,111,111,107,105,101,45,104,111,108,100,101,114,0,16,0,12,35,99,111,111,107,105,101,45,105,100,110,97,0,16,0,11,35,99,111,111,107,105,101,45,105,102,121,0,16,0,12,35,99,111,111,107,105,101,45,105,110,102,111,0,16,0,14,35,99,111,111,107,105,101,45,105,110,102,111,45,49,0,16,0,16,35,99,111,111,107,105,101,45,105,110,102,111,45,98,97,114,0,16,0,18,35,99,111,111,107,105,101,45,105,110,102,111,45,98,108,111,99,107,0,16,0,16,35,99,111,111,107,105,101,45,105,110,102,111,45,98,111,120,0,16,0,16,35,99,111,111,107,105,101,45,105,110,102,111,45,100,105,118,0,16,0,19,35,99,111,111,107,105,101,45,105,110,102,111,45,104,101,114,109,101,114,0,16,0,18,35,99,111,111,107,105,101,45,105,110,102,111,45,108,97,121,101,114,0,16,0,17,35,99,111,111,107,105,101,45,105,110,102,111,45,111,112,101,110,0,16,0,18,35,99,111,111,107,105,101,45,105,110,102,111,45,111,117,116,101,114,0,16,0,18,35,99,111,111,107,105,101,45,105,110,102,111,45,112,97,110,101,108,0,16,0,19,35,99,111,111,107,105,101,45,105,110,102,111,45,112,97,110,110,101,108,0,16,0,17,35,99,111,111,107,105,101,45,105,110,102,111,45,114,111,100,111,0,16,0,20,35,99,111,111,107,105,101,45,105,110,102,111,45,119,114,97,112,112,101,114,0,16,0,15,35,99,111,111,107,105,101,45,105,110,102,111,98,97,114,0,16,0,14,35,99,111,111,107,105,101,45,105,110,102,111,114,109,0,16,0,22,35,99,111,111,107,105,101,45,105,110,102,111,114,109,45,109,101,115,115,97,103,101,0,16,0,19,35,99,111,111,107,105,101,45,105,110,102,111,114,109,97,116,105,111,110,0,16,0,26,35,99,111,111,107,105,101,45,105,110,102,111,114,109,97,116,105,111,110,45,98,97,110,110,101,114,0,16,0,23,35,99,111,111,107,105,101,45,105,110,102,111,114,109,97,116,105,111,110,45,98,97,114,0,16,0,25,35,99,111,111,107,105,101,45,105,110,102,111,114,109,97,116,105,111,110,45,108,97,121,101,114,0,16,0,27,35,99,111,111,107,105,101,45,105,110,102,111,114,109,97,116,105,111,110,45,119,114,97,112,112,101,114,0,16,0,20,35,99,111,111,107,105,101,45,105,110,102,111,114,109,97,116,105,111,110,115,0,16,0,16,35,99,111,111,107,105,101,45,105,110,102,111,114,109,101,114,0,16,0,21,35,99,111,111,107,105,101,45,105,110,110,101,114,45,119,114,97,112,112,101,114,0,16,0,14,35,99,111,111,107,105,101,45,105,110,118,105,116,101,0,16,0,25,35,99,111,111,107,105,101,45,106,97,114,45,112,111,108,105,99,121,45,98,97,110,110,101,114,0,16,0,15,35,99,111,111,107,105,101,45,107,111,110,116,114,111,108,0,16,0,11,35,99,111,111,107,105,101,45,108,97,119,0,16,0,15,35,99,111,111,107,105,101,45,108,97,119,45,98,97,114,0,16,0,15,35,99,111,111,107,105,101,45,108,97,119,45,98,111,120,0,16,0,22,35,99,111,111,107,105,101,45,108,97,119,45,99,111,109,112,108,105,97,110,99,101,0,16,0,19,35,99,111,111,107,105,101,45,108,97,119,45,99,111,110,115,101,110,116,0,16,0,27,35,99,111,111,107,105,101,45,108,97,119,45,99,111,110,115,101,110,116,45,115,101,99,116,105,111,110,0,16,0,21,35,99,111,111,107,105,101,45,108,97,119,45,99,111,110,116,97,105,110,101,114,0,16,0,25,35,99,111,111,107,105,101,45,108,97,119,45,99,111,110,116,97,105,110,101,114,45,98,111,120,0,16,0,18,35,99,111,111,107,105,101,45,108,97,119,45,100,105,97,108,111,103,0,16,0,15,35,99,111,111,107,105,101,45,108,97,119,45,100,105,118,0,16,0,20,35,99,111,111,107,105,101,45,108,97,119,45,101,110,102,111,114,99,101,114,0,16,0,15,35,99,111,111,107,105,101,45,108,97,119,45,102,105,120,0,16,0,22,35,99,111,111,107,105,101,45,108,97,119,45,105,110,102,111,45,97,103,97,105,110,0,16,0,17,35,99,111,111,107,105,101,45,108,97,119,45,105,110,102,111,115,0,16,0,19,35,99,111,111,107,105,101,45,108,97,119,45,109,101,115,115,97,103,101,0,16,0,16,35,99,111,111,107,105,101,45,108,97,119,45,110,111,116,101,0,16,0,17,35,99,111,111,107,105,101,45,108,97,119,45,110,111,116,105,102,0,16,0,19,35,99,111,111,107,105,101,45,108,97,119,45,112,97,100,100,105,110,103,0,16,0,17,35,99,111,111,107,105,101,45,108,97,119,45,112,111,112,117,112,0,16,0,18,35,99,111,111,107,105,101,45,108,97,119,45,115,99,114,105,112,116,0,16,0,14,35,99,111,111,107,105,101,45,108,97,119,45,117,119,0,16,0,16,35,99,111,111,107,105,101,45,108,97,119,45,119,114,97,112,0,16,0,19,35,99,111,111,107,105,101,45,108,97,119,45,119,114,97,112,112,101,114,0,16,0,23,35,99,111,111,107,105,101,45,108,97,121,101,114,45,99,111,110,116,97,105,110,101,114,0,16,0,21,35,99,111,111,107,105,101,45,108,97,121,101,114,45,111,118,101,114,108,97,121,0,16,0,23,35,99,111,111,107,105,101,45,108,97,121,101,114,45,112,114,111,116,101,99,116,111,114,0,16,0,21,35,99,111,111,107,105,101,45,108,97,121,101,114,45,119,114,97,112,112,101,114,0,16,0,13,35,99,111,111,107,105,101,45,108,101,103,97,108,0,16,0,18,35,99,111,111,107,105,101,45,108,101,103,97,108,45,105,110,102,111,0,16,0,20,35,99,111,111,107,105,101,45,108,101,103,97,108,45,110,111,116,105,99,101,0,16,0,14,35,99,111,111,107,105,101,45,108,101,103,97,108,115,0,16,0,19,35,99,111,111,107,105,101,45,108,101,103,105,115,108,97,116,105,111,110,0,16,0,16,35,99,111,111,107,105,101,45,108,105,103,104,116,98,111,120,0,16,0,12,35,99,111,111,107,105,101,45,108,105,110,101,0,16,0,12,35,99,111,111,107,105,101,45,108,105,115,116,0,16,0,15,35,99,111,111,107,105,101,45,109,97,110,97,103,101,114,0,16,0,22,35,99,111,111,107,105,101,45,109,97,110,97,103,101,114,45,100,105,97,108,111,103,0,16,0,23,35,99,111,111,107,105,101,45,109,97,110,97,103,101,114,45,119,114,97,112,112,101,114,0,16,0,12,35,99,111,111,107,105,101,45,109,97,115,107,0,16,0,15,35,99,111,111,107,105,101,45,109,101,108,100,105,110,103,0,16,0,25,35,99,111,111,107,105,101,45,109,101,108,100,105,110,103,45,99,111,110,116,97,105,110,101,114,0,16,0,19,35,99,111,111,107,105,101,45,109,101,108,100,105,110,103,45,116,111,112,0,16,0,15,35,99,111,111,107,105,101,45,109,101,108,100,117,110,103,0,16,0,12,35,99,111,111,107,105,101,45,109,101,115,115,0,16,0,15,35,99,111,111,107,105,101,45,109,101,115,115,97,103,101,0,16,0,20,35,99,111,111,107,105,101,45,109,101,115,115,97,103,101,45,97,114,101,97,0,16,0,19,35,99,111,111,107,105,101,45,109,101,115,115,97,103,101,45,98,111,120,0,16,0,25,35,99,111,111,107,105,101,45,109,101,115,115,97,103,101,45,99,111,110,116,97,105,110,101,114,0,16,0,21,35,99,111,111,107,105,101,45,109,101,115,115,97,103,101,45,102,105,120,101,100,0,16,0,23,35,99,111,111,107,105,101,45,109,101,115,115,97,103,101,45,111,118,101,114,108,97,121,0,16,0,21,35,99,111,111,107,105,101,45,109,101,115,115,97,103,101,45,112,97,110,101,108,0,16,0,20,35,99,111,111,107,105,101,45,109,101,115,115,97,103,101,45,116,101,120,116,0,16,0,23,35,99,111,111,107,105,101,45,109,101,115,115,97,103,101,45,119,114,97,112,112,101,114,0,16,0,26,35,99,111,111,107,105,101,45,109,101,115,115,115,97,103,101,45,99,111,110,116,97,105,110,101,114,0,16,0,18,35,99,111,111,107,105,101,45,109,105,110,105,45,112,111,112,117,112,0,16,0,18,35,99,111,111,107,105,101,45,109,111,100,97,108,45,50,48,50,50,0,16,0,22,35,99,111,111,107,105,101,45,109,111,100,97,108,45,98,97,99,107,100,114,111,112,0,16,0,16,35,99,111,111,107,105,101,45,109,111,100,97,108,45,98,103,0,16,0,23,35,99,111,111,107,105,101,45,109,111,100,97,108,45,99,111,110,116,97,105,110,101,114,0,16,0,21,35,99,111,111,107,105,101,45,109,111,100,97,108,45,111,118,101,114,108,97,121,0,16,0,19,35,99,111,111,107,105,101,45,109,111,100,101,114,110,45,105,110,102,111,0,16,0,22,35,99,111,111,107,105,101,45,109,111,100,101,114,110,45,111,118,101,114,108,97,121,0,16,0,14,35,99,111,111,107,105,101,45,109,111,100,117,108,101,0,16,0,15,35,99,111,111,107,105,101,45,109,111,110,115,116,97,104,0,16,0,15,35,99,111,111,107,105,101,45,109,111,110,115,116,101,114,0,16,0,19,35,99,111,111,107,105,101,45,109,111,110,115,116,101,114,45,98,97,114,0,16,0,25,35,99,111,111,107,105,101,45,109,111,110,115,116,101,114,45,99,111,110,116,97,105,110,101,114,0,16,0,20,35,99,111,111,107,105,101,45,109,111,110,115,116,101,114,45,114,111,111,116,0,16,0,19,35,99,111,111,107,105,101,45,109,111,110,115,116,101,114,45,115,97,110,0,16,0,11,35,99,111,111,107,105,101,45,109,115,103,0,16,0,15,35,99,111,111,107,105,101,45,109,115,103,45,98,97,114,0,16,0,15,35,99,111,111,107,105,101,45,109,115,103,45,98,111,120,0,16,0,19,35,99,111,111,107,105,101,45,109,115,103,45,119,114,97,112,112,101,114,0,16,0,11,35,99,111,111,107,105,101,45,110,97,103,0,16,0,14,35,99,111,111,107,105,101,45,110,97,118,98,97,114,0,16,0,14,35,99,111,111,107,105,101,45,110,98,45,109,115,103,0,16,0,11,35,99,111,111,107,105,101,45,110,101,119,0,16,0,12,35,99,111,111,107,105,101,45,110,111,114,109,0,16,0,12,35,99,111,111,107,105,101,45,110,111,116,101,0,16,0,12,35,99,111,111,107,105,101,45,110,111,116,102,0,16,0,12,35,99,111,111,107,105,101,45,110,111,116,105,0,16,0,25,35,99,111,111,107,105,101,45,110,111,116,105,99,101,45,98,97,99,107,103,114,111,117,110,100,0,16,0,21,35,99,111,111,107,105,101,45,110,111,116,105,99,101,45,98,97,110,110,101,114,0,16,0,18,35,99,111,111,107,105,101,45,110,111,116,105,99,101,45,98,97,114,0,16,0,22,35,99,111,111,107,105,101,45,110,111,116,105,99,101,45,98,108,111,99,107,101,114,0,16,0,18,35,99,111,111,107,105,101,45,110,111,116,105,99,101,45,98,111,120,0,16,0,24,35,99,111,111,107,105,101,45,110,111,116,105,99,101,45,99,111,110,116,97,105,110,101,114,0,16,0,36,35,99,111,111,107,105,101,45,110,111,116,105,99,101,45,100,97,116,97,45,112,114,105,118,97,99,121,45,115,101,108,101,99,116,111,114,0,16,0,21,35,99,111,111,107,105,101,45,110,111,116,105,99,101,45,100,105,97,108,111,103,0,16,0,21,35,99,111,111,107,105,101,45,110,111,116,105,99,101,45,104,101,97,100,101,114,0,16,0,20,35,99,111,111,107,105,101,45,110,111,116,105,99,101,45,111,117,116,101,114,0,16,0,22,35,99,111,111,107,105,101,45,110,111,116,105,99,101,45,111,118,101,114,108,97,121,0,16,0,23,35,99,111,111,107,105,101,45,110,111,116,105,99,101,45,112,108,97,116,102,111,114,109,0,16,0,20,35,99,111,111,107,105,101,45,110,111,116,105,99,101,45,112,111,112,117,112,0,16,0,22,35,99,111,111,107,105,101,45,110,111,116,105,99,101,45,115,101,99,116,105,111,110,0,16,0,18,35,99,111,111,107,105,101,45,110,111,116,105,99,101,45,116,111,112,0,16,0,25,35,99,111,111,107,105,101,45,110,111,116,105,99,101,45,116,111,112,45,98,97,110,110,101,114,0,16,0,17,35,99,111,111,107,105,101,45,110,111,116,105,99,101,45,117,107,0,16,0,17,35,99,111,111,107,105,101,45,110,111,116,105,99,101,45,118,51,0,16,0,19,35,99,111,111,107,105,101,45,110,111,116,105,99,101,45,119,114,97,112,0,16,0,22,35,99,111,111,107,105,101,45,110,111,116,105,99,101,45,119,114,97,112,112,101,114,0,16,0,31,35,99,111,111,107,105,101,45,110,111,116,105,99,101,45,119,114,97,112,112,101,114,45,97,100,118,97,110,99,101,100,0,16,0,15,35,99,111,111,107,105,101,45,110,111,116,105,99,101,50,0,16,0,13,35,99,111,111,107,105,101,45,110,111,116,105,102,0,16,0,26,35,99,111,111,107,105,101,45,110,111,116,105,102,99,97,116,105,111,110,45,98,97,110,110,101,114,0,16,0,16,35,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,0,16,0,27,35,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,45,98,97,110,110,101,114,0,16,0,35,35,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,45,98,97,110,110,101,114,45,119,114,97,112,112,101,114,0,16,0,24,35,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,45,98,97,114,0,16,0,26,35,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,45,98,108,111,99,107,0,16,0,24,35,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,45,98,111,120,0,16,0,30,35,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,45,99,111,110,116,97,105,110,101,114,0,16,0,28,35,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,45,99,111,110,116,101,110,116,0,16,0,27,35,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,45,104,101,97,100,101,114,0,16,0,23,35,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,45,106,99,0,16,0,28,35,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,45,109,101,115,115,97,103,101,0,16,0,28,35,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,45,111,118,101,114,108,97,121,0,16,0,28,35,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,45,115,101,99,116,105,111,110,0,16,0,28,35,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,45,119,114,97,112,112,101,114,0,16,0,23,35,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,98,97,114,0,16,0,16,35,99,111,111,107,105,101,45,110,111,116,105,102,105,101,114,0,16,0,19,35,99,111,111,107,105,101,45,110,111,116,105,102,121,80,97,110,101,108,0,16,0,11,35,99,111,111,107,105,101,45,110,116,99,0,16,0,19,35,99,111,111,107,105,101,45,110,121,105,108,97,116,107,111,122,97,116,0,16,0,14,35,99,111,111,107,105,101,45,111,112,116,45,105,110,0,16,0,21,35,99,111,111,107,105,101,45,111,112,116,45,105,110,45,98,117,116,116,111,110,0,16,0,21,35,99,111,111,107,105,101,45,111,112,116,45,105,110,45,102,111,111,116,101,114,0,16,0,15,35,99,111,111,107,105,101,45,111,112,116,45,111,117,116,0,16,0,13,35,99,111,111,107,105,101,45,111,112,116,105,110,0,16,0,14,35,99,111,111,107,105,101,45,111,112,116,111,117,116,0,16,0,25,35,99,111,111,107,105,101,45,111,118,101,114,108,97,121,45,99,111,110,116,97,105,110,101,114,0,16,0,22,35,99,111,111,107,105,101,45,111,118,101,114,108,97,121,45,102,111,111,116,101,114,0,16,0,23,35,99,111,111,107,105,101,45,111,118,101,114,108,97,121,45,109,101,115,115,97,103,101,0,16,0,25,35,99,111,111,107,105,101,45,111,118,101,114,108,97,121,45,109,111,100,97,108,45,98,111,120,0,16,0,23,35,99,111,111,107,105,101,45,111,118,101,114,108,97,121,45,119,114,97,112,112,101,114,0,16,0,12,35,99,111,111,107,105,101,45,112,97,103,101,0,16,0,13,35,99,111,111,107,105,101,45,112,97,110,101,108,0,16,0,20,35,99,111,111,107,105,101,45,112,97,110,101,108,45,98,97,110,110,101,114,0,16,0,20,35,99,111,111,107,105,101,45,112,97,110,101,108,45,100,105,97,108,111,103,0,16,0,16,35,99,111,111,107,105,101,45,112,101,114,109,45,98,97,114,0,16,0,17,35,99,111,111,107,105,101,45,112,101,114,109,105,115,115,105,101,0,16,0,22,35,99,111,111,107,105,101,45,112,101,114,109,105,115,115,105,111,110,45,98,97,114,0,16,0,19,35,99,111,111,107,105,101,45,112,108,97,99,101,104,111,108,100,101,114,0,16,0,11,35,99,111,111,107,105,101,45,112,110,108,0,16,0,14,35,99,111,111,107,105,101,45,112,111,108,105,99,101,0,16,0,16,35,99,111,111,107,105,101,45,112,111,108,105,99,105,101,115,0,16,0,25,35,99,111,111,107,105,101,45,112,111,108,105,99,121,45,97,99,99,101,112,116,45,98,97,114,0,16,0,24,35,99,111,111,107,105,101,45,112,111,108,105,99,121,45,97,103,114,101,101,109,101,110,116,0,16,0,20,35,99,111,111,107,105,101,45,112,111,108,105,99,121,45,97,108,101,114,116,0,16,0,21,35,99,111,111,107,105,101,45,112,111,108,105,99,121,45,98,97,110,110,101,114,0,16,0,18,35,99,111,111,107,105,101,45,112,111,108,105,99,121,45,98,97,114,0,16,0,27,35,99,111,111,107,105,101,45,112,111,108,105,99,121,45,98,97,115,105,99,45,104,111,108,100,101,114,0,16,0,20,35,99,111,111,107,105,101,45,112,111,108,105,99,121,45,98,108,111,99,107,0,16,0,28,35,99,111,111,107,105,101,45,112,111,108,105,99,121,45,98,111,116,116,111,109,45,98,97,110,110,101,114,0,16,0,18,35,99,111,111,107,105,101,45,112,111,108,105,99,121,45,98,111,120,0,16,0,22,35,99,111,111,107,105,101,45,112,111,108,105,99,121,45,99,111,110,115,101,110,116,0,16,0,26,35,99,111,111,107,105,101,45,112,111,108,105,99,121,45,99,111,110,115,101,110,116,45,98,97,114,0,16,0,24,35,99,111,111,107,105,101,45,112,111,108,105,99,121,45,99,111,110,116,97,105,110,101,114,0,16,0,21,35,99,111,111,107,105,101,45,112,111,108,105,99,121,45,100,105,97,108,111,103,0,16,0,25,35,99,111,111,107,105,101,45,112,111,108,105,99,121,45,100,105,115,99,108,97,105,109,101,114,0,16,0,19,35,99,111,111,107,105,101,45,112,111,108,105,99,121,45,104,105,110,116,0,16,0,21,35,99,111,111,107,105,101,45,112,111,108,105,99,121,45,104,111,108,100,101,114,0,16,0,19,35,99,111,111,107,105,101,45,112,111,108,105,99,121,45,105,110,102,111,0,16,0,20,35,99,111,111,107,105,101,45,112,111,108,105,99,121,45,108,97,121,101,114,0,16,0,23,35,99,111,111,107,105,101,45,112,111,108,105,99,121,45,108,97,121,101,114,45,98,103,0,16,0,22,35,99,111,111,107,105,101,45,112,111,108,105,99,121,45,109,101,115,115,97,103,101,0,16,0,18,35,99,111,111,107,105,101,45,112,111,108,105,99,121,45,109,115,103,0,16,0,24,35,99,111,111,107,105,101,45,112,111,108,105,99,121,45,110,111,111,118,101,114,108,97,121,0,16,0,21,35,99,111,111,107,105,101,45,112,111,108,105,99,121,45,110,111,116,105,99,101,0,16,0,27,35,99,111,111,107,105,101,45,112,111,108,105,99,121,45,110,111,116,105,102,105,99,97,116,105,111,110,0,16,0,41,35,99,111,111,107,105,101,45,112,111,108,105,99,121,45,110,111,116,105,102,105,99,97,116,105,111,110,95,95,109,105,99,114,111,115,101,114,118,105,99,101,0,16,0,38,35,99,111,111,107,105,101,45,112,111,108,105,99,121,45,111,118,101,114,108,97,121,45,98,108,111,99,107,45,99,111,110,116,97,105,110,101,114,0,16,0,20,35,99,111,111,107,105,101,45,112,111,108,105,99,121,45,112,111,112,105,110,0,16,0,20,35,99,111,111,107,105,101,45,112,111,108,105,99,121,45,112,111,112,117,112,0,16,0,22,35,99,111,111,107,105,101,45,112,111,108,105,99,121,45,115,101,99,116,105,111,110,0,16,0,21,35,99,111,111,107,105,101,45,112,111,108,105,99,121,45,115,104,97,100,111,119,0,16,0,21,35,99,111,111,107,105,101,45,112,111,108,105,99,121,45,115,116,105,99,107,121,0,16,0,20,35,99,111,111,107,105,101,45,112,111,108,105,99,121,45,115,116,114,97,112,0,16,0,22,35,99,111,111,107,105,101,45,112,111,108,105,99,121,45,119,97,114,110,105,110,103,0,16,0,19,35,99,111,111,107,105,101,45,112,111,108,105,99,121,45,119,114,97,112,0,16,0,22,35,99,111,111,107,105,101,45,112,111,108,105,99,121,45,119,114,97,112,112,101,114,0,16,0,24,35,99,111,111,107,105,101,45,112,111,108,105,116,105,99,97,115,46,97,99,116,105,118,101,0,16,0,22,35,99,111,111,107,105,101,45,112,111,108,105,116,105,99,115,45,112,111,112,117,112,0,16,0,16,35,99,111,111,107,105,101,45,112,111,108,105,116,121,107,97,0,16,0,11,35,99,111,111,107,105,101,45,112,111,112,0,16,0,21,35,99,111,111,107,105,101,45,112,111,112,45,99,111,110,116,97,105,110,101,114,0,16,0,14,35,99,111,111,107,105,101,45,112,111,112,45,117,112,0,16,0,13,35,99,111,111,107,105,101,45,112,111,112,105,110,0,16,0,21,35,99,111,111,107,105,101,45,112,111,112,105,110,45,119,114,97,112,112,101,114,0,16,0,15,35,99,111,111,107,105,101,45,112,111,112,111,118,101,114,0,16,0,17,35,99,111,111,107,105,101,45,112,111,112,117,112,45,98,97,114,0,16,0,18,35,99,111,111,107,105,101,45,112,111,112,117,112,45,99,111,110,116,0,16,0,23,35,99,111,111,107,105,101,45,112,111,112,117,112,45,99,111,110,116,97,105,110,101,114,0,16,0,21,35,99,111,111,107,105,101,45,112,111,112,117,112,45,99,111,110,116,101,110,116,0,16,0,25,35,99,111,111,107,105,101,45,112,111,112,117,112,45,104,105,110,116,101,114,103,114,117,110,100,0,16,0,19,35,99,111,111,107,105,101,45,112,111,112,117,112,45,105,110,110,101,114,0,16,0,19,35,99,111,111,107,105,101,45,112,111,112,117,112,45,111,117,116,101,114,0,16,0,21,35,99,111,111,107,105,101,45,112,111,112,117,112,45,111,118,101,114,108,97,121,0,16,0,26,35,99,111,111,107,105,101,45,112,111,112,117,112,45,119,105,116,104,45,111,118,101,114,108,97,121,0,16,0,21,35,99,111,111,107,105,101,45,112,111,112,117,112,45,119,114,97,112,112,101,114,0,16,0,14,35,99,111,111,107,105,101,45,112,111,112,117,112,50,0,16,0,29,35,99,111,111,107,105,101,45,112,111,112,117,112,50,45,115,116,105,99,107,121,45,119,114,97,112,112,101,114,0,16,0,21,35,99,111,111,107,105,101,45,112,111,119,105,97,100,111,109,105,101,110,105,101,0,16,0,13,35,99,111,111,107,105,101,45,112,114,101,102,115,0,16,0,18,35,99,111,111,107,105,101,45,112,114,101,102,115,45,105,99,111,110,0,16,0,15,35,99,111,111,107,105,101,45,112,114,101,118,101,110,116,0,16,0,15,35,99,111,111,107,105,101,45,112,114,105,118,97,99,121,0,16,0,22,35,99,111,111,107,105,101,45,112,114,105,118,97,99,121,45,98,97,110,110,101,114,0,16,0,20,35,99,111,111,107,105,101,45,112,114,105,118,97,99,121,45,105,110,102,111,0,16,0,28,35,99,111,111,107,105,101,45,112,114,105,118,97,99,121,45,105,110,102,111,45,119,114,97,112,112,101,114,0,16,0,22,35,99,111,111,107,105,101,45,112,114,105,118,97,99,121,45,112,111,108,105,99,121,0,16,0,29,35,99,111,111,107,105,101,45,112,114,105,118,97,99,121,45,112,111,108,105,99,121,45,98,97,110,110,101,114,0,16,0,21,35,99,111,111,107,105,101,45,112,114,105,118,97,99,121,45,112,111,112,117,112,0,16,0,23,35,99,111,111,107,105,101,45,112,114,105,118,97,99,121,45,119,114,97,112,112,101,114,0,16,0,14,35,99,111,111,107,105,101,45,112,114,111,109,112,116,0,16,0,20,35,99,111,111,107,105,101,45,112,114,111,109,112,116,45,102,105,120,101,100,0,16,0,24,35,99,111,111,107,105,101,45,112,114,111,109,112,116,45,112,114,111,116,101,99,116,111,114,0,16,0,11,35,99,111,111,107,105,101,45,112,117,112,0,16,0,21,35,99,111,111,107,105,101,45,112,117,112,117,112,45,119,114,97,112,112,101,114,0,16,0,16,35,99,111,111,107,105,101,45,113,117,101,115,116,105,111,110,0,16,0,23,35,99,111,111,107,105,101,45,113,117,101,115,116,105,111,110,45,98,97,110,110,101,114,0,16,0,11,35,99,111,111,107,105,101,45,114,97,109,0,16,0,14,35,99,111,111,107,105,101,45,114,101,103,105,111,110,0,16,0,13,35,99,111,111,107,105,101,45,114,101,103,108,101,0,16,0,15,35,99,111,111,107,105,101,45,114,101,113,117,101,115,116,0,16,0,16,35,99,111,111,107,105,101,45,114,101,113,117,105,114,101,100,0,16,0,19,35,99,111,111,107,105,101,45,114,101,115,116,114,105,99,116,105,111,110,0,16,0,26,35,99,111,111,107,105,101,45,114,101,116,97,114,103,101,116,105,110,103,45,109,111,100,117,108,101,0,16,0,14,35,99,111,111,107,105,101,45,114,105,98,98,111,110,0,16,0,16,35,99,111,111,107,105,101,45,114,105,98,98,111,110,45,49,0,16,0,18,35,99,111,111,107,105,101,45,114,105,99,104,116,108,105,110,105,101,0,16,0,31,35,99,111,111,107,105,101,45,114,105,99,104,116,108,105,110,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,0,16,0,12,35,99,111,111,107,105,101,45,114,111,100,111,0,16,0,11,35,99,111,111,107,105,101,45,114,111,119,0,16,0,17,35,99,111,111,107,105,101,45,114,117,108,101,115,45,116,111,112,0,16,0,14,35,99,111,111,107,105,101,45,115,99,114,101,101,110,0,16,0,15,35,99,111,111,107,105,101,45,115,101,99,116,105,111,110,0,16,0,16,35,99,111,111,107,105,101,45,115,101,108,101,99,116,111,114,0,16,0,23,35,99,111,111,107,105,101,45,115,101,116,116,105,110,103,45,115,101,99,116,105,111,110,0,16,0,22,35,99,111,111,107,105,101,45,115,101,116,116,105,110,103,115,45,97,108,101,114,116,0,16,0,21,35,99,111,111,107,105,101,45,115,101,116,116,105,110,103,115,45,99,111,110,116,0,16,0,26,35,99,111,111,107,105,101,45,115,101,116,116,105,110,103,115,45,99,111,110,116,97,105,110,101,114,0,16,0,20,35,99,111,111,107,105,101,45,115,101,116,116,105,110,103,115,45,100,108,103,0,16,0,22,35,99,111,111,107,105,101,45,115,101,116,116,105,110,103,115,45,108,97,121,101,114,0,16,0,32,35,99,111,111,107,105,101,45,115,101,116,116,105,110,103,115,46,99,111,111,107,105,101,45,115,101,116,116,105,110,103,115,0,16,0,14,35,99,111,111,107,105,101,45,115,104,97,100,111,119,0,16,0,22,35,99,111,111,107,105,101,45,115,105,116,101,45,99,111,110,116,97,105,110,101,114,0,16,0,26,35,99,111,111,107,105,101,45,115,105,116,101,45,99,111,110,116,97,105,110,101,114,45,98,111,120,0,16,0,13,35,99,111,111,107,105,101,45,115,108,105,100,101,0,16,0,14,35,99,111,111,107,105,101,45,115,108,105,100,101,114,0,16,0,21,35,99,111,111,107,105,101,45,115,108,105,100,105,110,103,45,112,111,112,117,112,0,16,0,13,35,99,111,111,107,105,101,45,115,112,97,99,101,0,16,0,14,35,99,111,111,107,105,101,45,115,112,97,99,101,114,0,16,0,17,35,99,111,111,107,105,101,45,115,116,97,116,101,109,101,110,116,0,16,0,28,35,99,111,111,107,105,101,45,115,116,97,116,117,115,45,119,105,100,103,101,116,45,104,111,108,100,101,114,0,16,0,14,35,99,111,111,107,105,101,45,115,116,105,99,107,50,0,16,0,14,35,99,111,111,107,105,101,45,115,116,105,99,107,121,0,16,0,18,35,99,111,111,107,105,101,45,115,116,105,99,107,121,45,98,97,114,0,16,0,21,35,99,111,111,107,105,101,45,115,116,111,114,101,45,115,101,99,116,105,111,110,0,16,0,17,35,99,111,111,107,105,101,45,115,116,114,97,112,108,105,110,101,0,16,0,13,35,99,111,111,107,105,101,45,115,116,114,105,112,0,16,0,13,35,99,111,111,107,105,101,45,116,97,98,108,101,0,16,0,20,35,99,111,111,107,105,101,45,116,97,106,101,107,111,122,116,97,116,97,115,0,16,0,13,35,99,111,111,107,105,101,45,116,101,114,109,115,0,16,0,19,35,99,111,111,107,105,101,45,116,101,120,116,45,98,97,110,110,101,114,0,16,0,18,35,99,111,111,107,105,101,45,116,105,109,116,117,108,45,98,111,116,0,16,0,12,35,99,111,111,107,105,101,45,116,105,112,115,0,16,0,14,35,99,111,111,107,105,101,45,116,105,115,115,117,101,0,16,0,13,35,99,111,111,107,105,101,45,116,111,97,115,116,0,16,0,23,35,99,111,111,107,105,101,45,116,111,97,115,116,45,99,111,110,116,97,105,110,101,114,0,16,0,15,35,99,111,111,107,105,101,45,116,111,111,108,98,97,114,0,16,0,15,35,99,111,111,107,105,101,45,116,111,111,108,107,105,116,0,16,0,20,35,99,111,111,107,105,101,45,116,111,111,108,107,105,116,45,119,114,97,112,0,16,0,15,35,99,111,111,107,105,101,45,116,111,111,108,116,105,112,0,16,0,15,35,99,111,111,107,105,101,45,116,111,112,45,98,97,114,0,16,0,14,35,99,111,111,107,105,101,45,116,111,112,98,97,114,0,16,0,17,35,99,111,111,107,105,101,45,116,111,112,115,116,105,99,107,121,0,16,0,14,35,99,111,111,107,105,101,45,116,117,110,110,101,108,0,16,0,10,35,99,111,111,107,105,101,45,117,101,0,16,0,14,35,99,111,111,107,105,101,45,117,110,105,45,107,108,0,16,0,19,35,99,111,111,107,105,101,45,117,115,97,103,101,45,97,108,101,114,116,0,16,0,20,35,99,111,111,107,105,101,45,117,115,97,103,101,45,110,111,116,105,99,101,0,16,0,26,35,99,111,111,107,105,101,45,117,115,97,103,101,45,110,111,116,105,102,105,99,97,116,105,111,110,0,16,0,19,35,99,111,111,107,105,101,45,117,115,97,103,101,45,112,97,110,101,108,0,16,0,26,35,99,111,111,107,105,101,45,117,115,101,45,110,111,116,105,99,101,45,119,114,97,112,112,101,114,0,16,0,14,35,99,111,111,107,105,101,45,117,122,101,110,101,116,0,16,0,14,35,99,111,111,107,105,101,45,118,97,114,115,101,108,0,16,0,12,35,99,111,111,107,105,101,45,118,105,101,119,0,16,0,15,35,99,111,111,107,105,101,45,118,117,101,45,97,112,112,0,16,0,20,35,99,111,111,107,105,101,45,119,97,108,108,45,119,114,97,112,112,101,114,0,16,0,12,35,99,111,111,107,105,101,45,119,97,114,110,0,16,0,15,35,99,111,111,107,105,101,45,119,97,114,110,105,110,103,0,16,0,19,35,99,111,111,107,105,101,45,119,97,114,110,105,110,103,45,97,112,112,0,16,0,24,35,99,111,111,107,105,101,45,119,97,114,110,105,110,103,45,98,97,99,107,100,114,111,112,0,16,0,22,35,99,111,111,107,105,101,45,119,97,114,110,105,110,103,45,98,97,110,110,101,114,0,16,0,19,35,99,111,111,107,105,101,45,119,97,114,110,105,110,103,45,98,97,114,0,16,0,19,35,99,111,111,107,105,101,45,119,97,114,110,105,110,103,45,98,111,120,0,16,0,25,35,99,111,111,107,105,101,45,119,97,114,110,105,110,103,45,99,111,110,116,97,105,110,101,114,0,16,0,19,35,99,111,111,107,105,101,45,119,97,114,110,105,110,103,45,100,105,118,0,16,0,20,35,99,111,111,107,105,101,45,119,97,114,110,105,110,103,45,103,100,112,114,0,16,0,25,35,99,111,111,107,105,101,45,119,97,114,110,105,110,103,45,105,115,45,115,116,117,112,105,100,0,16,0,23,35,99,111,111,107,105,101,45,119,97,114,110,105,110,103,45,112,97,100,100,105,110,103,0,16,0,21,35,99,111,111,107,105,101,45,119,97,114,110,105,110,103,45,112,97,110,101,108,0,16,0,22,35,99,111,111,107,105,101,45,119,97,114,110,105,110,103,45,112,108,117,103,105,110,0,16,0,12,35,99,111,111,107,105,101,45,119,101,108,108,0,16,0,11,35,99,111,111,107,105,101,45,119,101,116,0,16,0,14,35,99,111,111,107,105,101,45,119,105,100,103,101,116,0,16,0,22,35,99,111,111,107,105,101,45,119,105,100,103,101,116,45,99,111,110,102,105,114,109,0,16,0,14,35,99,111,111,107,105,101,45,119,105,110,100,111,119,0,16,0,25,35,99,111,111,107,105,101,45,119,114,97,112,112,101,114,45,99,111,110,116,97,105,110,101,114,0,16,0,10,35,99,111,111,107,105,101,45,121,109,0,16,0,12,35,99,111,111,107,105,101,45,122,111,110,101,0,16,0,14,35,99,111,111,107,105,101,46,97,99,116,105,118,101,0,16,0,13,35,99,111,111,107,105,101,46,97,108,101,114,116,0,16,0,21,35,99,111,111,107,105,101,46,97,108,101,114,116,45,119,97,114,110,105,110,103,0,16,0,20,35,99,111,111,107,105,101,46,97,108,105,103,110,45,99,101,110,116,101,114,0,16,0,14,35,99,111,111,107,105,101,46,99,111,108,45,49,50,0,16,0,13,35,99,111,111,107,105,101,46,102,105,120,101,100,0,16,0,20,35,99,111,111,107,105,101,46,102,105,120,101,100,45,98,111,116,116,111,109,0,16,0,16,35,99,111,111,107,105,101,46,110,103,45,115,99,111,112,101,0,16,0,14,35,99,111,111,107,105,101,46,110,111,116,105,99,101,0,16,0,11,35,99,111,111,107,105,101,46,112,45,52,0,16,0,12,35,99,111,111,107,105,101,46,114,103,112,100,0,16,0,14,35,99,111,111,107,105,101,46,115,104,111,119,109,101,0,16,0,12,35,99,111,111,107,105,101,46,118,105,101,119,0,16,0,13,35,99,111,111,107,105,101,46,119,45,49,48,48,0,16,0,8,35,99,111,111,107,105,101,49,0,16,0,13,35,99,111,111,107,105,101,49,56,121,101,97,114,0,16,0,8,35,99,111,111,107,105,101,50,0,16,0,9,35,99,111,111,107,105,101,50,57,0,16,0,15,35,99,111,111,107,105,101,50,77,101,108,100,117,110,103,0,16,0,14,35,99,111,111,107,105,101,51,97,114,104,77,115,103,0,16,0,11,35,99,111,111,107,105,101,54,56,55,54,0,16,0,10,35,99,111,111,107,105,101,65,99,99,0,16,0,19,35,99,111,111,107,105,101,65,99,99,101,112,116,66,97,110,110,101,114,0,16,0,16,35,99,111,111,107,105,101,65,99,99,101,112,116,66,97,114,0,16,0,16,35,99,111,111,107,105,101,65,99,99,101,112,116,66,111,120,0,16,0,22,35,99,111,111,107,105,101,65,99,99,101,112,116,67,111,110,116,97,105,110,101,114,0,16,0,20,35,99,111,111,107,105,101,65,99,99,101,112,116,67,111,110,116,101,110,116,0,16,0,17,35,99,111,111,107,105,101,65,99,99,101,112,116,73,110,102,111,0,16,0,20,35,99,111,111,107,105,101,65,99,99,101,112,116,77,101,115,115,97,103,101,0,16,0,36,35,99,111,111,107,105,101,65,99,99,101,112,116,77,111,100,97,108,95,95,95,66,86,95,109,111,100,97,108,95,111,117,116,101,114,95,0,16,0,20,35,99,111,111,107,105,101,65,99,99,101,112,116,79,118,101,114,108,97,121,0,16,0,16,35,99,111,111,107,105,101,65,99,99,101,112,116,80,111,115,0,16,0,20,35,99,111,111,107,105,101,65,99,99,101,112,116,87,114,97,112,112,101,114,0,16,0,17,35,99,111,111,107,105,101,65,99,99,101,112,116,97,110,99,101,0,16,0,26,35,99,111,111,107,105,101,65,99,99,101,112,116,97,110,99,101,67,111,110,116,97,105,110,101,114,0,16,0,18,35,99,111,111,107,105,101,65,99,99,101,112,116,97,116,105,111,110,0,16,0,25,35,99,111,111,107,105,101,65,99,99,101,112,116,105,110,103,67,111,110,116,97,105,110,101,114,0,16,0,18,35,99,111,111,107,105,101,65,99,99,101,115,115,70,114,97,109,101,0,16,0,10,35,99,111,111,107,105,101,65,99,107,0,16,0,18,35,99,111,111,107,105,101,65,99,107,110,111,119,108,101,100,103,101,0,16,0,22,35,99,111,111,107,105,101,65,99,107,110,111,119,108,101,100,103,101,109,101,110,116,0,16,0,28,35,99,111,111,107,105,101,65,99,107,110,111,119,108,101,100,103,101,109,101,110,116,83,112,97,99,101,114,0,16,0,15,35,99,111,111,107,105,101,65,99,116,105,118,101,73,100,0,16,0,9,35,99,111,111,107,105,101,65,100,0,16,0,10,35,99,111,111,107,105,101,65,100,118,0,16,0,18,35,99,111,111,107,105,101,65,100,118,101,114,116,105,115,105,110,103,0,16,0,13,35,99,111,111,107,105,101,65,100,118,105,99,101,0,16,0,13,35,99,111,111,107,105,101,65,100,118,105,115,101,0,16,0,22,35,99,111,111,107,105,101,65,100,118,105,115,101,67,111,110,116,97,105,110,101,114,0,16,0,14,35,99,111,111,107,105,101,65,100,118,105,115,111,114,0,16,0,15,35,99,111,111,107,105,101,65,103,101,67,104,101,99,107,0,16,0,15,35,99,111,111,107,105,101,65,103,114,101,101,66,97,114,0,16,0,16,35,99,111,111,107,105,101,65,103,114,101,101,70,111,114,109,0,16,0,16,35,99,111,111,107,105,101,65,103,114,101,101,109,101,110,116,0,16,0,19,35,99,111,111,107,105,101,65,103,114,101,101,109,101,110,116,66,97,114,0,16,0,19,35,99,111,111,107,105,101,65,103,114,101,101,109,101,110,116,66,111,120,0,16,0,23,35,99,111,111,107,105,101,65,103,114,101,101,109,101,110,116,67,111,110,116,101,110,116,0,16,0,12,35,99,111,111,107,105,101,65,108,97,114,109,0,16,0,15,35,99,111,111,107,105,101,65,108,97,114,109,66,97,114,0,16,0,12,35,99,111,111,107,105,101,65,108,101,114,116,0,16,0,18,35,99,111,111,107,105,101,65,108,101,114,116,66,97,110,110,101,114,0,16,0,15,35,99,111,111,107,105,101,65,108,101,114,116,66,97,114,0,16,0,15,35,99,111,111,107,105,101,65,108,101,114,116,66,105,103,0,16,0,15,35,99,111,111,107,105,101,65,108,101,114,116,66,111,120,0,16,0,17,35,99,111,111,107,105,101,65,108,101,114,116,66,111,120,73,68,0,16,0,15,35,99,111,111,107,105,101,65,108,101,114,116,67,110,116,0,16,0,21,35,99,111,111,107,105,101,65,108,101,114,116,67,111,110,116,97,105,110,101,114,0,16,0,17,35,99,111,111,107,105,101,65,108,101,114,116,76,97,121,101,114,0,16,0,19,35,99,111,111,107,105,101,65,108,101,114,116,77,101,115,115,97,103,101,0,16,0,16,35,99,111,111,107,105,101,65,108,101,114,116,87,114,97,112,0,16,0,19,35,99,111,111,107,105,101,65,108,101,114,116,87,114,97,112,112,101,114,0,16,0,19,35,99,111,111,107,105,101,65,108,101,114,116,95,112,111,112,112,101,114,0,16,0,13,35,99,111,111,107,105,101,65,108,101,114,116,101,0,16,0,12,35,99,111,111,107,105,101,65,108,108,111,119,0,16,0,16,35,99,111,111,107,105,101,65,108,108,111,119,87,114,97,112,0,16,0,14,35,99,111,111,107,105,101,65,110,110,111,121,101,114,0,16,0,14,35,99,111,111,107,105,101,65,110,122,101,105,103,101,0,16,0,11,35,99,111,111,107,105,101,65,114,101,97,0,16,0,16,35,99,111,111,107,105,101,65,115,115,105,115,116,97,110,116,0,16,0,11,35,99,111,111,107,105,101,65,117,116,104,0,16,0,10,35,99,111,111,107,105,101,66,65,82,0,16,0,9,35,99,111,111,107,105,101,66,71,0,16,0,15,35,99,111,111,107,105,101,66,97,99,107,100,114,111,112,0,16,0,17,35,99,111,111,107,105,101,66,97,99,107,103,114,111,117,110,100,0,16,0,11,35,99,111,111,107,105,101,66,97,108,107,0,16,0,10,35,99,111,111,107,105,101,66,97,110,0,16,0,14,35,99,111,111,107,105,101,66,97,110,100,101,97,117,0,16,0,26,35,99,111,111,107,105,101,66,97,110,100,101,97,117,67,111,110,115,101,110,116,101,109,101,110,116,0,16,0,13,35,99,111,111,107,105,101,66,97,110,110,101,114,0,16,0,18,35,99,111,111,107,105,101,66,97,110,110,101,114,45,103,100,112,114,0,16,0,18,35,99,111,111,107,105,101,66,97,110,110,101,114,45,109,97,105,110,0,16,0,15,35,99,111,111,107,105,101,66,97,110,110,101,114,66,71,0,16,0,22,35,99,111,111,107,105,101,66,97,110,110,101,114,67,111,110,116,97,105,110,101,114,0,16,0,20,35,99,111,111,107,105,101,66,97,110,110,101,114,67,111,110,116,101,110,116,0,16,0,24,35,99,111,111,107,105,101,66,97,110,110,101,114,67,111,110,116,101,110,116,95,110,101,119,0,16,0,14,35,99,111,111,107,105,101,66,97,110,110,101,114,68,0,16,0,28,35,99,111,111,107,105,101,66,97,110,110,101,114,68,66,80,114,105,118,97,99,121,78,111,116,105,99,101,0,16,0,16,35,99,111,111,107,105,101,66,97,110,110,101,114,68,105,118,0,16,0,16,35,99,111,111,107,105,101,66,97,110,110,101,114,71,84,86,0,16,0,17,35,99,111,111,107,105,101,66,97,110,110,101,114,73,110,102,111,0,16,0,17,35,99,111,111,107,105,101,66,97,110,110,101,114,77,97,105,110,0,16,0,18,35,99,111,111,107,105,101,66,97,110,110,101,114,77,111,100,97,108,0,16,0,20,35,99,111,111,107,105,101,66,97,110,110,101,114,79,118,101,114,108,97,121,0,16,0,17,35,99,111,111,107,105,101,66,97,110,110,101,114,87,114,97,112,0,16,0,20,35,99,111,111,107,105,101,66,97,110,110,101,114,87,114,97,112,112,101,114,0,16,0,10,35,99,111,111,107,105,101,66,97,114,0,16,0,12,35,99,111,111,107,105,101,66,97,114,66,67,0,16,0,19,35,99,111,111,107,105,101,66,97,114,67,111,110,116,97,105,110,101,114,0,16,0,21,35,99,111,111,107,105,101,66,97,114,82,71,80,68,79,118,101,114,108,97,121,0,16,0,17,35,99,111,111,107,105,101,66,97,114,82,71,80,68,80,111,112,0,16,0,17,35,99,111,111,107,105,101,66,97,114,86,105,115,105,98,108,101,0,16,0,17,35,99,111,111,107,105,101,66,97,114,87,114,97,112,112,101,114,0,16,0,10,35,99,111,111,107,105,101,66,99,107,0,16,0,16,35,99,111,111,107,105,101,66,103,79,118,101,114,108,97,121,0,16,0,15,35,99,111,111,107,105,101,66,108,97,99,107,111,117,116,0,16,0,12,35,99,111,111,107,105,101,66,108,111,99,107,0,16,0,13,35,99,111,111,107,105,101,66,108,111,99,107,50,0,16,0,14,35,99,111,111,107,105,101,66,108,111,99,107,101,114,0,16,0,10,35,99,111,111,107,105,101,66,110,114,0,16,0,10,35,99,111,111,107,105,101,66,111,120,0,16,0,19,35,99,111,111,107,105,101,66,111,120,67,111,110,116,97,105,110,101,114,0,16,0,17,35,99,111,111,107,105,101,66,111,120,79,118,101,114,108,97,121,0,16,0,17,35,99,111,111,107,105,101,66,111,120,87,114,97,112,112,101,114,0,16,0,9,35,99,111,111,107,105,101,66,115,0,16,0,8,35,99,111,111,107,105,101,67,0,16,0,13,35,99,111,111,107,105,101,67,68,107,101,121,115,0,16,0,11,35,99,111,111,107,105,101,67,78,73,76,0,16,0,9,35,99,111,111,107,105,101,67,84,0,16,0,11,35,99,111,111,107,105,101,67,97,114,100,0,16,0,13,35,99,111,111,107,105,101,67,97,114,100,66,103,0,16,0,12,35,99,111,111,107,105,101,67,104,101,99,107,0,16,0,16,35,99,111,111,107,105,101,67,104,101,99,107,45,97,112,112,0,16,0,14,35,99,111,111,107,105,101,67,104,101,99,107,101,114,0,16,0,20,35,99,111,111,107,105,101,67,104,101,99,107,101,114,66,97,110,110,101,114,0,16,0,13,35,99,111,111,107,105,101,67,104,111,105,99,101,0,16,0,19,35,99,111,111,107,105,101,67,104,111,105,99,101,66,97,110,110,101,114,0,16,0,16,35,99,111,111,107,105,101,67,104,111,105,99,101,66,97,114,0,16,0,18,35,99,111,111,107,105,101,67,104,111,105,99,101,66,100,114,111,112,0,16,0,17,35,99,111,111,107,105,101,67,104,111,105,99,101,73,110,102,111,0,16,0,23,35,99,111,111,107,105,101,67,104,111,105,99,101,73,110,102,111,65,99,99,101,112,116,0,16,0,25,35,99,111,111,107,105,101,67,104,111,105,99,101,73,110,102,111,95,103,101,110,101,114,97,108,0,16,0,25,35,99,111,111,107,105,101,67,104,111,105,99,101,77,111,100,97,108,79,118,101,114,108,97,121,0,16,0,17,35,99,111,111,107,105,101,67,104,111,105,99,101,78,111,116,101,0,16,0,16,35,99,111,111,107,105,101,67,104,111,105,99,101,115,73,68,0,16,0,14,35,99,111,111,107,105,101,67,104,111,111,115,101,114,0,16,0,14,35,99,111,111,107,105,101,67,108,105,99,107,101,114,0,16,0,11,35,99,111,111,107,105,101,67,110,105,108,0,16,0,17,35,99,111,111,107,105,101,67,111,109,112,108,105,97,110,99,101,0,16,0,23,35,99,111,111,107,105,101,67,111,109,112,108,105,97,110,99,101,66,97,110,110,101,114,0,16,0,20,35,99,111,111,107,105,101,67,111,109,112,108,105,97,110,99,101,66,111,120,0,16,0,24,35,99,111,111,107,105,101,67,111,109,112,108,105,97,110,99,101,77,101,115,115,97,103,101,0,16,0,23,35,99,111,111,107,105,101,67,111,109,112,108,105,97,110,99,101,78,111,116,105,99,101,0,16,0,26,35,99,111,111,107,105,101,67,111,109,112,108,105,97,110,99,101,80,111,108,105,99,121,66,111,120,0,16,0,17,35,99,111,111,107,105,101,67,111,109,112,108,105,97,110,99,121,0,16,0,22,35,99,111,111,107,105,101,67,111,109,112,108,105,97,110,99,121,77,111,100,97,108,0,16,0,16,35,99,111,111,107,105,101,67,111,110,97,116,105,110,101,114,0,16,0,11,35,99,111,111,107,105,101,67,111,110,102,0,16,0,17,35,99,111,111,107,105,101,67,111,110,102,105,103,70,111,114,109,0,16,0,14,35,99,111,111,107,105,101,67,111,110,102,105,114,109,0,16,0,17,35,99,111,111,107,105,101,67,111,110,102,105,114,109,68,105,118,0,16,0,19,35,99,111,111,107,105,101,67,111,110,102,105,114,109,97,116,105,111,110,0,16,0,22,35,99,111,111,107,105,101,67,111,110,102,105,114,109,97,116,105,111,110,66,97,114,0,16,0,28,35,99,111,111,107,105,101,67,111,110,102,105,114,109,97,116,105,111,110,67,111,110,116,97,105,110,101,114,0,16,0,14,35,99,111,111,107,105,101,67,111,110,115,101,110,115,0,16,0,19,35,99,111,111,107,105,101,67,111,110,115,101,110,116,65,108,101,114,116,0,16,0,17,35,99,111,111,107,105,101,67,111,110,115,101,110,116,65,112,112,0,16,0,22,35,99,111,111,107,105,101,67,111,110,115,101,110,116,66,97,99,107,100,114,111,112,0,16,0,24,35,99,111,111,107,105,101,67,111,110,115,101,110,116,66,97,99,107,103,114,111,117,110,100,0,16,0,20,35,99,111,111,107,105,101,67,111,110,115,101,110,116,66,97,110,110,101,114,0,16,0,29,35,99,111,111,107,105,101,67,111,110,115,101,110,116,66,97,110,110,101,114,67,111,110,116,97,105,110,101,114,0,16,0,17,35,99,111,111,107,105,101,67,111,110,115,101,110,116,66,97,114,0,16,0,19,35,99,111,111,107,105,101,67,111,110,115,101,110,116,66,108,111,99,107,0,16,0,18,35,99,111,111,107,105,101,67,111,110,115,101,110,116,66,108,111,107,0,16,0,17,35,99,111,111,107,105,101,67,111,110,115,101,110,116,66,111,120,0,16,0,23,35,99,111,111,107,105,101,67,111,110,115,101,110,116,67,111,110,116,97,105,110,101,114,0,16,0,20,35,99,111,111,107,105,101,67,111,110,115,101,110,116,68,105,97,108,111,103,0,16,0,17,35,99,111,111,107,105,101,67,111,110,115,101,110,116,68,105,118,0,16,0,18,35,99,111,111,107,105,101,67,111,110,115,101,110,116,69,108,73,100,0,16,0,20,35,99,111,111,107,105,101,67,111,110,115,101,110,116,72,111,108,100,101,114,0,16,0,29,35,99,111,111,107,105,101,67,111,110,115,101,110,116,73,110,105,116,105,97,108,66,97,99,107,100,114,111,112,0,16,0,21,35,99,111,111,107,105,101,67,111,110,115,101,110,116,77,101,115,115,97,103,101,0,16,0,17,35,99,111,111,107,105,101,67,111,110,115,101,110,116,77,115,103,0,16,0,18,35,99,111,111,107,105,101,67,111,110,115,101,110,116,78,111,116,101,0,16,0,20,35,99,111,111,107,105,101,67,111,110,115,101,110,116,78,111,116,105,99,101,0,16,0,21,35,99,111,111,107,105,101,67,111,110,115,101,110,116,79,118,101,114,108,97,121,0,16,0,19,35,99,111,111,107,105,101,67,111,110,115,101,110,116,80,97,110,101,108,0,16,0,21,35,99,111,111,107,105,101,67,111,110,115,101,110,116,80,97,110,101,108,85,112,0,16,0,19,35,99,111,111,107,105,101,67,111,110,115,101,110,116,80,111,112,117,112,0,16,0,20,35,99,111,111,107,105,101,67,111,110,115,101,110,116,80,114,111,109,112,116,0,16,0,20,35,99,111,111,107,105,101,67,111,110,115,101,110,116,87,105,110,100,111,119,0,16,0,18,35,99,111,111,107,105,101,67,111,110,115,101,110,116,87,114,97,112,0,16,0,21,35,99,111,111,107,105,101,67,111,110,115,101,110,116,87,114,97,112,112,101,114,0,16,0,30,35,99,111,111,107,105,101,67,111,110,115,101,110,116,87,114,97,112,112,101,114,67,111,110,72,111,108,100,101,114,0,16,0,18,35,99,111,111,107,105,101,67,111,110,115,101,110,116,95,68,105,118,0,16,0,11,35,99,111,111,107,105,101,67,111,110,116,0,16,0,16,35,99,111,111,107,105,101,67,111,110,116,97,105,110,101,114,0,16,0,15,35,99,111,111,107,105,101,67,111,110,116,101,110,101,114,0,16,0,14,35,99,111,111,107,105,101,67,111,110,116,101,110,116,0,16,0,18,35,99,111,111,107,105,101,67,111,110,116,114,97,112,116,105,111,110,0,16,0,14,35,99,111,111,107,105,101,67,111,110,116,114,111,108,0,16,0,21,35,99,111,111,107,105,101,67,111,110,116,114,111,108,87,114,97,112,112,101,114,0,16,0,23,35,99,111,111,107,105,101,67,111,110,116,114,111,108,95,112,97,110,101,108,105,99,111,0,16,0,17,35,99,111,111,107,105,101,67,111,110,116,114,111,108,108,101,114,0,16,0,16,35,99,111,111,107,105,101,67,111,111,107,105,101,66,97,114,0,16,0,11,35,99,111,111,107,105,101,67,111,112,121,0,16,0,13,35,99,111,111,107,105,101,67,111,114,110,101,114,0,16,0,10,35,99,111,111,107,105,101,67,116,97,0,16,0,21,35,99,111,111,107,105,101,68,97,116,97,80,114,111,116,101,99,116,105,111,110,0,16,0,25,35,99,111,111,107,105,101,68,101,99,108,97,114,97,116,105,111,110,87,114,97,112,112,101,114,0,16,0,13,35,99,111,111,107,105,101,68,105,97,108,111,103,0,16,0,17,35,99,111,111,107,105,101,68,105,97,108,111,103,67,116,110,114,0,16,0,15,35,99,111,111,107,105,101,68,105,97,108,111,103,117,101,0,16,0,16,35,99,111,111,107,105,101,68,105,110,103,115,98,117,109,115,0,16,0,14,35,99,111,111,107,105,101,68,105,114,87,114,97,112,0,16,0,16,35,99,111,111,107,105,101,68,105,114,101,99,116,105,118,101,0,16,0,11,35,99,111,111,107,105,101,68,105,115,99,0,16,0,17,35,99,111,111,107,105,101,68,105,115,99,108,97,105,109,101,114,0,16,0,23,35,99,111,111,107,105,101,68,105,115,99,108,97,105,109,101,114,66,97,110,110,101,114,0,16,0,20,35,99,111,111,107,105,101,68,105,115,99,108,97,105,109,101,114,66,111,120,0,16,0,26,35,99,111,111,107,105,101,68,105,115,99,108,97,105,109,101,114,67,111,110,116,97,105,110,101,114,0,16,0,20,35,99,111,111,107,105,101,68,105,115,99,108,97,105,109,101,114,68,105,118,0,16,0,21,35,99,111,111,107,105,101,68,105,115,99,108,97,105,109,101,114,73,110,102,111,0,16,0,22,35,99,111,111,107,105,101,68,105,115,99,108,97,105,109,101,114,78,111,116,105,102,0,16,0,24,35,99,111,111,107,105,101,68,105,115,99,108,97,105,109,101,114,87,114,97,112,112,101,114,0,16,0,16,35,99,111,111,107,105,101,68,105,115,99,108,97,109,101,114,0,16,0,21,35,99,111,111,107,105,101,68,105,115,109,105,115,115,67,111,110,116,101,110,116,0,16,0,14,35,99,111,111,107,105,101,68,105,115,112,108,97,121,0,16,0,18,35,99,111,111,107,105,101,68,105,115,112,108,97,121,70,111,114,109,0,16,0,10,35,99,111,111,107,105,101,68,105,118,0,16,0,16,35,99,111,111,107,105,101,68,105,118,45,65,108,101,114,116,0,16,0,20,35,99,111,111,107,105,101,68,105,118,66,97,99,107,103,114,111,117,110,100,0,16,0,17,35,99,111,111,107,105,101,68,105,118,67,111,110,116,101,110,116,0,16,0,15,35,99,111,111,107,105,101,68,105,118,67,111,118,101,114,0,16,0,10,35,99,111,111,107,105,101,68,108,103,0,16,0,11,35,99,111,111,107,105,101,68,108,103,49,0,16,0,12,35,99,111,111,107,105,101,68,111,117,103,104,0,16,0,11,35,99,111,111,107,105,101,68,114,111,112,0,16,0,15,35,99,111,111,107,105,101,68,114,111,112,68,111,119,110,0,16,0,9,35,99,111,111,107,105,101,69,67,0,16,0,9,35,99,111,111,107,105,101,69,85,0,16,0,14,35,99,111,111,107,105,101,69,108,101,109,101,110,116,0,16,0,22,35,99,111,111,107,105,101,69,114,114,111,114,77,101,115,115,97,103,101,68,105,118,0,16,0,9,35,99,111,111,107,105,101,69,117,0,16,0,16,35,99,111,111,107,105,101,69,117,82,117,108,101,66,97,114,0,16,0,12,35,99,111,111,107,105,101,70,105,120,101,100,0,16,0,13,35,99,111,111,107,105,101,70,111,111,116,101,114,0,16,0,14,35,99,111,111,107,105,101,70,111,117,110,100,114,121,0,16,0,12,35,99,111,111,107,105,101,70,114,97,109,101,0,16,0,16,35,99,111,111,107,105,101,71,68,80,82,112,111,112,117,112,0,16,0,11,35,99,111,111,107,105,101,71,100,112,114,0,16,0,15,35,99,111,111,107,105,101,71,114,97,100,105,101,110,116,0,16,0,15,35,99,111,111,107,105,101,71,117,97,114,100,77,115,103,0,16,0,11,35,99,111,111,107,105,101,72,84,77,76,0,16,0,11,35,99,111,111,107,105,101,72,101,97,100,0,16,0,13,35,99,111,111,107,105,101,72,101,97,100,101,114,0,16,0,11,35,99,111,111,107,105,101,72,105,110,116,0,16,0,14,35,99,111,111,107,105,101,72,105,110,116,69,120,116,0,16,0,23,35,99,111,111,107,105,101,72,105,110,116,77,111,100,97,108,71,101,110,101,114,97,108,0,16,0,21,35,99,111,111,107,105,101,72,105,110,116,95,99,111,110,116,97,105,110,101,114,0,16,0,14,35,99,111,111,107,105,101,72,105,110,119,101,105,115,0,16,0,13,35,99,111,111,107,105,101,72,111,108,100,101,114,0,16,0,14,35,99,111,111,107,105,101,72,111,108,115,116,101,114,0,16,0,9,35,99,111,111,107,105,101,73,68,0,16,0,9,35,99,111,111,107,105,101,73,87,0,16,0,15,35,99,111,111,107,105,101,73,100,105,111,116,76,97,119,0,16,0,24,35,99,111,111,107,105,101,73,100,105,111,116,105,99,80,111,108,105,99,121,73,110,102,111,0,16,0,13,35,99,111,111,107,105,101,73,102,114,97,109,101,0,16,0,14,35,99,111,111,107,105,101,73,110,102,67,111,110,116,0,16,0,11,35,99,111,111,107,105,101,73,110,102,111,0,16,0,26,35,99,111,111,107,105,101,73,110,102,111,65,99,99,101,112,116,67,111,110,116,97,105,110,101,114,0,16,0,14,35,99,111,111,107,105,101,73,110,102,111,65,114,121,0,16,0,17,35,99,111,111,107,105,101,73,110,102,111,66,97,110,110,101,114,0,16,0,14,35,99,111,111,107,105,101,73,110,102,111,66,97,114,0,16,0,17,35,99,111,111,107,105,101,73,110,102,111,66,111,116,116,111,109,0,16,0,14,35,99,111,111,107,105,101,73,110,102,111,66,111,120,0,16,0,20,35,99,111,111,107,105,101,73,110,102,111,67,111,110,116,97,105,110,101,114,0,16,0,18,35,99,111,111,107,105,101,73,110,102,111,67,111,110,116,101,110,116,0,16,0,19,35,99,111,111,107,105,101,73,110,102,111,68,101,115,105,103,110,95,49,0,16,0,17,35,99,111,111,107,105,101,73,110,102,111,68,105,97,108,111,103,0,16,0,14,35,99,111,111,107,105,101,73,110,102,111,68,105,118,0,16,0,17,35,99,111,111,107,105,101,73,110,102,111,70,111,111,116,101,114,0,16,0,17,35,99,111,111,107,105,101,73,110,102,111,72,111,108,100,101,114,0,16,0,16,35,99,111,111,107,105,101,73,110,102,111,76,97,121,101,114,0,16,0,15,35,99,111,111,107,105,101,73,110,102,111,77,97,105,110,0,16,0,14,35,99,111,111,107,105,101,73,110,102,111,77,97,120,0,16,0,18,35,99,111,111,107,105,101,73,110,102,111,77,101,115,115,97,103,101,0,16,0,19,35,99,111,111,107,105,101,73,110,102,111,77,115,103,79,117,116,101,114,0,16,0,21,35,99,111,111,107,105,101,73,110,102,111,77,115,103,87,114,97,112,112,101,114,0,16,0,14,35,99,111,111,107,105,101,73,110,102,111,78,101,119,0,16,0,17,35,99,111,111,107,105,101,73,110,102,111,79,114,97,110,103,101,0,16,0,18,35,99,111,111,107,105,101,73,110,102,111,79,117,116,108,105,110,101,0,16,0,18,35,99,111,111,107,105,101,73,110,102,111,79,118,101,114,108,97,121,0,16,0,20,35,99,111,111,107,105,101,73,110,102,111,79,118,101,114,108,97,121,66,103,0,16,0,16,35,99,111,111,107,105,101,73,110,102,111,80,97,110,101,108,0,16,0,17,35,99,111,111,107,105,101,73,110,102,111,87,105,110,100,111,119,0,16,0,18,35,99,111,111,107,105,101,73,110,102,111,87,114,97,112,112,101,114,0,16,0,21,35,99,111,111,107,105,101,73,110,102,111,95,102,105,114,115,116,84,105,109,101,0,16,0,14,35,99,111,111,107,105,101,73,110,102,111,98,111,120,0,16,0,17,35,99,111,111,107,105,101,73,110,102,111,114,109,97,99,106,97,0,16,0,18,35,99,111,111,107,105,101,73,110,102,111,114,109,97,116,105,111,110,0,16,0,28,35,99,111,111,107,105,101,73,110,102,111,114,109,97,116,105,111,110,66,111,120,87,114,97,112,112,101,114,0,16,0,23,35,99,111,111,107,105,101,73,110,102,111,114,109,97,116,105,111,110,80,111,112,117,112,0,16,0,23,35,99,111,111,107,105,101,73,110,102,111,114,109,97,116,105,118,97,66,114,101,118,101,0,16,0,15,35,99,111,111,107,105,101,73,110,102,111,114,109,101,114,0,16,0,22,35,99,111,111,107,105,101,73,110,102,111,114,109,101,114,66,111,111,107,108,101,116,0,16,0,12,35,99,111,111,107,105,101,74,83,100,105,118,0,16,0,10,35,99,111,111,107,105,101,74,97,114,0,16,0,15,35,99,111,111,107,105,101,75,111,110,116,101,110,101,114,0,16,0,9,35,99,111,111,107,105,101,76,89,0,16,0,10,35,99,111,111,107,105,101,76,97,98,0,16,0,10,35,99,111,111,107,105,101,76,97,119,0,16,0,14,35,99,111,111,107,105,101,76,97,119,50,48,49,53,0,16,0,27,35,99,111,111,107,105,101,76,97,119,65,99,107,110,111,119,108,101,100,103,109,101,110,116,68,105,118,0,16,0,15,35,99,111,111,107,105,101,76,97,119,65,108,101,114,116,0,16,0,16,35,99,111,111,107,105,101,76,97,119,66,97,110,110,101,114,0,16,0,18,35,99,111,111,107,105,101,76,97,119,66,97,110,110,101,114,73,100,0,16,0,13,35,99,111,111,107,105,101,76,97,119,66,97,114,0,16,0,15,35,99,111,111,107,105,101,76,97,119,66,108,111,99,107,0,16,0,13,35,99,111,111,107,105,101,76,97,119,66,111,111,0,16,0,13,35,99,111,111,107,105,101,76,97,119,66,111,120,0,16,0,27,35,99,111,111,107,105,101,76,97,119,67,111,109,112,108,105,97,110,99,101,77,101,115,115,97,103,101,0,16,0,19,35,99,111,111,107,105,101,76,97,119,67,111,110,116,97,105,110,101,114,0,16,0,20,35,99,111,111,107,105,101,76,97,119,68,105,115,99,108,97,105,109,101,114,0,16,0,16,35,99,111,111,107,105,101,76,97,119,72,101,97,100,101,114,0,16,0,14,35,99,111,111,107,105,101,76,97,119,73,110,102,111,0,16,0,19,35,99,111,111,107,105,101,76,97,119,73,110,102,111,66,114,101,118,101,0,16,0,21,35,99,111,111,107,105,101,76,97,119,73,110,102,111,114,109,97,116,105,111,110,0,16,0,17,35,99,111,111,107,105,101,76,97,119,77,101,115,115,97,103,101,0,16,0,15,35,99,111,111,107,105,101,76,97,119,80,97,110,101,108,0,16,0,13,35,99,111,111,107,105,101,76,97,119,80,110,108,0,16,0,15,35,99,111,111,107,105,101,76,97,119,80,111,112,117,112,0,16,0,24,35,99,111,111,107,105,101,76,97,119,80,111,112,117,112,67,111,110,116,97,105,110,101,114,0,16,0,14,35,99,111,111,107,105,101,76,97,119,84,101,120,116,0,16,0,17,35,99,111,111,107,105,101,76,97,119,95,98,97,110,110,101,114,0,16,0,17,35,99,111,111,107,105,101,76,97,119,95,99,65,108,101,114,116,0,16,0,12,35,99,111,111,107,105,101,76,97,121,101,114,0,16,0,16,35,99,111,111,107,105,101,76,97,121,101,114,77,97,105,110,0,16,0,13,35,99,111,111,107,105,101,76,97,121,111,117,116,0,16,0,12,35,99,111,111,107,105,101,76,101,103,97,108,0,16,0,22,35,99,111,111,107,105,101,76,101,103,105,115,108,97,116,105,111,110,73,110,102,111,0,16,0,21,35,99,111,111,107,105,101,76,101,118,101,108,73,110,116,101,114,99,101,112,116,0,16,0,14,35,99,111,111,107,105,101,76,105,99,101,110,115,101,0,16,0,11,35,99,111,111,107,105,101,76,105,110,101,0,16,0,11,35,99,111,111,107,105,101,76,111,97,100,0,16,0,16,35,99,111,111,107,105,101,77,97,105,110,80,97,110,101,108,0,16,0,14,35,99,111,111,107,105,101,77,97,110,100,97,116,101,0,16,0,14,35,99,111,111,107,105,101,77,101,108,100,105,110,103,0,16,0,14,35,99,111,111,107,105,101,77,101,108,100,117,110,103,0,16,0,11,35,99,111,111,107,105,101,77,101,110,115,0,16,0,18,35,99,111,111,107,105,101,77,101,115,115,97,103,101,65,114,101,97,0,16,0,20,35,99,111,111,107,105,101,77,101,115,115,97,103,101,66,97,110,110,101,114,0,16,0,17,35,99,111,111,107,105,101,77,101,115,115,97,103,101,66,97,114,0,16,0,23,35,99,111,111,107,105,101,77,101,115,115,97,103,101,67,111,110,116,97,105,110,101,114,0,16,0,24,35,99,111,111,107,105,101,77,101,115,115,97,103,101,68,105,115,112,108,97,121,68,73,86,0,16,0,17,35,99,111,111,107,105,101,77,101,115,115,97,103,101,68,105,118,0,16,0,20,35,99,111,111,107,105,101,77,101,115,115,97,103,101,72,111,108,100,101,114,0,16,0,19,35,99,111,111,107,105,101,77,101,115,115,97,103,101,77,111,100,117,108,0,16,0,26,35,99,111,111,107,105,101,77,101,115,115,97,103,101,78,111,116,105,102,121,66,97,110,110,101,114,0,16,0,19,35,99,111,111,107,105,101,77,101,115,115,97,103,101,79,117,116,101,114,0,16,0,21,35,99,111,111,107,105,101,77,101,115,115,97,103,101,87,114,97,112,112,101,114,0,16,0,22,35,99,111,111,107,105,101,77,101,115,115,97,103,101,108,105,103,104,116,98,111,120,0,16,0,24,35,99,111,111,107,105,101,77,101,115,115,97,103,101,115,67,111,110,116,97,105,110,101,114,0,16,0,10,35,99,111,111,107,105,101,77,103,110,0,16,0,18,35,99,111,111,107,105,101,77,111,100,97,108,66,111,116,116,111,109,0,16,0,16,35,99,111,111,107,105,101,77,111,100,97,108,76,105,118,101,0,16,0,19,35,99,111,111,107,105,101,77,111,100,97,108,79,118,101,114,108,97,121,0,16,0,13,35,99,111,111,107,105,101,77,111,100,117,108,101,0,16,0,10,35,99,111,111,107,105,101,77,111,110,0,16,0,14,35,99,111,111,107,105,101,77,111,110,115,116,101,114,0,16,0,21,35,99,111,111,107,105,101,77,111,110,115,116,101,114,87,114,97,112,112,101,114,0,16,0,10,35,99,111,111,107,105,101,77,115,103,0,16,0,11,35,99,111,111,107,105,101,77,115,103,50,0,16,0,15,35,99,111,111,107,105,101,77,115,103,65,108,101,114,116,0,16,0,15,35,99,111,111,107,105,101,77,115,103,66,108,111,99,107,0,16,0,13,35,99,111,111,107,105,101,77,115,103,68,105,118,0,16,0,14,35,99,111,111,107,105,101,77,115,103,85,115,101,114,0,16,0,17,35,99,111,111,107,105,101,77,115,103,87,114,97,112,112,101,114,0,16,0,18,35,99,111,111,107,105,101,77,115,103,87,114,97,112,112,101,114,50,0,16,0,15,35,99,111,111,107,105,101,78,111,110,115,101,110,115,101,0,16,0,13,35,99,111,111,107,105,101,78,111,116,83,101,116,0,16,0,14,35,99,111,111,107,105,101,78,111,116,101,66,111,120,0,16,0,15,35,99,111,111,107,105,101,78,111,116,101,87,114,97,112,0,16,0,12,35,99,111,111,107,105,101,78,111,116,101,115,0,16,0,11,35,99,111,111,107,105,101,78,111,116,102,0,16,0,13,35,99,111,111,107,105,101,78,111,116,105,99,101,0,16,0,18,35,99,111,111,107,105,101,78,111,116,105,99,101,65,108,101,114,116,0,16,0,19,35,99,111,111,107,105,101,78,111,116,105,99,101,66,97,110,110,101,114,0,16,0,22,35,99,111,111,107,105,101,78,111,116,105,99,101,67,111,110,116,97,105,110,101,114,0,16,0,20,35,99,111,111,107,105,101,78,111,116,105,99,101,67,111,110,116,101,110,116,0,16,0,19,35,99,111,111,107,105,101,78,111,116,105,99,101,68,105,97,108,111,103,0,16,0,20,35,99,111,111,107,105,101,78,111,116,105,99,101,69,108,101,109,101,110,116,0,16,0,20,35,99,111,111,107,105,101,78,111,116,105,99,101,77,101,115,115,97,103,101,0,16,0,18,35,99,111,111,107,105,101,78,111,116,105,99,101,80,111,112,117,112,0,16,0,16,35,99,111,111,107,105,101,78,111,116,105,99,101,80,114,111,0,16,0,17,35,99,111,111,107,105,101,78,111,116,105,99,101,85,115,101,114,0,16,0,23,35,99,111,111,107,105,101,78,111,116,105,99,101,95,99,111,110,116,97,105,110,101,114,0,16,0,19,35,99,111,111,107,105,101,78,111,116,105,99,101,95,111,116,104,101,114,0,16,0,12,35,99,111,111,107,105,101,78,111,116,105,102,0,16,0,18,35,99,111,111,107,105,101,78,111,116,105,102,97,99,116,105,111,110,0,16,0,19,35,99,111,111,107,105,101,78,111,116,105,102,105,99,97,116,105,111,110,0,16,0,25,35,99,111,111,107,105,101,78,111,116,105,102,105,99,97,116,105,111,110,66,97,110,110,101,114,0,16,0,32,35,99,111,111,107,105,101,78,111,116,105,102,105,99,97,116,105,111,110,66,97,110,110,101,114,87,114,97,112,112,101,114,0,16,0,22,35,99,111,111,107,105,101,78,111,116,105,102,105,99,97,116,105,111,110,66,97,114,0,16,0,28,35,99,111,111,107,105,101,78,111,116,105,102,105,99,97,116,105,111,110,66,111,111,116,115,116,114,97,112,0,16,0,28,35,99,111,111,107,105,101,78,111,116,105,102,105,99,97,116,105,111,110,67,111,110,116,97,105,110,101,114,0,16,0,25,35,99,111,111,107,105,101,78,111,116,105,102,105,99,97,116,105,111,110,68,105,97,108,111,103,0,16,0,24,35,99,111,111,107,105,101,78,111,116,105,102,105,99,97,116,105,111,110,76,97,121,101,114,0,16,0,23,35,99,111,111,107,105,101,78,111,116,105,102,105,99,97,116,105,111,110,77,97,105,110,0,16,0,25,35,99,111,111,107,105,101,78,111,116,105,102,105,99,97,116,105,111,110,83,99,114,101,101,110,0,16,0,15,35,99,111,111,107,105,101,78,111,116,105,102,105,101,114,0,16,0,22,35,99,111,111,107,105,101,78,111,116,105,102,105,101,114,87,114,97,112,112,101,114,0,16,0,13,35,99,111,111,107,105,101,78,111,116,105,102,121,0,16,0,20,35,99,111,111,107,105,101,78,111,116,105,102,121,87,114,97,112,112,101,114,0,16,0,9,35,99,111,111,107,105,101,79,75,0,16,0,9,35,99,111,111,107,105,101,79,107,0,16,0,12,35,99,111,111,107,105,101,79,107,68,105,118,0,16,0,14,35,99,111,111,107,105,101,79,112,97,99,105,116,121,0,16,0,12,35,99,111,111,107,105,101,79,112,116,73,110,0,16,0,22,35,99,111,111,107,105,101,79,112,116,73,110,66,97,114,87,114,97,112,112,101,114,0,16,0,20,35,99,111,111,107,105,101,79,112,116,105,111,110,115,70,111,111,116,101,114,0,16,0,10,35,99,111,111,107,105,101,79,117,116,0,16,0,12,35,99,111,111,107,105,101,79,117,116,101,114,0,16,0,21,35,99,111,111,107,105,101,79,117,116,101,114,67,111,110,116,97,105,110,101,114,0,16,0,14,35,99,111,111,107,105,101,79,118,101,114,108,97,121,0,16,0,20,35,99,111,111,107,105,101,79,118,101,114,108,97,121,78,111,116,105,102,121,0,16,0,9,35,99,111,111,107,105,101,80,75,0,16,0,12,35,99,111,111,107,105,101,80,79,80,117,112,0,16,0,11,35,99,111,111,107,105,101,80,97,110,101,0,16,0,12,35,99,111,111,107,105,101,80,97,110,101,108,0,16,0,12,35,99,111,111,107,105,101,80,97,114,97,103,0,16,0,15,35,99,111,111,107,105,101,80,97,114,105,115,105,101,110,0,16,0,17,35,99,111,111,107,105,101,80,101,114,109,105,115,115,105,111,110,0,16,0,20,35,99,111,111,107,105,101,80,101,114,109,105,115,115,105,111,110,66,97,114,0,16,0,23,35,99,111,111,107,105,101,80,101,114,109,105,115,115,105,111,110,68,105,97,108,111,103,0,16,0,18,35,99,111,111,107,105,101,80,108,97,99,101,104,111,108,100,101,114,0,16,0,13,35,99,111,111,107,105,101,80,108,117,103,105,110,0,16,0,10,35,99,111,111,107,105,101,80,111,108,0,16,0,22,35,99,111,111,107,105,101,80,111,108,105,99,105,101,115,77,101,115,115,97,103,101,0,16,0,19,35,99,111,111,107,105,101,80,111,108,105,99,121,45,108,97,121,101,114,0,16,0,22,35,99,111,111,107,105,101,80,111,108,105,99,121,65,103,114,101,101,109,101,110,116,0,16,0,18,35,99,111,111,107,105,101,80,111,108,105,99,121,65,108,101,114,116,0,16,0,21,35,99,111,111,107,105,101,80,111,108,105,99,121,65,108,101,114,116,66,111,120,0,16,0,23,35,99,111,111,107,105,101,80,111,108,105,99,121,66,97,99,107,103,114,111,117,110,100,0,16,0,19,35,99,111,111,107,105,101,80,111,108,105,99,121,66,97,110,110,101,114,0,16,0,16,35,99,111,111,107,105,101,80,111,108,105,99,121,66,97,114,0,16,0,24,35,99,111,111,107,105,101,80,111,108,105,99,121,66,97,114,45,111,118,101,114,108,97,121,0,16,0,18,35,99,111,111,107,105,101,80,111,108,105,99,121,66,108,111,99,107,0,16,0,16,35,99,111,111,107,105,101,80,111,108,105,99,121,66,111,120,0,16,0,22,35,99,111,111,107,105,101,80,111,108,105,99,121,67,111,110,116,97,105,110,101,114,0,16,0,19,35,99,111,111,107,105,101,80,111,108,105,99,121,68,105,97,108,111,103,0,16,0,16,35,99,111,111,107,105,101,80,111,108,105,99,121,68,105,118,0,16,0,19,35,99,111,111,107,105,101,80,111,108,105,99,121,68,114,97,119,101,114,0,16,0,15,35,99,111,111,107,105,101,80,111,108,105,99,121,73,100,0,16,0,17,35,99,111,111,107,105,101,80,111,108,105,99,121,73,110,102,111,0,16,0,18,35,99,111,111,107,105,101,80,111,108,105,99,121,76,97,98,108,101,0,16,0,18,35,99,111,111,107,105,101,80,111,108,105,99,121,77,111,100,97,108,0,16,0,21,35,99,111,111,107,105,101,80,111,108,105,99,121,77,111,100,97,108,45,78,76,0,16,0,17,35,99,111,111,107,105,101,80,111,108,105,99,121,78,111,116,101,0,16,0,19,35,99,111,111,107,105,101,80,111,108,105,99,121,78,111,116,105,99,101,0,16,0,22,35,99,111,111,107,105,101,80,111,108,105,99,121,78,111,116,105,99,101,66,111,120,0,16,0,25,35,99,111,111,107,105,101,80,111,108,105,99,121,78,111,116,105,102,105,99,97,116,105,111,110,0,16,0,20,35,99,111,111,107,105,101,80,111,108,105,99,121,79,118,101,114,108,97,121,0,16,0,24,35,99,111,111,107,105,101,80,111,108,105,99,121,79,118,101,114,108,97,121,82,111,111,116,0,16,0,18,35,99,111,111,107,105,101,80,111,108,105,99,121,80,111,112,85,112,0,16,0,18,35,99,111,111,107,105,101,80,111,108,105,99,121,80,111,112,117,112,0,16,0,22,35,99,111,111,107,105,101,80,111,108,105,99,121,80,111,112,117,112,72,84,77,76,0,16,0,17,35,99,111,111,107,105,101,80,111,108,105,99,121,84,101,120,116,0,16,0,20,35,99,111,111,107,105,101,80,111,108,105,99,121,84,111,111,108,116,105,112,0,16,0,17,35,99,111,111,107,105,101,80,111,108,105,99,121,87,97,114,110,0,16,0,20,35,99,111,111,107,105,101,80,111,108,105,99,121,87,114,97,112,112,101,114,0,16,0,17,35,99,111,111,107,105,101,80,111,108,105,99,121,90,111,110,101,0,16,0,19,35,99,111,111,107,105,101,80,111,108,105,99,121,95,98,97,114,114,97,0,16,0,27,35,99,111,111,107,105,101,80,111,108,105,99,121,95,99,111,111,107,105,101,95,97,100,118,105,99,101,0,16,0,14,35,99,111,111,107,105,101,80,111,108,105,99,121,119,0,16,0,17,35,99,111,111,107,105,101,80,111,108,105,115,121,73,110,102,111,0,16,0,15,35,99,111,111,107,105,101,80,111,108,105,116,105,99,115,0,16,0,14,35,99,111,111,107,105,101,80,111,111,108,105,99,121,0,16,0,10,35,99,111,111,107,105,101,80,111,112,0,16,0,12,35,99,111,111,107,105,101,80,111,112,85,112,0,16,0,14,35,99,111,111,107,105,101,80,111,112,85,112,73,100,0,16,0,18,35,99,111,111,107,105,101,80,111,112,85,112,95,116,101,114,109,111,0,16,0,12,35,99,111,111,107,105,101,80,111,112,105,110,0,16,0,14,35,99,111,111,107,105,101,80,111,112,117,112,66,71,0,16,0,15,35,99,111,111,107,105,101,80,111,112,117,112,66,97,114,0,16,0,21,35,99,111,111,107,105,101,80,111,112,117,112,67,111,110,116,97,105,110,101,114,0,16,0,19,35,99,111,111,107,105,101,80,111,112,117,112,67,111,110,116,101,110,116,0,16,0,16,35,99,111,111,107,105,101,80,111,112,117,112,70,111,114,109,0,16,0,18,35,99,111,111,107,105,101,80,111,112,117,112,72,111,108,100,101,114,0,16,0,16,35,99,111,111,107,105,101,80,111,112,117,112,73,110,102,111,0,16,0,23,35,99,111,111,107,105,101,80,111,112,117,112,80,97,110,101,108,67,108,105,101,110,116,0,16,0,18,35,99,111,111,107,105,101,80,111,112,117,112,84,97,114,103,101,116,0,16,0,19,35,99,111,111,107,105,101,80,111,112,117,112,87,114,97,112,112,101,114,0,16,0,16,35,99,111,111,107,105,101,80,114,101,102,73,110,116,114,111,0,16,0,25,35,99,111,111,107,105,101,80,114,101,102,73,110,116,114,111,95,117,110,100,101,114,108,97,121,0,16,0,22,35,99,111,111,107,105,101,80,114,101,102,101,114,101,110,99,101,80,97,110,101,108,0,16,0,28,35,99,111,111,107,105,101,80,114,101,102,101,114,101,110,99,101,115,95,102,114,111,110,116,45,101,110,100,0,16,0,11,35,99,111,111,107,105,101,80,114,101,118,0,16,0,14,35,99,111,111,107,105,101,80,114,105,118,97,99,121,0,16,0,25,35,99,111,111,107,105,101,80,114,105,118,97,99,121,68,101,99,108,97,114,97,116,105,111,110,0,16,0,18,35,99,111,111,107,105,101,80,114,105,118,97,99,121,73,110,102,111,0,16,0,20,35,99,111,111,107,105,101,80,114,105,118,97,99,121,78,111,116,105,99,101,0,16,0,20,35,99,111,111,107,105,101,80,114,105,118,97,99,121,80,111,108,105,99,121,0,16,0,19,35,99,111,111,107,105,101,80,114,105,118,97,99,121,80,111,112,117,112,0,16,0,21,35,99,111,111,107,105,101,80,114,105,118,97,99,121,87,114,97,112,112,101,114,0,16,0,21,35,99,111,111,107,105,101,80,114,105,118,97,99,121,95,104,101,97,100,101,114,0,16,0,13,35,99,111,111,107,105,101,80,114,111,109,112,116,0,16,0,20,35,99,111,111,107,105,101,80,114,111,109,112,116,87,114,97,112,112,101,114,0,16,0,8,35,99,111,111,107,105,101,81,0,16,0,15,35,99,111,111,107,105,101,81,117,101,115,116,105,111,110,0,16,0,17,35,99,111,111,107,105,101,82,101,103,117,108,97,116,105,111,110,0,16,0,17,35,99,111,111,107,105,101,82,101,113,117,101,115,116,66,111,120,0,16,0,19,35,99,111,111,107,105,101,82,101,113,117,101,115,116,76,97,121,101,114,0,16,0,17,35,99,111,111,107,105,101,82,105,99,104,116,108,105,110,105,101,0,16,0,12,35,99,111,111,107,105,101,82,117,108,101,115,0,16,0,13,35,99,111,111,107,105,101,83,99,114,101,101,110,0,16,0,15,35,99,111,111,107,105,101,83,99,114,105,112,116,73,100,0,16,0,10,35,99,111,111,107,105,101,83,101,99,0,16,0,14,35,99,111,111,107,105,101,83,101,99,116,105,111,110,0,16,0,14,35,99,111,111,107,105,101,83,101,116,116,105,110,103,0,16,0,21,35,99,111,111,107,105,101,83,101,116,116,105,110,103,115,68,105,97,108,111,103,0,16,0,28,35,99,111,111,107,105,101,83,101,116,116,105,110,103,115,79,118,101,114,108,97,121,84,111,103,103,108,101,0,16,0,17,35,99,111,111,107,105,101,83,104,111,114,116,65,108,101,114,116,0,16,0,22,35,99,111,111,107,105,101,83,104,111,114,116,73,110,102,111,70,111,111,116,101,114,0,16,0,11,35,99,111,111,107,105,101,83,105,103,110,0,16,0,15,35,99,111,111,107,105,101,83,105,103,110,112,111,115,116,0,16,0,17,35,99,111,111,107,105,101,83,105,109,112,108,101,72,105,110,116,0,16,0,16,35,99,111,111,107,105,101,83,108,105,100,101,114,68,105,118,0,16,0,16,35,99,111,111,107,105,101,83,111,102,116,79,112,116,73,110,0,16,0,12,35,99,111,111,107,105,101,83,112,97,99,101,0,16,0,11,35,99,111,111,107,105,101,83,112,97,110,0,16,0,13,35,99,111,111,107,105,101,83,112,108,97,115,104,0,16,0,14,35,99,111,111,107,105,101,83,116,97,110,100,97,114,0,16,0,19,35,99,111,111,107,105,101,83,116,97,114,116,77,101,115,115,97,103,101,0,16,0,12,35,99,111,111,107,105,101,83,116,97,116,101,0,16,0,16,35,99,111,111,107,105,101,83,116,97,116,101,109,101,110,116,0,16,0,23,35,99,111,111,107,105,101,83,116,97,116,101,109,101,110,116,87,114,97,112,112,101,114,0,16,0,13,35,99,111,111,107,105,101,83,116,97,116,117,115,0,16,0,18,35,99,111,111,107,105,101,83,116,105,99,107,121,80,97,110,101,108,0,16,0,12,35,99,111,111,107,105,101,83,116,114,105,112,0,16,0,19,35,99,111,111,107,105,101,83,117,104,108,97,115,70,111,111,116,101,114,0,16,0,14,35,99,111,111,107,105,101,83,117,112,112,111,114,116,0,16,0,10,35,99,111,111,107,105,101,84,97,98,0,16,0,9,35,99,111,111,107,105,101,84,100,0,16,0,13,35,99,111,111,107,105,101,84,101,97,115,101,114,0,16,0,12,35,99,111,111,107,105,101,84,101,107,115,116,0,16,0,12,35,99,111,111,107,105,101,84,101,114,109,115,0,16,0,11,35,99,111,111,107,105,101,84,101,115,116,0,16,0,11,35,99,111,111,107,105,101,84,105,109,101,0,16,0,10,35,99,111,111,107,105,101,84,105,112,0,16,0,11,35,99,111,111,107,105,101,84,105,112,115,0,16,0,11,35,99,111,111,107,105,101,84,106,101,107,0,16,0,12,35,99,111,111,107,105,101,84,111,97,115,116,0,16,0,14,35,99,111,111,107,105,101,84,111,97,115,116,101,114,0,16,0,18,35,99,111,111,107,105,101,84,111,111,108,87,114,97,112,112,101,114,0,16,0,14,35,99,111,111,107,105,101,84,111,111,108,98,97,114,0,16,0,14,35,99,111,111,107,105,101,84,111,111,108,116,105,112,0,16,0,19,35,99,111,111,107,105,101,84,111,112,67,79,110,116,97,105,110,101,114,0,16,0,11,35,99,111,111,107,105,101,85,66,97,114,0,16,0,18,35,99,111,111,107,105,101,85,73,67,111,110,116,97,105,110,101,114,0,16,0,12,35,99,111,111,107,105,101,85,115,97,103,101,0,16,0,18,35,99,111,111,107,105,101,85,115,97,103,101,66,97,110,110,101,114,0,16,0,16,35,99,111,111,107,105,101,85,115,97,103,101,72,105,110,116,0,16,0,19,35,99,111,111,107,105,101,85,115,97,103,101,77,101,115,115,97,103,101,0,16,0,24,35,99,111,111,107,105,101,85,115,97,103,101,78,111,116,105,102,105,99,97,116,105,111,110,0,16,0,17,35,99,111,111,107,105,101,85,115,97,103,101,80,111,112,73,110,0,16,0,17,35,99,111,111,107,105,101,85,115,97,103,101,80,111,112,117,112,0,16,0,10,35,99,111,111,107,105,101,85,115,101,0,16,0,19,35,99,111,111,107,105,101,85,115,101,65,103,114,101,101,109,101,110,116,0,16,0,21,35,99,111,111,107,105,101,85,115,101,73,110,102,111,114,109,97,116,105,111,110,0,16,0,17,35,99,111,111,107,105,101,85,115,101,87,97,114,110,105,110,103,0,16,0,27,35,99,111,111,107,105,101,85,115,101,114,65,117,116,104,111,114,105,115,97,116,105,111,110,66,97,114,0,16,0,24,35,99,111,111,107,105,101,85,115,105,110,103,78,111,116,105,102,105,99,97,116,105,111,110,0,16,0,20,35,99,111,111,107,105,101,86,97,108,105,100,97,116,111,114,77,97,105,110,0,16,0,22,35,99,111,111,107,105,101,86,101,114,105,102,105,99,97,116,105,111,110,66,97,114,0,16,0,11,35,99,111,111,107,105,101,86,105,101,119,0,16,0,11,35,99,111,111,107,105,101,87,97,108,108,0,16,0,21,35,99,111,111,107,105,101,87,97,108,108,66,97,99,107,103,114,111,117,110,100,0,16,0,14,35,99,111,111,107,105,101,87,97,108,108,66,97,114,0,16,0,16,35,99,111,111,107,105,101,87,97,108,108,77,111,100,97,108,0,16,0,18,35,99,111,111,107,105,101,87,97,108,108,79,118,101,114,108,97,121,0,16,0,11,35,99,111,111,107,105,101,87,97,114,110,0,16,0,14,35,99,111,111,107,105,101,87,97,114,110,66,111,120,0,16,0,16,35,99,111,111,107,105,101,87,97,114,110,76,97,121,101,114,0,16,0,14,35,99,111,111,107,105,101,87,97,114,110,105,110,103,0,16,0,18,35,99,111,111,107,105,101,87,97,114,110,105,110,103,45,80,111,112,0,16,0,17,35,99,111,111,107,105,101,87,97,114,110,105,110,103,66,111,120,0,16,0,23,35,99,111,111,107,105,101,87,97,114,110,105,110,103,67,111,110,116,97,105,110,101,114,0,16,0,17,35,99,111,111,107,105,101,87,97,114,110,105,110,103,68,105,118,0,16,0,19,35,99,111,111,107,105,101,87,97,114,110,105,110,103,76,97,121,101,114,0,16,0,20,35,99,111,111,107,105,101,87,97,114,110,105,110,103,76,97,121,111,117,116,0,16,0,21,35,99,111,111,107,105,101,87,97,114,110,105,110,103,77,101,115,115,97,103,101,0,16,0,24,35,99,111,111,107,105,101,87,97,114,110,105,110,103,77,101,115,115,97,103,101,78,101,119,0,16,0,19,35,99,111,111,107,105,101,87,97,114,110,105,110,103,77,111,100,97,108,0,16,0,19,35,99,111,111,107,105,101,87,97,114,110,105,110,103,80,97,110,101,108,0,16,0,15,35,99,111,111,107,105,101,87,97,114,110,105,110,103,82,0,16,0,19,35,99,111,111,107,105,101,87,97,114,110,105,110,103,84,97,98,108,101,0,16,0,18,35,99,111,111,107,105,101,87,97,114,110,105,110,103,84,101,120,116,0,16,0,21,35,99,111,111,107,105,101,87,97,114,110,105,110,103,87,114,97,112,112,101,114,0,16,0,15,35,99,111,111,107,105,101,87,97,114,110,105,110,103,115,0,16,0,16,35,99,111,111,107,105,101,87,101,116,103,101,118,105,110,103,0,16,0,13,35,99,111,111,107,105,101,87,105,100,103,101,116,0,16,0,10,35,99,111,111,107,105,101,87,105,110,0,16,0,11,35,99,111,111,107,105,101,87,105,110,100,0,16,0,22,35,99,111,111,107,105,101,87,105,110,100,111,119,67,111,110,116,97,105,110,101,114,0,16,0,11,35,99,111,111,107,105,101,87,114,97,112,0,16,0,12,35,99,111,111,107,105,101,87,114,97,112,48,0,16,0,14,35,99,111,111,107,105,101,87,114,97,112,112,101,114,0,16,0,26,35,99,111,111,107,105,101,87,114,97,112,112,101,114,87,105,116,104,83,101,116,116,105,110,103,115,0,16,0,10,35,99,111,111,107,105,101,87,114,112,0,16,0,11,35,99,111,111,107,105,101,90,111,110,101,0,16,0,8,35,99,111,111,107,105,101,95,0,16,0,9,35,99,111,111,107,105,101,95,49,0,16,0,9,35,99,111,111,107,105,101,95,50,0,16,0,16,35,99,111,111,107,105,101,95,95,87,114,97,112,112,101,114,0,16,0,27,35,99,111,111,107,105,101,95,95,97,103,114,101,101,109,101,110,116,95,95,119,114,97,112,112,101,114,0,16,0,14,35,99,111,111,107,105,101,95,95,97,108,101,114,116,0,16,0,15,35,99,111,111,107,105,101,95,95,98,97,110,110,101,114,0,16,0,12,35,99,111,111,107,105,101,95,95,98,97,114,0,16,0,12,35,99,111,111,107,105,101,95,95,98,111,120,0,16,0,15,35,99,111,111,107,105,101,95,95,99,111,111,107,105,101,0,16,0,16,35,99,111,111,107,105,101,95,95,109,101,115,115,97,103,101,0,16,0,16,35,99,111,111,107,105,101,95,95,109,111,110,115,116,101,114,0,16,0,19,35,99,111,111,107,105,101,95,95,112,97,110,101,108,45,104,101,108,112,0,16,0,15,35,99,111,111,107,105,101,95,95,112,111,112,117,112,49,0,16,0,16,35,99,111,111,107,105,101,95,95,119,114,97,112,112,101,114,0,16,0,16,35,99,111,111,107,105,101,95,97,99,99,95,119,114,97,112,0,16,0,20,35,99,111,111,107,105,101,95,97,99,99,101,112,116,95,97,108,101,114,116,0,16,0,18,35,99,111,111,107,105,101,95,97,99,99,101,112,116,95,98,97,114,0,16,0,18,35,99,111,111,107,105,101,95,97,99,99,101,112,116,95,98,111,120,0,16,0,19,35,99,111,111,107,105,101,95,97,99,99,101,112,116,95,99,111,110,116,0,16,0,24,35,99,111,111,107,105,101,95,97,99,99,101,112,116,95,99,111,110,116,97,105,110,101,114,0,16,0,24,35,99,111,111,107,105,101,95,97,99,99,101,112,116,95,109,115,103,95,98,108,111,99,107,0,16,0,22,35,99,111,111,107,105,101,95,97,99,99,101,112,116,95,115,101,99,116,105,111,110,0,16,0,19,35,99,111,111,107,105,101,95,97,99,99,101,112,116,97,116,105,111,110,0,16,0,29,35,99,111,111,107,105,101,95,97,99,99,101,112,116,97,116,105,111,110,95,99,111,110,116,101,110,101,117,114,0,16,0,20,35,99,111,111,107,105,101,95,97,99,99,101,112,116,101,114,95,100,105,118,0,16,0,17,35,99,111,111,107,105,101,95,97,99,99,101,112,116,105,111,110,0,16,0,29,35,99,111,111,107,105,101,95,97,99,99,101,115,115,95,109,101,115,115,97,103,101,95,104,111,108,100,101,114,0,16,0,11,35,99,111,111,107,105,101,95,97,100,118,0,16,0,14,35,99,111,111,107,105,101,95,97,100,118,105,99,101,0,16,0,14,35,99,111,111,107,105,101,95,97,100,118,105,115,101,0,16,0,13,35,99,111,111,107,105,101,95,97,103,114,101,101,0,16,0,17,35,99,111,111,107,105,101,95,97,103,114,101,101,109,101,110,116,0,16,0,13,35,99,111,111,107,105,101,95,97,108,101,114,116,0,16,0,14,35,99,111,111,107,105,101,95,97,108,101,114,116,50,0,16,0,17,35,99,111,111,107,105,101,95,97,108,101,114,116,95,98,97,114,0,16,0,17,35,99,111,111,107,105,101,95,97,108,101,114,116,95,98,111,120,0,16,0,23,35,99,111,111,107,105,101,95,97,108,101,114,116,95,99,111,110,116,97,105,110,101,114,0,16,0,21,35,99,111,111,107,105,101,95,97,108,101,114,116,95,99,111,110,116,101,110,116,0,16,0,21,35,99,111,111,107,105,101,95,97,108,101,114,116,95,100,101,115,107,116,111,112,0,16,0,17,35,99,111,111,107,105,101,95,97,108,101,114,116,95,100,105,118,0,16,0,20,35,99,111,111,107,105,101,95,97,108,101,114,116,95,109,111,98,105,108,101,0,16,0,17,35,99,111,111,107,105,101,95,97,108,108,111,119,95,102,105,120,0,16,0,16,35,99,111,111,107,105,101,95,97,110,110,111,117,110,99,101,0,16,0,16,35,99,111,111,107,105,101,95,97,112,112,114,111,118,97,108,0,16,0,15,35,99,111,111,107,105,101,95,97,112,112,114,111,118,101,0,16,0,22,35,99,111,111,107,105,101,95,97,112,112,114,111,118,101,95,98,97,110,110,101,114,0,16,0,16,35,99,111,111,107,105,101,95,97,112,112,114,111,118,101,100,0,16,0,11,35,99,111,111,107,105,101,95,97,115,107,0,16,0,14,35,99,111,111,107,105,101,95,97,115,115,101,116,115,0,16,0,17,35,99,111,111,107,105,101,95,97,115,115,105,115,116,97,110,116,0,16,0,27,35,99,111,111,107,105,101,95,97,115,115,105,115,116,97,110,116,95,99,111,110,116,97,105,110,101,114,0,16,0,25,35,99,111,111,107,105,101,95,97,115,115,105,115,116,97,110,116,95,119,114,97,112,112,101,114,0,16,0,12,35,99,111,111,107,105,101,95,97,117,116,104,0,16,0,13,35,99,111,111,107,105,101,95,97,118,105,115,111,0,16,0,17,35,99,111,111,107,105,101,95,97,118,105,115,111,95,98,111,120,0,16,0,9,35,99,111,111,107,105,101,95,98,0,16,0,18,35,99,111,111,107,105,101,95,98,97,99,107,103,114,111,117,110,100,0,16,0,16,35,99,111,111,107,105,101,95,98,97,108,107,95,116,111,112,0,16,0,15,35,99,111,111,107,105,101,95,98,97,110,100,101,97,117,0,16,0,13,35,99,111,111,107,105,101,95,98,97,110,101,114,0,16,0,22,35,99,111,111,107,105,101,95,98,97,110,110,101,114,45,119,114,97,112,112,101,114,0,16,0,24,35,99,111,111,107,105,101,95,98,97,110,110,101,114,95,99,111,110,116,97,105,110,101,114,0,16,0,30,35,99,111,111,107,105,101,95,98,97,110,110,101,114,95,99,111,111,107,105,101,95,105,110,102,111,95,98,97,114,0,16,0,21,35,99,111,111,107,105,101,95,98,97,110,110,101,114,95,102,111,111,116,101,114,0,16,0,11,35,99,111,111,107,105,101,95,98,97,114,0,16,0,25,35,99,111,111,107,105,101,95,98,97,114,95,98,105,103,95,99,111,110,116,97,105,110,101,114,0,16,0,21,35,99,111,111,107,105,101,95,98,97,114,95,99,111,110,116,97,105,110,101,114,0,16,0,23,35,99,111,111,107,105,101,95,98,97,114,95,101,100,105,116,95,98,117,116,116,111,110,0,16,0,15,35,99,111,111,107,105,101,95,98,97,114,95,116,111,112,0,16,0,14,35,99,111,111,107,105,101,95,98,97,114,95,118,50,0,16,0,13,35,99,111,111,107,105,101,95,98,97,114,114,101,0,16,0,12,35,99,111,111,107,105,101,95,98,101,108,116,0,16,0,10,35,99,111,111,107,105,101,95,98,103,0,16,0,12,35,99,111,111,107,105,101,95,98,108,111,99,0,16,0,13,35,99,111,111,107,105,101,95,98,108,111,99,107,0,16,0,11,35,99,111,111,107,105,101,95,98,110,114,0,16,0,14,35,99,111,111,107,105,101,95,98,111,116,116,111,109,0,16,0,18,35,99,111,111,107,105,101,95,98,111,116,116,111,109,95,98,97,114,0,16,0,11,35,99,111,111,107,105,101,95,98,111,120,0,16,0,15,35,99,111,111,107,105,101,95,98,111,120,95,98,97,114,0,16,0,18,35,99,111,111,107,105,101,95,98,111,120,95,104,101,97,100,101,114,0,16,0,26,35,99,111,111,107,105,101,95,98,111,120,95,104,101,97,100,101,114,95,109,101,115,115,97,103,101,0,16,0,16,35,99,111,111,107,105,101,95,98,111,120,95,105,110,102,111,0,16,0,19,35,99,111,111,107,105,101,95,98,111,120,95,111,118,101,114,108,97,121,0,16,0,15,35,99,111,111,107,105,101,95,99,97,117,116,105,111,110,0,16,0,14,35,99,111,111,107,105,101,95,99,104,97,110,103,101,0,16,0,13,35,99,111,111,107,105,101,95,99,104,101,99,107,0,16,0,19,35,99,111,111,107,105,101,95,99,104,101,99,107,95,109,111,100,97,108,0,16,0,21,35,99,111,111,107,105,101,95,99,104,101,99,107,95,119,114,97,112,112,101,114,0,16,0,14,35,99,111,111,107,105,101,95,99,104,111,105,99,101,0,16,0,15,35,99,111,111,107,105,101,95,99,104,111,105,99,101,115,0,16,0,15,35,99,111,111,107,105,101,95,99,108,105,99,107,101,114,0,16,0,12,35,99,111,111,107,105,101,95,99,110,105,108,0,16,0,16,35,99,111,111,107,105,101,95,99,110,105,108,95,98,111,120,0,16,0,15,35,99,111,111,107,105,101,95,99,111,105,110,116,101,114,0,16,0,18,35,99,111,111,107,105,101,95,99,111,109,112,108,105,97,110,99,101,0,16,0,11,35,99,111,111,107,105,101,95,99,111,110,0,16,0,19,35,99,111,111,107,105,101,95,99,111,110,102,95,98,97,110,110,101,114,0,16,0,15,35,99,111,111,107,105,101,95,99,111,110,102,105,114,109,0,16,0,18,35,99,111,111,107,105,101,95,99,111,110,102,105,114,109,95,100,118,0,16,0,20,35,99,111,111,107,105,101,95,99,111,110,102,105,114,109,97,116,105,111,110,0,16,0,24,35,99,111,111,107,105,101,95,99,111,110,102,105,114,109,97,116,105,111,110,95,98,111,120,0,16,0,15,35,99,111,111,107,105,101,95,99,111,110,115,101,110,116,0,16,0,19,35,99,111,111,107,105,101,95,99,111,110,115,101,110,116,52,52,51,53,0,16,0,22,35,99,111,111,107,105,101,95,99,111,110,115,101,110,116,95,98,97,110,110,101,114,0,16,0,23,35,99,111,111,107,105,101,95,99,111,110,115,101,110,116,95,98,108,111,99,107,101,114,0,16,0,19,35,99,111,111,107,105,101,95,99,111,110,115,101,110,116,95,98,111,120,0,16,0,25,35,99,111,111,107,105,101,95,99,111,110,115,101,110,116,95,99,111,110,116,97,105,110,101,114,0,16,0,25,35,99,111,111,107,105,101,95,99,111,110,115,101,110,116,95,99,111,111,107,105,101,98,97,114,0,16,0,19,35,99,111,111,107,105,101,95,99,111,110,115,101,110,116,95,100,105,118,0,16,0,22,35,99,111,111,107,105,101,95,99,111,110,115,101,110,116,95,104,101,97,100,101,114,0,16,0,31,35,99,111,111,107,105,101,95,99,111,110,115,101,110,116,95,109,97,110,97,103,101,114,95,119,114,97,112,112,101,114,0,16,0,23,35,99,111,111,107,105,101,95,99,111,110,115,101,110,116,95,109,101,115,115,97,103,101,0,16,0,28,35,99,111,111,107,105,101,95,99,111,110,115,101,110,116,95,110,111,116,105,102,105,99,97,116,105,111,110,0,16,0,21,35,99,111,111,107,105,101,95,99,111,110,115,101,110,116,95,111,117,116,101,114,0,16,0,23,35,99,111,111,107,105,101,95,99,111,110,115,101,110,116,95,111,118,101,114,108,97,121,0,16,0,22,35,99,111,111,107,105,101,95,99,111,110,115,101,110,116,95,112,108,97,121,122,111,0,16,0,21,35,99,111,111,107,105,101,95,99,111,110,115,101,110,116,95,112,111,112,117,112,0,16,0,20,35,99,111,111,107,105,101,95,99,111,110,115,101,110,116,95,119,97,108,108,0,16,0,12,35,99,111,111,107,105,101,95,99,111,110,116,0,16,0,15,35,99,111,111,107,105,101,95,99,111,110,116,101,110,116,0,16,0,21,35,99,111,111,107,105,101,95,99,111,110,116,114,111,108,95,112,111,112,117,112,0,16,0,18,35,99,111,111,107,105,101,95,99,111,110,116,114,111,108,108,101,114,0,16,0,14,35,99,111,111,107,105,101,95,99,111,111,107,105,101,0,16,0,14,35,99,111,111,107,105,101,95,99,117,115,116,111,109,0,16,0,19,35,99,111,111,107,105,101,95,100,97,116,101,110,115,99,104,117,116,122,0,16,0,15,35,99,111,111,107,105,101,95,100,101,115,107,116,111,112,0,16,0,14,35,99,111,111,107,105,101,95,100,105,97,108,111,103,0,16,0,19,35,99,111,111,107,105,101,95,100,105,97,108,111,103,95,119,114,97,112,0,16,0,17,35,99,111,111,107,105,101,95,100,105,114,101,99,116,105,118,101,0,16,0,27,35,99,111,111,107,105,101,95,100,105,114,101,99,116,105,118,101,95,99,111,110,116,97,105,110,101,114,0,16,0,18,35,99,111,111,107,105,101,95,100,105,115,99,108,97,105,109,101,114,0,16,0,28,35,99,111,111,107,105,101,95,100,105,115,99,108,97,105,109,101,114,95,99,111,110,116,97,105,110,101,114,0,16,0,26,35,99,111,111,107,105,101,95,100,105,115,99,108,97,105,109,101,114,95,119,114,97,112,112,101,114,0,16,0,11,35,99,111,111,107,105,101,95,100,105,118,0,16,0,22,35,99,111,111,107,105,101,95,100,114,111,112,95,99,111,110,116,97,105,110,101,114,0,16,0,10,35,99,111,111,107,105,101,95,101,117,0,16,0,14,35,99,111,111,107,105,101,95,101,117,95,98,97,114,0,16,0,16,35,99,111,111,107,105,101,95,101,117,95,114,101,99,104,116,0,16,0,17,35,99,111,111,107,105,101,95,101,120,105,116,95,102,111,114,109,0,16,0,11,35,99,111,111,107,105,101,95,101,120,112,0,16,0,14,35,99,111,111,107,105,101,95,102,97,115,99,105,97,0,16,0,22,35,99,111,111,107,105,101,95,102,105,103,121,101,108,109,101,122,116,101,116,101,115,0,16,0,14,35,99,111,111,107,105,101,95,102,111,111,116,101,114,0,16,0,13,35,99,111,111,107,105,101,95,102,114,97,109,101,0,16,0,12,35,99,111,111,107,105,101,95,103,100,112,114,0,16,0,23,35,99,111,111,107,105,101,95,103,108,100,95,99,111,111,107,105,101,95,102,108,97,103,0,16,0,20,35,99,111,111,107,105,101,95,103,117,105,100,97,115,101,114,118,105,122,105,0,16,0,20,35,99,111,111,107,105,101,95,103,117,105,100,108,105,110,101,95,98,111,120,0,16,0,21,35,99,111,111,107,105,101,95,104,100,114,95,115,104,111,119,97,103,97,105,110,0,16,0,14,35,99,111,111,107,105,101,95,104,101,97,100,101,114,0,16,0,18,35,99,111,111,107,105,101,95,104,101,97,100,101,114,95,116,111,112,0,16,0,17,35,99,111,111,107,105,101,95,104,101,97,100,101,114,116,111,112,0,16,0,12,35,99,111,111,107,105,101,95,104,105,110,116,0,16,0,15,35,99,111,111,107,105,101,95,104,105,110,119,101,105,115,0,16,0,14,35,99,111,111,107,105,101,95,104,111,108,100,101,114,0,16,0,14,35,99,111,111,107,105,101,95,105,97,103,114,101,101,0,16,0,10,35,99,111,111,107,105,101,95,105,100,0,16,0,16,35,99,111,111,107,105,101,95,105,108,109,111,105,116,117,115,0,16,0,21,35,99,111,111,107,105,101,95,105,108,109,111,105,116,117,115,95,50,48,50,48,0,16,0,29,35,99,111,111,107,105,101,95,105,108,109,111,105,116,117,115,95,50,48,50,48,95,111,118,101,114,108,97,121,0,16,0,16,35,99,111,111,107,105,101,95,105,110,102,111,45,98,97,114,0,16,0,18,35,99,111,111,107,105,101,95,105,110,102,111,95,97,103,114,101,101,0,16,0,17,35,99,111,111,107,105,101,95,105,110,102,111,95,97,114,101,97,0,16,0,16,35,99,111,111,107,105,101,95,105,110,102,111,95,98,97,114,0,16,0,16,35,99,111,111,107,105,101,95,105,110,102,111,95,98,111,120,0,16,0,18,35,99,111,111,107,105,101,95,105,110,102,111,95,98,114,101,118,101,0,16,0,22,35,99,111,111,107,105,101,95,105,110,102,111,95,99,111,110,116,97,105,110,101,114,0,16,0,16,35,99,111,111,107,105,101,95,105,110,102,111,95,100,105,118,0,16,0,20,35,99,111,111,107,105,101,95,105,110,102,111,95,109,101,115,115,97,103,101,0,16,0,21,35,99,111,111,107,105,101,95,105,110,102,111,95,114,101,115,112,111,110,115,101,0,16,0,22,35,99,111,111,107,105,101,95,105,110,102,111,95,115,116,97,114,116,112,97,103,101,0,16,0,19,35,99,111,111,107,105,101,95,105,110,102,111,95,116,111,112,78,97,118,0,16,0,16,35,99,111,111,107,105,101,95,105,110,102,111,95,116,120,116,0,16,0,19,35,99,111,111,107,105,101,95,105,110,102,111,95,119,105,110,100,111,119,0,16,0,15,35,99,111,111,107,105,101,95,105,110,102,111,98,111,120,0,16,0,14,35,99,111,111,107,105,101,95,105,110,102,111,114,109,0,16,0,19,35,99,111,111,107,105,101,95,105,110,102,111,114,109,97,116,105,111,110,0,16,0,25,35,99,111,111,107,105,101,95,105,110,102,111,114,109,97,116,105,111,110,95,98,108,111,99,107,0,16,0,23,35,99,111,111,107,105,101,95,105,110,102,111,114,109,97,116,105,111,110,95,98,111,120,0,16,0,27,35,99,111,111,107,105,101,95,105,110,102,111,114,109,97,116,105,111,110,95,111,118,101,114,108,97,121,0,16,0,23,35,99,111,111,107,105,101,95,105,110,102,111,114,109,97,116,105,118,97,95,101,115,100,0,16,0,19,35,99,111,111,107,105,101,95,105,110,102,111,114,109,97,116,105,118,101,0,16,0,16,35,99,111,111,107,105,101,95,105,110,102,111,114,109,101,114,0,16,0,14,35,99,111,111,107,105,101,95,105,110,106,101,99,116,0,16,0,19,35,99,111,111,107,105,101,95,105,110,108,105,110,101,95,102,111,114,109,0,16,0,22,35,99,111,111,107,105,101,95,105,116,95,98,97,114,95,119,114,97,112,112,101,114,0,16,0,21,35,99,111,111,107,105,101,95,106,97,114,95,99,111,110,116,97,105,110,101,114,0,16,0,14,35,99,111,111,107,105,101,95,107,101,117,122,101,115,0,16,0,15,35,99,111,111,107,105,101,95,107,101,122,101,108,101,115,0,16,0,11,35,99,111,111,107,105,101,95,108,97,119,0,16,0,18,35,99,111,111,107,105,101,95,108,97,119,45,98,97,110,110,101,114,0,16,0,18,35,99,111,111,107,105,101,95,108,97,119,95,97,100,118,105,99,101,0,16,0,18,35,99,111,111,107,105,101,95,108,97,119,95,98,97,110,110,101,114,0,16,0,15,35,99,111,111,107,105,101,95,108,97,119,95,98,111,120,0,16,0,22,35,99,111,111,107,105,101,95,108,97,119,95,99,111,109,112,108,105,97,110,99,101,0,16,0,21,35,99,111,111,107,105,101,95,108,97,119,95,99,111,110,116,97,105,110,101,114,0,16,0,19,35,99,111,111,107,105,101,95,108,97,119,95,100,105,97,108,111,103,50,0,16,0,14,35,99,111,111,107,105,101,95,108,97,119,95,105,100,0,16,0,16,35,99,111,111,107,105,101,95,108,97,119,95,105,110,102,111,0,16,0,24,35,99,111,111,107,105,101,95,108,97,119,95,105,110,102,111,114,109,97,116,105,111,110,115,0,16,0,19,35,99,111,111,107,105,101,95,108,97,119,95,109,101,115,115,97,103,101,0,16,0,18,35,99,111,111,107,105,101,95,108,97,119,95,109,111,98,105,108,101,0,16,0,15,35,99,111,111,107,105,101,95,108,97,119,95,109,115,103,0,16,0,18,35,99,111,111,107,105,101,95,108,97,119,95,110,111,116,105,99,101,0,16,0,28,35,99,111,111,107,105,101,95,108,97,119,95,110,111,116,105,99,101,95,99,111,110,116,97,105,110,101,114,0,16,0,24,35,99,111,111,107,105,101,95,108,97,119,95,110,111,116,105,102,105,99,97,116,105,111,110,0,16,0,19,35,99,111,111,107,105,101,95,108,97,119,95,119,97,114,110,105,110,103,0,16,0,13,35,99,111,111,107,105,101,95,108,97,121,101,114,0,16,0,21,35,99,111,111,107,105,101,95,108,97,121,101,114,95,119,114,97,112,112,101,114,0,16,0,13,35,99,111,111,107,105,101,95,108,101,103,97,108,0,16,0,21,35,99,111,111,107,105,101,95,108,101,103,97,108,95,100,105,115,112,108,97,121,0,16,0,14,35,99,111,111,107,105,101,95,108,101,105,115,116,101,0,16,0,14,35,99,111,111,107,105,101,95,108,101,118,101,108,48,0,16,0,14,35,99,111,111,107,105,101,95,108,101,118,101,108,49,0,16,0,16,35,99,111,111,107,105,101,95,108,105,103,104,116,98,111,120,0,16,0,18,35,99,111,111,107,105,101,95,109,97,105,110,95,98,108,111,99,107,0,16,0,11,35,99,111,111,107,105,101,95,109,97,110,0,16,0,24,35,99,111,111,107,105,101,95,109,97,110,97,103,101,95,99,111,110,116,97,105,110,101,114,0,16,0,25,35,99,111,111,107,105,101,95,109,97,110,97,103,101,109,101,110,116,95,104,101,97,100,101,114,0,16,0,28,35,99,111,111,107,105,101,95,109,97,110,97,103,101,114,95,98,111,100,121,95,111,118,101,114,108,97,121,0,16,0,12,35,99,111,111,107,105,101,95,109,97,115,107,0,16,0,15,35,99,111,111,107,105,101,95,109,101,108,100,105,110,103,0,16,0,16,35,99,111,111,107,105,101,95,109,101,110,115,97,103,101,109,0,16,0,12,35,99,111,111,107,105,101,95,109,101,115,115,0,16,0,15,35,99,111,111,107,105,101,95,109,101,115,115,97,103,101,0,16,0,25,35,99,111,111,107,105,101,95,109,101,115,115,97,103,101,95,99,111,110,116,97,105,110,101,114,0,16,0,22,35,99,111,111,107,105,101,95,109,101,115,115,97,103,101,95,104,111,108,100,101,114,0,16,0,30,35,99,111,111,107,105,101,95,109,101,115,115,97,103,101,95,119,101,98,115,105,116,101,95,112,111,108,105,99,121,0,16,0,23,35,99,111,111,107,105,101,95,109,111,100,97,108,95,99,111,110,116,97,105,110,101,114,0,16,0,17,35,99,111,111,107,105,101,95,109,111,100,97,108,95,100,105,118,0,16,0,21,35,99,111,111,107,105,101,95,109,111,100,97,108,95,119,114,97,112,112,101,114,0,16,0,14,35,99,111,111,107,105,101,95,109,111,100,117,108,101,0,16,0,15,35,99,111,111,107,105,101,95,109,111,110,115,116,101,114,0,16,0,10,35,99,111,111,107,105,101,95,109,115,0,16,0,11,35,99,111,111,107,105,101,95,109,115,103,0,16,0,13,35,99,111,111,107,105,101,95,109,115,103,95,50,0,16,0,21,35,99,111,111,107,105,101,95,109,115,103,95,99,111,110,116,97,105,110,101,114,0,16,0,11,35,99,111,111,107,105,101,95,109,115,110,0,16,0,11,35,99,111,111,107,105,101,95,110,97,118,0,16,0,14,35,99,111,111,107,105,101,95,110,97,118,98,97,114,0,16,0,12,35,99,111,111,107,105,101,95,110,111,116,101,0,16,0,16,35,99,111,111,107,105,101,95,110,111,116,101,95,100,105,118,0,16,0,17,35,99,111,111,107,105,101,95,110,111,116,101,95,118,111,108,108,0,16,0,12,35,99,111,111,107,105,101,95,110,111,116,105,0,16,0,14,35,99,111,111,107,105,101,95,110,111,116,105,99,101,0,16,0,18,35,99,111,111,107,105,101,95,110,111,116,105,99,101,95,98,97,114,0,16,0,22,35,99,111,111,107,105,101,95,110,111,116,105,99,101,95,100,101,115,107,116,111,112,0,16,0,22,35,99,111,111,107,105,101,95,110,111,116,105,99,101,95,119,114,97,112,112,101,114,0,16,0,15,35,99,111,111,107,105,101,95,110,111,116,105,99,101,115,0,16,0,13,35,99,111,111,107,105,101,95,110,111,116,105,102,0,16,0,20,35,99,111,111,107,105,101,95,110,111,116,105,102,105,99,97,116,105,111,110,0,16,0,24,35,99,111,111,107,105,101,95,110,111,116,105,102,105,99,97,116,105,111,110,95,98,97,114,0,16,0,30,35,99,111,111,107,105,101,95,110,111,116,105,102,105,99,97,116,105,111,110,95,99,111,110,116,97,105,110,101,114,0,16,0,25,35,99,111,111,107,105,101,95,110,111,116,105,102,105,99,97,116,105,111,110,95,119,114,97,112,0,16,0,16,35,99,111,111,107,105,101,95,110,111,116,105,102,105,101,114,0,16,0,14,35,99,111,111,107,105,101,95,110,111,116,105,102,121,0,16,0,10,35,99,111,111,107,105,101,95,111,107,0,16,0,11,35,99,111,111,107,105,101,95,111,107,49,0,16,0,11,35,99,111,111,107,105,101,95,111,112,116,0,16,0,14,35,99,111,111,107,105,101,95,111,112,116,95,105,110,0,16,0,21,35,99,111,111,107,105,101,95,111,112,116,95,105,110,95,97,110,99,104,111,114,0,16,0,24,35,99,111,111,107,105,101,95,111,112,116,95,105,110,95,99,111,110,116,97,105,110,101,114,0,16,0,13,35,99,111,111,107,105,101,95,111,112,116,105,110,0,16,0,18,35,99,111,111,107,105,101,95,111,112,116,105,110,95,98,97,99,107,0,16,0,19,35,99,111,111,107,105,101,95,111,112,116,105,110,95,108,97,121,101,114,0,16,0,15,35,99,111,111,107,105,101,95,111,118,101,114,108,97,121,0,16,0,13,35,99,111,111,107,105,101,95,112,97,110,101,108,0,16,0,18,35,99,111,111,107,105,101,95,112,97,110,101,108,95,50,48,49,56,0,16,0,14,35,99,111,111,107,105,101,95,112,97,114,101,110,116,0,16,0,18,35,99,111,111,107,105,101,95,112,101,114,109,105,115,115,105,111,110,0,16,0,25,35,99,111,111,107,105,101,95,112,101,114,109,105,115,115,105,111,110,95,98,97,110,110,101,114,0,16,0,25,35,99,111,111,107,105,101,95,112,101,114,109,105,115,115,105,111,110,115,95,97,108,101,114,116,0,16,0,14,35,99,111,111,107,105,101,95,112,101,114,109,105,116,0,16,0,11,35,99,111,111,107,105,101,95,112,111,108,0,16,0,16,35,99,111,111,107,105,101,95,112,111,108,105,99,105,101,115,0,16,0,14,35,99,111,111,107,105,101,95,112,111,108,105,99,121,0,16,0,16,35,99,111,111,107,105,101,95,112,111,108,105,99,121,45,48,0,16,0,21,35,99,111,111,107,105,101,95,112,111,108,105,99,121,95,97,99,99,101,112,116,0,16,0,20,35,99,111,111,107,105,101,95,112,111,108,105,99,121,95,97,108,101,114,116,0,16,0,21,35,99,111,111,107,105,101,95,112,111,108,105,99,121,95,98,97,110,110,101,114,0,16,0,29,35,99,111,111,107,105,101,95,112,111,108,105,99,121,95,98,97,110,110,101,114,95,119,114,97,112,112,101,114,0,16,0,18,35,99,111,111,107,105,101,95,112,111,108,105,99,121,95,98,97,114,0,16,0,18,35,99,111,111,107,105,101,95,112,111,108,105,99,121,95,98,111,120,0,16,0,20,35,99,111,111,107,105,101,95,112,111,108,105,99,121,95,99,104,101,99,107,0,16,0,24,35,99,111,111,107,105,101,95,112,111,108,105,99,121,95,99,111,110,116,97,105,110,101,114,0,16,0,18,35,99,111,111,107,105,101,95,112,111,108,105,99,121,95,100,105,118,0,16,0,21,35,99,111,111,107,105,101,95,112,111,108,105,99,121,95,104,111,108,100,101,114,0,16,0,20,35,99,111,111,107,105,101,95,112,111,108,105,99,121,95,108,97,121,101,114,0,16,0,22,35,99,111,111,107,105,101,95,112,111,108,105,99,121,95,109,101,115,115,97,103,101,0,16,0,32,35,99,111,111,107,105,101,95,112,111,108,105,99,121,95,109,101,115,115,97,103,101,95,99,111,110,116,97,105,110,101,114,0,16,0,20,35,99,111,111,107,105,101,95,112,111,108,105,99,121,95,109,111,100,97,108,0,16,0,18,35,99,111,111,107,105,101,95,112,111,108,105,99,121,95,109,115,103,0,16,0,21,35,99,111,111,107,105,101,95,112,111,108,105,99,121,95,110,111,116,105,99,101,0,16,0,22,35,99,111,111,107,105,101,95,112,111,108,105,99,121,95,111,118,101,114,108,97,121,0,16,0,20,35,99,111,111,107,105,101,95,112,111,108,105,99,121,95,112,111,112,117,112,0,16,0,17,35,99,111,111,107,105,101,95,112,111,108,105,99,121,95,112,117,0,16,0,19,35,99,111,111,107,105,101,95,112,111,108,105,99,121,95,114,103,112,100,0,16,0,16,35,99,111,111,107,105,101,95,112,111,108,105,116,105,99,115,0,16,0,24,35,99,111,111,107,105,101,95,112,111,108,105,116,105,99,115,95,111,118,101,114,108,97,121,0,16,0,11,35,99,111,111,107,105,101,95,112,111,112,0,16,0,24,35,99,111,111,107,105,101,95,112,111,112,105,110,95,105,116,115,97,112,95,104,111,109,101,0,16,0,27,35,99,111,111,107,105,101,95,112,111,112,105,110,95,105,116,115,97,112,95,111,118,101,114,108,97,121,0,16,0,25,35,99,111,111,107,105,101,95,112,111,112,111,118,101,114,95,99,111,110,116,97,105,110,101,114,0,16,0,13,35,99,111,111,107,105,101,95,112,111,112,117,112,0,16,0,19,35,99,111,111,107,105,101,95,112,111,112,117,112,95,97,108,101,114,116,0,16,0,24,35,99,111,111,107,105,101,95,112,111,112,117,112,95,98,97,99,107,103,114,111,117,110,100,0,16,0,16,35,99,111,111,107,105,101,95,112,111,112,117,112,95,98,103,0,16,0,23,35,99,111,111,107,105,101,95,112,111,112,117,112,95,99,111,110,116,97,105,110,101,114,0,16,0,21,35,99,111,111,107,105,101,95,112,111,112,117,112,95,111,118,101,114,108,97,121,0,16,0,21,35,99,111,111,107,105,101,95,112,111,112,117,112,95,119,114,97,112,112,101,114,0,16,0,31,35,99,111,111,107,105,101,95,112,114,101,102,101,114,101,110,99,101,115,95,98,97,110,110,101,114,95,114,111,111,116,0,16,0,20,35,99,111,111,107,105,101,95,112,114,101,102,115,95,98,117,109,112,101,114,0,16,0,16,35,99,111,111,107,105,101,95,112,114,105,118,95,100,105,118,0,16,0,15,35,99,111,111,107,105,101,95,112,114,105,118,97,99,121,0,16,0,19,35,99,111,111,107,105,101,95,112,114,105,118,97,99,121,95,98,97,114,0,16,0,19,35,99,111,111,107,105,101,95,112,114,105,118,97,99,121,95,98,111,120,0,16,0,22,35,99,111,111,107,105,101,95,112,114,105,118,97,99,121,95,104,111,108,100,101,114,0,16,0,24,35,99,111,111,107,105,101,95,112,114,105,118,97,99,121,95,105,110,102,111,95,98,97,114,0,16,0,21,35,99,111,111,107,105,101,95,112,114,105,118,97,99,121,95,112,111,112,117,112,0,16,0,15,35,99,111,111,107,105,101,95,112,114,105,118,97,116,101,0,16,0,14,35,99,111,111,107,105,101,95,112,114,111,109,112,116,0,16,0,21,35,99,111,111,107,105,101,95,112,117,112,117,112,95,99,111,110,102,105,114,109,0,16,0,16,35,99,111,111,107,105,101,95,113,117,101,115,116,105,111,110,0,16,0,14,35,99,111,111,107,105,101,95,114,101,118,111,107,101,0,16,0,14,35,99,111,111,107,105,101,95,114,105,98,98,111,110,0,16,0,18,35,99,111,111,107,105,101,95,114,105,99,104,116,108,105,110,105,101,0,16,0,14,35,99,111,111,107,105,101,95,115,99,114,105,112,116,0,16,0,15,35,99,111,111,107,105,101,95,115,101,99,116,105,111,110,0,16,0,18,35,99,111,111,107,105,101,95,115,101,116,95,97,99,99,101,112,116,0,16,0,22,35,99,111,111,107,105,101,95,115,101,116,116,105,110,103,115,95,109,111,100,97,108,0,16,0,13,35,99,111,111,107,105,101,95,115,104,111,114,116,0,16,0,18,35,99,111,111,107,105,101,95,115,104,111,114,116,95,105,110,102,111,0,16,0,13,35,99,111,111,107,105,101,95,115,104,111,117,116,0,16,0,17,35,99,111,111,107,105,101,95,115,104,111,119,95,105,110,102,111,0,16,0,13,35,99,111,111,107,105,101,95,115,104,111,119,110,0,16,0,19,35,99,111,111,107,105,101,95,115,111,117,104,108,97,115,95,100,105,118,0,16,0,17,35,99,111,111,107,105,101,95,115,116,97,116,101,109,101,110,116,0,16,0,11,35,99,111,111,107,105,101,95,115,116,114,0,16,0,13,35,99,111,111,107,105,101,95,115,116,114,105,112,0,16,0,13,35,99,111,111,107,105,101,95,115,116,117,102,102,0,16,0,16,35,99,111,111,107,105,101,95,116,97,98,95,109,97,105,110,0,16,0,19,35,99,111,111,107,105,101,95,116,97,106,101,107,111,122,116,97,116,111,0,16,0,13,35,99,111,111,107,105,101,95,116,101,114,109,115,0,16,0,17,35,99,111,111,107,105,101,95,116,101,114,109,115,95,100,105,118,0,16,0,12,35,99,111,111,107,105,101,95,116,101,120,116,0,16,0,19,35,99,111,111,107,105,101,95,116,101,120,116,95,104,101,97,100,101,114,0,16,0,18,35,99,111,111,107,105,101,95,116,111,111,108,95,108,97,114,103,101,0,16,0,18,35,99,111,111,107,105,101,95,116,111,111,108,95,115,109,97,108,108,0,16,0,15,35,99,111,111,107,105,101,95,116,111,111,108,98,97,114,0,16,0,11,35,99,111,111,107,105,101,95,116,111,112,0,16,0,16,35,99,111,111,107,105,101,95,116,111,112,95,105,110,102,111,0,16,0,14,35,99,111,111,107,105,101,95,116,111,112,100,105,118,0,16,0,11,35,99,111,111,107,105,101,95,116,120,116,0,16,0,17,35,99,111,111,107,105,101,95,117,112,112,101,114,95,100,105,118,0,16,0,13,35,99,111,111,107,105,101,95,117,115,97,103,101,0,16,0,20,35,99,111,111,107,105,101,95,117,115,97,103,101,95,98,97,110,110,101,114,0,16,0,26,35,99,111,111,107,105,101,95,117,115,97,103,101,95,99,111,110,116,97,105,110,101,114,95,105,100,0,16,0,14,35,99,111,111,107,105,101,95,117,115,116,97,119,97,0,16,0,13,35,99,111,111,107,105,101,95,118,97,108,105,100,0,16,0,12,35,99,111,111,107,105,101,95,119,97,114,110,0,16,0,17,35,99,111,111,107,105,101,95,119,97,114,110,95,116,101,120,116,0,16,0,15,35,99,111,111,107,105,101,95,119,97,114,110,105,110,103,0,16,0,20,35,99,111,111,107,105,101,95,119,97,114,110,105,110,103,95,97,114,101,97,0,16,0,25,35,99,111,111,107,105,101,95,119,97,114,110,105,110,103,95,99,111,110,116,97,105,110,101,114,0,16,0,23,35,99,111,111,107,105,101,95,119,97,114,110,105,110,103,95,99,111,110,116,101,110,116,0,16,0,19,35,99,111,111,107,105,101,95,119,97,114,110,105,110,103,95,100,105,118,0,16,0,41,35,99,111,111,107,105,101,95,119,97,114,110,105,110,103,95,110,111,116,105,102,105,99,97,116,105,111,110,95,78,79,84,73,70,73,67,65,84,73,79,78,0,16,0,29,35,99,111,111,107,105,101,95,119,97,114,110,105,110,103,95,111,117,116,101,114,95,119,114,97,112,112,101,114,0,16,0,23,35,99,111,111,107,105,101,95,119,97,114,110,105,110,103,95,111,118,101,114,108,97,121,0,16,0,24,35,99,111,111,107,105,101,95,119,97,114,110,105,110,103,95,117,110,100,101,114,108,97,121,0,16,0,15,35,99,111,111,107,105,101,95,119,97,114,110,117,110,103,0,16,0,14,35,99,111,111,107,105,101,95,119,105,100,103,101,116,0,16,0,12,35,99,111,111,107,105,101,95,119,114,97,112,0,16,0,15,35,99,111,111,107,105,101,95,119,114,97,112,112,101,114,0,16,0,16,35,99,111,111,107,105,101,95,119,114,97,112,112,101,114,50,0,16,0,16,35,99,111,111,107,105,101,95,121,101,115,95,105,110,102,111,0,16,0,18,35,99,111,111,107,105,101,95,122,117,115,116,105,109,109,117,110,103,0,16,0,15,35,99,111,111,107,105,101,97,95,104,101,97,100,101,114,0,16,0,14,35,99,111,111,107,105,101,97,98,102,114,97,103,101,0,16,0,13,35,99,111,111,107,105,101,97,99,99,101,112,116,0,16,0,17,35,99,111,111,107,105,101,97,99,99,101,112,116,97,110,99,101,0,16,0,15,35,99,111,111,107,105,101,97,99,99,101,112,116,101,114,0,16,0,18,35,99,111,111,107,105,101,97,99,99,101,112,116,108,97,121,101,114,0,16,0,10,35,99,111,111,107,105,101,97,100,100,0,16,0,10,35,99,111,111,107,105,101,97,100,118,0,16,0,13,35,99,111,111,107,105,101,97,100,118,105,99,101,0,16,0,13,35,99,111,111,107,105,101,97,100,118,105,115,101,0,16,0,12,35,99,111,111,107,105,101,97,103,114,101,101,0,16,0,12,35,99,111,111,107,105,101,97,108,97,114,109,0,16,0,12,35,99,111,111,107,105,101,97,108,101,114,116,0,16,0,16,35,99,111,111,107,105,101,97,108,101,114,116,45,105,98,101,0,16,0,15,35,99,111,111,107,105,101,97,108,101,114,116,77,115,103,0,16,0,22,35,99,111,111,107,105,101,97,108,101,114,116,95,99,111,110,116,97,105,110,101,114,0,16,0,20,35,99,111,111,107,105,101,97,108,101,114,116,95,99,111,110,116,101,110,116,0,16,0,15,35,99,111,111,107,105,101,97,108,101,114,116,114,111,119,0,16,0,16,35,99,111,111,107,105,101,97,108,101,114,116,119,114,97,112,0,16,0,15,35,99,111,111,107,105,101,97,108,108,111,119,98,97,114,0,16,0,11,35,99,111,111,107,105,101,97,114,101,97,0,16,0,10,35,99,111,111,107,105,101,97,115,107,0,16,0,12,35,99,111,111,107,105,101,97,118,105,115,111,0,16,0,15,35,99,111,111,107,105,101,97,118,105,115,111,105,110,105,0,16,0,15,35,99,111,111,107,105,101,98,45,98,97,110,110,101,114,0,16,0,11,35,99,111,111,107,105,101,98,97,99,107,0,16,0,17,35,99,111,111,107,105,101,98,97,99,107,103,114,111,117,110,100,0,16,0,11,35,99,111,111,107,105,101,98,97,108,107,0,16,0,16,35,99,111,111,107,105,101,98,97,108,107,45,119,114,97,112,0,16,0,14,35,99,111,111,107,105,101,98,97,110,100,101,97,117,0,16,0,13,35,99,111,111,107,105,101,98,97,110,110,101,114,0,16,0,18,35,99,111,111,107,105,101,98,97,110,110,101,114,45,109,97,115,107,0,16,0,21,35,99,111,111,107,105,101,98,97,110,110,101,114,45,111,118,101,114,108,97,121,0,16,0,18,35,99,111,111,107,105,101,98,97,110,110,101,114,45,114,111,111,116,0,16,0,21,35,99,111,111,107,105,101,98,97,110,110,101,114,45,119,114,97,112,112,101,114,0,16,0,24,35,99,111,111,107,105,101,98,97,110,110,101,114,45,119,114,97,112,112,101,114,45,105,100,0,16,0,15,35,99,111,111,107,105,101,98,97,110,110,101,114,65,72,0,16,0,20,35,99,111,111,107,105,101,98,97,110,110,101,114,79,118,101,114,108,97,121,0,16,0,17,35,99,111,111,107,105,101,98,97,110,110,101,114,95,99,111,110,0,16,0,21,35,99,111,111,107,105,101,98,97,110,110,101,114,95,111,118,101,114,108,97,121,0,16,0,21,35,99,111,111,107,105,101,98,97,110,110,101,114,95,119,114,97,112,112,101,114,0,16,0,22,35,99,111,111,107,105,101,98,97,110,110,101,114,99,111,110,116,97,105,110,101,114,0,16,0,16,35,99,111,111,107,105,101,98,97,110,110,101,114,100,105,118,0,16,0,10,35,99,111,111,107,105,101,98,97,114,0,16,0,21,35,99,111,111,107,105,101,98,97,114,45,45,99,111,110,116,97,105,110,101,114,0,16,0,12,35,99,111,111,107,105,101,98,97,114,45,49,0,16,0,20,35,99,111,111,107,105,101,98,97,114,45,99,111,110,116,97,105,110,101,114,0,16,0,23,35,99,111,111,107,105,101,98,97,114,45,99,111,111,107,105,101,112,111,108,105,99,121,0,16,0,15,35,99,111,111,107,105,101,98,97,114,45,112,101,114,109,0,16,0,15,35,99,111,111,107,105,101,98,97,114,45,114,111,111,116,0,16,0,15,35,99,111,111,107,105,101,98,97,114,45,119,114,97,112,0,16,0,18,35,99,111,111,107,105,101,98,97,114,45,119,114,97,112,112,101,114,0,16,0,12,35,99,111,111,107,105,101,98,97,114,49,56,0,16,0,13,35,99,111,111,107,105,101,98,97,114,66,111,120,0,16,0,15,35,99,111,111,107,105,101,98,97,114,77,111,100,97,108,0,16,0,20,35,99,111,111,107,105,101,98,97,114,95,99,111,110,116,97,105,110,101,114,0,16,0,18,35,99,111,111,107,105,101,98,97,114,95,99,111,110,116,101,110,116,0,16,0,21,35,99,111,111,107,105,101,98,97,114,95,112,108,97,121,110,97,116,105,111,110,0,16,0,18,35,99,111,111,107,105,101,98,97,114,95,119,114,97,112,112,101,114,0,16,0,13,35,99,111,111,107,105,101,98,97,114,99,110,116,0,16,0,19,35,99,111,111,107,105,101,98,97,114,99,111,110,116,97,105,110,101,114,0,16,0,12,35,99,111,111,107,105,101,98,97,114,114,97,0,16,0,14,35,99,111,111,107,105,101,98,101,114,105,99,104,116,0,16,0,9,35,99,111,111,107,105,101,98,103,0,16,0,12,35,99,111,111,107,105,101,98,108,97,99,107,0,16,0,12,35,99,111,111,107,105,101,98,108,111,99,107,0,16,0,12,35,99,111,111,107,105,101,98,108,111,107,107,0,16,0,10,35,99,111,111,107,105,101,98,110,114,0,16,0,10,35,99,111,111,107,105,101,98,111,116,0,16,0,13,35,99,111,111,107,105,101,98,111,116,116,111,109,0,16,0,16,35,99,111,111,107,105,101,98,111,116,116,111,109,98,97,114,0,16,0,21,35,99,111,111,107,105,101,98,111,116,116,111,109,103,114,97,100,105,101,110,116,0,16,0,10,35,99,111,111,107,105,101,98,111,120,0,16,0,13,35,99,111,111,107,105,101,98,111,120,45,98,103,0,16,0,18,35,99,111,111,107,105,101,98,111,120,45,119,114,97,112,112,101,114,0,16,0,11,35,99,111,111,107,105,101,98,111,120,77,0,16,0,14,35,99,111,111,107,105,101,98,117,116,116,111,110,115,0,16,0,12,35,99,111,111,107,105,101,99,104,101,99,107,0,16,0,14,35,99,111,111,107,105,101,99,104,101,99,107,101,114,0,16,0,13,35,99,111,111,107,105,101,99,104,111,105,99,101,0,16,0,17,35,99,111,111,107,105,101,99,104,111,105,99,101,105,110,102,111,0,16,0,21,35,99,111,111,107,105,101,99,108,97,105,109,95,105,110,102,111,95,98,97,114,0,16,0,21,35,99,111,111,107,105,101,99,108,97,105,109,95,105,110,102,111,95,98,111,120,0,16,0,20,35,99,111,111,107,105,101,99,108,97,105,109,95,111,118,101,114,108,97,121,0,16,0,11,35,99,111,111,107,105,101,99,110,105,108,0,16,0,17,35,99,111,111,107,105,101,99,111,109,112,108,105,97,110,99,101,0,16,0,17,35,99,111,111,107,105,101,99,111,109,112,108,105,101,110,99,101,0,16,0,14,35,99,111,111,107,105,101,99,111,110,102,105,114,109,0,16,0,11,35,99,111,111,107,105,101,99,111,110,115,0,16,0,14,35,99,111,111,107,105,101,99,111,110,115,101,110,116,0,16,0,24,35,99,111,111,107,105,101,99,111,110,115,101,110,116,45,98,97,99,107,108,97,121,101,114,0,16,0,21,35,99,111,111,107,105,101,99,111,110,115,101,110,116,45,98,97,110,110,101,114,0,16,0,17,35,99,111,111,107,105,101,99,111,110,115,101,110,116,45,98,103,0,16,0,21,35,99,111,111,107,105,101,99,111,110,115,101,110,116,45,100,105,97,108,111,103,0,16,0,31,35,99,111,111,107,105,101,99,111,110,115,101,110,116,45,101,120,112,108,105,99,105,116,45,111,118,101,114,108,97,121,0,16,0,29,35,99,111,111,107,105,101,99,111,110,115,101,110,116,45,101,120,112,108,105,99,105,116,45,112,111,112,117,112,0,16,0,20,35,99,111,111,107,105,101,99,111,110,115,101,110,116,45,102,114,97,109,101,0,16,0,29,35,99,111,111,107,105,101,99,111,110,115,101,110,116,45,105,109,112,108,105,99,105,116,45,112,111,112,117,112,0,16,0,22,35,99,111,111,107,105,101,99,111,110,115,101,110,116,45,111,118,101,114,108,97,121,0,16,0,20,35,99,111,111,107,105,101,99,111,110,115,101,110,116,45,112,111,112,117,112,0,16,0,21,35,99,111,111,107,105,101,99,111,110,115,101,110,116,45,115,116,105,99,107,121,0,16,0,21,35,99,111,111,107,105,101,99,111,110,115,101,110,116,95,98,97,110,110,101,114,0,16,0,18,35,99,111,111,107,105,101,99,111,110,115,101,110,116,95,98,97,114,0,16,0,24,35,99,111,111,107,105,101,99,111,110,115,101,110,116,95,99,111,110,116,97,105,110,101,114,0,16,0,21,35,99,111,111,107,105,101,99,111,110,115,101,110,116,95,100,105,97,108,111,103,0,16,0,19,35,99,111,111,107,105,101,99,111,110,115,101,110,116,95,116,101,120,116,0,16,0,20,35,99,111,111,107,105,101,99,111,110,115,101,110,116,95,116,111,97,115,116,0,16,0,17,35,99,111,111,107,105,101,99,111,110,115,101,110,116,98,97,114,0,16,0,17,35,99,111,111,107,105,101,99,111,110,115,101,110,116,98,111,120,0,16,0,21,35,99,111,111,107,105,101,99,111,110,115,101,110,116,102,111,114,109,98,111,120,0,16,0,23,35,99,111,111,107,105,101,99,111,110,115,101,110,116,103,114,101,121,115,112,97,99,101,0,16,0,19,35,99,111,111,107,105,101,99,111,110,115,101,110,116,109,111,100,97,108,0,16,0,19,35,99,111,111,107,105,101,99,111,110,115,101,110,116,112,111,112,117,112,0,16,0,16,35,99,111,111,107,105,101,99,111,110,116,97,105,110,101,114,0,16,0,14,35,99,111,111,107,105,101,99,111,110,116,101,110,116,0,16,0,14,35,99,111,111,107,105,101,99,111,110,116,114,111,108,0,16,0,21,35,99,111,111,107,105,101,99,111,110,116,114,111,108,95,110,111,116,105,99,101,0,16,0,11,35,99,111,111,107,105,101,99,114,97,112,0,16,0,18,35,99,111,111,107,105,101,100,101,99,108,97,114,97,116,105,111,110,0,16,0,14,35,99,111,111,107,105,101,100,101,115,107,116,111,112,0,16,0,16,35,99,111,111,107,105,101,100,101,116,101,99,116,105,111,110,0,16,0,13,35,99,111,111,107,105,101,100,105,97,108,111,103,0,16,0,16,35,99,111,111,107,105,101,100,105,97,108,111,103,98,111,120,0,16,0,12,35,99,111,111,107,105,101,100,105,110,103,115,0,16,0,16,35,99,111,111,107,105,101,100,105,110,103,115,98,117,109,115,0,16,0,31,35,99,111,111,107,105,101,100,105,114,101,99,116,105,118,101,66,117,116,116,111,110,67,111,110,116,97,105,110,101,114,0,16,0,20,35,99,111,111,107,105,101,100,105,115,97,108,108,111,119,45,119,114,97,112,0,16,0,22,35,99,111,111,107,105,101,100,105,115,97,108,108,111,119,111,118,101,114,108,97,121,0,16,0,11,35,99,111,111,107,105,101,100,105,115,99,0,16,0,17,35,99,111,111,107,105,101,100,105,115,99,108,97,105,109,101,114,0,16,0,21,35,99,111,111,107,105,101,100,105,115,99,108,97,105,109,101,114,50,48,50,50,0,16,0,17,35,99,111,111,107,105,101,100,105,115,99,108,111,115,117,114,101,0,16,0,14,35,99,111,111,107,105,101,100,105,115,109,105,115,115,0,16,0,10,35,99,111,111,107,105,101,100,105,118,0,16,0,14,35,99,111,111,107,105,101,101,95,97,108,101,114,116,0,16,0,13,35,99,111,111,107,105,101,102,97,115,99,105,97,0,16,0,11,35,99,111,111,107,105,101,102,101,108,100,0,16,0,14,35,99,111,111,107,105,101,102,101,110,115,116,101,114,0,16,0,12,35,99,111,111,107,105,101,102,108,111,97,116,0,16,0,14,35,99,111,111,107,105,101,102,108,111,97,116,101,114,0,16,0,10,35,99,111,111,107,105,101,102,109,116,0,16,0,11,35,99,111,111,107,105,101,102,111,111,116,0,16,0,13,35,99,111,111,107,105,101,102,111,111,116,101,114,0,16,0,12,35,99,111,111,107,105,101,102,114,97,103,101,0,16,0,13,35,99,111,111,107,105,101,102,121,95,98,97,114,0,16,0,10,35,99,111,111,107,105,101,103,97,112,0,16,0,11,35,99,111,111,107,105,101,103,100,112,114,0,16,0,13,35,99,111,111,107,105,101,103,108,111,98,97,108,0,16,0,24,35,99,111,111,107,105,101,103,117,105,100,101,108,105,110,101,45,119,114,97,112,112,101,114,0,16,0,13,35,99,111,111,107,105,101,104,101,97,100,101,114,0,16,0,11,35,99,111,111,107,105,101,104,105,110,116,0,16,0,11,35,99,111,111,107,105,101,104,105,110,119,0,16,0,27,35,99,111,111,107,105,101,104,105,110,119,101,105,115,32,62,32,46,122,101,110,116,114,105,101,114,116,0,16,0,22,35,99,111,111,107,105,101,104,105,110,119,101,105,115,45,119,114,97,112,112,101,114,0,16,0,20,35,99,111,111,107,105,101,104,105,110,119,101,105,115,46,97,108,101,114,116,0,16,0,30,35,99,111,111,107,105,101,104,105,110,119,101,105,115,46,99,111,110,116,97,105,110,101,114,45,102,108,117,105,100,0,16,0,23,35,99,111,111,107,105,101,104,105,110,119,101,105,115,46,106,115,45,97,107,116,105,118,0,16,0,22,35,99,111,111,107,105,101,104,105,110,119,101,105,115,46,121,109,45,103,114,105,100,0,16,0,25,35,99,111,111,107,105,101,104,105,110,119,101,105,115,98,111,120,95,119,114,97,112,112,101,114,0,16,0,21,35,99,111,111,107,105,101,104,105,110,119,101,105,115,98,111,120,98,97,99,107,0,16,0,17,35,99,111,111,107,105,101,104,105,110,119,101,105,115,100,105,118,0,16,0,13,35,99,111,111,107,105,101,104,111,108,100,101,114,0,16,0,11,35,99,111,111,107,105,101,104,117,104,117,0,16,0,17,35,99,111,111,107,105,101,105,100,46,99,111,111,107,105,101,115,0,16,0,10,35,99,111,111,107,105,101,105,102,121,0,16,0,11,35,99,111,111,107,105,101,105,110,102,111,0,16,0,22,35,99,111,111,107,105,101,105,110,102,111,45,45,99,111,110,116,97,105,110,101,114,0,16,0,21,35,99,111,111,107,105,101,105,110,102,111,45,99,111,110,116,97,105,110,101,114,0,16,0,12,35,99,111,111,107,105,101,105,110,102,111,49,0,16,0,12,35,99,111,111,107,105,101,105,110,102,111,50,0,16,0,16,35,99,111,111,107,105,101,105,110,102,111,66,108,97,99,107,0,16,0,15,35,99,111,111,107,105,101,105,110,102,111,95,116,120,116,0,16,0,19,35,99,111,111,107,105,101,105,110,102,111,95,120,99,111,111,107,105,101,0,16,0,14,35,99,111,111,107,105,101,105,110,102,111,98,97,114,0,16,0,14,35,99,111,111,107,105,101,105,110,102,111,98,111,120,0,16,0,18,35,99,111,111,107,105,101,105,110,102,111,98,111,120,45,98,111,120,0,16,0,18,35,99,111,111,107,105,101,105,110,102,111,114,109,97,116,105,111,110,0,16,0,21,35,99,111,111,107,105,101,105,110,102,111,114,109,97,116,105,111,110,98,97,114,0,16,0,15,35,99,111,111,107,105,101,105,110,102,111,116,101,120,116,0,16,0,10,35,99,111,111,107,105,101,106,97,114,0,16,0,26,35,99,111,111,107,105,101,106,97,114,99,111,110,115,101,110,116,102,117,108,108,119,105,100,116,104,0,16,0,14,35,99,111,111,107,105,101,107,101,122,101,108,101,115,0,16,0,12,35,99,111,111,107,105,101,108,97,117,114,97,0,16,0,10,35,99,111,111,107,105,101,108,97,119,0,16,0,17,35,99,111,111,107,105,101,108,97,119,45,98,97,110,110,101,114,0,16,0,14,35,99,111,111,107,105,101,108,97,119,45,98,97,114,0,16,0,14,35,99,111,111,107,105,101,108,97,119,45,98,111,120,0,16,0,20,35,99,111,111,107,105,101,108,97,119,45,99,111,110,116,97,105,110,101,114,0,16,0,16,35,99,111,111,107,105,101,108,97,119,45,108,97,121,101,114,0,16,0,24,35,99,111,111,107,105,101,108,97,119,45,112,111,112,117,112,45,119,114,97,112,112,101,114,0,16,0,22,35,99,111,111,107,105,101,108,97,119,45,118,105,101,119,45,104,111,108,100,101,114,0,16,0,15,35,99,111,111,107,105,101,108,97,119,45,119,114,97,112,0,16,0,11,35,99,111,111,107,105,101,108,97,119,50,0,16,0,12,35,99,111,111,107,105,101,108,97,119,50,49,0,16,0,16,35,99,111,111,107,105,101,108,97,119,95,97,108,101,114,116,0,16,0,17,35,99,111,111,107,105,101,108,97,119,95,98,97,110,110,101,114,0,16,0,27,35,99,111,111,107,105,101,108,97,119,95,98,97,110,110,101,114,95,99,111,110,116,97,105,110,101,114,0,16,0,14,35,99,111,111,107,105,101,108,97,119,95,109,115,103,0,16,0,15,35,99,111,111,107,105,101,108,97,119,95,110,111,100,101,0,16,0,17,35,99,111,111,107,105,101,108,97,119,95,110,111,116,105,99,101,0,16,0,18,35,99,111,111,107,105,101,108,97,119,95,111,118,101,114,108,97,121,0,16,0,17,35,99,111,111,107,105,101,108,97,119,95,115,104,97,100,111,119,0,16,0,20,35,99,111,111,107,105,101,108,97,119,100,105,115,99,97,108,105,109,101,114,0,16,0,13,35,99,111,111,107,105,101,108,97,119,100,105,118,0,16,0,17,35,99,111,111,107,105,101,108,97,119,119,97,114,110,105,110,103,0,16,0,17,35,99,111,111,107,105,101,108,97,119,119,114,97,112,112,101,114,0,16,0,12,35,99,111,111,107,105,101,108,97,121,101,114,0,16,0,9,35,99,111,111,107,105,101,108,98,0,16,0,12,35,99,111,111,107,105,101,108,101,103,97,108,0,16,0,18,35,99,111,111,107,105,101,108,101,103,105,115,108,97,116,105,111,110,0,16,0,15,35,99,111,111,107,105,101,108,105,103,104,116,98,111,120,0,16,0,12,35,99,111,111,107,105,101,108,105,115,116,97,0,16,0,24,35,99,111,111,107,105,101,109,97,110,97,103,101,114,95,99,111,111,107,105,101,98,97,114,0,16,0,13,35,99,111,111,107,105,101,109,97,115,116,101,114,0,16,0,11,35,99,111,111,107,105,101,109,101,108,100,0,16,0,13,35,99,111,111,107,105,101,109,101,108,100,101,114,0,16,0,14,35,99,111,111,107,105,101,109,101,108,100,105,110,103,0,16,0,20,35,99,111,111,107,105,101,109,101,108,100,105,110,103,95,112,111,112,117,112,0,16,0,11,35,99,111,111,107,105,101,109,101,110,117,0,16,0,14,35,99,111,111,107,105,101,109,101,115,115,97,103,101,0,16,0,19,35,99,111,111,107,105,101,109,101,115,115,97,103,101,45,114,111,111,116,0,16,0,22,35,99,111,111,107,105,101,109,101,115,115,97,103,101,45,119,114,97,112,112,101,114,0,16,0,17,35,99,111,111,107,105,101,109,101,115,115,97,103,101,98,97,114,0,16,0,10,35,99,111,111,107,105,101,109,101,120,0,16,0,15,35,99,111,111,107,105,101,109,111,100,97,108,98,97,114,0,16,0,26,35,99,111,111,107,105,101,109,111,100,97,108,98,97,114,112,108,97,99,101,104,111,108,100,101,114,0,16,0,13,35,99,111,111,107,105,101,109,111,100,117,108,101,0,16,0,14,35,99,111,111,107,105,101,109,111,110,115,116,101,114,0,16,0,20,35,99,111,111,107,105,101,109,111,110,115,116,101,114,95,112,111,112,117,112,0,16,0,10,35,99,111,111,107,105,101,109,115,103,0,16,0,13,35,99,111,111,107,105,101,109,115,103,98,111,120,0,16,0,11,35,99,111,111,107,105,101,109,117,117,114,0,16,0,10,35,99,111,111,107,105,101,110,102,111,0,16,0,11,35,99,111,111,107,105,101,110,111,116,101,0,16,0,13,35,99,111,111,107,105,101,110,111,116,105,99,101,0,16,0,23,35,99,111,111,107,105,101,110,111,116,105,99,101,45,99,111,110,116,97,105,110,101,114,0,16,0,23,35,99,111,111,107,105,101,110,111,116,105,99,101,95,99,111,110,116,97,105,110,101,114,0,16,0,16,35,99,111,111,107,105,101,110,111,116,105,99,101,100,105,118,0,16,0,16,35,99,111,111,107,105,101,110,111,116,105,99,101,116,97,98,0,16,0,12,35,99,111,111,107,105,101,110,111,116,105,102,0,16,0,19,35,99,111,111,107,105,101,110,111,116,105,102,105,99,97,116,105,111,110,0,16,0,23,35,99,111,111,107,105,101,110,111,116,105,102,105,99,97,116,105,111,110,45,98,97,114,0,16,0,25,35,99,111,111,107,105,101,110,111,116,105,102,105,99,97,116,105,111,110,45,98,108,111,99,107,0,16,0,30,35,99,111,111,107,105,101,110,111,116,105,102,105,99,97,116,105,111,110,95,98,97,99,107,103,114,111,117,110,100,0,16,0,15,35,99,111,111,107,105,101,110,111,116,105,102,105,101,114,0,16,0,13,35,99,111,111,107,105,101,110,111,116,105,102,121,0,16,0,21,35,99,111,111,107,105,101,110,111,116,105,102,121,45,119,114,97,112,112,101,114,0,16,0,16,35,99,111,111,107,105,101,110,111,116,105,102,121,98,97,114,0,16,0,14,35,99,111,111,107,105,101,110,116,102,95,100,105,118,0,16,0,14,35,99,111,111,107,105,101,110,117,116,122,117,110,103,0,16,0,9,35,99,111,111,107,105,101,111,107,0,16,0,13,35,99,111,111,107,105,101,111,107,95,98,97,114,0,16,0,13,35,99,111,111,107,105,101,111,110,112,97,103,101,0,16,0,10,35,99,111,111,107,105,101,111,112,116,0,16,0,12,35,99,111,111,107,105,101,111,112,116,105,110,0,16,0,19,35,99,111,111,107,105,101,111,112,116,105,110,111,118,101,114,108,97,121,0,16,0,17,35,99,111,111,107,105,101,111,117,116,101,114,102,114,97,109,101,0,16,0,14,35,99,111,111,107,105,101,111,118,101,114,108,97,121,0,16,0,20,35,99,111,111,107,105,101,111,118,101,114,108,97,121,95,111,117,116,101,114,0,16,0,8,35,99,111,111,107,105,101,112,0,16,0,12,35,99,111,111,107,105,101,112,97,110,101,108,0,16,0,26,35,99,111,111,107,105,101,112,101,114,109,105,115,115,105,111,110,68,105,97,108,111,103,66,111,120,0,16,0,23,35,99,111,111,107,105,101,112,101,114,109,105,115,115,105,111,110,112,114,111,109,112,116,0,16,0,13,35,99,111,111,107,105,101,112,108,117,103,105,110,0,16,0,13,35,99,111,111,107,105,101,112,111,108,105,99,121,0,16,0,18,35,99,111,111,107,105,101,112,111,108,105,99,121,45,98,108,111,107,0,16,0,23,35,99,111,111,107,105,101,112,111,108,105,99,121,45,99,111,110,116,97,105,110,101,114,0,16,0,17,35,99,111,111,107,105,101,112,111,108,105,99,121,45,100,105,118,0,16,0,24,35,99,111,111,107,105,101,112,111,108,105,99,121,45,109,97,105,110,45,111,117,116,101,114,0,16,0,18,35,99,111,111,107,105,101,112,111,108,105,99,121,45,119,114,97,112,0,16,0,22,35,99,111,111,107,105,101,112,111,108,105,99,121,67,111,110,116,97,105,110,101,114,0,16,0,18,35,99,111,111,107,105,101,112,111,108,105,99,121,95,97,114,101,97,0,16,0,16,35,99,111,111,107,105,101,112,111,108,105,99,121,98,97,114,0,16,0,15,35,99,111,111,107,105,101,112,111,108,105,99,121,98,103,0,16,0,22,35,99,111,111,107,105,101,112,111,108,105,99,121,99,111,110,116,97,105,110,101,114,0,16,0,16,35,99,111,111,107,105,101,112,111,108,105,99,121,100,105,118,0,16,0,25,35,99,111,111,107,105,101,112,111,108,105,99,121,110,111,116,105,102,105,99,97,116,105,111,110,0,16,0,18,35,99,111,111,107,105,101,112,111,108,105,99,121,112,111,112,117,112,0,16,0,24,35,99,111,111,107,105,101,112,111,108,105,99,121,119,114,97,112,112,101,114,115,104,111,119,0,16,0,25,35,99,111,111,107,105,101,112,111,112,45,108,117,108,117,95,99,111,111,107,105,101,112,111,112,0,16,0,19,35,99,111,111,107,105,101,112,111,112,99,111,110,116,97,105,110,101,114,0,16,0,12,35,99,111,111,107,105,101,112,111,112,117,112,0,16,0,20,35,99,111,111,107,105,101,112,111,112,117,112,45,99,111,110,116,101,110,116,0,16,0,14,35,99,111,111,107,105,101,112,111,112,117,112,98,103,0,16,0,15,35,99,111,111,107,105,101,112,111,112,117,112,100,105,118,0,16,0,18,35,99,111,111,107,105,101,112,111,112,117,112,104,101,97,100,101,114,0,16,0,12,35,99,111,111,107,105,101,112,114,101,102,115,0,16,0,14,35,99,111,111,107,105,101,112,114,105,118,97,99,121,0,16,0,18,35,99,111,111,107,105,101,112,114,105,118,97,99,121,45,98,97,114,0,16,0,13,35,99,111,111,107,105,101,112,114,111,109,112,116,0,16,0,15,35,99,111,111,107,105,101,113,117,101,115,116,105,111,110,0,16,0,15,35,99,111,111,107,105,101,114,45,98,97,110,110,101,114,0,16,0,13,35,99,111,111,107,105,101,114,66,97,121,101,114,0,16,0,29,35,99,111,111,107,105,101,114,97,95,102,105,103,121,101,108,109,101,122,116,101,116,111,95,100,111,98,111,122,0,16,0,13,35,99,111,111,107,105,101,114,101,103,101,108,115,0,16,0,16,35,99,111,111,107,105,101,114,101,103,112,100,82,111,111,116,0,16,0,15,35,99,111,111,107,105,101,114,101,109,105,110,100,101,114,0,16,0,20,35,99,111,111,107,105,101,114,101,112,111,114,116,115,45,98,97,100,103,101,0,16,0,19,35,99,111,111,107,105,101,115,45,50,48,50,50,45,112,111,112,117,112,0,16,0,12,35,99,111,111,107,105,101,115,45,97,99,99,0,16,0,19,35,99,111,111,107,105,101,115,45,97,99,99,101,112,116,45,98,97,114,0,16,0,25,35,99,111,111,107,105,101,115,45,97,99,99,101,112,116,45,99,111,110,116,97,105,110,101,114,0,16,0,20,35,99,111,111,107,105,101,115,45,97,99,99,101,112,116,45,105,110,102,111,0,16,0,24,35,99,111,111,107,105,101,115,45,97,99,99,101,112,116,45,108,105,103,104,116,98,111,120,0,16,0,31,35,99,111,111,107,105,101,115,45,97,99,99,101,112,116,45,115,101,99,116,105,111,110,45,119,114,97,112,112,101,114,0,16,0,19,35,99,111,111,107,105,101,115,45,97,99,99,101,112,116,97,110,99,101,0,16,0,23,35,99,111,111,107,105,101,115,45,97,99,99,101,112,116,97,110,99,101,45,97,99,107,0,16,0,23,35,99,111,111,107,105,101,115,45,97,99,99,101,112,116,97,110,99,101,45,98,111,120,0,16,0,16,35,99,111,111,107,105,101,115,45,97,99,107,45,98,97,114,0,16,0,11,35,99,111,111,107,105,101,115,45,97,100,0,16,0,12,35,99,111,111,107,105,101,115,45,97,100,118,0,16,0,15,35,99,111,111,107,105,101,115,45,97,100,118,105,99,101,0,16,0,22,35,99,111,111,107,105,101,115,45,97,100,118,105,99,101,45,102,111,111,116,101,114,0,16,0,14,35,99,111,111,107,105,101,115,45,97,103,114,101,101,0,16,0,17,35,99,111,111,107,105,101,115,45,97,103,114,101,101,98,97,114,0,16,0,23,35,99,111,111,107,105,101,115,45,97,103,114,101,101,100,45,119,114,97,112,112,101,114,0,16,0,18,35,99,111,111,107,105,101,115,45,97,103,114,101,101,109,101,110,116,0,16,0,22,35,99,111,111,107,105,101,115,45,97,103,114,101,101,109,101,110,116,45,98,97,114,0,16,0,22,35,99,111,111,107,105,101,115,45,97,103,114,101,101,109,101,110,116,45,98,111,120,0,16,0,14,35,99,111,111,107,105,101,115,45,97,108,101,114,116,0,16,0,24,35,99,111,111,107,105,101,115,45,97,108,101,114,116,45,99,111,110,116,97,105,110,101,114,0,16,0,21,35,99,111,111,107,105,101,115,45,97,108,101,114,116,45,100,105,97,108,111,103,0,16,0,22,35,99,111,111,107,105,101,115,45,97,108,101,114,116,45,119,114,97,112,112,101,114,0,16,0,15,35,99,111,111,107,105,101,115,45,97,108,101,114,116,97,0,16,0,16,35,99,111,111,107,105,101,115,45,97,108,108,111,119,101,100,0,16,0,17,35,99,111,111,107,105,101,115,45,97,112,112,114,111,118,97,108,0,16,0,23,35,99,111,111,107,105,101,115,45,97,112,112,114,111,118,97,108,45,112,111,112,117,112,0,16,0,17,35,99,111,111,107,105,101,115,45,97,114,101,45,101,118,105,108,0,16,0,13,35,99,111,111,107,105,101,115,45,97,117,116,104,0,16,0,14,35,99,111,111,107,105,101,115,45,97,118,105,115,111,0,16,0,17,35,99,111,111,107,105,101,115,45,98,97,99,107,100,114,111,112,0,16,0,15,35,99,111,111,107,105,101,115,45,98,97,110,110,101,114,0,16,0,21,35,99,111,111,107,105,101,115,45,98,97,110,110,101,114,45,98,108,111,99,107,0,16,0,23,35,99,111,111,107,105,101,115,45,98,97,110,110,101,114,45,111,118,101,114,108,97,121,0,16,0,12,35,99,111,111,107,105,101,115,45,98,97,114,0,16,0,15,35,99,111,111,107,105,101,115,45,98,97,114,45,101,110,0,16,0,17,35,99,111,111,107,105,101,115,45,98,97,114,45,101,116,114,111,0,16,0,15,35,99,111,111,107,105,101,115,45,98,97,114,45,112,108,0,16,0,13,35,99,111,111,107,105,101,115,45,98,108,111,107,0,16,0,12,35,99,111,111,107,105,101,115,45,98,111,116,0,16,0,15,35,99,111,111,107,105,101,115,45,98,111,116,116,111,109,0,16,0,21,35,99,111,111,107,105,101,115,45,98,111,116,116,111,109,45,109,111,100,97,108,0,16,0,12,35,99,111,111,107,105,101,115,45,98,111,120,0,16,0,18,35,99,111,111,107,105,101,115,45,98,111,120,45,105,110,110,101,114,0,16,0,24,35,99,111,111,107,105,101,115,45,98,111,120,45,111,117,116,101,114,45,108,97,121,101,114,0,16,0,23,35,99,111,111,107,105,101,115,45,98,114,111,119,115,101,114,45,117,105,45,97,112,112,0,16,0,25,35,99,111,111,107,105,101,115,45,98,117,116,116,111,110,45,99,111,110,116,97,105,110,101,114,0,16,0,13,35,99,111,111,107,105,101,115,45,99,97,114,100,0,16,0,16,35,99,111,111,107,105,101,115,45,99,104,97,114,116,101,114,0,16,0,14,35,99,111,111,107,105,101,115,45,99,104,101,99,107,0,16,0,20,35,99,111,111,107,105,101,115,45,99,110,105,108,45,98,97,110,110,101,114,0,16,0,18,35,99,111,111,107,105,101,115,45,99,110,105,108,45,105,110,102,111,0,16,0,27,35,99,111,111,107,105,101,115,45,99,110,105,108,45,105,110,102,111,115,45,99,111,110,116,101,110,116,0,16,0,19,35,99,111,111,107,105,101,115,45,99,111,109,112,108,105,97,110,99,101,0,16,0,19,35,99,111,111,107,105,101,115,45,99,111,110,100,105,116,105,111,110,115,0,16,0,26,35,99,111,111,107,105,101,115,45,99,111,110,115,101,110,116,45,99,111,110,116,97,105,110,101,114,0,16,0,21,35,99,111,111,107,105,101,115,45,99,111,110,115,101,110,116,45,102,111,114,109,0,16,0,22,35,99,111,111,107,105,101,115,45,99,111,110,115,101,110,116,45,112,111,112,117,112,0,16,0,24,35,99,111,111,107,105,101,115,45,99,111,110,115,101,110,116,45,115,101,99,116,105,111,110,0,16,0,24,35,99,111,111,107,105,101,115,45,99,111,110,115,101,110,116,45,119,114,97,112,112,101,114,0,16,0,23,35,99,111,111,107,105,101,115,45,99,111,110,115,101,110,116,105,109,105,101,110,116,111,0,16,0,13,35,99,111,111,107,105,101,115,45,99,111,110,116,0,16,0,18,35,99,111,111,107,105,101,115,45,99,111,110,116,97,105,110,101,114,0,16,0,16,35,99,111,111,107,105,101,115,45,99,111,110,116,101,110,116,0,16,0,22,35,99,111,111,107,105,101,115,45,99,111,111,107,105,101,115,45,109,111,100,97,108,0,16,0,14,35,99,111,111,107,105,101,115,45,99,111,118,101,114,0,16,0,15,35,99,111,111,107,105,101,115,45,100,105,97,108,111,103,0,16,0,18,35,99,111,111,107,105,101,115,45,100,105,114,101,99,116,105,118,101,0,16,0,19,35,99,111,111,107,105,101,115,45,100,105,115,99,108,97,105,109,101,114,0,16,0,23,35,99,111,111,107,105,101,115,45,100,105,115,99,108,97,105,109,101,114,45,98,97,114,0,16,0,25,35,99,111,111,107,105,101,115,45,100,105,115,99,108,97,105,109,101,114,45,98,108,111,99,107,0,16,0,12,35,99,111,111,107,105,101,115,45,100,105,118,0,16,0,16,35,99,111,111,107,105,101,115,45,101,108,101,109,101,110,116,0,16,0,17,35,99,111,111,107,105,101,115,45,101,114,108,97,117,98,101,110,0,16,0,17,35,99,111,111,107,105,101,115,45,101,117,45,98,97,110,110,101,0,16,0,18,35,99,111,111,107,105,101,115,45,101,117,45,98,97,110,110,101,114,0,16,0,19,35,99,111,111,107,105,101,115,45,101,117,45,119,114,97,112,112,101,114,0,16,0,17,35,99,111,111,107,105,101,115,45,102,97,110,99,121,98,111,120,0,16,0,14,35,99,111,111,107,105,101,115,45,102,105,120,101,100,0,16,0,23,35,99,111,111,107,105,101,115,45,102,108,111,97,116,105,110,103,45,115,116,114,105,112,0,16,0,15,35,99,111,111,107,105,101,115,45,102,111,111,116,101,114,0,16,0,21,35,99,111,111,107,105,101,115,45,102,111,114,109,45,111,118,101,114,108,97,121,0,16,0,18,35,99,111,111,107,105,101,115,45,103,100,112,114,45,104,111,115,116,0,16,0,14,35,99,111,111,107,105,101,115,45,103,108,97,115,115,0,16,0,20,35,99,111,111,107,105,101,115,45,103,114,97,116,107,105,45,105,110,102,111,0,16,0,14,35,99,111,111,107,105,101,115,45,103,117,105,100,101,0,16,0,15,35,99,111,111,107,105,101,115,45,104,101,97,100,101,114,0,16,0,23,35,99,111,111,107,105,101,115,45,104,101,97,100,101,114,45,119,97,114,110,105,110,103,0,16,0,15,35,99,111,111,107,105,101,115,45,104,111,108,100,101,114,0,16,0,19,35,99,111,111,107,105,101,115,45,105,109,109,45,119,114,97,112,101,114,0,16,0,13,35,99,111,111,107,105,101,115,45,105,110,102,111,0,16,0,19,35,99,111,111,107,105,101,115,45,105,110,102,111,45,97,108,101,114,116,0,16,0,20,35,99,111,111,107,105,101,115,45,105,110,102,111,45,98,97,110,110,101,114,0,16,0,17,35,99,111,111,107,105,101,115,45,105,110,102,111,45,98,97,114,0,16,0,17,35,99,111,111,107,105,101,115,45,105,110,102,111,45,98,111,120,0,16,0,18,35,99,111,111,107,105,101,115,45,105,110,102,111,45,99,110,105,108,0,16,0,19,35,99,111,111,107,105,101,115,45,105,110,102,111,45,102,114,97,109,101,0,16,0,19,35,99,111,111,107,105,101,115,45,105,110,102,111,45,109,111,100,97,108,0,16,0,16,35,99,111,111,107,105,101,115,45,105,110,102,111,98,97,114,0,16,0,19,35,99,111,111,107,105,101,115,45,105,110,102,111,114,109,97,99,106,97,0,16,0,20,35,99,111,111,107,105,101,115,45,105,110,102,111,114,109,97,116,105,111,110,0,16,0,24,35,99,111,111,107,105,101,115,45,105,110,102,111,114,109,97,116,105,111,110,45,98,97,114,0,16,0,26,35,99,111,111,107,105,101,115,45,105,110,102,111,114,109,97,116,105,111,110,45,112,111,112,117,112,0,16,0,14,35,99,111,111,107,105,101,115,45,105,110,102,111,115,0,16,0,18,35,99,111,111,107,105,101,115,45,105,110,116,101,114,102,97,99,101,0,16,0,15,35,99,111,111,107,105,101,115,45,105,112,114,105,109,97,0,16,0,16,35,99,111,111,107,105,101,115,45,105,114,97,105,115,101,114,0,16,0,12,35,99,111,111,107,105,101,115,45,106,97,114,0,16,0,18,35,99,111,111,107,105,101,115,45,107,111,109,117,110,105,107,97,116,0,16,0,19,35,99,111,111,107,105,101,115,45,108,97,119,45,98,97,110,110,101,114,0,16,0,22,35,99,111,111,107,105,101,115,45,108,97,119,45,99,111,110,116,97,105,110,101,114,0,16,0,21,35,99,111,111,107,105,101,115,45,108,97,119,45,105,110,102,111,45,98,111,120,0,16,0,14,35,99,111,111,107,105,101,115,45,108,97,121,101,114,0,16,0,22,35,99,111,111,107,105,101,115,45,108,97,121,111,117,116,45,98,97,110,110,101,114,0,16,0,14,35,99,111,111,107,105,101,115,45,108,101,103,97,108,0,16,0,24,35,99,111,111,107,105,101,115,45,108,101,103,105,115,108,97,116,105,111,110,45,98,111,120,0,16,0,16,35,99,111,111,107,105,101,115,45,108,105,99,101,110,115,101,0,16,0,17,35,99,111,111,107,105,101,115,45,108,105,103,104,116,98,111,120,0,16,0,12,35,99,111,111,107,105,101,115,45,109,45,99,0,16,0,34,35,99,111,111,107,105,101,115,45,109,97,110,97,103,101,109,101,110,116,45,98,97,114,45,99,111,105,110,116,97,105,110,101,114,0,16,0,20,35,99,111,111,107,105,101,115,45,109,97,110,97,103,101,114,45,109,115,103,0,16,0,16,35,99,111,111,107,105,101,115,45,109,101,115,115,97,103,101,0,16,0,26,35,99,111,111,107,105,101,115,45,109,101,115,115,97,103,101,45,99,111,110,116,97,105,110,101,114,0,16,0,29,35,99,111,111,107,105,101,115,45,109,101,115,115,97,103,101,45,99,111,110,116,97,105,110,101,114,45,101,110,0,16,0,20,35,99,111,111,107,105,101,115,45,109,101,115,115,97,103,101,45,100,105,118,0,16,0,21,35,99,111,111,107,105,101,115,45,109,101,115,115,97,103,101,45,109,97,105,110,0,16,0,20,35,99,111,111,107,105,101,115,45,109,101,115,115,97,103,101,45,115,114,99,0,16,0,17,35,99,111,111,107,105,101,115,45,109,101,115,115,97,103,101,115,0,16,0,25,35,99,111,111,107,105,101,115,45,109,101,115,115,97,103,101,115,45,119,114,97,112,112,101,114,0,16,0,14,35,99,111,111,107,105,101,115,45,109,111,100,97,108,0,16,0,21,35,99,111,111,107,105,101,115,45,109,111,100,97,108,45,116,97,114,103,101,116,0,16,0,22,35,99,111,111,107,105,101,115,45,109,111,100,97,108,45,119,114,97,112,112,101,114,0,16,0,15,35,99,111,111,107,105,101,115,45,109,111,100,117,108,101,0,16,0,16,35,99,111,111,107,105,101,115,45,109,111,110,115,116,101,114,0,16,0,12,35,99,111,111,107,105,101,115,45,109,115,103,0,16,0,20,35,99,111,111,107,105,101,115,45,109,115,103,45,119,114,97,112,112,101,114,0,16,0,12,35,99,111,111,107,105,101,115,45,110,97,103,0,16,0,15,35,99,111,111,107,105,101,115,45,110,97,118,98,97,114,0,16,0,19,35,99,111,111,107,105,101,115,45,110,97,118,105,103,97,116,105,111,110,0,16,0,13,35,99,111,111,107,105,101,115,45,110,111,116,101,0,16,0,15,35,99,111,111,107,105,101,115,45,110,111,116,105,99,101,0,16,0,14,35,99,111,111,107,105,101,115,45,110,111,116,105,102,0,16,0,21,35,99,111,111,107,105,101,115,45,110,111,116,105,102,105,99,97,116,105,111,110,0,16,0,25,35,99,111,111,107,105,101,115,45,110,111,116,105,102,105,99,97,116,105,111,110,45,98,97,114,0,16,0,27,35,99,111,111,107,105,101,115,45,110,111,116,105,102,105,99,97,116,105,111,110,45,112,111,112,117,112,0,16,0,15,35,99,111,111,107,105,101,115,45,110,111,116,105,102,121,0,16,0,18,35,99,111,111,107,105,101,115,45,111,107,45,115,112,97,99,101,114,0,16,0,16,35,99,111,111,107,105,101,115,45,111,118,101,114,108,97,121,0,16,0,14,35,99,111,111,107,105,101,115,45,112,97,110,101,108,0,16,0,19,35,99,111,111,107,105,101,115,45,112,101,114,109,105,115,115,105,111,110,0,16,0,20,35,99,111,111,107,105,101,115,45,112,101,114,115,111,110,97,108,105,122,101,0,16,0,12,35,99,111,111,107,105,101,115,45,112,111,108,0,16,0,15,35,99,111,111,107,105,101,115,45,112,111,108,105,99,121,0,16,0,22,35,99,111,111,107,105,101,115,45,112,111,108,105,99,121,45,98,97,110,110,101,114,0,16,0,19,35,99,111,111,107,105,101,115,45,112,111,108,105,99,121,45,98,97,114,0,16,0,25,35,99,111,111,107,105,101,115,45,112,111,108,105,99,121,45,99,111,110,116,97,105,110,101,114,0,16,0,20,35,99,111,111,107,105,101,115,45,112,111,108,105,99,121,45,105,110,102,111,0,16,0,20,35,99,111,111,107,105,101,115,45,112,111,108,105,99,121,45,109,115,115,103,0,16,0,28,35,99,111,111,107,105,101,115,45,112,111,108,105,99,121,45,110,111,116,105,102,105,99,97,116,105,111,110,0,16,0,27,35,99,111,111,107,105,101,115,45,112,111,108,105,99,121,45,112,108,97,99,101,104,111,108,100,101,114,0,16,0,21,35,99,111,111,107,105,101,115,45,112,111,108,105,99,121,45,112,111,112,117,112,0,16,0,22,35,99,111,111,107,105,101,115,45,112,111,108,105,99,121,45,112,114,111,109,112,116,0,16,0,23,35,99,111,111,107,105,101,115,45,112,111,108,105,99,121,45,119,97,114,110,105,110,103,0,16,0,23,35,99,111,111,107,105,101,115,45,112,111,108,105,99,121,45,119,114,97,112,112,101,114,0,16,0,17,35,99,111,111,107,105,101,115,45,112,111,108,105,116,105,99,115,0,16,0,16,35,99,111,111,107,105,101,115,45,112,111,112,45,111,117,116,0,16,0,15,35,99,111,111,107,105,101,115,45,112,111,112,45,117,112,0,16,0,17,35,99,111,111,107,105,101,115,45,112,111,112,97,112,105,116,111,0,16,0,14,35,99,111,111,107,105,101,115,45,112,111,112,105,110,0,16,0,16,35,99,111,111,107,105,101,115,45,112,111,112,111,118,101,114,0,16,0,14,35,99,111,111,107,105,101,115,45,112,111,112,117,112,0,16,0,20,35,99,111,111,107,105,101,115,45,112,111,112,117,112,45,109,111,100,97,108,0,16,0,22,35,99,111,111,107,105,101,115,45,112,111,112,117,112,45,111,118,101,114,108,97,121,0,16,0,19,35,99,111,111,107,105,101,115,45,112,111,112,117,112,45,119,114,97,112,0,16,0,26,35,99,111,111,107,105,101,115,45,112,114,101,102,101,114,101,110,99,101,115,45,102,105,120,101,100,0,16,0,16,35,99,111,111,107,105,101,115,45,112,114,105,118,97,99,121,0,16,0,23,35,99,111,111,107,105,101,115,45,112,114,105,118,97,99,121,45,97,100,118,105,99,101,0,16,0,29,35,99,111,111,107,105,101,115,45,112,114,105,118,97,99,121,45,112,111,108,105,99,121,45,97,108,101,114,116,0,16,0,35,35,99,111,111,107,105,101,115,45,112,114,105,118,97,99,121,45,112,111,108,105,99,121,45,97,108,101,114,116,45,115,109,97,108,108,0,16,0,15,35,99,111,111,107,105,101,115,45,112,114,111,109,112,116,0,16,0,15,35,99,111,111,107,105,101,115,45,114,101,103,105,111,110,0,16,0,19,35,99,111,111,107,105,101,115,45,114,101,103,117,108,97,116,105,111,110,0,16,0,21,35,99,111,111,107,105,101,115,45,114,103,112,100,45,111,118,101,114,108,97,121,0,16,0,19,35,99,111,111,107,105,101,115,45,114,103,112,100,45,112,111,112,117,112,0,16,0,15,35,99,111,111,107,105,101,115,45,114,105,98,98,111,110,0,16,0,13,35,99,111,111,107,105,101,115,45,114,111,100,111,0,16,0,16,35,99,111,111,107,105,101,115,45,115,101,99,116,105,111,110,0,16,0,23,35,99,111,111,107,105,101,115,45,115,101,116,116,105,110,103,115,45,109,111,100,97,108,0,16,0,14,35,99,111,111,107,105,101,115,45,115,104,111,114,116,0,16,0,15,35,99,111,111,107,105,101,115,45,115,116,105,99,107,121,0,16,0,23,35,99,111,111,107,105,101,115,45,115,116,105,99,107,121,45,119,114,97,112,112,101,114,0,16,0,14,35,99,111,111,107,105,101,115,45,115,116,114,105,112,0,16,0,16,35,99,111,111,107,105,101,115,45,116,101,110,100,105,110,97,0,16,0,14,35,99,111,111,107,105,101,115,45,116,101,114,109,115,0,16,0,19,35,99,111,111,107,105,101,115,45,116,101,114,109,115,45,105,110,102,111,0,16,0,20,35,99,111,111,107,105,101,115,45,116,101,114,109,115,45,115,104,111,114,116,0,16,0,20,35,99,111,111,107,105,101,115,45,116,101,120,116,111,45,99,111,114,116,111,0,16,0,16,35,99,111,111,107,105,101,115,45,116,111,111,108,98,97,114,0,16,0,17,35,99,111,111,107,105,101,115,45,116,111,112,45,98,108,111,99,0,16,0,15,35,99,111,111,107,105,101,115,45,116,111,112,98,97,114,0,16,0,11,35,99,111,111,107,105,101,115,45,117,101,0,16,0,23,35,99,111,111,107,105,101,115,45,117,101,45,97,103,114,101,101,45,98,108,111,99,107,0,16,0,19,35,99,111,111,107,105,101,115,45,117,112,111,122,111,114,110,101,110,105,0,16,0,14,35,99,111,111,107,105,101,115,45,117,115,97,103,101,0,16,0,22,35,99,111,111,107,105,101,115,45,117,115,97,103,101,45,109,101,115,115,97,103,101,0,16,0,12,35,99,111,111,107,105,101,115,45,117,115,101,0,16,0,18,35,99,111,111,107,105,101,115,45,117,115,101,45,97,108,101,114,116,0,16,0,25,35,99,111,111,107,105,101,115,45,117,115,101,45,112,97,103,101,45,112,97,100,100,105,110,103,0,16,0,18,35,99,111,111,107,105,101,115,45,117,115,101,45,112,111,112,117,112,0,16,0,22,35,99,111,111,107,105,101,115,45,117,115,105,110,103,45,109,101,115,115,97,103,101,0,16,0,12,35,99,111,111,107,105,101,115,45,118,97,108,0,16,0,15,35,99,111,111,107,105,101,115,45,118,101,114,105,102,121,0,16,0,13,35,99,111,111,107,105,101,115,45,119,97,114,110,0,16,0,16,35,99,111,111,107,105,101,115,45,119,97,114,110,105,110,103,0,16,0,20,35,99,111,111,107,105,101,115,45,119,97,114,110,105,110,103,45,98,111,120,0,16,0,26,35,99,111,111,107,105,101,115,45,119,97,114,110,105,110,103,45,99,111,110,116,97,105,110,101,114,0,16,0,24,35,99,111,111,107,105,101,115,45,119,97,114,110,105,110,103,45,109,101,115,115,97,103,101,0,16,0,22,35,99,111,111,107,105,101,115,45,119,105,97,100,111,109,111,115,99,45,98,111,120,0,16,0,12,35,99,111,111,107,105,101,115,45,119,105,110,0,16,0,15,35,99,111,111,107,105,101,115,45,119,105,110,100,111,119,0,16,0,29,35,99,111,111,107,105,101,115,45,119,105,116,104,45,115,116,97,99,107,101,100,45,98,117,116,116,111,110,115,0,16,0,13,35,99,111,111,107,105,101,115,45,119,114,97,112,0,16,0,15,35,99,111,111,107,105,101,115,46,97,99,116,105,118,101,0,16,0,15,35,99,111,111,107,105,101,115,46,97,99,116,105,118,111,0,16,0,14,35,99,111,111,107,105,101,115,46,97,108,101,114,116,0,16,0,18,35,99,111,111,107,105,101,115,46,97,108,101,114,116,45,98,111,120,0,16,0,26,35,99,111,111,107,105,101,115,46,97,108,101,114,116,45,100,105,115,109,105,115,115,105,98,108,101,0,16,0,17,35,99,111,111,107,105,101,115,46,99,108,101,97,114,102,105,120,0,16,0,18,35,99,111,111,107,105,101,115,46,99,111,110,116,97,105,110,101,114,0,16,0,24,35,99,111,111,107,105,101,115,46,99,111,110,116,97,105,110,101,114,45,102,108,117,105,100,0,16,0,16,35,99,111,111,107,105,101,115,46,99,111,111,107,105,101,115,0,16,0,21,35,99,111,111,107,105,101,115,46,102,105,120,101,100,45,98,111,116,116,111,109,0,16,0,15,35,99,111,111,107,105,101,115,46,104,105,100,100,101,110,0,16,0,21,35,99,111,111,107,105,101,115,46,104,105,100,100,101,110,45,112,114,105,110,116,0,16,0,18,35,99,111,111,107,105,101,115,46,104,105,100,100,101,110,45,115,109,0,16,0,18,35,99,111,111,107,105,101,115,46,104,105,100,100,101,110,45,120,115,0,16,0,19,35,99,111,111,107,105,101,115,46,104,105,100,101,45,112,114,105,110,116,0,16,0,11,35,99,111,111,107,105,101,115,46,105,110,0,16,0,19,35,99,111,111,107,105,101,115,46,109,111,110,116,115,101,114,114,97,116,0,16,0,15,35,99,111,111,107,105,101,115,46,110,111,116,105,99,101,0,16,0,18,35,99,111,111,107,105,101,115,46,110,111,116,105,102,121,66,97,114,0,16,0,11,35,99,111,111,107,105,101,115,46,111,110,0,16,0,13,35,99,111,111,107,105,101,115,46,111,112,101,110,0,16,0,19,35,99,111,111,107,105,101,115,46,112,97,110,101,108,45,112,97,110,101,0,16,0,14,35,99,111,111,107,105,101,115,46,112,111,112,117,112,0,16,0,13,35,99,111,111,107,105,101,115,46,112,121,45,50,0,16,0,12,35,99,111,111,107,105,101,115,46,114,111,119,0,16,0,13,35,99,111,111,107,105,101,115,46,115,104,111,119,0,16,0,15,35,99,111,111,107,105,101,115,46,115,116,105,99,107,121,0,16,0,17,35,99,111,111,107,105,101,115,46,116,111,112,108,97,121,101,114,0,16,0,12,35,99,111,111,107,105,101,115,46,118,101,114,0,16,0,16,35,99,111,111,107,105,101,115,46,118,105,115,105,98,108,101,0,16,0,11,35,99,111,111,107,105,101,115,49,50,51,0,16,0,14,35,99,111,111,107,105,101,115,65,99,99,101,112,116,0,16,0,18,35,99,111,111,107,105,101,115,65,99,99,101,112,116,97,110,99,101,0,16,0,19,35,99,111,111,107,105,101,115,65,99,99,101,112,116,101,100,68,105,118,0,16,0,15,35,99,111,111,107,105,101,115,65,99,101,105,116,97,114,0,16,0,23,35,99,111,111,107,105,101,115,65,99,107,110,111,119,108,101,100,103,101,109,101,110,116,0,16,0,25,35,99,111,111,107,105,101,115,65,99,107,110,111,119,108,101,100,103,101,109,101,110,116,66,103,0,16,0,18,35,99,111,111,107,105,101,115,65,100,114,101,110,97,108,105,110,101,0,16,0,14,35,99,111,111,107,105,101,115,65,100,118,101,114,116,0,16,0,17,35,99,111,111,107,105,101,115,65,100,118,101,114,116,105,115,101,0,16,0,14,35,99,111,111,107,105,101,115,65,100,118,105,99,101,0,16,0,14,35,99,111,111,107,105,101,115,65,100,118,105,115,101,0,16,0,17,35,99,111,111,107,105,101,115,65,103,114,101,101,109,101,110,116,0,16,0,23,35,99,111,111,107,105,101,115,65,103,114,101,101,109,101,110,116,78,111,116,105,99,101,0,16,0,13,35,99,111,111,107,105,101,115,65,108,97,114,109,0,16,0,13,35,99,111,111,107,105,101,115,65,108,101,114,116,0,16,0,19,35,99,111,111,107,105,101,115,65,108,101,114,116,87,105,100,103,101,116,0,16,0,13,35,99,111,111,107,105,101,115,65,108,108,111,119,0,16,0,23,35,99,111,111,107,105,101,115,65,108,108,111,119,105,110,103,82,101,113,117,101,115,116,0,16,0,19,35,99,111,111,107,105,101,115,65,112,112,114,111,98,97,116,105,111,110,0,16,0,12,35,99,111,111,107,105,101,115,65,114,101,97,0,16,0,15,35,99,111,111,107,105,101,115,65,114,116,105,99,108,101,0,16,0,12,35,99,111,111,107,105,101,115,66,97,110,100,0,16,0,14,35,99,111,111,107,105,101,115,66,97,110,110,101,114,0,16,0,23,35,99,111,111,107,105,101,115,66,97,110,110,101,114,67,111,110,116,97,105,110,101,114,0,16,0,11,35,99,111,111,107,105,101,115,66,97,114,0,16,0,23,35,99,111,111,107,105,101,115,66,97,114,65,110,110,111,117,110,99,101,109,101,110,116,0,16,0,11,35,99,111,111,107,105,101,115,66,111,120,0,16,0,12,35,99,111,111,107,105,101,115,67,97,112,97,0,16,0,12,35,99,111,111,107,105,101,115,67,97,114,100,0,16,0,13,35,99,111,111,107,105,101,115,67,104,101,99,107,0,16,0,15,35,99,111,111,107,105,101,115,67,104,101,99,107,101,114,0,16,0,17,35,99,111,111,107,105,101,115,67,111,110,100,105,116,105,111,110,0,16,0,15,35,99,111,111,107,105,101,115,67,111,110,102,105,114,109,0,16,0,15,35,99,111,111,107,105,101,115,67,111,110,115,101,110,116,0,16,0,18,35,99,111,111,107,105,101,115,67,111,110,115,101,110,116,66,97,114,0,16,0,21,35,99,111,111,107,105,101,115,67,111,110,115,101,110,116,87,105,100,103,101,116,0,16,0,12,35,99,111,111,107,105,101,115,67,111,110,116,0,16,0,17,35,99,111,111,107,105,101,115,67,111,110,116,97,105,110,101,114,0,16,0,16,35,99,111,111,107,105,101,115,67,111,116,97,105,110,101,114,0,16,0,16,35,99,111,111,107,105,101,115,68,105,97,108,111,103,117,101,0,16,0,17,35,99,111,111,107,105,101,115,68,105,114,101,99,116,105,118,101,0,16,0,16,35,99,111,111,107,105,101,115,68,105,115,99,67,111,110,116,0,16,0,18,35,99,111,111,107,105,101,115,68,105,115,99,108,97,105,109,101,114,0,16,0,14,35,99,111,111,107,105,101,115,70,111,111,116,101,114,0,16,0,12,35,99,111,111,107,105,101,115,72,105,110,116,0,16,0,14,35,99,111,111,107,105,101,115,72,105,110,116,95,49,0,16,0,14,35,99,111,111,107,105,101,115,72,111,108,100,101,114,0,16,0,18,35,99,111,111,107,105,101,115,72,111,109,101,72,101,97,100,101,114,0,16,0,9,35,99,111,111,107,105,101,115,73,0,16,0,10,35,99,111,111,107,105,101,115,73,68,0,16,0,12,35,99,111,111,107,105,101,115,73,110,102,111,0,16,0,13,35,99,111,111,107,105,101,115,73,110,102,111,50,0,16,0,15,35,99,111,111,107,105,101,115,73,110,102,111,66,97,114,0,16,0,17,35,99,111,111,107,105,101,115,73,110,102,111,66,108,111,99,107,0,16,0,15,35,99,111,111,107,105,101,115,73,110,102,111,66,111,120,0,16,0,16,35,99,111,111,107,105,101,115,73,110,102,111,66,111,120,49,0,16,0,15,35,99,111,111,107,105,101,115,73,110,102,111,68,105,118,0,16,0,19,35,99,111,111,107,105,101,115,73,110,102,111,114,109,97,116,105,111,110,0,16,0,16,35,99,111,111,107,105,101,115,73,110,102,111,114,109,101,114,0,16,0,13,35,99,111,111,107,105,101,115,73,110,102,111,115,0,16,0,11,35,99,111,111,107,105,101,115,76,97,119,0,16,0,13,35,99,111,111,107,105,101,115,76,97,121,101,114,0,16,0,20,35,99,111,111,107,105,101,115,76,97,121,111,117,116,77,111,100,117,108,101,0,16,0,14,35,99,111,111,107,105,101,115,76,101,103,97,99,121,0,16,0,13,35,99,111,111,107,105,101,115,76,101,103,97,108,0,16,0,20,35,99,111,111,107,105,101,115,76,101,103,97,108,77,101,115,115,97,103,101,0,16,0,12,35,99,111,111,107,105,101,115,77,97,105,110,0,16,0,22,35,99,111,111,107,105,101,115,77,97,105,110,87,97,114,110,105,110,103,68,105,118,0,16,0,23,35,99,111,111,107,105,101,115,77,97,110,97,103,101,114,70,114,97,109,101,66,111,120,0,16,0,15,35,99,111,111,107,105,101,115,77,101,115,115,97,103,101,0,16,0,21,35,99,111,111,107,105,101,115,77,101,115,115,97,103,101,66,97,110,110,101,114,0,16,0,24,35,99,111,111,107,105,101,115,77,101,115,115,97,103,101,67,111,110,116,97,105,110,101,114,0,16,0,22,35,99,111,111,107,105,101,115,77,111,100,97,108,67,111,110,116,97,105,110,101,114,0,16,0,20,35,99,111,111,107,105,101,115,77,111,100,97,108,95,98,111,116,116,111,109,0,16,0,11,35,99,111,111,107,105,101,115,77,115,103,0,16,0,19,35,99,111,111,107,105,101,115,78,111,116,65,99,99,101,112,116,101,100,0,16,0,12,35,99,111,111,107,105,101,115,78,111,116,101,0,16,0,14,35,99,111,111,107,105,101,115,78,111,116,105,99,101,0,16,0,17,35,99,111,111,107,105,101,115,78,111,116,105,99,101,68,105,118,0,16,0,16,35,99,111,111,107,105,101,115,78,111,116,105,99,101,73,100,0,16,0,20,35,99,111,111,107,105,101,115,78,111,116,105,102,105,99,97,116,105,111,110,0,16,0,16,35,99,111,111,107,105,101,115,78,111,116,105,102,105,101,114,0,16,0,14,35,99,111,111,107,105,101,115,78,111,116,105,102,121,0,16,0,10,35,99,111,111,107,105,101,115,79,75,0,16,0,13,35,99,111,111,107,105,101,115,79,107,66,111,120,0,16,0,20,35,99,111,111,107,105,101,115,79,112,116,73,110,77,101,115,115,97,103,101,0,16,0,27,35,99,111,111,107,105,101,115,79,112,116,73,110,77,101,115,115,97,103,101,87,114,97,112,112,101,114,0,16,0,18,35,99,111,111,107,105,101,115,79,112,116,105,110,76,97,121,101,114,0,16,0,13,35,99,111,111,107,105,101,115,79,117,116,101,114,0,16,0,15,35,99,111,111,107,105,101,115,79,118,101,114,108,97,121,0,16,0,10,35,99,111,111,107,105,101,115,80,80,0,16,0,12,35,99,111,111,107,105,101,115,80,97,103,101,0,16,0,13,35,99,111,111,107,105,101,115,80,97,110,101,108,0,16,0,20,35,99,111,111,107,105,101,115,80,97,110,101,108,87,114,97,112,112,101,114,0,16,0,18,35,99,111,111,107,105,101,115,80,101,114,109,105,115,115,105,111,110,0,16,0,14,35,99,111,111,107,105,101,115,80,111,108,105,99,121,0,16,0,20,35,99,111,111,107,105,101,115,80,111,108,105,99,121,66,97,110,110,101,114,0,16,0,15,35,99,111,111,107,105,101,115,80,111,108,105,99,121,67,0,16,0,24,35,99,111,111,107,105,101,115,80,111,108,105,99,121,68,105,115,99,108,97,105,109,101,114,0,16,0,20,35,99,111,111,107,105,101,115,80,111,108,105,99,121,72,111,108,100,101,114,0,16,0,18,35,99,111,111,107,105,101,115,80,111,108,105,99,121,73,110,102,111,0,16,0,21,35,99,111,111,107,105,101,115,80,111,108,105,99,121,77,101,115,115,97,103,101,0,16,0,19,35,99,111,111,107,105,101,115,80,111,108,105,99,121,77,111,100,97,108,0,16,0,20,35,99,111,111,107,105,101,115,80,111,108,105,99,121,78,111,116,105,99,101,0,16,0,19,35,99,111,111,107,105,101,115,80,111,108,105,99,121,80,108,97,99,101,0,16,0,19,35,99,111,111,107,105,101,115,80,111,108,105,99,121,80,111,112,117,112,0,16,0,19,35,99,111,111,107,105,101,115,80,111,108,105,99,121,83,108,105,100,101,0,16,0,21,35,99,111,111,107,105,101,115,80,111,108,105,99,121,87,114,97,112,112,101,114,0,16,0,27,35,99,111,111,107,105,101,115,80,111,108,105,116,105,99,97,80,114,105,118,97,99,105,100,97,100,101,0,16,0,11,35,99,111,111,107,105,101,115,80,111,112,0,16,0,13,35,99,111,111,107,105,101,115,80,111,112,85,112,0,16,0,13,35,99,111,111,107,105,101,115,80,111,112,105,110,0,16,0,13,35,99,111,111,107,105,101,115,80,111,112,117,112,0,16,0,15,35,99,111,111,107,105,101,115,80,114,105,118,97,99,121,0,16,0,37,35,99,111,111,107,105,101,115,80,114,105,118,97,99,121,80,111,108,105,99,121,67,111,110,116,97,105,110,101,114,87,114,97,112,112,101,114,0,16,0,14,35,99,111,111,107,105,101,115,80,114,111,109,112,116,0,16,0,21,35,99,111,111,107,105,101,115,80,114,111,109,112,116,87,114,97,112,112,101,114,0,16,0,17,35,99,111,111,107,105,101,115,82,101,103,108,101,109,101,110,116,0,16,0,15,35,99,111,111,107,105,101,115,82,101,113,117,101,115,116,0,16,0,15,35,99,111,111,107,105,101,115,83,101,99,116,105,111,110,0,16,0,23,35,99,111,111,107,105,101,115,83,104,111,119,70,108,111,97,116,101,114,70,108,97,116,0,16,0,21,35,99,111,111,107,105,101,115,83,111,117,104,108,97,115,105,109,66,108,111,107,0,16,0,17,35,99,111,111,107,105,101,115,83,116,97,116,101,109,101,110,116,0,16,0,13,35,99,111,111,107,105,101,115,83,116,114,105,112,0,16,0,14,35,99,111,111,107,105,101,115,83,117,104,108,97,115,0,16,0,9,35,99,111,111,107,105,101,115,84,0,16,0,11,35,99,111,111,107,105,101,115,84,97,98,0,16,0,12,35,99,111,111,107,105,101,115,84,101,120,116,0,16,0,13,35,99,111,111,107,105,101,115,84,111,97,115,116,0,16,0,15,35,99,111,111,107,105,101,115,84,111,111,108,98,97,114,0,16,0,15,35,99,111,111,107,105,101,115,84,111,112,66,108,111,99,0,16,0,16,35,99,111,111,107,105,101,115,84,111,112,66,108,111,99,107,0,16,0,19,35,99,111,111,107,105,101,115,85,115,97,103,101,70,111,111,116,101,114,0,16,0,11,35,99,111,111,107,105,101,115,85,115,101,0,16,0,12,35,99,111,111,107,105,101,115,87,97,114,110,0,16,0,15,35,99,111,111,107,105,101,115,87,97,114,110,77,115,103,0,16,0,15,35,99,111,111,107,105,101,115,87,97,114,110,105,110,103,0,16,0,21,35,99,111,111,107,105,101,115,87,97,114,110,105,110,103,65,99,116,105,118,101,0,16,0,25,35,99,111,111,107,105,101,115,87,97,114,110,105,110,103,66,97,99,107,103,114,111,117,110,100,0,16,0,21,35,99,111,111,107,105,101,115,87,97,114,110,105,110,103,66,97,110,110,101,114,0,16,0,25,35,99,111,111,107,105,101,115,87,97,114,110,105,110,103,76,111,103,105,110,80,111,112,85,112,0,16,0,22,35,99,111,111,107,105,101,115,87,97,114,110,105,110,103,77,101,115,115,97,103,101,0,16,0,14,35,99,111,111,107,105,101,115,87,105,100,103,101,116,0,16,0,12,35,99,111,111,107,105,101,115,87,114,97,112,0,16,0,15,35,99,111,111,107,105,101,115,87,114,97,112,112,101,114,0,16,0,34,35,99,111,111,107,105,101,115,91,100,97,116,97,45,114,101,103,105,111,110,45,105,100,61,34,99,111,111,107,105,101,115,34,93,0,16,0,22,35,99,111,111,107,105,101,115,91,114,111,108,101,61,34,97,108,101,114,116,34,93,0,16,0,23,35,99,111,111,107,105,101,115,91,114,111,108,101,61,34,100,105,97,108,111,103,34,93,0,16,0,26,35,99,111,111,107,105,101,115,91,115,116,121,108,101,94,61,34,98,111,116,116,111,109,58,34,93,0,16,0,9,35,99,111,111,107,105,101,115,95,0,16,0,20,35,99,111,111,107,105,101,115,95,66,97,99,107,103,114,111,117,110,100,49,0,16,0,13,35,99,111,111,107,105,101,115,95,73,110,102,111,0,16,0,16,35,99,111,111,107,105,101,115,95,95,98,97,110,110,101,114,0,16,0,13,35,99,111,111,107,105,101,115,95,95,110,101,119,0,16,0,15,35,99,111,111,107,105,101,115,95,95,112,111,112,117,112,0,16,0,15,35,99,111,111,107,105,101,115,95,97,99,99,101,112,116,0,16,0,19,35,99,111,111,107,105,101,115,95,97,99,99,101,112,116,95,98,111,120,0,16,0,25,35,99,111,111,107,105,101,115,95,97,99,99,101,112,116,95,99,111,110,116,97,105,110,101,114,0,16,0,23,35,99,111,111,107,105,101,115,95,97,99,99,101,112,116,95,111,118,101,114,108,97,121,0,16,0,17,35,99,111,111,107,105,101,115,95,97,99,99,101,112,116,101,100,0,16,0,12,35,99,111,111,107,105,101,115,95,97,99,107,0,16,0,15,35,99,111,111,107,105,101,115,95,97,100,118,105,99,101,0,16,0,15,35,99,111,111,107,105,101,115,95,97,100,118,105,115,101,0,16,0,16,35,99,111,111,107,105,101,115,95,97,100,118,105,115,111,114,0,16,0,14,35,99,111,111,107,105,101,115,95,97,103,114,101,101,0,16,0,18,35,99,111,111,107,105,101,115,95,97,103,114,101,101,109,101,110,116,0,16,0,14,35,99,111,111,107,105,101,115,95,97,108,97,114,109,0,16,0,14,35,99,111,111,107,105,101,115,95,97,108,98,105,97,0,16,0,14,35,99,111,111,107,105,101,115,95,97,108,101,114,116,0,16,0,24,35,99,111,111,107,105,101,115,95,97,108,101,114,116,95,99,111,110,116,97,105,110,101,114,0,16,0,12,35,99,111,111,107,105,101,115,95,97,108,108,0,16,0,20,35,99,111,111,107,105,101,115,95,97,108,108,111,119,101,100,95,98,111,120,0,16,0,24,35,99,111,111,107,105,101,115,95,97,108,108,111,119,101,100,95,109,101,115,115,97,103,101,0,16,0,13,35,99,111,111,107,105,101,115,95,97,112,108,97,0,16,0,12,35,99,111,111,107,105,101,115,95,97,115,107,0,16,0,22,35,99,111,111,107,105,101,115,95,97,118,101,114,116,105,115,115,101,109,101,110,116,0,16,0,14,35,99,111,111,107,105,101,115,95,97,118,105,115,111,0,16,0,10,35,99,111,111,107,105,101,115,95,98,0,16,0,13,35,99,111,111,107,105,101,115,95,98,97,110,100,0,16,0,15,35,99,111,111,107,105,101,115,95,98,97,110,110,101,114,0,16,0,21,35,99,111,111,107,105,101,115,95,98,97,110,110,101,114,95,97,108,101,114,116,0,16,0,12,35,99,111,111,107,105,101,115,95,98,97,114,0,16,0,24,35,99,111,111,107,105,101,115,95,98,97,114,114,97,97,99,101,112,116,97,99,105,111,110,0,16,0,11,35,99,111,111,107,105,101,115,95,98,103,0,16,0,14,35,99,111,111,107,105,101,115,95,98,108,111,99,107,0,16,0,21,35,99,111,111,107,105,101,115,95,98,108,111,99,107,95,102,111,111,116,101,114,0,16,0,15,35,99,111,111,107,105,101,115,95,98,111,114,100,101,114,0,16,0,15,35,99,111,111,107,105,101,115,95,98,111,116,116,111,109,0,16,0,12,35,99,111,111,107,105,101,115,95,98,111,120,0,16,0,23,35,99,111,111,107,105,101,115,95,98,111,120,95,100,105,115,99,108,97,105,109,101,114,0,16,0,17,35,99,111,111,107,105,101,115,95,98,111,120,95,105,110,102,111,0,16,0,19,35,99,111,111,107,105,101,115,95,98,114,105,101,102,95,105,110,102,111,0,16,0,14,35,99,111,111,107,105,101,115,95,99,104,101,99,107,0,16,0,20,35,99,111,111,107,105,101,115,95,99,110,105,108,95,98,97,110,110,101,114,0,16,0,19,35,99,111,111,107,105,101,115,95,99,111,109,112,108,105,97,110,99,101,0,16,0,13,35,99,111,111,107,105,101,115,95,99,111,110,100,0,16,0,19,35,99,111,111,107,105,101,115,95,99,111,110,100,105,116,105,111,110,115,0,16,0,16,35,99,111,111,107,105,101,115,95,99,111,110,102,105,114,109,0,16,0,20,35,99,111,111,107,105,101,115,95,99,111,110,102,105,114,109,95,98,111,120,0,16,0,24,35,99,111,111,107,105,101,115,95,99,111,110,102,105,114,109,95,119,114,97,112,112,101,114,0,16,0,25,35,99,111,111,107,105,101,115,95,99,111,110,102,105,114,109,97,116,105,111,110,95,98,97,114,0,16,0,16,35,99,111,111,107,105,101,115,95,99,111,110,115,101,110,116,0,16,0,26,35,99,111,111,107,105,101,115,95,99,111,110,115,101,110,116,95,99,111,110,116,97,105,110,101,114,0,16,0,21,35,99,111,111,107,105,101,115,95,99,111,110,115,101,110,116,95,102,111,114,109,0,16,0,13,35,99,111,111,107,105,101,115,95,99,111,110,116,0,16,0,16,35,99,111,111,107,105,101,115,95,99,111,110,116,97,105,110,0,16,0,18,35,99,111,111,107,105,101,115,95,99,111,110,116,97,105,110,101,114,0,16,0,16,35,99,111,111,107,105,101,115,95,99,111,110,116,101,110,116,0,16,0,22,35,99,111,111,107,105,101,115,95,99,111,110,116,101,110,116,95,98,97,114,114,101,0,16,0,15,35,99,111,111,107,105,101,115,95,99,117,115,116,111,109,0,16,0,15,35,99,111,111,107,105,101,115,95,100,105,97,108,111,103,0,16,0,18,35,99,111,111,107,105,101,115,95,100,105,114,101,99,116,105,118,101,0,16,0,19,35,99,111,111,107,105,101,115,95,100,105,115,99,108,97,105,109,101,114,0,16,0,12,35,99,111,111,107,105,101,115,95,100,105,118,0,16,0,17,35,99,111,111,107,105,101,115,95,100,105,118,95,109,97,105,110,0,16,0,18,35,99,111,111,107,105,101,115,95,101,99,95,110,111,116,105,99,101,0,16,0,26,35,99,111,111,107,105,101,115,95,101,110,97,98,108,101,100,95,99,111,110,116,97,105,110,101,114,0,16,0,14,35,99,111,111,107,105,101,115,95,101,110,116,114,121,0,16,0,17,35,99,111,111,107,105,101,115,95,101,114,108,97,117,98,101,110,0,16,0,25,35,99,111,111,107,105,101,115,95,101,116,95,116,114,97,99,101,117,114,115,95,67,78,73,76,0,16,0,11,35,99,111,111,107,105,101,115,95,101,117,0,16,0,22,35,99,111,111,107,105,101,115,95,101,117,95,97,99,99,101,112,116,97,110,99,101,0,16,0,13,35,99,111,111,107,105,101,115,95,102,97,100,101,0,16,0,15,35,99,111,111,107,105,101,115,95,102,111,111,116,101,114,0,16,0,20,35,99,111,111,107,105,101,115,95,102,111,111,116,101,114,95,105,110,102,111,0,16,0,21,35,99,111,111,107,105,101,115,95,102,111,111,116,101,114,95,112,111,112,117,112,0,16,0,19,35,99,111,111,107,105,101,115,95,102,111,111,116,101,114,95,115,101,99,0,16,0,20,35,99,111,111,107,105,101,115,95,103,100,112,114,95,100,114,97,119,101,114,0,16,0,15,35,99,111,111,107,105,101,115,95,104,101,97,100,101,114,0,16,0,13,35,99,111,111,107,105,101,115,95,104,105,110,116,0,16,0,12,35,99,111,111,107,105,101,115,95,105,110,99,0,16,0,12,35,99,111,111,107,105,101,115,95,105,110,102,0,16,0,13,35,99,111,111,107,105,101,115,95,105,110,102,111,0,16,0,17,35,99,111,111,107,105,101,115,95,105,110,102,111,95,98,111,120,0,16,0,20,35,99,111,111,107,105,101,115,95,105,110,102,111,95,104,101,97,100,101,114,0,16,0,19,35,99,111,111,107,105,101,115,95,105,110,102,111,95,112,97,110,101,108,0,16,0,18,35,99,111,111,107,105,101,115,95,105,110,102,111,95,115,104,111,119,0,16,0,15,35,99,111,111,107,105,101,115,95,105,110,102,111,114,109,0,16,0,20,35,99,111,111,107,105,101,115,95,105,110,102,111,114,109,97,116,105,111,110,0,16,0,14,35,99,111,111,107,105,101,115,95,105,110,102,111,115,0,16,0,14,35,99,111,111,107,105,101,115,95,105,110,110,101,114,0,16,0,12,35,99,111,111,107,105,101,115,95,108,97,119,0,16,0,14,35,99,111,111,107,105,101,115,95,108,97,121,101,114,0,16,0,14,35,99,111,111,107,105,101,115,95,108,101,103,97,108,0,16,0,22,35,99,111,111,107,105,101,115,95,108,101,103,97,108,95,109,101,110,116,105,111,110,0,16,0,20,35,99,111,111,107,105,101,115,95,108,101,103,105,115,108,97,116,105,111,110,0,16,0,14,35,99,111,111,107,105,101,115,95,108,105,115,116,97,0,16,0,12,35,99,111,111,107,105,101,115,95,109,101,110,0,16,0,16,35,99,111,111,107,105,101,115,95,109,101,115,115,97,103,101,0,16,0,20,35,99,111,111,107,105,101,115,95,109,101,115,115,97,103,101,95,98,97,114,0,16,0,26,35,99,111,111,107,105,101,115,95,109,101,115,115,97,103,101,95,99,111,110,116,97,105,110,101,114,0,16,0,21,35,99,111,111,107,105,101,115,95,109,101,115,115,97,103,101,95,105,110,102,111,0,16,0,14,35,99,111,111,107,105,101,115,95,109,111,100,97,108,0,16,0,12,35,99,111,111,107,105,101,115,95,109,115,103,0,16,0,16,35,99,111,111,107,105,101,115,95,109,115,103,95,100,105,118,0,16,0,23,35,99,111,111,107,105,101,115,95,109,115,103,95,115,117,98,119,114,97,112,112,101,114,0,16,0,20,35,99,111,111,107,105,101,115,95,109,115,103,95,119,114,97,112,112,101,114,0,16,0,15,35,99,111,111,107,105,101,115,95,110,111,116,105,99,101,0,16,0,22,35,99,111,111,107,105,101,115,95,110,111,116,105,99,101,95,98,97,110,110,101,114,0,16,0,27,35,99,111,111,107,105,101,115,95,110,111,116,105,99,101,95,119,105,100,103,101,116,95,114,111,111,116,0,16,0,14,35,99,111,111,107,105,101,115,95,110,111,116,105,102,0,16,0,21,35,99,111,111,107,105,101,115,95,110,111,116,105,102,105,99,97,116,105,111,110,0,16,0,17,35,99,111,111,107,105,101,115,95,110,111,116,105,102,105,101,114,0,16,0,27,35,99,111,111,107,105,101,115,95,110,111,116,105,102,105,101,114,95,99,111,110,116,97,105,110,101,114,0,16,0,15,35,99,111,111,107,105,101,115,95,110,111,116,105,102,121,0,16,0,24,35,99,111,111,107,105,101,115,95,110,111,116,105,102,121,95,99,111,110,116,95,97,108,108,0,16,0,25,35,99,111,111,107,105,101,115,95,110,111,116,105,102,121,95,99,111,110,116,97,105,110,101,114,0,16,0,12,35,99,111,111,107,105,101,115,95,111,99,117,0,16,0,11,35,99,111,111,107,105,101,115,95,111,107,0,16,0,13,35,99,111,111,107,105,101,115,95,111,114,101,111,0,16,0,16,35,99,111,111,107,105,101,115,95,111,118,101,114,108,97,121,0,16,0,22,35,99,111,111,107,105,101,115,95,111,118,101,114,108,97,121,95,115,104,97,100,101,0,16,0,14,35,99,111,111,107,105,101,115,95,112,97,110,101,108,0,16,0,17,35,99,111,111,107,105,101,115,95,112,97,110,101,108,95,98,103,0,16,0,19,35,99,111,111,107,105,101,115,95,112,101,114,109,105,115,115,105,111,110,0,16,0,23,35,99,111,111,107,105,101,115,95,112,111,108,105,99,105,101,115,95,97,108,101,114,116,0,16,0,15,35,99,111,111,107,105,101,115,95,112,111,108,105,99,121,0,16,0,22,35,99,111,111,107,105,101,115,95,112,111,108,105,99,121,95,98,97,110,110,101,114,0,16,0,19,35,99,111,111,107,105,101,115,95,112,111,108,105,99,121,95,98,97,114,0,16,0,18,35,99,111,111,107,105,101,115,95,112,111,108,105,99,121,95,98,103,0,16,0,24,35,99,111,111,107,105,101,115,95,112,111,108,105,99,121,95,98,105,103,95,102,111,114,109,0,16,0,19,35,99,111,111,107,105,101,115,95,112,111,108,105,99,121,95,98,111,120,0,16,0,25,35,99,111,111,107,105,101,115,95,112,111,108,105,99,121,95,99,111,110,116,97,105,110,101,114,0,16,0,21,35,99,111,111,107,105,101,115,95,112,111,108,105,99,121,95,112,111,112,117,112,0,16,0,20,35,99,111,111,107,105,101,115,95,112,111,108,105,99,121,95,119,114,97,112,0,16,0,17,35,99,111,111,107,105,101,115,95,112,111,108,105,116,121,107,97,0,16,0,12,35,99,111,111,107,105,101,115,95,112,111,112,0,16,0,14,35,99,111,111,107,105,101,115,95,112,111,112,105,110,0,16,0,14,35,99,111,111,107,105,101,115,95,112,111,112,117,112,0,16,0,24,35,99,111,111,107,105,101,115,95,112,111,112,117,112,95,99,111,110,116,97,105,110,101,114,0,16,0,11,35,99,111,111,107,105,101,115,95,112,112,0,16,0,16,35,99,111,111,107,105,101,115,95,112,114,105,118,97,99,121,0,16,0,17,35,99,111,111,107,105,101,115,95,113,117,101,115,116,105,111,110,0,16,0,12,35,99,111,111,107,105,101,115,95,114,101,112,0,16,0,16,35,99,111,111,107,105,101,115,95,114,101,113,117,101,115,116,0,16,0,16,35,99,111,111,107,105,101,115,95,115,101,99,116,105,111,110,0,16,0,20,35,99,111,111,107,105,101,115,95,115,104,111,119,95,100,105,97,108,111,103,0,16,0,17,35,99,111,111,107,105,101,115,95,115,105,100,95,105,110,102,111,0,16,0,18,35,99,111,111,107,105,101,115,95,115,116,97,116,101,109,101,110,116,0,16,0,14,35,99,111,111,107,105,101,115,95,115,116,114,105,112,0,16,0,12,35,99,111,111,107,105,101,115,95,116,97,98,0,16,0,14,35,99,111,111,107,105,101,115,95,116,101,114,109,115,0,16,0,12,35,99,111,111,107,105,101,115,95,116,105,99,0,16,0,16,35,99,111,111,107,105,101,115,95,116,111,111,108,98,97,114,0,16,0,14,35,99,111,111,107,105,101,115,95,116,114,101,115,99,0,16,0,12,35,99,111,111,107,105,101,115,95,116,120,116,0,16,0,13,35,99,111,111,107,105,101,115,95,118,105,101,119,0,16,0,15,35,99,111,111,107,105,101,115,95,118,105,101,119,101,114,0,16,0,13,35,99,111,111,107,105,101,115,95,119,97,114,110,0,16,0,16,35,99,111,111,107,105,101,115,95,119,97,114,110,105,110,103,0,16,0,16,35,99,111,111,107,105,101,115,95,119,114,97,112,112,101,114,0,16,0,11,35,99,111,111,107,105,101,115,97,100,118,0,16,0,13,35,99,111,111,107,105,101,115,97,103,114,101,101,0,16,0,13,35,99,111,111,107,105,101,115,97,108,101,114,116,0,16,0,12,35,99,111,111,107,105,101,115,97,114,101,97,0,16,0,13,35,99,111,111,107,105,101,115,97,118,105,115,111,0,16,0,11,35,99,111,111,107,105,101,115,98,97,110,0,16,0,14,35,99,111,111,107,105,101,115,98,97,110,110,101,114,0,16,0,11,35,99,111,111,107,105,101,115,98,97,114,0,16,0,12,35,99,111,111,107,105,101,115,98,108,111,107,0,16,0,11,35,99,111,111,107,105,101,115,98,111,120,0,16,0,9,35,99,111,111,107,105,101,115,99,0,16,0,13,35,99,111,111,107,105,101,115,99,104,101,99,107,0,16,0,14,35,99,111,111,107,105,101,115,99,104,111,105,99,101,0,16,0,10,35,99,111,111,107,105,101,115,99,107,0,16,0,17,35,99,111,111,107,105,101,115,99,107,95,97,99,99,101,112,116,0,16,0,18,35,99,111,111,107,105,101,115,99,107,95,111,118,101,114,108,97,121,0,16,0,18,35,99,111,111,107,105,101,115,99,111,110,99,101,110,116,98,97,114,0,16,0,15,35,99,111,111,107,105,101,115,99,111,110,102,105,114,109,0,16,0,15,35,99,111,111,107,105,101,115,99,111,110,115,101,110,116,0,16,0,17,35,99,111,111,107,105,101,115,99,111,110,116,97,105,110,101,114,0,16,0,15,35,99,111,111,107,105,101,115,99,111,110,116,101,110,116,0,16,0,13,35,99,111,111,107,105,101,115,99,114,101,101,110,0,16,0,13,35,99,111,111,107,105,101,115,99,114,105,112,116,0,16,0,19,35,99,111,111,107,105,101,115,99,114,105,112,116,95,98,97,100,103,101,0,16,0,23,35,99,111,111,107,105,101,115,99,114,105,112,116,95,99,111,110,116,97,105,110,101,114,0,16,0,22,35,99,111,111,107,105,101,115,99,114,105,112,116,95,105,110,106,101,99,116,101,100,0,16,0,33,35,99,111,111,107,105,101,115,99,114,105,112,116,95,105,110,106,101,99,116,101,100,95,98,97,99,107,103,114,111,117,110,100,0,16,0,30,35,99,111,111,107,105,101,115,99,114,105,112,116,95,105,110,106,101,99,116,101,100,95,119,114,97,112,112,101,114,0,16,0,25,35,99,111,111,107,105,101,115,99,114,105,112,116,95,105,110,106,101,99,116,101,100,111,110,101,0,16,0,18,35,99,111,111,107,105,101,115,99,114,105,112,116,95,109,97,105,110,0,16,0,21,35,99,111,111,107,105,101,115,99,114,105,112,116,95,119,114,97,112,112,101,114,0,16,0,14,35,99,111,111,107,105,101,115,100,105,97,108,111,103,0,16,0,27,35,99,111,111,107,105,101,115,100,105,114,101,99,116,105,118,101,45,99,111,110,116,97,105,110,101,114,0,16,0,18,35,99,111,111,107,105,101,115,100,105,115,99,108,97,105,109,101,114,0,16,0,15,35,99,111,111,107,105,101,115,100,105,115,112,108,97,121,0,16,0,11,35,99,111,111,107,105,101,115,100,105,118,0,16,0,18,35,99,111,111,107,105,101,115,101,97,108,45,98,97,110,110,101,114,0,16,0,14,35,99,111,111,107,105,101,115,101,99,116,105,111,110,0,16,0,15,35,99,111,111,107,105,101,115,101,110,97,98,108,101,100,0,16,0,14,35,99,111,111,107,105,101,115,101,115,97,110,116,101,0,16,0,13,35,99,111,111,107,105,101,115,101,116,100,105,118,0,16,0,15,35,99,111,111,107,105,101,115,101,116,116,105,110,103,115,0,16,0,14,35,99,111,111,107,105,101,115,101,117,45,98,97,114,0,16,0,11,35,99,111,111,107,105,101,115,104,105,116,0,16,0,13,35,99,111,111,107,105,101,115,104,111,121,101,114,0,16,0,12,35,99,111,111,107,105,101,115,105,110,102,111,0,16,0,19,35,99,111,111,107,105,101,115,105,110,102,111,45,110,97,118,98,97,114,0,16,0,20,35,99,111,111,107,105,101,115,105,110,102,111,45,119,114,97,112,112,101,114,0,16,0,17,35,99,111,111,107,105,101,115,105,110,102,111,112,110,108,95,99,0,16,0,11,35,99,111,111,107,105,101,115,106,115,114,0,16,0,11,35,99,111,111,107,105,101,115,108,97,119,0,16,0,16,35,99,111,111,107,105,101,115,108,97,119,99,104,101,99,107,0,16,0,13,35,99,111,111,107,105,101,115,108,101,103,97,108,0,16,0,13,35,99,111,111,107,105,101,115,108,105,100,101,114,0,16,0,13,35,99,111,111,107,105,101,115,108,105,115,116,97,0,16,0,15,35,99,111,111,107,105,101,115,109,101,108,100,105,110,103,0,16,0,12,35,99,111,111,107,105,101,115,109,101,110,117,0,16,0,15,35,99,111,111,107,105,101,115,109,101,115,115,97,103,101,0,16,0,18,35,99,111,111,107,105,101,115,109,101,115,115,97,103,101,100,105,118,0,16,0,16,35,99,111,111,107,105,101,115,109,101,115,115,97,103,101,115,0,16,0,10,35,99,111,111,107,105,101,115,109,115,0,16,0,11,35,99,111,111,107,105,101,115,109,115,103,0,16,0,14,35,99,111,111,107,105,101,115,110,111,116,105,99,101,0,16,0,14,35,99,111,111,107,105,101,115,110,111,116,105,102,121,0,16,0,10,35,99,111,111,107,105,101,115,111,114,0,16,0,16,35,99,111,111,107,105,101,115,111,118,101,114,118,105,101,119,0,16,0,12,35,99,111,111,107,105,101,115,112,97,99,101,0,16,0,12,35,99,111,111,107,105,101,115,112,97,110,101,0,16,0,14,35,99,111,111,107,105,101,115,112,108,101,97,115,101,0,16,0,28,35,99,111,111,107,105,101,115,112,108,117,115,45,109,111,100,97,108,45,99,111,110,116,97,105,110,101,114,0,16,0,20,35,99,111,111,107,105,101,115,112,108,117,115,45,111,118,101,114,108,97,121,0,16,0,14,35,99,111,111,107,105,101,115,112,111,108,105,99,121,0,16,0,17,35,99,111,111,107,105,101,115,112,111,108,105,99,121,100,105,118,0,16,0,21,35,99,111,111,107,105,101,115,112,111,108,105,99,121,109,101,115,115,97,103,101,0,16,0,11,35,99,111,111,107,105,101,115,112,111,112,0,16,0,13,35,99,111,111,107,105,101,115,112,111,112,117,112,0,16,0,19,35,99,111,111,107,105,101,115,112,111,112,117,112,45,108,97,121,101,114,0,16,0,10,35,99,111,111,107,105,101,115,112,112,0,16,0,14,35,99,111,111,107,105,101,115,114,105,98,98,111,110,0,16,0,9,35,99,111,111,107,105,101,115,115,0,16,0,15,35,99,111,111,107,105,101,115,115,101,99,116,105,111,110,0,16,0,10,35,99,111,111,107,105,101,115,115,115,0,16,0,11,35,99,111,111,107,105,101,115,116,97,116,0,16,0,16,35,99,111,111,107,105,101,115,116,97,116,101,109,101,110,116,0,16,0,13,35,99,111,111,107,105,101,115,116,101,114,109,115,0,16,0,12,35,99,111,111,107,105,101,115,116,101,120,116,0,16,0,12,35,99,111,111,107,105,101,115,116,114,105,112,0,16,0,13,35,99,111,111,107,105,101,115,117,115,97,103,101,0,16,0,12,35,99,111,111,107,105,101,115,119,97,114,110,0,16,0,15,35,99,111,111,107,105,101,115,119,97,114,110,105,110,103,0,16,0,21,35,99,111,111,107,105,101,115,119,97,114,110,105,110,103,95,98,108,111,99,107,0,16,0,12,35,99,111,111,107,105,101,115,119,114,97,112,0,16,0,12,35,99,111,111,107,105,101,116,97,98,108,101,0,16,0,9,35,99,111,111,107,105,101,116,99,0,16,0,11,35,99,111,111,107,105,101,116,101,115,116,0,16,0,11,35,99,111,111,107,105,101,116,101,120,116,0,16,0,14,35,99,111,111,107,105,101,116,101,120,116,100,105,118,0,16,0,12,35,99,111,111,107,105,101,116,104,105,110,103,0,16,0,13,35,99,111,111,107,105,101,116,105,99,107,101,114,0,16,0,12,35,99,111,111,107,105,101,116,111,97,115,116,0,16,0,10,35,99,111,111,107,105,101,116,111,112,0,16,0,13,35,99,111,111,107,105,101,116,111,112,98,97,114,0,16,0,13,35,99,111,111,107,105,101,116,111,112,112,101,114,0,16,0,8,35,99,111,111,107,105,101,117,0,16,0,15,35,99,111,111,107,105,101,117,95,104,101,97,100,101,114,0,16,0,11,35,99,111,111,107,105,101,117,100,105,118,0,16,0,10,35,99,111,111,107,105,101,117,115,101,0,16,0,13,35,99,111,111,107,105,101,117,115,101,97,103,101,0,16,0,12,35,99,111,111,107,105,101,117,115,105,110,103,0,16,0,11,35,99,111,111,107,105,101,118,101,105,108,0,16,0,10,35,99,111,111,107,105,101,118,106,119,0,16,0,19,35,99,111,111,107,105,101,119,97,97,114,115,99,104,117,119,105,110,103,0,16,0,11,35,99,111,111,107,105,101,119,97,114,110,0,16,0,17,35,99,111,111,107,105,101,119,97,114,110,45,112,97,110,101,108,0,16,0,14,35,99,111,111,107,105,101,119,97,114,110,98,97,114,0,16,0,13,35,99,111,111,107,105,101,119,97,114,110,101,114,0,16,0,14,35,99,111,111,107,105,101,119,97,114,110,105,110,103,0,16,0,20,35,99,111,111,107,105,101,119,97,114,110,105,110,103,45,98,108,111,99,107,0,16,0,21,35,99,111,111,107,105,101,119,97,114,110,105,110,103,95,104,101,97,100,101,114,0,16,0,23,35,99,111,111,107,105,101,119,97,114,110,105,110,103,99,111,110,116,97,105,110,101,114,0,16,0,20,35,99,111,111,107,105,101,119,97,114,110,105,110,103,105,102,114,97,109,101,0,16,0,14,35,99,111,111,107,105,101,119,97,114,110,117,110,103,0,16,0,10,35,99,111,111,107,105,101,119,101,116,0,16,0,15,35,99,111,111,107,105,101,119,101,116,45,98,97,108,107,0,16,0,15,35,99,111,111,107,105,101,119,101,116,45,104,111,101,107,0,16,0,16,35,99,111,111,107,105,101,119,101,116,103,101,118,105,110,103,0,16,0,13,35,99,111,111,107,105,101,119,105,110,100,111,119,0,16,0,18,35,99,111,111,107,105,101,119,111,111,107,105,101,98,108,111,99,107,0,16,0,11,35,99,111,111,107,105,101,119,114,97,112,0,16,0,14,35,99,111,111,107,105,101,119,114,97,112,112,101,114,0,16,0,11,35,99,111,111,107,105,101,120,110,100,111,0,16,0,12,35,99,111,111,107,105,101,122,101,105,108,101,0,16,0,15,35,99,111,111,107,105,105,45,109,101,115,115,97,103,101,0,16,0,15,35,99,111,111,107,105,105,45,111,118,101,114,108,97,121,0,16,0,9,35,99,111,111,107,105,110,102,111,0,16,0,12,35,99,111,111,107,105,110,102,111,68,73,86,0,16,0,19,35,99,111,111,107,105,110,102,111,95,99,111,110,116,97,105,110,101,114,0,16,0,13,35,99,111,111,107,105,114,80,111,108,105,99,121,0,16,0,10,35,99,111,111,107,105,115,45,98,103,0,16,0,11,35,99,111,111,107,105,115,45,98,111,120,0,16,0,10,35,99,111,111,107,105,115,116,111,112,0,16,0,7,35,99,111,111,107,105,116,0,16,0,12,35,99,111,111,107,105,120,45,98,111,100,121,0,16,0,8,35,99,111,111,107,108,97,119,0,16,0,8,35,99,111,111,107,108,97,121,0,16,0,10,35,99,111,111,107,108,97,121,101,114,0,16,0,13,35,99,111,111,107,110,111,116,101,45,100,105,118,0,16,0,8,35,99,111,111,107,112,111,108,0,16,0,8,35,99,111,111,107,116,97,98,0,16,0,13,35,99,111,111,107,121,45,112,111,108,105,99,121,0,16,0,13,35,99,111,111,107,121,95,112,111,108,105,99,121,0,16,0,12,35,99,111,111,111,111,111,111,107,105,101,115,0,16,0,16,35,99,111,111,112,67,111,111,107,105,101,76,97,121,101,114,0,16,0,17,35,99,112,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,16,0,16,35,99,112,45,99,111,111,107,105,101,45,112,111,112,117,112,0,16,0,20,35,99,112,45,112,111,108,105,99,121,45,99,111,110,116,97,105,110,101,114,0,16,0,11,35,99,112,50,95,99,111,111,107,105,101,0,16,0,20,35,99,112,95,98,97,110,110,101,114,95,99,111,110,116,97,105,110,101,114,0,16,0,14,35,99,112,95,99,111,111,107,105,101,95,98,97,114,0,16,0,8,35,99,112,95,119,114,97,112,0,16,0,27,35,99,112,110,98,95,109,97,110,97,103,101,114,95,119,114,97,112,95,99,108,111,115,101,95,98,103,0,16,0,25,35,99,112,110,98,95,119,97,114,110,105,110,103,66,111,120,66,103,79,118,101,114,108,97,121,0,16,0,12,35,99,112,111,108,105,99,121,45,98,97,114,0,16,0,15,35,99,112,111,108,105,99,121,45,104,111,108,100,101,114,0,16,0,14,35,99,112,111,108,105,99,121,72,111,108,100,101,114,0,16,0,20,35,99,112,115,45,115,104,97,109,97,110,45,110,111,116,105,102,105,101,114,0,16,0,23,35,99,112,115,67,111,111,107,105,101,72,105,110,116,67,111,110,116,97,105,110,101,114,0,16,0,11,35,99,113,99,113,66,117,116,116,111,110,0,16,0,10,35,99,113,99,113,80,97,110,101,108,0,16,0,19,35,99,115,95,112,111,108,105,116,121,107,97,99,111,111,107,105,101,115,0,16,0,14,35,99,115,109,45,111,112,116,105,110,45,98,97,114,0,16,0,18,35,99,115,115,70,67,111,110,115,101,110,116,67,111,111,107,105,101,0,16,0,17,35,99,115,115,95,99,111,111,107,105,101,115,95,110,111,116,101,0,16,0,26,35,99,116,45,117,98,101,114,45,103,100,112,114,45,99,111,111,107,105,101,45,112,111,112,117,112,0,16,0,37,35,99,116,45,117,108,116,105,109,97,116,101,45,103,100,112,114,45,99,111,111,107,105,101,45,111,112,101,110,45,115,104,97,100,100,111,119,0,16,0,30,35,99,116,45,117,108,116,105,109,97,116,101,45,103,100,112,114,45,99,111,111,107,105,101,45,112,111,112,117,112,0,16,0,9,35,99,116,67,111,111,107,105,101,0,16,0,17,35,99,116,95,99,111,111,107,105,101,95,112,114,111,109,112,116,0,16,0,11,35,99,116,97,45,99,111,111,107,105,101,0,16,0,18,35,99,116,97,95,112,114,111,109,112,116,95,98,111,116,116,111,109,0,16,0,40,35,99,116,108,48,48,95,67,105,97,115,116,101,99,122,107,97,80,111,108,105,116,121,107,97,95,82,78,67,111,99,107,105,101,95,112,111,112,117,112,0,16,0,17,35,99,116,108,48,48,95,67,111,111,107,105,101,65,114,101,97,0,16,0,25,35,99,116,108,48,48,95,67,111,111,107,105,101,67,111,110,102,105,114,109,80,97,110,101,108,0,16,0,17,35,99,116,108,48,48,95,67,111,111,107,105,101,73,110,102,111,0,16,0,21,35,99,116,108,48,48,95,67,111,111,107,105,101,87,97,114,110,105,110,103,49,0,16,0,25,35,99,116,108,48,48,95,67,111,111,107,105,101,115,95,112,110,108,67,111,111,107,105,101,115,0,16,0,17,35,99,116,108,48,48,95,68,105,118,67,111,111,107,105,101,115,0,16,0,23,35,99,116,108,48,48,95,69,85,67,111,111,107,105,101,115,87,97,114,110,105,110,103,0,16,0,29,35,99,116,108,48,48,95,70,111,111,116,101,114,95,114,110,67,111,111,107,105,101,115,95,112,111,112,117,112,0,16,0,27,35,99,116,108,48,48,95,73,100,67,111,111,107,105,101,115,95,68,105,118,66,108,97,110,99,104,101,0,16,0,18,35,99,116,108,48,48,95,80,97,110,101,108,67,111,111,107,105,101,0,16,0,31,35,99,116,108,48,48,95,80,97,110,101,108,80,111,108,105,116,121,107,97,80,114,121,119,97,116,110,111,115,99,105,0,16,0,16,35,99,116,108,48,48,95,80,97,110,101,108,82,71,80,68,0,16,0,27,35,99,116,108,48,48,95,99,104,100,114,95,112,110,108,67,111,111,107,105,101,72,101,97,100,101,114,0,16,0,16,35,99,116,108,48,48,95,99,107,87,97,114,110,105,110,103,0,16,0,30,35,99,116,108,48,48,95,99,111,111,107,105,101,67,111,110,115,101,110,116,95,112,110,108,67,111,111,107,105,101,0,16,0,19,35,99,116,108,48,48,95,99,111,111,107,105,101,78,111,116,105,99,101,0,16,0,18,35,99,116,108,48,48,95,99,111,111,107,105,101,80,97,110,101,108,0,16,0,16,35,99,116,108,48,48,95,99,111,111,107,105,101,80,110,108,0,16,0,26,35,99,116,108,48,48,95,99,111,111,107,105,101,95,99,111,111,107,105,101,95,112,97,110,101,108,0,16,0,19,35,99,116,108,48,48,95,99,111,111,107,105,101,95,112,97,110,101,108,0,16,0,30,35,99,116,108,48,48,95,99,111,111,107,105,101,99,111,110,115,101,110,116,95,97,106,97,120,80,97,110,101,108,0,16,0,14,35,99,116,108,48,48,95,99,111,111,107,105,101,115,0,16,0,17,35,99,116,108,48,48,95,99,111,111,107,105,101,115,95,112,108,0,16,0,32,35,99,116,108,48,48,95,99,116,108,48,48,95,67,111,111,107,105,101,80,111,108,105,99,121,77,101,115,115,97,103,101,0,16,0,38,35,99,116,108,48,48,95,99,116,108,48,48,95,67,111,111,107,105,101,80,111,108,105,99,121,95,99,111,111,107,105,101,80,111,108,105,99,121,0,16,0,25,35,99,116,108,48,48,95,99,116,108,48,48,95,99,111,111,107,105,101,78,111,116,105,99,101,0,16,0,31,35,99,116,108,48,48,95,99,116,108,48,48,95,99,116,108,48,48,95,99,111,111,107,105,101,76,97,119,80,110,108,0,16,0,37,35,99,116,108,48,48,95,99,116,108,48,48,95,100,105,118,67,111,111,107,105,101,80,111,108,105,99,121,67,111,110,116,97,105,110,101,114,0,16,0,26,35,99,116,108,48,48,95,99,116,108,48,48,95,112,114,105,118,97,99,121,85,112,100,97,116,101,0,16,0,37,35,99,116,108,48,48,95,99,116,108,48,48,95,117,99,67,111,111,107,105,101,65,108,101,114,116,95,117,112,100,116,67,111,111,107,105,101,0,16,0,26,35,99,116,108,48,48,95,99,116,108,48,54,95,67,111,111,107,105,101,87,114,97,112,112,101,114,0,16,0,28,35,99,116,108,48,48,95,99,116,108,49,52,95,112,110,108,87,101,85,115,101,67,111,111,107,105,101,115,0,16,0,40,35,99,116,108,48,48,95,99,116,108,67,111,111,107,105,101,68,105,115,99,108,97,105,109,101,114,95,112,110,108,68,105,115,99,108,97,105,109,101,114,0,16,0,19,35,99,116,108,48,48,95,100,105,118,67,111,111,107,105,101,77,115,103,0,16,0,17,35,99,116,108,48,48,95,100,105,118,67,111,111,107,105,101,115,0,16,0,27,35,99,116,108,48,48,95,104,101,97,100,101,114,49,95,67,111,111,107,105,101,72,101,97,100,101,114,0,16,0,31,35,99,116,108,48,48,95,105,110,102,111,114,109,97,99,106,97,67,111,111,107,105,101,115,76,97,121,111,117,116,52,0,16,0,23,35,99,116,108,48,48,95,112,97,110,67,111,111,107,105,101,65,98,102,114,97,103,101,0,16,0,19,35,99,116,108,48,48,95,112,97,110,101,108,95,99,111,111,107,105,101,0,16,0,16,35,99,116,108,48,48,95,112,110,108,67,111,111,107,105,101,0,16,0,23,35,99,116,108,48,48,95,112,110,108,67,111,111,107,105,101,77,101,115,115,97,103,101,0,16,0,24,35,99,116,108,48,48,95,112,110,108,67,111,111,107,105,101,83,101,116,116,105,110,103,115,0,16,0,17,35,99,116,108,48,48,95,112,110,108,67,111,111,107,105,101,115,0,16,0,28,35,99,116,108,48,48,95,112,110,108,73,110,102,111,114,109,97,116,105,118,97,67,111,111,107,105,101,115,0,16,0,17,35,99,116,108,48,48,95,112,110,108,95,99,111,111,107,105,101,0,16,0,20,35,99,116,108,48,48,95,112,114,105,118,97,99,121,85,112,100,97,116,101,0,16,0,36,35,99,116,108,48,48,95,116,104,101,115,101,117,115,67,111,111,107,105,101,80,111,108,105,99,121,95,99,111,111,107,105,101,80,111,108,0,16,0,38,35,99,116,108,48,48,95,116,104,101,115,101,117,115,67,111,111,107,105,101,80,111,108,105,99,121,95,117,108,67,111,111,107,105,101,80,111,108,0,16,0,20,35,99,116,108,48,48,95,117,99,68,97,116,101,110,115,99,104,117,116,122,0,16,0,15,35,99,116,108,48,48,95,117,112,67,111,111,107,105,101,0,16,0,37,35,99,116,108,48,49,95,99,116,108,48,48,95,67,111,111,107,105,101,80,114,101,102,101,114,101,110,99,101,115,67,111,110,116,114,111,108,0,16,0,22,35,99,116,108,48,49,95,112,110,108,67,111,111,107,105,101,66,97,110,110,101,114,0,16,0,21,35,99,116,108,48,49,95,117,105,67,111,111,107,105,101,66,97,110,110,101,114,0,16,0,14,35,99,116,108,48,52,95,99,111,111,107,105,101,115,0,16,0,22,35,99,116,108,48,54,95,112,110,108,67,111,111,107,105,101,66,97,110,110,101,114,0,16,0,14,35,99,116,108,48,56,95,67,111,111,107,105,101,115,0,16,0,22,35,99,116,108,48,56,95,112,110,108,67,111,111,107,105,101,80,111,108,105,99,121,0,16,0,22,35,99,116,108,48,57,95,117,120,67,111,111,107,105,101,67,111,110,115,101,110,116,0,16,0,22,35,99,116,108,49,48,95,112,110,108,67,111,111,107,105,101,66,97,110,110,101,114,0,16,0,18,35,99,116,108,49,51,95,67,111,111,107,105,101,80,97,110,101,108,0,16,0,16,35,99,116,108,50,48,95,112,110,108,67,111,111,107,105,101,0,16,0,24,35,99,116,108,50,54,95,85,112,100,97,116,101,80,97,110,101,108,67,111,111,107,105,101,0,16,0,16,35,99,116,108,51,48,95,112,110,108,67,111,111,107,105,101,0,16,0,33,35,99,116,108,109,65,99,116,105,111,110,115,68,105,118,95,99,108,111,115,101,67,111,111,107,105,101,66,97,110,110,101,114,0,16,0,12,35,99,116,110,95,99,111,111,107,105,101,115,0,16,0,12,35,99,116,114,45,99,111,111,107,105,101,115,0,16,0,25,35,99,116,114,108,72,101,97,100,101,114,95,100,105,118,67,111,111,107,105,101,84,101,120,116,0,16,0,19,35,99,116,114,108,95,98,97,114,114,97,95,99,111,111,107,105,101,115,0,16,0,20,35,99,116,116,95,119,95,99,111,111,107,105,101,95,110,111,116,105,99,101,0,16,0,20,35,99,116,119,45,105,109,112,108,105,101,100,45,99,111,110,115,101,110,116,0,16,0,16,35,99,117,45,99,111,111,107,105,101,45,97,108,101,114,116,0,16,0,18,35,99,117,45,112,114,105,118,97,99,121,45,110,111,116,105,99,101,0,16,0,10,35,99,117,67,111,110,115,101,110,116,0,16,0,19,35,99,117,108,116,95,99,111,111,107,105,101,95,97,99,99,101,112,116,0,16,0,18,35,99,117,115,116,45,99,111,111,107,105,101,45,109,111,100,97,108,0,16,0,11,35,99,117,115,116,99,111,111,107,105,101,0,16,0,21,35,99,117,115,116,111,109,45,99,111,111,107,105,101,45,97,99,99,101,112,116,0,16,0,24,35,99,117,115,116,111,109,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,16,0,29,35,99,117,115,116,111,109,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,45,98,97,110,110,101,114,0,16,0,21,35,99,117,115,116,111,109,45,104,101,97,100,101,114,45,99,111,111,107,105,101,0,16,0,30,35,99,117,115,116,111,109,67,111,111,107,105,101,76,111,97,100,105,110,103,66,97,99,107,103,114,111,117,110,100,0,16,0,14,35,99,117,115,116,111,109,95,99,111,111,107,105,101,0,16,0,14,35,99,119,45,99,111,111,107,105,101,73,110,102,111,0,16,0,21,35,99,119,45,100,97,116,97,45,99,111,111,107,105,101,45,108,101,103,97,108,0,16,0,10,35,99,119,97,114,110,45,98,111,120,0,16,0,21,35,99,120,45,110,111,116,105,102,105,99,97,116,105,111,110,45,119,114,97,112,0,16,0,17,35,99,120,95,98,111,116,116,111,109,95,98,97,110,110,101,114,0,16,0,12,35,99,122,103,100,112,114,45,109,97,115,107,0,16,0,14,35,99,122,103,100,112,114,45,110,111,116,105,99,101,0,16,0,17,35,100,45,99,111,111,107,105,101,115,87,97,114,110,105,110,103,0,16,0,26,35,100,45,99,111,111,107,105,101,115,87,97,114,110,105,110,103,65,100,115,76,97,121,111,117,116,0,16,0,19,35,100,45,110,111,116,105,102,105,99,97,116,105,111,110,45,98,97,114,0,16,0,18,35,100,52,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,0,16,0,13,35,100,65,118,105,115,111,67,111,111,107,105,101,0,16,0,9,35,100,67,111,111,107,105,101,115,0,16,0,35,35,100,97,101,120,116,108,119,99,110,102,45,99,111,111,107,105,101,45,110,111,116,105,99,101,45,99,111,110,116,97,105,110,101,114,0,16,0,40,35,100,97,101,120,116,108,119,99,110,102,45,99,111,111,107,105,101,45,110,111,116,105,99,101,45,99,111,110,116,97,105,110,101,114,45,109,97,115,107,0,16,0,15,35,100,97,112,45,99,111,111,107,105,101,45,98,97,114,0,16,0,16,35,100,97,114,107,101,110,101,114,95,99,111,111,107,105,101,0,16,0,17,35,100,97,115,67,111,111,107,105,101,67,111,110,116,114,111,108,0,16,0,27,35,100,97,116,97,45,100,105,115,99,108,97,105,109,101,114,46,100,105,115,99,108,97,105,109,101,114,0,16,0,17,35,100,97,116,97,45,112,114,105,118,97,99,121,45,98,97,114,0,16,0,23,35,100,97,116,97,45,112,114,111,116,101,99,116,105,111,110,45,98,97,110,110,101,114,0,16,0,29,35,100,97,116,97,45,112,114,111,116,101,99,116,105,111,110,45,110,111,116,105,102,105,99,97,116,105,111,110,0,16,0,24,35,100,97,116,97,45,112,114,111,116,101,99,116,105,111,110,45,111,118,101,114,108,97,121,0,16,0,27,35,100,97,116,97,45,112,114,111,116,101,99,116,105,111,110,45,114,101,103,117,108,97,116,105,111,110,0,16,0,28,35,100,97,116,97,45,115,116,111,114,101,45,112,101,114,109,105,115,115,105,111,110,45,112,111,112,117,112,0,16,0,18,35,100,97,116,97,67,111,108,108,101,99,116,80,111,108,105,99,121,0,16,0,18,35,100,97,116,97,80,114,105,118,97,99,121,68,105,97,108,111,103,0,16,0,24,35,100,97,116,97,95,112,114,111,116,101,99,116,105,111,110,95,99,111,109,109,101,110,116,0,16,0,31,35,100,97,116,97,95,112,114,111,116,101,99,116,105,111,110,95,99,111,109,109,101,110,116,95,109,111,98,105,108,101,0,16,0,22,35,100,97,116,97,112,114,111,116,101,99,116,105,111,110,109,101,115,115,97,103,101,0,16,0,19,35,100,97,116,101,110,115,99,104,117,116,122,45,98,97,110,110,101,114,0,16,0,20,35,100,97,116,101,110,115,99,104,117,116,122,45,99,111,110,115,101,110,116,0,16,0,18,35,100,97,116,101,110,115,99,104,117,116,122,45,108,97,121,101,114,0,16,0,20,35,100,97,116,101,110,115,99,104,117,116,122,95,104,105,110,119,101,105,115,0,16,0,17,35,100,97,116,101,110,115,99,104,117,116,122,95,105,110,102,111,0,16,0,18,35,100,97,116,101,110,115,99,104,117,116,122,95,112,111,112,117,112,0,16,0,29,35,100,97,116,101,110,115,99,104,117,116,122,95,112,111,112,117,112,95,98,97,99,107,103,114,111,117,110,100,0,16,0,21,35,100,97,116,101,110,115,99,104,117,116,122,99,111,110,116,97,105,110,101,114,0,16,0,19,35,100,97,116,101,110,115,99,104,117,116,122,99,111,111,99,107,105,101,0,16,0,19,35,100,97,116,101,110,115,99,104,117,116,122,104,105,110,119,101,105,115,0,16,0,16,35,100,97,116,101,110,115,99,104,117,116,122,105,110,102,111,0,16,0,23,35,100,97,116,101,110,115,99,104,117,116,122,105,110,102,111,95,115,112,97,99,101,114,0,16,0,17,35,100,97,116,101,110,115,99,104,117,116,122,108,97,121,101,114,0,16,0,23,35,100,98,45,103,100,112,114,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,16,0,27,35,100,99,99,95,99,111,111,107,105,101,77,101,115,115,97,103,101,67,111,110,116,97,105,110,101,114,0,16,0,12,35,100,99,107,45,99,111,111,107,105,101,115,0,16,0,8,35,100,99,111,111,107,105,101,0,16,0,14,35,100,100,95,99,111,111,107,105,101,95,98,97,114,0,16,0,23,35,100,100,109,95,99,111,111,107,105,101,112,111,108,105,99,121,98,97,110,110,101,114,0,16,0,6,35,100,100,110,101,117,0,16,0,26,35,100,101,97,108,101,114,115,69,80,114,105,118,97,99,121,68,105,115,99,108,97,105,109,101,114,0,16,0,29,35,100,101,98,117,103,103,101,100,45,99,111,111,107,105,101,98,97,114,45,99,111,110,116,97,105,110,101,114,0,16,0,16,35,100,101,99,108,97,114,101,45,99,111,111,107,105,101,115,0,16,0,11,35,100,101,108,116,97,45,103,100,112,114,0,16,0,14,35,100,101,108,117,120,101,99,111,111,107,105,101,115,0,16,0,21,35,100,101,110,110,105,115,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,16,0,28,35,100,101,110,110,105,115,45,99,111,111,107,105,101,110,111,116,101,45,99,111,110,116,97,105,110,101,114,0,16,0,17,35,100,101,115,101,116,45,99,111,111,107,105,101,45,98,97,114,0,16,0,22,35,100,101,115,107,116,111,112,45,98,97,110,110,101,114,45,115,116,114,105,112,101,0,16,0,26,35,100,101,115,107,116,111,112,45,99,111,111,107,105,101,45,100,105,115,99,108,111,115,117,114,101,0,16,0,17,35,100,101,115,107,116,111,112,67,111,111,107,105,101,77,115,103,0,16,0,15,35,100,101,118,105,99,111,111,107,105,101,105,110,102,111,0,16,0,29,35,100,102,99,45,99,111,111,107,105,101,45,99,111,110,99,101,114,110,45,99,111,110,116,97,105,110,101,114,0,16,0,18,35,100,103,99,111,111,107,105,101,115,65,108,101,114,116,66,105,103,0,16,0,14,35,100,103,100,115,103,118,111,99,111,111,107,105,101,0,16,0,12,35,100,103,112,95,99,111,111,107,105,101,115,0,16,0,17,35,100,103,112,114,99,111,111,107,105,101,98,97,110,110,101,114,0,16,0,18,35,100,105,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,0,16,0,14,35,100,105,97,108,111,103,45,99,111,111,107,105,101,0,16,0,15,35,100,105,97,108,111,103,45,99,111,111,107,105,101,115,0,16,0,16,35,100,105,97,108,111,103,45,101,117,67,111,111,107,105,101,0,16,0,23,35,100,105,97,108,111,103,45,109,111,100,97,108,45,99,111,111,107,105,101,97,100,118,0,16,0,25,35,100,105,97,108,111,103,65,99,99,101,112,116,67,111,111,107,105,101,80,111,108,105,99,121,0,16,0,21,35,100,105,97,108,111,103,67,111,110,102,105,114,109,67,111,111,107,105,101,115,0,16,0,15,35,100,105,97,108,111,103,95,99,111,111,107,105,101,115,0,16,0,27,35,100,105,97,108,111,103,95,110,111,116,105,102,105,99,97,116,105,111,110,95,99,111,111,107,105,101,0,16,0,15,35,100,105,97,108,111,103,111,67,111,111,107,105,101,115,0,16,0,14,35,100,105,100,111,109,105,45,110,111,116,105,99,101,0,16,0,22,35,100,105,102,102,117,115,101,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,16,0,25,35,100,105,103,105,112,117,98,108,105,99,97,45,99,111,111,107,105,101,45,115,104,97,100,101,0,16,0,23,35,100,105,103,105,115,99,104,111,111,108,95,99,111,111,107,105,101,95,112,117,115,104,0,16,0,13,35,100,105,103,111,95,99,111,111,107,105,101,115,0,16,0,18,35,100,105,110,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,16,0,19,35,100,105,110,97,109,111,80,114,105,118,97,99,121,80,111,112,117,112,0,16,0,20,35,100,105,115,45,99,111,111,107,105,101,45,105,110,102,111,45,98,111,120,0,16,0,19,35,100,105,115,67,111,111,107,105,101,67,111,110,116,97,105,110,101,114,0,16,0,13,35,100,105,115,99,108,95,99,111,111,107,105,101,0,16,0,13,35,100,105,115,99,108,97,105,109,95,98,97,114,0,16,0,15,35,100,105,115,99,108,97,105,109,101,114,45,98,111,120,0,16,0,18,35,100,105,115,99,108,97,105,109,101,114,45,99,111,111,107,105,101,0,16,0,19,35,100,105,115,99,108,97,105,109,101,114,45,99,111,111,107,105,101,115,0,16,0,22,35,100,105,115,99,108,97,105,109,101,114,45,99,111,111,107,105,101,115,95,98,103,0,16,0,14,35,100,105,115,99,108,97,105,109,101,114,66,111,120,0,16,0,12,35,100,105,115,99,108,97,105,109,101,114,67,0,16,0,17,35,100,105,115,99,108,97,105,109,101,114,67,111,111,107,105,101,0,16,0,18,35,100,105,115,99,108,97,105,109,101,114,67,111,111,107,105,101,115,0,16,0,23,35,100,105,115,99,108,97,105,109,101,114,68,105,97,108,111,103,95,109,111,100,97,108,0,16,0,15,35,100,105,115,99,108,97,105,109,101,114,71,68,80,82,0,16,0,18,35,100,105,115,99,108,97,105,109,101,114,95,99,111,111,107,105,101,0,16,0,19,35,100,105,115,99,108,97,105,109,101,114,95,99,111,111,107,105,101,115,0,16,0,23,35,100,105,115,109,105,115,115,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,0,16,0,26,35,100,105,115,109,105,115,115,97,98,108,101,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,16,0,28,35,100,105,115,110,101,121,45,99,111,111,107,105,101,45,112,111,108,105,99,121,45,98,97,110,110,101,114,0,16,0,17,35,100,105,115,111,102,108,101,120,45,99,111,111,107,105,101,115,0,16,0,9,35,100,105,115,112,67,80,65,65,0,16,0,23,35,100,105,115,112,108,97,121,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,16,0,31,35,100,105,115,112,108,97,121,67,111,111,107,105,101,85,115,97,103,101,78,111,116,105,102,105,99,97,116,105,111,110,0,16,0,23,35,100,105,115,112,108,97,121,95,99,111,111,107,105,101,95,109,101,115,115,97,103,101,0,16,0,19,35,100,105,118,45,97,99,99,101,112,116,45,99,111,111,107,105,101,115,0,16,0,11,35,100,105,118,45,99,111,111,107,105,101,0,16,0,19,35,100,105,118,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,16,0,16,35,100,105,118,45,99,111,111,107,105,101,45,105,110,102,111,0,16,0,21,35,100,105,118,45,99,111,111,107,105,101,45,107,111,109,117,110,105,107,97,116,0,16,0,19,35,100,105,118,45,99,111,111,107,105,101,45,109,111,110,115,116,101,114,0,16,0,12,35,100,105,118,45,99,111,111,107,105,101,115,0,16,0,17,35,100,105,118,45,105,110,102,111,45,99,111,111,107,105,101,115,0,16,0,15,35,100,105,118,45,116,111,45,99,111,111,107,105,101,115,0,16,0,15,35,100,105,118,45,117,115,101,45,99,111,111,107,105,101,0,16,0,16,35,100,105,118,65,99,99,101,112,116,67,111,111,107,105,101,0,16,0,17,35,100,105,118,65,99,101,112,116,97,67,111,111,107,105,101,115,0,16,0,15,35,100,105,118,65,118,105,115,67,111,111,107,105,101,115,0,16,0,16,35,100,105,118,65,118,105,115,111,67,111,111,107,105,101,115,0,16,0,11,35,100,105,118,67,80,77,111,100,97,108,0,16,0,15,35,100,105,118,67,104,101,99,107,67,111,111,107,105,101,0,16,0,12,35,100,105,118,67,111,111,107,73,110,102,111,0,16,0,10,35,100,105,118,67,111,111,107,105,101,0,16,0,20,35,100,105,118,67,111,111,107,105,101,65,99,99,101,112,116,97,110,99,101,0,16,0,19,35,100,105,118,67,111,111,107,105,101,65,103,114,101,101,109,101,110,116,0,16,0,15,35,100,105,118,67,111,111,107,105,101,65,108,101,114,116,0,16,0,16,35,100,105,118,67,111,111,107,105,101,66,97,110,110,101,114,0,16,0,20,35,100,105,118,67,111,111,107,105,101,67,104,111,105,99,101,73,110,102,111,0,16,0,20,35,100,105,118,67,111,111,107,105,101,67,111,109,112,108,105,97,110,99,101,0,16,0,17,35,100,105,118,67,111,111,107,105,101,67,111,110,102,105,114,109,0,16,0,17,35,100,105,118,67,111,111,107,105,101,67,111,110,115,101,110,116,0,16,0,22,35,100,105,118,67,111,111,107,105,101,67,111,110,115,101,110,116,73,110,110,101,114,0,16,0,33,35,100,105,118,67,111,111,107,105,101,67,111,110,115,101,110,116,77,101,115,115,97,103,101,67,111,110,116,97,105,110,101,114,0,16,0,19,35,100,105,118,67,111,111,107,105,101,67,111,110,116,97,105,110,101,114,0,16,0,12,35,100,105,118,67,111,111,107,105,101,69,85,0,16,0,15,35,100,105,118,67,111,111,107,105,101,69,103,97,116,101,0,16,0,14,35,100,105,118,67,111,111,107,105,101,73,110,102,111,0,16,0,16,35,100,105,118,67,111,111,107,105,101,73,110,102,111,114,109,0,16,0,13,35,100,105,118,67,111,111,107,105,101,76,97,119,0,16,0,15,35,100,105,118,67,111,111,107,105,101,76,101,97,114,110,0,16,0,13,35,100,105,118,67,111,111,107,105,101,77,115,103,0,16,0,22,35,100,105,118,67,111,111,107,105,101,78,111,116,105,102,105,99,97,116,105,111,110,0,16,0,16,35,100,105,118,67,111,111,107,105,101,78,111,116,105,102,121,0,16,0,16,35,100,105,118,67,111,111,107,105,101,80,111,108,105,99,121,0,16,0,29,35,100,105,118,67,111,111,107,105,101,80,111,108,105,116,105,99,97,80,114,105,118,97,99,105,100,97,100,101,0,16,0,21,35,100,105,118,67,111,111,107,105,101,83,116,105,99,107,121,76,97,121,101,114,0,16,0,29,35,100,105,118,67,111,111,107,105,101,83,116,105,99,107,121,76,97,121,101,114,66,97,99,107,100,114,111,112,0,16,0,18,35,100,105,118,67,111,111,107,105,101,85,115,101,100,78,111,116,101,0,16,0,15,35,100,105,118,67,111,111,107,105,101,85,121,97,114,105,0,16,0,17,35,100,105,118,67,111,111,107,105,101,87,97,114,110,105,110,103,0,16,0,11,35,100,105,118,67,111,111,107,105,101,115,0,16,0,16,35,100,105,118,67,111,111,107,105,101,115,65,108,101,114,116,0,16,0,14,35,100,105,118,67,111,111,107,105,101,115,66,111,120,0,16,0,15,35,100,105,118,67,111,111,107,105,101,115,67,78,73,76,0,16,0,23,35,100,105,118,67,111,111,107,105,101,115,67,111,110,102,105,114,109,97,116,105,111,110,0,16,0,18,35,100,105,118,67,111,111,107,105,101,115,67,111,110,115,101,110,116,0,16,0,12,35,100,105,118,67,111,111,107,105,101,115,70,0,16,0,16,35,100,105,118,67,111,111,107,105,101,115,70,105,120,101,100,0,16,0,18,35,100,105,118,67,111,111,107,105,101,115,77,101,115,115,97,103,101,0,16,0,14,35,100,105,118,67,111,111,107,105,101,115,77,115,103,0,16,0,17,35,100,105,118,67,111,111,107,105,101,115,80,111,108,105,99,121,0,16,0,22,35,100,105,118,67,111,111,107,105,101,115,95,112,110,108,67,111,111,107,105,101,115,0,16,0,14,35,100,105,118,68,105,115,99,108,97,105,109,101,114,0,16,0,24,35,100,105,118,70,114,109,85,115,101,114,67,111,111,107,105,101,67,111,110,102,105,114,109,0,16,0,14,35,100,105,118,73,110,102,111,67,111,111,107,105,101,0,16,0,15,35,100,105,118,73,110,102,111,67,111,111,107,105,101,115,0,16,0,22,35,100,105,118,73,110,102,111,114,109,97,99,105,111,110,67,111,111,107,105,101,115,0,16,0,21,35,100,105,118,73,110,102,111,114,109,97,116,105,118,97,67,111,111,107,105,101,0,16,0,22,35,100,105,118,73,110,102,111,114,109,97,116,105,118,97,67,111,111,107,105,101,115,0,16,0,21,35,100,105,118,77,97,105,110,67,111,111,107,105,101,115,80,111,108,105,99,121,0,16,0,17,35,100,105,118,77,101,110,115,97,106,101,67,111,111,107,105,101,0,16,0,16,35,100,105,118,77,101,114,97,99,67,111,111,107,105,101,115,0,16,0,13,35,100,105,118,77,115,103,67,111,111,107,105,101,0,16,0,10,35,100,105,118,80,105,115,107,111,116,0,16,0,12,35,100,105,118,80,105,115,107,111,116,107,105,0,16,0,14,35,100,105,118,80,111,108,67,111,111,107,105,101,115,0,16,0,20,35,100,105,118,80,111,108,105,99,121,65,99,99,101,112,116,97,110,99,101,0,16,0,13,35,100,105,118,80,111,108,105,99,121,66,97,114,0,16,0,11,35,100,105,118,80,114,105,118,97,99,121,0,16,0,23,35,100,105,118,80,114,111,116,101,99,116,105,111,110,86,105,101,80,114,105,118,101,101,0,16,0,26,35,100,105,118,86,97,108,105,100,97,116,105,111,110,67,111,111,107,105,101,67,104,97,114,116,101,0,16,0,21,35,100,105,118,95,67,79,79,75,73,69,82,73,67,72,84,76,73,78,73,69,0,16,0,14,35,100,105,118,95,67,111,111,107,105,101,76,97,119,0,16,0,21,35,100,105,118,95,67,111,111,107,105,101,76,97,119,95,112,97,114,101,110,116,0,16,0,17,35,100,105,118,95,67,111,111,107,105,101,80,111,108,105,99,121,0,16,0,18,35,100,105,118,95,95,95,95,95,101,95,112,114,105,118,97,99,121,0,16,0,19,35,100,105,118,95,97,99,99,101,112,116,95,99,111,111,107,105,101,115,0,16,0,15,35,100,105,118,95,97,107,99,101,112,116,97,99,106,97,0,16,0,18,35,100,105,118,95,97,108,101,114,116,95,99,111,111,107,105,101,115,0,16,0,21,35,100,105,118,95,98,97,114,95,99,111,111,107,105,101,115,95,105,110,102,111,0,16,0,17,35,100,105,118,95,99,105,97,115,116,107,97,95,105,110,102,111,0,16,0,16,35,100,105,118,95,99,110,105,108,95,99,111,111,107,105,101,0,16,0,13,35,100,105,118,95,99,111,111,99,107,105,101,115,0,16,0,9,35,100,105,118,95,99,111,111,107,0,16,0,11,35,100,105,118,95,99,111,111,107,105,101,0,16,0,15,35,100,105,118,95,99,111,111,107,105,101,73,110,102,111,0,16,0,15,35,100,105,118,95,99,111,111,107,105,101,95,105,110,100,0,16,0,15,35,100,105,118,95,99,111,111,107,105,101,95,109,115,103,0,16,0,17,35,100,105,118,95,99,111,111,107,105,101,110,111,116,105,99,101,0,16,0,12,35,100,105,118,95,99,111,111,107,105,101,115,0,16,0,19,35,100,105,118,95,99,111,111,107,105,101,115,95,97,99,99,101,112,116,0,16,0,18,35,100,105,118,95,99,111,111,107,105,101,115,95,97,108,108,111,119,0,16,0,18,35,100,105,118,95,99,111,111,107,105,101,115,95,110,117,101,118,97,0,16,0,20,35,100,105,118,95,99,111,111,107,105,101,115,95,119,97,114,110,105,110,103,0,16,0,31,35,100,105,118,95,99,111,111,107,105,101,115,112,111,108,105,99,121,95,110,111,116,105,102,105,99,97,116,105,111,110,0,16,0,11,35,100,105,118,95,99,111,111,107,105,115,0,16,0,16,35,100,105,118,95,103,100,112,114,95,102,111,111,116,101,114,0,16,0,16,35,100,105,118,95,105,110,102,111,95,99,111,111,107,105,101,0,16,0,17,35,100,105,118,95,105,110,102,111,95,99,111,111,107,105,101,115,0,16,0,20,35,100,105,118,95,109,101,115,115,97,103,101,95,99,111,111,107,105,101,115,0,16,0,20,35,100,105,118,95,112,111,108,105,116,105,99,97,95,99,111,111,107,105,101,0,16,0,21,35,100,105,118,95,112,111,108,105,116,105,113,117,101,95,99,111,111,107,105,101,0,16,0,22,35,100,105,118,95,112,111,108,105,116,105,113,117,101,95,99,111,111,107,105,101,115,0,16,0,15,35,100,105,118,95,112,111,112,95,99,111,111,107,105,101,0,16,0,19,35,100,105,118,95,115,105,116,101,99,111,111,107,105,101,95,97,115,107,0,16,0,15,35,100,105,118,95,117,115,101,95,99,111,111,107,105,101,0,16,0,16,35,100,105,118,95,117,115,101,95,99,111,111,107,105,101,115,0,16,0,20,35,100,105,118,99,99,110,99,111,111,107,105,101,112,114,105,118,97,99,121,0,16,0,11,35,100,105,118,99,111,110,115,101,110,116,0,16,0,8,35,100,105,118,99,111,111,107,0,16,0,10,35,100,105,118,99,111,111,107,105,101,0,16,0,17,35,100,105,118,99,111,111,107,105,101,99,111,110,115,101,110,116,0,16,0,17,35,100,105,118,99,111,111,107,105,101,104,105,110,119,101,105,115,0,16,0,12,35,100,105,118,99,111,111,107,105,101,111,107,0,16,0,11,35,100,105,118,99,111,111,107,105,101,115,0,16,0,23,35,100,105,118,105,45,108,105,102,101,45,99,111,111,107,105,101,45,112,111,112,117,112,0,16,0,19,35,100,105,118,109,101,110,115,97,103,101,109,99,111,111,107,105,101,49,0,16,0,18,35,100,105,118,112,114,105,118,97,99,121,99,111,111,107,105,101,115,0,16,0,8,35,100,107,95,103,100,112,114,0,16,0,10,35,100,107,109,99,111,111,107,105,101,0,16,0,10,35,100,108,95,99,111,111,107,105,101,0,16,0,16,35,100,108,95,99,111,111,107,105,101,66,97,110,110,101,114,0,16,0,17,35,100,108,95,99,111,111,107,105,101,95,102,111,111,116,101,114,0,16,0,11,35,100,108,103,67,111,111,107,105,101,115,0,16,0,17,35,100,108,103,95,99,111,111,107,105,101,95,102,114,97,109,101,0,16,0,22,35,100,108,105,99,111,111,107,105,101,117,115,97,103,101,119,97,114,110,105,110,103,0,16,0,16,35,100,109,95,99,111,111,107,105,101,108,97,95,98,97,114,0,16,0,16,35,100,109,95,115,104,111,119,95,99,111,111,107,105,101,115,0,16,0,16,35,100,109,112,99,111,111,107,105,101,110,111,116,105,99,101,0,16,0,15,35,100,109,115,67,111,111,107,105,101,80,111,112,117,112,0,16,0,16,35,100,109,120,80,111,112,117,112,67,111,111,107,105,101,115,0,16,0,24,35,100,110,95,99,111,111,107,105,101,95,110,111,116,105,99,101,95,98,97,110,110,101,114,0,16,0,17,35,100,110,105,45,99,111,111,107,105,101,45,97,108,101,114,116,0,16,0,18,35,100,110,105,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,16,0,14,35,100,110,110,95,112,108,67,111,111,107,105,101,115,0,16,0,25,35,100,111,45,99,111,111,107,105,101,112,111,112,117,112,45,99,111,110,116,97,105,110,101,114,0,16,0,14,35,100,111,67,111,111,107,105,101,65,108,101,114,116,0,16,0,18,35,100,111,99,45,98,97,110,110,101,114,45,99,111,111,107,105,101,0,16,0,15,35,100,111,99,111,111,107,105,101,99,111,111,107,105,101,0,16,0,19,35,100,111,99,117,109,101,110,116,67,111,111,107,105,101,73,110,102,111,0,16,0,22,35,100,111,103,45,115,112,45,112,114,105,118,97,99,121,45,98,117,116,116,111,110,0,16,0,16,35,100,111,103,109,97,99,111,111,107,105,101,104,105,110,116,0,16,0,37,35,100,111,109,67,111,111,107,105,101,87,97,114,110,105,110,103,58,110,111,116,40,104,116,109,108,41,58,110,111,116,40,98,111,100,121,41,0,16,0,10,35,100,111,110,117,116,45,108,97,119,0,16,0,17,35,100,111,116,98,97,110,100,101,97,117,99,111,111,107,105,101,0,16,0,20,35,100,112,45,99,99,45,99,111,111,107,105,101,99,111,110,115,101,110,116,0,16,0,17,35,100,112,87,97,114,110,105,110,103,87,114,97,112,112,101,114,0,16,0,13,35,100,112,99,99,45,119,114,97,112,112,101,114,0,16,0,19,35,100,114,45,99,111,111,107,105,101,45,105,110,102,111,45,98,111,120,0,16,0,16,35,100,114,95,98,108,111,99,107,105,110,103,95,100,105,118,0,16,0,12,35,100,114,100,115,103,118,111,95,100,105,118,0,16,0,12,35,100,114,111,112,45,99,111,111,107,105,101,0,16,0,17,35,100,115,45,115,116,45,99,111,111,107,105,101,115,98,97,114,0,16,0,13,35,100,115,95,99,111,111,107,105,101,98,97,114,0,16,0,13,35,100,115,103,118,111,45,45,112,111,112,117,112,0,16,0,13,35,100,115,103,118,111,45,98,97,110,110,101,114,0,16,0,13,35,100,115,103,118,111,45,98,111,116,116,111,109,0,16,0,20,35,100,115,103,118,111,45,99,111,110,115,101,110,116,45,108,97,121,101,114,0,16,0,16,35,100,115,103,118,111,45,99,111,110,116,97,105,110,101,114,0,16,0,13,35,100,115,103,118,111,45,99,111,111,107,105,101,0,16,0,26,35,100,115,103,118,111,45,99,111,111,107,105,101,45,99,111,110,102,105,103,117,114,97,116,111,114,0,16,0,23,35,100,115,103,118,111,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,16,0,23,35,100,115,103,118,111,45,99,111,111,107,105,101,45,100,110,116,45,108,97,121,101,114,0,16,0,19,35,100,115,103,118,111,45,99,111,111,107,105,101,45,108,97,121,101,114,0,16,0,12,35,100,115,103,118,111,45,109,111,100,97,108,0,16,0,20,35,100,115,103,118,111,45,109,111,100,97,108,45,119,114,97,112,112,101,114,0,16,0,13,35,100,115,103,118,111,45,111,112,116,45,105,110,0,16,0,12,35,100,115,103,118,111,45,112,97,110,101,108,0,16,0,9,35,100,115,103,118,111,66,111,120,0,16,0,18,35,100,115,103,118,111,67,111,111,107,105,101,66,97,110,110,101,114,0,16,0,12,35,100,115,103,118,111,70,111,111,116,101,114,0,16,0,13,35,100,115,103,118,111,95,98,97,110,110,101,114,0,16,0,10,35,100,115,103,118,111,95,98,111,120,0,16,0,13,35,100,115,103,118,111,95,99,111,111,107,105,101,0,16,0,18,35,100,115,103,118,111,95,99,111,111,107,105,101,95,104,105,110,116,0,16,0,18,35,100,115,103,118,111,95,99,111,111,107,105,101,95,110,111,116,101,0,16,0,11,35,100,115,103,118,111,95,105,110,102,111,0,16,0,9,35,100,115,103,118,111,95,118,50,0,16,0,14,35,100,115,103,118,111,95,119,114,97,112,112,101,114,0,16,0,10,35,100,115,112,99,111,111,107,105,101,0,16,0,12,35,100,115,118,103,111,65,99,99,101,112,116,0,16,0,13,35,100,115,118,103,111,79,118,101,114,108,97,121,0,16,0,13,35,100,115,118,103,111,95,99,111,111,107,105,101,0,16,0,11,35,100,116,120,45,99,111,111,107,105,101,0,16,0,34,35,100,116,121,114,100,45,104,105,103,104,108,105,103,104,116,45,99,111,111,107,105,101,45,98,97,99,107,103,114,111,117,110,100,0,16,0,17,35,100,118,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,16,0,31,35,100,118,45,116,51,45,99,111,110,115,101,110,116,45,109,97,110,97,103,101,109,101,110,116,45,109,111,100,97,108,0,16,0,15,35,100,118,65,99,99,101,112,116,67,111,111,107,105,101,0,16,0,16,35,100,118,65,99,99,101,112,116,67,111,111,107,105,101,115,0,16,0,15,35,100,118,67,101,114,101,122,66,105,108,103,105,115,105,0,16,0,9,35,100,118,67,111,111,107,105,101,0,16,0,15,35,100,118,67,111,111,107,105,101,66,97,110,110,101,114,0,16,0,12,35,100,118,67,111,111,107,105,101,66,97,114,0,16,0,12,35,100,118,67,111,111,107,105,101,67,104,107,0,16,0,19,35,100,118,67,111,111,107,105,101,67,104,111,105,99,101,73,110,102,111,0,16,0,13,35,100,118,67,111,111,107,105,101,73,110,102,111,0,16,0,16,35,100,118,67,111,111,107,105,101,77,101,115,115,97,103,101,0,16,0,14,35,100,118,67,111,111,107,105,101,80,111,112,117,112,0,16,0,10,35,100,118,67,111,111,107,105,101,115,0,16,0,10,35,100,118,80,114,105,118,97,99,121,0,16,0,8,35,100,120,45,99,111,107,105,0,16,0,25,35,100,120,67,111,111,107,105,101,67,111,110,115,101,110,116,67,111,110,116,97,105,110,101,114,0,16,0,20,35,100,121,110,97,109,105,99,45,99,111,111,107,105,101,115,45,98,97,114,0,16,0,28,35,100,121,110,97,109,105,99,45,99,111,111,107,105,101,115,45,98,97,114,45,111,118,101,114,108,97,121,0,16,0,5,35,100,121,119,99,0,16,0,13,35,100,121,119,99,95,98,103,108,97,121,101,114,0,16,0,18,35,101,45,112,114,105,118,97,99,121,45,109,101,115,115,97,103,101,0,16,0,18,35,101,50,101,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,16,0,21,35,101,67,111,111,107,105,101,67,111,110,115,101,110,116,68,105,97,108,111,103,0,16,0,11,35,101,67,111,111,107,105,101,77,115,103,0,16,0,9,35,101,80,114,105,118,97,99,121,0,16,0,15,35,101,80,114,105,118,97,99,121,66,97,110,110,101,114,0,16,0,19,35,101,80,114,105,118,97,99,121,68,105,115,99,108,97,105,109,101,114,0,16,0,16,35,101,95,99,111,111,107,105,101,87,97,114,110,105,110,103,0,16,0,19,35,101,97,99,95,99,111,111,107,105,101,95,109,101,115,115,97,103,101,0,16,0,13,35,101,97,102,119,45,99,111,111,107,105,101,115,0,16,0,21,35,101,97,103,101,114,108,121,45,116,111,111,108,115,45,99,111,111,107,105,101,0,16,0,11,35,101,97,115,121,67,111,111,107,105,101,0,16,0,15,35,101,97,115,121,99,111,111,107,105,101,105,110,102,111,0,16,0,18,35,101,97,119,101,95,99,111,111,107,105,101,115,95,105,110,102,111,0,16,0,31,35,101,98,117,116,111,111,45,101,97,115,121,45,100,115,103,118,111,45,99,111,111,107,105,101,45,112,111,112,117,112,0,16,0,17,35,101,99,108,45,110,111,116,105,102,105,99,97,116,105,111,110,0,16,0,17,35,101,99,108,95,110,111,116,105,102,105,99,97,116,105,111,110,0,16,0,10,35,101,99,108,99,111,111,107,105,101,0,16,0,15,35,101,99,111,109,97,115,45,115,99,99,104,45,101,120,0,16,0,18,35,101,99,111,109,97,115,45,115,99,99,104,45,101,120,45,98,103,0,16,0,18,35,101,99,111,110,100,97,45,112,112,50,45,98,97,110,110,101,114,0,16,0,8,35,101,99,111,111,107,105,101,0,16,0,15,35,101,99,111,111,107,105,101,95,98,97,110,110,101,114,0,16,0,14,35,101,99,114,97,110,45,99,111,111,107,105,101,115,0,16,0,17,35,101,99,114,97,110,67,111,111,107,105,101,65,108,101,114,116,0,16,0,19,35,101,100,45,103,100,112,114,45,99,111,111,107,105,101,45,98,97,114,0,16,0,23,35,101,100,99,67,111,111,107,105,101,115,80,111,108,105,99,121,66,97,110,110,101,114,0,16,0,19,35,101,100,112,45,99,111,111,107,105,101,115,45,98,97,110,110,101,114,0,16,0,14,35,101,100,117,110,101,116,67,111,111,107,105,101,115,0,16,0,19,35,101,101,45,99,111,111,107,105,101,115,45,109,101,115,115,97,103,101,0,16,0,23,35,101,101,97,45,99,111,110,102,105,114,109,97,116,105,111,110,45,111,117,116,101,114,0,16,0,18,35,101,101,100,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,16,0,18,35,101,102,120,45,98,97,110,110,101,114,45,112,114,111,109,112,116,0,16,0,15,35,101,103,103,45,99,111,111,107,105,101,45,98,97,114,0,16,0,20,35,101,103,109,111,110,116,45,99,111,111,107,105,101,45,97,108,101,114,116,0,16,0,17,35,101,103,115,45,99,111,111,107,105,101,45,112,111,112,117,112,0,16,0,17,35,101,104,109,115,45,99,111,111,107,105,101,45,105,110,102,111,0,16,0,10,35,101,105,95,99,111,111,107,105,101,0,16,0,19,35,101,105,107,121,111,67,111,111,107,105,101,67,111,110,115,101,110,116,0,16,0,31,35,101,105,109,109,95,98,111,120,95,99,111,111,107,105,101,95,97,108,101,114,116,101,95,109,101,115,115,97,103,101,0,16,0,22,35,101,105,114,99,111,109,45,99,111,111,107,105,101,115,45,110,111,116,105,99,101,0,16,0,11,35,101,107,45,99,111,111,107,105,101,115,0,16,0,16,35,101,107,115,67,111,111,107,105,101,80,114,111,109,112,116,0,16,0,18,35,101,108,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,16,0,13,35,101,108,71,117,101,115,116,84,101,114,109,115,0,16,0,19,35,101,108,99,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,16,0,29,35,101,108,99,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,99,111,110,116,97,105,110,101,114,0,16,0,22,35,101,108,101,109,101,110,116,95,99,111,111,107,105,101,95,98,97,110,110,101,114,0,16,0,18,35,101,108,113,79,112,116,73,110,66,97,110,110,101,114,68,105,118,0,16,0,16,35,101,108,117,109,98,117,115,45,99,111,111,107,105,101,115,0,16,0,20,35,101,108,117,120,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,16,0,19,35,101,109,99,50,112,100,99,45,100,105,115,99,108,97,105,109,101,114,0,16,0,22,35,101,109,99,67,111,111,107,105,101,78,111,116,105,102,105,99,97,116,105,111,110,0,16,0,12,35,101,109,101,97,45,99,111,111,107,105,101,0,16,0,16,35,101,109,101,97,45,99,111,111,107,105,101,45,109,115,103,0,16,0,17,35,101,109,101,114,103,101,110,116,101,67,111,111,107,105,101,115,0,16,0,19,35,101,109,101,114,115,101,45,99,111,110,115,101,110,116,45,112,111,112,0,16,0,15,35,101,109,103,95,99,111,111,107,105,101,119,97,108,108,0,16,0,21,35,101,109,110,112,114,105,118,97,99,121,115,101,114,118,105,99,101,95,117,105,0,16,0,23,35,101,109,111,98,105,108,101,45,99,111,111,107,105,101,115,45,110,111,116,105,99,101,0,16,0,20,35,101,109,112,111,114,105,45,99,111,111,107,105,101,45,109,111,100,97,108,0,16,0,18,35,101,110,97,98,108,101,45,99,111,111,107,105,101,45,98,97,114,0,16,0,18,35,101,110,97,98,108,101,67,111,111,107,105,101,45,99,111,110,116,0,16,0,14,35,101,110,97,98,108,101,99,111,111,107,105,101,115,0,16,0,17,35,101,110,101,100,117,101,95,99,111,111,107,105,101,66,111,120,0,16,0,23,35,101,110,104,97,110,99,101,100,45,112,114,105,118,97,99,121,45,112,111,112,117,112,0,16,0,24,35,101,110,115,95,112,114,95,109,105,110,105,46,101,110,115,95,112,114,95,109,105,110,105,0,16,0,22,35,101,110,116,114,121,67,111,111,107,105,101,58,110,111,116,40,98,111,100,121,41,0,16,0,9,35,101,111,99,111,111,107,105,101,0,16,0,24,35,101,112,45,99,111,111,107,105,101,115,80,111,112,117,112,95,119,114,97,112,112,101,114,0,16,0,16,35,101,112,67,111,111,107,105,101,67,111,110,115,101,110,116,0,16,0,19,35,101,112,95,99,111,111,107,105,101,115,95,111,118,101,114,108,97,121,0,16,0,15,35,101,112,100,80,108,97,99,101,104,111,108,100,101,114,0,16,0,29,35,101,112,112,99,99,45,110,111,116,105,102,105,99,97,116,105,111,110,45,99,111,110,116,97,105,110,101,114,0,16,0,9,35,101,112,114,105,118,97,99,121,0,16,0,15,35,101,112,114,105,118,97,99,121,45,111,117,116,101,114,0,16,0,16,35,101,112,115,95,99,111,111,107,105,101,95,105,110,102,111,0,16,0,17,35,101,114,119,45,112,114,105,118,97,99,121,45,105,110,102,111,0,16,0,11,35,101,115,45,99,111,110,115,101,110,116,0,16,0,22,35,101,115,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,97,112,112,0,16,0,19,35,101,115,95,99,111,111,107,105,101,95,115,111,108,117,116,105,111,110,0,16,0,13,35,101,115,99,111,111,107,105,101,45,98,111,120,0,16,0,19,35,101,115,105,65,99,99,101,112,116,67,111,111,107,105,101,66,97,114,0,16,0,18,35,101,115,105,95,99,111,111,107,105,101,95,98,97,110,110,101,114,0,16,0,19,35,101,115,105,116,101,115,45,99,111,111,107,105,101,45,105,110,102,111,0,16,0,16,35,101,115,108,95,99,111,111,107,105,101,95,105,110,102,111,0,16,0,22,35,101,115,110,115,95,98,97,99,107,103,114,111,117,110,100,95,108,97,121,101,114,0,16,0,19,35,101,115,118,45,104,101,97,100,101,114,45,99,111,111,107,105,101,115,0,16,0,14,35,101,116,45,103,100,112,114,45,112,111,112,117,112,0,16,0,14,35,101,116,95,99,111,111,107,105,101,95,108,97,119,0,16,0,17,35,101,116,100,95,99,111,111,107,105,101,95,97,108,101,114,116,0,16,0,19,35,101,116,116,99,108,45,99,111,111,107,105,101,45,97,108,101,114,116,0,16,0,10,35,101,117,45,98,97,110,110,101,114,0,16,0,12,35,101,117,45,98,105,115,99,117,105,116,115,0,16,0,10,35,101,117,45,99,111,111,107,105,101,0,16,0,17,35,101,117,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,16,0,14,35,101,117,45,99,111,111,107,105,101,45,98,97,114,0,16,0,27,35,101,117,45,99,111,111,107,105,101,45,98,97,114,45,110,111,116,105,102,105,99,97,116,105,111,110,0,16,0,21,35,101,117,45,99,111,111,107,105,101,45,99,111,109,112,108,105,97,110,99,101,0,16,0,27,35,101,117,45,99,111,111,107,105,101,45,99,111,109,112,108,105,97,110,99,101,45,109,111,100,97,108,0,16,0,20,35,101,117,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,16,0,18,35,101,117,45,99,111,111,107,105,101,45,99,111,110,116,101,110,116,0,16,0,20,35,101,117,45,99,111,111,107,105,101,45,100,105,114,101,99,116,105,118,101,0,16,0,20,35,101,117,45,99,111,111,107,105,101,45,103,117,105,100,101,108,105,110,101,0,16,0,18,35,101,117,45,99,111,111,107,105,101,45,105,114,114,115,105,110,110,0,16,0,14,35,101,117,45,99,111,111,107,105,101,45,108,97,119,0,16,0,20,35,101,117,45,99,111,111,107,105,101,45,108,97,119,45,112,111,112,117,112,0,16,0,18,35,101,117,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,0,16,0,17,35,101,117,45,99,111,111,107,105,101,45,109,111,98,105,108,101,0,16,0,14,35,101,117,45,99,111,111,107,105,101,45,109,115,103,0,16,0,17,35,101,117,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,16,0,19,35,101,117,45,99,111,111,107,105,101,45,110,111,116,105,102,105,101,114,0,16,0,17,35,101,117,45,99,111,111,107,105,101,45,110,111,116,105,102,121,0,16,0,22,35,101,117,45,99,111,111,107,105,101,45,110,111,116,105,102,121,45,119,114,97,112,0,16,0,17,35,101,117,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,16,0,32,35,101,117,45,99,111,111,107,105,101,45,112,111,108,105,99,121,45,98,97,110,110,101,114,45,119,114,97,112,112,101,114,0,16,0,23,35,101,117,45,99,111,111,107,105,101,45,112,111,108,105,99,121,45,112,111,112,111,112,0,16,0,23,35,101,117,45,99,111,111,107,105,101,45,112,111,108,105,99,121,45,112,111,112,117,112,0,16,0,24,35,101,117,45,99,111,111,107,105,101,45,115,108,105,100,105,110,103,45,112,111,112,117,112,0,16,0,32,35,101,117,45,99,111,111,107,105,101,45,115,108,105,100,105,110,103,45,112,111,112,117,112,45,111,118,101,114,108,97,121,0,16,0,16,35,101,117,45,99,111,111,107,105,101,45,115,116,117,102,102,0,16,0,25,35,101,117,45,99,111,111,107,105,101,45,119,97,114,110,105,110,103,45,98,97,110,110,101,114,0,16,0,22,35,101,117,45,99,111,111,107,105,101,45,119,97,114,110,105,110,103,45,100,105,118,0,16,0,15,35,101,117,45,99,111,111,107,105,101,45,119,114,97,112,0,16,0,13,35,101,117,45,99,111,111,107,105,101,108,97,119,0,16,0,11,35,101,117,45,99,111,111,107,105,101,115,0,16,0,18,35,101,117,45,99,111,111,107,105,101,115,45,98,97,110,110,101,114,0,16,0,19,35,101,117,45,99,111,111,107,105,101,115,45,99,111,110,115,101,110,116,0,16,0,21,35,101,117,45,99,111,111,107,105,101,115,45,100,105,114,101,99,116,105,118,101,0,16,0,15,35,101,117,45,99,111,111,107,105,101,115,45,108,97,119,0,16,0,24,35,101,117,45,99,111,111,107,105,101,115,45,110,111,116,105,102,105,99,97,116,105,111,110,0,16,0,12,35,101,117,45,99,111,111,107,105,101,115,50,0,16,0,13,35,101,117,45,99,112,45,98,97,110,110,101,114,0,16,0,16,35,101,117,45,103,100,112,114,45,111,118,101,114,108,97,121,0,16,0,7,35,101,117,45,108,97,119,0,16,0,12,35,101,117,45,110,111,116,105,102,105,101,114,0,16,0,8,35,101,117,45,111,107,110,111,0,16,0,11,35,101,117,45,112,114,105,118,97,99,121,0,16,0,11,35,101,117,45,115,117,115,101,110,107,97,0,16,0,13,35,101,117,67,111,109,112,108,105,97,110,99,101,0,16,0,10,35,101,117,67,111,110,115,101,110,116,0,16,0,9,35,101,117,67,111,111,107,105,101,0,16,0,15,35,101,117,67,111,111,107,105,101,66,97,110,110,101,114,0,16,0,12,35,101,117,67,111,111,107,105,101,66,97,114,0,16,0,15,35,101,117,67,111,111,107,105,101,68,105,97,108,111,103,0,16,0,18,35,101,117,67,111,111,107,105,101,68,105,114,101,99,116,105,118,101,0,16,0,12,35,101,117,67,111,111,107,105,101,68,105,118,0,16,0,18,35,101,117,67,111,111,107,105,101,73,110,102,111,79,117,116,101,114,0,16,0,12,35,101,117,67,111,111,107,105,101,76,97,119,0,16,0,16,35,101,117,67,111,111,107,105,101,76,97,119,73,110,102,111,0,16,0,15,35,101,117,67,111,111,107,105,101,78,111,116,105,99,101,0,16,0,15,35,101,117,67,111,111,107,105,101,78,111,116,105,102,121,0,16,0,14,35,101,117,67,111,111,107,105,101,80,97,110,101,108,0,16,0,18,35,101,117,67,111,111,107,105,101,82,101,113,117,101,115,116,101,114,0,16,0,16,35,101,117,67,111,111,107,105,101,87,97,114,110,105,110,103,0,16,0,16,35,101,117,67,111,111,107,105,101,87,114,97,112,112,101,114,0,16,0,10,35,101,117,67,111,111,107,105,101,115,0,16,0,16,35,101,117,67,111,111,107,105,101,115,76,97,119,66,97,114,0,16,0,18,35,101,117,67,111,111,107,105,101,115,81,117,101,115,116,105,111,110,0,16,0,14,35,101,117,67,111,111,107,105,101,115,90,111,110,101,0,16,0,12,35,101,117,76,97,119,45,97,108,101,114,116,0,16,0,9,35,101,117,78,111,116,105,99,101,0,16,0,8,35,101,117,80,111,112,117,112,0,16,0,14,35,101,117,95,99,111,109,112,108,105,97,110,99,101,0,16,0,10,35,101,117,95,99,111,111,107,105,101,0,16,0,16,35,101,117,95,99,111,111,107,105,101,95,97,108,101,114,116,0,16,0,17,35,101,117,95,99,111,111,107,105,101,95,98,97,110,110,101,114,0,16,0,14,35,101,117,95,99,111,111,107,105,101,95,98,97,114,0,16,0,18,35,101,117,95,99,111,111,107,105,101,95,99,111,110,115,101,110,116,0,16,0,20,35,101,117,95,99,111,111,107,105,101,95,99,111,110,116,97,105,110,101,114,0,16,0,19,35,101,117,95,99,111,111,107,105,101,95,100,105,97,108,111,103,117,101,0,16,0,21,35,101,117,95,99,111,111,107,105,101,95,100,105,115,99,108,97,105,109,101,114,0,16,0,14,35,101,117,95,99,111,111,107,105,101,95,108,97,119,0,16,0,23,35,101,117,95,99,111,111,107,105,101,95,109,101,115,115,97,103,101,95,104,105,100,101,0,16,0,17,35,101,117,95,99,111,111,107,105,101,95,110,111,116,105,99,101,0,16,0,17,35,101,117,95,99,111,111,107,105,101,95,110,111,116,105,102,121,0,16,0,17,35,101,117,95,99,111,111,107,105,101,95,112,111,108,105,99,121,0,16,0,18,35,101,117,95,99,111,111,107,105,101,95,119,97,114,110,105,110,103,0,16,0,25,35,101,117,95,99,111,111,107,105,101,95,119,97,114,110,105,110,103,95,98,97,110,110,101,114,0,16,0,13,35,101,117,95,99,111,111,107,105,101,98,111,120,0,16,0,11,35,101,117,95,99,111,111,107,105,101,115,0,16,0,15,35,101,117,95,99,111,111,107,105,101,115,95,98,111,120,0,16,0,22,35,101,117,95,99,111,111,107,105,101,115,95,100,105,115,99,108,97,105,109,101,114,0,16,0,27,35,101,117,95,99,111,111,107,105,101,115,95,111,118,101,114,108,97,121,95,99,111,110,116,101,110,116,0,16,0,18,35,101,117,95,99,111,111,107,105,101,115,95,115,112,97,99,101,114,0,16,0,26,35,101,117,95,108,97,119,95,99,111,111,107,105,101,95,101,120,116,95,119,114,97,112,112,101,114,0,16,0,18,35,101,117,95,110,111,116,105,99,101,95,99,111,110,116,101,110,116,0,16,0,24,35,101,117,95,111,112,116,95,105,110,95,99,111,111,107,105,101,95,98,97,110,110,101,114,0,16,0,33,35,101,117,95,117,115,101,114,95,99,111,110,115,101,110,116,95,112,111,108,105,99,121,95,99,111,110,116,97,105,110,101,114,0,16,0,9,35,101,117,98,97,110,110,101,114,0,16,0,8,35,101,117,99,95,98,111,120,0,16,0,14,35,101,117,99,95,99,111,111,107,105,101,66,111,120,0,16,0,5,35,101,117,99,99,0,16,0,11,35,101,117,99,99,66,97,110,110,101,114,0,16,0,10,35,101,117,99,107,45,110,111,116,101,0,16,0,11,35,101,117,99,108,95,112,97,110,101,108,0,16,0,10,35,101,117,99,111,110,115,101,110,116,0,16,0,9,35,101,117,99,111,111,107,105,101,0,16,0,18,35,101,117,99,111,111,107,105,101,45,99,111,110,116,101,110,101,114,0,16,0,16,35,101,117,99,111,111,107,105,101,45,110,111,116,105,99,101,0,16,0,16,35,101,117,99,111,111,107,105,101,95,98,111,116,116,111,109,0,16,0,12,35,101,117,99,111,111,107,105,101,98,97,114,0,16,0,18,35,101,117,99,111,111,107,105,101,98,97,114,45,111,117,116,101,114,0,16,0,12,35,101,117,99,111,111,107,105,101,98,111,120,0,16,0,16,35,101,117,99,111,111,107,105,101,99,111,110,115,101,110,116,0,16,0,12,35,101,117,99,111,111,107,105,101,108,97,119,0,16,0,15,35,101,117,99,111,111,107,105,101,108,97,119,98,111,120,0,16,0,21,35,101,117,99,111,111,107,105,101,108,97,119,99,111,110,116,97,105,110,101,114,0,16,0,15,35,101,117,99,111,111,107,105,101,110,111,116,105,99,101,0,16,0,10,35,101,117,99,111,111,107,105,101,115,0,16,0,15,35,101,117,99,111,111,107,105,101,115,45,110,111,116,101,0,16,0,18,35,101,117,99,111,111,107,105,101,115,45,119,114,97,112,112,101,114,0,16,0,13,35,101,117,99,111,111,107,105,101,119,97,114,110,0,16,0,14,35,101,117,100,111,109,105,110,116,108,45,99,109,98,0,16,0,14,35,101,117,103,100,112,114,45,98,97,110,110,101,114,0,16,0,13,35,101,117,103,100,112,114,95,109,111,100,97,108,0,16,0,6,35,101,117,108,97,119,0,16,0,10,35,101,117,108,97,119,45,98,97,114,0,16,0,9,35,101,117,112,111,108,105,99,121,0,16,0,8,35,101,117,112,111,112,117,112,0,16,0,20,35,101,117,114,111,95,99,111,111,107,105,101,95,99,111,110,116,101,110,116,0,16,0,12,35,101,117,114,111,99,105,97,115,116,107,111,0,16,0,11,35,101,117,114,111,99,111,111,107,105,101,0,16,0,14,35,101,117,114,111,99,111,111,107,105,101,108,97,119,0,16,0,16,35,101,117,116,45,112,114,105,118,97,99,121,45,98,97,114,0,16,0,18,35,101,117,116,95,99,111,111,107,105,101,95,110,111,116,105,99,101,0,16,0,14,35,101,118,45,99,111,111,107,105,101,84,101,120,116,0,16,0,22,35,101,118,97,110,99,101,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,16,0,19,35,101,118,101,110,116,45,97,108,101,114,116,45,99,111,111,107,105,101,0,16,0,24,35,101,118,101,110,116,109,97,103,45,112,114,111,45,99,111,111,107,105,101,45,105,102,121,0,16,0,19,35,101,118,105,100,101,67,111,111,107,105,101,115,78,111,116,105,102,121,0,16,0,18,35,101,119,45,99,111,111,107,105,101,98,97,114,45,102,117,108,108,0,16,0,24,35,101,119,45,99,111,111,107,105,101,105,110,102,111,45,99,111,110,116,97,105,110,101,114,0,16,0,16,35,101,119,99,109,50,95,99,111,110,116,97,105,110,101,114,0,16,0,19,35,101,120,101,110,116,95,99,111,111,107,105,101,95,109,111,100,97,108,0,16,0,14,35,101,120,112,97,116,95,99,111,111,107,105,101,115,0,16,0,16,35,101,120,112,108,45,103,100,112,114,45,109,111,100,97,108,0,16,0,15,35,101,120,112,108,45,103,100,112,114,45,119,97,108,108,0,16,0,20,35,101,120,112,108,105,99,105,116,67,111,111,107,105,101,77,111,100,97,108,0,16,0,24,35,101,120,112,108,105,99,105,116,95,99,111,111,107,105,101,95,99,111,110,115,101,110,116,0,16,0,26,35,101,120,112,111,110,101,97,45,99,111,111,107,105,101,45,99,111,109,112,108,105,97,110,99,101,0,16,0,17,35,101,120,112,114,101,115,115,111,45,99,111,111,107,105,101,115,0,16,0,20,35,101,120,116,101,114,110,97,108,45,99,111,111,107,105,101,45,98,97,114,0,16,0,16,35,101,122,45,99,111,111,107,105,101,115,45,119,114,97,112,0,16,0,16,35,102,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,16,0,9,35,102,95,99,111,111,107,105,101,0,16,0,26,35,102,97,99,116,111,114,95,99,111,111,107,105,101,99,111,110,115,101,110,116,95,111,112,101,110,0,16,0,15,35,102,97,108,100,111,110,45,99,111,111,107,105,101,115,0,16,0,14,35,102,97,108,100,111,110,67,111,111,107,105,101,115,0,16,0,14,35,102,97,115,99,105,97,45,99,111,111,107,105,101,0,16,0,9,35,102,99,67,111,111,107,105,101,0,16,0,15,35,102,99,99,67,111,111,107,105,101,77,111,100,97,108,0,16,0,9,35,102,99,111,45,103,100,112,114,0,16,0,14,35,102,99,111,45,103,100,112,114,45,109,97,115,107,0,16,0,25,35,102,103,95,99,111,111,107,105,101,95,112,108,117,103,105,110,95,103,101,110,101,114,97,108,0,16,0,11,35,102,104,98,45,99,111,111,107,105,101,0,16,0,15,35,102,104,114,45,99,111,111,107,105,101,45,98,97,114,0,16,0,18,35,102,104,119,95,99,111,111,107,105,101,104,105,110,119,101,105,115,0,16,0,12,35,102,105,108,116,101,114,95,103,100,112,114,0,16,0,16,35,102,105,114,115,116,76,111,103,78,97,110,111,98,97,114,0,16,0,16,35,102,105,114,115,116,84,105,109,101,67,111,111,107,105,101,0,16,0,13,35,102,105,120,101,100,45,99,111,111,107,105,101,0,16,0,15,35,102,105,120,101,100,67,111,111,107,105,101,66,97,114,0,16,0,13,35,102,105,120,101,100,67,111,111,107,105,101,115,0,16,0,9,35,102,107,45,116,101,114,109,115,0,16,0,13,35,102,108,97,103,45,99,111,111,107,105,101,115,0,16,0,13,35,102,108,97,115,104,45,99,111,111,107,105,101,0,16,0,20,35,102,108,97,115,104,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,16,0,13,35,102,108,97,115,104,67,111,111,107,105,101,115,0,16,0,23,35,102,108,101,120,105,98,111,111,107,95,99,111,111,107,105,101,95,108,97,121,101,114,0,16,0,16,35,102,108,111,97,116,105,110,103,95,99,111,111,107,105,101,0,16,0,20,35,102,111,110,100,111,45,97,118,105,115,111,45,99,111,111,107,105,101,115,0,16,0,20,35,102,111,110,100,111,95,97,118,105,115,111,95,99,111,111,107,105,101,115,0,16,0,14,35,102,111,110,100,111,95,99,111,111,107,105,101,115,0,16,0,23,35,102,111,111,100,105,102,121,45,112,114,111,45,99,111,111,107,105,101,45,105,102,121,0,16,0,12,35,102,111,111,116,95,99,111,111,107,105,101,0,16,0,24,35,102,111,111,116,101,114,32,62,32,35,99,111,111,107,105,101,67,111,110,115,101,110,116,0,16,0,18,35,102,111,111,116,101,114,32,62,32,35,99,111,111,107,105,101,115,0,16,0,18,35,102,111,111,116,101,114,32,62,32,46,99,111,111,107,105,101,115,0,16,0,18,35,102,111,111,116,101,114,45,99,110,105,108,45,115,112,97,99,101,0,16,0,14,35,102,111,111,116,101,114,45,99,111,111,107,105,101,0,16,0,22,35,102,111,111,116,101,114,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,16,0,23,35,102,111,111,116,101,114,45,99,111,111,107,105,101,45,105,110,102,111,45,98,97,114,0,16,0,20,35,102,111,111,116,101,114,45,99,111,111,107,105,101,45,105,116,108,97,119,0,16,0,20,35,102,111,111,116,101,114,45,99,111,111,107,105,101,45,108,97,121,101,114,0,16,0,21,35,102,111,111,116,101,114,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,16,0,23,35,102,111,111,116,101,114,45,99,111,111,107,105,101,45,110,111,116,105,102,105,101,114,0,16,0,21,35,102,111,111,116,101,114,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,16,0,20,35,102,111,111,116,101,114,45,99,111,111,107,105,101,45,112,111,112,117,112,0,16,0,15,35,102,111,111,116,101,114,45,99,111,111,107,105,101,115,0,16,0,19,35,102,111,111,116,101,114,45,99,111,111,107,105,101,115,45,100,105,118,0,16,0,23,35,102,111,111,116,101,114,45,99,111,111,107,105,101,117,115,101,45,98,108,111,99,107,0,16,0,12,35,102,111,111,116,101,114,45,103,100,112,114,0,16,0,16,35,102,111,111,116,101,114,45,103,100,112,114,45,98,111,120,0,16,0,20,35,102,111,111,116,101,114,45,103,100,112,114,45,119,114,97,112,112,101,114,0,16,0,12,35,102,111,111,116,101,114,45,108,103,112,100,0,16,0,9,35,102,111,111,116,101,114,67,107,0,16,0,13,35,102,111,111,116,101,114,67,111,111,107,105,101,0,16,0,27,35,102,111,111,116,101,114,67,111,111,107,105,101,65,108,101,114,116,67,111,110,116,97,105,110,101,114,0,16,0,20,35,102,111,111,116,101,114,67,111,111,107,105,101,65,114,116,105,99,108,101,0,16,0,16,35,102,111,111,116,101,114,67,111,111,107,105,101,66,97,114,0,16,0,22,35,102,111,111,116,101,114,67,111,111,107,105,101,68,105,114,101,99,116,105,118,101,0,16,0,19,35,102,111,111,116,101,114,67,111,111,107,105,101,78,111,116,105,99,101,0,16,0,19,35,102,111,111,116,101,114,67,111,111,107,105,101,80,111,108,105,99,121,0,16,0,19,35,102,111,111,116,101,114,67,111,111,107,105,101,97,99,99,101,112,116,0,16,0,14,35,102,111,111,116,101,114,67,111,111,107,105,101,115,0,16,0,16,35,102,111,111,116,101,114,71,100,112,114,77,111,100,97,108,0,16,0,27,35,102,111,111,116,101,114,95,97,103,114,101,101,80,114,105,118,97,99,121,67,111,111,107,105,101,115,0,16,0,12,35,102,111,111,116,101,114,95,99,111,111,107,0,16,0,14,35,102,111,111,116,101,114,95,99,111,111,107,105,101,0,16,0,24,35,102,111,111,116,101,114,95,99,111,111,107,105,101,95,98,97,114,95,98,108,111,99,107,0,16,0,15,35,102,111,111,116,101,114,95,99,111,111,107,105,101,115,0,16,0,30,35,102,111,111,116,101,114,95,99,111,111,107,105,101,115,95,98,97,110,110,101,114,95,119,114,97,112,112,101,114,0,16,0,17,35,102,111,111,116,101,114,95,99,111,111,107,105,101,115,95,111,0,16,0,18,35,102,111,111,116,101,114,95,116,99,95,112,114,105,118,97,99,121,0,16,0,13,35,102,111,111,116,101,114,99,111,111,107,105,101,0,16,0,23,35,102,111,111,116,101,114,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,16,0,14,35,102,111,111,116,101,114,99,111,111,107,105,101,115,0,16,0,15,35,102,111,111,116,109,101,115,115,99,111,111,107,105,101,0,16,0,14,35,102,111,114,109,95,67,111,111,107,105,101,79,75,0,16,0,12,35,102,111,114,109,95,99,111,111,107,105,101,0,16,0,21,35,102,111,114,109,95,99,111,111,107,105,101,115,95,119,114,97,112,112,101,114,0,16,0,22,35,102,111,120,105,102,121,45,112,114,111,45,99,111,111,107,105,101,45,105,102,121,0,16,0,18,35,102,112,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,16,0,17,35,102,112,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,16,0,12,35,102,112,45,103,100,112,114,45,98,97,114,0,16,0,20,35,102,114,51,101,120,45,99,111,111,107,105,101,119,97,114,110,105,110,103,0,16,0,17,35,102,114,95,99,111,111,107,105,101,77,101,115,115,97,103,101,0,16,0,16,35,102,114,95,99,111,111,107,105,101,95,97,108,101,114,116,0,16,0,20,35,102,114,95,99,111,111,107,105,101,95,99,111,110,116,97,105,110,101,114,0,16,0,13,35,102,114,97,109,101,45,99,111,111,107,105,101,0,16,0,16,35,102,114,97,109,101,67,111,111,107,105,101,115,66,111,120,0,16,0,11,35,102,114,97,109,101,97,118,105,115,111,0,16,0,24,35,102,114,97,109,101,119,111,114,107,95,99,111,111,107,105,101,119,97,114,110,105,110,103,0,16,0,17,35,102,115,45,99,111,111,107,105,101,119,97,114,110,105,110,103,0,16,0,20,35,102,115,95,99,111,111,107,105,101,95,99,111,110,116,97,105,110,101,114,0,16,0,12,35,102,116,114,45,99,111,111,107,105,101,115,0,16,0,21,35,102,117,108,108,45,99,111,110,116,101,110,116,45,99,111,111,107,105,101,115,0,16,0,10,35,102,118,45,99,111,111,107,105,101,0,16,0,15,35,102,119,67,111,111,107,105,101,66,97,110,110,101,114,0,16,0,10,35,102,119,95,99,111,111,107,105,101,0,16,0,18,35,102,119,95,99,111,111,107,105,101,115,95,111,112,116,111,117,116,0,16,0,22,35,102,120,67,111,111,107,105,101,73,110,102,111,87,105,110,100,111,119,66,111,120,0,16,0,25,35,103,97,45,99,111,111,107,105,101,45,112,111,108,105,99,121,45,119,114,97,112,112,101,114,0,16,0,16,35,103,97,99,111,111,107,105,101,109,101,115,115,97,103,101,0,16,0,15,35,103,97,100,103,101,116,45,99,111,111,107,105,101,115,0,16,0,12,35,103,97,110,95,112,114,105,118,97,99,121,0,16,0,22,35,103,97,114,114,97,109,112,97,45,99,111,111,107,105,101,110,111,116,105,99,101,0,16,0,9,35,103,98,99,111,111,107,105,101,0,16,0,25,35,103,99,95,99,111,111,107,105,101,95,99,111,110,115,101,110,116,95,98,97,110,110,101,114,0,16,0,16,35,103,99,99,111,111,107,105,101,109,101,115,115,97,103,101,0,16,0,20,35,103,99,109,115,95,99,111,111,107,105,101,95,109,97,110,97,103,101,114,0,16,0,16,35,103,100,112,114,45,97,99,99,101,112,116,97,110,99,101,0,16,0,15,35,103,100,112,114,45,97,103,114,101,101,109,101,110,116,0,16,0,23,35,103,100,112,114,45,97,103,114,101,101,109,101,110,116,45,119,114,97,112,112,101,114,0,16,0,11,35,103,100,112,114,45,97,108,101,114,116,0,16,0,12,35,103,100,112,114,45,98,97,110,110,101,114,0,16,0,22,35,103,100,112,114,45,98,97,110,110,101,114,45,99,111,109,112,111,110,101,110,116,0,16,0,19,35,103,100,112,114,45,98,97,110,110,101,114,45,109,111,100,117,108,101,0,16,0,20,35,103,100,112,114,45,98,97,110,110,101,114,45,119,114,97,112,112,101,114,0,16,0,9,35,103,100,112,114,45,98,97,114,0,16,0,11,35,103,100,112,114,45,98,108,111,99,107,0,16,0,12,35,103,100,112,114,45,98,111,116,116,111,109,0,16,0,19,35,103,100,112,114,45,98,111,116,116,111,109,45,98,97,110,110,101,114,0,16,0,29,35,103,100,112,114,45,98,111,116,116,111,109,45,98,97,110,110,101,114,45,99,111,110,116,97,105,110,101,114,0,16,0,9,35,103,100,112,114,45,98,111,120,0,16,0,15,35,103,100,112,114,45,99,104,97,108,108,101,110,103,101,0,16,0,13,35,103,100,112,114,45,99,111,110,102,105,114,109,0,16,0,20,35,103,100,112,114,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,0,16,0,17,35,103,100,112,114,45,99,111,110,115,101,110,116,45,98,111,120,0,16,0,23,35,103,100,112,114,45,99,111,110,115,101,110,116,45,99,111,110,116,97,105,110,101,114,0,16,0,20,35,103,100,112,114,45,99,111,110,115,101,110,116,45,104,111,108,100,101,114,0,16,0,19,35,103,100,112,114,45,99,111,110,115,101,110,116,45,112,111,112,117,112,0,16,0,21,35,103,100,112,114,45,99,111,110,115,101,110,116,45,119,114,97,112,112,101,114,0,16,0,15,35,103,100,112,114,45,99,111,110,116,97,105,110,101,114,0,16,0,32,35,103,100,112,114,45,99,111,110,116,97,105,110,101,114,45,98,97,99,107,103,114,111,117,110,100,45,102,105,120,101,100,0,16,0,12,35,103,100,112,114,45,99,111,111,107,105,101,0,16,0,23,35,103,100,112,114,45,99,111,111,107,105,101,45,98,97,99,107,103,114,111,117,110,100,0,16,0,19,35,103,100,112,114,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,16,0,29,35,103,100,112,114,45,99,111,111,107,105,101,45,98,97,110,110,101,114,45,99,111,110,116,97,105,110,101,114,0,16,0,16,35,103,100,112,114,45,99,111,111,107,105,101,45,98,97,114,0,16,0,18,35,103,100,112,114,45,99,111,111,107,105,101,45,98,108,111,99,107,0,16,0,26,35,103,100,112,114,45,99,111,111,107,105,101,45,98,108,111,99,107,101,100,45,108,97,121,101,114,0,16,0,20,35,103,100,112,114,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,16,0,24,35,103,100,112,114,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,98,97,114,0,16,0,26,35,103,100,112,114,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,112,111,112,117,112,0,16,0,23,35,103,100,112,114,45,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,0,16,0,19,35,103,100,112,114,45,99,111,111,107,105,101,45,102,111,111,116,101,114,0,16,0,17,35,103,100,112,114,45,99,111,111,107,105,101,45,104,105,110,116,0,16,0,17,35,103,100,112,114,45,99,111,111,107,105,101,45,105,110,102,111,0,16,0,16,35,103,100,112,114,45,99,111,111,107,105,101,45,108,97,119,0,16,0,30,35,103,100,112,114,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,45,99,111,110,116,97,105,110,101,114,0,16,0,28,35,103,100,112,114,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,45,111,118,101,114,108,97,121,0,16,0,19,35,103,100,112,114,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,16,0,18,35,103,100,112,114,45,99,111,111,107,105,101,45,110,111,116,105,102,0,16,0,20,35,103,100,112,114,45,99,111,111,107,105,101,45,111,118,101,114,108,97,121,0,16,0,19,35,103,100,112,114,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,16,0,16,35,103,100,112,114,45,99,111,111,107,105,101,45,114,111,119,0,16,0,17,35,103,100,112,114,45,99,111,111,107,105,101,45,119,97,108,108,0,16,0,18,35,103,100,112,114,45,99,111,111,107,105,101,78,111,116,105,99,101,0,16,0,13,35,103,100,112,114,45,99,111,111,107,105,101,115,0,16,0,18,35,103,100,112,114,45,99,111,111,107,105,101,115,45,102,111,114,109,0,16,0,20,35,103,100,112,114,45,99,111,111,107,105,101,115,45,110,111,116,105,99,101,0,16,0,11,35,103,100,112,114,45,99,111,118,101,114,0,16,0,12,35,103,100,112,114,45,100,105,97,108,111,103,0,16,0,16,35,103,100,112,114,45,100,105,115,99,108,97,105,109,101,114,0,16,0,12,35,103,100,112,114,45,102,105,108,116,101,114,0,16,0,12,35,103,100,112,114,45,102,111,111,116,101,114,0,16,0,12,35,103,100,112,114,45,104,101,97,100,101,114,0,16,0,26,35,103,100,112,114,45,105,101,115,76,120,122,45,99,111,111,107,105,101,45,99,97,110,118,97,115,0,16,0,27,35,103,100,112,114,45,105,101,115,76,120,122,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,0,16,0,20,35,103,100,112,114,45,105,110,102,111,45,99,111,110,116,97,105,110,101,114,0,16,0,12,35,103,100,112,114,45,105,115,45,102,117,110,0,16,0,9,35,103,100,112,114,45,108,97,119,0,16,0,13,35,103,100,112,114,45,109,97,110,97,103,101,114,0,16,0,13,35,103,100,112,114,45,109,101,115,115,97,103,101,0,16,0,19,35,103,100,112,114,45,109,101,115,115,97,103,101,45,109,111,100,97,108,0,16,0,18,35,103,100,112,114,45,109,111,100,97,108,45,98,111,116,116,111,109,0,16,0,15,35,103,100,112,114,45,109,111,100,97,108,45,98,111,120,0,16,0,21,35,103,100,112,114,45,109,111,100,97,108,45,99,111,110,116,97,105,110,101,114,0,16,0,25,35,103,100,112,114,45,109,111,100,97,108,45,99,111,110,116,97,105,110,101,114,45,110,101,119,0,16,0,12,35,103,100,112,114,45,110,97,118,98,97,114,0,16,0,19,35,103,100,112,114,45,110,101,119,45,99,111,110,116,97,105,110,101,114,0,16,0,12,35,103,100,112,114,45,110,111,116,105,99,101,0,16,0,22,35,103,100,112,114,45,110,111,116,105,99,101,45,99,111,110,116,97,105,110,101,114,0,16,0,18,35,103,100,112,114,45,110,111,116,105,102,105,99,97,116,105,111,110,0,16,0,14,35,103,100,112,114,45,110,111,116,105,102,105,101,114,0,16,0,7,35,103,100,112,114,45,111,0,16,0,19,35,103,100,112,114,45,111,112,116,105,110,45,115,101,99,116,105,111,110,0,16,0,13,35,103,100,112,114,45,111,112,116,105,111,110,115,0,16,0,13,35,103,100,112,114,45,111,118,101,114,108,97,121,0,16,0,19,35,103,100,112,114,45,112,111,108,105,99,121,45,110,97,118,98,97,114,0,16,0,9,35,103,100,112,114,45,112,111,112,0,16,0,11,35,103,100,112,114,45,112,111,112,117,112,0,16,0,21,35,103,100,112,114,45,112,111,112,117,112,45,99,111,110,116,97,105,110,101,114,0,16,0,19,35,103,100,112,114,45,112,114,105,118,97,99,121,45,115,116,114,105,112,0,16,0,12,35,103,100,112,114,45,114,101,103,105,111,110,0,16,0,12,35,103,100,112,114,45,115,99,114,101,101,110,0,16,0,12,35,103,100,112,114,45,115,99,114,105,112,116,0,16,0,13,35,103,100,112,114,45,115,101,99,116,105,111,110,0,16,0,19,35,103,100,112,114,45,115,116,105,99,107,121,45,98,97,110,110,101,114,0,16,0,13,35,103,100,112,114,45,116,111,111,108,116,105,112,0,16,0,7,35,103,100,112,114,45,119,0,16,0,19,35,103,100,112,114,45,119,97,114,100,101,110,45,98,97,110,110,101,114,0,16,0,13,35,103,100,112,114,45,119,97,114,110,105,110,103,0,16,0,12,35,103,100,112,114,45,119,105,100,103,101,116,0,16,0,13,35,103,100,112,114,45,119,114,97,112,112,101,114,0,16,0,9,35,103,100,112,114,45,119,114,112,0,16,0,14,35,103,100,112,114,46,109,45,97,99,116,105,118,101,0,16,0,9,35,103,100,112,114,46,114,111,119,0,16,0,11,35,103,100,112,114,49,65,108,101,114,116,0,16,0,13,35,103,100,112,114,50,48,49,56,48,56,50,57,0,16,0,11,35,103,100,112,114,65,99,99,101,112,116,0,16,0,10,35,103,100,112,114,65,103,114,101,101,0,16,0,10,35,103,100,112,114,65,108,101,114,116,0,16,0,19,35,103,100,112,114,65,110,100,67,67,80,65,77,101,115,115,97,103,101,0,16,0,9,35,103,100,112,114,66,97,110,100,0,16,0,11,35,103,100,112,114,66,97,110,110,101,114,0,16,0,8,35,103,100,112,114,66,97,114,0,16,0,9,35,103,100,112,114,66,110,110,114,0,16,0,16,35,103,100,112,114,66,111,116,116,111,109,76,97,121,101,114,0,16,0,8,35,103,100,112,114,66,111,120,0,16,0,11,35,103,100,112,114,67,101,110,116,101,114,0,16,0,21,35,103,100,112,114,67,111,109,112,108,105,97,110,99,101,66,97,110,110,101,114,0,16,0,14,35,103,100,112,114,67,111,109,112,111,110,101,110,116,0,16,0,18,35,103,100,112,114,67,111,110,115,101,110,116,80,114,111,109,112,116,0,16,0,14,35,103,100,112,114,67,111,110,116,97,105,110,101,114,0,16,0,11,35,103,100,112,114,67,111,111,107,105,101,0,16,0,17,35,103,100,112,114,67,111,111,107,105,101,66,97,110,110,101,114,0,16,0,25,35,103,100,112,114,67,111,111,107,105,101,66,97,110,110,101,114,45,45,99,117,115,116,111,109,0,16,0,32,35,103,100,112,114,67,111,111,107,105,101,67,111,110,115,101,110,116,77,97,110,97,103,101,100,83,117,109,109,97,114,121,0,16,0,14,35,103,100,112,114,67,111,111,107,105,101,76,97,119,0,16,0,17,35,103,100,112,114,67,111,111,107,105,101,80,111,108,105,99,121,0,16,0,16,35,103,100,112,114,67,111,111,107,105,101,80,111,112,117,112,0,16,0,15,35,103,100,112,114,67,111,111,107,105,101,87,114,97,112,0,16,0,24,35,103,100,112,114,67,111,111,107,105,101,109,77,97,110,97,103,101,114,77,111,100,97,108,0,16,0,11,35,103,100,112,114,68,105,97,108,111,103,0,16,0,8,35,103,100,112,114,68,105,118,0,16,0,11,35,103,100,112,114,72,101,97,100,101,114,0,16,0,13,35,103,100,112,114,76,80,68,105,97,108,111,103,0,16,0,19,35,103,100,112,114,76,80,68,105,97,108,111,103,95,109,111,100,97,108,0,16,0,22,35,103,100,112,114,76,101,103,97,108,78,111,116,105,102,105,99,97,116,105,111,110,0,16,0,12,35,103,100,112,114,77,101,115,115,97,103,101,0,16,0,11,35,103,100,112,114,78,111,116,105,99,101,0,16,0,17,35,103,100,112,114,78,111,116,105,102,105,99,97,116,105,111,110,0,16,0,10,35,103,100,112,114,80,111,112,117,112,0,16,0,11,35,103,100,112,114,82,105,98,98,111,110,0,16,0,12,35,103,100,112,114,84,114,101,97,116,101,100,0,16,0,17,35,103,100,112,114,86,120,67,111,110,115,101,110,116,66,97,114,0,16,0,12,35,103,100,112,114,87,97,114,110,105,110,103,0,16,0,11,35,103,100,112,114,87,105,110,100,111,119,0,16,0,12,35,103,100,112,114,87,114,97,112,112,101,114,0,16,0,30,35,103,100,112,114,91,100,97,116,97,45,99,111,111,107,105,101,115,45,112,111,108,105,99,121,45,117,114,108,93,0,16,0,12,35,103,100,112,114,95,97,99,99,101,112,116,0,16,0,15,35,103,100,112,114,95,97,99,99,101,112,116,105,111,110,0,16,0,11,35,103,100,112,114,95,97,103,114,101,101,0,16,0,10,35,103,100,112,114,95,97,114,101,97,0,16,0,7,35,103,100,112,114,95,98,0,16,0,12,35,103,100,112,114,95,98,97,110,110,101,114,0,16,0,9,35,103,100,112,114,95,98,97,114,0,16,0,14,35,103,100,112,114,95,98,97,114,114,101,116,116,97,0,16,0,11,35,103,100,112,114,95,98,97,115,105,99,0,16,0,9,35,103,100,112,114,95,98,111,120,0,16,0,9,35,103,100,112,114,95,99,110,116,0,16,0,24,35,103,100,112,114,95,99,111,109,112,108,105,97,110,99,101,95,119,114,97,112,112,101,114,0,16,0,13,35,103,100,112,114,95,99,111,110,115,101,110,116,0,16,0,20,35,103,100,112,114,95,99,111,110,115,101,110,116,95,98,97,110,110,101,114,0,16,0,22,35,103,100,112,114,95,99,111,110,115,101,110,116,95,100,105,97,108,111,103,117,101,0,16,0,15,35,103,100,112,114,95,99,111,110,116,97,105,110,101,114,0,16,0,12,35,103,100,112,114,95,99,111,111,107,105,101,0,16,0,19,35,103,100,112,114,95,99,111,111,107,105,101,45,110,111,116,105,99,101,0,16,0,19,35,103,100,112,114,95,99,111,111,107,105,101,95,98,97,110,110,101,114,0,16,0,17,35,103,100,112,114,95,99,111,111,107,105,101,95,108,105,110,101,0,16,0,18,35,103,100,112,114,95,99,111,111,107,105,101,95,109,111,100,97,108,0,16,0,19,35,103,100,112,114,95,99,111,111,107,105,101,95,110,111,116,105,99,101,0,16,0,18,35,103,100,112,114,95,99,111,111,107,105,101,95,112,111,112,117,112,0,16,0,13,35,103,100,112,114,95,99,111,111,107,105,101,115,0,16,0,14,35,103,100,112,114,95,100,105,97,108,111,103,117,101,0,16,0,11,35,103,100,112,114,95,102,108,111,97,116,0,16,0,20,35,103,100,112,114,95,104,101,97,100,101,114,95,119,114,97,112,112,101,114,0,16,0,8,35,103,100,112,114,95,105,112,0,16,0,10,35,103,100,112,114,95,108,105,110,107,0,16,0,13,35,103,100,112,114,95,109,101,115,115,97,103,101,0,16,0,11,35,103,100,112,114,95,109,111,100,97,108,0,16,0,9,35,103,100,112,114,95,110,97,118,0,16,0,12,35,103,100,112,114,95,110,111,116,105,99,101,0,16,0,14,35,103,100,112,114,95,111,118,101,114,102,108,111,119,0,16,0,13,35,103,100,112,114,95,111,118,101,114,108,97,121,0,16,0,11,35,103,100,112,114,95,112,97,110,101,108,0,16,0,17,35,103,100,112,114,95,112,108,97,99,101,104,111,108,100,101,114,0,16,0,19,35,103,100,112,114,95,112,111,112,95,99,111,110,116,97,105,110,101,114,0,16,0,11,35,103,100,112,114,95,112,111,112,105,110,0,16,0,11,35,103,100,112,114,95,112,111,112,117,112,0,16,0,14,35,103,100,112,114,95,112,111,112,117,112,95,98,103,0,16,0,21,35,103,100,112,114,95,112,111,112,117,112,95,99,111,110,116,97,105,110,101,114,0,16,0,25,35,103,100,112,114,95,117,115,101,114,95,99,111,110,115,101,110,116,95,98,97,110,110,101,114,0,16,0,15,35,103,100,112,114,95,118,101,114,121,102,105,114,115,116,0,16,0,21,35,103,100,112,114,95,118,101,114,121,102,105,114,115,116,95,108,97,121,101,114,0,16,0,11,35,103,100,112,114,98,97,110,110,101,114,0,16,0,8,35,103,100,112,114,98,97,114,0,16,0,7,35,103,100,112,114,98,120,0,16,0,10,35,103,100,112,114,99,95,98,97,114,0,16,0,12,35,103,100,112,114,99,111,110,115,101,110,116,0,16,0,11,35,103,100,112,114,99,111,111,107,105,101,0,16,0,16,35,103,100,112,114,99,111,111,107,105,101,97,108,101,114,116,0,16,0,16,35,103,100,112,114,99,111,111,107,105,101,112,111,112,117,112,0,16,0,15,35,103,100,112,114,100,105,115,99,108,97,105,109,101,114,0,16,0,10,35,103,100,112,114,112,111,112,117,112,0,16,0,11,35,103,100,112,114,112,114,111,109,112,116,0,16,0,11,35,103,100,112,114,115,116,105,99,107,121,0,16,0,12,35,103,100,112,114,119,97,114,110,105,110,103,0,16,0,20,35,103,100,114,112,45,98,111,116,116,111,109,45,109,101,115,115,97,103,101,0,16,0,19,35,103,100,114,112,45,99,111,111,107,105,101,111,118,101,114,108,97,121,0,16,0,13,35,103,100,114,112,45,119,114,97,112,112,101,114,0,16,0,17,35,103,100,114,112,78,111,116,105,102,105,99,97,116,105,111,110,0,16,0,11,35,103,100,115,45,99,111,111,107,105,101,0,16,0,16,35,103,100,121,99,110,95,99,111,110,116,97,105,110,101,114,0,16,0,11,35,103,101,108,45,99,111,111,107,105,101,0,16,0,18,35,103,101,108,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,16,0,21,35,103,101,110,105,101,109,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,16,0,18,35,103,101,110,105,117,109,45,99,111,111,107,105,101,45,98,97,114,0,16,0,20,35,103,101,116,73,110,95,99,111,111,107,105,101,95,110,111,116,105,99,101,0,16,0,26,35,103,102,107,108,95,111,112,116,95,105,110,95,99,111,111,107,105,101,95,98,97,110,110,101,114,0,16,0,11,35,103,104,45,99,111,111,107,105,101,98,0,16,0,17,35,103,104,99,111,111,107,105,101,45,119,114,97,112,112,101,114,0,16,0,17,35,103,104,111,115,116,101,114,121,45,99,111,110,115,101,110,116,0,16,0,14,35,103,107,45,99,111,111,107,105,101,45,108,97,119,0,16,0,22,35,103,108,100,95,98,97,115,101,95,99,111,111,107,105,101,95,98,114,101,118,101,0,16,0,16,35,103,108,100,95,99,111,111,107,105,101,95,102,108,97,103,0,16,0,21,35,103,108,111,98,97,108,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,16,0,19,35,103,108,111,98,97,108,45,99,111,111,107,105,101,45,105,110,102,111,0,16,0,22,35,103,108,111,98,97,108,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,0,16,0,22,35,103,108,111,98,97,108,45,99,111,111,107,105,101,115,45,98,97,110,110,101,114,0,16,0,21,35,103,108,111,98,97,108,45,99,111,111,107,105,101,119,97,114,110,105,110,103,0,16,0,23,35,103,108,111,98,97,108,45,109,101,115,115,97,103,101,45,99,111,111,107,105,101,115,0,16,0,16,35,103,108,111,98,97,108,67,111,111,107,105,101,66,97,114,0,16,0,14,35,103,108,111,98,97,108,67,111,111,107,105,101,115,0,16,0,29,35,103,108,111,98,97,108,95,100,101,102,97,117,108,116,95,99,111,111,107,105,101,95,112,111,108,105,99,121,0,16,0,19,35,103,108,111,119,67,111,111,107,105,101,115,45,98,97,110,110,101,114,0,16,0,10,35,103,109,45,99,111,111,107,105,101,0,16,0,11,35,103,109,45,99,111,111,107,105,101,115,0,16,0,17,35,103,110,45,99,111,111,107,105,101,45,97,99,99,101,112,116,0,16,0,10,35,103,110,99,111,110,115,101,110,116,0,16,0,15,35,103,110,99,111,111,107,105,101,98,97,110,110,101,114,0,16,0,21,35,103,110,101,119,115,45,112,114,111,45,99,111,111,107,105,101,45,105,102,121,0,16,0,20,35,103,111,108,101,109,45,99,111,111,107,105,101,45,97,99,99,101,112,116,0,16,0,18,35,103,111,111,103,108,101,45,112,111,108,105,99,121,45,98,111,120,0,16,0,25,35,103,111,111,103,108,101,95,97,110,97,108,121,116,105,99,115,95,104,105,110,119,101,105,115,0,16,0,21,35,103,112,45,99,111,111,107,105,101,45,97,103,114,101,101,109,101,110,116,115,0,16,0,9,35,103,112,67,111,111,107,105,101,0,16,0,9,35,103,112,99,45,108,103,112,100,0,16,0,25,35,103,112,100,114,58,110,111,116,40,98,111,100,121,41,58,110,111,116,40,104,116,109,108,41,0,16,0,16,35,103,112,100,114,66,97,110,110,101,114,65,115,105,100,101,0,16,0,17,35,103,112,101,45,99,111,111,107,105,101,115,45,119,97,114,110,0,16,0,14,35,103,112,102,45,99,111,111,107,105,101,98,97,114,0,16,0,12,35,103,112,108,45,102,108,97,115,104,101,115,0,16,0,32,35,103,112,115,101,99,67,111,111,107,105,101,73,110,102,111,114,109,97,116,105,111,110,67,111,110,116,97,105,110,101,114,0,16,0,24,35,103,114,45,99,111,111,107,105,101,45,110,111,116,105,99,101,45,98,97,110,110,101,114,0,16,0,21,35,103,114,97,122,101,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,0,16,0,16,35,103,114,100,112,95,98,97,114,114,101,95,109,97,120,105,0,16,0,16,35,103,114,100,112,95,98,97,114,114,101,95,109,105,110,105,0,16,0,26,35,103,114,101,121,45,98,97,114,45,99,111,111,107,105,101,115,45,99,111,110,116,101,110,116,115,0,16,0,26,35,103,114,104,95,99,111,111,107,105,101,45,97,99,99,101,112,116,45,99,111,111,107,105,101,115,0,16,0,23,35,103,114,105,116,116,101,114,45,110,111,116,105,99,101,45,119,114,97,112,112,101,114,0,16,0,31,35,103,114,111,107,105,116,45,99,111,111,107,105,101,115,45,99,111,110,115,101,110,116,45,119,114,97,112,112,101,114,0,16,0,13,35,103,114,112,100,45,99,111,110,115,101,110,116,0,16,0,15,35,103,114,115,78,111,116,105,102,121,83,104,101,108,108,0,16,0,13,35,103,114,117,110,116,121,67,111,111,107,105,101,0,16,0,17,35,103,115,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,16,0,18,35,103,115,45,99,111,111,107,105,101,115,45,114,101,118,105,101,119,0,16,0,12,35,103,115,107,45,99,111,110,115,101,110,116,0,16,0,13,35,103,115,111,105,45,99,111,110,115,101,110,116,0,16,0,16,35,103,116,99,111,111,107,105,101,115,45,109,111,100,97,108,0,16,0,18,35,103,116,99,111,111,107,105,101,115,45,111,118,101,114,108,97,121,0,16,0,19,35,103,116,100,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,16,0,17,35,103,116,109,95,99,111,111,107,105,101,95,112,97,110,101,108,0,16,0,12,35,103,116,109,95,112,114,105,118,97,99,121,0,16,0,21,35,103,117,106,101,109,115,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,16,0,32,35,103,118,101,45,99,111,111,107,105,101,99,111,110,115,101,110,116,45,99,111,110,115,101,110,116,45,112,111,112,117,112,0,16,0,19,35,103,119,95,99,111,111,107,105,101,68,105,114,101,99,116,105,118,101,0,16,0,12,35,103,119,122,45,99,111,111,107,105,101,115,0,16,0,16,35,104,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,16,0,14,35,104,50,52,45,67,111,111,107,105,101,66,97,114,0,16,0,13,35,104,67,111,111,107,105,101,80,97,110,101,108,0,16,0,15,35,104,76,105,98,67,111,111,107,105,101,73,110,102,111,0,16,0,16,35,104,76,105,98,67,111,111,107,105,101,73,110,102,111,50,0,16,0,19,35,104,80,111,108,105,99,121,67,111,111,107,105,101,65,108,101,114,116,0,16,0,19,35,104,97,109,111,110,45,97,108,101,114,116,45,99,111,111,107,105,101,0,16,0,13,35,104,97,109,111,110,45,98,97,110,110,101,114,0,16,0,15,35,104,97,110,45,99,111,111,107,105,101,45,98,97,114,0,16,0,13,35,104,97,112,112,121,99,111,111,107,105,101,115,0,16,0,23,35,104,97,114,100,108,111,111,112,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,16,0,14,35,104,97,118,101,45,97,45,99,111,111,107,105,101,0,16,0,12,35,104,97,118,101,97,99,111,111,107,105,101,0,16,0,19,35,104,97,121,115,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,16,0,11,35,104,98,45,99,99,45,119,114,97,112,0,16,0,22,35,104,98,67,111,111,107,105,101,67,111,110,115,101,110,116,68,105,97,108,111,103,0,16,0,21,35,104,99,95,101,118,116,95,116,111,111,108,116,105,112,95,109,111,100,97,108,0,16,0,15,35,104,99,95,104,117,103,115,95,99,111,111,107,105,101,0,16,0,21,35,104,99,109,95,99,111,111,107,105,101,95,99,111,110,116,97,105,110,101,114,0,16,0,17,35,104,100,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,16,0,18,35,104,100,103,45,99,111,111,107,105,101,45,97,99,99,101,112,116,0,16,0,21,35,104,101,97,100,45,98,97,114,45,99,111,111,107,105,101,45,105,110,102,111,0,16,0,17,35,104,101,97,100,67,111,111,107,105,101,65,99,99,101,112,116,0,16,0,12,35,104,101,97,100,95,99,111,111,107,105,101,0,16,0,16,35,104,101,97,100,98,97,110,100,45,99,111,111,107,105,101,0,16,0,17,35,104,101,97,100,98,97,110,100,95,99,111,111,107,105,101,115,0,16,0,15,35,104,101,97,100,101,114,45,99,111,111,99,107,105,101,0,16,0,14,35,104,101,97,100,101,114,45,99,111,111,107,105,101,0,16,0,18,35,104,101,97,100,101,114,45,99,111,111,107,105,101,45,98,97,114,0,16,0,18,35,104,101,97,100,101,114,45,99,111,111,107,105,101,45,108,97,119,0,16,0,21,35,104,101,97,100,101,114,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,16,0,22,35,104,101,97,100,101,114,45,99,111,111,107,105,101,108,97,119,45,102,111,114,109,0,16,0,15,35,104,101,97,100,101,114,45,99,111,111,107,105,101,115,0,16,0,12,35,104,101,97,100,101,114,45,103,100,112,114,0,16,0,19,35,104,101,97,100,101,114,45,105,110,102,111,45,99,111,111,107,105,101,0,16,0,13,35,104,101,97,100,101,114,67,111,111,107,105,101,0,16,0,17,35,104,101,97,100,101,114,67,111,111,107,105,101,65,114,101,97,0,16,0,16,35,104,101,97,100,101,114,67,111,111,107,105,101,76,97,119,0,16,0,14,35,104,101,97,100,101,114,67,111,111,107,105,101,115,0,16,0,20,35,104,101,97,100,101,114,67,111,111,107,105,101,115,65,100,118,105,99,101,0,16,0,17,35,104,101,97,100,101,114,67,111,111,107,105,101,115,66,97,114,0,16,0,21,35,104,101,97,100,101,114,80,114,105,118,97,99,121,77,115,103,87,114,97,112,0,16,0,27,35,104,101,97,100,101,114,84,111,112,66,97,114,77,101,115,115,97,103,101,67,111,111,107,105,101,115,0,16,0,18,35,104,101,97,100,101,114,84,111,112,84,114,97,99,107,105,110,103,0,16,0,24,35,104,101,97,100,101,114,95,99,111,111,107,105,101,95,99,111,110,116,97,105,110,101,114,0,16,0,22,35,104,101,97,100,101,114,95,99,111,111,107,105,101,95,119,97,114,110,105,110,103,0,16,0,15,35,104,101,97,100,101,114,95,99,111,111,107,105,101,115,0,16,0,18,35,104,101,97,100,101,114,95,116,99,95,112,114,105,118,97,99,121,0,16,0,18,35,104,101,97,100,101,114,98,97,114,95,99,111,111,107,105,101,115,0,16,0,13,35,104,101,97,100,101,114,99,111,111,107,105,101,0,16,0,13,35,104,101,98,115,45,99,111,110,115,101,110,116,0,16,0,13,35,104,101,108,108,111,45,99,111,111,107,105,101,0,16,0,24,35,104,101,108,108,111,116,114,117,115,116,95,99,111,111,107,105,101,95,112,111,112,117,112,0,16,0,21,35,104,101,114,111,107,117,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,16,0,17,35,104,102,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,16,0,16,35,104,102,99,45,112,114,105,118,97,99,121,45,98,97,114,0,16,0,17,35,104,104,95,99,111,111,107,105,101,119,97,114,110,105,110,103,0,16,0,14,35,104,105,45,99,111,111,107,105,101,45,98,111,120,0,16,0,13,35,104,105,45,101,117,45,111,112,116,45,105,110,0,16,0,22,35,104,105,100,100,101,110,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,0,16,0,13,35,104,105,100,100,101,110,67,111,111,107,105,101,0,16,0,12,35,104,105,100,101,95,99,111,111,107,105,101,0,16,0,22,35,104,105,100,101,99,111,111,107,105,101,105,110,102,111,67,111,110,116,101,110,116,0,16,0,21,35,104,105,100,101,99,111,111,107,105,101,105,110,102,111,79,98,106,101,99,116,0,16,0,14,35,104,105,110,119,101,105,115,67,111,111,107,105,101,0,16,0,16,35,104,105,110,119,101,105,115,95,99,111,111,107,105,101,115,0,16,0,14,35,104,105,110,119,101,105,115,99,111,111,107,105,101,0,16,0,16,35,104,105,110,119,101,105,115,99,111,111,107,105,101,105,100,0,16,0,28,35,104,105,118,101,101,120,116,99,111,111,107,105,101,95,110,111,116,105,99,101,95,114,101,110,100,101,114,0,16,0,11,35,104,109,45,99,111,110,115,101,110,116,0,16,0,19,35,104,109,99,102,95,99,111,111,107,105,101,95,110,111,116,105,99,101,0,16,0,13,35,104,110,99,111,111,107,105,101,103,100,112,114,0,16,0,21,35,104,111,102,102,102,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,0,16,0,13,35,104,111,109,101,45,99,111,111,107,105,101,115,0,16,0,24,35,104,111,109,101,45,108,101,103,97,108,45,105,110,102,111,115,45,98,111,116,116,111,109,0,16,0,22,35,104,111,109,101,45,112,114,105,118,97,99,121,45,99,111,111,111,107,105,101,115,0,16,0,18,35,104,111,111,100,67,111,111,107,105,101,73,110,102,111,66,111,120,0,16,0,29,35,104,111,116,67,111,111,107,105,101,66,111,116,68,105,97,108,111,103,66,97,99,107,103,114,111,117,110,100,0,16,0,12,35,104,112,95,99,99,111,110,115,101,110,116,0,16,0,22,35,104,114,45,99,111,111,107,105,101,115,45,45,99,111,110,116,97,105,110,101,114,0,16,0,18,35,104,114,119,45,99,111,111,107,105,101,45,100,105,97,108,111,103,0,16,0,26,35,104,115,45,101,117,45,99,111,111,107,105,101,45,99,111,110,102,105,114,109,97,116,105,111,110,0,16,0,35,35,104,115,95,99,111,115,95,119,114,97,112,112,101,114,95,99,111,111,107,105,101,95,110,111,116,105,102,105,99,97,116,105,111,110,0,16,0,22,35,104,115,95,115,104,111,119,95,98,97,110,110,101,114,95,98,117,116,116,111,110,0,16,0,20,35,104,115,111,45,99,111,111,107,105,101,115,45,109,101,115,115,97,103,101,0,16,0,33,35,104,115,116,51,45,99,111,111,107,105,101,99,111,110,115,101,110,116,45,99,111,110,115,101,110,116,45,112,111,112,117,112,0,16,0,13,35,104,116,95,99,111,111,107,105,101,108,97,119,0,16,0,17,35,104,116,109,108,80,111,112,105,110,67,111,111,107,105,101,115,0,16,0,17,35,104,116,109,108,95,99,111,111,107,105,101,65,103,114,101,101,0,16,0,27,35,104,117,107,95,99,111,111,107,105,101,95,112,114,101,102,101,114,110,99,101,95,112,97,110,101,108,0,16,0,16,35,104,117,108,107,95,99,111,111,107,105,101,95,98,97,114,0,16,0,17,35,104,118,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,16,0,8,35,104,118,45,103,100,112,114,0,16,0,17,35,104,118,99,111,111,107,105,101,101,117,68,105,97,108,111,103,0,16,0,10,35,104,119,95,99,111,111,107,105,101,0,16,0,14,35,104,119,95,99,111,111,107,105,101,95,108,97,119,0,16,0,16,35,104,121,100,114,97,45,102,98,45,110,111,116,105,99,101,0,16,0,12,35,104,122,45,99,111,110,115,101,110,116,115,0,16,0,17,35,105,45,99,97,110,45,104,97,115,45,99,111,111,107,105,101,0,16,0,7,35,105,45,99,111,111,107,0,16,0,14,35,105,45,99,111,111,107,105,101,45,99,110,105,108,0,16,0,14,35,105,45,99,111,111,107,105,101,115,45,98,97,114,0,16,0,13,35,105,51,45,98,111,120,67,111,111,107,105,101,0,16,0,15,35,105,67,111,111,107,105,101,87,97,114,110,105,110,103,0,16,0,10,35,105,95,99,111,111,107,105,101,115,0,16,0,18,35,105,97,45,99,111,111,107,105,101,45,99,104,111,105,99,101,115,0,16,0,16,35,105,97,50,95,112,111,112,117,112,99,111,111,107,105,101,0,16,0,19,35,105,97,105,95,99,111,111,107,105,101,95,119,114,97,112,112,101,114,0,16,0,32,35,105,98,117,45,111,110,108,105,110,101,45,117,115,101,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,16,0,20,35,105,98,119,97,114,110,105,110,103,95,101,117,99,111,111,107,105,101,115,0,16,0,14,35,105,99,95,99,111,111,107,105,101,115,95,97,114,0,16,0,14,35,105,99,97,110,104,97,115,99,111,111,107,105,101,0,16,0,12,35,105,99,99,95,109,101,115,115,97,103,101,0,16,0,14,35,105,99,101,67,111,111,107,105,101,87,114,97,112,0,16,0,27,35,105,99,101,103,114,97,109,95,109,101,115,115,97,103,101,115,95,99,111,110,116,97,105,110,101,114,0,16,0,13,35,105,99,101,121,95,99,111,111,107,105,101,115,0,16,0,21,35,105,99,109,95,99,111,111,107,105,101,95,99,111,110,116,97,105,110,101,114,0,16,0,18,35,105,99,110,95,99,111,111,107,105,101,95,110,111,116,105,99,101,0,16,0,16,35,105,99,111,67,111,111,107,105,101,78,111,116,105,102,121,0,16,0,17,35,105,99,111,67,111,111,107,105,101,115,66,97,110,110,101,114,0,16,0,11,35,105,99,111,95,98,97,110,110,101,114,0,16,0,11,35,105,99,111,95,99,111,111,107,105,101,0,16,0,16,35,105,99,111,99,111,111,107,105,101,95,111,117,116,101,114,0,16,0,9,35,105,99,111,111,107,105,101,115,0,16,0,22,35,105,99,115,45,112,112,45,99,111,111,107,105,101,115,45,97,99,99,101,112,116,0,16,0,13,35,105,99,116,115,117,99,95,98,108,111,99,107,0,16,0,10,35,105,100,45,99,111,111,107,105,101,0,16,0,17,35,105,100,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,16,0,11,35,105,100,45,99,111,111,107,105,101,115,0,16,0,14,35,105,100,45,99,111,111,107,105,101,119,97,114,110,0,16,0,19,35,105,100,45,119,97,114,110,105,110,103,45,99,111,111,107,105,101,115,0,16,0,10,35,105,100,67,111,107,87,114,97,112,0,16,0,12,35,105,100,67,111,111,107,105,101,77,115,103,0,16,0,13,35,105,100,67,111,111,107,105,101,80,101,114,109,0,16,0,20,35,105,100,67,111,111,107,105,101,80,111,108,105,99,121,80,97,110,101,108,0,16,0,12,35,105,100,67,111,111,107,105,101,98,97,114,0,16,0,38,35,105,100,72,114,83,121,115,71,105,112,115,68,105,118,66,108,97,99,107,84,114,97,110,115,112,97,114,101,110,116,79,118,101,114,108,97,121,0,16,0,19,35,105,100,73,110,102,111,114,109,97,99,97,111,67,111,111,107,105,101,0,16,0,7,35,105,100,76,71,80,68,0,16,0,13,35,105,100,76,101,121,67,111,111,107,105,101,115,0,16,0,27,35,105,100,85,115,101,114,67,111,110,115,101,110,116,80,111,108,105,99,121,87,97,114,110,105,110,103,0,16,0,13,35,105,100,95,95,99,111,111,107,105,101,111,107,0,16,0,18,35,105,100,95,97,118,118,105,115,111,95,99,111,111,107,105,101,115,0,16,0,18,35,105,100,95,99,111,111,107,105,101,95,99,111,110,115,101,110,116,0,16,0,15,35,105,100,95,99,111,111,107,105,101,95,115,104,111,119,0,16,0,17,35,105,100,95,99,111,111,107,105,101,99,111,110,115,101,110,116,0,16,0,18,35,105,100,95,100,105,118,95,85,115,101,67,111,111,107,105,101,115,0,16,0,11,35,105,100,95,109,115,103,67,110,105,108,0,16,0,14,35,105,100,95,116,114,95,99,111,111,107,105,101,115,0,16,0,19,35,105,100,97,105,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,16,0,9,35,105,100,99,111,111,107,105,101,0,16,0,12,35,105,100,101,97,95,99,111,111,107,105,101,0,16,0,18,35,105,100,101,97,108,105,110,103,45,99,111,110,115,101,110,116,115,0,16,0,18,35,105,100,101,111,99,111,111,107,105,101,45,119,105,100,103,101,116,0,16,0,15,35,105,100,103,45,99,111,111,107,105,101,45,98,97,114,0,16,0,15,35,105,100,103,99,112,95,95,115,101,99,116,105,111,110,0,16,0,22,35,105,100,105,100,105,116,97,108,108,102,111,114,116,104,101,99,111,111,107,105,101,0,16,0,31,35,105,100,105,117,109,45,99,111,111,107,105,101,115,45,110,111,116,105,102,105,99,97,116,105,111,110,45,98,97,114,0,16,0,10,35,105,100,119,99,111,111,107,105,101,0,16,0,11,35,105,100,120,99,111,111,107,105,101,115,0,16,0,15,35,105,101,116,67,111,111,107,105,101,80,97,110,101,108,0,16,0,19,35,105,102,97,98,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,16,0,13,35,105,102,111,111,100,95,99,111,111,107,105,101,0,16,0,28,35,105,102,114,97,109,101,45,119,114,97,112,45,110,101,116,105,110,102,111,45,99,111,110,115,101,110,116,0,16,0,14,35,105,102,114,97,109,101,95,99,111,111,107,105,101,0,16,0,19,35,105,102,114,97,109,101,95,99,111,111,107,105,101,95,115,105,116,101,0,16,0,18,35,105,103,101,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,16,0,11,35,105,103,111,95,99,111,111,107,105,101,0,16,0,32,35,105,103,111,119,101,98,95,99,111,111,107,105,101,112,111,108,105,99,121,95,111,112,116,111,117,116,95,105,110,102,111,0,16,0,12,35,105,105,98,45,99,111,111,107,105,101,115,0,16,0,12,35,105,105,109,71,100,112,114,82,111,111,116,0,16,0,21,35,105,106,45,112,111,108,105,99,121,45,100,105,115,99,108,97,105,109,101,114,0,16,0,27,35,105,107,97,110,111,115,45,112,114,105,118,97,99,121,45,99,111,111,107,105,101,108,97,121,101,114,0,16,0,13,35,105,108,111,118,101,99,111,111,107,105,101,115,0,16,0,22,35,105,109,80,111,108,105,99,121,99,111,111,107,105,101,109,101,115,115,97,103,101,0,16,0,18,35,105,109,95,99,111,111,107,105,101,95,109,101,115,115,97,103,101,0,16,0,20,35,105,109,112,108,105,99,105,116,67,111,111,107,105,101,77,111,100,97,108,0,16,0,15,35,105,109,112,114,105,110,116,45,99,111,111,107,105,101,0,16,0,17,35,105,109,112,114,111,111,118,101,45,99,111,111,107,105,101,115,0,16,0,13,35,105,110,100,101,120,99,111,111,107,105,101,115,0,16,0,18,35,105,110,100,105,99,97,116,105,111,110,95,99,111,111,107,105,101,0,16,0,12,35,105,110,102,95,112,114,105,118,97,99,121,0,16,0,10,35,105,110,102,99,111,111,107,105,101,0,16,0,19,35,105,110,102,111,45,97,98,111,117,116,45,99,111,111,107,105,101,115,0,16,0,17,35,105,110,102,111,45,98,97,110,110,101,114,45,103,100,112,114,0,16,0,17,35,105,110,102,111,45,98,97,114,45,99,111,111,107,105,101,115,0,16,0,22,35,105,110,102,111,45,98,97,114,45,99,111,111,107,105,101,115,45,105,110,102,111,0,16,0,12,35,105,110,102,111,45,99,111,111,107,105,101,0,16,0,13,35,105,110,102,111,45,99,111,111,107,105,101,115,0,16,0,20,35,105,110,102,111,45,99,111,111,107,105,101,115,45,98,97,110,110,101,114,0,16,0,17,35,105,110,102,111,45,99,111,111,107,105,101,115,45,98,97,114,0,16,0,17,35,105,110,102,111,45,99,111,111,107,105,101,115,45,116,111,112,0,16,0,11,35,105,110,102,111,67,111,111,107,105,101,0,16,0,17,35,105,110,102,111,67,111,111,107,105,101,66,97,110,110,101,114,0,16,0,15,35,105,110,102,111,67,111,111,107,105,101,67,78,73,76,0,16,0,12,35,105,110,102,111,67,111,111,107,105,101,115,0,16,0,17,35,105,110,102,111,76,111,99,97,108,67,111,111,107,105,101,115,0,16,0,12,35,105,110,102,111,80,114,105,118,97,99,121,0,16,0,24,35,105,110,102,111,95,97,98,111,117,116,95,99,111,111,107,105,101,115,95,97,114,101,97,0,16,0,12,35,105,110,102,111,95,99,111,111,107,105,101,0,16,0,23,35,105,110,102,111,95,99,111,111,107,105,101,95,98,97,99,107,103,114,111,117,110,100,0,16,0,16,35,105,110,102,111,95,99,111,111,107,105,101,95,101,120,101,0,16,0,17,35,105,110,102,111,95,99,111,111,107,105,101,95,101,120,101,108,0,16,0,17,35,105,110,102,111,95,99,111,111,107,105,101,95,105,112,122,112,0,16,0,20,35,105,110,102,111,95,99,111,111,107,105,101,95,119,114,97,112,112,101,114,0,16,0,13,35,105,110,102,111,95,99,111,111,107,105,101,115,0,16,0,19,35,105,110,102,111,95,99,111,111,107,105,101,115,95,98,108,111,99,107,0,16,0,15,35,105,110,102,111,95,99,111,111,107,105,101,115,95,108,0,16,0,19,35,105,110,102,111,98,97,110,110,101,114,45,99,111,111,107,105,101,115,0,16,0,15,35,105,110,102,111,98,97,114,45,99,111,111,107,105,101,0,16,0,32,35,105,110,102,111,98,97,114,91,100,97,116,97,45,115,101,116,116,105,110,103,115,61,34,98,111,116,116,111,109,34,93,0,16,0,14,35,105,110,102,111,98,111,120,99,111,111,107,105,101,0,16,0,15,35,105,110,102,111,99,105,97,115,116,101,99,122,107,97,0,16,0,11,35,105,110,102,111,99,111,111,107,105,101,0,16,0,13,35,105,110,102,111,99,111,111,107,105,101,102,114,0,16,0,12,35,105,110,102,111,99,111,111,107,105,101,115,0,16,0,13,35,105,110,102,111,99,111,111,107,105,101,115,50,0,16,0,21,35,105,110,102,111,114,67,111,111,107,105,101,87,97,108,108,80,111,112,117,112,0,16,0,9,35,105,110,102,111,114,99,119,112,0,16,0,15,35,105,110,102,111,114,109,45,99,111,111,107,105,101,115,0,16,0,24,35,105,110,102,111,114,109,97,99,105,111,110,83,111,98,114,101,67,111,111,107,105,101,115,0,16,0,21,35,105,110,102,111,114,109,97,99,106,97,45,111,45,99,111,111,107,105,101,115,0,16,0,24,35,105,110,102,111,114,109,97,99,106,97,79,67,105,97,115,116,101,99,122,107,97,99,104,0,16,0,19,35,105,110,102,111,114,109,97,99,106,97,95,99,105,97,115,116,107,97,0,16,0,26,35,105,110,102,111,114,109,97,99,106,97,95,111,95,99,105,97,115,116,101,99,122,107,97,99,104,0,16,0,20,35,105,110,102,111,114,109,97,99,106,97,95,111,95,99,111,111,107,105,101,0,16,0,21,35,105,110,102,111,114,109,97,99,106,97,95,111,95,99,111,111,107,105,101,115,0,16,0,24,35,105,110,102,111,114,109,97,116,105,111,110,65,98,111,117,116,67,111,111,107,105,101,115,0,16,0,21,35,105,110,102,111,114,109,97,116,105,111,110,115,45,99,111,111,107,105,101,115,0,16,0,30,35,105,110,102,111,114,109,97,116,105,118,97,45,98,114,101,118,101,45,99,111,111,107,105,101,95,119,114,97,112,0,16,0,19,35,105,110,102,111,114,109,97,116,105,118,97,45,99,111,111,107,105,101,0,16,0,20,35,105,110,102,111,114,109,97,116,105,118,97,45,112,114,105,118,97,99,121,0,16,0,23,35,105,110,102,111,114,109,97,116,105,118,97,66,114,101,118,101,67,111,111,107,105,101,0,16,0,18,35,105,110,102,111,114,109,97,116,105,118,97,67,111,111,107,105,101,0,16,0,36,35,105,110,102,111,114,109,97,116,105,118,97,80,114,105,118,97,99,121,67,111,111,107,105,101,115,68,111,109,69,108,101,109,101,110,116,0,16,0,19,35,105,110,102,111,114,109,97,116,105,118,97,95,99,111,111,107,105,101,0,16,0,13,35,105,110,102,111,115,67,111,111,107,105,101,115,0,16,0,13,35,105,110,102,111,115,95,99,111,111,107,105,101,0,16,0,13,35,105,110,102,111,115,99,111,111,107,105,101,115,0,16,0,11,35,105,110,103,45,67,111,111,107,105,101,0,16,0,15,35,105,110,103,45,67,111,111,107,105,101,98,111,100,121,0,16,0,13,35,105,110,103,97,109,101,67,111,111,107,105,101,0,16,0,22,35,105,110,105,116,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,16,0,18,35,105,110,105,116,45,112,111,112,117,112,45,99,111,111,107,105,101,0,16,0,18,35,105,110,108,105,110,101,45,99,111,111,107,105,101,45,116,97,98,0,16,0,20,35,105,110,110,111,95,99,111,111,107,105,101,95,109,101,115,115,97,103,101,0,16,0,12,35,105,110,112,108,95,99,112,95,99,110,116,0,16,0,29,35,105,110,112,115,121,100,101,95,99,111,111,107,105,101,95,98,97,114,95,99,111,110,116,97,105,110,101,114,0,16,0,17,35,105,110,115,45,99,111,111,107,105,101,45,112,111,112,117,112,0,16,0,16,35,105,110,116,45,99,111,111,107,105,101,115,45,98,97,114,0,16,0,24,35,105,110,116,101,114,97,99,116,45,112,111,108,105,99,121,45,99,111,110,115,101,110,116,0,16,0,18,35,105,110,116,101,114,99,101,112,116,45,99,111,111,107,105,101,115,0,16,0,14,35,105,110,116,115,101,114,95,99,111,111,107,105,101,0,16,0,24,35,105,110,118,101,110,116,105,115,101,95,99,111,111,107,105,101,95,112,111,108,105,99,121,0,16,0,16,35,105,112,45,117,115,101,114,45,99,111,110,115,101,110,116,0,16,0,11,35,105,112,101,114,99,111,111,107,105,101,0,16,0,17,35,105,112,114,111,109,95,99,112,95,119,114,97,112,112,101,114,0,16,0,14,35,105,113,105,116,99,111,111,107,105,101,108,97,119,0,16,0,17,35,105,114,115,95,99,111,111,107,105,101,95,112,97,110,101,108,0,16,0,18,35,105,115,45,99,111,111,107,105,101,45,119,97,114,110,105,110,103,0,16,0,16,35,105,115,45,99,111,111,107,105,101,97,108,101,114,116,114,0,16,0,9,35,105,115,67,111,111,107,105,101,0,16,0,22,35,105,115,97,99,97,45,99,111,110,115,101,110,116,45,119,114,97,112,112,101,114,0,16,0,14,35,105,115,105,100,101,45,99,111,111,107,105,101,115,0,16,0,22,35,105,115,108,97,101,100,101,110,45,99,111,111,107,105,101,45,97,108,101,114,116,0,16,0,25,35,105,116,45,99,111,111,107,105,101,97,108,101,114,116,45,99,111,110,116,97,105,110,101,114,0,16,0,17,35,105,116,45,101,112,114,105,118,97,99,121,45,114,111,111,116,0,16,0,19,35,105,116,97,45,99,111,111,107,105,101,115,45,112,111,108,105,99,121,0,16,0,13,35,105,116,97,120,105,45,99,111,111,107,105,101,0,16,0,18,35,105,116,99,45,99,111,111,107,105,101,45,110,111,116,105,102,121,0,16,0,15,35,105,116,99,95,99,111,111,107,105,101,105,110,102,111,0,16,0,14,35,105,116,108,67,111,111,107,105,101,73,110,102,111,0,16,0,19,35,105,116,115,98,111,111,116,115,116,114,97,112,99,111,111,107,105,101,0,16,0,24,35,105,116,118,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,0,16,0,23,35,105,116,118,45,103,108,111,98,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,16,0,17,35,105,117,114,45,99,111,111,107,105,101,45,112,111,112,117,112,0,16,0,12,35,105,118,117,95,112,114,105,118,97,99,121,0,16,0,17,35,105,119,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,16,0,18,35,105,119,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,0,16,0,29,35,105,119,115,45,97,99,99,101,112,116,45,99,111,111,107,105,101,115,45,99,111,110,116,97,105,110,101,114,0,16,0,22,35,106,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,0,16,0,19,35,106,50,52,45,99,111,110,115,101,110,116,45,99,111,111,107,105,101,0,16,0,25,35,106,67,111,111,107,105,101,80,114,105,118,97,99,121,95,100,105,118,95,116,101,115,116,111,0,16,0,20,35,106,81,65,108,101,114,116,65,99,99,101,112,116,67,111,111,107,105,101,0,16,0,23,35,106,81,117,101,114,121,67,111,111,107,105,101,68,105,115,99,108,97,105,109,101,114,0,16,0,19,35,106,97,99,107,115,111,110,118,105,108,108,101,45,111,112,116,105,110,0,16,0,17,35,106,97,110,101,108,97,45,97,118,105,115,111,45,108,103,112,0,16,0,10,35,106,98,99,111,111,107,105,101,115,0,16,0,17,35,106,99,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,16,0,20,35,106,101,110,116,105,115,45,99,111,110,115,101,110,116,45,109,97,105,110,0,16,0,15,35,106,101,110,116,105,115,95,99,111,110,115,101,110,116,0,16,0,20,35,106,105,118,101,45,99,111,111,107,105,101,45,111,118,101,114,108,97,121,0,16,0,19,35,106,105,120,45,97,99,99,101,112,116,45,99,111,111,107,105,101,115,0,16,0,22,35,106,105,120,95,97,99,99,101,112,116,99,111,111,107,105,101,115,95,98,111,120,0,16,0,26,35,106,108,99,111,111,107,105,101,95,99,111,110,116,114,111,108,67,111,110,116,97,105,110,101,114,0,16,0,24,35,106,108,99,111,111,107,105,101,95,99,111,110,116,114,111,108,67,111,110,116,101,110,116,0,16,0,20,35,106,108,99,111,111,107,105,101,95,99,111,110,116,114,111,108,77,115,103,0,16,0,24,35,106,108,99,111,111,107,105,101,95,99,111,110,116,114,111,108,77,115,103,68,101,110,121,0,16,0,25,35,106,108,99,111,111,107,105,101,95,99,111,110,116,114,111,108,77,115,103,70,105,114,115,116,0,16,0,21,35,106,108,112,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,16,0,16,35,106,109,67,111,111,107,105,101,77,101,115,115,97,103,101,0,16,0,28,35,106,109,115,95,95,99,111,111,107,105,101,45,99,111,110,115,101,110,116,95,95,115,99,114,101,101,110,0,16,0,16,35,106,111,117,114,110,97,108,45,99,111,111,107,105,101,115,0,16,0,23,35,106,113,45,99,111,111,107,105,101,45,108,97,119,45,105,110,102,111,45,98,97,114,0,16,0,11,35,106,113,95,99,111,111,107,105,101,115,0,16,0,17,35,106,113,109,67,111,111,107,105,101,77,111,110,115,116,101,114,0,16,0,25,35,106,113,117,101,114,121,45,99,111,111,107,105,101,45,108,97,119,45,115,99,114,105,112,116,0,16,0,20,35,106,113,117,101,114,121,45,99,111,111,107,105,101,45,112,111,112,117,112,0,16,0,12,35,106,115,45,45,99,111,111,107,105,101,115,0,16,0,26,35,106,115,45,45,102,108,97,115,104,45,109,101,115,115,97,103,101,45,99,111,111,107,105,101,115,0,16,0,14,35,106,115,45,84,111,115,80,114,105,118,97,99,121,0,16,0,17,35,106,115,45,97,99,99,101,112,116,45,99,111,111,107,105,101,0,16,0,23,35,106,115,45,97,108,101,114,116,45,99,111,111,107,105,101,45,119,105,110,100,111,119,0,16,0,16,35,106,115,45,98,97,110,100,45,99,111,111,107,105,101,115,0,16,0,18,35,106,115,45,98,97,110,110,101,114,45,99,111,111,107,105,101,115,0,16,0,27,35,106,115,45,99,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,0,16,0,12,35,106,115,45,99,67,111,110,115,101,110,116,0,16,0,8,35,106,115,45,99,99,112,97,0,16,0,15,35,106,115,45,99,99,112,97,45,98,97,110,110,101,114,0,16,0,15,35,106,115,45,99,110,105,108,45,45,97,108,101,114,116,0,16,0,33,35,106,115,45,99,111,110,115,101,110,116,45,105,110,102,111,114,109,97,116,105,111,110,45,99,111,110,116,97,105,110,101,114,0,16,0,19,35,106,115,45,99,111,111,107,105,101,45,48,50,45,112,111,112,117,112,0,16,0,19,35,106,115,45,99,111,111,107,105,101,45,48,51,45,112,111,112,117,112,0,16,0,16,35,106,115,45,99,111,111,107,105,101,45,97,108,101,114,116,0,16,0,19,35,106,115,45,99,111,111,107,105,101,45,97,112,112,114,111,118,97,108,0,16,0,14,35,106,115,45,99,111,111,107,105,101,45,98,97,114,0,16,0,14,35,106,115,45,99,111,111,107,105,101,45,98,111,120,0,16,0,18,35,106,115,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,16,0,22,35,106,115,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,98,97,114,0,16,0,28,35,106,115,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,99,111,110,116,97,105,110,101,114,0,16,0,20,35,106,115,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,16,0,21,35,106,115,45,99,111,111,107,105,101,45,100,105,97,108,111,103,45,98,111,120,0,16,0,21,35,106,115,45,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,0,16,0,23,35,106,115,45,99,111,111,107,105,101,45,102,111,111,116,101,114,45,98,108,111,99,107,0,16,0,15,35,106,115,45,99,111,111,107,105,101,45,104,105,110,116,0,16,0,16,35,106,115,45,99,111,111,107,105,101,45,105,110,110,101,114,0,16,0,16,35,106,115,45,99,111,111,107,105,101,45,108,97,121,101,114,0,16,0,14,35,106,115,45,99,111,111,107,105,101,45,109,115,103,0,16,0,16,35,106,115,45,99,111,111,107,105,101,45,110,111,116,101,115,0,16,0,23,35,106,115,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,0,16,0,24,35,106,115,45,99,111,111,107,105,101,45,112,111,108,105,99,121,45,98,97,110,110,101,114,0,16,0,25,35,106,115,45,99,111,111,107,105,101,45,112,111,108,105,99,121,45,100,101,102,97,117,108,116,0,16,0,16,35,106,115,45,99,111,111,107,105,101,45,112,111,112,117,112,0,16,0,18,35,106,115,45,99,111,111,107,105,101,45,115,101,99,116,105,111,110,0,16,0,15,35,106,115,45,99,111,111,107,105,101,45,116,101,120,116,0,16,0,18,35,106,115,45,99,111,111,107,105,101,45,116,114,105,103,103,101,114,0,16,0,16,35,106,115,45,99,111,111,107,105,101,66,97,110,110,101,114,0,16,0,13,35,106,115,45,99,111,111,107,105,101,66,111,120,0,16,0,25,35,106,115,45,99,111,111,107,105,101,67,111,110,115,101,110,116,45,119,114,97,112,112,101,114,0,16,0,14,35,106,115,45,99,111,111,107,105,101,73,110,102,111,0,16,0,17,35,106,115,45,99,111,111,107,105,101,87,97,114,110,105,110,103,0,16,0,13,35,106,115,45,99,111,111,107,105,101,98,97,114,0,16,0,19,35,106,115,45,99,111,111,107,105,101,108,97,119,45,97,108,101,114,116,0,16,0,13,35,106,115,45,99,111,111,107,105,101,108,111,105,0,16,0,16,35,106,115,45,99,111,111,107,105,101,110,111,116,105,99,101,0,16,0,23,35,106,115,45,99,111,111,107,105,101,110,111,116,105,99,101,45,115,112,97,99,101,114,0,16,0,18,35,106,115,45,99,111,111,107,105,101,115,45,98,97,110,110,101,114,0,16,0,15,35,106,115,45,99,111,111,107,105,101,115,45,98,97,114,0,16,0,16,35,106,115,45,99,111,111,107,105,101,115,45,98,108,111,99,0,16,0,22,35,106,115,45,99,111,111,107,105,101,115,45,100,105,115,99,108,97,105,109,101,114,0,16,0,18,35,106,115,45,99,111,111,107,105,101,115,45,102,111,111,116,101,114,0,16,0,16,35,106,115,45,99,111,111,107,105,101,115,45,105,110,102,111,0,16,0,20,35,106,115,45,99,111,111,107,105,101,115,45,109,115,103,45,104,105,100,101,0,16,0,24,35,106,115,45,99,111,111,107,105,101,115,45,110,111,116,105,102,105,99,97,116,105,111,110,0,16,0,18,35,106,115,45,99,111,111,107,105,101,115,45,115,116,114,105,112,101,0,16,0,17,35,106,115,45,99,111,111,107,105,101,115,45,116,101,114,109,115,0,16,0,19,35,106,115,45,99,111,111,107,105,101,115,45,119,114,97,112,112,101,114,0,16,0,19,35,106,115,45,99,111,111,107,105,101,115,46,99,111,111,107,105,101,115,0,16,0,31,35,106,115,45,99,121,98,111,116,45,99,111,111,107,105,101,98,111,116,45,112,108,97,99,101,104,111,108,100,101,114,0,16,0,24,35,106,115,45,100,97,116,97,45,112,114,111,116,101,99,116,105,111,110,45,110,111,116,101,0,16,0,14,35,106,115,45,101,120,116,45,99,111,111,107,105,101,0,16,0,15,35,106,115,45,103,100,112,114,45,98,97,110,110,101,114,0,16,0,23,35,106,115,45,103,100,112,114,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,0,16,0,20,35,106,115,45,103,100,112,114,45,99,111,111,107,105,101,45,111,112,101,110,0,16,0,21,35,106,115,45,103,100,112,114,45,99,111,111,107,105,101,45,112,111,112,117,112,0,16,0,14,35,106,115,45,103,100,112,114,45,111,112,116,105,110,0,16,0,12,35,106,115,45,103,100,112,114,70,111,114,109,0,16,0,17,35,106,115,45,104,101,97,100,101,114,45,99,111,111,107,105,101,0,16,0,15,35,106,115,45,104,111,111,107,45,99,111,111,107,105,101,0,16,0,17,35,106,115,45,105,110,102,111,115,45,99,111,111,107,105,101,115,0,16,0,14,35,106,115,45,105,112,45,99,111,111,107,105,101,115,0,16,0,14,35,106,115,45,108,97,119,45,45,97,108,101,114,116,0,16,0,27,35,106,115,45,109,98,67,111,111,107,105,101,78,111,116,105,99,101,67,111,110,116,97,105,110,101,114,0,16,0,13,35,106,115,45,109,100,45,99,111,111,107,105,101,0,16,0,36,35,106,115,45,109,101,115,115,97,103,101,45,98,97,114,45,99,111,111,107,105,101,45,97,117,116,104,111,114,105,122,97,116,105,111,110,0,16,0,29,35,106,115,45,109,101,115,115,97,103,101,45,98,97,114,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,16,0,36,35,106,115,45,109,101,115,115,97,103,101,91,100,97,116,97,45,105,100,61,34,99,111,111,107,105,101,45,112,111,108,105,99,121,34,93,0,16,0,37,35,106,115,45,109,101,115,115,97,103,101,91,100,97,116,97,45,113,97,61,34,99,111,111,107,105,101,45,109,101,115,115,97,103,101,34,93,0,16,0,24,35,106,115,45,109,111,100,117,108,101,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,16,0,25,35,106,115,45,111,110,108,105,110,101,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,16,0,16,35,106,115,45,111,112,116,73,110,45,98,97,110,110,101,114,0,16,0,19,35,106,115,45,112,111,108,105,99,121,45,101,117,99,111,111,107,105,101,0,16,0,22,35,106,115,45,112,111,112,117,112,45,99,111,111,107,105,101,45,98,108,111,99,107,0,16,0,17,35,106,115,45,112,111,112,117,112,45,99,111,111,107,105,101,115,0,16,0,19,35,106,115,45,112,117,108,108,111,117,116,45,99,111,111,107,105,101,115,0,16,0,23,35,106,115,45,114,101,97,99,116,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,16,0,15,35,106,115,45,115,105,116,101,45,99,111,111,107,105,101,0,16,0,22,35,106,115,45,115,105,116,101,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,16,0,18,35,106,115,45,115,116,111,114,109,99,99,45,98,97,110,110,101,114,0,16,0,18,35,106,115,45,116,97,114,95,99,111,111,107,105,101,115,66,97,114,0,16,0,19,35,106,115,45,117,115,101,114,45,99,111,111,107,105,101,45,106,97,114,0,16,0,16,35,106,115,67,111,111,107,105,101,67,111,110,115,101,110,116,0,16,0,18,35,106,115,67,111,111,107,105,101,67,111,110,116,97,105,110,101,114,0,16,0,15,35,106,115,67,111,111,107,105,101,78,111,116,105,99,101,0,16,0,21,35,106,115,67,111,111,107,105,101,78,111,116,105,102,105,99,97,116,105,111,110,0,16,0,15,35,106,115,67,111,111,107,105,101,115,80,97,110,101,108,0,16,0,7,35,106,115,71,68,80,82,0,16,0,16,35,106,115,85,115,101,67,111,111,107,105,101,84,105,112,115,0,16,0,21,35,106,115,95,97,99,99,101,112,116,95,99,111,111,107,105,101,95,98,97,114,0,16,0,12,35,106,115,95,99,110,105,108,45,98,97,114,0,16,0,15,35,106,115,95,99,111,110,115,101,110,116,95,98,97,114,0,16,0,21,35,106,115,95,99,111,111,107,105,101,45,98,97,110,110,101,114,45,97,115,107,0,16,0,22,35,106,115,95,99,111,111,107,105,101,45,98,97,110,110,101,114,45,122,111,110,101,0,16,0,24,35,106,115,95,99,111,111,107,105,101,45,99,111,110,115,101,110,116,95,95,109,97,105,110,0,16,0,18,35,106,115,95,99,111,111,107,105,101,45,109,111,110,115,116,101,114,0,16,0,16,35,106,115,95,99,111,111,107,105,101,95,109,111,100,97,108,0,16,0,22,35,106,115,95,99,111,111,107,105,101,95,109,111,100,97,108,95,108,97,121,101,114,0,16,0,14,35,106,115,95,99,111,111,107,105,101,95,109,115,103,0,16,0,17,35,106,115,95,99,111,111,107,105,101,95,119,105,110,100,111,119,0,16,0,15,35,106,115,95,99,111,111,107,105,101,95,119,105,115,104,0,16,0,22,35,106,115,95,100,97,116,97,78,111,116,105,99,101,83,101,116,116,105,110,103,115,0,16,0,18,35,106,115,95,101,117,67,111,111,107,105,101,66,97,110,110,101,114,0,16,0,17,35,106,115,95,101,117,67,111,111,107,105,101,77,111,100,97,108,0,16,0,14,35,106,115,95,103,100,112,114,84,111,112,66,97,114,0,16,0,18,35,106,115,95,103,108,111,98,97,108,45,99,111,111,107,105,101,115,0,16,0,17,35,106,115,95,112,111,112,117,112,95,99,111,111,107,105,101,115,0,16,0,25,35,106,115,95,112,117,115,104,68,111,119,110,67,111,111,107,105,101,77,101,115,115,97,103,101,0,16,0,17,35,106,115,95,116,111,112,114,111,119,95,99,111,111,107,105,101,0,16,0,22,35,106,115,97,108,101,114,116,45,99,111,111,107,105,101,115,97,99,99,101,112,116,0,16,0,12,35,106,115,110,45,99,111,111,107,105,101,115,0,16,0,14,35,106,115,116,95,101,117,95,99,111,111,107,105,101,0,16,0,20,35,106,117,108,105,97,110,97,67,111,111,107,105,101,115,65,108,101,114,116,0,16,0,15,35,106,117,109,112,101,114,95,99,111,111,107,105,101,115,0,16,0,13,35,106,117,110,99,111,111,107,105,101,98,97,114,0,16,0,17,35,106,119,115,100,119,45,99,111,111,107,105,101,72,105,110,116,0,16,0,27,35,106,119,115,100,119,45,99,111,111,107,105,101,72,105,110,116,45,99,111,110,116,97,105,110,101,114,0,16,0,9,35,107,45,99,111,111,107,105,101,0,16,0,21,35,107,95,99,111,111,107,105,101,78,111,116,105,102,105,99,97,116,105,111,110,0,16,0,11,35,107,97,45,99,111,111,107,105,101,115,0,16,0,12,35,107,97,67,111,111,107,105,101,66,97,114,0,16,0,16,35,107,97,105,111,45,99,111,111,107,105,101,45,98,97,110,0,16,0,9,35,107,97,107,101,98,111,107,115,0,16,0,22,35,107,97,108,101,118,97,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,16,0,18,35,107,97,110,101,119,115,45,99,111,111,107,105,101,45,98,111,120,0,16,0,13,35,107,97,115,104,117,98,67,111,111,107,105,101,0,16,0,17,35,107,98,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,16,0,15,35,107,98,67,111,111,107,105,101,80,111,108,105,99,121,0,16,0,12,35,107,99,111,111,107,105,101,105,110,102,111,0,16,0,13,35,107,101,99,111,111,107,105,101,104,105,110,116,0,16,0,10,35,107,101,107,115,78,111,116,105,122,0,16,0,12,35,107,101,107,115,95,110,111,116,105,99,101,0,16,0,8,35,107,101,107,115,98,97,114,0,16,0,12,35,107,101,107,115,99,104,101,99,107,101,114,0,16,0,9,35,107,101,107,115,100,111,115,101,0,16,0,13,35,107,101,107,115,101,46,100,105,97,108,111,103,0,16,0,14,35,107,101,107,115,105,45,99,111,110,115,101,110,116,0,16,0,11,35,107,101,107,115,105,118,101,104,106,101,0,16,0,11,35,107,101,107,115,108,101,105,115,116,101,0,16,0,16,35,107,103,45,99,111,111,107,105,101,45,112,111,112,117,112,0,16,0,16,35,107,103,67,111,111,107,105,101,87,114,97,112,112,101,114,0,16,0,12,35,107,103,99,45,99,111,110,115,101,110,116,0,16,0,9,35,107,104,99,111,111,107,105,101,0,16,0,12,35,107,105,110,103,45,99,111,111,107,105,101,0,16,0,17,35,107,106,102,67,111,111,107,105,101,73,110,102,111,66,111,120,0,16,0,9,35,107,107,99,111,111,107,105,101,0,16,0,11,35,107,108,45,99,111,111,107,105,101,115,0,16,0,18,35,107,108,97,114,111,32,46,99,111,111,107,45,109,111,100,97,108,0,16,0,17,35,107,109,45,99,111,111,107,105,101,45,97,99,99,101,112,116,0,16,0,15,35,107,110,45,103,100,112,114,45,100,105,97,108,111,103,0,16,0,9,35,107,111,101,107,98,97,108,107,0,16,0,10,35,107,111,101,107,105,101,66,97,114,0,16,0,14,35,107,111,101,107,105,101,109,101,108,100,105,110,103,0,16,0,14,35,107,111,101,107,105,101,109,111,110,115,116,101,114,0,16,0,12,35,107,111,101,107,106,101,80,111,112,117,112,0,16,0,13,35,107,111,108,97,99,105,99,105,45,100,105,118,0,16,0,17,35,107,111,109,117,110,105,107,97,116,45,99,111,111,107,105,101,0,16,0,18,35,107,111,109,117,110,105,107,97,116,45,99,111,111,107,105,101,115,0,16,0,17,35,107,111,109,117,110,105,107,97,116,67,111,111,107,105,101,115,0,16,0,21,35,107,111,109,117,110,105,107,97,116,95,99,105,97,115,116,101,99,122,107,97,0,16,0,18,35,107,111,109,117,110,105,107,97,116,95,99,105,97,115,116,107,97,0,16,0,17,35,107,111,109,117,110,105,107,97,116,95,99,111,111,107,105,101,0,16,0,15,35,107,111,109,117,110,105,107,97,116,95,114,111,100,111,0,16,0,10,35,107,111,112,97,103,101,66,97,114,0,16,0,23,35,107,111,115,105,108,107,97,95,99,111,111,107,105,101,115,95,104,108,97,115,107,97,0,16,0,11,35,107,113,115,45,99,111,111,107,105,101,0,16,0,19,35,107,114,110,45,112,114,105,118,97,99,121,45,99,101,110,116,101,114,0,16,0,16,35,107,115,102,45,103,100,112,114,45,110,111,116,105,99,101,0,16,0,11,35,107,116,45,99,111,111,107,105,101,115,0,16,0,27,35,107,116,67,111,111,107,105,101,83,116,97,116,101,109,101,110,116,67,111,110,116,97,105,110,101,114,0,16,0,11,35,107,116,95,99,111,111,107,105,101,115,0,16,0,15,35,107,117,107,105,45,111,112,111,122,111,114,105,108,111,0,16,0,12,35,107,117,107,105,117,111,114,110,105,110,103,0,16,0,6,35,107,117,107,105,122,0,16,0,24,35,107,118,95,103,100,112,114,95,99,111,111,107,105,101,95,105,110,102,111,95,98,97,114,0,16,0,13,35,107,118,107,107,95,111,118,101,114,108,97,121,0,16,0,11,35,107,118,107,107,95,112,111,112,117,112,0,16,0,17,35,107,119,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,16,0,10,35,108,45,99,111,111,107,105,101,115,0,16,0,19,35,108,97,100,105,101,115,99,111,111,107,105,101,110,111,116,105,99,101,0,16,0,16,35,108,97,103,111,95,99,111,111,107,105,101,95,98,97,114,0,16,0,19,35,108,97,112,103,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,16,0,22,35,108,97,112,105,101,99,104,95,99,111,111,107,105,101,115,95,102,105,101,108,100,0,16,0,17,35,108,97,114,103,101,110,101,116,95,99,111,110,115,101,110,116,0,16,0,16,35,108,97,117,109,97,116,99,111,111,107,105,101,98,111,120,0,16,0,6,35,108,97,119,69,85,0,16,0,14,35,108,97,121,45,99,111,111,107,105,101,108,97,119,0,16,0,13,35,108,97,121,101,114,45,99,111,111,107,105,101,0,16,0,20,35,108,97,121,101,114,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,16,0,14,35,108,97,121,101,114,45,99,111,111,107,105,101,115,0,16,0,32,35,108,97,121,101,114,45,112,111,108,105,116,105,113,117,101,45,103,101,115,116,105,111,110,45,99,111,111,107,105,101,115,0,16,0,18,35,108,97,121,101,114,65,99,99,101,112,116,67,111,111,107,105,101,0,16,0,13,35,108,97,121,101,114,67,111,111,107,105,101,115,0,16,0,19,35,108,97,121,101,114,67,111,111,107,105,101,115,80,111,112,103,111,109,0,16,0,13,35,108,97,121,101,114,95,99,111,111,107,105,101,0,16,0,14,35,108,97,121,101,114,95,99,111,111,107,105,101,115,0,16,0,28,35,108,97,121,101,114,95,99,111,111,107,105,101,115,95,112,117,98,108,105,99,105,116,97,105,114,101,115,0,16,0,12,35,108,97,121,101,114,99,111,111,107,105,101,0,16,0,21,35,108,97,121,111,117,116,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,16,0,29,35,108,97,121,111,117,116,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,0,16,0,17,35,108,97,121,111,117,116,45,99,111,111,107,105,101,109,115,103,0,16,0,22,35,108,97,121,111,117,116,95,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,16,0,14,35,108,99,45,99,111,111,107,105,101,45,98,97,114,0,16,0,16,35,108,99,95,99,111,111,107,105,101,115,45,109,97,105,110,0,16,0,24,35,108,99,95,119,101,98,97,112,112,67,111,111,107,105,101,81,117,101,115,116,105,111,110,0,16,0,24,35,108,99,97,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,0,16,0,16,35,108,100,67,111,111,107,105,101,67,111,110,102,105,114,109,0,16,0,17,35,108,100,95,112,114,105,118,97,99,121,95,112,111,112,117,112,0,16,0,10,35,108,100,99,119,101,98,45,99,110,0,16,0,22,35,108,100,100,119,45,99,111,111,107,105,101,45,109,111,100,97,108,45,98,111,120,0,16,0,12,35,108,100,110,107,45,99,111,111,107,105,101,0,16,0,13,35,108,101,103,97,108,45,99,111,111,107,105,101,0,16,0,19,35,108,101,103,97,108,45,110,111,116,105,102,105,99,97,116,105,111,110,0,16,0,11,35,108,101,103,97,108,76,97,121,101,114,0,16,0,18,35,108,101,103,97,108,78,111,116,105,99,101,67,111,111,107,105,101,0,16,0,18,35,108,101,103,97,108,78,111,116,105,99,101,72,101,97,100,101,114,0,16,0,23,35,108,101,103,97,108,78,111,116,105,102,105,99,97,116,105,111,110,69,108,116,73,100,0,16,0,8,35,108,101,103,97,108,85,69,0,16,0,20,35,108,101,103,97,108,95,99,111,111,107,105,101,95,98,97,110,110,101,114,0,16,0,20,35,108,101,103,97,108,95,99,111,111,107,105,101,95,104,111,108,100,101,114,0,16,0,21,35,108,101,103,97,108,95,99,111,111,107,105,101,95,112,114,105,118,97,99,121,0,16,0,13,35,108,101,103,97,108,95,110,111,116,105,99,101,0,16,0,21,35,108,101,103,97,108,95,112,111,108,105,99,121,95,99,111,111,107,105,101,115,0,16,0,15,35,108,101,103,97,108,98,97,114,46,108,101,103,97,108,0,16,0,12,35,108,101,103,97,108,99,111,111,107,105,101,0,16,0,27,35,108,101,103,97,108,105,110,99,108,117,100,101,45,99,111,111,107,105,101,95,98,97,110,110,101,114,0,16,0,25,35,108,101,103,97,108,112,108,117,115,45,99,111,111,107,105,101,115,45,98,97,110,110,101,114,0,16,0,9,35,108,101,103,99,111,111,107,105,0,16,0,19,35,108,101,103,105,115,108,97,116,105,111,110,95,99,111,111,107,105,101,0,16,0,32,35,108,101,109,109,67,111,111,107,105,101,67,111,110,116,114,111,108,68,105,118,67,111,110,116,97,105,110,101,114,66,71,0,16,0,25,35,108,101,109,109,67,111,111,107,105,101,74,115,68,105,118,67,111,110,116,97,105,110,101,114,0,16,0,21,35,108,101,114,117,109,67,111,111,107,105,101,67,111,110,116,97,105,110,101,114,0,16,0,12,35,108,101,115,95,99,111,111,107,105,101,115,0,16,0,20,35,108,101,120,97,114,45,97,99,99,101,112,116,45,99,111,111,107,105,101,0,16,0,19,35,108,101,120,105,115,110,101,120,105,115,45,99,111,111,107,105,101,115,0,16,0,19,35,108,101,120,116,114,111,95,99,111,111,107,105,101,115,45,98,97,114,0,16,0,11,35,108,101,121,67,111,111,107,105,101,115,0,16,0,10,35,108,101,121,99,111,111,107,105,101,0,16,0,11,35,108,101,121,99,111,111,107,105,101,115,0,16,0,13,35,108,101,121,100,101,99,111,111,107,105,101,115,0,16,0,14,35,108,102,95,99,111,111,107,105,101,95,109,115,103,0,16,0,9,35,108,103,112,100,45,98,97,114,0,16,0,18,35,108,103,112,100,45,99,111,110,102,105,114,109,97,116,105,111,110,0,16,0,20,35,108,103,112,100,45,99,111,110,115,101,110,116,45,119,105,100,103,101,116,0,16,0,12,35,108,103,112,100,45,99,111,111,107,105,101,0,16,0,26,35,108,103,112,100,45,99,111,111,107,105,101,45,98,97,110,110,101,114,45,106,97,110,101,108,97,0,16,0,20,35,108,103,112,100,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,0,16,0,13,35,108,103,112,100,45,109,101,115,115,97,103,101,0,16,0,11,35,108,103,112,100,45,112,111,112,117,112,0,16,0,13,35,108,103,112,100,45,119,114,97,112,112,101,114,0,16,0,10,35,108,103,112,100,80,111,112,117,112,0,16,0,12,35,108,103,112,100,95,100,105,97,108,111,103,0,16,0,12,35,108,103,112,100,95,111,112,116,97,108,108,0,16,0,18,35,108,104,45,99,111,110,115,101,110,116,45,100,105,97,108,111,103,0,16,0,18,35,108,105,103,104,116,95,99,111,111,107,105,101,115,95,98,97,114,0,16,0,14,35,108,105,103,104,116,98,111,120,45,99,110,105,108,0,16,0,14,35,108,105,103,104,116,98,111,120,45,103,100,112,114,0,16,0,13,35,108,105,110,99,111,115,99,111,111,107,105,101,0,16,0,15,35,108,105,110,101,67,111,111,107,105,101,73,110,102,111,0,16,0,23,35,108,105,115,97,45,99,111,110,115,101,110,116,45,99,111,110,116,97,105,110,101,114,0,16,0,14,35,108,105,115,116,97,45,99,111,111,107,105,101,115,0,16,0,24,35,108,105,116,101,115,112,111,116,45,112,114,111,45,99,111,111,107,105,101,45,105,102,121,0,16,0,12,35,108,108,67,111,111,107,105,101,66,97,114,0,16,0,21,35,108,108,97,114,45,108,111,103,105,110,45,112,97,103,101,45,103,100,112,114,0,16,0,13,35,108,108,100,99,111,111,107,105,101,112,111,112,0,16,0,17,35,108,109,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,16,0,22,35,108,109,102,95,112,114,105,118,97,99,121,95,99,111,111,107,105,101,98,97,114,0,16,0,12,35,108,110,67,111,111,107,105,101,66,97,114,0,16,0,28,35,108,110,107,67,101,114,114,97,114,73,110,102,111,114,109,97,99,105,111,110,67,111,111,107,105,101,115,0,16,0,18,35,108,111,45,112,114,105,118,97,99,121,45,98,97,110,110,101,114,0,16,0,17,35,108,111,97,100,67,111,111,107,105,101,80,111,108,105,99,121,0,16,0,22,35,108,111,103,111,110,45,115,110,105,112,112,101,116,45,105,99,111,111,107,105,101,0,16,0,12,35,108,111,105,45,99,111,111,107,105,101,115,0,16,0,15,35,108,111,105,95,117,101,95,99,111,111,107,105,101,101,0,16,0,14,35,108,111,114,101,97,108,45,99,111,111,107,105,101,0,16,0,16,35,108,112,95,101,117,95,99,111,110,116,97,105,110,101,114,0,16,0,10,35,108,112,99,111,111,107,105,101,115,0,16,0,9,35,108,113,100,45,103,100,112,114,0,16,0,13,35,108,115,99,111,111,107,105,101,115,77,97,120,0,16,0,15,35,108,115,112,95,99,111,111,107,105,101,95,98,97,114,0,16,0,18,35,108,115,116,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,16,0,22,35,108,115,119,45,99,111,111,107,105,101,45,98,111,116,116,111,109,45,98,111,120,0,16,0,19,35,108,117,105,65,99,99,101,112,116,67,111,111,107,105,101,66,97,114,0,16,0,18,35,108,117,120,45,99,111,111,107,105,101,45,100,105,97,108,111,103,0,16,0,18,35,108,118,112,95,99,111,111,107,105,101,119,97,114,110,105,110,103,0,16,0,29,35,108,119,99,110,45,99,111,111,107,105,101,45,110,111,116,105,99,101,45,99,111,110,116,97,105,110,101,114,0,16,0,25,35,108,119,115,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,45,111,117,116,101,114,0,16,0,10,35,109,45,99,111,110,115,101,110,116,0,16,0,9,35,109,45,99,111,111,107,105,101,0,16,0,14,35,109,45,99,111,111,107,105,101,45,105,110,102,111,0,16,0,17,35,109,45,99,111,111,107,105,101,45,111,118,101,114,108,97,121,0,16,0,15,35,109,45,99,111,111,107,105,101,110,111,116,105,99,101,0,16,0,20,35,109,45,103,108,111,98,97,108,45,100,105,115,99,108,97,105,109,101,114,0,16,0,22,35,109,45,110,111,116,105,102,105,99,97,116,105,111,110,45,99,111,111,107,105,101,0,16,0,14,35,109,51,49,67,111,111,107,105,101,73,110,102,111,0,16,0,8,35,109,67,67,70,111,114,109,0,16,0,9,35,109,67,111,111,107,105,101,115,0,16,0,15,35,109,95,99,111,111,107,105,101,95,112,111,112,117,112,0,16,0,23,35,109,95,119,99,116,114,108,70,73,67,111,111,107,105,101,67,111,110,115,101,110,116,0,16,0,17,35,109,97,45,99,109,112,45,99,111,110,116,97,105,110,101,114,0,16,0,13,35,109,97,67,111,111,107,105,101,73,110,102,111,0,16,0,23,35,109,97,98,45,99,111,111,107,105,101,45,110,111,116,105,99,101,45,119,114,97,112,0,16,0,26,35,109,97,99,99,104,105,97,116,111,95,99,111,111,107,105,101,115,95,119,114,97,112,112,101,114,0,16,0,25,35,109,97,99,104,101,116,101,95,99,111,111,107,105,101,95,99,111,110,116,97,105,110,101,114,0,16,0,9,35,109,97,99,111,111,107,105,101,0,16,0,31,35,109,97,100,45,99,108,105,101,110,116,45,103,100,112,114,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,0,16,0,25,35,109,97,103,101,99,111,109,112,45,99,111,111,107,105,101,45,116,101,109,112,108,97,116,101,0,16,0,27,35,109,97,103,101,115,116,97,116,45,99,111,111,107,105,101,45,108,97,119,45,98,97,110,110,101,114,0,16,0,19,35,109,97,105,110,45,99,111,111,107,105,101,45,97,99,99,101,112,116,0,16,0,19,35,109,97,105,110,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,16,0,30,35,109,97,105,110,45,99,111,111,107,105,101,115,45,98,97,110,110,101,114,45,99,111,110,116,97,105,110,101,114,0,16,0,18,35,109,97,105,110,45,99,111,111,107,105,101,115,45,105,110,102,111,0,16,0,13,35,109,97,105,110,45,112,114,105,118,97,99,121,0,16,0,21,35,109,97,105,110,67,111,110,116,97,105,110,101,114,67,111,111,107,105,101,115,0,16,0,17,35,109,97,105,110,67,111,111,107,105,101,66,97,110,110,101,114,0,16,0,14,35,109,97,105,110,67,111,111,107,105,101,66,97,114,0,16,0,20,35,109,97,105,110,68,105,118,76,101,103,97,99,121,67,111,111,107,105,101,0,16,0,15,35,109,97,105,110,80,114,105,118,97,99,121,68,105,118,0,16,0,21,35,109,97,105,110,84,114,97,99,107,105,110,103,79,112,116,105,110,66,111,120,0,16,0,24,35,109,97,107,115,105,109,101,114,45,99,111,111,107,105,101,45,119,97,114,110,105,110,103,0,16,0,15,35,109,97,108,105,104,117,45,99,111,111,107,105,101,115,0,16,0,15,35,109,97,110,103,101,114,45,99,111,111,107,105,101,115,0,16,0,15,35,109,97,111,102,114,101,101,95,99,111,111,107,105,101,0,16,0,11,35,109,97,112,112,99,111,111,107,105,101,0,16,0,14,35,109,97,114,97,99,111,111,107,105,101,98,111,120,0,16,0,11,35,109,97,114,99,111,67,105,118,105,108,0,16,0,13,35,109,97,115,107,95,99,111,111,107,105,101,115,0,16,0,27,35,109,97,115,116,101,114,112,97,103,101,95,100,105,118,67,111,111,107,105,101,66,97,110,110,101,114,0,16,0,13,35,109,97,116,45,101,117,99,111,111,107,105,101,0,16,0,15,35,109,97,116,111,109,111,45,99,111,110,115,101,110,116,0,16,0,17,35,109,97,116,111,109,111,105,110,102,111,45,102,108,121,105,110,0,16,0,18,35,109,97,116,114,105,120,45,99,111,111,107,105,101,45,98,97,114,0,16,0,8,35,109,98,95,103,100,112,114,0,16,0,16,35,109,98,95,103,100,112,114,95,119,97,114,110,105,110,103,0,16,0,17,35,109,98,101,45,99,111,111,107,105,101,45,112,111,112,117,112,0,16,0,19,35,109,98,105,101,110,116,67,111,111,107,105,101,78,111,116,105,99,101,0,16,0,17,35,109,98,109,45,99,111,111,107,105,101,111,107,95,98,97,114,0,16,0,21,35,109,98,109,45,101,117,95,99,111,111,107,105,101,95,110,111,116,105,102,121,0,16,0,10,35,109,98,109,99,111,111,107,105,101,0,16,0,9,35,109,99,67,111,111,107,105,101,0,16,0,20,35,109,99,67,111,111,107,105,101,115,76,97,119,77,101,115,115,97,103,101,0,16,0,19,35,109,99,99,45,99,111,111,107,105,101,45,111,118,101,114,108,97,121,0,16,0,17,35,109,99,100,95,99,111,111,107,105,101,95,112,111,112,117,112,0,16,0,19,35,109,99,104,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,16,0,18,35,109,99,109,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,16,0,12,35,109,99,111,45,99,111,110,115,101,110,116,0,16,0,8,35,109,99,111,111,107,105,101,0,16,0,20,35,109,100,45,99,111,111,107,105,101,45,100,105,114,101,99,116,105,118,101,0,16,0,8,35,109,100,45,108,103,112,100,0,16,0,10,35,109,100,118,67,111,111,107,105,101,0,16,0,15,35,109,101,95,99,111,111,107,105,101,95,122,111,110,101,0,16,0,15,35,109,101,107,111,114,109,97,67,111,110,115,101,110,116,0,16,0,16,35,109,101,110,115,97,106,101,45,99,111,111,107,105,101,115,0,16,0,14,35,109,101,110,115,97,106,101,67,111,111,107,105,101,0,16,0,15,35,109,101,110,115,97,106,101,67,111,111,107,105,101,115,0,16,0,23,35,109,101,110,115,97,106,101,95,97,99,101,112,116,97,95,99,111,111,107,105,101,115,0,16,0,24,35,109,101,110,115,97,106,101,95,97,99,101,112,116,97,114,95,99,111,111,107,105,101,115,0,16,0,16,35,109,101,110,115,97,106,101,95,99,111,111,107,105,101,115,0,16,0,11,35,109,101,110,115,99,111,111,107,105,101,0,16,0,16,35,109,101,110,116,105,111,110,45,99,111,111,107,105,101,115,0,16,0,15,35,109,101,110,116,105,111,110,95,99,111,111,107,105,101,0,16,0,16,35,109,101,110,116,105,111,110,95,99,111,111,107,105,101,115,0,16,0,17,35,109,101,110,116,105,111,110,115,45,99,111,111,107,105,101,115,0,16,0,14,35,109,101,115,115,97,103,101,45,45,99,110,105,108,0,16,0,15,35,109,101,115,115,97,103,101,45,99,111,111,107,105,101,0,16,0,23,35,109,101,115,115,97,103,101,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,16,0,16,35,109,101,115,115,97,103,101,45,99,111,111,107,105,101,115,0,16,0,20,35,109,101,115,115,97,103,101,45,99,111,111,107,105,101,115,45,98,97,114,0,16,0,12,35,109,101,115,115,97,103,101,67,110,105,108,0,16,0,14,35,109,101,115,115,97,103,101,67,111,111,107,105,101,0,16,0,20,35,109,101,115,115,97,103,101,67,111,111,107,105,101,80,111,108,105,99,121,0,16,0,33,35,109,101,115,115,97,103,101,73,68,95,117,115,101,114,95,105,110,102,111,95,99,111,111,107,105,101,80,111,108,105,99,121,0,16,0,15,35,109,101,115,115,97,103,101,95,99,111,111,107,105,101,0,16,0,27,35,109,101,115,115,97,103,101,95,99,111,111,107,105,101,95,105,110,102,111,95,97,99,99,101,112,116,0,16,0,16,35,109,101,115,115,97,103,101,95,99,111,111,107,105,101,115,0,16,0,13,35,109,101,115,115,97,103,101,95,114,103,112,100,0,16,0,15,35,109,101,115,115,97,103,101,99,111,111,107,105,101,115,0,16,0,17,35,109,101,115,115,97,103,103,105,111,95,99,111,111,107,105,101,0,16,0,18,35,109,101,115,115,97,103,103,105,111,95,99,111,111,107,105,101,115,0,16,0,11,35,109,101,115,115,99,111,111,107,105,101,0,16,0,23,35,109,101,115,115,101,110,103,101,114,83,112,101,99,105,97,108,67,111,111,107,105,101,0,16,0,15,35,109,101,116,97,67,105,97,115,116,101,99,122,107,111,0,16,0,22,35,109,101,116,101,111,114,45,99,111,111,107,105,101,115,45,110,111,116,105,99,101,0,16,0,18,35,109,101,116,105,115,67,111,111,107,105,101,84,111,112,66,97,114,0,16,0,25,35,109,101,116,114,111,95,99,111,111,107,105,101,95,99,104,111,105,99,101,95,105,110,102,111,0,16,0,19,35,109,101,118,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,0,16,0,14,35,109,102,95,99,111,111,107,105,101,95,98,111,120,0,16,0,9,35,109,102,110,45,103,100,112,114,0,16,0,10,35,109,103,45,99,111,111,107,105,101,0,16,0,14,35,109,103,45,117,115,101,114,99,111,111,107,105,101,0,16,0,10,35,109,103,99,111,111,107,105,101,115,0,16,0,14,35,109,104,112,45,99,108,46,109,104,112,45,99,108,0,16,0,29,35,109,105,99,114,111,100,105,103,105,116,97,108,45,99,111,111,107,105,101,45,98,97,99,107,100,114,111,112,0,16,0,28,35,109,105,99,114,111,100,105,103,105,116,97,108,45,99,111,111,107,105,101,45,119,97,114,110,105,110,103,0,16,0,26,35,109,105,110,100,109,101,100,105,97,95,99,111,111,107,105,101,95,97,99,99,101,112,116,101,100,0,16,0,12,35,109,105,110,105,99,99,111,111,107,105,101,0,16,0,17,35,109,105,110,111,99,45,99,111,111,107,105,101,45,98,97,114,0,16,0,17,35,109,105,111,45,99,111,111,107,105,101,45,112,111,112,117,112,0,16,0,15,35,109,105,114,118,97,110,111,115,99,111,111,107,105,101,0,16,0,11,35,109,105,115,99,111,111,107,105,101,115,0,16,0,15,35,109,105,115,101,117,99,111,111,107,105,101,108,97,119,0,16,0,16,35,109,105,115,115,97,116,103,101,95,99,111,111,107,105,101,0,16,0,11,35,109,105,120,99,111,111,107,105,101,115,0,16,0,18,35,109,106,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,16,0,10,35,109,107,45,99,111,111,107,105,101,0,16,0,16,35,109,107,67,111,111,107,105,101,66,97,114,45,98,97,114,0,16,0,12,35,109,107,116,103,95,67,111,111,107,105,101,0,16,0,17,35,109,107,116,103,95,67,111,111,107,105,101,95,87,114,97,112,0,16,0,20,35,109,107,116,122,114,95,99,111,111,107,105,101,95,112,111,108,105,99,121,0,16,0,15,35,109,108,85,115,105,110,103,67,111,111,107,105,101,115,0,16,0,15,35,109,108,97,45,103,100,112,114,45,108,105,103,104,116,0,16,0,15,35,109,109,45,99,99,112,97,45,110,111,116,105,99,101,0,16,0,19,35,109,109,45,99,111,110,116,101,110,116,45,99,111,111,107,105,101,115,0,16,0,26,35,109,109,77,83,45,45,98,111,116,116,111,109,45,110,111,116,105,102,105,99,97,116,105,111,110,0,16,0,19,35,109,109,77,83,45,45,110,111,116,105,102,105,99,97,116,105,111,110,0,16,0,20,35,109,109,95,99,99,95,109,111,100,97,108,95,111,118,101,114,108,97,121,0,16,0,18,35,109,109,95,116,48,55,95,99,111,111,107,105,101,95,98,111,120,0,16,0,14,35,109,109,109,109,109,45,99,111,111,107,105,101,115,0,16,0,22,35,109,109,115,45,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,0,16,0,15,35,109,109,115,67,111,111,107,105,101,76,97,121,101,114,0,16,0,21,35,109,110,95,99,111,111,107,105,101,105,110,102,111,95,104,111,108,100,101,114,0,16,0,15,35,109,110,100,45,99,111,111,107,105,101,45,98,97,114,0,16,0,24,35,109,110,112,95,99,111,111,107,105,101,95,99,111,110,102,105,114,109,97,116,105,111,110,0,16,0,24,35,109,110,116,115,105,110,102,111,116,101,99,104,45,99,111,111,107,105,101,45,98,97,114,0,16,0,17,35,109,111,98,105,85,115,105,110,103,67,111,111,107,105,101,115,0,16,0,25,35,109,111,98,105,108,101,45,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,0,16,0,19,35,109,111,98,105,108,101,45,112,114,105,118,97,99,121,45,108,97,119,0,16,0,21,35,109,111,98,105,108,101,45,115,116,105,99,107,121,45,98,111,116,116,111,109,0,16,0,14,35,109,111,100,45,99,111,111,107,105,101,66,97,114,0,16,0,21,35,109,111,100,45,99,111,111,107,105,101,115,45,119,97,114,114,110,105,110,103,0,16,0,19,35,109,111,100,45,100,97,114,109,97,115,45,99,111,111,107,105,101,115,0,16,0,18,35,109,111,100,45,101,112,114,105,118,97,99,121,111,112,116,105,110,0,16,0,23,35,109,111,100,45,101,117,45,99,111,111,107,105,101,115,45,111,118,101,114,108,97,121,0,16,0,19,35,109,111,100,45,112,114,105,118,97,99,121,45,112,111,108,105,99,121,0,16,0,28,35,109,111,100,45,112,114,105,118,97,99,121,45,112,111,108,105,99,121,45,98,97,110,110,101,114,45,49,0,16,0,24,35,109,111,100,45,115,118,109,98,45,99,111,111,107,105,101,45,108,97,121,101,114,45,49,0,16,0,19,35,109,111,100,80,114,105,118,97,99,121,83,101,116,116,105,110,103,115,0,16,0,11,35,109,111,100,95,99,111,111,107,105,101,0,16,0,13,35,109,111,100,95,99,111,111,107,105,101,95,99,0,16,0,19,35,109,111,100,95,103,100,112,114,95,99,111,110,116,97,105,110,101,114,0,16,0,19,35,109,111,100,97,108,45,97,118,105,115,111,45,99,111,111,107,105,101,0,16,0,20,35,109,111,100,97,108,45,97,118,105,115,111,45,99,111,111,107,105,101,115,0,16,0,20,35,109,111,100,97,108,45,98,97,110,110,101,114,99,111,111,107,105,101,115,0,16,0,24,35,109,111,100,97,108,45,99,97,114,100,45,101,109,97,105,108,45,110,111,116,105,99,101,0,16,0,13,35,109,111,100,97,108,45,99,111,107,105,101,115,0,16,0,24,35,109,111,100,97,108,45,99,111,111,107,105,101,45,98,97,99,107,103,114,111,117,110,100,0,16,0,21,35,109,111,100,97,108,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,16,0,18,35,109,111,100,97,108,45,99,111,111,107,105,101,45,105,110,102,111,0,16,0,17,35,109,111,100,97,108,45,99,111,111,107,105,101,45,108,97,119,0,16,0,17,35,109,111,100,97,108,45,99,111,111,107,105,101,45,109,97,110,0,16,0,21,35,109,111,100,97,108,45,99,111,111,107,105,101,45,115,101,116,116,105,110,103,0,16,0,23,35,109,111,100,97,108,45,99,111,111,107,105,101,100,105,115,99,108,97,105,109,101,114,0,16,0,23,35,109,111,100,97,108,45,99,111,111,107,105,101,115,45,98,97,99,107,100,114,111,112,0,16,0,22,35,109,111,100,97,108,45,99,111,111,107,105,101,115,45,99,111,110,115,101,110,116,0,16,0,22,35,109,111,100,97,108,45,99,111,111,107,105,101,115,45,103,101,110,101,114,97,108,0,16,0,21,35,109,111,100,97,108,45,99,111,111,107,105,101,115,45,112,111,108,105,99,121,0,16,0,20,35,109,111,100,97,108,45,99,111,111,107,105,101,119,97,114,110,105,110,103,0,16,0,11,35,109,111,100,97,108,45,103,100,112,114,0,16,0,18,35,109,111,100,97,108,45,108,101,121,45,99,111,111,107,105,101,115,0,16,0,16,35,109,111,100,97,108,45,114,111,100,111,45,105,110,102,111,0,16,0,22,35,109,111,100,97,108,45,114,111,111,116,32,46,82,103,112,100,80,111,112,117,112,0,16,0,18,35,109,111,100,97,108,65,99,101,112,116,67,111,111,107,105,101,115,0,16,0,24,35,109,111,100,97,108,67,111,111,107,46,109,111,115,116,114,97,114,45,109,111,100,97,108,0,16,0,18,35,109,111,100,97,108,67,111,111,107,105,101,66,97,110,110,101,114,0,16,0,16,35,109,111,100,97,108,67,111,111,107,105,101,67,111,109,112,0,16,0,19,35,109,111,100,97,108,67,111,111,107,105,101,67,111,110,115,101,110,116,0,16,0,21,35,109,111,100,97,108,67,111,111,107,105,101,67,111,110,116,97,105,110,101,114,0,16,0,10,35,109,111,100,97,108,71,68,80,82,0,16,0,10,35,109,111,100,97,108,76,71,80,68,0,16,0,24,35,109,111,100,97,108,83,116,97,116,105,99,65,118,105,115,111,67,111,111,107,105,101,115,0,16,0,18,35,109,111,100,97,108,95,99,111,111,107,105,101,45,109,97,115,107,0,16,0,34,35,109,111,100,97,108,95,99,111,111,107,105,101,115,58,110,111,116,40,104,116,109,108,41,58,110,111,116,40,98,111,100,121,41,0,16,0,11,35,109,111,100,97,108,95,108,103,112,100,0,16,0,13,35,109,111,100,97,108,98,97,107,103,100,112,114,0,16,0,13,35,109,111,100,97,108,99,111,111,107,105,101,115,0,16,0,10,35,109,111,100,97,108,114,103,112,100,0,16,0,27,35,109,111,100,97,108,115,111,117,114,99,101,95,112,114,105,118,97,99,121,95,119,105,100,103,101,116,0,16,0,21,35,109,111,100,115,115,103,100,112,114,95,99,111,111,107,105,101,95,98,97,114,0,16,0,21,35,109,111,100,117,108,101,45,97,98,111,117,116,45,99,111,111,107,105,101,115,0,16,0,15,35,109,111,100,117,108,101,45,99,111,111,107,105,101,115,0,16,0,15,35,109,111,100,117,108,101,95,99,111,111,107,105,101,115,0,16,0,12,35,109,111,110,105,116,99,111,111,107,105,101,0,16,0,18,35,109,111,111,109,111,111,99,111,111,107,105,101,97,108,101,114,116,0,16,0,13,35,109,111,111,110,45,99,111,111,107,105,101,115,0,16,0,24,35,109,111,111,118,101,95,103,100,112,114,95,99,111,111,107,105,101,95,109,111,100,97,108,0,16,0,38,35,109,111,111,118,101,95,103,100,112,114,95,115,97,118,101,95,112,111,112,117,112,95,115,101,116,116,105,110,103,115,95,98,117,116,116,111,110,0,16,0,17,35,109,111,114,112,104,45,99,111,111,107,105,101,45,98,97,114,0,16,0,12,35,109,111,115,99,97,99,111,111,107,105,101,0,16,0,20,35,109,111,115,116,114,97,114,95,97,99,101,112,116,99,111,111,107,105,101,0,16,0,23,35,109,111,116,111,45,99,111,111,107,105,101,115,45,99,111,110,116,97,105,110,101,114,0,16,0,16,35,109,111,116,111,114,115,67,111,111,107,105,101,77,115,103,0,16,0,23,35,109,111,119,95,99,111,111,107,105,101,95,105,110,102,111,95,100,105,97,108,111,103,0,16,0,19,35,109,112,45,109,105,115,99,45,99,111,111,107,105,101,45,98,97,114,0,16,0,10,35,109,112,95,99,111,111,107,105,101,0,16,0,17,35,109,112,99,95,99,111,111,107,105,101,95,105,110,116,114,111,0,16,0,16,35,109,112,115,45,99,111,111,107,105,101,45,104,105,110,116,0,16,0,10,35,109,114,99,111,111,99,107,105,101,0,16,0,18,35,109,114,99,111,111,107,105,101,115,45,119,114,97,112,112,101,114,0,16,0,16,35,109,114,118,67,111,111,107,105,101,66,97,110,110,101,114,0,16,0,21,35,109,114,119,95,99,111,111,107,105,101,108,97,119,95,98,97,110,110,101,114,0,16,0,17,35,109,115,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,16,0,25,35,109,115,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,0,16,0,17,35,109,115,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,16,0,16,35,109,115,45,99,111,111,107,105,101,115,45,105,110,102,111,0,16,0,9,35,109,115,67,111,111,107,105,101,0,16,0,13,35,109,115,95,99,111,111,107,105,101,95,111,107,0,16,0,22,35,109,115,99,99,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,16,0,11,35,109,115,99,99,66,97,110,110,101,114,0,16,0,11,35,109,115,103,45,99,111,111,107,105,101,0,16,0,21,35,109,115,103,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,16,0,18,35,109,115,103,45,99,111,111,107,105,101,45,108,101,118,101,108,48,0,16,0,19,35,109,115,103,45,99,111,111,107,105,101,45,116,97,103,103,97,114,101,0,16,0,12,35,109,115,103,45,99,111,111,107,105,101,115,0,16,0,15,35,109,115,103,45,108,118,45,99,111,111,107,105,101,115,0,16,0,10,35,109,115,103,67,111,111,107,105,101,0,16,0,11,35,109,115,103,67,111,111,107,105,101,115,0,16,0,19,35,109,115,103,67,111,111,107,105,101,115,45,119,114,97,112,112,101,114,0,16,0,9,35,109,115,103,95,76,71,80,68,0,16,0,11,35,109,115,103,95,99,111,111,107,105,101,0,16,0,12,35,109,115,103,95,99,111,111,107,105,101,115,0,16,0,17,35,109,115,103,95,99,111,111,107,105,101,115,95,102,98,111,120,0,16,0,15,35,109,115,103,98,111,120,95,99,111,111,107,105,101,115,0,16,0,10,35,109,115,103,99,111,111,107,105,101,0,16,0,11,35,109,115,103,99,111,111,107,105,101,115,0,16,0,17,35,109,115,103,101,120,112,97,110,100,99,111,111,107,105,101,115,0,16,0,10,35,109,115,105,99,111,111,107,105,101,0,16,0,18,35,109,115,112,98,95,97,108,101,114,116,95,99,111,111,107,105,101,0,16,0,12,35,109,115,114,95,99,111,111,107,105,101,115,0,16,0,17,35,109,115,115,45,108,101,103,97,108,45,98,97,110,110,101,114,0,16,0,21,35,109,115,115,103,45,99,111,111,107,105,101,115,45,119,97,114,110,105,110,103,0,16,0,12,35,109,115,116,109,45,99,111,111,107,105,101,0,16,0,25,35,109,116,45,99,111,111,107,105,101,45,109,97,105,110,45,99,111,110,116,97,105,110,101,114,0,16,0,17,35,109,116,50,45,99,111,111,107,105,101,115,45,105,110,102,111,0,16,0,20,35,109,116,98,110,45,112,114,105,118,97,99,121,45,98,97,110,110,101,114,0,16,0,16,35,109,116,99,111,111,107,105,101,99,111,110,115,101,110,116,0,16,0,24,35,109,116,118,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,0,16,0,12,35,109,116,118,45,99,111,111,107,105,101,115,0,16,0,13,35,109,117,109,97,45,99,111,111,107,105,101,115,0,16,0,19,35,109,118,111,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,0,16,0,17,35,109,119,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,16,0,16,35,109,120,119,95,114,103,112,100,95,99,111,111,107,105,101,0,16,0,35,35,109,121,45,97,103,105,108,101,45,112,114,105,118,97,99,121,45,110,111,116,105,102,105,99,97,116,105,111,110,45,97,114,101,97,0,16,0,16,35,109,121,45,98,97,114,114,97,99,111,111,107,105,101,115,0,16,0,19,35,109,121,45,99,111,111,107,105,101,95,95,99,111,110,115,101,110,116,0,16,0,17,35,109,121,45,99,111,111,107,105,101,95,95,112,111,112,117,112,0,16,0,17,35,109,121,45,99,111,111,107,105,101,115,45,97,108,101,114,116,0,16,0,16,35,109,121,67,111,111,107,105,101,67,111,110,115,101,110,116,0,16,0,14,35,109,121,67,111,111,107,105,101,77,111,100,97,108,0,16,0,20,35,109,121,67,117,115,116,111,109,67,111,111,107,105,101,76,97,121,101,114,0,16,0,16,35,109,121,76,111,97,100,101,114,67,111,111,107,105,101,115,0,16,0,16,35,109,121,77,111,100,97,108,46,99,99,77,111,100,97,108,0,16,0,14,35,109,121,77,111,100,97,108,67,111,111,107,105,101,0,16,0,15,35,109,121,77,111,100,97,108,67,111,111,107,105,101,115,0,16,0,12,35,109,121,77,111,100,97,108,114,103,112,100,0,16,0,14,35,109,121,85,115,101,114,67,111,110,115,101,110,116,0,16,0,27,35,109,121,98,121,116,101,95,109,101,100,105,97,95,99,111,111,107,105,101,104,105,110,119,101,105,115,0,16,0,14,35,109,121,99,109,112,65,108,101,114,116,66,105,103,0,16,0,10,35,109,121,99,109,112,82,111,111,116,0,16,0,9,35,109,121,99,111,111,107,105,101,0,16,0,23,35,109,121,99,111,111,107,105,101,95,108,111,97,100,101,114,95,119,105,110,100,111,119,0,16,0,12,35,109,121,99,111,111,107,105,101,98,97,114,0,16,0,12,35,109,121,99,111,111,107,105,101,116,105,112,0,16,0,22,35,109,121,104,45,99,111,111,107,105,101,99,111,110,115,101,110,116,45,98,111,120,0,16,0,15,35,109,121,109,111,100,97,108,95,99,111,111,107,105,101,0,16,0,18,35,109,122,45,99,111,111,107,105,101,115,45,112,111,108,105,99,121,0,16,0,18,35,109,122,95,103,101,110,101,114,105,99,79,118,101,114,108,97,121,0,16,0,16,35,110,45,112,111,112,117,112,45,99,111,111,107,105,101,115,0,16,0,16,35,110,45,112,111,112,117,112,45,112,114,105,118,97,99,121,0,16,0,30,35,110,50,103,95,98,111,120,95,99,111,111,107,105,101,95,97,108,101,114,116,101,95,109,101,115,115,97,103,101,0,16,0,8,35,110,67,111,111,107,105,101,0,16,0,14,35,110,95,99,111,111,107,105,101,95,105,110,102,111,0,16,0,13,35,110,97,99,99,45,111,118,101,114,108,97,121,0,16,0,22,35,110,97,102,101,116,115,95,105,109,112,114,105,110,116,45,99,111,111,107,105,101,0,16,0,26,35,110,97,109,101,45,103,97,45,99,111,111,107,105,101,45,97,99,99,101,112,116,45,98,97,114,0,16,0,11,35,110,97,118,45,99,111,111,107,105,101,0,16,0,10,35,110,97,118,67,111,111,107,105,101,0,16,0,11,35,110,97,118,67,111,111,107,105,101,115,0,16,0,11,35,110,97,118,95,99,111,111,107,105,101,0,16,0,14,35,110,97,118,98,97,114,45,99,111,111,107,105,101,0,16,0,15,35,110,97,118,98,97,114,45,99,111,111,107,105,101,115,0,16,0,15,35,110,97,118,98,97,114,45,112,114,105,118,97,99,121,0,16,0,13,35,110,97,118,98,97,114,67,111,111,107,105,101,0,16,0,19,35,110,97,118,118,101,45,99,111,111,107,105,101,45,98,108,111,99,107,0,16,0,16,35,110,98,99,67,111,111,107,105,101,67,104,111,105,99,101,0,16,0,14,35,110,99,67,111,111,107,105,101,65,108,101,114,116,0,16,0,11,35,110,99,82,103,112,100,82,111,111,116,0,16,0,22,35,110,99,97,45,99,111,111,107,105,101,97,99,99,101,112,116,45,108,105,110,101,0,16,0,19,35,110,99,108,45,99,111,111,107,105,101,45,111,112,116,45,111,117,116,0,16,0,16,35,110,100,45,99,111,111,107,105,101,45,97,108,101,114,116,0,16,0,27,35,110,101,98,117,108,97,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,0,16,0,23,35,110,101,102,111,115,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,16,0,18,35,110,101,111,95,99,111,111,107,105,101,95,97,100,118,105,99,101,0,16,0,15,35,110,101,114,111,108,105,115,67,111,111,107,105,101,115,0,16,0,22,35,110,101,115,116,105,103,111,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,16,0,21,35,110,101,116,103,114,97,102,95,99,111,111,107,105,101,95,97,108,101,114,116,0,16,0,24,35,110,101,116,105,114,115,95,116,111,112,95,99,111,111,107,105,101,95,112,111,112,117,112,0,16,0,12,35,110,101,116,121,95,99,111,111,107,105,101,0,16,0,11,35,110,101,119,45,99,111,111,107,105,101,0,16,0,12,35,110,101,119,45,99,111,111,107,105,101,115,0,16,0,26,35,110,101,119,67,111,111,107,105,101,68,105,115,99,108,97,105,109,101,114,66,97,110,110,101,114,0,16,0,14,35,110,101,119,67,111,111,107,105,101,72,101,97,100,0,16,0,27,35,110,101,119,67,111,111,107,105,101,78,111,116,105,102,105,99,97,116,105,111,110,76,97,121,101,114,0,16,0,16,35,110,101,119,67,111,111,107,105,101,115,65,108,101,114,116,0,16,0,17,35,110,101,119,67,111,111,107,105,101,115,66,97,110,110,101,114,0,16,0,17,35,110,101,119,80,111,108,105,99,121,87,114,97,112,112,101,114,0,16,0,12,35,110,101,119,95,99,111,111,107,105,101,115,0,16,0,12,35,110,101,119,99,111,111,107,105,101,95,120,0,16,0,16,35,110,101,119,99,111,111,107,105,101,98,97,110,110,101,114,0,16,0,19,35,110,101,120,116,95,97,99,99,101,112,116,95,99,111,111,107,105,101,0,16,0,11,35,110,101,120,116,99,111,111,107,105,101,0,16,0,20,35,110,101,120,116,108,101,118,101,108,115,67,111,111,107,105,101,66,111,120,0,16,0,8,35,110,102,80,80,66,97,114,0,16,0,16,35,110,102,95,99,111,111,107,105,101,98,97,110,110,101,114,0,16,0,25,35,110,102,97,45,99,111,111,107,105,101,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,16,0,19,35,110,102,98,45,99,111,111,107,105,101,115,45,98,97,110,110,101,114,0,16,0,14,35,110,102,99,67,111,111,107,105,101,78,111,116,101,0,16,0,20,35,110,102,99,111,111,107,105,101,65,99,99,101,112,116,77,111,100,97,108,0,16,0,30,35,110,103,101,95,98,111,120,95,99,111,111,107,105,101,95,97,108,101,114,116,101,95,109,101,115,115,97,103,101,0,16,0,25,35,110,103,111,45,99,111,111,107,105,101,45,112,111,108,105,99,121,45,98,97,110,110,101,114,0,16,0,30,35,110,103,111,95,98,111,120,95,99,111,111,107,105,101,95,97,108,101,114,116,101,95,109,101,115,115,97,103,101,0,16,0,26,35,110,104,45,110,101,116,104,45,103,100,112,114,45,99,111,111,107,105,101,45,112,111,112,117,112,0,16,0,18,35,110,104,109,45,99,111,111,107,105,101,45,110,111,116,105,102,121,0,16,0,25,35,110,105,98,105,114,117,109,97,105,108,95,99,111,111,107,105,101,95,97,100,118,105,99,101,0,16,0,11,35,110,105,109,103,114,111,119,108,101,114,0,16,0,18,35,110,107,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,16,0,26,35,110,107,95,99,111,111,107,105,101,95,112,114,105,118,97,99,121,95,109,101,115,115,97,103,101,0,16,0,24,35,110,108,95,105,100,95,99,111,111,107,105,101,45,45,99,111,110,116,97,105,110,101,114,0,16,0,12,35,110,108,100,95,99,111,111,107,105,101,115,0,16,0,17,35,110,109,45,99,111,111,107,105,101,87,114,97,112,112,101,114,0,16,0,10,35,110,111,45,99,111,111,107,105,101,0,16,0,21,35,110,111,45,99,111,111,107,105,101,45,100,111,111,114,107,101,101,112,101,114,0,16,0,20,35,110,111,67,111,110,115,101,110,116,65,108,101,114,116,77,111,100,97,108,0,16,0,9,35,110,111,99,111,111,107,105,101,0,16,0,14,35,110,111,99,111,111,107,105,101,97,107,116,105,118,0,16,0,21,35,110,111,108,105,115,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,16,0,34,35,110,111,110,45,98,108,111,99,107,105,110,103,45,99,111,110,115,101,110,116,45,110,111,116,105,102,105,99,97,116,105,111,110,0,16,0,23,35,110,111,114,100,105,99,45,102,111,111,116,101,114,95,95,99,111,111,107,105,101,115,0,16,0,18,35,110,111,114,105,102,105,99,97,114,101,95,99,111,111,107,105,101,0,16,0,17,35,110,111,114,109,95,99,111,111,107,105,101,95,110,111,116,101,0,16,0,13,35,110,111,114,109,95,99,111,111,107,105,101,115,0,16,0,12,35,110,111,114,109,97,116,105,118,97,69,85,0,16,0,20,35,110,111,116,65,103,114,101,101,100,70,111,114,67,111,111,107,105,101,115,0,16,0,11,35,110,111,116,97,67,111,111,107,105,101,0,16,0,13,35,110,111,116,97,95,99,111,111,107,105,101,115,0,16,0,20,35,110,111,116,97,116,101,107,112,108,95,99,111,111,107,105,101,108,97,119,0,16,0,14,35,110,111,116,101,79,110,67,111,111,107,105,101,115,0,16,0,12,35,110,111,116,101,95,99,111,111,107,105,101,0,16,0,13,35,110,111,116,101,115,99,111,111,107,105,101,115,0,16,0,15,35,110,111,116,105,99,101,45,45,99,111,111,107,105,101,0,16,0,12,35,110,111,116,105,99,101,45,99,111,111,107,0,16,0,14,35,110,111,116,105,99,101,45,99,111,111,107,105,101,0,16,0,25,35,110,111,116,105,99,101,45,99,111,111,107,105,101,45,98,108,111,99,107,45,105,110,102,111,0,16,0,22,35,110,111,116,105,99,101,45,99,111,111,107,105,101,45,99,111,110,116,101,110,116,0,16,0,21,35,110,111,116,105,99,101,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,16,0,26,35,110,111,116,105,99,101,45,99,111,111,107,105,101,45,112,114,101,102,101,114,101,110,99,101,115,0,16,0,15,35,110,111,116,105,99,101,45,99,111,111,107,105,101,115,0,16,0,15,35,110,111,116,105,99,101,46,99,111,111,107,105,101,115,0,16,0,19,35,110,111,116,105,99,101,65,98,111,117,116,67,111,111,107,105,101,115,0,16,0,14,35,110,111,116,105,99,101,67,111,111,107,105,101,115,0,16,0,12,35,110,111,116,105,99,101,80,111,112,117,112,0,16,0,14,35,110,111,116,105,99,101,80,114,105,118,97,99,121,0,16,0,12,35,110,111,116,105,99,101,95,99,110,105,108,0,16,0,15,35,110,111,116,105,99,101,95,112,114,105,118,97,99,121,0,16,0,30,35,110,111,116,105,99,101,115,45,99,111,111,107,105,101,45,112,111,108,105,99,121,45,119,97,114,110,105,110,103,0,16,0,15,35,110,111,116,105,102,45,45,112,114,105,118,97,99,121,0,16,0,21,35,110,111,116,105,102,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,16,0,12,35,110,111,116,105,102,67,111,111,107,105,101,0,16,0,17,35,110,111,116,105,102,105,99,97,95,99,111,111,107,105,101,115,0,16,0,20,35,110,111,116,105,102,105,99,97,99,105,111,45,99,111,111,107,105,101,115,0,16,0,29,35,110,111,116,105,102,105,99,97,99,105,111,110,95,109,101,110,115,97,106,101,95,99,111,111,107,105,101,115,0,16,0,19,35,110,111,116,105,102,105,99,97,114,101,45,99,111,111,107,105,101,115,0,16,0,26,35,110,111,116,105,102,105,99,97,116,105,111,110,45,97,108,108,111,119,67,111,111,107,105,101,115,0,16,0,20,35,110,111,116,105,102,105,99,97,116,105,111,110,45,99,111,111,107,105,101,0,16,0,21,35,110,111,116,105,102,105,99,97,116,105,111,110,45,99,111,111,107,105,101,115,0,16,0,28,35,110,111,116,105,102,105,99,97,116,105,111,110,66,111,120,67,111,111,107,105,101,115,85,115,97,103,101,0,16,0,20,35,110,111,116,105,102,105,99,97,116,105,111,110,67,111,111,107,105,101,115,0,16,0,22,35,110,111,116,105,102,105,99,97,116,105,111,110,95,52,99,111,111,107,105,101,115,0,16,0,21,35,110,111,116,105,102,105,99,97,116,105,111,110,95,95,99,111,111,107,105,101,0,16,0,20,35,110,111,116,105,102,105,99,97,116,105,111,110,95,99,111,111,107,105,101,0,16,0,21,35,110,111,116,105,102,105,99,97,116,105,111,110,95,99,111,111,107,105,101,115,0,16,0,27,35,110,111,116,105,102,105,99,97,116,105,111,110,95,99,111,111,107,105,101,119,97,114,110,105,110,103,0,16,0,23,35,110,111,116,105,102,105,99,97,116,105,111,110,95,111,102,95,99,111,111,107,105,101,0,16,0,19,35,110,111,116,105,102,105,99,97,116,105,111,110,99,111,111,107,105,101,0,16,0,46,35,110,111,116,105,102,121,45,98,97,114,91,100,97,116,97,45,99,111,111,107,105,101,45,110,97,109,101,61,34,110,111,116,105,102,121,45,99,111,111,107,105,101,115,34,93,0,16,0,21,35,110,111,116,105,102,121,45,112,111,108,105,99,121,45,99,111,111,107,105,101,0,16,0,14,35,110,111,116,105,102,121,46,99,111,111,107,105,101,0,16,0,13,35,110,111,116,105,102,121,67,111,111,107,105,101,0,16,0,16,35,110,111,116,105,102,121,67,111,111,107,105,101,66,111,116,0,16,0,14,35,110,111,116,105,102,121,67,111,111,107,105,101,115,0,16,0,14,35,110,111,116,105,102,121,95,99,111,111,107,105,101,0,16,0,14,35,110,111,116,105,102,121,99,111,111,107,105,101,115,0,16,0,10,35,110,111,116,121,45,99,110,105,108,0,16,0,11,35,110,111,116,121,67,111,111,107,105,101,0,16,0,25,35,110,111,118,95,112,111,112,117,112,95,99,111,111,107,105,101,95,119,97,114,110,105,110,103,0,16,0,23,35,110,111,118,97,95,99,111,111,107,105,101,95,100,105,115,99,108,97,105,109,101,114,0,16,0,23,35,110,111,118,97,98,108,111,103,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,16,0,18,35,110,112,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,16,0,14,35,110,112,45,103,100,112,114,45,109,111,100,97,108,0,16,0,14,35,110,112,95,99,111,111,107,105,101,95,108,97,119,0,16,0,16,35,110,112,109,67,111,111,107,105,101,66,97,110,110,101,114,0,16,0,20,35,110,112,111,95,99,99,95,110,111,116,105,102,105,99,97,116,105,111,110,0,16,0,28,35,110,112,111,95,99,99,95,110,111,116,105,102,105,99,97,116,105,111,110,95,119,114,97,112,112,101,114,0,16,0,14,35,110,113,95,99,110,105,108,98,97,110,110,101,114,0,16,0,17,35,110,113,95,99,111,111,107,105,101,95,110,111,116,105,99,101,0,16,0,19,35,110,114,100,113,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,16,0,17,35,110,115,45,99,111,111,107,105,101,45,98,117,116,116,111,110,0,16,0,18,35,110,115,111,95,99,111,111,107,105,101,95,98,97,110,110,101,114,0,16,0,22,35,110,116,99,99,91,100,97,116,97,45,99,111,111,107,105,101,45,98,97,114,93,0,16,0,38,35,110,117,95,98,111,116,116,111,109,95,97,108,101,114,116,95,100,105,97,108,111,103,95,97,99,99,101,112,116,95,99,111,111,107,105,101,115,0,16,0,18,35,110,117,107,45,99,111,111,107,105,101,77,101,115,115,97,103,101,0,16,0,23,35,110,117,114,95,99,119,95,99,111,111,107,105,101,115,95,111,118,101,114,108,97,121,0,16,0,21,35,110,117,114,95,99,119,95,99,111,111,107,105,101,115,95,112,111,112,117,112,0,16,0,11,35,110,118,101,95,99,111,111,107,105,101,0,16,0,12,35,110,118,120,45,99,111,111,107,105,101,115,0,16,0,20,35,110,119,95,99,111,111,107,105,101,95,97,108,101,114,116,95,98,111,120,0,16,0,16,35,110,119,95,103,100,112,114,95,118,105,101,119,95,105,100,0,16,0,15,35,110,119,99,111,111,107,45,109,101,115,115,97,103,101,0,16,0,15,35,110,119,101,45,99,111,111,107,105,101,45,98,97,114,0,16,0,14,35,110,120,95,103,100,112,114,95,109,111,100,97,108,0,16,0,15,35,110,120,95,103,100,112,114,95,109,111,100,97,108,50,0,16,0,19,35,110,120,95,103,100,112,114,95,109,111,100,97,108,95,109,97,105,110,0,16,0,20,35,110,120,95,103,100,112,114,95,109,111,100,97,108,95,109,97,105,110,49,0,16,0,20,35,110,120,95,103,100,112,114,95,109,111,100,97,108,95,109,97,105,110,50,0,16,0,16,35,110,120,115,45,99,99,112,97,45,98,97,110,110,101,114,0,16,0,19,35,110,121,104,95,99,111,111,107,105,101,45,109,101,115,115,97,103,101,0,16,0,18,35,110,122,109,101,45,110,111,116,105,102,105,99,97,116,105,111,110,0,16,0,9,35,111,45,99,111,111,107,105,101,0,16,0,13,35,111,45,99,111,111,107,105,101,45,108,97,119,0,16,0,22,35,111,45,99,111,111,107,105,101,80,111,108,105,99,121,79,118,101,114,108,97,121,0,16,0,23,35,111,50,102,67,111,111,107,105,101,67,111,110,115,101,110,116,68,105,97,108,111,103,0,16,0,23,35,111,57,57,95,99,111,111,107,105,101,45,105,110,102,111,114,109,97,116,105,111,110,0,16,0,10,35,111,72,95,99,111,111,107,105,101,0,16,0,13,35,111,80,114,105,118,97,108,108,121,65,112,112,0,16,0,11,35,111,98,45,99,111,111,107,105,101,115,0,16,0,17,35,111,98,106,67,111,111,107,105,101,67,111,110,115,101,110,116,0,16,0,14,35,111,98,116,95,103,97,95,98,97,110,110,101,114,0,16,0,14,35,111,99,95,99,98,95,119,114,97,112,112,101,114,0,16,0,17,35,111,99,110,45,99,111,111,107,105,101,45,105,110,110,101,114,0,16,0,16,35,111,99,110,45,99,111,111,107,105,101,45,119,114,97,112,0,16,0,24,35,111,99,116,45,112,111,108,105,99,121,46,102,105,120,101,100,45,98,111,116,116,111,109,0,16,0,14,35,111,99,119,95,99,111,110,116,101,110,101,117,114,0,16,0,20,35,111,100,97,118,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,16,0,10,35,111,100,100,99,111,111,107,105,101,0,16,0,17,35,111,100,101,45,99,111,111,107,105,101,45,112,111,112,117,112,0,16,0,27,35,111,101,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,100,105,97,108,111,103,117,101,0,16,0,14,35,111,101,109,97,99,101,112,116,97,99,105,111,110,0,16,0,18,35,111,102,116,95,99,111,111,107,105,101,67,111,110,115,101,110,116,0,16,0,18,35,111,103,99,99,95,98,97,114,67,111,110,116,97,105,110,101,114,0,16,0,19,35,111,105,108,45,112,114,105,118,97,99,121,45,98,117,116,116,111,110,0,16,0,17,35,111,105,108,45,112,114,105,118,97,99,121,45,102,111,114,109,0,16,0,9,35,111,107,67,111,111,107,105,101,0,16,0,10,35,111,107,95,99,111,111,107,105,101,0,16,0,9,35,111,107,99,111,111,107,105,101,0,16,0,10,35,111,107,99,111,111,107,105,101,115,0,16,0,11,35,111,107,110,111,67,111,111,107,105,101,0,16,0,12,35,111,107,110,111,95,99,111,111,107,105,101,0,16,0,13,35,111,107,110,111,95,114,99,111,111,107,105,101,0,16,0,12,35,111,107,111,111,107,105,101,45,98,111,120,0,16,0,21,35,111,109,110,105,108,101,103,97,108,45,99,111,111,107,105,101,45,98,97,114,0,16,0,26,35,111,109,116,111,109,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,0,16,0,18,35,111,110,101,116,97,103,95,99,111,111,107,105,101,95,108,97,119,0,16,0,20,35,111,110,101,116,114,117,115,116,45,98,97,110,110,101,114,45,115,100,107,0,16,0,21,35,111,110,101,116,114,117,115,116,45,99,111,110,115,101,110,116,45,115,100,107,0,16,0,11,35,111,110,108,121,67,111,111,107,105,101,0,16,0,21,35,111,110,121,120,95,99,111,111,107,105,101,115,105,110,102,111,95,98,97,114,0,16,0,24,35,111,110,121,120,95,99,111,111,107,105,101,115,105,110,102,111,95,115,112,97,99,101,114,0,16,0,11,35,111,112,101,110,67,111,111,107,105,101,0,16,0,17,35,111,112,101,110,77,111,100,97,108,67,111,111,107,105,101,115,0,16,0,26,35,111,112,101,110,103,108,111,98,97,108,95,112,114,105,118,97,99,121,95,119,105,100,103,101,116,0,16,0,8,35,111,112,116,97,110,111,110,0,16,0,16,35,111,112,116,97,110,111,110,45,111,118,101,114,108,97,121,0,16,0,16,35,111,112,116,105,110,45,98,97,110,110,101,114,68,105,118,0,16,0,10,35,111,112,116,105,110,45,98,97,114,0,16,0,19,35,111,112,116,105,110,45,111,112,116,105,110,45,104,101,97,100,101,114,0,16,0,13,35,111,112,116,105,110,45,111,112,116,111,117,116,0,16,0,12,35,111,112,116,105,110,67,111,111,107,105,101,0,16,0,18,35,111,112,116,105,110,99,107,121,99,111,110,116,97,105,110,101,114,0,16,0,10,35,111,114,95,99,111,111,107,105,101,0,16,0,18,35,111,115,95,97,112,112,95,99,111,111,107,105,101,119,97,114,110,0,16,0,11,35,111,115,111,109,99,111,111,107,105,101,0,16,0,25,35,111,115,116,45,99,111,111,107,105,101,119,97,108,108,45,99,111,110,116,97,105,110,101,114,0,16,0,15,35,111,116,45,99,99,112,97,45,98,97,110,110,101,114,0,16,0,23,35,111,116,45,115,100,107,45,98,116,110,58,110,111,116,40,98,117,116,116,111,110,41,0,16,0,12,35,111,116,112,45,112,114,105,118,97,99,121,0,16,0,23,35,111,116,114,99,111,111,107,105,101,99,111,109,112,108,105,97,110,99,101,100,105,118,0,16,0,24,35,111,117,112,99,111,111,107,105,101,112,111,108,105,99,121,95,109,101,115,115,97,103,101,0,16,0,17,35,111,118,101,114,45,99,111,111,107,105,101,115,45,109,115,103,0,16,0,23,35,111,118,101,114,108,97,121,45,97,99,99,101,112,116,45,99,111,111,107,105,101,115,0,16,0,16,35,111,118,101,114,108,97,121,45,99,111,111,99,107,105,101,0,16,0,15,35,111,118,101,114,108,97,121,45,99,111,111,107,105,101,0,16,0,21,35,111,118,101,114,108,97,121,45,99,111,111,107,105,101,45,112,111,112,117,112,0,16,0,23,35,111,118,101,114,108,97,121,45,99,111,111,107,105,101,108,97,119,45,102,111,114,109,0,16,0,16,35,111,118,101,114,108,97,121,45,99,111,111,107,105,101,115,0,16,0,21,35,111,118,101,114,108,97,121,67,111,110,116,101,110,116,67,111,111,107,105,101,0,16,0,14,35,111,118,101,114,108,97,121,67,111,111,107,105,101,0,16,0,18,35,111,118,101,114,108,97,121,67,111,111,107,105,101,50,48,49,53,0,16,0,26,35,111,118,101,114,108,97,121,67,111,111,107,105,101,78,111,116,105,102,105,99,97,116,105,111,110,0,16,0,15,35,111,118,101,114,108,97,121,67,111,111,107,105,101,115,0,16,0,17,35,111,118,101,114,108,97,121,84,114,97,100,101,67,67,84,50,0,16,0,16,35,111,118,101,114,108,97,121,95,99,111,110,115,101,110,116,0,16,0,15,35,111,118,101,114,108,97,121,95,99,111,111,107,105,101,0,16,0,16,35,111,118,101,114,108,97,121,95,99,111,111,107,105,101,115,0,16,0,12,35,111,118,101,114,108,97,121,95,112,114,105,0,16,0,22,35,111,118,101,114,108,97,121,95,112,114,105,118,97,99,121,67,111,111,107,105,101,0,16,0,15,35,111,118,101,114,108,97,121,99,111,111,107,105,101,115,0,16,0,15,35,111,118,101,114,116,111,112,99,111,111,107,105,101,115,0,16,0,28,35,111,119,95,99,111,111,107,105,101,95,99,111,110,115,101,110,116,95,99,111,110,116,97,105,110,101,114,0,16,0,15,35,111,119,110,67,111,111,107,105,101,76,97,121,101,114,0,16,0,25,35,111,122,121,45,99,111,111,107,105,101,95,110,111,116,105,99,101,95,98,97,110,110,101,114,0,16,0,26,35,112,56,48,95,99,111,111,107,105,101,95,110,111,116,105,99,101,95,119,114,97,112,112,101,114,0,16,0,13,35,112,67,111,111,107,105,101,77,111,100,97,108,0,16,0,15,35,112,67,111,111,107,105,101,77,111,100,97,108,86,49,0,16,0,15,35,112,67,111,111,107,105,101,87,97,114,110,105,110,103,0,16,0,10,35,112,95,99,105,73,110,110,101,114,0,16,0,21,35,112,97,99,107,116,95,103,100,112,114,95,99,111,110,116,97,105,110,101,114,0,16,0,22,35,112,97,103,101,32,62,32,46,112,114,105,118,97,99,121,45,111,112,116,105,110,0,16,0,19,35,112,97,103,101,45,97,100,118,105,99,101,45,99,111,111,107,105,101,0,16,0,19,35,112,97,103,101,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,16,0,13,35,112,97,103,101,45,99,111,111,107,105,101,115,0,16,0,17,35,112,97,103,101,45,99,111,111,107,105,101,115,45,98,97,114,0,16,0,12,35,112,97,103,101,67,111,111,107,105,101,115,0,16,0,17,35,112,97,103,101,85,115,101,67,111,111,107,105,101,68,105,118,0,16,0,17,35,112,97,103,101,95,99,111,111,107,105,101,95,109,101,110,117,0,16,0,21,35,112,97,103,101,115,95,99,111,111,107,105,101,95,99,111,110,115,101,110,116,0,16,0,15,35,112,97,109,67,111,111,107,105,101,76,97,121,101,114,0,16,0,19,35,112,97,110,67,111,111,107,105,101,67,111,110,116,97,105,110,101,114,0,16,0,17,35,112,97,110,67,111,111,107,105,101,82,101,113,117,101,115,116,0,16,0,12,35,112,97,110,95,99,111,111,107,105,101,115,0,16,0,13,35,112,97,110,101,108,45,99,111,111,107,105,101,0,16,0,19,35,112,97,110,101,108,45,99,111,111,107,105,101,45,117,115,97,103,101,0,16,0,14,35,112,97,110,101,108,45,99,111,111,107,105,101,115,0,16,0,12,35,112,97,110,101,108,67,111,111,107,105,101,0,16,0,17,35,112,97,110,101,108,67,111,111,107,105,101,115,73,110,102,111,0,16,0,13,35,112,97,110,101,108,95,99,111,111,107,105,101,0,16,0,20,35,112,97,110,101,108,95,99,111,111,107,105,101,95,98,111,116,116,111,109,0,16,0,17,35,112,97,110,101,108,95,99,111,111,107,105,101,95,100,111,108,0,16,0,13,35,112,97,110,101,108,99,111,111,107,105,101,115,0,16,0,17,35,112,97,110,116,97,108,108,97,45,67,111,111,107,105,101,115,0,16,0,17,35,112,97,110,116,97,108,108,97,95,99,111,111,107,105,101,115,0,16,0,19,35,112,97,111,95,119,97,114,110,105,110,103,95,99,111,111,107,105,101,0,16,0,24,35,112,97,112,101,114,105,102,121,45,112,114,111,45,99,111,111,107,105,101,45,105,102,121,0,16,0,25,35,112,97,112,101,114,112,108,97,110,101,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,16,0,17,35,112,97,114,97,103,114,97,112,104,95,99,111,111,107,105,101,0,16,0,34,35,112,97,114,101,110,116,95,83,105,116,101,67,111,111,107,105,101,77,101,115,115,97,103,101,67,111,110,116,97,105,110,101,114,0,16,0,18,35,112,97,114,107,45,99,111,111,107,105,101,98,97,114,45,101,108,0,16,0,13,35,112,97,114,116,45,99,111,111,107,105,101,115,0,16,0,17,35,112,97,115,101,107,95,99,105,97,115,116,101,99,122,107,97,0,16,0,23,35,112,97,115,101,107,95,107,111,109,117,110,105,107,97,116,95,99,111,111,107,105,101,0,16,0,16,35,112,97,115,116,105,108,108,97,45,99,111,111,107,105,101,0,16,0,30,35,112,97,120,45,99,111,111,107,105,101,115,45,109,101,115,115,97,103,101,45,99,111,110,116,97,105,110,101,114,0,16,0,25,35,112,98,45,99,111,111,107,105,101,115,45,112,111,108,105,99,121,45,98,97,110,110,101,114,0,16,0,16,35,112,98,65,99,99,101,112,116,67,111,111,107,105,101,115,0,16,0,18,35,112,98,95,99,111,111,107,105,101,95,99,111,110,115,101,110,116,0,16,0,18,35,112,98,95,99,111,111,107,105,101,95,109,101,115,115,97,103,101,0,16,0,14,35,112,98,98,45,99,111,111,107,105,101,108,97,119,0,16,0,17,35,112,99,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,16,0,18,35,112,99,45,99,111,111,107,105,101,115,45,110,111,116,105,99,101,0,16,0,18,35,112,99,99,109,115,67,111,111,107,105,101,115,65,108,101,114,116,0,16,0,13,35,112,100,95,99,111,111,107,105,101,108,97,119,0,16,0,11,35,112,100,112,97,45,112,111,112,117,112,0,16,0,20,35,112,100,112,97,45,112,114,105,118,97,99,121,45,112,111,108,105,99,121,0,16,0,23,35,112,101,99,114,45,99,111,109,112,108,105,97,110,99,101,45,98,97,110,110,101,114,0,16,0,27,35,112,101,99,114,45,99,111,111,107,105,101,45,98,97,110,110,101,114,45,119,114,97,112,112,101,114,0,16,0,20,35,112,101,99,114,45,99,111,111,107,105,101,45,119,97,114,110,105,110,103,0,16,0,16,35,112,101,114,109,105,115,111,95,99,111,111,107,105,101,115,0,16,0,15,35,112,101,114,109,105,115,115,105,111,110,45,98,97,114,0,16,0,22,35,112,101,114,109,105,115,115,105,111,110,45,98,97,114,45,112,114,111,109,112,116,0,16,0,23,35,112,101,114,109,105,115,115,105,111,110,95,114,101,113,117,101,115,116,95,98,111,120,0,16,0,21,35,112,101,114,112,101,116,117,117,109,45,99,111,111,107,105,101,45,98,97,114,0,16,0,15,35,112,102,45,99,111,111,107,105,101,45,104,105,110,116,0,16,0,15,35,112,102,67,111,111,107,105,101,78,111,116,105,99,101,0,16,0,22,35,112,102,105,122,101,114,95,99,111,111,107,105,101,115,95,112,111,108,105,99,121,0,16,0,21,35,112,102,119,67,111,111,107,105,101,80,114,101,102,101,114,101,110,99,101,115,0,16,0,17,35,112,103,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,16,0,15,35,112,103,45,99,111,111,107,105,101,115,73,110,102,111,0,16,0,8,35,112,103,45,103,100,112,114,0,16,0,10,35,112,103,100,103,45,103,100,112,114,0,16,0,19,35,112,104,45,99,111,111,107,105,101,115,45,97,107,107,111,111,114,100,0,16,0,16,35,112,104,67,111,111,107,105,101,67,111,110,115,101,110,116,0,16,0,18,35,112,104,101,119,95,99,111,111,107,105,101,95,112,111,112,117,112,0,16,0,28,35,112,104,114,97,115,101,95,110,111,116,105,102,105,99,97,116,105,111,110,95,99,111,111,107,105,101,115,0,16,0,24,35,112,105,97,110,111,45,105,110,102,111,98,97,114,45,99,111,110,116,97,105,110,101,114,0,16,0,17,35,112,105,101,95,109,101,110,117,95,99,111,111,107,105,101,115,0,16,0,16,35,112,105,115,107,111,116,79,112,111,122,111,114,105,108,111,0,16,0,8,35,112,105,115,107,111,116,105,0,16,0,9,35,112,105,115,107,111,116,107,105,0,16,0,13,35,112,105,115,107,111,116,107,105,95,100,105,118,0,16,0,19,35,112,105,115,107,111,116,107,105,95,111,98,118,101,115,116,105,108,111,0,16,0,17,35,112,105,115,107,111,116,107,105,95,119,114,97,112,112,101,114,0,16,0,23,35,112,105,119,105,107,45,98,97,110,110,101,114,45,99,111,110,116,97,105,110,101,114,0,16,0,12,35,112,105,119,105,107,45,102,108,121,105,110,0,16,0,10,35,112,105,120,99,111,111,107,105,101,0,16,0,18,35,112,106,65,99,99,101,112,116,67,111,111,107,105,101,66,97,114,0,16,0,21,35,112,108,45,115,112,45,112,114,105,118,97,99,121,45,98,117,116,116,111,110,0,16,0,10,35,112,108,95,99,111,111,107,105,101,0,16,0,11,35,112,108,95,99,111,111,107,105,101,115,0,16,0,27,35,112,108,97,116,102,111,114,109,95,99,111,111,107,105,101,95,112,111,108,105,99,121,95,98,97,114,0,16,0,23,35,112,108,101,97,115,101,45,97,112,112,114,111,118,101,45,99,111,111,107,105,101,115,0,16,0,18,35,112,108,101,110,116,121,45,99,111,111,107,105,101,45,98,97,114,0,16,0,17,35,112,108,103,45,99,111,111,107,105,101,110,111,116,105,99,101,0,16,0,16,35,112,108,105,107,105,67,111,111,107,105,101,115,80,111,112,0,16,0,18,35,112,108,117,103,105,110,95,99,111,111,107,105,101,95,105,110,116,0,16,0,22,35,112,109,45,45,99,111,111,107,105,101,45,112,101,114,109,105,115,115,105,111,110,0,16,0,10,35,112,109,45,99,111,111,107,105,101,0,16,0,17,35,112,109,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,16,0,18,35,112,109,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,16,0,16,35,112,109,45,99,111,111,107,105,101,45,110,111,116,105,102,0,16,0,18,35,112,109,45,112,114,105,118,97,99,121,45,98,97,110,110,101,114,0,16,0,17,35,112,109,49,51,95,99,111,111,107,105,101,95,105,110,102,111,0,16,0,17,35,112,109,49,53,95,99,111,111,107,105,101,95,105,110,102,111,0,16,0,11,35,112,109,95,99,111,111,107,105,101,115,0,16,0,17,35,112,109,99,95,116,111,117,112,112,95,110,111,116,105,99,101,0,16,0,12,35,112,110,108,45,99,111,111,107,105,101,115,0,16,0,20,35,112,110,108,45,99,111,111,107,105,101,115,45,119,97,114,110,105,110,103,0,16,0,23,35,112,110,108,65,112,112,114,111,118,101,67,111,111,107,105,101,115,85,115,97,103,101,0,16,0,10,35,112,110,108,67,111,111,107,105,101,0,16,0,16,35,112,110,108,67,111,111,107,105,101,66,97,110,110,101,114,0,16,0,13,35,112,110,108,67,111,111,107,105,101,66,97,114,0,16,0,17,35,112,110,108,67,111,111,107,105,101,67,111,110,115,101,110,116,0,16,0,16,35,112,110,108,67,111,111,107,105,101,70,111,111,116,101,114,0,16,0,14,35,112,110,108,67,111,111,107,105,101,73,110,102,111,0,16,0,17,35,112,110,108,67,111,111,107,105,101,77,101,115,115,97,103,101,0,16,0,16,35,112,110,108,67,111,111,107,105,101,78,111,116,105,99,101,0,16,0,16,35,112,110,108,67,111,111,107,105,101,83,116,97,116,117,115,0,16,0,11,35,112,110,108,67,111,111,107,105,101,115,0,16,0,23,35,112,110,108,67,111,111,107,105,101,115,78,111,116,105,102,105,99,97,116,105,111,110,0,16,0,18,35,112,110,108,69,85,67,111,111,107,105,101,66,97,110,110,101,114,0,16,0,11,35,112,110,108,80,114,105,118,97,99,121,0,16,0,11,35,112,110,110,45,99,111,111,107,105,101,0,16,0,10,35,112,110,115,99,111,111,107,105,101,0,16,0,16,35,112,111,105,116,121,107,97,45,99,105,97,115,116,101,107,0,16,0,12,35,112,111,108,45,99,111,111,107,105,101,115,0,16,0,10,35,112,111,108,67,111,99,107,105,101,0,16,0,11,35,112,111,108,67,111,111,107,105,101,115,0,16,0,12,35,112,111,108,95,99,111,111,107,105,101,115,0,16,0,19,35,112,111,108,97,110,100,95,99,111,111,107,105,101,95,99,111,110,116,0,16,0,24,35,112,111,108,97,114,105,115,45,99,111,110,115,101,110,116,45,119,105,100,103,101,116,115,0,16,0,13,35,112,111,108,105,99,105,121,65,108,101,114,116,0,16,0,14,35,112,111,108,105,99,121,45,97,99,99,101,112,116,0,16,0,14,35,112,111,108,105,99,121,45,98,97,110,110,101,114,0,16,0,14,35,112,111,108,105,99,121,45,99,111,111,107,105,101,0,16,0,21,35,112,111,108,105,99,121,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,16,0,22,35,112,111,108,105,99,121,45,99,111,111,107,105,101,115,45,98,97,110,110,101,114,0,16,0,11,35,112,111,108,105,99,121,45,100,105,118,0,16,0,20,35,112,111,108,105,99,121,45,109,111,100,97,108,45,98,97,110,110,101,114,0,16,0,13,35,112,111,108,105,99,121,45,112,111,112,117,112,0,16,0,21,35,112,111,108,105,99,121,45,115,101,116,116,105,110,103,115,45,105,110,102,111,0,16,0,18,35,112,111,108,105,99,121,45,118,97,108,105,100,97,116,105,111,110,0,16,0,25,35,112,111,108,105,99,121,45,119,97,114,110,105,110,103,45,99,111,110,116,97,105,110,101,114,0,16,0,21,35,112,111,108,105,99,121,45,119,97,114,110,105,110,103,45,112,111,112,117,112,0,16,0,14,35,112,111,108,105,99,121,45,119,105,110,100,111,119,0,16,0,17,35,112,111,108,105,99,121,65,108,101,114,116,80,97,110,101,108,0,16,0,20,35,112,111,108,105,99,121,66,97,110,110,101,114,87,114,97,112,112,101,114,0,16,0,10,35,112,111,108,105,99,121,66,97,114,0,16,0,14,35,112,111,108,105,99,121,67,111,110,115,101,110,116,0,16,0,13,35,112,111,108,105,99,121,67,111,111,107,105,101,0,16,0,24,35,112,111,108,105,99,121,67,111,111,107,105,101,73,110,102,111,114,109,97,116,105,111,110,0,16,0,14,35,112,111,108,105,99,121,67,111,111,107,105,101,115,0,16,0,19,35,112,111,108,105,99,121,67,111,111,107,105,101,115,76,97,121,101,114,0,16,0,14,35,112,111,108,105,99,121,77,101,115,115,97,103,101,0,16,0,13,35,112,111,108,105,99,121,78,111,116,105,99,101,0,16,0,12,35,112,111,108,105,99,121,80,97,110,101,108,0,16,0,12,35,112,111,108,105,99,121,80,111,112,117,112,0,16,0,21,35,112,111,108,105,99,121,80,111,112,117,112,67,111,110,116,97,105,110,101,114,0,16,0,14,35,112,111,108,105,99,121,95,99,111,111,107,105,101,0,16,0,14,35,112,111,108,105,99,121,95,104,101,97,100,101,114,0,16,0,15,35,112,111,108,105,99,121,95,109,101,115,115,97,103,101,0,16,0,14,35,112,111,108,105,99,121,95,110,111,116,105,99,101,0,16,0,15,35,112,111,108,105,99,121,95,119,114,97,112,112,101,114,0,16,0,19,35,112,111,108,105,115,104,45,99,111,111,107,105,101,45,110,111,116,101,0,16,0,17,35,112,111,108,105,116,105,99,97,45,99,111,111,107,105,101,115,0,16,0,26,35,112,111,108,105,116,105,99,97,45,112,114,105,118,97,99,105,100,97,100,101,45,108,103,112,100,0,16,0,15,35,112,111,108,105,116,105,99,97,67,111,111,107,105,101,0,16,0,16,35,112,111,108,105,116,105,99,97,67,111,111,107,105,101,115,0,16,0,18,35,112,111,108,105,116,105,99,97,68,101,67,111,111,107,105,101,115,0,16,0,20,35,112,111,108,105,116,105,99,97,80,114,105,118,97,99,105,100,97,100,101,0,16,0,17,35,112,111,108,105,116,105,99,97,95,99,111,111,107,105,101,115,0,16,0,20,35,112,111,108,105,116,105,99,97,95,100,101,95,99,111,111,107,105,101,115,0,16,0,30,35,112,111,108,105,116,105,99,97,95,100,101,95,99,111,111,107,105,101,115,95,99,111,110,116,97,105,110,101,114,0,16,0,23,35,112,111,108,105,116,105,99,97,95,100,101,95,112,114,105,118,97,99,105,100,97,100,0,16,0,16,35,112,111,108,105,116,105,99,97,99,111,111,107,105,101,115,0,16,0,26,35,112,111,108,105,116,105,113,117,101,95,99,111,110,102,105,100,101,110,116,105,97,108,105,116,101,0,16,0,17,35,112,111,108,105,116,121,107,97,45,99,105,97,115,116,101,107,0,16,0,16,35,112,111,108,105,116,121,107,97,45,99,111,111,107,105,101,0,16,0,17,35,112,111,108,105,116,121,107,97,45,99,111,111,107,105,101,115,0,16,0,21,35,112,111,108,105,116,121,107,97,45,112,114,121,119,97,116,110,111,115,99,105,0,16,0,25,35,112,111,108,105,116,121,107,97,45,112,114,121,119,97,116,110,111,115,99,105,45,116,108,111,0,16,0,26,35,112,111,108,105,116,121,107,97,80,114,121,119,97,116,110,111,115,99,105,72,111,108,100,101,114,0,16,0,21,35,112,111,108,105,116,121,107,97,95,99,111,111,107,105,101,95,101,120,101,108,0,16,0,17,35,112,111,108,105,116,121,107,97,95,99,111,111,107,105,101,115,0,16,0,14,35,112,111,108,105,116,121,107,97,95,111,107,110,111,0,16,0,14,35,112,111,108,105,116,121,107,97,99,111,111,107,105,0,16,0,16,35,112,111,108,105,116,121,107,97,99,111,111,107,105,101,115,0,16,0,20,35,112,111,108,105,116,121,107,97,112,114,121,119,97,116,110,111,115,99,105,0,16,0,16,35,112,111,111,108,99,111,111,107,105,101,98,97,100,103,101,0,16,0,11,35,112,111,112,45,99,111,111,107,105,101,0,16,0,20,35,112,111,112,45,99,111,111,107,105,101,45,98,97,99,107,100,114,111,112,0,16,0,12,35,112,111,112,45,99,111,111,107,105,101,115,0,16,0,9,35,112,111,112,45,103,100,112,114,0,16,0,14,35,112,111,112,45,117,112,45,99,111,111,107,105,101,0,16,0,15,35,112,111,112,45,117,112,45,99,111,111,107,105,101,115,0,16,0,10,35,112,111,112,67,111,111,107,105,101,0,16,0,21,35,112,111,112,73,110,67,111,111,107,105,101,67,111,110,116,97,105,110,101,114,0,16,0,13,35,112,111,112,85,112,67,111,111,107,105,101,115,0,16,0,22,35,112,111,112,85,112,67,111,111,107,105,101,115,67,111,110,116,97,105,110,101,114,0,16,0,16,35,112,111,112,85,112,73,110,102,111,115,76,101,103,97,108,0,16,0,12,35,112,111,112,95,99,111,111,107,105,101,115,0,16,0,9,35,112,111,112,95,114,103,112,100,0,16,0,16,35,112,111,112,95,115,105,116,101,95,99,111,111,107,105,101,0,16,0,8,35,112,111,112,99,99,49,50,0,16,0,8,35,112,111,112,99,111,111,107,0,16,0,10,35,112,111,112,99,111,111,107,105,101,0,16,0,11,35,112,111,112,99,111,111,107,105,101,115,0,16,0,20,35,112,111,112,105,110,45,97,99,99,101,112,116,45,99,111,111,107,105,101,0,16,0,17,35,112,111,112,105,110,45,99,103,117,45,99,111,111,107,105,101,0,16,0,11,35,112,111,112,105,110,45,99,110,105,108,0,16,0,13,35,112,111,112,105,110,45,99,111,111,107,105,101,0,16,0,14,35,112,111,112,105,110,45,99,111,111,107,105,101,115,0,16,0,12,35,112,111,112,105,110,67,111,111,107,105,101,0,16,0,13,35,112,111,112,105,110,67,111,111,107,105,101,115,0,16,0,13,35,112,111,112,105,110,95,99,111,111,107,105,101,0,16,0,14,35,112,111,112,105,110,95,99,111,111,107,105,101,115,0,16,0,19,35,112,111,112,105,110,95,105,110,102,111,115,99,111,111,107,105,101,115,0,16,0,17,35,112,111,112,105,110,95,116,99,95,112,114,105,118,97,99,121,0,16,0,12,35,112,111,112,105,110,99,111,111,107,105,101,0,16,0,8,35,112,111,112,114,103,112,100,0,16,0,15,35,112,111,112,117,112,45,45,99,111,111,107,105,101,115,0,16,0,21,35,112,111,112,117,112,45,97,99,99,101,112,116,45,99,111,111,107,105,101,115,0,16,0,20,35,112,111,112,117,112,45,97,110,110,111,117,110,99,101,109,101,110,116,115,0,16,0,11,35,112,111,112,117,112,45,99,99,112,97,0,16,0,22,35,112,111,112,117,112,45,99,111,110,116,97,105,110,101,114,45,97,118,105,115,111,0,16,0,14,35,112,111,112,117,112,45,99,111,111,99,107,105,101,0,16,0,13,35,112,111,112,117,112,45,99,111,111,107,105,101,0,16,0,23,35,112,111,112,117,112,45,99,111,111,107,105,101,45,97,103,114,101,101,109,101,110,116,0,16,0,19,35,112,111,112,117,112,45,99,111,111,107,105,101,45,98,108,111,99,107,0,16,0,18,35,112,111,112,117,112,45,99,111,111,107,105,101,45,99,110,105,108,0,16,0,23,35,112,111,112,117,112,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,16,0,24,35,112,111,112,117,112,45,99,111,111,107,105,101,45,99,111,110,116,101,110,101,100,111,114,0,16,0,20,35,112,111,112,117,112,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,16,0,26,35,112,111,112,117,112,45,99,111,111,107,105,101,45,112,111,108,105,99,121,45,115,109,97,108,108,0,16,0,18,35,112,111,112,117,112,45,99,111,111,107,105,101,45,119,97,108,108,0,16,0,20,35,112,111,112,117,112,45,99,111,111,107,105,101,67,111,110,115,101,110,116,0,16,0,14,35,112,111,112,117,112,45,99,111,111,107,105,101,115,0,16,0,17,35,112,111,112,117,112,45,99,111,111,107,105,101,115,45,49,56,0,16,0,21,35,112,111,112,117,112,45,99,111,111,107,105,101,115,45,98,111,116,116,111,109,0,16,0,22,35,112,111,112,117,112,45,99,111,111,107,105,101,115,45,111,118,101,114,108,97,121,0,16,0,21,35,112,111,112,117,112,45,99,111,111,107,105,101,115,45,112,111,108,105,99,101,0,16,0,17,35,112,111,112,117,112,45,100,105,115,99,108,97,105,109,101,114,0,16,0,11,35,112,111,112,117,112,45,103,100,112,114,0,16,0,15,35,112,111,112,117,112,45,109,97,115,107,45,114,100,111,0,16,0,20,35,112,111,112,117,112,45,112,114,105,118,97,99,121,112,111,108,105,99,121,0,16,0,21,35,112,111,112,117,112,45,119,101,98,112,97,103,101,45,99,111,111,107,105,101,0,16,0,19,35,112,111,112,117,112,65,118,118,105,115,111,67,111,111,107,105,101,115,0,16,0,20,35,112,111,112,117,112,67,78,73,76,45,99,111,110,116,97,105,110,101,114,0,16,0,12,35,112,111,112,117,112,67,111,111,107,105,101,0,16,0,13,35,112,111,112,117,112,67,111,111,107,105,101,115,0,16,0,11,35,112,111,112,117,112,95,99,110,105,108,0,16,0,13,35,112,111,112,117,112,95,99,111,111,107,105,101,0,16,0,27,35,112,111,112,117,112,95,99,111,111,107,105,101,95,99,111,110,116,101,110,101,114,95,109,97,105,110,0,16,0,18,35,112,111,112,117,112,95,99,111,111,107,105,101,95,105,110,102,111,0,16,0,25,35,112,111,112,117,112,95,99,111,111,107,105,101,95,105,110,102,111,114,109,97,116,105,111,110,0,16,0,17,35,112,111,112,117,112,95,99,111,111,107,105,101,95,108,97,119,0,16,0,14,35,112,111,112,117,112,95,99,111,111,107,105,101,115,0,16,0,20,35,112,111,112,117,112,95,99,111,111,107,105,101,115,95,109,111,100,97,108,0,16,0,21,35,112,111,112,117,112,95,99,111,111,107,105,101,115,95,112,111,108,105,99,121,0,16,0,18,35,112,111,112,117,112,95,105,110,102,111,95,99,111,111,107,105,101,0,16,0,16,35,112,111,112,117,112,95,108,111,105,99,111,111,107,105,101,0,16,0,12,35,112,111,112,117,112,99,111,111,107,105,101,0,16,0,13,35,112,111,112,117,112,99,111,111,107,105,101,115,0,16,0,16,35,112,111,112,117,112,100,101,115,99,111,111,107,105,101,115,0,16,0,10,35,112,111,112,117,112,103,100,112,114,0,16,0,10,35,112,111,112,117,112,114,103,112,100,0,16,0,19,35,112,111,114,116,97,108,45,99,111,111,107,105,101,45,105,110,102,111,0,16,0,20,35,112,111,114,116,97,108,45,99,111,111,107,105,101,111,112,116,111,117,116,0,16,0,22,35,112,111,115,105,116,105,118,95,99,111,111,107,105,101,115,95,102,105,101,108,100,0,16,0,12,35,112,111,119,97,45,99,111,111,107,105,101,0,16,0,17,35,112,112,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,16,0,10,35,112,112,67,111,111,107,105,101,115,0,16,0,10,35,112,112,95,99,111,111,107,105,101,0,16,0,18,35,112,112,95,99,111,111,107,105,101,95,99,111,110,115,101,110,116,0,16,0,13,35,112,112,95,99,111,111,107,105,101,108,97,119,0,16,0,12,35,112,112,97,45,99,111,111,107,105,101,115,0,16,0,9,35,112,112,99,111,111,107,105,101,0,16,0,20,35,112,112,109,115,95,99,109,95,98,97,114,95,111,118,101,114,108,97,121,0,16,0,22,35,112,112,109,115,95,99,109,95,112,111,112,117,112,95,111,118,101,114,108,97,121,0,16,0,19,35,112,113,45,112,97,103,101,45,116,111,112,45,99,111,111,107,105,101,0,16,0,23,35,112,114,97,105,118,97,99,121,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,16,0,16,35,112,114,97,105,118,97,99,121,45,110,111,116,105,99,101,0,16,0,20,35,112,114,97,118,100,97,45,99,111,111,107,105,101,45,117,115,97,103,101,0,16,0,27,35,112,114,101,102,101,114,101,110,99,101,115,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,16,0,8,35,112,114,101,103,100,112,114,0,16,0,18,35,112,114,101,104,101,97,100,101,114,95,99,111,111,107,105,101,115,0,16,0,21,35,112,114,101,116,116,121,67,111,111,107,105,101,95,109,101,115,115,97,103,101,0,16,0,16,35,112,114,101,118,101,110,116,95,99,111,111,107,105,101,115,0,16,0,17,35,112,114,102,114,109,95,99,111,111,107,105,101,95,98,110,114,0,16,0,14,35,112,114,105,99,97,99,121,95,112,111,112,117,112,0,16,0,27,35,112,114,105,99,101,112,105,114,97,116,101,115,45,99,111,111,107,105,101,45,97,99,99,101,112,116,0,16,0,18,35,112,114,105,104,118,97,99,97,109,75,111,108,97,99,105,99,101,0,16,0,10,35,112,114,105,109,117,115,45,99,99,0,16,0,27,35,112,114,105,111,49,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,115,109,97,108,108,0,16,0,14,35,112,114,105,118,97,99,105,100,97,100,66,97,114,0,16,0,15,35,112,114,105,118,97,99,121,45,97,100,118,105,115,101,0,16,0,14,35,112,114,105,118,97,99,121,45,97,108,101,114,116,0,16,0,19,35,112,114,105,118,97,99,121,45,97,108,101,114,116,45,98,108,117,114,0,16,0,15,35,112,114,105,118,97,99,121,45,98,97,110,110,101,114,0,16,0,12,35,112,114,105,118,97,99,121,45,98,97,114,0,16,0,18,35,112,114,105,118,97,99,121,45,98,111,116,116,111,109,98,97,114,0,16,0,23,35,112,114,105,118,97,99,121,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,0,16,0,24,35,112,114,105,118,97,99,121,45,99,111,110,115,101,110,116,45,111,118,101,114,108,97,121,0,16,0,15,35,112,114,105,118,97,99,121,45,99,111,111,107,105,101,0,16,0,22,35,112,114,105,118,97,99,121,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,16,0,20,35,112,114,105,118,97,99,121,45,99,111,111,107,105,101,45,105,110,102,111,0,16,0,22,35,112,114,105,118,97,99,121,45,99,111,111,107,105,101,77,101,115,115,97,103,101,0,16,0,19,35,112,114,105,118,97,99,121,45,100,105,115,99,108,97,105,109,101,114,0,16,0,21,35,112,114,105,118,97,99,121,45,102,105,120,101,100,45,98,111,116,116,111,109,0,16,0,15,35,112,114,105,118,97,99,121,45,102,111,111,116,101,114,0,16,0,13,35,112,114,105,118,97,99,121,45,104,105,110,116,0,16,0,34,35,112,114,105,118,97,99,121,45,105,110,102,111,114,109,97,116,105,111,110,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,16,0,14,35,112,114,105,118,97,99,121,45,108,97,121,101,114,0,16,0,20,35,112,114,105,118,97,99,121,45,109,101,115,115,97,103,101,45,98,97,114,0,16,0,22,35,112,114,105,118,97,99,121,45,109,115,103,45,99,111,110,116,97,105,110,101,114,0,16,0,13,35,112,114,105,118,97,99,121,45,110,111,116,101,0,16,0,19,35,112,114,105,118,97,99,121,45,110,111,116,105,99,101,45,98,111,120,0,16,0,28,35,112,114,105,118,97,99,121,45,110,111,116,105,102,105,99,97,116,105,111,110,45,98,97,110,110,101,114,0,16,0,23,35,112,114,105,118,97,99,121,45,111,118,101,114,108,97,121,45,98,97,110,110,101,114,0,16,0,15,35,112,114,105,118,97,99,121,45,112,111,108,105,99,101,0,16,0,24,35,112,114,105,118,97,99,121,45,112,111,108,105,99,105,101,115,45,98,97,110,110,101,114,0,16,0,22,35,112,114,105,118,97,99,121,45,112,111,108,105,99,121,45,98,97,110,110,101,114,0,16,0,19,35,112,114,105,118,97,99,121,45,112,111,108,105,99,121,45,98,97,114,0,16,0,30,35,112,114,105,118,97,99,121,45,112,111,108,105,99,121,45,103,108,111,98,97,108,45,109,101,115,115,97,103,101,0,16,0,28,35,112,114,105,118,97,99,121,45,112,111,108,105,99,121,45,108,105,110,107,45,119,114,97,112,112,101,114,0,16,0,21,35,112,114,105,118,97,99,121,45,112,111,108,105,99,121,45,109,111,100,97,108,0,16,0,20,35,112,114,105,118,97,99,121,45,112,111,108,105,99,121,45,110,111,116,101,0,16,0,22,35,112,114,105,118,97,99,121,45,112,111,108,105,99,121,45,110,111,116,105,99,101,0,16,0,28,35,112,114,105,118,97,99,121,45,112,111,108,105,99,121,45,110,111,116,105,102,105,99,97,116,105,111,110,0,16,0,21,35,112,114,105,118,97,99,121,45,112,111,108,105,99,121,45,112,97,110,101,108,0,16,0,21,35,112,114,105,118,97,99,121,45,112,111,108,105,99,121,45,112,111,112,117,112,0,16,0,23,35,112,114,105,118,97,99,121,45,112,111,108,105,99,121,45,117,112,100,97,116,101,100,0,16,0,15,35,112,114,105,118,97,99,121,45,112,111,112,45,117,112,0,16,0,14,35,112,114,105,118,97,99,121,45,112,111,112,117,112,0,16,0,24,35,112,114,105,118,97,99,121,45,112,111,112,117,112,45,99,111,110,116,97,105,110,101,114,0,16,0,15,35,112,114,105,118,97,99,121,45,115,104,105,101,108,100,0,16,0,26,35,112,114,105,118,97,99,121,45,115,116,97,116,101,109,101,110,116,45,119,114,97,112,112,101,114,0,16,0,33,35,112,114,105,118,97,99,121,45,115,116,97,116,101,109,101,110,116,58,110,111,116,40,46,99,104,101,99,107,98,111,120,41,0,16,0,14,35,112,114,105,118,97,99,121,45,116,111,97,115,116,0,16,0,15,35,112,114,105,118,97,99,121,45,117,112,100,97,116,101,0,16,0,28,35,112,114,105,118,97,99,121,65,110,100,67,111,111,107,105,101,78,111,116,105,99,101,80,97,110,101,108,0,16,0,30,35,112,114,105,118,97,99,121,65,110,100,67,111,111,107,105,101,115,67,111,110,102,105,114,109,97,116,105,111,110,0,16,0,30,35,112,114,105,118,97,99,121,65,110,110,111,117,110,99,101,109,101,110,116,58,110,111,116,40,98,111,100,121,41,0,16,0,14,35,112,114,105,118,97,99,121,66,97,110,110,101,114,0,16,0,11,35,112,114,105,118,97,99,121,66,97,114,0,16,0,15,35,112,114,105,118,97,99,121,67,111,110,115,101,110,116,0,16,0,14,35,112,114,105,118,97,99,121,67,111,111,107,105,101,0,16,0,24,35,112,114,105,118,97,99,121,67,111,111,107,105,101,68,105,115,99,108,97,105,109,101,114,0,16,0,19,35,112,114,105,118,97,99,121,67,111,111,107,105,101,76,97,121,101,114,0,16,0,37,35,112,114,105,118,97,99,121,67,111,111,107,105,101,115,80,111,108,105,99,121,77,101,115,115,97,103,101,67,111,110,116,97,105,110,101,114,0,16,0,18,35,112,114,105,118,97,99,121,68,105,115,99,108,97,105,109,101,114,0,16,0,12,35,112,114,105,118,97,99,121,72,105,110,116,0,16,0,26,35,112,114,105,118,97,99,121,78,111,116,101,80,111,112,117,112,67,111,110,116,97,105,110,101,114,0,16,0,20,35,112,114,105,118,97,99,121,78,111,116,105,99,101,85,112,100,97,116,101,0,16,0,20,35,112,114,105,118,97,99,121,78,111,116,105,102,105,99,97,116,105,111,110,0,16,0,23,35,112,114,105,118,97,99,121,78,111,116,105,102,121,67,111,110,116,97,105,110,101,114,0,16,0,26,35,112,114,105,118,97,99,121,79,112,116,105,111,110,115,67,111,111,107,105,101,79,112,116,73,110,0,16,0,22,35,112,114,105,118,97,99,121,79,117,116,101,114,67,111,110,116,97,105,110,101,114,0,16,0,15,35,112,114,105,118,97,99,121,79,118,101,114,108,97,121,0,16,0,17,35,112,114,105,118,97,99,121,80,111,108,105,99,121,66,97,114,0,16,0,17,35,112,114,105,118,97,99,121,80,111,108,105,99,121,66,111,120,0,16,0,21,35,112,114,105,118,97,99,121,80,111,108,105,99,121,67,111,111,107,105,101,115,0,16,0,18,35,112,114,105,118,97,99,121,80,111,108,105,99,121,73,110,102,111,0,16,0,19,35,112,114,105,118,97,99,121,80,111,108,105,99,121,76,97,121,101,114,0,16,0,20,35,112,114,105,118,97,99,121,80,111,108,105,99,121,76,97,121,101,114,78,0,16,0,18,35,112,114,105,118,97,99,121,80,111,108,105,99,121,78,111,116,101,0,16,0,21,35,112,114,105,118,97,99,121,80,111,108,105,99,121,79,118,101,114,108,97,121,0,16,0,19,35,112,114,105,118,97,99,121,80,111,108,105,99,121,80,111,112,117,112,0,16,0,13,35,112,114,105,118,97,99,121,80,111,112,117,112,0,16,0,14,35,112,114,105,118,97,99,121,83,108,105,100,101,114,0,16,0,14,35,112,114,105,118,97,99,121,84,111,112,66,97,114,0,16,0,16,35,112,114,105,118,97,99,121,87,97,114,105,110,105,110,103,0,16,0,21,35,112,114,105,118,97,99,121,87,97,114,110,105,110,103,66,97,110,110,101,114,0,16,0,15,35,112,114,105,118,97,99,121,87,114,97,112,112,101,114,0,16,0,15,35,112,114,105,118,97,99,121,95,97,99,99,101,112,116,0,16,0,18,35,112,114,105,118,97,99,121,95,97,103,114,101,101,109,101,110,116,0,16,0,16,35,112,114,105,118,97,99,121,95,98,97,110,100,101,97,117,0,16,0,15,35,112,114,105,118,97,99,121,95,98,97,110,110,101,114,0,16,0,12,35,112,114,105,118,97,99,121,95,98,97,114,0,16,0,14,35,112,114,105,118,97,99,121,95,98,97,114,114,101,0,16,0,20,35,112,114,105,118,97,99,121,95,98,108,111,99,107,115,99,114,101,101,110,0,16,0,22,35,112,114,105,118,97,99,121,95,98,111,120,95,99,111,110,116,97,105,110,101,114,0,16,0,15,35,112,114,105,118,97,99,121,95,99,111,111,107,105,101,0,16,0,20,35,112,114,105,118,97,99,121,95,99,111,111,107,105,101,95,110,111,116,101,0,16,0,21,35,112,114,105,118,97,99,121,95,99,111,111,107,105,101,95,112,111,112,117,112,0,16,0,21,35,112,114,105,118,97,99,121,95,99,111,111,107,105,101,112,111,108,105,99,121,0,16,0,16,35,112,114,105,118,97,99,121,95,99,111,111,107,105,101,115,0,16,0,14,35,112,114,105,118,97,99,121,95,99,111,118,101,114,0,16,0,21,35,112,114,105,118,97,99,121,95,105,110,102,111,95,99,111,110,116,101,110,116,0,16,0,21,35,112,114,105,118,97,99,121,95,105,110,102,111,95,111,118,101,114,108,97,121,0,16,0,12,35,112,114,105,118,97,99,121,95,108,97,119,0,16,0,26,35,112,114,105,118,97,99,121,95,109,101,115,115,97,103,101,95,97,108,101,114,116,95,100,105,118,0,16,0,14,35,112,114,105,118,97,99,121,95,109,111,100,97,108,0,16,0,15,35,112,114,105,118,97,99,121,95,110,111,116,105,99,101,0,16,0,22,35,112,114,105,118,97,99,121,95,112,111,108,105,99,121,95,98,97,110,110,101,114,0,16,0,19,35,112,114,105,118,97,99,121,95,112,111,108,105,99,121,95,98,97,114,0,16,0,27,35,112,114,105,118,97,99,121,95,112,111,108,105,99,121,95,108,105,110,107,95,119,105,110,100,111,119,0,16,0,14,35,112,114,105,118,97,99,121,95,112,111,112,117,112,0,16,0,22,35,112,114,105,118,97,99,121,95,116,101,114,109,115,95,99,111,111,107,105,101,115,0,16,0,15,35,112,114,105,118,97,99,121,95,119,105,100,103,101,116,0,16,0,14,35,112,114,105,118,97,99,121,98,97,110,110,101,114,0,16,0,20,35,112,114,105,118,97,99,121,98,97,110,110,101,114,95,109,111,100,97,108,0,16,0,11,35,112,114,105,118,97,99,121,98,97,114,0,16,0,14,35,112,114,105,118,97,99,121,99,111,111,107,105,101,0,16,0,27,35,112,114,105,118,97,99,121,99,111,111,107,105,101,45,100,105,118,45,115,117,112,101,114,116,111,112,0,16,0,12,35,112,114,105,118,97,99,121,104,105,110,116,0,16,0,15,35,112,114,105,118,97,99,121,109,97,110,97,103,101,114,0,16,0,15,35,112,114,105,118,97,99,121,109,101,115,115,97,103,101,0,16,0,14,35,112,114,105,118,97,99,121,110,111,116,105,99,101,0,16,0,25,35,112,114,105,118,97,99,121,112,111,108,105,99,121,58,110,111,116,40,105,110,112,117,116,41,0,16,0,23,35,112,114,105,118,97,99,121,112,111,108,105,99,121,99,111,110,116,97,105,110,101,114,0,16,0,13,35,112,114,105,118,97,99,121,112,111,112,117,112,0,16,0,13,35,112,114,105,118,97,116,66,97,110,110,101,114,0,16,0,15,35,112,114,105,118,97,116,101,45,112,111,108,105,99,121,0,16,0,20,35,112,114,105,118,97,116,101,80,111,108,105,99,121,72,111,108,100,101,114,0,16,0,21,35,112,114,111,45,99,112,45,100,105,97,108,111,103,45,98,97,110,110,101,114,0,16,0,22,35,112,114,111,45,99,112,45,100,105,97,108,111,103,45,119,114,97,112,112,101,114,0,16,0,14,35,112,114,111,95,99,111,111,107,105,101,98,111,120,0,16,0,22,35,112,114,111,95,101,117,99,108,112,95,99,111,111,107,105,101,115,95,98,111,120,0,16,0,15,35,112,114,111,109,112,116,45,99,111,111,107,105,101,115,0,16,0,23,35,112,114,111,110,97,109,105,99,95,99,111,111,107,105,101,95,104,111,108,100,101,114,0,16,0,24,35,112,114,111,115,105,116,101,95,99,111,111,107,105,101,95,97,100,118,97,114,115,101,108,0,16,0,19,35,112,115,67,111,111,107,105,101,68,105,115,99,108,97,105,109,101,114,0,16,0,21,35,112,115,67,111,111,107,105,101,83,108,105,100,101,114,67,111,110,66,111,116,0,16,0,21,35,112,115,95,99,111,111,107,105,101,98,97,114,95,99,111,111,107,105,101,115,0,16,0,16,35,112,116,67,111,111,107,105,101,66,97,114,87,114,97,112,0,16,0,16,35,112,116,67,111,111,107,105,101,67,111,110,115,101,110,116,0,16,0,12,35,112,116,97,108,107,99,111,111,107,105,101,0,16,0,18,35,112,117,98,108,105,99,67,111,111,107,105,101,85,115,97,103,101,0,16,0,18,35,112,117,114,99,104,45,103,100,112,114,45,98,97,110,110,101,114,0,16,0,11,35,112,117,115,104,95,97,108,101,114,116,0,16,0,17,35,112,118,45,99,111,111,107,105,101,45,100,105,97,108,111,103,0,16,0,17,35,112,119,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,16,0,11,35,112,119,95,99,111,111,107,105,101,115,0,16,0,20,35,112,119,99,99,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,16,0,32,35,112,119,99,114,45,99,100,45,99,111,111,107,105,101,45,117,115,97,103,101,45,100,105,115,99,108,97,105,109,101,114,0,16,0,18,35,112,119,101,98,99,111,111,107,105,101,115,110,111,116,105,102,105,0,16,0,11,35,112,119,119,45,99,111,111,107,105,101,0,16,0,23,35,112,120,45,99,111,111,107,105,101,45,98,97,114,45,101,120,116,101,110,100,101,100,0,16,0,18,35,112,120,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,16,0,26,35,112,120,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,111,118,101,114,108,97,121,0,16,0,13,35,112,120,45,99,111,111,107,105,101,98,97,114,0,16,0,15,35,112,120,97,45,99,111,111,107,105,101,45,98,97,114,0,16,0,13,35,113,45,99,111,111,107,105,101,45,98,111,120,0,16,0,21,35,113,56,45,99,111,111,107,105,101,45,99,111,109,112,108,105,97,110,99,101,0,16,0,15,35,113,80,114,105,118,97,99,121,66,97,110,110,101,114,0,16,0,16,35,113,98,67,111,111,107,105,101,67,111,110,115,101,110,116,0,16,0,23,35,113,98,95,99,111,111,107,105,101,95,99,111,110,115,101,110,116,95,109,97,105,110,0,16,0,23,35,113,98,97,108,108,95,99,111,95,99,111,111,107,105,101,45,102,111,111,116,101,114,0,16,0,20,35,113,99,95,99,104,111,105,99,101,95,51,112,99,95,102,114,97,109,101,0,16,0,9,35,113,103,45,116,111,97,115,116,0,16,0,22,35,113,108,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,98,111,120,0,16,0,16,35,113,111,111,107,105,101,115,95,104,97,98,105,116,97,116,0,16,0,19,35,113,116,104,101,109,101,67,111,111,107,105,101,66,97,110,110,101,114,0,16,0,16,35,113,117,98,105,116,45,101,117,45,99,111,111,107,105,101,0,16,0,13,35,114,52,50,67,111,111,107,105,101,66,97,114,0,16,0,16,35,114,97,98,67,111,111,107,105,101,83,108,105,100,101,114,0,16,0,27,35,114,97,105,115,105,111,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,0,16,0,22,35,114,97,109,107,97,95,99,105,97,115,116,101,99,122,107,97,95,105,110,102,111,0,16,0,26,35,114,97,112,105,100,115,116,97,102,102,45,99,111,111,107,105,101,95,95,98,97,110,110,101,114,0,16,0,28,35,114,97,112,105,100,119,101,97,118,101,114,95,112,114,105,118,97,99,121,95,109,101,115,115,97,103,101,0,16,0,21,35,114,97,115,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,16,0,21,35,114,97,122,101,114,45,112,114,111,45,99,111,111,107,105,101,45,105,102,121,0,16,0,20,35,114,98,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,16,0,13,35,114,98,95,99,111,111,107,105,101,66,111,120,0,16,0,35,35,114,98,105,67,111,111,107,105,101,80,111,108,105,99,121,95,112,117,115,104,68,111,119,110,66,111,120,87,114,97,112,112,101,114,0,16,0,23,35,114,98,105,67,111,111,107,105,101,80,111,108,105,99,121,95,115,112,97,99,101,114,0,16,0,23,35,114,99,45,108,101,121,45,99,111,111,107,105,101,115,45,100,105,97,108,111,103,111,0,16,0,14,35,114,99,67,111,111,107,105,101,80,111,112,85,112,0,16,0,10,35,114,99,67,111,111,107,105,101,115,0,16,0,19,35,114,100,109,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,16,0,30,35,114,101,97,99,116,45,97,112,112,45,67,111,111,107,105,101,67,111,110,115,101,110,116,66,97,110,110,101,114,0,16,0,13,35,114,101,97,99,116,45,99,111,111,107,105,101,0,16,0,22,35,114,101,97,99,116,45,99,111,111,107,105,101,45,97,112,112,114,111,118,97,108,0,16,0,17,35,114,101,97,99,116,45,99,111,111,107,105,101,45,98,97,114,0,16,0,21,35,114,101,97,99,116,45,99,111,111,107,105,101,45,119,97,114,110,105,110,103,0,16,0,25,35,114,101,97,99,116,95,101,108,101,109,101,110,116,95,95,99,111,111,107,105,101,98,97,114,0,16,0,23,35,114,101,100,95,99,111,111,107,105,101,95,114,101,115,116,114,105,99,116,105,111,110,0,16,0,17,35,114,101,100,105,109,45,99,111,111,107,105,101,104,105,110,116,0,16,0,24,35,114,101,100,105,109,45,99,111,111,107,105,101,104,105,110,116,45,98,111,116,116,111,109,0,16,0,23,35,114,101,100,105,109,45,99,111,111,107,105,101,104,105,110,116,45,109,111,100,97,108,0,16,0,22,35,114,101,103,101,110,115,45,99,111,111,107,105,101,45,115,101,116,116,105,110,103,0,16,0,21,35,114,101,103,105,111,110,95,99,111,111,107,105,101,115,95,105,110,102,111,115,0,16,0,12,35,114,101,107,95,98,108,111,99,107,101,114,0,16,0,16,35,114,101,109,101,109,98,101,114,95,99,111,111,107,105,101,0,16,0,26,35,114,101,109,105,110,100,101,114,46,112,114,105,118,97,99,121,45,114,101,109,105,110,100,101,114,0,16,0,13,35,114,101,109,111,116,101,67,111,111,107,105,101,0,16,0,28,35,114,101,110,100,101,114,45,99,111,111,107,105,101,115,45,110,111,116,105,102,105,99,97,116,105,111,110,0,16,0,15,35,114,101,113,117,101,115,116,67,111,111,107,105,101,115,0,16,0,11,35,114,101,115,45,99,111,99,107,105,101,0,16,0,21,35,114,101,115,117,108,116,67,104,101,99,107,67,111,111,107,105,101,77,83,71,0,16,0,22,35,114,101,115,117,108,116,115,45,99,111,111,107,105,101,115,45,97,108,101,114,116,0,16,0,16,35,114,103,45,99,111,111,107,105,101,45,99,104,101,99,107,0,16,0,16,35,114,103,80,114,105,118,97,99,121,66,97,110,110,101,114,0,16,0,20,35,114,103,95,99,111,110,116,97,105,110,101,114,95,99,111,111,107,105,101,0,16,0,10,35,114,103,100,112,46,114,103,112,100,0,16,0,10,35,114,103,112,98,46,114,103,112,100,0,16,0,20,35,114,103,112,100,45,97,99,99,101,112,116,45,99,111,111,107,105,101,115,0,16,0,10,35,114,103,112,100,45,98,97,110,100,0,16,0,12,35,114,103,112,100,45,98,97,110,110,101,114,0,16,0,19,35,114,103,112,100,45,98,97,114,45,99,111,110,116,97,105,110,101,114,0,16,0,13,35,114,103,112,100,45,99,111,110,115,101,110,116,0,16,0,13,35,114,103,112,100,45,99,111,111,107,105,101,115,0,16,0,19,35,114,103,112,100,45,99,111,111,107,105,101,115,45,109,111,100,97,108,0,16,0,27,35,114,103,112,100,45,99,111,111,107,105,101,115,45,109,111,100,97,108,45,119,114,97,112,112,101,114,0,16,0,13,35,114,103,112,100,45,103,101,110,101,114,97,108,0,16,0,11,35,114,103,112,100,45,105,110,102,111,115,0,16,0,22,35,114,103,112,100,45,108,105,116,116,108,101,45,118,97,108,105,100,97,116,101,100,0,16,0,11,35,114,103,112,100,45,109,111,100,97,108,0,16,0,15,35,114,103,112,100,45,109,115,103,46,97,108,101,114,116,0,16,0,12,35,114,103,112,100,45,110,111,116,105,99,101,0,16,0,13,35,114,103,112,100,45,111,118,101,114,108,97,121,0,16,0,11,35,114,103,112,100,45,112,111,112,105,110,0,16,0,21,35,114,103,112,100,45,112,111,112,117,112,45,99,111,110,116,97,105,110,101,114,0,16,0,13,35,114,103,112,100,45,119,114,97,112,112,101,114,0,16,0,10,35,114,103,112,100,46,114,103,112,100,0,16,0,17,35,114,103,112,100,46,115,109,97,114,116,45,112,111,112,105,110,0,16,0,21,35,114,103,112,100,46,119,105,116,104,111,117,116,45,111,118,101,114,108,97,121,0,16,0,10,35,114,103,112,100,65,108,101,114,116,0,16,0,17,35,114,103,112,100,67,111,111,107,105,101,115,72,97,99,99,101,0,16,0,10,35,114,103,112,100,77,111,100,97,108,0,16,0,10,35,114,103,112,100,88,111,111,105,116,0,16,0,13,35,114,103,112,100,95,95,105,110,102,111,95,95,0,16,0,14,35,114,103,112,100,95,98,97,99,107,100,114,111,112,0,16,0,13,35,114,103,112,100,95,98,97,110,100,101,97,117,0,16,0,12,35,114,103,112,100,95,98,97,110,110,101,114,0,16,0,10,35,114,103,112,100,95,98,108,111,99,0,16,0,12,35,114,103,112,100,95,98,111,117,116,111,110,0,16,0,13,35,114,103,112,100,95,100,101,109,97,110,100,101,0,16,0,10,35,114,103,112,100,95,109,97,105,110,0,16,0,18,35,114,103,112,100,95,109,97,105,110,95,99,111,110,116,101,110,116,0,16,0,9,35,114,103,112,100,95,111,98,106,0,16,0,11,35,114,103,112,100,95,112,111,112,105,110,0,16,0,8,35,114,103,112,100,95,112,112,0,16,0,10,35,114,103,112,100,95,116,114,97,121,0,16,0,8,35,114,103,112,100,98,97,114,0,16,0,8,35,114,103,112,100,98,111,120,0,16,0,11,35,114,103,112,100,99,111,111,107,105,101,0,16,0,22,35,114,103,112,100,99,111,111,107,105,101,45,112,97,110,101,108,45,114,111,111,116,0,16,0,8,35,114,103,112,100,109,115,103,0,16,0,10,35,114,103,112,100,112,111,112,117,112,0,16,0,21,35,114,103,115,45,109,97,105,110,45,99,111,110,116,101,120,116,45,98,97,114,0,16,0,18,35,114,103,119,112,45,99,111,111,107,105,101,45,109,111,100,97,108,0,16,0,19,35,114,103,119,112,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,16,0,17,35,114,104,117,108,99,111,111,107,105,101,97,99,99,101,112,116,0,16,0,21,35,114,105,98,98,111,110,45,99,111,111,107,105,101,115,45,97,103,114,101,101,0,16,0,27,35,114,105,99,104,45,105,100,45,99,111,111,107,105,101,115,45,114,101,103,117,108,97,116,105,111,110,0,16,0,24,35,114,105,99,104,112,97,103,101,115,95,99,111,111,107,105,101,99,111,110,115,101,110,116,0,16,0,18,35,114,107,45,97,99,99,101,112,116,45,99,111,111,107,105,101,115,0,16,0,17,35,114,109,45,99,111,111,107,105,101,99,111,110,115,101,110,116,0,16,0,19,35,114,109,45,99,111,111,107,105,101,115,45,119,114,97,112,112,101,114,0,16,0,22,35,114,110,67,111,111,107,105,101,67,111,110,115,101,110,116,95,112,111,112,117,112,0,16,0,17,35,114,110,100,99,111,111,107,105,101,95,98,97,110,110,101,114,0,16,0,19,35,114,110,119,95,99,111,111,107,105,101,115,95,98,97,110,110,101,114,0,16,0,9,35,114,111,100,111,45,98,97,114,0,16,0,11,35,114,111,100,111,45,98,108,111,99,107,0,16,0,14,35,114,111,100,111,45,105,110,102,111,45,98,111,120,0,16,0,11,35,114,111,100,111,45,109,111,100,97,108,0,16,0,15,35,114,111,100,111,45,109,111,100,97,108,45,97,108,108,0,16,0,13,35,114,111,100,111,45,111,118,101,114,108,97,121,0,16,0,9,35,114,111,100,111,45,112,111,112,0,16,0,21,35,114,111,100,111,45,112,111,112,117,112,45,99,111,110,116,97,105,110,101,114,0,16,0,19,35,114,111,100,111,45,112,111,112,117,112,45,111,118,101,114,108,97,121,0,16,0,10,35,114,111,100,111,65,108,101,114,116,0,16,0,8,35,114,111,100,111,66,111,120,0,16,0,11,35,114,111,100,111,67,111,111,107,105,101,0,16,0,13,35,114,111,100,111,73,110,102,111,70,111,114,109,0,16,0,24,35,114,111,100,111,78,111,116,105,102,105,99,97,116,105,111,110,87,114,97,112,112,101,114,0,16,0,8,35,114,111,100,111,82,111,119,0,16,0,12,35,114,111,100,111,87,114,97,112,112,101,114,0,16,0,12,35,114,111,100,111,95,97,99,99,101,112,116,0,16,0,9,35,114,111,100,111,95,101,110,118,0,16,0,11,35,114,111,100,111,95,109,111,100,97,108,0,16,0,11,35,114,111,100,111,95,112,111,112,117,112,0,16,0,9,35,114,111,100,111,105,110,102,111,0,16,0,8,35,114,111,100,111,110,101,119,0,16,0,14,35,114,111,100,111,110,102,45,97,112,112,45,117,120,0,16,0,19,35,114,111,111,116,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,16,0,18,35,114,111,111,116,45,99,111,111,107,105,101,98,97,110,110,101,114,0,16,0,12,35,114,111,116,111,114,67,111,111,107,105,101,0,16,0,11,35,114,111,119,45,99,111,111,107,105,101,0,16,0,17,35,114,113,105,102,95,105,110,102,111,95,98,97,110,110,101,114,0,16,0,22,35,114,115,95,99,111,111,107,105,101,95,100,101,99,108,97,114,97,116,105,111,110,0,16,0,36,35,114,115,95,99,111,111,107,105,101,95,109,97,110,97,103,101,114,95,112,111,112,117,112,58,110,111,116,40,46,109,111,100,97,108,41,0,16,0,31,35,114,115,95,99,111,111,107,105,101,95,109,97,110,97,103,101,114,95,112,111,112,117,112,95,115,104,97,100,111,119,0,16,0,20,35,114,115,115,101,111,45,99,111,111,107,105,101,45,97,99,99,101,112,116,0,16,0,16,35,114,116,80,114,105,118,97,99,121,66,97,110,110,101,114,0,16,0,19,35,114,116,108,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,0,16,0,24,35,114,116,108,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,0,16,0,17,35,114,116,108,95,99,111,111,107,105,101,95,115,109,97,108,108,0,16,0,18,35,114,116,111,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,16,0,18,35,114,116,112,112,114,105,118,97,99,121,99,111,110,116,101,110,116,0,16,0,11,35,114,116,115,67,111,111,107,105,101,115,0,16,0,17,35,114,116,118,101,67,111,111,107,105,101,80,111,108,105,99,121,0,16,0,11,35,114,117,98,97,110,45,99,110,105,108,0,16,0,11,35,114,118,97,99,111,111,107,105,101,115,0,16,0,17,35,114,118,100,119,67,111,111,107,105,101,80,111,108,105,99,121,0,16,0,17,35,114,119,95,97,99,99,101,112,116,95,99,111,111,107,105,101,0,16,0,17,35,114,119,95,97,108,101,114,116,95,99,111,111,107,105,101,115,0,16,0,19,35,114,119,100,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,0,16,0,15,35,114,119,100,99,111,111,107,105,101,115,105,110,102,111,0,16,0,15,35,114,119,115,45,99,111,111,107,105,101,45,98,97,114,0,16,0,18,35,114,120,45,99,111,111,107,105,101,45,119,114,97,112,112,101,114,0,16,0,16,35,114,121,110,67,111,111,107,105,101,80,111,108,105,99,121,0,16,0,16,35,115,45,97,118,118,105,115,111,45,99,111,111,107,105,101,0,16,0,9,35,115,45,99,111,111,107,105,101,0,16,0,18,35,115,45,117,105,45,99,99,45,99,111,110,116,97,105,110,101,114,0,16,0,15,35,115,45,117,105,45,99,99,45,110,97,118,98,97,114,0,16,0,17,35,115,49,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,16,0,20,35,115,49,49,50,95,97,99,99,101,112,116,95,99,111,111,107,105,101,115,0,16,0,25,35,115,50,109,95,99,111,111,107,105,101,115,95,111,112,116,105,110,95,100,105,97,108,111,103,0,16,0,19,35,115,52,99,45,99,111,111,107,105,101,45,119,114,97,112,112,101,114,0,16,0,13,35,115,95,99,111,111,107,105,101,95,109,115,103,0,16,0,24,35,115,95,115,95,99,111,111,107,105,101,73,110,102,111,67,111,110,116,97,105,110,101,114,0,16,0,21,35,115,97,103,108,97,115,110,111,115,116,45,99,111,110,116,97,105,110,101,114,0,16,0,22,35,115,97,108,115,97,45,112,111,108,105,99,105,101,115,45,97,100,118,105,99,101,0,16,0,19,35,115,97,110,111,109,97,45,99,111,110,115,101,110,116,45,98,97,114,0,16,0,26,35,115,97,110,111,109,97,45,99,111,110,115,101,110,116,45,98,97,114,45,109,111,98,105,108,101,0,16,0,15,35,115,97,112,45,100,105,115,99,108,97,105,109,101,114,0,16,0,29,35,115,98,45,99,111,111,107,105,101,45,99,111,109,112,108,105,97,110,99,101,45,111,118,101,114,108,97,121,0,16,0,18,35,115,98,45,112,114,105,118,97,99,121,45,112,111,108,105,99,121,0,16,0,21,35,115,98,69,117,67,111,111,107,105,101,67,111,110,115,101,110,116,66,111,120,0,16,0,12,35,115,98,101,117,45,99,111,111,107,105,101,0,16,0,21,35,115,99,45,97,108,101,114,116,45,98,111,120,45,119,114,97,112,112,101,114,0,16,0,23,35,115,99,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,0,16,0,16,35,115,99,45,99,111,111,107,105,101,115,45,105,110,102,111,0,16,0,12,35,115,99,45,103,100,112,114,45,98,111,120,0,16,0,14,35,115,99,67,111,111,107,105,101,77,111,100,97,108,0,16,0,14,35,115,99,95,116,104,105,115,112,111,108,105,99,121,0,16,0,12,35,115,99,99,45,99,111,110,115,101,110,116,0,16,0,15,35,115,99,99,45,99,111,111,107,105,101,45,98,97,114,0,16,0,19,35,115,99,99,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,16,0,9,35,115,99,99,45,109,97,115,107,0,16,0,16,35,115,99,99,67,111,111,107,105,101,66,97,110,110,101,114,0,16,0,25,35,115,99,104,105,102,116,101,114,115,45,103,100,112,114,45,99,111,110,116,97,105,110,101,114,0,16,0,11,35,115,99,109,112,45,112,111,112,105,110,0,16,0,19,35,115,99,109,115,45,99,99,45,99,111,111,107,105,101,45,98,97,114,0,16,0,16,35,115,99,110,98,45,99,111,111,107,105,101,45,98,97,114,0,16,0,14,35,115,100,45,101,117,45,99,111,111,107,105,101,115,0,16,0,15,35,115,100,67,111,111,107,105,101,66,97,110,110,101,114,0,16,0,24,35,115,100,98,67,111,111,107,105,101,76,101,103,97,108,67,111,110,116,97,105,110,101,114,0,16,0,21,35,115,100,103,100,112,114,95,109,111,100,97,108,95,119,114,97,112,112,101,114,0,16,0,29,35,115,101,45,99,111,111,107,105,101,115,45,109,101,115,115,97,103,101,45,99,111,110,116,97,105,110,101,114,0,16,0,18,35,115,101,99,99,97,111,49,32,62,32,35,99,111,111,107,105,101,0,16,0,14,35,115,101,99,99,105,111,99,111,111,107,105,101,115,0,16,0,15,35,115,101,99,116,105,111,110,45,99,111,111,107,105,101,0,16,0,28,35,115,101,99,116,105,111,110,45,99,111,111,107,105,101,95,110,111,116,105,116,105,99,97,116,105,111,110,0,16,0,16,35,115,101,99,116,105,111,110,45,99,111,111,107,105,101,115,0,16,0,15,35,115,101,99,116,105,111,110,95,99,111,111,107,105,101,0,16,0,13,35,115,101,99,116,105,111,110,95,114,103,112,100,0,16,0,19,35,115,101,101,100,68,105,118,67,111,111,107,105,101,76,97,119,73,100,0,16,0,22,35,115,101,101,100,68,105,118,67,111,111,107,105,101,119,76,97,119,73,110,102,111,0,16,0,25,35,115,101,103,110,97,108,97,122,105,111,110,101,95,99,111,111,107,105,101,115,95,101,120,116,0,16,0,14,35,115,101,108,108,121,45,99,111,111,107,105,101,115,0,16,0,19,35,115,101,109,111,99,111,111,107,105,101,45,104,97,110,100,108,101,114,0,16,0,26,35,115,101,111,98,108,111,103,103,101,114,116,105,112,115,45,99,111,111,107,105,101,45,105,102,121,0,16,0,11,35,115,101,114,97,67,111,111,107,105,101,0,16,0,21,35,115,101,114,97,118,111,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,16,0,16,35,115,101,114,118,105,99,101,115,45,99,111,111,107,105,101,0,16,0,18,35,115,102,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,16,0,16,35,115,102,45,99,111,111,107,105,101,45,109,111,100,97,108,0,16,0,19,35,115,102,67,111,111,107,105,101,87,97,114,110,105,110,103,66,97,114,0,16,0,25,35,115,102,67,111,111,107,105,101,87,97,114,110,105,110,103,66,97,114,83,112,97,99,101,114,0,16,0,17,35,115,102,104,45,99,111,111,107,105,101,115,45,105,110,102,111,0,16,0,27,35,115,103,45,99,111,111,107,105,101,115,45,119,114,97,112,112,101,114,45,111,117,116,115,105,100,101,0,16,0,19,35,115,103,67,111,111,107,105,101,115,80,111,108,105,99,121,66,97,114,0,16,0,26,35,115,103,95,99,111,111,107,105,101,95,99,111,110,115,101,110,116,95,109,101,115,115,97,103,101,0,16,0,10,35,115,103,99,111,111,107,105,101,115,0,16,0,11,35,115,103,115,95,99,111,111,107,105,101,0,16,0,15,35,115,104,97,100,111,119,45,99,111,111,107,105,101,115,0,16,0,10,35,115,104,97,105,109,95,99,107,115,0,16,0,13,35,115,104,97,105,109,95,99,107,115,95,101,117,0,16,0,17,35,115,104,97,114,101,80,114,111,102,105,108,101,76,105,110,107,0,16,0,19,35,115,104,97,114,101,100,95,103,100,112,114,95,102,111,111,116,101,114,0,16,0,13,35,115,104,97,114,107,45,99,111,111,107,105,101,0,16,0,12,35,115,104,111,112,45,99,111,111,107,105,101,0,16,0,24,35,115,104,111,112,105,102,121,45,115,101,99,116,105,111,110,45,99,111,111,107,105,101,115,0,16,0,28,35,115,104,111,112,105,102,121,45,115,101,99,116,105,111,110,45,99,111,111,107,105,101,115,95,108,97,119,0,16,0,30,35,115,104,111,112,105,102,121,45,115,101,99,116,105,111,110,45,99,111,111,107,105,101,115,95,112,111,112,117,112,0,16,0,35,35,115,104,111,112,105,102,121,45,115,101,99,116,105,111,110,45,103,100,112,114,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,16,0,28,35,115,104,111,112,105,102,121,45,115,101,99,116,105,111,110,45,103,100,112,114,45,100,105,97,108,111,103,0,16,0,28,35,115,104,111,112,105,102,121,45,115,101,99,116,105,111,110,45,103,100,112,114,45,110,111,116,105,99,101,0,16,0,38,35,115,104,111,112,105,102,121,45,115,101,99,116,105,111,110,45,103,108,111,98,97,108,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,16,0,27,35,115,104,111,112,105,108,108,97,120,99,111,111,107,105,101,108,97,119,45,119,114,97,112,112,101,114,0,16,0,25,35,115,104,111,114,116,104,97,110,100,45,103,100,112,114,45,99,111,110,116,97,105,110,101,114,0,16,0,19,35,115,104,111,114,116,112,105,120,101,108,45,99,111,111,107,105,101,115,0,16,0,12,35,115,104,111,119,45,99,111,111,107,105,101,0,16,0,11,35,115,104,111,119,67,111,111,107,105,101,0,16,0,15,35,115,104,111,119,67,111,111,107,105,101,73,110,102,111,0,16,0,20,35,115,104,111,119,95,98,97,110,110,101,114,95,99,111,111,107,105,101,115,0,16,0,12,35,115,104,111,119,95,99,111,111,107,105,101,0,16,0,20,35,115,104,111,119,95,99,111,111,107,105,101,95,99,111,110,116,101,110,116,0,16,0,13,35,115,104,111,119,95,99,111,111,107,105,101,115,0,16,0,11,35,115,104,111,119,99,111,111,107,105,101,0,16,0,16,35,115,104,111,119,99,111,111,107,105,101,97,108,101,114,116,0,16,0,15,35,115,104,111,119,99,111,111,107,105,101,105,110,102,111,0,16,0,14,35,115,104,111,119,99,111,111,107,105,101,108,97,119,0,16,0,24,35,115,104,111,119,99,111,111,107,105,101,112,114,105,118,97,99,121,95,112,111,112,117,112,0,16,0,14,35,115,104,111,119,99,111,111,107,105,101,116,120,116,0,16,0,21,35,115,105,45,98,115,116,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,16,0,16,35,115,105,101,101,45,99,111,111,107,105,101,45,98,97,114,0,16,0,16,35,115,105,107,111,109,111,114,95,99,111,111,107,105,101,115,0,16,0,14,35,115,105,109,112,108,101,45,99,111,111,107,105,101,0,16,0,21,35,115,105,109,112,108,101,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,16,0,22,35,115,105,109,112,108,101,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,16,0,24,35,115,105,109,112,108,101,45,101,117,45,99,111,111,107,105,101,99,111,110,116,114,111,108,0,16,0,32,35,115,105,109,112,108,101,45,101,117,45,99,111,111,107,105,101,99,111,110,116,114,111,108,45,111,118,101,114,108,97,121,0,16,0,19,35,115,105,109,112,108,101,65,99,99,101,112,116,67,111,111,107,105,101,0,16,0,16,35,115,105,109,112,108,101,67,111,111,107,105,101,66,97,114,0,16,0,26,35,115,105,109,112,108,101,67,111,111,107,105,101,67,111,110,115,101,110,116,45,112,111,112,117,112,0,16,0,19,35,115,105,109,112,108,101,67,111,111,107,105,101,68,105,97,108,111,103,0,16,0,30,35,115,105,109,112,108,101,99,108,105,99,107,95,117,105,115,95,99,111,111,107,105,101,99,111,110,115,101,110,116,0,16,0,11,35,115,105,109,112,108,101,99,111,111,107,0,16,0,25,35,115,105,109,112,108,101,99,111,111,107,105,101,110,111,116,105,102,105,99,97,116,105,111,110,0,16,0,29,35,115,105,109,112,108,101,99,111,111,107,105,101,110,111,116,105,102,105,99,97,116,105,111,110,95,118,48,49,0,16,0,24,35,115,105,116,101,45,97,108,101,114,116,45,99,111,111,107,105,101,110,111,116,105,99,101,0,16,0,17,35,115,105,116,101,45,98,97,110,110,101,114,45,103,100,112,114,0,16,0,12,35,115,105,116,101,45,99,111,111,107,105,101,0,16,0,19,35,115,105,116,101,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,16,0,19,35,115,105,116,101,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,16,0,15,35,115,105,116,101,45,99,111,111,107,105,101,98,97,114,0,16,0,13,35,115,105,116,101,45,99,111,111,107,105,101,115,0,16,0,20,35,115,105,116,101,45,99,111,111,107,105,101,115,45,98,97,110,110,101,114,0,16,0,21,35,115,105,116,101,45,102,111,111,116,101,114,95,95,99,111,111,107,105,101,115,0,16,0,25,35,115,105,116,101,45,102,111,111,116,101,114,95,97,108,101,114,116,95,99,111,111,107,105,101,0,16,0,33,35,115,105,116,101,45,110,111,116,105,102,105,99,97,116,105,111,110,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,16,0,32,35,115,105,116,101,45,110,111,116,105,102,105,99,97,116,105,111,110,45,112,111,108,105,99,121,45,99,104,97,110,103,101,0,16,0,18,35,115,105,116,101,45,111,112,116,105,110,45,104,101,97,100,101,114,0,16,0,20,35,115,105,116,101,45,119,101,45,117,115,101,45,99,111,111,107,105,101,115,0,16,0,25,35,115,105,116,101,45,119,105,100,101,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,0,16,0,11,35,115,105,116,101,67,111,111,107,105,101,0,16,0,17,35,115,105,116,101,80,114,105,118,97,99,121,77,111,100,97,108,0,16,0,20,35,115,105,116,101,95,99,111,111,107,105,101,95,119,97,114,110,105,110,103,0,16,0,24,35,115,105,116,101,95,99,111,111,107,105,101,115,95,119,97,114,110,105,110,103,95,105,100,0,16,0,28,35,115,105,116,101,95,102,111,111,116,101,114,95,95,99,111,111,107,105,101,95,99,111,110,115,101,110,116,0,16,0,18,35,115,105,116,101,95,105,110,102,111,95,99,111,111,107,105,101,115,0,16,0,16,35,115,105,116,101,95,109,115,103,95,99,111,111,107,105,101,0,16,0,17,35,115,105,116,101,99,111,111,107,105,101,98,97,110,110,101,114,0,16,0,23,35,115,105,116,101,109,97,110,97,103,101,114,45,99,111,111,107,105,101,45,98,97,114,0,16,0,27,35,115,105,116,101,117,115,101,115,99,111,111,107,105,101,119,97,114,110,105,110,103,115,116,114,105,112,0,16,0,18,35,115,105,117,95,99,111,111,107,105,101,104,105,110,119,101,105,115,0,16,0,17,35,115,105,118,95,99,111,111,107,105,101,66,97,110,110,101,114,0,16,0,12,35,115,105,122,122,108,101,45,103,100,112,114,0,16,0,22,35,115,105,122,122,108,101,45,103,100,112,114,45,115,117,112,114,101,115,115,111,114,0,16,0,11,35,115,107,45,99,111,111,107,105,101,115,0,16,0,10,35,115,107,99,111,111,107,105,101,115,0,16,0,21,35,115,107,112,99,115,98,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,16,0,18,35,115,107,118,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,16,0,15,35,115,107,121,45,99,111,111,107,105,101,45,98,97,114,0,16,0,22,35,115,107,121,99,111,109,45,99,111,111,107,105,101,45,119,114,97,112,112,101,114,0,16,0,15,35,115,108,95,99,111,111,107,105,101,95,105,110,102,111,0,16,0,9,35,115,108,97,112,117,107,97,105,0,16,0,23,35,115,108,97,115,104,97,100,109,105,110,95,101,117,99,111,111,107,105,101,108,97,119,0,16,0,18,35,115,108,99,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,16,0,16,35,115,108,99,111,111,107,105,101,99,111,110,115,101,110,116,0,16,0,17,35,115,108,105,99,107,77,111,100,97,108,67,111,111,107,105,101,0,16,0,16,35,115,108,105,100,101,45,105,110,45,99,111,111,107,105,101,0,16,0,21,35,115,108,105,100,101,95,104,101,97,100,101,114,95,99,111,111,107,105,101,115,0,16,0,15,35,115,108,105,100,101,105,116,45,99,111,111,107,105,101,0,16,0,27,35,115,108,105,100,105,110,103,45,112,111,112,117,112,45,99,111,111,107,105,101,115,45,99,111,110,116,0,16,0,17,35,115,108,105,100,105,110,103,67,111,111,107,105,101,68,105,118,0,16,0,15,35,115,108,120,95,99,111,111,107,105,101,95,108,97,119,0,16,0,20,35,115,109,45,101,117,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,16,0,20,35,115,109,95,111,112,116,105,110,95,98,116,110,95,114,101,118,105,101,119,0,16,0,28,35,115,109,97,108,108,45,112,111,112,117,112,45,99,111,111,107,105,101,115,45,111,118,101,114,108,97,121,0,16,0,15,35,115,109,97,114,116,45,99,109,112,45,104,111,115,116,0,16,0,19,35,115,109,97,114,116,99,111,111,107,105,101,115,95,102,114,97,109,101,0,16,0,24,35,115,109,97,114,116,119,101,98,45,101,117,99,111,111,107,105,101,45,119,101,114,114,97,0,16,0,25,35,115,109,99,99,95,104,101,97,100,101,114,95,99,111,111,107,105,101,97,99,99,101,112,116,0,16,0,11,35,115,109,101,95,99,111,111,107,105,101,0,16,0,16,35,115,109,101,99,111,111,107,105,101,110,111,116,105,99,101,0,16,0,21,35,115,109,105,108,101,45,99,111,111,107,105,101,45,119,114,97,112,112,101,114,0,16,0,19,35,115,109,105,108,101,67,111,111,107,105,101,67,111,110,116,114,111,108,0,16,0,28,35,115,109,105,108,101,95,99,111,111,107,105,101,99,101,112,116,105,111,110,95,98,97,110,100,101,97,117,0,16,0,11,35,115,110,95,99,111,111,107,105,101,115,0,16,0,21,35,115,110,97,99,107,98,97,114,45,99,111,111,107,105,101,45,105,110,102,111,0,16,0,17,35,115,110,105,112,112,101,116,45,45,99,111,111,107,105,101,115,0,16,0,32,35,115,110,105,112,112,101,116,45,99,111,111,107,105,101,65,108,108,111,119,45,99,111,111,107,105,101,65,108,108,111,119,0,16,0,19,35,115,110,105,112,112,101,116,45,99,111,111,107,105,101,66,97,114,45,0,16,0,33,35,115,110,105,112,112,101,116,45,99,111,111,107,105,101,67,111,110,116,114,111,108,45,99,111,111,107,105,101,73,110,102,111,0,16,0,32,35,115,110,105,112,112,101,116,45,99,111,111,107,105,101,83,116,114,105,112,45,99,111,111,107,105,101,83,116,114,105,112,0,16,0,36,35,115,110,105,112,112,101,116,45,99,111,111,107,105,101,115,65,103,114,101,101,109,101,110,116,67,111,110,116,114,111,108,45,98,97,114,0,16,0,11,35,115,110,109,99,111,111,107,105,101,115,0,16,0,24,35,115,111,105,45,103,108,111,98,97,108,45,112,114,105,118,97,99,121,45,105,110,102,111,0,16,0,12,35,115,111,111,112,97,99,111,111,107,105,101,0,16,0,12,35,115,111,116,116,111,99,111,111,107,105,101,0,16,0,25,35,115,111,121,45,103,116,109,99,111,111,107,105,101,115,45,109,97,105,110,98,108,111,99,107,0,16,0,18,35,115,111,121,99,111,110,116,114,111,108,99,111,111,107,105,101,115,0,16,0,28,35,115,111,121,99,111,110,116,114,111,108,99,111,111,107,105,101,115,95,99,111,110,116,97,105,110,101,114,0,16,0,18,35,115,112,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,16,0,19,35,115,112,45,103,100,112,114,45,99,111,110,115,101,110,116,45,117,105,0,16,0,15,35,115,112,97,114,116,111,111,67,111,111,107,105,101,115,0,16,0,17,35,115,112,99,45,112,111,112,117,112,45,99,111,111,107,105,101,0,16,0,13,35,115,112,99,111,111,107,105,101,103,100,112,114,0,16,0,25,35,115,112,101,97,107,111,117,116,45,99,111,111,107,105,101,45,116,101,109,112,108,97,116,101,0,16,0,16,35,115,112,102,99,111,111,107,105,101,98,97,110,110,101,114,0,16,0,16,35,115,112,105,99,111,111,107,105,101,98,97,110,110,101,114,0,16,0,16,35,115,112,108,101,116,107,111,45,99,111,111,107,105,101,115,0,16,0,14,35,115,112,111,105,108,101,114,67,111,111,107,105,101,0,16,0,24,35,115,112,111,116,98,117,122,122,45,112,114,111,45,99,111,111,107,105,101,45,105,102,121,0,16,0,14,35,115,112,114,97,99,104,104,105,110,119,101,105,115,0,16,0,13,35,115,112,114,100,45,99,111,110,115,101,110,116,0,16,0,29,35,115,112,117,116,110,105,107,95,99,111,111,107,105,101,95,112,111,108,105,99,121,95,98,97,110,110,101,114,0,16,0,17,35,115,114,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,16,0,16,35,115,114,97,67,111,111,107,105,101,66,97,110,110,101,114,0,16,0,19,35,115,115,99,67,111,111,107,105,101,83,116,97,116,101,109,101,110,116,0,16,0,21,35,115,115,116,45,102,111,111,116,101,114,45,99,99,112,97,45,110,111,116,101,0,16,0,23,35,115,116,45,99,111,111,107,105,101,45,112,111,108,105,99,121,45,112,111,112,117,112,0,16,0,12,35,115,116,67,111,111,107,105,101,98,111,120,0,16,0,10,35,115,116,95,99,111,111,107,105,101,0,16,0,15,35,115,116,95,103,100,112,114,95,105,102,114,97,109,101,0,16,0,23,35,115,116,97,45,103,100,112,114,45,109,111,100,97,108,45,111,118,101,114,108,97,121,0,16,0,26,35,115,116,97,114,115,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,0,16,0,27,35,115,116,97,114,116,101,114,45,112,114,111,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,16,0,29,35,115,116,97,114,116,115,105,100,101,110,45,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,0,16,0,27,35,115,116,97,114,116,115,105,100,101,110,45,103,100,112,114,45,100,105,115,99,108,97,105,109,101,114,0,16,0,29,35,115,116,97,116,105,99,45,99,111,111,107,105,101,45,112,111,108,105,99,121,45,109,101,115,115,97,103,101,0,16,0,10,35,115,116,100,67,111,111,107,105,101,0,16,0,16,35,115,116,103,45,112,114,105,118,97,99,121,45,98,97,114,0,16,0,26,35,115,116,105,99,107,121,45,98,97,114,45,99,111,111,107,105,101,45,119,114,97,112,112,101,114,0,16,0,16,35,115,116,105,99,107,121,45,98,97,114,45,103,100,112,114,0,16,0,22,35,115,116,105,99,107,121,45,99,111,111,107,105,101,45,119,97,114,110,105,110,103,0,16,0,15,35,115,116,105,99,107,121,45,99,111,111,107,105,101,115,0,16,0,21,35,115,116,105,99,107,121,45,112,111,112,117,112,45,99,111,111,107,105,101,115,0,16,0,26,35,115,116,105,99,107,121,87,97,114,110,105,110,103,67,111,111,107,105,101,80,111,108,105,99,121,0,16,0,19,35,115,116,105,99,107,121,99,111,111,107,105,101,80,111,108,105,99,121,0,16,0,19,35,115,116,105,99,107,121,110,111,116,101,52,99,111,111,107,105,101,115,0,16,0,27,35,115,116,105,116,99,104,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,0,16,0,15,35,115,116,107,45,99,111,111,107,105,101,45,98,97,114,0,16,0,20,35,115,116,109,95,103,100,112,114,95,112,111,112,117,112,45,109,97,105,110,0,16,0,20,35,115,116,110,99,45,99,111,111,107,105,101,99,111,110,116,114,97,99,116,0,16,0,18,35,115,116,111,45,99,111,111,107,105,101,77,101,115,115,97,103,101,0,16,0,13,35,115,116,111,112,99,111,111,107,105,110,102,111,0,16,0,25,35,115,116,111,114,101,102,114,111,110,116,95,99,111,111,107,105,101,95,119,105,100,103,101,116,0,16,0,13,35,115,116,111,114,109,45,99,111,111,107,105,101,0,16,0,19,35,115,116,111,114,109,67,111,111,107,105,101,77,101,108,100,105,110,103,0,16,0,17,35,115,116,111,114,109,67,111,111,107,105,101,80,111,112,117,112,0,16,0,16,35,115,116,111,114,109,67,111,111,107,105,101,87,97,108,108,0,16,0,26,35,115,116,111,114,109,100,105,103,105,116,97,108,45,99,111,111,107,105,101,87,97,108,108,73,100,0,16,0,24,35,115,116,111,114,121,105,102,121,45,112,114,111,45,99,111,111,107,105,101,45,105,102,121,0,16,0,19,35,115,116,114,97,118,97,67,111,111,107,105,101,66,97,110,110,101,114,0,16,0,21,35,115,116,114,97,119,98,101,114,114,121,45,99,111,111,107,105,101,98,97,114,0,16,0,14,35,115,116,114,105,112,101,45,99,111,111,107,105,101,0,16,0,14,35,115,116,114,105,112,101,95,104,97,109,109,111,110,0,16,0,11,35,115,116,116,45,99,111,111,107,105,101,0,16,0,21,35,115,117,98,115,101,114,118,105,99,101,67,111,111,107,105,101,115,66,97,114,0,16,0,23,35,115,117,105,45,84,99,102,70,105,114,115,116,76,97,121,101,114,77,111,100,97,108,0,16,0,19,35,115,117,109,109,117,115,95,99,111,111,107,105,101,95,105,110,102,111,0,16,0,18,35,115,117,110,45,99,111,111,107,105,101,77,101,115,115,97,103,101,0,16,0,23,35,115,117,110,45,99,111,111,107,105,101,77,101,115,115,97,103,101,73,110,110,101,114,0,16,0,20,35,115,117,112,101,114,109,97,103,45,99,111,111,107,105,101,45,105,102,121,0,16,0,11,35,115,117,114,118,101,121,95,98,97,114,0,16,0,10,35,115,117,116,105,46,115,117,116,105,0,16,0,16,35,115,117,116,105,84,97,106,101,107,111,122,116,97,116,111,0,16,0,20,35,115,117,116,105,95,102,105,103,121,101,108,109,101,122,116,101,116,101,115,0,16,0,30,35,115,117,116,105,95,102,105,103,121,101,108,109,101,122,116,101,116,101,115,95,97,98,108,97,107,95,102,105,120,0,16,0,10,35,115,117,116,105,95,105,110,102,111,0,16,0,13,35,115,117,116,105,95,107,101,122,101,108,101,115,0,16,0,8,35,115,117,116,105,98,111,120,0,16,0,6,35,115,117,116,105,107,0,16,0,32,35,115,117,116,105,107,95,104,97,115,122,110,97,108,97,116,97,95,102,105,103,121,101,108,109,101,122,116,101,116,101,115,0,16,0,7,35,115,117,116,105,107,101,0,16,0,18,35,115,118,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,16,0,30,35,115,118,116,67,111,111,107,105,101,73,110,102,111,114,109,97,116,105,111,110,67,111,110,116,97,105,110,101,114,0,16,0,14,35,115,119,69,85,67,111,111,107,105,101,115,73,68,0,16,0,11,35,115,119,95,99,111,111,107,105,101,115,0,16,0,18,35,115,119,99,111,111,107,105,101,115,45,119,114,97,112,112,101,114,0,16,0,24,35,115,119,101,45,99,111,111,107,105,101,45,98,97,110,110,101,114,45,115,109,97,108,108,0,16,0,19,35,115,119,108,45,99,111,111,107,105,101,45,119,114,97,112,112,101,114,0,16,0,17,35,115,120,99,95,99,111,110,102,105,114,109,97,116,105,111,110,0,16,0,16,35,115,120,111,67,111,111,107,105,101,115,65,108,101,114,116,0,16,0,19,35,115,121,108,45,99,111,111,107,105,101,45,109,111,110,115,116,101,114,0,16,0,24,35,115,121,110,97,112,115,101,45,99,111,111,107,105,101,45,98,97,110,110,101,114,45,49,0,16,0,23,35,115,121,110,101,114,103,105,95,99,111,111,107,105,101,95,119,114,97,112,112,101,114,0,16,0,26,35,115,121,110,101,114,103,105,95,105,110,110,101,114,95,105,110,102,111,114,109,97,116,105,111,110,0,16,0,17,35,115,121,115,67,111,111,107,105,101,77,101,115,115,97,103,101,0,16,0,11,35,115,121,115,67,111,111,107,105,101,115,0,16,0,15,35,115,122,67,111,111,107,105,101,80,111,108,105,99,121,0,16,0,12,35,115,122,99,111,111,107,105,101,119,114,112,0,16,0,17,35,115,122,107,67,111,111,107,105,101,73,110,102,111,66,111,120,0,16,0,13,35,115,122,111,67,111,111,107,105,101,66,97,114,0,16,0,15,35,116,50,109,101,117,99,111,111,107,105,101,108,97,119,0,16,0,15,35,116,51,67,111,111,107,105,101,78,111,116,105,99,101,0,16,0,18,35,116,52,109,45,100,115,103,118,111,45,99,111,110,115,101,110,116,0,16,0,13,35,116,95,99,111,111,107,105,101,73,110,102,111,0,16,0,13,35,116,97,98,108,101,45,99,111,111,107,105,101,0,16,0,22,35,116,97,114,116,101,97,117,99,105,116,114,111,110,45,111,118,101,114,108,97,121,0,16,0,19,35,116,97,114,116,101,97,117,99,105,116,114,111,110,45,114,111,111,116,0,16,0,22,35,116,97,114,116,101,97,117,99,105,116,114,111,110,65,108,101,114,116,66,105,103,0,16,0,14,35,116,97,118,105,115,111,99,111,111,107,105,101,115,0,16,0,18,35,116,97,120,105,67,111,111,107,105,101,67,111,110,115,101,110,116,0,16,0,16,35,116,98,67,111,111,107,105,101,67,111,110,115,101,110,116,0,16,0,21,35,116,98,119,101,98,95,99,111,111,107,105,101,115,95,102,111,111,116,101,114,0,16,0,11,35,116,99,45,99,111,110,115,101,110,116,0,16,0,19,35,116,99,45,112,114,105,118,97,99,121,45,119,114,97,112,112,101,114,0,16,0,14,35,116,99,95,99,110,105,108,95,112,111,112,117,112,0,16,0,14,35,116,99,95,99,111,111,107,105,101,95,111,112,116,0,16,0,22,35,116,99,95,112,114,105,118,95,67,117,115,116,111,109,79,118,101,114,108,97,121,0,16,0,11,35,116,99,95,112,114,105,118,97,99,121,0,16,0,22,35,116,99,95,112,114,105,118,97,99,121,95,98,111,116,116,111,109,95,102,105,120,0,16,0,19,35,116,99,95,112,114,105,118,97,99,121,95,119,114,97,112,112,101,114,0,16,0,14,35,116,99,95,114,103,112,100,95,112,111,112,117,112,0,16,0,11,35,116,99,99,99,111,111,107,105,101,115,0,16,0,11,35,116,99,110,95,110,111,116,105,99,101,0,16,0,16,35,116,101,97,108,105,117,109,45,99,111,111,107,105,101,115,0,16,0,19,35,116,101,97,108,105,117,109,95,101,110,115,77,111,100,97,108,66,71,0,16,0,10,35,116,101,99,111,110,115,101,110,116,0,16,0,15,35,116,101,109,101,108,99,111,111,107,105,101,112,111,112,0,16,0,23,35,116,101,109,112,108,97,116,101,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,16,0,17,35,116,101,110,97,110,116,65,99,99,101,112,116,84,101,120,116,0,16,0,16,35,116,101,114,109,105,110,111,115,67,111,111,107,105,101,115,0,16,0,35,35,116,101,114,109,108,121,45,99,111,100,101,45,115,110,105,112,112,101,116,45,115,117,112,112,111,114,116,45,98,97,110,110,101,114,0,16,0,16,35,116,101,114,109,111,45,100,101,45,99,111,111,107,105,101,0,16,0,21,35,116,101,114,109,111,45,100,101,45,99,111,111,107,105,101,95,105,110,118,105,0,16,0,14,35,116,101,114,109,111,115,45,99,111,111,107,105,101,0,16,0,22,35,116,101,114,109,115,45,112,114,105,118,97,99,121,45,99,111,110,115,101,110,116,0,16,0,23,35,116,101,114,109,115,65,110,100,80,114,105,118,97,99,121,70,108,111,97,116,101,114,0,16,0,12,35,116,101,114,109,115,78,111,116,105,99,101,0,16,0,23,35,116,101,114,109,115,95,99,111,111,107,105,101,95,99,111,110,116,97,105,110,101,114,0,16,0,12,35,116,101,114,109,115,99,111,111,107,105,101,0,16,0,24,35,116,101,115,99,111,67,111,111,107,105,101,78,111,116,105,102,105,99,97,116,105,111,110,0,16,0,20,35,116,101,115,99,111,95,99,111,111,107,105,101,95,119,105,100,103,101,116,0,16,0,21,35,116,101,115,99,111,95,112,111,108,105,99,121,95,119,105,100,103,101,116,49,0,16,0,18,35,116,101,120,116,65,99,99,101,112,116,67,111,111,107,105,101,115,0,16,0,16,35,116,101,120,116,73,110,102,111,67,111,111,107,105,101,115,0,16,0,20,35,116,101,120,116,111,95,97,118,105,115,111,95,99,111,111,107,105,101,115,0,16,0,21,35,116,101,120,120,97,115,45,99,111,111,107,105,101,45,97,99,99,101,112,116,0,16,0,18,35,116,102,99,111,111,107,105,101,45,98,97,99,107,100,114,111,112,0,16,0,15,35,116,102,99,111,111,107,105,101,45,109,111,100,97,108,0,16,0,15,35,116,102,101,45,99,111,111,107,105,101,45,98,97,114,0,16,0,20,35,116,102,101,45,99,111,111,107,105,101,45,108,105,103,104,116,98,111,120,0,16,0,31,35,116,102,101,45,99,111,111,107,105,101,45,108,105,103,104,116,98,111,120,45,115,109,111,107,101,108,97,121,101,114,0,16,0,12,35,116,102,108,45,99,111,111,107,105,101,115,0,16,0,21,35,116,102,109,95,100,115,103,118,111,95,100,105,115,99,108,97,105,109,101,114,0,16,0,12,35,116,102,111,95,99,111,111,107,105,101,115,0,16,0,16,35,116,103,98,103,100,112,114,45,111,118,101,114,108,97,121,0,16,0,13,35,116,104,45,45,101,117,99,111,111,107,105,101,0,16,0,11,35,116,104,101,45,99,111,111,107,105,101,0,16,0,10,35,116,104,101,67,111,111,107,105,101,0,16,0,14,35,116,104,101,67,111,111,107,105,101,78,111,116,101,0,16,0,13,35,116,104,101,76,97,119,67,111,111,107,105,101,0,16,0,13,35,116,104,101,95,99,111,111,107,105,101,115,51,0,16,0,10,35,116,104,101,99,111,111,107,105,101,0,16,0,10,35,116,104,101,101,99,108,98,111,120,0,16,0,13,35,116,104,101,109,101,95,99,111,111,107,105,101,0,16,0,32,35,116,104,101,115,101,117,115,67,111,111,107,105,101,80,111,108,105,99,121,95,117,108,67,111,111,107,105,101,80,111,108,0,16,0,28,35,116,104,105,110,107,99,111,110,115,101,110,116,45,110,111,116,105,99,101,45,119,114,97,112,112,101,114,0,16,0,18,35,116,104,105,115,99,111,111,107,105,101,109,101,115,115,97,103,101,0,16,0,15,35,116,105,70,121,95,67,111,111,107,105,101,76,97,119,0,16,0,18,35,116,105,100,95,99,111,111,107,105,101,87,97,114,110,105,110,103,0,16,0,19,35,116,105,102,121,95,99,111,111,107,105,101,95,112,111,108,105,99,121,0,16,0,20,35,116,105,110,100,105,101,95,99,111,111,107,105,101,95,97,108,101,114,116,0,16,0,16,35,116,105,110,115,95,99,111,111,107,105,101,95,98,97,114,0,16,0,19,35,116,105,110,121,99,111,111,107,105,101,45,119,114,97,112,112,101,114,0,16,0,11,35,116,105,112,67,111,111,107,105,101,115,0,16,0,14,35,116,105,114,111,105,114,95,99,111,111,107,105,101,0,16,0,15,35,116,105,118,45,99,111,111,107,105,101,45,98,97,114,0,16,0,20,35,116,108,45,99,111,111,107,105,101,45,112,111,112,117,112,45,98,111,120,0,16,0,19,35,116,108,67,111,109,109,111,110,71,100,112,114,66,97,110,110,101,114,0,16,0,33,35,116,108,67,111,111,107,105,101,67,111,109,112,108,105,101,110,99,101,73,110,105,116,105,97,108,87,114,97,112,112,101,114,0,16,0,11,35,116,108,111,95,99,111,111,107,105,101,0,16,0,18,35,116,108,112,45,99,111,111,107,105,101,115,45,112,111,112,117,112,0,16,0,17,35,116,108,115,99,111,111,107,105,101,115,101,117,45,98,97,114,0,16,0,16,35,116,109,80,114,105,118,97,99,121,68,105,97,108,111,103,0,16,0,17,35,116,109,80,114,105,118,97,99,121,79,118,101,114,108,97,121,0,16,0,15,35,116,109,80,114,105,118,97,99,121,83,116,121,108,101,0,16,0,14,35,116,109,112,95,108,101,103,97,108,95,98,97,114,0,16,0,24,35,116,109,114,99,95,99,111,111,107,105,101,95,102,111,111,116,101,114,95,105,110,102,111,0,16,0,13,35,116,110,45,99,111,111,107,105,101,98,97,114,0,16,0,18,35,116,110,119,95,99,111,111,107,105,101,99,111,110,115,101,110,116,0,16,0,17,35,116,110,122,99,111,111,107,105,101,95,98,111,116,116,111,109,0,16,0,14,35,116,111,97,115,116,45,99,111,111,107,105,101,115,0,16,0,10,35,116,111,97,115,116,76,103,112,100,0,16,0,24,35,116,111,97,115,116,115,32,62,32,35,116,111,97,115,116,115,87,114,97,112,112,101,114,0,16,0,20,35,116,111,102,105,110,111,45,110,111,116,105,102,105,99,97,116,105,111,110,0,16,0,13,35,116,111,111,103,45,99,111,111,107,105,101,115,0,16,0,15,35,116,111,111,108,98,97,114,45,99,111,111,107,105,101,0,16,0,16,35,116,111,111,108,98,97,114,95,99,111,111,107,105,101,115,0,16,0,15,35,116,111,111,108,116,105,112,45,99,111,111,107,105,101,0,16,0,22,35,116,111,111,108,116,105,112,45,112,114,105,118,97,99,121,45,115,104,111,119,110,0,16,0,19,35,116,111,112,45,99,111,111,107,105,101,45,115,101,99,116,105,111,110,0,16,0,19,35,116,111,112,45,99,111,111,107,105,101,45,119,114,97,112,112,101,114,0,16,0,24,35,116,111,112,45,109,101,115,115,97,103,101,45,105,110,102,111,45,99,111,111,107,105,101,0,16,0,10,35,116,111,112,67,111,111,107,105,101,0,16,0,16,35,116,111,112,67,111,111,107,105,101,66,97,110,110,101,114,0,16,0,13,35,116,111,112,67,111,111,107,105,101,115,73,68,0,16,0,17,35,116,111,112,69,117,67,111,111,107,105,101,65,108,101,114,116,0,16,0,16,35,116,111,112,95,99,111,111,107,105,101,80,111,112,85,112,0,16,0,17,35,116,111,112,95,99,111,111,107,105,101,95,112,111,112,117,112,0,16,0,26,35,116,111,112,95,104,101,97,100,101,114,95,99,111,111,107,105,101,95,109,101,115,115,97,103,101,0,16,0,24,35,116,111,112,98,97,114,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,16,0,15,35,116,111,112,98,97,114,45,99,111,111,107,105,101,115,0,16,0,10,35,116,111,112,99,111,111,107,105,101,0,16,0,11,35,116,111,115,45,98,97,110,110,101,114,0,16,0,10,35,116,111,115,98,97,110,110,101,114,0,16,0,25,35,116,111,119,110,115,105,100,101,45,99,111,111,107,105,101,98,97,114,45,111,117,116,101,114,0,16,0,17,35,116,112,45,99,111,111,107,105,101,45,115,99,114,105,112,116,0,16,0,18,35,116,112,108,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,16,0,9,35,116,114,67,111,111,107,105,101,0,16,0,15,35,116,114,97,99,107,67,111,111,107,105,101,66,97,114,0,16,0,15,35,116,114,97,99,107,101,114,45,98,97,110,110,101,114,0,16,0,16,35,116,114,97,99,107,101,114,45,119,97,114,110,105,110,103,0,16,0,26,35,116,114,97,99,107,101,114,115,45,97,115,107,45,99,111,110,115,101,110,116,45,103,100,112,114,0,16,0,29,35,116,114,97,99,107,105,110,103,45,97,103,114,101,101,46,115,116,105,99,107,121,45,98,111,116,116,111,109,0,16,0,17,35,116,114,97,99,107,105,110,103,45,99,111,110,115,101,110,116,0,16,0,28,35,116,114,97,99,107,105,110,103,45,99,111,110,115,101,110,116,45,98,108,111,99,107,45,112,97,103,101,0,16,0,28,35,116,114,97,99,107,105,110,103,45,99,111,110,115,101,110,116,45,100,105,97,108,111,103,45,110,101,119,0,16,0,34,35,116,114,97,99,107,105,110,103,45,99,111,110,115,101,110,116,45,104,101,97,100,101,114,45,99,111,110,116,97,105,110,101,114,0,16,0,17,35,116,114,97,99,107,105,110,103,45,99,111,111,107,105,101,115,0,16,0,15,35,116,114,97,99,107,105,110,103,67,111,111,107,105,101,0,16,0,22,35,116,114,97,99,107,105,110,103,80,101,114,109,105,115,115,105,111,110,66,97,114,0,16,0,23,35,116,114,97,99,107,105,110,103,95,99,111,110,115,101,110,116,95,109,111,100,97,108,0,16,0,17,35,116,114,97,99,107,105,110,103,95,104,105,110,119,101,105,115,0,16,0,22,35,116,114,97,99,107,105,110,103,99,111,111,107,105,101,45,98,97,110,110,101,114,0,16,0,24,35,116,114,97,110,115,99,101,110,100,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,16,0,18,35,116,114,97,110,122,121,115,116,111,114,99,111,111,107,105,101,115,0,16,0,20,35,116,114,97,118,101,108,116,97,45,99,111,111,107,105,101,45,98,97,114,0,16,0,19,35,116,114,105,97,100,95,103,100,112,114,95,99,111,110,115,101,110,116,0,16,0,11,35,116,114,105,103,67,111,111,107,105,101,0,16,0,29,35,116,114,105,112,105,120,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,110,111,116,105,99,101,0,16,0,21,35,116,114,106,115,45,99,111,111,107,105,101,115,45,101,108,101,109,101,110,116,0,16,0,12,35,116,114,111,110,105,99,45,103,100,112,114,0,16,0,25,35,116,114,117,111,110,103,98,108,111,103,103,101,114,45,99,111,111,107,105,101,45,105,102,121,0,16,0,14,35,116,114,117,115,116,101,45,98,97,110,110,101,114,0,16,0,14,35,116,114,117,115,116,101,45,98,117,116,116,111,110,0,16,0,21,35,116,114,117,115,116,101,45,99,111,110,115,101,110,116,45,116,114,97,99,107,0,16,0,21,35,116,114,117,121,111,45,99,111,110,115,101,110,116,45,109,111,100,117,108,101,0,16,0,15,35,116,115,95,99,111,111,107,105,101,95,105,110,102,111,0,16,0,12,35,116,115,99,111,111,107,105,101,98,97,114,0,16,0,15,35,116,115,111,45,99,111,111,107,105,101,45,98,97,114,0,16,0,16,35,116,116,45,99,111,111,107,105,101,45,97,108,101,114,116,0,16,0,16,35,116,116,45,99,111,111,107,105,101,45,98,97,100,103,101,0,16,0,16,35,116,116,45,99,111,111,107,105,101,45,99,104,101,99,107,0,16,0,17,35,116,116,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,16,0,18,35,116,116,45,99,111,111,107,105,101,45,111,118,101,114,108,97,121,0,16,0,17,35,116,116,45,99,111,111,107,105,101,45,119,105,110,100,111,119,0,16,0,19,35,116,116,45,99,111,111,107,105,101,98,97,114,45,102,114,97,109,101,0,16,0,11,35,116,116,95,99,111,111,107,105,101,115,0,16,0,15,35,116,116,99,111,111,107,105,101,45,111,117,116,101,114,0,16,0,18,35,116,116,103,45,97,99,99,101,112,116,45,99,111,111,107,105,101,0,16,0,23,35,116,116,103,70,111,111,116,101,114,67,111,111,107,105,101,72,105,110,119,101,105,115,0,16,0,18,35,116,116,111,45,99,111,111,107,105,101,77,101,115,115,97,103,101,0,16,0,18,35,116,116,114,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,16,0,25,35,116,117,45,99,111,111,107,105,101,115,45,101,117,45,99,111,109,112,108,105,97,110,99,101,0,16,0,28,35,116,117,105,95,119,105,100,103,101,116,95,67,111,111,107,105,101,78,111,116,105,102,105,101,114,95,48,0,16,0,10,35,116,118,45,99,111,111,107,105,101,0,16,0,12,35,116,118,45,99,111,111,107,105,101,45,49,0,16,0,17,35,116,118,50,45,99,111,111,107,105,101,45,97,108,101,114,116,0,16,0,13,35,116,118,50,99,111,111,107,105,101,98,97,114,0,16,0,11,35,116,118,108,99,111,111,107,105,101,115,0,16,0,12,35,116,118,115,97,45,99,111,111,107,105,101,0,16,0,10,35,116,119,45,99,111,111,107,105,101,0,16,0,16,35,116,119,67,111,111,107,105,101,67,111,110,115,101,110,116,0,16,0,13,35,116,119,99,67,111,111,107,105,101,68,105,118,0,16,0,10,35,116,119,101,67,111,111,107,105,101,0,16,0,22,35,116,120,45,101,107,100,45,99,111,110,115,101,110,116,109,97,110,97,103,101,114,0,16,0,32,35,116,120,45,101,109,104,99,111,111,107,105,101,98,97,110,110,101,114,45,98,97,110,110,101,114,119,105,100,103,101,116,0,16,0,33,35,116,120,45,109,103,101,110,98,97,115,101,45,99,111,111,107,105,101,99,111,110,115,101,110,116,45,110,111,116,105,99,101,0,16,0,34,35,116,120,95,99,111,111,107,105,101,99,111,110,115,101,110,116,95,112,114,101,102,101,114,101,110,99,101,115,95,101,100,105,116,0,16,0,11,35,116,120,95,99,111,111,107,105,101,115,0,16,0,24,35,116,120,95,99,112,115,99,111,111,107,105,101,105,110,102,111,98,111,120,95,112,105,49,0,16,0,21,35,116,120,95,102,101,95,99,111,111,107,105,101,115,45,98,97,110,110,101,114,0,16,0,29,35,116,120,95,109,112,99,112,105,119,105,107,95,98,97,110,110,101,114,95,99,111,110,116,97,105,110,101,114,0,16,0,20,35,116,120,95,119,119,99,111,111,107,105,101,95,109,101,115,115,97,103,101,0,16,0,11,35,116,120,116,67,111,111,107,105,101,115,0,16,0,11,35,116,121,116,117,108,95,114,111,100,111,0,16,0,12,35,117,97,112,112,45,98,97,110,110,101,114,0,16,0,22,35,117,98,50,52,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,16,0,16,35,117,99,45,98,97,110,110,101,114,45,109,111,100,97,108,0,16,0,34,35,117,99,45,98,116,110,45,111,117,116,115,105,100,101,45,99,108,105,99,107,45,98,97,110,110,101,114,45,109,111,100,97,108,0,16,0,24,35,117,99,45,99,101,110,116,114,97,108,45,98,97,110,110,101,114,45,109,111,100,97,108,0,16,0,16,35,117,99,45,112,114,105,118,97,99,121,45,99,104,105,112,0,16,0,16,35,117,99,110,45,103,100,112,114,45,98,97,110,110,101,114,0,16,0,19,35,117,100,102,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,0,16,0,11,35,117,100,108,45,99,111,111,107,105,101,0,16,0,13,35,117,100,116,67,111,111,107,105,101,98,111,120,0,16,0,17,35,117,101,45,99,111,111,107,105,101,45,110,111,116,105,102,121,0,16,0,18,35,117,101,45,99,111,111,107,105,101,45,119,97,114,110,105,110,103,0,16,0,10,35,117,101,95,99,111,111,107,105,101,0,16,0,9,35,117,101,99,111,111,107,105,101,0,16,0,10,35,117,101,99,111,111,107,105,101,115,0,16,0,18,35,117,102,45,112,114,105,118,97,99,121,45,98,97,110,110,101,114,0,16,0,12,35,117,102,103,45,99,111,111,107,105,101,115,0,16,0,16,35,117,103,51,45,99,111,111,107,105,101,45,105,110,102,111,0,16,0,15,35,117,104,102,67,111,111,107,105,101,65,108,101,114,116,0,16,0,17,35,117,105,45,97,108,108,111,119,45,99,111,111,107,105,101,115,0,16,0,10,35,117,105,45,99,111,111,107,105,101,0,16,0,17,35,117,105,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,16,0,31,35,117,105,45,99,111,111,107,105,101,45,115,117,112,112,111,114,116,45,110,111,116,105,102,105,99,97,116,105,111,110,0,16,0,14,35,117,105,45,105,100,45,99,111,111,107,105,101,115,0,16,0,16,35,117,105,67,111,111,107,105,101,67,111,110,115,101,110,116,0,16,0,13,35,117,105,95,99,111,111,107,105,101,98,108,107,0,16,0,18,35,117,106,115,122,111,95,99,111,111,107,105,101,97,108,101,114,116,0,16,0,14,35,117,107,45,99,111,111,107,105,101,45,117,115,101,0,16,0,9,35,117,107,67,111,111,107,105,101,0,16,0,15,35,117,107,67,111,111,107,105,101,72,101,97,100,101,114,0,16,0,14,35,117,107,67,111,111,107,105,101,80,111,112,85,112,0,16,0,14,35,117,107,67,111,111,107,105,101,80,111,112,117,112,0,16,0,20,35,117,107,95,99,111,111,107,105,101,95,99,111,110,116,97,105,110,101,114,0,16,0,21,35,117,107,111,111,45,99,111,111,107,105,101,115,45,119,114,97,112,112,101,114,0,16,0,15,35,117,107,111,111,95,99,111,111,107,105,101,108,97,119,0,16,0,14,35,117,107,111,111,99,111,111,107,105,101,108,97,119,0,16,0,12,35,117,110,67,111,111,107,105,101,67,110,116,0,16,0,18,35,117,110,95,99,111,111,107,105,101,95,109,101,115,115,97,103,101,0,16,0,18,35,117,110,105,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,16,0,18,35,117,110,105,95,97,99,99,101,112,116,95,99,111,111,107,105,101,0,16,0,18,35,117,110,105,100,101,98,45,103,100,112,114,45,98,108,111,99,107,0,16,0,20,35,117,110,105,108,101,118,101,114,67,111,111,107,105,101,80,111,112,117,112,0,16,0,25,35,117,110,105,115,97,110,116,97,45,99,111,111,107,105,101,45,109,101,110,115,97,103,101,109,0,16,0,20,35,117,110,105,116,99,111,111,107,105,101,111,110,112,97,103,101,66,97,114,0,16,0,16,35,117,110,105,116,115,99,111,111,107,105,101,45,108,97,119,0,16,0,17,35,117,111,95,99,111,111,107,105,101,95,98,97,110,110,101,114,0,16,0,17,35,117,111,99,95,99,111,111,107,105,101,95,105,110,116,114,111,0,16,0,16,35,117,111,100,99,111,111,107,105,101,110,111,116,105,99,101,0,16,0,10,35,117,112,45,99,111,111,107,105,101,0,16,0,15,35,117,112,45,103,100,112,114,45,98,97,110,110,101,114,0,16,0,21,35,117,112,100,97,116,101,100,80,114,105,118,97,99,121,80,111,108,105,99,121,0,16,0,11,35,117,115,45,99,111,111,107,105,101,115,0,16,0,15,35,117,115,95,99,111,111,107,105,101,115,95,109,115,103,0,16,0,10,35,117,115,99,111,111,107,105,101,115,0,16,0,14,35,117,115,101,45,111,102,45,99,111,111,107,105,101,0,16,0,19,35,117,115,101,67,111,111,107,105,101,65,103,114,101,101,109,101,110,116,0,16,0,22,35,117,115,101,67,111,111,107,105,101,115,65,99,99,101,112,116,66,108,111,99,107,0,16,0,15,35,117,115,101,67,111,111,107,105,101,115,67,111,110,116,0,16,0,11,35,117,115,101,95,99,111,111,107,105,101,0,16,0,18,35,117,115,101,95,99,111,111,107,105,101,95,114,101,109,105,110,100,0,16,0,12,35,117,115,101,95,99,111,111,107,105,101,115,0,16,0,14,35,117,115,101,95,111,102,95,99,111,111,107,105,101,0,16,0,11,35,117,115,101,99,111,111,107,105,101,115,0,16,0,22,35,117,115,101,114,45,97,103,114,101,101,109,101,110,116,45,110,111,116,105,102,121,0,16,0,20,35,117,115,101,114,45,99,111,111,107,105,101,45,99,111,110,102,105,114,109,0,16,0,20,35,117,115,101,114,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,0,16,0,20,35,117,115,101,114,45,99,111,111,107,105,101,45,109,115,103,45,98,111,120,0,16,0,20,35,117,115,101,114,65,103,114,101,101,109,101,110,116,66,97,110,110,101,114,0,16,0,17,35,117,115,101,114,67,111,110,115,101,110,116,68,97,116,97,115,0,16,0,13,35,117,115,101,114,95,99,111,111,107,105,101,115,0,16,0,18,35,117,115,101,114,95,111,112,116,105,110,95,98,97,110,110,101,114,0,16,0,15,35,117,115,101,114,99,111,111,107,105,101,115,104,111,119,0,16,0,14,35,117,115,101,114,109,115,103,67,111,111,107,105,101,0,16,0,13,35,117,115,105,110,103,67,111,111,107,105,101,115,0,16,0,19,35,117,115,105,110,103,67,111,111,107,105,101,115,66,97,110,110,101,114,0,16,0,14,35,117,115,105,110,103,95,99,111,111,107,105,101,115,0,16,0,19,35,117,115,111,80,111,108,105,116,105,99,97,67,111,111,107,105,101,115,0,16,0,12,35,117,115,111,95,99,111,111,107,105,101,115,0,16,0,15,35,117,115,111,95,100,101,105,95,99,111,111,107,105,101,0,16,0,11,35,117,115,111,99,111,111,107,105,101,115,0,16,0,11,35,117,115,114,67,111,110,115,101,110,116,0,16,0,11,35,117,115,114,99,111,111,107,105,101,115,0,16,0,13,35,117,115,116,97,119,97,67,111,111,107,105,101,0,16,0,14,35,117,116,45,99,111,111,107,105,101,45,98,97,114,0,16,0,22,35,117,116,95,99,111,111,107,105,101,95,119,97,114,110,105,110,103,95,98,97,114,0,16,0,24,35,117,116,105,108,105,115,97,116,105,111,110,45,100,101,115,45,99,111,111,107,105,101,115,0,16,0,19,35,117,116,105,108,105,115,97,116,105,111,110,67,111,111,107,105,101,115,0,16,0,12,35,118,45,99,111,111,107,105,101,108,97,119,0,16,0,16,35,118,45,99,111,111,107,105,101,109,101,115,115,97,103,101,0,16,0,23,35,118,52,99,111,114,101,95,99,111,111,107,105,101,95,115,101,116,116,105,110,103,115,0,16,0,18,35,118,97,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,16,0,21,35,118,97,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,98,103,0,16,0,11,35,118,97,100,45,99,111,111,107,105,101,0,16,0,14,35,118,97,108,105,100,95,99,111,111,107,105,101,115,0,16,0,17,35,118,97,108,105,100,97,116,105,111,110,67,111,111,107,105,101,0,16,0,20,35,118,97,114,105,97,110,45,103,100,112,114,45,99,111,110,115,101,110,116,0,16,0,14,35,118,99,45,98,97,114,45,99,111,111,107,105,101,0,16,0,18,35,118,99,109,45,118,45,99,111,110,115,101,110,116,45,115,100,107,0,16,0,16,35,118,100,45,99,111,111,107,105,101,45,97,108,101,114,116,0,16,0,17,35,118,100,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,16,0,24,35,118,100,45,99,111,111,107,105,101,45,98,97,110,110,101,114,45,115,112,97,99,101,114,0,16,0,11,35,118,101,110,99,111,111,107,105,101,115,0,16,0,16,35,118,101,110,116,97,110,97,45,99,111,111,107,105,101,115,0,16,0,15,35,118,101,110,116,97,110,97,67,111,111,107,105,101,115,0,16,0,15,35,118,101,114,97,118,105,115,111,99,111,111,107,105,101,0,16,0,18,35,118,101,114,105,102,105,99,97,114,45,99,111,111,107,105,101,115,0,16,0,17,35,118,101,115,116,105,45,71,68,80,82,45,102,114,97,109,101,0,16,0,16,35,118,104,45,99,111,111,107,105,101,45,116,101,114,109,115,0,16,0,17,35,118,104,98,45,99,111,110,115,101,110,116,108,97,121,101,114,0,16,0,12,35,118,105,101,119,67,111,111,107,105,101,115,0,16,0,21,35,118,105,101,119,108,101,116,45,99,111,111,107,105,101,112,111,108,105,99,121,0,16,0,19,35,118,105,101,119,108,101,116,45,100,105,115,99,108,97,105,109,101,114,0,16,0,21,35,118,105,115,109,111,45,99,111,111,107,105,101,45,119,114,97,112,112,101,114,0,16,0,18,35,118,105,117,99,111,109,45,99,111,111,107,105,101,45,98,97,114,0,16,0,19,35,118,105,118,101,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,16,0,26,35,118,107,95,99,111,111,107,105,101,95,109,97,110,97,103,101,114,45,45,98,97,110,110,101,114,0,16,0,14,35,118,109,45,99,111,111,107,105,101,45,98,97,114,0,16,0,18,35,118,109,108,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,16,0,22,35,118,111,103,111,110,115,45,99,111,111,107,105,101,115,45,109,97,115,116,101,114,0,16,0,26,35,118,111,105,101,108,108,111,45,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,0,16,0,19,35,118,111,112,45,99,111,111,107,105,101,45,99,111,110,116,114,111,108,0,16,0,22,35,118,112,45,106,115,45,99,111,111,107,105,101,115,95,95,110,111,116,105,99,101,0,16,0,14,35,118,114,103,112,100,95,98,97,110,100,101,97,117,0,16,0,11,35,118,114,110,45,99,111,111,107,105,101,0,16,0,18,35,118,115,45,99,111,111,107,105,101,45,119,97,114,110,105,110,103,0,16,0,17,35,118,115,45,99,111,111,107,105,101,104,105,110,119,101,105,115,0,16,0,18,35,118,115,45,99,111,111,107,105,101,115,45,112,111,108,105,99,121,0,16,0,17,35,118,115,99,99,111,111,107,105,101,67,111,110,115,101,110,116,0,16,0,18,35,118,115,99,111,111,107,105,101,65,108,101,114,116,67,111,110,116,0,16,0,23,35,118,115,101,98,105,110,97,79,112,111,122,111,114,105,108,97,67,111,111,107,105,101,0,16,0,17,35,118,115,109,95,99,111,111,107,105,101,95,99,104,101,99,107,0,16,0,14,35,118,116,45,99,99,98,45,110,111,116,105,102,121,0,16,0,22,35,118,116,114,105,99,107,45,112,114,111,45,99,111,111,107,105,101,45,105,102,121,0,16,0,11,35,118,117,95,99,111,110,115,101,110,116,0,16,0,24,35,118,117,95,108,97,121,101,114,95,99,111,111,107,105,101,95,99,111,110,116,101,110,116,0,16,0,20,35,118,117,101,45,97,112,112,45,112,114,105,118,97,99,121,45,98,97,114,0,16,0,10,35,118,117,101,67,111,111,107,105,101,0,16,0,8,35,118,117,101,71,100,112,114,0,16,0,14,35,118,117,101,95,99,111,111,107,105,101,108,97,119,0,16,0,11,35,118,118,99,95,99,111,111,107,105,101,0,16,0,13,35,118,119,100,67,111,111,107,105,101,66,97,114,0,16,0,17,35,119,45,99,111,111,107,105,101,115,45,110,111,116,105,99,101,0,16,0,25,35,119,49,56,108,97,114,97,95,116,103,112,108,117,103,105,110,95,99,111,110,115,101,110,116,0,16,0,18,35,119,50,117,95,99,111,111,107,105,101,95,110,111,116,105,99,101,0,16,0,10,35,119,51,53,55,95,99,112,110,98,0,16,0,12,35,119,51,115,45,99,111,111,107,105,101,115,0,16,0,16,35,119,52,117,45,99,111,111,107,105,101,45,105,110,102,111,0,16,0,14,35,119,67,111,111,107,105,101,78,111,116,105,99,101,0,16,0,9,35,119,97,67,111,111,107,105,101,0,16,0,7,35,119,97,71,68,80,82,0,16,0,14,35,119,97,95,99,109,112,79,118,101,114,108,97,121,0,16,0,17,35,119,97,102,45,99,111,111,107,105,101,45,112,111,112,117,112,0,16,0,16,35,119,97,103,101,110,116,111,45,99,112,45,119,114,97,112,0,16,0,15,35,119,97,104,45,103,100,112,114,45,112,111,112,117,112,0,16,0,12,35,119,97,110,116,99,111,111,107,105,101,115,0,16,0,18,35,119,97,114,110,45,99,111,111,107,105,101,115,45,97,114,101,97,0,16,0,12,35,119,97,114,110,67,111,111,107,105,101,115,0,16,0,13,35,119,97,114,110,95,99,111,111,107,105,101,115,0,16,0,15,35,119,97,114,110,105,110,103,45,99,111,111,107,105,101,0,16,0,15,35,119,97,114,110,105,110,103,67,111,111,107,105,101,115,0,16,0,21,35,119,97,114,110,105,110,103,95,69,85,95,99,111,111,107,105,101,109,115,103,0,16,0,15,35,119,97,114,110,105,110,103,95,99,111,111,107,105,101,0,16,0,16,35,119,97,114,110,105,110,103,95,99,111,111,107,105,101,115,0,16,0,16,35,119,97,114,110,105,110,103,99,111,111,107,105,101,73,100,0,16,0,20,35,119,97,114,112,95,99,111,111,107,105,101,95,119,97,114,110,105,110,103,0,16,0,27,35,119,97,114,112,95,99,111,111,107,105,101,95,119,97,114,110,105,110,103,95,109,111,98,105,108,101,0,16,0,15,35,119,97,114,115,116,119,97,95,99,111,111,107,105,101,0,16,0,15,35,119,98,67,111,111,107,105,101,80,111,108,105,99,121,0,16,0,25,35,119,98,111,45,99,111,111,107,105,101,45,108,97,121,101,114,45,119,114,97,112,112,101,114,0,16,0,15,35,119,99,45,103,100,112,114,45,119,105,100,103,101,116,0,16,0,25,35,119,99,107,45,99,111,111,107,105,101,45,112,111,112,117,112,45,105,110,102,111,98,111,120,0,16,0,21,35,119,99,112,67,111,110,115,101,110,116,66,97,110,110,101,114,67,116,114,108,0,16,0,19,35,119,99,115,115,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,16,0,16,35,119,100,45,99,111,110,115,101,110,116,45,116,111,111,108,0,16,0,20,35,119,100,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,16,0,14,35,119,100,103,80,114,105,118,97,99,121,66,111,120,0,16,0,15,35,119,100,103,95,99,111,111,107,105,101,95,98,97,114,0,16,0,15,35,119,100,109,45,99,111,111,107,105,101,110,111,116,101,0,16,0,14,35,119,101,45,117,115,101,45,99,111,111,107,105,101,0,16,0,15,35,119,101,45,117,115,101,45,99,111,111,107,105,101,115,0,16,0,13,35,119,101,85,115,101,67,111,111,107,105,101,115,0,16,0,17,35,119,101,85,115,101,67,111,111,107,105,101,115,73,110,102,111,0,16,0,18,35,119,101,85,115,101,67,111,111,107,105,101,115,80,111,112,117,112,0,16,0,15,35,119,101,95,117,115,101,95,99,111,111,107,105,101,115,0,16,0,23,35,119,101,98,76,105,97,110,100,101,114,67,111,111,107,105,101,66,97,110,110,101,114,0,16,0,20,35,119,101,98,95,99,111,111,107,105,101,108,97,119,95,112,111,112,117,112,0,16,0,21,35,119,101,98,97,114,120,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,16,0,28,35,119,101,98,100,101,118,67,111,111,107,105,101,115,65,108,101,114,116,67,111,110,116,97,105,110,101,114,0,16,0,32,35,119,101,98,101,102,101,107,116,105,118,95,103,100,112,114,95,99,111,111,107,105,101,95,105,110,102,111,95,98,97,114,0,16,0,16,35,119,101,98,115,105,116,101,45,99,111,111,107,105,101,115,0,16,0,23,35,119,101,98,115,105,116,101,45,99,111,111,107,105,101,115,45,112,114,111,109,112,116,0,16,0,21,35,119,101,98,115,105,116,101,73,115,85,115,105,110,103,67,111,111,107,105,101,0,16,0,16,35,119,101,98,119,101,114,107,45,99,111,111,107,105,101,115,0,16,0,14,35,119,101,104,97,118,101,99,111,111,107,105,101,115,0,16,0,19,35,119,101,108,99,111,109,101,98,97,114,45,119,114,97,112,112,101,114,0,16,0,24,35,119,101,108,99,111,109,101,98,97,114,45,119,114,97,112,112,101,114,45,103,100,112,114,0,16,0,13,35,119,101,117,115,101,99,111,111,107,105,101,115,0,16,0,16,35,119,102,80,114,105,118,97,99,121,78,111,116,105,99,101,0,16,0,25,35,119,102,95,99,111,111,107,105,101,95,110,111,116,105,99,101,95,119,114,97,112,112,101,114,0,16,0,10,35,119,103,45,99,111,111,107,105,101,0,16,0,17,35,119,103,100,112,114,45,99,111,111,107,105,101,45,98,97,114,0,16,0,17,35,119,104,95,99,111,111,107,105,101,95,97,100,118,105,99,101,0,16,0,25,35,119,104,105,116,98,114,101,97,100,95,99,111,111,107,105,101,95,119,114,97,112,112,101,114,0,16,0,21,35,119,105,65,99,99,101,112,116,99,111,111,107,105,101,115,66,108,111,99,107,0,16,0,26,35,119,105,100,103,101,116,45,97,108,101,114,116,45,117,115,105,110,103,45,99,111,111,107,105,101,0,16,0,22,35,119,105,100,103,101,116,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,0,16,0,17,35,119,105,100,103,101,116,45,99,111,111,107,105,101,98,97,114,0,16,0,15,35,119,105,100,103,101,116,45,99,111,111,107,105,101,115,0,16,0,22,35,119,105,100,103,101,116,45,99,111,111,107,105,101,115,45,97,99,99,101,115,115,0,16,0,21,35,119,105,100,103,101,116,45,118,114,116,99,111,111,107,105,101,98,97,108,107,0,16,0,20,35,119,105,100,103,101,116,67,111,111,107,105,101,67,111,110,115,101,110,116,0,16,0,15,35,119,105,100,103,101,116,95,99,111,111,107,105,101,115,0,16,0,23,35,119,105,100,103,101,116,95,112,114,105,118,97,99,121,95,99,111,111,107,105,101,115,0,16,0,17,35,119,105,109,80,114,105,118,97,99,121,66,97,110,110,101,114,0,16,0,17,35,119,105,110,67,111,111,107,105,101,87,97,114,110,105,110,103,0,16,0,10,35,119,105,110,99,111,111,107,105,101,0,16,0,21,35,119,105,110,101,114,105,115,116,45,99,111,111,107,105,101,45,105,110,102,111,0,16,0,14,35,119,105,122,106,111,45,99,111,111,107,105,101,115,0,16,0,13,35,119,107,95,99,111,111,107,105,101,98,97,114,0,16,0,30,35,119,108,45,99,111,111,107,105,101,45,100,97,116,101,110,115,99,104,117,116,122,45,109,101,115,115,97,103,101,0,16,0,20,35,119,109,104,45,99,111,111,107,105,101,45,101,117,45,97,108,101,114,116,0,16,0,13,35,119,110,95,99,111,111,107,105,101,98,97,114,0,16,0,15,35,119,110,100,95,99,111,111,107,105,101,95,98,97,114,0,16,0,10,35,119,111,108,102,45,103,100,112,114,0,16,0,18,35,119,112,45,99,111,111,107,105,101,45,104,105,110,119,101,105,115,0,16,0,11,35,119,112,45,99,111,111,107,105,101,115,0,16,0,16,35,119,112,45,99,111,111,107,105,101,115,45,105,110,102,111,0,16,0,22,35,119,112,45,103,100,112,114,45,99,111,111,107,105,101,45,110,111,116,105,99,101,0,16,0,27,35,119,112,45,103,100,112,114,45,99,111,111,107,105,101,45,110,111,116,105,99,101,45,119,114,97,112,0,16,0,15,35,119,112,85,115,105,110,103,67,111,111,107,105,101,115,0,16,0,17,35,119,112,95,99,111,111,107,105,101,95,112,111,108,105,99,121,0,16,0,9,35,119,112,99,97,45,98,111,120,0,16,0,27,35,119,112,99,117,105,95,99,111,111,107,105,101,95,98,97,114,95,109,97,105,110,95,98,111,100,121,0,16,0,17,35,119,112,102,95,99,111,111,107,105,101,45,97,108,101,114,116,0,16,0,19,35,119,112,107,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,0,16,0,9,35,119,112,110,98,45,98,97,114,0,16,0,11,35,119,112,120,95,99,111,111,107,105,101,0,16,0,17,35,119,113,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,16,0,10,35,119,114,45,99,111,111,107,105,101,0,16,0,16,35,119,114,97,112,32,62,32,35,99,111,111,107,105,101,115,0,16,0,19,35,119,114,97,112,45,99,111,111,107,105,101,45,98,111,116,116,111,109,0,16,0,21,35,119,114,97,112,45,99,111,111,107,105,101,45,99,111,110,116,114,111,108,115,0,16,0,13,35,119,114,97,112,45,99,111,111,107,105,101,115,0,16,0,18,35,119,114,97,112,45,99,111,111,107,105,101,115,45,103,100,112,114,0,16,0,11,35,119,114,97,112,67,111,111,107,105,101,0,16,0,26,35,119,114,97,112,95,97,108,101,114,116,95,109,101,115,115,97,103,101,95,99,111,111,107,105,101,0,16,0,27,35,119,114,97,112,95,97,108,101,114,116,95,109,101,115,115,97,103,101,95,99,111,111,107,105,101,50,0,16,0,15,35,119,114,97,112,95,105,110,102,111,95,103,100,112,114,0,16,0,28,35,119,114,97,112,112,101,114,32,62,32,35,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,16,0,16,35,119,114,97,112,112,101,114,45,45,99,111,111,107,105,101,0,16,0,22,35,119,114,97,112,112,101,114,45,97,118,105,115,111,45,99,111,111,107,105,101,115,0,16,0,15,35,119,114,97,112,112,101,114,45,99,111,111,107,105,101,0,16,0,16,35,119,114,97,112,112,101,114,45,99,111,111,107,105,101,115,0,16,0,17,35,119,114,97,112,112,101,114,67,111,111,107,105,101,66,97,114,0,16,0,21,35,119,114,97,112,112,101,114,77,101,110,115,97,106,101,67,111,111,107,105,101,0,16,0,16,35,119,114,97,112,112,101,114,95,99,111,111,107,105,101,115,0,16,0,30,35,119,115,45,98,97,110,110,101,114,45,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,0,16,0,17,35,119,115,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,16,0,22,35,119,115,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,109,115,103,0,16,0,23,35,119,115,45,99,111,111,107,105,101,45,110,111,116,105,102,105,101,114,45,98,97,114,0,16,0,25,35,119,115,45,99,111,111,107,105,101,45,110,111,116,105,102,105,101,114,45,109,111,100,97,108,0,16,0,28,35,119,115,45,99,111,111,107,105,101,45,110,111,116,105,102,105,101,114,45,109,111,100,97,108,45,98,103,0,16,0,18,35,119,115,45,99,111,111,107,105,101,45,119,114,97,112,112,101,114,0,16,0,24,35,119,115,77,111,100,97,108,65,103,114,101,101,109,101,110,116,80,114,105,118,97,99,121,0,16,0,9,35,119,115,77,115,103,87,110,100,0,16,0,16,35,119,115,95,99,111,111,107,105,101,95,108,97,121,101,114,0,16,0,18,35,119,115,95,99,111,111,107,105,101,95,112,114,105,118,97,99,121,0,16,0,14,35,119,115,98,99,111,111,107,95,97,108,101,114,116,0,16,0,11,35,119,115,106,99,111,110,115,101,110,116,0,16,0,10,35,119,115,106,112,101,99,114,103,97,0,16,0,24,35,119,115,120,103,111,110,45,99,111,111,107,105,101,100,105,115,99,108,97,105,109,101,114,0,16,0,17,35,119,116,45,99,111,110,102,105,114,109,45,108,97,121,101,114,0,16,0,10,35,119,116,45,99,111,111,107,105,101,0,16,0,14,35,119,116,45,99,111,111,107,105,101,45,98,97,114,0,16,0,14,35,119,116,45,99,111,111,107,105,101,45,98,111,120,0,16,0,17,35,119,116,95,99,111,111,107,105,101,99,111,110,115,101,110,116,0,16,0,17,35,119,116,95,110,111,116,105,99,101,95,99,111,111,107,105,101,0,16,0,15,35,119,116,109,95,99,111,111,107,105,101,95,98,97,114,0,16,0,34,35,119,117,99,65,99,99,101,112,116,67,111,111,107,105,101,115,95,112,97,110,65,99,99,101,112,116,67,111,111,107,105,101,115,0,16,0,35,35,119,118,99,45,112,114,105,118,97,99,121,45,112,111,108,105,99,121,45,109,101,115,115,97,103,101,45,99,111,110,116,101,110,116,0,16,0,22,35,119,119,45,99,111,111,107,105,101,45,105,110,102,111,114,109,97,116,105,111,110,0,16,0,18,35,119,119,95,99,111,111,107,105,101,95,99,111,110,115,101,110,116,0,16,0,11,35,119,119,102,45,99,111,111,107,105,101,0,16,0,18,35,119,121,99,111,111,107,105,101,67,111,110,116,97,105,110,101,114,0,16,0,23,35,119,121,109,97,103,97,110,105,97,95,115,107,108,101,112,117,95,97,108,101,114,116,0,16,0,9,35,120,45,99,111,111,107,105,101,0,16,0,16,35,120,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,16,0,33,35,120,45,99,111,114,101,45,116,111,97,115,116,45,109,101,115,115,97,103,101,45,99,111,111,107,105,101,115,45,100,105,118,0,16,0,15,35,120,49,51,112,109,99,111,111,107,105,101,98,97,114,0,16,0,20,35,120,97,110,100,97,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,16,0,9,35,120,99,107,80,111,112,117,112,0,16,0,11,35,120,99,111,111,107,105,101,98,97,114,0,16,0,9,35,120,99,111,111,107,105,101,115,0,16,0,26,35,120,109,45,99,111,111,107,105,101,80,111,108,105,99,121,45,99,111,110,116,97,105,110,101,114,0,16,0,17,35,120,114,111,111,116,67,111,111,107,105,101,82,117,108,101,115,0,16,0,18,35,120,116,45,99,111,111,107,105,101,115,45,112,111,108,105,99,121,0,16,0,23,35,120,116,101,95,95,99,111,111,107,105,101,45,100,105,115,99,108,97,105,109,101,114,0,16,0,18,35,120,120,45,99,111,111,107,105,101,115,45,112,108,117,103,105,110,0,16,0,12,35,120,120,48,111,45,99,111,111,107,105,101,0,16,0,19,35,121,100,112,95,99,111,111,107,105,101,95,109,101,115,115,97,103,101,0,16,0,17,35,121,110,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,16,0,18,35,121,111,117,114,67,111,111,107,105,101,67,104,111,105,99,101,115,0,16,0,19,35,121,111,117,114,67,111,111,107,105,101,83,101,116,116,105,110,103,115,0,16,0,14,35,121,117,99,115,45,101,112,114,105,118,97,99,121,0,16,0,22,35,121,117,100,101,110,95,103,100,112,114,95,98,97,99,107,103,114,111,117,110,100,0,16,0,17,35,121,117,100,101,110,95,103,100,112,114,95,112,111,112,117,112,0,16,0,15,35,121,119,45,99,111,111,107,105,101,45,103,100,112,114,0,16,0,12,35,121,119,45,99,111,111,107,105,101,45,110,0,16,0,14,35,122,45,99,111,111,107,105,101,45,110,111,116,101,0,16,0,13,35,122,55,99,111,111,107,105,101,110,111,116,101,0,16,0,15,35,122,67,111,111,107,105,101,67,111,110,115,101,110,116,0,16,0,15,35,122,67,111,111,107,105,101,77,101,115,115,97,103,101,0,16,0,16,35,122,95,99,111,111,107,105,101,95,97,99,99,101,112,116,0,16,0,20,35,122,97,100,105,114,45,99,111,111,107,105,101,45,112,111,108,105,99,121,0,16,0,16,35,122,97,106,97,100,97,109,95,99,111,111,107,105,101,115,0,16,0,19,35,122,97,112,102,45,99,111,111,107,105,101,45,98,97,110,110,101,114,0,16,0,18,35,122,97,112,121,116,97,106,95,111,95,99,111,111,107,105,101,115,0,16,0,29,35,122,97,122,45,110,98,45,112,108,117,103,105,110,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,0,16,0,17,35,122,99,95,99,111,111,107,105,101,95,110,111,116,105,99,101,0,16,0,25,35,122,99,95,104,111,109,101,112,97,103,101,95,98,97,114,97,95,99,111,111,107,105,101,115,0,16,0,10,35,122,99,95,110,111,116,105,99,101,0,16,0,13,35,122,99,111,98,45,99,111,111,107,105,101,115,0,16,0,8,35,122,99,111,111,107,105,101,0,16,0,18,35,122,100,112,114,105,118,97,99,121,45,99,111,110,116,101,110,116,0,16,0,18,35,122,101,114,97,120,111,45,99,111,111,107,105,101,45,98,97,114,0,16,0,31,35,122,101,114,111,116,105,101,114,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,0,16,0,19,35,122,101,122,119,111,108,101,110,105,101,78,97,67,111,111,107,105,101,0,16,0,17,35,122,103,111,100,97,45,99,111,111,107,105,101,45,115,101,99,0,16,0,13,35,122,103,111,100,97,95,99,111,111,107,105,101,0,16,0,14,35,122,103,111,100,97,95,99,111,111,107,105,101,115,0,16,0,12,35,122,103,111,100,97,99,111,111,107,105,101,0,16,0,11,35,122,105,100,95,98,97,110,110,101,114,0,16,0,25,35,122,106,101,107,111,122,97,95,99,105,97,115,116,101,99,122,107,97,95,97,108,101,114,116,0,16,0,20,35,122,107,95,112,111,108,105,116,121,107,97,95,99,105,97,115,116,101,107,0,16,0,23,35,122,109,98,67,111,111,107,105,101,115,78,111,116,105,102,105,99,97,116,105,111,110,0,16,0,18,35,122,110,45,112,114,105,118,97,99,121,45,110,111,116,105,99,101,0,16,0,12,35,122,111,110,97,67,111,111,107,105,101,115,0,16,0,19,35,122,111,110,101,45,97,99,99,101,112,116,45,99,111,111,107,105,101,0,16,0,11,35,122,111,110,101,67,111,111,107,105,101,0,16,0,12,35,122,111,110,101,95,99,111,111,107,105,101,0,16,0,33,35,122,112,45,102,111,111,116,101,114,45,99,111,111,107,105,101,115,101,116,116,105,110,103,115,45,111,118,101,114,108,97,121,0,16,0,16,35,122,112,99,111,111,107,105,101,45,98,97,110,110,101,114,0,16,0,21,35,122,115,101,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,0,16,0,13,35,122,115,109,115,103,45,112,111,108,105,99,121,0,16,0,25,35,122,119,95,99,111,111,107,105,101,95,108,97,119,95,115,104,111,114,116,95,105,110,102,111,0,16,0,18,35,100,105,115,99,108,97,105,109,101,114,95,97,109,117,110,100,105,0,16,0,15,35,97,115,50,52,45,99,109,112,45,112,111,112,117,112,0,16,0,16,35,114,111,100,111,112,111,112,117,112,46,112,111,112,117,112,0,16,0,23,35,99,116,108,48,50,32,62,32,46,67,111,111,107,105,101,67,111,110,115,101,110,116,0,16,0,28,35,102,111,114,109,32,62,32,100,105,118,32,62,32,46,67,111,111,107,105,101,67,111,110,115,101,110,116,0,16,0,12,35,99,99,109,95,119,101,108,99,111,109,101,0,16,0,21,35,99,112,45,100,105,97,108,111,103,46,99,112,45,119,114,97,112,112,101,114,0,16,0,19,35,99,111,110,102,105,114,109,46,106,113,109,67,111,110,102,105,114,109,0,16,0,19,35,115,116,95,112,111,112,117,112,46,115,116,69,108,101,109,101,110,116,0,16,0,42,35,99,111,111,107,105,101,45,108,97,119,45,105,110,102,111,45,98,97,114,32,126,32,46,99,108,105,45,109,111,100,97,108,45,98,97,99,107,100,114,111,112,0,16,0,51,35,99,111,111,107,105,101,45,108,97,119,45,105,110,102,111,45,98,97,114,91,115,116,121,108,101,42,61,34,98,111,114,100,101,114,45,98,111,120,59,32,100,105,115,112,108,97,121,58,34,93,0,16,0,51,35,99,111,111,107,105,101,45,108,97,119,45,105,110,102,111,45,98,97,114,91,115,116,121,108,101,42,61,34,98,111,114,100,101,114,45,98,111,120,59,32,112,97,100,100,105,110,103,58,34,93,0,16,0,38,35,99,111,111,107,105,101,45,108,97,119,45,105,110,102,111,45,98,97,114,91,115,116,121,108,101,42,61,34,98,111,116,116,111,109,58,34,93,0,16,0,39,35,99,111,111,107,105,101,45,108,97,119,45,105,110,102,111,45,98,97,114,91,115,116,121,108,101,42,61,34,116,111,112,58,32,48,112,120,34,93,0,16,0,38,35,99,111,111,107,105,101,45,108,97,119,45,105,110,102,111,45,98,97,114,91,115,116,121,108,101,42,61,34,116,111,112,58,48,112,120,34,93,0,16,0,30,35,102,111,111,116,101,114,32,62,32,35,99,111,111,107,105,101,45,108,97,119,45,105,110,102,111,45,98,97,114,0,16,0,37,35,102,111,111,116,101,114,99,111,110,116,101,110,116,32,62,32,35,99,111,111,107,105,101,45,108,97,119,45,105,110,102,111,45,98,97,114,0,16,0,16,35,97,112,112,45,114,111,111,116,46,99,32,62,32,46,122,0,16,0,17,35,99,109,112,45,99,111,110,116,97,105,110,101,114,45,105,100,0,16,0,14,35,99,109,112,45,117,105,45,105,102,114,97,109,101,0,16,0,15,35,99,111,111,107,105,101,115,32,62,32,102,111,114,109,0,16,0,22,35,97,109,112,45,117,115,101,114,45,110,111,116,105,102,105,99,97,116,105,111,110,0,16,0,23,35,97,109,112,45,117,115,101,114,45,110,111,116,105,102,105,99,97,116,105,111,110,49,0,16,0,6,35,103,104,45,103,98,0,16,0,6,35,101,112,98,97,114,0,16,0,39,35,103,98,91,115,116,121,108,101,61,34,109,105,110,45,119,105,100,116,104,58,32,57,56,48,112,120,59,34,93,32,62,32,46,103,98,95,119,98,0,16,0,18,35,112,117,115,104,100,111,119,110,32,62,32,46,103,98,95,105,98,0,16,0,18,35,112,117,115,104,100,111,119,110,32,62,32,46,103,98,95,119,98,0,16,0,24,35,112,114,105,115,109,45,109,111,100,97,108,46,112,114,105,115,109,45,109,111,100,97,108,0,16,0,24,35,110,101,119,112,114,105,118,97,99,121,32,62,32,46,97,108,101,114,116,45,98,111,120,0,16,0,37,35,98,111,116,116,111,109,95,100,105,97,108,111,103,32,62,32,35,98,111,116,116,111,109,95,100,105,97,108,111,103,95,105,110,110,101,114,0,16,0,7,35,99,107,95,114,111,119,0,16,0,11,35,100,103,115,118,111,76,97,121,101,114,0,16,0,8,35,107,107,105,95,100,105,118,0,16,0,13,35,108,121,116,105,99,95,97,115,107,98,111,120,0,16,0,20,35,115,102,45,109,105,110,105,115,105,116,101,45,116,111,111,108,98,97,114,0,16,0,8,35,120,99,109,45,98,97,114,0,16,0,5,35,122,119,99,99,0,16,0,10,35,112,112,95,98,46,112,112,45,112,0,16,0,26,35,99,111,111,107,105,101,115,46,99,111,111,107,105,101,115,45,99,111,110,116,97,105,110,101,114,0,0,8,0,0,0,9,218,0,0,1,39,128,0,0,117,134,0,0,0,0,8,0,0,0,12,0,0,0,16,0,0,0,16,0,0,0,16,0,0,0,22,0,0,0,24,0,0,0,26,0,0,0,26,0,0,0,26,0,0,0,36,0,0,0,40,0,0,0,40,0,0,0,40,0,0,0,42,0,0,0,44,0,0,0,44,0,0,0,44,0,0,0,44,0,0,0,44,0,0,0,50,0,0,0,52,0,0,0,52,0,0,0,54,0,0,0,54,0,0,0,58,0,0,0,64,0,0,0,66,0,0,0,68,0,0,0,74,0,0,0,74,0,0,0,76,0,0,0,76,0,0,0,76,0,0,0,76,0,0,0,76,0,0,0,76,0,0,0,78,0,0,0,78,0,0,0,78,0,0,0,78,0,0,0,80,0,0,0,80,0,0,0,80,0,0,0,80,0,0,0,80,0,0,0,80,0,0,0,80,0,0,0,80,0,0,0,82,0,0,0,90,0,0,0,90,0,0,0,90,0,0,0,94,0,0,0,94,0,0,0,96,0,0,0,98,0,0,0,98,0,0,0,100,0,0,0,106,0,0,0,106,0,0,0,106,0,0,0,112,0,0,0,112,0,0,0,118,0,0,0,118,0,0,0,120,0,0,0,120,0,0,0,120,0,0,0,122,0,0,0,134,0,0,0,134,0,0,0,134,0,0,0,134,0,0,0,136,0,0,0,136,0,0,0,140,0,0,0,140,0,0,0,140,0,0,0,148,0,0,0,148,0,0,0,148,0,0,0,148,0,0,0,152,0,0,0,158,0,0,0,164,0,0,0,164,0,0,0,164,0,0,0,164,0,0,0,166,0,0,0,166,0,0,0,168,0,0,0,170,0,0,0,172,0,0,0,174,0,0,0,176,0,0,0,176,0,0,0,176,0,0,0,176,0,0,0,178,0,0,0,178,0,0,0,178,0,0,0,178,0,0,0,180,0,0,0,180,0,0,0,180,0,0,0,180,0,0,0,180,0,0,0,180,0,0,0,180,0,0,0,186,0,0,0,186,0,0,0,186,0,0,0,186,0,0,0,190,0,0,0,190,0,0,0,192,0,0,0,192,0,0,0,192,0,0,0,192,0,0,0,196,0,0,0,196,0,0,0,204,0,0,0,204,0,0,0,206,0,0,0,206,0,0,0,206,0,0,0,206,0,0,0,206,0,0,0,206,0,0,0,208,0,0,0,208,0,0,0,208,0,0,0,208,0,0,0,208,0,0,0,208,0,0,0,208,0,0,0,208,0,0,0,210,0,0,0,212,0,0,0,212,0,0,0,214,0,0,0,214,0,0,0,214,0,0,0,214,0,0,0,216,0,0,0,216,0,0,0,216,0,0,0,218,0,0,0,220,0,0,0,220,0,0,0,220,0,0,0,220,0,0,0,220,0,0,0,226,0,0,0,226,0,0,0,226,0,0,0,226,0,0,0,226,0,0,0,226,0,0,0,226,0,0,0,226,0,0,0,226,0,0,0,228,0,0,0,234,0,0,0,236,0,0,0,242,0,0,0,246,0,0,0,246,0,0,0,250,0,0,0,250,0,0,0,250,0,0,0,252,0,0,0,252,0,0,0,2,1,0,0,4,1,0,0,8,1,0,0,8,1,0,0,8,1,0,0,8,1,0,0,8,1,0,0,8,1,0,0,8,1,0,0,12,1,0,0,12,1,0,0,12,1,0,0,12,1,0,0,12,1,0,0,12,1,0,0,12,1,0,0,16,1,0,0,18,1,0,0,18,1,0,0,20,1,0,0,20,1,0,0,20,1,0,0,20,1,0,0,24,1,0,0,24,1,0,0,24,1,0,0,24,1,0,0,24,1,0,0,24,1,0,0,24,1,0,0,24,1,0,0,26,1,0,0,28,1,0,0,30,1,0,0,36,1,0,0,36,1,0,0,38,1,0,0,38,1,0,0,38,1,0,0,38,1,0,0,38,1,0,0,40,1,0,0,42,1,0,0,42,1,0,0,42,1,0,0,44,1,0,0,44,1,0,0,44,1,0,0,44,1,0,0,46,1,0,0,46,1,0,0,46,1,0,0,46,1,0,0,50,1,0,0,50,1,0,0,50,1,0,0,52,1,0,0,52,1,0,0,52,1,0,0,54,1,0,0,54,1,0,0,54,1,0,0,54,1,0,0,54,1,0,0,60,1,0,0,60,1,0,0,60,1,0,0,60,1,0,0,60,1,0,0,60,1,0,0,60,1,0,0,60,1,0,0,60,1,0,0,64,1,0,0,64,1,0,0,64,1,0,0,66,1,0,0,66,1,0,0,66,1,0,0,66,1,0,0,68,1,0,0,68,1,0,0,68,1,0,0,68,1,0,0,68,1,0,0,72,1,0,0,72,1,0,0,72,1,0,0,74,1,0,0,76,1,0,0,78,1,0,0,78,1,0,0,82,1,0,0,82,1,0,0,84,1,0,0,84,1,0,0,84,1,0,0,86,1,0,0,86,1,0,0,88,1,0,0,92,1,0,0,92,1,0,0,92,1,0,0,94,1,0,0,94,1,0,0,94,1,0,0,94,1,0,0,94,1,0,0,94,1,0,0,96,1,0,0,96,1,0,0,96,1,0,0,96,1,0,0,100,1,0,0,102,1,0,0,102,1,0,0,102,1,0,0,102,1,0,0,102,1,0,0,102,1,0,0,102,1,0,0,106,1,0,0,106,1,0,0,106,1,0,0,106,1,0,0,106,1,0,0,110,1,0,0,110,1,0,0,110,1,0,0,112,1,0,0,112,1,0,0,114,1,0,0,118,1,0,0,118,1,0,0,118,1,0,0,118,1,0,0,118,1,0,0,124,1,0,0,124,1,0,0,126,1,0,0,126,1,0,0,128,1,0,0,128,1,0,0,128,1,0,0,128,1,0,0,130,1,0,0,130,1,0,0,130,1,0,0,136,1,0,0,138,1,0,0,138,1,0,0,142,1,0,0,142,1,0,0,142,1,0,0,142,1,0,0,142,1,0,0,148,1,0,0,148,1,0,0,148,1,0,0,148,1,0,0,148,1,0,0,148,1,0,0,148,1,0,0,148,1,0,0,148,1,0,0,148,1,0,0,158,1,0,0,166,1,0,0,166,1,0,0,170,1,0,0,176,1,0,0,176,1,0,0,176,1,0,0,178,1,0,0,178,1,0,0,180,1,0,0,182,1,0,0,198,1,0,0,198,1,0,0,200,1,0,0,200,1,0,0,200,1,0,0,202,1,0,0,204,1,0,0,204,1,0,0,204,1,0,0,204,1,0,0,208,1,0,0,208,1,0,0,210,1,0,0,212,1,0,0,212,1,0,0,212,1,0,0,212,1,0,0,214,1,0,0,216,1,0,0,220,1,0,0,220,1,0,0,220,1,0,0,222,1,0,0,222,1,0,0,224,1,0,0,226,1,0,0,226,1,0,0,226,1,0,0,226,1,0,0,226,1,0,0,226,1,0,0,228,1,0,0,228,1,0,0,228,1,0,0,228,1,0,0,228,1,0,0,232,1,0,0,232,1,0,0,232,1,0,0,234,1,0,0,234,1,0,0,234,1,0,0,240,1,0,0,250,1,0,0,252,1,0,0,254,1,0,0,254,1,0,0,254,1,0,0,254,1,0,0,0,2,0,0,0,2,0,0,0,2,0,0,2,2,0,0,2,2,0,0,6,2,0,0,6,2,0,0,6,2,0,0,10,2,0,0,12,2,0,0,12,2,0,0,18,2,0,0,22,2,0,0,24,2,0,0,24,2,0,0,24,2,0,0,24,2,0,0,24,2,0,0,26,2,0,0,26,2,0,0,26,2,0,0,26,2,0,0,28,2,0,0,28,2,0,0,34,2,0,0,34,2,0,0,34,2,0,0,34,2,0,0,34,2,0,0,34,2,0,0,34,2,0,0,34,2,0,0,34,2,0,0,34,2,0,0,34,2,0,0,34,2,0,0,34,2,0,0,34,2,0,0,34,2,0,0,34,2,0,0,34,2,0,0,36,2,0,0,36,2,0,0,36,2,0,0,36,2,0,0,36,2,0,0,36,2,0,0,36,2,0,0,36,2,0,0,40,2,0,0,40,2,0,0,40,2,0,0,40,2,0,0,40,2,0,0,40,2,0,0,40,2,0,0,40,2,0,0,40,2,0,0,40,2,0,0,40,2,0,0,40,2,0,0,40,2,0,0,40,2,0,0,40,2,0,0,42,2,0,0,44,2,0,0,44,2,0,0,44,2,0,0,44,2,0,0,46,2,0,0,46,2,0,0,48,2,0,0,50,2,0,0,50,2,0,0,50,2,0,0,50,2,0,0,50,2,0,0,50,2,0,0,50,2,0,0,50,2,0,0,52,2,0,0,54,2,0,0,54,2,0,0,58,2,0,0,58,2,0,0,60,2,0,0,62,2,0,0,64,2,0,0,64,2,0,0,64,2,0,0,64,2,0,0,66,2,0,0,66,2,0,0,66,2,0,0,72,2,0,0,72,2,0,0,72,2,0,0,82,2,0,0,82,2,0,0,82,2,0,0,90,2,0,0,94,2,0,0,96,2,0,0,98,2,0,0,98,2,0,0,106,2,0,0,106,2,0,0,106,2,0,0,110,2,0,0,110,2,0,0,120,2,0,0,120,2,0,0,124,2,0,0,124,2,0,0,124,2,0,0,124,2,0,0,126,2,0,0,128,2,0,0,128,2,0,0,128,2,0,0,128,2,0,0,128,2,0,0,134,2,0,0,138,2,0,0,144,2,0,0,144,2,0,0,144,2,0,0,144,2,0,0,146,2,0,0,146,2,0,0,146,2,0,0,150,2,0,0,150,2,0,0,152,2,0,0,152,2,0,0,152,2,0,0,152,2,0,0,152,2,0,0,152,2,0,0,152,2,0,0,152,2,0,0,152,2,0,0,152,2,0,0,152,2,0,0,152,2,0,0,152,2,0,0,152,2,0,0,152,2,0,0,152,2,0,0,152,2,0,0,166,2,0,0,166,2,0,0,170,2,0,0,170,2,0,0,172,2,0,0,172,2,0,0,172,2,0,0,178,2,0,0,182,2,0,0,184,2,0,0,192,2,0,0,196,2,0,0,200,2,0,0,200,2,0,0,200,2,0,0,200,2,0,0,200,2,0,0,204,2,0,0,204,2,0,0,206,2,0,0,206,2,0,0,206,2,0,0,212,2,0,0,216,2,0,0,218,2,0,0,218,2,0,0,218,2,0,0,220,2,0,0,224,2,0,0,224,2,0,0,224,2,0,0,224,2,0,0,224,2,0,0,224,2,0,0,224,2,0,0,224,2,0,0,228,2,0,0,230,2,0,0,230,2,0,0,234,2,0,0,234,2,0,0,234,2,0,0,234,2,0,0,238,2,0,0,238,2,0,0,238,2,0,0,242,2,0,0,242,2,0,0,242,2,0,0,242,2,0,0,242,2,0,0,242,2,0,0,242,2,0,0,242,2,0,0,242,2,0,0,246,2,0,0,250,2,0,0,250,2,0,0,250,2,0,0,250,2,0,0,250,2,0,0,250,2,0,0,252,2,0,0,254,2,0,0,0,3,0,0,0,3,0,0,0,3,0,0,0,3,0,0,2,3,0,0,4,3,0,0,16,3,0,0,16,3,0,0,16,3,0,0,16,3,0,0,18,3,0,0,20,3,0,0,22,3,0,0,24,3,0,0,24,3,0,0,24,3,0,0,24,3,0,0,30,3,0,0,32,3,0,0,32,3,0,0,34,3,0,0,36,3,0,0,36,3,0,0,36,3,0,0,44,3,0,0,48,3,0,0,48,3,0,0,48,3,0,0,48,3,0,0,60,3,0,0,60,3,0,0,60,3,0,0,60,3,0,0,60,3,0,0,60,3,0,0,62,3,0,0,62,3,0,0,62,3,0,0,62,3,0,0,62,3,0,0,62,3,0,0,62,3,0,0,62,3,0,0,62,3,0,0,72,3,0,0,72,3,0,0,76,3,0,0,76,3,0,0,76,3,0,0,76,3,0,0,76,3,0,0,76,3,0,0,76,3,0,0,78,3,0,0,78,3,0,0,80,3,0,0,80,3,0,0,82,3,0,0,82,3,0,0,82,3,0,0,92,3,0,0,92,3,0,0,98,3,0,0,98,3,0,0,102,3,0,0,102,3,0,0,102,3,0,0,102,3,0,0,102,3,0,0,102,3,0,0,102,3,0,0,104,3,0,0,104,3,0,0,104,3,0,0,104,3,0,0,104,3,0,0,104,3,0,0,104,3,0,0,110,3,0,0,114,3,0,0,116,3,0,0,116,3,0,0,116,3,0,0,124,3,0,0,124,3,0,0,128,3,0,0,130,3,0,0,132,3,0,0,134,3,0,0,138,3,0,0,140,3,0,0,144,3,0,0,144,3,0,0,144,3,0,0,144,3,0,0,144,3,0,0,144,3,0,0,144,3,0,0,150,3,0,0,150,3,0,0,156,3,0,0,156,3,0,0,156,3,0,0,156,3,0,0,156,3,0,0,158,3,0,0,158,3,0,0,158,3,0,0,158,3,0,0,158,3,0,0,160,3,0,0,160,3,0,0,162,3,0,0,162,3,0,0,164,3,0,0,164,3,0,0,164,3,0,0,164,3,0,0,164,3,0,0,164,3,0,0,164,3,0,0,170,3,0,0,174,3,0,0,174,3,0,0,176,3,0,0,176,3,0,0,184,3,0,0,184,3,0,0,184,3,0,0,184,3,0,0,188,3,0,0,188,3,0,0,190,3,0,0,196,3,0,0,196,3,0,0,198,3,0,0,200,3,0,0,200,3,0,0,200,3,0,0,200,3,0,0,200,3,0,0,200,3,0,0,200,3,0,0,200,3,0,0,200,3,0,0,202,3,0,0,202,3,0,0,202,3,0,0,202,3,0,0,202,3,0,0,204,3,0,0,204,3,0,0,206,3,0,0,206,3,0,0,210,3,0,0,210,3,0,0,210,3,0,0,214,3,0,0,214,3,0,0,214,3,0,0,214,3,0,0,214,3,0,0,214,3,0,0,214,3,0,0,218,3,0,0,218,3,0,0,218,3,0,0,218,3,0,0,218,3,0,0,218,3,0,0,218,3,0,0,218,3,0,0,218,3,0,0,218,3,0,0,218,3,0,0,218,3,0,0,218,3,0,0,218,3,0,0,220,3,0,0,220,3,0,0,220,3,0,0,220,3,0,0,220,3,0,0,220,3,0,0,220,3,0,0,220,3,0,0,222,3,0,0,224,3,0,0,224,3,0,0,228,3,0,0,228,3,0,0,228,3,0,0,228,3,0,0,228,3,0,0,228,3,0,0,228,3,0,0,230,3,0,0,230,3,0,0,232,3,0,0,232,3,0,0,232,3,0,0,232,3,0,0,232,3,0,0,232,3,0,0,234,3,0,0,234,3,0,0,234,3,0,0,238,3,0,0,242,3,0,0,242,3,0,0,242,3,0,0,242,3,0,0,242,3,0,0,242,3,0,0,244,3,0,0,252,3,0,0,254,3,0,0,254,3,0,0,254,3,0,0,0,4,0,0,0,4,0,0,2,4,0,0,2,4,0,0,2,4,0,0,2,4,0,0,2,4,0,0,2,4,0,0,2,4,0,0,2,4,0,0,2,4,0,0,4,4,0,0,4,4,0,0,6,4,0,0,6,4,0,0,6,4,0,0,6,4,0,0,6,4,0,0,10,4,0,0,10,4,0,0,14,4,0,0,20,4,0,0,20,4,0,0,20,4,0,0,20,4,0,0,20,4,0,0,20,4,0,0,20,4,0,0,24,4,0,0,24,4,0,0,24,4,0,0,24,4,0,0,24,4,0,0,24,4,0,0,24,4,0,0,24,4,0,0,24,4,0,0,24,4,0,0,24,4,0,0,32,4,0,0,38,4,0,0,38,4,0,0,38,4,0,0,38,4,0,0,38,4,0,0,38,4,0,0,42,4,0,0,42,4,0,0,44,4,0,0,44,4,0,0,44,4,0,0,44,4,0,0,44,4,0,0,46,4,0,0,46,4,0,0,46,4,0,0,46,4,0,0,46,4,0,0,50,4,0,0,50,4,0,0,52,4,0,0,56,4,0,0,58,4,0,0,58,4,0,0,60,4,0,0,60,4,0,0,60,4,0,0,60,4,0,0,64,4,0,0,64,4,0,0,64,4,0,0,66,4,0,0,66,4,0,0,66,4,0,0,66,4,0,0,68,4,0,0,68,4,0,0,68,4,0,0,68,4,0,0,68,4,0,0,70,4,0,0,76,4,0,0,76,4,0,0,76,4,0,0,82,4,0,0,88,4,0,0,88,4,0,0,92,4,0,0,92,4,0,0,92,4,0,0,92,4,0,0,96,4,0,0,96,4,0,0,96,4,0,0,96,4,0,0,98,4,0,0,98,4,0,0,98,4,0,0,98,4,0,0,100,4,0,0,100,4,0,0,102,4,0,0,106,4,0,0,106,4,0,0,108,4,0,0,108,4,0,0,108,4,0,0,112,4,0,0,112,4,0,0,112,4,0,0,112,4,0,0,116,4,0,0,116,4,0,0,120,4,0,0,120,4,0,0,120,4,0,0,122,4,0,0,122,4,0,0,122,4,0,0,122,4,0,0,122,4,0,0,122,4,0,0,122,4,0,0,128,4,0,0,132,4,0,0,132,4,0,0,132,4,0,0,134,4,0,0,134,4,0,0,140,4,0,0,142,4,0,0,142,4,0,0,142,4,0,0,142,4,0,0,142,4,0,0,142,4,0,0,142,4,0,0,144,4,0,0,144,4,0,0,146,4,0,0,146,4,0,0,146,4,0,0,158,4,0,0,158,4,0,0,158,4,0,0,158,4,0,0,158,4,0,0,168,4,0,0,170,4,0,0,170,4,0,0,174,4,0,0,174,4,0,0,182,4,0,0,182,4,0,0,182,4,0,0,182,4,0,0,182,4,0,0,182,4,0,0,182,4,0,0,182,4,0,0,182,4,0,0,194,4,0,0,194,4,0,0,194,4,0,0,198,4,0,0,200,4,0,0,200,4,0,0,200,4,0,0,200,4,0,0,200,4,0,0,200,4,0,0,200,4,0,0,200,4,0,0,200,4,0,0,200,4,0,0,200,4,0,0,212,4,0,0,212,4,0,0,214,4,0,0,214,4,0,0,214,4,0,0,214,4,0,0,214,4,0,0,214,4,0,0,214,4,0,0,216,4,0,0,216,4,0,0,218,4,0,0,218,4,0,0,226,4,0,0,226,4,0,0,226,4,0,0,226,4,0,0,228,4,0,0,228,4,0,0,228,4,0,0,232,4,0,0,232,4,0,0,232,4,0,0,236,4,0,0,236,4,0,0,238,4,0,0,242,4,0,0,242,4,0,0,246,4,0,0,246,4,0,0,246,4,0,0,248,4,0,0,250,4,0,0,250,4,0,0,250,4,0,0,254,4,0,0,254,4,0,0,254,4,0,0,254,4,0,0,254,4,0,0,254,4,0,0,4,5,0,0,4,5,0,0,4,5,0,0,4,5,0,0,4,5,0,0,4,5,0,0,8,5,0,0,8,5,0,0,8,5,0,0,8,5,0,0,8,5,0,0,14,5,0,0,16,5,0,0,16,5,0,0,16,5,0,0,18,5,0,0,18,5,0,0,18,5,0,0,18,5,0,0,20,5,0,0,20,5,0,0,20,5,0,0,20,5,0,0,24,5,0,0,28,5,0,0,28,5,0,0,30,5,0,0,34,5,0,0,34,5,0,0,34,5,0,0,36,5,0,0,36,5,0,0,36,5,0,0,38,5,0,0,42,5,0,0,44,5,0,0,46,5,0,0,46,5,0,0,46,5,0,0,46,5,0,0,48,5,0,0,48,5,0,0,48,5,0,0,48,5,0,0,48,5,0,0,48,5,0,0,52,5,0,0,52,5,0,0,54,5,0,0,56,5,0,0,56,5,0,0,56,5,0,0,56,5,0,0,56,5,0,0,58,5,0,0,58,5,0,0,58,5,0,0,58,5,0,0,58,5,0,0,60,5,0,0,62,5,0,0,66,5,0,0,72,5,0,0,72,5,0,0,74,5,0,0,74,5,0,0,74,5,0,0,74,5,0,0,76,5,0,0,76,5,0,0,76,5,0,0,76,5,0,0,76,5,0,0,76,5,0,0,78,5,0,0,78,5,0,0,78,5,0,0,78,5,0,0,78,5,0,0,78,5,0,0,78,5,0,0,78,5,0,0,78,5,0,0,78,5,0,0,78,5,0,0,78,5,0,0,86,5,0,0,86,5,0,0,86,5,0,0,86,5,0,0,86,5,0,0,94,5,0,0,94,5,0,0,100,5,0,0,108,5,0,0,110,5,0,0,110,5,0,0,114,5,0,0,114,5,0,0,114,5,0,0,116,5,0,0,116,5,0,0,132,5,0,0,132,5,0,0,132,5,0,0,132,5,0,0,138,5,0,0,138,5,0,0,140,5,0,0,140,5,0,0,142,5,0,0,146,5,0,0,146,5,0,0,146,5,0,0,146,5,0,0,150,5,0,0,150,5,0,0,150,5,0,0,154,5,0,0,154,5,0,0,158,5,0,0,158,5,0,0,158,5,0,0,158,5,0,0,158,5,0,0,164,5,0,0,164,5,0,0,164,5,0,0,166,5,0,0,166,5,0,0,168,5,0,0,170,5,0,0,170,5,0,0,170,5,0,0,178,5,0,0,178,5,0,0,178,5,0,0,178,5,0,0,178,5,0,0,180,5,0,0,184,5,0,0,184,5,0,0,184,5,0,0,184,5,0,0,184,5,0,0,186,5,0,0,186,5,0,0,188,5,0,0,188,5,0,0,190,5,0,0,190,5,0,0,190,5,0,0,192,5,0,0,192,5,0,0,192,5,0,0,194,5,0,0,196,5,0,0,200,5,0,0,202,5,0,0,202,5,0,0,202,5,0,0,210,5,0,0,210,5,0,0,210,5,0,0,210,5,0,0,212,5,0,0,212,5,0,0,216,5,0,0,218,5,0,0,218,5,0,0,218,5,0,0,218,5,0,0,218,5,0,0,218,5,0,0,218,5,0,0,222,5,0,0,222,5,0,0,222,5,0,0,222,5,0,0,224,5,0,0,224,5,0,0,224,5,0,0,226,5,0,0,228,5,0,0,228,5,0,0,228,5,0,0,228,5,0,0,228,5,0,0,232,5,0,0,234,5,0,0,234,5,0,0,234,5,0,0,234,5,0,0,238,5,0,0,238,5,0,0,244,5,0,0,248,5,0,0,248,5,0,0,248,5,0,0,248,5,0,0,248,5,0,0,254,5,0,0,254,5,0,0,4,6,0,0,10,6,0,0,12,6,0,0,12,6,0,0,12,6,0,0,12,6,0,0,12,6,0,0,12,6,0,0,12,6,0,0,12,6,0,0,12,6,0,0,12,6,0,0,12,6,0,0,12,6,0,0,18,6,0,0,18,6,0,0,20,6,0,0,20,6,0,0,20,6,0,0,28,6,0,0,28,6,0,0,28,6,0,0,28,6,0,0,28,6,0,0,32,6,0,0,32,6,0,0,32,6,0,0,34,6,0,0,36,6,0,0,36,6,0,0,36,6,0,0,38,6,0,0,40,6,0,0,46,6,0,0,46,6,0,0,50,6,0,0,50,6,0,0,50,6,0,0,50,6,0,0,52,6,0,0,52,6,0,0,52,6,0,0,54,6,0,0,54,6,0,0,54,6,0,0,54,6,0,0,54,6,0,0,56,6,0,0,56,6,0,0,58,6,0,0,58,6,0,0,64,6,0,0,70,6,0,0,70,6,0,0,74,6,0,0,74,6,0,0,80,6,0,0,80,6,0,0,80,6,0,0,80,6,0,0,82,6,0,0,84,6,0,0,86,6,0,0,86,6,0,0,86,6,0,0,88,6,0,0,88,6,0,0,90,6,0,0,90,6,0,0,90,6,0,0,92,6,0,0,92,6,0,0,92,6,0,0,94,6,0,0,94,6,0,0,98,6,0,0,98,6,0,0,98,6,0,0,114,6,0,0,116,6,0,0,116,6,0,0,116,6,0,0,118,6,0,0,122,6,0,0,122,6,0,0,126,6,0,0,128,6,0,0,128,6,0,0,128,6,0,0,128,6,0,0,134,6,0,0,134,6,0,0,140,6,0,0,140,6,0,0,140,6,0,0,146,6,0,0,148,6,0,0,158,6,0,0,160,6,0,0,160,6,0,0,160,6,0,0,160,6,0,0,160,6,0,0,160,6,0,0,164,6,0,0,168,6,0,0,168,6,0,0,168,6,0,0,168,6,0,0,168,6,0,0,168,6,0,0,168,6,0,0,174,6,0,0,174,6,0,0,174,6,0,0,174,6,0,0,174,6,0,0,174,6,0,0,174,6,0,0,174,6,0,0,180,6,0,0,188,6,0,0,188,6,0,0,188,6,0,0,190,6,0,0,190,6,0,0,190,6,0,0,190,6,0,0,190,6,0,0,192,6,0,0,192,6,0,0,196,6,0,0,196,6,0,0,202,6,0,0,202,6,0,0,202,6,0,0,202,6,0,0,208,6,0,0,208,6,0,0,208,6,0,0,208,6,0,0,208,6,0,0,208,6,0,0,208,6,0,0,208,6,0,0,208,6,0,0,208,6,0,0,208,6,0,0,208,6,0,0,210,6,0,0,210,6,0,0,212,6,0,0,214,6,0,0,214,6,0,0,216,6,0,0,216,6,0,0,216,6,0,0,232,6,0,0,232,6,0,0,232,6,0,0,232,6,0,0,232,6,0,0,232,6,0,0,236,6,0,0,236,6,0,0,238,6,0,0,246,6,0,0,0,7,0,0,4,7,0,0,4,7,0,0,4,7,0,0,4,7,0,0,6,7,0,0,8,7,0,0,10,7,0,0,10,7,0,0,12,7,0,0,14,7,0,0,14,7,0,0,14,7,0,0,14,7,0,0,16,7,0,0,16,7,0,0,18,7,0,0,18,7,0,0,18,7,0,0,18,7,0,0,22,7,0,0,22,7,0,0,22,7,0,0,24,7,0,0,28,7,0,0,34,7,0,0,34,7,0,0,40,7,0,0,42,7,0,0,42,7,0,0,46,7,0,0,46,7,0,0,46,7,0,0,46,7,0,0,46,7,0,0,46,7,0,0,48,7,0,0,48,7,0,0,48,7,0,0,56,7,0,0,56,7,0,0,56,7,0,0,56,7,0,0,56,7,0,0,56,7,0,0,56,7,0,0,60,7,0,0,60,7,0,0,70,7,0,0,70,7,0,0,74,7,0,0,74,7,0,0,82,7,0,0,82,7,0,0,82,7,0,0,82,7,0,0,82,7,0,0,82,7,0,0,88,7,0,0,88,7,0,0,88,7,0,0,88,7,0,0,90,7,0,0,96,7,0,0,96,7,0,0,96,7,0,0,96,7,0,0,96,7,0,0,98,7,0,0,100,7,0,0,100,7,0,0,100,7,0,0,102,7,0,0,102,7,0,0,102,7,0,0,102,7,0,0,104,7,0,0,106,7,0,0,108,7,0,0,108,7,0,0,108,7,0,0,108,7,0,0,108,7,0,0,108,7,0,0,108,7,0,0,112,7,0,0,112,7,0,0,112,7,0,0,112,7,0,0,112,7,0,0,112,7,0,0,112,7,0,0,114,7,0,0,114,7,0,0,114,7,0,0,120,7,0,0,126,7,0,0,126,7,0,0,126,7,0,0,126,7,0,0,126,7,0,0,126,7,0,0,126,7,0,0,128,7,0,0,128,7,0,0,128,7,0,0,130,7,0,0,130,7,0,0,132,7,0,0,132,7,0,0,132,7,0,0,132,7,0,0,132,7,0,0,136,7,0,0,136,7,0,0,136,7,0,0,136,7,0,0,136,7,0,0,136,7,0,0,136,7,0,0,136,7,0,0,138,7,0,0,140,7,0,0,140,7,0,0,140,7,0,0,140,7,0,0,140,7,0,0,140,7,0,0,142,7,0,0,142,7,0,0,142,7,0,0,142,7,0,0,142,7,0,0,142,7,0,0,144,7,0,0,146,7,0,0,150,7,0,0,150,7,0,0,152,7,0,0,152,7,0,0,152,7,0,0,152,7,0,0,152,7,0,0,152,7,0,0,152,7,0,0,152,7,0,0,152,7,0,0,154,7,0,0,154,7,0,0,158,7,0,0,158,7,0,0,158,7,0,0,158,7,0,0,162,7,0,0,164,7,0,0,166,7,0,0,168,7,0,0,168,7,0,0,170,7,0,0,170,7,0,0,172,7,0,0,172,7,0,0,172,7,0,0,172,7,0,0,172,7,0,0,178,7,0,0,178,7,0,0,180,7,0,0,186,7,0,0,190,7,0,0,190,7,0,0,190,7,0,0,190,7,0,0,190,7,0,0,190,7,0,0,190,7,0,0,190,7,0,0,190,7,0,0,190,7,0,0,190,7,0,0,190,7,0,0,198,7,0,0,198,7,0,0,198,7,0,0,198,7,0,0,198,7,0,0,198,7,0,0,200,7,0,0,200,7,0,0,200,7,0,0,200,7,0,0,200,7,0,0,200,7,0,0,200,7,0,0,200,7,0,0,200,7,0,0,200,7,0,0,200,7,0,0,200,7,0,0,206,7,0,0,210,7,0,0,220,7,0,0,220,7,0,0,226,7,0,0,226,7,0,0,234,7,0,0,234,7,0,0,234,7,0,0,240,7,0,0,240,7,0,0,240,7,0,0,240,7,0,0,246,7,0,0,246,7,0,0,246,7,0,0,246,7,0,0,246,7,0,0,246,7,0,0,248,7,0,0,248,7,0,0,248,7,0,0,248,7,0,0,248,7,0,0,252,7,0,0,252,7,0,0,252,7,0,0,252,7,0,0,254,7,0,0,0,8,0,0,0,8,0,0,2,8,0,0,2,8,0,0,2,8,0,0,12,8,0,0,12,8,0,0,12,8,0,0,12,8,0,0,14,8,0,0,16,8,0,0,16,8,0,0,16,8,0,0,16,8,0,0,18,8,0,0,22,8,0,0,22,8,0,0,22,8,0,0,22,8,0,0,22,8,0,0,26,8,0,0,26,8,0,0,26,8,0,0,28,8,0,0,30,8,0,0,30,8,0,0,30,8,0,0,30,8,0,0,30,8,0,0,30,8,0,0,30,8,0,0,30,8,0,0,34,8,0,0,38,8,0,0,38,8,0,0,38,8,0,0,54,8,0,0,58,8,0,0,58,8,0,0,64,8,0,0,64,8,0,0,64,8,0,0,64,8,0,0,64,8,0,0,64,8,0,0,64,8,0,0,66,8,0,0,66,8,0,0,66,8,0,0,66,8,0,0,66,8,0,0,68,8,0,0,68,8,0,0,68,8,0,0,68,8,0,0,68,8,0,0,68,8,0,0,68,8,0,0,68,8,0,0,70,8,0,0,70,8,0,0,70,8,0,0,80,8,0,0,80,8,0,0,80,8,0,0,80,8,0,0,80,8,0,0,80,8,0,0,80,8,0,0,84,8,0,0,84,8,0,0,84,8,0,0,84,8,0,0,86,8,0,0,86,8,0,0,86,8,0,0,86,8,0,0,86,8,0,0,86,8,0,0,86,8,0,0,86,8,0,0,86,8,0,0,86,8,0,0,90,8,0,0,90,8,0,0,92,8,0,0,92,8,0,0,92,8,0,0,92,8,0,0,94,8,0,0,96,8,0,0,96,8,0,0,100,8,0,0,100,8,0,0,100,8,0,0,106,8,0,0,106,8,0,0,110,8,0,0,110,8,0,0,114,8,0,0,114,8,0,0,114,8,0,0,114,8,0,0,116,8,0,0,116,8,0,0,118,8,0,0,120,8,0,0,120,8,0,0,120,8,0,0,122,8,0,0,122,8,0,0,132,8,0,0,132,8,0,0,138,8,0,0,138,8,0,0,138,8,0,0,140,8,0,0,142,8,0,0,142,8,0,0,142,8,0,0,142,8,0,0,142,8,0,0,142,8,0,0,142,8,0,0,144,8,0,0,144,8,0,0,144,8,0,0,144,8,0,0,144,8,0,0,144,8,0,0,144,8,0,0,144,8,0,0,148,8,0,0,148,8,0,0,148,8,0,0,152,8,0,0,152,8,0,0,152,8,0,0,158,8,0,0,158,8,0,0,158,8,0,0,158,8,0,0,158,8,0,0,160,8,0,0,162,8,0,0,162,8,0,0,162,8,0,0,162,8,0,0,162,8,0,0,162,8,0,0,162,8,0,0,162,8,0,0,162,8,0,0,162,8,0,0,162,8,0,0,168,8,0,0,168,8,0,0,174,8,0,0,174,8,0,0,178,8,0,0,178,8,0,0,180,8,0,0,180,8,0,0,180,8,0,0,182,8,0,0,182,8,0,0,182,8,0,0,182,8,0,0,182,8,0,0,182,8,0,0,182,8,0,0,182,8,0,0,182,8,0,0,182,8,0,0,182,8,0,0,182,8,0,0,182,8,0,0,182,8,0,0,184,8,0,0,184,8,0,0,188,8,0,0,188,8,0,0,188,8,0,0,190,8,0,0,192,8,0,0,192,8,0,0,192,8,0,0,192,8,0,0,196,8,0,0,196,8,0,0,196,8,0,0,196,8,0,0,202,8,0,0,202,8,0,0,206,8,0,0,208,8,0,0,208,8,0,0,214,8,0,0,214,8,0,0,216,8,0,0,216,8,0,0,218,8,0,0,224,8,0,0,224,8,0,0,226,8,0,0,226,8,0,0,230,8,0,0,230,8,0,0,230,8,0,0,234,8,0,0,234,8,0,0,234,8,0,0,234,8,0,0,234,8,0,0,234,8,0,0,234,8,0,0,236,8,0,0,240,8,0,0,244,8,0,0,246,8,0,0,246,8,0,0,246,8,0,0,248,8,0,0,248,8,0,0,252,8,0,0,254,8,0,0,2,9,0,0,6,9,0,0,6,9,0,0,8,9,0,0,10,9,0,0,18,9,0,0,18,9,0,0,18,9,0,0,18,9,0,0,18,9,0,0,20,9,0,0,20,9,0,0,20,9,0,0,20,9,0,0,24,9,0,0,24,9,0,0,26,9,0,0,26,9,0,0,26,9,0,0,26,9,0,0,28,9,0,0,32,9,0,0,36,9,0,0,36,9,0,0,40,9,0,0,40,9,0,0,44,9,0,0,44,9,0,0,44,9,0,0,44,9,0,0,44,9,0,0,48,9,0,0,50,9,0,0,50,9,0,0,50,9,0,0,50,9,0,0,50,9,0,0,50,9,0,0,50,9,0,0,50,9,0,0,50,9,0,0,58,9,0,0,58,9,0,0,60,9,0,0,60,9,0,0,62,9,0,0,62,9,0,0,64,9,0,0,68,9,0,0,68,9,0,0,70,9,0,0,70,9,0,0,70,9,0,0,70,9,0,0,70,9,0,0,80,9,0,0,80,9,0,0,80,9,0,0,80,9,0,0,80,9,0,0,80,9,0,0,80,9,0,0,80,9,0,0,82,9,0,0,82,9,0,0,84,9,0,0,84,9,0,0,84,9,0,0,84,9,0,0,88,9,0,0,90,9,0,0,90,9,0,0,94,9,0,0,96,9,0,0,96,9,0,0,96,9,0,0,98,9,0,0,104,9,0,0,104,9,0,0,106,9,0,0,106,9,0,0,106,9,0,0,110,9,0,0,110,9,0,0,110,9,0,0,110,9,0,0,110,9,0,0,118,9,0,0,120,9,0,0,124,9,0,0,124,9,0,0,124,9,0,0,124,9,0,0,124,9,0,0,124,9,0,0,124,9,0,0,128,9,0,0,128,9,0,0,128,9,0,0,128,9,0,0,128,9,0,0,128,9,0,0,134,9,0,0,138,9,0,0,138,9,0,0,140,9,0,0,140,9,0,0,148,9,0,0,148,9,0,0,150,9,0,0,154,9,0,0,154,9,0,0,154,9,0,0,154,9,0,0,154,9,0,0,154,9,0,0,154,9,0,0,154,9,0,0,154,9,0,0,158,9,0,0,158,9,0,0,164,9,0,0,164,9,0,0,164,9,0,0,164,9,0,0,172,9,0,0,172,9,0,0,174,9,0,0,174,9,0,0,174,9,0,0,174,9,0,0,176,9,0,0,176,9,0,0,176,9,0,0,176,9,0,0,180,9,0,0,182,9,0,0,182,9,0,0,182,9,0,0,188,9,0,0,188,9,0,0,188,9,0,0,190,9,0,0,190,9,0,0,190,9,0,0,192,9,0,0,192,9,0,0,194,9,0,0,194,9,0,0,194,9,0,0,194,9,0,0,198,9,0,0,200,9,0,0,200,9,0,0,200,9,0,0,202,9,0,0,202,9,0,0,204,9,0,0,206,9,0,0,206,9,0,0,206,9,0,0,206,9,0,0,206,9,0,0,206,9,0,0,208,9,0,0,210,9,0,0,210,9,0,0,214,9,0,0,214,9,0,0,218,9,0,0,218,9,0,0,218,9,0,0,218,9,0,0,0,168,142,124,141,82,0,0,0,168,142,124,19,85,0,0,0,232,185,6,235,91,0,0,0,232,185,6,20,112,0,0,1,120,142,121,141,82,0,0,1,120,142,121,19,85,0,0,2,160,184,120,205,81,0,0,2,152,140,213,169,113,0,0,5,0,246,29,208,75,0,0,5,0,246,29,203,76,0,0,5,0,246,29,50,112,0,0,6,144,44,105,199,79,0,0,7,192,176,20,186,74,0,0,10,232,123,28,141,82,0,0,10,80,158,115,141,82,0,0,10,232,123,28,19,85,0,0,10,80,158,115,19,85,0,0,10,232,123,28,235,104,0,0,11,56,11,62,81,80,0,0,11,56,11,62,9,101,0,0,14,80,123,29,199,79,0,0,15,120,135,52,26,106,0,0,20,192,57,106,208,75,0,0,20,192,57,106,203,76,0,0,20,192,57,106,50,112,0,0,21,248,242,176,208,72,0,0,23,168,139,128,26,106,0,0,25,96,187,117,141,82,0,0,25,96,187,117,19,85,0,0,26,80,205,164,186,74,0,0,26,120,219,193,47,100,0,0,26,136,144,95,26,106,0,0,27,200,44,209,26,106,0,0,28,56,38,210,26,106,0,0,29,0,120,139,141,82,0,0,29,0,120,139,19,85,0,0,29,48,118,175,241,97,0,0,31,80,228,210,26,106,0,0,37,240,81,200,68,101,0,0,41,88,18,86,26,106,0,0,49,176,50,206,26,106,0,0,50,96,58,164,166,87,0,0,50,96,58,164,203,88,0,0,50,56,151,234,111,92,0,0,50,96,58,164,29,105,0,0,53,80,137,195,111,92,0,0,53,24,62,238,26,106,0,0,55,8,127,192,249,71,0,0,56,208,54,63,231,78,0,0,58,16,212,160,26,106,0,0,59,32,234,43,118,103,0,0,59,32,234,43,185,109,0,0,59,128,205,5,252,114,0,0,62,144,148,159,208,75,0,0,62,144,148,159,203,76,0,0,62,144,148,159,50,112,0,0,64,248,55,101,149,90,0,0,64,248,55,101,175,90,0,0,64,248,55,101,199,90,0,0,66,88,70,10,164,91,0,0,69,208,63,41,26,106,0,0,70,96,62,78,141,82,0,0,70,96,62,78,19,85,0,0,70,128,104,221,207,87,0,0,70,128,104,221,254,87,0,0,70,128,104,221,44,110,0,0,70,128,104,221,92,110,0,0,74,216,98,173,186,74,0,0,76,184,60,165,186,74,0,0,76,200,179,230,138,89,0,0,79,128,215,157,208,75,0,0,79,128,215,157,203,76,0,0,79,208,138,110,26,106,0,0,79,128,215,157,50,112,0,0,83,0,168,16,255,89,0,0,83,0,168,16,79,90,0,0,84,64,249,67,208,75,0,0,84,64,249,67,203,76,0,0,84,64,249,67,50,112,0,0,85,32,211,145,141,82,0,0,85,32,211,145,19,85,0,0,85,56,153,111,26,106,0,0,89,16,237,97,112,114,0,0,91,0,125,27,116,96,0,0,92,240,131,12,185,91,0,0,93,144,223,74,186,74,0,0,94,208,44,117,255,89,0,0,95,200,98,244,150,109,0,0,99,120,208,138,116,96,0,0,103,168,211,126,26,106,0,0,110,168,111,122,158,74,0,0,110,168,111,122,149,94,0,0,110,168,111,122,61,96,0,0,114,56,145,75,186,74,0,0,114,168,5,121,22,91,0,0,116,88,120,192,116,96,0,0,120,0,70,107,26,106,0,0,120,192,119,124,217,114,0,0,122,216,9,213,193,80,0,0,122,216,9,213,225,80,0,0,122,104,236,202,116,96,0,0,122,216,9,213,134,101,0,0,124,216,81,151,225,105,0,0,130,112,33,19,26,106,0,0,138,56,183,255,26,106,0,0,139,216,72,3,26,106,0,0,141,16,190,129,43,91,0,0,145,120,31,254,106,93,0,0,148,0,61,146,26,106,0,0,149,96,34,63,26,106,0,0,154,160,132,182,207,87,0,0,154,160,132,182,254,87,0,0,154,160,132,182,44,110,0,0,163,240,233,155,186,74,0,0,164,112,1,182,208,75,0,0,164,112,1,182,203,76,0,0,164,112,1,182,50,112,0,0,165,112,50,91,214,89,0,0,166,40,185,148,185,72,0,0,166,144,85,40,215,94,0,0,166,144,85,40,0,95,0,0,167,128,3,163,81,80,0,0,167,128,3,163,9,101,0,0,169,136,215,178,187,75,0,0,169,136,215,178,168,97,0,0,172,128,28,135,26,106,0,0,174,136,67,142,208,75,0,0,174,136,67,142,203,76,0,0,174,136,67,142,50,112,0,0,175,104,250,16,190,98,0,0,176,200,9,182,141,82,0,0,176,200,9,182,19,85,0,0,183,248,47,128,180,76,0,0,183,144,154,3,26,106,0,0,190,240,80,196,246,95,0,0,190,240,80,196,103,100,0,0,191,200,225,26,169,113,0,0,193,88,105,47,0,94,0,0,197,136,113,164,82,115,0,0,197,136,113,164,124,115,0,0,205,232,217,27,26,106,0,0,206,192,223,232,26,106,0,0,207,104,157,38,52,73,0,0,208,144,206,229,141,82,0,0,208,144,206,229,19,85,0,0,208,200,253,111,26,106,0,0,210,184,45,12,68,101,0,0,215,208,198,207,2,91,0,0,216,232,214,141,139,103,0,0,219,136,121,186,26,106,0,0,223,32,18,231,127,71,0,0,227,88,156,13,186,74,0,0,227,32,104,135,199,79,0,0,230,128,19,204,26,106,0,0,233,48,108,167,26,106,0,0,238,128,234,183,127,71,0,0,238,24,70,159,62,95,0,0,238,24,70,159,190,95,0,0,247,88,161,212,141,82,0,0,247,88,161,212,19,85,0,0,250,144,159,145,199,79,0,0,254,112,29,173,26,106,0,0,3,105,194,245,141,82,0,0,3,105,194,245,19,85,0,0,6,113,42,53,186,74,0,0,7,129,34,163,71,88,0,0,8,89,112,168,111,99,0,0,10,33,126,246,134,75,0,0,10,33,126,246,223,96,0,0,12,137,190,127,131,81,0,0,15,41,180,148,43,93,0,0,17,49,230,213,186,74,0,0,18,9,101,125,26,106,0,0,18,89,20,235,26,106,0,0,21,233,245,186,199,79,0,0,27,145,171,15,26,106,0,0,31,161,150,227,141,82,0,0,31,161,150,227,19,85,0,0,32,33,190,175,178,73,0,0,39,121,88,207,104,71,0,0,39,121,88,207,50,112,0,0,44,81,66,224,141,82,0,0,44,81,66,224,19,85,0,0,47,201,236,107,26,106,0,0,49,81,214,158,186,74,0,0,50,57,154,112,138,91,0,0,50,57,154,112,252,114,0,0,55,113,78,72,231,73,0,0,55,25,157,38,19,85,0,0,55,113,78,72,50,112,0,0,57,113,126,24,26,106,0,0,59,121,193,165,150,109,0,0,63,49,180,3,26,106,0,0,66,217,117,114,186,74,0,0,66,217,117,114,186,93,0,0,66,233,138,249,26,106,0,0,67,137,14,191,26,106,0,0,69,137,239,3,141,82,0,0,69,137,239,3,19,85,0,0,74,113,81,117,208,75,0,0,74,113,81,117,203,76,0,0,74,113,81,117,50,112,0,0,84,17,87,206,208,75,0,0,84,17,87,206,203,76,0,0,84,41,234,162,244,101,0,0,84,41,234,162,11,102,0,0,84,17,87,206,50,112,0,0,85,217,40,127,157,96,0,0,85,217,40,127,190,96,0,0,85,113,97,11,26,106,0,0,85,217,40,127,129,111,0,0,87,209,238,218,141,82,0,0,87,209,238,218,19,85,0,0,88,145,218,52,208,75,0,0,88,145,218,52,203,76,0,0,88,145,218,52,50,112,0,0,91,1,171,122,169,113,0,0,93,57,69,24,163,78,0,0,94,193,166,27,207,110,0,0,95,129,58,197,208,75,0,0,95,129,58,197,203,76,0,0,95,209,202,154,141,82,0,0,95,177,50,218,141,82,0,0,95,209,202,154,19,85,0,0,95,177,50,218,19,85,0,0,95,209,202,154,65,105,0,0,95,129,58,197,50,112,0,0,97,105,233,20,192,115,0,0,100,81,229,36,26,106,0,0,101,65,181,55,111,101,0,0,105,145,243,10,141,82,0,0,105,145,243,10,19,85,0,0,107,105,89,94,169,113,0,0,108,57,25,193,26,106,0,0,112,17,49,77,112,89,0,0,113,225,65,111,163,103,0,0,114,89,155,19,186,74,0,0,114,89,155,19,78,93,0,0,117,49,214,49,169,113,0,0,119,25,5,77,97,79,0,0,120,145,223,66,204,105,0,0,126,137,56,75,26,106,0,0,131,185,143,46,141,82,0,0,131,185,143,46,19,85,0,0,134,97,173,2,56,99,0,0,137,17,206,98,115,91,0,0,137,121,171,202,26,106,0,0,137,17,206,98,104,111,0,0,138,113,157,38,141,82,0,0,138,25,65,217,141,82,0,0,138,113,157,38,19,85,0,0,138,25,65,217,19,85,0,0,138,25,65,217,65,105,0,0,139,57,160,40,169,113,0,0,140,25,35,202,26,106,0,0,144,201,186,58,186,74,0,0,147,241,185,13,26,106,0,0,149,145,161,185,13,93,0,0,149,145,161,185,170,102,0,0,152,41,216,224,141,82,0,0,152,41,216,224,19,85,0,0,153,193,19,65,154,73,0,0,155,1,217,248,81,80,0,0,155,1,217,248,9,101,0,0,155,65,110,160,26,106,0,0,156,153,237,24,26,106,0,0,156,177,35,104,26,106,0,0,157,33,32,210,186,74,0,0,162,137,83,181,206,92,0,0,166,233,88,129,165,115,0,0,168,185,113,21,141,82,0,0,168,185,113,21,19,85,0,0,168,185,113,21,65,105,0,0,185,225,189,83,161,75,0,0,193,129,17,91,141,82,0,0,193,129,17,91,19,85,0,0,208,249,225,133,127,71,0,0,209,209,62,232,186,74,0,0,213,1,138,152,50,112,0,0,215,1,46,126,240,77,0,0,216,209,255,106,191,114,0,0,224,121,38,141,183,94,0,0,225,17,75,233,35,99,0,0,227,241,75,54,141,82,0,0,227,241,75,54,19,85,0,0,229,137,210,252,26,106,0,0,230,201,191,116,26,106,0,0,231,81,13,214,184,100,0,0,235,249,5,126,108,116,0,0,238,49,93,189,208,75,0,0,238,49,93,189,203,76,0,0,238,49,93,189,50,112,0,0,241,209,103,176,20,81,0,0,241,209,103,176,160,101,0,0,241,209,103,176,198,101,0,0,241,209,103,176,192,102,0,0,241,225,18,234,26,106,0,0,244,81,134,132,81,80,0,0,244,57,236,159,141,82,0,0,244,57,236,159,19,85,0,0,244,81,134,132,9,101,0,0,245,81,156,151,26,106,0,0,245,33,143,78,77,116,0,0,246,9,22,52,169,113,0,0,247,41,5,165,7,74,0,0,249,193,252,30,141,82,0,0,249,193,252,30,19,85,0,0,249,193,252,30,65,105,0,0,249,177,82,42,26,106,0,0,252,209,232,219,26,106,0,0,252,193,229,126,232,109,0,0,254,17,180,68,141,82,0,0,254,49,117,249,141,82,0,0,254,17,180,68,19,85,0,0,254,49,117,249,19,85,0,0,254,225,151,159,50,112,0,0,0,178,191,254,133,74,0,0,0,178,191,254,254,99,0,0,4,82,34,158,169,113,0,0,5,74,143,239,26,106,0,0,10,114,145,228,141,82,0,0,10,114,145,228,19,85,0,0,10,202,18,66,106,93,0,0,11,18,81,92,187,78,0,0,11,18,81,92,12,99,0,0,12,202,183,136,141,82,0,0,12,202,183,136,19,85,0,0,12,154,85,167,26,106,0,0,16,74,60,175,178,111,0,0,19,50,208,169,141,82,0,0,19,50,208,169,19,85,0,0,21,26,13,227,186,74,0,0,38,130,150,234,141,82,0,0,38,130,150,234,19,85,0,0,38,26,131,182,207,87,0,0,38,26,131,182,254,87,0,0,38,130,150,234,65,105,0,0,38,26,131,182,44,110,0,0,38,26,131,182,92,110,0,0,40,66,19,210,141,82,0,0,40,66,19,210,19,85,0,0,42,226,141,59,67,78,0,0,45,26,78,227,141,82,0,0,45,26,78,227,19,85,0,0,45,26,78,227,235,104,0,0,46,66,146,174,119,82,0,0,46,170,198,84,26,106,0,0,47,218,101,161,88,99,0,0,48,218,181,104,141,82,0,0,48,218,181,104,19,85,0,0,48,74,40,202,216,103,0,0,48,154,27,102,26,106,0,0,49,178,118,8,26,106,0,0,49,202,44,145,26,106,0,0,50,162,36,65,141,82,0,0,50,162,36,65,19,85,0,0,55,74,145,199,111,92,0,0,55,26,19,1,139,114,0,0,57,82,250,107,148,102,0,0,60,170,131,19,141,82,0,0,60,170,131,19,19,85,0,0,60,170,131,19,235,104,0,0,61,82,203,204,141,82,0,0,61,82,203,204,19,85,0,0,62,82,215,197,157,111,0,0,65,250,161,133,169,113,0,0,66,66,133,82,141,82,0,0,66,66,133,82,19,85,0,0,74,186,29,157,116,96,0,0,74,138,133,199,26,106,0,0,75,90,237,105,101,98,0,0,77,42,10,126,38,92,0,0,77,66,77,81,57,115,0,0,81,170,145,2,199,79,0,0,81,10,66,226,26,106,0,0,84,130,56,66,24,79,0,0,84,130,56,66,209,111,0,0,93,154,236,237,141,82,0,0,93,154,236,237,19,85,0,0,94,74,253,166,50,72,0,0,94,42,254,54,26,106,0,0,100,26,1,152,26,106,0,0,101,130,216,132,26,106,0,0,102,122,149,145,26,106,0,0,106,2,57,11,26,106,0,0,107,82,164,94,108,81,0,0,108,234,115,66,141,82,0,0,108,234,115,66,19,85,0,0,108,234,6,185,130,116,0,0,108,234,6,185,189,116,0,0,108,234,6,185,252,116,0,0,108,234,6,185,57,117,0,0,112,226,114,219,149,90,0,0,113,50,220,140,169,113,0,0,114,154,74,229,26,106,0,0,115,58,18,12,26,106,0,0,119,170,255,235,141,82,0,0,119,170,255,235,19,85,0,0,119,170,255,235,65,105,0,0,120,250,103,86,17,82,0,0,122,26,234,219,169,113,0,0,123,26,16,100,26,106,0,0,126,242,178,129,141,82,0,0,126,218,49,185,141,82,0,0,126,242,178,129,19,85,0,0,126,218,49,185,19,85,0,0,127,178,19,61,141,82,0,0,127,178,19,61,19,85,0,0,131,202,215,197,141,82,0,0,131,202,215,197,19,85,0,0,131,82,135,171,130,116,0,0,131,82,135,171,189,116,0,0,131,82,135,171,252,116,0,0,131,82,135,171,57,117,0,0,137,90,194,228,186,74,0,0,146,226,224,156,186,74,0,0,146,146,157,38,130,116,0,0,146,146,157,38,189,116,0,0,146,146,157,38,252,116,0,0,146,146,157,38,57,117,0,0,148,250,9,86,141,82,0,0,148,250,9,86,19,85,0,0,155,242,114,86,26,106,0,0,157,226,236,172,29,73,0,0,159,34,133,152,26,106,0,0,162,122,21,240,141,82,0,0,162,114,210,250,141,82,0,0,162,122,21,240,19,85,0,0,162,114,210,250,19,85,0,0,162,194,242,76,169,113,0,0,164,210,112,234,208,75,0,0,164,210,112,234,203,76,0,0,164,210,112,234,50,112,0,0,166,34,82,115,199,79,0,0,166,154,219,231,26,106,0,0,173,26,32,211,169,113,0,0,180,146,219,104,208,75,0,0,180,146,219,104,203,76,0,0,180,146,219,104,50,112,0,0,181,98,19,188,141,82,0,0,181,98,19,188,19,85,0,0,182,66,244,86,26,106,0,0,185,42,191,172,130,116,0,0,185,42,191,172,189,116,0,0,185,42,191,172,252,116,0,0,185,42,191,172,57,117,0,0,187,58,59,68,141,82,0,0,187,58,59,68,19,85,0,0,188,82,74,186,89,78,0,0,189,26,185,92,81,94,0,0,190,122,171,101,26,106,0,0,191,50,149,30,141,82,0,0,191,50,149,30,19,85,0,0,192,82,159,129,30,103,0,0,193,66,173,157,141,82,0,0,193,66,173,157,19,85,0,0,200,26,157,38,184,87,0,0,200,2,122,185,26,106,0,0,200,74,203,70,217,114,0,0,202,50,243,140,186,74,0,0,202,10,240,186,255,89,0,0,202,10,240,186,79,90,0,0,207,250,68,228,106,94,0,0,212,250,44,213,199,79,0,0,214,114,182,205,26,106,0,0,216,250,205,87,26,106,0,0,223,26,67,82,141,82,0,0,223,26,67,82,19,85,0,0,223,34,169,22,26,106,0,0,224,226,52,60,111,92,0,0,224,162,48,142,72,100,0,0,226,114,64,222,2,112,0,0,228,218,104,27,141,82,0,0,228,218,104,27,19,85,0,0,228,210,53,240,155,100,0,0,228,210,53,240,184,100,0,0,232,210,22,80,255,89,0,0,232,210,22,80,79,90,0,0,234,2,6,146,62,95,0,0,235,194,69,55,141,82,0,0,235,194,69,55,19,85,0,0,235,194,69,55,165,105,0,0,237,34,234,228,186,74,0,0,238,202,105,230,12,104,0,0,247,194,114,14,186,74,0,0,252,226,96,246,199,79,0,0,254,50,156,132,44,82,0,0,0,163,246,81,186,74,0,0,0,163,246,81,84,114,0,0,3,195,131,98,141,82,0,0,3,195,131,98,19,85,0,0,10,43,81,172,250,96,0,0,10,43,81,172,119,97,0,0,24,139,206,74,142,97,0,0,32,251,197,194,127,88,0,0,33,179,189,98,44,82,0,0,35,59,51,34,127,71,0,0,35,59,51,34,244,81,0,0,42,187,122,77,24,100,0,0,44,211,235,52,111,92,0,0,50,43,63,107,0,94,0,0,53,123,84,200,186,74,0,0,53,19,19,28,26,106,0,0,54,195,96,248,141,82,0,0,54,195,96,248,19,85,0,0,60,107,218,203,232,111,0,0,61,179,189,8,141,82,0,0,61,179,189,8,19,85,0,0,61,43,185,73,175,92,0,0,61,51,254,76,26,106,0,0,62,3,255,178,199,79,0,0,65,147,224,133,26,106,0,0,67,75,146,160,199,79,0,0,76,155,137,150,55,81,0,0,78,67,216,108,199,79,0,0,83,59,130,192,141,82,0,0,83,59,130,192,19,85,0,0,85,227,162,107,141,82,0,0,85,227,162,107,19,85,0,0,86,171,254,166,159,88,0,0,86,171,254,166,17,89,0,0,86,171,254,166,62,89,0,0,93,235,14,55,78,93,0,0,93,155,90,44,26,106,0,0,104,75,165,55,251,80,0,0,104,115,231,242,141,82,0,0,104,115,231,242,19,85,0,0,104,75,165,55,53,103,0,0,105,243,151,229,208,75,0,0,105,243,151,229,203,76,0,0,105,243,151,229,50,112,0,0,111,115,175,193,185,89,0,0,111,139,207,70,26,106,0,0,113,67,218,48,26,106,0,0,118,83,200,198,217,114,0,0,123,219,178,8,141,82,0,0,123,219,178,8,19,85,0,0,125,227,221,81,169,113,0,0,126,35,95,163,141,82,0,0,126,35,95,163,19,85,0,0,127,219,166,149,162,89,0,0,129,171,177,114,242,98,0,0,133,91,233,96,210,109,0,0,133,91,233,96,18,110,0,0,136,99,92,220,32,94,0,0,140,115,145,25,24,116,0,0,145,27,21,108,175,79,0,0,146,147,37,151,208,75,0,0,146,147,37,151,203,76,0,0,146,147,37,151,50,112,0,0,149,195,16,87,141,82,0,0,149,195,16,87,19,85,0,0,149,251,80,165,26,106,0,0,150,43,204,105,208,75,0,0,150,43,204,105,203,76,0,0,150,43,204,105,50,112,0,0,152,227,27,98,141,82,0,0,152,227,27,98,19,85,0,0,156,235,92,80,141,82,0,0,156,235,92,80,19,85,0,0,160,123,180,252,199,79,0,0,164,187,194,8,26,106,0,0,166,107,28,198,26,106,0,0,167,187,213,191,184,100,0,0,167,67,228,117,26,106,0,0,169,243,206,88,143,78,0,0,172,83,202,89,99,97,0,0,172,115,159,37,26,106,0,0,176,155,231,242,141,82,0,0,176,155,231,242,19,85,0,0,178,235,146,205,38,97,0,0,178,235,146,205,69,97,0,0,181,27,5,210,103,73,0,0,188,59,217,195,49,74,0,0,188,59,217,195,81,74,0,0,188,59,217,195,36,78,0,0,189,187,19,146,141,82,0,0,189,187,19,146,19,85,0,0,192,139,218,99,222,95,0,0,194,3,126,33,208,75,0,0,194,3,126,33,203,76,0,0,194,3,126,33,50,112,0,0,195,147,7,53,26,106,0,0,202,155,51,79,26,106,0,0,204,35,222,192,26,106,0,0,207,59,170,147,208,75,0,0,207,59,170,147,203,76,0,0,207,195,15,88,250,96,0,0,207,139,55,198,26,106,0,0,207,59,170,147,50,112,0,0,207,83,188,148,169,113,0,0,212,211,100,244,208,75,0,0,212,211,100,244,203,76,0,0,212,83,197,188,141,82,0,0,212,83,197,188,19,85,0,0,212,211,100,244,50,112,0,0,213,83,149,86,26,106,0,0,215,147,143,117,141,82,0,0,215,147,143,117,19,85,0,0,217,147,45,144,208,75,0,0,217,147,45,144,203,76,0,0,217,67,191,131,26,106,0,0,217,147,45,144,50,112,0,0,226,195,3,16,199,79,0,0,226,91,136,50,141,82,0,0,226,107,12,142,141,82,0,0,226,91,136,50,19,85,0,0,226,107,12,142,19,85,0,0,226,227,183,53,220,97,0,0,229,219,24,252,255,89,0,0,229,219,24,252,79,90,0,0,230,187,188,178,183,71,0,0,241,131,219,33,141,82,0,0,241,131,219,33,19,85,0,0,241,59,76,37,158,93,0,0,241,59,76,37,98,95,0,0,241,59,76,37,130,95,0,0,241,27,14,217,26,106,0,0,243,83,242,122,26,106,0,0,250,219,241,2,26,106,0,0,252,19,117,13,111,92,0,0,254,163,7,142,130,116,0,0,254,163,7,142,189,116,0,0,254,163,7,142,252,116,0,0,254,163,7,142,57,117,0,0,2,140,210,198,26,106,0,0,5,228,1,254,186,74,0,0,5,132,11,170,101,98,0,0,8,100,162,51,255,89,0,0,8,100,162,51,79,90,0,0,10,204,223,17,26,106,0,0,11,156,138,192,186,74,0,0,11,180,242,46,26,106,0,0,13,124,218,249,141,82,0,0,13,124,218,249,19,85,0,0,16,4,246,237,104,111,0,0,17,156,138,192,186,74,0,0,20,244,18,197,112,78,0,0,20,244,18,197,127,98,0,0,26,28,86,47,208,75,0,0,26,28,86,47,203,76,0,0,26,28,86,47,50,112,0,0,32,228,217,16,28,72,0,0,32,36,249,128,26,106,0,0,37,44,193,111,159,88,0,0,37,44,193,111,17,89,0,0,37,44,193,111,62,89,0,0,38,52,32,136,169,113,0,0,41,52,205,50,26,106,0,0,45,252,55,89,28,74,0,0,49,188,176,148,141,82,0,0,49,188,176,148,19,85,0,0,50,180,90,205,127,113,0,0,50,180,90,205,169,113,0,0,52,116,159,2,26,106,0,0,53,68,157,38,141,82,0,0,53,68,157,38,19,85,0,0,56,116,81,165,186,74,0,0,59,36,147,174,26,106,0,0,60,132,157,96,255,89,0,0,60,132,157,96,79,90,0,0,61,100,24,208,26,106,0,0,62,148,185,94,26,106,0,0,66,220,13,152,26,106,0,0,72,140,183,152,141,82,0,0,72,140,183,152,19,85,0,0,74,164,127,138,26,106,0,0,75,212,154,78,236,92,0,0,80,164,167,155,26,106,0,0,85,100,228,169,26,106,0,0,86,84,107,168,160,98,0,0,87,220,61,55,12,78,0,0,87,140,65,77,169,113,0,0,88,92,45,122,141,82,0,0,88,92,45,122,19,85,0,0,88,108,120,183,26,106,0,0,90,180,52,218,154,99,0,0,94,124,171,64,68,101,0,0,100,108,157,38,180,99,0,0,112,132,7,116,208,75,0,0,112,132,7,116,203,76,0,0,112,28,214,214,205,81,0,0,112,132,7,116,50,112,0,0,117,172,156,30,141,82,0,0,117,172,156,30,19,85,0,0,117,44,188,246,255,89,0,0,117,44,188,246,79,90,0,0,119,156,70,208,141,82,0,0,119,156,70,208,19,85,0,0,119,116,11,251,169,113,0,0,120,172,68,144,20,81,0,0,120,172,68,144,160,101,0,0,120,172,68,144,198,101,0,0,120,172,68,144,192,102,0,0,121,36,250,15,26,106,0,0,123,156,224,253,141,82,0,0,123,156,224,253,19,85,0,0,126,180,179,63,28,115,0,0,128,44,44,101,141,82,0,0,128,44,44,101,19,85,0,0,128,60,160,139,207,87,0,0,128,60,160,139,254,87,0,0,128,180,61,220,237,88,0,0,128,100,10,185,131,100,0,0,128,44,44,101,165,105,0,0,128,60,160,139,44,110,0,0,132,116,61,94,141,82,0,0,132,116,61,94,19,85,0,0,132,60,189,2,26,106,0,0,134,28,241,38,74,103,0,0,136,60,150,250,26,106,0,0,137,180,60,166,141,82,0,0,137,180,60,166,19,85,0,0,141,148,45,16,141,82,0,0,141,148,45,16,19,85,0,0,144,180,172,244,141,82,0,0,144,180,172,244,19,85,0,0,146,212,145,254,141,82,0,0,146,212,145,254,19,85,0,0,151,52,174,213,141,82,0,0,151,52,174,213,19,85,0,0,151,52,174,213,65,105,0,0,154,100,57,105,137,80,0,0,156,164,166,6,26,106,0,0,157,148,68,174,26,106,0,0,160,108,51,3,141,82,0,0,160,108,51,3,19,85,0,0,160,172,250,29,168,97,0,0,160,108,51,3,65,105,0,0,165,140,82,158,26,106,0,0,166,44,63,193,141,82,0,0,166,44,63,193,19,85,0,0,171,12,161,241,26,106,0,0,173,172,126,242,26,106,0,0,175,116,149,89,50,79,0,0,178,212,182,94,217,77,0,0,181,156,138,192,186,74,0,0,182,60,200,79,26,106,0,0,183,236,211,138,141,82,0,0,183,236,211,138,19,85,0,0,184,100,198,6,26,106,0,0,187,140,157,38,130,116,0,0,187,140,157,38,189,116,0,0,187,140,157,38,252,116,0,0,187,140,157,38,57,117,0,0,191,196,239,149,26,106,0,0,193,84,100,139,141,82,0,0,193,84,100,139,19,85,0,0,194,124,198,139,26,106,0,0,201,164,21,58,141,82,0,0,201,164,21,58,19,85,0,0,205,28,25,130,169,113,0,0,208,156,36,172,26,106,0,0,209,76,86,75,186,74,0,0,214,220,227,114,141,82,0,0,214,220,227,114,19,85,0,0,215,68,181,35,121,72,0,0,219,60,135,110,134,75,0,0,219,60,135,110,223,96,0,0,221,52,95,31,26,106,0,0,221,124,169,247,26,106,0,0,221,20,156,251,26,106,0,0,222,76,158,27,89,82,0,0,222,76,158,27,211,104,0,0,227,252,186,128,255,78,0,0,227,252,186,128,230,99,0,0,227,228,108,108,26,106,0,0,229,60,246,142,141,82,0,0,229,60,246,142,19,85,0,0,229,60,246,142,65,105,0,0,230,68,245,113,141,82,0,0,230,68,245,113,19,85,0,0,230,68,245,113,65,105,0,0,231,204,121,224,239,102,0,0,243,204,91,64,208,75,0,0,243,204,91,64,203,76,0,0,243,204,91,64,50,112,0,0,245,68,31,54,26,106,0,0,248,132,156,6,20,81,0,0,248,132,156,6,160,101,0,0,248,132,156,6,198,101,0,0,248,132,156,6,192,102,0,0,253,4,246,52,141,82,0,0,253,4,246,52,19,85,0,0,0,117,1,126,8,103,0,0,1,149,53,160,240,103,0,0,4,229,191,63,169,113,0,0,5,5,29,18,26,106,0,0,6,101,246,172,141,82,0,0,6,101,246,172,19,85,0,0,6,181,38,91,196,97,0,0,8,149,191,253,77,98,0,0,8,253,204,103,26,106,0,0,12,93,228,52,26,106,0,0,15,165,195,127,236,90,0,0,20,213,125,203,26,106,0,0,22,173,92,206,192,102,0,0,24,45,112,17,111,92,0,0,24,93,41,156,127,94,0,0,24,85,64,95,26,106,0,0,25,61,241,154,141,82,0,0,25,61,241,154,19,85,0,0,25,61,241,154,65,105,0,0,27,85,106,124,141,82,0,0,27,85,106,124,19,85,0,0,29,253,25,46,159,88,0,0,29,253,25,46,17,89,0,0,29,253,25,46,62,89,0,0,33,53,254,236,26,106,0,0,34,109,64,228,26,106,0,0,35,149,4,218,192,102,0,0,38,13,212,177,237,88,0,0,40,5,176,203,26,106,0,0,43,37,193,148,241,115,0,0,46,157,73,243,26,106,0,0,48,141,171,35,141,82,0,0,48,141,171,35,19,85,0,0,51,125,36,87,158,74,0,0,51,13,73,145,208,75,0,0,51,13,73,145,203,76,0,0,51,53,231,154,141,82,0,0,51,53,231,154,19,85,0,0,51,21,35,187,157,96,0,0,51,125,36,87,94,104,0,0,51,13,73,145,50,112,0,0,52,85,148,190,205,99,0,0,55,45,61,101,124,79,0,0,56,13,253,6,141,82,0,0,56,13,253,6,19,85,0,0,58,101,85,7,186,74,0,0,58,101,85,7,186,93,0,0,59,189,44,236,169,113,0,0,63,157,216,53,208,75,0,0,63,157,216,53,203,76,0,0,63,157,216,53,50,112,0,0,65,181,9,171,199,79,0,0,65,237,158,186,160,95,0,0,65,237,158,186,38,104,0,0,68,197,7,68,208,75,0,0,68,197,7,68,203,76,0,0,68,197,7,68,50,112,0,0,69,21,107,234,170,77,0,0,70,213,102,142,159,88,0,0,70,213,102,142,17,89,0,0,70,213,102,142,62,89,0,0,70,117,50,210,26,106,0,0,70,229,238,25,50,112,0,0,71,229,181,147,26,106,0,0,77,101,178,13,186,74,0,0,77,165,60,29,26,106,0,0,78,117,143,150,141,82,0,0,78,117,143,150,19,85,0,0,85,109,70,23,69,72,0,0,85,109,70,23,72,79,0,0,85,109,70,23,52,98,0,0,93,109,99,5,208,75,0,0,93,109,99,5,203,76,0,0,93,109,99,5,50,112,0,0,94,13,215,89,141,82,0,0,94,13,215,89,19,85,0,0,94,253,43,179,111,92,0,0,94,13,215,89,65,105,0,0,97,165,240,104,210,78,0,0,102,165,105,160,26,106,0,0,104,197,79,75,141,82,0,0,104,197,79,75,19,85,0,0,106,141,246,20,208,75,0,0,106,141,246,20,203,76,0,0,106,141,246,20,50,112,0,0,110,245,100,110,141,82,0,0,110,245,100,110,19,85,0,0,110,245,100,110,65,105,0,0,122,101,177,211,127,88,0,0,124,109,181,217,3,111,0,0,125,21,231,235,92,113,0,0,127,37,178,92,26,106,0,0,130,21,197,88,208,75,0,0,130,21,197,88,203,76,0,0,130,229,148,247,207,87,0,0,130,229,148,247,254,87,0,0,130,229,148,247,44,110,0,0,130,229,148,247,92,110,0,0,130,21,197,88,50,112,0,0,130,173,200,118,50,112,0,0,136,85,207,121,141,82,0,0,136,85,207,121,19,85,0,0,138,125,147,241,169,113,0,0,139,101,250,251,20,81,0,0,139,101,250,251,160,101,0,0,139,101,250,251,198,101,0,0,139,101,250,251,192,102,0,0,140,173,1,165,208,72,0,0,140,13,108,36,251,72,0,0,140,13,108,36,67,82,0,0,140,13,108,36,38,92,0,0,140,13,108,36,43,93,0,0,141,165,208,18,199,79,0,0,141,165,208,18,184,100,0,0,145,173,81,102,199,79,0,0,146,173,248,113,20,112,0,0,147,125,67,18,24,116,0,0,149,205,157,128,32,94,0,0,150,77,29,217,91,109,0,0,154,237,169,240,26,106,0,0,156,109,85,85,26,106,0,0,160,221,103,81,141,82,0,0,160,221,103,81,19,85,0,0,163,45,231,242,112,78,0,0,164,85,106,88,141,82,0,0,164,85,106,88,19,85,0,0,165,213,232,155,157,80,0,0,165,21,212,175,141,82,0,0,165,21,212,175,19,85,0,0,167,141,152,112,206,73,0,0,167,141,152,112,208,91,0,0,167,141,152,112,64,113,0,0,168,165,104,191,26,106,0,0,170,109,114,36,44,102,0,0,170,109,114,36,72,102,0,0,176,213,113,13,199,79,0,0,179,85,129,83,130,116,0,0,179,85,129,83,189,116,0,0,179,85,129,83,252,116,0,0,179,85,129,83,57,117,0,0,186,253,197,194,81,80,0,0,186,253,197,194,9,101,0,0,188,141,46,227,20,81,0,0,188,141,46,227,160,101,0,0,188,141,46,227,198,101,0,0,188,141,46,227,192,102,0,0,188,133,154,199,169,113,0,0,190,141,130,41,141,82,0,0,190,141,130,41,19,85,0,0,192,197,132,12,141,82,0,0,192,197,132,12,19,85,0,0,192,237,167,251,30,98,0,0,192,197,132,12,65,105,0,0,198,93,250,126,208,75,0,0,198,93,250,126,203,76,0,0,198,93,250,126,50,112,0,0,202,141,184,239,239,102,0,0,203,45,109,18,141,82,0,0,203,45,109,18,19,85,0,0,203,45,109,18,235,104,0,0,208,5,111,226,26,106,0,0,209,237,178,249,236,89,0,0,212,133,143,140,62,95,0,0,216,13,229,69,38,111,0,0,217,93,185,70,26,106,0,0,218,141,50,130,26,106,0,0,225,221,124,37,141,82,0,0,225,221,124,37,19,85,0,0,232,93,47,122,26,106,0,0,235,61,234,243,208,75,0,0,235,61,234,243,203,76,0,0,235,61,234,243,50,112,0,0,236,221,200,163,131,81,0,0,236,189,246,194,50,112,0,0,236,189,246,194,29,113,0,0,243,109,236,61,26,106,0,0,246,29,227,183,127,71,0,0,248,181,245,57,199,79,0,0,253,53,118,6,255,89,0,0,253,53,118,6,79,90,0,0,5,70,111,69,127,71,0,0,6,102,225,57,26,106,0,0,12,54,73,164,26,106,0,0,18,22,226,222,26,106,0,0,19,70,211,4,169,113,0,0,20,174,41,4,141,82,0,0,20,174,41,4,19,85,0,0,22,118,140,230,26,106,0,0,31,134,157,38,38,96,0,0,33,30,92,58,224,93,0,0,33,30,92,58,244,100,0,0,37,70,125,48,141,82,0,0,37,70,125,48,19,85,0,0,38,214,219,156,169,113,0,0,39,126,34,57,169,113,0,0,40,182,7,125,219,115,0,0,42,238,117,211,26,106,0,0,44,222,211,252,186,74,0,0,49,110,68,15,208,75,0,0,49,110,68,15,203,76,0,0,49,110,68,15,50,112,0,0,51,46,57,126,76,73,0,0,52,110,183,37,208,75,0,0,52,110,183,37,203,76,0,0,52,110,183,37,50,112,0,0,53,30,90,20,186,74,0,0,53,182,78,6,38,92,0,0,65,22,136,218,160,76,0,0,65,22,136,218,193,77,0,0,65,134,79,103,19,85,0,0,65,134,79,103,165,105,0,0,71,118,74,136,12,92,0,0,83,150,163,89,141,82,0,0,83,150,163,89,19,85,0,0,83,150,163,89,65,105,0,0,84,62,219,176,141,82,0,0,84,62,219,176,19,85,0,0,85,78,97,216,78,81,0,0,85,86,154,44,141,82,0,0,85,86,154,44,19,85,0,0,85,110,117,232,144,104,0,0,85,110,117,232,178,104,0,0,87,254,121,69,208,75,0,0,87,254,121,69,203,76,0,0,87,254,121,69,50,112,0,0,89,94,179,191,141,82,0,0,89,94,179,191,19,85,0,0,89,94,179,191,65,105,0,0,89,70,73,183,26,106,0,0,92,166,140,5,255,89,0,0,92,166,140,5,79,90,0,0,92,30,52,187,26,106,0,0,96,118,183,60,208,75,0,0,96,118,183,60,203,76,0,0,96,118,183,60,50,112,0,0,102,62,63,101,169,113,0,0,107,214,246,98,141,82,0,0,107,214,246,98,19,85,0,0,111,14,134,250,146,72,0,0,112,254,50,98,26,106,0,0,114,46,236,94,255,89,0,0,117,62,174,217,207,87,0,0,117,62,174,217,254,87,0,0,117,190,16,249,43,93,0,0,117,62,174,217,44,110,0,0,117,62,174,217,92,110,0,0,121,62,244,210,26,106,0,0,122,78,185,237,19,85,0,0,126,102,12,43,233,110,0,0,127,174,91,108,186,74,0,0,127,174,91,108,186,93,0,0,132,86,200,156,81,80,0,0,132,86,200,156,9,101,0,0,135,142,129,235,26,106,0,0,136,86,144,189,26,106,0,0,144,22,74,165,186,74,0,0,144,198,93,59,26,106,0,0,145,6,139,49,141,82,0,0,145,6,139,49,19,85,0,0,148,110,157,71,208,75,0,0,148,110,157,71,203,76,0,0,148,102,85,77,141,82,0,0,148,22,93,111,141,82,0,0,148,102,85,77,19,85,0,0,148,22,93,111,19,85,0,0,148,102,85,77,235,104,0,0,148,110,157,71,50,112,0,0,149,38,243,39,127,113,0,0,149,38,243,39,169,113,0,0,151,190,155,204,47,88,0,0,151,190,155,204,133,110,0,0,151,190,155,204,162,110,0,0,158,46,151,232,199,79,0,0,163,38,231,208,26,106,0,0,171,70,60,56,26,106,0,0,174,198,29,96,208,75,0,0,174,198,29,96,203,76,0,0,174,46,164,8,141,82,0,0,174,46,164,8,19,85,0,0,174,198,29,96,50,112,0,0,181,62,239,240,141,82,0,0,181,62,239,240,19,85,0,0,185,174,251,184,255,89,0,0,195,190,131,53,149,79,0,0,195,190,131,53,65,104,0,0,197,198,13,189,169,113,0,0,201,30,100,119,81,80,0,0,202,94,194,220,26,106,0,0,204,102,40,127,62,95,0,0,204,150,44,36,169,113,0,0,207,46,103,52,208,75,0,0,207,46,103,52,203,76,0,0,207,46,103,52,50,112,0,0,209,38,103,27,141,82,0,0,209,38,103,27,19,85,0,0,211,142,234,42,141,82,0,0,211,142,234,42,19,85,0,0,215,70,198,33,127,71,0,0,217,46,162,223,178,73,0,0,218,86,84,94,18,97,0,0,221,46,150,190,26,106,0,0,223,22,225,218,26,106,0,0,223,198,45,100,130,116,0,0,223,198,45,100,189,116,0,0,223,198,45,100,252,116,0,0,223,198,45,100,57,117,0,0,225,182,241,36,141,82,0,0,225,182,241,36,19,85,0,0,225,182,241,36,65,105,0,0,228,134,197,5,26,106,0,0,229,22,172,213,199,79,0,0,236,46,81,254,111,75,0,0,244,166,215,176,141,82,0,0,244,166,215,176,19,85,0,0,247,102,183,157,141,82,0,0,247,102,183,157,19,85,0,0,250,206,67,87,208,75,0,0,250,206,67,87,203,76,0,0,250,206,67,87,50,112,0,0,255,158,243,43,26,106,0,0,0,111,9,117,26,106,0,0,11,167,122,198,208,75,0,0,11,167,122,198,203,76,0,0,11,167,122,198,50,112,0,0,13,31,213,213,208,75,0,0,13,31,213,213,203,76,0,0,13,31,213,213,50,112,0,0,15,87,254,203,141,82,0,0,15,87,254,203,19,85,0,0,17,183,211,55,26,106,0,0,20,135,251,194,26,106,0,0,34,191,98,70,68,101,0,0,36,159,69,44,141,82,0,0,36,159,69,44,19,85,0,0,39,247,146,90,26,106,0,0,40,31,170,142,26,106,0,0,44,231,35,225,141,82,0,0,44,231,35,225,19,85,0,0,48,127,155,237,208,75,0,0,48,127,155,237,203,76,0,0,48,127,155,237,50,112,0,0,50,111,179,110,26,106,0,0,50,183,44,244,26,106,0,0,51,247,108,217,26,106,0,0,53,23,23,146,208,75,0,0,53,23,23,146,203,76,0,0,53,23,23,146,50,112,0,0,55,23,134,217,57,115,0,0,57,47,108,239,139,103,0,0,58,119,240,250,141,82,0,0,58,119,240,250,19,85,0,0,58,119,240,250,65,105,0,0,60,63,39,23,169,113,0,0,62,207,191,73,141,82,0,0,62,207,191,73,19,85,0,0,65,231,221,77,255,89,0,0,65,231,221,77,175,90,0,0,72,119,152,194,127,71,0,0,73,255,156,38,91,91,0,0,73,7,152,232,249,105,0,0,74,159,92,34,189,103,0,0,74,159,92,34,128,109,0,0,75,159,62,153,134,93,0,0,78,71,158,25,26,106,0,0,80,231,47,236,141,82,0,0,80,231,47,236,19,85,0,0,81,135,244,220,169,113,0,0,82,247,1,90,141,82,0,0,82,247,1,90,19,85,0,0,83,79,225,241,186,74,0,0,83,79,225,241,186,93,0,0,85,87,103,72,26,106,0,0,86,23,8,62,59,80,0,0,87,191,69,102,141,82,0,0,87,31,212,214,141,82,0,0,87,191,69,102,19,85,0,0,87,31,212,214,19,85,0,0,92,231,239,51,169,113,0,0,96,87,167,247,96,72,0,0,96,87,167,247,165,114,0,0,98,87,148,190,148,77,0,0,102,135,18,243,26,106,0,0,103,239,172,77,141,82,0,0,103,239,172,77,19,85,0,0,104,119,230,228,81,80,0,0,104,119,230,228,9,101,0,0,106,191,149,33,141,82,0,0,106,191,149,33,19,85,0,0,108,47,56,223,157,96,0,0,108,47,56,223,184,100,0,0,113,255,45,127,105,88,0,0,113,151,215,91,210,98,0,0,114,223,250,192,165,72,0,0,123,135,69,18,199,79,0,0,123,63,16,179,141,82,0,0,123,63,16,179,19,85,0,0,123,87,129,214,26,106,0,0,125,159,69,241,26,106,0,0,127,39,139,106,26,106,0,0,129,207,23,10,186,74,0,0,130,7,33,83,141,82,0,0,130,7,33,83,19,85,0,0,132,255,75,144,26,106,0,0,137,7,65,137,47,88,0,0,137,7,65,137,130,116,0,0,137,7,65,137,189,116,0,0,137,7,65,137,252,116,0,0,137,7,65,137,57,117,0,0,145,215,205,43,127,71,0,0,147,255,46,57,253,109,0,0,151,159,187,84,26,106,0,0,151,7,211,140,26,106,0,0,152,127,194,202,26,106,0,0,154,199,168,158,141,82,0,0,154,199,168,158,19,85,0,0,155,39,116,221,26,106,0,0,158,255,6,113,26,106,0,0,159,183,131,211,208,75,0,0,159,183,131,211,203,76,0,0,159,183,131,211,50,112,0,0,161,167,190,225,26,106,0,0,164,39,147,108,141,82,0,0,164,39,147,108,19,85,0,0,169,71,40,129,158,81,0,0,169,7,136,216,141,82,0,0,169,7,136,216,19,85,0,0,169,71,40,129,95,103,0,0,170,79,215,48,112,78,0,0,171,39,149,70,206,71,0,0,171,247,230,188,169,113,0,0,178,63,226,230,255,89,0,0,178,63,226,230,79,90,0,0,184,95,227,169,141,82,0,0,184,95,227,169,19,85,0,0,184,135,255,171,126,102,0,0,185,191,95,26,26,106,0,0,185,247,60,73,26,106,0,0,187,183,206,64,26,106,0,0,189,47,29,33,255,89,0,0,189,47,29,33,79,90,0,0,189,23,249,112,127,113,0,0,189,23,249,112,169,113,0,0,191,183,114,52,26,106,0,0,192,183,201,84,141,82,0,0,192,183,201,84,19,85,0,0,201,183,107,238,183,81,0,0,201,215,103,62,26,106,0,0,203,247,60,19,208,75,0,0,203,247,60,19,203,76,0,0,203,247,60,19,50,112,0,0,207,143,178,63,249,71,0,0,207,111,212,34,81,80,0,0,207,111,212,34,9,101,0,0,207,191,98,158,217,114,0,0,209,55,189,152,169,113,0,0,213,95,193,76,199,79,0,0,217,143,237,65,92,96,0,0,217,87,14,87,103,102,0,0,218,151,9,45,26,106,0,0,221,7,27,118,130,73,0,0,221,31,15,76,199,79,0,0,221,7,27,118,120,104,0,0,224,207,74,192,26,106,0,0,227,127,44,134,26,106,0,0,229,127,12,36,26,106,0,0,233,119,52,221,186,74,0,0,233,119,52,221,37,95,0,0,234,55,211,204,111,92,0,0,237,63,9,99,66,91,0,0,239,175,29,108,255,89,0,0,240,31,7,227,186,74,0,0,246,239,50,86,13,96,0,0,247,39,152,0,26,106,0,0,249,199,111,204,141,82,0,0,249,199,111,204,19,85,0,0,251,135,244,26,90,92,0,0,251,71,81,63,26,106,0,0,0,17,1,13,35,67,111,111,107,105,101,66,97,110,110,101,114,2,1,207,88,121,39,0,17,1,14,35,67,111,111,107,105,101,67,111,110,115,101,110,116,2,9,33,198,70,215,34,51,59,35,43,205,215,145,69,111,70,5,133,225,249,208,183,227,29,246,183,234,128,238,194,152,119,72,231,18,32,223,0,17,1,13,35,67,111,111,107,105,101,78,111,116,105,99,101,2,1,178,188,187,230,0,17,1,33,35,67,121,98,111,116,67,111,111,107,105,101,98,111,116,68,105,97,108,111,103,66,111,100,121,85,110,100,101,114,108,97,121,2,1,70,149,39,171,0,17,1,21,35,95,95,116,101,97,108,105,117,109,71,68,80,82,99,112,80,114,101,102,115,2,2,63,178,143,207,192,127,8,55,0,17,1,12,35,95,101,118,104,45,98,117,116,116,111,110,2,1,16,217,228,32,0,17,1,9,35,95,101,118,104,45,114,105,99,2,1,166,253,74,94,0,17,1,17,35,97,110,97,108,121,116,105,99,115,95,99,111,111,107,105,101,2,1,23,70,109,85,0,17,1,15,35,97,112,112,45,99,111,111,107,105,101,45,100,105,118,2,1,247,167,87,96,0,17,1,15,35,98,97,110,110,101,114,45,112,114,105,118,97,99,121,2,1,35,181,68,215,0,17,1,9,35,99,99,45,109,111,100,97,108,2,1,250,134,14,111,0,17,1,10,35,99,99,95,98,97,110,110,101,114,2,1,192,250,223,114,0,17,1,13,35,99,99,95,99,111,110,116,97,105,110,101,114,2,1,148,185,40,166,0,17,1,29,35,99,109,112,108,122,45,99,111,111,107,105,101,98,97,110,110,101,114,45,99,111,110,116,97,105,110,101,114,2,2,165,1,173,140,176,242,248,21,0,17,1,24,35,99,111,109,112,111,110,101,110,116,45,99,111,111,107,105,101,45,98,97,110,110,101,114,2,1,36,108,13,140,0,17,1,13,35,99,111,110,115,101,110,116,45,98,117,109,112,2,1,172,236,226,157,0,17,1,14,35,99,111,110,115,101,110,116,66,97,110,110,101,114,2,1,38,157,104,207,0,17,1,17,35,99,111,110,115,101,110,116,95,98,108,97,99,107,98,97,114,2,1,126,57,46,51,0,17,1,17,35,99,111,110,116,97,105,110,101,114,45,99,111,111,107,105,101,2,1,210,5,27,181,0,17,1,14,35,99,111,111,99,107,105,101,45,109,111,100,97,108,2,1,118,27,7,221,0,17,1,14,35,99,111,111,107,105,101,45,97,99,99,101,112,116,2,1,65,19,193,153,0,17,1,14,35,99,111,111,107,105,101,45,98,97,110,110,101,114,2,2,175,190,33,32,223,162,46,217,0,17,1,15,35,99,111,111,107,105,101,45,99,111,110,102,105,114,109,2,1,112,152,141,167,0,17,1,22,35,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,2,1,72,78,113,55,0,17,1,11,35,99,111,111,107,105,101,45,106,97,114,2,1,165,5,41,247,0,17,1,11,35,99,111,111,107,105,101,45,108,97,119,2,1,89,55,252,45,0,17,1,22,35,99,111,111,107,105,101,45,108,97,119,45,105,110,102,111,45,97,103,97,105,110,2,1,195,217,59,188,0,17,1,42,35,99,111,111,107,105,101,45,108,97,119,45,105,110,102,111,45,98,97,114,32,126,32,46,99,108,105,45,109,111,100,97,108,45,98,97,99,107,100,114,111,112,2,1,195,217,59,188,0,17,1,15,35,99,111,111,107,105,101,45,109,101,115,115,97,103,101,2,1,254,191,178,0,0,17,1,14,35,99,111,111,107,105,101,45,110,111,116,105,99,101,2,2,87,36,125,51,122,111,168,110,0,17,1,15,35,99,111,111,107,105,101,45,111,118,101,114,108,97,121,2,40,7,85,101,58,10,23,207,129,13,156,88,227,13,178,101,77,14,114,194,247,19,155,89,114,20,90,30,53,20,176,192,7,53,42,113,6,58,186,201,144,74,223,144,93,75,86,76,209,75,145,56,114,81,246,163,0,108,91,174,127,114,117,217,66,140,243,50,202,155,233,240,163,156,224,226,146,158,214,81,49,164,205,80,26,165,60,184,76,165,74,22,144,165,81,116,56,173,98,216,74,192,138,156,11,192,138,156,17,192,138,156,181,200,84,123,53,210,32,33,157,213,230,49,17,221,52,119,233,227,7,31,240,227,13,26,21,228,194,90,137,228,234,34,237,232,62,209,209,241,225,79,83,252,211,222,44,254,1,228,5,0,17,1,13,35,99,111,111,107,105,101,45,112,97,110,101,108,2,1,254,81,46,236,0,17,1,13,35,99,111,111,107,105,101,65,99,99,101,112,116,2,2,110,135,60,219,246,126,33,10,0,17,1,16,35,99,111,111,107,105,101,65,99,99,101,112,116,66,97,114,2,1,83,189,225,185,0,17,1,11,35,99,111,111,107,105,101,65,114,101,97,2,1,178,215,136,169,0,17,1,18,35,99,111,111,107,105,101,66,97,110,110,101,114,77,111,100,97,108,2,46,5,99,109,93,15,68,110,49,19,60,247,203,20,246,141,106,29,246,0,5,33,126,3,194,37,183,110,52,47,86,28,26,52,103,46,207,52,218,145,88,53,216,157,63,60,183,118,96,64,91,204,243,67,249,64,84,68,7,197,68,69,121,254,87,71,157,110,148,87,67,206,250,88,197,21,130,96,29,198,174,104,219,146,180,105,204,43,150,106,57,192,20,116,7,132,112,117,81,113,74,126,250,93,198,142,67,136,174,144,45,147,217,145,73,13,51,146,23,23,53,147,170,59,207,151,37,147,146,157,215,128,79,159,148,144,62,182,1,112,164,189,93,49,238,197,58,129,95,198,122,167,11,206,87,17,84,211,131,183,159,213,213,31,13,229,151,243,105,234,112,210,164,237,155,127,48,243,234,61,235,244,100,211,212,0,17,1,10,35,99,111,111,107,105,101,66,97,114,2,1,218,136,22,65,0,17,1,13,35,99,111,111,107,105,101,68,105,97,108,111,103,2,1,128,47,248,183,0,17,1,11,35,99,111,111,107,105,101,73,110,102,111,2,46,5,99,109,93,15,68,110,49,19,60,247,203,20,246,141,106,29,246,0,5,33,126,3,194,37,183,110,52,47,86,28,26,52,103,46,207,52,218,145,88,53,216,157,63,60,183,118,96,64,91,204,243,67,249,64,84,68,7,197,68,69,121,254,87,71,157,110,148,87,67,206,250,88,197,21,130,96,29,198,174,104,219,146,180,105,204,43,150,106,57,192,20,116,7,132,112,117,81,113,74,126,250,93,198,142,67,136,174,144,45,147,217,145,73,13,51,146,23,23,53,147,170,59,207,151,37,147,146,157,215,128,79,159,148,144,62,182,1,112,164,189,93,49,238,197,58,129,95,198,122,167,11,206,87,17,84,211,131,183,159,213,213,31,13,229,151,243,105,234,112,210,164,237,155,127,48,243,234,61,235,244,100,211,212,0,17,1,12,35,99,111,111,107,105,101,76,97,121,101,114,2,1,190,148,87,98,0,17,1,13,35,99,111,111,107,105,101,78,111,116,105,99,101,2,1,234,107,21,69,0,17,1,14,35,99,111,111,107,105,101,79,118,101,114,108,97,121,2,1,218,136,22,65,0,17,1,13,35,99,111,111,107,105,101,80,111,108,105,99,121,2,1,94,182,212,178,0,17,1,18,35,99,111,111,107,105,101,80,111,108,105,99,121,77,111,100,97,108,2,1,126,46,1,215,0,17,1,14,35,99,111,111,107,105,101,87,114,97,112,112,101,114,2,1,55,61,220,87,0,17,1,21,35,99,111,111,107,105,101,95,104,100,114,95,115,104,111,119,97,103,97,105,110,2,1,195,217,59,188,0,17,1,12,35,99,111,111,107,105,101,95,119,97,108,108,2,1,59,141,226,42,0,17,1,13,35,99,111,111,107,105,101,97,99,99,101,112,116,2,1,186,74,82,188,0,17,1,13,35,99,111,111,107,105,101,98,97,110,110,101,114,2,3,48,215,79,170,197,18,244,20,242,231,45,163,0,17,1,10,35,99,111,111,107,105,101,98,97,114,2,1,88,206,243,169,0,17,1,14,35,99,111,111,107,105,101,99,111,110,115,101,110,116,2,1,24,69,57,93,0,17,1,13,35,99,111,111,107,105,101,100,105,97,108,111,103,2,1,92,81,18,11,0,17,1,11,35,99,111,111,107,105,101,104,105,110,116,2,1,104,240,165,97,0,17,1,14,35,99,111,111,107,105,101,104,105,110,119,101,105,115,2,1,63,54,208,56,0,17,1,15,35,99,111,111,107,105,101,115,45,98,97,110,110,101,114,2,1,128,186,252,227,0,17,1,16,35,99,111,111,107,105,101,115,45,99,111,110,116,101,110,116,2,1,66,56,130,84,0,17,1,12,35,99,111,111,107,105,101,115,45,110,97,103,2,1,89,149,116,175,0,17,1,15,35,99,111,111,107,105,101,115,46,97,99,116,105,118,101,2,1,23,70,109,85,0,17,1,17,35,99,111,111,107,105,101,115,67,111,110,116,97,105,110,101,114,2,1,77,5,25,119,0,17,1,15,35,99,111,111,107,105,101,115,95,97,99,99,101,112,116,2,1,101,61,45,55,0,17,1,16,35,99,111,111,107,105,101,115,95,99,111,110,115,101,110,116,2,1,53,131,190,195,0,17,1,14,35,99,111,111,107,105,101,115,95,109,111,100,97,108,2,1,108,21,27,145,0,17,1,14,35,99,111,111,107,105,101,119,97,114,110,105,110,103,2,24,2,145,170,81,13,113,213,176,16,3,195,226,18,69,135,123,18,208,165,141,29,123,80,14,57,245,181,248,76,15,31,221,76,193,95,213,102,81,173,145,105,44,144,6,108,216,67,78,115,82,34,166,135,104,32,227,145,159,144,250,160,146,75,67,171,9,181,65,178,255,3,62,186,245,233,21,213,44,250,212,213,172,22,229,232,151,46,158,246,96,226,252,252,180,123,160,0,17,1,12,35,100,105,100,111,109,105,45,104,111,115,116,2,1,62,8,23,86,0,17,1,14,35,100,105,100,111,109,105,45,110,111,116,105,99,101,2,9,34,212,111,207,62,11,56,11,119,100,30,201,132,134,81,244,156,200,86,132,163,3,128,167,194,197,253,186,228,230,119,104,248,217,1,155,0,17,1,10,35,100,105,118,67,111,111,107,105,101,2,1,105,57,100,154,0,17,1,26,35,100,109,45,99,111,111,107,105,101,45,112,111,112,117,112,45,99,111,110,116,97,105,110,101,114,2,1,155,232,213,165,0,17,1,22,35,101,110,115,77,111,100,97,108,87,114,97,112,112,101,114,91,114,111,108,101,93,2,1,213,9,216,122,0,17,1,16,35,101,110,115,78,111,116,105,102,121,66,97,110,110,101,114,2,1,213,9,216,122,0,17,1,15,35,103,100,112,114,45,97,103,114,101,101,109,101,110,116,2,1,55,165,75,104,0,17,1,9,35,103,100,112,114,45,98,97,114,2,5,6,156,132,248,144,68,172,120,176,103,209,241,227,46,141,188,251,250,101,139,0,17,1,13,35,103,100,112,114,45,99,111,110,115,101,110,116,2,1,150,137,155,76,0,17,1,20,35,103,100,112,114,45,99,111,111,107,105,101,45,109,101,115,115,97,103,101,2,1,216,97,78,85,0,17,1,13,35,103,100,112,114,45,111,118,101,114,108,97,121,2,1,94,164,82,107,0,17,1,13,35,103,100,112,114,95,99,111,110,115,101,110,116,2,2,127,190,137,12,163,200,221,236,0,17,1,15,35,103,100,112,114,95,99,111,110,116,97,105,110,101,114,2,1,129,40,71,169,0,17,1,12,35,103,100,112,114,99,111,110,115,101,110,116,2,1,238,107,183,201,0,17,1,25,35,103,112,100,114,58,110,111,116,40,98,111,100,121,41,58,110,111,116,40,104,116,109,108,41,2,2,120,184,160,2,214,214,28,112,0,17,1,19,35,109,111,100,97,108,67,111,111,107,105,101,67,111,110,115,101,110,116,2,1,34,51,59,35,0,17,1,17,35,109,115,45,99,111,111,107,105,101,45,98,97,110,110,101,114,2,1,86,103,250,120,0,17,1,9,35,109,121,99,111,111,107,105,101,2,2,98,189,179,33,132,156,50,254,0,17,1,12,35,110,101,119,45,99,111,111,107,105,101,115,2,1,36,108,13,140,0,17,1,20,35,110,111,116,105,99,101,45,99,111,111,107,105,101,45,98,108,111,99,107,2,1,27,158,76,222,0,17,1,12,35,110,111,116,105,99,101,80,111,112,117,112,2,1,174,146,66,46,0,17,1,20,35,111,110,101,116,114,117,115,116,45,98,97,110,110,101,114,45,115,100,107,2,128,0,0,0,154,3,51,108,160,3,239,137,69,4,41,174,20,6,253,13,56,8,164,46,174,8,178,219,123,8,189,179,61,10,243,145,105,12,132,197,192,16,45,148,141,18,109,45,203,19,131,170,60,21,113,185,168,27,103,38,209,27,104,218,228,28,123,232,10,30,149,50,191,30,156,172,117,30,252,193,249,33,149,191,106,33,219,131,241,35,171,141,48,36,241,182,225,37,124,221,225,38,157,68,53,38,157,113,138,41,130,141,190,42,234,142,211,44,69,159,36,44,154,86,85,46,143,185,131,48,125,70,37,49,139,6,145,50,136,91,226,52,246,4,253,54,75,241,227,55,69,194,235,58,21,164,201,61,19,178,127,65,36,162,50,66,115,234,108,68,59,58,187,68,180,17,254,73,191,207,62,75,79,197,104,77,85,102,148,77,172,239,103,78,62,96,70,80,92,235,156,81,103,221,160,82,67,26,223,82,133,66,66,83,33,7,130,84,201,183,192,86,9,250,148,87,16,195,149,88,106,85,164,89,163,150,83,89,215,13,94,90,1,247,82,91,17,129,193,94,61,116,132,98,27,227,152,98,131,195,3,98,246,214,107,101,44,44,128,102,69,191,87,104,181,218,48,107,162,227,85,108,147,39,164,110,100,245,110,111,93,22,148,113,245,68,230,114,227,220,214,115,158,80,10,117,143,147,215,117,187,96,25,121,142,120,1,121,207,85,136,122,45,92,88,124,106,85,27,124,142,168,0,129,178,242,126,136,183,202,12,138,211,236,183,139,100,84,193,139,120,0,29,142,12,107,226,142,246,60,229,145,211,32,85,146,19,187,189,148,176,188,49,150,143,117,78,152,183,140,72,154,202,209,95,154,231,53,51,154,241,61,25,157,173,66,193,157,183,102,247,158,168,199,154,159,236,57,244,163,95,35,126,166,60,180,137,169,208,50,19,169,227,95,184,172,246,101,6,175,212,21,165,176,215,166,244,176,219,62,84,179,16,63,123,182,9,200,176,185,49,218,126,188,19,98,181,188,197,83,212,191,179,94,89,192,130,59,83,193,63,44,166,197,215,202,131,203,254,87,15,204,111,199,249,204,203,82,61,208,70,156,119,210,19,66,40,212,161,88,247,213,174,52,151,214,212,31,87,216,136,7,169,217,65,25,138,218,50,177,95,218,238,209,87,224,66,81,44,224,216,41,152,225,35,231,44,227,78,26,45,227,150,161,31,228,145,114,10,229,206,144,208,234,150,130,38,235,255,170,119,236,47,231,80,237,236,154,93,240,21,122,162,240,239,62,181,242,231,115,104,242,231,155,176,244,172,180,144,245,194,105,3,248,96,195,54,249,117,49,254,249,218,124,13,250,210,114,162,250,240,119,58,253,224,156,123,254,145,212,146,0,17,1,21,35,111,110,101,116,114,117,115,116,45,99,111,110,115,101,110,116,45,115,100,107,2,128,0,0,0,157,3,51,108,160,3,239,137,69,4,41,174,20,6,253,13,56,8,164,46,174,8,178,219,123,8,189,179,61,10,243,145,105,12,132,197,192,16,45,148,141,18,109,45,203,19,131,170,60,21,113,185,168,27,103,38,209,27,104,218,228,28,123,232,10,30,149,50,191,30,156,172,117,30,252,193,249,33,149,191,106,33,219,131,241,35,171,141,48,36,241,182,225,37,124,221,225,38,157,25,55,38,157,68,53,38,157,113,138,41,130,141,190,42,234,142,211,44,69,159,36,44,154,86,85,46,143,185,131,48,125,70,37,49,139,6,145,50,136,91,226,52,246,4,253,54,75,241,227,55,69,194,235,58,21,164,201,61,19,178,127,65,36,162,50,66,115,234,108,68,59,58,187,68,180,17,254,73,191,207,62,75,79,197,104,77,85,102,148,77,172,239,103,78,62,96,70,80,92,235,156,81,103,221,160,82,67,26,223,82,133,66,66,83,33,7,130,84,201,183,192,86,9,250,148,87,16,195,149,88,106,85,164,89,163,150,83,89,215,13,94,90,1,247,82,91,17,129,193,94,61,116,132,98,27,227,152,98,131,195,3,98,246,214,107,101,44,44,128,102,69,191,87,103,79,134,65,104,181,218,48,107,162,227,85,108,147,39,164,110,100,245,110,111,93,22,148,113,245,68,230,114,227,220,214,115,158,80,10,117,143,147,215,117,187,96,25,121,142,120,1,121,207,85,136,122,45,92,88,124,106,85,27,124,142,168,0,129,178,242,126,136,183,202,12,138,211,236,183,139,100,84,193,139,120,0,29,142,12,107,226,142,246,60,229,145,211,32,85,146,19,187,189,148,176,188,49,150,143,117,78,152,183,140,72,154,202,209,95,154,231,53,51,154,241,61,25,157,173,66,193,157,183,102,247,158,168,199,154,159,236,57,244,163,95,35,126,166,60,180,137,169,208,50,19,169,227,95,184,172,246,101,6,175,212,21,165,176,215,166,244,176,219,62,84,179,16,63,123,182,9,200,176,185,49,218,126,188,19,98,181,188,197,83,212,191,179,94,89,192,130,59,83,193,63,44,166,197,215,202,131,203,254,87,15,204,111,199,249,204,203,82,61,208,70,156,119,210,19,66,40,212,161,88,247,213,174,52,151,214,212,31,87,216,136,7,169,217,65,25,138,218,50,177,95,218,238,209,87,224,66,81,44,224,216,41,152,225,35,231,44,227,78,26,45,227,150,161,31,228,145,114,10,229,206,144,208,234,150,130,38,235,255,170,119,236,47,231,80,237,185,78,122,237,236,154,93,240,21,122,162,240,239,62,181,242,231,115,104,242,231,155,176,244,172,180,144,245,194,105,3,248,96,195,54,249,117,49,254,249,218,124,13,250,210,114,162,250,240,119,58,253,224,156,123,254,145,212,146,0,17,1,8,35,111,112,116,97,110,111,110,2,1,164,58,96,50,0,17,1,13,35,112,111,108,105,99,121,78,111,116,105,99,101,2,1,38,157,26,200,0,17,1,17,35,112,111,112,105,110,95,116,99,95,112,114,105,118,97,99,121,2,6,139,160,60,128,182,131,26,38,182,132,160,154,217,174,62,117,221,104,128,70,247,148,229,130,0,17,1,19,35,116,99,45,112,114,105,118,97,99,121,45,119,114,97,112,112,101,114,2,6,139,160,60,128,182,131,26,38,182,132,160,154,217,174,62,117,221,104,128,70,247,148,229,130,0,17,1,10,35,116,101,99,111,110,115,101,110,116,2,2,137,65,7,137,204,155,190,151,0,17,1,24,35,116,111,97,115,116,115,32,62,32,35,116,111,97,115,116,115,87,114,97,112,112,101,114,2,1,163,34,129,7,0,9,1,12,46,67,111,111,107,105,101,80,111,112,117,112,2,1,127,45,255,113,0,9,1,18,46,67,111,111,107,105,101,115,58,110,111,116,40,98,111,100,121,41,2,2,194,197,251,32,211,177,101,122,0,9,1,22,46,80,111,115,105,116,105,111,110,66,111,116,116,111,109,46,97,115,45,111,105,108,2,4,46,25,253,29,111,193,44,37,142,102,213,70,166,254,171,86,0,9,1,24,46,97,99,99,101,112,116,45,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,2,1,164,58,96,50,0,9,1,22,46,97,99,99,101,112,116,45,112,114,105,118,97,99,121,45,112,111,108,105,99,121,2,2,177,212,13,38,220,61,180,128,0,9,1,23,46,97,115,45,111,105,108,45,99,111,110,116,101,110,116,45,111,118,101,114,108,97,121,2,4,46,25,253,29,111,193,44,37,142,102,213,70,166,254,171,86,0,9,1,28,46,97,115,45,111,105,108,91,100,97,116,97,45,113,97,61,34,111,105,108,45,76,97,121,101,114,34,93,2,4,46,25,253,29,111,193,44,37,142,102,213,70,166,254,171,86,0,9,1,16,46,98,45,99,111,111,107,105,101,45,112,111,108,105,99,121,2,1,77,49,17,112,0,9,1,14,46,98,97,110,110,101,114,45,99,111,111,107,105,101,2,1,230,179,200,76,0,9,1,13,46,98,97,110,110,101,114,95,99,111,107,105,101,2,1,149,166,219,127,0,9,1,19,46,98,99,112,78,111,116,105,102,105,99,97,116,105,111,110,66,97,114,2,1,193,175,115,111,0,9,1,12,46,98,111,120,45,99,111,111,107,105,101,115,2,1,91,50,112,165,0,9,1,9,46,99,45,99,111,111,107,105,101,2,1,249,178,237,209,0,9,1,10,46,99,99,45,98,97,110,110,101,114,2,16,5,140,166,92,6,118,53,253,16,168,0,83,33,29,47,189,51,162,100,8,77,221,231,65,80,22,210,232,94,236,46,114,96,157,132,60,108,29,175,239,117,44,208,94,184,251,174,185,186,240,10,202,230,226,63,178,246,188,44,117,252,24,219,229,0,9,1,20,46,99,99,45,98,111,116,116,111,109,46,99,99,45,98,97,110,110,101,114,2,11,5,140,166,92,6,118,53,253,16,168,0,83,33,29,47,189,51,162,100,8,80,22,210,232,96,157,132,60,186,240,10,202,230,226,63,178,246,188,44,117,252,24,219,229,0,9,1,12,46,99,99,45,102,108,111,97,116,105,110,103,2,2,101,55,248,64,219,114,226,112,0,9,1,10,46,99,99,45,114,101,118,111,107,101,2,2,77,221,231,65,101,55,248,64,0,9,1,27,46,99,99,45,116,121,112,101,45,111,112,116,45,105,110,46,99,99,45,102,108,111,97,116,105,110,103,2,1,101,55,248,64,0,9,1,12,46,99,99,112,97,45,98,97,110,110,101,114,2,1,127,195,165,15,0,9,1,10,46,99,101,45,98,97,110,110,101,114,2,1,207,198,208,215,0,9,1,11,46,99,109,45,109,101,115,115,97,103,101,2,1,121,5,168,114,0,9,1,13,46,99,109,112,45,97,112,112,95,103,100,112,114,2,1,129,190,16,141,0,9,1,15,46,99,111,110,115,101,110,116,45,104,111,108,100,101,114,2,1,99,9,63,237,0,9,1,14,46,99,111,110,115,101,110,116,45,109,111,100,97,108,2,1,38,156,255,73,0,9,1,13,46,99,111,110,115,101,110,116,80,111,112,117,112,2,1,98,206,17,137,0,9,1,16,46,99,111,110,116,101,110,116,45,99,111,111,107,105,101,115,2,1,112,154,57,50,0,9,1,11,46,99,111,111,107,105,101,45,97,103,101,2,1,10,70,88,66,0,9,1,13,46,99,111,111,107,105,101,45,97,103,114,101,101,2,1,12,131,240,92,0,9,1,17,46,99,111,111,107,105,101,45,97,103,114,101,101,109,101,110,116,2,1,112,152,141,167,0,9,1,23,46,99,111,111,107,105,101,45,97,108,101,114,116,45,99,111,110,116,97,105,110,101,114,2,1,6,185,232,0,0,9,1,16,46,99,111,111,107,105,101,45,98,97,99,107,100,114,111,112,2,1,136,74,118,71,0,9,1,34,46,99,111,111,107,105,101,45,98,97,110,110,101,114,58,110,111,116,40,98,111,100,121,41,58,110,111,116,40,104,116,109,108,41,2,3,6,78,182,53,36,108,13,140,126,10,42,77,0,9,1,11,46,99,111,111,107,105,101,45,98,111,120,2,1,26,244,135,251,0,9,1,22,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,2,9,13,117,19,252,17,112,45,24,52,235,211,44,60,52,226,224,179,43,253,94,195,137,80,53,199,145,74,55,204,211,55,234,234,151,56,50,0,9,1,21,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,109,111,100,97,108,2,1,73,185,43,61,0,9,1,20,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,115,104,111,119,2,1,181,83,137,162,0,9,1,23,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,119,114,97,112,112,101,114,2,1,78,154,212,75,0,9,1,20,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,46,115,104,111,119,2,1,185,161,145,149,0,9,1,17,46,99,111,111,107,105,101,45,99,111,110,116,97,105,110,101,114,2,3,36,108,13,140,148,180,41,15,249,16,190,117,0,9,1,14,46,99,111,111,107,105,101,45,100,105,97,108,111,103,2,2,19,155,89,114,55,14,235,93,0,9,1,14,46,99,111,111,107,105,101,45,102,111,111,116,101,114,2,2,66,18,202,10,254,31,120,145,0,9,1,14,46,99,111,111,107,105,101,45,104,111,108,100,101,114,2,1,153,62,159,75,0,9,1,18,46,99,111,111,107,105,101,45,105,110,102,111,45,98,108,111,99,107,2,1,37,76,59,241,0,9,1,16,46,99,111,111,107,105,101,45,105,110,102,111,45,98,111,120,2,4,7,85,101,58,108,91,174,127,114,117,217,66,241,225,79,83,0,9,1,22,46,99,111,111,107,105,101,45,105,110,102,111,45,99,111,110,116,97,105,110,101,114,2,1,58,92,30,33,0,9,1,18,46,99,111,111,107,105,101,45,105,110,102,111,45,109,111,100,97,108,2,2,47,105,88,193,107,63,43,50,0,9,1,35,46,99,111,111,107,105,101,45,109,101,115,115,97,103,101,58,110,111,116,40,104,116,109,108,41,58,110,111,116,40,98,111,100,121,41,2,2,128,157,205,149,220,92,99,136,0,9,1,15,46,99,111,111,107,105,101,45,109,111,110,115,116,101,114,2,1,92,185,26,189,0,9,1,11,46,99,111,111,107,105,101,45,109,115,103,2,1,228,68,250,207,0,9,1,12,46,99,111,111,107,105,101,45,110,111,116,101,2,1,156,41,93,24,0,9,1,24,46,99,111,111,107,105,101,45,110,111,116,105,99,101,45,99,111,110,116,97,105,110,101,114,2,1,122,111,168,110,0,9,1,22,46,99,111,111,107,105,101,45,110,111,116,105,99,101,45,118,105,115,105,98,108,101,2,1,141,38,121,224,0,9,1,31,46,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,45,98,97,99,107,103,114,111,117,110,100,2,1,40,85,144,166,0,9,1,27,46,99,111,111,107,105,101,45,110,111,116,105,102,105,99,97,116,105,111,110,45,104,101,97,100,101,114,2,1,40,85,144,166,0,9,1,15,46,99,111,111,107,105,101,45,111,118,101,114,108,97,121,2,1,221,52,119,233,0,9,1,14,46,99,111,111,107,105,101,45,112,111,108,105,99,121,2,4,127,40,102,204,140,143,133,212,146,6,2,234,159,70,24,238,0,9,1,22,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,99,111,110,115,101,110,116,2,1,37,76,59,241,0,9,1,20,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,109,111,100,97,108,2,1,37,76,59,241,0,9,1,20,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,112,111,112,117,112,2,1,186,158,237,65,0,9,1,22,46,99,111,111,107,105,101,45,112,111,108,105,99,121,45,119,114,97,112,112,101,114,2,1,159,70,24,238,0,9,1,14,46,99,111,111,107,105,101,45,112,111,112,45,117,112,2,1,99,218,139,192,0,9,1,13,46,99,111,111,107,105,101,45,112,111,112,85,112,2,1,196,80,240,190,0,9,1,15,46,99,111,111,107,105,101,45,112,114,105,118,97,99,121,2,1,86,50,239,246,0,9,1,13,46,99,111,111,107,105,101,45,112,114,111,109,111,2,1,38,157,134,31,0,9,1,21,46,99,111,111,107,105,101,45,114,101,118,111,107,101,45,104,105,100,100,101,110,2,1,122,111,168,110,0,9,1,14,46,99,111,111,107,105,101,45,115,116,105,99,107,121,2,1,65,237,143,217,0,9,1,15,46,99,111,111,107,105,101,45,118,105,115,105,98,108,101,2,5,27,125,0,91,138,208,120,99,157,29,186,74,192,120,88,116,202,236,104,122,0,9,1,15,46,99,111,111,107,105,101,45,119,97,114,110,105,110,103,2,3,127,40,217,85,187,35,21,51,223,56,47,108,0,9,1,23,46,99,111,111,107,105,101,45,119,97,114,110,105,110,103,45,99,111,110,116,101,110,116,2,1,127,40,217,85,0,9,1,13,46,99,111,111,107,105,101,65,99,99,101,112,116,2,2,110,135,60,219,246,126,33,10,0,9,1,10,46,99,111,111,107,105,101,66,97,114,2,2,88,15,195,207,172,81,43,10,0,9,1,10,46,99,111,111,107,105,101,66,111,120,2,1,94,84,86,218,0,9,1,21,46,99,111,111,107,105,101,67,111,110,115,101,110,116,67,111,110,116,101,110,116,2,1,205,146,235,178,0,9,1,20,46,99,111,111,107,105,101,67,111,110,115,101,110,116,70,111,111,116,101,114,2,1,205,146,235,178,0,9,1,10,46,99,111,111,107,105,101,68,105,118,2,1,89,202,83,172,0,9,1,13,46,99,111,111,107,105,101,78,111,116,105,99,101,2,1,172,81,43,10,0,9,1,16,46,99,111,111,107,105,101,95,95,119,114,97,112,112,101,114,2,1,74,206,139,24,0,9,1,14,46,99,111,111,107,105,101,95,97,99,99,101,112,116,2,2,29,250,172,160,178,215,136,169,0,9,1,14,46,99,111,111,107,105,101,95,98,97,110,110,101,114,2,1,91,38,181,6,0,9,1,11,46,99,111,111,107,105,101,95,98,97,114,2,1,53,183,227,226,0,9,1,35,46,99,111,111,107,105,101,95,99,111,110,115,101,110,116,58,110,111,116,40,98,111,100,121,41,58,110,111,116,40,104,116,109,108,41,2,1,175,118,48,29,0,9,1,12,46,99,111,111,107,105,101,95,103,100,112,114,2,1,251,167,237,192,0,9,1,15,46,99,111,111,107,105,101,95,109,101,115,115,97,103,101,2,1,23,70,109,85,0,9,1,14,46,99,111,111,107,105,101,95,112,111,108,105,99,121,2,1,253,191,149,8,0,9,1,12,46,99,111,111,107,105,101,97,108,101,114,116,2,2,105,237,90,75,170,11,132,5,0,9,1,23,46,99,111,111,107,105,101,98,97,110,110,101,114,58,110,111,116,40,98,111,100,121,41,2,1,197,18,244,20,0,9,1,20,46,99,111,111,107,105,101,98,97,114,45,99,111,110,116,97,105,110,101,114,2,1,168,107,84,86,0,9,1,10,46,99,111,111,107,105,101,98,111,120,2,1,16,250,104,175,0,9,1,22,46,99,111,111,107,105,101,99,111,110,115,101,110,116,45,119,114,97,112,112,101,114,2,1,91,215,151,113,0,9,1,16,46,99,111,111,107,105,101,99,111,110,116,97,105,110,101,114,2,1,114,177,171,129,0,9,1,13,46,99,111,111,107,105,101,100,105,97,108,111,103,2,1,92,81,18,11,0,9,1,11,46,99,111,111,107,105,101,110,111,116,101,2,1,233,75,17,225,0,9,1,22,46,99,111,111,107,105,101,115,45,99,111,110,115,101,110,116,45,112,111,112,117,112,2,1,2,173,97,134,0,9,1,13,46,99,111,111,107,105,101,115,45,105,110,102,111,2,1,161,101,218,47,0,9,1,33,46,99,111,111,107,105,101,115,45,105,110,102,111,58,110,111,116,40,104,116,109,108,41,58,110,111,116,40,98,111,100,121,41,2,1,168,112,89,8,0,9,1,16,46,99,111,111,107,105,101,115,45,109,101,115,115,97,103,101,2,1,218,52,180,90,0,9,1,15,46,99,111,111,107,105,101,115,45,112,111,108,105,99,121,2,1,38,157,108,100,0,9,1,15,46,99,111,111,107,105,101,115,45,112,111,112,45,117,112,2,1,190,148,85,52,0,9,1,14,46,99,111,111,107,105,101,115,45,112,111,112,117,112,2,1,128,186,252,227,0,9,1,16,46,99,111,111,107,105,101,115,45,118,105,115,105,98,108,101,2,1,254,191,178,0,0,9,1,13,46,99,111,111,107,105,101,115,45,119,114,97,112,2,1,77,122,187,42,0,9,1,15,46,99,111,111,107,105,101,115,46,97,99,116,105,118,101,2,1,193,219,120,26,0,9,1,21,46,99,111,111,107,105,101,115,95,99,111,110,115,101,110,116,45,115,104,111,119,2,1,142,48,162,224,0,9,1,18,46,99,111,111,107,105,101,115,95,99,111,110,116,97,105,110,101,114,2,1,196,80,240,190,0,9,1,14,46,99,111,111,107,105,101,115,95,112,111,112,117,112,2,1,185,10,100,128,0,9,1,19,46,99,111,111,107,105,101,118,97,114,110,105,110,103,45,119,114,97,112,2,1,240,53,210,228,0,9,1,34,46,99,111,111,107,105,101,119,97,114,110,105,110,103,58,110,111,116,40,98,111,100,121,41,58,110,111,116,40,104,116,109,108,41,2,5,18,208,165,141,191,213,187,167,214,13,81,231,223,56,47,108,240,53,210,228,0,9,1,11,46,99,111,111,107,105,101,119,114,97,112,2,1,58,92,30,33,0,9,1,21,46,100,105,100,111,109,105,45,110,111,116,105,99,101,45,98,97,110,110,101,114,2,8,34,212,111,207,62,11,56,11,132,134,81,244,156,200,86,132,163,3,128,167,194,197,253,186,228,230,119,104,248,217,1,155,0,9,1,21,46,100,105,100,111,109,105,45,115,99,114,101,101,110,45,120,108,97,114,103,101,2,4,12,45,184,210,64,171,124,94,70,98,191,34,200,81,240,37,0,9,1,13,46,100,115,103,118,111,45,98,97,110,110,101,114,2,1,55,181,65,101,0,9,1,16,46,101,110,115,78,111,116,105,102,121,66,97,110,110,101,114,2,1,213,9,216,122,0,9,1,12,46,103,100,112,114,45,98,97,110,110,101,114,2,5,6,156,132,248,144,68,172,120,176,103,209,241,227,46,141,188,251,250,101,139,0,9,1,20,46,103,100,112,114,45,98,97,110,110,101,114,45,119,114,97,112,112,101,114,2,5,6,156,132,248,144,68,172,120,176,103,209,241,227,46,141,188,251,250,101,139,0,9,1,13,46,103,100,112,114,45,99,111,110,115,101,110,116,2,1,162,234,41,84,0,9,1,23,46,103,100,112,114,45,99,111,110,115,101,110,116,45,99,111,110,116,97,105,110,101,114,2,1,162,234,41,84,0,9,1,18,46,103,100,112,114,45,99,111,110,115,101,110,116,45,116,97,98,115,2,1,36,114,109,170,0,9,1,21,46,103,100,112,114,45,99,111,110,115,101,110,116,45,116,97,98,115,45,118,50,2,1,36,114,109,170,0,9,1,13,46,103,100,112,114,45,99,111,111,107,105,101,115,2,1,87,14,87,217,0,9,1,12,46,103,100,112,114,45,100,105,97,108,111,103,2,1,171,255,135,184,0,9,1,12,46,103,100,112,114,45,102,111,111,116,101,114,2,1,107,250,82,57,0,9,1,12,46,103,100,112,114,45,110,111,116,105,99,101,2,1,185,161,145,149,0,9,1,13,46,103,100,112,114,45,111,118,101,114,108,97,121,2,7,6,156,132,248,144,68,172,120,176,103,209,241,206,92,173,22,218,4,149,35,227,46,141,188,251,250,101,139,0,9,1,11,46,103,100,112,114,45,112,111,112,117,112,2,2,224,121,204,231,239,184,141,202,0,9,1,12,46,103,100,112,114,45,112,114,111,109,112,116,2,1,126,1,117,0,0,9,1,13,46,103,100,112,114,45,119,97,114,110,105,110,103,2,1,129,159,82,192,0,9,1,11,46,103,100,112,114,78,111,116,105,99,101,2,1,55,165,75,104,0,9,1,11,46,103,100,112,114,95,112,111,112,117,112,2,1,38,241,28,134,0,9,1,13,46,103,100,112,114,95,119,114,97,112,112,101,114,2,1,129,40,71,169,0,9,1,11,46,105,110,102,111,99,111,111,107,105,101,2,1,43,234,32,59,0,9,1,10,46,106,115,45,99,111,111,107,105,101,2,2,141,214,232,216,239,108,47,57,0,9,1,16,46,106,115,45,99,111,111,107,105,101,45,97,108,101,114,116,2,1,111,65,225,113,0,9,1,17,46,106,115,45,99,111,111,107,105,101,45,98,97,110,110,101,114,2,1,34,92,159,74,0,9,1,14,46,106,115,45,99,111,111,107,105,101,45,98,97,114,2,1,202,40,74,48,0,9,1,18,46,106,115,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,2,1,160,53,149,1,0,9,1,16,46,106,115,45,99,111,111,107,105,101,45,109,111,100,97,108,2,1,230,105,202,238,0,9,1,17,46,106,115,45,99,111,111,107,105,101,45,112,111,108,105,99,121,2,1,186,158,237,65,0,9,1,19,46,106,115,45,99,111,111,107,105,101,115,45,99,111,110,115,101,110,116,2,1,53,131,190,195,0,9,1,16,46,109,45,99,111,111,107,105,101,45,110,111,116,105,99,101,2,1,87,36,125,51,0,9,1,14,46,109,111,100,97,108,45,99,111,111,99,107,105,101,2,1,118,27,7,221,0,9,1,24,46,109,111,111,118,101,45,103,100,112,114,45,97,108,105,103,110,45,99,101,110,116,101,114,2,1,232,117,110,85,0,9,1,23,46,109,111,111,118,101,45,103,100,112,114,45,100,97,114,107,45,115,99,104,101,109,101,2,1,232,117,110,85,0,9,1,14,46,110,111,116,105,99,101,45,99,111,111,107,105,101,2,1,27,158,76,222,0,9,1,24,46,111,110,101,116,114,117,115,116,45,112,99,45,100,97,114,107,45,102,105,108,116,101,114,2,5,18,109,45,203,19,131,170,60,28,123,232,10,77,85,102,148,227,78,26,45,0,9,1,26,46,111,112,116,97,110,111,110,45,97,108,101,114,116,45,98,111,120,45,119,114,97,112,112,101,114,2,1,164,58,96,50,0,9,1,22,46,111,112,116,97,110,111,110,45,115,104,111,119,45,115,101,116,116,105,110,103,115,2,18,3,51,108,160,12,132,197,192,21,113,185,168,30,252,193,249,36,241,182,225,89,163,150,83,89,215,13,94,110,100,245,110,113,245,68,230,142,246,60,229,154,202,209,95,154,241,61,25,191,179,94,89,213,174,52,151,217,65,25,138,234,150,130,38,235,255,170,119,250,240,119,58,0,9,1,21,46,111,116,45,115,100,107,45,115,104,111,119,45,115,101,116,116,105,110,103,115,2,3,55,69,194,235,101,44,44,128,103,79,134,65,0,9,1,11,46,112,111,112,117,112,45,103,100,112,114,2,1,66,223,145,120,0,9,1,14,46,112,114,105,118,97,99,121,45,97,108,101,114,116,2,1,151,81,216,124,0,9,1,23,46,112,114,105,118,97,99,121,45,112,111,108,105,99,121,45,99,111,110,115,101,110,116,2,1,232,152,7,73,0,9,1,11,46,112,114,105,118,97,99,121,66,97,114,2,128,0,0,0,203,0,152,39,247,2,159,116,52,2,189,60,132,2,241,219,250,3,72,216,139,3,154,144,183,3,180,49,63,5,197,134,228,6,166,164,156,6,198,100,184,8,118,178,49,8,194,187,164,11,57,2,106,11,97,113,85,12,18,58,115,13,185,241,147,15,171,145,27,15,250,36,121,17,223,204,10,18,29,5,5,19,33,112,130,22,169,34,223,24,126,113,57,24,237,153,156,25,158,71,78,26,95,191,185,27,217,232,205,28,19,19,53,29,60,165,77,31,95,52,221,36,12,127,229,36,229,81,100,37,159,115,172,41,63,208,69,42,82,177,249,43,243,158,255,44,90,155,93,45,9,151,218,46,242,180,11,48,218,67,113,50,205,52,41,52,114,183,191,52,135,120,15,52,228,93,12,53,7,147,195,54,31,68,245,54,254,42,94,55,211,183,17,56,60,70,171,57,225,102,6,59,93,198,144,61,236,109,243,62,103,215,201,63,34,96,149,63,81,71,251,64,206,183,187,70,185,93,217,70,207,139,111,72,103,87,85,73,60,247,185,75,56,137,126,76,254,51,61,79,51,155,202,79,200,60,182,84,187,159,151,84,198,170,46,85,85,109,156,86,18,88,41,86,114,242,155,86,149,83,213,86,244,66,182,87,205,250,216,90,146,247,39,92,178,37,127,94,185,148,62,95,64,85,24,95,144,136,26,98,50,254,112,100,16,26,123,101,171,122,190,102,27,154,48,103,204,253,8,104,35,177,156,106,139,39,127,107,70,0,120,107,236,201,47,108,108,228,227,110,138,208,79,110,179,111,50,111,153,56,85,111,253,200,208,113,6,255,158,116,191,201,230,117,9,111,0,117,228,67,167,122,47,93,232,122,242,83,243,125,101,9,18,126,211,168,103,128,139,168,23,128,249,36,32,130,50,141,218,131,191,67,217,132,216,130,101,133,224,147,65,134,44,127,227,135,28,128,172,138,127,164,74,139,198,124,194,140,211,7,151,142,170,31,40,144,75,255,132,145,44,202,49,145,149,122,102,146,61,0,148,147,181,229,71,149,239,196,191,151,156,81,245,152,1,26,100,152,13,220,66,152,133,34,159,155,167,164,80,158,82,140,165,160,105,165,102,160,110,65,155,160,212,16,58,164,73,54,12,165,80,251,149,167,85,154,12,167,108,48,233,169,228,100,85,172,36,156,208,173,29,112,254,174,68,148,157,174,147,36,59,183,73,70,89,183,120,108,88,185,122,2,200,186,121,136,219,187,52,30,92,189,144,86,136,190,150,46,221,191,14,137,67,191,104,165,168,192,74,207,224,192,222,35,204,193,25,57,108,194,251,135,20,198,28,107,166,198,55,139,207,198,210,140,2,199,133,138,74,202,35,25,140,202,171,121,137,202,194,127,152,203,125,213,20,203,176,5,40,204,19,128,230,205,182,114,214,206,50,176,49,208,24,100,61,208,231,38,163,209,44,200,27,210,38,56,28,210,50,117,70,210,228,80,31,210,244,62,121,211,117,238,42,214,129,87,123,217,14,27,241,217,108,247,51,218,225,22,223,219,232,209,252,220,194,94,202,221,116,39,155,222,226,22,18,225,190,167,161,226,66,10,81,226,111,5,208,228,64,109,34,229,74,154,114,230,140,118,22,231,219,154,166,232,223,192,206,234,18,225,241,235,20,89,18,235,129,142,135,236,254,53,33,238,62,24,53,239,143,74,5,240,169,237,154,241,69,159,125,241,161,12,171,242,126,172,173,243,18,135,102,243,73,157,46,244,44,183,50,247,169,124,221,249,138,233,66,250,150,60,136,251,156,20,221,252,210,137,229,255,183,56,138,0,9,1,27,46,112,114,105,118,97,99,121,95,112,111,108,105,99,121,95,109,101,115,115,97,103,101,95,98,111,120,2,1,217,29,77,150,0,9,1,12,46,112,114,105,118,97,99,121,104,105,110,116,2,1,34,92,159,74,0,9,1,21,46,112,119,45,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,118,50,2,2,165,193,121,59,244,98,200,95,0,9,1,15,46,112,119,115,95,99,111,111,107,105,101,95,98,97,114,2,1,43,234,32,59,0,9,1,12,46,114,111,100,111,45,97,99,99,101,112,116,2,1,96,233,91,133,0,9,1,11,46,114,111,100,111,45,109,111,100,97,108,2,1,126,229,193,252,0,9,1,11,46,114,111,100,111,45,112,111,112,117,112,2,1,57,46,255,147,0,9,1,16,46,114,111,100,111,95,95,99,111,110,116,97,105,110,101,114,2,1,96,233,91,133,0,9,1,18,46,116,99,45,112,114,105,118,97,99,121,45,98,97,110,110,101,114,2,6,139,160,60,128,182,131,26,38,182,132,160,154,217,174,62,117,221,104,128,70,247,148,229,130,0,9,1,19,46,116,99,45,112,114,105,118,97,99,121,45,111,118,101,114,108,97,121,2,4,182,131,26,38,217,174,62,117,221,104,128,70,247,148,229,130,0,9,1,19,46,116,114,117,115,116,101,95,98,111,120,95,111,118,101,114,108,97,121,2,1,204,155,190,151,0,9,1,35,46,116,114,117,115,116,101,95,111,118,101,114,108,97,121,58,110,111,116,40,98,111,100,121,41,58,110,111,116,40,104,116,109,108,41,2,1,204,155,190,151,0,9,1,16,46,119,101,108,99,111,109,101,45,112,114,105,118,97,99,121,2,1,27,166,193,94,0,9,1,16,46,120,45,99,111,111,107,105,101,115,45,109,111,100,97,108,2,1,43,12,102,126,0,1,1,25,91,100,97,116,97,45,99,121,61,34,99,111,111,107,105,101,45,98,97,110,110,101,114,34,93,2,1,217,181,109,124,0,33,1,56,91,104,114,101,102,61,34,104,116,116,112,115,58,47,47,100,101,118,111,119,108,46,105,111,47,119,111,114,100,112,114,101,115,115,45,114,101,97,108,45,99,111,111,107,105,101,45,98,97,110,110,101,114,47,34,93,2,1,69,229,13,216,0,1,1,11,97,109,112,45,99,111,110,115,101,110,116,2,2,98,206,17,137,237,246,4,16,0,1,1,18,97,112,112,45,99,111,111,107,105,101,45,119,97,114,110,105,110,103,2,1,127,40,217,85,0,1,1,11,97,112,112,45,99,111,111,107,105,101,115,2,1,197,215,82,62,0,1,1,21,100,105,118,35,99,109,112,45,97,112,112,45,99,111,110,116,97,105,110,101,114,2,1,175,60,74,16,0,1,1,13,100,105,118,46,99,45,99,111,111,107,105,101,115,2,1,66,56,130,84,0,1,1,16,100,105,118,46,99,99,112,97,45,109,101,115,115,97,103,101,2,1,203,218,107,60,0,1,1,8,100,105,118,46,99,110,105,108,2,1,222,64,114,226,0,1,1,16,100,105,118,46,99,111,111,107,105,101,45,97,108,101,114,116,2,2,6,185,232,0,113,248,173,146,0,1,1,17,100,105,118,46,99,111,111,107,105,101,45,98,97,110,110,101,114,2,53,5,99,109,93,15,68,110,49,19,60,247,203,20,246,141,106,25,238,229,70,29,246,0,5,33,126,3,194,37,183,110,52,47,86,28,26,52,103,46,207,52,218,145,88,53,216,157,63,60,183,118,96,64,91,204,243,67,249,64,84,68,7,197,68,69,121,254,87,71,157,110,148,72,78,113,55,87,67,206,250,88,197,21,130,96,29,198,174,104,219,146,180,105,204,43,150,106,57,192,20,116,7,132,112,117,81,113,74,118,200,173,130,126,250,93,198,142,67,136,174,144,45,147,217,145,73,13,51,146,23,23,53,147,170,59,207,151,37,147,146,152,138,1,213,157,215,128,79,159,148,144,62,159,151,225,254,182,1,112,164,189,93,49,238,194,246,189,236,197,58,129,95,198,122,167,11,206,87,17,84,207,88,121,39,211,131,183,159,213,213,31,13,229,151,243,105,234,112,210,164,237,155,127,48,243,234,61,235,244,100,211,212,0,1,1,25,100,105,118,46,99,111,111,107,105,101,45,98,97,110,110,101,114,45,119,114,97,112,112,101,114,2,1,194,246,189,236,0,1,1,18,100,105,118,46,99,111,111,107,105,101,45,99,111,110,102,105,114,109,2,1,112,152,141,167,0,1,1,25,100,105,118,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,98,97,110,110,101,114,2,1,235,231,21,125,0,1,1,24,100,105,118,46,99,111,111,107,105,101,45,99,111,110,115,101,110,116,45,112,111,112,117,112,2,3,39,243,38,149,112,249,23,189,205,90,180,50,0,1,1,17,100,105,118,46,99,111,111,107,105,101,45,110,111,116,105,99,101,2,37,4,211,70,19,23,39,63,60,26,225,200,191,36,44,150,204,39,243,38,149,40,160,57,139,49,214,49,117,51,239,231,92,52,22,9,246,57,34,126,39,63,191,229,4,76,242,194,162,77,65,140,87,81,221,227,125,94,89,105,107,101,63,62,102,112,249,23,189,122,171,1,91,130,25,28,205,133,161,250,65,136,32,52,38,140,220,50,113,148,188,83,207,152,189,55,209,156,219,214,38,158,34,82,4,188,230,247,171,189,13,198,197,199,154,133,188,205,90,180,50,211,32,26,173,213,140,152,2,219,234,26,122,220,244,135,81,236,44,189,59,241,147,125,138,251,11,116,119,0,1,1,18,100,105,118,46,99,111,111,107,105,101,45,111,118,101,114,108,97,121,2,1,81,246,163,0,0,1,1,17,100,105,118,46,99,111,111,107,105,101,45,112,111,108,105,99,121,2,1,97,237,16,89,0,1,1,16,100,105,118,46,99,111,111,107,105,101,72,111,108,100,101,114,2,1,1,19,26,55,0,1,1,16,100,105,118,46,99,111,111,107,105,101,95,112,111,112,117,112,2,1,247,167,87,96,0,1,1,16,100,105,118,46,99,111,111,107,105,101,98,97,110,110,101,114,2,1,106,255,209,216,0,1,1,13,100,105,118,46,99,111,111,107,105,101,98,97,114,2,4,70,203,74,200,124,119,192,120,158,98,191,207,198,200,83,118,0,1,1,18,100,105,118,46,99,111,111,107,105,101,115,45,98,97,110,110,101,114,2,2,5,205,128,59,112,154,57,50,0,1,1,19,100,105,118,46,99,111,111,107,105,101,115,45,118,105,115,105,98,108,101,2,1,63,179,180,126,0,1,1,11,100,105,118,46,101,117,112,111,112,117,112,2,2,81,77,66,77,217,134,23,55,0,1,1,32,100,105,118,46,103,100,112,114,45,99,111,111,107,105,101,99,111,110,115,101,110,116,45,99,111,110,116,97,105,110,101,114,2,1,164,113,136,197,0,1,1,31,100,105,118,46,103,100,112,114,45,99,111,111,107,105,101,99,111,110,115,101,110,116,45,115,101,116,116,105,110,103,115,2,1,164,113,136,197,0,1,1,17,100,105,118,46,106,115,45,100,105,115,99,108,97,105,109,101,114,2,1,129,88,233,166,0,1,1,17,100,105,118,46,112,114,105,118,97,99,121,45,109,111,100,97,108,2,1,20,233,105,97,0,1,1,12,100,105,118,46,118,45,99,111,111,107,105,101,2,1,125,7,182,40,0,1,1,29,100,105,118,91,100,97,116,97,45,103,100,112,114,45,99,111,110,115,101,110,116,45,112,114,111,109,112,116,93,2,1,148,193,37,43,0,1,1,39,100,105,118,91,100,97,116,97,45,116,101,115,116,105,100,61,34,99,111,111,107,105,101,45,112,111,108,105,99,121,45,98,97,110,110,101,114,34,93,2,2,18,67,125,147,25,145,115,140,0,1,1,21,115,101,99,116,105,111,110,46,99,111,111,107,105,101,45,98,97,110,110,101,114,2,1,78,143,33,245,0,1,1,12,116,104,111,114,45,99,111,111,107,105,101,115,2,1,126,5,249,235,0,17,1,17,35,99,111,110,115,101,110,116,95,98,108,97,99,107,98,97,114,2,9,38,157,140,187,38,157,146,146,83,129,85,179,100,45,198,223,137,65,7,137,142,7,163,254,171,135,82,131,172,191,42,185,185,6,234,108,0,17,1,21,35,116,114,117,115,116,101,45,99,111,110,115,101,110,116,45,116,114,97,99,107,2,9,38,157,140,187,38,157,146,146,83,129,85,179,100,45,198,223,137,65,7,137,142,7,163,254,171,135,82,131,172,191,42,185,185,6,234,108,0,9,1,19,46,116,114,117,115,116,101,95,98,111,120,95,111,118,101,114,108,97,121,2,9,38,157,140,187,38,157,146,146,83,129,85,179,100,45,198,223,137,65,7,137,142,7,163,254,171,135,82,131,172,191,42,185,185,6,234,108,0,9,1,35,46,116,114,117,115,116,101,95,111,118,101,114,108,97,121,58,110,111,116,40,98,111,100,121,41,58,110,111,116,40,104,116,109,108,41,2,9,38,157,140,187,38,157,146,146,83,129,85,179,100,45,198,223,137,65,7,137,142,7,163,254,171,135,82,131,172,191,42,185,185,6,234,108,0,0,0,0,0,0,0,0,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,138,216,90,93]),tn=[/accept cookies/gi,/accept all/gi,/reject all/gi,/only necessary cookies/gi,/by clicking.*(accept|agree|allow)/gi,/by continuing/gi,/we (use|serve)( optional)? cookies/gi,/we are using cookies/gi,/use of cookies/gi,/(this|our) (web)?site.*cookies/gi,/cookies (and|or) .* technologies/gi,/such as cookies/gi,/read more about.*cookies/gi,/consent to.*cookies/gi,/we and our partners.*cookies/gi,/we.*store.*information.*such as.*cookies/gi,/store and\/or access information.*on a device/gi,/personalised ads and content, ad and content measurement/gi];var on=[{name:"192.com",detectCmp:[{exists:".ont-cookies"}],detectPopup:[{visible:".ont-cookies"}],optIn:[{click:".ont-btn-main.ont-cookies-btn.js-ont-btn-ok2"}],optOut:[{click:".ont-cookes-btn-manage"},{click:".ont-btn-main.ont-cookies-btn.js-ont-btn-choose"}],test:[{eval:"EVAL_ONENINETWO_0"}]},{name:"1password-com",cosmetic:!0,prehideSelectors:['footer #footer-root [aria-label="Cookie Consent"]'],detectCmp:[{exists:'footer #footer-root [aria-label="Cookie Consent"]'}],detectPopup:[{visible:'footer #footer-root [aria-label="Cookie Consent"]'}],optIn:[{click:'footer #footer-root [aria-label="Cookie Consent"] button'}],optOut:[{hide:'footer #footer-root [aria-label="Cookie Consent"]'}]},{name:"aa",vendorUrl:"https://aa.com",prehideSelectors:[],cosmetic:!0,detectCmp:[{exists:"#aa_optoutmulti-Modal,#cookieBannerMessage"}],detectPopup:[{visible:"#aa_optoutmulti-Modal,#cookieBannerMessage"}],optIn:[{hide:"#aa_optoutmulti-Modal,#cookieBannerMessage"},{waitForThenClick:"#aa_optoutmulti_checkBox"},{waitForThenClick:"#aa_optoutmulti-Modal button.optoutmulti_button"}],optOut:[{hide:"#aa_optoutmulti-Modal,#cookieBannerMessage"}]},{name:"abc",vendorUrl:"https://abc.net.au",runContext:{urlPattern:"^https://([a-z0-9-]+\\.)?abc\\.net\\.au/"},prehideSelectors:[],detectCmp:[{exists:"[data-component=CookieBanner]"}],detectPopup:[{visible:"[data-component=CookieBanner] [data-component=CookieBanner_AcceptAll]"}],optIn:[{waitForThenClick:"[data-component=CookieBanner] [data-component=CookieBanner_AcceptAll]"}],optOut:[{waitForThenClick:"[data-component=CookieBanner] [data-component=CookieBanner_AcceptABCRequired]"}],test:[{eval:"EVAL_ABC_TEST"}]},{name:"abconcerts.be",vendorUrl:"https://unknown",intermediate:!1,prehideSelectors:["dialog.cookie-consent"],detectCmp:[{exists:"dialog.cookie-consent form.cookie-consent__form"}],detectPopup:[{visible:"dialog.cookie-consent form.cookie-consent__form"}],optIn:[{waitForThenClick:"dialog.cookie-consent form.cookie-consent__form button[value=yes]"}],optOut:[{if:{exists:"dialog.cookie-consent form.cookie-consent__form button[value=no]"},then:[{click:"dialog.cookie-consent form.cookie-consent__form button[value=no]"}],else:[{click:"dialog.cookie-consent form.cookie-consent__form button.cookie-consent__options-toggle"},{waitForThenClick:'dialog.cookie-consent form.cookie-consent__form button[value="save_options"]'}]}]},{name:"acris",prehideSelectors:["div.acris-cookie-consent"],detectCmp:[{exists:"[data-acris-cookie-consent]"}],detectPopup:[{visible:".acris-cookie-consent.is--modal"}],optIn:[{waitForVisible:"#ccConsentAcceptAllButton",check:"any"},{wait:500},{waitForThenClick:"#ccConsentAcceptAllButton"}],optOut:[{waitForVisible:"#ccAcceptOnlyFunctional",check:"any"},{wait:500},{waitForThenClick:"#ccAcceptOnlyFunctional"}]},{name:"activobank.pt",runContext:{urlPattern:"^https://(www\\.)?activobank\\.pt"},prehideSelectors:["aside#cookies,.overlay-cookies"],detectCmp:[{exists:"#cookies .cookies-btn"}],detectPopup:[{visible:"#cookies #submitCookies"}],optIn:[{waitForThenClick:"#cookies #submitCookies"}],optOut:[{waitForThenClick:"#cookies #rejectCookies"}]},{name:"Adroll",prehideSelectors:["#adroll_consent_container"],detectCmp:[{exists:"#adroll_consent_container"}],detectPopup:[{visible:"#adroll_consent_container"}],optIn:[{waitForThenClick:"#adroll_consent_accept"}],optOut:[{waitForThenClick:"#adroll_consent_reject"}],test:[{eval:"EVAL_ADROLL_0"}]},{name:"affinity.serif.com",detectCmp:[{exists:".c-cookie-banner button[data-qa='allow-all-cookies']"}],detectPopup:[{visible:".c-cookie-banner"}],optIn:[{click:'button[data-qa="allow-all-cookies"]'}],optOut:[{click:'button[data-qa="manage-cookies"]'},{waitFor:'.c-cookie-banner ~ [role="dialog"]'},{waitForThenClick:'.c-cookie-banner ~ [role="dialog"] input[type="checkbox"][value="true"]',all:!0},{click:'.c-cookie-banner ~ [role="dialog"] .c-modal__action button'}],test:[{wait:500},{eval:"EVAL_AFFINITY_SERIF_COM_0"}]},{name:"agolde.com",cosmetic:!0,prehideSelectors:["#modal-1 div[data-micromodal-close]"],detectCmp:[{exists:"#modal-1 div[aria-labelledby=modal-1-title]"}],detectPopup:[{exists:"#modal-1 div[data-micromodal-close]"}],optIn:[{click:'button[aria-label="Close modal"]'}],optOut:[{hide:"#modal-1 div[data-micromodal-close]"}]},{name:"aliexpress",vendorUrl:"https://aliexpress.com/",runContext:{urlPattern:"^https://.*\\.aliexpress\\.com/"},prehideSelectors:["#gdpr-new-container"],detectCmp:[{exists:"#gdpr-new-container,#voyager-gdpr > div"}],detectPopup:[{visible:"#gdpr-new-container,#voyager-gdpr > div"}],optIn:[{waitForThenClick:"#gdpr-new-container .btn-accept,#voyager-gdpr > div > div > button:nth-child(1)"}],optOut:[{if:{exists:"#voyager-gdpr > div"},then:[{waitForThenClick:"#voyager-gdpr > div > div > button:nth-child(2)"}],else:[{waitForThenClick:"#gdpr-new-container .btn-more"},{waitFor:"#gdpr-new-container .gdpr-dialog-switcher"},{click:"#gdpr-new-container .switcher-on",all:!0,optional:!0},{click:"#gdpr-new-container .btn-save"}]}]},{name:"almacmp",prehideSelectors:["#alma-cmpv2-container"],detectCmp:[{exists:"#alma-cmpv2-container"}],detectPopup:[{visible:"#alma-cmpv2-container #almacmp-modal-layer1"}],optIn:[{waitForThenClick:"#alma-cmpv2-container #almacmp-modal-layer1 #almacmp-modalConfirmBtn"}],optOut:[{waitForThenClick:"#alma-cmpv2-container #almacmp-modal-layer1 #almacmp-modalSettingBtn"},{waitFor:"#alma-cmpv2-container #almacmp-modal-layer2"},{waitForThenClick:"#alma-cmpv2-container #almacmp-modal-layer2 #almacmp-reject-all-layer2"}],test:[{eval:"EVAL_ALMACMP_0"}]},{name:"altium.com",cosmetic:!0,prehideSelectors:[".altium-privacy-bar"],detectCmp:[{exists:".altium-privacy-bar"}],detectPopup:[{exists:".altium-privacy-bar"}],optIn:[{click:"a.altium-privacy-bar__btn"}],optOut:[{hide:".altium-privacy-bar"}]},{name:"amazon.com",prehideSelectors:['span[data-action="sp-cc"][data-sp-cc*="rejectAllAction"]'],detectCmp:[{exists:'span[data-action="sp-cc"][data-sp-cc*="rejectAllAction"]'}],detectPopup:[{visible:'span[data-action="sp-cc"][data-sp-cc*="rejectAllAction"]'}],optIn:[{waitForVisible:"#sp-cc-accept"},{wait:500},{click:"#sp-cc-accept"}],optOut:[{waitForVisible:"#sp-cc-rejectall-link"},{wait:500},{click:"#sp-cc-rejectall-link"}]},{name:"amex",vendorUrl:"https://www.americanexpress.com/",cosmetic:!1,prehideSelectors:["#user-consent-management-granular-banner-overlay"],detectCmp:[{exists:"#user-consent-management-granular-banner-overlay"}],detectPopup:[{visible:"#user-consent-management-granular-banner-overlay"}],optIn:[{waitForThenClick:"[data-testid=granular-banner-button-accept-all]"}],optOut:[{waitForThenClick:"[data-testid=granular-banner-button-decline-all]"}]},{name:"aquasana.com",prehideSelectors:["#consent-tracking"],detectCmp:[{exists:"#consent-tracking"}],detectPopup:[{exists:"#consent-tracking"}],optIn:[{waitForThenClick:"#consent-tracking .affirm.btn"}],optOut:[{if:{exists:"#consent-tracking .decline.btn"},then:[{click:"#consent-tracking .decline.btn"}],else:[{hide:"#consent-tracking"}]}]},{name:"arbeitsagentur",vendorUrl:"https://www.arbeitsagentur.de/",prehideSelectors:[".modal-open bahf-cookie-disclaimer-dpl3"],detectCmp:[{exists:"bahf-cookie-disclaimer-dpl3"}],detectPopup:[{visible:"bahf-cookie-disclaimer-dpl3"}],optIn:[{waitForThenClick:["bahf-cookie-disclaimer-dpl3","#bahf-cookie-disclaimer-modal .ba-btn-primary"]}],optOut:[{waitForThenClick:["bahf-cookie-disclaimer-dpl3","#bahf-cookie-disclaimer-modal .ba-btn-contrast"]}],test:[{eval:"EVAL_ARBEITSAGENTUR_TEST"}]},{name:"asus",vendorUrl:"https://www.asus.com/",runContext:{urlPattern:"^https://www\\.asus\\.com/"},prehideSelectors:["#cookie-policy-info,#cookie-policy-info-bg"],detectCmp:[{exists:"#cookie-policy-info"}],detectPopup:[{visible:"#cookie-policy-info"}],optIn:[{waitForThenClick:'#cookie-policy-info [data-agree="Accept Cookies"]'}],optOut:[{if:{exists:"#cookie-policy-info .btn-reject"},then:[{waitForThenClick:"#cookie-policy-info .btn-reject"}],else:[{waitForThenClick:"#cookie-policy-info .btn-setting"},{waitForThenClick:'#cookie-policy-lightbox-wrapper [data-agree="Save Settings"]'}]}]},{name:"athlinks-com",runContext:{urlPattern:"^https://(www\\.)?athlinks\\.com/"},cosmetic:!0,prehideSelectors:["#footer-container ~ div"],detectCmp:[{exists:"#footer-container ~ div"}],detectPopup:[{visible:"#footer-container > div"}],optIn:[{click:"#footer-container ~ div button"}],optOut:[{hide:"#footer-container ~ div"}]},{name:"ausopen.com",cosmetic:!0,detectCmp:[{exists:".gdpr-popup__message"}],detectPopup:[{visible:".gdpr-popup__message"}],optOut:[{hide:".gdpr-popup__message"}],optIn:[{click:".gdpr-popup__message button"}]},{name:"automattic-cmp-optout",prehideSelectors:['form[class*="cookie-banner"][method="post"]'],detectCmp:[{exists:'form[class*="cookie-banner"][method="post"]'}],detectPopup:[{visible:'form[class*="cookie-banner"][method="post"]'}],optIn:[{click:'a[class*="accept-all-button"]'}],optOut:[{click:'form[class*="cookie-banner"] div[class*="simple-options"] a[class*="customize-button"]'},{waitForThenClick:"input[type=checkbox][checked]:not([disabled])",all:!0},{click:'a[class*="accept-selection-button"]'}]},{name:"aws.amazon.com",prehideSelectors:["#awsccc-cb-content","#awsccc-cs-container","#awsccc-cs-modalOverlay","#awsccc-cs-container-inner"],detectCmp:[{exists:"#awsccc-cb-content"}],detectPopup:[{visible:"#awsccc-cb-content"}],optIn:[{click:"button[data-id=awsccc-cb-btn-accept"}],optOut:[{click:"button[data-id=awsccc-cb-btn-customize]"},{waitFor:"input[aria-checked]"},{click:"input[aria-checked=true]",all:!0,optional:!0},{click:"button[data-id=awsccc-cs-btn-save]"}]},{name:"axeptio",prehideSelectors:[".axeptio_widget"],detectCmp:[{exists:".axeptio_widget"}],detectPopup:[{visible:".axeptio_widget"}],optIn:[{waitFor:".axeptio-widget--open"},{click:"button#axeptio_btn_acceptAll"}],optOut:[{waitFor:".axeptio-widget--open"},{click:"button#axeptio_btn_dismiss"}],test:[{eval:"EVAL_AXEPTIO_0"}]},{name:"baden-wuerttemberg.de",prehideSelectors:[".cookie-alert.t-dark"],cosmetic:!0,detectCmp:[{exists:".cookie-alert.t-dark"}],detectPopup:[{visible:".cookie-alert.t-dark"}],optIn:[{click:".cookie-alert__form input:not([disabled]):not([checked])"},{click:".cookie-alert__button button"}],optOut:[{hide:".cookie-alert.t-dark"}]},{name:"bahn-de",vendorUrl:"https://www.bahn.de/",cosmetic:!1,runContext:{main:!0,frame:!1,urlPattern:"^https://(www\\.)?bahn\\.de/"},intermediate:!1,prehideSelectors:[],detectCmp:[{exists:["body > div:first-child","#consent-layer"]}],detectPopup:[{visible:["body > div:first-child","#consent-layer"]}],optIn:[{waitForThenClick:["body > div:first-child","#consent-layer .js-accept-all-cookies"]}],optOut:[{waitForThenClick:["body > div:first-child","#consent-layer .js-accept-essential-cookies"]}],test:[{eval:"EVAL_BAHN_TEST"}]},{name:"bbb.org",runContext:{urlPattern:"^https://www\\.bbb\\.org/"},cosmetic:!0,prehideSelectors:['div[aria-label="use of cookies on bbb.org"]'],detectCmp:[{exists:'div[aria-label="use of cookies on bbb.org"]'}],detectPopup:[{visible:'div[aria-label="use of cookies on bbb.org"]'}],optIn:[{click:'div[aria-label="use of cookies on bbb.org"] button.bds-button-unstyled span.visually-hidden'}],optOut:[{hide:'div[aria-label="use of cookies on bbb.org"]'}]},{name:"bing.com",prehideSelectors:["#bnp_container"],detectCmp:[{exists:"#bnp_cookie_banner"}],detectPopup:[{visible:"#bnp_cookie_banner"},{visible:"#bnp_btn_accept,#bnp_btn_reject"}],optIn:[{waitForThenClick:"#bnp_btn_accept"}],optOut:[{wait:500},{waitForThenClick:"#bnp_btn_reject"}],test:[{eval:"EVAL_BING_0"}]},{name:"blocksy",vendorUrl:"https://creativethemes.com/blocksy/docs/extensions/cookies-consent/",cosmetic:!1,runContext:{main:!0,frame:!1},intermediate:!1,prehideSelectors:[".cookie-notification"],detectCmp:[{exists:"#blocksy-ext-cookies-consent-styles-css"}],detectPopup:[{visible:".cookie-notification"}],optIn:[{click:".cookie-notification .ct-cookies-decline-button"}],optOut:[{waitForThenClick:".cookie-notification .ct-cookies-decline-button"}],test:[{eval:"EVAL_BLOCKSY_0"}]},{name:"borlabs",detectCmp:[{exists:"._brlbs-block-content"}],detectPopup:[{visible:"._brlbs-bar-wrap,._brlbs-box-wrap"}],optIn:[{click:"a[data-cookie-accept-all]"}],optOut:[{click:"a[data-cookie-individual]"},{waitForVisible:".cookie-preference"},{click:"input[data-borlabs-cookie-checkbox]:checked",all:!0,optional:!0},{click:"#CookiePrefSave"},{wait:500}],prehideSelectors:["#BorlabsCookieBox"],test:[{eval:"EVAL_BORLABS_0"}]},{name:"bundesregierung.de",prehideSelectors:[".bpa-cookie-banner"],detectCmp:[{exists:".bpa-cookie-banner"}],detectPopup:[{visible:".bpa-cookie-banner .bpa-module-full-hero"}],optIn:[{click:".bpa-accept-all-button"}],optOut:[{wait:500,comment:"click is not immediately recognized"},{waitForThenClick:".bpa-close-button"}],test:[{eval:"EVAL_BUNDESREGIERUNG_DE_0"}]},{name:"burpee.com",cosmetic:!0,prehideSelectors:["#notice-cookie-block"],detectCmp:[{exists:"#notice-cookie-block"}],detectPopup:[{exists:"#html-body #notice-cookie-block"}],optIn:[{click:"#btn-cookie-allow"}],optOut:[{hide:"#html-body #notice-cookie-block, #notice-cookie"}]},{name:"canva.com",prehideSelectors:['div[role="dialog"] a[data-anchor-id="cookie-policy"]'],detectCmp:[{exists:'div[role="dialog"] a[data-anchor-id="cookie-policy"]'}],detectPopup:[{exists:'div[role="dialog"] a[data-anchor-id="cookie-policy"]'}],optIn:[{click:'div[role="dialog"] button:nth-child(1)'}],optOut:[{if:{exists:'div[role="dialog"] button:nth-child(3)'},then:[{click:'div[role="dialog"] button:nth-child(2)'}],else:[{click:'div[role="dialog"] button:nth-child(2)'},{waitFor:'div[role="dialog"] a[data-anchor-id="cookie-policy"]'},{waitFor:'div[role="dialog"] button[role=switch]'},{click:'div[role="dialog"] button:nth-child(2):not([role])'},{click:'div[role="dialog"] div:last-child button:only-child'}]}],test:[{eval:"EVAL_CANVA_0"}]},{name:"canyon.com",runContext:{urlPattern:"^https://www\\.canyon\\.com/"},prehideSelectors:["div.modal.cookiesModal.is-open"],detectCmp:[{exists:"div.modal.cookiesModal.is-open"}],detectPopup:[{visible:"div.modal.cookiesModal.is-open"}],optIn:[{click:'div.cookiesModal__buttonWrapper > button[data-closecause="close-by-submit"]'}],optOut:[{click:'div.cookiesModal__buttonWrapper > button[data-closecause="close-by-manage-cookies"]'},{waitForThenClick:"button#js-manage-data-privacy-save-button"}]},{name:"cassie",vendorUrl:"https://trustcassie.com",cosmetic:!1,runContext:{main:!0,frame:!1},prehideSelectors:[".cassie-cookie-module"],detectCmp:[{exists:".cassie-pre-banner"}],detectPopup:[{visible:"#cassie_pre_banner_text"}],optIn:[{waitForThenClick:".cassie-accept-all"}],optOut:[{waitForThenClick:".cassie-reject-all"}]},{name:"cc-banner-springer",prehideSelectors:[".cc-banner[data-cc-banner]"],detectCmp:[{exists:".cc-banner[data-cc-banner]"}],detectPopup:[{visible:".cc-banner[data-cc-banner]"}],optIn:[{waitForThenClick:".cc-banner[data-cc-banner] button[data-cc-action=accept]"}],optOut:[{if:{exists:".cc-banner[data-cc-banner] button[data-cc-action=reject]"},then:[{click:".cc-banner[data-cc-banner] button[data-cc-action=reject]"}],else:[{waitForThenClick:".cc-banner[data-cc-banner] button[data-cc-action=preferences]"},{waitFor:".cc-preferences[data-cc-preferences]"},{click:".cc-preferences[data-cc-preferences] input[type=radio][data-cc-action=toggle-category][value=off]",all:!0,optional:!0},{if:{exists:".cc-preferences[data-cc-preferences] button[data-cc-action=reject]"},then:[{click:".cc-preferences[data-cc-preferences] button[data-cc-action=reject]"}],else:[{click:".cc-preferences[data-cc-preferences] button[data-cc-action=save]"}]}]}],test:[{eval:"EVAL_CC_BANNER2_0"}]},{name:"cc_banner",cosmetic:!0,prehideSelectors:[".cc_banner-wrapper"],detectCmp:[{exists:".cc_banner-wrapper"}],detectPopup:[{visible:".cc_banner"}],optIn:[{click:".cc_btn_accept_all"}],optOut:[{hide:".cc_banner-wrapper"}]},{name:"check24-partnerprogramm-de",prehideSelectors:["[data-modal-content]:has([data-toggle-target^='cookie'])"],detectCmp:[{exists:"[data-toggle-target^='cookie']"}],detectPopup:[{visible:"[data-toggle-target^='cookie']",check:"any"}],optIn:[{waitForThenClick:"[data-cookie-accept-all]"}],optOut:[{waitForThenClick:"[data-cookie-dismiss-all]"}]},{name:"ciaopeople.it",prehideSelectors:["#cp-gdpr-choices"],detectCmp:[{exists:"#cp-gdpr-choices"}],detectPopup:[{visible:"#cp-gdpr-choices"}],optIn:[{waitForThenClick:".gdpr-btm__right > button:nth-child(2)"}],optOut:[{waitForThenClick:".gdpr-top-content > button"},{waitFor:".gdpr-top-back"},{waitForThenClick:".gdpr-btm__right > button:nth-child(1)"}],test:[{visible:"#cp-gdpr-choices",check:"none"}]},{vendorUrl:"https://www.civicuk.com/cookie-control/",name:"civic-cookie-control",prehideSelectors:["#ccc-module,#ccc-overlay,#ccc"],detectCmp:[{exists:"#ccc-module,#ccc-notify"}],detectPopup:[{visible:"#ccc"},{visible:"#ccc-module,#ccc-notify"}],optOut:[{if:{exists:"#ccc-notify"},then:[{waitForThenClick:["#ccc #ccc-notify .ccc-notify-buttons","xpath///button[contains(., 'Settings') or contains(., 'Cookie Preferences')]"]},{waitForVisible:"#ccc-module"}]},{if:{exists:"#ccc-reject-settings"},then:[{waitForThenClick:"#ccc-reject-settings"}],else:[{waitForThenClick:"#ccc-dismiss-button"}]}],optIn:[{waitForThenClick:"#ccc-recommended-settings,#ccc-notify-accept"}]},{name:"click.io",prehideSelectors:["#cl-consent"],detectCmp:[{exists:"#cl-consent"}],detectPopup:[{visible:"#cl-consent"}],optIn:[{waitForThenClick:'#cl-consent [data-role="b_agree"]'}],optOut:[{waitFor:'#cl-consent [data-role="b_options"]'},{wait:500},{click:'#cl-consent [data-role="b_options"]'},{waitFor:'.cl-consent-popup.cl-consent-visible [data-role="alloff"]'},{click:'.cl-consent-popup.cl-consent-visible [data-role="alloff"]',all:!0},{click:'[data-role="b_save"]'}],test:[{eval:"EVAL_CLICKIO_0",comment:"TODO: this only checks if we interacted at all"}]},{name:"clinch",intermediate:!1,runContext:{frame:!1,main:!0},prehideSelectors:[".consent-modal[role=dialog]"],detectCmp:[{exists:".consent-modal[role=dialog]"}],detectPopup:[{visible:".consent-modal[role=dialog]"}],optIn:[{click:"#consent_agree"}],optOut:[{if:{exists:"#consent_reject"},then:[{click:"#consent_reject"}],else:[{click:"#manage_cookie_preferences"},{click:"#cookie_consent_preferences input:checked",all:!0,optional:!0},{click:"#consent_save"}]}],test:[{eval:"EVAL_CLINCH_0"}]},{name:"clustrmaps.com",runContext:{urlPattern:"^https://(www\\.)?clustrmaps\\.com/"},cosmetic:!0,prehideSelectors:["#gdpr-cookie-message"],detectCmp:[{exists:"#gdpr-cookie-message"}],detectPopup:[{visible:"#gdpr-cookie-message"}],optIn:[{click:"button#gdpr-cookie-accept"}],optOut:[{hide:"#gdpr-cookie-message"}]},{name:"coinbase",intermediate:!1,runContext:{frame:!0,main:!0,urlPattern:"^https://(www|help)\\.coinbase\\.com"},prehideSelectors:[],detectCmp:[{exists:"div[class^=CookieBannerContent__Container]"}],detectPopup:[{visible:"div[class^=CookieBannerContent__Container]"}],optIn:[{click:"div[class^=CookieBannerContent__CTA] :nth-last-child(1)"}],optOut:[{click:"button[class^=CookieBannerContent__Settings]"},{click:"div[class^=CookiePreferencesModal__CategoryContainer] input:checked",all:!0,optional:!0},{click:"div[class^=CookiePreferencesModal__ButtonContainer] > button"}],test:[{eval:"EVAL_COINBASE_0"}]},{name:"Complianz banner",prehideSelectors:["#cmplz-cookiebanner-container"],detectCmp:[{exists:"#cmplz-cookiebanner-container .cmplz-cookiebanner"}],detectPopup:[{visible:"#cmplz-cookiebanner-container .cmplz-cookiebanner",check:"any"}],optIn:[{waitForThenClick:".cmplz-cookiebanner .cmplz-accept"}],optOut:[{waitForThenClick:".cmplz-cookiebanner .cmplz-deny"}],test:[{eval:"EVAL_COMPLIANZ_BANNER_0"}]},{name:"Complianz categories",prehideSelectors:['.cc-type-categories[aria-describedby="cookieconsent:desc"]'],detectCmp:[{exists:'.cc-type-categories[aria-describedby="cookieconsent:desc"]'}],detectPopup:[{visible:'.cc-type-categories[aria-describedby="cookieconsent:desc"]'}],optIn:[{any:[{click:".cc-accept-all"},{click:".cc-allow-all"},{click:".cc-allow"},{click:".cc-dismiss"}]}],optOut:[{if:{exists:'.cc-type-categories[aria-describedby="cookieconsent:desc"] .cc-dismiss'},then:[{click:".cc-dismiss"}],else:[{click:".cc-type-categories input[type=checkbox]:not([disabled]):checked",all:!0,optional:!0},{click:".cc-save"}]}]},{name:"Complianz notice",prehideSelectors:['.cc-type-info[aria-describedby="cookieconsent:desc"]'],cosmetic:!0,detectCmp:[{exists:'.cc-type-info[aria-describedby="cookieconsent:desc"] .cc-compliance .cc-btn'}],detectPopup:[{visible:'.cc-type-info[aria-describedby="cookieconsent:desc"] .cc-compliance .cc-btn'}],optIn:[{click:".cc-accept-all",optional:!0},{click:".cc-allow",optional:!0},{click:".cc-dismiss",optional:!0}],optOut:[{if:{exists:".cc-deny"},then:[{click:".cc-deny"}],else:[{hide:'[aria-describedby="cookieconsent:desc"]'}]}]},{name:"Complianz opt-both",prehideSelectors:['[aria-describedby="cookieconsent:desc"] .cc-type-opt-both'],detectCmp:[{exists:'[aria-describedby="cookieconsent:desc"] .cc-type-opt-both'}],detectPopup:[{visible:'[aria-describedby="cookieconsent:desc"] .cc-type-opt-both'}],optIn:[{click:".cc-accept-all",optional:!0},{click:".cc-allow",optional:!0},{click:".cc-dismiss",optional:!0}],optOut:[{waitForThenClick:".cc-deny"}]},{name:"Complianz opt-out",prehideSelectors:['[aria-describedby="cookieconsent:desc"].cc-type-opt-out'],detectCmp:[{exists:'[aria-describedby="cookieconsent:desc"].cc-type-opt-out'}],detectPopup:[{visible:'[aria-describedby="cookieconsent:desc"].cc-type-opt-out'}],optIn:[{click:".cc-accept-all",optional:!0},{click:".cc-allow",optional:!0},{click:".cc-dismiss",optional:!0}],optOut:[{if:{exists:".cc-deny"},then:[{click:".cc-deny"}],else:[{if:{exists:".cmp-pref-link"},then:[{click:".cmp-pref-link"},{waitForThenClick:".cmp-body [id*=rejectAll]"},{waitForThenClick:".cmp-body .cmp-save-btn"}]}]}]},{name:"Complianz optin",prehideSelectors:['.cc-type-opt-in[aria-describedby="cookieconsent:desc"]'],detectCmp:[{exists:'.cc-type-opt-in[aria-describedby="cookieconsent:desc"]'}],detectPopup:[{visible:'.cc-type-opt-in[aria-describedby="cookieconsent:desc"]'}],optIn:[{any:[{click:".cc-accept-all"},{click:".cc-allow"},{click:".cc-dismiss"}]}],optOut:[{if:{visible:".cc-deny"},then:[{click:".cc-deny"}],else:[{if:{visible:".cc-settings"},then:[{waitForThenClick:".cc-settings"},{waitForVisible:".cc-settings-view"},{click:".cc-settings-view input[type=checkbox]:not([disabled]):checked",all:!0,optional:!0},{click:".cc-settings-view .cc-btn-accept-selected"}],else:[{click:".cc-dismiss"}]}]}]},{name:"cookie-consent-spice",cosmetic:!1,runContext:{main:!0,frame:!1},prehideSelectors:[".spicy-consent-wrapper",".spicy-consent-bar"],detectCmp:[{exists:".spicy-consent-bar"}],detectPopup:[{visible:".spicy-consent-bar"}],optIn:[{waitForThenClick:".spicy-consent-bar__action-accept"}],optOut:[{waitForThenClick:".js-decline-all-cookies"}]},{name:"cookie-law-info",prehideSelectors:["#cookie-law-info-bar"],detectCmp:[{exists:"#cookie-law-info-bar"},{eval:"EVAL_COOKIE_LAW_INFO_DETECT"}],detectPopup:[{visible:"#cookie-law-info-bar"}],optIn:[{click:'[data-cli_action="accept_all"]'}],optOut:[{hide:"#cookie-law-info-bar"},{eval:"EVAL_COOKIE_LAW_INFO_0"}],test:[{eval:"EVAL_COOKIE_LAW_INFO_1"}]},{name:"cookie-manager-popup",cosmetic:!1,runContext:{main:!0,frame:!1},intermediate:!1,detectCmp:[{exists:"#notice-cookie-block #allow-functional-cookies, #notice-cookie-block #btn-cookie-settings"}],detectPopup:[{visible:"#notice-cookie-block"}],optIn:[{click:"#btn-cookie-allow"}],optOut:[{if:{exists:"#allow-functional-cookies"},then:[{click:"#allow-functional-cookies"}],else:[{waitForThenClick:"#btn-cookie-settings"},{waitForVisible:".modal-body"},{click:'.modal-body input:checked, .switch[data-switch="on"]',all:!0,optional:!0},{click:'[role="dialog"] .modal-footer button'}]}],prehideSelectors:["#btn-cookie-settings"],test:[{eval:"EVAL_COOKIE_MANAGER_POPUP_0"}]},{name:"cookie-notice",prehideSelectors:["#cookie-notice"],cosmetic:!0,detectCmp:[{visible:"#cookie-notice .cookie-notice-container"}],detectPopup:[{visible:"#cookie-notice"}],optIn:[{click:"#cn-accept-cookie"}],optOut:[{hide:"#cookie-notice"}]},{name:"cookie-script",vendorUrl:"https://cookie-script.com/",prehideSelectors:["#cookiescript_injected"],detectCmp:[{exists:"#cookiescript_injected"}],detectPopup:[{visible:"#cookiescript_injected"}],optOut:[{if:{exists:"#cookiescript_reject"},then:[{wait:100},{click:"#cookiescript_reject"}],else:[{click:"#cookiescript_manage"},{waitForVisible:".cookiescript_fsd_main"},{waitForThenClick:"#cookiescript_reject"}]}],optIn:[{click:"#cookiescript_accept"}]},{name:"cookieacceptbar",vendorUrl:"https://unknown",cosmetic:!0,prehideSelectors:["#cookieAcceptBar.cookieAcceptBar"],detectCmp:[{exists:"#cookieAcceptBar.cookieAcceptBar"}],detectPopup:[{visible:"#cookieAcceptBar.cookieAcceptBar"}],optIn:[{waitForThenClick:"#cookieAcceptBarConfirm"}],optOut:[{hide:"#cookieAcceptBar.cookieAcceptBar"}]},{name:"cookiealert",intermediate:!1,prehideSelectors:[],runContext:{frame:!0,main:!0},detectCmp:[{exists:".cookie-alert-extended"}],detectPopup:[{visible:".cookie-alert-extended-modal"}],optIn:[{click:"button[data-controller='cookie-alert/extended/button/accept']"},{eval:"EVAL_COOKIEALERT_0"}],optOut:[{click:"a[data-controller='cookie-alert/extended/detail-link']"},{click:".cookie-alert-configuration-input:checked",all:!0,optional:!0},{click:"button[data-controller='cookie-alert/extended/button/configuration']"},{eval:"EVAL_COOKIEALERT_0"}],test:[{eval:"EVAL_COOKIEALERT_2"}]},{name:"cookieconsent2",vendorUrl:"https://www.github.com/orestbida/cookieconsent",comment:"supports v2.x.x of the library",prehideSelectors:["#cc--main"],detectCmp:[{exists:"#cc--main"}],detectPopup:[{visible:"#cm"},{exists:"#s-all-bn"}],optIn:[{waitForThenClick:"#s-all-bn"}],optOut:[{waitForThenClick:"#s-rall-bn"}],test:[{eval:"EVAL_COOKIECONSENT2_TEST"}]},{name:"cookieconsent3",vendorUrl:"https://www.github.com/orestbida/cookieconsent",comment:"supports v3.x.x of the library",prehideSelectors:["#cc-main"],detectCmp:[{exists:"#cc-main"}],detectPopup:[{visible:"#cc-main .cm-wrapper"}],optIn:[{waitForThenClick:".cm__btn[data-role=all]"}],optOut:[{waitForThenClick:".cm__btn[data-role=necessary]"}],test:[{eval:"EVAL_COOKIECONSENT3_TEST"}]},{name:"cookiecuttr",vendorUrl:"https://github.com/cdwharton/cookieCuttr",cosmetic:!1,runContext:{main:!0,frame:!1,urlPattern:""},prehideSelectors:[".cc-cookies"],detectCmp:[{exists:".cc-cookies .cc-cookie-accept"}],detectPopup:[{visible:".cc-cookies .cc-cookie-accept"}],optIn:[{waitForThenClick:".cc-cookies .cc-cookie-accept"}],optOut:[{if:{exists:".cc-cookies .cc-cookie-decline"},then:[{click:".cc-cookies .cc-cookie-decline"}],else:[{hide:".cc-cookies"}]}]},{name:"cookiefirst.com",prehideSelectors:["#cookiefirst-root,.cookiefirst-root,[aria-labelledby=cookie-preference-panel-title]"],detectCmp:[{exists:"#cookiefirst-root,.cookiefirst-root"}],detectPopup:[{visible:"#cookiefirst-root,.cookiefirst-root"}],optIn:[{click:"button[data-cookiefirst-action=accept]"}],optOut:[{if:{exists:"button[data-cookiefirst-action=adjust]"},then:[{click:"button[data-cookiefirst-action=adjust]"},{waitForVisible:"[data-cookiefirst-widget=modal]",timeout:1e3},{eval:"EVAL_COOKIEFIRST_1"},{wait:1e3},{click:"button[data-cookiefirst-action=save]"}],else:[{click:"button[data-cookiefirst-action=reject]"}]}],test:[{eval:"EVAL_COOKIEFIRST_0"}]},{name:"Cookie Information Banner",prehideSelectors:["#cookie-information-template-wrapper"],detectCmp:[{exists:"#cookie-information-template-wrapper"}],detectPopup:[{visible:"#cookie-information-template-wrapper"}],optIn:[{eval:"EVAL_COOKIEINFORMATION_1"}],optOut:[{hide:"#cookie-information-template-wrapper",comment:"some templates don't hide the banner automatically"},{eval:"EVAL_COOKIEINFORMATION_0"}],test:[{eval:"EVAL_COOKIEINFORMATION_2"}]},{name:"cookieyes",prehideSelectors:[".cky-overlay,.cky-consent-container"],detectCmp:[{exists:".cky-consent-container"}],detectPopup:[{visible:".cky-consent-container"}],optIn:[{waitForThenClick:".cky-consent-container [data-cky-tag=accept-button]"}],optOut:[{if:{exists:".cky-consent-container [data-cky-tag=reject-button]"},then:[{waitForThenClick:".cky-consent-container [data-cky-tag=reject-button]"}],else:[{if:{exists:".cky-consent-container [data-cky-tag=settings-button]"},then:[{click:".cky-consent-container [data-cky-tag=settings-button]"},{waitFor:".cky-modal-open input[type=checkbox]"},{click:".cky-modal-open input[type=checkbox]:checked",all:!0,optional:!0},{waitForThenClick:".cky-modal [data-cky-tag=detail-save-button]"}],else:[{hide:".cky-consent-container,.cky-overlay"}]}]}],test:[{eval:"EVAL_COOKIEYES_0"}]},{name:"corona-in-zahlen.de",prehideSelectors:[".cookiealert"],detectCmp:[{exists:".cookiealert"}],detectPopup:[{visible:".cookiealert"}],optOut:[{click:".configurecookies"},{click:".confirmcookies"}],optIn:[{click:".acceptcookies"}]},{name:"crossfit-com",cosmetic:!0,prehideSelectors:['body #modal > div > div[class^="_wrapper_"]'],detectCmp:[{exists:'body #modal > div > div[class^="_wrapper_"]'}],detectPopup:[{visible:'body #modal > div > div[class^="_wrapper_"]'}],optIn:[{click:'button[aria-label="accept cookie policy"]'}],optOut:[{hide:'body #modal > div > div[class^="_wrapper_"]'}]},{name:"csu-landtag-de",runContext:{urlPattern:"^https://(www\\.|)?csu-landtag\\.de"},prehideSelectors:["#cookie-disclaimer"],detectCmp:[{exists:"#cookie-disclaimer"}],detectPopup:[{visible:"#cookie-disclaimer"}],optIn:[{click:"#cookieall"}],optOut:[{click:"#cookiesel"}]},{name:"dailymotion-us",cosmetic:!0,prehideSelectors:['div[class*="CookiePopup__desktopContainer"]:has(div[class*="CookiePopup"])'],detectCmp:[{exists:'div[class*="CookiePopup__desktopContainer"]'}],detectPopup:[{visible:'div[class*="CookiePopup__desktopContainer"]'}],optIn:[{click:'div[class*="CookiePopup__desktopContainer"] > button > span'}],optOut:[{hide:'div[class*="CookiePopup__desktopContainer"]'}]},{name:"dailymotion.com",runContext:{urlPattern:"^https://(www\\.)?dailymotion\\.com/"},prehideSelectors:['div[class*="Overlay__container"]:has(div[class*="TCF2Popup"])'],detectCmp:[{exists:'div[class*="TCF2Popup"]'}],detectPopup:[{visible:'[class*="TCF2Popup"] a[href^="https://www.dailymotion.com/legal/cookiemanagement"]'}],optIn:[{waitForThenClick:'button[class*="TCF2Popup__button"]:not([class*="TCF2Popup__personalize"])'}],optOut:[{waitForThenClick:'button[class*="TCF2ContinueWithoutAcceptingButton"]'}],test:[{eval:"EVAL_DAILYMOTION_0"}]},{name:"dan-com",vendorUrl:"https://unknown",runContext:{main:!0,frame:!1},prehideSelectors:[],detectCmp:[{exists:".cookie-banner.show .cookie-banner__content-all-btn"}],detectPopup:[{visible:".cookie-banner.show .cookie-banner__content-all-btn"}],optIn:[{waitForThenClick:".cookie-banner__content-all-btn"}],optOut:[{waitForThenClick:".cookie-banner__content-essential-btn"}]},{name:"deepl.com",prehideSelectors:[".dl_cookieBanner_container"],detectCmp:[{exists:".dl_cookieBanner_container"}],detectPopup:[{visible:".dl_cookieBanner_container"}],optOut:[{click:".dl_cookieBanner--buttonSelected"}],optIn:[{click:".dl_cookieBanner--buttonAll"}]},{name:"delta.com",runContext:{urlPattern:"^https://www\\.delta\\.com/"},cosmetic:!0,prehideSelectors:["ngc-cookie-banner"],detectCmp:[{exists:"div.cookie-footer-container"}],detectPopup:[{visible:"div.cookie-footer-container"}],optIn:[{click:" button.cookie-close-icon"}],optOut:[{hide:"div.cookie-footer-container"}]},{name:"dmgmedia-us",prehideSelectors:["#mol-ads-cmp-iframe, div.mol-ads-cmp > form > div"],detectCmp:[{exists:"div.mol-ads-cmp > form > div"}],detectPopup:[{waitForVisible:"div.mol-ads-cmp > form > div"}],optIn:[{waitForThenClick:"button.mol-ads-cmp--btn-primary"}],optOut:[{waitForThenClick:"div.mol-ads-ccpa--message > u > a"},{waitForVisible:".mol-ads-cmp--modal-dialog"},{waitForThenClick:"a.mol-ads-cmp-footer-privacy"},{waitForThenClick:"button.mol-ads-cmp--btn-secondary"}]},{name:"dmgmedia",prehideSelectors:['[data-project="mol-fe-cmp"]'],detectCmp:[{exists:'[data-project="mol-fe-cmp"] [class*=footer]'}],detectPopup:[{visible:'[data-project="mol-fe-cmp"] [class*=footer]'}],optIn:[{waitForThenClick:'[data-project="mol-fe-cmp"] button[class*=primary]'}],optOut:[{waitForThenClick:'[data-project="mol-fe-cmp"] button[class*=basic]'},{waitForVisible:'[data-project="mol-fe-cmp"] div[class*="tabContent"]'},{waitForThenClick:'[data-project="mol-fe-cmp"] div[class*="toggle"][class*="enabled"]',all:!0},{waitForThenClick:['[data-project="mol-fe-cmp"] [class*=footer]',"xpath///button[contains(., 'Save & Exit')]"]}]},{name:"dndbeyond",vendorUrl:"https://www.dndbeyond.com/",runContext:{urlPattern:"^https://(www\\.)?dndbeyond\\.com/"},prehideSelectors:["[id^=cookie-consent-banner]"],detectCmp:[{exists:"[id^=cookie-consent-banner]"}],detectPopup:[{visible:"[id^=cookie-consent-banner]"}],optIn:[{waitForThenClick:"#cookie-consent-granted"}],optOut:[{waitForThenClick:"#cookie-consent-denied"}],test:[{eval:"EVAL_DNDBEYOND_TEST"}]},{name:"dpgmedia-nl",prehideSelectors:["#pg-shadow-root-host"],detectCmp:[{exists:"#pg-shadow-root-host"}],detectPopup:[{visible:["#pg-shadow-root-host","#pg-modal"]}],optIn:[{waitForThenClick:["#pg-shadow-root-host","#pg-accept-btn"]}],optOut:[{waitForThenClick:["#pg-shadow-root-host","#pg-configure-btn"]},{waitForThenClick:["#pg-shadow-root-host","#pg-reject-btn"]}]},{name:"Drupal",detectCmp:[{exists:"#drupalorg-crosssite-gdpr"}],detectPopup:[{visible:"#drupalorg-crosssite-gdpr"}],optOut:[{click:".no"}],optIn:[{click:".yes"}]},{name:"WP DSGVO Tools",link:"https://wordpress.org/plugins/shapepress-dsgvo/",prehideSelectors:[".sp-dsgvo"],cosmetic:!0,detectCmp:[{exists:".sp-dsgvo.sp-dsgvo-popup-overlay"}],detectPopup:[{visible:".sp-dsgvo.sp-dsgvo-popup-overlay",check:"any"}],optIn:[{click:".sp-dsgvo-privacy-btn-accept-all",all:!0}],optOut:[{hide:".sp-dsgvo.sp-dsgvo-popup-overlay"}],test:[{eval:"EVAL_DSGVO_0"}]},{name:"dunelm.com",prehideSelectors:["div[data-testid=cookie-consent-modal-backdrop]"],detectCmp:[{exists:"div[data-testid=cookie-consent-message-contents]"}],detectPopup:[{visible:"div[data-testid=cookie-consent-message-contents]"}],optIn:[{click:'[data-testid="cookie-consent-allow-all"]'}],optOut:[{click:"button[data-testid=cookie-consent-adjust-settings]"},{click:"button[data-testid=cookie-consent-preferences-save]"}],test:[{eval:"EVAL_DUNELM_0"}]},{name:"ebay",vendorUrl:"https://ebay.com",cosmetic:!1,runContext:{main:!0,frame:!1,urlPattern:"^https://(www\\.)?ebay\\.([.a-z]+)/"},prehideSelectors:["#gdpr-banner"],detectCmp:[{exists:"#gdpr-banner"}],detectPopup:[{visible:"#gdpr-banner"}],optIn:[{waitForThenClick:"#gdpr-banner-accept"}],optOut:[{waitForThenClick:"#gdpr-banner-decline"}]},{name:"ecosia",vendorUrl:"https://www.ecosia.org/",runContext:{urlPattern:"^https://www\\.ecosia\\.org/"},prehideSelectors:[".cookie-wrapper"],detectCmp:[{exists:".cookie-wrapper > .cookie-notice"}],detectPopup:[{visible:".cookie-wrapper > .cookie-notice"}],optIn:[{waitForThenClick:"[data-test-id=cookie-notice-accept]"}],optOut:[{waitForThenClick:"[data-test-id=cookie-notice-reject]"}]},{name:"Ensighten ensModal",prehideSelectors:[".ensModal"],detectCmp:[{exists:".ensModal"},{visible:"#ensModalWrapper[style*=block]"}],detectPopup:[{visible:"#ensModalWrapper[style*=block]"}],optIn:[{waitForThenClick:"#modalAcceptButton"}],optOut:[{wait:500},{visible:"#ensModalWrapper[style*=block]"},{waitForThenClick:".ensCheckbox:checked",all:!0},{waitForThenClick:"#ensSave"}]},{name:"Ensighten ensNotifyBanner",prehideSelectors:["#ensNotifyBanner"],detectCmp:[{exists:"#ensNotifyBanner"}],detectPopup:[{visible:"#ensNotifyBanner[style*=block]"}],optIn:[{waitForThenClick:"#ensCloseBanner"}],optOut:[{wait:500},{visible:"#ensNotifyBanner[style*=block]"},{waitForThenClick:"#ensRejectAll,#rejectAll,#ensRejectBanner,.rejectAll,#ensCloseBanner",timeout:2e3}]},{name:"espace-personnel.agirc-arrco.fr",runContext:{urlPattern:"^https://espace-personnel\\.agirc-arrco\\.fr/"},prehideSelectors:[".cdk-overlay-container"],detectCmp:[{exists:".cdk-overlay-container app-esaa-cookie-component"}],detectPopup:[{visible:".cdk-overlay-container app-esaa-cookie-component"}],optIn:[{waitForThenClick:".btn-cookie-accepter"}],optOut:[{waitForThenClick:".btn-cookie-refuser"}]},{name:"etsy",prehideSelectors:["#gdpr-single-choice-overlay","#gdpr-privacy-settings"],detectCmp:[{exists:"#gdpr-single-choice-overlay"}],detectPopup:[{visible:"#gdpr-single-choice-overlay"}],optOut:[{click:"button[data-gdpr-open-full-settings]"},{waitForVisible:".gdpr-overlay-body input",timeout:3e3},{wait:1e3},{eval:"EVAL_ETSY_0"},{eval:"EVAL_ETSY_1"}],optIn:[{click:"button[data-gdpr-single-choice-accept]"}]},{name:"eu-cookie-compliance-banner",detectCmp:[{exists:"body.eu-cookie-compliance-popup-open"}],detectPopup:[{exists:"body.eu-cookie-compliance-popup-open"}],optIn:[{click:".agree-button"}],optOut:[{if:{visible:".decline-button,.eu-cookie-compliance-save-preferences-button"},then:[{click:".decline-button,.eu-cookie-compliance-save-preferences-button"}]},{hide:".eu-cookie-compliance-banner-info, #sliding-popup"}],test:[{eval:"EVAL_EU_COOKIE_COMPLIANCE_0"}]},{name:"EU Cookie Law",prehideSelectors:[".pea_cook_wrapper,.pea_cook_more_info_popover"],cosmetic:!0,detectCmp:[{exists:".pea_cook_wrapper"}],detectPopup:[{wait:500},{visible:".pea_cook_wrapper"}],optIn:[{click:"#pea_cook_btn"}],optOut:[{hide:".pea_cook_wrapper"}],test:[{eval:"EVAL_EU_COOKIE_LAW_0"}]},{name:"europa-eu",vendorUrl:"https://ec.europa.eu/",runContext:{urlPattern:"^https://[^/]*europa\\.eu/"},prehideSelectors:["#cookie-consent-banner"],detectCmp:[{exists:".cck-container"}],detectPopup:[{visible:".cck-container"}],optIn:[{waitForThenClick:'.cck-actions-button[href="#accept"]'}],optOut:[{waitForThenClick:'.cck-actions-button[href="#refuse"]',hide:".cck-container"}]},{name:"EZoic",prehideSelectors:["#ez-cookie-dialog-wrapper"],detectCmp:[{exists:"#ez-cookie-dialog-wrapper"}],detectPopup:[{visible:"#ez-cookie-dialog-wrapper"}],optIn:[{click:"#ez-accept-all",optional:!0},{eval:"EVAL_EZOIC_0",optional:!0}],optOut:[{wait:500},{click:"#ez-manage-settings"},{waitFor:"#ez-cookie-dialog input[type=checkbox]"},{click:"#ez-cookie-dialog input[type=checkbox]:checked",all:!0},{click:"#ez-save-settings"}],test:[{eval:"EVAL_EZOIC_1"}]},{name:"facebook",runContext:{urlPattern:"^https://([a-z0-9-]+\\.)?facebook\\.com/"},prehideSelectors:['div[data-testid="cookie-policy-manage-dialog"]'],detectCmp:[{exists:'div[data-testid="cookie-policy-manage-dialog"]'}],detectPopup:[{visible:'div[data-testid="cookie-policy-manage-dialog"]'}],optIn:[{waitForThenClick:'button[data-cookiebanner="accept_button"]'},{waitForVisible:'div[data-testid="cookie-policy-manage-dialog"]',check:"none"}],optOut:[{waitForThenClick:'button[data-cookiebanner="accept_only_essential_button"]'},{waitForVisible:'div[data-testid="cookie-policy-manage-dialog"]',check:"none"}]},{name:"fides",vendorUrl:"https://github.com/ethyca/fides",prehideSelectors:["#fides-overlay"],detectCmp:[{exists:"#fides-overlay #fides-banner"}],detectPopup:[{visible:"#fides-overlay #fides-banner"},{eval:"EVAL_FIDES_DETECT_POPUP"}],optIn:[{waitForThenClick:"#fides-banner .fides-accept-all-button"}],optOut:[{waitForThenClick:"#fides-banner .fides-reject-all-button"}]},{name:"funding-choices",prehideSelectors:[".fc-consent-root,.fc-dialog-container,.fc-dialog-overlay,.fc-dialog-content"],detectCmp:[{exists:".fc-consent-root"}],detectPopup:[{exists:".fc-dialog-container"}],optOut:[{click:".fc-cta-do-not-consent,.fc-cta-manage-options"},{click:".fc-preference-consent:checked,.fc-preference-legitimate-interest:checked",all:!0,optional:!0},{click:".fc-confirm-choices",optional:!0}],optIn:[{click:".fc-cta-consent"}]},{name:"geeks-for-geeks",runContext:{urlPattern:"^https://www\\.geeksforgeeks\\.org/"},cosmetic:!0,prehideSelectors:[".cookie-consent"],detectCmp:[{exists:".cookie-consent"}],detectPopup:[{visible:".cookie-consent"}],optIn:[{click:".cookie-consent button.consent-btn"}],optOut:[{hide:".cookie-consent"}]},{name:"google-consent-standalone",prehideSelectors:[],detectCmp:[{exists:'a[href^="https://policies.google.com/technologies/cookies"'},{exists:'form[action^="https://consent.google."][action$="/save"]'}],detectPopup:[{visible:'a[href^="https://policies.google.com/technologies/cookies"'}],optIn:[{waitForThenClick:'form[action^="https://consent.google."][action$="/save"]:has(input[name=set_eom][value=false]) button'}],optOut:[{waitForThenClick:'form[action^="https://consent.google."][action$="/save"]:has(input[name=set_eom][value=true]) button'}]},{name:"google-cookiebar",vendorUrl:"https://www.android.com/better-together/quick-share-app/",cosmetic:!1,prehideSelectors:[".glue-cookie-notification-bar"],detectCmp:[{exists:".glue-cookie-notification-bar"}],detectPopup:[{visible:".glue-cookie-notification-bar"}],optIn:[{waitForThenClick:".glue-cookie-notification-bar__accept"}],optOut:[{if:{exists:".glue-cookie-notification-bar__reject"},then:[{click:".glue-cookie-notification-bar__reject"}],else:[{hide:".glue-cookie-notification-bar"}]}],test:[]},{name:"google.com",prehideSelectors:[".HTjtHe#xe7COe"],detectCmp:[{exists:".HTjtHe#xe7COe"},{exists:'.HTjtHe#xe7COe a[href^="https://policies.google.com/technologies/cookies"]'}],detectPopup:[{visible:".HTjtHe#xe7COe button#W0wltc"}],optIn:[{waitForThenClick:".HTjtHe#xe7COe button#L2AGLb"}],optOut:[{waitForThenClick:".HTjtHe#xe7COe button#W0wltc"}],test:[{eval:"EVAL_GOOGLE_0"}]},{name:"gov.uk",detectCmp:[{exists:"#global-cookie-message"}],detectPopup:[{exists:"#global-cookie-message"}],optIn:[{click:"button[data-accept-cookies=true]"}],optOut:[{click:"button[data-reject-cookies=true],#reject-cookies"},{click:"button[data-hide-cookie-banner=true],#hide-cookie-decision"}]},{name:"hashicorp",vendorUrl:"https://hashicorp.com/",runContext:{urlPattern:"^https://[^.]*\\.hashicorp\\.com/"},prehideSelectors:["[data-testid=consent-banner]"],detectCmp:[{exists:"[data-testid=consent-banner]"}],detectPopup:[{visible:"[data-testid=consent-banner]"}],optIn:[{waitForThenClick:"[data-testid=accept]"}],optOut:[{waitForThenClick:"[data-testid=manage-preferences]"},{waitForThenClick:"[data-testid=consent-mgr-dialog] [data-ga-button=save-preferences]"}]},{name:"healthline-media",prehideSelectors:["#modal-host > div.no-hash > div.window-wrapper"],detectCmp:[{exists:"#modal-host > div.no-hash > div.window-wrapper, div[data-testid=qualtrics-container]"}],detectPopup:[{exists:"#modal-host > div.no-hash > div.window-wrapper, div[data-testid=qualtrics-container]"}],optIn:[{click:"#modal-host > div.no-hash > div.window-wrapper > div:last-child button"}],optOut:[{if:{exists:'#modal-host > div.no-hash > div.window-wrapper > div:last-child a[href="/privacy-settings"]'},then:[{click:'#modal-host > div.no-hash > div.window-wrapper > div:last-child a[href="/privacy-settings"]'}],else:[{waitForVisible:"div#__next"},{click:"#__next div:nth-child(1) > button:first-child"}]}]},{name:"hema",prehideSelectors:[".cookie-modal"],detectCmp:[{visible:".cookie-modal .cookie-accept-btn"}],detectPopup:[{visible:".cookie-modal .cookie-accept-btn"}],optIn:[{waitForThenClick:".cookie-modal .cookie-accept-btn"}],optOut:[{waitForThenClick:".cookie-modal .js-cookie-reject-btn"}],test:[{eval:"EVAL_HEMA_TEST_0"}]},{name:"hetzner.com",runContext:{urlPattern:"^https://www\\.hetzner\\.com/"},prehideSelectors:["#CookieConsent"],detectCmp:[{exists:"#CookieConsent"}],detectPopup:[{visible:"#CookieConsent"}],optIn:[{click:"#CookieConsentGiven"}],optOut:[{click:"#CookieConsentDeclined"}]},{name:"hl.co.uk",prehideSelectors:[".cookieModalContent","#cookie-banner-overlay"],detectCmp:[{exists:"#cookie-banner-overlay"}],detectPopup:[{exists:"#cookie-banner-overlay"}],optIn:[{click:"#acceptCookieButton"}],optOut:[{click:"#manageCookie"},{hide:".cookieSettingsModal"},{waitFor:"#AOCookieToggle"},{click:"#AOCookieToggle[aria-pressed=true]",optional:!0},{waitFor:"#TPCookieToggle"},{click:"#TPCookieToggle[aria-pressed=true]",optional:!0},{click:"#updateCookieButton"}]},{name:"holidaymedia",vendorUrl:"https://holidaymedia.nl/",prehideSelectors:["dialog[data-cookie-consent]"],detectCmp:[{exists:"dialog[data-cookie-consent]"}],detectPopup:[{visible:"dialog[data-cookie-consent]"}],optIn:[{waitForThenClick:"button.cookie-consent__button--accept-all"}],optOut:[{waitForThenClick:'a[data-cookie-accept="functional"]',timeout:2e3}]},{name:"hu-manity",vendorUrl:"https://hu-manity.co/",prehideSelectors:["#hu.hu-wrapper"],detectCmp:[{exists:"#hu.hu-visible"}],detectPopup:[{visible:"#hu.hu-visible"}],optIn:[{waitForThenClick:"[data-hu-action=cookies-notice-consent-choices-3]"},{waitForThenClick:"#hu-cookies-save"}],optOut:[{waitForThenClick:"#hu-cookies-save"}]},{name:"hubspot",detectCmp:[{exists:"#hs-eu-cookie-confirmation"}],detectPopup:[{visible:"#hs-eu-cookie-confirmation"}],optIn:[{click:"#hs-eu-confirmation-button"}],optOut:[{click:"#hs-eu-decline-button"}]},{name:"indeed.com",cosmetic:!0,prehideSelectors:["#CookiePrivacyNotice"],detectCmp:[{exists:"#CookiePrivacyNotice"}],detectPopup:[{visible:"#CookiePrivacyNotice"}],optIn:[{click:"#CookiePrivacyNotice button[data-gnav-element-name=CookiePrivacyNoticeOk]"}],optOut:[{hide:"#CookiePrivacyNotice"}]},{name:"ing.de",runContext:{urlPattern:"^https://www\\.ing\\.de/"},cosmetic:!0,prehideSelectors:['div[slot="backdrop"]'],detectCmp:[{exists:'[data-tag-name="ing-cc-dialog-frame"]'}],detectPopup:[{visible:'[data-tag-name="ing-cc-dialog-frame"]'}],optIn:[{click:['[data-tag-name="ing-cc-dialog-level0"]','[data-tag-name="ing-cc-button"][class*="accept"]']}],optOut:[{click:['[data-tag-name="ing-cc-dialog-level0"]','[data-tag-name="ing-cc-button"][class*="more"]']}]},{name:"instagram",vendorUrl:"https://instagram.com",runContext:{urlPattern:"^https://www\\.instagram\\.com/"},prehideSelectors:[],detectCmp:[{exists:'xpath///span[contains(., "Vill du tillåta användningen av cookies från Instagram i den här webbläsaren?") or contains(., "Allow the use of cookies from Instagram on this browser?") or contains(., "Povolit v prohlížeči použití souborů cookie z Instagramu?") or contains(., "Dopustiti upotrebu kolačića s Instagrama na ovom pregledniku?") or contains(., "Разрешить использование файлов cookie от Instagram в этом браузере?") or contains(., "Vuoi consentire l\'uso dei cookie di Instagram su questo browser?") or contains(., "Povoliť používanie cookies zo služby Instagram v tomto prehliadači?") or contains(., "Die Verwendung von Cookies durch Instagram in diesem Browser erlauben?") or contains(., "Sallitaanko Instagramin evästeiden käyttö tällä selaimella?") or contains(., "Engedélyezed az Instagram cookie-jainak használatát ebben a böngészőben?") or contains(., "Het gebruik van cookies van Instagram toestaan in deze browser?") or contains(., "Bu tarayıcıda Instagram\'dan çerez kullanımına izin verilsin mi?") or contains(., "Permitir o uso de cookies do Instagram neste navegador?") or contains(., "Permiţi folosirea modulelor cookie de la Instagram în acest browser?") or contains(., "Autoriser l’utilisation des cookies d’Instagram sur ce navigateur ?") or contains(., "¿Permitir el uso de cookies de Instagram en este navegador?") or contains(., "Zezwolić na użycie plików cookie z Instagramu w tej przeglądarce?") or contains(., "Να επιτρέπεται η χρήση cookies από τo Instagram σε αυτό το πρόγραμμα περιήγησης;") or contains(., "Разрешавате ли използването на бисквитки от Instagram на този браузър?") or contains(., "Vil du tillade brugen af cookies fra Instagram i denne browser?") or contains(., "Vil du tillate bruk av informasjonskapsler fra Instagram i denne nettleseren?")]'}],detectPopup:[{visible:'xpath///span[contains(., "Vill du tillåta användningen av cookies från Instagram i den här webbläsaren?") or contains(., "Allow the use of cookies from Instagram on this browser?") or contains(., "Povolit v prohlížeči použití souborů cookie z Instagramu?") or contains(., "Dopustiti upotrebu kolačića s Instagrama na ovom pregledniku?") or contains(., "Разрешить использование файлов cookie от Instagram в этом браузере?") or contains(., "Vuoi consentire l\'uso dei cookie di Instagram su questo browser?") or contains(., "Povoliť používanie cookies zo služby Instagram v tomto prehliadači?") or contains(., "Die Verwendung von Cookies durch Instagram in diesem Browser erlauben?") or contains(., "Sallitaanko Instagramin evästeiden käyttö tällä selaimella?") or contains(., "Engedélyezed az Instagram cookie-jainak használatát ebben a böngészőben?") or contains(., "Het gebruik van cookies van Instagram toestaan in deze browser?") or contains(., "Bu tarayıcıda Instagram\'dan çerez kullanımına izin verilsin mi?") or contains(., "Permitir o uso de cookies do Instagram neste navegador?") or contains(., "Permiţi folosirea modulelor cookie de la Instagram în acest browser?") or contains(., "Autoriser l’utilisation des cookies d’Instagram sur ce navigateur ?") or contains(., "¿Permitir el uso de cookies de Instagram en este navegador?") or contains(., "Zezwolić na użycie plików cookie z Instagramu w tej przeglądarce?") or contains(., "Να επιτρέπεται η χρήση cookies από τo Instagram σε αυτό το πρόγραμμα περιήγησης;") or contains(., "Разрешавате ли използването на бисквитки от Instagram на този браузър?") or contains(., "Vil du tillade brugen af cookies fra Instagram i denne browser?") or contains(., "Vil du tillate bruk av informasjonskapsler fra Instagram i denne nettleseren?")]'}],optIn:[{waitForThenClick:"xpath///button[contains(., 'Tillad alle cookies') or contains(., 'Alle Cookies erlauben') or contains(., 'Allow all cookies') or contains(., 'Разрешаване на всички бисквитки') or contains(., 'Tillåt alla cookies') or contains(., 'Povolit všechny soubory cookie') or contains(., 'Tüm çerezlere izin ver') or contains(., 'Permite toate modulele cookie') or contains(., 'Να επιτρέπονται όλα τα cookies') or contains(., 'Tillat alle informasjonskapsler') or contains(., 'Povoliť všetky cookies') or contains(., 'Permitir todas las cookies') or contains(., 'Permitir todos os cookies') or contains(., 'Alle cookies toestaan') or contains(., 'Salli kaikki evästeet') or contains(., 'Consenti tutti i cookie') or contains(., 'Az összes cookie engedélyezése') or contains(., 'Autoriser tous les cookies') or contains(., 'Zezwól na wszystkie pliki cookie') or contains(., 'Разрешить все cookie') or contains(., 'Dopusti sve kolačiće')]"}],optOut:[{waitForThenClick:"xpath///button[contains(., 'Отклонить необязательные файлы cookie') or contains(., 'Decline optional cookies') or contains(., 'Refuser les cookies optionnels') or contains(., 'Hylkää valinnaiset evästeet') or contains(., 'Afvis valgfrie cookies') or contains(., 'Odmietnuť nepovinné cookies') or contains(., 'Απόρριψη προαιρετικών cookies') or contains(., 'Neka valfria cookies') or contains(., 'Optionale Cookies ablehnen') or contains(., 'Rifiuta cookie facoltativi') or contains(., 'Odbij neobavezne kolačiće') or contains(., 'Avvis valgfrie informasjonskapsler') or contains(., 'İsteğe bağlı çerezleri reddet') or contains(., 'Recusar cookies opcionais') or contains(., 'Optionele cookies afwijzen') or contains(., 'Rechazar cookies opcionales') or contains(., 'Odrzuć opcjonalne pliki cookie') or contains(., 'Отхвърляне на бисквитките по избор') or contains(., 'Odmítnout volitelné soubory cookie') or contains(., 'Refuză modulele cookie opţionale') or contains(., 'A nem kötelező cookie-k elutasítása')]"},{wait:2e3}]},{name:"ionos.de",prehideSelectors:[".privacy-consent--backdrop",".privacy-consent--modal"],detectCmp:[{exists:".privacy-consent--modal"}],detectPopup:[{visible:".privacy-consent--modal"}],optIn:[{click:"#selectAll"}],optOut:[{click:".footer-config-link"},{click:"#confirmSelection"}]},{name:"itopvpn.com",cosmetic:!0,prehideSelectors:[".pop-cookie"],detectCmp:[{exists:".pop-cookie"}],detectPopup:[{exists:".pop-cookie"}],optIn:[{click:"#_pcookie"}],optOut:[{hide:".pop-cookie"}]},{name:"iubenda",prehideSelectors:["#iubenda-cs-banner"],detectCmp:[{exists:"#iubenda-cs-banner"}],detectPopup:[{visible:".iubenda-cs-accept-btn"}],optIn:[{waitForThenClick:".iubenda-cs-accept-btn"}],optOut:[{waitForThenClick:".iubenda-cs-customize-btn"},{eval:"EVAL_IUBENDA_0"},{waitForThenClick:"#iubFooterBtn"}],test:[{eval:"EVAL_IUBENDA_1"}]},{name:"iWink",prehideSelectors:["body.cookies-request #cookie-bar"],detectCmp:[{exists:"body.cookies-request #cookie-bar"}],detectPopup:[{visible:"body.cookies-request #cookie-bar"}],optIn:[{waitForThenClick:"body.cookies-request #cookie-bar .allow-cookies"}],optOut:[{waitForThenClick:"body.cookies-request #cookie-bar .disallow-cookies"}],test:[{eval:"EVAL_IWINK_TEST"}]},{name:"jdsports",vendorUrl:"https://www.jdsports.co.uk/",runContext:{urlPattern:"^https://(www|m)\\.jdsports\\."},prehideSelectors:[".miniConsent,#PrivacyPolicyBanner"],detectCmp:[{exists:".miniConsent,#PrivacyPolicyBanner"}],detectPopup:[{visible:".miniConsent,#PrivacyPolicyBanner"}],optIn:[{waitForThenClick:".miniConsent .accept-all-cookies"}],optOut:[{if:{exists:"#PrivacyPolicyBanner"},then:[{hide:"#PrivacyPolicyBanner"}],else:[{waitForThenClick:"#cookie-settings"},{waitForThenClick:"#reject-all-cookies"}]}]},{name:"johnlewis.com",prehideSelectors:["div[class^=pecr-cookie-banner-]"],detectCmp:[{exists:"div[class^=pecr-cookie-banner-]"}],detectPopup:[{exists:"div[class^=pecr-cookie-banner-]"}],optOut:[{click:"button[data-test^=manage-cookies]"},{wait:"500"},{click:"label[data-test^=toggle][class*=checked]:not([class*=disabled])",all:!0,optional:!0},{click:"button[data-test=save-preferences]"}],optIn:[{click:"button[data-test=allow-all]"}]},{name:"jquery.cookieBar",vendorUrl:"https://github.com/kovarp/jquery.cookieBar",prehideSelectors:[".cookie-bar"],cosmetic:!0,detectCmp:[{exists:".cookie-bar .cookie-bar__message,.cookie-bar .cookie-bar__buttons"}],detectPopup:[{visible:".cookie-bar .cookie-bar__message,.cookie-bar .cookie-bar__buttons",check:"any"}],optIn:[{click:".cookie-bar .cookie-bar__btn"}],optOut:[{hide:".cookie-bar"}],test:[{visible:".cookie-bar .cookie-bar__message,.cookie-bar .cookie-bar__buttons",check:"none"},{eval:"EVAL_JQUERY_COOKIEBAR_0"}]},{name:"justwatch.com",prehideSelectors:[".consent-banner"],detectCmp:[{exists:".consent-banner .consent-banner__actions"}],detectPopup:[{visible:".consent-banner .consent-banner__actions"}],optIn:[{click:".consent-banner__actions button.basic-button.primary"}],optOut:[{click:".consent-banner__actions button.basic-button.secondary"},{waitForThenClick:".consent-modal__footer button.basic-button.secondary"},{waitForThenClick:".consent-modal ion-content > div > a:nth-child(9)"},{click:"label.consent-switch input[type=checkbox]:checked",all:!0,optional:!0},{waitForVisible:".consent-modal__footer button.basic-button.primary"},{click:".consent-modal__footer button.basic-button.primary"}]},{name:"kconsent",cosmetic:!1,runContext:{main:!0,frame:!1},prehideSelectors:[".kc-overlay"],detectCmp:[{exists:"#kconsent"}],detectPopup:[{visible:".kc-dialog"}],optIn:[{waitForThenClick:"#kc-acceptAndHide"}],optOut:[{waitForThenClick:"#kc-denyAndHide"}]},{name:"ketch",vendorUrl:"https://www.ketch.com",runContext:{frame:!1,main:!0},intermediate:!1,prehideSelectors:["#lanyard_root div[role='dialog']"],detectCmp:[{exists:"#lanyard_root div[role='dialog']"}],detectPopup:[{visible:"#lanyard_root div[role='dialog']"}],optIn:[{if:{exists:"#lanyard_root button[class='confirmButton']"},then:[{waitForThenClick:"#lanyard_root div[class*=buttons] > :nth-child(2)"},{click:"#lanyard_root button[class='confirmButton']"}],else:[{waitForThenClick:"#lanyard_root div[class*=buttons] > :nth-child(2)"}]}],optOut:[{if:{exists:"#lanyard_root [aria-describedby=banner-description]"},then:[{waitForThenClick:"#lanyard_root div[class*=buttons] > button[class*=secondaryButton], #lanyard_root button[class*=buttons-secondary]",comment:"can be either settings or reject button"}]},{waitFor:"#lanyard_root [aria-describedby=preference-description],#lanyard_root [aria-describedby=modal-description], #ketch-preferences",timeout:1e3,optional:!0},{if:{exists:"#lanyard_root [aria-describedby=preference-description],#lanyard_root [aria-describedby=modal-description], #ketch-preferences"},then:[{waitForThenClick:"#lanyard_root button[class*=rejectButton], #lanyard_root button[class*=rejectAllButton]"},{click:"#lanyard_root button[class*=confirmButton],#lanyard_root div[class*=actions_] > button:nth-child(1), #lanyard_root button[class*=actionButton]"}]}],test:[{eval:"EVAL_KETCH_TEST"}]},{name:"kleinanzeigen-de",runContext:{urlPattern:"^https?://(www\\.)?kleinanzeigen\\.de"},prehideSelectors:["#gdpr-banner-container"],detectCmp:[{any:[{exists:"#gdpr-banner-container #gdpr-banner [data-testid=gdpr-banner-cmp-button]"},{exists:"#ConsentManagementPage"}]}],detectPopup:[{any:[{visible:"#gdpr-banner-container #gdpr-banner [data-testid=gdpr-banner-cmp-button]"},{visible:"#ConsentManagementPage"}]}],optIn:[{if:{exists:"#gdpr-banner-container #gdpr-banner"},then:[{click:"#gdpr-banner-container #gdpr-banner [data-testid=gdpr-banner-accept]"}],else:[{click:"#ConsentManagementPage .Button-primary"}]}],optOut:[{if:{exists:"#gdpr-banner-container #gdpr-banner"},then:[{click:"#gdpr-banner-container #gdpr-banner [data-testid=gdpr-banner-cmp-button]"}],else:[{click:"#ConsentManagementPage .Button-secondary"}]}]},{name:"lightbox",prehideSelectors:[".darken-layer.open,.lightbox.lightbox--cookie-consent"],detectCmp:[{exists:"body.cookie-consent-is-active div.lightbox--cookie-consent > div.lightbox__content > div.cookie-consent[data-jsb]"}],detectPopup:[{visible:"body.cookie-consent-is-active div.lightbox--cookie-consent > div.lightbox__content > div.cookie-consent[data-jsb]"}],optOut:[{click:".cookie-consent__footer > button[type='submit']:not([data-button='selectAll'])"}],optIn:[{click:".cookie-consent__footer > button[type='submit'][data-button='selectAll']"}]},{name:"lineagrafica",vendorUrl:"https://addons.prestashop.com/en/legal/8734-eu-cookie-law-gdpr-banner-blocker.html",cosmetic:!0,prehideSelectors:["#lgcookieslaw_banner,#lgcookieslaw_modal,.lgcookieslaw-overlay"],detectCmp:[{exists:"#lgcookieslaw_banner,#lgcookieslaw_modal,.lgcookieslaw-overlay"}],detectPopup:[{exists:"#lgcookieslaw_banner,#lgcookieslaw_modal,.lgcookieslaw-overlay"}],optIn:[{waitForThenClick:"#lgcookieslaw_accept"}],optOut:[{hide:"#lgcookieslaw_banner,#lgcookieslaw_modal,.lgcookieslaw-overlay"}]},{name:"linkedin.com",prehideSelectors:[".artdeco-global-alert[type=COOKIE_CONSENT]"],detectCmp:[{exists:".artdeco-global-alert[type=COOKIE_CONSENT]"}],detectPopup:[{visible:".artdeco-global-alert[type=COOKIE_CONSENT]"}],optIn:[{waitForVisible:".artdeco-global-alert[type=COOKIE_CONSENT] button[action-type=ACCEPT]"},{wait:500},{waitForThenClick:".artdeco-global-alert[type=COOKIE_CONSENT] button[action-type=ACCEPT]"}],optOut:[{waitForVisible:".artdeco-global-alert[type=COOKIE_CONSENT] button[action-type=DENY]"},{wait:500},{waitForThenClick:".artdeco-global-alert[type=COOKIE_CONSENT] button[action-type=DENY]"}],test:[{waitForVisible:".artdeco-global-alert[type=COOKIE_CONSENT]",check:"none"}]},{name:"livejasmin",vendorUrl:"https://www.livejasmin.com/",runContext:{urlPattern:"^https://(m|www)\\.livejasmin\\.com/"},prehideSelectors:["#consent_modal"],detectCmp:[{exists:"#consent_modal"}],detectPopup:[{visible:"#consent_modal"}],optIn:[{waitForThenClick:"#consent_modal button[data-testid=ButtonStyledButton]:first-of-type"}],optOut:[{waitForThenClick:"#consent_modal button[data-testid=ButtonStyledButton]:nth-of-type(2)"},{waitForVisible:"[data-testid=PrivacyPreferenceCenterWithConsentCookieContent]"},{click:"[data-testid=PrivacyPreferenceCenterWithConsentCookieContent] input[data-testid=PrivacyPreferenceCenterWithConsentCookieSwitch]:checked",optional:!0,all:!0},{waitForThenClick:"[data-testid=PrivacyPreferenceCenterWithConsentCookieContent] button[data-testid=ButtonStyledButton]:last-child"}]},{name:"macpaw.com",cosmetic:!0,prehideSelectors:['div[data-banner="cookies"]'],detectCmp:[{exists:'div[data-banner="cookies"]'}],detectPopup:[{exists:'div[data-banner="cookies"]'}],optIn:[{click:'button[data-banner-close="cookies"]'}],optOut:[{hide:'div[data-banner="cookies"]'}]},{name:"marksandspencer.com",cosmetic:!0,detectCmp:[{exists:".navigation-cookiebbanner"}],detectPopup:[{visible:".navigation-cookiebbanner"}],optOut:[{hide:".navigation-cookiebbanner"}],optIn:[{click:".navigation-cookiebbanner__submit"}]},{name:"mediamarkt.de",prehideSelectors:["div[aria-labelledby=pwa-consent-layer-title]","div[class^=StyledConsentLayerWrapper-]"],detectCmp:[{exists:"div[aria-labelledby^=pwa-consent-layer-title]"}],detectPopup:[{exists:"div[aria-labelledby^=pwa-consent-layer-title]"}],optOut:[{click:"button[data-test^=pwa-consent-layer-deny-all]"}],optIn:[{click:"button[data-test^=pwa-consent-layer-accept-all"}]},{name:"Mediavine",prehideSelectors:['[data-name="mediavine-gdpr-cmp"]'],detectCmp:[{exists:'[data-name="mediavine-gdpr-cmp"]'}],detectPopup:[{wait:500},{visible:'[data-name="mediavine-gdpr-cmp"]'}],optIn:[{waitForThenClick:'[data-name="mediavine-gdpr-cmp"] [format="primary"]'}],optOut:[{waitForThenClick:'[data-name="mediavine-gdpr-cmp"] [data-view="manageSettings"]'},{waitFor:'[data-name="mediavine-gdpr-cmp"] input[type=checkbox]'},{eval:"EVAL_MEDIAVINE_0",optional:!0},{click:'[data-name="mediavine-gdpr-cmp"] [format="secondary"]'}]},{name:"medium",vendorUrl:"https://medium.com",cosmetic:!0,runContext:{main:!0,frame:!1,urlPattern:"^https://([a-z0-9-]+\\.)?medium\\.com/"},prehideSelectors:[],detectCmp:[{exists:'div:has(> div > div > div[role=alert] > a[href^="https://policy.medium.com/medium-privacy-policy-"])'}],detectPopup:[{visible:'div:has(> div > div > div[role=alert] > a[href^="https://policy.medium.com/medium-privacy-policy-"])'}],optIn:[{waitForThenClick:"[data-testid=close-button]"}],optOut:[{hide:'div:has(> div > div > div[role=alert] > a[href^="https://policy.medium.com/medium-privacy-policy-"])'}]},{name:"microsoft.com",prehideSelectors:["#wcpConsentBannerCtrl"],detectCmp:[{exists:"#wcpConsentBannerCtrl"}],detectPopup:[{exists:"#wcpConsentBannerCtrl"}],optOut:[{eval:"EVAL_MICROSOFT_0"}],optIn:[{eval:"EVAL_MICROSOFT_1"}],test:[{eval:"EVAL_MICROSOFT_2"}]},{name:"midway-usa",runContext:{urlPattern:"^https://www\\.midwayusa\\.com/"},cosmetic:!0,prehideSelectors:["#cookie-container"],detectCmp:[{exists:['div[aria-label="Cookie Policy Banner"]']}],detectPopup:[{visible:"#cookie-container"}],optIn:[{click:"button#cookie-btn"}],optOut:[{hide:'div[aria-label="Cookie Policy Banner"]'}]},{name:"moneysavingexpert.com",detectCmp:[{exists:"dialog[data-testid=accept-our-cookies-dialog]"}],detectPopup:[{visible:"dialog[data-testid=accept-our-cookies-dialog]"}],optIn:[{click:"#banner-accept"}],optOut:[{click:"#banner-manage"},{click:"#pc-confirm"}]},{name:"monzo.com",prehideSelectors:[".cookie-alert, cookie-alert__content"],detectCmp:[{exists:'div.cookie-alert[role="dialog"]'},{exists:'a[href*="monzo"]'}],detectPopup:[{visible:".cookie-alert__content"}],optIn:[{click:".js-accept-cookie-policy"}],optOut:[{click:".js-decline-cookie-policy"}]},{name:"Moove",prehideSelectors:["#moove_gdpr_cookie_info_bar"],detectCmp:[{exists:"#moove_gdpr_cookie_info_bar"}],detectPopup:[{visible:"#moove_gdpr_cookie_info_bar:not(.moove-gdpr-info-bar-hidden)"}],optIn:[{waitForThenClick:".moove-gdpr-infobar-allow-all"}],optOut:[{if:{exists:"#moove_gdpr_cookie_info_bar .change-settings-button"},then:[{click:"#moove_gdpr_cookie_info_bar .change-settings-button"},{waitForVisible:"#moove_gdpr_cookie_modal"},{eval:"EVAL_MOOVE_0"},{click:".moove-gdpr-modal-save-settings"}],else:[{hide:"#moove_gdpr_cookie_info_bar"}]}],test:[{visible:"#moove_gdpr_cookie_info_bar",check:"none"}]},{name:"national-lottery.co.uk",detectCmp:[{exists:".cuk_cookie_consent"}],detectPopup:[{visible:".cuk_cookie_consent",check:"any"}],optOut:[{click:".cuk_cookie_consent_manage_pref"},{click:".cuk_cookie_consent_save_pref"},{click:".cuk_cookie_consent_close"}],optIn:[{click:".cuk_cookie_consent_accept_all"}]},{name:"nba.com",runContext:{urlPattern:"^https://(www\\.)?nba.com/"},cosmetic:!0,prehideSelectors:["#onetrust-banner-sdk"],detectCmp:[{exists:"#onetrust-banner-sdk"}],detectPopup:[{visible:"#onetrust-banner-sdk"}],optIn:[{click:"#onetrust-accept-btn-handler"}],optOut:[{hide:"#onetrust-banner-sdk"}]},{name:"netbeat.de",runContext:{urlPattern:"^https://(www\\.)?netbeat\\.de/"},prehideSelectors:["div#cookieWarning"],detectCmp:[{exists:"div#cookieWarning"}],detectPopup:[{visible:"div#cookieWarning"}],optIn:[{waitForThenClick:"a#btnCookiesAcceptAll"}],optOut:[{waitForThenClick:"a#btnCookiesDenyAll"}]},{name:"netflix.de",detectCmp:[{exists:"#cookie-disclosure"}],detectPopup:[{visible:".cookie-disclosure-message",check:"any"}],optIn:[{click:".btn-accept"}],optOut:[{hide:"#cookie-disclosure"},{click:".btn-reject"}]},{name:"nhs.uk",prehideSelectors:["#nhsuk-cookie-banner"],detectCmp:[{exists:"#nhsuk-cookie-banner"}],detectPopup:[{exists:"#nhsuk-cookie-banner"}],optOut:[{click:"#nhsuk-cookie-banner__link_accept"}],optIn:[{click:"#nhsuk-cookie-banner__link_accept_analytics"}]},{name:"nike",vendorUrl:"https://nike.com",runContext:{urlPattern:"^https://(www\\.)?nike\\.com/"},prehideSelectors:[],detectCmp:[{exists:"[data-testid=cookie-dialog-root]"}],detectPopup:[{visible:"[data-testid=cookie-dialog-root]"}],optIn:[{waitForThenClick:"[data-testid=dialog-accept-button]"}],optOut:[{waitForThenClick:"input[type=radio][id$=-declineLabel]",all:!0},{waitForThenClick:"[data-testid=confirm-choice-button]"}]},{name:"notice-cookie",prehideSelectors:[".button--notice"],cosmetic:!0,detectCmp:[{exists:".notice--cookie"}],detectPopup:[{visible:".notice--cookie"}],optIn:[{click:".button--notice"}],optOut:[{hide:".notice--cookie"}]},{name:"nrk.no",cosmetic:!0,prehideSelectors:[".nrk-masthead__info-banner--cookie"],detectCmp:[{exists:".nrk-masthead__info-banner--cookie"}],detectPopup:[{exists:".nrk-masthead__info-banner--cookie"}],optIn:[{click:"div.nrk-masthead__info-banner--cookie button > span:has(+ svg.nrk-close)"}],optOut:[{hide:".nrk-masthead__info-banner--cookie"}]},{name:"obi.de",prehideSelectors:[".disc-cp--active"],detectCmp:[{exists:".disc-cp-modal__modal"}],detectPopup:[{visible:".disc-cp-modal__modal"}],optIn:[{click:".js-disc-cp-accept-all"}],optOut:[{click:".js-disc-cp-deny-all"}]},{name:"om",vendorUrl:"https://olli-machts.de/en/extension/cookie-manager",prehideSelectors:[".tx-om-cookie-consent"],detectCmp:[{exists:".tx-om-cookie-consent .active[data-omcookie-panel]"}],detectPopup:[{exists:".tx-om-cookie-consent .active[data-omcookie-panel]"}],optIn:[{waitForThenClick:"[data-omcookie-panel-save=all]"}],optOut:[{if:{exists:"[data-omcookie-panel-save=min]"},then:[{waitForThenClick:"[data-omcookie-panel-save=min]"}],else:[{click:"input[data-omcookie-panel-grp]:checked:not(:disabled)",all:!0,optional:!0},{waitForThenClick:"[data-omcookie-panel-save=save]"}]}]},{name:"onlyFans.com",runContext:{urlPattern:"^https://onlyfans\\.com/"},prehideSelectors:["div.b-cookies-informer"],detectCmp:[{exists:"div.b-cookies-informer"}],detectPopup:[{exists:"div.b-cookies-informer"}],optIn:[{click:"div.b-cookies-informer__nav > button:nth-child(2)"}],optOut:[{click:"div.b-cookies-informer__nav > button:nth-child(1)"},{if:{exists:"div.b-cookies-informer__switchers"},then:[{click:"div.b-cookies-informer__switchers input:not([disabled])",all:!0},{click:"div.b-cookies-informer__nav > button"}]}]},{name:"openai",vendorUrl:"https://platform.openai.com/",cosmetic:!1,runContext:{urlPattern:"^https://([a-z0-9-]+\\.)?openai\\.com/"},prehideSelectors:["[data-testid=cookie-consent-banner]"],detectCmp:[{exists:"[data-testid=cookie-consent-banner]"}],detectPopup:[{visible:"[data-testid=cookie-consent-banner]"}],optIn:[{waitForThenClick:"xpath///button[contains(., 'Accept all')]"}],optOut:[{waitForThenClick:"xpath///button[contains(., 'Reject all')]"}],test:[{wait:500},{eval:"EVAL_OPENAI_TEST"}]},{name:"openli",vendorUrl:"https://openli.com",prehideSelectors:[".legalmonster-cleanslate"],detectCmp:[{exists:".legalmonster-cleanslate"}],detectPopup:[{visible:".legalmonster-cleanslate #lm-cookie-wall-container",check:"any"}],optIn:[{waitForThenClick:"#lm-accept-all"}],optOut:[{waitForThenClick:"#lm-accept-necessary"}]},{name:"opera.com",vendorUrl:"https://unknown",cosmetic:!1,runContext:{main:!0,frame:!1},intermediate:!1,prehideSelectors:[],detectCmp:[{exists:"#cookie-consent .manage-cookies__btn"}],detectPopup:[{visible:"#cookie-consent .cookie-basic-consent__btn"}],optIn:[{waitForThenClick:"#cookie-consent .cookie-basic-consent__btn"}],optOut:[{waitForThenClick:"#cookie-consent .manage-cookies__btn"},{waitForThenClick:"#cookie-consent .active.marketing_option_switch.cookie-consent__switch",all:!0},{waitForThenClick:"#cookie-consent .cookie-selection__btn"}],test:[{eval:"EVAL_OPERA_0"}]},{name:"osano",prehideSelectors:[".osano-cm-window,.osano-cm-dialog"],detectCmp:[{exists:".osano-cm-window"}],detectPopup:[{visible:".osano-cm-dialog"}],optIn:[{click:".osano-cm-accept-all",optional:!0}],optOut:[{waitForThenClick:".osano-cm-denyAll"}]},{name:"otto.de",prehideSelectors:[".cookieBanner--visibility"],detectCmp:[{exists:".cookieBanner--visibility"}],detectPopup:[{visible:".cookieBanner__wrapper"}],optIn:[{click:".js_cookieBannerPermissionButton"}],optOut:[{click:".js_cookieBannerProhibitionButton"}]},{name:"ourworldindata",vendorUrl:"https://ourworldindata.org/",runContext:{urlPattern:"^https://ourworldindata\\.org/"},prehideSelectors:[".cookie-manager"],detectCmp:[{exists:".cookie-manager"}],detectPopup:[{visible:".cookie-manager .cookie-notice.open"}],optIn:[{waitForThenClick:".cookie-notice [data-test=accept]"}],optOut:[{waitForThenClick:".cookie-notice [data-test=reject]"}]},{name:"pabcogypsum",vendorUrl:"https://unknown",prehideSelectors:[".js-cookie-notice:has(#cookie_settings-form)"],detectCmp:[{exists:".js-cookie-notice #cookie_settings-form"}],detectPopup:[{visible:".js-cookie-notice #cookie_settings-form"}],optIn:[{waitForThenClick:".js-cookie-notice button[value=allow]"}],optOut:[{waitForThenClick:".js-cookie-notice button[value=disable]"}]},{name:"paypal-us",prehideSelectors:["#ccpaCookieContent_wrapper, article.ppvx_modal--overpanel"],detectCmp:[{exists:"#ccpaCookieBanner, .privacy-sheet-content"}],detectPopup:[{visible:"#ccpaCookieBanner, .privacy-sheet-content"}],optIn:[{click:"#acceptAllButton"}],optOut:[{if:{exists:"#bannerDeclineButton"},then:[{click:"#bannerDeclineButton"}],else:[{if:{exists:"a#manageCookiesLink"},then:[{click:"a#manageCookiesLink"}],else:[{waitForVisible:".privacy-sheet-content #formContent"},{click:"#formContent .cookiepref-11m2iee-checkbox_base input:checked",all:!0,optional:!0},{click:".cookieAction.saveCookie,.confirmCookie #submitCookiesBtn"}]}]}]},{name:"paypal.com",prehideSelectors:["#gdprCookieBanner"],detectCmp:[{exists:"#gdprCookieBanner"}],detectPopup:[{visible:"#gdprCookieContent_wrapper"}],optIn:[{click:"#acceptAllButton"}],optOut:[{wait:200},{click:".gdprCookieBanner_decline-button"}],test:[{wait:500},{eval:"EVAL_PAYPAL_0"}]},{name:"pinetools.com",cosmetic:!0,prehideSelectors:["#aviso_cookies"],detectCmp:[{exists:"#aviso_cookies"}],detectPopup:[{exists:".lang_en #aviso_cookies"}],optIn:[{click:"#aviso_cookies .a_boton_cerrar"}],optOut:[{hide:"#aviso_cookies"}]},{name:"pinterest-business",vendorUrl:"https://business.pinterest.com/",runContext:{urlPattern:"^https://.*\\.pinterest\\.com/"},prehideSelectors:[".BusinessCookieConsent"],detectCmp:[{exists:".BusinessCookieConsent"}],detectPopup:[{visible:".BusinessCookieConsent [data-id=cookie-consent-banner-buttons]"}],optIn:[{waitForThenClick:"[data-id=cookie-consent-banner-buttons] > div:nth-child(1) button"}],optOut:[{waitForThenClick:"[data-id=cookie-consent-banner-buttons] > div:nth-child(2) button"}]},{name:"pmc",cosmetic:!0,prehideSelectors:["#pmc-pp-tou--notice"],detectCmp:[{exists:"#pmc-pp-tou--notice"}],detectPopup:[{visible:"#pmc-pp-tou--notice"}],optIn:[{click:"span.pmc-pp-tou--notice-close-btn"}],optOut:[{hide:"#pmc-pp-tou--notice"}]},{name:"pornhub.com",runContext:{urlPattern:"^https://(www\\.)?pornhub\\.com/"},cosmetic:!1,prehideSelectors:["#cookieBanner #cookieBannerContent"],detectCmp:[{exists:"#cookieBanner #cookieBannerContent"}],detectPopup:[{visible:"#cookieBanner #cookieBannerContent"}],optIn:[{waitForThenClick:"#cookieBanner [data-label=accept_all]"}],optOut:[{waitForThenClick:"#cookieBanner [data-label=accept_essential]"}]},{name:"pornpics.com",cosmetic:!0,prehideSelectors:["#cookie-contract"],detectCmp:[{exists:"#cookie-contract"}],detectPopup:[{visible:"#cookie-contract"}],optIn:[{click:"#cookie-contract .icon-cross"}],optOut:[{hide:"#cookie-contract"}]},{name:"PrimeBox CookieBar",prehideSelectors:["#cookie-bar"],detectCmp:[{exists:"#cookie-bar .cb-enable,#cookie-bar .cb-disable,#cookie-bar .cb-policy"}],detectPopup:[{visible:"#cookie-bar .cb-enable,#cookie-bar .cb-disable,#cookie-bar .cb-policy",check:"any"}],optIn:[{waitForThenClick:"#cookie-bar .cb-enable"}],optOut:[{click:"#cookie-bar .cb-disable",optional:!0},{hide:"#cookie-bar"}],test:[{eval:"EVAL_PRIMEBOX_0"}]},{name:"privacymanager.io",prehideSelectors:["#gdpr-consent-tool-wrapper",'iframe[src^="https://cmp-consent-tool.privacymanager.io"]'],runContext:{urlPattern:"^https://cmp-consent-tool\\.privacymanager\\.io/",main:!1,frame:!0},detectCmp:[{exists:"button#save"}],detectPopup:[{visible:"button#save"}],optIn:[{click:"button#save"}],optOut:[{if:{exists:"#denyAll"},then:[{click:"#denyAll"},{waitForThenClick:".okButton"}],else:[{waitForThenClick:"#manageSettings"},{waitFor:".purposes-overview-list"},{waitFor:"button#saveAndExit"},{click:"span[role=checkbox][aria-checked=true]",all:!0,optional:!0},{click:"button#saveAndExit"}]}]},{name:"productz.com",vendorUrl:"https://productz.com/",runContext:{urlPattern:"^https://productz\\.com/"},prehideSelectors:[],detectCmp:[{exists:".c-modal.is-active"}],detectPopup:[{visible:".c-modal.is-active"}],optIn:[{waitForThenClick:".c-modal.is-active .is-accept"}],optOut:[{waitForThenClick:".c-modal.is-active .is-dismiss"}]},{name:"pubtech",prehideSelectors:["#pubtech-cmp"],detectCmp:[{exists:"#pubtech-cmp"}],detectPopup:[{visible:"#pubtech-cmp #pt-actions"}],optIn:[{if:{exists:"#pt-accept-all"},then:[{click:"#pubtech-cmp #pt-actions #pt-accept-all"}],else:[{click:"#pubtech-cmp #pt-actions button:nth-of-type(2)"}]}],optOut:[{click:"#pubtech-cmp #pt-close"}],test:[{eval:"EVAL_PUBTECH_0"}]},{name:"quantcast",prehideSelectors:["#qc-cmp2-main,#qc-cmp2-container"],detectCmp:[{exists:"#qc-cmp2-container"}],detectPopup:[{visible:"#qc-cmp2-ui"}],optOut:[{waitFor:'.qc-cmp2-summary-buttons > button[mode="secondary"]',timeout:2e3},{if:{exists:'.qc-cmp2-summary-buttons > button[mode="secondary"]:nth-of-type(2)'},then:[{click:'.qc-cmp2-summary-buttons > button[mode="secondary"]:nth-of-type(2)'}],else:[{click:'.qc-cmp2-summary-buttons > button[mode="secondary"]:nth-of-type(1)'},{waitFor:"#qc-cmp2-ui"},{click:'.qc-cmp2-toggle-switch > button[aria-checked="true"]',all:!0,optional:!0},{click:'.qc-cmp2-main button[aria-label="REJECT ALL"]',optional:!0},{waitForThenClick:'.qc-cmp2-main button[aria-label="SAVE & EXIT"],.qc-cmp2-buttons-desktop > button[mode="primary"]',timeout:5e3}]}],optIn:[{click:'.qc-cmp2-summary-buttons > button[mode="primary"]'}]},{name:"reddit.com",runContext:{urlPattern:"^https://www\\.reddit\\.com/"},prehideSelectors:["[bundlename=reddit_cookie_banner]"],detectCmp:[{exists:"reddit-cookie-banner"}],detectPopup:[{visible:"reddit-cookie-banner"}],optIn:[{waitForThenClick:["reddit-cookie-banner","#accept-all-cookies-button > button"]}],optOut:[{waitForThenClick:["reddit-cookie-banner","#reject-nonessential-cookies-button > button"]}],test:[{eval:"EVAL_REDDIT_0"}]},{name:"roblox",vendorUrl:"https://roblox.com",cosmetic:!1,runContext:{main:!0,frame:!1,urlPattern:"^https://(www\\.)?roblox\\.com/"},prehideSelectors:[],detectCmp:[{exists:".cookie-banner-wrapper"}],detectPopup:[{visible:".cookie-banner-wrapper .cookie-banner"}],optIn:[{waitForThenClick:".cookie-banner-wrapper button.btn-cta-lg"}],optOut:[{waitForThenClick:".cookie-banner-wrapper button.btn-secondary-lg"}],test:[{eval:"EVAL_ROBLOX_TEST"}]},{name:"rog-forum.asus.com",runContext:{urlPattern:"^https://rog-forum\\.asus\\.com/"},prehideSelectors:["#cookie-policy-info"],detectCmp:[{exists:"#cookie-policy-info"}],detectPopup:[{visible:"#cookie-policy-info"}],optIn:[{click:'div.cookie-btn-box > div[aria-label="Accept"]'}],optOut:[{click:'div.cookie-btn-box > div[aria-label="Reject"]'},{waitForThenClick:'.cookie-policy-lightbox-bottom > div[aria-label="Save Settings"]'}]},{name:"roofingmegastore.co.uk",runContext:{urlPattern:"^https://(www\\.)?roofingmegastore\\.co\\.uk"},prehideSelectors:["#m-cookienotice"],detectCmp:[{exists:"#m-cookienotice"}],detectPopup:[{visible:"#m-cookienotice"}],optIn:[{click:"#accept-cookies"}],optOut:[{click:"#manage-cookies"},{waitForThenClick:"#accept-selected"}]},{name:"samsung.com",runContext:{urlPattern:"^https://www\\.samsung\\.com/"},cosmetic:!0,prehideSelectors:["div.cookie-bar"],detectCmp:[{exists:"div.cookie-bar"}],detectPopup:[{visible:"div.cookie-bar"}],optIn:[{click:"div.cookie-bar__manage > a"}],optOut:[{hide:"div.cookie-bar"}]},{name:"setapp.com",vendorUrl:"https://setapp.com/",cosmetic:!0,runContext:{urlPattern:"^https://setapp\\.com/"},prehideSelectors:[],detectCmp:[{exists:".cookie-banner.js-cookie-banner"}],detectPopup:[{visible:".cookie-banner.js-cookie-banner"}],optIn:[{waitForThenClick:".cookie-banner.js-cookie-banner button"}],optOut:[{hide:".cookie-banner.js-cookie-banner"}]},{name:"sibbo",prehideSelectors:["sibbo-cmp-layout"],detectCmp:[{exists:"sibbo-cmp-layout"}],detectPopup:[{visible:"#rejectAllMain"}],optIn:[{click:"#acceptAllMain"}],optOut:[{click:"#rejectAllMain"}]},{name:"similarweb.com",cosmetic:!0,prehideSelectors:[".app-cookies-notification"],detectCmp:[{exists:".app-cookies-notification"}],detectPopup:[{exists:".app-layout .app-cookies-notification"}],optIn:[{click:"button.app-cookies-notification__dismiss"}],optOut:[{hide:".app-layout .app-cookies-notification"}]},{name:"Sirdata",cosmetic:!1,prehideSelectors:["#sd-cmp"],detectCmp:[{exists:"#sd-cmp"}],detectPopup:[{visible:"#sd-cmp"}],optIn:[{waitForThenClick:"#sd-cmp .sd-cmp-3cRQ2"}],optOut:[{waitForThenClick:["#sd-cmp","xpath///span[contains(., 'Do not accept') or contains(., 'Acceptera inte') or contains(., 'No aceptar') or contains(., 'Ikke acceptere') or contains(., 'Nicht akzeptieren') or contains(., 'Не приемам') or contains(., 'Να μην γίνει αποδοχή') or contains(., 'Niet accepteren') or contains(., 'Nepřijímat') or contains(., 'Nie akceptuj') or contains(., 'Nu acceptați') or contains(., 'Não aceitar') or contains(., 'Continuer sans accepter') or contains(., 'Non accettare') or contains(., 'Nem fogad el')]"]}]},{name:"skyscanner",vendorUrl:"https://skyscanner.com",cosmetic:!1,runContext:{main:!0,frame:!1,urlPattern:"^https://(www\\.)?skyscanner[\\.a-z]+/"},prehideSelectors:[".cookie-banner-wrapper"],detectCmp:[{exists:"#cookieBannerContent"}],detectPopup:[{visible:"#cookieBannerContent"}],optIn:[{waitForThenClick:"[data-tracking-element-id=cookie_banner_accept_all]"}],optOut:[{waitForThenClick:"[data-tracking-element-id=cookie_banner_essential_only]"},{waitForVisible:"#cookieBannerContent",check:"none"}],test:[{eval:"EVAL_SKYSCANNER_TEST"}]},{name:"snigel",detectCmp:[{exists:".snigel-cmp-framework"}],detectPopup:[{visible:".snigel-cmp-framework"}],optOut:[{click:"#sn-b-custom"},{click:"#sn-b-save"}],test:[{eval:"EVAL_SNIGEL_0"}],optIn:[{click:".snigel-cmp-framework #accept-choices"}]},{name:"steampowered.com",detectCmp:[{exists:".cookiepreferences_popup"},{visible:".cookiepreferences_popup"}],detectPopup:[{visible:".cookiepreferences_popup"}],optOut:[{click:"#rejectAllButton"}],optIn:[{click:"#acceptAllButton"}],test:[{wait:1e3},{eval:"EVAL_STEAMPOWERED_0"}]},{name:"strato.de",prehideSelectors:[".consent__wrapper"],runContext:{urlPattern:"^https://www\\.strato\\.de/"},detectCmp:[{exists:".consent"}],detectPopup:[{visible:".consent"}],optIn:[{click:"button.consentAgree"}],optOut:[{click:"button.consentSettings"},{waitForThenClick:"button#consentSubmit"}]},{name:"svt.se",vendorUrl:"https://www.svt.se/",runContext:{urlPattern:"^https://www\\.svt\\.se/"},prehideSelectors:["[class*=CookieConsent__root___]"],detectCmp:[{exists:"[class*=CookieConsent__root___]"}],detectPopup:[{visible:"[class*=CookieConsent__modal___]"}],optIn:[{waitForThenClick:"[class*=CookieConsent__modal___] > div > button[class*=primary]"}],optOut:[{waitForThenClick:"[class*=CookieConsent__modal___] > div > button[class*=secondary]:nth-child(2)"}],test:[{eval:"EVAL_SVT_TEST"}]},{name:"takealot.com",cosmetic:!0,prehideSelectors:['div[class^="cookies-banner-module_"]'],detectCmp:[{exists:'div[class^="cookies-banner-module_cookie-banner_"]'}],detectPopup:[{exists:'div[class^="cookies-banner-module_cookie-banner_"]'}],optIn:[{click:'button[class*="cookies-banner-module_dismiss-button_"]'}],optOut:[{hide:'div[class^="cookies-banner-module_"]'},{if:{exists:'div[class^="cookies-banner-module_small-cookie-banner_"]'},then:[{eval:"EVAL_TAKEALOT_0"}],else:[]}]},{name:"tarteaucitron.js",prehideSelectors:["#tarteaucitronRoot"],detectCmp:[{exists:"#tarteaucitronRoot"}],detectPopup:[{visible:"#tarteaucitronRoot #tarteaucitronAlertBig",check:"any"}],optIn:[{eval:"EVAL_TARTEAUCITRON_1"}],optOut:[{eval:"EVAL_TARTEAUCITRON_0"}],test:[{eval:"EVAL_TARTEAUCITRON_2",comment:"sometimes there are required categories, so we check that at least something is false"}]},{name:"taunton",vendorUrl:"https://www.taunton.com/",prehideSelectors:["#taunton-user-consent__overlay"],detectCmp:[{exists:"#taunton-user-consent__overlay"}],detectPopup:[{exists:"#taunton-user-consent__overlay:not([aria-hidden=true])"}],optIn:[{click:"#taunton-user-consent__toolbar input[type=checkbox]:not(:checked)"},{click:"#taunton-user-consent__toolbar button[type=submit]"}],optOut:[{click:"#taunton-user-consent__toolbar input[type=checkbox]:checked",optional:!0,all:!0},{click:"#taunton-user-consent__toolbar button[type=submit]"}],test:[{eval:"EVAL_TAUNTON_TEST"}]},{name:"Tealium",prehideSelectors:["#__tealiumGDPRecModal,#__tealiumGDPRcpPrefs,#__tealiumImplicitmodal,#consent-layer"],detectCmp:[{exists:"#__tealiumGDPRecModal *,#__tealiumGDPRcpPrefs *,#__tealiumImplicitmodal *"},{eval:"EVAL_TEALIUM_0"}],detectPopup:[{visible:"#__tealiumGDPRecModal *,#__tealiumGDPRcpPrefs *,#__tealiumImplicitmodal *",check:"any"}],optOut:[{eval:"EVAL_TEALIUM_1"},{eval:"EVAL_TEALIUM_DONOTSELL"},{hide:"#__tealiumGDPRecModal,#__tealiumGDPRcpPrefs,#__tealiumImplicitmodal"},{waitForThenClick:"#cm-acceptNone,.js-accept-essential-cookies,#continueWithoutAccepting",timeout:1e3,optional:!0}],optIn:[{hide:"#__tealiumGDPRecModal,#__tealiumGDPRcpPrefs"},{eval:"EVAL_TEALIUM_2"}],test:[{eval:"EVAL_TEALIUM_3"},{eval:"EVAL_TEALIUM_DONOTSELL_CHECK"},{visible:"#__tealiumGDPRecModal,#__tealiumGDPRcpPrefs",check:"none"}]},{name:"temu",vendorUrl:"https://temu.com",runContext:{urlPattern:"^https://([a-z0-9-]+\\.)?temu\\.com/"},prehideSelectors:[],detectCmp:[{exists:'div > div > div > div > span[href*="/cookie-and-similar-technologies-policy.html"]'}],detectPopup:[{visible:'div > div > div > div > span[href*="/cookie-and-similar-technologies-policy.html"]'}],optIn:[{waitForThenClick:'div > div > div:has(> div > span[href*="/cookie-and-similar-technologies-policy.html"]) > [role=button]:nth-child(3)'}],optOut:[{if:{exists:"xpath///span[contains(., 'Alle afwijzen') or contains(., 'Reject all') or contains(., 'Tümünü reddet') or contains(., 'Odrzuć wszystko')]"},then:[{waitForThenClick:"xpath///span[contains(., 'Alle afwijzen') or contains(., 'Reject all') or contains(., 'Tümünü reddet') or contains(., 'Odrzuć wszystko')]"}],else:[{waitForThenClick:'div > div > div:has(> div > span[href*="/cookie-and-similar-technologies-policy.html"]) > [role=button]:nth-child(2)'}]}]},{name:"Termly",prehideSelectors:["#termly-code-snippet-support"],detectCmp:[{exists:"#termly-code-snippet-support"}],detectPopup:[{visible:"#termly-code-snippet-support div"}],optIn:[{waitForThenClick:'[data-tid="banner-accept"]'}],optOut:[{if:{exists:'[data-tid="banner-decline"]'},then:[{click:'[data-tid="banner-decline"]'}],else:[{click:".t-preference-button"},{wait:500},{if:{exists:".t-declineAllButton"},then:[{click:".t-declineAllButton"}],else:[{waitForThenClick:".t-preference-modal input[type=checkbox][checked]:not([disabled])",all:!0},{waitForThenClick:".t-saveButton"}]}]}]},{name:"termsfeed",vendorUrl:"https://termsfeed.com",comment:"v4.x.x",prehideSelectors:[".termsfeed-com---nb"],detectCmp:[{exists:".termsfeed-com---nb"}],detectPopup:[{visible:".termsfeed-com---nb"}],optIn:[{waitForThenClick:".cc-nb-okagree"}],optOut:[{waitForThenClick:".cc-nb-reject"}]},{name:"termsfeed3",vendorUrl:"https://termsfeed.com",comment:"v3.x.x",prehideSelectors:[".cc_dialog.cc_css_reboot,.cc_overlay_lock"],detectCmp:[{exists:".cc_dialog.cc_css_reboot"}],detectPopup:[{visible:".cc_dialog.cc_css_reboot"}],optIn:[{waitForThenClick:".cc_dialog.cc_css_reboot .cc_b_ok"}],optOut:[{if:{exists:".cc_dialog.cc_css_reboot .cc_b_cp"},then:[{click:".cc_dialog.cc_css_reboot .cc_b_cp"},{waitForVisible:".cookie-consent-preferences-dialog .cc_cp_f_save button"},{waitForThenClick:".cookie-consent-preferences-dialog .cc_cp_f_save button"}],else:[{hide:".cc_dialog.cc_css_reboot,.cc_overlay_lock"}]}]},{name:"tesco",vendorUrl:"https://www.tesco.com",cosmetic:!1,runContext:{urlPattern:"^https://(www\\.)?tesco\\.com/"},prehideSelectors:["[class*=CookieBanner__Sizer]"],detectCmp:[{exists:"[aria-label=consent-banner]"}],detectPopup:[{visible:"[aria-label=consent-banner]"}],optIn:[{wait:1e3},{waitForThenClick:"xpath///button[contains(., 'Accept all')]"}],optOut:[{wait:1e3},{waitForThenClick:"xpath///button[contains(., 'Reject all')]"}]},{name:"tesla",vendorUrl:"https://tesla.com/",runContext:{main:!0,frame:!1,urlPattern:"^https://(www\\.)?tesla\\.com/"},prehideSelectors:[],detectCmp:[{exists:"#cookie_banner"}],detectPopup:[{visible:"#cookie_banner"}],optIn:[{waitForThenClick:"#tsla-accept-cookie"}],optOut:[{waitForThenClick:"#tsla-reject-cookie"}],test:[{eval:"EVAL_TESLA_TEST"}]},{name:"Test page cosmetic CMP",cosmetic:!0,prehideSelectors:["#privacy-test-page-cmp-test-prehide"],detectCmp:[{exists:"#privacy-test-page-cmp-test-banner"}],detectPopup:[{visible:"#privacy-test-page-cmp-test-banner"}],optIn:[{waitFor:"#accept-all"},{click:"#accept-all"}],optOut:[{hide:"#privacy-test-page-cmp-test-banner"}],test:[{wait:500},{eval:"EVAL_TESTCMP_COSMETIC_0"}]},{name:"Test page CMP",prehideSelectors:["#reject-all"],detectCmp:[{exists:"#privacy-test-page-cmp-test"}],detectPopup:[{visible:"#privacy-test-page-cmp-test"}],optIn:[{waitFor:"#accept-all"},{click:"#accept-all"}],optOut:[{waitFor:"#reject-all"},{eval:"EVAL_TESTCMP_STEP"},{click:"#reject-all"}],test:[{eval:"EVAL_TESTCMP_0"}]},{name:"thalia.de",prehideSelectors:[".consent-banner-box"],detectCmp:[{exists:"consent-banner[component=consent-banner]"}],detectPopup:[{visible:".consent-banner-box"}],optIn:[{click:".button-zustimmen"}],optOut:[{click:"button[data-consent=disagree]"}]},{name:"thefreedictionary.com",prehideSelectors:["#cmpBanner"],detectCmp:[{exists:"#cmpBanner"}],detectPopup:[{visible:"#cmpBanner"}],optIn:[{eval:"EVAL_THEFREEDICTIONARY_1"}],optOut:[{eval:"EVAL_THEFREEDICTIONARY_0"}]},{name:"theverge",runContext:{frame:!1,main:!0,urlPattern:"^https://(www)?\\.theverge\\.com"},intermediate:!1,prehideSelectors:[".duet--cta--cookie-banner"],detectCmp:[{exists:".duet--cta--cookie-banner"}],detectPopup:[{visible:".duet--cta--cookie-banner"}],optIn:[{click:".duet--cta--cookie-banner button.tracking-12",all:!1}],optOut:[{click:".duet--cta--cookie-banner button.tracking-12 > span"}],test:[{eval:"EVAL_THEVERGE_0"}]},{name:"tidbits-com",cosmetic:!0,prehideSelectors:["#eu_cookie_law_widget-2"],detectCmp:[{exists:"#eu_cookie_law_widget-2"}],detectPopup:[{visible:"#eu_cookie_law_widget-2"}],optIn:[{click:"#eu-cookie-law form > input.accept"}],optOut:[{hide:"#eu_cookie_law_widget-2"}]},{name:"tractor-supply",runContext:{urlPattern:"^https://www\\.tractorsupply\\.com/"},cosmetic:!0,prehideSelectors:[".tsc-cookie-banner"],detectCmp:[{exists:".tsc-cookie-banner"}],detectPopup:[{visible:".tsc-cookie-banner"}],optIn:[{click:"#cookie-banner-cancel"}],optOut:[{hide:".tsc-cookie-banner"}]},{name:"trader-joes-com",cosmetic:!0,prehideSelectors:['div.aem-page > div[class^="CookiesAlert_cookiesAlert__"]'],detectCmp:[{exists:'div.aem-page > div[class^="CookiesAlert_cookiesAlert__"]'}],detectPopup:[{visible:'div.aem-page > div[class^="CookiesAlert_cookiesAlert__"]'}],optIn:[{click:'div[class^="CookiesAlert_cookiesAlert__container__"] button'}],optOut:[{hide:'div.aem-page > div[class^="CookiesAlert_cookiesAlert__"]'}]},{name:"transcend",vendorUrl:"https://unknown",cosmetic:!0,prehideSelectors:["#transcend-consent-manager"],detectCmp:[{exists:"#transcend-consent-manager"}],detectPopup:[{visible:"#transcend-consent-manager"}],optIn:[{waitForThenClick:["#transcend-consent-manager","#consentManagerMainDialog .inner-container button"]}],optOut:[{hide:"#transcend-consent-manager"}]},{name:"transip-nl",runContext:{urlPattern:"^https://www\\.transip\\.nl/"},prehideSelectors:["#consent-modal"],detectCmp:[{any:[{exists:"#consent-modal"},{exists:"#privacy-settings-content"}]}],detectPopup:[{any:[{visible:"#consent-modal"},{visible:"#privacy-settings-content"}]}],optIn:[{click:'button[type="submit"]'}],optOut:[{if:{exists:"#privacy-settings-content"},then:[{click:'button[type="submit"]'}],else:[{click:"div.one-modal__action-footer-column--secondary > a"}]}]},{name:"tropicfeel-com",prehideSelectors:["#shopify-section-cookies-controller"],detectCmp:[{exists:"#shopify-section-cookies-controller"}],detectPopup:[{visible:"#shopify-section-cookies-controller #cookies-controller-main-pane",check:"any"}],optIn:[{waitForThenClick:"#cookies-controller-main-pane form[data-form-allow-all] button"}],optOut:[{click:"#cookies-controller-main-pane a[data-tab-target=manage-cookies]"},{waitFor:"#manage-cookies-pane.active"},{click:"#manage-cookies-pane.active input[type=checkbox][checked]:not([disabled])",all:!0},{click:"#manage-cookies-pane.active button[type=submit]"}],test:[]},{name:"true-car",runContext:{urlPattern:"^https://www\\.truecar\\.com/"},cosmetic:!0,prehideSelectors:[['div[aria-labelledby="cookie-banner-heading"]']],detectCmp:[{exists:'div[aria-labelledby="cookie-banner-heading"]'}],detectPopup:[{visible:'div[aria-labelledby="cookie-banner-heading"]'}],optIn:[{click:'div[aria-labelledby="cookie-banner-heading"] > button[aria-label="Close"]'}],optOut:[{hide:'div[aria-labelledby="cookie-banner-heading"]'}]},{name:"truyo",prehideSelectors:["#truyo-consent-module"],detectCmp:[{exists:"#truyo-cookieBarContent"}],detectPopup:[{visible:"#truyo-consent-module"}],optIn:[{click:"button#acceptAllCookieButton"}],optOut:[{click:"button#declineAllCookieButton"}]},{name:"twcc",vendorUrl:"https://unknown",cosmetic:!1,runContext:{main:!0,frame:!1,urlPattern:""},prehideSelectors:["#twcc__mechanism"],detectCmp:[{exists:"#twcc__mechanism .twcc__notice"}],detectPopup:[{visible:"#twcc__mechanism .twcc__notice"}],optIn:[{waitForThenClick:"#twcc__accept-button"}],optOut:[{waitForThenClick:"#twcc__decline-button"}],test:[{eval:"EVAL_TWCC_TEST"}]},{name:"twitch-mobile",vendorUrl:"https://m.twitch.tv/",cosmetic:!0,runContext:{urlPattern:"^https?://m\\.twitch\\.tv"},prehideSelectors:[],detectCmp:[{exists:'.ReactModal__Overlay [href="https://www.twitch.tv/p/cookie-policy"]'}],detectPopup:[{visible:'.ReactModal__Overlay [href="https://www.twitch.tv/p/cookie-policy"]'}],optIn:[{waitForThenClick:'.ReactModal__Overlay:has([href="https://www.twitch.tv/p/cookie-policy"]) button'}],optOut:[{hide:'.ReactModal__Overlay:has([href="https://www.twitch.tv/p/cookie-policy"])'}]},{name:"twitch.tv",runContext:{urlPattern:"^https?://(www\\.)?twitch\\.tv"},prehideSelectors:["div:has(> .consent-banner .consent-banner__content--gdpr-v2),.ReactModalPortal:has([data-a-target=consent-modal-save])"],detectCmp:[{exists:".consent-banner .consent-banner__content--gdpr-v2"}],detectPopup:[{visible:".consent-banner .consent-banner__content--gdpr-v2"}],optIn:[{click:'button[data-a-target="consent-banner-accept"]'}],optOut:[{hide:"div:has(> .consent-banner .consent-banner__content--gdpr-v2)"},{click:'button[data-a-target="consent-banner-manage-preferences"]'},{waitFor:"input[type=checkbox][data-a-target=tw-checkbox]"},{click:"input[type=checkbox][data-a-target=tw-checkbox][checked]:not([disabled])",all:!0,optional:!0},{waitForThenClick:"[data-a-target=consent-modal-save]"},{waitForVisible:".ReactModalPortal:has([data-a-target=consent-modal-save])",check:"none"}]},{name:"twitter",runContext:{urlPattern:"^https://([a-z0-9-]+\\.)?(twitter|x)\\.com/"},prehideSelectors:['[data-testid="BottomBar"]'],detectCmp:[{exists:'[data-testid="BottomBar"] div'}],detectPopup:[{visible:'[data-testid="BottomBar"] div'}],optIn:[{waitForThenClick:'[data-testid="BottomBar"] > div:has(>div:first-child>div:last-child>button[role=button]>span) > div:last-child > button[role=button]:first-child'}],optOut:[{waitForThenClick:'[data-testid="BottomBar"] > div:has(>div:first-child>div:last-child>button[role=button]>span) > div:last-child > button[role=button]:last-child'}],TODOtest:[{eval:"EVAL_document.cookie.includes('d_prefs=MjoxLGNvbnNlbnRfdmVyc2lvbjoy')"}]},{name:"ubuntu.com",prehideSelectors:["dialog.cookie-policy"],detectCmp:[{any:[{exists:"dialog.cookie-policy header"},{exists:'xpath///*[@id="modal"]/div/header'}]}],detectPopup:[{any:[{visible:"dialog header"},{visible:'xpath///*[@id="modal"]/div/header'}]}],optIn:[{any:[{waitForThenClick:"#cookie-policy-button-accept"},{waitForThenClick:'xpath///*[@id="cookie-policy-button-accept"]'}]}],optOut:[{any:[{waitForThenClick:"button.js-manage"},{waitForThenClick:'xpath///*[@id="cookie-policy-content"]/p[4]/button[2]'}]},{waitForThenClick:"dialog.cookie-policy .p-switch__input:checked",optional:!0,all:!0,timeout:500},{any:[{waitForThenClick:"dialog.cookie-policy .js-save-preferences"},{waitForThenClick:'xpath///*[@id="modal"]/div/button'}]}],test:[{eval:"EVAL_UBUNTU_COM_0"}]},{name:"UK Cookie Consent",prehideSelectors:["#catapult-cookie-bar"],cosmetic:!0,detectCmp:[{exists:"#catapult-cookie-bar"}],detectPopup:[{exists:".has-cookie-bar #catapult-cookie-bar"}],optIn:[{click:"#catapultCookie"}],optOut:[{hide:"#catapult-cookie-bar"}],test:[{eval:"EVAL_UK_COOKIE_CONSENT_0"}]},{name:"urbanarmorgear-com",cosmetic:!0,prehideSelectors:['div[class^="Layout__CookieBannerContainer-"]'],detectCmp:[{exists:'div[class^="Layout__CookieBannerContainer-"]'}],detectPopup:[{visible:'div[class^="Layout__CookieBannerContainer-"]'}],optIn:[{click:'button[class^="CookieBanner__AcceptButton"]'}],optOut:[{hide:'div[class^="Layout__CookieBannerContainer-"]'}]},{name:"usercentrics-api",detectCmp:[{exists:"#usercentrics-root,#usercentrics-cmp-ui"}],detectPopup:[{eval:"EVAL_USERCENTRICS_API_0"},{if:{exists:"#usercentrics-cmp-ui"},then:[{waitForVisible:"#usercentrics-cmp-ui",timeout:2e3}],else:[{exists:["#usercentrics-root","[data-testid=uc-container]"]},{waitForVisible:"#usercentrics-root",timeout:2e3}]}],optIn:[{eval:"EVAL_USERCENTRICS_API_3"},{eval:"EVAL_USERCENTRICS_API_1"},{eval:"EVAL_USERCENTRICS_API_5"}],optOut:[{eval:"EVAL_USERCENTRICS_API_1"},{eval:"EVAL_USERCENTRICS_API_2"}],test:[{eval:"EVAL_USERCENTRICS_API_6"}]},{name:"usercentrics-button",detectCmp:[{exists:"#usercentrics-button"}],detectPopup:[{visible:"#usercentrics-button #uc-btn-accept-banner"}],optIn:[{click:"#usercentrics-button #uc-btn-accept-banner"}],optOut:[{click:"#usercentrics-button #uc-btn-deny-banner"}],test:[{eval:"EVAL_USERCENTRICS_BUTTON_0"}]},{name:"uswitch.com",runContext:{main:!0,frame:!1,urlPattern:"^https://(www\\.)?uswitch\\.com/"},prehideSelectors:[".ucb"],detectCmp:[{exists:".ucb-banner"}],detectPopup:[{visible:".ucb-banner"}],optIn:[{waitForThenClick:".ucb-banner .ucb-btn-accept"}],optOut:[{waitForThenClick:".ucb-banner .ucb-btn-save"}]},{name:"vodafone.de",runContext:{urlPattern:"^https://www\\.vodafone\\.de/"},prehideSelectors:[".dip-consent,.dip-consent-container"],detectCmp:[{exists:".dip-consent-container"}],detectPopup:[{visible:".dip-consent-content"}],optOut:[{click:'.dip-consent-btn[tabindex="2"]'}],optIn:[{click:'.dip-consent-btn[tabindex="1"]'}]},{name:"waitrose.com",prehideSelectors:["div[aria-labelledby=CookieAlertModalHeading]","section[data-test=initial-waitrose-cookie-consent-banner]","section[data-test=cookie-consent-modal]"],detectCmp:[{exists:"section[data-test=initial-waitrose-cookie-consent-banner]"}],detectPopup:[{visible:"section[data-test=initial-waitrose-cookie-consent-banner]"}],optIn:[{click:"button[data-test=accept-all]"}],optOut:[{click:"button[data-test=manage-cookies]"},{wait:200},{eval:"EVAL_WAITROSE_0"},{click:"button[data-test=submit]"}],test:[{eval:"EVAL_WAITROSE_1"}]},{name:"webflow",vendorUrl:"https://webflow.com/",prehideSelectors:[".fs-cc-components"],detectCmp:[{exists:".fs-cc-components"}],detectPopup:[{visible:".fs-cc-components"},{visible:"[fs-cc=banner]"}],optIn:[{wait:500},{waitForThenClick:"[fs-cc=banner] [fs-cc=allow]"}],optOut:[{wait:500},{waitForThenClick:"[fs-cc=banner] [fs-cc=deny]"}]},{name:"wetransfer.com",detectCmp:[{exists:".welcome__cookie-notice"}],detectPopup:[{visible:".welcome__cookie-notice"}],optIn:[{click:".welcome__button--accept"}],optOut:[{click:".welcome__button--decline"}]},{name:"whitepages.com",runContext:{urlPattern:"^https://www\\.whitepages\\.com/"},cosmetic:!0,prehideSelectors:[".cookie-wrapper, .cookie-overlay"],detectCmp:[{exists:".cookie-wrapper"}],detectPopup:[{visible:".cookie-overlay"}],optIn:[{click:'button[aria-label="Got it"]'}],optOut:[{hide:".cookie-wrapper"}]},{name:"wolframalpha",vendorUrl:"https://www.wolframalpha.com",prehideSelectors:[],cosmetic:!0,runContext:{urlPattern:"^https://www\\.wolframalpha\\.com/"},detectCmp:[{exists:"section._a_yb"}],detectPopup:[{visible:"section._a_yb"}],optIn:[{waitForThenClick:"section._a_yb button"}],optOut:[{hide:"section._a_yb"}]},{name:"woo-commerce-com",prehideSelectors:[".wccom-comp-privacy-banner .wccom-privacy-banner"],detectCmp:[{exists:".wccom-comp-privacy-banner .wccom-privacy-banner"}],detectPopup:[{exists:".wccom-comp-privacy-banner .wccom-privacy-banner"}],optIn:[{click:".wccom-privacy-banner__content-buttons button.is-primary"}],optOut:[{click:".wccom-privacy-banner__content-buttons button.is-secondary"},{waitForThenClick:"input[type=checkbox][checked]:not([disabled])",all:!0},{click:"div.wccom-modal__footer > button"}]},{name:"WP Cookie Notice for GDPR",vendorUrl:"https://wordpress.org/plugins/gdpr-cookie-consent/",prehideSelectors:["#gdpr-cookie-consent-bar"],detectCmp:[{exists:"#gdpr-cookie-consent-bar"}],detectPopup:[{visible:"#gdpr-cookie-consent-bar"}],optIn:[{waitForThenClick:"#gdpr-cookie-consent-bar #cookie_action_accept"}],optOut:[{waitForThenClick:"#gdpr-cookie-consent-bar #cookie_action_reject"}],test:[{eval:"EVAL_WP_COOKIE_NOTICE_0"}]},{name:"wpcc",cosmetic:!0,prehideSelectors:[".wpcc-container"],detectCmp:[{exists:".wpcc-container"}],detectPopup:[{exists:".wpcc-container .wpcc-message"}],optIn:[{click:".wpcc-compliance .wpcc-btn"}],optOut:[{hide:".wpcc-container"}]},{name:"xe.com",vendorUrl:"https://www.xe.com/",runContext:{urlPattern:"^https://www\\.xe\\.com/"},prehideSelectors:["[class*=ConsentBanner]"],detectCmp:[{exists:"[class*=ConsentBanner]"}],detectPopup:[{visible:"[class*=ConsentBanner]"}],optIn:[{waitForThenClick:"[class*=ConsentBanner] .egnScw"}],optOut:[{wait:1e3},{waitForThenClick:"[class*=ConsentBanner] .frDWEu"},{waitForThenClick:"[class*=ConsentBanner] .hXIpFU"}],test:[{eval:"EVAL_XE_TEST"}]},{name:"xhamster-eu",prehideSelectors:[".cookies-modal"],detectCmp:[{exists:".cookies-modal"}],detectPopup:[{exists:".cookies-modal"}],optIn:[{click:"button.cmd-button-accept-all"}],optOut:[{click:"button.cmd-button-reject-all"}]},{name:"xhamster-us",runContext:{urlPattern:"^https://(www\\.)?xhamster\\d?\\.com"},cosmetic:!0,prehideSelectors:[".cookie-announce"],detectCmp:[{exists:".cookie-announce"}],detectPopup:[{visible:".cookie-announce .announce-text"}],optIn:[{click:".cookie-announce button.xh-button"}],optOut:[{hide:".cookie-announce"}]},{name:"xing.com",detectCmp:[{exists:"div[class^=cookie-consent-CookieConsent]"}],detectPopup:[{exists:"div[class^=cookie-consent-CookieConsent]"}],optIn:[{click:"#consent-accept-button"}],optOut:[{click:"#consent-settings-button"},{click:".consent-banner-button-accept-overlay"}],test:[{eval:"EVAL_XING_0"}]},{name:"xnxx-com",cosmetic:!0,prehideSelectors:["#cookies-use-alert"],detectCmp:[{exists:"#cookies-use-alert"}],detectPopup:[{visible:"#cookies-use-alert"}],optIn:[{click:"#cookies-use-alert .close"}],optOut:[{hide:"#cookies-use-alert"}]},{name:"xvideos",vendorUrl:"https://xvideos.com",runContext:{urlPattern:"^https://[^/]*xvideos\\.com/"},prehideSelectors:[],detectCmp:[{exists:".disclaimer-opened #disclaimer-cookies"}],detectPopup:[{visible:".disclaimer-opened #disclaimer-cookies"}],optIn:[{waitForThenClick:"#disclaimer-accept_cookies"}],optOut:[{waitForThenClick:"#disclaimer-reject_cookies"}]},{name:"Yahoo",runContext:{urlPattern:"^https://consent\\.yahoo\\.com/v2/"},prehideSelectors:["#reject-all"],detectCmp:[{exists:"#consent-page"}],detectPopup:[{visible:"#consent-page"}],optIn:[{waitForThenClick:"#consent-page button[value=agree]"}],optOut:[{waitForThenClick:"#consent-page button[value=reject]"}]},{name:"youporn.com",cosmetic:!0,prehideSelectors:[".euCookieModal, #js_euCookieModal"],detectCmp:[{exists:".euCookieModal"}],detectPopup:[{exists:".euCookieModal, #js_euCookieModal"}],optIn:[{click:'button[name="user_acceptCookie"]'}],optOut:[{hide:".euCookieModal"}]},{name:"youtube-desktop",prehideSelectors:["tp-yt-iron-overlay-backdrop.opened","ytd-consent-bump-v2-lightbox"],detectCmp:[{exists:"ytd-consent-bump-v2-lightbox tp-yt-paper-dialog"},{exists:'ytd-consent-bump-v2-lightbox tp-yt-paper-dialog a[href^="https://consent.youtube.com/"]'}],detectPopup:[{visible:"ytd-consent-bump-v2-lightbox tp-yt-paper-dialog"}],optIn:[{waitForThenClick:"ytd-consent-bump-v2-lightbox .eom-buttons .eom-button-row:first-child ytd-button-renderer:last-child #button,ytd-consent-bump-v2-lightbox .eom-buttons .eom-button-row:first-child ytd-button-renderer:last-child button"},{wait:500}],optOut:[{waitForThenClick:"ytd-consent-bump-v2-lightbox .eom-buttons .eom-button-row:first-child ytd-button-renderer:first-child #button,ytd-consent-bump-v2-lightbox .eom-buttons .eom-button-row:first-child ytd-button-renderer:first-child button"},{wait:500}],test:[{wait:500},{eval:"EVAL_YOUTUBE_DESKTOP_0"}]},{name:"youtube-mobile",prehideSelectors:[".consent-bump-v2-lightbox"],detectCmp:[{exists:"ytm-consent-bump-v2-renderer"}],detectPopup:[{visible:"ytm-consent-bump-v2-renderer"}],optIn:[{waitForThenClick:"ytm-consent-bump-v2-renderer .privacy-terms + .one-col-dialog-buttons c3-material-button:first-child button, ytm-consent-bump-v2-renderer .privacy-terms + .one-col-dialog-buttons ytm-button-renderer:first-child button"},{wait:500}],optOut:[{waitForThenClick:"ytm-consent-bump-v2-renderer .privacy-terms + .one-col-dialog-buttons c3-material-button:nth-child(2) button, ytm-consent-bump-v2-renderer .privacy-terms + .one-col-dialog-buttons ytm-button-renderer:nth-child(2) button"},{wait:500}],test:[{wait:500},{eval:"EVAL_YOUTUBE_MOBILE_0"}]},{name:"zdf",prehideSelectors:["#zdf-cmp-banner-sdk"],detectCmp:[{exists:"#zdf-cmp-banner-sdk"}],detectPopup:[{visible:"#zdf-cmp-main.zdf-cmp-show"}],optIn:[{waitForThenClick:"#zdf-cmp-main #zdf-cmp-accept-btn"}],optOut:[{waitForThenClick:"#zdf-cmp-main #zdf-cmp-deny-btn"}],test:[]},{name:"zentralruf-de",runContext:{urlPattern:"^https://(www\\.)?zentralruf\\.de"},prehideSelectors:["#cookie_modal_wrapper"],detectCmp:[{exists:"#cookie_modal_wrapper"}],detectPopup:[{visible:"#cookie_modal_wrapper"}],optIn:[{waitForThenClick:"#cookie_modal_wrapper #cookie_modal_button_consent_all"}],optOut:[{waitForThenClick:"#cookie_modal_wrapper #cookie_modal_button_choose"}]}],nn={"didomi.io":{detectors:[{presentMatcher:{target:{selector:"#didomi-host, #didomi-notice"},type:"css"},showingMatcher:{target:{selector:"body.didomi-popup-open, .didomi-notice-banner"},type:"css"}}],methods:[{action:{target:{selector:".didomi-popup-notice-buttons .didomi-button:not(.didomi-button-highlight), .didomi-notice-banner .didomi-learn-more-button"},type:"click"},name:"OPEN_OPTIONS"},{action:{actions:[{retries:50,target:{selector:"#didomi-purpose-cookies"},type:"waitcss",waitTime:50},{consents:[{description:"Share (everything) with others",falseAction:{target:{selector:".didomi-components-radio__option[aria-describedby=didomi-purpose-share_whith_others]:first-child"},type:"click"},trueAction:{target:{selector:".didomi-components-radio__option[aria-describedby=didomi-purpose-share_whith_others]:last-child"},type:"click"},type:"X"},{description:"Information storage and access",falseAction:{target:{selector:".didomi-components-radio__option[aria-describedby=didomi-purpose-cookies]:first-child"},type:"click"},trueAction:{target:{selector:".didomi-components-radio__option[aria-describedby=didomi-purpose-cookies]:last-child"},type:"click"},type:"D"},{description:"Content selection, offers and marketing",falseAction:{target:{selector:".didomi-components-radio__option[aria-describedby=didomi-purpose-CL-T1Rgm7]:first-child"},type:"click"},trueAction:{target:{selector:".didomi-components-radio__option[aria-describedby=didomi-purpose-CL-T1Rgm7]:last-child"},type:"click"},type:"E"},{description:"Analytics",falseAction:{target:{selector:".didomi-components-radio__option[aria-describedby=didomi-purpose-analytics]:first-child"},type:"click"},trueAction:{target:{selector:".didomi-components-radio__option[aria-describedby=didomi-purpose-analytics]:last-child"},type:"click"},type:"B"},{description:"Analytics",falseAction:{target:{selector:".didomi-components-radio__option[aria-describedby=didomi-purpose-M9NRHJe3G]:first-child"},type:"click"},trueAction:{target:{selector:".didomi-components-radio__option[aria-describedby=didomi-purpose-M9NRHJe3G]:last-child"},type:"click"},type:"B"},{description:"Ad and content selection",falseAction:{target:{selector:".didomi-components-radio__option[aria-describedby=didomi-purpose-advertising_personalization]:first-child"},type:"click"},trueAction:{target:{selector:".didomi-components-radio__option[aria-describedby=didomi-purpose-advertising_personalization]:last-child"},type:"click"},type:"F"},{description:"Ad and content selection",falseAction:{parent:{childFilter:{target:{selector:"#didomi-purpose-pub-ciblee"}},selector:".didomi-consent-popup-data-processing, .didomi-components-accordion-label-container"},target:{selector:".didomi-components-radio__option[aria-describedby=didomi-purpose-pub-ciblee]:first-child"},type:"click"},trueAction:{target:{selector:".didomi-components-radio__option[aria-describedby=didomi-purpose-pub-ciblee]:last-child"},type:"click"},type:"F"},{description:"Ad and content selection - basics",falseAction:{target:{selector:".didomi-components-radio__option[aria-describedby=didomi-purpose-q4zlJqdcD]:first-child"},type:"click"},trueAction:{target:{selector:".didomi-components-radio__option[aria-describedby=didomi-purpose-q4zlJqdcD]:last-child"},type:"click"},type:"F"},{description:"Ad and content selection - partners and subsidiaries",falseAction:{target:{selector:".didomi-components-radio__option[aria-describedby=didomi-purpose-partenaire-cAsDe8jC]:first-child"},type:"click"},trueAction:{target:{selector:".didomi-components-radio__option[aria-describedby=didomi-purpose-partenaire-cAsDe8jC]:last-child"},type:"click"},type:"F"},{description:"Ad and content selection - social networks",falseAction:{target:{selector:".didomi-components-radio__option[aria-describedby=didomi-purpose-p4em9a8m]:first-child"},type:"click"},trueAction:{target:{selector:".didomi-components-radio__option[aria-describedby=didomi-purpose-p4em9a8m]:last-child"},type:"click"},type:"F"},{description:"Ad and content selection - others",falseAction:{target:{selector:".didomi-components-radio__option[aria-describedby=didomi-purpose-autres-pub]:first-child"},type:"click"},trueAction:{target:{selector:".didomi-components-radio__option[aria-describedby=didomi-purpose-autres-pub]:last-child"},type:"click"},type:"F"},{description:"Social networks",falseAction:{target:{selector:".didomi-components-radio__option[aria-describedby=didomi-purpose-reseauxsociaux]:first-child"},type:"click"},trueAction:{target:{selector:".didomi-components-radio__option[aria-describedby=didomi-purpose-reseauxsociaux]:last-child"},type:"click"},type:"A"},{description:"Social networks",falseAction:{target:{selector:".didomi-components-radio__option[aria-describedby=didomi-purpose-social_media]:first-child"},type:"click"},trueAction:{target:{selector:".didomi-components-radio__option[aria-describedby=didomi-purpose-social_media]:last-child"},type:"click"},type:"A"},{description:"Content selection",falseAction:{target:{selector:".didomi-components-radio__option[aria-describedby=didomi-purpose-content_personalization]:first-child"},type:"click"},trueAction:{target:{selector:".didomi-components-radio__option[aria-describedby=didomi-purpose-content_personalization]:last-child"},type:"click"},type:"E"},{description:"Ad delivery",falseAction:{target:{selector:".didomi-components-radio__option[aria-describedby=didomi-purpose-ad_delivery]:first-child"},type:"click"},trueAction:{target:{selector:".didomi-components-radio__option[aria-describedby=didomi-purpose-ad_delivery]:last-child"},type:"click"},type:"F"}],type:"consent"},{action:{consents:[{matcher:{childFilter:{target:{selector:":not(.didomi-components-radio__option--selected)"}},type:"css"},trueAction:{target:{selector:":nth-child(2)"},type:"click"},falseAction:{target:{selector:":first-child"},type:"click"},type:"X"}],type:"consent"},target:{selector:".didomi-components-radio"},type:"foreach"}],type:"list"},name:"DO_CONSENT"},{action:{parent:{selector:".didomi-consent-popup-footer .didomi-consent-popup-actions"},target:{selector:".didomi-components-button:first-child"},type:"click"},name:"SAVE_CONSENT"}]},oil:{detectors:[{presentMatcher:{target:{selector:".as-oil-content-overlay"},type:"css"},showingMatcher:{target:{selector:".as-oil-content-overlay"},type:"css"}}],methods:[{action:{actions:[{target:{selector:".as-js-advanced-settings"},type:"click"},{retries:"10",target:{selector:".as-oil-cpc__purpose-container"},type:"waitcss",waitTime:"250"}],type:"list"},name:"OPEN_OPTIONS"},{action:{actions:[{consents:[{matcher:{parent:{selector:".as-oil-cpc__purpose-container",textFilter:["Information storage and access","Opbevaring af og adgang til oplysninger på din enhed"]},target:{selector:"input"},type:"checkbox"},toggleAction:{parent:{selector:".as-oil-cpc__purpose-container",textFilter:["Information storage and access","Opbevaring af og adgang til oplysninger på din enhed"]},target:{selector:".as-oil-cpc__switch"},type:"click"},type:"D"},{matcher:{parent:{selector:".as-oil-cpc__purpose-container",textFilter:["Personlige annoncer","Personalisation"]},target:{selector:"input"},type:"checkbox"},toggleAction:{parent:{selector:".as-oil-cpc__purpose-container",textFilter:["Personlige annoncer","Personalisation"]},target:{selector:".as-oil-cpc__switch"},type:"click"},type:"E"},{matcher:{parent:{selector:".as-oil-cpc__purpose-container",textFilter:["Annoncevalg, levering og rapportering","Ad selection, delivery, reporting"]},target:{selector:"input"},type:"checkbox"},toggleAction:{parent:{selector:".as-oil-cpc__purpose-container",textFilter:["Annoncevalg, levering og rapportering","Ad selection, delivery, reporting"]},target:{selector:".as-oil-cpc__switch"},type:"click"},type:"F"},{matcher:{parent:{selector:".as-oil-cpc__purpose-container",textFilter:["Personalisering af indhold","Content selection, delivery, reporting"]},target:{selector:"input"},type:"checkbox"},toggleAction:{parent:{selector:".as-oil-cpc__purpose-container",textFilter:["Personalisering af indhold","Content selection, delivery, reporting"]},target:{selector:".as-oil-cpc__switch"},type:"click"},type:"E"},{matcher:{parent:{childFilter:{target:{selector:".as-oil-cpc__purpose-header",textFilter:["Måling","Measurement"]}},selector:".as-oil-cpc__purpose-container"},target:{selector:"input"},type:"checkbox"},toggleAction:{parent:{childFilter:{target:{selector:".as-oil-cpc__purpose-header",textFilter:["Måling","Measurement"]}},selector:".as-oil-cpc__purpose-container"},target:{selector:".as-oil-cpc__switch"},type:"click"},type:"B"},{matcher:{parent:{selector:".as-oil-cpc__purpose-container",textFilter:"Google"},target:{selector:"input"},type:"checkbox"},toggleAction:{parent:{selector:".as-oil-cpc__purpose-container",textFilter:"Google"},target:{selector:".as-oil-cpc__switch"},type:"click"},type:"F"}],type:"consent"}],type:"list"},name:"DO_CONSENT"},{action:{target:{selector:".as-oil__btn-optin"},type:"click"},name:"SAVE_CONSENT"},{action:{target:{selector:"div.as-oil"},type:"hide"},name:"HIDE_CMP"}]},optanon:{detectors:[{presentMatcher:{target:{selector:"#optanon-menu, .optanon-alert-box-wrapper"},type:"css"},showingMatcher:{target:{displayFilter:!0,selector:".optanon-alert-box-wrapper"},type:"css"}}],methods:[{action:{actions:[{target:{selector:".optanon-alert-box-wrapper .optanon-toggle-display, a[onclick*='OneTrust.ToggleInfoDisplay()'], a[onclick*='Optanon.ToggleInfoDisplay()']"},type:"click"}],type:"list"},name:"OPEN_OPTIONS"},{action:{actions:[{target:{selector:".preference-menu-item #Your-privacy"},type:"click"},{target:{selector:"#optanon-vendor-consent-text"},type:"click"},{action:{consents:[{matcher:{target:{selector:"input"},type:"checkbox"},toggleAction:{target:{selector:"label"},type:"click"},type:"X"}],type:"consent"},target:{selector:"#optanon-vendor-consent-list .vendor-item"},type:"foreach"},{target:{selector:".vendor-consent-back-link"},type:"click"},{parent:{selector:"#optanon-menu, .optanon-menu"},target:{selector:".menu-item-performance"},trueAction:{actions:[{parent:{selector:"#optanon-menu, .optanon-menu"},target:{selector:".menu-item-performance"},type:"click"},{consents:[{matcher:{parent:{selector:"#optanon-popup-body-right"},target:{selector:".optanon-status input"},type:"checkbox"},toggleAction:{parent:{selector:"#optanon-popup-body-right"},target:{selector:".optanon-status label"},type:"click"},type:"B"}],type:"consent"}],type:"list"},type:"ifcss"},{parent:{selector:"#optanon-menu, .optanon-menu"},target:{selector:".menu-item-functional"},trueAction:{actions:[{parent:{selector:"#optanon-menu, .optanon-menu"},target:{selector:".menu-item-functional"},type:"click"},{consents:[{matcher:{parent:{selector:"#optanon-popup-body-right"},target:{selector:".optanon-status input"},type:"checkbox"},toggleAction:{parent:{selector:"#optanon-popup-body-right"},target:{selector:".optanon-status label"},type:"click"},type:"E"}],type:"consent"}],type:"list"},type:"ifcss"},{parent:{selector:"#optanon-menu, .optanon-menu"},target:{selector:".menu-item-advertising"},trueAction:{actions:[{parent:{selector:"#optanon-menu, .optanon-menu"},target:{selector:".menu-item-advertising"},type:"click"},{consents:[{matcher:{parent:{selector:"#optanon-popup-body-right"},target:{selector:".optanon-status input"},type:"checkbox"},toggleAction:{parent:{selector:"#optanon-popup-body-right"},target:{selector:".optanon-status label"},type:"click"},type:"F"}],type:"consent"}],type:"list"},type:"ifcss"},{parent:{selector:"#optanon-menu, .optanon-menu"},target:{selector:".menu-item-social"},trueAction:{actions:[{parent:{selector:"#optanon-menu, .optanon-menu"},target:{selector:".menu-item-social"},type:"click"},{consents:[{matcher:{parent:{selector:"#optanon-popup-body-right"},target:{selector:".optanon-status input"},type:"checkbox"},toggleAction:{parent:{selector:"#optanon-popup-body-right"},target:{selector:".optanon-status label"},type:"click"},type:"B"}],type:"consent"}],type:"list"},type:"ifcss"},{parent:{selector:"#optanon-menu, .optanon-menu"},target:{selector:".menu-item-necessary",textFilter:"Social Media Cookies"},trueAction:{actions:[{parent:{selector:"#optanon-menu, .optanon-menu"},target:{selector:".menu-item-necessary",textFilter:"Social Media Cookies"},type:"click"},{consents:[{matcher:{parent:{selector:"#optanon-popup-body-right"},target:{selector:".optanon-status input"},type:"checkbox"},toggleAction:{parent:{selector:"#optanon-popup-body-right"},target:{selector:".optanon-status label"},type:"click"},type:"B"}],type:"consent"}],type:"list"},type:"ifcss"},{parent:{selector:"#optanon-menu, .optanon-menu"},target:{selector:".menu-item-necessary",textFilter:"Personalisation"},trueAction:{actions:[{parent:{selector:"#optanon-menu, .optanon-menu"},target:{selector:".menu-item-necessary",textFilter:"Personalisation"},type:"click"},{consents:[{matcher:{parent:{selector:"#optanon-popup-body-right"},target:{selector:".optanon-status input"},type:"checkbox"},toggleAction:{parent:{selector:"#optanon-popup-body-right"},target:{selector:".optanon-status label"},type:"click"},type:"E"}],type:"consent"}],type:"list"},type:"ifcss"},{parent:{selector:"#optanon-menu, .optanon-menu"},target:{selector:".menu-item-necessary",textFilter:"Site monitoring cookies"},trueAction:{actions:[{parent:{selector:"#optanon-menu, .optanon-menu"},target:{selector:".menu-item-necessary",textFilter:"Site monitoring cookies"},type:"click"},{consents:[{matcher:{parent:{selector:"#optanon-popup-body-right"},target:{selector:".optanon-status input"},type:"checkbox"},toggleAction:{parent:{selector:"#optanon-popup-body-right"},target:{selector:".optanon-status label"},type:"click"},type:"B"}],type:"consent"}],type:"list"},type:"ifcss"},{parent:{selector:"#optanon-menu, .optanon-menu"},target:{selector:".menu-item-necessary",textFilter:"Third party privacy-enhanced content"},trueAction:{actions:[{parent:{selector:"#optanon-menu, .optanon-menu"},target:{selector:".menu-item-necessary",textFilter:"Third party privacy-enhanced content"},type:"click"},{consents:[{matcher:{parent:{selector:"#optanon-popup-body-right"},target:{selector:".optanon-status input"},type:"checkbox"},toggleAction:{parent:{selector:"#optanon-popup-body-right"},target:{selector:".optanon-status label"},type:"click"},type:"X"}],type:"consent"}],type:"list"},type:"ifcss"},{parent:{selector:"#optanon-menu, .optanon-menu"},target:{selector:".menu-item-necessary",textFilter:"Performance & Advertising Cookies"},trueAction:{actions:[{parent:{selector:"#optanon-menu, .optanon-menu"},target:{selector:".menu-item-necessary",textFilter:"Performance & Advertising Cookies"},type:"click"},{consents:[{matcher:{parent:{selector:"#optanon-popup-body-right"},target:{selector:".optanon-status input"},type:"checkbox"},toggleAction:{parent:{selector:"#optanon-popup-body-right"},target:{selector:".optanon-status label"},type:"click"},type:"F"}],type:"consent"}],type:"list"},type:"ifcss"},{parent:{selector:"#optanon-menu, .optanon-menu"},target:{selector:".menu-item-necessary",textFilter:"Information storage and access"},trueAction:{actions:[{parent:{selector:"#optanon-menu, .optanon-menu"},target:{selector:".menu-item-necessary",textFilter:"Information storage and access"},type:"click"},{consents:[{matcher:{parent:{selector:"#optanon-popup-body-right"},target:{selector:".optanon-status input"},type:"checkbox"},toggleAction:{parent:{selector:"#optanon-popup-body-right"},target:{selector:".optanon-status label"},type:"click"},type:"D"}],type:"consent"}],type:"list"},type:"ifcss"},{parent:{selector:"#optanon-menu, .optanon-menu"},target:{selector:".menu-item-necessary",textFilter:"Ad selection, delivery, reporting"},trueAction:{actions:[{parent:{selector:"#optanon-menu, .optanon-menu"},target:{selector:".menu-item-necessary",textFilter:"Ad selection, delivery, reporting"},type:"click"},{consents:[{matcher:{parent:{selector:"#optanon-popup-body-right"},target:{selector:".optanon-status input"},type:"checkbox"},toggleAction:{parent:{selector:"#optanon-popup-body-right"},target:{selector:".optanon-status label"},type:"click"},type:"F"}],type:"consent"}],type:"list"},type:"ifcss"},{parent:{selector:"#optanon-menu, .optanon-menu"},target:{selector:".menu-item-necessary",textFilter:"Content selection, delivery, reporting"},trueAction:{actions:[{parent:{selector:"#optanon-menu, .optanon-menu"},target:{selector:".menu-item-necessary",textFilter:"Content selection, delivery, reporting"},type:"click"},{consents:[{matcher:{parent:{selector:"#optanon-popup-body-right"},target:{selector:".optanon-status input"},type:"checkbox"},toggleAction:{parent:{selector:"#optanon-popup-body-right"},target:{selector:".optanon-status label"},type:"click"},type:"E"}],type:"consent"}],type:"list"},type:"ifcss"},{parent:{selector:"#optanon-menu, .optanon-menu"},target:{selector:".menu-item-necessary",textFilter:"Measurement"},trueAction:{actions:[{parent:{selector:"#optanon-menu, .optanon-menu"},target:{selector:".menu-item-necessary",textFilter:"Measurement"},type:"click"},{consents:[{matcher:{parent:{selector:"#optanon-popup-body-right"},target:{selector:".optanon-status input"},type:"checkbox"},toggleAction:{parent:{selector:"#optanon-popup-body-right"},target:{selector:".optanon-status label"},type:"click"},type:"B"}],type:"consent"}],type:"list"},type:"ifcss"},{parent:{selector:"#optanon-menu, .optanon-menu"},target:{selector:".menu-item-necessary",textFilter:"Recommended Cookies"},trueAction:{actions:[{parent:{selector:"#optanon-menu, .optanon-menu"},target:{selector:".menu-item-necessary",textFilter:"Recommended Cookies"},type:"click"},{consents:[{matcher:{parent:{selector:"#optanon-popup-body-right"},target:{selector:".optanon-status input"},type:"checkbox"},toggleAction:{parent:{selector:"#optanon-popup-body-right"},target:{selector:".optanon-status label"},type:"click"},type:"X"}],type:"consent"}],type:"list"},type:"ifcss"},{parent:{selector:"#optanon-menu, .optanon-menu"},target:{selector:".menu-item-necessary",textFilter:"Unclassified Cookies"},trueAction:{actions:[{parent:{selector:"#optanon-menu, .optanon-menu"},target:{selector:".menu-item-necessary",textFilter:"Unclassified Cookies"},type:"click"},{consents:[{matcher:{parent:{selector:"#optanon-popup-body-right"},target:{selector:".optanon-status input"},type:"checkbox"},toggleAction:{parent:{selector:"#optanon-popup-body-right"},target:{selector:".optanon-status label"},type:"click"},type:"X"}],type:"consent"}],type:"list"},type:"ifcss"},{parent:{selector:"#optanon-menu, .optanon-menu"},target:{selector:".menu-item-necessary",textFilter:"Analytical Cookies"},trueAction:{actions:[{parent:{selector:"#optanon-menu, .optanon-menu"},target:{selector:".menu-item-necessary",textFilter:"Analytical Cookies"},type:"click"},{consents:[{matcher:{parent:{selector:"#optanon-popup-body-right"},target:{selector:".optanon-status input"},type:"checkbox"},toggleAction:{parent:{selector:"#optanon-popup-body-right"},target:{selector:".optanon-status label"},type:"click"},type:"B"}],type:"consent"}],type:"list"},type:"ifcss"},{parent:{selector:"#optanon-menu, .optanon-menu"},target:{selector:".menu-item-necessary",textFilter:"Marketing Cookies"},trueAction:{actions:[{parent:{selector:"#optanon-menu, .optanon-menu"},target:{selector:".menu-item-necessary",textFilter:"Marketing Cookies"},type:"click"},{consents:[{matcher:{parent:{selector:"#optanon-popup-body-right"},target:{selector:".optanon-status input"},type:"checkbox"},toggleAction:{parent:{selector:"#optanon-popup-body-right"},target:{selector:".optanon-status label"},type:"click"},type:"F"}],type:"consent"}],type:"list"},type:"ifcss"},{parent:{selector:"#optanon-menu, .optanon-menu"},target:{selector:".menu-item-necessary",textFilter:"Personalization"},trueAction:{actions:[{parent:{selector:"#optanon-menu, .optanon-menu"},target:{selector:".menu-item-necessary",textFilter:"Personalization"},type:"click"},{consents:[{matcher:{parent:{selector:"#optanon-popup-body-right"},target:{selector:".optanon-status input"},type:"checkbox"},toggleAction:{parent:{selector:"#optanon-popup-body-right"},target:{selector:".optanon-status label"},type:"click"},type:"E"}],type:"consent"}],type:"list"},type:"ifcss"},{parent:{selector:"#optanon-menu, .optanon-menu"},target:{selector:".menu-item-necessary",textFilter:"Ad Selection, Delivery & Reporting"},trueAction:{actions:[{parent:{selector:"#optanon-menu, .optanon-menu"},target:{selector:".menu-item-necessary",textFilter:"Ad Selection, Delivery & Reporting"},type:"click"},{consents:[{matcher:{parent:{selector:"#optanon-popup-body-right"},target:{selector:".optanon-status input"},type:"checkbox"},toggleAction:{parent:{selector:"#optanon-popup-body-right"},target:{selector:".optanon-status label"},type:"click"},type:"F"}],type:"consent"}],type:"list"},type:"ifcss"},{parent:{selector:"#optanon-menu, .optanon-menu"},target:{selector:".menu-item-necessary",textFilter:"Content Selection, Delivery & Reporting"},trueAction:{actions:[{parent:{selector:"#optanon-menu, .optanon-menu"},target:{selector:".menu-item-necessary",textFilter:"Content Selection, Delivery & Reporting"},type:"click"},{consents:[{matcher:{parent:{selector:"#optanon-popup-body-right"},target:{selector:".optanon-status input"},type:"checkbox"},toggleAction:{parent:{selector:"#optanon-popup-body-right"},target:{selector:".optanon-status label"},type:"click"},type:"E"}],type:"consent"}],type:"list"},type:"ifcss"}],type:"list"},name:"DO_CONSENT"},{action:{parent:{selector:".optanon-save-settings-button"},target:{selector:".optanon-white-button-middle"},type:"click"},name:"SAVE_CONSENT"},{action:{actions:[{target:{selector:"#optanon-popup-wrapper"},type:"hide"},{target:{selector:"#optanon-popup-bg"},type:"hide"},{target:{selector:".optanon-alert-box-wrapper"},type:"hide"}],type:"list"},name:"HIDE_CMP"}]},quantcast2:{detectors:[{presentMatcher:{target:{selector:"[data-tracking-opt-in-overlay]"},type:"css"},showingMatcher:{target:{selector:"[data-tracking-opt-in-overlay] [data-tracking-opt-in-learn-more]"},type:"css"}}],methods:[{action:{target:{selector:"[data-tracking-opt-in-overlay] [data-tracking-opt-in-learn-more]"},type:"click"},name:"OPEN_OPTIONS"},{action:{actions:[{type:"wait",waitTime:500},{action:{actions:[{target:{selector:"div",textFilter:["Information storage and access"]},trueAction:{consents:[{matcher:{target:{selector:"input"},type:"checkbox"},toggleAction:{target:{selector:"label"},type:"click"},type:"D"}],type:"consent"},type:"ifcss"},{target:{selector:"div",textFilter:["Personalization"]},trueAction:{consents:[{matcher:{target:{selector:"input"},type:"checkbox"},toggleAction:{target:{selector:"label"},type:"click"},type:"F"}],type:"consent"},type:"ifcss"},{target:{selector:"div",textFilter:["Ad selection, delivery, reporting"]},trueAction:{consents:[{matcher:{target:{selector:"input"},type:"checkbox"},toggleAction:{target:{selector:"label"},type:"click"},type:"F"}],type:"consent"},type:"ifcss"},{target:{selector:"div",textFilter:["Content selection, delivery, reporting"]},trueAction:{consents:[{matcher:{target:{selector:"input"},type:"checkbox"},toggleAction:{target:{selector:"label"},type:"click"},type:"E"}],type:"consent"},type:"ifcss"},{target:{selector:"div",textFilter:["Measurement"]},trueAction:{consents:[{matcher:{target:{selector:"input"},type:"checkbox"},toggleAction:{target:{selector:"label"},type:"click"},type:"B"}],type:"consent"},type:"ifcss"},{target:{selector:"div",textFilter:["Other Partners"]},trueAction:{consents:[{matcher:{target:{selector:"input"},type:"checkbox"},toggleAction:{target:{selector:"label"},type:"click"},type:"X"}],type:"consent"},type:"ifcss"}],type:"list"},parent:{childFilter:{target:{selector:"input"}},selector:"[data-tracking-opt-in-overlay] > div > div"},target:{childFilter:{target:{selector:"input"}},selector:":scope > div"},type:"foreach"}],type:"list"},name:"DO_CONSENT"},{action:{target:{selector:"[data-tracking-opt-in-overlay] [data-tracking-opt-in-save]"},type:"click"},name:"SAVE_CONSENT"}]},springer:{detectors:[{presentMatcher:{parent:null,target:{selector:".cmp-app_gdpr"},type:"css"},showingMatcher:{parent:null,target:{displayFilter:!0,selector:".cmp-popup_popup"},type:"css"}}],methods:[{action:{actions:[{target:{selector:".cmp-intro_rejectAll"},type:"click"},{type:"wait",waitTime:250},{target:{selector:".cmp-purposes_purposeItem:not(.cmp-purposes_selectedPurpose)"},type:"click"}],type:"list"},name:"OPEN_OPTIONS"},{action:{consents:[{matcher:{parent:{selector:".cmp-purposes_detailHeader",textFilter:"Przechowywanie informacji na urządzeniu lub dostęp do nich",childFilter:{target:{selector:".cmp-switch_switch"}}},target:{selector:".cmp-switch_switch .cmp-switch_isSelected"},type:"css"},toggleAction:{parent:{selector:".cmp-purposes_detailHeader",textFilter:"Przechowywanie informacji na urządzeniu lub dostęp do nich",childFilter:{target:{selector:".cmp-switch_switch"}}},target:{selector:".cmp-switch_switch:not(.cmp-switch_isSelected)"},type:"click"},type:"D"},{matcher:{parent:{selector:".cmp-purposes_detailHeader",textFilter:"Wybór podstawowych reklam",childFilter:{target:{selector:".cmp-switch_switch"}}},target:{selector:".cmp-switch_switch .cmp-switch_isSelected"},type:"css"},toggleAction:{parent:{selector:".cmp-purposes_detailHeader",textFilter:"Wybór podstawowych reklam",childFilter:{target:{selector:".cmp-switch_switch"}}},target:{selector:".cmp-switch_switch:not(.cmp-switch_isSelected)"},type:"click"},type:"F"},{matcher:{parent:{selector:".cmp-purposes_detailHeader",textFilter:"Tworzenie profilu spersonalizowanych reklam",childFilter:{target:{selector:".cmp-switch_switch"}}},target:{selector:".cmp-switch_switch .cmp-switch_isSelected"},type:"css"},toggleAction:{parent:{selector:".cmp-purposes_detailHeader",textFilter:"Tworzenie profilu spersonalizowanych reklam",childFilter:{target:{selector:".cmp-switch_switch"}}},target:{selector:".cmp-switch_switch:not(.cmp-switch_isSelected)"},type:"click"},type:"F"},{matcher:{parent:{selector:".cmp-purposes_detailHeader",textFilter:"Wybór spersonalizowanych reklam",childFilter:{target:{selector:".cmp-switch_switch"}}},target:{selector:".cmp-switch_switch .cmp-switch_isSelected"},type:"css"},toggleAction:{parent:{selector:".cmp-purposes_detailHeader",textFilter:"Wybór spersonalizowanych reklam",childFilter:{target:{selector:".cmp-switch_switch"}}},target:{selector:".cmp-switch_switch:not(.cmp-switch_isSelected)"},type:"click"},type:"E"},{matcher:{parent:{selector:".cmp-purposes_detailHeader",textFilter:"Tworzenie profilu spersonalizowanych treści",childFilter:{target:{selector:".cmp-switch_switch"}}},target:{selector:".cmp-switch_switch .cmp-switch_isSelected"},type:"css"},toggleAction:{parent:{selector:".cmp-purposes_detailHeader",textFilter:"Tworzenie profilu spersonalizowanych treści",childFilter:{target:{selector:".cmp-switch_switch"}}},target:{selector:".cmp-switch_switch:not(.cmp-switch_isSelected)"},type:"click"},type:"E"},{matcher:{parent:{selector:".cmp-purposes_detailHeader",textFilter:"Wybór spersonalizowanych treści",childFilter:{target:{selector:".cmp-switch_switch"}}},target:{selector:".cmp-switch_switch .cmp-switch_isSelected"},type:"css"},toggleAction:{parent:{selector:".cmp-purposes_detailHeader",textFilter:"Wybór spersonalizowanych treści",childFilter:{target:{selector:".cmp-switch_switch"}}},target:{selector:".cmp-switch_switch:not(.cmp-switch_isSelected)"},type:"click"},type:"B"},{matcher:{parent:{selector:".cmp-purposes_detailHeader",textFilter:"Pomiar wydajności reklam",childFilter:{target:{selector:".cmp-switch_switch"}}},target:{selector:".cmp-switch_switch .cmp-switch_isSelected"},type:"css"},toggleAction:{parent:{selector:".cmp-purposes_detailHeader",textFilter:"Pomiar wydajności reklam",childFilter:{target:{selector:".cmp-switch_switch"}}},target:{selector:".cmp-switch_switch:not(.cmp-switch_isSelected)"},type:"click"},type:"B"},{matcher:{parent:{selector:".cmp-purposes_detailHeader",textFilter:"Pomiar wydajności treści",childFilter:{target:{selector:".cmp-switch_switch"}}},target:{selector:".cmp-switch_switch .cmp-switch_isSelected"},type:"css"},toggleAction:{parent:{selector:".cmp-purposes_detailHeader",textFilter:"Pomiar wydajności treści",childFilter:{target:{selector:".cmp-switch_switch"}}},target:{selector:".cmp-switch_switch:not(.cmp-switch_isSelected)"},type:"click"},type:"B"},{matcher:{parent:{selector:".cmp-purposes_detailHeader",textFilter:"Stosowanie badań rynkowych w celu generowania opinii odbiorców",childFilter:{target:{selector:".cmp-switch_switch"}}},target:{selector:".cmp-switch_switch .cmp-switch_isSelected"},type:"css"},toggleAction:{parent:{selector:".cmp-purposes_detailHeader",textFilter:"Stosowanie badań rynkowych w celu generowania opinii odbiorców",childFilter:{target:{selector:".cmp-switch_switch"}}},target:{selector:".cmp-switch_switch:not(.cmp-switch_isSelected)"},type:"click"},type:"X"},{matcher:{parent:{selector:".cmp-purposes_detailHeader",textFilter:"Opracowywanie i ulepszanie produktów",childFilter:{target:{selector:".cmp-switch_switch"}}},target:{selector:".cmp-switch_switch .cmp-switch_isSelected"},type:"css"},toggleAction:{parent:{selector:".cmp-purposes_detailHeader",textFilter:"Opracowywanie i ulepszanie produktów",childFilter:{target:{selector:".cmp-switch_switch"}}},target:{selector:".cmp-switch_switch:not(.cmp-switch_isSelected)"},type:"click"},type:"X"}],type:"consent"},name:"DO_CONSENT"},{action:{target:{selector:".cmp-details_save"},type:"click"},name:"SAVE_CONSENT"}]},wordpressgdpr:{detectors:[{presentMatcher:{parent:null,target:{selector:".wpgdprc-consent-bar"},type:"css"},showingMatcher:{parent:null,target:{displayFilter:!0,selector:".wpgdprc-consent-bar"},type:"css"}}],methods:[{action:{parent:null,target:{selector:".wpgdprc-consent-bar .wpgdprc-consent-bar__settings",textFilter:null},type:"click"},name:"OPEN_OPTIONS"},{action:{actions:[{target:{selector:".wpgdprc-consent-modal .wpgdprc-button",textFilter:"Eyeota"},type:"click"},{consents:[{description:"Eyeota Cookies",matcher:{parent:{selector:".wpgdprc-consent-modal__description",textFilter:"Eyeota"},target:{selector:"input"},type:"checkbox"},toggleAction:{parent:{selector:".wpgdprc-consent-modal__description",textFilter:"Eyeota"},target:{selector:"label"},type:"click"},type:"X"}],type:"consent"},{target:{selector:".wpgdprc-consent-modal .wpgdprc-button",textFilter:"Advertising"},type:"click"},{consents:[{description:"Advertising Cookies",matcher:{parent:{selector:".wpgdprc-consent-modal__description",textFilter:"Advertising"},target:{selector:"input"},type:"checkbox"},toggleAction:{parent:{selector:".wpgdprc-consent-modal__description",textFilter:"Advertising"},target:{selector:"label"},type:"click"},type:"F"}],type:"consent"}],type:"list"},name:"DO_CONSENT"},{action:{parent:null,target:{selector:".wpgdprc-button",textFilter:"Save my settings"},type:"click"},name:"SAVE_CONSENT"}]}},sn={autoconsent:on,consentomatic:nn},cn=Object.freeze({__proto__:null,autoconsent:on,consentomatic:nn,default:sn}); /*! Bundled license information: @ghostery/adblocker/dist/esm/codebooks/cosmetic-selector.js: @@ -442,4 +442,4 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at https://mozilla.org/MPL/2.0/. *) - */const rn=new class{constructor(e,t=null,o=null){if(this.id=s(),this.rules=[],this.foundCmp=null,this.state={cosmeticFiltersOn:!1,filterListReported:!1,lifecycle:"loading",prehideOn:!1,findCmpAttempts:0,detectedCmps:[],detectedPopups:[],heuristicPatterns:[],heuristicSnippets:[],selfTest:null},c.sendContentMessage=e,this.sendContentMessage=e,this.rules=[],this.updateState({lifecycle:"loading"}),this.addDynamicRules(),t)this.initialize(t,o);else{o&&this.parseDeclarativeRules(o);e({type:"init",url:window.location.href}),this.updateState({lifecycle:"waitingForInitResponse"})}this.domActions=new class{constructor(e){this.autoconsentInstance=e}click(e,t=!1){const o=this.elementSelector(e);return this.autoconsentInstance.config.logs.rulesteps&&console.log("[click]",e,t,o),o.length>0&&(t?o.forEach((e=>e.click())):o[0].click()),o.length>0}elementExists(e){return this.elementSelector(e).length>0}elementVisible(e,t){const o=this.elementSelector(e),i=new Array(o.length);return o.forEach(((e,t)=>{i[t]=g(e)})),"none"===t?i.every((e=>!e)):0!==i.length&&("any"===t?i.some((e=>e)):i.every((e=>e)))}waitForElement(e,t=1e4){const o=Math.ceil(t/200);return this.autoconsentInstance.config.logs.rulesteps&&console.log("[waitForElement]",e),A((()=>this.elementSelector(e).length>0),o,200)}waitForVisible(e,t=1e4,o="any"){const i=Math.ceil(t/200);return this.autoconsentInstance.config.logs.rulesteps&&console.log("[waitForVisible]",e),A((()=>this.elementVisible(e,o)),i,200)}async waitForThenClick(e,t=1e4,o=!1){return await this.waitForElement(e,t),this.click(e,o)}wait(e){return this.autoconsentInstance.config.logs.rulesteps&&this.autoconsentInstance.config.logs.waits&&console.log("[wait]",e),new Promise((t=>{setTimeout((()=>{t(!0)}),e)}))}hide(e,t){return this.autoconsentInstance.config.logs.rulesteps&&console.log("[hide]",e),m(u(),e,t)}prehide(e){const t=u("autoconsent-prehide");return this.autoconsentInstance.config.logs.lifecycle&&console.log("[prehide]",t,location.href),m(t,e,"opacity")}undoPrehide(){const e=u("autoconsent-prehide");return this.autoconsentInstance.config.logs.lifecycle&&console.log("[undoprehide]",e,location.href),e&&e.remove(),!!e}async createOrUpdateStyleSheet(e,t){return t||(t=new CSSStyleSheet),await t.replace(e)}removeStyleSheet(e){return!!e&&(e.replace(""),!0)}querySingleReplySelector(e,t=document){if(e.startsWith("aria/"))return[];if(e.startsWith("xpath/")){const o=e.slice(6),i=document.evaluate(o,t,null,XPathResult.ANY_TYPE,null);let n=null;const s=[];for(;n=i.iterateNext();)s.push(n);return s}return e.startsWith("text/")||e.startsWith("pierce/")?[]:t.shadowRoot?Array.from(t.shadowRoot.querySelectorAll(e)):Array.from(t.querySelectorAll(e))}querySelectorChain(e){let t,o=document;for(const i of e){if(t=this.querySingleReplySelector(i,o),0===t.length)return[];o=t[0]}return t}elementSelector(e){return"string"==typeof e?this.querySingleReplySelector(e):this.querySelectorChain(e)}}(this)}initialize(e,t){const o=f(e);if(o.logs.lifecycle&&console.log("autoconsent init",window.location.href),this.config=o,o.enabled){if(t&&this.parseDeclarativeRules(t),e.enableFilterList){try{en&&en.length>0&&(this.filtersEngine=Yi.deserialize(en))}catch(e){console.error("Error parsing filter list",e)}"loading"===document.readyState?window.addEventListener("DOMContentLoaded",(()=>{this.applyCosmeticFilters()})):this.applyCosmeticFilters()}if(this.rules=function(e,t){return e.filter((e=>(!t.disabledCmps||!t.disabledCmps.includes(e.name))&&(t.enableCosmeticRules||!e.isCosmetic)))}(this.rules,o),e.enablePrehide)if(document.documentElement)this.prehideElements();else{const e=()=>{window.removeEventListener("DOMContentLoaded",e),this.prehideElements()};window.addEventListener("DOMContentLoaded",e)}if("loading"===document.readyState){const e=()=>{window.removeEventListener("DOMContentLoaded",e),this.start()};window.addEventListener("DOMContentLoaded",e)}else this.start();this.updateState({lifecycle:"initialized"})}else o.logs.lifecycle&&console.log("autoconsent is disabled")}addDynamicRules(){y.forEach((e=>{this.rules.push(new e(this))}))}parseDeclarativeRules(e){e.consentomatic&&Object.keys(e.consentomatic).forEach((t=>{this.addConsentomaticCMP(t,e.consentomatic[t])})),e.autoconsent&&e.autoconsent.forEach((e=>{this.addDeclarativeCMP(e)}))}addDeclarativeCMP(e){this.rules.push(new d(e,this))}addConsentomaticCMP(e,t){this.rules.push(new class{constructor(e,t){this.name=e,this.config=t,this.methods=new Map,this.runContext=l,this.isCosmetic=!1,t.methods.forEach((e=>{e.action&&this.methods.set(e.name,e.action)})),this.hasSelfTest=!1}get isIntermediate(){return!1}checkRunContext(){return!0}async detectCmp(){return this.config.detectors.map((e=>o(e.presentMatcher))).some((e=>!!e))}async detectPopup(){return this.config.detectors.map((e=>o(e.showingMatcher))).some((e=>!!e))}async executeAction(e,t){return!this.methods.has(e)||i(this.methods.get(e),t)}async optOut(){return await this.executeAction("HIDE_CMP"),await this.executeAction("OPEN_OPTIONS"),await this.executeAction("HIDE_CMP"),await this.executeAction("DO_CONSENT",[]),await this.executeAction("SAVE_CONSENT"),!0}async optIn(){return await this.executeAction("HIDE_CMP"),await this.executeAction("OPEN_OPTIONS"),await this.executeAction("HIDE_CMP"),await this.executeAction("DO_CONSENT",["D","A","B","E","F","X"]),await this.executeAction("SAVE_CONSENT"),!0}async openCmp(){return await this.executeAction("HIDE_CMP"),await this.executeAction("OPEN_OPTIONS"),!0}async test(){return!0}}(`com_${e}`,t))}start(){!function(e,t=500){globalThis.requestIdleCallback?requestIdleCallback(e,{timeout:t}):setTimeout(e,0)}((()=>this._start()))}async _start(){const e=this.config.logs;e.lifecycle&&console.log(`Detecting CMPs on ${window.location.href}`),this.updateState({lifecycle:"started"});const t=await this.findCmp(this.config.detectRetries);if(this.updateState({detectedCmps:t.map((e=>e.name))}),0===t.length)return e.lifecycle&&console.log("no CMP found",location.href),this.config.enablePrehide&&this.undoPrehide(),this.filterListFallback();this.updateState({lifecycle:"cmpDetected"});const o=[],i=[];for(const e of t)e.isCosmetic?i.push(e):o.push(e);let n=!1,s=await this.detectPopups(o,(async e=>{n=await this.handlePopup(e)}));if(0===s.length&&(s=await this.detectPopups(i,(async e=>{n=await this.handlePopup(e)}))),0===s.length)return e.lifecycle&&console.log("no popup found"),this.config.enablePrehide&&this.undoPrehide(),!1;if(s.length>1){const t={msg:"Found multiple CMPs, check the detection rules.",cmps:s.map((e=>e.name))};e.errors&&console.warn(t.msg,t.cmps),this.sendContentMessage({type:"autoconsentError",details:t})}return n}async findCmp(e){const t=this.config.logs;this.updateState({findCmpAttempts:this.state.findCmpAttempts+1});const o=[];for(const e of this.rules)try{if(!e.checkRunContext())continue;await e.detectCmp()&&(t.lifecycle&&console.log(`Found CMP: ${e.name} ${window.location.href}`),this.sendContentMessage({type:"cmpDetected",url:location.href,cmp:e.name}),o.push(e))}catch(o){t.errors&&console.warn(`error detecting ${e.name}`,o)}return this.detectHeuristics(),0===o.length&&e>0?(await this.domActions.wait(500),this.findCmp(e-1)):o}detectHeuristics(){if(this.config.enableHeuristicDetection){const{patterns:e,snippets:t}=function(){const e=document.documentElement.innerText,t=[],o=[];for(const i of tn){const n=e.match(i);n&&(t.push(i.toString()),o.push(...n.map((e=>e.substring(0,200)))))}return{patterns:t,snippets:o}}();e.length>0&&(e.length!==this.state.heuristicPatterns.length||this.state.heuristicPatterns.some(((t,o)=>t!==e[o])))&&(this.config.logs.lifecycle&&console.log("Heuristic patterns found",e,t),this.updateState({heuristicPatterns:e,heuristicSnippets:t}))}}async detectPopup(e){if(await this.waitForPopup(e).catch((t=>(this.config.logs.errors&&console.warn(`error waiting for a popup for ${e.name}`,t),!1))))return this.updateState({detectedPopups:this.state.detectedPopups.concat([e.name])}),this.sendContentMessage({type:"popupFound",cmp:e.name,url:location.href}),e;throw new Error("Popup is not shown")}async detectPopups(e,t){const o=e.map((e=>this.detectPopup(e)));await Promise.any(o).then((e=>{this.detectHeuristics(),t(e)})).catch((()=>null));const i=await Promise.allSettled(o),n=[];for(const e of i)"fulfilled"===e.status&&n.push(e.value);return n}async handlePopup(e){return this.updateState({lifecycle:"openPopupDetected"}),this.config.enablePrehide&&!this.state.prehideOn&&this.prehideElements(),this.state.cosmeticFiltersOn&&this.undoCosmetics(),this.foundCmp=e,"optOut"===this.config.autoAction?await this.doOptOut():"optIn"===this.config.autoAction?await this.doOptIn():(this.config.logs.lifecycle&&console.log("waiting for opt-out signal...",location.href),!0)}async doOptOut(){const e=this.config.logs;let t;return this.updateState({lifecycle:"runningOptOut"}),this.foundCmp?(e.lifecycle&&console.log(`CMP ${this.foundCmp.name}: opt out on ${window.location.href}`),t=await this.foundCmp.optOut(),e.lifecycle&&console.log(`${this.foundCmp.name}: opt out result ${t}`)):(e.errors&&console.log("no CMP to opt out"),t=!1),this.config.enablePrehide&&this.undoPrehide(),this.sendContentMessage({type:"optOutResult",cmp:this.foundCmp?this.foundCmp.name:"none",result:t,scheduleSelfTest:this.foundCmp&&this.foundCmp.hasSelfTest,url:location.href}),t&&!this.foundCmp.isIntermediate?(this.sendContentMessage({type:"autoconsentDone",cmp:this.foundCmp.name,isCosmetic:this.foundCmp.isCosmetic,url:location.href}),this.updateState({lifecycle:"done"})):this.updateState({lifecycle:t?"optOutSucceeded":"optOutFailed"}),t}async doOptIn(){const e=this.config.logs;let t;return this.updateState({lifecycle:"runningOptIn"}),this.foundCmp?(e.lifecycle&&console.log(`CMP ${this.foundCmp.name}: opt in on ${window.location.href}`),t=await this.foundCmp.optIn(),e.lifecycle&&console.log(`${this.foundCmp.name}: opt in result ${t}`)):(e.errors&&console.log("no CMP to opt in"),t=!1),this.config.enablePrehide&&this.undoPrehide(),this.sendContentMessage({type:"optInResult",cmp:this.foundCmp?this.foundCmp.name:"none",result:t,scheduleSelfTest:!1,url:location.href}),t&&!this.foundCmp.isIntermediate?(this.sendContentMessage({type:"autoconsentDone",cmp:this.foundCmp.name,isCosmetic:this.foundCmp.isCosmetic,url:location.href}),this.updateState({lifecycle:"done"})):this.updateState({lifecycle:t?"optInSucceeded":"optInFailed"}),t}async doSelfTest(){const e=this.config.logs;let t;return this.foundCmp?(e.lifecycle&&console.log(`CMP ${this.foundCmp.name}: self-test on ${window.location.href}`),t=await this.foundCmp.test()):(e.errors&&console.log("no CMP to self test"),t=!1),this.sendContentMessage({type:"selfTestResult",cmp:this.foundCmp?this.foundCmp.name:"none",result:t,url:location.href}),this.updateState({selfTest:t}),t}async waitForPopup(e,t=5,o=500){const i=this.config.logs;i.lifecycle&&console.log("checking if popup is open...",e.name);const n=await e.detectPopup().catch((t=>(i.errors&&console.warn(`error detecting popup for ${e.name}`,t),!1)));return!n&&t>0?(await this.domActions.wait(o),this.waitForPopup(e,t-1,o)):(i.lifecycle&&console.log(e.name,"popup is "+(n?"open":"not open")),n)}prehideElements(){const e=this.config.logs,t=this.rules.filter((e=>e.prehideSelectors&&e.checkRunContext())).reduce(((e,t)=>[...e,...t.prehideSelectors]),["#didomi-popup,.didomi-popup-container,.didomi-popup-notice,.didomi-consent-popup-preferences,#didomi-notice,.didomi-popup-backdrop,.didomi-screen-medium"]);return this.updateState({prehideOn:!0}),setTimeout((()=>{this.config.enablePrehide&&this.state.prehideOn&&!["runningOptOut","runningOptIn"].includes(this.state.lifecycle)&&(e.lifecycle&&console.log("Process is taking too long, unhiding elements"),this.undoPrehide())}),this.config.prehideTimeout||2e3),this.domActions.prehide(t.join(","))}undoPrehide(){return this.updateState({prehideOn:!1}),this.domActions.undoPrehide()}async applyCosmeticFilters(e){if(!this.filtersEngine)return!1;const t=this.config?.logs;e||(e=Zi(this.filtersEngine)),setTimeout((()=>{if(this.state.cosmeticFiltersOn&&!this.state.filterListReported){this.domActions.elementVisible(Ji(e),"any")?(t?.lifecycle&&console.log("Prehide cosmetic filters matched",location.href),this.reportFilterlist()):t?.lifecycle&&console.log("Prehide cosmetic filters didn't match",location.href)}}),2e3),this.updateState({cosmeticFiltersOn:!0});try{this.cosmeticStyleSheet=await this.domActions.createOrUpdateStyleSheet(e,this.cosmeticStyleSheet),t?.lifecycle&&console.log("[cosmetics]",this.cosmeticStyleSheet,location.href),document.adoptedStyleSheets.push(this.cosmeticStyleSheet)}catch(e){return this.config.logs&&console.error("Error applying cosmetic filters",e),!1}return!0}undoCosmetics(){this.updateState({cosmeticFiltersOn:!1}),this.config.logs.lifecycle&&console.log("[undocosmetics]",this.cosmeticStyleSheet,location.href),this.domActions.removeStyleSheet(this.cosmeticStyleSheet)}reportFilterlist(){this.sendContentMessage({type:"cmpDetected",url:location.href,cmp:"filterList"}),this.sendContentMessage({type:"popupFound",cmp:"filterList",url:location.href}),this.updateState({filterListReported:!0})}filterListFallback(){const e=Zi(this.filtersEngine),t=this.domActions.elementVisible(Ji(e),"any"),o=this.config?.logs;return t?(this.applyCosmeticFilters(e),o?.lifecycle&&console.log("Keeping cosmetic filters",location.href),this.updateState({lifecycle:"cosmeticFiltersDetected"}),this.state.filterListReported||this.reportFilterlist(),this.sendContentMessage({type:"optOutResult",cmp:"filterList",result:!0,scheduleSelfTest:!1,url:location.href}),this.updateState({lifecycle:"done"}),this.sendContentMessage({type:"autoconsentDone",cmp:"filterList",isCosmetic:!0,url:location.href}),!0):(o?.lifecycle&&console.log("Cosmetic filters didn't work, removing them",location.href),this.undoCosmetics(),this.updateState({lifecycle:"nothingDetected"}),!1)}updateState(e){Object.assign(this.state,e),this.sendContentMessage({type:"report",instanceId:this.id,url:window.location.href,mainFrame:window.top===window.self,state:this.state})}async receiveMessageCallback(e){const t=this.config?.logs;switch(t?.messages&&console.log("received from background",e,window.location.href),e.type){case"initResp":this.initialize(e.config,e.rules);break;case"optIn":await this.doOptIn();break;case"optOut":await this.doOptOut();break;case"selfTest":await this.doSelfTest();break;case"evalResp":!function(e,t){const o=c.pending.get(e);o?(c.pending.delete(e),o.timer&&window.clearTimeout(o.timer),o.resolve(t)):console.warn("no eval #",e)}(e.id,e.result)}}}((e=>{window.webkit.messageHandlers[e.type]&&window.webkit.messageHandlers[e.type].postMessage(e).then((e=>{rn.receiveMessageCallback(e)}))}),null,cn);window.autoconsentMessageCallback=e=>{rn.receiveMessageCallback(e)}}(); + */const rn=new class{constructor(e,t=null,o=null){if(this.id=s(),this.rules=[],this.foundCmp=null,this.state={cosmeticFiltersOn:!1,filterListReported:!1,lifecycle:"loading",prehideOn:!1,findCmpAttempts:0,detectedCmps:[],detectedPopups:[],heuristicPatterns:[],heuristicSnippets:[],selfTest:null},c.sendContentMessage=e,this.sendContentMessage=e,this.rules=[],this.updateState({lifecycle:"loading"}),this.addDynamicRules(),t)this.initialize(t,o);else{o&&this.parseDeclarativeRules(o);e({type:"init",url:window.location.href}),this.updateState({lifecycle:"waitingForInitResponse"})}this.domActions=new class{constructor(e){this.autoconsentInstance=e}click(e,t=!1){const o=this.elementSelector(e);return this.autoconsentInstance.config.logs.rulesteps&&console.log("[click]",e,t,o),o.length>0&&(t?o.forEach((e=>e.click())):o[0].click()),o.length>0}elementExists(e){return this.elementSelector(e).length>0}elementVisible(e,t){const o=this.elementSelector(e),i=new Array(o.length);return o.forEach(((e,t)=>{i[t]=g(e)})),"none"===t?i.every((e=>!e)):0!==i.length&&("any"===t?i.some((e=>e)):i.every((e=>e)))}waitForElement(e,t=1e4){const o=Math.ceil(t/200);return this.autoconsentInstance.config.logs.rulesteps&&console.log("[waitForElement]",e),A((()=>this.elementSelector(e).length>0),o,200)}waitForVisible(e,t=1e4,o="any"){const i=Math.ceil(t/200);return this.autoconsentInstance.config.logs.rulesteps&&console.log("[waitForVisible]",e),A((()=>this.elementVisible(e,o)),i,200)}async waitForThenClick(e,t=1e4,o=!1){return await this.waitForElement(e,t),this.click(e,o)}wait(e){return this.autoconsentInstance.config.logs.rulesteps&&this.autoconsentInstance.config.logs.waits&&console.log("[wait]",e),new Promise((t=>{setTimeout((()=>{t(!0)}),e)}))}hide(e,t){return this.autoconsentInstance.config.logs.rulesteps&&console.log("[hide]",e),m(u(),e,t)}prehide(e){const t=u("autoconsent-prehide");return this.autoconsentInstance.config.logs.lifecycle&&console.log("[prehide]",t,location.href),m(t,e,"opacity")}undoPrehide(){const e=u("autoconsent-prehide");return this.autoconsentInstance.config.logs.lifecycle&&console.log("[undoprehide]",e,location.href),e&&e.remove(),!!e}async createOrUpdateStyleSheet(e,t){return t||(t=new CSSStyleSheet),await t.replace(e)}removeStyleSheet(e){return!!e&&(e.replace(""),!0)}querySingleReplySelector(e,t=document){if(e.startsWith("aria/"))return[];if(e.startsWith("xpath/")){const o=e.slice(6),i=document.evaluate(o,t,null,XPathResult.ANY_TYPE,null);let n=null;const s=[];for(;n=i.iterateNext();)s.push(n);return s}return e.startsWith("text/")||e.startsWith("pierce/")?[]:t.shadowRoot?Array.from(t.shadowRoot.querySelectorAll(e)):Array.from(t.querySelectorAll(e))}querySelectorChain(e){let t,o=document;for(const i of e){if(t=this.querySingleReplySelector(i,o),0===t.length)return[];o=t[0]}return t}elementSelector(e){return"string"==typeof e?this.querySingleReplySelector(e):this.querySelectorChain(e)}}(this)}initialize(e,t){const o=f(e);if(o.logs.lifecycle&&console.log("autoconsent init",window.location.href),this.config=o,o.enabled){if(t&&this.parseDeclarativeRules(t),e.enableFilterList){try{en&&en.length>0&&(this.filtersEngine=Yi.deserialize(en))}catch(e){console.error("Error parsing filter list",e)}"loading"===document.readyState?window.addEventListener("DOMContentLoaded",(()=>{this.applyCosmeticFilters()})):this.applyCosmeticFilters()}if(this.rules=function(e,t){return e.filter((e=>(!t.disabledCmps||!t.disabledCmps.includes(e.name))&&(t.enableCosmeticRules||!e.isCosmetic)))}(this.rules,o),e.enablePrehide)if(document.documentElement)this.prehideElements();else{const e=()=>{window.removeEventListener("DOMContentLoaded",e),this.prehideElements()};window.addEventListener("DOMContentLoaded",e)}if("loading"===document.readyState){const e=()=>{window.removeEventListener("DOMContentLoaded",e),this.start()};window.addEventListener("DOMContentLoaded",e)}else this.start();this.updateState({lifecycle:"initialized"})}else o.logs.lifecycle&&console.log("autoconsent is disabled")}addDynamicRules(){y.forEach((e=>{this.rules.push(new e(this))}))}parseDeclarativeRules(e){e.consentomatic&&Object.keys(e.consentomatic).forEach((t=>{this.addConsentomaticCMP(t,e.consentomatic[t])})),e.autoconsent&&e.autoconsent.forEach((e=>{this.addDeclarativeCMP(e)}))}addDeclarativeCMP(e){this.rules.push(new d(e,this))}addConsentomaticCMP(e,t){this.rules.push(new class{constructor(e,t){this.name=e,this.config=t,this.methods=new Map,this.runContext=l,this.isCosmetic=!1,t.methods.forEach((e=>{e.action&&this.methods.set(e.name,e.action)})),this.hasSelfTest=!1}get isIntermediate(){return!1}checkRunContext(){return!0}async detectCmp(){return this.config.detectors.map((e=>o(e.presentMatcher))).some((e=>!!e))}async detectPopup(){return this.config.detectors.map((e=>o(e.showingMatcher))).some((e=>!!e))}async executeAction(e,t){return!this.methods.has(e)||i(this.methods.get(e),t)}async optOut(){return await this.executeAction("HIDE_CMP"),await this.executeAction("OPEN_OPTIONS"),await this.executeAction("HIDE_CMP"),await this.executeAction("DO_CONSENT",[]),await this.executeAction("SAVE_CONSENT"),!0}async optIn(){return await this.executeAction("HIDE_CMP"),await this.executeAction("OPEN_OPTIONS"),await this.executeAction("HIDE_CMP"),await this.executeAction("DO_CONSENT",["D","A","B","E","F","X"]),await this.executeAction("SAVE_CONSENT"),!0}async openCmp(){return await this.executeAction("HIDE_CMP"),await this.executeAction("OPEN_OPTIONS"),!0}async test(){return!0}}(`com_${e}`,t))}start(){!function(e,t=500){globalThis.requestIdleCallback?requestIdleCallback(e,{timeout:t}):setTimeout(e,0)}((()=>this._start()))}async _start(){const e=this.config.logs;e.lifecycle&&console.log(`Detecting CMPs on ${window.location.href}`),this.updateState({lifecycle:"started"});const t=await this.findCmp(this.config.detectRetries);if(this.updateState({detectedCmps:t.map((e=>e.name))}),0===t.length)return e.lifecycle&&console.log("no CMP found",location.href),this.config.enablePrehide&&this.undoPrehide(),this.filterListFallback();this.updateState({lifecycle:"cmpDetected"});const o=[],i=[];for(const e of t)e.isCosmetic?i.push(e):o.push(e);let n=!1,s=await this.detectPopups(o,(async e=>{n=await this.handlePopup(e)}));if(0===s.length&&(s=await this.detectPopups(i,(async e=>{n=await this.handlePopup(e)}))),0===s.length)return e.lifecycle&&console.log("no popup found"),this.config.enablePrehide&&this.undoPrehide(),!1;if(s.length>1){const t={msg:"Found multiple CMPs, check the detection rules.",cmps:s.map((e=>e.name))};e.errors&&console.warn(t.msg,t.cmps),this.sendContentMessage({type:"autoconsentError",details:t})}return n}async findCmp(e){const t=this.config.logs;this.updateState({findCmpAttempts:this.state.findCmpAttempts+1});const o=[];for(const e of this.rules)try{if(!e.checkRunContext())continue;await e.detectCmp()&&(t.lifecycle&&console.log(`Found CMP: ${e.name} ${window.location.href}`),this.sendContentMessage({type:"cmpDetected",url:location.href,cmp:e.name}),o.push(e))}catch(o){t.errors&&console.warn(`error detecting ${e.name}`,o)}return this.detectHeuristics(),0===o.length&&e>0?(await this.domActions.wait(500),this.findCmp(e-1)):o}detectHeuristics(){if(this.config.enableHeuristicDetection){const{patterns:e,snippets:t}=function(){const e=document.documentElement.innerText,t=[],o=[];for(const i of tn){const n=e.match(i);n&&(t.push(i.toString()),o.push(...n.map((e=>e.substring(0,200)))))}return{patterns:t,snippets:o}}();e.length>0&&(e.length!==this.state.heuristicPatterns.length||this.state.heuristicPatterns.some(((t,o)=>t!==e[o])))&&(this.config.logs.lifecycle&&console.log("Heuristic patterns found",e,t),this.updateState({heuristicPatterns:e,heuristicSnippets:t}))}}async detectPopup(e){if(await this.waitForPopup(e).catch((t=>(this.config.logs.errors&&console.warn(`error waiting for a popup for ${e.name}`,t),!1))))return this.updateState({detectedPopups:this.state.detectedPopups.concat([e.name])}),this.sendContentMessage({type:"popupFound",cmp:e.name,url:location.href}),e;throw new Error("Popup is not shown")}async detectPopups(e,t){const o=e.map((e=>this.detectPopup(e)));await Promise.any(o).then((e=>{this.detectHeuristics(),t(e)})).catch((()=>{}));const i=await Promise.allSettled(o),n=[];for(const e of i)"fulfilled"===e.status&&n.push(e.value);return n}async handlePopup(e){return this.updateState({lifecycle:"openPopupDetected"}),this.config.enablePrehide&&!this.state.prehideOn&&this.prehideElements(),this.state.cosmeticFiltersOn&&this.undoCosmetics(),this.foundCmp=e,"optOut"===this.config.autoAction?await this.doOptOut():"optIn"===this.config.autoAction?await this.doOptIn():(this.config.logs.lifecycle&&console.log("waiting for opt-out signal...",location.href),!0)}async doOptOut(){const e=this.config.logs;let t;return this.updateState({lifecycle:"runningOptOut"}),this.foundCmp?(e.lifecycle&&console.log(`CMP ${this.foundCmp.name}: opt out on ${window.location.href}`),t=await this.foundCmp.optOut(),e.lifecycle&&console.log(`${this.foundCmp.name}: opt out result ${t}`)):(e.errors&&console.log("no CMP to opt out"),t=!1),this.config.enablePrehide&&this.undoPrehide(),this.sendContentMessage({type:"optOutResult",cmp:this.foundCmp?this.foundCmp.name:"none",result:t,scheduleSelfTest:this.foundCmp&&this.foundCmp.hasSelfTest,url:location.href}),t&&!this.foundCmp.isIntermediate?(this.sendContentMessage({type:"autoconsentDone",cmp:this.foundCmp.name,isCosmetic:this.foundCmp.isCosmetic,url:location.href}),this.updateState({lifecycle:"done"})):this.updateState({lifecycle:t?"optOutSucceeded":"optOutFailed"}),t}async doOptIn(){const e=this.config.logs;let t;return this.updateState({lifecycle:"runningOptIn"}),this.foundCmp?(e.lifecycle&&console.log(`CMP ${this.foundCmp.name}: opt in on ${window.location.href}`),t=await this.foundCmp.optIn(),e.lifecycle&&console.log(`${this.foundCmp.name}: opt in result ${t}`)):(e.errors&&console.log("no CMP to opt in"),t=!1),this.config.enablePrehide&&this.undoPrehide(),this.sendContentMessage({type:"optInResult",cmp:this.foundCmp?this.foundCmp.name:"none",result:t,scheduleSelfTest:!1,url:location.href}),t&&!this.foundCmp.isIntermediate?(this.sendContentMessage({type:"autoconsentDone",cmp:this.foundCmp.name,isCosmetic:this.foundCmp.isCosmetic,url:location.href}),this.updateState({lifecycle:"done"})):this.updateState({lifecycle:t?"optInSucceeded":"optInFailed"}),t}async doSelfTest(){const e=this.config.logs;let t;return this.foundCmp?(e.lifecycle&&console.log(`CMP ${this.foundCmp.name}: self-test on ${window.location.href}`),t=await this.foundCmp.test()):(e.errors&&console.log("no CMP to self test"),t=!1),this.sendContentMessage({type:"selfTestResult",cmp:this.foundCmp?this.foundCmp.name:"none",result:t,url:location.href}),this.updateState({selfTest:t}),t}async waitForPopup(e,t=5,o=500){const i=this.config.logs;i.lifecycle&&console.log("checking if popup is open...",e.name);const n=await e.detectPopup().catch((t=>(i.errors&&console.warn(`error detecting popup for ${e.name}`,t),!1)));return!n&&t>0?(await this.domActions.wait(o),this.waitForPopup(e,t-1,o)):(i.lifecycle&&console.log(e.name,"popup is "+(n?"open":"not open")),n)}prehideElements(){const e=this.config.logs,t=this.rules.filter((e=>e.prehideSelectors&&e.checkRunContext())).reduce(((e,t)=>[...e,...t.prehideSelectors]),["#didomi-popup,.didomi-popup-container,.didomi-popup-notice,.didomi-consent-popup-preferences,#didomi-notice,.didomi-popup-backdrop,.didomi-screen-medium"]);return this.updateState({prehideOn:!0}),setTimeout((()=>{this.config.enablePrehide&&this.state.prehideOn&&!["runningOptOut","runningOptIn"].includes(this.state.lifecycle)&&(e.lifecycle&&console.log("Process is taking too long, unhiding elements"),this.undoPrehide())}),this.config.prehideTimeout||2e3),this.domActions.prehide(t.join(","))}undoPrehide(){return this.updateState({prehideOn:!1}),this.domActions.undoPrehide()}async applyCosmeticFilters(e){if(!this.filtersEngine)return!1;const t=this.config?.logs;e||(e=Zi(this.filtersEngine)),setTimeout((()=>{if(this.state.cosmeticFiltersOn&&!this.state.filterListReported){this.domActions.elementVisible(Ji(e),"any")?(t?.lifecycle&&console.log("Prehide cosmetic filters matched",location.href),this.reportFilterlist()):t?.lifecycle&&console.log("Prehide cosmetic filters didn't match",location.href)}}),2e3),this.updateState({cosmeticFiltersOn:!0});try{this.cosmeticStyleSheet=await this.domActions.createOrUpdateStyleSheet(e,this.cosmeticStyleSheet),t?.lifecycle&&console.log("[cosmetics]",this.cosmeticStyleSheet,location.href),document.adoptedStyleSheets.push(this.cosmeticStyleSheet)}catch(e){return this.config.logs&&console.error("Error applying cosmetic filters",e),!1}return!0}undoCosmetics(){this.updateState({cosmeticFiltersOn:!1}),this.config.logs.lifecycle&&console.log("[undocosmetics]",this.cosmeticStyleSheet,location.href),this.domActions.removeStyleSheet(this.cosmeticStyleSheet)}reportFilterlist(){this.sendContentMessage({type:"cmpDetected",url:location.href,cmp:"filterList"}),this.sendContentMessage({type:"popupFound",cmp:"filterList",url:location.href}),this.updateState({filterListReported:!0})}filterListFallback(){const e=Zi(this.filtersEngine),t=this.domActions.elementVisible(Ji(e),"any"),o=this.config?.logs;return t?(this.applyCosmeticFilters(e),o?.lifecycle&&console.log("Keeping cosmetic filters",location.href),this.updateState({lifecycle:"cosmeticFiltersDetected"}),this.state.filterListReported||this.reportFilterlist(),this.sendContentMessage({type:"optOutResult",cmp:"filterList",result:!0,scheduleSelfTest:!1,url:location.href}),this.updateState({lifecycle:"done"}),this.sendContentMessage({type:"autoconsentDone",cmp:"filterList",isCosmetic:!0,url:location.href}),!0):(o?.lifecycle&&console.log("Cosmetic filters didn't work, removing them",location.href),this.undoCosmetics(),this.updateState({lifecycle:"nothingDetected"}),!1)}updateState(e){Object.assign(this.state,e),this.sendContentMessage({type:"report",instanceId:this.id,url:window.location.href,mainFrame:window.top===window.self,state:this.state})}async receiveMessageCallback(e){const t=this.config?.logs;switch(t?.messages&&console.log("received from background",e,window.location.href),e.type){case"initResp":this.initialize(e.config,e.rules);break;case"optIn":await this.doOptIn();break;case"optOut":await this.doOptOut();break;case"selfTest":await this.doSelfTest();break;case"evalResp":!function(e,t){const o=c.pending.get(e);o?(c.pending.delete(e),o.timer&&window.clearTimeout(o.timer),o.resolve(t)):console.warn("no eval #",e)}(e.id,e.result)}}}((e=>{window.webkit.messageHandlers[e.type]&&window.webkit.messageHandlers[e.type].postMessage(e).then((e=>{rn.receiveMessageCallback(e)}))}),null,cn);window.autoconsentMessageCallback=e=>{rn.receiveMessageCallback(e)}}(); diff --git a/package-lock.json b/package-lock.json index eb3510d1ce..77611f1f32 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "macos-browser", "version": "1.0.0", "dependencies": { - "@duckduckgo/autoconsent": "^12.3.0" + "@duckduckgo/autoconsent": "^12.4.0" }, "devDependencies": { "@rollup/plugin-json": "^4.1.0", @@ -53,9 +53,9 @@ } }, "node_modules/@duckduckgo/autoconsent": { - "version": "12.3.0", - "resolved": "https://registry.npmjs.org/@duckduckgo/autoconsent/-/autoconsent-12.3.0.tgz", - "integrity": "sha512-mOW11Ve9DRKDkjFtAjXAP3Jd5E22YqI+4+6NTPNnOud2/02QyhM8l1vK//hTR6cmXXWZiFknpuv6qckuwMKivw==", + "version": "12.4.0", + "resolved": "https://registry.npmjs.org/@duckduckgo/autoconsent/-/autoconsent-12.4.0.tgz", + "integrity": "sha512-k7pNvq9IdPURoAhboAWx+xDMnIHKJ9JY74eft/aOOv1Lj5P8Bjv63ERyvttK5ugzvJvVyUR9GNp3DcQF/izlmA==", "license": "MPL-2.0", "dependencies": { "@ghostery/adblocker": "^2.0.4", diff --git a/package.json b/package.json index 28a60b395a..5efe536f51 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,6 @@ "rollup-plugin-terser": "^7.0.2" }, "dependencies": { - "@duckduckgo/autoconsent": "^12.3.0" + "@duckduckgo/autoconsent": "^12.4.0" } }